diff --git a/study_data/deidentify.py b/study_data/deidentify.py new file mode 100644 index 0000000..b926f83 --- /dev/null +++ b/study_data/deidentify.py @@ -0,0 +1,29 @@ +import pandas as pd +import os + + +paths_to_clean = [ + os.path.join('full_Study','complete_study_mar16.csv'), + os.path.join('full_Study','study.csv'), + os.path.join('full_Study','data_patch.csv'), + os.path.join('full_Study','data_clean.csv'), + os.path.join('full_Study','data_clean_june30.csv'), + os.path.join('full_Study','condition_count.csv'), + os.path.join('pilot2','Complexity vs. Trust in Vis_March 6, 2023_07.54.csv'), + os.path.join('pilot3','pilot3.csv'), + os.path.join('pilot3','pilot3_clean.csv'), + os.path.join('pilot3','Complexity vs. Trust in Vis_March 12, 2023_16.46.csv'), + os.path.join('pilot3','Complexity vs. Trust in Vis_March 12, 2023_16.47.csv'), + os.path.join('pilot4','data.csv'), + os.path.join('pilot4','data_patch.csv'), + os.path.join('replicationStudy','data.csv'), + os.path.join('replicationStudy','data_clean.csv') +] +for path in paths_to_clean: + df = pd.read_csv(path) + print('Interview_1_TEXT' in df.columns) + df = df.drop('Interview_1_TEXT',axis=1) + df.to_csv(path,index=False) +# for col in df.columns: +# print(col) +# print(df['Interview_1_TEXT']) \ No newline at end of file diff --git a/study_data/full_Study/complete_study_mar16.csv b/study_data/full_Study/complete_study_mar16.csv index cc400ae..99d59de 100644 --- a/study_data/full_Study/complete_study_mar16.csv +++ b/study_data/full_Study/complete_study_mar16.csv @@ -1,4 +1,4 @@ -StartDate,EndDate,Status,IPAddress,Progress,Duration (in seconds),Finished,RecordedDate,ResponseId,RecipientLastName,RecipientFirstName,RecipientEmail,ExternalReference,LocationLatitude,LocationLongitude,DistributionChannel,UserLanguage,Consent Form,consent-time_First Click,consent-time_Last Click,consent-time_Page Submit,consent-time_Click Count,covid-vaccine,covid-vaccine-doses,covid-infection,covid-time_First Click,covid-time_Last Click,covid-time_Page Submit,covid-time_Click Count,intro-vis-time_First Click,intro-vis-time_Last Click,intro-vis-time_Page Submit,intro-vis-time_Click Count,affect-science_1,affect-clarity_1,affect-aesthetic_1,initial-time_First Click,initial-time_Last Click,initial-time_Page Submit,initial-time_Click Count,tour-time_First Click,tour-time_Last Click,tour-time_Page Submit,tour-time_Click Count,simple-vlat-1,simple-vlat-2,simple-vlat-time_First Click,simple-vlat-time_Last Click,simple-vlat-time_Page Submit,simple-vlat-time_Click Count,moderate-vlat-1,moderate-vlat-2,moderate-vlat-time_First Click,moderate-vlat-time_Last Click,moderate-vlat-time_Page Submit,moderate-vlat-time_Click Count,complex-vlat-1,complex-vlat-time_First Click,complex-vlat-time_Last Click,complex-vlat-time_Page Submit,complex-vlat-time_Click Count,explore-time_First Click,explore-time_Last Click,explore-time_Page Submit,explore-time_Click Count,data-trust_1,data-trust_2,data-trust_3,data-trust_4,data-trust_5,data-trust_6,data-trust-exp,data-trust-time_First Click,data-trust-time_Last Click,data-trust-time_Page Submit,data-trust-time_Click Count,vis-trust_1,vis-trust_2,vis-trust_3,vis-trust_4,vis-trust_5,vis-trust_6,vis-trust-exp,vis-trust-time_First Click,vis-trust-time_Last Click,vis-trust-time_Page Submit,vis-trust-time_Click Count,interpersonal-trust_1,interper-trust-exp,interper-trust-time_First Click,interper-trust-time_Last Click,interper-trust-time_Page Submit,interper-trust-time_Click Count,attention-check_1,attention-check_2,attention-check_3,attention-check_4,attention-check_5,attention-check_6,attention-check_7,attention-check-time_First Click,attention-check-time_Last Click,attention-check-time_Page Submit,attention-check-time_Click Count,trust-in-science_1,trust-in-science_2,trust-in-science_3,trust-in-science_4,trust-in-science_5,trust-in-science_6,trust-in-science_7,trust-in-science_8,trust-science-exp,trust-science-time_First Click,trust-science-time_Last Click,trust-science-time_Page Submit,trust-science-time_Click Count,cognition_1,cognition_2,cognition_3,cognition_4,cognition_5,cognition_6,need-cognition-time_First Click,need-cognition-time_Last Click,need-cognition-time_Page Submit,need-cognition-time_Click Count,political_views,covid_information,politics_time_First Click,politics_time_Last Click,politics_time_Page Submit,politics_time_Click Count,Gender,Age,State_1,Education,Parents_education,Language,Language_4_TEXT,Ethnicity,Ethnicity_8_TEXT,Ethnicity_9_TEXT,Income,Religion,Interview,Interview_1_TEXT,demographics_time_First Click,demographics_time_Last Click,demographics_time_Page Submit,demographics_time_Click Count,PROLIFIC_PID,provenance-data,provenance-vis,provenance-tour,provenance-explore,isCovidData,complexity,chartType +StartDate,EndDate,Status,IPAddress,Progress,Duration (in seconds),Finished,RecordedDate,ResponseId,RecipientLastName,RecipientFirstName,RecipientEmail,ExternalReference,LocationLatitude,LocationLongitude,DistributionChannel,UserLanguage,Consent Form,consent-time_First Click,consent-time_Last Click,consent-time_Page Submit,consent-time_Click Count,covid-vaccine,covid-vaccine-doses,covid-infection,covid-time_First Click,covid-time_Last Click,covid-time_Page Submit,covid-time_Click Count,intro-vis-time_First Click,intro-vis-time_Last Click,intro-vis-time_Page Submit,intro-vis-time_Click Count,affect-science_1,affect-clarity_1,affect-aesthetic_1,initial-time_First Click,initial-time_Last Click,initial-time_Page Submit,initial-time_Click Count,tour-time_First Click,tour-time_Last Click,tour-time_Page Submit,tour-time_Click Count,simple-vlat-1,simple-vlat-2,simple-vlat-time_First Click,simple-vlat-time_Last Click,simple-vlat-time_Page Submit,simple-vlat-time_Click Count,moderate-vlat-1,moderate-vlat-2,moderate-vlat-time_First Click,moderate-vlat-time_Last Click,moderate-vlat-time_Page Submit,moderate-vlat-time_Click Count,complex-vlat-1,complex-vlat-time_First Click,complex-vlat-time_Last Click,complex-vlat-time_Page Submit,complex-vlat-time_Click Count,explore-time_First Click,explore-time_Last Click,explore-time_Page Submit,explore-time_Click Count,data-trust_1,data-trust_2,data-trust_3,data-trust_4,data-trust_5,data-trust_6,data-trust-exp,data-trust-time_First Click,data-trust-time_Last Click,data-trust-time_Page Submit,data-trust-time_Click Count,vis-trust_1,vis-trust_2,vis-trust_3,vis-trust_4,vis-trust_5,vis-trust_6,vis-trust-exp,vis-trust-time_First Click,vis-trust-time_Last Click,vis-trust-time_Page Submit,vis-trust-time_Click Count,interpersonal-trust_1,interper-trust-exp,interper-trust-time_First Click,interper-trust-time_Last Click,interper-trust-time_Page Submit,interper-trust-time_Click Count,attention-check_1,attention-check_2,attention-check_3,attention-check_4,attention-check_5,attention-check_6,attention-check_7,attention-check-time_First Click,attention-check-time_Last Click,attention-check-time_Page Submit,attention-check-time_Click Count,trust-in-science_1,trust-in-science_2,trust-in-science_3,trust-in-science_4,trust-in-science_5,trust-in-science_6,trust-in-science_7,trust-in-science_8,trust-science-exp,trust-science-time_First Click,trust-science-time_Last Click,trust-science-time_Page Submit,trust-science-time_Click Count,cognition_1,cognition_2,cognition_3,cognition_4,cognition_5,cognition_6,need-cognition-time_First Click,need-cognition-time_Last Click,need-cognition-time_Page Submit,need-cognition-time_Click Count,political_views,covid_information,politics_time_First Click,politics_time_Last Click,politics_time_Page Submit,politics_time_Click Count,Gender,Age,State_1,Education,Parents_education,Language,Language_4_TEXT,Ethnicity,Ethnicity_8_TEXT,Ethnicity_9_TEXT,Income,Religion,Interview,demographics_time_First Click,demographics_time_Last Click,demographics_time_Page Submit,demographics_time_Click Count,PROLIFIC_PID,provenance-data,provenance-vis,provenance-tour,provenance-explore,isCovidData,complexity,chartType Start Date,End Date,Response Type,IP Address,Progress,Duration (in seconds),Finished,Recorded Date,Response ID,Recipient Last Name,Recipient First Name,Recipient Email,External Data Reference,Location Latitude,Location Longitude,Distribution Channel,User Language,"Consent Form for Participation in a Research Study @@ -85,639 +85,639 @@ You can decide not to participate in this research or you can start and then dec -By clicking “I agree” below you are indicating that you are at least 18 years old, have read this consent form, and agree to participate in this research study. Please print a copy of this page for your records.",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,Have you already received a Covid-19 vaccination?,How many doses of the Covid-19 vaccine did you receive?,Have you been verifiably infected with Covid-19?,Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,affect-science - Click to write Choice 1,affect-clarity - Click to write Choice 1,affect-aesthetic - Click to write Choice 1,Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,"How many weeks had higher unvaccinated Covid-19 case counts than the week of Dec 13, 2021?",What is the max number of case counts (per 100K) of vaccinated people who caught Covid-19?,Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,"By approximately how much did the number of cases in unvaccinated people increase from the week of December 13, 2021 to the week of December 20, 2021 (per 100K people)?","Approximately how many unvaccinated people caught Covid-19 (per 100K people) during the week of January 10, 2022?",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,"Among vaccinated people, which age group sees the largest increase in case count between November 2021 and January 2022?",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,Disregard the visualization for this question. To what extent do you agree or disagree with the following statements about the data used in the visualization above? - The data is accurate,Disregard the visualization for this question. To what extent do you agree or disagree with the following statements about the data used in the visualization above? - The data is complete and does not leave out important information,Disregard the visualization for this question. To what extent do you agree or disagree with the following statements about the data used in the visualization above? - The data is unbiased and trustworthy,Disregard the visualization for this question. To what extent do you agree or disagree with the following statements about the data used in the visualization above? - I understand the meaning of this data well,Disregard the visualization for this question. To what extent do you agree or disagree with the following statements about the data used in the visualization above? - The data source was clearly displayed,Disregard the visualization for this question. To what extent do you agree or disagree with the following statements about the data used in the visualization above? - I trust this data,"If you have any additional thoughts/comments, please enter them here.",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,Assume you trust the data used in the visualization. To what extent do you agree or disagree with the following statements about the visualization presented above? - The visualization transparently includes all important elements of the data,Assume you trust the data used in the visualization. To what extent do you agree or disagree with the following statements about the visualization presented above? - I find it easy to understand this visualization,Assume you trust the data used in the visualization. To what extent do you agree or disagree with the following statements about the visualization presented above? - I like this visualization,"Assume you trust the data used in the visualization. To what extent do you agree or disagree with the following statements about the visualization presented above? - I would likely share this visualization with my family, friends or on social media",Assume you trust the data used in the visualization. To what extent do you agree or disagree with the following statements about the visualization presented above? - I would likely use this visualization and its information in my daily life,Assume you trust the data used in the visualization. To what extent do you agree or disagree with the following statements about the visualization presented above? - I trust this visualization,"Tell us a bit more about why you [QID102-ChoiceGroup-SelectedAnswers-11] with the statement ""I trust this visualization"".",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,"Generally speaking, would you say that most people can be trusted or that you can't be too careful in dealing with people? - 2","If you have any additional thoughts/comments, please enter them here.",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,There are many important issues facing our country today. Research shows that issues people think are important can affect their views on other issues. We also want to know if you are paying attention. Please ignore the question and put “crime” in the top position and unemployment in the bottom position. Leave the rest of the issues in the same order. - Health care,There are many important issues facing our country today. Research shows that issues people think are important can affect their views on other issues. We also want to know if you are paying attention. Please ignore the question and put “crime” in the top position and unemployment in the bottom position. Leave the rest of the issues in the same order. - Unemployment,There are many important issues facing our country today. Research shows that issues people think are important can affect their views on other issues. We also want to know if you are paying attention. Please ignore the question and put “crime” in the top position and unemployment in the bottom position. Leave the rest of the issues in the same order. - The federal budget deficit,There are many important issues facing our country today. Research shows that issues people think are important can affect their views on other issues. We also want to know if you are paying attention. Please ignore the question and put “crime” in the top position and unemployment in the bottom position. Leave the rest of the issues in the same order. - The coronavirus pandemic,There are many important issues facing our country today. Research shows that issues people think are important can affect their views on other issues. We also want to know if you are paying attention. Please ignore the question and put “crime” in the top position and unemployment in the bottom position. Leave the rest of the issues in the same order. - Crime,There are many important issues facing our country today. Research shows that issues people think are important can affect their views on other issues. We also want to know if you are paying attention. Please ignore the question and put “crime” in the top position and unemployment in the bottom position. Leave the rest of the issues in the same order. - Education,There are many important issues facing our country today. Research shows that issues people think are important can affect their views on other issues. We also want to know if you are paying attention. Please ignore the question and put “crime” in the top position and unemployment in the bottom position. Leave the rest of the issues in the same order. - Relations with other countries,Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,"On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - Political parties","On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - The government","On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - The police","On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - The legal system","On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - The news media","On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - Business and industry","On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - Scientists/Science","On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - Doctors","If you have any additional thoughts/comments, please enter them here.",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,"The next questions will be about your motivation to engage in cognitive activity. For each sentence below, please select how uncharacteristic or characteristic (5-point scale) this is for you personally. - I would prefer complex to simple problems.","The next questions will be about your motivation to engage in cognitive activity. For each sentence below, please select how uncharacteristic or characteristic (5-point scale) this is for you personally. - I like to have the responsibility of handling a situation that requires a lot of thinking.","The next questions will be about your motivation to engage in cognitive activity. For each sentence below, please select how uncharacteristic or characteristic (5-point scale) this is for you personally. - Thinking is not my idea of fun.","The next questions will be about your motivation to engage in cognitive activity. For each sentence below, please select how uncharacteristic or characteristic (5-point scale) this is for you personally. - I would rather do something that requires little thought than something that is sure to challenge my thinking abilities.","The next questions will be about your motivation to engage in cognitive activity. For each sentence below, please select how uncharacteristic or characteristic (5-point scale) this is for you personally. - I really enjoy a task that involves coming up with new solutions to problems.","The next questions will be about your motivation to engage in cognitive activity. For each sentence below, please select how uncharacteristic or characteristic (5-point scale) this is for you personally. - I would prefer a task that is intellectual, difficult, and important to one that is somewhat important but does not require much thought.",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,Below is a seven-point scale on which the political views that people might hold are arranged from extremely liberal—point 1—to extremely conservative—point 7. Where would you place yourself on this scale?,"During the peak of the pandemic, how often did you actively seek information on Covid-19 from any sources including TV, newspapers, radios, online and social media, or personal conversations?",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,Lastly a few questions about socio-demographic characteristics. To which gender do you most identify?,In what year were you born? Please enter all four digits.,Text,What is the highest level of school you have completed or the highest degree you have received?,Have one or both of your parents completed a bachelor’s degree?,What language do you speak at home? - Selected Choice,"What language do you speak at home? - Other, please specify: - Text",Which of the following categories do you identify with? - Selected Choice,"Which of the following categories do you identify with? - Other race, ethnicity, or origin (please specify) - Text","Which of the following categories do you identify with? - Mixed race, ethnicity (please specify) - Text","In which of these groups did your total family income, from all sources, fall last year before taxes?",To what extent do you consider yourself a religious person?,Would you be interested in participating in a qualitative interview for this study? You would be paid $15 for about 30 minutes of your time. - Selected Choice,"Would you be interested in participating in a qualitative interview for this study? You would be paid $15 for about 30 minutes of your time. - Yes, you may contact me on this email address: - Text",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,PROLIFIC_PID,provenance-data,provenance-vis,provenance-tour,provenance-explore,isCovidData,complexity,chartType -"{""ImportId"":""startDate"",""timeZone"":""America/New_York""}","{""ImportId"":""endDate"",""timeZone"":""America/New_York""}","{""ImportId"":""status""}","{""ImportId"":""ipAddress""}","{""ImportId"":""progress""}","{""ImportId"":""duration""}","{""ImportId"":""finished""}","{""ImportId"":""recordedDate"",""timeZone"":""America/New_York""}","{""ImportId"":""_recordId""}","{""ImportId"":""recipientLastName""}","{""ImportId"":""recipientFirstName""}","{""ImportId"":""recipientEmail""}","{""ImportId"":""externalDataReference""}","{""ImportId"":""locationLatitude""}","{""ImportId"":""locationLongitude""}","{""ImportId"":""distributionChannel""}","{""ImportId"":""userLanguage""}","{""ImportId"":""QID182""}","{""ImportId"":""QID189_FIRST_CLICK""}","{""ImportId"":""QID189_LAST_CLICK""}","{""ImportId"":""QID189_PAGE_SUBMIT""}","{""ImportId"":""QID189_CLICK_COUNT""}","{""ImportId"":""QID4""}","{""ImportId"":""QID5""}","{""ImportId"":""QID6""}","{""ImportId"":""QID64_FIRST_CLICK""}","{""ImportId"":""QID64_LAST_CLICK""}","{""ImportId"":""QID64_PAGE_SUBMIT""}","{""ImportId"":""QID64_CLICK_COUNT""}","{""ImportId"":""QID191_FIRST_CLICK""}","{""ImportId"":""QID191_LAST_CLICK""}","{""ImportId"":""QID191_PAGE_SUBMIT""}","{""ImportId"":""QID191_CLICK_COUNT""}","{""ImportId"":""QID228_1""}","{""ImportId"":""QID230_1""}","{""ImportId"":""QID231_1""}","{""ImportId"":""QID209_FIRST_CLICK""}","{""ImportId"":""QID209_LAST_CLICK""}","{""ImportId"":""QID209_PAGE_SUBMIT""}","{""ImportId"":""QID209_CLICK_COUNT""}","{""ImportId"":""QID188_FIRST_CLICK""}","{""ImportId"":""QID188_LAST_CLICK""}","{""ImportId"":""QID188_PAGE_SUBMIT""}","{""ImportId"":""QID188_CLICK_COUNT""}","{""ImportId"":""QID245""}","{""ImportId"":""QID246""}","{""ImportId"":""QID247_FIRST_CLICK""}","{""ImportId"":""QID247_LAST_CLICK""}","{""ImportId"":""QID247_PAGE_SUBMIT""}","{""ImportId"":""QID247_CLICK_COUNT""}","{""ImportId"":""QID249""}","{""ImportId"":""QID250""}","{""ImportId"":""QID254_FIRST_CLICK""}","{""ImportId"":""QID254_LAST_CLICK""}","{""ImportId"":""QID254_PAGE_SUBMIT""}","{""ImportId"":""QID254_CLICK_COUNT""}","{""ImportId"":""QID253""}","{""ImportId"":""QID255_FIRST_CLICK""}","{""ImportId"":""QID255_LAST_CLICK""}","{""ImportId"":""QID255_PAGE_SUBMIT""}","{""ImportId"":""QID255_CLICK_COUNT""}","{""ImportId"":""QID223_FIRST_CLICK""}","{""ImportId"":""QID223_LAST_CLICK""}","{""ImportId"":""QID223_PAGE_SUBMIT""}","{""ImportId"":""QID223_CLICK_COUNT""}","{""ImportId"":""QID101_1""}","{""ImportId"":""QID101_2""}","{""ImportId"":""QID101_3""}","{""ImportId"":""QID101_4""}","{""ImportId"":""QID101_12""}","{""ImportId"":""QID101_15""}","{""ImportId"":""QID200_TEXT""}","{""ImportId"":""QID192_FIRST_CLICK""}","{""ImportId"":""QID192_LAST_CLICK""}","{""ImportId"":""QID192_PAGE_SUBMIT""}","{""ImportId"":""QID192_CLICK_COUNT""}","{""ImportId"":""QID102_6""}","{""ImportId"":""QID102_7""}","{""ImportId"":""QID102_8""}","{""ImportId"":""QID102_9""}","{""ImportId"":""QID102_10""}","{""ImportId"":""QID102_11""}","{""ImportId"":""QID117_TEXT""}","{""ImportId"":""QID78_FIRST_CLICK""}","{""ImportId"":""QID78_LAST_CLICK""}","{""ImportId"":""QID78_PAGE_SUBMIT""}","{""ImportId"":""QID78_CLICK_COUNT""}","{""ImportId"":""QID122_2""}","{""ImportId"":""QID203_TEXT""}","{""ImportId"":""QID199_FIRST_CLICK""}","{""ImportId"":""QID199_LAST_CLICK""}","{""ImportId"":""QID199_PAGE_SUBMIT""}","{""ImportId"":""QID199_CLICK_COUNT""}","{""ImportId"":""QID36_1""}","{""ImportId"":""QID36_2""}","{""ImportId"":""QID36_3""}","{""ImportId"":""QID36_4""}","{""ImportId"":""QID36_5""}","{""ImportId"":""QID36_6""}","{""ImportId"":""QID36_7""}","{""ImportId"":""QID65_FIRST_CLICK""}","{""ImportId"":""QID65_LAST_CLICK""}","{""ImportId"":""QID65_PAGE_SUBMIT""}","{""ImportId"":""QID65_CLICK_COUNT""}","{""ImportId"":""QID38_1""}","{""ImportId"":""QID38_2""}","{""ImportId"":""QID38_3""}","{""ImportId"":""QID38_4""}","{""ImportId"":""QID38_5""}","{""ImportId"":""QID38_6""}","{""ImportId"":""QID38_7""}","{""ImportId"":""QID38_8""}","{""ImportId"":""QID204_TEXT""}","{""ImportId"":""QID72_FIRST_CLICK""}","{""ImportId"":""QID72_LAST_CLICK""}","{""ImportId"":""QID72_PAGE_SUBMIT""}","{""ImportId"":""QID72_CLICK_COUNT""}","{""ImportId"":""QID39_1""}","{""ImportId"":""QID39_2""}","{""ImportId"":""QID39_3""}","{""ImportId"":""QID39_4""}","{""ImportId"":""QID39_5""}","{""ImportId"":""QID39_6""}","{""ImportId"":""QID73_FIRST_CLICK""}","{""ImportId"":""QID73_LAST_CLICK""}","{""ImportId"":""QID73_PAGE_SUBMIT""}","{""ImportId"":""QID73_CLICK_COUNT""}","{""ImportId"":""QID11""}","{""ImportId"":""QID13""}","{""ImportId"":""QID74_FIRST_CLICK""}","{""ImportId"":""QID74_LAST_CLICK""}","{""ImportId"":""QID74_PAGE_SUBMIT""}","{""ImportId"":""QID74_CLICK_COUNT""}","{""ImportId"":""QID14""}","{""ImportId"":""QID15_TEXT""}","{""ImportId"":""QID16_1""}","{""ImportId"":""QID17""}","{""ImportId"":""QID23""}","{""ImportId"":""QID27""}","{""ImportId"":""QID27_4_TEXT""}","{""ImportId"":""QID18""}","{""ImportId"":""QID18_8_TEXT""}","{""ImportId"":""QID18_9_TEXT""}","{""ImportId"":""QID19""}","{""ImportId"":""QID20""}","{""ImportId"":""QID25""}","{""ImportId"":""QID25_1_TEXT""}","{""ImportId"":""QID75_FIRST_CLICK""}","{""ImportId"":""QID75_LAST_CLICK""}","{""ImportId"":""QID75_PAGE_SUBMIT""}","{""ImportId"":""QID75_CLICK_COUNT""}","{""ImportId"":""PROLIFIC_PID""}","{""ImportId"":""provenance-data""}","{""ImportId"":""provenance-vis""}","{""ImportId"":""provenance-tour""}","{""ImportId"":""provenance-explore""}","{""ImportId"":""isCovidData""}","{""ImportId"":""complexity""}","{""ImportId"":""chartType""}" -2023-03-12 20:55:26,2023-03-12 20:59:13,0,72.140.211.54,100,227,1,2023-03-12 20:59:14,R_8rmBCqRevUJbRip,,,,,43.6859,-79.3974,anonymous,EN,1,3.541,3.541,4.591,1,,,,,,,,0,0,15.01,0,80,45,88,3.993,9.391,10.534,3,1.866,4.415,6.225,2,-1,-3,6.102,7.097,8.181,2,1,-2,5.138,6.329,9.187,2,-3,5.469,5.469,6.497,1,0,0,52.499,0,3,1,7,4,2,7,,7.096,12.496,13.606,6,7,7,2,2,1,5,It seems scientific,1.84,1.84,7.176,1,1,,2.222,4.572,5.635,2,2,7,3,4,1,5,6,0,0,8.669,0,2,2,2,3,3,2,3,3,,2.328,5.928,7.555,8,3,2,2,2,3,1,2.183,4.707,6.738,6,2,,1.402,1.402,2.475,1,2,1984,Massachusetts,1,3,1,,2,,,1,1,2,,1.077,24.044,25.414,14,,,,,,0,, -2023-03-12 22:55:27,2023-03-12 23:03:56,0,96.244.99.19,100,508,1,2023-03-12 23:03:56,R_24CbqjyCefqjEDT,,,,,39.2124,-76.8776,anonymous,EN,1,9.267,9.902,11.717,2,1,4,2,1.802,3.904,4.822,3,0,0,15.007,0,100,100,50,9.084,16.242,17.347,3,14.352,17.433,28.831,2,-3,1,43.947,63.925,66.381,3,-3,-3,5.99,71.921,74.179,5,-3,46.049,46.79,48.377,2,0,0,15.01,0,6,6,6,6,6,6,,4.133,9.663,11.581,6,6,6,6,6,4,6,"The visualization is showing me the rate of cases as opposed to absolute numbers, which indicates it is trying to communicate useful information to me.",2.27,2.27,43.449,1,5,,3.661,5.474,8.503,2,2,7,3,4,1,5,6,0,0,15.853,0,5,6,1,5,7,3,10,9,,4.052,15.547,17.493,8,3,4,2,3,4,3,3.563,19.786,20.905,6,1,3,1.756,13.133,14.332,2,2,1999,Maryland,6,3,1,,7,,,17,4,1,emilyconn9@gmail.com,3.958,42.813,52.461,12,5ec4a0fffe991f37f61b356e,,,,,1,, -2023-03-12 22:52:45,2023-03-12 23:05:28,0,167.224.159.51,100,762,1,2023-03-12 23:05:29,R_1kZDJESNJtHyIqs,,,,,36.0557,-94.1567,anonymous,EN,1,11.565,11.565,13.057,1,1,2,1,1.835,5.572,6.33,2,14.198,14.198,15.109,1,63,34,57,0.53,26.614,27.854,4,15.92,60.804,64.286,11,1,1,33.066,63.213,64.76,10,-3,-1,14.354,56.06,56.822,13,1,9.108,81.76,82.57,16,13.617,13.617,15.136,1,2,2,4,3,6,4,,1.516,27.755,30.455,12,2,3,3,1,1,5,"In this context, I feel no reason for distrusting it. No clear dishonest motive.",0.901,0.901,60.189,1,4,,7.967,7.967,9.629,1,2,7,3,4,1,5,6,6.309,6.777,16.473,2,1,3,5,5,2,1,11,11,,4.799,45.26,50.021,18,4,4,1,1,4,5,6.542,26.207,26.75,8,2,1,3.184,8.092,10.986,3,1,1999,Arkansas,3,3,1,,2,,,8,4,1,juminlee6@gmail.com,2.369,57.956,60.204,29,63127274665ebf35cb1a9571,,,,,1,, -2023-03-12 22:49:06,2023-03-12 23:08:06,0,71.114.60.102,100,1139,1,2023-03-12 23:08:07,R_3Hnsy0bnh9pW97e,,,,,38.6326,-77.2661,anonymous,EN,1,31.406,31.406,34.236,1,,,,,,,,0,0,15.009,0,96,95,41,32.044,54.797,55.962,6,8.089,72.668,80.644,3,1,1,40.406,52.677,87.532,2,1,-2,40.26,88.13,91.578,3,-2,97.616,97.616,109.125,1,0,0,15.016,0,3,4,3,5,5,3,N/A,10.875,57.411,60.221,7,5,5,3,7,1,3,"You can use data and visualizations to sway others in many different ways. While I have no proof, there could be information unaccounted for, or the information recorded could have been calculated incorrectly.",3.401,151.338,156.198,8,3,N/A,13.763,14.983,18.243,2,2,7,3,4,1,5,6,0,0,31.31,0,1,7,7,4,1,2,9,5,N/A,11.766,52.462,57.366,12,3,4,2,3,4,3,23.275,54.331,58.65,6,3,,15.827,15.827,19.632,1,2,2002,Virginia,3,1,1,,8,Woodbridge,,16,4,2,,10.53,145.531,146.498,46,60f1bdd684969df9641e994b,,,,,0,, -2023-03-12 23:02:01,2023-03-12 23:14:33,0,75.1.91.184,100,751,1,2023-03-12 23:14:34,R_31jGH7YiQuZev6v,,,,,29.4227,-98.4927,anonymous,EN,1,4.961,4.961,5.923,1,1,4,2,11.141,12.336,13.342,2,8.758,8.758,15.106,1,100,100,50,15.308,24.376,25.39,3,5.668,160.165,162.164,2,1,1,22.185,48.708,50.001,4,1,-3,30.698,54.968,55.925,2,1,38.418,38.418,39.833,1,0,0,15.107,0,6,6,6,6,6,6,,7.735,16.736,18.861,7,6,6,5,5,3,6,It shows it in an organized manner,2.407,2.407,12.78,1,3,,5.117,14.527,15.892,5,2,7,3,4,1,5,6,0,0,25.301,0,1,1,1,1,1,1,11,10,,6.052,16.319,17.801,8,4,4,2,3,3,3,12.861,42.337,43.298,7,1,2,5.775,13.07,17.526,3,1,1993,Texas,3,3,1,,9,,Black and Mexican,3,4,1,lildj5000@gmail.com,3.207,157.3,158.024,53,63129dd30887fb3d46640f2b,,,,,1,, -2023-03-12 23:04:47,2023-03-12 23:15:00,0,24.43.21.218,100,612,1,2023-03-12 23:15:01,R_3eldnrMSyXSZgDz,,,,,33.5173,-117.1208,anonymous,EN,1,39.353,39.353,40.403,1,,,,,,,,0,0,15.015,0,22,15,15,5.166,9.832,11.652,4,19.4,22.599,24.996,2,1,1,30.475,39.255,40.467,2,1,-1,30.432,78.102,82.022,5,1,38.552,38.552,39.953,1,0,0,15.109,0,3,7,3,7,5,3,"I think count and rate seem different, so I don't understand why both terms are used.Also it's visually confusing with the stacking as it's not clear if the orange bar goes all the way down ",9.537,116.666,123.751,13,7,1,1,7,1,3,"I have no domain knowledge to say whether it makes sense or not.,And I find the stacked format really confusing and pointless",2.013,33.198,34.182,2,5,,3.216,8.083,10.646,5,2,7,3,4,1,5,6,0,0,14.521,0,4,5,2,8,7,7,10,10,,3.22,13.722,15.507,8,4,4,2,2,3,4,10.286,20.376,21.821,6,1,,15.636,15.636,17.384,1,2,1980,California,6,1,1,,7,,,17,4,1,lotster@gmail.com,1.766,35.88,54.502,13,5a49d6a06d85f80001c25bc4,,,,,0,, -2023-03-12 23:07:40,2023-03-12 23:17:14,0,75.172.177.246,100,573,1,2023-03-12 23:17:14,R_1rPvaQfO3zfCdsf,,,,,47.6631,-122.3029,anonymous,EN,1,46.247,46.247,47.262,1,,,,,,,,0,0,15.109,0,85,84,35,6.533,10.534,17.795,3,13.522,21.926,25.863,2,1,1,28.502,38.116,41.554,2,-3,-3,35.383,67.596,84.941,8,1,14.687,67.203,71.197,4,0,0,15.011,0,4,3,5,5,5,5,,6.072,19.647,21.342,7,4,5,3,7,7,4,"Well it doesn't include a source to verify its statistics, but other than that, it appears to be trustworthy. I'm not really sure, as I am not an expert in insect troubles or fungi troubles in Croatia of all places.",1.631,2.8,51.215,2,5,,4.298,8.921,10.407,7,2,7,3,4,1,5,6,6.71,16.821,18.595,4,2,5,2,4,4,6,10,10,,4.463,25.189,27.021,16,5,4,1,2,5,4,6.817,26.946,27.751,11,2,,1.644,1.644,5.631,1,1,1998,Washington,3,1,1,,7,,,4,3,2,,1.198,36.927,38.201,15,610333282a90d4b77609c5f8,,,,,0,, -2023-03-12 23:09:51,2023-03-12 23:20:45,0,24.214.85.223,100,654,1,2023-03-12 23:20:46,R_3pi2kNkyG6wUhE5,,,,,33.4734,-82.0111,anonymous,EN,1,4.37,4.37,10.457,1,1,3,1,2.156,6.018,7.672,2,0,0,15.111,0,70,44,72,6.188,15.109,16.703,3,6.312,66.363,69.442,9,1,1,39.452,50.354,52.804,2,-3,-3,30.615,50.377,52.903,2,1,18.389,32.995,34.935,2,0,0,16.224,0,3,3,4,4,4,4,,4.532,22.026,26.515,8,4,3,4,2,3,3,"I don't know if the data is verifiable. ",2.063,2.063,16.746,1,4,,12.097,12.097,18.1,1,2,7,3,4,1,5,6,0,0,23.434,0,2,5,7,4,3,6,10,9,,10.425,26.748,29.865,8,4,4,3,2,2,4,3.005,31.466,35.435,6,5,4,3.953,14.08,16.829,2,1,1997,Georgia,6,3,1,,7,,,12,3,1,,2.15,60.601,62.971,16,5c17294778ee390001ab19e5,,,,,1,, -2023-03-12 23:13:51,2023-03-12 23:22:43,0,174.63.59.104,100,531,1,2023-03-12 23:22:43,R_1g7xhCUCoRYIwAy,,,,,38.8503,-104.8567,anonymous,EN,1,3.845,3.845,4.89,1,1,3,2,4.015,10.03,12,2,0,0,15.107,0,73,79,55,10.096,15.234,16.931,3,8.358,12.843,22.021,2,1,1,17.452,34.064,35.878,3,-3,1,33.545,79.583,82.057,3,1,28.569,56.518,57.965,2,0,0,15.007,0,3,7,4,4,5,4,n/a,7.021,22.288,25.593,7,5,5,4,6,5,5,"Although there are no hard data associated with this, it seems like a plausible number of cases based on societal behaviors of vacc/unvacc individuals.",1.643,1.643,45.785,1,2,n/a,3.273,4.861,8.398,2,2,7,3,4,1,5,6,0,0,19.283,0,3,4,10,9,3,7,9,10,n/a,3.87,25.05,28.024,10,4,4,1,1,4,5,2.945,16.356,17.4,6,5,1,3.434,9.009,11.602,2,1,1981,Colorado,7,1,1,,7,,,14,2,1,5e11882114ae638303c715d9@email.prolific.co,2.062,68.993,74.114,17,5e11882114ae638303c715d9,,,,,1,, -2023-03-12 22:56:45,2023-03-12 23:22:56,0,72.218.13.127,100,1570,1,2023-03-12 23:22:56,R_vrc5DL09FLrqtGx,,,,,37.11,-76.5115,anonymous,EN,1,4.354,4.354,6.218,1,,,,,,,,3.502,5.235,16.172,3,81,0,0,58.555,160.915,162.121,7,3.079,523.207,527.598,31,-1,-1,3.886,153.52,154.547,8,-1,-1,2.983,9.883,11.081,5,-1,121.291,271.634,272.875,10,6.465,6.465,15.01,1,1,1,1,1,1,1,,3.18,24.473,25.868,9,1,1,1,1,1,1,I don't know how to read them and its too much,2.629,2.629,24.219,1,1,,2.245,10.564,11.685,5,2,7,3,4,1,5,6,3.401,25.825,27.144,3,1,1,1,1,1,1,1,1,,1.623,11.691,12.849,13,5,5,1,1,5,1,1.787,45.974,47.124,11,4,,11.712,14.656,15.865,4,1,1991,Virginia,3,2,1,,3,,,4,3,1,Kwanny757@gmail.com,1.589,114.49,115.691,35,62e6c5d05d354e1f99d612e4,,,,,0,, -2023-03-12 23:27:49,2023-03-12 23:28:01,0,98.169.160.252,100,11,1,2023-03-12 23:28:02,R_0wcwHhKg4FxNhMR,,,,,38.3416,-77.4307,anonymous,EN,2,8.573,8.573,10.085,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5fd8ca40697e370870a312e8,,,,,,, -2023-03-12 23:15:40,2023-03-12 23:28:09,0,47.232.88.100,100,748,1,2023-03-12 23:28:11,R_1n29yspyMQhoH9u,,,,,38.5317,-89.9988,anonymous,EN,1,8.067,8.699,9.225,2,,,,,,,,0,0,15.007,0,78,64,62,12.153,19.951,24.705,4,7.339,159.386,180.754,17,1,1,24.237,35.056,36.535,2,-3,-3,33.324,76.043,77.201,4,1,43.236,43.236,44.386,1,5.56,9.291,16.316,7,5,5,5,4,5,4,This graph's coloring is unpleasant.,6.662,15.888,30.222,7,5,5,4,3,3,4,"It seems scientific, though I don't like the way the data is presented.",2.919,2.919,20.549,1,5,Thank you for the opportunity.,8.927,10.022,20.877,2,2,7,3,4,1,5,6,0,0,20.716,0,6,6,8,7,6,7,8,8,"None, thanks :)",4.121,19.113,23.998,9,4,3,2,2,4,4,2.654,25.091,27.926,11,4,,3.192,3.192,4.862,1,1,1996,Illinois,6,1,1,,7,,,19,5,2,,0.799,111.221,115.448,24,5c7e14531c3cf8001638b5b0,,,,,0,, -2023-03-12 23:18:41,2023-03-12 23:28:31,0,99.9.227.253,100,590,1,2023-03-12 23:28:32,R_2tMAIUb1zU7FkvP,,,,,39.7436,-86.1158,anonymous,EN,1,5.176,24.003,24.998,3,2,,2,2.732,2.732,3.763,1,0,0,15.01,0,50,100,50,11.19,23.246,27.691,3,11.733,21.339,35.77,2,1,-3,25.754,47.199,48.906,2,-3,-3,38.217,74.525,75.402,3,-1,40.488,40.488,41.306,1,0,0,15.027,0,3,7,3,5,5,1,,19.122,41.818,45.423,6,7,5,3,1,1,5,"You told me to assume that I trust the data. I don't, but that's what you told me to do.",3.322,25.757,29.203,5,4,,6.6,6.6,8.599,1,2,7,3,4,1,5,6,0,0,14.586,0,1,1,1,1,1,1,1,1,"I don't trust scientists. I would trust science, except it is performed by humans.",2.816,20.48,39.303,10,1,1,4,5,1,2,8.427,19.182,19.975,6,6,2,2.201,12.944,14.277,2,2,1977,Indiana,7,3,1,,8,Indianapolis,,10,4,2,,2.596,67.952,74.298,31,55cb79e0fdf99b3c26ae4bca,,,,,1,, -2023-03-12 23:20:47,2023-03-12 23:31:34,0,66.61.113.24,100,646,1,2023-03-12 23:31:36,R_3hyC0Rwbk7iPMzb,,,,,40.8784,-82.6541,anonymous,EN,1,13.969,13.969,15.408,1,,,,,,,,0,0,15.009,0,83,82,70,8.892,16.484,17.495,3,14.548,20.867,35.593,2,-2,1,10.414,33.173,34.177,4,-3,-3,27.339,66.275,69.218,2,1,24.252,24.252,33.569,1,0,0,15.11,0,5,4,5,5,6,5,,11.943,21.807,25.118,6,6,6,6,6,6,6,I trust this visualization,1.382,18.294,34.505,2,3,,7.944,7.944,15.053,1,2,7,3,4,1,5,6,39.488,39.488,54.797,1,3,5,4,4,1,5,10,11,,4.383,16.248,18.476,8,4,4,2,3,4,4,8.911,37.878,39.37,7,4,,5.913,5.913,7.654,1,1,1998,Ohio,2,2,1,,7,,,4,3,1,Zemaus2014@gmail.com,1.274,127.273,153.864,43,63d80e0449b458dd5f8140be,,,,,0,, -2023-03-12 23:21:18,2023-03-12 23:33:09,0,24.193.135.1,100,710,1,2023-03-12 23:33:10,R_1QLPEXxUJgrVGxr,,,,,40.6001,-73.7497,anonymous,EN,1,13.707,15.215,16.283,3,,,,,,,,0,0,15.114,0,44,21,12,18.152,38.536,39.706,6,5.019,32.713,35.238,5,-1,-1,23.4,30.728,31.685,4,1,-1,12.59,77.952,78.937,8,-1,16.646,25.646,26.402,4,3.027,10.492,15.021,3,3,3,3,1,2,3,none,1.511,35.229,38.681,10,1,1,1,1,1,3,I don't know if these are actually facts or its random data.,3.366,38.089,42.693,2,5,none,12.474,22.165,23.891,5,2,7,3,4,1,5,6,10.08,26.054,26.986,3,5,5,8,7,7,7,8,10,none,6.735,31.863,34.75,12,1,3,1,2,2,3,9.692,44.911,46.701,8,2,,8.797,23.841,25.406,3,1,1979,New York,3,1,1,,8,Rockaway Park,,9,2,1,hulu9760@gmail.com,3.828,146.819,147.803,28,63f2e107c4d0bc684b99d2c6,,,,,0,, -2023-03-12 23:24:07,2023-03-12 23:33:12,0,67.182.177.152,100,544,1,2023-03-12 23:33:13,R_1oBenWNiEBzuFqv,,,,,37.6752,-120.9465,anonymous,EN,1,5.432,5.432,6.439,1,,,,,,,,0,0,15.014,0,100,100,78,4.267,15.84,18.502,6,17.73,23.842,50.437,2,-1,1,15.123,29.58,32.37,10,-3,-3,25.857,55.243,55.679,3,1,20.576,20.576,22.401,1,0,0,15.02,0,5,4,6,4,5,5,,5.892,28.831,39.586,9,4,4,5,2,7,6,I don't think that there is any reason for anyone to lie about the data on the visualization. The graph seems like it has accurate information.,2.808,2.808,27.35,1,6,When using the interactive graph a box with information got stuck open and appeared on every page of the survey and blocked some of the information on the other graphs.,5.339,6.51,58.924,2,2,7,3,4,1,5,6,0,0,16.184,0,1,1,2,4,1,3,11,10,,6.5,17.155,19.535,8,3,3,1,2,5,3,12.012,27.595,28.6,7,1,,8.084,8.084,9.656,1,2,1989,California,7,2,1,,9,,Modesto,11,4,1,ccarpenter117@gmail.com,2.292,72.317,76.579,43,5fb54678abd965015f4ae7b7,,,,,0,, -2023-03-12 23:24:38,2023-03-12 23:34:35,0,98.15.201.132,100,597,1,2023-03-12 23:34:36,R_232a0FWkOGkpCHe,,,,,41.3944,-74.3332,anonymous,EN,1,1.555,10.598,11.446,2,1,2,2,2.014,5.642,10.971,2,0,0,15.057,0,100,100,52,18.006,31.495,32.374,5,6.551,13.324,17.277,2,1,1,29.048,43.03,44.957,3,-3,-3,17.587,90.501,110.904,4,1,32.729,34.196,37.153,2,0,0,15.022,0,6,3,3,6,6,6,,7.509,21.02,24.923,7,6,6,6,5,5,6,it's from the CDC,3.819,3.819,13.055,1,4,,6.822,6.822,9.987,1,2,7,3,4,1,5,6,0,0,26.238,0,1,6,1,6,1,1,11,10,,9.226,28.035,29.987,9,2,3,3,3,1,3,18.426,53.374,55.464,8,2,2,0.846,17.403,19.213,3,1,1999,New York,3,3,1,,7,,,18,4,2,,4.296,59.028,63.531,13,640e11f99076926cad445e1e,,,,,1,, -2023-03-12 23:27:36,2023-03-12 23:34:43,0,98.188.190.24,100,427,1,2023-03-12 23:34:44,R_vOdpQIc9BfTck13,,,,,36.0344,-114.9705,anonymous,EN,1,3.238,3.238,4.038,1,1,2,2,0,0,3.885,0,0,0,15.109,0,82,92,71,8.78,12.25,13.495,3,7.267,22.262,28.164,3,-3,1,49.89,64.784,68.391,3,1,-3,11.718,34.021,35.245,3,1,26.271,26.542,29.427,2,0,0,15.013,0,4,4,5,5,5,5,,7.369,19.047,20.669,8,4,5,5,3,4,4,"It states the source and the source should be somewhere that I trust. But then again, anyone can claim the source is from this place but not be true.",2.188,2.188,32.294,1,5,,4.92,4.92,6.203,1,2,7,3,4,1,5,6,0,0,16.968,0,6,7,8,9,7,6,10,10,,0,0,15.407,0,2,2,3,3,3,4,0,0,14.665,0,2,2,0,0,11.077,0,1,1991,Nevada,5,2,1,,7,,,6,4,2,,6.575,54.494,58.62,16,5e1f7b2a4c9b832b34e7c9d3,,,,,1,, -2023-03-12 23:23:49,2023-03-12 23:34:45,0,69.23.103.128,100,655,1,2023-03-12 23:34:45,R_9N8K5fxwjCP8WUp,,,,,44.2433,-88.3564,anonymous,EN,1,16.133,16.133,16.992,1,1,1,1,7.671,9.382,10.881,2,0,0,15.015,0,67,80,46,12.995,19.307,20.105,3,6.762,9.769,11.552,2,1,1,42.179,53.51,55.082,2,-3,-3,31.421,49.691,50.945,2,-2,137.619,137.619,139.096,1,0,0,15.009,0,4,4,4,4,4,4,,10.313,13.346,16.033,6,6,6,6,6,6,6,its easy to understand,1.964,1.964,13.635,1,4,,5.498,5.498,7.451,1,2,7,3,4,1,5,6,0,0,14.031,0,9,9,9,9,9,9,9,9,,6.364,11.657,13.819,8,1,1,5,4,1,1,18.047,31.376,33.123,7,4,2,3.259,7.689,8.839,2,2,1988,Wisconsin,4,2,1,,7,,,4,5,1,dmharrington37@gmail.com,2.274,55.15,59.285,16,5e8681d1fc96dd135df99ee6,,,,,1,, -2023-03-12 23:20:27,2023-03-12 23:34:49,0,72.219.78.66,100,861,1,2023-03-12 23:34:50,R_2E77mJLu1PZxmrB,,,,,33.6128,-117.6622,anonymous,EN,1,257.195,261.504,263.171,8,,,,,,,,2.897,2.897,15.008,1,100,100,50,0.268,25.943,27.821,11,4.666,50.06,51.297,9,1,1,1.737,34.862,36.016,10,-3,-3,2.17,42.613,43.852,16,1,2.34,41.594,42.679,5,2.139,5.526,15.014,2,3,4,4,4,5,5,,3.668,25.589,26.769,11,5,5,5,1,3,5,I have no reason not to believe the information presented to me,2.834,4.96,18.405,3,6,,3.012,7.291,8.539,5,2,7,3,4,1,5,6,4.853,13.59,14.383,4,3,6,6,5,6,7,9,9,,3.331,20.309,21.395,14,4,4,2,2,4,4,4.579,17.93,23.647,10,2,,1.92,3.662,4.752,3,2,1972,California,7,1,1,,7,,,13,4,1,5b894987e79bf50001e1ff95@email.prolific.co,1.438,57.519,60.592,28,5b894987e79bf50001e1ff95,,,,,0,, -2023-03-12 23:16:58,2023-03-12 23:34:53,0,73.208.7.87,100,1075,1,2023-03-12 23:34:53,R_1PZvm5tCZHMLiO4,,,,,41.8482,-87.6521,anonymous,EN,1,4.701,4.701,6.244,1,,,,,,,,12.373,12.373,15.009,1,50,94,99,22.667,50.614,54.654,30,5.575,23.913,25.134,5,1,1,44.042,52.202,54.612,4,-3,1,0.19,158.923,163.102,4,1,14.907,63.021,64.414,3,1.642,10.65,15.116,2,3,3,3,5,6,4,,2.647,33.68,34.505,10,2,6,4,2,7,4,"The sourcing is existent and I have no reason to believe the HPK is an unreliable source of data. ",2.483,295.968,296.278,10,4,,10.638,14.511,16.456,6,2,3,4,5,1,6,7,0,0,9.793,0,1,8,1,4,4,3,10,10,ACAB,12.908,57.755,64.662,27,4,5,1,2,4,5,19.412,49.804,51.337,7,8,,1.476,3.765,6.538,3,3,1999,Illinois,2,2,1,,7,,,5,4,1,63ed1a2c8c27c4099b576701@email.prolific.co,2.325,140.204,148.15,28,63ed1a2c8c27c4099b576701,,,,,0,, -2023-03-12 23:18:58,2023-03-12 23:35:53,0,68.46.90.139,100,1014,1,2023-03-12 23:35:53,R_12hI9VBFMasfujl,,,,,45.2377,-93.2765,anonymous,EN,1,4.713,4.713,5.931,1,1,2,2,1.156,3.865,4.54,2,0,0,15.108,0,100,83,74,7.366,10.813,11.681,4,5.419,10.564,29.676,2,1,-3,43.639,52.458,53.221,2,-3,1,2.678,63.067,64.499,22,-3,9.856,30.99,32.543,2,0,0,15.006,0,4,3,4,6,5,6,,9.36,20.596,22.355,8,4,5,5,7,7,5,"The data makes sense to me, and I like that the axes are consistent. ",1.576,2.701,17.227,2,4,,4.55,7.829,8.593,5,2,7,3,4,1,5,6,12.181,17.225,338.68,2,3,7,9,9,6,8,11,10,,8.308,18.724,20.227,11,5,4,1,1,5,5,5.497,19.959,20.909,7,5,3,3.215,22.974,23.612,6,1,1991,Minnesota,6,1,1,,4,,,17,3,1,jondeyoung@outlook.com,2.478,51.821,53.622,20,63e081512a825f68bcfdc757,,,,,1,, -2023-03-12 23:28:32,2023-03-12 23:36:14,0,67.182.64.231,100,461,1,2023-03-12 23:36:14,R_1GTxX0GlJFNNFW0,,,,,38.581,-121.4939,anonymous,EN,1,3.81,3.81,5.286,1,1,2,2,1.3,3.039,3.771,2,0,0,15.106,0,93,100,100,9.137,21.555,25.537,4,7.66,27.213,27.798,8,1,1,30.061,37.085,38.165,2,-3,-3,6.334,61.197,62.194,8,1,14.76,24.468,25.453,2,12.633,12.633,15.013,1,7,3,7,6,6,7,,8.477,21.922,24.313,7,5,6,6,1,3,6,"It said ""Assuming you trust the information"". So, assuming I trust the actual numbers, I do not feel the visualization was doing anything to try and misrepresent those numbers.",4.112,54.249,54.914,8,6,,4.327,4.327,6.098,1,2,7,3,4,1,5,6,0,0,13.487,0,1,1,10,10,1,6,9,10,,3.709,16.595,17.84,9,4,3,3,3,3,4,8.999,20.643,23.197,6,6,2,2.274,8.147,10.305,2,1,1998,California,6,3,1,,7,,,19,4,1,640e54837a907926a3ee82aa@email.prolific.co,1.974,40.906,44.805,12,640e54837a907926a3ee82aa,,,,,1,, -2023-03-12 23:21:52,2023-03-12 23:37:08,0,70.123.36.249,100,915,1,2023-03-12 23:37:08,R_phC14PS2rTiRoQN,,,,,30.2627,-97.7467,anonymous,EN,1,24.594,25.097,26.107,2,1,3,2,4.335,7.035,8.327,2,0,0,15.118,0,100,100,85,5.001,26.061,26.705,5,15.673,19.115,59.331,2,1,1,27.588,40,41.772,2,-3,-3,66.148,179.527,183.465,11,1,42.651,42.651,44.387,1,2.257,2.257,15.02,1,6,5,6,6,6,5,,3.285,64.549,67.716,9,6,5,5,3,4,5,Seems to align with scientific data in regards to the efficacy of the covid-19 vaccine. The only reason I didn't put strong agree is because I just in general try not to believe everything I see on the internet without fact-checking.,2.796,2.796,83.443,1,2,,7.827,10.966,17.232,4,2,7,3,4,1,5,6,0,0,28.249,0,1,1,1,1,4,1,10,8,,12.421,45.526,70.88,14,3,3,1,1,4,5,10.432,38.53,40.2,6,1,2,13.917,29.047,31.405,5,1,1991,Texas,6,1,1,,7,,,6,4,1,noah.k423@yahoo.com,5.83,85.267,86.823,22,610878f08e2b6c83ea3905da,,,,,1,, -2023-03-12 23:25:56,2023-03-12 23:37:26,0,76.132.72.146,100,690,1,2023-03-12 23:37:26,R_RklXsEeQFmhn1Yt,,,,,37.3177,-122.0438,anonymous,EN,1,16.873,16.873,17.646,1,1,3,1,3.622,6.369,7.198,2,0,0,15.125,0,79,19,66,4.145,19.756,22.839,4,17.484,62.034,91.94,7,1,-3,41.411,49.14,63.565,2,1,-1,66.877,90.365,91.134,3,1,34.255,34.255,37,1,6.663,7.46,15.016,2,4,5,5,4,3,4,,3.225,27.433,29.484,13,4,7,4,2,2,4,"I think it looks accurate to my knowledge, but it needs to indicate the source for me to say that I fully trust the visualization.",2.051,14.671,58.231,6,5,,1.536,10.971,12.898,3,2,7,3,4,1,5,6,0,0,25.82,0,6,4,8,5,9,3,10,11,,5.363,18.754,20.608,10,3,2,2,3,4,2,14.558,32.854,33.833,10,3,1,2.4,6.881,9,2,1,2005,California,1,3,1,,2,,,13,3,2,,2.387,80.651,86.323,31,63d8548b51a28912d9fba859,,,,,1,, -2023-03-12 23:25:24,2023-03-12 23:37:30,0,76.107.134.196,100,725,1,2023-03-12 23:37:30,R_1kXN6Klz7fR2rnW,,,,,35.1499,-90.0558,anonymous,EN,1,120.172,120.172,130.937,1,,,,,,,,0,0,15.008,0,73,87,67,34.938,40.251,41.383,3,15.937,19.254,28.285,2,1,1,27.499,44.182,48.434,3,1,-3,22.301,57.135,58.784,2,1,52.703,52.703,54.101,1,0,0,15.109,0,5,7,5,7,5,5,"It does not say why there were so many pests certain weeks. ",9.528,70.652,71.118,9,5,5,5,7,2,5,"It is clear, especially because you can see exact numbers by hovering over it, plus it is weekly data so it is easy to compare each week. ",1.346,1.346,41.127,1,5,,6.559,9.81,11.471,5,2,7,3,4,1,5,6,0,0,21.209,0,2,2,3,3,2,4,3,3,,10.766,21.634,26.618,8,4,4,2,2,4,3,13.797,31.681,33.243,6,5,,7.429,7.429,9.326,1,2,2001,Tennessee,3,1,1,,7,,,15,2,1,Ldpursuit8@gmail.com,2.435,62.56,66.245,19,6108bfbf2e07c5612eb90182,,,,,0,, -2023-03-12 23:28:33,2023-03-12 23:38:19,0,98.213.160.72,100,586,1,2023-03-12 23:38:19,R_Zn6w6YOyxBWXxLP,,,,,41.8482,-87.6521,anonymous,EN,1,3.813,3.813,5.28,1,1,4,2,1.977,3.383,4.59,2,0,0,15.013,0,98,100,99,7.467,17.34,18.84,7,10.209,13.887,19.414,2,1,-3,19.474,27.817,29.972,2,1,1,22.264,96.746,98.745,4,1,37.925,37.925,40.144,1,0,0,15.013,0,5,3,3,6,7,3,,5.194,17.785,20.116,6,5,7,7,7,4,7,It took me a second to realize the stacked nature of the bars makes it difficult to compare populations visually. Weeks where both populations spiked make the unvaccinated population look disproportionately higher,3.893,3.893,44.397,1,5,,9.91,11.624,19.332,2,2,7,3,4,1,5,6,0,0,24.554,0,2,5,2,5,4,9,10,11,,3.378,27.85,29.112,11,4,1,2,2,4,4,13.993,37.777,59.896,8,5,2,3.458,8.911,10.473,2,1,1993,Illinois,6,3,1,,2,,,16,2,1,615a1d9297d4e05d6df9da22@email.prolific.co,2.864,74.154,92.474,14,615a1d9297d4e05d6df9da22,,,,,1,, -2023-03-12 23:28:03,2023-03-12 23:39:53,0,71.1.156.211,100,709,1,2023-03-12 23:39:54,R_1Hdi1kTkTuBg3L6,,,,,28.9108,-81.5248,anonymous,EN,1,18.39,19.194,69.04,2,,,,,,,,0,0,15.03,0,85,42,41,10.359,47.872,52.363,7,7.108,31.479,46.334,3,-2,1,32.204,43.454,45.059,2,-3,-3,34.649,68.412,70.94,2,1,34.365,34.365,36.541,1,0,0,15.164,0,3,2,3,4,4,4,What happened the week of December 27th? How does that compare to previous Decembers?,16.939,39.395,60.094,7,4,4,3,1,1,4,"I have no reason not to, but then I don't care enough to fact check it.",2.458,2.458,19.649,1,6,,4.188,5.608,8.02,4,2,7,3,4,1,5,6,0,0,21.056,0,1,3,1,2,3,1,8,8,,3.963,21.472,33.42,11,2,2,1,4,2,3,4.252,23.461,25.249,8,1,,1.478,1.478,4.554,1,1,1989,Florida,7,1,1,,7,,,1,3,1,steven.michael.osborne@gmail.com,0.027,76.343,80.77,17,63e5ffdf639ebdcf35aacb09,,,,,0,, -2023-03-12 23:23:18,2023-03-12 23:40:22,0,68.32.110.193,100,1023,1,2023-03-12 23:40:22,R_1kLGitbJyAuEvO8,,,,,36.3403,-86.7195,anonymous,EN,1,33.895,33.895,35.377,1,1,3,1,1.371,2.953,4.047,2,0,0,15.009,0,92,60,72,10.978,30.638,33.836,4,13.373,84.304,97.665,14,-2,1,30.528,85.234,86.676,2,-3,-3,51.9,132.617,135.416,7,-3,176.554,187.84,189.185,4,0,0,15.112,0,6,5,6,6,5,5,,26.708,42.009,44.402,6,5,6,5,5,5,6,I trust it because of the data that is presented within it.,1.503,36.343,36.852,2,6,,5.422,5.422,6.767,1,2,7,3,4,1,5,6,0,0,12.5,0,5,7,7,7,7,8,10,9,,15.578,113.777,116.089,11,4,4,2,2,5,4,7.275,29.421,30.688,6,2,2,59.064,67.693,69.074,3,2,1994,Tennessee,7,3,1,,7,,,7,3,1,taylor.flutist@gmail.com,1.653,39.692,47.131,19,612fea78b655df755fe7db24,,,,,1,, -2023-03-12 23:31:56,2023-03-12 23:40:23,0,68.84.26.109,100,507,1,2023-03-12 23:40:23,R_1Qa84VBi0xYwevQ,,,,,30.4274,-84.258,anonymous,EN,1,3.855,3.855,5.043,1,1,1,1,1.704,4.596,5.858,3,0,0,15.011,0,100,100,69,9.358,13.285,14.641,3,30.121,39.163,40.672,2,-2,1,20.467,38.029,39.875,2,-3,-3,30.491,46.522,47.984,2,1,23.815,23.815,27.216,1,0,0,15.014,0,3,3,3,6,6,5,,7.974,33.38,38.729,12,4,6,4,2,3,5,It seems pretty logical... as to the timing and pattern of cases.,3.785,4.765,22.552,2,5,,4.59,8.174,10.324,3,2,7,3,4,1,5,6,0,0,20.791,0,5,7,6,5,9,6,9,9,,11.737,31.093,33.306,11,5,5,1,1,5,5,4.226,23.786,24.682,7,3,1,26.103,31.842,34.556,2,1,1985,Florida,6,3,1,,7,,,10,4,1,60f66877a0a732b6dbe3485d@email.prolific.co,2.368,53.332,55.711,13,60f66877a0a732b6dbe3485d,,,,,1,, -2023-03-12 23:32:28,2023-03-12 23:40:41,0,67.82.209.97,100,492,1,2023-03-12 23:40:42,R_27JNXmmIg4vq0e6,,,,,40.5582,-74.5262,anonymous,EN,1,10.739,15.666,16.989,3,,,,,,,,9.869,14.437,15.024,5,58,41,46,3.911,10.531,11.393,9,3.507,14.643,15.551,6,1,1,18.02,25.106,27.306,3,1,-2,11.069,53.451,54.958,5,1,33.834,33.834,35.188,1,0,0,15.02,0,4,4,2,4,4,4,,4.766,10.509,12.371,7,4,3,2,4,4,4,"It looks easy to follow, but anyone can bend data.",1.454,1.454,12.691,1,4,,2.748,4.089,5.201,3,2,7,3,4,1,5,6,4.843,15.248,16.24,2,6,7,3,6,2,7,6,5,,3.62,10.302,11.594,10,3,3,2,3,4,4,1.863,11.068,11.569,10,2,,3.275,3.712,6.4,2,1,1989,New Jersey,7,2,1,,7,,,9,4,1,tmeyer2@gmail.com,2.084,120.688,122.407,59,601e13b872774f263d64acac,,,,,0,, -2023-03-12 23:28:01,2023-03-12 23:41:03,0,71.8.83.241,100,782,1,2023-03-12 23:41:04,R_3KBz2hTjMzmmyrM,,,,,33.2663,-86.902,anonymous,EN,1,11.97,11.97,13.865,1,,,,,,,,0,0,15.1,0,100,85,93,8.236,11.946,14.001,3,17.54,66.937,87.375,7,1,1,1.464,36.824,37.58,16,-3,-3,1.068,71.463,72.237,32,-2,38.047,81.245,83.602,2,0,0,15.093,0,6,5,5,6,6,6,"I've never seen such a well detailed interactive graph such as this before. I will say for such large amounts of data with many variables, the interactive slider is needed. ",7.385,17.02,50.915,7,5,6,6,3,1,6,"Very detailed, nicely organized with plenty of information.",1.687,1.687,15.101,1,4,,6.349,6.349,8.653,1,2,7,3,4,1,5,6,0,0,28.455,0,4,4,5,8,5,4,10,10,,6.023,18.424,20.721,8,4,5,1,1,5,5,8.672,26.092,27.389,6,2,,5.8,5.8,7.879,1,2,1999,Alabama,6,2,1,,8,Frisco City,,5,3,1,phimujessica@gmail.com,2.507,218.006,218.608,103,61706d258625bf685b7d6902,,,,,0,, -2023-03-12 23:30:03,2023-03-12 23:41:45,0,107.193.125.27,100,701,1,2023-03-12 23:41:45,R_RkoA9bzY6Kr2CmR,,,,,30.671,-87.1737,anonymous,EN,1,3.544,23.983,25.964,6,1,3,2,1.622,18.952,19.961,4,0,0,15.114,0,100,23,87,9.527,14.198,14.844,3,22.781,52.68,76.784,5,1,1,5.553,43.026,46.731,10,1,-2,8.531,89.415,90.257,5,1,11.675,60.693,61.156,4,0,0,15.01,0,5,4,5,2,2,5,"I would've much rather this be split into 2 different graphs based on vaccination rather than one graph with every single group ",6.246,60.778,61.095,11,2,2,2,2,2,5,"I trust the makers of the graph ",1.113,31.433,33.773,2,4,,10.166,12.323,13.577,2,2,7,3,4,1,5,6,10.136,10.5,30.302,2,2,2,1,4,2,4,11,7,,6.104,31.135,31.615,20,4,1,1,2,4,2,7.221,35.221,45.634,10,2,1,5.783,11.648,13.158,3,1,2003,Florida,3,1,1,,2,,,14,3,2,,3.314,63.438,66.216,39,63ee7c9441abc1335d678cab,,,,,1,, -2023-03-12 23:32:55,2023-03-12 23:42:46,0,72.239.235.142,100,590,1,2023-03-12 23:42:46,R_2w14QXXZXgTuYJ0,,,,,28.5378,-80.6711,anonymous,EN,1,2.768,2.768,3.722,1,1,2,1,1.306,3.902,5.135,2,4.089,4.089,15.121,1,59,17,39,5.54,10.524,12.655,3,37.255,124.639,127.471,12,1,1,32.48,43.286,44.68,2,-3,-3,0.903,49.793,51.397,5,1,15.792,25.302,26.939,2,0,0,15.113,0,4,2,4,4,5,4,,9.348,24.561,26.887,8,4,4,4,2,2,4,I can't tell for sure whether this data is accurate,1.794,2.807,27.734,2,4,,4.289,4.289,6.567,1,2,7,3,4,1,5,6,0,0,27.601,0,4,6,4,5,2,3,10,9,,6.862,17.035,18.845,8,4,2,2,2,3,3,6.382,23.044,24.031,10,2,2,3.871,9.912,12.771,3,2,1995,Florida,5,2,1,,4,,,5,2,1,6109d5b1a9daba0fb4e833b9@email.prolific.co,2.146,99.815,103.515,22,6109d5b1a9daba0fb4e833b9,,,,,1,, -2023-03-12 23:34:18,2023-03-12 23:42:49,0,173.175.212.17,100,510,1,2023-03-12 23:42:49,R_414vg6VCJrsFTKF,,,,,32.7797,-96.8022,anonymous,EN,1,3.406,4.093,4.83,2,,,,,,,,0,0,15.006,0,87,76,90,6.095,10.936,11.58,5,12.231,48.167,49.918,6,-3,1,1.274,75.228,76.333,10,1,-3,23.346,36.378,37.001,2,1,48.133,62.254,63.258,2,0,0,15.12,0,3,3,4,4,5,5,,3.258,20.058,21.688,8,5,5,5,7,7,5,The exact numbers when you hover over the bars makes me trust it more.,2.908,2.908,30.112,1,3,,5.623,5.623,7.01,1,2,7,3,4,1,5,6,0,0,28.376,0,4,5,4,6,2,3,8,9,,3.224,14.807,16.464,15,4,4,1,1,5,5,3.029,28.315,29.328,12,5,,3.255,3.255,4.174,1,1,2005,Texas,1,2,2,,9,,Dallas,8,2,1,pablovasquez0110@gmail.com,1.869,63.23,63.875,33,63f77fe7daecacc6523836d1,,,,,0,, -2023-03-12 23:32:46,2023-03-12 23:43:27,0,68.161.163.31,100,640,1,2023-03-12 23:43:27,R_1oAPoQyQ0zNVjPW,,,,,40.5948,-73.9715,anonymous,EN,1,10.402,10.402,11.584,1,,,,,,,,0,0,15.108,0,100,100,67,14.431,21.871,22.7,3,16.85,25.721,27.517,2,1,-2,12.696,41.633,47.078,4,-3,-3,34.288,58.176,59.29,3,1,40.223,40.223,43.591,1,0,0,15.006,0,5,1,5,5,6,5,,18.089,41.935,44.837,8,4,6,6,1,7,6,I see no reason to not trust the data,1.546,24.381,25.297,3,5,,6.927,14.826,15.5,3,2,7,3,4,1,5,6,0,0,18.077,0,3,4,6,7,6,5,10,10,,5.724,45.401,47.22,8,4,4,1,2,4,5,9.167,49.538,50.912,11,3,,9.169,9.169,10.932,1,1,1997,New York,6,2,3,,2,,,4,4,1,5b1a3fa488ee7400012aef74@email.prolific.co,2.324,90.134,101.834,24,5b1a3fa488ee7400012aef74,,,,,0,, -2023-03-12 23:37:30,2023-03-12 23:43:53,0,208.104.213.129,100,382,1,2023-03-12 23:43:54,R_3dKXJBwKmfb0AGv,,,,,35.0125,-80.9309,anonymous,EN,1,1.366,2.154,2.911,2,,,,,,,,6.539,9.918,15.122,2,56,31,75,5.056,10.875,11.565,3,8.554,38.877,40.81,5,-2,-1,7.926,32.126,34.182,5,-1,-1,12.435,14.281,15.356,2,1,6.272,60.83,61.807,3,0,0,15.037,0,3,3,3,2,2,3,n/a,11.314,22.139,24.624,7,3,7,3,1,1,3,I do not know the origin of this information.,1.769,1.769,12.787,1,4,n/a,4.588,5.667,8.098,2,2,7,3,4,1,5,6,0,0,17.453,0,6,4,6,6,6,3,8,8,n/a,3.29,19.763,20.204,10,4,3,2,3,3,3,6.024,26.232,26.915,6,3,,5.337,6.387,6.79,2,2,1991,South Carolina,3,2,1,,7,,,2,2,2,,1.419,34.133,35.258,11,5d76bf508da7af001b5fa26c,,,,,0,, -2023-03-12 23:37:10,2023-03-12 23:44:23,0,71.61.184.166,100,433,1,2023-03-12 23:44:24,R_siIPstaAZwgnGCt,,,,,40.3177,-79.7223,anonymous,EN,1,1.861,1.861,2.567,1,1,3,2,1.23,2.707,3.564,2,0,0,15.12,0,86,100,54,3.117,7.948,9.948,4,3.832,10.715,16.61,2,-2,1,14.95,27.368,28.412,3,1,-3,18.032,34.944,35.955,2,1,15.228,15.228,16.187,1,0,0,16.757,0,6,5,1,5,5,6,,3.457,10.023,12,6,5,5,3,2,3,6,"To me, the data backs up the intuitive sentiment that vaccines work. I trust that these numbers are an accurate reflection of how vaccines operate in terms of coming down with COVID-19.",1.972,1.972,37.874,1,5,,8.742,8.742,9.969,1,2,7,3,4,1,5,6,0,0,14.08,0,2,4,3,2,5,8,10,10,,2.931,14.581,16.303,11,4,3,3,3,3,5,1.208,4.163,5.501,6,1,2,2.17,8.706,9.629,2,1,1992,Pennsylvania,8,1,1,,7,,,10,4,2,,1.824,78.532,79.427,25,60c2cc653d0c6208fc8899fc,,,,,1,, -2023-03-12 23:33:17,2023-03-12 23:44:39,0,107.3.222.77,100,681,1,2023-03-12 23:44:40,R_3CVDTxRddclXABu,,,,,37.0368,-88.5934,anonymous,EN,1,2.117,2.117,33.453,1,,,,,,,,0,0,15.107,0,75,88,69,19.583,42.452,44.1,6,26.313,31.478,37.834,2,1,1,17.784,28.336,34.569,2,1,-3,56.931,100.213,101.765,3,1,49.978,91.955,93.583,3,0,0,15.112,0,3,3,3,5,5,3,Need explaination of method at least.,13.072,43.693,64.156,10,4,5,5,1,1,3,It's just a graph I can't trust it or not trust it.,1.137,15.747,23.378,2,5,,4.217,6.043,11.661,2,2,7,3,4,1,5,6,0,0,21.209,0,1,1,1,1,1,1,1,1,,6.661,16.642,19.238,9,2,3,4,4,4,2,4.221,17.273,18.453,6,7,,2.082,2.082,4.065,1,1,1983,Kentucky,3,3,1,,7,,,4,1,2,,1.878,67.06,69.631,27,5f8486766d8e7b0f17df0206,,,,,0,, -2023-03-12 23:33:36,2023-03-12 23:46:00,0,71.94.240.109,100,743,1,2023-03-12 23:46:01,R_2P29oLSa6m40Tek,,,,,42.1921,-121.7233,anonymous,EN,1,22.086,22.641,24.286,2,1,3,2,4.235,7.98,9.489,3,7.098,11.253,15.118,9,91,91,52,10.037,20.945,21.961,8,8.382,21.941,49.503,11,-1,1,20.046,76.316,77.359,44,-1,-3,50.967,99.826,103.544,8,1,1.82,42.451,44.353,6,0,0,15.016,0,5,4,5,4,6,5,,11.605,54.646,57.519,17,5,4,4,4,4,5,"The statement said ""Assuming you trust the data in this visualization"", so if the data is accurate and the graph is clear and readable, I would find it trustworthy. ",4.713,4.713,51.103,1,4,,5.095,9.161,10.181,4,2,7,3,4,1,5,6,4.872,32.794,34.143,6,3,3,5,3,3,3,6,6,,3.106,30.882,32.701,18,4,4,3,2,4,4,9.372,35.127,36.006,9,3,2,16.548,24.634,25.593,7,2,1996,Oregon,7,2,1,,7,,,8,3,2,,2.798,55.097,56.56,20,60fd933d5461857048f9e74c,,,,,1,, -2023-03-12 23:36:02,2023-03-12 23:46:18,0,129.107.80.53,100,616,1,2023-03-12 23:46:19,R_12D67AGPTV6radJ,,,,,32.7185,-97.1432,anonymous,EN,1,7.691,7.691,9.166,1,,,,,,,,0,0,15.111,0,100,100,88,8.983,21.878,24.776,4,18.753,29.28,30.958,2,1,1,9.517,73.242,75.967,3,-2,-3,26.042,75.35,77.362,3,1,35.199,35.199,36.096,1,0,0,15.11,0,4,6,1,5,6,6,,13.243,63.795,65.785,11,6,6,5,3,1,6,The visualization feels like it gives me very specific and clear information.,4.305,4.305,39.898,1,4,,4.701,4.701,6.431,1,2,7,3,4,1,5,6,0,0,21.094,0,5,3,1,5,4,5,10,9,,13.283,27.28,29.707,11,4,4,2,1,5,4,8.077,41.071,42.05,11,3,,5.73,5.73,7.62,1,2,1999,Texas,5,3,1,,3,,,17,3,2,,2.261,55.368,56.035,12,5ed5afc6e8229914710ada06,,,,,0,, -2023-03-12 23:35:11,2023-03-12 23:46:36,0,70.58.17.119,100,684,1,2023-03-12 23:46:36,R_1dB00tHs973qg8G,,,,,39.7301,-104.9078,anonymous,EN,1,5.312,5.312,6.293,1,1,3,1,5.305,11.732,12.623,2,0,0,15.116,0,66,31,38,8.975,15.073,16.226,3,21.561,30.99,31.598,3,-2,-3,68.162,88.297,88.663,3,-3,-3,47.155,79.29,80.741,2,-1,20.339,47.488,48.783,3,0,0,15.018,0,3,4,2,5,5,2,,3.354,31.676,32.099,9,5,5,3,1,7,2,"I feel as though this may be influenced by companies that make vaccines. ",4.697,4.697,44.778,1,2,,1.947,17.238,20.015,9,2,7,3,4,1,5,6,0,0,28.134,0,1,2,1,2,2,4,7,4,,3.548,19.348,21.297,8,4,2,2,3,4,4,10.166,33.873,34.767,9,1,2,6.749,17.368,20.116,2,3,1983,Colorado,3,2,1,,7,,,7,4,1,lightechoesham@gmail.com,4.525,100.584,111.358,25,5e643d29df313c1ced363682,,,,,1,, -2023-03-12 23:39:16,2023-03-12 23:48:09,0,174.61.155.120,100,533,1,2023-03-12 23:48:10,R_3iW5fCIsczUrofi,,,,,47.63,-122.2972,anonymous,EN,1,12.71,12.71,14.229,1,1,4,1,2.541,4.241,5.151,2,9.234,9.234,15.011,1,81,40,57,13.182,27.555,29.193,7,3.511,8.231,17.671,2,1,1,24.234,41.087,48.552,2,-3,1,16.482,39.592,40.758,4,1,10.751,16.731,18.101,2,9.842,9.842,16.61,1,5,5,5,4,5,3,"The subtitles of the graph are somewhat misleading, the main header for both is what clarifies that it's COVID cases, not rates of people being vaccinated, which was my initial thought. Also for the second question on the last page, I was a little unsure about my answer because the question didn't specify over what duration",12.986,67.316,106.817,11,4,5,2,1,3,3,"context -- it's in a qualtrics survey. if it were published in a reputable news venue, then I would trust it more",1.475,1.475,30.065,1,4,,3.49,3.996,5.229,2,2,7,3,4,1,5,6,10.867,12.447,25.204,2,5,6,4,6,7,6,8,10,,3.634,19.031,20.669,8,2,4,1,3,3,4,3.746,21.678,22.99,7,1,1,1.623,12.46,13.764,4,2,1995,Washington,7,3,1,,2,,,8,4,2,,2.059,46.997,50.378,15,5bcfb99d77740000016b3dbf,,,,,1,, -2023-03-12 23:41:50,2023-03-12 23:48:19,0,47.230.199.10,100,388,1,2023-03-12 23:48:19,R_27QJONFOvGR6dqQ,,,,,40.7263,-73.9818,anonymous,EN,1,7.495,7.495,8.487,1,1,4,1,2.616,3.922,4.602,2,0,0,15.117,0,79,64,30,7.986,16.599,18.473,5,6.993,8.962,20.223,2,-2,1,11.171,31.764,33.019,3,-1,-3,20.085,58.658,61.131,3,-3,7.162,22.486,24.642,6,0,0,15.016,0,5,7,5,5,5,5,,4.043,15.209,17.815,6,2,4,4,7,5,5,The data within the visualization comes from a reputable source,1.598,24.286,25.306,5,5,,3.959,6.61,8.002,4,2,7,3,4,1,5,6,0,0,10.306,0,9,9,6,6,9,8,10,10,,2.527,11.257,13.093,8,3,4,2,2,4,4,7.771,24.102,24.845,8,2,1,2.64,6.78,8.103,3,2,1998,New York,7,3,1,,7,,,17,3,2,,1.523,48.441,49.754,15,610386b89cf31f6859e7df7c,,,,,1,, -2023-03-12 23:39:00,2023-03-12 23:48:20,0,144.163.27.131,100,560,1,2023-03-12 23:48:21,R_3QFORBYsb3C4f2S,,,,,33.5986,-86.3434,anonymous,EN,1,8.912,8.912,10.004,1,,,,,,,,0,0,15.105,0,77,98,50,12.68,20.081,21.268,3,4.555,67.108,69.411,15,-2,-2,25.211,41.457,43.163,3,1,-3,42.798,79.901,80.963,2,-3,60.1,66.319,67.773,5,0,0,15.124,0,4,5,4,4,5,5,,9.58,20.712,23.313,7,5,5,5,5,5,5,This was easy top understand and something the average person could understand.,2.835,2.835,23.801,1,5,,3.825,8.766,10.476,7,2,7,3,4,1,5,6,0,0,24.165,0,2,6,9,6,2,6,9,9,,5.122,20.148,22.3,8,4,4,1,4,4,4,7.315,17.207,19.021,6,5,,3.219,3.219,5.15,1,1,1969,Alabama,6,2,1,,9,,Pell City,4,2,1,ejrfan14@yahoo.com,1.118,49.181,51.867,13,5e404a68f09a9f28310e8701,,,,,0,, -2023-03-12 23:37:13,2023-03-12 23:48:23,0,69.138.232.140,100,670,1,2023-03-12 23:48:23,R_OB8SUtt2KSQ6oGB,,,,,39.1541,-76.717,anonymous,EN,1,0.462,1.447,2.093,3,1,3,1,1.418,2.215,3.814,2,1.751,3.387,15.111,3,87,98,83,1.043,9.519,10.312,13,1.018,75.639,76.103,38,-3,-3,0.824,43.062,44.202,34,1,-1,0.865,188.096,188.883,48,1,1.007,103.779,104.524,43,0.905,11.626,15.012,4,5,5,7,5,5,5,,1.083,18.3,19.432,41,4,5,5,2,4,4,Id like to know more information. Such as states/countries where these results are being calculated from.,1.059,1.49,28.501,2,3,,1.4,8.275,9.275,5,2,7,3,4,1,5,6,0.858,10.581,14.483,4,4,4,6,5,5,6,8,9,,0.86,20.224,20.717,31,3,3,4,4,3,3,1.564,14.802,17.081,28,4,3,0.855,6.366,7.242,6,1,1999,Maryland,5,3,1,,3,,,7,4,2,,1.095,52.183,54.536,31,603f31444049ae098abb8bf7,,,,,1,, -2023-03-12 23:41:37,2023-03-12 23:49:05,0,71.198.231.172,100,447,1,2023-03-12 23:49:05,R_1mE6szJMEdJRu4q,,,,,37.8414,-122.1254,anonymous,EN,1,7.731,7.731,9.057,1,,,,,,,,0,0,15.013,0,94,43,50,7.367,17.251,19.024,4,8.092,17.626,19.98,2,1,1,26.058,36.09,37.648,3,1,-2,29.903,59.286,61.145,2,1,56.113,56.113,58.354,1,0,0,15.006,0,5,3,5,6,6,4,,9.737,18.001,19.596,6,4,5,4,1,7,4,"I trust the source and the data makes sense, but I know nothing about the researchers or any potential bias.",2.211,2.211,25.45,1,4,,3.64,3.64,5.909,1,2,7,3,4,1,5,6,0,0,19.173,0,3,5,4,7,6,3,9,9,,5.439,18.623,19.998,9,4,3,2,2,3,4,6.715,16.75,18.021,6,2,,2.372,2.372,5.076,1,2,2001,California,6,3,1,,7,,,17,3,2,,1.868,46.434,48.311,14,60fcd2b146529d02f1566012,,,,,0,, -2023-03-12 23:41:25,2023-03-12 23:49:21,0,97.113.100.151,100,475,1,2023-03-12 23:49:21,R_2ypaHQEVog6b0nh,,,,,47.5364,-122.278,anonymous,EN,1,2.224,2.957,3.101,2,,,,,,,,3.431,4.062,15.005,2,72,100,47,1.995,7.18,8.162,4,3.76,4.968,12.502,2,1,1,19.08,23.605,27.031,2,1,-2,10.436,67.069,67.344,6,1,41.958,41.958,42.875,1,2.009,2.009,15.006,1,5,6,6,4,5,5,,1.948,16.835,17.715,8,6,6,6,6,6,6,Has a clear y and x axis and it very easy to read,0.827,26.466,27.54,6,4,,2.019,4.11,4.997,3,2,3,4,7,1,5,6,5.742,12.241,28.744,2,4,7,6,6,6,6,11,11,,2.879,10.684,12.07,9,4,4,1,1,4,5,2,30.937,33.082,13,3,,1.443,1.443,2.151,1,1,1998,Washington,6,2,1,,2,,,11,4,2,,0.718,40.052,43.763,23,5e17945242fb0b000da71b21,,,,,0,, -2023-03-12 23:32:33,2023-03-12 23:50:07,0,172.58.129.62,100,1053,1,2023-03-12 23:50:08,R_yyUWjsVxLn513QR,,,,,25.7846,-80.233,anonymous,EN,1,19.402,19.402,20.673,1,,,,,,,,0,0,15.129,0,97,93,85,26.315,34.13,37.389,3,39.416,73.137,87.435,3,1,1,45.026,98.58,100.45,3,-3,-3,32.075,77.404,79.941,2,1,62.674,62.674,65.573,1,0,0,15.052,0,6,4,6,4,5,6,,21.6,35.775,39.125,6,4,5,4,1,1,6,It did not show data that greatly increased one week and then decrease suddenly. The ebb and flow of infestation seemed natural.,5.226,150.249,164.888,8,4,,8.409,8.409,11.001,1,2,7,3,4,1,5,6,0,0,38.868,0,6,7,4,5,9,4,10,6,,23,44.047,59.905,8,3,3,2,3,3,3,24.226,49.322,53.096,6,2,,5.825,5.825,9.15,1,1,1954,Florida,5,2,1,,7,,,7,4,2,,3.412,145.72,162.59,21,5ddcd77f23f9f1c2c45d6c18,,,,,0,, -2023-03-12 23:45:07,2023-03-12 23:50:12,0,184.103.58.107,100,304,1,2023-03-12 23:50:12,R_2WNFwQnGeysDld2,,,,,33.3874,-112.0998,anonymous,EN,1,2.214,5.121,6.001,4,,,,,,,,12.42,12.42,15.106,1,62,75,45,6.832,11.215,11.938,4,3.363,6.79,11.959,2,-1,-1,1.589,5.54,6.972,4,-3,-2,2.097,53.378,54.203,6,-1,9.474,11.113,12.211,2,1.502,1.502,15.014,1,3,3,5,5,6,4,,2.673,12.575,13.102,10,6,5,6,5,3,5,I seen many reports of insect and fungi related infections.,1.164,3.629,23.347,2,1,,3.639,6.623,7.905,3,2,7,3,4,1,5,6,0,0,18.949,0,3,1,7,2,1,3,6,4,,3.049,14.495,14.843,12,2,4,3,5,3,4,2.614,7.766,10.718,7,7,,2.387,2.387,3.4,1,1,1996,Arizona,6,2,1,,7,,,10,4,1,61363ce02e6022a741d63a6e@email.prolific.co,2.129,39.777,40.762,18,61363ce02e6022a741d63a6e,,,,,0,, -2023-03-12 23:35:02,2023-03-12 23:50:13,0,35.148.23.141,100,910,1,2023-03-12 23:50:14,R_2eatHxPaSCT8qkA,,,,,44.5228,-89.5583,anonymous,EN,1,2.468,3.354,4.263,2,2,,2,1.771,1.771,2.821,1,0,0,15.007,0,57,76,44,0.597,48.337,49.421,7,4.865,23.203,24.108,5,1,1,4.143,58.79,59.718,11,-3,-3,12.629,76.41,78.15,9,1,15.686,58.776,60.796,5,5.481,5.481,15.008,1,3,2,2,5,3,2,,5.337,46.04,48.218,9,2,4,4,2,2,3,"I think that it would be more transparent if we also had info on how serious/life-threatening cases were. I also just find the data hard to believe, because I haven't known any unvaccinated people who got COVID-19 in the last year, yet I have known a handful of vaccinated people who have.",3.964,3.964,129.515,1,2,,9.438,11.964,13.101,2,2,7,3,4,1,5,6,12.893,23.643,24.462,3,2,4,9,9,4,7,10,9,,6.589,48.659,49.701,12,3,3,2,3,4,4,2.514,159.595,160.744,12,4,2,2.736,20.779,21.596,5,2,1999,Wisconsin,6,3,1,,9,,Hortonville,13,3,1,dmatilyn@gmail.com,1.371,77.138,80.958,22,60fc54b735f3211d0d10a371,,,,,1,, -2023-03-12 23:37:28,2023-03-12 23:50:17,0,137.25.201.195,100,769,1,2023-03-12 23:50:18,R_3EMydtHlggSmv7v,,,,,34.5404,-117.3532,anonymous,EN,1,24.204,24.204,25.449,1,,,,,,,,0,0,15.005,0,85,96,74,24.525,32.342,36.528,3,12.178,26.717,33.911,4,1,1,33.887,46.033,54.159,2,-3,-3,63.61,108.029,109.33,3,1,40.056,40.056,46.249,1,0,0,15.111,0,4,2,5,2,5,5,,17.951,50.996,63.203,6,4,4,4,2,1,5,The source of the data seemed like a trustworthy organization and the visualization looks clean and professional.,3.953,3.953,53.851,1,6,,9.735,23.733,28.033,6,2,7,3,4,1,5,6,0,0,24.4,0,6,9,7,9,7,6,10,10,,15.241,60.743,80.1,15,4,4,1,2,3,4,12.457,38.481,40.422,6,2,,7.32,7.32,9.198,1,2,1983,California,4,2,1,,7,,,11,4,2,,3.197,50.285,52.188,11,5d4b14caed2dfc0001a22c1a,,,,,0,, -2023-03-12 23:27:00,2023-03-12 23:50:37,0,172.58.5.102,100,1416,1,2023-03-12 23:50:38,R_3fposxNHrBYzwl3,,,,,33.7173,-84.4783,anonymous,EN,1,13.888,28.078,30.073,3,,,,,,,,4.886,4.886,15.114,1,100,44,50,11.7,25.055,26.792,6,3.951,97.494,99.16,18,1,-3,13.486,182.657,184.259,12,1,-3,116.928,162.943,164.452,5,-2,15.663,38.641,40.082,4,0,0,15.012,0,3,3,3,3,2,3,,1.132,21.318,25.201,10,4,3,7,1,1,3,I'm not sure if it's accurate or not because i'm not familiar with the topic.,6.077,79.934,83.507,2,2,,30.469,37.457,40.077,4,2,7,3,4,1,5,6,11.398,25.626,27.787,2,3,3,1,2,4,2,4,5,,35.728,55.212,56.598,10,3,3,1,1,3,3,6.683,46.738,47.955,9,1,,34.65,37.768,39.193,2,1,1987,Georgia,2,2,1,,9,,"albany, ga",3,2,2,,45.39,135.731,142.532,20,63039dbefda87c47a91fec04,,,,,0,, -2023-03-12 23:42:11,2023-03-12 23:53:56,0,199.66.65.227,100,705,1,2023-03-12 23:53:57,R_Z2lAA9Tq2wPIDHH,,,,,41.6837,-88.3499,anonymous,EN,1,13.828,13.828,14.658,1,,,,,,,,0,0,15.008,0,81,5,63,7.457,23.352,24.352,5,21.211,147.87,150.354,11,1,1,37.403,44.853,45.867,2,1,-3,62.163,113.883,114.858,2,1,9.901,38.506,40.978,2,7.96,13.863,15.011,2,5,3,5,4,4,5,,5.991,19.038,20.717,7,5,2,4,2,7,5,"There is a lot of information, I would find it hard to believe that someone would take all that time to put together an untrustworthy visual like this.",13.522,13.522,41.442,1,5,,7.864,8.828,10.059,2,2,7,3,4,1,5,6,0,0,10.918,0,5,7,7,7,9,6,11,10,,8.664,23.466,26.017,8,3,4,2,3,3,4,21.13,36.712,37.841,6,2,,3.986,3.986,6.085,1,2,1999,Illinois,6,1,1,,8,Yorkville,,17,4,2,,6.566,75.919,78.596,22,6101ced6dafdbea2d88a52b0,,,,,0,, -2023-03-12 23:32:57,2023-03-12 23:56:03,0,73.143.196.250,100,1386,1,2023-03-12 23:56:03,R_1f4667MY6GDXYCu,,,,,41.698,-70.0602,anonymous,EN,1,21.361,21.361,22.335,1,2,,2,3.1,3.1,4.3,1,0,0,15.021,0,70,93,95,55.433,94.528,96.637,9,50.059,208.464,220.987,36,1,1,33.022,47.434,49.751,2,-3,1,56.277,81.401,83.177,2,1,60.001,84.705,99.75,3,0,0,15.017,0,2,2,2,4,5,5,,17.588,89.042,96.973,7,3,5,2,7,7,3,I would need to have at least one other source confirming the same information before I trusted this .,7.561,90.593,91.629,5,3,,14.094,24.166,32.172,2,2,7,3,4,1,5,6,0,0,20.971,0,5,5,8,9,4,7,10,9,,8.923,47.337,52.292,9,3,3,3,2,4,3,21.955,81.857,83.082,7,3,4,13.56,40.284,41.958,2,1,1975,Massachusetts,2,2,1,,7,,,10,3,2,,6.023,256.656,261.434,62,640d43c9451ce148162a7643,,,,,1,, -2023-03-12 23:30:25,2023-03-12 23:57:03,0,73.174.244.12,100,1597,1,2023-03-12 23:57:03,R_1CBH2uBmiwxwQuj,,,,,39.3408,-80.0285,anonymous,EN,1,50.137,50.137,51.248,1,,,,,,,,0,0,15.131,0,67,71,23,28.912,78.454,80.536,11,5.887,136.814,140.905,35,-2,-1,4.738,183.19,184.79,11,-3,-3,45.806,252.385,260.394,13,-2,3.61,60.215,61.844,3,11.606,11.606,15.04,1,5,2,4,4,4,4,I have no additional thought nor comment.,5.948,103.218,105.08,14,3,3,4,3,3,3,"The visualization appears to be well-designed and informative, but its effectiveness ultimately depends on the accuracy and reliability of the data it represents, and whether it meets the user's specific needs and goals. Ultimately, it is up to the user to determine whether or not they trust the information conveyed by the visualization.",7.85,71.956,74.638,3,4,,6.362,21.503,24.498,2,2,7,3,4,1,5,6,0,0,58.79,0,4,5,7,6,5,8,11,11,,6.566,29.747,37.002,16,4,3,4,3,5,4,2.15,82.898,85.139,7,6,,10.848,10.848,12.732,1,2,1942,California,7,1,1,,7,,,14,2,2,,80.334,162.903,173.49,23,64033349ec5c1a27ee79d14b,,,,,0,, -2023-03-12 23:23:38,2023-03-12 23:57:13,0,99.96.118.119,100,2015,1,2023-03-12 23:57:14,R_3h3CS0WJ2ELqWVz,,,,,33.9521,-84.5475,anonymous,EN,1,16.341,16.341,19.656,1,,,,,,,,0,0,15.106,0,87,79,72,14.328,41.351,43.432,4,21.322,94.306,133.787,9,1,1,51.921,70.223,73.573,4,-3,-3,84.357,116.703,135.914,2,1,33.302,33.302,35.115,1,0,0,15.018,0,3,3,3,5,6,4,,11.844,32.32,43.62,6,3,6,5,4,4,5,Crop pests and diseases aren't something that would normally be falsified. Pesticides and anti-fungals aren't cheap - no farmer would want to use more than needed and conversely wouldn't want to NOT use them if they were needed. So the agency putting out the information has a real incentive to make sure the information's as solid as possible.,2.894,2.894,200.444,1,5,Interesting survey - thank you!,7.618,9.95,24.529,2,2,7,3,4,1,5,6,0,0,76.481,0,3,4,9,8,2,10,7,9,,4.696,63.625,170.647,8,3,4,2,2,5,4,6.264,36.16,142.97,6,5,,5.651,5.651,167.297,1,1,1956,Georgia,6,2,1,,7,,,12,3,2,,2.192,477.609,628.302,19,62ffe399d769a8e595609133,,,,,0,, -2023-03-12 23:50:07,2023-03-13 00:05:53,0,172.59.144.137,100,946,1,2023-03-13 00:05:54,R_1Nt6466WnD9QWO4,,,,,37.9186,-121.3132,anonymous,EN,1,7.849,22.226,23.169,7,1,3,2,3.221,7.436,8.542,3,9.727,11.239,15.012,2,100,98,68,5.229,22.738,23.941,6,4.857,51.621,52.487,10,-1,-3,25.29,121.185,121.917,11,-3,-3,15.107,61.601,62.531,6,-3,14.789,39.981,40.674,5,8.484,13.969,15.011,3,6,5,5,6,6,6,,11.703,65.174,66.185,18,5,6,5,6,5,6,It is based on science as far as I can tell,8.7,75.788,79.7,4,4,,6.847,13.039,13.987,5,2,7,3,4,1,5,6,13.879,27.091,27.772,3,8,6,4,6,10,2,11,9,,4.154,28.314,29.739,11,4,5,1,1,5,5,8.079,34.431,35.417,12,2,1,4.701,15.537,17.083,6,2,1969,California,6,2,1,,9,,white/hispanic,16,4,1,edyrae13@gmail.com,5.327,238.301,239.366,54,56fb36ca34a0d3000b1a5701,,,,,1,, -2023-03-12 23:45:27,2023-03-13 00:06:06,0,174.235.32.95,100,1239,1,2023-03-13 00:06:07,R_2fxJmAqfBx3uM5Y,,,,,35.2296,-80.843,anonymous,EN,1,11.534,65.611,68.682,40,1,2,2,2.773,7.35,9.901,3,0,0,15.012,0,84,45,5,4.477,30.455,32.694,8,10.293,173.704,174.79,41,1,1,61.07,82.769,84.055,6,-3,-3,4.957,87.782,89.073,11,-3,3.784,144.907,146.338,18,14.802,14.802,15.013,1,3,3,3,7,7,3,,3.569,45.873,47.389,11,4,3,1,7,2,3,Because I dont know where the information came and if it was accurately kept up with. And I don't trust alot of things or people trust is a very special thing and it gets broken a lot and I just don't trust stuff.,9.278,9.278,88.411,1,1,,6.645,19.259,20.301,11,2,7,3,4,1,5,6,16.564,31.258,32.338,3,6,6,6,6,9,4,11,9,,1.201,35.41,37.957,15,3,3,5,2,4,3,21.023,60.968,62.192,10,4,2,16.388,27.742,32.496,4,1,1983,North Carolina,2,2,1,,7,,,4,3,1,chrisandambones@gmail.com,4.74,114.442,116.129,73,5ec617a2e79285689c82fb8f,,,,,1,, -2023-03-12 23:38:32,2023-03-13 00:08:36,0,121.91.229.168,100,1803,1,2023-03-13 00:08:37,R_6mUpOVbvFD6vmk9,,,,,40.0172,-75.0883,anonymous,EN,1,7.85,7.85,10.301,1,1,3,2,9.586,30.617,32.502,4,0,0,15.077,0,74,94,40,3.894,109.614,113.441,16,6.089,71.425,83.42,17,-2,1,4.482,128.577,139.737,10,-3,-3,4.854,193.741,208.072,11,-3,2.958,127.83,139.553,4,7.968,12.296,15.167,2,4,3,3,5,5,5,I have nothing to say. Thanks.,7.062,89.758,91.753,16,5,4,6,5,3,6,I found this visualization to be a research and scientific analysis that is very informative.,3.053,249.773,361.623,5,4,No comments. Thanks.,1.976,23.041,42.147,6,2,7,3,4,1,5,6,3.99,74.646,79.332,6,10,11,11,7,10,8,11,11,No comments.,1.789,47.021,55.95,17,4,5,4,3,4,3,3.672,38.543,40.556,7,2,1,0.819,26.546,28.501,6,2,1991,Virginia,6,3,1,,7,,,15,2,1,614ee5e28a2f0a07d4d639dd@email.prolific.co,1.367,203.039,209.517,32,614ee5e28a2f0a07d4d639dd,,,,,1,, -2023-03-12 23:41:06,2023-03-13 00:11:53,0,67.247.164.186,100,1847,1,2023-03-13 00:11:54,R_2QMnugZVX5P069l,,,,,43.2078,-77.6602,anonymous,EN,1,7.359,30.413,31.478,5,1,2,2,2.435,7.611,15.238,2,4.089,4.089,15.009,1,0,0,27,63.039,115.797,118.479,12,7.102,224.702,249.982,15,1,1,72.937,112.905,123.281,2,1,1,156.278,248.956,262.255,4,1,23.832,106.35,167.811,16,0,0,15.028,0,6,6,6,4,6,6,Including both vaccinated individuals and the unvaccinated in the same chart was very confusing to me when I first was presented with the data.,15.193,143.772,157.569,12,4,2,7,1,7,6,"Because I view the source, the CDC, as a credible source of information.",3.167,3.167,80.233,1,1,,5.312,5.312,19.98,1,2,7,3,4,1,5,6,0,0,54,0,2,7,1,1,11,1,11,4,,10.726,54.605,93.788,11,5,5,1,2,5,4,16.415,67.044,86.257,7,1,1,19.185,32.296,45.53,2,1,1984,New York,2,2,1,,7,,,1,3,2,,3.651,157.152,193.791,17,565b2be310593c000bff9695,,,,,1,, -2023-03-13 00:15:25,2023-03-13 00:22:31,0,74.96.61.186,100,426,1,2023-03-13 00:22:32,R_2CxGy8dicE0PyBZ,,,,,38.8452,-77.4651,anonymous,EN,1,5.904,5.904,6.748,1,,,,,,,,13.529,13.529,15.108,1,71,76,40,6.375,12.015,12.725,4,3.948,6.941,18.702,2,1,1,9.734,41.713,42.905,6,-3,-3,16.991,41.134,42.005,3,1,42.439,42.439,43.203,1,0,0,15.01,0,3,3,3,4,4,4,,8.89,19.563,20.932,7,5,5,4,3,7,4,"It is well presented and doesn't seem misleading. For example, the scales are the same (in units of 1000 for each line).",1.214,7.514,27.633,2,2,,2.778,2.778,9.826,1,2,7,3,4,1,5,6,14.79,14.79,15.006,1,3,5,1,3,3,4,9,8,,4.346,16.901,18.802,12,1,2,4,4,1,1,5.667,14.884,15.543,7,1,,2.456,2.456,3.505,1,1,1996,Virginia,6,2,1,,2,,,9,4,2,,5.27,45.05,54.05,11,62e01fdb9adf283ff375724f,,,,,0,, -2023-03-13 16:09:10,2023-03-13 16:21:09,0,73.46.216.13,100,719,1,2023-03-13 16:21:10,R_3s0KqSTYuI9a5WK,,,,,26.0276,-80.2528,anonymous,EN,1,4.528,9.447,10.546,5,,,,,,,,1.728,1.728,15.013,1,94,97,66,1.133,29.379,32.051,11,6.13,68.786,70.561,5,1,1,1.618,54.699,56.33,16,-3,-3,2.855,47.205,48.1,10,-2,16.805,52.55,54.027,7,10.386,11.454,15.013,2,4,3,3,5,5,4,,5.068,31.294,32.503,22,3,5,5,2,7,5,I was told that the visualization was accurate. I would not completely trust it without extra information in the real world.,6.879,8.218,65.281,3,3,,7.601,14.002,15.227,6,2,7,3,4,1,5,6,9.868,42.683,43.644,3,4,3,5,4,5,3,9,8,,6.881,39.062,40.17,13,3,4,2,2,4,4,6.056,43.636,44.653,11,1,,9.016,11.509,12.831,2,2,1988,Florida,6,2,1,,4,,,11,2,1,jbrav88@gmail.com,2.287,97.697,98.62,77,5fc39578c37dd8683daabe49,,,,,0,, -2023-03-13 16:17:34,2023-03-13 16:23:53,0,70.23.58.238,100,378,1,2023-03-13 16:23:53,R_2VsF615PA5xETky,,,,,40.8833,-73.1597,anonymous,EN,1,4.067,4.067,4.938,1,,,,,,,,0,0,15.091,0,20,71,19,23.252,26.792,27.927,3,10.25,16.9,18.068,4,-2,1,16.573,25.737,26.112,3,-3,-1,6.261,8.95,11.373,4,-3,8.403,8.403,9.986,1,0,0,15.068,0,5,5,5,5,5,5,,26.61,28.803,30.694,6,4,4,5,5,5,4,It seems accurate.,2.989,2.989,13.586,1,3,,2.973,2.973,6.345,1,2,7,3,4,1,5,6,17.868,17.868,38.355,1,1,5,2,5,2,9,8,9,,5.236,11.919,13.554,8,3,3,5,3,3,3,4.308,8.994,10.951,6,5,,4.647,4.647,6.301,1,2,1972,Nevada,6,1,1,,2,,,13,3,1,63cbf0541ff94d37ddccfe9d@email.prolific.co,1.214,54.028,55.41,16,63cbf0541ff94d37ddccfe9d,,,,,0,, -2023-03-13 16:15:35,2023-03-13 16:26:50,0,76.97.114.171,100,675,1,2023-03-13 16:26:51,R_3JklfxXWcOpPZA9,,,,,33.5631,-84.5832,anonymous,EN,1,4.994,4.994,5.872,1,1,4,2,9.199,11.197,13.053,2,0,0,15.006,0,63,100,61,8.435,14.721,17.66,3,12.458,17.922,35.665,2,1,1,43.968,77.578,83.388,3,-3,-3,18.449,61.963,64.122,8,1,41.134,41.134,42.406,1,0,0,15.014,0,4,4,5,5,5,5,,8.56,20.56,22.272,6,4,5,5,2,4,5,As long as you have the ability to hover over the individual bars everything is represented fairly well.,20.374,20.374,77.516,1,6,,6.942,6.942,12.302,1,2,7,3,4,1,5,6,0,0,25.757,0,1,4,7,3,7,5,10,10,,9.066,34.216,36.216,10,3,2,2,2,4,4,12.803,69.573,70.741,8,4,2,5.47,13.343,15.066,2,1,1999,Georgia,2,1,1,,7,,,11,2,2,,2.911,74.896,76.013,13,5fe4e6bf8bcb1f2bd103d1c7,,,,,1,, -2023-03-13 16:21:42,2023-03-13 16:30:45,0,47.155.34.61,100,542,1,2023-03-13 16:30:46,R_3Grl11qIni9ZvcH,,,,,33.7903,-118.1215,anonymous,EN,1,15.688,15.688,17.675,1,1,2,1,2.338,4.728,6.237,2,0,0,15.012,0,85,100,65,18.959,24.349,29.024,3,12.831,20.766,26.934,2,-3,1,42.044,53.321,54.443,2,-3,-3,41.339,69.224,70.851,2,1,16.081,16.081,16.929,1,0,0,15.007,0,5,6,5,4,6,4,,4.846,14.782,17.451,6,4,6,4,3,3,5,"From what I've seen where I lived and seen online across various sources, it does make sense.",1.598,6.004,41.869,2,4,,6.679,6.679,8.351,1,2,3,4,5,1,6,7,0,0,11.623,0,1,3,2,3,4,1,8,6,,4.351,15.197,17.507,8,3,1,2,3,4,2,9.332,35.843,36.847,8,3,3,2.33,9.576,10.911,2,1,1996,California,3,1,1,,4,,,11,4,2,,1.633,104.033,104.958,41,606cc866e962b64372e64473,,,,,1,, -2023-03-13 16:22:18,2023-03-13 16:31:23,0,172.58.140.171,100,545,1,2023-03-13 16:31:24,R_3MbPjYoZ7wHbPix,,,,,41.8502,-87.6736,anonymous,EN,1,18.185,31.893,35.253,2,,,,,,,,1.488,1.488,15.113,1,93,91,73,8.905,16.69,17.383,6,12.438,41.87,42.871,4,1,1,3.357,66.157,66.772,9,-3,-3,11.155,65.346,66.157,7,-2,14.385,52.678,53.926,6,6.577,6.577,15.011,1,5,6,5,6,6,6,,5.468,18.382,19.427,9,6,6,6,5,4,6,it looks professional and it is very easy to read,2.301,2.301,15.945,1,5,,5.364,9.452,10.364,4,2,7,3,4,1,5,6,14.682,24.114,24.727,2,5,5,9,6,6,7,8,8,,4.625,20.711,22.053,10,3,4,3,3,4,3,6.006,25.127,26.174,8,5,,4.843,6.849,7.471,4,2,2001,Illinois,5,2,1,,7,,,13,3,2,,1.366,55.054,56.481,21,610cb306e137dce2a4de6790,,,,,0,, -2023-03-13 16:19:44,2023-03-13 16:31:57,0,50.80.17.197,100,732,1,2023-03-13 16:31:57,R_sU0IiDGDvhHWt8t,,,,,41.9504,-91.6897,anonymous,EN,1,11.108,11.108,12.581,1,,,,,,,,0,0,15.01,0,73,10,59,14.546,30.906,33.208,4,21.953,101.958,103.533,13,1,1,29.881,48.168,54.383,2,-3,1,36.215,50.832,61.397,2,-1,28.386,53.456,55.038,5,0,0,15.115,0,4,4,5,3,7,3,the medium this graph is portrayed is not the best for comparing data,11.645,32.132,55.741,7,5,3,2,7,3,3,"While the y and x axis have acceptable ranges its difficult to discern data on a stacked bar graph. I would prefer the data introduced to me in a different visualization ",2.825,84.373,88.547,8,5,N/A,9.021,13.501,17.592,4,2,7,3,4,1,5,6,0,0,21.169,0,5,4,2,2,7,8,10,10,n/a,7.416,28.567,34.11,10,4,4,1,2,4,4,7.232,21.467,22.33,7,3,,4.762,4.762,6.369,1,1,1993,Iowa,3,2,1,,3,,,5,4,1,jawondwalker@gmail.com,1.634,80.822,82.342,19,5f51135fd3e0342eda5f66c5,,,,,0,, -2023-03-13 16:25:04,2023-03-13 16:32:18,0,142.197.50.143,100,433,1,2023-03-13 16:32:19,R_soPctIBCcjEG8iR,,,,,29.0511,-82.038,anonymous,EN,1,2.644,10.965,11.551,4,,,,,,,,2.377,11.28,15.106,7,84,82,67,15.154,32.868,33.827,10,14.511,19.383,21.455,2,1,1,3.159,38.036,39.148,6,-3,1,3.674,40.781,41.557,4,1,7.925,30.704,31.711,3,3.853,11.39,15.008,2,6,5,6,5,6,6,,5.363,21.957,22.963,18,5,6,3,1,1,5,It is professional looking and well done,2.014,18.999,27.71,5,6,,3.028,3.756,5.474,3,2,7,3,4,1,5,6,0,0,13.609,0,2,3,11,7,4,4,10,11,,9.905,28.396,29.829,25,1,1,4,4,2,2,3.986,17.955,18.606,13,3,,2.871,5.68,6.401,4,1,1987,Florida,6,2,1,,7,,,7,4,2,,1.92,57.16,58.17,28,571144323d47e800096358d9,,,,,0,, -2023-03-13 16:25:56,2023-03-13 16:33:06,0,207.229.178.155,100,429,1,2023-03-13 16:33:07,R_1rcbNhmIfvA1G73,,,,,41.871,-87.6289,anonymous,EN,1,5.052,5.052,6.294,1,,,,,,,,0,0,15.115,0,73,81,39,6.138,11.027,11.275,4,7.29,77.656,81.122,6,-2,1,6.5,43.892,45.184,3,-3,-3,22.586,40.501,41.424,2,-1,2.451,44.642,45.343,3,3.41,4.597,15.014,2,4,4,4,4,4,4,,3.752,9.748,11.986,6,2,4,4,2,2,4,I don't really know where the information came from so it is hard to fully trust it.,2.765,10.867,28.924,3,3,,4.661,5.564,6.543,2,2,7,3,4,1,5,6,9.578,9.578,9.959,1,3,5,5,4,3,3,10,9,,4.214,14.469,15.967,9,4,4,2,2,4,4,3.733,13.873,14.141,7,3,,2.207,2.207,3.517,1,1,2001,Illinois,5,1,1,,7,,,11,4,1,,1.137,35.735,44.349,11,5f01230b4f8dff26fad883d2,,,,,0,, -2023-03-13 16:24:23,2023-03-13 16:34:29,0,73.38.74.47,100,606,1,2023-03-13 16:34:30,R_3oBgimHOijg2DCG,,,,,42.0825,-72.5621,anonymous,EN,1,16.041,16.041,17.125,1,1,2,1,1.495,4.26,5.092,2,0,0,15.014,0,77,96,94,8.724,19.595,27.996,6,13.911,24.693,28.465,2,-2,-3,57.288,69.092,70.56,2,-3,-3,29.701,56.563,58.479,3,1,16.746,16.746,24.467,1,0,0,15.114,0,5,4,5,6,6,5,"I now see the information was obtained from the CDC, a trusted source",16.959,35.682,52.489,7,2,6,5,7,3,4,I did not see the source of the information but it looked accurate.,3.224,3.224,40.776,1,3,,7.531,7.531,10.117,1,2,7,3,4,1,5,6,0,0,23.853,0,2,7,1,5,4,4,11,10,,4.594,18.698,21.042,9,4,4,1,2,5,4,13.711,38.902,39.668,7,1,1,5.297,11.946,19.061,2,1,1997,Massachusetts,7,1,1,,7,,,13,4,2,,2.818,78.507,84.002,16,616ef0bb9875de5db97fcb4c,,,,,1,, -2023-03-13 16:15:49,2023-03-13 16:36:04,0,73.251.50.71,100,1214,1,2023-03-13 16:36:05,R_2BaH2NdXxiLqmkx,,,,,37.4019,-79.8786,anonymous,EN,1,23.032,23.998,25.712,2,1,4,2,10.348,15.127,16.688,3,11.904,11.904,15.145,1,96,91,50,19.953,102.374,103.542,13,11.423,168.641,171.716,15,1,1,16.787,82.611,84.123,8,-3,-3,7.59,176.111,177.9,13,-2,3.792,25.328,28.613,4,12.409,12.409,15.035,1,5,5,5,5,5,5,,7.074,45.264,46.31,11,5,5,5,4,3,5,The CDC is a reliable source of research,7.308,9.594,75.803,3,5,,12.89,16.177,17.392,2,2,7,3,4,1,5,6,8.969,102.236,103.51,5,7,8,8,8,9,7,10,10,,12.933,42.207,43.57,13,4,5,1,1,5,5,9.956,48.342,50.129,8,2,1,7.044,22.1,23.353,4,2,1961,Virginia,7,3,1,,7,,,10,4,2,,2.9,107.277,108.416,27,60be871a11e1b84fa2d3076b,,,,,1,, -2023-03-13 16:26:25,2023-03-13 16:36:18,0,66.223.177.241,100,592,1,2023-03-13 16:36:19,R_yVZDYVeh8HeRXWN,,,,,64.8544,-147.8469,anonymous,EN,1,6.112,6.112,7.002,1,1,1,1,1.313,4.872,6.039,2,0,0,15.009,0,58,77,50,7.71,15.28,16.866,4,16.676,21.054,21.496,3,1,1,28.611,37.89,38.901,2,-3,-3,53.603,110.997,113.351,3,1,36.964,36.964,38.616,1,0,0,15.108,0,5,7,7,6,6,5,The CDC's page does have a breakdown of age but I had to take 5 extra seconds to click the reference link and most people probably won't.,10.558,43.571,80.351,8,2,6,4,2,3,3,"It doesn't break it down by age, previous health, or political alignment.",4.17,4.17,31.08,1,3,,9.269,10.237,12.158,3,2,7,3,4,1,5,6,0,0,14.374,0,3,10,7,5,4,6,10,10,,9.637,31.279,33.354,8,1,1,5,4,3,2,12.014,33.626,35.181,6,2,1,11.201,17.199,20.353,2,1,1985,Alaska,7,1,1,,7,,,10,4,2,,1.354,47.354,48.976,13,60df2a387184bf25da3ae6a2,,,,,1,, -2023-03-13 16:30:44,2023-03-13 16:36:44,0,40.133.142.193,100,359,1,2023-03-13 16:36:45,R_qJUwNjFu9wypByp,,,,,41.2616,-95.9355,anonymous,EN,1,2.771,2.771,3.661,1,1,2,1,1.612,3.813,4.933,3,14.428,14.428,15.01,1,73,30,30,6.173,9.274,10.794,3,6.562,15.797,34.89,4,-3,1,20.24,42.262,43.734,2,1,1,22.772,41.659,42.73,2,-3,16.263,17.946,18.401,2,0,0,15.013,0,3,1,3,7,6,7,,4.969,19.689,21.279,7,1,7,1,1,1,3,"It seems real but it's hard to understand making it hard for me to decide if I fully trust it. ",2.392,2.392,20.251,1,3,,6.377,6.377,7.881,1,2,7,3,4,1,5,6,0,0,15.921,0,4,4,8,8,3,10,7,8,,3.414,13.649,15.189,8,4,4,1,4,4,3,3.92,15.321,16.326,6,6,1,1.524,5.193,6.213,2,2,1994,Nebraska,7,3,1,,9,,Omaha,9,2,1,kkloke23@gmail.com,1.057,32.565,33.836,16,60fee74fa3b33a3312af7568,,,,,1,, -2023-03-13 16:24:26,2023-03-13 16:38:06,0,75.134.219.72,100,819,1,2023-03-13 16:38:07,R_R2EXvUFFjmxlzW1,,,,,43.0352,-83.5248,anonymous,EN,1,4.931,4.931,6.574,1,2,,2,1.906,1.906,3.199,1,0,0,15.111,0,82,83,85,20.007,38.415,40.119,3,19.921,189.018,190.524,18,1,-3,39.145,60.345,67.6,2,-2,-3,34.079,84.742,86.049,4,1,35.973,58.796,60.26,4,8.396,8.396,15.009,1,3,5,3,6,5,3,,5.728,18.471,22.975,6,5,6,5,3,4,3,i have done my own research on covif 10 infection rates from medical professionals i know and many of them have seen more infections from people that are vaccinated so i dont trust the data that much.,2.886,2.886,64.958,1,4,,6.715,10.675,14.861,5,2,3,4,5,1,6,7,0,0,23.837,0,1,1,2,1,1,9,9,6,,8.224,18.536,20.947,8,2,4,1,4,3,2,11.108,34.476,35.534,6,7,4,4.391,11.304,12.635,2,1,1965,Michigan,5,2,1,,9,,goodrich,6,3,1,mrctocco@aol.com,4.065,84.67,88.381,14,640d212a5935d5e5cb6ce6ad,,,,,1,, -2023-03-13 16:31:16,2023-03-13 16:38:21,0,108.51.134.197,100,424,1,2023-03-13 16:38:21,R_2y4sK0Eezp4sOfQ,,,,,39.037,-77.0412,anonymous,EN,1,5.058,5.89,6.646,2,1,4,2,1.685,4.382,5.243,3,0,0,15.011,0,80,93,67,0.477,15.383,16.17,7,4.188,38.277,39.19,5,-2,1,14.188,31.505,32.485,6,-3,1,7.237,37.12,38.804,6,1,23.35,33.416,34.094,4,5.279,14.502,15.124,2,5,5,5,6,4,5,,5.703,23.36,23.915,9,4,6,5,7,4,4,"The information seems straightforward, but there's no source cited.",1.786,1.786,20.08,1,6,,4.001,7.242,8.05,4,2,7,3,4,1,5,6,11.173,11.173,15.377,1,5,9,9,9,8,8,10,10,,4.285,17.456,18.674,9,5,5,1,1,5,5,5.832,17.549,18.544,7,2,2,3.249,9.16,10.735,4,2,1969,Maryland,7,3,1,,8,Silver Spring,,17,1,1,marcilb1@gmail.com,2.023,67.163,68.155,22,5eb0c3f05aeb111911ad74de,,,,,1,, -2023-03-13 16:32:00,2023-03-13 16:38:50,0,68.226.92.12,100,410,1,2023-03-13 16:38:50,R_3qU3X5Mefp3xJGM,,,,,41.886,-71.3457,anonymous,EN,1,4.383,4.383,5.538,1,,,,,,,,0,0,15.012,0,77,30,49,11.319,18.369,19.229,3,8.57,11.167,15.17,2,1,1,16.357,23.655,24.959,2,-3,-3,11.902,53.47,54.675,4,1,18.544,18.544,19.685,1,0,0,15.013,0,4,2,3,4,1,3,,5.889,16.652,19.317,7,2,1,1,1,1,7,you have to do math,1.986,1.986,10.842,1,5,,10.674,12.385,14.745,2,2,7,3,4,1,5,6,0,0,17.752,0,2,2,9,6,5,2,9,9,,8.338,30.309,32.753,9,3,3,2,2,4,1,8.544,38.864,39.875,7,4,,3.239,3.239,5.133,1,2,1998,Rhode Island,7,2,1,,7,,,10,4,2,,2.687,56.047,59.415,13,6100559e88e45c95776083a1,,,,,0,, -2023-03-13 16:28:53,2023-03-13 16:39:23,0,98.38.4.130,100,629,1,2023-03-13 16:39:23,R_330ZaIkRNZb5its,,,,,39.7067,-104.9694,anonymous,EN,1,5.506,5.506,6.714,1,1,2,1,1.572,7.218,8.538,3,0,0,15.009,0,80,16,67,10.839,24.491,25.318,7,15.625,54.429,58.51,5,-2,-3,27.349,37.776,39.228,2,-3,1,44.982,58.282,70.024,2,-3,57.264,57.264,61.284,1,0,0,15.007,0,5,2,4,5,5,5,,13.319,30.364,33.231,6,3,5,5,2,2,5,I trust the data source and it's a logical way to represent it,1.815,1.815,68.078,1,6,,9.81,9.81,11.777,1,2,3,4,5,1,6,7,0,0,19.075,0,2,5,4,6,5,5,8,8,,5.938,24.422,26.558,8,3,3,2,2,3,4,13.864,32.682,33.664,7,2,4,3.299,9.65,11.218,2,1,1995,Colorado,6,3,1,,9,,Denver,4,4,1,sean.wake17@gmail.com,2.711,57.141,61.149,17,611bfbd4af7fa6a01a106813,,,,,1,, -2023-03-13 16:34:15,2023-03-13 16:40:58,0,71.197.184.234,100,403,1,2023-03-13 16:40:59,R_3NKwcSFwu6Qecjb,,,,,47.2565,-122.4421,anonymous,EN,1,4.106,4.106,5.047,1,1,2,2,2.36,3.97,4.943,2,0,0,15.014,0,72,56,41,0.077,17.089,18.358,7,3.656,5.676,6.842,2,-2,1,33.516,43.222,44.145,2,-2,-1,20.871,53.585,54.859,2,1,26.378,26.378,27.275,1,0,0,15.017,0,3,3,3,3,3,3,,1.491,20.34,23.218,8,5,2,2,7,7,3,I don't have enough informaton about who made the data,3.577,3.577,19.052,1,3,,6.855,9.047,10.576,3,2,7,3,4,1,5,6,0,0,17.196,0,2,2,2,2,2,2,6,7,,4.489,14.127,15.219,8,3,3,2,2,3,3,9.568,18.703,19.552,6,2,3,5.747,9.571,10.714,2,2,1989,Washington,3,3,1,,8,Puyallup,,5,4,2,,2.415,49.758,52.95,15,5f13b237c08bc13e4ef2e760,,,,,1,, -2023-03-13 16:31:42,2023-03-13 16:42:12,0,100.0.164.34,100,630,1,2023-03-13 16:42:13,R_2nvp7pBb9MEGWaZ,,,,,42.2904,-71.0712,anonymous,EN,1,8.257,8.257,9.039,1,1,2,1,2.515,4.953,5.715,3,0,0,15.109,0,85,90,81,11.629,17.621,19.833,3,12.245,19.291,37.031,2,1,1,25.022,43.228,48.899,2,1,1,39.316,81.931,84.101,3,1,9.981,23.201,24.407,2,0,0,15.007,0,5,4,5,5,4,5,,18.653,44.981,46.986,8,5,5,5,4,4,5,It uses the same scales on both graphs,3.533,6.018,27.696,5,4,,8.317,9.531,13.508,2,2,7,3,4,1,5,6,18.456,18.456,26.162,1,1,5,1,6,6,1,10,10,,14.214,54.857,56.343,9,5,5,1,2,5,5,8.135,23.969,24.899,6,2,3,6.315,20.036,22.124,3,1,2002,New Hampshire,2,3,4,Portuguese,4,,,17,2,2,,2.9,110.838,111.207,36,610e4001aab8a70cb6e81967,,,,,1,, -2023-03-13 16:39:26,2023-03-13 16:45:08,0,68.205.169.51,100,342,1,2023-03-13 16:45:08,R_2yeVJ3ucoeNu2qZ,,,,,29.1383,-80.9956,anonymous,EN,1,2.127,2.127,2.742,1,1,1,1,2.022,4.898,5.616,4,0.901,2.634,15.006,2,100,100,50,4.107,8.442,8.986,4,6.205,12.264,21.369,2,-2,-3,5.234,30.206,36.109,3,-3,-3,11.446,58.511,58.741,5,-2,12.63,31.041,31.857,7,0,0,15.007,0,6,6,6,6,6,6,,5.089,10.672,10.93,7,6,5,5,7,3,5,"The numbers are easily viewable. The data is all there, and if I want more information hovering over helps. I also trust the source.",1.742,1.742,16.987,1,4,,2.082,4.153,4.884,4,2,7,3,4,1,5,6,0.888,2.422,10.752,3,1,1,4,2,1,1,6,9,,2.489,14.439,15.077,10,1,1,4,3,2,1,2.307,13.226,13.793,9,3,1,1.303,4.39,5.04,2,1,1986,Florida,2,2,1,,7,,,12,4,1,bladexxvv@gmail.com,1.556,30.737,38.801,19,55fc2b4377f33b000ecb21ed,,,,,1,, -2023-03-13 16:37:20,2023-03-13 16:46:05,0,173.29.56.149,100,524,1,2023-03-13 16:46:05,R_2e4QkIyxYQAPufD,,,,,40.9013,-89.5068,anonymous,EN,1,3.411,3.411,4.393,1,,,,,,,,3.693,3.931,15.008,2,89,50,100,4.608,12.821,14.063,5,8.945,19.045,28.919,3,1,1,1.471,37.42,38.382,8,1,-1,4.627,83.502,84.825,7,1,2.16,55.722,56.711,3,9.886,13.481,15.011,4,3,3,3,3,5,3,,6.87,17.046,19.123,6,4,5,5,1,3,5,"In the instructions it said, ""assume you trust the data"" so I said I trusted the visualization of the data",3.501,3.501,30.826,1,4,,2.64,7.316,9.337,6,2,7,3,4,1,5,6,2.522,7.008,18.685,4,2,3,7,4,4,4,5,6,,7.635,28.457,33.81,11,3,2,3,2,2,3,2.765,33.603,36.077,10,6,,4.597,7.998,15.255,5,2,1992,Illinois,6,3,1,,7,,,11,1,2,,2.769,50.962,53.19,21,610350093de97785fa2890b2,,,,,0,, -2023-03-13 16:36:24,2023-03-13 16:46:11,0,153.33.114.25,100,587,1,2023-03-13 16:46:12,R_8pmj76tTlZk0609,,,,,34.0095,-81.0819,anonymous,EN,1,2.328,2.328,3.182,1,,,,,,,,0,0,15.008,0,80,80,50,6.495,14.966,16.178,4,5.27,23.872,26.788,3,1,1,34.441,46.911,49.722,2,-1,-3,60.918,88.987,90.099,2,-2,47.553,47.553,48.872,1,0,0,15.008,0,5,5,7,5,5,5,,22.266,31.8,33.8,6,5,6,5,4,5,5,It has a clear and professional presentation which makes it seem more credible.,1.6,1.971,47.556,2,4,,6.449,6.449,7.999,1,2,7,3,4,1,5,6,0,0,13.536,0,4,6,5,7,5,4,9,8,,4.144,16.306,17.841,8,4,4,2,2,5,4,7.143,32.622,33.603,6,2,,4.329,4.329,6.424,1,1,1998,South Carolina,3,1,1,,3,,,4,3,1,trshillingford@gmail.com,1.735,111.966,116.292,33,5f036ad6524fe7281a4ad892,,,,,0,, -2023-03-13 16:36:33,2023-03-13 16:47:15,0,76.156.47.217,100,642,1,2023-03-13 16:47:15,R_3h0GCZvXN1p6RUp,,,,,44.971,-93.0498,anonymous,EN,1,4.34,4.34,5.247,1,,,,,,,,0,0,15.018,0,76,19,84,28.927,33.716,35.222,3,8.707,76.868,79.972,14,1,1,39.561,49.943,55.796,3,-3,-3,55.484,72.708,73.727,2,-2,12.604,70.116,71.451,6,0,0,15.118,0,3,5,3,7,7,3,,14.989,29.139,31.984,6,4,2,3,7,7,4,I trust it but it's hard to read.,2.066,2.066,21.837,1,6,,18.944,20.196,21.816,3,2,7,3,4,1,5,6,0,0,18.953,0,3,3,7,5,3,4,8,10,,9.343,22.68,24.796,8,4,3,2,4,4,3,13.175,42.301,43.705,7,4,,4.428,4.428,6.017,1,1,1991,Minnesota,2,2,1,,7,,,6,2,1,63e51d228f42d1767efa8cbf@email.prolific.co,1.577,60.473,62.104,15,63e51d228f42d1767efa8cbf,,,,,0,, -2023-03-13 16:38:46,2023-03-13 16:47:20,0,108.6.203.138,100,514,1,2023-03-13 16:47:21,R_PG1Xf1vRcr20aWd,,,,,40.7429,-73.9392,anonymous,EN,1,2.163,2.889,3.257,2,1,3,2,2.61,4.443,5.151,2,0,0,15.117,0,84,89,50,16.988,33.465,34.09,4,5.414,23.111,24.549,5,1,1,29.756,38.301,39.772,2,-3,-3,78.788,105.68,107.378,4,-3,17.774,38.582,39.808,9,3.614,3.614,15.111,1,5,3,4,5,6,5,,10.928,32.028,34.32,7,3,4,5,7,4,5,It's from the CDC,8.795,8.795,13.706,1,5,,7.284,9.515,11.103,3,2,7,3,4,1,5,6,0,0,18.081,0,1,5,4,4,1,2,9,7,,5.792,21.91,24.167,10,4,4,2,2,4,3,9.832,25.823,26.66,6,2,1,7.144,11.796,13.231,2,3,1997,New York,6,1,1,,7,,,17,4,2,,2.71,51.044,53.324,17,6009fbabfbc35d122a0ccee8,,,,,1,, -2023-03-13 16:36:07,2023-03-13 16:47:26,0,129.7.0.214,100,679,1,2023-03-13 16:47:27,R_e4zDg2I0Gl7t7cl,,,,,29.7212,-95.3626,anonymous,EN,1,4.975,5.935,7.305,2,1,2,2,1.788,4.962,6.023,3,5.747,5.747,15.009,1,75,100,50,12.062,21.017,22.026,5,4.811,20.196,21.23,6,-2,-3,4.273,35.082,36.104,7,1,1,1.7,121.052,121.988,11,-3,4.511,97.478,98.563,4,0,0,15.015,0,5,3,4,5,6,4,,7.271,25.584,26.944,9,3,6,3,5,3,4,I think the data comes from a good source,2.931,2.931,14.738,1,4,,46.444,47.871,58.094,2,2,3,4,5,1,6,7,5.566,10.542,11.619,2,3,4,1,5,4,6,9,8,,3.64,22.196,23.322,12,3,3,2,3,4,3,2.657,19.773,20.93,10,2,2,3.459,18.826,19.801,6,2,2001,Texas,6,3,1,,9,,"Asian, Latina, Black",12,4,2,,3.129,87.565,88.651,31,610764fe8fc46eb9f8868744,,,,,1,, -2023-03-13 16:36:59,2023-03-13 16:47:46,0,98.224.181.99,100,647,1,2023-03-13 16:47:47,R_2zYBRI75rgmB6MZ,,,,,42.6919,-83.0558,anonymous,EN,1,9.462,9.462,12.346,1,1,2,1,2.42,4.431,6.785,2,0,0,15.009,0,97,79,72,22.223,30.064,33.983,3,14.179,101.457,106.107,9,-2,1,38.567,57.28,60.988,2,-3,-3,22.52,58.52,61.533,2,-2,44.269,44.269,46.951,1,0,0,15.122,0,6,5,5,5,6,5,,6.102,13.527,17.105,6,5,5,5,4,5,5,I feel like it gave data that seemed believable so I would trust the chart,5.532,5.532,30.9,1,6,,8.853,8.853,10.97,1,2,7,3,4,1,5,6,0,0,21.549,0,6,7,10,9,8,9,10,10,,5.02,15.492,18.652,8,4,4,2,2,4,4,5.27,16.651,18.796,6,4,1,6.534,11.651,14.309,2,2,1964,Michigan,4,2,1,,7,,,16,4,2,,3.003,93.865,104.003,16,62869a1b7fff9c9a48fe6087,,,,,1,, -2023-03-13 16:38:44,2023-03-13 16:47:51,0,96.246.23.144,100,547,1,2023-03-13 16:47:52,R_BPukkWG989e9Lbz,,,,,40.7584,-73.7973,anonymous,EN,1,2.009,2.235,3.465,2,1,2,1,2.146,4.068,6.096,2,0,0,15.112,0,75,37,68,13.589,21.961,23.425,7,4.803,23.585,24.624,8,-2,-2,3.68,43.619,50.126,14,1,-3,31.734,59.499,69.301,3,1,7.518,24.754,29.286,2,0,0,15.011,0,4,2,2,4,5,4,,3.299,56.082,57.334,15,7,7,7,7,7,2,"The visualization is confusing and the overlapping of the unvaccinated and vaccinated numbers makes it hard to comprehend the true number of individuals affected. ",1.106,4.877,42.503,4,4,,1.507,5.226,5.555,6,2,7,3,4,1,5,6,0,0,13.027,0,4,5,1,4,3,5,10,10,,2.873,22.233,22.575,15,4,4,2,2,3,4,68.938,86.616,87.457,22,2,2,2.379,5.547,7.992,5,1,1996,New York,6,2,1,,2,,,12,4,2,,7.109,36.019,37.539,16,60b7f8e35090572dc7e7548c,,,,,1,, -2023-03-13 16:40:22,2023-03-13 16:47:55,0,47.7.188.186,100,453,1,2023-03-13 16:47:56,R_1pss0BSypbY1U7q,,,,,35.6854,-88.8281,anonymous,EN,1,6.073,6.073,6.839,1,,,,,,,,0,0,15.008,0,100,81,77,11.682,22.396,23.4,5,17.17,63.517,67.151,7,-2,1,7.217,27.431,29.547,4,1,1,25.541,43.965,53.053,4,1,46.609,46.609,48.097,1,0,0,15.061,0,6,6,6,6,6,6,,4.966,12.49,15.8,8,5,5,6,7,7,6,I trust this visualization because it's pretty and detailed.,1.937,1.937,24.497,1,4,,4.785,4.785,5.93,1,2,7,3,4,1,5,6,0,0,9.178,0,3,4,2,4,8,3,10,8,,2.217,12.63,13.658,15,1,1,5,5,1,1,4.183,28.971,29.974,8,1,,2.828,3.236,4.801,2,1,1991,Tennessee,3,2,1,,7,,,3,4,2,,26.157,54.952,56.222,14,6306f070d4f94e56cb544400,,,,,0,, -2023-03-13 16:39:15,2023-03-13 16:47:57,0,71.67.120.160,100,522,1,2023-03-13 16:47:58,R_rpT95RlpRnxtUQ1,,,,,39.336,-84.3126,anonymous,EN,1,10.06,10.06,11.003,1,,,,,,,,0,0,15.006,0,90,56,93,6.728,12.296,14.359,4,14.913,44.557,47.165,6,1,1,21.672,31.751,43.128,2,1,-3,40.395,93.995,94.793,2,1,56.157,56.157,57.719,1,0,0,15.01,0,5,5,5,5,5,5,,16.753,23.414,25.365,5,5,5,6,2,2,5,It is presented in a professional and scientific way that makes it seem accurate,3.568,19.193,27.621,2,5,,6.441,6.441,8.561,1,2,7,3,4,1,5,6,0,0,15.786,0,6,8,6,7,8,7,11,10,,6.371,17.269,19.367,8,4,5,2,2,5,4,6.828,22.212,25.38,6,1,,5.753,6.136,7.72,2,1,2000,Ohio,6,3,1,,2,,,19,4,2,,2.632,47.923,49.339,11,63d17d9a75ad3d6be9141600,,,,,0,, -2023-03-13 16:37:35,2023-03-13 16:50:12,0,68.8.6.50,100,756,1,2023-03-13 16:50:12,R_1l6rcDcsYJGV5OS,,,,,32.7203,-117.1552,anonymous,EN,1,6.604,6.604,7.768,1,1,3,2,6.388,9.004,10.762,2,0,0,15.008,0,100,100,51,10.961,29.449,30.711,4,11.859,22.363,23.372,3,1,1,58.008,69.624,71.865,2,-3,-3,31.922,60.722,63.039,2,-1,69.041,78.273,80.2,3,0,0,15.009,0,6,7,5,5,6,6,,10.349,26.275,28.032,6,2,6,5,4,7,5,"Matches data from the CDC & other reputable sources, though suspect these undercount the actual number of cases, especially in the case of unvaccinated individuals.",3.816,3.816,84.049,1,4,,6.918,12.295,15.257,3,2,7,3,4,1,5,6,0,0,37.894,0,4,4,1,2,7,1,9,9,,7.639,48.847,51.304,12,4,5,1,1,5,5,7.752,26.936,28.836,7,4,1,2.268,7.084,9.832,2,1,1959,California,7,3,1,,9,,A little dab of everything,12,4,1,rw@rwloony.com,2.712,118.204,125.779,18,615251a465f058e211cfbbb8,,,,,1,, -2023-03-13 16:39:48,2023-03-13 16:50:53,0,72.82.29.101,100,664,1,2023-03-13 16:50:53,R_1Cqp0MhWLQdhheA,,,,,41.64,-71.6435,anonymous,EN,1,10.463,10.463,11.618,1,,,,,,,,0,0,15.008,0,81,97,67,23.704,32.169,34.194,3,13.963,27.924,30.586,2,1,1,22.954,69.9,71.814,4,-3,-2,26.089,39.709,41.206,2,1,29.495,29.495,30.546,1,0,0,15.005,0,3,7,2,4,5,4,,5.585,19.416,22.735,8,2,5,6,4,3,4,this visualization matches my personal experience to a certain degree so I find myself slightly agreeing with it.,4.689,4.689,79.133,1,3,,8.314,8.314,10.285,1,2,7,3,4,1,5,6,0,0,18.426,0,5,4,6,7,3,8,8,9,,4.028,13.864,16.438,8,2,3,4,4,2,4,2.762,8.316,10.245,6,3,,7.65,7.65,10.13,1,1,2002,Massachusetts,6,3,1,,7,,,7,4,1,dylanzuleger1@gmail.com,1.304,180.007,206.075,14,63d42387aba51e699ab9ce5c,,,,,0,, -2023-03-13 16:39:14,2023-03-13 16:52:21,0,74.136.136.11,100,786,1,2023-03-13 16:52:21,R_2w0od5IkKbcY6z4,,,,,39.494,-80.2221,anonymous,EN,1,4.372,4.372,5.434,1,,,,,,,,7.098,7.098,15.005,1,100,100,67,19.082,28.421,29.211,4,10.605,26.58,64.412,4,-2,1,47.466,104.275,105.754,6,-3,-3,24.746,104.867,105.934,4,-2,32.945,60.847,61.861,7,0,0,15.007,0,6,3,6,4,5,6,none,12.4,45.571,49.72,8,4,4,5,5,3,6,it's put together well with the interaction when hovering over and shows the more specifics,6.236,6.236,31.611,1,1,none,8.106,9.521,16.087,2,2,7,3,4,1,5,6,0,0,25.002,0,1,1,1,1,5,5,9,9,i have no trust in government or politics etc because they love to lie a lot and deceive the public a lot,7.825,56.044,59.509,11,5,4,1,1,5,4,12.671,42.286,43.697,7,4,,5.189,5.189,7.255,1,2,1982,West Virginia,3,2,1,,8,fairmont,,9,4,2,,1.155,86.762,91.211,25,5cc90a99f24f6c001c1692e7,,,,,0,, -2023-03-13 16:32:32,2023-03-13 16:53:17,0,24.89.25.50,100,1244,1,2023-03-13 16:53:17,R_2dKnUUwiGlOzsoQ,,,,,39.6343,-77.7337,anonymous,EN,1,13.576,13.576,37.701,1,1,4,1,4.029,6.63,8.326,2,0,0,15.109,0,100,15,76,53.317,97.315,98.949,10,26.432,81.114,119.326,6,-2,1,42.125,67.574,75.632,2,1,1,155.715,263.93,269.81,4,1,13.148,58.898,69.584,3,0,0,15.009,0,6,4,6,4,3,6,"I know that this type of graph is more concise/efficient, but my brain just has a hard time singling out specific data because of so much going on in it. ",11.691,89.256,115.699,9,6,7,7,3,1,6,"I think this graph has all the necessary information when describing various demographics with regards to Covid. ",3.849,64.781,75.344,3,3,"I generally err on the side of caution around people I don't know. ",10.988,53.112,79.849,3,2,7,3,4,1,5,6,0,0,31.721,0,1,1,1,1,1,1,10,6,,8.771,20.437,39.104,8,5,5,1,1,5,5,12.102,49.234,51.999,6,1,1,2.26,11.393,14.534,2,2,1988,Maryland,6,2,1,,3,,,10,4,1,5feff5d30ad48b39d17b9c25@email.prolific.co,2.508,60.958,64.757,12,5feff5d30ad48b39d17b9c25,,,,,1,, -2023-03-13 16:38:25,2023-03-13 16:55:22,0,174.71.13.19,100,1016,1,2023-03-13 16:55:23,R_3De9GbIz20aiBXk,,,,,41.2615,-95.8304,anonymous,EN,1,60.176,60.176,63.982,1,,,,,,,,0,0,15.107,0,86,80,66,12.2,29.322,30.402,6,15.451,24.42,106.843,2,1,1,33.443,60.631,62.733,2,-3,-3,43.605,65.354,66.551,2,1,56.467,56.467,57.942,1,0,0,15.012,0,3,4,3,5,5,5,,12.547,90.274,93.954,6,5,5,4,6,7,6,the question was presented in the frame of already trusting the data source,3.592,3.592,34.212,1,3,,11.614,11.614,13.42,1,2,7,3,4,1,5,6,0,0,23.366,0,4,4,8,6,2,5,7,7,I Intended to put a 7 for doctors however a glitch appears to be preventing me from selecting 7-9 in that row,17.156,123.04,126.643,21,4,3,4,1,2,4,23.4,59.268,60.946,9,3,,15.069,15.069,16.981,1,1,2002,Iowa,2,2,1,,7,,,1,4,2,,3.824,116.739,120.599,11,63d41433a2c0cbe34ea28a22,,,,,0,, -2023-03-13 16:39:55,2023-03-13 16:55:36,0,98.29.29.16,100,940,1,2023-03-13 16:55:36,R_2U9kULuyF2b6jis,,,,,39.7522,-84.1993,anonymous,EN,1,17.868,17.868,19.239,1,2,,2,3.107,3.107,4.239,1,0,0,15.011,0,100,66,84,25.462,50.411,51.378,8,38.455,47.805,50.505,2,1,1,1.889,91.737,94.917,7,1,-3,4.437,132.012,133.807,6,1,3.187,58.796,62.911,4,6.017,6.017,15.013,1,1,1,1,6,6,1,"My mother died in December 2021. She was vaccinated but never had covid. Ironically, there is not chart in this study for useless deaths such as hers.",13.494,87.43,117.898,11,2,5,5,1,3,4,"If I trusted the information, then I would trust this visual.",6.339,28.736,36.471,3,6,The covid vaccine killed my mother.,6.34,11.496,50.959,3,2,7,3,4,1,5,6,24.05,24.05,27.86,1,1,1,10,9,1,7,5,6,n/a,8.447,44.752,46.373,13,5,5,1,1,4,4,7.405,34.025,35.654,10,7,1,3.73,19.427,20.861,4,2,1970,Ohio,6,1,1,,7,,,11,1,1,626810ad271afa9ad1c19e33@email.prolific.co,2.587,63.12,65.416,20,626810ad271afa9ad1c19e33,,,,,1,, -2023-03-13 16:30:33,2023-03-13 17:00:00,0,98.17.16.225,100,1766,1,2023-03-13 17:00:00,R_1FPqxaRTAtr3hib,,,,,31.1823,-83.7641,anonymous,EN,1,58.571,58.571,60.339,1,,,,,,,,0,0,15.115,0,78,43,78,29.033,109.559,123.095,3,89.61,287.279,331.371,2,1,1,46.965,112.475,113.869,4,-3,-3,113.834,146.953,153.056,2,1,52.622,52.622,54.155,1,0,0,15.109,0,4,2,4,4,5,5,none,55.628,102.898,111.349,7,4,5,4,4,1,5,Because at the bottom the chart was produced by the Agriculture department of Croatia.,4.201,79.547,93.377,4,4,It's a 50/50 because anyone is capable of anything.,70.334,179.761,182.632,5,2,7,3,4,1,5,6,0,0,46.207,0,3,7,6,7,5,10,11,10,,15.283,27.819,30.216,8,1,5,3,1,5,5,10.766,58.686,61.667,7,2,,4.803,4.803,6.896,1,2,1988,Georgia,3,2,1,,3,,,4,4,1,5c095c8a217d6000011193b8@email.prolific.co,3.558,207.401,215.324,84,5c095c8a217d6000011193b8,,,,,0,, -2023-03-13 16:33:32,2023-03-13 17:07:44,0,72.107.147.183,100,2051,1,2023-03-13 17:07:45,R_1Cd5MSRz1H5mTbW,,,,,38.581,-121.4939,anonymous,EN,1,33.237,33.237,35.852,1,,,,,,,,0,0,15.008,0,79,100,63,11.228,26.941,28.194,4,34.324,279.632,283.04,20,1,-2,146.227,372.806,373.965,3,-3,-3,89.102,112.776,116.693,2,-2,195.042,195.441,199.286,2,0,0,15.008,0,3,2,6,4,6,4,,44.761,148.453,227.556,7,5,6,4,7,6,6,i mildly trust this visualizations i feel like since im color blind just looking at bar charts alone is a little difficult for me but the hover info helps me understand it alot,4.77,4.77,86.064,1,4,,4.999,4.999,6.852,1,2,7,3,4,1,5,6,0,0,23.599,0,3,1,9,9,1,4,9,8,,12.273,29.779,31.897,9,3,3,2,3,5,4,4.802,35.053,36.098,8,5,,2.512,3.464,4.717,2,1,2000,California,1,1,1,,10,,,1,4,1,gamermech021@gmail.com,1.491,117.856,120.773,36,614ff5d9c6dc36af9c39da17,,,,,0,, -2023-03-15 18:50:04,2023-03-15 18:56:54,0,24.42.219.119,100,409,1,2023-03-15 18:56:54,R_1ODgQHpknhnxpqN,,,,,33.8081,-85.7852,anonymous,EN,1,104.413,104.919,105.782,2,,,,,,,,0,0,15.009,0,71,71,54,7.566,14.903,15.74,9,8.742,13.215,15.209,2,1,1,9.663,22.925,23.412,3,1,1,12.434,19.289,19.695,3,1,18.031,18.031,18.872,1,0,0,15.009,0,4,4,4,2,5,4,,3.552,11.727,12.966,6,2,5,5,7,2,4,It does not seem like the kind of data someone would lie about but I am not educated on the topic.,2.632,2.632,23.373,1,5,,4.608,4.608,5.897,1,2,7,3,4,1,5,6,0,0,12.889,0,3,4,3,8,2,3,10,9,,3.742,17.905,19.265,12,4,4,2,2,4,4,4.475,12.159,12.571,7,3,,2.544,2.544,3.713,1,1,2002,Florida,3,3,1,,7,,,13,4,2,,1.293,56.106,58.384,30,5d0fbedf101793000168ef7a,"{""startTime"":1678920801096,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678920814612,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678920745665,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678920785278,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":9977,""label"":""hovered"",""timeHovered"":2405,""week"":""2021-09-06""}]}",0,simple,line -2023-03-15 18:53:09,2023-03-15 18:58:31,0,47.232.88.100,100,322,1,2023-03-15 18:58:32,R_3oO1EBHuRWJtgka,,,,,38.5317,-89.9988,anonymous,EN,1,5.181,5.181,6.033,1,,,,,,,,3.119,3.119,15.006,1,74,61,54,3.155,17.648,19.002,7,1.623,5.199,6.768,7,1,1,19.086,50.958,52.197,4,-2,1,14.264,27.338,28.801,3,1,58.869,58.869,59.628,1,1.874,2.74,15.108,5,3,3,4,4,5,4,,0.895,7.278,8.829,8,4,4,4,3,3,3,It seems to be well-constructed and clear.,0.653,0.956,14.127,2,4,,2.597,3.111,6.942,2,2,7,3,4,1,5,6,0,0,11.158,0,7,7,6,6,4,7,6,6,,1.15,11.008,12.732,12,4,4,3,3,3,3,1.428,4.565,6.29,6,4,,1.508,1.508,2.441,1,1,1996,Illinois,6,1,1,,7,,,19,5,1,chieforion@gmail.com,0.603,25.536,31.911,12,5c7e14531c3cf8001638b5b0,"{""startTime"":1678920892181,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678920901360,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678920840616,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678920876772,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6350,""label"":""hovered"",""timeHovered"":1327,""week"":""2022-01-10""}]}",0,moderate,line -2023-03-15 18:50:51,2023-03-15 18:58:38,0,65.29.80.185,100,466,1,2023-03-15 18:58:38,R_2uxiliv4sEaENuu,,,,,39.7933,-84.218,anonymous,EN,1,2.444,2.444,3.062,1,,,,,,,,12.551,12.551,15.105,1,100,82,56,7.389,18.727,19.229,3,12.183,50.669,52.477,3,1,1,31.548,52.371,56.156,2,1,1,24.838,39.892,43.965,2,-1,11.893,16.014,24.227,3,0,0,15.006,0,3,3,3,3,2,3,,6.654,19.814,22.093,9,4,5,3,7,7,3,I don't really have enough information to know whether it's trustworthy or not.,2.13,3.356,16.339,4,2,,5.772,5.772,7.61,1,2,7,3,4,1,5,6,0,0,11.764,0,1,2,1,1,1,1,9,9,,3.272,14.464,15.4,8,4,4,1,1,4,4,3.903,14.232,15.214,7,1,,2.677,2.677,3.67,1,1,1997,Ohio,3,2,1,,7,,,4,4,1,dylanconley4l@gmail.com,1.708,98.129,100.925,53,5eebe4e6e61002183aec9b70,"{""startTime"":1678920859913,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678920822462,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678920697436,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":19449,""label"":""hovered"",""timeHovered"":1470,""week"":""2021-10-11""}]}","{""startTime"":1678920806907,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,line -2023-03-15 18:49:08,2023-03-15 18:59:38,0,52.128.53.109,100,630,1,2023-03-15 18:59:39,R_3GjtotVrdvEkx87,,,,,32.9658,-97.6866,anonymous,EN,1,5.022,6.141,7.234,2,1,4,1,19.216,40.107,41.079,5,8.892,8.892,15.008,1,81,100,50,4.336,25.773,27.099,9,7.262,24.6,26.012,4,1,1,2.773,52.94,53.619,10,-2,1,9.321,42.029,43.699,5,-1,25.659,26.719,27.617,2,7.913,7.913,15.121,1,5,3,5,5,4,5,,3.737,55.287,55.967,12,6,6,6,6,6,6,It seems like it is laid out well that it is accurately.,3.242,3.242,21.819,1,4,,5.517,9.374,10.177,4,2,7,3,4,1,5,6,37.762,45.433,49.915,2,1,1,1,1,1,4,8,8,,4.479,18.941,21.525,10,5,5,1,1,5,5,29.15,54.177,55.288,9,1,2,5.995,14.343,15.516,5,2,1981,Texas,3,2,1,,7,,,6,3,1,pebblejean@gmail.com,3.107,79.511,80.589,23,5fc6904e5ed32c0778ae12a1,"{""startTime"":1678920809818,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678920755793,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678920659970,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":16158,""label"":""hovered"",""timeHovered"":1268,""week"":""2022-01-03""}]}","{""startTime"":1678920740273,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line -2023-03-15 18:51:00,2023-03-15 19:00:17,0,96.72.176.37,100,557,1,2023-03-15 19:00:18,R_zcXADuwuXBMQ9bP,,,,,37.5172,-121.9191,anonymous,EN,1,4.663,24.613,25.596,5,,,,,,,,0,0,15.006,0,61,40,80,6.774,59.743,60.389,8,3.031,21.614,24.067,5,1,1,7.193,34.356,35.38,9,1,-1,4.359,96.434,97.072,11,1,21.784,39.191,40.234,3,4.895,4.895,15.02,1,4,5,5,5,5,5,,2.563,10.49,12.002,10,4,4,5,4,4,5,It has the authoritative source stated.,1.466,41.225,42.583,13,3,,2.395,8.421,9.305,2,2,7,3,4,1,5,6,15.347,27.157,27.96,2,2,5,3,4,3,3,3,8,,3.105,19.03,20.417,17,2,2,4,2,2,3,3.684,23.585,24.199,10,2,,0.95,2.607,3.375,3,1,1990,California,6,1,3,,2,,,17,3,1,fungjeremy@gmail.com,0.61,50.253,55.817,22,63d17041a37f603dd01616b8,"{""startTime"":1678920971024,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678920910365,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678920772003,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678920894498,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6109,""label"":""hovered"",""timeHovered"":1446,""week"":""2021-12-20""},{""time"":8317,""label"":""hovered"",""timeHovered"":1100,""week"":""2022-01-10""},{""time"":10489,""label"":""hovered"",""timeHovered"":2144,""week"":""2021-11-22""}]}",0,moderate,line -2023-03-15 18:51:29,2023-03-15 19:00:59,0,98.47.241.23,100,569,1,2023-03-15 19:01:00,R_25HImA9xqFEHtJI,,,,,38.0996,-122.5873,anonymous,EN,1,5.728,5.728,6.398,1,,,,,,,,0,0,15.008,0,95,88,15,7.956,18.774,19.6,3,9.805,47.201,50.354,11,1,1,20.41,30.555,32.824,2,-1,1,39.271,71.666,73.097,5,1,33.32,45.365,49.027,4,9.776,10.588,15.12,4,3,5,3,5,5,4,,29.114,47.904,48.927,8,4,5,5,7,7,5,The directions stated to assume that I trusted the data so I extended that to mean I then trusted the visualization.,3.273,31.425,40.412,4,5,,6.88,7.994,8.347,2,2,7,3,4,1,5,6,0,0,16.914,0,2,7,2,4,4,7,10,9,,6.957,23.3,24.7,8,3,4,2,3,4,3,10.573,27.801,28.729,7,3,,9.672,9.672,11.019,1,1,1989,California,6,3,1,,7,,,17,4,2,,1.135,84.076,86.685,22,6070defd464139156ac85ac3,"{""startTime"":1678920852663,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678920902075,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678920736311,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":28733,""label"":""started_brush"",""startDate"":""2021-04-29"",""endDate"":""2022-02-11""},{""time"":39792,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-01-24""},{""time"":43767,""label"":""cleared_brush"",""using"":""click""},{""time"":43769,""label"":""cleared_brush"",""using"":""Escape""}]}","{""startTime"":1678920836396,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":6577,""label"":""started_brush"",""startDate"":""2021-05-09"",""endDate"":""2021-06-20""},{""time"":9312,""label"":""moved_brush"",""startDate"":""2021-10-25"",""endDate"":""2021-12-06""},{""time"":11858,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-05-23""},{""time"":12156,""label"":""cleared_brush"",""using"":""click""}]}",0,complex,line -2023-03-15 18:52:20,2023-03-15 19:01:09,0,73.121.213.102,100,528,1,2023-03-15 19:01:09,R_2TAb7urkh16o1pU,,,,,36.0499,-83.9228,anonymous,EN,1,12.664,12.664,13.777,1,2,,2,2.605,2.605,3.803,1,0,0,15.117,0,34,22,22,10.482,23.938,24.982,4,25.258,34.757,38.853,5,1,-3,19.101,36.389,37.603,2,1,1,60.963,73.071,74.582,2,1,46.353,46.353,47.124,1,0,0,15.113,0,7,7,7,4,2,1,,6.04,17.776,19.936,6,2,7,7,1,1,7,I just do not believe vaccinated vs unvaccinated has any difference in cases.,9.342,9.342,34.6,1,4,,8.164,8.164,9.507,1,2,7,3,4,1,5,6,0,0,17.854,0,1,1,5,5,1,1,6,7,,7.464,24.815,26.656,8,3,3,3,2,4,4,9.932,29.226,30.056,7,5,3,3.988,14.776,17.175,2,2,1996,Tennessee,3,2,1,,7,,,7,1,2,,2.532,46.764,47.698,11,60d23790d4dba01a9b2c0085,"{""startTime"":1678921008166,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678920950362,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678920819748,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678920934502,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":10516,""label"":""hovered"",""timeHovered"":3687,""week"":""2022-01-17""}]}",1,moderate,line -2023-03-15 18:50:07,2023-03-15 19:01:30,0,68.205.133.83,100,682,1,2023-03-15 19:01:31,R_3L5dLgDuPolvvpd,,,,,28.5727,-80.8206,anonymous,EN,1,34.783,46.228,48.186,4,,,,,,,,0,0,15.016,0,89,80,94,13.411,27.118,28.522,6,3.79,21.269,33.35,3,1,1,25.351,35.69,37.851,2,-2,1,38.363,72.998,74.997,3,-3,31.938,65.742,67.298,3,0,0,15.017,0,3,3,4,3,5,4,none,8.134,27.301,34,7,5,5,5,5,5,5,It seems to me top be scientific. I don't know much about visualizations,4.043,4.043,35.673,1,4,none,11.225,13.202,16.261,2,2,3,4,5,1,6,7,0,0,15.752,0,5,5,9,8,3,7,8,10,none,4.868,21.791,26.046,10,4,2,4,4,4,4,11.188,34.278,35.728,6,5,,8.678,8.678,10.834,1,2,1957,Florida,2,2,1,,7,,,4,2,2,,4.101,60.559,61.977,12,6286e56db20530b65816d1d7,"{""startTime"":1678920958977,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678920840365,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678920713884,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":26838,""label"":""hovered"",""timeHovered"":1849,""week"":""2021-11-22""},{""time"":28774,""label"":""hovered"",""timeHovered"":1474,""week"":""2021-10-25""}]}","{""startTime"":1678920824073,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,line -2023-03-15 18:51:45,2023-03-15 19:02:28,0,172.56.160.174,100,642,1,2023-03-15 19:02:28,R_3kiFkaHSmU9WLgC,,,,,40.7157,-74,anonymous,EN,1,2.416,2.416,3.191,1,1,3,1,2.405,4.667,5.667,2,2.598,2.598,15.009,1,83,89,83,6.02,20.555,21.828,4,11.597,78.353,83.429,13,1,1,22.081,56.26,80.004,3,1,1,49.439,52.342,61.101,4,1,52.382,53.845,64.901,3,2.59,8.418,15.027,5,3,3,3,6,2,3,,7.589,22.964,23.902,9,5,6,6,6,6,3,"I didn't see a source. (And, then, I would need to trust/verify the source/data.)",1.579,2.253,34.349,2,5,,3.656,9.065,10.63,6,2,7,3,4,1,5,6,9.028,9.028,18.123,1,4,5,5,8,3,7,7,6,,5.802,34.998,36.602,10,5,5,1,1,5,5,3.97,21.204,22.108,7,4,1,1.984,9.901,11.49,3,1,1978,Rhode Island,6,2,1,,7,,,10,4,1,62b9ddea12bb2643ff512fea@email.prolific.co,1.541,49.636,60.931,19,62b9ddea12bb2643ff512fea,"{""startTime"":1678920936539,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678920961451,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678920770842,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":731,""label"":""hovered"",""timeHovered"":5891,""week"":""2021-08-16""},{""time"":48768,""label"":""started_brush"",""startDate"":""2021-07-21"",""endDate"":""2021-12-06""},{""time"":61522,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-08-26""},{""time"":62603,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-08-26""},{""time"":69122,""label"":""cleared_brush"",""using"":""click""}]}","{""startTime"":1678920920766,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":14844,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-05-31""}]}",1,complex,line -2023-03-15 18:49:13,2023-03-15 19:03:06,0,24.113.196.63,100,833,1,2023-03-15 19:03:06,R_sczgu52zr4DZ6xz,,,,,47.4758,-122.6422,anonymous,EN,1,31.117,31.117,34.297,1,2,,1,2.117,2.117,8.253,1,0,0,15.112,0,84,100,81,11.045,24.882,25.677,5,18.516,23.455,68.226,2,1,1,17.028,71.267,85.548,3,-2,1,38.5,61.787,63.495,4,1,115.791,115.791,131.334,1,0,0,15.111,0,6,5,5,6,6,6,,27.429,43.745,52.779,6,5,6,5,7,7,6,"The visualization says that it's from the CDC, which I trust to give accurate information",1.873,5.671,30.004,5,3,,4.671,7.59,10.118,2,2,7,3,4,1,5,6,0,0,33.917,0,4,7,9,4,4,5,10,10,,8.44,31.7,37.769,13,2,3,4,3,3,3,17.797,71.516,72.557,13,2,3,5.318,15.043,16.176,2,1,2001,Washington,2,2,1,,7,,,6,3,2,,6.024,57.607,67.245,13,5daa9e16546237001681d0f1,"{""startTime"":1678920869981,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":1046,""label"":""hovered"",""timeHovered"":1011,""week"":""2021-12-13""},{""time"":2915,""label"":""hovered"",""timeHovered"":1972,""week"":""2021-12-13""}]}","{""startTime"":1678920795458,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678920647400,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":14592,""label"":""hovered"",""timeHovered"":1415,""week"":""2022-01-03""},{""time"":26578,""label"":""hovered"",""timeHovered"":1126,""week"":""2022-01-03""},{""time"":31711,""label"":""hovered"",""timeHovered"":1647,""week"":""2022-01-03""},{""time"":34060,""label"":""hovered"",""timeHovered"":2408,""week"":""2022-01-03""},{""time"":36646,""label"":""hovered"",""timeHovered"":1849,""week"":""2022-01-10""},{""time"":38512,""label"":""hovered"",""timeHovered"":1145,""week"":""2022-01-10""},{""time"":42355,""label"":""hovered"",""timeHovered"":1565,""week"":""2022-02-07""},{""time"":47231,""label"":""hovered"",""timeHovered"":2292,""week"":""2022-01-31""},{""time"":51779,""label"":""hovered"",""timeHovered"":1113,""week"":""2021-10-18""},{""time"":56197,""label"":""hovered"",""timeHovered"":1312,""week"":""2021-08-23""},{""time"":58267,""label"":""hovered"",""timeHovered"":1607,""week"":""2022-01-03""}]}","{""startTime"":1678920779825,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":11457,""label"":""hovered"",""timeHovered"":1536,""week"":""2022-01-10""}]}",1,moderate,line -2023-03-15 18:55:23,2023-03-15 19:03:07,0,216.1.214.162,100,463,1,2023-03-15 19:03:07,R_08IZuCAGfsdjECR,,,,,34.1624,-118.1275,anonymous,EN,1,8.563,9.507,9.787,3,1,3,1,1.433,2.849,3.606,2,0,0,15.107,0,100,77,56,8.016,15.456,16.061,6,11.479,20.055,26.358,3,1,1,2.44,29.031,31.252,3,1,1,26.513,32.745,33.76,2,1,17.296,17.296,32.087,1,0,0,15.014,0,5,4,5,5,5,6,,5.932,15.059,16.562,6,5,5,5,7,5,6,"I feel it accurately presents to me the fact that the vaccines work, but to an extent",2.72,2.72,31.862,1,5,,5.692,5.692,6.499,1,2,7,3,4,1,5,6,0,0,14.269,0,1,4,4,6,8,3,5,8,,3.501,15.99,17.068,9,2,1,2,4,4,2,51.677,77.532,78.101,20,3,1,3.125,7.749,10.1,2,1,1987,California,6,2,1,,6,,,7,1,2,,1.701,73.733,75.868,51,5e589bf82e08c90a78a29bbe,"{""startTime"":1678921050832,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921067830,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678920977010,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":19176,""label"":""hovered"",""timeHovered"":1155,""week"":""2022-01-03""}]}","{""startTime"":1678921035365,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7938,""label"":""hovered"",""timeHovered"":2486,""week"":""2022-02-07""}]}",1,simple,line -2023-03-15 18:54:06,2023-03-15 19:03:32,0,174.160.114.115,100,566,1,2023-03-15 19:03:33,R_1lt9s8JffvgLJUE,,,,,37.6811,-122.4806,anonymous,EN,1,3.848,3.848,4.494,1,1,4,1,1.285,3.899,4.618,2,0,0,15.005,0,95,100,77,13.623,24.864,26.071,3,18.532,22.645,56.584,3,1,1,26.701,52.664,52.982,4,-3,1,14.9,28.488,38.055,2,1,16.894,16.894,35.888,1,0,0,15.112,0,5,4,5,4,5,4,,12.402,33.39,38.088,7,2,5,4,3,3,4,"The information sounds right, but the numbers could have just been made up. However, I have no reason to disagree with the visualization at the moment.",5.606,5.606,40.433,1,4,,3.825,8.17,8.354,4,2,3,4,5,1,6,7,0,0,8.835,0,1,4,3,4,3,3,9,11,,57.151,72.75,73.12,12,1,1,5,5,2,1,4.04,19.661,20.56,7,1,1,0.996,11.441,14.194,4,1,1999,California,6,1,1,,2,,,9,4,1,63d405cd213cc643902ce5da@email.prolific.co,0.969,52.163,54.111,23,63d405cd213cc643902ce5da,"{""startTime"":1678921100610,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921025537,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":4392,""label"":""hovered"",""timeHovered"":1088,""week"":""2021-06-21""}]}","{""startTime"":1678920914079,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":4595,""label"":""hovered"",""timeHovered"":1458,""week"":""2021-10-11""},{""time"":10440,""label"":""hovered"",""timeHovered"":1803,""week"":""2022-01-03""},{""time"":27816,""label"":""hovered"",""timeHovered"":1635,""week"":""2022-01-03""},{""time"":30410,""label"":""hovered"",""timeHovered"":1986,""week"":""2021-12-27""},{""time"":35868,""label"":""hovered"",""timeHovered"":1062,""week"":""2022-01-03""},{""time"":37034,""label"":""hovered"",""timeHovered"":2435,""week"":""2021-12-27""},{""time"":39758,""label"":""hovered"",""timeHovered"":2344,""week"":""2022-01-10""},{""time"":42112,""label"":""hovered"",""timeHovered"":1487,""week"":""2022-01-10""},{""time"":46627,""label"":""hovered"",""timeHovered"":8573,""week"":""2021-05-24""}]}","{""startTime"":1678921009947,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7598,""label"":""hovered"",""timeHovered"":2692,""week"":""2022-01-17""}]}",1,moderate,line -2023-03-15 18:50:06,2023-03-15 19:04:06,0,52.128.53.20,100,840,1,2023-03-15 19:04:07,R_4Z6E971VfCPa54l,,,,,32.7003,-97.6086,anonymous,EN,1,22.639,23.007,24.486,2,,,,,,,,0,0,15.01,0,80,67,69,35.196,44.84,46.203,4,35.683,137.014,150.443,14,1,1,21.89,65.477,70.357,2,1,1,43.473,65.751,72.464,2,-3,77.494,77.494,81.659,1,0,0,15.014,0,4,4,4,4,4,3,,38.837,55.854,56.785,8,5,5,5,4,4,4,I tend not to trust something that is presented to me right away. I need someone or something to confirm or deny the information in front of me.,2.827,55.969,69.706,4,5,,5.485,5.485,7.424,1,2,7,3,4,1,5,6,0,0,19.076,0,7,6,7,7,7,8,9,9,,6.351,26.102,28.461,10,3,2,4,3,3,2,10.865,38.188,39.199,10,5,,6.018,6.018,7.975,1,1,2001,Texas,2,2,1,,7,,,5,4,2,,3.415,67.78,76.941,16,63e51bc3169991cfbcd4fe97,"{""startTime"":1678920950564,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":6515,""label"":""hovered"",""timeHovered"":3318,""week"":""2021-12-27""},{""time"":11365,""label"":""hovered"",""timeHovered"":1244,""week"":""2021-12-27""},{""time"":12681,""label"":""hovered"",""timeHovered"":4976,""week"":""2021-12-27""},{""time"":18218,""label"":""hovered"",""timeHovered"":1547,""week"":""2021-12-27""}]}","{""startTime"":1678921008013,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678920701865,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":21357,""label"":""hovered"",""timeHovered"":1817,""week"":""2022-01-03""},{""time"":27108,""label"":""hovered"",""timeHovered"":1550,""week"":""2022-01-10""},{""time"":28776,""label"":""hovered"",""timeHovered"":1267,""week"":""2022-01-03""},{""time"":72780,""label"":""started_brush"",""startDate"":""2021-05-06"",""endDate"":""2022-02-13""},{""time"":84916,""label"":""moved_brush"",""startDate"":""2021-05-06"",""endDate"":""2022-02-13""},{""time"":90280,""label"":""moved_brush"",""startDate"":""2021-12-11"",""endDate"":""2022-02-13""},{""time"":105673,""label"":""moved_brush"",""startDate"":""2021-12-07"",""endDate"":""2022-02-13""},{""time"":121787,""label"":""cleared_brush"",""using"":""click""},{""time"":121789,""label"":""cleared_brush"",""using"":""Escape""},{""time"":130399,""label"":""hovered"",""timeHovered"":1720,""week"":""2022-01-31""},{""time"":141365,""label"":""started_brush"",""startDate"":""2021-08-27"",""endDate"":""2022-02-13""},{""time"":143377,""label"":""moved_brush"",""startDate"":""2021-11-29"",""endDate"":""2022-02-13""},{""time"":145966,""label"":""hovered"",""timeHovered"":2576,""week"":""2022-01-10""}]}","{""startTime"":1678920934987,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line -2023-03-15 18:52:57,2023-03-15 19:04:19,0,104.183.254.123,100,682,1,2023-03-15 19:04:20,R_6LFVw5NmSzjl1sd,,,,,32.7254,-97.3208,anonymous,EN,1,47.202,69.866,70.809,3,1,2,2,2.266,6.822,7.936,3,11.516,11.516,15.008,1,100,100,80,23.872,39.374,39.917,5,20.708,26.959,35.77,2,1,1,29.747,60.581,62.073,2,-2,1,27.54,44.873,45.982,2,1,23.883,23.883,24.849,1,0,0,15.012,0,3,3,3,3,5,3,,16.343,54.545,56.936,7,5,5,4,7,3,3,i haven't verified its integrity.,3.591,14.613,25.926,2,4,,10.119,15.635,16.742,7,2,7,3,4,1,5,6,0,0,29.06,0,4,3,5,5,3,6,9,9,,9.774,26.059,28.888,11,3,3,2,4,4,3,12.958,44.501,47.263,6,4,3,3.587,13.113,17.201,3,1,1990,Texas,4,2,2,,4,,,6,4,2,,3.509,81.101,85.936,24,5fe3f539dd8cf10e7d545231,"{""startTime"":1678921082555,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921024424,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678920926490,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":15404,""label"":""hovered"",""timeHovered"":1045,""week"":""2022-01-10""},{""time"":31431,""label"":""hovered"",""timeHovered"":2601,""week"":""2021-08-16""}]}","{""startTime"":1678921008987,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6703,""label"":""hovered"",""timeHovered"":1699,""week"":""2022-01-10""},{""time"":8575,""label"":""hovered"",""timeHovered"":5265,""week"":""2022-01-10""}]}",1,moderate,line -2023-03-15 18:57:38,2023-03-15 19:05:26,0,75.27.18.112,100,468,1,2023-03-15 19:05:27,R_Bx0bDu18F5C9X3z,,,,,40.2116,-85.4273,anonymous,EN,1,4.17,4.17,5.275,1,1,2,2,1.279,5.089,6.713,3,12.094,12.094,15.11,1,78,84,80,6.676,16.396,18.427,3,12.258,16.053,25.779,2,1,-3,22.038,48.785,51.272,3,-3,1,30.825,70.561,72.545,2,1,38.075,38.075,39.883,1,0,0,15.011,0,4,3,3,4,5,4,,9.461,20.255,23.153,6,4,4,4,2,3,3,I don't know enough about it to trust or distrust it,1.78,1.78,15.618,1,4,,5.116,5.116,7.298,1,2,3,4,5,1,6,7,0,0,15.654,0,1,3,1,6,1,1,11,10,,4.953,19.064,25.242,8,3,4,1,3,4,4,7.645,21.343,22.782,6,1,3,2.37,17.218,19.096,2,1,1978,Indiana,7,3,1,,7,,,10,4,1,5d63e12a54d79c00169844b8@email.prolific.co,3.36,46.608,49.321,12,5d63e12a54d79c00169844b8,"{""startTime"":1678921266930,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921226385,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921111926,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921211072,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line -2023-03-15 18:52:38,2023-03-15 19:05:57,0,73.177.124.207,100,799,1,2023-03-15 19:05:58,R_2aPKVSiNg6RZUzc,,,,,32.4699,-90.1102,anonymous,EN,1,2.665,2.665,3.5,1,,,,,,,,3.879,5.56,15.015,2,85,73,66,7.581,14.96,16.176,4,10.024,12.615,13.74,2,-2,-2,53.089,125.37,126.525,2,1,1,79.065,115.765,122.246,2,1,22.593,91.534,91.963,3,0,0,15.171,0,6,6,6,6,5,6,,3.313,13.339,14.073,7,6,6,6,6,6,6,Because it seems accurate and the information is presented in a way that allows me to accurately pinpoint what I need,0.822,0.822,30.955,1,4,,7.316,12.127,13.495,2,2,7,3,4,1,5,6,0,0,24.446,0,4,5,4,4,3,6,10,10,,11.252,45.17,47.088,19,5,5,1,1,5,5,4.24,145.769,147.499,10,2,,1.694,1.694,2.615,1,2,2002,Mississippi,2,1,1,,3,,,12,4,1,60f592f40e80188d5bc991e8@email.prolific.co,0.873,89.021,92.349,59,60f592f40e80188d5bc991e8,"{""startTime"":1678920882743,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678920897278,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678920725653,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678920867042,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":3071,""label"":""hovered"",""timeHovered"":3093,""week"":""2021-08-23""}]}",0,simple,line -2023-03-15 18:57:16,2023-03-15 19:06:22,0,71.235.185.151,100,546,1,2023-03-15 19:06:23,R_20URAtlnLIYekvM,,,,,41.3186,-72.9302,anonymous,EN,1,18.471,18.471,19.407,1,,,,,,,,0,0,15.118,0,60,60,62,9.649,17.206,22.863,5,13.521,16.668,31.097,2,1,1,27.629,43.603,45.64,2,-3,1,36.101,61.518,63.28,6,1,41.512,41.512,42.554,1,0,0,15.112,0,3,3,3,2,3,3,,9.865,24.898,27.037,6,3,4,3,7,7,3,"I have no reason to trust it or not trust it. ",4.258,4.258,18.194,1,5,,4.515,5.465,7.471,2,2,7,3,4,1,5,6,0,0,13.593,0,5,8,7,6,6,5,8,8,,4.319,13.273,14.924,8,3,3,2,2,4,4,3.409,21.268,22.247,6,3,,2.36,2.36,3.877,1,2,1984,Connecticut,6,1,1,,7,,,14,4,2,,1.581,78.333,82.411,32,63d15bdba3ed809e5df7bd5b,"{""startTime"":1678921290486,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921234411,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921140012,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":21676,""label"":""hovered"",""timeHovered"":2680,""week"":""2022-01-03""}]}","{""startTime"":1678921218119,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7846,""label"":""hovered"",""timeHovered"":4959,""week"":""2021-08-23""}]}",0,simple,line -2023-03-15 18:50:10,2023-03-15 19:06:24,0,68.13.252.70,100,973,1,2023-03-15 19:06:25,R_22A1OFcJ0DKnYVW,,,,,36.3701,-95.8469,anonymous,EN,1,115.699,115.699,117.815,1,1,4,2,20.786,22.182,24.049,2,0,0,15.018,0,97,97,67,26.297,42.633,45.161,4,25.338,47.457,49.184,3,1,-2,31.209,63.442,69.491,2,1,1,54.681,87.643,89.365,4,-1,54.257,60.145,61.315,3,0,0,15.023,0,5,5,6,6,6,6,,11.836,33.684,38.584,6,5,6,6,5,4,6,"It is a clearly represented graph showing number of cases in vaccinated versus unvaccinated people per 100K. It is not ambiguous, it's very clear cut in presenting the data.",3.3,3.3,61.256,1,5,"On the previous question, it asked about the number of 80 year olds in late Dec 2022, but the chart only shows Jan and Feb of 2022. I answered I don't know, even though I assume the question might have meant late 2021?",1.797,63.333,64.61,2,2,7,3,4,1,5,6,0,0,35.635,0,2,4,4,4,3,7,9,9,,6.595,27.66,29.932,8,3,2,2,3,3,4,13.845,42.327,43.296,7,2,1,7.412,17.696,22.103,3,2,1974,Oklahoma,3,1,1,,7,,,11,4,1,purdueliz@gmail.com,5.244,120.027,120.925,33,6159fe7811a7e1b94401c33f,"{""startTime"":1678920973675,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921012715,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678920838661,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":9855,""label"":""hovered"",""timeHovered"":11284,""week"":""2022-01-03""},{""time"":34131,""label"":""hovered"",""timeHovered"":1263,""week"":""2021-12-27""},{""time"":35997,""label"":""hovered"",""timeHovered"":4241,""week"":""2021-10-25""},{""time"":40614,""label"":""hovered"",""timeHovered"":2270,""week"":""2022-02-07""}]}","{""startTime"":1678920958165,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":3985,""label"":""hovered"",""timeHovered"":2736,""week"":""2022-01-03""},{""time"":9068,""label"":""hovered"",""timeHovered"":1291,""week"":""2021-07-12""}]}",1,simple,line -2023-03-15 18:59:10,2023-03-15 19:07:16,0,67.190.176.100,100,485,1,2023-03-15 19:07:16,R_2VPGmYrxVtW241k,,,,,39.872,-105.0405,anonymous,EN,1,3.219,3.219,3.984,1,1,3,2,1.846,4.235,4.883,2,8.637,10.23,15.007,2,93,90,89,8.664,12.69,13.575,3,4.839,5.943,7.575,2,1,-1,11.564,17.446,18.032,2,-2,-1,18.443,42.809,43.646,2,1,18.42,18.42,30.124,1,0,0,15.01,0,5,4,4,5,5,4,,7.128,17.803,19.612,6,4,4,4,3,4,4,"I do not disagree, therefore, I slightly agree because I don't if this graph is accurate (but have a feeling it's more accurate than anti-vaxxors)",4.506,5.419,38.586,2,2,,10.4,10.4,12.053,1,2,7,3,4,1,5,6,30.172,47.465,57.693,4,2,1,3,1,1,2,4,3,,6.784,23.463,24.417,9,3,3,2,3,4,3,3.186,36.466,37.378,7,3,2,4.717,12.752,13.479,2,1,1990,Colorado,3,2,1,,2,,,10,4,2,,1.728,87.265,87.91,62,61645d805d7b358ed3e052a6,"{""startTime"":1678921325288,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921267950,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921200583,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921252509,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line -2023-03-15 18:54:35,2023-03-15 19:08:34,0,98.28.242.133,100,838,1,2023-03-15 19:08:34,R_2zMhUR8qtUxsBqc,,,,,39.3434,-84.4009,anonymous,EN,1,23.517,25.488,26.241,3,,,,,,,,0,0,15.113,0,78,82,29,30.006,46.534,47.276,8,8.76,144.195,146.467,18,1,1,14.284,62.401,63.524,7,-2,1,15.279,104.317,105.229,8,1,31.842,74.308,75.462,6,0,0,15.009,0,5,5,5,5,6,5,,21.258,34.332,37.872,8,5,5,5,1,1,5,Broken down what each one is also colors and dates,5.019,5.019,20.638,1,4,,7.677,9.473,10.799,2,2,7,3,4,1,5,6,14.123,29.4,30.219,3,6,9,9,9,6,10,10,10,,8.172,25.333,26.563,10,1,1,3,4,2,1,11.66,37.929,38.585,8,4,,9.195,12.362,13.276,3,2,1978,Ohio,2,2,1,,9,,Westchester,7,2,1,j_tweety69@yahoo.com,3.972,87.315,88.083,24,5cb7d17ddd3aff0017d13821,"{""startTime"":1678921271819,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921213696,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678920975238,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":79337,""label"":""cleared_brush"",""using"":""click""},{""time"":80307,""label"":""started_brush"",""startDate"":""2021-06-08"",""endDate"":""2021-08-17""},{""time"":96737,""label"":""moved_brush"",""startDate"":""2021-05-17"",""endDate"":""2021-07-26""},{""time"":111691,""label"":""moved_brush"",""startDate"":""2021-05-17"",""endDate"":""2021-07-26""},{""time"":121242,""label"":""moved_brush"",""startDate"":""2021-06-19"",""endDate"":""2021-08-28""},{""time"":126478,""label"":""cleared_brush"",""using"":""click""},{""time"":126480,""label"":""cleared_brush"",""using"":""Escape""},{""time"":129586,""label"":""started_brush"",""startDate"":""2021-06-30"",""endDate"":""2021-08-27""}]}","{""startTime"":1678921198184,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line -2023-03-15 19:00:24,2023-03-15 19:08:39,0,97.121.136.116,100,494,1,2023-03-15 19:08:39,R_1qUFFXW4eKeFTuu,,,,,38.8503,-104.8567,anonymous,EN,1,2.829,2.829,3.832,1,1,4,1,3.085,5.968,7.048,2,0,0,15.011,0,86,91,61,6.582,12.733,13.562,3,12.519,16.102,25.917,2,1,1,27.16,39.46,44.126,2,-1,-3,5.397,66.22,67.183,7,-1,56.221,56.221,57.285,1,0,0,15.114,0,5,2,5,5,5,5,,8.513,21.163,21.605,7,2,5,5,5,4,5,"The visualization is based on data from the CDC, which tends to have accurate information.",1.523,1.523,22.626,1,5,,6.353,7.22,8.602,2,2,7,3,4,1,5,6,0,0,15.797,0,5,8,3,8,7,4,10,9,,9.109,26.827,30.361,8,4,4,2,2,4,4,5.411,23.865,24.824,6,2,1,1.769,11.653,13.8,2,2,1998,Colorado,6,3,1,,7,,,6,4,1,aprilgetz1998@gmail.com,4.034,54.09,65.138,19,61007138183fbe1c96ac250e,"{""startTime"":1678921387317,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921409570,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921277375,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":7510,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1183,""week"":""52"",""id"":""chart""},{""time"":12510,""label"":""tour_next"",""step"":2},{""time"":16093,""label"":""tour_end"",""step"":2},{""time"":19783,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3248,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678921371528,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":3273,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1659,""week"":""52"",""id"":""chart""},{""time"":7088,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1204,""week"":""20"",""id"":""chart""}]}",1,moderate,bar -2023-03-15 18:55:18,2023-03-15 19:09:28,0,75.81.138.211,100,849,1,2023-03-15 19:09:29,R_1FPxFtIesGC3l8p,,,,,39.1027,-94.5778,anonymous,EN,1,77.126,77.126,78.177,1,1,2,1,1.567,5.019,6.041,2,0,0,15.008,0,63,86,68,32.203,40.82,42.448,4,11.72,19.041,54.384,2,1,1,11.349,65.122,66.818,4,-1,1,20.995,55.865,56.926,2,1,105.286,105.286,106.563,1,0,0,15.011,0,3,3,4,4,5,4,,7.4,29.634,33.398,7,4,4,4,3,3,4,"I remember there being flar ups in the time after the Vaccine was rolled out, but I can't remember specifics. Even now, flare ups especially in large cities are rather common. ",10.871,93.849,95.613,3,2,,7.365,7.365,9.345,1,2,7,3,4,1,5,6,16.18,22.905,27.748,2,2,2,2,2,4,6,4,6,,7.784,34.418,36.085,9,2,3,3,4,3,3,13.97,35.489,37.298,8,2,2,3.485,9.428,12.115,2,1,1997,Missouri,4,1,1,,3,,,9,4,2,,2.247,103.454,107.799,35,628ecc32276d54517f4c004d,"{""startTime"":1678921207178,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921241018,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":4158,""label"":""hovered"",""timeHovered"":1018,""week"":""2021-12-20""},{""time"":6061,""label"":""hovered"",""timeHovered"":3234,""week"":""2021-11-22""}]}","{""startTime"":1678921069918,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":28139,""label"":""hovered"",""timeHovered"":4606,""week"":""2021-04-12""},{""time"":44571,""label"":""hovered"",""timeHovered"":6645,""week"":""2022-01-03""}]}","{""startTime"":1678921191725,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":13544,""label"":""hovered"",""timeHovered"":1809,""week"":""2022-01-03""}]}",1,simple,line -2023-03-15 18:58:06,2023-03-15 19:09:39,0,136.57.156.40,100,693,1,2023-03-15 19:09:40,R_1ocosnuw5X3tjWm,,,,,35.2316,-80.8428,anonymous,EN,1,9.879,9.879,11.895,1,,,,,,,,0,0,15.01,0,91,87,58,6.916,23.071,30.239,4,25.394,101.82,105.627,16,1,1,15.027,25.492,27.995,2,1,1,49.19,60.096,62.455,2,-1,19.958,19.958,21.647,1,0,0,15.014,0,5,3,7,5,2,5,,20.268,34.102,37.326,7,4,6,5,7,5,5,It comes from the Croatian government and I have no reason to believe they would misrepresent this data.,2.902,2.902,40.775,1,4,,6.35,6.35,8.581,1,2,7,3,4,1,5,6,0,0,25.929,0,3,5,7,5,8,5,11,11,,6.601,28.179,30.668,9,4,4,1,1,4,5,9.582,26.118,27.565,7,2,,5.939,5.939,8.023,1,1,1968,North Carolina,7,3,1,,7,,,17,4,2,,1.262,119.252,124.717,25,61008174621af4fde89d5c7f,"{""startTime"":1678921414737,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":1086,""label"":""hovered"",""timeHovered"":5742,""week"":""2021-12-20""}]}","{""startTime"":1678921316392,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":10692,""label"":""started_brush"",""startDate"":""2021-07-27"",""endDate"":""2022-02-06""},{""time"":20011,""label"":""moved_brush"",""startDate"":""2021-08-02"",""endDate"":""2022-02-13""}]}","{""startTime"":1678921172321,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":9134,""label"":""hovered"",""timeHovered"":1150,""week"":""2021-09-06""},{""time"":16722,""label"":""hovered"",""timeHovered"":1178,""week"":""2021-08-23""},{""time"":22543,""label"":""hovered"",""timeHovered"":1909,""week"":""2021-12-06""},{""time"":66485,""label"":""cleared_brush"",""using"":""click""},{""time"":70843,""label"":""started_brush"",""startDate"":""2021-07-09"",""endDate"":""2021-09-26""},{""time"":79386,""label"":""moved_brush"",""startDate"":""2021-06-25"",""endDate"":""2021-09-12""},{""time"":92767,""label"":""moved_brush"",""startDate"":""2021-06-25"",""endDate"":""2021-09-12""},{""time"":93591,""label"":""cleared_brush"",""using"":""click""}]}","{""startTime"":1678921300798,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":11042,""label"":""hovered"",""timeHovered"":2120,""week"":""2022-01-17""}]}",0,complex,line -2023-03-15 19:01:20,2023-03-15 19:10:05,0,108.222.91.118,100,525,1,2023-03-15 19:10:06,R_2OV0ysUAzO5ncte,,,,,41.0413,-83.6461,anonymous,EN,1,27.654,27.654,29.205,1,,,,,,,,0,0,15.01,0,36,38,63,11.978,19.17,21.153,5,14.666,20.246,39.942,2,1,-2,12.772,36.2,37.059,3,1,1,31.55,43.746,44.912,2,-1,24.378,24.378,27.565,1,0,0,15.111,0,4,3,5,2,4,4,Not at this time.,6.37,20.425,23.815,7,4,4,2,7,1,4,"I have no frame of reference to know if the information is really true, but it appears to be specific and easy enough to understand I lean towards trusting it",2.004,2.004,55.305,1,5,Not at this time.,5.187,9.89,13.518,5,2,7,3,4,1,5,6,0,0,22.236,0,5,5,2,6,5,3,9,7,Not at this time.,5.867,21.896,25.793,9,5,5,2,1,5,5,12.451,32.093,33.203,6,1,,4.163,4.163,6.21,1,2,1994,Ohio,6,3,1,,7,,,10,4,2,,3.162,47.701,52.188,12,63161b57aa5e6c648c58692a,"{""startTime"":1678921446482,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921471048,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921352566,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":6904,""label"":""hovered"",""timeHovered"":1688,""week"":""2021-12-20""},{""time"":24507,""label"":""hovered"",""timeHovered"":1954,""week"":""2021-04-12""},{""time"":34531,""label"":""hovered"",""timeHovered"":1984,""week"":""2021-12-27""}]}","{""startTime"":1678921430888,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7852,""label"":""hovered"",""timeHovered"":1212,""week"":""2021-12-27""},{""time"":13547,""label"":""hovered"",""timeHovered"":1001,""week"":""2022-01-03""}]}",0,simple,line -2023-03-15 18:53:00,2023-03-15 19:10:11,0,73.16.24.228,100,1031,1,2023-03-15 19:10:12,R_3iyjxR2vaBdNEJd,,,,,43.8971,-69.9817,anonymous,EN,1,3.85,3.85,5.262,1,1,2,1,1.99,4.761,6.2,3,0,0,15.027,0,100,100,1,11.672,16.398,17.475,3,7.291,10.357,20.757,2,1,1,12.561,42.446,44.796,3,-3,1,103.946,118.775,120.724,2,-3,100.963,100.963,102.701,1,0,0,15.017,0,6,5,6,5,6,6,,331.108,460.558,464.433,9,5,6,4,5,5,6,"It seems pretty accurate, regarding most of the things that I know about the Covid pandemic.",1.717,1.717,24.368,1,2,,4.435,6.052,8.504,2,2,7,3,4,1,5,6,0,0,15.766,0,1,1,1,1,1,1,11,9,,3.414,15.536,17.46,10,5,5,1,1,5,5,2.341,23.437,25.183,7,1,1,3.032,8.116,10.562,2,2,1989,Rhode Island,5,2,1,,9,,Providence,6,4,1,chestnutmsmith@gmail.com,2.295,61.77,68.666,16,55132578fdf99b1b0568bdb8,"{""startTime"":1678920921761,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921387787,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678920838326,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678920905457,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":5206,""label"":""hovered"",""timeHovered"":1597,""week"":""2022-01-10""}]}",1,simple,line -2023-03-15 19:00:13,2023-03-15 19:10:36,0,35.129.105.145,100,623,1,2023-03-15 19:10:37,R_2ZDoeNGR6AsEAHN,,,,,33.8321,-118.1739,anonymous,EN,1,14.848,14.848,15.627,1,1,3,1,2.263,5.345,6.07,3,0,0,15.11,0,71,78,19,6.061,10.144,11.937,3,15.418,20.718,33.893,3,-2,1,15.114,57.862,59.39,6,-3,-3,45.285,104.667,105.443,4,-2,26.803,59.802,61.728,2,0,0,15.015,0,4,7,3,2,2,2,,9.06,25.093,26.801,6,4,2,2,3,7,2,"I am not quite sure how accurate the data reporting is, nor how severe the cases were (hospitalizations, etc)",1.71,30.443,42.187,2,4,,11.078,11.078,13.235,1,2,7,3,4,1,5,6,0,0,16.481,0,3,4,6,7,4,5,5,7,,5.245,26.344,28.187,9,4,3,2,2,4,2,6.36,27.059,28.085,6,4,4,2.508,7.324,8.554,2,2,1996,California,6,1,1,,7,,,6,3,1,claire.epting@gmail.com,1.935,75.757,80.3,25,5e7e89cc4fd114104a39fb88,"{""startTime"":1678921507090,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921428377,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921272650,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":11500,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1176,""week"":""50"",""id"":""chart""},{""time"":15416,""label"":""tour_next"",""step"":2},{""time"":19535,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678921412910,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":3340,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1471,""week"":""52"",""id"":""chart""},{""time"":4817,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1183,""week"":""52"",""id"":""chart""},{""time"":6060,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2472,""week"":""51"",""id"":""chart""},{""time"":10723,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1309,""week"":""50"",""id"":""chart""},{""time"":12189,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1160,""week"":""51"",""id"":""chart""}]}",1,moderate,bar -2023-03-15 19:03:32,2023-03-15 19:10:43,0,66.30.134.175,100,431,1,2023-03-15 19:10:44,R_agim7QzLTkd6FDb,,,,,41.9261,-71.3011,anonymous,EN,1,2.421,2.421,2.989,1,1,3,2,2.65,5.333,6.212,2,0,0,15.005,0,100,100,74,10.192,14.803,18.711,3,7.227,24.158,25.194,3,1,1,10.717,58.711,60.392,5,1,1,22.768,41.876,42.868,2,1,37.537,37.537,44.909,1,0,0,15.006,0,6,5,6,6,6,6,,7.722,33.366,35.101,10,3,6,6,3,3,6,The source is a trusted source.,3.282,3.282,19.842,1,4,,6.181,9.148,10,6,2,7,3,4,1,5,6,0,0,19.667,0,6,7,6,7,6,3,10,8,,4.364,17.243,18.663,9,3,3,2,3,3,3,2.545,15.386,16.239,9,2,3,1.607,12.053,13.834,3,1,1993,Massachusetts,2,2,1,,7,,,5,4,2,,1.618,33.121,33.984,13,5e156dbb19232db781789a8f,"{""startTime"":1678921564655,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921600152,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921463114,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921549233,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":12800,""label"":""hovered"",""timeHovered"":1047,""week"":""2021-09-13""}]}",1,simple,line -2023-03-15 19:00:24,2023-03-15 19:12:05,0,73.42.37.216,100,700,1,2023-03-15 19:12:06,R_p9SPtFtglrWQyS5,,,,,30.6922,-88.0425,anonymous,EN,1,18.126,18.126,20.284,1,1,2,2,2.875,7.875,9.953,2,0,0,15.008,0,87,58,62,25.645,32.557,34.214,4,3.637,46.932,55.672,8,1,1,48.267,81.807,83.536,3,-3,1,21.512,43.782,46.105,11,1,12.442,66.448,85.134,11,0,0,15.113,0,3,4,4,5,4,4,,9.442,45.039,49.476,6,4,4,4,3,4,4,If it's accurate,3.346,3.346,45.393,1,5,,6.44,7.687,9.652,3,2,7,3,4,1,5,6,0,0,18.806,0,5,4,4,5,6,7,9,8,,6.547,21.742,23.462,9,2,3,3,3,3,3,63.472,73.115,75.039,7,7,4,7.573,7.573,9.757,1,1,1983,Alabama,5,2,3,,2,,,11,1,1,javakas@gmail.com,1.128,47.021,53.756,24,5971640e7ec240000170cb69,"{""startTime"":1678921479003,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921529071,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921320703,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":21621,""label"":""started_brush"",""startDate"":""2021-06-30"",""endDate"":""2022-01-27""},{""time"":31400,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-08""},{""time"":37327,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-08""},{""time"":38399,""label"":""cleared_brush"",""using"":""click""},{""time"":50971,""label"":""started_brush"",""startDate"":""2021-06-01"",""endDate"":""2021-10-26""}]}","{""startTime"":1678921462551,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":8565,""label"":""started_brush"",""startDate"":""2021-07-23"",""endDate"":""2022-02-13""},{""time"":12970,""label"":""moved_brush"",""startDate"":""2021-07-23"",""endDate"":""2022-02-13""}]}",1,complex,line -2023-03-15 18:55:13,2023-03-15 19:12:13,0,99.19.75.100,100,1020,1,2023-03-15 19:12:14,R_33eZGeFfolZmlcw,,,,,34.8775,-92.2265,anonymous,EN,1,28.551,28.551,29.975,1,,,,,,,,0,0,15.111,0,53,14,75,16.233,60.568,61.858,5,2.667,20.538,35.503,3,-2,-3,48.621,93.768,99.284,2,-1,1,133.049,149.633,150.932,2,1,107.501,107.501,109.393,1,0,0,15.111,0,5,3,4,5,4,5,,19.598,23.656,26.101,6,3,4,2,5,4,5,It seems to be an accurate infograph,10.859,47.637,56.856,2,4,,4.437,4.437,6.565,1,1,2,6,7,4,3,5,0,0,29.468,0,3,2,6,3,6,4,11,11,,3.635,19.306,20.882,8,5,2,3,4,4,3,35.403,47.886,49.374,6,4,,7.803,7.803,9.375,1,2,2003,Arkansas,2,2,1,,10,,,6,3,1,teelidi3@gmail.com,1.704,139.575,152.79,20,5e2cd786dc63ca2ff798a0ca,"{""startTime"":1678921406198,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921237301,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921033008,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":2459,""label"":""hovered"",""timeHovered"":1413,""week"":""2022-01-10""},{""time"":9843,""label"":""hovered"",""timeHovered"":2465,""week"":""2021-05-03""}]}","{""startTime"":1678921221321,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,line -2023-03-15 19:03:15,2023-03-15 19:12:27,0,66.56.14.60,100,551,1,2023-03-15 19:12:27,R_3My9Se6gK1Mqb4A,,,,,33.7657,-84.2951,anonymous,EN,1,1.221,5.241,7.203,9,1,4,2,2.15,4.84,5.883,4,2.531,2.531,15.025,1,96,98,88,1.526,14.261,14.844,11,2.389,122.795,123.401,42,-3,1,1.244,41.062,42.701,15,-3,1,0.979,44.283,44.602,25,-3,9.61,43.653,44.598,7,1.403,6.126,15.016,4,5,5,5,5,5,5,,6.357,21.7,22.906,13,6,5,4,4,2,5,"It is from a reputable source the CDC. Also, it is just well presented and looks scientific which makes me trust it more.",2.046,3.303,29.771,2,3,,2.166,7.971,9.705,3,2,7,3,4,1,5,6,5.35,18.502,19.609,5,4,4,3,5,6,6,10,8,,4.799,21.262,22.204,16,4,4,2,2,4,4,7.459,27.158,28.014,15,3,3,2.306,8.105,11.106,8,1,2004,Georgia,3,3,1,,9,,Decatur,13,3,1,declan.bolch@gmail.com,1.935,48.621,49.792,43,5e9f766e2535380e106a8c6b,"{""startTime"":1678921638266,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921662126,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921451525,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":72,""label"":""tour_started""},{""time"":10240,""label"":""tour_next"",""step"":5},{""time"":17744,""label"":""cleared_brush"",""using"":""Click""},{""time"":18932,""label"":""tour_back"",""step"":5},{""time"":23364,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2540,""week"":""47"",""id"":""chart""},{""time"":27475,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1476,""week"":""52"",""id"":""chart""},{""time"":33385,""label"":""tour_next"",""step"":5},{""time"":36685,""label"":""cleared_brush"",""using"":""Click""},{""time"":41326,""label"":""cleared_brush"",""using"":""Click""},{""time"":43444,""label"":""cleared_brush"",""using"":""Click""},{""time"":44187,""label"":""cleared_brush"",""using"":""Click""},{""time"":46341,""label"":""cleared_brush"",""using"":""Click""},{""time"":54030,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-04-13""},{""time"":60630,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-04-11""},{""time"":81009,""label"":""tour_back"",""step"":5},{""time"":83587,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":2542,""week"":""14"",""id"":""chart""},{""time"":89279,""label"":""tour_next"",""step"":5},{""time"":95037,""label"":""cleared_brush"",""using"":""Click""},{""time"":99695,""label"":""started_brush"",""startDate"":""2021-09-06"",""endDate"":""2021-11-15""},{""time"":101268,""label"":""tour_next"",""step"":5},{""time"":107404,""label"":""moved_brush"",""startDate"":""2021-08-13"",""endDate"":""2021-10-22""},{""time"":109013,""label"":""tour_next"",""step"":5},{""time"":115509,""label"":""cleared_brush"",""using"":""Click""},{""time"":115510,""label"":""cleared_brush"",""using"":""Escape""},{""time"":117088,""label"":""tour_next"",""step"":5},{""time"":119559,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678921622200,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar -2023-03-15 18:53:34,2023-03-15 19:12:44,0,71.255.232.45,100,1150,1,2023-03-15 19:12:45,R_3DiNz275Scwop4f,,,,,38.894,-77.0365,anonymous,EN,1,169.633,169.633,170.89,1,,,,,,,,0,0,15.11,0,71,89,63,5.858,21.291,22.665,5,15.643,230.357,248.352,19,1,1,7.173,47.322,80.864,3,1,1,33.246,89.238,103.596,2,1,8.986,94.118,117.941,3,0,0,15.11,0,3,3,3,3,7,3,None,12.697,19.056,48.398,7,7,3,7,7,7,3,I didn't think that the information provided when you hovered over the visualization matched the legend on the side.,1.28,1.28,34.903,1,4,,2.809,8.009,9.582,8,2,7,3,4,1,5,6,0,0,13.006,0,6,6,6,6,6,5,9,9,,2.545,11.961,13.338,9,3,4,2,2,4,4,2.362,8.811,9.686,6,1,,1.654,1.654,3.593,1,1,1993,California,6,3,1,,7,,,12,4,1,rachdangabriel@gmail.com,1.46,63.314,71.725,26,587418895c17910001ea4e75,"{""startTime"":1678921596430,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":1719,""label"":""hovered"",""timeHovered"":1231,""week"":""2022-01-24""},{""time"":3230,""label"":""hovered"",""timeHovered"":18353,""week"":""2022-02-07""},{""time"":22285,""label"":""hovered"",""timeHovered"":9401,""week"":""2021-12-27""},{""time"":31926,""label"":""hovered"",""timeHovered"":3756,""week"":""2021-12-27""},{""time"":37393,""label"":""hovered"",""timeHovered"":1393,""week"":""2021-12-27""}]}","{""startTime"":1678921457208,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":3509,""label"":""hovered"",""timeHovered"":6181,""week"":""2021-12-27""},{""time"":19195,""label"":""hovered"",""timeHovered"":1109,""week"":""2021-12-27""},{""time"":20390,""label"":""hovered"",""timeHovered"":11153,""week"":""2021-12-27""},{""time"":33293,""label"":""hovered"",""timeHovered"":30497,""week"":""2021-12-27""},{""time"":64873,""label"":""hovered"",""timeHovered"":1311,""week"":""2022-01-03""},{""time"":66490,""label"":""hovered"",""timeHovered"":2182,""week"":""2022-02-07""},{""time"":68960,""label"":""hovered"",""timeHovered"":7012,""week"":""2022-01-24""},{""time"":77477,""label"":""cleared_brush"",""using"":""click""},{""time"":78730,""label"":""started_brush"",""startDate"":""2021-05-06"",""endDate"":""2021-07-11""},{""time"":79363,""label"":""hovered"",""timeHovered"":4808,""week"":""2021-06-21""}]}","{""startTime"":1678921074001,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":1190,""label"":""hovered"",""timeHovered"":1396,""week"":""2021-08-16""},{""time"":10858,""label"":""hovered"",""timeHovered"":1911,""week"":""2022-01-03""},{""time"":166519,""label"":""started_brush"",""startDate"":""2021-05-12"",""endDate"":""2021-08-14""},{""time"":172387,""label"":""moved_brush"",""startDate"":""2021-05-12"",""endDate"":""2021-08-14""},{""time"":174339,""label"":""moved_brush"",""startDate"":""2021-06-16"",""endDate"":""2021-08-14""},{""time"":182622,""label"":""cleared_brush"",""using"":""click""},{""time"":201559,""label"":""cleared_brush"",""using"":""click""},{""time"":204637,""label"":""started_brush"",""startDate"":""2021-06-30"",""endDate"":""2021-11-09""},{""time"":209904,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-09""},{""time"":212954,""label"":""moved_brush"",""startDate"":""2021-07-15"",""endDate"":""2022-02-13""},{""time"":219004,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-13""},{""time"":224153,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-13""},{""time"":226271,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-13""},{""time"":228254,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-13""},{""time"":228537,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-13""},{""time"":228837,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-13""},{""time"":230920,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-13""},{""time"":232154,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-10-18""},{""time"":235274,""label"":""moved_brush"",""startDate"":""2021-09-14"",""endDate"":""2021-10-18""},{""time"":237486,""label"":""moved_brush"",""startDate"":""2021-09-14"",""endDate"":""2022-01-22""},{""time"":239601,""label"":""moved_brush"",""startDate"":""2021-10-06"",""endDate"":""2022-02-13""},{""time"":244477,""label"":""moved_brush"",""startDate"":""2021-12-14"",""endDate"":""2022-02-13""}]}","{""startTime"":1678921441634,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":2782,""label"":""hovered"",""timeHovered"":1468,""week"":""2021-11-08""},{""time"":4849,""label"":""hovered"",""timeHovered"":2234,""week"":""2022-01-03""}]}",0,complex,line -2023-03-15 18:58:58,2023-03-15 19:12:45,0,24.89.18.3,100,826,1,2023-03-15 19:12:45,R_1QzHKaGOMGSFQW3,,,,,39.6343,-77.7337,anonymous,EN,1,8.179,8.179,9.865,1,,,,,,,,0,0,15.116,0,93,86,36,26.062,47.888,49.007,3,30.267,38.875,106.468,2,1,-3,19.423,35.227,36.931,2,-1,1,77.232,101.24,103.498,2,1,54.609,54.609,58.855,1,0,0,15.111,0,5,5,7,4,5,5,,13.067,35.706,40.597,6,4,4,4,5,3,5,The source of the data is the Department of Agriculture and the graphic is put together well showing all the variation in data.,5.613,5.613,57.158,1,5,,7.286,7.286,9.553,1,2,7,3,4,1,5,6,0,0,22.587,0,1,5,8,9,4,7,11,10,,6.636,27.478,31.181,8,4,4,1,2,4,4,23.201,49.728,51.877,6,4,,7.163,7.163,9.666,1,1,1962,Maryland,4,2,1,,8,Hagerstown,,6,4,2,,4.054,130.612,143.582,18,5ee526f3eca1a22601d187f4,"{""startTime"":1678921448887,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921489967,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921222798,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":23362,""label"":""hovered"",""timeHovered"":2283,""week"":""2022-01-03""},{""time"":41137,""label"":""hovered"",""timeHovered"":1333,""week"":""2021-08-23""},{""time"":44808,""label"":""hovered"",""timeHovered"":22275,""week"":""2021-10-25""},{""time"":73255,""label"":""hovered"",""timeHovered"":12082,""week"":""2022-01-10""}]}","{""startTime"":1678921433440,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,line -2023-03-15 18:58:09,2023-03-15 19:13:11,0,98.58.190.99,100,901,1,2023-03-15 19:13:11,R_1K7lIBrO2rVyLEU,,,,,26.6598,-80.2429,anonymous,EN,1,3.114,3.114,4.063,1,,,,,,,,0,0,15.112,0,80,97,75,38.179,47.794,49.699,9,58.955,185.086,193.014,11,1,-3,26.773,70.574,71.52,2,1,1,48.555,69.355,77.436,2,1,62.098,62.098,63.034,1,0,0,15.311,0,4,4,3,5,6,4,Very interesting study.,14.162,38.002,56.814,7,5,6,5,2,7,4,The graph and its' interactivity seem top be well-done. I slightly agree that the information is possibly valid.,10.186,10.186,68.707,1,5,Very interesting study.,4.25,8.769,16.309,6,2,7,3,4,1,5,6,0,0,28.907,0,4,4,9,7,5,7,10,9,Interesting study.,6.717,28.397,34.367,11,3,2,2,2,4,3,11.215,34.552,35.506,6,3,,10.487,10.487,11.303,1,1,1986,Florida,4,2,1,,9,,West Palm Beach,13,4,1,skatr581@yahoo.com,0.979,49.485,52.688,17,5f8b066742a6381ddae03d75,"{""startTime"":1678921586027,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921436501,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921163680,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":2371,""label"":""hovered"",""timeHovered"":3225,""week"":""2021-08-02""},{""time"":21632,""label"":""hovered"",""timeHovered"":13398,""week"":""2021-10-11""},{""time"":44103,""label"":""hovered"",""timeHovered"":3025,""week"":""2021-10-04""},{""time"":50805,""label"":""hovered"",""timeHovered"":1191,""week"":""2021-04-12""},{""time"":53392,""label"":""hovered"",""timeHovered"":1365,""week"":""2021-04-19""},{""time"":105026,""label"":""started_brush"",""startDate"":""2021-11-21"",""endDate"":""2022-01-22""},{""time"":106345,""label"":""moved_brush"",""startDate"":""2021-11-21"",""endDate"":""2022-02-13""},{""time"":116448,""label"":""moved_brush"",""startDate"":""2021-11-21"",""endDate"":""2022-02-13""},{""time"":118515,""label"":""moved_brush"",""startDate"":""2022-01-02"",""endDate"":""2022-02-13""},{""time"":151743,""label"":""cleared_brush"",""using"":""click""},{""time"":153647,""label"":""started_brush"",""startDate"":""2021-11-13"",""endDate"":""2021-12-04""},{""time"":153915,""label"":""started_brush"",""startDate"":""2022-01-15"",""endDate"":""2022-01-17""},{""time"":174723,""label"":""started_brush"",""startDate"":""2021-07-10"",""endDate"":""2021-09-28""},{""time"":175136,""label"":""cleared_brush"",""using"":""click""},{""time"":176398,""label"":""started_brush"",""startDate"":""2021-12-27"",""endDate"":""2021-12-28""},{""time"":176867,""label"":""cleared_brush"",""using"":""click""},{""time"":177390,""label"":""cleared_brush"",""using"":""click""},{""time"":177877,""label"":""cleared_brush"",""using"":""click""},{""time"":180898,""label"":""started_brush"",""startDate"":""2021-07-27"",""endDate"":""2022-01-14""},{""time"":183369,""label"":""moved_brush"",""startDate"":""2021-07-27"",""endDate"":""2021-12-15""}]}","{""startTime"":1678921420798,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line -2023-03-15 19:02:57,2023-03-15 19:13:35,0,96.232.169.173,100,638,1,2023-03-15 19:13:36,R_1Fbnp4hUNpDtnpW,,,,,40.7429,-73.9392,anonymous,EN,1,4.684,4.684,6.025,1,,,,,,,,0,0,15.115,0,78,22,58,11.571,16.665,18.421,3,9.402,48.265,53.432,5,1,1,25.816,39.516,41.601,2,-3,1,27.348,48.258,49.683,3,1,59.529,59.529,61.066,1,0,0,15.025,0,3,7,3,1,2,3,,28.066,43.264,46.147,6,7,2,4,3,7,2,"If I don't understand what I am looking at, as a layperson, then I won't trust that I am being presented with an argument which is easy to prove (because there would be mountains of data to choose from).",2.451,2.451,62.225,1,2,,5.626,8.551,10.763,4,2,7,3,4,1,5,6,0,0,25.348,0,1,2,8,8,3,6,2,4,,7.557,24.466,26.342,8,1,5,1,2,4,4,11.175,28.604,29.559,6,6,,5.979,6.603,8,2,1,1966,New York,6,1,1,,7,,,12,4,2,,2.362,109.002,114.463,21,5adf6ea7f6b58c0001fa8404,"{""startTime"":1678921557582,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":12109,""label"":""hovered"",""timeHovered"":2907,""week"":""2022-01-24""}]}","{""startTime"":1678921604194,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921426184,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":29195,""label"":""started_brush"",""startDate"":""2021-06-26"",""endDate"":""2021-07-25""},{""time"":35609,""label"":""moved_brush"",""startDate"":""2021-06-26"",""endDate"":""2021-10-21""},{""time"":42995,""label"":""cleared_brush"",""using"":""click""},{""time"":43004,""label"":""cleared_brush"",""using"":""Escape""}]}","{""startTime"":1678921541840,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":9165,""label"":""hovered"",""timeHovered"":1043,""week"":""2021-12-27""}]}",0,complex,line -2023-03-15 18:59:17,2023-03-15 19:13:37,0,98.32.251.195,100,860,1,2023-03-15 19:13:37,R_ahJNT1D0ZeY7sJz,,,,,41.9025,-87.6726,anonymous,EN,1,2.481,2.481,3.503,1,1,3,1,2.305,6.731,7.59,2,0,0,15.125,0,100,97,55,11.677,32.098,33.246,5,7.669,30.129,32.76,5,-1,-1,12.389,34.101,35.365,3,-1,1,12.183,42.993,44.209,4,-1,7.488,8.632,10.128,2,0,0,16.942,0,6,3,6,3,6,6,,13.337,34.841,37.773,10,3,4,4,3,3,6,it's from a reliable source,2.981,2.981,11.999,1,3,,420.985,420.985,423.666,1,2,7,3,4,1,5,6,0,0,20.36,0,3,4,9,3,2,7,11,11,,7.937,32.203,34.005,11,1,3,3,3,3,3,3.411,14.61,16.262,7,2,4,2.029,7.485,8.804,2,2,1993,Illinois,6,2,2,,4,,,8,4,2,,1.639,45.704,49.962,13,60fccc2c096c38cc9ad63ff3,"{""startTime"":1678921315020,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921353463,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":10699,""label"":""hovered"",""timeHovered"":2329,""week"":""2021-12-27""}]}","{""startTime"":1678921226913,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921296247,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line -2023-03-15 18:55:55,2023-03-15 19:13:45,0,75.204.90.229,100,1070,1,2023-03-15 19:13:45,R_2AHylKmhS4OKdBj,,,,,33.3874,-112.0998,anonymous,EN,1,16.49,33.535,35.097,2,,,,,,,,0,0,15.007,0,87,91,58,11.621,24.491,26.25,5,30.016,60.133,73.094,3,1,1,36.422,93.101,97.043,2,1,1,45.701,102.337,112.864,4,1,66.607,66.607,68.865,1,0,0,15.021,0,4,4,4,3,6,5,,11.025,59.981,62.552,7,4,5,5,7,2,5,I thought the visualization was nicely laid out with the hover option to get even more accurate results. The source of the visualization was shown clearly in the bottom left corner.,3.64,114.477,116.335,6,4,,8.197,8.687,12.888,2,2,7,3,4,1,5,6,0,0,42.972,0,5,5,9,8,4,4,8,9,,8.556,27.675,31.219,8,2,3,2,3,3,2,11.975,38.513,40.664,6,4,,4.054,4.054,6.839,1,2,1963,Arizona,5,1,1,,7,,,6,2,2,,2.5,196.63,212.36,43,5da4152a3ab39a0011295a3e,"{""startTime"":1678921231183,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921294722,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":153,""label"":""hovered"",""timeHovered"":11836,""week"":""2022-02-07""}]}","{""startTime"":1678921043803,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7829,""label"":""hovered"",""timeHovered"":1131,""week"":""2021-10-25""},{""time"":41196,""label"":""hovered"",""timeHovered"":1601,""week"":""2021-08-30""},{""time"":44262,""label"":""hovered"",""timeHovered"":2699,""week"":""2022-01-03""},{""time"":68313,""label"":""hovered"",""timeHovered"":1077,""week"":""2022-01-03""}]}","{""startTime"":1678921215278,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,line -2023-03-15 18:57:20,2023-03-15 19:14:02,0,150.195.114.81,100,1001,1,2023-03-15 19:14:03,R_1OlUJ59irANm3PB,,,,,41.1499,-85.2057,anonymous,EN,1,40.026,40.026,41.76,1,1,2,2,2.239,5.939,7.359,2,0,0,15.125,0,66,35,60,7.111,16.617,23.8,4,29.768,147.972,167.111,16,-2,1,35.47,71.917,73.98,2,-2,1,41.976,86.427,88.347,2,1,41.831,93.192,95.252,3,7.673,7.673,15.013,1,3,4,3,5,6,3,,13.106,43.324,49.191,8,3,5,5,1,7,3,I do not know enough about all the information to know if I can trust it. I have seen a lot of false information out there,5.512,5.512,46.975,1,3,,9.365,9.365,12.488,1,2,7,3,4,1,5,6,0,0,33.072,0,4,6,8,5,2,5,8,9,,6.256,25.506,27.7,8,1,1,2,2,3,1,10.462,32.069,33.463,6,4,2,9.946,21.356,24.604,2,1,1955,Ohio,2,2,1,,7,,,5,4,2,,4.091,159.547,169.655,18,6130cdbb53f773b3125576a7,"{""startTime"":1678921428806,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921478356,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":8592,""label"":""started_brush"",""startDate"":""2021-06-28"",""endDate"":""2021-08-23""}]}","{""startTime"":1678921150309,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":58230,""label"":""started_brush"",""startDate"":""2021-05-27"",""endDate"":""2021-12-11""},{""time"":69015,""label"":""moved_brush"",""startDate"":""2021-05-27"",""endDate"":""2021-10-09""},{""time"":72629,""label"":""moved_brush"",""startDate"":""2021-09-01"",""endDate"":""2022-01-13""},{""time"":75314,""label"":""moved_brush"",""startDate"":""2021-09-01"",""endDate"":""2021-12-08""},{""time"":77216,""label"":""moved_brush"",""startDate"":""2021-09-04"",""endDate"":""2021-12-12""},{""time"":91803,""label"":""cleared_brush"",""using"":""click""},{""time"":91804,""label"":""cleared_brush"",""using"":""Escape""},{""time"":115563,""label"":""started_brush"",""startDate"":""2021-05-24"",""endDate"":""2021-09-26""},{""time"":119882,""label"":""hovered"",""timeHovered"":1181,""week"":""2021-06-28""},{""time"":126950,""label"":""moved_brush"",""startDate"":""2021-09-26"",""endDate"":""2021-12-07""},{""time"":137043,""label"":""hovered"",""timeHovered"":2654,""week"":""2021-11-15""},{""time"":152105,""label"":""moved_brush"",""startDate"":""2021-09-26"",""endDate"":""2021-11-18""},{""time"":154801,""label"":""hovered"",""timeHovered"":1304,""week"":""2021-11-01""},{""time"":156950,""label"":""hovered"",""timeHovered"":1060,""week"":""2021-11-08""},{""time"":162316,""label"":""moved_brush"",""startDate"":""2021-10-30"",""endDate"":""2021-12-22""},{""time"":165883,""label"":""moved_brush"",""startDate"":""2021-10-30"",""endDate"":""2021-12-01""}]}","{""startTime"":1678921413422,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":2842,""label"":""hovered"",""timeHovered"":1184,""week"":""2022-01-03""},{""time"":4145,""label"":""hovered"",""timeHovered"":2431,""week"":""2021-12-20""},{""time"":11857,""label"":""started_brush"",""startDate"":""2021-07-06"",""endDate"":""2022-01-06""}]}",1,complex,line -2023-03-15 19:03:06,2023-03-15 19:14:34,0,97.86.199.78,100,687,1,2023-03-15 19:14:35,R_2dgrcKqhiLcyivt,,,,,38.9458,-90.2049,anonymous,EN,1,16.172,17.419,18.066,3,,,,,,,,0,0,16.172,0,80,80,100,24.855,32.867,34.31,3,14.828,21.702,25.226,4,1,-2,27.743,43.885,52.102,2,1,1,19.77,136.735,138.356,3,-1,43.896,83.499,87.553,2,0,0,16.708,0,3,3,3,3,3,3,,10.323,18.864,19.188,8,6,6,6,1,1,6,"Assuming the data in the visualization is real and valid, I see no reason to trust it as it includes all relevant datapoints relating to the data.",2.748,2.748,36.849,1,4,,5.201,8.357,9.206,4,2,7,3,4,1,5,6,0,0,20.128,0,4,2,4,4,4,6,5,8,,7.634,48.044,48.465,14,5,5,1,1,5,5,2.535,32.937,33.645,11,6,,9.078,9.078,10.471,1,1,2000,Illinois,1,2,1,,7,,,1,4,2,,3.692,66.529,67.545,14,5d613f02b9233e0018f9450b,"{""startTime"":1678921707332,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921648898,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921466044,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":22532,""label"":""hovered"",""timeHovered"":1079,""week"":""2021-10-25""}]}","{""startTime"":1678921630651,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":15693,""label"":""hovered"",""timeHovered"":1737,""week"":""2021-12-13""}]}",0,moderate,line -2023-03-15 19:03:42,2023-03-15 19:14:48,0,73.237.167.201,100,665,1,2023-03-15 19:14:48,R_6SGyRYJROUuxvSp,,,,,33.9372,-84.0791,anonymous,EN,1,5.257,8.754,10.201,2,,,,,,,,0,0,15.119,0,96,89,50,14.973,42.887,43.79,9,8.445,11.958,16.993,2,1,-1,14.083,47.141,48.118,3,-2,1,31.715,44.954,46.165,2,-1,25.283,25.283,26.829,1,0,0,15.016,0,5,5,5,5,5,5,,12.67,19.975,23.824,6,5,5,5,5,5,5,to trust visualization is to see the outcome not ness the process,2.763,11.359,73.879,2,4,,4.974,4.974,6.433,1,,,,,,,,0,0,10.368,0,5,2,2,2,3,4,10,6,,6.185,19.228,20.643,8,3,3,3,3,3,3,7.943,11.037,12.102,6,1,,1.314,1.314,3.105,1,2,1963,Georgia,6,3,1,,7,,,11,5,2,,1.317,242.428,245.549,31,610ec37ea0648de28b37fb83,"{""startTime"":1678921677131,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921582353,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921502736,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921566798,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,line -2023-03-15 19:04:51,2023-03-15 19:15:34,0,98.49.213.177,100,642,1,2023-03-15 19:15:34,R_234aD0kUhCVeCbE,,,,,40.296,-75.9894,anonymous,EN,1,4.426,4.426,5.751,1,2,,1,2.788,2.788,4.001,1,0,0,15.114,0,81,83,47,23.197,32.556,33.28,4,16.762,23.676,29.713,2,1,1,18.733,62.594,64.498,3,1,-3,45.522,89.766,90.902,2,-3,29.595,29.595,31.991,1,0,0,15.007,0,4,3,3,4,4,3,,16.255,30.285,34.185,6,3,4,3,3,3,3,"I am unsure that this accurately displays the real data. ",7.429,35.022,36.224,3,3,,4.376,7.393,11.075,3,2,7,3,4,1,5,6,0,0,20.212,0,4,6,5,6,5,2,7,7,,8.14,26.468,30.067,11,4,4,1,2,4,4,7.811,29.075,30.189,7,2,2,2.043,9.163,10.801,2,2,1961,Pennsylvania,2,2,1,,7,,,4,4,1,crypticceltic@gmail.com,2.137,118.562,124.006,23,62dea723c6db0370fd6c8229,"{""startTime"":1678921699791,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921734378,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921562392,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":9972,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5116,""week"":""2"",""id"":""chart""},{""time"":16750,""label"":""tour_next"",""step"":2},{""time"":23664,""label"":""tour_end"",""step"":2},{""time"":25402,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1469,""week"":""46"",""id"":""chart""}]}","{""startTime"":1678921683842,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":10392,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3729,""week"":""51"",""id"":""chart""}]}",1,moderate,bar -2023-03-15 18:56:18,2023-03-15 19:15:37,0,75.68.153.88,100,1158,1,2023-03-15 19:15:38,R_125StEF1XJfKV2T,,,,,44.8098,-73.0918,anonymous,EN,1,6.669,12.411,13.394,3,1,4,1,2.556,9.327,10.996,3,0,0,15.106,0,98,100,53,0.435,21.182,22.493,7,7.059,142.286,143.344,17,1,1,6.253,90.871,91.743,13,1,1,1.977,426.744,427.648,8,1,21.842,30.926,31.96,4,12.127,13.479,15.115,2,3,3,3,6,6,3,,8.708,23.766,25.267,8,2,6,5,7,3,3,"Until I research the data presented and learn about the methods used to gather that data, I cannot say that I trust or distrust it. I still have questions.",2.438,2.438,53.015,1,5,,7.42,10.828,12.452,4,2,7,3,4,1,5,6,10.956,22.468,23.398,2,3,3,3,7,6,4,11,10,,3.935,24.869,26.31,10,3,5,1,2,5,4,4.764,26.358,27.928,9,2,1,3.37,15.333,16.088,4,2,1966,Vermont,7,3,1,,7,,,13,4,2,,2.573,144.22,145.731,42,60fe14fa6b07c0db08b74436,"{""startTime"":1678921332745,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921244999,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":2857,""label"":""started_brush"",""startDate"":""2021-09-05"",""endDate"":""2021-12-26""}]}","{""startTime"":1678921053374,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":7620,""label"":""hovered"",""timeHovered"":5349,""week"":""2022-01-10""},{""time"":13820,""label"":""hovered"",""timeHovered"":1266,""week"":""2021-12-20""},{""time"":18420,""label"":""hovered"",""timeHovered"":15918,""week"":""2022-01-17""},{""time"":45156,""label"":""hovered"",""timeHovered"":6634,""week"":""2022-01-10""},{""time"":84696,""label"":""cleared_brush"",""using"":""click""},{""time"":94924,""label"":""started_brush"",""startDate"":""2021-06-17"",""endDate"":""2022-01-07""},{""time"":105904,""label"":""moved_brush"",""startDate"":""2021-07-19"",""endDate"":""2022-02-07""},{""time"":119458,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-10-31""},{""time"":123320,""label"":""moved_brush"",""startDate"":""2021-07-24"",""endDate"":""2022-02-13""},{""time"":128542,""label"":""moved_brush"",""startDate"":""2021-06-28"",""endDate"":""2022-01-17""},{""time"":129913,""label"":""cleared_brush"",""using"":""click""},{""time"":129915,""label"":""cleared_brush"",""using"":""Escape""}]}","{""startTime"":1678921229459,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":6951,""label"":""hovered"",""timeHovered"":1082,""week"":""2021-12-20""}]}",1,complex,line -2023-03-15 19:03:27,2023-03-15 19:16:06,0,172.56.92.222,100,759,1,2023-03-15 19:16:07,R_RDZKW3zBXYbPxSh,,,,,29.3959,-98.4761,anonymous,EN,1,12.138,12.138,13.626,1,,,,,,,,0,0,15.007,0,98,94,55,10.42,17.164,18.704,3,22.227,48.22,77.277,3,-2,-3,44.622,70.949,72.771,2,1,-3,20.612,139.092,140.465,5,-1,32.002,32.002,33.522,1,0,0,15.01,0,3,3,2,2,3,2,I guess it can be easy to understand if you go by the numbers themselves and not by the color scheme.,8.427,37.795,65.451,8,3,7,3,1,7,2,I could not tell if the numbers were all supposed to start at zero (the very bottom) or from where one color ended (blue) so it was not easy to understand because of that one reason.,6.816,7.783,61.592,2,3,Trying to tell the numbers apart in some charts was not easy.,6.572,9.275,30.854,2,2,7,3,4,1,5,6,0,0,17.584,0,4,2,1,3,2,4,2,4,I am very bias to not trusting the system/,4.814,26.334,46.021,10,5,3,1,2,3,5,7.032,28.112,29.315,9,5,,9.6,9.6,11.286,1,1,1981,Texas,4,2,1,,4,,,6,2,1,anothergonzo462o@gmail.com,2.364,53.875,55.944,12,566c7564d408ea000519c678,"{""startTime"":1678921782121,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921697759,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921463288,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":5027,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1116,""week"":""1"",""id"":""chart""},{""time"":7161,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1316,""week"":""1"",""id"":""chart""},{""time"":13961,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2100,""week"":""52"",""id"":""chart""},{""time"":16095,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1116,""week"":""51"",""id"":""chart""},{""time"":18011,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1033,""week"":""3"",""id"":""chart""},{""time"":28213,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1699,""week"":""2"",""id"":""chart""},{""time"":31813,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1033,""week"":""3"",""id"":""chart""},{""time"":33047,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2033,""week"":""49"",""id"":""chart""},{""time"":38340,""label"":""tour_next"",""step"":2},{""time"":48212,""label"":""tour_end"",""step"":2},{""time"":48617,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2467,""week"":""1"",""id"":""chart""},{""time"":55779,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1353,""week"":""51"",""id"":""chart""},{""time"":57159,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1469,""week"":""52"",""id"":""chart""},{""time"":69633,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1131,""week"":""41"",""id"":""chart""},{""time"":72063,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1645,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678921682252,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":1781,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1935,""week"":""40"",""id"":""chart""},{""time"":4597,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2354,""week"":""1"",""id"":""chart""},{""time"":7921,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3831,""week"":""2"",""id"":""chart""},{""time"":11753,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3206,""week"":""2"",""id"":""chart""}]}",0,moderate,bar -2023-03-15 19:04:43,2023-03-15 19:18:18,0,73.110.74.211,100,814,1,2023-03-15 19:18:19,R_8didFSEiDLiJIOt,,,,,41.85,-87.7165,anonymous,EN,1,3.599,4.32,6.551,2,1,2,2,6.241,20.038,20.997,2,0,0,15.014,0,76,68,82,3.315,16.379,18.273,12,2.267,128.23,129.505,54,-2,1,22.987,96.824,97.671,7,1,-3,49.882,193.607,194.302,13,1,1.626,43.446,44.2,6,1.812,1.812,15.007,1,2,5,6,5,5,4,,2.655,11.617,19.258,9,4,2,5,6,5,6,"The visualization is detailed, organized and seems accurate",2.008,36.628,37.388,2,3,,2.647,6.449,7.498,2,2,7,3,4,1,5,6,0,0,13.428,0,5,9,8,8,5,5,9,5,,1.328,13.653,15.085,9,4,2,4,4,4,4,3.139,20.885,21.718,8,5,3,1.751,42.401,43.379,3,2,1991,Illinois,3,2,1,,7,,,5,3,2,,1.492,72.536,73.378,23,5a2add709408dc00016f57d3,"{""startTime"":1678921806723,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921757466,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921567225,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":27,""label"":""tour_started""},{""time"":4627,""label"":""tour_next"",""step"":5},{""time"":35912,""label"":""tour_back"",""step"":5},{""time"":38913,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1365,""week"":""52"",""id"":""chart""},{""time"":57210,""label"":""tour_next"",""step"":5},{""time"":62375,""label"":""tour_back"",""step"":5},{""time"":80901,""label"":""tour_next"",""step"":5},{""time"":83583,""label"":""started_brush"",""startDate"":""2021-07-05"",""endDate"":""2021-12-04""},{""time"":85893,""label"":""tour_next"",""step"":5},{""time"":89143,""label"":""moved_brush"",""startDate"":""2021-09-07"",""endDate"":""2022-02-07""},{""time"":90478,""label"":""tour_next"",""step"":5},{""time"":95162,""label"":""started_brush"",""startDate"":""2021-05-09"",""endDate"":""2021-08-15""},{""time"":97090,""label"":""started_brush"",""startDate"":""2021-09-02"",""endDate"":""2021-09-24""},{""time"":99045,""label"":""started_brush"",""startDate"":""2021-07-29"",""endDate"":""2021-08-10""},{""time"":121399,""label"":""cleared_brush"",""using"":""Click""},{""time"":122326,""label"":""started_brush"",""startDate"":""2021-05-23"",""endDate"":""2021-06-27""},{""time"":124699,""label"":""tour_next"",""step"":5},{""time"":128223,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678921742039,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar -2023-03-15 19:03:42,2023-03-15 19:19:18,0,47.135.18.234,100,936,1,2023-03-15 19:19:19,R_2OPz8CaQPY2kTPZ,,,,,35.7532,-81.3264,anonymous,EN,1,4.158,4.158,5.017,1,,,,,,,,0,0,15.019,0,99,8,49,14.897,21.121,23.503,3,35.841,154.09,156.315,35,1,1,14.385,22.694,28.662,2,-2,-3,21.429,39.714,46.059,2,1,11.551,60.06,63.812,3,0,0,15.112,0,3,5,3,5,6,3,very interesting and engaging! thank you!,0.362,40.076,59.828,8,5,5,3,3,3,5,because its a well presented graph chart with specific entities related to other specidied entities,3.206,3.206,47.177,1,1,n/a,6.467,9.65,15.679,4,2,7,3,4,1,5,6,0,0,13.53,0,2,2,4,5,2,5,4,6,n/a,4.6,22.885,27.198,10,3,3,2,3,4,3,5.179,16.534,17.936,6,6,,2.576,2.576,3.709,1,1,1982,North Carolina,3,1,1,,7,,,10,2,1,calebpsaxe123@yahoo.com,1.298,77.241,83.283,18,5bc8897f462bdb0001a61426,"{""startTime"":1678921968239,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678922059431,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921730522,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":57326,""label"":""cleared_brush"",""using"":""click""},{""time"":62497,""label"":""started_brush"",""startDate"":""2021-08-11"",""endDate"":""2021-08-28""},{""time"":63408,""label"":""started_brush"",""startDate"":""2021-06-12"",""endDate"":""2021-09-09""},{""time"":66761,""label"":""started_brush"",""startDate"":""2021-04-27"",""endDate"":""2021-12-02""},{""time"":75024,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-16""},{""time"":76103,""label"":""moved_brush"",""startDate"":""2021-05-29"",""endDate"":""2022-01-03""},{""time"":77192,""label"":""moved_brush"",""startDate"":""2021-06-27"",""endDate"":""2022-02-02""},{""time"":78076,""label"":""moved_brush"",""startDate"":""2021-04-28"",""endDate"":""2021-12-04""},{""time"":79745,""label"":""moved_brush"",""startDate"":""2021-04-28"",""endDate"":""2021-09-28""},{""time"":80421,""label"":""moved_brush"",""startDate"":""2021-05-27"",""endDate"":""2021-10-26""},{""time"":96781,""label"":""moved_brush"",""startDate"":""2021-05-27"",""endDate"":""2021-10-26""},{""time"":108488,""label"":""cleared_brush"",""using"":""click""},{""time"":108490,""label"":""cleared_brush"",""using"":""Escape""},{""time"":123010,""label"":""hovered"",""timeHovered"":3305,""week"":""2021-11-15""},{""time"":131316,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-04-15""},{""time"":134036,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-04-15""},{""time"":135092,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-04-15""},{""time"":138511,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-09""},{""time"":143200,""label"":""moved_brush"",""startDate"":""2021-04-23"",""endDate"":""2021-11-22""},{""time"":146033,""label"":""moved_brush"",""startDate"":""2021-04-23"",""endDate"":""2021-08-12""},{""time"":155387,""label"":""moved_brush"",""startDate"":""2021-06-19"",""endDate"":""2021-10-08""}]}","{""startTime"":1678921952419,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":1067,""label"":""hovered"",""timeHovered"":6584,""week"":""2021-08-09""},{""time"":9408,""label"":""started_brush"",""startDate"":""2021-06-10"",""endDate"":""2021-08-31""},{""time"":9901,""label"":""started_brush"",""startDate"":""2021-10-08"",""endDate"":""2021-10-19""},{""time"":10828,""label"":""started_brush"",""startDate"":""2021-07-23"",""endDate"":""2021-09-02""},{""time"":13729,""label"":""moved_brush"",""startDate"":""2021-12-27"",""endDate"":""2022-02-05""},{""time"":14667,""label"":""moved_brush"",""startDate"":""2022-01-03"",""endDate"":""2022-02-13""}]}",0,complex,line -2023-03-15 19:02:28,2023-03-15 19:20:58,0,98.177.0.188,100,1109,1,2023-03-15 19:20:58,R_2wvLJiObaN9s9hD,,,,,33.3124,-111.9195,anonymous,EN,1,66.637,66.637,70.205,1,,,,,,,,0,0,15.015,0,61,100,71,59.92,90.361,94.224,5,66.137,75.755,117.908,2,1,1,44.868,65.349,69.091,2,-3,-3,47.922,90.177,101.712,2,-3,66.592,66.592,69.66,1,0,0,15.013,0,3,3,3,5,5,2,,23.092,50.324,66.416,6,4,5,5,7,7,5,"The instructions included to assume that I trust the data, and this is the way scientific data is often presented. ",5.351,30.088,84.031,2,5,,12.794,18.794,23.128,2,2,7,3,4,1,5,6,0,0,26.553,0,2,2,8,4,2,4,8,8,,13.775,46.515,58.749,8,4,4,1,1,4,4,19.329,67.456,69.685,6,3,,14.174,14.174,18.046,1,2,1970,Arizona,7,1,1,,7,,,17,4,2,,5.044,91.603,100.885,13,639241f806b3758a1b3c1de3,"{""startTime"":1678921788850,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921855646,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921553147,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":27301,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3817,""week"":""32"",""id"":""chart""},{""time"":31119,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1083,""week"":""32"",""id"":""chart""},{""time"":32293,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2060,""week"":""33"",""id"":""chart""},{""time"":34506,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2480,""week"":""34"",""id"":""chart""},{""time"":37120,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1949,""week"":""35"",""id"":""chart""},{""time"":41053,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3268,""week"":""50"",""id"":""chart""},{""time"":44430,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1542,""week"":""49"",""id"":""chart""},{""time"":46010,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1597,""week"":""50"",""id"":""chart""},{""time"":49624,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2299,""week"":""51"",""id"":""chart""},{""time"":52025,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1249,""week"":""52"",""id"":""chart""},{""time"":53281,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2976,""week"":""52"",""id"":""chart""},{""time"":56308,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2183,""week"":""1"",""id"":""chart""},{""time"":58776,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4282,""week"":""2"",""id"":""chart""},{""time"":66132,""label"":""tour_next"",""step"":2},{""time"":75750,""label"":""tour_end"",""step"":2},{""time"":87357,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2506,""week"":""51"",""id"":""chart""},{""time"":89956,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3158,""week"":""52"",""id"":""chart""},{""time"":93228,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1738,""week"":""51"",""id"":""chart""},{""time"":95043,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2556,""week"":""52"",""id"":""chart""},{""time"":97640,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2393,""week"":""1"",""id"":""chart""},{""time"":100169,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2448,""week"":""2"",""id"":""chart""},{""time"":102827,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2424,""week"":""3"",""id"":""chart""},{""time"":106194,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4292,""week"":""4"",""id"":""chart""},{""time"":110777,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2259,""week"":""5"",""id"":""chart""},{""time"":113289,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1431,""week"":""6"",""id"":""chart""}]}","{""startTime"":1678921773431,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,bar -2023-03-15 19:02:02,2023-03-15 19:24:02,0,172.58.222.218,100,1320,1,2023-03-15 19:24:03,R_1gdbHKiLByTfhGX,,,,,42.364,-71.0265,anonymous,EN,1,100.184,105.384,106.156,6,,,,,,,,0,0,15.181,0,99,81,79,11.365,18.72,20.701,4,18.486,35.76,51.727,3,1,1,90.856,103.114,105.095,2,-3,-3,96.001,123.376,125.292,2,1,101.834,101.834,103.3,1,0,0,15.076,0,5,5,5,5,5,5,,36.662,142.952,145.825,9,4,5,3,7,7,5,"it seems to come from a credible source ",0.429,0.429,26.724,1,2,,28.365,30.901,33.116,2,2,7,3,4,1,5,6,35.863,36.87,40.456,2,6,7,8,8,8,7,9,9,,4.887,20.829,21.472,13,3,3,1,2,3,3,17.213,30.554,31.448,8,4,,12.005,13.019,13.818,2,2,1982,Maine,2,2,1,,7,,,4,4,1,chapmanstacy26@yahoo.com,1.015,110.092,110.892,43,62728c148af5805feea46dc8,"{""startTime"":1678921690574,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":30923},{""label"":""window_focused"",""time"":36733}]}","{""startTime"":1678921840275,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_focused"",""time"":100088},{""label"":""window_focused"",""time"":100089}]}","{""startTime"":1678921512612,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":53,""label"":""tour_started""},{""time"":27960,""label"":""tour_next"",""step"":2},{""time"":35688,""label"":""tour_end"",""step"":2},{""time"":36518,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2858,""week"":""1"",""id"":""chart2""}]}","{""startTime"":1678921673276,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":6260,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2570,""week"":""50"",""id"":""chart""},{""time"":9181,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1616,""week"":""2"",""id"":""chart2""}]}",0,simple,bar -2023-03-15 19:03:32,2023-03-15 19:25:39,0,98.22.149.113,100,1326,1,2023-03-15 19:25:40,R_2XmU8lr5Y6TYs8N,,,,,36.0432,-95.8072,anonymous,EN,1,5.6,142.98,144.52,2,1,4,2,9.984,14.933,16.49,3,0,0,15.13,0,89,100,67,2.106,36.667,38.863,6,34.946,145.194,157.343,9,1,1,5.417,113.719,116.278,12,-1,1,1.711,108.644,110.617,6,1,4.597,45.339,64.302,3,6.809,6.809,15.127,1,5,5,5,5,4,5,,2.269,48.721,51.029,9,5,5,5,2,7,5,I believe that the covid rate increases in those not vaccinated.,4.508,4.508,46.705,1,5,,2.601,37.651,40.065,5,2,7,3,4,1,5,6,18.778,32.238,34.949,2,6,8,10,10,10,10,10,10,,6.781,40.48,42.659,12,2,4,3,2,1,4,30.462,80.799,82.614,8,2,1,0.466,22.853,25.241,5,2,1967,Oklahoma,2,2,1,,7,,,1,3,1,drlucky03@sbcglobal.net,5.304,195.426,206.488,47,5d4252914733ca0018ff29d7,"{""startTime"":1678922011768,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921894694,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921653274,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":12636,""label"":""hovered"",""timeHovered"":19672,""week"":""2022-01-10""},{""time"":81099,""label"":""cleared_brush"",""using"":""click""},{""time"":89433,""label"":""started_brush"",""startDate"":""2021-11-07"",""endDate"":""2022-01-04""},{""time"":109305,""label"":""moved_brush"",""startDate"":""2021-10-04"",""endDate"":""2022-01-04""},{""time"":121129,""label"":""cleared_brush"",""using"":""click""},{""time"":121135,""label"":""cleared_brush"",""using"":""Escape""},{""time"":153449,""label"":""hovered"",""timeHovered"":1468,""week"":""2022-01-10""}]}","{""startTime"":1678921878359,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line -2023-03-15 19:04:10,2023-03-15 19:30:20,0,97.119.221.20,100,1569,1,2023-03-15 19:30:21,R_5AelWusKc3X3hJv,,,,,41.2093,-96.0548,anonymous,EN,1,14.051,14.051,16.487,1,1,4,1,18.542,20.849,23.199,2,0,0,15.037,0,96,94,43,52.242,63.55,66.369,4,15.3,23.595,98.654,2,1,-2,17.184,137.842,139.866,8,1,1,20.223,144.038,146.61,8,1,36.426,36.426,38.243,1,0,0,15.055,0,6,6,6,5,5,6,,5.954,19.059,22.246,6,4,6,5,4,5,5,The data falls right where I expect it to be.,3.321,3.321,39.085,1,3,,6.582,12.844,15.35,2,2,7,3,4,1,5,6,0,0,32.893,0,7,9,9,9,10,8,11,10,,8.724,38.746,41.054,9,3,3,4,4,2,2,8.754,39.264,41.548,8,1,1,2.736,12.773,15.136,2,1,1962,Nebraska,6,3,1,,9,,Omaha,16,4,1,griz13@gmail.com,4.528,407.806,476.142,37,5ee6f91291a7f3467cd37704,"{""startTime"":1678921949664,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921850571,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":2065,""label"":""hovered"",""timeHovered"":1617,""week"":""2021-12-27""},{""time"":6054,""label"":""hovered"",""timeHovered"":1443,""week"":""2022-01-17""},{""time"":10385,""label"":""hovered"",""timeHovered"":1562,""week"":""2022-01-17""},{""time"":16444,""label"":""hovered"",""timeHovered"":8044,""week"":""2022-01-17""},{""time"":25452,""label"":""hovered"",""timeHovered"":1214,""week"":""2022-01-17""},{""time"":27735,""label"":""hovered"",""timeHovered"":1651,""week"":""2022-01-17""},{""time"":30470,""label"":""hovered"",""timeHovered"":1348,""week"":""2022-01-17""},{""time"":32613,""label"":""hovered"",""timeHovered"":1475,""week"":""2022-01-17""}]}","{""startTime"":1678921588871,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":31661,""label"":""hovered"",""timeHovered"":1475,""week"":""2021-06-21""}]}","{""startTime"":1678921835203,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":10844,""label"":""hovered"",""timeHovered"":1889,""week"":""2022-01-10""}]}",1,moderate,line -2023-03-15 18:59:16,2023-03-15 19:34:44,0,108.175.29.210,100,2128,1,2023-03-15 19:34:44,R_1dhIfEOjQEMo8NP,,,,,29.6626,-94.5945,anonymous,EN,1,12.21,12.21,13.21,1,,,,,,,,0,0,15.008,0,75,55,38,10.415,44.193,46.03,5,34.258,462.504,463.945,7,1,1,17.46,26.208,49.988,2,-2,1,48.947,320.671,327.502,2,1,185.611,186.895,187.501,2,0,0,15.109,0,3,3,4,3,3,3,,15.134,31.8,34.49,10,2,3,3,7,3,3,I would like to compare it more.,9.41,24.471,27.463,2,2,,2.908,7.036,9.037,5,2,7,3,4,1,5,6,0,0,40.341,0,3,3,8,6,4,6,6,6,,5.028,28.244,30.662,9,3,3,3,3,3,3,6.726,62.842,63.646,6,6,,5.116,5.116,7.473,1,2,1991,Texas,1,2,1,,7,,,16,2,1,rachelesther.wood18@gmail.com,2.383,361.304,365.617,25,5e8d44819163b611f62d706c,"{""startTime"":1678922102326,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678922137705,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921290353,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":4671,""label"":""hovered"",""timeHovered"":1541,""week"":""2022-01-03""},{""time"":7146,""label"":""hovered"",""timeHovered"":2217,""week"":""2022-01-03""}]}","{""startTime"":1678922086417,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,line -2023-03-15 18:49:19,2023-03-15 19:37:42,0,66.182.122.89,100,2903,1,2023-03-15 19:37:43,R_POL25rAkSiSqMF3,,,,,33.0073,-111.9324,anonymous,EN,1,10.203,10.203,11.259,1,1,2,1,1.529,3.483,5.354,2,1.846,2.535,15.106,2,85,14,0,24.088,35.224,36.593,3,6.94,101.177,107.573,12,1,-3,26.958,45.433,46.901,2,-2,1,395.875,413.148,415.466,2,-3,65.557,93.656,95.394,8,6.914,9.367,15.01,4,4,4,5,2,2,4,,405.075,443.532,445.502,7,5,1,7,5,5,5,"The information portrayed is something I have seen outside of this graph, I have observed it in my day to day",23.526,23.526,49.632,1,3,,4.145,6.27,8.596,5,2,7,3,4,1,5,6,0,0,23.947,0,1,1,1,1,1,1,10,9,,6.278,18.135,21.097,8,4,5,1,2,4,2,6.822,24.434,25.812,7,2,1,5.701,20.895,23.173,2,2,2000,Arizona,3,1,1,,9,,black and hispanic,4,4,1,kaileighcrosby00@gmail.com,3.455,87.937,90.89,35,6103217486fd393d9efbba25,"{""startTime"":1678920861785,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921309582,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678920642522,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":31046,""label"":""started_brush"",""startDate"":""2021-06-05"",""endDate"":""2022-02-13""},{""time"":38472,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-12-20""},{""time"":43877,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-12-20""},{""time"":45231,""label"":""moved_brush"",""startDate"":""2021-06-03"",""endDate"":""2022-02-11""},{""time"":48824,""label"":""moved_brush"",""startDate"":""2021-06-05"",""endDate"":""2022-02-13""},{""time"":49548,""label"":""moved_brush"",""startDate"":""2021-06-05"",""endDate"":""2022-02-13""},{""time"":52231,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-05-05""},{""time"":54889,""label"":""cleared_brush"",""using"":""click""},{""time"":54892,""label"":""cleared_brush"",""using"":""Escape""},{""time"":66942,""label"":""hovered"",""timeHovered"":1369,""week"":""2022-01-03""},{""time"":89418,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-06-06""},{""time"":103378,""label"":""started_brush"",""startDate"":""2021-11-04"",""endDate"":""2022-02-13""}]}","{""startTime"":1678920846322,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":10777,""label"":""started_brush"",""startDate"":""2021-06-25"",""endDate"":""2022-02-13""}]}",1,complex,line -2023-03-15 19:01:40,2023-03-15 19:43:05,0,72.128.87.107,100,2484,1,2023-03-15 19:43:06,R_2cvLiTj12HaXwCE,,,,,43.2189,-88.1165,anonymous,EN,1,960.737,961.362,961.628,2,1,2,1,3.218,3.87,4.641,2,0,0,15.122,0,69,83,90,2.384,15.399,16.376,7,1.873,7.509,12.424,5,1,1,3.097,56.959,58.902,27,1,1,0.582,30.383,30.595,11,-3,15.541,17.375,19.667,3,0,0,15.008,0,4,4,3,5,4,4,,9.884,16.972,18.273,11,4,4,4,4,4,3,I'm just not sure if any of the data in the graph is factual.,1.069,35.83,36.491,9,3,,2.185,3.238,3.516,2,2,7,3,4,1,5,6,7.265,9.276,10.989,6,2,3,2,3,3,2,9,8,,2.421,16.166,17.902,14,4,4,2,1,4,4,1.481,9.123,9.7,10,1,4,0.799,3.34,4.87,5,1,2003,Wisconsin,3,3,1,,7,,,4,3,1,jgoetz236@gmail.com,1.024,29.705,34.435,17,63181446b17ea16a213403c9,"{""startTime"":1678923576355,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678923595131,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678923489081,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678923560988,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":5369,""label"":""hovered"",""timeHovered"":1462,""week"":""2022-01-03""},{""time"":8144,""label"":""hovered"",""timeHovered"":1199,""week"":""2021-12-27""}]}",1,simple,line -2023-03-15 18:56:08,2023-03-15 19:43:13,0,107.198.56.226,100,2824,1,2023-03-15 19:43:13,R_1gFoTN07tuFpMWQ,,,,,32.9475,-96.4407,anonymous,EN,1,8.056,290.229,292.604,35,1,3,2,22.339,88.845,90.309,6,0,0,15.209,0,67,39,64,109.296,172.845,174.268,6,8.71,95.954,100.855,13,-2,-1,41.351,67.905,71.083,5,1,1,76.755,160.887,163.078,7,-3,85.774,112.632,115.086,3,0,0,15.047,0,3,3,3,4,3,3,,58.571,78.097,89.521,6,3,3,3,2,2,3,"I neither agree nor disagree because the data is not entirely accurate, there were people who did not report having covid, which made it difficult to keep an accurate count.",18.764,377.896,380.883,7,4,,41.605,46.612,56.066,3,2,7,3,4,1,5,6,32.065,93.272,96.103,2,7,8,9,8,8,9,7,8,,10,90.029,94.147,12,2,4,3,3,4,2,62.844,145.427,148.96,9,6,2,36.823,66.776,79.14,3,1,1983,Florida,7,1,1,,7,,,8,2,2,,20.495,370.961,373.119,26,5dcccec0092079953154f997,"{""startTime"":1678922636261,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921957282,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921634808,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":42369,""label"":""hovered"",""timeHovered"":1915,""week"":""2021-12-06""},{""time"":50274,""label"":""hovered"",""timeHovered"":2149,""week"":""2021-04-19""}]}","{""startTime"":1678921939314,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6304,""label"":""hovered"",""timeHovered"":4410,""week"":""2021-07-26""},{""time"":14509,""label"":""hovered"",""timeHovered"":2457,""week"":""2021-12-27""}]}",1,moderate,line -2023-03-15 18:52:34,2023-03-15 19:52:51,0,99.106.197.215,100,3617,1,2023-03-15 19:52:52,R_1ezpAh9tBTZi7uu,,,,,32.691,-97.1918,anonymous,EN,1,2028.674,2028.674,2031.532,1,1,4,1,13.752,16.836,22.889,2,0,0,15.116,0,83,100,22,24.371,38.749,41.753,4,11.048,17.161,43.856,2,1,1,68.792,128.774,130.687,5,1,-3,84.699,202.997,205.156,3,-3,75.781,78.04,79.83,2,0,0,15.012,0,5,3,4,5,5,4,,0.706,38.693,46.618,12,4,5,3,5,5,5,it seems simple and straightforward,9.163,11.753,30.946,2,4,,21.615,34.35,39.898,2,2,7,3,4,1,5,6,44.704,46.415,66.329,2,1,1,2,2,3,1,9,8,,6.268,28.961,31.178,8,3,3,2,3,4,3,51.197,221.243,223.077,6,2,2,111.001,122.677,126.696,2,2,1970,Texas,2,3,1,,4,,,3,4,2,,23.455,312.99,335.522,17,60dc58e913fdfde86caccc77,"{""startTime"":1678923107464,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678923154618,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678922916118,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":11036,""label"":""tour_next"",""step"":2},{""time"":17149,""label"":""tour_end"",""step"":2},{""time"":19761,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3075,""week"":""52"",""id"":""chart2""},{""time"":27661,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2807,""week"":""52"",""id"":""chart""},{""time"":30682,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4437,""week"":""1"",""id"":""chart""}]}","{""startTime"":1678923091756,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar -2023-03-15 20:36:04,2023-03-15 20:53:52,0,73.97.147.88,100,1067,1,2023-03-15 20:53:53,R_2t9js19kjhWuRud,,,,,47.9425,-122.2139,anonymous,EN,1,3.003,17.056,18.319,2,,,,,,,,0,0,15.008,0,72,83,65,24.084,48.88,50.715,4,34.998,130.273,138.069,14,1,1,29.503,64.6,67.134,2,-1,-1,59.369,74.783,76.203,2,-1,26.94,115.965,118.277,11,1.841,1.841,15.015,1,3,3,3,4,4,3,,8.554,79.116,81.816,11,4,3,3,7,7,4,"I don't know much about their government, so have no real reason to trust or distrust them so I gave them the benefit of the doubt that they are telling the truth about the data.",4.103,5.092,93.524,2,5,,4.211,13.238,16.682,3,2,7,3,4,1,5,6,0,0,32.65,0,4,5,4,4,5,4,9,9,,9.776,48.772,55.478,9,3,3,2,2,4,4,17.82,60,62.372,6,1,,4.169,4.169,8.411,1,1,1965,Washington,3,2,1,,7,,,9,4,1,,1.536,96.996,106.23,16,5d1b8b02e24a990019f32501,"{""startTime"":1678927335675,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678927418036,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":8594,""label"":""hovered"",""timeHovered"":6177,""week"":""2021-11-15""},{""time"":33777,""label"":""hovered"",""timeHovered"":1066,""week"":""2021-07-19""}]}","{""startTime"":1678927062932,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":20171,""label"":""hovered"",""timeHovered"":1165,""week"":""2021-11-01""},{""label"":""window_blurred"",""time"":25377},{""label"":""window_focused"",""time"":25656},{""time"":34992,""label"":""tour_next"",""step"":5},{""time"":49780,""label"":""tour_back"",""step"":5},{""time"":64354,""label"":""tour_next"",""step"":5},{""time"":85833,""label"":""started_brush"",""startDate"":""2021-08-29"",""endDate"":""2021-11-07""},{""time"":93255,""label"":""tour_next"",""step"":5},{""time"":109413,""label"":""moved_brush"",""startDate"":""2021-05-07"",""endDate"":""2021-11-07""},{""time"":110212,""label"":""tour_next"",""step"":5},{""time"":116904,""label"":""cleared_brush"",""using"":""click""},{""time"":116905,""label"":""cleared_brush"",""using"":""Escape""},{""time"":118203,""label"":""tour_next"",""step"":5},{""time"":127133,""label"":""tour_end"",""step"":5},{""time"":134304,""label"":""started_brush"",""startDate"":""2021-05-06"",""endDate"":""2021-12-31""}]}","{""startTime"":1678927320209,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line -2023-03-15 20:56:23,2023-03-15 20:56:48,0,162.194.158.128,100,24,1,2023-03-15 20:56:49,R_1Ow4g2zKtdYUEvT,,,,,41.4866,-81.8037,anonymous,EN,2,20.622,20.622,22.493,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5dbdf54d13d4c7320ab224f7,,,,,,, -2023-03-15 20:41:01,2023-03-15 20:57:33,0,75.75.153.36,100,991,1,2023-03-15 20:57:34,R_3gN6XtlahEUFAxJ,,,,,40.3226,-76.4042,anonymous,EN,1,8.326,8.326,10.954,1,2,,2,2.053,2.053,3.568,1,0,0,15.677,0,89,98,56,10.408,39.382,57.705,5,22.176,86.433,95.578,9,-2,1,52.693,88.855,111.958,3,1,1,76.535,93.266,96.546,2,1,174.217,174.217,178.6,1,0,0,15.216,0,4,5,4,5,6,4,,12.094,28.022,31.617,8,4,5,5,2,7,4,I feel like its trustworthy based on the amount of information but I dont know the source,4.014,4.014,42.107,1,2,,4.724,7.041,9.146,5,2,7,3,4,1,5,6,0,0,18.756,0,3,5,6,6,4,6,5,7,,9.801,29.886,32.241,9,2,2,4,4,2,4,6.605,24.389,26.406,6,2,2,5.881,13.569,15.752,2,2,1989,Pennsylvania,4,2,1,,9,,Richland,2,4,2,,3.162,72.61,77.153,21,5f2861ba111b901601482e6f,"{""startTime"":1678927812112,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678927737497,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678927444297,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":32,""label"":""tour_started""},{""time"":22997,""label"":""tour_next"",""step"":5},{""time"":36891,""label"":""cleared_brush"",""using"":""click""},{""time"":37690,""label"":""cleared_brush"",""using"":""click""},{""time"":39070,""label"":""started_brush"",""startDate"":""2021-07-05"",""endDate"":""2021-09-22""},{""time"":39551,""label"":""moved_brush"",""startDate"":""2021-07-16"",""endDate"":""2021-10-03""},{""time"":39639,""label"":""moved_brush"",""startDate"":""2021-07-16"",""endDate"":""2021-10-03""},{""time"":42995,""label"":""moved_brush"",""startDate"":""2021-08-23"",""endDate"":""2021-11-10""},{""time"":44665,""label"":""moved_brush"",""startDate"":""2021-06-26"",""endDate"":""2021-09-13""},{""time"":46043,""label"":""moved_brush"",""startDate"":""2021-05-22"",""endDate"":""2021-08-08""},{""time"":47424,""label"":""tour_next"",""step"":5},{""time"":52744,""label"":""moved_brush"",""startDate"":""2021-05-22"",""endDate"":""2021-08-08""},{""time"":55199,""label"":""moved_brush"",""startDate"":""2021-06-03"",""endDate"":""2021-08-20""},{""time"":56970,""label"":""moved_brush"",""startDate"":""2021-10-15"",""endDate"":""2022-01-02""},{""time"":58045,""label"":""tour_next"",""step"":5},{""time"":62336,""label"":""cleared_brush"",""using"":""click""},{""time"":65008,""label"":""tour_next"",""step"":5},{""time"":73330,""label"":""tour_end"",""step"":5},{""time"":84542,""label"":""cleared_brush"",""using"":""click""},{""time"":85023,""label"":""started_brush"",""startDate"":""2021-10-09"",""endDate"":""2021-12-03""},{""time"":87245,""label"":""moved_brush"",""startDate"":""2021-09-17"",""endDate"":""2021-11-11""},{""time"":87561,""label"":""cleared_brush"",""using"":""click""},{""time"":89228,""label"":""started_brush"",""startDate"":""2021-07-05"",""endDate"":""2021-07-10""},{""time"":93434,""label"":""moved_brush"",""startDate"":""2021-07-05"",""endDate"":""2021-11-23""}]}","{""startTime"":1678927721281,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line -2023-03-15 20:52:40,2023-03-15 21:00:04,0,74.133.164.110,100,444,1,2023-03-15 21:00:05,R_3sp6AIyIkYnzSiv,,,,,39.3277,-82.0996,anonymous,EN,1,4.766,4.766,6.447,1,,,,,,,,0,0,15.109,0,88,89,63,14.145,19.32,20.283,3,15.528,22.385,26.923,2,1,1,47.931,58.229,59.418,2,-3,-3,19.667,41.773,42.772,2,1,55.998,55.998,57.18,1,0,0,15.012,0,6,6,6,6,6,6,n/a,7.283,18.18,19.954,8,6,6,6,1,1,6,The data seems to be presented very clearly and thoroughly.,3.503,3.503,18.353,1,5,n/a,5.224,7.463,9.201,3,2,7,3,4,1,5,6,0,0,12.07,0,2,5,1,7,6,3,11,11,n/a,5.113,20.06,27.302,10,5,5,1,1,5,5,5.31,12.865,13.863,6,1,,1.749,1.749,3.195,1,2,1991,Ohio,7,3,1,,7,,,8,4,2,,1.098,44.412,46.725,14,61006b0f1f3bfddb6b4c5d55,"{""startTime"":1678928165048,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678928118213,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678928015481,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":7087,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1082,""week"":""45"",""id"":""chart""},{""time"":12307,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1096,""week"":""35"",""id"":""chart""},{""time"":13891,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1064,""week"":""1"",""id"":""chart""},{""time"":15525,""label"":""tour_next"",""step"":2},{""time"":22381,""label"":""tour_end"",""step"":2},{""time"":24923,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1382,""week"":""48"",""id"":""chart2""}]}","{""startTime"":1678928102563,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,bar -2023-03-15 20:53:49,2023-03-15 21:00:26,0,199.30.77.34,100,396,1,2023-03-15 21:00:27,R_3QLbfNQYkRpreRd,,,,,38.0076,-85.6921,anonymous,EN,1,3.501,3.501,4.512,1,,,,,,,,0,0,15.114,0,65,9,29,4.09,13.73,15.444,3,18.112,21.822,23.937,2,1,1,14.955,23.845,27.35,2,1,1,25.454,35.476,36.663,3,1,27.354,27.354,29.26,1,0,0,15.115,0,5,3,5,5,5,4,,16.062,39.944,41.471,6,5,5,5,3,2,5,"At least at a glance, the chart seems consistent.",2.128,2.128,24.745,1,5,,6.149,6.149,7.216,1,2,7,3,4,1,5,6,0,0,16.292,0,6,8,3,7,3,4,9,8,,3.677,28.785,31.377,12,4,5,2,3,4,4,8.332,24.244,25.007,7,1,,2.95,2.95,4.198,1,1,1991,Kentucky,6,2,1,,7,,,1,2,2,,1.492,30.71,32.895,14,62ea3271cc6c19525f896495,"{""startTime"":1678928190953,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7783,""label"":""hovered"",""timeHovered"":3250,""week"":""2022-01-24""}]}","{""startTime"":1678928140863,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678928072816,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":4,""label"":""tour_started""},{""time"":7417,""label"":""hovered"",""timeHovered"":1200,""week"":""2021-11-22""},{""time"":10957,""label"":""hovered"",""timeHovered"":5208,""week"":""2022-01-03""},{""time"":18109,""label"":""tour_next"",""step"":2},{""time"":21819,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678928125052,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,line -2023-03-15 20:55:06,2023-03-15 21:00:52,0,76.37.147.135,100,346,1,2023-03-15 21:00:53,R_8vu0cYsE9DURUe5,,,,,42.4444,-76.4926,anonymous,EN,1,3.755,4.122,4.774,2,,,,,,,,0,0,15.108,0,84,23,98,3.766,8.383,9.306,3,3.201,21.785,23.898,5,1,1,6.84,23.791,24.635,3,1,1,14.968,23.5,24.518,3,1,20.825,20.825,21.555,1,4.167,4.167,15.108,1,3,3,4,5,4,3,,4.233,14.618,15.715,8,5,4,6,7,7,4,Seems scientific. But with no more context I cannot 100% trust it.,1.284,1.284,23.547,1,4,,4.831,4.831,6.128,1,2,7,3,4,1,5,6,13.408,16.142,16.556,2,4,5,6,6,7,7,10,9,,4.336,16.235,16.597,10,2,2,4,5,3,4,2.015,11.35,12.157,8,3,,3.188,3.188,4.546,1,2,2002,Massachusetts,6,3,1,,2,,,19,4,2,,1.099,53.115,54.117,14,61036102a3f05e2ef6e4e3c6,"{""startTime"":1678928269504,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678928207598,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678928142339,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":4,""label"":""tour_started""},{""time"":6223,""label"":""tour_next"",""step"":2},{""time"":8857,""label"":""tour_end"",""step"":2},{""time"":10158,""label"":""hovered"",""timeHovered"":7085,""week"":""2021-12-27""},{""time"":18437,""label"":""hovered"",""timeHovered"":1536,""week"":""2021-11-01""}]}","{""startTime"":1678928191972,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":6270,""label"":""hovered"",""timeHovered"":1347,""week"":""2022-01-03""}]}",0,simple,line -2023-03-15 20:48:30,2023-03-15 21:01:43,0,98.239.140.227,100,793,1,2023-03-15 21:01:44,R_XTIw9HhI13d4LKh,,,,,39.5953,-79.9229,anonymous,EN,1,11.409,11.409,13.066,1,,,,,,,,0,0,15.006,0,89,33,94,8.318,14.494,16.107,3,17.415,54.58,62.865,5,1,-3,41.67,54.521,55.841,2,1,-3,30.317,96.24,96.577,4,1,31.649,66.572,68.167,6,0,0,15.114,0,5,3,4,3,5,5,,8.14,22.921,25.577,6,3,3,5,3,1,5,"The data is detailed enough that I believe the data seems correct. ",4.302,43.196,57.411,5,4,,4.064,7.298,9.305,8,2,7,3,4,1,5,6,0,0,24.115,0,8,9,6,8,9,7,10,9,,6.283,25.524,27.003,8,4,3,2,2,3,4,44.727,172.717,173.885,6,1,,2.991,3.389,5.003,2,1,1987,West Virginia,6,2,1,,7,,,16,4,2,,2.209,74.678,79.479,31,5f51667a8dff8f39dba7df7f,"{""startTime"":1678927993585,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678927908883,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678927761268,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":2644,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1485,""week"":""1"",""id"":""chart""},{""time"":11737,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2518,""week"":""39"",""id"":""chart""},{""time"":17410,""label"":""tour_next"",""step"":5},{""time"":29827,""label"":""started_brush"",""startDate"":""2021-06-29"",""endDate"":""2021-07-27""},{""time"":31017,""label"":""tour_next"",""step"":5},{""time"":37643,""label"":""moved_brush"",""startDate"":""2021-08-30"",""endDate"":""2021-09-27""},{""time"":38730,""label"":""tour_next"",""step"":5},{""time"":45588,""label"":""cleared_brush"",""using"":""Click""},{""time"":45588,""label"":""cleared_brush"",""using"":""Escape""},{""time"":47083,""label"":""tour_next"",""step"":5},{""time"":54575,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678927893292,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,bar -2023-03-15 20:55:56,2023-03-15 21:01:47,0,73.137.114.101,100,351,1,2023-03-15 21:01:48,R_3Ol8JGpGmxYegKn,,,,,33.933,-84.604,anonymous,EN,1,2.972,3.468,4.114,2,2,,2,1.645,2.292,2.486,2,0,0,15.118,0,100,100,60,4.956,21.765,22.817,3,3.879,11.187,14.331,4,1,1,32.258,53.396,54.932,2,-1,1,10.615,39.297,40.589,5,-1,10.58,10.58,11.284,1,0,0,15.012,0,6,6,6,6,6,6,,8.988,11.684,14.131,8,6,6,6,1,1,6,Everything is displayed cleanly. There is no evident bias,0.988,15.561,15.922,2,4,,4.279,5.076,6.248,4,2,7,3,4,1,5,6,0,0,15.135,0,2,3,3,4,4,2,9,8,,3.64,16.256,18.104,9,3,4,2,4,4,4,3.398,9.563,11.178,9,4,5,2.441,10.513,11.752,8,1,2004,Georgia,1,1,1,,3,,,11,4,2,,2.194,46.26,46.852,18,5f0f433274ad8a03f0a4c8f4,"{""startTime"":1678928298459,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678928313392,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678928212269,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":8272,""label"":""tour_next"",""step"":2},{""time"":11172,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678928282852,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line -2023-03-15 20:56:02,2023-03-15 21:03:27,0,108.205.239.225,100,445,1,2023-03-15 21:03:28,R_2VeEfWCZ7xJYJvv,,,,,39.1027,-94.5778,anonymous,EN,1,4.299,14.048,15.402,4,1,3,2,1.92,3.004,4.008,2,0,0,15.009,0,78,77,57,7.033,16.533,17.938,4,11.909,27.16,29.182,3,1,-3,18.053,26.004,27.293,2,1,1,7.027,48.443,50.964,4,1,29.426,29.426,34.465,1,0,0,15.013,0,5,3,4,3,5,5,,11.902,24.134,26.607,8,4,4,3,2,3,5,It seems consistent with other data I have read.,1.951,1.951,15.841,1,5,,3.894,7.443,9.048,2,2,7,3,4,1,5,6,0,0,19.712,0,5,7,5,9,6,7,9,9,,6.144,34.596,39.021,13,2,4,2,2,4,4,3.571,17.904,19.025,6,3,1,1.765,5.949,7.588,2,1,1990,Missouri,6,3,1,,7,,,4,4,2,,1.772,51.916,53.706,14,6335f7d7dad0ae03e9a2509a,"{""startTime"":1678928365013,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678928324157,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678928227376,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":11906,""label"":""tour_next"",""step"":2},{""time"":14490,""label"":""tour_end"",""step"":2},{""time"":15419,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2333,""week"":""1"",""id"":""chart""},{""time"":19069,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1167,""week"":""51"",""id"":""chart""},{""time"":20826,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1268,""week"":""50"",""id"":""chart""}]}","{""startTime"":1678928308546,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":2956,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1644,""week"":""35"",""id"":""chart""},{""time"":7725,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1743,""week"":""6"",""id"":""chart""}]}",1,moderate,bar -2023-03-15 20:58:22,2023-03-15 21:04:04,0,72.199.50.50,100,342,1,2023-03-15 21:04:05,R_3pmVHcTnx83ZLoz,,,,,32.7097,-117.1228,anonymous,EN,1,6.863,6.863,7.981,1,,,,,,,,0,0,15.111,0,72,42,49,5.833,12.187,13.104,3,8.201,15.402,20.398,3,1,1,22.636,30.537,31.438,3,-3,1,23.555,41.701,43.125,2,1,15.662,15.662,17.063,1,0,0,15.011,0,3,3,3,3,3,3,,6.761,18.422,20.385,6,2,5,5,3,3,5,Because it lets me get more data from the visualization in writing.,1.658,1.658,14.642,1,3,,4.319,4.319,6.768,1,2,7,3,4,1,5,6,0,0,11.94,0,5,8,5,5,8,3,6,8,,4.811,18.916,19.685,11,4,4,2,4,4,4,2.848,9.65,11.068,6,1,,1.289,1.871,3.108,2,2,2000,California,6,3,1,,7,,,7,4,2,,1.768,45.93,49.909,16,6102dc69fe9b452795eb3d72,"{""startTime"":1678928462987,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678928425546,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678928345300,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":8198,""label"":""tour_next"",""step"":2},{""time"":12988,""label"":""tour_end"",""step"":2},{""time"":15303,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2808,""week"":""2"",""id"":""chart""}]}","{""startTime"":1678928410018,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":3544,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2741,""week"":""1"",""id"":""chart""},{""time"":6416,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1681,""week"":""2"",""id"":""chart""},{""time"":8552,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3112,""week"":""50"",""id"":""chart""}]}",0,moderate,bar -2023-03-15 20:46:09,2023-03-15 21:04:24,0,24.16.89.106,100,1095,1,2023-03-15 21:04:25,R_1mOb1Vgy8QivUkS,,,,,48.183,-122.1136,anonymous,EN,1,24.039,25.558,114.67,3,,,,,,,,0,0,15.101,0,55,73,50,7.269,26.119,27.102,7,4.953,60.351,64.931,2,1,1,12.894,36.687,37.766,3,1,-3,3.666,66.864,68.177,4,-1,0.013,37.361,38.446,2,0,0,15.062,0,3,2,3,4,6,3,,13.129,25.71,32.474,7,2,5,3,1,1,3,You could've made it up,2.762,28.457,29.064,5,1,,6.055,6.625,9.464,2,2,4,7,1,6,3,5,0,0,26.301,0,1,1,1,1,1,1,7,6,,4.81,16.807,18.409,8,3,3,1,2,4,3,85.448,105.627,108.269,11,1,,4.4,18.105,19.503,2,3,1999,Washington,5,2,1,,7,,,1,4,1,6026d1eca0c0d1400dcfbbd6@email.prolific.co,1.445,34.811,47.888,11,6026d1eca0c0d1400dcfbbd6,"{""startTime"":1678928261138,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":3567},{""label"":""window_focused"",""time"":7345}]}","{""startTime"":1678928295111,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":1745},{""label"":""window_focused"",""time"":1980}]}","{""startTime"":1678927782437,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":219,""label"":""tour_started""},{""time"":5006,""label"":""tour_next"",""step"":2},{""label"":""window_blurred"",""time"":7316},{""label"":""window_focused"",""time"":385107},{""time"":387524,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678928245178,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":1805},{""label"":""window_focused"",""time"":6407}]}",0,moderate,bar -2023-03-15 20:55:47,2023-03-15 21:05:03,0,70.127.106.100,100,555,1,2023-03-15 21:05:04,R_1eEJ7lMkssmgiZV,,,,,27.8044,-82.2759,anonymous,EN,1,2.517,3.479,4.488,2,,,,,,,,3.081,3.081,15.108,1,100,100,50,8.496,15.562,16.689,5,4.406,115.184,116.468,22,1,1,15.22,65.392,66.132,8,-3,-3,7.116,46.899,47.806,6,1,21.433,43.918,44.652,7,5.848,5.848,15.115,1,5,5,3,4,4,5,,5.71,20.409,21.458,8,5,4,3,7,7,3,"Its a bit jumbled with a lot of data in one section. It can get confusing ",3.357,3.357,24.78,1,1,,4.782,6.82,7.837,2,2,7,3,4,1,5,6,6.365,17.601,18.693,3,5,5,8,7,2,6,8,8,,3.411,27.437,28.266,13,4,4,1,4,5,3,4.041,22.61,23.564,9,6,,7.44,9.268,10.045,3,2,1986,Florida,7,3,1,,7,,,9,3,2,,4.71,52.612,54.304,19,5cec2163d439ae0016596611,"{""startTime"":1678928370759,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678928392959,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678928193055,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":30,""label"":""tour_started""},{""time"":19253,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1284,""week"":""50"",""id"":""chart""},{""time"":23437,""label"":""tour_next"",""step"":5},{""time"":33023,""label"":""cleared_brush"",""using"":""Click""},{""time"":33993,""label"":""cleared_brush"",""using"":""Click""},{""time"":36382,""label"":""moved_brush"",""startDate"":""2021-04-30"",""endDate"":""2021-06-02""},{""time"":47201,""label"":""cleared_brush"",""using"":""Click""},{""time"":50992,""label"":""cleared_brush"",""using"":""Click""},{""time"":62819,""label"":""cleared_brush"",""using"":""Click""},{""time"":63656,""label"":""cleared_brush"",""using"":""Click""},{""time"":67058,""label"":""cleared_brush"",""using"":""Click""},{""time"":86343,""label"":""started_brush"",""startDate"":""2021-04-12"",""endDate"":""2021-09-04""},{""time"":88873,""label"":""moved_brush"",""startDate"":""2021-04-12"",""endDate"":""2021-09-02""},{""time"":90185,""label"":""tour_next"",""step"":5},{""time"":100342,""label"":""moved_brush"",""startDate"":""2021-06-02"",""endDate"":""2021-10-22""},{""time"":101694,""label"":""tour_next"",""step"":5},{""time"":106280,""label"":""cleared_brush"",""using"":""Click""},{""time"":107400,""label"":""tour_next"",""step"":5},{""time"":112710,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678928354998,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,bar -2023-03-15 20:49:14,2023-03-15 21:06:28,0,69.107.138.221,100,1033,1,2023-03-15 21:06:30,R_22DZr5UMzi6UXmd,,,,,34.7456,-92.3419,anonymous,EN,1,58.207,58.207,59.22,1,1,2,2,5.114,12.134,12.966,2,0,0,15.108,0,86,84,87,62.903,116.439,117.507,6,19.453,72.028,77.09,4,1,1,104.406,122.248,124.626,2,-3,-2,44.415,104.205,106.351,2,1,38.529,38.529,39.766,1,0,0,15.007,0,4,2,4,4,5,4,,12.697,32.406,34.117,7,3,5,5,4,4,4,The difference between the unvaccinated and vaccinated data seems reasonable. Unvaccinated people have more risk in contracting the virus.,7.502,7.502,115.026,1,3,,11.312,11.312,29.574,1,2,7,3,4,1,5,6,0,0,25.821,0,4,5,7,5,3,4,6,7,,10.362,33.08,36.697,10,3,3,1,2,4,4,21.329,69.96,71.6,9,4,1,6.926,15.911,17.592,2,1,1987,Arkansas,6,1,1,,2,,,11,2,2,,2.649,59.224,60.21,11,63d8915c1adeaab48c7f2029,"{""startTime"":1678928360385,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678928192071,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678927973954,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":17,""label"":""tour_started""},{""time"":19444,""label"":""tour_next"",""step"":2},{""time"":20994,""label"":""tour_back"",""step"":2},{""time"":21846,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4276,""week"":""14"",""id"":""chart""},{""time"":31165,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1091,""week"":""24"",""id"":""chart""},{""time"":32297,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1409,""week"":""25"",""id"":""chart""},{""time"":35713,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1534,""week"":""1"",""id"":""chart""},{""time"":37315,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2632,""week"":""52"",""id"":""chart""},{""time"":39964,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1475,""week"":""1"",""id"":""chart""},{""time"":42038,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1184,""week"":""2"",""id"":""chart""},{""time"":45398,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2741,""week"":""1"",""id"":""chart""},{""time"":49747,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1325,""week"":""52"",""id"":""chart""},{""time"":51690,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3024,""week"":""51"",""id"":""chart""},{""time"":58953,""label"":""tour_next"",""step"":2},{""time"":65266,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3441,""week"":""52"",""id"":""chart2""},{""time"":72019,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678928176359,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":5546,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1725,""week"":""50"",""id"":""chart""},{""time"":8208,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1118,""week"":""52"",""id"":""chart""},{""time"":10890,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3495,""week"":""4"",""id"":""chart""}]}",1,simple,bar -2023-03-15 20:59:49,2023-03-15 21:09:58,0,107.128.176.50,100,609,1,2023-03-15 21:09:59,R_6sZXiXEXmWtSjhT,,,,,30.2627,-97.7467,anonymous,EN,1,4.156,4.156,5.063,1,1,3,2,1.775,3.508,4.713,2,0,0,15.012,0,84,99,97,7.968,16.168,17.821,3,11.288,94.024,96,15,1,1,31.23,44.479,46.088,2,1,1,63.519,94.086,95.778,3,1,34.051,34.051,35.408,1,0,0,15.014,0,5,5,5,6,5,5,,21.416,35.448,38.34,6,4,5,5,2,4,5,"It seems to align with the experiences of that I have seen in the rise of cases overall during this time, and I know that this has risen for both vaccinated and unvaccinated in the past",2.324,29.408,43.4,3,4,,7.943,11.544,12.417,5,2,7,3,4,1,5,6,0,0,16.694,0,2,3,1,6,4,3,8,9,,4.729,16.029,18.235,8,5,5,1,1,5,5,4.285,17.4,19.892,6,1,1,12.506,30.54,34.085,2,2,1989,Texas,6,3,1,,9,,Austin,17,4,2,,9.605,60.772,62.562,19,54849ec4fdf99b0379939d1d,"{""startTime"":1678928588612,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":1129,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4295,""week"":""52"",""id"":""chart""},{""time"":6418,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2040,""week"":""50"",""id"":""chart""},{""time"":8644,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1181,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678928627334,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678928441272,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":5084,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4479,""week"":""52"",""id"":""chart""},{""time"":11284,""label"":""tour_next"",""step"":5},{""time"":25705,""label"":""started_brush"",""startDate"":""2021-07-22"",""endDate"":""2021-09-04""},{""time"":28787,""label"":""started_brush"",""startDate"":""2021-12-09"",""endDate"":""2022-01-08""},{""time"":30099,""label"":""tour_next"",""step"":5},{""time"":46687,""label"":""moved_brush"",""startDate"":""2021-12-09"",""endDate"":""2021-12-17""},{""time"":47683,""label"":""tour_next"",""step"":5},{""time"":52384,""label"":""cleared_brush"",""using"":""Click""},{""time"":52384,""label"":""cleared_brush"",""using"":""Escape""},{""time"":54066,""label"":""tour_next"",""step"":5},{""time"":57935,""label"":""tour_end"",""step"":5},{""time"":76975,""label"":""started_brush"",""startDate"":""2021-07-10"",""endDate"":""2021-10-15""},{""time"":81254,""label"":""moved_brush"",""startDate"":""2021-07-10"",""endDate"":""2021-09-10""},{""time"":83852,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":4527,""week"":""33"",""id"":""chart""}]}","{""startTime"":1678928573245,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":1577,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4547,""week"":""52"",""id"":""chart""},{""time"":6547,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2977,""week"":""48"",""id"":""chart""}]}",1,complex,bar -2023-03-15 20:54:02,2023-03-15 21:10:16,0,74.215.250.209,100,974,1,2023-03-15 21:10:17,R_33kYM3HQfNhNqxW,,,,,39.1256,-84.5127,anonymous,EN,1,8.817,8.817,10.478,1,1,2,1,3.968,7.872,11.072,2,0,0,15.107,0,50,79,43,54.696,64.456,68.275,3,28.14,197.1,206.755,23,1,1,48.751,87.377,89.182,3,-2,1,46.198,77.184,79.259,3,1,62.131,78.867,80.534,4,0,0,15.007,0,3,3,3,5,4,3,,8.187,63.774,66.858,7,4,5,5,3,4,4,No data on how the study was done.,4.252,55.029,61.7,4,4,,9.553,9.553,11.012,1,2,7,3,4,1,5,6,0,0,24.263,0,7,8,9,10,4,9,8,10,,6.192,29.033,33.495,8,3,4,1,2,4,4,14.459,41.101,42.04,6,6,2,4.71,14.038,16,2,1,1965,Ohio,4,2,1,,7,,,14,2,2,,2.204,68.246,69.826,11,5c65b61fad596e000179ece5,"{""startTime"":1678928575937,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":42746,""label"":""source_clicked""},{""label"":""window_blurred"",""time"":42770},{""label"":""window_focused"",""time"":55278}]}","{""startTime"":1678928467857,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678928164189,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":4009,""label"":""hovered"",""timeHovered"":3602,""week"":""2021-10-11""},{""time"":14519,""label"":""hovered"",""timeHovered"":7083,""week"":""2022-01-17""},{""time"":21631,""label"":""hovered"",""timeHovered"":5172,""week"":""2022-01-10""},{""time"":55054,""label"":""hovered"",""timeHovered"":11857,""week"":""2021-10-18""},{""time"":73019,""label"":""hovered"",""timeHovered"":7496,""week"":""2021-08-23""},{""time"":95213,""label"":""tour_next"",""step"":5},{""time"":110725,""label"":""tour_back"",""step"":5},{""time"":123197,""label"":""tour_next"",""step"":5},{""time"":152739,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-05-27""},{""time"":158655,""label"":""tour_next"",""step"":5},{""time"":173747,""label"":""moved_brush"",""startDate"":""2021-08-05"",""endDate"":""2021-09-20""},{""time"":174512,""label"":""tour_next"",""step"":5},{""time"":183354,""label"":""cleared_brush"",""using"":""click""},{""time"":183355,""label"":""cleared_brush"",""using"":""Escape""},{""time"":185608,""label"":""tour_next"",""step"":5},{""time"":197089,""label"":""tour_end"",""step"":5},{""time"":198931,""label"":""hovered"",""timeHovered"":3495,""week"":""2021-11-22""}]}","{""startTime"":1678928452364,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":8207,""label"":""hovered"",""timeHovered"":1384,""week"":""2021-10-11""}]}",1,complex,line -2023-03-15 21:00:26,2023-03-15 21:11:05,0,147.219.205.251,100,639,1,2023-03-15 21:11:06,R_OwlIyyXoP46x6IF,,,,,43.1205,-89.3523,anonymous,EN,1,12.171,15.686,30.365,2,1,2,1,2.7,4.341,5.265,2,7.595,12.812,15.008,3,100,81,89,9.789,26.317,30.976,3,13.179,20.124,92.297,2,1,1,9.215,25.093,36.146,2,1,1,26.842,41.128,46.977,2,1,26.439,26.439,27.645,1,0,0,15.108,0,3,2,3,5,5,5,,10.886,39.43,40.085,8,5,5,3,4,3,5,"It comes from a reputable source, and there is no realistic reason for it to be skewed to untrustworthy levels - given the mission of the CDC.",2.562,2.922,30.242,2,4,,5.697,5.697,7.25,1,2,7,3,4,1,5,6,0,0,19.196,0,1,4,1,7,1,1,9,8,,4.585,22.628,24.543,10,4,4,1,2,5,4,62.031,85.677,86.702,6,1,1,3.259,8.628,10.114,2,1,1991,Wisconsin,6,1,1,,7,,,6,4,1,zach.meyer@outlook.com,2.309,67.084,71.986,22,62be632336006d96574e22ef,"{""startTime"":1678928662172,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678928702894,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678928506068,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":13171,""label"":""tour_next"",""step"":2},{""time"":20115,""label"":""tour_end"",""step"":2},{""time"":24437,""label"":""hovered"",""timeHovered"":1455,""week"":""2022-01-03""},{""time"":27251,""label"":""hovered"",""timeHovered"":4648,""week"":""2022-01-03""},{""time"":37741,""label"":""hovered"",""timeHovered"":1851,""week"":""2021-11-22""},{""time"":40465,""label"":""hovered"",""timeHovered"":7101,""week"":""2021-06-07""},{""time"":51513,""label"":""hovered"",""timeHovered"":4410,""week"":""2022-01-10""},{""time"":57621,""label"":""hovered"",""timeHovered"":1274,""week"":""2022-01-10""},{""time"":58898,""label"":""hovered"",""timeHovered"":4588,""week"":""2022-01-10""},{""time"":64634,""label"":""hovered"",""timeHovered"":2155,""week"":""2021-12-20""},{""time"":66803,""label"":""hovered"",""timeHovered"":11489,""week"":""2021-12-20""}]}","{""startTime"":1678928646296,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":4122,""label"":""hovered"",""timeHovered"":1091,""week"":""2021-08-16""},{""time"":12206,""label"":""hovered"",""timeHovered"":1125,""week"":""2022-01-10""}]}",1,moderate,line -2023-03-15 21:01:20,2023-03-15 21:11:09,0,73.125.2.255,100,589,1,2023-03-15 21:11:11,R_2wThjxe76MJaV49,,,,,26.5355,-80.1098,anonymous,EN,1,2.436,2.436,2.904,1,1,2,2,4.034,6.967,7.733,2,0,0,15.115,0,74,76,50,9.303,12.603,13.205,3,4.291,6.477,17.35,2,1,1,33.732,44.23,50.341,2,-3,-3,26.159,46.856,57.204,2,-1,28.261,28.261,39.07,1,0,0,15.119,0,3,3,3,4,2,7,,35.089,47.074,48.987,6,3,5,3,1,7,3,one random chart in a study which may or not intentionally share incorrect information cant be judged normally.,3.324,3.324,43.782,1,1,,11.172,12.168,13.116,2,2,7,3,4,1,5,6,0,0,17.276,0,1,2,1,2,1,1,2,2,,13.378,27.395,30.085,12,3,2,3,2,4,3,12.163,57.626,80.883,9,2,5,5.542,14.279,15.856,2,1,1998,Florida,3,1,1,,3,,,1,4,2,,3.029,78.431,79.263,14,5fff0f626abf51640c57419e,"{""startTime"":1678928681645,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678928616511,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678928531216,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":4285,""label"":""tour_next"",""step"":2},{""time"":6471,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678928600768,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":10286,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1377,""week"":""14"",""id"":""chart2""}]}",1,simple,bar -2023-03-15 20:50:22,2023-03-15 21:11:27,0,104.8.146.115,100,1264,1,2023-03-15 21:11:27,R_2UaqdAijPRuN9YQ,,,,,36.0406,-80.26,anonymous,EN,1,148.738,148.738,149.977,1,,,,,,,,0,0,15.126,0,97,45,50,65.361,89.655,91.308,5,76.618,99.118,108.149,3,1,-3,21.238,69.975,71.968,5,-3,-3,139.476,180.854,181.478,3,1,56.094,56.094,57.755,1,0,0,15.016,0,3,3,3,7,5,4,"I wonder how they come up with this type of information. I assume that there is an industry accepted and scientific methodology, but I also would have concerns that it is not accurate.",23.993,112.736,148.225,12,5,4,5,1,1,5,"I like that it shows data from not only the beginning of the month, but also from the end of the month. I feel that this gives a better representation of what is actually going on.",3.83,78.848,79.7,6,5,,9.086,15.991,19.403,5,2,3,4,5,1,6,7,0,0,19.223,0,3,8,5,6,1,3,10,10,,14.202,39.97,40.272,10,2,2,4,4,5,2,18.902,39.798,41.239,6,1,,5.857,5.857,7.758,1,1,1980,North Carolina,2,2,1,,7,,,17,4,2,,16.579,82.796,87.034,14,62728e9f272ecd43323af13b,"{""startTime"":1678928466657,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678928288292,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":4565,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1658,""week"":""5"",""id"":""chart""},{""time"":17645,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":10269,""week"":""3"",""id"":""chart""}]}","{""startTime"":1678928091398,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":8844,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1283,""week"":""6"",""id"":""chart""},{""time"":13777,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6467,""week"":""1"",""id"":""chart""},{""time"":21378,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":34335,""week"":""52"",""id"":""chart""},{""time"":69603,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1894,""week"":""52"",""id"":""chart""},{""time"":73731,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1950,""week"":""51"",""id"":""chart""},{""time"":76612,""label"":""tour_next"",""step"":2},{""time"":82431,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1150,""week"":""1"",""id"":""chart2""},{""time"":85731,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2150,""week"":""51"",""id"":""chart2""},{""time"":87981,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1201,""week"":""52"",""id"":""chart2""},{""time"":99112,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678928272736,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":6284,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2224,""week"":""52"",""id"":""chart""},{""time"":9787,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1068,""week"":""52"",""id"":""chart2""}]}",0,simple,bar -2023-03-15 21:02:37,2023-03-15 21:11:40,0,76.81.228.246,100,542,1,2023-03-15 21:11:40,R_2aS9rRCLx5EWXfv,,,,,33.6647,-117.9663,anonymous,EN,1,5.403,5.403,6.97,1,1,3,1,2.36,4.276,5.638,2,14.449,14.449,15.114,1,88,100,65,6.407,15.518,16.529,4,8.168,13.23,28.281,2,1,1,32.588,43.98,45.155,2,-3,-3,8.002,63.412,64.681,4,1,36.119,36.119,37.956,1,0,0,15.119,0,6,6,6,6,6,6,,6.159,12.692,14.209,6,4,6,5,5,4,6,"Because it appears to show information that is universally understood, unvaccinated people get sick more often than vaccinated people",1.784,1.784,106.942,1,5,,4.044,9.946,11.518,7,2,7,3,4,1,5,6,0,0,18.024,0,3,7,2,6,10,2,11,9,,5.75,22.893,24.801,9,3,3,3,3,4,3,4.51,24.25,25.112,6,3,1,2.154,11.293,13.411,3,2,1988,California,4,1,1,,7,,,9,4,1,lcuppels@gmail.com,1.724,42.718,51.582,13,5c68c8726e9608000140f828,"{""startTime"":1678928723339,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678928738695,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678928613906,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":3553,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2388,""week"":""37"",""id"":""chart""},{""time"":8164,""label"":""tour_next"",""step"":2},{""time"":13226,""label"":""tour_end"",""step"":2},{""time"":14720,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2268,""week"":""51"",""id"":""chart""},{""time"":19020,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1001,""week"":""6"",""id"":""chart""}]}","{""startTime"":1678928707730,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":10231,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3254,""week"":""15"",""id"":""chart""}]}",1,moderate,bar -2023-03-15 21:01:48,2023-03-15 21:12:26,0,99.157.251.234,100,637,1,2023-03-15 21:12:28,R_2y9JUqZ1l7ESpzF,,,,,38.5753,-90.2651,anonymous,EN,1,7.698,7.698,9.078,1,,,,,,,,0,0,15.164,0,79,5,4,24.833,32.276,34.055,3,11.8,79.729,92.577,8,1,1,21.05,40.658,41.984,2,-1,1,17.902,31.727,33.326,2,-2,75.951,75.951,79.89,1,0,0,15.066,0,4,4,4,1,1,7,,10.248,24.258,27.146,6,4,1,7,7,7,7,"Hard to understand and since it's so complicated, I don't trust the data",5.594,5.594,27.701,1,6,,6.699,6.699,8.738,1,2,7,3,4,1,5,6,0,0,28.635,0,1,1,10,7,2,4,8,9,none,6.082,45.329,46.593,11,2,2,4,4,2,2,10.316,28.983,29.959,7,4,,4.538,4.538,6.846,1,2,1947,Missouri,3,2,1,,7,,,6,3,2,,2.181,58.636,68.439,13,5e30cffb5a41120d29d33113,"{""startTime"":1678928840598,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678928777243,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678928586821,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":20,""label"":""tour_started""},{""time"":15708,""label"":""hovered"",""timeHovered"":8642,""week"":""2021-12-13""},{""time"":27563,""label"":""tour_next"",""step"":5},{""time"":45560,""label"":""started_brush"",""startDate"":""2021-05-04"",""endDate"":""2021-05-13""},{""time"":49969,""label"":""moved_brush"",""startDate"":""2021-05-04"",""endDate"":""2022-02-13""},{""time"":51884,""label"":""tour_next"",""step"":5},{""time"":60766,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-01-20""},{""time"":62516,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-01-20""},{""time"":63992,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-01-20""},{""time"":64997,""label"":""tour_next"",""step"":5},{""time"":72843,""label"":""cleared_brush"",""using"":""click""},{""time"":72846,""label"":""cleared_brush"",""using"":""Escape""},{""time"":74686,""label"":""tour_next"",""step"":5},{""time"":79713,""label"":""tour_end"",""step"":5},{""time"":82037,""label"":""hovered"",""timeHovered"":1340,""week"":""2022-01-10""},{""time"":85458,""label"":""hovered"",""timeHovered"":2367,""week"":""2022-01-10""}]}","{""startTime"":1678928761291,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line -2023-03-15 21:03:42,2023-03-15 21:13:55,0,74.65.166.193,100,613,1,2023-03-15 21:13:56,R_31nNIP8jXSDfhyq,,,,,43.6842,-70.2816,anonymous,EN,1,13.785,13.785,15.167,1,,,,,,,,0,0,15.111,0,89,69,78,21.377,34.36,35.535,6,16.287,22.304,25.845,2,1,1,13.447,68.835,70.447,3,-1,1,56.665,71,72.404,2,1,69.419,69.419,70.98,1,0,0,15.014,0,5,5,5,4,5,5,,9.068,19.584,21.393,6,5,4,5,2,7,5,The data seems plausible; there's nothing to indicate that any of it is false or misleading. It's hard to imagine anyone deciding to deliberately mislead the general public on this topic.,2.003,2.003,74.469,1,6,,5.958,12.676,14.901,5,2,7,3,4,1,5,6,0,0,14.742,0,7,8,6,8,10,4,10,10,,4.095,23.613,25.388,9,4,4,2,2,5,5,8.451,29.053,30.113,6,2,,5.019,5.019,6.73,1,2,1970,Maine,6,3,1,,7,,,10,2,2,,2.403,50.007,53.036,13,5dceb040f2fabc10bd4a10fa,"{""startTime"":1678928810210,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678928832067,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678928695372,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":16279,""label"":""tour_next"",""step"":2},{""time"":22295,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678928794639,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6637,""label"":""hovered"",""timeHovered"":5256,""week"":""2022-01-17""},{""time"":12523,""label"":""hovered"",""timeHovered"":1573,""week"":""2022-01-17""}]}",0,moderate,line -2023-03-15 21:06:19,2023-03-15 21:14:06,0,68.40.219.41,100,467,1,2023-03-15 21:14:07,R_Tbk1bcIhcVdqM1z,,,,,42.4723,-82.9967,anonymous,EN,1,3.329,3.329,3.973,1,,,,,,,,0,0,15.012,0,89,70,58,19.039,26.288,26.997,3,22.46,64.225,67.015,16,1,1,16.896,36.348,37.657,2,-1,1,25.57,33.272,34.111,2,1,23.803,23.803,24.694,1,0,0,15.111,0,3,4,4,3,4,5,,12.415,24.552,25.754,6,3,4,7,1,1,5,"It is from the chamber of agriculture, and why would someone lie about this",1.996,1.996,25.634,1,4,,4.501,8.279,9.036,3,2,7,3,4,1,5,6,0,0,16.43,0,3,3,8,8,8,1,11,10,,8.682,24.738,26.159,8,1,1,3,4,1,4,7.065,29.614,30.181,6,1,,7.405,8.387,8.751,2,2,1999,Michigan,6,3,1,,2,,,17,4,1,602c4e244525b352fc0779ee@email.prolific.co,2.164,61.045,61.636,30,602c4e244525b352fc0779ee,"{""startTime"":1678928984307,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678928937900,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678928829963,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":13354,""label"":""hovered"",""timeHovered"":3600,""week"":""2022-01-24""},{""time"":17738,""label"":""hovered"",""timeHovered"":1599,""week"":""2022-01-17""},{""time"":20204,""label"":""hovered"",""timeHovered"":1533,""week"":""2022-01-03""},{""time"":22456,""label"":""tour_next"",""step"":5},{""time"":31272,""label"":""cleared_brush"",""using"":""click""},{""time"":34300,""label"":""started_brush"",""startDate"":""2021-07-16"",""endDate"":""2022-02-13""},{""time"":35667,""label"":""started_brush"",""startDate"":""2021-05-19"",""endDate"":""2021-10-17""},{""time"":38856,""label"":""moved_brush"",""startDate"":""2021-07-17"",""endDate"":""2021-12-15""},{""time"":39760,""label"":""tour_next"",""step"":5},{""time"":47084,""label"":""moved_brush"",""startDate"":""2021-07-17"",""endDate"":""2021-12-15""},{""time"":47669,""label"":""moved_brush"",""startDate"":""2021-04-26"",""endDate"":""2021-09-25""},{""time"":48319,""label"":""tour_next"",""step"":5},{""time"":60198,""label"":""cleared_brush"",""using"":""click""},{""time"":60206,""label"":""cleared_brush"",""using"":""Escape""},{""time"":61053,""label"":""tour_next"",""step"":5},{""time"":64221,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678928922408,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":7346,""label"":""hovered"",""timeHovered"":2488,""week"":""2022-01-24""},{""time"":14878,""label"":""started_brush"",""startDate"":""2022-01-03"",""endDate"":""2022-02-13""}]}",0,complex,line -2023-03-15 21:02:39,2023-03-15 21:14:56,0,96.244.229.8,100,736,1,2023-03-15 21:14:56,R_24jeB1Q7sDxZqTR,,,,,39.2812,-76.7406,anonymous,EN,1,8.856,8.856,10.198,1,1,1,2,2.759,6.772,8.215,2,0,0,15.127,0,75,38,76,11.353,18.04,19.382,3,25.825,62.193,63.631,4,-1,-2,36.316,60.613,63.385,2,-3,-1,33.387,84.919,86.139,2,-1,46.102,46.102,48.017,1,0,0,15.021,0,2,3,3,2,3,7,,8.711,20.925,23.386,7,3,2,2,2,1,3,covid numbers are bloated with inaccurate data,20.688,20.688,59.204,1,3,,7.202,10.828,13.17,5,2,7,3,4,1,5,6,7.105,18.251,51.537,4,4,6,4,4,2,8,9,9,,10.158,22.6,25.601,8,2,3,1,2,3,4,7.14,29.407,31.099,6,3,4,7.147,15.704,17.62,2,1,1986,Maryland,2,1,1,,3,,,12,2,1,younghovajz187@gmail.com,2.404,63.979,86.647,14,63480f3ff2ebda4f9403cc01,"{""startTime"":1678928919390,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678928829314,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678928662180,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":25795,""label"":""tour_next"",""step"":2},{""time"":37837,""label"":""tour_end"",""step"":2},{""time"":42905,""label"":""hovered"",""timeHovered"":1590,""week"":""2021-08-02""},{""time"":45733,""label"":""hovered"",""timeHovered"":2209,""week"":""2021-04-12""}]}","{""startTime"":1678928813499,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line -2023-03-15 21:09:21,2023-03-15 21:15:02,0,12.206.251.235,100,340,1,2023-03-15 21:15:03,R_2f34ZFf3Qe37QTf,,,,,44.2433,-88.3564,anonymous,EN,1,13.407,13.407,14.487,1,1,3,2,1.061,4.127,4.8,3,0,0,15.011,0,89,88,71,4.925,11.743,12.727,3,6.229,8.621,18.082,2,-2,1,16.502,26.461,26.866,3,-3,-3,15.632,28.495,29.929,2,1,22.84,22.84,24.13,1,0,0,15.116,0,6,5,5,5,4,5,,7.598,18.703,21.794,8,5,6,6,5,5,5,I've read other information that corroborates this visualization.,0.984,0.984,15.698,1,5,,4.217,5.315,5.602,2,2,7,3,4,1,5,6,0,0,25.689,0,3,7,2,8,4,3,11,9,,2.326,21.183,21.503,12,4,5,1,2,5,5,3.237,12.082,13.101,7,2,3,2.289,6.804,7.757,3,2,2001,Minnesota,3,3,1,,7,,,16,4,1,krohnesme@gmail.com,1.329,36.338,38.838,12,5e8787bf14e2970c36c20705,"{""startTime"":1678929110260,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678929081419,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678929016700,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":6220,""label"":""tour_next"",""step"":2},{""time"":8612,""label"":""tour_end"",""step"":2},{""time"":9699,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1211,""week"":""52"",""id"":""chart""},{""time"":13027,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1329,""week"":""3"",""id"":""chart""}]}","{""startTime"":1678929065767,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar -2023-03-15 21:02:53,2023-03-15 21:15:26,0,76.115.176.111,100,753,1,2023-03-15 21:15:27,R_29i8cP8qx2s5vJN,,,,,44.0683,-123.0763,anonymous,EN,1,9.522,9.522,11.247,1,1,4,2,1.391,3.89,5.777,2,0,0,15.2,0,89,94,80,9.508,49.399,51.298,8,30.409,59.406,60.057,3,1,1,29.779,97.582,98.679,3,-1,1,16.631,84.645,101.978,6,-1,25.498,25.498,36.315,1,0,0,15.013,0,5,4,5,6,6,5,,5.457,18.344,23.12,6,4,6,6,5,5,5,"first off it shows data from a very reliable source, CDC. They do not stand anything to gain by manipulating the data.",2.368,2.368,49.497,1,5,,4.901,5.639,9.954,2,2,7,3,4,1,5,6,0,0,24.759,0,7,8,9,8,8,7,10,10,,19.142,37.44,42.153,9,4,4,2,2,4,4,6.957,33.613,35.164,6,2,1,1.296,7.854,11.835,3,1,1967,Oregon,3,1,1,,7,,,16,4,1,5fc2ab07be970b4cde3ba33d@email.prolific.co,1.497,98.155,109.276,20,5fc2ab07be970b4cde3ba33d,"{""startTime"":1678928848177,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678928871915,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678928672229,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":5032,""label"":""hovered"",""timeHovered"":1017,""week"":""2021-07-19""},{""time"":9136,""label"":""hovered"",""timeHovered"":2752,""week"":""2021-12-27""},{""time"":11905,""label"":""hovered"",""timeHovered"":1218,""week"":""2021-12-27""},{""time"":30390,""label"":""tour_next"",""step"":2},{""time"":37749,""label"":""tour_end"",""step"":2},{""label"":""window_blurred"",""time"":41847},{""label"":""window_focused"",""time"":47600}]}","{""startTime"":1678928832529,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":5810,""label"":""hovered"",""timeHovered"":1826,""week"":""2021-12-27""},{""time"":7922,""label"":""hovered"",""timeHovered"":1024,""week"":""2021-12-27""},{""time"":10195,""label"":""hovered"",""timeHovered"":1221,""week"":""2022-01-31""}]}",1,simple,line -2023-03-15 21:08:42,2023-03-15 21:16:34,0,75.84.121.232,100,472,1,2023-03-15 21:16:34,R_2QzAf8dawazvySI,,,,,33.9883,-118.1823,anonymous,EN,1,4.315,4.315,5.543,1,1,3,1,3.075,16.819,17.503,3,0,0,15.078,0,100,100,19,11.028,17.29,20.39,3,10.478,20.003,22.459,2,-2,-1,17.816,58.766,59.799,7,-3,-2,18.171,52.452,54.343,4,1,24.4,25.051,26.357,2,0,0,15.118,0,5,5,5,5,5,5,,6.43,12.183,14.684,6,4,4,4,4,4,4,Based on the source of the information,2.15,2.15,25.689,1,2,,5.528,5.528,8.132,1,2,7,3,4,1,5,6,11.889,11.889,21.008,1,5,6,3,6,4,6,9,8,,5.446,23.877,24.629,10,4,4,1,1,4,4,9.649,23.872,25.407,7,2,2,6.202,22.385,23.677,4,2,1998,California,6,1,1,,9,,Downey,10,3,1,brianapelayo8@gmail.com,2.685,45.747,48.938,14,60fff33b80569cb2f8d1b007,"{""startTime"":1678929136740,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678929093435,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678928993869,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":54,""label"":""tour_started""},{""time"":5399,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2366,""week"":""29"",""id"":""chart""},{""time"":10463,""label"":""tour_next"",""step"":2},{""time"":20094,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678929077333,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":7658,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1035,""week"":""50"",""id"":""chart""},{""time"":9475,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1610,""week"":""3"",""id"":""chart""},{""time"":11829,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2474,""week"":""50"",""id"":""chart""}]}",1,simple,bar -2023-03-15 20:49:40,2023-03-15 21:17:54,0,139.55.56.60,100,1693,1,2023-03-15 21:17:54,R_1llWpvBd4rvtw5Y,,,,,31.1823,-83.7641,anonymous,EN,1,11.247,91.113,92.503,8,1,3,1,4.703,14.321,17.063,4,13.91,13.91,15.187,1,94,85,56,8.018,72.565,76.308,10,5.265,122.363,134.238,9,1,1,27.37,163.162,164.348,14,-3,-3,4.546,133.868,134.687,10,-2,42.101,82.008,86.073,5,12.291,12.291,15.061,1,4,3,4,5,4,4,"I wondering how this graph would account for people who caught COVID, but did not seek medical help for it.",5.236,287.995,289.602,30,4,5,5,3,4,4,"I question the medical communities ability to accurately measure the actual number of COVID cases. For the most part, I do trust the CDC though.",19.376,19.376,124.369,1,4,,11.043,52.357,80.025,3,2,7,3,4,1,5,6,22.786,45.534,47.657,4,2,3,8,6,3,5,9,9,,15.789,66.911,69.095,14,3,3,2,3,4,4,17.79,73.099,81.434,11,4,1,6.087,37.529,39.463,6,2,1969,Georgia,6,2,1,,7,,,9,4,2,,9.875,103.067,109.432,24,60160f7fe4c5e278be505f72,"{""startTime"":1678928303866,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":144713,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5346,""week"":""1"",""id"":""chart""},{""time"":200087,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1300,""week"":""51"",""id"":""chart""}]}","{""startTime"":1678928595427,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678928014329,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":25,""label"":""tour_started""},{""time"":53766,""label"":""tour_next"",""step"":2},{""time"":67732,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678928285380,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar -2023-03-15 21:09:55,2023-03-15 21:18:01,0,172.58.160.223,100,485,1,2023-03-15 21:18:02,R_1rBu5r7fQ35uzqt,,,,,41.8502,-87.6736,anonymous,EN,1,3.382,3.382,4.654,1,1,2,2,1.676,5.554,7.563,2,0,0,15.018,0,38,69,53,15.581,24.701,26.414,4,7.791,16.099,24.329,2,1,-3,32.111,53.995,55.4,2,1,-3,29.371,54.255,55.365,2,-3,31.955,31.955,33.202,1,0,0,15.121,0,7,7,7,4,5,7,,10.702,26.513,28.598,6,4,5,5,7,7,7,"I dont trust any covid numbers, i feel the tests are not accurate.",2.735,2.735,29.047,1,5,,3.539,3.539,6.463,1,2,7,3,4,1,5,6,0,0,17.79,0,2,2,9,7,2,6,6,7,,4.483,18.027,20.643,8,2,4,2,2,4,2,8.38,21.976,22.855,6,4,1,3.276,8.938,13.946,2,1,1970,Michigan,4,2,1,,7,,,17,2,1,,2.856,47.036,49.89,18,5a6b35d3d5d4cb0001d643d8,"{""startTime"":1678929227293,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678929165480,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678929069225,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":17,""label"":""tour_started""},{""time"":7785,""label"":""tour_next"",""step"":2},{""time"":16092,""label"":""tour_end"",""step"":2},{""time"":20821,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1559,""week"":""1"",""id"":""chart2""}]}","{""startTime"":1678929150120,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":2579,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3054,""week"":""52"",""id"":""chart""},{""time"":9460,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1022,""week"":""52"",""id"":""chart2""}]}",1,simple,bar -2023-03-15 21:06:13,2023-03-15 21:19:17,0,67.182.223.113,100,783,1,2023-03-15 21:19:17,R_1rAe6rWFYXEBri4,,,,,40.7038,-111.5437,anonymous,EN,1,10.637,10.637,11.593,1,,,,,,,,0,0,15.006,0,91,97,74,25.44,57.201,58.21,9,13.399,17.571,46.349,2,-3,-3,13.759,55.708,57.555,2,1,1,53.966,95.684,98.942,2,-1,35.646,35.646,43.122,1,0,0,15.013,0,4,5,4,6,2,5,,7.363,56.2,63.303,10,5,6,6,3,5,5,"Its clear and comes from a governmental agriculture agency. ",1.742,35.073,37.019,3,4,,4.889,6.274,8.835,4,2,7,3,4,1,5,6,0,0,23.948,0,1,5,1,6,4,3,10,8,,6.217,32.462,34.603,9,4,4,2,2,3,4,13.355,41.166,46.58,6,2,,4.423,4.423,6.766,1,2,1988,Utah,5,2,1,,7,,,9,4,1,meara.mcfarland@gmail.com,2.042,154.366,155.87,50,63fb001cebe7de78a66a9bdd,"{""startTime"":1678928989555,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678929053496,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678928868628,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":13392,""label"":""tour_next"",""step"":2},{""time"":17564,""label"":""tour_end"",""step"":2},{""time"":20577,""label"":""hovered"",""timeHovered"":2803,""week"":""2022-01-03""},{""time"":23393,""label"":""hovered"",""timeHovered"":1474,""week"":""2022-01-03""},{""time"":32041,""label"":""hovered"",""timeHovered"":1423,""week"":""2021-12-20""},{""time"":34585,""label"":""hovered"",""timeHovered"":1290,""week"":""2021-12-20""}]}","{""startTime"":1678928973578,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":13631,""label"":""hovered"",""timeHovered"":1509,""week"":""2022-01-31""}]}",0,simple,line -2023-03-15 21:11:07,2023-03-15 21:21:08,0,47.149.66.72,100,600,1,2023-03-15 21:21:09,R_1IWdWXABoR84SWn,,,,,33.5173,-117.1208,anonymous,EN,1,3.362,3.362,4.296,1,,,,,,,,0,0,15.015,0,95,93,96,23.006,33.498,35.464,4,43.813,53.589,65.331,2,-2,1,22.166,45.517,47.414,2,1,1,47.777,63.034,65.477,2,-1,28.649,28.649,30.301,1,0,0,15.118,0,3,7,3,3,1,3,,14.726,27.101,30.244,6,4,5,5,1,1,6,"I don't have any reason not to trust it. I'm assuming for ""survey"" purposes it is accurate. However, if I was really interested in trusting it, I would verify sources.",2.701,2.701,37.107,1,3,,8.57,9.586,11.82,2,2,7,3,4,1,5,6,11.062,11.062,18.293,1,5,3,4,5,1,6,9,10,,5.654,42.515,44.341,12,2,3,4,3,2,3,9.884,39.164,40.507,6,6,,5.609,5.609,7.51,1,2,1962,California,4,2,1,,7,,,14,3,2,,2.316,67.366,73.808,19,5dd61dcccaee3e5c8b9141cf,"{""startTime"":1678929348690,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678929278261,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678929130882,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":7802,""label"":""hovered"",""timeHovered"":1633,""week"":""2021-08-30""},{""time"":10369,""label"":""hovered"",""timeHovered"":1116,""week"":""2021-09-20""},{""time"":43810,""label"":""tour_next"",""step"":2},{""time"":53585,""label"":""tour_end"",""step"":2},{""time"":55522,""label"":""hovered"",""timeHovered"":2530,""week"":""2021-08-16""}]}","{""startTime"":1678929262555,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,line -2023-03-15 21:08:10,2023-03-15 21:22:32,0,47.151.134.243,100,862,1,2023-03-15 21:22:33,R_25YFprQkeMxbBMG,,,,,34.0125,-118.4682,anonymous,EN,1,18.25,18.25,19.789,1,,,,,,,,0,0,15.116,0,46,74,53,34.892,74.372,75.394,5,60.866,76.13,77.716,2,-2,1,68.502,80.67,82.801,2,-3,-3,32.447,57.527,58.828,2,-2,74.324,74.324,76.062,1,0,0,15.016,0,3,7,3,3,2,4,,24.559,55.383,61.535,8,2,5,3,1,7,4,"I don't distrust this chart, but also not sure where the info is from.",4.371,4.371,34.293,1,4,,8.931,8.931,15.262,1,2,7,3,4,1,5,6,0,0,40.286,0,6,6,6,6,5,6,9,8,,10.314,33.314,35.737,9,3,2,2,3,3,2,16.662,57.982,59.233,6,2,,12.379,12.379,14.301,1,2,1974,California,6,3,1,,2,,,4,4,2,,4.304,80.792,82.285,12,612d247d45adec4a638aef83,"{""startTime"":1678929270258,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678929194090,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678929016338,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":34,""label"":""tour_started""},{""time"":19500,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5383,""week"":""42"",""id"":""chart""},{""time"":25900,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4215,""week"":""42"",""id"":""chart""},{""time"":30866,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2398,""week"":""47"",""id"":""chart""},{""time"":33314,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2416,""week"":""49"",""id"":""chart""},{""time"":36347,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3050,""week"":""1"",""id"":""chart""},{""time"":39616,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2480,""week"":""46"",""id"":""chart""},{""time"":42430,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2349,""week"":""45"",""id"":""chart""},{""time"":46430,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1833,""week"":""1"",""id"":""chart""},{""time"":48962,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1251,""week"":""52"",""id"":""chart""},{""time"":50228,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1502,""week"":""1"",""id"":""chart""},{""time"":53313,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1266,""week"":""1"",""id"":""chart""},{""time"":54631,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1164,""week"":""52"",""id"":""chart""},{""time"":55844,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1235,""week"":""1"",""id"":""chart""},{""time"":57112,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1083,""week"":""2"",""id"":""chart""},{""time"":60857,""label"":""tour_next"",""step"":2},{""time"":62747,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1798,""week"":""50"",""id"":""chart2""},{""time"":65628,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2566,""week"":""52"",""id"":""chart2""},{""time"":68228,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1683,""week"":""1"",""id"":""chart2""},{""time"":69927,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3470,""week"":""2"",""id"":""chart2""},{""time"":76121,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678929178097,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":8356,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1399,""week"":""3"",""id"":""chart""},{""time"":10572,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3523,""week"":""4"",""id"":""chart""}]}",0,simple,bar -2023-03-15 21:02:43,2023-03-15 21:23:04,0,73.7.204.64,100,1220,1,2023-03-15 21:23:04,R_1g0FLNI5GKYVKpc,,,,,33.9372,-84.0791,anonymous,EN,1,20.571,20.571,22.757,1,,,,,,,,0,0,15.115,0,86,80,78,75.629,83.019,84.971,3,70.973,80.513,89.146,3,1,1,22.534,57.014,67.595,3,-3,-3,86.187,158.896,159.979,7,1,55.515,55.515,56.596,1,0,0,15.115,0,6,6,6,6,6,6,,9.803,18.093,20.87,10,5,5,6,2,5,6,I don't think there would be any reason to lie about the data presented in the visualization.,3.401,3.401,23.284,1,5,,7.023,7.023,8.538,1,2,7,3,4,1,5,6,0,0,18.192,0,3,3,8,7,2,6,8,10,,6.448,20.478,23.997,8,4,4,2,2,4,4,6.12,40.282,42.14,7,4,,1.953,1.953,4.514,1,1,1992,Georgia,6,1,1,,7,,,16,1,2,,44.255,462.189,465.218,21,5f4b3cf86618635f0e7d250b,"{""startTime"":1678929023067,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":14,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1222,""week"":""2"",""id"":""chart""}]}","{""startTime"":1678929044449,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678928756937,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":22135,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3595,""week"":""3"",""id"":""chart""},{""time"":26836,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":30010,""week"":""6"",""id"":""chart""},{""label"":""window_blurred"",""time"":58462},{""label"":""window_focused"",""time"":70136},{""time"":70975,""label"":""tour_next"",""step"":2},{""time"":78882,""label"":""tour_end"",""step"":2},{""time"":79668,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2081,""week"":""2"",""id"":""chart""}]}","{""startTime"":1678929007528,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":7928,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1011,""week"":""2"",""id"":""chart""},{""time"":9000,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1792,""week"":""3"",""id"":""chart""}]}",0,moderate,bar -2023-03-15 21:14:34,2023-03-15 21:23:08,0,47.218.43.191,100,513,1,2023-03-15 21:23:09,R_1d0lWHAfKSnoTBe,,,,,30.6032,-96.3136,anonymous,EN,1,8.155,8.155,8.972,1,,,,,,,,0,0,15.115,0,90,82,73,17.065,25.599,26.625,6,9.052,77.346,91.543,22,1,1,30.333,40.092,41.446,2,1,-3,19.783,38.518,39.117,3,1,43.933,43.933,44.7,1,0,0,15.01,0,5,5,5,5,5,5,,12.847,21.616,23.388,8,5,5,4,7,7,5,The visualization clearly labels all of the data and where the source is from.,1.926,1.926,22.186,1,5,,6.727,7.538,9.396,2,2,7,3,4,1,5,6,8.42,8.42,15.601,1,2,4,1,3,4,4,10,8,,5.864,14.971,17.075,8,3,4,1,2,5,4,8.186,22.333,23.472,7,1,,1.894,1.894,3.95,1,2,1996,Texas,9,3,1,,9,,College Station,4,4,1,mflorkow@tamu.edu,2.703,63.17,66.403,26,6122b5527020257bf5aabc8e,"{""startTime"":1678929492887,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678929516870,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678929340495,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":9039,""label"":""tour_next"",""step"":5},{""time"":30340,""label"":""cleared_brush"",""using"":""Click""},{""time"":34870,""label"":""started_brush"",""startDate"":""2021-06-21"",""endDate"":""2021-08-08""},{""time"":35629,""label"":""tour_next"",""step"":5},{""time"":41862,""label"":""cleared_brush"",""using"":""Click""},{""time"":46132,""label"":""started_brush"",""startDate"":""2021-06-03"",""endDate"":""2021-07-20""},{""time"":54480,""label"":""moved_brush"",""startDate"":""2021-06-03"",""endDate"":""2021-07-20""},{""time"":55709,""label"":""moved_brush"",""startDate"":""2021-06-03"",""endDate"":""2021-07-28""},{""time"":56755,""label"":""moved_brush"",""startDate"":""2021-08-25"",""endDate"":""2021-10-19""},{""time"":57414,""label"":""tour_next"",""step"":5},{""time"":71548,""label"":""cleared_brush"",""using"":""Click""},{""time"":72879,""label"":""tour_next"",""step"":5},{""time"":76104,""label"":""tour_end"",""step"":5},{""time"":82180,""label"":""started_brush"",""startDate"":""2021-05-23"",""endDate"":""2021-06-08""},{""time"":84286,""label"":""moved_brush"",""startDate"":""2021-07-28"",""endDate"":""2021-08-13""},{""time"":86077,""label"":""moved_brush"",""startDate"":""2021-07-28"",""endDate"":""2021-12-31""},{""time"":89938,""label"":""moved_brush"",""startDate"":""2021-09-03"",""endDate"":""2022-02-07""}]}","{""startTime"":1678929477492,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":10994,""label"":""started_brush"",""startDate"":""2021-11-02"",""endDate"":""2022-01-01""}]}",0,complex,bar -2023-03-15 21:12:53,2023-03-15 21:23:34,0,50.4.118.94,100,641,1,2023-03-15 21:23:35,R_11X8JD8XcYY4PID,,,,,42.5134,-83.0647,anonymous,EN,1,3.89,3.89,4.769,1,1,3,1,1.476,3.556,4.334,2,0,0,15.02,0,59,27,39,37.327,46.968,48.774,4,21.921,25.741,36.397,2,-2,1,18.47,38.648,39.669,2,1,1,36.627,54.86,55.673,2,1,43.323,43.323,46.002,1,0,0,15.021,0,3,3,2,3,4,3,Opened the data source in a new tab just now and absolutely zero idea what I was looking at. Extremely confusing.,14.717,85.592,105.175,8,2,2,7,1,1,3,Don't know how cases of covid were reported or verified. E.g. don't know the source of the data and how trustworthy it is.,4.885,4.885,29.267,1,5,,7.829,16.472,18.596,2,2,7,3,4,1,5,6,0,0,26.455,0,2,6,6,7,3,6,8,8,,6.616,35.79,39.292,10,2,2,3,4,3,2,6.392,35.841,36.611,6,4,5,6.484,24.181,25.021,4,1,1985,Michigan,5,2,1,,7,,,7,4,2,,2.687,43.142,44.035,12,614149e12ad52d5ea08555e9,"{""startTime"":1678929439481,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":42271},{""label"":""window_focused"",""time"":72089}]}","{""startTime"":1678929374540,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":150,""label"":""hovered"",""timeHovered"":1126,""week"":""2021-08-09""}]}","{""startTime"":1678929266117,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":4745,""label"":""hovered"",""timeHovered"":1458,""week"":""2022-01-03""},{""time"":21914,""label"":""tour_next"",""step"":2},{""time"":25733,""label"":""tour_end"",""step"":2},{""time"":30960,""label"":""hovered"",""timeHovered"":3938,""week"":""2022-01-03""}]}","{""startTime"":1678929359004,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":9708,""label"":""hovered"",""timeHovered"":1666,""week"":""2021-09-20""}]}",1,moderate,line -2023-03-15 21:15:15,2023-03-15 21:23:53,0,131.193.184.127,100,517,1,2023-03-15 21:23:54,R_2644r2Io2JBlLZg,,,,,41.8502,-87.6736,anonymous,EN,1,16.666,16.666,17.863,1,1,2,2,2.955,4.939,5.681,2,0,0,15.111,0,93,100,50,32.603,36.249,37.011,3,9.013,62.226,70.285,19,1,1,4.906,42.041,42.664,3,1,1,1.793,46.473,47.317,4,1,15.055,46.071,47.281,9,8.231,8.981,15.11,2,5,2,6,6,5,5,,2.755,9.17,10.284,7,6,6,5,2,5,6,It seems realistic and trustworthy. Seems very accurate.,1.583,1.583,21.489,1,5,,3.712,7.25,8.007,4,2,7,3,4,1,5,6,0,0,17.777,0,3,2,1,3,2,4,1,1,,0.882,29.498,30.515,9,4,5,2,2,5,4,2.655,31.471,32.182,9,5,1,1.139,12.056,16.249,4,2,2002,Illinois,2,3,1,,3,,,10,3,2,,1.916,47.548,48.399,13,61366a0250ad37452b08b9a3,"{""startTime"":1678929574225,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678929533363,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":9130},{""label"":""window_focused"",""time"":10242},{""label"":""window_blurred"",""time"":10653},{""label"":""window_focused"",""time"":12110}]}","{""startTime"":1678929399369,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":9010,""label"":""tour_next"",""step"":5},{""time"":18228,""label"":""started_brush"",""startDate"":""2021-08-16"",""endDate"":""2022-02-13""},{""time"":18923,""label"":""tour_next"",""step"":5},{""time"":22359,""label"":""started_brush"",""startDate"":""2021-04-27"",""endDate"":""2021-08-08""},{""time"":23426,""label"":""cleared_brush"",""using"":""click""},{""time"":26380,""label"":""started_brush"",""startDate"":""2021-05-10"",""endDate"":""2021-08-20""},{""time"":28661,""label"":""cleared_brush"",""using"":""click""},{""time"":35163,""label"":""started_brush"",""startDate"":""2021-04-28"",""endDate"":""2021-07-10""},{""time"":36376,""label"":""moved_brush"",""startDate"":""2021-08-26"",""endDate"":""2021-11-07""},{""time"":37224,""label"":""moved_brush"",""startDate"":""2021-06-05"",""endDate"":""2021-08-16""},{""time"":37807,""label"":""tour_next"",""step"":5},{""time"":41042,""label"":""started_brush"",""startDate"":""2021-06-21"",""endDate"":""2021-09-11""},{""time"":42592,""label"":""moved_brush"",""startDate"":""2021-06-20"",""endDate"":""2021-09-10""},{""time"":43096,""label"":""cleared_brush"",""using"":""click""},{""time"":43940,""label"":""tour_next"",""step"":5},{""time"":49422,""label"":""tour_end"",""step"":5},{""time"":57726,""label"":""started_brush"",""startDate"":""2021-06-30"",""endDate"":""2022-02-05""},{""time"":58892,""label"":""moved_brush"",""startDate"":""2021-06-30"",""endDate"":""2022-02-05""},{""time"":59961,""label"":""moved_brush"",""startDate"":""2021-06-30"",""endDate"":""2022-02-05""},{""time"":60909,""label"":""moved_brush"",""startDate"":""2021-06-30"",""endDate"":""2022-02-05""},{""time"":61946,""label"":""moved_brush"",""startDate"":""2021-06-30"",""endDate"":""2022-02-05""},{""time"":62629,""label"":""moved_brush"",""startDate"":""2021-06-30"",""endDate"":""2022-02-05""},{""time"":63143,""label"":""moved_brush"",""startDate"":""2021-06-30"",""endDate"":""2022-02-05""},{""time"":64007,""label"":""cleared_brush"",""using"":""click""},{""time"":64009,""label"":""cleared_brush"",""using"":""Escape""},{""time"":66344,""label"":""started_brush"",""startDate"":""2021-10-08"",""endDate"":""2022-02-13""},{""time"":67237,""label"":""cleared_brush"",""using"":""click""},{""time"":67240,""label"":""cleared_brush"",""using"":""Escape""},{""time"":69289,""label"":""started_brush"",""startDate"":""2021-12-08"",""endDate"":""2022-02-13""}]}","{""startTime"":1678929517846,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":4598,""label"":""started_brush"",""startDate"":""2021-07-15"",""endDate"":""2022-02-13""},{""time"":5147,""label"":""moved_brush"",""startDate"":""2021-07-15"",""endDate"":""2022-02-13""},{""time"":5748,""label"":""moved_brush"",""startDate"":""2021-07-15"",""endDate"":""2022-02-13""},{""time"":7549,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-10""},{""time"":9765,""label"":""started_brush"",""startDate"":""2022-01-09"",""endDate"":""2022-01-11""},{""time"":10500,""label"":""cleared_brush"",""using"":""click""},{""time"":14114,""label"":""started_brush"",""startDate"":""2021-09-07"",""endDate"":""2021-10-06""}]}",1,complex,line -2023-03-15 21:04:16,2023-03-15 21:24:22,0,76.17.18.99,100,1205,1,2023-03-15 21:24:23,R_3smHkNO3ON3RBfG,,,,,33.7315,-84.4195,anonymous,EN,1,3.15,3.15,4.028,1,,,,,,,,0,0,15.014,0,81,90,91,9.783,37.293,39.533,5,4.088,48.5,75.078,10,1,-3,71.745,94.017,95.178,3,-3,-3,58.706,75.433,76.665,2,1,25.479,83.582,84.035,6,0,0,15.012,0,5,5,5,5,5,5,N/A,65.504,81.938,85.459,7,5,5,5,5,5,5,"It's clear and concise, I understand the data.",2.651,2.651,23.156,1,4,"I am in the middle of road with that. ",5.2,9.249,43.429,4,2,7,3,4,1,5,6,0,0,16.031,0,6,6,7,7,5,6,7,6,N/A,3.605,32.919,34.475,9,3,3,1,3,3,3,5.637,27.199,29.706,7,4,,3.148,3.148,5.58,1,1,1981,Georgia,6,2,1,,3,,,13,2,2,,1.065,70.915,72.011,14,5ed7b5af65b9ae09f16de102,"{""startTime"":1678929357815,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":26,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":23499,""week"":""2"",""id"":""chart""}]}","{""startTime"":1678929443778,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678929182024,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":4086,""label"":""tour_next"",""step"":5},{""time"":16243,""label"":""cleared_brush"",""using"":""Click""},{""time"":28367,""label"":""started_brush"",""startDate"":""2021-06-14"",""endDate"":""2021-10-13""},{""time"":30323,""label"":""tour_next"",""step"":5},{""time"":33633,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-08-04""},{""time"":34301,""label"":""tour_next"",""step"":5},{""time"":37819,""label"":""cleared_brush"",""using"":""Click""},{""time"":37819,""label"":""cleared_brush"",""using"":""Escape""},{""time"":41704,""label"":""started_brush"",""startDate"":""2021-08-29"",""endDate"":""2021-10-25""},{""time"":42397,""label"":""tour_next"",""step"":5},{""time"":48497,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678929341920,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":8045,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1731,""week"":""52"",""id"":""chart""},{""time"":9911,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1549,""week"":""1"",""id"":""chart""}]}",0,complex,bar -2023-03-15 21:06:47,2023-03-15 21:25:30,0,174.23.168.233,100,1122,1,2023-03-15 21:25:31,R_3g8hm476IzhM0ui,,,,,40.5541,-111.9429,anonymous,EN,1,14.475,14.475,17.308,1,1,3,1,2.792,8.117,9.704,3,0,0,15.038,0,100,100,50,10.144,19.753,23.553,4,16.172,149.341,237.172,17,1,1,34.174,59.761,65.11,2,1,1,33.339,74.239,78.947,3,1,55.612,55.612,57.773,1,0,0,15.116,0,5,5,5,6,6,5,No additional feedback to give.,20.303,54.572,65.12,8,5,5,5,4,3,5,"The different colored lines made it easy for me to figure out the data between the different age groups of vaccinated and unvaccinated people. It didn't see like there was anything deliberately misleading about it or anything lie that, so I trust it.",4.521,99.137,99.912,2,5,No additional feedback to give.,6.9,10.629,21.798,2,2,7,3,4,1,5,6,0,0,39.912,0,6,6,3,4,8,6,10,8,No additional feedback to give.,7.457,52.453,63.07,15,4,3,1,2,4,4,15.627,43.576,45.507,6,1,1,11.269,23.425,27.044,4,2,1987,Utah,6,3,1,,7,,,8,2,1,5e4a1730c94447480594cea4@email.prolific.co,3.538,148.992,154.488,23,5e4a1730c94447480594cea4,"{""startTime"":1678929356484,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678929206346,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678928893308,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":35,""label"":""tour_started""},{""time"":17827,""label"":""hovered"",""timeHovered"":28733,""week"":""2022-01-10""},{""time"":48045,""label"":""hovered"",""timeHovered"":1050,""week"":""2021-08-16""},{""time"":51083,""label"":""hovered"",""timeHovered"":1315,""week"":""2022-01-17""},{""label"":""window_blurred"",""time"":61827},{""label"":""window_focused"",""time"":64512},{""time"":67812,""label"":""tour_next"",""step"":5},{""label"":""window_blurred"",""time"":85455},{""label"":""window_focused"",""time"":87174},{""time"":94234,""label"":""started_brush"",""startDate"":""2021-09-05"",""endDate"":""2022-02-13""},{""time"":96622,""label"":""tour_next"",""step"":5},{""time"":109753,""label"":""moved_brush"",""startDate"":""2021-05-15"",""endDate"":""2021-10-23""},{""time"":112483,""label"":""tour_next"",""step"":5},{""time"":129092,""label"":""cleared_brush"",""using"":""click""},{""time"":129101,""label"":""cleared_brush"",""using"":""Escape""},{""time"":132148,""label"":""tour_next"",""step"":5},{""time"":142806,""label"":""tour_end"",""step"":5},{""time"":156752,""label"":""started_brush"",""startDate"":""2021-10-31"",""endDate"":""2022-02-13""},{""time"":159717,""label"":""hovered"",""timeHovered"":1304,""week"":""2022-01-24""},{""time"":162171,""label"":""hovered"",""timeHovered"":1041,""week"":""2022-01-03""},{""time"":163278,""label"":""hovered"",""timeHovered"":3198,""week"":""2022-01-03""},{""time"":172095,""label"":""hovered"",""timeHovered"":2816,""week"":""2022-02-07""},{""time"":181350,""label"":""moved_brush"",""startDate"":""2021-07-24"",""endDate"":""2021-11-06""},{""time"":182242,""label"":""hovered"",""timeHovered"":3524,""week"":""2021-09-20""},{""time"":191949,""label"":""moved_brush"",""startDate"":""2021-10-08"",""endDate"":""2022-01-21""},{""time"":193430,""label"":""hovered"",""timeHovered"":1261,""week"":""2022-01-10""},{""time"":195384,""label"":""hovered"",""timeHovered"":1987,""week"":""2022-01-03""},{""time"":199253,""label"":""hovered"",""timeHovered"":1139,""week"":""2021-12-20""},{""time"":201235,""label"":""hovered"",""timeHovered"":1101,""week"":""2022-01-03""},{""time"":203520,""label"":""hovered"",""timeHovered"":1496,""week"":""2021-11-29""},{""time"":209727,""label"":""moved_brush"",""startDate"":""2021-08-01"",""endDate"":""2021-11-14""},{""time"":212418,""label"":""hovered"",""timeHovered"":3368,""week"":""2021-08-23""},{""time"":216121,""label"":""hovered"",""timeHovered"":1102,""week"":""2021-08-23""},{""time"":221228,""label"":""moved_brush"",""startDate"":""2021-08-27"",""endDate"":""2021-12-10""},{""time"":223138,""label"":""hovered"",""timeHovered"":1123,""week"":""2021-11-29""},{""time"":225702,""label"":""hovered"",""timeHovered"":1014,""week"":""2021-11-29""},{""time"":229560,""label"":""hovered"",""timeHovered"":1886,""week"":""2021-08-30""}]}","{""startTime"":1678929190390,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":11784,""label"":""started_brush"",""startDate"":""2021-09-23"",""endDate"":""2022-01-07""},{""time"":12577,""label"":""hovered"",""timeHovered"":2431,""week"":""2021-12-20""}]}",1,complex,line -2023-03-15 21:15:28,2023-03-15 21:25:33,0,98.62.136.200,100,604,1,2023-03-15 21:25:34,R_AHi41qbTyQPPNaV,,,,,33.9521,-84.5475,anonymous,EN,1,5.379,5.379,6.665,1,1,2,2,3.915,8.141,9.715,2,0,0,16.117,0,89,34,62,5.996,12.577,14.228,4,19.212,91.17,91.951,17,1,1,40.912,57.771,59.47,2,-2,1,32.719,65.364,67.038,2,1,17.491,32.708,34.65,3,0,0,15.976,0,5,2,5,5,5,5,no thank you,12.959,34.02,39.602,9,5,4,5,7,7,5,the facts look solid,2.5,2.5,12.238,1,4,no thank you,5.93,8.259,13.139,5,2,7,3,4,1,5,6,0,0,18.026,0,5,8,7,8,7,8,10,8,no thank you,5.285,25.961,33.451,10,4,3,2,2,3,5,10.714,39.806,40.938,6,3,1,4.677,12.064,13.58,2,2,1977,Georgia,3,3,1,,7,,,5,4,1,lovebunnyok@gmail.com,1.577,51.158,59.445,13,5adb40e0f6b58c0001fa33d3,"{""startTime"":1678929533551,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678929573620,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678929389458,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":11651,""label"":""hovered"",""timeHovered"":2694,""week"":""2021-08-16""},{""time"":14652,""label"":""hovered"",""timeHovered"":1668,""week"":""2021-08-09""},{""time"":30781,""label"":""tour_next"",""step"":5},{""time"":50786,""label"":""cleared_brush"",""using"":""click""},{""time"":53804,""label"":""cleared_brush"",""using"":""click""},{""time"":56318,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-07-26""},{""time"":57374,""label"":""tour_next"",""step"":5},{""time"":64718,""label"":""moved_brush"",""startDate"":""2021-04-25"",""endDate"":""2021-08-09""},{""time"":65529,""label"":""tour_next"",""step"":5},{""time"":77303,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-07-26""},{""time"":79557,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-07-26""},{""time"":83601,""label"":""cleared_brush"",""using"":""click""},{""time"":83602,""label"":""cleared_brush"",""using"":""Escape""},{""time"":85077,""label"":""tour_next"",""step"":5},{""time"":88525,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678929516971,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":12226,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-07-10""}]}",1,complex,line -2023-03-15 21:18:10,2023-03-15 21:25:54,0,135.180.94.50,100,464,1,2023-03-15 21:25:55,R_9yFylgPpn3fcprz,,,,,37.7562,-122.4866,anonymous,EN,1,2.087,2.087,4.053,1,1,4,1,34.804,41.763,43.264,3,0,0,15.011,0,92,90,63,5.34,13.065,13.769,3,22.013,29.689,34.069,2,1,1,49.291,61.29,62.538,2,-3,-3,19.022,37.914,38.994,2,1,26.058,26.058,27.23,1,0,0,15.007,0,5,3,4,5,5,5,,42.65,49.646,51.275,6,2,4,5,3,3,4,"I think I do, but not sure if the survey made up the charts.",3.659,3.659,13.271,1,4,,2.997,2.997,4.426,1,2,7,3,4,1,5,6,0,0,13.449,0,8,8,7,8,9,4,9,9,,4.003,11.983,14.013,8,3,2,4,4,3,2,5.388,19.831,20.709,6,2,1,1.868,5.766,7.159,2,2,1990,California,6,3,1,,2,,,17,1,2,,1.595,33.762,34.825,13,5f473eafdbc4a2121ceae963,"{""startTime"":1678929706958,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678929758738,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678929593995,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":7656,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1849,""week"":""34"",""id"":""chart""},{""time"":9831,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5267,""week"":""35"",""id"":""chart""},{""time"":16214,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2108,""week"":""52"",""id"":""chart""},{""time"":18342,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1806,""week"":""1"",""id"":""chart""},{""time"":22010,""label"":""tour_next"",""step"":2},{""time"":29685,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678929691471,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":5930,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2259,""week"":""52"",""id"":""chart2""},{""time"":12892,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2047,""week"":""32"",""id"":""chart""}]}",1,simple,bar -2023-03-15 21:16:31,2023-03-15 21:26:00,0,98.14.99.135,100,569,1,2023-03-15 21:26:01,R_yJWvkJlKJpWVh9n,,,,,40.7114,-74.0005,anonymous,EN,1,15.036,15.036,16.001,1,1,3,1,2.442,3.828,4.958,2,12.65,14.782,15.107,2,95,96,50,11.549,17.3,18.269,3,17.444,21.05,25.381,2,1,-3,5.274,53.056,55.373,3,1,1,60.509,70.863,72.428,2,1,32.187,32.187,34.079,1,0,0,15.115,0,5,3,5,5,5,5,,6.173,16.418,18.673,6,5,5,5,3,5,5,"The chart seems very comprehensible and also aligned with my own knowledge of the cases back in Jan and the spike. ",2.201,2.201,28.036,1,4,,8.971,10.605,11.893,5,2,7,3,4,1,5,6,0,0,15.55,0,4,7,7,4,5,6,9,8,,6.193,18.671,20.532,8,3,4,2,2,5,4,11.066,30.134,32.693,8,3,1,6.303,14.145,15.711,2,2,1993,New York,6,2,3,,2,,,8,2,2,,2.353,119.829,122.924,41,6016dca5fdf98587f9a0ca71,"{""startTime"":1678929607325,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678929559428,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678929461895,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":13626,""label"":""hovered"",""timeHovered"":1240,""week"":""2021-12-06""},{""time"":17425,""label"":""tour_next"",""step"":2},{""time"":21028,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678929543596,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":10353,""label"":""hovered"",""timeHovered"":2619,""week"":""2022-01-31""}]}",1,simple,line -2023-03-15 21:13:29,2023-03-15 21:26:52,0,173.66.109.70,100,802,1,2023-03-15 21:26:53,R_3pl3XzS7gOZ4t15,,,,,39.0828,-77.1674,anonymous,EN,1,46.675,66.984,68.734,3,,,,,,,,0,0,15.118,0,56,66,69,9.077,24.338,30.016,6,32.621,90.407,91.53,9,1,1,2.806,30.744,31.881,7,1,1,1.385,39.849,41.761,8,1,37.335,155.325,156.543,6,9.003,9.003,15.113,1,5,3,7,5,5,5,n/a,8.263,24.104,28.998,10,3,5,5,7,1,5,"I have no reason not to trust the visualization. It seems accurate, but I really have no previous experience to draw upon to determine the graph's validity.",2.342,2.342,63.015,1,4,n/a,9.14,13.02,17.403,5,2,3,4,5,1,6,7,23.455,28.137,30.459,2,7,7,8,8,7,6,9,10,n/a,3.343,23.563,26.893,11,3,3,2,3,4,3,9.928,37.46,38.6,9,4,,4.129,5.765,8.842,2,1,1990,Virginia,6,3,1,,9,,Rockville,11,3,1,andrew.mcgowan7@gmail.com,3.502,73.611,82.082,24,5e63e793e50a6316a75213c4,"{""startTime"":1678929563033,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678929470174,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678929330340,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":9441,""label"":""hovered"",""timeHovered"":3050,""week"":""2021-04-12""},{""time"":19141,""label"":""hovered"",""timeHovered"":1849,""week"":""2021-08-16""},{""time"":40151,""label"":""tour_next"",""step"":2},{""time"":47961,""label"":""tour_end"",""step"":2},{""time"":52611,""label"":""hovered"",""timeHovered"":2138,""week"":""2022-01-03""},{""time"":55615,""label"":""hovered"",""timeHovered"":2845,""week"":""2021-12-27""},{""time"":61562,""label"":""hovered"",""timeHovered"":2607,""week"":""2021-06-07""},{""time"":65472,""label"":""hovered"",""timeHovered"":15941,""week"":""2021-08-16""},{""time"":82395,""label"":""hovered"",""timeHovered"":1257,""week"":""2021-09-27""}]}","{""startTime"":1678929454551,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":12475,""label"":""hovered"",""timeHovered"":1339,""week"":""2022-01-03""}]}",0,simple,line -2023-03-15 21:13:42,2023-03-15 21:27:14,0,184.155.105.243,100,811,1,2023-03-15 21:27:14,R_1E0srBrcs6saGsb,,,,,33.6528,-85.8417,anonymous,EN,1,12.229,12.229,14.333,1,,,,,,,,4.958,5.925,15.041,3,100,100,72,12.218,46.298,47.705,7,27.414,43.078,56.194,5,1,1,20.527,50.423,65.026,4,-3,-3,10.542,124.629,128.593,4,-2,1.967,63.462,65.843,4,13.396,13.396,15.046,1,3,2,3,5,6,4,,20.913,43.219,48.038,6,5,6,6,7,7,4,I don't know enough about insect and fungi related diseases in crops so I trust that there is a possibility that it is an accurate visualization.,4.287,111.549,114.319,8,4,,7.653,7.653,11.718,1,2,7,3,4,1,5,6,0,0,25.612,0,2,2,5,3,1,3,3,3,,5.694,21.085,25.581,9,5,5,1,1,5,5,4.487,29.15,32.668,7,4,,3.513,3.513,6.719,1,2,1997,Alabama,3,1,1,,3,,,3,1,2,,2.474,58.719,63.434,15,5daca5b06aa37b00126c8d41,"{""startTime"":1678929605357,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678929452693,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678929313694,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":43,""label"":""tour_started""},{""time"":7283,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3618,""week"":""40"",""id"":""chart""},{""time"":15414,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1402,""week"":""26"",""id"":""chart""},{""time"":21581,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1650,""week"":""52"",""id"":""chart""},{""time"":27397,""label"":""tour_next"",""step"":2},{""time"":31494,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1884,""week"":""52"",""id"":""chart2""},{""time"":40621,""label"":""tour_end"",""step"":2},{""time"":49815,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1675,""week"":""28"",""id"":""chart2""},{""time"":52963,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1110,""week"":""32"",""id"":""chart""}]}","{""startTime"":1678929436576,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":3770,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2044,""week"":""52"",""id"":""chart2""},{""time"":8877,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2009,""week"":""1"",""id"":""chart""},{""time"":10953,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1060,""week"":""52"",""id"":""chart""}]}",0,simple,bar -2023-03-15 21:17:51,2023-03-15 21:27:23,0,98.221.120.19,100,571,1,2023-03-15 21:27:23,R_ZaeqA4wmOYPx5OF,,,,,40.4856,-74.6265,anonymous,EN,1,7.38,7.38,8.965,1,,,,,,,,0,0,15.123,0,88,83,20,12.009,18.225,20.336,3,17.125,26.553,28.745,2,-3,1,32.662,51.498,53.138,3,1,-3,13.004,45.194,47.669,2,1,45.04,45.04,49.857,1,0,0,15.018,0,4,4,4,4,2,4,The dates within each month are distracting. Just use the week number.,10.258,28.059,57.735,7,3,5,3,7,7,4,I don't really know the source. But who would lie about this?,2.679,2.679,21.349,1,6,,8.3,9.899,11.933,2,2,7,3,4,1,5,6,0,0,24.34,0,1,2,9,5,1,8,6,7,,5.796,22.493,30.486,8,5,4,1,1,5,5,10.361,34.071,36.04,6,6,,6.448,6.448,9.4,1,1,1957,New Jersey,7,1,1,,7,,,17,4,2,,2.273,78.346,83.885,24,614efa2878aa3275b54d0bdf,"{""startTime"":1678929623244,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678929681501,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678929524687,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":9179,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1486,""week"":""3"",""id"":""chart""},{""time"":17117,""label"":""tour_next"",""step"":2},{""time"":26545,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678929607412,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":6197,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2698,""week"":""52"",""id"":""chart""}]}",0,simple,bar -2023-03-15 21:21:06,2023-03-15 21:27:39,0,216.106.137.65,100,392,1,2023-03-15 21:27:40,R_2rNNUZF6ROPnlkb,,,,,39.9947,-105.2366,anonymous,EN,1,4.142,4.142,5.138,1,1,2,2,1.014,2.337,3.561,2,0,0,15.01,0,100,63,82,4.269,8.043,9.644,3,8.233,13.023,13.871,2,1,-3,19.637,40.267,42.071,3,1,1,15.565,47.442,48.985,3,-1,43.842,46.237,47.484,2,0,0,15.009,0,6,4,6,6,5,6,,5.457,13.438,14.472,6,5,5,5,3,5,5,it looks professional and the data comes from the cdc,1.728,1.728,16.11,1,5,,3.575,7.499,8.546,4,2,7,3,4,1,5,6,0,0,14.007,0,3,4,7,7,3,6,10,11,,4.464,21.096,22.794,12,3,5,2,2,5,4,8.854,24.903,25.697,8,3,2,1.799,5.997,6.964,2,1,2002,Colorado,3,1,1,,7,,,19,3,1,sam6434@icloud.com,2.881,37.445,41.784,16,6293ec5a8c59ee7feb09eab7,"{""startTime"":1678929818464,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678929785047,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678929712222,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":8223,""label"":""tour_next"",""step"":2},{""time"":13013,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678929769281,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":9006,""label"":""hovered"",""timeHovered"":1107,""week"":""2022-01-31""}]}",1,simple,line -2023-03-15 21:21:10,2023-03-15 21:28:38,0,174.85.246.186,100,448,1,2023-03-15 21:28:38,R_1llSKCS77zU6Gcg,,,,,34.3454,-86.274,anonymous,EN,1,3.389,3.389,4.226,1,,,,,,,,1.101,8.554,15.007,6,94,81,90,8.129,15.473,16.554,3,19.552,68.106,72.999,13,1,1,19.295,32.295,34.898,2,-3,-3,25.346,36.906,38.324,2,1,36.2,36.2,37.403,1,0,0,15.008,0,6,6,6,4,6,6,,7.139,21.211,23.07,6,6,6,6,2,7,6,I have no reason to believe this visualization is giving untrue data,1.561,1.561,26.339,1,6,,2.891,2.891,4.148,1,2,7,3,4,1,5,6,0,0,13.32,0,2,5,10,9,2,8,10,10,,4.416,15.296,17.177,8,4,5,1,2,5,4,1.629,11.517,12.215,6,4,,1.595,1.595,3.605,1,2,1982,Alabama,3,2,1,,9,,Guntersville,5,4,1,constance.beasley@hotmail.com,1.986,52.083,56.126,18,5bcc1fce4249b20001bc99f1,"{""startTime"":1678929897181,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678929847952,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678929719497,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":24,""label"":""tour_started""},{""time"":19519,""label"":""tour_next"",""step"":5},{""time"":32088,""label"":""started_brush"",""startDate"":""2021-09-03"",""endDate"":""2021-10-02""},{""time"":33070,""label"":""tour_next"",""step"":5},{""time"":38168,""label"":""moved_brush"",""startDate"":""2021-08-24"",""endDate"":""2021-09-21""},{""time"":41209,""label"":""moved_brush"",""startDate"":""2021-08-24"",""endDate"":""2021-11-22""},{""time"":41934,""label"":""tour_next"",""step"":5},{""time"":51122,""label"":""cleared_brush"",""using"":""Click""},{""time"":51122,""label"":""cleared_brush"",""using"":""Escape""},{""time"":53126,""label"":""tour_next"",""step"":5},{""time"":57390,""label"":""tour_end"",""step"":5},{""time"":64472,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2295,""week"":""1"",""id"":""chart""},{""time"":68891,""label"":""cleared_brush"",""using"":""Click""},{""time"":72098,""label"":""started_brush"",""startDate"":""2021-05-19"",""endDate"":""2021-10-25""}]}","{""startTime"":1678929832004,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":3468,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3608,""week"":""52"",""id"":""chart""},{""time"":12029,""label"":""started_brush"",""startDate"":""2021-10-31"",""endDate"":""2022-01-01""}]}",0,complex,bar -2023-03-15 21:14:59,2023-03-15 21:29:34,0,209.122.98.20,100,875,1,2023-03-15 21:29:35,R_3gR8CtsQWyshzfO,,,,,37.9653,-87.3902,anonymous,EN,1,33.603,33.603,34.825,1,2,,2,2.653,2.653,4.059,1,0,0,15.007,0,2,98,99,20.267,28.093,31.878,3,35.606,102.914,144.621,13,1,-3,20.774,66.761,70.244,2,1,1,28.963,57.247,59.055,3,-2,11.734,50.878,52.606,3,0,0,15.107,0,1,1,1,5,2,1,,7.736,31.286,34.599,7,3,4,4,2,7,1,"I don't trust any numbers reguarding covid-19 infection of the unvaccinated or vaccinated. There was way way too many things counted as covid that were not and nuumbers and counts were fudged across all stake holders like hospitals, doctors, scientists, and the government in order to push their agendas and narratives.",2.679,2.679,102.265,1,2,,5.425,10.335,12.304,5,2,7,3,4,1,5,6,0,0,23.734,0,1,1,9,7,2,6,2,4,,5.312,48.914,51.664,14,4,4,1,2,4,4,10.728,41.316,42.693,6,6,4,9.542,20.113,22.661,2,1,1980,Indiana,3,2,1,,7,,,5,3,1,stutsman@gmail.com,4.301,58.762,68.169,13,63356ce6be65e7962bfc424d,"{""startTime"":1678929780189,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678929622655,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":5920,""label"":""hovered"",""timeHovered"":2812,""week"":""2022-01-24""},{""time"":13959,""label"":""started_brush"",""startDate"":""2021-06-02"",""endDate"":""2022-02-13""},{""time"":19931,""label"":""moved_brush"",""startDate"":""2022-01-28"",""endDate"":""2022-02-13""},{""time"":24162,""label"":""moved_brush"",""startDate"":""2022-01-28"",""endDate"":""2022-02-13""}]}","{""startTime"":1678929407929,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":13484,""label"":""hovered"",""timeHovered"":5698,""week"":""2021-07-12""},{""time"":21099,""label"":""hovered"",""timeHovered"":2882,""week"":""2021-07-05""},{""time"":24365,""label"":""hovered"",""timeHovered"":1282,""week"":""2021-05-31""},{""time"":25731,""label"":""hovered"",""timeHovered"":1766,""week"":""2021-05-31""},{""time"":27914,""label"":""hovered"",""timeHovered"":6498,""week"":""2021-06-21""},{""time"":35698,""label"":""tour_next"",""step"":5},{""time"":53461,""label"":""cleared_brush"",""using"":""click""},{""time"":56185,""label"":""cleared_brush"",""using"":""click""},{""time"":64057,""label"":""started_brush"",""startDate"":""2021-09-04"",""endDate"":""2021-10-22""},{""time"":64923,""label"":""tour_next"",""step"":5},{""time"":75211,""label"":""moved_brush"",""startDate"":""2021-05-01"",""endDate"":""2021-06-18""},{""time"":82624,""label"":""moved_brush"",""startDate"":""2021-09-25"",""endDate"":""2021-11-12""},{""time"":83546,""label"":""tour_next"",""step"":5},{""time"":88938,""label"":""cleared_brush"",""using"":""click""},{""time"":88942,""label"":""cleared_brush"",""using"":""Escape""},{""time"":90984,""label"":""tour_next"",""step"":5},{""time"":96780,""label"":""tour_end"",""step"":5},{""time"":112948,""label"":""started_brush"",""startDate"":""2021-04-21"",""endDate"":""2021-05-18""},{""time"":142614,""label"":""moved_brush"",""startDate"":""2022-01-17"",""endDate"":""2022-02-13""}]}","{""startTime"":1678929606549,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":13184,""label"":""started_brush"",""startDate"":""2021-11-12"",""endDate"":""2022-01-04""}]}",1,complex,line -2023-03-15 21:20:14,2023-03-15 21:30:32,0,107.184.225.49,100,617,1,2023-03-15 21:30:32,R_1oaPS87RQpgh5cB,,,,,34.0903,-118.3749,anonymous,EN,1,6.714,6.714,7.973,1,1,4,2,1.408,2.826,3.928,2,0,0,15.008,0,53,64,66,6.901,11.757,13.425,3,4.414,65.019,82.395,27,1,1,49.467,80.077,80.86,4,1,1,26.195,128.556,129.7,9,1,25.809,37.323,38.431,4,0,0,15.109,0,5,5,5,5,6,5,,41.516,45.904,49.943,6,3,5,5,3,2,5,"It seems like a good way to represent data and the data seems accurate from what I remember, though I obviously don't have the numbers in front of me.",1.717,1.717,22.707,1,4,,3.66,5.366,6.799,4,2,7,3,4,1,5,6,0,0,19.599,0,2,4,3,3,4,4,9,8,,5.617,17.151,18.561,9,5,4,2,1,4,5,4.963,15.201,15.995,8,2,1,1.652,5.182,7.083,2,2,1996,California,7,3,1,,7,,,9,4,1,oliviastrebe@gmail.com,1.648,52.319,56.436,14,61156cab775e1f9e2c3a4bfa,"{""startTime"":1678929838789,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678929800643,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678929663477,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":1699,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1274,""week"":""34"",""id"":""chart""},{""time"":4413,""label"":""tour_next"",""step"":5},{""time"":8218,""label"":""tour_back"",""step"":5},{""time"":9534,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1254,""week"":""50"",""id"":""chart""},{""time"":11452,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6387,""week"":""52"",""id"":""chart""},{""time"":24523,""label"":""tour_next"",""step"":5},{""time"":27851,""label"":""cleared_brush"",""using"":""Click""},{""time"":30502,""label"":""started_brush"",""startDate"":""2021-06-16"",""endDate"":""2021-07-15""},{""time"":31123,""label"":""started_brush"",""startDate"":""2021-09-03"",""endDate"":""2021-10-21""},{""time"":31796,""label"":""tour_next"",""step"":5},{""time"":35395,""label"":""started_brush"",""startDate"":""2021-07-15"",""endDate"":""2021-09-20""},{""time"":46213,""label"":""cleared_brush"",""using"":""Click""},{""time"":48568,""label"":""cleared_brush"",""using"":""Click""},{""time"":49879,""label"":""cleared_brush"",""using"":""Click""},{""time"":51131,""label"":""started_brush"",""startDate"":""2021-10-28"",""endDate"":""2021-11-24""},{""time"":53710,""label"":""moved_brush"",""startDate"":""2021-10-28"",""endDate"":""2022-01-08""},{""time"":56234,""label"":""tour_next"",""step"":5},{""time"":62010,""label"":""cleared_brush"",""using"":""Click""},{""time"":63093,""label"":""tour_next"",""step"":5},{""time"":65018,""label"":""tour_end"",""step"":5},{""time"":66456,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1462,""week"":""51"",""id"":""chart""},{""time"":68327,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4248,""week"":""51"",""id"":""chart""},{""time"":73462,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1870,""week"":""1"",""id"":""chart""},{""time"":75356,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1895,""week"":""2"",""id"":""chart""}]}","{""startTime"":1678929785027,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":232,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1841,""week"":""47"",""id"":""chart""},{""time"":4112,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2001,""week"":""52"",""id"":""chart""},{""time"":6154,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1418,""week"":""1"",""id"":""chart""}]}",1,complex,bar -2023-03-15 21:23:59,2023-03-15 21:30:46,0,68.225.229.7,100,406,1,2023-03-15 21:30:46,R_Y0jMxRO4A207PBT,,,,,33.5879,-117.6974,anonymous,EN,1,0.055,3.442,4.241,2,,,,,,,,0,0,15.02,0,99,99,51,6.43,11.021,12.781,3,17.445,21.981,24.315,2,1,1,8.547,17.965,19.524,2,1,1,20.881,50.693,51.735,4,1,20.305,20.781,28.353,2,0,0,15.023,0,4,5,4,5,5,4,,10.402,20.662,23.473,6,5,5,3,1,7,4,I don't see any reason why the data would be manipulated and it is presented clearly. It seems like seasonal variations in weather could cause the spikes in disease.,2.879,2.879,33.825,1,1,,4.538,5.301,7.951,2,2,7,3,4,1,5,6,0,0,14.076,0,1,1,5,5,1,3,3,5,,3.709,17.846,21.093,8,3,4,2,2,4,4,7.744,26.835,27.793,6,5,,1.739,1.739,5.466,1,1,1988,California,3,2,1,,7,,,6,4,2,,2.121,45.24,53.475,14,5e1a7114a90da52e206de7ea,"{""startTime"":1678929994937,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678929939194,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678929879117,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":11817,""label"":""hovered"",""timeHovered"":3790,""week"":""2021-12-27""},{""time"":17440,""label"":""tour_next"",""step"":2},{""time"":21976,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678929923737,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":10677,""label"":""hovered"",""timeHovered"":1739,""week"":""2021-12-27""}]}",0,simple,line -2023-03-15 21:18:54,2023-03-15 21:30:49,0,172.220.9.10,100,714,1,2023-03-15 21:30:50,R_3fADeCqzCrwYlau,,,,,43.0812,-89.3845,anonymous,EN,1,2.02,12.86,14.729,2,,,,,,,,0,0,15.009,0,100,100,54,11.303,20.36,32.462,6,2.22,112.968,115.677,12,1,1,2.833,34.611,36.117,5,1,1,34.452,52.509,53.298,6,1,25.625,36.607,38.255,3,5.913,5.913,15.11,1,5,4,5,5,5,5,"Like I said, I basically trust the data, but there seems to be an issue with the interactive part of the visualization where the fungus/insect colors don't match the key. I'm not sure if this was a deliberate part of the study or not.",9.028,32.026,68.864,10,5,5,5,3,7,5,"Actually, I just noticed that maybe the colors of the fungi and insects don't match between the interactive part and the key; so maybe I don't. But now I don't remember if it was like that in all of the times I saw it or just last time. But other than that it seems like a good and comprehensive graph.",3.152,3.152,70.339,1,5,,4.88,6.42,10.98,2,2,7,3,4,1,5,6,8.879,16.96,17.9,2,1,1,1,3,3,1,10,9,,2.66,24.318,26.102,12,4,4,1,1,5,5,2.29,22.643,24.441,8,1,,3.978,5.569,6.633,3,1,1987,Wisconsin,7,2,1,,7,,,3,2,1,jlpars@umich.edu,2.21,59.691,69.287,21,5b5e7e643bac1d0001f9bf28,"{""startTime"":1678929914629,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":10687,""label"":""hovered"",""timeHovered"":1538,""week"":""2022-01-17""},{""time"":12237,""label"":""hovered"",""timeHovered"":1272,""week"":""2022-01-17""}]}","{""startTime"":1678929777601,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":28258,""label"":""hovered"",""timeHovered"":2580,""week"":""2022-01-03""},{""time"":33176,""label"":""hovered"",""timeHovered"":1558,""week"":""2021-12-27""},{""time"":34745,""label"":""hovered"",""timeHovered"":1156,""week"":""2021-12-27""},{""time"":42582,""label"":""hovered"",""timeHovered"":1456,""week"":""2022-01-31""},{""time"":56184,""label"":""hovered"",""timeHovered"":2239,""week"":""2022-01-31""},{""time"":59337,""label"":""hovered"",""timeHovered"":1655,""week"":""2022-01-31""}]}","{""startTime"":1678929606224,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":8109,""label"":""hovered"",""timeHovered"":1401,""week"":""2021-10-18""},{""time"":39115,""label"":""tour_next"",""step"":5},{""time"":58046,""label"":""started_brush"",""startDate"":""2021-06-18"",""endDate"":""2021-09-07""},{""time"":59341,""label"":""tour_next"",""step"":5},{""time"":63949,""label"":""moved_brush"",""startDate"":""2021-06-18"",""endDate"":""2021-09-07""},{""time"":67267,""label"":""moved_brush"",""startDate"":""2021-06-18"",""endDate"":""2022-02-13""},{""time"":71826,""label"":""moved_brush"",""startDate"":""2021-12-10"",""endDate"":""2022-02-13""},{""time"":72839,""label"":""tour_next"",""step"":5},{""time"":77702,""label"":""cleared_brush"",""using"":""click""},{""time"":79184,""label"":""tour_next"",""step"":5},{""time"":90269,""label"":""tour_end"",""step"":5},{""time"":105274,""label"":""started_brush"",""startDate"":""2021-08-27"",""endDate"":""2021-11-19""},{""time"":107587,""label"":""moved_brush"",""startDate"":""2021-08-27"",""endDate"":""2021-11-19""},{""time"":108468,""label"":""cleared_brush"",""using"":""click""}]}","{""startTime"":1678929761870,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line -2023-03-15 21:21:17,2023-03-15 21:31:34,0,75.137.246.15,100,616,1,2023-03-15 21:31:35,R_1Q5gKFqyuwRXSAm,,,,,32.3151,-86.2449,anonymous,EN,1,1.806,4.275,5.137,3,,,,,,,,0,0,15.01,0,91,94,79,0.468,23.997,24.948,7,10.116,28.255,29.087,6,1,1,5.91,63.961,64.951,11,1,1,10.737,66.431,67.016,8,1,46.274,87.664,88.583,5,3.185,3.185,15.121,1,4,5,5,5,3,4,,14.534,34.31,35.155,12,5,5,5,2,7,5,"I don't know anything about the topic, but it seems reasonable to believe in the data shown here. It has numbers that span over a period of time which shows a pretty big picture too.",3.502,59.577,87.701,3,5,,2.949,6.887,8.049,5,2,7,3,4,1,5,6,5.438,15.961,18.732,2,4,4,1,4,4,2,9,6,,6.51,19.635,20.261,13,4,4,2,2,4,4,4.169,19.881,20.781,9,1,,2.757,3.746,4.353,2,2,1993,Alabama,6,3,1,,9,,Montgomery,3,3,2,,1.499,56.813,57.687,31,5aef97b09516fe00010959f4,"{""startTime"":1678929956512,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678929846644,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678929735254,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":13797,""label"":""hovered"",""timeHovered"":3443,""week"":""2021-10-11""},{""time"":23005,""label"":""tour_next"",""step"":2},{""time"":26642,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678929830866,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,line -2023-03-15 21:07:08,2023-03-15 21:31:56,0,71.60.138.248,100,1488,1,2023-03-15 21:31:57,R_3IRwMATmZEoo2i1,,,,,40.2917,-79.4054,anonymous,EN,1,11.792,34.46,35.906,2,2,,2,8.304,8.304,9.957,1,0,0,15.022,0,69,33,79,33.008,51.328,52.76,5,5.655,157.626,159.575,22,-2,1,23.05,99.273,100.604,9,-1,-3,9.038,113.664,114.893,13,-3,16.577,36.395,37.786,5,10.444,10.444,15.111,1,3,4,3,4,6,4,"I see the CDC is the source now, in the previous question I answered I didn't know where the data was obtained because i didn't notice the CDC notation under the chart, unless it wasn't there? :)",16.804,37.912,95.655,8,4,3,2,4,2,3,"I have no idea how the data was gathered, if this is a 'dishonest' research study, etc. Where did the visualization come from? Who provided the data? How was it collected? ",2.824,2.824,61.764,1,6,"Thank you, good luck! ",6.443,13.587,21.93,4,2,7,3,4,1,5,6,10.998,25.278,26.697,2,3,5,4,4,7,6,10,8,,5.701,33.69,34.845,12,2,4,2,4,5,3,7.796,39.219,40.455,9,3,1,2.125,12.409,13.667,5,2,1967,Pennsylvania,3,1,1,,7,,,3,4,1,6066736bd2119d9d5f7232eb@email.prolific.co,1.907,362.439,363.907,110,6066736bd2119d9d5f7232eb,"{""startTime"":1678929297889,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678929169429,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":7170,""label"":""started_brush"",""startDate"":""2021-11-01"",""endDate"":""2022-01-02""},{""time"":11060,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1496,""week"":""52"",""id"":""chart""},{""time"":17522,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2418,""week"":""52"",""id"":""chart""},{""time"":19993,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1946,""week"":""51"",""id"":""chart""}]}","{""startTime"":1678928954753,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":25,""label"":""tour_started""},{""time"":30396,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3931,""week"":""52"",""id"":""chart""},{""time"":35837,""label"":""tour_next"",""step"":5},{""time"":56566,""label"":""started_brush"",""startDate"":""2021-05-04"",""endDate"":""2021-08-01""},{""time"":58188,""label"":""tour_next"",""step"":5},{""time"":70967,""label"":""moved_brush"",""startDate"":""2021-06-01"",""endDate"":""2021-08-29""},{""time"":73131,""label"":""tour_next"",""step"":5},{""time"":79682,""label"":""cleared_brush"",""using"":""Click""},{""time"":79682,""label"":""cleared_brush"",""using"":""Escape""},{""time"":85658,""label"":""tour_next"",""step"":5},{""time"":95075,""label"":""tour_end"",""step"":5},{""time"":99363,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5145,""week"":""52"",""id"":""chart""},{""time"":104919,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3003,""week"":""52"",""id"":""chart""},{""time"":108601,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1218,""week"":""51"",""id"":""chart""},{""time"":109917,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8042,""week"":""52"",""id"":""chart""},{""time"":129475,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3049,""week"":""15"",""id"":""chart""},{""time"":132533,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1051,""week"":""15"",""id"":""chart""},{""time"":135727,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1247,""week"":""16"",""id"":""chart""}]}","{""startTime"":1678929153598,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":3169,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3238,""week"":""1"",""id"":""chart""}]}",1,complex,bar -2023-03-15 21:19:49,2023-03-15 21:32:26,0,69.245.83.23,100,757,1,2023-03-15 21:32:26,R_1EgledL37tT9QJV,,,,,32.0563,-81.05,anonymous,EN,1,39.591,39.591,41.369,1,1,3,1,3.167,7.565,8.895,2,0,0,15.113,0,92,100,100,22.626,30.191,30.98,4,22.922,27.16,37.969,2,1,1,17.789,38.486,39.896,2,-3,1,22.552,88.638,94.603,6,-1,43.028,43.028,44.325,1,0,0,15.01,0,5,4,5,6,6,5,,12.293,66.724,69.92,7,6,6,6,6,6,6,"The visualization matches the numbers. There doesn't appear to be any trickery. ",6.131,6.131,60.422,1,6,,10.822,10.822,22.838,1,2,7,3,4,1,5,6,0,0,28.598,0,4,4,1,4,3,1,8,7,,6.273,30.173,44.848,9,3,5,1,2,5,4,10.274,34.688,39.551,6,1,1,7.516,13.676,15.209,2,2,1994,Georgia,7,2,1,,9,,Savannah,5,4,1,justinarieger94@gmail.com,3.663,83.552,86.507,23,6412602f8dbfc5b8426867f2,"{""startTime"":1678929852511,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":12282,""label"":""source_clicked""},{""label"":""window_blurred"",""time"":12307},{""label"":""window_focused"",""time"":18897},{""label"":""window_blurred"",""time"":22145},{""label"":""window_focused"",""time"":27461},{""time"":51771,""label"":""hovered"",""timeHovered"":9542,""week"":""2022-01-10""}]}","{""startTime"":1678929923073,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678929703209,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":1988,""label"":""hovered"",""timeHovered"":3372,""week"":""2021-12-20""},{""time"":10373,""label"":""hovered"",""timeHovered"":3825,""week"":""2021-09-13""},{""time"":15353,""label"":""hovered"",""timeHovered"":1790,""week"":""2021-11-22""},{""time"":19080,""label"":""hovered"",""timeHovered"":2455,""week"":""2022-01-10""},{""time"":22915,""label"":""tour_next"",""step"":2},{""time"":27152,""label"":""tour_end"",""step"":2},{""time"":30046,""label"":""hovered"",""timeHovered"":1933,""week"":""2021-11-08""}]}","{""startTime"":1678929836917,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7598,""label"":""hovered"",""timeHovered"":2093,""week"":""2022-01-10""},{""time"":11267,""label"":""hovered"",""timeHovered"":1175,""week"":""2022-01-10""},{""time"":12448,""label"":""hovered"",""timeHovered"":1487,""week"":""2022-01-10""}]}",1,moderate,line -2023-03-15 21:22:46,2023-03-15 21:33:24,0,98.4.185.172,100,637,1,2023-03-15 21:33:25,R_12gR0QmA3TNVDNl,,,,,43.1503,-77.5881,anonymous,EN,1,7.668,7.668,8.89,1,,,,,,,,0,0,15.008,0,88,87,70,8.331,14.202,15.635,3,28.621,77.493,81.685,8,1,-2,18.163,76.739,90.343,2,1,1,11.362,21.005,22.84,2,1,4.27,43.973,45.458,6,0,0,15.024,0,2,7,2,3,7,7,"The color key w/in the static and interactive maps have different color coding. ",34.133,47.375,72.595,7,7,7,4,7,1,7,"The key for the static vs. interactive visualizations are inconsistent. ",3.314,3.314,27.537,1,4,,4.832,4.832,6.536,1,2,7,3,4,1,5,6,0,0,19.346,0,4,5,3,4,7,4,9,9,,4.872,18.344,19.401,9,4,4,2,2,4,4,4.702,17.006,18.2,6,2,,2.28,2.28,4.19,1,2,1993,New York,7,3,1,,7,,,11,3,2,,2.508,105.522,109.262,13,5ec3f446aa5afd2881e19363,"{""startTime"":1678929957236,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":14046,""label"":""hovered"",""timeHovered"":8716,""week"":""2022-01-03""},{""time"":48991,""label"":""hovered"",""timeHovered"":1891,""week"":""2021-11-22""}]}","{""startTime"":1678930030451,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":3616,""label"":""hovered"",""timeHovered"":1615,""week"":""2021-12-20""},{""time"":5764,""label"":""hovered"",""timeHovered"":4334,""week"":""2022-01-03""}]}","{""startTime"":1678929813409,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":6175,""label"":""hovered"",""timeHovered"":7872,""week"":""2021-08-23""},{""time"":15297,""label"":""hovered"",""timeHovered"":2631,""week"":""2022-01-03""},{""time"":18710,""label"":""hovered"",""timeHovered"":3877,""week"":""2021-12-27""},{""time"":28615,""label"":""tour_next"",""step"":5},{""time"":50846,""label"":""cleared_brush"",""using"":""click""},{""time"":55145,""label"":""started_brush"",""startDate"":""2021-09-26"",""endDate"":""2022-02-13""},{""time"":57991,""label"":""moved_brush"",""startDate"":""2021-05-27"",""endDate"":""2021-10-14""},{""time"":58928,""label"":""tour_next"",""step"":5},{""time"":63644,""label"":""moved_brush"",""startDate"":""2021-05-27"",""endDate"":""2021-12-17""},{""time"":64989,""label"":""tour_next"",""step"":5},{""time"":71694,""label"":""cleared_brush"",""using"":""click""},{""time"":71698,""label"":""cleared_brush"",""using"":""Escape""},{""time"":72978,""label"":""tour_next"",""step"":5},{""time"":77486,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678929941681,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":4070,""label"":""hovered"",""timeHovered"":1453,""week"":""2021-09-06""}]}",0,complex,line -2023-03-15 21:21:14,2023-03-15 21:33:25,0,166.216.159.182,100,731,1,2023-03-15 21:33:26,R_22y49Pr15ubkmpV,,,,,39.9587,-82.9987,anonymous,EN,1,5.635,5.635,6.6,1,,,,,,,,0,0,15.012,0,92,93,75,30.054,44.627,46.672,9,25.334,30.399,53.41,2,1,1,26.216,59.485,60,3,1,1,17.537,143.803,148.765,5,1,27.777,27.777,29.725,1,0,0,15.009,0,3,3,3,4,4,3,,13.763,32.47,35.142,7,3,4,4,1,3,3,I feel like I don't know enough about it. Who created it? Is it verified? etc.,2.801,2.801,34.634,1,6,,6.198,8.17,13.617,3,2,7,3,4,1,5,6,0,0,22.526,0,5,9,5,8,8,6,11,10,,7.386,44.852,47.079,12,2,2,2,3,3,3,13.489,48.112,51.929,6,1,,4.949,4.949,6.73,1,2,1988,Michigan,6,3,1,,9,,Bear Lake,9,4,1,kekazmer@gmail.com,4.04,57.033,60.314,14,610855877c8363d76b3e6338,"{""startTime"":1678930001137,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":130,""label"":""hovered"",""timeHovered"":1737,""week"":""2022-01-10""},{""time"":2881,""label"":""hovered"",""timeHovered"":1004,""week"":""2022-01-10""}]}","{""startTime"":1678930037574,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678929779923,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":13764,""label"":""hovered"",""timeHovered"":1100,""week"":""2021-12-20""},{""time"":16565,""label"":""hovered"",""timeHovered"":5735,""week"":""2022-01-10""},{""time"":25323,""label"":""tour_next"",""step"":2},{""time"":30387,""label"":""tour_end"",""step"":2},{""time"":36311,""label"":""hovered"",""timeHovered"":1112,""week"":""2022-01-10""},{""time"":42628,""label"":""hovered"",""timeHovered"":2321,""week"":""2021-08-23""},{""time"":47243,""label"":""hovered"",""timeHovered"":1228,""week"":""2021-09-13""}]}","{""startTime"":1678929984183,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7931,""label"":""hovered"",""timeHovered"":1115,""week"":""2022-01-03""},{""time"":9868,""label"":""hovered"",""timeHovered"":4155,""week"":""2022-01-03""}]}",0,moderate,line -2023-03-15 21:26:20,2023-03-15 21:33:47,0,24.94.249.255,100,446,1,2023-03-15 21:33:47,R_xaTqLFnMn6jUN5n,,,,,31.1498,-85.369,anonymous,EN,1,5.183,5.183,6.524,1,,,,,,,,0,0,15.008,0,78,100,56,6.574,14.882,15.682,4,7.867,11.794,30.523,2,1,1,17.209,27.405,27.925,3,-3,-3,10.12,75.104,75.664,5,1,34.809,35.283,36.732,2,0,0,15.011,0,4,5,4,5,5,5,,12.1,24.757,27.178,12,3,5,5,3,3,4,I don't know where they are getting the data.,1.045,1.045,9.798,1,6,,2.1,7.21,8.536,4,2,7,3,4,1,5,6,0,0,13.747,0,6,6,6,6,6,6,6,6,,5.414,34.734,36.672,12,3,4,2,2,4,4,2.329,16.918,18.336,9,4,,2.16,2.16,3.61,1,2,1990,Alabama,2,3,1,,7,,,9,3,1,,3.741,37.399,39.481,13,62b0d68496379e085ae5d793,"{""startTime"":1678930147611,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":239,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1687,""week"":""1"",""id"":""chart""},{""time"":2431,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1618,""week"":""2"",""id"":""chart""}]}","{""startTime"":1678930175230,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678930024455,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":22,""label"":""tour_started""},{""time"":7862,""label"":""tour_next"",""step"":2},{""time"":11789,""label"":""tour_end"",""step"":2},{""time"":16489,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4364,""week"":""52"",""id"":""chart""},{""time"":22313,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2619,""week"":""52"",""id"":""chart""},{""time"":25013,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1722,""week"":""51"",""id"":""chart""}]}","{""startTime"":1678930132185,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":4715,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2399,""week"":""1"",""id"":""chart""},{""time"":8028,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3091,""week"":""50"",""id"":""chart""},{""time"":11167,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1047,""week"":""51"",""id"":""chart""}]}",0,moderate,bar -2023-03-15 21:27:05,2023-03-15 21:34:54,0,50.158.210.46,100,469,1,2023-03-15 21:34:55,R_3nGF4bARqRFo5Di,,,,,36.1788,-115.1715,anonymous,EN,1,2.078,2.078,3.044,1,,,,,,,,0,0,15.019,0,91,100,76,6.286,12.135,15.453,3,10.313,16.105,22.388,2,1,1,27.575,49.992,56.319,2,-2,-3,24.487,66.392,68.382,6,1,9.077,41.635,42.697,4,0,0,15.12,0,5,5,6,6,6,6,,8.59,27.739,30.825,7,6,6,6,5,4,6,"Because it links the Croatian Agricultural Ministry (or something like that) source at the bottom, and the data looks legit.",1.784,36.822,44.629,3,4,,5.346,5.346,6.634,1,2,7,3,4,1,5,6,0,0,15.591,0,5,6,4,7,6,5,11,10,,3.905,13.672,16.055,15,5,5,1,1,5,5,2.87,12.7,14.069,9,2,,2.323,2.323,3.286,1,1,1997,Nevada,5,3,1,,5,,,4,4,1,5cfb6018bdfd56001820466f@email.prolific.co,0.646,48.569,49.278,13,5cfb6018bdfd56001820466f,"{""startTime"":1678930229849,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":12219},{""label"":""window_focused"",""time"":22029}]}","{""startTime"":1678930163628,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678930068555,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":10310,""label"":""tour_next"",""step"":2},{""time"":16205,""label"":""tour_end"",""step"":2},{""time"":18468,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1145,""week"":""52"",""id"":""chart2""},{""time"":20121,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1526,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678930148144,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":3975,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1544,""week"":""52"",""id"":""chart2""}]}",0,simple,bar -2023-03-15 21:15:27,2023-03-15 21:35:16,0,173.21.200.104,100,1189,1,2023-03-15 21:35:17,R_2DZBOjmemUZpGPk,,,,,31.9587,-83.781,anonymous,EN,1,9.953,11.85,15.13,3,,,,,,,,0,0,15.145,0,99,50,100,0.981,40.088,43.409,12,12.782,59.442,63.446,8,-1,-1,11.732,57.169,60.332,9,1,-1,2.328,164.422,167.292,14,-1,2.917,8.936,12.178,3,10.988,10.988,15.107,1,3,3,3,1,3,3,,1.998,9.188,13.466,5,3,1,3,1,3,3,Because I don't understand what I am seeing.,4.771,7.621,40.856,3,4,,4.388,4.388,7.089,3,2,3,4,5,1,6,7,13.212,21.501,23.778,2,5,3,4,3,4,5,5,7,,0.021,13.262,16.355,7,3,3,3,3,1,3,6.294,27.959,30.032,9,2,,11.338,11.338,13.218,1,2,1961,Georgia,6,3,1,,3,,,5,1,1,,1.128,239.406,241.776,45,5c745295821a97001763fb1b,"{""startTime"":1678929855524,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678929884490,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678929551038,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":1000,""label"":""tour_started""},{""time"":35021,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1938,""week"":""50"",""id"":""chart""},{""time"":38977,""label"":""tour_next"",""step"":2},{""time"":48510,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678929820140,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,bar -2023-03-15 21:27:46,2023-03-15 21:35:32,0,173.73.81.193,100,466,1,2023-03-15 21:35:33,R_3jchslVJiruUUIt,,,,,39.0471,-76.9285,anonymous,EN,1,0.934,3.333,4.034,3,,,,,,,,0,0,15.006,0,84,74,40,5.431,34.916,36.501,13,3.511,18.168,19.069,7,-3,1,1.292,16.97,17.944,7,-3,1,1.256,18.453,19.203,10,-2,0.964,23.694,24.647,9,0.935,13.099,15.107,5,4,4,5,5,6,5,,1.43,16.736,17.232,13,4,6,6,5,4,5,"I trust this visualization because the dates are clear and the researchers seem qualified ",1.304,1.304,50.59,1,3,,4.601,6.236,7.484,3,,,,,,,,2.708,53.048,54.086,42,8,6,6,9,9,8,10,10,,2.876,17.813,18.695,14,3,3,2,4,4,4,3.517,43.654,44.344,11,2,,1.621,2.712,3.661,3,2,2000,Maryland,6,3,1,,4,,,7,4,2,,1.33,57.603,59.203,35,61129323d2e8576d3115a7d7,"{""startTime"":1678930253897,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678930185855,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678930131422,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":10006,""label"":""tour_next"",""step"":2},{""time"":17324,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678930169608,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,line -2023-03-15 21:26:10,2023-03-15 21:35:42,0,107.3.102.193,100,571,1,2023-03-15 21:35:43,R_3fjizYOzJhJgzQU,,,,,40.7406,-111.823,anonymous,EN,1,17.895,77.452,78.84,28,,,,,,,,0,0,15.107,0,71,63,57,27.091,52.644,53.615,8,6.997,9.339,19.07,2,1,1,2.047,61.89,62.629,9,1,1,27.683,43.355,44.902,6,-1,6.551,28.552,30.561,9,0,0,15.108,0,5,2,5,5,4,5,,8.729,39.208,40.353,10,5,5,5,7,1,5,"The source of the data seems reputable, and it seems to be presented in a more factual way that limits bias.",2.138,2.138,39.975,1,5,,6.971,6.971,8.046,1,2,7,3,4,1,5,6,5.757,15.636,22.347,12,3,4,5,7,5,5,8,9,,6.701,20.542,22.066,8,4,4,2,2,4,4,2.747,25.381,25.772,13,2,,1.452,1.452,2.522,1,1,2000,Utah,6,3,1,,7,,,7,4,2,,0.831,33.734,36.925,11,607b58309b190663ca83c23f,"{""startTime"":1678930277253,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":18340},{""label"":""window_focused"",""time"":22478}]}","{""startTime"":1678930215539,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678930134847,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":6921,""label"":""tour_next"",""step"":2},{""time"":9263,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678930199855,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":4479,""label"":""hovered"",""timeHovered"":1118,""week"":""2022-01-03""}]}",0,moderate,line -2023-03-15 21:26:16,2023-03-15 21:35:51,0,67.168.83.155,100,575,1,2023-03-15 21:35:52,R_2flnl1kA43DxTD6,,,,,47.0111,-122.875,anonymous,EN,1,5.322,5.322,6.533,1,1,4,2,1.452,4.78,6.532,2,0,0,15.11,0,100,100,84,18.991,36.929,39.381,5,12.614,27.45,53.128,7,1,1,16.101,40.226,42.411,2,1,1,39.803,48.972,50.313,2,1,30.797,30.797,32.083,1,0,0,15.012,0,5,5,5,5,5,5,,6.238,29.147,30.653,12,5,6,5,5,5,5,"Although I'm not 100% confident in the CDC, they have access to the biggest database of Covid infections and have the resources to gather and present their best efforts when it comes to providing the data to the public. ",4.142,74.038,74.458,2,4,,6.004,6.004,7.817,1,2,7,3,4,1,5,6,0,0,13.832,0,6,6,3,4,7,4,10,9,,8.944,23.969,26.766,8,2,3,5,4,4,2,6.917,24.522,25.672,6,2,1,3.289,11.379,13.298,5,2,1967,Washington,6,2,1,,7,,,6,4,1,,2.179,72.805,75.874,42,5c5fc0136467ac0001b80940,"{""startTime"":1678930170225,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678930201319,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678930057980,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":6112,""label"":""hovered"",""timeHovered"":1734,""week"":""2021-09-13""},{""time"":21623,""label"":""tour_next"",""step"":2},{""time"":27443,""label"":""tour_end"",""step"":2},{""time"":28619,""label"":""hovered"",""timeHovered"":1231,""week"":""2021-12-27""},{""time"":32355,""label"":""hovered"",""timeHovered"":3649,""week"":""2021-04-12""},{""time"":44651,""label"":""hovered"",""timeHovered"":1425,""week"":""2021-12-27""}]}","{""startTime"":1678930154476,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":4699,""label"":""hovered"",""timeHovered"":2675,""week"":""2021-12-27""},{""time"":11319,""label"":""hovered"",""timeHovered"":2218,""week"":""2022-02-07""},{""time"":13717,""label"":""hovered"",""timeHovered"":1658,""week"":""2022-01-31""}]}",1,simple,line -2023-03-15 21:28:07,2023-03-15 21:36:01,0,73.14.156.239,100,473,1,2023-03-15 21:36:01,R_3JJYM9m6Ezqe0YB,,,,,38.8768,-104.812,anonymous,EN,1,4.625,4.625,5.532,1,,,,,,,,1.064,1.064,15.115,1,100,100,100,5.974,15.457,16.244,5,2.849,54.388,55.587,18,1,1,2.988,32.508,33.975,4,1,1,1.228,28.136,29.535,4,1,33.782,33.782,42.69,1,0,0,15.01,0,5,5,5,5,5,5,,7.315,20.269,22.134,7,6,6,6,7,2,5,the data is displayed in a which in which I can get specific pieces of data and view it accurately. I have control over it and it is plotted in an unbiased way. Also it comes from a reputable source,2.086,2.086,58.85,1,4,,1.362,9.246,11.27,4,2,7,3,4,1,5,6,3.811,18.337,18.826,2,3,8,8,6,3,6,11,11,,1.593,20.772,22.742,9,3,3,2,3,3,3,2.248,31.252,32.672,8,2,,1.716,4.747,6.992,2,1,1999,Colorado,6,3,1,,7,,,18,4,2,,1.955,39.133,42.948,13,63ea72008c84049045b492c7,"{""startTime"":1678930249396,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930272326,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930134760,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":14149,""label"":""tour_next"",""step"":5},{""time"":23181,""label"":""cleared_brush"",""using"":""click""},{""time"":27916,""label"":""started_brush"",""startDate"":""2021-06-09"",""endDate"":""2021-08-06""},{""time"":28721,""label"":""tour_next"",""step"":5},{""time"":30036,""label"":""moved_brush"",""startDate"":""2021-06-09"",""endDate"":""2021-08-06""},{""time"":31804,""label"":""moved_brush"",""startDate"":""2021-09-21"",""endDate"":""2021-11-18""},{""time"":33885,""label"":""tour_next"",""step"":5},{""time"":39989,""label"":""moved_brush"",""startDate"":""2021-06-15"",""endDate"":""2021-08-12""},{""time"":42477,""label"":""cleared_brush"",""using"":""click""},{""time"":42478,""label"":""cleared_brush"",""using"":""Escape""},{""time"":44139,""label"":""tour_next"",""step"":5},{""time"":46607,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678930233755,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":5754,""label"":""hovered"",""timeHovered"":1497,""week"":""2021-12-20""}]}",0,complex,line -2023-03-15 21:23:06,2023-03-15 21:36:30,0,96.18.52.158,100,803,1,2023-03-15 21:36:30,R_bsDAFObH3ysFXJT,,,,,42.5231,-96.396,anonymous,EN,1,11.491,12.406,13.479,2,2,,2,0.863,1.546,2.424,2,0,0,15.008,0,62,71,50,7.314,12.6,14.362,4,9.806,19.277,25.167,3,-2,1,15.415,106.455,107.866,3,-3,-3,57.661,77.708,87.263,2,-1,233.998,233.998,235.057,1,0,0,15.008,0,4,2,3,4,4,4,,6.778,14.502,16.207,6,3,4,3,2,3,4,It seems realistic but not sure how accurate it actually is,1.577,1.577,20.603,1,4,,4.458,4.991,6.389,2,2,7,3,4,1,5,6,0,0,18.542,0,4,5,8,7,4,5,9,9,,4.553,21.387,23.389,11,3,2,4,3,3,4,5.781,18.606,20.146,6,6,2,4.424,14.35,14.843,4,2,2001,Nebraska,3,3,1,,7,,,12,2,2,,2.632,125.662,127.178,12,611d2be161ceef6c9d25af13,"{""startTime"":1678929991617,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678930008479,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678929842262,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":9804,""label"":""tour_next"",""step"":2},{""time"":13701,""label"":""tour_end"",""step"":2},{""time"":14448,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2035,""week"":""33"",""id"":""chart""},{""time"":18648,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3092,""week"":""52"",""id"":""chart""},{""time"":22453,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2164,""week"":""52"",""id"":""chart2""}]}","{""startTime"":1678929976049,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":2915,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1523,""week"":""52"",""id"":""chart2""},{""time"":4824,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1165,""week"":""52"",""id"":""chart""},{""time"":6663,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2380,""week"":""52"",""id"":""chart""}]}",1,simple,bar -2023-03-15 21:15:02,2023-03-15 21:36:32,0,98.230.0.111,100,1290,1,2023-03-15 21:36:33,R_3jZhAAXVx0xwbUz,,,,,30.4908,-84.3158,anonymous,EN,1,4.38,8.374,9.306,4,,,,,,,,9.636,9.636,15.112,1,100,3,17,3.626,19.742,20.898,6,4.183,225.997,227.131,13,1,-2,10.5,65.611,67.242,10,-1,-3,3.808,188.954,189.816,22,1,17.466,90.395,91.535,10,2.474,6.604,15.01,3,3,4,3,4,5,3,,3.479,48.996,49.809,14,5,4,4,4,7,5,"I agreed with the statement because the question started with ""assume the data is trustworthy"" therefore, if the data was trustworthy, I trust the visualization to represent that",2.527,63.219,91.125,8,4,,4.155,6.99,7.901,4,2,7,3,4,1,5,6,9.071,25.513,26.462,4,1,5,2,3,4,3,10,8,,3.768,28.398,29.201,16,3,2,1,3,3,3,13.546,40.314,41.362,12,1,,3.465,7.715,8.541,3,2,2003,Florida,2,1,1,,9,,NORTH LAUDERDALE,5,4,1,mayastinafredericks@gmail.com,2.445,242.351,244.945,49,61650ba8e42101c561bf7335,"{""startTime"":1678929893172,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":31623},{""label"":""window_focused"",""time"":36706}]}","{""startTime"":1678929944420,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678929458867,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":30,""label"":""tour_started""},{""time"":179444,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4012,""week"":""49"",""id"":""chart""},{""time"":186869,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1249,""week"":""52"",""id"":""chart""},{""time"":191409,""label"":""tour_next"",""step"":2},{""time"":195614,""label"":""tour_end"",""step"":2},{""time"":201003,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":24012,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678929877580,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":7893,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1531,""week"":""1"",""id"":""chart""},{""time"":9809,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4874,""week"":""49"",""id"":""chart""}]}",0,moderate,bar -2023-03-15 21:29:06,2023-03-15 21:36:46,0,76.122.227.87,100,459,1,2023-03-15 21:36:47,R_yqAf1ZWKJErwihH,,,,,36.0048,-86.7886,anonymous,EN,1,3.186,4.017,4.441,2,1,1,1,1.188,3.818,4.886,2,0,0,15.009,0,83,36,39,6.85,11.61,13.203,3,30.006,64.033,83.244,5,1,1,16.336,29.808,30.959,2,1,1,27.102,42.864,43.727,4,-1,29.361,33.228,35.301,2,0,0,15.01,0,5,5,5,5,5,5,,8.888,14.61,15.965,7,5,5,5,5,4,5,It comes from a reputable source and has specific data points to explain it,3.142,3.142,27.797,1,5,,3.761,6.533,6.902,3,2,7,3,4,1,5,6,0,0,25.103,0,4,4,4,4,4,5,10,10,,5.02,13.574,15.228,8,4,3,2,2,3,3,10.337,22.632,24.46,6,2,2,7.805,13.771,14.739,2,2,2000,Tennessee,6,3,1,,7,,,14,4,2,,2.5,42.094,43.048,12,6282a009d98ec3cafb4d8d48,"{""startTime"":1678930379283,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930330527,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930195380,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":19,""label"":""tour_started""},{""time"":14127,""label"":""hovered"",""timeHovered"":2762,""week"":""2022-01-10""},{""time"":19341,""label"":""hovered"",""timeHovered"":1450,""week"":""2021-08-16""},{""time"":22623,""label"":""hovered"",""timeHovered"":3150,""week"":""2021-08-23""},{""time"":30003,""label"":""tour_next"",""step"":5},{""time"":43155,""label"":""started_brush"",""startDate"":""2021-05-31"",""endDate"":""2021-11-19""},{""time"":44598,""label"":""tour_next"",""step"":5},{""time"":51772,""label"":""moved_brush"",""startDate"":""2021-05-05"",""endDate"":""2021-10-24""},{""time"":52716,""label"":""tour_next"",""step"":5},{""time"":59586,""label"":""cleared_brush"",""using"":""click""},{""time"":59588,""label"":""cleared_brush"",""using"":""Escape""},{""time"":60740,""label"":""tour_next"",""step"":5},{""time"":64021,""label"":""tour_end"",""step"":5},{""time"":68439,""label"":""started_brush"",""startDate"":""2022-01-10"",""endDate"":""2022-02-13""},{""time"":71268,""label"":""moved_brush"",""startDate"":""2021-12-08"",""endDate"":""2022-02-13""},{""time"":74080,""label"":""hovered"",""timeHovered"":5167,""week"":""2022-01-10""}]}","{""startTime"":1678930314935,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":12906,""label"":""started_brush"",""startDate"":""2021-04-12"",""endDate"":""2021-05-05""}]}",1,complex,line -2023-03-15 21:25:26,2023-03-15 21:37:48,0,69.116.142.165,100,741,1,2023-03-15 21:37:49,R_1flnDlXf1gDahEK,,,,,41.0326,-73.7621,anonymous,EN,1,38.34,38.34,40.103,1,,,,,,,,0,0,15.124,0,69,87,50,21.923,32.433,34.879,3,23.144,46.599,51.102,3,1,1,35.841,45.487,51.27,2,-3,-3,64.052,86.24,87.812,2,1,39.316,73.012,74.105,2,0,0,15.116,0,5,5,5,5,5,5,,20.557,35.403,38.305,6,5,5,5,4,3,5,It is easy to understand and seems accurate.,4.264,37.886,39.762,7,4,,16.741,26.667,28.153,7,2,7,3,4,1,5,6,0,0,28.419,0,5,5,5,5,6,4,10,9,,7.077,29.747,33.58,11,4,4,2,2,4,4,6.956,24.431,25.646,6,2,,7.363,8.633,10.388,2,2,2001,New York,3,1,1,,7,,,6,4,1,solanagagliano@gmail.com,3.543,97.012,98.737,20,6100a94845f823a05d74deb3,"{""startTime"":1678930141992,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":5552,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1826,""week"":""2"",""id"":""chart2""}]}","{""startTime"":1678930180811,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678930023537,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":6097,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3683,""week"":""1"",""id"":""chart""},{""time"":9881,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2631,""week"":""52"",""id"":""chart""},{""time"":17613,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1216,""week"":""49"",""id"":""chart""},{""time"":23141,""label"":""tour_next"",""step"":2},{""time"":40776,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1031,""week"":""26"",""id"":""chart2""},{""time"":43551,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678930126530,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,bar -2023-03-15 21:31:30,2023-03-15 21:37:50,0,162.221.246.15,100,379,1,2023-03-15 21:37:50,R_YbHGh2dNd1DEV7r,,,,,21.3195,-157.8525,anonymous,EN,1,4.666,4.666,5.433,1,1,4,2,2.864,7.672,8.452,3,0,0,15.008,0,87,96,89,3.909,8.565,9.842,3,8.072,10.16,14.236,2,1,1,22.095,32.943,34.292,2,1,1,7.615,63.192,64.766,4,1,25.766,25.766,26.58,1,0,0,15.007,0,5,4,5,5,5,5,,5.775,16.191,17.957,7,4,6,5,5,4,5,"It makes sense to me, it totals 100% of the confirmed cases and provides a breakdown of those cases that makes more sense.",1.314,1.314,26.344,1,6,,4.818,4.818,6.23,1,2,7,3,4,1,5,6,0,0,15.784,0,7,8,8,8,8,6,10,10,,3.194,13.65,15.824,8,3,4,2,2,3,4,2.09,9.282,11.44,8,2,1,1.414,5.926,7.317,2,1,1984,Hawaii,6,3,1,,9,,Honolulu,14,4,1,gregtake@gmail.com,1.099,44.682,48.681,18,559c192bfdf99b218a61f57f,"{""startTime"":1678930477767,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678930437051,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678930341051,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":8068,""label"":""tour_next"",""step"":2},{""time"":10156,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678930421326,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":4962,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2992,""week"":""50"",""id"":""chart""},{""time"":8946,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1602,""week"":""50"",""id"":""chart""},{""time"":10585,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1242,""week"":""51"",""id"":""chart""}]}",1,moderate,bar -2023-03-15 21:23:11,2023-03-15 21:38:14,0,172.7.158.187,100,903,1,2023-03-15 21:38:15,R_238DbHH52USWLkE,,,,,28.6529,-81.2106,anonymous,EN,1,5.851,13.343,14.2,3,1,3,2,1.61,4.129,5.451,2,0,0,15.016,0,96,98,72,9.655,32.837,33.975,13,145.842,148.612,150.431,2,1,-2,2.982,32.257,33.202,8,1,1,2.583,105.13,105.946,12,1,6.474,129.881,129.89,13,0,0,15.009,0,6,5,6,5,6,6,,9.643,25.829,26.493,9,5,5,5,6,6,5,"The visualization is a graphic published by the CDC, which is the established national public health agency of the US and is funded by the government. It is the foremost organization in terms of credibility and public trust when it comes to information, and so anything published by it would automatically have my trust unless proven otherwise.",1.233,1.233,92.565,1,4,,9.921,12.502,12.626,4,2,7,3,4,1,5,6,4.712,42.467,46.954,2,2,3,5,6,2,3,10,10,,3.042,35.475,37.02,21,2,4,1,2,5,3,1.971,26.363,27.444,16,2,1,2.393,7.49,9.131,4,2,1998,Florida,3,3,1,,2,,,19,4,1,aisirij9@gmail.com,2.037,89.633,98.158,27,5fee456f8929f014481adff9,"{""startTime"":1678930259564,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":3944},{""label"":""window_focused"",""time"":4548}]}","{""startTime"":1678930151749,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678929871923,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":136631,""label"":""hovered"",""timeHovered"":2716,""week"":""2022-01-03""},{""time"":145829,""label"":""tour_next"",""step"":2},{""time"":148598,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678930136174,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":2310,""label"":""hovered"",""timeHovered"":1949,""week"":""2021-09-27""},{""time"":5071,""label"":""hovered"",""timeHovered"":3927,""week"":""2022-01-10""},{""time"":9133,""label"":""hovered"",""timeHovered"":1391,""week"":""2022-01-10""},{""time"":10848,""label"":""hovered"",""timeHovered"":3411,""week"":""2021-09-06""}]}",1,moderate,line -2023-03-15 21:28:57,2023-03-15 21:38:51,0,50.231.1.2,100,593,1,2023-03-15 21:38:52,R_2xL8AIyul71Jmis,,,,,29.7373,-95.3972,anonymous,EN,1,155.832,155.832,156.981,1,1,1,1,2.589,4.549,5.963,3,0,0,15.014,0,81,100,100,3.913,9.984,11.156,6,6.436,12.614,28.605,2,1,1,14.162,26.052,46.176,6,-2,1,19.016,41.802,45.811,2,-3,29.672,29.672,32.396,1,0.626,0.626,15.117,1,5,6,6,6,6,6,,3.985,8.433,11.38,6,6,5,5,6,6,5,It only makes sense for those who havent taken the shot to be more affected than a person who has.,1.613,1.613,38.353,1,5,,2.057,3.795,5.98,3,2,7,3,4,1,5,6,0,0,24.246,0,1,3,1,1,1,4,9,10,,3.201,12.431,14.946,8,4,4,2,1,4,4,4.568,19.625,20.674,8,1,5,8.257,11.799,12.955,3,2,1999,Texas,6,1,1,,3,,,5,4,1,gladis.idlet1234@gmail.com,1.169,61.042,66.663,16,5d62239454f7a50001c70f03,"{""startTime"":1678930431611,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678930444313,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678930337937,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":25,""label"":""tour_started""},{""time"":6395,""label"":""tour_next"",""step"":2},{""time"":12572,""label"":""tour_end"",""step"":2},{""time"":14071,""label"":""hovered"",""timeHovered"":1677,""week"":""2021-12-27""},{""time"":16526,""label"":""hovered"",""timeHovered"":10287,""week"":""2022-01-03""}]}","{""startTime"":1678930415577,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":4440,""label"":""hovered"",""timeHovered"":1388,""week"":""2022-01-31""},{""time"":9914,""label"":""hovered"",""timeHovered"":1179,""week"":""2022-01-31""},{""time"":11538,""label"":""hovered"",""timeHovered"":2281,""week"":""2021-12-27""}]}",1,simple,line -2023-03-15 21:31:51,2023-03-15 21:39:01,0,65.190.240.63,100,429,1,2023-03-15 21:39:02,R_1fZANCvjrS2RSDi,,,,,36.0217,-79.7839,anonymous,EN,1,2.802,2.802,3.665,1,2,,2,2.564,2.564,3.497,1,0,0,15.113,0,59,29,74,6.639,24.879,25.421,13,15.95,31.502,31.899,3,1,1,11.481,35.025,36.222,3,1,1,17.066,33.178,34.425,4,1,38.592,38.592,39.925,1,0,0,15.107,0,3,7,3,4,4,3,,6.257,14.329,16.224,6,3,4,4,2,3,3,It doesn't have enough detail to confidently agree,2.433,2.433,27.126,1,4,,2.98,5.996,6.954,4,2,7,3,4,1,5,6,0,0,12.958,0,3,3,3,4,4,4,9,8,,3.405,18.821,20.829,12,3,4,2,3,3,2,4.165,20.325,20.643,11,3,2,4.917,13.589,14.924,3,2,1994,North Carolina,5,2,1,,7,,,19,3,2,,2.025,46.497,47.489,14,61004696895aeda4629ecd6e,"{""startTime"":1678930519364,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678930460667,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678930373023,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":10537,""label"":""hovered"",""timeHovered"":2917,""week"":""2022-01-10""},{""time"":15941,""label"":""tour_next"",""step"":2},{""time"":19005,""label"":""tour_end"",""step"":2},{""time"":26056,""label"":""hovered"",""timeHovered"":4709,""week"":""2022-01-10""}]}","{""startTime"":1678930440393,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":2322,""label"":""hovered"",""timeHovered"":2369,""week"":""2022-01-17""},{""time"":5572,""label"":""hovered"",""timeHovered"":3689,""week"":""2022-01-10""}]}",1,moderate,line -2023-03-15 21:26:23,2023-03-15 21:39:35,0,98.51.3.101,100,791,1,2023-03-15 21:39:36,R_aVOhBj6ZLVoemJj,,,,,37.7958,-122.4203,anonymous,EN,1,4.761,6.154,7.627,3,1,1,2,1.147,3.353,4.453,2,5.557,6.115,15.02,3,50,85,31,4.171,8.756,16.504,3,11.01,14.558,20.751,2,1,1,18.696,30.68,32.048,2,-3,-3,37.85,98.21,102.327,3,1,15.729,15.729,17.306,1,0,0,15.026,0,3,3,3,5,4,3,None,4.586,18.551,19.396,9,3,4,3,3,3,3,"It was difficult to line up the bars with the correct dates and I wasn't sure if I was reading it correctly or not. ",1.825,28.018,28.519,2,4,None,2.42,5.502,8.084,3,2,7,3,4,1,5,6,0,0,14.294,0,3,1,1,3,3,3,6,6,None,3.026,18.538,19.021,14,4,4,1,2,4,4,2.136,10.848,11.473,6,5,1,2.175,8.359,9.646,3,2,1997,California,5,1,1,,7,,,7,4,1,mikaelaanderson13@gmail.com,1.636,45.879,47.747,21,5dec18ea1aaabf30d92ad722,"{""startTime"":1678930544022,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":1310,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1079,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678930564339,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678930403963,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":4822,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3242,""week"":""52"",""id"":""chart""},{""time"":10991,""label"":""tour_next"",""step"":2},{""time"":14539,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678930528195,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":2970,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1632,""week"":""1"",""id"":""chart""},{""time"":5138,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1428,""week"":""2"",""id"":""chart""},{""time"":7678,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1479,""week"":""2"",""id"":""chart""},{""time"":9812,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2695,""week"":""51"",""id"":""chart""},{""time"":12827,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1192,""week"":""52"",""id"":""chart""}]}",1,moderate,bar -2023-03-15 21:17:00,2023-03-15 21:40:02,0,24.49.187.99,100,1382,1,2023-03-15 21:40:03,R_4PIR9ohTfulANBn,,,,,33.3974,-88.0245,anonymous,EN,1,57.163,57.163,60.363,1,1,2,2,2.475,6.683,8.273,2,0,0,15.046,0,80,94,82,16.894,25.595,27.797,3,4.346,35.892,43.038,5,1,1,42.709,58.098,61.132,3,-3,-3,65.905,208.963,210.909,3,-1,2.879,57.616,59.416,2,0,0,15.115,0,3,5,3,5,6,4,none,16.87,45.138,49.133,9,3,5,5,5,5,5,because the questions were prefaced with saying assume you trust this data! lol also it cites the CDC,3.908,3.908,45.312,1,3,none,11.463,17.463,21.202,2,2,7,3,4,1,5,6,0,0,78.683,0,5,2,3,9,2,4,9,6,none,9.953,33.042,35.788,9,4,4,1,1,5,5,18.471,128.992,130.138,8,5,1,20.652,38.928,44.47,2,1,1977,Alabama,3,1,1,,9,,Millport,7,4,1,jladdsmith@gmail.com,4.441,68.065,74.498,12,6400f14b24ac2b910c9f2d93,"{""startTime"":1678929819948,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678929869867,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678929548285,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":29,""label"":""tour_started""},{""time"":23044,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1899,""week"":""52"",""id"":""chart""},{""time"":30019,""label"":""tour_next"",""step"":2},{""time"":35877,""label"":""tour_end"",""step"":2},{""time"":36769,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1306,""week"":""1"",""id"":""chart""}]}","{""startTime"":1678929803984,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar -2023-03-15 21:28:32,2023-03-15 21:40:35,0,73.240.62.152,100,722,1,2023-03-15 21:40:36,R_31HqybmReTg2bC5,,,,,44.0197,-123.1008,anonymous,EN,1,4.959,4.959,6.041,1,1,4,2,2.48,6.171,7.981,2,0,0,15.011,0,74,30,19,11.774,22.495,24.259,3,19.616,89.806,114.321,7,-2,1,24.435,35.954,37.434,2,1,1,36.681,53.851,55.872,2,1,30.364,30.364,31.874,1,0,0,15.118,0,3,3,3,4,7,3,,10.455,36.971,39.737,6,2,2,7,7,7,3,"I'm not sure how accurate the data that's being displayed tracks the historical data. But I'm not especially confident about my own sense of what was bad when, so I chose the most noncommital response.",4.039,4.039,107.701,1,4,,4.787,4.787,7.916,1,2,7,3,4,1,5,6,0,0,21.372,0,3,6,8,8,5,6,9,8,,6.961,30.916,33.052,9,5,5,1,1,5,5,6.485,22.25,24.572,7,5,2,4.422,14.18,20.736,3,1,1975,Oregon,6,2,1,,7,,,2,4,2,,3,90.452,91.684,14,5b745fb794c93d00010fc4c6,"{""startTime"":1678930491902,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930343254,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930180273,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":15391,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1451,""week"":""51"",""id"":""chart""},{""time"":19597,""label"":""tour_next"",""step"":5},{""time"":34810,""label"":""started_brush"",""startDate"":""2021-06-29"",""endDate"":""2021-11-29""},{""time"":36508,""label"":""tour_next"",""step"":5},{""time"":48317,""label"":""cleared_brush"",""using"":""Click""},{""time"":55758,""label"":""cleared_brush"",""using"":""Click""},{""time"":65119,""label"":""cleared_brush"",""using"":""Click""},{""time"":72009,""label"":""moved_brush"",""startDate"":""2021-05-07"",""endDate"":""2021-08-25""},{""time"":73632,""label"":""tour_next"",""step"":5},{""time"":80033,""label"":""cleared_brush"",""using"":""Click""},{""time"":81839,""label"":""tour_next"",""step"":5},{""time"":89787,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678930327639,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar -2023-03-15 21:23:56,2023-03-15 21:40:50,0,73.192.108.100,100,1014,1,2023-03-15 21:40:51,R_2EH8C905qstVlE2,,,,,30.3466,-81.6748,anonymous,EN,1,9.884,9.884,12.451,1,,,,,,,,0,0,15.013,0,1,100,0,40.64,59.544,75.098,5,12.364,50.297,68.865,3,1,1,30.898,52.035,54.88,4,-2,1,20.812,105.909,122.746,5,-2,30.715,104.28,106.62,2,0,0,15.111,0,5,5,5,5,5,5,,9.069,15.735,19.274,7,5,4,5,4,3,5,Because the data is clear.,7.406,7.406,20.367,1,4,,7.354,10.971,67.827,2,2,7,3,4,1,5,6,0,0,43.255,0,9,9,9,9,8,9,9,8,,8.917,28.231,36.901,8,5,5,1,1,5,4,27.243,105.303,107.152,6,2,,6.115,6.115,24.373,1,1,1965,Florida,7,3,1,,7,,,7,2,1,,3.104,128.339,138.076,12,631685f7d6d6fcb196e87f0a,"{""startTime"":1678930235981,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678930155521,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6313,""label"":""hovered"",""timeHovered"":1405,""week"":""2021-12-27""},{""time"":11289,""label"":""hovered"",""timeHovered"":2405,""week"":""2022-01-17""},{""time"":13926,""label"":""hovered"",""timeHovered"":1497,""week"":""2022-01-17""},{""time"":15550,""label"":""hovered"",""timeHovered"":1017,""week"":""2022-01-17""},{""time"":17680,""label"":""hovered"",""timeHovered"":1802,""week"":""2022-01-24""},{""time"":22505,""label"":""hovered"",""timeHovered"":4572,""week"":""2022-01-31""},{""time"":27514,""label"":""hovered"",""timeHovered"":1242,""week"":""2022-01-17""},{""time"":29062,""label"":""hovered"",""timeHovered"":4290,""week"":""2022-01-17""}]}","{""startTime"":1678929947426,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":34131,""label"":""tour_next"",""step"":2},{""time"":50286,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678930139991,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":13218,""label"":""hovered"",""timeHovered"":1299,""week"":""2022-01-10""}]}",0,moderate,line -2023-03-15 21:32:07,2023-03-15 21:41:15,0,75.53.186.72,100,548,1,2023-03-15 21:41:17,R_ZvCkKt4auTexo6R,,,,,38.2539,-85.76,anonymous,EN,1,6.36,6.36,7.257,1,,,,,,,,0,0,15.106,0,85,85,80,11.466,19.447,20.194,8,12.945,17.428,22.839,2,-2,1,28.183,58.813,60.928,5,-3,-3,32.273,67.573,71.751,2,1,42.359,42.359,45.12,1,0,0,15.006,0,4,3,3,5,3,4,,3.88,14.213,16.794,9,3,4,4,1,1,4,I just don't know if there is anything being left out or how reputable the source is.,6.505,26.304,26.833,2,5,,4.903,7.885,15.342,3,2,7,3,4,1,5,6,0,0,17.298,0,7,9,8,9,9,6,8,10,,9.842,31.042,34.02,14,2,3,4,4,3,2,4.809,21.308,25.434,6,5,,11.147,11.147,12.403,1,1,1993,Kentucky,6,1,1,,7,,,17,2,2,,1.831,59.978,60.608,20,5e6040ebbccd41000ad90a4e,"{""startTime"":1678930484443,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678930501638,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678930384324,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":17,""label"":""tour_started""},{""time"":7235,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1726,""week"":""45"",""id"":""chart""},{""time"":12941,""label"":""tour_next"",""step"":2},{""time"":17424,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678930469077,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,bar -2023-03-15 21:33:02,2023-03-15 21:41:17,0,23.241.117.181,100,495,1,2023-03-15 21:41:18,R_24FO6gcJetZihQi,,,,,34.0544,-118.2441,anonymous,EN,1,3.61,3.61,4.871,1,,,,,,,,0,0,15.009,0,82,83,82,18.386,34.174,35.475,4,11.139,29.837,30.726,4,1,1,25.662,39.582,45.254,2,1,1,18.68,35.645,44.403,2,1,81.721,81.721,83.379,1,0,0,15.113,0,5,4,5,5,5,5,,14.282,23.648,26.141,8,4,6,5,4,4,5,"It is easy to follow and it does not seem biased. I am not sure if it has gathered all information, but I typically trust science.",0.869,0.869,33.126,1,4,,5.797,5.797,7.541,1,2,7,3,4,1,5,6,0,0,19.547,0,4,6,4,6,9,7,11,10,,3.376,15.474,16.868,11,3,4,3,4,4,4,3.021,19.905,25.282,13,2,,2.171,2.171,3.477,1,2,2001,California,6,3,1,,7,,,17,4,1,610925067b0ea968105a1b72@email.prolific.co,1.083,45.349,47.675,13,610925067b0ea968105a1b72,"{""startTime"":1678930590071,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":980,""label"":""hovered"",""timeHovered"":1657,""week"":""2021-10-04""}]}","{""startTime"":1678930538116,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678930445683,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":3,""label"":""tour_started""},{""time"":5455,""label"":""hovered"",""timeHovered"":1323,""week"":""2021-12-06""},{""time"":11619,""label"":""tour_next"",""step"":2},{""time"":19419,""label"":""tour_end"",""step"":2},{""time"":21070,""label"":""hovered"",""timeHovered"":1455,""week"":""2022-02-07""},{""time"":24238,""label"":""hovered"",""timeHovered"":3323,""week"":""2021-12-27""}]}","{""startTime"":1678930522521,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":6295,""label"":""hovered"",""timeHovered"":3549,""week"":""2022-02-07""}]}",0,simple,line -2023-03-15 21:25:21,2023-03-15 21:41:18,0,50.5.122.141,100,957,1,2023-03-15 21:41:20,R_07m37BlwEJyyun7,,,,,39.3179,-84.2483,anonymous,EN,1,20.576,61.08,65.75,3,,,,,,,,0,0,15.014,0,88,76,69,13.724,32.739,34.073,4,51.579,124.593,140.601,14,1,1,40.378,99.971,105.034,4,-2,1,5.745,91.409,93.931,3,1,35.978,35.978,37.286,1,0,0,15.115,0,5,5,4,5,5,5,,2.734,46.372,48.205,8,5,5,5,7,1,5,"It is a well designed graph that seems to clearly show the data and it is pretty easy to visualize the trends. I looked at the axes, legend, and looked more closely at certain time periods with the filter, and I did not feel that this graph was misleading in any way.",1.763,1.763,100.7,1,4,,7.423,7.423,16.778,1,2,7,3,4,1,5,6,0,0,22.01,0,4,3,5,4,3,4,10,8,,33.616,72.053,74.97,12,4,3,2,1,5,5,16.167,31.683,33.032,6,2,,6.185,6.185,7.557,1,2,2003,Ohio,3,1,1,,7,,,17,3,1,616870f3f5785e447dd90a2f@email.prolific.co,2.374,74.425,78.781,12,616870f3f5785e447dd90a2f,"{""startTime"":1678930238941,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930287714,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930044713,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":5673,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2849,""week"":""30"",""id"":""chart""},{""time"":38038,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1133,""week"":""39"",""id"":""chart""},{""time"":39188,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1033,""week"":""40"",""id"":""chart""},{""time"":40321,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1150,""week"":""41"",""id"":""chart""},{""time"":42354,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1283,""week"":""50"",""id"":""chart""},{""time"":44287,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5683,""week"":""51"",""id"":""chart""},{""time"":51574,""label"":""tour_next"",""step"":5},{""time"":59706,""label"":""cleared_brush"",""using"":""Click""},{""time"":76056,""label"":""started_brush"",""startDate"":""2021-05-08"",""endDate"":""2021-09-11""},{""time"":79112,""label"":""tour_next"",""step"":5},{""time"":104318,""label"":""started_brush"",""startDate"":""2021-05-16"",""endDate"":""2021-09-25""},{""time"":107307,""label"":""moved_brush"",""startDate"":""2021-06-24"",""endDate"":""2021-11-04""},{""time"":108104,""label"":""tour_next"",""step"":5},{""time"":115617,""label"":""cleared_brush"",""using"":""Click""},{""time"":115617,""label"":""cleared_brush"",""using"":""Escape""},{""time"":117362,""label"":""tour_next"",""step"":5},{""time"":124587,""label"":""tour_end"",""step"":5},{""time"":133391,""label"":""started_brush"",""startDate"":""2021-04-08"",""endDate"":""2021-06-16""},{""time"":134347,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3867,""week"":""15"",""id"":""chart""}]}","{""startTime"":1678930223274,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":6991,""label"":""started_brush"",""startDate"":""2021-07-25"",""endDate"":""2021-10-26""},{""time"":8189,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4296,""week"":""31"",""id"":""chart""},{""time"":12614,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1971,""week"":""32"",""id"":""chart""}]}",0,complex,bar -2023-03-15 21:13:55,2023-03-15 21:41:26,0,76.247.1.32,100,1650,1,2023-03-15 21:41:28,R_2dSCUEHxxw1sv4p,,,,,29.9762,-95.6401,anonymous,EN,1,11.133,35.798,40.769,85,,,,,,,,0,0,15.016,0,64,36,61,6.786,95.996,97.827,102,5.093,361.727,381.105,31,1,1,8.914,224.499,226.729,116,1,-3,4.565,111.698,113.475,97,-2,7.183,100.236,101.62,55,0,0,15.023,0,4,3,3,4,5,3,Is this really a study done in Croatia?,2.646,186.471,188.082,106,4,4,5,7,7,3,Because I do not know if this is an actual study where this data was collected.,7.367,7.367,39.507,1,5,,7.85,28.079,29.605,13,2,7,3,4,1,5,6,26.402,33.841,35.39,8,5,8,9,7,6,8,9,9,,8.605,34.63,36.204,21,1,1,5,5,2,1,14.121,41.832,44.307,20,5,,10.126,14.694,16.498,9,2,1966,Texas,3,1,1,,7,,,17,1,1,sarmimom@gmail.com,4.657,143.944,149.813,147,6277f8b4e9145fb3dd34debd,"{""startTime"":1678929923697,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930112676,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678929423300,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":30456,""label"":""hovered"",""timeHovered"":7962,""week"":""2021-11-15""},{""time"":39574,""label"":""hovered"",""timeHovered"":5760,""week"":""2021-11-29""},{""time"":47301,""label"":""hovered"",""timeHovered"":4216,""week"":""2021-12-27""},{""time"":52440,""label"":""hovered"",""timeHovered"":1993,""week"":""2022-01-31""},{""time"":56016,""label"":""hovered"",""timeHovered"":3783,""week"":""2021-04-26""},{""time"":63823,""label"":""tour_next"",""step"":5},{""time"":87246,""label"":""started_brush"",""startDate"":""2021-06-05"",""endDate"":""2021-09-03""},{""time"":90277,""label"":""tour_next"",""step"":5},{""time"":109082,""label"":""moved_brush"",""startDate"":""2021-08-12"",""endDate"":""2021-11-11""},{""time"":112233,""label"":""tour_next"",""step"":5},{""time"":215277,""label"":""started_brush"",""startDate"":""2021-12-06"",""endDate"":""2022-02-13""},{""time"":236380,""label"":""moved_brush"",""startDate"":""2021-05-26"",""endDate"":""2022-02-13""},{""time"":236744,""label"":""moved_brush"",""startDate"":""2021-05-26"",""endDate"":""2022-02-13""},{""time"":240135,""label"":""cleared_brush"",""using"":""click""},{""time"":242902,""label"":""started_brush"",""startDate"":""2021-04-27"",""endDate"":""2021-05-18""},{""time"":244849,""label"":""tour_next"",""step"":5},{""time"":268409,""label"":""moved_brush"",""startDate"":""2021-05-27"",""endDate"":""2021-06-16""},{""time"":280700,""label"":""moved_brush"",""startDate"":""2021-05-27"",""endDate"":""2021-06-16""},{""time"":289752,""label"":""moved_brush"",""startDate"":""2021-05-27"",""endDate"":""2021-08-23""},{""time"":295002,""label"":""moved_brush"",""startDate"":""2021-06-27"",""endDate"":""2021-09-24""},{""time"":307853,""label"":""moved_brush"",""startDate"":""2021-06-27"",""endDate"":""2021-10-24""},{""time"":350934,""label"":""moved_brush"",""startDate"":""2021-06-27"",""endDate"":""2021-12-30""},{""time"":353950,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678929908390,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line -2023-03-15 21:14:12,2023-03-15 21:41:48,0,73.214.162.164,100,1655,1,2023-03-15 21:41:49,R_2aRfSp7BzoInIYL,,,,,40.3469,-79.8689,anonymous,EN,1,7.694,7.694,8.597,1,1,2,2,1.595,4.681,7.197,2,0,0,15.006,0,100,100,79,8.449,15.802,23.001,5,17.706,62.261,64.613,9,1,1,47.567,65.692,71.601,2,-3,-3,550.118,566.499,567.208,2,-3,23.317,58.703,64.013,7,5.469,5.469,15.007,1,5,5,5,5,5,5,,68.009,71.04,81.028,6,5,6,5,2,2,5,This information seems to be well research and provides dates and numbers that make sense.,1.658,1.658,32.389,1,4,,5.948,5.948,11.868,1,2,7,3,4,1,5,6,0,0,23.491,0,1,1,1,6,6,5,9,10,,93.339,104.075,107.29,8,2,2,1,2,2,2,3.169,28.738,32.364,10,1,3,4.613,12.717,15.884,2,1,1986,Pennsylvania,6,2,1,,3,,,5,4,2,,2.526,61.543,65.396,16,63e548215b42b3f3aa069dc2,"{""startTime"":1678929506989,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":8061},{""label"":""window_focused"",""time"":58503},{""label"":""window_blurred"",""time"":62555},{""label"":""window_focused"",""time"":63511}]}","{""startTime"":1678929588564,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":404},{""label"":""window_focused"",""time"":74223},{""label"":""window_blurred"",""time"":76247},{""label"":""window_focused"",""time"":77154},{""label"":""window_blurred"",""time"":83772},{""label"":""window_focused"",""time"":246526}]}","{""startTime"":1678929361656,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":17703,""label"":""tour_next"",""step"":5},{""time"":30465,""label"":""cleared_brush"",""using"":""Click""},{""time"":32147,""label"":""cleared_brush"",""using"":""Click""},{""time"":33082,""label"":""started_brush"",""startDate"":""2021-08-03"",""endDate"":""2021-11-16""},{""time"":38540,""label"":""tour_next"",""step"":5},{""time"":46486,""label"":""moved_brush"",""startDate"":""2021-09-02"",""endDate"":""2021-12-15""},{""time"":48486,""label"":""tour_next"",""step"":5},{""time"":54788,""label"":""cleared_brush"",""using"":""Click""},{""time"":54788,""label"":""cleared_brush"",""using"":""Escape""},{""time"":57239,""label"":""tour_next"",""step"":5},{""time"":62257,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678929491375,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar -2023-03-15 21:31:59,2023-03-15 21:42:32,0,97.115.152.78,100,632,1,2023-03-15 21:42:33,R_28ZZTxj90YeYGGK,,,,,45.5472,-122.6417,anonymous,EN,1,7.236,7.236,8.61,1,1,4,2,2.515,5.429,6.591,2,0,0,15.114,0,81,91,57,9.042,49.755,52.394,5,33.831,39.512,42.542,2,1,-2,18.862,39.371,41.427,2,-2,1,9.383,14.535,41.89,2,-3,103.684,104.41,106.118,2,0,0,15.01,0,4,3,6,6,6,6,I like that this one has the axes labelled.,6.597,26.034,40.904,9,5,5,6,1,7,6,I think it is consistent with what I remember at the time.,3.051,20.957,23.117,2,7,,4.855,4.855,6.888,1,2,7,3,4,1,5,6,0,0,21.104,0,1,1,1,3,1,1,10,10,,6.402,20.352,22.947,8,5,4,1,1,4,4,10.855,13.356,14.617,2,1,1,5.923,10.902,16.337,3,2,1967,Oregon,7,2,1,,7,,,12,4,1,cindihounton@yahoo.com,3.145,94.263,98.346,18,5664626351fac700118ed1df,"{""startTime"":1678930588490,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":33167},{""label"":""window_focused"",""time"":34073}]}","{""startTime"":1678930542442,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678930441021,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":20,""label"":""tour_started""},{""time"":33803,""label"":""tour_next"",""step"":2},{""time"":39483,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678930526670,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line -2023-03-15 21:35:38,2023-03-15 21:42:34,0,72.183.100.179,100,415,1,2023-03-15 21:42:35,R_7aHi3p89Hp0e6E9,,,,,27.552,-99.4959,anonymous,EN,1,0.611,1.906,2.626,3,,,,,,,,1.316,14.546,15.013,5,0,60,50,0.431,10.109,10.855,10,2.032,51.774,52.811,19,1,1,0.912,37.776,38.768,17,-1,1,0.639,31.417,31.603,19,-3,0.821,51.283,52.021,13,0.695,4.876,15.009,4,5,3,5,5,5,5,,0.637,16.349,17.07,13,3,5,5,3,3,5,"I feel it is based on scientific observation ",1.231,1.231,14.751,1,4,,3.354,5.191,5.928,4,2,7,3,4,1,5,6,2.353,14.96,15.505,8,1,2,4,5,6,1,11,10,,2.337,13.91,14.755,15,1,1,5,5,1,1,0.795,18.469,19.226,12,4,,0.851,2.749,3.416,5,2,1997,Texas,7,1,2,,4,,,4,5,2,,0.229,63.124,64.08,45,5f78ce64cb5f144a98a4fa38,"{""startTime"":1678930697878,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930715794,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930575142,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":28,""label"":""tour_started""},{""time"":7867,""label"":""tour_next"",""step"":5},{""time"":29945,""label"":""started_brush"",""startDate"":""2021-05-23"",""endDate"":""2022-02-13""},{""time"":31552,""label"":""tour_next"",""step"":5},{""time"":37452,""label"":""moved_brush"",""startDate"":""2021-05-23"",""endDate"":""2022-02-13""},{""time"":38934,""label"":""tour_next"",""step"":5},{""time"":46213,""label"":""cleared_brush"",""using"":""click""},{""time"":46216,""label"":""cleared_brush"",""using"":""Escape""},{""time"":48736,""label"":""tour_next"",""step"":5},{""time"":50254,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678930681225,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":6367,""label"":""hovered"",""timeHovered"":1752,""week"":""2022-01-17""},{""time"":9774,""label"":""hovered"",""timeHovered"":4364,""week"":""2022-01-17""}]}",0,complex,line -2023-03-15 21:34:18,2023-03-15 21:42:52,0,172.248.184.216,100,513,1,2023-03-15 21:42:53,R_4YHYIIzBjFmDBDP,,,,,34.0587,-118.2781,anonymous,EN,1,10.492,10.492,13.122,1,2,,2,2.252,2.252,3.123,1,0,0,15.113,0,23,23,64,10.308,16.601,21.273,3,8.404,15.582,17.424,3,1,1,10.15,49.361,50.379,4,-3,1,19.645,29.142,30.992,3,1,25.425,25.425,26.746,1,0,0,15.01,0,4,5,4,5,7,5,n/a,12.395,28.275,31.798,7,5,5,6,2,7,3,it looks like it was professionally created and the data seems accurate.,8.551,8.551,23.494,1,4,n/a,8.522,10.012,13.007,2,2,7,3,4,1,5,6,7.989,11.305,23.481,5,4,4,7,5,4,6,10,8,n/a,3.785,26.823,29.899,13,4,3,2,3,5,4,2.764,36.873,37.235,11,6,3,10.724,21.653,23.197,4,1,1987,California,6,3,1,,9,,Bel Air,14,2,1,jdchiles87@gmail.com,4.432,81.921,86.64,29,63345f710321e08d1720919e,"{""startTime"":1678930662101,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678930611955,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678930526873,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":12318,""label"":""tour_next"",""step"":2},{""time"":15564,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678930596265,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line -2023-03-15 21:32:53,2023-03-15 21:43:22,0,172.56.224.142,100,629,1,2023-03-15 21:43:24,R_3rTbColiNmsIXf7,,,,,33.4849,-86.8596,anonymous,EN,1,11.555,11.555,12.337,1,1,2,1,1.392,3.753,5.806,3,0,0,15.012,0,99,56,69,13.842,30.163,32.481,8,8.257,42.596,44.919,7,1,1,14.333,48.075,50.967,2,1,1,7.934,107.095,108.647,4,1,35.139,72.586,76.562,3,0,0,15.143,0,5,2,7,6,5,4,,9.4,22.156,23.506,6,2,6,5,7,4,4,"It looks like a legitimate, credible, and valid scientific visualization using reputable data and information. However, there is less information than I would like.",1.914,42.258,42.816,2,4,,3.154,3.154,4.632,1,2,7,3,4,1,5,6,15.845,15.845,17.237,1,1,1,2,3,2,5,5,3,,4.277,28.376,31.699,10,3,5,2,3,4,3,7.559,23.523,24.535,6,5,1,3.547,7.812,9.005,2,2,2000,Alabama,6,3,4,Arabic and English,5,,,11,1,1,,1.278,43.124,45.784,13,63d79e5ecdcf4d0dbd646bf6,"{""startTime"":1678930672246,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930593163,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930453557,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":8242,""label"":""tour_next"",""step"":5},{""time"":20170,""label"":""started_brush"",""startDate"":""2021-06-05"",""endDate"":""2021-08-04""},{""time"":22570,""label"":""moved_brush"",""startDate"":""2021-06-05"",""endDate"":""2021-08-13""},{""time"":26017,""label"":""tour_next"",""step"":5},{""time"":30039,""label"":""moved_brush"",""startDate"":""2021-06-05"",""endDate"":""2021-07-10""},{""time"":30956,""label"":""tour_next"",""step"":5},{""time"":36465,""label"":""cleared_brush"",""using"":""click""},{""time"":38221,""label"":""tour_next"",""step"":5},{""time"":42580,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678930576959,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":9930,""label"":""hovered"",""timeHovered"":5182,""week"":""2021-12-20""}]}",1,complex,line -2023-03-15 21:32:27,2023-03-15 21:44:12,0,98.211.0.244,100,705,1,2023-03-15 21:44:13,R_1Do2jQURDJSUyMu,,,,,35.8677,-86.4174,anonymous,EN,1,11.239,11.239,13.057,1,,,,,,,,0,0,15.017,0,63,34,73,7.431,14.437,21.448,4,30.859,98.256,122.273,11,1,1,26.039,35.875,40.985,2,-3,1,36.413,51.372,52.794,2,1,24.42,38.409,39.716,4,0,0,15.016,0,5,4,5,5,5,5,,10.815,81.208,83.016,9,5,4,5,3,4,6,Because it said to assume that I trust this visualization.,2.448,2.448,33.454,1,6,,4.171,17.942,22.397,4,2,7,3,4,1,5,6,0,0,25.179,0,6,6,7,7,7,5,11,10,,4.659,28.361,31.142,8,4,3,2,2,4,3,6.719,21.008,22.016,6,1,,1.875,3.035,5.837,2,1,1986,Tennessee,2,2,1,,7,,,6,4,2,,1.694,96.673,98.322,11,5f7d026c6fd2421d2dc1af04,"{""startTime"":1678930654878,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930586092,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930406724,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":20149,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4389,""week"":""51"",""id"":""chart""},{""time"":24634,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1056,""week"":""52"",""id"":""chart""},{""time"":26410,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1135,""week"":""1"",""id"":""chart""},{""time"":30823,""label"":""tour_next"",""step"":5},{""time"":52695,""label"":""cleared_brush"",""using"":""Click""},{""time"":56443,""label"":""cleared_brush"",""using"":""Click""},{""time"":59356,""label"":""cleared_brush"",""using"":""Click""},{""time"":64193,""label"":""started_brush"",""startDate"":""2021-11-08"",""endDate"":""2021-12-20""},{""time"":65141,""label"":""tour_next"",""step"":5},{""time"":73957,""label"":""moved_brush"",""startDate"":""2021-10-16"",""endDate"":""2021-11-27""},{""time"":75475,""label"":""tour_next"",""step"":5},{""time"":84116,""label"":""cleared_brush"",""using"":""Click""},{""time"":86663,""label"":""tour_next"",""step"":5},{""time"":93780,""label"":""tour_end"",""step"":5},{""time"":107547,""label"":""started_brush"",""startDate"":""2021-06-02"",""endDate"":""2021-10-29""},{""time"":113139,""label"":""moved_brush"",""startDate"":""2021-09-10"",""endDate"":""2022-02-07""},{""time"":116122,""label"":""moved_brush"",""startDate"":""2021-12-03"",""endDate"":""2022-02-07""},{""time"":118365,""label"":""moved_brush"",""startDate"":""2021-12-03"",""endDate"":""2022-01-14""},{""time"":119763,""label"":""cleared_brush"",""using"":""Click""}]}","{""startTime"":1678930570393,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,bar -2023-03-15 21:33:56,2023-03-15 21:44:37,0,73.246.211.236,100,640,1,2023-03-15 21:44:37,R_2dlNhD8Lee8t0Di,,,,,41.8033,-87.9283,anonymous,EN,1,7.395,7.395,9.263,1,,,,,,,,0,0,15.123,0,100,100,76,12.793,21.431,22.502,3,6.12,8.957,12.793,2,1,1,61.566,119.844,121.228,2,-3,-3,30.212,57.092,58.49,2,-1,95.328,95.328,96.262,1,0,0,15.017,0,3,3,3,6,6,4,,14.699,27.327,30.101,6,6,6,5,2,7,4,"The data is displayed in a clear manner. It looks to be trustworthy, although I do not know the source or how it was taken.",2.203,2.203,27.746,1,5,,6.246,11.164,13.642,5,2,7,3,4,1,5,6,0,0,15.716,0,1,6,1,6,5,2,9,8,,5.559,21.013,22.689,9,3,5,1,2,5,4,6.201,23.298,24.104,8,1,,4.1,4.1,5.805,1,2,1994,Illinois,7,3,1,,7,,,4,3,1,egizew2@gmail.com,9.001,61.603,77.339,13,63c0e405027c09642621327f,"{""startTime"":1678930584197,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678930615310,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678930494871,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":106,""label"":""tour_started""},{""time"":6121,""label"":""tour_next"",""step"":2},{""time"":8901,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678930567744,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":10370,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3512,""week"":""1"",""id"":""chart""},{""time"":14014,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1133,""week"":""4"",""id"":""chart""}]}",0,moderate,bar -2023-03-15 21:28:14,2023-03-15 21:45:32,0,72.209.185.17,100,1037,1,2023-03-15 21:45:33,R_DwuUDAr9KGKHPTr,,,,,39.0151,-95.6402,anonymous,EN,1,6.784,68.486,69.769,10,1,2,1,2.984,9.503,11.001,3,9.712,9.712,15.011,1,90,65,44,13.885,54.797,56.268,9,4.415,65.383,67.021,6,1,1,6.788,58.418,64.365,7,1,1,4.575,80.084,81.304,12,1,24.575,84.963,85.911,9,12.386,12.386,15.008,1,5,4,5,5,5,4,None,12.736,101.108,105.104,11,4,5,5,4,4,4,"I understand it should be easy to just count the number of cases, however I have seen so many things changed to fit an agenda, that I always have some concerns when I see data. I just don't trust things 100%. ",3.776,3.776,71.395,1,3,,9.923,18.496,20.158,5,2,7,3,4,1,5,6,11.878,24.802,25.908,2,2,2,3,7,2,5,6,5,,3.546,53.097,56.359,12,4,4,2,2,4,4,12.654,84.401,87.853,8,5,2,8,19.507,25.379,3,2,1988,Kansas,7,3,1,,7,,,5,3,2,,2.441,85.552,105.924,27,6170afe6e3197de7542fd205,"{""startTime"":1678930410650,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":7749,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1442,""week"":""52"",""id"":""chart""},{""time"":9264,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1076,""week"":""51"",""id"":""chart""},{""time"":13604,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1132,""week"":""51"",""id"":""chart2""},{""time"":14854,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1270,""week"":""52"",""id"":""chart2""}]}","{""startTime"":1678930516398,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678930262681,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":22,""label"":""tour_started""},{""time"":12791,""label"":""tour_next"",""step"":2},{""time"":19604,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2701,""week"":""52"",""id"":""chart2""},{""time"":22372,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":13651,""week"":""51"",""id"":""chart2""},{""time"":38965,""label"":""tour_end"",""step"":2},{""time"":44734,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2061,""week"":""33"",""id"":""chart""},{""time"":48094,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3229,""week"":""1"",""id"":""chart""},{""time"":51900,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8690,""week"":""52"",""id"":""chart2""},{""time"":61675,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2017,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678930395176,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":1922,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1241,""week"":""1"",""id"":""chart""}]}",1,simple,bar -2023-03-15 21:34:58,2023-03-15 21:45:59,0,72.135.211.169,100,661,1,2023-03-15 21:46:00,R_bq07yZx1RsKEWnD,,,,,43.2189,-88.1165,anonymous,EN,1,5.061,7.702,8.422,4,,,,,,,,0,0,15.043,0,77,47,54,3.931,30.295,31.307,14,10.923,63.23,63.965,7,-3,1,5.249,73.271,74.049,23,1,1,2.844,70.334,71.079,22,1,42.825,54.837,55.588,6,2.179,5.959,15.064,2,4,3,5,5,5,5,,15.494,34.735,36.838,11,3,5,5,4,4,4,Its from the chamber of Agriculture so I would assume the information on the visualization is correct but of course I can not be one hundred percent sure.,2.846,54.044,72.364,6,4,,5.763,7.068,7.647,2,2,7,3,4,1,5,6,14.555,23.953,24.565,2,6,6,6,6,6,7,9,9,,6.742,15.549,16.191,10,4,4,2,2,4,4,4.514,19.871,20.105,8,3,,1.867,2.446,3.157,2,2,1986,Wisconsin,3,2,1,,7,,,11,3,1,5f4f1795c7230316afc2b88a@email.prolific.co,1.17,71.368,72.101,36,5f4f1795c7230316afc2b88a,"{""startTime"":1678930712440,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":2123,""label"":""hovered"",""timeHovered"":1208,""week"":""2022-01-03""},{""time"":4968,""label"":""hovered"",""timeHovered"":2070,""week"":""2022-01-17""}]}","{""startTime"":1678930749725,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678930561076,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":22355,""label"":""tour_next"",""step"":2},{""time"":27638,""label"":""tour_end"",""step"":2},{""time"":28802,""label"":""hovered"",""timeHovered"":1001,""week"":""2022-01-10""},{""time"":32262,""label"":""hovered"",""timeHovered"":1388,""week"":""2021-08-09""},{""time"":34393,""label"":""hovered"",""timeHovered"":2728,""week"":""2021-04-12""},{""time"":38543,""label"":""hovered"",""timeHovered"":1317,""week"":""2021-04-12""},{""time"":46745,""label"":""hovered"",""timeHovered"":1673,""week"":""2021-11-22""},{""time"":50285,""label"":""hovered"",""timeHovered"":2905,""week"":""2021-12-27""},{""time"":54643,""label"":""hovered"",""timeHovered"":2417,""week"":""2022-01-10""}]}","{""startTime"":1678930696850,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":9175,""label"":""hovered"",""timeHovered"":3339,""week"":""2022-01-10""}]}",0,moderate,line -2023-03-15 21:33:11,2023-03-15 21:46:18,0,76.149.162.30,100,787,1,2023-03-15 21:46:19,R_3PNRTmc8F2s06Fi,,,,,40.6124,-111.8832,anonymous,EN,1,27.948,27.948,29.401,1,1,4,1,2.874,6.446,7.857,2,0,0,15.017,0,93,100,51,18.572,37.496,39.703,3,1.908,20.448,43.952,3,1,-3,11.749,75.558,76.91,5,-3,-1,41.752,115.398,132.592,4,1,68.801,68.801,70.723,1,0,0,15.115,0,5,6,6,6,6,6,,9.25,36.493,38.576,10,6,6,6,4,4,6,It reflects what I understand from the news I have read.,0.574,0.574,19.974,1,6,,9.741,9.741,11.445,1,2,7,3,4,1,5,6,0,0,18.612,0,5,8,6,6,8,5,11,10,,28.781,65.004,68.467,10,4,3,2,1,3,4,7.092,34.14,35.811,7,1,1,6.665,15.441,17.602,2,2,1954,Utah,7,1,1,,7,,,10,4,1,5e373f33a42bce6daa55ea65@email.prolific.co,5.461,74.593,80.274,15,5e373f33a42bce6daa55ea65,"{""startTime"":1678930695127,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678930636330,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678930498795,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":11475,""label"":""tour_next"",""step"":2},{""time"":20440,""label"":""tour_end"",""step"":2},{""time"":22839,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1815,""week"":""2"",""id"":""chart2""},{""time"":25094,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4343,""week"":""4"",""id"":""chart2""},{""time"":29808,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7179,""week"":""4"",""id"":""chart""}]}","{""startTime"":1678930620639,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":12642,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1503,""week"":""1"",""id"":""chart""},{""time"":14179,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1216,""week"":""2"",""id"":""chart""}]}",1,simple,bar -2023-03-15 21:38:06,2023-03-15 21:47:24,0,47.6.23.212,100,557,1,2023-03-15 21:47:24,R_2XcAdyaHHUIQmZg,,,,,47.1173,-88.5535,anonymous,EN,1,4.007,4.007,5.512,1,,,,,,,,0,0,15.13,0,93,90,41,9.56,17.278,18.88,3,20.274,23.429,43.111,2,1,1,18.587,44.081,45.867,2,1,1,80.233,85.819,87.505,2,1,25.921,25.921,27.789,1,0,0,15.125,0,5,7,7,5,6,5,,10.734,18.527,20.323,6,4,5,5,7,2,4,"The visualization looks well put together and professional, which makes me trust it. However, I do not know anything about the topic, so I am unsure if the numbers are reasonable. ",1.992,1.992,31.622,1,4,,4.563,7.217,8.973,2,2,7,3,4,1,5,6,0,0,12.627,0,4,7,5,7,5,3,10,9,,73.876,88.926,90.506,8,2,2,3,4,3,4,5.692,31.759,32.758,6,1,,2.191,2.191,3.82,1,1,2001,Michigan,3,3,1,,7,,,11,3,2,,1.56,45.616,50.36,15,5eecf1789af5910cfeb71b53,"{""startTime"":1678930835868,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678930856988,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678930729894,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":22,""label"":""tour_started""},{""time"":6585,""label"":""hovered"",""timeHovered"":1674,""week"":""2021-08-09""},{""time"":16560,""label"":""hovered"",""timeHovered"":1037,""week"":""2021-06-07""},{""time"":20252,""label"":""tour_next"",""step"":2},{""time"":23406,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678930820024,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":671,""label"":""hovered"",""timeHovered"":4103,""week"":""2022-01-10""},{""time"":9331,""label"":""hovered"",""timeHovered"":1186,""week"":""2022-01-03""},{""time"":10516,""label"":""hovered"",""timeHovered"":1491,""week"":""2022-01-03""}]}",0,simple,line -2023-03-15 21:35:23,2023-03-15 21:47:37,0,170.64.87.96,100,733,1,2023-03-15 21:47:37,R_3HKZgIMnnEMvVGF,,,,,42.0326,-97.4265,anonymous,EN,1,25.675,25.675,26.899,1,1,2,2,2.104,6.456,7.517,2,0,0,15.043,0,73,83,52,13.315,25.201,27.803,3,25.378,30.035,32.968,2,1,-3,48.502,70.826,72.201,2,-3,1,41.959,78.364,79.662,2,-3,42.764,42.764,43.988,1,0,0,15.161,0,5,5,5,6,6,5,,23.55,48.032,49.295,8,5,5,5,3,3,5,The Center for Disease Control is the experts on this so I trust it.,4.201,4.201,34.053,1,5,,9.498,9.498,11.851,1,2,7,3,4,1,5,6,0,0,20.966,0,3,6,10,8,5,6,9,9,My trust in Doctors has decreased over the last few years. They seem to not have any idea sometimes.,8.51,31.9,68.804,10,3,4,2,2,5,4,11.868,52.899,54.003,6,4,4,2.308,9.466,10.518,2,1,1976,Nebraska,6,2,1,,7,,,10,3,2,,2.928,98.099,105.524,27,60e35afc1d7e1aee451eba47,"{""startTime"":1678930748096,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678930797930,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678930618698,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":20,""label"":""tour_started""},{""time"":19481,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2537,""week"":""50"",""id"":""chart""},{""time"":25369,""label"":""tour_next"",""step"":2},{""time"":30026,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678930732386,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar -2023-03-15 21:30:19,2023-03-15 21:47:51,0,73.60.105.141,100,1052,1,2023-03-15 21:47:52,R_411uN30SxVoVzpf,,,,,42.5181,-70.899,anonymous,EN,1,26.515,31.361,33.832,2,,,,,,,,0,0,15.007,0,100,88,68,5.099,31.225,33.512,9,6.319,191.679,193.388,31,-2,1,23.618,90.595,91.622,7,-2,1,22.28,104.7,106.283,9,1,32.471,100.646,102.846,11,4.639,4.639,15.019,1,6,5,5,4,5,5,"I would like to see the weather added to this chart. Also, did the amount of workers in the field change due to COVID effect the planting and care at all? I wish there was a way to break out each type of dieses ",3.043,161.967,162.9,16,2,5,5,4,4,5,"It looks professional. If I knew what organization produced the data I would trust it more ",2.608,39.236,41.169,3,7,,6.607,10.964,12.184,4,2,7,3,4,1,5,6,12.09,29.193,30.497,3,4,7,2,3,11,4,11,10,,8.477,28.246,29.459,10,2,2,4,4,1,2,8.89,28.616,29.802,8,2,,4.311,6.236,7.257,2,1,1965,Massachusetts,4,2,1,,9,,SALEM,3,3,1,chrisf01864@gmail.com,2.953,71.691,74.346,22,59ba2a6e6495ef00019fbd70,"{""startTime"":1678930624360,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930788150,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930311510,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":20,""label"":""tour_started""},{""time"":20017,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1334,""week"":""39"",""id"":""chart""},{""time"":26467,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1565,""week"":""51"",""id"":""chart""},{""time"":28099,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2049,""week"":""52"",""id"":""chart""},{""time"":36247,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1083,""week"":""46"",""id"":""chart""},{""time"":39817,""label"":""tour_next"",""step"":5},{""time"":48232,""label"":""cleared_brush"",""using"":""Click""},{""time"":68964,""label"":""started_brush"",""startDate"":""2021-05-25"",""endDate"":""2021-07-31""},{""time"":70194,""label"":""tour_next"",""step"":5},{""time"":78940,""label"":""moved_brush"",""startDate"":""2021-04-29"",""endDate"":""2021-07-05""},{""time"":80453,""label"":""tour_next"",""step"":5},{""time"":89001,""label"":""cleared_brush"",""using"":""Click""},{""time"":89001,""label"":""cleared_brush"",""using"":""Escape""},{""time"":94206,""label"":""cleared_brush"",""using"":""Click""},{""time"":94206,""label"":""cleared_brush"",""using"":""Escape""},{""time"":95388,""label"":""tour_next"",""step"":5},{""time"":104077,""label"":""tour_end"",""step"":5},{""time"":105250,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1142,""week"":""52"",""id"":""chart""},{""time"":111803,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1383,""week"":""51"",""id"":""chart""},{""time"":116979,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1224,""week"":""31"",""id"":""chart""},{""time"":124492,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1076,""week"":""40"",""id"":""chart""},{""time"":126651,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1966,""week"":""40"",""id"":""chart""},{""time"":129114,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1073,""week"":""36"",""id"":""chart""},{""time"":145735,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":2614,""week"":""52"",""id"":""chart""},{""time"":150936,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":2153,""week"":""1"",""id"":""chart""},{""time"":190567,""label"":""cleared_brush"",""using"":""Click""}]}","{""startTime"":1678930608819,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,bar -2023-03-15 21:37:26,2023-03-15 21:48:13,0,149.75.67.15,100,647,1,2023-03-15 21:48:14,R_1fjxDquVEQcBLVh,,,,,37.9606,-87.5333,anonymous,EN,1,5.663,5.663,8.275,1,1,3,2,2.097,4.151,5.695,2,0,0,15.182,0,74,62,51,15.587,23.5,26.199,3,8.586,67.895,94.752,10,1,-2,19.54,31.748,33.585,2,1,1,38.52,59.117,60.551,2,1,16.887,16.887,18.951,1,8.09,11.933,15.117,2,7,7,7,5,5,1,,10.724,30.024,33.747,6,2,5,4,7,7,3,I don't believe the data is true,3.101,3.101,13.601,1,1,,7.079,7.079,10.438,1,2,7,3,4,1,5,6,0,0,20.753,0,5,5,7,6,3,6,7,8,,8.148,24.438,27.053,9,2,2,3,3,2,2,9.795,33.362,34.696,6,5,4,7.847,14.593,16.3,2,2,1983,Indiana,6,2,1,,7,,,13,2,2,,3.677,148.857,153.466,16,63d18313a0fe35f35c2dfb1a,"{""startTime"":1678930889975,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930849094,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930717313,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":57,""label"":""tour_started""},{""time"":8548,""label"":""tour_next"",""step"":5},{""time"":20861,""label"":""cleared_brush"",""using"":""click""},{""time"":31608,""label"":""cleared_brush"",""using"":""click""},{""time"":46995,""label"":""started_brush"",""startDate"":""2021-06-09"",""endDate"":""2021-08-02""},{""time"":48123,""label"":""tour_next"",""step"":5},{""time"":55615,""label"":""moved_brush"",""startDate"":""2021-05-16"",""endDate"":""2021-07-10""},{""time"":56706,""label"":""tour_next"",""step"":5},{""time"":61908,""label"":""cleared_brush"",""using"":""click""},{""time"":61923,""label"":""cleared_brush"",""using"":""Escape""},{""time"":63458,""label"":""tour_next"",""step"":5},{""time"":67859,""label"":""tour_end"",""step"":5},{""time"":92469,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-10-13""}]}","{""startTime"":1678930832591,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":8823,""label"":""hovered"",""timeHovered"":1252,""week"":""2021-12-27""}]}",1,complex,line -2023-03-15 21:32:07,2023-03-15 21:48:18,0,108.210.175.19,100,970,1,2023-03-15 21:48:19,R_3fNss7odunMmvVu,,,,,30.3586,-90.0561,anonymous,EN,1,105.794,107.054,108.664,2,1,3,1,4.092,9.047,10.552,3,0,0,15.146,0,73,89,53,8.285,42.572,45.743,8,56.075,77.967,83.733,4,1,1,16.844,95.573,97.362,8,-3,1,11.47,105.231,106.302,10,1,17.56,54.178,56.737,4,5.06,5.06,15.022,1,5,5,5,5,5,5,,23.42,71.087,74.536,13,4,4,4,7,7,5,It is put out by the CDC,3.233,3.233,17.153,1,4,,5.977,9.32,10.778,2,2,7,3,4,1,5,6,10.219,32.582,33.683,3,4,6,6,6,5,7,9,9,,5.891,42.544,43.864,11,4,4,1,1,5,4,35.111,65.746,67.731,9,3,2,11.557,22.761,23.832,4,2,1957,Louisiana,3,3,1,,7,,,11,2,2,,4.528,85.905,89.296,20,62ea66128e0806710fb41dcc,"{""startTime"":1678930732999,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678930808681,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678930524553,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":32,""label"":""tour_started""},{""time"":59854,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4250,""week"":""52"",""id"":""chart""},{""time"":67508,""label"":""tour_next"",""step"":2},{""time"":73064,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678930716709,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar -2023-03-15 21:34:03,2023-03-15 21:49:00,0,75.85.103.6,100,897,1,2023-03-15 21:49:01,R_3nJBfntOEC4dwKJ,,,,,21.3328,-158.0181,anonymous,EN,1,46.252,47.5,48.522,2,1,2,2,1.717,6.029,6.598,3,0,0,15.013,0,84,92,48,9.913,39.753,40.586,11,13.228,69.354,73.028,7,1,1,3.658,92.578,93.4,9,-2,1,7.746,100.506,101.516,10,-1,71.204,72.429,73.552,2,14.748,14.748,15.014,1,7,7,7,2,7,1,none,9.493,44.069,49.028,10,7,2,2,7,7,7,"Based on recent information revealed to the public, I seriously question the accuracy and reliability of information coming from the CDC.",2.085,2.085,54.888,1,2,,4.657,7.345,8.125,2,2,7,3,4,1,5,6,19.766,19.766,20.531,1,1,1,11,4,1,4,4,8,,6.576,28.264,28.943,11,2,1,4,4,1,2,4.744,29.456,30.581,8,6,4,6.191,20.535,21.67,5,1,1951,Hawaii,7,2,1,,8,pdomen@hawaii.rr.com,,14,2,1,,3.069,136.186,136.825,24,5ef035131f1b2a546b44c391,"{""startTime"":1678930864995,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678930763227,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678930571659,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":28024,""label"":""hovered"",""timeHovered"":1231,""week"":""2022-01-10""},{""time"":33089,""label"":""hovered"",""timeHovered"":7299,""week"":""2022-01-10""},{""time"":41371,""label"":""hovered"",""timeHovered"":7566,""week"":""2022-02-07""},{""time"":48938,""label"":""hovered"",""timeHovered"":1249,""week"":""2022-02-07""},{""time"":59289,""label"":""tour_next"",""step"":2},{""time"":67353,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678930747354,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":3771,""label"":""hovered"",""timeHovered"":2049,""week"":""2022-01-10""},{""time"":9755,""label"":""hovered"",""timeHovered"":2425,""week"":""2022-01-17""}]}",1,moderate,line -2023-03-15 21:32:14,2023-03-15 21:49:51,0,65.188.139.235,100,1056,1,2023-03-15 21:49:52,R_1kIB0sojzmaFeSE,,,,,35.6383,-79.8557,anonymous,EN,1,3.114,3.114,4.147,1,1,2,2,3.188,4.804,5.929,2,0,0,15.008,0,100,8,0,49.505,55.633,57.417,3,70.223,143.566,178.352,12,-2,-1,58.453,89.196,103.118,4,-3,-3,27.049,67.561,69.554,2,-3,32.991,59.279,61.479,2,0,0,15.11,0,3,7,3,4,4,4,N/A,21.616,60.303,78.503,11,2,2,7,4,2,4,It's tough to look at. Pretty messy. I do like the interactive feature. I think that helps. But I think it could be cleaned up a bit. And I would like to see more details along with the visualization. Overall I trust it.,1.24,1.24,87.136,1,3,"I think most people can be trusted, but tend to be on guard.",15.534,16.694,62.142,2,2,7,3,4,1,5,6,0,0,40.286,0,2,2,5,3,4,2,10,10,N/A,11.046,38.573,44.263,12,3,2,2,3,3,2,18.885,54.076,56.724,7,1,3,1.601,14.705,18.987,2,1,1987,North Carolina,2,2,1,,7,,,3,4,1,stitchedsketch@gmail.com,1.229,81.636,84.2,13,62867b51e71606f873d41b05,"{""startTime"":1678930824464,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930699764,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930443419,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":23,""label"":""tour_started""},{""time"":42820,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2367,""week"":""52"",""id"":""chart""},{""time"":45388,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6249,""week"":""52"",""id"":""chart""},{""time"":52654,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2482,""week"":""1"",""id"":""chart""},{""time"":58454,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1182,""week"":""24"",""id"":""chart""},{""time"":62719,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1183,""week"":""31"",""id"":""chart""},{""time"":70218,""label"":""tour_next"",""step"":5},{""time"":95869,""label"":""started_brush"",""startDate"":""2021-06-27"",""endDate"":""2021-09-04""},{""time"":98257,""label"":""tour_next"",""step"":5},{""time"":113949,""label"":""moved_brush"",""startDate"":""2021-11-18"",""endDate"":""2022-01-25""},{""time"":114761,""label"":""tour_next"",""step"":5},{""time"":129453,""label"":""cleared_brush"",""using"":""Click""},{""time"":132288,""label"":""tour_next"",""step"":5},{""time"":143561,""label"":""tour_end"",""step"":5},{""time"":153595,""label"":""started_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-05-31""},{""time"":157379,""label"":""moved_brush"",""startDate"":""2021-05-10"",""endDate"":""2021-07-05""},{""time"":163083,""label"":""moved_brush"",""startDate"":""2021-07-26"",""endDate"":""2021-09-20""},{""time"":163700,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":4254,""week"":""34"",""id"":""chart""},{""time"":172427,""label"":""moved_brush"",""startDate"":""2021-12-13"",""endDate"":""2022-02-07""},{""time"":173192,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1513,""week"":""6"",""id"":""chart""}]}","{""startTime"":1678930684172,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":14530,""label"":""started_brush"",""startDate"":""2021-10-29"",""endDate"":""2022-01-02""}]}",1,complex,bar -2023-03-15 21:40:03,2023-03-15 21:50:04,0,184.58.243.124,100,600,1,2023-03-15 21:50:04,R_2qkLlPRIN60BUr6,,,,,43.0132,-87.9287,anonymous,EN,1,9.959,9.959,12.186,1,,,,,,,,0,0,15.11,0,61,62,51,23.061,35.494,36.97,3,13.513,23.338,26.402,2,1,1,32.697,43.891,45.405,2,-3,-3,30.273,60.852,63.441,2,1,49.072,49.072,51.478,1,0,0,15.012,0,5,7,3,7,3,5,none,12.456,32.328,34.496,7,4,4,3,3,3,5,It appears to present objective data in a form I can understand.,2.879,2.879,19.773,1,4,,7.298,8.443,11.107,2,2,7,3,4,1,5,6,0,0,18.587,0,1,4,2,2,6,2,8,9,,6.518,62.435,65.161,13,3,3,1,3,2,2,13.049,30.548,32.639,7,3,,5.085,7.54,10.758,2,1,1979,Wisconsin,6,2,1,,7,,,17,4,1,5f8e3f6a1a1f4421715a2879@email.prolific.co,1.561,74.426,80.047,15,5f8e3f6a1a1f4421715a2879,"{""startTime"":1678931014305,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678930962314,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678930874083,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":21,""label"":""tour_started""},{""time"":13508,""label"":""tour_next"",""step"":2},{""time"":23332,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678930946833,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":9030,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1749,""week"":""52"",""id"":""chart""}]}",0,simple,bar -2023-03-15 21:40:20,2023-03-15 21:50:13,0,71.226.116.166,100,593,1,2023-03-15 21:50:14,R_1lfuSNsHUXgkJX8,,,,,34.7766,-114.4779,anonymous,EN,1,2.582,3.474,4.464,2,,,,,,,,0,0,15.018,0,94,34,41,14.206,34.408,35.074,5,34.56,41.101,46.773,4,1,1,33.917,44.695,46.103,2,1,1,138.431,154.614,155.711,4,1,34.272,34.272,35.672,1,0,0,15.023,0,5,4,7,4,5,5,,27.535,42.19,43.607,8,4,4,3,1,1,5,I have no reason to believe the information is false.,5.069,8.265,29.437,2,4,,6.432,6.432,7.304,1,2,7,3,4,1,5,6,0,0,15.478,0,1,1,1,1,2,1,9,8,,5.349,16.498,18.489,9,3,4,2,2,4,4,3.656,19.577,20.325,6,1,,0.973,0.973,3.129,1,2,1997,Arizona,2,2,1,,7,,,8,4,2,,1.232,47.791,48.778,15,62bddb63d7c84ff6e9c592f5,"{""startTime"":1678931163362,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":22670},{""label"":""window_focused"",""time"":23594}]}","{""startTime"":1678931101345,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678930881889,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":34549,""label"":""tour_next"",""step"":2},{""time"":38550,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678931086011,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":420,""label"":""hovered"",""timeHovered"":1148,""week"":""2022-01-31""},{""time"":4125,""label"":""hovered"",""timeHovered"":8054,""week"":""2022-01-17""}]}",0,moderate,line -2023-03-15 21:27:23,2023-03-15 21:50:14,0,76.18.211.197,100,1371,1,2023-03-15 21:50:14,R_3oGChGiVw7KhtfS,,,,,30.3341,-81.6544,anonymous,EN,1,418.672,429.961,431.086,3,,,,,,,,2.497,2.497,15.016,1,98,40,59,5.024,25.278,26.246,9,3.241,48.727,72.426,3,1,1,4.799,48.413,49.936,6,-3,-1,14.022,67.783,68.652,10,1,2.46,76.824,78.779,7,2.662,11.928,15.116,3,5,4,5,4,4,5,,57.955,259.939,262.053,10,2,2,3,1,1,5,The visualization is detailed and I mostly trust the data shown since it appears to be reliable.,1.902,61.16,74.657,6,4,,8.167,8.167,9.94,1,2,7,3,4,1,5,6,3.117,21.279,23.838,2,3,6,6,8,6,6,10,9,,13.803,57.092,57.942,15,2,2,4,4,3,3,10.509,41.076,42.361,9,2,,3.748,9.551,11.134,5,2,2002,Florida,5,3,1,,7,,,19,4,2,,2.16,75.669,77.008,53,6110c3de4d73c26eb588091f,"{""startTime"":1678930681105,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":2063,""label"":""hovered"",""timeHovered"":2019,""week"":""2022-01-03""},{""label"":""window_blurred"",""time"":4913},{""label"":""window_focused"",""time"":8542}]}","{""startTime"":1678930943916,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678930522773,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":42657,""label"":""tour_next"",""step"":2},{""time"":48714,""label"":""tour_end"",""step"":2},{""time"":55690,""label"":""hovered"",""timeHovered"":1326,""week"":""2021-05-10""},{""time"":58354,""label"":""hovered"",""timeHovered"":1977,""week"":""2021-07-12""},{""time"":62986,""label"":""hovered"",""timeHovered"":1443,""week"":""2021-08-30""}]}","{""startTime"":1678930665145,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7286,""label"":""hovered"",""timeHovered"":1514,""week"":""2022-01-10""}]}",0,moderate,line -2023-03-15 21:32:13,2023-03-15 21:50:22,0,71.54.25.49,100,1088,1,2023-03-15 21:50:23,R_3gY4kJUJtUbe7ud,,,,,26.6909,-81.9483,anonymous,EN,1,7.331,7.331,9.127,1,,,,,,,,0,0,15.008,0,93,92,50,25.6,38.471,58.813,3,48.091,190.506,201.107,19,1,1,26.405,64.885,66.901,2,1,1,50.393,76.137,78.208,2,-2,39.828,39.828,41.972,1,0,0,15.007,0,5,5,5,4,6,5,Thank you for the opportunity.,14.783,48.645,60.446,9,5,5,6,4,3,5,The chart seems to be accurate and reliable.,9.257,9.257,109.35,1,6,Thank you.,12.437,19.476,26.052,3,2,7,3,4,1,5,6,0,0,42.457,0,6,10,10,10,8,10,10,10,"I am satisfied, thank you.",13.933,46.925,58.214,9,2,2,4,3,2,2,43.659,84.242,85.856,6,4,,13.557,13.557,15.828,1,2,1967,Florida,3,1,1,,7,,,5,3,1,,4.886,93.221,94.602,11,638a2f44aadfb032e1116645,"{""startTime"":1678930696593,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930757897,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930435932,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":5110,""label"":""hovered"",""timeHovered"":1450,""week"":""2022-02-07""},{""time"":29143,""label"":""hovered"",""timeHovered"":2166,""week"":""2021-11-29""},{""time"":33359,""label"":""hovered"",""timeHovered"":6000,""week"":""2022-01-03""},{""time"":48087,""label"":""tour_next"",""step"":5},{""time"":72346,""label"":""started_brush"",""startDate"":""2022-01-08"",""endDate"":""2022-01-17""},{""time"":75342,""label"":""tour_next"",""step"":5},{""time"":95386,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-10-10""},{""time"":113975,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-11""},{""time"":121457,""label"":""moved_brush"",""startDate"":""2021-04-12"",""endDate"":""2022-02-13""},{""time"":122777,""label"":""moved_brush"",""startDate"":""2021-04-12"",""endDate"":""2022-02-13""},{""time"":126997,""label"":""tour_back"",""step"":5},{""time"":135777,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-11""},{""time"":137041,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-11""},{""time"":138105,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-11""},{""time"":138537,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-11""},{""time"":139489,""label"":""moved_brush"",""startDate"":""2021-04-12"",""endDate"":""2022-02-13""},{""time"":142674,""label"":""moved_brush"",""startDate"":""2021-04-12"",""endDate"":""2021-05-03""},{""time"":146178,""label"":""cleared_brush"",""using"":""click""},{""time"":148856,""label"":""cleared_brush"",""using"":""click""},{""time"":151243,""label"":""started_brush"",""startDate"":""2021-10-16"",""endDate"":""2021-10-30""},{""time"":153801,""label"":""moved_brush"",""startDate"":""2021-10-16"",""endDate"":""2022-01-06""},{""time"":154646,""label"":""tour_next"",""step"":5},{""time"":159233,""label"":""started_brush"",""startDate"":""2021-07-15"",""endDate"":""2021-12-20""},{""time"":161233,""label"":""moved_brush"",""startDate"":""2021-07-15"",""endDate"":""2021-12-20""},{""time"":161730,""label"":""moved_brush"",""startDate"":""2021-07-15"",""endDate"":""2021-12-20""},{""time"":162896,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-09-16""},{""time"":163974,""label"":""tour_next"",""step"":5},{""time"":174485,""label"":""cleared_brush"",""using"":""click""},{""time"":174486,""label"":""cleared_brush"",""using"":""Escape""},{""time"":176749,""label"":""tour_next"",""step"":5},{""time"":190501,""label"":""tour_end"",""step"":5},{""time"":192721,""label"":""cleared_brush"",""using"":""click""},{""time"":198361,""label"":""started_brush"",""startDate"":""2021-12-13"",""endDate"":""2022-01-19""}]}","{""startTime"":1678930680828,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line -2023-03-15 21:40:44,2023-03-15 21:50:55,0,71.195.39.57,100,611,1,2023-03-15 21:50:55,R_2AGZvtcwdJzq7Bh,,,,,45.1692,-93.2487,anonymous,EN,1,10.795,10.795,15.7,1,,,,,,,,0,0,15.111,0,71,91,49,10.402,17.138,18.248,3,29.896,34.431,43.056,2,1,1,24.316,34.34,41.519,2,-3,-3,58.919,83.111,100.317,2,1,57.599,57.599,58.72,1,0,0,15.011,0,5,5,5,5,5,5,,9.769,17.848,19.102,6,5,5,5,7,7,5,I really have no reason not to. It's presenting data which has no effect on me personally.,1.388,26.805,27.036,2,4,,6.178,6.178,7.265,1,2,7,3,4,1,5,6,0,0,19.046,0,4,6,1,3,4,4,10,9,,4.179,21.579,23.419,10,3,4,2,3,4,3,5.513,29.185,30.457,9,1,,1.344,1.344,2.902,1,1,1989,Minnesota,3,1,1,,7,,,9,4,1,cyruscesar@gmail.com,1.703,128.515,133.255,54,5d4fa7c197082b0001f7f483,"{""startTime"":1678931063928,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678931083732,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678930903303,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":14908,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2299,""week"":""46"",""id"":""chart""},{""time"":29881,""label"":""tour_next"",""step"":2},{""time"":34416,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678931048314,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":4965,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1662,""week"":""50"",""id"":""chart""},{""time"":8557,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2329,""week"":""2"",""id"":""chart""}]}",0,moderate,bar -2023-03-15 21:40:41,2023-03-15 21:52:04,0,71.30.254.3,100,683,1,2023-03-15 21:52:05,R_1JJc45QZAbY4GDU,,,,,29.6286,-81.8919,anonymous,EN,1,49.689,49.689,51.203,1,2,,1,1.881,1.881,3.068,1,0,0,15.997,0,67,83,50,52.111,60.612,62.92,5,7.633,9.884,12.668,2,1,1,31.451,51.715,54.036,2,-3,1,59.364,64.575,68.994,2,-3,15.344,15.344,17.087,1,0,0,15.007,0,3,3,2,2,2,2,thanks,25.143,48.294,50.899,13,2,2,3,3,3,3,i dont really care either way,3.354,6.78,29.481,3,3,thanks,6.717,20.854,26.458,2,2,7,3,4,1,5,6,7.766,17.553,20.641,2,1,1,2,2,1,3,2,5,thanks,4.607,21.174,27.516,9,3,3,4,3,2,2,2.481,15.796,17.528,8,3,4,1.917,9.685,12.264,2,1,1977,Florida,3,3,1,,8,branford,,4,2,1,562563ceed6e5a000bc7f386@email.prolific.co,1.303,120.23,127.659,24,562563ceed6e5a000bc7f386,"{""startTime"":1678931096235,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678931148399,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678930996058,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":29,""label"":""tour_started""},{""time"":7599,""label"":""tour_next"",""step"":2},{""time"":9849,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678931080018,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":1012,""label"":""hovered"",""timeHovered"":4246,""week"":""2021-11-29""},{""time"":6076,""label"":""hovered"",""timeHovered"":1828,""week"":""2021-12-13""}]}",1,moderate,line -2023-03-15 21:40:33,2023-03-15 21:52:32,0,99.13.126.35,100,718,1,2023-03-15 21:52:32,R_1q88FwqmutbWlKk,,,,,32.6963,-97.1346,anonymous,EN,1,5.501,5.501,6.504,1,1,3,1,1.533,4.283,5.347,2,0,0,15.015,0,98,92,38,10.209,17.361,19.176,3,22.798,130.996,136.213,13,-2,1,18.844,35.376,37.427,2,1,1,13.431,89.383,90.552,6,-3,40.556,41.288,53.063,2,0,0,15.011,0,6,5,7,6,5,5,,1.421,16.708,21.47,7,5,6,5,5,3,5,I concrete information derived from a reliable source,3.212,3.212,21.881,1,5,,7.814,7.814,9.53,1,2,7,3,4,1,5,6,0,0,23.035,0,5,5,8,6,5,5,10,9,,6.203,20.277,22.314,8,4,4,2,1,4,4,13.401,30.465,31.594,6,2,1,5.857,11.802,14.267,2,2,1964,Texas,6,3,1,,7,,,17,3,1,cmartz3391@sbcglobal.net,3.014,123.89,137.629,33,5bd4e6f7c4f8e900013ae526,"{""startTime"":1678931105924,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":111,""label"":""cleared_brush"",""using"":""click""}]}","{""startTime"":1678931128059,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930898506,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":24,""label"":""tour_started""},{""time"":12793,""label"":""hovered"",""timeHovered"":2749,""week"":""2021-12-13""},{""time"":18024,""label"":""hovered"",""timeHovered"":1250,""week"":""2022-01-17""},{""time"":22780,""label"":""tour_next"",""step"":5},{""time"":46415,""label"":""started_brush"",""startDate"":""2021-08-04"",""endDate"":""2021-10-21""},{""time"":48907,""label"":""started_brush"",""startDate"":""2021-12-06"",""endDate"":""2022-01-27""},{""time"":51436,""label"":""tour_next"",""step"":5},{""time"":74881,""label"":""started_brush"",""startDate"":""2021-07-30"",""endDate"":""2021-09-09""},{""time"":88346,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-09""},{""time"":97847,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-09""},{""time"":99871,""label"":""moved_brush"",""startDate"":""2021-04-14"",""endDate"":""2022-02-13""},{""time"":102505,""label"":""moved_brush"",""startDate"":""2021-04-14"",""endDate"":""2022-02-13""},{""time"":107889,""label"":""moved_brush"",""startDate"":""2021-04-14"",""endDate"":""2022-02-13""},{""time"":108297,""label"":""moved_brush"",""startDate"":""2021-04-14"",""endDate"":""2022-02-13""},{""time"":108467,""label"":""moved_brush"",""startDate"":""2021-04-14"",""endDate"":""2022-02-13""},{""time"":108988,""label"":""moved_brush"",""startDate"":""2021-04-14"",""endDate"":""2022-02-13""},{""time"":109695,""label"":""moved_brush"",""startDate"":""2021-04-14"",""endDate"":""2022-02-13""},{""time"":110575,""label"":""tour_next"",""step"":5},{""time"":116996,""label"":""cleared_brush"",""using"":""click""},{""time"":117006,""label"":""cleared_brush"",""using"":""Escape""},{""time"":119131,""label"":""tour_next"",""step"":5},{""time"":130977,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678931090012,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line -2023-03-15 21:39:41,2023-03-15 21:52:50,0,135.134.210.111,100,788,1,2023-03-15 21:52:50,R_xEoGWND77OYga0p,,,,,44.9028,-89.5819,anonymous,EN,1,18.607,18.607,19.901,1,1,2,1,2.288,4.478,5.841,2,0,0,15.115,0,73,66,19,8.506,18.592,20.74,7,26.991,29.144,65.659,2,1,1,33.838,82.908,85.203,3,-3,-3,30.059,54.751,63.9,2,1,31.769,75.041,77.298,2,0,0,15.017,0,5,4,5,5,5,5,,53.654,74.414,77.153,7,5,4,5,5,5,5,"I trust this visualization because it contains scientific data in a bar charge that indicates how many cases of COVID 19 were confirmed during that week. ",4.139,4.139,47.415,1,3,,10.662,14.461,15.93,3,2,7,3,4,1,5,6,0,0,18.977,0,7,8,8,7,7,6,8,8,,7.912,22.87,24.891,8,4,3,3,3,4,4,16.524,63.565,64.951,10,4,1,7.841,16.224,19.079,3,2,1992,Wisconsin,5,2,1,,7,,,11,3,2,,5.095,73.212,76.721,13,63617635b76b7732fc0f141e,"{""startTime"":1678931103859,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678931034809,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678930888637,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":21,""label"":""tour_started""},{""time"":15739,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1880,""week"":""50"",""id"":""chart""},{""time"":20700,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1764,""week"":""1"",""id"":""chart""},{""time"":22798,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1232,""week"":""52"",""id"":""chart""},{""time"":26981,""label"":""tour_next"",""step"":2},{""time"":29133,""label"":""tour_end"",""step"":2},{""time"":60579,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1267,""week"":""3"",""id"":""chart""}]}","{""startTime"":1678931019208,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":1941,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1567,""week"":""52"",""id"":""chart""},{""time"":3536,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1755,""week"":""1"",""id"":""chart""}]}",1,moderate,bar -2023-03-15 21:40:28,2023-03-15 21:53:04,0,172.15.210.254,100,755,1,2023-03-15 21:53:04,R_3nP1IHYR7HPLNK6,,,,,33.2109,-117.2232,anonymous,EN,1,4.515,4.515,7.097,1,1,4,2,3.355,10.975,12.42,2,0,0,15.112,0,100,75,100,15.643,25.368,26.455,4,10.934,80.99,125.372,7,1,1,40.702,78.887,81.624,2,-2,-3,43.607,61.692,63.691,2,-2,35.378,35.378,43.953,1,0,0,15.107,0,6,2,5,5,6,5,thanks,15.889,47.926,51.879,7,5,6,6,5,4,6,"It makes sense, based on reports we've heard from scientists during this pandemic crisis.",1.601,26.833,49.939,4,5,thanks,5.693,8.898,11.471,2,2,7,3,4,1,5,6,0,0,25.431,0,4,6,4,6,9,4,9,8,,0.021,45.322,49.343,11,4,4,2,2,4,3,8.725,31.526,33.362,6,1,1,6.223,11.624,15.664,2,2,1958,California,6,2,1,,9,,VISTA,5,3,1,marycory3@gmail.com,3.818,55.534,61.675,12,6164674aee2f6131757520fe,"{""startTime"":1678931165797,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931077735,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":2575,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4347,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678930891036,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":27,""label"":""tour_started""},{""time"":10928,""label"":""tour_next"",""step"":5},{""time"":52985,""label"":""started_brush"",""startDate"":""2021-06-29"",""endDate"":""2021-11-08""},{""time"":53905,""label"":""tour_next"",""step"":5},{""time"":64777,""label"":""moved_brush"",""startDate"":""2021-06-01"",""endDate"":""2021-10-12""},{""time"":65777,""label"":""tour_next"",""step"":5},{""time"":70833,""label"":""cleared_brush"",""using"":""Click""},{""time"":72384,""label"":""tour_next"",""step"":5},{""time"":80984,""label"":""tour_end"",""step"":5},{""time"":89937,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1867,""week"":""50"",""id"":""chart""},{""time"":92988,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2099,""week"":""27"",""id"":""chart""},{""time"":99215,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4514,""week"":""50"",""id"":""chart""},{""time"":105449,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4796,""week"":""50"",""id"":""chart""},{""time"":111955,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5013,""week"":""51"",""id"":""chart""},{""time"":120139,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1612,""week"":""3"",""id"":""chart""}]}","{""startTime"":1678931061991,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":7646,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1617,""week"":""50"",""id"":""chart""}]}",1,complex,bar -2023-03-15 21:46:26,2023-03-15 21:53:25,0,136.37.219.163,100,419,1,2023-03-15 21:53:26,R_1GWcfNimAtwjFwf,,,,,38.9268,-94.7134,anonymous,EN,1,2.491,2.491,3.143,1,,,,,,,,0,0,15.119,0,100,68,79,5.445,12.865,13.9,3,7.929,11.565,18.114,2,1,1,11.641,24.742,25.987,2,1,1,28.486,38.403,39.893,2,-1,36.577,37.151,37.809,2,0,0,15.019,0,6,4,6,2,5,5,,8.125,30.612,32.002,10,4,4,5,1,1,5,the data it covers is too specific to be false,0.613,1.407,29.647,2,5,,15.444,15.444,16.979,1,2,7,3,4,1,5,6,0,0,11.946,0,3,9,2,8,5,3,11,11,,12.817,28.953,30.92,8,4,4,2,2,4,3,12.932,36.437,36.949,6,1,,3.389,3.389,4.419,1,1,2000,Kansas,6,3,1,,7,,,17,4,2,,14.567,47.019,47.712,13,5f87cb31bea4ed20a90d8168,"{""startTime"":1678931350987,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678931299524,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678931225184,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":4,""label"":""tour_started""},{""time"":7922,""label"":""tour_next"",""step"":2},{""time"":11558,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678931284089,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,line -2023-03-15 21:32:56,2023-03-15 21:53:35,0,135.180.27.0,100,1239,1,2023-03-15 21:53:36,R_1hAA77y5i7KM1Pb,,,,,37.7562,-122.4866,anonymous,EN,1,107.721,107.721,108.652,1,,,,,,,,0,0,15.01,0,44,31,34,39.774,47.763,51.423,5,4.148,9.86,12.458,2,-1,1,114.762,135.438,137.637,2,-3,-3,144.012,253.841,255.437,2,-2,82.359,82.359,83.674,1,0,0,15.009,0,3,3,3,3,3,3,N/A,93.199,112.741,118.675,8,3,3,3,3,3,3,"I slightly understand the graph representation ",1.967,55.85,63.067,4,2,,2.455,2.455,4.864,1,2,7,3,4,1,5,6,0,0,40.155,0,5,5,5,6,4,5,10,9,,53.543,67.39,69.718,9,3,3,3,3,3,3,5.269,9.718,10.676,6,6,,3.184,3.184,5.101,1,1,1962,California,6,3,1,,3,,,10,3,1,62ff26509176c97c9ceebc2b,2.653,60.621,63.05,13,62ff26509176c97c9ceebc2b,"{""startTime"":1678930956684,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_focused"",""time"":92286}]}","{""startTime"":1678930956684,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_focused"",""time"":92286}]}","{""startTime"":1678930657464,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":21,""label"":""tour_started""},{""time"":4144,""label"":""tour_next"",""step"":2},{""time"":9853,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678930938429,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":15535}]}",0,moderate,bar -2023-03-15 21:45:22,2023-03-15 21:53:37,0,174.80.190.149,100,495,1,2023-03-15 21:53:38,R_1HcLlY0jLgmtIQ2,,,,,33.5137,-83.8699,anonymous,EN,1,20.591,20.591,21.416,1,,,,,,,,0,0,15.016,0,69,93,75,11.193,19.519,19.866,5,12.24,20.422,27.078,5,1,1,6.978,39.83,41.026,4,1,1,35.757,45.136,46.109,3,1,33.577,33.577,34.849,1,0,0,15.109,0,5,3,4,4,6,5,,10.683,27.437,29.95,7,4,5,5,7,7,5,"The source seems trustworthy, and I don't have any reason to not trust it.",1.909,6.074,23.228,2,5,,4.378,5.218,6.771,2,2,7,3,4,1,5,6,0,0,15.325,0,3,8,9,8,8,8,10,10,,5.758,24.304,27.163,8,2,3,3,4,2,2,12.194,36.041,36.69,6,5,,4.489,4.489,5.738,1,1,1982,Georgia,3,1,1,,7,,,7,2,1,5865ecf6a7f6480001ed9791@email.prolific.co,2.486,51.023,52.293,13,5865ecf6a7f6480001ed9791,"{""startTime"":1678931295740,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931326076,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931211225,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":12234,""label"":""tour_next"",""step"":2},{""time"":15506,""label"":""tour_end"",""step"":2},{""time"":25169,""label"":""hovered"",""timeHovered"":1180,""week"":""2022-01-03""}]}","{""startTime"":1678931280165,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,line -2023-03-15 21:42:34,2023-03-15 21:53:54,0,98.220.53.234,100,680,1,2023-03-15 21:53:55,R_1I9PtGRXdMysCeu,,,,,41.8482,-87.6521,anonymous,EN,1,29.581,29.581,30.875,1,1,2,2,5.074,7.846,11.446,2,0,0,15.116,0,86,70,78,6.868,28.812,31.777,7,17.727,23.15,67.501,3,1,1,21.402,42.26,44.233,2,1,1,13.941,55.218,56.951,3,1,61.765,61.765,63.101,1,0,0,15.019,0,5,2,7,5,6,5,I don't have any additional thoughts.,6.302,33.839,34.24,9,2,6,4,5,7,5,It's data is sourced from the CDC.,3.454,16.707,24.798,2,4,I don't have any additional thoughts or comments.,4.988,18.919,19.588,3,2,7,3,4,1,5,6,0,0,28.379,0,4,5,1,3,1,1,10,10,I don't have any comments.,3.816,21.896,28.778,10,3,4,1,3,5,4,28.801,49.842,52.91,6,1,1,2.249,7.953,13.237,3,1,1984,Illinois,3,1,1,,3,,,9,4,2,,2.183,61.575,63.545,12,5dd59e901986eb55f1e2cb22,"{""startTime"":1678931225698,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678931260553,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678931084385,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":13,""label"":""tour_started""},{""label"":""window_blurred"",""time"":11855},{""label"":""window_focused"",""time"":11996},{""label"":""window_blurred"",""time"":16148},{""label"":""window_focused"",""time"":17645},{""time"":18602,""label"":""tour_next"",""step"":2},{""time"":23134,""label"":""tour_end"",""step"":2},{""time"":27276,""label"":""hovered"",""timeHovered"":1807,""week"":""2021-04-26""},{""time"":29558,""label"":""hovered"",""timeHovered"":1184,""week"":""2021-05-03""},{""time"":30829,""label"":""hovered"",""timeHovered"":4989,""week"":""2021-05-03""},{""time"":36945,""label"":""hovered"",""timeHovered"":1849,""week"":""2021-04-19""},{""time"":39368,""label"":""hovered"",""timeHovered"":1585,""week"":""2021-05-03""}]}","{""startTime"":1678931210097,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line -2023-03-15 21:46:32,2023-03-15 21:54:10,0,70.113.87.180,100,457,1,2023-03-15 21:54:11,R_3enq4lvuiUwZAfD,,,,,30.2661,-97.7136,anonymous,EN,1,2.846,2.846,3.616,1,,,,,,,,0,0,15.007,0,73,100,100,9.243,14.749,15.386,5,10.321,16.668,18.13,2,1,1,34.298,40.178,42.602,2,-3,-3,18.081,29.471,30.363,2,1,17.25,17.25,18.408,1,0,0,15.007,0,3,5,3,6,6,5,,9.282,27.051,29.208,6,4,6,6,5,4,5,"I have no personal experience on the matter and wouldn't know otherwise. However, The data seems collected and presentable, making it move believable. ",5.615,75.914,78.477,3,4,,5.093,6.378,7.926,3,2,7,3,4,1,5,6,0,0,21.265,0,4,5,6,7,4,6,8,9,,8.801,24.156,25.984,9,3,3,1,3,4,4,11.409,35.639,38.631,9,4,,10.774,10.774,11.982,1,1,1991,Texas,3,2,1,,7,,,7,4,2,,4.122,38.223,38.991,14,62b1e73c146dfd1d162fdf11,"{""startTime"":1678931417891,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931311901,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931235220,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":6263,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1150,""week"":""52"",""id"":""chart""},{""time"":8513,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1050,""week"":""52"",""id"":""chart""},{""time"":10317,""label"":""tour_next"",""step"":2},{""time"":12963,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1567,""week"":""52"",""id"":""chart2""},{""time"":16664,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678931296544,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":3599,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1359,""week"":""52"",""id"":""chart2""},{""time"":9783,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1192,""week"":""4"",""id"":""chart""}]}",0,simple,bar -2023-03-15 21:43:33,2023-03-15 21:55:13,0,75.136.44.59,100,699,1,2023-03-15 21:55:13,R_1OZHniTIxx74RF1,,,,,36.224,-83.3179,anonymous,EN,1,5.382,13.305,15.587,5,1,3,1,3.117,9.891,11.552,3,11.126,11.126,15.018,1,88,82,43,2.692,21.739,23.162,9,14.02,35.904,37.19,5,1,-3,3.348,72.64,74.397,13,-2,1,2.982,75.572,77.404,17,1,18.372,50.331,51.407,10,7.219,14.588,15.115,6,2,2,7,7,7,7,,5.214,24.865,26.263,9,2,4,7,7,2,7,"Why should I trust it? What does it prove? ",4.592,4.592,18.744,1,4,,7.042,9.75,10.985,2,2,7,3,4,1,5,6,12.924,25.405,26.503,4,2,2,2,7,7,3,6,3,,9.572,25.546,26.862,10,2,2,3,3,2,3,3.178,32.196,33.365,10,4,1,7.591,22.189,23.611,4,2,1971,Tennessee,6,2,1,,9,,What is the name of your first school?,11,2,1,lgolden3832@gmail.com,4.435,125.889,127.581,55,563e5abecbd4c60005dc9153,"{""startTime"":1678931288413,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931231361,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":982,""label"":""hovered"",""timeHovered"":1087,""week"":""2022-01-24""},{""time"":3333,""label"":""hovered"",""timeHovered"":1492,""week"":""2021-11-29""}]}","{""startTime"":1678931100650,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":6878,""label"":""hovered"",""timeHovered"":1662,""week"":""2021-10-25""},{""time"":25741,""label"":""tour_next"",""step"":2},{""time"":32809,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678931215013,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line -2023-03-15 21:41:22,2023-03-15 21:55:32,0,75.245.125.177,100,850,1,2023-03-15 21:55:33,R_6CZ5pu1OF0ZIiv7,,,,,40.5153,-112.0316,anonymous,EN,1,2.012,2.012,2.845,1,,,,,,,,13.917,13.917,15.109,1,74,28,23,59.627,67.004,68.095,6,81.269,171.99,172.897,16,1,1,25.965,35.126,41.729,2,1,-3,77.123,113.223,115.429,2,1,67.123,67.123,68.928,1,0,0,15.104,0,5,5,4,4,5,4,,6.209,25.077,27.346,8,3,7,2,1,2,4,I was told the data was reliable but the data is presented in an unfamiliar way. Even accurate data can be misrepresented in graphs so I'm not sure I can completely trust what a graph is showing without examining it carefully.,8.82,8.82,92.451,1,3,,4.474,4.975,6.317,2,2,7,3,4,1,5,6,0,0,16,0,4,5,3,4,4,4,9,8,,4.658,16.81,18.073,8,4,3,4,4,2,2,2.309,34.582,35.253,6,3,,2.509,2.509,3.533,1,1,1992,Utah,6,3,1,,7,,,5,4,2,,0.886,103.095,105.203,23,559ecce6fdf99b16653fb880,"{""startTime"":1678931233006,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_focused"",""time"":6119}]}","{""startTime"":1678931261071,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930973824,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":27,""label"":""tour_started""},{""time"":1794,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":10154,""week"":""37"",""id"":""chart""},{""time"":15264,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":65148,""week"":""2"",""id"":""chart""},{""time"":81258,""label"":""tour_next"",""step"":5},{""time"":91703,""label"":""started_brush"",""startDate"":""2021-05-28"",""endDate"":""2021-09-11""},{""time"":92340,""label"":""tour_next"",""step"":5},{""time"":99632,""label"":""moved_brush"",""startDate"":""2021-05-28"",""endDate"":""2021-08-10""},{""time"":100219,""label"":""tour_next"",""step"":5},{""time"":108424,""label"":""cleared_brush"",""using"":""Click""},{""time"":109256,""label"":""tour_next"",""step"":5},{""time"":114626,""label"":""tour_end"",""step"":5},{""time"":124288,""label"":""started_brush"",""startDate"":""2021-05-29"",""endDate"":""2021-09-01""},{""label"":""window_blurred"",""time"":132088},{""label"":""window_focused"",""time"":171897}]}","{""startTime"":1678931216989,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":11343}]}",0,complex,bar -2023-03-15 21:48:40,2023-03-15 21:55:51,0,98.57.120.194,100,431,1,2023-03-15 21:55:52,R_3M9H8wC2ZEGeWY1,,,,,29.5422,-95.3212,anonymous,EN,1,16.56,16.56,17.488,1,1,3,1,1.208,5.142,5.736,6,0,0,15.11,0,78,38,24,7.262,15.029,16.189,7,4.105,26.837,28.672,11,1,1,10.757,25.024,26.401,3,1,1,21.075,27.661,29.403,2,-3,19.022,19.022,20.602,1,0,0,15.112,0,5,4,5,4,5,5,,14.458,20.726,23.297,7,2,2,2,4,7,4,Data could be presented better,2.785,3.268,15.527,2,5,,3.46,5.961,7.669,5,2,7,4,5,1,3,6,33.822,33.822,50.994,1,4,7,4,9,6,6,10,10,,3.245,14.362,16.475,10,3,4,2,2,3,4,1.514,19.182,21.777,9,2,1,1.406,5.156,6.683,2,1,1985,Texas,8,2,1,,7,,,17,4,1,633c2576bb250e8f0da2be0a@email.prolific.co,1.815,56.726,57.205,22,633c2576bb250e8f0da2be0a,"{""startTime"":1678931488155,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931449321,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931383560,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":4100,""label"":""tour_next"",""step"":5},{""time"":9433,""label"":""started_brush"",""startDate"":""2021-05-10"",""endDate"":""2021-08-14""},{""time"":11132,""label"":""tour_next"",""step"":5},{""time"":15266,""label"":""started_brush"",""startDate"":""2021-10-06"",""endDate"":""2021-11-04""},{""time"":17683,""label"":""started_brush"",""startDate"":""2021-05-13"",""endDate"":""2021-10-14""},{""time"":18320,""label"":""moved_brush"",""startDate"":""2021-05-13"",""endDate"":""2021-10-14""},{""time"":20189,""label"":""moved_brush"",""startDate"":""2021-06-02"",""endDate"":""2021-11-03""},{""time"":20848,""label"":""tour_next"",""step"":5},{""time"":24172,""label"":""cleared_brush"",""using"":""click""},{""time"":25365,""label"":""tour_next"",""step"":5},{""time"":26831,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678931433743,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line -2023-03-15 21:48:51,2023-03-15 21:56:28,0,162.221.219.89,100,456,1,2023-03-15 21:56:29,R_3Lkj9GHcU5HXl4Y,,,,,37.9874,-84.4804,anonymous,EN,1,4.143,4.143,4.712,1,1,3,1,4.066,5.966,6.891,2,0,0,15.006,0,89,65,62,8.559,17.097,17.895,4,28.468,33.452,45.256,2,1,1,26.993,48.449,48.747,4,1,1,25.776,48.052,62.6,4,1,25.612,25.612,26.253,1,0,0,15.014,0,4,2,5,2,5,5,,15.393,30.984,33.486,8,2,4,4,7,7,5,It seems like it came from a scientific journal,1.678,1.678,16.192,1,2,,4.529,4.529,6.225,1,2,3,4,5,1,6,7,0,0,12.118,0,2,3,10,7,7,8,10,10,,5.212,20.671,22.218,9,2,2,4,4,2,2,9.194,27.185,27.85,7,2,1,2.42,6.284,7.25,3,1,1991,Kentucky,6,2,2,,9,,Lexington,11,4,1,dsotelo91@gmail.com,2.413,44.264,46.274,15,6306d29af0c80316a9c5aa1b,"{""startTime"":1678931537926,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931497831,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931387400,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":4,""label"":""tour_started""},{""time"":11849,""label"":""hovered"",""timeHovered"":3586,""week"":""2021-05-10""},{""time"":16062,""label"":""hovered"",""timeHovered"":1075,""week"":""2021-05-10""},{""time"":19031,""label"":""hovered"",""timeHovered"":1026,""week"":""2022-01-03""},{""time"":20074,""label"":""hovered"",""timeHovered"":1275,""week"":""2022-01-03""},{""time"":28463,""label"":""tour_next"",""step"":2},{""time"":33448,""label"":""tour_end"",""step"":2},{""time"":35560,""label"":""hovered"",""timeHovered"":1396,""week"":""2022-01-03""},{""time"":37771,""label"":""hovered"",""timeHovered"":1280,""week"":""2021-12-27""}]}","{""startTime"":1678931482345,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":6582,""label"":""hovered"",""timeHovered"":1417,""week"":""2021-04-12""},{""time"":12666,""label"":""hovered"",""timeHovered"":2508,""week"":""2021-06-21""}]}",1,simple,line -2023-03-15 21:46:23,2023-03-15 21:56:31,0,75.40.24.179,100,607,1,2023-03-15 21:56:31,R_DNMsYv2k49PT1K1,,,,,32.4581,-84.9963,anonymous,EN,1,8.292,8.292,9.532,1,,,,,,,,0,0,15.113,0,83,77,64,10.716,19.839,21.806,3,26.407,102.278,107.333,10,1,1,19.405,41.074,42.695,3,1,1,21.494,54.512,56.802,6,-2,28.381,30.892,33.383,2,8.816,14.568,15.012,2,5,4,6,5,6,6,,10.909,28.575,31.615,6,4,4,4,1,1,5,It looks like scientific data that is trusworthy,3.198,3.198,26.6,1,5,,6.597,6.597,8.762,1,2,7,3,4,1,5,6,0,0,19.126,0,3,3,11,7,2,9,9,10,,8.386,24.774,27.95,8,3,2,3,3,3,4,5.25,22.951,24.673,6,7,,6.5,6.5,8.432,1,1,1954,Georgia,7,1,1,,7,,,7,1,1,cpearson@gmc.edu,4.064,102.708,107.767,15,6143e022ec8dfbce17b7e211,"{""startTime"":1678931451484,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931396605,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":5177,""label"":""started_brush"",""startDate"":""2021-10-20"",""endDate"":""2022-01-20""}]}","{""startTime"":1678931239316,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":26404,""label"":""tour_next"",""step"":5},{""time"":39822,""label"":""cleared_brush"",""using"":""click""},{""time"":40821,""label"":""cleared_brush"",""using"":""click""},{""time"":46893,""label"":""started_brush"",""startDate"":""2021-12-28"",""endDate"":""2022-01-01""},{""time"":50197,""label"":""cleared_brush"",""using"":""click""},{""time"":52381,""label"":""tour_next"",""step"":5},{""time"":71878,""label"":""started_brush"",""startDate"":""2021-08-25"",""endDate"":""2022-01-20""},{""time"":80940,""label"":""moved_brush"",""startDate"":""2021-10-20"",""endDate"":""2022-01-20""},{""time"":81933,""label"":""tour_next"",""step"":5},{""time"":92488,""label"":""cleared_brush"",""using"":""click""},{""time"":92490,""label"":""cleared_brush"",""using"":""Escape""},{""time"":94305,""label"":""tour_next"",""step"":5},{""time"":102275,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678931381042,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":15062,""label"":""cleared_brush"",""using"":""click""}]}",0,complex,line -2023-03-15 21:42:53,2023-03-15 21:56:46,0,100.6.49.29,100,833,1,2023-03-15 21:56:47,R_3ltRtH9JPCgA2uZ,,,,,40.3767,-79.8112,anonymous,EN,1,5.167,5.167,6.084,1,2,,2,1.067,1.067,1.983,1,14.133,14.133,15,1,0,0,0,3.45,9.517,10.567,4,5.45,14.683,15.55,3,1,-2,30.684,59.885,60.302,7,-1,-3,6.401,81.269,82.569,17,-3,25.217,25.951,27.051,2,5.183,5.183,15.084,1,1,1,1,1,1,1,I do not trust the CDC.,14.45,32.6,32.934,19,7,1,7,1,1,1,It has no sources for the data. It doesn't match my experience either.,0.9,0.9,24.1,1,4,I think covid-19 was a psyop and bioweapon carried out by the US intelligence agencies. That's why i didn't get vaccinated and I never been healthier.,7.517,92.952,110.119,5,2,3,4,5,1,6,7,2.933,3.183,11.367,2,1,1,3,2,1,1,2,2,"Everything went smoothly, I hope there are no right or wrong answers.",3.051,83.819,85.486,26,3,3,1,3,5,4,1.583,40.867,41.95,18,8,5,2.6,16.033,22.967,5,1,1999,Pennsylvania,2,3,1,,10,,,19,5,2,,1.2,206.737,214.037,84,5a925ea389de8200013eb274,"{""startTime"":1678931158501,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":2534,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2150,""week"":""50"",""id"":""chart""}]}","{""startTime"":1678931115834,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931022365,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":50,""label"":""tour_started""},{""time"":5367,""label"":""tour_next"",""step"":2},{""time"":9534,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1350,""week"":""38"",""id"":""chart2""},{""time"":13350,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678931099717,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar -2023-03-15 21:48:25,2023-03-15 21:57:10,0,73.176.101.74,100,524,1,2023-03-15 21:57:10,R_3qwANH5I9K2Ozfm,,,,,39.8616,-88.9355,anonymous,EN,1,5.199,5.7,6.633,2,,,,,,,,8.004,15.066,15.106,4,100,100,100,12.777,16.73,17.36,3,5.305,7.699,9.826,2,1,-3,18.144,33.029,34.231,3,-3,-3,43.141,65.929,66.189,4,1,46.126,46.126,47.196,1,7.264,8.058,15.01,3,5,2,2,2,2,2,N/A,14.683,29.877,33.703,8,5,5,5,7,1,5,I was instructed to answer the questions as if the information provided was true,1.94,1.94,44.112,1,4,,4.949,11.161,11.936,7,2,7,3,4,1,5,6,0,0,37.399,0,1,1,5,1,1,3,10,8,,7.142,18.894,20.742,9,2,1,2,2,4,3,9.029,38.336,39.384,6,2,,10.561,10.561,12.016,1,3,2000,Illinois,3,1,1,,9,,Decatur,2,4,1,britripp0424@gmail.com,6.099,71.11,74.575,21,61509f0576598bbf74387211,"{""startTime"":1678931508898,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678931440138,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678931347453,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":5294,""label"":""tour_next"",""step"":2},{""time"":7688,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678931424283,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,bar -2023-03-15 21:45:15,2023-03-15 21:57:11,0,69.145.81.37,100,716,1,2023-03-15 21:57:12,R_2SeriURL7PbvUHw,,,,,42.0364,-88.324,anonymous,EN,1,0,0,2.522,0,1,3,1,2.348,3.926,5.583,2,0,0,15.009,0,61,40,58,3.576,9.1,9.955,3,8.973,13.691,16.551,2,1,1,9.505,30.824,31.215,5,1,-3,15.792,62.085,62.491,7,-3,26.348,27.091,29.915,2,0,0,15.108,0,4,4,4,4,3,4,,88.049,99.2,101.122,6,5,4,4,2,4,4,I think it seems in line with what I knew,4.292,4.292,152.985,1,4,,5.299,5.299,6.589,1,2,7,3,4,1,5,6,0,0,14.515,0,3,9,3,8,4,6,10,10,,0.987,12.496,13.699,8,4,3,2,3,3,3,2.793,8.784,9.958,6,2,1,6.765,16.921,18.672,5,2,1989,Massachusetts,6,3,1,,7,,,14,4,1,5aa83a71f6dfdd0001eb1690@email.prolific.co,2.374,39.382,42.781,14,5aa83a71f6dfdd0001eb1690,"{""startTime"":1678931555819,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678931395042,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678931203168,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":8972,""label"":""tour_next"",""step"":2},{""time"":13689,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678931296611,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar -2023-03-15 21:37:16,2023-03-15 21:57:11,0,68.202.212.30,100,1194,1,2023-03-15 21:57:12,R_2489DJnuyhHCah5,,,,,28.5978,-81.3024,anonymous,EN,1,2.701,3.437,33.374,2,2,,1,1.629,1.629,2.701,1,0,0,15.02,0,49,74,27,5.416,28.446,29.284,10,32.056,78.592,81.013,8,1,1,1.738,113.237,114.073,15,-3,-3,2.01,74.229,74.64,15,1,29.542,43.545,44.831,4,1.767,6.045,15.032,4,3,7,3,3,4,3,,18.817,31.659,33.54,8,3,4,3,7,3,3,I'd like to follow the source links and view more data before coming to a conclusion.,6.701,40.148,40.521,9,5,,4.601,7.269,8.651,3,2,7,3,4,1,5,6,17.231,17.231,19.127,1,3,6,5,6,4,3,7,7,,1.599,25.477,26.581,17,4,3,2,3,4,4,134.029,261.694,263.259,9,4,4,3.27,83.894,86.528,9,1,1989,Florida,3,2,1,,3,,,4,4,2,,4.296,119.524,123.393,40,5642af61942576000566efda,"{""startTime"":1678930878504,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930912904,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":574},{""label"":""window_focused"",""time"":1390},{""label"":""window_blurred"",""time"":7311},{""label"":""window_focused"",""time"":127112}]}","{""startTime"":1678930734738,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":24,""label"":""tour_started""},{""time"":32044,""label"":""tour_next"",""step"":5},{""time"":45815,""label"":""cleared_brush"",""using"":""Click""},{""time"":47770,""label"":""started_brush"",""startDate"":""2021-07-15"",""endDate"":""2021-07-21""},{""time"":49893,""label"":""started_brush"",""startDate"":""2021-08-30"",""endDate"":""2022-02-07""},{""time"":50943,""label"":""tour_next"",""step"":5},{""time"":57026,""label"":""moved_brush"",""startDate"":""2021-08-25"",""endDate"":""2022-02-07""},{""time"":58580,""label"":""moved_brush"",""startDate"":""2021-06-08"",""endDate"":""2021-11-21""},{""time"":59858,""label"":""tour_next"",""step"":5},{""time"":69032,""label"":""cleared_brush"",""using"":""Click""},{""time"":71363,""label"":""cleared_brush"",""using"":""Click""},{""time"":72130,""label"":""cleared_brush"",""using"":""Click""},{""time"":73414,""label"":""started_brush"",""startDate"":""2021-07-28"",""endDate"":""2021-09-21""},{""time"":74121,""label"":""cleared_brush"",""using"":""Click""},{""time"":75167,""label"":""tour_next"",""step"":5},{""time"":78580,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678930862034,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":6827,""label"":""cleared_brush"",""using"":""Click""},{""time"":8260,""label"":""started_brush"",""startDate"":""2021-06-04"",""endDate"":""2021-09-29""},{""time"":11338,""label"":""moved_brush"",""startDate"":""2021-10-13"",""endDate"":""2022-02-07""},{""time"":14261,""label"":""moved_brush"",""startDate"":""2021-11-07"",""endDate"":""2022-02-07""}]}",1,complex,bar -2023-03-15 21:34:30,2023-03-15 21:57:29,0,47.188.143.223,100,1378,1,2023-03-15 21:57:29,R_2aahPzcos3gPB4Q,,,,,32.7797,-96.8022,anonymous,EN,1,39.039,39.039,39.732,1,1,3,1,1.962,2.571,3.37,2,14.131,14.131,15.013,1,64,46,40,95.603,106.772,107.036,7,3.756,6.655,19.935,2,1,1,125.45,143.119,148.332,4,1,1,12.066,19.307,28.297,2,1,35.678,35.678,36.401,1,2.469,2.469,15.105,1,3,7,3,4,5,3,,4.984,23.576,25.613,6,1,5,3,1,1,3,I do not trust any single source of data and I do not know the real numbers.,338.239,338.239,347.217,1,1,,16.17,16.17,18.748,1,2,7,3,4,1,5,6,0,0,16.146,0,1,1,1,1,1,1,6,5,"alll gucci, ty for nice paying survey",5.825,56.082,62.34,10,2,3,2,3,2,3,2.662,10.321,11.101,6,5,4,10.361,122.953,135.423,3,1,1986,Texas,4,2,1,,8,Dallas,,12,3,2,,5.591,295.761,296.468,27,62838cdc775f6094ddf0664b,"{""startTime"":1678931211891,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":5582},{""label"":""window_focused"",""time"":16897}]}","{""startTime"":1678930828699,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_focused"",""time"":15269},{""label"":""window_blurred"",""time"":15638},{""label"":""window_focused"",""time"":21417},{""label"":""window_blurred"",""time"":21863},{""label"":""window_focused"",""time"":24010},{""label"":""window_blurred"",""time"":24541},{""label"":""window_focused"",""time"":27399},{""label"":""window_blurred"",""time"":27796},{""label"":""window_focused"",""time"":31357},{""label"":""window_blurred"",""time"":32450},{""label"":""window_focused"",""time"":34498}]}","{""startTime"":1678930644265,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":4,""label"":""tour_started""},{""time"":3749,""label"":""tour_next"",""step"":2},{""time"":6648,""label"":""tour_end"",""step"":2},{""label"":""window_blurred"",""time"":10100},{""time"":12592,""label"":""hovered"",""timeHovered"":1575,""week"":""2022-01-03""},{""time"":14977,""label"":""hovered"",""timeHovered"":1683,""week"":""2022-01-17""},{""label"":""window_focused"",""time"":19792}]}","{""startTime"":1678930813305,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":4866},{""label"":""window_focused"",""time"":7014},{""label"":""window_blurred"",""time"":7016},{""label"":""window_focused"",""time"":8189},{""label"":""window_blurred"",""time"":8789}]}",1,simple,line -2023-03-15 21:48:47,2023-03-15 21:57:31,0,172.58.181.6,100,523,1,2023-03-15 21:57:31,R_2TsN1EuLufrbVKD,,,,,32.7797,-96.8022,anonymous,EN,1,5.425,5.425,7.536,1,1,3,1,1.39,3.325,4.388,2,0,0,15.108,0,66,56,81,17.636,31.595,32.536,4,10.379,44.423,47.866,8,1,-3,27.512,36.523,37.645,2,-3,-3,46.734,59.437,73.951,2,1,21.06,21.06,22.09,1,0,0,15.018,0,5,4,5,5,6,5,CDC is a reputable source,12.669,36.874,59.325,8,3,4,5,1,4,5,I was instructed to assume that I trust the visualization,2.027,2.027,19.769,1,4,,4.073,9.37,10.34,2,2,7,3,4,1,5,6,0,0,11.202,0,5,9,5,9,9,5,11,10,,3.362,25.795,28.206,10,4,3,3,3,3,3,3.797,21.486,24.392,6,2,1,2.07,8.19,11.938,2,2,1990,Texas,7,3,1,,7,,,6,2,2,,2.873,43.812,45.795,14,6310dbdfda69599720736665,"{""startTime"":1678931535635,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":1253,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1066,""week"":""4"",""id"":""chart""}]}","{""startTime"":1678931486295,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931398836,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":43,""label"":""tour_started""},{""time"":7612,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1564,""week"":""51"",""id"":""chart""},{""time"":10347,""label"":""tour_next"",""step"":5},{""time"":19402,""label"":""started_brush"",""startDate"":""2021-08-12"",""endDate"":""2021-09-27""},{""time"":20224,""label"":""tour_next"",""step"":5},{""time"":25472,""label"":""moved_brush"",""startDate"":""2021-07-25"",""endDate"":""2021-09-09""},{""time"":26941,""label"":""cleared_brush"",""using"":""Click""},{""time"":27597,""label"":""tour_next"",""step"":5},{""time"":36271,""label"":""cleared_brush"",""using"":""Click""},{""time"":37527,""label"":""tour_next"",""step"":5},{""time"":44392,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678931470306,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":3606,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3229,""week"":""1"",""id"":""chart""},{""time"":6853,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8100,""week"":""52"",""id"":""chart""}]}",1,complex,bar -2023-03-15 21:48:55,2023-03-15 21:58:00,0,96.60.41.5,100,545,1,2023-03-15 21:58:01,R_vBKbA98nKxMc5sB,,,,,44.5389,-90.0359,anonymous,EN,1,21.734,22.008,22.968,2,,,,,,,,0,0,15.119,0,100,100,88,11.66,16.833,18.048,5,21.975,28.697,40.023,2,1,1,49.648,79.491,80.849,3,-3,-3,15.06,63.679,64.603,3,1,27.564,28.411,28.696,2,0,0,15.124,0,6,6,3,6,6,6,,14.865,21.731,32.494,7,6,6,6,5,4,6,It is put together in such a well mannered way that it makes me trust that the data is correct,1.375,1.375,20.359,1,1,,2.662,6.303,7.332,6,2,7,3,4,1,5,6,0,0,21.455,0,1,2,3,5,3,1,9,9,,3.029,47.556,48.888,11,2,2,4,4,2,2,3.874,10.552,12.38,6,5,,1.248,3.354,3.953,3,1,2000,Wisconsin,2,2,1,,7,,,8,4,1,konradblaschka@gmail.com,0.852,24.396,30.489,12,5c634094e30ff200016baccb,"{""startTime"":1678931616774,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931579980,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931442466,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":21968,""label"":""tour_next"",""step"":2},{""time"":28689,""label"":""tour_end"",""step"":2},{""label"":""window_blurred"",""time"":31354},{""label"":""window_focused"",""time"":32139}]}","{""startTime"":1678931564393,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,bar -2023-03-15 21:44:45,2023-03-15 21:58:19,0,75.9.78.163,100,813,1,2023-03-15 21:58:20,R_sMObk6BZviSH5yF,,,,,43.0818,-87.892,anonymous,EN,1,25.828,25.828,27.405,1,,,,,,,,0,0,15.015,0,93,99,86,44.583,58.142,59.482,4,22.33,45.248,51.822,2,1,1,30.123,43.59,45.798,2,-3,-3,31.286,49.419,50.829,2,1,31.705,31.705,34.611,1,0,0,15.113,0,4,2,4,5,6,5,"They do not list what criteria they used to count something as an ""insect-related"" or ""fungi-related"" plant disease...that would be important to know. ",15.339,81.304,98.98,9,2,6,5,7,4,5,"The visualization appears to be portraying concrete facts...numbers of pests per size of land through time. There are no glaringly apparent ways that this data could be portrayed in a way to falsify the results. ",4.014,4.014,117.234,1,5,,9.973,9.973,17.73,1,2,7,3,4,1,5,6,0,0,30.383,0,4,5,7,5,7,4,10,6,,11.323,39.689,45.581,9,4,4,1,2,4,3,15.956,58.639,60.582,7,1,,3.27,3.27,6.833,1,2,1965,Wisconsin,3,2,1,,9,,Milwaukee,8,2,1,sandy.weisto@gmail.com,2.412,58.065,62.454,13,63e1b63e2163c30bae297a66,"{""startTime"":1678931463561,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931311529,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931197274,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":7658,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4415,""week"":""33"",""id"":""chart""},{""time"":12757,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1966,""week"":""52"",""id"":""chart""},{""time"":17356,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2550,""week"":""22"",""id"":""chart""},{""time"":22328,""label"":""tour_next"",""step"":2},{""time"":34757,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2167,""week"":""26"",""id"":""chart2""},{""time"":38206,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2033,""week"":""52"",""id"":""chart2""},{""time"":45245,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678931295926,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":12491,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2595,""week"":""52"",""id"":""chart2""}]}",0,simple,bar -2023-03-15 21:43:33,2023-03-15 21:58:32,0,107.3.240.190,100,899,1,2023-03-15 21:58:32,R_3oKH5JHpY5PFCv7,,,,,35.8437,-86.3881,anonymous,EN,1,5.141,5.141,41.024,1,,,,,,,,0,0,15.112,0,83,53,61,27.759,34.32,36.077,3,34.072,139.65,140.693,12,1,1,51.744,63.782,66.351,2,-3,-3,13.47,43.141,44.974,2,1,86.512,122.628,124.855,3,0,0,15.01,0,4,4,4,3,4,3,,8.701,23.948,29.016,6,2,3,3,2,3,2,It is rather complex.,3.803,3.803,50.074,1,4,,4.804,4.804,7.719,1,2,7,3,4,1,5,6,0,0,24.676,0,5,5,5,4,4,5,6,7,,11.628,23.723,25.713,9,3,3,3,4,3,3,3.459,25.942,27.172,7,2,,2.192,2.192,4.669,1,1,1979,Tennessee,6,3,1,,3,,,9,4,2,,2.232,169.009,172.796,20,590fbd5b4e83da0001b6fbbc,"{""startTime"":1678931496056,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931413469,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931131149,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":25,""label"":""tour_started""},{""time"":16264,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3765,""week"":""1"",""id"":""chart""},{""time"":22030,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1416,""week"":""52"",""id"":""chart""},{""time"":24596,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2284,""week"":""52"",""id"":""chart""},{""time"":27813,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5299,""week"":""52"",""id"":""chart""},{""time"":33646,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1217,""week"":""51"",""id"":""chart""},{""time"":35364,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1832,""week"":""47"",""id"":""chart""},{""time"":49034,""label"":""tour_next"",""step"":5},{""time"":71651,""label"":""started_brush"",""startDate"":""2021-08-06"",""endDate"":""2021-11-22""},{""time"":72756,""label"":""tour_next"",""step"":5},{""time"":80519,""label"":""started_brush"",""startDate"":""2021-06-24"",""endDate"":""2021-10-25""},{""time"":84234,""label"":""moved_brush"",""startDate"":""2021-06-25"",""endDate"":""2021-10-26""},{""time"":84707,""label"":""moved_brush"",""startDate"":""2021-06-26"",""endDate"":""2021-10-27""},{""time"":86182,""label"":""tour_next"",""step"":5},{""time"":101619,""label"":""started_brush"",""startDate"":""2021-10-25"",""endDate"":""2022-01-22""},{""time"":102291,""label"":""moved_brush"",""startDate"":""2021-10-26"",""endDate"":""2022-01-23""},{""time"":103007,""label"":""moved_brush"",""startDate"":""2021-10-26"",""endDate"":""2022-01-23""},{""time"":113333,""label"":""moved_brush"",""startDate"":""2021-10-27"",""endDate"":""2022-01-24""},{""time"":114047,""label"":""moved_brush"",""startDate"":""2021-10-27"",""endDate"":""2022-01-24""},{""time"":114293,""label"":""moved_brush"",""startDate"":""2021-10-28"",""endDate"":""2022-01-24""},{""time"":115159,""label"":""moved_brush"",""startDate"":""2021-11-10"",""endDate"":""2022-02-07""},{""time"":118791,""label"":""started_brush"",""startDate"":""2021-08-29"",""endDate"":""2021-09-16""},{""time"":122366,""label"":""started_brush"",""startDate"":""2021-04-15"",""endDate"":""2021-06-07""},{""time"":125970,""label"":""cleared_brush"",""using"":""Click""},{""time"":127205,""label"":""tour_next"",""step"":5},{""time"":131912,""label"":""tour_end"",""step"":5},{""time"":135917,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1750,""week"":""51"",""id"":""chart""}]}","{""startTime"":1678931397876,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,bar -2023-03-15 21:51:38,2023-03-15 21:58:42,0,76.147.154.68,100,423,1,2023-03-15 21:58:43,R_2YahwTryleDuMEm,,,,,47.5741,-122.3975,anonymous,EN,1,3.369,3.369,4.736,1,1,4,2,1.552,3.668,4.897,2,0,0,15.11,0,87,85,64,8.013,15.991,16.978,3,5.07,43.471,58.676,8,1,1,19.114,32.839,34.089,2,1,1,14.251,22.301,23.601,2,1,39.455,39.455,41.355,1,0,0,15.01,0,5,6,5,6,5,6,,8.32,17.188,18.72,6,5,6,5,4,5,5,"It seems unbiased, in terms of not distorting/scaling axes to slant the story",1.305,1.305,32.149,1,5,,7.307,10.621,11.543,2,2,7,3,4,1,5,6,0,0,14.237,0,3,7,3,8,6,6,10,9,,3.04,19.038,21.946,10,4,4,2,2,5,4,6.328,23.301,24.179,8,2,1,1.353,6.581,8.217,2,1,1986,Washington,6,1,1,,7,,,17,4,2,,1.249,41.242,43.95,13,5b739512924a8800013e84b7,"{""startTime"":1678931690574,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931709818,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931574353,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":5062,""label"":""tour_next"",""step"":5},{""time"":16541,""label"":""started_brush"",""startDate"":""2021-07-18"",""endDate"":""2022-01-06""},{""time"":17676,""label"":""tour_next"",""step"":5},{""time"":21684,""label"":""moved_brush"",""startDate"":""2021-07-18"",""endDate"":""2021-12-04""},{""time"":22773,""label"":""tour_next"",""step"":5},{""time"":27995,""label"":""cleared_brush"",""using"":""click""},{""time"":29407,""label"":""tour_next"",""step"":5},{""time"":31739,""label"":""tour_end"",""step"":5},{""time"":35346,""label"":""cleared_brush"",""using"":""click""},{""time"":35348,""label"":""cleared_brush"",""using"":""Escape""},{""time"":37241,""label"":""cleared_brush"",""using"":""click""},{""time"":37243,""label"":""cleared_brush"",""using"":""Escape""},{""time"":37740,""label"":""cleared_brush"",""using"":""click""},{""time"":37742,""label"":""cleared_brush"",""using"":""Escape""},{""time"":37774,""label"":""cleared_brush"",""using"":""click""},{""time"":37776,""label"":""cleared_brush"",""using"":""Escape""},{""time"":37807,""label"":""cleared_brush"",""using"":""click""},{""time"":37808,""label"":""cleared_brush"",""using"":""Escape""},{""time"":37839,""label"":""cleared_brush"",""using"":""click""},{""time"":37840,""label"":""cleared_brush"",""using"":""Escape""},{""time"":37873,""label"":""cleared_brush"",""using"":""click""},{""time"":37875,""label"":""cleared_brush"",""using"":""Escape""},{""time"":37907,""label"":""cleared_brush"",""using"":""click""},{""time"":37909,""label"":""cleared_brush"",""using"":""Escape""},{""time"":37938,""label"":""cleared_brush"",""using"":""click""},{""time"":37940,""label"":""cleared_brush"",""using"":""Escape""},{""time"":37973,""label"":""cleared_brush"",""using"":""click""},{""time"":37975,""label"":""cleared_brush"",""using"":""Escape""},{""time"":38005,""label"":""cleared_brush"",""using"":""click""},{""time"":38007,""label"":""cleared_brush"",""using"":""Escape""},{""time"":38037,""label"":""cleared_brush"",""using"":""click""},{""time"":38039,""label"":""cleared_brush"",""using"":""Escape""},{""time"":38072,""label"":""cleared_brush"",""using"":""click""},{""time"":38074,""label"":""cleared_brush"",""using"":""Escape""},{""time"":38104,""label"":""cleared_brush"",""using"":""click""},{""time"":38106,""label"":""cleared_brush"",""using"":""Escape""},{""time"":38137,""label"":""cleared_brush"",""using"":""click""},{""time"":38138,""label"":""cleared_brush"",""using"":""Escape""},{""time"":38171,""label"":""cleared_brush"",""using"":""click""},{""time"":38172,""label"":""cleared_brush"",""using"":""Escape""},{""time"":38204,""label"":""cleared_brush"",""using"":""click""},{""time"":38206,""label"":""cleared_brush"",""using"":""Escape""},{""time"":38236,""label"":""cleared_brush"",""using"":""click""},{""time"":38238,""label"":""cleared_brush"",""using"":""Escape""},{""time"":38270,""label"":""cleared_brush"",""using"":""click""},{""time"":38272,""label"":""cleared_brush"",""using"":""Escape""},{""time"":41722,""label"":""cleared_brush"",""using"":""click""},{""time"":41724,""label"":""cleared_brush"",""using"":""Escape""},{""time"":45260,""label"":""started_brush"",""startDate"":""2021-07-05"",""endDate"":""2021-11-23""},{""time"":51466,""label"":""cleared_brush"",""using"":""click""}]}","{""startTime"":1678931675074,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line -2023-03-15 21:51:14,2023-03-15 21:58:43,0,137.22.46.42,100,448,1,2023-03-15 21:58:43,R_wYnOh41sEBnjuEx,,,,,38.9683,-95.2695,anonymous,EN,1,9.58,9.58,11.022,1,,,,,,,,6.864,6.864,15.106,1,93,100,82,7.343,11.725,12.887,3,18.023,22.589,26.523,2,1,1,15.942,31.38,32.659,3,1,1,28.362,37.076,38.471,2,-1,16.872,16.872,20.637,1,0,0,15.008,0,3,4,3,5,5,4,,10.085,21.025,21.612,7,5,5,5,4,4,6,It was given in the prompt that I was assumed to trust it,2.543,2.543,13.31,1,5,,10.305,10.305,11.879,1,2,7,3,4,1,5,6,0,0,16.919,0,1,8,7,7,4,8,10,9,,7.629,38.707,40.723,8,2,4,2,2,3,4,8.047,23.628,24.552,7,3,,4.426,4.426,6.043,1,2,2001,Kansas,6,3,1,,7,,,16,3,1,60fb66677fec313644c22612@email.prolific.co,1.526,87.253,90.72,24,60fb66677fec313644c22612,"{""startTime"":1678931604534,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678931627203,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678931521376,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":9573,""label"":""hovered"",""timeHovered"":3319,""week"":""2021-09-06""},{""time"":12941,""label"":""hovered"",""timeHovered"":2625,""week"":""2021-09-06""},{""time"":17985,""label"":""tour_next"",""step"":2},{""time"":22551,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678931588112,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":1963,""label"":""hovered"",""timeHovered"":1014,""week"":""2022-01-31""},{""time"":6046,""label"":""hovered"",""timeHovered"":1026,""week"":""2022-01-10""}]}",0,moderate,line -2023-03-15 21:32:44,2023-03-15 21:58:51,0,68.49.191.73,100,1566,1,2023-03-15 21:58:53,R_1IaQsuy97NlsZhC,,,,,42.2314,-83.6344,anonymous,EN,1,165.372,165.372,167.703,1,1,2,1,1.454,7.754,9.234,2,0,0,15.011,0,86,100,87,11.134,19.783,21.824,3,28.043,43.016,69.966,2,1,1,20.422,69.972,101.396,4,-3,-3,191.843,275.843,318.991,2,-2,137.591,137.591,149.635,1,0,0,15.115,0,3,4,3,5,5,3,,34.648,153.114,155.368,6,4,6,5,4,5,5,"Because at the beginning of the page, the survey stated: ""Assuming you trust this visualization...""",1.454,1.454,49.221,1,3,,8.003,8.003,11.722,1,2,7,3,4,1,5,6,0,0,110.371,0,5,5,7,7,5,4,8,8,,32.574,98.147,100.527,8,3,3,3,4,4,2,17.458,74.663,76.296,7,5,2,3.603,11.216,14.343,3,2,2001,Michigan,3,1,1,,9,,Ypsilanti,11,1,1,chuwandu@umich.edu,4.2,63.643,68.926,17,5fc4c48946722649740111be,"{""startTime"":1678930782945,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":53,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2973,""week"":""52"",""id"":""chart""},{""time"":3980,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2946,""week"":""50"",""id"":""chart""},{""time"":7764,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1929,""week"":""50"",""id"":""chart""},{""time"":10381,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1512,""week"":""50"",""id"":""chart""},{""time"":12733,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8586,""week"":""4"",""id"":""chart""},{""time"":22580,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7230,""week"":""52"",""id"":""chart2""}]}","{""startTime"":1678930939376,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678930594491,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":26,""label"":""tour_started""},{""time"":7085,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":19226,""week"":""50"",""id"":""chart""},{""time"":28033,""label"":""tour_next"",""step"":2},{""time"":30894,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1734,""week"":""52"",""id"":""chart2""},{""time"":32654,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1107,""week"":""51"",""id"":""chart2""},{""time"":33778,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3649,""week"":""50"",""id"":""chart2""},{""time"":37484,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4245,""week"":""51"",""id"":""chart2""},{""time"":43004,""label"":""tour_end"",""step"":2},{""time"":45352,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4959,""week"":""50"",""id"":""chart2""},{""time"":50935,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4626,""week"":""49"",""id"":""chart""},{""time"":57176,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3604,""week"":""1"",""id"":""chart""},{""time"":62183,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1966,""week"":""1"",""id"":""chart2""},{""time"":67034,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1086,""week"":""1"",""id"":""chart""}]}","{""startTime"":1678930766974,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar -2023-03-15 21:46:29,2023-03-15 21:59:01,0,98.42.4.155,100,751,1,2023-03-15 21:59:02,R_2rGaPNhzt7E6p3e,,,,,37.6736,-122.0944,anonymous,EN,1,38.931,39.888,40.832,2,1,4,2,1.396,4.83,5.661,3,12.85,12.85,15.116,1,85,86,59,0.037,29.544,30.449,7,7.443,52.991,53.734,7,1,1,20.788,54.167,55.302,11,1,1,15.781,226.376,227.539,15,1,15.418,46.982,47.919,3,5.942,5.942,15.01,1,4,3,4,5,6,4,,9.079,26.511,27.268,8,5,5,4,3,3,5,It seems to be accurate based on what I know about unvaccinated versus vaccinated covid cases,1.436,4.749,43.948,2,3,,7.185,11.533,12.43,4,2,7,3,4,1,5,6,2.594,15.145,16.079,3,3,7,6,8,8,5,10,9,,8.53,23.994,24.772,12,2,1,3,4,3,3,5.456,29.027,30.204,9,2,2,2.93,9.234,9.843,5,5,1982,California,6,2,1,,10,,,19,4,2,,2.269,45.959,46.908,21,5d73c234dec761000138c0f0,"{""startTime"":1678931488916,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931419612,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931293655,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":19,""label"":""tour_started""},{""time"":8934,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1198,""week"":""52"",""id"":""chart""},{""time"":10820,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1027,""week"":""3"",""id"":""chart""},{""time"":15240,""label"":""tour_next"",""step"":2},{""time"":23857,""label"":""tour_end"",""step"":2},{""time"":25349,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1085,""week"":""52"",""id"":""chart""},{""time"":30140,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1374,""week"":""1"",""id"":""chart2""}]}","{""startTime"":1678931404041,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":7613,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1049,""week"":""38"",""id"":""chart""},{""time"":9952,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1076,""week"":""52"",""id"":""chart2""},{""time"":11653,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1109,""week"":""52"",""id"":""chart2""}]}",1,simple,bar -2023-03-15 21:41:17,2023-03-15 21:59:03,0,67.247.164.186,100,1066,1,2023-03-15 21:59:03,R_OrQsW37RdBvVEDD,,,,,43.2078,-77.6602,anonymous,EN,1,4.68,4.68,5.894,1,1,2,2,0.809,3.829,13.763,2,0,0,15.203,0,100,87,64,7.543,41.628,55.608,5,25.333,32.98,41.274,2,1,-3,31.296,60.352,159.831,2,1,1,87.371,118.512,135.455,2,-3,67.012,67.012,123.132,1,0,0,15.255,0,6,6,6,6,6,6,,10.09,27.237,50.759,6,6,6,6,3,5,6,The data is easy to understand and nothing seems inaccurate based on what I remember hearing or reading in the news.,3.298,57.115,64.585,5,1,,5.451,5.451,15.799,1,2,7,3,4,1,5,6,0,0,37.937,0,3,8,1,1,10,1,11,4,,8.249,49.415,76.24,9,4,4,1,2,5,4,10.587,44.888,51.292,7,1,1,7.155,11.428,28.997,2,1,1984,New York,2,2,1,,7,,,1,3,2,,2.246,60.657,65.332,11,565b2be310593c000bff9695,"{""startTime"":1678931344572,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931210847,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678930991169,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":89,""label"":""tour_started""},{""time"":14876,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1356,""week"":""48"",""id"":""chart""},{""time"":25278,""label"":""tour_next"",""step"":2},{""time"":33078,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678931194099,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":7476,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2105,""week"":""52"",""id"":""chart""}]}",1,simple,bar -2023-03-15 21:40:36,2023-03-15 21:59:10,0,73.52.115.197,100,1114,1,2023-03-15 21:59:11,R_1jlwQsu7lw1r9pX,,,,,40.1094,-76.5131,anonymous,EN,1,46.176,51.84,52.402,6,1,2,1,5.717,7.899,8.6,3,8.776,8.776,15.018,1,100,100,100,3.272,32.276,33.767,8,14.614,73.038,74.377,7,1,1,15.323,53.015,54.123,13,-1,-1,255.516,284.07,284.572,8,1,3.47,162.908,164.201,28,8.271,8.271,15.019,1,6,6,6,6,6,6,,7.117,19.115,21.073,9,6,6,6,6,6,6,"It is clear and easy to understand, I don't believe they would record false and inaccurate information ",2.849,4.696,39.374,2,4,,6.176,8.114,9.373,2,2,7,3,4,1,5,6,2.046,59.774,64.488,4,1,1,10,5,1,7,7,7,,20.753,70.309,70.881,11,1,5,1,1,3,5,13.136,58.858,59.233,9,6,4,7.421,26.346,27.144,4,2,1977,Pennsylvania,6,1,1,,9,,Mountville,12,2,1,sharg.357@gmail.com,2.064,70.514,71.464,33,5c1e94832c45d40001477352,"{""startTime"":1678931171243,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931106843,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678930961969,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":18204,""label"":""hovered"",""timeHovered"":4477,""week"":""2021-07-26""},{""time"":23768,""label"":""hovered"",""timeHovered"":2213,""week"":""2021-09-27""},{""time"":26155,""label"":""hovered"",""timeHovered"":3010,""week"":""2022-01-17""},{""time"":31129,""label"":""hovered"",""timeHovered"":6919,""week"":""2021-04-12""},{""time"":38104,""label"":""hovered"",""timeHovered"":4093,""week"":""2021-05-17""},{""time"":42883,""label"":""hovered"",""timeHovered"":5032,""week"":""2021-09-20""},{""time"":48521,""label"":""hovered"",""timeHovered"":3377,""week"":""2022-01-03""},{""time"":55444,""label"":""hovered"",""timeHovered"":4303,""week"":""2021-11-29""},{""time"":63205,""label"":""tour_next"",""step"":2},{""time"":70725,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678931091261,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line -2023-03-15 21:51:08,2023-03-15 21:59:53,0,47.12.182.72,100,524,1,2023-03-15 21:59:53,R_3HodsVTJtpQM91m,,,,,46.3521,-94.1046,anonymous,EN,1,6.945,6.945,7.639,1,1,3,1,1.861,7.952,9.629,3,1.965,2.231,15.01,2,76,88,65,8.713,16.065,17.527,3,9.886,29.937,48.588,4,1,1,7.565,43.179,45.676,3,1,1,30.95,58.451,59.11,3,-1,7.386,33.163,34.801,4,0,0,15.009,0,5,5,5,5,6,5,,13.847,27.78,30.194,7,4,6,6,6,6,6,The data and results of the effectiveness of the vaccine seem extremely clear,4.789,4.789,26.077,1,3,,6.712,12.853,14.519,9,2,7,3,4,1,5,6,8.196,8.196,21.74,1,6,8,4,6,9,3,11,8,,4.539,18.701,27.988,8,5,5,1,1,5,5,4.662,29.415,30.42,8,1,1,2.104,8.857,13.068,3,1,1994,Minnesota,6,3,1,,9,,Brainerd,8,3,1,dkgrilz@gmail.com,1.612,50.189,57.291,16,5f32f61bbff4620bf0794044,"{""startTime"":1678931643214,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":15529},{""label"":""window_focused"",""time"":17111}]}","{""startTime"":1678931674226,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931532839,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":4,""label"":""tour_started""},{""time"":17016,""label"":""tour_next"",""step"":2},{""time"":21076,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678931627859,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":10416,""label"":""hovered"",""timeHovered"":1109,""week"":""2021-12-27""}]}",1,simple,line -2023-03-15 21:51:34,2023-03-15 21:59:55,0,68.93.135.50,100,500,1,2023-03-15 21:59:55,R_21FyKrD47ueDAFS,,,,,38.2213,-85.7396,anonymous,EN,1,6.03,6.03,7.001,1,1,4,2,3.639,6.872,7.663,3,0,0,15.012,0,100,76,71,9.075,15.591,16.466,3,28.478,32.244,62.218,2,1,1,23.193,38.943,40.458,2,1,1,23.867,37.867,39.79,2,-1,60.5,60.5,61.623,1,0,0,15.016,0,6,6,6,6,6,6,,6.819,13.967,16.175,6,5,5,6,7,4,6,"The data seems to be presented in a complete manner, not leaving out any facts that could obscure the point presented.",1.632,1.632,24.656,1,4,,4.555,4.555,7.113,1,2,7,3,4,1,5,6,0,0,22.919,0,3,6,2,5,7,3,10,7,,3.596,15.663,16.988,8,2,2,4,4,2,2,6.737,17.588,18.862,6,2,1,3.333,11.35,14.158,2,2,1983,Kentucky,6,2,1,,7,,,10,4,2,,2.143,63.729,69.639,19,578bcb2c09fb91000133750e,"{""startTime"":1678931717414,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678931671652,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678931552774,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":17089,""label"":""hovered"",""timeHovered"":2143,""week"":""2021-09-13""},{""time"":19373,""label"":""hovered"",""timeHovered"":4491,""week"":""2021-09-13""},{""time"":24181,""label"":""hovered"",""timeHovered"":1466,""week"":""2022-01-03""},{""time"":28471,""label"":""tour_next"",""step"":2},{""time"":32237,""label"":""tour_end"",""step"":2},{""time"":33058,""label"":""hovered"",""timeHovered"":1278,""week"":""2022-01-31""},{""time"":35505,""label"":""hovered"",""timeHovered"":1406,""week"":""2022-02-07""},{""time"":38258,""label"":""hovered"",""timeHovered"":1060,""week"":""2022-01-10""},{""time"":39788,""label"":""hovered"",""timeHovered"":1878,""week"":""2022-01-10""},{""time"":41676,""label"":""hovered"",""timeHovered"":1799,""week"":""2022-01-10""},{""time"":43484,""label"":""hovered"",""timeHovered"":1865,""week"":""2022-01-10""},{""time"":49354,""label"":""hovered"",""timeHovered"":1186,""week"":""2022-01-03""},{""time"":50884,""label"":""hovered"",""timeHovered"":1036,""week"":""2022-01-03""},{""time"":52036,""label"":""hovered"",""timeHovered"":1870,""week"":""2022-01-03""},{""time"":54036,""label"":""hovered"",""timeHovered"":3608,""week"":""2022-01-03""},{""time"":58076,""label"":""hovered"",""timeHovered"":1505,""week"":""2022-01-10""}]}","{""startTime"":1678931655855,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7142,""label"":""hovered"",""timeHovered"":1859,""week"":""2022-01-10""},{""time"":9775,""label"":""hovered"",""timeHovered"":1915,""week"":""2022-01-17""},{""time"":12002,""label"":""hovered"",""timeHovered"":2159,""week"":""2022-01-17""}]}",1,moderate,line -2023-03-15 21:42:08,2023-03-15 22:00:26,0,67.245.74.118,100,1098,1,2023-03-15 22:00:27,R_1C1mbFfb9S8WZB4,,,,,40.7015,-73.8422,anonymous,EN,1,1.156,2.486,2.922,3,,,,,,,,1.546,1.546,15.008,1,100,77,46,1.84,20.026,20.442,14,5.452,12.443,20.748,4,1,1,4.14,54.345,55.494,52,1,-2,0.953,41.991,42.686,36,1,13.004,150.353,150.78,29,0,0,15.009,0,3,3,3,4,2,4,,2.164,17.674,18.545,19,4,5,4,4,1,4,"I don't have any inherent reason to distrust the visualization, but by the nature of a survey it is also likely to be fake and made solely for the survey.",2.652,2.652,31.957,1,1,,2.592,8.317,8.931,5,2,7,3,4,1,5,6,15.686,15.686,16.316,1,1,2,3,6,3,2,8,2,,139.397,154.863,155.304,18,3,3,1,1,3,3,1.028,12.478,13.743,12,4,,1.695,2.715,3.084,3,1,2000,New York,6,1,1,,9,,Jamaica,5,4,1,BasilLuneth@gmail.com,1.343,392.689,395.396,154,608c75be6bf5ca1f23ab35ad,"{""startTime"":1678931202117,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931066813,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_focused"",""time"":17163},{""label"":""window_blurred"",""time"":18392},{""label"":""window_focused"",""time"":84652}]}","{""startTime"":1678930973167,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":9089,""label"":""tour_next"",""step"":2},{""time"":12423,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678931051130,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":904}]}",0,simple,line -2023-03-15 21:49:33,2023-03-15 22:00:43,0,68.9.71.228,100,669,1,2023-03-15 22:00:43,R_dmcXO2FsiOd7dyV,,,,,41.7041,-72.679,anonymous,EN,1,4.501,4.501,5.376,1,1,2,2,1.274,3.394,4.095,2,0,0,15.009,0,78,25,6,31.037,37.484,40.401,3,13.334,22.284,37.826,2,-2,1,33.752,42.641,45.988,2,-3,-3,44.523,60.63,61.842,2,1,2.946,28.994,30.848,2,0,0,15.007,0,4,2,7,2,6,2,I wish it had more information about where in the world/country presumably USA it was taken.,16.052,94.133,115.592,12,7,6,6,1,4,3,I'm not sure if it's some sort of optical illusion or the best way to display such data. Many of the months are so close that there might be a better way to depict the data. Additionally it covers a long time period.,1.502,1.502,56.04,1,2,,3.432,63.228,67.246,2,2,7,3,4,1,5,6,0,0,23.299,0,1,7,9,8,2,5,10,10,,4.426,14.233,16.951,8,5,5,1,1,5,5,4.13,20.116,23.013,6,4,1,2.792,6.601,9.85,2,1,1986,Connecticut,7,2,1,,7,,,16,3,1,5d62886927a84f00010fbbb4@email.prolific.co,2.419,48.211,53.733,16,5d62886927a84f00010fbbb4,"{""startTime"":1678931554633,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931670717,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931454085,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":6645,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3540,""week"":""2"",""id"":""chart""},{""time"":13330,""label"":""tour_next"",""step"":2},{""time"":16713,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2108,""week"":""4"",""id"":""chart2""},{""time"":22279,""label"":""tour_end"",""step"":2},{""time"":24876,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1866,""week"":""27"",""id"":""chart2""},{""time"":31108,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1022,""week"":""1"",""id"":""chart""},{""time"":32719,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1036,""week"":""52"",""id"":""chart""},{""time"":35174,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1228,""week"":""33"",""id"":""chart""}]}","{""startTime"":1678931539166,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":4782,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1658,""week"":""52"",""id"":""chart""},{""time"":10735,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1861,""week"":""3"",""id"":""chart2""}]}",1,simple,bar -2023-03-15 21:52:01,2023-03-15 22:00:43,0,47.222.138.39,100,521,1,2023-03-15 22:00:44,R_sMstya6WOblULBv,,,,,30.6293,-97.6687,anonymous,EN,1,4.156,4.156,5.257,1,,,,,,,,0,0,15.11,0,100,100,37,9.042,16.546,18.35,3,32.353,85.12,93.102,10,1,1,28.382,44.248,50.347,2,-3,-3,24.306,63.033,64.238,5,1,28.136,40.399,41.803,2,0,0,15.015,0,5,5,6,4,4,5,,10.766,22.704,25.45,6,5,4,7,2,2,4,"Well I trust it, but it may be hard for the average Joe to understand it.",1.98,1.98,21.724,1,3,,3.935,3.935,6.379,1,2,7,3,4,1,5,6,0,0,15.387,0,1,2,1,6,4,3,10,9,,4.587,18.683,20.96,8,1,2,3,4,1,1,3.589,12.749,16.21,6,4,,2.7,2.7,3.689,1,2,1984,Texas,6,2,1,,7,,,17,3,2,,1.041,66.227,71.089,17,5c935d881754ba001b25697a,"{""startTime"":1678931755949,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931716007,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931565081,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":16666,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":11966,""week"":""51"",""id"":""chart""},{""time"":28984,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2015,""week"":""51"",""id"":""chart""},{""time"":32349,""label"":""tour_next"",""step"":5},{""time"":55078,""label"":""started_brush"",""startDate"":""2021-05-30"",""endDate"":""2021-07-03""},{""time"":59453,""label"":""tour_next"",""step"":5},{""time"":65846,""label"":""moved_brush"",""startDate"":""2021-05-30"",""endDate"":""2021-06-28""},{""time"":67030,""label"":""moved_brush"",""startDate"":""2021-05-30"",""endDate"":""2021-06-22""},{""time"":68174,""label"":""moved_brush"",""startDate"":""2021-05-30"",""endDate"":""2021-06-17""},{""time"":69780,""label"":""tour_next"",""step"":5},{""time"":79659,""label"":""cleared_brush"",""using"":""Click""},{""time"":79659,""label"":""cleared_brush"",""using"":""Escape""},{""time"":80909,""label"":""tour_next"",""step"":5},{""time"":85117,""label"":""tour_end"",""step"":5},{""time"":89700,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1065,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678931700670,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":4939,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6937,""week"":""52"",""id"":""chart""}]}",0,complex,bar -2023-03-15 21:38:16,2023-03-15 22:00:44,0,97.121.177.152,100,1347,1,2023-03-15 22:00:44,R_1cYsNBYLNzQVYZx,,,,,38.8768,-104.812,anonymous,EN,1,12.753,46.034,48.692,2,,,,,,,,0,0,15.022,0,86,88,21,38.949,54.644,57.782,3,44.511,292.031,300.566,38,1,1,46.255,91.169,94.685,2,1,1,44.309,101.228,104.101,2,1,46.702,92.402,97.035,3,0,0,15.019,0,5,5,5,5,5,5,,7.626,69.053,71.444,9,5,5,5,7,1,5,The data appear to be reasonable.,5.429,5.429,38.875,1,6,,12.605,12.605,17.824,1,2,7,3,4,1,5,6,0,0,29.435,0,5,5,10,9,6,8,10,10,,9.494,45.368,49.071,8,5,5,1,1,5,5,13.045,48.002,50.16,6,4,,9.677,9.677,14.239,1,1,1949,Colorado,3,2,1,,7,,,7,3,1,landcjackson@msn.com,7.212,232.284,257.297,28,5e5ae01d75f13d2efe7db45e,"{""startTime"":1678931242724,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":5464,""label"":""started_brush"",""startDate"":""2021-12-07"",""endDate"":""2022-01-16""}]}","{""startTime"":1678931314843,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930828688,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":44505,""label"":""tour_next"",""step"":5},{""time"":102605,""label"":""tour_back"",""step"":5},{""time"":110146,""label"":""tour_next"",""step"":5},{""time"":223727,""label"":""cleared_brush"",""using"":""click""},{""time"":230824,""label"":""started_brush"",""startDate"":""2021-09-08"",""endDate"":""2022-02-10""},{""time"":235572,""label"":""tour_next"",""step"":5},{""time"":253183,""label"":""moved_brush"",""startDate"":""2021-09-10"",""endDate"":""2022-02-13""},{""time"":255697,""label"":""tour_next"",""step"":5},{""time"":269054,""label"":""cleared_brush"",""using"":""click""},{""time"":269056,""label"":""cleared_brush"",""using"":""Escape""},{""time"":275001,""label"":""tour_next"",""step"":5},{""time"":292024,""label"":""tour_end"",""step"":5},{""time"":293329,""label"":""hovered"",""timeHovered"":1063,""week"":""2022-02-07""}]}","{""startTime"":1678931227165,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line -2023-03-15 21:46:07,2023-03-15 22:01:27,0,107.77.198.102,100,920,1,2023-03-15 22:01:28,R_1NnpvvsjCtLAj5u,,,,,32.7797,-96.8022,anonymous,EN,1,21.254,21.254,22.347,1,2,,2,3.541,3.541,4.541,1,0,0,15.117,0,50,50,50,14.337,19.359,31.681,3,19.916,25.535,30.392,2,1,-1,36.124,75.59,76.473,2,-3,-3,31.753,153.899,155.692,3,-2,48.256,48.256,49.361,1,0,0,15.022,0,3,3,3,5,5,3,,34.225,56.6,59.361,6,3,5,1,1,1,1,"N/A ",7.498,30.447,81.109,10,4,,9.072,15.987,18.151,2,2,7,3,4,1,5,6,0,0,22.707,0,3,2,6,7,3,3,8,4,,13.491,73.373,75.905,9,2,2,3,3,4,3,17.048,60.907,62.056,6,6,5,10.338,17.332,20.445,2,1,1983,Texas,10,2,1,,7,,,4,3,2,,5.836,90.164,92.212,12,630345dd92f26599c777a5fc,"{""startTime"":1678931596287,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":6285,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":17634,""week"":""2"",""id"":""chart""},{""time"":24941,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1038,""week"":""51"",""id"":""chart""}]}","{""startTime"":1678931473681,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":1871,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2341,""week"":""3"",""id"":""chart""}]}","{""startTime"":1678931267993,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":19911,""label"":""tour_next"",""step"":2},{""time"":25530,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678931456694,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar -2023-03-15 21:49:45,2023-03-15 22:01:55,0,50.35.14.186,100,729,1,2023-03-15 22:01:56,R_Wf9sP9DynDjBWMh,,,,,47.8978,-122.0693,anonymous,EN,1,19.34,19.34,20.773,1,,,,,,,,0,0,15.007,0,87,63,35,18.479,31.111,33.967,4,21.016,29.271,34.694,2,-2,1,25.364,34.3,36.221,2,1,-3,85.69,127.946,130.079,2,-1,88.52,88.52,90.066,1,0,0,15.009,0,5,5,5,4,5,4,Seems legit to me.,13.61,27.763,41.578,7,5,5,3,7,1,5,The data seems fairly precise and realistic.,4.053,4.053,33.267,1,5,Trust but verify.,9.684,13.179,24.685,2,2,7,3,4,1,5,6,0,0,19.577,0,5,7,7,7,6,7,10,8,Trust but verify.,7.729,27.209,38.372,9,2,2,3,4,2,2,10.613,31.42,32.911,6,3,,3.133,3.133,5.166,1,1,1969,Washington,6,2,1,,7,,,6,3,1,,2.901,65.787,77.924,12,5dd9e1e0a4aa2696d9a15c0d,"{""startTime"":1678931730864,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678931658325,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678931476449,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":19,""label"":""tour_started""},{""time"":21008,""label"":""tour_next"",""step"":2},{""time"":29264,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678931642648,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":7209,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1430,""week"":""52"",""id"":""chart""},{""time"":12945,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1080,""week"":""1"",""id"":""chart""}]}",0,moderate,bar -2023-03-15 21:51:26,2023-03-15 22:01:57,0,72.182.111.59,100,630,1,2023-03-15 22:01:57,R_1oAsvOr4qsNJkPQ,,,,,30.2881,-97.764,anonymous,EN,1,236.852,236.852,237.769,1,,,,,,,,0,0,15.01,0,92,88,64,5.966,10.923,12,3,4.364,50.099,52.679,12,1,1,9.861,24.34,26.257,2,-2,1,16.392,34.724,35.909,2,-3,21.502,26.698,28.018,4,0,0,15.012,0,5,5,5,5,5,5,,7.522,9.867,11.594,6,5,5,5,5,4,5,I assume the data is well supported considering I'm seeing it in a formal survey,4.307,25.234,33.018,4,2,,3.623,4.354,5.792,2,2,7,3,4,1,5,6,0,0,14.744,0,2,5,8,8,3,5,8,8,,4.032,13.636,14.835,8,4,4,1,1,4,4,2.787,9.558,12.356,6,4,,1.963,1.963,3.298,1,1,1993,Texas,7,2,1,,9,,Austin,17,3,2,,30.225,74.545,77.098,20,5e8953f2e770eb5f55dfc4c0,"{""startTime"":1678931862779,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931875062,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931764502,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":13899,""label"":""tour_next"",""step"":5},{""time"":30566,""label"":""started_brush"",""startDate"":""2021-06-05"",""endDate"":""2021-11-02""},{""time"":31565,""label"":""tour_next"",""step"":5},{""time"":38118,""label"":""moved_brush"",""startDate"":""2021-05-06"",""endDate"":""2021-11-02""},{""time"":38642,""label"":""tour_next"",""step"":5},{""time"":43878,""label"":""moved_brush"",""startDate"":""2021-05-06"",""endDate"":""2021-11-02""},{""time"":46248,""label"":""cleared_brush"",""using"":""click""},{""time"":46250,""label"":""cleared_brush"",""using"":""Escape""},{""time"":46801,""label"":""tour_next"",""step"":5},{""time"":50093,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678931847299,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":6568,""label"":""hovered"",""timeHovered"":2937,""week"":""2021-11-22""}]}",0,complex,line -2023-03-15 21:52:58,2023-03-15 22:02:52,0,138.229.186.141,100,593,1,2023-03-15 22:02:52,R_1Qc2iRc5kRChxMd,,,,,40.5482,-122.3367,anonymous,EN,1,2.744,3.544,3.936,2,2,,1,2.135,2.135,3.545,1,0,0,15.009,0,77,100,50,22.096,28.061,31.46,4,12.683,17.432,19.378,2,1,1,2.163,72.844,74.21,3,1,1,14.151,73.915,75.146,4,1,51.639,51.639,53.068,1,0,0,15.008,0,3,3,3,6,6,3,,7.268,22.028,24.862,6,3,6,5,7,2,3,I am not sure if I trust it until I get more information on what was conducted.,3.651,35.682,38.16,3,4,,8.744,9.478,12.373,2,2,7,3,4,1,5,6,0,0,27.679,0,8,6,9,6,8,6,6,8,,12.332,23.009,24.809,8,2,2,2,4,2,2,13.715,28.661,30.492,6,7,2,4.835,19.835,21.281,2,2,1999,California,6,1,1,,7,,,6,1,2,,3.442,74.337,77.238,18,60fd8e58bf7248c3312f59c1,"{""startTime"":1678931755638,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931781074,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":591,""label"":""hovered"",""timeHovered"":1415,""week"":""2021-12-06""}]}","{""startTime"":1678931645386,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":1423,""label"":""hovered"",""timeHovered"":4688,""week"":""2021-12-13""},{""time"":8104,""label"":""hovered"",""timeHovered"":3348,""week"":""2022-01-03""},{""time"":12679,""label"":""tour_next"",""step"":2},{""time"":17429,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678931739901,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line -2023-03-15 21:47:47,2023-03-15 22:03:09,0,108.84.19.202,100,922,1,2023-03-15 22:03:10,R_2cilxlgT4rnmqzD,,,,,24.5615,-81.7818,anonymous,EN,1,18.289,18.289,19.291,1,,,,,,,,0,0,15.114,0,97,98,90,43.472,57.936,59.638,5,13.623,339.541,347.944,134,-2,1,24.798,79.245,80.305,12,1,-2,9.849,82.168,83.761,8,-3,17.934,17.934,19.447,1,0,0,15.013,0,6,5,3,6,6,6,,5.029,19.605,23.637,8,6,6,6,5,5,6,I work with data and I love data.,3.527,3.527,16.558,1,3,,3.692,7.572,9.234,4,2,7,3,4,1,5,6,0,0,30.165,0,5,6,8,8,6,6,10,9,,4.997,21.725,23.192,9,4,4,1,2,5,4,10.968,29.143,30.008,6,2,,5.255,5.255,7.798,1,2,1960,Florida,3,3,1,,7,,,8,4,1,prevspec@gmail.com,2.051,68.856,78.778,16,5c1baf8fdbc4da0001648218,"{""startTime"":1678931796518,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931757216,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931371889,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":32,""label"":""tour_started""},{""time"":13619,""label"":""tour_next"",""step"":5},{""time"":32063,""label"":""tour_back"",""step"":5},{""time"":38267,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":11613,""week"":""50"",""id"":""chart""},{""time"":53871,""label"":""tour_next"",""step"":5},{""time"":55945,""label"":""tour_back"",""step"":5},{""time"":59071,""label"":""tour_next"",""step"":5},{""time"":70519,""label"":""tour_back"",""step"":5},{""time"":85853,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1582,""week"":""2"",""id"":""chart""},{""time"":87502,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1699,""week"":""1"",""id"":""chart""},{""time"":98320,""label"":""tour_next"",""step"":5},{""time"":106942,""label"":""tour_back"",""step"":5},{""time"":109798,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1180,""week"":""1"",""id"":""chart""},{""time"":113583,""label"":""cleared_brush"",""using"":""Click""},{""time"":113583,""label"":""cleared_brush"",""using"":""Escape""},{""time"":114008,""label"":""cleared_brush"",""using"":""Click""},{""time"":114008,""label"":""cleared_brush"",""using"":""Escape""},{""time"":114394,""label"":""cleared_brush"",""using"":""Click""},{""time"":114394,""label"":""cleared_brush"",""using"":""Escape""},{""time"":114362,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":2831,""week"":""36"",""id"":""chart""},{""time"":118510,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":2982,""week"":""34"",""id"":""chart""},{""label"":""window_blurred"",""time"":137111},{""label"":""window_focused"",""time"":137119},{""time"":158215,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1366,""week"":""50"",""id"":""chart""},{""time"":165006,""label"":""tour_next"",""step"":5},{""time"":180934,""label"":""tour_back"",""step"":5},{""time"":216487,""label"":""tour_next"",""step"":5},{""time"":227246,""label"":""tour_back"",""step"":5},{""time"":233112,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1248,""week"":""50"",""id"":""chart""},{""time"":234378,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1465,""week"":""51"",""id"":""chart""},{""time"":239174,""label"":""tour_next"",""step"":5},{""time"":241698,""label"":""tour_back"",""step"":5},{""time"":252739,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1482,""week"":""50"",""id"":""chart""},{""time"":254672,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1865,""week"":""49"",""id"":""chart""},{""time"":258286,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":2700,""week"":""49"",""id"":""chart""},{""time"":263829,""label"":""tour_next"",""step"":5},{""time"":265648,""label"":""tour_back"",""step"":5},{""time"":271817,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":2582,""week"":""1"",""id"":""chart""},{""time"":275166,""label"":""tour_next"",""step"":5},{""time"":292406,""label"":""cleared_brush"",""using"":""Click""},{""time"":298356,""label"":""cleared_brush"",""using"":""Click""},{""time"":299232,""label"":""cleared_brush"",""using"":""Click""},{""time"":307465,""label"":""started_brush"",""startDate"":""2021-10-27"",""endDate"":""2022-02-07""},{""time"":310678,""label"":""tour_next"",""step"":5},{""time"":321195,""label"":""moved_brush"",""startDate"":""2021-11-28"",""endDate"":""2022-02-07""},{""time"":327321,""label"":""moved_brush"",""startDate"":""2021-11-28"",""endDate"":""2022-01-20""},{""time"":328349,""label"":""tour_next"",""step"":5},{""time"":334929,""label"":""cleared_brush"",""using"":""Click""},{""time"":336413,""label"":""tour_next"",""step"":5},{""time"":339542,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678931740607,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,bar -2023-03-15 21:50:18,2023-03-15 22:03:55,0,50.88.248.196,100,817,1,2023-03-15 22:03:56,R_yvY01mh8zIdnh7P,,,,,28.9453,-81.2989,anonymous,EN,1,8.211,8.211,9.201,1,1,2,1,1.549,3.831,5.645,2,0,0,15.015,0,24,65,66,8.599,15.797,17.735,3,23.318,33.654,37.038,2,-2,-3,20.061,43.649,45.907,3,-3,-3,79.203,99.053,100.985,2,1,76.35,76.35,77.657,1,0,0,15.02,0,1,2,2,4,6,2,,5.897,20.038,21.972,8,2,5,3,1,2,2,I don't trust the data since pretty much everyone I know has been vaccinated and has had Covid.,5.084,53.793,75.527,7,4,,2.498,3.044,5.446,2,2,3,4,5,1,6,7,0,0,14.352,0,2,4,6,7,3,7,7,7,,2.439,15.852,18.906,8,2,3,3,2,4,4,5.137,21.906,22.815,6,5,1,2.809,9.04,10.289,2,2,1963,Florida,6,2,1,,7,,,14,3,2,,2.455,45.782,48.736,11,5e48ae9451537d349b8113b4,"{""startTime"":1678931915499,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678931938036,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678931760504,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":23312,""label"":""tour_next"",""step"":2},{""time"":33647,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678931899904,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar -2023-03-15 21:57:03,2023-03-15 22:04:20,0,71.12.231.143,100,436,1,2023-03-15 22:04:21,R_1IZtjWu1ukWyk1W,,,,,30.2791,-89.7679,anonymous,EN,1,2.757,2.757,3.518,1,,,,,,,,0,0,15.106,0,62,5,50,10.335,19.792,20.684,5,15.567,53.94,56.641,13,1,1,34.488,43.453,44.454,2,-3,-3,24.247,44.425,45.684,2,1,15.689,50.205,51.224,14,0,0,15.006,0,3,3,3,7,7,3,n.a,3.639,23.754,24.096,17,1,1,1,1,1,1,I find it difficult to read and understand and just plain confusing.,1.055,2.664,13.342,3,1,n/a,4.988,6.005,8.513,2,2,7,3,4,1,5,6,0,0,20.59,0,3,5,11,5,3,2,7,9,n/a,3.175,23.68,25.624,16,1,1,5,5,1,1,3.405,14.685,18.83,9,4,,2.789,2.789,3.76,1,1,1995,Louisiana,6,2,1,,7,,,6,4,2,,0.751,31.576,33.309,13,62d39a47594b3446ba0c1585,"{""startTime"":1678932024457,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931994507,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":19},{""label"":""window_focused"",""time"":5083}]}","{""startTime"":1678931870597,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":15564,""label"":""tour_next"",""step"":5},{""time"":27819,""label"":""started_brush"",""startDate"":""2021-09-03"",""endDate"":""2021-11-26""},{""time"":28693,""label"":""tour_next"",""step"":5},{""time"":32654,""label"":""moved_brush"",""startDate"":""2021-07-23"",""endDate"":""2021-09-03""},{""time"":33355,""label"":""tour_next"",""step"":5},{""time"":42063,""label"":""moved_brush"",""startDate"":""2021-09-06"",""endDate"":""2021-10-18""},{""time"":43922,""label"":""started_brush"",""startDate"":""2021-07-15"",""endDate"":""2021-08-21""},{""time"":49593,""label"":""cleared_brush"",""using"":""Click""},{""time"":49593,""label"":""cleared_brush"",""using"":""Escape""},{""time"":50251,""label"":""tour_next"",""step"":5},{""time"":53936,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678931979103,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":5566,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1309,""week"":""1"",""id"":""chart""},{""time"":6998,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1843,""week"":""51"",""id"":""chart""},{""time"":10721,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1037,""week"":""2"",""id"":""chart""}]}",0,complex,bar -2023-03-15 21:47:51,2023-03-15 22:04:24,0,24.180.178.244,100,993,1,2023-03-15 22:04:24,R_3esM87FhqAs67Gt,,,,,42.7893,-83.7135,anonymous,EN,1,13.846,13.846,15.489,1,,,,,,,,0,0,15.014,0,66,92,77,29.378,40.619,43.21,4,29.008,78.292,113.527,6,1,-2,24.972,51.457,53.163,2,1,1,63.363,76.073,77.529,2,1,67.727,76.033,76.5,4,0,0,15.014,0,6,6,6,5,6,6,"I noticed that when you hover the visualization, the colors of the text do not match up to the colors on the legend. As well, the yellow text is a tad difficult to read on a white background. Otherwise, it looks really good. ",31.149,149.684,199.961,9,6,6,6,3,7,6,"It feels organized, and it clearly cites a reputable source. ",4.308,4.308,39.89,1,5,,9.532,9.532,13.223,1,2,7,3,4,1,5,6,0,0,24.422,0,2,4,3,8,6,5,10,8,,13.155,30.693,32.967,8,4,3,2,1,5,5,16.84,38.389,41.898,7,3,,5.556,5.556,6.879,1,1,1996,Michigan,5,1,1,,7,,,12,4,2,,1.549,134.541,140.79,22,63ea7e60bdd3090eb4b0dcc5,"{""startTime"":1678931561270,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":41,""label"":""hovered"",""timeHovered"":8698,""week"":""2021-12-27""},{""time"":9960,""label"":""hovered"",""timeHovered"":1680,""week"":""2021-12-27""},{""time"":13726,""label"":""hovered"",""timeHovered"":2887,""week"":""2022-01-31""},{""time"":18679,""label"":""hovered"",""timeHovered"":46614,""week"":""2022-01-24""},{""time"":67049,""label"":""hovered"",""timeHovered"":2068,""week"":""2021-12-20""},{""time"":69535,""label"":""hovered"",""timeHovered"":1933,""week"":""2021-12-27""},{""time"":71471,""label"":""hovered"",""timeHovered"":3811,""week"":""2021-12-27""},{""time"":77301,""label"":""hovered"",""timeHovered"":57233,""week"":""2021-11-08""},{""time"":134603,""label"":""hovered"",""timeHovered"":1665,""week"":""2021-11-08""}]}","{""startTime"":1678931763302,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":2661,""label"":""hovered"",""timeHovered"":1437,""week"":""2021-11-01""}]}","{""startTime"":1678931354141,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":29003,""label"":""tour_next"",""step"":5},{""time"":51123,""label"":""started_brush"",""startDate"":""2021-09-04"",""endDate"":""2021-10-15""},{""time"":52536,""label"":""tour_next"",""step"":5},{""time"":57741,""label"":""moved_brush"",""startDate"":""2021-07-13"",""endDate"":""2021-08-23""},{""time"":59460,""label"":""moved_brush"",""startDate"":""2021-07-13"",""endDate"":""2021-09-18""},{""time"":62309,""label"":""tour_next"",""step"":5},{""time"":70070,""label"":""cleared_brush"",""using"":""click""},{""time"":71216,""label"":""tour_next"",""step"":5},{""time"":78287,""label"":""tour_end"",""step"":5},{""time"":94953,""label"":""started_brush"",""startDate"":""2021-09-07"",""endDate"":""2021-10-07""},{""time"":98337,""label"":""moved_brush"",""startDate"":""2021-09-05"",""endDate"":""2021-10-07""},{""time"":102811,""label"":""hovered"",""timeHovered"":1333,""week"":""2021-09-13""},{""time"":105603,""label"":""hovered"",""timeHovered"":1038,""week"":""2021-09-20""}]}","{""startTime"":1678931545724,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line -2023-03-15 21:46:55,2023-03-15 22:04:29,0,174.216.242.231,100,1054,1,2023-03-15 22:04:30,R_2Y99y0aScyo512M,,,,,40.8691,-73.9191,anonymous,EN,1,590.191,591.414,592.234,2,,,,,,,,0,0,15.018,0,81,82,50,8.12,12.017,12.835,3,6.332,45.925,66.236,6,1,1,14.382,29.247,30.949,2,1,1,22.007,30.367,31.656,2,1,19.109,19.109,22.238,1,0,0,15.123,0,5,4,5,4,5,5,The Croatia Chamber of Agriculture would have no reason to falsify any data here.,9.617,35.405,46.346,9,5,5,3,7,1,5,"The data seems solid, it looks convincing. ",1.605,1.605,23.468,1,5,"I think most people can be trusted, but it's good to be aware of your surroundings.",6.988,7.757,25.486,2,2,7,3,4,1,5,6,0,0,10.003,0,1,3,3,3,3,3,10,10,,7.67,18.541,20.558,8,5,5,1,1,5,5,7.002,15.158,17.876,6,2,,1.451,1.451,2.713,1,1,1986,New York,6,2,1,,7,,,16,4,1,michaelchagnon@gmail.com,0.834,40.938,47.731,15,5d1bf643f18c6c00187def44,"{""startTime"":1678932021373,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931981574,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931876263,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":6315,""label"":""tour_next"",""step"":5},{""time"":21461,""label"":""started_brush"",""startDate"":""2021-05-03"",""endDate"":""2021-12-12""},{""time"":22346,""label"":""tour_next"",""step"":5},{""time"":25456,""label"":""moved_brush"",""startDate"":""2021-05-03"",""endDate"":""2021-12-12""},{""time"":26947,""label"":""moved_brush"",""startDate"":""2021-05-03"",""endDate"":""2021-12-12""},{""time"":30206,""label"":""moved_brush"",""startDate"":""2021-07-05"",""endDate"":""2022-02-13""},{""time"":31066,""label"":""tour_next"",""step"":5},{""time"":34693,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-06-10""},{""time"":35776,""label"":""moved_brush"",""startDate"":""2021-07-24"",""endDate"":""2021-09-23""},{""time"":37030,""label"":""started_brush"",""startDate"":""2021-10-18"",""endDate"":""2022-01-17""},{""time"":37701,""label"":""moved_brush"",""startDate"":""2021-08-15"",""endDate"":""2021-11-14""},{""time"":39924,""label"":""started_brush"",""startDate"":""2021-12-03"",""endDate"":""2022-02-13""},{""time"":40980,""label"":""started_brush"",""startDate"":""2021-07-17"",""endDate"":""2022-01-17""},{""time"":41745,""label"":""cleared_brush"",""using"":""click""},{""time"":41749,""label"":""cleared_brush"",""using"":""Escape""},{""time"":43210,""label"":""tour_next"",""step"":5},{""time"":45907,""label"":""tour_end"",""step"":5},{""time"":51012,""label"":""started_brush"",""startDate"":""2021-04-13"",""endDate"":""2021-05-31""},{""time"":64587,""label"":""moved_brush"",""startDate"":""2021-12-28"",""endDate"":""2022-02-13""}]}","{""startTime"":1678931965836,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line -2023-03-15 21:59:20,2023-03-15 22:05:34,0,96.238.44.153,100,373,1,2023-03-15 22:05:34,R_3dMS2z9yJBhGdgP,,,,,41.7042,-71.4558,anonymous,EN,1,7.524,7.524,8.118,1,,,,,,,,4.502,11.652,15.012,2,67,78,50,10.599,19.493,20.454,3,16.735,20.264,27.244,2,1,1,16.019,29.971,31.053,2,1,1,4.146,36.927,38.069,3,1,32.301,32.301,36.6,1,0,0,15.111,0,3,3,3,4,4,3,,7.63,18.152,21.122,6,6,5,5,5,7,6,The instructions said to answer from the perspective of someone who trusts the visualization.,1.628,1.628,23.131,1,5,,3.181,7.478,7.804,5,2,7,3,4,1,5,6,0,0,18.299,0,1,3,1,8,3,1,10,10,,4.592,17.402,18.768,8,5,5,1,1,5,5,4.65,12.585,13.317,6,1,,1.518,1.518,2.538,1,1,2001,Rhode Island,6,1,1,,7,,,16,4,2,,2.246,31.841,35.35,10,63e54336ed7afb1425f7888f,"{""startTime"":1678932139398,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932091067,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932009512,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7,""label"":""tour_started""},{""label"":""window_blurred"",""time"":6938},{""label"":""window_focused"",""time"":8833},{""time"":16728,""label"":""tour_next"",""step"":2},{""time"":20256,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932075555,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6214,""label"":""hovered"",""timeHovered"":6058,""week"":""2022-01-10""}]}",0,moderate,line -2023-03-15 21:57:58,2023-03-15 22:05:36,0,73.203.41.135,100,457,1,2023-03-15 22:05:36,R_3JdTb7QpwPtblbx,,,,,38.7893,-104.8221,anonymous,EN,1,4.828,9.398,10.349,3,,,,,,,,0,0,15.01,0,61,45,44,2.786,20.961,22.359,4,7.658,10.264,19.715,2,1,-3,28.181,35.813,39.018,5,-3,-3,38.57,58.327,63.88,3,-3,25.804,25.804,46.9,1,0,0,15.114,0,5,3,5,5,5,5,,2.822,12.474,15.286,7,3,2,2,7,7,2,"The stacked format makes it harder to determine the actual level for one of the two sources of pestilence. ",2.01,2.01,43.298,1,4,,2.415,3.903,4.842,2,2,7,3,4,1,5,6,0,0,7.974,0,2,2,6,3,1,4,5,6,,2.519,11.503,13.703,8,5,5,1,1,5,5,15.33,28.723,30.09,6,7,,1.637,1.637,2.941,1,1,1990,Colorado,6,3,1,,7,,,2,4,2,,4.728,68.726,71.186,26,62a0b34cbcc5987a8fa73c39,"{""startTime"":1678932034488,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932050305,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678931934570,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":7654,""label"":""tour_next"",""step"":2},{""time"":10260,""label"":""tour_end"",""step"":2},{""time"":11531,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6895,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678932018909,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":11590,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3009,""week"":""1"",""id"":""chart""}]}",0,moderate,bar -2023-03-15 21:56:17,2023-03-15 22:05:55,0,98.27.55.56,100,578,1,2023-03-15 22:05:56,R_1gITkk17jrQ9aaX,,,,,35.9151,-79.0972,anonymous,EN,1,2.501,3.429,3.806,2,1,3,1,1.783,9.697,11.78,3,10.14,10.14,15.019,1,87,88,67,8.852,23.414,24.418,4,12.219,21.633,44.111,2,1,-3,12.294,47.512,56.135,4,1,-3,55.317,77.144,78.633,4,-3,0.088,35.71,37.792,3,0,0,15.123,0,5,5,5,5,5,5,,7.996,31.266,33.398,12,5,5,5,2,3,5,"The data seems to have come from the CDC, so I'm assuming the visualization is accurate.",1.773,1.773,42.72,1,2,,4.128,4.128,6.751,1,2,7,3,4,1,5,6,0,0,17.311,0,1,3,1,4,4,2,9,7,,7.862,26.941,30.243,9,3,3,3,4,2,2,7.098,36.944,38.125,6,1,2,4.656,14.248,16.113,4,1,1992,North Carolina,7,2,1,,7,,,6,4,2,,2.593,49.816,52.001,12,565c931eba63db00051cd52d,"{""startTime"":1678931958603,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931992453,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931841964,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":6948,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2023,""week"":""50"",""id"":""chart""},{""time"":9942,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1529,""week"":""52"",""id"":""chart""},{""time"":12204,""label"":""tour_next"",""step"":2},{""time"":16050,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3143,""week"":""52"",""id"":""chart2""},{""time"":21618,""label"":""tour_end"",""step"":2},{""time"":27713,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3544,""week"":""46"",""id"":""chart2""},{""time"":32101,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2042,""week"":""52"",""id"":""chart2""},{""time"":34149,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1050,""week"":""52"",""id"":""chart""},{""time"":35274,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3473,""week"":""1"",""id"":""chart""},{""time"":39941,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1193,""week"":""24"",""id"":""chart""}]}","{""startTime"":1678931942934,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":10100,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3505,""week"":""52"",""id"":""chart""}]}",1,simple,bar -2023-03-15 21:45:20,2023-03-15 22:06:03,0,47.180.91.217,100,1243,1,2023-03-15 22:06:04,R_3Dkb5x7m2kadfcW,,,,,33.4901,-117.1852,anonymous,EN,1,93.542,93.542,95.79,1,,,,,,,,0,0,15.12,0,85,91,75,18.655,46.358,50.251,4,2.708,55.053,74.102,3,1,1,29.552,50.19,57.435,2,1,1,72.125,140.126,141.678,2,1,99.533,99.533,101.956,1,0,0,15.015,0,5,3,3,5,6,3,,21.306,51.622,52.699,9,3,5,4,7,7,4,"Assuming I trust the source, I would have no reason to disbelieve it. However because I have no knowledge of fungi and insect based crop diseases, I do not know how much this information matters. There may also be important information missing that not even the researchers know about due to no fault of their own.",2.285,138.193,256.012,9,6,,8.131,8.131,10.698,1,2,7,3,4,1,5,6,0,0,41.425,0,1,3,2,5,1,2,10,9,,15.69,38.476,44.086,9,2,1,3,4,4,3,36.358,65.757,66.071,7,2,,7.722,8.35,23.53,2,1,1999,California,1,2,1,,7,,,3,4,2,,2.719,86.538,88.81,19,5e60460125834138aae85307,"{""startTime"":1678931456139,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931510060,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":21588,""label"":""hovered"",""timeHovered"":1948,""week"":""2022-01-03""},{""time"":24490,""label"":""hovered"",""timeHovered"":1420,""week"":""2022-01-10""}]}","{""startTime"":1678931304628,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":22,""label"":""tour_started""},{""time"":31121,""label"":""hovered"",""timeHovered"":6083,""week"":""2021-08-23""},{""time"":39779,""label"":""hovered"",""timeHovered"":1010,""week"":""2021-12-20""},{""time"":41456,""label"":""hovered"",""timeHovered"":5826,""week"":""2021-12-27""},{""time"":51177,""label"":""tour_next"",""step"":2},{""time"":55029,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678931440027,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":3519,""label"":""hovered"",""timeHovered"":1199,""week"":""2021-12-20""},{""time"":9431,""label"":""hovered"",""timeHovered"":1565,""week"":""2022-01-03""},{""time"":13096,""label"":""hovered"",""timeHovered"":1005,""week"":""2022-01-31""}]}",0,simple,line -2023-03-15 21:51:51,2023-03-15 22:06:48,0,68.198.7.251,100,897,1,2023-03-15 22:06:49,R_1GQhH2O6hMfgzR8,,,,,40.6981,-73.7045,anonymous,EN,1,1.446,12.845,13.818,2,,,,,,,,1.261,1.261,15.11,1,22,90,62,26.532,36.125,37.251,5,2.979,20.731,23.917,4,1,1,1.325,66.385,67.4,11,-2,1,1.028,66.218,67.758,5,-1,1.453,102.578,104.596,7,1.471,13.383,15.01,3,3,7,3,5,1,3,"While you only use one independent variable in order to graph data, it is hard to understand the reason behind the information and more clarification is needed. ",0.915,101.602,103.363,11,4,6,4,7,7,3,"I am not sure about the causes of the results. Other than that the visualization is easy to read and get data out of. ",4.671,4.671,40.84,1,4,"The data table was easy to follow except the very last question about the fungi. The lines were somewhat intertwined. ",0.986,12.448,52.326,4,2,3,4,5,1,6,7,0.992,27.364,31.265,2,1,3,8,2,2,2,8,3,"Everyone has an agenda and people have to decipher the right from wrong unfortunately. ",0.737,48.313,75,14,4,4,1,1,4,5,0.998,42.064,43.258,9,4,,1.573,11.279,13.273,3,1,1972,New York,7,2,1,,7,,,14,3,1,1996buster@gmail.com,1.201,128.986,129.857,30,608463432ad9e5774c98b317,"{""startTime"":1678931772364,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931692209,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931583892,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":14126,""label"":""tour_next"",""step"":2},{""time"":18926,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678931676638,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,line -2023-03-15 21:50:02,2023-03-15 22:06:56,0,23.251.65.205,100,1013,1,2023-03-15 22:06:56,R_2rws4mkQ99x8wkB,,,,,35.0309,-85.2726,anonymous,EN,1,3.111,3.111,6.136,1,1,3,1,3.498,7.638,11,2,0,0,15.118,0,51,0,100,33.346,52.091,53.004,3,36.125,135.163,138.169,22,1,1,98.057,136.347,137.573,5,-3,1,47.613,132.681,133.905,8,-1,55.737,83.746,86.349,7,0,0,15.113,0,3,3,3,7,5,3,,11.733,36.05,44.798,6,2,1,7,7,7,3,I don't know if this visualization reflects the true numbers of the age groups listed.,2.946,2.946,31.378,1,1,,5.437,7.389,10.367,4,1,7,3,4,2,5,6,34.131,34.131,37.23,1,2,6,6,1,6,6,6,6,,15.112,38.373,39.491,10,1,1,5,5,3,1,16.771,51.465,52.884,6,4,2,7.204,14.139,15.201,2,2,1979,Tennessee,5,2,1,,3,,,4,1,1,sherena79@gmail.com,4.937,85.132,85.938,19,5f481a825080c619ea3709b0,"{""startTime"":1678931844685,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931778359,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931535392,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":28,""label"":""tour_started""},{""time"":39768,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":11314,""week"":""6"",""id"":""chart""},{""time"":52519,""label"":""tour_next"",""step"":5},{""time"":91496,""label"":""tour_back"",""step"":5},{""time"":96012,""label"":""tour_next"",""step"":5},{""time"":100322,""label"":""cleared_brush"",""using"":""Click""},{""time"":100652,""label"":""started_brush"",""startDate"":""2021-07-16"",""endDate"":""2021-09-29""},{""time"":107904,""label"":""tour_next"",""step"":5},{""time"":117239,""label"":""moved_brush"",""startDate"":""2021-07-16"",""endDate"":""2021-09-02""},{""time"":118118,""label"":""tour_next"",""step"":5},{""time"":124963,""label"":""cleared_brush"",""using"":""Click""},{""time"":128837,""label"":""tour_next"",""step"":5},{""time"":135152,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678931761850,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":12132,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3096,""week"":""1"",""id"":""chart""}]}",1,complex,bar -2023-03-15 21:53:43,2023-03-15 22:07:04,0,68.13.240.148,100,800,1,2023-03-15 22:07:04,R_yjvnY6MKVRH8Bwt,,,,,36.1493,-95.9499,anonymous,EN,1,68.023,68.023,68.748,1,,,,,,,,0,0,15.513,0,100,28,39,29.653,47.893,48.65,3,1.199,21.315,23.836,6,1,1,40.559,50.042,50.272,3,-3,-3,66.054,79.69,80.355,2,-2,75.749,75.749,76.475,1,0,0,15.044,0,6,6,6,5,5,6,,5.071,10.982,12.092,6,6,4,3,3,4,6,I feel like it's very comprehensive and the data is precise.,1.663,1.663,15.708,1,5,,2.673,3.509,4.841,3,2,7,3,4,1,5,6,0,0,12.071,0,3,4,6,6,4,3,11,10,,27.838,37.442,38.361,8,1,1,5,5,1,1,6.461,27.804,28.402,6,2,,1.28,2.768,3.173,2,2,1990,Oklahoma,2,2,1,,7,,,8,2,1,mandydee200@yahoo.com,0.723,32.599,39.138,12,55a75835fdf99b26395fae40,"{""startTime"":1678932083497,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932095930,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":1675},{""label"":""window_focused"",""time"":31811},{""label"":""window_blurred"",""time"":33790},{""label"":""window_focused"",""time"":40202}]}","{""startTime"":1678931963493,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":11141,""label"":""tour_next"",""step"":2},{""time"":17037,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932068169,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":2832},{""label"":""window_focused"",""time"":11834}]}",0,moderate,bar -2023-03-15 22:00:06,2023-03-15 22:07:38,0,100.19.36.148,100,451,1,2023-03-15 22:07:39,R_3OTikwyfae72yqd,,,,,39.952,-75.1814,anonymous,EN,1,2.405,2.405,3.423,1,1,3,1,1.826,4.828,5.983,2,0,0,15.01,0,71,74,57,9.403,20.352,26.458,5,26.647,63.975,66.163,9,1,1,18.356,31.021,32.582,2,1,1,26.333,33.084,34.761,2,1,36.024,36.024,37.115,1,14.814,14.814,15.014,1,5,5,5,5,5,5,I think there is a typo. Vaccinated & unvaccinated are reversed in the interactive plot.,6.701,13.051,28.776,7,4,4,4,4,4,4,It includes both the raw count and proportion data.,2.402,2.402,15.744,1,4,,4.572,6.358,8.265,3,2,7,3,4,1,5,6,0,0,13.059,0,5,5,7,7,5,6,10,8,,3.701,21.504,22.96,11,4,4,1,3,4,4,2.492,16.324,17.487,6,2,1,1.301,6.707,9.701,2,2,1990,Pennsylvania,9,3,4,Korean,2,,,7,3,2,,1.477,62.493,64.99,19,638a6928a6b4801e5b229ebc,"{""startTime"":1678932218325,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932186422,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932066748,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":4,""label"":""tour_started""},{""time"":1931,""label"":""hovered"",""timeHovered"":1367,""week"":""2021-12-20""},{""time"":4981,""label"":""hovered"",""timeHovered"":1084,""week"":""2022-01-03""},{""time"":6965,""label"":""hovered"",""timeHovered"":8399,""week"":""2022-01-03""},{""time"":15414,""label"":""hovered"",""timeHovered"":1001,""week"":""2022-01-03""},{""time"":19398,""label"":""hovered"",""timeHovered"":6717,""week"":""2022-01-17""},{""time"":30189,""label"":""tour_next"",""step"":5},{""time"":46989,""label"":""started_brush"",""startDate"":""2021-07-26"",""endDate"":""2022-02-13""},{""time"":47939,""label"":""tour_next"",""step"":5},{""time"":54091,""label"":""moved_brush"",""startDate"":""2021-04-26"",""endDate"":""2021-11-13""},{""time"":54937,""label"":""tour_next"",""step"":5},{""time"":58064,""label"":""cleared_brush"",""using"":""click""},{""time"":58954,""label"":""tour_next"",""step"":5},{""time"":63972,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678932171099,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":4842,""label"":""hovered"",""timeHovered"":1851,""week"":""2021-12-27""},{""time"":10366,""label"":""hovered"",""timeHovered"":1168,""week"":""2021-09-27""}]}",1,complex,line -2023-03-15 21:54:31,2023-03-15 22:08:08,0,24.158.78.140,100,816,1,2023-03-15 22:08:09,R_1Q9DnSpJZ2ogpCr,,,,,34.727,-81.6156,anonymous,EN,1,3.685,6.751,8.162,4,,,,,,,,4.759,11.697,15.147,3,100,0,0,20.129,39.581,40.546,8,5.178,31.203,32.427,11,1,1,6.439,107.871,108.937,17,-1,1,1.484,79.502,80.606,11,1,1.636,58.882,59.701,8,4.084,13.404,15.019,2,5,5,5,5,5,5,,4.665,21.152,22.901,9,4,5,5,3,3,5,It seems like a lot of data and work was put into it.,17.513,19.961,40.707,3,4,,2.535,5.441,6.791,3,2,7,3,4,1,5,6,3.475,30.405,31.596,4,1,1,6,6,1,2,9,9,,6.165,33.344,34.452,12,1,1,5,5,3,1,2.08,33.855,34.848,11,4,,3.611,5.368,6.435,3,2,1996,South Carolina,2,2,1,,7,,,5,3,1,alifowler96@gmail.com,1.78,58.241,63.799,26,5ce9bfc4d439ae00015968dd,"{""startTime"":1678932063072,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932087526,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931903107,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":2608,""label"":""hovered"",""timeHovered"":1044,""week"":""2021-11-29""},{""time"":19035,""label"":""tour_next"",""step"":2},{""time"":27420,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932046664,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":6650,""label"":""hovered"",""timeHovered"":1367,""week"":""2021-12-27""}]}",0,simple,line -2023-03-15 22:02:26,2023-03-15 22:08:46,0,173.90.216.54,100,380,1,2023-03-15 22:08:47,R_3PRzwD9WQCUAYzx,,,,,42.1139,-80.1499,anonymous,EN,1,4.122,4.122,4.99,1,1,4,2,1.202,3.635,4.461,3,0,0,15.025,0,50,100,61,6.038,12.159,13.566,4,7.687,15.306,16.555,4,1,-3,28.067,62.16,62.726,4,-2,-3,31.385,58.894,59.519,4,-3,18.199,18.199,19.769,1,0,0,15.025,0,5,5,5,5,5,5,,9.288,12.744,14.976,7,5,6,6,5,5,5,It shows the data clearly and cites the CDC,1.307,1.847,13.454,2,4,,3.77,6.344,7.447,2,2,7,3,4,1,5,6,0,0,9.248,0,1,6,3,7,9,1,11,9,,2.365,17.561,17.953,15,5,5,5,5,5,5,2.798,6.854,10.84,6,1,2,2.276,8.322,9.423,4,3,2001,Pennsylvania,3,1,1,,7,,,12,3,1,gabriellemsteppic@gmail.com,1.519,44.124,45.042,16,5eb0bbbc0be27c183500b45d,"{""startTime"":1678932319284,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932293658,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932199958,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":43,""label"":""tour_started""},{""time"":8251,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1815,""week"":""52"",""id"":""chart""},{""time"":13259,""label"":""tour_next"",""step"":2},{""time"":15075,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932277753,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":10090,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1758,""week"":""21"",""id"":""chart""}]}",1,moderate,bar -2023-03-15 21:59:48,2023-03-15 22:08:48,0,73.248.126.78,100,539,1,2023-03-15 22:08:48,R_3GwcU3aNRRvMMYO,,,,,40.6511,-74.26,anonymous,EN,1,4.401,5.641,7.301,2,1,2,2,1.801,5,6.303,3,12.143,13.409,15.108,3,57,90,71,9.559,18.713,19.886,5,3.227,24.485,25.69,7,1,1,26.072,61.169,62.336,5,-2,1,7.742,48.535,49.436,8,-1,20.427,23.584,24.451,3,10.434,13.557,15.012,2,5,5,3,5,6,3,none,6.919,21.079,24.88,9,4,6,5,3,5,3,I do not know who provided the data and why,2.334,2.334,19.835,1,5,none,4.69,11.418,12.379,4,2,7,3,4,1,5,6,10.497,22.328,24.403,2,2,1,9,6,1,6,7,10,none,3.792,20.735,21.721,12,4,4,3,2,4,3,9.686,25.844,26.837,8,6,1,2.766,11.301,12.293,4,1,1986,New Jersey,6,1,1,,7,,,7,3,1,txsteve20@gmail.com,1.835,123.479,124.613,40,638d5097d95db2c5c143d5b7,"{""startTime"":1678932155680,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932181082,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932050966,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":17,""label"":""tour_started""},{""time"":12372,""label"":""hovered"",""timeHovered"":1832,""week"":""2021-12-27""},{""time"":16340,""label"":""tour_next"",""step"":2},{""time"":22066,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932140016,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line -2023-03-15 21:56:02,2023-03-15 22:08:54,0,71.207.167.80,100,771,1,2023-03-15 22:08:54,R_3HnPK9yCua0DTKP,,,,,33.9845,-85.9077,anonymous,EN,1,22.181,22.181,23.817,1,1,2,1,1.646,3.396,4.432,2,0,0,15.014,0,76,8,12,18.432,23.528,24.97,3,23.743,41.321,63.363,3,1,-2,23.916,36.235,37.827,2,-2,1,25.468,90.473,92.095,3,1,94.073,94.073,95.349,1,0,0,15.008,0,6,5,6,6,5,6,,11.615,42.85,49.425,10,5,5,5,3,5,5,"I trust the visualization because the data comes from the CDC, which is a reliable source.",3.086,3.086,29.887,1,4,,7.165,9.359,12.693,2,2,7,3,4,1,5,6,0,0,28.782,0,3,5,2,7,6,2,10,10,,14.718,46.837,60.85,10,3,3,2,2,2,2,14.076,44.451,45.683,6,1,2,7.637,19.353,23.975,6,1,2002,Alabama,3,2,1,,7,,,11,4,2,,3.398,93.95,98.306,30,63f8dc7bc5e76c51f767134e,"{""startTime"":1678932012883,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932062792,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678931841323,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":4,""label"":""tour_started""},{""time"":25821,""label"":""hovered"",""timeHovered"":3454,""week"":""2022-01-03""},{""time"":31010,""label"":""hovered"",""timeHovered"":1691,""week"":""2022-01-10""},{""time"":34100,""label"":""hovered"",""timeHovered"":1243,""week"":""2022-02-07""},{""time"":38524,""label"":""tour_next"",""step"":2},{""time"":41317,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678931997428,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":12500,""label"":""hovered"",""timeHovered"":2448,""week"":""2022-01-17""}]}",1,moderate,line -2023-03-15 22:03:03,2023-03-15 22:09:36,0,68.84.119.220,100,392,1,2023-03-15 22:09:37,R_2E4bILHDLYsscYK,,,,,39.7007,-75.7419,anonymous,EN,1,5.15,5.15,6.099,1,,,,,,,,0,0,15.01,0,85,71,34,13.629,21.458,22.7,6,3.884,9.496,11.182,4,-2,1,34.325,40.904,42.141,2,1,-3,19.03,32.351,33.393,2,1,54.965,54.965,56.57,1,0,0,15.11,0,4,4,4,4,4,4,,3.894,19.885,23.949,7,5,5,5,5,5,5,It seems legit to me.,1.752,1.752,9.855,1,4,,10.666,13.559,15.209,4,2,7,3,4,1,5,6,14.76,14.76,15.67,1,6,8,5,8,4,8,9,10,,6.939,20.207,22.302,9,3,3,2,3,3,4,12.615,20.085,21.339,6,2,,3.328,3.328,5.025,1,1,2000,Delaware,3,3,1,,7,,,12,3,2,,1.899,39.553,41.728,15,5efa98dd74af25000cdbbf43,"{""startTime"":1678932304256,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932328712,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932242757,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":20,""label"":""tour_started""},{""time"":3873,""label"":""tour_next"",""step"":2},{""time"":6580,""label"":""tour_end"",""step"":2},{""time"":8982,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1192,""week"":""2"",""id"":""chart""}]}","{""startTime"":1678932288644,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,bar -2023-03-15 21:59:26,2023-03-15 22:09:48,0,172.56.248.137,100,621,1,2023-03-15 22:09:48,R_2Sq3Ku9iwn7lPsy,,,,,39.8286,-86.1796,anonymous,EN,1,8.942,8.942,11.19,1,1,3,1,2.926,6.317,9.078,2,0,0,15.118,0,95,100,91,8.602,16.382,17.866,4,4.71,30.926,40.691,5,1,1,42.949,70.591,72.993,3,-3,-3,36.865,62.367,63.661,2,-2,21.987,60.933,62.71,5,0,0,15.02,0,5,5,5,6,6,5,,9.961,32.108,34.702,6,6,6,6,3,2,5,"This visualization uses data from the CDC and everything is laid out in a way that is easy to see and understand. The data is over vaccinated vs. unvaccinated individuals who caught COVID, which is pretty cut and dry (either you have had it or you have it, there isn't an in between), so the information is pretty believable.",2.396,47.924,91.809,3,6,,6.718,6.718,9.623,1,2,7,3,4,1,5,6,0,0,17.292,0,4,4,8,6,6,6,10,9,,6.038,28.355,30.065,12,3,3,2,3,4,3,7.56,19.207,20.798,6,3,2,2.918,17.538,19.117,5,2,2001,Indiana,3,2,1,,7,,,11,4,1,Hugbug2016@gmail.com,1.949,36.273,47.272,13,5f5ba66db8e6413162a5c703,"{""startTime"":1678932163211,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932198363,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932033044,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":4705,""label"":""tour_next"",""step"":2},{""time"":8246,""label"":""tour_back"",""step"":2},{""time"":10856,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4038,""week"":""52"",""id"":""chart""},{""time"":16323,""label"":""tour_next"",""step"":2},{""time"":17516,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3902,""week"":""52"",""id"":""chart2""},{""time"":30921,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932147735,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":8573,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1792,""week"":""52"",""id"":""chart2""}]}",1,simple,bar -2023-03-15 21:52:10,2023-03-15 22:09:50,0,47.42.234.80,100,1059,1,2023-03-15 22:09:50,R_eKcG19Oh6iSPvuV,,,,,35.958,-83.9172,anonymous,EN,1,13.891,61.459,62.761,2,,,,,,,,12.907,12.907,15.196,1,78,88,30,29.851,73.901,75.694,6,27.67,35.933,37.789,2,-2,1,41.23,54.838,56.843,2,-3,-3,23.257,244.801,246.446,5,-1,17.857,17.857,18.964,1,0,0,15.012,0,3,3,7,4,6,4,,9.9,36.186,38.87,6,3,5,4,2,3,3,It doesn't give me all of the information but it gives me some and that's fine but i don't trust it blindly and i don't not trust it,2.281,55.369,55.856,3,4,,3.428,3.428,5.499,1,2,7,3,4,1,5,6,6.187,19.923,34.727,4,2,3,4,6,3,4,4,6,,3.555,31.139,33.205,10,3,3,2,4,4,4,119.545,137.602,139.627,6,8,,4.38,8.46,10.175,3,2,1989,Tennessee,3,2,1,,3,,,19,5,2,,2.765,76.46,77.851,16,60eea778df60b9a7d88b7ade,"{""startTime"":1678931954038,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931860721,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931748074,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":44,""label"":""tour_started""},{""time"":6768,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":10524,""week"":""51"",""id"":""chart""},{""time"":27652,""label"":""tour_next"",""step"":2},{""time"":35914,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678931844516,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":5371,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1367,""week"":""51"",""id"":""chart2""}]}",0,simple,bar -2023-03-15 21:45:39,2023-03-15 22:09:58,0,67.232.198.146,100,1458,1,2023-03-15 22:09:58,R_Qj00ORVJ8bW67IJ,,,,,29.1281,-82.2975,anonymous,EN,1,135.372,135.372,136.847,1,,,,,,,,0,0,15.115,0,100,70,55,6.346,14.25,20.065,3,55.212,167.018,178.675,7,1,-3,14.146,53.087,117.119,4,1,1,22.296,82.893,84.737,4,1,92.471,92.471,93.782,1,0,0,15.109,0,3,4,3,4,5,4,,7.51,87.762,91.266,6,4,5,4,7,2,4,"I can only assume they are using accurate information, but seeming as how they have no data references in the subcaption of their chart, it is based on trust alone. ",17.309,17.309,78.03,1,4,,5.919,7.845,18.033,2,2,7,3,4,1,5,6,0,0,28.823,0,1,1,1,2,1,4,8,7,,11.504,33.751,41.276,10,3,4,2,1,5,3,7.91,38.742,39.55,6,2,,2.695,5.885,15.948,3,2,2000,Florida,6,2,1,,7,,,6,2,2,,3.201,114.27,121.233,16,640264c46bd5d0e0cdeaec5e,"{""startTime"":1678931835208,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931933263,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931523287,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":28269,""label"":""hovered"",""timeHovered"":1941,""week"":""2021-04-12""},{""time"":47419,""label"":""hovered"",""timeHovered"":1550,""week"":""2021-12-27""},{""time"":55202,""label"":""tour_next"",""step"":5},{""time"":82078,""label"":""started_brush"",""startDate"":""2021-10-03"",""endDate"":""2022-02-13""},{""time"":84926,""label"":""tour_next"",""step"":5},{""time"":92941,""label"":""moved_brush"",""startDate"":""2021-10-03"",""endDate"":""2022-02-13""},{""time"":93879,""label"":""tour_next"",""step"":5},{""time"":100404,""label"":""moved_brush"",""startDate"":""2021-10-03"",""endDate"":""2022-02-13""},{""time"":100915,""label"":""cleared_brush"",""using"":""click""},{""time"":103009,""label"":""tour_next"",""step"":5},{""time"":167007,""label"":""tour_end"",""step"":5},{""time"":173512,""label"":""hovered"",""timeHovered"":1116,""week"":""2022-01-10""}]}","{""startTime"":1678931815374,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line -2023-03-15 21:44:47,2023-03-15 22:10:15,0,68.108.56.107,100,1528,1,2023-03-15 22:10:16,R_3G0NC2RD8eOHmzr,,,,,36.122,-115.086,anonymous,EN,1,2.117,2.117,3.132,1,1,2,2,84.516,87.662,88.526,5,0,0,16.122,0,85,90,81,103.779,118.618,119.876,5,2.478,468.051,495.263,12,1,-3,167.098,204.83,207.594,3,1,-3,34.053,48.944,49.952,2,-2,16.777,41.619,42.622,3,0,0,15.008,0,5,5,5,5,5,5,,5.098,14.246,16.235,7,5,5,5,3,5,5,"The data looks professional and well put together ",4.326,4.326,20.055,1,3,,5.81,7.851,9.299,2,2,7,3,4,1,5,6,0,0,21.995,0,3,8,7,8,2,6,11,10,,10.883,29.136,30.367,13,2,3,4,3,3,2,74.195,84.478,85.044,7,1,1,2.415,10.51,14.325,2,1,1999,Nevada,2,2,1,,8,Henderson,,10,4,2,,1.615,68.322,69.89,33,6296bef3248bf76cc113926b,"{""startTime"":1678931888897,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931905810,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":764,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1109,""week"":""49"",""id"":""chart""},{""label"":""window_blurred"",""time"":162455},{""label"":""window_focused"",""time"":163658}]}","{""startTime"":1678931333249,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":22,""label"":""tour_started""},{""time"":2454,""label"":""tour_next"",""step"":5},{""time"":8359,""label"":""tour_back"",""step"":5},{""time"":11691,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4304,""week"":""30"",""id"":""chart""},{""time"":19833,""label"":""tour_next"",""step"":5},{""time"":50890,""label"":""started_brush"",""startDate"":""2021-08-22"",""endDate"":""2021-10-27""},{""time"":51973,""label"":""tour_next"",""step"":5},{""time"":59053,""label"":""moved_brush"",""startDate"":""2021-07-31"",""endDate"":""2021-10-04""},{""time"":61522,""label"":""tour_next"",""step"":5},{""time"":70340,""label"":""moved_brush"",""startDate"":""2021-08-22"",""endDate"":""2021-10-27""},{""time"":76865,""label"":""moved_brush"",""startDate"":""2021-08-22"",""endDate"":""2021-10-27""},{""time"":82464,""label"":""cleared_brush"",""using"":""Click""},{""time"":82465,""label"":""cleared_brush"",""using"":""Escape""},{""time"":83625,""label"":""cleared_brush"",""using"":""Click""},{""time"":83626,""label"":""cleared_brush"",""using"":""Escape""},{""time"":87817,""label"":""started_brush"",""startDate"":""2021-07-01"",""endDate"":""2021-09-07""},{""label"":""window_blurred"",""time"":452112},{""label"":""window_focused"",""time"":454419},{""time"":460238,""label"":""moved_brush"",""startDate"":""2021-09-30"",""endDate"":""2021-12-06""},{""time"":462743,""label"":""tour_next"",""step"":5},{""time"":468028,""label"":""tour_end"",""step"":5},{""time"":489422,""label"":""moved_brush"",""startDate"":""2021-10-01"",""endDate"":""2021-12-07""},{""time"":494336,""label"":""moved_brush"",""startDate"":""2021-10-01"",""endDate"":""2022-01-02""}]}","{""startTime"":1678931873007,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":12934,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1912,""week"":""3"",""id"":""chart""}]}",1,complex,bar -2023-03-15 21:58:45,2023-03-15 22:10:32,0,174.160.39.111,100,706,1,2023-03-15 22:10:32,R_2fqUc4FmZUTbQYo,,,,,36.7126,-121.6437,anonymous,EN,1,12.756,12.756,14.244,1,,,,,,,,0,0,15.126,0,91,81,90,11.685,19.134,20.258,3,13.891,220.747,227.714,29,1,1,22.577,32.625,34.581,2,1,1,33.317,63.807,65.518,3,1,29.416,29.416,31.138,1,0,0,15.106,0,5,3,5,3,5,5,,8.69,24.927,28.188,6,5,5,5,7,7,5,The data seem realistic and follow smooth variations,3.417,3.417,38.635,1,5,,4.207,4.207,6.394,1,2,7,3,4,1,5,6,0,0,18.388,0,5,7,7,8,8,8,10,10,,4.768,19.109,21.261,8,4,4,2,2,3,4,7.761,20.65,24.55,7,2,,3.298,3.298,5.535,1,2,1951,California,7,1,1,,7,,,6,2,1,pam.walchli@att.net,2.665,68.042,70.27,14,62fcf3d9948e4a6a9623cce8,"{""startTime"":1678932353486,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932284565,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932007333,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":34,""label"":""tour_started""},{""time"":13878,""label"":""tour_next"",""step"":5},{""time"":33815,""label"":""cleared_brush"",""using"":""Click""},{""time"":42799,""label"":""tour_back"",""step"":5},{""time"":43068,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1096,""week"":""51"",""id"":""chart""},{""time"":45478,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2239,""week"":""52"",""id"":""chart""},{""time"":52396,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2093,""week"":""2"",""id"":""chart""},{""time"":55444,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1552,""week"":""1"",""id"":""chart""},{""time"":57963,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2382,""week"":""1"",""id"":""chart""},{""time"":60904,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2392,""week"":""49"",""id"":""chart""},{""time"":66875,""label"":""tour_next"",""step"":5},{""time"":77125,""label"":""tour_back"",""step"":5},{""time"":98927,""label"":""tour_next"",""step"":5},{""time"":123170,""label"":""started_brush"",""startDate"":""2021-10-01"",""endDate"":""2021-12-28""},{""time"":125868,""label"":""tour_next"",""step"":5},{""time"":156911,""label"":""started_brush"",""startDate"":""2021-09-27"",""endDate"":""2021-10-05""},{""time"":162346,""label"":""started_brush"",""startDate"":""2021-10-24"",""endDate"":""2021-12-08""},{""time"":173888,""label"":""tour_back"",""step"":5},{""time"":184251,""label"":""started_brush"",""startDate"":""2021-10-04"",""endDate"":""2021-10-14""},{""time"":190967,""label"":""started_brush"",""startDate"":""2021-06-08"",""endDate"":""2021-10-01""},{""time"":192355,""label"":""tour_next"",""step"":5},{""time"":205634,""label"":""moved_brush"",""startDate"":""2021-04-28"",""endDate"":""2021-08-21""},{""time"":207060,""label"":""tour_next"",""step"":5},{""time"":213618,""label"":""cleared_brush"",""using"":""Click""},{""time"":213618,""label"":""cleared_brush"",""using"":""Escape""},{""time"":215013,""label"":""tour_next"",""step"":5},{""time"":220733,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678932267670,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,bar -2023-03-15 21:50:47,2023-03-15 22:10:47,0,76.217.35.170,100,1200,1,2023-03-15 22:10:48,R_7QXwC3d96zESfZf,,,,,35.4971,-97.733,anonymous,EN,1,50.986,50.986,52.56,1,1,3,2,6.603,10.436,12.173,2,0,0,15.014,0,81,38,42,32.543,42.612,44.839,3,157.463,164.658,169.473,2,1,1,35.68,104.716,114.247,2,-1,1,31.504,56.97,61.75,2,1,67.7,67.7,76.942,1,0,0,15.007,0,5,3,5,4,5,5,"The info the graph states is from the CDC. Is it really from the CDC? This could be a fake graph, not sure.",21.538,64.266,99.035,8,4,5,4,7,7,5,"In your instructions it said to assume the date is trustworthy, so I then trust the visualization.",4.851,4.851,38.521,1,6,"Yes, and thanks for asking, at the beginning when I first saw the graph I though the 01 at each month meant the data was from 2021. So it was not until this last part that I did see the year of 2021 and 2022 listed below. Therefore an answer in the first part of the survey was wrong because I was not reading the year correctly. Perhaps a bolder color in the year at the bottom would help the eye look at the bottom. ",6.941,162.485,172.501,5,2,7,3,4,1,5,6,0,0,34.369,0,9,9,8,9,9,9,10,9,,11.712,62.511,70.171,12,4,4,1,1,5,4,18.329,39.742,41.602,6,1,2,5.837,24.425,27.171,3,2,1956,Oklahoma,3,2,1,,7,,,4,3,1,Janie.Fried@gmail.com,4.222,58.957,72.752,12,5f5a0f0a612008057e58d281,"{""startTime"":1678931836576,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678931936307,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678931588005,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":3,""label"":""tour_started""},{""time"":8703,""label"":""hovered"",""timeHovered"":5318,""week"":""2022-01-10""},{""time"":14022,""label"":""hovered"",""timeHovered"":1933,""week"":""2022-01-10""},{""time"":20894,""label"":""hovered"",""timeHovered"":5315,""week"":""2022-01-10""},{""time"":32902,""label"":""hovered"",""timeHovered"":2200,""week"":""2021-12-20""},{""time"":35168,""label"":""hovered"",""timeHovered"":1125,""week"":""2021-12-20""},{""time"":37968,""label"":""hovered"",""timeHovered"":3551,""week"":""2021-11-29""},{""time"":42109,""label"":""hovered"",""timeHovered"":1819,""week"":""2021-11-29""},{""time"":45676,""label"":""hovered"",""timeHovered"":1719,""week"":""2021-08-16""},{""time"":49927,""label"":""hovered"",""timeHovered"":1632,""week"":""2021-11-22""},{""time"":51561,""label"":""hovered"",""timeHovered"":1816,""week"":""2021-08-02""},{""time"":55793,""label"":""hovered"",""timeHovered"":1226,""week"":""2021-04-26""},{""time"":57909,""label"":""hovered"",""timeHovered"":1418,""week"":""2021-04-26""},{""time"":65593,""label"":""hovered"",""timeHovered"":41943,""week"":""2021-12-20""},{""time"":113302,""label"":""hovered"",""timeHovered"":3025,""week"":""2022-01-03""},{""time"":117943,""label"":""hovered"",""timeHovered"":3116,""week"":""2022-01-10""},{""time"":122633,""label"":""hovered"",""timeHovered"":2618,""week"":""2021-10-25""},{""time"":127465,""label"":""hovered"",""timeHovered"":5377,""week"":""2022-01-03""},{""time"":135468,""label"":""hovered"",""timeHovered"":2112,""week"":""2021-11-08""},{""time"":138427,""label"":""hovered"",""timeHovered"":2141,""week"":""2021-11-22""},{""label"":""window_blurred"",""time"":143679},{""label"":""window_focused"",""time"":154785},{""time"":157460,""label"":""tour_next"",""step"":2},{""time"":164655,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678931820775,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line -2023-03-15 21:58:01,2023-03-15 22:10:49,0,72.105.139.144,100,767,1,2023-03-15 22:10:50,R_ypCZF8bYnORX51T,,,,,37.3083,-121.9643,anonymous,EN,1,8.801,8.801,10.479,1,,,,,,,,0,0,15.12,0,86,87,65,5.836,11.684,12.832,5,7.55,148.974,257.712,26,1,1,26.466,56.21,57.489,2,1,1,32.973,38.877,45.602,2,1,22.249,47.857,50.678,2,0,0,15.117,0,5,4,3,4,5,4,"The ability to zoom and mouse over makes things much more clear. ",11.782,53.181,53.307,9,4,5,6,3,2,5,"It is easy to make charts look better or worse, but considering the actual data shows up over the mouse over, it provides more clarity ",2.006,2.006,42.227,1,4,Thank you,3.693,5.541,8.451,4,2,7,3,4,1,5,6,0,0,12.291,0,3,7,7,7,6,3,10,9,,24.882,41.778,42.484,10,4,4,1,4,4,4,12.013,31.485,32.282,9,2,,3.225,3.225,4.167,1,1,1982,California,6,2,1,,7,,,11,4,1,mattlovesdeals82@gmail.com,7.288,50.12,57.669,12,5cc22481f6ef910019e5120f,"{""startTime"":1678932258238,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932312313,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931932438,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":7543,""label"":""tour_next"",""step"":5},{""time"":16177,""label"":""cleared_brush"",""using"":""click""},{""time"":17206,""label"":""tour_back"",""step"":5},{""time"":18630,""label"":""tour_next"",""step"":5},{""time"":25088,""label"":""cleared_brush"",""using"":""click""},{""time"":25504,""label"":""cleared_brush"",""using"":""click""},{""time"":25920,""label"":""cleared_brush"",""using"":""click""},{""time"":26204,""label"":""started_brush"",""startDate"":""2021-06-26"",""endDate"":""2021-08-04""},{""time"":28480,""label"":""cleared_brush"",""using"":""click""},{""time"":30481,""label"":""started_brush"",""startDate"":""2021-08-03"",""endDate"":""2021-08-08""},{""time"":31174,""label"":""tour_next"",""step"":5},{""time"":35599,""label"":""started_brush"",""startDate"":""2021-06-06"",""endDate"":""2022-01-19""},{""time"":37008,""label"":""moved_brush"",""startDate"":""2021-05-29"",""endDate"":""2021-06-06""},{""time"":92566,""label"":""tour_next"",""step"":5},{""time"":96769,""label"":""cleared_brush"",""using"":""click""},{""time"":99392,""label"":""cleared_brush"",""using"":""click""},{""time"":99862,""label"":""tour_next"",""step"":5},{""time"":103910,""label"":""tour_end"",""step"":5},{""time"":105946,""label"":""hovered"",""timeHovered"":24006,""week"":""2021-12-13""},{""time"":134903,""label"":""started_brush"",""startDate"":""2021-06-05"",""endDate"":""2021-07-14""},{""time"":137496,""label"":""started_brush"",""startDate"":""2021-07-22"",""endDate"":""2021-10-02""},{""time"":137816,""label"":""cleared_brush"",""using"":""click""},{""time"":139087,""label"":""started_brush"",""startDate"":""2021-10-18"",""endDate"":""2021-12-15""},{""time"":139448,""label"":""cleared_brush"",""using"":""click""},{""time"":143128,""label"":""started_brush"",""startDate"":""2021-10-12"",""endDate"":""2022-02-12""},{""time"":147984,""label"":""cleared_brush"",""using"":""click""},{""time"":153720,""label"":""hovered"",""timeHovered"":1014,""week"":""2021-06-21""},{""time"":155301,""label"":""hovered"",""timeHovered"":100939,""week"":""2022-01-10""}]}","{""startTime"":1678932242504,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":10862,""label"":""started_brush"",""startDate"":""2021-12-07"",""endDate"":""2022-01-10""}]}",0,complex,line -2023-03-15 21:57:32,2023-03-15 22:10:51,0,63.225.84.145,100,798,1,2023-03-15 22:10:52,R_27JXDhT87ncCwdK,,,,,45.7512,-121.8401,anonymous,EN,1,8,8,8.81,1,1,3,2,3.197,125.744,126.953,3,5.747,5.747,15.022,1,81,83,64,22.646,30.584,31.411,4,13.737,115.997,119.788,17,-3,1,6.633,64.085,73.097,3,-3,-3,40.59,77.758,79.819,3,-3,14.402,41.647,44.003,3,0,0,15.02,0,5,4,4,5,5,5,"n/a. ",10.726,29.97,35.425,8,4,5,4,7,3,5,It seems trustworthy because it looks official and bold,1.196,17.841,36.688,4,3,n/a,2.079,6.885,10.575,3,2,7,3,4,1,5,6,0,0,26.467,0,3,3,4,5,2,6,8,9,n/a,4.787,21.995,25.42,13,2,3,3,3,3,3,2.2,24.747,26.719,9,3,4,2.93,32.931,34.517,4,2,1993,Oregon,2,2,1,,7,,,4,4,2,,2.343,36.202,40.102,13,596bac33670f410001fe9c07,"{""startTime"":1678932298776,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932234239,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":850,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1437,""week"":""44"",""id"":""chart""},{""time"":2879,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1624,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678932053571,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":6339,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1358,""week"":""48"",""id"":""chart""},{""time"":13730,""label"":""tour_next"",""step"":5},{""time"":23166,""label"":""cleared_brush"",""using"":""Click""},{""time"":27960,""label"":""cleared_brush"",""using"":""Click""},{""time"":33413,""label"":""started_brush"",""startDate"":""2021-08-18"",""endDate"":""2021-09-11""},{""time"":36053,""label"":""started_brush"",""startDate"":""2021-06-08"",""endDate"":""2021-10-06""},{""time"":36916,""label"":""tour_next"",""step"":5},{""time"":39581,""label"":""moved_brush"",""startDate"":""2021-07-17"",""endDate"":""2021-11-15""},{""time"":40251,""label"":""moved_brush"",""startDate"":""2021-07-17"",""endDate"":""2021-11-15""},{""time"":40931,""label"":""tour_next"",""step"":5},{""time"":45423,""label"":""cleared_brush"",""using"":""Click""},{""time"":47789,""label"":""tour_next"",""step"":5},{""time"":51118,""label"":""tour_end"",""step"":5},{""time"":53622,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2095,""week"":""52"",""id"":""chart""},{""time"":55778,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1254,""week"":""1"",""id"":""chart""},{""time"":57705,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1328,""week"":""1"",""id"":""chart""},{""time"":63094,""label"":""started_brush"",""startDate"":""2021-06-03"",""endDate"":""2021-09-26""},{""time"":63924,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1009,""week"":""38"",""id"":""chart""},{""time"":66517,""label"":""moved_brush"",""startDate"":""2021-06-03"",""endDate"":""2021-09-26""},{""time"":72467,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-07-29""},{""time"":74196,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":2221,""week"":""30"",""id"":""chart""},{""time"":80912,""label"":""moved_brush"",""startDate"":""2021-04-13"",""endDate"":""2021-08-06""},{""time"":83575,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":2918,""week"":""24"",""id"":""chart""},{""time"":86743,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1175,""week"":""25"",""id"":""chart""},{""time"":90766,""label"":""moved_brush"",""startDate"":""2021-04-13"",""endDate"":""2021-09-16""},{""time"":95163,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":2538,""week"":""25"",""id"":""chart""},{""time"":105219,""label"":""moved_brush"",""startDate"":""2021-05-07"",""endDate"":""2021-10-11""},{""time"":106134,""label"":""cleared_brush"",""using"":""Click""},{""time"":110311,""label"":""started_brush"",""startDate"":""2021-04-30"",""endDate"":""2021-05-25""},{""time"":113205,""label"":""started_brush"",""startDate"":""2021-06-29"",""endDate"":""2021-07-31""},{""label"":""window_blurred"",""time"":117101},{""label"":""window_focused"",""time"":117772},{""label"":""window_blurred"",""time"":117830},{""label"":""window_focused"",""time"":118228}]}","{""startTime"":1678932218656,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":3595,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2578,""week"":""51"",""id"":""chart""},{""time"":9408,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3044,""week"":""43"",""id"":""chart""}]}",1,complex,bar -2023-03-15 22:03:23,2023-03-15 22:10:58,0,71.115.145.137,100,454,1,2023-03-15 22:10:58,R_SZuI8jte3nV3cgp,,,,,43.1571,-76.328,anonymous,EN,1,2.384,2.384,3.375,1,2,,2,1.026,1.026,1.71,1,9.866,10.901,15.007,3,93,100,62,6.621,12.556,13.191,5,9.805,12.949,17.384,2,1,1,37.384,47.863,49.039,2,1,1,11.944,77.44,79.023,5,1,26.447,26.447,31.215,1,0,0,15.108,0,3,2,3,4,4,3,,12.529,22.337,24.048,6,4,4,5,3,3,3,"It seems basic and to the point, but I can't verify whether the data is true.",36.508,67.386,68.507,9,3,,4.238,7.796,8.37,2,2,7,3,4,1,5,6,0,0,14.449,0,1,3,6,6,1,6,5,6,,3.638,12.406,14.189,9,4,4,2,2,4,4,5.114,14.266,15.334,6,6,2,1.919,9.303,9.557,3,1,1990,New York,6,3,1,,7,,,7,3,1,SSX997@gmail.com,1.492,31.619,37.598,13,62dc2f45630616c5920dcb75,"{""startTime"":1678932448186,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932365083,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932250611,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":9803,""label"":""tour_next"",""step"":2},{""time"":12946,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932348825,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar -2023-03-15 21:59:13,2023-03-15 22:11:08,0,173.25.220.42,100,715,1,2023-03-15 22:11:09,R_z0Ud4jHNABHOKw9,,,,,41.6344,-91.5054,anonymous,EN,1,3.284,3.284,4.091,1,1,2,2,2.21,5.763,6.748,2,0,0,15.012,0,100,100,79,24.807,29.999,31.919,3,27.066,84.974,88.509,8,1,1,41.026,84.632,86.128,3,-3,-3,41.066,53.397,54.698,2,1,55.735,96.867,98.667,7,0,0,15.117,0,5,5,5,5,5,5,,12.983,19.831,23.427,7,5,4,5,5,5,5,As the visualization uses objective data rather than being expressed in subjective term I can verify it from another source.,7.69,58.368,88.271,8,6,,4.558,10.52,12.087,3,2,7,3,4,1,5,6,0,0,28.722,0,4,5,2,6,5,3,10,9,,4.003,18.746,20.886,8,1,2,5,5,2,2,7.05,18.822,20.632,6,1,1,2.376,12.904,15.782,2,1,1979,Iowa,2,3,1,,7,,,5,4,2,,2.587,59.726,64.37,14,5bfb5784a66aa500019dabef,"{""startTime"":1678932165109,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932188978,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931960966,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":23923,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2232,""week"":""1"",""id"":""chart""},{""time"":27064,""label"":""tour_next"",""step"":5},{""time"":42530,""label"":""started_brush"",""startDate"":""2021-10-27"",""endDate"":""2022-01-26""},{""time"":44233,""label"":""tour_next"",""step"":5},{""time"":54413,""label"":""moved_brush"",""startDate"":""2021-10-09"",""endDate"":""2022-01-26""},{""time"":56086,""label"":""moved_brush"",""startDate"":""2021-08-24"",""endDate"":""2021-12-11""},{""time"":57325,""label"":""tour_next"",""step"":5},{""time"":65517,""label"":""moved_brush"",""startDate"":""2021-08-24"",""endDate"":""2021-12-11""},{""time"":74320,""label"":""cleared_brush"",""using"":""Click""},{""time"":77086,""label"":""tour_next"",""step"":5},{""time"":84972,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678932149610,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar -2023-03-15 21:58:09,2023-03-15 22:11:17,0,66.170.211.99,100,787,1,2023-03-15 22:11:17,R_1eFPbEt7JY087fa,,,,,31.3357,-94.7272,anonymous,EN,1,13.363,13.363,15.54,1,2,,2,3.31,3.31,5.028,1,0,0,15.007,0,21,74,16,23.474,37.206,39.596,3,18.513,21.837,24.064,2,1,-3,60.25,74.778,78.434,2,1,-3,63.116,123.086,125.586,2,-2,64.114,64.114,66.649,1,0,0,15.007,0,7,1,7,6,6,1,I don't trust the CDC,7.138,32.4,45.563,7,3,3,1,1,1,1,I don't believe the vaccine helps you at all.,4.177,4.177,27.284,1,4,,8.013,9.07,12.263,2,2,7,3,4,1,5,6,0,0,29.875,0,1,1,2,1,1,1,5,5,,4.496,32.433,35.41,9,3,3,1,1,3,3,8.45,38.524,39.73,7,5,5,5.197,12.56,14.136,2,1,1979,Texas,6,2,1,,7,,,12,4,1,chrisvanworth@gmail.com,4.091,140.483,148.476,23,5fdeb821bbdf7f6a1815d08f,"{""startTime"":1678932198910,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932144984,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678931979342,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":18511,""label"":""tour_next"",""step"":2},{""time"":21834,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932129608,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar -2023-03-15 22:02:24,2023-03-15 22:11:38,0,73.89.147.22,100,553,1,2023-03-15 22:11:39,R_1GV8pLjO0CyAm5H,,,,,42.5763,-71.9883,anonymous,EN,1,15.164,15.164,18.559,1,1,2,2,1.058,5.709,6.626,2,0,0,15.019,0,68,76,36,18.525,30.882,31.926,4,14.688,24.335,27.975,2,1,1,40.835,49.198,50.466,2,1,-3,42.495,83.422,84.778,2,-2,18.028,18.028,19.301,1,0,0,15.12,0,4,2,4,5,5,5,,8.815,25.922,27.61,6,7,4,4,7,3,4,"I trust that the data is factual, but I would like to know more about how the research and data was obtained",3.035,4.056,26.339,3,5,,7.1,7.1,8.909,1,2,7,3,4,1,5,6,0,0,24.385,0,4,8,4,8,4,6,10,10,,13.378,34.789,36.333,10,3,3,2,3,4,3,17.719,52.402,53.2,6,2,2,6.076,13.696,15.573,2,2,1996,Massachusetts,6,3,1,,7,,,3,3,2,,2.786,50.239,51.669,12,611401411bf1ede5a4d85bdc,"{""startTime"":1678932321806,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932349941,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932226154,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":11035,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1214,""week"":""46"",""id"":""chart""},{""time"":14673,""label"":""tour_next"",""step"":2},{""time"":24320,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932306120,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":5212,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5740,""week"":""52"",""id"":""chart""}]}",1,simple,bar -2023-03-15 22:03:39,2023-03-15 22:11:46,0,209.122.36.188,100,486,1,2023-03-15 22:11:46,R_3J7XDuoI3KmhheT,,,,,42.0128,-88.0967,anonymous,EN,1,3.272,6.297,7.206,2,1,1,1,1.301,3.069,5.001,2,0,0,15.128,0,92,91,47,10.356,21.137,22.138,4,16.83,20.216,22.227,2,1,1,8.131,33.647,34.501,5,1,1,2.201,26.159,27.201,3,-1,63.905,77.944,82.434,8,0,0,15.112,0,3,3,7,5,5,7,,13.502,31.131,33.03,6,3,5,3,7,7,7,The government doesn't always tell us the truth and also changes what the truth is later on.,1.795,3.523,28.443,6,6,,3.647,3.647,5.768,1,2,7,3,4,1,5,6,0,0,16.381,0,1,1,2,2,1,3,3,4,,2.265,19.198,24.38,8,5,5,1,1,5,5,2.137,11.074,11.731,6,4,1,1.893,10.048,11.977,2,2,1969,Illinois,5,1,1,,8,SCHAUMBURG,,9,2,2,,2.43,67.254,71.697,15,5c69f9dd4b5bb30001b3d31c,"{""startTime"":1678932358115,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932392220,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932283299,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":16800,""label"":""tour_next"",""step"":2},{""time"":20185,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932341758,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":5592,""label"":""hovered"",""timeHovered"":4695,""week"":""2021-11-29""}]}",1,simple,line -2023-03-15 21:49:16,2023-03-15 22:11:49,0,99.9.167.225,100,1352,1,2023-03-15 22:11:49,R_3kMlDXjvOUEYyFB,,,,,33.6004,-83.8562,anonymous,EN,1,276.232,318.16,319.139,3,,,,,,,,3.562,3.562,15.013,1,25,31,64,0.594,185.148,185.719,10,6.608,47.767,48.371,5,-2,-1,25.822,66.889,67.732,9,-2,1,3.363,271.972,272.466,9,1,79.936,80.561,81.632,2,3.355,10.099,15.016,2,3,3,3,3,3,3,,9.066,33.562,34.729,9,2,2,2,2,2,3,I don't know much about the subject and I don't automatically trust things I don't have a lot of knowledge on,2.911,2.911,36.966,1,1,,3.594,8.687,9.513,6,2,3,4,6,5,1,7,3.824,42.788,43.521,2,1,1,1,1,1,1,4,1,,5.188,21.202,23.592,13,3,4,4,4,3,2,11.921,36.664,37.442,16,4,,4.93,5.778,7.369,2,2,1995,Georgia,6,3,1,,3,,,13,4,2,,2.288,96.137,97.005,23,5c9bfbfa325c3d001ad360a8,"{""startTime"":1678932296423,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932222362,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678931883825,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":42315,""label"":""tour_next"",""step"":2},{""time"":46073,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932206921,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,line -2023-03-15 21:54:15,2023-03-15 22:12:20,0,71.196.6.34,100,1085,1,2023-03-15 22:12:21,R_3IRgSmoMFwWNy60,,,,,26.3106,-80.1429,anonymous,EN,1,67.934,194.451,195.486,4,,,,,,,,0,0,15.114,0,87,100,76,5.903,92.588,94.504,6,38.293,44.04,49.192,2,1,1,35.775,56.125,74.643,2,1,1,76.126,119.134,123.098,9,1,42.875,42.875,44.56,1,0,0,15.015,0,6,6,6,6,6,6,,26.832,47.017,50.456,7,6,6,6,6,6,6,It's very clear what the chart is trying to convey,2.517,2.517,36.603,1,3,"It's difficult to know if you can trust people, even if you know them well. Unfortunately, only time will tell. ",8.661,65.223,71.69,10,2,7,3,4,1,5,6,23.739,23.739,24.159,1,2,3,2,2,4,4,6,7,"Unfortunately the gov't corrupts many of these avenues, so it's hard to know what you can trust. Money and political influence reach veeery far.",6.993,32.343,80.305,9,4,4,1,4,4,4,13.379,50.615,52.535,10,2,,10.33,10.33,12.169,1,2,1983,Florida,3,1,1,,9,,DEERFIELD BEACH,7,4,1,niki2651@gmail.com,3.804,53.076,60.111,12,640bc58e374e2b687c756344,"{""startTime"":1678932252091,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932161218,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":685,""label"":""hovered"",""timeHovered"":10129,""week"":""2021-10-04""},{""time"":11754,""label"":""hovered"",""timeHovered"":9737,""week"":""2022-01-10""}]}","{""startTime"":1678931971620,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":25,""label"":""tour_started""},{""time"":19364,""label"":""hovered"",""timeHovered"":1127,""week"":""2021-04-12""},{""time"":22764,""label"":""hovered"",""timeHovered"":2639,""week"":""2021-04-26""},{""time"":27076,""label"":""hovered"",""timeHovered"":1076,""week"":""2021-06-28""},{""time"":30875,""label"":""hovered"",""timeHovered"":1025,""week"":""2021-10-04""},{""time"":34283,""label"":""hovered"",""timeHovered"":1680,""week"":""2022-01-10""},{""time"":38247,""label"":""tour_next"",""step"":2},{""time"":43993,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932145454,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,line -2023-03-15 22:02:30,2023-03-15 22:12:28,0,35.146.81.140,100,598,1,2023-03-15 22:12:28,R_2RVwXcTP5Wr5Lkj,,,,,27.8011,-97.3994,anonymous,EN,1,7.064,7.064,8.296,1,,,,,,,,0,0,15.014,0,67,52,37,35.297,43.846,45.536,3,20.261,49.374,51.704,3,1,1,33.207,48.466,50.421,2,-3,-3,38.262,70.559,71.906,2,-3,59.625,59.625,61.445,1,0,0,15.017,0,4,4,4,4,5,4,,18.415,31.631,34.122,6,5,5,5,3,3,5,"It had the source written at the bottom from where they got the information. ",4.523,5.362,23.958,2,5,,5.067,7.379,9.876,2,2,7,3,4,1,5,6,0,0,27.889,0,6,6,9,7,6,6,9,8,,9.224,25.066,27.702,8,3,3,2,2,3,2,9.799,31.001,32.641,6,4,,7.67,7.67,9.048,1,2,1975,Texas,6,1,1,,7,,,4,4,2,,3.031,56.378,59.079,11,5658f4787d69570012dfe2d1,"{""startTime"":1678932345030,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932379910,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932226184,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":31,""label"":""tour_started""},{""time"":13332,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2334,""week"":""2"",""id"":""chart""},{""time"":16281,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1367,""week"":""6"",""id"":""chart""},{""time"":28232,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7783,""week"":""51"",""id"":""chart""},{""time"":36499,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1594,""week"":""1"",""id"":""chart""},{""time"":40406,""label"":""tour_next"",""step"":2},{""time"":43476,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3333,""week"":""51"",""id"":""chart2""},{""time"":46950,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1610,""week"":""2"",""id"":""chart2""},{""time"":49347,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932329418,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,bar -2023-03-15 22:01:15,2023-03-15 22:12:35,0,184.187.242.100,100,679,1,2023-03-15 22:12:35,R_UGYjJa0izx4qqJz,,,,,36.0432,-95.8072,anonymous,EN,1,19.767,41.534,42.93,5,,,,,,,,0,0,15.118,0,100,88,83,16.544,28.567,29.42,4,9.821,28.846,31.323,3,1,-2,24.951,57.639,58.563,2,1,1,23.431,113.375,114.867,4,-1,16.902,27.734,29.125,6,0,0,15.126,0,3,7,3,7,5,4,,6.395,27.347,30.396,10,7,2,4,7,1,4,The source and the information itself showing things that might be taken as criticism of the source lead me to think it might be true.,1.55,1.55,50.185,1,5,"The final question about the expanded graph asked about December 2022, not 2021. Don't know if you meant to introduce that bit of uncertainty there.",0.145,8.177,41.754,6,2,7,3,4,1,5,6,0,0,12.443,0,5,5,1,7,8,4,9,6,,4.653,21.461,24.253,9,4,3,1,2,5,4,4.695,22.872,23.685,6,2,,5.215,5.215,6.7,1,3,1987,Oklahoma,7,3,1,,9,,"White, Native American",3,3,1,6168e3efc08671bd92f7fd37@email.prolific.co,3.052,91.236,94.726,20,6168e3efc08671bd92f7fd37,"{""startTime"":1678932339371,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932391684,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932176387,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":9804,""label"":""tour_next"",""step"":2},{""time"":14788,""label"":""tour_end"",""step"":2},{""time"":23772,""label"":""hovered"",""timeHovered"":1049,""week"":""2021-11-22""}]}","{""startTime"":1678932323655,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":8342,""label"":""hovered"",""timeHovered"":1235,""week"":""2022-01-17""},{""time"":10389,""label"":""hovered"",""timeHovered"":1243,""week"":""2022-01-10""}]}",0,moderate,line -2023-03-15 21:59:12,2023-03-15 22:12:48,0,64.17.95.132,100,816,1,2023-03-15 22:12:49,R_YcClsrMopoNmN4B,,,,,37.1038,-113.5764,anonymous,EN,1,3.238,3.238,3.969,1,2,,2,1.163,1.163,2.448,1,0,0,15.008,0,85,72,63,6.249,12.601,14.222,4,16.937,98.02,104.958,14,1,-3,39.02,51.426,52.471,2,1,-3,122.446,133.147,134.434,2,1,11.171,36.81,37.6,6,9.807,9.807,15.008,1,3,4,3,5,5,3,,14.573,34.373,36.372,6,4,5,5,7,7,3,I don't know where you pulled these stats from.,2.145,2.145,12.109,1,2,,22.418,25.701,26.181,4,2,7,3,4,1,5,6,0,0,38.543,0,5,4,5,6,3,4,7,8,,3.655,17.53,18.565,9,2,2,4,3,3,2,3.545,94.189,94.543,7,3,3,1.725,6.73,7.148,4,1,1990,Utah,2,1,1,,7,,,13,4,1,5f741b74992460061db87287@email.prolific.co,7.209,145.46,148.45,107,5f741b74992460061db87287,"{""startTime"":1678932202117,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932158053,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931998806,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":10459,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1816,""week"":""51"",""id"":""chart""},{""time"":12291,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3664,""week"":""52"",""id"":""chart""},{""time"":16933,""label"":""tour_next"",""step"":5},{""time"":26115,""label"":""cleared_brush"",""using"":""Click""},{""time"":30837,""label"":""cleared_brush"",""using"":""Click""},{""time"":39707,""label"":""cleared_brush"",""using"":""Click""},{""time"":41248,""label"":""cleared_brush"",""using"":""Click""},{""time"":42238,""label"":""cleared_brush"",""using"":""Click""},{""time"":42830,""label"":""cleared_brush"",""using"":""Click""},{""time"":44767,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-08-15""},{""time"":45565,""label"":""moved_brush"",""startDate"":""2021-09-28"",""endDate"":""2022-02-07""},{""time"":47721,""label"":""cleared_brush"",""using"":""Click""},{""time"":49536,""label"":""cleared_brush"",""using"":""Click""},{""time"":50967,""label"":""started_brush"",""startDate"":""2021-05-08"",""endDate"":""2021-09-23""},{""time"":51681,""label"":""tour_next"",""step"":5},{""time"":55640,""label"":""moved_brush"",""startDate"":""2021-05-08"",""endDate"":""2021-09-23""},{""time"":57374,""label"":""moved_brush"",""startDate"":""2021-05-08"",""endDate"":""2021-09-23""},{""time"":64658,""label"":""moved_brush"",""startDate"":""2021-05-08"",""endDate"":""2021-09-23""},{""time"":68016,""label"":""moved_brush"",""startDate"":""2021-06-09"",""endDate"":""2021-10-24""},{""time"":69520,""label"":""cleared_brush"",""using"":""Click""},{""time"":71383,""label"":""cleared_brush"",""using"":""Click""},{""time"":74383,""label"":""cleared_brush"",""using"":""Click""},{""time"":81595,""label"":""tour_next"",""step"":5},{""time"":86091,""label"":""cleared_brush"",""using"":""Click""},{""time"":86091,""label"":""cleared_brush"",""using"":""Escape""},{""time"":86709,""label"":""cleared_brush"",""using"":""Click""},{""time"":86710,""label"":""cleared_brush"",""using"":""Escape""},{""time"":90073,""label"":""tour_next"",""step"":5},{""time"":98015,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678932142663,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar -2023-03-15 21:59:48,2023-03-15 22:12:55,0,184.170.174.39,100,787,1,2023-03-15 22:12:56,R_3f9lkpqQHBCFBYJ,,,,,39.6195,-86.1552,anonymous,EN,1,56.911,56.911,61.213,1,1,2,2,2.818,3.652,9.4,2,0,0,15.018,0,100,100,35,10.344,24.585,25.901,4,22.187,54.012,59.115,3,1,1,15.074,40.152,42.148,2,-3,1,42.406,53.101,55.394,2,-1,19.79,19.79,36.117,1,0,0,15.011,0,6,5,6,6,6,6,It looks like any other chart/graph I've seen in the news showing Covid death numbers.,7.859,58.544,62.455,13,6,6,5,5,5,6,"I trust that the reported numbers represent the minimum of total deaths, and could actually be much higher. I know that Covid is dangerous and kills unvaccinated individuals at much higher rates than vaccinated ones.",1.492,1.492,70.453,1,2,It's sad that more people don't take Covid seriously.,3.767,54.615,56.426,5,2,7,3,4,1,5,6,0,0,19.917,0,6,9,5,7,8,2,11,10,Interesting study!,6.008,52.169,54.753,16,4,4,1,2,4,3,8.327,23.51,24.898,7,1,2,4.1,10.57,14.054,2,2,1982,Indiana,5,2,1,,7,,,5,4,1,6362ed6cd9d25c2306e67e41@email.prolific.co,2.047,120.897,121.538,19,6362ed6cd9d25c2306e67e41,"{""startTime"":1678932338017,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":2603,""label"":""hovered"",""timeHovered"":1182,""week"":""2022-01-17""}]}","{""startTime"":1678932244995,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932114058,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":7793,""label"":""hovered"",""timeHovered"":1181,""week"":""2021-12-20""},{""time"":9108,""label"":""hovered"",""timeHovered"":2917,""week"":""2021-12-27""},{""time"":22177,""label"":""tour_next"",""step"":2},{""time"":28086,""label"":""tour_end"",""step"":2},{""time"":31731,""label"":""hovered"",""timeHovered"":1151,""week"":""2021-04-19""},{""time"":39391,""label"":""hovered"",""timeHovered"":2158,""week"":""2021-12-27""},{""time"":41654,""label"":""hovered"",""timeHovered"":4121,""week"":""2022-01-03""},{""time"":46861,""label"":""hovered"",""timeHovered"":1358,""week"":""2022-01-10""},{""time"":49014,""label"":""hovered"",""timeHovered"":3135,""week"":""2022-01-17""}]}","{""startTime"":1678932229393,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":8461,""label"":""hovered"",""timeHovered"":2384,""week"":""2021-08-30""}]}",1,moderate,line -2023-03-15 21:58:58,2023-03-15 22:13:10,0,173.189.217.172,100,851,1,2023-03-15 22:13:10,R_111kkbcXXG0q4cA,,,,,35.0535,-82.0582,anonymous,EN,1,16.374,16.374,17.404,1,2,,2,3.694,3.694,4.71,1,0,0,15.033,0,50,64,44,35.369,42.377,43.504,3,23.871,37.664,39.662,3,1,1,21.5,46.996,115.511,2,1,1,43.153,128.648,130.273,3,-3,45.811,46.618,61.599,2,0,0,15.011,0,2,2,2,4,5,7,,15.887,37.59,41.285,7,2,5,3,7,2,2,I don't feel like it's acurate,4.071,19.87,22.469,3,4,,6.681,6.681,8.648,1,2,7,3,4,1,5,6,0,0,24.296,0,4,4,7,6,4,6,6,6,,4.939,15.792,18.383,8,4,4,2,2,4,4,4.852,29.1,30.386,6,5,1,3.021,13.909,16.851,2,2,1957,Wisconsin,2,2,1,,7,,,5,3,1,missybkt@gmail.com,3.51,128.434,137.967,13,58e558cc728bea0001bbda24,"{""startTime"":1678932309202,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":652,""label"":""hovered"",""timeHovered"":4883,""week"":""2022-01-03""},{""label"":""window_blurred"",""time"":9042},{""label"":""window_focused"",""time"":15799}]}","{""startTime"":1678932227334,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":1495,""label"":""hovered"",""timeHovered"":2496,""week"":""2022-01-03""},{""time"":4015,""label"":""hovered"",""timeHovered"":6136,""week"":""2022-01-03""},{""time"":12431,""label"":""hovered"",""timeHovered"":5917,""week"":""2022-01-31""},{""label"":""window_blurred"",""time"":19579},{""label"":""window_focused"",""time"":31741}]}","{""startTime"":1678932054825,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":29,""label"":""tour_started""},{""time"":15310,""label"":""hovered"",""timeHovered"":6605,""week"":""2022-01-03""},{""time"":23840,""label"":""tour_next"",""step"":2},{""time"":33903,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932211501,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":9568,""label"":""hovered"",""timeHovered"":1846,""week"":""2022-01-03""},{""time"":11416,""label"":""hovered"",""timeHovered"":3789,""week"":""2022-01-03""}]}",1,simple,line -2023-03-15 21:54:45,2023-03-15 22:13:36,0,98.215.142.204,100,1130,1,2023-03-15 22:13:37,R_3D25BlAhUYsZVVk,,,,,40.9509,-90.3658,anonymous,EN,1,358.631,359.229,360.032,2,,,,,,,,0,0,15.109,0,50,31,32,13.924,20.141,20.984,3,13.616,21.316,38.742,3,1,-1,55.68,94.099,95.078,3,-1,1,31.972,43.323,44.37,4,-1,39.199,39.199,40.503,1,0,0,15.111,0,3,3,3,4,3,4,,17.299,34.433,36.098,6,4,4,4,3,3,4,"I feel like with visualizations you choose one part of a really big set of information to prove a point on, so it's hard to say I trust it in full because I don't necessarily know the greater context it's being used in.",2.677,2.677,43.989,1,6,,10.749,14.601,20.246,2,2,7,3,4,1,5,6,0,0,16.878,0,4,4,1,7,8,4,9,9,,20.937,34.672,36.184,9,3,3,3,3,3,2,33.384,74.237,75.128,10,1,,23.581,23.581,24.959,1,2,2000,Illinois,6,3,1,,7,,,17,4,1,gilylates@gmail.com,1.704,43.69,46.355,14,628796d280ab208970e125df,"{""startTime"":1678932458898,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932395118,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932242887,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":7458,""label"":""hovered"",""timeHovered"":1303,""week"":""2022-01-10""},{""time"":13607,""label"":""tour_next"",""step"":2},{""time"":20007,""label"":""tour_end"",""step"":2},{""time"":23013,""label"":""hovered"",""timeHovered"":3109,""week"":""2021-08-09""},{""time"":27181,""label"":""hovered"",""timeHovered"":1021,""week"":""2021-09-06""},{""time"":29421,""label"":""hovered"",""timeHovered"":1639,""week"":""2021-09-20""},{""time"":34654,""label"":""hovered"",""timeHovered"":1206,""week"":""2022-01-03""}]}","{""startTime"":1678932379561,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7637,""label"":""hovered"",""timeHovered"":4741,""week"":""2022-01-31""},{""time"":12384,""label"":""hovered"",""timeHovered"":1325,""week"":""2022-01-31""}]}",0,simple,line -2023-03-15 21:26:14,2023-03-15 22:14:01,0,99.64.130.221,100,2867,1,2023-03-15 22:14:02,R_1C737FxldDIboMB,,,,,33.4849,-86.8596,anonymous,EN,1,1121.801,1122.969,1123.27,2,2,,1,3.259,3.259,4.952,1,0,0,15.009,0,56,33,50,13.04,18.517,20.132,3,8.548,103.864,107.854,17,-2,-2,44.98,115.653,116.648,3,-3,1,34.387,45.174,57.251,2,-2,56.9,59.011,59.658,3,0,0,15.02,0,3,3,3,5,5,3,,20.86,46.151,49.439,10,7,4,3,1,7,3,of course it could be made up but it could also be real!,6.897,6.897,25.747,1,4,,6.9,10.083,13.256,4,2,7,3,4,1,5,6,0,0,25.852,0,2,3,6,6,3,7,6,4,,9.692,30.699,31.796,10,2,3,1,2,4,2,14.102,54.461,55.996,7,4,5,9.527,17.412,18.806,2,2,1994,Alabama,2,2,1,,8,birmingham,,9,1,1,6139aed4f23d087290d96200@email.prolific.co,4.258,369.254,373.129,36,6139aed4f23d087290d96200,"{""startTime"":1678931661728,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931711756,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931477105,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":8542,""label"":""tour_next"",""step"":5},{""time"":19273,""label"":""tour_back"",""step"":5},{""time"":21960,""label"":""tour_next"",""step"":5},{""time"":27018,""label"":""cleared_brush"",""using"":""click""},{""time"":30950,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-08-25""},{""time"":36044,""label"":""moved_brush"",""startDate"":""2021-09-30"",""endDate"":""2022-02-13""},{""time"":41665,""label"":""moved_brush"",""startDate"":""2021-04-23"",""endDate"":""2021-09-06""},{""time"":51141,""label"":""moved_brush"",""startDate"":""2021-09-30"",""endDate"":""2022-02-13""},{""time"":52258,""label"":""tour_next"",""step"":5},{""time"":59881,""label"":""moved_brush"",""startDate"":""2021-09-30"",""endDate"":""2022-02-13""},{""time"":64956,""label"":""tour_next"",""step"":5},{""time"":70309,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-08-25""},{""time"":79464,""label"":""moved_brush"",""startDate"":""2021-09-30"",""endDate"":""2022-02-13""},{""time"":88711,""label"":""cleared_brush"",""using"":""click""},{""time"":92011,""label"":""started_brush"",""startDate"":""2021-06-16"",""endDate"":""2022-02-13""},{""time"":92815,""label"":""tour_next"",""step"":5},{""time"":103858,""label"":""tour_end"",""step"":5},{""time"":106796,""label"":""moved_brush"",""startDate"":""2021-06-16"",""endDate"":""2022-02-13""}]}","{""startTime"":1678931646186,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line -2023-03-15 22:05:55,2023-03-15 22:14:02,0,66.18.44.199,100,487,1,2023-03-15 22:14:03,R_BWbQzybBBAl6USJ,,,,,35.1494,-85.3384,anonymous,EN,1,5.305,5.305,6.24,1,1,2,1,1.308,2.597,3.609,2,14.429,14.429,15.014,1,100,84,50,13.222,33.806,34.899,3,20.6,29.568,32.141,2,1,1,31.616,61.616,63.037,2,-3,-3,25.122,37.404,38.425,2,1,58.305,58.305,59.354,1,0,0,15.011,0,2,4,3,6,6,2,,14.788,45.243,46.448,8,5,6,6,1,6,5,"The data is easy to understand, the bar graph represents the data well",1.292,1.292,21.401,1,1,,3.123,3.123,4.617,1,2,7,3,4,1,5,6,0,0,10.931,0,1,1,8,6,1,1,9,9,,4.391,16.246,17.967,8,5,5,1,1,5,5,4.469,12.157,14.505,6,6,1,2.352,8.961,10.838,2,2,1968,Tennessee,7,3,1,,7,,,17,4,1,misodiva@usa.com,1.77,45.154,49.879,19,5eb83f00de449a08d23547dd,"{""startTime"":1678932542948,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":18,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3537,""week"":""6"",""id"":""chart""},{""time"":10272,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1033,""week"":""52"",""id"":""chart2""},{""time"":33422,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1193,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678932589881,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":5146,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2793,""week"":""52"",""id"":""chart2""}]}","{""startTime"":1678932431105,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":5131,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1334,""week"":""1"",""id"":""chart""},{""time"":8648,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3316,""week"":""1"",""id"":""chart""},{""time"":11966,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4965,""week"":""52"",""id"":""chart""},{""time"":17065,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1600,""week"":""5"",""id"":""chart""},{""time"":20595,""label"":""tour_next"",""step"":2},{""time"":23283,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1865,""week"":""3"",""id"":""chart2""},{""time"":25498,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1216,""week"":""52"",""id"":""chart2""},{""time"":29562,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932527366,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":7069,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1105,""week"":""1"",""id"":""chart""}]}",1,simple,bar -2023-03-15 22:05:09,2023-03-15 22:14:07,0,47.147.169.114,100,537,1,2023-03-15 22:14:07,R_3HgY11Psv5I7yHl,,,,,34.0264,-117.936,anonymous,EN,1,13.966,13.966,14.91,1,,,,,,,,0,0,15.008,0,93,92,88,5.772,9.1,10.093,5,18.709,99.534,110.152,53,1,1,25.227,36.366,37.301,2,1,1,36.423,44.963,45.707,2,1,16.698,55.679,56.493,4,3.693,3.693,15.137,1,6,6,6,6,6,6,I like that I can zoom into a specific timeline and see the stats from that window,3.481,13.161,28.64,11,5,5,6,5,5,5,I think the visualization is presented well and I can easily understand it,1.004,1.004,15.251,1,5,,3.084,3.398,4.895,2,2,7,3,4,1,5,6,0,0,13.764,0,6,5,3,9,7,7,10,8,,3.641,17.858,22.686,9,3,4,1,2,4,3,2.881,13.054,13.672,7,4,,10.437,10.437,12.108,1,2,1986,California,3,1,1,,9,,La Puente,4,3,1,aranetanina1369@gmail.com,42.925,79.853,80.639,15,59c3289b8e6ea10001f7b926,"{""startTime"":1678932542090,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932572968,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932358315,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":20,""label"":""tour_started""},{""time"":2188,""label"":""hovered"",""timeHovered"":1466,""week"":""2021-11-29""},{""time"":23273,""label"":""tour_next"",""step"":5},{""time"":36340,""label"":""tour_back"",""step"":5},{""time"":37067,""label"":""hovered"",""timeHovered"":2206,""week"":""2021-12-13""},{""time"":42974,""label"":""tour_next"",""step"":5},{""time"":46510,""label"":""tour_back"",""step"":5},{""time"":68002,""label"":""tour_next"",""step"":5},{""time"":70024,""label"":""cleared_brush"",""using"":""click""},{""time"":70643,""label"":""cleared_brush"",""using"":""click""},{""time"":71325,""label"":""started_brush"",""startDate"":""2021-08-08"",""endDate"":""2021-11-13""},{""time"":73215,""label"":""tour_next"",""step"":5},{""time"":75689,""label"":""moved_brush"",""startDate"":""2021-07-02"",""endDate"":""2021-10-08""},{""time"":78122,""label"":""moved_brush"",""startDate"":""2021-08-03"",""endDate"":""2021-11-08""},{""time"":78696,""label"":""tour_next"",""step"":5},{""time"":81087,""label"":""moved_brush"",""startDate"":""2021-07-20"",""endDate"":""2021-10-25""},{""time"":81634,""label"":""moved_brush"",""startDate"":""2021-07-20"",""endDate"":""2021-10-25""},{""time"":82518,""label"":""moved_brush"",""startDate"":""2021-06-13"",""endDate"":""2021-09-18""},{""time"":83252,""label"":""cleared_brush"",""using"":""click""},{""time"":83255,""label"":""cleared_brush"",""using"":""Escape""},{""time"":84216,""label"":""tour_next"",""step"":5},{""time"":86985,""label"":""tour_end"",""step"":5},{""time"":101097,""label"":""started_brush"",""startDate"":""2021-08-11"",""endDate"":""2021-12-29""},{""time"":108421,""label"":""moved_brush"",""startDate"":""2021-09-25"",""endDate"":""2022-02-13""}]}","{""startTime"":1678932526017,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":6029,""label"":""started_brush"",""startDate"":""2021-12-01"",""endDate"":""2021-12-27""},{""time"":6633,""label"":""hovered"",""timeHovered"":1088,""week"":""2021-12-20""},{""time"":9343,""label"":""hovered"",""timeHovered"":3007,""week"":""2021-12-20""}]}",0,complex,line -2023-03-15 22:06:04,2023-03-15 22:14:10,0,72.31.25.146,100,486,1,2023-03-15 22:14:11,R_3rM1UpuMbUK6Ghu,,,,,42.3975,-83.3733,anonymous,EN,1,2.848,2.848,3.845,1,,,,,,,,0,0,15.123,0,58,87,69,10.28,29.879,31.171,6,22.443,24.213,25.72,2,1,1,24.377,97.769,99.233,5,-3,1,32.434,47.832,48.3,3,1,48.774,48.774,50.135,1,0,0,15.06,0,4,4,4,4,5,4,,7.273,13.419,15.382,6,4,5,5,4,4,4,it looks logical but i dont know where the data comes from,9.984,9.984,35.834,1,5,,1.873,2.842,4.166,3,2,7,3,4,1,5,6,0,0,16.015,0,4,5,8,7,5,6,9,9,,2.635,11.652,13.46,9,4,4,3,4,4,3,1.745,8.307,9.602,10,5,,2.592,3.592,4.951,2,2,1998,Michigan,7,3,1,,7,,,9,4,1,,1.133,49.178,50.633,14,60fe134bea0a58a6b9d96ee3,"{""startTime"":1678932564387,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932510281,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932419645,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":4,""label"":""tour_started""},{""time"":22440,""label"":""tour_next"",""step"":2},{""time"":24209,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932494532,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,line -2023-03-15 22:02:08,2023-03-15 22:14:17,0,97.81.107.92,100,728,1,2023-03-15 22:14:18,R_2YfHrVRcjFweuny,,,,,34.5804,-84.9433,anonymous,EN,1,7.711,7.711,9.11,1,,,,,,,,0,0,16.126,0,70,39,25,24.151,32.455,33.767,3,21.344,42.641,44.045,3,-3,1,37.517,53.567,54.97,2,-3,-3,112.56,127.252,128.352,2,-1,38.101,38.101,39.257,1,0,0,16.275,0,3,5,3,5,5,3,,8.771,20.922,23.333,6,3,5,4,5,5,4,You never really know for sure how much something is according to graphs.,4.417,4.417,45.041,1,3,,5.307,5.307,7.399,1,2,7,3,4,1,5,6,0,0,20.859,0,5,4,8,2,3,3,6,10,,6.697,19.399,20.937,8,1,1,5,5,1,1,10.178,22.418,23.587,6,5,,4.209,4.209,5.517,1,2,1965,Georgia,2,2,1,,7,,,13,2,1,brittmike66@yahoo.com,2.705,172.953,179.36,29,5d649652adc4e8001a2d258d,"{""startTime"":1678932390597,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932315929,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932197338,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":20,""label"":""tour_started""},{""time"":8852,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7250,""week"":""4"",""id"":""chart""},{""time"":17851,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1610,""week"":""6"",""id"":""chart""},{""time"":21331,""label"":""tour_next"",""step"":2},{""time"":34851,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2094,""week"":""52"",""id"":""chart2""},{""time"":42629,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932298150,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,bar -2023-03-15 21:58:40,2023-03-15 22:15:00,0,70.180.127.213,100,979,1,2023-03-15 22:15:01,R_3G0MrkmAaPvWC5t,,,,,29.9046,-90.0501,anonymous,EN,1,17.209,17.209,18.875,1,1,4,2,2.131,5.584,7.287,2,0,0,15.027,0,97,95,44,38.313,70.572,72.196,4,17.897,117.126,120.502,6,1,-3,22.612,77.057,79.388,2,-2,1,50.564,96.685,97.949,2,-1,26.455,26.455,28.702,1,0,0,15.12,0,5,4,5,4,5,5,"No additional thoughts, but it does stress the importance and timeliness of being vaccinated more than once. ",19.802,37.149,69.138,8,5,5,5,3,4,5,"The data seems accurate, especially seeing a comparison. Also, it makes a strong case about the importance of being vaccinated, but also encourages me to continually get vaccinated as there as surges here and there in time. ",3.826,3.826,57.159,1,6,,9.159,9.159,11.914,1,2,7,3,4,1,5,6,0,0,26.444,0,4,6,5,7,9,5,10,9,,6.601,26.043,28.906,8,4,3,2,2,3,4,15.915,38.516,40.807,6,2,1,6.169,13.324,18.252,2,2,1963,Louisiana,6,1,1,,3,,,9,3,1,MDAUPHIN.G@GMAIL.COM,14.261,142.706,147.652,19,62a9513ae9305607fd5af01a,"{""startTime"":1678932438408,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932290059,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":183,""label"":""hovered"",""timeHovered"":1091,""week"":""2021-07-26""},{""time"":15261,""label"":""hovered"",""timeHovered"":2591,""week"":""2021-08-09""},{""time"":21341,""label"":""hovered"",""timeHovered"":1179,""week"":""2021-08-23""}]}","{""startTime"":1678932052083,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":1579,""label"":""hovered"",""timeHovered"":4459,""week"":""2021-09-20""},{""time"":20187,""label"":""hovered"",""timeHovered"":8698,""week"":""2022-01-17""},{""time"":32286,""label"":""hovered"",""timeHovered"":3735,""week"":""2022-01-10""},{""time"":36854,""label"":""hovered"",""timeHovered"":5097,""week"":""2022-02-07""},{""time"":42369,""label"":""hovered"",""timeHovered"":1715,""week"":""2022-02-07""},{""time"":46784,""label"":""hovered"",""timeHovered"":6784,""week"":""2021-08-23""},{""time"":53868,""label"":""hovered"",""timeHovered"":1783,""week"":""2021-09-13""},{""time"":57484,""label"":""hovered"",""timeHovered"":1168,""week"":""2022-02-07""},{""time"":59991,""label"":""hovered"",""timeHovered"":5910,""week"":""2022-01-31""},{""time"":67618,""label"":""hovered"",""timeHovered"":3499,""week"":""2022-01-10""},{""time"":71734,""label"":""hovered"",""timeHovered"":1726,""week"":""2022-01-17""},{""time"":76789,""label"":""tour_next"",""step"":2},{""time"":84892,""label"":""tour_end"",""step"":2},{""time"":86617,""label"":""hovered"",""timeHovered"":1597,""week"":""2022-01-24""},{""time"":90671,""label"":""hovered"",""timeHovered"":3979,""week"":""2021-06-14""},{""time"":101867,""label"":""hovered"",""timeHovered"":2527,""week"":""2022-01-03""},{""time"":105354,""label"":""hovered"",""timeHovered"":1536,""week"":""2022-01-03""},{""time"":106939,""label"":""hovered"",""timeHovered"":1277,""week"":""2022-01-03""},{""time"":110808,""label"":""hovered"",""timeHovered"":6326,""week"":""2021-12-20""}]}","{""startTime"":1678932274387,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":9741,""label"":""hovered"",""timeHovered"":2297,""week"":""2021-08-16""}]}",1,moderate,line -2023-03-15 21:57:13,2023-03-15 22:15:02,0,172.249.18.10,100,1068,1,2023-03-15 22:15:02,R_28IkVKoHGyomj05,,,,,33.9168,-118.3432,anonymous,EN,1,68.437,68.437,69.662,1,,,,,,,,0,0,15.011,0,95,88,68,13.339,199.755,202.583,9,22.57,33.686,34.169,6,1,-2,8.246,44.62,45.833,21,-2,1,4.154,49.703,52.859,7,-1,11.896,11.896,23.972,1,0,0,15.111,0,6,6,4,6,5,4,,8.578,14.47,19.226,10,4,4,5,6,4,4,"All of the information on the graph looks like it resembles the legend accurately. ",8.326,32.044,32.688,4,3,,222.55,233.02,235.296,4,2,7,3,4,1,5,6,0,0,12.005,0,7,8,10,8,10,9,10,10,,2.817,10.634,12.554,9,2,4,2,3,4,2,6.189,17.642,19.387,10,4,,4.738,5.514,6.732,2,1,1997,California,6,3,1,,3,,,7,3,1,,2.127,228.832,230.066,17,5e9b5d5193295f05c902b8d2,"{""startTime"":1678932277890,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932228814,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":1730,""label"":""hovered"",""timeHovered"":1166,""week"":""2022-01-31""}]}","{""startTime"":1678932131773,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":22553,""label"":""tour_next"",""step"":2},{""time"":27541,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932212903,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":11273,""label"":""hovered"",""timeHovered"":1499,""week"":""2021-12-27""}]}",0,simple,line -2023-03-15 21:58:04,2023-03-15 22:15:07,0,172.91.67.178,100,1022,1,2023-03-15 22:15:08,R_1py74DHwkUeom5y,,,,,34.0544,-118.2441,anonymous,EN,1,27.206,27.206,28.861,1,1,4,2,10.646,12.658,13.928,2,0,0,15.2,0,94,94,28,33.837,63.045,65.281,3,117.459,217.806,240.327,8,1,1,46.805,75.159,89.644,2,1,1,61.004,77.32,80.836,2,1,50.028,50.028,52.452,1,0,0,15.125,0,5,3,5,5,5,5,Surprising that the oldest demographic didn't rate the highest incidents of Covid 19.,12.044,31.95,71.586,8,3,5,5,3,5,5,I have no reason do doubt that this is accurate information.,2.49,2.49,21.488,1,5,no,5.47,13.909,16.034,3,2,7,3,4,1,5,6,0,0,24.683,0,4,6,6,4,8,3,10,10,no,7.885,36.758,39.424,9,4,4,2,2,4,4,11.354,28.361,30.184,6,3,1,5.385,15.63,18.291,2,1,1957,California,6,3,1,,7,,,3,4,1,jbrooks202@yahoo.com,3.198,75.789,95.025,12,5ea72b8aedd4c90da065607c,"{""startTime"":1678932374584,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932447754,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932062380,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":69,""label"":""tour_started""},{""time"":10103,""label"":""hovered"",""timeHovered"":16305,""week"":""2021-06-21""},{""time"":27554,""label"":""hovered"",""timeHovered"":23231,""week"":""2021-08-16""},{""time"":52594,""label"":""hovered"",""timeHovered"":7272,""week"":""2021-10-18""},{""time"":66726,""label"":""hovered"",""timeHovered"":5527,""week"":""2022-01-10""},{""time"":75144,""label"":""hovered"",""timeHovered"":1659,""week"":""2022-01-31""},{""time"":76804,""label"":""hovered"",""timeHovered"":3585,""week"":""2022-01-31""},{""time"":80641,""label"":""hovered"",""timeHovered"":7519,""week"":""2022-01-31""},{""time"":88161,""label"":""hovered"",""timeHovered"":1577,""week"":""2022-01-31""},{""time"":90868,""label"":""hovered"",""timeHovered"":1228,""week"":""2022-01-31""},{""time"":92545,""label"":""hovered"",""timeHovered"":17632,""week"":""2022-01-24""},{""time"":117413,""label"":""tour_next"",""step"":5},{""time"":134107,""label"":""cleared_brush"",""using"":""click""},{""time"":141188,""label"":""tour_back"",""step"":5},{""time"":160002,""label"":""tour_next"",""step"":5},{""time"":178761,""label"":""started_brush"",""startDate"":""2021-06-04"",""endDate"":""2022-01-09""},{""time"":180331,""label"":""tour_next"",""step"":5},{""time"":190245,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-16""},{""time"":193083,""label"":""moved_brush"",""startDate"":""2021-06-02"",""endDate"":""2022-01-07""},{""time"":193961,""label"":""tour_next"",""step"":5},{""time"":203813,""label"":""cleared_brush"",""using"":""click""},{""time"":203820,""label"":""cleared_brush"",""using"":""Escape""},{""time"":209788,""label"":""started_brush"",""startDate"":""2021-05-31"",""endDate"":""2021-09-13""},{""time"":210830,""label"":""tour_next"",""step"":5},{""time"":217758,""label"":""tour_end"",""step"":5},{""time"":223292,""label"":""hovered"",""timeHovered"":1160,""week"":""2021-08-09""},{""time"":229869,""label"":""hovered"",""timeHovered"":2063,""week"":""2021-07-19""}]}","{""startTime"":1678932357856,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line -2023-03-15 22:04:12,2023-03-15 22:15:11,0,152.20.176.134,100,659,1,2023-03-15 22:15:13,R_22zckpgMVfJ5Bde,,,,,34.2243,-77.8849,anonymous,EN,1,3.584,3.584,10.897,1,,,,,,,,0,0,15.109,0,93,97,89,9.492,15.942,16.8,3,7.444,37.146,42.824,5,1,1,19.628,60.325,65.276,3,-1,1,20.959,54.267,57.86,3,1,18.155,18.155,19.175,1,0,0,15.114,0,3,5,3,5,6,4,,4.471,22.312,23.797,8,5,5,5,7,7,5,The information is well put together,2.694,14.56,15.159,2,3,,23.807,26.053,28.283,2,2,7,3,4,1,5,6,0,0,21.288,0,2,2,7,4,3,6,6,5,,124.515,143.127,144.459,10,2,2,4,2,2,4,24.464,59.787,60.902,7,6,,1.978,1.978,3.302,1,2,2001,North Carolina,6,2,1,,7,,,1,2,2,,1.318,56.575,57.802,16,6109799a92fb44f6c1a86e38,"{""startTime"":1678932438404,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932389788,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932311298,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":7437,""label"":""tour_next"",""step"":5},{""time"":14043,""label"":""cleared_brush"",""using"":""click""},{""time"":15177,""label"":""cleared_brush"",""using"":""click""},{""time"":22102,""label"":""started_brush"",""startDate"":""2021-05-08"",""endDate"":""2021-09-19""},{""time"":23280,""label"":""tour_next"",""step"":5},{""time"":30031,""label"":""moved_brush"",""startDate"":""2021-07-27"",""endDate"":""2021-12-09""},{""time"":30960,""label"":""tour_next"",""step"":5},{""time"":33963,""label"":""cleared_brush"",""using"":""click""},{""time"":33967,""label"":""cleared_brush"",""using"":""Escape""},{""time"":35027,""label"":""tour_next"",""step"":5},{""time"":37137,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678932374154,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":6075,""label"":""hovered"",""timeHovered"":2553,""week"":""2022-01-03""}]}",0,complex,line -2023-03-15 22:01:00,2023-03-15 22:15:31,0,50.24.104.111,100,871,1,2023-03-15 22:15:32,R_3Op6BGI7OZGOoio,,,,,30.6411,-97.7511,anonymous,EN,1,10.174,10.174,11.402,1,,,,,,,,0,0,15.009,0,84,70,64,13.532,29.645,30.601,7,13.309,20.885,36.034,2,1,-2,22.854,48.27,50.185,2,-2,1,24.864,44.951,46.801,2,1,82.647,82.647,83.795,1,0,0,15.117,0,3,3,4,5,2,3,,166.577,184.457,185.746,7,4,5,5,5,3,3,I trust the way it's presented but I am always skeptical about information on the internet until I can find verification.,4.267,4.267,46.135,1,3,,5.901,11.301,13.417,2,2,7,3,4,1,5,6,0,0,22.743,0,5,6,5,6,7,5,9,9,,7.482,32.405,34.338,9,3,3,1,2,3,4,13.451,48.221,48.738,8,2,,7.881,7.881,9.743,1,2,1983,Texas,6,2,1,,7,,,14,4,1,gina@twintails.com,1.943,132.413,136.849,20,5d5464629b7c4e000188782d,"{""startTime"":1678932331854,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":1662},{""label"":""window_focused"",""time"":39599}]}","{""startTime"":1678932240903,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932138014,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":13303,""label"":""tour_next"",""step"":2},{""time"":20878,""label"":""tour_end"",""step"":2},{""time"":27528,""label"":""hovered"",""timeHovered"":6514,""week"":""2022-01-03""}]}","{""startTime"":1678932225101,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":4749,""label"":""hovered"",""timeHovered"":2217,""week"":""2021-12-27""}]}",0,simple,line -2023-03-15 22:04:17,2023-03-15 22:15:33,0,68.91.158.10,100,675,1,2023-03-15 22:15:33,R_1CwoJfTknS05Ul2,,,,,37.9387,-122.3661,anonymous,EN,1,1.973,6.087,6.98,3,,,,,,,,0,0,15.107,0,87,100,95,17.801,37.089,38.569,6,2.72,92.469,93.536,8,1,-2,1.448,91.828,93.188,8,1,-3,9.379,83.743,85.045,4,1,5.541,48.508,50.16,6,0,0,15.015,0,5,3,5,5,6,5,,7.627,24.427,26.063,8,4,5,5,3,4,5,I trust this visualization because it seems credible based on the data and effort put into creating the chart.,2.306,2.306,49.662,1,4,,6.459,8.855,10.757,2,2,7,3,4,1,5,6,6.129,17.352,18.732,3,6,8,6,9,8,7,10,10,,4.296,22.721,25.177,10,4,4,1,2,3,4,7.436,24.375,25.363,8,2,,2.744,3.321,5.702,2,1,1994,California,6,1,1,,9,,Los Altos Hills,6,4,1,andrew98573@gmail.com,2.656,62.563,64.45,26,6245c8c532cdc22633ecbf3f,"{""startTime"":1678932562362,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932485230,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":23,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1263,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678932324753,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":11840,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1482,""week"":""51"",""id"":""chart""},{""time"":13622,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3749,""week"":""52"",""id"":""chart""},{""time"":20840,""label"":""tour_next"",""step"":5},{""time"":39981,""label"":""cleared_brush"",""using"":""Click""},{""time"":50273,""label"":""started_brush"",""startDate"":""2021-08-07"",""endDate"":""2021-11-22""},{""time"":51940,""label"":""tour_next"",""step"":5},{""time"":61650,""label"":""moved_brush"",""startDate"":""2021-10-22"",""endDate"":""2022-02-07""},{""time"":62950,""label"":""tour_next"",""step"":5},{""time"":67317,""label"":""cleared_brush"",""using"":""Click""},{""time"":67317,""label"":""cleared_brush"",""using"":""Escape""},{""time"":69601,""label"":""tour_next"",""step"":5},{""time"":74601,""label"":""tour_end"",""step"":5},{""time"":76866,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2094,""week"":""52"",""id"":""chart""},{""time"":86482,""label"":""started_brush"",""startDate"":""2021-04-17"",""endDate"":""2021-09-28""}]}","{""startTime"":1678932469687,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":5827,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1069,""week"":""52"",""id"":""chart""},{""time"":7605,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2574,""week"":""1"",""id"":""chart""}]}",0,complex,bar -2023-03-15 22:06:06,2023-03-15 22:15:36,0,99.44.242.13,100,569,1,2023-03-15 22:15:37,R_26o8MnxQrmV4FLw,,,,,31.1455,-81.4981,anonymous,EN,1,11.123,11.123,12.328,1,,,,,,,,0,0,15.006,0,71,77,45,14.594,20.634,22.113,3,5.521,9.429,23.604,2,1,1,32.283,48.172,49.412,2,-3,-3,28.137,62.372,63.299,3,1,43.393,43.393,44.526,1,0,0,15.107,0,4,7,3,5,5,4,,10.731,28.329,29.429,7,7,5,3,7,7,4,"It doesn't seem like there is a reason to be fraudulent, but without research I can't say I fully trust it.",2.918,2.918,23.534,1,5,,3.876,11.882,12.907,7,2,7,3,4,1,5,6,0,0,25.055,0,5,6,7,6,6,6,10,10,,4.359,20.56,20.993,9,3,4,2,1,4,3,7.233,24.26,25.289,6,2,,3.359,3.943,5.185,2,2,1972,Georgia,6,2,1,,7,,,7,4,1,6266a87a7adacd7a91cabc93@email.prolific.co,2.737,65.352,72.841,21,6266a87a7adacd7a91cabc93,"{""startTime"":1678932624054,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932566835,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":6776,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1383,""week"":""14"",""id"":""chart""}]}","{""startTime"":1678932477132,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":5515,""label"":""tour_next"",""step"":2},{""time"":9423,""label"":""tour_end"",""step"":2},{""time"":10907,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1840,""week"":""49"",""id"":""chart2""},{""time"":12868,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1465,""week"":""47"",""id"":""chart2""},{""time"":15033,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1679,""week"":""52"",""id"":""chart2""},{""time"":17666,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1489,""week"":""52"",""id"":""chart""},{""time"":19182,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1022,""week"":""51"",""id"":""chart""},{""time"":20393,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1718,""week"":""5"",""id"":""chart""}]}","{""startTime"":1678932551244,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":6580,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1098,""week"":""50"",""id"":""chart""}]}",0,simple,bar -2023-03-15 22:01:41,2023-03-15 22:15:59,0,67.48.150.224,100,858,1,2023-03-15 22:15:59,R_2967QleNcDJjoPS,,,,,26.2516,-98.2271,anonymous,EN,1,14.479,14.479,16.744,1,1,3,2,3.567,5.509,7.536,2,0,0,15.108,0,100,100,100,5.327,19.425,23.849,4,12.813,43.633,45.138,3,1,1,37.671,71.365,85.148,4,-3,-3,74.586,95.36,100.971,2,1,70.017,70.017,71.971,1,0,0,15.015,0,3,3,3,6,5,3,A pretty standard data set. An option to zoom in on the graphs would be nice.,7.945,35.079,73.302,8,3,6,4,1,4,6,Does seem in line with previous COVID case graphs I have seen.,2.026,2.026,35.487,1,3,The graphs are a bit hard to see clearly.,7.266,8.652,30.502,2,2,7,3,4,1,5,6,0,0,14.939,0,1,1,1,1,1,1,11,1,Most of these are very corrupt and disorderly currently in the US. No trust can be had to these systems that are broken and flawed.,2.655,153.24,157.597,18,5,5,1,1,5,5,4.221,19.891,21.556,6,1,1,1.899,9.455,12.358,2,1,1994,Texas,3,2,1,,4,,,19,4,1,5e455faf462e0802d9d9c3e2@email.prolific.co,2.067,76.687,82.424,26,5e455faf462e0802d9d9c3e2,"{""startTime"":1678932325626,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":32067,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1065,""week"":""1"",""id"":""chart2""}]}","{""startTime"":1678932399622,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932178187,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":24,""label"":""tour_started""},{""time"":12805,""label"":""tour_next"",""step"":2},{""time"":21856,""label"":""tour_end"",""step"":2},{""time"":37597,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1199,""week"":""14"",""id"":""chart2""}]}","{""startTime"":1678932309704,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":5780,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1048,""week"":""4"",""id"":""chart""},{""time"":8929,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1049,""week"":""52"",""id"":""chart2""}]}",1,simple,bar -2023-03-15 22:06:02,2023-03-15 22:16:15,0,69.117.142.117,100,613,1,2023-03-15 22:16:16,R_9TwvgOrIunpGBJD,,,,,40.2459,-74.2813,anonymous,EN,1,1.942,31.451,32.144,23,1,3,1,1.431,4.114,4.783,2,7.614,7.614,15.019,1,87,85,51,21.694,33.594,34.459,4,17.936,27.363,28.393,4,1,1,5.511,31.543,32.847,11,-3,1,19.058,44.775,46.524,2,1,14.478,42.63,48.987,3,0,0,15.02,0,3,3,7,5,5,5,"I think clarifying whether this is ""total active cases"" or ""new cases"" would be helpful",2.846,53.989,63.236,20,5,5,5,3,7,5,"the source is cited as being directly from the CDC, the organization who has a lot of data on this kind of stuff",1.421,1.421,34.418,1,3,,4.004,11.197,12.642,3,4,7,2,3,1,5,6,2.519,16.022,29.623,15,1,1,3,4,1,3,8,8,,2.296,31.051,35.307,24,4,3,1,2,4,3,1.672,45.926,47.701,19,3,3,1.474,16.666,18.475,21,1,2000,New Jersey,4,1,1,,7,,,18,4,1,itsssjayyy@gmail.com,2.281,68.242,74.332,34,5ebacd8413ec0a05171d7910,"{""startTime"":1678932533839,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932597547,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932456349,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":4,""label"":""tour_started""},{""time"":14309,""label"":""hovered"",""timeHovered"":2094,""week"":""2022-01-03""},{""time"":17928,""label"":""tour_next"",""step"":2},{""time"":27355,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932518351,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":3387,""label"":""hovered"",""timeHovered"":1004,""week"":""2021-12-27""},{""time"":10062,""label"":""hovered"",""timeHovered"":2243,""week"":""2021-08-16""},{""time"":12330,""label"":""hovered"",""timeHovered"":1012,""week"":""2021-08-16""}]}",1,simple,line -2023-03-15 22:08:16,2023-03-15 22:16:17,0,73.228.132.254,100,480,1,2023-03-15 22:16:18,R_1LoOxZ4qRBWi3XB,,,,,45.0139,-93.1545,anonymous,EN,1,0,0,10.289,0,,,,,,,,0,0,15.011,0,92,93,55,4.942,13.222,15.152,4,9.389,56.856,63.846,10,1,1,20.146,44.559,46.06,3,1,1,18.352,27.924,29.486,2,1,34.87,34.87,36.58,1,0,0,16.825,0,6,6,4,6,6,6,,17.513,17.513,18.993,1,6,6,6,2,4,5,"It looks clear and easy to understand, the data is most likely verifiable",0,0,75.03,0,6,,2.173,4.186,5.334,4,2,7,3,4,1,5,6,0,0,8.118,0,3,7,9,7,9,7,9,10,,1.992,9.021,10.266,8,3,4,3,4,4,2,0,0,15.782,0,3,,0,0,4.814,0,2,1982,Minnesota,7,3,1,,9,,roseville,12,1,1,cobberreb@yahoo.com,12.86,32.77,35.339,9,614fe09fec9ce4a2a415476d,"{""startTime"":1678932777653,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_focused"",""time"":3417}]}","{""startTime"":1678932670461,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_focused"",""time"":19492}]}","{""startTime"":1678932549716,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":67,""label"":""tour_started""},{""label"":""window_focused"",""time"":3488},{""time"":9372,""label"":""tour_next"",""step"":5},{""label"":""window_blurred"",""time"":21633},{""label"":""window_focused"",""time"":29806},{""time"":38741,""label"":""started_brush"",""startDate"":""2021-07-05"",""endDate"":""2021-10-05""},{""time"":41213,""label"":""tour_next"",""step"":5},{""time"":45391,""label"":""moved_brush"",""startDate"":""2021-06-13"",""endDate"":""2021-09-13""},{""time"":46252,""label"":""tour_next"",""step"":5},{""time"":53129,""label"":""cleared_brush"",""using"":""click""},{""time"":54280,""label"":""tour_next"",""step"":5},{""time"":56839,""label"":""tour_end"",""step"":5},{""label"":""window_blurred"",""time"":58257},{""label"":""window_focused"",""time"":61580}]}","{""startTime"":1678932652004,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_focused"",""time"":1737},{""label"":""window_blurred"",""time"":5066}]}",0,complex,line -2023-03-15 21:52:53,2023-03-15 22:16:35,0,24.144.11.50,100,1421,1,2023-03-15 22:16:36,R_yOzJSoUUC5Ml7d7,,,,,35.0812,-92.4722,anonymous,EN,1,4.019,4.019,4.726,1,1,4,1,2.35,8.686,9.556,2,0,0,15.012,0,100,100,65,42.21,62.163,64.194,5,12.389,17.805,34.874,2,1,1,16.654,32.843,36.245,2,1,1,69.768,79.422,91.252,2,-1,42.46,54.018,96.53,3,0,0,15.111,0,5,5,5,6,6,5,,23.814,36.674,38.611,6,5,5,5,5,5,5,I trust it so far as I trust the the givers of this survey. It would not surprise me in any way if the data is correct. I could also see it being incorrect for the purposes of the survey.,2.691,56.999,97.424,2,4,,6.665,10.3,15.532,4,2,7,3,4,1,5,6,16.8,16.8,17.129,1,1,2,1,1,6,1,10,9,,6.261,32.63,36.393,8,3,3,1,3,4,3,10.249,49.432,50.734,9,2,1,1.58,8.162,14.082,2,1,1983,Arkansas,6,1,1,,7,,,5,4,2,,5.149,102.2,113.813,24,57a12661913c7100019767b7,"{""startTime"":1678932377846,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932416800,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932290295,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":4,""label"":""tour_started""},{""time"":9374,""label"":""hovered"",""timeHovered"":2376,""week"":""2021-12-27""},{""time"":12386,""label"":""tour_next"",""step"":2},{""time"":17801,""label"":""tour_end"",""step"":2},{""time"":18687,""label"":""hovered"",""timeHovered"":1060,""week"":""2021-12-20""},{""time"":23331,""label"":""hovered"",""timeHovered"":1782,""week"":""2021-08-16""},{""time"":29551,""label"":""hovered"",""timeHovered"":1502,""week"":""2022-01-03""}]}","{""startTime"":1678932362165,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":6383,""label"":""hovered"",""timeHovered"":1174,""week"":""2021-09-27""}]}",1,simple,line -2023-03-15 21:54:30,2023-03-15 22:16:40,0,172.221.138.251,100,1329,1,2023-03-15 22:16:40,R_21tz0YGR8eIGTd9,,,,,38.783,-90.6351,anonymous,EN,1,7.049,224.875,225.862,5,,,,,,,,0,0,15.012,0,57,29,41,10.455,16.549,17.336,3,407.838,413.467,415.745,2,1,1,5.692,153.667,155.322,10,-3,-3,9.732,27.991,28.402,6,-1,19.152,20.398,21.412,2,2.415,13.954,15.011,3,4,4,3,4,3,4,n/a,9.103,18.253,20.529,9,3,3,2,2,2,2,No sources to back up this information. it is hearsay.,1.91,1.91,14.79,1,4,n/a,3.79,9.243,11.928,4,2,7,3,4,1,5,6,16.498,24.133,24.717,2,4,8,4,7,7,9,7,5,n/a,9.497,16.486,19.126,11,2,3,2,4,3,4,3.165,9.815,10.835,10,4,,5.051,7.119,7.734,3,1,2002,Missouri,6,1,1,,9,,Wright City,7,2,1,gwpezold@gmail.com,4.379,288.491,289.173,68,610323ee2d67fc117e7ef300,"{""startTime"":1678932557056,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":18314},{""label"":""window_focused"",""time"":19829}]}","{""startTime"":1678932527680,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931939315,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":34,""label"":""tour_started""},{""time"":407825,""label"":""tour_next"",""step"":2},{""time"":413452,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932512517,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,bar -2023-03-15 21:55:11,2023-03-15 22:17:33,0,72.193.13.76,100,1342,1,2023-03-15 22:17:34,R_1kRZ1GA9dkDVGnW,,,,,36.1214,-115.141,anonymous,EN,1,15.679,15.679,16.666,1,,,,,,,,8.341,8.341,15.111,1,93,87,64,57.937,77.937,82.299,4,33.2,291.452,296.181,10,1,1,104.13,212.156,217.202,3,1,-3,75.431,117.043,120.495,2,1,50.997,142.179,158.66,8,0,0,15.112,0,3,3,3,4,5,3,,19.705,51.317,59.727,7,3,4,4,1,3,3,I have not been given any reason to trust or distrust the visualization/data so I can't say one way or the other.,15.454,16.021,70.604,2,5,,9.339,10.176,12.649,2,2,7,3,4,1,5,6,0,0,40.702,0,8,7,5,5,9,9,11,11,,4.987,28.819,31.403,10,1,1,5,5,2,1,4.873,34.067,34.997,8,2,,3.979,3.979,6,1,1,1974,Nevada,2,2,1,,7,,,2,4,2,,1.147,56.54,57.994,12,5f9e612e5e10814115cc780d,"{""startTime"":1678932310419,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932371312,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":7421,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1063,""week"":""50"",""id"":""chart""}]}","{""startTime"":1678931838399,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":28,""label"":""tour_started""},{""time"":33167,""label"":""tour_next"",""step"":5},{""time"":69584,""label"":""cleared_brush"",""using"":""Click""},{""time"":77861,""label"":""cleared_brush"",""using"":""Click""},{""time"":80997,""label"":""cleared_brush"",""using"":""Click""},{""time"":82666,""label"":""cleared_brush"",""using"":""Click""},{""time"":83831,""label"":""cleared_brush"",""using"":""Click""},{""time"":84454,""label"":""cleared_brush"",""using"":""Click""},{""time"":88239,""label"":""tour_back"",""step"":5},{""time"":89423,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":2551,""week"":""51"",""id"":""chart""},{""time"":93893,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1163,""week"":""1"",""id"":""chart""},{""time"":96301,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1689,""week"":""31"",""id"":""chart""},{""time"":101261,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":3395,""week"":""2"",""id"":""chart""},{""time"":114258,""label"":""tour_next"",""step"":5},{""time"":116665,""label"":""cleared_brush"",""using"":""Click""},{""time"":118124,""label"":""cleared_brush"",""using"":""Click""},{""time"":123607,""label"":""moved_brush"",""startDate"":""2021-08-25"",""endDate"":""2022-02-07""},{""time"":126213,""label"":""cleared_brush"",""using"":""Click""},{""time"":134287,""label"":""cleared_brush"",""using"":""Click""},{""time"":139728,""label"":""cleared_brush"",""using"":""Click""},{""time"":147087,""label"":""cleared_brush"",""using"":""Click""},{""time"":149045,""label"":""cleared_brush"",""using"":""Click""},{""time"":154031,""label"":""moved_brush"",""startDate"":""2021-08-10"",""endDate"":""2022-01-29""},{""time"":157806,""label"":""moved_brush"",""startDate"":""2021-08-10"",""endDate"":""2021-12-13""},{""label"":""window_blurred"",""time"":161322},{""label"":""window_focused"",""time"":246215},{""time"":258867,""label"":""started_brush"",""startDate"":""2021-12-30"",""endDate"":""2022-01-23""},{""time"":261556,""label"":""tour_next"",""step"":5},{""time"":267801,""label"":""moved_brush"",""startDate"":""2021-09-16"",""endDate"":""2022-01-23""},{""time"":269384,""label"":""tour_next"",""step"":5},{""time"":278496,""label"":""cleared_brush"",""using"":""Click""},{""time"":279673,""label"":""tour_next"",""step"":5},{""time"":291419,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678932294507,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,bar -2023-03-15 22:08:12,2023-03-15 22:17:35,0,47.35.177.220,100,563,1,2023-03-15 22:17:36,R_3nkqKWy7GvpDzuc,,,,,43.4219,-88.1847,anonymous,EN,1,2.689,2.689,3.245,1,1,2,2,0.959,2.191,3.027,2,0,0,15.11,0,67,79,32,4.282,7.049,7.702,3,2.289,33.741,35.416,16,-2,-3,18.273,27.807,28.614,3,-3,1,20.547,36.197,37.27,3,1,5.804,33.124,33.798,6,4.37,5.367,15.014,3,5,4,5,4,4,5,,3.026,11.783,13.282,7,3,3,3,7,2,4,"I think that the data feels valid, but it has no context to how the data was populated or received and compiled.",2.285,2.285,21.783,1,5,,1.468,1.468,2.163,1,2,7,3,4,1,5,6,0,0,11.102,0,5,7,8,9,4,7,9,10,,3.367,11.183,12.337,9,4,2,3,4,3,3,1.929,7.189,8.436,6,3,4,1.571,4.863,5.501,3,1,1995,Wisconsin,6,2,1,,7,,,11,3,1,calebhorst4995@gmail.com,1.341,55.977,58.822,24,628eabb243fb4a73e29d9385,"{""startTime"":1678932615447,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932629446,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932529547,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":17,""label"":""tour_started""},{""time"":2282,""label"":""tour_next"",""step"":5},{""time"":21362,""label"":""cleared_brush"",""using"":""Click""},{""time"":21791,""label"":""cleared_brush"",""using"":""Click""},{""time"":22820,""label"":""started_brush"",""startDate"":""2021-08-21"",""endDate"":""2021-11-19""},{""time"":24002,""label"":""tour_next"",""step"":5},{""time"":27228,""label"":""moved_brush"",""startDate"":""2021-10-05"",""endDate"":""2021-11-19""},{""time"":27836,""label"":""tour_next"",""step"":5},{""time"":30167,""label"":""cleared_brush"",""using"":""Click""},{""time"":31162,""label"":""tour_next"",""step"":5},{""time"":33734,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678932599755,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":5135,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2705,""week"":""51"",""id"":""chart""},{""time"":7866,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1575,""week"":""52"",""id"":""chart""},{""time"":9462,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1059,""week"":""1"",""id"":""chart""},{""time"":12040,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1460,""week"":""2"",""id"":""chart""}]}",1,complex,bar -2023-03-15 22:11:50,2023-03-15 22:17:56,0,172.117.235.159,100,365,1,2023-03-15 22:17:56,R_2rAhc4e6oPoVxx7,,,,,33.4948,-117.0954,anonymous,EN,1,14.746,14.746,15.683,1,1,3,2,1.659,4.639,5.838,2,14.298,14.298,15.008,1,100,100,0,8.841,13.542,14.93,3,32.514,38.083,40.847,2,1,-2,8.864,24.651,25.885,2,-2,1,7.758,26.478,27.878,2,1,7.266,8.115,9.827,2,0,0,15.01,0,6,6,6,6,6,6,,8.444,17.776,20.682,7,6,6,6,6,6,6,I feel the data matches my idea,4.719,5.2,17.205,2,5,,4.011,7.296,9.068,2,2,7,3,4,1,5,6,0,0,20.086,0,2,5,1,8,8,6,10,7,,7.136,16.852,18.606,8,5,5,1,5,5,5,4.028,17.355,17.704,9,5,4,2.66,8.349,9.008,2,1,1960,California,8,3,1,,9,,Temecula,10,2,1,rojeda63@roadrunner.com,1.685,37.042,39.427,13,62e47e029b91347575df3047,"{""startTime"":1678932892290,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932859964,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932776060,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":19,""label"":""tour_started""},{""time"":1777,""label"":""hovered"",""timeHovered"":13617,""week"":""2022-01-31""},{""time"":17277,""label"":""hovered"",""timeHovered"":3517,""week"":""2021-12-27""},{""time"":28627,""label"":""hovered"",""timeHovered"":2615,""week"":""2022-01-03""},{""time"":32494,""label"":""tour_next"",""step"":2},{""time"":38063,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932844154,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":402,""label"":""hovered"",""timeHovered"":1097,""week"":""2021-07-12""},{""time"":3999,""label"":""hovered"",""timeHovered"":3000,""week"":""2021-08-16""},{""time"":7101,""label"":""hovered"",""timeHovered"":1266,""week"":""2022-01-03""},{""time"":9683,""label"":""hovered"",""timeHovered"":2966,""week"":""2022-01-03""}]}",1,simple,line -2023-03-15 22:06:31,2023-03-15 22:18:08,0,76.202.86.165,100,696,1,2023-03-15 22:18:08,R_3dEoVedQDxdTVx4,,,,,34.2037,-84.1031,anonymous,EN,1,3.897,3.897,4.984,1,,,,,,,,0,0,15.013,0,7,100,68,20.233,30.766,31.768,3,13.166,48.611,55.098,2,1,1,9.648,35.239,36.459,3,-2,1,37.52,49.411,51.615,2,1,63.78,63.78,65.481,1,0,0,15.116,0,3,7,3,6,5,3,"interesting study ",6.718,48.394,51.717,10,7,6,5,5,3,3,"I don't know where the information came from or what sources brought the numbers together or even if there are any outside conditions that make the information inaccurate that are not included ",3.872,3.872,89.861,1,2,,57.486,59.026,60.954,2,2,7,3,4,1,5,6,0,0,28.776,0,1,4,9,1,1,3,8,8,,6.032,27.41,28.965,10,1,5,1,3,5,4,6.875,35.187,36.203,6,5,,9.567,9.567,10.387,1,2,2004,Georgia,3,3,1,,7,,,7,4,2,,2.325,52.805,54.645,11,63ed70c4b62c9946c66b38e9,"{""startTime"":1678932561560,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932613785,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932453885,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":3,""label"":""tour_started""},{""time"":13161,""label"":""tour_next"",""step"":2},{""time"":48606,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932546053,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":12562,""label"":""hovered"",""timeHovered"":1052,""week"":""2021-04-26""}]}",0,simple,line -2023-03-15 21:58:02,2023-03-15 22:18:25,0,99.78.89.151,100,1223,1,2023-03-15 22:18:26,R_3PGjseMIffwiKrK,,,,,29.7646,-95.3657,anonymous,EN,1,2.198,2.198,3.335,1,1,2,2,0.892,2.326,3.555,2,11.769,11.769,15.105,1,86,97,87,5.402,16.167,17.349,8,14.065,51.18,52.135,3,-2,1,27.675,38.813,50.571,2,-3,1,94.256,133.797,147.222,2,1,65.488,65.758,69.268,2,0,0,15.007,0,5,5,5,5,5,5,no comments,48.265,93.797,96.42,16,5,5,5,7,7,5,the data makes sense and I have no reason to disagree with it,5.91,61.013,64.094,3,4,no comments,4.053,4.73,10.807,2,2,7,3,4,1,5,6,12.181,12.181,16.889,1,5,5,6,6,3,4,10,10,no comments,4.189,57.144,63.349,10,2,2,3,4,2,2,30.552,153.799,155.737,8,1,2,1.206,13.641,18.352,3,1,2001,Texas,3,2,1,,9,,HOUSTON,9,4,1,tony9684@outlook.com,1.964,341.19,342.245,146,6282abf0be2e9e2a65af807e,"{""startTime"":1678932263113,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":9630,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1671,""week"":""3"",""id"":""chart""}]}","{""startTime"":1678932144938,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_focused"",""time"":6197}]}","{""startTime"":1678931929141,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":8283,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4566,""week"":""1"",""id"":""chart""},{""time"":14059,""label"":""tour_next"",""step"":2},{""label"":""window_blurred"",""time"":15793},{""label"":""window_focused"",""time"":18909},{""label"":""window_blurred"",""time"":20587},{""label"":""window_focused"",""time"":23890},{""time"":26508,""label"":""tour_end"",""step"":2},{""time"":34278,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3203,""week"":""52"",""id"":""chart""},{""label"":""window_blurred"",""time"":41017},{""label"":""window_focused"",""time"":51114}]}","{""startTime"":1678932129540,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":2737}]}",1,moderate,bar -2023-03-15 22:08:26,2023-03-15 22:18:42,0,67.85.22.27,100,616,1,2023-03-15 22:18:43,R_3EhCcoRAlAkcmqx,,,,,40.68,-73.4425,anonymous,EN,1,3.826,4.9,5.739,2,1,2,1,1.061,4.3,5.209,3,0,0,15.11,0,64,68,69,4.682,111.279,112.262,10,5.228,50.792,51.774,10,1,1,30.065,49.025,50.493,5,-3,-3,13.944,46.441,47.261,7,1,28.158,36.009,37.321,5,7.18,7.18,15.109,1,3,2,2,5,5,2,,2.661,41.721,42.64,10,5,5,6,5,6,5,It is clear to see that the occurrence of the variable is higher with one population over another,0.969,17.49,28.323,4,2,,2.455,5.053,6.944,3,2,7,3,4,1,5,6,8.138,15.636,16.549,2,2,1,9,10,7,7,8,10,,2.275,25.052,26.011,12,2,2,3,4,4,4,2.446,44.849,45.706,13,7,1,2.457,12.623,13.9,5,1,2000,New York,6,1,1,,9,,Massapequa Park,14,1,1,marranara5@gmail.com,1.285,42.898,46.725,23,63d3f95e93b636344cf403d9,"{""startTime"":1678936519023,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678936467981,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678936347774,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":23,""label"":""tour_started""},{""time"":8875,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1872,""week"":""50"",""id"":""chart""},{""time"":10881,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1624,""week"":""51"",""id"":""chart""},{""time"":14917,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1623,""week"":""2"",""id"":""chart""},{""time"":18225,""label"":""tour_next"",""step"":2},{""time"":25843,""label"":""tour_end"",""step"":2},{""time"":39045,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1617,""week"":""52"",""id"":""chart""},{""time"":41143,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7415,""week"":""52"",""id"":""chart2""}]}","{""startTime"":1678936451877,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar -2023-03-15 22:09:47,2023-03-15 22:18:53,0,75.142.150.25,100,545,1,2023-03-15 22:18:53,R_27rLdkyCnFTwlTX,,,,,41.7817,-124.1332,anonymous,EN,1,12.703,12.703,13.615,1,,,,,,,,0,0,15.113,0,100,100,50,18.79,24.827,26.177,3,17.095,23.801,27.134,4,1,1,17.412,52.101,54.181,5,1,1,8.707,56.382,58.158,6,-1,32.062,32.437,37.91,2,0,0,15.114,0,5,3,4,5,5,5,,9.502,35.916,38.738,8,5,5,5,7,7,5,"Assuming we trust the data, then the visualization would be an accurate representation of the data in an easy to understand format.",2.429,3.797,33.148,2,6,,5.73,6.463,10.594,2,2,7,3,4,1,5,6,0,0,23.102,0,1,1,1,1,1,3,3,1,,7.656,32.651,38.728,10,5,5,1,1,5,5,8.751,24.324,25.429,6,5,,6.321,6.321,8.202,1,2,1975,California,3,2,1,,7,,,7,4,1,59f21fe8cc514a00011a66cf@email.prolific.co,3.181,52.726,54.975,17,59f21fe8cc514a00011a66cf,"{""startTime"":1678932806881,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":35927},{""label"":""window_focused"",""time"":37377}]}","{""startTime"":1678932748931,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932650830,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":3250,""label"":""hovered"",""timeHovered"":2504,""week"":""2021-12-27""},{""time"":17084,""label"":""tour_next"",""step"":2},{""time"":21449,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932733212,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":12549,""label"":""hovered"",""timeHovered"":2804,""week"":""2022-01-03""}]}",0,simple,line -2023-03-15 22:04:03,2023-03-15 22:18:57,0,32.220.173.135,100,894,1,2023-03-15 22:18:58,R_1OWbjGjTJyf2ujb,,,,,41.4129,-72.9077,anonymous,EN,1,8.516,10.02,11.455,2,1,4,1,6.604,13.396,15.074,3,0,0,15.01,0,80,95,63,16.77,49.231,51.145,11,11.992,52.751,53.939,6,1,-2,18.137,74.984,76.57,7,1,1,12.018,145.664,147.635,17,1,23.971,95.05,96.21,7,14.609,14.609,15.056,1,5,3,7,4,5,5,,22.483,41.616,42.981,8,5,5,3,2,7,5,I trust CDC as a source.,2.39,2.39,41.809,1,5,,8.657,12.809,14.054,5,2,7,3,4,1,5,6,3.125,27.787,31.456,3,3,6,6,7,8,4,10,9,,4.052,42.732,44.277,11,3,3,2,2,4,4,6.11,38.541,39.405,8,2,1,3.525,23.516,25.193,7,1,1967,Connecticut,3,1,1,,7,,,4,4,1,605d0d00436a36ad0d8d6fa5@email.prolific.co,2.944,108.11,109.194,23,605d0d00436a36ad0d8d6fa5,"{""startTime"":1678932569845,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932613462,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932351464,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":17,""label"":""tour_started""},{""time"":35778,""label"":""hovered"",""timeHovered"":1648,""week"":""2021-07-26""},{""time"":39445,""label"":""hovered"",""timeHovered"":2903,""week"":""2022-01-10""},{""time"":42549,""label"":""hovered"",""timeHovered"":1017,""week"":""2022-01-10""},{""time"":45558,""label"":""tour_next"",""step"":2},{""time"":49390,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932554219,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line -2023-03-15 22:10:27,2023-03-15 22:19:10,0,107.127.35.137,100,522,1,2023-03-15 22:19:11,R_1iq8IlqDRIifWhk,,,,,38.5774,-90.6709,anonymous,EN,1,8.694,8.694,9.698,1,,,,,,,,0,0,15.021,0,90,82,72,11.25,15.801,17.06,3,22.705,63.215,81.351,8,-2,1,16.148,36.763,37.522,2,-3,-3,19,31.147,32.057,2,1,23.67,39.354,40.285,2,13.21,13.21,15.023,1,5,6,6,6,6,6,"The interactive data is actually kinda fun to use, much better than a standard boring chart.",3.774,11.803,28.941,7,6,6,6,4,6,6,"Clearly a lot of thought has gone into it to make it designed in a matter that is clear and easy to use, so I trust the visualization.",1.675,2.017,38.236,2,5,,8.036,8.036,9.263,1,2,7,3,4,1,5,6,0,0,16.312,0,4,8,8,8,3,6,10,10,"Anything that has money involved/trying to make a profit, I trust less since those people are just going to go after the money.",5.105,18.208,38.266,10,3,4,3,3,4,3,14.033,32.119,32.763,7,2,,3.979,6.458,7.529,2,1,2004,Wisconsin,3,3,1,,7,,,3,2,1,63f4eb046bcf1fda92414a71@email.prolific.co,1.667,43.579,52.568,19,63f4eb046bcf1fda92414a71,"{""startTime"":1678932820852,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932850605,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932681741,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":19802,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1063,""week"":""39"",""id"":""chart""},{""time"":22683,""label"":""tour_next"",""step"":5},{""time"":36129,""label"":""started_brush"",""startDate"":""2021-09-12"",""endDate"":""2022-02-07""},{""time"":37325,""label"":""tour_next"",""step"":5},{""time"":44435,""label"":""moved_brush"",""startDate"":""2021-07-20"",""endDate"":""2021-12-15""},{""time"":45782,""label"":""moved_brush"",""startDate"":""2021-08-05"",""endDate"":""2021-12-31""},{""time"":47356,""label"":""moved_brush"",""startDate"":""2021-07-10"",""endDate"":""2021-12-05""},{""time"":48211,""label"":""tour_next"",""step"":5},{""time"":54545,""label"":""cleared_brush"",""using"":""Click""},{""time"":54545,""label"":""cleared_brush"",""using"":""Escape""},{""time"":55693,""label"":""tour_next"",""step"":5},{""time"":60468,""label"":""tour_end"",""step"":5},{""time"":67487,""label"":""started_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-07-03""},{""time"":74588,""label"":""moved_brush"",""startDate"":""2021-11-09"",""endDate"":""2022-02-07""},{""time"":80720,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-07-03""}]}","{""startTime"":1678932804865,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":3560,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1472,""week"":""52"",""id"":""chart""},{""time"":5196,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1962,""week"":""2"",""id"":""chart""},{""time"":8225,""label"":""started_brush"",""startDate"":""2021-09-16"",""endDate"":""2021-12-01""},{""label"":""window_blurred"",""time"":9789},{""label"":""window_focused"",""time"":13134},{""time"":15218,""label"":""moved_brush"",""startDate"":""2021-11-14"",""endDate"":""2022-01-29""}]}",0,complex,bar -2023-03-15 22:06:08,2023-03-15 22:19:11,0,174.209.105.62,100,783,1,2023-03-15 22:19:12,R_3RdwUFbmWECJHNx,,,,,33.8019,-84.3861,anonymous,EN,1,30.169,30.169,30.998,1,,,,,,,,0,0,15.008,0,84,86,50,10.23,15.048,16.642,3,11.505,67.789,68.898,6,-2,-3,24.5,61.029,62.052,5,-3,-3,52.589,70.796,71.572,2,1,38.192,65.867,67.375,2,0,0,15.111,0,3,3,4,5,6,4,,9.634,40.331,43.984,6,3,5,3,1,1,4,Without having more information it is hard to say I can actually totally trust this visualization. Anybody could have made the visualization.,7.946,7.946,51.432,1,2,,4.889,11.135,13.69,5,2,3,4,5,1,6,7,0,0,13.301,0,3,1,7,1,3,4,8,8,,5.342,16.798,18.783,8,4,4,1,1,4,4,3.1,15.336,16.273,6,5,,3.718,3.718,4.928,1,2,1965,Georgia,3,2,1,,9,,Roberta,6,4,1,tamalampearce@gmail.com,1.601,144.211,148.76,52,5e4234d74409da0d3165dc68,"{""startTime"":1678932655863,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932700555,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932502453,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":70,""label"":""tour_started""},{""time"":11493,""label"":""tour_next"",""step"":5},{""time"":29580,""label"":""started_brush"",""startDate"":""2021-08-30"",""endDate"":""2022-01-12""},{""time"":31400,""label"":""tour_next"",""step"":5},{""time"":40495,""label"":""moved_brush"",""startDate"":""2021-05-17"",""endDate"":""2021-09-28""},{""time"":41610,""label"":""tour_next"",""step"":5},{""time"":49887,""label"":""moved_brush"",""startDate"":""2021-05-17"",""endDate"":""2021-09-28""},{""time"":52916,""label"":""cleared_brush"",""using"":""Click""},{""time"":54518,""label"":""tour_next"",""step"":5},{""time"":60296,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678932639888,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,bar -2023-03-15 21:59:55,2023-03-15 22:19:19,0,108.7.65.163,100,1163,1,2023-03-15 22:19:19,R_33x6bbhQpyX6O8c,,,,,41.9082,-71.1031,anonymous,EN,1,9.28,9.28,10.702,1,,,,,,,,0,0,15.111,0,80,23,29,41.703,48.675,51.478,3,32.508,195.341,196.365,20,-2,1,56.253,107.325,109.148,3,-3,-3,81.05,103.385,104.701,2,1,24.476,78.884,82.111,11,0,0,15.019,0,3,3,3,5,4,4,"This is a very busy graph, but after viewing it for a bit, it wasn't too hard to understand. To make it a little easier for the study taker, the task/instructions should be moved so they don't cover the graph while you are trying to perform the tasks. ",10.958,144.838,176.91,13,4,5,5,7,7,5,I chose that because the instructions note: assume you trust the data.,3.115,3.115,36.266,1,5,,17.797,33.188,34.818,5,2,7,3,4,1,5,6,0,0,34.63,0,2,1,8,4,2,5,7,9,,16.47,40.108,42.498,8,4,4,1,2,5,3,15.276,54.925,55.825,6,6,,6.812,6.812,8.632,1,1,1959,Massachusetts,6,2,1,,7,,,8,3,1,prt10@verizon.net,1.689,57.997,83.479,11,64029de99a8a72fc5a205b7e,"{""startTime"":1678932377117,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":12,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1210,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678932554527,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932082391,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":4001,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1414,""week"":""6"",""id"":""chart""},{""time"":32506,""label"":""tour_next"",""step"":5},{""time"":53633,""label"":""tour_back"",""step"":5},{""time"":55848,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1982,""week"":""35"",""id"":""chart""},{""time"":60215,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3799,""week"":""36"",""id"":""chart""},{""time"":65333,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1115,""week"":""36"",""id"":""chart""},{""time"":66451,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1064,""week"":""36"",""id"":""chart""},{""time"":67532,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1617,""week"":""35"",""id"":""chart""},{""time"":73345,""label"":""tour_next"",""step"":5},{""time"":92371,""label"":""cleared_brush"",""using"":""Click""},{""time"":93006,""label"":""started_brush"",""startDate"":""2021-08-06"",""endDate"":""2021-09-10""},{""time"":103276,""label"":""cleared_brush"",""using"":""Click""},{""time"":104837,""label"":""cleared_brush"",""using"":""Click""},{""time"":112701,""label"":""started_brush"",""startDate"":""2021-08-07"",""endDate"":""2021-08-28""},{""time"":113545,""label"":""tour_next"",""step"":5},{""time"":131659,""label"":""moved_brush"",""startDate"":""2021-10-08"",""endDate"":""2021-10-29""},{""time"":132382,""label"":""tour_next"",""step"":5},{""time"":141450,""label"":""cleared_brush"",""using"":""Click""},{""time"":141450,""label"":""cleared_brush"",""using"":""Escape""},{""time"":145624,""label"":""tour_next"",""step"":5},{""time"":155966,""label"":""tour_end"",""step"":5},{""time"":158004,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2627,""week"":""52"",""id"":""chart""},{""time"":161724,""label"":""cleared_brush"",""using"":""Click""},{""time"":163698,""label"":""started_brush"",""startDate"":""2021-06-06"",""endDate"":""2021-07-22""},{""time"":169360,""label"":""cleared_brush"",""using"":""Click""},{""time"":169360,""label"":""cleared_brush"",""using"":""Escape""}]}","{""startTime"":1678932361728,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,bar -2023-03-15 22:05:26,2023-03-15 22:19:46,0,173.89.67.64,100,859,1,2023-03-15 22:19:47,R_3m35gRci87gwNPL,,,,,41.141,-81.4768,anonymous,EN,1,20.572,20.572,21.993,1,1,3,1,1.988,9.632,11.591,2,0,0,15.107,0,100,92,80,18.611,36.166,37.36,4,51.84,68.717,138.717,3,1,1,39.394,55.32,66.498,2,1,1,76.714,99.911,102.441,3,1,63.653,63.653,65.769,1,0,0,15.106,0,5,5,5,5,5,5,,11.863,29.036,32.035,6,5,6,5,4,7,5,I trust the source. The Center of Disease control is someone I trust to provide accurate information regarding disease.,1.359,1.359,51.221,1,6,,8.588,15.626,17.583,7,2,7,3,4,1,5,6,0,0,28.452,0,2,4,6,5,4,7,10,10,,8.277,31.92,35.165,8,4,3,1,2,4,4,3.283,38.011,40.224,6,2,1,3.492,12.686,15.255,2,2,1984,Ohio,6,1,1,,7,,,9,4,2,,1.889,79.144,90.565,13,617390ea6b825a0eb8904f29,"{""startTime"":1678932784023,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932690888,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932432655,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":26,""label"":""tour_started""},{""time"":29250,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":14028,""week"":""52"",""id"":""chart""},{""time"":44110,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2161,""week"":""1"",""id"":""chart""},{""time"":46903,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1678,""week"":""52"",""id"":""chart""},{""time"":48667,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1378,""week"":""1"",""id"":""chart""},{""time"":51829,""label"":""tour_next"",""step"":2},{""time"":63529,""label"":""tour_end"",""step"":2},{""time"":103024,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2606,""week"":""14"",""id"":""chart""},{""time"":106627,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1102,""week"":""21"",""id"":""chart""},{""time"":112083,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2909,""week"":""23"",""id"":""chart""},{""time"":116391,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1710,""week"":""24"",""id"":""chart""},{""time"":121378,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1726,""week"":""6"",""id"":""chart""},{""time"":125635,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1444,""week"":""52"",""id"":""chart""},{""time"":127845,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1977,""week"":""1"",""id"":""chart""},{""time"":129922,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1279,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678932675100,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":5914,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3189,""week"":""3"",""id"":""chart""},{""time"":9140,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1261,""week"":""2"",""id"":""chart""}]}",1,moderate,bar -2023-03-15 22:07:57,2023-03-15 22:19:53,0,98.121.133.162,100,716,1,2023-03-15 22:19:54,R_1QmZTMYRCbZAgTE,,,,,34.9879,-79.2169,anonymous,EN,1,4.479,5.391,6.543,2,2,,1,2.587,3.261,4.381,2,2.837,2.837,15.017,1,86,99,39,18.649,30.419,31.549,6,3.615,25.217,29.971,5,1,1,5.912,109.589,110.682,10,-1,-2,2.73,157.905,158.931,15,1,5.859,28.499,29.638,6,2.672,2.672,15.116,1,4,4,4,5,5,4,,9.005,23.815,25.277,11,5,5,4,7,7,4,You never know what people put out there. It may be true but i can never really be sure unless I look it up myself.,1.657,2.958,33.294,2,3,,4.543,5.659,6.764,2,2,7,3,4,1,5,6,2.563,39.042,40.079,3,5,6,7,6,6,5,7,6,,3.499,17.583,18.485,10,2,2,4,4,2,2,2.919,16.327,17.161,8,2,2,1.44,12.826,14.408,3,2,1986,North Carolina,3,1,1,,3,,,4,2,1,smith.angela8635@gmail.com,1.292,107.356,108.321,36,5a8ac2d8f49c9a0001f3ab34,"{""startTime"":1678932763354,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932704345,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932546661,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":4121,""label"":""hovered"",""timeHovered"":3226,""week"":""2021-10-11""},{""time"":8063,""label"":""hovered"",""timeHovered"":2583,""week"":""2022-01-03""},{""time"":11496,""label"":""hovered"",""timeHovered"":2999,""week"":""2021-12-13""},{""time"":17268,""label"":""tour_next"",""step"":2},{""time"":20327,""label"":""tour_end"",""step"":2},{""time"":21417,""label"":""hovered"",""timeHovered"":1520,""week"":""2021-10-18""},{""time"":23143,""label"":""hovered"",""timeHovered"":1152,""week"":""2022-01-17""},{""time"":26228,""label"":""hovered"",""timeHovered"":1683,""week"":""2021-09-06""}]}","{""startTime"":1678932688460,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":3611,""label"":""hovered"",""timeHovered"":1829,""week"":""2021-09-13""},{""time"":8729,""label"":""hovered"",""timeHovered"":5232,""week"":""2022-01-03""}]}",1,simple,line -2023-03-15 22:10:40,2023-03-15 22:20:00,0,73.227.177.106,100,559,1,2023-03-15 22:20:00,R_1rdBFI71bALra1L,,,,,42.5181,-70.899,anonymous,EN,1,3.771,3.771,5.396,1,,,,,,,,3.929,6.586,15.107,3,93,59,92,7.494,20.224,22.895,3,12.777,90.299,96.81,17,1,1,11.826,41.507,42.829,2,1,1,33.88,57.863,59.024,2,1,68.59,68.59,69.865,1,0,0,15.011,0,5,6,6,6,4,6,,7.703,24.556,32.051,11,6,6,6,2,7,6,"It represents the data in a clear manner, and allows the user to gain more detailed information through hovering over the relevant parts.",2.352,2.352,28.953,1,5,,6.855,6.855,8.155,1,2,7,3,4,1,5,6,0,0,18.966,0,3,3,1,6,7,4,11,11,,6.678,26.278,28,10,5,5,1,1,5,5,3.069,13.66,15.058,6,3,,3.283,3.283,4.873,1,2,1985,Massachusetts,7,3,1,,2,,,13,5,2,,1.925,47.92,48.81,13,636168a962acef1f1f1cc4ce,"{""startTime"":1678932876578,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932912001,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932692969,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":12773,""label"":""tour_next"",""step"":5},{""time"":29674,""label"":""started_brush"",""startDate"":""2021-04-14"",""endDate"":""2021-06-28""},{""time"":30938,""label"":""moved_brush"",""startDate"":""2021-08-06"",""endDate"":""2021-10-20""},{""time"":31836,""label"":""moved_brush"",""startDate"":""2021-10-03"",""endDate"":""2021-12-17""},{""time"":33591,""label"":""moved_brush"",""startDate"":""2021-06-10"",""endDate"":""2021-08-24""},{""time"":34380,""label"":""tour_next"",""step"":5},{""time"":40636,""label"":""moved_brush"",""startDate"":""2021-06-10"",""endDate"":""2021-07-06""},{""time"":42081,""label"":""tour_next"",""step"":5},{""time"":54680,""label"":""moved_brush"",""startDate"":""2021-06-10"",""endDate"":""2021-07-06""},{""time"":54883,""label"":""moved_brush"",""startDate"":""2021-06-10"",""endDate"":""2021-07-06""},{""time"":59287,""label"":""cleared_brush"",""using"":""click""},{""time"":59289,""label"":""cleared_brush"",""using"":""Escape""},{""time"":61437,""label"":""tour_next"",""step"":5},{""time"":65286,""label"":""tour_end"",""step"":5},{""time"":77426,""label"":""hovered"",""timeHovered"":1556,""week"":""2022-01-10""},{""time"":88344,""label"":""started_brush"",""startDate"":""2021-08-08"",""endDate"":""2021-10-05""},{""time"":90659,""label"":""cleared_brush"",""using"":""click""},{""time"":90832,""label"":""cleared_brush"",""using"":""click""}]}","{""startTime"":1678932860713,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":4258,""label"":""hovered"",""timeHovered"":1355,""week"":""2021-11-15""},{""time"":7300,""label"":""hovered"",""timeHovered"":1520,""week"":""2021-12-20""},{""time"":9835,""label"":""hovered"",""timeHovered"":2141,""week"":""2021-12-27""}]}",0,complex,line -2023-03-15 22:07:59,2023-03-15 22:20:09,0,72.206.20.144,100,729,1,2023-03-15 22:20:09,R_3sbTemNx1QuR9dm,,,,,36.3519,-94.2197,anonymous,EN,1,11.325,11.325,12.932,1,,,,,,,,0,0,15.009,0,84,60,86,26.384,35.773,37.558,3,18.736,55.001,62.291,3,1,-3,21.032,82.178,84.28,2,-3,1,50.418,84.651,86.894,2,1,58.239,58.239,60.588,1,0,0,15.121,0,5,3,6,4,6,5,,10.556,29.79,32.962,6,4,4,5,4,4,4,"I believe that the research is very friendly and was done right so I am able to trust the visualization. ",8.41,9.117,52.433,2,4,,9.168,9.168,11.989,1,2,7,3,4,1,5,6,0,0,26.701,0,1,2,8,4,2,9,7,9,,9.524,24.136,25.988,8,3,4,1,2,3,4,13.001,51.533,53.152,7,5,,14.826,14.826,17.046,1,2,1973,Arkansas,4,1,1,,9,,Fayetteville,8,4,1,tammybomar.kc@gmail.com,3.938,73.334,79.818,17,63f6ac6d4ce41fa2a87ea79b,"{""startTime"":1678932804258,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932722755,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932557023,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":24602,""label"":""hovered"",""timeHovered"":1315,""week"":""2022-02-07""},{""time"":31184,""label"":""tour_next"",""step"":2},{""time"":54990,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932707164,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":12220,""label"":""hovered"",""timeHovered"":1315,""week"":""2022-02-07""}]}",0,moderate,line -2023-03-15 21:57:23,2023-03-15 22:20:18,0,68.134.16.92,100,1375,1,2023-03-15 22:20:18,R_bkqfLnHio8wEYMN,,,,,39.2124,-76.8776,anonymous,EN,1,10.454,10.454,11.416,1,,,,,,,,0,0,15.108,0,100,100,76,7.273,26.146,26.834,8,28.291,150.632,151.13,4,1,-3,2.499,278.28,279.846,9,-3,1,2.37,254.283,255.084,20,1,3.804,138.32,139.462,7,2.06,11.667,15.008,5,5,5,5,6,6,5,,6.307,22.775,23.495,10,6,6,4,7,1,5,The data looks to be well organized and seems to be accurate given the data presented in the graph,1.962,1.962,79.824,1,4,,5.831,10.051,10.982,3,2,7,3,4,1,5,6,6.18,12.222,12.974,2,4,4,5,5,6,6,9,8,,3.075,22.005,23.377,11,3,3,3,2,4,3,3.422,28.11,28.916,10,4,,1.291,3.519,4.347,3,1,1986,Maryland,3,1,1,,3,,,4,3,1,1fr33man1@gmail.com,0.992,53.4,56.798,17,62e1ede63f23cc2eb6170242,"{""startTime"":1678932615458,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":570},{""label"":""window_focused"",""time"":1799}]}","{""startTime"":1678932511733,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932063582,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":21,""label"":""tour_started""},{""time"":13709,""label"":""hovered"",""timeHovered"":1451,""week"":""2021-11-22""},{""time"":18209,""label"":""hovered"",""timeHovered"":1718,""week"":""2021-08-16""},{""time"":28268,""label"":""tour_next"",""step"":2},{""time"":37021,""label"":""tour_end"",""step"":2},{""label"":""window_blurred"",""time"":42718},{""label"":""window_focused"",""time"":146547}]}","{""startTime"":1678932496140,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,line -2023-03-15 22:07:01,2023-03-15 22:20:32,0,108.235.161.137,100,810,1,2023-03-15 22:20:32,R_9yKqDJp7jv6VSUx,,,,,32.7797,-96.8022,anonymous,EN,1,2.915,3.545,4.408,2,1,2,1,1.107,4.629,6.169,3,2.182,2.182,15.014,1,61,90,88,3.184,33.386,34.151,15,15.748,93.591,94.253,10,1,1,5.804,34.354,35.738,7,1,1,1.809,33.494,34.402,9,-2,27.843,29.403,30.17,3,7.964,7.964,15.013,1,5,4,5,5,6,4,,5.052,22.762,23.64,10,4,5,5,5,4,4,I do know there is a margin for error with these results and numbers. So I take that into account but it looks pretty accurate,9.666,9.666,41.595,1,4,,4.584,7.718,8.648,4,2,7,3,4,1,5,6,10.636,21.549,22.672,3,2,1,1,1,3,3,6,7,,3.183,18.355,18.901,13,4,4,1,1,5,4,3.943,19.434,19.908,10,3,1,3.764,11.73,12.501,6,1,1984,Texas,6,1,1,,7,,,14,3,1,5d6807f9778de5001a120d9a@email.prolific.co,2.281,305.293,306.034,69,5d6807f9778de5001a120d9a,"{""startTime"":1678932701991,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932638550,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932493456,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":5675,""label"":""hovered"",""timeHovered"":7670,""week"":""2022-01-10""},{""time"":29769,""label"":""hovered"",""timeHovered"":1399,""week"":""2022-01-10""},{""time"":34457,""label"":""tour_next"",""step"":2},{""time"":40589,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932623082,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":11290,""label"":""hovered"",""timeHovered"":1250,""week"":""2022-01-03""}]}",1,moderate,line -2023-03-15 21:56:15,2023-03-15 22:20:49,0,75.142.6.7,100,1473,1,2023-03-15 22:20:49,R_27wmZkCoKoqugCb,,,,,42.3394,-122.8475,anonymous,EN,1,43.02,43.02,47.795,1,1,4,1,3.64,10.957,12.568,2,0,0,15.013,0,100,100,76,49.453,72.327,73.919,4,48.046,220.223,258.122,7,1,1,40.36,76.507,80.5,2,1,1,54.619,71.181,75.055,2,-1,33.066,73.816,76.394,2,0,0,15.107,0,3,3,3,3,3,3,"Actually, in the interactive visualization, the pop-up box had the information regarding infection rate of vaccinated vs unvaccinated people reversed. In the pop-up box when one hovers over a certain date, the information provided is incorrect according to the legend, in that the box shows more vaccinated than unvaccinated people having been infected during any certain time. Additionally, there is no information for number of infections for late December 2022",0.206,300.683,382.125,23,3,1,3,1,1,1,"AS I explained before, when you hover over a certain time frame, the information presented in the pop-up box is the reverse of what is shown in the legend and in the actual graph itself. Either the graph and legend are wrong, which I doubt, or the information in the pop-up box is incorrect. Therefore< I do not trust the information in the visualization.",3.287,3.287,111.107,1,5,I'm not sure if providing incorrect information in the pop-up boxes was intentional but I will message the researchers to make sure they are aware of it.,6.02,13.41,62.78,4,2,7,3,4,1,5,6,0,0,24.675,0,2,4,7,5,6,2,10,9,,6.093,29.632,34.142,13,4,5,1,1,5,1,16.05,38.38,39.781,7,1,1,1.845,9.515,14.208,2,2,1950,Oregon,7,2,1,,7,,,14,4,2,,1.996,52.587,55.673,12,622a4d6cf143081ed1887ee5,"{""startTime"":1678932292139,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":158067,""label"":""hovered"",""timeHovered"":4560,""week"":""2022-01-10""}]}","{""startTime"":1678932675269,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":36743,""label"":""hovered"",""timeHovered"":2835,""week"":""2021-08-23""}]}","{""startTime"":1678931940492,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":4,""label"":""tour_started""},{""time"":15276,""label"":""hovered"",""timeHovered"":4364,""week"":""2022-01-03""},{""time"":22477,""label"":""hovered"",""timeHovered"":1244,""week"":""2022-01-03""},{""time"":26035,""label"":""hovered"",""timeHovered"":1305,""week"":""2021-08-16""},{""time"":32666,""label"":""hovered"",""timeHovered"":1624,""week"":""2022-01-10""},{""time"":36150,""label"":""hovered"",""timeHovered"":8087,""week"":""2022-01-10""},{""time"":48045,""label"":""tour_next"",""step"":5},{""time"":68619,""label"":""started_brush"",""startDate"":""2021-05-30"",""endDate"":""2021-09-21""},{""time"":88554,""label"":""moved_brush"",""startDate"":""2021-06-20"",""endDate"":""2021-10-12""},{""time"":89916,""label"":""tour_next"",""step"":5},{""time"":108069,""label"":""moved_brush"",""startDate"":""2021-06-20"",""endDate"":""2022-02-13""},{""time"":110546,""label"":""moved_brush"",""startDate"":""2021-06-20"",""endDate"":""2022-02-13""},{""time"":113822,""label"":""moved_brush"",""startDate"":""2021-08-05"",""endDate"":""2022-02-13""},{""time"":115490,""label"":""moved_brush"",""startDate"":""2021-08-05"",""endDate"":""2022-02-13""},{""time"":125620,""label"":""moved_brush"",""startDate"":""2021-08-05"",""endDate"":""2022-02-13""},{""time"":127957,""label"":""moved_brush"",""startDate"":""2021-08-05"",""endDate"":""2022-02-13""},{""time"":143442,""label"":""moved_brush"",""startDate"":""2021-11-23"",""endDate"":""2022-02-13""},{""time"":144842,""label"":""tour_next"",""step"":5},{""time"":160357,""label"":""cleared_brush"",""using"":""click""},{""time"":164859,""label"":""tour_next"",""step"":5},{""time"":174344,""label"":""tour_end"",""step"":5},{""time"":184699,""label"":""started_brush"",""startDate"":""2021-09-07"",""endDate"":""2022-02-13""},{""time"":190650,""label"":""hovered"",""timeHovered"":26716,""week"":""2022-01-03""},{""time"":228681,""label"":""hovered"",""timeHovered"":1308,""week"":""2021-12-06""},{""time"":235363,""label"":""hovered"",""timeHovered"":4993,""week"":""2022-01-03""},{""time"":245121,""label"":""hovered"",""timeHovered"":11712,""week"":""2022-01-10""}]}","{""startTime"":1678932276344,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":7648,""label"":""hovered"",""timeHovered"":1481,""week"":""2022-01-10""},{""time"":9176,""label"":""hovered"",""timeHovered"":2272,""week"":""2022-01-10""},{""time"":14043,""label"":""cleared_brush"",""using"":""click""},{""time"":14943,""label"":""cleared_brush"",""using"":""click""}]}",1,complex,line -2023-03-15 22:07:23,2023-03-15 22:21:28,0,35.133.253.194,100,845,1,2023-03-15 22:21:30,R_wMN2FdGJ7ISq68F,,,,,35.5991,-81.0305,anonymous,EN,1,6.622,6.622,8.085,1,1,3,2,3.18,7.901,9.674,2,0,0,15.111,0,86,32,23,13.856,21.327,23.441,3,27.165,36.419,48.179,2,-2,-3,61.557,86.098,87.453,2,1,-3,57.573,102.229,104.08,2,1,58.691,58.691,61.253,1,0,0,15.013,0,4,3,5,4,5,3,,77.46,130.084,133.56,6,4,4,3,7,2,3,I am unsure whether the data is accurate.,5.283,5.283,23.713,1,1,,7.326,9.361,11.733,2,2,7,3,4,1,5,6,0,0,26.306,0,1,1,1,1,1,1,10,8,,10.622,22.989,24.46,8,1,1,5,5,4,1,19.406,81.919,83.582,7,2,2,8.5,16.387,17.802,2,1,1966,North Carolina,4,2,1,,7,,,6,4,1,,2.081,72.175,73.965,13,5cbe00898f939c0017c0b9d8,"{""startTime"":1678932755325,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932687365,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932517571,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":35,""label"":""tour_started""},{""time"":27148,""label"":""tour_next"",""step"":2},{""time"":36402,""label"":""tour_end"",""step"":2},{""time"":39419,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3566,""week"":""6"",""id"":""chart""}]}","{""startTime"":1678932671576,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar -2023-03-15 22:12:13,2023-03-15 22:21:41,0,73.53.89.173,100,567,1,2023-03-15 22:21:41,R_pi6IkSMXRBl8sVj,,,,,47.6722,-122.1257,anonymous,EN,1,7.143,7.143,8.45,1,,,,,,,,0,0,15.109,0,76,76,33,10.41,23.515,26.359,7,16.187,22.37,27.562,2,1,1,34.438,54.149,55.896,2,1,1,61.083,74.303,75.501,2,1,74.305,85.929,87.745,3,0,0,15.007,0,5,4,4,4,5,5,It looks good,7.468,34.559,38.502,8,4,4,3,7,1,4,"It looks like a graph that has reliable information on it, a line graph is used often.",6.319,24.467,25.321,2,5,,3.25,7.893,9.73,6,2,7,3,4,1,5,6,0,0,22.375,0,8,8,9,10,8,8,10,10,,6.802,19.6,22.358,8,4,4,3,3,4,4,10.048,21.506,23.067,6,4,,3.932,3.932,6.37,1,1,1984,Washington,6,3,1,,2,,,9,4,2,,2.769,40.983,45.038,13,61686f8376bd6ff59ea15479,"{""startTime"":1678932902597,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932941627,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932802551,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":16083,""label"":""tour_next"",""step"":2},{""time"":22267,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932886912,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7911,""label"":""hovered"",""timeHovered"":1054,""week"":""2022-01-03""},{""time"":9226,""label"":""hovered"",""timeHovered"":1403,""week"":""2022-01-03""},{""time"":10959,""label"":""hovered"",""timeHovered"":1063,""week"":""2022-01-10""},{""time"":13807,""label"":""hovered"",""timeHovered"":1093,""week"":""2021-11-15""}]}",0,simple,line -2023-03-15 22:10:55,2023-03-15 22:22:12,0,24.255.72.192,100,677,1,2023-03-15 22:22:13,R_2bIxwoDpEwcu03F,,,,,37.2951,-79.987,anonymous,EN,1,5.671,5.671,7.385,1,1,2,2,1.608,9.867,11.053,2,0,0,15.106,0,55,44,60,12.136,18.379,19.333,3,19.047,86.782,88.371,17,1,-2,44.09,60.673,64.799,2,1,1,48.79,62.977,64.145,2,1,23.931,23.931,35.054,1,11.033,11.033,15.014,1,4,4,4,4,3,4,,18.172,37.328,38.149,8,4,4,4,3,2,4,I looks like it comes from a reputable source.,3.198,33.101,34.865,4,4,,7.233,35.964,38.854,2,2,7,3,4,1,5,6,0,0,28.785,0,5,7,6,6,7,6,9,8,,9.953,26.265,29.098,9,4,4,1,2,4,4,12.328,32.174,33.917,6,4,1,11.475,18.101,22.523,2,1,1984,Virginia,6,2,1,,3,,,4,3,1,58074104c314770001876e7b@email.prolific.co,2.562,67.702,70.087,17,58074104c314770001876e7b,"{""startTime"":1678932863723,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932902476,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932723810,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":4549,""label"":""hovered"",""timeHovered"":8809,""week"":""2021-12-20""},{""time"":19040,""label"":""tour_next"",""step"":5},{""time"":37212,""label"":""started_brush"",""startDate"":""2021-07-09"",""endDate"":""2021-10-24""},{""time"":38242,""label"":""tour_next"",""step"":5},{""time"":45799,""label"":""moved_brush"",""startDate"":""2021-07-04"",""endDate"":""2021-10-19""},{""time"":47121,""label"":""moved_brush"",""startDate"":""2021-08-10"",""endDate"":""2021-10-19""},{""time"":48064,""label"":""tour_next"",""step"":5},{""time"":64719,""label"":""cleared_brush"",""using"":""click""},{""time"":66469,""label"":""tour_next"",""step"":5},{""time"":73478,""label"":""tour_end"",""step"":5},{""time"":81564,""label"":""started_brush"",""startDate"":""2021-07-09"",""endDate"":""2021-07-14""},{""time"":83279,""label"":""started_brush"",""startDate"":""2021-08-07"",""endDate"":""2021-10-02""},{""time"":84443,""label"":""moved_brush"",""startDate"":""2021-07-28"",""endDate"":""2021-08-07""},{""time"":85044,""label"":""started_brush"",""startDate"":""2021-07-09"",""endDate"":""2021-07-10""}]}","{""startTime"":1678932848208,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":9215,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-07-14""}]}",1,complex,line -2023-03-15 22:09:16,2023-03-15 22:22:18,0,69.77.196.102,100,782,1,2023-03-15 22:22:19,R_2agJfRV2z3r6vzz,,,,,43.6573,-103.4258,anonymous,EN,1,2.38,7.121,8.245,2,2,,2,1.787,1.787,2.663,1,1.6,11.284,15.109,3,25,87,20,25.442,29.604,30.252,3,14.347,17.783,29.681,2,1,1,25.766,38.556,46.801,2,-2,1,3.494,49.811,50.178,5,-1,42.288,42.288,63.812,1,0,0,15.11,0,3,1,1,6,5,1,,8.298,39.659,42.488,9,7,6,7,1,1,1,Not nearly enough information is given on any variables or criteria for the data.,2.909,3.594,22.871,2,2,,8.043,8.043,9.348,1,2,7,3,4,1,5,6,8.119,26.832,31.076,3,1,1,4,1,1,2,3,5,,4.446,24.98,27.594,10,3,4,1,2,4,4,3.58,22.599,23.747,8,7,2,4.426,13.038,16.512,3,1,1985,South Dakota,3,2,1,,7,,,5,4,1,headphonefiend24@gmail.com,1.321,175.376,175.945,48,5a1fa084063e8600012fa6a3,"{""startTime"":1678932889937,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":20363},{""label"":""window_focused"",""time"":25722}]}","{""startTime"":1678932721470,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":2594},{""label"":""window_focused"",""time"":112943}]}","{""startTime"":1678932625108,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":14328,""label"":""tour_next"",""step"":2},{""time"":17763,""label"":""tour_end"",""step"":2},{""time"":20627,""label"":""hovered"",""timeHovered"":1092,""week"":""2021-12-27""},{""time"":22179,""label"":""hovered"",""timeHovered"":1136,""week"":""2022-01-10""},{""time"":24779,""label"":""hovered"",""timeHovered"":1899,""week"":""2022-01-10""}]}","{""startTime"":1678932705938,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line -2023-03-15 22:12:21,2023-03-15 22:22:40,0,184.56.66.24,100,619,1,2023-03-15 22:22:40,R_2AEBDzyw8gf3nSk,,,,,42.0753,-80.0671,anonymous,EN,1,12.404,12.404,13.434,1,1,3,1,2.24,6.885,8.537,2,0,0,15.025,0,94,75,49,10.878,23.596,25.087,4,14.447,19.655,41.35,2,-1,1,32.364,52.452,54.341,2,-2,1,36.739,49.395,50.858,2,-1,59.93,59.93,61.077,1,0,0,15.132,0,6,6,6,6,6,6,,10.817,21.317,24.57,6,6,6,4,3,3,6,The visualization was presented with information from the CDC. I trust the CDC.,3.835,3.835,43.35,1,4,There was no one that was vaccinated higher than the unvaccinated 80+ year olds with Covid.,5.854,9.283,48.834,2,2,7,3,4,1,5,6,0,0,24.252,0,6,6,9,4,6,3,10,10,,8.02,22.839,24.849,8,4,3,1,1,4,3,10.519,33.139,34.074,6,3,1,7.002,14.631,16.321,2,2,1971,Pennsylvania,6,1,1,,7,,,11,2,2,,3.396,51.759,53.716,11,63d18135c4e44a77f71702e8,"{""startTime"":1678932929554,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932954682,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932820615,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":14438,""label"":""tour_next"",""step"":2},{""time"":19646,""label"":""tour_end"",""step"":2},{""time"":22708,""label"":""hovered"",""timeHovered"":1921,""week"":""2022-01-10""},{""time"":24945,""label"":""hovered"",""timeHovered"":2445,""week"":""2022-01-03""},{""time"":35139,""label"":""hovered"",""timeHovered"":2995,""week"":""2022-01-10""}]}","{""startTime"":1678932913857,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":8780,""label"":""hovered"",""timeHovered"":1455,""week"":""2022-01-03""}]}",1,moderate,line -2023-03-15 22:10:48,2023-03-15 22:22:41,0,98.34.154.178,100,713,1,2023-03-15 22:22:42,R_ODoeAKPsG7u8493,,,,,29.7912,-95.4182,anonymous,EN,1,32.936,32.936,34.057,1,,,,,,,,0,0,15.008,0,96,89,39,62.849,73.191,74.553,7,25.7,30.257,32.15,2,1,1,19.907,60.464,62.585,3,-2,1,20.766,45.152,46.049,3,-1,32.891,32.891,37.615,1,0,0,15.108,0,5,5,5,5,5,5,,8.261,16.333,17.984,6,5,5,4,7,7,5,I have no reason not to trust it. The data is presented in a meaningful way and very clear.,2.907,2.907,30.819,1,5,,9.345,11.448,12.539,4,2,3,4,5,1,6,7,0,0,19.053,0,6,7,9,10,4,9,8,9,,5.957,17.486,19.136,9,4,3,2,2,4,4,7.725,18.638,19.7,6,5,,72.186,72.186,73.729,1,2,1986,Texas,7,1,1,,7,,,17,1,1,5ec6d423fc10270f0bbbc90e@email.prolific.co,3.267,89.667,92.928,37,5ec6d423fc10270f0bbbc90e,"{""startTime"":1678932900962,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":2223,""label"":""hovered"",""timeHovered"":1688,""week"":""2021-12-20""}]}","{""startTime"":1678932920690,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932784721,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":11563,""label"":""hovered"",""timeHovered"":1794,""week"":""2021-08-23""},{""time"":14261,""label"":""hovered"",""timeHovered"":1263,""week"":""2021-12-27""},{""time"":23174,""label"":""hovered"",""timeHovered"":1498,""week"":""2021-12-27""},{""time"":25686,""label"":""tour_next"",""step"":2},{""time"":30242,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932884120,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,line -2023-03-15 22:14:46,2023-03-15 22:22:54,0,73.101.164.48,100,488,1,2023-03-15 22:22:55,R_1FILFdQd467APIP,,,,,40.0008,-76.7697,anonymous,EN,1,4.236,4.236,5.333,1,,,,,,,,0,0,15.109,0,92,72,51,6.658,13.792,16.17,3,3.556,77.341,78.996,25,1,1,15.277,26.922,29.048,2,1,1,34.988,52.638,55.577,2,1,7.611,73.428,74.607,16,0,0,15.008,0,4,5,5,6,5,5,,10.594,28.006,29.222,7,5,6,5,1,7,4,I didn't see the references,2.166,2.166,12.674,1,4,,5.007,5.007,6.7,1,2,7,3,4,1,5,6,0,0,19.932,0,4,8,6,9,7,5,10,10,,4.747,16.364,17.659,8,5,5,1,1,4,4,3.529,18.829,19.725,6,5,,2.397,2.397,3.575,1,1,1963,Pennsylvania,7,3,1,,7,,,11,4,2,,1.35,42.669,44.702,11,5d6e502d05e693001ea14a37,"{""startTime"":1678933137885,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933098943,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932929233,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":3553,""label"":""tour_next"",""step"":5},{""time"":9553,""label"":""tour_back"",""step"":5},{""time"":10886,""label"":""tour_next"",""step"":5},{""time"":40346,""label"":""cleared_brush"",""using"":""click""},{""time"":42887,""label"":""tour_back"",""step"":5},{""time"":48336,""label"":""tour_next"",""step"":5},{""time"":56321,""label"":""started_brush"",""startDate"":""2021-06-06"",""endDate"":""2021-12-16""},{""time"":57354,""label"":""tour_next"",""step"":5},{""time"":63659,""label"":""moved_brush"",""startDate"":""2021-06-06"",""endDate"":""2021-12-16""},{""time"":65425,""label"":""moved_brush"",""startDate"":""2021-06-06"",""endDate"":""2021-12-16""},{""time"":67507,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-10-21""},{""time"":68153,""label"":""tour_next"",""step"":5},{""time"":71656,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-10-21""},{""time"":73974,""label"":""cleared_brush"",""using"":""click""},{""time"":73976,""label"":""cleared_brush"",""using"":""Escape""},{""time"":75321,""label"":""tour_next"",""step"":5},{""time"":77339,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678933083449,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":3285,""label"":""hovered"",""timeHovered"":3799,""week"":""2021-12-13""}]}",0,complex,line -2023-03-15 22:13:20,2023-03-15 22:23:20,0,47.145.29.249,100,599,1,2023-03-15 22:23:20,R_3iKoMvtA6Muz0Zl,,,,,33.6647,-117.1743,anonymous,EN,1,5.275,5.275,7.108,1,,,,,,,,0,0,15.126,0,100,100,78,11.902,27.509,29.473,3,16.777,28.681,36.111,7,1,1,12.557,45.906,48.447,2,-2,1,46.883,65.442,67.601,4,1,50.488,51.97,52.375,2,0,0,15.11,0,4,3,3,4,2,4,I didn't even see the source info printed at the bottom it was very small.,25.933,50.736,62.279,7,2,5,3,7,3,4,"It seems accurate and like it has all of the information it should have. But I'm not at all familiar with this field of research/science, so I don't really feel I can be absolutely certain of what I'm looking at.",4.991,4.991,39.226,1,4,,8.321,8.321,10.363,1,2,7,3,4,1,5,6,0,0,17.84,0,3,4,3,4,6,6,9,9,,8.021,20.481,22.669,8,3,3,2,3,3,3,12.494,32.361,33.24,6,1,,5.411,5.411,7.055,1,2,1990,California,6,2,1,,8,Menifee,,6,3,2,,2.924,45.986,51.39,11,6101f78a3f9b44e8c17e8593,"{""startTime"":1678933081810,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932983547,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932862120,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":16766,""label"":""tour_next"",""step"":2},{""time"":22103,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932967440,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,line -2023-03-15 21:45:46,2023-03-15 22:23:38,0,23.28.13.168,100,2272,1,2023-03-15 22:23:39,R_2DNz7xe5K02QbLJ,,,,,42.6628,-84.0726,anonymous,EN,1,68.684,82.173,83.36,3,,,,,,,,4.167,4.167,15.019,1,100,100,50,23.311,32.798,34.479,6,11.123,53.42,54.262,8,1,1,12.975,53.741,61.672,6,1,1,16.702,69.786,70.701,9,1,56.342,57.694,59.208,2,10.117,10.117,15.015,1,3,3,4,5,5,4,,19.295,40.871,42.257,9,3,5,4,3,2,3,I'd like to see a larger data set that spans a longer length of time. As it is I don't have strong reason to distrust the visualization but I know that data can be faked or exaggerated.,6.166,69.504,71.002,3,2,,5.931,11.51,12.75,3,2,7,3,4,1,5,6,5.616,5.616,12.126,1,5,6,6,5,5,4,7,8,,4.805,36.747,38.234,10,3,3,3,3,3,3,4.5,21.791,22.899,8,2,,5.521,8.867,10.045,3,2,1988,Michigan,5,2,1,,7,,,4,4,1,5610c4ea7ffc8a0005811504@email.prolific.co,2.78,74.02,75.09,21,5610c4ea7ffc8a0005811504,"{""startTime"":1678931443773,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":4681,""label"":""hovered"",""timeHovered"":7141,""week"":""2022-01-10""}]}",,"{""startTime"":1678931300870,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":29,""label"":""tour_started""},{""time"":20651,""label"":""hovered"",""timeHovered"":7615,""week"":""2022-01-17""},{""time"":39471,""label"":""tour_next"",""step"":2},{""time"":47240,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678931427707,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,line -2023-03-15 21:54:53,2023-03-15 22:23:48,0,73.47.123.175,100,1735,1,2023-03-15 22:23:49,R_1LLGkSF21duRbYr,,,,,43.1128,-71.9029,anonymous,EN,1,3.241,3.241,4.126,1,1,2,1,1.692,3.636,4.818,2,0,0,15.02,0,87,18,76,13.615,18.283,19.706,3,144.935,154.115,162.704,2,-2,-2,15.671,29.014,29.786,2,-2,1,177.212,196.133,197.65,3,-2,34.211,34.211,35.45,1,0,0,15.014,0,3,7,3,7,7,3,,274.87,284.757,286.383,6,7,7,2,7,1,7,Its extremely difficult to thoroughly read the data provided.,1.144,1.144,12.347,1,2,,4.064,4.945,5.923,3,2,7,3,4,1,5,6,0,0,169.588,0,3,5,8,6,1,3,8,9,,3.785,18.365,19.875,10,5,5,1,1,5,5,7.104,21.51,22.014,6,4,3,16.411,21.018,22.102,3,2,1987,New Hampshire,6,2,1,,7,,,9,4,1,Stef@mintmayhem.com,5.451,64.856,70.277,24,5e92a98518ca6c5e48437217,"{""startTime"":1678932755812,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":271292},{""label"":""window_focused"",""time"":272546}]}","{""startTime"":1678932725858,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":92,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3080,""week"":""2"",""id"":""chart""}]}","{""startTime"":1678932348291,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":58,""label"":""tour_started""},{""time"":139991,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4170,""week"":""1"",""id"":""chart""},{""time"":144910,""label"":""tour_next"",""step"":2},{""time"":154089,""label"":""tour_end"",""step"":2},{""time"":155195,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4183,""week"":""51"",""id"":""chart""}]}","{""startTime"":1678932710203,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":5426,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5399,""week"":""52"",""id"":""chart""},{""time"":10883,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2460,""week"":""1"",""id"":""chart""}]}",1,moderate,bar -2023-03-15 22:08:50,2023-03-15 22:23:52,0,71.46.56.57,100,902,1,2023-03-15 22:23:53,R_eA1mmkx5w180jXb,,,,,27.935,-82.3772,anonymous,EN,1,16.029,16.029,17.712,1,,,,,,,,0,0,15.006,0,53,99,48,31.568,66.753,68.952,9,36.033,50.001,62.993,2,1,-2,47.667,100.738,106.516,3,-3,-3,82.365,108.982,110.559,2,-3,117.601,117.601,119.914,1,0,0,15.12,0,3,3,3,4,5,3,,17.201,59.707,65.374,7,5,5,5,3,3,3,I do not know if it was created by a reputable source.,5.206,57.105,78.684,8,1,,7.792,19.536,21.76,13,2,7,3,4,1,5,6,0,0,21.551,0,6,6,6,6,6,6,6,6,,7.321,17.016,19.104,10,3,3,3,3,3,3,15.007,33.654,37.184,6,4,,8.536,19.216,20.899,2,2,1964,Florida,4,2,1,,9,,Orlando,4,4,1,jcuffee51@gmail.com,1.555,57.85,59.966,14,5f3f5ad05ec7d1257993b196,"{""startTime"":1678932938385,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932835462,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932645018,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":24,""label"":""tour_started""},{""time"":30316,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4231,""week"":""24"",""id"":""chart""},{""time"":36018,""label"":""tour_next"",""step"":2},{""time"":49986,""label"":""tour_end"",""step"":2},{""time"":54202,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1688,""week"":""47"",""id"":""chart""},{""time"":57753,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2921,""week"":""6"",""id"":""chart""}]}","{""startTime"":1678932819563,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,bar -2023-03-15 22:15:36,2023-03-15 22:23:54,0,65.35.129.187,100,498,1,2023-03-15 22:23:54,R_12KFkmG7PFLfMEi,,,,,27.9455,-82.4598,anonymous,EN,1,2.739,2.739,3.602,1,,,,,,,,0,0,15.112,0,91,79,58,5.956,10.069,10.859,4,4.006,7.356,53.553,2,1,1,24.76,32.591,39.352,3,-3,-3,17.576,38.947,48.309,2,1,62.562,62.562,63.507,1,0,0,15.012,0,5,3,4,4,5,4,none,6.678,14.659,19.435,8,4,5,4,7,2,4,"I found no reason to distrust it. It seems like an odd thing to lie about and they cited their sources. However, I cannot be fully sure unless I were to review the sources myself.",1.31,1.31,31.365,1,4,n/a,9.089,9.955,14.045,2,2,7,3,4,1,5,6,0,0,19.111,0,2,7,5,8,3,3,9,10,n/a,3.694,17.33,20.361,10,2,2,4,4,2,2,3.777,13.317,13.993,6,2,,2.839,2.839,8.629,1,1,2000,Kentucky,6,3,1,,8,lexington,,5,4,1,62f9fbc07e4fc1bfe47070e5@email.prolific.co,1.181,65.121,90.877,23,62f9fbc07e4fc1bfe47070e5,"{""startTime"":1678933079976,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933099840,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932970475,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":4003,""label"":""tour_next"",""step"":2},{""time"":7353,""label"":""tour_end"",""step"":2},{""time"":7903,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1240,""week"":""51"",""id"":""chart2""},{""time"":12139,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1088,""week"":""52"",""id"":""chart2""},{""time"":13930,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1479,""week"":""52"",""id"":""chart""},{""time"":19627,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4606,""week"":""6"",""id"":""chart""}]}","{""startTime"":1678933064627,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":6247},{""label"":""window_focused"",""time"":7385}]}",0,simple,bar -2023-03-15 22:13:54,2023-03-15 22:24:18,0,65.31.184.252,100,623,1,2023-03-15 22:24:18,R_1GDg6DF55sW3C5W,,,,,42.8895,-87.9074,anonymous,EN,1,11.775,11.775,15.45,1,1,2,2,1.696,4.5,6.595,2,0,0,15.009,0,62,62,76,5.422,10.867,13.359,3,10.795,25.735,31.433,5,1,1,13.282,45.794,47.579,3,-2,1,33.567,51.939,63.008,2,1,68.807,68.807,71.157,1,0,0,15.116,0,4,4,4,4,4,4,,36.716,39.593,44.205,6,5,4,5,2,5,5,It seems accurate and like what I have heard in the news.,4.043,4.043,19.663,1,6,,4.399,5.7,9.206,3,2,7,3,4,1,5,6,0,0,21.056,0,4,7,8,7,5,6,10,10,,21.409,37.66,40.204,10,4,4,2,4,4,4,3.899,16.875,18.351,6,3,2,3.474,9.46,11.326,2,2,1964,Wisconsin,6,1,1,,7,,,6,4,1,5e72e0d8adc903240ac70891@email.prolific.co,5.086,122.171,129.169,31,5e72e0d8adc903240ac70891,"{""startTime"":1678933040894,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":101,""label"":""hovered"",""timeHovered"":11240,""week"":""2021-10-11""},{""time"":12053,""label"":""hovered"",""timeHovered"":5293,""week"":""2022-01-03""}]}","{""startTime"":1678933012723,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932899045,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":17,""label"":""tour_started""},{""time"":9990,""label"":""hovered"",""timeHovered"":1031,""week"":""2021-07-05""},{""time"":17735,""label"":""tour_next"",""step"":2},{""time"":24353,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932979166,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":3237,""label"":""hovered"",""timeHovered"":1015,""week"":""2021-09-13""}]}",1,simple,line -2023-03-15 22:17:05,2023-03-15 22:24:38,0,76.230.140.52,100,453,1,2023-03-15 22:24:39,R_3O0u4ZmY19dHd7g,,,,,42.6626,-83.1837,anonymous,EN,1,8.619,8.619,9.651,1,,,,,,,,0,0,15.01,0,83,75,43,7.366,14.127,15.377,4,11.232,13.956,18.813,2,1,1,22.156,33.695,34.289,3,1,1,26.831,51.913,53.483,2,1,38.216,38.216,39.644,1,0,0,15.015,0,4,4,4,5,5,4,,12.208,22.31,24.807,6,4,4,3,2,2,4,I don't have a reason not to trust it.,3.023,3.023,13.219,1,4,,5.757,5.757,7.496,1,2,7,3,4,1,5,6,0,0,15.915,0,5,5,4,5,6,8,9,9,,6.104,24.095,26.055,11,2,3,2,2,3,3,9.881,29.128,30.615,7,2,,3.716,3.716,5.589,1,2,1994,Michigan,6,1,1,,7,,,17,3,1,rachelwhicker06@gmail.com,2.478,76.118,79.02,20,612e75305c548dd77bca9d73,"{""startTime"":1678933201906,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":11009},{""label"":""window_focused"",""time"":11093}]}","{""startTime"":1678933160310,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933071808,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":11225,""label"":""tour_next"",""step"":2},{""time"":13949,""label"":""tour_end"",""step"":2},{""time"":15524,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1424,""week"":""1"",""id"":""chart""}]}","{""startTime"":1678933144754,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,bar -2023-03-15 22:14:32,2023-03-15 22:24:40,0,68.226.96.227,100,608,1,2023-03-15 22:24:40,R_2TouoKQTZzoRsfz,,,,,33.4935,-111.9211,anonymous,EN,1,20.836,21.803,23.008,2,1,2,2,3.181,8.22,9.078,3,0,0,15.016,0,83,81,57,15.948,47.492,48.429,9,62.215,85.165,86.096,6,-1,1,1.682,35.946,36.607,7,-1,1,15.606,40.294,41.402,6,1,31.809,48.664,49.618,3,0,0,15.017,0,5,4,5,5,5,5,,5.132,25.563,28.012,8,4,4,4,3,3,4,It is pretty straightforward but takes time to analyze the data and really understand the data.,2.87,2.87,32.344,1,6,,4.372,4.372,7.487,1,2,7,3,4,1,5,6,14.032,24.079,25.001,2,7,7,9,9,5,9,10,10,,5.105,17.386,18.371,10,4,4,2,2,4,4,4.458,26.939,27.599,7,6,1,6.036,13.124,14.191,3,2,1963,Arizona,8,1,1,,2,,,16,2,2,,2.719,81.64,82.587,27,63804d105c37525d499b9c6c,"{""startTime"":1678933129910,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933158994,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932985433,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":20569,""label"":""hovered"",""timeHovered"":1800,""week"":""2021-12-20""},{""time"":22370,""label"":""hovered"",""timeHovered"":3888,""week"":""2021-12-20""},{""time"":27009,""label"":""hovered"",""timeHovered"":8711,""week"":""2022-01-10""},{""time"":36837,""label"":""hovered"",""timeHovered"":5239,""week"":""2022-01-10""},{""time"":42444,""label"":""hovered"",""timeHovered"":2486,""week"":""2022-01-24""},{""time"":46064,""label"":""hovered"",""timeHovered"":3370,""week"":""2021-08-30""},{""time"":50086,""label"":""hovered"",""timeHovered"":2301,""week"":""2021-06-28""},{""time"":52555,""label"":""hovered"",""timeHovered"":3386,""week"":""2021-06-07""},{""time"":57428,""label"":""hovered"",""timeHovered"":2017,""week"":""2021-04-12""},{""time"":59663,""label"":""hovered"",""timeHovered"":1384,""week"":""2021-04-26""},{""time"":63234,""label"":""hovered"",""timeHovered"":1016,""week"":""2021-11-29""},{""time"":64603,""label"":""hovered"",""timeHovered"":1550,""week"":""2021-12-20""},{""time"":74096,""label"":""tour_next"",""step"":2},{""time"":82004,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933113967,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7135,""label"":""hovered"",""timeHovered"":2277,""week"":""2022-01-03""},{""time"":11884,""label"":""hovered"",""timeHovered"":1152,""week"":""2022-01-10""},{""time"":13549,""label"":""hovered"",""timeHovered"":1143,""week"":""2021-10-11""}]}",1,moderate,line -2023-03-15 22:11:17,2023-03-15 22:24:43,0,170.253.202.189,100,806,1,2023-03-15 22:24:44,R_1qZZpV4tIBv7wSw,,,,,33.9828,-88.4683,anonymous,EN,1,5.587,5.587,6.941,1,,,,,,,,0,0,15.116,0,100,52,25,10.628,16.901,18.551,3,7.959,17.695,33.582,3,1,-1,18.03,53.07,56.56,2,-2,1,44.827,66.776,68.002,3,1,209.98,209.98,211.983,1,0,0,15.014,0,5,3,3,4,6,4,,11.932,33.023,36.682,7,5,5,5,5,5,5,"I trust this visualization because of the interactive mode. But when I went to look for the week of Jan. 15th specifically in reference to that one question I couldn't find it, but maybe that was a generalization of a question...",2.312,2.312,57.468,1,4,,4.336,5.056,6.485,2,2,7,3,4,1,5,6,0,0,21.629,0,2,2,8,2,2,3,10,10,,4.494,70.347,84.501,8,2,2,3,3,2,3,2.696,21.911,23.31,7,3,,3.235,3.235,4.623,1,2,1973,Mississippi,7,2,1,,7,,,13,2,1,allofmyheartsoulmind@gmail.com,2.442,86.169,91.82,19,5de9ce848b29320fd922c587,"{""startTime"":1678932847649,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932887025,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932729050,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":10579,""label"":""tour_next"",""step"":2},{""time"":17683,""label"":""tour_end"",""step"":2},{""time"":22031,""label"":""hovered"",""timeHovered"":1362,""week"":""2021-10-04""},{""time"":23898,""label"":""hovered"",""timeHovered"":1499,""week"":""2021-07-19""},{""time"":27779,""label"":""hovered"",""timeHovered"":1091,""week"":""2021-07-12""}]}","{""startTime"":1678932831861,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":4428,""label"":""hovered"",""timeHovered"":1001,""week"":""2021-05-24""},{""time"":5501,""label"":""hovered"",""timeHovered"":1549,""week"":""2021-05-24""},{""time"":8911,""label"":""hovered"",""timeHovered"":1475,""week"":""2021-04-26""},{""time"":12150,""label"":""hovered"",""timeHovered"":1448,""week"":""2022-01-03""}]}",0,moderate,line -2023-03-15 22:13:48,2023-03-15 22:24:48,0,98.250.242.105,100,659,1,2023-03-15 22:24:48,R_2cwPmj4eFkAWZ27,,,,,42.5029,-83.1021,anonymous,EN,1,3.935,3.935,4.805,1,,,,,,,,0,0,15.112,0,30,44,8,21.261,28.168,28.931,3,35.394,51.129,53.032,2,1,1,23.302,46.1,48.097,2,1,-3,40.837,129.645,155.691,2,1,74.51,74.51,75.725,1,0,0,15.009,0,3,5,4,4,6,4,,9.079,37.848,40.466,10,5,5,5,3,3,6,"the chart and graphs showed it all ",4.701,4.701,33.432,1,4,,2.628,4.7,6.693,2,2,7,3,4,1,5,6,0,0,26.74,0,5,6,7,7,9,4,8,9,,3.795,19.381,23.048,10,2,3,3,2,4,2,3.625,22.426,23.19,7,6,,3.616,3.616,5.314,1,1,1969,Michigan,2,2,1,,3,,,4,1,2,,1.52,66.177,70.819,19,5c961ee66357fb0001ef4b4a,"{""startTime"":1678933000032,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933040945,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":29,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1706,""week"":""50"",""id"":""chart""}]}","{""startTime"":1678932882451,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":8386,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1817,""week"":""2"",""id"":""chart""},{""time"":10269,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1167,""week"":""1"",""id"":""chart""},{""time"":11503,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6866,""week"":""52"",""id"":""chart""},{""time"":19986,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2367,""week"":""1"",""id"":""chart""},{""time"":23119,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2051,""week"":""1"",""id"":""chart""},{""time"":25271,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1582,""week"":""2"",""id"":""chart""},{""time"":26853,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1250,""week"":""3"",""id"":""chart""},{""time"":30486,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1716,""week"":""6"",""id"":""chart""},{""time"":35391,""label"":""tour_next"",""step"":2},{""time"":40770,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1716,""week"":""52"",""id"":""chart2""},{""time"":43236,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1317,""week"":""4"",""id"":""chart2""},{""time"":51125,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932984608,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":9118,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1205,""week"":""52"",""id"":""chart2""}]}",0,simple,bar -2023-03-15 22:06:50,2023-03-15 22:25:11,0,75.128.49.230,100,1100,1,2023-03-15 22:25:11,R_3PpDKhmrEhMCUZQ,,,,,34.066,-117.8928,anonymous,EN,1,17.005,17.005,22.273,1,,,,,,,,0,0,15.122,0,100,100,62,7.519,39.017,49.801,6,22.729,34.558,36.501,2,1,1,70.296,89.734,106.894,2,-2,-3,43.085,144.93,155.261,3,-2,159.341,159.341,161.377,1,0,0,15.111,0,6,5,6,5,6,6,,17.057,37.545,39.467,6,5,6,5,5,5,5,I agree in trusting this visualization because it includes all relevant data in a way that I can generally understand/read it.,2.398,20.377,47.891,2,4,,7.796,13.519,15.224,2,2,7,3,4,1,5,6,0,0,27.753,0,2,6,7,7,2,4,8,7,,6.412,47.477,59.974,11,2,3,2,3,3,2,6.298,32.216,40.498,6,5,,3.567,6.37,7.495,2,2,1988,California,7,3,1,,9,,"Hispanic, Asian, White",17,2,1,londonspring@aol.com,1.353,181.32,192.757,60,5d4ac837d2844e0001ecf699,"{""startTime"":1678932792834,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932670463,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":14014},{""label"":""window_focused"",""time"":21155}]}","{""startTime"":1678932509506,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":24,""label"":""tour_started""},{""time"":8836,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1882,""week"":""1"",""id"":""chart""},{""time"":11249,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1117,""week"":""52"",""id"":""chart""},{""time"":17174,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1034,""week"":""52"",""id"":""chart""},{""time"":19639,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1416,""week"":""5"",""id"":""chart""},{""time"":22722,""label"":""tour_next"",""step"":2},{""time"":26478,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2268,""week"":""1"",""id"":""chart2""},{""time"":28843,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1134,""week"":""2"",""id"":""chart2""},{""time"":31107,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1383,""week"":""2"",""id"":""chart2""},{""time"":34550,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932654684,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,bar -2023-03-15 22:15:49,2023-03-15 22:25:12,0,174.162.32.30,100,562,1,2023-03-15 22:25:12,R_xzUXATYZ8vud7dD,,,,,43.0127,-85.722,anonymous,EN,1,10.66,10.66,12.334,1,1,4,2,2.807,7.733,9.027,2,0,0,15.014,0,70,50,17,19.101,31.034,33.115,3,17.325,23.972,26.18,2,1,1,40.284,58.203,59.696,3,-3,-3,21.538,67.937,69.419,3,-3,33.978,33.978,35.356,1,0,0,15.012,0,5,3,5,5,6,5,,16.446,32.402,37.282,6,4,5,5,3,5,5,"Provided by CDC ",3.6,3.6,30.403,1,6,,6.709,7.801,10.736,2,2,7,3,4,1,5,6,0,0,28.027,0,3,9,8,5,8,5,10,9,,7.104,24.482,26.301,8,3,4,1,2,4,4,8.649,29.112,30.473,6,3,2,2.452,13.202,14.504,2,1,1965,Michigan,3,3,1,,7,,,7,4,2,,4.78,61.32,62.806,13,5bdf513338109a0001f474c8,"{""startTime"":1678933190167,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933136064,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933033475,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":19,""label"":""tour_started""},{""time"":9337,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2017,""week"":""1"",""id"":""chart""},{""time"":13141,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1498,""week"":""49"",""id"":""chart""},{""time"":17320,""label"":""tour_next"",""step"":2},{""time"":19677,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1517,""week"":""2"",""id"":""chart2""},{""time"":21943,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1183,""week"":""51"",""id"":""chart2""},{""time"":23966,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933120415,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":6998,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1335,""week"":""1"",""id"":""chart2""},{""time"":8366,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2400,""week"":""52"",""id"":""chart2""},{""time"":11090,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2093,""week"":""52"",""id"":""chart""},{""time"":13779,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1039,""week"":""52"",""id"":""chart2""}]}",1,simple,bar -2023-03-15 22:12:50,2023-03-15 22:25:33,0,67.3.132.134,100,762,1,2023-03-15 22:25:34,R_2tEEEJ9aoB1qNFY,,,,,41.2884,-95.9972,anonymous,EN,1,4.906,4.906,5.881,1,1,4,2,2.908,5.366,6.285,2,0,0,15.111,0,49,14,69,9.179,32.978,34.689,6,28.664,101.182,102.735,18,1,1,53.863,70.985,79.193,2,-3,-3,37.995,59.855,61.293,2,1,25.516,25.516,27.196,1,0,0,15.01,0,2,2,2,2,3,2,,9.063,26.097,27.574,8,4,2,3,2,2,3,"I think all of the Covid information is skewed. There are many people who never get tested so I trust the validity of these results. ",3.689,29.465,52.041,3,2,,6.913,6.913,8.494,1,2,3,4,5,1,6,7,0,0,17.047,0,1,2,2,1,1,6,4,4,,5.519,20.099,22.273,8,4,5,1,1,4,5,10.226,27.943,29.097,6,4,2,8.684,17.638,18.861,3,2,1970,Nebraska,6,2,1,,7,,,8,3,1,my2neboys@att.net,2.613,163.185,170.072,52,63b6ce65bf24c8201da439e4,"{""startTime"":1678933090454,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932991583,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":25,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1711,""week"":""1"",""id"":""chart""},{""time"":7740,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1081,""week"":""1"",""id"":""chart""}]}","{""startTime"":1678932844797,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":15806,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4107,""week"":""1"",""id"":""chart""},{""time"":20063,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3692,""week"":""2"",""id"":""chart""},{""time"":25070,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1429,""week"":""3"",""id"":""chart""},{""time"":28656,""label"":""tour_next"",""step"":5},{""time"":55972,""label"":""cleared_brush"",""using"":""Click""},{""time"":64583,""label"":""started_brush"",""startDate"":""2021-08-23"",""endDate"":""2021-09-03""},{""time"":65421,""label"":""tour_next"",""step"":5},{""time"":74243,""label"":""moved_brush"",""startDate"":""2021-07-09"",""endDate"":""2021-09-03""},{""time"":75200,""label"":""tour_next"",""step"":5},{""time"":81905,""label"":""moved_brush"",""startDate"":""2021-08-10"",""endDate"":""2021-10-05""},{""time"":89018,""label"":""started_brush"",""startDate"":""2021-07-26"",""endDate"":""2021-09-30""},{""time"":89411,""label"":""moved_brush"",""startDate"":""2021-06-15"",""endDate"":""2021-08-21""},{""time"":91242,""label"":""cleared_brush"",""using"":""Click""},{""time"":94897,""label"":""tour_next"",""step"":5},{""time"":101173,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678932976027,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":6926,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2333,""week"":""2"",""id"":""chart""},{""time"":11245,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1673,""week"":""1"",""id"":""chart""}]}",1,complex,bar -2023-03-15 22:18:50,2023-03-15 22:25:38,0,75.187.119.49,100,407,1,2023-03-15 22:25:38,R_1hZlA5UMtogNfvg,,,,,39.1094,-84.5718,anonymous,EN,1,2.635,2.635,3.701,1,1,2,1,1.45,5.05,5.888,2,0,0,15.009,0,65,100,24,8.541,12.325,13.014,3,17.264,39.812,42.401,5,1,1,6.252,32.335,33.662,3,-2,-3,15.017,40.417,41.664,6,1,10.673,35.606,37.099,8,4.389,12.123,15.018,3,3,3,3,4,5,3,,5.731,17.984,19.741,8,3,3,2,7,7,3,I haven't done enough research about it to have an opinion either way.,2.102,2.102,21.396,1,2,,7.273,7.273,9.034,1,2,7,3,4,1,5,6,0,0,15.479,0,1,4,1,5,6,4,9,8,,4.53,20.847,21.22,9,1,1,5,5,2,1,5.341,19.758,20.751,7,2,1,4,9.683,11.232,2,2,1984,Ohio,7,3,1,,7,,,10,4,1,missjamieyoung@gmail.com,2.541,38.091,42.243,14,614f297f566989948fc108ad,"{""startTime"":1678933316583,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933275736,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933179621,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":6973,""label"":""hovered"",""timeHovered"":1615,""week"":""2021-12-13""},{""time"":13971,""label"":""hovered"",""timeHovered"":1533,""week"":""2022-01-24""},{""time"":17260,""label"":""tour_next"",""step"":5},{""time"":24315,""label"":""started_brush"",""startDate"":""2021-06-21"",""endDate"":""2021-10-24""},{""time"":26091,""label"":""moved_brush"",""startDate"":""2021-06-21"",""endDate"":""2021-09-12""},{""time"":26824,""label"":""tour_next"",""step"":5},{""time"":30776,""label"":""moved_brush"",""startDate"":""2021-09-28"",""endDate"":""2021-12-21""},{""time"":31874,""label"":""tour_next"",""step"":5},{""time"":35447,""label"":""cleared_brush"",""using"":""click""},{""time"":35448,""label"":""cleared_brush"",""using"":""Escape""},{""time"":36791,""label"":""tour_next"",""step"":5},{""time"":39808,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678933260112,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":6070,""label"":""cleared_brush"",""using"":""click""},{""time"":7887,""label"":""started_brush"",""startDate"":""2021-10-08"",""endDate"":""2021-12-07""},{""time"":10150,""label"":""started_brush"",""startDate"":""2021-05-29"",""endDate"":""2021-08-11""}]}",1,complex,line -2023-03-15 22:14:27,2023-03-15 22:25:38,0,137.83.67.36,100,670,1,2023-03-15 22:25:38,R_1f1aLTm8AtuzVzN,,,,,46.9718,-124.157,anonymous,EN,1,3.153,3.153,4.297,1,1,4,2,1.668,4.756,5.725,3,0,0,15.01,0,60,91,74,26.395,32.088,33.908,3,9.722,92.611,107.859,21,1,1,25.04,56.225,58.29,2,1,1,20.349,38.112,40.286,2,1,12.885,86.581,88.551,2,0,0,15.117,0,6,4,6,6,6,6,,20.61,41.48,43.136,8,5,6,6,7,4,5,"It seems to have all of the appropriate data, and seems to be in line with the data I saw in the New York Times during the same time period.",1.98,1.98,32.85,1,6,,4.477,8.441,9.856,2,2,7,3,4,1,5,6,0,0,19.176,0,7,8,9,10,9,8,11,10,,3.749,15.429,17.248,8,3,3,2,3,4,3,7.419,28.907,30.397,7,1,1,2.886,9.764,11.203,2,1,1969,Washington,6,1,1,,7,,,5,4,1,records@dblcrown.com,2.013,52.789,88.705,13,62db76a315d362749f584469,"{""startTime"":1678933212581,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":19800,""label"":""started_brush"",""startDate"":""2021-08-08"",""endDate"":""2021-08-11""}]}","{""startTime"":1678933151669,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932938332,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":9719,""label"":""tour_next"",""step"":5},{""time"":25158,""label"":""tour_back"",""step"":5},{""time"":28496,""label"":""hovered"",""timeHovered"":1178,""week"":""2021-08-30""},{""time"":31046,""label"":""hovered"",""timeHovered"":1128,""week"":""2021-09-06""},{""time"":32557,""label"":""hovered"",""timeHovered"":1534,""week"":""2021-09-20""},{""time"":37908,""label"":""hovered"",""timeHovered"":3081,""week"":""2022-01-03""},{""time"":43180,""label"":""tour_next"",""step"":5},{""time"":51019,""label"":""tour_back"",""step"":5},{""time"":61971,""label"":""tour_next"",""step"":5},{""time"":68481,""label"":""started_brush"",""startDate"":""2021-06-05"",""endDate"":""2021-10-18""},{""time"":69360,""label"":""tour_next"",""step"":5},{""time"":76501,""label"":""moved_brush"",""startDate"":""2021-04-20"",""endDate"":""2021-09-02""},{""time"":77532,""label"":""tour_next"",""step"":5},{""time"":85488,""label"":""cleared_brush"",""using"":""click""},{""time"":85491,""label"":""cleared_brush"",""using"":""Escape""},{""time"":86937,""label"":""tour_next"",""step"":5},{""time"":92606,""label"":""tour_end"",""step"":5},{""time"":95137,""label"":""hovered"",""timeHovered"":1210,""week"":""2022-01-31""},{""time"":100070,""label"":""hovered"",""timeHovered"":3632,""week"":""2022-01-10""}]}","{""startTime"":1678933136055,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line -2023-03-15 22:12:22,2023-03-15 22:25:54,0,207.255.209.12,100,812,1,2023-03-15 22:25:55,R_1LHVRHuwrMhwsQO,,,,,39.6545,-78.7665,anonymous,EN,1,5.6,5.6,6.605,1,,,,,,,,0,0,15.108,0,86,100,77,12.783,21.798,23.944,5,22.732,30.94,44.75,2,1,1,41.77,49.738,54.468,2,1,-3,20.011,74.074,76.43,4,1,60.1,60.1,61.298,1,0,0,15.015,0,5,2,1,4,2,6,I just needed to realize that the two factors (insect & fungi) were added together and not two separate bars.,21.956,101.465,104.18,11,4,5,6,7,6,6,"I think once you see how the numbers are presented and what they mean, they are easy to follow. I do wish you didn't have to subtract the fungi from the insect to get to accurate insect count, but at least I know how the data is presented.",2.301,2.301,71.145,1,2,,8.524,10.451,14.617,2,2,7,3,4,1,5,6,0,0,21.65,0,5,8,9,9,8,8,9,9,,7.964,32.548,34.597,12,4,5,1,2,5,5,11.814,34.742,35.548,6,5,,10.479,10.479,12.3,1,1,1976,Maryland,4,2,1,,7,,,3,1,1,jeremynt17@msn.com,1.747,162.487,165.664,53,5bfc4058bab673000163c8af,"{""startTime"":1678932935831,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":91,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":12601,""week"":""2"",""id"":""chart""}]}","{""startTime"":1678933040787,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932797748,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":27,""label"":""tour_started""},{""time"":17594,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1017,""week"":""52"",""id"":""chart""},{""time"":18627,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1366,""week"":""51"",""id"":""chart""},{""time"":22721,""label"":""tour_next"",""step"":2},{""time"":30928,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932920145,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":4194,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1986,""week"":""52"",""id"":""chart""},{""time"":6212,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1055,""week"":""1"",""id"":""chart""}]}",0,moderate,bar -2023-03-15 22:12:05,2023-03-15 22:25:55,0,73.225.131.228,100,830,1,2023-03-15 22:25:56,R_DpWSJH152xU3JDj,,,,,47.3014,-122.6062,anonymous,EN,1,12.431,12.431,14.08,1,1,3,2,14.357,19.624,21.45,2,0,0,15.111,0,100,50,36,15.555,22.504,24.445,4,32.1,41.116,66.741,2,1,1,57.38,76.662,79.671,2,-3,1,114.135,148.686,154.431,2,1,40.022,40.022,42.349,1,0,0,15.014,0,3,3,2,3,3,3,I am not sure why we are not using the visualization data above for this set of questions,18.649,34.634,65.792,8,6,5,6,4,5,6,"I trust scientific data and all that it includes. ",5.59,5.59,38.896,1,6,,16.697,16.697,28.784,1,2,7,3,4,1,5,6,0,0,28.201,0,7,9,8,8,8,5,10,10,,9.055,23.787,27.432,8,4,4,2,2,4,4,11.963,36.446,37.476,6,2,1,3.17,14.42,17.666,2,2,1958,Washington,5,2,1,,9,,Gig Harbor,14,4,1,pferrari58@gmail.com,4.268,77.018,81.848,14,62eed9e3e4c704bcef237b74,"{""startTime"":1678933136625,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933052478,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932814390,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":19257,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1749,""week"":""51"",""id"":""chart""},{""time"":22967,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3472,""week"":""52"",""id"":""chart""},{""time"":26460,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1563,""week"":""51"",""id"":""chart""},{""time"":29291,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1049,""week"":""50"",""id"":""chart""},{""time"":32097,""label"":""tour_next"",""step"":2},{""time"":41113,""label"":""tour_end"",""step"":2},{""time"":50676,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":9630,""week"":""52"",""id"":""chart""},{""time"":60325,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3581,""week"":""51"",""id"":""chart""}]}","{""startTime"":1678933036918,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar -2023-03-15 22:16:02,2023-03-15 22:25:59,0,24.12.44.253,100,597,1,2023-03-15 22:26:00,R_RCin6YeQvqjkusN,,,,,41.6133,-87.0446,anonymous,EN,1,1.943,8.678,10.063,6,,,,,,,,12.169,12.169,15.027,1,85,87,50,1.4,19.122,20.48,6,8.575,25.836,27.124,4,1,1,4.114,57.671,59.646,33,1,1,12.644,83.357,86.418,17,1,13.262,97.63,100.151,9,6.977,6.977,15.023,1,4,4,4,5,5,4,,4.159,30.166,31.724,22,3,5,3,3,3,4,I don't know the context nor who performed the research.,6.057,6.057,33.448,1,4,,5.264,6.699,8.044,2,2,7,3,4,1,5,6,8.177,19.633,25.725,2,6,6,8,8,8,4,10,9,,4.402,18.91,20.429,9,4,3,1,3,3,3,7.941,21.775,23.06,7,4,,4.186,5.727,7.231,2,2,1961,Indiana,7,1,1,,7,,,9,5,2,,2.396,68.955,70.767,20,609c6cc79875c8f0ba5d2242,"{""startTime"":1678933202343,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933149909,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933019540,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":15210,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1373,""week"":""4"",""id"":""chart""},{""time"":18460,""label"":""tour_next"",""step"":2},{""time"":23561,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933134326,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":9133,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5429,""week"":""52"",""id"":""chart""}]}",0,moderate,bar -2023-03-15 22:17:55,2023-03-15 22:26:11,0,71.14.184.19,100,495,1,2023-03-15 22:26:11,R_Oe6gRD8JcG59CM1,,,,,38.6287,-90.1988,anonymous,EN,1,5.586,5.586,6.495,1,1,2,2,1.37,2.918,3.847,2,0,0,15.02,0,89,88,67,6.555,16.806,18.339,6,15.31,18.032,20.627,2,1,1,25.253,45.103,45.908,2,-2,-2,25.546,42.704,43.582,3,1,143.731,143.731,144.643,1,0,0,15.008,0,6,3,1,6,6,5,,3.711,11.869,13.791,7,5,6,6,5,4,5,"It seems scientific, it provides a good amount of information and it provides it in a clear manner.",1.213,1.213,26.1,1,5,,3.542,3.542,5.185,1,2,7,3,4,1,5,6,0,0,12.658,0,2,2,1,2,4,1,10,9,,0,0,19.3,0,5,5,1,1,5,5,0,0,10.799,0,1,1,0,0,6.335,0,3,1977,Missouri,3,2,1,,7,,,5,4,2,,8.984,38.771,45.342,11,5589a309fdf99b7ae5007c33,"{""startTime"":1678933262291,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933219141,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":1257,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1463,""week"":""4"",""id"":""chart""}]}","{""startTime"":1678933138492,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":21,""label"":""tour_started""},{""time"":7655,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2682,""week"":""52"",""id"":""chart""},{""time"":15303,""label"":""tour_next"",""step"":2},{""time"":18025,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933203463,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar -2023-03-15 22:03:37,2023-03-15 22:26:26,0,76.137.135.225,100,1369,1,2023-03-15 22:26:27,R_7aH75gihyw78gNP,,,,,38.6283,-121.3307,anonymous,EN,1,19.601,19.601,105.357,1,1,2,2,2.823,7.401,8.848,2,0,0,15.107,0,50,54,26,90.946,103.959,108.431,4,30.954,256.282,281.07,25,-2,-3,42.593,60.827,75.789,3,-3,-3,48.341,80.183,81.635,2,1,58.633,58.633,60.4,1,0,0,15.006,0,3,3,7,5,5,7,,24.415,50.183,55.67,7,7,5,4,7,7,3,"I don't know how this info was collected, how it was reported, where it came from, who compiled it, or whether or not it was skewed. I also don't trust information compiled by the government unless it can be independently verified.",3.643,3.643,71.222,1,6,,9.092,9.092,11.944,1,2,7,3,4,1,5,6,0,0,27.93,0,1,2,2,6,1,6,10,9,,9.253,41.353,48.505,10,5,5,1,1,5,5,11.407,36.397,38.324,6,4,4,11.528,25.936,27.883,2,2,1957,California,6,2,1,,7,,,14,4,1,639aa4b8f52bdf60b603c9b1@email.prolific.co,3.952,214.306,219.631,52,639aa4b8f52bdf60b603c9b1,"{""startTime"":1678932987483,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932827228,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":29,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4323,""week"":""52"",""id"":""chart""},{""time"":4688,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3097,""week"":""51"",""id"":""chart""}]}","{""startTime"":1678932468863,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":32183,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3199,""week"":""50"",""id"":""chart""},{""time"":36267,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1649,""week"":""34"",""id"":""chart""},{""time"":46016,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4782,""week"":""4"",""id"":""chart""},{""time"":74874,""label"":""tour_next"",""step"":5},{""time"":111913,""label"":""cleared_brush"",""using"":""Click""},{""time"":114704,""label"":""cleared_brush"",""using"":""Click""},{""time"":127767,""label"":""started_brush"",""startDate"":""2021-11-29"",""endDate"":""2022-02-04""},{""time"":152842,""label"":""moved_brush"",""startDate"":""2021-11-20"",""endDate"":""2022-01-26""},{""time"":158845,""label"":""moved_brush"",""startDate"":""2021-12-01"",""endDate"":""2022-02-06""},{""time"":162706,""label"":""tour_next"",""step"":5},{""time"":178265,""label"":""moved_brush"",""startDate"":""2021-12-01"",""endDate"":""2022-01-31""},{""time"":182099,""label"":""moved_brush"",""startDate"":""2021-12-07"",""endDate"":""2022-01-31""},{""time"":188954,""label"":""moved_brush"",""startDate"":""2021-12-06"",""endDate"":""2022-01-30""},{""time"":190403,""label"":""tour_next"",""step"":5},{""time"":221364,""label"":""cleared_brush"",""using"":""Click""},{""time"":223352,""label"":""tour_next"",""step"":5},{""time"":232419,""label"":""tour_end"",""step"":5},{""time"":233755,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3635,""week"":""2"",""id"":""chart""},{""time"":237816,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":15091,""week"":""52"",""id"":""chart""},{""time"":257631,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2728,""week"":""33"",""id"":""chart""},{""time"":263675,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2230,""week"":""14"",""id"":""chart""},{""time"":266426,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4930,""week"":""24"",""id"":""chart""},{""time"":273410,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1795,""week"":""24"",""id"":""chart""}]}","{""startTime"":1678932811712,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":2779,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":9939,""week"":""1"",""id"":""chart""}]}",1,complex,bar -2023-03-15 22:02:53,2023-03-15 22:26:47,0,184.166.49.25,100,1433,1,2023-03-15 22:26:47,R_3JwObxfdgpysLjZ,,,,,48.3595,-114.1884,anonymous,EN,1,39.437,39.437,41.142,1,,,,,,,,0,0,15.011,0,95,74,62,46.417,68.529,71.642,6,46.664,54.294,75.6,2,-1,1,28.184,132.489,135.441,6,-3,1,29.083,56.681,58.903,4,1,79.072,101.011,114.356,2,0,0,15.014,0,3,7,3,2,5,2,,13.576,59.708,80.939,7,2,4,5,7,3,4,"I chose ""slightly agree"" because the instructions said to assume I trust the data. Something I can't put my finger on seems missing, though.",3.596,88.885,103.254,3,5,,6.618,14.641,21.755,3,2,7,3,4,1,5,6,0,0,35.915,0,3,7,7,5,4,3,9,5,I trust the Democratic Party (8) much more than the current Republican party (1).,11.767,117.08,139.245,14,2,3,1,2,4,3,17.749,83.838,85.77,6,2,,10.997,10.997,14.673,1,2,1956,Montana,6,1,1,,7,,,3,4,1,claritywritten@gmail.com,2.048,192.199,200.26,32,63d87654c14b742db0fba872,"{""startTime"":1678932475458,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932558472,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932320335,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":32,""label"":""tour_started""},{""time"":25079,""label"":""hovered"",""timeHovered"":2485,""week"":""2021-12-27""},{""time"":28950,""label"":""hovered"",""timeHovered"":5324,""week"":""2022-01-10""},{""time"":36676,""label"":""hovered"",""timeHovered"":6524,""week"":""2022-01-17""},{""time"":46634,""label"":""tour_next"",""step"":2},{""time"":54264,""label"":""tour_end"",""step"":2},{""time"":56570,""label"":""hovered"",""timeHovered"":1466,""week"":""2022-01-31""},{""time"":60773,""label"":""hovered"",""timeHovered"":2036,""week"":""2021-04-12""},{""time"":68738,""label"":""hovered"",""timeHovered"":1230,""week"":""2021-10-18""}]}","{""startTime"":1678932458895,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":4564,""label"":""hovered"",""timeHovered"":2572,""week"":""2021-06-21""},{""time"":7536,""label"":""hovered"",""timeHovered"":1401,""week"":""2021-05-31""},{""time"":8938,""label"":""hovered"",""timeHovered"":2419,""week"":""2021-06-14""},{""time"":11461,""label"":""hovered"",""timeHovered"":2482,""week"":""2021-08-16""}]}",0,moderate,line -2023-03-15 22:11:17,2023-03-15 22:27:00,0,174.16.230.238,100,942,1,2023-03-15 22:27:01,R_xsavud1viZoDwyt,,,,,39.7351,-105.0269,anonymous,EN,1,7.568,7.568,9.747,1,1,4,2,2.421,5.509,8.777,2,0,0,15.012,0,85,100,84,18.019,29.261,38.454,3,13.595,142.365,155.381,13,-2,1,26.498,60.564,72.255,3,-3,-3,62.444,133.081,152.056,2,1,26.191,46.848,47.799,3,0,0,15.011,0,5,5,5,5,5,5,No additional comments.,15.746,33.073,55.919,7,5,6,6,6,5,6,Because it came from the CDC.,3.907,3.907,23.259,1,6,No additional comments.,6.831,8.499,18.953,2,2,7,3,4,1,5,6,0,0,19.148,0,5,9,9,8,7,5,10,10,These are very general categories and my answers might vary if specific people were mentioned.,5.492,102.583,110.521,18,5,5,1,1,5,5,10.67,33.967,34.703,7,2,1,3.088,11.395,13.653,2,1,1956,Colorado,3,2,1,,7,,,4,4,1,5de5dba9ff87c15699804260@email.prolific.co,3.817,66.016,78.164,11,5de5dba9ff87c15699804260,"{""startTime"":1678933053705,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932984286,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932764676,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":27,""label"":""tour_started""},{""time"":71,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1840,""week"":""50"",""id"":""chart""},{""time"":13507,""label"":""tour_next"",""step"":5},{""time"":34482,""label"":""cleared_brush"",""using"":""Click""},{""time"":40945,""label"":""tour_back"",""step"":5},{""time"":42865,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5098,""week"":""52"",""id"":""chart""},{""time"":48452,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6780,""week"":""52"",""id"":""chart""},{""time"":55287,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1534,""week"":""51"",""id"":""chart""},{""time"":59049,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1836,""week"":""6"",""id"":""chart""},{""time"":62011,""label"":""tour_next"",""step"":5},{""time"":73289,""label"":""started_brush"",""startDate"":""2021-09-23"",""endDate"":""2021-11-02""},{""time"":77955,""label"":""tour_next"",""step"":5},{""time"":97516,""label"":""moved_brush"",""startDate"":""2021-10-04"",""endDate"":""2021-11-02""},{""time"":101521,""label"":""moved_brush"",""startDate"":""2021-10-02"",""endDate"":""2021-10-30""},{""time"":103070,""label"":""tour_next"",""step"":5},{""time"":114131,""label"":""cleared_brush"",""using"":""Click""},{""time"":114131,""label"":""cleared_brush"",""using"":""Escape""},{""time"":117548,""label"":""tour_next"",""step"":5},{""time"":127700,""label"":""tour_end"",""step"":5},{""time"":130726,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1086,""week"":""3"",""id"":""chart""},{""time"":138751,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2084,""week"":""38"",""id"":""chart""},{""time"":147972,""label"":""started_brush"",""startDate"":""2021-12-04"",""endDate"":""2021-12-11""}]}","{""startTime"":1678932968727,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar -2023-03-15 22:13:31,2023-03-15 22:27:00,0,50.113.92.40,100,808,1,2023-03-15 22:27:01,R_3hgukPVarNBCUD8,,,,,33.1639,-117.3003,anonymous,EN,1,3.431,3.431,5.1,1,1,4,2,1.984,3.757,5.091,2,0,0,15.01,0,81,81,88,0,0,23.797,0,5.591,46.213,60.931,3,1,1,26.561,66.759,68.196,3,1,-3,9.553,109.093,110.535,7,-3,38.443,38.443,39.99,1,8.541,8.541,15.015,1,5,5,4,4,5,5,,21.692,33.441,37.464,7,6,6,6,6,6,6,The data fits with the data presented in a way that is entirely believable.,9.576,12.616,63.337,4,5,,4.222,5.825,7.271,2,2,3,4,5,1,6,7,0,0,14.38,0,3,4,6,7,8,4,10,8,,0,0,35.8,0,5,5,2,2,5,5,0,0,20.205,0,4,1,0,0,22.46,0,1,1937,California,7,2,1,,7,,,9,1,1,5d41e832b0ca7200169d857e@email.prolific.co,13.003,189.613,195.82,22,5d41e832b0ca7200169d857e,"{""startTime"":1678933168884,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933091136,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932879187,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":27,""label"":""tour_started""},{""time"":16676,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4730,""week"":""52"",""id"":""chart""},{""time"":21624,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":15343,""week"":""50"",""id"":""chart""},{""time"":38618,""label"":""tour_next"",""step"":2},{""time"":46199,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933051571,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":10156,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1765,""week"":""2"",""id"":""chart""}]}",1,moderate,bar -2023-03-15 22:08:35,2023-03-15 22:27:11,0,24.0.201.247,100,1115,1,2023-03-15 22:27:11,R_3DcmpiXm8gQB9CT,,,,,40.7876,-74.06,anonymous,EN,1,7.061,39.637,42.845,12,2,,2,3.002,3.002,5.748,1,6.442,6.442,15.018,1,86,95,58,9.683,101.568,102.916,18,9.663,177.197,180.443,12,1,1,7.65,176.567,177.722,8,-2,1,33.323,56.634,58.856,5,1,4.831,51.302,52.595,4,0,0,15.007,0,5,4,5,6,5,5,,6.94,45.348,49.486,10,4,6,5,5,3,5,Cause it's trustful information.,4.577,4.577,64.05,1,4,,15.581,15.581,22.094,1,2,7,3,4,1,5,6,14.308,14.308,41.055,1,5,6,9,6,4,8,7,9,,8.578,40.944,42.658,12,2,3,3,4,4,3,12.066,46.64,48.05,8,7,1,2.672,16.334,19.695,3,1,1960,New Jersey,5,2,1,,7,,,6,3,1,MayB4Me@yahoo.com,2.481,103.671,106.616,25,5ba345bcf07414000106135e,"{""startTime"":1678932949880,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933000070,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932699989,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":30374,""label"":""hovered"",""timeHovered"":4406,""week"":""2021-12-13""},{""time"":36348,""label"":""hovered"",""timeHovered"":9344,""week"":""2021-11-29""},{""time"":47500,""label"":""tour_next"",""step"":5},{""time"":95394,""label"":""cleared_brush"",""using"":""click""},{""time"":98401,""label"":""cleared_brush"",""using"":""click""},{""time"":116171,""label"":""started_brush"",""startDate"":""2021-09-22"",""endDate"":""2022-02-13""},{""time"":118812,""label"":""tour_next"",""step"":5},{""time"":131108,""label"":""moved_brush"",""startDate"":""2021-09-22"",""endDate"":""2022-02-13""},{""time"":133944,""label"":""moved_brush"",""startDate"":""2021-09-22"",""endDate"":""2022-02-13""},{""time"":136635,""label"":""moved_brush"",""startDate"":""2021-10-03"",""endDate"":""2022-02-13""},{""time"":137788,""label"":""tour_next"",""step"":5},{""time"":154356,""label"":""moved_brush"",""startDate"":""2021-10-03"",""endDate"":""2022-02-13""},{""time"":162114,""label"":""cleared_brush"",""using"":""click""},{""time"":162122,""label"":""cleared_brush"",""using"":""Escape""},{""time"":165099,""label"":""tour_next"",""step"":5},{""time"":177179,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678932934359,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line -2023-03-15 22:15:11,2023-03-15 22:27:18,0,76.92.141.69,100,726,1,2023-03-15 22:27:18,R_2D0426ZofRM28re,,,,,39.1027,-94.5778,anonymous,EN,1,11.857,13.558,15.245,2,,,,,,,,14.709,14.709,15.011,1,100,90,41,10.959,24.749,26.315,7,4.831,48.911,50.786,5,1,1,30.388,50.099,51.411,5,1,1,2.169,47.81,49.079,7,-1,33.818,35.555,37.934,2,10.344,10.344,15.012,1,3,3,3,5,6,3,,3.06,31.024,32.833,15,5,6,3,3,7,3,"I don't know enough about the subject to know if the data is accurate. There's no reason for me to think it's incorrect, but I can't say that I know it is correct.",5.691,56.064,79.597,3,5,,13.001,20.743,39.785,4,2,7,3,4,1,5,6,9.784,33.792,36.196,4,3,5,5,5,5,3,9,9,,7.591,36.271,39.159,13,5,5,1,1,5,4,10.755,38.252,39.622,7,2,,2.195,3.975,5.271,2,2,1977,Missouri,6,3,1,,9,,Gladstone,6,3,1,andil77@hotmail.com,2.021,117.919,119.028,32,6171da4573cf08b98b35ed1a,"{""startTime"":1678933297499,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933179912,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":19819},{""label"":""window_focused"",""time"":23095}]}","{""startTime"":1678933061197,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":15181,""label"":""tour_next"",""step"":2},{""time"":22354,""label"":""tour_end"",""step"":2},{""time"":28121,""label"":""hovered"",""timeHovered"":3365,""week"":""2022-01-03""}]}","{""startTime"":1678933164371,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":11428,""label"":""hovered"",""timeHovered"":1484,""week"":""2022-01-10""}]}",0,simple,line -2023-03-15 21:55:47,2023-03-15 22:27:22,0,98.187.106.118,100,1894,1,2023-03-15 22:27:23,R_1djpcqyvyjMqeGg,,,,,37.7042,-97.2778,anonymous,EN,1,3.754,3.754,4.804,1,1,3,1,2.508,3.844,5.458,2,0,0,15.113,0,88,85,50,14.359,19.558,21.223,3,28.194,35.136,66.785,2,1,1,42.544,61.091,65.069,2,-3,-3,57.233,91.831,94.359,2,1,23.877,23.877,24.98,1,0,0,15.008,0,4,4,5,5,6,5,,45.138,59.304,61.201,7,3,5,4,2,3,4,"I trust the CDC. I don't trust anything completely, and I am not going to trust something that I see just because it says the data is from the CDC.",2.87,2.87,41.817,1,3,,8.185,8.185,10.166,1,2,7,3,4,1,5,6,0,0,15.307,0,4,6,6,6,8,3,8,7,,2.478,11.998,13.991,8,3,3,2,2,4,3,112.327,121.638,122.819,6,3,1,5.872,15.951,18.889,4,2,1983,Kansas,6,2,1,,7,,,5,4,1,5dea9fb3cb53ca1cda9f6116@email.prolific.co,2.314,61.742,64.135,14,5dea9fb3cb53ca1cda9f6116,"{""startTime"":1678932732341,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932794406,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":2613},{""label"":""window_focused"",""time"":411402}]}","{""startTime"":1678932583557,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":28182,""label"":""tour_next"",""step"":2},{""time"":35123,""label"":""tour_end"",""step"":2},{""time"":37614,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2766,""week"":""52"",""id"":""chart""},{""time"":40715,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1550,""week"":""1"",""id"":""chart""},{""time"":42351,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1048,""week"":""2"",""id"":""chart""},{""time"":46189,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6675,""week"":""52"",""id"":""chart2""},{""time"":52914,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1100,""week"":""1"",""id"":""chart2""},{""time"":61932,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1634,""week"":""17"",""id"":""chart2""}]}","{""startTime"":1678932716380,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar -2023-03-15 22:16:56,2023-03-15 22:27:34,0,174.60.85.176,100,637,1,2023-03-15 22:27:34,R_1HnueyKLVTSRkf4,,,,,40.2389,-77.1935,anonymous,EN,1,5.677,5.677,6.826,1,,,,,,,,0,0,15.107,0,70,22,60,17.505,22.457,23.703,3,19.713,88.142,145.301,14,1,1,37.344,49.312,50.667,2,-3,1,62.13,77.754,79.45,2,1,36.122,36.122,37.394,1,0,0,15.111,0,5,5,5,4,4,5,,8.839,15.758,17.782,6,4,2,4,7,2,5,"I would assume it to be accurate. It looks scientific and seems professional. ",2.353,2.353,24.719,1,2,,2.841,3.746,5.353,2,2,7,3,4,1,5,6,0,0,23.424,0,3,3,5,3,3,6,6,8,,3.034,12.891,14.123,8,1,2,3,4,2,2,4.469,15.829,17.058,6,6,,2.213,2.213,5.382,1,2,1981,Pennsylvania,5,1,1,,8,Carlisle,,7,1,2,,2.083,100.407,105.479,15,60838e2e91a6300001f9ac89,"{""startTime"":1678933277555,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933296250,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933076906,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":54,""label"":""tour_started""},{""time"":10403,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4930,""week"":""2"",""id"":""chart""},{""time"":19696,""label"":""tour_next"",""step"":5},{""time"":33481,""label"":""cleared_brush"",""using"":""Click""},{""time"":36616,""label"":""tour_back"",""step"":5},{""time"":36843,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1063,""week"":""51"",""id"":""chart""},{""time"":41891,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1344,""week"":""46"",""id"":""chart""},{""time"":43603,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1681,""week"":""51"",""id"":""chart""},{""time"":45307,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2259,""week"":""52"",""id"":""chart""},{""time"":49786,""label"":""tour_next"",""step"":5},{""time"":61694,""label"":""started_brush"",""startDate"":""2021-06-23"",""endDate"":""2021-09-17""},{""time"":62731,""label"":""tour_next"",""step"":5},{""time"":71703,""label"":""moved_brush"",""startDate"":""2021-10-01"",""endDate"":""2021-12-26""},{""time"":72540,""label"":""tour_next"",""step"":5},{""time"":81698,""label"":""cleared_brush"",""using"":""Click""},{""time"":83323,""label"":""tour_next"",""step"":5},{""time"":88124,""label"":""tour_end"",""step"":5},{""time"":123003,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1360,""week"":""51"",""id"":""chart""},{""time"":129234,""label"":""started_brush"",""startDate"":""2021-12-05"",""endDate"":""2022-02-07""},{""time"":135994,""label"":""moved_brush"",""startDate"":""2021-12-05"",""endDate"":""2022-02-07""},{""time"":136963,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":5306,""week"":""52"",""id"":""chart""},{""time"":142275,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1546,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678933261277,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":4166,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1562,""week"":""2"",""id"":""chart""},{""time"":5912,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1232,""week"":""1"",""id"":""chart""},{""time"":7160,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3481,""week"":""52"",""id"":""chart""}]}",0,complex,bar -2023-03-15 22:11:28,2023-03-15 22:27:38,0,108.52.55.93,100,970,1,2023-03-15 22:27:39,R_3qm7yBnA26l4Jzt,,,,,40.38,-75.2718,anonymous,EN,1,3.066,3.066,3.825,1,1,2,2,1.315,4.496,7.37,2,14.326,14.326,15.006,1,68,2,55,4.935,27.564,31.68,4,6.913,15.509,72.185,2,1,1,40.511,57.453,63.748,2,-3,-3,24.763,55.141,60.468,3,-2,11.924,11.924,26.619,1,0,0,15.115,0,5,3,4,5,5,5,,30.392,41.05,46.272,6,4,5,5,4,7,5,"It just seemed accurate in my opinion. It had a lot of data that seemed to coincide with what was happening in the world. ",1.523,1.523,32.898,1,6,,4.942,4.942,6.277,1,2,7,3,4,1,5,6,0,0,19.38,0,2,2,5,3,1,8,10,9,,3.54,13.654,17.201,8,3,4,1,4,4,4,2.146,370.377,371.498,7,2,3,4.431,21.619,25.546,2,2,1988,Pennsylvania,6,2,1,,7,,,7,4,1,jenniferspencer742@gmail.com,2.468,90.498,100.508,12,5f4a187b40b01f589fe766eb,"{""startTime"":1678932981270,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932912860,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932760287,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":6897,""label"":""tour_next"",""step"":2},{""time"":15493,""label"":""tour_end"",""step"":2},{""time"":16579,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2777,""week"":""50"",""id"":""chart""},{""time"":19534,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":24090,""week"":""51"",""id"":""chart""},{""time"":44407,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1206,""week"":""1"",""id"":""chart""},{""time"":47676,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":21979,""week"":""52"",""id"":""chart2""},{""time"":69699,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1120,""week"":""1"",""id"":""chart2""}]}","{""startTime"":1678932897257,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar -2023-03-15 22:18:40,2023-03-15 22:27:45,0,70.126.233.218,100,545,1,2023-03-15 22:27:46,R_1MSROdXcSW6Qd0w,,,,,28.1131,-81.6241,anonymous,EN,1,4.329,4.329,5.616,1,,,,,,,,0,0,15.008,0,79,91,50,8.582,14.21,15.798,3,18.05,23.127,30.81,2,1,1,19.931,54.019,91.985,5,-3,1,52.686,72.005,72.343,3,1,31.628,31.628,37.24,1,0,0,15.01,0,3,2,3,4,5,3,,9.954,26.181,27.662,6,3,5,5,7,3,5,"Because you said ""assume i trust this visualization"" So, in this situation, i am agreeing with the statement, i trust this visualization.",3.566,3.566,43.999,1,4,,6.025,6.025,6.843,1,2,7,3,4,1,5,6,0,0,13.894,0,5,4,4,4,5,1,10,10,,6.084,18.802,21.888,8,3,3,2,4,4,3,8.225,33.851,35.645,7,2,,2.495,2.495,3.589,1,1,1982,Florida,3,2,1,,7,,,4,4,1,5ba2877a7590cc0001b50d0f@email.prolific.co,1.528,49.541,62.041,12,5ba2877a7590cc0001b50d0f,"{""startTime"":1678933303156,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933331745,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933164069,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":8892,""label"":""hovered"",""timeHovered"":1761,""week"":""2021-08-30""},{""time"":13106,""label"":""hovered"",""timeHovered"":1381,""week"":""2022-01-10""},{""time"":18043,""label"":""tour_next"",""step"":2},{""time"":23120,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933287637,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":6744,""label"":""hovered"",""timeHovered"":3863,""week"":""2022-01-03""},{""time"":10644,""label"":""hovered"",""timeHovered"":1126,""week"":""2022-01-03""}]}",0,simple,line -2023-03-15 22:13:19,2023-03-15 22:27:53,0,135.180.191.227,100,874,1,2023-03-15 22:27:53,R_3jfezqWCPQX2j0f,,,,,37.8051,-122.272,anonymous,EN,1,2.772,19.624,21.574,18,,,,,,,,2.041,2.041,15.027,1,94,88,78,1.074,21.101,22.247,10,3.946,174.141,176.298,32,1,1,2.127,92.399,93.641,28,-2,-3,1.683,105.702,106.204,41,1,2.844,53.61,54.346,9,4.498,12.09,15.015,7,5,7,6,3,6,5,,3.248,24.734,25.386,12,5,5,5,7,7,5,"It is detailed and broken down into multiple data sets ",6.478,6.478,25.469,1,2,Thank you for the opportunity,6.344,24.701,33.531,14,2,7,3,4,1,5,6,8.869,39.038,40.154,13,6,7,6,7,7,6,10,8,,0.62,28.946,30.488,22,4,4,4,1,4,4,4.775,30.323,31.352,13,1,,2.971,3.64,4.703,2,1,1970,California,6,2,1,,3,,,16,4,1,,0.77,99.468,101.3,85,62fee4976ce0883ebbc86e20,"{""startTime"":1678933120310,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933146940,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932871200,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":95,""label"":""tour_started""},{""time"":22453,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5192,""week"":""2"",""id"":""chart""},{""time"":31164,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1632,""week"":""31"",""id"":""chart""},{""time"":36249,""label"":""tour_next"",""step"":5},{""time"":57268,""label"":""started_brush"",""startDate"":""2021-06-16"",""endDate"":""2021-07-24""},{""time"":59425,""label"":""tour_next"",""step"":5},{""time"":71477,""label"":""cleared_brush"",""using"":""Click""},{""time"":96967,""label"":""cleared_brush"",""using"":""Click""},{""time"":113135,""label"":""cleared_brush"",""using"":""Click""},{""time"":131819,""label"":""started_brush"",""startDate"":""2021-05-10"",""endDate"":""2021-07-29""},{""time"":139062,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-06-24""},{""time"":142259,""label"":""tour_next"",""step"":5},{""time"":148421,""label"":""cleared_brush"",""using"":""Click""},{""time"":148422,""label"":""cleared_brush"",""using"":""Escape""},{""time"":151060,""label"":""tour_next"",""step"":5},{""time"":156190,""label"":""tour_end"",""step"":5},{""time"":163472,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":4345,""week"":""38"",""id"":""chart""}]}","{""startTime"":1678933103901,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,bar -2023-03-15 22:02:16,2023-03-15 22:28:14,0,73.50.160.84,100,1557,1,2023-03-15 22:28:15,R_28SyaPrlkQmutjV,,,,,41.1683,-87.8779,anonymous,EN,1,5.033,5.033,6.451,1,,,,,,,,0,0,15.126,0,77,84,60,17.888,26.216,28.427,8,21.043,54.571,137.087,3,1,1,87.709,129.581,131.391,3,-3,-3,22.359,55.191,56.522,4,1,102.495,102.495,103.847,1,0,0,15.019,0,5,2,5,5,6,5,,101.957,145.604,147.806,8,5,5,5,4,5,6,The data is presented in a way that is easy to understand.,2.722,2.722,23.909,1,5,,4.643,7.235,9.294,2,2,7,3,4,1,5,6,159.54,159.54,163.126,1,6,8,2,9,9,3,10,10,,57.13,72.302,74.841,8,2,3,2,3,3,3,13.217,37.048,38.869,6,2,,4.838,4.838,6.329,1,1,1985,Illinois,2,2,1,,7,,,7,4,1,61128c2c056a6993a3868078@email.prolific.co,2.437,213.953,219.902,29,61128c2c056a6993a3868078,"{""startTime"":1678932780707,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":107617,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1862,""week"":""4"",""id"":""chart""}]}","{""startTime"":1678932404046,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932193603,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":10993,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1222,""week"":""46"",""id"":""chart""},{""time"":15391,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3710,""week"":""33"",""id"":""chart""},{""time"":21033,""label"":""tour_next"",""step"":2},{""time"":51649,""label"":""tour_end"",""step"":2},{""time"":53821,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1227,""week"":""1"",""id"":""chart""}]}","{""startTime"":1678932388327,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,bar -2023-03-15 22:17:08,2023-03-15 22:28:23,0,70.122.43.1,100,675,1,2023-03-15 22:28:24,R_1ptei3yvCzdTEd8,,,,,29.4032,-98.508,anonymous,EN,1,4.297,4.297,5.497,1,1,4,2,3.616,6.615,8.402,2,0,0,15.016,0,84,100,48,15.438,24.074,26.494,4,25.663,36.944,38.902,2,-2,1,27.014,46.442,49.167,3,-3,-3,20.035,68.389,69.854,3,-3,42.185,42.185,46.951,1,0,0,15.008,0,3,4,4,5,5,5,n/a,8.015,33.917,39.914,8,5,6,5,5,5,5,I somewhat trust this visualization in this instance. I feel like this showed way less case numbers than the reality though.,2.662,2.662,99.875,1,1,n/a,3.719,14.111,19.966,10,2,7,3,4,1,5,6,0,0,14.887,0,1,1,1,2,1,2,11,5,n/a,2.742,18.152,20.725,9,3,3,4,2,3,3,4.542,38.613,39.87,7,2,1,2.602,7.701,16.975,2,2,1979,Texas,4,3,1,,7,,,5,4,2,,4.355,84.031,93.075,20,6365a371d807016cebfdb16c,"{""startTime"":1678933205779,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933246386,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933100856,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":35,""label"":""tour_started""},{""time"":25648,""label"":""tour_next"",""step"":2},{""time"":27679,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3181,""week"":""51"",""id"":""chart2""},{""time"":32010,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1050,""week"":""50"",""id"":""chart2""},{""time"":36929,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933190181,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar -2023-03-15 22:19:41,2023-03-15 22:28:42,0,24.61.246.85,100,540,1,2023-03-15 22:28:42,R_1C2UHZYM1QfpEl0,,,,,42.3737,-71.1284,anonymous,EN,1,6.1,6.1,7.459,1,,,,,,,,0,0,15.109,0,80,79,65,11.061,26.832,27.799,4,10.829,18.396,20.886,2,1,-2,50.41,67.984,69.523,2,-3,-3,27.404,51.475,73.639,2,1,46.675,46.675,48.031,1,0,0,15.017,0,3,4,3,3,5,3,,10.713,20.936,22.677,6,3,5,4,3,5,3,"I don't know if the figures are accurate; therefore I can't know whether the visualization is accurate. ",2.164,2.164,20.122,1,4,,3.981,4.678,6.682,2,2,7,3,4,1,5,6,0,0,13.911,0,4,7,1,5,6,4,8,8,,4.465,17.66,19.48,9,4,4,1,2,3,4,3.533,18.908,19.8,10,1,,1.623,1.623,3.682,1,1,1971,Massachusetts,9,3,1,,7,,,17,4,1,neil4pleasure@gmail.com,1.195,31.497,40.604,12,58d876b14240e50001190090,"{""startTime"":1678933425727,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933448804,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933318997,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":6647,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3265,""week"":""1"",""id"":""chart""},{""time"":10825,""label"":""tour_next"",""step"":2},{""time"":14040,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1347,""week"":""50"",""id"":""chart2""},{""time"":16065,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1214,""week"":""1"",""id"":""chart2""},{""time"":18393,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933410117,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,bar -2023-03-15 22:17:46,2023-03-15 22:28:51,0,136.49.64.204,100,665,1,2023-03-15 22:28:52,R_5nkT0xg0LJA6GM9,,,,,30.2423,-97.7672,anonymous,EN,1,32.455,33.922,35.738,2,,,,,,,,0,0,15.008,0,100,100,50,11.114,30.762,31.508,3,10.008,16.712,27.966,2,1,1,30.555,49.202,50.727,2,1,1,79.213,101.945,103.873,2,1,38.764,68.602,69.16,2,0,0,15.007,0,5,5,7,5,6,5,,13.045,27.639,30.184,6,3,5,5,7,7,5,The data was from the Department of Agriculture and I would believe that to be credible source of information for this study,2.977,35.284,65.113,4,4,,6.012,6.012,7.856,1,2,7,3,4,1,5,6,0,0,21.909,0,6,6,5,6,6,7,10,8,,5.529,31.882,36.629,8,4,4,2,2,4,4,10.751,28.813,31.476,6,5,,5.961,5.961,7.836,1,2,1970,Texas,6,3,1,,7,,,8,2,1,amanda78748@gmail.com,2.781,43.51,57.167,12,5f2f6bd965964e35e20c7445,"{""startTime"":1678933304548,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":2953,""label"":""hovered"",""timeHovered"":1390,""week"":""2022-01-03""},{""time"":5280,""label"":""hovered"",""timeHovered"":1167,""week"":""2022-01-03""}]}","{""startTime"":1678933335585,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933156394,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":10002,""label"":""tour_next"",""step"":2},{""time"":16706,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933289065,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,line -2023-03-15 22:14:10,2023-03-15 22:28:58,0,73.233.137.216,100,887,1,2023-03-15 22:28:58,R_vC7LPxgYcRHXmVz,,,,,40.38,-75.2718,anonymous,EN,1,3.652,20.509,21.492,4,,,,,,,,0,0,15.111,0,100,78,58,10.75,24.214,25.3,8,12.087,103.285,104.195,10,1,1,12.784,75.974,77.087,7,1,1,16.943,80.071,80.872,9,1,16.964,54.047,55.094,3,13.77,13.77,15.012,1,4,6,4,5,6,4,,13.827,33.345,34.122,9,6,5,5,1,1,4,"well considering i know nothing about fungi and these 3 bugs's lives in croatia (altho I am familiar with them in my own life in PA), id have to take your word for it that it was accurate. if i saw this in a textbook or on the website of a scientist than i would accept it as accurate. it is a lovely graph but a survey showing it to me does not make it really real.",3.149,3.149,134.407,1,2,,6.581,10.559,11.455,2,2,7,3,4,1,5,6,13.036,23.055,23.794,2,4,6,2,3,4,4,10,7,,4.271,31.12,32.336,11,2,2,2,4,2,2,6.775,40.879,41.844,9,1,,1.484,3.05,3.797,2,2,1955,Pennsylvania,6,1,1,,7,,,8,3,2,,1.33,75.954,76.918,31,62b341383dad27265a7a75cb,"{""startTime"":1678933342384,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933099868,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":66270,""label"":""started_brush"",""startDate"":""2021-08-09"",""endDate"":""2021-09-15""},{""time"":69315,""label"":""started_brush"",""startDate"":""2021-10-07"",""endDate"":""2022-01-06""},{""time"":71556,""label"":""started_brush"",""startDate"":""2021-05-08"",""endDate"":""2021-07-18""}]}","{""startTime"":1678932924151,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":12892,""label"":""hovered"",""timeHovered"":2451,""week"":""2022-01-10""},{""time"":22811,""label"":""tour_next"",""step"":5},{""time"":44332,""label"":""started_brush"",""startDate"":""2021-07-30"",""endDate"":""2021-10-09""},{""time"":45250,""label"":""tour_next"",""step"":5},{""time"":50964,""label"":""moved_brush"",""startDate"":""2021-08-26"",""endDate"":""2021-11-05""},{""time"":51762,""label"":""tour_next"",""step"":5},{""time"":57653,""label"":""moved_brush"",""startDate"":""2021-06-01"",""endDate"":""2021-08-10""},{""time"":59932,""label"":""moved_brush"",""startDate"":""2021-09-30"",""endDate"":""2021-12-10""},{""time"":70404,""label"":""cleared_brush"",""using"":""click""},{""time"":70411,""label"":""cleared_brush"",""using"":""Escape""},{""time"":73284,""label"":""tour_next"",""step"":5},{""time"":80818,""label"":""tour_end"",""step"":5},{""time"":92890,""label"":""started_brush"",""startDate"":""2021-07-05"",""endDate"":""2021-09-26""},{""time"":101821,""label"":""started_brush"",""startDate"":""2021-05-04"",""endDate"":""2021-06-13""}]}","{""startTime"":1678933084332,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line -2023-03-15 22:19:55,2023-03-15 22:29:16,0,68.230.114.210,100,560,1,2023-03-15 22:29:16,R_1MRj4wCeBagnUCO,,,,,33.3124,-111.9195,anonymous,EN,1,5.567,5.567,6.728,1,,,,,,,,14.281,14.281,15.01,1,50,82,50,11.011,16.371,17.775,3,10.881,14.338,15.87,2,1,1,14.539,40.548,42.186,2,-2,1,23.31,47.366,49.659,2,1,79.947,79.987,81.785,2,0,0,15.011,0,5,7,7,5,5,5,,6.257,18.848,21.733,7,5,5,3,7,3,5,"The data seems to be presented accurately. Therefore, I feel I can trust it",4.207,4.207,57.044,1,4,,5.585,6.962,9.447,3,2,7,3,4,1,5,6,13.269,17.733,19.986,2,4,4,8,9,4,6,8,8,,5.324,20.301,23.594,13,3,3,2,3,4,3,10.682,28.586,34.265,9,3,,4.98,4.98,6.601,1,2,1959,Arizona,4,2,1,,7,,,6,3,1,601736d3f57edd250d376de9@email.prolific.co,1.937,83.474,86.745,19,601736d3f57edd250d376de9,"{""startTime"":1678933330837,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933353361,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933248244,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":10871,""label"":""tour_next"",""step"":2},{""time"":14327,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933314965,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":13120,""label"":""hovered"",""timeHovered"":2313,""week"":""2022-01-10""}]}",0,moderate,line -2023-03-15 22:16:40,2023-03-15 22:29:17,0,152.86.88.7,100,757,1,2023-03-15 22:29:18,R_3k5sggkBw2Fa6CS,,,,,36.3125,-82.377,anonymous,EN,1,8.052,8.052,9.308,1,1,4,1,1.515,3.915,5.102,2,0,0,15.009,0,100,67,80,24.874,30.944,31.936,3,27.156,76.62,79.207,12,1,1,30.29,84.655,89.101,4,1,1,30.678,75.032,76.933,2,1,27.721,27.721,28.789,1,0,0,15.009,0,5,6,5,6,6,5,"Many COVID cases were not reported. People claimed they had ""colds."" Some people claimed relatives died from ""pneumonia"" but did not admit COVID caused pneumonia. Some people had COVID and were asymptomatic or minimally sick. The CDC did what they could but the South USA sucks in terms of reporting and managing COVID.",8.289,24.431,99.355,7,6,6,6,5,6,5,The CDC did the best they could. I do not trust Southerners who are very pleasant but make lying an art form.,2.755,35.176,39.953,3,5,"I am a Northerner by birth and live in Tennessee. When I would visit people up North, they were very trustworthy about COVID. In the South, the ""Christo-fakies"" were extremely untrustworthy about COVID.",6.966,7.638,56.445,2,2,3,4,5,1,6,7,0,0,15.53,0,4,6,8,7,9,4,10,10,,4.54,26.027,31.668,10,5,5,1,1,5,3,6.875,24.666,26.292,6,1,1,4.96,9.983,11.902,2,2,1959,Tennessee,9,3,1,,7,,,17,1,1,hlbeaudrybhc@comcast.net,3.104,76.539,83.162,15,638b9983a3bbe44e543fe28d,"{""startTime"":1678933197142,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933297190,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933072164,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":34,""label"":""tour_started""},{""time"":12198,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2422,""week"":""51"",""id"":""chart""},{""time"":14654,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3315,""week"":""52"",""id"":""chart""},{""time"":18053,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6718,""week"":""1"",""id"":""chart""},{""time"":28036,""label"":""tour_next"",""step"":5},{""time"":49913,""label"":""started_brush"",""startDate"":""2021-04-29"",""endDate"":""2021-06-11""},{""time"":50839,""label"":""tour_next"",""step"":5},{""time"":56592,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-05-18""},{""time"":60233,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-05-18""},{""time"":63591,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-05-18""},{""time"":64223,""label"":""tour_next"",""step"":5},{""time"":69767,""label"":""cleared_brush"",""using"":""Click""},{""time"":69767,""label"":""cleared_brush"",""using"":""Escape""},{""time"":71691,""label"":""tour_next"",""step"":5},{""time"":76607,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678933181508,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":13495,""label"":""cleared_brush"",""using"":""Click""}]}",1,complex,bar -2023-03-15 22:10:58,2023-03-15 22:29:40,0,69.247.155.174,100,1121,1,2023-03-15 22:29:40,R_3qe2ANcjn8N7xTZ,,,,,36.0571,-86.6729,anonymous,EN,1,53.824,53.824,72.737,1,,,,,,,,0,0,15.201,0,93,68,50,36.862,69.368,71.354,4,43.145,76.398,78.394,4,-2,1,37.295,65.785,73.629,4,-3,-3,63.769,121.302,122.375,2,1,85.166,85.166,86.973,1,0,0,15.118,0,4,4,4,4,4,4,"I didn't remember seeing the source for the information before, but I do see it now underneath the graphs.",26.601,91.878,128.974,9,2,5,4,7,7,4,I don't recall a source for the provided information.,3.691,3.691,69.1,1,5,no additional comments,11.047,22.229,36.435,3,2,7,3,4,1,5,6,7.255,7.536,35.801,2,5,7,8,7,6,7,9,6,no additional comments,6.759,38.898,54.655,9,3,4,2,3,4,4,7.037,47.733,49.278,7,4,,31.919,31.919,32.888,1,2,1970,Tennessee,4,2,1,,7,,,7,4,1,579a4c6a82f7f90001ee9d92@email.prolific.co,2.67,85.869,89.416,14,579a4c6a82f7f90001ee9d92,"{""startTime"":1678933130846,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933001201,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932831863,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":9090,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5749,""week"":""35"",""id"":""chart""},{""time"":15473,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3433,""week"":""1"",""id"":""chart""},{""time"":18940,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3816,""week"":""52"",""id"":""chart""},{""time"":23906,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5050,""week"":""22"",""id"":""chart""},{""time"":30196,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":9026,""week"":""52"",""id"":""chart""},{""time"":43137,""label"":""tour_next"",""step"":2},{""time"":51839,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4067,""week"":""52"",""id"":""chart2""},{""time"":56606,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1033,""week"":""49"",""id"":""chart2""},{""time"":63389,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1667,""week"":""42"",""id"":""chart2""},{""time"":76389,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932985438,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":2261,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3124,""week"":""4"",""id"":""chart""},{""time"":6557,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2093,""week"":""50"",""id"":""chart""}]}",0,simple,bar -2023-03-15 22:11:27,2023-03-15 22:30:25,0,172.56.112.18,100,1138,1,2023-03-15 22:30:26,R_2QPz0YOO8Uu0YCT,,,,,41.7965,-71.4304,anonymous,EN,1,12.726,67.233,68.732,11,1,4,2,17.531,20.68,38.371,3,4.7,8.719,15.011,2,68,82,49,1.749,69.899,71.4,15,35.009,81.174,101.533,2,1,1,10.969,74.937,76.546,16,-3,-3,2.086,117.094,119.256,22,1,3.271,51.32,57.069,8,1.746,7.967,15.014,3,5,4,4,4,6,5,,4.999,110.002,114.647,19,3,5,4,2,3,5,"If the data is sound, I don't see any sort of distortions in the way it is presented, and all the numbers are available for inspection.",4.497,4.497,96.414,1,5,,5.625,5.625,11.069,1,2,7,3,4,1,5,6,19.252,29.857,31.607,2,3,5,4,6,4,6,9,7,,9.696,55.07,55.906,14,4,3,1,2,4,4,12.502,36.199,38.154,11,2,2,4.319,16.265,18.105,5,1,1975,Massachusetts,7,3,1,,7,,,5,4,2,,2.797,65.524,71.463,25,5c55b95b91c0ad0001cf86ab,"{""startTime"":1678933298038,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":34626,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3889,""week"":""40"",""id"":""chart2""}]}","{""startTime"":1678933098919,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":54,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1110,""week"":""52"",""id"":""chart""},{""time"":36173,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1737,""week"":""1"",""id"":""chart""},{""time"":57010,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1834,""week"":""52"",""id"":""chart2""}]}","{""startTime"":1678932903328,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":20,""label"":""tour_started""},{""time"":8906,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1251,""week"":""5"",""id"":""chart""},{""time"":11441,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2086,""week"":""2"",""id"":""chart""},{""time"":22806,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1131,""week"":""37"",""id"":""chart""},{""time"":23987,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1368,""week"":""38"",""id"":""chart""},{""time"":27857,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3253,""week"":""48"",""id"":""chart""},{""time"":35000,""label"":""tour_next"",""step"":2},{""time"":39885,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4988,""week"":""51"",""id"":""chart2""},{""time"":53716,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1350,""week"":""29"",""id"":""chart2""},{""time"":55100,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1084,""week"":""30"",""id"":""chart2""},{""time"":61155,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1119,""week"":""50"",""id"":""chart2""},{""time"":64358,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1252,""week"":""1"",""id"":""chart2""},{""time"":65760,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2769,""week"":""2"",""id"":""chart2""},{""time"":72717,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2603,""week"":""6"",""id"":""chart2""},{""time"":81164,""label"":""tour_end"",""step"":2},{""time"":88058,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4122,""week"":""52"",""id"":""chart""},{""time"":94221,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1167,""week"":""1"",""id"":""chart""},{""time"":98010,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1504,""week"":""52"",""id"":""chart2""}]}","{""startTime"":1678933083120,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":10871,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3569,""week"":""50"",""id"":""chart""},{""time"":14490,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1066,""week"":""51"",""id"":""chart""}]}",1,simple,bar -2023-03-15 22:18:42,2023-03-15 22:30:51,0,68.201.203.147,100,728,1,2023-03-15 22:30:51,R_3rTKzMUXyuNz8sA,,,,,29.7229,-98.0742,anonymous,EN,1,25.151,25.151,26.799,1,1,4,2,1.697,11.024,11.39,5,0,0,15.046,0,100,100,50,3.135,9.319,10.851,3,19.705,36.582,38.788,10,1,1,10.068,46.072,47.252,3,-2,1,8.31,59.259,60.986,7,1,21.282,24.216,57.247,3,0,0,15.135,0,6,6,1,6,6,6,,4.805,28.205,30.156,10,6,6,6,6,6,6,the data on the chart matches with what I remember from those times.,0.871,0.871,23.354,1,4,,2.472,2.472,236.17,1,1,5,6,3,7,2,4,0,0,20.164,0,1,6,1,6,6,1,11,11,,2.313,11.318,14.708,8,5,5,1,1,5,5,3.182,14.849,15.896,6,1,1,1.294,4.412,7.763,2,2,1981,Texas,3,2,1,,7,,,9,4,1,61041a3b4159985f5294a436@email.prolific.co,1.133,45.593,48.643,12,61041a3b4159985f5294a436,"{""startTime"":1678933251818,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933209439,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933091832,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":34,""label"":""tour_started""},{""time"":5961,""label"":""hovered"",""timeHovered"":1882,""week"":""2021-08-30""},{""time"":10209,""label"":""hovered"",""timeHovered"":1002,""week"":""2022-01-10""},{""time"":11413,""label"":""hovered"",""timeHovered"":2304,""week"":""2022-01-10""},{""time"":14240,""label"":""hovered"",""timeHovered"":3089,""week"":""2022-01-10""},{""time"":18853,""label"":""hovered"",""timeHovered"":1969,""week"":""2022-01-10""},{""time"":20825,""label"":""hovered"",""timeHovered"":1184,""week"":""2022-01-10""},{""time"":27198,""label"":""tour_next"",""step"":2},{""time"":32210,""label"":""tour_end"",""step"":2},{""time"":24302,""label"":""hovered"",""timeHovered"":8458,""week"":""2022-02-07""}]}","{""startTime"":1678933193323,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":1020,""label"":""hovered"",""timeHovered"":1039,""week"":""2021-11-08""},{""time"":6820,""label"":""hovered"",""timeHovered"":2185,""week"":""2022-01-10""},{""time"":9103,""label"":""hovered"",""timeHovered"":1112,""week"":""2022-01-10""}]}",1,moderate,line -2023-03-15 22:21:34,2023-03-15 22:31:19,0,98.227.181.5,100,584,1,2023-03-15 22:31:19,R_byGFAFWpG8xfaQF,,,,,42.055,-87.6951,anonymous,EN,1,6.031,6.031,7.244,1,,,,,,,,0,0,15.012,0,73,85,75,22.026,43.425,44.549,6,16.102,21.969,25.007,2,1,1,28.643,39.675,46.016,2,-3,-3,33.101,53.167,54.76,2,1,36.285,36.285,37.694,1,0,0,15.01,0,3,7,3,3,7,3,none,3.835,24.734,27.991,7,3,4,4,3,3,3,"I like to understand where sources of data come from, how studies were conducted. I just want more data to make an informed decision.",2.831,67.28,71.6,4,4,none,5.197,9.413,12.721,4,2,7,3,4,1,5,6,0,0,23.942,0,2,2,2,2,2,5,8,5,none,4.903,49.685,53.244,21,3,3,2,3,3,3,8.054,19.502,20.943,6,5,,3.827,3.827,5.367,1,1,1973,Illinois,3,3,1,,7,,,7,4,1,5fbb89e20ddd50a66ab62a67@email.prolific.co,1.769,77.069,81.995,15,5fbb89e20ddd50a66ab62a67,"{""startTime"":1678933547645,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933455312,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":177,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1298,""week"":""1"",""id"":""chart""}]}","{""startTime"":1678933368061,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":9413,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2799,""week"":""1"",""id"":""chart""},{""time"":12401,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2544,""week"":""52"",""id"":""chart""},{""time"":16100,""label"":""tour_next"",""step"":2},{""time"":21967,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933439984,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":6742,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5863,""week"":""52"",""id"":""chart2""}]}",0,simple,bar -2023-03-15 22:20:28,2023-03-15 22:31:22,0,98.192.52.37,100,653,1,2023-03-15 22:31:22,R_2dAaRFKcxotCF4P,,,,,33.5631,-84.5832,anonymous,EN,1,15.862,15.862,17.167,1,2,,2,4,4,4.801,1,0,0,15.069,0,63,65,0,22.353,31.951,33.264,7,58.002,117.682,140.646,9,-2,1,20.759,32.741,34.449,2,1,1,46.014,74.048,75.51,2,1,18.669,53.025,55.31,2,0,0,15.11,0,7,7,1,5,6,1,,7.852,23.952,28.692,7,4,5,4,7,2,3,I don't trust the criteria that are being used to collect the data in the first place.,1.673,2.237,39.965,2,5,,3.72,5.695,7.968,3,2,7,3,4,1,5,6,0,0,19.297,0,1,1,7,3,2,6,9,7,,5.656,18.913,20.503,9,4,4,2,2,5,4,5.449,22.291,22.807,6,7,5,6.577,12.151,13.002,2,2,1982,Georgia,6,1,1,,7,,,11,4,1,adbrady22@gmail.com,2.366,37.725,43.651,15,605776c7ffd8cb64476fc73f,"{""startTime"":1678933601624,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933533526,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933319252,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":48,""label"":""tour_started""},{""time"":41632,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3553,""week"":""35"",""id"":""chart""},{""time"":47080,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":9988,""week"":""1"",""id"":""chart""},{""time"":57987,""label"":""tour_next"",""step"":5},{""time"":76025,""label"":""started_brush"",""startDate"":""2021-07-28"",""endDate"":""2021-10-03""},{""time"":77533,""label"":""started_brush"",""startDate"":""2021-12-16"",""endDate"":""2022-02-07""},{""time"":78787,""label"":""tour_next"",""step"":5},{""time"":86102,""label"":""moved_brush"",""startDate"":""2021-08-16"",""endDate"":""2021-10-07""},{""time"":88217,""label"":""tour_next"",""step"":5},{""time"":98687,""label"":""cleared_brush"",""using"":""Click""},{""time"":98688,""label"":""cleared_brush"",""using"":""Escape""},{""time"":100681,""label"":""tour_next"",""step"":5},{""time"":107299,""label"":""tour_end"",""step"":5},{""time"":108049,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1373,""week"":""52"",""id"":""chart""},{""time"":136473,""label"":""cleared_brush"",""using"":""Click""}]}","{""startTime"":1678933517366,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":13169,""label"":""started_brush"",""startDate"":""2021-10-31"",""endDate"":""2021-12-29""}]}",1,complex,bar -2023-03-15 22:24:42,2023-03-15 22:31:26,0,76.14.50.164,100,403,1,2023-03-15 22:31:26,R_1pSx1jtfFqd7WTH,,,,,37.9208,-122.0182,anonymous,EN,1,5.072,5.072,6.437,1,1,4,1,2.532,4.668,5.812,2,0,0,15.007,0,100,100,85,11.403,18.443,19.548,4,15.954,20.665,22.732,2,-2,-3,25.297,38.712,39.5,2,-3,1,16.036,39.06,40.879,2,1,28.542,29.301,30.377,2,0,0,15.109,0,4,7,5,4,4,5,,8.527,21.031,21.858,7,4,4,4,2,7,5,"I figure it's taken from people who reported to them - no reason to mislead. ",1.775,1.775,19.586,1,6,,4.984,7.983,9.211,3,2,7,3,4,1,5,6,0,0,11.879,0,2,6,11,10,1,9,6,11,,2.877,18.285,20.266,10,5,5,1,1,5,5,3.686,13.735,14.921,7,6,1,3.678,9.414,10.539,3,2,1955,California,8,2,1,,7,,,16,1,1,STu3784833@aol.com,2.556,42.884,51.2,14,5e2b74daae56b71b9d24d89b,"{""startTime"":1678933720531,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933672834,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933592625,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":27,""label"":""tour_started""},{""time"":6701,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1500,""week"":""6"",""id"":""chart""},{""time"":9082,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1164,""week"":""14"",""id"":""chart""},{""time"":15946,""label"":""tour_next"",""step"":2},{""time"":20657,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933657184,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":9433,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2586,""week"":""6"",""id"":""chart""}]}",1,moderate,bar -2023-03-15 22:16:31,2023-03-15 22:31:27,0,158.222.228.176,100,895,1,2023-03-15 22:31:27,R_WdiiPgZl83NRg77,,,,,40.6643,-73.9763,anonymous,EN,1,10.947,10.947,12.237,1,1,3,1,7.861,10.369,12.886,2,0,0,15.111,0,100,100,73,31.528,58.611,59.403,4,31.534,85.484,105.671,5,1,1,41.006,69.959,74.103,2,1,1,62.069,76.788,78.173,2,1,87.303,87.303,89.454,1,0,0,15.021,0,5,5,5,5,6,5,,15.486,56.066,64.355,12,6,5,6,7,4,5,The data comes from a reputable scientific source and is displayed in an accurate and useful way.,3.861,38.859,44.207,2,5,,3.738,3.738,10.133,1,2,7,3,4,1,5,6,0,0,27.535,0,2,8,4,6,5,1,9,8,,3.391,52.048,54.199,10,3,5,1,3,4,3,2.571,19.485,20.759,7,2,1,2.178,11.229,17.932,3,1,1970,New York,6,3,1,,8,Brooklyn,,3,4,2,,3.05,115.51,119.122,20,570521cfde5095001018a0c8,"{""startTime"":1678933321445,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933387097,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933107825,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":19,""label"":""tour_started""},{""time"":3785,""label"":""hovered"",""timeHovered"":1929,""week"":""2021-12-20""},{""time"":5783,""label"":""hovered"",""timeHovered"":2727,""week"":""2021-12-20""},{""time"":10000,""label"":""hovered"",""timeHovered"":1411,""week"":""2022-01-03""},{""time"":11997,""label"":""hovered"",""timeHovered"":1080,""week"":""2022-01-24""},{""time"":31517,""label"":""tour_next"",""step"":5},{""time"":52067,""label"":""started_brush"",""startDate"":""2021-08-08"",""endDate"":""2021-12-07""},{""time"":53806,""label"":""tour_next"",""step"":5},{""time"":60426,""label"":""moved_brush"",""startDate"":""2021-06-16"",""endDate"":""2021-10-15""},{""time"":62834,""label"":""moved_brush"",""startDate"":""2021-06-16"",""endDate"":""2021-09-13""},{""time"":64741,""label"":""tour_next"",""step"":5},{""time"":71039,""label"":""cleared_brush"",""using"":""click""},{""time"":74836,""label"":""tour_next"",""step"":5},{""time"":85465,""label"":""tour_end"",""step"":5},{""time"":90930,""label"":""started_brush"",""startDate"":""2021-06-18"",""endDate"":""2021-08-07""},{""time"":94954,""label"":""moved_brush"",""startDate"":""2021-12-05"",""endDate"":""2022-01-24""},{""time"":98215,""label"":""moved_brush"",""startDate"":""2021-11-01"",""endDate"":""2022-01-24""}]}","{""startTime"":1678933305262,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line -2023-03-15 22:21:42,2023-03-15 22:31:40,0,76.173.212.151,100,597,1,2023-03-15 22:31:40,R_3HnRNnanjtug6Vb,,,,,21.4254,-157.8138,anonymous,EN,1,9.729,9.729,10.969,1,,,,,,,,0,0,15.027,0,47,26,52,13.406,36.236,38.726,8,9.401,34.784,37.189,3,1,-1,27.781,45.678,47.145,2,-3,-3,27.888,68.575,69.99,4,1,41.701,41.701,44.041,1,0,0,15.023,0,2,2,3,2,5,3,,15.977,26.845,30.38,6,4,2,2,2,1,3,i dont understand it,4.797,6,18.475,2,4,,5.729,5.729,8.33,1,2,7,3,4,1,5,6,0,0,31.898,0,1,1,4,6,1,2,6,8,,7.596,22.469,24.909,8,2,3,3,3,2,2,11.885,27.822,30.294,6,2,,8.068,8.068,11.146,1,2,1950,Hawaii,6,2,1,,7,,,9,5,2,,2.99,82.579,97.514,16,5ec195df3f2aec276ff0bf33,"{""startTime"":1678933552657,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933505686,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933381254,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":29,""label"":""tour_started""},{""time"":9389,""label"":""tour_next"",""step"":2},{""time"":17092,""label"":""tour_end"",""step"":2},{""time"":28905,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3171,""week"":""1"",""id"":""chart""}]}","{""startTime"":1678933489946,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":8348,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3321,""week"":""6"",""id"":""chart""}]}",0,moderate,bar -2023-03-15 22:23:50,2023-03-15 22:31:49,0,68.102.17.164,100,478,1,2023-03-15 22:31:49,R_2c25vFYYkfRhdAd,,,,,37.6692,-97.2754,anonymous,EN,1,4.503,4.503,5.346,1,1,2,1,2.786,5.104,5.953,2,0,0,15.012,0,91,97,82,8.372,12.608,13.545,3,32.404,36.16,39.87,2,-2,1,13.781,30.793,32.767,2,-2,1,17.621,56.109,57.72,5,1,29.864,70.522,71.515,2,0,0,15.012,0,4,4,5,4,4,5,,9.363,16.071,18.651,6,4,5,5,4,4,5,It looks like what I would imagine the data would be.,3.017,3.017,34.686,1,5,,3.025,7.239,8.806,6,2,7,3,4,1,5,6,0,0,14.788,0,2,3,2,2,7,6,10,10,,3.141,13.393,14.849,9,3,3,2,3,3,3,4.063,12.013,13.009,6,3,1,3.077,9.885,12.031,2,1,1982,Kansas,5,2,1,,9,,Wichita,4,4,1,stpeterdustin@gmail.com,1.953,57.101,62.952,16,62d38f10654f3fc8a393b551,"{""startTime"":1678933650608,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933595960,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933481834,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":3277,""label"":""hovered"",""timeHovered"":1231,""week"":""2021-10-25""},{""time"":6557,""label"":""hovered"",""timeHovered"":4628,""week"":""2022-01-10""},{""time"":16746,""label"":""hovered"",""timeHovered"":1333,""week"":""2021-06-21""},{""time"":21942,""label"":""hovered"",""timeHovered"":1698,""week"":""2022-01-10""},{""time"":32397,""label"":""tour_next"",""step"":2},{""time"":36152,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933580298,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7881,""label"":""hovered"",""timeHovered"":4594,""week"":""2021-05-31""}]}",1,moderate,line -2023-03-15 22:24:22,2023-03-15 22:32:21,0,35.150.236.124,100,479,1,2023-03-15 22:32:22,R_2c8cFnT9zKW2nxA,,,,,33.9761,-83.3632,anonymous,EN,1,4.282,4.282,4.812,1,,,,,,,,0,0,15.108,0,100,100,42,1.203,13.144,13.326,7,6.12,8.112,10.201,2,-2,1,19.653,30.737,32.337,3,-3,-3,98.892,120.911,123.218,2,-2,62.789,79.131,79.57,3,0,0,15.145,0,6,6,6,6,6,6,,5.199,7.698,9.788,6,4,5,4,3,4,5,"Its not a deceptive visualization and its clear to understand the data presented. ",0.951,18.887,21.453,5,5,,4.146,5.498,5.736,2,2,7,3,4,1,5,6,0,0,11.588,0,1,1,3,2,1,2,2,4,,6.98,22.167,24.038,8,3,5,2,2,5,3,7.72,32.775,33.994,9,4,,1.934,1.934,3.063,1,1,1995,Georgia,3,1,1,,7,,,9,4,1,talonergan7@gmail.com,0.611,33.377,45.018,12,62f70dd38becd2f7f2ce53a8,"{""startTime"":1678933688201,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933651860,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_focused"",""time"":1401}]}","{""startTime"":1678933501807,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":6111,""label"":""tour_next"",""step"":2},{""time"":8103,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933636240,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":7905},{""label"":""window_focused"",""time"":8922},{""label"":""window_blurred"",""time"":11868}]}",0,moderate,bar -2023-03-15 22:21:55,2023-03-15 22:32:29,0,100.37.176.194,100,633,1,2023-03-15 22:32:29,R_1lAAakGCl39jdrp,,,,,40.7597,-73.981,anonymous,EN,1,7.422,7.422,9.288,1,1,3,2,3.455,6.205,7.799,2,0,0,15.109,0,100,100,53,24.475,39.309,41.124,5,22.61,29.343,31.923,2,1,1,35.595,70.806,73.106,2,-2,1,41.641,57.525,59.539,2,1,69.377,69.377,71.437,1,0,0,15.009,0,4,4,6,5,5,4,Many people never reported their status and whether or not they contracted covid so the statistics are not accurate without those findings,8.147,33.147,73.412,8,7,6,4,7,7,5,I trust it for reported cases...that's all the CDC can go by.,3.467,3.467,17.156,1,4,,8.361,8.912,13.308,2,2,7,3,4,1,5,6,0,0,27.392,0,8,5,7,8,9,9,11,10,,6.455,21.536,25.051,9,4,3,2,2,4,4,11.812,26.879,34.995,6,2,1,2.623,6.539,8.836,2,2,1948,New York,7,2,1,,7,,,5,2,1,spaghetti4@gmail.com,2.468,48.868,63.384,12,5dcf34f64fee9907fc626f0f,"{""startTime"":1678933523413,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933597349,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933401650,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":11866,""label"":""hovered"",""timeHovered"":1360,""week"":""2021-12-13""},{""time"":14255,""label"":""hovered"",""timeHovered"":4420,""week"":""2021-11-01""},{""time"":18731,""label"":""hovered"",""timeHovered"":1630,""week"":""2021-11-01""},{""time"":22573,""label"":""tour_next"",""step"":2},{""time"":29305,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933507899,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line -2023-03-15 22:20:38,2023-03-15 22:32:29,0,72.251.170.83,100,710,1,2023-03-15 22:32:29,R_cBgqthk0sAmG13P,,,,,38.768,-121.3349,anonymous,EN,1,2.688,10.758,12.502,7,1,3,2,4.681,14.141,15.775,3,11.837,13.344,15.019,2,85,77,71,2.212,24.266,25.596,7,17.859,26.539,29.058,2,1,1,26.759,89.893,91.79,10,1,1,32.6,104.688,105.869,12,-1,17.519,25.441,26.759,3,4.589,6.092,15.021,2,5,5,5,5,4,5,,16.728,35.829,37.558,10,5,5,5,5,5,5,Its appealing and professional,3.105,3.105,30.935,1,6,,6.533,8.634,9.971,3,2,3,4,5,1,6,7,66.274,71.374,73.137,2,4,6,6,6,6,6,6,7,,3.044,13.262,14.993,9,4,2,2,2,4,4,4.386,25.786,26.937,7,4,5,6.962,13.703,15.132,3,1,1965,California,5,3,1,,7,,,14,4,1,tvalone.valone@gmail.com,2.549,109.023,110.713,26,5debce5335575a2bed69acc6,"{""startTime"":1678933471077,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933509540,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933332442,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":6806,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1531,""week"":""49"",""id"":""chart""},{""time"":10810,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1407,""week"":""3"",""id"":""chart""},{""time"":17801,""label"":""tour_next"",""step"":2},{""time"":26481,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933454754,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar -2023-03-15 22:15:07,2023-03-15 22:32:43,0,108.30.182.44,100,1056,1,2023-03-15 22:32:44,R_2WPjf7Bf1R8xjkc,,,,,40.6327,-73.6333,anonymous,EN,1,4.921,4.921,6.612,1,1,2,2,3.763,6.646,8.168,2,0,0,15.117,0,100,100,85,17.403,72.249,82.778,8,24.013,35.048,39.741,4,1,-3,31.785,75.417,93.984,2,1,1,33.006,76.19,83.3,2,1,107.091,107.091,114.65,1,0,0,15.112,0,5,5,5,6,6,5,,29.138,42.331,45.964,6,6,6,6,6,6,6,"I can see the important data points on the graph, and it is informative.",14.895,53.229,91.096,2,1,,9.697,9.697,17.981,1,2,7,3,4,1,5,6,0,0,27.46,0,1,1,1,2,1,3,7,9,,10.358,36.641,43.79,8,1,2,4,4,2,2,21.382,43.323,44.99,6,4,4,5.13,34.281,35.566,3,1,1976,New York,3,1,1,,7,,,6,3,1,robert25577@gmail.com,3.182,189.574,193.421,21,60b9af795939f976cb74232a,"{""startTime"":1678933347838,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933223270,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933073001,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":5209,""label"":""hovered"",""timeHovered"":2927,""week"":""2021-12-20""},{""time"":9220,""label"":""hovered"",""timeHovered"":3208,""week"":""2021-08-30""},{""time"":13220,""label"":""hovered"",""timeHovered"":2625,""week"":""2021-11-29""},{""time"":24005,""label"":""tour_next"",""step"":2},{""time"":29704,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933207501,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line -2023-03-15 22:22:56,2023-03-15 22:32:53,0,73.81.95.103,100,596,1,2023-03-15 22:32:54,R_przuxICVhpEAk93,,,,,39.9945,-75.1648,anonymous,EN,1,7.991,7.991,8.944,1,,,,,,,,0,0,15.007,0,92,91,72,7.864,22.557,23.199,8,22.686,31.09,42.65,4,1,1,2.053,60.81,68.221,5,1,1,1.876,59.807,81.538,8,1,1.286,62.235,63.483,2,2.028,2.028,15.006,1,5,4,7,5,5,5,None.,4.83,31.343,33.504,10,5,5,5,4,3,5,"The visualization is easy to understand and gather info from, and I trust that the information provided is accurate. ",1.502,39.565,46.971,4,4,None.,3.586,8.099,10.282,5,2,7,3,4,1,5,6,0.944,4.223,19.394,3,5,8,2,8,5,4,10,9,None,6.672,27.261,29.355,18,2,2,2,3,3,2,2.653,16.364,19.452,11,2,,2.729,2.729,3.917,1,1,1999,Pennsylvania,5,2,1,,7,,,7,3,2,,1.015,59.599,60.887,22,5d6513f46f5284000118ef1d,"{""startTime"":1678933637937,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933558579,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":4959,""label"":""hovered"",""timeHovered"":2795,""week"":""2022-01-03""}]}","{""startTime"":1678933431647,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":4,""label"":""tour_started""},{""time"":15297,""label"":""hovered"",""timeHovered"":2000,""week"":""2021-12-27""},{""time"":22683,""label"":""tour_next"",""step"":2},{""time"":29867,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933543269,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,line -2023-03-15 22:22:33,2023-03-15 22:33:04,0,136.50.157.96,100,631,1,2023-03-15 22:33:04,R_1CeXtf7jFYE2lLw,,,,,29.4227,-98.4927,anonymous,EN,1,42.591,42.591,43.865,1,2,,1,2.972,2.972,4.508,1,0,0,15.011,0,68,29,24,19.747,34.633,35.799,5,25.817,33.193,47.269,2,1,-1,26.866,35.796,37.458,2,-1,-3,41.75,65.438,66.945,4,-3,29.226,29.226,31.402,1,0,0,15.01,0,6,2,2,5,6,3,,19.563,42.749,45.252,9,5,6,5,6,4,3,I have read too many articles for and against the vaccine so I don't know what to trust or not trust.,4.123,4.123,46,1,5,,7.281,7.281,9.844,1,2,7,3,4,1,5,6,0,0,31.22,0,5,5,8,7,7,7,8,10,,6.653,28.072,29.798,10,4,5,2,1,5,5,10.706,32.568,33.827,6,3,1,4.18,14.422,16.1,2,2,1958,Texas,6,2,1,,7,,,3,4,2,,3.352,70.008,71.628,11,55899b8dfdf99b7ae47f5fa4,"{""startTime"":1678933670979,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933598789,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933468534,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":18008,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6605,""week"":""1"",""id"":""chart""},{""time"":25809,""label"":""tour_next"",""step"":2},{""time"":33185,""label"":""tour_end"",""step"":2},{""time"":34873,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7324,""week"":""52"",""id"":""chart""},{""time"":43432,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1535,""week"":""46"",""id"":""chart""}]}","{""startTime"":1678933583414,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":10536,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2385,""week"":""14"",""id"":""chart""}]}",1,moderate,bar -2023-03-15 22:14:32,2023-03-15 22:33:07,0,67.48.97.123,100,1115,1,2023-03-15 22:33:08,R_3PaF9itgolhm9V5,,,,,31.3432,-85.844,anonymous,EN,1,13.971,16.138,18.056,2,,,,,,,,0,0,15.044,0,100,100,81,34.202,57.511,59.611,6,7.661,179.52,181.554,31,1,1,35.594,75.298,77.239,4,1,1,45.864,77.947,79.423,5,-1,32.643,34.543,36.26,2,8.413,8.413,15.05,1,4,4,5,6,6,5,,37.154,160.367,161.86,12,5,5,5,3,3,6,"If I trust the data and I understand the visualization, then I my trust the visualization.",5.954,11.934,52.601,5,5,,10.309,19.988,21.437,3,2,7,3,4,1,5,6,19.057,35.09,37.223,2,3,7,9,9,3,7,9,9,,24.166,81.602,83.142,11,3,4,2,3,4,3,14.745,80.284,81.706,9,6,,9.491,12.025,14.048,2,1,1974,Alabama,6,2,1,,7,,,17,3,2,,4.881,77.693,79.41,18,640e3d1ee18df712eca9ec2d,"{""startTime"":1678933213987,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933376948,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932979458,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":22,""label"":""tour_started""},{""time"":31095,""label"":""hovered"",""timeHovered"":2034,""week"":""2022-01-10""},{""time"":40686,""label"":""tour_next"",""step"":5},{""time"":78087,""label"":""tour_back"",""step"":5},{""time"":93326,""label"":""tour_next"",""step"":5},{""time"":118155,""label"":""started_brush"",""startDate"":""2021-06-15"",""endDate"":""2021-07-11""},{""time"":130594,""label"":""started_brush"",""startDate"":""2021-08-07"",""endDate"":""2021-11-06""},{""time"":132476,""label"":""tour_next"",""step"":5},{""time"":139174,""label"":""moved_brush"",""startDate"":""2021-06-05"",""endDate"":""2021-11-06""},{""time"":142128,""label"":""moved_brush"",""startDate"":""2021-06-05"",""endDate"":""2021-12-07""},{""time"":144298,""label"":""tour_next"",""step"":5},{""time"":151027,""label"":""cleared_brush"",""using"":""click""},{""time"":163357,""label"":""cleared_brush"",""using"":""click""},{""time"":164736,""label"":""tour_next"",""step"":5},{""time"":175344,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678933198429,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line -2023-03-15 22:19:09,2023-03-15 22:33:11,0,104.162.168.90,100,842,1,2023-03-15 22:33:11,R_zZpHtvbKDG2GvE5,,,,,40.726,-73.848,anonymous,EN,1,8.77,8.77,11.514,1,,,,,,,,0,0,15.107,0,85,94,55,25.817,41.264,42.785,5,31.268,38.738,52.101,2,1,1,9.301,25.198,53.802,3,-3,-3,18.039,85.193,87.201,2,1,23.542,23.542,51.492,1,0,0,15.008,0,4,3,2,3,4,4,,6.603,66.004,67.32,13,5,4,3,7,2,3,There is no indication where this data was obtained but it seems believable.,5.681,105.63,107.266,14,6,,5.504,5.504,7.603,1,2,7,3,4,1,5,6,0,0,28.302,0,3,4,9,7,2,9,8,9,,5.412,27.386,38.949,8,3,3,1,2,4,4,4.712,30.204,31.973,7,5,,4.088,4.088,9.312,1,1,1968,New York,6,3,1,,9,,White/Latino,4,4,1,5de96ccf7aeafe09d7e8a74a@email.prolific.co,1.742,114.213,131.301,15,5de96ccf7aeafe09d7e8a74a,"{""startTime"":1678933514496,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":11479,""label"":""source_clicked""},{""label"":""window_blurred"",""time"":11534},{""label"":""window_focused"",""time"":16570}]}","{""startTime"":1678933360253,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933237438,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":17112,""label"":""hovered"",""timeHovered"":1232,""week"":""2021-09-20""},{""time"":24834,""label"":""hovered"",""timeHovered"":1179,""week"":""2022-01-03""},{""time"":26013,""label"":""hovered"",""timeHovered"":1268,""week"":""2022-01-03""},{""time"":31249,""label"":""tour_next"",""step"":2},{""time"":38719,""label"":""tour_end"",""step"":2},{""label"":""window_blurred"",""time"":42502},{""label"":""window_focused"",""time"":50720}]}","{""startTime"":1678933344654,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7192,""label"":""hovered"",""timeHovered"":1651,""week"":""2021-04-19""},{""time"":10548,""label"":""hovered"",""timeHovered"":3996,""week"":""2021-11-29""}]}",0,simple,line -2023-03-15 22:18:53,2023-03-15 22:33:29,0,98.127.210.32,100,876,1,2023-03-15 22:33:30,R_ROV6c2jLAv98mdj,,,,,39.1032,-108.5495,anonymous,EN,1,18.704,18.704,22.275,1,1,4,1,3.847,10.883,13.251,3,0,0,15.113,0,92,85,31,34.838,49.618,51.163,4,12.897,26.513,38.391,2,1,1,67.485,118.524,122.426,2,-3,-3,63.09,85.542,87.829,2,1,44.674,44.674,47.87,1,0,0,15.013,0,5,5,5,5,6,5,,9.708,52.876,59.647,11,5,5,5,3,3,5,I looks like scientific and accurate data,5.752,7.273,21.444,2,4,,28.645,28.645,32.85,1,2,7,3,4,1,5,6,0,0,46.008,0,2,1,3,2,3,4,9,8,,8.198,24.381,28.904,8,2,3,3,3,3,3,13.329,36.286,38.192,6,2,1,10.608,18.878,22.691,2,2,1964,Colorado,4,2,1,,7,,,12,4,1,,5.638,110.482,113.202,14,63d475b3b7f363ed16c745b0,"{""startTime"":1678933425797,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933485979,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933248047,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":12892,""label"":""tour_next"",""step"":2},{""time"":26506,""label"":""tour_end"",""step"":2},{""time"":32167,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2175,""week"":""4"",""id"":""chart2""}]}","{""startTime"":1678933410608,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar -2023-03-15 22:25:07,2023-03-15 22:34:00,0,45.16.72.206,100,532,1,2023-03-15 22:34:00,R_uljBhF1izGHDBZL,,,,,33.5077,-81.6877,anonymous,EN,1,3.918,7.989,9.461,3,,,,,,,,0,0,15.114,0,75,74,71,12.238,25.982,27.398,6,8.001,37.556,38.865,6,1,-2,9.038,29.288,30.87,5,-2,1,5.809,57.918,59.367,12,-1,23.317,66.193,68.172,3,5.155,5.155,15.018,1,4,4,3,4,4,4,,7.246,25.726,27.785,9,1,4,3,1,7,3,"I don't have any information to make that judgement. ",4.163,4.163,19.8,1,4,,3.166,8.904,10.542,4,2,3,4,5,1,6,7,6.946,13.115,14.589,2,3,7,3,6,7,5,8,5,,3.656,20.519,22.211,10,3,3,2,3,4,3,6.98,26.769,28.144,8,2,,3.89,6.832,8.201,3,2,1960,South Carolina,8,3,1,,9,,AIKEN,3,4,1,honalsar1@yahoo.com,3.652,77.258,78.945,22,5dd61a909ca8a35c14d8d610,"{""startTime"":1678933683026,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933711552,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933567917,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":20644,""label"":""tour_next"",""step"":2},{""time"":30586,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933667156,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7737,""label"":""hovered"",""timeHovered"":2001,""week"":""2022-01-10""},{""time"":11045,""label"":""hovered"",""timeHovered"":4391,""week"":""2022-01-10""}]}",0,moderate,line -2023-03-15 22:18:50,2023-03-15 22:34:02,0,98.235.198.208,100,911,1,2023-03-15 22:34:02,R_1pJRJfQIVrwBAUG,,,,,40.1788,-77.0047,anonymous,EN,1,6.053,6.053,7,1,,,,,,,,0,0,15.121,0,100,91,62,10.785,62.533,63.287,9,5.869,201.753,219.157,8,1,1,28.393,53.926,62.625,3,-3,1,41.558,86.291,98.312,3,1,11.823,129.568,131.302,3,0,0,15.126,0,6,6,6,6,6,6,,9.769,22.1,26.642,6,6,6,6,6,6,6,"Since the visualization was based on a scientific and trusted reference, I trust that the data is accurate and can be trusted to be true, hence the same would apply to the visualization.",3.034,68.754,70.334,2,4,,5.164,5.164,7.32,1,2,7,3,4,1,5,6,0,0,26.783,0,4,5,6,8,5,7,8,7,,8.24,18.133,21.3,9,5,5,1,1,5,5,4.319,26.784,28.068,7,4,,2.642,2.642,4.885,1,1,1979,Pennsylvania,7,3,1,,2,,,12,2,1,navs.gags@gmail.com,1.409,61.845,62.811,15,5f490d10022f3f2e8f33cc9a,"{""startTime"":1678933594676,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933622246,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933226704,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":25,""label"":""tour_started""},{""time"":13990,""label"":""hovered"",""timeHovered"":2278,""week"":""2021-07-12""},{""time"":24235,""label"":""hovered"",""timeHovered"":31156,""week"":""2022-01-24""},{""time"":57993,""label"":""hovered"",""timeHovered"":2174,""week"":""2022-01-03""},{""time"":63438,""label"":""hovered"",""timeHovered"":2540,""week"":""2021-09-06""},{""time"":66493,""label"":""hovered"",""timeHovered"":9257,""week"":""2021-08-09""},{""time"":77457,""label"":""hovered"",""timeHovered"":1073,""week"":""2021-04-12""},{""time"":88173,""label"":""hovered"",""timeHovered"":1910,""week"":""2022-01-31""},{""time"":91709,""label"":""hovered"",""timeHovered"":2686,""week"":""2022-01-03""},{""time"":95500,""label"":""hovered"",""timeHovered"":1043,""week"":""2022-01-03""},{""time"":96548,""label"":""hovered"",""timeHovered"":4656,""week"":""2022-01-03""},{""time"":115541,""label"":""tour_next"",""step"":5},{""time"":129332,""label"":""started_brush"",""startDate"":""2021-06-04"",""endDate"":""2021-07-07""},{""time"":130313,""label"":""cleared_brush"",""using"":""click""},{""time"":133786,""label"":""started_brush"",""startDate"":""2021-08-07"",""endDate"":""2022-02-13""},{""time"":134401,""label"":""cleared_brush"",""using"":""click""},{""time"":141871,""label"":""started_brush"",""startDate"":""2021-04-22"",""endDate"":""2022-02-13""},{""time"":142939,""label"":""tour_next"",""step"":5},{""time"":150277,""label"":""moved_brush"",""startDate"":""2021-04-22"",""endDate"":""2022-02-13""},{""time"":151799,""label"":""moved_brush"",""startDate"":""2021-04-22"",""endDate"":""2022-02-13""},{""time"":154227,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-01""},{""time"":157735,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-12-13""},{""time"":158603,""label"":""tour_next"",""step"":5},{""time"":167606,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-13""},{""time"":171787,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-13""},{""time"":174761,""label"":""cleared_brush"",""using"":""click""},{""time"":174765,""label"":""cleared_brush"",""using"":""Escape""},{""time"":176076,""label"":""tour_next"",""step"":5},{""time"":185981,""label"":""started_brush"",""startDate"":""2021-07-28"",""endDate"":""2021-12-10""},{""time"":201733,""label"":""tour_end"",""step"":5},{""time"":211482,""label"":""started_brush"",""startDate"":""2021-04-13"",""endDate"":""2022-02-13""}]}","{""startTime"":1678933578928,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":8554,""label"":""hovered"",""timeHovered"":3966,""week"":""2021-06-07""}]}",0,complex,line -2023-03-15 22:23:10,2023-03-15 22:34:32,0,73.117.102.251,100,682,1,2023-03-15 22:34:32,R_3EEV0L60eHzB1vP,,,,,40.6774,-80.6006,anonymous,EN,1,5.442,5.442,7.526,1,,,,,,,,0,0,15.112,0,87,83,36,15.405,57.535,59.699,8,21.978,40.426,41.781,8,1,1,29.451,48.775,51.401,2,-1,1,43.219,60.632,62.236,2,-1,52.643,52.643,54.116,1,0,0,15.009,0,3,4,5,4,5,3,,53.156,73.085,76.701,7,3,3,2,7,1,5,BECAUSE AT THE BEGINNING YOU SAID TO ASSUME WE TRUST THE IDEA SO THATS WHAT I DID,4.021,4.021,41.758,1,1,,4.416,7.654,10.878,7,2,7,3,4,1,5,6,0,0,24.41,0,7,8,8,6,6,8,9,9,,8.335,24.731,27.34,8,3,3,3,3,3,3,9.851,35.241,37,7,4,,6.271,6.271,8.42,1,2,1976,Ohio,3,2,1,,7,,,6,3,1,KIMBERLYMSPEECE@GMAIL.COM,1.32,48.635,72.102,13,5ec9fc1650b79c158be48421,"{""startTime"":1678933693717,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933605306,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":3663,""label"":""hovered"",""timeHovered"":1282,""week"":""2021-09-20""},{""time"":4977,""label"":""hovered"",""timeHovered"":1845,""week"":""2021-09-27""}]}","{""startTime"":1678933484909,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":25520,""label"":""tour_next"",""step"":2},{""time"":32831,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933589769,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":2847,""label"":""hovered"",""timeHovered"":5107,""week"":""2021-12-13""}]}",0,moderate,line -2023-03-15 22:13:25,2023-03-15 22:34:34,0,107.4.64.18,100,1268,1,2023-03-15 22:34:34,R_2rpW46mDGSjOpjr,,,,,43.1774,-86.1982,anonymous,EN,1,2.225,97.561,98.803,3,1,2,1,2.966,8.775,10.456,3,6.033,6.033,15.111,1,84,84,50,37.888,52.473,54.223,5,15.948,73.874,102.283,6,1,1,31.892,121.465,123.934,9,1,-3,40.892,124.47,125.404,11,1,16.101,96.946,98.27,14,10.837,10.837,15.111,1,5,2,5,4,5,5,It is worth it to get the vaccine.,13.104,61.473,70.208,12,2,4,4,1,7,4,"I trust that it shows increases or decreases in the amount of people with COVID. If someone asked me for precise numbers, which they most likely won't, it is a little more difficult to give them precise numbers. I do believe it gives a somewhat good overall picture of those that were diagnosed with COVID.",3.352,3.352,155.76,1,5,,9.438,15.296,17.084,2,2,7,3,4,1,5,6,5.607,45.817,46.701,6,3,5,9,6,5,5,10,9,,5.738,31.615,32.84,11,3,3,2,2,4,4,16.501,57.023,58.206,11,3,1,8.537,28.276,29.433,4,1,1973,Michigan,8,3,1,,7,,,17,4,1,scottlamiman@gmail.com,4.983,112.557,118.886,21,63c6e885e6834fbb0d9c0ebf,"{""startTime"":1678933465980,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933252620,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933007676,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":44,""label"":""tour_started""},{""time"":18961,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1061,""week"":""1"",""id"":""chart""},{""time"":20729,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3022,""week"":""52"",""id"":""chart""},{""time"":28305,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1824,""week"":""5"",""id"":""chart""},{""time"":33528,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1046,""week"":""6"",""id"":""chart""},{""time"":52997,""label"":""tour_next"",""step"":2},{""time"":62663,""label"":""tour_end"",""step"":2},{""time"":71425,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1395,""week"":""52"",""id"":""chart""},{""time"":80801,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2509,""week"":""5"",""id"":""chart""},{""time"":84113,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1095,""week"":""1"",""id"":""chart""},{""time"":85424,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1865,""week"":""52"",""id"":""chart""},{""time"":87456,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1382,""week"":""1"",""id"":""chart""},{""time"":91992,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3205,""week"":""24"",""id"":""chart""},{""time"":95401,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3593,""week"":""23"",""id"":""chart""}]}","{""startTime"":1678933236782,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar -2023-03-15 22:21:30,2023-03-15 22:34:39,0,96.239.96.167,100,788,1,2023-03-15 22:34:40,R_3erAQroDH00eDAw,,,,,40.9039,-73.837,anonymous,EN,1,5.245,5.245,6.301,1,1,4,2,2.89,7.642,9.014,2,0,0,15.01,0,100,100,50,36.728,58.247,63.446,5,14.629,199.379,202.073,52,1,-2,30.376,48.602,50.026,2,-1,1,8.724,20.083,21.259,2,-1,15.088,15.088,16.177,1,13.356,13.356,15.111,1,6,3,6,3,1,6,I don't know how to interpret the graph.,7.001,25.145,42.102,7,3,1,1,1,1,6,I suspect it was put together by the CDC.,4.129,4.129,28.934,1,7,,7.139,8.219,12.401,2,2,7,3,4,1,5,6,0,0,37.774,0,3,3,2,3,3,2,11,7,,6.757,21.14,24.27,8,1,1,1,5,1,1,7.353,23.792,25.063,6,1,1,3.312,39.264,41.364,2,2,1946,New York,7,2,1,,7,,,5,4,1,rp.fix@verizon.net,17.999,92.588,102.051,14,57d435c8ca054400014bac35,"{""startTime"":1678933706898,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933749594,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933469273,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":5179,""label"":""hovered"",""timeHovered"":4180,""week"":""2022-01-24""},{""time"":27121,""label"":""tour_next"",""step"":5},{""time"":76480,""label"":""tour_back"",""step"":5},{""time"":78196,""label"":""hovered"",""timeHovered"":1262,""week"":""2021-12-20""},{""time"":85511,""label"":""tour_next"",""step"":5},{""time"":146104,""label"":""cleared_brush"",""using"":""click""},{""time"":156491,""label"":""started_brush"",""startDate"":""2021-12-10"",""endDate"":""2022-02-13""},{""time"":159526,""label"":""tour_next"",""step"":5},{""time"":172587,""label"":""moved_brush"",""startDate"":""2021-12-10"",""endDate"":""2022-02-13""},{""time"":176946,""label"":""moved_brush"",""startDate"":""2021-12-10"",""endDate"":""2022-02-13""},{""time"":178158,""label"":""tour_next"",""step"":5},{""time"":190188,""label"":""cleared_brush"",""using"":""click""},{""time"":190191,""label"":""cleared_brush"",""using"":""Escape""},{""time"":192527,""label"":""tour_next"",""step"":5},{""time"":199359,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678933691412,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line -2023-03-15 22:11:29,2023-03-15 22:34:39,0,76.36.126.3,100,1389,1,2023-03-15 22:34:40,R_1pEb9KDkIiPOGqp,,,,,33.862,-79.7425,anonymous,EN,1,5.227,25.908,27.745,83,1,2,1,3.838,10.473,11.862,8,0,0,15.111,0,71,100,53,0.154,152.979,154.886,49,20.593,52.72,54.25,4,1,1,5.574,126.458,127.844,58,-1,1,19.846,125.686,127.894,9,1,4.818,182.024,186.203,29,12.006,12.006,15.015,1,3,7,3,5,5,2,,23.571,72.7,74.741,9,2,5,3,7,1,2,I trust very little information unless I have done enough research on the topic.,8.966,8.966,73.4,1,5,,21.697,30.421,32.406,5,2,3,4,5,1,6,7,67.67,69.078,70.551,8,1,2,9,7,1,3,4,7,,11.893,56.177,58.196,24,1,1,5,4,2,1,15.612,59.407,62.739,18,6,4,15.681,53.373,55.847,24,2,1958,South Dakota,6,2,1,,9,,crystal lake,4,2,1,theflyingmomma1@aol.com,4.048,148.629,151.2,30,62d353684494ab8119aa42d8,"{""startTime"":1678933117876,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933193409,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932918938,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":17,""label"":""tour_started""},{""time"":23378,""label"":""hovered"",""timeHovered"":5274,""week"":""2021-12-27""},{""time"":30072,""label"":""hovered"",""timeHovered"":8693,""week"":""2022-01-10""},{""time"":42200,""label"":""tour_next"",""step"":2},{""time"":50385,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933102214,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line -2023-03-15 22:25:21,2023-03-15 22:34:55,0,64.188.159.137,100,573,1,2023-03-15 22:34:55,R_O89HNSVjsjlwEmt,,,,,40.1597,-75.7862,anonymous,EN,1,28.055,28.055,29,1,1,4,2,2.677,5.82,7.222,2,0,0,15.113,0,91,31,51,28.898,40.165,41.4,4,46.132,49.739,53.401,2,1,-2,10.303,28.074,29.285,2,-2,1,19.414,69.446,70.702,5,-1,34.612,34.612,35.782,1,0,0,15.01,0,4,2,3,4,4,4,If this data is truly from the CDC then I would trust it,7.371,35.086,45.667,7,2,4,4,4,3,3,"I am not sure where this data came from, so I am not sure if it is reliable. ",3.579,3.579,26.167,1,1,,3.52,3.52,5.507,1,2,7,3,4,1,5,6,0,0,24.485,0,4,5,3,6,6,4,9,8,,3.899,16.012,17.685,9,3,2,4,4,3,2,7.379,25.83,26.97,6,2,1,7.553,14.499,16.059,2,2,1983,Pennsylvania,3,2,1,,9,,St. Marys,7,4,1,h_b33@hotmail.com,2.624,58,58.797,18,5d4254db5b2c430001418a3c,"{""startTime"":1678933823374,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933776364,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933635074,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":11730,""label"":""hovered"",""timeHovered"":6181,""week"":""2021-04-12""},{""time"":25195,""label"":""hovered"",""timeHovered"":2666,""week"":""2022-01-17""},{""time"":46100,""label"":""tour_next"",""step"":2},{""time"":49706,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933760695,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line -2023-03-15 22:24:22,2023-03-15 22:35:03,0,166.181.80.143,100,641,1,2023-03-15 22:35:04,R_2rBnyudY0WBAV5x,,,,,43.0382,-87.91,anonymous,EN,1,3.452,4.688,6.454,2,,,,,,,,0,0,15.014,0,75,93,65,21.117,31.217,33.86,4,12.687,28.137,31.53,5,1,1,24.298,40.801,42.961,2,1,1,53.381,137.723,140.08,3,1,21.674,21.674,23.703,1,0,0,15.112,0,3,3,4,5,6,4,,8.782,28.091,32.917,6,4,5,5,3,3,4,"it has a source, so why shouldn't I trust it?",3.413,3.413,32.643,1,4,,7.412,14.446,17.171,5,2,7,3,4,1,5,6,0,0,27.422,0,2,2,9,6,1,2,3,3,,4.397,22.509,25.035,8,4,4,1,1,4,4,11.849,33.957,36.023,6,7,,6.411,6.411,8.628,1,1,1977,Iowa,3,1,1,,8,Dyersville,,14,3,1,eschroby77@gmail.com,1.772,75.075,85.467,19,63d7e87ee7333b219a553295,"{""startTime"":1678933621011,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933654586,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933529542,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":12671,""label"":""tour_next"",""step"":2},{""time"":19683,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933605107,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,line -2023-03-15 22:19:31,2023-03-15 22:35:38,0,73.181.244.218,100,966,1,2023-03-15 22:35:38,R_1gABTZYJeMJGBKZ,,,,,47.2067,-122.4414,anonymous,EN,1,4.371,7.791,9.108,3,1,4,2,2.526,8.524,10.001,3,0,0,15.111,0,79,39,62,25.287,62.568,63.805,7,6.795,272.14,273.206,34,1,1,21.481,45.206,46.65,7,-3,-3,13.405,91.452,92.511,10,1,12.923,35.911,36.946,4,8.995,8.995,15.121,1,5,3,5,5,6,5,I always thought the CDC data was not collected very well. Wasn't it by fax or something? Also rise of home tests calls this all into question as time goes on.,24.261,91.601,92.544,13,3,4,7,1,1,5,"I don't think there are any lies here. It's the most accurate information the CDC has. It might miss some cases but the trends are still correct, I think.",3.973,3.973,37.874,1,7,,6.56,10.419,11.308,3,2,7,3,4,1,5,6,11.671,23.451,24.207,2,8,9,7,8,10,6,11,11,Currently I trust the Democratic Party far more than the Republican Party. Dems only would be an 8.,7.304,53.663,54.517,11,5,5,1,1,5,5,8.306,25.352,27.193,7,1,1,4.694,12.253,15.203,3,2,1970,Washington,7,2,1,,7,,,9,4,2,,3.7,76.215,77.559,20,5dda0a8b3c870a9824c901f5,"{""startTime"":1678933613581,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":15936,""label"":""started_brush"",""startDate"":""2021-08-20"",""endDate"":""2021-08-31""},{""time"":21270,""label"":""started_brush"",""startDate"":""2021-10-31"",""endDate"":""2021-12-30""},{""time"":26713,""label"":""cleared_brush"",""using"":""Click""}]}","{""startTime"":1678933706652,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933285469,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":21,""label"":""tour_started""},{""time"":55878,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6680,""week"":""38"",""id"":""chart""},{""time"":63411,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":11111,""week"":""52"",""id"":""chart""},{""time"":74873,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2349,""week"":""51"",""id"":""chart""},{""time"":79260,""label"":""tour_next"",""step"":5},{""time"":106544,""label"":""started_brush"",""startDate"":""2021-06-02"",""endDate"":""2021-09-01""},{""time"":108552,""label"":""tour_next"",""step"":5},{""time"":130080,""label"":""cleared_brush"",""using"":""Click""},{""time"":142112,""label"":""started_brush"",""startDate"":""2021-11-05"",""endDate"":""2021-11-10""},{""time"":143530,""label"":""cleared_brush"",""using"":""Click""},{""time"":145734,""label"":""cleared_brush"",""using"":""Click""},{""time"":147999,""label"":""started_brush"",""startDate"":""2021-08-31"",""endDate"":""2021-11-04""},{""time"":155011,""label"":""tour_back"",""step"":5},{""time"":161568,""label"":""cleared_brush"",""using"":""Click""},{""time"":169221,""label"":""cleared_brush"",""using"":""Click""},{""time"":172557,""label"":""tour_back"",""step"":5},{""time"":178025,""label"":""tour_next"",""step"":5},{""time"":185274,""label"":""cleared_brush"",""using"":""Click""},{""time"":188456,""label"":""cleared_brush"",""using"":""Click""},{""time"":190695,""label"":""tour_back"",""step"":5},{""time"":190828,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":2247,""week"":""44"",""id"":""chart""},{""time"":196495,""label"":""tour_next"",""step"":5},{""time"":201458,""label"":""cleared_brush"",""using"":""Click""},{""time"":218082,""label"":""cleared_brush"",""using"":""Click""},{""time"":220048,""label"":""started_brush"",""startDate"":""2021-06-26"",""endDate"":""2021-09-06""},{""time"":221330,""label"":""tour_next"",""step"":5},{""time"":238144,""label"":""moved_brush"",""startDate"":""2021-11-03"",""endDate"":""2022-01-14""},{""time"":241584,""label"":""tour_next"",""step"":5},{""time"":246448,""label"":""cleared_brush"",""using"":""Click""},{""time"":247885,""label"":""tour_next"",""step"":5},{""time"":258187,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678933596653,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar -2023-03-15 22:16:56,2023-03-15 22:35:38,0,73.240.113.81,100,1121,1,2023-03-15 22:35:39,R_1mDvut5HXaOmqnb,,,,,45.4383,-122.6147,anonymous,EN,1,12.201,12.201,13.703,1,1,3,1,5.536,9.615,11.998,2,0,0,15.007,0,70,46,62,67.936,90.471,93.203,5,54.407,269.565,311.437,12,-2,1,59.628,86.404,89.301,2,-3,-3,82.914,115.366,117.864,2,1,43.442,43.442,45.303,1,0,0,15.109,0,5,2,5,4,5,5,It might be interesting to see the age brackets further broken up.,22.237,64.775,102.602,7,6,4,4,3,4,5,"It seems like it has very specific data and it corresponds with what I think might happen, especially in the winter months.",2.534,58.402,62.171,2,4,,6.711,6.711,9.901,1,2,7,3,4,1,5,6,0,0,31.543,0,4,7,8,6,7,5,9,9,,7.977,24.537,27.006,8,3,2,2,3,4,3,10.305,33.664,36.105,6,2,2,5.629,14.618,17.455,2,1,1966,Oregon,4,3,1,,9,,Milwaukie,4,4,1,floatingleaf2050@gmail.com,3.592,55.301,59.301,12,60faefcf667e07570bed9dcb,"{""startTime"":1678933637013,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933544043,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933169705,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":60,""label"":""tour_started""},{""time"":7326,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":20521,""week"":""52"",""id"":""chart""},{""time"":28774,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1115,""week"":""51"",""id"":""chart""},{""time"":31189,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7685,""week"":""4"",""id"":""chart""},{""time"":41424,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1418,""week"":""50"",""id"":""chart""},{""time"":54361,""label"":""tour_next"",""step"":5},{""time"":71266,""label"":""started_brush"",""startDate"":""2021-05-31"",""endDate"":""2021-07-04""},{""time"":78247,""label"":""started_brush"",""startDate"":""2021-09-29"",""endDate"":""2022-02-07""},{""time"":86651,""label"":""started_brush"",""startDate"":""2021-04-29"",""endDate"":""2021-08-24""},{""time"":91251,""label"":""tour_next"",""step"":5},{""time"":128297,""label"":""started_brush"",""startDate"":""2021-10-24"",""endDate"":""2022-02-02""},{""time"":137395,""label"":""cleared_brush"",""using"":""Click""},{""time"":146012,""label"":""tour_back"",""step"":5},{""time"":151784,""label"":""cleared_brush"",""using"":""Click""},{""time"":157429,""label"":""cleared_brush"",""using"":""Click""},{""time"":159834,""label"":""cleared_brush"",""using"":""Click""},{""time"":169406,""label"":""moved_brush"",""startDate"":""2021-11-19"",""endDate"":""2022-01-06""},{""time"":184916,""label"":""cleared_brush"",""using"":""Click""},{""time"":192920,""label"":""started_brush"",""startDate"":""2022-02-01"",""endDate"":""2022-02-07""},{""time"":193831,""label"":""started_brush"",""startDate"":""2021-09-15"",""endDate"":""2021-09-25""},{""time"":195504,""label"":""tour_next"",""step"":5},{""time"":206642,""label"":""cleared_brush"",""using"":""Click""},{""time"":216455,""label"":""cleared_brush"",""using"":""Click""},{""time"":219547,""label"":""cleared_brush"",""using"":""Click""},{""time"":223779,""label"":""cleared_brush"",""using"":""Click""},{""time"":227547,""label"":""cleared_brush"",""using"":""Click""},{""time"":239766,""label"":""cleared_brush"",""using"":""Click""},{""time"":245209,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-07-25""},{""time"":246906,""label"":""tour_next"",""step"":5},{""time"":260376,""label"":""cleared_brush"",""using"":""Click""},{""time"":260376,""label"":""cleared_brush"",""using"":""Escape""},{""time"":262487,""label"":""tour_next"",""step"":5},{""time"":269518,""label"":""tour_end"",""step"":5},{""time"":275398,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":9246,""week"":""2"",""id"":""chart""},{""time"":284782,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":5681,""week"":""1"",""id"":""chart""},{""time"":290718,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":2910,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678933528096,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar -2023-03-15 22:24:45,2023-03-15 22:36:14,0,172.56.97.111,100,688,1,2023-03-15 22:36:14,R_2f1aKBmj9N45uHS,,,,,28.0109,-82.4948,anonymous,EN,1,7.049,7.049,8.178,1,1,4,1,4.098,5.999,7.16,2,0,0,15.108,0,90,97,83,5.454,17.636,18.291,8,21.252,24.87,30.639,2,-2,-2,23.45,95.214,96.273,3,1,1,21.933,44.77,46.783,4,-1,109.974,109.974,121.777,1,0,0,15.115,0,5,4,4,5,5,5,,14.48,42.734,43.754,10,5,5,5,3,2,5,It cited the CDC as the source of the data and I trust the CDC.,1.404,1.404,19.932,1,4,,15.882,16.814,17.94,2,2,7,3,4,1,5,6,0,0,14.734,0,1,6,9,6,6,8,10,10,,8.662,24.079,26.748,13,5,5,1,1,5,5,12.483,31.724,34.154,6,2,2,2.792,7.561,9.263,2,1,1982,North Carolina,6,3,1,,7,,,17,3,1,62354223d36eda662355a9c0@email.prolific.co,1.426,94.626,95.165,24,62354223d36eda662355a9c0,"{""startTime"":1678933699865,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933744358,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933553630,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":1002,""label"":""hovered"",""timeHovered"":2117,""week"":""2021-09-20""},{""time"":14824,""label"":""hovered"",""timeHovered"":4228,""week"":""2021-12-27""},{""time"":21240,""label"":""tour_next"",""step"":2},{""time"":24858,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933683870,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":1410,""label"":""hovered"",""timeHovered"":1216,""week"":""2022-01-03""},{""time"":5243,""label"":""hovered"",""timeHovered"":8761,""week"":""2021-12-27""}]}",1,simple,line -2023-03-15 22:17:19,2023-03-15 22:36:19,0,64.222.88.92,100,1139,1,2023-03-15 22:36:19,R_3dtPGOk0hlqjxuh,,,,,44.5542,-72.6002,anonymous,EN,1,4.855,33.108,34.214,19,,,,,,,,10.974,10.974,15.052,1,69,79,29,6.19,57.035,60.6,24,25.144,90.869,92.144,11,-2,1,6.674,73.495,74.433,19,-3,-3,4.918,139.388,140.303,50,-1,3.605,91.19,91.901,33,2.65,9.522,15.044,4,3,3,3,5,6,4,,3.806,136.994,138.11,26,3,5,3,2,2,3,"This particular version did not show that it came from their department of agriculture. Plus, any data can be slanted toward one direction, especially if there is no opposing data shown that could show another viewpoint. I trust it only to the extent of the data I was provided.",5.464,47.575,130.234,3,5,,8.424,15.77,19.136,4,2,7,3,4,1,5,6,1.671,44.593,45.208,6,6,6,7,6,6,6,8,7,,2.082,46.623,47.495,20,4,4,1,1,4,4,4.996,28.022,31.547,13,2,,1.58,7.28,8.044,5,2,1954,Vermont,3,2,1,,9,,Stowe,4,3,1,Cat_Whispurrer@hotmail.com,2.201,71.418,74.235,37,5dbd1569f8223b28d73ed6ae,"{""startTime"":1678933348220,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":5826,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5116,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678933487390,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933164552,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":34,""label"":""tour_started""},{""time"":8806,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2868,""week"":""1"",""id"":""chart""},{""time"":11823,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2785,""week"":""52"",""id"":""chart""},{""time"":14707,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1885,""week"":""51"",""id"":""chart""},{""time"":16658,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1200,""week"":""50"",""id"":""chart""},{""time"":34268,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4389,""week"":""4"",""id"":""chart""},{""time"":40595,""label"":""tour_next"",""step"":2},{""time"":43318,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5638,""week"":""51"",""id"":""chart2""},{""time"":49096,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1195,""week"":""52"",""id"":""chart2""},{""time"":64003,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8219,""week"":""52"",""id"":""chart2""},{""time"":88222,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933332280,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,bar -2023-03-15 22:29:21,2023-03-15 22:36:44,0,107.2.209.212,100,442,1,2023-03-15 22:36:44,R_31gCWSh8XGrKejB,,,,,39.9038,-104.9419,anonymous,EN,1,3.861,3.861,5.198,1,,,,,,,,0,0,15.116,0,81,35,91,7.965,19.908,20.757,5,5.084,20.394,22.369,7,-3,-2,6.774,28.557,30.838,20,-3,-3,3.698,12.854,14.576,4,-1,2.203,5.638,7.293,2,7.993,14.452,15.014,4,4,4,4,4,5,4,eeeK!,2.658,8.733,24.185,8,4,5,1,2,4,1,some shit could go faltered,3.654,5.354,28.473,3,3,"i love you ,mang",4.21,10.541,25.901,6,2,3,4,5,1,6,7,0,0,15.77,0,1,1,1,1,1,1,8,6,god bless,6.371,23.063,31.576,9,4,5,2,1,2,3,8.23,31.179,32.657,6,1,,2.457,4.697,6.786,3,1,1964,Colorado,3,3,1,,7,,,1,4,1,jackries2022@gmail.com,1.334,82.96,87.126,16,63852498bcb698988baa11c2,"{""startTime"":1678933878964,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933903710,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933809354,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":10099,""label"":""tour_next"",""step"":2},{""time"":20383,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933863380,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,line -2023-03-15 22:01:01,2023-03-15 22:36:48,0,35.145.247.119,100,2147,1,2023-03-15 22:36:49,R_3nPAIyjlNVOXnyD,,,,,28.4643,-82.5998,anonymous,EN,1,24.483,24.483,25.926,1,,,,,,,,0,0,15.01,0,64,89,54,67.262,388.294,391.92,16,28.285,119.122,127.869,10,-3,1,27.388,43.51,49.385,2,1,-3,145.572,188.677,189.062,4,1,118.829,118.829,121.448,1,0,0,15.016,0,3,3,3,5,6,3,,278.281,294.342,298.922,7,3,5,3,3,3,5,I was told to assume I trusted it for those questions,12.438,115.802,199.644,4,2,,7.872,35.252,35.791,42,2,7,3,4,1,5,6,0,0,20.682,0,4,4,3,3,3,5,11,11,,8.752,28.301,31.397,12,4,5,1,3,5,4,5.531,23.144,24.485,7,4,,0.043,5.027,5.387,3,1,1976,Florida,2,2,1,,7,,,4,4,1,,3.157,126.904,146.192,17,62951acd624dba0f4429d988,"{""startTime"":1678932996376,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":82941},{""label"":""window_focused"",""time"":168765}]}","{""startTime"":1678933296392,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":1471,""label"":""hovered"",""timeHovered"":1229,""week"":""2021-11-29""},{""time"":2710,""label"":""hovered"",""timeHovered"":86557,""week"":""2021-11-29""},{""time"":92630,""label"":""hovered"",""timeHovered"":50830,""week"":""2021-11-08""}]}","{""startTime"":1678932730265,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":11132,""label"":""hovered"",""timeHovered"":1515,""week"":""2021-09-06""},{""time"":13330,""label"":""hovered"",""timeHovered"":2517,""week"":""2021-09-20""},{""time"":18198,""label"":""hovered"",""timeHovered"":1032,""week"":""2021-09-20""},{""time"":19528,""label"":""hovered"",""timeHovered"":1983,""week"":""2021-07-19""},{""time"":28273,""label"":""tour_next"",""step"":5},{""time"":79457,""label"":""started_brush"",""startDate"":""2021-05-30"",""endDate"":""2021-06-30""},{""time"":81149,""label"":""tour_next"",""step"":5},{""time"":97667,""label"":""moved_brush"",""startDate"":""2021-05-30"",""endDate"":""2021-06-18""},{""time"":99504,""label"":""tour_next"",""step"":5},{""time"":108594,""label"":""cleared_brush"",""using"":""click""},{""time"":110721,""label"":""tour_next"",""step"":5},{""time"":119111,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678932980973,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line -2023-03-15 22:20:23,2023-03-15 22:36:51,0,72.184.33.99,100,988,1,2023-03-15 22:36:52,R_2zGSDca8S3TEXz1,,,,,28.2365,-82.3289,anonymous,EN,1,22.847,22.847,24.145,1,1,2,2,1.656,5.934,7.158,2,0,0,15.016,0,86,86,13,35.88,52.211,60.051,3,46.176,56.693,59.777,4,1,1,27.339,117.987,120.101,2,-2,1,41.89,56.245,58.194,2,1,98.379,98.379,100.804,1,0,0,15.019,0,3,2,4,5,6,4,Thank you.,33.251,63.646,70.083,7,2,5,4,5,4,4,"I would need a little more information to say that I absolutely ""trust this visualization.""",3.71,3.71,57.532,1,4,Thank you.,8.003,9.916,18.752,2,2,7,3,4,1,5,6,30.299,30.299,35.25,1,2,3,2,2,3,5,8,5,,10.071,25.641,28.473,8,3,4,2,1,3,3,10.595,44.915,46.6,6,1,2,11.957,20.368,24.873,2,2,1970,Florida,3,2,1,,9,,Snellville,7,4,1,sheliamclendontraining@gmail.com,3.561,81.053,85.765,14,5e1b5ab486a44538d261922c,"{""startTime"":1678933672502,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933523957,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933389648,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":12926,""label"":""hovered"",""timeHovered"":1309,""week"":""2021-08-09""},{""time"":17202,""label"":""hovered"",""timeHovered"":1515,""week"":""2022-01-03""},{""time"":28978,""label"":""hovered"",""timeHovered"":3464,""week"":""2022-01-10""},{""time"":32744,""label"":""hovered"",""timeHovered"":1265,""week"":""2021-12-13""},{""time"":34278,""label"":""hovered"",""timeHovered"":2096,""week"":""2021-10-04""},{""time"":37317,""label"":""hovered"",""timeHovered"":1590,""week"":""2022-01-24""},{""time"":38991,""label"":""hovered"",""timeHovered"":1682,""week"":""2022-02-07""},{""time"":46158,""label"":""tour_next"",""step"":2},{""time"":52826,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933508448,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line -2023-03-15 22:24:26,2023-03-15 22:37:01,0,73.75.120.79,100,754,1,2023-03-15 22:37:01,R_3shOC6Sx21Ydc3y,,,,,42.2739,-89.0474,anonymous,EN,1,62.584,64.676,66.025,2,,,,,,,,0,0,15.016,0,50,0,50,3.283,17.977,19.942,7,7.39,35.886,66.95,4,-1,1,22.74,58.473,59.963,13,-3,-3,3.027,168.598,169.849,24,-1,2.663,56.396,57.802,8,2.555,8.589,15.01,4,3,1,3,1,1,3,,3.397,21.504,23.166,9,1,7,1,1,1,3,I don't know the source or the purpose.,4.152,4.152,25.083,1,1,,4.808,9.456,10.448,4,2,7,3,4,1,5,6,5.46,5.46,21.401,1,1,2,1,2,1,1,10,10,,5.322,25.638,26.903,10,2,1,4,4,2,2,7.411,26.41,27.846,8,1,,4.541,7.786,9.441,3,2,1966,Illinois,4,2,1,,7,,,7,4,1,sadiesparents@gmail.com,5.594,74.138,87.518,26,5ee2e7bf21501a83d55642cd,"{""startTime"":1678933828573,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933852315,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933575142,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":22,""label"":""tour_started""},{""time"":17850,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2683,""week"":""51"",""id"":""chart""},{""time"":20617,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2132,""week"":""52"",""id"":""chart""},{""time"":22783,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1134,""week"":""1"",""id"":""chart""},{""time"":26457,""label"":""tour_next"",""step"":2},{""time"":32876,""label"":""tour_end"",""step"":2},{""time"":41584,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2900,""week"":""52"",""id"":""chart""},{""time"":46133,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5114,""week"":""22"",""id"":""chart""},{""time"":51891,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3549,""week"":""22"",""id"":""chart""},{""time"":56520,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1359,""week"":""1"",""id"":""chart""},{""time"":57922,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6858,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678933813040,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":13429,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1294,""week"":""49"",""id"":""chart""}]}",0,moderate,bar -2023-03-15 22:14:15,2023-03-15 22:37:46,0,104.50.209.43,100,1411,1,2023-03-15 22:37:47,R_2wvFtKyf6MgL5ON,,,,,42.8003,-85.7093,anonymous,EN,1,35.401,35.401,54.884,1,,,,,,,,0,0,15.01,0,80,100,90,16.063,35.95,37.796,6,12.581,24.536,61.105,2,1,1,61.418,143.626,166.67,2,-1,1,40.018,66.416,67.849,2,1,74.639,74.639,110.428,1,0,0,15.073,0,5,5,3,5,5,5,none,26.225,69.193,94.555,8,5,6,6,1,1,6,"I dont know why anyone would lie about this data. Maybe a pesticide company would... I have no reason not to. Idon't know enough about pests to say what is reliable or isn't. ",2.121,2.121,49.145,1,6,none,14.701,19.848,30.621,4,2,7,3,4,1,5,6,0,0,35.47,0,1,7,7,8,1,4,9,10,none,8.896,41.893,47.674,10,2,3,3,3,3,3,24.968,52.265,76.269,6,4,,1.597,1.597,34.246,1,2,1993,Michigan,6,1,1,,7,,,13,3,1,kaciebreen@gmail.com,1.453,136.577,146.834,12,62fb85a89ccb1ac663b54783,"{""startTime"":1678933371715,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933219305,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933039679,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":335,""label"":""tour_started""},{""time"":12635,""label"":""tour_next"",""step"":2},{""time"":24478,""label"":""tour_end"",""step"":2},{""time"":29693,""label"":""hovered"",""timeHovered"":2479,""week"":""2021-12-20""},{""time"":34884,""label"":""hovered"",""timeHovered"":1723,""week"":""2022-01-10""},{""time"":37125,""label"":""hovered"",""timeHovered"":1970,""week"":""2021-11-15""},{""time"":53602,""label"":""hovered"",""timeHovered"":5597,""week"":""2022-01-10""}]}","{""startTime"":1678933191849,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,line -2023-03-15 22:24:31,2023-03-15 22:37:51,0,74.138.137.43,100,799,1,2023-03-15 22:37:52,R_31Mz4kZaaUfVOmB,,,,,38.2539,-85.76,anonymous,EN,1,10.629,17.7,19.003,2,,,,,,,,0,0,15.011,0,77,78,78,24.342,34.95,36.79,3,40.162,120.85,139.756,10,1,1,29.099,51.555,52.821,2,1,1,32.943,55.758,56.96,2,1,79.018,79.018,80.939,1,0,0,15.118,0,4,3,4,2,2,4,,20.104,50.989,52.918,7,4,4,4,7,3,4,I think I get the gist of it. I have no reason to distrust it.,3.917,3.917,45.394,1,3,,6.916,6.916,9.178,1,2,7,3,4,1,5,6,0,0,26.464,0,6,9,7,2,10,1,10,10,,7.104,22.369,24.104,8,2,2,3,4,2,2,11.056,24.647,25.906,6,1,,3.717,3.717,6.093,1,1,1964,Kentucky,8,2,1,,7,,,7,3,1,dwhite11@gmail.com,2.554,125.197,129.989,18,62ed458d61ebd1930833e95a,"{""startTime"":1678933866408,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933790274,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933552993,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":26801,""label"":""hovered"",""timeHovered"":4283,""week"":""2022-01-10""},{""time"":32617,""label"":""hovered"",""timeHovered"":1267,""week"":""2022-01-31""},{""time"":35334,""label"":""hovered"",""timeHovered"":1866,""week"":""2022-02-07""},{""time"":40152,""label"":""tour_next"",""step"":5},{""time"":72609,""label"":""started_brush"",""startDate"":""2021-11-08"",""endDate"":""2022-02-08""},{""time"":73824,""label"":""tour_next"",""step"":5},{""time"":90745,""label"":""moved_brush"",""startDate"":""2021-12-20"",""endDate"":""2022-02-08""},{""time"":91728,""label"":""tour_next"",""step"":5},{""time"":109653,""label"":""cleared_brush"",""using"":""click""},{""time"":109655,""label"":""cleared_brush"",""using"":""Escape""},{""time"":113879,""label"":""tour_next"",""step"":5},{""time"":120839,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678933774611,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line -2023-03-15 22:19:54,2023-03-15 22:37:54,0,174.78.5.254,100,1079,1,2023-03-15 22:37:55,R_1CmsvA3z2AxeZDF,,,,,36.1506,-115.1805,anonymous,EN,1,20.066,21.104,22.681,2,1,2,1,2.008,7.204,8.766,3,12.529,12.529,15.006,1,100,100,29,8.063,25.559,26.733,6,4.697,35.533,51.693,5,1,1,21.478,53.871,55.538,6,1,-3,24.752,73.1,74.718,8,1,65.894,69.247,70.183,3,5.957,5.957,15.009,1,6,5,6,6,6,6,,7.556,19.483,20.527,8,5,6,6,5,5,6,"Barring political interference, I trust the CDC to provide reliable data based on actual numbers available on infections. ",3.46,3.46,31.329,1,4,,111.857,114.739,116.152,2,2,7,3,4,1,5,6,143.633,149.61,150.863,2,6,6,4,5,6,5,9,6,,40.304,57.512,58.589,10,3,4,2,1,4,4,50.094,103.694,107.335,7,2,1,3.528,11.665,14.987,3,2,1976,Nevada,6,2,1,,1,,,4,3,1,mistyzahn@gmail.com,2.89,69.414,76.442,20,60c433a4f78e97b5ef1ce71b,"{""startTime"":1678933475954,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933424867,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933281861,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":49,""label"":""tour_started""},{""time"":11691,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2316,""week"":""49"",""id"":""chart""},{""time"":16005,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1863,""week"":""6"",""id"":""chart""},{""time"":19300,""label"":""tour_next"",""step"":2},{""time"":25838,""label"":""tour_end"",""step"":2},{""time"":26616,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2106,""week"":""1"",""id"":""chart""},{""time"":29804,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3304,""week"":""52"",""id"":""chart""},{""time"":42116,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3012,""week"":""23"",""id"":""chart""}]}","{""startTime"":1678933409328,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":8040,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1201,""week"":""49"",""id"":""chart""}]}",1,moderate,bar -2023-03-15 22:26:23,2023-03-15 22:37:58,0,73.64.167.96,100,694,1,2023-03-15 22:37:58,R_AHUPEBq2Ykyz3Nf,,,,,40.3062,-76.8841,anonymous,EN,1,5.874,5.874,7.641,1,,,,,,,,0,0,15.115,0,80,96,96,4.316,30.469,32.33,5,12.158,18.791,22.901,3,1,1,22.98,44.787,47.664,2,-3,-3,39.971,56.042,70.409,2,1,45.657,60.057,84.353,2,0,0,15.01,0,5,5,5,5,6,5,,9.179,45.883,51.017,9,5,6,5,7,7,5,"The visualization seems to portray accurate information in a precise way which makes me trust it. ",2.231,2.231,21.077,1,4,,4.11,4.11,57.193,1,2,7,3,4,1,5,6,0,0,21.258,0,4,4,5,10,4,6,10,9,,10.008,18.984,22.039,9,5,5,1,1,5,5,1.535,55.871,56.182,10,3,,1.671,1.671,3.429,1,1,1998,Pennsylvania,2,1,1,,3,,,7,2,1,5ae3a41d32ef52000131a531@email.prolific.co,1.019,87.095,92.672,42,5ae3a41d32ef52000131a531,"{""startTime"":1678933803892,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":33501},{""label"":""window_focused"",""time"":38066}]}","{""startTime"":1678933733777,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":4679},{""label"":""window_focused"",""time"":16265}]}","{""startTime"":1678933646513,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":12447,""label"":""tour_next"",""step"":2},{""time"":18784,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933718302,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,bar -2023-03-15 22:29:29,2023-03-15 22:38:53,0,167.89.251.109,100,563,1,2023-03-15 22:38:53,R_9RZ2sZEmq5SYGTD,,,,,32.749,-96.4629,anonymous,EN,1,29.004,29.004,30.401,1,,,,,,,,0,0,15.01,0,100,14,33,8.4,14.019,15.702,3,11.613,63.539,66.592,8,1,1,23.862,66.843,68.58,3,-3,1,33.701,57.974,59.561,2,1,41.157,41.157,42.582,1,0,0,15.008,0,5,5,5,7,6,5,,4.907,21.748,24.237,6,5,7,3,1,1,4,It just seems reliable. I doubt someone would make a detailed chart with fake data.,3.046,30.442,32.405,3,2,,5.695,5.695,7.417,1,2,7,3,4,1,5,6,0,0,20.202,0,6,7,1,6,4,7,9,10,,7.101,19.108,20.923,8,2,1,5,5,3,1,10.747,34.188,35.022,6,2,,3.542,3.542,4.701,1,1,2004,Texas,2,2,1,,3,,,3,2,2,,1.274,48.91,50.832,19,63d43839677cd9a315302808,"{""startTime"":1678934021414,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933969060,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":521,""label"":""cleared_brush"",""using"":""click""}]}","{""startTime"":1678933842750,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":37,""label"":""tour_started""},{""time"":11579,""label"":""tour_next"",""step"":5},{""time"":30655,""label"":""started_brush"",""startDate"":""2021-05-23"",""endDate"":""2021-09-02""},{""time"":31652,""label"":""tour_next"",""step"":5},{""time"":40565,""label"":""moved_brush"",""startDate"":""2021-11-03"",""endDate"":""2022-02-13""},{""time"":41596,""label"":""tour_next"",""step"":5},{""time"":47435,""label"":""cleared_brush"",""using"":""click""},{""time"":47447,""label"":""cleared_brush"",""using"":""Escape""},{""time"":48975,""label"":""tour_next"",""step"":5},{""time"":55990,""label"":""tour_end"",""step"":5},{""time"":60582,""label"":""started_brush"",""startDate"":""2021-07-15"",""endDate"":""2021-10-16""}]}","{""startTime"":1678933953227,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line -2023-03-15 22:27:38,2023-03-15 22:38:56,0,174.53.150.93,100,677,1,2023-03-15 22:38:56,R_XhLDXFHV36ywGpH,,,,,44.8283,-93.042,anonymous,EN,1,3.821,3.821,4.911,1,1,3,2,2.867,6.836,8.085,2,0,0,15.019,0,80,81,70,10.965,33.834,34.546,7,20.192,26.311,28.249,3,-3,1,65.04,84.732,86.24,2,-3,-3,48.899,61.369,62.318,2,1,24.935,24.935,26.114,1,0,0,15.112,0,4,3,4,3,5,4,,16.616,35.236,42.363,7,3,4,4,1,1,4,You have to have some skepticism bc we don't know everything. But I trust that the vaccines help.,4.313,35.222,50.335,6,4,,4.573,6.204,8.106,2,1,7,3,4,2,5,6,0,0,23.654,0,3,3,6,6,4,6,8,8,,5.416,18.316,19.947,8,2,2,5,4,2,1,10.181,28.181,29.352,6,4,1,4.485,13.093,14.122,2,2,1966,Minnesota,6,2,1,,7,,,4,3,1,sbagan38@gmail.com,3.807,143.271,153.881,31,6266db0dcf3e4f16fb9d7c56,"{""startTime"":1678933868368,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933911116,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933737788,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":20967,""label"":""tour_next"",""step"":2},{""time"":26300,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933852907,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":9950,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2476,""week"":""52"",""id"":""chart2""}]}",1,simple,bar -2023-03-15 22:30:42,2023-03-15 22:39:09,0,47.7.185.188,100,507,1,2023-03-15 22:39:09,R_BPOhVYsg0W01dvj,,,,,35.6854,-88.8281,anonymous,EN,1,2.704,2.704,3.744,1,,,,,,,,0,0,15.019,0,94,45,87,7.863,15.023,16.589,3,22.722,36.06,40.826,4,-2,1,24.736,51.48,52.688,2,-3,-3,31.701,60.236,62.009,4,-1,32.246,32.246,37.325,1,0,0,15.122,0,3,2,3,2,4,4,,6.555,24.202,27.315,9,1,4,5,1,1,2,I do not know all the circumstances,5.802,20.441,20.799,4,6,,4.623,4.623,6.883,1,2,7,3,4,1,5,6,6.477,6.477,18.834,1,7,7,11,7,2,8,9,8,,4.498,19.499,21.125,10,4,5,2,1,4,5,2.857,18.571,20.245,8,6,,3.548,3.548,4.644,1,1,1960,Tennessee,6,2,1,,7,,,7,2,1,5f82567f1e720a3842580d23@email.prolific.co,1.087,68.629,80.55,21,5f82567f1e720a3842580d23,"{""startTime"":1678934000836,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934051304,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933890586,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":15352,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2712,""week"":""51"",""id"":""chart""},{""time"":18777,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3224,""week"":""52"",""id"":""chart""},{""time"":22716,""label"":""tour_next"",""step"":2},{""time"":28249,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5630,""week"":""52"",""id"":""chart2""},{""time"":34356,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933985012,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":6718,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1086,""week"":""1"",""id"":""chart""},{""time"":10683,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1759,""week"":""52"",""id"":""chart""}]}",0,simple,bar -2023-03-15 22:28:34,2023-03-15 22:39:12,0,172.124.129.25,100,638,1,2023-03-15 22:39:13,R_3dXpVsKXHBEZ6YW,,,,,38.0551,-97.9323,anonymous,EN,1,9.724,9.724,11.142,1,,,,,,,,0,0,15.108,0,24,23,75,2.431,24.373,26.442,5,33.629,43.43,69.703,2,-2,1,34.729,47.254,49.755,2,-3,-3,69.487,92.885,94.489,2,-2,20.804,38.743,40.226,5,0,0,15.009,0,3,3,3,3,5,3,,14.306,25.163,32.179,6,4,5,5,3,3,4,Can you fully trust something that you just saw once?,3.334,3.334,62.463,1,6,,6.655,10.473,12.624,3,2,7,3,4,1,5,6,20.298,20.298,26.25,1,8,8,9,8,7,7,9,9,,5.259,16.995,19.347,8,4,4,2,2,5,4,10.772,30.594,32.502,6,1,,4.745,4.745,7.17,1,2,1955,Kansas,4,1,1,,7,,,4,2,1,,2.212,53.958,56.47,12,638476f72ab8021be345e3ac,"{""startTime"":1678933968038,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934001213,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933786630,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":19,""label"":""tour_started""},{""time"":12437,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4266,""week"":""35"",""id"":""chart""},{""time"":16719,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1735,""week"":""34"",""id"":""chart""},{""time"":19022,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2147,""week"":""1"",""id"":""chart""},{""time"":21270,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3567,""week"":""50"",""id"":""chart""},{""time"":25071,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1615,""week"":""1"",""id"":""chart""},{""time"":28821,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1265,""week"":""29"",""id"":""chart""},{""time"":33623,""label"":""tour_next"",""step"":2},{""time"":43423,""label"":""tour_end"",""step"":2},{""time"":44574,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2844,""week"":""1"",""id"":""chart""},{""time"":47772,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1830,""week"":""4"",""id"":""chart""},{""time"":50046,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1757,""week"":""5"",""id"":""chart""},{""time"":53550,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2253,""week"":""23"",""id"":""chart""},{""time"":57289,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1890,""week"":""24"",""id"":""chart""},{""time"":59645,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2174,""week"":""14"",""id"":""chart""},{""time"":63352,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1701,""week"":""6"",""id"":""chart""}]}","{""startTime"":1678933952100,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,bar -2023-03-15 22:26:44,2023-03-15 22:39:16,0,24.231.138.128,100,752,1,2023-03-15 22:39:16,R_OChBiqyd1QnjAsh,,,,,45.7659,-87.089,anonymous,EN,1,2.951,2.951,5.319,1,1,4,2,7.709,10.183,11.781,2,6.277,12.341,15.01,6,100,100,63,8.676,12.931,14.915,3,20.299,26.927,42.244,2,1,1,35.89,74.467,85.864,2,1,1,32.638,73.447,79.8,5,1,38.267,74.367,82.691,2,0,0,15.017,0,6,5,6,6,6,6,I have a lot of trust in this data given the source of it is from the CDC,12.965,21.645,50.822,7,6,6,6,6,5,6,"It's detailed, provides information as to the source of which the data comes from, and is easy to understand.",4.238,9.315,43.105,3,6,I try to trust people until they give me a reason not to,6.237,27.528,31.076,3,2,7,3,4,1,5,6,0,0,41.676,0,4,3,6,5,7,3,11,10,,4.915,25.828,29.762,11,5,5,1,1,5,5,5.91,18.333,24.582,6,1,1,4.189,15.131,21.424,2,1,1984,Michigan,6,3,1,,8,COMSTOCK PARK,,5,4,1,5f877e0715f8781a0c7c3ab8@email.prolific.co,3.835,98.651,101.251,33,5f877e0715f8781a0c7c3ab8,"{""startTime"":1678933875849,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933813252,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933667132,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":47,""label"":""tour_started""},{""time"":20273,""label"":""tour_next"",""step"":2},{""time"":26900,""label"":""tour_end"",""step"":2},{""time"":31604,""label"":""hovered"",""timeHovered"":4081,""week"":""2021-06-14""}]}","{""startTime"":1678933797172,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":11963,""label"":""hovered"",""timeHovered"":2388,""week"":""2022-01-17""}]}",1,simple,line -2023-03-15 21:46:58,2023-03-15 22:40:04,0,69.116.177.173,100,3186,1,2023-03-15 22:40:05,R_1hAXE3diXk80h99,,,,,40.7924,-74.0096,anonymous,EN,1,63.603,112.061,114.761,5,1,2,2,6.559,14.911,17.194,2,0,0,15.008,0,81,89,52,53.092,100.537,103.076,5,75.421,94.272,95.689,4,-3,1,68.032,76.957,82.6,2,1,1,201.736,265.862,293.531,2,1,54.352,54.352,79.202,1,0,0,15.016,0,7,7,3,3,7,3,"the chart was messy and incomplete, the dates were not clear although the color scheme was explained well in writing it was difficult to understand on the chart ",51.45,360.571,363.786,12,2,2,1,7,7,2,"it is confusing , the dates are to far apart to be accurate, in general ist is too general and I am not a fan of charts.",10.766,10.766,118.732,1,3,"the chart just seemed messy and confusing and hard to understand , to many colors, numbers and intertwining, just give me an article to read or a list, apologies if I did not do the survey correctly.' but interesting anyway., ",15.997,242.386,306.555,9,1,7,3,4,2,5,6,0,0,48.777,0,6,10,6,5,9,5,9,8,,19.626,77.019,86.619,9,3,3,4,5,2,3,46.831,115.286,117.186,6,1,1,9.262,39.26,50.066,2,1,1988,New Jersey,6,1,1,,7,,,4,2,1,tviola11@optonline.net,3.517,843.708,855.578,44,5dc3552003f8562725a1b956,"{""startTime"":1678932730494,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932008260,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678931602405,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":3320,""label"":""hovered"",""timeHovered"":1250,""week"":""2021-10-04""},{""time"":6623,""label"":""hovered"",""timeHovered"":1018,""week"":""2021-11-08""},{""time"":8358,""label"":""hovered"",""timeHovered"":2219,""week"":""2021-09-27""},{""time"":50484,""label"":""hovered"",""timeHovered"":4587,""week"":""2021-12-13""},{""time"":57239,""label"":""hovered"",""timeHovered"":1385,""week"":""2021-12-20""},{""time"":58875,""label"":""hovered"",""timeHovered"":1267,""week"":""2021-12-20""},{""time"":75394,""label"":""tour_next"",""step"":2},{""time"":80194,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678931992746,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line -2023-03-15 22:33:40,2023-03-15 22:40:23,0,98.150.99.114,100,402,1,2023-03-15 22:40:24,R_3L4s2ad6SQpAfMR,,,,,34.1619,-116.4335,anonymous,EN,1,3.893,3.893,4.836,1,1,4,1,2.03,3.734,4.458,2,0,0,15.008,0,56,1,11,7.871,12.817,14.027,3,6.261,11.089,29.825,2,-2,1,35.168,60.627,61.946,2,-2,-3,28.46,41.188,42.27,2,-3,23.02,23.02,23.929,1,0,0,15.007,0,5,5,5,5,5,5,,6.13,24.369,27.744,7,5,5,5,7,7,5,"It is from the cdc, which I trust",2.047,2.047,15.616,1,4,,4.624,5.935,6.961,2,2,3,4,5,1,6,7,0,0,10.721,0,2,5,5,5,5,2,9,8,,2.841,13.879,15.736,9,3,3,2,2,3,3,3.586,18.056,18.951,6,2,2,3.36,10.77,11.928,3,2,1976,California,6,3,1,,7,,,19,4,1,qmc26@hotmail.com,1.201,35.461,48.069,13,63d1b87e756b5709b1e90ff3,"{""startTime"":1678934180825,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934209110,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934072592,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":6259,""label"":""tour_next"",""step"":2},{""time"":11087,""label"":""tour_end"",""step"":2},{""time"":12599,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2622,""week"":""32"",""id"":""chart2""},{""time"":16247,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2141,""week"":""52"",""id"":""chart2""},{""time"":19044,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2311,""week"":""52"",""id"":""chart2""}]}","{""startTime"":1678934165280,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar -2023-03-15 22:25:23,2023-03-15 22:40:49,0,98.28.170.30,100,926,1,2023-03-15 22:40:50,R_3FVxEBciCz7Kjbt,,,,,39.1642,-84.2356,anonymous,EN,1,2.6,2.6,3.971,1,1,2,1,7.878,9.763,11.744,2,0,0,15.11,0,55,61,49,47.964,59.097,68.657,5,49.107,171.832,193.441,11,1,1,29.288,67.193,69.206,2,-1,-1,32.288,87.6,88.894,2,-1,34.948,34.948,37.541,1,0,0,15.11,0,3,3,3,4,6,3,,19.526,45.911,49.991,6,5,5,5,5,3,5,Because you told me to assume I trust the data,7.117,7.117,23.426,1,4,,7.732,7.732,12.443,1,,,,,,,,0,0,13.772,0,7,7,9,8,9,8,10,10,,12.763,40.629,42.601,9,3,4,2,3,4,4,20.463,66.068,67.496,8,3,1,14.213,25.691,28.272,2,2,1972,Ohio,6,1,1,,8,LOVELAND,,14,3,1,63e79757491f649ba84a62bf@email.prolific.co,2.683,114.099,117.221,17,63e79757491f649ba84a62bf,"{""startTime"":1678933880680,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":7909,""label"":""started_brush"",""startDate"":""2022-01-05"",""endDate"":""2022-02-13""}]}","{""startTime"":1678933931108,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933633282,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":15917,""label"":""hovered"",""timeHovered"":1615,""week"":""2022-01-03""},{""time"":17607,""label"":""hovered"",""timeHovered"":1792,""week"":""2022-01-10""},{""time"":19423,""label"":""hovered"",""timeHovered"":5343,""week"":""2022-01-10""},{""time"":24769,""label"":""hovered"",""timeHovered"":1083,""week"":""2022-01-10""},{""time"":25854,""label"":""hovered"",""timeHovered"":1799,""week"":""2022-01-10""},{""time"":27654,""label"":""hovered"",""timeHovered"":13816,""week"":""2022-01-10""},{""time"":48996,""label"":""tour_next"",""step"":5},{""time"":71923,""label"":""tour_back"",""step"":5},{""time"":79040,""label"":""hovered"",""timeHovered"":1240,""week"":""2021-08-02""},{""time"":84115,""label"":""hovered"",""timeHovered"":1900,""week"":""2021-06-07""},{""time"":104422,""label"":""tour_next"",""step"":5},{""time"":121267,""label"":""started_brush"",""startDate"":""2021-06-19"",""endDate"":""2021-10-20""},{""time"":124758,""label"":""started_brush"",""startDate"":""2021-11-10"",""endDate"":""2021-11-30""},{""time"":129185,""label"":""started_brush"",""startDate"":""2021-12-14"",""endDate"":""2022-01-03""},{""time"":134915,""label"":""moved_brush"",""startDate"":""2021-11-01"",""endDate"":""2022-01-03""},{""time"":135903,""label"":""tour_next"",""step"":5},{""time"":146347,""label"":""moved_brush"",""startDate"":""2021-05-06"",""endDate"":""2022-01-03""},{""time"":148752,""label"":""tour_next"",""step"":5},{""time"":156167,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-12-09""},{""time"":157212,""label"":""cleared_brush"",""using"":""click""},{""time"":157214,""label"":""cleared_brush"",""using"":""Escape""},{""time"":160269,""label"":""started_brush"",""startDate"":""2021-07-20"",""endDate"":""2021-09-24""},{""time"":161852,""label"":""cleared_brush"",""using"":""click""},{""time"":161855,""label"":""cleared_brush"",""using"":""Escape""},{""time"":163611,""label"":""tour_next"",""step"":5},{""time"":171721,""label"":""tour_end"",""step"":5},{""time"":182885,""label"":""started_brush"",""startDate"":""2021-05-05"",""endDate"":""2021-06-29""},{""time"":183890,""label"":""cleared_brush"",""using"":""click""},{""time"":183893,""label"":""cleared_brush"",""using"":""Escape""},{""time"":187553,""label"":""started_brush"",""startDate"":""2021-10-09"",""endDate"":""2021-12-07""}]}","{""startTime"":1678933865041,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":10850,""label"":""started_brush"",""startDate"":""2021-12-05"",""endDate"":""2022-01-04""},{""time"":11382,""label"":""hovered"",""timeHovered"":3883,""week"":""2021-12-27""}]}",1,complex,line -2023-03-15 22:29:57,2023-03-15 22:41:00,0,98.43.151.150,100,663,1,2023-03-15 22:41:01,R_1FLY9YhxDJSvZkK,,,,,39.7427,-104.8129,anonymous,EN,1,9.167,9.167,12.303,1,,,,,,,,0,0,15.186,0,66,65,58,11.356,21.945,25.655,3,15.629,21.621,25.794,2,1,1,26.576,48.941,51.645,2,-2,1,35.14,47.299,50.648,2,-1,47.466,48.529,50.627,2,0,0,15.051,0,4,4,3,4,4,4,,17.65,34.877,38.897,7,2,4,4,7,1,4,I don't have any contradictory information.,4.679,16.384,29.674,4,4,,9.164,12.361,16.099,2,2,7,3,4,1,5,6,0,0,33.3,0,2,1,5,4,1,7,7,4,,9.812,35.93,39.212,8,4,4,1,2,4,4,10.95,41.301,45.161,6,7,,13.461,13.461,17.027,1,1,1966,Colorado,6,2,1,,7,,,1,4,1,,5.05,69.356,75.369,12,639e0331bc3cc615f5a3dd89,"{""startTime"":1678933993768,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934036702,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933897292,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":88,""label"":""tour_started""},{""time"":15535,""label"":""tour_next"",""step"":2},{""time"":21525,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933976730,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,line -2023-03-15 22:31:20,2023-03-15 22:41:07,0,73.116.204.102,100,587,1,2023-03-15 22:41:08,R_1erUejSPMywhuXZ,,,,,38.581,-121.4939,anonymous,EN,1,8.433,8.433,11.059,1,2,,2,2.434,2.434,3.64,1,0,0,15.013,0,74,93,50,12.237,20.253,21.398,3,13.276,18.02,30.202,2,1,-1,20.633,37.121,38.978,2,-2,1,33.492,44.1,45.82,2,1,56.536,56.536,57.705,1,0,0,15.01,0,4,3,4,5,5,3,,9.108,25.898,30.05,6,3,5,3,1,1,3,"I do not really trust the CDC for data anymore, but I trust that the data is not too far from the truth. ",3.224,28.049,59.944,2,2,,3.733,6.525,9.134,4,2,7,3,4,1,5,6,0,0,19.859,0,3,2,1,4,2,6,6,7,,4.325,19.605,22.376,8,4,4,1,4,3,4,6.477,21.717,23.078,7,7,2,4.404,9.94,13.262,2,1,1961,California,3,1,1,,7,,,6,4,2,,3.007,110.73,115.382,25,5e16c978783225c8108ef055,"{""startTime"":1678934039250,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934070158,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933946551,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":13267,""label"":""tour_next"",""step"":2},{""time"":18011,""label"":""tour_end"",""step"":2},{""time"":18927,""label"":""hovered"",""timeHovered"":6141,""week"":""2022-01-03""},{""time"":27007,""label"":""hovered"",""timeHovered"":1389,""week"":""2021-10-18""}]}","{""startTime"":1678934023552,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7651,""label"":""hovered"",""timeHovered"":3109,""week"":""2022-01-10""}]}",1,moderate,line -2023-03-15 22:24:36,2023-03-15 22:41:08,0,73.175.0.76,100,992,1,2023-03-15 22:41:09,R_3lFABJTS7LxZLqQ,,,,,40.5992,-77.5768,anonymous,EN,1,71.847,73.119,75.961,2,,,,,,,,0,0,15.112,0,77,20,33,6.652,12.315,13.299,3,52.814,181.103,183.646,10,1,1,28.652,41.827,58.232,2,-2,1,67.068,91.308,92.773,2,1,38.912,67.422,68.553,9,0,0,15.02,0,5,5,5,4,6,5,,26.763,44.721,47.671,7,5,5,4,7,7,5,It appears to be well done and from a credible source.,3.414,3.414,44.029,1,5,,8.747,10.445,12.275,4,2,7,3,4,1,5,6,22.231,34.804,39.339,4,2,3,11,10,1,9,9,10,,7.418,22.278,24.259,8,2,3,3,4,3,2,41.863,56.504,57.805,6,4,,6.276,6.276,7.456,1,1,1969,Pennsylvania,5,1,1,,9,,LEWISTOWN,10,4,1,iwemcurry@yahoo.com,1.742,140.649,143.96,20,5fb96b9798cd084465b0bf36,"{""startTime"":1678933869872,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933918718,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933600767,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":17,""label"":""tour_started""},{""time"":52805,""label"":""tour_next"",""step"":5},{""time"":121033,""label"":""started_brush"",""startDate"":""2021-08-02"",""endDate"":""2021-09-13""},{""time"":122952,""label"":""tour_next"",""step"":5},{""time"":134001,""label"":""started_brush"",""startDate"":""2021-07-15"",""endDate"":""2021-12-13""},{""time"":138326,""label"":""moved_brush"",""startDate"":""2021-05-08"",""endDate"":""2021-10-06""},{""time"":139494,""label"":""tour_next"",""step"":5},{""time"":153829,""label"":""moved_brush"",""startDate"":""2021-05-08"",""endDate"":""2021-10-06""},{""time"":154229,""label"":""moved_brush"",""startDate"":""2021-05-08"",""endDate"":""2021-10-06""},{""time"":154645,""label"":""moved_brush"",""startDate"":""2021-05-08"",""endDate"":""2021-10-06""},{""time"":155914,""label"":""cleared_brush"",""using"":""click""},{""time"":157440,""label"":""tour_next"",""step"":5},{""time"":181093,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678933854202,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line -2023-03-15 22:19:38,2023-03-15 22:41:11,0,67.171.74.57,100,1293,1,2023-03-15 22:41:12,R_2R1VCX5ioj1qAiJ,,,,,40.4625,-79.9461,anonymous,EN,1,49.394,49.394,50.505,1,1,4,2,2.65,7.499,8.774,2,0,0,15.014,0,78,85,64,191.681,223.341,224.933,6,105.839,142.369,149.834,3,1,1,67.734,98.594,100.55,2,-2,1,116.2,144.401,154.638,2,-1,57.214,57.214,59.873,1,0,0,15.114,0,5,5,5,6,5,5,,45.513,90.547,97.603,7,5,5,5,5,5,5,"I have seen a number of different visualizations of COVID-19 vaccine data , this one is clear into the point. It's very uncluttered which I like.",5.488,95.319,96.75,13,5,,9.136,9.136,11.869,1,2,7,3,4,1,5,6,0,0,22.802,0,6,6,5,5,8,4,9,5,,9.549,39.078,54.724,8,4,4,1,2,4,4,9.671,29.145,30.555,6,1,1,3.159,8.279,12.379,2,1,1964,Pennsylvania,2,2,1,,7,,,3,2,1,62896076149e8f156545884c@email.prolific.co,2.104,84.018,105.889,16,62896076149e8f156545884c,"{""startTime"":1678933908515,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933779632,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933511281,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":31,""label"":""tour_started""},{""time"":1657,""label"":""hovered"",""timeHovered"":1691,""week"":""2022-01-10""},{""time"":7336,""label"":""hovered"",""timeHovered"":3699,""week"":""2022-01-03""},{""time"":59968,""label"":""hovered"",""timeHovered"":2394,""week"":""2021-05-03""},{""time"":62801,""label"":""hovered"",""timeHovered"":1946,""week"":""2021-05-17""},{""time"":65152,""label"":""hovered"",""timeHovered"":2013,""week"":""2021-06-07""},{""time"":70168,""label"":""hovered"",""timeHovered"":1649,""week"":""2022-01-03""},{""time"":71889,""label"":""hovered"",""timeHovered"":1312,""week"":""2022-01-03""},{""time"":74253,""label"":""hovered"",""timeHovered"":1466,""week"":""2022-01-03""},{""time"":76009,""label"":""hovered"",""timeHovered"":2695,""week"":""2022-01-03""},{""time"":78809,""label"":""hovered"",""timeHovered"":1579,""week"":""2022-01-03""},{""time"":85759,""label"":""hovered"",""timeHovered"":4516,""week"":""2021-12-27""},{""time"":90369,""label"":""hovered"",""timeHovered"":7525,""week"":""2021-12-27""},{""time"":105779,""label"":""tour_next"",""step"":2},{""time"":142309,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933763753,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":3577,""label"":""hovered"",""timeHovered"":1659,""week"":""2021-08-09""}]}",1,simple,line -2023-03-15 22:21:11,2023-03-15 22:41:13,0,73.13.171.6,100,1202,1,2023-03-15 22:41:13,R_begFaowzi2mFrKp,,,,,39.9792,-75.1279,anonymous,EN,1,33.416,34.722,36.56,2,,,,,,,,0,0,15.026,0,79,34,38,84.918,99.551,100.54,5,9.728,166.2,171.539,27,1,-2,4.58,64.357,64.936,13,1,1,13.273,95.255,96.245,6,-1,28.999,34.036,34.787,3,10.86,10.86,15.145,1,3,3,3,3,3,3,,3.726,91.923,92.829,10,3,3,5,1,1,3,Because I don't know the real source.,10.573,63.929,67.579,7,4,,15.202,21.031,23.318,3,2,7,3,4,1,5,6,21.505,35.622,37.175,2,1,2,6,4,1,4,7,9,,16.681,86.586,87.764,15,3,4,2,2,4,3,15.022,82.31,83.067,16,8,,9.733,14.196,15.335,3,1,1981,Pennsylvania,5,2,1,,7,,,6,2,1,,1.887,166.855,168.111,39,6401094035971e9972e06328,"{""startTime"":1678933670226,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":4072,""label"":""started_brush"",""startDate"":""2021-09-17"",""endDate"":""2021-12-30""},{""time"":6174,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-09-06""},{""time"":8022,""label"":""started_brush"",""startDate"":""2021-09-10"",""endDate"":""2022-02-13""},{""time"":10707,""label"":""started_brush"",""startDate"":""2021-04-15"",""endDate"":""2022-02-13""}]}","{""startTime"":1678933763753,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933446434,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":25699,""label"":""hovered"",""timeHovered"":1731,""week"":""2022-01-10""},{""time"":49309,""label"":""tour_next"",""step"":5},{""time"":77588,""label"":""cleared_brush"",""using"":""click""},{""time"":83733,""label"":""started_brush"",""startDate"":""2021-06-04"",""endDate"":""2021-06-18""},{""time"":87800,""label"":""started_brush"",""startDate"":""2021-05-22"",""endDate"":""2022-02-13""},{""time"":88787,""label"":""tour_next"",""step"":5},{""time"":97786,""label"":""moved_brush"",""startDate"":""2021-05-22"",""endDate"":""2022-02-13""},{""time"":99858,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-01-03""},{""time"":102600,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-09-24""},{""time"":103496,""label"":""tour_next"",""step"":5},{""time"":127204,""label"":""moved_brush"",""startDate"":""2021-08-30"",""endDate"":""2022-02-13""},{""time"":128772,""label"":""moved_brush"",""startDate"":""2021-08-30"",""endDate"":""2022-02-13""},{""time"":130445,""label"":""moved_brush"",""startDate"":""2021-09-21"",""endDate"":""2022-02-13""},{""time"":133380,""label"":""cleared_brush"",""using"":""click""},{""time"":133383,""label"":""cleared_brush"",""using"":""Escape""},{""time"":137747,""label"":""tour_next"",""step"":5},{""time"":155569,""label"":""tour_end"",""step"":5},{""time"":163943,""label"":""started_brush"",""startDate"":""2021-05-29"",""endDate"":""2022-01-17""}]}","{""startTime"":1678933654334,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":15435,""label"":""started_brush"",""startDate"":""2021-06-06"",""endDate"":""2022-02-13""}]}",0,complex,line -2023-03-15 22:26:46,2023-03-15 22:41:15,0,108.210.170.10,100,869,1,2023-03-15 22:41:16,R_cXSC0Pz4llBCZnX,,,,,29.8875,-90.0337,anonymous,EN,1,54.061,54.061,60.308,1,,,,,,,,0,0,15.111,0,96,94,87,25.379,36.449,38.649,3,10.433,15.853,31.14,2,-3,1,22.212,40.095,41.849,2,-3,1,41.075,56.869,58.432,2,1,39.744,39.744,41.772,1,0,0,15.007,0,5,3,4,6,5,5,,8.247,37.578,56,7,5,6,6,4,5,5,"Assuming nobody's lying to me about bugs, the data is presented in a way that makes the issue apparent. ",2.593,2.593,48.754,1,5,,8.053,10.632,19.977,2,2,7,3,4,1,5,6,0,0,19.411,0,6,7,6,7,7,6,9,8,,5.779,30.433,37.084,10,3,4,2,3,4,3,10.156,47.985,50.818,9,3,,4.835,6.031,9.304,2,1,1972,Maryland,3,2,1,,7,,,3,3,1,xaxsxvx@gmail.com,4.034,247.563,251.633,53,63fa78f21e485a372c6528fa,"{""startTime"":1678933919544,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":1990,""label"":""hovered"",""timeHovered"":2028,""week"":""2022-01-10""}]}","{""startTime"":1678933838879,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":1545,""label"":""hovered"",""timeHovered"":2233,""week"":""2022-01-17""},{""time"":4187,""label"":""hovered"",""timeHovered"":1898,""week"":""2022-01-17""}]}","{""startTime"":1678933732454,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":10415,""label"":""tour_next"",""step"":2},{""time"":15836,""label"":""tour_end"",""step"":2},{""time"":21347,""label"":""hovered"",""timeHovered"":1063,""week"":""2022-01-10""},{""time"":23764,""label"":""hovered"",""timeHovered"":4652,""week"":""2022-01-31""}]}","{""startTime"":1678933823204,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,line -2023-03-15 22:21:01,2023-03-15 22:41:22,0,50.4.145.52,100,1220,1,2023-03-15 22:41:23,R_12gUl6UCpHLMxBL,,,,,32.853,-79.9876,anonymous,EN,1,56.992,56.992,60.109,1,,,,,,,,0,0,15.061,0,89,56,68,43.532,63.365,79.198,4,1.241,147.189,151.725,14,1,1,34.828,46.067,48.671,2,-3,1,35.157,78.25,80.62,3,1,0.587,61.861,64.665,2,0,0,15.009,0,3,3,5,2,5,5,,14.963,38.575,49.111,7,4,5,5,7,7,5,"The source is a govenment office which for this kind of information would likely be dependable and trustworthy. ",6.838,184.903,199.847,7,6,None,5.486,9.236,15.238,3,2,7,3,4,1,5,6,0,0,38.362,0,2,7,6,8,8,6,10,10,None,9.838,37.55,42.487,12,4,5,1,2,4,5,14.223,33.493,36.017,6,2,,46.248,46.248,66.183,1,1,1964,South Carolina,8,1,1,,7,,,9,4,1,5e059d2bb1fb05fd1f841142@email.prolific.co,3.849,153.097,161.744,17,5e059d2bb1fb05fd1f841142,"{""startTime"":1678933668088,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933757134,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933434568,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":41,""label"":""tour_started""},{""time"":24186,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1841,""week"":""44"",""id"":""chart""},{""time"":33734,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1500,""week"":""1"",""id"":""chart""},{""time"":36235,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2811,""week"":""51"",""id"":""chart""},{""time"":46067,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2644,""week"":""4"",""id"":""chart""},{""time"":65605,""label"":""tour_next"",""step"":5},{""time"":102928,""label"":""started_brush"",""startDate"":""2021-08-31"",""endDate"":""2021-10-01""},{""time"":111500,""label"":""tour_next"",""step"":5},{""time"":122894,""label"":""moved_brush"",""startDate"":""2021-08-01"",""endDate"":""2021-10-01""},{""time"":126847,""label"":""tour_next"",""step"":5},{""time"":134860,""label"":""cleared_brush"",""using"":""Click""},{""time"":138049,""label"":""tour_next"",""step"":5},{""time"":147170,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678933652398,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,bar -2023-03-15 22:27:58,2023-03-15 22:42:05,0,71.236.157.127,100,846,1,2023-03-15 22:42:05,R_3RftS8bgsc777dN,,,,,45.5645,-122.6447,anonymous,EN,1,111.017,120.176,121.741,3,,,,,,,,0,0,15.082,0,100,100,73,11.207,30.724,32.331,7,18.016,54.904,56.354,5,1,1,13.981,61.305,62.864,7,-1,1,16.366,80.769,82.307,9,1,29.928,62.641,64.245,4,5.152,5.152,15.021,1,3,3,3,4,4,3,,5.516,39.567,42.162,10,3,5,5,7,4,3,because I don't know enough about this topic or who came up with the data to know if I can trust this visualization.,5.747,5.747,58.735,1,1,,5.668,8.771,10.204,2,2,7,3,4,1,5,6,17.506,23.521,25.126,2,1,1,5,3,2,1,9,6,,5.134,32.788,34.191,12,1,1,5,4,2,1,5.636,45.366,46.867,11,1,,3.103,6.314,8.102,2,2,1972,Oregon,6,1,1,,7,,,6,4,1,5e4a59b502b78f4a232c0cff@email.prolific.co,2.374,92.027,94.073,22,5e4a59b502b78f4a232c0cff,"{""startTime"":1678934095222,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933996679,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933860522,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":5240,""label"":""hovered"",""timeHovered"":2353,""week"":""2022-01-03""},{""time"":38583,""label"":""tour_next"",""step"":2},{""time"":48998,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933980828,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":12434,""label"":""hovered"",""timeHovered"":1575,""week"":""2022-01-03""}]}",0,simple,line -2023-03-15 22:31:55,2023-03-15 22:42:11,0,24.89.18.3,100,615,1,2023-03-15 22:42:12,R_Ce7IFOa8kyHv04h,,,,,39.6343,-77.7337,anonymous,EN,1,16.193,16.193,17.164,1,1,4,2,1.52,3.206,4.482,2,2.277,5.812,15.006,2,100,100,20,11.547,24.233,25.054,5,25.14,30.988,33.97,2,1,1,25.304,51.161,52.891,2,-2,-3,54.859,119.149,120.338,3,1,38.917,38.917,40.319,1,0,0,15.012,0,5,5,5,5,5,5,,6.064,35.116,35.935,7,5,5,5,4,5,5,I trust the figures given by the CDC. They have never given me a reason not to trust them.,1.868,1.868,29.174,1,5,,4.301,4.301,7.011,1,2,7,3,4,1,5,6,0,0,21.618,0,2,2,9,9,3,5,10,11,,4.735,24.364,26.18,13,3,4,1,2,4,4,6.439,32.201,32.825,7,2,1,2.451,8.531,14.083,2,2,1963,Maryland,4,3,1,,7,,,8,4,2,,2.881,80.333,84.467,19,5d63179aa3b94d0001da4bb6,"{""startTime"":1678934157864,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934194205,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933987319,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":11626,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3995,""week"":""43"",""id"":""chart""},{""time"":18654,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4927,""week"":""52"",""id"":""chart""},{""time"":25134,""label"":""tour_next"",""step"":2},{""time"":30982,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678934142414,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":9237,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2057,""week"":""52"",""id"":""chart""}]}",1,moderate,bar -2023-03-15 22:28:32,2023-03-15 22:42:21,0,98.165.155.80,100,828,1,2023-03-15 22:42:21,R_2U3IwV5CpLi2i67,,,,,33.4475,-112.0866,anonymous,EN,1,29.763,29.763,31.929,1,1,4,2,4.19,7.505,8.979,2,0,0,15.121,0,98,89,72,30.85,41.012,42.933,3,19.368,118.377,182.125,10,-2,1,54.02,67.358,69.067,2,-2,-3,29.958,65.467,67.265,2,1,39.759,39.759,41.946,1,0,0,15.018,0,5,5,5,5,6,6,,31.856,47.784,50.417,6,4,5,5,3,4,6,It's an accurate representation of the data we have concerning Covid 19,3.349,24.993,27.973,2,5,,9.486,9.486,11.688,1,2,3,4,5,1,6,7,0,0,14.229,0,8,8,8,9,8,8,10,9,,5.55,25.801,27.829,8,3,3,2,2,3,3,21.548,43.108,44.384,6,2,1,5.353,13.117,14.757,2,2,1965,Arizona,7,1,1,,9,,Phoenix,17,4,1,mbbock@yahoo.com,3.447,84.102,90.56,19,63d2d8a78197f0f6168543b1,"{""startTime"":1678934142481,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678934065724,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933825137,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":24,""label"":""tour_started""},{""time"":19357,""label"":""tour_next"",""step"":5},{""time"":60878,""label"":""started_brush"",""startDate"":""2021-11-01"",""endDate"":""2021-12-29""},{""time"":62226,""label"":""tour_next"",""step"":5},{""time"":79197,""label"":""moved_brush"",""startDate"":""2021-11-09"",""endDate"":""2022-01-06""},{""time"":81735,""label"":""tour_next"",""step"":5},{""time"":103501,""label"":""cleared_brush"",""using"":""Click""},{""time"":103501,""label"":""cleared_brush"",""using"":""Escape""},{""time"":108141,""label"":""tour_next"",""step"":5},{""time"":118367,""label"":""tour_end"",""step"":5},{""time"":121587,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":13120,""week"":""3"",""id"":""chart""},{""time"":135145,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3231,""week"":""3"",""id"":""chart""},{""time"":138555,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2469,""week"":""2"",""id"":""chart""},{""time"":142617,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":11788,""week"":""42"",""id"":""chart""},{""time"":154948,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1495,""week"":""31"",""id"":""chart""},{""time"":156445,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2018,""week"":""31"",""id"":""chart""},{""time"":158542,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2466,""week"":""31"",""id"":""chart""},{""time"":162074,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5319,""week"":""14"",""id"":""chart""},{""time"":168915,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2810,""week"":""1"",""id"":""chart""},{""time"":173015,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7143,""week"":""6"",""id"":""chart""}]}","{""startTime"":1678934050188,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":10132,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2484,""week"":""52"",""id"":""chart""}]}",1,complex,bar -2023-03-15 22:27:09,2023-03-15 22:43:09,0,151.200.30.138,100,959,1,2023-03-15 22:43:09,R_3dLN2Qa1tD9othi,,,,,38.8976,-77.5109,anonymous,EN,1,3.581,4.126,5.19,2,,,,,,,,0,0,15.019,0,93,81,59,39.663,46.534,48.058,3,32.836,133.383,142.092,17,1,1,70.77,100.315,103.982,2,-3,-3,78.498,102.897,104.25,2,1,40.83,164.235,164.852,23,7.598,12.859,15.119,3,4,4,4,4,4,4,none,25.967,32.927,35.329,8,4,4,4,3,4,4,"because it illustrates relevant information but has alot on one graph to make sense of ",13.249,13.82,67.509,2,4,none,10.308,12.431,16.043,2,2,7,3,4,1,5,6,0,0,26.46,0,2,6,2,3,3,4,9,7,none,10.079,41.465,44.185,9,3,3,3,3,3,3,12.675,23.227,25.065,6,3,,4.797,4.797,6.2,1,2,1982,Virginia,7,3,1,,2,,,17,2,2,,1.837,77.415,78.906,20,5ee09c1a0c2ad1027f541f53,"{""startTime"":1678934137521,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678934030286,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933706339,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":32,""label"":""tour_started""},{""time"":21414,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2449,""week"":""2"",""id"":""chart""},{""time"":24263,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7627,""week"":""51"",""id"":""chart""},{""time"":32828,""label"":""tour_next"",""step"":5},{""time"":50338,""label"":""started_brush"",""startDate"":""2021-06-15"",""endDate"":""2021-08-22""},{""time"":53995,""label"":""cleared_brush"",""using"":""Click""},{""time"":54829,""label"":""tour_next"",""step"":5},{""time"":65536,""label"":""cleared_brush"",""using"":""Click""},{""time"":75061,""label"":""cleared_brush"",""using"":""Click""},{""time"":85660,""label"":""started_brush"",""startDate"":""2021-10-07"",""endDate"":""2022-02-03""},{""time"":101998,""label"":""moved_brush"",""startDate"":""2021-10-11"",""endDate"":""2022-02-07""},{""time"":103162,""label"":""tour_next"",""step"":5},{""time"":111532,""label"":""cleared_brush"",""using"":""Click""},{""time"":112874,""label"":""tour_next"",""step"":5},{""time"":118833,""label"":""tour_end"",""step"":5},{""time"":126067,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4262,""week"":""6"",""id"":""chart""},{""time"":131488,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8338,""week"":""34"",""id"":""chart""}]}","{""startTime"":1678934014525,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":4313,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1125,""week"":""1"",""id"":""chart""},{""time"":12157,""label"":""started_brush"",""startDate"":""2021-06-08"",""endDate"":""2021-11-16""},{""time"":13868,""label"":""cleared_brush"",""using"":""Click""}]}",0,complex,bar -2023-03-15 22:30:16,2023-03-15 22:43:20,0,73.43.109.59,100,783,1,2023-03-15 22:43:20,R_3fmAd6LQEV9hCRH,,,,,33.7657,-84.2951,anonymous,EN,1,6.693,7.57,9.552,2,1,2,2,2.554,6.548,8.088,3,0,0,15.016,0,91,78,33,9.962,38.702,40.192,7,22.988,53.898,55.381,5,-2,-1,15.364,75.956,77.239,8,-1,-1,36.524,41.57,43.448,4,-2,20.744,23.27,24.807,3,3.971,11.703,15.015,2,4,4,3,2,4,3,,1.399,52.101,53.87,22,3,3,4,4,4,3,Not sure of the source of the data.,6.833,6.833,18.991,1,5,,5.212,12.058,13.105,3,2,7,3,4,1,5,6,19.97,35.084,36.454,3,8,8,8,8,8,8,8,8,,9.62,23.158,25.091,14,4,4,2,2,4,4,1.524,45.825,47.569,12,3,1,4.379,17.882,19.672,4,2,1972,Georgia,5,2,1,,3,,,7,3,1,blkice112@gmail.com,3.582,179.023,180.238,43,60bd3949b6f6d9c3453e8def,"{""startTime"":1678934083607,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934138999,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933933958,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":36,""label"":""tour_started""},{""time"":27470,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3814,""week"":""14"",""id"":""chart""},{""time"":33971,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3998,""week"":""6"",""id"":""chart""},{""time"":39849,""label"":""tour_next"",""step"":2},{""time"":51511,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678934067833,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar -2023-03-15 22:25:22,2023-03-15 22:43:26,0,91.219.212.89,100,1084,1,2023-03-15 22:43:27,R_2EhkHdMce4Wd36w,,,,,34.0485,-118.2529,anonymous,EN,1,205.065,205.065,206.967,1,1,2,2,3.298,5.802,58.419,3,10.963,14.171,15.112,2,100,100,16,47.513,100.313,101.504,13,50.717,123.356,126.562,13,-3,-3,18.664,53.839,54.765,3,-3,-3,36.223,46.902,47.699,2,1,64.397,103.462,105.022,4,13.539,13.539,15.01,1,6,6,6,6,6,6,,12.75,28.845,31.553,15,5,5,6,5,6,6,the data seems reliable,4.185,29.441,30.617,2,4,,4.267,6.843,7.556,2,2,3,4,5,1,6,7,0,0,14.983,0,11,11,11,11,11,11,11,11,,2.336,5.088,7.058,8,3,3,1,1,5,3,2.433,16.601,18.115,10,2,4,13.622,19.95,20.622,3,1,1950,Florida,7,3,1,,7,,,8,3,1,,1.215,40.127,51.871,12,6406d015ad2a96ceef1f86cc,"{""startTime"":1678934348429,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678934381195,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678934094892,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":31,""label"":""tour_started""},{""time"":50708,""label"":""tour_next"",""step"":5},{""label"":""window_blurred"",""time"":62022},{""label"":""window_focused"",""time"":64125},{""time"":65979,""label"":""tour_back"",""step"":5},{""time"":67843,""label"":""tour_next"",""step"":5},{""time"":103921,""label"":""started_brush"",""startDate"":""2021-04-19"",""endDate"":""2021-09-11""},{""time"":105012,""label"":""tour_next"",""step"":5},{""time"":110273,""label"":""moved_brush"",""startDate"":""2021-09-15"",""endDate"":""2022-02-07""},{""time"":111587,""label"":""tour_next"",""step"":5},{""time"":114304,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-08-27""},{""time"":115465,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-08-27""},{""time"":116682,""label"":""moved_brush"",""startDate"":""2021-09-15"",""endDate"":""2022-02-07""},{""time"":118626,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-08-27""},{""time"":120110,""label"":""cleared_brush"",""using"":""Click""},{""time"":121100,""label"":""tour_next"",""step"":5},{""time"":123348,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678934331831,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":6318},{""label"":""window_focused"",""time"":13473}]}",1,complex,bar -2023-03-15 22:16:56,2023-03-15 22:43:38,0,76.114.7.93,100,1602,1,2023-03-15 22:43:39,R_0JaAw2MiBALHt2V,,,,,38.768,-121.3349,anonymous,EN,1,22.446,22.446,23.376,1,1,2,1,2.077,10.093,13.245,3,0,0,15.02,0,50,86,50,12.757,18.533,29.701,3,43.334,47.742,71.825,2,-1,-1,79.965,118.102,121.896,3,1,1,79.08,100.744,102.504,2,-1,26.913,26.913,44.464,1,0,0,15.115,0,3,1,7,4,3,7,"Apart from the case counts being highly questionable, there's additional data about seriousness and outcomes missing. If you wanted to actually understand what was happening you'd probably have to break down ""vaccinated"" better and include information about repeat cases in both groups.",12.129,30.977,102.642,7,7,5,5,7,7,5,"I don't especially, I was told to rate it based on the assumption that I trusted the data. The data is incomplete as presented (just case counts) and the case count numbers are notoriously incomplete themselves. That being said, the visualization is adequate, it doesn't do any tricks like altering the baseline, and it shows (sort of) error bars.",2.119,2.119,113.511,1,4,"The previous two pages' questions were a complete hash. The first page had two questions about the monthly count of vaccinated and unvaccinated cases and the chart was weekly cases. The counts given as choices were in the first case FAR under the count (looked like 8500 adding up weekly cases based on the chart), and in the second case they wanted the February numbers and only half of February was on the chart. On the second page (immediately prior to this one), the question was regarding the cases in an age group for December 2022 - the chart showed early 2021 to *early* 2022, the month in question was not on the chart. I mean, this might have been intentional, and bravo if it was I guess, but it seems like a series of typos.",4.51,5.478,196.711,2,2,7,3,4,1,5,6,0,0,15.124,0,2,3,6,4,2,6,6,7,nah,7.283,52.163,54.775,10,4,4,1,2,5,5,24.818,37.85,38.811,6,6,3,5.803,26.531,28.246,2,1,1971,California,3,3,1,,7,,,5,2,1,5bee108b6f2d54000198e0c6@email.prolific.co,2.426,534.544,543.867,34,5bee108b6f2d54000198e0c6,"{""startTime"":1678933459499,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933300470,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":13960,""label"":""hovered"",""timeHovered"":3856,""week"":""2022-01-03""}]}","{""startTime"":1678933109542,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":31053,""label"":""hovered"",""timeHovered"":1967,""week"":""2021-12-20""},{""time"":43326,""label"":""tour_next"",""step"":2},{""time"":47733,""label"":""tour_end"",""step"":2},{""time"":60087,""label"":""hovered"",""timeHovered"":1558,""week"":""2022-01-10""},{""time"":65414,""label"":""hovered"",""timeHovered"":3555,""week"":""2022-01-03""}]}","{""startTime"":1678933284850,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line -2023-03-15 22:27:01,2023-03-15 22:43:45,0,67.182.26.180,100,1003,1,2023-03-15 22:43:46,R_1jwdEpTKlR1xa0h,,,,,37.9998,-120.3267,anonymous,EN,1,3.15,3.15,4.178,1,,,,,,,,0,0,15.007,0,74,84,68,64.176,75.641,77.22,3,50.884,200.432,207.243,34,-2,-2,22.597,42.465,44.101,2,-3,1,54.676,134.335,135.739,3,-2,38.901,38.901,40.671,1,0,0,15.015,0,4,5,5,5,6,4,n/a,29.334,54.898,60.66,9,5,6,6,4,3,6,"Because it said to pretend that I trust it so I said strongly agree. ",2.785,2.785,25.228,1,5,n/a,4.683,10.432,13.379,4,2,7,3,4,1,5,6,0,0,19.567,0,6,7,8,8,4,10,8,9,n/a,12.379,40.382,42.864,11,4,4,1,3,4,4,5.232,32.901,39.047,7,7,,6.532,6.532,7.366,1,2,1964,California,3,2,1,,7,,,11,2,2,,1.1,180.93,189.002,21,62b755ac8d4ceeb1a463c05a,"{""startTime"":1678933992420,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":2535,""label"":""started_brush"",""startDate"":""2021-04-29"",""endDate"":""2021-06-01""},{""time"":13558,""label"":""started_brush"",""startDate"":""2021-10-31"",""endDate"":""2021-12-02""},{""time"":17924,""label"":""started_brush"",""startDate"":""2021-12-31"",""endDate"":""2022-01-25""}]}","{""startTime"":1678934053726,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933727961,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":21,""label"":""tour_started""},{""time"":39050,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3783,""week"":""48"",""id"":""chart""},{""time"":43717,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4150,""week"":""51"",""id"":""chart""},{""time"":48166,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1484,""week"":""1"",""id"":""chart""},{""time"":50877,""label"":""tour_next"",""step"":5},{""time"":71463,""label"":""cleared_brush"",""using"":""Click""},{""time"":90195,""label"":""cleared_brush"",""using"":""Click""},{""time"":92152,""label"":""cleared_brush"",""using"":""Click""},{""time"":92647,""label"":""cleared_brush"",""using"":""Click""},{""time"":93096,""label"":""cleared_brush"",""using"":""Click""},{""time"":97458,""label"":""cleared_brush"",""using"":""Click""},{""time"":98093,""label"":""cleared_brush"",""using"":""Click""},{""time"":98472,""label"":""cleared_brush"",""using"":""Click""},{""time"":101274,""label"":""started_brush"",""startDate"":""2021-10-30"",""endDate"":""2021-12-02""},{""time"":104791,""label"":""tour_next"",""step"":5},{""time"":124872,""label"":""moved_brush"",""startDate"":""2021-08-27"",""endDate"":""2021-09-29""},{""time"":125543,""label"":""tour_next"",""step"":5},{""time"":130976,""label"":""cleared_brush"",""using"":""Click""},{""time"":130976,""label"":""cleared_brush"",""using"":""Escape""},{""time"":133385,""label"":""tour_next"",""step"":5},{""time"":141798,""label"":""tour_end"",""step"":5},{""time"":161914,""label"":""started_brush"",""startDate"":""2021-08-17"",""endDate"":""2021-11-03""},{""time"":174584,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2054,""week"":""38"",""id"":""chart""},{""time"":178525,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1279,""week"":""36"",""id"":""chart""},{""time"":185667,""label"":""started_brush"",""startDate"":""2021-06-04"",""endDate"":""2021-06-29""},{""time"":189288,""label"":""moved_brush"",""startDate"":""2021-06-04"",""endDate"":""2021-06-29""},{""time"":190688,""label"":""cleared_brush"",""using"":""Click""},{""time"":190688,""label"":""cleared_brush"",""using"":""Escape""},{""time"":192796,""label"":""started_brush"",""startDate"":""2021-05-02"",""endDate"":""2021-06-02""},{""time"":201153,""label"":""moved_brush"",""startDate"":""2021-05-02"",""endDate"":""2021-06-02""},{""time"":202733,""label"":""started_brush"",""startDate"":""2021-07-01"",""endDate"":""2021-08-04""}]}","{""startTime"":1678933976779,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":11239,""label"":""started_brush"",""startDate"":""2021-08-30"",""endDate"":""2021-11-01""}]}",0,complex,bar -2023-03-15 22:25:20,2023-03-15 22:43:50,0,174.103.0.57,100,1110,1,2023-03-15 22:43:50,R_3ELpGpQSIo14Ecm,,,,,37.752,-87.1514,anonymous,EN,1,67.092,67.092,68.559,1,1,4,2,3.007,7.942,9.402,2,0,0,15.01,0,100,100,18,22.757,29.222,30.75,3,29.858,111.141,141.089,11,1,1,27.459,62.174,64.205,2,-2,1,294.759,333.004,335.171,2,-3,19.176,164.989,166.823,7,0,0,15.111,0,4,3,4,4,7,4,,19.903,32.076,34.804,6,5,4,5,4,4,4,I need more information to trust it completely. Where are these numbers coming from?,2.622,2.622,34.602,1,2,,6.71,6.71,9.653,1,2,7,3,4,1,5,6,0,0,18.505,0,4,4,2,4,6,3,10,9,,4.353,22.554,25.297,8,3,4,2,2,4,4,3.305,21.401,22.756,6,1,2,2.8,7.59,10.484,2,2,1970,Kentucky,6,1,1,,4,,,14,4,2,,2.378,46.002,47.306,12,60fe250b3984cfdf32c05860,"{""startTime"":1678934048787,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933991310,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933665272,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":22,""label"":""tour_started""},{""time"":15313,""label"":""hovered"",""timeHovered"":4927,""week"":""2021-10-11""},{""time"":29669,""label"":""tour_next"",""step"":5},{""time"":55172,""label"":""started_brush"",""startDate"":""2021-08-07"",""endDate"":""2021-10-16""},{""time"":59497,""label"":""tour_next"",""step"":5},{""time"":83698,""label"":""moved_brush"",""startDate"":""2021-10-06"",""endDate"":""2021-12-14""},{""time"":84913,""label"":""cleared_brush"",""using"":""click""},{""time"":86527,""label"":""tour_next"",""step"":5},{""time"":98609,""label"":""cleared_brush"",""using"":""click""},{""time"":98614,""label"":""cleared_brush"",""using"":""Escape""},{""time"":100525,""label"":""tour_next"",""step"":5},{""time"":110952,""label"":""tour_end"",""step"":5},{""time"":26361,""label"":""hovered"",""timeHovered"":92354,""week"":""2022-01-17""},{""time"":118896,""label"":""hovered"",""timeHovered"":2108,""week"":""2022-01-24""},{""time"":125633,""label"":""hovered"",""timeHovered"":1628,""week"":""2022-01-17""}]}","{""startTime"":1678933975290,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line -2023-03-15 22:35:34,2023-03-15 22:43:57,0,69.203.70.237,100,502,1,2023-03-15 22:43:57,R_ToRJUpMUImxc22d,,,,,40.6994,-73.8883,anonymous,EN,1,5.37,5.37,6.194,1,,,,,,,,0,0,15.053,0,100,100,1,12.242,19.826,20.69,4,11.159,34.295,45.691,3,1,1,20.08,47.207,48.253,3,1,1,25.976,67.649,68.493,5,-1,19.463,31.784,32.906,2,0,0,15.021,0,5,3,7,5,5,5,,7.481,22.513,23.252,8,5,6,5,4,4,5,It looks accurately represented and based on real numbers.,1.284,1.284,24.915,1,2,,3.387,4.619,6.559,3,2,7,3,4,1,5,6,37.195,37.195,37.904,1,6,6,5,8,10,6,11,8,,4.36,19.97,21.886,10,3,4,1,3,4,4,6.376,15.864,16.659,6,1,,2.282,2.282,3.55,1,2,1982,New York,6,2,1,,2,,,11,4,1,elmodj2@aol.com,1.006,63.642,65.135,14,5fb2041681fe9376804e1249,"{""startTime"":1678934359391,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934383466,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934248055,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":29,""label"":""tour_started""},{""time"":14824,""label"":""hovered"",""timeHovered"":4175,""week"":""2021-12-27""},{""time"":22486,""label"":""hovered"",""timeHovered"":1196,""week"":""2021-06-07""},{""time"":24901,""label"":""tour_next"",""step"":2},{""time"":34259,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678934343313,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":10999,""label"":""hovered"",""timeHovered"":1481,""week"":""2022-01-03""},{""time"":12509,""label"":""hovered"",""timeHovered"":2300,""week"":""2021-12-27""}]}",0,simple,line -2023-03-15 22:26:41,2023-03-15 22:44:01,0,24.182.201.68,100,1039,1,2023-03-15 22:44:02,R_WlGVcAxMva6bon7,,,,,32.6951,-97.269,anonymous,EN,1,386.595,386.595,387.478,1,1,2,1,1.853,5.363,6.513,2,0,0,15.011,0,40,65,66,14.927,28.757,29.905,5,13.034,34.976,37.989,4,1,1,18.681,34.608,54.439,2,1,1,14.877,40.078,44.172,3,1,30.915,68.383,75.106,3,0,0,15.016,0,3,2,3,4,5,2,,9.261,23.616,27.203,6,7,4,3,2,2,2,Hard to know whats real anymore,2.711,2.711,19.533,1,4,,5.323,8.106,10.202,4,2,7,3,4,1,5,6,8.777,8.777,23.7,1,2,2,9,7,2,5,7,9,,5.861,69.25,71.449,14,4,3,3,2,4,4,8.428,20.901,23.021,7,6,2,46.436,52.408,54.359,2,1,1984,Texas,6,2,1,,7,,,13,2,1,5caa183a9ac82a001631374e@email.prolific.co,3.29,70.372,76.818,18,5caa183a9ac82a001631374e,"{""startTime"":1678934215666,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934170759,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934072074,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":13029,""label"":""tour_next"",""step"":2},{""time"":15686,""label"":""tour_end"",""step"":2},{""time"":17592,""label"":""hovered"",""timeHovered"":1564,""week"":""2022-01-10""},{""time"":20707,""label"":""hovered"",""timeHovered"":12177,""week"":""2022-01-03""}]}","{""startTime"":1678934155136,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6896,""label"":""hovered"",""timeHovered"":2669,""week"":""2021-12-27""}]}",1,moderate,line -2023-03-15 22:26:22,2023-03-15 22:44:03,0,50.89.3.32,100,1060,1,2023-03-15 22:44:03,R_1Hp18fesRIy6iox,,,,,29.0266,-81.3349,anonymous,EN,1,34.646,34.646,37.878,1,1,4,2,2.566,5.436,20.164,2,0,0,15.117,0,93,94,50,19.956,29.306,33.558,3,30.544,54.983,59.064,2,1,1,13.924,71.594,91.832,3,-3,-3,68.082,138.148,139.871,3,1,78.878,78.878,81.402,1,0,0,15.115,0,5,2,4,5,5,5,"While I've lost a lot of faith in the CDC, I do believe that they reported the true numbers to the best of their ability.",14.205,68.533,138.933,7,4,5,5,5,5,5,This visualizations meshes with the news I was reading during this period of the pandemic.,2.484,59.26,66.201,2,4,,7.199,7.199,23.564,1,2,7,3,4,1,5,6,0,0,26.059,0,2,3,8,8,1,7,10,10,,7.316,25.833,28.569,8,4,4,2,2,4,4,9.591,25.077,26.722,6,4,1,4.33,9.18,13.23,2,2,1958,Florida,6,1,1,,7,,,5,4,1,5f92002ccc33eb0ff3d749c5@email.prolific.co,3.071,134.436,141.773,18,5f92002ccc33eb0ff3d749c5,"{""startTime"":1678934012131,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":37833},{""label"":""window_focused"",""time"":63187},{""label"":""window_blurred"",""time"":124415},{""label"":""window_focused"",""time"":135784}]}","{""startTime"":1678933871695,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933703982,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":21,""label"":""tour_started""},{""time"":8502,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1302,""week"":""52"",""id"":""chart""},{""time"":10584,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5761,""week"":""52"",""id"":""chart""},{""time"":18552,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8391,""week"":""6"",""id"":""chart""},{""time"":30537,""label"":""tour_next"",""step"":2},{""time"":37730,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1569,""week"":""35"",""id"":""chart2""},{""time"":41846,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6332,""week"":""52"",""id"":""chart2""},{""time"":48850,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2288,""week"":""6"",""id"":""chart2""},{""time"":54975,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933855753,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":2555,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2852,""week"":""1"",""id"":""chart""},{""time"":5916,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2017,""week"":""6"",""id"":""chart""},{""time"":9997,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2535,""week"":""6"",""id"":""chart""}]}",1,simple,bar -2023-03-15 22:31:25,2023-03-15 22:44:15,0,173.76.55.31,100,770,1,2023-03-15 22:44:16,R_vvEVapll2HkwjCx,,,,,41.9739,-71.3284,anonymous,EN,1,26.262,26.262,28.195,1,,,,,,,,0,0,15.008,0,72,73,52,34.136,45.448,47.378,5,27.823,38.269,41.104,2,1,1,31.618,75.228,78.095,2,-1,1,13.258,93.155,95.922,3,-1,65.305,70.383,72.683,3,14.87,14.87,15.014,1,5,5,4,4,5,3,,13.477,28.726,33.686,6,4,3,4,3,3,3,I am not sure if there are other factors we do not know.,9.822,9.822,41.885,1,3,,10.61,10.61,16.403,1,2,7,3,4,1,5,6,0,0,29.202,0,7,8,9,10,8,10,10,11,,11.324,26.474,28.96,8,3,3,2,3,4,3,13.629,38.244,39.701,6,3,,13.301,13.301,15.419,1,1,1966,Massachusetts,6,2,1,,8,North Attleboro,,19,3,2,,2.376,100.422,111.54,15,616f315b5e74ca5b9a1d2ca7,"{""startTime"":1678934125333,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934159806,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933988693,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":14037,""label"":""hovered"",""timeHovered"":1116,""week"":""2021-11-29""},{""time"":16703,""label"":""hovered"",""timeHovered"":1650,""week"":""2022-01-03""},{""time"":20170,""label"":""hovered"",""timeHovered"":3250,""week"":""2022-01-03""},{""time"":27816,""label"":""tour_next"",""step"":2},{""time"":38262,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678934109856,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,line -2023-03-15 22:32:23,2023-03-15 22:44:23,0,107.194.38.161,100,719,1,2023-03-15 22:44:23,R_CgKtoqYfKZ1Pfmp,,,,,35.7704,-78.6293,anonymous,EN,1,10.481,10.481,11.547,1,,,,,,,,0,0,15.126,0,97,6,0,7.667,17.548,19.121,4,23.237,190.996,195.965,65,-2,1,48.582,85.958,87.356,4,-3,-3,25.465,69.832,71.114,3,-1,45.521,70.226,71.697,2,0,0,15.019,0,3,3,3,2,6,3,,7.178,22.29,26.94,9,3,7,1,1,1,3,I have no idea what is being left out of this visualization.,3.412,3.412,19.625,1,6,The event of the night that has convinced me to go to sleep...,7.919,10.015,28.182,2,2,7,3,4,1,5,6,0,0,10.742,0,3,3,7,7,3,5,9,8,,4.06,16.277,18.233,9,5,5,1,1,5,5,4.352,16.959,18.001,6,2,,3.23,3.23,5.51,1,2,1959,North Carolina,7,3,1,,7,,,17,4,1,bonnybutterworth@gmail.com,1.916,47.315,61.285,12,5a91877e777df200015fa0f5,"{""startTime"":1678934282635,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":26,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1187,""week"":""1"",""id"":""chart""}]}","{""startTime"":1678934309969,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933998576,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":13732,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1005,""week"":""2"",""id"":""chart""},{""time"":15399,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2773,""week"":""52"",""id"":""chart""},{""time"":20369,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1257,""week"":""45"",""id"":""chart""},{""time"":23230,""label"":""tour_next"",""step"":5},{""time"":60511,""label"":""tour_back"",""step"":5},{""time"":62405,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1422,""week"":""2"",""id"":""chart""},{""time"":64894,""label"":""tour_next"",""step"":5},{""time"":85690,""label"":""cleared_brush"",""using"":""Click""},{""label"":""window_blurred"",""time"":105826},{""label"":""window_focused"",""time"":142146},{""time"":143406,""label"":""tour_back"",""step"":5},{""time"":151993,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1408,""week"":""3"",""id"":""chart""},{""time"":155054,""label"":""tour_next"",""step"":5},{""time"":162478,""label"":""started_brush"",""startDate"":""2021-10-02"",""endDate"":""2021-10-09""},{""time"":164559,""label"":""started_brush"",""startDate"":""2021-08-04"",""endDate"":""2021-09-19""},{""time"":166638,""label"":""tour_next"",""step"":5},{""time"":174688,""label"":""moved_brush"",""startDate"":""2021-06-27"",""endDate"":""2021-08-12""},{""time"":175726,""label"":""tour_next"",""step"":5},{""time"":185264,""label"":""cleared_brush"",""using"":""Click""},{""time"":185264,""label"":""cleared_brush"",""using"":""Escape""},{""time"":186279,""label"":""tour_next"",""step"":5},{""time"":190989,""label"":""tour_end"",""step"":5},{""time"":192788,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1834,""week"":""50"",""id"":""chart""}]}","{""startTime"":1678934267268,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":5059,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2150,""week"":""51"",""id"":""chart""},{""time"":8306,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4674,""week"":""46"",""id"":""chart""},{""time"":13305,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1144,""week"":""42"",""id"":""chart""}]}",0,complex,bar -2023-03-15 22:28:17,2023-03-15 22:44:24,0,138.207.251.122,100,966,1,2023-03-15 22:44:24,R_30qSBZMmdDITbjT,,,,,40.4298,-78.4408,anonymous,EN,1,13.703,18.852,21.241,6,1,2,2,2.168,7.296,8.793,3,5.362,5.362,15.011,1,19,100,100,21.218,37.241,38.044,7,5.393,73.401,74.318,5,1,1,5.712,62.348,63.901,6,1,1,20.618,69.041,69.844,9,-1,1.342,103.274,104.54,7,0,0,15.011,0,2,1,2,5,4,7,,4.554,65.61,67.422,13,2,6,2,1,7,5,"Because you told me to assume it's true. I don't really believe it, but I like that it's colorful.",25.798,63.763,97.495,3,3,,7.008,9.664,10.754,2,2,7,3,4,1,5,6,10.837,26.012,26.802,3,1,1,10,6,1,7,5,3,,4.932,25.155,25.9,11,3,3,2,4,2,3,12.08,40.776,41.852,11,7,3,4.453,15.341,16.794,4,2,1966,Pennsylvania,2,2,1,,9,,Duncansville,5,1,1,LMB1602PVB@aol.com,3.689,122.401,123.201,27,63b3208b1734328e43b42532,"{""startTime"":1678934144205,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":7076},{""label"":""window_focused"",""time"":14518}]}","{""startTime"":1678933933914,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933773154,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":30038,""label"":""tour_next"",""step"":2},{""time"":39606,""label"":""tour_end"",""step"":2},{""time"":40707,""label"":""hovered"",""timeHovered"":2466,""week"":""2022-01-24""},{""time"":43283,""label"":""hovered"",""timeHovered"":2234,""week"":""2022-01-24""},{""time"":45842,""label"":""hovered"",""timeHovered"":1155,""week"":""2022-01-10""},{""time"":47002,""label"":""hovered"",""timeHovered"":9379,""week"":""2022-01-10""},{""time"":60411,""label"":""hovered"",""timeHovered"":2186,""week"":""2021-04-26""},{""time"":65939,""label"":""hovered"",""timeHovered"":1842,""week"":""2022-01-31""}]}","{""startTime"":1678933918320,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line -2023-03-15 22:27:46,2023-03-15 22:44:31,0,45.51.118.60,100,1004,1,2023-03-15 22:44:32,R_3kqaEeJ5odI03uq,,,,,34.1867,-118.3878,anonymous,EN,1,4.69,4.69,5.777,1,,,,,,,,0,0,15.007,0,86,87,50,13.331,18.571,36.115,3,27.385,46.785,48.958,2,1,1,50.013,79.613,117.495,2,-3,-3,65.109,165.501,166.502,5,1,62.233,62.233,63.271,1,0,0,15.01,0,5,4,5,4,5,5,,51.606,67.759,71.589,8,4,4,3,3,3,5,"Since it's based on scientific data, I don't really see a valid reason not to trust it. ",3.102,71.279,77.591,4,5,,4.904,4.904,6.325,1,2,7,3,4,1,5,6,0,0,32.685,0,6,8,9,8,6,8,10,9,,3.46,74.612,78.849,9,2,3,3,2,4,4,2.022,16.686,17.471,6,3,,2.355,2.355,4.142,1,2,1963,California,5,2,1,,7,,,4,2,1,jewelgreen777@yahoo.com,2.365,144.479,153.201,13,55bfa58afdf99b339da508c2,"{""startTime"":1678934005742,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933885625,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933701951,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":26,""label"":""tour_started""},{""time"":27370,""label"":""tour_next"",""step"":2},{""time"":28714,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1934,""week"":""52"",""id"":""chart2""},{""time"":31617,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1266,""week"":""49"",""id"":""chart2""},{""time"":41025,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1017,""week"":""31"",""id"":""chart2""},{""time"":46770,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933869709,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,bar -2023-03-15 22:26:18,2023-03-15 22:44:33,0,50.102.219.211,100,1094,1,2023-03-15 22:44:35,R_3pnZbCCRZQf0r5D,,,,,39.5177,-87.1238,anonymous,EN,1,24.666,24.666,26.534,1,2,,2,2.645,2.645,4.476,1,0,0,15.166,0,5,100,52,59.006,98.012,100.218,4,27.817,105.349,106.376,5,1,1,83.905,106.321,117.168,2,-3,-3,56.343,109.311,114.389,3,-2,90.544,144.397,145.789,3,0,0,15.133,0,1,1,1,7,1,1,Thank you,12.872,34.026,46.457,7,1,7,7,1,1,1,I believe that charts like this misrepresent the truth and present things in an oversimplified way in order to mislead the viewer.,4.405,16.474,108.919,3,4,Thank you,7.027,10.083,15.177,2,2,7,3,4,1,5,6,0,0,27.301,0,5,2,10,10,2,6,3,6,Thank you,9.403,51.961,56.671,10,3,3,3,3,4,3,6.584,25.446,26.914,6,6,3,11.201,19.182,23.768,2,2,1961,Indiana,6,1,1,,7,,,6,2,1,auxierlo1611@gmail.com,2.923,60.746,68.874,13,56494d5b6902220012c4acb7,"{""startTime"":1678933992211,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934039975,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933747162,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":140,""label"":""tour_started""},{""time"":29285,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6209,""week"":""2"",""id"":""chart""},{""time"":36416,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":12990,""week"":""6"",""id"":""chart""},{""time"":50339,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":11580,""week"":""1"",""id"":""chart""},{""time"":64080,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4883,""week"":""41"",""id"":""chart""},{""time"":72074,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5432,""week"":""23"",""id"":""chart""},{""time"":81238,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7543,""week"":""52"",""id"":""chart""},{""time"":90951,""label"":""tour_next"",""step"":2},{""time"":96803,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933970085,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar -2023-03-15 22:27:24,2023-03-15 22:44:47,0,104.48.177.194,100,1042,1,2023-03-15 22:44:47,R_ZDB09PyY8b9JkTn,,,,,29.5422,-95.3212,anonymous,EN,1,48.07,56.062,63.604,2,1,4,1,1.875,4.902,11.899,2,0,0,15.01,0,100,74,77,17.94,27.732,29.325,3,35.78,48.643,174.089,2,1,-2,25.951,44.359,59.227,2,-3,1,40.665,86.217,96.134,2,1,36.699,36.699,40.678,1,0,0,15.011,0,5,3,4,4,6,5,,23.68,67.24,79.109,8,4,5,5,5,2,5,"All of the axes are labeled and I understand what they mean. With the numerical values included, I will not be fooled by the slope of the lines on the graph.",6.909,30.301,96.946,3,4,,7.447,7.447,13.669,1,2,7,3,4,1,5,6,0,0,37.635,0,6,6,5,4,8,5,10,9,,14.257,39.857,45.697,8,5,5,1,1,4,5,15.082,30.514,32.973,6,2,2,5.303,14.327,17.327,2,1,1971,Texas,6,2,1,,3,,,10,2,1,598ba20f716a2c000187ce01@email.prolific.co,3.453,78.437,85.127,12,598ba20f716a2c000187ce01,"{""startTime"":1678934229917,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":2463,""label"":""hovered"",""timeHovered"":1337,""week"":""2021-04-26""}]}","{""startTime"":1678934055019,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":2006,""label"":""hovered"",""timeHovered"":3092,""week"":""2021-04-12""},{""time"":8335,""label"":""hovered"",""timeHovered"":1385,""week"":""2021-04-26""},{""time"":11731,""label"":""hovered"",""timeHovered"":1325,""week"":""2022-02-07""}]}","{""startTime"":1678933805326,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":17348,""label"":""hovered"",""timeHovered"":4116,""week"":""2021-08-02""},{""time"":21697,""label"":""hovered"",""timeHovered"":1867,""week"":""2021-08-23""},{""time"":27081,""label"":""hovered"",""timeHovered"":2666,""week"":""2021-06-07""},{""time"":31414,""label"":""hovered"",""timeHovered"":2183,""week"":""2022-01-03""},{""time"":35758,""label"":""tour_next"",""step"":2},{""time"":48640,""label"":""tour_end"",""step"":2},{""time"":55824,""label"":""hovered"",""timeHovered"":1902,""week"":""2021-04-12""},{""time"":57760,""label"":""hovered"",""timeHovered"":2255,""week"":""2021-04-12""},{""time"":65175,""label"":""hovered"",""timeHovered"":1408,""week"":""2021-04-12""},{""time"":66949,""label"":""hovered"",""timeHovered"":6721,""week"":""2021-04-12""},{""time"":73876,""label"":""hovered"",""timeHovered"":5826,""week"":""2021-04-12""},{""time"":79955,""label"":""hovered"",""timeHovered"":1401,""week"":""2021-04-26""},{""time"":82263,""label"":""hovered"",""timeHovered"":1856,""week"":""2021-06-14""},{""time"":84714,""label"":""hovered"",""timeHovered"":1413,""week"":""2021-05-31""},{""time"":86546,""label"":""hovered"",""timeHovered"":4044,""week"":""2021-06-14""},{""time"":90809,""label"":""hovered"",""timeHovered"":3246,""week"":""2021-06-14""},{""time"":94366,""label"":""hovered"",""timeHovered"":3056,""week"":""2021-06-21""},{""time"":97895,""label"":""hovered"",""timeHovered"":3238,""week"":""2021-07-05""},{""time"":102951,""label"":""hovered"",""timeHovered"":2288,""week"":""2021-08-16""},{""time"":108615,""label"":""hovered"",""timeHovered"":2918,""week"":""2021-12-13""},{""time"":111778,""label"":""hovered"",""timeHovered"":2788,""week"":""2021-12-06""},{""time"":115207,""label"":""hovered"",""timeHovered"":3465,""week"":""2021-12-13""},{""time"":118675,""label"":""hovered"",""timeHovered"":1341,""week"":""2021-12-13""},{""time"":121683,""label"":""hovered"",""timeHovered"":1868,""week"":""2022-01-03""},{""time"":124857,""label"":""hovered"",""timeHovered"":2045,""week"":""2022-01-31""},{""time"":127298,""label"":""hovered"",""timeHovered"":1251,""week"":""2022-02-07""},{""time"":128832,""label"":""hovered"",""timeHovered"":1200,""week"":""2022-01-31""},{""time"":137699,""label"":""hovered"",""timeHovered"":1483,""week"":""2021-11-22""},{""time"":142312,""label"":""hovered"",""timeHovered"":1623,""week"":""2021-11-22""},{""time"":144111,""label"":""hovered"",""timeHovered"":1208,""week"":""2021-11-22""},{""time"":146373,""label"":""hovered"",""timeHovered"":1001,""week"":""2021-11-22""},{""time"":148007,""label"":""hovered"",""timeHovered"":2447,""week"":""2021-11-22""},{""time"":150996,""label"":""hovered"",""timeHovered"":1154,""week"":""2021-11-01""},{""time"":154120,""label"":""hovered"",""timeHovered"":2070,""week"":""2021-08-16""},{""time"":156712,""label"":""hovered"",""timeHovered"":5991,""week"":""2021-08-09""},{""time"":167555,""label"":""hovered"",""timeHovered"":5324,""week"":""2021-12-27""}]}","{""startTime"":1678934039488,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line -2023-03-15 22:27:32,2023-03-15 22:45:16,0,75.83.134.130,100,1063,1,2023-03-15 22:45:17,R_UfqjUubFL525gnn,,,,,34.0068,-118.256,anonymous,EN,1,3.881,11.706,12.432,4,1,2,2,7.239,27.276,28.388,3,2.17,7.923,16.394,2,100,100,43,4.284,20.273,21.406,7,1.898,8.768,25.848,4,-3,1,2.151,62.205,62.74,14,-2,-3,0.13,113.046,113.986,17,-3,9.864,60.505,62.072,8,1.409,14.111,15.125,3,5,6,5,5,6,6,,21.816,123.624,125.467,10,5,5,5,7,6,6,It's from a trustworthy source so I assume it's accurate unless it isn't then oh well.,1.323,1.323,30.69,1,4,,29.872,51.724,53.87,2,2,7,3,4,1,5,6,46.351,46.351,47.362,1,1,1,1,5,8,6,8,8,,2.169,25.509,26.208,13,1,1,5,4,3,3,67.01,99.543,100.478,10,4,2,1.924,7.126,8.317,3,1,1998,California,2,2,1,,4,,,2,4,1,rubenarriaga99@gmail.com,1.263,141.102,152.222,25,5fb0a3d6a8e4224b973e750b,"{""startTime"":1678933904163,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934030292,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":24700},{""label"":""window_focused"",""time"":25780},{""label"":""window_blurred"",""time"":28503},{""label"":""window_focused"",""time"":34026}]}","{""startTime"":1678933746380,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":17,""label"":""tour_started""},{""time"":3970,""label"":""tour_next"",""step"":2},{""time"":7232,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933888488,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar -2023-03-15 22:35:41,2023-03-15 22:45:39,0,73.146.154.47,100,598,1,2023-03-15 22:45:40,R_2tKD43trPxpIgzF,,,,,39.7436,-86.1158,anonymous,EN,1,10.691,10.691,12.638,1,,,,,,,,9.3,10.648,16.364,2,86,73,72,24.267,41.685,43.433,4,12.559,17.28,40.308,2,1,1,16.528,31.396,32.774,2,1,1,23.8,34.428,36.161,2,1,44.357,44.357,45.843,1,0,0,15.107,0,5,4,4,5,5,2,I find it implausible there is a spike in the coldest part of the year,14.974,52.177,84.195,8,5,5,5,7,7,5,I was told I trust the data and this is a good way to represent it accurately,2.071,2.071,42.036,1,3,,5.532,5.532,6.904,1,2,7,3,4,1,5,6,0,0,15.756,0,1,6,1,5,7,3,10,10,,6.051,18.057,20.286,9,5,5,1,1,5,5,5.451,30.473,31.929,7,1,,3.938,3.938,5.762,1,1,1969,Indiana,6,1,1,,7,,,13,4,1,FLACO629@GMAIL.COM,2.356,78.628,94.81,16,5fc07d1d954a2251529dcfd6,"{""startTime"":1678934384798,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":1873},{""label"":""window_focused"",""time"":5157}]}","{""startTime"":1678934315410,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934222428,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":12517,""label"":""tour_next"",""step"":2},{""time"":17239,""label"":""tour_end"",""step"":2},{""time"":19245,""label"":""hovered"",""timeHovered"":5265,""week"":""2021-06-14""},{""time"":29713,""label"":""hovered"",""timeHovered"":1616,""week"":""2021-08-30""},{""time"":35365,""label"":""hovered"",""timeHovered"":3186,""week"":""2022-01-10""}]}","{""startTime"":1678934299769,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":8375,""label"":""hovered"",""timeHovered"":1804,""week"":""2022-02-07""},{""time"":12425,""label"":""hovered"",""timeHovered"":1006,""week"":""2022-01-17""}]}",0,moderate,line -2023-03-15 22:31:38,2023-03-15 22:45:48,0,172.58.78.150,100,850,1,2023-03-15 22:45:49,R_241zbLpvVgr0kZo,,,,,36.1214,-115.141,anonymous,EN,1,51.426,51.426,55.735,1,,,,,,,,0,0,15.128,0,89,100,80,22.617,42.959,44.594,3,60.271,78.275,97.578,2,1,1,36.651,58.478,61.538,2,-3,-3,19.443,82.292,84.57,3,-3,50.052,50.052,51.61,1,0,0,15.126,0,3,5,3,6,6,4,,26.565,52.107,56.02,8,5,4,5,5,3,4,I don't know about the measuring processes so I can't be sure that the results are trustworthy.,4.612,4.612,49.27,1,4,,19.8,26.063,29.721,3,2,7,3,4,1,5,6,0,0,32.544,0,2,1,9,8,3,5,4,3,,6.563,32.244,34.853,8,3,3,3,3,3,2,14.724,38.275,45.056,7,4,,3.591,3.591,10.539,1,2,1954,California,6,1,1,,3,,,3,4,2,,3.557,56.359,61.98,11,638e415e46b2a8da60722496,"{""startTime"":1678934332925,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934244701,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934045176,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":44697,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1042,""week"":""2"",""id"":""chart""},{""time"":46932,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5257,""week"":""1"",""id"":""chart""},{""time"":52305,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6482,""week"":""52"",""id"":""chart""},{""time"":60243,""label"":""tour_next"",""step"":2},{""time"":78247,""label"":""tour_end"",""step"":2},{""time"":83162,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1855,""week"":""1"",""id"":""chart""},{""time"":85824,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2763,""week"":""52"",""id"":""chart""},{""time"":88598,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3802,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678934228765,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":5688,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2026,""week"":""1"",""id"":""chart""},{""time"":10110,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2329,""week"":""1"",""id"":""chart""}]}",0,moderate,bar -2023-03-15 22:38:14,2023-03-15 22:45:52,0,71.225.178.41,100,457,1,2023-03-15 22:45:52,R_3kFKJSBH5o6Npys,,,,,40.4441,-75.345,anonymous,EN,1,3.7,4.935,6.224,2,1,4,2,1.944,5.67,6.828,3,4.246,4.246,15.106,1,93,95,94,10.951,29.92,30.98,7,6.903,65.878,66.786,22,1,1,1.201,44.871,45.665,13,-2,1,6.987,39.012,39.823,10,-3,2.581,24.661,26.683,4,1.975,14.286,15.154,3,5,6,6,5,5,6,,1.151,6.689,8.498,10,6,6,6,5,6,5,It shows facts in easy to understand color line graph,2,2,16.415,1,6,,3.054,4.308,5.109,2,2,7,3,4,1,5,6,8.453,15.375,16.203,3,7,8,9,9,7,8,10,10,,2.357,12.111,13.62,9,5,5,1,1,5,5,1.601,16.225,17.413,8,7,1,2.579,9.397,10.94,5,1,1973,Pennsylvania,7,3,1,,7,,,16,1,1,COOPERXZXZ@HOTMAIL.COM,1.84,68.479,69.22,28,5ba292385301b80001c71ba2,"{""startTime"":1678934516764,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678934490155,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678934377825,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":38,""label"":""tour_started""},{""time"":9127,""label"":""tour_next"",""step"":5},{""time"":22752,""label"":""cleared_brush"",""using"":""click""},{""time"":26405,""label"":""cleared_brush"",""using"":""click""},{""time"":26630,""label"":""cleared_brush"",""using"":""click""},{""time"":27974,""label"":""started_brush"",""startDate"":""2021-07-18"",""endDate"":""2021-11-02""},{""time"":29015,""label"":""tour_next"",""step"":5},{""time"":33016,""label"":""started_brush"",""startDate"":""2021-06-17"",""endDate"":""2021-07-11""},{""time"":37775,""label"":""moved_brush"",""startDate"":""2021-08-10"",""endDate"":""2021-09-03""},{""time"":38864,""label"":""tour_next"",""step"":5},{""time"":60744,""label"":""cleared_brush"",""using"":""click""},{""time"":60752,""label"":""cleared_brush"",""using"":""Escape""},{""time"":62393,""label"":""tour_next"",""step"":5},{""time"":63958,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678934473375,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line -2023-03-15 22:31:12,2023-03-15 22:46:11,0,174.97.185.217,100,899,1,2023-03-15 22:46:12,R_1g0iDnRJuIS5FrI,,,,,44.482,-88.0185,anonymous,EN,1,5.698,83.633,85.863,2,1,4,1,10.177,26.35,28.838,4,0,0,15.115,0,100,100,50,16.316,37.343,39.514,8,31.364,69.476,96.242,5,1,1,26.884,54.276,56.364,2,1,1,11.037,95.421,97.346,4,1,9.351,55.877,57.389,2,0,0,15.012,0,5,5,6,6,5,5,,8.114,23.022,26.23,8,5,5,5,3,7,5,The information comes from the CDC and I believe the data they gather and distribute regarding Covid is as accurate as data could be.,2.954,48.046,60.591,3,4,,6.725,12.527,15.424,9,2,7,3,4,1,5,6,23.583,23.583,39.961,1,4,4,4,5,5,3,11,9,,14.674,38.984,41.016,8,4,4,1,1,4,4,14.176,38.766,40.087,7,1,2,9.651,21.907,27.868,3,2,1982,Wisconsin,6,2,1,,7,,,11,4,1,slpeterson82@gmail.com,7.061,77.891,85.329,18,63f796a016e377d12cff50f1,"{""startTime"":1678934333364,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934226471,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934057108,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":11779,""label"":""hovered"",""timeHovered"":1266,""week"":""2021-12-27""},{""time"":13146,""label"":""hovered"",""timeHovered"":4032,""week"":""2021-12-27""},{""time"":18928,""label"":""hovered"",""timeHovered"":2766,""week"":""2022-02-07""},{""time"":22394,""label"":""hovered"",""timeHovered"":1500,""week"":""2021-04-12""},{""time"":26161,""label"":""hovered"",""timeHovered"":1116,""week"":""2021-04-19""},{""time"":33426,""label"":""hovered"",""timeHovered"":3183,""week"":""2021-08-16""},{""time"":36609,""label"":""hovered"",""timeHovered"":1399,""week"":""2021-08-16""},{""time"":39926,""label"":""hovered"",""timeHovered"":1332,""week"":""2021-10-04""},{""time"":42675,""label"":""hovered"",""timeHovered"":4749,""week"":""2021-11-01""},{""time"":50790,""label"":""hovered"",""timeHovered"":1168,""week"":""2022-01-03""},{""time"":52223,""label"":""hovered"",""timeHovered"":3866,""week"":""2022-01-03""},{""time"":60933,""label"":""tour_next"",""step"":2},{""time"":69464,""label"":""tour_end"",""step"":2},{""time"":77651,""label"":""hovered"",""timeHovered"":1198,""week"":""2021-06-07""},{""time"":82630,""label"":""hovered"",""timeHovered"":1031,""week"":""2021-08-23""},{""time"":84001,""label"":""hovered"",""timeHovered"":1055,""week"":""2021-08-16""},{""time"":85170,""label"":""hovered"",""timeHovered"":2421,""week"":""2021-08-16""},{""time"":89204,""label"":""hovered"",""timeHovered"":1207,""week"":""2021-11-22""},{""time"":90575,""label"":""hovered"",""timeHovered"":1518,""week"":""2021-11-29""}]}","{""startTime"":1678934210931,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line -2023-03-15 22:31:17,2023-03-15 22:46:17,0,68.235.134.209,100,900,1,2023-03-15 22:46:18,R_2s0aKmzoEuRs433,,,,,34.3797,-97.9778,anonymous,EN,1,1.997,3.673,4.367,4,1,4,2,1.774,3.449,4.374,3,3.41,3.41,15.114,1,100,100,100,5.145,10.102,10.935,5,7.958,99.975,117.269,5,1,1,18.994,57.968,59.104,8,-2,1,6.987,90.206,90.994,12,1,1.449,107.893,108.558,5,4.096,4.096,15.109,1,6,6,6,6,6,6,"I genuinely enjoyed using the data to answer the questions, especially the animated data that made the numbers more precise. The information appears trustworthy, and the graph is very easy to use and understand.",6.107,20.19,61.797,11,6,6,6,6,6,6,"The data makes sense to me, given what I know of vaccinated and unvaccinated cases of Covid-19. Unvaccinated people routinely become ill more frequently than vaccinated people, oftentimes by large margins.",10.422,10.785,63.961,2,3,I genuinely enjoyed using all the charts. They were pleasant to look at and made reading the data very easy. Thank you so much!,3.52,5.865,24.9,3,2,7,3,4,1,5,6,5.166,14.912,15.991,2,6,6,5,7,8,7,11,9,,6.25,19.935,21.125,11,2,2,2,3,3,2,3.337,14.342,15.085,8,3,1,9.658,13.346,14.764,5,2,1951,Oklahoma,2,2,1,,7,,,3,4,1,574ce0a57fd0ec000db73aa6@email.prolific.co,1.842,55.12,56.032,27,574ce0a57fd0ec000db73aa6,"{""startTime"":1678934360907,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":634},{""label"":""window_focused"",""time"":3743}]}","{""startTime"":1678934279133,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":1933},{""label"":""window_focused"",""time"":3598}]}","{""startTime"":1678934072779,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":9,""label"":""tour_started""},{""label"":""window_blurred"",""time"":1069},{""label"":""window_focused"",""time"":4086},{""time"":14550,""label"":""hovered"",""timeHovered"":1617,""week"":""2021-04-12""},{""time"":23754,""label"":""hovered"",""timeHovered"":1568,""week"":""2021-08-23""},{""time"":30640,""label"":""hovered"",""timeHovered"":2734,""week"":""2021-11-15""},{""time"":39594,""label"":""hovered"",""timeHovered"":4017,""week"":""2022-01-03""},{""time"":48165,""label"":""tour_next"",""step"":2},{""time"":52007,""label"":""tour_end"",""step"":2},{""label"":""window_blurred"",""time"":54212},{""label"":""window_focused"",""time"":95987},{""time"":101882,""label"":""hovered"",""timeHovered"":1304,""week"":""2021-06-07""},{""time"":109528,""label"":""hovered"",""timeHovered"":1284,""week"":""2022-01-03""},{""time"":111807,""label"":""hovered"",""timeHovered"":2072,""week"":""2022-01-03""}]}","{""startTime"":1678934262400,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":5942,""label"":""hovered"",""timeHovered"":1095,""week"":""2021-04-19""}]}",1,simple,line -2023-03-15 22:36:05,2023-03-15 22:46:47,0,108.202.77.206,100,641,1,2023-03-15 22:46:48,R_3qagv2l5kbQ8olp,,,,,38.1043,-122.2442,anonymous,EN,1,66.954,77.261,78.055,2,,,,,,,,0,0,15.015,0,100,100,73,4.626,17.331,18.203,5,6.841,14.859,16.553,3,1,1,4.714,50.543,53.551,4,-3,-3,7.155,42.147,54.858,4,1,23.542,26.932,28.728,2,13.946,13.946,15.107,1,5,5,5,5,6,5,,7.653,24.158,25.694,7,5,5,5,3,3,5,It is well designed and clear. I have no reason to not trust it,3.731,16.169,28.544,3,5,,6.031,7.873,8.812,3,2,7,3,4,1,5,6,7.277,7.277,17.616,1,4,4,10,8,4,9,8,11,,2.566,47.489,49.547,12,3,2,4,4,3,3,5.863,29.313,30.415,7,7,,8.836,13.296,15.129,2,1,1974,California,2,2,1,,7,,,7,3,1,6398db762e009c7af9e1da88@email.prolific.co,2.154,121.087,131.468,22,6398db762e009c7af9e1da88,"{""startTime"":1678934374426,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934400969,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":19905},{""label"":""window_focused"",""time"":22127}]}","{""startTime"":1678934287500,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":22,""label"":""tour_started""},{""time"":6836,""label"":""tour_next"",""step"":2},{""label"":""window_blurred"",""time"":9080},{""label"":""window_focused"",""time"":10977},{""time"":14853,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678934358719,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":8771,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1140,""week"":""2"",""id"":""chart2""},{""label"":""window_blurred"",""time"":11645},{""label"":""window_focused"",""time"":13825}]}",0,simple,bar -2023-03-15 22:06:42,2023-03-15 22:46:52,0,73.148.207.228,100,2409,1,2023-03-15 22:46:53,R_1mPhSQREQzxy5CX,,,,,30.161,-81.7311,anonymous,EN,1,3.399,3.399,4.772,1,,,,,,,,0,0,15.014,0,100,100,51,7.667,11.771,12.654,3,35.567,176.062,216.895,6,-2,1,6.345,125.482,126.937,10,1,-3,9.538,152.225,153.782,3,1,56.767,70.111,81.582,3,0,0,15.013,0,5,3,4,5,6,6,,16.203,492.841,495.958,8,4,6,5,3,3,5,I feel like this visualization shows all of the relevant information for what they trying to convey.,2.699,2.699,119.692,1,4,,3.896,3.896,7.625,1,2,7,3,4,1,5,6,0,0,14.138,0,5,2,1,1,10,3,10,10,,2.349,11.445,13.102,8,3,4,1,3,4,2,2.814,7.196,8.049,7,1,,2.048,2.048,3.444,1,1,1994,Florida,6,3,1,,3,,,6,3,1,allforone1901@gmail.com,1.005,130.489,131.325,46,6081adb85a8992a84093ed21,"{""startTime"":1678933772883,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":214859},{""label"":""window_focused"",""time"":334965}]}","{""startTime"":1678934271824,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933383142,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":33,""label"":""tour_started""},{""time"":170837,""label"":""tour_next"",""step"":2},{""time"":176044,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933757007,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,bar -2023-03-15 22:34:10,2023-03-15 22:47:01,0,75.131.173.238,100,771,1,2023-03-15 22:47:01,R_1lyk8sRVZgVmOtM,,,,,35.7113,-82.5467,anonymous,EN,1,7.913,8.608,9.508,2,,,,,,,,0,0,15.012,0,85,57,54,5.707,18.849,19.502,7,3.164,289.822,291.267,73,1,1,3.958,43.676,44.563,10,-3,1,10.616,20.018,20.998,8,1,2.403,54.748,55.938,7,1.886,1.886,15.111,1,4,5,6,3,6,6,,4.999,18.724,20.45,10,5,5,6,5,6,6,It looks professional,4.763,4.763,14.758,1,5,,4.208,5.815,6.565,3,2,7,3,4,1,5,6,11.77,11.77,12.722,1,7,8,6,8,9,7,11,11,,2.603,12.3,13.602,13,5,5,1,1,5,1,1.091,13.154,13.954,11,2,,3.089,4.967,5.879,4,1,1958,North Carolina,7,3,1,,7,,,14,4,2,,1.012,162.748,163.504,25,63c3118da7ffa9c9fa88a10e,"{""startTime"":1678934478230,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678934499367,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678934261454,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":32,""label"":""tour_started""},{""time"":6955,""label"":""hovered"",""timeHovered"":25726,""week"":""2021-04-12""},{""time"":52115,""label"":""hovered"",""timeHovered"":1736,""week"":""2021-05-10""},{""time"":54869,""label"":""hovered"",""timeHovered"":1450,""week"":""2021-05-24""},{""time"":57591,""label"":""tour_next"",""step"":5},{""time"":68573,""label"":""started_brush"",""startDate"":""2021-04-19"",""endDate"":""2022-02-13""},{""time"":72117,""label"":""tour_next"",""step"":5},{""time"":91114,""label"":""moved_brush"",""startDate"":""2021-10-31"",""endDate"":""2022-02-13""},{""time"":96058,""label"":""tour_next"",""step"":5},{""time"":131438,""label"":""cleared_brush"",""using"":""click""},{""time"":131444,""label"":""cleared_brush"",""using"":""Escape""},{""time"":133533,""label"":""tour_next"",""step"":5},{""time"":142428,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678934462544,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line -2023-03-15 22:39:18,2023-03-15 22:47:15,0,148.74.227.196,100,476,1,2023-03-15 22:47:15,R_3EoNrLPvrpy2L6t,,,,,40.3913,-74.3247,anonymous,EN,1,19.155,19.155,20.402,1,,,,,,,,3.197,3.197,15.01,1,47,41,38,6.784,24.773,25.975,3,3.004,7.261,11.578,3,-2,1,17.624,25.012,32.906,2,1,-2,3.944,6.958,8.48,2,-3,5.954,39.468,41.428,3,0,0,15.194,0,2,4,3,3,3,3,,3.542,14.256,17.084,6,3,3,3,3,3,3,I'm not sure,3.801,34.999,42.173,2,4,,1.863,1.863,5.838,1,2,3,4,5,1,6,7,6.599,6.599,18.703,1,1,1,6,1,1,1,1,1,,12.427,22.411,24.031,16,3,2,4,2,3,3,4.307,11.359,12.506,6,4,,2.499,2.499,11.165,1,2,1985,New Jersey,2,2,1,,7,,,12,4,1,JAMIEHIRUJO@OUTLOOK.COM,3.115,90.651,104.133,19,5e5c88c3be924d475ff0fc34,"{""startTime"":1678934575293,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934495596,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934433606,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":35,""label"":""tour_started""},{""time"":5239,""label"":""tour_next"",""step"":2},{""time"":7236,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678934479542,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,bar -2023-03-15 22:36:35,2023-03-15 22:47:45,0,100.37.14.79,100,669,1,2023-03-15 22:47:45,R_3LZ8LxHCm2MvtC1,,,,,40.5334,-74.2099,anonymous,EN,1,3.111,8.707,10.181,4,,,,,,,,0,0,15.148,0,85,67,73,0.093,24.858,26.043,9,22.04,36.146,37.995,7,-2,1,7.626,50.953,52.18,9,-3,-3,48.598,84.56,86.4,8,1,8.868,58.455,59.374,4,0,0,15.021,0,5,5,4,5,5,5,none,5.374,22.241,27.551,14,5,4,4,4,4,5,It is data driven and makes sense,10.902,52.09,56.849,2,6,none,3.783,15.131,16.131,4,2,7,3,4,1,5,6,7.161,21.45,23.554,3,8,8,8,7,8,5,9,9,none,3.311,28.34,29.512,12,4,4,2,2,4,4,7.357,23.068,23.685,11,2,,3.765,6.712,6.747,3,1,1953,New York,3,2,1,,7,,,7,2,1,cafelily@aol.com,1.594,124.362,126.041,48,5b233660648d5b0001b7de87,"{""startTime"":1678934483195,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934405646,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934263896,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":48,""label"":""tour_started""},{""time"":27693,""label"":""tour_next"",""step"":2},{""time"":30829,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678934389739,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,bar -2023-03-15 22:41:03,2023-03-15 22:47:48,0,173.64.10.3,100,404,1,2023-03-15 22:47:48,R_8G5WPksFYWwoWJP,,,,,42.8354,-78.7573,anonymous,EN,1,4.775,4.775,5.96,1,,,,,,,,0,0,15.029,0,87,89,82,11.91,18.274,20.141,3,13.078,22.568,24.478,3,-1,-1,6.228,10.684,12.268,2,-1,1,14.511,20.056,22.273,2,-1,6.42,6.42,8.316,1,0,0,15.034,0,3,4,4,4,3,3,,8.074,19.818,22.942,6,2,2,2,2,2,2,Too small a font and display. Hard to read.,4.122,4.122,26.566,1,6,You should have said graph was highly imnvolved in your study instructions/intro.,3.641,44.95,47.471,2,2,3,4,5,1,6,7,0,0,13.264,0,7,9,10,9,9,9,9,10,,7.098,22.202,24.422,8,4,4,2,2,4,4,7.547,23.371,25.125,7,2,,1.754,1.754,3.468,1,1,1952,New York,6,2,1,,7,,,10,4,1,wb2yqh@verizon.net,1.24,58.449,69.627,13,628f700669d5f6e4e33c8d8e,"{""startTime"":1678934625829,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934580377,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934516530,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":13063,""label"":""tour_next"",""step"":2},{""time"":16647,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678934564341,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,line -2023-03-15 22:32:52,2023-03-15 22:47:48,0,208.104.102.197,100,895,1,2023-03-15 22:47:48,R_3MAlONauBx4gWRG,,,,,35.0125,-80.9309,anonymous,EN,1,33.814,33.814,35.093,1,1,3,2,1.871,4.768,6.16,2,0,0,15.147,0,95,96,78,21.964,36.45,40.976,4,10.484,134.412,136.67,26,-2,1,47.198,69.862,71.923,2,-3,-3,60.642,85.692,95.926,2,-3,35.337,50.562,56.448,2,7.101,7.101,15.198,1,6,5,5,6,2,6,"Interesting because I did not see the source for the data in the first set of questions, but I did see once a question came up about the source of the data and I specifically focused in on the chart for the information.",19.828,57.662,111.67,8,6,5,5,5,3,4,I did not see any sources listed for the data (or it was there but not clear to me as I navigated the dataset),4.121,4.121,33.058,1,5,,15.982,15.982,17.728,1,2,7,3,4,1,5,6,0,0,20.268,0,2,4,10,7,5,9,9,10,,5.309,21.756,24.045,8,4,5,2,2,5,2,11.57,34.426,35.762,6,4,1,3.984,9.682,12.88,2,1,1971,South Carolina,5,2,1,,7,,,17,4,1,63d9c4ea4b5efb771f895e11@email.prolific.co,2.207,87.946,97.731,16,63d9c4ea4b5efb771f895e11,"{""startTime"":1678934369140,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":22465},{""label"":""window_focused"",""time"":32155}]}","{""startTime"":1678934303397,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678934160744,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":80,""label"":""tour_started""},{""time"":8155,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1541,""week"":""50"",""id"":""chart""},{""time"":10805,""label"":""tour_next"",""step"":5},{""time"":17486,""label"":""started_brush"",""startDate"":""2021-04-08"",""endDate"":""2021-06-05""},{""time"":26148,""label"":""started_brush"",""startDate"":""2021-08-01"",""endDate"":""2021-10-20""},{""time"":26886,""label"":""tour_next"",""step"":5},{""time"":32908,""label"":""moved_brush"",""startDate"":""2021-10-07"",""endDate"":""2021-12-26""},{""time"":38068,""label"":""started_brush"",""startDate"":""2021-08-15"",""endDate"":""2021-09-29""},{""time"":39599,""label"":""tour_next"",""step"":5},{""time"":44992,""label"":""cleared_brush"",""using"":""Click""},{""time"":44992,""label"":""cleared_brush"",""using"":""Escape""},{""time"":47783,""label"":""tour_next"",""step"":5},{""time"":51271,""label"":""tour_end"",""step"":5},{""time"":61826,""label"":""cleared_brush"",""using"":""Click""},{""time"":63225,""label"":""cleared_brush"",""using"":""Click""}]}","{""startTime"":1678934286614,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":6588,""label"":""started_brush"",""startDate"":""2021-04-30"",""endDate"":""2021-07-01""},{""time"":11659,""label"":""started_brush"",""startDate"":""2021-10-30"",""endDate"":""2022-01-01""}]}",1,complex,bar -2023-03-15 22:37:31,2023-03-15 22:48:00,0,64.184.115.72,100,628,1,2023-03-15 22:48:00,R_3RmvhlM9cJwQrar,,,,,38.4934,-86.0139,anonymous,EN,1,5.592,5.592,6.932,1,,,,,,,,3.323,13.043,15.115,2,100,18,38,18.081,26.92,30.267,3,14.088,89.628,93.491,16,1,1,16.38,31.86,33.893,2,1,1,23.188,37.311,38.626,2,1,56.153,56.153,57.868,1,8.088,9.925,15.012,3,3,3,3,3,5,3,,9.124,32.198,36.692,8,3,2,7,7,7,3,"I have no way of knowing if the data represented here is correct, or if it's presented in a relevant way (because I'm missing the context of understanding these kinds of numbers.)",3.414,56.582,58.142,2,3,,5.913,7.181,9.375,2,2,7,3,4,1,5,6,0,0,18.277,0,6,9,3,6,9,1,11,11,"""political parties"" The answer varies widely, depending on which party.",4.799,24.978,55.439,12,5,5,1,1,5,5,11.697,25.793,27.378,6,1,,1.941,1.941,3.906,1,1,1973,Indiana,6,2,1,,7,,,8,3,1,63e1dbd6e3b024508cfb12e9@email.prolific.co,1.393,73.205,75.562,19,63e1dbd6e3b024508cfb12e9,"{""startTime"":1678934565484,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678934479859,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678934311964,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":14075,""label"":""tour_next"",""step"":5},{""time"":33875,""label"":""tour_back"",""step"":5},{""time"":37086,""label"":""tour_next"",""step"":5},{""time"":39065,""label"":""tour_back"",""step"":5},{""time"":43115,""label"":""tour_next"",""step"":5},{""time"":49297,""label"":""started_brush"",""startDate"":""2021-06-21"",""endDate"":""2021-06-24""},{""time"":59962,""label"":""started_brush"",""startDate"":""2021-10-05"",""endDate"":""2022-01-08""},{""time"":61683,""label"":""tour_next"",""step"":5},{""time"":75268,""label"":""moved_brush"",""startDate"":""2021-07-07"",""endDate"":""2021-10-10""},{""time"":76488,""label"":""tour_next"",""step"":5},{""time"":81630,""label"":""cleared_brush"",""using"":""click""},{""time"":84818,""label"":""tour_next"",""step"":5},{""time"":89614,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678934464323,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":14310,""label"":""started_brush"",""startDate"":""2021-12-09"",""endDate"":""2022-01-02""}]}",0,complex,line -2023-03-15 22:24:00,2023-03-15 22:48:03,0,67.42.91.170,100,1442,1,2023-03-15 22:48:03,R_XSpIJB33RxUbdqV,,,,,47.36,-122.6015,anonymous,EN,1,20.416,20.416,24.456,1,,,,,,,,0,0,15.018,0,96,92,15,22.894,70.158,81.462,6,39.978,60.45,63.593,2,-2,1,78.445,141.037,149.955,2,-3,-3,40.506,89.45,100.029,3,-2,71.286,71.286,91.513,1,0,0,15.113,0,5,5,5,5,5,5,,131.674,182.448,200.938,7,5,5,2,7,7,5,"Because I see that the data is from an official government entity in Croatia. ",5.508,58.889,115.627,3,6,,7.052,7.052,15.6,1,2,7,3,4,1,5,6,0,0,38.579,0,1,1,10,5,1,7,7,1,,7.148,74.332,83.37,13,2,4,2,2,2,4,31.048,117.032,118.757,6,4,,4.219,4.219,8.531,1,2,1969,Washington,6,3,1,,7,,,5,4,2,,4.15,139.018,145.772,15,5bde6c564842880001308324,"{""startTime"":1678933829218,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":163266,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1929,""week"":""50"",""id"":""chart""},{""time"":167811,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3823,""week"":""1"",""id"":""chart2""},{""time"":192344,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1860,""week"":""1"",""id"":""chart2""}]}","{""startTime"":1678934031872,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933595493,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":44,""label"":""tour_started""},{""time"":21388,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1175,""week"":""52"",""id"":""chart""},{""time"":27240,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1007,""week"":""34"",""id"":""chart""},{""time"":28581,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1661,""week"":""32"",""id"":""chart""},{""time"":39959,""label"":""tour_next"",""step"":2},{""time"":52140,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2298,""week"":""32"",""id"":""chart2""},{""time"":54597,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1283,""week"":""2"",""id"":""chart2""},{""time"":55913,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1024,""week"":""1"",""id"":""chart2""},{""time"":60431,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933812818,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,bar -2023-03-15 22:40:24,2023-03-15 22:48:34,0,98.4.98.57,100,490,1,2023-03-15 22:48:35,R_1NwSmzXTesP3xRV,,,,,43.1743,-79.0215,anonymous,EN,1,5.368,5.368,7.006,1,,,,,,,,2.027,4.481,15.006,5,75,85,58,9.652,14.37,19.011,3,13.283,78.327,81.796,20,1,1,15.601,27.03,28.163,2,1,1,25.494,42.208,45.756,2,-3,29.521,29.521,35.235,1,0,0,15.009,0,5,4,5,5,5,5,"I love the way this is presented, allowing the zoom on a section. Very fancy!",13.403,23.285,53.012,7,5,5,6,5,2,4,I trust it as much as I trust any limited data set in a vacuum.,1.298,17.328,50.491,2,4,,2.119,5.003,6.291,7,2,7,3,4,1,5,6,0,0,8.906,0,3,5,5,6,4,6,8,5,,3.936,15.894,17.001,11,3,4,2,3,4,4,4.137,12.844,14.526,7,4,,2.134,2.134,3.192,1,1,1974,New York,3,2,1,,7,,,2,4,2,,1.097,45.815,46.404,14,6332274d72eff2df47171a78,"{""startTime"":1678934607906,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":2826,""label"":""started_brush"",""startDate"":""2021-06-13"",""endDate"":""2021-08-09""},{""time"":4372,""label"":""started_brush"",""startDate"":""2021-12-11"",""endDate"":""2022-02-13""},{""time"":10085,""label"":""moved_brush"",""startDate"":""2021-12-13"",""endDate"":""2022-02-13""}]}","{""startTime"":1678934661746,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678934473451,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":32,""label"":""tour_started""},{""time"":13230,""label"":""tour_next"",""step"":5},{""time"":31786,""label"":""started_brush"",""startDate"":""2021-06-20"",""endDate"":""2022-02-13""},{""time"":32980,""label"":""tour_next"",""step"":5},{""time"":35887,""label"":""moved_brush"",""startDate"":""2021-07-09"",""endDate"":""2022-02-13""},{""time"":37826,""label"":""moved_brush"",""startDate"":""2021-07-09"",""endDate"":""2022-02-13""},{""time"":39953,""label"":""moved_brush"",""startDate"":""2021-07-09"",""endDate"":""2021-11-11""},{""time"":42129,""label"":""moved_brush"",""startDate"":""2021-10-01"",""endDate"":""2021-11-11""},{""time"":43232,""label"":""moved_brush"",""startDate"":""2021-10-01"",""endDate"":""2022-02-13""},{""time"":47896,""label"":""moved_brush"",""startDate"":""2021-12-30"",""endDate"":""2022-02-13""},{""time"":48911,""label"":""tour_next"",""step"":5},{""time"":51806,""label"":""cleared_brush"",""using"":""click""},{""time"":52979,""label"":""tour_next"",""step"":5},{""time"":60333,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678934591563,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":8582,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-07-23""},{""time"":10028,""label"":""started_brush"",""startDate"":""2021-10-04"",""endDate"":""2022-02-13""}]}",0,complex,line -2023-03-15 22:17:13,2023-03-15 22:49:51,0,98.211.134.198,100,1957,1,2023-03-15 22:49:51,R_1lAlyGFOQ6jHsII,,,,,26.6165,-80.0444,anonymous,EN,1,50.964,50.964,52.322,1,1,4,2,3.666,15.636,18.718,7,0,0,15.114,0,95,71,72,23.592,32.839,34.223,4,46.277,451.649,485.485,85,1,-2,50.586,112.394,116.361,2,-2,1,358.762,376.73,377.94,2,1,200.14,200.14,205.305,1,0,0,15.118,0,3,7,3,2,4,4,,28.121,76.848,83.039,8,4,3,4,4,3,4,"Because it uses different colors to distinguish what ages it represents and is easier to see vs reading a study. ",6.707,87.942,91.675,5,5,Very interesting graphs,35.421,39.183,56.146,4,2,7,3,4,1,5,6,0,0,41.788,0,4,8,4,8,9,6,10,9,,7.347,23.073,26.124,8,5,5,1,1,5,5,11.658,50.701,51.892,7,1,1,2.174,12.664,17.498,2,2,1957,Florida,2,2,1,,7,,,5,4,1,5f048fdc0aea5b0ae3215fc9@email.prolific.co,2.743,185.581,190.029,26,5f048fdc0aea5b0ae3215fc9,"{""startTime"":1678933886333,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933969894,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933178119,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":25153,""label"":""hovered"",""timeHovered"":1467,""week"":""2022-01-03""},{""time"":26621,""label"":""hovered"",""timeHovered"":2049,""week"":""2022-01-03""},{""time"":30871,""label"":""hovered"",""timeHovered"":2049,""week"":""2022-01-10""},{""time"":36987,""label"":""hovered"",""timeHovered"":7099,""week"":""2021-12-27""},{""time"":46271,""label"":""tour_next"",""step"":5},{""time"":57472,""label"":""tour_back"",""step"":5},{""time"":63503,""label"":""hovered"",""timeHovered"":1348,""week"":""2022-01-17""},{""time"":65101,""label"":""hovered"",""timeHovered"":1733,""week"":""2021-12-06""},{""time"":68302,""label"":""hovered"",""timeHovered"":1182,""week"":""2022-01-03""},{""time"":78391,""label"":""tour_next"",""step"":5},{""time"":113131,""label"":""tour_back"",""step"":5},{""time"":123415,""label"":""hovered"",""timeHovered"":2733,""week"":""2022-01-24""},{""time"":128695,""label"":""tour_next"",""step"":5},{""time"":138197,""label"":""cleared_brush"",""using"":""click""},{""time"":168764,""label"":""cleared_brush"",""using"":""click""},{""time"":193069,""label"":""tour_back"",""step"":5},{""time"":209945,""label"":""tour_next"",""step"":5},{""time"":241521,""label"":""tour_back"",""step"":5},{""time"":243876,""label"":""hovered"",""timeHovered"":1149,""week"":""2021-04-12""},{""time"":249941,""label"":""hovered"",""timeHovered"":7283,""week"":""2021-09-13""},{""time"":266040,""label"":""tour_next"",""step"":5},{""time"":286524,""label"":""started_brush"",""startDate"":""2021-12-01"",""endDate"":""2022-02-06""},{""time"":287498,""label"":""tour_next"",""step"":5},{""time"":299977,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-04-21""},{""time"":313408,""label"":""started_brush"",""startDate"":""2021-05-31"",""endDate"":""2021-08-22""},{""time"":319859,""label"":""cleared_brush"",""using"":""click""},{""time"":322348,""label"":""started_brush"",""startDate"":""2021-11-21"",""endDate"":""2022-02-13""},{""time"":326971,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-07-03""},{""time"":338332,""label"":""moved_brush"",""startDate"":""2021-11-21"",""endDate"":""2022-02-13""},{""time"":342879,""label"":""moved_brush"",""startDate"":""2021-11-21"",""endDate"":""2022-02-13""},{""time"":344316,""label"":""tour_next"",""step"":5},{""time"":367044,""label"":""cleared_brush"",""using"":""click""},{""time"":367049,""label"":""cleared_brush"",""using"":""Escape""},{""time"":382700,""label"":""cleared_brush"",""using"":""click""},{""time"":383267,""label"":""cleared_brush"",""using"":""click""},{""time"":411535,""label"":""cleared_brush"",""using"":""click""},{""time"":426487,""label"":""started_brush"",""startDate"":""2021-05-03"",""endDate"":""2021-08-17""},{""time"":427581,""label"":""tour_next"",""step"":5},{""time"":451642,""label"":""tour_end"",""step"":5},{""time"":455290,""label"":""hovered"",""timeHovered"":1478,""week"":""2021-08-09""},{""time"":456934,""label"":""hovered"",""timeHovered"":7092,""week"":""2021-08-09""},{""label"":""window_blurred"",""time"":466697},{""label"":""window_focused"",""time"":471154},{""time"":475542,""label"":""hovered"",""timeHovered"":6800,""week"":""2021-08-02""}]}","{""startTime"":1678933870663,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line -2023-03-15 22:29:31,2023-03-15 22:50:02,0,100.1.148.217,100,1230,1,2023-03-15 22:50:03,R_3rVtwrV6oSq0dhG,,,,,40.488,-74.4544,anonymous,EN,1,48.52,60.253,61.403,2,,,,,,,,0,0,15.129,0,86,58,65,28.789,41.558,43.293,5,129.304,232.013,241.159,19,1,-1,48.849,96.312,97.804,3,1,1,44.771,61.935,64.154,2,1,20.556,102.388,104.161,3,10.159,10.159,15.171,1,3,3,3,5,5,3,,11.258,25.985,35.144,6,5,5,4,7,7,5,"When I say I trust this visualization, I mean that I trust that they depicted the visualization well based on the numbers. I 'm not saying I trust the sources of the visualization though.",8.127,8.127,74.398,1,5,,13.758,13.758,16.99,1,2,7,3,4,1,5,6,0,0,89.415,0,3,6,7,7,2,6,6,7,,33.776,94.411,100.496,19,3,3,2,2,3,3,15.715,47.679,48.637,6,6,,5.636,5.636,8.698,1,1,1997,New Jersey,6,2,1,,7,,,3,2,2,,1.385,95.035,100.724,19,5f2016b023978b04f9679bec,"{""startTime"":1678934283569,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678934319520,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933920707,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":137,""label"":""tour_started""},{""time"":926,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4171,""week"":""2"",""id"":""chart""},{""label"":""window_blurred"",""time"":7532},{""label"":""window_focused"",""time"":7955},{""time"":68878,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5080,""week"":""48"",""id"":""chart""},{""time"":74212,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7998,""week"":""52"",""id"":""chart""},{""time"":83951,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3733,""week"":""45"",""id"":""chart""},{""time"":88565,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":11719,""week"":""51"",""id"":""chart""},{""time"":109061,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1029,""week"":""51"",""id"":""chart""},{""time"":110139,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1817,""week"":""52"",""id"":""chart""},{""time"":116852,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1989,""week"":""24"",""id"":""chart""},{""time"":119243,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2273,""week"":""22"",""id"":""chart""},{""time"":129266,""label"":""tour_next"",""step"":5},{""time"":161884,""label"":""started_brush"",""startDate"":""2021-06-13"",""endDate"":""2021-08-10""},{""time"":163300,""label"":""moved_brush"",""startDate"":""2021-06-01"",""endDate"":""2021-06-13""},{""time"":173867,""label"":""started_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-05-05""},{""time"":177669,""label"":""tour_next"",""step"":5},{""time"":182546,""label"":""started_brush"",""startDate"":""2021-04-30"",""endDate"":""2021-07-13""},{""time"":185559,""label"":""moved_brush"",""startDate"":""2021-04-30"",""endDate"":""2021-07-13""},{""time"":187658,""label"":""moved_brush"",""startDate"":""2021-04-30"",""endDate"":""2021-07-13""},{""time"":190558,""label"":""cleared_brush"",""using"":""Click""},{""time"":192395,""label"":""tour_next"",""step"":5},{""time"":198146,""label"":""cleared_brush"",""using"":""Click""},{""time"":198147,""label"":""cleared_brush"",""using"":""Escape""},{""time"":200718,""label"":""tour_next"",""step"":5},{""time"":210496,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678934267535,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":9519,""label"":""started_brush"",""startDate"":""2021-08-29"",""endDate"":""2022-01-05""},{""time"":10903,""label"":""moved_brush"",""startDate"":""2021-08-29"",""endDate"":""2022-01-05""},{""time"":11459,""label"":""moved_brush"",""startDate"":""2021-08-29"",""endDate"":""2022-01-05""},{""time"":12113,""label"":""cleared_brush"",""using"":""Click""},{""time"":14438,""label"":""started_brush"",""startDate"":""2021-10-31"",""endDate"":""2022-01-07""}]}",0,complex,bar -2023-03-15 22:32:31,2023-03-15 22:50:04,0,24.112.251.35,100,1052,1,2023-03-15 22:50:04,R_1r1RklrU5JFSU10,,,,,40.8449,-81.7736,anonymous,EN,1,8.893,8.893,10.533,1,,,,,,,,0,0,15.117,0,100,89,56,40.787,63.014,64.997,4,49.433,65.153,97.692,5,1,1,28.069,55.452,57.578,2,1,1,45.015,62.707,66.404,2,-1,72.331,72.331,84.175,1,0,0,15.117,0,6,6,6,6,6,6,,14.768,46.527,65.255,6,6,5,5,7,1,6,Source was referenced. Data looks plausable,5.166,5.166,26.544,1,5,the question back 2 asked about dec 2022 info. Dec 2021 was listed but not 2022,12.884,17.485,73.924,3,2,7,3,4,1,5,6,0,0,39.121,0,2,4,8,6,8,9,10,10,,10.441,55.739,60.135,8,5,4,2,1,3,4,20.065,63.026,63.973,6,3,,10.948,10.948,13.499,1,1,1966,Ohio,6,2,1,,7,,,14,2,2,,6.507,158.094,165.055,36,640912d475d8f1047d318723,"{""startTime"":1678934346645,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934234432,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934053070,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":24382,""label"":""hovered"",""timeHovered"":1453,""week"":""2021-12-27""},{""time"":29180,""label"":""hovered"",""timeHovered"":1422,""week"":""2021-08-09""},{""time"":37140,""label"":""hovered"",""timeHovered"":6379,""week"":""2021-08-16""},{""time"":43572,""label"":""hovered"",""timeHovered"":2214,""week"":""2021-08-23""},{""time"":49418,""label"":""tour_next"",""step"":2},{""time"":65138,""label"":""tour_end"",""step"":2},{""time"":87640,""label"":""hovered"",""timeHovered"":7014,""week"":""2021-12-27""}]}","{""startTime"":1678934218213,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,line -2023-03-15 22:29:19,2023-03-15 22:50:21,0,96.58.141.218,100,1262,1,2023-03-15 22:50:22,R_1igQcUjQY4gAckl,,,,,27.7538,-82.7208,anonymous,EN,1,13.723,60.867,62.561,3,1,4,2,3.516,8.11,9.762,3,0,0,15.022,0,88,73,49,36.463,64.074,66.34,7,3.759,221.551,223.096,17,1,1,4.877,92.531,93.536,14,-3,1,3.505,131.868,133.014,12,-1,8.146,54.292,55.082,14,10.117,10.117,15.124,1,6,3,3,4,6,2,It seems to me that when I slide the data line the caption is reversed. Vaccinated Ages 80+ Ages 50-79 Ages 18-49 Unvaccinated Ages 80+ Ages 50-79 Ages 18-49,3.502,167.405,171.943,26,5,4,5,7,7,3,I believe that I have found a mistake in the slider line caption.,2.702,2.702,39.079,1,6,None thanks,7.139,16.486,22.844,7,2,6,3,4,1,5,7,6.105,28.205,30.334,2,7,10,9,10,8,7,11,11,,9.415,52.713,59.75,13,4,4,1,2,4,4,13.466,57.184,58.766,10,2,1,5.154,16.404,18.696,4,1,1951,Florida,7,1,1,,7,,,17,4,2,,7.624,102.136,103.657,24,5ef764821269f404a08607d7,"{""startTime"":1678934223014,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678934396600,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933927270,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":31,""label"":""tour_started""},{""time"":5659,""label"":""hovered"",""timeHovered"":1150,""week"":""2021-11-15""},{""time"":22425,""label"":""hovered"",""timeHovered"":1269,""week"":""2021-08-16""},{""time"":39443,""label"":""hovered"",""timeHovered"":31683,""week"":""2022-01-10""},{""time"":84216,""label"":""hovered"",""timeHovered"":1050,""week"":""2022-01-03""},{""time"":86637,""label"":""hovered"",""timeHovered"":1383,""week"":""2022-01-31""},{""time"":103380,""label"":""tour_next"",""step"":5},{""time"":131307,""label"":""cleared_brush"",""using"":""click""},{""time"":134839,""label"":""started_brush"",""startDate"":""2021-06-29"",""endDate"":""2021-08-29""},{""time"":144234,""label"":""moved_brush"",""startDate"":""2021-08-19"",""endDate"":""2021-10-19""},{""time"":145226,""label"":""tour_next"",""step"":5},{""time"":162365,""label"":""moved_brush"",""startDate"":""2021-09-26"",""endDate"":""2021-11-26""},{""time"":163544,""label"":""tour_next"",""step"":5},{""time"":170313,""label"":""cleared_brush"",""using"":""click""},{""time"":170318,""label"":""cleared_brush"",""using"":""Escape""},{""time"":183249,""label"":""tour_next"",""step"":5},{""time"":196400,""label"":""tour_end"",""step"":5},{""time"":205256,""label"":""started_brush"",""startDate"":""2021-05-11"",""endDate"":""2021-08-23""},{""time"":205963,""label"":""hovered"",""timeHovered"":7613,""week"":""2021-08-09""}]}","{""startTime"":1678934206957,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":11164,""label"":""hovered"",""timeHovered"":1166,""week"":""2021-12-27""}]}",1,complex,line -2023-03-15 22:42:36,2023-03-15 22:50:24,0,136.226.61.2,100,468,1,2023-03-15 22:50:25,R_3fN7vh6jDtkfGrt,,,,,40.7365,-74.0055,anonymous,EN,1,7.086,7.709,8.89,2,,,,,,,,0,0,15.111,0,89,93,62,10.649,18.808,20.814,3,24.841,28.921,31.009,2,1,1,5.578,48.363,49.801,5,1,1,10.3,81.97,83.77,10,1,28.05,28.05,29.53,1,0,0,15.015,0,5,5,3,5,6,5,,8.386,18.777,20.847,6,5,6,4,1,1,5,I have no reason to believe that the data is inaccurate.,1.967,1.967,14.601,1,4,,5.542,5.542,7.512,1,2,7,3,4,1,5,6,0,0,28.644,0,2,3,7,8,7,7,10,9,,4.585,16.905,18.977,8,5,4,1,4,5,4,5.255,21.607,22.849,6,6,,3.45,3.45,4.779,1,1,1969,Connecticut,8,3,1,,7,,,17,4,1,corey.lavinsky@gmail.com,2.041,41.4,52.064,12,6234dbba467fabd56fa59e1a,"{""startTime"":1678934778051,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934740127,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934608297,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":9082,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1081,""week"":""52"",""id"":""chart""},{""time"":11295,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1583,""week"":""51"",""id"":""chart""},{""time"":14377,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3446,""week"":""50"",""id"":""chart""},{""time"":18440,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1914,""week"":""51"",""id"":""chart""},{""time"":24837,""label"":""tour_next"",""step"":2},{""time"":28916,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678934724497,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,bar -2023-03-15 22:41:15,2023-03-15 22:50:28,0,73.5.75.117,100,552,1,2023-03-15 22:50:28,R_shhxjKwNyAZOSwF,,,,,31.3145,-89.3788,anonymous,EN,1,7.114,7.114,8.102,1,2,,2,2.442,2.442,3.801,1,0,0,15.183,0,51,98,66,20.638,30.721,32.292,5,53.681,60.837,66.355,2,-3,1,34.992,47.915,49.196,2,-3,-3,20.779,33.081,34.2,2,1,40.61,40.61,41.797,1,0,0,15.019,0,2,2,7,5,5,7,,9.419,30.654,35.993,10,3,6,5,1,1,7,"I trust charts, but I don't trust the data coming from this particular source.",12.668,12.668,38.14,1,3,,6.343,6.343,8.602,1,2,7,3,4,1,5,6,0,0,19.36,0,1,1,6,3,1,3,5,5,,7.993,21.957,23.348,9,5,5,1,1,4,5,8.433,25.432,28.27,6,6,3,5.326,12.396,15.837,2,2,1977,Mississippi,7,2,1,,7,,,14,4,1,5e8ccdf9b3423e07b04b4853@email.prolific.co,3.307,47.199,55.839,11,5e8ccdf9b3423e07b04b4853,"{""startTime"":1678934689946,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934726794,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934556589,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":52,""label"":""tour_started""},{""time"":8709,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":26333,""week"":""2"",""id"":""chart""},{""time"":35129,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1956,""week"":""3"",""id"":""chart""},{""time"":37873,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3375,""week"":""52"",""id"":""chart""},{""time"":41695,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1184,""week"":""50"",""id"":""chart""},{""time"":46633,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1644,""week"":""14"",""id"":""chart""},{""time"":53667,""label"":""tour_next"",""step"":2},{""time"":60821,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678934673999,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar -2023-03-15 22:35:54,2023-03-15 22:51:17,0,75.110.144.84,100,923,1,2023-03-15 22:51:18,R_2w4gKEIjBudikLo,,,,,35.0987,-77.1045,anonymous,EN,1,4.565,4.565,7.677,1,1,3,1,3.285,10.121,11.584,2,0,0,15.111,0,77,90,69,56.416,71.118,73.525,4,37.113,46.223,51.075,2,1,1,68.038,98.957,107.363,2,-3,1,82.733,160.758,162.754,4,-1,67.044,67.044,70.595,1,0,0,15.01,0,5,5,5,5,5,5,,23.877,37.649,41.195,6,5,5,5,4,4,5,One of the frames stated that the data came from the CDC. They are probably as close to accurate that we are going to get.,2.705,2.705,53.162,1,5,,7.076,11.397,14.431,4,2,7,3,4,1,5,6,0,0,19.719,0,5,7,8,7,5,7,8,8,,7.677,26.141,30.554,9,2,2,4,4,2,2,19.424,39.656,42.455,6,4,2,8.583,19.388,22.213,2,2,1957,North Carolina,6,2,1,,9,,New Bern,7,2,1,chelynmas@gmail.com,4.002,100.991,105.785,23,6007a7996fbeef04ce080f90,"{""startTime"":1678934454253,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":3162,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3639,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678934496112,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934278512,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":22,""label"":""tour_started""},{""time"":16043,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3608,""week"":""41"",""id"":""chart""},{""time"":20076,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3421,""week"":""32"",""id"":""chart""},{""time"":27264,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2704,""week"":""52"",""id"":""chart""},{""time"":30759,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4494,""week"":""2"",""id"":""chart""},{""time"":37083,""label"":""tour_next"",""step"":2},{""time"":46192,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678934438035,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar -2023-03-15 22:40:17,2023-03-15 22:51:32,0,47.148.12.154,100,675,1,2023-03-15 22:51:33,R_3qmlZomsu2sryCu,,,,,33.5674,-117.1758,anonymous,EN,1,8.844,8.844,10.068,1,,,,,,,,0,0,15.022,0,84,88,67,14.061,21.566,22.802,3,20.564,130.456,133.342,18,-2,1,23.6,44.168,47.8,3,-3,1,47.255,112.794,114.289,4,1,77.048,77.048,78.21,1,0,0,15.124,0,5,5,5,5,5,5,,6.079,12.234,14.568,6,5,5,5,2,4,5,This visualization seems like an accurate results graph.,3.841,3.841,35.326,1,4,,3.92,4.204,6.26,2,2,3,4,5,1,6,7,0,0,13.557,0,5,5,6,6,6,7,8,9,,5.037,17.137,19.031,9,4,4,2,2,4,4,10.021,19.272,20.47,6,4,,3.236,3.236,5.64,1,2,1978,California,3,2,1,,9,,Murrieta,5,3,1,khristian1@verizon.net,1.327,48.523,51.353,14,63d14f9af4f2e033177bbe4c,"{""startTime"":1678934785098,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678934724079,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":19097},{""label"":""window_focused"",""time"":21961}]}","{""startTime"":1678934494544,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":143,""label"":""tour_started""},{""time"":15318,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1133,""week"":""35"",""id"":""chart""},{""time"":17311,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2218,""week"":""51"",""id"":""chart""},{""time"":20517,""label"":""tour_next"",""step"":5},{""time"":34165,""label"":""tour_back"",""step"":5},{""time"":36761,""label"":""tour_next"",""step"":5},{""time"":49634,""label"":""cleared_brush"",""using"":""Click""},{""time"":51879,""label"":""cleared_brush"",""using"":""Click""},{""time"":53882,""label"":""cleared_brush"",""using"":""Click""},{""time"":55570,""label"":""cleared_brush"",""using"":""Click""},{""time"":57224,""label"":""cleared_brush"",""using"":""Click""},{""time"":57581,""label"":""cleared_brush"",""using"":""Click""},{""time"":59349,""label"":""cleared_brush"",""using"":""Click""},{""time"":64589,""label"":""cleared_brush"",""using"":""Click""},{""time"":69234,""label"":""cleared_brush"",""using"":""Click""},{""time"":69850,""label"":""cleared_brush"",""using"":""Click""},{""time"":88519,""label"":""cleared_brush"",""using"":""Click""},{""time"":91231,""label"":""cleared_brush"",""using"":""Click""},{""time"":97839,""label"":""moved_brush"",""startDate"":""2021-12-14"",""endDate"":""2022-02-07""},{""time"":101679,""label"":""started_brush"",""startDate"":""2021-09-15"",""endDate"":""2021-12-10""},{""time"":103578,""label"":""cleared_brush"",""using"":""Click""},{""time"":104524,""label"":""tour_next"",""step"":5},{""time"":115800,""label"":""started_brush"",""startDate"":""2021-06-09"",""endDate"":""2021-08-12""},{""time"":117488,""label"":""moved_brush"",""startDate"":""2021-06-09"",""endDate"":""2021-10-17""},{""time"":118953,""label"":""tour_next"",""step"":5},{""time"":125136,""label"":""cleared_brush"",""using"":""Click""},{""time"":125137,""label"":""cleared_brush"",""using"":""Escape""},{""time"":126046,""label"":""tour_next"",""step"":5},{""time"":130408,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678934707702,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,bar -2023-03-15 22:41:45,2023-03-15 22:51:44,0,66.38.103.191,100,598,1,2023-03-15 22:51:44,R_1ezR2KPKkmz208J,,,,,36.7614,-86.1929,anonymous,EN,1,5.97,5.97,7.101,1,1,2,1,1.755,3.249,4.299,2,0,0,15.01,0,23,16,11,10.819,22.756,24.444,3,30.222,40.778,55.43,3,1,-3,29.002,43.858,44.866,2,-3,-3,40.527,78.47,80.092,2,1,45.338,45.338,46.201,1,0,0,15.02,0,7,1,7,4,4,1,,7.869,17.818,19.359,6,1,5,2,1,1,1,It seems to me that the information is skewed. I believe that a lot more people have been vaccinated than what the graph shows.,5.454,5.454,37.602,1,5,,6.278,8.073,9.164,3,2,7,3,4,1,5,6,0,0,17.369,0,3,2,10,4,2,4,3,9,,5.062,21.392,23.723,9,1,1,4,4,3,1,3.417,23.34,23.606,7,6,1,3.994,10.842,12.076,2,2,1957,Kentucky,6,2,1,,7,,,17,3,1,60e4c09a4b30f16f5a1053e7@email.prolific.co,3.069,106.222,110.754,18,60e4c09a4b30f16f5a1053e7,"{""startTime"":1678934716228,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934754669,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934563899,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":35,""label"":""tour_started""},{""time"":15072,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6000,""week"":""47"",""id"":""chart""},{""time"":22906,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4730,""week"":""1"",""id"":""chart""},{""time"":32463,""label"":""tour_next"",""step"":2},{""time"":40715,""label"":""tour_end"",""step"":2},{""time"":41600,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3121,""week"":""1"",""id"":""chart""},{""time"":44741,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3913,""week"":""1"",""id"":""chart""},{""time"":49920,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1449,""week"":""14"",""id"":""chart""}]}","{""startTime"":1678934700501,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar -2023-03-15 22:45:14,2023-03-15 22:52:10,0,74.138.186.213,100,416,1,2023-03-15 22:52:10,R_8pEVm8BG3WJeaHf,,,,,39.0805,-84.4559,anonymous,EN,1,6.757,6.757,8.122,1,,,,,,,,0,0,15.108,0,76,77,48,6.887,15.206,16.993,5,14.745,25.577,27.33,3,-2,1,33.849,55.313,56.406,5,-3,-3,44.97,73.409,74.22,2,1,30.428,30.428,31.336,1,0,0,15.025,0,5,5,5,5,5,5,,6.547,11.897,14.964,6,5,5,5,3,3,5,I have no reason to not trust it. It seems accurate and easy to understand.,1.531,21.364,22.184,2,3,,3.892,5.476,6.63,3,2,3,4,5,1,6,7,0,0,9.563,0,6,6,7,8,8,8,10,9,,2.251,11.475,12.822,9,4,4,1,1,4,3,3.22,14.211,15.093,7,1,,1.835,1.835,3.359,1,2,1971,Kentucky,6,1,1,,9,,Dry Ridge,10,4,1,mrsgothy@yahoo.com,1.146,36.489,38.757,15,5916bba1c40353000150c46c,"{""startTime"":1678934869726,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934885422,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":1397},{""label"":""window_focused"",""time"":3377}]}","{""startTime"":1678934769235,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":45,""label"":""tour_started""},{""time"":9962,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1750,""week"":""5"",""id"":""chart""},{""time"":14736,""label"":""tour_next"",""step"":2},{""time"":25567,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678934853903,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":229},{""label"":""window_focused"",""time"":3777}]}",0,simple,bar -2023-03-15 22:35:37,2023-03-15 22:52:35,0,67.1.247.181,100,1017,1,2023-03-15 22:52:35,R_9uZKWXvHIYdu5Hz,,,,,32.1943,-110.9767,anonymous,EN,1,21.098,21.098,22.534,1,,,,,,,,0,0,15.115,0,98,92,61,13.498,32.714,34.441,4,11.907,172.492,175.588,28,1,1,26.693,47.359,49.3,2,1,1,27.884,40.956,49.814,2,1,65.619,65.619,67.771,1,0,0,15.015,0,5,5,5,5,6,5,,11.611,33.786,36.166,6,5,6,5,1,1,5,"It appears to be a scientific count, with independent statistics about each thing counted, and I think it is probably an accurate representation of the info gathered",4.247,4.247,50.639,1,5,,7.712,7.712,9.54,1,2,7,3,4,1,5,6,0,0,14.775,0,4,5,5,5,9,3,10,10,,6.495,28.895,31.621,12,5,5,1,1,5,5,2.865,19.605,20.592,6,1,,3.667,3.667,5.414,1,2,1947,Arizona,7,2,1,,7,,,5,2,1,5ea45eb9abef8a07bcced2bc@email.prolific.co,1.678,184.745,367.033,23,5ea45eb9abef8a07bcced2bc,"{""startTime"":1678934555198,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678934477977,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678934217845,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":11903,""label"":""tour_next"",""step"":5},{""time"":33738,""label"":""tour_back"",""step"":5},{""time"":40575,""label"":""hovered"",""timeHovered"":2559,""week"":""2021-10-18""},{""time"":47409,""label"":""hovered"",""timeHovered"":1131,""week"":""2021-08-16""},{""time"":51875,""label"":""tour_next"",""step"":5},{""time"":54248,""label"":""tour_back"",""step"":5},{""time"":57680,""label"":""tour_next"",""step"":5},{""time"":65341,""label"":""tour_back"",""step"":5},{""time"":67496,""label"":""hovered"",""timeHovered"":1612,""week"":""2021-07-12""},{""time"":70954,""label"":""hovered"",""timeHovered"":1031,""week"":""2021-09-27""},{""time"":76142,""label"":""hovered"",""timeHovered"":2960,""week"":""2021-09-27""},{""time"":81641,""label"":""tour_next"",""step"":5},{""time"":97617,""label"":""tour_back"",""step"":5},{""time"":110563,""label"":""hovered"",""timeHovered"":2262,""week"":""2021-09-13""},{""time"":114355,""label"":""hovered"",""timeHovered"":2244,""week"":""2021-07-26""},{""time"":120242,""label"":""tour_next"",""step"":5},{""time"":133072,""label"":""started_brush"",""startDate"":""2021-07-04"",""endDate"":""2021-11-04""},{""time"":134417,""label"":""tour_next"",""step"":5},{""time"":145130,""label"":""moved_brush"",""startDate"":""2021-07-04"",""endDate"":""2021-11-10""},{""time"":150676,""label"":""moved_brush"",""startDate"":""2021-08-05"",""endDate"":""2021-11-10""},{""time"":152034,""label"":""tour_next"",""step"":5},{""time"":160547,""label"":""cleared_brush"",""using"":""click""},{""time"":165903,""label"":""tour_next"",""step"":5},{""time"":172488,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678934462410,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line -2023-03-15 22:38:09,2023-03-15 22:52:38,0,172.56.72.194,100,868,1,2023-03-15 22:52:38,R_1FwE3nQblA0gAwj,,,,,28.4883,-81.4061,anonymous,EN,1,19.666,19.666,21.717,1,1,3,2,2.824,6.404,8.333,2,0,0,15.009,0,100,100,7,14.142,38.166,48.687,4,24.286,33.157,35.88,2,1,1,14.352,96.668,99.092,6,-3,1,29.549,74.575,76.878,2,1,22.681,22.681,36.234,1,0,0,15.008,0,4,2,4,5,6,4,"I know it is not scientific, but I have kind of lost faith in a lot of reporting based on recently released information regarding Covid.",13.373,38.222,75.218,7,2,5,5,4,5,4,"I think there are other elements that may not be included. I believe that some people get Covid and may not be properly diagnosed. I believe I had a mild case of Covid during this period, but I never tested positive. I was very closely exposed twice and showed all the symptoms, but never showed positive during any testing, and I have had vaccines.",4.108,4.108,127.518,1,4,none,7.314,9.104,13.765,2,2,7,3,4,1,5,6,0,0,20.685,0,5,7,8,7,5,5,7,8,none,6.149,36.831,40.137,10,4,3,2,2,4,4,14.493,33.302,35.323,6,5,1,6.235,14.141,17.859,2,2,1962,Florida,6,3,1,,7,,,10,2,1,6394e83b4be197877056c3bd@email.prolific.co,3.49,57.958,91.475,12,6394e83b4be197877056c3bd,"{""startTime"":1678934709888,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934538247,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934406531,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":17,""label"":""tour_started""},{""time"":7888,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2950,""week"":""52"",""id"":""chart""},{""time"":11872,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2748,""week"":""6"",""id"":""chart""},{""time"":15790,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1849,""week"":""14"",""id"":""chart""},{""time"":19314,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1258,""week"":""27"",""id"":""chart""},{""time"":24277,""label"":""tour_next"",""step"":2},{""time"":33148,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678934521447,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":5752,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3682,""week"":""52"",""id"":""chart""},{""time"":9473,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2327,""week"":""1"",""id"":""chart""},{""time"":11923,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3043,""week"":""2"",""id"":""chart""}]}",1,moderate,bar -2023-03-15 22:37:20,2023-03-15 22:52:39,0,73.63.205.160,100,918,1,2023-03-15 22:52:40,R_3NQDNwYHEcai6DC,,,,,37.589,-122.0461,anonymous,EN,1,88.373,88.373,92.86,1,,,,,,,,0,0,15.012,0,85,100,78,20.082,42.768,44.067,7,12.229,20.96,61.369,2,1,1,22.636,46.937,60.059,2,-2,1,30.303,65.532,76.736,6,1,52.398,113.242,115.184,5,0,0,15.112,0,6,3,5,5,5,5,It would be interesting to understand if they know why (or have theories on why) the sudden rise in crop diseases occurred in Jan 2022.,11.96,72.11,80.193,9,3,6,6,3,7,5,"The accuracy of the detailed counts in the interactive version makes it seem as if it's a statistic that is closely tracked, and that they have thorough data on it.",2.926,2.926,40.727,1,6,"The question that asked ""What was the range (max - min) of insect-related pest counts on Jan 15 2022?"" was single-select, and only let me choose either the max OR min (not a range). Also for the question ""In late December 2022, what type of fungi-related disease had a higher pest count than the insect-related Mealybug?"", the graph doesn't go to Dec 2022, so maybe it meant to say late Dec 2021 instead?",4.676,92.621,94.685,8,2,7,3,4,1,5,6,0,0,20.253,0,2,3,7,8,3,6,9,8,,5.691,26.159,29.043,8,3,4,2,3,2,3,7.501,19.635,20.853,6,5,,4.089,4.089,6.206,1,2,1978,California,6,2,1,,9,,Union City,15,4,1,valerieheising@hotmail.com,2.63,53.287,69.992,16,62a76dfc808c176cecd72dfa,"{""startTime"":1678934557369,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934638176,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934419327,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":12220,""label"":""tour_next"",""step"":2},{""time"":20951,""label"":""tour_end"",""step"":2},{""time"":23838,""label"":""hovered"",""timeHovered"":3471,""week"":""2021-09-13""},{""time"":29891,""label"":""hovered"",""timeHovered"":2477,""week"":""2021-12-27""},{""time"":39310,""label"":""hovered"",""timeHovered"":1523,""week"":""2021-04-12""},{""time"":41477,""label"":""hovered"",""timeHovered"":1470,""week"":""2021-04-19""},{""time"":48222,""label"":""hovered"",""timeHovered"":4281,""week"":""2021-09-13""},{""label"":""window_blurred"",""time"":53477},{""label"":""window_focused"",""time"":56563},{""time"":58553,""label"":""hovered"",""timeHovered"":1261,""week"":""2022-01-17""}]}","{""startTime"":1678934541717,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":9921,""label"":""hovered"",""timeHovered"":2615,""week"":""2021-12-27""}]}",0,simple,line -2023-03-15 22:36:45,2023-03-15 22:52:48,0,73.66.8.167,100,963,1,2023-03-15 22:52:49,R_2EbJSMiL5L9aAAu,,,,,36.5691,-119.6191,anonymous,EN,1,13.859,13.859,15.041,1,1,4,2,2.538,7.482,8.502,2,0,0,15.11,0,93,74,73,25.517,36.837,38.538,4,23.216,33.024,35.324,2,1,1,28.192,92.488,94.365,3,-3,1,42.771,62.067,72.427,3,-1,50.421,50.421,54.715,1,0,0,15.008,0,3,4,3,5,7,3,"The statement: ""Source: Centers for Disease Control and Prevention (CDC)"" needs to be much larger font.",10.824,94.904,106.894,16,3,2,2,1,7,2,I would like to a reference of where the data is being pulled from at the bottom of the screen.,10.959,10.959,78.323,1,4,,22.723,27.579,29.912,4,1,7,3,4,2,5,6,0,0,63.38,0,6,5,8,7,8,7,9,8,,17.978,37.97,39.807,8,3,4,4,4,3,5,26.423,56.335,57.349,6,6,1,15.177,73.865,75.775,6,1,1961,California,6,1,1,,9,,Sanger,5,2,1,mswensn@yahoo.com,6.55,87.542,92.156,14,6409085e3b56647bcd71fdc3,"{""startTime"":1678934570256,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":14271,""label"":""hovered"",""timeHovered"":4256,""week"":""2022-01-24""},{""time"":18539,""label"":""hovered"",""timeHovered"":1484,""week"":""2022-01-24""}]}","{""startTime"":1678934480939,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934297671,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":4,""label"":""tour_started""},{""time"":16979,""label"":""hovered"",""timeHovered"":4269,""week"":""2021-11-15""},{""time"":23209,""label"":""tour_next"",""step"":2},{""time"":33016,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678934428196,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line -2023-03-15 22:25:43,2023-03-15 22:53:09,0,68.101.0.169,100,1646,1,2023-03-15 22:53:09,R_2BgsgYzLnRBORZw,,,,,30.4199,-87.217,anonymous,EN,1,1.692,9.365,11.099,2,,,,,,,,0,0,15.115,0,98,86,22,52.454,72.819,76.545,7,93.915,117.86,128.167,6,1,1,1.987,179.956,199.796,7,-2,1,2.217,179.049,182.102,6,-1,1.87,348.424,353.283,4,2.425,2.425,15.117,1,5,3,5,4,5,5,,3.547,63.567,67.597,9,4,5,5,7,7,5,it is very detailed and contains pertinent information,6.663,54.469,67.858,2,1,,9.355,11.814,15.544,2,2,7,3,4,1,5,6,24.086,24.086,34.701,1,1,2,2,2,2,6,10,10,,10.218,37.868,41.914,10,3,2,2,3,3,2,11.039,50.183,52.651,8,2,,8.443,10.113,17.451,2,2,1965,Florida,4,2,1,,8,Pensacola,,7,3,1,5bd7971b0aac450001f951aa@email.prolific.co,4.556,157.08,175.327,22,5bd7971b0aac450001f951aa,"{""startTime"":1678934220427,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934012625,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":14774,""label"":""hovered"",""timeHovered"":1155,""week"":""2021-07-26""}]}","{""startTime"":1678933665270,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":28,""label"":""tour_started""},{""time"":10293,""label"":""hovered"",""timeHovered"":1266,""week"":""2021-09-20""},{""time"":28193,""label"":""hovered"",""timeHovered"":1314,""week"":""2021-05-31""},{""time"":29896,""label"":""hovered"",""timeHovered"":6743,""week"":""2021-05-31""},{""time"":38677,""label"":""hovered"",""timeHovered"":7681,""week"":""2021-07-05""},{""time"":49741,""label"":""hovered"",""timeHovered"":1898,""week"":""2021-08-02""},{""time"":57057,""label"":""hovered"",""timeHovered"":9765,""week"":""2021-10-04""},{""time"":68659,""label"":""hovered"",""timeHovered"":2596,""week"":""2021-11-01""},{""time"":76739,""label"":""hovered"",""timeHovered"":1384,""week"":""2021-11-29""},{""time"":80955,""label"":""hovered"",""timeHovered"":1367,""week"":""2021-11-29""},{""time"":83556,""label"":""hovered"",""timeHovered"":4798,""week"":""2021-12-27""},{""time"":108006,""label"":""tour_next"",""step"":2},{""time"":115962,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933996264,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,line -2023-03-15 22:16:03,2023-03-15 22:53:16,0,75.17.226.28,100,2232,1,2023-03-15 22:53:16,R_3EFEfnY1JLXxHUR,,,,,32.7797,-96.8022,anonymous,EN,1,68.394,68.394,72.258,1,1,3,2,2.801,6.94,34.588,2,0,0,15.012,0,80,80,52,30.883,112.418,116.771,17,16.488,84.175,85.361,9,1,1,28.816,238.649,241.789,3,1,1,29.188,158.539,183.572,4,1,50.166,321.749,356.922,5,0,0,15.111,0,6,5,6,5,5,6,"I like specific details, such as exact numbers, which probably would be impossible in this case.",17.442,184.592,203.534,13,5,5,5,3,5,5,"I can give it the benefit of a doubt. I would likely explore different sources to compare. Sadly, I cannot remember if it showed the source in this example. That is on me.",4.115,106.908,121.401,5,5,"What I think and feel are two different things. I generally think that people can be trusted, but I strongly do not feel I cannot be too careful.",9.63,155.893,170.156,7,2,7,3,4,1,5,6,17.112,17.112,52.819,1,8,8,9,8,7,7,10,9,,11.425,134.624,138.928,15,3,3,2,3,2,3,9.322,106.746,113.234,9,2,1,1.532,19.58,34.662,2,2,1965,Texas,6,3,1,,7,,,19,2,2,,4.756,143.641,157.8,16,5ddc07391e42a9000b2622be,"{""startTime"":1678933574543,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":190989},{""label"":""window_focused"",""time"":203449}]}","{""startTime"":1678933779392,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":60190},{""label"":""window_focused"",""time"":71989}]}","{""startTime"":1678933230527,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":16476,""label"":""tour_next"",""step"":2},{""time"":30779,""label"":""tour_end"",""step"":2},{""time"":11992,""label"":""hovered"",""timeHovered"":19597,""week"":""2021-11-29""},{""time"":36207,""label"":""hovered"",""timeHovered"":10356,""week"":""2022-01-03""}]}","{""startTime"":1678933559157,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":9984,""label"":""hovered"",""timeHovered"":2268,""week"":""2021-12-27""},{""time"":12858,""label"":""hovered"",""timeHovered"":1225,""week"":""2022-01-03""}]}",1,simple,line -2023-03-15 22:19:10,2023-03-15 22:54:03,0,108.31.24.136,100,2092,1,2023-03-15 22:54:03,R_5su091KHFPaP8Nr,,,,,39.0157,-77.0085,anonymous,EN,1,18.804,18.804,21.201,1,1,2,1,0,0,43.595,0,0,0,15.096,0,71,65,70,192.164,207.328,208.849,5,72.022,103.847,107.308,4,1,1,135.79,173.661,176.435,2,-2,1,76.785,136.701,138.655,2,1,98.064,98.064,100.594,1,0,0,15.14,0,4,2,4,4,2,4,,50.239,68.772,71.613,6,4,4,5,5,4,5,It is quite informative.,26.828,29.687,53.346,3,3,,82.444,82.444,85.219,1,2,7,3,4,1,5,6,0,0,74.757,0,6,7,7,7,7,8,10,9,,33.592,49.554,51.93,8,4,4,2,2,4,4,21.239,45.43,47.043,7,2,1,48.746,73.652,76.269,4,1,1974,Maryland,6,3,1,,7,,,14,4,2,,29.905,184.22,192.107,16,637ee3e42ee7996a07233f21,"{""startTime"":1678934297209,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_focused"",""time"":41041}]}","{""startTime"":1678934202058,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":27973}]}","{""startTime"":1678933877403,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":847,""label"":""tour_started""},{""label"":""window_focused"",""time"":54669},{""time"":71910,""label"":""tour_next"",""step"":2},{""time"":91015,""label"":""tour_back"",""step"":2},{""time"":101305,""label"":""tour_next"",""step"":2},{""time"":103732,""label"":""tour_end"",""step"":2},{""label"":""window_blurred"",""time"":110355}]}","{""startTime"":1678934179285,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar -2023-03-15 22:27:00,2023-03-15 22:54:10,0,107.77.212.93,100,1629,1,2023-03-15 22:54:11,R_3NvUeGyb9PePalj,,,,,37.6868,-122.1496,anonymous,EN,1,18.946,104.184,105.442,17,,,,,,,,3.499,7.127,15.006,2,100,100,73,36.613,70.138,71.231,3,49.797,65.438,84.285,4,1,1,51.661,65.41,78.213,2,1,1,67.296,165.188,168.409,3,-3,109.566,109.566,124.65,1,0,0,15.006,0,5,5,5,6,3,5,"Whoops! I did not see the source at the bottom before. So say that I generally trust government sources, although my blanket trust eroded a bit under Trump., I will amend my previous answer to",9.731,102.374,149.895,10,6,5,5,1,1,5,"Well, I think the previous page mentioned that the data were trustworthy. Otherwise, I would want more info on who compiled the data - e.g., a government agricultural agency vs. a pesticide company that wanted to sell more product.",3.932,177.774,180.054,6,6,"Even though I said I completely understood the first chart, I was wrong. I thought The highest number was cumulative, not that the next category started at the color change.",17.861,124.807,144.779,5,2,7,3,4,1,5,6,0,0,25.772,0,4,8,7,6,8,5,9,8,"The above are such broad categories, it is hard to answer these questions/ E.g., Do you mean NY Times or Fox?",6.177,84.775,165.539,17,3,5,1,1,4,4,9.866,33.084,34.984,7,2,,4.008,4.008,6.353,1,2,1960,California,6,2,1,,8,Vacaville CA,,9,4,1,5e6bdd2a3ea572199bb7f6b6@email.prolific.co,2.577,134.772,141.758,31,5e6bdd2a3ea572199bb7f6b6,"{""startTime"":1678934352234,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934099524,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":2655,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2806,""week"":""52"",""id"":""chart""},{""time"":7271,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1222,""week"":""31"",""id"":""chart""},{""time"":10047,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4104,""week"":""51"",""id"":""chart""}]}","{""startTime"":1678933828441,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":22,""label"":""tour_started""},{""time"":14187,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":21358,""week"":""52"",""id"":""chart""},{""time"":35801,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1328,""week"":""52"",""id"":""chart""},{""time"":40261,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5682,""week"":""32"",""id"":""chart""},{""time"":53790,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2531,""week"":""6"",""id"":""chart""},{""time"":59154,""label"":""tour_next"",""step"":2},{""time"":65436,""label"":""tour_end"",""step"":2},{""time"":67162,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3188,""week"":""1"",""id"":""chart""},{""time"":71159,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5839,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678934083089,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,bar -2023-03-15 22:33:48,2023-03-15 22:54:19,0,104.177.62.137,100,1231,1,2023-03-15 22:54:20,R_2AL1pNQlCC3R3Zd,,,,,42.6374,-82.5764,anonymous,EN,1,39.095,39.095,41.574,1,,,,,,,,0,0,15.116,0,100,100,65,9.48,54.153,60.903,10,10.643,98.987,120.883,10,1,1,108.154,126.434,127.826,2,-3,-3,4.662,173.166,174.557,8,1,25.318,217.686,219.366,7,0,0,15.02,0,3,3,3,5,6,3,,5.102,33.428,44.5,7,5,5,5,4,3,5,"If its based on scientific fact that can be checked I trust it, but it could just be made up",4.912,42.968,45.686,2,5,,4.257,14.241,18.15,4,2,7,3,4,1,5,6,2.494,2.8,27.684,2,5,7,7,7,6,6,10,8,,2.602,39.386,48.433,11,4,4,2,4,4,4,2.266,47.626,48.553,10,3,,2.456,2.456,3.622,1,1,1964,Michigan,3,2,1,,7,,,3,4,1,xxeh@yahoo.com,3.067,86.626,92.016,19,59a88f5b321f870001d16d68,"{""startTime"":1678934591975,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934479220,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934167215,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":49582,""label"":""tour_next"",""step"":2},{""time"":79102,""label"":""tour_back"",""step"":2},{""time"":84967,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1401,""week"":""1"",""id"":""chart""},{""time"":86401,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1485,""week"":""52"",""id"":""chart""},{""time"":90789,""label"":""tour_next"",""step"":2},{""time"":92773,""label"":""tour_end"",""step"":2},{""time"":95225,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1422,""week"":""2"",""id"":""chart""}]}","{""startTime"":1678934463749,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,bar -2023-03-15 22:43:28,2023-03-15 22:54:38,0,71.168.233.199,100,670,1,2023-03-15 22:54:39,R_3GvUYQ8Os5sve5p,,,,,39.9703,-75.0617,anonymous,EN,1,15.646,18.925,20.009,2,1,4,1,2.25,8.667,9.672,3,13.306,13.306,15.216,1,84,82,62,6.851,11.106,11.782,3,16.812,104.873,106.852,31,1,1,27.276,37.862,39.271,2,1,-3,29.918,48.162,49.04,2,-3,1.564,37.627,38.605,3,9.281,12.101,15.019,4,5,6,5,6,6,4,,8.444,19.341,52.489,6,5,5,5,7,4,4,I would like to see supporting data,1.35,1.35,13.397,1,5,,6.928,11.206,13.047,4,2,7,3,4,1,5,6,3.192,3.317,13.302,2,7,8,9,7,8,3,10,9,,3.444,17.741,19.398,9,3,3,4,2,4,3,6.873,19.747,20.42,6,2,1,2.603,8.593,9.986,2,1,1973,New Jersey,6,2,1,,7,,,16,4,1,5cf5134c8f8ff80019e76721@email.prolific.co,25.969,130.781,131.705,31,5cf5134c8f8ff80019e76721,"{""startTime"":1678934882805,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":22224},{""label"":""window_focused"",""time"":23696},{""label"":""window_blurred"",""time"":23703},{""label"":""window_focused"",""time"":27402},{""label"":""window_blurred"",""time"":31474},{""label"":""window_focused"",""time"":36767},{""label"":""window_blurred"",""time"":43508},{""label"":""window_focused"",""time"":50204}]}","{""startTime"":1678934936079,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":14910},{""label"":""window_focused"",""time"":16239}]}","{""startTime"":1678934798650,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":29,""label"":""tour_started""},{""time"":5251,""label"":""tour_next"",""step"":5},{""label"":""window_blurred"",""time"":7163},{""label"":""window_focused"",""time"":7825},{""time"":8889,""label"":""started_brush"",""startDate"":""2021-05-20"",""endDate"":""2021-10-11""},{""time"":9691,""label"":""tour_next"",""step"":5},{""time"":16207,""label"":""moved_brush"",""startDate"":""2021-07-13"",""endDate"":""2021-12-04""},{""time"":16846,""label"":""tour_next"",""step"":5},{""time"":21978,""label"":""cleared_brush"",""using"":""Click""},{""time"":21978,""label"":""cleared_brush"",""using"":""Escape""},{""time"":22863,""label"":""tour_next"",""step"":5},{""time"":26631,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678934867166,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar -2023-03-15 22:41:22,2023-03-15 22:54:44,0,104.58.144.135,100,801,1,2023-03-15 22:54:45,R_2UXgXhtgQ2VuW1g,,,,,30.6922,-88.0425,anonymous,EN,1,20.724,20.724,21.946,1,,,,,,,,0,0,15.014,0,93,89,31,17.375,33.185,40.511,4,29.157,116.077,129.249,13,1,-1,13.722,86.508,87.802,7,-1,1,62.548,79.863,90.558,2,-3,11.449,75.485,77.001,6,0,0,15.108,0,5,3,6,4,6,4,I wonder why the diseases increased so high.,8.086,62.377,63.679,9,5,4,5,1,1,6,I think it's really easy to follow and it appears to be realistic information that could potentially happen.,1.655,1.655,37.501,1,4,,4.187,4.187,6.108,1,2,7,3,4,1,5,6,0,0,31.894,0,3,6,4,6,8,4,10,10,,5.823,29.676,32.91,12,5,1,1,2,4,3,2.206,24.007,26.364,10,2,,2.712,2.712,4.107,1,2,1994,Alabama,6,2,1,,3,,,9,4,1,,1.42,43.183,45.079,18,5d10102523f6320017c63e07,"{""startTime"":1678934937462,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678934792454,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":6007,""label"":""hovered"",""timeHovered"":1725,""week"":""2021-12-20""},{""time"":7750,""label"":""hovered"",""timeHovered"":5178,""week"":""2021-12-20""},{""time"":13125,""label"":""hovered"",""timeHovered"":2690,""week"":""2021-12-27""},{""time"":17820,""label"":""hovered"",""timeHovered"":1098,""week"":""2021-12-13""},{""time"":20021,""label"":""hovered"",""timeHovered"":2013,""week"":""2021-12-06""}]}","{""startTime"":1678934569115,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":17967,""label"":""hovered"",""timeHovered"":1691,""week"":""2021-12-13""},{""time"":20313,""label"":""hovered"",""timeHovered"":1722,""week"":""2022-01-10""},{""time"":22923,""label"":""hovered"",""timeHovered"":2104,""week"":""2022-01-03""},{""time"":29154,""label"":""tour_next"",""step"":5},{""time"":45378,""label"":""started_brush"",""startDate"":""2021-07-28"",""endDate"":""2022-02-13""},{""time"":46114,""label"":""tour_next"",""step"":5},{""time"":55828,""label"":""moved_brush"",""startDate"":""2021-07-28"",""endDate"":""2022-02-13""},{""time"":57677,""label"":""tour_next"",""step"":5},{""time"":62589,""label"":""moved_brush"",""startDate"":""2021-07-28"",""endDate"":""2022-02-13""},{""time"":69151,""label"":""cleared_brush"",""using"":""click""},{""time"":70559,""label"":""tour_next"",""step"":5},{""time"":78071,""label"":""tour_end"",""step"":5},{""time"":88858,""label"":""started_brush"",""startDate"":""2021-06-11"",""endDate"":""2021-09-07""},{""time"":101853,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-07-08""},{""time"":102346,""label"":""hovered"",""timeHovered"":1907,""week"":""2021-05-03""},{""time"":115149,""label"":""moved_brush"",""startDate"":""2021-11-16"",""endDate"":""2022-02-13""},{""time"":119534,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-07-08""},{""time"":121154,""label"":""started_brush"",""startDate"":""2021-08-27"",""endDate"":""2021-11-14""},{""time"":123410,""label"":""cleared_brush"",""using"":""click""},{""time"":125023,""label"":""hovered"",""timeHovered"":2726,""week"":""2022-01-03""}]}","{""startTime"":1678934776928,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":10766,""label"":""started_brush"",""startDate"":""2021-05-03"",""endDate"":""2021-10-25""},{""time"":14083,""label"":""moved_brush"",""startDate"":""2021-08-22"",""endDate"":""2022-02-13""}]}",0,complex,line -2023-03-15 22:34:45,2023-03-15 22:54:46,0,76.124.220.244,100,1200,1,2023-03-15 22:54:46,R_3Esv4BzbnpQQdfW,,,,,39.6732,-75.7121,anonymous,EN,1,49.79,49.79,51.326,1,2,,2,5.452,5.452,6.746,1,0,0,15.012,0,32,62,70,41.731,68.163,70.251,3,88.108,94.7,98.544,2,1,1,73.189,129.501,156.74,2,-2,1,44.184,77.865,80.63,2,-1,187.939,187.939,189.277,1,0,0,15.116,0,5,1,6,3,4,5,,18.667,66.244,69.493,7,1,3,1,1,1,3,There was no source on that page. The previous page listed the CDC,8.113,8.113,47.247,1,4,,8.258,10.281,13.621,2,2,7,3,4,1,5,6,0,0,32.499,0,5,6,8,7,8,3,10,9,,37.5,72.843,75.904,8,3,4,2,2,4,3,23.337,63.839,69.549,7,1,3,8.691,21.923,24.302,2,1,1959,Delaware,6,2,1,,7,,,17,4,1,jfmcallister55@gmail.com,5.258,91.794,99.762,12,5bf8f34abdd6400001bd5e66,"{""startTime"":1678934446864,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934517217,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934250176,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":73443,""label"":""hovered"",""timeHovered"":3416,""week"":""2021-06-21""},{""time"":81410,""label"":""hovered"",""timeHovered"":2699,""week"":""2022-02-07""},{""time"":88086,""label"":""tour_next"",""step"":2},{""time"":94678,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678934430993,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line -2023-03-15 22:37:26,2023-03-15 22:55:33,0,98.24.106.38,100,1086,1,2023-03-15 22:55:33,R_8i8d54KlhPsZfRT,,,,,35.2416,-81.2181,anonymous,EN,1,97.597,105.808,106.768,2,,,,,,,,0,0,15.113,0,79,73,27,25.206,42.061,44.357,4,55.155,62.58,164.001,2,1,1,18.991,49.332,52.458,2,1,1,111.285,129.891,153.354,2,1,115.977,115.977,117.037,1,0,0,15.012,0,2,1,2,4,5,2,,35.129,62.181,64.885,8,7,2,1,1,1,3,I think I would need a bit more information about the details of the data before I could fully trust it. The huge spike in both pest and fungi diseases in 2022 should include more explanations.,14.344,14.344,101.046,1,4,,7.827,14.678,16.347,6,2,7,3,4,1,5,6,23.988,26.447,28.813,2,4,6,3,7,2,8,10,9,,11.76,30.491,32.991,8,3,4,1,2,3,2,9.736,29.449,31.446,6,3,,3.867,3.867,6.04,1,2,1973,North Carolina,5,2,1,,3,,,5,3,2,,1.491,53.634,54.901,13,55d8389069dbc30005b67b57,"{""startTime"":1678934777238,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934842719,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934442333,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":55146,""label"":""tour_next"",""step"":2},{""time"":62570,""label"":""tour_end"",""step"":2},{""time"":64671,""label"":""hovered"",""timeHovered"":2523,""week"":""2022-01-03""},{""time"":67199,""label"":""hovered"",""timeHovered"":2560,""week"":""2022-01-03""},{""time"":71295,""label"":""hovered"",""timeHovered"":3942,""week"":""2022-02-07""},{""time"":76895,""label"":""hovered"",""timeHovered"":1132,""week"":""2022-01-10""},{""time"":79247,""label"":""hovered"",""timeHovered"":1132,""week"":""2022-01-10""},{""time"":90926,""label"":""hovered"",""timeHovered"":2233,""week"":""2021-06-07""},{""time"":93606,""label"":""hovered"",""timeHovered"":1397,""week"":""2021-06-28""},{""time"":98191,""label"":""hovered"",""timeHovered"":6566,""week"":""2021-06-28""},{""time"":105927,""label"":""hovered"",""timeHovered"":1339,""week"":""2021-08-09""},{""time"":108662,""label"":""hovered"",""timeHovered"":1135,""week"":""2021-08-30""},{""time"":110222,""label"":""hovered"",""timeHovered"":3693,""week"":""2021-09-20""},{""time"":122647,""label"":""hovered"",""timeHovered"":5364,""week"":""2021-12-13""},{""time"":138230,""label"":""hovered"",""timeHovered"":1177,""week"":""2021-12-27""},{""time"":140222,""label"":""hovered"",""timeHovered"":1266,""week"":""2021-11-29""},{""time"":144118,""label"":""hovered"",""timeHovered"":1285,""week"":""2021-12-13""},{""time"":145470,""label"":""hovered"",""timeHovered"":1283,""week"":""2021-12-20""},{""time"":147382,""label"":""hovered"",""timeHovered"":1711,""week"":""2021-12-27""},{""time"":151350,""label"":""hovered"",""timeHovered"":4932,""week"":""2022-01-17""}]}","{""startTime"":1678934761549,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":3614,""label"":""hovered"",""timeHovered"":1222,""week"":""2021-11-29""},{""time"":6054,""label"":""hovered"",""timeHovered"":1167,""week"":""2021-08-02""}]}",0,moderate,line -2023-03-15 22:41:02,2023-03-15 22:55:41,0,47.157.132.51,100,879,1,2023-03-15 22:55:42,R_vBpulNQx1PwFpx7,,,,,34.2773,-118.5001,anonymous,EN,1,45.834,45.834,46.839,1,,,,,,,,0,0,15.009,0,97,99,69,29.716,41.54,45.348,4,16.696,46.031,49.629,3,1,1,17.214,46.974,48.861,2,1,1,19.023,75.031,78.231,7,-1,52.968,59.776,61.663,2,0,0,15.116,0,5,5,5,5,5,5,,14.727,34.311,72.897,6,5,6,5,5,5,5,"It seemed to be presenting data in an appropriate manner without suggestion of being manipulated for someone's personal advantage. ",26.645,151.468,154.076,7,4,,5.657,5.657,8.696,1,2,7,3,4,1,5,6,0,0,28.4,0,4,6,6,8,4,4,10,10,,7.328,27.016,31.601,10,3,3,1,3,4,3,6.058,20.146,21.613,6,1,,5.771,5.771,9.339,1,2,1946,California,6,2,1,,9,,Granada Hills,4,4,1,ingridmaria6491@gmail.com,2.231,66.056,87.379,12,5c1150e31e7d6900018207ef,"{""startTime"":1678934948182,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":3006,""label"":""hovered"",""timeHovered"":1498,""week"":""2022-02-07""}]}","{""startTime"":1678934781570,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934581591,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":35919,""label"":""tour_next"",""step"":2},{""time"":46021,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678934711171,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,line -2023-03-15 22:33:44,2023-03-15 22:55:43,0,98.157.212.116,100,1318,1,2023-03-15 22:55:43,R_8cUPn4yaBNPrbod,,,,,42.0753,-80.0671,anonymous,EN,1,472.712,472.712,473.895,1,1,4,1,2.64,7.804,10.279,2,0,0,15.017,0,100,100,100,17.765,22.281,23.673,3,26.276,31.542,36.85,2,-2,1,34.396,52.098,64.407,2,1,1,32.082,68.899,75.043,2,-1,51.032,51.032,59.574,1,0,0,15.112,0,6,6,6,6,6,6,I trust this data from the CDC.,12.37,31.838,43.963,10,6,6,6,6,6,6,I trust it because it comes from the CDC which is a trusted scientific source and it makes sense with commonly known truthful knowledge about COVID 19.,5.935,5.935,49.243,1,3,,12.667,32.585,41.492,4,2,7,3,4,1,5,6,0,0,28.929,0,6,10,8,9,10,7,11,11,,7.493,24.61,27.471,9,5,5,1,1,5,5,10.145,38.592,41.434,7,1,1,6.343,13.026,14.502,2,1,1965,Pennsylvania,6,1,1,,7,,,5,4,1,sberlin1965@gmail.com,4.2,227.995,233.937,12,614ead1e38ca4b390b860c23,"{""startTime"":1678934699651,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934744154,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934581965,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":14116,""label"":""hovered"",""timeHovered"":1200,""week"":""2021-12-27""},{""time"":15614,""label"":""hovered"",""timeHovered"":9485,""week"":""2021-12-27""},{""time"":26270,""label"":""tour_next"",""step"":2},{""time"":31535,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678934684108,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":8992,""label"":""hovered"",""timeHovered"":2521,""week"":""2022-01-31""},{""time"":12304,""label"":""hovered"",""timeHovered"":1322,""week"":""2022-01-03""},{""time"":13662,""label"":""hovered"",""timeHovered"":1192,""week"":""2022-01-03""}]}",1,simple,line -2023-03-15 22:23:32,2023-03-15 22:55:48,0,75.89.203.248,100,1935,1,2023-03-15 22:55:49,R_2ron0YwM1Yxrtww,,,,,40.9241,-77.052,anonymous,EN,1,34.826,35.985,39.232,3,1,3,2,5.021,14.988,17.964,2,0,0,15.012,0,84,100,69,46.182,63.237,68.602,4,95.442,289.036,319.165,21,-2,1,7.512,160.244,165.306,4,-1,-3,130.277,174.908,177.003,2,-3,13.991,94.972,96.7,4,0,0,15.014,0,5,4,6,5,5,5,"Thank you for allowing me to take part in your study. ",15,50.863,66.979,8,5,5,4,6,3,5,"The presentation of the data seems scientific in nature. Additionally, the data presented lines up with what public health officials have said about Covid. Specifically, that unvaccinated people are far mot likely to become infected with the virus than vaccinated people, and that older individuals are more susceptible to the virus than those who are younger. ",6.496,169.354,181.2,13,5,"I feel that the topic of the study is interesting. ",23.885,48.218,83.831,3,2,7,3,4,1,5,6,0,0,57.028,0,6,8,9,10,9,7,11,11,,14.167,45.982,51.724,8,5,4,1,1,5,5,17.742,54.788,56.588,6,1,1,24.499,35.467,39.06,2,1,1983,Pennsylvania,7,2,1,,7,,,7,2,2,,4.994,350.952,383.787,124,5c11f3face422b0001d69416,"{""startTime"":1678934250240,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678934011226,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933578096,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":33,""label"":""tour_started""},{""time"":15569,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1225,""week"":""45"",""id"":""chart""},{""time"":16810,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":21449,""week"":""44"",""id"":""chart""},{""time"":38961,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3502,""week"":""52"",""id"":""chart""},{""time"":43409,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1801,""week"":""52"",""id"":""chart""},{""time"":46078,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3747,""week"":""1"",""id"":""chart""},{""time"":50953,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5342,""week"":""41"",""id"":""chart""},{""time"":60142,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":18299,""week"":""51"",""id"":""chart""},{""time"":82344,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":11863,""week"":""47"",""id"":""chart""},{""time"":95433,""label"":""tour_next"",""step"":5},{""time"":143102,""label"":""tour_back"",""step"":5},{""time"":148567,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1122,""week"":""51"",""id"":""chart""},{""time"":160471,""label"":""tour_next"",""step"":5},{""time"":178043,""label"":""cleared_brush"",""using"":""Click""},{""time"":189049,""label"":""started_brush"",""startDate"":""2021-10-30"",""endDate"":""2022-01-12""},{""time"":200229,""label"":""tour_next"",""step"":5},{""time"":214125,""label"":""cleared_brush"",""using"":""Click""},{""time"":221308,""label"":""cleared_brush"",""using"":""Click""},{""time"":231436,""label"":""cleared_brush"",""using"":""Click""},{""time"":242028,""label"":""moved_brush"",""startDate"":""2021-06-03"",""endDate"":""2021-10-03""},{""time"":244068,""label"":""tour_next"",""step"":5},{""time"":256091,""label"":""cleared_brush"",""using"":""Click""},{""time"":256091,""label"":""cleared_brush"",""using"":""Escape""},{""time"":260147,""label"":""tour_next"",""step"":5},{""time"":273579,""label"":""tour_end"",""step"":5},{""time"":277259,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2127,""week"":""1"",""id"":""chart""},{""time"":280110,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2992,""week"":""1"",""id"":""chart""},{""time"":290256,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1178,""week"":""51"",""id"":""chart""},{""time"":292474,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":9047,""week"":""52"",""id"":""chart""},{""time"":303393,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":9493,""week"":""15"",""id"":""chart""}]}","{""startTime"":1678933995547,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":8693,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2270,""week"":""52"",""id"":""chart""},{""time"":11067,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2214,""week"":""51"",""id"":""chart""}]}",1,complex,bar -2023-03-15 22:37:46,2023-03-15 22:56:09,0,47.36.148.64,100,1103,1,2023-03-15 22:56:10,R_3lRqnOcqmEwNbpq,,,,,46.2515,-119.1034,anonymous,EN,1,32.996,38.14,38.995,2,1,4,2,1.587,2.747,3.9,2,0,0,15.013,0,84,95,55,20.483,70.515,71.531,9,13.337,121.681,125.2,29,-2,1,18.902,36.614,43.174,2,1,1,60.291,74.451,80.061,2,1,56.372,56.372,57.751,1,0,0,15.011,0,4,5,6,6,6,4,"The data above almost certainly leaves out a large number of people who had covid but weren't officially diagnosed. I trust it to be accurate as far as reported cases go. ",270.92,311.804,376.246,9,6,6,5,1,1,5,"I have no reason to think that it is an inaccurate portrayal of the existing statistics. ",1.55,1.55,37.975,1,4,,3.706,3.706,8.299,1,2,7,3,4,1,5,6,0,0,19.575,0,2,6,8,7,9,2,10,6,"How trustworthy the government is depends on who is in control of it at the time. The trustworthiness of the police depends on where you are. ",3.783,25.462,63.361,11,3,4,1,1,4,4,7.718,31.708,32.657,8,3,1,3.25,8.938,10.822,2,2,1962,Washington,6,1,1,,7,,,4,4,1,5e1fc8d45427912f6143b012@email.prolific.co,1.735,48.751,55,16,5e1fc8d45427912f6143b012,"{""startTime"":1678934593999,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678934972183,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678934394038,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":13329,""label"":""tour_next"",""step"":5},{""label"":""window_blurred"",""time"":56744},{""label"":""window_focused"",""time"":63269},{""time"":87884,""label"":""started_brush"",""startDate"":""2021-11-03"",""endDate"":""2022-02-13""},{""time"":89392,""label"":""tour_next"",""step"":5},{""time"":100447,""label"":""moved_brush"",""startDate"":""2021-11-03"",""endDate"":""2022-02-13""},{""time"":101296,""label"":""tour_next"",""step"":5},{""time"":114252,""label"":""cleared_brush"",""using"":""click""},{""time"":115127,""label"":""tour_next"",""step"":5},{""time"":121673,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678934578459,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line -2023-03-15 22:23:23,2023-03-15 22:58:03,0,71.235.67.167,100,2079,1,2023-03-15 22:58:03,R_snHEpXzaSYeSaSl,,,,,41.8358,-72.8178,anonymous,EN,1,288.767,288.767,292.596,1,1,3,2,6.298,9.584,12.615,2,0,0,15.011,0,91,33,59,20.13,41.999,44.647,3,9.884,309.122,315.419,15,1,1,54.997,111.005,113.935,2,1,1,52.002,85.06,87.9,2,-1,100.735,100.735,104.715,1,0,0,15.006,0,3,1,3,4,1,3,The visualization of the data chart was not clear and was difficult to understand.,19.279,107.17,169.486,7,3,2,2,7,1,3,I found it a little difficult to decipher the data gathered,4.933,4.933,43.595,1,4,"No additional comments. Enjoyable survey. ",22.992,25.545,66.823,2,2,7,3,4,1,5,6,0,0,56.992,0,4,5,6,6,7,6,8,9,No additional thoughts or comments.,8.403,38.721,66.869,10,3,4,1,4,4,4,19.148,58.072,71.515,6,2,2,32.451,44.011,47.497,2,1,1966,Connecticut,6,2,1,,3,,,17,3,1,RGMcNish@gmail.com,3.289,77.441,92.247,12,628a4816764d2f993ee7493d,"{""startTime"":1678934605208,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":100625,""label"":""hovered"",""timeHovered"":1782,""week"":""2021-09-20""}]}","{""startTime"":1678934775946,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678934168866,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":5180,""label"":""hovered"",""timeHovered"":1873,""week"":""2022-01-31""},{""time"":45803,""label"":""tour_next"",""step"":5},{""time"":59893,""label"":""cleared_brush"",""using"":""click""},{""time"":82979,""label"":""started_brush"",""startDate"":""2021-04-18"",""endDate"":""2021-07-14""},{""time"":88811,""label"":""tour_next"",""step"":5},{""time"":99121,""label"":""cleared_brush"",""using"":""click""},{""time"":115326,""label"":""started_brush"",""startDate"":""2021-06-30"",""endDate"":""2021-09-20""},{""time"":119239,""label"":""tour_back"",""step"":5},{""time"":161080,""label"":""moved_brush"",""startDate"":""2021-06-30"",""endDate"":""2022-02-13""},{""time"":165377,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-13""},{""time"":180877,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-13""},{""time"":182011,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-13""},{""time"":184426,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-13""},{""time"":186755,""label"":""tour_back"",""step"":5},{""time"":204192,""label"":""hovered"",""timeHovered"":4678,""week"":""2022-01-17""},{""time"":209154,""label"":""hovered"",""timeHovered"":1581,""week"":""2022-01-17""},{""time"":214730,""label"":""tour_next"",""step"":5},{""time"":229945,""label"":""cleared_brush"",""using"":""click""},{""time"":234460,""label"":""started_brush"",""startDate"":""2021-04-15"",""endDate"":""2021-05-21""},{""time"":236075,""label"":""tour_next"",""step"":5},{""time"":243972,""label"":""moved_brush"",""startDate"":""2021-05-13"",""endDate"":""2021-06-17""},{""time"":244927,""label"":""tour_next"",""step"":5},{""time"":253685,""label"":""started_brush"",""startDate"":""2021-06-22"",""endDate"":""2021-08-12""},{""time"":257224,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-06-01""},{""time"":261979,""label"":""moved_brush"",""startDate"":""2021-09-24"",""endDate"":""2021-11-14""},{""time"":263909,""label"":""moved_brush"",""startDate"":""2021-12-24"",""endDate"":""2022-02-13""},{""time"":266942,""label"":""moved_brush"",""startDate"":""2021-09-12"",""endDate"":""2022-02-13""},{""time"":274571,""label"":""cleared_brush"",""using"":""click""},{""time"":274575,""label"":""cleared_brush"",""using"":""Escape""},{""time"":276721,""label"":""tour_next"",""step"":5},{""time"":309119,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678934589989,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line -2023-03-15 22:46:05,2023-03-15 22:58:06,0,172.124.227.55,100,720,1,2023-03-15 22:58:06,R_2cqDpV4Y4Y5nxbm,,,,,42.8984,-85.7223,anonymous,EN,1,17.409,17.409,18.885,1,,,,,,,,0,0,15.129,0,78,90,80,21.226,46.767,48.428,3,27.64,117.263,126.729,12,-2,1,37.515,52.721,54.506,2,-3,1,56.55,95.61,97.451,2,1,42.839,48.802,50.723,2,11.476,11.552,15.122,2,4,3,3,4,5,5,,8.145,27.45,29.57,9,4,5,5,4,1,5,The information is detailed and appears to reflect seasonal changes which makes sense.,4.285,7.032,30.496,4,6,,4.928,9.302,11.508,5,2,7,3,4,1,5,6,0,0,25.413,0,4,8,9,8,8,6,10,10,,7.763,22.919,25.702,11,4,4,2,2,5,4,11.471,35.319,36.677,6,2,,8.181,8.181,9.929,1,2,1953,Michigan,7,1,1,,7,,,10,3,2,,4.171,57.527,58.68,12,5c5f8a910edbd90001e1feda,"{""startTime"":1678935115667,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678935052619,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678934858191,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":46,""label"":""tour_started""},{""time"":21171,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5244,""week"":""44"",""id"":""chart""},{""time"":35167,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2290,""week"":""6"",""id"":""chart""},{""time"":38544,""label"":""tour_next"",""step"":5},{""time"":64001,""label"":""started_brush"",""startDate"":""2021-07-01"",""endDate"":""2021-09-01""},{""time"":69707,""label"":""tour_next"",""step"":5},{""time"":90359,""label"":""moved_brush"",""startDate"":""2021-07-01"",""endDate"":""2021-09-14""},{""time"":92976,""label"":""tour_next"",""step"":5},{""time"":100016,""label"":""cleared_brush"",""using"":""Click""},{""time"":102159,""label"":""tour_next"",""step"":5},{""time"":111741,""label"":""tour_end"",""step"":5},{""time"":117760,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2916,""week"":""2"",""id"":""chart""},{""time"":122149,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3545,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678935036721,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,bar -2023-03-15 22:31:22,2023-03-15 22:58:13,0,166.141.157.239,100,1611,1,2023-03-15 22:58:14,R_2ZK7zPABvUgMj8m,,,,,37.751,-97.822,anonymous,EN,1,264.216,264.216,265.58,1,1,2,1,30.844,32.64,34.073,2,0,0,15.054,0,77,73,78,197.332,203.71,204.947,4,91.755,94.387,97.205,2,1,1,48.566,51.287,57.938,2,-2,1,113.459,116.657,118.671,2,1,117.868,117.868,119.762,1,0,0,15.191,0,2,3,3,2,3,3,,15.915,38.265,41.192,11,4,4,4,4,4,3,I am not sure if it is well done and if I can trust the data,34.492,73.684,76.067,2,4,,52.511,53.446,55.69,2,2,7,3,4,1,5,6,0,0,47.208,0,5,7,5,6,7,9,10,10,,6.544,23.44,25.377,9,4,4,2,2,4,4,43.806,54.351,55.758,7,2,1,25.301,30.729,35.903,2,2,1973,Kentucky,6,3,1,,7,,,14,1,2,,14.201,84.553,89.572,19,63c4a90d09909e33d5e82f21,"{""startTime"":1678934773933,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_focused"",""time"":11606},{""label"":""window_blurred"",""time"":42318}]}","{""startTime"":1678934820410,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_focused"",""time"":22613},{""label"":""window_blurred"",""time"":40416}]}","{""startTime"":1678934527394,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":119,""label"":""tour_started""},{""label"":""window_focused"",""time"":86395},{""time"":89590,""label"":""tour_next"",""step"":2},{""time"":92222,""label"":""tour_end"",""step"":2},{""label"":""window_blurred"",""time"":96918}]}","{""startTime"":1678934753221,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar -2023-03-15 22:50:58,2023-03-15 22:58:16,0,74.215.71.51,100,438,1,2023-03-15 22:58:17,R_10vDUtuLVqDD0VN,,,,,39.1059,-84.5047,anonymous,EN,1,4.799,4.799,5.569,1,,,,,,,,0,0,15.009,0,60,93,50,15.136,23.986,26.441,3,21.357,26.692,44.07,2,1,1,29.288,36.341,37.463,2,-3,-3,13.83,49.608,51.065,3,-3,22.356,22.356,23.961,1,0,0,15.108,0,3,3,3,5,6,5,,9.549,24.053,25.727,6,3,5,3,7,7,5,"I really have no reason to distrust it, so I err on being trusting.",2.468,2.468,27.781,1,6,,3.646,3.646,5.219,1,2,7,3,4,1,5,6,0,0,12.344,0,2,2,8,8,4,4,10,10,,2.945,17.399,19.704,9,2,1,3,5,2,1,7.052,21.007,22.362,6,2,,2.975,2.975,4.231,1,2,1963,Ohio,2,2,1,,9,,Cincinnati,15,3,1,belsbrock@zoomtown.com,1.516,56.415,59.59,15,5fb9de27e62120924c5b2176,"{""startTime"":1678935228737,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":27,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5887,""week"":""1"",""id"":""chart""}]}","{""startTime"":1678935255026,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678935116654,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":8563,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3835,""week"":""1"",""id"":""chart""},{""time"":12506,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6691,""week"":""52"",""id"":""chart""},{""time"":21345,""label"":""tour_next"",""step"":2},{""time"":26680,""label"":""tour_end"",""step"":2},{""time"":28322,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1644,""week"":""24"",""id"":""chart""},{""time"":31475,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3308,""week"":""14"",""id"":""chart""},{""time"":35602,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2870,""week"":""50"",""id"":""chart""}]}","{""startTime"":1678935212876,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":6559,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2913,""week"":""3"",""id"":""chart""}]}",0,moderate,bar -2023-03-15 22:33:15,2023-03-15 22:58:42,0,98.72.22.13,100,1526,1,2023-03-15 22:58:42,R_2EzUCOgB5Q2Vvi5,,,,,32.8118,-83.565,anonymous,EN,1,36.002,36.002,38.922,1,,,,,,,,0,0,15.008,0,56,80,43,27.694,38.39,41.249,3,51.003,69.498,75.029,3,1,-3,98.801,329.226,331.006,6,-1,-3,95.421,183.764,186.286,4,-1,108.204,108.204,109.942,1,0,0,15.121,0,3,3,3,4,4,3,"Interesting survey, best of luck with your research. Thank you.",17.3,50.513,109.513,8,4,4,5,3,2,3,I would prefer more sources / data to make a concrete determination.,6.238,6.238,70.031,1,4,Quite interesting survey. Thank you. Best of success with your research,9.658,16.106,77.196,2,2,7,3,4,1,5,6,0,0,36.719,0,2,3,6,6,2,6,7,8,,6.852,30.123,36.462,8,4,4,2,2,5,4,12.871,38.975,41.403,6,4,,12.722,12.722,15.86,1,1,1960,Georgia,6,2,1,,7,,,15,2,1,bornekontry@yahoo.com,4.353,169.552,185.262,14,5e3f4c676d06fc1b240e6021,"{""startTime"":1678934686201,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934572253,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":2839,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3723,""week"":""51"",""id"":""chart""},{""time"":6563,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1967,""week"":""51"",""id"":""chart2""}]}","{""startTime"":1678934144900,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":29786,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":9695,""week"":""35"",""id"":""chart""},{""time"":41132,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3896,""week"":""29"",""id"":""chart""},{""time"":45045,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1266,""week"":""30"",""id"":""chart""},{""time"":46329,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1081,""week"":""31"",""id"":""chart""},{""time"":50995,""label"":""tour_next"",""step"":2},{""time"":56107,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6563,""week"":""36"",""id"":""chart2""},{""time"":69491,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678934555948,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,bar -2023-03-15 22:40:35,2023-03-15 22:58:44,0,173.172.83.15,100,1089,1,2023-03-15 22:58:45,R_26gUhwEEs29Zp0J,,,,,39.0831,-94.5853,anonymous,EN,1,36.941,36.941,38.304,1,,,,,,,,0,0,15.109,0,100,100,78,12.703,25.083,26.579,3,31.265,38.822,83.277,2,-2,-3,35.753,92.769,94.004,3,-3,-3,64.459,135.661,152.853,2,1,79.96,79.96,81.507,1,0,0,15.11,0,4,5,4,2,6,4,"I'm having a bit of trouble understanding how the numbers are working as the graph doesn't seem to match the numbers in the interactive feature, but I have a math disability and that may explain it",17.624,92.794,97.597,12,4,4,4,2,1,4,It would be a bit more helpful if there was an explanation of how it works As the numbers don't seem to be quite right,3.892,63.601,64.728,2,6,"I think most people can be trusted as the majority of people are relatively honest, but it's best to go with your instincts in uncertain situations.",5.33,39.837,40.689,5,2,7,3,4,1,5,6,0,0,24.303,0,8,9,9,8,9,7,10,10,,6.828,38.945,45.291,9,2,2,3,4,3,2,14.204,33.69,34.803,6,2,,6.132,6.132,10.033,1,1,1973,Missouri,2,1,1,,7,,,3,4,2,,2.72,99.801,101.81,17,5f6fd1451758e95a989623b2,"{""startTime"":1678934972890,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934783831,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":12714,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7856,""week"":""2"",""id"":""chart""},{""time"":20689,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":11250,""week"":""2"",""id"":""chart""},{""time"":32361,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4408,""week"":""3"",""id"":""chart""},{""time"":38089,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":11046,""week"":""1"",""id"":""chart""},{""time"":49642,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3094,""week"":""52"",""id"":""chart""},{""time"":81267,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":14114,""week"":""32"",""id"":""chart""},{""label"":""window_blurred"",""time"":96039},{""label"":""window_focused"",""time"":97032}]}","{""startTime"":1678934529358,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":34,""label"":""tour_started""},{""time"":19272,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":9232,""week"":""48"",""id"":""chart""},{""time"":28687,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1600,""week"":""49"",""id"":""chart""},{""time"":31237,""label"":""tour_next"",""step"":2},{""time"":38794,""label"":""tour_end"",""step"":2},{""time"":43072,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2831,""week"":""51"",""id"":""chart""},{""time"":46010,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6276,""week"":""52"",""id"":""chart""},{""time"":53754,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1415,""week"":""45"",""id"":""chart""},{""time"":55554,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1515,""week"":""46"",""id"":""chart""},{""time"":57170,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1649,""week"":""47"",""id"":""chart""},{""time"":59043,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1426,""week"":""48"",""id"":""chart""},{""time"":60690,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1412,""week"":""49"",""id"":""chart""},{""time"":63107,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3012,""week"":""50"",""id"":""chart""},{""time"":69779,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5623,""week"":""4"",""id"":""chart""}]}","{""startTime"":1678934767863,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":7499,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1240,""week"":""52"",""id"":""chart""},{""time"":8745,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1577,""week"":""52"",""id"":""chart""}]}",0,moderate,bar -2023-03-15 22:45:32,2023-03-15 22:58:52,0,71.236.19.44,100,800,1,2023-03-15 22:58:54,R_2OJdVzIg6rckfm0,,,,,33.9837,-84.1487,anonymous,EN,1,31.934,31.934,33.82,1,1,2,2,1.959,4.313,5.589,2,0,0,15.113,0,65,61,57,10.697,46.501,47.636,5,61.181,125.931,145.199,7,1,1,73.951,84.206,85.759,2,1,1,29.381,70.9,72.535,2,-3,43.053,43.053,44.919,1,0,0,15.108,0,3,2,3,4,5,3,,8.821,35.762,38.441,7,4,4,5,3,5,3,I o not now who created the visualization.,9.023,9.023,46.833,1,3,,8.749,8.749,10.86,1,2,7,3,4,1,5,6,0,0,17.288,0,2,2,1,3,2,2,4,4,,6.094,29.771,32.11,9,3,3,3,2,4,3,13.006,35.02,36.76,6,3,2,10.834,18.367,21.391,2,1,1960,Georgia,3,1,1,,3,,,7,4,2,,5.758,77.412,78.904,15,5fc44494862e3e78b8181623,"{""startTime"":1678935131456,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678935057793,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678934851180,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":25,""label"":""tour_started""},{""time"":32688,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":10067,""week"":""47"",""id"":""chart""},{""time"":42757,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2515,""week"":""47"",""id"":""chart""},{""time"":45656,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":12920,""week"":""51"",""id"":""chart""},{""time"":61110,""label"":""tour_next"",""step"":5},{""time"":82891,""label"":""started_brush"",""startDate"":""2021-05-02"",""endDate"":""2021-06-27""},{""time"":83991,""label"":""tour_next"",""step"":5},{""time"":107495,""label"":""moved_brush"",""startDate"":""2021-05-23"",""endDate"":""2021-07-18""},{""time"":109105,""label"":""moved_brush"",""startDate"":""2021-04-29"",""endDate"":""2021-07-18""},{""time"":109934,""label"":""tour_next"",""step"":5},{""time"":114851,""label"":""cleared_brush"",""using"":""Click""},{""time"":116103,""label"":""tour_next"",""step"":5},{""time"":123795,""label"":""tour_end"",""step"":5},{""time"":124920,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1274,""week"":""4"",""id"":""chart""},{""time"":143706,""label"":""started_brush"",""startDate"":""2021-04-06"",""endDate"":""2021-08-25""}]}","{""startTime"":1678935042225,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar -2023-03-15 22:39:30,2023-03-15 22:58:56,0,184.62.115.224,100,1166,1,2023-03-15 22:58:57,R_3Ein9YnsyWehFKt,,,,,37.751,-97.822,anonymous,EN,1,6.499,8.155,10.268,2,,,,,,,,12.127,12.467,15.12,2,81,97,50,5.219,30.931,32.518,6,21.81,36.382,45.776,5,1,-3,5,112.883,114.545,10,-1,1,43.408,222.243,223.988,18,1,49.581,87.334,89.284,4,6.391,6.391,15.01,1,5,2,5,5,5,5,Interesting subject if true.,11.668,54.516,83.747,11,4,5,4,4,5,5,It seems like there was thought and analysis put into gathering the data.,31.781,35.107,70.716,2,3,,11.477,26.246,28.027,3,2,7,3,4,1,5,6,11.221,20.331,26.969,2,1,1,1,1,1,1,5,3,,4.276,25.801,27.623,11,1,3,2,4,2,1,9.844,62.246,64.274,11,3,,9.63,15.256,17.324,3,2,1965,Georgia,6,3,1,,3,,,6,4,1,63d9455555931a8fa4d7a3d8@email.prolific.co,5.166,108.5,114.675,21,63d9455555931a8fa4d7a3d8,"{""startTime"":1678934804531,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934659398,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934475963,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":5612,""label"":""hovered"",""timeHovered"":1149,""week"":""2022-01-24""},{""time"":7127,""label"":""hovered"",""timeHovered"":1315,""week"":""2022-02-07""},{""time"":13155,""label"":""hovered"",""timeHovered"":1414,""week"":""2022-01-03""},{""time"":14687,""label"":""hovered"",""timeHovered"":1231,""week"":""2022-01-03""},{""time"":15919,""label"":""hovered"",""timeHovered"":1247,""week"":""2022-01-03""},{""time"":27864,""label"":""tour_next"",""step"":2},{""time"":32968,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678934642370,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,line -2023-03-15 22:44:44,2023-03-15 22:59:14,0,64.121.83.242,100,869,1,2023-03-15 22:59:15,R_x0gEOWk0AIZu9ZT,,,,,40.595,-75.5289,anonymous,EN,1,13.641,13.641,18.48,1,1,4,1,9.285,14.916,16.712,2,0,0,15.016,0,89,90,53,44.908,53.835,55.052,3,33.35,70.312,88.75,5,1,-2,29.394,60.076,62.281,2,-3,1,60.228,99.46,102.282,2,-3,45.702,45.702,51.548,1,0,0,15.011,0,5,3,5,5,6,5,,30.871,59.123,63.33,6,6,6,6,6,5,6,"I states all that I need to know. ",6.011,6.011,24.448,1,7,,9.971,14.331,17.201,3,2,7,3,4,1,5,6,0,0,31.894,0,5,6,8,8,5,9,10,10,,11.124,37.599,40.138,8,3,3,3,3,3,3,19.443,37.459,39.025,6,4,1,3.914,17.733,19.708,3,1,1945,Pennsylvania,3,2,1,,9,,Allentown,7,4,1,hittner@juno.com,4.748,97.455,103.663,11,580e8bdbf25c44000167943b,"{""startTime"":1678935113485,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678935047069,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":2854,""label"":""hovered"",""timeHovered"":1076,""week"":""2022-01-10""},{""time"":4786,""label"":""hovered"",""timeHovered"":2810,""week"":""2022-01-03""}]}","{""startTime"":1678934839289,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":37391,""label"":""hovered"",""timeHovered"":1398,""week"":""2022-01-10""},{""time"":39656,""label"":""hovered"",""timeHovered"":2330,""week"":""2022-01-10""},{""time"":47249,""label"":""hovered"",""timeHovered"":6461,""week"":""2022-01-03""},{""time"":55625,""label"":""tour_next"",""step"":2},{""time"":70304,""label"":""tour_end"",""step"":2},{""time"":77692,""label"":""hovered"",""timeHovered"":4434,""week"":""2022-01-10""}]}","{""startTime"":1678935031200,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line -2023-03-15 22:45:33,2023-03-15 22:59:43,0,209.122.10.82,100,849,1,2023-03-15 22:59:43,R_5iR0pVv2T0vxiY9,,,,,40.625,-75.3953,anonymous,EN,1,8.858,25.666,26.83,10,,,,,,,,0,0,15.007,0,75,90,76,20.788,42.003,43.885,3,39.662,56.095,58.237,3,1,-3,35.688,48.803,66.683,2,-3,1,56.03,104.478,106.037,2,-1,44.828,70.118,72.798,5,0,0,15.008,0,3,2,3,5,6,3,"The CCA made a report of data using this form of chart. It's easy to read, but that doesn't mean the data is accurate.",19.945,74.583,84.505,9,5,5,5,7,3,3,I don't know how reliable the data is that the visualization supports.,3.277,29.824,32.876,3,5,It depends on what factors you are trusting them about: is it knowledge? character? emotion?,8.867,15.305,44.996,3,2,7,3,4,1,5,6,0,0,21.501,0,6,5,9,5,2,9,8,9,,6.339,29.855,34.18,8,4,4,2,2,4,3,11.082,36.294,37.259,6,6,,7.103,7.103,8.724,1,2,1962,Pennsylvania,7,2,1,,7,,,4,2,1,5c6c597c42e33400019c72a5@email.prolific.co,4.087,110.589,120.444,22,5c6c597c42e33400019c72a5,"{""startTime"":1678935073985,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678935010218,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934829439,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":29,""label"":""tour_started""},{""time"":15571,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8332,""week"":""1"",""id"":""chart""},{""time"":24921,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2532,""week"":""26"",""id"":""chart""},{""time"":28219,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4733,""week"":""52"",""id"":""chart""},{""time"":34104,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2832,""week"":""6"",""id"":""chart""},{""time"":39651,""label"":""tour_next"",""step"":2},{""time"":47426,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678934994670,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,bar -2023-03-15 22:48:25,2023-03-15 23:00:13,0,108.255.47.46,100,708,1,2023-03-15 23:00:13,R_2tJMbXWbCg49gDC,,,,,33.6404,-117.9226,anonymous,EN,1,3.114,3.114,4.295,1,,,,,,,,0,0,15.111,0,85,82,59,34.793,43.412,44.657,3,21.296,27.188,56.285,2,-1,1,43.474,152.069,158.831,9,-2,1,32.001,35.847,37.691,2,-1,45.82,45.82,47.874,1,0,0,15.011,0,3,3,3,4,4,7,,6.312,29.439,31.422,7,3,4,4,7,3,3,"I don't know the accuracy of the data behind the visualization, nor whether I trust the source.",4.083,43.669,44.687,2,6,December 2022 wasn't represented by the graph.,2.753,23.631,27.237,2,2,7,3,4,1,5,6,0,0,17.949,0,2,3,8,6,3,6,7,6,,4.42,36.092,39.285,8,3,4,2,3,3,4,9.933,25.375,26.532,6,5,,5.628,5.628,7.398,1,1,1961,California,3,1,1,,7,,,17,1,1,61523f5edff0567aa388e752@email.prolific.co,2.732,73.09,77.321,15,61523f5edff0567aa388e752,"{""startTime"":1678935086096,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678935118516,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934975750,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":3,""label"":""tour_started""},{""time"":21293,""label"":""tour_next"",""step"":2},{""time"":27184,""label"":""tour_end"",""step"":2},{""time"":29284,""label"":""hovered"",""timeHovered"":1665,""week"":""2022-01-10""},{""time"":32292,""label"":""hovered"",""timeHovered"":5296,""week"":""2022-01-03""}]}","{""startTime"":1678935070588,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":8694,""label"":""hovered"",""timeHovered"":1854,""week"":""2022-01-03""}]}",0,moderate,line -2023-03-15 22:47:04,2023-03-15 23:00:26,0,76.226.81.161,100,802,1,2023-03-15 23:00:27,R_O41TAgtoPNLWm5P,,,,,37.6787,-122.127,anonymous,EN,1,23.404,24.668,27.602,2,,,,,,,,0,0,15.012,0,93,88,32,7.403,24.771,26.36,7,36.302,46.246,88.068,2,1,1,23.594,73.696,75.234,6,-3,1,28.426,85.754,87.155,6,1,61.281,65.33,66.995,3,0,0,15.119,0,6,4,5,4,6,6,,6.769,35.385,37.919,9,5,6,4,2,7,6,The data looks to be laid out very carefully. It's plotted month by month and seems to follow a scientific protocol. It looks like it is coming from valid information.,4.072,4.072,47.645,1,5,,12.001,12.001,13.768,1,2,3,4,5,1,6,7,0,0,19.477,0,6,8,6,7,9,3,10,7,,5.575,27.182,29.223,10,4,3,1,1,4,2,9.688,34.769,36.319,7,2,,16.018,16.018,20.058,1,2,1964,California,3,2,1,,8,San Francisco,,2,4,1,5d4c7d1a2a25e5000114cf3b@email.prolific.co,7.539,108.353,110.225,25,5d4c7d1a2a25e5000114cf3b,"{""startTime"":1678935171285,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678935089887,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934909649,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":20,""label"":""tour_started""},{""time"":17912,""label"":""hovered"",""timeHovered"":1482,""week"":""2021-12-20""},{""time"":24098,""label"":""hovered"",""timeHovered"":1002,""week"":""2022-01-31""},{""time"":27068,""label"":""hovered"",""timeHovered"":4985,""week"":""2021-08-16""},{""time"":36177,""label"":""tour_next"",""step"":2},{""time"":46122,""label"":""tour_end"",""step"":2},{""time"":58519,""label"":""hovered"",""timeHovered"":1278,""week"":""2021-08-16""},{""time"":61207,""label"":""hovered"",""timeHovered"":4050,""week"":""2021-08-16""},{""time"":66473,""label"":""hovered"",""timeHovered"":1267,""week"":""2021-12-20""},{""time"":69764,""label"":""hovered"",""timeHovered"":10918,""week"":""2022-01-03""}]}","{""startTime"":1678935074104,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":4593,""label"":""hovered"",""timeHovered"":1798,""week"":""2021-08-16""},{""time"":7778,""label"":""hovered"",""timeHovered"":1227,""week"":""2021-08-16""},{""time"":11946,""label"":""hovered"",""timeHovered"":1114,""week"":""2021-10-04""}]}",0,simple,line -2023-03-15 22:46:10,2023-03-15 23:01:31,0,99.47.243.217,100,920,1,2023-03-15 23:01:32,R_2pQscFUuHga4GDz,,,,,33.7372,-117.8232,anonymous,EN,1,43.016,43.016,48.667,1,,,,,,,,0,0,15.119,0,74,85,77,40.855,60.359,62.125,4,35.516,156.956,171.585,8,1,1,38.047,59.975,61.681,2,1,1,31.785,53.792,57.368,2,1,34.098,34.098,49.154,1,0,0,15.012,0,3,3,3,5,5,3,,14.193,61.415,77.311,6,5,5,5,7,7,4,I have no idea whether the data is made up or accurate plus there should be an explanation for the large change in Dec-Jan.,3.532,3.532,45.948,1,5,,6.675,6.675,9.621,1,2,7,3,4,1,5,6,0,0,25.955,0,7,8,10,8,6,9,10,10,,11.055,30.061,32.306,9,5,5,1,1,5,5,26.903,42.647,43.941,6,5,,6.74,6.74,8.948,1,2,1955,California,6,1,1,,7,,,12,4,1,608e2cb9067eb028500433d5@email.prolific.co,3.287,105.408,111.985,18,608e2cb9067eb028500433d5,"{""startTime"":1678935144242,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":1398,""label"":""hovered"",""timeHovered"":2868,""week"":""2021-12-06""},{""time"":4268,""label"":""hovered"",""timeHovered"":16948,""week"":""2021-10-18""}]}","{""startTime"":1678935222275,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":2769,""label"":""hovered"",""timeHovered"":15713,""week"":""2022-01-17""},{""time"":19690,""label"":""hovered"",""timeHovered"":1927,""week"":""2022-01-17""},{""time"":21626,""label"":""hovered"",""timeHovered"":1302,""week"":""2022-01-17""}]}","{""startTime"":1678934906773,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":31,""label"":""tour_started""},{""time"":21984,""label"":""hovered"",""timeHovered"":1298,""week"":""2021-11-15""},{""time"":36103,""label"":""hovered"",""timeHovered"":4163,""week"":""2021-11-08""},{""time"":45877,""label"":""tour_next"",""step"":5},{""time"":66727,""label"":""started_brush"",""startDate"":""2021-06-10"",""endDate"":""2021-09-05""},{""time"":77988,""label"":""tour_next"",""step"":5},{""time"":87991,""label"":""moved_brush"",""startDate"":""2021-06-06"",""endDate"":""2021-09-05""},{""time"":92135,""label"":""moved_brush"",""startDate"":""2021-06-06"",""endDate"":""2021-08-11""},{""time"":106503,""label"":""moved_brush"",""startDate"":""2021-06-06"",""endDate"":""2021-07-31""},{""time"":112440,""label"":""moved_brush"",""startDate"":""2021-06-01"",""endDate"":""2021-07-31""},{""time"":120069,""label"":""tour_next"",""step"":5},{""time"":127506,""label"":""cleared_brush"",""using"":""click""},{""time"":132390,""label"":""tour_next"",""step"":5},{""time"":141501,""label"":""tour_end"",""step"":5},{""time"":161519,""label"":""started_brush"",""startDate"":""2022-01-09"",""endDate"":""2022-02-11""},{""time"":167648,""label"":""started_brush"",""startDate"":""2021-12-06"",""endDate"":""2022-01-12""}]}","{""startTime"":1678935128540,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line -2023-03-15 22:50:31,2023-03-15 23:01:55,0,73.53.164.196,100,684,1,2023-03-15 23:01:57,R_1LYXeSGHABpjcoG,,,,,30.3341,-81.6544,anonymous,EN,1,29.871,31.218,31.806,2,,,,,,,,0,0,15.114,0,100,100,80,15.4,28.217,29.326,3,31.016,35.916,47.109,2,-2,1,24.355,32.92,34.388,2,-3,-3,48.979,97.542,99.126,2,1,30.731,30.731,32.156,1,0,0,15.018,0,5,3,5,4,5,5,,9.817,30.701,33.1,6,5,5,5,4,7,5,"It's more that I think the agency that compiled the data seems official, so I trust them. Why would they lie about this kind of data?",3.057,3.057,66.408,1,4,,5.525,5.525,7.778,1,2,7,3,4,1,5,6,0,0,24.413,0,1,4,5,4,4,5,8,9,,11.791,34.302,36.833,9,3,3,1,3,4,3,4.06,23.401,24.521,6,8,,7.904,7.904,12.259,1,2,1988,Florida,6,1,1,,9,,Black and White,11,2,1,59f9b3918a2d3d00012c19d9@email.prolific.co,3.207,97.146,101.723,21,59f9b3918a2d3d00012c19d9,"{""startTime"":1678935393972,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678935283432,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":1215,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2048,""week"":""50"",""id"":""chart""},{""time"":3960,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1008,""week"":""51"",""id"":""chart""},{""time"":5076,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3020,""week"":""50"",""id"":""chart""},{""time"":8136,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4719,""week"":""51"",""id"":""chart""}]}","{""startTime"":1678935120706,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":11749,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1499,""week"":""49"",""id"":""chart""},{""time"":14014,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2733,""week"":""52"",""id"":""chart""},{""time"":18181,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2949,""week"":""52"",""id"":""chart""},{""time"":22147,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1949,""week"":""6"",""id"":""chart""},{""time"":31001,""label"":""tour_next"",""step"":2},{""time"":35900,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678935267897,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":6149,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2253,""week"":""52"",""id"":""chart""},{""time"":8936,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4102,""week"":""1"",""id"":""chart""}]}",0,moderate,bar -2023-03-15 22:48:29,2023-03-15 23:02:22,0,172.243.129.67,100,832,1,2023-03-15 23:02:22,R_1f3f8fHD0F2BuqU,,,,,37.8971,-77.7895,anonymous,EN,1,2.978,9.165,10.906,7,1,4,2,2.777,6.007,7.698,3,0,0,15.016,0,83,67,73,0.5,35.187,36.905,16,4.425,63.908,65.592,11,-3,-3,2.967,60.939,63.153,20,1,1,6.407,98.468,101.363,34,1,13.366,53.322,54.701,5,3.692,10.731,15.111,5,5,3,5,4,5,5,I don't find the data surprising.,5.22,25.118,39.779,26,5,5,5,7,5,5,I assume it is actual data.,3.111,3.111,13.101,1,4,None,9.223,17.594,25.675,11,2,7,3,4,1,5,6,9.055,27.33,28.971,8,4,4,5,9,8,5,10,9,I have none.,3.882,34.818,41.966,20,4,2,3,3,3,4,4.603,22.025,23.433,9,2,2,2.569,9.488,10.891,4,2,1957,Virginia,7,2,1,,7,,,6,3,1,561d98e03d7fe8000b0f5e09@prolidic.co,3.868,90.53,126.223,32,561d98e03d7fe8000b0f5e09,"{""startTime"":1678935295027,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678935242748,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678935047481,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":18286,""label"":""hovered"",""timeHovered"":1284,""week"":""2022-01-17""},{""time"":24103,""label"":""hovered"",""timeHovered"":1276,""week"":""2021-12-13""},{""time"":26919,""label"":""hovered"",""timeHovered"":1808,""week"":""2021-10-25""},{""time"":30600,""label"":""hovered"",""timeHovered"":2241,""week"":""2022-01-24""},{""time"":45204,""label"":""tour_next"",""step"":2},{""time"":51465,""label"":""tour_end"",""step"":2},{""time"":53727,""label"":""hovered"",""timeHovered"":2159,""week"":""2022-01-17""},{""time"":56787,""label"":""hovered"",""timeHovered"":1479,""week"":""2022-01-17""},{""time"":59971,""label"":""hovered"",""timeHovered"":1309,""week"":""2022-01-03""}]}","{""startTime"":1678935224566,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":12869,""label"":""hovered"",""timeHovered"":2012,""week"":""2022-01-17""},{""time"":16148,""label"":""hovered"",""timeHovered"":1654,""week"":""2022-01-31""}]}",1,moderate,line -2023-03-15 22:45:08,2023-03-15 23:02:28,0,76.143.184.45,100,1039,1,2023-03-15 23:02:29,R_29m2EM89Tx9MYIg,,,,,29.7215,-95.3159,anonymous,EN,1,5.852,5.852,6.976,1,,,,,,,,0,0,15.129,0,86,89,10,24.778,48.205,49.61,8,24.338,36.974,39.155,2,-2,1,39.038,68.307,71.824,2,-3,-3,58.493,118.068,120.267,2,-2,103.154,103.154,110.252,1,0,0,15.168,0,5,2,3,4,5,5,,24.096,58.909,61.839,7,3,6,3,7,7,5,"While I don't know the organization, it seems they are much like the government Agriculture boards that we have in the US.",15.368,87.141,93.183,3,4,,113.654,119.768,125.213,3,2,7,3,4,1,5,6,0,0,17.661,0,5,7,9,9,8,8,10,10,,11.263,39.226,41.95,9,5,5,1,1,5,5,16.546,37.663,39.168,6,4,,20.361,20.361,28.143,1,2,1962,Texas,3,2,1,,9,,Houston,4,4,1,pab3733@gmail.com,3.028,94.563,100.374,14,5c3a5a61fc2bdf00017714a2,"{""startTime"":1678934922820,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934986409,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934792640,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":81,""label"":""tour_started""},{""time"":7997,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4882,""week"":""52"",""id"":""chart""},{""time"":12901,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1645,""week"":""1"",""id"":""chart""},{""time"":14615,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1081,""week"":""52"",""id"":""chart""},{""time"":17166,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4212,""week"":""44"",""id"":""chart""},{""time"":24308,""label"":""tour_next"",""step"":2},{""time"":28460,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4350,""week"":""52"",""id"":""chart2""},{""time"":36943,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678934906470,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,bar -2023-03-15 22:51:39,2023-03-15 23:02:33,0,73.196.5.75,100,653,1,2023-03-15 23:02:33,R_ywL2KCU6iWF7x5L,,,,,40.2514,-74.7632,anonymous,EN,1,11.669,11.669,14.166,1,1,2,1,4.682,6.963,8.633,2,0,0,15.108,0,94,92,66,8.841,22.566,24.293,5,20.267,30.749,34.981,2,1,1,47.001,63.179,65.436,2,-3,-3,14.44,79.526,88.204,4,-2,78.39,78.39,80.645,1,0,0,15.11,0,5,5,5,5,5,5,,17.463,35.79,39.463,9,5,5,5,4,4,5,It seems to mesh with the statistics I have heard in the past.,2.759,2.759,36.904,1,5,,3.826,3.826,6,1,2,7,3,4,1,5,6,0,0,20.869,0,6,7,4,7,8,5,10,7,,2.918,17.068,19.903,9,4,4,1,1,4,4,3.023,18.371,19.162,7,2,1,1.776,10.071,16.062,2,2,1963,New Jersey,3,1,1,,7,,,16,2,1,5c2ab2de9136140001b90737@email.prolific.co,2.63,64.197,71.01,12,5c2ab2de9136140001b90737,"{""startTime"":1678935404990,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678935325415,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":3295,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5176,""week"":""2"",""id"":""chart""},{""time"":12663,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1277,""week"":""2"",""id"":""chart""},{""time"":14079,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1295,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678935184473,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":28,""label"":""tour_started""},{""time"":16005,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2380,""week"":""52"",""id"":""chart""},{""time"":20250,""label"":""tour_next"",""step"":2},{""time"":30732,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678935309446,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":2784,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2607,""week"":""52"",""id"":""chart""},{""time"":10776,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2382,""week"":""52"",""id"":""chart""}]}",1,moderate,bar -2023-03-15 22:44:42,2023-03-15 23:02:48,0,71.233.190.187,100,1085,1,2023-03-15 23:02:48,R_1lsOkosGk8TVuGN,,,,,42.3634,-71.0713,anonymous,EN,1,5.945,5.945,7.321,1,,,,,,,,0,0,15.007,0,73,54,52,3.75,67.343,69.523,5,27.735,37.353,43.865,2,1,1,30.294,65.174,69.671,2,-2,1,67.593,117.953,120.248,2,1,134.45,134.45,136.332,1,12.465,12.465,15.108,1,6,4,5,5,4,5,,9.789,39.694,46.908,8,5,4,5,4,3,5,I trust this visualization because it's clearly presented.,5.074,70.428,72.385,4,4,,6.893,7.998,12.49,2,5,2,3,7,1,4,6,73.906,73.906,76.519,1,8,10,10,11,10,6,11,11,,23.182,55.401,57.491,10,5,4,3,2,4,5,21.92,55.778,57.066,6,3,,13.495,13.495,16.124,1,1,1966,Massachusetts,3,2,4,Tagalog,2,,,7,3,1,onntablet9921@gmail.com,3.004,191.117,199.57,17,6266e63b82fa38e800e33a24,"{""startTime"":1678934916072,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934966156,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934785963,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":27728,""label"":""tour_next"",""step"":2},{""time"":37346,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678934900454,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,line -2023-03-15 22:34:16,2023-03-15 23:03:35,0,129.186.192.42,100,1758,1,2023-03-15 23:03:36,R_3DhgHb0MCZibXG8,,,,,42.0514,-93.6908,anonymous,EN,1,1.717,5.989,7.49,2,,,,,,,,0,0,15.012,0,69,70,70,7.973,15.221,16.158,4,7.397,77.117,80.134,20,-2,1,56.14,70.506,73.957,2,1,-3,49.323,105.163,107.297,2,1,65.216,65.216,67.019,1,0,0,15.013,0,5,5,5,5,5,5,,5.772,11.123,1118.709,6,5,5,5,5,5,5,the graph's visualization is clear and easily understood,6.617,47.001,48.391,11,5,,2.102,3.901,6.132,5,2,7,3,4,1,5,6,0,0,21.567,0,9,9,9,9,9,9,9,9,,3.503,10.741,12.237,11,4,4,1,4,4,4,30.764,41.42,43.937,6,2,,2.134,2.134,4.038,1,1,1953,Iowa,7,3,1,,7,,,15,2,1,638fdf87700dd1228bade2e1@email.prolific.co,5.17,89.267,94.117,23,638fdf87700dd1228bade2e1,"{""startTime"":1678934264836,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":16475},{""label"":""window_focused"",""time"":17981},{""label"":""window_blurred"",""time"":31715},{""label"":""window_focused"",""time"":34644},{""label"":""window_blurred"",""time"":1107994},{""label"":""window_focused"",""time"":1109942}]}","{""startTime"":1678935384580,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678934101004,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":31,""label"":""tour_started""},{""time"":7384,""label"":""tour_next"",""step"":5},{""time"":17649,""label"":""tour_back"",""step"":5},{""time"":20152,""label"":""tour_next"",""step"":5},{""time"":21475,""label"":""cleared_brush"",""using"":""Click""},{""time"":29924,""label"":""cleared_brush"",""using"":""Click""},{""time"":41824,""label"":""cleared_brush"",""using"":""Click""},{""time"":42689,""label"":""cleared_brush"",""using"":""Click""},{""time"":42876,""label"":""cleared_brush"",""using"":""Click""},{""time"":47863,""label"":""started_brush"",""startDate"":""2021-06-14"",""endDate"":""2021-10-12""},{""time"":50865,""label"":""tour_next"",""step"":5},{""time"":56663,""label"":""started_brush"",""startDate"":""2021-06-06"",""endDate"":""2021-09-24""},{""time"":66758,""label"":""moved_brush"",""startDate"":""2021-10-20"",""endDate"":""2022-02-07""},{""time"":68104,""label"":""tour_next"",""step"":5},{""time"":73236,""label"":""cleared_brush"",""using"":""Click""},{""time"":75265,""label"":""tour_next"",""step"":5},{""time"":77104,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678934249236,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,bar -2023-03-15 22:49:40,2023-03-15 23:03:38,0,173.170.223.11,100,838,1,2023-03-15 23:03:39,R_9RA1DKQhmOjmybf,,,,,28.4643,-82.5998,anonymous,EN,1,49.935,53.437,54.762,3,1,4,2,2.931,10.868,11.798,4,0,0,15.007,0,100,33,83,0.688,34.918,36.663,6,8.054,18.061,19.536,4,1,-3,47.117,113.216,114.312,6,-1,-1,24.267,111.254,112.299,7,-1,64.335,65.416,66.646,2,6.573,10.097,15.007,2,6,6,6,1,4,6,,24.013,50.906,52.109,9,5,1,1,3,1,6,It is scientific data that can't be false,3.539,3.539,30.965,1,5,,4.875,16.338,17.777,4,2,3,4,5,1,6,7,8.362,20.428,21.636,2,9,9,7,6,9,5,11,10,,5.089,49.96,51.198,13,1,1,5,1,1,1,7.187,52.575,53.698,10,1,1,4.079,16.259,17.3,4,2,1963,Florida,6,2,1,,7,,,9,4,2,,3.101,76.777,77.768,20,5bf1f1cd7c3874000169ea98,"{""startTime"":1678935245432,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":2471,""label"":""hovered"",""timeHovered"":1503,""week"":""2021-08-09""},{""time"":7147,""label"":""hovered"",""timeHovered"":1018,""week"":""2021-10-25""},{""time"":9522,""label"":""hovered"",""timeHovered"":8852,""week"":""2021-06-14""}]}","{""startTime"":1678935297965,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678935097274,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":9396,""label"":""tour_next"",""step"":2},{""time"":14517,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678935229927,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line -2023-03-15 22:48:06,2023-03-15 23:04:46,0,73.180.98.231,100,1000,1,2023-03-15 23:04:47,R_10UygkbUoGFix5A,,,,,32.7147,-79.9526,anonymous,EN,1,4.545,4.545,5.87,1,1,4,2,7.631,10.764,12.105,2,0,0,15.013,0,50,100,50,14.7,30.443,33.464,3,32.623,38.661,40.711,2,-2,1,14.821,92.841,94.305,5,-3,-3,8.436,255.506,269.032,4,1,81.475,81.475,82.962,1,0,0,15.009,0,3,7,3,6,6,7,,21.039,45.84,49.378,6,7,5,5,7,3,3,Not enough data to determine outcomes,6.191,6.191,38.45,1,4,,8.182,8.182,14.687,1,2,7,3,4,1,5,6,0,0,27.5,0,6,6,9,8,2,8,7,9,,7.648,50.2,54.503,9,4,4,1,1,4,5,26.226,51.994,54.849,6,4,1,5.314,24.24,27.343,2,2,1962,South Carolina,6,1,1,,7,,,16,2,1,632fa9e40fa5b8393ed87659@email.prolific.co,5.76,88.832,94.679,13,632fa9e40fa5b8393ed87659,"{""startTime"":1678935292244,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":2132,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2935,""week"":""52"",""id"":""chart""},{""time"":5249,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1350,""week"":""1"",""id"":""chart""},{""time"":6835,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1997,""week"":""2"",""id"":""chart""}]}","{""startTime"":1678935342305,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934965746,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":26306,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2541,""week"":""52"",""id"":""chart""},{""time"":29804,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1276,""week"":""47"",""id"":""chart""},{""time"":32621,""label"":""tour_next"",""step"":2},{""time"":38659,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678935276535,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":10601,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2589,""week"":""51"",""id"":""chart""},{""time"":13374,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1433,""week"":""52"",""id"":""chart""}]}",1,moderate,bar -2023-03-15 22:39:53,2023-03-15 23:05:54,0,98.208.201.86,100,1560,1,2023-03-15 23:05:54,R_2whOEu2JyaQxNEq,,,,,26.6414,-81.6977,anonymous,EN,1,47.483,47.483,48.708,1,2,,1,19.564,19.564,22.236,1,0,0,15.023,0,74,0,32,44.217,67.794,89.724,4,47.249,66.654,70.669,2,1,1,31.126,124.422,140.315,2,-3,1,45.904,110.38,119.831,2,-3,90.534,90.534,117.742,1,0,0,15.11,0,5,4,4,6,6,4,,15.048,34.099,37.97,6,3,6,4,1,1,4,"The source for the data is the CDC so it should be reliable but there is a huge spike for the unvaccinated in January, a lot higher than for the vaccinated, so I question if it's fully trustworthy. ",4.04,251.167,256.473,17,6,,12.36,12.36,14.289,1,2,7,3,4,1,5,6,0,0,42.185,0,6,6,6,6,3,3,6,8,,8.363,39.618,57.111,11,1,1,4,3,1,3,4.024,32.155,39.795,8,4,4,2.652,20.274,24.125,2,2,1957,Florida,3,2,1,,7,,,6,4,2,,1.717,350.649,354.171,35,5d60b5beea1c1c0001c98bf6,"{""startTime"":1678934815922,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934855370,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934588074,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":10,""label"":""tour_started""},{""label"":""window_blurred"",""time"":7940},{""label"":""window_focused"",""time"":9287},{""label"":""window_blurred"",""time"":9703},{""label"":""window_focused"",""time"":12368},{""label"":""window_blurred"",""time"":14425},{""label"":""window_focused"",""time"":18120},{""time"":40793,""label"":""hovered"",""timeHovered"":2603,""week"":""2022-01-03""},{""time"":43633,""label"":""hovered"",""timeHovered"":1383,""week"":""2022-01-03""},{""time"":47237,""label"":""tour_next"",""step"":2},{""time"":66642,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678934800146,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line -2023-03-15 22:54:09,2023-03-15 23:05:58,0,96.239.115.11,100,708,1,2023-03-15 23:05:58,R_25utXHsmzBsU0R3,,,,,40.5956,-74.0806,anonymous,EN,1,7.033,7.033,8.291,1,1,3,1,2.407,5.411,7.018,2,0,0,15.112,0,86,90,28,23.281,36.634,37.541,6,45.848,52.375,59.783,2,1,-2,35.6,50.72,52.623,2,-2,1,45.534,66.761,68.631,2,1,56.523,56.523,58.019,1,0,0,15.111,0,5,6,6,6,6,5,,8.649,19.996,23.151,7,6,6,6,5,3,5,It is such a clear chart and it seems true to how I remember the cases back then when they were happening,3.714,35.774,37.843,2,4,,5.139,5.139,7.51,1,2,7,3,4,1,5,6,0,0,30.373,0,5,6,10,9,5,10,11,11,,24.308,37.397,39.808,8,5,5,1,1,5,5,10.718,42.963,44.407,6,6,1,4.401,14.596,18.653,3,2,1964,New York,6,3,1,,7,,,12,2,1,Thilbo@aol.com,4.067,125.629,131.272,20,5d49a0b751695e0001a188a8,"{""startTime"":1678935526674,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678935461422,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678935332041,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":25799,""label"":""hovered"",""timeHovered"":6777,""week"":""2021-09-20""},{""time"":33255,""label"":""hovered"",""timeHovered"":2471,""week"":""2021-07-26""},{""time"":39494,""label"":""hovered"",""timeHovered"":1614,""week"":""2021-12-27""},{""time"":41968,""label"":""hovered"",""timeHovered"":1041,""week"":""2022-02-07""},{""time"":45841,""label"":""tour_next"",""step"":2},{""time"":52367,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678935445811,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line -2023-03-15 22:40:31,2023-03-15 23:06:04,0,69.49.66.121,100,1533,1,2023-03-15 23:06:06,R_1n0YCVlhuzQezrF,,,,,41.4319,-91.0485,anonymous,EN,1,14.087,14.087,15.89,1,2,,2,2.679,2.679,3.966,1,0,0,15.118,0,63,64,4,27.268,255.147,260.146,9,27.811,65.307,68.965,6,1,-3,69.833,90.442,92.287,2,-3,-3,38.218,120.24,121.955,3,-3,25.777,25.777,27.472,1,0,0,15.015,0,7,1,7,6,5,1,"I went to the CDC website linked and I can't find the information presented here. I am not saying it doesn't exist but I don't believe this is accurate. Also, there is still high number of vaccinated individuals in this report that contracted Covid 19 that were vaccinated. ",9.042,98.897,283.168,10,1,7,1,1,1,1,"It's not a true reflection of the number and variables. The CDC has another chart in the website url that was linked that shows a completely different set of numbers during this time period. ",2.833,2.833,78.412,1,2,"We were lied to about this Virus. The WSJ finally reported this virus was leaked from a Chinese lab. Young people are having severe heart issues. We were all lied to. Why was this mRNA vaccine pushed through so quickly but not traditional vaccines like the Novovax? It is really a travesty as to what these governments did to us all. ",6.564,188.63,212.2,5,2,7,3,4,1,5,6,0,0,21.584,0,7,2,5,2,1,5,4,7,none,8.347,35.914,40.526,9,2,2,2,5,2,2,14.126,34.83,37.601,6,6,1,4.422,11.942,17.387,2,2,1964,Iowa,4,2,1,,7,,,14,2,2,,3.681,123.216,143.916,22,6272ae90bcc3709d723d1d2b,"{""startTime"":1678934954070,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":29344,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8382,""week"":""1"",""id"":""chart""},{""time"":89894,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2937,""week"":""3"",""id"":""chart""},{""time"":94101,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3162,""week"":""1"",""id"":""chart""},{""time"":273350,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2179,""week"":""50"",""id"":""chart""}]}","{""startTime"":1678935238621,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934745324,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":35,""label"":""tour_started""},{""label"":""window_blurred"",""time"":6204},{""label"":""window_focused"",""time"":20087},{""time"":27800,""label"":""tour_next"",""step"":2},{""time"":35896,""label"":""tour_end"",""step"":2},{""time"":37091,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1668,""week"":""51"",""id"":""chart""},{""time"":40082,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1166,""week"":""52"",""id"":""chart""},{""time"":42125,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1292,""week"":""52"",""id"":""chart""},{""time"":45328,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2124,""week"":""2"",""id"":""chart""}]}","{""startTime"":1678934938464,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":2389,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3112,""week"":""1"",""id"":""chart""},{""time"":5614,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4518,""week"":""2"",""id"":""chart""},{""time"":10189,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1265,""week"":""3"",""id"":""chart""}]}",1,moderate,bar -2023-03-15 22:51:23,2023-03-15 23:06:11,0,23.125.150.184,100,887,1,2023-03-15 23:06:11,R_wUhqJ3hDYlTuvjb,,,,,30.5788,-91.1419,anonymous,EN,1,4.513,4.513,5.564,1,,,,,,,,0,0,15.107,0,58,91,60,126.447,140.921,142.502,18,16.76,50.531,55.12,11,-3,1,63.247,105.008,109.846,10,-3,-3,8.979,70.27,83.52,6,-2,82.615,102.519,103.721,3,0,0,15.015,0,3,3,5,3,5,3,I think graphs should be voice activate to help you understand more. One interpretation can be confusing for some,21.175,78.146,80.014,13,6,5,5,5,6,5,It gives a clear illustration of the highs and lows during the time period with words and numbers to help you grasp it better,1.401,37.556,54.025,5,3,I tried my hardest on graph reading I hope that I will be compensated for effort to help with data. Thank you,2.662,6.662,35.168,7,2,7,3,4,1,5,6,6.909,16.254,24.282,4,2,3,3,5,6,2,9,9,,3.3,11.943,13.72,11,3,2,2,4,5,3,2.615,18.89,21.601,11,2,,4.238,4.238,5.661,1,2,1972,Louisiana,6,3,1,,3,,,6,1,1,orchidbeauty88@gmail.com,3.036,67.272,74.21,18,6266b4ea9408fc167507d923,"{""startTime"":1678935437995,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":3732,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4111,""week"":""6"",""id"":""chart""},{""time"":9313,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2010,""week"":""52"",""id"":""chart""},{""time"":12940,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1421,""week"":""5"",""id"":""chart2""},{""time"":15999,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3367,""week"":""6"",""id"":""chart2""},{""label"":""window_blurred"",""time"":35427},{""label"":""window_focused"",""time"":38984}]}","{""startTime"":1678935532523,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678935255351,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":6828,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4193,""week"":""6"",""id"":""chart""},{""time"":15685,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2497,""week"":""6"",""id"":""chart""},{""time"":25641,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7910,""week"":""6"",""id"":""chart""},{""time"":34331,""label"":""tour_next"",""step"":2},{""time"":44075,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1781,""week"":""6"",""id"":""chart2""},{""time"":50512,""label"":""tour_end"",""step"":2},{""time"":52435,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1930,""week"":""6"",""id"":""chart2""}]}","{""startTime"":1678935422360,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":18,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1531,""week"":""5"",""id"":""chart""}]}",0,simple,bar -2023-03-15 22:53:14,2023-03-15 23:06:23,0,134.215.119.81,100,789,1,2023-03-15 23:06:24,R_33fjwJxElUvDVdF,,,,,43.103,-89.5073,anonymous,EN,1,47.957,47.957,48.804,1,,,,,,,,0,0,15.019,0,94,93,53,31.32,40.026,40.967,4,31.083,40.531,45.958,2,1,1,35.461,59.581,60.618,2,-1,1,30.814,54.974,59.001,3,1,68.711,68.711,69.682,1,0,0,15.106,0,3,3,3,5,5,3,,6.789,21.205,31.301,6,3,5,5,7,1,3,"I don't know if the source is a valid one. I don't knwo what other data would impact this. I don't know what this data is being used for. There is a lot of things that this data doesn't tell me. ",4.552,4.552,56.655,1,6,,6.19,7.861,9.485,3,2,7,3,4,1,5,6,0,0,23.671,0,4,6,3,4,7,3,10,10,,7.178,37.398,39.538,10,5,5,1,1,5,5,4.371,18.935,19.639,6,1,,3.955,3.955,5.969,1,2,1960,Wisconsin,7,2,1,,7,,,16,3,1,crowhillhouse@gmail.com,3.083,170.515,180.538,30,5dd405ab80123f3eaae9af80,"{""startTime"":1678935434907,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678935466666,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678935313151,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":18706,""label"":""hovered"",""timeHovered"":2999,""week"":""2022-01-10""},{""time"":21806,""label"":""hovered"",""timeHovered"":1599,""week"":""2022-01-24""},{""time"":26206,""label"":""hovered"",""timeHovered"":1500,""week"":""2021-08-23""},{""time"":31080,""label"":""tour_next"",""step"":2},{""time"":40529,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678935419158,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,line -2023-03-15 22:46:43,2023-03-15 23:06:35,0,108.53.220.210,100,1191,1,2023-03-15 23:06:36,R_26eCfnaXACkpagZ,,,,,40.8802,-74.292,anonymous,EN,1,87.218,87.218,88.273,1,2,,1,1.837,1.837,3.524,1,1.776,12.418,15.143,4,100,3,49,36.66,64.972,67.404,4,18.519,28.893,31.183,2,-2,-3,30.306,132.322,138.624,3,-3,-3,42.655,66.025,68.011,2,-2,88.825,88.825,90.838,1,0,0,15.115,0,1,1,1,1,1,1,I stopped looking at these charts the second that people were able to do home testing AND the tests results were not reported anywhere. The data makes no sense after that.,57.902,104.625,109.092,9,1,1,1,1,1,1,"To give people an accurate ""non-vaccinated"" report, you also need to factor in WHEN were they vaccinated and how many boosters they have received. Without that information, the data is meaningless. ",1.114,1.114,52.295,1,4,"As far as the 80+: A good amount of those people are not healthy enough to get vaccinated. Their staff members and relatives are around them, without masks and without testing, and those 80+ year olds get sick. This is pretty basic to understand. I cannot get the vaccine due to health reasons. I keep myself away from only my closest family members who stay outside when they visit, and if we are all outside, we all wear masks. ",4.376,9.128,101.97,3,2,3,4,5,1,6,7,0,0,13.767,0,8,8,8,4,8,8,11,11,"Covid 19 will continue as a global pandemic until people once again start to take it seriously and fight it. Until then, we will ignore the deaths, the illnesses, and pretend it all never happened. ",4.345,20.536,62.098,9,4,4,1,1,4,4,6.51,25.846,27.058,7,1,1,2.997,6.756,9.114,2,2,1964,New Jersey,6,1,1,,9,,Fairfield,2,1,1,CarolyneAnnV@gmail.com,2.945,48.751,52.531,13,6335fd309608ba9c606477fc,"{""startTime"":1678935378352,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678935488457,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678935190557,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":77,""label"":""tour_started""},{""time"":18501,""label"":""tour_next"",""step"":2},{""time"":28875,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678935362352,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar -2023-03-15 22:54:44,2023-03-15 23:07:11,0,68.202.104.84,100,746,1,2023-03-15 23:07:11,R_1NvJQOYYY4p64Y9,,,,,28.9025,-81.248,anonymous,EN,1,11.394,12.812,14.48,2,,,,,,,,0,0,15.117,0,93,78,45,29.332,50.568,51.927,8,9.324,71.657,75.057,9,1,1,13.595,60.456,62.563,7,-2,1,13.225,62.239,63.503,7,1,16.651,52.541,53.924,5,7.743,7.743,15.018,1,5,5,6,4,5,6,,16.679,31.716,33.405,8,5,5,5,4,5,6,it seems very detail oriented,3.672,3.672,24.601,1,4,,5.377,8.709,10.131,2,2,7,3,4,1,5,6,12.63,22.998,24.656,2,3,4,4,8,4,2,10,7,,4.402,31.498,33.022,10,2,2,4,4,3,2,6.195,24.804,26.386,8,1,,4.393,7.788,9.201,2,2,1963,Florida,3,2,1,,7,,,8,4,2,,2.721,165.36,166.905,30,5bb10d4288f88d0001f3d151,"{""startTime"":1678935588352,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678935542302,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678935387120,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":23733,""label"":""hovered"",""timeHovered"":2482,""week"":""2022-01-10""},{""time"":33914,""label"":""hovered"",""timeHovered"":1001,""week"":""2021-09-06""},{""time"":35099,""label"":""hovered"",""timeHovered"":1066,""week"":""2021-08-09""},{""time"":36615,""label"":""hovered"",""timeHovered"":1366,""week"":""2021-07-12""},{""time"":39233,""label"":""hovered"",""timeHovered"":1631,""week"":""2021-04-26""},{""time"":48199,""label"":""hovered"",""timeHovered"":2266,""week"":""2022-01-03""},{""time"":59967,""label"":""tour_next"",""step"":2},{""time"":65759,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678935526649,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":9795,""label"":""hovered"",""timeHovered"":3772,""week"":""2022-01-03""}]}",0,simple,line -2023-03-15 22:30:16,2023-03-15 23:07:20,0,66.168.232.232,100,2223,1,2023-03-15 23:07:20,R_3q9ZijA0aWwJ3Kr,,,,,33.6331,-86.5987,anonymous,EN,1,84.394,84.394,90.28,1,,,,,,,,0,0,15.015,0,80,23,69,31.559,49.899,53.932,3,45.707,106.479,114.35,2,-2,1,164.907,227.455,231.706,2,1,-1,157.027,250.662,254.241,2,-2,160.787,160.787,164.18,1,0,0,15.016,0,2,3,3,2,5,3,I don't know if I trust the data because I don't know if the data is accurate. We have no way to determine if the data is accurate.,77.174,239.173,240.631,8,3,2,7,7,7,3,I don't know whether or not I trust the data because I am not sure of my interpretation of the data. It could be correct. The problem lies with me.,7.214,7.214,85.896,1,4,none,13.709,44.448,51.964,12,2,7,3,4,1,5,6,0,0,60.857,0,8,9,6,8,9,6,9,9,,20.322,70.501,78.454,8,2,4,4,2,4,3,23.948,85.417,90.042,6,3,,13.783,13.783,19.758,1,2,1961,Alabama,6,2,1,,3,,,4,1,1,mcollins8678@yahoo.com,7.028,456.576,467.675,35,5e3f51334425131b3e43a2a9,"{""startTime"":1678934578789,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934350919,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":7028,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1251,""week"":""52"",""id"":""chart""},{""time"":8442,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2356,""week"":""51"",""id"":""chart""},{""time"":10832,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2526,""week"":""50"",""id"":""chart""},{""time"":14384,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1854,""week"":""49"",""id"":""chart""},{""time"":16369,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1551,""week"":""47"",""id"":""chart""},{""time"":18109,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1864,""week"":""48"",""id"":""chart""},{""time"":20124,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2751,""week"":""46"",""id"":""chart""},{""time"":23151,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2611,""week"":""44"",""id"":""chart""},{""time"":29250,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2208,""week"":""43"",""id"":""chart2""},{""time"":33008,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1198,""week"":""46"",""id"":""chart2""},{""time"":36696,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2749,""week"":""51"",""id"":""chart2""},{""time"":39898,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3095,""week"":""52"",""id"":""chart2""}]}","{""startTime"":1678933987894,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":23283,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":9655,""week"":""36"",""id"":""chart""},{""time"":33005,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2963,""week"":""37"",""id"":""chart""},{""time"":45704,""label"":""tour_next"",""step"":2},{""time"":57248,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1997,""week"":""47"",""id"":""chart2""},{""time"":59280,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2629,""week"":""48"",""id"":""chart2""},{""time"":63259,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2230,""week"":""49"",""id"":""chart2""},{""time"":65507,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1814,""week"":""50"",""id"":""chart2""},{""time"":67355,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1930,""week"":""51"",""id"":""chart2""},{""time"":71768,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1347,""week"":""41"",""id"":""chart2""},{""time"":75281,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2196,""week"":""45"",""id"":""chart2""},{""time"":78543,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1149,""week"":""47"",""id"":""chart2""},{""time"":81225,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1914,""week"":""49"",""id"":""chart2""},{""time"":84439,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1164,""week"":""46"",""id"":""chart2""},{""time"":85619,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1083,""week"":""45"",""id"":""chart2""},{""time"":91415,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2529,""week"":""38"",""id"":""chart2""},{""time"":106476,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678934335434,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,bar -2023-03-15 22:50:57,2023-03-15 23:07:52,0,71.120.197.17,100,1014,1,2023-03-15 23:07:52,R_2TGW1AU26hyEykf,,,,,37.1235,-76.4502,anonymous,EN,1,26.675,26.675,27.988,1,1,3,1,3.314,8.856,11.248,2,0,0,15.11,0,91,82,50,36.611,68.701,71.924,7,47.928,58.289,133.95,2,1,1,34.312,55.599,81.962,2,1,1,36.484,53.292,56.343,2,-1,50.891,50.891,71.223,1,0,0,15.116,0,5,3,4,5,6,5,,14.545,29.903,34.985,6,3,5,5,4,4,5,"Generally speaking, I find the CDC to be a dedicated group of serious scientists. I trust that the veracity of the information.",3.684,3.684,66.902,1,5,"I don't know if it was intentional, but the last chart question referenced statistics for December 2022. There was not data for December 2022, only December 2021.",10.089,14.418,69.969,3,2,7,3,4,1,5,6,0,0,29.728,0,3,6,6,6,7,4,8,8,,9.025,50.213,53.943,11,3,2,2,4,3,2,13.101,42.664,44.264,6,2,1,11.556,21.002,25.604,2,2,1966,Virginia,6,1,1,,3,,,11,4,1,workwaiver@gmail.com,5.175,91.601,104.221,12,63fb77a17acd544343fb98fb,"{""startTime"":1678935569082,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678935450831,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":732,""label"":""hovered"",""timeHovered"":1495,""week"":""2022-01-03""},{""time"":2400,""label"":""hovered"",""timeHovered"":1416,""week"":""2022-01-03""},{""time"":4599,""label"":""hovered"",""timeHovered"":9420,""week"":""2022-01-03""},{""time"":15530,""label"":""hovered"",""timeHovered"":5819,""week"":""2022-01-31""}]}","{""startTime"":1678935218022,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":28,""label"":""tour_started""},{""time"":13629,""label"":""hovered"",""timeHovered"":4874,""week"":""2021-09-20""},{""time"":18503,""label"":""hovered"",""timeHovered"":1299,""week"":""2021-09-20""},{""time"":22537,""label"":""hovered"",""timeHovered"":11949,""week"":""2022-01-03""},{""time"":36919,""label"":""hovered"",""timeHovered"":2517,""week"":""2022-01-24""},{""time"":40622,""label"":""hovered"",""timeHovered"":1497,""week"":""2021-06-07""},{""time"":47894,""label"":""tour_next"",""step"":2},{""time"":58255,""label"":""tour_end"",""step"":2},{""time"":63379,""label"":""hovered"",""timeHovered"":1084,""week"":""2021-04-12""},{""time"":64662,""label"":""hovered"",""timeHovered"":1820,""week"":""2021-04-12""},{""time"":81708,""label"":""hovered"",""timeHovered"":1184,""week"":""2021-04-12""},{""time"":83046,""label"":""hovered"",""timeHovered"":3033,""week"":""2021-04-12""},{""time"":88633,""label"":""hovered"",""timeHovered"":2187,""week"":""2022-02-07""},{""time"":92488,""label"":""hovered"",""timeHovered"":3678,""week"":""2022-02-07""},{""time"":97506,""label"":""hovered"",""timeHovered"":1738,""week"":""2022-01-03""},{""time"":99386,""label"":""hovered"",""timeHovered"":1351,""week"":""2021-12-27""},{""time"":116917,""label"":""hovered"",""timeHovered"":1486,""week"":""2021-08-09""},{""time"":119268,""label"":""hovered"",""timeHovered"":1058,""week"":""2021-08-09""}]}","{""startTime"":1678935435151,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line -2023-03-15 22:57:37,2023-03-15 23:08:15,0,136.56.10.34,100,637,1,2023-03-15 23:08:15,R_1BY1z2VfMuwn5hq,,,,,35.8047,-78.8881,anonymous,EN,1,20.051,20.051,21.866,1,1,4,2,5.745,8.412,10.218,2,0,0,15.008,0,80,92,50,9.005,18.573,20.421,5,14.94,22.974,26.649,2,-2,1,36.726,65.688,69.566,3,-3,-3,32.156,63.922,65.533,2,-1,40.485,40.485,43.227,1,0,0,15.109,0,5,4,5,5,5,5,None.,12.559,24.859,29.977,7,4,5,5,3,5,5,It comes from a credible source and it has real data (counts of people with Covid).,2.389,2.389,63.532,1,3,None.,6.874,9.576,14.016,2,2,7,3,4,1,5,6,0,0,20.669,0,3,6,5,5,3,4,10,10,None.,5.868,37.803,42.044,12,3,4,2,3,4,3,9.016,24.649,27.527,6,2,4,6.112,20.412,24.654,4,1,1947,North Carolina,5,2,1,,7,,,5,4,1,5ea47bda5b1a9807ed89eb76@email.prolific.co,3.278,60.778,76.988,11,5ea47bda5b1a9807ed89eb76,"{""startTime"":1678935739583,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678935646179,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678935538005,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":14939,""label"":""tour_next"",""step"":2},{""time"":22972,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678935630788,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar -2023-03-15 22:36:07,2023-03-15 23:08:59,0,72.255.146.159,100,1972,1,2023-03-15 23:09:02,R_24I9OV1lmND1gi5,,,,,48.3711,-107.8436,anonymous,EN,1,96,96,97.381,1,,,,,,,,0,0,15.009,0,90,0,79,40.366,67.842,69.862,3,78.121,201.366,208.087,7,1,-3,49.218,153.249,155.412,2,-2,1,239.694,291.184,315.767,3,-2,81.784,81.784,110.447,1,0,0,15.009,0,5,5,6,6,6,6,"I didn't understand the data on the first question, but I do now. As I said though, unless you hover, the way the date is presented would be misleading as to the number of bugs.",15.709,90.922,166.396,7,6,5,6,2,2,6,"I trust it because it gives the total count when you hover on the visualization. I now understand the height of the color corresponds to the number of bugs and not the height it's at on the y-axis. If it didn't have the numbers showing when you hovered, I wouldn't trust it because it would be misleading.",5.307,230.444,233.836,9,6,"Since there wasn't any graph for January 20, you had to assume the insect population was continuing to rise. ",9.031,121.103,122.522,4,2,7,3,4,1,5,6,0,0,38.213,0,9,10,10,9,9,9,10,10,This was interesting.,5.415,36.345,59.403,10,4,4,2,2,3,4,12.011,37.127,39.538,6,3,,5.784,5.784,7.78,1,2,1953,Montana,8,3,1,,7,,,6,2,2,,4.563,74.57,76.635,11,5fb9b9c1c62f408e51e09e32,"{""startTime"":1678935123202,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678934695427,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":1961,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6510,""week"":""52"",""id"":""chart""},{""time"":9547,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4665,""week"":""52"",""id"":""chart""},{""time"":18813,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":12851,""week"":""52"",""id"":""chart""},{""time"":33424,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7902,""week"":""52"",""id"":""chart""},{""time"":41326,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5074,""week"":""52"",""id"":""chart""},{""time"":46514,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5575,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678934359110,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":35,""label"":""tour_started""},{""time"":36216,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":10910,""week"":""51"",""id"":""chart""},{""time"":47679,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":27960,""week"":""1"",""id"":""chart""},{""time"":78112,""label"":""tour_next"",""step"":5},{""time"":107936,""label"":""started_brush"",""startDate"":""2021-07-29"",""endDate"":""2021-12-05""},{""time"":114844,""label"":""tour_next"",""step"":5},{""time"":150230,""label"":""moved_brush"",""startDate"":""2021-04-29"",""endDate"":""2021-09-06""},{""time"":151796,""label"":""cleared_brush"",""using"":""Click""},{""time"":155109,""label"":""started_brush"",""startDate"":""2021-08-15"",""endDate"":""2021-11-30""},{""time"":156738,""label"":""tour_next"",""step"":5},{""time"":176803,""label"":""cleared_brush"",""using"":""Click""},{""time"":176803,""label"":""cleared_brush"",""using"":""Escape""},{""time"":180223,""label"":""tour_next"",""step"":5},{""time"":201357,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678934679869,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,bar -2023-03-15 22:50:11,2023-03-15 23:09:42,0,173.171.137.189,100,1170,1,2023-03-15 23:09:42,R_1FxFOnNyIrVr3uw,,,,,29.2866,-81.0869,anonymous,EN,1,1.895,170.788,171.955,2,2,,2,3.541,3.541,4.498,1,0,0,15.018,0,94,94,51,69.747,76.04,76.718,3,27.79,141.904,191.41,12,1,1,29.396,66.204,67.603,4,1,1,43.619,88.759,91.676,3,1,19.393,50.901,52.378,2,0,0,15.016,0,7,3,7,5,5,1,I have no additional thoughts or comments.,31.531,52.1,70.704,9,3,5,7,1,1,1,Because I simply don't know how this visualization's data was aggregated. Plus I don't trust information from the CDC.,3.019,32.439,90.766,4,2,,5.48,8.019,12.272,2,2,7,3,4,1,5,6,0,0,30.883,0,4,2,7,4,5,3,4,8,,11.346,45.054,48.162,9,4,3,3,2,3,4,11.341,34.814,36.458,6,6,2,3.245,17.401,18.596,2,2,1943,Florida,3,1,1,,7,,,4,1,2,,2.779,119.991,122.423,12,6348846ae221cb4a0efbf3f9,"{""startTime"":1678935674655,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678935550948,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":26785},{""label"":""window_focused"",""time"":29485}]}","{""startTime"":1678935289594,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":22,""label"":""tour_started""},{""time"":5438,""label"":""hovered"",""timeHovered"":1417,""week"":""2021-04-12""},{""time"":8909,""label"":""hovered"",""timeHovered"":6863,""week"":""2021-05-10""},{""time"":18070,""label"":""hovered"",""timeHovered"":3034,""week"":""2021-04-12""},{""label"":""window_blurred"",""time"":21877},{""label"":""window_focused"",""time"":27638},{""time"":29910,""label"":""hovered"",""timeHovered"":2487,""week"":""2021-06-07""},{""time"":34766,""label"":""hovered"",""timeHovered"":2222,""week"":""2021-07-12""},{""time"":38694,""label"":""hovered"",""timeHovered"":1777,""week"":""2021-08-02""},{""time"":53698,""label"":""tour_next"",""step"":5},{""time"":73493,""label"":""cleared_brush"",""using"":""click""},{""time"":83876,""label"":""started_brush"",""startDate"":""2021-05-07"",""endDate"":""2021-08-06""},{""time"":85706,""label"":""tour_next"",""step"":5},{""time"":106269,""label"":""moved_brush"",""startDate"":""2021-07-30"",""endDate"":""2021-10-30""},{""time"":107882,""label"":""tour_next"",""step"":5},{""time"":131151,""label"":""cleared_brush"",""using"":""click""},{""time"":131157,""label"":""cleared_brush"",""using"":""Escape""},{""time"":132390,""label"":""tour_next"",""step"":5},{""time"":141885,""label"":""tour_end"",""step"":5},{""time"":160042,""label"":""started_brush"",""startDate"":""2021-04-12"",""endDate"":""2021-08-08""},{""time"":189246,""label"":""moved_brush"",""startDate"":""2021-10-18"",""endDate"":""2022-02-13""}]}","{""startTime"":1678935535219,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line -2023-03-15 22:37:18,2023-03-15 23:09:58,0,98.33.84.233,100,1960,1,2023-03-15 23:09:58,R_1pM9ES7TW60tnsX,,,,,37.4245,-122.296,anonymous,EN,1,14.271,14.271,15.303,1,1,2,1,2.549,8.277,12.126,2,0,0,15.007,0,100,100,66,132.005,148.976,151.004,4,39.399,53.864,63.787,3,1,1,22.299,51.784,53.392,2,-2,1,105.008,138.333,146.848,4,-1,45.945,45.945,46.965,1,0,0,15.007,0,5,2,5,4,4,5,,18.569,56.526,69.053,9,2,5,3,1,7,3,"I have no reason to trust or distrust this visualization. These data broadly correspond with my recollection of case counts over the depicted timeframes (e.g., my wife and I both tested positive for Covid in August 2021, a couple months after we had received our second doses of the Pfizer vaccine, and the Omicron variant was prevalent). I have a background in science and data visualization (geology/geographic information systems) and I would say that this graph needs more explanatory material to specify what is meant by the shaded areas; that being said, it is fairly straightforward and simple to understand.",2.922,304.603,493.689,10,5,"Toward the beginning of this study, one of the questions asked to provide a range of data points. However, only one answer (one number) could be selected. It is impossible to provide a range without selecting two numbers. If I recall correctly, I would have selected between 2000 and 3500 for that question. Furthermore, I don't know if the previous question was an attention check, but the graph did not include data from December of 2022. It only went up to February of 2022. Perhaps this was a typo, or perhaps it was a deliberate deception in order to make sure attention was being paid. Either way, I was unable to give an honest response to that question because the graph did not include that Information.",9.003,9.837,351.343,2,2,7,3,4,1,5,6,0,0,149.995,0,4,6,7,9,6,9,9,8,none,8.562,71.709,83.257,13,4,5,1,2,4,4,13.178,36.981,40.24,6,4,2,4.681,17.47,20.855,2,1,1974,California,6,3,1,,7,,,17,4,1,threeboydad@hotmail.com,3.465,83.758,113.874,12,60d2cf988de167c9da56eeb0,"{""startTime"":1678935260168,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":51528,""label"":""hovered"",""timeHovered"":1216,""week"":""2022-01-17""}]}","{""startTime"":1678934670961,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":55898,""label"":""hovered"",""timeHovered"":1457,""week"":""2022-01-10""}]}","{""startTime"":1678934443900,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":3233,""label"":""hovered"",""timeHovered"":6577,""week"":""2022-01-10""},{""time"":12211,""label"":""hovered"",""timeHovered"":4935,""week"":""2021-08-02""},{""time"":17245,""label"":""hovered"",""timeHovered"":6240,""week"":""2021-08-09""},{""time"":24752,""label"":""hovered"",""timeHovered"":4366,""week"":""2021-08-09""},{""time"":29902,""label"":""hovered"",""timeHovered"":3768,""week"":""2021-08-09""},{""time"":35186,""label"":""hovered"",""timeHovered"":1635,""week"":""2021-08-09""},{""time"":39390,""label"":""tour_next"",""step"":2},{""time"":46591,""label"":""tour_end"",""step"":2},{""time"":57152,""label"":""hovered"",""timeHovered"":4289,""week"":""2021-08-16""}]}","{""startTime"":1678934655470,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line -2023-03-15 22:52:11,2023-03-15 23:10:41,0,76.183.188.244,100,1109,1,2023-03-15 23:10:41,R_2aX1NSra7p1QSa8,,,,,33.1909,-96.6198,anonymous,EN,1,25.07,25.07,26.404,1,1,2,1,74.069,75.789,77.115,2,0,0,15.059,0,82,80,74,9.306,16.227,17.364,7,151.839,153.432,156.546,2,1,1,5.717,7.662,9.081,2,-2,1,31.34,34.147,35.869,2,1,12.709,12.709,14.659,1,0,0,15.044,0,3,2,3,2,2,2,,80.235,95.547,98.876,8,2,2,2,2,2,2,I am not sure if the data is accurate,47.009,68.643,72.17,2,4,,154.623,156.601,158.997,2,2,7,3,4,1,5,6,0,0,19.804,0,4,6,4,5,6,8,9,9,,12.242,35.698,37.689,9,4,4,2,2,5,4,14.473,47.708,48.892,10,2,1,3.985,8.26,10.864,2,1,1960,Texas,6,1,1,,3,,,15,1,2,,6.701,68.436,70.502,11,640cd020656929eeb856a443,"{""startTime"":1678935711769,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_focused"",""time"":897},{""label"":""window_blurred"",""time"":2002},{""label"":""window_focused"",""time"":2911},{""label"":""window_blurred"",""time"":3667},{""label"":""window_focused"",""time"":5717},{""label"":""window_blurred"",""time"":6377},{""label"":""window_focused"",""time"":7497},{""label"":""window_blurred"",""time"":8270},{""label"":""window_focused"",""time"":9410},{""label"":""window_blurred"",""time"":10426},{""label"":""window_focused"",""time"":70856},{""label"":""window_blurred"",""time"":100121}]}","{""startTime"":1678935530937,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_focused"",""time"":88986},{""label"":""window_blurred"",""time"":104536}]}","{""startTime"":1678935344199,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":34,""label"":""tour_started""},{""label"":""window_focused"",""time"":149116},{""time"":151827,""label"":""tour_next"",""step"":2},{""time"":153421,""label"":""tour_end"",""step"":2},{""label"":""window_blurred"",""time"":158525}]}","{""startTime"":1678935513469,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar -2023-03-15 22:52:51,2023-03-15 23:10:54,0,108.94.145.64,100,1083,1,2023-03-15 23:10:55,R_296yxyxIKudAjka,,,,,29.9375,-90.0848,anonymous,EN,1,86.723,86.723,88.84,1,,,,,,,,0,0,15.031,0,100,100,50,10.716,16.06,25.812,3,6.472,91.297,92.697,14,1,-2,40.559,97.423,102.929,2,-2,1,22.887,45.3,54.727,2,1,81.597,148.509,150.302,5,0,0,15.024,0,6,6,6,6,6,6,"The date is relevent because it is provided by the Croation Chamber of Agriculture. I would think that agency keeps strong records of trends that would impact crops. ",13.048,124.09,131.741,16,5,5,5,7,7,5,The information is provided by the Croatian Chamber of Commerce. It is a legitimate source and it has a link that I can click to learn more.,2.214,2.214,52.842,1,6,None,8.039,8.975,13.285,2,2,7,3,4,1,5,6,84.788,84.788,87.593,1,9,11,10,10,11,10,11,11,None,3.495,15.911,22.298,9,3,4,2,2,4,4,9.4,26.312,30.417,6,6,,6.952,6.952,14.998,1,2,1972,Louisiana,7,2,1,,4,,,17,1,1,5d86d05f9854a60019240621@email.prolific.co,0.956,68.733,74.523,17,5d86d05f9854a60019240621,"{""startTime"":1678935668005,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":6533,""label"":""hovered"",""timeHovered"":1631,""week"":""2021-09-20""},{""label"":""window_blurred"",""time"":40871},{""label"":""window_focused"",""time"":51365}]}","{""startTime"":1678935571729,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":1074,""label"":""hovered"",""timeHovered"":1663,""week"":""2021-07-19""},{""time"":11385,""label"":""hovered"",""timeHovered"":1416,""week"":""2021-11-29""},{""time"":13071,""label"":""hovered"",""timeHovered"":23294,""week"":""2022-01-10""}]}","{""startTime"":1678935311492,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":6459,""label"":""tour_next"",""step"":5},{""time"":13060,""label"":""tour_back"",""step"":5},{""time"":16292,""label"":""tour_next"",""step"":5},{""time"":28700,""label"":""tour_back"",""step"":5},{""time"":31421,""label"":""hovered"",""timeHovered"":2072,""week"":""2021-08-02""},{""time"":37997,""label"":""hovered"",""timeHovered"":3547,""week"":""2022-01-31""},{""time"":41862,""label"":""hovered"",""timeHovered"":1015,""week"":""2021-09-20""},{""time"":46635,""label"":""tour_next"",""step"":5},{""time"":51033,""label"":""cleared_brush"",""using"":""click""},{""time"":56495,""label"":""started_brush"",""startDate"":""2021-06-17"",""endDate"":""2021-10-01""},{""time"":58516,""label"":""tour_next"",""step"":5},{""time"":64638,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-07-26""},{""time"":65508,""label"":""tour_next"",""step"":5},{""time"":75050,""label"":""cleared_brush"",""using"":""click""},{""time"":75052,""label"":""cleared_brush"",""using"":""Escape""},{""time"":75952,""label"":""cleared_brush"",""using"":""click""},{""time"":75955,""label"":""cleared_brush"",""using"":""Escape""},{""time"":77025,""label"":""cleared_brush"",""using"":""click""},{""time"":77027,""label"":""cleared_brush"",""using"":""Escape""},{""time"":77247,""label"":""cleared_brush"",""using"":""click""},{""time"":77249,""label"":""cleared_brush"",""using"":""Escape""},{""time"":77464,""label"":""cleared_brush"",""using"":""click""},{""time"":77466,""label"":""cleared_brush"",""using"":""Escape""},{""time"":78084,""label"":""tour_next"",""step"":5},{""time"":80100,""label"":""tour_end"",""step"":5},{""time"":82294,""label"":""hovered"",""timeHovered"":1077,""week"":""2021-09-20""},{""time"":84329,""label"":""hovered"",""timeHovered"":1522,""week"":""2021-08-30""},{""time"":87675,""label"":""hovered"",""timeHovered"":1136,""week"":""2021-08-30""}]}","{""startTime"":1678935556073,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":4379,""label"":""hovered"",""timeHovered"":1286,""week"":""2021-05-24""},{""time"":5925,""label"":""hovered"",""timeHovered"":1283,""week"":""2021-04-19""}]}",0,complex,line -2023-03-15 22:39:35,2023-03-15 23:11:09,0,108.202.225.94,100,1893,1,2023-03-15 23:11:09,R_OfMtNsyHYhpkkg1,,,,,26.6371,-80.0841,anonymous,EN,1,14.219,287.834,290.702,8,1,4,2,3.601,9.08,12.72,2,0,0,15.116,0,92,15,36,39.753,76.787,78.744,7,45.88,113.131,121.372,4,1,1,106.072,145.934,148.123,2,-3,-3,101.939,224.327,227.605,3,1,75.574,131.72,141.067,3,0,0,15.127,0,5,2,5,5,5,5,none,42.245,78.432,82.922,7,4,7,7,7,3,5,"I checked the source of the data and it said the CDC, I trust that his was the best information they had. I hope those reporting to CDC were true and accurate",10.375,92.29,107.636,4,5,none,15.814,36.023,41.027,6,2,7,3,4,1,5,6,0,0,44.553,0,2,2,2,3,5,1,5,3,,12.586,51.92,61.7,8,5,5,1,1,5,5,25.702,78.966,80.251,6,1,1,11.919,28.904,32.84,2,2,1950,Maine,7,2,1,,7,,,3,4,1,,6.527,243.451,260.125,21,63b48736ce3bb3afbc79ff7c,"{""startTime"":1678935280233,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678935104784,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934817142,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":16450,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":26357,""week"":""1"",""id"":""chart""},{""time"":50575,""label"":""tour_next"",""step"":2},{""time"":64240,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2975,""week"":""2"",""id"":""chart2""},{""time"":67218,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2514,""week"":""1"",""id"":""chart2""},{""time"":80662,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5781,""week"":""2"",""id"":""chart2""},{""time"":89081,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3494,""week"":""2"",""id"":""chart2""},{""time"":113119,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678935088987,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar -2023-03-15 22:59:42,2023-03-15 23:11:36,0,98.118.132.83,100,713,1,2023-03-15 23:11:36,R_2qdvkOPfGP3bpWy,,,,,42.7368,-78.8358,anonymous,EN,1,5.563,5.563,6.8,1,1,4,2,1.658,4.225,5.285,2,0,0,15.111,0,100,50,50,15.625,39.697,40.887,4,8.928,83.808,84.713,17,1,1,26.813,45.061,52.147,2,-3,1,72.197,84.605,85.794,2,-3,14.025,82.969,83.327,6,0,0,15.016,0,6,1,3,3,6,3,How was it collected? Was it self reported (for example)?,5.963,25.819,61.578,7,1,3,5,1,1,5,I trust the numbers. I don't completely understand how they were collected,2.123,34.667,37.147,2,7,none,3.624,4.944,8.862,2,2,7,3,4,1,5,6,0,0,15.826,0,1,3,10,6,2,7,10,10,none,2.41,18.85,22.345,9,3,3,3,3,2,3,3.267,18.947,20.209,6,5,1,2.575,7.991,9.325,2,1,1955,New York,7,3,1,,7,,,9,2,1,dougreif@hotmail.com,1.768,87.538,98.857,24,5b6f49b7d60bdd0001ade437,"{""startTime"":1678935915548,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678935845692,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":3010,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1101,""week"":""51"",""id"":""chart""},{""time"":5295,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1215,""week"":""2"",""id"":""chart""}]}","{""startTime"":1678935661519,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":8924,""label"":""tour_next"",""step"":5},{""time"":18963,""label"":""started_brush"",""startDate"":""2021-06-10"",""endDate"":""2021-09-03""},{""time"":22862,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-06-28""},{""time"":23523,""label"":""tour_next"",""step"":5},{""time"":28622,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-08-13""},{""time"":29523,""label"":""tour_next"",""step"":5},{""time"":39886,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-09-10""},{""time"":52583,""label"":""moved_brush"",""startDate"":""2021-06-05"",""endDate"":""2021-11-10""},{""time"":54834,""label"":""cleared_brush"",""using"":""Click""},{""time"":54834,""label"":""cleared_brush"",""using"":""Escape""},{""time"":56740,""label"":""tour_next"",""step"":5},{""time"":62059,""label"":""tour_end"",""step"":5},{""time"":63672,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3660,""week"":""50"",""id"":""chart""},{""time"":67361,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3689,""week"":""51"",""id"":""chart""},{""time"":76382,""label"":""started_brush"",""startDate"":""2021-06-26"",""endDate"":""2021-10-25""}]}","{""startTime"":1678935830262,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":4030,""label"":""started_brush"",""startDate"":""2021-07-03"",""endDate"":""2021-07-21""},{""time"":10054,""label"":""started_brush"",""startDate"":""2021-07-31"",""endDate"":""2021-11-24""},{""time"":11077,""label"":""cleared_brush"",""using"":""Click""},{""time"":11077,""label"":""cleared_brush"",""using"":""Escape""}]}",1,complex,bar -2023-03-15 22:57:17,2023-03-15 23:12:12,0,172.58.142.157,100,894,1,2023-03-15 23:12:13,R_2VrUHkzistQkDxK,,,,,41.8486,-87.6288,anonymous,EN,1,5.877,26.993,30.992,3,,,,,,,,0,0,15.112,0,80,60,56,12.842,47.344,49.486,5,20.638,80.345,98.272,5,1,1,22.382,48.669,72.091,2,1,1,56.64,75.648,77.682,2,1,116.38,116.38,118.503,1,0,0,15.118,0,4,3,4,4,5,4,,11.227,37.25,75.737,7,5,5,5,7,7,5,"well, you told me you trusted the data source. The visualization seems pretty straightforward and easy to understand.",2.248,2.248,55.949,1,4,,7.29,7.29,10.213,1,2,7,3,4,1,5,6,0,0,27.346,0,6,7,7,8,9,6,11,10,I trust the Democrats a ton more than the power obsessed (at any cost) Republicans. Sad you lumped them together,8.388,37.14,65.852,9,4,5,1,1,5,5,12.015,25.728,27.159,6,2,,2.546,4.782,6.789,2,1,1953,Illinois,7,1,1,,7,,,5,4,1,57bf14513c449a000189c89a@email.prolific.co,2.61,65.357,74.553,10,57bf14513c449a000189c89a,"{""startTime"":1678935739932,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678935816152,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678935546996,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":11,""label"":""tour_started""},{""label"":""window_blurred"",""time"":22189},{""time"":24628,""label"":""hovered"",""timeHovered"":1198,""week"":""2021-12-27""},{""time"":26944,""label"":""hovered"",""timeHovered"":11751,""week"":""2022-01-10""},{""label"":""window_focused"",""time"":42328},{""time"":42435,""label"":""tour_next"",""step"":2},{""time"":51963,""label"":""tour_end"",""step"":2},{""time"":54375,""label"":""hovered"",""timeHovered"":3132,""week"":""2022-02-07""},{""time"":65255,""label"":""hovered"",""timeHovered"":4256,""week"":""2021-10-11""},{""time"":71025,""label"":""hovered"",""timeHovered"":3651,""week"":""2021-08-23""},{""time"":75767,""label"":""hovered"",""timeHovered"":5478,""week"":""2022-01-31""},{""time"":87742,""label"":""hovered"",""timeHovered"":1454,""week"":""2021-09-13""},{""time"":89507,""label"":""hovered"",""timeHovered"":1681,""week"":""2021-08-23""}]}","{""startTime"":1678935724278,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7994,""label"":""hovered"",""timeHovered"":5503,""week"":""2022-01-03""}]}",0,moderate,line -2023-03-15 22:57:33,2023-03-15 23:12:15,0,173.64.119.143,100,881,1,2023-03-15 23:12:15,R_3n7dh8syL3s5BBR,,,,,39.2514,-76.7979,anonymous,EN,1,18.602,18.602,19.928,1,,,,,,,,0,0,15.008,0,87,74,86,18.142,55.201,57.294,4,31.043,254.384,271.292,42,-2,-3,33.818,67.325,68.502,3,-3,-3,68.156,79.867,81.024,2,1,31.975,31.975,34.067,1,0,0,15.005,0,5,3,4,4,6,5,,9.236,32.687,37.701,6,5,6,6,5,5,5,There is a lot of information but with the chart being interactive I can change it so I can see and compare the data as I want. It is very flexible.,4.177,4.177,66.627,1,6,,5.992,5.992,7.7,1,2,7,3,4,1,5,6,0,0,21.774,0,3,8,10,8,9,8,10,10,,7.788,27.253,29.679,8,4,4,2,2,4,4,11.231,31.98,33.52,6,3,,6.707,6.707,8.449,1,1,1954,Maryland,6,2,1,,7,,,14,3,1,nadolny2@verizon.net,2.263,55.727,60.916,13,6229fff149374541c22a95bf,"{""startTime"":1678935973289,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678935880345,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678935558538,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":12366,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1372,""week"":""45"",""id"":""chart""},{""time"":14605,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1562,""week"":""52"",""id"":""chart""},{""time"":31039,""label"":""tour_next"",""step"":5},{""time"":76104,""label"":""tour_back"",""step"":5},{""time"":81441,""label"":""tour_next"",""step"":5},{""time"":92282,""label"":""tour_back"",""step"":5},{""time"":112146,""label"":""tour_next"",""step"":5},{""time"":118934,""label"":""tour_back"",""step"":5},{""time"":127156,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1333,""week"":""3"",""id"":""chart""},{""time"":148057,""label"":""tour_next"",""step"":5},{""time"":156513,""label"":""tour_back"",""step"":5},{""time"":172042,""label"":""tour_next"",""step"":5},{""time"":177645,""label"":""started_brush"",""startDate"":""2021-11-30"",""endDate"":""2022-01-31""},{""time"":180617,""label"":""started_brush"",""startDate"":""2021-11-01"",""endDate"":""2022-02-05""},{""time"":184597,""label"":""tour_next"",""step"":5},{""time"":212370,""label"":""moved_brush"",""startDate"":""2021-06-09"",""endDate"":""2021-09-14""},{""time"":214385,""label"":""tour_next"",""step"":5},{""time"":227274,""label"":""cleared_brush"",""using"":""Click""},{""time"":227274,""label"":""cleared_brush"",""using"":""Escape""},{""time"":229162,""label"":""tour_next"",""step"":5},{""time"":236168,""label"":""tour_end"",""step"":5},{""time"":241660,""label"":""cleared_brush"",""using"":""Click""},{""time"":243127,""label"":""cleared_brush"",""using"":""Click""},{""time"":251232,""label"":""started_brush"",""startDate"":""2021-12-25"",""endDate"":""2022-01-01""},{""time"":256090,""label"":""cleared_brush"",""using"":""Click""},{""time"":256090,""label"":""cleared_brush"",""using"":""Escape""},{""time"":258591,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4017,""week"":""23"",""id"":""chart""},{""time"":264136,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3284,""week"":""1"",""id"":""chart""}]}","{""startTime"":1678935864689,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":5426,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1069,""week"":""32"",""id"":""chart""},{""time"":8588,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2204,""week"":""52"",""id"":""chart""},{""time"":12806,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1915,""week"":""14"",""id"":""chart""}]}",0,complex,bar -2023-03-15 23:02:10,2023-03-15 23:12:28,0,24.18.152.45,100,618,1,2023-03-15 23:12:29,R_1lobqL9RlaVxbgv,,,,,47.3236,-122.3187,anonymous,EN,1,3.43,35.486,36.94,2,,,,,,,,0,0,15.146,0,61,60,52,14.355,26.079,27.292,3,7.584,66.728,90.749,7,1,1,7.729,30.281,31.876,3,1,1,29.771,39.688,40.932,2,1,17.919,17.919,20.397,1,0,0,15.017,0,3,3,3,4,4,3,,12.678,21.656,23.339,6,3,4,3,1,1,3,"I don't know how reliable the material is. I believe it had a source, which I probably should've looked closer at, to more adequately trust the visualization.",1.081,1.081,52.095,1,4,,3.33,4.431,6.254,3,2,7,3,4,1,5,6,0,0,11.323,0,3,3,5,4,4,3,5,7,,1.225,24.392,25.826,4,2,2,3,4,2,2,0.979,29.064,30.804,5,2,,0,0,1.749,0,1,1990,Washington,6,2,1,,7,,,19,4,1,humbleturker@gmail.com,26.632,100.699,108.47,23,5b48f2d0ff7497000125165e,"{""startTime"":1678935950001,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":674,""label"":""hovered"",""timeHovered"":3299,""week"":""2021-09-20""}]}","{""startTime"":1678935974259,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678935821399,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":32,""label"":""tour_started""},{""time"":7564,""label"":""tour_next"",""step"":5},{""time"":19066,""label"":""tour_back"",""step"":5},{""time"":29749,""label"":""tour_next"",""step"":5},{""time"":41523,""label"":""started_brush"",""startDate"":""2021-11-08"",""endDate"":""2022-02-12""},{""time"":43763,""label"":""tour_next"",""step"":5},{""time"":51819,""label"":""moved_brush"",""startDate"":""2021-11-08"",""endDate"":""2022-02-13""},{""time"":54949,""label"":""tour_next"",""step"":5},{""time"":58369,""label"":""cleared_brush"",""using"":""click""},{""time"":58375,""label"":""cleared_brush"",""using"":""Escape""},{""time"":60148,""label"":""tour_next"",""step"":5},{""time"":66708,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678935933982,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":6907,""label"":""hovered"",""timeHovered"":1013,""week"":""2022-01-03""},{""time"":11044,""label"":""hovered"",""timeHovered"":1080,""week"":""2022-01-03""},{""time"":13081,""label"":""hovered"",""timeHovered"":2088,""week"":""2022-01-03""}]}",0,complex,line -2023-03-15 22:56:43,2023-03-15 23:12:42,0,24.22.79.208,100,958,1,2023-03-15 23:12:42,R_a3jyZTJsmk63Mit,,,,,45.4805,-122.6363,anonymous,EN,1,28.834,28.834,30.28,1,1,4,2,8.502,11.544,13.321,2,0,0,15.011,0,0,0,50,40.043,45.967,48.131,3,32.917,239.841,244.337,17,1,1,57.001,74.514,76.399,2,-1,-1,55.932,71.3,73.075,2,-3,72.566,72.566,74.466,1,0,0,15.023,0,6,6,6,1,1,6,,8.8,31.406,36.467,8,1,1,1,1,1,1,I can't really understand what is being presented...I can't compare age groups when they are stacked on top of each other,1.901,1.901,59.585,1,5,,4.773,5.402,7.701,2,2,3,4,5,1,6,7,0,0,18.569,0,8,9,1,8,11,2,11,10,,7.515,27.628,29.7,9,5,5,3,1,5,5,8.626,27.271,28.286,6,1,2,2.401,12.802,14.322,2,2,1939,Oregon,6,1,1,,7,,,4,4,1,theotherwhistler@gmail.com,2.161,106.638,118.492,22,58d7896b4240e5000118f705,"{""startTime"":1678935884077,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678935896473,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678935523427,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":31,""label"":""tour_started""},{""time"":14008,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":14750,""week"":""51"",""id"":""chart""},{""time"":32888,""label"":""tour_next"",""step"":5},{""time"":68867,""label"":""tour_back"",""step"":5},{""time"":80753,""label"":""tour_next"",""step"":5},{""time"":129363,""label"":""started_brush"",""startDate"":""2021-06-24"",""endDate"":""2021-10-12""},{""time"":134826,""label"":""tour_next"",""step"":5},{""time"":153455,""label"":""moved_brush"",""startDate"":""2021-08-12"",""endDate"":""2021-12-01""},{""time"":154937,""label"":""tour_next"",""step"":5},{""time"":161547,""label"":""cleared_brush"",""using"":""Click""},{""time"":163375,""label"":""tour_next"",""step"":5},{""time"":173585,""label"":""tour_end"",""step"":5},{""time"":175443,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4352,""week"":""1"",""id"":""chart""},{""time"":181241,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1155,""week"":""6"",""id"":""chart""},{""time"":186029,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1122,""week"":""6"",""id"":""chart""},{""time"":188519,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":15758,""week"":""6"",""id"":""chart""},{""time"":220293,""label"":""started_brush"",""startDate"":""2022-01-02"",""endDate"":""2022-02-07""},{""time"":223065,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2464,""week"":""6"",""id"":""chart""},{""time"":226781,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3577,""week"":""5"",""id"":""chart""},{""time"":231090,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3347,""week"":""5"",""id"":""chart""},{""time"":241803,""label"":""cleared_brush"",""using"":""Click""}]}","{""startTime"":1678935843252,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":9456,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1469,""week"":""52"",""id"":""chart""}]}",1,complex,bar -2023-03-15 22:56:46,2023-03-15 23:12:47,0,73.117.160.242,100,960,1,2023-03-15 23:12:48,R_3iywB6FbljnS6K9,,,,,40.5565,-79.5772,anonymous,EN,1,23.804,23.804,30.308,1,1,2,2,2.35,6.001,7.514,2,0,0,15.008,0,78,75,54,21.336,35.793,46.448,4,71.657,97.913,256.525,4,1,1,28.876,60.701,62.643,2,-3,1,22.713,135.977,137.26,4,-1,26.655,26.655,28.027,1,0,0,15.015,0,4,3,5,4,6,4,I think that the CDC would be reliable.,13.41,37.298,56.895,8,5,5,6,3,3,5,It seems like it would be easy to read.,3.893,3.893,18.952,1,6,none,3.686,5.941,11.673,2,2,7,3,4,1,5,6,0,0,25.197,0,5,5,6,7,6,7,8,9,none,5.179,18.178,23.302,9,3,3,2,2,3,3,8.551,23.952,25.12,7,4,2,3.8,13.019,16.558,2,2,1953,Pennsylvania,2,2,1,,7,,,6,3,1,5b33a01fa8327d0001003821@email.prolific.co,2.528,100.728,107.884,21,5b33a01fa8327d0001003821,"{""startTime"":1678936002202,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678935945007,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678935533711,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":23,""label"":""tour_started""},{""time"":4479,""label"":""hovered"",""timeHovered"":1901,""week"":""2022-01-17""},{""label"":""window_blurred"",""time"":37738},{""label"":""window_focused"",""time"":39801},{""time"":6381,""label"":""hovered"",""timeHovered"":67995,""week"":""2021-12-06""},{""time"":79942,""label"":""hovered"",""timeHovered"":1481,""week"":""2022-02-07""},{""time"":82291,""label"":""hovered"",""timeHovered"":3566,""week"":""2022-01-31""},{""time"":91873,""label"":""tour_next"",""step"":2},{""time"":97896,""label"":""tour_end"",""step"":2},{""time"":120602,""label"":""hovered"",""timeHovered"":24591,""week"":""2022-02-07""},{""time"":151638,""label"":""hovered"",""timeHovered"":2339,""week"":""2022-01-31""},{""time"":154057,""label"":""hovered"",""timeHovered"":1728,""week"":""2022-01-31""},{""time"":162665,""label"":""hovered"",""timeHovered"":3512,""week"":""2022-01-10""},{""time"":167263,""label"":""hovered"",""timeHovered"":4786,""week"":""2022-01-03""},{""time"":173054,""label"":""hovered"",""timeHovered"":2499,""week"":""2022-01-03""},{""time"":178937,""label"":""hovered"",""timeHovered"":1504,""week"":""2022-01-10""},{""time"":180455,""label"":""hovered"",""timeHovered"":18546,""week"":""2022-01-10""},{""time"":202898,""label"":""hovered"",""timeHovered"":24399,""week"":""2022-01-10""},{""time"":228890,""label"":""hovered"",""timeHovered"":1046,""week"":""2022-01-03""},{""time"":229949,""label"":""hovered"",""timeHovered"":2259,""week"":""2022-01-03""},{""time"":233328,""label"":""hovered"",""timeHovered"":1152,""week"":""2022-01-10""},{""time"":235131,""label"":""hovered"",""timeHovered"":1127,""week"":""2022-01-03""},{""time"":237898,""label"":""hovered"",""timeHovered"":15302,""week"":""2021-12-27""}]}","{""startTime"":1678935929271,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6665,""label"":""hovered"",""timeHovered"":7118,""week"":""2022-01-17""}]}",1,moderate,line -2023-03-15 22:57:59,2023-03-15 23:13:09,0,97.82.55.83,100,909,1,2023-03-15 23:13:09,R_1roAZtWE0gywaZJ,,,,,33.1768,-86.3547,anonymous,EN,1,17.96,17.96,19.979,1,,,,,,,,0,0,15.162,0,82,18,29,12.696,22.045,23.676,3,44.793,50.054,85.803,2,1,1,42.587,63.731,66.999,2,-3,-3,86.686,114.161,116.454,2,-1,38.241,38.241,40.136,1,0,0,15.068,0,5,5,5,4,5,5,none,13.606,38.758,48.824,7,5,3,7,7,7,5,As far as I know it was put together by people who know what they are talking about.,3.601,3.601,33.445,1,5,none,8.886,10.942,16.101,2,2,7,3,4,1,5,6,0,0,34.82,0,3,3,8,8,1,5,9,9,none,10.203,32.039,36.878,10,2,2,3,4,2,2,14.865,32.753,34.303,6,6,,8.09,8.09,10.664,1,1,1963,Alabama,2,2,1,,7,,,4,1,1,karlchilders63@gmail.com,6.741,218.861,228.472,34,610a151c96de07b15f28c8cb,"{""startTime"":1678935790243,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678935720193,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678935549978,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":25,""label"":""tour_started""},{""time"":44777,""label"":""tour_next"",""step"":2},{""time"":50038,""label"":""tour_end"",""step"":2},{""time"":51362,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1444,""week"":""52"",""id"":""chart2""},{""time"":53759,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3407,""week"":""52"",""id"":""chart2""},{""time"":58585,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4587,""week"":""52"",""id"":""chart""},{""time"":63386,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2485,""week"":""1"",""id"":""chart""},{""time"":67079,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1710,""week"":""6"",""id"":""chart""},{""time"":70565,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5960,""week"":""23"",""id"":""chart""},{""time"":77168,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1104,""week"":""48"",""id"":""chart""},{""time"":79437,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1418,""week"":""6"",""id"":""chart""}]}","{""startTime"":1678935704185,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":10307,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1721,""week"":""4"",""id"":""chart""}]}",0,simple,bar -2023-03-15 22:53:39,2023-03-15 23:13:28,0,184.4.65.16,100,1189,1,2023-03-15 23:13:29,R_2zdMESEgXFeXTZz,,,,,37.168,-93.3039,anonymous,EN,1,19.739,19.739,21.649,1,,,,,,,,0,0,15.008,0,95,91,77,20.658,91.802,125.501,8,2.126,261.231,280.591,56,1,1,12.365,42.76,45.179,5,-2,1,29.745,45.819,50.626,2,1,17.731,50.528,55.336,4,0,0,15.109,0,2,2,2,2,2,2,with the scrolling function that seems as off as this one does you know when you drag the cursor across the line and the figures are reversed i don't know what to believe it's hard for me to answer this reasonably. if everything lined up i would probably say agree to all the above seems like it's accurate seems like it's meaningful seems like if i was a farmer or somebody at delta agriculture it would be very useful information. but i sure wouldn't want to be buying a lot of treatments for one or the other if the data doesn't match up every time i look at it or every way i look at it perhaps i should say.,13.227,20.254,81.018,7,5,5,2,7,7,2,for one thing the system is difficult to use and for a second thing when you scroll over the timeline the figures are reversed. they report them just opposite i can't remember exactly which way it was but the whichever way it was the figures were reversed the blue ones were the opposite as the brown ones on the scroll in other words it was giving you the exact opposite data when you scrolled across it then what the chart itself read. so you never know with researchers are you guys doing this just to throw us off and see if somebody has a screwy operating system we'll say we trust it or is it just a mistake. if everything was consistent i would say i trust the data but since the design is flawed i don't know what's going on.,4.025,4.025,118.213,1,5,in the comments i made earlier i should have said mouse over instead of scroll but that's what i meant the mouse over reversed the figures the numbers were if i remember right were the insects were in blue and wrong and the fungus was in brown and wrong for the mouse over that was in the system i looked at now if i was a control group then that's why i don't trust the data i mean i guess i should say experimental group that i don't trust the data. these last two charts where everything was consistent yes i would trust the data.,6.336,12.098,70.901,4,2,7,3,4,1,5,6,0,0,26.23,0,4,6,6,6,6,4,8,8,Thanks for letting me participate and thanks for adding to our body of knowledge. :),7.415,25.718,32.458,9,4,3,2,3,5,3,4.042,22.553,23.366,6,2,,3.524,3.524,5.746,1,1,1948,Missouri,7,1,1,,7,,,6,1,1,"5484655ffdf99b07b28f22cc@email.prolific.co ",3.081,129.878,137.371,25,5484655ffdf99b07b28f22cc,"{""startTime"":1678935916675,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678935746596,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678935394274,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":11102,""label"":""hovered"",""timeHovered"":2368,""week"":""2021-06-21""},{""time"":13487,""label"":""hovered"",""timeHovered"":6354,""week"":""2021-06-21""},{""time"":46310,""label"":""hovered"",""timeHovered"":5469,""week"":""2021-06-21""},{""time"":53615,""label"":""hovered"",""timeHovered"":10240,""week"":""2022-01-10""},{""time"":64341,""label"":""hovered"",""timeHovered"":3702,""week"":""2021-12-13""},{""time"":72795,""label"":""hovered"",""timeHovered"":19380,""week"":""2022-01-03""},{""time"":94110,""label"":""hovered"",""timeHovered"":1116,""week"":""2021-09-06""},{""time"":95227,""label"":""hovered"",""timeHovered"":1200,""week"":""2021-09-06""},{""time"":98181,""label"":""hovered"",""timeHovered"":1098,""week"":""2022-02-07""},{""time"":99330,""label"":""hovered"",""timeHovered"":1851,""week"":""2022-02-07""},{""time"":103216,""label"":""hovered"",""timeHovered"":3118,""week"":""2022-01-10""},{""time"":110123,""label"":""tour_next"",""step"":5},{""time"":118515,""label"":""tour_back"",""step"":5},{""time"":125661,""label"":""tour_next"",""step"":5},{""time"":140150,""label"":""tour_back"",""step"":5},{""time"":144944,""label"":""hovered"",""timeHovered"":1117,""week"":""2022-01-31""},{""time"":151307,""label"":""tour_next"",""step"":5},{""time"":153732,""label"":""tour_back"",""step"":5},{""time"":164241,""label"":""tour_next"",""step"":5},{""time"":191695,""label"":""tour_back"",""step"":5},{""time"":204180,""label"":""tour_next"",""step"":5},{""time"":226469,""label"":""started_brush"",""startDate"":""2021-04-30"",""endDate"":""2022-02-13""},{""time"":227992,""label"":""tour_next"",""step"":5},{""time"":234691,""label"":""moved_brush"",""startDate"":""2021-04-30"",""endDate"":""2022-02-13""},{""time"":238175,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-01-25""},{""time"":239421,""label"":""tour_next"",""step"":5},{""time"":250664,""label"":""cleared_brush"",""using"":""click""},{""time"":250667,""label"":""cleared_brush"",""using"":""Escape""},{""time"":252457,""label"":""tour_next"",""step"":5},{""time"":261225,""label"":""tour_end"",""step"":5},{""time"":265858,""label"":""hovered"",""timeHovered"":8857,""week"":""2022-01-17""},{""time"":275075,""label"":""hovered"",""timeHovered"":1594,""week"":""2022-01-24""}]}","{""startTime"":1678935730996,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":10397,""label"":""hovered"",""timeHovered"":1535,""week"":""2022-01-17""},{""time"":11935,""label"":""hovered"",""timeHovered"":1098,""week"":""2022-01-17""}]}",0,complex,line -2023-03-15 22:58:17,2023-03-15 23:13:43,0,172.58.209.71,100,925,1,2023-03-15 23:13:43,R_3RraRTYvx6aJPoB,,,,,34.0447,-118.2946,anonymous,EN,1,38.704,38.704,40.791,1,1,2,2,7.159,11.068,12.611,2,0,0,15.118,0,74,93,12,25.365,42.142,49.201,4,26.779,35.751,39.102,2,1,-3,36.592,49.759,52.071,2,-3,-3,82.624,121.907,124.401,2,-2,37.82,37.82,39.514,1,0,0,15.011,0,5,4,5,5,5,4,none,8.749,30.42,35.383,9,2,5,4,3,4,4,"I trust this visualization slightly agree due to some missing key facts such as information related to that facts of humans age, sex and location.",3.879,136.333,139.644,6,5,none,8.433,11.345,15.411,3,2,7,3,4,1,5,6,0,0,32.367,0,7,9,9,10,9,8,8,10,none,7.231,24.139,28.588,9,2,3,3,4,4,4,11.205,34.326,36.028,7,6,2,5.36,13.797,15.781,2,1,1967,California,2,2,1,,2,,,6,3,1,tailee33167@aol.com,4.52,141.453,147.23,30,5e1efdb3a8c111230db526ff,"{""startTime"":1678935820880,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678935857378,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678935636566,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":78,""label"":""tour_started""},{""time"":22251,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1032,""week"":""4"",""id"":""chart""},{""time"":26760,""label"":""tour_next"",""step"":2},{""time"":35731,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678935804402,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar -2023-03-15 22:46:47,2023-03-15 23:14:56,0,66.168.154.34,100,1688,1,2023-03-15 23:14:57,R_3J5a32NrXQGuwqg,,,,,36.5246,-87.3465,anonymous,EN,1,48.792,72.521,74.911,4,2,,2,3.169,3.169,4.577,1,14.676,14.676,15.117,1,59,100,57,5.59,67.348,69.046,8,11.124,147.701,150.365,4,1,1,10.131,67.844,69.004,8,1,1,3.66,190.832,193.811,11,1,8.683,114.958,116.275,8,7.451,10.346,15.119,2,3,1,3,6,6,1,"I want to know how the cases were determined to be COVID-19. What kind of test was used? If I don't trust the testing, the I don't trust the data. I have never been able to find out any information about how the home tests work or what those test results are based on. I know they can't be pcr which I don't trust for testing COVID-19. (I have experience with pcr from a former job)",6.094,345.323,350.585,12,3,6,3,1,1,6,"I only chose ""I trust this visualization' because you told me to assume I trust the data in the visualization. I actually DON'T trust the data, but you prefaced the questions based on my trusting the data.",4.206,75.063,84.686,3,6,Most people can be trusted. But I have absolutely no trust in the CDC. Before COVID-19 and for the first few months of the pandemic I trusted and had great respect for the CDC.,7.132,171.607,180.469,13,2,7,3,4,1,5,6,27.986,34.597,35.841,2,1,2,9,4,1,6,9,6,,7.682,31.856,44.703,11,5,5,1,1,3,5,11.472,36.639,38.001,8,6,4,5.426,18.577,24.508,3,2,1951,Tennessee,9,2,1,,9,,Clarksville,3,1,1,kizzyeleven@comcast.net,3.561,124.015,125.269,27,5c1976c90d57c30001b4162c,"{""startTime"":1678935374800,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678935223703,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934987080,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":24613,""label"":""hovered"",""timeHovered"":1350,""week"":""2021-04-12""},{""time"":27080,""label"":""hovered"",""timeHovered"":32583,""week"":""2021-04-12""},{""time"":60596,""label"":""hovered"",""timeHovered"":6102,""week"":""2021-05-03""},{""time"":67381,""label"":""hovered"",""timeHovered"":4267,""week"":""2021-06-14""},{""time"":73565,""label"":""hovered"",""timeHovered"":17635,""week"":""2021-08-16""},{""time"":94283,""label"":""hovered"",""timeHovered"":3766,""week"":""2022-01-03""},{""time"":98767,""label"":""hovered"",""timeHovered"":2232,""week"":""2022-01-03""},{""time"":104984,""label"":""hovered"",""timeHovered"":3666,""week"":""2022-01-03""},{""time"":109166,""label"":""hovered"",""timeHovered"":1933,""week"":""2022-01-03""},{""time"":112333,""label"":""hovered"",""timeHovered"":4017,""week"":""2021-11-22""},{""time"":118000,""label"":""hovered"",""timeHovered"":3234,""week"":""2021-08-23""},{""time"":124563,""label"":""tour_next"",""step"":2},{""time"":145247,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678935207868,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line -2023-03-15 23:03:35,2023-03-15 23:15:38,0,174.80.226.135,100,722,1,2023-03-15 23:15:38,R_3OkvuMkCoG9hziw,,,,,36.3966,-78.9933,anonymous,EN,1,5.996,11.199,12.849,2,,,,,,,,0,0,15.015,0,91,5,69,26.229,35.28,38.517,3,11.142,20.8,25.381,2,1,1,27.487,56.513,59.126,2,1,1,41.744,61.609,64.426,2,-1,73.996,73.996,86.643,1,0,0,15.116,0,5,5,6,6,5,5,,33.498,89.656,93.001,11,5,6,5,3,5,5,The visualization accurately shows the numbers on the axes and also includes the data source.,7.938,38.231,49.277,2,6,,4.459,4.459,7.176,1,2,7,3,4,1,5,6,0,0,24.963,0,3,4,7,6,6,5,10,10,,5.672,26.776,30.125,8,5,4,1,1,5,5,8.597,28.15,29.579,6,1,,4.77,4.77,7.402,1,2,1973,North Carolina,6,2,1,,7,,,2,4,1,5e26341c63251a881e185ecf@email.prolific.co,2.925,67.721,72.902,12,5e26341c63251a881e185ecf,"{""startTime"":1678935996417,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":31715},{""label"":""window_focused"",""time"":31987},{""time"":42770,""label"":""hovered"",""timeHovered"":1483,""week"":""2021-12-20""},{""time"":46160,""label"":""hovered"",""timeHovered"":2575,""week"":""2022-01-10""}]}","{""startTime"":1678936090290,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":11693,""label"":""hovered"",""timeHovered"":3214,""week"":""2021-12-13""}]}","{""startTime"":1678935893213,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":11127,""label"":""tour_next"",""step"":2},{""time"":20784,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678935979851,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,line -2023-03-15 22:35:56,2023-03-15 23:16:10,0,96.230.191.167,100,2414,1,2023-03-15 23:16:10,R_1Pc3067F6pF13pB,,,,,42.4881,-71.2758,anonymous,EN,1,3.322,3.322,6.471,1,1,4,1,2.056,4.588,5.63,2,0,0,15.117,0,50,42,50,15.142,21.172,22.348,3,15.05,18.214,21.473,2,1,1,15.623,30.038,31.243,2,-3,1,719.38,736.565,738.358,2,1,537.917,537.917,539.526,1,0,0,15.08,0,3,3,3,3,3,3,,7.654,18.087,20.123,6,3,2,3,3,3,2,"#s seem a little off",2.729,2.729,29.454,1,6,,3.549,3.549,5.52,1,2,3,4,5,1,6,7,0,0,11.507,0,8,10,1,9,9,1,11,11,,5.623,24.874,26.736,9,5,5,1,1,5,1,8.482,25.703,26.831,6,1,1,3.849,12.986,14.666,2,2,1963,Massachusetts,7,3,1,,7,,,17,3,1,,2.689,68.045,70.163,11,5dd4070a57a7e13efe25534a,"{""startTime"":1678934460836,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934410897,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934341458,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":4,""label"":""tour_started""},{""time"":15042,""label"":""tour_next"",""step"":2},{""time"":18207,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678934395058,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":7326},{""label"":""window_focused"",""time"":10445}]}",1,simple,line -2023-03-15 22:58:33,2023-03-15 23:18:09,0,73.42.55.47,100,1175,1,2023-03-15 23:18:10,R_vIAAIzvNJ0BBEFb,,,,,30.1909,-85.6696,anonymous,EN,1,15.529,15.529,16.863,1,,,,,,,,0,0,15.071,0,84,83,87,21.019,31.657,35.761,4,40.006,57.848,58.99,3,-2,1,32.814,49.102,50.379,2,-2,-3,62.329,156.817,165.601,3,-3,73.547,73.547,74.944,1,0,0,15.115,0,3,5,3,7,6,5,,12.52,39.811,41.661,8,5,2,4,1,1,4,The data is only as good as its source and the people who are inputting it.,3.397,53.128,55.19,3,4,,6.636,10.341,12.661,3,2,7,3,4,1,5,6,0,0,18.499,0,3,3,7,3,2,6,8,6,,50.762,89.069,92.627,17,3,4,2,2,4,3,10.604,39.878,41.049,7,5,,6.733,6.733,8.92,1,1,1964,Florida,2,3,1,,9,,Panama city,5,3,1,jminfl32405@gmail.com,2.593,120.353,122.669,15,63eb13f36c0fe9ba20d45234,"{""startTime"":1678936121261,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678936163585,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678935878436,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":32162,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2449,""week"":""51"",""id"":""chart""},{""time"":35756,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2525,""week"":""44"",""id"":""chart""},{""time"":40001,""label"":""tour_next"",""step"":2},{""time"":43775,""label"":""tour_end"",""step"":2},{""time"":49132,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1134,""week"":""39"",""id"":""chart""}]}","{""startTime"":1678936105496,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":6885,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1977,""week"":""51"",""id"":""chart""},{""time"":9886,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1018,""week"":""50"",""id"":""chart""},{""time"":11029,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1226,""week"":""50"",""id"":""chart""}]}",0,moderate,bar -2023-03-15 22:59:20,2023-03-15 23:18:18,0,72.241.0.31,100,1137,1,2023-03-15 23:18:18,R_3sdeLwoiqyPcvwW,,,,,41.6332,-83.579,anonymous,EN,1,16.905,16.905,18.255,1,1,3,1,3.341,7.411,8.957,2,0,0,15.008,0,90,90,50,34.72,44.131,45.319,3,40.975,53.821,64.902,2,-2,1,23.544,182.925,197.502,2,-2,1,26.125,90.048,95.327,4,1,33.685,75.552,135.486,3,0,0,15.01,0,2,7,4,5,4,5,What about those who didn't know they had Covid or those people who didn't report it?,13.338,90.894,105.645,12,4,5,5,7,3,4,I trust the numbers on the visualization but it can be inaccurate because many people who had Covid may not have re[ported it.,5.124,5.124,54.9,1,6,,6.267,6.267,8.801,1,2,7,3,4,1,5,6,0,0,27.395,0,9,9,10,9,4,8,10,9,,7.486,26.176,29.801,10,4,3,2,2,4,3,15.771,44.045,45.336,6,3,1,7.372,24.5,26.996,3,2,1958,Ohio,6,1,1,,7,,,11,2,1,,4.821,132.206,136.862,12,611b09935cd6e67f2b5e9ea2,"{""startTime"":1678936003969,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678935867890,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":4240,""label"":""hovered"",""timeHovered"":1960,""week"":""2021-04-12""},{""time"":7188,""label"":""hovered"",""timeHovered"":11032,""week"":""2021-08-16""},{""time"":20045,""label"":""hovered"",""timeHovered"":1966,""week"":""2021-11-22""},{""time"":31215,""label"":""hovered"",""timeHovered"":1586,""week"":""2022-01-10""},{""time"":32973,""label"":""hovered"",""timeHovered"":4617,""week"":""2022-01-10""},{""time"":39041,""label"":""hovered"",""timeHovered"":6253,""week"":""2022-01-24""}]}","{""startTime"":1678935588742,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":15649,""label"":""hovered"",""timeHovered"":5856,""week"":""2021-11-01""},{""time"":25756,""label"":""hovered"",""timeHovered"":8015,""week"":""2022-01-03""},{""time"":40964,""label"":""tour_next"",""step"":2},{""time"":53809,""label"":""tour_end"",""step"":2},{""time"":34683,""label"":""hovered"",""timeHovered"":22014,""week"":""2021-12-20""},{""time"":60335,""label"":""hovered"",""timeHovered"":1230,""week"":""2021-08-23""}]}","{""startTime"":1678935852326,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line -2023-03-15 22:37:29,2023-03-15 23:19:01,0,73.129.66.113,100,2491,1,2023-03-15 23:19:01,R_2urfE3oVwQxqfoW,,,,,38.894,-77.0365,anonymous,EN,1,7.764,147.196,148.848,4,1,4,2,3.402,9.094,27.198,4,0,0,15.014,0,100,100,83,55.814,124.617,126.066,6,175.885,186.11,213.317,2,1,1,32.333,177.752,196.595,6,1,1,2.247,294.728,306.858,12,1,37.3,130.1,153.106,3,4.209,5.996,15.11,2,6,6,6,5,6,6,,14.169,65.945,67.058,9,6,6,6,4,4,6,"The chart says the graph and data are from the CDC, and I trust them to provide the public with accurate health-related information. ",5.312,120.671,121.654,8,6,,10.044,19.876,21.42,3,2,7,3,4,1,5,6,2.655,48.531,55.671,3,8,9,8,8,10,8,11,10,,3.435,46.014,57.059,10,3,4,1,2,4,4,3.914,51.859,53.44,8,1,1,1.625,32.939,42.746,5,2,1959,Maryland,3,1,1,,7,,,5,4,1,5ba5d8b960f3d50001697104@email.prolific.co,6.593,631.54,680.405,46,5ba5d8b960f3d50001697104,"{""startTime"":1678935388903,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":356},{""label"":""window_focused"",""time"":4523},{""label"":""window_blurred"",""time"":10534},{""label"":""window_focused"",""time"":14062},{""label"":""window_blurred"",""time"":64268},{""label"":""window_focused"",""time"":65815}]}","{""startTime"":1678935168570,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":9410},{""label"":""window_focused"",""time"":10534},{""time"":31976,""label"":""hovered"",""timeHovered"":1882,""week"":""2022-01-10""},{""time"":34906,""label"":""hovered"",""timeHovered"":1090,""week"":""2022-01-10""},{""label"":""window_blurred"",""time"":38639},{""label"":""window_focused"",""time"":54682}]}","{""startTime"":1678934630984,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":46821,""label"":""hovered"",""timeHovered"":1258,""week"":""2021-12-20""},{""time"":49698,""label"":""hovered"",""timeHovered"":2001,""week"":""2022-01-10""},{""time"":58317,""label"":""hovered"",""timeHovered"":9988,""week"":""2021-04-12""},{""time"":74222,""label"":""hovered"",""timeHovered"":1649,""week"":""2021-08-23""},{""time"":75872,""label"":""hovered"",""timeHovered"":2701,""week"":""2021-08-23""},{""time"":82612,""label"":""hovered"",""timeHovered"":1550,""week"":""2021-08-09""},{""time"":90298,""label"":""hovered"",""timeHovered"":6654,""week"":""2021-08-16""},{""time"":101048,""label"":""hovered"",""timeHovered"":5202,""week"":""2021-11-22""},{""time"":107318,""label"":""hovered"",""timeHovered"":4868,""week"":""2021-11-29""},{""time"":113273,""label"":""hovered"",""timeHovered"":7486,""week"":""2022-01-03""},{""time"":126676,""label"":""hovered"",""timeHovered"":1127,""week"":""2022-01-10""},{""time"":130855,""label"":""hovered"",""timeHovered"":1299,""week"":""2022-01-03""},{""time"":137903,""label"":""hovered"",""timeHovered"":2902,""week"":""2021-12-27""},{""time"":143999,""label"":""hovered"",""timeHovered"":1700,""week"":""2022-01-10""},{""time"":156722,""label"":""hovered"",""timeHovered"":6002,""week"":""2022-01-03""},{""time"":163721,""label"":""hovered"",""timeHovered"":1884,""week"":""2022-02-07""},{""time"":169174,""label"":""hovered"",""timeHovered"":5400,""week"":""2022-02-07""},{""time"":175877,""label"":""tour_next"",""step"":2},{""time"":186102,""label"":""tour_end"",""step"":2},{""time"":187540,""label"":""hovered"",""timeHovered"":1342,""week"":""2022-01-31""},{""time"":189869,""label"":""hovered"",""timeHovered"":2933,""week"":""2022-01-03""},{""time"":197825,""label"":""hovered"",""timeHovered"":2524,""week"":""2022-01-31""},{""time"":206139,""label"":""hovered"",""timeHovered"":2626,""week"":""2021-12-27""}]}","{""startTime"":1678935152685,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":11393,""label"":""hovered"",""timeHovered"":2163,""week"":""2021-10-25""}]}",1,moderate,line -2023-03-15 22:57:29,2023-03-15 23:19:13,0,75.184.45.51,100,1304,1,2023-03-15 23:19:14,R_294jYpRSUoEeYIE,,,,,35.001,-78.9345,anonymous,EN,1,11.106,12.075,13.307,2,1,2,1,2.301,6.288,7.471,3,0,0,15.017,0,89,89,83,0.452,40.973,42.139,16,7.463,118.463,119.345,9,1,1,23.567,72.04,72.877,7,-3,-3,22.381,88.493,89.669,7,1,17.507,75.492,76.341,6,7.487,7.487,15.011,1,4,7,4,4,6,5,"It if is actually information from the CDC, it would have to be information collected from a lot of sources. Any of those sources could be (but shouldn't be) suspect. Hospitals or nursing homes may or may not have wanted to say that X number of people died at our facility from COVID. Maybe there was confusion whether someone actually died from COVID or some other illness. There are too many variables. But if it was from the CDC, I would trust it as being accurate as humans at this time can make it. ",4.849,153.796,154.647,13,3,5,6,4,3,5,"It seems like this was the trend for the pandemic. It started off slow, then hit a peak and then started to diminish again. Then it seemed to get worse - hit a peak and then began to come down. I would want to verify it if I had to use the chart for something, but it seems very plausible. ",2.988,2.988,82.341,1,4,"My view of humankind changed during the Trump/COVID years. I truly thought we were smarter than what I was shown to be the case during that time. I don't know if it was actual politics or what, but so many people I knew that were Trump supporters refused to get the vaccine. Two of those people died and I know of one who is suffering from long-COVID. I didn't think COVID should have been politicized, but it seems that is what the Republicans wanted to do? I felt so sorry for Dr. Fauci. He was the person everyone should be listening to, but he had to deal with Trump and his ilk. I really don't understand what is going on. ",4.703,7.608,161.765,3,2,7,3,4,1,5,6,15.011,23.835,25.096,2,5,6,4,4,8,5,10,8,"I trust actual news media - - MSNBC, CBS, etc. for actual news. I want to put CNN in there, but sometimes they get carried away. I don't consider Fox News ""news"" in any way, shape or fashion. I think they should be tried for treason along with Trump and the Jan 6th idiots. I trust scientists, but I know there are a few bad ones who just want a name for themselves and they will 'fudge' results. I just went through a lawsuit and I think the legal system is so f*(ked up. I trust the Democratic party somewhat, but I don't trust Republicans at all. Santos, Taylor-Green, Boebert, seriously? ",3.137,252.398,253.406,19,3,4,1,3,5,3,3.604,19.588,20.227,8,2,1,2.826,12.803,13.874,4,2,1956,North Carolina,6,2,1,,7,,,11,4,1,happyttrails56@gmail.com,2.139,83.678,84.612,27,5de87c376522177f4f41cbd2,"{""startTime"":1678935864283,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678935750142,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678935541132,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":56,""label"":""tour_started""},{""time"":8112,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3167,""week"":""33"",""id"":""chart""},{""time"":11297,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7532,""week"":""32"",""id"":""chart""},{""time"":19147,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":10483,""week"":""52"",""id"":""chart""},{""time"":30319,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1046,""week"":""6"",""id"":""chart""},{""time"":33614,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1484,""week"":""22"",""id"":""chart""},{""time"":44884,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":12264,""week"":""32"",""id"":""chart""},{""time"":58034,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7533,""week"":""52"",""id"":""chart""},{""time"":67130,""label"":""tour_next"",""step"":2},{""time"":85303,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1134,""week"":""32"",""id"":""chart2""},{""time"":88870,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7216,""week"":""32"",""id"":""chart2""},{""time"":97672,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":10481,""week"":""52"",""id"":""chart2""},{""time"":110750,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678935734401,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":9645,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1935,""week"":""52"",""id"":""chart""}]}",1,simple,bar -2023-03-15 23:08:51,2023-03-15 23:19:37,0,72.174.210.43,100,646,1,2023-03-15 23:19:38,R_1FtZ5x8KrAhILqH,,,,,39.0761,-108.5451,anonymous,EN,1,4.703,4.703,6.006,1,2,,2,3.04,3.04,4.116,1,0,0,15.009,0,91,83,37,40.177,46.393,48.242,3,9.189,217.416,220.82,32,1,1,12.217,37.105,38.36,3,1,1,35.451,47.067,48.69,2,1,18.304,18.304,19.486,1,0,0,15.015,0,7,1,1,5,5,1,,5.033,14.381,17.422,6,2,4,3,1,7,7,I don't trust any data having to do with COVID. Any data presented about COVID only supports the intentions of the person who is reporting it.,2.889,2.889,54.493,1,5,,2.877,2.877,4.977,1,2,3,4,5,1,6,7,0,0,10.702,0,4,4,8,8,7,7,9,9,,3.26,12.249,14.223,8,4,4,2,2,5,4,2.283,14.019,14.681,6,6,1,3.134,7.682,9.144,2,1,1960,Colorado,3,1,1,,7,,,8,4,1,,2.086,48.751,49.765,17,5e5553e6bcdb1e55a43c78f7,"{""startTime"":1678936558747,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678936482560,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678936403838,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":5538,""label"":""hovered"",""timeHovered"":1033,""week"":""2021-12-13""},{""time"":15075,""label"":""tour_next"",""step"":5},{""time"":18591,""label"":""started_brush"",""startDate"":""2021-06-13"",""endDate"":""2021-10-29""},{""time"":19563,""label"":""tour_next"",""step"":5},{""time"":23305,""label"":""moved_brush"",""startDate"":""2021-07-23"",""endDate"":""2021-12-08""},{""time"":25323,""label"":""tour_next"",""step"":5},{""time"":29928,""label"":""moved_brush"",""startDate"":""2021-09-28"",""endDate"":""2022-02-13""},{""time"":32616,""label"":""cleared_brush"",""using"":""click""},{""time"":32620,""label"":""cleared_brush"",""using"":""Escape""},{""time"":34119,""label"":""tour_next"",""step"":5},{""time"":38887,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678936466837,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line -2023-03-15 22:39:12,2023-03-15 23:20:08,0,73.137.120.200,100,2455,1,2023-03-15 23:20:08,R_3lEb8uHJlYFBcY5,,,,,34.0797,-83.9328,anonymous,EN,1,358.404,358.404,359.679,1,,,,,,,,0,0,15.11,0,89,96,46,22.859,32.402,33.457,4,26.155,32.8,36.082,2,-2,-2,22.822,42.114,43.671,2,1,-3,40.974,72.162,74.053,2,1,291.949,291.949,293.742,1,0,0,15.107,0,5,5,5,5,7,6,na,11.071,53.4,54.196,14,5,5,4,7,5,6,"The source it came from. ",2.538,2.538,11.752,1,4,,5.744,6.338,8.79,2,2,7,3,4,1,5,6,0,0,19.254,0,2,4,6,7,4,4,9,9,,3.775,19.189,21.213,8,4,4,1,2,2,3,6.929,21.414,22.734,6,4,,3.494,3.494,5.372,1,2,1977,Georgia,3,1,1,,7,,,13,2,1,5c47cab451c26300012cdd41@email.prolific.co,2.6,65.23,69.07,24,5c47cab451c26300012cdd41,"{""startTime"":1678936300868,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678936219503,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678936092787,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":12677,""label"":""hovered"",""timeHovered"":5483,""week"":""2021-10-04""},{""time"":23827,""label"":""hovered"",""timeHovered"":1416,""week"":""2022-01-24""},{""time"":26147,""label"":""tour_next"",""step"":2},{""time"":32791,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678936203982,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,line -2023-03-15 23:12:48,2023-03-15 23:21:36,0,71.244.253.5,100,527,1,2023-03-15 23:21:36,R_8AknEDek9SNOt8t,,,,,39.2124,-76.8776,anonymous,EN,1,5.21,6.84,8.053,3,1,3,2,1.509,5.076,6.853,4,1.958,1.958,15.017,1,84,39,11,1.256,17.8,18.624,13,1.539,14.237,15.876,5,-2,-2,0.917,78.912,80.472,34,-3,-3,1.162,92.691,93.594,27,1,2.246,23.976,25.437,7,0.944,13.187,15.118,3,4,4,5,5,4,4,,0.659,17.412,19.985,15,4,4,4,2,3,4,I don't trust covid data because it is so badly collected.,1.628,2.216,31.79,2,4,,1.871,3.19,4.224,2,2,7,3,4,1,5,6,1.452,33.118,33.979,5,5,6,2,6,6,4,9,8,,1.304,23.107,24.946,19,4,3,1,2,4,4,1.336,16.283,17.226,13,2,1,1.156,6.279,7.746,7,2,1979,Maryland,6,1,1,,9,,Columbia,19,3,1,sunshined121@hotmail.com,1.411,43.17,46.908,35,5eace152e25d6800091dd418,"{""startTime"":1678936563462,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678936583821,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678936437700,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":21,""label"":""tour_started""},{""time"":10182,""label"":""tour_next"",""step"":2},{""time"":13240,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678936547740,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar -2023-03-15 23:12:34,2023-03-15 23:21:50,0,107.77.230.160,100,556,1,2023-03-15 23:21:51,R_O7k7O92foMKhiGR,,,,,34.0757,-118.3161,anonymous,EN,1,5.923,6.906,7.106,2,,,,,,,,0,0,15.203,0,76,68,69,5.797,10.282,11.5,3,13.633,24.82,28.582,2,1,1,43.34,70.701,72.415,2,1,1,29.35,66.264,70.198,2,1,73.281,73.281,74.789,1,11.341,11.341,15.007,1,5,5,5,5,5,5,,5.081,17.852,22.015,7,5,5,5,5,5,5,The legend and other indicators on the chart look very clear to me. I didn't see any confusion at all.,4.688,4.688,32.213,1,3,,5.633,12.018,13.903,3,2,7,3,4,1,5,6,0,0,25.214,0,6,6,6,6,6,6,6,6,,5.6,9.776,12.067,9,3,3,3,3,3,3,8.3,11.551,13.1,6,5,,4.112,4.112,7.736,1,1,1971,California,6,2,1,,4,,,4,3,1,,2.811,65.373,68.786,14,604ae23075cb7165f9730564,"{""startTime"":1678936526021,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678936549313,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678936406678,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":28,""label"":""tour_started""},{""time"":13603,""label"":""tour_next"",""step"":2},{""time"":24790,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678936509603,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,line -2023-03-15 23:04:52,2023-03-15 23:21:55,0,72.229.8.176,100,1023,1,2023-03-15 23:21:56,R_1i4oxIgu6dEO9Ln,,,,,40.726,-73.848,anonymous,EN,1,8.201,9.177,10.49,2,1,4,1,3.361,6.402,7.502,3,0,0,15.129,0,100,100,50,0.669,18.294,19.287,10,4.797,24.303,25.681,7,1,1,17.389,44.715,45.666,5,1,1,57.14,79.933,80.621,6,-1,27.07,136.56,138.755,8,8.195,8.195,15.128,1,6,6,6,6,6,6,,9.901,25.988,28.259,9,5,6,6,4,5,6,I believe all the necessary data is present and the conclusions here are consistent with what I have seen from other sources,2.993,2.993,41.273,1,6,"Was the question ""In late December 2022, what age group of vaccinated people report a higher case count than unvaccinated people Ages 80+?"" correct? I read the graph as showing 2021 and then Jan & Feb 2022 and no graph for Dec 2022 so answered 'don't know'. Should the question have read ""Dec 2021"" or was this a trick question?",4.741,133.007,150.793,9,2,7,3,4,1,5,6,15.479,33.604,35.093,3,10,10,10,10,10,10,11,11,,6.005,23.63,24.435,11,5,5,1,1,5,5,7.05,25.161,26.124,10,4,1,3.005,13.875,14.737,6,1,1960,New York,6,2,1,,7,,,17,4,1,m_levine@pipeline.com,2.502,167.266,167.959,56,60c75628113cc78734583d3b,"{""startTime"":1678936206067,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_focused"",""time"":2274}]}","{""startTime"":1678936234753,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678936083216,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":18436,""label"":""tour_next"",""step"":2},{""time"":22430,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678936190435,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":9475},{""label"":""window_focused"",""time"":10999},{""label"":""window_blurred"",""time"":11312},{""label"":""window_focused"",""time"":14867},{""label"":""window_blurred"",""time"":14883}]}",1,moderate,line -2023-03-15 22:51:23,2023-03-15 23:22:10,0,216.49.17.198,100,1846,1,2023-03-15 23:22:10,R_1gCHLaZhmEH4lkZ,,,,,41.028,-75.978,anonymous,EN,1,1.426,4.938,7.505,6,,,,,,,,1.457,1.457,15.115,1,45,11,53,0.421,26.066,27.578,14,2.83,32.535,34.555,15,1,1,1.257,111.727,113.367,53,-2,1,0.835,55.313,56.663,25,1,0.771,118.262,119.884,32,0.877,14.399,15.017,12,5,5,5,5,6,5,,1.008,19.246,20.951,14,5,6,5,2,4,5," can see all the relevant information, the number of diseases and the time period ",6.395,6.395,64.742,1,3,,0.736,8.658,10.232,7,2,7,3,4,1,5,6,1.324,18.359,19.684,6,6,8,9,6,7,9,10,10,,0.779,22.29,23.762,13,4,4,2,2,4,4,0.764,26.818,28.091,12,6,,1.22,5.658,6.36,7,2,1980,Pennsylvania,4,3,1,,9,,Austin,8,3,1,Lynette1016@outlook.com,1.473,43.516,46.51,44,634696400ff1ac25ed01ad11,"{""startTime"":1678936586040,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678936497458,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678936332926,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":10962,""label"":""hovered"",""timeHovered"":2750,""week"":""2022-01-03""},{""time"":15330,""label"":""hovered"",""timeHovered"":1033,""week"":""2022-01-17""},{""time"":18277,""label"":""tour_next"",""step"":2},{""time"":26925,""label"":""tour_end"",""step"":2},{""time"":29196,""label"":""hovered"",""timeHovered"":2828,""week"":""2022-01-10""}]}","{""startTime"":1678936481785,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,line -2023-03-15 23:12:01,2023-03-15 23:22:40,0,67.167.68.72,100,639,1,2023-03-15 23:22:41,R_2XptompMLEsRxZ1,,,,,41.5412,-88.0546,anonymous,EN,1,8.892,10.639,12.047,3,,,,,,,,0,0,16.99,0,83,100,27,30.115,35.249,36.669,5,3.511,41.786,43.914,4,1,-1,31.822,59.318,60.252,2,1,1,26.735,43.698,44.895,3,-3,17.251,68.032,68.719,5,0,0,16.765,0,3,3,3,4,2,2,,4.272,20.66,23.13,10,4,5,3,1,2,3,I dont mistrust the information but I dont trust it 100%,1.737,37.133,37.503,4,3,,5.441,8.128,9.7,2,2,7,3,4,1,5,6,33.563,33.563,34.544,1,5,6,6,7,6,3,8,10,,20.389,30.122,32.23,8,5,4,1,4,5,3,8.665,23.908,25.546,8,3,,3.505,3.505,5.125,1,3,2003,Illinois,3,2,1,,4,,,5,4,1,,1.505,85.187,85.984,26,62c5cdfe50000fce3e390be0,"{""startTime"":1678936512145,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678936536633,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678936402100,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":23227,""label"":""tour_next"",""step"":2},{""time"":28235,""label"":""tour_end"",""step"":2},{""time"":36774,""label"":""hovered"",""timeHovered"":2122,""week"":""2022-01-10""}]}","{""startTime"":1678936493149,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":2202},{""label"":""window_focused"",""time"":7918}]}",0,moderate,line -2023-03-15 23:05:41,2023-03-15 23:22:54,0,70.118.246.32,100,1032,1,2023-03-15 23:22:54,R_XHPH1bmOrOfzxHX,,,,,39.0352,-94.5456,anonymous,EN,1,45.291,45.291,46.682,1,1,4,2,9.082,11.954,13.366,2,0,0,15.342,0,100,100,66,96.712,106.352,107.489,4,31.142,51.638,52.677,2,1,1,44.175,56.879,66.872,2,-3,-3,39.662,64.76,66.286,2,-2,36.805,36.805,65.203,1,0,0,15.117,0,6,6,6,6,6,6,,5.038,12.03,15.403,6,6,6,5,6,6,6,It provides data that I believe corresponds with what I have seen previously reported on infections.,11.931,154.602,205.586,2,6,,5.587,5.587,7.828,1,2,7,3,4,1,5,6,0,0,17.802,0,6,6,7,8,9,2,11,11,,4.018,23.546,25.689,10,5,5,1,1,4,4,3.278,17.214,18.332,7,1,4,1.17,11.233,12.689,2,1,1973,Missouri,6,2,1,,9,,KANSAS CITY,3,4,1,CCWMATTHEWS@AOL.COM,1.039,51.619,60.122,13,54847f1cfdf99b07b28f22f9,"{""startTime"":1678936667951,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678936431913,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678936291796,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":38,""label"":""tour_started""},{""time"":13433,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1582,""week"":""48"",""id"":""chart""},{""time"":20127,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2420,""week"":""31"",""id"":""chart""},{""time"":23615,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1067,""week"":""34"",""id"":""chart""},{""time"":24744,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1071,""week"":""37"",""id"":""chart""},{""time"":26742,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1025,""week"":""50"",""id"":""chart""},{""time"":27848,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2233,""week"":""52"",""id"":""chart""},{""time"":31127,""label"":""tour_next"",""step"":2},{""time"":37030,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2550,""week"":""51"",""id"":""chart2""},{""time"":40246,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2266,""week"":""1"",""id"":""chart2""},{""time"":42745,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1935,""week"":""47"",""id"":""chart2""},{""time"":45979,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1367,""week"":""40"",""id"":""chart2""},{""time"":51623,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678936414247,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":9394,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1459,""week"":""52"",""id"":""chart""},{""time"":11192,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2226,""week"":""52"",""id"":""chart2""}]}",1,simple,bar -2023-03-15 23:18:15,2023-03-15 23:24:59,0,76.6.13.81,100,404,1,2023-03-15 23:25:00,R_11j94qkhR03uLX4,,,,,43.8013,-91.2134,anonymous,EN,1,3.246,3.246,4.037,1,,,,,,,,8.316,15.091,15.113,4,77,71,16,0.039,8.579,9.67,4,8.258,17.886,25.164,3,1,1,39.47,50.739,53.845,2,-3,-3,25.473,50.891,51.982,2,-1,8.962,8.962,9.8,1,2.985,2.985,16.957,1,4,4,4,5,5,5,Purpose???,3.578,10.846,26.902,8,5,4,4,4,5,5,Numbers back up the bars.,1.09,3.473,13.844,2,2,Purpose??,3.756,4.491,9.572,2,2,7,3,4,1,5,6,0,0,13.986,0,1,1,7,2,1,3,3,6,,5.107,15.026,16.304,9,4,3,4,3,3,3,1.58,4.622,6.189,6,7,,19.759,19.759,20.549,1,1,1962,Wisconsin,4,2,1,,7,,,7,2,1,jeffe@centurytel.net,0.892,59.569,63.391,25,5e1e935be3c7191e0519b486,"{""startTime"":1678936869860,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678936829632,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_focused"",""time"":18190}]}","{""startTime"":1678936730416,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":8249,""label"":""tour_next"",""step"":2},{""time"":9250,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2865,""week"":""52"",""id"":""chart2""},{""time"":14126,""label"":""tour_end"",""step"":2},{""time"":19727,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4008,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678936810598,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":7011}]}",0,simple,bar -2023-03-15 23:12:22,2023-03-15 23:25:11,0,73.165.68.210,100,768,1,2023-03-15 23:25:11,R_2ZJFWRDlOXqdCzE,,,,,39.9486,-75.2339,anonymous,EN,1,5.898,5.898,29.144,1,,,,,,,,0,0,15.034,0,56,46,26,10.487,19.26,20.383,5,26.524,93.218,123.205,10,1,1,25.184,61.452,63.079,2,-1,1,57.607,98.06,107.014,3,1,23.662,77.52,78.987,3,0,0,15.155,0,5,3,5,3,5,5,,8.879,28.511,32.217,8,5,3,7,7,7,5,"I believe the data in the visualaztion to be true, because it was presented as a fact.",1.301,44.58,46.153,3,4,,4.932,4.932,6.586,1,2,7,3,4,1,5,6,5.954,6.611,23.297,2,2,2,2,2,2,4,9,9,,11.307,23.881,25.732,12,4,4,2,2,4,3,4.664,28.577,29.383,6,2,,3.529,4.456,7.205,2,2,1986,Pennsylvania,2,1,1,,3,,,6,3,1,63d83eafdd418ada3528719e@email.prolific.co,1.678,81.891,88.827,15,63d83eafdd418ada3528719e,"{""startTime"":1678936706474,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678936632648,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678936413074,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":16332,""label"":""hovered"",""timeHovered"":1023,""week"":""2021-12-27""},{""time"":17559,""label"":""hovered"",""timeHovered"":3995,""week"":""2022-01-10""},{""time"":22237,""label"":""hovered"",""timeHovered"":2034,""week"":""2022-01-31""},{""time"":26509,""label"":""tour_next"",""step"":5},{""time"":45497,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-11""},{""time"":47098,""label"":""tour_next"",""step"":5},{""time"":50849,""label"":""moved_brush"",""startDate"":""2021-04-12"",""endDate"":""2022-02-13""},{""time"":51482,""label"":""moved_brush"",""startDate"":""2021-04-12"",""endDate"":""2022-02-13""},{""time"":52196,""label"":""moved_brush"",""startDate"":""2021-04-12"",""endDate"":""2022-02-13""},{""time"":63099,""label"":""moved_brush"",""startDate"":""2021-10-08"",""endDate"":""2022-02-13""},{""time"":65197,""label"":""tour_next"",""step"":5},{""time"":75684,""label"":""cleared_brush"",""using"":""click""},{""time"":78292,""label"":""cleared_brush"",""using"":""click""},{""time"":79814,""label"":""started_brush"",""startDate"":""2021-07-04"",""endDate"":""2021-07-20""},{""time"":80579,""label"":""cleared_brush"",""using"":""click""},{""time"":81262,""label"":""tour_next"",""step"":5},{""time"":88932,""label"":""tour_end"",""step"":5},{""time"":98565,""label"":""started_brush"",""startDate"":""2021-04-23"",""endDate"":""2022-02-13""},{""time"":104290,""label"":""hovered"",""timeHovered"":1109,""week"":""2022-01-10""},{""time"":118172,""label"":""moved_brush"",""startDate"":""2021-04-23"",""endDate"":""2022-02-13""}]}","{""startTime"":1678936616784,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":6148,""label"":""hovered"",""timeHovered"":2115,""week"":""2022-01-03""},{""time"":10960,""label"":""hovered"",""timeHovered"":1071,""week"":""2021-12-20""},{""time"":12059,""label"":""hovered"",""timeHovered"":1122,""week"":""2021-12-20""}]}",0,complex,line -2023-03-15 23:11:53,2023-03-15 23:25:13,0,99.131.48.114,100,800,1,2023-03-15 23:25:14,R_2b1SdsGM8lWkNvO,,,,,35.8025,-78.6405,anonymous,EN,1,7.6,7.6,9.181,1,,,,,,,,0,0,15.065,0,100,94,50,3.998,9.678,10.671,3,5.689,10.192,15.755,2,1,1,31.24,40.024,40.928,2,1,-3,50.419,82.132,84.684,2,1,27.093,27.093,28.044,1,0,0,15.172,0,3,3,3,5,5,5,,7.939,15.699,17.936,6,5,5,5,7,7,5,because it Seems legit,1.525,12.829,18.639,2,4,,3.057,3.057,92.955,1,2,3,4,5,1,6,7,0,0,8.881,0,3,6,5,7,8,2,10,6,,3.009,14.238,16.061,8,4,4,2,2,4,4,4.92,11.806,12.662,6,2,,1.521,1.521,2.801,1,2,1959,North Carolina,6,1,1,,7,,,4,4,1,,1.905,53.95,57.703,13,5e9f3f09ccc75a0c345e4845,"{""startTime"":1678936473377,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678936436326,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678936361932,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":72,""label"":""tour_started""},{""time"":5666,""label"":""tour_next"",""step"":2},{""time"":10170,""label"":""tour_end"",""step"":2},{""time"":13688,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1242,""week"":""2"",""id"":""chart2""}]}","{""startTime"":1678936420204,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,bar -2023-03-15 22:26:17,2023-03-15 23:26:00,0,35.136.119.37,100,3582,1,2023-03-15 23:26:01,R_3MtbiuJjOEuf8sJ,,,,,28.2404,-82.7188,anonymous,EN,1,2.701,15.176,21.625,2,1,2,2,2.775,8.96,11.4,4,0.011,2.084,15.009,2,66,34,68,11.46,22.537,24.974,6,3.665,66.355,69.001,10,-2,-2,11.375,85.955,89.406,6,1,-2,5.389,221.155,222.847,11,1,3.778,65.182,68.396,3,1.893,1.893,15.009,1,4,3,3,4,4,2,,59.57,89.788,132.764,13,4,2,5,2,1,3,I would have to do more research of where they get their data from before i can say i fully trust something.,5.821,34.97,38.705,2,4,,20.981,22.608,25.924,2,2,7,3,4,1,5,6,2.679,29.068,31.816,5,4,6,6,7,4,7,9,9,,5.483,240.219,243.179,17,2,3,4,3,5,5,10.234,50.046,52.204,13,2,1,5.744,47.398,49.502,6,1,1973,Florida,2,2,1,,7,,,6,4,1,,40.543,2314.136,2336.109,80,631677b07578c19a17bf4c5a,"{""startTime"":1678933965216,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933827219,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933672894,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":7130,""label"":""tour_next"",""step"":5},{""time"":37091,""label"":""started_brush"",""startDate"":""2021-09-07"",""endDate"":""2021-12-15""},{""time"":39164,""label"":""tour_next"",""step"":5},{""time"":48102,""label"":""moved_brush"",""startDate"":""2021-06-01"",""endDate"":""2021-09-09""},{""time"":49422,""label"":""tour_next"",""step"":5},{""time"":57581,""label"":""cleared_brush"",""using"":""Click""},{""time"":57581,""label"":""cleared_brush"",""using"":""Escape""},{""time"":59402,""label"":""tour_next"",""step"":5},{""time"":64355,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678933811658,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar -2023-03-15 23:15:26,2023-03-15 23:26:30,0,104.246.42.37,100,663,1,2023-03-15 23:26:31,R_3RgRuZWd4SNnglM,,,,,39.9727,-74.2474,anonymous,EN,1,13.813,16.287,17.583,3,,,,,,,,11.34,11.34,15.022,1,93,94,85,6.378,24.276,25.86,8,7.064,58.358,59.797,5,1,1,5.27,41.174,42.542,8,1,1,6.589,63.699,64.905,8,1,2.651,55.764,57.121,5,4.585,4.585,15.124,1,5,5,5,6,4,5,"At first I though both insect and fungus bars started at 0, which seems like it would be a better comparison between them, although this type of bar chart is good for determining the diference in totals I suppose. Thank you!",4.095,64.751,101.761,17,5,4,5,3,6,5,"It seems to come from a dataset of evidence, there may be actually a bit more than what the chart shows if not all areas were detected unless it is an estimate.",2.016,5.5,59.964,3,4,Thank you.,6.049,8.682,12.597,3,2,7,3,4,1,5,6,12.165,21.493,22.758,2,3,2,1,2,3,4,11,10,,3.156,22.579,25.32,11,4,4,1,1,4,5,6.446,21.184,22.038,11,2,,2.084,6.093,7.298,5,1,1989,New Jersey,3,2,1,,7,,,7,4,1,877wrangler@gmail.com,1.815,56.336,58.15,22,5611f6dd7ffc8a00058117e7,"{""startTime"":1678936734422,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678936837132,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678936592463,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":12048,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2198,""week"":""1"",""id"":""chart""},{""time"":14372,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":9283,""week"":""2"",""id"":""chart""},{""time"":23725,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2794,""week"":""3"",""id"":""chart""},{""label"":""window_blurred"",""time"":31862},{""label"":""window_focused"",""time"":33452},{""time"":33652,""label"":""tour_next"",""step"":2},{""time"":37870,""label"":""tour_end"",""step"":2},{""time"":40548,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1390,""week"":""52"",""id"":""chart""},{""time"":42300,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3242,""week"":""50"",""id"":""chart""},{""time"":45736,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1172,""week"":""51"",""id"":""chart""},{""time"":47041,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2427,""week"":""52"",""id"":""chart""},{""time"":49536,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1659,""week"":""1"",""id"":""chart""},{""time"":51288,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2144,""week"":""2"",""id"":""chart""}]}","{""startTime"":1678936718321,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":6813,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2231,""week"":""51"",""id"":""chart""},{""time"":9927,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3118,""week"":""3"",""id"":""chart""}]}",0,moderate,bar -2023-03-15 23:16:14,2023-03-15 23:27:14,0,75.131.173.238,100,660,1,2023-03-15 23:27:15,R_10USxRiCgqWheBJ,,,,,35.7113,-82.5467,anonymous,EN,1,19.853,22.816,24.329,3,1,4,1,2.531,5.725,7.214,3,0,0,15.068,0,89,77,81,0.675,20.544,21.967,7,44.971,90.492,91.575,19,-2,-3,13.09,66.668,67.5,10,-3,-3,12.575,57.802,58.719,8,-2,9.52,19.755,20.68,4,0,0,15.009,0,6,5,6,5,6,6,,10.714,21.01,22.6,8,6,6,6,4,5,6,it looks scientific,2.511,15.193,17.401,3,6,very fun and interesting,3.206,7.192,14.76,3,2,7,3,4,1,5,6,9.134,21.361,22.491,3,8,9,8,9,9,8,11,11,,3.967,22.607,24.224,11,4,5,1,1,5,5,2.346,22.447,24.119,9,2,1,2.691,11.666,12.504,4,2,1958,North Carolina,6,1,1,,7,,,12,4,1,Rhondasue219@hotmail.com,2.879,60.625,73.005,23,6063737f1039adcbf6428ac2,"{""startTime"":1678936908876,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678936932184,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678936732962,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":23,""label"":""tour_started""},{""time"":63699,""label"":""tour_next"",""step"":2},{""time"":72187,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1083,""week"":""1"",""id"":""chart2""},{""time"":82813,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678936893237,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar -2023-03-15 23:10:03,2023-03-15 23:27:37,0,75.64.153.2,100,1053,1,2023-03-15 23:27:37,R_2xFVc32CUxxRXbQ,,,,,32.2871,-90.2306,anonymous,EN,1,49.919,49.919,51.46,1,,,,,,,,0,0,15.014,0,74,91,62,41.219,48.483,49.626,3,23.653,44.381,46.132,4,-2,1,42.426,69.466,71.254,4,-3,-3,89.822,117.582,118.476,2,1,68.362,68.362,71.099,1,0,0,15.028,0,5,5,3,5,6,3,,11.342,72.58,78.143,9,5,5,3,7,7,3,I know nothing about the data source or crops in general in Croatia.,2.55,2.55,63.361,1,6,,6.487,20.399,21.338,11,2,7,3,4,1,5,6,0,0,23.135,0,8,8,10,8,8,8,9,10,A lot of the above put their self interests first.,25.651,93.233,97.021,10,3,3,2,4,3,3,7.73,31.482,32.068,7,6,,19.526,19.526,21.242,1,2,1964,Mississippi,6,2,1,,9,,Byram,16,1,1,b_frances@msn.com,2.451,185.112,199.753,44,5fe49a4ad8918ba1615e298d,"{""startTime"":1678936559281,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678936638359,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":1506,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4195,""week"":""2"",""id"":""chart""}]}","{""startTime"":1678936424447,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":41,""label"":""tour_started""},{""time"":9516,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5148,""week"":""52"",""id"":""chart""},{""time"":14745,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1132,""week"":""51"",""id"":""chart""},{""time"":16081,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1464,""week"":""49"",""id"":""chart""},{""time"":23591,""label"":""tour_next"",""step"":2},{""time"":25699,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1117,""week"":""2"",""id"":""chart2""},{""time"":28539,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2632,""week"":""44"",""id"":""chart2""},{""time"":31295,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1415,""week"":""41"",""id"":""chart2""},{""time"":44318,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678936543321,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,bar -2023-03-15 23:17:27,2023-03-15 23:28:40,0,75.110.141.71,100,672,1,2023-03-15 23:28:40,R_2v3490iRY8oHlxg,,,,,35.0987,-77.1045,anonymous,EN,1,8.996,8.996,10.024,1,1,3,2,2.288,5.38,6.79,2,0,0,15.017,0,100,100,83,9.897,37.475,39.071,4,29.325,38.797,40.768,2,-2,-2,24.397,48.961,50.386,2,1,1,51.676,82.919,84.134,3,1,84.801,84.801,99.683,1,0,0,15.008,0,5,5,5,5,5,5,,11.985,17.131,18.94,6,5,5,5,5,5,5,It makes common sense and it was put out by the CDC.,3.077,3.077,19.423,1,3,,5.949,5.949,7.98,1,2,3,4,5,1,6,7,0,0,15.777,0,3,9,6,3,6,3,10,9,,5.239,19.715,23.11,8,4,4,3,2,4,4,4.502,24.697,26.781,6,2,1,4.882,9.318,12.469,2,2,1952,North Carolina,4,2,1,,8,New Bern,,7,2,1,62d0880f5ba6d972d1bfc63c@email.prolific.co,2.523,128.64,134.167,18,62d0880f5ba6d972d1bfc63c,"{""startTime"":1678936889820,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678936838752,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678936731328,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":8432,""label"":""hovered"",""timeHovered"":1851,""week"":""2021-10-18""},{""time"":10835,""label"":""hovered"",""timeHovered"":10294,""week"":""2021-12-27""},{""time"":29318,""label"":""tour_next"",""step"":2},{""time"":38790,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678936823211,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":5137,""label"":""hovered"",""timeHovered"":2298,""week"":""2021-10-11""},{""time"":9659,""label"":""hovered"",""timeHovered"":1884,""week"":""2021-04-19""}]}",1,simple,line -2023-03-15 23:17:20,2023-03-15 23:31:35,0,24.119.20.176,100,855,1,2023-03-15 23:31:36,R_1dmqHLr8cTaxvna,,,,,32.5298,-94.7949,anonymous,EN,1,26.421,26.421,28.201,1,1,4,1,3.532,8.034,12.79,2,0,0,15.11,0,100,83,43,27.156,51.73,53.879,3,30.849,128.141,134.312,10,1,1,26,56.694,61.088,2,1,1,42.847,54.92,57.282,2,1,23.953,23.953,28.648,1,0,0,15.111,0,6,5,6,6,6,6,I think it's important to have publicly accessible visualizations of data like this to help combat misinformation.,14.479,24.401,56.282,7,5,6,6,2,3,6,"I trust the data source of the CDC to be reasonably accurate. If there are inaccuracies, they probably don't affect the differences between the vaccinated and unvaccinated groups that much.",3.09,3.09,62.266,1,5,I did like the interactive graph. It made it easier to understand the data and would have been helpful in answering some of the questions where we had the static visualizaiotn.,11.926,21.617,55.897,4,2,7,3,4,1,5,6,0,0,28.893,0,2,7,5,8,7,5,10,10,,9.304,26.706,40.712,8,5,5,1,1,5,5,12.196,29.834,31.22,6,3,1,1.489,17.195,24.09,19,1,1980,Texas,6,3,1,,7,,,14,2,1,63ed059a43d8d970d47c98a0@email.prolific.co,3.958,86.463,88.172,29,63ed059a43d8d970d47c98a0,"{""startTime"":1678937043613,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678936941837,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678936762692,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":18085,""label"":""hovered"",""timeHovered"":8807,""week"":""2022-01-17""},{""time"":30845,""label"":""tour_next"",""step"":5},{""time"":42853,""label"":""started_brush"",""startDate"":""2021-10-01"",""endDate"":""2022-01-05""},{""time"":46072,""label"":""started_brush"",""startDate"":""2021-12-10"",""endDate"":""2022-02-11""},{""time"":47572,""label"":""tour_next"",""step"":5},{""time"":55529,""label"":""moved_brush"",""startDate"":""2021-07-28"",""endDate"":""2021-09-29""},{""time"":56716,""label"":""tour_next"",""step"":5},{""time"":62771,""label"":""cleared_brush"",""using"":""click""},{""time"":65724,""label"":""tour_next"",""step"":5},{""time"":75986,""label"":""tour_end"",""step"":5},{""time"":77413,""label"":""hovered"",""timeHovered"":1022,""week"":""2022-01-17""},{""time"":82279,""label"":""started_brush"",""startDate"":""2021-07-09"",""endDate"":""2021-10-09""},{""time"":94173,""label"":""moved_brush"",""startDate"":""2021-04-13"",""endDate"":""2021-07-15""},{""time"":95179,""label"":""hovered"",""timeHovered"":2210,""week"":""2021-06-14""},{""time"":104279,""label"":""moved_brush"",""startDate"":""2021-11-12"",""endDate"":""2022-02-13""},{""time"":110319,""label"":""moved_brush"",""startDate"":""2021-12-15"",""endDate"":""2022-02-13""},{""time"":113051,""label"":""moved_brush"",""startDate"":""2021-12-15"",""endDate"":""2022-01-25""},{""time"":115402,""label"":""moved_brush"",""startDate"":""2021-12-24"",""endDate"":""2022-01-25""},{""time"":118684,""label"":""moved_brush"",""startDate"":""2021-12-29"",""endDate"":""2022-01-25""},{""time"":121062,""label"":""hovered"",""timeHovered"":1412,""week"":""2022-01-03""},{""time"":122478,""label"":""hovered"",""timeHovered"":1907,""week"":""2022-01-03""}]}","{""startTime"":1678936926349,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":8839,""label"":""started_brush"",""startDate"":""2021-12-02"",""endDate"":""2022-02-05""},{""time"":11739,""label"":""hovered"",""timeHovered"":1033,""week"":""2022-01-03""}]}",1,complex,line -2023-03-15 22:50:14,2023-03-15 23:31:58,0,97.103.75.77,100,2504,1,2023-03-15 23:31:59,R_3ltpM4CWE7uBBMU,,,,,28.3056,-81.4197,anonymous,EN,1,71.986,71.986,73.164,1,,,,,,,,2.987,9.636,15.005,5,87,82,48,6.915,37.924,39.145,14,2,278.709,279.37,70,-1,-1,62.688,164.361,167.075,89,-2,-1,3.147,166.641,169.684,38,-3,13.843,145.228,146.259,37,6.275,6.361,15.109,2,3,3,3,7,4,3,,2.593,25.952,28.1,17,3,4,1,7,7,3,"I neither agree or disagree as I neither trust, or distrust the visualization at hand here. I don't know much about fungi and things of that nature so documenting them and graphing them statistically is out of my place to really know what is right. The graph appears fairly clear in what it is conveying, but my trust requires more than just the graph",2.332,101.205,195.805,25,3,,3.339,5.73,7.99,2,2,3,4,5,1,6,7,0,0,15.448,0,3,3,3,3,3,3,5,5,,6.342,23.054,40.682,8,3,3,2,2,3,3,4.286,169.325,169.941,17,4,,0.146,5.412,6.145,5,1,2004,Florida,1,1,1,,9,,African/puerto rican/white,9,4,2,,1.466,209.115,209.714,99,630a2fd6e76ccbe74374656d,"{""startTime"":1678935868030,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":2143,""label"":""cleared_brush"",""using"":""Click""},{""time"":3418,""label"":""cleared_brush"",""using"":""Click""},{""time"":4829,""label"":""cleared_brush"",""using"":""Click""}]}","{""startTime"":1678935896621,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678935189647,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":8336,""label"":""tour_next"",""step"":5},{""time"":19237,""label"":""tour_back"",""step"":5},{""time"":21749,""label"":""tour_next"",""step"":5},{""time"":23540,""label"":""cleared_brush"",""using"":""Click""},{""time"":26965,""label"":""cleared_brush"",""using"":""Click""},{""time"":37836,""label"":""tour_back"",""step"":5},{""time"":43357,""label"":""tour_next"",""step"":5},{""label"":""window_blurred"",""time"":68472},{""label"":""window_focused"",""time"":368636},{""time"":379925,""label"":""cleared_brush"",""using"":""Click""},{""time"":381903,""label"":""moved_brush"",""startDate"":""2021-06-24"",""endDate"":""2021-07-29""},{""time"":383666,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-05-10""},{""time"":385387,""label"":""moved_brush"",""startDate"":""2021-07-16"",""endDate"":""2021-08-20""},{""time"":385892,""label"":""moved_brush"",""startDate"":""2021-07-16"",""endDate"":""2021-08-20""},{""time"":391107,""label"":""moved_brush"",""startDate"":""2021-07-17"",""endDate"":""2021-08-21""},{""time"":391167,""label"":""moved_brush"",""startDate"":""2021-07-17"",""endDate"":""2021-08-21""},{""time"":393203,""label"":""moved_brush"",""startDate"":""2022-01-02"",""endDate"":""2022-02-07""},{""time"":397839,""label"":""moved_brush"",""startDate"":""2022-01-29"",""endDate"":""2022-02-07""},{""time"":401356,""label"":""cleared_brush"",""using"":""Click""},{""time"":402436,""label"":""cleared_brush"",""using"":""Click""},{""time"":409881,""label"":""cleared_brush"",""using"":""Click""},{""time"":411980,""label"":""cleared_brush"",""using"":""Click""},{""time"":412336,""label"":""cleared_brush"",""using"":""Click""},{""time"":414400,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-07-29""},{""time"":415581,""label"":""moved_brush"",""startDate"":""2021-07-09"",""endDate"":""2021-11-01""},{""time"":423992,""label"":""moved_brush"",""startDate"":""2021-07-23"",""endDate"":""2021-11-15""},{""time"":424763,""label"":""moved_brush"",""startDate"":""2021-07-25"",""endDate"":""2021-11-17""},{""time"":429739,""label"":""moved_brush"",""startDate"":""2021-04-23"",""endDate"":""2021-08-17""},{""time"":433463,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-07-29""},{""time"":434044,""label"":""moved_brush"",""startDate"":""2021-06-11"",""endDate"":""2021-10-04""},{""time"":435277,""label"":""moved_brush"",""startDate"":""2021-10-10"",""endDate"":""2022-02-03""},{""time"":435915,""label"":""moved_brush"",""startDate"":""2021-10-14"",""endDate"":""2022-02-07""},{""time"":436317,""label"":""moved_brush"",""startDate"":""2021-09-01"",""endDate"":""2021-12-25""},{""time"":436388,""label"":""moved_brush"",""startDate"":""2021-08-23"",""endDate"":""2021-12-17""},{""time"":437279,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-07-29""},{""time"":437717,""label"":""moved_brush"",""startDate"":""2021-04-22"",""endDate"":""2021-08-16""},{""time"":440918,""label"":""moved_brush"",""startDate"":""2021-04-22"",""endDate"":""2021-06-26""},{""time"":441165,""label"":""moved_brush"",""startDate"":""2021-04-22"",""endDate"":""2021-05-22""},{""time"":442326,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-05-04""},{""time"":444674,""label"":""moved_brush"",""startDate"":""2021-05-15"",""endDate"":""2021-06-14""},{""time"":445668,""label"":""moved_brush"",""startDate"":""2021-05-29"",""endDate"":""2021-06-28""},{""time"":448325,""label"":""tour_back"",""step"":5},{""time"":453196,""label"":""tour_next"",""step"":5},{""label"":""window_blurred"",""time"":462346},{""label"":""window_focused"",""time"":464287},{""label"":""window_blurred"",""time"":472066},{""label"":""window_focused"",""time"":472171},{""label"":""window_blurred"",""time"":476665},{""label"":""window_focused"",""time"":476751},{""label"":""window_blurred"",""time"":478554},{""label"":""window_focused"",""time"":478871},{""label"":""window_blurred"",""time"":479832},{""label"":""window_focused"",""time"":479853},{""label"":""window_blurred"",""time"":482749},{""label"":""window_focused"",""time"":482844},{""time"":489329,""label"":""moved_brush"",""startDate"":""2021-06-26"",""endDate"":""2021-07-26""},{""time"":489357,""label"":""moved_brush"",""startDate"":""2021-06-26"",""endDate"":""2021-07-26""},{""time"":493897,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-07-26""},{""time"":494874,""label"":""moved_brush"",""startDate"":""2021-04-08"",""endDate"":""2021-07-29""},{""time"":496185,""label"":""started_brush"",""startDate"":""2021-08-01"",""endDate"":""2021-11-24""},{""time"":498688,""label"":""moved_brush"",""startDate"":""2021-11-24"",""endDate"":""2022-02-07""},{""time"":500781,""label"":""tour_next"",""step"":5},{""time"":503330,""label"":""moved_brush"",""startDate"":""2021-07-29"",""endDate"":""2021-10-12""},{""time"":504945,""label"":""tour_next"",""step"":5},{""time"":507382,""label"":""cleared_brush"",""using"":""Click""},{""time"":508249,""label"":""started_brush"",""startDate"":""2021-08-02"",""endDate"":""2021-08-22""},{""time"":509471,""label"":""tour_next"",""step"":5},{""time"":510944,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678935852380,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":10503,""label"":""cleared_brush"",""using"":""Click""},{""time"":11611,""label"":""cleared_brush"",""using"":""Click""},{""time"":12905,""label"":""started_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-05-22""},{""time"":14373,""label"":""cleared_brush"",""using"":""Click""}]}",0,complex,bar -2023-03-15 23:18:24,2023-03-15 23:34:27,0,73.177.20.58,100,963,1,2023-03-15 23:34:28,R_2AXrrvDNMSk1bFO,,,,,35.1499,-90.0558,anonymous,EN,1,15.731,15.731,17.794,1,1,4,1,3.45,14.422,16.333,4,0,0,15.022,0,83,86,90,21.134,33.328,35.021,4,10.419,98.696,100.055,10,1,1,13.919,45.282,47.833,9,-2,1,12.376,50.854,53.117,8,-3,14.875,47.687,51.141,4,10.084,10.084,15.121,1,5,5,5,5,5,5,,11.11,47.775,50.036,9,5,5,5,5,3,5,It's from the CDC and shows rates for the shot and without.,3.514,4.74,36.218,2,3,,6.842,10.902,12.173,2,2,3,4,5,1,6,7,11.564,25.562,27.105,2,2,2,4,5,2,9,9,9,,28.854,52.21,53.816,10,4,3,2,2,4,3,11.163,89.346,91.693,8,6,4,5.088,17.063,20.1,4,2,1968,Tennessee,8,3,1,,3,,,11,2,1,fondren1996@aol.com,4.645,233.624,245.784,47,637d0116a222e8cf4c93c009,"{""startTime"":1678936975126,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678937025685,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678936810926,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":4,""label"":""tour_started""},{""time"":17273,""label"":""hovered"",""timeHovered"":4794,""week"":""2021-12-27""},{""time"":22251,""label"":""hovered"",""timeHovered"":1747,""week"":""2021-12-20""},{""time"":24916,""label"":""hovered"",""timeHovered"":3245,""week"":""2021-12-06""},{""time"":29178,""label"":""hovered"",""timeHovered"":2996,""week"":""2022-01-03""},{""time"":34706,""label"":""hovered"",""timeHovered"":1831,""week"":""2022-02-07""},{""time"":40055,""label"":""tour_next"",""step"":2},{""time"":52742,""label"":""tour_end"",""step"":2},{""time"":60380,""label"":""hovered"",""timeHovered"":1219,""week"":""2021-05-24""},{""time"":63469,""label"":""hovered"",""timeHovered"":2613,""week"":""2021-04-12""},{""time"":69877,""label"":""hovered"",""timeHovered"":1132,""week"":""2021-07-19""},{""time"":72418,""label"":""hovered"",""timeHovered"":2186,""week"":""2021-08-16""},{""time"":75155,""label"":""hovered"",""timeHovered"":2124,""week"":""2021-09-06""},{""time"":79783,""label"":""hovered"",""timeHovered"":1095,""week"":""2021-10-25""},{""time"":82069,""label"":""hovered"",""timeHovered"":1610,""week"":""2021-11-22""},{""time"":83955,""label"":""hovered"",""timeHovered"":1383,""week"":""2021-11-29""},{""time"":85833,""label"":""hovered"",""timeHovered"":1081,""week"":""2021-12-20""}]}","{""startTime"":1678936959564,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":3052,""label"":""hovered"",""timeHovered"":1822,""week"":""2021-12-27""}]}",1,simple,line -2023-03-15 23:10:25,2023-03-15 23:35:25,0,73.237.169.234,100,1499,1,2023-03-15 23:35:26,R_1ms0XANovAODlnJ,,,,,33.7228,-83.9976,anonymous,EN,1,50.049,50.049,54.029,1,2,,1,4.42,4.42,24.396,1,0,0,15.017,0,33,68,28,26.111,38.655,43.318,3,56.209,202.268,239.206,10,1,1,39.062,63.326,70.772,2,-1,1,70.72,96.216,98.685,3,1,78.986,92.134,95.272,2,0,0,15.01,0,2,2,3,5,6,2,"There is a great deal of missing information if one is to draw meaningful conclusions. For instance, has the data been filtered or adjusted and what is the margin for error.",33.305,70.072,173.437,8,2,5,3,7,1,2,There is no indication of margin for error and how the data was collected.,3.645,3.645,56.449,1,5,There was no information about the number or percentage of reinfections in any category.,13.679,93.524,110.167,5,2,7,3,4,1,5,6,0,0,29.502,0,2,5,8,7,2,6,10,10,None,11.388,49.803,55.096,10,3,5,2,2,5,4,14.409,59.687,64.603,6,6,3,14.456,26.087,31.167,2,1,1957,Georgia,6,3,1,,4,,,4,3,2,,5.532,242.876,248.587,27,6163abe84640981d685a57f2,"{""startTime"":1678936733099,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":6474,""label"":""started_brush"",""startDate"":""2021-07-08"",""endDate"":""2021-08-05""},{""time"":7770,""label"":""cleared_brush"",""using"":""click""}]}","{""startTime"":1678936907391,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678936381882,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":5991,""label"":""hovered"",""timeHovered"":2039,""week"":""2022-01-10""},{""time"":11536,""label"":""hovered"",""timeHovered"":1279,""week"":""2022-01-03""},{""time"":22563,""label"":""hovered"",""timeHovered"":19882,""week"":""2021-09-20""},{""time"":56200,""label"":""tour_next"",""step"":5},{""time"":78596,""label"":""started_brush"",""startDate"":""2021-05-03"",""endDate"":""2021-09-10""},{""time"":84626,""label"":""started_brush"",""startDate"":""2022-01-05"",""endDate"":""2022-02-12""},{""time"":92762,""label"":""started_brush"",""startDate"":""2021-05-05"",""endDate"":""2021-06-07""},{""time"":101567,""label"":""tour_next"",""step"":5},{""time"":165984,""label"":""moved_brush"",""startDate"":""2021-11-14"",""endDate"":""2021-12-16""},{""time"":168477,""label"":""tour_next"",""step"":5},{""time"":175953,""label"":""cleared_brush"",""using"":""click""},{""time"":181955,""label"":""tour_next"",""step"":5},{""time"":195371,""label"":""tour_end"",""step"":5},{""time"":218407,""label"":""started_brush"",""startDate"":""2022-01-21"",""endDate"":""2022-02-07""},{""time"":224751,""label"":""moved_brush"",""startDate"":""2021-12-31"",""endDate"":""2022-01-18""},{""time"":226144,""label"":""cleared_brush"",""using"":""click""}]}","{""startTime"":1678936717446,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line -2023-03-15 23:24:49,2023-03-15 23:36:47,0,70.23.91.254,100,718,1,2023-03-15 23:36:48,R_3p3TVdYvB0JWcYL,,,,,40.6002,-74.1469,anonymous,EN,1,10.254,10.254,11.359,1,1,1,1,1.788,4.352,5.814,2,0,0,15.008,0,100,100,75,16.383,24.307,30.132,3,20.046,25.007,52.867,2,1,1,29.27,53.776,68.898,2,-3,1,23.217,77.347,87.12,6,1,47.522,47.522,62.482,1,0,0,15.011,0,6,7,6,6,6,6,"Are those only people who presented with symptoms (or to their medical providers)? What about the hospitalizations? ",8.699,26.304,65.577,8,7,6,6,5,7,6,"It is CDC data: I might doubt the completeness of the data, but I have no reasons to doubt the validity. ",2.618,2.618,35.601,1,3,,6.259,7.145,10.363,2,2,7,3,4,1,5,6,0,0,25.013,0,2,8,8,7,4,3,10,10,,4.262,23.505,25.846,11,5,5,1,1,5,5,10.1,30.081,31.662,6,5,1,6.087,12.66,15.447,3,2,1964,New York,7,3,1,,7,,,9,4,1,63b7992d848592c307fe1e49@email.prolific.co,8.885,81.133,85.484,16,63b7992d848592c307fe1e49,"{""startTime"":1678937409239,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678937327145,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678937170694,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":20040,""label"":""tour_next"",""step"":2},{""time"":25000,""label"":""tour_end"",""step"":2},{""time"":26452,""label"":""hovered"",""timeHovered"":1582,""week"":""2021-06-14""},{""time"":30496,""label"":""hovered"",""timeHovered"":4883,""week"":""2022-01-10""},{""time"":37955,""label"":""hovered"",""timeHovered"":2856,""week"":""2022-01-03""},{""time"":42804,""label"":""hovered"",""timeHovered"":1755,""week"":""2022-02-07""}]}","{""startTime"":1678937311546,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":4641,""label"":""hovered"",""timeHovered"":1588,""week"":""2022-01-03""},{""time"":6239,""label"":""hovered"",""timeHovered"":1742,""week"":""2022-01-03""}]}",1,moderate,line -2023-03-15 23:19:35,2023-03-15 23:38:01,0,172.58.181.132,100,1105,1,2023-03-15 23:38:01,R_abNqNI56JEfjIOt,,,,,32.7797,-96.8022,anonymous,EN,1,10.262,10.262,11.797,1,2,,2,6.194,6.194,7.586,1,3.582,33.13,36.095,7,0,0,33,11.081,17.947,18.856,3,1.129,1.129,3.275,1,1,-1,4.047,157.038,158.589,25,1,-3,8.859,8.859,10.52,1,-2,43.123,43.123,59.952,1,0,0,15.008,0,1,7,7,5,5,1,,18.164,34.556,35.991,6,3,2,7,7,7,1,Don't trust the data.,0,0,1.857,0,3,,0,0,2.438,0,2,7,3,4,1,5,6,0,0,26.511,0,4,1,7,3,1,9,1,4,,2.876,8.838,11.451,3,4,1,1,1,4,2,10.466,35.201,36.414,6,7,1,0,0,3.028,0,2,1954,Texas,3,2,1,,7,,,6,2,1,6384e535ba619451063f5223@email.prolific.co,3.171,134.273,137,19,6384e535ba619451063f5223,"{""startTime"":1678937397924,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678937318918,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678937054127,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":23,""label"":""tour_started""}]}","{""startTime"":1678937303619,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":9525,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1305,""week"":""2"",""id"":""chart""},{""time"":10973,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1465,""week"":""52"",""id"":""chart""}]}",1,simple,bar -2023-03-15 22:36:54,2023-03-15 23:38:10,0,68.187.79.219,100,3675,1,2023-03-15 23:38:10,R_2SCxHtB1QcFPAr0,,,,,42.417,-88.9995,anonymous,EN,1,451.543,452.729,454.142,2,1,3,2,3.575,8.747,10.812,3,0,0,15.105,0,83,83,60,23.706,1644.166,1645.434,16,15.162,572.755,574.327,115,1,-2,39.714,119.199,120.186,7,-3,1,32.05,75.719,77.945,7,-1,7.023,213.574,214.886,16,4.142,4.142,16.997,1,4,2,4,2,7,3,"Thanks. ",3.386,41.229,42.046,19,5,4,5,5,5,3,I don't feel like I was given a great deal of info and the dates are somewhat hard to understand.,5.31,5.31,55.379,1,5,Thanks,6.802,16.165,16.948,3,2,7,3,4,1,5,6,10.167,18.468,19.418,2,3,5,5,4,5,4,10,10,Thanks,3.849,37.464,38.73,13,3,4,1,1,5,4,4.324,23.519,24.425,11,2,2,2.914,15.532,17.161,4,1,1982,Illinois,6,1,1,,7,,,14,4,1,5e606b1eaf84e83c728748d7@email.prolific.co,1.966,263.705,267.823,21,5e606b1eaf84e83c728748d7,"{""startTime"":1678937171702,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":29017},{""label"":""window_focused"",""time"":30563}]}","{""startTime"":1678937214864,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678936361440,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":23,""label"":""tour_started""},{""time"":3391,""label"":""hovered"",""timeHovered"":4792,""week"":""2022-01-03""},{""time"":9400,""label"":""hovered"",""timeHovered"":2099,""week"":""2021-09-20""},{""time"":27082,""label"":""tour_next"",""step"":5},{""time"":50763,""label"":""tour_back"",""step"":5},{""time"":53611,""label"":""hovered"",""timeHovered"":1092,""week"":""2021-08-30""},{""time"":82474,""label"":""hovered"",""timeHovered"":2670,""week"":""2022-01-17""},{""time"":93157,""label"":""tour_next"",""step"":5},{""time"":120120,""label"":""started_brush"",""startDate"":""2021-10-15"",""endDate"":""2021-11-18""},{""time"":132194,""label"":""started_brush"",""startDate"":""2021-05-27"",""endDate"":""2022-01-04""},{""time"":134946,""label"":""tour_back"",""step"":5},{""label"":""window_blurred"",""time"":159620},{""label"":""window_focused"",""time"":316904},{""time"":332655,""label"":""tour_next"",""step"":5},{""time"":343832,""label"":""moved_brush"",""startDate"":""2021-07-06"",""endDate"":""2022-02-13""},{""time"":348976,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-19""},{""time"":356078,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-19""},{""time"":356316,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-19""},{""time"":356478,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-19""},{""time"":358065,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-19""},{""time"":359651,""label"":""moved_brush"",""startDate"":""2021-07-06"",""endDate"":""2022-02-13""},{""time"":360949,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-19""},{""time"":364344,""label"":""moved_brush"",""startDate"":""2021-07-06"",""endDate"":""2022-02-13""},{""time"":384883,""label"":""tour_back"",""step"":5},{""time"":412648,""label"":""tour_next"",""step"":5},{""time"":418872,""label"":""moved_brush"",""startDate"":""2021-07-06"",""endDate"":""2022-02-13""},{""time"":419447,""label"":""started_brush"",""startDate"":""2021-06-03"",""endDate"":""2021-06-05""},{""time"":431336,""label"":""cleared_brush"",""using"":""click""},{""time"":452150,""label"":""started_brush"",""startDate"":""2021-11-07"",""endDate"":""2021-11-24""},{""time"":453709,""label"":""tour_next"",""step"":5},{""time"":462945,""label"":""moved_brush"",""startDate"":""2021-11-07"",""endDate"":""2021-12-05""},{""time"":464440,""label"":""tour_next"",""step"":5},{""time"":474471,""label"":""moved_brush"",""startDate"":""2021-10-08"",""endDate"":""2021-11-04""},{""time"":478685,""label"":""moved_brush"",""startDate"":""2021-10-08"",""endDate"":""2021-10-21""},{""time"":480741,""label"":""moved_brush"",""startDate"":""2021-08-18"",""endDate"":""2021-10-21""},{""time"":486787,""label"":""moved_brush"",""startDate"":""2021-08-18"",""endDate"":""2021-10-21""},{""time"":491529,""label"":""moved_brush"",""startDate"":""2021-08-18"",""endDate"":""2021-10-21""},{""time"":491672,""label"":""moved_brush"",""startDate"":""2021-08-18"",""endDate"":""2021-10-21""},{""time"":496799,""label"":""moved_brush"",""startDate"":""2021-08-18"",""endDate"":""2021-10-21""},{""time"":498729,""label"":""cleared_brush"",""using"":""click""},{""time"":498733,""label"":""cleared_brush"",""using"":""Escape""},{""time"":500637,""label"":""tour_next"",""step"":5},{""time"":511786,""label"":""tour_end"",""step"":5},{""time"":548636,""label"":""started_brush"",""startDate"":""2021-05-09"",""endDate"":""2022-02-13""},{""time"":556196,""label"":""moved_brush"",""startDate"":""2021-05-09"",""endDate"":""2022-02-13""},{""time"":557704,""label"":""moved_brush"",""startDate"":""2021-05-09"",""endDate"":""2022-02-13""},{""time"":558215,""label"":""moved_brush"",""startDate"":""2021-05-08"",""endDate"":""2022-02-12""},{""time"":559716,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-01-16""},{""time"":561283,""label"":""cleared_brush"",""using"":""click""},{""time"":561297,""label"":""cleared_brush"",""using"":""Escape""},{""time"":570480,""label"":""started_brush"",""startDate"":""2021-05-13"",""endDate"":""2022-02-13""}]}","{""startTime"":1678937153054,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":7771,""label"":""hovered"",""timeHovered"":3086,""week"":""2021-12-20""},{""label"":""window_blurred"",""time"":12445},{""label"":""window_focused"",""time"":17834}]}",1,complex,line -2023-03-15 23:25:13,2023-03-15 23:39:46,0,74.74.189.246,100,873,1,2023-03-15 23:39:47,R_3nOtwymXNQYryVN,,,,,43.1723,-76.1032,anonymous,EN,1,28.877,28.877,30.319,1,,,,,,,,0,0,15.118,0,90,89,87,34.113,56.787,57.762,5,1.632,176.808,181.239,30,1,1,47.562,109.156,117.04,20,-3,-3,41.932,77.96,79.577,2,-2,50.074,50.074,52.226,1,0,0,15.115,0,3,3,3,5,5,5,,14.853,48.505,51.928,6,3,6,5,1,1,5,The source appears to be legitimate,4.534,4.534,28.982,1,6,,6.726,6.726,8.767,1,2,7,3,4,1,5,6,0,0,26.59,0,5,8,8,7,10,6,10,10,,7.021,20.47,22.446,8,4,4,1,1,4,4,12.402,32.307,33.851,6,3,,7.522,7.522,9.453,1,1,1954,New York,6,1,1,,9,,Cicero,13,4,1,earley.steve5993@gmail.com,4.379,75.285,77.476,13,5dfb693a73d72487b1fe495b,"{""startTime"":1678937548453,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678937487365,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678937235645,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":12476,""label"":""tour_next"",""step"":5},{""time"":28428,""label"":""tour_back"",""step"":5},{""time"":37709,""label"":""tour_next"",""step"":5},{""time"":65482,""label"":""started_brush"",""startDate"":""2021-07-03"",""endDate"":""2021-09-09""},{""time"":66812,""label"":""tour_next"",""step"":5},{""time"":82289,""label"":""started_brush"",""startDate"":""2021-11-20"",""endDate"":""2021-11-24""},{""time"":98631,""label"":""tour_back"",""step"":5},{""time"":111642,""label"":""started_brush"",""startDate"":""2021-06-02"",""endDate"":""2021-11-22""},{""time"":112981,""label"":""tour_next"",""step"":5},{""time"":125612,""label"":""cleared_brush"",""using"":""Click""},{""time"":130826,""label"":""cleared_brush"",""using"":""Click""},{""time"":134140,""label"":""cleared_brush"",""using"":""Click""},{""time"":141216,""label"":""moved_brush"",""startDate"":""2021-05-07"",""endDate"":""2021-08-30""},{""time"":142261,""label"":""tour_next"",""step"":5},{""time"":163168,""label"":""cleared_brush"",""using"":""Click""},{""time"":164974,""label"":""tour_next"",""step"":5},{""time"":176804,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678937470640,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,bar -2023-03-15 23:24:09,2023-03-15 23:41:14,0,71.220.45.28,100,1025,1,2023-03-15 23:41:14,R_2QJvhg23oiN86Nt,,,,,30.3659,-86.2458,anonymous,EN,1,104.931,104.931,106.119,1,,,,,,,,10.803,11.935,15.017,2,76,100,77,6.035,23.885,26.147,3,14.33,18.744,195.737,2,1,-2,25.615,48.233,50.836,2,-2,1,37.209,52.838,55.227,2,1,65.883,65.883,68.358,1,0,0,15.009,0,3,3,3,5,5,5,,30.185,149.4,154.683,9,5,5,5,1,1,5,It seems quite logical and the data for both sets correlates well. It makes sense and I like how it breaks down by acres as well. Good charts!,2.206,2.206,67.789,1,5,"Good survey; great charts and labels. ",5.504,20.899,36.845,14,2,7,3,4,1,5,6,0,0,26.959,0,7,8,8,9,7,8,10,10,,3.405,19.166,21.964,8,3,5,1,2,5,5,9.414,30.814,31.979,7,6,,8.202,8.202,9.88,1,1,1967,Florida,7,2,1,,9,,Tallahassee,14,2,1,fsumike38@embarqmail.com,1.536,53.825,61.804,13,63cac85f8519383ef0422593,"{""startTime"":1678937483397,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":24880},{""label"":""window_focused"",""time"":29937},{""label"":""window_blurred"",""time"":41262},{""label"":""window_focused"",""time"":87983},{""label"":""window_blurred"",""time"":118675},{""label"":""window_focused"",""time"":149256}]}","{""startTime"":1678937638902,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678937215394,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":14310,""label"":""tour_next"",""step"":2},{""time"":18737,""label"":""tour_end"",""step"":2},{""label"":""window_blurred"",""time"":37999},{""label"":""window_focused"",""time"":193109}]}","{""startTime"":1678937467653,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":3425,""label"":""hovered"",""timeHovered"":1993,""week"":""2021-09-13""},{""time"":9834,""label"":""hovered"",""timeHovered"":1001,""week"":""2021-12-27""},{""time"":10953,""label"":""hovered"",""timeHovered"":2551,""week"":""2021-12-13""}]}",0,moderate,line -2023-03-15 23:20:24,2023-03-15 23:41:38,0,174.176.77.203,100,1273,1,2023-03-15 23:41:39,R_2zGZtKTJcC1Zwzw,,,,,30.2712,-81.7529,anonymous,EN,1,12.527,59.391,110.269,2,,,,,,,,3.014,3.014,15.109,1,82,65,23,12.122,38.282,39.563,7,4.821,44.869,46.868,5,1,1,5.541,150.525,152.502,10,1,1,20.69,43.34,45.06,5,1,139.801,141.057,142.538,2,2.414,2.414,15.009,1,5,5,5,4,5,5,"I need darker/ bolder font. This light font gives me a headache. ",27.27,77.007,78.358,11,5,5,5,7,7,5,"I read ""assuming you trust this data"" so I'm assuming I should trust the data. I cannot remember what I'm counting though. Is it 1000 insects per acre? ",4.095,95.061,104.357,3,2,"I used to think I could trust some people but then I saw what sheep they were during the lockdowns. ",3.354,31.619,35.667,4,2,7,3,4,1,5,6,13.376,27.199,28.559,3,4,2,4,2,2,4,6,3,,9.68,54.183,56.727,11,3,3,3,2,3,3,2.882,23.874,26.277,9,5,,3.381,4.341,6.243,2,2,1964,Georgia,6,1,1,,7,,,2,4,1,5dd352c51c219b35931aefd1@email.prolific.co,1.842,76.826,86.229,24,5dd352c51c219b35931aefd1,"{""startTime"":1678937573874,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678937422824,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678937206508,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":17070,""label"":""hovered"",""timeHovered"":2381,""week"":""2021-12-20""},{""time"":19819,""label"":""hovered"",""timeHovered"":4295,""week"":""2021-12-27""},{""time"":24764,""label"":""hovered"",""timeHovered"":3164,""week"":""2021-08-16""},{""time"":29300,""label"":""tour_next"",""step"":2},{""time"":42116,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678937407314,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,line -2023-03-15 23:22:02,2023-03-15 23:42:44,0,98.192.101.49,100,1242,1,2023-03-15 23:42:45,R_2xFC4PRt2L6pLqF,,,,,33.7585,-84.183,anonymous,EN,1,2.038,68.983,70.351,5,,,,,,,,0,0,15.114,0,82,76,28,3.708,50.626,51.901,10,49.304,247.348,248.66,43,-1,-3,1.102,192.102,193.072,13,-3,1,0.903,78.613,83.304,8,-3,2.899,107.682,110.489,16,2.773,2.773,15.013,1,3,3,3,4,4,3,,15.27,36.014,40.678,8,4,4,3,3,3,3,"I'm usually skeptical about scientific ""facts and figures'",15.769,39.977,49.587,4,5,,7.099,10.709,12.795,2,2,7,3,4,1,5,6,1.013,37.981,42.433,2,7,9,9,9,5,9,9,10,,1.097,38.803,41.789,13,4,4,4,1,4,4,1.342,38.126,38.959,10,2,,17.158,18.39,21.089,2,2,1962,Georgia,3,1,1,,8,KENNESAW,,12,2,2,,3.7,103.763,119.973,26,63a519bb6eeff2ad74314b53,"{""startTime"":1678937457706,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678937498951,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":9287},{""label"":""window_focused"",""time"":9751},{""label"":""window_blurred"",""time"":29763},{""label"":""window_focused"",""time"":29889}]}","{""startTime"":1678937081199,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":30263,""label"":""hovered"",""timeHovered"":3360,""week"":""2021-12-27""},{""time"":34677,""label"":""hovered"",""timeHovered"":1562,""week"":""2022-01-17""},{""time"":36605,""label"":""hovered"",""timeHovered"":2081,""week"":""2022-01-31""},{""time"":39405,""label"":""hovered"",""timeHovered"":2444,""week"":""2021-09-27""},{""time"":45053,""label"":""hovered"",""timeHovered"":2111,""week"":""2021-04-12""},{""time"":49298,""label"":""tour_next"",""step"":5},{""time"":65848,""label"":""cleared_brush"",""using"":""click""},{""time"":73897,""label"":""started_brush"",""startDate"":""2021-05-29"",""endDate"":""2021-11-07""},{""time"":77832,""label"":""tour_next"",""step"":5},{""time"":92154,""label"":""moved_brush"",""startDate"":""2021-06-25"",""endDate"":""2021-12-04""},{""time"":95770,""label"":""moved_brush"",""startDate"":""2021-06-25"",""endDate"":""2021-10-09""},{""time"":97940,""label"":""tour_next"",""step"":5},{""time"":126257,""label"":""moved_brush"",""startDate"":""2021-06-25"",""endDate"":""2021-10-09""},{""time"":126893,""label"":""moved_brush"",""startDate"":""2021-06-25"",""endDate"":""2021-10-09""},{""time"":129362,""label"":""cleared_brush"",""using"":""click""},{""time"":133524,""label"":""tour_next"",""step"":5},{""label"":""window_blurred"",""time"":168572},{""label"":""window_focused"",""time"":168705},{""time"":172936,""label"":""tour_end"",""step"":5},{""time"":177659,""label"":""cleared_brush"",""using"":""click""},{""time"":181753,""label"":""hovered"",""timeHovered"":1039,""week"":""2021-10-25""},{""time"":184086,""label"":""hovered"",""timeHovered"":1541,""week"":""2021-10-25""},{""time"":186022,""label"":""hovered"",""timeHovered"":1493,""week"":""2021-10-25""},{""time"":195366,""label"":""hovered"",""timeHovered"":1752,""week"":""2022-01-03""},{""time"":206100,""label"":""started_brush"",""startDate"":""2021-04-15"",""endDate"":""2021-07-23""},{""time"":211224,""label"":""moved_brush"",""startDate"":""2021-04-15"",""endDate"":""2021-07-23""},{""label"":""window_blurred"",""time"":211889},{""label"":""window_focused"",""time"":212008},{""time"":216765,""label"":""moved_brush"",""startDate"":""2021-04-15"",""endDate"":""2021-07-23""},{""time"":222376,""label"":""moved_brush"",""startDate"":""2021-10-29"",""endDate"":""2022-02-04""},{""time"":224778,""label"":""moved_brush"",""startDate"":""2021-10-29"",""endDate"":""2022-02-04""},{""time"":225089,""label"":""moved_brush"",""startDate"":""2021-10-29"",""endDate"":""2022-02-04""}]}","{""startTime"":1678937442150,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line -2023-03-15 23:30:58,2023-03-15 23:42:57,0,38.75.214.226,100,718,1,2023-03-15 23:42:57,R_1NmrAHsug9BVDhO,,,,,40.3658,-105.5142,anonymous,EN,1,6.435,6.435,7.417,1,,,,,,,,0,0,15.009,0,75,34,32,14.055,19.697,21.175,3,14.695,49.433,62.938,7,1,1,70.253,81.238,83.272,2,1,1,79.773,98.187,99.417,2,1,14.493,52.227,53.622,2,0,0,15.11,0,5,5,5,2,7,5,,12.575,23.438,26.25,6,5,2,7,7,7,5,The visualization makes sense when you look at it closely and I have no reason to believe the data is false,4.657,4.657,36.999,1,2,,6.949,19.799,23.985,15,2,7,3,4,1,5,6,0,0,28.498,0,1,2,9,7,1,8,4,3,,7.645,24.891,32.722,8,2,5,2,4,4,2,21.014,46.522,47.309,6,6,,7.932,7.932,9.75,1,1,2000,Washington,6,1,1,,7,,,8,4,2,,2.566,90.266,95.309,17,63f4734905f91d8c0582dc27,"{""startTime"":1678937642082,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678937668860,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678937509178,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":20,""label"":""tour_started""},{""time"":12614,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1381,""week"":""51"",""id"":""chart""},{""time"":14688,""label"":""tour_next"",""step"":5},{""time"":26832,""label"":""started_brush"",""startDate"":""2021-05-10"",""endDate"":""2021-08-31""},{""time"":27986,""label"":""tour_next"",""step"":5},{""time"":34742,""label"":""moved_brush"",""startDate"":""2021-08-16"",""endDate"":""2021-12-07""},{""time"":35587,""label"":""tour_next"",""step"":5},{""time"":43112,""label"":""cleared_brush"",""using"":""Click""},{""time"":44351,""label"":""tour_next"",""step"":5},{""time"":49426,""label"":""tour_end"",""step"":5},{""time"":52694,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1104,""week"":""2"",""id"":""chart""},{""time"":55068,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4653,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678937626539,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,bar -2023-03-15 23:16:44,2023-03-15 23:43:43,0,75.176.42.56,100,1618,1,2023-03-15 23:43:43,R_ykAJEZujUPnVsCl,,,,,35.2296,-80.843,anonymous,EN,1,12.196,14.089,15.602,2,1,2,1,1.854,9.328,10.688,3,0,0,15.033,0,88,92,33,0.447,32,33.453,7,9.017,336.774,337.797,6,1,1,8.626,57.885,59.098,6,1,1,8.983,118.2,119.248,6,1,4.017,193.161,194.687,4,3.245,3.245,15.013,1,5,4,5,5,6,5,,0.68,249.735,251.386,12,4,5,4,2,3,4,I have no way of knowing if this is correct,2.066,2.066,24.603,1,6,,2.906,75.847,77.727,3,2,7,3,4,1,5,6,10.092,19.279,24.257,2,5,7,6,5,4,9,8,9,,2.819,38.47,39.876,12,3,4,3,2,4,3,11.994,72.714,73.751,9,5,1,5.29,19.7,21.086,5,1,1960,North Carolina,6,2,1,,7,,,16,1,1,steveulcards1@gmail.com,7.383,223.184,224.387,37,61001d9b2e3d8a75a09f3db3,"{""startTime"":1678937184349,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":39941},{""label"":""window_focused"",""time"":240540}]}","{""startTime"":1678937438008,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678936708703,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":16,""label"":""tour_started""},{""label"":""window_blurred"",""time"":13754},{""label"":""window_focused"",""time"":266771},{""time"":290588,""label"":""tour_next"",""step"":2},{""time"":298408,""label"":""tour_end"",""step"":2},{""label"":""window_blurred"",""time"":315284},{""label"":""window_focused"",""time"":333375}]}","{""startTime"":1678937167736,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line -2023-03-15 23:31:40,2023-03-15 23:45:28,0,71.60.37.156,100,827,1,2023-03-15 23:45:29,R_2ScVCPLzCJkxtHE,,,,,40.2708,-76.8564,anonymous,EN,1,25.258,25.258,26.518,1,,,,,,,,0,0,15.009,0,86,100,69,17.985,31.386,32.446,3,5.046,18.03,19.309,4,1,1,29.758,126.359,128.39,3,-3,-3,64.743,141.178,155.041,3,-3,75.175,75.175,76.603,1,0,0,15.006,0,5,5,5,5,5,5,,25.857,52.806,56.121,8,5,5,3,1,1,5,It appears to be genuine,11.868,11.868,43.476,1,6,,6.696,7.912,10.204,2,2,7,3,4,1,5,6,0,0,22.878,0,8,8,10,8,8,10,10,10,,14.598,29.693,32.239,8,3,3,1,3,3,2,5.941,21.391,24.817,8,4,,2.653,2.653,6.56,1,2,1978,West Virginia,6,2,1,,3,,,3,1,2,,1.535,106.355,110.584,14,62b9c2f1e55fe9f17dfedc5d,"{""startTime"":1678937779251,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678937835743,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678937588060,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":7670,""label"":""tour_next"",""step"":2},{""time"":14139,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678937763713,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,bar -2023-03-15 23:20:30,2023-03-15 23:45:42,0,73.15.243.91,100,1512,1,2023-03-15 23:45:43,R_DwwlzFU0v1N6hjz,,,,,38.5463,-122.8047,anonymous,EN,1,48.342,48.342,49.799,1,,,,,,,,0,0,15.024,0,83,60,46,73.169,92.757,93.915,3,35.043,48.58,88.412,3,1,1,63.327,89.538,91.855,2,-2,-1,97.405,181.371,183.101,2,1,71.288,71.288,73.033,1,0,0,15.015,0,5,2,3,5,7,3,I acknowledge answering incorrectly on previous questions about amounts. My eyes were aimed at the blue bars only.,33,228.141,229.925,12,5,5,5,7,2,4,I'm thinking that could be other factors involved with the numbers. Perhaps my answer should have been agree.,4.553,69.904,81.657,4,6,,14.409,21.9,69.83,4,2,7,3,4,1,5,6,0,0,32.516,0,6,9,8,9,8,9,10,10,Political party answer was an average of my feelings split between the two major parties.,12.745,66.833,114.308,9,3,4,2,2,4,4,20.012,60.255,61.93,6,2,,19.44,19.44,21.669,1,1,1959,California,3,1,1,,7,,,4,4,1,63d570d979c31656fece7c7d@email.prolific.co,4.022,129.574,138.565,14,63d570d979c31656fece7c7d,"{""startTime"":1678937500520,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678937524604,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":18810,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2693,""week"":""1"",""id"":""chart""},{""time"":26821,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2193,""week"":""52"",""id"":""chart""},{""time"":35951,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1033,""week"":""52"",""id"":""chart""},{""time"":51169,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1636,""week"":""32"",""id"":""chart""}]}","{""startTime"":1678937004045,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":19,""label"":""tour_started""},{""time"":24278,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3402,""week"":""52"",""id"":""chart""},{""time"":27715,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2234,""week"":""1"",""id"":""chart""},{""time"":29949,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1970,""week"":""1"",""id"":""chart""},{""time"":35848,""label"":""tour_next"",""step"":2},{""time"":48571,""label"":""tour_end"",""step"":2},{""time"":49205,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2724,""week"":""1"",""id"":""chart""},{""time"":54275,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3524,""week"":""50"",""id"":""chart""},{""time"":58462,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2073,""week"":""50"",""id"":""chart""},{""time"":65385,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5661,""week"":""27"",""id"":""chart""},{""time"":71150,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1664,""week"":""28"",""id"":""chart""},{""time"":82257,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3441,""week"":""44"",""id"":""chart""}]}","{""startTime"":1678937276530,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":3955,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5861,""week"":""2"",""id"":""chart""}]}",0,moderate,bar -2023-03-15 23:29:17,2023-03-15 23:46:46,0,98.44.23.111,100,1049,1,2023-03-15 23:46:47,R_3R3I9RDQqajgkF5,,,,,29.7373,-95.3972,anonymous,EN,1,26.688,26.688,28.245,1,1,4,2,2.363,5.364,8.106,2,0,0,15.113,0,100,100,100,22.677,28.503,30.385,3,13.981,50.145,57.786,5,1,1,30.142,61.493,64.061,2,1,1,69.178,101.103,103.954,2,1,60.625,60.625,62.23,1,0,0,15.016,0,5,5,5,5,5,5,The source of data (CDC) it seems to be a reliable entity.,16.723,86.402,88.483,12,5,5,5,5,5,5,"I trust this visualization because it is a math study in graphic presentation. I assume that is not fake. So, I trust.",3.005,3.005,82.123,2,5,I like the study! It is an important issue to our country! Tks!,10.973,19.644,49.16,8,2,7,3,4,1,5,6,0,0,45.087,0,5,6,9,9,5,5,9,8,I like the study!,5.647,28.092,38.957,10,5,5,1,1,5,5,12.828,33.674,35.347,7,6,1,6.351,17.867,26.019,2,1,1951,New York,6,2,1,,8,White,,17,3,1,scamparini33@gmail.com,5.301,229.496,240.134,42,62885de1cdfe242015ccacef,"{""startTime"":1678937744029,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678937637898,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":769,""label"":""hovered"",""timeHovered"":1526,""week"":""2021-09-13""}]}","{""startTime"":1678937459113,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":19597,""label"":""hovered"",""timeHovered"":2267,""week"":""2021-07-26""},{""time"":29248,""label"":""hovered"",""timeHovered"":2466,""week"":""2022-01-10""},{""time"":33264,""label"":""hovered"",""timeHovered"":2238,""week"":""2022-01-10""},{""time"":38506,""label"":""hovered"",""timeHovered"":1125,""week"":""2022-02-07""},{""time"":43029,""label"":""tour_next"",""step"":2},{""time"":50137,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678937622126,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":4734,""label"":""hovered"",""timeHovered"":3183,""week"":""2021-09-20""},{""time"":10336,""label"":""hovered"",""timeHovered"":3799,""week"":""2022-01-10""}]}",1,moderate,line -2023-03-15 23:30:12,2023-03-15 23:46:52,0,107.15.147.100,100,1000,1,2023-03-15 23:46:53,R_d0QgZFzHGyztp4t,,,,,35.7704,-78.6293,anonymous,EN,1,3.943,11.845,13.448,3,,,,,,,,13.597,14.422,15.02,2,66,65,50,3.443,46.336,47.702,10,8.546,32.634,44.002,5,1,1,22.065,107.07,108.68,10,-3,-1,12.707,166.804,168.333,13,1,7.332,94.454,96.484,14,8.494,10.309,15.021,2,3,2,3,4,4,3,,12.758,48.721,52.203,11,4,4,2,3,2,3,IT'S NOT TOO Hard to understand it but the visuals are not too great.,5.546,5.546,87.106,1,4,,5.833,8.844,10.044,2,2,7,3,4,1,5,6,24.138,24.138,33.971,1,5,2,5,2,8,6,9,8,,10.892,37.044,39.072,12,1,1,3,5,1,1,14.408,45.545,46.815,8,4,,4.202,8.352,9.497,2,2,1978,North Carolina,4,2,1,,3,,,3,3,2,,2.256,74.565,82.239,25,611144542cf9d49b089b7d55,"{""startTime"":1678937846007,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678937681222,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678937509142,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":37,""label"":""tour_started""},{""time"":13641,""label"":""tour_next"",""step"":2},{""time"":17320,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678937665098,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,bar -2023-03-15 23:09:24,2023-03-15 23:48:07,0,70.176.247.76,100,2322,1,2023-03-15 23:48:07,R_OrriS4729l0wavT,,,,,33.6338,-112.2066,anonymous,EN,1,143.275,143.275,145.755,1,,,,,,,,0,0,15.02,0,84,83,57,89.808,103.462,106.09,4,115.562,428.328,435.372,14,-2,1,164.088,229.46,234.855,4,-3,1,159.734,223.699,226.402,2,1,102.238,219.643,234.878,2,0,0,15.025,0,5,4,4,4,5,5,,182.035,233.178,236.232,8,5,5,5,3,5,5,"It is well organized, easy to read",4.886,24.782,136.826,2,6,,7.979,7.979,12.95,1,2,7,3,4,1,5,6,15.36,15.36,54.844,1,3,5,3,6,7,6,9,9,,7.428,27.157,30.797,9,4,4,1,1,4,4,19.689,45.546,51.109,6,2,,26.651,26.651,31.79,1,2,1954,Arizona,4,2,1,,7,,,10,4,1,,5.664,89.806,94.925,11,5bf349126f97050001e6a6e6,"{""startTime"":1678937449261,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":27145},{""label"":""window_focused"",""time"":37282}]}","{""startTime"":1678937151419,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":13020,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8522,""week"":""52"",""id"":""chart""},{""time"":101851,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2011,""week"":""51"",""id"":""chart""},{""time"":110012,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":26024,""week"":""44"",""id"":""chart""}]}","{""startTime"":1678936461831,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":27,""label"":""tour_started""},{""time"":94648,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1140,""week"":""52"",""id"":""chart""},{""time"":96499,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1806,""week"":""52"",""id"":""chart""},{""time"":99665,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1124,""week"":""52"",""id"":""chart""},{""time"":101423,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2631,""week"":""52"",""id"":""chart""},{""time"":104083,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2088,""week"":""51"",""id"":""chart""},{""time"":111354,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2921,""week"":""41"",""id"":""chart""},{""time"":115530,""label"":""tour_next"",""step"":5},{""label"":""window_blurred"",""time"":172561},{""label"":""window_focused"",""time"":240729},{""time"":262039,""label"":""started_brush"",""startDate"":""2021-09-10"",""endDate"":""2021-09-30""},{""time"":263994,""label"":""tour_next"",""step"":5},{""time"":293408,""label"":""moved_brush"",""startDate"":""2021-12-03"",""endDate"":""2021-12-23""},{""time"":298237,""label"":""tour_next"",""step"":5},{""time"":366839,""label"":""cleared_brush"",""using"":""Click""},{""time"":366840,""label"":""cleared_brush"",""using"":""Escape""},{""time"":367355,""label"":""cleared_brush"",""using"":""Click""},{""time"":367356,""label"":""cleared_brush"",""using"":""Escape""},{""time"":367426,""label"":""cleared_brush"",""using"":""Click""},{""time"":367426,""label"":""cleared_brush"",""using"":""Escape""},{""time"":367480,""label"":""cleared_brush"",""using"":""Click""},{""time"":367480,""label"":""cleared_brush"",""using"":""Escape""},{""time"":370533,""label"":""tour_next"",""step"":5},{""time"":428296,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678937135583,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":14148,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1065,""week"":""2"",""id"":""chart""}]}",0,complex,bar -2023-03-15 23:36:30,2023-03-15 23:49:26,0,68.2.166.201,100,775,1,2023-03-15 23:49:26,R_3Jw6TBqICUEeHUc,,,,,33.8874,-111.9508,anonymous,EN,1,5.266,8.808,9.745,6,1,1,1,4.128,15.313,15.798,6,4.972,5.895,15.13,3,49,77,84,3.852,36.444,36.981,21,4.021,59.452,62.28,7,1,-2,2.057,81.759,83.966,7,1,1,4.378,80.721,82.001,33,1,48.149,48.149,50.102,1,0,0,15.12,0,3,3,3,4,5,7,,33.535,60.322,61.205,13,3,5,4,4,3,3,There is no way to verify this data set on its validity.,5.844,5.844,46.247,1,2,,7.532,12.084,14.059,3,2,7,3,4,1,5,6,14.544,22.28,35.631,4,2,4,6,7,2,5,8,9,,9.316,30.909,31.997,15,4,4,2,2,5,4,11.649,32.121,32.766,12,2,1,8.706,21.834,22.893,9,1,1954,Arizona,6,3,1,,7,,,14,4,1,,5.762,69.976,71.057,40,63cd7b78fff71624a85b294f,"{""startTime"":1678938058999,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":3257,""label"":""hovered"",""timeHovered"":1001,""week"":""2022-01-10""}]}","{""startTime"":1678938125009,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678937893760,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":18206,""label"":""hovered"",""timeHovered"":11038,""week"":""2022-01-03""},{""time"":31538,""label"":""hovered"",""timeHovered"":1257,""week"":""2022-02-07""},{""time"":35034,""label"":""hovered"",""timeHovered"":1027,""week"":""2022-01-03""},{""time"":40703,""label"":""hovered"",""timeHovered"":1407,""week"":""2021-04-12""},{""time"":47794,""label"":""tour_next"",""step"":2},{""time"":55986,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678938042646,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":10034,""label"":""hovered"",""timeHovered"":5243,""week"":""2022-01-03""}]}",1,simple,line -2023-03-15 23:33:59,2023-03-15 23:49:38,0,74.98.1.202,100,938,1,2023-03-15 23:49:38,R_2wte51ILtLuyP5T,,,,,41.0217,-78.4418,anonymous,EN,1,64.509,64.509,66.299,1,,,,,,,,0,0,15.108,0,81,85,52,63.736,74.473,75.572,4,11.99,19.221,23.351,2,1,1,35.441,67.376,69.169,2,1,1,98.504,113.785,116.772,2,1,83.738,83.738,85.895,1,0,0,15.108,0,5,5,3,6,5,4,,59.248,82.232,87.101,6,5,6,3,1,1,4,There is no reason for anyone to issue dishonest data.,6.299,6.299,66.454,1,3,,7.826,7.826,10.427,1,2,7,3,4,1,5,6,0,0,30.881,0,4,5,4,4,5,5,8,7,,7.017,30.177,32.628,8,3,4,2,3,4,3,14.699,37.083,38.095,7,5,,5.254,5.254,7.154,1,1,1961,Pennsylvania,6,2,1,,7,,,10,4,2,,5.192,90.591,96.94,12,5ee4b29de1640f1bc85da97b,"{""startTime"":1678937938728,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678938027120,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678937828929,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":11979,""label"":""tour_next"",""step"":2},{""time"":19210,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678937922829,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,line -2023-03-15 23:36:30,2023-03-15 23:49:50,0,173.80.125.77,100,799,1,2023-03-15 23:49:50,R_3fje8LKWz0uiKy6,,,,,38.6549,-80.6785,anonymous,EN,1,34.15,34.15,35.192,1,,,,,,,,0,0,15.013,0,92,84,53,18.989,30.517,31.586,6,33.146,39.874,49.288,2,1,1,32.064,52.568,53.995,2,1,1,48.259,67.187,68.978,2,1,56.638,56.638,58.132,1,0,0,15.116,0,3,4,3,4,5,2,The CCA would seem to have a vested interest in underreporting problems (IMHO).,31.626,100.008,107.682,8,5,5,4,7,7,2,"As I stated previously, the CCA has a vested interest in providing LOW numbers. Even though the chart may display the reported data accurately, who the heck knows if the data itself is worth a darn?",2.827,2.827,66.773,1,2,none,6.155,8.283,11.866,2,2,7,3,4,1,5,6,0,0,21.441,0,2,8,4,7,6,4,8,7,none,6.587,48.019,51.34,14,2,1,3,4,1,2,8.562,30.242,31.346,6,4,,5.912,5.912,8.08,1,1,1964,West Virginia,6,2,1,,7,,,4,1,2,,3.059,100.985,106.538,19,5c3b70640eaa0100018ea877,"{""startTime"":1678938017009,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":37732,""label"":""hovered"",""timeHovered"":4798,""week"":""2021-07-19""}]}","{""startTime"":1678938125199,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678937882164,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":22452,""label"":""hovered"",""timeHovered"":3820,""week"":""2021-12-13""},{""time"":26506,""label"":""hovered"",""timeHovered"":1034,""week"":""2021-12-13""},{""time"":33135,""label"":""tour_next"",""step"":2},{""time"":39862,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678938001204,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,line -2023-03-15 23:39:57,2023-03-15 23:49:57,0,24.18.93.139,100,600,1,2023-03-15 23:49:58,R_PXmeEmWYxJPrvcB,,,,,47.648,-117.4209,anonymous,EN,1,8.643,8.643,9.83,1,1,4,1,5.771,8.373,10.118,2,0,0,15.112,0,81,85,67,11.95,24.208,26.384,7,43.21,50.389,61.925,2,1,1,36.15,49.68,51.001,2,-2,-2,41.89,74.75,76.931,2,-3,13.675,48.141,50.599,3,0,0,15.112,0,5,2,5,5,5,5,,1.555,24.99,27.801,7,5,5,5,5,5,5,I trust the CDC -- and those are actual numbers not ballpark figures. If they aren't exactly accurate they show general trends and I trust that.,4.233,39.933,42.919,3,5,,5.758,5.758,8.204,1,2,7,3,4,1,5,6,0,0,20.434,0,7,7,6,8,9,5,10,10,,7.734,25.914,28.707,8,5,5,1,2,5,5,3.341,20.59,23.082,6,2,1,1.842,14.426,17.158,2,1,1950,Washington,3,3,1,,7,,,6,4,1,sw.stealthstartup@gmail.com,2.035,46.991,58.81,12,5dc483cf74939e34e55c3619,"{""startTime"":1678938230008,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678938258540,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678938073377,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":19,""label"":""tour_started""},{""time"":6317,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2832,""week"":""52"",""id"":""chart""},{""time"":18100,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3266,""week"":""2"",""id"":""chart""},{""time"":22017,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8633,""week"":""50"",""id"":""chart""},{""time"":31155,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4762,""week"":""52"",""id"":""chart""},{""time"":36220,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2714,""week"":""2"",""id"":""chart""},{""time"":40291,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1843,""week"":""6"",""id"":""chart""},{""time"":43200,""label"":""tour_next"",""step"":2},{""time"":50378,""label"":""tour_end"",""step"":2},{""time"":52324,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1443,""week"":""40"",""id"":""chart""},{""time"":53804,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4045,""week"":""39"",""id"":""chart""}]}","{""startTime"":1678938213449,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":10751,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1246,""week"":""44"",""id"":""chart""},{""time"":13135,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1612,""week"":""52"",""id"":""chart""}]}",1,moderate,bar -2023-03-15 23:24:47,2023-03-15 23:50:09,0,172.119.206.210,100,1521,1,2023-03-15 23:50:10,R_2Emlandhlf0ubba,,,,,34.11,-117.2955,anonymous,EN,1,26.546,26.546,28.509,1,2,,2,2.75,2.75,4.504,1,0,0,15.122,0,85,100,64,28.113,66.612,70.164,5,26.869,38.239,114.186,2,-3,1,60.179,143.066,153.69,2,-3,-3,114.904,183.424,185.728,2,-2,257.817,257.817,261.143,1,0,0,15.11,0,4,4,4,6,6,4,,26.255,45.173,49.319,6,4,6,6,3,6,4,"The information/data varies from different ""reputable"" sources. Therefore I tried to find consensus or the most frequent common ground stats while analyzing the data.",7.452,213.958,219.961,7,5,,7.556,7.556,13.432,1,2,7,3,4,1,5,6,0,0,43.749,0,4,4,4,4,4,4,9,6,,5.103,55.052,60.902,10,4,4,1,2,5,5,8.759,32.579,35.502,6,4,1,4.655,15.533,25.602,3,1,1972,California,6,2,1,,3,,,9,2,1,5eb074c7e612c1129942044c@email.prolific.co,3.304,158.406,165.002,13,5eb074c7e612c1129942044c,"{""startTime"":1678937539547,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678937589542,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678937222793,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":26,""label"":""tour_started""},{""time"":17540,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3907,""week"":""2"",""id"":""chart""},{""time"":26857,""label"":""tour_next"",""step"":2},{""time"":38227,""label"":""tour_end"",""step"":2},{""time"":41829,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2750,""week"":""47"",""id"":""chart""},{""time"":47921,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1581,""week"":""20"",""id"":""chart""},{""time"":52331,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2484,""week"":""14"",""id"":""chart""},{""time"":61932,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4141,""week"":""23"",""id"":""chart""},{""time"":70625,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1282,""week"":""16"",""id"":""chart""},{""time"":72176,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3771,""week"":""15"",""id"":""chart""},{""time"":76208,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3263,""week"":""14"",""id"":""chart""},{""time"":82955,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1509,""week"":""33"",""id"":""chart""},{""time"":85587,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":10334,""week"":""52"",""id"":""chart""},{""time"":97009,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2916,""week"":""1"",""id"":""chart""},{""time"":102130,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4789,""week"":""6"",""id"":""chart""}]}","{""startTime"":1678937523768,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":3626,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3019,""week"":""1"",""id"":""chart""},{""time"":8834,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2053,""week"":""51"",""id"":""chart""},{""time"":10939,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1000,""week"":""50"",""id"":""chart""},{""time"":11979,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1264,""week"":""49"",""id"":""chart""}]}",1,moderate,bar -2023-03-15 23:29:32,2023-03-15 23:53:20,0,71.179.233.54,100,1427,1,2023-03-15 23:53:20,R_1mnj6fwa1WD7zqj,,,,,39.3709,-76.8003,anonymous,EN,1,18.2,56.837,59.75,5,2,,2,3.37,3.37,5.783,1,14.272,14.272,15.127,1,65,100,52,0.124,117.916,120.201,20,23.191,76.67,78.275,5,-2,1,3.197,303.337,304.13,24,-3,-3,34.074,190.799,193.539,21,-3,11.665,111.519,112.669,12,4.082,4.082,15.01,1,5,6,6,4,6,6,,4.529,36.192,39.194,10,5,4,4,5,4,6,"I think they really researched well and came up with their conclusions ",3.208,3.208,88.642,1,1,,7.735,7.735,9.507,1,2,7,3,4,1,5,6,6.787,34.529,35.663,2,1,1,4,4,5,1,11,8,,4.969,19.704,21.898,9,1,1,5,3,3,1,73.202,113.333,114.885,12,5,3,4.011,16.311,17.202,5,2,1984,Maryland,2,3,1,,3,,,4,1,2,,2.824,91.304,97.647,23,63fe65bdfad2487269dc02b5,"{""startTime"":1678938011891,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678938052525,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678937611820,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":128,""label"":""tour_started""},{""time"":23069,""label"":""tour_next"",""step"":2},{""time"":43761,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678937996065,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar -2023-03-15 23:40:05,2023-03-15 23:53:21,0,24.17.213.246,100,796,1,2023-03-15 23:53:21,R_9QvVWaEdCF6HHJ7,,,,,47.5079,-122.1773,anonymous,EN,1,6.799,6.799,8.354,1,1,4,2,2.354,6.993,8.943,2,0,0,15.114,0,100,99,99,53.561,62.679,64.711,4,8.466,100.567,104.46,17,1,1,21.36,55.616,66.091,4,1,1,17.109,72.8,75.208,3,-3,59.405,86.231,88.611,2,0,0,15.125,0,5,5,5,5,5,5,,0.637,40.264,82.908,8,5,5,5,3,5,5,It is a from a good source.,5.781,5.781,23.77,1,5,,6.693,6.693,9.685,1,2,7,3,4,1,5,6,0,0,21.388,0,8,8,8,8,9,8,9,9,,7.117,46.288,48.514,15,4,4,2,2,4,4,4.424,18.116,19.408,6,2,1,13.917,24.359,27.064,2,1,1960,Washington,6,2,1,,7,,,6,4,2,,3.587,64.806,68.305,12,6056962634a5230dacdb63fc,"{""startTime"":1678938327462,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678938412192,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678938117350,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":39,""label"":""tour_started""},{""time"":12740,""label"":""tour_next"",""step"":5},{""time"":71757,""label"":""started_brush"",""startDate"":""2021-06-15"",""endDate"":""2021-08-15""},{""time"":73838,""label"":""tour_next"",""step"":5},{""time"":82295,""label"":""moved_brush"",""startDate"":""2021-06-22"",""endDate"":""2021-08-22""},{""time"":83430,""label"":""tour_next"",""step"":5},{""time"":92356,""label"":""cleared_brush"",""using"":""click""},{""time"":92362,""label"":""cleared_brush"",""using"":""Escape""},{""time"":94156,""label"":""tour_next"",""step"":5},{""time"":100588,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678938311720,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":9206,""label"":""hovered"",""timeHovered"":1440,""week"":""2021-12-27""}]}",1,complex,line -2023-03-15 23:42:22,2023-03-15 23:53:46,0,72.197.120.218,100,684,1,2023-03-15 23:53:47,R_2sX85StpiwK3GVD,,,,,32.7449,-117.165,anonymous,EN,1,6.053,7.501,8.312,2,,,,,,,,0,0,15.11,0,100,99,50,22.773,36.032,38.631,6,24.182,32.574,37.71,2,-2,1,38.939,58.072,60.256,2,-2,1,54.725,85.093,87.518,2,1,0.219,53.17,55.931,2,0,0,15.11,0,5,5,6,5,5,6,no comments,10.965,33.898,41.755,8,5,5,5,7,7,6,The data seems clear and correct,3.888,3.888,20.404,1,6,,8.428,11.221,13.895,3,2,7,3,4,1,5,6,0,0,25.84,0,7,8,8,9,6,6,10,10,,6.155,28.993,31.338,10,2,3,4,3,4,3,14.917,47.023,48.386,6,2,,8.444,8.444,11.158,1,1,1938,California,7,3,1,,7,,,10,4,2,,1.615,94.219,106.314,19,62e5ed723490aa324bc05d84,"{""startTime"":1678938329088,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678938371445,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678938214417,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":15970,""label"":""hovered"",""timeHovered"":1282,""week"":""2021-11-01""},{""time"":19070,""label"":""hovered"",""timeHovered"":1082,""week"":""2022-01-03""},{""time"":21353,""label"":""hovered"",""timeHovered"":1050,""week"":""2022-01-17""},{""time"":24173,""label"":""tour_next"",""step"":2},{""time"":32566,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678938313345,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,line -2023-03-15 23:23:01,2023-03-15 23:53:51,0,70.188.104.216,100,1849,1,2023-03-15 23:53:51,R_pyhmM2Z79aU6M81,,,,,30.0053,-91.8226,anonymous,EN,1,77.642,171.169,172.406,2,,,,,,,,0,0,15.116,0,92,91,100,4.001,93.999,95.806,5,22.222,95.742,106.605,3,1,1,43.636,95.5,97.204,2,-2,1,135.219,198.682,203.004,10,-1,98.15,98.15,109.078,1,0,0,15.113,0,5,3,3,4,6,3,,66.488,110.968,117.272,6,4,4,5,7,3,3,"i never trust one source. I would normally do more research before believing one source.,",19.222,19.222,254.827,1,2,,78.4,78.4,90.326,1,2,7,3,4,1,5,6,0,0,78.805,0,1,5,6,8,8,4,7,9,,66.393,87.161,90.131,8,4,4,1,4,4,4,40.161,90.895,91.782,8,4,,11.652,11.652,13.452,1,2,1964,Louisiana,8,1,1,,3,,,3,3,1,63336348c3ae085755192b6a@email.prolific.co,6.623,82.738,92.876,15,63336348c3ae085755192b6a,"{""startTime"":1678938028009,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678937700837,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":112,""label"":""hovered"",""timeHovered"":3203,""week"":""2022-01-10""},{""time"":3320,""label"":""hovered"",""timeHovered"":2388,""week"":""2022-01-10""},{""time"":5712,""label"":""hovered"",""timeHovered"":2699,""week"":""2022-01-10""},{""time"":8951,""label"":""hovered"",""timeHovered"":2948,""week"":""2022-01-10""}]}","{""startTime"":1678937374020,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":26573,""label"":""hovered"",""timeHovered"":2279,""week"":""2021-12-06""},{""time"":29325,""label"":""hovered"",""timeHovered"":1960,""week"":""2022-01-10""},{""time"":35385,""label"":""hovered"",""timeHovered"":1134,""week"":""2022-02-07""},{""time"":37052,""label"":""hovered"",""timeHovered"":1217,""week"":""2022-01-03""},{""time"":40839,""label"":""tour_next"",""step"":2},{""time"":95648,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678937685172,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,line -2023-03-15 23:30:45,2023-03-15 23:54:09,0,76.168.74.11,100,1403,1,2023-03-15 23:54:10,R_oXcQXwPKd5ReXS1,,,,,34.0544,-118.2441,anonymous,EN,1,135.602,135.602,137.331,1,1,3,2,3.628,6.312,7.912,2,8.297,10.418,15.02,2,92,93,75,29.671,44.001,44.988,8,20.554,31.055,63.176,2,1,-3,91.917,121.992,123.876,2,-3,-3,29.423,146.736,150.226,4,1,55.109,55.109,57.379,1,0,0,15.019,0,5,4,5,5,5,5,,89.24,102.915,114.365,7,4,5,5,5,5,5,I agree because the visualization looks credible and easy to understand.,3.683,3.683,68.902,1,5,,6.863,10.134,12.938,5,2,7,3,4,1,5,6,0,0,31.067,0,7,8,8,8,6,5,9,10,,35.561,47.186,49.64,9,2,2,4,4,2,2,63.986,98.252,99.135,6,2,1,2.625,13.732,16.286,2,2,1975,California,4,2,1,,4,,,7,2,2,,1.292,108.524,122.999,20,559e82dffdf99b7a9a124180,"{""startTime"":1678938059019,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":105151},{""label"":""window_focused"",""time"":110265}]}","{""startTime"":1678938173905,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678937828516,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":20540,""label"":""tour_next"",""step"":2},{""time"":31041,""label"":""tour_end"",""step"":2},{""time"":33458,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2349,""week"":""52"",""id"":""chart""},{""time"":53386,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1230,""week"":""37"",""id"":""chart""},{""time"":60425,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1742,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678938043221,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar -2023-03-15 23:36:46,2023-03-15 23:55:48,0,24.22.183.227,100,1142,1,2023-03-15 23:55:49,R_28A460fi7PuVbyG,,,,,47.7946,-122.2193,anonymous,EN,1,11.241,11.241,12.529,1,1,4,2,3.324,7.894,9.52,2,0,0,15.01,0,100,50,50,22.801,36.711,38.276,3,33.113,144.425,172.336,18,1,-2,23.37,47.813,49.372,2,1,1,84.401,112.068,114.228,2,1,23.682,73.705,88.14,12,0,0,15.108,0,5,3,6,4,5,6,"I trust the data, but I don't know how accurate it actually is, because people were home testing and not reporting and asymptomatic cases are not taken into account. But I think, given the constraints of the data collection, it is very accurate. The graph was much better with the interactive features. ",17.476,72.226,168.258,9,4,5,6,3,3,6,"Again, given the constraints of the data collection, it is the best scientific data we have on Covid and because it was based on data from the CDC. Of course, it is dated now, and does not take into account the latest dominant strain of Covid, so I don't know how predictive it will be of our current situation, where cases did not spike in January, as predicted.",6.121,6.121,106.404,1,4,None. Thank you.,12.321,21.563,29.122,3,2,7,3,4,1,5,6,0,0,25.983,0,5,8,8,8,7,5,11,10,"It depends on which individual organization in the group -- say, the New York Times or Fox News.",11.669,42.067,86.225,9,5,5,1,1,5,4,11.563,42.751,43.6,6,2,1,3.674,17.852,22.901,2,2,1958,Washington,8,2,1,,2,,,10,4,1,phbartok@yahoo.com,4.381,74.269,76.753,13,629d16db307da2e64ea7b1e7,"{""startTime"":1678938176371,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":1922,""label"":""hovered"",""timeHovered"":3413,""week"":""2021-12-27""},{""time"":5349,""label"":""hovered"",""timeHovered"":5993,""week"":""2021-12-27""}]}","{""startTime"":1678938345424,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678937899122,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":20398,""label"":""hovered"",""timeHovered"":2600,""week"":""2022-01-03""},{""time"":23548,""label"":""hovered"",""timeHovered"":2731,""week"":""2022-01-17""},{""time"":26280,""label"":""hovered"",""timeHovered"":2315,""week"":""2022-01-10""},{""time"":33107,""label"":""tour_next"",""step"":5},{""time"":57836,""label"":""started_brush"",""startDate"":""2021-07-15"",""endDate"":""2021-07-17""},{""time"":67849,""label"":""started_brush"",""startDate"":""2021-06-26"",""endDate"":""2021-10-14""},{""time"":73418,""label"":""moved_brush"",""startDate"":""2021-06-26"",""endDate"":""2021-12-03""},{""time"":75136,""label"":""tour_next"",""step"":5},{""time"":93181,""label"":""moved_brush"",""startDate"":""2021-06-26"",""endDate"":""2021-12-03""},{""time"":95885,""label"":""moved_brush"",""startDate"":""2021-06-28"",""endDate"":""2021-12-05""},{""time"":104153,""label"":""cleared_brush"",""using"":""click""},{""time"":109029,""label"":""tour_next"",""step"":5},{""time"":123308,""label"":""cleared_brush"",""using"":""click""},{""time"":123309,""label"":""cleared_brush"",""using"":""Escape""},{""time"":124890,""label"":""tour_next"",""step"":5},{""time"":133888,""label"":""tour_end"",""step"":5},{""time"":137724,""label"":""cleared_brush"",""using"":""click""},{""time"":154559,""label"":""started_brush"",""startDate"":""2021-05-14"",""endDate"":""2022-02-13""},{""time"":165767,""label"":""moved_brush"",""startDate"":""2021-12-15"",""endDate"":""2022-02-13""}]}","{""startTime"":1678938160753,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":6151,""label"":""hovered"",""timeHovered"":1640,""week"":""2021-12-27""},{""time"":9046,""label"":""hovered"",""timeHovered"":2481,""week"":""2022-01-03""}]}",1,complex,line -2023-03-15 23:26:47,2023-03-15 23:56:38,0,173.170.102.175,100,1790,1,2023-03-15 23:56:38,R_3qyVOI1FX6H7SGm,,,,,28.2987,-82.6902,anonymous,EN,1,673.431,678.227,678.77,8,,,,,,,,0,0,15.01,0,66,92,50,15.089,42.166,43.229,25,2.19,277.257,277.735,23,1,1,2.228,45.139,45.513,15,-3,1,1.744,104.883,105.55,45,-1,13.867,83.298,83.693,33,0,0,15.01,0,5,4,4,5,5,4,"I didn't realize I needed to memorize the data to answer the question. Not being able to use the monthy filter on the page with the question was why I didn't know the answer. ",5.718,199.168,202.655,75,4,6,5,2,4,5,"I have no reason not too. It makes sense and is feasible. ",1.837,39.246,46.551,3,3,NA,9.226,15.64,18.485,9,2,7,3,4,1,5,6,4.209,14.685,15.128,2,1,2,8,6,3,7,9,5,NA,1.126,29.005,31.855,23,4,4,1,2,4,4,4.804,32.107,32.584,14,4,,8.589,9.949,10.373,3,2,1968,Florida,6,1,1,,7,,,8,2,1,55b3120cfdf99b6ef6263a71@email.prolific.co,7.288,103.409,104.227,40,55b3120cfdf99b6ef6263a71,"{""startTime"":1678938332023,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":45588,""label"":""cleared_brush"",""using"":""click""},{""time"":50086,""label"":""cleared_brush"",""using"":""click""},{""time"":52896,""label"":""started_brush"",""startDate"":""2021-08-05"",""endDate"":""2021-08-08""},{""time"":57717,""label"":""cleared_brush"",""using"":""click""},{""time"":61616,""label"":""started_brush"",""startDate"":""2022-02-06"",""endDate"":""2022-02-13""},{""time"":67446,""label"":""started_brush"",""startDate"":""2021-12-06"",""endDate"":""2022-01-06""}]}","{""startTime"":1678938536303,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678937954050,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":37734,""label"":""hovered"",""timeHovered"":2465,""week"":""2021-05-03""},{""time"":42734,""label"":""hovered"",""timeHovered"":3749,""week"":""2021-04-26""},{""time"":50200,""label"":""hovered"",""timeHovered"":1432,""week"":""2021-11-29""},{""time"":56135,""label"":""tour_next"",""step"":5},{""time"":105187,""label"":""started_brush"",""startDate"":""2021-07-10"",""endDate"":""2021-08-23""},{""time"":110065,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-05-25""},{""time"":117266,""label"":""started_brush"",""startDate"":""2021-06-07"",""endDate"":""2021-07-08""},{""time"":118942,""label"":""tour_next"",""step"":5},{""time"":132455,""label"":""moved_brush"",""startDate"":""2021-06-09"",""endDate"":""2021-07-10""},{""time"":135793,""label"":""moved_brush"",""startDate"":""2021-06-05"",""endDate"":""2021-07-06""},{""time"":141249,""label"":""moved_brush"",""startDate"":""2021-06-05"",""endDate"":""2021-07-06""},{""time"":145622,""label"":""moved_brush"",""startDate"":""2021-06-07"",""endDate"":""2021-07-06""},{""time"":148587,""label"":""moved_brush"",""startDate"":""2021-08-12"",""endDate"":""2021-09-11""},{""time"":150564,""label"":""tour_next"",""step"":5},{""time"":163116,""label"":""cleared_brush"",""using"":""click""},{""time"":165281,""label"":""cleared_brush"",""using"":""click""},{""time"":165282,""label"":""cleared_brush"",""using"":""Escape""},{""time"":167141,""label"":""tour_next"",""step"":5},{""time"":189210,""label"":""tour_end"",""step"":5},{""time"":51867,""label"":""hovered"",""timeHovered"":138569,""week"":""2022-01-31""},{""time"":194288,""label"":""hovered"",""timeHovered"":9038,""week"":""2022-01-31""},{""time"":204089,""label"":""hovered"",""timeHovered"":8307,""week"":""2022-02-07""},{""time"":216227,""label"":""started_brush"",""startDate"":""2021-05-09"",""endDate"":""2021-06-06""},{""time"":219775,""label"":""started_brush"",""startDate"":""2021-06-10"",""endDate"":""2021-07-15""},{""time"":222767,""label"":""moved_brush"",""startDate"":""2021-06-10"",""endDate"":""2021-07-15""},{""time"":223745,""label"":""moved_brush"",""startDate"":""2021-06-10"",""endDate"":""2021-07-15""},{""time"":224491,""label"":""cleared_brush"",""using"":""click""},{""time"":224493,""label"":""cleared_brush"",""using"":""Escape""},{""time"":227243,""label"":""started_brush"",""startDate"":""2021-07-04"",""endDate"":""2021-08-10""},{""time"":232894,""label"":""moved_brush"",""startDate"":""2021-07-24"",""endDate"":""2021-08-29""},{""time"":237317,""label"":""moved_brush"",""startDate"":""2021-08-04"",""endDate"":""2021-09-09""},{""time"":239941,""label"":""moved_brush"",""startDate"":""2021-09-05"",""endDate"":""2021-10-11""},{""time"":242926,""label"":""moved_brush"",""startDate"":""2021-10-07"",""endDate"":""2021-11-12""},{""time"":247251,""label"":""moved_brush"",""startDate"":""2021-11-11"",""endDate"":""2021-12-17""},{""time"":250935,""label"":""moved_brush"",""startDate"":""2021-10-06"",""endDate"":""2021-12-17""},{""time"":253720,""label"":""moved_brush"",""startDate"":""2021-08-08"",""endDate"":""2021-12-17""},{""time"":256620,""label"":""moved_brush"",""startDate"":""2021-11-03"",""endDate"":""2021-12-17""},{""time"":259966,""label"":""moved_brush"",""startDate"":""2021-11-03"",""endDate"":""2021-12-07""},{""time"":260807,""label"":""moved_brush"",""startDate"":""2021-11-03"",""endDate"":""2021-12-07""},{""time"":264046,""label"":""moved_brush"",""startDate"":""2021-12-01"",""endDate"":""2022-01-04""},{""time"":275335,""label"":""moved_brush"",""startDate"":""2022-01-03"",""endDate"":""2022-02-06""}]}","{""startTime"":1678938316622,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line -2023-03-15 23:43:25,2023-03-15 23:57:39,0,76.183.188.244,100,854,1,2023-03-15 23:57:40,R_265WSOU3xSXUGMA,,,,,33.1909,-96.6198,anonymous,EN,1,10.872,10.872,12.214,1,,,,,,,,0,0,15.133,0,75,88,87,6.059,24.303,26.601,14,4.746,8.578,14.273,2,1,1,4.166,6.509,8.102,2,-2,1,24.249,26.698,28.557,2,1,69.224,69.224,71.495,1,0,0,16.764,0,3,2,3,2,2,3,,16.49,25.89,29.568,9,2,2,2,2,2,3,I am not sure of the credibility of the data,18.557,18.557,36.429,1,4,,48.56,49.756,51.868,2,2,7,4,3,1,5,6,66.887,66.887,80.805,1,4,7,4,6,6,8,10,10,,18.985,36.898,39.229,8,4,4,2,2,4,4,27.012,38.938,40.217,6,2,,2.599,2.599,13.51,1,1,1974,Alabama,6,1,1,,2,,,14,4,1,637ef4d4e9abb3274bc1c925@email.prolific.co,29.111,248.557,252.579,15,637ef4d4e9abb3274bc1c925,"{""startTime"":1678938436671,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_focused"",""time"":12349}]}","{""startTime"":1678938364978,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_focused"",""time"":12697},{""label"":""window_blurred"",""time"":31089}]}","{""startTime"":1678938295212,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":39,""label"":""tour_started""},{""time"":4731,""label"":""tour_next"",""step"":2},{""time"":8562,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678938343681,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":7052}]}",0,moderate,bar -2023-03-15 23:44:18,2023-03-15 23:59:45,0,69.228.147.103,100,926,1,2023-03-15 23:59:46,R_3hsjVQPV76OWn3s,,,,,36.1219,-79.7777,anonymous,EN,1,9.516,9.516,10.984,1,1,3,2,1.973,12.167,13.722,2,0,0,15.118,0,100,10,45,34.695,45.165,71.718,10,31.865,54.26,57.263,4,-2,-3,32.088,85.503,87.271,3,-3,1,40.739,91.446,92.784,3,-3,86.881,86.881,114.2,1,0,0,15.012,0,5,5,6,6,6,6,,14.496,47.371,48.854,6,6,6,5,4,4,5,"The graphs are believable because it gives me the dame data that we were given during that time. Those that got the shots were less likely to get sick. ",7.82,70.69,71.162,2,6,,6.092,6.729,9.622,2,2,7,3,4,1,5,6,0,0,32.618,0,8,9,8,10,6,8,10,10,,7.506,23.856,26.626,8,4,4,3,2,4,4,9.292,30.403,32.054,6,2,1,4.617,13.611,17.571,2,2,1957,North Carolina,6,2,1,,3,,,9,2,1,5fc50bb38378c80ac88354ef@email.prolific.co,1.668,138.062,145.496,22,5fc50bb38378c80ac88354ef,"{""startTime"":1678938694143,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678938550904,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678938389871,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":20,""label"":""tour_started""},{""time"":13437,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6238,""week"":""35"",""id"":""chart""},{""time"":20693,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6524,""week"":""1"",""id"":""chart""},{""time"":33900,""label"":""tour_next"",""step"":2},{""time"":33916,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7983,""week"":""46"",""id"":""chart2""},{""time"":43051,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2770,""week"":""43"",""id"":""chart2""},{""time"":47672,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5072,""week"":""52"",""id"":""chart2""},{""time"":54250,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678938535358,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar -2023-03-15 23:31:12,2023-03-16 00:02:27,0,172.11.51.206,100,1874,1,2023-03-16 00:02:27,R_06YER2wSPEDOpep,,,,,41.4722,-81.745,anonymous,EN,1,4.129,4.129,5.902,1,1,4,2,13.176,16.66,18.698,2,0,0,15.014,0,92,60,44,77.953,99.627,101.713,4,60.329,220.461,253.547,18,1,1,32.014,84.664,90.02,5,-3,-3,78.833,126.747,146.225,2,1,12.235,162.294,166.535,6,0,0,15.013,0,4,2,4,5,5,5,"Agree my one thought which would make me question the data some would be the since taking the vaccine would lower the effects of Covid, the actual numbers of vaccinated people with covid could be higher since many may have had cases so mild they did not even test",13.165,184.466,190.643,12,4,3,4,4,2,4,"It's well known that while the Covid vaccine won't stop you from getting Covid it will help, so it is sensible that the numbers are lower. It is also likely the vaccinated individuals would get less sick thus making them less likely to get tested, which would be reflected in the numbers",6.326,175.577,192.787,6,5,,6.368,7.768,11.341,2,2,7,3,4,1,5,6,0,0,23.828,0,7,8,10,8,5,8,9,9,,6.294,23.982,27.143,8,5,5,1,1,5,5,7.893,27.999,33.54,6,4,2,3.486,8.237,11.026,2,1,1964,Ohio,6,2,1,,9,,Cleveland,9,4,1,dstraub64@sbcglobal.net,2.825,64.376,74.371,15,62ef104b5e9352c2ead31fde,"{""startTime"":1678938732054,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678938062480,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":68868},{""label"":""window_focused"",""time"":70670},{""label"":""window_blurred"",""time"":457001},{""label"":""window_focused"",""time"":460087}]}","{""startTime"":1678937625700,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":34092,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6214,""week"":""52"",""id"":""chart""},{""time"":41943,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8318,""week"":""52"",""id"":""chart""},{""time"":51940,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3018,""week"":""2"",""id"":""chart""},{""time"":60325,""label"":""tour_next"",""step"":5},{""time"":74496,""label"":""tour_back"",""step"":5},{""time"":81832,""label"":""tour_next"",""step"":5},{""time"":86634,""label"":""tour_back"",""step"":5},{""time"":105873,""label"":""tour_next"",""step"":5},{""time"":128504,""label"":""cleared_brush"",""using"":""Click""},{""time"":132370,""label"":""started_brush"",""startDate"":""2021-07-30"",""endDate"":""2021-10-06""},{""time"":138938,""label"":""cleared_brush"",""using"":""Click""},{""time"":141436,""label"":""started_brush"",""startDate"":""2021-11-23"",""endDate"":""2022-02-07""},{""time"":145802,""label"":""tour_next"",""step"":5},{""time"":157807,""label"":""moved_brush"",""startDate"":""2021-11-13"",""endDate"":""2022-01-28""},{""time"":159456,""label"":""tour_next"",""step"":5},{""time"":181681,""label"":""tour_back"",""step"":5},{""time"":191835,""label"":""moved_brush"",""startDate"":""2021-11-13"",""endDate"":""2022-01-28""},{""time"":193268,""label"":""moved_brush"",""startDate"":""2021-10-18"",""endDate"":""2022-01-02""},{""time"":195033,""label"":""tour_next"",""step"":5},{""time"":209980,""label"":""cleared_brush"",""using"":""Click""},{""time"":209980,""label"":""cleared_brush"",""using"":""Escape""},{""time"":213756,""label"":""tour_next"",""step"":5},{""time"":220458,""label"":""tour_end"",""step"":5},{""time"":224097,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2000,""week"":""2"",""id"":""chart""},{""time"":226231,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":13831,""week"":""1"",""id"":""chart""}]}","{""startTime"":1678938046901,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar -2023-03-15 23:50:27,2023-03-16 00:04:37,0,184.167.176.147,100,850,1,2023-03-16 00:04:38,R_3Mm4LW4wmkqJWG8,,,,,41.1095,-104.8157,anonymous,EN,1,13.405,13.405,14.99,1,1,3,2,6.287,7.823,10.284,2,0,0,15.109,0,73,72,70,24.853,47.102,48.1,5,23.793,30.631,51.312,2,1,1,21.341,61.933,64.022,2,1,1,39.135,54.591,72.401,2,1,64.793,64.793,70.61,1,0,0,15.007,0,3,3,3,5,5,3,"How trustworthy is the CDC, can I get a second opinion?",19.191,42.804,71.538,7,3,5,4,3,4,4,"It is only a visualization, not sure of the source, could be made up data",3.177,3.177,38.399,1,4,interesting data,8.053,12.373,20.133,4,2,7,3,4,1,5,6,0,0,19.239,0,4,5,7,8,3,7,9,9,nope,18.598,37.751,42.333,12,3,3,2,2,4,3,10.515,31.37,32.635,7,6,2,5.171,18.532,19.58,2,1,1963,Wyoming,7,1,1,,8,Cheyenne,,9,3,1,615ddab1e4f013092538b6c5@email.prolific.co,2.189,160.132,165.414,27,615ddab1e4f013092538b6c5,"{""startTime"":1678938953159,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678938870762,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":1433,""label"":""hovered"",""timeHovered"":1367,""week"":""2021-06-07""},{""time"":5988,""label"":""hovered"",""timeHovered"":2405,""week"":""2021-08-30""}]}","{""startTime"":1678938739376,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":4,""label"":""tour_started""},{""time"":23782,""label"":""tour_next"",""step"":2},{""time"":30627,""label"":""tour_end"",""step"":2},{""time"":34575,""label"":""hovered"",""timeHovered"":1446,""week"":""2021-04-19""},{""time"":38997,""label"":""hovered"",""timeHovered"":1848,""week"":""2021-08-16""},{""time"":42360,""label"":""hovered"",""timeHovered"":2263,""week"":""2021-12-27""}]}","{""startTime"":1678938855375,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":6298,""label"":""hovered"",""timeHovered"":1015,""week"":""2022-01-03""},{""time"":7361,""label"":""hovered"",""timeHovered"":1826,""week"":""2022-01-03""},{""time"":9252,""label"":""hovered"",""timeHovered"":1751,""week"":""2022-01-03""},{""time"":12249,""label"":""hovered"",""timeHovered"":2162,""week"":""2022-01-31""}]}",1,simple,line -2023-03-15 23:51:41,2023-03-16 00:07:30,0,98.253.113.210,100,949,1,2023-03-16 00:07:31,R_30nK3ZILtQiymWk,,,,,41.8373,-87.8283,anonymous,EN,1,14.051,14.051,15.207,1,2,,2,6.847,6.847,8.196,1,0,0,15.044,0,62,78,38,90.267,100.987,102.56,3,14.151,34.079,41.79,3,1,1,62.635,82.914,84.581,4,-2,-3,46.119,73.991,75.501,2,1,82.126,82.126,107.502,1,0,0,15.118,0,3,3,3,5,5,4,,10.155,28.305,31.946,7,3,5,5,1,1,4,"I would want to know how the data was collected, across teh country? one coast?",5.612,6.797,74.546,2,4,,13.285,13.285,17.476,1,2,7,3,4,1,5,6,0,0,26.832,0,6,6,3,5,7,8,8,6,,10.701,25.278,35.701,8,3,3,3,1,4,3,10.298,58.65,59.829,6,3,2,3.132,22.62,24.101,2,1,1964,Illinois,6,2,1,,3,,,14,2,1,57210674951c9b0011d3eaaa@email.prolific.co,3.212,90.105,99.865,21,57210674951c9b0011d3eaaa,"{""startTime"":1678939170387,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678939050468,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678938905483,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":10843,""label"":""hovered"",""timeHovered"":1413,""week"":""2021-12-20""},{""time"":14134,""label"":""tour_next"",""step"":2},{""time"":24567,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678939033636,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line -2023-03-15 23:53:32,2023-03-16 00:07:39,0,104.63.239.14,100,846,1,2023-03-16 00:07:39,R_1N34V9dFcIaMY1L,,,,,30.1569,-95.7414,anonymous,EN,1,6.067,6.067,8.501,1,,,,,,,,0,0,15.011,0,96,53,71,24.323,33.295,34.198,3,49.496,208.748,211.232,10,1,1,21.538,53.131,54.728,2,1,1,3.185,70.754,72.503,4,-1,23.457,56.904,58.523,3,0,0,15.111,0,3,3,5,2,3,2,none,10.767,26.937,30.594,7,4,7,3,2,2,3,The color designations did not seem right.,2.904,2.904,26.532,1,6,none,4.424,7.953,11.102,3,2,7,3,4,1,5,6,0,0,20.504,0,3,5,9,9,3,8,8,10,none,6.806,22.385,26.061,9,3,4,2,2,4,4,8.128,30.286,31.993,6,6,,3.045,3.045,5.01,1,1,1943,Texas,3,3,1,,7,,,6,3,1,j2jtx@yahoo.com,3.053,162.021,170.224,29,5d069f2f041328001a7815be,"{""startTime"":1678939166663,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678939197838,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678938879888,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":12378,""label"":""hovered"",""timeHovered"":4162,""week"":""2021-10-11""},{""time"":19803,""label"":""hovered"",""timeHovered"":5444,""week"":""2022-01-17""},{""time"":29293,""label"":""hovered"",""timeHovered"":1414,""week"":""2022-01-17""},{""time"":31042,""label"":""hovered"",""timeHovered"":1097,""week"":""2022-01-17""},{""time"":32389,""label"":""hovered"",""timeHovered"":3213,""week"":""2022-01-10""},{""time"":35686,""label"":""hovered"",""timeHovered"":8722,""week"":""2022-01-10""},{""time"":44758,""label"":""hovered"",""timeHovered"":1082,""week"":""2021-12-27""},{""time"":49483,""label"":""tour_next"",""step"":5},{""time"":68097,""label"":""cleared_brush"",""using"":""click""},{""time"":69506,""label"":""cleared_brush"",""using"":""click""},{""time"":76920,""label"":""started_brush"",""startDate"":""2021-04-27"",""endDate"":""2021-11-01""},{""time"":80228,""label"":""tour_next"",""step"":5},{""time"":87127,""label"":""moved_brush"",""startDate"":""2021-05-12"",""endDate"":""2021-11-15""},{""time"":88542,""label"":""tour_next"",""step"":5},{""time"":106524,""label"":""cleared_brush"",""using"":""click""},{""time"":106528,""label"":""cleared_brush"",""using"":""Escape""},{""time"":108772,""label"":""tour_next"",""step"":5},{""time"":121794,""label"":""tour_end"",""step"":5},{""time"":137627,""label"":""hovered"",""timeHovered"":1035,""week"":""2021-10-18""},{""time"":140124,""label"":""hovered"",""timeHovered"":17643,""week"":""2021-10-25""},{""time"":162027,""label"":""started_brush"",""startDate"":""2021-04-16"",""endDate"":""2021-07-07""},{""time"":166725,""label"":""hovered"",""timeHovered"":2112,""week"":""2021-06-28""},{""time"":168920,""label"":""hovered"",""timeHovered"":1793,""week"":""2021-06-28""},{""time"":173360,""label"":""hovered"",""timeHovered"":8365,""week"":""2021-06-28""},{""time"":181725,""label"":""hovered"",""timeHovered"":1847,""week"":""2021-06-28""},{""time"":186337,""label"":""hovered"",""timeHovered"":6341,""week"":""2021-06-28""},{""time"":192686,""label"":""hovered"",""timeHovered"":6116,""week"":""2021-06-28""},{""time"":198805,""label"":""hovered"",""timeHovered"":4683,""week"":""2021-06-28""}]}","{""startTime"":1678939150983,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":12526,""label"":""hovered"",""timeHovered"":2447,""week"":""2021-11-29""}]}",0,complex,line -2023-03-15 23:47:55,2023-03-16 00:09:48,0,72.193.73.112,100,1312,1,2023-03-16 00:09:48,R_2EBnFEnYHHL45H1,,,,,36.1724,-115.0677,anonymous,EN,1,5.596,5.596,6.647,1,,,,,,,,0,0,15.009,0,100,100,0,1.07,30.455,32.268,4,19.267,308.747,314.06,23,-1,1,21.288,41.904,43.767,2,1,-3,358.777,377.272,378.534,2,1,165.225,165.225,166.622,1,0,0,15.115,0,3,6,4,4,6,4,,12.221,24.548,28.074,6,5,5,6,3,4,5,"It seems to be accurate. Nothing about it seemed false. ",6.484,6.484,50.156,1,1,,9.146,10.722,12.568,3,2,7,3,4,1,5,6,0,0,31.24,0,1,1,1,4,4,6,9,7,,6.788,26.572,29.18,8,5,4,1,1,4,5,8.921,30.937,32.136,6,1,,9.756,9.756,11.388,1,2,1982,Nevada,6,2,1,,3,,,5,2,1,,1.348,68.559,74.902,26,5e9272473f920e5b0caf8279,"{""startTime"":1678939060948,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678939091199,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678938563337,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":11069,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2819,""week"":""51"",""id"":""chart""},{""time"":13971,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1417,""week"":""52"",""id"":""chart""},{""time"":15455,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1168,""week"":""1"",""id"":""chart""},{""time"":19262,""label"":""tour_next"",""step"":5},{""time"":33000,""label"":""started_brush"",""startDate"":""2021-04-12"",""endDate"":""2021-08-11""},{""time"":35087,""label"":""tour_next"",""step"":5},{""label"":""window_blurred"",""time"":36793},{""label"":""window_focused"",""time"":191893},{""time"":199399,""label"":""moved_brush"",""startDate"":""2021-06-24"",""endDate"":""2021-08-11""},{""time"":200206,""label"":""tour_next"",""step"":5},{""time"":212626,""label"":""cleared_brush"",""using"":""Click""},{""time"":212626,""label"":""cleared_brush"",""using"":""Escape""},{""time"":214573,""label"":""tour_next"",""step"":5},{""time"":220125,""label"":""tour_end"",""step"":5},{""time"":302248,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1487,""week"":""5"",""id"":""chart""}]}","{""startTime"":1678939045166,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,bar -2023-03-15 23:59:46,2023-03-16 00:19:00,0,172.56.64.8,100,1153,1,2023-03-16 00:19:00,R_1FyLNFVi0XGTXMU,,,,,33.7485,-84.3871,anonymous,EN,1,21.264,21.264,28.902,1,,,,,,,,0,0,15.032,0,100,100,60,11.675,20.94,23.368,3,25.057,48.104,54.688,5,-2,-3,73.824,93.227,95.566,2,1,-3,50.123,188.696,191.047,6,-2,97.019,97.019,100.54,1,0,0,15.179,0,3,3,3,6,1,3,,32.947,88.121,94.065,6,3,6,3,1,1,3,I have no idea how valid this data is,4.887,4.887,36.284,1,5,I have nothing further to add here,8.665,13.114,41.211,2,2,7,3,4,1,5,6,0,0,44.055,0,6,8,10,10,3,7,10,10,,15.971,35.721,39.983,8,3,5,1,1,5,4,11.667,76.924,78.078,7,6,,19.965,19.965,22.717,1,1,1947,Georgia,4,1,1,,7,,,5,4,1,wheelguner@gmail.com,5.899,165.941,181.163,22,5c2414b8101408000140617a,"{""startTime"":1678939533039,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":9770,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1046,""week"":""41"",""id"":""chart""}]}","{""startTime"":1678939628285,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678939268958,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":80,""label"":""tour_started""},{""time"":29355,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2705,""week"":""37"",""id"":""chart""},{""time"":33593,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2029,""week"":""3"",""id"":""chart""},{""time"":39312,""label"":""tour_next"",""step"":2},{""time"":48082,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678939516759,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,bar -2023-03-16 00:01:21,2023-03-16 00:24:48,0,70.120.0.90,100,1406,1,2023-03-16 00:24:49,R_3elgJV0QMPHZsJz,,,,,29.4227,-98.4927,anonymous,EN,1,4.4,4.4,5.635,1,1,3,1,11.904,20.503,27.657,2,0,0,15.113,0,100,71,26,45.798,70.03,74.189,6,48.548,198.716,209.948,41,-2,-3,43.976,205.872,207.085,11,-3,-3,64.811,114.035,115.632,3,1,29.821,135.133,139.094,16,0,0,15.11,0,6,6,6,6,6,6,,1.721,61.064,100.537,14,6,6,5,3,3,6,"I trust the CDC since it is the foremost authority on COVID. ",3.717,3.717,68.868,1,4,,7.632,15.872,18.937,3,2,7,3,4,1,5,6,0,0,32.436,0,2,3,7,6,6,3,9,9,,5.3,62.649,67.091,16,3,3,3,2,4,3,9.891,65.787,66.981,8,2,1,2.099,10.795,12.406,2,1,1960,Texas,7,3,1,,7,,,17,3,1,rengel210@twc.com,3.262,150.36,157.703,34,5e3581ed0082f15283413024,"{""startTime"":1678939783081,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":6543,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1813,""week"":""51"",""id"":""chart""},{""time"":68692,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":23101,""week"":""48"",""id"":""chart""},{""time"":91897,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5410,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678939884224,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":13196,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5027,""week"":""51"",""id"":""chart""}]}","{""startTime"":1678939417513,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":24,""label"":""tour_started""},{""time"":12979,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":32305,""week"":""1"",""id"":""chart""},{""time"":49545,""label"":""tour_next"",""step"":5},{""label"":""window_blurred"",""time"":97587},{""label"":""window_focused"",""time"":104512},{""time"":128208,""label"":""cleared_brush"",""using"":""Click""},{""time"":135148,""label"":""started_brush"",""startDate"":""2021-07-25"",""endDate"":""2021-10-04""},{""time"":138970,""label"":""tour_next"",""step"":5},{""time"":158331,""label"":""moved_brush"",""startDate"":""2021-07-07"",""endDate"":""2021-07-25""},{""time"":159369,""label"":""tour_next"",""step"":5},{""time"":174479,""label"":""cleared_brush"",""using"":""Click""},{""time"":174479,""label"":""cleared_brush"",""using"":""Escape""},{""time"":179601,""label"":""cleared_brush"",""using"":""Click""},{""time"":179601,""label"":""cleared_brush"",""using"":""Escape""},{""time"":180922,""label"":""tour_next"",""step"":5},{""time"":193417,""label"":""cleared_brush"",""using"":""Click""},{""time"":193417,""label"":""cleared_brush"",""using"":""Escape""},{""time"":198705,""label"":""tour_end"",""step"":5},{""time"":203827,""label"":""started_brush"",""startDate"":""2021-09-17"",""endDate"":""2021-09-29""}]}","{""startTime"":1678939767467,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar -2023-03-15 23:40:24,2023-03-16 00:38:55,0,3.91.217.201,100,3510,1,2023-03-16 00:38:55,R_1M4iqM1InHMWpZ6,,,,,39.0469,-77.4903,anonymous,EN,1,13.024,13.024,14.288,1,1,3,2,8.988,13.372,14.786,3,0,0,15.008,0,100,100,100,37.668,46.1,47.067,4,0,0,44.844,0,1,-2,30.948,108.264,112.797,6,-2,1,921.113,992.735,994.096,3,1,93.179,93.179,94.956,1,0,0,15.107,0,6,6,6,6,6,6,,6.922,28.615,31.334,7,6,5,6,6,5,6,the graph is well armed and looks like real data,33.703,33.703,35.982,1,5,,11.546,11.921,13.09,2,2,7,3,4,1,5,6,0,0,38.652,0,9,9,11,11,10,9,11,11,,2.285,19.827,22.294,9,4,4,1,1,5,4,4.428,17.311,18.183,6,7,3,74.031,78.207,80.237,2,1,1963,Massachusetts,7,3,1,,7,,,8,2,1,jcarlossnchez06@gmail.com,1.639,79.748,89.175,14,64050cfd151bc9945fd3eac9,"{""startTime"":1678941024943,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":5437},{""label"":""window_focused"",""time"":6746},{""label"":""window_blurred"",""time"":12205},{""label"":""window_focused"",""time"":26427}]}","{""startTime"":1678939191366,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":470203},{""label"":""window_focused"",""time"":473354},{""label"":""window_blurred"",""time"":490266},{""label"":""window_focused"",""time"":1792547}]}",,"{""startTime"":1678939175247,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":2251,""label"":""hovered"",""timeHovered"":1860,""week"":""2022-01-10""},{""time"":9157,""label"":""hovered"",""timeHovered"":1002,""week"":""2022-01-17""},{""time"":10783,""label"":""hovered"",""timeHovered"":1056,""week"":""2022-01-17""},{""time"":11840,""label"":""hovered"",""timeHovered"":1393,""week"":""2022-01-17""}]}",1,moderate,line -2023-03-15 23:12:36,2023-03-16 00:44:47,0,66.31.55.75,100,5531,1,2023-03-16 00:44:48,R_1IxUXsQQje1Zm4L,,,,,42.4178,-71.1134,anonymous,EN,1,948.415,948.415,950.169,1,,,,,,,,0,0,16.625,0,63,60,50,346.47,350.99,352.723,3,9.225,11.377,14.43,2,1,1,23.383,35.75,36.797,2,-3,1,58.323,71.667,74.406,2,1,30.814,30.814,32.004,1,0,0,15.111,0,5,4,5,3,5,4,,6.154,20.6,22.666,9,3,2,3,1,1,4,I trust the source to a degree. I do not really know it well,3.094,3.094,19.161,1,1,,3.161,3.161,5.302,1,2,7,3,4,1,5,6,0,0,10.961,0,6,6,8,8,8,7,9,10,,3.388,14.196,15.888,8,2,3,3,4,3,3,22.917,32.933,33.889,6,3,,30.254,30.254,31.797,1,2,1979,Massachusetts,6,2,1,,3,,,12,3,1,resajohn79@yahoo.com,0.933,72.507,78.661,27,55b1add5fdf99b6731f04c5a,"{""startTime"":1678941558292,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678941581744,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678941451944,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":9121,""label"":""tour_next"",""step"":2},{""time"":11272,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678941542512,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":5127},{""label"":""window_focused"",""time"":12291}]}",0,moderate,line -2023-03-16 00:44:14,2023-03-16 00:55:01,0,104.223.93.204,100,646,1,2023-03-16 00:55:01,R_12RTgfiOZkVAaU1,,,,,33.7485,-84.3871,anonymous,EN,1,9.349,9.866,11.006,2,1,3,2,1.58,42.114,43.447,5,0,0,15.009,0,100,100,82,0.496,8.579,9.298,5,4.039,6.119,9.19,2,-3,1,7.816,68.71,88.721,5,-3,-3,43.746,153.751,154.999,2,1,4.6,4.6,67.048,1,0,0,15.009,0,6,6,6,6,6,6,,3.6,5.611,7.834,6,6,6,6,6,6,6,It gives me a lot of confidence because the source is attached,26.34,26.34,28.672,1,7,,3.811,3.811,5.027,1,2,7,3,4,1,5,6,0,0,20.499,0,10,10,10,10,10,10,10,10,,2.137,21.602,23.531,9,3,1,1,1,3,1,3.816,18.754,20.821,9,6,2,34.036,39.825,41.182,3,1,1945,Wisconsin,7,3,1,,7,,,8,2,2,,1.643,39.177,40.57,11,6100372e3a116cb5cb36ebea,"{""startTime"":1678942174939,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":1046,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1355,""week"":""2"",""id"":""chart""}]}","{""startTime"":1678942134462,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":4141},{""label"":""window_focused"",""time"":5895}]}","{""startTime"":1678941951888,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":22,""label"":""tour_started""},{""time"":4020,""label"":""tour_next"",""step"":2},{""time"":6099,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678942118124,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar -2023-03-16 00:55:54,2023-03-16 01:03:09,0,68.235.33.134,100,435,1,2023-03-16 01:03:10,R_ue2uKkWldX42tmF,,,,,41.871,-87.6289,anonymous,EN,1,20.519,21.255,23.134,2,,,,,,,,0,0,15.11,0,100,100,87,12.633,29.673,30.771,3,1.857,3.433,5.787,2,-3,1,2.565,4.503,29.002,2,-3,-3,4.11,31.703,33.09,2,1,6.97,80.626,82.396,3,0,0,15.018,0,6,6,6,5,5,6,,6.049,7.64,9.554,6,5,5,6,6,6,6,I don't see anything suspicious in the data,2.469,2.469,26.742,1,3,,2.923,2.923,4.205,1,2,7,3,4,1,5,6,0,0,20.959,0,10,11,11,11,11,11,11,11,,4.358,11.686,16.626,10,4,4,1,1,4,4,3.129,16.841,19.595,7,4,,11.936,13.84,17.292,2,2,1973,Kansas,7,3,1,,7,,,8,1,2,,1.473,38.145,39.223,14,60e2577f8c52db9d1fb5ffac,"{""startTime"":1678942762231,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":4302},{""label"":""window_focused"",""time"":5930}]}","{""startTime"":1678942772557,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678942709680,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":26,""label"":""tour_started""},{""time"":1845,""label"":""tour_next"",""step"":2},{""time"":3421,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678942745968,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,bar -2023-03-16 01:03:49,2023-03-16 01:12:08,0,104.223.100.146,100,498,1,2023-03-16 01:12:08,R_2wS81jTO311KP2e,,,,,32.8137,-96.8704,anonymous,EN,1,4.055,4.055,5.219,1,,,,,,,,3.487,3.487,15.317,1,100,100,100,81.978,86.499,88.417,4,3.671,44.169,47.301,5,-3,1,2.858,5.905,17.331,2,-3,-3,6.337,61.271,62.855,6,1,5.96,6.52,19.687,2,0,0,15.009,0,6,6,6,6,6,6,,5.478,7.728,10.422,6,6,6,6,6,6,6,I have reviewed the source and I see that the study carried out seems legitimate,43.826,43.826,46.708,1,4,,3.021,3.021,4.196,1,2,7,3,4,1,5,6,0,0,17.03,0,9,9,10,10,11,10,10,10,,4.407,16.158,17.403,13,4,5,1,2,4,5,5.382,19.349,20.875,7,6,,17.127,17.127,19.674,1,2,1982,Maryland,7,3,1,,7,,,8,2,2,,1.113,50.767,52.155,11,60cd717e463162435e3b7d46,"{""startTime"":1678943237264,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":3811},{""label"":""window_focused"",""time"":5309}]}","{""startTime"":1678943248662,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678943151676,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":29,""label"":""tour_started""},{""time"":3650,""label"":""tour_next"",""step"":5},{""time"":7285,""label"":""cleared_brush"",""using"":""Click""},{""time"":9646,""label"":""cleared_brush"",""using"":""Click""},{""time"":10276,""label"":""cleared_brush"",""using"":""Click""},{""time"":11563,""label"":""cleared_brush"",""using"":""Click""},{""time"":13067,""label"":""cleared_brush"",""using"":""Click""},{""time"":13782,""label"":""cleared_brush"",""using"":""Click""},{""time"":14724,""label"":""cleared_brush"",""using"":""Click""},{""time"":16742,""label"":""cleared_brush"",""using"":""Click""},{""time"":19446,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-09-01""},{""time"":21071,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-09-15""},{""time"":23719,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-09-15""},{""time"":26862,""label"":""cleared_brush"",""using"":""Click""},{""time"":27749,""label"":""cleared_brush"",""using"":""Click""},{""time"":29702,""label"":""started_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-09-11""},{""time"":31202,""label"":""tour_next"",""step"":5},{""time"":37233,""label"":""moved_brush"",""startDate"":""2021-08-31"",""endDate"":""2022-02-07""},{""time"":38505,""label"":""tour_next"",""step"":5},{""time"":41412,""label"":""cleared_brush"",""using"":""Click""},{""time"":42505,""label"":""tour_next"",""step"":5},{""time"":44147,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678943220667,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":3606,""label"":""started_brush"",""startDate"":""2021-09-30"",""endDate"":""2021-12-03""}]}",0,complex,bar +By clicking “I agree” below you are indicating that you are at least 18 years old, have read this consent form, and agree to participate in this research study. Please print a copy of this page for your records.",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,Have you already received a Covid-19 vaccination?,How many doses of the Covid-19 vaccine did you receive?,Have you been verifiably infected with Covid-19?,Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,affect-science - Click to write Choice 1,affect-clarity - Click to write Choice 1,affect-aesthetic - Click to write Choice 1,Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,"How many weeks had higher unvaccinated Covid-19 case counts than the week of Dec 13, 2021?",What is the max number of case counts (per 100K) of vaccinated people who caught Covid-19?,Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,"By approximately how much did the number of cases in unvaccinated people increase from the week of December 13, 2021 to the week of December 20, 2021 (per 100K people)?","Approximately how many unvaccinated people caught Covid-19 (per 100K people) during the week of January 10, 2022?",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,"Among vaccinated people, which age group sees the largest increase in case count between November 2021 and January 2022?",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,Disregard the visualization for this question. To what extent do you agree or disagree with the following statements about the data used in the visualization above? - The data is accurate,Disregard the visualization for this question. To what extent do you agree or disagree with the following statements about the data used in the visualization above? - The data is complete and does not leave out important information,Disregard the visualization for this question. To what extent do you agree or disagree with the following statements about the data used in the visualization above? - The data is unbiased and trustworthy,Disregard the visualization for this question. To what extent do you agree or disagree with the following statements about the data used in the visualization above? - I understand the meaning of this data well,Disregard the visualization for this question. To what extent do you agree or disagree with the following statements about the data used in the visualization above? - The data source was clearly displayed,Disregard the visualization for this question. To what extent do you agree or disagree with the following statements about the data used in the visualization above? - I trust this data,"If you have any additional thoughts/comments, please enter them here.",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,Assume you trust the data used in the visualization. To what extent do you agree or disagree with the following statements about the visualization presented above? - The visualization transparently includes all important elements of the data,Assume you trust the data used in the visualization. To what extent do you agree or disagree with the following statements about the visualization presented above? - I find it easy to understand this visualization,Assume you trust the data used in the visualization. To what extent do you agree or disagree with the following statements about the visualization presented above? - I like this visualization,"Assume you trust the data used in the visualization. To what extent do you agree or disagree with the following statements about the visualization presented above? - I would likely share this visualization with my family, friends or on social media",Assume you trust the data used in the visualization. To what extent do you agree or disagree with the following statements about the visualization presented above? - I would likely use this visualization and its information in my daily life,Assume you trust the data used in the visualization. To what extent do you agree or disagree with the following statements about the visualization presented above? - I trust this visualization,"Tell us a bit more about why you [QID102-ChoiceGroup-SelectedAnswers-11] with the statement ""I trust this visualization"".",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,"Generally speaking, would you say that most people can be trusted or that you can't be too careful in dealing with people? - 2","If you have any additional thoughts/comments, please enter them here.",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,There are many important issues facing our country today. Research shows that issues people think are important can affect their views on other issues. We also want to know if you are paying attention. Please ignore the question and put “crime” in the top position and unemployment in the bottom position. Leave the rest of the issues in the same order. - Health care,There are many important issues facing our country today. Research shows that issues people think are important can affect their views on other issues. We also want to know if you are paying attention. Please ignore the question and put “crime” in the top position and unemployment in the bottom position. Leave the rest of the issues in the same order. - Unemployment,There are many important issues facing our country today. Research shows that issues people think are important can affect their views on other issues. We also want to know if you are paying attention. Please ignore the question and put “crime” in the top position and unemployment in the bottom position. Leave the rest of the issues in the same order. - The federal budget deficit,There are many important issues facing our country today. Research shows that issues people think are important can affect their views on other issues. We also want to know if you are paying attention. Please ignore the question and put “crime” in the top position and unemployment in the bottom position. Leave the rest of the issues in the same order. - The coronavirus pandemic,There are many important issues facing our country today. Research shows that issues people think are important can affect their views on other issues. We also want to know if you are paying attention. Please ignore the question and put “crime” in the top position and unemployment in the bottom position. Leave the rest of the issues in the same order. - Crime,There are many important issues facing our country today. Research shows that issues people think are important can affect their views on other issues. We also want to know if you are paying attention. Please ignore the question and put “crime” in the top position and unemployment in the bottom position. Leave the rest of the issues in the same order. - Education,There are many important issues facing our country today. Research shows that issues people think are important can affect their views on other issues. We also want to know if you are paying attention. Please ignore the question and put “crime” in the top position and unemployment in the bottom position. Leave the rest of the issues in the same order. - Relations with other countries,Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,"On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - Political parties","On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - The government","On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - The police","On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - The legal system","On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - The news media","On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - Business and industry","On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - Scientists/Science","On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - Doctors","If you have any additional thoughts/comments, please enter them here.",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,"The next questions will be about your motivation to engage in cognitive activity. For each sentence below, please select how uncharacteristic or characteristic (5-point scale) this is for you personally. - I would prefer complex to simple problems.","The next questions will be about your motivation to engage in cognitive activity. For each sentence below, please select how uncharacteristic or characteristic (5-point scale) this is for you personally. - I like to have the responsibility of handling a situation that requires a lot of thinking.","The next questions will be about your motivation to engage in cognitive activity. For each sentence below, please select how uncharacteristic or characteristic (5-point scale) this is for you personally. - Thinking is not my idea of fun.","The next questions will be about your motivation to engage in cognitive activity. For each sentence below, please select how uncharacteristic or characteristic (5-point scale) this is for you personally. - I would rather do something that requires little thought than something that is sure to challenge my thinking abilities.","The next questions will be about your motivation to engage in cognitive activity. For each sentence below, please select how uncharacteristic or characteristic (5-point scale) this is for you personally. - I really enjoy a task that involves coming up with new solutions to problems.","The next questions will be about your motivation to engage in cognitive activity. For each sentence below, please select how uncharacteristic or characteristic (5-point scale) this is for you personally. - I would prefer a task that is intellectual, difficult, and important to one that is somewhat important but does not require much thought.",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,Below is a seven-point scale on which the political views that people might hold are arranged from extremely liberal—point 1—to extremely conservative—point 7. Where would you place yourself on this scale?,"During the peak of the pandemic, how often did you actively seek information on Covid-19 from any sources including TV, newspapers, radios, online and social media, or personal conversations?",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,Lastly a few questions about socio-demographic characteristics. To which gender do you most identify?,In what year were you born? Please enter all four digits.,Text,What is the highest level of school you have completed or the highest degree you have received?,Have one or both of your parents completed a bachelor’s degree?,What language do you speak at home? - Selected Choice,"What language do you speak at home? - Other, please specify: - Text",Which of the following categories do you identify with? - Selected Choice,"Which of the following categories do you identify with? - Other race, ethnicity, or origin (please specify) - Text","Which of the following categories do you identify with? - Mixed race, ethnicity (please specify) - Text","In which of these groups did your total family income, from all sources, fall last year before taxes?",To what extent do you consider yourself a religious person?,Would you be interested in participating in a qualitative interview for this study? You would be paid $15 for about 30 minutes of your time. - Selected Choice,Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,PROLIFIC_PID,provenance-data,provenance-vis,provenance-tour,provenance-explore,isCovidData,complexity,chartType +"{""ImportId"":""startDate"",""timeZone"":""America/New_York""}","{""ImportId"":""endDate"",""timeZone"":""America/New_York""}","{""ImportId"":""status""}","{""ImportId"":""ipAddress""}","{""ImportId"":""progress""}","{""ImportId"":""duration""}","{""ImportId"":""finished""}","{""ImportId"":""recordedDate"",""timeZone"":""America/New_York""}","{""ImportId"":""_recordId""}","{""ImportId"":""recipientLastName""}","{""ImportId"":""recipientFirstName""}","{""ImportId"":""recipientEmail""}","{""ImportId"":""externalDataReference""}","{""ImportId"":""locationLatitude""}","{""ImportId"":""locationLongitude""}","{""ImportId"":""distributionChannel""}","{""ImportId"":""userLanguage""}","{""ImportId"":""QID182""}","{""ImportId"":""QID189_FIRST_CLICK""}","{""ImportId"":""QID189_LAST_CLICK""}","{""ImportId"":""QID189_PAGE_SUBMIT""}","{""ImportId"":""QID189_CLICK_COUNT""}","{""ImportId"":""QID4""}","{""ImportId"":""QID5""}","{""ImportId"":""QID6""}","{""ImportId"":""QID64_FIRST_CLICK""}","{""ImportId"":""QID64_LAST_CLICK""}","{""ImportId"":""QID64_PAGE_SUBMIT""}","{""ImportId"":""QID64_CLICK_COUNT""}","{""ImportId"":""QID191_FIRST_CLICK""}","{""ImportId"":""QID191_LAST_CLICK""}","{""ImportId"":""QID191_PAGE_SUBMIT""}","{""ImportId"":""QID191_CLICK_COUNT""}","{""ImportId"":""QID228_1""}","{""ImportId"":""QID230_1""}","{""ImportId"":""QID231_1""}","{""ImportId"":""QID209_FIRST_CLICK""}","{""ImportId"":""QID209_LAST_CLICK""}","{""ImportId"":""QID209_PAGE_SUBMIT""}","{""ImportId"":""QID209_CLICK_COUNT""}","{""ImportId"":""QID188_FIRST_CLICK""}","{""ImportId"":""QID188_LAST_CLICK""}","{""ImportId"":""QID188_PAGE_SUBMIT""}","{""ImportId"":""QID188_CLICK_COUNT""}","{""ImportId"":""QID245""}","{""ImportId"":""QID246""}","{""ImportId"":""QID247_FIRST_CLICK""}","{""ImportId"":""QID247_LAST_CLICK""}","{""ImportId"":""QID247_PAGE_SUBMIT""}","{""ImportId"":""QID247_CLICK_COUNT""}","{""ImportId"":""QID249""}","{""ImportId"":""QID250""}","{""ImportId"":""QID254_FIRST_CLICK""}","{""ImportId"":""QID254_LAST_CLICK""}","{""ImportId"":""QID254_PAGE_SUBMIT""}","{""ImportId"":""QID254_CLICK_COUNT""}","{""ImportId"":""QID253""}","{""ImportId"":""QID255_FIRST_CLICK""}","{""ImportId"":""QID255_LAST_CLICK""}","{""ImportId"":""QID255_PAGE_SUBMIT""}","{""ImportId"":""QID255_CLICK_COUNT""}","{""ImportId"":""QID223_FIRST_CLICK""}","{""ImportId"":""QID223_LAST_CLICK""}","{""ImportId"":""QID223_PAGE_SUBMIT""}","{""ImportId"":""QID223_CLICK_COUNT""}","{""ImportId"":""QID101_1""}","{""ImportId"":""QID101_2""}","{""ImportId"":""QID101_3""}","{""ImportId"":""QID101_4""}","{""ImportId"":""QID101_12""}","{""ImportId"":""QID101_15""}","{""ImportId"":""QID200_TEXT""}","{""ImportId"":""QID192_FIRST_CLICK""}","{""ImportId"":""QID192_LAST_CLICK""}","{""ImportId"":""QID192_PAGE_SUBMIT""}","{""ImportId"":""QID192_CLICK_COUNT""}","{""ImportId"":""QID102_6""}","{""ImportId"":""QID102_7""}","{""ImportId"":""QID102_8""}","{""ImportId"":""QID102_9""}","{""ImportId"":""QID102_10""}","{""ImportId"":""QID102_11""}","{""ImportId"":""QID117_TEXT""}","{""ImportId"":""QID78_FIRST_CLICK""}","{""ImportId"":""QID78_LAST_CLICK""}","{""ImportId"":""QID78_PAGE_SUBMIT""}","{""ImportId"":""QID78_CLICK_COUNT""}","{""ImportId"":""QID122_2""}","{""ImportId"":""QID203_TEXT""}","{""ImportId"":""QID199_FIRST_CLICK""}","{""ImportId"":""QID199_LAST_CLICK""}","{""ImportId"":""QID199_PAGE_SUBMIT""}","{""ImportId"":""QID199_CLICK_COUNT""}","{""ImportId"":""QID36_1""}","{""ImportId"":""QID36_2""}","{""ImportId"":""QID36_3""}","{""ImportId"":""QID36_4""}","{""ImportId"":""QID36_5""}","{""ImportId"":""QID36_6""}","{""ImportId"":""QID36_7""}","{""ImportId"":""QID65_FIRST_CLICK""}","{""ImportId"":""QID65_LAST_CLICK""}","{""ImportId"":""QID65_PAGE_SUBMIT""}","{""ImportId"":""QID65_CLICK_COUNT""}","{""ImportId"":""QID38_1""}","{""ImportId"":""QID38_2""}","{""ImportId"":""QID38_3""}","{""ImportId"":""QID38_4""}","{""ImportId"":""QID38_5""}","{""ImportId"":""QID38_6""}","{""ImportId"":""QID38_7""}","{""ImportId"":""QID38_8""}","{""ImportId"":""QID204_TEXT""}","{""ImportId"":""QID72_FIRST_CLICK""}","{""ImportId"":""QID72_LAST_CLICK""}","{""ImportId"":""QID72_PAGE_SUBMIT""}","{""ImportId"":""QID72_CLICK_COUNT""}","{""ImportId"":""QID39_1""}","{""ImportId"":""QID39_2""}","{""ImportId"":""QID39_3""}","{""ImportId"":""QID39_4""}","{""ImportId"":""QID39_5""}","{""ImportId"":""QID39_6""}","{""ImportId"":""QID73_FIRST_CLICK""}","{""ImportId"":""QID73_LAST_CLICK""}","{""ImportId"":""QID73_PAGE_SUBMIT""}","{""ImportId"":""QID73_CLICK_COUNT""}","{""ImportId"":""QID11""}","{""ImportId"":""QID13""}","{""ImportId"":""QID74_FIRST_CLICK""}","{""ImportId"":""QID74_LAST_CLICK""}","{""ImportId"":""QID74_PAGE_SUBMIT""}","{""ImportId"":""QID74_CLICK_COUNT""}","{""ImportId"":""QID14""}","{""ImportId"":""QID15_TEXT""}","{""ImportId"":""QID16_1""}","{""ImportId"":""QID17""}","{""ImportId"":""QID23""}","{""ImportId"":""QID27""}","{""ImportId"":""QID27_4_TEXT""}","{""ImportId"":""QID18""}","{""ImportId"":""QID18_8_TEXT""}","{""ImportId"":""QID18_9_TEXT""}","{""ImportId"":""QID19""}","{""ImportId"":""QID20""}","{""ImportId"":""QID25""}","{""ImportId"":""QID75_FIRST_CLICK""}","{""ImportId"":""QID75_LAST_CLICK""}","{""ImportId"":""QID75_PAGE_SUBMIT""}","{""ImportId"":""QID75_CLICK_COUNT""}","{""ImportId"":""PROLIFIC_PID""}","{""ImportId"":""provenance-data""}","{""ImportId"":""provenance-vis""}","{""ImportId"":""provenance-tour""}","{""ImportId"":""provenance-explore""}","{""ImportId"":""isCovidData""}","{""ImportId"":""complexity""}","{""ImportId"":""chartType""}" +2023-03-12 20:55:26,2023-03-12 20:59:13,0,72.140.211.54,100,227,1,2023-03-12 20:59:14,R_8rmBCqRevUJbRip,,,,,43.6859,-79.3974,anonymous,EN,1,3.541,3.541,4.591,1,,,,,,,,0,0,15.01,0,80,45,88,3.993,9.391,10.534,3,1.866,4.415,6.225,2,-1,-3,6.102,7.097,8.181,2,1,-2,5.138,6.329,9.187,2,-3,5.469,5.469,6.497,1,0,0,52.499,0,3,1,7,4,2,7,,7.096,12.496,13.606,6,7,7,2,2,1,5,It seems scientific,1.84,1.84,7.176,1,1,,2.222,4.572,5.635,2,2,7,3,4,1,5,6,0,0,8.669,0,2,2,2,3,3,2,3,3,,2.328,5.928,7.555,8,3,2,2,2,3,1,2.183,4.707,6.738,6,2,,1.402,1.402,2.475,1,2,1984,Massachusetts,1,3,1,,2,,,1,1,2,1.077,24.044,25.414,14,,,,,,0,, +2023-03-12 22:55:27,2023-03-12 23:03:56,0,96.244.99.19,100,508,1,2023-03-12 23:03:56,R_24CbqjyCefqjEDT,,,,,39.2124,-76.8776,anonymous,EN,1,9.267,9.902,11.717,2,1,4,2,1.802,3.904,4.822,3,0,0,15.007,0,100,100,50,9.084,16.242,17.347,3,14.352,17.433,28.831,2,-3,1,43.947,63.925,66.381,3,-3,-3,5.99,71.921,74.179,5,-3,46.049,46.79,48.377,2,0,0,15.01,0,6,6,6,6,6,6,,4.133,9.663,11.581,6,6,6,6,6,4,6,"The visualization is showing me the rate of cases as opposed to absolute numbers, which indicates it is trying to communicate useful information to me.",2.27,2.27,43.449,1,5,,3.661,5.474,8.503,2,2,7,3,4,1,5,6,0,0,15.853,0,5,6,1,5,7,3,10,9,,4.052,15.547,17.493,8,3,4,2,3,4,3,3.563,19.786,20.905,6,1,3,1.756,13.133,14.332,2,2,1999,Maryland,6,3,1,,7,,,17,4,1,3.958,42.813,52.461,12,5ec4a0fffe991f37f61b356e,,,,,1,, +2023-03-12 22:52:45,2023-03-12 23:05:28,0,167.224.159.51,100,762,1,2023-03-12 23:05:29,R_1kZDJESNJtHyIqs,,,,,36.0557,-94.1567,anonymous,EN,1,11.565,11.565,13.057,1,1,2,1,1.835,5.572,6.33,2,14.198,14.198,15.109,1,63,34,57,0.53,26.614,27.854,4,15.92,60.804,64.286,11,1,1,33.066,63.213,64.76,10,-3,-1,14.354,56.06,56.822,13,1,9.108,81.76,82.57,16,13.617,13.617,15.136,1,2,2,4,3,6,4,,1.516,27.755,30.455,12,2,3,3,1,1,5,"In this context, I feel no reason for distrusting it. No clear dishonest motive.",0.901,0.901,60.189,1,4,,7.967,7.967,9.629,1,2,7,3,4,1,5,6,6.309,6.777,16.473,2,1,3,5,5,2,1,11,11,,4.799,45.26,50.021,18,4,4,1,1,4,5,6.542,26.207,26.75,8,2,1,3.184,8.092,10.986,3,1,1999,Arkansas,3,3,1,,2,,,8,4,1,2.369,57.956,60.204,29,63127274665ebf35cb1a9571,,,,,1,, +2023-03-12 22:49:06,2023-03-12 23:08:06,0,71.114.60.102,100,1139,1,2023-03-12 23:08:07,R_3Hnsy0bnh9pW97e,,,,,38.6326,-77.2661,anonymous,EN,1,31.406,31.406,34.236,1,,,,,,,,0,0,15.009,0,96,95,41,32.044,54.797,55.962,6,8.089,72.668,80.644,3,1,1,40.406,52.677,87.532,2,1,-2,40.26,88.13,91.578,3,-2,97.616,97.616,109.125,1,0,0,15.016,0,3,4,3,5,5,3,,10.875,57.411,60.221,7,5,5,3,7,1,3,"You can use data and visualizations to sway others in many different ways. While I have no proof, there could be information unaccounted for, or the information recorded could have been calculated incorrectly.",3.401,151.338,156.198,8,3,,13.763,14.983,18.243,2,2,7,3,4,1,5,6,0,0,31.31,0,1,7,7,4,1,2,9,5,,11.766,52.462,57.366,12,3,4,2,3,4,3,23.275,54.331,58.65,6,3,,15.827,15.827,19.632,1,2,2002,Virginia,3,1,1,,8,Woodbridge,,16,4,2,10.53,145.531,146.498,46,60f1bdd684969df9641e994b,,,,,0,, +2023-03-12 23:02:01,2023-03-12 23:14:33,0,75.1.91.184,100,751,1,2023-03-12 23:14:34,R_31jGH7YiQuZev6v,,,,,29.4227,-98.4927,anonymous,EN,1,4.961,4.961,5.923,1,1,4,2,11.141,12.336,13.342,2,8.758,8.758,15.106,1,100,100,50,15.308,24.376,25.39,3,5.668,160.165,162.164,2,1,1,22.185,48.708,50.001,4,1,-3,30.698,54.968,55.925,2,1,38.418,38.418,39.833,1,0,0,15.107,0,6,6,6,6,6,6,,7.735,16.736,18.861,7,6,6,5,5,3,6,It shows it in an organized manner,2.407,2.407,12.78,1,3,,5.117,14.527,15.892,5,2,7,3,4,1,5,6,0,0,25.301,0,1,1,1,1,1,1,11,10,,6.052,16.319,17.801,8,4,4,2,3,3,3,12.861,42.337,43.298,7,1,2,5.775,13.07,17.526,3,1,1993,Texas,3,3,1,,9,,Black and Mexican,3,4,1,3.207,157.3,158.024,53,63129dd30887fb3d46640f2b,,,,,1,, +2023-03-12 23:04:47,2023-03-12 23:15:00,0,24.43.21.218,100,612,1,2023-03-12 23:15:01,R_3eldnrMSyXSZgDz,,,,,33.5173,-117.1208,anonymous,EN,1,39.353,39.353,40.403,1,,,,,,,,0,0,15.015,0,22,15,15,5.166,9.832,11.652,4,19.4,22.599,24.996,2,1,1,30.475,39.255,40.467,2,1,-1,30.432,78.102,82.022,5,1,38.552,38.552,39.953,1,0,0,15.109,0,3,7,3,7,5,3,"I think count and rate seem different, so I don't understand why both terms are used.Also it's visually confusing with the stacking as it's not clear if the orange bar goes all the way down ",9.537,116.666,123.751,13,7,1,1,7,1,3,"I have no domain knowledge to say whether it makes sense or not.,And I find the stacked format really confusing and pointless",2.013,33.198,34.182,2,5,,3.216,8.083,10.646,5,2,7,3,4,1,5,6,0,0,14.521,0,4,5,2,8,7,7,10,10,,3.22,13.722,15.507,8,4,4,2,2,3,4,10.286,20.376,21.821,6,1,,15.636,15.636,17.384,1,2,1980,California,6,1,1,,7,,,17,4,1,1.766,35.88,54.502,13,5a49d6a06d85f80001c25bc4,,,,,0,, +2023-03-12 23:07:40,2023-03-12 23:17:14,0,75.172.177.246,100,573,1,2023-03-12 23:17:14,R_1rPvaQfO3zfCdsf,,,,,47.6631,-122.3029,anonymous,EN,1,46.247,46.247,47.262,1,,,,,,,,0,0,15.109,0,85,84,35,6.533,10.534,17.795,3,13.522,21.926,25.863,2,1,1,28.502,38.116,41.554,2,-3,-3,35.383,67.596,84.941,8,1,14.687,67.203,71.197,4,0,0,15.011,0,4,3,5,5,5,5,,6.072,19.647,21.342,7,4,5,3,7,7,4,"Well it doesn't include a source to verify its statistics, but other than that, it appears to be trustworthy. I'm not really sure, as I am not an expert in insect troubles or fungi troubles in Croatia of all places.",1.631,2.8,51.215,2,5,,4.298,8.921,10.407,7,2,7,3,4,1,5,6,6.71,16.821,18.595,4,2,5,2,4,4,6,10,10,,4.463,25.189,27.021,16,5,4,1,2,5,4,6.817,26.946,27.751,11,2,,1.644,1.644,5.631,1,1,1998,Washington,3,1,1,,7,,,4,3,2,1.198,36.927,38.201,15,610333282a90d4b77609c5f8,,,,,0,, +2023-03-12 23:09:51,2023-03-12 23:20:45,0,24.214.85.223,100,654,1,2023-03-12 23:20:46,R_3pi2kNkyG6wUhE5,,,,,33.4734,-82.0111,anonymous,EN,1,4.37,4.37,10.457,1,1,3,1,2.156,6.018,7.672,2,0,0,15.111,0,70,44,72,6.188,15.109,16.703,3,6.312,66.363,69.442,9,1,1,39.452,50.354,52.804,2,-3,-3,30.615,50.377,52.903,2,1,18.389,32.995,34.935,2,0,0,16.224,0,3,3,4,4,4,4,,4.532,22.026,26.515,8,4,3,4,2,3,3,I don't know if the data is verifiable. ,2.063,2.063,16.746,1,4,,12.097,12.097,18.1,1,2,7,3,4,1,5,6,0,0,23.434,0,2,5,7,4,3,6,10,9,,10.425,26.748,29.865,8,4,4,3,2,2,4,3.005,31.466,35.435,6,5,4,3.953,14.08,16.829,2,1,1997,Georgia,6,3,1,,7,,,12,3,1,2.15,60.601,62.971,16,5c17294778ee390001ab19e5,,,,,1,, +2023-03-12 23:13:51,2023-03-12 23:22:43,0,174.63.59.104,100,531,1,2023-03-12 23:22:43,R_1g7xhCUCoRYIwAy,,,,,38.8503,-104.8567,anonymous,EN,1,3.845,3.845,4.89,1,1,3,2,4.015,10.03,12,2,0,0,15.107,0,73,79,55,10.096,15.234,16.931,3,8.358,12.843,22.021,2,1,1,17.452,34.064,35.878,3,-3,1,33.545,79.583,82.057,3,1,28.569,56.518,57.965,2,0,0,15.007,0,3,7,4,4,5,4,,7.021,22.288,25.593,7,5,5,4,6,5,5,"Although there are no hard data associated with this, it seems like a plausible number of cases based on societal behaviors of vacc/unvacc individuals.",1.643,1.643,45.785,1,2,,3.273,4.861,8.398,2,2,7,3,4,1,5,6,0,0,19.283,0,3,4,10,9,3,7,9,10,,3.87,25.05,28.024,10,4,4,1,1,4,5,2.945,16.356,17.4,6,5,1,3.434,9.009,11.602,2,1,1981,Colorado,7,1,1,,7,,,14,2,1,2.062,68.993,74.114,17,5e11882114ae638303c715d9,,,,,1,, +2023-03-12 22:56:45,2023-03-12 23:22:56,0,72.218.13.127,100,1570,1,2023-03-12 23:22:56,R_vrc5DL09FLrqtGx,,,,,37.11,-76.5115,anonymous,EN,1,4.354,4.354,6.218,1,,,,,,,,3.502,5.235,16.172,3,81,0,0,58.555,160.915,162.121,7,3.079,523.207,527.598,31,-1,-1,3.886,153.52,154.547,8,-1,-1,2.983,9.883,11.081,5,-1,121.291,271.634,272.875,10,6.465,6.465,15.01,1,1,1,1,1,1,1,,3.18,24.473,25.868,9,1,1,1,1,1,1,I don't know how to read them and its too much,2.629,2.629,24.219,1,1,,2.245,10.564,11.685,5,2,7,3,4,1,5,6,3.401,25.825,27.144,3,1,1,1,1,1,1,1,1,,1.623,11.691,12.849,13,5,5,1,1,5,1,1.787,45.974,47.124,11,4,,11.712,14.656,15.865,4,1,1991,Virginia,3,2,1,,3,,,4,3,1,1.589,114.49,115.691,35,62e6c5d05d354e1f99d612e4,,,,,0,, +2023-03-12 23:27:49,2023-03-12 23:28:01,0,98.169.160.252,100,11,1,2023-03-12 23:28:02,R_0wcwHhKg4FxNhMR,,,,,38.3416,-77.4307,anonymous,EN,2,8.573,8.573,10.085,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5fd8ca40697e370870a312e8,,,,,,, +2023-03-12 23:15:40,2023-03-12 23:28:09,0,47.232.88.100,100,748,1,2023-03-12 23:28:11,R_1n29yspyMQhoH9u,,,,,38.5317,-89.9988,anonymous,EN,1,8.067,8.699,9.225,2,,,,,,,,0,0,15.007,0,78,64,62,12.153,19.951,24.705,4,7.339,159.386,180.754,17,1,1,24.237,35.056,36.535,2,-3,-3,33.324,76.043,77.201,4,1,43.236,43.236,44.386,1,5.56,9.291,16.316,7,5,5,5,4,5,4,This graph's coloring is unpleasant.,6.662,15.888,30.222,7,5,5,4,3,3,4,"It seems scientific, though I don't like the way the data is presented.",2.919,2.919,20.549,1,5,Thank you for the opportunity.,8.927,10.022,20.877,2,2,7,3,4,1,5,6,0,0,20.716,0,6,6,8,7,6,7,8,8,"None, thanks :)",4.121,19.113,23.998,9,4,3,2,2,4,4,2.654,25.091,27.926,11,4,,3.192,3.192,4.862,1,1,1996,Illinois,6,1,1,,7,,,19,5,2,0.799,111.221,115.448,24,5c7e14531c3cf8001638b5b0,,,,,0,, +2023-03-12 23:18:41,2023-03-12 23:28:31,0,99.9.227.253,100,590,1,2023-03-12 23:28:32,R_2tMAIUb1zU7FkvP,,,,,39.7436,-86.1158,anonymous,EN,1,5.176,24.003,24.998,3,2,,2,2.732,2.732,3.763,1,0,0,15.01,0,50,100,50,11.19,23.246,27.691,3,11.733,21.339,35.77,2,1,-3,25.754,47.199,48.906,2,-3,-3,38.217,74.525,75.402,3,-1,40.488,40.488,41.306,1,0,0,15.027,0,3,7,3,5,5,1,,19.122,41.818,45.423,6,7,5,3,1,1,5,"You told me to assume that I trust the data. I don't, but that's what you told me to do.",3.322,25.757,29.203,5,4,,6.6,6.6,8.599,1,2,7,3,4,1,5,6,0,0,14.586,0,1,1,1,1,1,1,1,1,"I don't trust scientists. I would trust science, except it is performed by humans.",2.816,20.48,39.303,10,1,1,4,5,1,2,8.427,19.182,19.975,6,6,2,2.201,12.944,14.277,2,2,1977,Indiana,7,3,1,,8,Indianapolis,,10,4,2,2.596,67.952,74.298,31,55cb79e0fdf99b3c26ae4bca,,,,,1,, +2023-03-12 23:20:47,2023-03-12 23:31:34,0,66.61.113.24,100,646,1,2023-03-12 23:31:36,R_3hyC0Rwbk7iPMzb,,,,,40.8784,-82.6541,anonymous,EN,1,13.969,13.969,15.408,1,,,,,,,,0,0,15.009,0,83,82,70,8.892,16.484,17.495,3,14.548,20.867,35.593,2,-2,1,10.414,33.173,34.177,4,-3,-3,27.339,66.275,69.218,2,1,24.252,24.252,33.569,1,0,0,15.11,0,5,4,5,5,6,5,,11.943,21.807,25.118,6,6,6,6,6,6,6,I trust this visualization,1.382,18.294,34.505,2,3,,7.944,7.944,15.053,1,2,7,3,4,1,5,6,39.488,39.488,54.797,1,3,5,4,4,1,5,10,11,,4.383,16.248,18.476,8,4,4,2,3,4,4,8.911,37.878,39.37,7,4,,5.913,5.913,7.654,1,1,1998,Ohio,2,2,1,,7,,,4,3,1,1.274,127.273,153.864,43,63d80e0449b458dd5f8140be,,,,,0,, +2023-03-12 23:21:18,2023-03-12 23:33:09,0,24.193.135.1,100,710,1,2023-03-12 23:33:10,R_1QLPEXxUJgrVGxr,,,,,40.6001,-73.7497,anonymous,EN,1,13.707,15.215,16.283,3,,,,,,,,0,0,15.114,0,44,21,12,18.152,38.536,39.706,6,5.019,32.713,35.238,5,-1,-1,23.4,30.728,31.685,4,1,-1,12.59,77.952,78.937,8,-1,16.646,25.646,26.402,4,3.027,10.492,15.021,3,3,3,3,1,2,3,none,1.511,35.229,38.681,10,1,1,1,1,1,3,I don't know if these are actually facts or its random data.,3.366,38.089,42.693,2,5,none,12.474,22.165,23.891,5,2,7,3,4,1,5,6,10.08,26.054,26.986,3,5,5,8,7,7,7,8,10,none,6.735,31.863,34.75,12,1,3,1,2,2,3,9.692,44.911,46.701,8,2,,8.797,23.841,25.406,3,1,1979,New York,3,1,1,,8,Rockaway Park,,9,2,1,3.828,146.819,147.803,28,63f2e107c4d0bc684b99d2c6,,,,,0,, +2023-03-12 23:24:07,2023-03-12 23:33:12,0,67.182.177.152,100,544,1,2023-03-12 23:33:13,R_1oBenWNiEBzuFqv,,,,,37.6752,-120.9465,anonymous,EN,1,5.432,5.432,6.439,1,,,,,,,,0,0,15.014,0,100,100,78,4.267,15.84,18.502,6,17.73,23.842,50.437,2,-1,1,15.123,29.58,32.37,10,-3,-3,25.857,55.243,55.679,3,1,20.576,20.576,22.401,1,0,0,15.02,0,5,4,6,4,5,5,,5.892,28.831,39.586,9,4,4,5,2,7,6,I don't think that there is any reason for anyone to lie about the data on the visualization. The graph seems like it has accurate information.,2.808,2.808,27.35,1,6,When using the interactive graph a box with information got stuck open and appeared on every page of the survey and blocked some of the information on the other graphs.,5.339,6.51,58.924,2,2,7,3,4,1,5,6,0,0,16.184,0,1,1,2,4,1,3,11,10,,6.5,17.155,19.535,8,3,3,1,2,5,3,12.012,27.595,28.6,7,1,,8.084,8.084,9.656,1,2,1989,California,7,2,1,,9,,Modesto,11,4,1,2.292,72.317,76.579,43,5fb54678abd965015f4ae7b7,,,,,0,, +2023-03-12 23:24:38,2023-03-12 23:34:35,0,98.15.201.132,100,597,1,2023-03-12 23:34:36,R_232a0FWkOGkpCHe,,,,,41.3944,-74.3332,anonymous,EN,1,1.555,10.598,11.446,2,1,2,2,2.014,5.642,10.971,2,0,0,15.057,0,100,100,52,18.006,31.495,32.374,5,6.551,13.324,17.277,2,1,1,29.048,43.03,44.957,3,-3,-3,17.587,90.501,110.904,4,1,32.729,34.196,37.153,2,0,0,15.022,0,6,3,3,6,6,6,,7.509,21.02,24.923,7,6,6,6,5,5,6,it's from the CDC,3.819,3.819,13.055,1,4,,6.822,6.822,9.987,1,2,7,3,4,1,5,6,0,0,26.238,0,1,6,1,6,1,1,11,10,,9.226,28.035,29.987,9,2,3,3,3,1,3,18.426,53.374,55.464,8,2,2,0.846,17.403,19.213,3,1,1999,New York,3,3,1,,7,,,18,4,2,4.296,59.028,63.531,13,640e11f99076926cad445e1e,,,,,1,, +2023-03-12 23:27:36,2023-03-12 23:34:43,0,98.188.190.24,100,427,1,2023-03-12 23:34:44,R_vOdpQIc9BfTck13,,,,,36.0344,-114.9705,anonymous,EN,1,3.238,3.238,4.038,1,1,2,2,0,0,3.885,0,0,0,15.109,0,82,92,71,8.78,12.25,13.495,3,7.267,22.262,28.164,3,-3,1,49.89,64.784,68.391,3,1,-3,11.718,34.021,35.245,3,1,26.271,26.542,29.427,2,0,0,15.013,0,4,4,5,5,5,5,,7.369,19.047,20.669,8,4,5,5,3,4,4,"It states the source and the source should be somewhere that I trust. But then again, anyone can claim the source is from this place but not be true.",2.188,2.188,32.294,1,5,,4.92,4.92,6.203,1,2,7,3,4,1,5,6,0,0,16.968,0,6,7,8,9,7,6,10,10,,0,0,15.407,0,2,2,3,3,3,4,0,0,14.665,0,2,2,0,0,11.077,0,1,1991,Nevada,5,2,1,,7,,,6,4,2,6.575,54.494,58.62,16,5e1f7b2a4c9b832b34e7c9d3,,,,,1,, +2023-03-12 23:23:49,2023-03-12 23:34:45,0,69.23.103.128,100,655,1,2023-03-12 23:34:45,R_9N8K5fxwjCP8WUp,,,,,44.2433,-88.3564,anonymous,EN,1,16.133,16.133,16.992,1,1,1,1,7.671,9.382,10.881,2,0,0,15.015,0,67,80,46,12.995,19.307,20.105,3,6.762,9.769,11.552,2,1,1,42.179,53.51,55.082,2,-3,-3,31.421,49.691,50.945,2,-2,137.619,137.619,139.096,1,0,0,15.009,0,4,4,4,4,4,4,,10.313,13.346,16.033,6,6,6,6,6,6,6,its easy to understand,1.964,1.964,13.635,1,4,,5.498,5.498,7.451,1,2,7,3,4,1,5,6,0,0,14.031,0,9,9,9,9,9,9,9,9,,6.364,11.657,13.819,8,1,1,5,4,1,1,18.047,31.376,33.123,7,4,2,3.259,7.689,8.839,2,2,1988,Wisconsin,4,2,1,,7,,,4,5,1,2.274,55.15,59.285,16,5e8681d1fc96dd135df99ee6,,,,,1,, +2023-03-12 23:20:27,2023-03-12 23:34:49,0,72.219.78.66,100,861,1,2023-03-12 23:34:50,R_2E77mJLu1PZxmrB,,,,,33.6128,-117.6622,anonymous,EN,1,257.195,261.504,263.171,8,,,,,,,,2.897,2.897,15.008,1,100,100,50,0.268,25.943,27.821,11,4.666,50.06,51.297,9,1,1,1.737,34.862,36.016,10,-3,-3,2.17,42.613,43.852,16,1,2.34,41.594,42.679,5,2.139,5.526,15.014,2,3,4,4,4,5,5,,3.668,25.589,26.769,11,5,5,5,1,3,5,I have no reason not to believe the information presented to me,2.834,4.96,18.405,3,6,,3.012,7.291,8.539,5,2,7,3,4,1,5,6,4.853,13.59,14.383,4,3,6,6,5,6,7,9,9,,3.331,20.309,21.395,14,4,4,2,2,4,4,4.579,17.93,23.647,10,2,,1.92,3.662,4.752,3,2,1972,California,7,1,1,,7,,,13,4,1,1.438,57.519,60.592,28,5b894987e79bf50001e1ff95,,,,,0,, +2023-03-12 23:16:58,2023-03-12 23:34:53,0,73.208.7.87,100,1075,1,2023-03-12 23:34:53,R_1PZvm5tCZHMLiO4,,,,,41.8482,-87.6521,anonymous,EN,1,4.701,4.701,6.244,1,,,,,,,,12.373,12.373,15.009,1,50,94,99,22.667,50.614,54.654,30,5.575,23.913,25.134,5,1,1,44.042,52.202,54.612,4,-3,1,0.19,158.923,163.102,4,1,14.907,63.021,64.414,3,1.642,10.65,15.116,2,3,3,3,5,6,4,,2.647,33.68,34.505,10,2,6,4,2,7,4,The sourcing is existent and I have no reason to believe the HPK is an unreliable source of data. ,2.483,295.968,296.278,10,4,,10.638,14.511,16.456,6,2,3,4,5,1,6,7,0,0,9.793,0,1,8,1,4,4,3,10,10,ACAB,12.908,57.755,64.662,27,4,5,1,2,4,5,19.412,49.804,51.337,7,8,,1.476,3.765,6.538,3,3,1999,Illinois,2,2,1,,7,,,5,4,1,2.325,140.204,148.15,28,63ed1a2c8c27c4099b576701,,,,,0,, +2023-03-12 23:18:58,2023-03-12 23:35:53,0,68.46.90.139,100,1014,1,2023-03-12 23:35:53,R_12hI9VBFMasfujl,,,,,45.2377,-93.2765,anonymous,EN,1,4.713,4.713,5.931,1,1,2,2,1.156,3.865,4.54,2,0,0,15.108,0,100,83,74,7.366,10.813,11.681,4,5.419,10.564,29.676,2,1,-3,43.639,52.458,53.221,2,-3,1,2.678,63.067,64.499,22,-3,9.856,30.99,32.543,2,0,0,15.006,0,4,3,4,6,5,6,,9.36,20.596,22.355,8,4,5,5,7,7,5,"The data makes sense to me, and I like that the axes are consistent. ",1.576,2.701,17.227,2,4,,4.55,7.829,8.593,5,2,7,3,4,1,5,6,12.181,17.225,338.68,2,3,7,9,9,6,8,11,10,,8.308,18.724,20.227,11,5,4,1,1,5,5,5.497,19.959,20.909,7,5,3,3.215,22.974,23.612,6,1,1991,Minnesota,6,1,1,,4,,,17,3,1,2.478,51.821,53.622,20,63e081512a825f68bcfdc757,,,,,1,, +2023-03-12 23:28:32,2023-03-12 23:36:14,0,67.182.64.231,100,461,1,2023-03-12 23:36:14,R_1GTxX0GlJFNNFW0,,,,,38.581,-121.4939,anonymous,EN,1,3.81,3.81,5.286,1,1,2,2,1.3,3.039,3.771,2,0,0,15.106,0,93,100,100,9.137,21.555,25.537,4,7.66,27.213,27.798,8,1,1,30.061,37.085,38.165,2,-3,-3,6.334,61.197,62.194,8,1,14.76,24.468,25.453,2,12.633,12.633,15.013,1,7,3,7,6,6,7,,8.477,21.922,24.313,7,5,6,6,1,3,6,"It said ""Assuming you trust the information"". So, assuming I trust the actual numbers, I do not feel the visualization was doing anything to try and misrepresent those numbers.",4.112,54.249,54.914,8,6,,4.327,4.327,6.098,1,2,7,3,4,1,5,6,0,0,13.487,0,1,1,10,10,1,6,9,10,,3.709,16.595,17.84,9,4,3,3,3,3,4,8.999,20.643,23.197,6,6,2,2.274,8.147,10.305,2,1,1998,California,6,3,1,,7,,,19,4,1,1.974,40.906,44.805,12,640e54837a907926a3ee82aa,,,,,1,, +2023-03-12 23:21:52,2023-03-12 23:37:08,0,70.123.36.249,100,915,1,2023-03-12 23:37:08,R_phC14PS2rTiRoQN,,,,,30.2627,-97.7467,anonymous,EN,1,24.594,25.097,26.107,2,1,3,2,4.335,7.035,8.327,2,0,0,15.118,0,100,100,85,5.001,26.061,26.705,5,15.673,19.115,59.331,2,1,1,27.588,40,41.772,2,-3,-3,66.148,179.527,183.465,11,1,42.651,42.651,44.387,1,2.257,2.257,15.02,1,6,5,6,6,6,5,,3.285,64.549,67.716,9,6,5,5,3,4,5,Seems to align with scientific data in regards to the efficacy of the covid-19 vaccine. The only reason I didn't put strong agree is because I just in general try not to believe everything I see on the internet without fact-checking.,2.796,2.796,83.443,1,2,,7.827,10.966,17.232,4,2,7,3,4,1,5,6,0,0,28.249,0,1,1,1,1,4,1,10,8,,12.421,45.526,70.88,14,3,3,1,1,4,5,10.432,38.53,40.2,6,1,2,13.917,29.047,31.405,5,1,1991,Texas,6,1,1,,7,,,6,4,1,5.83,85.267,86.823,22,610878f08e2b6c83ea3905da,,,,,1,, +2023-03-12 23:25:56,2023-03-12 23:37:26,0,76.132.72.146,100,690,1,2023-03-12 23:37:26,R_RklXsEeQFmhn1Yt,,,,,37.3177,-122.0438,anonymous,EN,1,16.873,16.873,17.646,1,1,3,1,3.622,6.369,7.198,2,0,0,15.125,0,79,19,66,4.145,19.756,22.839,4,17.484,62.034,91.94,7,1,-3,41.411,49.14,63.565,2,1,-1,66.877,90.365,91.134,3,1,34.255,34.255,37,1,6.663,7.46,15.016,2,4,5,5,4,3,4,,3.225,27.433,29.484,13,4,7,4,2,2,4,"I think it looks accurate to my knowledge, but it needs to indicate the source for me to say that I fully trust the visualization.",2.051,14.671,58.231,6,5,,1.536,10.971,12.898,3,2,7,3,4,1,5,6,0,0,25.82,0,6,4,8,5,9,3,10,11,,5.363,18.754,20.608,10,3,2,2,3,4,2,14.558,32.854,33.833,10,3,1,2.4,6.881,9,2,1,2005,California,1,3,1,,2,,,13,3,2,2.387,80.651,86.323,31,63d8548b51a28912d9fba859,,,,,1,, +2023-03-12 23:25:24,2023-03-12 23:37:30,0,76.107.134.196,100,725,1,2023-03-12 23:37:30,R_1kXN6Klz7fR2rnW,,,,,35.1499,-90.0558,anonymous,EN,1,120.172,120.172,130.937,1,,,,,,,,0,0,15.008,0,73,87,67,34.938,40.251,41.383,3,15.937,19.254,28.285,2,1,1,27.499,44.182,48.434,3,1,-3,22.301,57.135,58.784,2,1,52.703,52.703,54.101,1,0,0,15.109,0,5,7,5,7,5,5,It does not say why there were so many pests certain weeks. ,9.528,70.652,71.118,9,5,5,5,7,2,5,"It is clear, especially because you can see exact numbers by hovering over it, plus it is weekly data so it is easy to compare each week. ",1.346,1.346,41.127,1,5,,6.559,9.81,11.471,5,2,7,3,4,1,5,6,0,0,21.209,0,2,2,3,3,2,4,3,3,,10.766,21.634,26.618,8,4,4,2,2,4,3,13.797,31.681,33.243,6,5,,7.429,7.429,9.326,1,2,2001,Tennessee,3,1,1,,7,,,15,2,1,2.435,62.56,66.245,19,6108bfbf2e07c5612eb90182,,,,,0,, +2023-03-12 23:28:33,2023-03-12 23:38:19,0,98.213.160.72,100,586,1,2023-03-12 23:38:19,R_Zn6w6YOyxBWXxLP,,,,,41.8482,-87.6521,anonymous,EN,1,3.813,3.813,5.28,1,1,4,2,1.977,3.383,4.59,2,0,0,15.013,0,98,100,99,7.467,17.34,18.84,7,10.209,13.887,19.414,2,1,-3,19.474,27.817,29.972,2,1,1,22.264,96.746,98.745,4,1,37.925,37.925,40.144,1,0,0,15.013,0,5,3,3,6,7,3,,5.194,17.785,20.116,6,5,7,7,7,4,7,It took me a second to realize the stacked nature of the bars makes it difficult to compare populations visually. Weeks where both populations spiked make the unvaccinated population look disproportionately higher,3.893,3.893,44.397,1,5,,9.91,11.624,19.332,2,2,7,3,4,1,5,6,0,0,24.554,0,2,5,2,5,4,9,10,11,,3.378,27.85,29.112,11,4,1,2,2,4,4,13.993,37.777,59.896,8,5,2,3.458,8.911,10.473,2,1,1993,Illinois,6,3,1,,2,,,16,2,1,2.864,74.154,92.474,14,615a1d9297d4e05d6df9da22,,,,,1,, +2023-03-12 23:28:03,2023-03-12 23:39:53,0,71.1.156.211,100,709,1,2023-03-12 23:39:54,R_1Hdi1kTkTuBg3L6,,,,,28.9108,-81.5248,anonymous,EN,1,18.39,19.194,69.04,2,,,,,,,,0,0,15.03,0,85,42,41,10.359,47.872,52.363,7,7.108,31.479,46.334,3,-2,1,32.204,43.454,45.059,2,-3,-3,34.649,68.412,70.94,2,1,34.365,34.365,36.541,1,0,0,15.164,0,3,2,3,4,4,4,What happened the week of December 27th? How does that compare to previous Decembers?,16.939,39.395,60.094,7,4,4,3,1,1,4,"I have no reason not to, but then I don't care enough to fact check it.",2.458,2.458,19.649,1,6,,4.188,5.608,8.02,4,2,7,3,4,1,5,6,0,0,21.056,0,1,3,1,2,3,1,8,8,,3.963,21.472,33.42,11,2,2,1,4,2,3,4.252,23.461,25.249,8,1,,1.478,1.478,4.554,1,1,1989,Florida,7,1,1,,7,,,1,3,1,0.027,76.343,80.77,17,63e5ffdf639ebdcf35aacb09,,,,,0,, +2023-03-12 23:23:18,2023-03-12 23:40:22,0,68.32.110.193,100,1023,1,2023-03-12 23:40:22,R_1kLGitbJyAuEvO8,,,,,36.3403,-86.7195,anonymous,EN,1,33.895,33.895,35.377,1,1,3,1,1.371,2.953,4.047,2,0,0,15.009,0,92,60,72,10.978,30.638,33.836,4,13.373,84.304,97.665,14,-2,1,30.528,85.234,86.676,2,-3,-3,51.9,132.617,135.416,7,-3,176.554,187.84,189.185,4,0,0,15.112,0,6,5,6,6,5,5,,26.708,42.009,44.402,6,5,6,5,5,5,6,I trust it because of the data that is presented within it.,1.503,36.343,36.852,2,6,,5.422,5.422,6.767,1,2,7,3,4,1,5,6,0,0,12.5,0,5,7,7,7,7,8,10,9,,15.578,113.777,116.089,11,4,4,2,2,5,4,7.275,29.421,30.688,6,2,2,59.064,67.693,69.074,3,2,1994,Tennessee,7,3,1,,7,,,7,3,1,1.653,39.692,47.131,19,612fea78b655df755fe7db24,,,,,1,, +2023-03-12 23:31:56,2023-03-12 23:40:23,0,68.84.26.109,100,507,1,2023-03-12 23:40:23,R_1Qa84VBi0xYwevQ,,,,,30.4274,-84.258,anonymous,EN,1,3.855,3.855,5.043,1,1,1,1,1.704,4.596,5.858,3,0,0,15.011,0,100,100,69,9.358,13.285,14.641,3,30.121,39.163,40.672,2,-2,1,20.467,38.029,39.875,2,-3,-3,30.491,46.522,47.984,2,1,23.815,23.815,27.216,1,0,0,15.014,0,3,3,3,6,6,5,,7.974,33.38,38.729,12,4,6,4,2,3,5,It seems pretty logical... as to the timing and pattern of cases.,3.785,4.765,22.552,2,5,,4.59,8.174,10.324,3,2,7,3,4,1,5,6,0,0,20.791,0,5,7,6,5,9,6,9,9,,11.737,31.093,33.306,11,5,5,1,1,5,5,4.226,23.786,24.682,7,3,1,26.103,31.842,34.556,2,1,1985,Florida,6,3,1,,7,,,10,4,1,2.368,53.332,55.711,13,60f66877a0a732b6dbe3485d,,,,,1,, +2023-03-12 23:32:28,2023-03-12 23:40:41,0,67.82.209.97,100,492,1,2023-03-12 23:40:42,R_27JNXmmIg4vq0e6,,,,,40.5582,-74.5262,anonymous,EN,1,10.739,15.666,16.989,3,,,,,,,,9.869,14.437,15.024,5,58,41,46,3.911,10.531,11.393,9,3.507,14.643,15.551,6,1,1,18.02,25.106,27.306,3,1,-2,11.069,53.451,54.958,5,1,33.834,33.834,35.188,1,0,0,15.02,0,4,4,2,4,4,4,,4.766,10.509,12.371,7,4,3,2,4,4,4,"It looks easy to follow, but anyone can bend data.",1.454,1.454,12.691,1,4,,2.748,4.089,5.201,3,2,7,3,4,1,5,6,4.843,15.248,16.24,2,6,7,3,6,2,7,6,5,,3.62,10.302,11.594,10,3,3,2,3,4,4,1.863,11.068,11.569,10,2,,3.275,3.712,6.4,2,1,1989,New Jersey,7,2,1,,7,,,9,4,1,2.084,120.688,122.407,59,601e13b872774f263d64acac,,,,,0,, +2023-03-12 23:28:01,2023-03-12 23:41:03,0,71.8.83.241,100,782,1,2023-03-12 23:41:04,R_3KBz2hTjMzmmyrM,,,,,33.2663,-86.902,anonymous,EN,1,11.97,11.97,13.865,1,,,,,,,,0,0,15.1,0,100,85,93,8.236,11.946,14.001,3,17.54,66.937,87.375,7,1,1,1.464,36.824,37.58,16,-3,-3,1.068,71.463,72.237,32,-2,38.047,81.245,83.602,2,0,0,15.093,0,6,5,5,6,6,6,"I've never seen such a well detailed interactive graph such as this before. I will say for such large amounts of data with many variables, the interactive slider is needed. ",7.385,17.02,50.915,7,5,6,6,3,1,6,"Very detailed, nicely organized with plenty of information.",1.687,1.687,15.101,1,4,,6.349,6.349,8.653,1,2,7,3,4,1,5,6,0,0,28.455,0,4,4,5,8,5,4,10,10,,6.023,18.424,20.721,8,4,5,1,1,5,5,8.672,26.092,27.389,6,2,,5.8,5.8,7.879,1,2,1999,Alabama,6,2,1,,8,Frisco City,,5,3,1,2.507,218.006,218.608,103,61706d258625bf685b7d6902,,,,,0,, +2023-03-12 23:30:03,2023-03-12 23:41:45,0,107.193.125.27,100,701,1,2023-03-12 23:41:45,R_RkoA9bzY6Kr2CmR,,,,,30.671,-87.1737,anonymous,EN,1,3.544,23.983,25.964,6,1,3,2,1.622,18.952,19.961,4,0,0,15.114,0,100,23,87,9.527,14.198,14.844,3,22.781,52.68,76.784,5,1,1,5.553,43.026,46.731,10,1,-2,8.531,89.415,90.257,5,1,11.675,60.693,61.156,4,0,0,15.01,0,5,4,5,2,2,5,I would've much rather this be split into 2 different graphs based on vaccination rather than one graph with every single group ,6.246,60.778,61.095,11,2,2,2,2,2,5,I trust the makers of the graph ,1.113,31.433,33.773,2,4,,10.166,12.323,13.577,2,2,7,3,4,1,5,6,10.136,10.5,30.302,2,2,2,1,4,2,4,11,7,,6.104,31.135,31.615,20,4,1,1,2,4,2,7.221,35.221,45.634,10,2,1,5.783,11.648,13.158,3,1,2003,Florida,3,1,1,,2,,,14,3,2,3.314,63.438,66.216,39,63ee7c9441abc1335d678cab,,,,,1,, +2023-03-12 23:32:55,2023-03-12 23:42:46,0,72.239.235.142,100,590,1,2023-03-12 23:42:46,R_2w14QXXZXgTuYJ0,,,,,28.5378,-80.6711,anonymous,EN,1,2.768,2.768,3.722,1,1,2,1,1.306,3.902,5.135,2,4.089,4.089,15.121,1,59,17,39,5.54,10.524,12.655,3,37.255,124.639,127.471,12,1,1,32.48,43.286,44.68,2,-3,-3,0.903,49.793,51.397,5,1,15.792,25.302,26.939,2,0,0,15.113,0,4,2,4,4,5,4,,9.348,24.561,26.887,8,4,4,4,2,2,4,I can't tell for sure whether this data is accurate,1.794,2.807,27.734,2,4,,4.289,4.289,6.567,1,2,7,3,4,1,5,6,0,0,27.601,0,4,6,4,5,2,3,10,9,,6.862,17.035,18.845,8,4,2,2,2,3,3,6.382,23.044,24.031,10,2,2,3.871,9.912,12.771,3,2,1995,Florida,5,2,1,,4,,,5,2,1,2.146,99.815,103.515,22,6109d5b1a9daba0fb4e833b9,,,,,1,, +2023-03-12 23:34:18,2023-03-12 23:42:49,0,173.175.212.17,100,510,1,2023-03-12 23:42:49,R_414vg6VCJrsFTKF,,,,,32.7797,-96.8022,anonymous,EN,1,3.406,4.093,4.83,2,,,,,,,,0,0,15.006,0,87,76,90,6.095,10.936,11.58,5,12.231,48.167,49.918,6,-3,1,1.274,75.228,76.333,10,1,-3,23.346,36.378,37.001,2,1,48.133,62.254,63.258,2,0,0,15.12,0,3,3,4,4,5,5,,3.258,20.058,21.688,8,5,5,5,7,7,5,The exact numbers when you hover over the bars makes me trust it more.,2.908,2.908,30.112,1,3,,5.623,5.623,7.01,1,2,7,3,4,1,5,6,0,0,28.376,0,4,5,4,6,2,3,8,9,,3.224,14.807,16.464,15,4,4,1,1,5,5,3.029,28.315,29.328,12,5,,3.255,3.255,4.174,1,1,2005,Texas,1,2,2,,9,,Dallas,8,2,1,1.869,63.23,63.875,33,63f77fe7daecacc6523836d1,,,,,0,, +2023-03-12 23:32:46,2023-03-12 23:43:27,0,68.161.163.31,100,640,1,2023-03-12 23:43:27,R_1oAPoQyQ0zNVjPW,,,,,40.5948,-73.9715,anonymous,EN,1,10.402,10.402,11.584,1,,,,,,,,0,0,15.108,0,100,100,67,14.431,21.871,22.7,3,16.85,25.721,27.517,2,1,-2,12.696,41.633,47.078,4,-3,-3,34.288,58.176,59.29,3,1,40.223,40.223,43.591,1,0,0,15.006,0,5,1,5,5,6,5,,18.089,41.935,44.837,8,4,6,6,1,7,6,I see no reason to not trust the data,1.546,24.381,25.297,3,5,,6.927,14.826,15.5,3,2,7,3,4,1,5,6,0,0,18.077,0,3,4,6,7,6,5,10,10,,5.724,45.401,47.22,8,4,4,1,2,4,5,9.167,49.538,50.912,11,3,,9.169,9.169,10.932,1,1,1997,New York,6,2,3,,2,,,4,4,1,2.324,90.134,101.834,24,5b1a3fa488ee7400012aef74,,,,,0,, +2023-03-12 23:37:30,2023-03-12 23:43:53,0,208.104.213.129,100,382,1,2023-03-12 23:43:54,R_3dKXJBwKmfb0AGv,,,,,35.0125,-80.9309,anonymous,EN,1,1.366,2.154,2.911,2,,,,,,,,6.539,9.918,15.122,2,56,31,75,5.056,10.875,11.565,3,8.554,38.877,40.81,5,-2,-1,7.926,32.126,34.182,5,-1,-1,12.435,14.281,15.356,2,1,6.272,60.83,61.807,3,0,0,15.037,0,3,3,3,2,2,3,,11.314,22.139,24.624,7,3,7,3,1,1,3,I do not know the origin of this information.,1.769,1.769,12.787,1,4,,4.588,5.667,8.098,2,2,7,3,4,1,5,6,0,0,17.453,0,6,4,6,6,6,3,8,8,,3.29,19.763,20.204,10,4,3,2,3,3,3,6.024,26.232,26.915,6,3,,5.337,6.387,6.79,2,2,1991,South Carolina,3,2,1,,7,,,2,2,2,1.419,34.133,35.258,11,5d76bf508da7af001b5fa26c,,,,,0,, +2023-03-12 23:37:10,2023-03-12 23:44:23,0,71.61.184.166,100,433,1,2023-03-12 23:44:24,R_siIPstaAZwgnGCt,,,,,40.3177,-79.7223,anonymous,EN,1,1.861,1.861,2.567,1,1,3,2,1.23,2.707,3.564,2,0,0,15.12,0,86,100,54,3.117,7.948,9.948,4,3.832,10.715,16.61,2,-2,1,14.95,27.368,28.412,3,1,-3,18.032,34.944,35.955,2,1,15.228,15.228,16.187,1,0,0,16.757,0,6,5,1,5,5,6,,3.457,10.023,12,6,5,5,3,2,3,6,"To me, the data backs up the intuitive sentiment that vaccines work. I trust that these numbers are an accurate reflection of how vaccines operate in terms of coming down with COVID-19.",1.972,1.972,37.874,1,5,,8.742,8.742,9.969,1,2,7,3,4,1,5,6,0,0,14.08,0,2,4,3,2,5,8,10,10,,2.931,14.581,16.303,11,4,3,3,3,3,5,1.208,4.163,5.501,6,1,2,2.17,8.706,9.629,2,1,1992,Pennsylvania,8,1,1,,7,,,10,4,2,1.824,78.532,79.427,25,60c2cc653d0c6208fc8899fc,,,,,1,, +2023-03-12 23:33:17,2023-03-12 23:44:39,0,107.3.222.77,100,681,1,2023-03-12 23:44:40,R_3CVDTxRddclXABu,,,,,37.0368,-88.5934,anonymous,EN,1,2.117,2.117,33.453,1,,,,,,,,0,0,15.107,0,75,88,69,19.583,42.452,44.1,6,26.313,31.478,37.834,2,1,1,17.784,28.336,34.569,2,1,-3,56.931,100.213,101.765,3,1,49.978,91.955,93.583,3,0,0,15.112,0,3,3,3,5,5,3,Need explaination of method at least.,13.072,43.693,64.156,10,4,5,5,1,1,3,It's just a graph I can't trust it or not trust it.,1.137,15.747,23.378,2,5,,4.217,6.043,11.661,2,2,7,3,4,1,5,6,0,0,21.209,0,1,1,1,1,1,1,1,1,,6.661,16.642,19.238,9,2,3,4,4,4,2,4.221,17.273,18.453,6,7,,2.082,2.082,4.065,1,1,1983,Kentucky,3,3,1,,7,,,4,1,2,1.878,67.06,69.631,27,5f8486766d8e7b0f17df0206,,,,,0,, +2023-03-12 23:33:36,2023-03-12 23:46:00,0,71.94.240.109,100,743,1,2023-03-12 23:46:01,R_2P29oLSa6m40Tek,,,,,42.1921,-121.7233,anonymous,EN,1,22.086,22.641,24.286,2,1,3,2,4.235,7.98,9.489,3,7.098,11.253,15.118,9,91,91,52,10.037,20.945,21.961,8,8.382,21.941,49.503,11,-1,1,20.046,76.316,77.359,44,-1,-3,50.967,99.826,103.544,8,1,1.82,42.451,44.353,6,0,0,15.016,0,5,4,5,4,6,5,,11.605,54.646,57.519,17,5,4,4,4,4,5,"The statement said ""Assuming you trust the data in this visualization"", so if the data is accurate and the graph is clear and readable, I would find it trustworthy. ",4.713,4.713,51.103,1,4,,5.095,9.161,10.181,4,2,7,3,4,1,5,6,4.872,32.794,34.143,6,3,3,5,3,3,3,6,6,,3.106,30.882,32.701,18,4,4,3,2,4,4,9.372,35.127,36.006,9,3,2,16.548,24.634,25.593,7,2,1996,Oregon,7,2,1,,7,,,8,3,2,2.798,55.097,56.56,20,60fd933d5461857048f9e74c,,,,,1,, +2023-03-12 23:36:02,2023-03-12 23:46:18,0,129.107.80.53,100,616,1,2023-03-12 23:46:19,R_12D67AGPTV6radJ,,,,,32.7185,-97.1432,anonymous,EN,1,7.691,7.691,9.166,1,,,,,,,,0,0,15.111,0,100,100,88,8.983,21.878,24.776,4,18.753,29.28,30.958,2,1,1,9.517,73.242,75.967,3,-2,-3,26.042,75.35,77.362,3,1,35.199,35.199,36.096,1,0,0,15.11,0,4,6,1,5,6,6,,13.243,63.795,65.785,11,6,6,5,3,1,6,The visualization feels like it gives me very specific and clear information.,4.305,4.305,39.898,1,4,,4.701,4.701,6.431,1,2,7,3,4,1,5,6,0,0,21.094,0,5,3,1,5,4,5,10,9,,13.283,27.28,29.707,11,4,4,2,1,5,4,8.077,41.071,42.05,11,3,,5.73,5.73,7.62,1,2,1999,Texas,5,3,1,,3,,,17,3,2,2.261,55.368,56.035,12,5ed5afc6e8229914710ada06,,,,,0,, +2023-03-12 23:35:11,2023-03-12 23:46:36,0,70.58.17.119,100,684,1,2023-03-12 23:46:36,R_1dB00tHs973qg8G,,,,,39.7301,-104.9078,anonymous,EN,1,5.312,5.312,6.293,1,1,3,1,5.305,11.732,12.623,2,0,0,15.116,0,66,31,38,8.975,15.073,16.226,3,21.561,30.99,31.598,3,-2,-3,68.162,88.297,88.663,3,-3,-3,47.155,79.29,80.741,2,-1,20.339,47.488,48.783,3,0,0,15.018,0,3,4,2,5,5,2,,3.354,31.676,32.099,9,5,5,3,1,7,2,I feel as though this may be influenced by companies that make vaccines. ,4.697,4.697,44.778,1,2,,1.947,17.238,20.015,9,2,7,3,4,1,5,6,0,0,28.134,0,1,2,1,2,2,4,7,4,,3.548,19.348,21.297,8,4,2,2,3,4,4,10.166,33.873,34.767,9,1,2,6.749,17.368,20.116,2,3,1983,Colorado,3,2,1,,7,,,7,4,1,4.525,100.584,111.358,25,5e643d29df313c1ced363682,,,,,1,, +2023-03-12 23:39:16,2023-03-12 23:48:09,0,174.61.155.120,100,533,1,2023-03-12 23:48:10,R_3iW5fCIsczUrofi,,,,,47.63,-122.2972,anonymous,EN,1,12.71,12.71,14.229,1,1,4,1,2.541,4.241,5.151,2,9.234,9.234,15.011,1,81,40,57,13.182,27.555,29.193,7,3.511,8.231,17.671,2,1,1,24.234,41.087,48.552,2,-3,1,16.482,39.592,40.758,4,1,10.751,16.731,18.101,2,9.842,9.842,16.61,1,5,5,5,4,5,3,"The subtitles of the graph are somewhat misleading, the main header for both is what clarifies that it's COVID cases, not rates of people being vaccinated, which was my initial thought. Also for the second question on the last page, I was a little unsure about my answer because the question didn't specify over what duration",12.986,67.316,106.817,11,4,5,2,1,3,3,"context -- it's in a qualtrics survey. if it were published in a reputable news venue, then I would trust it more",1.475,1.475,30.065,1,4,,3.49,3.996,5.229,2,2,7,3,4,1,5,6,10.867,12.447,25.204,2,5,6,4,6,7,6,8,10,,3.634,19.031,20.669,8,2,4,1,3,3,4,3.746,21.678,22.99,7,1,1,1.623,12.46,13.764,4,2,1995,Washington,7,3,1,,2,,,8,4,2,2.059,46.997,50.378,15,5bcfb99d77740000016b3dbf,,,,,1,, +2023-03-12 23:41:50,2023-03-12 23:48:19,0,47.230.199.10,100,388,1,2023-03-12 23:48:19,R_27QJONFOvGR6dqQ,,,,,40.7263,-73.9818,anonymous,EN,1,7.495,7.495,8.487,1,1,4,1,2.616,3.922,4.602,2,0,0,15.117,0,79,64,30,7.986,16.599,18.473,5,6.993,8.962,20.223,2,-2,1,11.171,31.764,33.019,3,-1,-3,20.085,58.658,61.131,3,-3,7.162,22.486,24.642,6,0,0,15.016,0,5,7,5,5,5,5,,4.043,15.209,17.815,6,2,4,4,7,5,5,The data within the visualization comes from a reputable source,1.598,24.286,25.306,5,5,,3.959,6.61,8.002,4,2,7,3,4,1,5,6,0,0,10.306,0,9,9,6,6,9,8,10,10,,2.527,11.257,13.093,8,3,4,2,2,4,4,7.771,24.102,24.845,8,2,1,2.64,6.78,8.103,3,2,1998,New York,7,3,1,,7,,,17,3,2,1.523,48.441,49.754,15,610386b89cf31f6859e7df7c,,,,,1,, +2023-03-12 23:39:00,2023-03-12 23:48:20,0,144.163.27.131,100,560,1,2023-03-12 23:48:21,R_3QFORBYsb3C4f2S,,,,,33.5986,-86.3434,anonymous,EN,1,8.912,8.912,10.004,1,,,,,,,,0,0,15.105,0,77,98,50,12.68,20.081,21.268,3,4.555,67.108,69.411,15,-2,-2,25.211,41.457,43.163,3,1,-3,42.798,79.901,80.963,2,-3,60.1,66.319,67.773,5,0,0,15.124,0,4,5,4,4,5,5,,9.58,20.712,23.313,7,5,5,5,5,5,5,This was easy top understand and something the average person could understand.,2.835,2.835,23.801,1,5,,3.825,8.766,10.476,7,2,7,3,4,1,5,6,0,0,24.165,0,2,6,9,6,2,6,9,9,,5.122,20.148,22.3,8,4,4,1,4,4,4,7.315,17.207,19.021,6,5,,3.219,3.219,5.15,1,1,1969,Alabama,6,2,1,,9,,Pell City,4,2,1,1.118,49.181,51.867,13,5e404a68f09a9f28310e8701,,,,,0,, +2023-03-12 23:37:13,2023-03-12 23:48:23,0,69.138.232.140,100,670,1,2023-03-12 23:48:23,R_OB8SUtt2KSQ6oGB,,,,,39.1541,-76.717,anonymous,EN,1,0.462,1.447,2.093,3,1,3,1,1.418,2.215,3.814,2,1.751,3.387,15.111,3,87,98,83,1.043,9.519,10.312,13,1.018,75.639,76.103,38,-3,-3,0.824,43.062,44.202,34,1,-1,0.865,188.096,188.883,48,1,1.007,103.779,104.524,43,0.905,11.626,15.012,4,5,5,7,5,5,5,,1.083,18.3,19.432,41,4,5,5,2,4,4,Id like to know more information. Such as states/countries where these results are being calculated from.,1.059,1.49,28.501,2,3,,1.4,8.275,9.275,5,2,7,3,4,1,5,6,0.858,10.581,14.483,4,4,4,6,5,5,6,8,9,,0.86,20.224,20.717,31,3,3,4,4,3,3,1.564,14.802,17.081,28,4,3,0.855,6.366,7.242,6,1,1999,Maryland,5,3,1,,3,,,7,4,2,1.095,52.183,54.536,31,603f31444049ae098abb8bf7,,,,,1,, +2023-03-12 23:41:37,2023-03-12 23:49:05,0,71.198.231.172,100,447,1,2023-03-12 23:49:05,R_1mE6szJMEdJRu4q,,,,,37.8414,-122.1254,anonymous,EN,1,7.731,7.731,9.057,1,,,,,,,,0,0,15.013,0,94,43,50,7.367,17.251,19.024,4,8.092,17.626,19.98,2,1,1,26.058,36.09,37.648,3,1,-2,29.903,59.286,61.145,2,1,56.113,56.113,58.354,1,0,0,15.006,0,5,3,5,6,6,4,,9.737,18.001,19.596,6,4,5,4,1,7,4,"I trust the source and the data makes sense, but I know nothing about the researchers or any potential bias.",2.211,2.211,25.45,1,4,,3.64,3.64,5.909,1,2,7,3,4,1,5,6,0,0,19.173,0,3,5,4,7,6,3,9,9,,5.439,18.623,19.998,9,4,3,2,2,3,4,6.715,16.75,18.021,6,2,,2.372,2.372,5.076,1,2,2001,California,6,3,1,,7,,,17,3,2,1.868,46.434,48.311,14,60fcd2b146529d02f1566012,,,,,0,, +2023-03-12 23:41:25,2023-03-12 23:49:21,0,97.113.100.151,100,475,1,2023-03-12 23:49:21,R_2ypaHQEVog6b0nh,,,,,47.5364,-122.278,anonymous,EN,1,2.224,2.957,3.101,2,,,,,,,,3.431,4.062,15.005,2,72,100,47,1.995,7.18,8.162,4,3.76,4.968,12.502,2,1,1,19.08,23.605,27.031,2,1,-2,10.436,67.069,67.344,6,1,41.958,41.958,42.875,1,2.009,2.009,15.006,1,5,6,6,4,5,5,,1.948,16.835,17.715,8,6,6,6,6,6,6,Has a clear y and x axis and it very easy to read,0.827,26.466,27.54,6,4,,2.019,4.11,4.997,3,2,3,4,7,1,5,6,5.742,12.241,28.744,2,4,7,6,6,6,6,11,11,,2.879,10.684,12.07,9,4,4,1,1,4,5,2,30.937,33.082,13,3,,1.443,1.443,2.151,1,1,1998,Washington,6,2,1,,2,,,11,4,2,0.718,40.052,43.763,23,5e17945242fb0b000da71b21,,,,,0,, +2023-03-12 23:32:33,2023-03-12 23:50:07,0,172.58.129.62,100,1053,1,2023-03-12 23:50:08,R_yyUWjsVxLn513QR,,,,,25.7846,-80.233,anonymous,EN,1,19.402,19.402,20.673,1,,,,,,,,0,0,15.129,0,97,93,85,26.315,34.13,37.389,3,39.416,73.137,87.435,3,1,1,45.026,98.58,100.45,3,-3,-3,32.075,77.404,79.941,2,1,62.674,62.674,65.573,1,0,0,15.052,0,6,4,6,4,5,6,,21.6,35.775,39.125,6,4,5,4,1,1,6,It did not show data that greatly increased one week and then decrease suddenly. The ebb and flow of infestation seemed natural.,5.226,150.249,164.888,8,4,,8.409,8.409,11.001,1,2,7,3,4,1,5,6,0,0,38.868,0,6,7,4,5,9,4,10,6,,23,44.047,59.905,8,3,3,2,3,3,3,24.226,49.322,53.096,6,2,,5.825,5.825,9.15,1,1,1954,Florida,5,2,1,,7,,,7,4,2,3.412,145.72,162.59,21,5ddcd77f23f9f1c2c45d6c18,,,,,0,, +2023-03-12 23:45:07,2023-03-12 23:50:12,0,184.103.58.107,100,304,1,2023-03-12 23:50:12,R_2WNFwQnGeysDld2,,,,,33.3874,-112.0998,anonymous,EN,1,2.214,5.121,6.001,4,,,,,,,,12.42,12.42,15.106,1,62,75,45,6.832,11.215,11.938,4,3.363,6.79,11.959,2,-1,-1,1.589,5.54,6.972,4,-3,-2,2.097,53.378,54.203,6,-1,9.474,11.113,12.211,2,1.502,1.502,15.014,1,3,3,5,5,6,4,,2.673,12.575,13.102,10,6,5,6,5,3,5,I seen many reports of insect and fungi related infections.,1.164,3.629,23.347,2,1,,3.639,6.623,7.905,3,2,7,3,4,1,5,6,0,0,18.949,0,3,1,7,2,1,3,6,4,,3.049,14.495,14.843,12,2,4,3,5,3,4,2.614,7.766,10.718,7,7,,2.387,2.387,3.4,1,1,1996,Arizona,6,2,1,,7,,,10,4,1,2.129,39.777,40.762,18,61363ce02e6022a741d63a6e,,,,,0,, +2023-03-12 23:35:02,2023-03-12 23:50:13,0,35.148.23.141,100,910,1,2023-03-12 23:50:14,R_2eatHxPaSCT8qkA,,,,,44.5228,-89.5583,anonymous,EN,1,2.468,3.354,4.263,2,2,,2,1.771,1.771,2.821,1,0,0,15.007,0,57,76,44,0.597,48.337,49.421,7,4.865,23.203,24.108,5,1,1,4.143,58.79,59.718,11,-3,-3,12.629,76.41,78.15,9,1,15.686,58.776,60.796,5,5.481,5.481,15.008,1,3,2,2,5,3,2,,5.337,46.04,48.218,9,2,4,4,2,2,3,"I think that it would be more transparent if we also had info on how serious/life-threatening cases were. I also just find the data hard to believe, because I haven't known any unvaccinated people who got COVID-19 in the last year, yet I have known a handful of vaccinated people who have.",3.964,3.964,129.515,1,2,,9.438,11.964,13.101,2,2,7,3,4,1,5,6,12.893,23.643,24.462,3,2,4,9,9,4,7,10,9,,6.589,48.659,49.701,12,3,3,2,3,4,4,2.514,159.595,160.744,12,4,2,2.736,20.779,21.596,5,2,1999,Wisconsin,6,3,1,,9,,Hortonville,13,3,1,1.371,77.138,80.958,22,60fc54b735f3211d0d10a371,,,,,1,, +2023-03-12 23:37:28,2023-03-12 23:50:17,0,137.25.201.195,100,769,1,2023-03-12 23:50:18,R_3EMydtHlggSmv7v,,,,,34.5404,-117.3532,anonymous,EN,1,24.204,24.204,25.449,1,,,,,,,,0,0,15.005,0,85,96,74,24.525,32.342,36.528,3,12.178,26.717,33.911,4,1,1,33.887,46.033,54.159,2,-3,-3,63.61,108.029,109.33,3,1,40.056,40.056,46.249,1,0,0,15.111,0,4,2,5,2,5,5,,17.951,50.996,63.203,6,4,4,4,2,1,5,The source of the data seemed like a trustworthy organization and the visualization looks clean and professional.,3.953,3.953,53.851,1,6,,9.735,23.733,28.033,6,2,7,3,4,1,5,6,0,0,24.4,0,6,9,7,9,7,6,10,10,,15.241,60.743,80.1,15,4,4,1,2,3,4,12.457,38.481,40.422,6,2,,7.32,7.32,9.198,1,2,1983,California,4,2,1,,7,,,11,4,2,3.197,50.285,52.188,11,5d4b14caed2dfc0001a22c1a,,,,,0,, +2023-03-12 23:27:00,2023-03-12 23:50:37,0,172.58.5.102,100,1416,1,2023-03-12 23:50:38,R_3fposxNHrBYzwl3,,,,,33.7173,-84.4783,anonymous,EN,1,13.888,28.078,30.073,3,,,,,,,,4.886,4.886,15.114,1,100,44,50,11.7,25.055,26.792,6,3.951,97.494,99.16,18,1,-3,13.486,182.657,184.259,12,1,-3,116.928,162.943,164.452,5,-2,15.663,38.641,40.082,4,0,0,15.012,0,3,3,3,3,2,3,,1.132,21.318,25.201,10,4,3,7,1,1,3,I'm not sure if it's accurate or not because i'm not familiar with the topic.,6.077,79.934,83.507,2,2,,30.469,37.457,40.077,4,2,7,3,4,1,5,6,11.398,25.626,27.787,2,3,3,1,2,4,2,4,5,,35.728,55.212,56.598,10,3,3,1,1,3,3,6.683,46.738,47.955,9,1,,34.65,37.768,39.193,2,1,1987,Georgia,2,2,1,,9,,"albany, ga",3,2,2,45.39,135.731,142.532,20,63039dbefda87c47a91fec04,,,,,0,, +2023-03-12 23:42:11,2023-03-12 23:53:56,0,199.66.65.227,100,705,1,2023-03-12 23:53:57,R_Z2lAA9Tq2wPIDHH,,,,,41.6837,-88.3499,anonymous,EN,1,13.828,13.828,14.658,1,,,,,,,,0,0,15.008,0,81,5,63,7.457,23.352,24.352,5,21.211,147.87,150.354,11,1,1,37.403,44.853,45.867,2,1,-3,62.163,113.883,114.858,2,1,9.901,38.506,40.978,2,7.96,13.863,15.011,2,5,3,5,4,4,5,,5.991,19.038,20.717,7,5,2,4,2,7,5,"There is a lot of information, I would find it hard to believe that someone would take all that time to put together an untrustworthy visual like this.",13.522,13.522,41.442,1,5,,7.864,8.828,10.059,2,2,7,3,4,1,5,6,0,0,10.918,0,5,7,7,7,9,6,11,10,,8.664,23.466,26.017,8,3,4,2,3,3,4,21.13,36.712,37.841,6,2,,3.986,3.986,6.085,1,2,1999,Illinois,6,1,1,,8,Yorkville,,17,4,2,6.566,75.919,78.596,22,6101ced6dafdbea2d88a52b0,,,,,0,, +2023-03-12 23:32:57,2023-03-12 23:56:03,0,73.143.196.250,100,1386,1,2023-03-12 23:56:03,R_1f4667MY6GDXYCu,,,,,41.698,-70.0602,anonymous,EN,1,21.361,21.361,22.335,1,2,,2,3.1,3.1,4.3,1,0,0,15.021,0,70,93,95,55.433,94.528,96.637,9,50.059,208.464,220.987,36,1,1,33.022,47.434,49.751,2,-3,1,56.277,81.401,83.177,2,1,60.001,84.705,99.75,3,0,0,15.017,0,2,2,2,4,5,5,,17.588,89.042,96.973,7,3,5,2,7,7,3,I would need to have at least one other source confirming the same information before I trusted this .,7.561,90.593,91.629,5,3,,14.094,24.166,32.172,2,2,7,3,4,1,5,6,0,0,20.971,0,5,5,8,9,4,7,10,9,,8.923,47.337,52.292,9,3,3,3,2,4,3,21.955,81.857,83.082,7,3,4,13.56,40.284,41.958,2,1,1975,Massachusetts,2,2,1,,7,,,10,3,2,6.023,256.656,261.434,62,640d43c9451ce148162a7643,,,,,1,, +2023-03-12 23:30:25,2023-03-12 23:57:03,0,73.174.244.12,100,1597,1,2023-03-12 23:57:03,R_1CBH2uBmiwxwQuj,,,,,39.3408,-80.0285,anonymous,EN,1,50.137,50.137,51.248,1,,,,,,,,0,0,15.131,0,67,71,23,28.912,78.454,80.536,11,5.887,136.814,140.905,35,-2,-1,4.738,183.19,184.79,11,-3,-3,45.806,252.385,260.394,13,-2,3.61,60.215,61.844,3,11.606,11.606,15.04,1,5,2,4,4,4,4,I have no additional thought nor comment.,5.948,103.218,105.08,14,3,3,4,3,3,3,"The visualization appears to be well-designed and informative, but its effectiveness ultimately depends on the accuracy and reliability of the data it represents, and whether it meets the user's specific needs and goals. Ultimately, it is up to the user to determine whether or not they trust the information conveyed by the visualization.",7.85,71.956,74.638,3,4,,6.362,21.503,24.498,2,2,7,3,4,1,5,6,0,0,58.79,0,4,5,7,6,5,8,11,11,,6.566,29.747,37.002,16,4,3,4,3,5,4,2.15,82.898,85.139,7,6,,10.848,10.848,12.732,1,2,1942,California,7,1,1,,7,,,14,2,2,80.334,162.903,173.49,23,64033349ec5c1a27ee79d14b,,,,,0,, +2023-03-12 23:23:38,2023-03-12 23:57:13,0,99.96.118.119,100,2015,1,2023-03-12 23:57:14,R_3h3CS0WJ2ELqWVz,,,,,33.9521,-84.5475,anonymous,EN,1,16.341,16.341,19.656,1,,,,,,,,0,0,15.106,0,87,79,72,14.328,41.351,43.432,4,21.322,94.306,133.787,9,1,1,51.921,70.223,73.573,4,-3,-3,84.357,116.703,135.914,2,1,33.302,33.302,35.115,1,0,0,15.018,0,3,3,3,5,6,4,,11.844,32.32,43.62,6,3,6,5,4,4,5,Crop pests and diseases aren't something that would normally be falsified. Pesticides and anti-fungals aren't cheap - no farmer would want to use more than needed and conversely wouldn't want to NOT use them if they were needed. So the agency putting out the information has a real incentive to make sure the information's as solid as possible.,2.894,2.894,200.444,1,5,Interesting survey - thank you!,7.618,9.95,24.529,2,2,7,3,4,1,5,6,0,0,76.481,0,3,4,9,8,2,10,7,9,,4.696,63.625,170.647,8,3,4,2,2,5,4,6.264,36.16,142.97,6,5,,5.651,5.651,167.297,1,1,1956,Georgia,6,2,1,,7,,,12,3,2,2.192,477.609,628.302,19,62ffe399d769a8e595609133,,,,,0,, +2023-03-12 23:50:07,2023-03-13 00:05:53,0,172.59.144.137,100,946,1,2023-03-13 00:05:54,R_1Nt6466WnD9QWO4,,,,,37.9186,-121.3132,anonymous,EN,1,7.849,22.226,23.169,7,1,3,2,3.221,7.436,8.542,3,9.727,11.239,15.012,2,100,98,68,5.229,22.738,23.941,6,4.857,51.621,52.487,10,-1,-3,25.29,121.185,121.917,11,-3,-3,15.107,61.601,62.531,6,-3,14.789,39.981,40.674,5,8.484,13.969,15.011,3,6,5,5,6,6,6,,11.703,65.174,66.185,18,5,6,5,6,5,6,It is based on science as far as I can tell,8.7,75.788,79.7,4,4,,6.847,13.039,13.987,5,2,7,3,4,1,5,6,13.879,27.091,27.772,3,8,6,4,6,10,2,11,9,,4.154,28.314,29.739,11,4,5,1,1,5,5,8.079,34.431,35.417,12,2,1,4.701,15.537,17.083,6,2,1969,California,6,2,1,,9,,white/hispanic,16,4,1,5.327,238.301,239.366,54,56fb36ca34a0d3000b1a5701,,,,,1,, +2023-03-12 23:45:27,2023-03-13 00:06:06,0,174.235.32.95,100,1239,1,2023-03-13 00:06:07,R_2fxJmAqfBx3uM5Y,,,,,35.2296,-80.843,anonymous,EN,1,11.534,65.611,68.682,40,1,2,2,2.773,7.35,9.901,3,0,0,15.012,0,84,45,5,4.477,30.455,32.694,8,10.293,173.704,174.79,41,1,1,61.07,82.769,84.055,6,-3,-3,4.957,87.782,89.073,11,-3,3.784,144.907,146.338,18,14.802,14.802,15.013,1,3,3,3,7,7,3,,3.569,45.873,47.389,11,4,3,1,7,2,3,Because I dont know where the information came and if it was accurately kept up with. And I don't trust alot of things or people trust is a very special thing and it gets broken a lot and I just don't trust stuff.,9.278,9.278,88.411,1,1,,6.645,19.259,20.301,11,2,7,3,4,1,5,6,16.564,31.258,32.338,3,6,6,6,6,9,4,11,9,,1.201,35.41,37.957,15,3,3,5,2,4,3,21.023,60.968,62.192,10,4,2,16.388,27.742,32.496,4,1,1983,North Carolina,2,2,1,,7,,,4,3,1,4.74,114.442,116.129,73,5ec617a2e79285689c82fb8f,,,,,1,, +2023-03-12 23:38:32,2023-03-13 00:08:36,0,121.91.229.168,100,1803,1,2023-03-13 00:08:37,R_6mUpOVbvFD6vmk9,,,,,40.0172,-75.0883,anonymous,EN,1,7.85,7.85,10.301,1,1,3,2,9.586,30.617,32.502,4,0,0,15.077,0,74,94,40,3.894,109.614,113.441,16,6.089,71.425,83.42,17,-2,1,4.482,128.577,139.737,10,-3,-3,4.854,193.741,208.072,11,-3,2.958,127.83,139.553,4,7.968,12.296,15.167,2,4,3,3,5,5,5,I have nothing to say. Thanks.,7.062,89.758,91.753,16,5,4,6,5,3,6,I found this visualization to be a research and scientific analysis that is very informative.,3.053,249.773,361.623,5,4,No comments. Thanks.,1.976,23.041,42.147,6,2,7,3,4,1,5,6,3.99,74.646,79.332,6,10,11,11,7,10,8,11,11,No comments.,1.789,47.021,55.95,17,4,5,4,3,4,3,3.672,38.543,40.556,7,2,1,0.819,26.546,28.501,6,2,1991,Virginia,6,3,1,,7,,,15,2,1,1.367,203.039,209.517,32,614ee5e28a2f0a07d4d639dd,,,,,1,, +2023-03-12 23:41:06,2023-03-13 00:11:53,0,67.247.164.186,100,1847,1,2023-03-13 00:11:54,R_2QMnugZVX5P069l,,,,,43.2078,-77.6602,anonymous,EN,1,7.359,30.413,31.478,5,1,2,2,2.435,7.611,15.238,2,4.089,4.089,15.009,1,0,0,27,63.039,115.797,118.479,12,7.102,224.702,249.982,15,1,1,72.937,112.905,123.281,2,1,1,156.278,248.956,262.255,4,1,23.832,106.35,167.811,16,0,0,15.028,0,6,6,6,4,6,6,Including both vaccinated individuals and the unvaccinated in the same chart was very confusing to me when I first was presented with the data.,15.193,143.772,157.569,12,4,2,7,1,7,6,"Because I view the source, the CDC, as a credible source of information.",3.167,3.167,80.233,1,1,,5.312,5.312,19.98,1,2,7,3,4,1,5,6,0,0,54,0,2,7,1,1,11,1,11,4,,10.726,54.605,93.788,11,5,5,1,2,5,4,16.415,67.044,86.257,7,1,1,19.185,32.296,45.53,2,1,1984,New York,2,2,1,,7,,,1,3,2,3.651,157.152,193.791,17,565b2be310593c000bff9695,,,,,1,, +2023-03-13 00:15:25,2023-03-13 00:22:31,0,74.96.61.186,100,426,1,2023-03-13 00:22:32,R_2CxGy8dicE0PyBZ,,,,,38.8452,-77.4651,anonymous,EN,1,5.904,5.904,6.748,1,,,,,,,,13.529,13.529,15.108,1,71,76,40,6.375,12.015,12.725,4,3.948,6.941,18.702,2,1,1,9.734,41.713,42.905,6,-3,-3,16.991,41.134,42.005,3,1,42.439,42.439,43.203,1,0,0,15.01,0,3,3,3,4,4,4,,8.89,19.563,20.932,7,5,5,4,3,7,4,"It is well presented and doesn't seem misleading. For example, the scales are the same (in units of 1000 for each line).",1.214,7.514,27.633,2,2,,2.778,2.778,9.826,1,2,7,3,4,1,5,6,14.79,14.79,15.006,1,3,5,1,3,3,4,9,8,,4.346,16.901,18.802,12,1,2,4,4,1,1,5.667,14.884,15.543,7,1,,2.456,2.456,3.505,1,1,1996,Virginia,6,2,1,,2,,,9,4,2,5.27,45.05,54.05,11,62e01fdb9adf283ff375724f,,,,,0,, +2023-03-13 16:09:10,2023-03-13 16:21:09,0,73.46.216.13,100,719,1,2023-03-13 16:21:10,R_3s0KqSTYuI9a5WK,,,,,26.0276,-80.2528,anonymous,EN,1,4.528,9.447,10.546,5,,,,,,,,1.728,1.728,15.013,1,94,97,66,1.133,29.379,32.051,11,6.13,68.786,70.561,5,1,1,1.618,54.699,56.33,16,-3,-3,2.855,47.205,48.1,10,-2,16.805,52.55,54.027,7,10.386,11.454,15.013,2,4,3,3,5,5,4,,5.068,31.294,32.503,22,3,5,5,2,7,5,I was told that the visualization was accurate. I would not completely trust it without extra information in the real world.,6.879,8.218,65.281,3,3,,7.601,14.002,15.227,6,2,7,3,4,1,5,6,9.868,42.683,43.644,3,4,3,5,4,5,3,9,8,,6.881,39.062,40.17,13,3,4,2,2,4,4,6.056,43.636,44.653,11,1,,9.016,11.509,12.831,2,2,1988,Florida,6,2,1,,4,,,11,2,1,2.287,97.697,98.62,77,5fc39578c37dd8683daabe49,,,,,0,, +2023-03-13 16:17:34,2023-03-13 16:23:53,0,70.23.58.238,100,378,1,2023-03-13 16:23:53,R_2VsF615PA5xETky,,,,,40.8833,-73.1597,anonymous,EN,1,4.067,4.067,4.938,1,,,,,,,,0,0,15.091,0,20,71,19,23.252,26.792,27.927,3,10.25,16.9,18.068,4,-2,1,16.573,25.737,26.112,3,-3,-1,6.261,8.95,11.373,4,-3,8.403,8.403,9.986,1,0,0,15.068,0,5,5,5,5,5,5,,26.61,28.803,30.694,6,4,4,5,5,5,4,It seems accurate.,2.989,2.989,13.586,1,3,,2.973,2.973,6.345,1,2,7,3,4,1,5,6,17.868,17.868,38.355,1,1,5,2,5,2,9,8,9,,5.236,11.919,13.554,8,3,3,5,3,3,3,4.308,8.994,10.951,6,5,,4.647,4.647,6.301,1,2,1972,Nevada,6,1,1,,2,,,13,3,1,1.214,54.028,55.41,16,63cbf0541ff94d37ddccfe9d,,,,,0,, +2023-03-13 16:15:35,2023-03-13 16:26:50,0,76.97.114.171,100,675,1,2023-03-13 16:26:51,R_3JklfxXWcOpPZA9,,,,,33.5631,-84.5832,anonymous,EN,1,4.994,4.994,5.872,1,1,4,2,9.199,11.197,13.053,2,0,0,15.006,0,63,100,61,8.435,14.721,17.66,3,12.458,17.922,35.665,2,1,1,43.968,77.578,83.388,3,-3,-3,18.449,61.963,64.122,8,1,41.134,41.134,42.406,1,0,0,15.014,0,4,4,5,5,5,5,,8.56,20.56,22.272,6,4,5,5,2,4,5,As long as you have the ability to hover over the individual bars everything is represented fairly well.,20.374,20.374,77.516,1,6,,6.942,6.942,12.302,1,2,7,3,4,1,5,6,0,0,25.757,0,1,4,7,3,7,5,10,10,,9.066,34.216,36.216,10,3,2,2,2,4,4,12.803,69.573,70.741,8,4,2,5.47,13.343,15.066,2,1,1999,Georgia,2,1,1,,7,,,11,2,2,2.911,74.896,76.013,13,5fe4e6bf8bcb1f2bd103d1c7,,,,,1,, +2023-03-13 16:21:42,2023-03-13 16:30:45,0,47.155.34.61,100,542,1,2023-03-13 16:30:46,R_3Grl11qIni9ZvcH,,,,,33.7903,-118.1215,anonymous,EN,1,15.688,15.688,17.675,1,1,2,1,2.338,4.728,6.237,2,0,0,15.012,0,85,100,65,18.959,24.349,29.024,3,12.831,20.766,26.934,2,-3,1,42.044,53.321,54.443,2,-3,-3,41.339,69.224,70.851,2,1,16.081,16.081,16.929,1,0,0,15.007,0,5,6,5,4,6,4,,4.846,14.782,17.451,6,4,6,4,3,3,5,"From what I've seen where I lived and seen online across various sources, it does make sense.",1.598,6.004,41.869,2,4,,6.679,6.679,8.351,1,2,3,4,5,1,6,7,0,0,11.623,0,1,3,2,3,4,1,8,6,,4.351,15.197,17.507,8,3,1,2,3,4,2,9.332,35.843,36.847,8,3,3,2.33,9.576,10.911,2,1,1996,California,3,1,1,,4,,,11,4,2,1.633,104.033,104.958,41,606cc866e962b64372e64473,,,,,1,, +2023-03-13 16:22:18,2023-03-13 16:31:23,0,172.58.140.171,100,545,1,2023-03-13 16:31:24,R_3MbPjYoZ7wHbPix,,,,,41.8502,-87.6736,anonymous,EN,1,18.185,31.893,35.253,2,,,,,,,,1.488,1.488,15.113,1,93,91,73,8.905,16.69,17.383,6,12.438,41.87,42.871,4,1,1,3.357,66.157,66.772,9,-3,-3,11.155,65.346,66.157,7,-2,14.385,52.678,53.926,6,6.577,6.577,15.011,1,5,6,5,6,6,6,,5.468,18.382,19.427,9,6,6,6,5,4,6,it looks professional and it is very easy to read,2.301,2.301,15.945,1,5,,5.364,9.452,10.364,4,2,7,3,4,1,5,6,14.682,24.114,24.727,2,5,5,9,6,6,7,8,8,,4.625,20.711,22.053,10,3,4,3,3,4,3,6.006,25.127,26.174,8,5,,4.843,6.849,7.471,4,2,2001,Illinois,5,2,1,,7,,,13,3,2,1.366,55.054,56.481,21,610cb306e137dce2a4de6790,,,,,0,, +2023-03-13 16:19:44,2023-03-13 16:31:57,0,50.80.17.197,100,732,1,2023-03-13 16:31:57,R_sU0IiDGDvhHWt8t,,,,,41.9504,-91.6897,anonymous,EN,1,11.108,11.108,12.581,1,,,,,,,,0,0,15.01,0,73,10,59,14.546,30.906,33.208,4,21.953,101.958,103.533,13,1,1,29.881,48.168,54.383,2,-3,1,36.215,50.832,61.397,2,-1,28.386,53.456,55.038,5,0,0,15.115,0,4,4,5,3,7,3,the medium this graph is portrayed is not the best for comparing data,11.645,32.132,55.741,7,5,3,2,7,3,3,While the y and x axis have acceptable ranges its difficult to discern data on a stacked bar graph. I would prefer the data introduced to me in a different visualization ,2.825,84.373,88.547,8,5,,9.021,13.501,17.592,4,2,7,3,4,1,5,6,0,0,21.169,0,5,4,2,2,7,8,10,10,,7.416,28.567,34.11,10,4,4,1,2,4,4,7.232,21.467,22.33,7,3,,4.762,4.762,6.369,1,1,1993,Iowa,3,2,1,,3,,,5,4,1,1.634,80.822,82.342,19,5f51135fd3e0342eda5f66c5,,,,,0,, +2023-03-13 16:25:04,2023-03-13 16:32:18,0,142.197.50.143,100,433,1,2023-03-13 16:32:19,R_soPctIBCcjEG8iR,,,,,29.0511,-82.038,anonymous,EN,1,2.644,10.965,11.551,4,,,,,,,,2.377,11.28,15.106,7,84,82,67,15.154,32.868,33.827,10,14.511,19.383,21.455,2,1,1,3.159,38.036,39.148,6,-3,1,3.674,40.781,41.557,4,1,7.925,30.704,31.711,3,3.853,11.39,15.008,2,6,5,6,5,6,6,,5.363,21.957,22.963,18,5,6,3,1,1,5,It is professional looking and well done,2.014,18.999,27.71,5,6,,3.028,3.756,5.474,3,2,7,3,4,1,5,6,0,0,13.609,0,2,3,11,7,4,4,10,11,,9.905,28.396,29.829,25,1,1,4,4,2,2,3.986,17.955,18.606,13,3,,2.871,5.68,6.401,4,1,1987,Florida,6,2,1,,7,,,7,4,2,1.92,57.16,58.17,28,571144323d47e800096358d9,,,,,0,, +2023-03-13 16:25:56,2023-03-13 16:33:06,0,207.229.178.155,100,429,1,2023-03-13 16:33:07,R_1rcbNhmIfvA1G73,,,,,41.871,-87.6289,anonymous,EN,1,5.052,5.052,6.294,1,,,,,,,,0,0,15.115,0,73,81,39,6.138,11.027,11.275,4,7.29,77.656,81.122,6,-2,1,6.5,43.892,45.184,3,-3,-3,22.586,40.501,41.424,2,-1,2.451,44.642,45.343,3,3.41,4.597,15.014,2,4,4,4,4,4,4,,3.752,9.748,11.986,6,2,4,4,2,2,4,I don't really know where the information came from so it is hard to fully trust it.,2.765,10.867,28.924,3,3,,4.661,5.564,6.543,2,2,7,3,4,1,5,6,9.578,9.578,9.959,1,3,5,5,4,3,3,10,9,,4.214,14.469,15.967,9,4,4,2,2,4,4,3.733,13.873,14.141,7,3,,2.207,2.207,3.517,1,1,2001,Illinois,5,1,1,,7,,,11,4,1,1.137,35.735,44.349,11,5f01230b4f8dff26fad883d2,,,,,0,, +2023-03-13 16:24:23,2023-03-13 16:34:29,0,73.38.74.47,100,606,1,2023-03-13 16:34:30,R_3oBgimHOijg2DCG,,,,,42.0825,-72.5621,anonymous,EN,1,16.041,16.041,17.125,1,1,2,1,1.495,4.26,5.092,2,0,0,15.014,0,77,96,94,8.724,19.595,27.996,6,13.911,24.693,28.465,2,-2,-3,57.288,69.092,70.56,2,-3,-3,29.701,56.563,58.479,3,1,16.746,16.746,24.467,1,0,0,15.114,0,5,4,5,6,6,5,"I now see the information was obtained from the CDC, a trusted source",16.959,35.682,52.489,7,2,6,5,7,3,4,I did not see the source of the information but it looked accurate.,3.224,3.224,40.776,1,3,,7.531,7.531,10.117,1,2,7,3,4,1,5,6,0,0,23.853,0,2,7,1,5,4,4,11,10,,4.594,18.698,21.042,9,4,4,1,2,5,4,13.711,38.902,39.668,7,1,1,5.297,11.946,19.061,2,1,1997,Massachusetts,7,1,1,,7,,,13,4,2,2.818,78.507,84.002,16,616ef0bb9875de5db97fcb4c,,,,,1,, +2023-03-13 16:15:49,2023-03-13 16:36:04,0,73.251.50.71,100,1214,1,2023-03-13 16:36:05,R_2BaH2NdXxiLqmkx,,,,,37.4019,-79.8786,anonymous,EN,1,23.032,23.998,25.712,2,1,4,2,10.348,15.127,16.688,3,11.904,11.904,15.145,1,96,91,50,19.953,102.374,103.542,13,11.423,168.641,171.716,15,1,1,16.787,82.611,84.123,8,-3,-3,7.59,176.111,177.9,13,-2,3.792,25.328,28.613,4,12.409,12.409,15.035,1,5,5,5,5,5,5,,7.074,45.264,46.31,11,5,5,5,4,3,5,The CDC is a reliable source of research,7.308,9.594,75.803,3,5,,12.89,16.177,17.392,2,2,7,3,4,1,5,6,8.969,102.236,103.51,5,7,8,8,8,9,7,10,10,,12.933,42.207,43.57,13,4,5,1,1,5,5,9.956,48.342,50.129,8,2,1,7.044,22.1,23.353,4,2,1961,Virginia,7,3,1,,7,,,10,4,2,2.9,107.277,108.416,27,60be871a11e1b84fa2d3076b,,,,,1,, +2023-03-13 16:26:25,2023-03-13 16:36:18,0,66.223.177.241,100,592,1,2023-03-13 16:36:19,R_yVZDYVeh8HeRXWN,,,,,64.8544,-147.8469,anonymous,EN,1,6.112,6.112,7.002,1,1,1,1,1.313,4.872,6.039,2,0,0,15.009,0,58,77,50,7.71,15.28,16.866,4,16.676,21.054,21.496,3,1,1,28.611,37.89,38.901,2,-3,-3,53.603,110.997,113.351,3,1,36.964,36.964,38.616,1,0,0,15.108,0,5,7,7,6,6,5,The CDC's page does have a breakdown of age but I had to take 5 extra seconds to click the reference link and most people probably won't.,10.558,43.571,80.351,8,2,6,4,2,3,3,"It doesn't break it down by age, previous health, or political alignment.",4.17,4.17,31.08,1,3,,9.269,10.237,12.158,3,2,7,3,4,1,5,6,0,0,14.374,0,3,10,7,5,4,6,10,10,,9.637,31.279,33.354,8,1,1,5,4,3,2,12.014,33.626,35.181,6,2,1,11.201,17.199,20.353,2,1,1985,Alaska,7,1,1,,7,,,10,4,2,1.354,47.354,48.976,13,60df2a387184bf25da3ae6a2,,,,,1,, +2023-03-13 16:30:44,2023-03-13 16:36:44,0,40.133.142.193,100,359,1,2023-03-13 16:36:45,R_qJUwNjFu9wypByp,,,,,41.2616,-95.9355,anonymous,EN,1,2.771,2.771,3.661,1,1,2,1,1.612,3.813,4.933,3,14.428,14.428,15.01,1,73,30,30,6.173,9.274,10.794,3,6.562,15.797,34.89,4,-3,1,20.24,42.262,43.734,2,1,1,22.772,41.659,42.73,2,-3,16.263,17.946,18.401,2,0,0,15.013,0,3,1,3,7,6,7,,4.969,19.689,21.279,7,1,7,1,1,1,3,It seems real but it's hard to understand making it hard for me to decide if I fully trust it. ,2.392,2.392,20.251,1,3,,6.377,6.377,7.881,1,2,7,3,4,1,5,6,0,0,15.921,0,4,4,8,8,3,10,7,8,,3.414,13.649,15.189,8,4,4,1,4,4,3,3.92,15.321,16.326,6,6,1,1.524,5.193,6.213,2,2,1994,Nebraska,7,3,1,,9,,Omaha,9,2,1,1.057,32.565,33.836,16,60fee74fa3b33a3312af7568,,,,,1,, +2023-03-13 16:24:26,2023-03-13 16:38:06,0,75.134.219.72,100,819,1,2023-03-13 16:38:07,R_R2EXvUFFjmxlzW1,,,,,43.0352,-83.5248,anonymous,EN,1,4.931,4.931,6.574,1,2,,2,1.906,1.906,3.199,1,0,0,15.111,0,82,83,85,20.007,38.415,40.119,3,19.921,189.018,190.524,18,1,-3,39.145,60.345,67.6,2,-2,-3,34.079,84.742,86.049,4,1,35.973,58.796,60.26,4,8.396,8.396,15.009,1,3,5,3,6,5,3,,5.728,18.471,22.975,6,5,6,5,3,4,3,i have done my own research on covif 10 infection rates from medical professionals i know and many of them have seen more infections from people that are vaccinated so i dont trust the data that much.,2.886,2.886,64.958,1,4,,6.715,10.675,14.861,5,2,3,4,5,1,6,7,0,0,23.837,0,1,1,2,1,1,9,9,6,,8.224,18.536,20.947,8,2,4,1,4,3,2,11.108,34.476,35.534,6,7,4,4.391,11.304,12.635,2,1,1965,Michigan,5,2,1,,9,,goodrich,6,3,1,4.065,84.67,88.381,14,640d212a5935d5e5cb6ce6ad,,,,,1,, +2023-03-13 16:31:16,2023-03-13 16:38:21,0,108.51.134.197,100,424,1,2023-03-13 16:38:21,R_2y4sK0Eezp4sOfQ,,,,,39.037,-77.0412,anonymous,EN,1,5.058,5.89,6.646,2,1,4,2,1.685,4.382,5.243,3,0,0,15.011,0,80,93,67,0.477,15.383,16.17,7,4.188,38.277,39.19,5,-2,1,14.188,31.505,32.485,6,-3,1,7.237,37.12,38.804,6,1,23.35,33.416,34.094,4,5.279,14.502,15.124,2,5,5,5,6,4,5,,5.703,23.36,23.915,9,4,6,5,7,4,4,"The information seems straightforward, but there's no source cited.",1.786,1.786,20.08,1,6,,4.001,7.242,8.05,4,2,7,3,4,1,5,6,11.173,11.173,15.377,1,5,9,9,9,8,8,10,10,,4.285,17.456,18.674,9,5,5,1,1,5,5,5.832,17.549,18.544,7,2,2,3.249,9.16,10.735,4,2,1969,Maryland,7,3,1,,8,Silver Spring,,17,1,1,2.023,67.163,68.155,22,5eb0c3f05aeb111911ad74de,,,,,1,, +2023-03-13 16:32:00,2023-03-13 16:38:50,0,68.226.92.12,100,410,1,2023-03-13 16:38:50,R_3qU3X5Mefp3xJGM,,,,,41.886,-71.3457,anonymous,EN,1,4.383,4.383,5.538,1,,,,,,,,0,0,15.012,0,77,30,49,11.319,18.369,19.229,3,8.57,11.167,15.17,2,1,1,16.357,23.655,24.959,2,-3,-3,11.902,53.47,54.675,4,1,18.544,18.544,19.685,1,0,0,15.013,0,4,2,3,4,1,3,,5.889,16.652,19.317,7,2,1,1,1,1,7,you have to do math,1.986,1.986,10.842,1,5,,10.674,12.385,14.745,2,2,7,3,4,1,5,6,0,0,17.752,0,2,2,9,6,5,2,9,9,,8.338,30.309,32.753,9,3,3,2,2,4,1,8.544,38.864,39.875,7,4,,3.239,3.239,5.133,1,2,1998,Rhode Island,7,2,1,,7,,,10,4,2,2.687,56.047,59.415,13,6100559e88e45c95776083a1,,,,,0,, +2023-03-13 16:28:53,2023-03-13 16:39:23,0,98.38.4.130,100,629,1,2023-03-13 16:39:23,R_330ZaIkRNZb5its,,,,,39.7067,-104.9694,anonymous,EN,1,5.506,5.506,6.714,1,1,2,1,1.572,7.218,8.538,3,0,0,15.009,0,80,16,67,10.839,24.491,25.318,7,15.625,54.429,58.51,5,-2,-3,27.349,37.776,39.228,2,-3,1,44.982,58.282,70.024,2,-3,57.264,57.264,61.284,1,0,0,15.007,0,5,2,4,5,5,5,,13.319,30.364,33.231,6,3,5,5,2,2,5,I trust the data source and it's a logical way to represent it,1.815,1.815,68.078,1,6,,9.81,9.81,11.777,1,2,3,4,5,1,6,7,0,0,19.075,0,2,5,4,6,5,5,8,8,,5.938,24.422,26.558,8,3,3,2,2,3,4,13.864,32.682,33.664,7,2,4,3.299,9.65,11.218,2,1,1995,Colorado,6,3,1,,9,,Denver,4,4,1,2.711,57.141,61.149,17,611bfbd4af7fa6a01a106813,,,,,1,, +2023-03-13 16:34:15,2023-03-13 16:40:58,0,71.197.184.234,100,403,1,2023-03-13 16:40:59,R_3NKwcSFwu6Qecjb,,,,,47.2565,-122.4421,anonymous,EN,1,4.106,4.106,5.047,1,1,2,2,2.36,3.97,4.943,2,0,0,15.014,0,72,56,41,0.077,17.089,18.358,7,3.656,5.676,6.842,2,-2,1,33.516,43.222,44.145,2,-2,-1,20.871,53.585,54.859,2,1,26.378,26.378,27.275,1,0,0,15.017,0,3,3,3,3,3,3,,1.491,20.34,23.218,8,5,2,2,7,7,3,I don't have enough informaton about who made the data,3.577,3.577,19.052,1,3,,6.855,9.047,10.576,3,2,7,3,4,1,5,6,0,0,17.196,0,2,2,2,2,2,2,6,7,,4.489,14.127,15.219,8,3,3,2,2,3,3,9.568,18.703,19.552,6,2,3,5.747,9.571,10.714,2,2,1989,Washington,3,3,1,,8,Puyallup,,5,4,2,2.415,49.758,52.95,15,5f13b237c08bc13e4ef2e760,,,,,1,, +2023-03-13 16:31:42,2023-03-13 16:42:12,0,100.0.164.34,100,630,1,2023-03-13 16:42:13,R_2nvp7pBb9MEGWaZ,,,,,42.2904,-71.0712,anonymous,EN,1,8.257,8.257,9.039,1,1,2,1,2.515,4.953,5.715,3,0,0,15.109,0,85,90,81,11.629,17.621,19.833,3,12.245,19.291,37.031,2,1,1,25.022,43.228,48.899,2,1,1,39.316,81.931,84.101,3,1,9.981,23.201,24.407,2,0,0,15.007,0,5,4,5,5,4,5,,18.653,44.981,46.986,8,5,5,5,4,4,5,It uses the same scales on both graphs,3.533,6.018,27.696,5,4,,8.317,9.531,13.508,2,2,7,3,4,1,5,6,18.456,18.456,26.162,1,1,5,1,6,6,1,10,10,,14.214,54.857,56.343,9,5,5,1,2,5,5,8.135,23.969,24.899,6,2,3,6.315,20.036,22.124,3,1,2002,New Hampshire,2,3,4,Portuguese,4,,,17,2,2,2.9,110.838,111.207,36,610e4001aab8a70cb6e81967,,,,,1,, +2023-03-13 16:39:26,2023-03-13 16:45:08,0,68.205.169.51,100,342,1,2023-03-13 16:45:08,R_2yeVJ3ucoeNu2qZ,,,,,29.1383,-80.9956,anonymous,EN,1,2.127,2.127,2.742,1,1,1,1,2.022,4.898,5.616,4,0.901,2.634,15.006,2,100,100,50,4.107,8.442,8.986,4,6.205,12.264,21.369,2,-2,-3,5.234,30.206,36.109,3,-3,-3,11.446,58.511,58.741,5,-2,12.63,31.041,31.857,7,0,0,15.007,0,6,6,6,6,6,6,,5.089,10.672,10.93,7,6,5,5,7,3,5,"The numbers are easily viewable. The data is all there, and if I want more information hovering over helps. I also trust the source.",1.742,1.742,16.987,1,4,,2.082,4.153,4.884,4,2,7,3,4,1,5,6,0.888,2.422,10.752,3,1,1,4,2,1,1,6,9,,2.489,14.439,15.077,10,1,1,4,3,2,1,2.307,13.226,13.793,9,3,1,1.303,4.39,5.04,2,1,1986,Florida,2,2,1,,7,,,12,4,1,1.556,30.737,38.801,19,55fc2b4377f33b000ecb21ed,,,,,1,, +2023-03-13 16:37:20,2023-03-13 16:46:05,0,173.29.56.149,100,524,1,2023-03-13 16:46:05,R_2e4QkIyxYQAPufD,,,,,40.9013,-89.5068,anonymous,EN,1,3.411,3.411,4.393,1,,,,,,,,3.693,3.931,15.008,2,89,50,100,4.608,12.821,14.063,5,8.945,19.045,28.919,3,1,1,1.471,37.42,38.382,8,1,-1,4.627,83.502,84.825,7,1,2.16,55.722,56.711,3,9.886,13.481,15.011,4,3,3,3,3,5,3,,6.87,17.046,19.123,6,4,5,5,1,3,5,"In the instructions it said, ""assume you trust the data"" so I said I trusted the visualization of the data",3.501,3.501,30.826,1,4,,2.64,7.316,9.337,6,2,7,3,4,1,5,6,2.522,7.008,18.685,4,2,3,7,4,4,4,5,6,,7.635,28.457,33.81,11,3,2,3,2,2,3,2.765,33.603,36.077,10,6,,4.597,7.998,15.255,5,2,1992,Illinois,6,3,1,,7,,,11,1,2,2.769,50.962,53.19,21,610350093de97785fa2890b2,,,,,0,, +2023-03-13 16:36:24,2023-03-13 16:46:11,0,153.33.114.25,100,587,1,2023-03-13 16:46:12,R_8pmj76tTlZk0609,,,,,34.0095,-81.0819,anonymous,EN,1,2.328,2.328,3.182,1,,,,,,,,0,0,15.008,0,80,80,50,6.495,14.966,16.178,4,5.27,23.872,26.788,3,1,1,34.441,46.911,49.722,2,-1,-3,60.918,88.987,90.099,2,-2,47.553,47.553,48.872,1,0,0,15.008,0,5,5,7,5,5,5,,22.266,31.8,33.8,6,5,6,5,4,5,5,It has a clear and professional presentation which makes it seem more credible.,1.6,1.971,47.556,2,4,,6.449,6.449,7.999,1,2,7,3,4,1,5,6,0,0,13.536,0,4,6,5,7,5,4,9,8,,4.144,16.306,17.841,8,4,4,2,2,5,4,7.143,32.622,33.603,6,2,,4.329,4.329,6.424,1,1,1998,South Carolina,3,1,1,,3,,,4,3,1,1.735,111.966,116.292,33,5f036ad6524fe7281a4ad892,,,,,0,, +2023-03-13 16:36:33,2023-03-13 16:47:15,0,76.156.47.217,100,642,1,2023-03-13 16:47:15,R_3h0GCZvXN1p6RUp,,,,,44.971,-93.0498,anonymous,EN,1,4.34,4.34,5.247,1,,,,,,,,0,0,15.018,0,76,19,84,28.927,33.716,35.222,3,8.707,76.868,79.972,14,1,1,39.561,49.943,55.796,3,-3,-3,55.484,72.708,73.727,2,-2,12.604,70.116,71.451,6,0,0,15.118,0,3,5,3,7,7,3,,14.989,29.139,31.984,6,4,2,3,7,7,4,I trust it but it's hard to read.,2.066,2.066,21.837,1,6,,18.944,20.196,21.816,3,2,7,3,4,1,5,6,0,0,18.953,0,3,3,7,5,3,4,8,10,,9.343,22.68,24.796,8,4,3,2,4,4,3,13.175,42.301,43.705,7,4,,4.428,4.428,6.017,1,1,1991,Minnesota,2,2,1,,7,,,6,2,1,1.577,60.473,62.104,15,63e51d228f42d1767efa8cbf,,,,,0,, +2023-03-13 16:38:46,2023-03-13 16:47:20,0,108.6.203.138,100,514,1,2023-03-13 16:47:21,R_PG1Xf1vRcr20aWd,,,,,40.7429,-73.9392,anonymous,EN,1,2.163,2.889,3.257,2,1,3,2,2.61,4.443,5.151,2,0,0,15.117,0,84,89,50,16.988,33.465,34.09,4,5.414,23.111,24.549,5,1,1,29.756,38.301,39.772,2,-3,-3,78.788,105.68,107.378,4,-3,17.774,38.582,39.808,9,3.614,3.614,15.111,1,5,3,4,5,6,5,,10.928,32.028,34.32,7,3,4,5,7,4,5,It's from the CDC,8.795,8.795,13.706,1,5,,7.284,9.515,11.103,3,2,7,3,4,1,5,6,0,0,18.081,0,1,5,4,4,1,2,9,7,,5.792,21.91,24.167,10,4,4,2,2,4,3,9.832,25.823,26.66,6,2,1,7.144,11.796,13.231,2,3,1997,New York,6,1,1,,7,,,17,4,2,2.71,51.044,53.324,17,6009fbabfbc35d122a0ccee8,,,,,1,, +2023-03-13 16:36:07,2023-03-13 16:47:26,0,129.7.0.214,100,679,1,2023-03-13 16:47:27,R_e4zDg2I0Gl7t7cl,,,,,29.7212,-95.3626,anonymous,EN,1,4.975,5.935,7.305,2,1,2,2,1.788,4.962,6.023,3,5.747,5.747,15.009,1,75,100,50,12.062,21.017,22.026,5,4.811,20.196,21.23,6,-2,-3,4.273,35.082,36.104,7,1,1,1.7,121.052,121.988,11,-3,4.511,97.478,98.563,4,0,0,15.015,0,5,3,4,5,6,4,,7.271,25.584,26.944,9,3,6,3,5,3,4,I think the data comes from a good source,2.931,2.931,14.738,1,4,,46.444,47.871,58.094,2,2,3,4,5,1,6,7,5.566,10.542,11.619,2,3,4,1,5,4,6,9,8,,3.64,22.196,23.322,12,3,3,2,3,4,3,2.657,19.773,20.93,10,2,2,3.459,18.826,19.801,6,2,2001,Texas,6,3,1,,9,,"Asian, Latina, Black",12,4,2,3.129,87.565,88.651,31,610764fe8fc46eb9f8868744,,,,,1,, +2023-03-13 16:36:59,2023-03-13 16:47:46,0,98.224.181.99,100,647,1,2023-03-13 16:47:47,R_2zYBRI75rgmB6MZ,,,,,42.6919,-83.0558,anonymous,EN,1,9.462,9.462,12.346,1,1,2,1,2.42,4.431,6.785,2,0,0,15.009,0,97,79,72,22.223,30.064,33.983,3,14.179,101.457,106.107,9,-2,1,38.567,57.28,60.988,2,-3,-3,22.52,58.52,61.533,2,-2,44.269,44.269,46.951,1,0,0,15.122,0,6,5,5,5,6,5,,6.102,13.527,17.105,6,5,5,5,4,5,5,I feel like it gave data that seemed believable so I would trust the chart,5.532,5.532,30.9,1,6,,8.853,8.853,10.97,1,2,7,3,4,1,5,6,0,0,21.549,0,6,7,10,9,8,9,10,10,,5.02,15.492,18.652,8,4,4,2,2,4,4,5.27,16.651,18.796,6,4,1,6.534,11.651,14.309,2,2,1964,Michigan,4,2,1,,7,,,16,4,2,3.003,93.865,104.003,16,62869a1b7fff9c9a48fe6087,,,,,1,, +2023-03-13 16:38:44,2023-03-13 16:47:51,0,96.246.23.144,100,547,1,2023-03-13 16:47:52,R_BPukkWG989e9Lbz,,,,,40.7584,-73.7973,anonymous,EN,1,2.009,2.235,3.465,2,1,2,1,2.146,4.068,6.096,2,0,0,15.112,0,75,37,68,13.589,21.961,23.425,7,4.803,23.585,24.624,8,-2,-2,3.68,43.619,50.126,14,1,-3,31.734,59.499,69.301,3,1,7.518,24.754,29.286,2,0,0,15.011,0,4,2,2,4,5,4,,3.299,56.082,57.334,15,7,7,7,7,7,2,The visualization is confusing and the overlapping of the unvaccinated and vaccinated numbers makes it hard to comprehend the true number of individuals affected. ,1.106,4.877,42.503,4,4,,1.507,5.226,5.555,6,2,7,3,4,1,5,6,0,0,13.027,0,4,5,1,4,3,5,10,10,,2.873,22.233,22.575,15,4,4,2,2,3,4,68.938,86.616,87.457,22,2,2,2.379,5.547,7.992,5,1,1996,New York,6,2,1,,2,,,12,4,2,7.109,36.019,37.539,16,60b7f8e35090572dc7e7548c,,,,,1,, +2023-03-13 16:40:22,2023-03-13 16:47:55,0,47.7.188.186,100,453,1,2023-03-13 16:47:56,R_1pss0BSypbY1U7q,,,,,35.6854,-88.8281,anonymous,EN,1,6.073,6.073,6.839,1,,,,,,,,0,0,15.008,0,100,81,77,11.682,22.396,23.4,5,17.17,63.517,67.151,7,-2,1,7.217,27.431,29.547,4,1,1,25.541,43.965,53.053,4,1,46.609,46.609,48.097,1,0,0,15.061,0,6,6,6,6,6,6,,4.966,12.49,15.8,8,5,5,6,7,7,6,I trust this visualization because it's pretty and detailed.,1.937,1.937,24.497,1,4,,4.785,4.785,5.93,1,2,7,3,4,1,5,6,0,0,9.178,0,3,4,2,4,8,3,10,8,,2.217,12.63,13.658,15,1,1,5,5,1,1,4.183,28.971,29.974,8,1,,2.828,3.236,4.801,2,1,1991,Tennessee,3,2,1,,7,,,3,4,2,26.157,54.952,56.222,14,6306f070d4f94e56cb544400,,,,,0,, +2023-03-13 16:39:15,2023-03-13 16:47:57,0,71.67.120.160,100,522,1,2023-03-13 16:47:58,R_rpT95RlpRnxtUQ1,,,,,39.336,-84.3126,anonymous,EN,1,10.06,10.06,11.003,1,,,,,,,,0,0,15.006,0,90,56,93,6.728,12.296,14.359,4,14.913,44.557,47.165,6,1,1,21.672,31.751,43.128,2,1,-3,40.395,93.995,94.793,2,1,56.157,56.157,57.719,1,0,0,15.01,0,5,5,5,5,5,5,,16.753,23.414,25.365,5,5,5,6,2,2,5,It is presented in a professional and scientific way that makes it seem accurate,3.568,19.193,27.621,2,5,,6.441,6.441,8.561,1,2,7,3,4,1,5,6,0,0,15.786,0,6,8,6,7,8,7,11,10,,6.371,17.269,19.367,8,4,5,2,2,5,4,6.828,22.212,25.38,6,1,,5.753,6.136,7.72,2,1,2000,Ohio,6,3,1,,2,,,19,4,2,2.632,47.923,49.339,11,63d17d9a75ad3d6be9141600,,,,,0,, +2023-03-13 16:37:35,2023-03-13 16:50:12,0,68.8.6.50,100,756,1,2023-03-13 16:50:12,R_1l6rcDcsYJGV5OS,,,,,32.7203,-117.1552,anonymous,EN,1,6.604,6.604,7.768,1,1,3,2,6.388,9.004,10.762,2,0,0,15.008,0,100,100,51,10.961,29.449,30.711,4,11.859,22.363,23.372,3,1,1,58.008,69.624,71.865,2,-3,-3,31.922,60.722,63.039,2,-1,69.041,78.273,80.2,3,0,0,15.009,0,6,7,5,5,6,6,,10.349,26.275,28.032,6,2,6,5,4,7,5,"Matches data from the CDC & other reputable sources, though suspect these undercount the actual number of cases, especially in the case of unvaccinated individuals.",3.816,3.816,84.049,1,4,,6.918,12.295,15.257,3,2,7,3,4,1,5,6,0,0,37.894,0,4,4,1,2,7,1,9,9,,7.639,48.847,51.304,12,4,5,1,1,5,5,7.752,26.936,28.836,7,4,1,2.268,7.084,9.832,2,1,1959,California,7,3,1,,9,,A little dab of everything,12,4,1,2.712,118.204,125.779,18,615251a465f058e211cfbbb8,,,,,1,, +2023-03-13 16:39:48,2023-03-13 16:50:53,0,72.82.29.101,100,664,1,2023-03-13 16:50:53,R_1Cqp0MhWLQdhheA,,,,,41.64,-71.6435,anonymous,EN,1,10.463,10.463,11.618,1,,,,,,,,0,0,15.008,0,81,97,67,23.704,32.169,34.194,3,13.963,27.924,30.586,2,1,1,22.954,69.9,71.814,4,-3,-2,26.089,39.709,41.206,2,1,29.495,29.495,30.546,1,0,0,15.005,0,3,7,2,4,5,4,,5.585,19.416,22.735,8,2,5,6,4,3,4,this visualization matches my personal experience to a certain degree so I find myself slightly agreeing with it.,4.689,4.689,79.133,1,3,,8.314,8.314,10.285,1,2,7,3,4,1,5,6,0,0,18.426,0,5,4,6,7,3,8,8,9,,4.028,13.864,16.438,8,2,3,4,4,2,4,2.762,8.316,10.245,6,3,,7.65,7.65,10.13,1,1,2002,Massachusetts,6,3,1,,7,,,7,4,1,1.304,180.007,206.075,14,63d42387aba51e699ab9ce5c,,,,,0,, +2023-03-13 16:39:14,2023-03-13 16:52:21,0,74.136.136.11,100,786,1,2023-03-13 16:52:21,R_2w0od5IkKbcY6z4,,,,,39.494,-80.2221,anonymous,EN,1,4.372,4.372,5.434,1,,,,,,,,7.098,7.098,15.005,1,100,100,67,19.082,28.421,29.211,4,10.605,26.58,64.412,4,-2,1,47.466,104.275,105.754,6,-3,-3,24.746,104.867,105.934,4,-2,32.945,60.847,61.861,7,0,0,15.007,0,6,3,6,4,5,6,none,12.4,45.571,49.72,8,4,4,5,5,3,6,it's put together well with the interaction when hovering over and shows the more specifics,6.236,6.236,31.611,1,1,none,8.106,9.521,16.087,2,2,7,3,4,1,5,6,0,0,25.002,0,1,1,1,1,5,5,9,9,i have no trust in government or politics etc because they love to lie a lot and deceive the public a lot,7.825,56.044,59.509,11,5,4,1,1,5,4,12.671,42.286,43.697,7,4,,5.189,5.189,7.255,1,2,1982,West Virginia,3,2,1,,8,fairmont,,9,4,2,1.155,86.762,91.211,25,5cc90a99f24f6c001c1692e7,,,,,0,, +2023-03-13 16:32:32,2023-03-13 16:53:17,0,24.89.25.50,100,1244,1,2023-03-13 16:53:17,R_2dKnUUwiGlOzsoQ,,,,,39.6343,-77.7337,anonymous,EN,1,13.576,13.576,37.701,1,1,4,1,4.029,6.63,8.326,2,0,0,15.109,0,100,15,76,53.317,97.315,98.949,10,26.432,81.114,119.326,6,-2,1,42.125,67.574,75.632,2,1,1,155.715,263.93,269.81,4,1,13.148,58.898,69.584,3,0,0,15.009,0,6,4,6,4,3,6,"I know that this type of graph is more concise/efficient, but my brain just has a hard time singling out specific data because of so much going on in it. ",11.691,89.256,115.699,9,6,7,7,3,1,6,I think this graph has all the necessary information when describing various demographics with regards to Covid. ,3.849,64.781,75.344,3,3,I generally err on the side of caution around people I don't know. ,10.988,53.112,79.849,3,2,7,3,4,1,5,6,0,0,31.721,0,1,1,1,1,1,1,10,6,,8.771,20.437,39.104,8,5,5,1,1,5,5,12.102,49.234,51.999,6,1,1,2.26,11.393,14.534,2,2,1988,Maryland,6,2,1,,3,,,10,4,1,2.508,60.958,64.757,12,5feff5d30ad48b39d17b9c25,,,,,1,, +2023-03-13 16:38:25,2023-03-13 16:55:22,0,174.71.13.19,100,1016,1,2023-03-13 16:55:23,R_3De9GbIz20aiBXk,,,,,41.2615,-95.8304,anonymous,EN,1,60.176,60.176,63.982,1,,,,,,,,0,0,15.107,0,86,80,66,12.2,29.322,30.402,6,15.451,24.42,106.843,2,1,1,33.443,60.631,62.733,2,-3,-3,43.605,65.354,66.551,2,1,56.467,56.467,57.942,1,0,0,15.012,0,3,4,3,5,5,5,,12.547,90.274,93.954,6,5,5,4,6,7,6,the question was presented in the frame of already trusting the data source,3.592,3.592,34.212,1,3,,11.614,11.614,13.42,1,2,7,3,4,1,5,6,0,0,23.366,0,4,4,8,6,2,5,7,7,I Intended to put a 7 for doctors however a glitch appears to be preventing me from selecting 7-9 in that row,17.156,123.04,126.643,21,4,3,4,1,2,4,23.4,59.268,60.946,9,3,,15.069,15.069,16.981,1,1,2002,Iowa,2,2,1,,7,,,1,4,2,3.824,116.739,120.599,11,63d41433a2c0cbe34ea28a22,,,,,0,, +2023-03-13 16:39:55,2023-03-13 16:55:36,0,98.29.29.16,100,940,1,2023-03-13 16:55:36,R_2U9kULuyF2b6jis,,,,,39.7522,-84.1993,anonymous,EN,1,17.868,17.868,19.239,1,2,,2,3.107,3.107,4.239,1,0,0,15.011,0,100,66,84,25.462,50.411,51.378,8,38.455,47.805,50.505,2,1,1,1.889,91.737,94.917,7,1,-3,4.437,132.012,133.807,6,1,3.187,58.796,62.911,4,6.017,6.017,15.013,1,1,1,1,6,6,1,"My mother died in December 2021. She was vaccinated but never had covid. Ironically, there is not chart in this study for useless deaths such as hers.",13.494,87.43,117.898,11,2,5,5,1,3,4,"If I trusted the information, then I would trust this visual.",6.339,28.736,36.471,3,6,The covid vaccine killed my mother.,6.34,11.496,50.959,3,2,7,3,4,1,5,6,24.05,24.05,27.86,1,1,1,10,9,1,7,5,6,,8.447,44.752,46.373,13,5,5,1,1,4,4,7.405,34.025,35.654,10,7,1,3.73,19.427,20.861,4,2,1970,Ohio,6,1,1,,7,,,11,1,1,2.587,63.12,65.416,20,626810ad271afa9ad1c19e33,,,,,1,, +2023-03-13 16:30:33,2023-03-13 17:00:00,0,98.17.16.225,100,1766,1,2023-03-13 17:00:00,R_1FPqxaRTAtr3hib,,,,,31.1823,-83.7641,anonymous,EN,1,58.571,58.571,60.339,1,,,,,,,,0,0,15.115,0,78,43,78,29.033,109.559,123.095,3,89.61,287.279,331.371,2,1,1,46.965,112.475,113.869,4,-3,-3,113.834,146.953,153.056,2,1,52.622,52.622,54.155,1,0,0,15.109,0,4,2,4,4,5,5,none,55.628,102.898,111.349,7,4,5,4,4,1,5,Because at the bottom the chart was produced by the Agriculture department of Croatia.,4.201,79.547,93.377,4,4,It's a 50/50 because anyone is capable of anything.,70.334,179.761,182.632,5,2,7,3,4,1,5,6,0,0,46.207,0,3,7,6,7,5,10,11,10,,15.283,27.819,30.216,8,1,5,3,1,5,5,10.766,58.686,61.667,7,2,,4.803,4.803,6.896,1,2,1988,Georgia,3,2,1,,3,,,4,4,1,3.558,207.401,215.324,84,5c095c8a217d6000011193b8,,,,,0,, +2023-03-13 16:33:32,2023-03-13 17:07:44,0,72.107.147.183,100,2051,1,2023-03-13 17:07:45,R_1Cd5MSRz1H5mTbW,,,,,38.581,-121.4939,anonymous,EN,1,33.237,33.237,35.852,1,,,,,,,,0,0,15.008,0,79,100,63,11.228,26.941,28.194,4,34.324,279.632,283.04,20,1,-2,146.227,372.806,373.965,3,-3,-3,89.102,112.776,116.693,2,-2,195.042,195.441,199.286,2,0,0,15.008,0,3,2,6,4,6,4,,44.761,148.453,227.556,7,5,6,4,7,6,6,i mildly trust this visualizations i feel like since im color blind just looking at bar charts alone is a little difficult for me but the hover info helps me understand it alot,4.77,4.77,86.064,1,4,,4.999,4.999,6.852,1,2,7,3,4,1,5,6,0,0,23.599,0,3,1,9,9,1,4,9,8,,12.273,29.779,31.897,9,3,3,2,3,5,4,4.802,35.053,36.098,8,5,,2.512,3.464,4.717,2,1,2000,California,1,1,1,,10,,,1,4,1,1.491,117.856,120.773,36,614ff5d9c6dc36af9c39da17,,,,,0,, +2023-03-15 18:50:04,2023-03-15 18:56:54,0,24.42.219.119,100,409,1,2023-03-15 18:56:54,R_1ODgQHpknhnxpqN,,,,,33.8081,-85.7852,anonymous,EN,1,104.413,104.919,105.782,2,,,,,,,,0,0,15.009,0,71,71,54,7.566,14.903,15.74,9,8.742,13.215,15.209,2,1,1,9.663,22.925,23.412,3,1,1,12.434,19.289,19.695,3,1,18.031,18.031,18.872,1,0,0,15.009,0,4,4,4,2,5,4,,3.552,11.727,12.966,6,2,5,5,7,2,4,It does not seem like the kind of data someone would lie about but I am not educated on the topic.,2.632,2.632,23.373,1,5,,4.608,4.608,5.897,1,2,7,3,4,1,5,6,0,0,12.889,0,3,4,3,8,2,3,10,9,,3.742,17.905,19.265,12,4,4,2,2,4,4,4.475,12.159,12.571,7,3,,2.544,2.544,3.713,1,1,2002,Florida,3,3,1,,7,,,13,4,2,1.293,56.106,58.384,30,5d0fbedf101793000168ef7a,"{""startTime"":1678920801096,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678920814612,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678920745665,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678920785278,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":9977,""label"":""hovered"",""timeHovered"":2405,""week"":""2021-09-06""}]}",0,simple,line +2023-03-15 18:53:09,2023-03-15 18:58:31,0,47.232.88.100,100,322,1,2023-03-15 18:58:32,R_3oO1EBHuRWJtgka,,,,,38.5317,-89.9988,anonymous,EN,1,5.181,5.181,6.033,1,,,,,,,,3.119,3.119,15.006,1,74,61,54,3.155,17.648,19.002,7,1.623,5.199,6.768,7,1,1,19.086,50.958,52.197,4,-2,1,14.264,27.338,28.801,3,1,58.869,58.869,59.628,1,1.874,2.74,15.108,5,3,3,4,4,5,4,,0.895,7.278,8.829,8,4,4,4,3,3,3,It seems to be well-constructed and clear.,0.653,0.956,14.127,2,4,,2.597,3.111,6.942,2,2,7,3,4,1,5,6,0,0,11.158,0,7,7,6,6,4,7,6,6,,1.15,11.008,12.732,12,4,4,3,3,3,3,1.428,4.565,6.29,6,4,,1.508,1.508,2.441,1,1,1996,Illinois,6,1,1,,7,,,19,5,1,0.603,25.536,31.911,12,5c7e14531c3cf8001638b5b0,"{""startTime"":1678920892181,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678920901360,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678920840616,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678920876772,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6350,""label"":""hovered"",""timeHovered"":1327,""week"":""2022-01-10""}]}",0,moderate,line +2023-03-15 18:50:51,2023-03-15 18:58:38,0,65.29.80.185,100,466,1,2023-03-15 18:58:38,R_2uxiliv4sEaENuu,,,,,39.7933,-84.218,anonymous,EN,1,2.444,2.444,3.062,1,,,,,,,,12.551,12.551,15.105,1,100,82,56,7.389,18.727,19.229,3,12.183,50.669,52.477,3,1,1,31.548,52.371,56.156,2,1,1,24.838,39.892,43.965,2,-1,11.893,16.014,24.227,3,0,0,15.006,0,3,3,3,3,2,3,,6.654,19.814,22.093,9,4,5,3,7,7,3,I don't really have enough information to know whether it's trustworthy or not.,2.13,3.356,16.339,4,2,,5.772,5.772,7.61,1,2,7,3,4,1,5,6,0,0,11.764,0,1,2,1,1,1,1,9,9,,3.272,14.464,15.4,8,4,4,1,1,4,4,3.903,14.232,15.214,7,1,,2.677,2.677,3.67,1,1,1997,Ohio,3,2,1,,7,,,4,4,1,1.708,98.129,100.925,53,5eebe4e6e61002183aec9b70,"{""startTime"":1678920859913,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678920822462,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678920697436,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":19449,""label"":""hovered"",""timeHovered"":1470,""week"":""2021-10-11""}]}","{""startTime"":1678920806907,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,line +2023-03-15 18:49:08,2023-03-15 18:59:38,0,52.128.53.109,100,630,1,2023-03-15 18:59:39,R_3GjtotVrdvEkx87,,,,,32.9658,-97.6866,anonymous,EN,1,5.022,6.141,7.234,2,1,4,1,19.216,40.107,41.079,5,8.892,8.892,15.008,1,81,100,50,4.336,25.773,27.099,9,7.262,24.6,26.012,4,1,1,2.773,52.94,53.619,10,-2,1,9.321,42.029,43.699,5,-1,25.659,26.719,27.617,2,7.913,7.913,15.121,1,5,3,5,5,4,5,,3.737,55.287,55.967,12,6,6,6,6,6,6,It seems like it is laid out well that it is accurately.,3.242,3.242,21.819,1,4,,5.517,9.374,10.177,4,2,7,3,4,1,5,6,37.762,45.433,49.915,2,1,1,1,1,1,4,8,8,,4.479,18.941,21.525,10,5,5,1,1,5,5,29.15,54.177,55.288,9,1,2,5.995,14.343,15.516,5,2,1981,Texas,3,2,1,,7,,,6,3,1,3.107,79.511,80.589,23,5fc6904e5ed32c0778ae12a1,"{""startTime"":1678920809818,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678920755793,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678920659970,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":16158,""label"":""hovered"",""timeHovered"":1268,""week"":""2022-01-03""}]}","{""startTime"":1678920740273,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line +2023-03-15 18:51:00,2023-03-15 19:00:17,0,96.72.176.37,100,557,1,2023-03-15 19:00:18,R_zcXADuwuXBMQ9bP,,,,,37.5172,-121.9191,anonymous,EN,1,4.663,24.613,25.596,5,,,,,,,,0,0,15.006,0,61,40,80,6.774,59.743,60.389,8,3.031,21.614,24.067,5,1,1,7.193,34.356,35.38,9,1,-1,4.359,96.434,97.072,11,1,21.784,39.191,40.234,3,4.895,4.895,15.02,1,4,5,5,5,5,5,,2.563,10.49,12.002,10,4,4,5,4,4,5,It has the authoritative source stated.,1.466,41.225,42.583,13,3,,2.395,8.421,9.305,2,2,7,3,4,1,5,6,15.347,27.157,27.96,2,2,5,3,4,3,3,3,8,,3.105,19.03,20.417,17,2,2,4,2,2,3,3.684,23.585,24.199,10,2,,0.95,2.607,3.375,3,1,1990,California,6,1,3,,2,,,17,3,1,0.61,50.253,55.817,22,63d17041a37f603dd01616b8,"{""startTime"":1678920971024,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678920910365,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678920772003,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678920894498,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6109,""label"":""hovered"",""timeHovered"":1446,""week"":""2021-12-20""},{""time"":8317,""label"":""hovered"",""timeHovered"":1100,""week"":""2022-01-10""},{""time"":10489,""label"":""hovered"",""timeHovered"":2144,""week"":""2021-11-22""}]}",0,moderate,line +2023-03-15 18:51:29,2023-03-15 19:00:59,0,98.47.241.23,100,569,1,2023-03-15 19:01:00,R_25HImA9xqFEHtJI,,,,,38.0996,-122.5873,anonymous,EN,1,5.728,5.728,6.398,1,,,,,,,,0,0,15.008,0,95,88,15,7.956,18.774,19.6,3,9.805,47.201,50.354,11,1,1,20.41,30.555,32.824,2,-1,1,39.271,71.666,73.097,5,1,33.32,45.365,49.027,4,9.776,10.588,15.12,4,3,5,3,5,5,4,,29.114,47.904,48.927,8,4,5,5,7,7,5,The directions stated to assume that I trusted the data so I extended that to mean I then trusted the visualization.,3.273,31.425,40.412,4,5,,6.88,7.994,8.347,2,2,7,3,4,1,5,6,0,0,16.914,0,2,7,2,4,4,7,10,9,,6.957,23.3,24.7,8,3,4,2,3,4,3,10.573,27.801,28.729,7,3,,9.672,9.672,11.019,1,1,1989,California,6,3,1,,7,,,17,4,2,1.135,84.076,86.685,22,6070defd464139156ac85ac3,"{""startTime"":1678920852663,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678920902075,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678920736311,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":28733,""label"":""started_brush"",""startDate"":""2021-04-29"",""endDate"":""2022-02-11""},{""time"":39792,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-01-24""},{""time"":43767,""label"":""cleared_brush"",""using"":""click""},{""time"":43769,""label"":""cleared_brush"",""using"":""Escape""}]}","{""startTime"":1678920836396,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":6577,""label"":""started_brush"",""startDate"":""2021-05-09"",""endDate"":""2021-06-20""},{""time"":9312,""label"":""moved_brush"",""startDate"":""2021-10-25"",""endDate"":""2021-12-06""},{""time"":11858,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-05-23""},{""time"":12156,""label"":""cleared_brush"",""using"":""click""}]}",0,complex,line +2023-03-15 18:52:20,2023-03-15 19:01:09,0,73.121.213.102,100,528,1,2023-03-15 19:01:09,R_2TAb7urkh16o1pU,,,,,36.0499,-83.9228,anonymous,EN,1,12.664,12.664,13.777,1,2,,2,2.605,2.605,3.803,1,0,0,15.117,0,34,22,22,10.482,23.938,24.982,4,25.258,34.757,38.853,5,1,-3,19.101,36.389,37.603,2,1,1,60.963,73.071,74.582,2,1,46.353,46.353,47.124,1,0,0,15.113,0,7,7,7,4,2,1,,6.04,17.776,19.936,6,2,7,7,1,1,7,I just do not believe vaccinated vs unvaccinated has any difference in cases.,9.342,9.342,34.6,1,4,,8.164,8.164,9.507,1,2,7,3,4,1,5,6,0,0,17.854,0,1,1,5,5,1,1,6,7,,7.464,24.815,26.656,8,3,3,3,2,4,4,9.932,29.226,30.056,7,5,3,3.988,14.776,17.175,2,2,1996,Tennessee,3,2,1,,7,,,7,1,2,2.532,46.764,47.698,11,60d23790d4dba01a9b2c0085,"{""startTime"":1678921008166,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678920950362,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678920819748,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678920934502,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":10516,""label"":""hovered"",""timeHovered"":3687,""week"":""2022-01-17""}]}",1,moderate,line +2023-03-15 18:50:07,2023-03-15 19:01:30,0,68.205.133.83,100,682,1,2023-03-15 19:01:31,R_3L5dLgDuPolvvpd,,,,,28.5727,-80.8206,anonymous,EN,1,34.783,46.228,48.186,4,,,,,,,,0,0,15.016,0,89,80,94,13.411,27.118,28.522,6,3.79,21.269,33.35,3,1,1,25.351,35.69,37.851,2,-2,1,38.363,72.998,74.997,3,-3,31.938,65.742,67.298,3,0,0,15.017,0,3,3,4,3,5,4,none,8.134,27.301,34,7,5,5,5,5,5,5,It seems to me top be scientific. I don't know much about visualizations,4.043,4.043,35.673,1,4,none,11.225,13.202,16.261,2,2,3,4,5,1,6,7,0,0,15.752,0,5,5,9,8,3,7,8,10,none,4.868,21.791,26.046,10,4,2,4,4,4,4,11.188,34.278,35.728,6,5,,8.678,8.678,10.834,1,2,1957,Florida,2,2,1,,7,,,4,2,2,4.101,60.559,61.977,12,6286e56db20530b65816d1d7,"{""startTime"":1678920958977,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678920840365,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678920713884,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":26838,""label"":""hovered"",""timeHovered"":1849,""week"":""2021-11-22""},{""time"":28774,""label"":""hovered"",""timeHovered"":1474,""week"":""2021-10-25""}]}","{""startTime"":1678920824073,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,line +2023-03-15 18:51:45,2023-03-15 19:02:28,0,172.56.160.174,100,642,1,2023-03-15 19:02:28,R_3kiFkaHSmU9WLgC,,,,,40.7157,-74,anonymous,EN,1,2.416,2.416,3.191,1,1,3,1,2.405,4.667,5.667,2,2.598,2.598,15.009,1,83,89,83,6.02,20.555,21.828,4,11.597,78.353,83.429,13,1,1,22.081,56.26,80.004,3,1,1,49.439,52.342,61.101,4,1,52.382,53.845,64.901,3,2.59,8.418,15.027,5,3,3,3,6,2,3,,7.589,22.964,23.902,9,5,6,6,6,6,3,"I didn't see a source. (And, then, I would need to trust/verify the source/data.)",1.579,2.253,34.349,2,5,,3.656,9.065,10.63,6,2,7,3,4,1,5,6,9.028,9.028,18.123,1,4,5,5,8,3,7,7,6,,5.802,34.998,36.602,10,5,5,1,1,5,5,3.97,21.204,22.108,7,4,1,1.984,9.901,11.49,3,1,1978,Rhode Island,6,2,1,,7,,,10,4,1,1.541,49.636,60.931,19,62b9ddea12bb2643ff512fea,"{""startTime"":1678920936539,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678920961451,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678920770842,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":731,""label"":""hovered"",""timeHovered"":5891,""week"":""2021-08-16""},{""time"":48768,""label"":""started_brush"",""startDate"":""2021-07-21"",""endDate"":""2021-12-06""},{""time"":61522,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-08-26""},{""time"":62603,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-08-26""},{""time"":69122,""label"":""cleared_brush"",""using"":""click""}]}","{""startTime"":1678920920766,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":14844,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-05-31""}]}",1,complex,line +2023-03-15 18:49:13,2023-03-15 19:03:06,0,24.113.196.63,100,833,1,2023-03-15 19:03:06,R_sczgu52zr4DZ6xz,,,,,47.4758,-122.6422,anonymous,EN,1,31.117,31.117,34.297,1,2,,1,2.117,2.117,8.253,1,0,0,15.112,0,84,100,81,11.045,24.882,25.677,5,18.516,23.455,68.226,2,1,1,17.028,71.267,85.548,3,-2,1,38.5,61.787,63.495,4,1,115.791,115.791,131.334,1,0,0,15.111,0,6,5,5,6,6,6,,27.429,43.745,52.779,6,5,6,5,7,7,6,"The visualization says that it's from the CDC, which I trust to give accurate information",1.873,5.671,30.004,5,3,,4.671,7.59,10.118,2,2,7,3,4,1,5,6,0,0,33.917,0,4,7,9,4,4,5,10,10,,8.44,31.7,37.769,13,2,3,4,3,3,3,17.797,71.516,72.557,13,2,3,5.318,15.043,16.176,2,1,2001,Washington,2,2,1,,7,,,6,3,2,6.024,57.607,67.245,13,5daa9e16546237001681d0f1,"{""startTime"":1678920869981,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":1046,""label"":""hovered"",""timeHovered"":1011,""week"":""2021-12-13""},{""time"":2915,""label"":""hovered"",""timeHovered"":1972,""week"":""2021-12-13""}]}","{""startTime"":1678920795458,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678920647400,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":14592,""label"":""hovered"",""timeHovered"":1415,""week"":""2022-01-03""},{""time"":26578,""label"":""hovered"",""timeHovered"":1126,""week"":""2022-01-03""},{""time"":31711,""label"":""hovered"",""timeHovered"":1647,""week"":""2022-01-03""},{""time"":34060,""label"":""hovered"",""timeHovered"":2408,""week"":""2022-01-03""},{""time"":36646,""label"":""hovered"",""timeHovered"":1849,""week"":""2022-01-10""},{""time"":38512,""label"":""hovered"",""timeHovered"":1145,""week"":""2022-01-10""},{""time"":42355,""label"":""hovered"",""timeHovered"":1565,""week"":""2022-02-07""},{""time"":47231,""label"":""hovered"",""timeHovered"":2292,""week"":""2022-01-31""},{""time"":51779,""label"":""hovered"",""timeHovered"":1113,""week"":""2021-10-18""},{""time"":56197,""label"":""hovered"",""timeHovered"":1312,""week"":""2021-08-23""},{""time"":58267,""label"":""hovered"",""timeHovered"":1607,""week"":""2022-01-03""}]}","{""startTime"":1678920779825,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":11457,""label"":""hovered"",""timeHovered"":1536,""week"":""2022-01-10""}]}",1,moderate,line +2023-03-15 18:55:23,2023-03-15 19:03:07,0,216.1.214.162,100,463,1,2023-03-15 19:03:07,R_08IZuCAGfsdjECR,,,,,34.1624,-118.1275,anonymous,EN,1,8.563,9.507,9.787,3,1,3,1,1.433,2.849,3.606,2,0,0,15.107,0,100,77,56,8.016,15.456,16.061,6,11.479,20.055,26.358,3,1,1,2.44,29.031,31.252,3,1,1,26.513,32.745,33.76,2,1,17.296,17.296,32.087,1,0,0,15.014,0,5,4,5,5,5,6,,5.932,15.059,16.562,6,5,5,5,7,5,6,"I feel it accurately presents to me the fact that the vaccines work, but to an extent",2.72,2.72,31.862,1,5,,5.692,5.692,6.499,1,2,7,3,4,1,5,6,0,0,14.269,0,1,4,4,6,8,3,5,8,,3.501,15.99,17.068,9,2,1,2,4,4,2,51.677,77.532,78.101,20,3,1,3.125,7.749,10.1,2,1,1987,California,6,2,1,,6,,,7,1,2,1.701,73.733,75.868,51,5e589bf82e08c90a78a29bbe,"{""startTime"":1678921050832,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921067830,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678920977010,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":19176,""label"":""hovered"",""timeHovered"":1155,""week"":""2022-01-03""}]}","{""startTime"":1678921035365,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7938,""label"":""hovered"",""timeHovered"":2486,""week"":""2022-02-07""}]}",1,simple,line +2023-03-15 18:54:06,2023-03-15 19:03:32,0,174.160.114.115,100,566,1,2023-03-15 19:03:33,R_1lt9s8JffvgLJUE,,,,,37.6811,-122.4806,anonymous,EN,1,3.848,3.848,4.494,1,1,4,1,1.285,3.899,4.618,2,0,0,15.005,0,95,100,77,13.623,24.864,26.071,3,18.532,22.645,56.584,3,1,1,26.701,52.664,52.982,4,-3,1,14.9,28.488,38.055,2,1,16.894,16.894,35.888,1,0,0,15.112,0,5,4,5,4,5,4,,12.402,33.39,38.088,7,2,5,4,3,3,4,"The information sounds right, but the numbers could have just been made up. However, I have no reason to disagree with the visualization at the moment.",5.606,5.606,40.433,1,4,,3.825,8.17,8.354,4,2,3,4,5,1,6,7,0,0,8.835,0,1,4,3,4,3,3,9,11,,57.151,72.75,73.12,12,1,1,5,5,2,1,4.04,19.661,20.56,7,1,1,0.996,11.441,14.194,4,1,1999,California,6,1,1,,2,,,9,4,1,0.969,52.163,54.111,23,63d405cd213cc643902ce5da,"{""startTime"":1678921100610,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921025537,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":4392,""label"":""hovered"",""timeHovered"":1088,""week"":""2021-06-21""}]}","{""startTime"":1678920914079,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":4595,""label"":""hovered"",""timeHovered"":1458,""week"":""2021-10-11""},{""time"":10440,""label"":""hovered"",""timeHovered"":1803,""week"":""2022-01-03""},{""time"":27816,""label"":""hovered"",""timeHovered"":1635,""week"":""2022-01-03""},{""time"":30410,""label"":""hovered"",""timeHovered"":1986,""week"":""2021-12-27""},{""time"":35868,""label"":""hovered"",""timeHovered"":1062,""week"":""2022-01-03""},{""time"":37034,""label"":""hovered"",""timeHovered"":2435,""week"":""2021-12-27""},{""time"":39758,""label"":""hovered"",""timeHovered"":2344,""week"":""2022-01-10""},{""time"":42112,""label"":""hovered"",""timeHovered"":1487,""week"":""2022-01-10""},{""time"":46627,""label"":""hovered"",""timeHovered"":8573,""week"":""2021-05-24""}]}","{""startTime"":1678921009947,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7598,""label"":""hovered"",""timeHovered"":2692,""week"":""2022-01-17""}]}",1,moderate,line +2023-03-15 18:50:06,2023-03-15 19:04:06,0,52.128.53.20,100,840,1,2023-03-15 19:04:07,R_4Z6E971VfCPa54l,,,,,32.7003,-97.6086,anonymous,EN,1,22.639,23.007,24.486,2,,,,,,,,0,0,15.01,0,80,67,69,35.196,44.84,46.203,4,35.683,137.014,150.443,14,1,1,21.89,65.477,70.357,2,1,1,43.473,65.751,72.464,2,-3,77.494,77.494,81.659,1,0,0,15.014,0,4,4,4,4,4,3,,38.837,55.854,56.785,8,5,5,5,4,4,4,I tend not to trust something that is presented to me right away. I need someone or something to confirm or deny the information in front of me.,2.827,55.969,69.706,4,5,,5.485,5.485,7.424,1,2,7,3,4,1,5,6,0,0,19.076,0,7,6,7,7,7,8,9,9,,6.351,26.102,28.461,10,3,2,4,3,3,2,10.865,38.188,39.199,10,5,,6.018,6.018,7.975,1,1,2001,Texas,2,2,1,,7,,,5,4,2,3.415,67.78,76.941,16,63e51bc3169991cfbcd4fe97,"{""startTime"":1678920950564,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":6515,""label"":""hovered"",""timeHovered"":3318,""week"":""2021-12-27""},{""time"":11365,""label"":""hovered"",""timeHovered"":1244,""week"":""2021-12-27""},{""time"":12681,""label"":""hovered"",""timeHovered"":4976,""week"":""2021-12-27""},{""time"":18218,""label"":""hovered"",""timeHovered"":1547,""week"":""2021-12-27""}]}","{""startTime"":1678921008013,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678920701865,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":21357,""label"":""hovered"",""timeHovered"":1817,""week"":""2022-01-03""},{""time"":27108,""label"":""hovered"",""timeHovered"":1550,""week"":""2022-01-10""},{""time"":28776,""label"":""hovered"",""timeHovered"":1267,""week"":""2022-01-03""},{""time"":72780,""label"":""started_brush"",""startDate"":""2021-05-06"",""endDate"":""2022-02-13""},{""time"":84916,""label"":""moved_brush"",""startDate"":""2021-05-06"",""endDate"":""2022-02-13""},{""time"":90280,""label"":""moved_brush"",""startDate"":""2021-12-11"",""endDate"":""2022-02-13""},{""time"":105673,""label"":""moved_brush"",""startDate"":""2021-12-07"",""endDate"":""2022-02-13""},{""time"":121787,""label"":""cleared_brush"",""using"":""click""},{""time"":121789,""label"":""cleared_brush"",""using"":""Escape""},{""time"":130399,""label"":""hovered"",""timeHovered"":1720,""week"":""2022-01-31""},{""time"":141365,""label"":""started_brush"",""startDate"":""2021-08-27"",""endDate"":""2022-02-13""},{""time"":143377,""label"":""moved_brush"",""startDate"":""2021-11-29"",""endDate"":""2022-02-13""},{""time"":145966,""label"":""hovered"",""timeHovered"":2576,""week"":""2022-01-10""}]}","{""startTime"":1678920934987,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line +2023-03-15 18:52:57,2023-03-15 19:04:19,0,104.183.254.123,100,682,1,2023-03-15 19:04:20,R_6LFVw5NmSzjl1sd,,,,,32.7254,-97.3208,anonymous,EN,1,47.202,69.866,70.809,3,1,2,2,2.266,6.822,7.936,3,11.516,11.516,15.008,1,100,100,80,23.872,39.374,39.917,5,20.708,26.959,35.77,2,1,1,29.747,60.581,62.073,2,-2,1,27.54,44.873,45.982,2,1,23.883,23.883,24.849,1,0,0,15.012,0,3,3,3,3,5,3,,16.343,54.545,56.936,7,5,5,4,7,3,3,i haven't verified its integrity.,3.591,14.613,25.926,2,4,,10.119,15.635,16.742,7,2,7,3,4,1,5,6,0,0,29.06,0,4,3,5,5,3,6,9,9,,9.774,26.059,28.888,11,3,3,2,4,4,3,12.958,44.501,47.263,6,4,3,3.587,13.113,17.201,3,1,1990,Texas,4,2,2,,4,,,6,4,2,3.509,81.101,85.936,24,5fe3f539dd8cf10e7d545231,"{""startTime"":1678921082555,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921024424,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678920926490,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":15404,""label"":""hovered"",""timeHovered"":1045,""week"":""2022-01-10""},{""time"":31431,""label"":""hovered"",""timeHovered"":2601,""week"":""2021-08-16""}]}","{""startTime"":1678921008987,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6703,""label"":""hovered"",""timeHovered"":1699,""week"":""2022-01-10""},{""time"":8575,""label"":""hovered"",""timeHovered"":5265,""week"":""2022-01-10""}]}",1,moderate,line +2023-03-15 18:57:38,2023-03-15 19:05:26,0,75.27.18.112,100,468,1,2023-03-15 19:05:27,R_Bx0bDu18F5C9X3z,,,,,40.2116,-85.4273,anonymous,EN,1,4.17,4.17,5.275,1,1,2,2,1.279,5.089,6.713,3,12.094,12.094,15.11,1,78,84,80,6.676,16.396,18.427,3,12.258,16.053,25.779,2,1,-3,22.038,48.785,51.272,3,-3,1,30.825,70.561,72.545,2,1,38.075,38.075,39.883,1,0,0,15.011,0,4,3,3,4,5,4,,9.461,20.255,23.153,6,4,4,4,2,3,3,I don't know enough about it to trust or distrust it,1.78,1.78,15.618,1,4,,5.116,5.116,7.298,1,2,3,4,5,1,6,7,0,0,15.654,0,1,3,1,6,1,1,11,10,,4.953,19.064,25.242,8,3,4,1,3,4,4,7.645,21.343,22.782,6,1,3,2.37,17.218,19.096,2,1,1978,Indiana,7,3,1,,7,,,10,4,1,3.36,46.608,49.321,12,5d63e12a54d79c00169844b8,"{""startTime"":1678921266930,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921226385,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921111926,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921211072,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line +2023-03-15 18:52:38,2023-03-15 19:05:57,0,73.177.124.207,100,799,1,2023-03-15 19:05:58,R_2aPKVSiNg6RZUzc,,,,,32.4699,-90.1102,anonymous,EN,1,2.665,2.665,3.5,1,,,,,,,,3.879,5.56,15.015,2,85,73,66,7.581,14.96,16.176,4,10.024,12.615,13.74,2,-2,-2,53.089,125.37,126.525,2,1,1,79.065,115.765,122.246,2,1,22.593,91.534,91.963,3,0,0,15.171,0,6,6,6,6,5,6,,3.313,13.339,14.073,7,6,6,6,6,6,6,Because it seems accurate and the information is presented in a way that allows me to accurately pinpoint what I need,0.822,0.822,30.955,1,4,,7.316,12.127,13.495,2,2,7,3,4,1,5,6,0,0,24.446,0,4,5,4,4,3,6,10,10,,11.252,45.17,47.088,19,5,5,1,1,5,5,4.24,145.769,147.499,10,2,,1.694,1.694,2.615,1,2,2002,Mississippi,2,1,1,,3,,,12,4,1,0.873,89.021,92.349,59,60f592f40e80188d5bc991e8,"{""startTime"":1678920882743,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678920897278,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678920725653,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678920867042,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":3071,""label"":""hovered"",""timeHovered"":3093,""week"":""2021-08-23""}]}",0,simple,line +2023-03-15 18:57:16,2023-03-15 19:06:22,0,71.235.185.151,100,546,1,2023-03-15 19:06:23,R_20URAtlnLIYekvM,,,,,41.3186,-72.9302,anonymous,EN,1,18.471,18.471,19.407,1,,,,,,,,0,0,15.118,0,60,60,62,9.649,17.206,22.863,5,13.521,16.668,31.097,2,1,1,27.629,43.603,45.64,2,-3,1,36.101,61.518,63.28,6,1,41.512,41.512,42.554,1,0,0,15.112,0,3,3,3,2,3,3,,9.865,24.898,27.037,6,3,4,3,7,7,3,I have no reason to trust it or not trust it. ,4.258,4.258,18.194,1,5,,4.515,5.465,7.471,2,2,7,3,4,1,5,6,0,0,13.593,0,5,8,7,6,6,5,8,8,,4.319,13.273,14.924,8,3,3,2,2,4,4,3.409,21.268,22.247,6,3,,2.36,2.36,3.877,1,2,1984,Connecticut,6,1,1,,7,,,14,4,2,1.581,78.333,82.411,32,63d15bdba3ed809e5df7bd5b,"{""startTime"":1678921290486,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921234411,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921140012,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":21676,""label"":""hovered"",""timeHovered"":2680,""week"":""2022-01-03""}]}","{""startTime"":1678921218119,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7846,""label"":""hovered"",""timeHovered"":4959,""week"":""2021-08-23""}]}",0,simple,line +2023-03-15 18:50:10,2023-03-15 19:06:24,0,68.13.252.70,100,973,1,2023-03-15 19:06:25,R_22A1OFcJ0DKnYVW,,,,,36.3701,-95.8469,anonymous,EN,1,115.699,115.699,117.815,1,1,4,2,20.786,22.182,24.049,2,0,0,15.018,0,97,97,67,26.297,42.633,45.161,4,25.338,47.457,49.184,3,1,-2,31.209,63.442,69.491,2,1,1,54.681,87.643,89.365,4,-1,54.257,60.145,61.315,3,0,0,15.023,0,5,5,6,6,6,6,,11.836,33.684,38.584,6,5,6,6,5,4,6,"It is a clearly represented graph showing number of cases in vaccinated versus unvaccinated people per 100K. It is not ambiguous, it's very clear cut in presenting the data.",3.3,3.3,61.256,1,5,"On the previous question, it asked about the number of 80 year olds in late Dec 2022, but the chart only shows Jan and Feb of 2022. I answered I don't know, even though I assume the question might have meant late 2021?",1.797,63.333,64.61,2,2,7,3,4,1,5,6,0,0,35.635,0,2,4,4,4,3,7,9,9,,6.595,27.66,29.932,8,3,2,2,3,3,4,13.845,42.327,43.296,7,2,1,7.412,17.696,22.103,3,2,1974,Oklahoma,3,1,1,,7,,,11,4,1,5.244,120.027,120.925,33,6159fe7811a7e1b94401c33f,"{""startTime"":1678920973675,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921012715,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678920838661,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":9855,""label"":""hovered"",""timeHovered"":11284,""week"":""2022-01-03""},{""time"":34131,""label"":""hovered"",""timeHovered"":1263,""week"":""2021-12-27""},{""time"":35997,""label"":""hovered"",""timeHovered"":4241,""week"":""2021-10-25""},{""time"":40614,""label"":""hovered"",""timeHovered"":2270,""week"":""2022-02-07""}]}","{""startTime"":1678920958165,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":3985,""label"":""hovered"",""timeHovered"":2736,""week"":""2022-01-03""},{""time"":9068,""label"":""hovered"",""timeHovered"":1291,""week"":""2021-07-12""}]}",1,simple,line +2023-03-15 18:59:10,2023-03-15 19:07:16,0,67.190.176.100,100,485,1,2023-03-15 19:07:16,R_2VPGmYrxVtW241k,,,,,39.872,-105.0405,anonymous,EN,1,3.219,3.219,3.984,1,1,3,2,1.846,4.235,4.883,2,8.637,10.23,15.007,2,93,90,89,8.664,12.69,13.575,3,4.839,5.943,7.575,2,1,-1,11.564,17.446,18.032,2,-2,-1,18.443,42.809,43.646,2,1,18.42,18.42,30.124,1,0,0,15.01,0,5,4,4,5,5,4,,7.128,17.803,19.612,6,4,4,4,3,4,4,"I do not disagree, therefore, I slightly agree because I don't if this graph is accurate (but have a feeling it's more accurate than anti-vaxxors)",4.506,5.419,38.586,2,2,,10.4,10.4,12.053,1,2,7,3,4,1,5,6,30.172,47.465,57.693,4,2,1,3,1,1,2,4,3,,6.784,23.463,24.417,9,3,3,2,3,4,3,3.186,36.466,37.378,7,3,2,4.717,12.752,13.479,2,1,1990,Colorado,3,2,1,,2,,,10,4,2,1.728,87.265,87.91,62,61645d805d7b358ed3e052a6,"{""startTime"":1678921325288,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921267950,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921200583,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921252509,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line +2023-03-15 18:54:35,2023-03-15 19:08:34,0,98.28.242.133,100,838,1,2023-03-15 19:08:34,R_2zMhUR8qtUxsBqc,,,,,39.3434,-84.4009,anonymous,EN,1,23.517,25.488,26.241,3,,,,,,,,0,0,15.113,0,78,82,29,30.006,46.534,47.276,8,8.76,144.195,146.467,18,1,1,14.284,62.401,63.524,7,-2,1,15.279,104.317,105.229,8,1,31.842,74.308,75.462,6,0,0,15.009,0,5,5,5,5,6,5,,21.258,34.332,37.872,8,5,5,5,1,1,5,Broken down what each one is also colors and dates,5.019,5.019,20.638,1,4,,7.677,9.473,10.799,2,2,7,3,4,1,5,6,14.123,29.4,30.219,3,6,9,9,9,6,10,10,10,,8.172,25.333,26.563,10,1,1,3,4,2,1,11.66,37.929,38.585,8,4,,9.195,12.362,13.276,3,2,1978,Ohio,2,2,1,,9,,Westchester,7,2,1,3.972,87.315,88.083,24,5cb7d17ddd3aff0017d13821,"{""startTime"":1678921271819,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921213696,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678920975238,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":79337,""label"":""cleared_brush"",""using"":""click""},{""time"":80307,""label"":""started_brush"",""startDate"":""2021-06-08"",""endDate"":""2021-08-17""},{""time"":96737,""label"":""moved_brush"",""startDate"":""2021-05-17"",""endDate"":""2021-07-26""},{""time"":111691,""label"":""moved_brush"",""startDate"":""2021-05-17"",""endDate"":""2021-07-26""},{""time"":121242,""label"":""moved_brush"",""startDate"":""2021-06-19"",""endDate"":""2021-08-28""},{""time"":126478,""label"":""cleared_brush"",""using"":""click""},{""time"":126480,""label"":""cleared_brush"",""using"":""Escape""},{""time"":129586,""label"":""started_brush"",""startDate"":""2021-06-30"",""endDate"":""2021-08-27""}]}","{""startTime"":1678921198184,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line +2023-03-15 19:00:24,2023-03-15 19:08:39,0,97.121.136.116,100,494,1,2023-03-15 19:08:39,R_1qUFFXW4eKeFTuu,,,,,38.8503,-104.8567,anonymous,EN,1,2.829,2.829,3.832,1,1,4,1,3.085,5.968,7.048,2,0,0,15.011,0,86,91,61,6.582,12.733,13.562,3,12.519,16.102,25.917,2,1,1,27.16,39.46,44.126,2,-1,-3,5.397,66.22,67.183,7,-1,56.221,56.221,57.285,1,0,0,15.114,0,5,2,5,5,5,5,,8.513,21.163,21.605,7,2,5,5,5,4,5,"The visualization is based on data from the CDC, which tends to have accurate information.",1.523,1.523,22.626,1,5,,6.353,7.22,8.602,2,2,7,3,4,1,5,6,0,0,15.797,0,5,8,3,8,7,4,10,9,,9.109,26.827,30.361,8,4,4,2,2,4,4,5.411,23.865,24.824,6,2,1,1.769,11.653,13.8,2,2,1998,Colorado,6,3,1,,7,,,6,4,1,4.034,54.09,65.138,19,61007138183fbe1c96ac250e,"{""startTime"":1678921387317,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921409570,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921277375,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":7510,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1183,""week"":""52"",""id"":""chart""},{""time"":12510,""label"":""tour_next"",""step"":2},{""time"":16093,""label"":""tour_end"",""step"":2},{""time"":19783,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3248,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678921371528,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":3273,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1659,""week"":""52"",""id"":""chart""},{""time"":7088,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1204,""week"":""20"",""id"":""chart""}]}",1,moderate,bar +2023-03-15 18:55:18,2023-03-15 19:09:28,0,75.81.138.211,100,849,1,2023-03-15 19:09:29,R_1FPxFtIesGC3l8p,,,,,39.1027,-94.5778,anonymous,EN,1,77.126,77.126,78.177,1,1,2,1,1.567,5.019,6.041,2,0,0,15.008,0,63,86,68,32.203,40.82,42.448,4,11.72,19.041,54.384,2,1,1,11.349,65.122,66.818,4,-1,1,20.995,55.865,56.926,2,1,105.286,105.286,106.563,1,0,0,15.011,0,3,3,4,4,5,4,,7.4,29.634,33.398,7,4,4,4,3,3,4,"I remember there being flar ups in the time after the Vaccine was rolled out, but I can't remember specifics. Even now, flare ups especially in large cities are rather common. ",10.871,93.849,95.613,3,2,,7.365,7.365,9.345,1,2,7,3,4,1,5,6,16.18,22.905,27.748,2,2,2,2,2,4,6,4,6,,7.784,34.418,36.085,9,2,3,3,4,3,3,13.97,35.489,37.298,8,2,2,3.485,9.428,12.115,2,1,1997,Missouri,4,1,1,,3,,,9,4,2,2.247,103.454,107.799,35,628ecc32276d54517f4c004d,"{""startTime"":1678921207178,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921241018,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":4158,""label"":""hovered"",""timeHovered"":1018,""week"":""2021-12-20""},{""time"":6061,""label"":""hovered"",""timeHovered"":3234,""week"":""2021-11-22""}]}","{""startTime"":1678921069918,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":28139,""label"":""hovered"",""timeHovered"":4606,""week"":""2021-04-12""},{""time"":44571,""label"":""hovered"",""timeHovered"":6645,""week"":""2022-01-03""}]}","{""startTime"":1678921191725,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":13544,""label"":""hovered"",""timeHovered"":1809,""week"":""2022-01-03""}]}",1,simple,line +2023-03-15 18:58:06,2023-03-15 19:09:39,0,136.57.156.40,100,693,1,2023-03-15 19:09:40,R_1ocosnuw5X3tjWm,,,,,35.2316,-80.8428,anonymous,EN,1,9.879,9.879,11.895,1,,,,,,,,0,0,15.01,0,91,87,58,6.916,23.071,30.239,4,25.394,101.82,105.627,16,1,1,15.027,25.492,27.995,2,1,1,49.19,60.096,62.455,2,-1,19.958,19.958,21.647,1,0,0,15.014,0,5,3,7,5,2,5,,20.268,34.102,37.326,7,4,6,5,7,5,5,It comes from the Croatian government and I have no reason to believe they would misrepresent this data.,2.902,2.902,40.775,1,4,,6.35,6.35,8.581,1,2,7,3,4,1,5,6,0,0,25.929,0,3,5,7,5,8,5,11,11,,6.601,28.179,30.668,9,4,4,1,1,4,5,9.582,26.118,27.565,7,2,,5.939,5.939,8.023,1,1,1968,North Carolina,7,3,1,,7,,,17,4,2,1.262,119.252,124.717,25,61008174621af4fde89d5c7f,"{""startTime"":1678921414737,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":1086,""label"":""hovered"",""timeHovered"":5742,""week"":""2021-12-20""}]}","{""startTime"":1678921316392,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":10692,""label"":""started_brush"",""startDate"":""2021-07-27"",""endDate"":""2022-02-06""},{""time"":20011,""label"":""moved_brush"",""startDate"":""2021-08-02"",""endDate"":""2022-02-13""}]}","{""startTime"":1678921172321,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":9134,""label"":""hovered"",""timeHovered"":1150,""week"":""2021-09-06""},{""time"":16722,""label"":""hovered"",""timeHovered"":1178,""week"":""2021-08-23""},{""time"":22543,""label"":""hovered"",""timeHovered"":1909,""week"":""2021-12-06""},{""time"":66485,""label"":""cleared_brush"",""using"":""click""},{""time"":70843,""label"":""started_brush"",""startDate"":""2021-07-09"",""endDate"":""2021-09-26""},{""time"":79386,""label"":""moved_brush"",""startDate"":""2021-06-25"",""endDate"":""2021-09-12""},{""time"":92767,""label"":""moved_brush"",""startDate"":""2021-06-25"",""endDate"":""2021-09-12""},{""time"":93591,""label"":""cleared_brush"",""using"":""click""}]}","{""startTime"":1678921300798,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":11042,""label"":""hovered"",""timeHovered"":2120,""week"":""2022-01-17""}]}",0,complex,line +2023-03-15 19:01:20,2023-03-15 19:10:05,0,108.222.91.118,100,525,1,2023-03-15 19:10:06,R_2OV0ysUAzO5ncte,,,,,41.0413,-83.6461,anonymous,EN,1,27.654,27.654,29.205,1,,,,,,,,0,0,15.01,0,36,38,63,11.978,19.17,21.153,5,14.666,20.246,39.942,2,1,-2,12.772,36.2,37.059,3,1,1,31.55,43.746,44.912,2,-1,24.378,24.378,27.565,1,0,0,15.111,0,4,3,5,2,4,4,Not at this time.,6.37,20.425,23.815,7,4,4,2,7,1,4,"I have no frame of reference to know if the information is really true, but it appears to be specific and easy enough to understand I lean towards trusting it",2.004,2.004,55.305,1,5,Not at this time.,5.187,9.89,13.518,5,2,7,3,4,1,5,6,0,0,22.236,0,5,5,2,6,5,3,9,7,Not at this time.,5.867,21.896,25.793,9,5,5,2,1,5,5,12.451,32.093,33.203,6,1,,4.163,4.163,6.21,1,2,1994,Ohio,6,3,1,,7,,,10,4,2,3.162,47.701,52.188,12,63161b57aa5e6c648c58692a,"{""startTime"":1678921446482,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921471048,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921352566,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":6904,""label"":""hovered"",""timeHovered"":1688,""week"":""2021-12-20""},{""time"":24507,""label"":""hovered"",""timeHovered"":1954,""week"":""2021-04-12""},{""time"":34531,""label"":""hovered"",""timeHovered"":1984,""week"":""2021-12-27""}]}","{""startTime"":1678921430888,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7852,""label"":""hovered"",""timeHovered"":1212,""week"":""2021-12-27""},{""time"":13547,""label"":""hovered"",""timeHovered"":1001,""week"":""2022-01-03""}]}",0,simple,line +2023-03-15 18:53:00,2023-03-15 19:10:11,0,73.16.24.228,100,1031,1,2023-03-15 19:10:12,R_3iyjxR2vaBdNEJd,,,,,43.8971,-69.9817,anonymous,EN,1,3.85,3.85,5.262,1,1,2,1,1.99,4.761,6.2,3,0,0,15.027,0,100,100,1,11.672,16.398,17.475,3,7.291,10.357,20.757,2,1,1,12.561,42.446,44.796,3,-3,1,103.946,118.775,120.724,2,-3,100.963,100.963,102.701,1,0,0,15.017,0,6,5,6,5,6,6,,331.108,460.558,464.433,9,5,6,4,5,5,6,"It seems pretty accurate, regarding most of the things that I know about the Covid pandemic.",1.717,1.717,24.368,1,2,,4.435,6.052,8.504,2,2,7,3,4,1,5,6,0,0,15.766,0,1,1,1,1,1,1,11,9,,3.414,15.536,17.46,10,5,5,1,1,5,5,2.341,23.437,25.183,7,1,1,3.032,8.116,10.562,2,2,1989,Rhode Island,5,2,1,,9,,Providence,6,4,1,2.295,61.77,68.666,16,55132578fdf99b1b0568bdb8,"{""startTime"":1678920921761,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921387787,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678920838326,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678920905457,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":5206,""label"":""hovered"",""timeHovered"":1597,""week"":""2022-01-10""}]}",1,simple,line +2023-03-15 19:00:13,2023-03-15 19:10:36,0,35.129.105.145,100,623,1,2023-03-15 19:10:37,R_2ZDoeNGR6AsEAHN,,,,,33.8321,-118.1739,anonymous,EN,1,14.848,14.848,15.627,1,1,3,1,2.263,5.345,6.07,3,0,0,15.11,0,71,78,19,6.061,10.144,11.937,3,15.418,20.718,33.893,3,-2,1,15.114,57.862,59.39,6,-3,-3,45.285,104.667,105.443,4,-2,26.803,59.802,61.728,2,0,0,15.015,0,4,7,3,2,2,2,,9.06,25.093,26.801,6,4,2,2,3,7,2,"I am not quite sure how accurate the data reporting is, nor how severe the cases were (hospitalizations, etc)",1.71,30.443,42.187,2,4,,11.078,11.078,13.235,1,2,7,3,4,1,5,6,0,0,16.481,0,3,4,6,7,4,5,5,7,,5.245,26.344,28.187,9,4,3,2,2,4,2,6.36,27.059,28.085,6,4,4,2.508,7.324,8.554,2,2,1996,California,6,1,1,,7,,,6,3,1,1.935,75.757,80.3,25,5e7e89cc4fd114104a39fb88,"{""startTime"":1678921507090,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921428377,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921272650,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":11500,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1176,""week"":""50"",""id"":""chart""},{""time"":15416,""label"":""tour_next"",""step"":2},{""time"":19535,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678921412910,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":3340,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1471,""week"":""52"",""id"":""chart""},{""time"":4817,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1183,""week"":""52"",""id"":""chart""},{""time"":6060,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2472,""week"":""51"",""id"":""chart""},{""time"":10723,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1309,""week"":""50"",""id"":""chart""},{""time"":12189,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1160,""week"":""51"",""id"":""chart""}]}",1,moderate,bar +2023-03-15 19:03:32,2023-03-15 19:10:43,0,66.30.134.175,100,431,1,2023-03-15 19:10:44,R_agim7QzLTkd6FDb,,,,,41.9261,-71.3011,anonymous,EN,1,2.421,2.421,2.989,1,1,3,2,2.65,5.333,6.212,2,0,0,15.005,0,100,100,74,10.192,14.803,18.711,3,7.227,24.158,25.194,3,1,1,10.717,58.711,60.392,5,1,1,22.768,41.876,42.868,2,1,37.537,37.537,44.909,1,0,0,15.006,0,6,5,6,6,6,6,,7.722,33.366,35.101,10,3,6,6,3,3,6,The source is a trusted source.,3.282,3.282,19.842,1,4,,6.181,9.148,10,6,2,7,3,4,1,5,6,0,0,19.667,0,6,7,6,7,6,3,10,8,,4.364,17.243,18.663,9,3,3,2,3,3,3,2.545,15.386,16.239,9,2,3,1.607,12.053,13.834,3,1,1993,Massachusetts,2,2,1,,7,,,5,4,2,1.618,33.121,33.984,13,5e156dbb19232db781789a8f,"{""startTime"":1678921564655,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921600152,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921463114,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921549233,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":12800,""label"":""hovered"",""timeHovered"":1047,""week"":""2021-09-13""}]}",1,simple,line +2023-03-15 19:00:24,2023-03-15 19:12:05,0,73.42.37.216,100,700,1,2023-03-15 19:12:06,R_p9SPtFtglrWQyS5,,,,,30.6922,-88.0425,anonymous,EN,1,18.126,18.126,20.284,1,1,2,2,2.875,7.875,9.953,2,0,0,15.008,0,87,58,62,25.645,32.557,34.214,4,3.637,46.932,55.672,8,1,1,48.267,81.807,83.536,3,-3,1,21.512,43.782,46.105,11,1,12.442,66.448,85.134,11,0,0,15.113,0,3,4,4,5,4,4,,9.442,45.039,49.476,6,4,4,4,3,4,4,If it's accurate,3.346,3.346,45.393,1,5,,6.44,7.687,9.652,3,2,7,3,4,1,5,6,0,0,18.806,0,5,4,4,5,6,7,9,8,,6.547,21.742,23.462,9,2,3,3,3,3,3,63.472,73.115,75.039,7,7,4,7.573,7.573,9.757,1,1,1983,Alabama,5,2,3,,2,,,11,1,1,1.128,47.021,53.756,24,5971640e7ec240000170cb69,"{""startTime"":1678921479003,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921529071,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921320703,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":21621,""label"":""started_brush"",""startDate"":""2021-06-30"",""endDate"":""2022-01-27""},{""time"":31400,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-08""},{""time"":37327,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-08""},{""time"":38399,""label"":""cleared_brush"",""using"":""click""},{""time"":50971,""label"":""started_brush"",""startDate"":""2021-06-01"",""endDate"":""2021-10-26""}]}","{""startTime"":1678921462551,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":8565,""label"":""started_brush"",""startDate"":""2021-07-23"",""endDate"":""2022-02-13""},{""time"":12970,""label"":""moved_brush"",""startDate"":""2021-07-23"",""endDate"":""2022-02-13""}]}",1,complex,line +2023-03-15 18:55:13,2023-03-15 19:12:13,0,99.19.75.100,100,1020,1,2023-03-15 19:12:14,R_33eZGeFfolZmlcw,,,,,34.8775,-92.2265,anonymous,EN,1,28.551,28.551,29.975,1,,,,,,,,0,0,15.111,0,53,14,75,16.233,60.568,61.858,5,2.667,20.538,35.503,3,-2,-3,48.621,93.768,99.284,2,-1,1,133.049,149.633,150.932,2,1,107.501,107.501,109.393,1,0,0,15.111,0,5,3,4,5,4,5,,19.598,23.656,26.101,6,3,4,2,5,4,5,It seems to be an accurate infograph,10.859,47.637,56.856,2,4,,4.437,4.437,6.565,1,1,2,6,7,4,3,5,0,0,29.468,0,3,2,6,3,6,4,11,11,,3.635,19.306,20.882,8,5,2,3,4,4,3,35.403,47.886,49.374,6,4,,7.803,7.803,9.375,1,2,2003,Arkansas,2,2,1,,10,,,6,3,1,1.704,139.575,152.79,20,5e2cd786dc63ca2ff798a0ca,"{""startTime"":1678921406198,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921237301,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921033008,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":2459,""label"":""hovered"",""timeHovered"":1413,""week"":""2022-01-10""},{""time"":9843,""label"":""hovered"",""timeHovered"":2465,""week"":""2021-05-03""}]}","{""startTime"":1678921221321,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,line +2023-03-15 19:03:15,2023-03-15 19:12:27,0,66.56.14.60,100,551,1,2023-03-15 19:12:27,R_3My9Se6gK1Mqb4A,,,,,33.7657,-84.2951,anonymous,EN,1,1.221,5.241,7.203,9,1,4,2,2.15,4.84,5.883,4,2.531,2.531,15.025,1,96,98,88,1.526,14.261,14.844,11,2.389,122.795,123.401,42,-3,1,1.244,41.062,42.701,15,-3,1,0.979,44.283,44.602,25,-3,9.61,43.653,44.598,7,1.403,6.126,15.016,4,5,5,5,5,5,5,,6.357,21.7,22.906,13,6,5,4,4,2,5,"It is from a reputable source the CDC. Also, it is just well presented and looks scientific which makes me trust it more.",2.046,3.303,29.771,2,3,,2.166,7.971,9.705,3,2,7,3,4,1,5,6,5.35,18.502,19.609,5,4,4,3,5,6,6,10,8,,4.799,21.262,22.204,16,4,4,2,2,4,4,7.459,27.158,28.014,15,3,3,2.306,8.105,11.106,8,1,2004,Georgia,3,3,1,,9,,Decatur,13,3,1,1.935,48.621,49.792,43,5e9f766e2535380e106a8c6b,"{""startTime"":1678921638266,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921662126,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921451525,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":72,""label"":""tour_started""},{""time"":10240,""label"":""tour_next"",""step"":5},{""time"":17744,""label"":""cleared_brush"",""using"":""Click""},{""time"":18932,""label"":""tour_back"",""step"":5},{""time"":23364,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2540,""week"":""47"",""id"":""chart""},{""time"":27475,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1476,""week"":""52"",""id"":""chart""},{""time"":33385,""label"":""tour_next"",""step"":5},{""time"":36685,""label"":""cleared_brush"",""using"":""Click""},{""time"":41326,""label"":""cleared_brush"",""using"":""Click""},{""time"":43444,""label"":""cleared_brush"",""using"":""Click""},{""time"":44187,""label"":""cleared_brush"",""using"":""Click""},{""time"":46341,""label"":""cleared_brush"",""using"":""Click""},{""time"":54030,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-04-13""},{""time"":60630,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-04-11""},{""time"":81009,""label"":""tour_back"",""step"":5},{""time"":83587,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":2542,""week"":""14"",""id"":""chart""},{""time"":89279,""label"":""tour_next"",""step"":5},{""time"":95037,""label"":""cleared_brush"",""using"":""Click""},{""time"":99695,""label"":""started_brush"",""startDate"":""2021-09-06"",""endDate"":""2021-11-15""},{""time"":101268,""label"":""tour_next"",""step"":5},{""time"":107404,""label"":""moved_brush"",""startDate"":""2021-08-13"",""endDate"":""2021-10-22""},{""time"":109013,""label"":""tour_next"",""step"":5},{""time"":115509,""label"":""cleared_brush"",""using"":""Click""},{""time"":115510,""label"":""cleared_brush"",""using"":""Escape""},{""time"":117088,""label"":""tour_next"",""step"":5},{""time"":119559,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678921622200,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar +2023-03-15 18:53:34,2023-03-15 19:12:44,0,71.255.232.45,100,1150,1,2023-03-15 19:12:45,R_3DiNz275Scwop4f,,,,,38.894,-77.0365,anonymous,EN,1,169.633,169.633,170.89,1,,,,,,,,0,0,15.11,0,71,89,63,5.858,21.291,22.665,5,15.643,230.357,248.352,19,1,1,7.173,47.322,80.864,3,1,1,33.246,89.238,103.596,2,1,8.986,94.118,117.941,3,0,0,15.11,0,3,3,3,3,7,3,None,12.697,19.056,48.398,7,7,3,7,7,7,3,I didn't think that the information provided when you hovered over the visualization matched the legend on the side.,1.28,1.28,34.903,1,4,,2.809,8.009,9.582,8,2,7,3,4,1,5,6,0,0,13.006,0,6,6,6,6,6,5,9,9,,2.545,11.961,13.338,9,3,4,2,2,4,4,2.362,8.811,9.686,6,1,,1.654,1.654,3.593,1,1,1993,California,6,3,1,,7,,,12,4,1,1.46,63.314,71.725,26,587418895c17910001ea4e75,"{""startTime"":1678921596430,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":1719,""label"":""hovered"",""timeHovered"":1231,""week"":""2022-01-24""},{""time"":3230,""label"":""hovered"",""timeHovered"":18353,""week"":""2022-02-07""},{""time"":22285,""label"":""hovered"",""timeHovered"":9401,""week"":""2021-12-27""},{""time"":31926,""label"":""hovered"",""timeHovered"":3756,""week"":""2021-12-27""},{""time"":37393,""label"":""hovered"",""timeHovered"":1393,""week"":""2021-12-27""}]}","{""startTime"":1678921457208,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":3509,""label"":""hovered"",""timeHovered"":6181,""week"":""2021-12-27""},{""time"":19195,""label"":""hovered"",""timeHovered"":1109,""week"":""2021-12-27""},{""time"":20390,""label"":""hovered"",""timeHovered"":11153,""week"":""2021-12-27""},{""time"":33293,""label"":""hovered"",""timeHovered"":30497,""week"":""2021-12-27""},{""time"":64873,""label"":""hovered"",""timeHovered"":1311,""week"":""2022-01-03""},{""time"":66490,""label"":""hovered"",""timeHovered"":2182,""week"":""2022-02-07""},{""time"":68960,""label"":""hovered"",""timeHovered"":7012,""week"":""2022-01-24""},{""time"":77477,""label"":""cleared_brush"",""using"":""click""},{""time"":78730,""label"":""started_brush"",""startDate"":""2021-05-06"",""endDate"":""2021-07-11""},{""time"":79363,""label"":""hovered"",""timeHovered"":4808,""week"":""2021-06-21""}]}","{""startTime"":1678921074001,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":1190,""label"":""hovered"",""timeHovered"":1396,""week"":""2021-08-16""},{""time"":10858,""label"":""hovered"",""timeHovered"":1911,""week"":""2022-01-03""},{""time"":166519,""label"":""started_brush"",""startDate"":""2021-05-12"",""endDate"":""2021-08-14""},{""time"":172387,""label"":""moved_brush"",""startDate"":""2021-05-12"",""endDate"":""2021-08-14""},{""time"":174339,""label"":""moved_brush"",""startDate"":""2021-06-16"",""endDate"":""2021-08-14""},{""time"":182622,""label"":""cleared_brush"",""using"":""click""},{""time"":201559,""label"":""cleared_brush"",""using"":""click""},{""time"":204637,""label"":""started_brush"",""startDate"":""2021-06-30"",""endDate"":""2021-11-09""},{""time"":209904,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-09""},{""time"":212954,""label"":""moved_brush"",""startDate"":""2021-07-15"",""endDate"":""2022-02-13""},{""time"":219004,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-13""},{""time"":224153,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-13""},{""time"":226271,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-13""},{""time"":228254,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-13""},{""time"":228537,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-13""},{""time"":228837,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-13""},{""time"":230920,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-13""},{""time"":232154,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-10-18""},{""time"":235274,""label"":""moved_brush"",""startDate"":""2021-09-14"",""endDate"":""2021-10-18""},{""time"":237486,""label"":""moved_brush"",""startDate"":""2021-09-14"",""endDate"":""2022-01-22""},{""time"":239601,""label"":""moved_brush"",""startDate"":""2021-10-06"",""endDate"":""2022-02-13""},{""time"":244477,""label"":""moved_brush"",""startDate"":""2021-12-14"",""endDate"":""2022-02-13""}]}","{""startTime"":1678921441634,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":2782,""label"":""hovered"",""timeHovered"":1468,""week"":""2021-11-08""},{""time"":4849,""label"":""hovered"",""timeHovered"":2234,""week"":""2022-01-03""}]}",0,complex,line +2023-03-15 18:58:58,2023-03-15 19:12:45,0,24.89.18.3,100,826,1,2023-03-15 19:12:45,R_1QzHKaGOMGSFQW3,,,,,39.6343,-77.7337,anonymous,EN,1,8.179,8.179,9.865,1,,,,,,,,0,0,15.116,0,93,86,36,26.062,47.888,49.007,3,30.267,38.875,106.468,2,1,-3,19.423,35.227,36.931,2,-1,1,77.232,101.24,103.498,2,1,54.609,54.609,58.855,1,0,0,15.111,0,5,5,7,4,5,5,,13.067,35.706,40.597,6,4,4,4,5,3,5,The source of the data is the Department of Agriculture and the graphic is put together well showing all the variation in data.,5.613,5.613,57.158,1,5,,7.286,7.286,9.553,1,2,7,3,4,1,5,6,0,0,22.587,0,1,5,8,9,4,7,11,10,,6.636,27.478,31.181,8,4,4,1,2,4,4,23.201,49.728,51.877,6,4,,7.163,7.163,9.666,1,1,1962,Maryland,4,2,1,,8,Hagerstown,,6,4,2,4.054,130.612,143.582,18,5ee526f3eca1a22601d187f4,"{""startTime"":1678921448887,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921489967,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921222798,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":23362,""label"":""hovered"",""timeHovered"":2283,""week"":""2022-01-03""},{""time"":41137,""label"":""hovered"",""timeHovered"":1333,""week"":""2021-08-23""},{""time"":44808,""label"":""hovered"",""timeHovered"":22275,""week"":""2021-10-25""},{""time"":73255,""label"":""hovered"",""timeHovered"":12082,""week"":""2022-01-10""}]}","{""startTime"":1678921433440,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,line +2023-03-15 18:58:09,2023-03-15 19:13:11,0,98.58.190.99,100,901,1,2023-03-15 19:13:11,R_1K7lIBrO2rVyLEU,,,,,26.6598,-80.2429,anonymous,EN,1,3.114,3.114,4.063,1,,,,,,,,0,0,15.112,0,80,97,75,38.179,47.794,49.699,9,58.955,185.086,193.014,11,1,-3,26.773,70.574,71.52,2,1,1,48.555,69.355,77.436,2,1,62.098,62.098,63.034,1,0,0,15.311,0,4,4,3,5,6,4,Very interesting study.,14.162,38.002,56.814,7,5,6,5,2,7,4,The graph and its' interactivity seem top be well-done. I slightly agree that the information is possibly valid.,10.186,10.186,68.707,1,5,Very interesting study.,4.25,8.769,16.309,6,2,7,3,4,1,5,6,0,0,28.907,0,4,4,9,7,5,7,10,9,Interesting study.,6.717,28.397,34.367,11,3,2,2,2,4,3,11.215,34.552,35.506,6,3,,10.487,10.487,11.303,1,1,1986,Florida,4,2,1,,9,,West Palm Beach,13,4,1,0.979,49.485,52.688,17,5f8b066742a6381ddae03d75,"{""startTime"":1678921586027,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921436501,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921163680,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":2371,""label"":""hovered"",""timeHovered"":3225,""week"":""2021-08-02""},{""time"":21632,""label"":""hovered"",""timeHovered"":13398,""week"":""2021-10-11""},{""time"":44103,""label"":""hovered"",""timeHovered"":3025,""week"":""2021-10-04""},{""time"":50805,""label"":""hovered"",""timeHovered"":1191,""week"":""2021-04-12""},{""time"":53392,""label"":""hovered"",""timeHovered"":1365,""week"":""2021-04-19""},{""time"":105026,""label"":""started_brush"",""startDate"":""2021-11-21"",""endDate"":""2022-01-22""},{""time"":106345,""label"":""moved_brush"",""startDate"":""2021-11-21"",""endDate"":""2022-02-13""},{""time"":116448,""label"":""moved_brush"",""startDate"":""2021-11-21"",""endDate"":""2022-02-13""},{""time"":118515,""label"":""moved_brush"",""startDate"":""2022-01-02"",""endDate"":""2022-02-13""},{""time"":151743,""label"":""cleared_brush"",""using"":""click""},{""time"":153647,""label"":""started_brush"",""startDate"":""2021-11-13"",""endDate"":""2021-12-04""},{""time"":153915,""label"":""started_brush"",""startDate"":""2022-01-15"",""endDate"":""2022-01-17""},{""time"":174723,""label"":""started_brush"",""startDate"":""2021-07-10"",""endDate"":""2021-09-28""},{""time"":175136,""label"":""cleared_brush"",""using"":""click""},{""time"":176398,""label"":""started_brush"",""startDate"":""2021-12-27"",""endDate"":""2021-12-28""},{""time"":176867,""label"":""cleared_brush"",""using"":""click""},{""time"":177390,""label"":""cleared_brush"",""using"":""click""},{""time"":177877,""label"":""cleared_brush"",""using"":""click""},{""time"":180898,""label"":""started_brush"",""startDate"":""2021-07-27"",""endDate"":""2022-01-14""},{""time"":183369,""label"":""moved_brush"",""startDate"":""2021-07-27"",""endDate"":""2021-12-15""}]}","{""startTime"":1678921420798,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line +2023-03-15 19:02:57,2023-03-15 19:13:35,0,96.232.169.173,100,638,1,2023-03-15 19:13:36,R_1Fbnp4hUNpDtnpW,,,,,40.7429,-73.9392,anonymous,EN,1,4.684,4.684,6.025,1,,,,,,,,0,0,15.115,0,78,22,58,11.571,16.665,18.421,3,9.402,48.265,53.432,5,1,1,25.816,39.516,41.601,2,-3,1,27.348,48.258,49.683,3,1,59.529,59.529,61.066,1,0,0,15.025,0,3,7,3,1,2,3,,28.066,43.264,46.147,6,7,2,4,3,7,2,"If I don't understand what I am looking at, as a layperson, then I won't trust that I am being presented with an argument which is easy to prove (because there would be mountains of data to choose from).",2.451,2.451,62.225,1,2,,5.626,8.551,10.763,4,2,7,3,4,1,5,6,0,0,25.348,0,1,2,8,8,3,6,2,4,,7.557,24.466,26.342,8,1,5,1,2,4,4,11.175,28.604,29.559,6,6,,5.979,6.603,8,2,1,1966,New York,6,1,1,,7,,,12,4,2,2.362,109.002,114.463,21,5adf6ea7f6b58c0001fa8404,"{""startTime"":1678921557582,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":12109,""label"":""hovered"",""timeHovered"":2907,""week"":""2022-01-24""}]}","{""startTime"":1678921604194,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921426184,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":29195,""label"":""started_brush"",""startDate"":""2021-06-26"",""endDate"":""2021-07-25""},{""time"":35609,""label"":""moved_brush"",""startDate"":""2021-06-26"",""endDate"":""2021-10-21""},{""time"":42995,""label"":""cleared_brush"",""using"":""click""},{""time"":43004,""label"":""cleared_brush"",""using"":""Escape""}]}","{""startTime"":1678921541840,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":9165,""label"":""hovered"",""timeHovered"":1043,""week"":""2021-12-27""}]}",0,complex,line +2023-03-15 18:59:17,2023-03-15 19:13:37,0,98.32.251.195,100,860,1,2023-03-15 19:13:37,R_ahJNT1D0ZeY7sJz,,,,,41.9025,-87.6726,anonymous,EN,1,2.481,2.481,3.503,1,1,3,1,2.305,6.731,7.59,2,0,0,15.125,0,100,97,55,11.677,32.098,33.246,5,7.669,30.129,32.76,5,-1,-1,12.389,34.101,35.365,3,-1,1,12.183,42.993,44.209,4,-1,7.488,8.632,10.128,2,0,0,16.942,0,6,3,6,3,6,6,,13.337,34.841,37.773,10,3,4,4,3,3,6,it's from a reliable source,2.981,2.981,11.999,1,3,,420.985,420.985,423.666,1,2,7,3,4,1,5,6,0,0,20.36,0,3,4,9,3,2,7,11,11,,7.937,32.203,34.005,11,1,3,3,3,3,3,3.411,14.61,16.262,7,2,4,2.029,7.485,8.804,2,2,1993,Illinois,6,2,2,,4,,,8,4,2,1.639,45.704,49.962,13,60fccc2c096c38cc9ad63ff3,"{""startTime"":1678921315020,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921353463,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":10699,""label"":""hovered"",""timeHovered"":2329,""week"":""2021-12-27""}]}","{""startTime"":1678921226913,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921296247,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line +2023-03-15 18:55:55,2023-03-15 19:13:45,0,75.204.90.229,100,1070,1,2023-03-15 19:13:45,R_2AHylKmhS4OKdBj,,,,,33.3874,-112.0998,anonymous,EN,1,16.49,33.535,35.097,2,,,,,,,,0,0,15.007,0,87,91,58,11.621,24.491,26.25,5,30.016,60.133,73.094,3,1,1,36.422,93.101,97.043,2,1,1,45.701,102.337,112.864,4,1,66.607,66.607,68.865,1,0,0,15.021,0,4,4,4,3,6,5,,11.025,59.981,62.552,7,4,5,5,7,2,5,I thought the visualization was nicely laid out with the hover option to get even more accurate results. The source of the visualization was shown clearly in the bottom left corner.,3.64,114.477,116.335,6,4,,8.197,8.687,12.888,2,2,7,3,4,1,5,6,0,0,42.972,0,5,5,9,8,4,4,8,9,,8.556,27.675,31.219,8,2,3,2,3,3,2,11.975,38.513,40.664,6,4,,4.054,4.054,6.839,1,2,1963,Arizona,5,1,1,,7,,,6,2,2,2.5,196.63,212.36,43,5da4152a3ab39a0011295a3e,"{""startTime"":1678921231183,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921294722,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":153,""label"":""hovered"",""timeHovered"":11836,""week"":""2022-02-07""}]}","{""startTime"":1678921043803,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7829,""label"":""hovered"",""timeHovered"":1131,""week"":""2021-10-25""},{""time"":41196,""label"":""hovered"",""timeHovered"":1601,""week"":""2021-08-30""},{""time"":44262,""label"":""hovered"",""timeHovered"":2699,""week"":""2022-01-03""},{""time"":68313,""label"":""hovered"",""timeHovered"":1077,""week"":""2022-01-03""}]}","{""startTime"":1678921215278,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,line +2023-03-15 18:57:20,2023-03-15 19:14:02,0,150.195.114.81,100,1001,1,2023-03-15 19:14:03,R_1OlUJ59irANm3PB,,,,,41.1499,-85.2057,anonymous,EN,1,40.026,40.026,41.76,1,1,2,2,2.239,5.939,7.359,2,0,0,15.125,0,66,35,60,7.111,16.617,23.8,4,29.768,147.972,167.111,16,-2,1,35.47,71.917,73.98,2,-2,1,41.976,86.427,88.347,2,1,41.831,93.192,95.252,3,7.673,7.673,15.013,1,3,4,3,5,6,3,,13.106,43.324,49.191,8,3,5,5,1,7,3,I do not know enough about all the information to know if I can trust it. I have seen a lot of false information out there,5.512,5.512,46.975,1,3,,9.365,9.365,12.488,1,2,7,3,4,1,5,6,0,0,33.072,0,4,6,8,5,2,5,8,9,,6.256,25.506,27.7,8,1,1,2,2,3,1,10.462,32.069,33.463,6,4,2,9.946,21.356,24.604,2,1,1955,Ohio,2,2,1,,7,,,5,4,2,4.091,159.547,169.655,18,6130cdbb53f773b3125576a7,"{""startTime"":1678921428806,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921478356,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":8592,""label"":""started_brush"",""startDate"":""2021-06-28"",""endDate"":""2021-08-23""}]}","{""startTime"":1678921150309,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":58230,""label"":""started_brush"",""startDate"":""2021-05-27"",""endDate"":""2021-12-11""},{""time"":69015,""label"":""moved_brush"",""startDate"":""2021-05-27"",""endDate"":""2021-10-09""},{""time"":72629,""label"":""moved_brush"",""startDate"":""2021-09-01"",""endDate"":""2022-01-13""},{""time"":75314,""label"":""moved_brush"",""startDate"":""2021-09-01"",""endDate"":""2021-12-08""},{""time"":77216,""label"":""moved_brush"",""startDate"":""2021-09-04"",""endDate"":""2021-12-12""},{""time"":91803,""label"":""cleared_brush"",""using"":""click""},{""time"":91804,""label"":""cleared_brush"",""using"":""Escape""},{""time"":115563,""label"":""started_brush"",""startDate"":""2021-05-24"",""endDate"":""2021-09-26""},{""time"":119882,""label"":""hovered"",""timeHovered"":1181,""week"":""2021-06-28""},{""time"":126950,""label"":""moved_brush"",""startDate"":""2021-09-26"",""endDate"":""2021-12-07""},{""time"":137043,""label"":""hovered"",""timeHovered"":2654,""week"":""2021-11-15""},{""time"":152105,""label"":""moved_brush"",""startDate"":""2021-09-26"",""endDate"":""2021-11-18""},{""time"":154801,""label"":""hovered"",""timeHovered"":1304,""week"":""2021-11-01""},{""time"":156950,""label"":""hovered"",""timeHovered"":1060,""week"":""2021-11-08""},{""time"":162316,""label"":""moved_brush"",""startDate"":""2021-10-30"",""endDate"":""2021-12-22""},{""time"":165883,""label"":""moved_brush"",""startDate"":""2021-10-30"",""endDate"":""2021-12-01""}]}","{""startTime"":1678921413422,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":2842,""label"":""hovered"",""timeHovered"":1184,""week"":""2022-01-03""},{""time"":4145,""label"":""hovered"",""timeHovered"":2431,""week"":""2021-12-20""},{""time"":11857,""label"":""started_brush"",""startDate"":""2021-07-06"",""endDate"":""2022-01-06""}]}",1,complex,line +2023-03-15 19:03:06,2023-03-15 19:14:34,0,97.86.199.78,100,687,1,2023-03-15 19:14:35,R_2dgrcKqhiLcyivt,,,,,38.9458,-90.2049,anonymous,EN,1,16.172,17.419,18.066,3,,,,,,,,0,0,16.172,0,80,80,100,24.855,32.867,34.31,3,14.828,21.702,25.226,4,1,-2,27.743,43.885,52.102,2,1,1,19.77,136.735,138.356,3,-1,43.896,83.499,87.553,2,0,0,16.708,0,3,3,3,3,3,3,,10.323,18.864,19.188,8,6,6,6,1,1,6,"Assuming the data in the visualization is real and valid, I see no reason to trust it as it includes all relevant datapoints relating to the data.",2.748,2.748,36.849,1,4,,5.201,8.357,9.206,4,2,7,3,4,1,5,6,0,0,20.128,0,4,2,4,4,4,6,5,8,,7.634,48.044,48.465,14,5,5,1,1,5,5,2.535,32.937,33.645,11,6,,9.078,9.078,10.471,1,1,2000,Illinois,1,2,1,,7,,,1,4,2,3.692,66.529,67.545,14,5d613f02b9233e0018f9450b,"{""startTime"":1678921707332,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921648898,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921466044,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":22532,""label"":""hovered"",""timeHovered"":1079,""week"":""2021-10-25""}]}","{""startTime"":1678921630651,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":15693,""label"":""hovered"",""timeHovered"":1737,""week"":""2021-12-13""}]}",0,moderate,line +2023-03-15 19:03:42,2023-03-15 19:14:48,0,73.237.167.201,100,665,1,2023-03-15 19:14:48,R_6SGyRYJROUuxvSp,,,,,33.9372,-84.0791,anonymous,EN,1,5.257,8.754,10.201,2,,,,,,,,0,0,15.119,0,96,89,50,14.973,42.887,43.79,9,8.445,11.958,16.993,2,1,-1,14.083,47.141,48.118,3,-2,1,31.715,44.954,46.165,2,-1,25.283,25.283,26.829,1,0,0,15.016,0,5,5,5,5,5,5,,12.67,19.975,23.824,6,5,5,5,5,5,5,to trust visualization is to see the outcome not ness the process,2.763,11.359,73.879,2,4,,4.974,4.974,6.433,1,,,,,,,,0,0,10.368,0,5,2,2,2,3,4,10,6,,6.185,19.228,20.643,8,3,3,3,3,3,3,7.943,11.037,12.102,6,1,,1.314,1.314,3.105,1,2,1963,Georgia,6,3,1,,7,,,11,5,2,1.317,242.428,245.549,31,610ec37ea0648de28b37fb83,"{""startTime"":1678921677131,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921582353,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921502736,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921566798,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,line +2023-03-15 19:04:51,2023-03-15 19:15:34,0,98.49.213.177,100,642,1,2023-03-15 19:15:34,R_234aD0kUhCVeCbE,,,,,40.296,-75.9894,anonymous,EN,1,4.426,4.426,5.751,1,2,,1,2.788,2.788,4.001,1,0,0,15.114,0,81,83,47,23.197,32.556,33.28,4,16.762,23.676,29.713,2,1,1,18.733,62.594,64.498,3,1,-3,45.522,89.766,90.902,2,-3,29.595,29.595,31.991,1,0,0,15.007,0,4,3,3,4,4,3,,16.255,30.285,34.185,6,3,4,3,3,3,3,I am unsure that this accurately displays the real data. ,7.429,35.022,36.224,3,3,,4.376,7.393,11.075,3,2,7,3,4,1,5,6,0,0,20.212,0,4,6,5,6,5,2,7,7,,8.14,26.468,30.067,11,4,4,1,2,4,4,7.811,29.075,30.189,7,2,2,2.043,9.163,10.801,2,2,1961,Pennsylvania,2,2,1,,7,,,4,4,1,2.137,118.562,124.006,23,62dea723c6db0370fd6c8229,"{""startTime"":1678921699791,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921734378,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921562392,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":9972,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5116,""week"":""2"",""id"":""chart""},{""time"":16750,""label"":""tour_next"",""step"":2},{""time"":23664,""label"":""tour_end"",""step"":2},{""time"":25402,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1469,""week"":""46"",""id"":""chart""}]}","{""startTime"":1678921683842,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":10392,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3729,""week"":""51"",""id"":""chart""}]}",1,moderate,bar +2023-03-15 18:56:18,2023-03-15 19:15:37,0,75.68.153.88,100,1158,1,2023-03-15 19:15:38,R_125StEF1XJfKV2T,,,,,44.8098,-73.0918,anonymous,EN,1,6.669,12.411,13.394,3,1,4,1,2.556,9.327,10.996,3,0,0,15.106,0,98,100,53,0.435,21.182,22.493,7,7.059,142.286,143.344,17,1,1,6.253,90.871,91.743,13,1,1,1.977,426.744,427.648,8,1,21.842,30.926,31.96,4,12.127,13.479,15.115,2,3,3,3,6,6,3,,8.708,23.766,25.267,8,2,6,5,7,3,3,"Until I research the data presented and learn about the methods used to gather that data, I cannot say that I trust or distrust it. I still have questions.",2.438,2.438,53.015,1,5,,7.42,10.828,12.452,4,2,7,3,4,1,5,6,10.956,22.468,23.398,2,3,3,3,7,6,4,11,10,,3.935,24.869,26.31,10,3,5,1,2,5,4,4.764,26.358,27.928,9,2,1,3.37,15.333,16.088,4,2,1966,Vermont,7,3,1,,7,,,13,4,2,2.573,144.22,145.731,42,60fe14fa6b07c0db08b74436,"{""startTime"":1678921332745,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921244999,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":2857,""label"":""started_brush"",""startDate"":""2021-09-05"",""endDate"":""2021-12-26""}]}","{""startTime"":1678921053374,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":7620,""label"":""hovered"",""timeHovered"":5349,""week"":""2022-01-10""},{""time"":13820,""label"":""hovered"",""timeHovered"":1266,""week"":""2021-12-20""},{""time"":18420,""label"":""hovered"",""timeHovered"":15918,""week"":""2022-01-17""},{""time"":45156,""label"":""hovered"",""timeHovered"":6634,""week"":""2022-01-10""},{""time"":84696,""label"":""cleared_brush"",""using"":""click""},{""time"":94924,""label"":""started_brush"",""startDate"":""2021-06-17"",""endDate"":""2022-01-07""},{""time"":105904,""label"":""moved_brush"",""startDate"":""2021-07-19"",""endDate"":""2022-02-07""},{""time"":119458,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-10-31""},{""time"":123320,""label"":""moved_brush"",""startDate"":""2021-07-24"",""endDate"":""2022-02-13""},{""time"":128542,""label"":""moved_brush"",""startDate"":""2021-06-28"",""endDate"":""2022-01-17""},{""time"":129913,""label"":""cleared_brush"",""using"":""click""},{""time"":129915,""label"":""cleared_brush"",""using"":""Escape""}]}","{""startTime"":1678921229459,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":6951,""label"":""hovered"",""timeHovered"":1082,""week"":""2021-12-20""}]}",1,complex,line +2023-03-15 19:03:27,2023-03-15 19:16:06,0,172.56.92.222,100,759,1,2023-03-15 19:16:07,R_RDZKW3zBXYbPxSh,,,,,29.3959,-98.4761,anonymous,EN,1,12.138,12.138,13.626,1,,,,,,,,0,0,15.007,0,98,94,55,10.42,17.164,18.704,3,22.227,48.22,77.277,3,-2,-3,44.622,70.949,72.771,2,1,-3,20.612,139.092,140.465,5,-1,32.002,32.002,33.522,1,0,0,15.01,0,3,3,2,2,3,2,I guess it can be easy to understand if you go by the numbers themselves and not by the color scheme.,8.427,37.795,65.451,8,3,7,3,1,7,2,I could not tell if the numbers were all supposed to start at zero (the very bottom) or from where one color ended (blue) so it was not easy to understand because of that one reason.,6.816,7.783,61.592,2,3,Trying to tell the numbers apart in some charts was not easy.,6.572,9.275,30.854,2,2,7,3,4,1,5,6,0,0,17.584,0,4,2,1,3,2,4,2,4,I am very bias to not trusting the system/,4.814,26.334,46.021,10,5,3,1,2,3,5,7.032,28.112,29.315,9,5,,9.6,9.6,11.286,1,1,1981,Texas,4,2,1,,4,,,6,2,1,2.364,53.875,55.944,12,566c7564d408ea000519c678,"{""startTime"":1678921782121,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921697759,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921463288,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":5027,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1116,""week"":""1"",""id"":""chart""},{""time"":7161,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1316,""week"":""1"",""id"":""chart""},{""time"":13961,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2100,""week"":""52"",""id"":""chart""},{""time"":16095,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1116,""week"":""51"",""id"":""chart""},{""time"":18011,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1033,""week"":""3"",""id"":""chart""},{""time"":28213,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1699,""week"":""2"",""id"":""chart""},{""time"":31813,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1033,""week"":""3"",""id"":""chart""},{""time"":33047,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2033,""week"":""49"",""id"":""chart""},{""time"":38340,""label"":""tour_next"",""step"":2},{""time"":48212,""label"":""tour_end"",""step"":2},{""time"":48617,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2467,""week"":""1"",""id"":""chart""},{""time"":55779,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1353,""week"":""51"",""id"":""chart""},{""time"":57159,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1469,""week"":""52"",""id"":""chart""},{""time"":69633,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1131,""week"":""41"",""id"":""chart""},{""time"":72063,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1645,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678921682252,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":1781,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1935,""week"":""40"",""id"":""chart""},{""time"":4597,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2354,""week"":""1"",""id"":""chart""},{""time"":7921,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3831,""week"":""2"",""id"":""chart""},{""time"":11753,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3206,""week"":""2"",""id"":""chart""}]}",0,moderate,bar +2023-03-15 19:04:43,2023-03-15 19:18:18,0,73.110.74.211,100,814,1,2023-03-15 19:18:19,R_8didFSEiDLiJIOt,,,,,41.85,-87.7165,anonymous,EN,1,3.599,4.32,6.551,2,1,2,2,6.241,20.038,20.997,2,0,0,15.014,0,76,68,82,3.315,16.379,18.273,12,2.267,128.23,129.505,54,-2,1,22.987,96.824,97.671,7,1,-3,49.882,193.607,194.302,13,1,1.626,43.446,44.2,6,1.812,1.812,15.007,1,2,5,6,5,5,4,,2.655,11.617,19.258,9,4,2,5,6,5,6,"The visualization is detailed, organized and seems accurate",2.008,36.628,37.388,2,3,,2.647,6.449,7.498,2,2,7,3,4,1,5,6,0,0,13.428,0,5,9,8,8,5,5,9,5,,1.328,13.653,15.085,9,4,2,4,4,4,4,3.139,20.885,21.718,8,5,3,1.751,42.401,43.379,3,2,1991,Illinois,3,2,1,,7,,,5,3,2,1.492,72.536,73.378,23,5a2add709408dc00016f57d3,"{""startTime"":1678921806723,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921757466,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921567225,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":27,""label"":""tour_started""},{""time"":4627,""label"":""tour_next"",""step"":5},{""time"":35912,""label"":""tour_back"",""step"":5},{""time"":38913,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1365,""week"":""52"",""id"":""chart""},{""time"":57210,""label"":""tour_next"",""step"":5},{""time"":62375,""label"":""tour_back"",""step"":5},{""time"":80901,""label"":""tour_next"",""step"":5},{""time"":83583,""label"":""started_brush"",""startDate"":""2021-07-05"",""endDate"":""2021-12-04""},{""time"":85893,""label"":""tour_next"",""step"":5},{""time"":89143,""label"":""moved_brush"",""startDate"":""2021-09-07"",""endDate"":""2022-02-07""},{""time"":90478,""label"":""tour_next"",""step"":5},{""time"":95162,""label"":""started_brush"",""startDate"":""2021-05-09"",""endDate"":""2021-08-15""},{""time"":97090,""label"":""started_brush"",""startDate"":""2021-09-02"",""endDate"":""2021-09-24""},{""time"":99045,""label"":""started_brush"",""startDate"":""2021-07-29"",""endDate"":""2021-08-10""},{""time"":121399,""label"":""cleared_brush"",""using"":""Click""},{""time"":122326,""label"":""started_brush"",""startDate"":""2021-05-23"",""endDate"":""2021-06-27""},{""time"":124699,""label"":""tour_next"",""step"":5},{""time"":128223,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678921742039,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar +2023-03-15 19:03:42,2023-03-15 19:19:18,0,47.135.18.234,100,936,1,2023-03-15 19:19:19,R_2OPz8CaQPY2kTPZ,,,,,35.7532,-81.3264,anonymous,EN,1,4.158,4.158,5.017,1,,,,,,,,0,0,15.019,0,99,8,49,14.897,21.121,23.503,3,35.841,154.09,156.315,35,1,1,14.385,22.694,28.662,2,-2,-3,21.429,39.714,46.059,2,1,11.551,60.06,63.812,3,0,0,15.112,0,3,5,3,5,6,3,very interesting and engaging! thank you!,0.362,40.076,59.828,8,5,5,3,3,3,5,because its a well presented graph chart with specific entities related to other specidied entities,3.206,3.206,47.177,1,1,,6.467,9.65,15.679,4,2,7,3,4,1,5,6,0,0,13.53,0,2,2,4,5,2,5,4,6,,4.6,22.885,27.198,10,3,3,2,3,4,3,5.179,16.534,17.936,6,6,,2.576,2.576,3.709,1,1,1982,North Carolina,3,1,1,,7,,,10,2,1,1.298,77.241,83.283,18,5bc8897f462bdb0001a61426,"{""startTime"":1678921968239,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678922059431,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921730522,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":57326,""label"":""cleared_brush"",""using"":""click""},{""time"":62497,""label"":""started_brush"",""startDate"":""2021-08-11"",""endDate"":""2021-08-28""},{""time"":63408,""label"":""started_brush"",""startDate"":""2021-06-12"",""endDate"":""2021-09-09""},{""time"":66761,""label"":""started_brush"",""startDate"":""2021-04-27"",""endDate"":""2021-12-02""},{""time"":75024,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-16""},{""time"":76103,""label"":""moved_brush"",""startDate"":""2021-05-29"",""endDate"":""2022-01-03""},{""time"":77192,""label"":""moved_brush"",""startDate"":""2021-06-27"",""endDate"":""2022-02-02""},{""time"":78076,""label"":""moved_brush"",""startDate"":""2021-04-28"",""endDate"":""2021-12-04""},{""time"":79745,""label"":""moved_brush"",""startDate"":""2021-04-28"",""endDate"":""2021-09-28""},{""time"":80421,""label"":""moved_brush"",""startDate"":""2021-05-27"",""endDate"":""2021-10-26""},{""time"":96781,""label"":""moved_brush"",""startDate"":""2021-05-27"",""endDate"":""2021-10-26""},{""time"":108488,""label"":""cleared_brush"",""using"":""click""},{""time"":108490,""label"":""cleared_brush"",""using"":""Escape""},{""time"":123010,""label"":""hovered"",""timeHovered"":3305,""week"":""2021-11-15""},{""time"":131316,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-04-15""},{""time"":134036,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-04-15""},{""time"":135092,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-04-15""},{""time"":138511,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-09""},{""time"":143200,""label"":""moved_brush"",""startDate"":""2021-04-23"",""endDate"":""2021-11-22""},{""time"":146033,""label"":""moved_brush"",""startDate"":""2021-04-23"",""endDate"":""2021-08-12""},{""time"":155387,""label"":""moved_brush"",""startDate"":""2021-06-19"",""endDate"":""2021-10-08""}]}","{""startTime"":1678921952419,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":1067,""label"":""hovered"",""timeHovered"":6584,""week"":""2021-08-09""},{""time"":9408,""label"":""started_brush"",""startDate"":""2021-06-10"",""endDate"":""2021-08-31""},{""time"":9901,""label"":""started_brush"",""startDate"":""2021-10-08"",""endDate"":""2021-10-19""},{""time"":10828,""label"":""started_brush"",""startDate"":""2021-07-23"",""endDate"":""2021-09-02""},{""time"":13729,""label"":""moved_brush"",""startDate"":""2021-12-27"",""endDate"":""2022-02-05""},{""time"":14667,""label"":""moved_brush"",""startDate"":""2022-01-03"",""endDate"":""2022-02-13""}]}",0,complex,line +2023-03-15 19:02:28,2023-03-15 19:20:58,0,98.177.0.188,100,1109,1,2023-03-15 19:20:58,R_2wvLJiObaN9s9hD,,,,,33.3124,-111.9195,anonymous,EN,1,66.637,66.637,70.205,1,,,,,,,,0,0,15.015,0,61,100,71,59.92,90.361,94.224,5,66.137,75.755,117.908,2,1,1,44.868,65.349,69.091,2,-3,-3,47.922,90.177,101.712,2,-3,66.592,66.592,69.66,1,0,0,15.013,0,3,3,3,5,5,2,,23.092,50.324,66.416,6,4,5,5,7,7,5,"The instructions included to assume that I trust the data, and this is the way scientific data is often presented. ",5.351,30.088,84.031,2,5,,12.794,18.794,23.128,2,2,7,3,4,1,5,6,0,0,26.553,0,2,2,8,4,2,4,8,8,,13.775,46.515,58.749,8,4,4,1,1,4,4,19.329,67.456,69.685,6,3,,14.174,14.174,18.046,1,2,1970,Arizona,7,1,1,,7,,,17,4,2,5.044,91.603,100.885,13,639241f806b3758a1b3c1de3,"{""startTime"":1678921788850,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921855646,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921553147,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":27301,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3817,""week"":""32"",""id"":""chart""},{""time"":31119,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1083,""week"":""32"",""id"":""chart""},{""time"":32293,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2060,""week"":""33"",""id"":""chart""},{""time"":34506,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2480,""week"":""34"",""id"":""chart""},{""time"":37120,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1949,""week"":""35"",""id"":""chart""},{""time"":41053,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3268,""week"":""50"",""id"":""chart""},{""time"":44430,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1542,""week"":""49"",""id"":""chart""},{""time"":46010,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1597,""week"":""50"",""id"":""chart""},{""time"":49624,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2299,""week"":""51"",""id"":""chart""},{""time"":52025,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1249,""week"":""52"",""id"":""chart""},{""time"":53281,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2976,""week"":""52"",""id"":""chart""},{""time"":56308,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2183,""week"":""1"",""id"":""chart""},{""time"":58776,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4282,""week"":""2"",""id"":""chart""},{""time"":66132,""label"":""tour_next"",""step"":2},{""time"":75750,""label"":""tour_end"",""step"":2},{""time"":87357,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2506,""week"":""51"",""id"":""chart""},{""time"":89956,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3158,""week"":""52"",""id"":""chart""},{""time"":93228,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1738,""week"":""51"",""id"":""chart""},{""time"":95043,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2556,""week"":""52"",""id"":""chart""},{""time"":97640,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2393,""week"":""1"",""id"":""chart""},{""time"":100169,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2448,""week"":""2"",""id"":""chart""},{""time"":102827,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2424,""week"":""3"",""id"":""chart""},{""time"":106194,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4292,""week"":""4"",""id"":""chart""},{""time"":110777,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2259,""week"":""5"",""id"":""chart""},{""time"":113289,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1431,""week"":""6"",""id"":""chart""}]}","{""startTime"":1678921773431,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,bar +2023-03-15 19:02:02,2023-03-15 19:24:02,0,172.58.222.218,100,1320,1,2023-03-15 19:24:03,R_1gdbHKiLByTfhGX,,,,,42.364,-71.0265,anonymous,EN,1,100.184,105.384,106.156,6,,,,,,,,0,0,15.181,0,99,81,79,11.365,18.72,20.701,4,18.486,35.76,51.727,3,1,1,90.856,103.114,105.095,2,-3,-3,96.001,123.376,125.292,2,1,101.834,101.834,103.3,1,0,0,15.076,0,5,5,5,5,5,5,,36.662,142.952,145.825,9,4,5,3,7,7,5,it seems to come from a credible source ,0.429,0.429,26.724,1,2,,28.365,30.901,33.116,2,2,7,3,4,1,5,6,35.863,36.87,40.456,2,6,7,8,8,8,7,9,9,,4.887,20.829,21.472,13,3,3,1,2,3,3,17.213,30.554,31.448,8,4,,12.005,13.019,13.818,2,2,1982,Maine,2,2,1,,7,,,4,4,1,1.015,110.092,110.892,43,62728c148af5805feea46dc8,"{""startTime"":1678921690574,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":30923},{""label"":""window_focused"",""time"":36733}]}","{""startTime"":1678921840275,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_focused"",""time"":100088},{""label"":""window_focused"",""time"":100089}]}","{""startTime"":1678921512612,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":53,""label"":""tour_started""},{""time"":27960,""label"":""tour_next"",""step"":2},{""time"":35688,""label"":""tour_end"",""step"":2},{""time"":36518,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2858,""week"":""1"",""id"":""chart2""}]}","{""startTime"":1678921673276,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":6260,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2570,""week"":""50"",""id"":""chart""},{""time"":9181,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1616,""week"":""2"",""id"":""chart2""}]}",0,simple,bar +2023-03-15 19:03:32,2023-03-15 19:25:39,0,98.22.149.113,100,1326,1,2023-03-15 19:25:40,R_2XmU8lr5Y6TYs8N,,,,,36.0432,-95.8072,anonymous,EN,1,5.6,142.98,144.52,2,1,4,2,9.984,14.933,16.49,3,0,0,15.13,0,89,100,67,2.106,36.667,38.863,6,34.946,145.194,157.343,9,1,1,5.417,113.719,116.278,12,-1,1,1.711,108.644,110.617,6,1,4.597,45.339,64.302,3,6.809,6.809,15.127,1,5,5,5,5,4,5,,2.269,48.721,51.029,9,5,5,5,2,7,5,I believe that the covid rate increases in those not vaccinated.,4.508,4.508,46.705,1,5,,2.601,37.651,40.065,5,2,7,3,4,1,5,6,18.778,32.238,34.949,2,6,8,10,10,10,10,10,10,,6.781,40.48,42.659,12,2,4,3,2,1,4,30.462,80.799,82.614,8,2,1,0.466,22.853,25.241,5,2,1967,Oklahoma,2,2,1,,7,,,1,3,1,5.304,195.426,206.488,47,5d4252914733ca0018ff29d7,"{""startTime"":1678922011768,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921894694,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921653274,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":12636,""label"":""hovered"",""timeHovered"":19672,""week"":""2022-01-10""},{""time"":81099,""label"":""cleared_brush"",""using"":""click""},{""time"":89433,""label"":""started_brush"",""startDate"":""2021-11-07"",""endDate"":""2022-01-04""},{""time"":109305,""label"":""moved_brush"",""startDate"":""2021-10-04"",""endDate"":""2022-01-04""},{""time"":121129,""label"":""cleared_brush"",""using"":""click""},{""time"":121135,""label"":""cleared_brush"",""using"":""Escape""},{""time"":153449,""label"":""hovered"",""timeHovered"":1468,""week"":""2022-01-10""}]}","{""startTime"":1678921878359,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line +2023-03-15 19:04:10,2023-03-15 19:30:20,0,97.119.221.20,100,1569,1,2023-03-15 19:30:21,R_5AelWusKc3X3hJv,,,,,41.2093,-96.0548,anonymous,EN,1,14.051,14.051,16.487,1,1,4,1,18.542,20.849,23.199,2,0,0,15.037,0,96,94,43,52.242,63.55,66.369,4,15.3,23.595,98.654,2,1,-2,17.184,137.842,139.866,8,1,1,20.223,144.038,146.61,8,1,36.426,36.426,38.243,1,0,0,15.055,0,6,6,6,5,5,6,,5.954,19.059,22.246,6,4,6,5,4,5,5,The data falls right where I expect it to be.,3.321,3.321,39.085,1,3,,6.582,12.844,15.35,2,2,7,3,4,1,5,6,0,0,32.893,0,7,9,9,9,10,8,11,10,,8.724,38.746,41.054,9,3,3,4,4,2,2,8.754,39.264,41.548,8,1,1,2.736,12.773,15.136,2,1,1962,Nebraska,6,3,1,,9,,Omaha,16,4,1,4.528,407.806,476.142,37,5ee6f91291a7f3467cd37704,"{""startTime"":1678921949664,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921850571,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":2065,""label"":""hovered"",""timeHovered"":1617,""week"":""2021-12-27""},{""time"":6054,""label"":""hovered"",""timeHovered"":1443,""week"":""2022-01-17""},{""time"":10385,""label"":""hovered"",""timeHovered"":1562,""week"":""2022-01-17""},{""time"":16444,""label"":""hovered"",""timeHovered"":8044,""week"":""2022-01-17""},{""time"":25452,""label"":""hovered"",""timeHovered"":1214,""week"":""2022-01-17""},{""time"":27735,""label"":""hovered"",""timeHovered"":1651,""week"":""2022-01-17""},{""time"":30470,""label"":""hovered"",""timeHovered"":1348,""week"":""2022-01-17""},{""time"":32613,""label"":""hovered"",""timeHovered"":1475,""week"":""2022-01-17""}]}","{""startTime"":1678921588871,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":31661,""label"":""hovered"",""timeHovered"":1475,""week"":""2021-06-21""}]}","{""startTime"":1678921835203,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":10844,""label"":""hovered"",""timeHovered"":1889,""week"":""2022-01-10""}]}",1,moderate,line +2023-03-15 18:59:16,2023-03-15 19:34:44,0,108.175.29.210,100,2128,1,2023-03-15 19:34:44,R_1dhIfEOjQEMo8NP,,,,,29.6626,-94.5945,anonymous,EN,1,12.21,12.21,13.21,1,,,,,,,,0,0,15.008,0,75,55,38,10.415,44.193,46.03,5,34.258,462.504,463.945,7,1,1,17.46,26.208,49.988,2,-2,1,48.947,320.671,327.502,2,1,185.611,186.895,187.501,2,0,0,15.109,0,3,3,4,3,3,3,,15.134,31.8,34.49,10,2,3,3,7,3,3,I would like to compare it more.,9.41,24.471,27.463,2,2,,2.908,7.036,9.037,5,2,7,3,4,1,5,6,0,0,40.341,0,3,3,8,6,4,6,6,6,,5.028,28.244,30.662,9,3,3,3,3,3,3,6.726,62.842,63.646,6,6,,5.116,5.116,7.473,1,2,1991,Texas,1,2,1,,7,,,16,2,1,2.383,361.304,365.617,25,5e8d44819163b611f62d706c,"{""startTime"":1678922102326,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678922137705,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921290353,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":4671,""label"":""hovered"",""timeHovered"":1541,""week"":""2022-01-03""},{""time"":7146,""label"":""hovered"",""timeHovered"":2217,""week"":""2022-01-03""}]}","{""startTime"":1678922086417,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,line +2023-03-15 18:49:19,2023-03-15 19:37:42,0,66.182.122.89,100,2903,1,2023-03-15 19:37:43,R_POL25rAkSiSqMF3,,,,,33.0073,-111.9324,anonymous,EN,1,10.203,10.203,11.259,1,1,2,1,1.529,3.483,5.354,2,1.846,2.535,15.106,2,85,14,0,24.088,35.224,36.593,3,6.94,101.177,107.573,12,1,-3,26.958,45.433,46.901,2,-2,1,395.875,413.148,415.466,2,-3,65.557,93.656,95.394,8,6.914,9.367,15.01,4,4,4,5,2,2,4,,405.075,443.532,445.502,7,5,1,7,5,5,5,"The information portrayed is something I have seen outside of this graph, I have observed it in my day to day",23.526,23.526,49.632,1,3,,4.145,6.27,8.596,5,2,7,3,4,1,5,6,0,0,23.947,0,1,1,1,1,1,1,10,9,,6.278,18.135,21.097,8,4,5,1,2,4,2,6.822,24.434,25.812,7,2,1,5.701,20.895,23.173,2,2,2000,Arizona,3,1,1,,9,,black and hispanic,4,4,1,3.455,87.937,90.89,35,6103217486fd393d9efbba25,"{""startTime"":1678920861785,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921309582,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678920642522,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":31046,""label"":""started_brush"",""startDate"":""2021-06-05"",""endDate"":""2022-02-13""},{""time"":38472,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-12-20""},{""time"":43877,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-12-20""},{""time"":45231,""label"":""moved_brush"",""startDate"":""2021-06-03"",""endDate"":""2022-02-11""},{""time"":48824,""label"":""moved_brush"",""startDate"":""2021-06-05"",""endDate"":""2022-02-13""},{""time"":49548,""label"":""moved_brush"",""startDate"":""2021-06-05"",""endDate"":""2022-02-13""},{""time"":52231,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-05-05""},{""time"":54889,""label"":""cleared_brush"",""using"":""click""},{""time"":54892,""label"":""cleared_brush"",""using"":""Escape""},{""time"":66942,""label"":""hovered"",""timeHovered"":1369,""week"":""2022-01-03""},{""time"":89418,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-06-06""},{""time"":103378,""label"":""started_brush"",""startDate"":""2021-11-04"",""endDate"":""2022-02-13""}]}","{""startTime"":1678920846322,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":10777,""label"":""started_brush"",""startDate"":""2021-06-25"",""endDate"":""2022-02-13""}]}",1,complex,line +2023-03-15 19:01:40,2023-03-15 19:43:05,0,72.128.87.107,100,2484,1,2023-03-15 19:43:06,R_2cvLiTj12HaXwCE,,,,,43.2189,-88.1165,anonymous,EN,1,960.737,961.362,961.628,2,1,2,1,3.218,3.87,4.641,2,0,0,15.122,0,69,83,90,2.384,15.399,16.376,7,1.873,7.509,12.424,5,1,1,3.097,56.959,58.902,27,1,1,0.582,30.383,30.595,11,-3,15.541,17.375,19.667,3,0,0,15.008,0,4,4,3,5,4,4,,9.884,16.972,18.273,11,4,4,4,4,4,3,I'm just not sure if any of the data in the graph is factual.,1.069,35.83,36.491,9,3,,2.185,3.238,3.516,2,2,7,3,4,1,5,6,7.265,9.276,10.989,6,2,3,2,3,3,2,9,8,,2.421,16.166,17.902,14,4,4,2,1,4,4,1.481,9.123,9.7,10,1,4,0.799,3.34,4.87,5,1,2003,Wisconsin,3,3,1,,7,,,4,3,1,1.024,29.705,34.435,17,63181446b17ea16a213403c9,"{""startTime"":1678923576355,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678923595131,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678923489081,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678923560988,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":5369,""label"":""hovered"",""timeHovered"":1462,""week"":""2022-01-03""},{""time"":8144,""label"":""hovered"",""timeHovered"":1199,""week"":""2021-12-27""}]}",1,simple,line +2023-03-15 18:56:08,2023-03-15 19:43:13,0,107.198.56.226,100,2824,1,2023-03-15 19:43:13,R_1gFoTN07tuFpMWQ,,,,,32.9475,-96.4407,anonymous,EN,1,8.056,290.229,292.604,35,1,3,2,22.339,88.845,90.309,6,0,0,15.209,0,67,39,64,109.296,172.845,174.268,6,8.71,95.954,100.855,13,-2,-1,41.351,67.905,71.083,5,1,1,76.755,160.887,163.078,7,-3,85.774,112.632,115.086,3,0,0,15.047,0,3,3,3,4,3,3,,58.571,78.097,89.521,6,3,3,3,2,2,3,"I neither agree nor disagree because the data is not entirely accurate, there were people who did not report having covid, which made it difficult to keep an accurate count.",18.764,377.896,380.883,7,4,,41.605,46.612,56.066,3,2,7,3,4,1,5,6,32.065,93.272,96.103,2,7,8,9,8,8,9,7,8,,10,90.029,94.147,12,2,4,3,3,4,2,62.844,145.427,148.96,9,6,2,36.823,66.776,79.14,3,1,1983,Florida,7,1,1,,7,,,8,2,2,20.495,370.961,373.119,26,5dcccec0092079953154f997,"{""startTime"":1678922636261,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921957282,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921634808,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":42369,""label"":""hovered"",""timeHovered"":1915,""week"":""2021-12-06""},{""time"":50274,""label"":""hovered"",""timeHovered"":2149,""week"":""2021-04-19""}]}","{""startTime"":1678921939314,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6304,""label"":""hovered"",""timeHovered"":4410,""week"":""2021-07-26""},{""time"":14509,""label"":""hovered"",""timeHovered"":2457,""week"":""2021-12-27""}]}",1,moderate,line +2023-03-15 18:52:34,2023-03-15 19:52:51,0,99.106.197.215,100,3617,1,2023-03-15 19:52:52,R_1ezpAh9tBTZi7uu,,,,,32.691,-97.1918,anonymous,EN,1,2028.674,2028.674,2031.532,1,1,4,1,13.752,16.836,22.889,2,0,0,15.116,0,83,100,22,24.371,38.749,41.753,4,11.048,17.161,43.856,2,1,1,68.792,128.774,130.687,5,1,-3,84.699,202.997,205.156,3,-3,75.781,78.04,79.83,2,0,0,15.012,0,5,3,4,5,5,4,,0.706,38.693,46.618,12,4,5,3,5,5,5,it seems simple and straightforward,9.163,11.753,30.946,2,4,,21.615,34.35,39.898,2,2,7,3,4,1,5,6,44.704,46.415,66.329,2,1,1,2,2,3,1,9,8,,6.268,28.961,31.178,8,3,3,2,3,4,3,51.197,221.243,223.077,6,2,2,111.001,122.677,126.696,2,2,1970,Texas,2,3,1,,4,,,3,4,2,23.455,312.99,335.522,17,60dc58e913fdfde86caccc77,"{""startTime"":1678923107464,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678923154618,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678922916118,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":11036,""label"":""tour_next"",""step"":2},{""time"":17149,""label"":""tour_end"",""step"":2},{""time"":19761,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3075,""week"":""52"",""id"":""chart2""},{""time"":27661,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2807,""week"":""52"",""id"":""chart""},{""time"":30682,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4437,""week"":""1"",""id"":""chart""}]}","{""startTime"":1678923091756,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar +2023-03-15 20:36:04,2023-03-15 20:53:52,0,73.97.147.88,100,1067,1,2023-03-15 20:53:53,R_2t9js19kjhWuRud,,,,,47.9425,-122.2139,anonymous,EN,1,3.003,17.056,18.319,2,,,,,,,,0,0,15.008,0,72,83,65,24.084,48.88,50.715,4,34.998,130.273,138.069,14,1,1,29.503,64.6,67.134,2,-1,-1,59.369,74.783,76.203,2,-1,26.94,115.965,118.277,11,1.841,1.841,15.015,1,3,3,3,4,4,3,,8.554,79.116,81.816,11,4,3,3,7,7,4,"I don't know much about their government, so have no real reason to trust or distrust them so I gave them the benefit of the doubt that they are telling the truth about the data.",4.103,5.092,93.524,2,5,,4.211,13.238,16.682,3,2,7,3,4,1,5,6,0,0,32.65,0,4,5,4,4,5,4,9,9,,9.776,48.772,55.478,9,3,3,2,2,4,4,17.82,60,62.372,6,1,,4.169,4.169,8.411,1,1,1965,Washington,3,2,1,,7,,,9,4,1,1.536,96.996,106.23,16,5d1b8b02e24a990019f32501,"{""startTime"":1678927335675,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678927418036,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":8594,""label"":""hovered"",""timeHovered"":6177,""week"":""2021-11-15""},{""time"":33777,""label"":""hovered"",""timeHovered"":1066,""week"":""2021-07-19""}]}","{""startTime"":1678927062932,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":20171,""label"":""hovered"",""timeHovered"":1165,""week"":""2021-11-01""},{""label"":""window_blurred"",""time"":25377},{""label"":""window_focused"",""time"":25656},{""time"":34992,""label"":""tour_next"",""step"":5},{""time"":49780,""label"":""tour_back"",""step"":5},{""time"":64354,""label"":""tour_next"",""step"":5},{""time"":85833,""label"":""started_brush"",""startDate"":""2021-08-29"",""endDate"":""2021-11-07""},{""time"":93255,""label"":""tour_next"",""step"":5},{""time"":109413,""label"":""moved_brush"",""startDate"":""2021-05-07"",""endDate"":""2021-11-07""},{""time"":110212,""label"":""tour_next"",""step"":5},{""time"":116904,""label"":""cleared_brush"",""using"":""click""},{""time"":116905,""label"":""cleared_brush"",""using"":""Escape""},{""time"":118203,""label"":""tour_next"",""step"":5},{""time"":127133,""label"":""tour_end"",""step"":5},{""time"":134304,""label"":""started_brush"",""startDate"":""2021-05-06"",""endDate"":""2021-12-31""}]}","{""startTime"":1678927320209,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line +2023-03-15 20:56:23,2023-03-15 20:56:48,0,162.194.158.128,100,24,1,2023-03-15 20:56:49,R_1Ow4g2zKtdYUEvT,,,,,41.4866,-81.8037,anonymous,EN,2,20.622,20.622,22.493,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5dbdf54d13d4c7320ab224f7,,,,,,, +2023-03-15 20:41:01,2023-03-15 20:57:33,0,75.75.153.36,100,991,1,2023-03-15 20:57:34,R_3gN6XtlahEUFAxJ,,,,,40.3226,-76.4042,anonymous,EN,1,8.326,8.326,10.954,1,2,,2,2.053,2.053,3.568,1,0,0,15.677,0,89,98,56,10.408,39.382,57.705,5,22.176,86.433,95.578,9,-2,1,52.693,88.855,111.958,3,1,1,76.535,93.266,96.546,2,1,174.217,174.217,178.6,1,0,0,15.216,0,4,5,4,5,6,4,,12.094,28.022,31.617,8,4,5,5,2,7,4,I feel like its trustworthy based on the amount of information but I dont know the source,4.014,4.014,42.107,1,2,,4.724,7.041,9.146,5,2,7,3,4,1,5,6,0,0,18.756,0,3,5,6,6,4,6,5,7,,9.801,29.886,32.241,9,2,2,4,4,2,4,6.605,24.389,26.406,6,2,2,5.881,13.569,15.752,2,2,1989,Pennsylvania,4,2,1,,9,,Richland,2,4,2,3.162,72.61,77.153,21,5f2861ba111b901601482e6f,"{""startTime"":1678927812112,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678927737497,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678927444297,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":32,""label"":""tour_started""},{""time"":22997,""label"":""tour_next"",""step"":5},{""time"":36891,""label"":""cleared_brush"",""using"":""click""},{""time"":37690,""label"":""cleared_brush"",""using"":""click""},{""time"":39070,""label"":""started_brush"",""startDate"":""2021-07-05"",""endDate"":""2021-09-22""},{""time"":39551,""label"":""moved_brush"",""startDate"":""2021-07-16"",""endDate"":""2021-10-03""},{""time"":39639,""label"":""moved_brush"",""startDate"":""2021-07-16"",""endDate"":""2021-10-03""},{""time"":42995,""label"":""moved_brush"",""startDate"":""2021-08-23"",""endDate"":""2021-11-10""},{""time"":44665,""label"":""moved_brush"",""startDate"":""2021-06-26"",""endDate"":""2021-09-13""},{""time"":46043,""label"":""moved_brush"",""startDate"":""2021-05-22"",""endDate"":""2021-08-08""},{""time"":47424,""label"":""tour_next"",""step"":5},{""time"":52744,""label"":""moved_brush"",""startDate"":""2021-05-22"",""endDate"":""2021-08-08""},{""time"":55199,""label"":""moved_brush"",""startDate"":""2021-06-03"",""endDate"":""2021-08-20""},{""time"":56970,""label"":""moved_brush"",""startDate"":""2021-10-15"",""endDate"":""2022-01-02""},{""time"":58045,""label"":""tour_next"",""step"":5},{""time"":62336,""label"":""cleared_brush"",""using"":""click""},{""time"":65008,""label"":""tour_next"",""step"":5},{""time"":73330,""label"":""tour_end"",""step"":5},{""time"":84542,""label"":""cleared_brush"",""using"":""click""},{""time"":85023,""label"":""started_brush"",""startDate"":""2021-10-09"",""endDate"":""2021-12-03""},{""time"":87245,""label"":""moved_brush"",""startDate"":""2021-09-17"",""endDate"":""2021-11-11""},{""time"":87561,""label"":""cleared_brush"",""using"":""click""},{""time"":89228,""label"":""started_brush"",""startDate"":""2021-07-05"",""endDate"":""2021-07-10""},{""time"":93434,""label"":""moved_brush"",""startDate"":""2021-07-05"",""endDate"":""2021-11-23""}]}","{""startTime"":1678927721281,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line +2023-03-15 20:52:40,2023-03-15 21:00:04,0,74.133.164.110,100,444,1,2023-03-15 21:00:05,R_3sp6AIyIkYnzSiv,,,,,39.3277,-82.0996,anonymous,EN,1,4.766,4.766,6.447,1,,,,,,,,0,0,15.109,0,88,89,63,14.145,19.32,20.283,3,15.528,22.385,26.923,2,1,1,47.931,58.229,59.418,2,-3,-3,19.667,41.773,42.772,2,1,55.998,55.998,57.18,1,0,0,15.012,0,6,6,6,6,6,6,,7.283,18.18,19.954,8,6,6,6,1,1,6,The data seems to be presented very clearly and thoroughly.,3.503,3.503,18.353,1,5,,5.224,7.463,9.201,3,2,7,3,4,1,5,6,0,0,12.07,0,2,5,1,7,6,3,11,11,,5.113,20.06,27.302,10,5,5,1,1,5,5,5.31,12.865,13.863,6,1,,1.749,1.749,3.195,1,2,1991,Ohio,7,3,1,,7,,,8,4,2,1.098,44.412,46.725,14,61006b0f1f3bfddb6b4c5d55,"{""startTime"":1678928165048,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678928118213,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678928015481,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":7087,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1082,""week"":""45"",""id"":""chart""},{""time"":12307,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1096,""week"":""35"",""id"":""chart""},{""time"":13891,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1064,""week"":""1"",""id"":""chart""},{""time"":15525,""label"":""tour_next"",""step"":2},{""time"":22381,""label"":""tour_end"",""step"":2},{""time"":24923,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1382,""week"":""48"",""id"":""chart2""}]}","{""startTime"":1678928102563,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,bar +2023-03-15 20:53:49,2023-03-15 21:00:26,0,199.30.77.34,100,396,1,2023-03-15 21:00:27,R_3QLbfNQYkRpreRd,,,,,38.0076,-85.6921,anonymous,EN,1,3.501,3.501,4.512,1,,,,,,,,0,0,15.114,0,65,9,29,4.09,13.73,15.444,3,18.112,21.822,23.937,2,1,1,14.955,23.845,27.35,2,1,1,25.454,35.476,36.663,3,1,27.354,27.354,29.26,1,0,0,15.115,0,5,3,5,5,5,4,,16.062,39.944,41.471,6,5,5,5,3,2,5,"At least at a glance, the chart seems consistent.",2.128,2.128,24.745,1,5,,6.149,6.149,7.216,1,2,7,3,4,1,5,6,0,0,16.292,0,6,8,3,7,3,4,9,8,,3.677,28.785,31.377,12,4,5,2,3,4,4,8.332,24.244,25.007,7,1,,2.95,2.95,4.198,1,1,1991,Kentucky,6,2,1,,7,,,1,2,2,1.492,30.71,32.895,14,62ea3271cc6c19525f896495,"{""startTime"":1678928190953,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7783,""label"":""hovered"",""timeHovered"":3250,""week"":""2022-01-24""}]}","{""startTime"":1678928140863,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678928072816,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":4,""label"":""tour_started""},{""time"":7417,""label"":""hovered"",""timeHovered"":1200,""week"":""2021-11-22""},{""time"":10957,""label"":""hovered"",""timeHovered"":5208,""week"":""2022-01-03""},{""time"":18109,""label"":""tour_next"",""step"":2},{""time"":21819,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678928125052,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,line +2023-03-15 20:55:06,2023-03-15 21:00:52,0,76.37.147.135,100,346,1,2023-03-15 21:00:53,R_8vu0cYsE9DURUe5,,,,,42.4444,-76.4926,anonymous,EN,1,3.755,4.122,4.774,2,,,,,,,,0,0,15.108,0,84,23,98,3.766,8.383,9.306,3,3.201,21.785,23.898,5,1,1,6.84,23.791,24.635,3,1,1,14.968,23.5,24.518,3,1,20.825,20.825,21.555,1,4.167,4.167,15.108,1,3,3,4,5,4,3,,4.233,14.618,15.715,8,5,4,6,7,7,4,Seems scientific. But with no more context I cannot 100% trust it.,1.284,1.284,23.547,1,4,,4.831,4.831,6.128,1,2,7,3,4,1,5,6,13.408,16.142,16.556,2,4,5,6,6,7,7,10,9,,4.336,16.235,16.597,10,2,2,4,5,3,4,2.015,11.35,12.157,8,3,,3.188,3.188,4.546,1,2,2002,Massachusetts,6,3,1,,2,,,19,4,2,1.099,53.115,54.117,14,61036102a3f05e2ef6e4e3c6,"{""startTime"":1678928269504,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678928207598,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678928142339,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":4,""label"":""tour_started""},{""time"":6223,""label"":""tour_next"",""step"":2},{""time"":8857,""label"":""tour_end"",""step"":2},{""time"":10158,""label"":""hovered"",""timeHovered"":7085,""week"":""2021-12-27""},{""time"":18437,""label"":""hovered"",""timeHovered"":1536,""week"":""2021-11-01""}]}","{""startTime"":1678928191972,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":6270,""label"":""hovered"",""timeHovered"":1347,""week"":""2022-01-03""}]}",0,simple,line +2023-03-15 20:48:30,2023-03-15 21:01:43,0,98.239.140.227,100,793,1,2023-03-15 21:01:44,R_XTIw9HhI13d4LKh,,,,,39.5953,-79.9229,anonymous,EN,1,11.409,11.409,13.066,1,,,,,,,,0,0,15.006,0,89,33,94,8.318,14.494,16.107,3,17.415,54.58,62.865,5,1,-3,41.67,54.521,55.841,2,1,-3,30.317,96.24,96.577,4,1,31.649,66.572,68.167,6,0,0,15.114,0,5,3,4,3,5,5,,8.14,22.921,25.577,6,3,3,5,3,1,5,The data is detailed enough that I believe the data seems correct. ,4.302,43.196,57.411,5,4,,4.064,7.298,9.305,8,2,7,3,4,1,5,6,0,0,24.115,0,8,9,6,8,9,7,10,9,,6.283,25.524,27.003,8,4,3,2,2,3,4,44.727,172.717,173.885,6,1,,2.991,3.389,5.003,2,1,1987,West Virginia,6,2,1,,7,,,16,4,2,2.209,74.678,79.479,31,5f51667a8dff8f39dba7df7f,"{""startTime"":1678927993585,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678927908883,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678927761268,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":2644,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1485,""week"":""1"",""id"":""chart""},{""time"":11737,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2518,""week"":""39"",""id"":""chart""},{""time"":17410,""label"":""tour_next"",""step"":5},{""time"":29827,""label"":""started_brush"",""startDate"":""2021-06-29"",""endDate"":""2021-07-27""},{""time"":31017,""label"":""tour_next"",""step"":5},{""time"":37643,""label"":""moved_brush"",""startDate"":""2021-08-30"",""endDate"":""2021-09-27""},{""time"":38730,""label"":""tour_next"",""step"":5},{""time"":45588,""label"":""cleared_brush"",""using"":""Click""},{""time"":45588,""label"":""cleared_brush"",""using"":""Escape""},{""time"":47083,""label"":""tour_next"",""step"":5},{""time"":54575,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678927893292,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,bar +2023-03-15 20:55:56,2023-03-15 21:01:47,0,73.137.114.101,100,351,1,2023-03-15 21:01:48,R_3Ol8JGpGmxYegKn,,,,,33.933,-84.604,anonymous,EN,1,2.972,3.468,4.114,2,2,,2,1.645,2.292,2.486,2,0,0,15.118,0,100,100,60,4.956,21.765,22.817,3,3.879,11.187,14.331,4,1,1,32.258,53.396,54.932,2,-1,1,10.615,39.297,40.589,5,-1,10.58,10.58,11.284,1,0,0,15.012,0,6,6,6,6,6,6,,8.988,11.684,14.131,8,6,6,6,1,1,6,Everything is displayed cleanly. There is no evident bias,0.988,15.561,15.922,2,4,,4.279,5.076,6.248,4,2,7,3,4,1,5,6,0,0,15.135,0,2,3,3,4,4,2,9,8,,3.64,16.256,18.104,9,3,4,2,4,4,4,3.398,9.563,11.178,9,4,5,2.441,10.513,11.752,8,1,2004,Georgia,1,1,1,,3,,,11,4,2,2.194,46.26,46.852,18,5f0f433274ad8a03f0a4c8f4,"{""startTime"":1678928298459,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678928313392,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678928212269,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":8272,""label"":""tour_next"",""step"":2},{""time"":11172,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678928282852,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line +2023-03-15 20:56:02,2023-03-15 21:03:27,0,108.205.239.225,100,445,1,2023-03-15 21:03:28,R_2VeEfWCZ7xJYJvv,,,,,39.1027,-94.5778,anonymous,EN,1,4.299,14.048,15.402,4,1,3,2,1.92,3.004,4.008,2,0,0,15.009,0,78,77,57,7.033,16.533,17.938,4,11.909,27.16,29.182,3,1,-3,18.053,26.004,27.293,2,1,1,7.027,48.443,50.964,4,1,29.426,29.426,34.465,1,0,0,15.013,0,5,3,4,3,5,5,,11.902,24.134,26.607,8,4,4,3,2,3,5,It seems consistent with other data I have read.,1.951,1.951,15.841,1,5,,3.894,7.443,9.048,2,2,7,3,4,1,5,6,0,0,19.712,0,5,7,5,9,6,7,9,9,,6.144,34.596,39.021,13,2,4,2,2,4,4,3.571,17.904,19.025,6,3,1,1.765,5.949,7.588,2,1,1990,Missouri,6,3,1,,7,,,4,4,2,1.772,51.916,53.706,14,6335f7d7dad0ae03e9a2509a,"{""startTime"":1678928365013,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678928324157,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678928227376,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":11906,""label"":""tour_next"",""step"":2},{""time"":14490,""label"":""tour_end"",""step"":2},{""time"":15419,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2333,""week"":""1"",""id"":""chart""},{""time"":19069,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1167,""week"":""51"",""id"":""chart""},{""time"":20826,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1268,""week"":""50"",""id"":""chart""}]}","{""startTime"":1678928308546,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":2956,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1644,""week"":""35"",""id"":""chart""},{""time"":7725,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1743,""week"":""6"",""id"":""chart""}]}",1,moderate,bar +2023-03-15 20:58:22,2023-03-15 21:04:04,0,72.199.50.50,100,342,1,2023-03-15 21:04:05,R_3pmVHcTnx83ZLoz,,,,,32.7097,-117.1228,anonymous,EN,1,6.863,6.863,7.981,1,,,,,,,,0,0,15.111,0,72,42,49,5.833,12.187,13.104,3,8.201,15.402,20.398,3,1,1,22.636,30.537,31.438,3,-3,1,23.555,41.701,43.125,2,1,15.662,15.662,17.063,1,0,0,15.011,0,3,3,3,3,3,3,,6.761,18.422,20.385,6,2,5,5,3,3,5,Because it lets me get more data from the visualization in writing.,1.658,1.658,14.642,1,3,,4.319,4.319,6.768,1,2,7,3,4,1,5,6,0,0,11.94,0,5,8,5,5,8,3,6,8,,4.811,18.916,19.685,11,4,4,2,4,4,4,2.848,9.65,11.068,6,1,,1.289,1.871,3.108,2,2,2000,California,6,3,1,,7,,,7,4,2,1.768,45.93,49.909,16,6102dc69fe9b452795eb3d72,"{""startTime"":1678928462987,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678928425546,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678928345300,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":8198,""label"":""tour_next"",""step"":2},{""time"":12988,""label"":""tour_end"",""step"":2},{""time"":15303,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2808,""week"":""2"",""id"":""chart""}]}","{""startTime"":1678928410018,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":3544,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2741,""week"":""1"",""id"":""chart""},{""time"":6416,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1681,""week"":""2"",""id"":""chart""},{""time"":8552,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3112,""week"":""50"",""id"":""chart""}]}",0,moderate,bar +2023-03-15 20:46:09,2023-03-15 21:04:24,0,24.16.89.106,100,1095,1,2023-03-15 21:04:25,R_1mOb1Vgy8QivUkS,,,,,48.183,-122.1136,anonymous,EN,1,24.039,25.558,114.67,3,,,,,,,,0,0,15.101,0,55,73,50,7.269,26.119,27.102,7,4.953,60.351,64.931,2,1,1,12.894,36.687,37.766,3,1,-3,3.666,66.864,68.177,4,-1,0.013,37.361,38.446,2,0,0,15.062,0,3,2,3,4,6,3,,13.129,25.71,32.474,7,2,5,3,1,1,3,You could've made it up,2.762,28.457,29.064,5,1,,6.055,6.625,9.464,2,2,4,7,1,6,3,5,0,0,26.301,0,1,1,1,1,1,1,7,6,,4.81,16.807,18.409,8,3,3,1,2,4,3,85.448,105.627,108.269,11,1,,4.4,18.105,19.503,2,3,1999,Washington,5,2,1,,7,,,1,4,1,1.445,34.811,47.888,11,6026d1eca0c0d1400dcfbbd6,"{""startTime"":1678928261138,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":3567},{""label"":""window_focused"",""time"":7345}]}","{""startTime"":1678928295111,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":1745},{""label"":""window_focused"",""time"":1980}]}","{""startTime"":1678927782437,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":219,""label"":""tour_started""},{""time"":5006,""label"":""tour_next"",""step"":2},{""label"":""window_blurred"",""time"":7316},{""label"":""window_focused"",""time"":385107},{""time"":387524,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678928245178,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":1805},{""label"":""window_focused"",""time"":6407}]}",0,moderate,bar +2023-03-15 20:55:47,2023-03-15 21:05:03,0,70.127.106.100,100,555,1,2023-03-15 21:05:04,R_1eEJ7lMkssmgiZV,,,,,27.8044,-82.2759,anonymous,EN,1,2.517,3.479,4.488,2,,,,,,,,3.081,3.081,15.108,1,100,100,50,8.496,15.562,16.689,5,4.406,115.184,116.468,22,1,1,15.22,65.392,66.132,8,-3,-3,7.116,46.899,47.806,6,1,21.433,43.918,44.652,7,5.848,5.848,15.115,1,5,5,3,4,4,5,,5.71,20.409,21.458,8,5,4,3,7,7,3,Its a bit jumbled with a lot of data in one section. It can get confusing ,3.357,3.357,24.78,1,1,,4.782,6.82,7.837,2,2,7,3,4,1,5,6,6.365,17.601,18.693,3,5,5,8,7,2,6,8,8,,3.411,27.437,28.266,13,4,4,1,4,5,3,4.041,22.61,23.564,9,6,,7.44,9.268,10.045,3,2,1986,Florida,7,3,1,,7,,,9,3,2,4.71,52.612,54.304,19,5cec2163d439ae0016596611,"{""startTime"":1678928370759,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678928392959,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678928193055,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":30,""label"":""tour_started""},{""time"":19253,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1284,""week"":""50"",""id"":""chart""},{""time"":23437,""label"":""tour_next"",""step"":5},{""time"":33023,""label"":""cleared_brush"",""using"":""Click""},{""time"":33993,""label"":""cleared_brush"",""using"":""Click""},{""time"":36382,""label"":""moved_brush"",""startDate"":""2021-04-30"",""endDate"":""2021-06-02""},{""time"":47201,""label"":""cleared_brush"",""using"":""Click""},{""time"":50992,""label"":""cleared_brush"",""using"":""Click""},{""time"":62819,""label"":""cleared_brush"",""using"":""Click""},{""time"":63656,""label"":""cleared_brush"",""using"":""Click""},{""time"":67058,""label"":""cleared_brush"",""using"":""Click""},{""time"":86343,""label"":""started_brush"",""startDate"":""2021-04-12"",""endDate"":""2021-09-04""},{""time"":88873,""label"":""moved_brush"",""startDate"":""2021-04-12"",""endDate"":""2021-09-02""},{""time"":90185,""label"":""tour_next"",""step"":5},{""time"":100342,""label"":""moved_brush"",""startDate"":""2021-06-02"",""endDate"":""2021-10-22""},{""time"":101694,""label"":""tour_next"",""step"":5},{""time"":106280,""label"":""cleared_brush"",""using"":""Click""},{""time"":107400,""label"":""tour_next"",""step"":5},{""time"":112710,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678928354998,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,bar +2023-03-15 20:49:14,2023-03-15 21:06:28,0,69.107.138.221,100,1033,1,2023-03-15 21:06:30,R_22DZr5UMzi6UXmd,,,,,34.7456,-92.3419,anonymous,EN,1,58.207,58.207,59.22,1,1,2,2,5.114,12.134,12.966,2,0,0,15.108,0,86,84,87,62.903,116.439,117.507,6,19.453,72.028,77.09,4,1,1,104.406,122.248,124.626,2,-3,-2,44.415,104.205,106.351,2,1,38.529,38.529,39.766,1,0,0,15.007,0,4,2,4,4,5,4,,12.697,32.406,34.117,7,3,5,5,4,4,4,The difference between the unvaccinated and vaccinated data seems reasonable. Unvaccinated people have more risk in contracting the virus.,7.502,7.502,115.026,1,3,,11.312,11.312,29.574,1,2,7,3,4,1,5,6,0,0,25.821,0,4,5,7,5,3,4,6,7,,10.362,33.08,36.697,10,3,3,1,2,4,4,21.329,69.96,71.6,9,4,1,6.926,15.911,17.592,2,1,1987,Arkansas,6,1,1,,2,,,11,2,2,2.649,59.224,60.21,11,63d8915c1adeaab48c7f2029,"{""startTime"":1678928360385,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678928192071,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678927973954,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":17,""label"":""tour_started""},{""time"":19444,""label"":""tour_next"",""step"":2},{""time"":20994,""label"":""tour_back"",""step"":2},{""time"":21846,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4276,""week"":""14"",""id"":""chart""},{""time"":31165,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1091,""week"":""24"",""id"":""chart""},{""time"":32297,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1409,""week"":""25"",""id"":""chart""},{""time"":35713,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1534,""week"":""1"",""id"":""chart""},{""time"":37315,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2632,""week"":""52"",""id"":""chart""},{""time"":39964,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1475,""week"":""1"",""id"":""chart""},{""time"":42038,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1184,""week"":""2"",""id"":""chart""},{""time"":45398,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2741,""week"":""1"",""id"":""chart""},{""time"":49747,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1325,""week"":""52"",""id"":""chart""},{""time"":51690,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3024,""week"":""51"",""id"":""chart""},{""time"":58953,""label"":""tour_next"",""step"":2},{""time"":65266,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3441,""week"":""52"",""id"":""chart2""},{""time"":72019,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678928176359,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":5546,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1725,""week"":""50"",""id"":""chart""},{""time"":8208,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1118,""week"":""52"",""id"":""chart""},{""time"":10890,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3495,""week"":""4"",""id"":""chart""}]}",1,simple,bar +2023-03-15 20:59:49,2023-03-15 21:09:58,0,107.128.176.50,100,609,1,2023-03-15 21:09:59,R_6sZXiXEXmWtSjhT,,,,,30.2627,-97.7467,anonymous,EN,1,4.156,4.156,5.063,1,1,3,2,1.775,3.508,4.713,2,0,0,15.012,0,84,99,97,7.968,16.168,17.821,3,11.288,94.024,96,15,1,1,31.23,44.479,46.088,2,1,1,63.519,94.086,95.778,3,1,34.051,34.051,35.408,1,0,0,15.014,0,5,5,5,6,5,5,,21.416,35.448,38.34,6,4,5,5,2,4,5,"It seems to align with the experiences of that I have seen in the rise of cases overall during this time, and I know that this has risen for both vaccinated and unvaccinated in the past",2.324,29.408,43.4,3,4,,7.943,11.544,12.417,5,2,7,3,4,1,5,6,0,0,16.694,0,2,3,1,6,4,3,8,9,,4.729,16.029,18.235,8,5,5,1,1,5,5,4.285,17.4,19.892,6,1,1,12.506,30.54,34.085,2,2,1989,Texas,6,3,1,,9,,Austin,17,4,2,9.605,60.772,62.562,19,54849ec4fdf99b0379939d1d,"{""startTime"":1678928588612,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":1129,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4295,""week"":""52"",""id"":""chart""},{""time"":6418,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2040,""week"":""50"",""id"":""chart""},{""time"":8644,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1181,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678928627334,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678928441272,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":5084,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4479,""week"":""52"",""id"":""chart""},{""time"":11284,""label"":""tour_next"",""step"":5},{""time"":25705,""label"":""started_brush"",""startDate"":""2021-07-22"",""endDate"":""2021-09-04""},{""time"":28787,""label"":""started_brush"",""startDate"":""2021-12-09"",""endDate"":""2022-01-08""},{""time"":30099,""label"":""tour_next"",""step"":5},{""time"":46687,""label"":""moved_brush"",""startDate"":""2021-12-09"",""endDate"":""2021-12-17""},{""time"":47683,""label"":""tour_next"",""step"":5},{""time"":52384,""label"":""cleared_brush"",""using"":""Click""},{""time"":52384,""label"":""cleared_brush"",""using"":""Escape""},{""time"":54066,""label"":""tour_next"",""step"":5},{""time"":57935,""label"":""tour_end"",""step"":5},{""time"":76975,""label"":""started_brush"",""startDate"":""2021-07-10"",""endDate"":""2021-10-15""},{""time"":81254,""label"":""moved_brush"",""startDate"":""2021-07-10"",""endDate"":""2021-09-10""},{""time"":83852,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":4527,""week"":""33"",""id"":""chart""}]}","{""startTime"":1678928573245,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":1577,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4547,""week"":""52"",""id"":""chart""},{""time"":6547,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2977,""week"":""48"",""id"":""chart""}]}",1,complex,bar +2023-03-15 20:54:02,2023-03-15 21:10:16,0,74.215.250.209,100,974,1,2023-03-15 21:10:17,R_33kYM3HQfNhNqxW,,,,,39.1256,-84.5127,anonymous,EN,1,8.817,8.817,10.478,1,1,2,1,3.968,7.872,11.072,2,0,0,15.107,0,50,79,43,54.696,64.456,68.275,3,28.14,197.1,206.755,23,1,1,48.751,87.377,89.182,3,-2,1,46.198,77.184,79.259,3,1,62.131,78.867,80.534,4,0,0,15.007,0,3,3,3,5,4,3,,8.187,63.774,66.858,7,4,5,5,3,4,4,No data on how the study was done.,4.252,55.029,61.7,4,4,,9.553,9.553,11.012,1,2,7,3,4,1,5,6,0,0,24.263,0,7,8,9,10,4,9,8,10,,6.192,29.033,33.495,8,3,4,1,2,4,4,14.459,41.101,42.04,6,6,2,4.71,14.038,16,2,1,1965,Ohio,4,2,1,,7,,,14,2,2,2.204,68.246,69.826,11,5c65b61fad596e000179ece5,"{""startTime"":1678928575937,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":42746,""label"":""source_clicked""},{""label"":""window_blurred"",""time"":42770},{""label"":""window_focused"",""time"":55278}]}","{""startTime"":1678928467857,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678928164189,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":4009,""label"":""hovered"",""timeHovered"":3602,""week"":""2021-10-11""},{""time"":14519,""label"":""hovered"",""timeHovered"":7083,""week"":""2022-01-17""},{""time"":21631,""label"":""hovered"",""timeHovered"":5172,""week"":""2022-01-10""},{""time"":55054,""label"":""hovered"",""timeHovered"":11857,""week"":""2021-10-18""},{""time"":73019,""label"":""hovered"",""timeHovered"":7496,""week"":""2021-08-23""},{""time"":95213,""label"":""tour_next"",""step"":5},{""time"":110725,""label"":""tour_back"",""step"":5},{""time"":123197,""label"":""tour_next"",""step"":5},{""time"":152739,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-05-27""},{""time"":158655,""label"":""tour_next"",""step"":5},{""time"":173747,""label"":""moved_brush"",""startDate"":""2021-08-05"",""endDate"":""2021-09-20""},{""time"":174512,""label"":""tour_next"",""step"":5},{""time"":183354,""label"":""cleared_brush"",""using"":""click""},{""time"":183355,""label"":""cleared_brush"",""using"":""Escape""},{""time"":185608,""label"":""tour_next"",""step"":5},{""time"":197089,""label"":""tour_end"",""step"":5},{""time"":198931,""label"":""hovered"",""timeHovered"":3495,""week"":""2021-11-22""}]}","{""startTime"":1678928452364,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":8207,""label"":""hovered"",""timeHovered"":1384,""week"":""2021-10-11""}]}",1,complex,line +2023-03-15 21:00:26,2023-03-15 21:11:05,0,147.219.205.251,100,639,1,2023-03-15 21:11:06,R_OwlIyyXoP46x6IF,,,,,43.1205,-89.3523,anonymous,EN,1,12.171,15.686,30.365,2,1,2,1,2.7,4.341,5.265,2,7.595,12.812,15.008,3,100,81,89,9.789,26.317,30.976,3,13.179,20.124,92.297,2,1,1,9.215,25.093,36.146,2,1,1,26.842,41.128,46.977,2,1,26.439,26.439,27.645,1,0,0,15.108,0,3,2,3,5,5,5,,10.886,39.43,40.085,8,5,5,3,4,3,5,"It comes from a reputable source, and there is no realistic reason for it to be skewed to untrustworthy levels - given the mission of the CDC.",2.562,2.922,30.242,2,4,,5.697,5.697,7.25,1,2,7,3,4,1,5,6,0,0,19.196,0,1,4,1,7,1,1,9,8,,4.585,22.628,24.543,10,4,4,1,2,5,4,62.031,85.677,86.702,6,1,1,3.259,8.628,10.114,2,1,1991,Wisconsin,6,1,1,,7,,,6,4,1,2.309,67.084,71.986,22,62be632336006d96574e22ef,"{""startTime"":1678928662172,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678928702894,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678928506068,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":13171,""label"":""tour_next"",""step"":2},{""time"":20115,""label"":""tour_end"",""step"":2},{""time"":24437,""label"":""hovered"",""timeHovered"":1455,""week"":""2022-01-03""},{""time"":27251,""label"":""hovered"",""timeHovered"":4648,""week"":""2022-01-03""},{""time"":37741,""label"":""hovered"",""timeHovered"":1851,""week"":""2021-11-22""},{""time"":40465,""label"":""hovered"",""timeHovered"":7101,""week"":""2021-06-07""},{""time"":51513,""label"":""hovered"",""timeHovered"":4410,""week"":""2022-01-10""},{""time"":57621,""label"":""hovered"",""timeHovered"":1274,""week"":""2022-01-10""},{""time"":58898,""label"":""hovered"",""timeHovered"":4588,""week"":""2022-01-10""},{""time"":64634,""label"":""hovered"",""timeHovered"":2155,""week"":""2021-12-20""},{""time"":66803,""label"":""hovered"",""timeHovered"":11489,""week"":""2021-12-20""}]}","{""startTime"":1678928646296,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":4122,""label"":""hovered"",""timeHovered"":1091,""week"":""2021-08-16""},{""time"":12206,""label"":""hovered"",""timeHovered"":1125,""week"":""2022-01-10""}]}",1,moderate,line +2023-03-15 21:01:20,2023-03-15 21:11:09,0,73.125.2.255,100,589,1,2023-03-15 21:11:11,R_2wThjxe76MJaV49,,,,,26.5355,-80.1098,anonymous,EN,1,2.436,2.436,2.904,1,1,2,2,4.034,6.967,7.733,2,0,0,15.115,0,74,76,50,9.303,12.603,13.205,3,4.291,6.477,17.35,2,1,1,33.732,44.23,50.341,2,-3,-3,26.159,46.856,57.204,2,-1,28.261,28.261,39.07,1,0,0,15.119,0,3,3,3,4,2,7,,35.089,47.074,48.987,6,3,5,3,1,7,3,one random chart in a study which may or not intentionally share incorrect information cant be judged normally.,3.324,3.324,43.782,1,1,,11.172,12.168,13.116,2,2,7,3,4,1,5,6,0,0,17.276,0,1,2,1,2,1,1,2,2,,13.378,27.395,30.085,12,3,2,3,2,4,3,12.163,57.626,80.883,9,2,5,5.542,14.279,15.856,2,1,1998,Florida,3,1,1,,3,,,1,4,2,3.029,78.431,79.263,14,5fff0f626abf51640c57419e,"{""startTime"":1678928681645,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678928616511,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678928531216,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":4285,""label"":""tour_next"",""step"":2},{""time"":6471,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678928600768,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":10286,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1377,""week"":""14"",""id"":""chart2""}]}",1,simple,bar +2023-03-15 20:50:22,2023-03-15 21:11:27,0,104.8.146.115,100,1264,1,2023-03-15 21:11:27,R_2UaqdAijPRuN9YQ,,,,,36.0406,-80.26,anonymous,EN,1,148.738,148.738,149.977,1,,,,,,,,0,0,15.126,0,97,45,50,65.361,89.655,91.308,5,76.618,99.118,108.149,3,1,-3,21.238,69.975,71.968,5,-3,-3,139.476,180.854,181.478,3,1,56.094,56.094,57.755,1,0,0,15.016,0,3,3,3,7,5,4,"I wonder how they come up with this type of information. I assume that there is an industry accepted and scientific methodology, but I also would have concerns that it is not accurate.",23.993,112.736,148.225,12,5,4,5,1,1,5,"I like that it shows data from not only the beginning of the month, but also from the end of the month. I feel that this gives a better representation of what is actually going on.",3.83,78.848,79.7,6,5,,9.086,15.991,19.403,5,2,3,4,5,1,6,7,0,0,19.223,0,3,8,5,6,1,3,10,10,,14.202,39.97,40.272,10,2,2,4,4,5,2,18.902,39.798,41.239,6,1,,5.857,5.857,7.758,1,1,1980,North Carolina,2,2,1,,7,,,17,4,2,16.579,82.796,87.034,14,62728e9f272ecd43323af13b,"{""startTime"":1678928466657,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678928288292,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":4565,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1658,""week"":""5"",""id"":""chart""},{""time"":17645,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":10269,""week"":""3"",""id"":""chart""}]}","{""startTime"":1678928091398,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":8844,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1283,""week"":""6"",""id"":""chart""},{""time"":13777,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6467,""week"":""1"",""id"":""chart""},{""time"":21378,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":34335,""week"":""52"",""id"":""chart""},{""time"":69603,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1894,""week"":""52"",""id"":""chart""},{""time"":73731,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1950,""week"":""51"",""id"":""chart""},{""time"":76612,""label"":""tour_next"",""step"":2},{""time"":82431,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1150,""week"":""1"",""id"":""chart2""},{""time"":85731,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2150,""week"":""51"",""id"":""chart2""},{""time"":87981,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1201,""week"":""52"",""id"":""chart2""},{""time"":99112,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678928272736,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":6284,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2224,""week"":""52"",""id"":""chart""},{""time"":9787,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1068,""week"":""52"",""id"":""chart2""}]}",0,simple,bar +2023-03-15 21:02:37,2023-03-15 21:11:40,0,76.81.228.246,100,542,1,2023-03-15 21:11:40,R_2aS9rRCLx5EWXfv,,,,,33.6647,-117.9663,anonymous,EN,1,5.403,5.403,6.97,1,1,3,1,2.36,4.276,5.638,2,14.449,14.449,15.114,1,88,100,65,6.407,15.518,16.529,4,8.168,13.23,28.281,2,1,1,32.588,43.98,45.155,2,-3,-3,8.002,63.412,64.681,4,1,36.119,36.119,37.956,1,0,0,15.119,0,6,6,6,6,6,6,,6.159,12.692,14.209,6,4,6,5,5,4,6,"Because it appears to show information that is universally understood, unvaccinated people get sick more often than vaccinated people",1.784,1.784,106.942,1,5,,4.044,9.946,11.518,7,2,7,3,4,1,5,6,0,0,18.024,0,3,7,2,6,10,2,11,9,,5.75,22.893,24.801,9,3,3,3,3,4,3,4.51,24.25,25.112,6,3,1,2.154,11.293,13.411,3,2,1988,California,4,1,1,,7,,,9,4,1,1.724,42.718,51.582,13,5c68c8726e9608000140f828,"{""startTime"":1678928723339,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678928738695,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678928613906,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":3553,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2388,""week"":""37"",""id"":""chart""},{""time"":8164,""label"":""tour_next"",""step"":2},{""time"":13226,""label"":""tour_end"",""step"":2},{""time"":14720,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2268,""week"":""51"",""id"":""chart""},{""time"":19020,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1001,""week"":""6"",""id"":""chart""}]}","{""startTime"":1678928707730,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":10231,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3254,""week"":""15"",""id"":""chart""}]}",1,moderate,bar +2023-03-15 21:01:48,2023-03-15 21:12:26,0,99.157.251.234,100,637,1,2023-03-15 21:12:28,R_2y9JUqZ1l7ESpzF,,,,,38.5753,-90.2651,anonymous,EN,1,7.698,7.698,9.078,1,,,,,,,,0,0,15.164,0,79,5,4,24.833,32.276,34.055,3,11.8,79.729,92.577,8,1,1,21.05,40.658,41.984,2,-1,1,17.902,31.727,33.326,2,-2,75.951,75.951,79.89,1,0,0,15.066,0,4,4,4,1,1,7,,10.248,24.258,27.146,6,4,1,7,7,7,7,"Hard to understand and since it's so complicated, I don't trust the data",5.594,5.594,27.701,1,6,,6.699,6.699,8.738,1,2,7,3,4,1,5,6,0,0,28.635,0,1,1,10,7,2,4,8,9,none,6.082,45.329,46.593,11,2,2,4,4,2,2,10.316,28.983,29.959,7,4,,4.538,4.538,6.846,1,2,1947,Missouri,3,2,1,,7,,,6,3,2,2.181,58.636,68.439,13,5e30cffb5a41120d29d33113,"{""startTime"":1678928840598,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678928777243,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678928586821,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":20,""label"":""tour_started""},{""time"":15708,""label"":""hovered"",""timeHovered"":8642,""week"":""2021-12-13""},{""time"":27563,""label"":""tour_next"",""step"":5},{""time"":45560,""label"":""started_brush"",""startDate"":""2021-05-04"",""endDate"":""2021-05-13""},{""time"":49969,""label"":""moved_brush"",""startDate"":""2021-05-04"",""endDate"":""2022-02-13""},{""time"":51884,""label"":""tour_next"",""step"":5},{""time"":60766,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-01-20""},{""time"":62516,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-01-20""},{""time"":63992,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-01-20""},{""time"":64997,""label"":""tour_next"",""step"":5},{""time"":72843,""label"":""cleared_brush"",""using"":""click""},{""time"":72846,""label"":""cleared_brush"",""using"":""Escape""},{""time"":74686,""label"":""tour_next"",""step"":5},{""time"":79713,""label"":""tour_end"",""step"":5},{""time"":82037,""label"":""hovered"",""timeHovered"":1340,""week"":""2022-01-10""},{""time"":85458,""label"":""hovered"",""timeHovered"":2367,""week"":""2022-01-10""}]}","{""startTime"":1678928761291,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line +2023-03-15 21:03:42,2023-03-15 21:13:55,0,74.65.166.193,100,613,1,2023-03-15 21:13:56,R_31nNIP8jXSDfhyq,,,,,43.6842,-70.2816,anonymous,EN,1,13.785,13.785,15.167,1,,,,,,,,0,0,15.111,0,89,69,78,21.377,34.36,35.535,6,16.287,22.304,25.845,2,1,1,13.447,68.835,70.447,3,-1,1,56.665,71,72.404,2,1,69.419,69.419,70.98,1,0,0,15.014,0,5,5,5,4,5,5,,9.068,19.584,21.393,6,5,4,5,2,7,5,The data seems plausible; there's nothing to indicate that any of it is false or misleading. It's hard to imagine anyone deciding to deliberately mislead the general public on this topic.,2.003,2.003,74.469,1,6,,5.958,12.676,14.901,5,2,7,3,4,1,5,6,0,0,14.742,0,7,8,6,8,10,4,10,10,,4.095,23.613,25.388,9,4,4,2,2,5,5,8.451,29.053,30.113,6,2,,5.019,5.019,6.73,1,2,1970,Maine,6,3,1,,7,,,10,2,2,2.403,50.007,53.036,13,5dceb040f2fabc10bd4a10fa,"{""startTime"":1678928810210,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678928832067,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678928695372,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":16279,""label"":""tour_next"",""step"":2},{""time"":22295,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678928794639,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6637,""label"":""hovered"",""timeHovered"":5256,""week"":""2022-01-17""},{""time"":12523,""label"":""hovered"",""timeHovered"":1573,""week"":""2022-01-17""}]}",0,moderate,line +2023-03-15 21:06:19,2023-03-15 21:14:06,0,68.40.219.41,100,467,1,2023-03-15 21:14:07,R_Tbk1bcIhcVdqM1z,,,,,42.4723,-82.9967,anonymous,EN,1,3.329,3.329,3.973,1,,,,,,,,0,0,15.012,0,89,70,58,19.039,26.288,26.997,3,22.46,64.225,67.015,16,1,1,16.896,36.348,37.657,2,-1,1,25.57,33.272,34.111,2,1,23.803,23.803,24.694,1,0,0,15.111,0,3,4,4,3,4,5,,12.415,24.552,25.754,6,3,4,7,1,1,5,"It is from the chamber of agriculture, and why would someone lie about this",1.996,1.996,25.634,1,4,,4.501,8.279,9.036,3,2,7,3,4,1,5,6,0,0,16.43,0,3,3,8,8,8,1,11,10,,8.682,24.738,26.159,8,1,1,3,4,1,4,7.065,29.614,30.181,6,1,,7.405,8.387,8.751,2,2,1999,Michigan,6,3,1,,2,,,17,4,1,2.164,61.045,61.636,30,602c4e244525b352fc0779ee,"{""startTime"":1678928984307,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678928937900,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678928829963,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":13354,""label"":""hovered"",""timeHovered"":3600,""week"":""2022-01-24""},{""time"":17738,""label"":""hovered"",""timeHovered"":1599,""week"":""2022-01-17""},{""time"":20204,""label"":""hovered"",""timeHovered"":1533,""week"":""2022-01-03""},{""time"":22456,""label"":""tour_next"",""step"":5},{""time"":31272,""label"":""cleared_brush"",""using"":""click""},{""time"":34300,""label"":""started_brush"",""startDate"":""2021-07-16"",""endDate"":""2022-02-13""},{""time"":35667,""label"":""started_brush"",""startDate"":""2021-05-19"",""endDate"":""2021-10-17""},{""time"":38856,""label"":""moved_brush"",""startDate"":""2021-07-17"",""endDate"":""2021-12-15""},{""time"":39760,""label"":""tour_next"",""step"":5},{""time"":47084,""label"":""moved_brush"",""startDate"":""2021-07-17"",""endDate"":""2021-12-15""},{""time"":47669,""label"":""moved_brush"",""startDate"":""2021-04-26"",""endDate"":""2021-09-25""},{""time"":48319,""label"":""tour_next"",""step"":5},{""time"":60198,""label"":""cleared_brush"",""using"":""click""},{""time"":60206,""label"":""cleared_brush"",""using"":""Escape""},{""time"":61053,""label"":""tour_next"",""step"":5},{""time"":64221,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678928922408,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":7346,""label"":""hovered"",""timeHovered"":2488,""week"":""2022-01-24""},{""time"":14878,""label"":""started_brush"",""startDate"":""2022-01-03"",""endDate"":""2022-02-13""}]}",0,complex,line +2023-03-15 21:02:39,2023-03-15 21:14:56,0,96.244.229.8,100,736,1,2023-03-15 21:14:56,R_24jeB1Q7sDxZqTR,,,,,39.2812,-76.7406,anonymous,EN,1,8.856,8.856,10.198,1,1,1,2,2.759,6.772,8.215,2,0,0,15.127,0,75,38,76,11.353,18.04,19.382,3,25.825,62.193,63.631,4,-1,-2,36.316,60.613,63.385,2,-3,-1,33.387,84.919,86.139,2,-1,46.102,46.102,48.017,1,0,0,15.021,0,2,3,3,2,3,7,,8.711,20.925,23.386,7,3,2,2,2,1,3,covid numbers are bloated with inaccurate data,20.688,20.688,59.204,1,3,,7.202,10.828,13.17,5,2,7,3,4,1,5,6,7.105,18.251,51.537,4,4,6,4,4,2,8,9,9,,10.158,22.6,25.601,8,2,3,1,2,3,4,7.14,29.407,31.099,6,3,4,7.147,15.704,17.62,2,1,1986,Maryland,2,1,1,,3,,,12,2,1,2.404,63.979,86.647,14,63480f3ff2ebda4f9403cc01,"{""startTime"":1678928919390,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678928829314,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678928662180,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":25795,""label"":""tour_next"",""step"":2},{""time"":37837,""label"":""tour_end"",""step"":2},{""time"":42905,""label"":""hovered"",""timeHovered"":1590,""week"":""2021-08-02""},{""time"":45733,""label"":""hovered"",""timeHovered"":2209,""week"":""2021-04-12""}]}","{""startTime"":1678928813499,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line +2023-03-15 21:09:21,2023-03-15 21:15:02,0,12.206.251.235,100,340,1,2023-03-15 21:15:03,R_2f34ZFf3Qe37QTf,,,,,44.2433,-88.3564,anonymous,EN,1,13.407,13.407,14.487,1,1,3,2,1.061,4.127,4.8,3,0,0,15.011,0,89,88,71,4.925,11.743,12.727,3,6.229,8.621,18.082,2,-2,1,16.502,26.461,26.866,3,-3,-3,15.632,28.495,29.929,2,1,22.84,22.84,24.13,1,0,0,15.116,0,6,5,5,5,4,5,,7.598,18.703,21.794,8,5,6,6,5,5,5,I've read other information that corroborates this visualization.,0.984,0.984,15.698,1,5,,4.217,5.315,5.602,2,2,7,3,4,1,5,6,0,0,25.689,0,3,7,2,8,4,3,11,9,,2.326,21.183,21.503,12,4,5,1,2,5,5,3.237,12.082,13.101,7,2,3,2.289,6.804,7.757,3,2,2001,Minnesota,3,3,1,,7,,,16,4,1,1.329,36.338,38.838,12,5e8787bf14e2970c36c20705,"{""startTime"":1678929110260,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678929081419,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678929016700,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":6220,""label"":""tour_next"",""step"":2},{""time"":8612,""label"":""tour_end"",""step"":2},{""time"":9699,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1211,""week"":""52"",""id"":""chart""},{""time"":13027,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1329,""week"":""3"",""id"":""chart""}]}","{""startTime"":1678929065767,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar +2023-03-15 21:02:53,2023-03-15 21:15:26,0,76.115.176.111,100,753,1,2023-03-15 21:15:27,R_29i8cP8qx2s5vJN,,,,,44.0683,-123.0763,anonymous,EN,1,9.522,9.522,11.247,1,1,4,2,1.391,3.89,5.777,2,0,0,15.2,0,89,94,80,9.508,49.399,51.298,8,30.409,59.406,60.057,3,1,1,29.779,97.582,98.679,3,-1,1,16.631,84.645,101.978,6,-1,25.498,25.498,36.315,1,0,0,15.013,0,5,4,5,6,6,5,,5.457,18.344,23.12,6,4,6,6,5,5,5,"first off it shows data from a very reliable source, CDC. They do not stand anything to gain by manipulating the data.",2.368,2.368,49.497,1,5,,4.901,5.639,9.954,2,2,7,3,4,1,5,6,0,0,24.759,0,7,8,9,8,8,7,10,10,,19.142,37.44,42.153,9,4,4,2,2,4,4,6.957,33.613,35.164,6,2,1,1.296,7.854,11.835,3,1,1967,Oregon,3,1,1,,7,,,16,4,1,1.497,98.155,109.276,20,5fc2ab07be970b4cde3ba33d,"{""startTime"":1678928848177,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678928871915,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678928672229,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":5032,""label"":""hovered"",""timeHovered"":1017,""week"":""2021-07-19""},{""time"":9136,""label"":""hovered"",""timeHovered"":2752,""week"":""2021-12-27""},{""time"":11905,""label"":""hovered"",""timeHovered"":1218,""week"":""2021-12-27""},{""time"":30390,""label"":""tour_next"",""step"":2},{""time"":37749,""label"":""tour_end"",""step"":2},{""label"":""window_blurred"",""time"":41847},{""label"":""window_focused"",""time"":47600}]}","{""startTime"":1678928832529,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":5810,""label"":""hovered"",""timeHovered"":1826,""week"":""2021-12-27""},{""time"":7922,""label"":""hovered"",""timeHovered"":1024,""week"":""2021-12-27""},{""time"":10195,""label"":""hovered"",""timeHovered"":1221,""week"":""2022-01-31""}]}",1,simple,line +2023-03-15 21:08:42,2023-03-15 21:16:34,0,75.84.121.232,100,472,1,2023-03-15 21:16:34,R_2QzAf8dawazvySI,,,,,33.9883,-118.1823,anonymous,EN,1,4.315,4.315,5.543,1,1,3,1,3.075,16.819,17.503,3,0,0,15.078,0,100,100,19,11.028,17.29,20.39,3,10.478,20.003,22.459,2,-2,-1,17.816,58.766,59.799,7,-3,-2,18.171,52.452,54.343,4,1,24.4,25.051,26.357,2,0,0,15.118,0,5,5,5,5,5,5,,6.43,12.183,14.684,6,4,4,4,4,4,4,Based on the source of the information,2.15,2.15,25.689,1,2,,5.528,5.528,8.132,1,2,7,3,4,1,5,6,11.889,11.889,21.008,1,5,6,3,6,4,6,9,8,,5.446,23.877,24.629,10,4,4,1,1,4,4,9.649,23.872,25.407,7,2,2,6.202,22.385,23.677,4,2,1998,California,6,1,1,,9,,Downey,10,3,1,2.685,45.747,48.938,14,60fff33b80569cb2f8d1b007,"{""startTime"":1678929136740,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678929093435,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678928993869,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":54,""label"":""tour_started""},{""time"":5399,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2366,""week"":""29"",""id"":""chart""},{""time"":10463,""label"":""tour_next"",""step"":2},{""time"":20094,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678929077333,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":7658,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1035,""week"":""50"",""id"":""chart""},{""time"":9475,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1610,""week"":""3"",""id"":""chart""},{""time"":11829,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2474,""week"":""50"",""id"":""chart""}]}",1,simple,bar +2023-03-15 20:49:40,2023-03-15 21:17:54,0,139.55.56.60,100,1693,1,2023-03-15 21:17:54,R_1llWpvBd4rvtw5Y,,,,,31.1823,-83.7641,anonymous,EN,1,11.247,91.113,92.503,8,1,3,1,4.703,14.321,17.063,4,13.91,13.91,15.187,1,94,85,56,8.018,72.565,76.308,10,5.265,122.363,134.238,9,1,1,27.37,163.162,164.348,14,-3,-3,4.546,133.868,134.687,10,-2,42.101,82.008,86.073,5,12.291,12.291,15.061,1,4,3,4,5,4,4,"I wondering how this graph would account for people who caught COVID, but did not seek medical help for it.",5.236,287.995,289.602,30,4,5,5,3,4,4,"I question the medical communities ability to accurately measure the actual number of COVID cases. For the most part, I do trust the CDC though.",19.376,19.376,124.369,1,4,,11.043,52.357,80.025,3,2,7,3,4,1,5,6,22.786,45.534,47.657,4,2,3,8,6,3,5,9,9,,15.789,66.911,69.095,14,3,3,2,3,4,4,17.79,73.099,81.434,11,4,1,6.087,37.529,39.463,6,2,1969,Georgia,6,2,1,,7,,,9,4,2,9.875,103.067,109.432,24,60160f7fe4c5e278be505f72,"{""startTime"":1678928303866,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":144713,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5346,""week"":""1"",""id"":""chart""},{""time"":200087,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1300,""week"":""51"",""id"":""chart""}]}","{""startTime"":1678928595427,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678928014329,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":25,""label"":""tour_started""},{""time"":53766,""label"":""tour_next"",""step"":2},{""time"":67732,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678928285380,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar +2023-03-15 21:09:55,2023-03-15 21:18:01,0,172.58.160.223,100,485,1,2023-03-15 21:18:02,R_1rBu5r7fQ35uzqt,,,,,41.8502,-87.6736,anonymous,EN,1,3.382,3.382,4.654,1,1,2,2,1.676,5.554,7.563,2,0,0,15.018,0,38,69,53,15.581,24.701,26.414,4,7.791,16.099,24.329,2,1,-3,32.111,53.995,55.4,2,1,-3,29.371,54.255,55.365,2,-3,31.955,31.955,33.202,1,0,0,15.121,0,7,7,7,4,5,7,,10.702,26.513,28.598,6,4,5,5,7,7,7,"I dont trust any covid numbers, i feel the tests are not accurate.",2.735,2.735,29.047,1,5,,3.539,3.539,6.463,1,2,7,3,4,1,5,6,0,0,17.79,0,2,2,9,7,2,6,6,7,,4.483,18.027,20.643,8,2,4,2,2,4,2,8.38,21.976,22.855,6,4,1,3.276,8.938,13.946,2,1,1970,Michigan,4,2,1,,7,,,17,2,1,2.856,47.036,49.89,18,5a6b35d3d5d4cb0001d643d8,"{""startTime"":1678929227293,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678929165480,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678929069225,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":17,""label"":""tour_started""},{""time"":7785,""label"":""tour_next"",""step"":2},{""time"":16092,""label"":""tour_end"",""step"":2},{""time"":20821,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1559,""week"":""1"",""id"":""chart2""}]}","{""startTime"":1678929150120,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":2579,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3054,""week"":""52"",""id"":""chart""},{""time"":9460,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1022,""week"":""52"",""id"":""chart2""}]}",1,simple,bar +2023-03-15 21:06:13,2023-03-15 21:19:17,0,67.182.223.113,100,783,1,2023-03-15 21:19:17,R_1rAe6rWFYXEBri4,,,,,40.7038,-111.5437,anonymous,EN,1,10.637,10.637,11.593,1,,,,,,,,0,0,15.006,0,91,97,74,25.44,57.201,58.21,9,13.399,17.571,46.349,2,-3,-3,13.759,55.708,57.555,2,1,1,53.966,95.684,98.942,2,-1,35.646,35.646,43.122,1,0,0,15.013,0,4,5,4,6,2,5,,7.363,56.2,63.303,10,5,6,6,3,5,5,Its clear and comes from a governmental agriculture agency. ,1.742,35.073,37.019,3,4,,4.889,6.274,8.835,4,2,7,3,4,1,5,6,0,0,23.948,0,1,5,1,6,4,3,10,8,,6.217,32.462,34.603,9,4,4,2,2,3,4,13.355,41.166,46.58,6,2,,4.423,4.423,6.766,1,2,1988,Utah,5,2,1,,7,,,9,4,1,2.042,154.366,155.87,50,63fb001cebe7de78a66a9bdd,"{""startTime"":1678928989555,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678929053496,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678928868628,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":13392,""label"":""tour_next"",""step"":2},{""time"":17564,""label"":""tour_end"",""step"":2},{""time"":20577,""label"":""hovered"",""timeHovered"":2803,""week"":""2022-01-03""},{""time"":23393,""label"":""hovered"",""timeHovered"":1474,""week"":""2022-01-03""},{""time"":32041,""label"":""hovered"",""timeHovered"":1423,""week"":""2021-12-20""},{""time"":34585,""label"":""hovered"",""timeHovered"":1290,""week"":""2021-12-20""}]}","{""startTime"":1678928973578,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":13631,""label"":""hovered"",""timeHovered"":1509,""week"":""2022-01-31""}]}",0,simple,line +2023-03-15 21:11:07,2023-03-15 21:21:08,0,47.149.66.72,100,600,1,2023-03-15 21:21:09,R_1IWdWXABoR84SWn,,,,,33.5173,-117.1208,anonymous,EN,1,3.362,3.362,4.296,1,,,,,,,,0,0,15.015,0,95,93,96,23.006,33.498,35.464,4,43.813,53.589,65.331,2,-2,1,22.166,45.517,47.414,2,1,1,47.777,63.034,65.477,2,-1,28.649,28.649,30.301,1,0,0,15.118,0,3,7,3,3,1,3,,14.726,27.101,30.244,6,4,5,5,1,1,6,"I don't have any reason not to trust it. I'm assuming for ""survey"" purposes it is accurate. However, if I was really interested in trusting it, I would verify sources.",2.701,2.701,37.107,1,3,,8.57,9.586,11.82,2,2,7,3,4,1,5,6,11.062,11.062,18.293,1,5,3,4,5,1,6,9,10,,5.654,42.515,44.341,12,2,3,4,3,2,3,9.884,39.164,40.507,6,6,,5.609,5.609,7.51,1,2,1962,California,4,2,1,,7,,,14,3,2,2.316,67.366,73.808,19,5dd61dcccaee3e5c8b9141cf,"{""startTime"":1678929348690,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678929278261,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678929130882,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":7802,""label"":""hovered"",""timeHovered"":1633,""week"":""2021-08-30""},{""time"":10369,""label"":""hovered"",""timeHovered"":1116,""week"":""2021-09-20""},{""time"":43810,""label"":""tour_next"",""step"":2},{""time"":53585,""label"":""tour_end"",""step"":2},{""time"":55522,""label"":""hovered"",""timeHovered"":2530,""week"":""2021-08-16""}]}","{""startTime"":1678929262555,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,line +2023-03-15 21:08:10,2023-03-15 21:22:32,0,47.151.134.243,100,862,1,2023-03-15 21:22:33,R_25YFprQkeMxbBMG,,,,,34.0125,-118.4682,anonymous,EN,1,18.25,18.25,19.789,1,,,,,,,,0,0,15.116,0,46,74,53,34.892,74.372,75.394,5,60.866,76.13,77.716,2,-2,1,68.502,80.67,82.801,2,-3,-3,32.447,57.527,58.828,2,-2,74.324,74.324,76.062,1,0,0,15.016,0,3,7,3,3,2,4,,24.559,55.383,61.535,8,2,5,3,1,7,4,"I don't distrust this chart, but also not sure where the info is from.",4.371,4.371,34.293,1,4,,8.931,8.931,15.262,1,2,7,3,4,1,5,6,0,0,40.286,0,6,6,6,6,5,6,9,8,,10.314,33.314,35.737,9,3,2,2,3,3,2,16.662,57.982,59.233,6,2,,12.379,12.379,14.301,1,2,1974,California,6,3,1,,2,,,4,4,2,4.304,80.792,82.285,12,612d247d45adec4a638aef83,"{""startTime"":1678929270258,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678929194090,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678929016338,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":34,""label"":""tour_started""},{""time"":19500,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5383,""week"":""42"",""id"":""chart""},{""time"":25900,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4215,""week"":""42"",""id"":""chart""},{""time"":30866,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2398,""week"":""47"",""id"":""chart""},{""time"":33314,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2416,""week"":""49"",""id"":""chart""},{""time"":36347,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3050,""week"":""1"",""id"":""chart""},{""time"":39616,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2480,""week"":""46"",""id"":""chart""},{""time"":42430,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2349,""week"":""45"",""id"":""chart""},{""time"":46430,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1833,""week"":""1"",""id"":""chart""},{""time"":48962,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1251,""week"":""52"",""id"":""chart""},{""time"":50228,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1502,""week"":""1"",""id"":""chart""},{""time"":53313,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1266,""week"":""1"",""id"":""chart""},{""time"":54631,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1164,""week"":""52"",""id"":""chart""},{""time"":55844,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1235,""week"":""1"",""id"":""chart""},{""time"":57112,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1083,""week"":""2"",""id"":""chart""},{""time"":60857,""label"":""tour_next"",""step"":2},{""time"":62747,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1798,""week"":""50"",""id"":""chart2""},{""time"":65628,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2566,""week"":""52"",""id"":""chart2""},{""time"":68228,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1683,""week"":""1"",""id"":""chart2""},{""time"":69927,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3470,""week"":""2"",""id"":""chart2""},{""time"":76121,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678929178097,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":8356,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1399,""week"":""3"",""id"":""chart""},{""time"":10572,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3523,""week"":""4"",""id"":""chart""}]}",0,simple,bar +2023-03-15 21:02:43,2023-03-15 21:23:04,0,73.7.204.64,100,1220,1,2023-03-15 21:23:04,R_1g0FLNI5GKYVKpc,,,,,33.9372,-84.0791,anonymous,EN,1,20.571,20.571,22.757,1,,,,,,,,0,0,15.115,0,86,80,78,75.629,83.019,84.971,3,70.973,80.513,89.146,3,1,1,22.534,57.014,67.595,3,-3,-3,86.187,158.896,159.979,7,1,55.515,55.515,56.596,1,0,0,15.115,0,6,6,6,6,6,6,,9.803,18.093,20.87,10,5,5,6,2,5,6,I don't think there would be any reason to lie about the data presented in the visualization.,3.401,3.401,23.284,1,5,,7.023,7.023,8.538,1,2,7,3,4,1,5,6,0,0,18.192,0,3,3,8,7,2,6,8,10,,6.448,20.478,23.997,8,4,4,2,2,4,4,6.12,40.282,42.14,7,4,,1.953,1.953,4.514,1,1,1992,Georgia,6,1,1,,7,,,16,1,2,44.255,462.189,465.218,21,5f4b3cf86618635f0e7d250b,"{""startTime"":1678929023067,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":14,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1222,""week"":""2"",""id"":""chart""}]}","{""startTime"":1678929044449,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678928756937,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":22135,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3595,""week"":""3"",""id"":""chart""},{""time"":26836,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":30010,""week"":""6"",""id"":""chart""},{""label"":""window_blurred"",""time"":58462},{""label"":""window_focused"",""time"":70136},{""time"":70975,""label"":""tour_next"",""step"":2},{""time"":78882,""label"":""tour_end"",""step"":2},{""time"":79668,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2081,""week"":""2"",""id"":""chart""}]}","{""startTime"":1678929007528,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":7928,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1011,""week"":""2"",""id"":""chart""},{""time"":9000,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1792,""week"":""3"",""id"":""chart""}]}",0,moderate,bar +2023-03-15 21:14:34,2023-03-15 21:23:08,0,47.218.43.191,100,513,1,2023-03-15 21:23:09,R_1d0lWHAfKSnoTBe,,,,,30.6032,-96.3136,anonymous,EN,1,8.155,8.155,8.972,1,,,,,,,,0,0,15.115,0,90,82,73,17.065,25.599,26.625,6,9.052,77.346,91.543,22,1,1,30.333,40.092,41.446,2,1,-3,19.783,38.518,39.117,3,1,43.933,43.933,44.7,1,0,0,15.01,0,5,5,5,5,5,5,,12.847,21.616,23.388,8,5,5,4,7,7,5,The visualization clearly labels all of the data and where the source is from.,1.926,1.926,22.186,1,5,,6.727,7.538,9.396,2,2,7,3,4,1,5,6,8.42,8.42,15.601,1,2,4,1,3,4,4,10,8,,5.864,14.971,17.075,8,3,4,1,2,5,4,8.186,22.333,23.472,7,1,,1.894,1.894,3.95,1,2,1996,Texas,9,3,1,,9,,College Station,4,4,1,2.703,63.17,66.403,26,6122b5527020257bf5aabc8e,"{""startTime"":1678929492887,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678929516870,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678929340495,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":9039,""label"":""tour_next"",""step"":5},{""time"":30340,""label"":""cleared_brush"",""using"":""Click""},{""time"":34870,""label"":""started_brush"",""startDate"":""2021-06-21"",""endDate"":""2021-08-08""},{""time"":35629,""label"":""tour_next"",""step"":5},{""time"":41862,""label"":""cleared_brush"",""using"":""Click""},{""time"":46132,""label"":""started_brush"",""startDate"":""2021-06-03"",""endDate"":""2021-07-20""},{""time"":54480,""label"":""moved_brush"",""startDate"":""2021-06-03"",""endDate"":""2021-07-20""},{""time"":55709,""label"":""moved_brush"",""startDate"":""2021-06-03"",""endDate"":""2021-07-28""},{""time"":56755,""label"":""moved_brush"",""startDate"":""2021-08-25"",""endDate"":""2021-10-19""},{""time"":57414,""label"":""tour_next"",""step"":5},{""time"":71548,""label"":""cleared_brush"",""using"":""Click""},{""time"":72879,""label"":""tour_next"",""step"":5},{""time"":76104,""label"":""tour_end"",""step"":5},{""time"":82180,""label"":""started_brush"",""startDate"":""2021-05-23"",""endDate"":""2021-06-08""},{""time"":84286,""label"":""moved_brush"",""startDate"":""2021-07-28"",""endDate"":""2021-08-13""},{""time"":86077,""label"":""moved_brush"",""startDate"":""2021-07-28"",""endDate"":""2021-12-31""},{""time"":89938,""label"":""moved_brush"",""startDate"":""2021-09-03"",""endDate"":""2022-02-07""}]}","{""startTime"":1678929477492,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":10994,""label"":""started_brush"",""startDate"":""2021-11-02"",""endDate"":""2022-01-01""}]}",0,complex,bar +2023-03-15 21:12:53,2023-03-15 21:23:34,0,50.4.118.94,100,641,1,2023-03-15 21:23:35,R_11X8JD8XcYY4PID,,,,,42.5134,-83.0647,anonymous,EN,1,3.89,3.89,4.769,1,1,3,1,1.476,3.556,4.334,2,0,0,15.02,0,59,27,39,37.327,46.968,48.774,4,21.921,25.741,36.397,2,-2,1,18.47,38.648,39.669,2,1,1,36.627,54.86,55.673,2,1,43.323,43.323,46.002,1,0,0,15.021,0,3,3,2,3,4,3,Opened the data source in a new tab just now and absolutely zero idea what I was looking at. Extremely confusing.,14.717,85.592,105.175,8,2,2,7,1,1,3,Don't know how cases of covid were reported or verified. E.g. don't know the source of the data and how trustworthy it is.,4.885,4.885,29.267,1,5,,7.829,16.472,18.596,2,2,7,3,4,1,5,6,0,0,26.455,0,2,6,6,7,3,6,8,8,,6.616,35.79,39.292,10,2,2,3,4,3,2,6.392,35.841,36.611,6,4,5,6.484,24.181,25.021,4,1,1985,Michigan,5,2,1,,7,,,7,4,2,2.687,43.142,44.035,12,614149e12ad52d5ea08555e9,"{""startTime"":1678929439481,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":42271},{""label"":""window_focused"",""time"":72089}]}","{""startTime"":1678929374540,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":150,""label"":""hovered"",""timeHovered"":1126,""week"":""2021-08-09""}]}","{""startTime"":1678929266117,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":4745,""label"":""hovered"",""timeHovered"":1458,""week"":""2022-01-03""},{""time"":21914,""label"":""tour_next"",""step"":2},{""time"":25733,""label"":""tour_end"",""step"":2},{""time"":30960,""label"":""hovered"",""timeHovered"":3938,""week"":""2022-01-03""}]}","{""startTime"":1678929359004,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":9708,""label"":""hovered"",""timeHovered"":1666,""week"":""2021-09-20""}]}",1,moderate,line +2023-03-15 21:15:15,2023-03-15 21:23:53,0,131.193.184.127,100,517,1,2023-03-15 21:23:54,R_2644r2Io2JBlLZg,,,,,41.8502,-87.6736,anonymous,EN,1,16.666,16.666,17.863,1,1,2,2,2.955,4.939,5.681,2,0,0,15.111,0,93,100,50,32.603,36.249,37.011,3,9.013,62.226,70.285,19,1,1,4.906,42.041,42.664,3,1,1,1.793,46.473,47.317,4,1,15.055,46.071,47.281,9,8.231,8.981,15.11,2,5,2,6,6,5,5,,2.755,9.17,10.284,7,6,6,5,2,5,6,It seems realistic and trustworthy. Seems very accurate.,1.583,1.583,21.489,1,5,,3.712,7.25,8.007,4,2,7,3,4,1,5,6,0,0,17.777,0,3,2,1,3,2,4,1,1,,0.882,29.498,30.515,9,4,5,2,2,5,4,2.655,31.471,32.182,9,5,1,1.139,12.056,16.249,4,2,2002,Illinois,2,3,1,,3,,,10,3,2,1.916,47.548,48.399,13,61366a0250ad37452b08b9a3,"{""startTime"":1678929574225,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678929533363,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":9130},{""label"":""window_focused"",""time"":10242},{""label"":""window_blurred"",""time"":10653},{""label"":""window_focused"",""time"":12110}]}","{""startTime"":1678929399369,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":9010,""label"":""tour_next"",""step"":5},{""time"":18228,""label"":""started_brush"",""startDate"":""2021-08-16"",""endDate"":""2022-02-13""},{""time"":18923,""label"":""tour_next"",""step"":5},{""time"":22359,""label"":""started_brush"",""startDate"":""2021-04-27"",""endDate"":""2021-08-08""},{""time"":23426,""label"":""cleared_brush"",""using"":""click""},{""time"":26380,""label"":""started_brush"",""startDate"":""2021-05-10"",""endDate"":""2021-08-20""},{""time"":28661,""label"":""cleared_brush"",""using"":""click""},{""time"":35163,""label"":""started_brush"",""startDate"":""2021-04-28"",""endDate"":""2021-07-10""},{""time"":36376,""label"":""moved_brush"",""startDate"":""2021-08-26"",""endDate"":""2021-11-07""},{""time"":37224,""label"":""moved_brush"",""startDate"":""2021-06-05"",""endDate"":""2021-08-16""},{""time"":37807,""label"":""tour_next"",""step"":5},{""time"":41042,""label"":""started_brush"",""startDate"":""2021-06-21"",""endDate"":""2021-09-11""},{""time"":42592,""label"":""moved_brush"",""startDate"":""2021-06-20"",""endDate"":""2021-09-10""},{""time"":43096,""label"":""cleared_brush"",""using"":""click""},{""time"":43940,""label"":""tour_next"",""step"":5},{""time"":49422,""label"":""tour_end"",""step"":5},{""time"":57726,""label"":""started_brush"",""startDate"":""2021-06-30"",""endDate"":""2022-02-05""},{""time"":58892,""label"":""moved_brush"",""startDate"":""2021-06-30"",""endDate"":""2022-02-05""},{""time"":59961,""label"":""moved_brush"",""startDate"":""2021-06-30"",""endDate"":""2022-02-05""},{""time"":60909,""label"":""moved_brush"",""startDate"":""2021-06-30"",""endDate"":""2022-02-05""},{""time"":61946,""label"":""moved_brush"",""startDate"":""2021-06-30"",""endDate"":""2022-02-05""},{""time"":62629,""label"":""moved_brush"",""startDate"":""2021-06-30"",""endDate"":""2022-02-05""},{""time"":63143,""label"":""moved_brush"",""startDate"":""2021-06-30"",""endDate"":""2022-02-05""},{""time"":64007,""label"":""cleared_brush"",""using"":""click""},{""time"":64009,""label"":""cleared_brush"",""using"":""Escape""},{""time"":66344,""label"":""started_brush"",""startDate"":""2021-10-08"",""endDate"":""2022-02-13""},{""time"":67237,""label"":""cleared_brush"",""using"":""click""},{""time"":67240,""label"":""cleared_brush"",""using"":""Escape""},{""time"":69289,""label"":""started_brush"",""startDate"":""2021-12-08"",""endDate"":""2022-02-13""}]}","{""startTime"":1678929517846,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":4598,""label"":""started_brush"",""startDate"":""2021-07-15"",""endDate"":""2022-02-13""},{""time"":5147,""label"":""moved_brush"",""startDate"":""2021-07-15"",""endDate"":""2022-02-13""},{""time"":5748,""label"":""moved_brush"",""startDate"":""2021-07-15"",""endDate"":""2022-02-13""},{""time"":7549,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-10""},{""time"":9765,""label"":""started_brush"",""startDate"":""2022-01-09"",""endDate"":""2022-01-11""},{""time"":10500,""label"":""cleared_brush"",""using"":""click""},{""time"":14114,""label"":""started_brush"",""startDate"":""2021-09-07"",""endDate"":""2021-10-06""}]}",1,complex,line +2023-03-15 21:04:16,2023-03-15 21:24:22,0,76.17.18.99,100,1205,1,2023-03-15 21:24:23,R_3smHkNO3ON3RBfG,,,,,33.7315,-84.4195,anonymous,EN,1,3.15,3.15,4.028,1,,,,,,,,0,0,15.014,0,81,90,91,9.783,37.293,39.533,5,4.088,48.5,75.078,10,1,-3,71.745,94.017,95.178,3,-3,-3,58.706,75.433,76.665,2,1,25.479,83.582,84.035,6,0,0,15.012,0,5,5,5,5,5,5,,65.504,81.938,85.459,7,5,5,5,5,5,5,"It's clear and concise, I understand the data.",2.651,2.651,23.156,1,4,I am in the middle of road with that. ,5.2,9.249,43.429,4,2,7,3,4,1,5,6,0,0,16.031,0,6,6,7,7,5,6,7,6,,3.605,32.919,34.475,9,3,3,1,3,3,3,5.637,27.199,29.706,7,4,,3.148,3.148,5.58,1,1,1981,Georgia,6,2,1,,3,,,13,2,2,1.065,70.915,72.011,14,5ed7b5af65b9ae09f16de102,"{""startTime"":1678929357815,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":26,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":23499,""week"":""2"",""id"":""chart""}]}","{""startTime"":1678929443778,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678929182024,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":4086,""label"":""tour_next"",""step"":5},{""time"":16243,""label"":""cleared_brush"",""using"":""Click""},{""time"":28367,""label"":""started_brush"",""startDate"":""2021-06-14"",""endDate"":""2021-10-13""},{""time"":30323,""label"":""tour_next"",""step"":5},{""time"":33633,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-08-04""},{""time"":34301,""label"":""tour_next"",""step"":5},{""time"":37819,""label"":""cleared_brush"",""using"":""Click""},{""time"":37819,""label"":""cleared_brush"",""using"":""Escape""},{""time"":41704,""label"":""started_brush"",""startDate"":""2021-08-29"",""endDate"":""2021-10-25""},{""time"":42397,""label"":""tour_next"",""step"":5},{""time"":48497,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678929341920,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":8045,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1731,""week"":""52"",""id"":""chart""},{""time"":9911,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1549,""week"":""1"",""id"":""chart""}]}",0,complex,bar +2023-03-15 21:06:47,2023-03-15 21:25:30,0,174.23.168.233,100,1122,1,2023-03-15 21:25:31,R_3g8hm476IzhM0ui,,,,,40.5541,-111.9429,anonymous,EN,1,14.475,14.475,17.308,1,1,3,1,2.792,8.117,9.704,3,0,0,15.038,0,100,100,50,10.144,19.753,23.553,4,16.172,149.341,237.172,17,1,1,34.174,59.761,65.11,2,1,1,33.339,74.239,78.947,3,1,55.612,55.612,57.773,1,0,0,15.116,0,5,5,5,6,6,5,No additional feedback to give.,20.303,54.572,65.12,8,5,5,5,4,3,5,"The different colored lines made it easy for me to figure out the data between the different age groups of vaccinated and unvaccinated people. It didn't see like there was anything deliberately misleading about it or anything lie that, so I trust it.",4.521,99.137,99.912,2,5,No additional feedback to give.,6.9,10.629,21.798,2,2,7,3,4,1,5,6,0,0,39.912,0,6,6,3,4,8,6,10,8,No additional feedback to give.,7.457,52.453,63.07,15,4,3,1,2,4,4,15.627,43.576,45.507,6,1,1,11.269,23.425,27.044,4,2,1987,Utah,6,3,1,,7,,,8,2,1,3.538,148.992,154.488,23,5e4a1730c94447480594cea4,"{""startTime"":1678929356484,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678929206346,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678928893308,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":35,""label"":""tour_started""},{""time"":17827,""label"":""hovered"",""timeHovered"":28733,""week"":""2022-01-10""},{""time"":48045,""label"":""hovered"",""timeHovered"":1050,""week"":""2021-08-16""},{""time"":51083,""label"":""hovered"",""timeHovered"":1315,""week"":""2022-01-17""},{""label"":""window_blurred"",""time"":61827},{""label"":""window_focused"",""time"":64512},{""time"":67812,""label"":""tour_next"",""step"":5},{""label"":""window_blurred"",""time"":85455},{""label"":""window_focused"",""time"":87174},{""time"":94234,""label"":""started_brush"",""startDate"":""2021-09-05"",""endDate"":""2022-02-13""},{""time"":96622,""label"":""tour_next"",""step"":5},{""time"":109753,""label"":""moved_brush"",""startDate"":""2021-05-15"",""endDate"":""2021-10-23""},{""time"":112483,""label"":""tour_next"",""step"":5},{""time"":129092,""label"":""cleared_brush"",""using"":""click""},{""time"":129101,""label"":""cleared_brush"",""using"":""Escape""},{""time"":132148,""label"":""tour_next"",""step"":5},{""time"":142806,""label"":""tour_end"",""step"":5},{""time"":156752,""label"":""started_brush"",""startDate"":""2021-10-31"",""endDate"":""2022-02-13""},{""time"":159717,""label"":""hovered"",""timeHovered"":1304,""week"":""2022-01-24""},{""time"":162171,""label"":""hovered"",""timeHovered"":1041,""week"":""2022-01-03""},{""time"":163278,""label"":""hovered"",""timeHovered"":3198,""week"":""2022-01-03""},{""time"":172095,""label"":""hovered"",""timeHovered"":2816,""week"":""2022-02-07""},{""time"":181350,""label"":""moved_brush"",""startDate"":""2021-07-24"",""endDate"":""2021-11-06""},{""time"":182242,""label"":""hovered"",""timeHovered"":3524,""week"":""2021-09-20""},{""time"":191949,""label"":""moved_brush"",""startDate"":""2021-10-08"",""endDate"":""2022-01-21""},{""time"":193430,""label"":""hovered"",""timeHovered"":1261,""week"":""2022-01-10""},{""time"":195384,""label"":""hovered"",""timeHovered"":1987,""week"":""2022-01-03""},{""time"":199253,""label"":""hovered"",""timeHovered"":1139,""week"":""2021-12-20""},{""time"":201235,""label"":""hovered"",""timeHovered"":1101,""week"":""2022-01-03""},{""time"":203520,""label"":""hovered"",""timeHovered"":1496,""week"":""2021-11-29""},{""time"":209727,""label"":""moved_brush"",""startDate"":""2021-08-01"",""endDate"":""2021-11-14""},{""time"":212418,""label"":""hovered"",""timeHovered"":3368,""week"":""2021-08-23""},{""time"":216121,""label"":""hovered"",""timeHovered"":1102,""week"":""2021-08-23""},{""time"":221228,""label"":""moved_brush"",""startDate"":""2021-08-27"",""endDate"":""2021-12-10""},{""time"":223138,""label"":""hovered"",""timeHovered"":1123,""week"":""2021-11-29""},{""time"":225702,""label"":""hovered"",""timeHovered"":1014,""week"":""2021-11-29""},{""time"":229560,""label"":""hovered"",""timeHovered"":1886,""week"":""2021-08-30""}]}","{""startTime"":1678929190390,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":11784,""label"":""started_brush"",""startDate"":""2021-09-23"",""endDate"":""2022-01-07""},{""time"":12577,""label"":""hovered"",""timeHovered"":2431,""week"":""2021-12-20""}]}",1,complex,line +2023-03-15 21:15:28,2023-03-15 21:25:33,0,98.62.136.200,100,604,1,2023-03-15 21:25:34,R_AHi41qbTyQPPNaV,,,,,33.9521,-84.5475,anonymous,EN,1,5.379,5.379,6.665,1,1,2,2,3.915,8.141,9.715,2,0,0,16.117,0,89,34,62,5.996,12.577,14.228,4,19.212,91.17,91.951,17,1,1,40.912,57.771,59.47,2,-2,1,32.719,65.364,67.038,2,1,17.491,32.708,34.65,3,0,0,15.976,0,5,2,5,5,5,5,no thank you,12.959,34.02,39.602,9,5,4,5,7,7,5,the facts look solid,2.5,2.5,12.238,1,4,no thank you,5.93,8.259,13.139,5,2,7,3,4,1,5,6,0,0,18.026,0,5,8,7,8,7,8,10,8,no thank you,5.285,25.961,33.451,10,4,3,2,2,3,5,10.714,39.806,40.938,6,3,1,4.677,12.064,13.58,2,2,1977,Georgia,3,3,1,,7,,,5,4,1,1.577,51.158,59.445,13,5adb40e0f6b58c0001fa33d3,"{""startTime"":1678929533551,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678929573620,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678929389458,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":11651,""label"":""hovered"",""timeHovered"":2694,""week"":""2021-08-16""},{""time"":14652,""label"":""hovered"",""timeHovered"":1668,""week"":""2021-08-09""},{""time"":30781,""label"":""tour_next"",""step"":5},{""time"":50786,""label"":""cleared_brush"",""using"":""click""},{""time"":53804,""label"":""cleared_brush"",""using"":""click""},{""time"":56318,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-07-26""},{""time"":57374,""label"":""tour_next"",""step"":5},{""time"":64718,""label"":""moved_brush"",""startDate"":""2021-04-25"",""endDate"":""2021-08-09""},{""time"":65529,""label"":""tour_next"",""step"":5},{""time"":77303,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-07-26""},{""time"":79557,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-07-26""},{""time"":83601,""label"":""cleared_brush"",""using"":""click""},{""time"":83602,""label"":""cleared_brush"",""using"":""Escape""},{""time"":85077,""label"":""tour_next"",""step"":5},{""time"":88525,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678929516971,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":12226,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-07-10""}]}",1,complex,line +2023-03-15 21:18:10,2023-03-15 21:25:54,0,135.180.94.50,100,464,1,2023-03-15 21:25:55,R_9yFylgPpn3fcprz,,,,,37.7562,-122.4866,anonymous,EN,1,2.087,2.087,4.053,1,1,4,1,34.804,41.763,43.264,3,0,0,15.011,0,92,90,63,5.34,13.065,13.769,3,22.013,29.689,34.069,2,1,1,49.291,61.29,62.538,2,-3,-3,19.022,37.914,38.994,2,1,26.058,26.058,27.23,1,0,0,15.007,0,5,3,4,5,5,5,,42.65,49.646,51.275,6,2,4,5,3,3,4,"I think I do, but not sure if the survey made up the charts.",3.659,3.659,13.271,1,4,,2.997,2.997,4.426,1,2,7,3,4,1,5,6,0,0,13.449,0,8,8,7,8,9,4,9,9,,4.003,11.983,14.013,8,3,2,4,4,3,2,5.388,19.831,20.709,6,2,1,1.868,5.766,7.159,2,2,1990,California,6,3,1,,2,,,17,1,2,1.595,33.762,34.825,13,5f473eafdbc4a2121ceae963,"{""startTime"":1678929706958,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678929758738,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678929593995,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":7656,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1849,""week"":""34"",""id"":""chart""},{""time"":9831,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5267,""week"":""35"",""id"":""chart""},{""time"":16214,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2108,""week"":""52"",""id"":""chart""},{""time"":18342,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1806,""week"":""1"",""id"":""chart""},{""time"":22010,""label"":""tour_next"",""step"":2},{""time"":29685,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678929691471,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":5930,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2259,""week"":""52"",""id"":""chart2""},{""time"":12892,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2047,""week"":""32"",""id"":""chart""}]}",1,simple,bar +2023-03-15 21:16:31,2023-03-15 21:26:00,0,98.14.99.135,100,569,1,2023-03-15 21:26:01,R_yJWvkJlKJpWVh9n,,,,,40.7114,-74.0005,anonymous,EN,1,15.036,15.036,16.001,1,1,3,1,2.442,3.828,4.958,2,12.65,14.782,15.107,2,95,96,50,11.549,17.3,18.269,3,17.444,21.05,25.381,2,1,-3,5.274,53.056,55.373,3,1,1,60.509,70.863,72.428,2,1,32.187,32.187,34.079,1,0,0,15.115,0,5,3,5,5,5,5,,6.173,16.418,18.673,6,5,5,5,3,5,5,The chart seems very comprehensible and also aligned with my own knowledge of the cases back in Jan and the spike. ,2.201,2.201,28.036,1,4,,8.971,10.605,11.893,5,2,7,3,4,1,5,6,0,0,15.55,0,4,7,7,4,5,6,9,8,,6.193,18.671,20.532,8,3,4,2,2,5,4,11.066,30.134,32.693,8,3,1,6.303,14.145,15.711,2,2,1993,New York,6,2,3,,2,,,8,2,2,2.353,119.829,122.924,41,6016dca5fdf98587f9a0ca71,"{""startTime"":1678929607325,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678929559428,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678929461895,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":13626,""label"":""hovered"",""timeHovered"":1240,""week"":""2021-12-06""},{""time"":17425,""label"":""tour_next"",""step"":2},{""time"":21028,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678929543596,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":10353,""label"":""hovered"",""timeHovered"":2619,""week"":""2022-01-31""}]}",1,simple,line +2023-03-15 21:13:29,2023-03-15 21:26:52,0,173.66.109.70,100,802,1,2023-03-15 21:26:53,R_3pl3XzS7gOZ4t15,,,,,39.0828,-77.1674,anonymous,EN,1,46.675,66.984,68.734,3,,,,,,,,0,0,15.118,0,56,66,69,9.077,24.338,30.016,6,32.621,90.407,91.53,9,1,1,2.806,30.744,31.881,7,1,1,1.385,39.849,41.761,8,1,37.335,155.325,156.543,6,9.003,9.003,15.113,1,5,3,7,5,5,5,,8.263,24.104,28.998,10,3,5,5,7,1,5,"I have no reason not to trust the visualization. It seems accurate, but I really have no previous experience to draw upon to determine the graph's validity.",2.342,2.342,63.015,1,4,,9.14,13.02,17.403,5,2,3,4,5,1,6,7,23.455,28.137,30.459,2,7,7,8,8,7,6,9,10,,3.343,23.563,26.893,11,3,3,2,3,4,3,9.928,37.46,38.6,9,4,,4.129,5.765,8.842,2,1,1990,Virginia,6,3,1,,9,,Rockville,11,3,1,3.502,73.611,82.082,24,5e63e793e50a6316a75213c4,"{""startTime"":1678929563033,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678929470174,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678929330340,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":9441,""label"":""hovered"",""timeHovered"":3050,""week"":""2021-04-12""},{""time"":19141,""label"":""hovered"",""timeHovered"":1849,""week"":""2021-08-16""},{""time"":40151,""label"":""tour_next"",""step"":2},{""time"":47961,""label"":""tour_end"",""step"":2},{""time"":52611,""label"":""hovered"",""timeHovered"":2138,""week"":""2022-01-03""},{""time"":55615,""label"":""hovered"",""timeHovered"":2845,""week"":""2021-12-27""},{""time"":61562,""label"":""hovered"",""timeHovered"":2607,""week"":""2021-06-07""},{""time"":65472,""label"":""hovered"",""timeHovered"":15941,""week"":""2021-08-16""},{""time"":82395,""label"":""hovered"",""timeHovered"":1257,""week"":""2021-09-27""}]}","{""startTime"":1678929454551,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":12475,""label"":""hovered"",""timeHovered"":1339,""week"":""2022-01-03""}]}",0,simple,line +2023-03-15 21:13:42,2023-03-15 21:27:14,0,184.155.105.243,100,811,1,2023-03-15 21:27:14,R_1E0srBrcs6saGsb,,,,,33.6528,-85.8417,anonymous,EN,1,12.229,12.229,14.333,1,,,,,,,,4.958,5.925,15.041,3,100,100,72,12.218,46.298,47.705,7,27.414,43.078,56.194,5,1,1,20.527,50.423,65.026,4,-3,-3,10.542,124.629,128.593,4,-2,1.967,63.462,65.843,4,13.396,13.396,15.046,1,3,2,3,5,6,4,,20.913,43.219,48.038,6,5,6,6,7,7,4,I don't know enough about insect and fungi related diseases in crops so I trust that there is a possibility that it is an accurate visualization.,4.287,111.549,114.319,8,4,,7.653,7.653,11.718,1,2,7,3,4,1,5,6,0,0,25.612,0,2,2,5,3,1,3,3,3,,5.694,21.085,25.581,9,5,5,1,1,5,5,4.487,29.15,32.668,7,4,,3.513,3.513,6.719,1,2,1997,Alabama,3,1,1,,3,,,3,1,2,2.474,58.719,63.434,15,5daca5b06aa37b00126c8d41,"{""startTime"":1678929605357,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678929452693,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678929313694,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":43,""label"":""tour_started""},{""time"":7283,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3618,""week"":""40"",""id"":""chart""},{""time"":15414,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1402,""week"":""26"",""id"":""chart""},{""time"":21581,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1650,""week"":""52"",""id"":""chart""},{""time"":27397,""label"":""tour_next"",""step"":2},{""time"":31494,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1884,""week"":""52"",""id"":""chart2""},{""time"":40621,""label"":""tour_end"",""step"":2},{""time"":49815,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1675,""week"":""28"",""id"":""chart2""},{""time"":52963,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1110,""week"":""32"",""id"":""chart""}]}","{""startTime"":1678929436576,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":3770,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2044,""week"":""52"",""id"":""chart2""},{""time"":8877,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2009,""week"":""1"",""id"":""chart""},{""time"":10953,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1060,""week"":""52"",""id"":""chart""}]}",0,simple,bar +2023-03-15 21:17:51,2023-03-15 21:27:23,0,98.221.120.19,100,571,1,2023-03-15 21:27:23,R_ZaeqA4wmOYPx5OF,,,,,40.4856,-74.6265,anonymous,EN,1,7.38,7.38,8.965,1,,,,,,,,0,0,15.123,0,88,83,20,12.009,18.225,20.336,3,17.125,26.553,28.745,2,-3,1,32.662,51.498,53.138,3,1,-3,13.004,45.194,47.669,2,1,45.04,45.04,49.857,1,0,0,15.018,0,4,4,4,4,2,4,The dates within each month are distracting. Just use the week number.,10.258,28.059,57.735,7,3,5,3,7,7,4,I don't really know the source. But who would lie about this?,2.679,2.679,21.349,1,6,,8.3,9.899,11.933,2,2,7,3,4,1,5,6,0,0,24.34,0,1,2,9,5,1,8,6,7,,5.796,22.493,30.486,8,5,4,1,1,5,5,10.361,34.071,36.04,6,6,,6.448,6.448,9.4,1,1,1957,New Jersey,7,1,1,,7,,,17,4,2,2.273,78.346,83.885,24,614efa2878aa3275b54d0bdf,"{""startTime"":1678929623244,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678929681501,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678929524687,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":9179,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1486,""week"":""3"",""id"":""chart""},{""time"":17117,""label"":""tour_next"",""step"":2},{""time"":26545,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678929607412,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":6197,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2698,""week"":""52"",""id"":""chart""}]}",0,simple,bar +2023-03-15 21:21:06,2023-03-15 21:27:39,0,216.106.137.65,100,392,1,2023-03-15 21:27:40,R_2rNNUZF6ROPnlkb,,,,,39.9947,-105.2366,anonymous,EN,1,4.142,4.142,5.138,1,1,2,2,1.014,2.337,3.561,2,0,0,15.01,0,100,63,82,4.269,8.043,9.644,3,8.233,13.023,13.871,2,1,-3,19.637,40.267,42.071,3,1,1,15.565,47.442,48.985,3,-1,43.842,46.237,47.484,2,0,0,15.009,0,6,4,6,6,5,6,,5.457,13.438,14.472,6,5,5,5,3,5,5,it looks professional and the data comes from the cdc,1.728,1.728,16.11,1,5,,3.575,7.499,8.546,4,2,7,3,4,1,5,6,0,0,14.007,0,3,4,7,7,3,6,10,11,,4.464,21.096,22.794,12,3,5,2,2,5,4,8.854,24.903,25.697,8,3,2,1.799,5.997,6.964,2,1,2002,Colorado,3,1,1,,7,,,19,3,1,2.881,37.445,41.784,16,6293ec5a8c59ee7feb09eab7,"{""startTime"":1678929818464,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678929785047,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678929712222,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":8223,""label"":""tour_next"",""step"":2},{""time"":13013,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678929769281,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":9006,""label"":""hovered"",""timeHovered"":1107,""week"":""2022-01-31""}]}",1,simple,line +2023-03-15 21:21:10,2023-03-15 21:28:38,0,174.85.246.186,100,448,1,2023-03-15 21:28:38,R_1llSKCS77zU6Gcg,,,,,34.3454,-86.274,anonymous,EN,1,3.389,3.389,4.226,1,,,,,,,,1.101,8.554,15.007,6,94,81,90,8.129,15.473,16.554,3,19.552,68.106,72.999,13,1,1,19.295,32.295,34.898,2,-3,-3,25.346,36.906,38.324,2,1,36.2,36.2,37.403,1,0,0,15.008,0,6,6,6,4,6,6,,7.139,21.211,23.07,6,6,6,6,2,7,6,I have no reason to believe this visualization is giving untrue data,1.561,1.561,26.339,1,6,,2.891,2.891,4.148,1,2,7,3,4,1,5,6,0,0,13.32,0,2,5,10,9,2,8,10,10,,4.416,15.296,17.177,8,4,5,1,2,5,4,1.629,11.517,12.215,6,4,,1.595,1.595,3.605,1,2,1982,Alabama,3,2,1,,9,,Guntersville,5,4,1,1.986,52.083,56.126,18,5bcc1fce4249b20001bc99f1,"{""startTime"":1678929897181,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678929847952,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678929719497,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":24,""label"":""tour_started""},{""time"":19519,""label"":""tour_next"",""step"":5},{""time"":32088,""label"":""started_brush"",""startDate"":""2021-09-03"",""endDate"":""2021-10-02""},{""time"":33070,""label"":""tour_next"",""step"":5},{""time"":38168,""label"":""moved_brush"",""startDate"":""2021-08-24"",""endDate"":""2021-09-21""},{""time"":41209,""label"":""moved_brush"",""startDate"":""2021-08-24"",""endDate"":""2021-11-22""},{""time"":41934,""label"":""tour_next"",""step"":5},{""time"":51122,""label"":""cleared_brush"",""using"":""Click""},{""time"":51122,""label"":""cleared_brush"",""using"":""Escape""},{""time"":53126,""label"":""tour_next"",""step"":5},{""time"":57390,""label"":""tour_end"",""step"":5},{""time"":64472,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2295,""week"":""1"",""id"":""chart""},{""time"":68891,""label"":""cleared_brush"",""using"":""Click""},{""time"":72098,""label"":""started_brush"",""startDate"":""2021-05-19"",""endDate"":""2021-10-25""}]}","{""startTime"":1678929832004,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":3468,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3608,""week"":""52"",""id"":""chart""},{""time"":12029,""label"":""started_brush"",""startDate"":""2021-10-31"",""endDate"":""2022-01-01""}]}",0,complex,bar +2023-03-15 21:14:59,2023-03-15 21:29:34,0,209.122.98.20,100,875,1,2023-03-15 21:29:35,R_3gR8CtsQWyshzfO,,,,,37.9653,-87.3902,anonymous,EN,1,33.603,33.603,34.825,1,2,,2,2.653,2.653,4.059,1,0,0,15.007,0,2,98,99,20.267,28.093,31.878,3,35.606,102.914,144.621,13,1,-3,20.774,66.761,70.244,2,1,1,28.963,57.247,59.055,3,-2,11.734,50.878,52.606,3,0,0,15.107,0,1,1,1,5,2,1,,7.736,31.286,34.599,7,3,4,4,2,7,1,"I don't trust any numbers reguarding covid-19 infection of the unvaccinated or vaccinated. There was way way too many things counted as covid that were not and nuumbers and counts were fudged across all stake holders like hospitals, doctors, scientists, and the government in order to push their agendas and narratives.",2.679,2.679,102.265,1,2,,5.425,10.335,12.304,5,2,7,3,4,1,5,6,0,0,23.734,0,1,1,9,7,2,6,2,4,,5.312,48.914,51.664,14,4,4,1,2,4,4,10.728,41.316,42.693,6,6,4,9.542,20.113,22.661,2,1,1980,Indiana,3,2,1,,7,,,5,3,1,4.301,58.762,68.169,13,63356ce6be65e7962bfc424d,"{""startTime"":1678929780189,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678929622655,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":5920,""label"":""hovered"",""timeHovered"":2812,""week"":""2022-01-24""},{""time"":13959,""label"":""started_brush"",""startDate"":""2021-06-02"",""endDate"":""2022-02-13""},{""time"":19931,""label"":""moved_brush"",""startDate"":""2022-01-28"",""endDate"":""2022-02-13""},{""time"":24162,""label"":""moved_brush"",""startDate"":""2022-01-28"",""endDate"":""2022-02-13""}]}","{""startTime"":1678929407929,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":13484,""label"":""hovered"",""timeHovered"":5698,""week"":""2021-07-12""},{""time"":21099,""label"":""hovered"",""timeHovered"":2882,""week"":""2021-07-05""},{""time"":24365,""label"":""hovered"",""timeHovered"":1282,""week"":""2021-05-31""},{""time"":25731,""label"":""hovered"",""timeHovered"":1766,""week"":""2021-05-31""},{""time"":27914,""label"":""hovered"",""timeHovered"":6498,""week"":""2021-06-21""},{""time"":35698,""label"":""tour_next"",""step"":5},{""time"":53461,""label"":""cleared_brush"",""using"":""click""},{""time"":56185,""label"":""cleared_brush"",""using"":""click""},{""time"":64057,""label"":""started_brush"",""startDate"":""2021-09-04"",""endDate"":""2021-10-22""},{""time"":64923,""label"":""tour_next"",""step"":5},{""time"":75211,""label"":""moved_brush"",""startDate"":""2021-05-01"",""endDate"":""2021-06-18""},{""time"":82624,""label"":""moved_brush"",""startDate"":""2021-09-25"",""endDate"":""2021-11-12""},{""time"":83546,""label"":""tour_next"",""step"":5},{""time"":88938,""label"":""cleared_brush"",""using"":""click""},{""time"":88942,""label"":""cleared_brush"",""using"":""Escape""},{""time"":90984,""label"":""tour_next"",""step"":5},{""time"":96780,""label"":""tour_end"",""step"":5},{""time"":112948,""label"":""started_brush"",""startDate"":""2021-04-21"",""endDate"":""2021-05-18""},{""time"":142614,""label"":""moved_brush"",""startDate"":""2022-01-17"",""endDate"":""2022-02-13""}]}","{""startTime"":1678929606549,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":13184,""label"":""started_brush"",""startDate"":""2021-11-12"",""endDate"":""2022-01-04""}]}",1,complex,line +2023-03-15 21:20:14,2023-03-15 21:30:32,0,107.184.225.49,100,617,1,2023-03-15 21:30:32,R_1oaPS87RQpgh5cB,,,,,34.0903,-118.3749,anonymous,EN,1,6.714,6.714,7.973,1,1,4,2,1.408,2.826,3.928,2,0,0,15.008,0,53,64,66,6.901,11.757,13.425,3,4.414,65.019,82.395,27,1,1,49.467,80.077,80.86,4,1,1,26.195,128.556,129.7,9,1,25.809,37.323,38.431,4,0,0,15.109,0,5,5,5,5,6,5,,41.516,45.904,49.943,6,3,5,5,3,2,5,"It seems like a good way to represent data and the data seems accurate from what I remember, though I obviously don't have the numbers in front of me.",1.717,1.717,22.707,1,4,,3.66,5.366,6.799,4,2,7,3,4,1,5,6,0,0,19.599,0,2,4,3,3,4,4,9,8,,5.617,17.151,18.561,9,5,4,2,1,4,5,4.963,15.201,15.995,8,2,1,1.652,5.182,7.083,2,2,1996,California,7,3,1,,7,,,9,4,1,1.648,52.319,56.436,14,61156cab775e1f9e2c3a4bfa,"{""startTime"":1678929838789,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678929800643,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678929663477,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":1699,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1274,""week"":""34"",""id"":""chart""},{""time"":4413,""label"":""tour_next"",""step"":5},{""time"":8218,""label"":""tour_back"",""step"":5},{""time"":9534,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1254,""week"":""50"",""id"":""chart""},{""time"":11452,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6387,""week"":""52"",""id"":""chart""},{""time"":24523,""label"":""tour_next"",""step"":5},{""time"":27851,""label"":""cleared_brush"",""using"":""Click""},{""time"":30502,""label"":""started_brush"",""startDate"":""2021-06-16"",""endDate"":""2021-07-15""},{""time"":31123,""label"":""started_brush"",""startDate"":""2021-09-03"",""endDate"":""2021-10-21""},{""time"":31796,""label"":""tour_next"",""step"":5},{""time"":35395,""label"":""started_brush"",""startDate"":""2021-07-15"",""endDate"":""2021-09-20""},{""time"":46213,""label"":""cleared_brush"",""using"":""Click""},{""time"":48568,""label"":""cleared_brush"",""using"":""Click""},{""time"":49879,""label"":""cleared_brush"",""using"":""Click""},{""time"":51131,""label"":""started_brush"",""startDate"":""2021-10-28"",""endDate"":""2021-11-24""},{""time"":53710,""label"":""moved_brush"",""startDate"":""2021-10-28"",""endDate"":""2022-01-08""},{""time"":56234,""label"":""tour_next"",""step"":5},{""time"":62010,""label"":""cleared_brush"",""using"":""Click""},{""time"":63093,""label"":""tour_next"",""step"":5},{""time"":65018,""label"":""tour_end"",""step"":5},{""time"":66456,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1462,""week"":""51"",""id"":""chart""},{""time"":68327,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4248,""week"":""51"",""id"":""chart""},{""time"":73462,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1870,""week"":""1"",""id"":""chart""},{""time"":75356,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1895,""week"":""2"",""id"":""chart""}]}","{""startTime"":1678929785027,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":232,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1841,""week"":""47"",""id"":""chart""},{""time"":4112,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2001,""week"":""52"",""id"":""chart""},{""time"":6154,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1418,""week"":""1"",""id"":""chart""}]}",1,complex,bar +2023-03-15 21:23:59,2023-03-15 21:30:46,0,68.225.229.7,100,406,1,2023-03-15 21:30:46,R_Y0jMxRO4A207PBT,,,,,33.5879,-117.6974,anonymous,EN,1,0.055,3.442,4.241,2,,,,,,,,0,0,15.02,0,99,99,51,6.43,11.021,12.781,3,17.445,21.981,24.315,2,1,1,8.547,17.965,19.524,2,1,1,20.881,50.693,51.735,4,1,20.305,20.781,28.353,2,0,0,15.023,0,4,5,4,5,5,4,,10.402,20.662,23.473,6,5,5,3,1,7,4,I don't see any reason why the data would be manipulated and it is presented clearly. It seems like seasonal variations in weather could cause the spikes in disease.,2.879,2.879,33.825,1,1,,4.538,5.301,7.951,2,2,7,3,4,1,5,6,0,0,14.076,0,1,1,5,5,1,3,3,5,,3.709,17.846,21.093,8,3,4,2,2,4,4,7.744,26.835,27.793,6,5,,1.739,1.739,5.466,1,1,1988,California,3,2,1,,7,,,6,4,2,2.121,45.24,53.475,14,5e1a7114a90da52e206de7ea,"{""startTime"":1678929994937,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678929939194,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678929879117,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":11817,""label"":""hovered"",""timeHovered"":3790,""week"":""2021-12-27""},{""time"":17440,""label"":""tour_next"",""step"":2},{""time"":21976,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678929923737,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":10677,""label"":""hovered"",""timeHovered"":1739,""week"":""2021-12-27""}]}",0,simple,line +2023-03-15 21:18:54,2023-03-15 21:30:49,0,172.220.9.10,100,714,1,2023-03-15 21:30:50,R_3fADeCqzCrwYlau,,,,,43.0812,-89.3845,anonymous,EN,1,2.02,12.86,14.729,2,,,,,,,,0,0,15.009,0,100,100,54,11.303,20.36,32.462,6,2.22,112.968,115.677,12,1,1,2.833,34.611,36.117,5,1,1,34.452,52.509,53.298,6,1,25.625,36.607,38.255,3,5.913,5.913,15.11,1,5,4,5,5,5,5,"Like I said, I basically trust the data, but there seems to be an issue with the interactive part of the visualization where the fungus/insect colors don't match the key. I'm not sure if this was a deliberate part of the study or not.",9.028,32.026,68.864,10,5,5,5,3,7,5,"Actually, I just noticed that maybe the colors of the fungi and insects don't match between the interactive part and the key; so maybe I don't. But now I don't remember if it was like that in all of the times I saw it or just last time. But other than that it seems like a good and comprehensive graph.",3.152,3.152,70.339,1,5,,4.88,6.42,10.98,2,2,7,3,4,1,5,6,8.879,16.96,17.9,2,1,1,1,3,3,1,10,9,,2.66,24.318,26.102,12,4,4,1,1,5,5,2.29,22.643,24.441,8,1,,3.978,5.569,6.633,3,1,1987,Wisconsin,7,2,1,,7,,,3,2,1,2.21,59.691,69.287,21,5b5e7e643bac1d0001f9bf28,"{""startTime"":1678929914629,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":10687,""label"":""hovered"",""timeHovered"":1538,""week"":""2022-01-17""},{""time"":12237,""label"":""hovered"",""timeHovered"":1272,""week"":""2022-01-17""}]}","{""startTime"":1678929777601,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":28258,""label"":""hovered"",""timeHovered"":2580,""week"":""2022-01-03""},{""time"":33176,""label"":""hovered"",""timeHovered"":1558,""week"":""2021-12-27""},{""time"":34745,""label"":""hovered"",""timeHovered"":1156,""week"":""2021-12-27""},{""time"":42582,""label"":""hovered"",""timeHovered"":1456,""week"":""2022-01-31""},{""time"":56184,""label"":""hovered"",""timeHovered"":2239,""week"":""2022-01-31""},{""time"":59337,""label"":""hovered"",""timeHovered"":1655,""week"":""2022-01-31""}]}","{""startTime"":1678929606224,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":8109,""label"":""hovered"",""timeHovered"":1401,""week"":""2021-10-18""},{""time"":39115,""label"":""tour_next"",""step"":5},{""time"":58046,""label"":""started_brush"",""startDate"":""2021-06-18"",""endDate"":""2021-09-07""},{""time"":59341,""label"":""tour_next"",""step"":5},{""time"":63949,""label"":""moved_brush"",""startDate"":""2021-06-18"",""endDate"":""2021-09-07""},{""time"":67267,""label"":""moved_brush"",""startDate"":""2021-06-18"",""endDate"":""2022-02-13""},{""time"":71826,""label"":""moved_brush"",""startDate"":""2021-12-10"",""endDate"":""2022-02-13""},{""time"":72839,""label"":""tour_next"",""step"":5},{""time"":77702,""label"":""cleared_brush"",""using"":""click""},{""time"":79184,""label"":""tour_next"",""step"":5},{""time"":90269,""label"":""tour_end"",""step"":5},{""time"":105274,""label"":""started_brush"",""startDate"":""2021-08-27"",""endDate"":""2021-11-19""},{""time"":107587,""label"":""moved_brush"",""startDate"":""2021-08-27"",""endDate"":""2021-11-19""},{""time"":108468,""label"":""cleared_brush"",""using"":""click""}]}","{""startTime"":1678929761870,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line +2023-03-15 21:21:17,2023-03-15 21:31:34,0,75.137.246.15,100,616,1,2023-03-15 21:31:35,R_1Q5gKFqyuwRXSAm,,,,,32.3151,-86.2449,anonymous,EN,1,1.806,4.275,5.137,3,,,,,,,,0,0,15.01,0,91,94,79,0.468,23.997,24.948,7,10.116,28.255,29.087,6,1,1,5.91,63.961,64.951,11,1,1,10.737,66.431,67.016,8,1,46.274,87.664,88.583,5,3.185,3.185,15.121,1,4,5,5,5,3,4,,14.534,34.31,35.155,12,5,5,5,2,7,5,"I don't know anything about the topic, but it seems reasonable to believe in the data shown here. It has numbers that span over a period of time which shows a pretty big picture too.",3.502,59.577,87.701,3,5,,2.949,6.887,8.049,5,2,7,3,4,1,5,6,5.438,15.961,18.732,2,4,4,1,4,4,2,9,6,,6.51,19.635,20.261,13,4,4,2,2,4,4,4.169,19.881,20.781,9,1,,2.757,3.746,4.353,2,2,1993,Alabama,6,3,1,,9,,Montgomery,3,3,2,1.499,56.813,57.687,31,5aef97b09516fe00010959f4,"{""startTime"":1678929956512,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678929846644,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678929735254,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":13797,""label"":""hovered"",""timeHovered"":3443,""week"":""2021-10-11""},{""time"":23005,""label"":""tour_next"",""step"":2},{""time"":26642,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678929830866,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,line +2023-03-15 21:07:08,2023-03-15 21:31:56,0,71.60.138.248,100,1488,1,2023-03-15 21:31:57,R_3IRwMATmZEoo2i1,,,,,40.2917,-79.4054,anonymous,EN,1,11.792,34.46,35.906,2,2,,2,8.304,8.304,9.957,1,0,0,15.022,0,69,33,79,33.008,51.328,52.76,5,5.655,157.626,159.575,22,-2,1,23.05,99.273,100.604,9,-1,-3,9.038,113.664,114.893,13,-3,16.577,36.395,37.786,5,10.444,10.444,15.111,1,3,4,3,4,6,4,"I see the CDC is the source now, in the previous question I answered I didn't know where the data was obtained because i didn't notice the CDC notation under the chart, unless it wasn't there? :)",16.804,37.912,95.655,8,4,3,2,4,2,3,"I have no idea how the data was gathered, if this is a 'dishonest' research study, etc. Where did the visualization come from? Who provided the data? How was it collected? ",2.824,2.824,61.764,1,6,"Thank you, good luck! ",6.443,13.587,21.93,4,2,7,3,4,1,5,6,10.998,25.278,26.697,2,3,5,4,4,7,6,10,8,,5.701,33.69,34.845,12,2,4,2,4,5,3,7.796,39.219,40.455,9,3,1,2.125,12.409,13.667,5,2,1967,Pennsylvania,3,1,1,,7,,,3,4,1,1.907,362.439,363.907,110,6066736bd2119d9d5f7232eb,"{""startTime"":1678929297889,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678929169429,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":7170,""label"":""started_brush"",""startDate"":""2021-11-01"",""endDate"":""2022-01-02""},{""time"":11060,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1496,""week"":""52"",""id"":""chart""},{""time"":17522,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2418,""week"":""52"",""id"":""chart""},{""time"":19993,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1946,""week"":""51"",""id"":""chart""}]}","{""startTime"":1678928954753,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":25,""label"":""tour_started""},{""time"":30396,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3931,""week"":""52"",""id"":""chart""},{""time"":35837,""label"":""tour_next"",""step"":5},{""time"":56566,""label"":""started_brush"",""startDate"":""2021-05-04"",""endDate"":""2021-08-01""},{""time"":58188,""label"":""tour_next"",""step"":5},{""time"":70967,""label"":""moved_brush"",""startDate"":""2021-06-01"",""endDate"":""2021-08-29""},{""time"":73131,""label"":""tour_next"",""step"":5},{""time"":79682,""label"":""cleared_brush"",""using"":""Click""},{""time"":79682,""label"":""cleared_brush"",""using"":""Escape""},{""time"":85658,""label"":""tour_next"",""step"":5},{""time"":95075,""label"":""tour_end"",""step"":5},{""time"":99363,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5145,""week"":""52"",""id"":""chart""},{""time"":104919,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3003,""week"":""52"",""id"":""chart""},{""time"":108601,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1218,""week"":""51"",""id"":""chart""},{""time"":109917,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8042,""week"":""52"",""id"":""chart""},{""time"":129475,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3049,""week"":""15"",""id"":""chart""},{""time"":132533,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1051,""week"":""15"",""id"":""chart""},{""time"":135727,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1247,""week"":""16"",""id"":""chart""}]}","{""startTime"":1678929153598,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":3169,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3238,""week"":""1"",""id"":""chart""}]}",1,complex,bar +2023-03-15 21:19:49,2023-03-15 21:32:26,0,69.245.83.23,100,757,1,2023-03-15 21:32:26,R_1EgledL37tT9QJV,,,,,32.0563,-81.05,anonymous,EN,1,39.591,39.591,41.369,1,1,3,1,3.167,7.565,8.895,2,0,0,15.113,0,92,100,100,22.626,30.191,30.98,4,22.922,27.16,37.969,2,1,1,17.789,38.486,39.896,2,-3,1,22.552,88.638,94.603,6,-1,43.028,43.028,44.325,1,0,0,15.01,0,5,4,5,6,6,5,,12.293,66.724,69.92,7,6,6,6,6,6,6,The visualization matches the numbers. There doesn't appear to be any trickery. ,6.131,6.131,60.422,1,6,,10.822,10.822,22.838,1,2,7,3,4,1,5,6,0,0,28.598,0,4,4,1,4,3,1,8,7,,6.273,30.173,44.848,9,3,5,1,2,5,4,10.274,34.688,39.551,6,1,1,7.516,13.676,15.209,2,2,1994,Georgia,7,2,1,,9,,Savannah,5,4,1,3.663,83.552,86.507,23,6412602f8dbfc5b8426867f2,"{""startTime"":1678929852511,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":12282,""label"":""source_clicked""},{""label"":""window_blurred"",""time"":12307},{""label"":""window_focused"",""time"":18897},{""label"":""window_blurred"",""time"":22145},{""label"":""window_focused"",""time"":27461},{""time"":51771,""label"":""hovered"",""timeHovered"":9542,""week"":""2022-01-10""}]}","{""startTime"":1678929923073,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678929703209,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":1988,""label"":""hovered"",""timeHovered"":3372,""week"":""2021-12-20""},{""time"":10373,""label"":""hovered"",""timeHovered"":3825,""week"":""2021-09-13""},{""time"":15353,""label"":""hovered"",""timeHovered"":1790,""week"":""2021-11-22""},{""time"":19080,""label"":""hovered"",""timeHovered"":2455,""week"":""2022-01-10""},{""time"":22915,""label"":""tour_next"",""step"":2},{""time"":27152,""label"":""tour_end"",""step"":2},{""time"":30046,""label"":""hovered"",""timeHovered"":1933,""week"":""2021-11-08""}]}","{""startTime"":1678929836917,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7598,""label"":""hovered"",""timeHovered"":2093,""week"":""2022-01-10""},{""time"":11267,""label"":""hovered"",""timeHovered"":1175,""week"":""2022-01-10""},{""time"":12448,""label"":""hovered"",""timeHovered"":1487,""week"":""2022-01-10""}]}",1,moderate,line +2023-03-15 21:22:46,2023-03-15 21:33:24,0,98.4.185.172,100,637,1,2023-03-15 21:33:25,R_12gR0QmA3TNVDNl,,,,,43.1503,-77.5881,anonymous,EN,1,7.668,7.668,8.89,1,,,,,,,,0,0,15.008,0,88,87,70,8.331,14.202,15.635,3,28.621,77.493,81.685,8,1,-2,18.163,76.739,90.343,2,1,1,11.362,21.005,22.84,2,1,4.27,43.973,45.458,6,0,0,15.024,0,2,7,2,3,7,7,The color key w/in the static and interactive maps have different color coding. ,34.133,47.375,72.595,7,7,7,4,7,1,7,The key for the static vs. interactive visualizations are inconsistent. ,3.314,3.314,27.537,1,4,,4.832,4.832,6.536,1,2,7,3,4,1,5,6,0,0,19.346,0,4,5,3,4,7,4,9,9,,4.872,18.344,19.401,9,4,4,2,2,4,4,4.702,17.006,18.2,6,2,,2.28,2.28,4.19,1,2,1993,New York,7,3,1,,7,,,11,3,2,2.508,105.522,109.262,13,5ec3f446aa5afd2881e19363,"{""startTime"":1678929957236,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":14046,""label"":""hovered"",""timeHovered"":8716,""week"":""2022-01-03""},{""time"":48991,""label"":""hovered"",""timeHovered"":1891,""week"":""2021-11-22""}]}","{""startTime"":1678930030451,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":3616,""label"":""hovered"",""timeHovered"":1615,""week"":""2021-12-20""},{""time"":5764,""label"":""hovered"",""timeHovered"":4334,""week"":""2022-01-03""}]}","{""startTime"":1678929813409,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":6175,""label"":""hovered"",""timeHovered"":7872,""week"":""2021-08-23""},{""time"":15297,""label"":""hovered"",""timeHovered"":2631,""week"":""2022-01-03""},{""time"":18710,""label"":""hovered"",""timeHovered"":3877,""week"":""2021-12-27""},{""time"":28615,""label"":""tour_next"",""step"":5},{""time"":50846,""label"":""cleared_brush"",""using"":""click""},{""time"":55145,""label"":""started_brush"",""startDate"":""2021-09-26"",""endDate"":""2022-02-13""},{""time"":57991,""label"":""moved_brush"",""startDate"":""2021-05-27"",""endDate"":""2021-10-14""},{""time"":58928,""label"":""tour_next"",""step"":5},{""time"":63644,""label"":""moved_brush"",""startDate"":""2021-05-27"",""endDate"":""2021-12-17""},{""time"":64989,""label"":""tour_next"",""step"":5},{""time"":71694,""label"":""cleared_brush"",""using"":""click""},{""time"":71698,""label"":""cleared_brush"",""using"":""Escape""},{""time"":72978,""label"":""tour_next"",""step"":5},{""time"":77486,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678929941681,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":4070,""label"":""hovered"",""timeHovered"":1453,""week"":""2021-09-06""}]}",0,complex,line +2023-03-15 21:21:14,2023-03-15 21:33:25,0,166.216.159.182,100,731,1,2023-03-15 21:33:26,R_22y49Pr15ubkmpV,,,,,39.9587,-82.9987,anonymous,EN,1,5.635,5.635,6.6,1,,,,,,,,0,0,15.012,0,92,93,75,30.054,44.627,46.672,9,25.334,30.399,53.41,2,1,1,26.216,59.485,60,3,1,1,17.537,143.803,148.765,5,1,27.777,27.777,29.725,1,0,0,15.009,0,3,3,3,4,4,3,,13.763,32.47,35.142,7,3,4,4,1,3,3,I feel like I don't know enough about it. Who created it? Is it verified? etc.,2.801,2.801,34.634,1,6,,6.198,8.17,13.617,3,2,7,3,4,1,5,6,0,0,22.526,0,5,9,5,8,8,6,11,10,,7.386,44.852,47.079,12,2,2,2,3,3,3,13.489,48.112,51.929,6,1,,4.949,4.949,6.73,1,2,1988,Michigan,6,3,1,,9,,Bear Lake,9,4,1,4.04,57.033,60.314,14,610855877c8363d76b3e6338,"{""startTime"":1678930001137,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":130,""label"":""hovered"",""timeHovered"":1737,""week"":""2022-01-10""},{""time"":2881,""label"":""hovered"",""timeHovered"":1004,""week"":""2022-01-10""}]}","{""startTime"":1678930037574,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678929779923,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":13764,""label"":""hovered"",""timeHovered"":1100,""week"":""2021-12-20""},{""time"":16565,""label"":""hovered"",""timeHovered"":5735,""week"":""2022-01-10""},{""time"":25323,""label"":""tour_next"",""step"":2},{""time"":30387,""label"":""tour_end"",""step"":2},{""time"":36311,""label"":""hovered"",""timeHovered"":1112,""week"":""2022-01-10""},{""time"":42628,""label"":""hovered"",""timeHovered"":2321,""week"":""2021-08-23""},{""time"":47243,""label"":""hovered"",""timeHovered"":1228,""week"":""2021-09-13""}]}","{""startTime"":1678929984183,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7931,""label"":""hovered"",""timeHovered"":1115,""week"":""2022-01-03""},{""time"":9868,""label"":""hovered"",""timeHovered"":4155,""week"":""2022-01-03""}]}",0,moderate,line +2023-03-15 21:26:20,2023-03-15 21:33:47,0,24.94.249.255,100,446,1,2023-03-15 21:33:47,R_xaTqLFnMn6jUN5n,,,,,31.1498,-85.369,anonymous,EN,1,5.183,5.183,6.524,1,,,,,,,,0,0,15.008,0,78,100,56,6.574,14.882,15.682,4,7.867,11.794,30.523,2,1,1,17.209,27.405,27.925,3,-3,-3,10.12,75.104,75.664,5,1,34.809,35.283,36.732,2,0,0,15.011,0,4,5,4,5,5,5,,12.1,24.757,27.178,12,3,5,5,3,3,4,I don't know where they are getting the data.,1.045,1.045,9.798,1,6,,2.1,7.21,8.536,4,2,7,3,4,1,5,6,0,0,13.747,0,6,6,6,6,6,6,6,6,,5.414,34.734,36.672,12,3,4,2,2,4,4,2.329,16.918,18.336,9,4,,2.16,2.16,3.61,1,2,1990,Alabama,2,3,1,,7,,,9,3,1,3.741,37.399,39.481,13,62b0d68496379e085ae5d793,"{""startTime"":1678930147611,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":239,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1687,""week"":""1"",""id"":""chart""},{""time"":2431,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1618,""week"":""2"",""id"":""chart""}]}","{""startTime"":1678930175230,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678930024455,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":22,""label"":""tour_started""},{""time"":7862,""label"":""tour_next"",""step"":2},{""time"":11789,""label"":""tour_end"",""step"":2},{""time"":16489,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4364,""week"":""52"",""id"":""chart""},{""time"":22313,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2619,""week"":""52"",""id"":""chart""},{""time"":25013,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1722,""week"":""51"",""id"":""chart""}]}","{""startTime"":1678930132185,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":4715,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2399,""week"":""1"",""id"":""chart""},{""time"":8028,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3091,""week"":""50"",""id"":""chart""},{""time"":11167,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1047,""week"":""51"",""id"":""chart""}]}",0,moderate,bar +2023-03-15 21:27:05,2023-03-15 21:34:54,0,50.158.210.46,100,469,1,2023-03-15 21:34:55,R_3nGF4bARqRFo5Di,,,,,36.1788,-115.1715,anonymous,EN,1,2.078,2.078,3.044,1,,,,,,,,0,0,15.019,0,91,100,76,6.286,12.135,15.453,3,10.313,16.105,22.388,2,1,1,27.575,49.992,56.319,2,-2,-3,24.487,66.392,68.382,6,1,9.077,41.635,42.697,4,0,0,15.12,0,5,5,6,6,6,6,,8.59,27.739,30.825,7,6,6,6,5,4,6,"Because it links the Croatian Agricultural Ministry (or something like that) source at the bottom, and the data looks legit.",1.784,36.822,44.629,3,4,,5.346,5.346,6.634,1,2,7,3,4,1,5,6,0,0,15.591,0,5,6,4,7,6,5,11,10,,3.905,13.672,16.055,15,5,5,1,1,5,5,2.87,12.7,14.069,9,2,,2.323,2.323,3.286,1,1,1997,Nevada,5,3,1,,5,,,4,4,1,0.646,48.569,49.278,13,5cfb6018bdfd56001820466f,"{""startTime"":1678930229849,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":12219},{""label"":""window_focused"",""time"":22029}]}","{""startTime"":1678930163628,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678930068555,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":10310,""label"":""tour_next"",""step"":2},{""time"":16205,""label"":""tour_end"",""step"":2},{""time"":18468,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1145,""week"":""52"",""id"":""chart2""},{""time"":20121,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1526,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678930148144,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":3975,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1544,""week"":""52"",""id"":""chart2""}]}",0,simple,bar +2023-03-15 21:15:27,2023-03-15 21:35:16,0,173.21.200.104,100,1189,1,2023-03-15 21:35:17,R_2DZBOjmemUZpGPk,,,,,31.9587,-83.781,anonymous,EN,1,9.953,11.85,15.13,3,,,,,,,,0,0,15.145,0,99,50,100,0.981,40.088,43.409,12,12.782,59.442,63.446,8,-1,-1,11.732,57.169,60.332,9,1,-1,2.328,164.422,167.292,14,-1,2.917,8.936,12.178,3,10.988,10.988,15.107,1,3,3,3,1,3,3,,1.998,9.188,13.466,5,3,1,3,1,3,3,Because I don't understand what I am seeing.,4.771,7.621,40.856,3,4,,4.388,4.388,7.089,3,2,3,4,5,1,6,7,13.212,21.501,23.778,2,5,3,4,3,4,5,5,7,,0.021,13.262,16.355,7,3,3,3,3,1,3,6.294,27.959,30.032,9,2,,11.338,11.338,13.218,1,2,1961,Georgia,6,3,1,,3,,,5,1,1,1.128,239.406,241.776,45,5c745295821a97001763fb1b,"{""startTime"":1678929855524,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678929884490,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678929551038,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":1000,""label"":""tour_started""},{""time"":35021,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1938,""week"":""50"",""id"":""chart""},{""time"":38977,""label"":""tour_next"",""step"":2},{""time"":48510,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678929820140,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,bar +2023-03-15 21:27:46,2023-03-15 21:35:32,0,173.73.81.193,100,466,1,2023-03-15 21:35:33,R_3jchslVJiruUUIt,,,,,39.0471,-76.9285,anonymous,EN,1,0.934,3.333,4.034,3,,,,,,,,0,0,15.006,0,84,74,40,5.431,34.916,36.501,13,3.511,18.168,19.069,7,-3,1,1.292,16.97,17.944,7,-3,1,1.256,18.453,19.203,10,-2,0.964,23.694,24.647,9,0.935,13.099,15.107,5,4,4,5,5,6,5,,1.43,16.736,17.232,13,4,6,6,5,4,5,I trust this visualization because the dates are clear and the researchers seem qualified ,1.304,1.304,50.59,1,3,,4.601,6.236,7.484,3,,,,,,,,2.708,53.048,54.086,42,8,6,6,9,9,8,10,10,,2.876,17.813,18.695,14,3,3,2,4,4,4,3.517,43.654,44.344,11,2,,1.621,2.712,3.661,3,2,2000,Maryland,6,3,1,,4,,,7,4,2,1.33,57.603,59.203,35,61129323d2e8576d3115a7d7,"{""startTime"":1678930253897,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678930185855,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678930131422,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":10006,""label"":""tour_next"",""step"":2},{""time"":17324,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678930169608,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,line +2023-03-15 21:26:10,2023-03-15 21:35:42,0,107.3.102.193,100,571,1,2023-03-15 21:35:43,R_3fjizYOzJhJgzQU,,,,,40.7406,-111.823,anonymous,EN,1,17.895,77.452,78.84,28,,,,,,,,0,0,15.107,0,71,63,57,27.091,52.644,53.615,8,6.997,9.339,19.07,2,1,1,2.047,61.89,62.629,9,1,1,27.683,43.355,44.902,6,-1,6.551,28.552,30.561,9,0,0,15.108,0,5,2,5,5,4,5,,8.729,39.208,40.353,10,5,5,5,7,1,5,"The source of the data seems reputable, and it seems to be presented in a more factual way that limits bias.",2.138,2.138,39.975,1,5,,6.971,6.971,8.046,1,2,7,3,4,1,5,6,5.757,15.636,22.347,12,3,4,5,7,5,5,8,9,,6.701,20.542,22.066,8,4,4,2,2,4,4,2.747,25.381,25.772,13,2,,1.452,1.452,2.522,1,1,2000,Utah,6,3,1,,7,,,7,4,2,0.831,33.734,36.925,11,607b58309b190663ca83c23f,"{""startTime"":1678930277253,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":18340},{""label"":""window_focused"",""time"":22478}]}","{""startTime"":1678930215539,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678930134847,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":6921,""label"":""tour_next"",""step"":2},{""time"":9263,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678930199855,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":4479,""label"":""hovered"",""timeHovered"":1118,""week"":""2022-01-03""}]}",0,moderate,line +2023-03-15 21:26:16,2023-03-15 21:35:51,0,67.168.83.155,100,575,1,2023-03-15 21:35:52,R_2flnl1kA43DxTD6,,,,,47.0111,-122.875,anonymous,EN,1,5.322,5.322,6.533,1,1,4,2,1.452,4.78,6.532,2,0,0,15.11,0,100,100,84,18.991,36.929,39.381,5,12.614,27.45,53.128,7,1,1,16.101,40.226,42.411,2,1,1,39.803,48.972,50.313,2,1,30.797,30.797,32.083,1,0,0,15.012,0,5,5,5,5,5,5,,6.238,29.147,30.653,12,5,6,5,5,5,5,"Although I'm not 100% confident in the CDC, they have access to the biggest database of Covid infections and have the resources to gather and present their best efforts when it comes to providing the data to the public. ",4.142,74.038,74.458,2,4,,6.004,6.004,7.817,1,2,7,3,4,1,5,6,0,0,13.832,0,6,6,3,4,7,4,10,9,,8.944,23.969,26.766,8,2,3,5,4,4,2,6.917,24.522,25.672,6,2,1,3.289,11.379,13.298,5,2,1967,Washington,6,2,1,,7,,,6,4,1,2.179,72.805,75.874,42,5c5fc0136467ac0001b80940,"{""startTime"":1678930170225,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678930201319,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678930057980,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":6112,""label"":""hovered"",""timeHovered"":1734,""week"":""2021-09-13""},{""time"":21623,""label"":""tour_next"",""step"":2},{""time"":27443,""label"":""tour_end"",""step"":2},{""time"":28619,""label"":""hovered"",""timeHovered"":1231,""week"":""2021-12-27""},{""time"":32355,""label"":""hovered"",""timeHovered"":3649,""week"":""2021-04-12""},{""time"":44651,""label"":""hovered"",""timeHovered"":1425,""week"":""2021-12-27""}]}","{""startTime"":1678930154476,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":4699,""label"":""hovered"",""timeHovered"":2675,""week"":""2021-12-27""},{""time"":11319,""label"":""hovered"",""timeHovered"":2218,""week"":""2022-02-07""},{""time"":13717,""label"":""hovered"",""timeHovered"":1658,""week"":""2022-01-31""}]}",1,simple,line +2023-03-15 21:28:07,2023-03-15 21:36:01,0,73.14.156.239,100,473,1,2023-03-15 21:36:01,R_3JJYM9m6Ezqe0YB,,,,,38.8768,-104.812,anonymous,EN,1,4.625,4.625,5.532,1,,,,,,,,1.064,1.064,15.115,1,100,100,100,5.974,15.457,16.244,5,2.849,54.388,55.587,18,1,1,2.988,32.508,33.975,4,1,1,1.228,28.136,29.535,4,1,33.782,33.782,42.69,1,0,0,15.01,0,5,5,5,5,5,5,,7.315,20.269,22.134,7,6,6,6,7,2,5,the data is displayed in a which in which I can get specific pieces of data and view it accurately. I have control over it and it is plotted in an unbiased way. Also it comes from a reputable source,2.086,2.086,58.85,1,4,,1.362,9.246,11.27,4,2,7,3,4,1,5,6,3.811,18.337,18.826,2,3,8,8,6,3,6,11,11,,1.593,20.772,22.742,9,3,3,2,3,3,3,2.248,31.252,32.672,8,2,,1.716,4.747,6.992,2,1,1999,Colorado,6,3,1,,7,,,18,4,2,1.955,39.133,42.948,13,63ea72008c84049045b492c7,"{""startTime"":1678930249396,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930272326,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930134760,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":14149,""label"":""tour_next"",""step"":5},{""time"":23181,""label"":""cleared_brush"",""using"":""click""},{""time"":27916,""label"":""started_brush"",""startDate"":""2021-06-09"",""endDate"":""2021-08-06""},{""time"":28721,""label"":""tour_next"",""step"":5},{""time"":30036,""label"":""moved_brush"",""startDate"":""2021-06-09"",""endDate"":""2021-08-06""},{""time"":31804,""label"":""moved_brush"",""startDate"":""2021-09-21"",""endDate"":""2021-11-18""},{""time"":33885,""label"":""tour_next"",""step"":5},{""time"":39989,""label"":""moved_brush"",""startDate"":""2021-06-15"",""endDate"":""2021-08-12""},{""time"":42477,""label"":""cleared_brush"",""using"":""click""},{""time"":42478,""label"":""cleared_brush"",""using"":""Escape""},{""time"":44139,""label"":""tour_next"",""step"":5},{""time"":46607,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678930233755,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":5754,""label"":""hovered"",""timeHovered"":1497,""week"":""2021-12-20""}]}",0,complex,line +2023-03-15 21:23:06,2023-03-15 21:36:30,0,96.18.52.158,100,803,1,2023-03-15 21:36:30,R_bsDAFObH3ysFXJT,,,,,42.5231,-96.396,anonymous,EN,1,11.491,12.406,13.479,2,2,,2,0.863,1.546,2.424,2,0,0,15.008,0,62,71,50,7.314,12.6,14.362,4,9.806,19.277,25.167,3,-2,1,15.415,106.455,107.866,3,-3,-3,57.661,77.708,87.263,2,-1,233.998,233.998,235.057,1,0,0,15.008,0,4,2,3,4,4,4,,6.778,14.502,16.207,6,3,4,3,2,3,4,It seems realistic but not sure how accurate it actually is,1.577,1.577,20.603,1,4,,4.458,4.991,6.389,2,2,7,3,4,1,5,6,0,0,18.542,0,4,5,8,7,4,5,9,9,,4.553,21.387,23.389,11,3,2,4,3,3,4,5.781,18.606,20.146,6,6,2,4.424,14.35,14.843,4,2,2001,Nebraska,3,3,1,,7,,,12,2,2,2.632,125.662,127.178,12,611d2be161ceef6c9d25af13,"{""startTime"":1678929991617,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678930008479,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678929842262,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":9804,""label"":""tour_next"",""step"":2},{""time"":13701,""label"":""tour_end"",""step"":2},{""time"":14448,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2035,""week"":""33"",""id"":""chart""},{""time"":18648,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3092,""week"":""52"",""id"":""chart""},{""time"":22453,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2164,""week"":""52"",""id"":""chart2""}]}","{""startTime"":1678929976049,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":2915,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1523,""week"":""52"",""id"":""chart2""},{""time"":4824,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1165,""week"":""52"",""id"":""chart""},{""time"":6663,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2380,""week"":""52"",""id"":""chart""}]}",1,simple,bar +2023-03-15 21:15:02,2023-03-15 21:36:32,0,98.230.0.111,100,1290,1,2023-03-15 21:36:33,R_3jZhAAXVx0xwbUz,,,,,30.4908,-84.3158,anonymous,EN,1,4.38,8.374,9.306,4,,,,,,,,9.636,9.636,15.112,1,100,3,17,3.626,19.742,20.898,6,4.183,225.997,227.131,13,1,-2,10.5,65.611,67.242,10,-1,-3,3.808,188.954,189.816,22,1,17.466,90.395,91.535,10,2.474,6.604,15.01,3,3,4,3,4,5,3,,3.479,48.996,49.809,14,5,4,4,4,7,5,"I agreed with the statement because the question started with ""assume the data is trustworthy"" therefore, if the data was trustworthy, I trust the visualization to represent that",2.527,63.219,91.125,8,4,,4.155,6.99,7.901,4,2,7,3,4,1,5,6,9.071,25.513,26.462,4,1,5,2,3,4,3,10,8,,3.768,28.398,29.201,16,3,2,1,3,3,3,13.546,40.314,41.362,12,1,,3.465,7.715,8.541,3,2,2003,Florida,2,1,1,,9,,NORTH LAUDERDALE,5,4,1,2.445,242.351,244.945,49,61650ba8e42101c561bf7335,"{""startTime"":1678929893172,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":31623},{""label"":""window_focused"",""time"":36706}]}","{""startTime"":1678929944420,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678929458867,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":30,""label"":""tour_started""},{""time"":179444,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4012,""week"":""49"",""id"":""chart""},{""time"":186869,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1249,""week"":""52"",""id"":""chart""},{""time"":191409,""label"":""tour_next"",""step"":2},{""time"":195614,""label"":""tour_end"",""step"":2},{""time"":201003,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":24012,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678929877580,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":7893,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1531,""week"":""1"",""id"":""chart""},{""time"":9809,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4874,""week"":""49"",""id"":""chart""}]}",0,moderate,bar +2023-03-15 21:29:06,2023-03-15 21:36:46,0,76.122.227.87,100,459,1,2023-03-15 21:36:47,R_yqAf1ZWKJErwihH,,,,,36.0048,-86.7886,anonymous,EN,1,3.186,4.017,4.441,2,1,1,1,1.188,3.818,4.886,2,0,0,15.009,0,83,36,39,6.85,11.61,13.203,3,30.006,64.033,83.244,5,1,1,16.336,29.808,30.959,2,1,1,27.102,42.864,43.727,4,-1,29.361,33.228,35.301,2,0,0,15.01,0,5,5,5,5,5,5,,8.888,14.61,15.965,7,5,5,5,5,4,5,It comes from a reputable source and has specific data points to explain it,3.142,3.142,27.797,1,5,,3.761,6.533,6.902,3,2,7,3,4,1,5,6,0,0,25.103,0,4,4,4,4,4,5,10,10,,5.02,13.574,15.228,8,4,3,2,2,3,3,10.337,22.632,24.46,6,2,2,7.805,13.771,14.739,2,2,2000,Tennessee,6,3,1,,7,,,14,4,2,2.5,42.094,43.048,12,6282a009d98ec3cafb4d8d48,"{""startTime"":1678930379283,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930330527,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930195380,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":19,""label"":""tour_started""},{""time"":14127,""label"":""hovered"",""timeHovered"":2762,""week"":""2022-01-10""},{""time"":19341,""label"":""hovered"",""timeHovered"":1450,""week"":""2021-08-16""},{""time"":22623,""label"":""hovered"",""timeHovered"":3150,""week"":""2021-08-23""},{""time"":30003,""label"":""tour_next"",""step"":5},{""time"":43155,""label"":""started_brush"",""startDate"":""2021-05-31"",""endDate"":""2021-11-19""},{""time"":44598,""label"":""tour_next"",""step"":5},{""time"":51772,""label"":""moved_brush"",""startDate"":""2021-05-05"",""endDate"":""2021-10-24""},{""time"":52716,""label"":""tour_next"",""step"":5},{""time"":59586,""label"":""cleared_brush"",""using"":""click""},{""time"":59588,""label"":""cleared_brush"",""using"":""Escape""},{""time"":60740,""label"":""tour_next"",""step"":5},{""time"":64021,""label"":""tour_end"",""step"":5},{""time"":68439,""label"":""started_brush"",""startDate"":""2022-01-10"",""endDate"":""2022-02-13""},{""time"":71268,""label"":""moved_brush"",""startDate"":""2021-12-08"",""endDate"":""2022-02-13""},{""time"":74080,""label"":""hovered"",""timeHovered"":5167,""week"":""2022-01-10""}]}","{""startTime"":1678930314935,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":12906,""label"":""started_brush"",""startDate"":""2021-04-12"",""endDate"":""2021-05-05""}]}",1,complex,line +2023-03-15 21:25:26,2023-03-15 21:37:48,0,69.116.142.165,100,741,1,2023-03-15 21:37:49,R_1flnDlXf1gDahEK,,,,,41.0326,-73.7621,anonymous,EN,1,38.34,38.34,40.103,1,,,,,,,,0,0,15.124,0,69,87,50,21.923,32.433,34.879,3,23.144,46.599,51.102,3,1,1,35.841,45.487,51.27,2,-3,-3,64.052,86.24,87.812,2,1,39.316,73.012,74.105,2,0,0,15.116,0,5,5,5,5,5,5,,20.557,35.403,38.305,6,5,5,5,4,3,5,It is easy to understand and seems accurate.,4.264,37.886,39.762,7,4,,16.741,26.667,28.153,7,2,7,3,4,1,5,6,0,0,28.419,0,5,5,5,5,6,4,10,9,,7.077,29.747,33.58,11,4,4,2,2,4,4,6.956,24.431,25.646,6,2,,7.363,8.633,10.388,2,2,2001,New York,3,1,1,,7,,,6,4,1,3.543,97.012,98.737,20,6100a94845f823a05d74deb3,"{""startTime"":1678930141992,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":5552,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1826,""week"":""2"",""id"":""chart2""}]}","{""startTime"":1678930180811,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678930023537,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":6097,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3683,""week"":""1"",""id"":""chart""},{""time"":9881,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2631,""week"":""52"",""id"":""chart""},{""time"":17613,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1216,""week"":""49"",""id"":""chart""},{""time"":23141,""label"":""tour_next"",""step"":2},{""time"":40776,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1031,""week"":""26"",""id"":""chart2""},{""time"":43551,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678930126530,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,bar +2023-03-15 21:31:30,2023-03-15 21:37:50,0,162.221.246.15,100,379,1,2023-03-15 21:37:50,R_YbHGh2dNd1DEV7r,,,,,21.3195,-157.8525,anonymous,EN,1,4.666,4.666,5.433,1,1,4,2,2.864,7.672,8.452,3,0,0,15.008,0,87,96,89,3.909,8.565,9.842,3,8.072,10.16,14.236,2,1,1,22.095,32.943,34.292,2,1,1,7.615,63.192,64.766,4,1,25.766,25.766,26.58,1,0,0,15.007,0,5,4,5,5,5,5,,5.775,16.191,17.957,7,4,6,5,5,4,5,"It makes sense to me, it totals 100% of the confirmed cases and provides a breakdown of those cases that makes more sense.",1.314,1.314,26.344,1,6,,4.818,4.818,6.23,1,2,7,3,4,1,5,6,0,0,15.784,0,7,8,8,8,8,6,10,10,,3.194,13.65,15.824,8,3,4,2,2,3,4,2.09,9.282,11.44,8,2,1,1.414,5.926,7.317,2,1,1984,Hawaii,6,3,1,,9,,Honolulu,14,4,1,1.099,44.682,48.681,18,559c192bfdf99b218a61f57f,"{""startTime"":1678930477767,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678930437051,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678930341051,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":8068,""label"":""tour_next"",""step"":2},{""time"":10156,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678930421326,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":4962,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2992,""week"":""50"",""id"":""chart""},{""time"":8946,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1602,""week"":""50"",""id"":""chart""},{""time"":10585,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1242,""week"":""51"",""id"":""chart""}]}",1,moderate,bar +2023-03-15 21:23:11,2023-03-15 21:38:14,0,172.7.158.187,100,903,1,2023-03-15 21:38:15,R_238DbHH52USWLkE,,,,,28.6529,-81.2106,anonymous,EN,1,5.851,13.343,14.2,3,1,3,2,1.61,4.129,5.451,2,0,0,15.016,0,96,98,72,9.655,32.837,33.975,13,145.842,148.612,150.431,2,1,-2,2.982,32.257,33.202,8,1,1,2.583,105.13,105.946,12,1,6.474,129.881,129.89,13,0,0,15.009,0,6,5,6,5,6,6,,9.643,25.829,26.493,9,5,5,5,6,6,5,"The visualization is a graphic published by the CDC, which is the established national public health agency of the US and is funded by the government. It is the foremost organization in terms of credibility and public trust when it comes to information, and so anything published by it would automatically have my trust unless proven otherwise.",1.233,1.233,92.565,1,4,,9.921,12.502,12.626,4,2,7,3,4,1,5,6,4.712,42.467,46.954,2,2,3,5,6,2,3,10,10,,3.042,35.475,37.02,21,2,4,1,2,5,3,1.971,26.363,27.444,16,2,1,2.393,7.49,9.131,4,2,1998,Florida,3,3,1,,2,,,19,4,1,2.037,89.633,98.158,27,5fee456f8929f014481adff9,"{""startTime"":1678930259564,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":3944},{""label"":""window_focused"",""time"":4548}]}","{""startTime"":1678930151749,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678929871923,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":136631,""label"":""hovered"",""timeHovered"":2716,""week"":""2022-01-03""},{""time"":145829,""label"":""tour_next"",""step"":2},{""time"":148598,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678930136174,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":2310,""label"":""hovered"",""timeHovered"":1949,""week"":""2021-09-27""},{""time"":5071,""label"":""hovered"",""timeHovered"":3927,""week"":""2022-01-10""},{""time"":9133,""label"":""hovered"",""timeHovered"":1391,""week"":""2022-01-10""},{""time"":10848,""label"":""hovered"",""timeHovered"":3411,""week"":""2021-09-06""}]}",1,moderate,line +2023-03-15 21:28:57,2023-03-15 21:38:51,0,50.231.1.2,100,593,1,2023-03-15 21:38:52,R_2xL8AIyul71Jmis,,,,,29.7373,-95.3972,anonymous,EN,1,155.832,155.832,156.981,1,1,1,1,2.589,4.549,5.963,3,0,0,15.014,0,81,100,100,3.913,9.984,11.156,6,6.436,12.614,28.605,2,1,1,14.162,26.052,46.176,6,-2,1,19.016,41.802,45.811,2,-3,29.672,29.672,32.396,1,0.626,0.626,15.117,1,5,6,6,6,6,6,,3.985,8.433,11.38,6,6,5,5,6,6,5,It only makes sense for those who havent taken the shot to be more affected than a person who has.,1.613,1.613,38.353,1,5,,2.057,3.795,5.98,3,2,7,3,4,1,5,6,0,0,24.246,0,1,3,1,1,1,4,9,10,,3.201,12.431,14.946,8,4,4,2,1,4,4,4.568,19.625,20.674,8,1,5,8.257,11.799,12.955,3,2,1999,Texas,6,1,1,,3,,,5,4,1,1.169,61.042,66.663,16,5d62239454f7a50001c70f03,"{""startTime"":1678930431611,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678930444313,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678930337937,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":25,""label"":""tour_started""},{""time"":6395,""label"":""tour_next"",""step"":2},{""time"":12572,""label"":""tour_end"",""step"":2},{""time"":14071,""label"":""hovered"",""timeHovered"":1677,""week"":""2021-12-27""},{""time"":16526,""label"":""hovered"",""timeHovered"":10287,""week"":""2022-01-03""}]}","{""startTime"":1678930415577,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":4440,""label"":""hovered"",""timeHovered"":1388,""week"":""2022-01-31""},{""time"":9914,""label"":""hovered"",""timeHovered"":1179,""week"":""2022-01-31""},{""time"":11538,""label"":""hovered"",""timeHovered"":2281,""week"":""2021-12-27""}]}",1,simple,line +2023-03-15 21:31:51,2023-03-15 21:39:01,0,65.190.240.63,100,429,1,2023-03-15 21:39:02,R_1fZANCvjrS2RSDi,,,,,36.0217,-79.7839,anonymous,EN,1,2.802,2.802,3.665,1,2,,2,2.564,2.564,3.497,1,0,0,15.113,0,59,29,74,6.639,24.879,25.421,13,15.95,31.502,31.899,3,1,1,11.481,35.025,36.222,3,1,1,17.066,33.178,34.425,4,1,38.592,38.592,39.925,1,0,0,15.107,0,3,7,3,4,4,3,,6.257,14.329,16.224,6,3,4,4,2,3,3,It doesn't have enough detail to confidently agree,2.433,2.433,27.126,1,4,,2.98,5.996,6.954,4,2,7,3,4,1,5,6,0,0,12.958,0,3,3,3,4,4,4,9,8,,3.405,18.821,20.829,12,3,4,2,3,3,2,4.165,20.325,20.643,11,3,2,4.917,13.589,14.924,3,2,1994,North Carolina,5,2,1,,7,,,19,3,2,2.025,46.497,47.489,14,61004696895aeda4629ecd6e,"{""startTime"":1678930519364,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678930460667,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678930373023,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":10537,""label"":""hovered"",""timeHovered"":2917,""week"":""2022-01-10""},{""time"":15941,""label"":""tour_next"",""step"":2},{""time"":19005,""label"":""tour_end"",""step"":2},{""time"":26056,""label"":""hovered"",""timeHovered"":4709,""week"":""2022-01-10""}]}","{""startTime"":1678930440393,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":2322,""label"":""hovered"",""timeHovered"":2369,""week"":""2022-01-17""},{""time"":5572,""label"":""hovered"",""timeHovered"":3689,""week"":""2022-01-10""}]}",1,moderate,line +2023-03-15 21:26:23,2023-03-15 21:39:35,0,98.51.3.101,100,791,1,2023-03-15 21:39:36,R_aVOhBj6ZLVoemJj,,,,,37.7958,-122.4203,anonymous,EN,1,4.761,6.154,7.627,3,1,1,2,1.147,3.353,4.453,2,5.557,6.115,15.02,3,50,85,31,4.171,8.756,16.504,3,11.01,14.558,20.751,2,1,1,18.696,30.68,32.048,2,-3,-3,37.85,98.21,102.327,3,1,15.729,15.729,17.306,1,0,0,15.026,0,3,3,3,5,4,3,None,4.586,18.551,19.396,9,3,4,3,3,3,3,It was difficult to line up the bars with the correct dates and I wasn't sure if I was reading it correctly or not. ,1.825,28.018,28.519,2,4,None,2.42,5.502,8.084,3,2,7,3,4,1,5,6,0,0,14.294,0,3,1,1,3,3,3,6,6,None,3.026,18.538,19.021,14,4,4,1,2,4,4,2.136,10.848,11.473,6,5,1,2.175,8.359,9.646,3,2,1997,California,5,1,1,,7,,,7,4,1,1.636,45.879,47.747,21,5dec18ea1aaabf30d92ad722,"{""startTime"":1678930544022,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":1310,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1079,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678930564339,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678930403963,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":4822,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3242,""week"":""52"",""id"":""chart""},{""time"":10991,""label"":""tour_next"",""step"":2},{""time"":14539,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678930528195,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":2970,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1632,""week"":""1"",""id"":""chart""},{""time"":5138,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1428,""week"":""2"",""id"":""chart""},{""time"":7678,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1479,""week"":""2"",""id"":""chart""},{""time"":9812,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2695,""week"":""51"",""id"":""chart""},{""time"":12827,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1192,""week"":""52"",""id"":""chart""}]}",1,moderate,bar +2023-03-15 21:17:00,2023-03-15 21:40:02,0,24.49.187.99,100,1382,1,2023-03-15 21:40:03,R_4PIR9ohTfulANBn,,,,,33.3974,-88.0245,anonymous,EN,1,57.163,57.163,60.363,1,1,2,2,2.475,6.683,8.273,2,0,0,15.046,0,80,94,82,16.894,25.595,27.797,3,4.346,35.892,43.038,5,1,1,42.709,58.098,61.132,3,-3,-3,65.905,208.963,210.909,3,-1,2.879,57.616,59.416,2,0,0,15.115,0,3,5,3,5,6,4,none,16.87,45.138,49.133,9,3,5,5,5,5,5,because the questions were prefaced with saying assume you trust this data! lol also it cites the CDC,3.908,3.908,45.312,1,3,none,11.463,17.463,21.202,2,2,7,3,4,1,5,6,0,0,78.683,0,5,2,3,9,2,4,9,6,none,9.953,33.042,35.788,9,4,4,1,1,5,5,18.471,128.992,130.138,8,5,1,20.652,38.928,44.47,2,1,1977,Alabama,3,1,1,,9,,Millport,7,4,1,4.441,68.065,74.498,12,6400f14b24ac2b910c9f2d93,"{""startTime"":1678929819948,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678929869867,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678929548285,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":29,""label"":""tour_started""},{""time"":23044,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1899,""week"":""52"",""id"":""chart""},{""time"":30019,""label"":""tour_next"",""step"":2},{""time"":35877,""label"":""tour_end"",""step"":2},{""time"":36769,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1306,""week"":""1"",""id"":""chart""}]}","{""startTime"":1678929803984,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar +2023-03-15 21:28:32,2023-03-15 21:40:35,0,73.240.62.152,100,722,1,2023-03-15 21:40:36,R_31HqybmReTg2bC5,,,,,44.0197,-123.1008,anonymous,EN,1,4.959,4.959,6.041,1,1,4,2,2.48,6.171,7.981,2,0,0,15.011,0,74,30,19,11.774,22.495,24.259,3,19.616,89.806,114.321,7,-2,1,24.435,35.954,37.434,2,1,1,36.681,53.851,55.872,2,1,30.364,30.364,31.874,1,0,0,15.118,0,3,3,3,4,7,3,,10.455,36.971,39.737,6,2,2,7,7,7,3,"I'm not sure how accurate the data that's being displayed tracks the historical data. But I'm not especially confident about my own sense of what was bad when, so I chose the most noncommital response.",4.039,4.039,107.701,1,4,,4.787,4.787,7.916,1,2,7,3,4,1,5,6,0,0,21.372,0,3,6,8,8,5,6,9,8,,6.961,30.916,33.052,9,5,5,1,1,5,5,6.485,22.25,24.572,7,5,2,4.422,14.18,20.736,3,1,1975,Oregon,6,2,1,,7,,,2,4,2,3,90.452,91.684,14,5b745fb794c93d00010fc4c6,"{""startTime"":1678930491902,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930343254,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930180273,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":15391,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1451,""week"":""51"",""id"":""chart""},{""time"":19597,""label"":""tour_next"",""step"":5},{""time"":34810,""label"":""started_brush"",""startDate"":""2021-06-29"",""endDate"":""2021-11-29""},{""time"":36508,""label"":""tour_next"",""step"":5},{""time"":48317,""label"":""cleared_brush"",""using"":""Click""},{""time"":55758,""label"":""cleared_brush"",""using"":""Click""},{""time"":65119,""label"":""cleared_brush"",""using"":""Click""},{""time"":72009,""label"":""moved_brush"",""startDate"":""2021-05-07"",""endDate"":""2021-08-25""},{""time"":73632,""label"":""tour_next"",""step"":5},{""time"":80033,""label"":""cleared_brush"",""using"":""Click""},{""time"":81839,""label"":""tour_next"",""step"":5},{""time"":89787,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678930327639,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar +2023-03-15 21:23:56,2023-03-15 21:40:50,0,73.192.108.100,100,1014,1,2023-03-15 21:40:51,R_2EH8C905qstVlE2,,,,,30.3466,-81.6748,anonymous,EN,1,9.884,9.884,12.451,1,,,,,,,,0,0,15.013,0,1,100,0,40.64,59.544,75.098,5,12.364,50.297,68.865,3,1,1,30.898,52.035,54.88,4,-2,1,20.812,105.909,122.746,5,-2,30.715,104.28,106.62,2,0,0,15.111,0,5,5,5,5,5,5,,9.069,15.735,19.274,7,5,4,5,4,3,5,Because the data is clear.,7.406,7.406,20.367,1,4,,7.354,10.971,67.827,2,2,7,3,4,1,5,6,0,0,43.255,0,9,9,9,9,8,9,9,8,,8.917,28.231,36.901,8,5,5,1,1,5,4,27.243,105.303,107.152,6,2,,6.115,6.115,24.373,1,1,1965,Florida,7,3,1,,7,,,7,2,1,3.104,128.339,138.076,12,631685f7d6d6fcb196e87f0a,"{""startTime"":1678930235981,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678930155521,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6313,""label"":""hovered"",""timeHovered"":1405,""week"":""2021-12-27""},{""time"":11289,""label"":""hovered"",""timeHovered"":2405,""week"":""2022-01-17""},{""time"":13926,""label"":""hovered"",""timeHovered"":1497,""week"":""2022-01-17""},{""time"":15550,""label"":""hovered"",""timeHovered"":1017,""week"":""2022-01-17""},{""time"":17680,""label"":""hovered"",""timeHovered"":1802,""week"":""2022-01-24""},{""time"":22505,""label"":""hovered"",""timeHovered"":4572,""week"":""2022-01-31""},{""time"":27514,""label"":""hovered"",""timeHovered"":1242,""week"":""2022-01-17""},{""time"":29062,""label"":""hovered"",""timeHovered"":4290,""week"":""2022-01-17""}]}","{""startTime"":1678929947426,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":34131,""label"":""tour_next"",""step"":2},{""time"":50286,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678930139991,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":13218,""label"":""hovered"",""timeHovered"":1299,""week"":""2022-01-10""}]}",0,moderate,line +2023-03-15 21:32:07,2023-03-15 21:41:15,0,75.53.186.72,100,548,1,2023-03-15 21:41:17,R_ZvCkKt4auTexo6R,,,,,38.2539,-85.76,anonymous,EN,1,6.36,6.36,7.257,1,,,,,,,,0,0,15.106,0,85,85,80,11.466,19.447,20.194,8,12.945,17.428,22.839,2,-2,1,28.183,58.813,60.928,5,-3,-3,32.273,67.573,71.751,2,1,42.359,42.359,45.12,1,0,0,15.006,0,4,3,3,5,3,4,,3.88,14.213,16.794,9,3,4,4,1,1,4,I just don't know if there is anything being left out or how reputable the source is.,6.505,26.304,26.833,2,5,,4.903,7.885,15.342,3,2,7,3,4,1,5,6,0,0,17.298,0,7,9,8,9,9,6,8,10,,9.842,31.042,34.02,14,2,3,4,4,3,2,4.809,21.308,25.434,6,5,,11.147,11.147,12.403,1,1,1993,Kentucky,6,1,1,,7,,,17,2,2,1.831,59.978,60.608,20,5e6040ebbccd41000ad90a4e,"{""startTime"":1678930484443,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678930501638,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678930384324,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":17,""label"":""tour_started""},{""time"":7235,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1726,""week"":""45"",""id"":""chart""},{""time"":12941,""label"":""tour_next"",""step"":2},{""time"":17424,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678930469077,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,bar +2023-03-15 21:33:02,2023-03-15 21:41:17,0,23.241.117.181,100,495,1,2023-03-15 21:41:18,R_24FO6gcJetZihQi,,,,,34.0544,-118.2441,anonymous,EN,1,3.61,3.61,4.871,1,,,,,,,,0,0,15.009,0,82,83,82,18.386,34.174,35.475,4,11.139,29.837,30.726,4,1,1,25.662,39.582,45.254,2,1,1,18.68,35.645,44.403,2,1,81.721,81.721,83.379,1,0,0,15.113,0,5,4,5,5,5,5,,14.282,23.648,26.141,8,4,6,5,4,4,5,"It is easy to follow and it does not seem biased. I am not sure if it has gathered all information, but I typically trust science.",0.869,0.869,33.126,1,4,,5.797,5.797,7.541,1,2,7,3,4,1,5,6,0,0,19.547,0,4,6,4,6,9,7,11,10,,3.376,15.474,16.868,11,3,4,3,4,4,4,3.021,19.905,25.282,13,2,,2.171,2.171,3.477,1,2,2001,California,6,3,1,,7,,,17,4,1,1.083,45.349,47.675,13,610925067b0ea968105a1b72,"{""startTime"":1678930590071,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":980,""label"":""hovered"",""timeHovered"":1657,""week"":""2021-10-04""}]}","{""startTime"":1678930538116,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678930445683,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":3,""label"":""tour_started""},{""time"":5455,""label"":""hovered"",""timeHovered"":1323,""week"":""2021-12-06""},{""time"":11619,""label"":""tour_next"",""step"":2},{""time"":19419,""label"":""tour_end"",""step"":2},{""time"":21070,""label"":""hovered"",""timeHovered"":1455,""week"":""2022-02-07""},{""time"":24238,""label"":""hovered"",""timeHovered"":3323,""week"":""2021-12-27""}]}","{""startTime"":1678930522521,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":6295,""label"":""hovered"",""timeHovered"":3549,""week"":""2022-02-07""}]}",0,simple,line +2023-03-15 21:25:21,2023-03-15 21:41:18,0,50.5.122.141,100,957,1,2023-03-15 21:41:20,R_07m37BlwEJyyun7,,,,,39.3179,-84.2483,anonymous,EN,1,20.576,61.08,65.75,3,,,,,,,,0,0,15.014,0,88,76,69,13.724,32.739,34.073,4,51.579,124.593,140.601,14,1,1,40.378,99.971,105.034,4,-2,1,5.745,91.409,93.931,3,1,35.978,35.978,37.286,1,0,0,15.115,0,5,5,4,5,5,5,,2.734,46.372,48.205,8,5,5,5,7,1,5,"It is a well designed graph that seems to clearly show the data and it is pretty easy to visualize the trends. I looked at the axes, legend, and looked more closely at certain time periods with the filter, and I did not feel that this graph was misleading in any way.",1.763,1.763,100.7,1,4,,7.423,7.423,16.778,1,2,7,3,4,1,5,6,0,0,22.01,0,4,3,5,4,3,4,10,8,,33.616,72.053,74.97,12,4,3,2,1,5,5,16.167,31.683,33.032,6,2,,6.185,6.185,7.557,1,2,2003,Ohio,3,1,1,,7,,,17,3,1,2.374,74.425,78.781,12,616870f3f5785e447dd90a2f,"{""startTime"":1678930238941,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930287714,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930044713,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":5673,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2849,""week"":""30"",""id"":""chart""},{""time"":38038,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1133,""week"":""39"",""id"":""chart""},{""time"":39188,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1033,""week"":""40"",""id"":""chart""},{""time"":40321,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1150,""week"":""41"",""id"":""chart""},{""time"":42354,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1283,""week"":""50"",""id"":""chart""},{""time"":44287,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5683,""week"":""51"",""id"":""chart""},{""time"":51574,""label"":""tour_next"",""step"":5},{""time"":59706,""label"":""cleared_brush"",""using"":""Click""},{""time"":76056,""label"":""started_brush"",""startDate"":""2021-05-08"",""endDate"":""2021-09-11""},{""time"":79112,""label"":""tour_next"",""step"":5},{""time"":104318,""label"":""started_brush"",""startDate"":""2021-05-16"",""endDate"":""2021-09-25""},{""time"":107307,""label"":""moved_brush"",""startDate"":""2021-06-24"",""endDate"":""2021-11-04""},{""time"":108104,""label"":""tour_next"",""step"":5},{""time"":115617,""label"":""cleared_brush"",""using"":""Click""},{""time"":115617,""label"":""cleared_brush"",""using"":""Escape""},{""time"":117362,""label"":""tour_next"",""step"":5},{""time"":124587,""label"":""tour_end"",""step"":5},{""time"":133391,""label"":""started_brush"",""startDate"":""2021-04-08"",""endDate"":""2021-06-16""},{""time"":134347,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3867,""week"":""15"",""id"":""chart""}]}","{""startTime"":1678930223274,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":6991,""label"":""started_brush"",""startDate"":""2021-07-25"",""endDate"":""2021-10-26""},{""time"":8189,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4296,""week"":""31"",""id"":""chart""},{""time"":12614,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1971,""week"":""32"",""id"":""chart""}]}",0,complex,bar +2023-03-15 21:13:55,2023-03-15 21:41:26,0,76.247.1.32,100,1650,1,2023-03-15 21:41:28,R_2dSCUEHxxw1sv4p,,,,,29.9762,-95.6401,anonymous,EN,1,11.133,35.798,40.769,85,,,,,,,,0,0,15.016,0,64,36,61,6.786,95.996,97.827,102,5.093,361.727,381.105,31,1,1,8.914,224.499,226.729,116,1,-3,4.565,111.698,113.475,97,-2,7.183,100.236,101.62,55,0,0,15.023,0,4,3,3,4,5,3,Is this really a study done in Croatia?,2.646,186.471,188.082,106,4,4,5,7,7,3,Because I do not know if this is an actual study where this data was collected.,7.367,7.367,39.507,1,5,,7.85,28.079,29.605,13,2,7,3,4,1,5,6,26.402,33.841,35.39,8,5,8,9,7,6,8,9,9,,8.605,34.63,36.204,21,1,1,5,5,2,1,14.121,41.832,44.307,20,5,,10.126,14.694,16.498,9,2,1966,Texas,3,1,1,,7,,,17,1,1,4.657,143.944,149.813,147,6277f8b4e9145fb3dd34debd,"{""startTime"":1678929923697,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930112676,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678929423300,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":30456,""label"":""hovered"",""timeHovered"":7962,""week"":""2021-11-15""},{""time"":39574,""label"":""hovered"",""timeHovered"":5760,""week"":""2021-11-29""},{""time"":47301,""label"":""hovered"",""timeHovered"":4216,""week"":""2021-12-27""},{""time"":52440,""label"":""hovered"",""timeHovered"":1993,""week"":""2022-01-31""},{""time"":56016,""label"":""hovered"",""timeHovered"":3783,""week"":""2021-04-26""},{""time"":63823,""label"":""tour_next"",""step"":5},{""time"":87246,""label"":""started_brush"",""startDate"":""2021-06-05"",""endDate"":""2021-09-03""},{""time"":90277,""label"":""tour_next"",""step"":5},{""time"":109082,""label"":""moved_brush"",""startDate"":""2021-08-12"",""endDate"":""2021-11-11""},{""time"":112233,""label"":""tour_next"",""step"":5},{""time"":215277,""label"":""started_brush"",""startDate"":""2021-12-06"",""endDate"":""2022-02-13""},{""time"":236380,""label"":""moved_brush"",""startDate"":""2021-05-26"",""endDate"":""2022-02-13""},{""time"":236744,""label"":""moved_brush"",""startDate"":""2021-05-26"",""endDate"":""2022-02-13""},{""time"":240135,""label"":""cleared_brush"",""using"":""click""},{""time"":242902,""label"":""started_brush"",""startDate"":""2021-04-27"",""endDate"":""2021-05-18""},{""time"":244849,""label"":""tour_next"",""step"":5},{""time"":268409,""label"":""moved_brush"",""startDate"":""2021-05-27"",""endDate"":""2021-06-16""},{""time"":280700,""label"":""moved_brush"",""startDate"":""2021-05-27"",""endDate"":""2021-06-16""},{""time"":289752,""label"":""moved_brush"",""startDate"":""2021-05-27"",""endDate"":""2021-08-23""},{""time"":295002,""label"":""moved_brush"",""startDate"":""2021-06-27"",""endDate"":""2021-09-24""},{""time"":307853,""label"":""moved_brush"",""startDate"":""2021-06-27"",""endDate"":""2021-10-24""},{""time"":350934,""label"":""moved_brush"",""startDate"":""2021-06-27"",""endDate"":""2021-12-30""},{""time"":353950,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678929908390,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line +2023-03-15 21:14:12,2023-03-15 21:41:48,0,73.214.162.164,100,1655,1,2023-03-15 21:41:49,R_2aRfSp7BzoInIYL,,,,,40.3469,-79.8689,anonymous,EN,1,7.694,7.694,8.597,1,1,2,2,1.595,4.681,7.197,2,0,0,15.006,0,100,100,79,8.449,15.802,23.001,5,17.706,62.261,64.613,9,1,1,47.567,65.692,71.601,2,-3,-3,550.118,566.499,567.208,2,-3,23.317,58.703,64.013,7,5.469,5.469,15.007,1,5,5,5,5,5,5,,68.009,71.04,81.028,6,5,6,5,2,2,5,This information seems to be well research and provides dates and numbers that make sense.,1.658,1.658,32.389,1,4,,5.948,5.948,11.868,1,2,7,3,4,1,5,6,0,0,23.491,0,1,1,1,6,6,5,9,10,,93.339,104.075,107.29,8,2,2,1,2,2,2,3.169,28.738,32.364,10,1,3,4.613,12.717,15.884,2,1,1986,Pennsylvania,6,2,1,,3,,,5,4,2,2.526,61.543,65.396,16,63e548215b42b3f3aa069dc2,"{""startTime"":1678929506989,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":8061},{""label"":""window_focused"",""time"":58503},{""label"":""window_blurred"",""time"":62555},{""label"":""window_focused"",""time"":63511}]}","{""startTime"":1678929588564,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":404},{""label"":""window_focused"",""time"":74223},{""label"":""window_blurred"",""time"":76247},{""label"":""window_focused"",""time"":77154},{""label"":""window_blurred"",""time"":83772},{""label"":""window_focused"",""time"":246526}]}","{""startTime"":1678929361656,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":17703,""label"":""tour_next"",""step"":5},{""time"":30465,""label"":""cleared_brush"",""using"":""Click""},{""time"":32147,""label"":""cleared_brush"",""using"":""Click""},{""time"":33082,""label"":""started_brush"",""startDate"":""2021-08-03"",""endDate"":""2021-11-16""},{""time"":38540,""label"":""tour_next"",""step"":5},{""time"":46486,""label"":""moved_brush"",""startDate"":""2021-09-02"",""endDate"":""2021-12-15""},{""time"":48486,""label"":""tour_next"",""step"":5},{""time"":54788,""label"":""cleared_brush"",""using"":""Click""},{""time"":54788,""label"":""cleared_brush"",""using"":""Escape""},{""time"":57239,""label"":""tour_next"",""step"":5},{""time"":62257,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678929491375,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar +2023-03-15 21:31:59,2023-03-15 21:42:32,0,97.115.152.78,100,632,1,2023-03-15 21:42:33,R_28ZZTxj90YeYGGK,,,,,45.5472,-122.6417,anonymous,EN,1,7.236,7.236,8.61,1,1,4,2,2.515,5.429,6.591,2,0,0,15.114,0,81,91,57,9.042,49.755,52.394,5,33.831,39.512,42.542,2,1,-2,18.862,39.371,41.427,2,-2,1,9.383,14.535,41.89,2,-3,103.684,104.41,106.118,2,0,0,15.01,0,4,3,6,6,6,6,I like that this one has the axes labelled.,6.597,26.034,40.904,9,5,5,6,1,7,6,I think it is consistent with what I remember at the time.,3.051,20.957,23.117,2,7,,4.855,4.855,6.888,1,2,7,3,4,1,5,6,0,0,21.104,0,1,1,1,3,1,1,10,10,,6.402,20.352,22.947,8,5,4,1,1,4,4,10.855,13.356,14.617,2,1,1,5.923,10.902,16.337,3,2,1967,Oregon,7,2,1,,7,,,12,4,1,3.145,94.263,98.346,18,5664626351fac700118ed1df,"{""startTime"":1678930588490,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":33167},{""label"":""window_focused"",""time"":34073}]}","{""startTime"":1678930542442,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678930441021,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":20,""label"":""tour_started""},{""time"":33803,""label"":""tour_next"",""step"":2},{""time"":39483,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678930526670,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line +2023-03-15 21:35:38,2023-03-15 21:42:34,0,72.183.100.179,100,415,1,2023-03-15 21:42:35,R_7aHi3p89Hp0e6E9,,,,,27.552,-99.4959,anonymous,EN,1,0.611,1.906,2.626,3,,,,,,,,1.316,14.546,15.013,5,0,60,50,0.431,10.109,10.855,10,2.032,51.774,52.811,19,1,1,0.912,37.776,38.768,17,-1,1,0.639,31.417,31.603,19,-3,0.821,51.283,52.021,13,0.695,4.876,15.009,4,5,3,5,5,5,5,,0.637,16.349,17.07,13,3,5,5,3,3,5,I feel it is based on scientific observation ,1.231,1.231,14.751,1,4,,3.354,5.191,5.928,4,2,7,3,4,1,5,6,2.353,14.96,15.505,8,1,2,4,5,6,1,11,10,,2.337,13.91,14.755,15,1,1,5,5,1,1,0.795,18.469,19.226,12,4,,0.851,2.749,3.416,5,2,1997,Texas,7,1,2,,4,,,4,5,2,0.229,63.124,64.08,45,5f78ce64cb5f144a98a4fa38,"{""startTime"":1678930697878,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930715794,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930575142,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":28,""label"":""tour_started""},{""time"":7867,""label"":""tour_next"",""step"":5},{""time"":29945,""label"":""started_brush"",""startDate"":""2021-05-23"",""endDate"":""2022-02-13""},{""time"":31552,""label"":""tour_next"",""step"":5},{""time"":37452,""label"":""moved_brush"",""startDate"":""2021-05-23"",""endDate"":""2022-02-13""},{""time"":38934,""label"":""tour_next"",""step"":5},{""time"":46213,""label"":""cleared_brush"",""using"":""click""},{""time"":46216,""label"":""cleared_brush"",""using"":""Escape""},{""time"":48736,""label"":""tour_next"",""step"":5},{""time"":50254,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678930681225,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":6367,""label"":""hovered"",""timeHovered"":1752,""week"":""2022-01-17""},{""time"":9774,""label"":""hovered"",""timeHovered"":4364,""week"":""2022-01-17""}]}",0,complex,line +2023-03-15 21:34:18,2023-03-15 21:42:52,0,172.248.184.216,100,513,1,2023-03-15 21:42:53,R_4YHYIIzBjFmDBDP,,,,,34.0587,-118.2781,anonymous,EN,1,10.492,10.492,13.122,1,2,,2,2.252,2.252,3.123,1,0,0,15.113,0,23,23,64,10.308,16.601,21.273,3,8.404,15.582,17.424,3,1,1,10.15,49.361,50.379,4,-3,1,19.645,29.142,30.992,3,1,25.425,25.425,26.746,1,0,0,15.01,0,4,5,4,5,7,5,,12.395,28.275,31.798,7,5,5,6,2,7,3,it looks like it was professionally created and the data seems accurate.,8.551,8.551,23.494,1,4,,8.522,10.012,13.007,2,2,7,3,4,1,5,6,7.989,11.305,23.481,5,4,4,7,5,4,6,10,8,,3.785,26.823,29.899,13,4,3,2,3,5,4,2.764,36.873,37.235,11,6,3,10.724,21.653,23.197,4,1,1987,California,6,3,1,,9,,Bel Air,14,2,1,4.432,81.921,86.64,29,63345f710321e08d1720919e,"{""startTime"":1678930662101,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678930611955,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678930526873,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":12318,""label"":""tour_next"",""step"":2},{""time"":15564,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678930596265,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line +2023-03-15 21:32:53,2023-03-15 21:43:22,0,172.56.224.142,100,629,1,2023-03-15 21:43:24,R_3rTbColiNmsIXf7,,,,,33.4849,-86.8596,anonymous,EN,1,11.555,11.555,12.337,1,1,2,1,1.392,3.753,5.806,3,0,0,15.012,0,99,56,69,13.842,30.163,32.481,8,8.257,42.596,44.919,7,1,1,14.333,48.075,50.967,2,1,1,7.934,107.095,108.647,4,1,35.139,72.586,76.562,3,0,0,15.143,0,5,2,7,6,5,4,,9.4,22.156,23.506,6,2,6,5,7,4,4,"It looks like a legitimate, credible, and valid scientific visualization using reputable data and information. However, there is less information than I would like.",1.914,42.258,42.816,2,4,,3.154,3.154,4.632,1,2,7,3,4,1,5,6,15.845,15.845,17.237,1,1,1,2,3,2,5,5,3,,4.277,28.376,31.699,10,3,5,2,3,4,3,7.559,23.523,24.535,6,5,1,3.547,7.812,9.005,2,2,2000,Alabama,6,3,4,Arabic and English,5,,,11,1,1,1.278,43.124,45.784,13,63d79e5ecdcf4d0dbd646bf6,"{""startTime"":1678930672246,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930593163,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930453557,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":8242,""label"":""tour_next"",""step"":5},{""time"":20170,""label"":""started_brush"",""startDate"":""2021-06-05"",""endDate"":""2021-08-04""},{""time"":22570,""label"":""moved_brush"",""startDate"":""2021-06-05"",""endDate"":""2021-08-13""},{""time"":26017,""label"":""tour_next"",""step"":5},{""time"":30039,""label"":""moved_brush"",""startDate"":""2021-06-05"",""endDate"":""2021-07-10""},{""time"":30956,""label"":""tour_next"",""step"":5},{""time"":36465,""label"":""cleared_brush"",""using"":""click""},{""time"":38221,""label"":""tour_next"",""step"":5},{""time"":42580,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678930576959,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":9930,""label"":""hovered"",""timeHovered"":5182,""week"":""2021-12-20""}]}",1,complex,line +2023-03-15 21:32:27,2023-03-15 21:44:12,0,98.211.0.244,100,705,1,2023-03-15 21:44:13,R_1Do2jQURDJSUyMu,,,,,35.8677,-86.4174,anonymous,EN,1,11.239,11.239,13.057,1,,,,,,,,0,0,15.017,0,63,34,73,7.431,14.437,21.448,4,30.859,98.256,122.273,11,1,1,26.039,35.875,40.985,2,-3,1,36.413,51.372,52.794,2,1,24.42,38.409,39.716,4,0,0,15.016,0,5,4,5,5,5,5,,10.815,81.208,83.016,9,5,4,5,3,4,6,Because it said to assume that I trust this visualization.,2.448,2.448,33.454,1,6,,4.171,17.942,22.397,4,2,7,3,4,1,5,6,0,0,25.179,0,6,6,7,7,7,5,11,10,,4.659,28.361,31.142,8,4,3,2,2,4,3,6.719,21.008,22.016,6,1,,1.875,3.035,5.837,2,1,1986,Tennessee,2,2,1,,7,,,6,4,2,1.694,96.673,98.322,11,5f7d026c6fd2421d2dc1af04,"{""startTime"":1678930654878,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930586092,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930406724,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":20149,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4389,""week"":""51"",""id"":""chart""},{""time"":24634,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1056,""week"":""52"",""id"":""chart""},{""time"":26410,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1135,""week"":""1"",""id"":""chart""},{""time"":30823,""label"":""tour_next"",""step"":5},{""time"":52695,""label"":""cleared_brush"",""using"":""Click""},{""time"":56443,""label"":""cleared_brush"",""using"":""Click""},{""time"":59356,""label"":""cleared_brush"",""using"":""Click""},{""time"":64193,""label"":""started_brush"",""startDate"":""2021-11-08"",""endDate"":""2021-12-20""},{""time"":65141,""label"":""tour_next"",""step"":5},{""time"":73957,""label"":""moved_brush"",""startDate"":""2021-10-16"",""endDate"":""2021-11-27""},{""time"":75475,""label"":""tour_next"",""step"":5},{""time"":84116,""label"":""cleared_brush"",""using"":""Click""},{""time"":86663,""label"":""tour_next"",""step"":5},{""time"":93780,""label"":""tour_end"",""step"":5},{""time"":107547,""label"":""started_brush"",""startDate"":""2021-06-02"",""endDate"":""2021-10-29""},{""time"":113139,""label"":""moved_brush"",""startDate"":""2021-09-10"",""endDate"":""2022-02-07""},{""time"":116122,""label"":""moved_brush"",""startDate"":""2021-12-03"",""endDate"":""2022-02-07""},{""time"":118365,""label"":""moved_brush"",""startDate"":""2021-12-03"",""endDate"":""2022-01-14""},{""time"":119763,""label"":""cleared_brush"",""using"":""Click""}]}","{""startTime"":1678930570393,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,bar +2023-03-15 21:33:56,2023-03-15 21:44:37,0,73.246.211.236,100,640,1,2023-03-15 21:44:37,R_2dlNhD8Lee8t0Di,,,,,41.8033,-87.9283,anonymous,EN,1,7.395,7.395,9.263,1,,,,,,,,0,0,15.123,0,100,100,76,12.793,21.431,22.502,3,6.12,8.957,12.793,2,1,1,61.566,119.844,121.228,2,-3,-3,30.212,57.092,58.49,2,-1,95.328,95.328,96.262,1,0,0,15.017,0,3,3,3,6,6,4,,14.699,27.327,30.101,6,6,6,5,2,7,4,"The data is displayed in a clear manner. It looks to be trustworthy, although I do not know the source or how it was taken.",2.203,2.203,27.746,1,5,,6.246,11.164,13.642,5,2,7,3,4,1,5,6,0,0,15.716,0,1,6,1,6,5,2,9,8,,5.559,21.013,22.689,9,3,5,1,2,5,4,6.201,23.298,24.104,8,1,,4.1,4.1,5.805,1,2,1994,Illinois,7,3,1,,7,,,4,3,1,9.001,61.603,77.339,13,63c0e405027c09642621327f,"{""startTime"":1678930584197,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678930615310,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678930494871,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":106,""label"":""tour_started""},{""time"":6121,""label"":""tour_next"",""step"":2},{""time"":8901,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678930567744,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":10370,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3512,""week"":""1"",""id"":""chart""},{""time"":14014,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1133,""week"":""4"",""id"":""chart""}]}",0,moderate,bar +2023-03-15 21:28:14,2023-03-15 21:45:32,0,72.209.185.17,100,1037,1,2023-03-15 21:45:33,R_DwuUDAr9KGKHPTr,,,,,39.0151,-95.6402,anonymous,EN,1,6.784,68.486,69.769,10,1,2,1,2.984,9.503,11.001,3,9.712,9.712,15.011,1,90,65,44,13.885,54.797,56.268,9,4.415,65.383,67.021,6,1,1,6.788,58.418,64.365,7,1,1,4.575,80.084,81.304,12,1,24.575,84.963,85.911,9,12.386,12.386,15.008,1,5,4,5,5,5,4,None,12.736,101.108,105.104,11,4,5,5,4,4,4,"I understand it should be easy to just count the number of cases, however I have seen so many things changed to fit an agenda, that I always have some concerns when I see data. I just don't trust things 100%. ",3.776,3.776,71.395,1,3,,9.923,18.496,20.158,5,2,7,3,4,1,5,6,11.878,24.802,25.908,2,2,2,3,7,2,5,6,5,,3.546,53.097,56.359,12,4,4,2,2,4,4,12.654,84.401,87.853,8,5,2,8,19.507,25.379,3,2,1988,Kansas,7,3,1,,7,,,5,3,2,2.441,85.552,105.924,27,6170afe6e3197de7542fd205,"{""startTime"":1678930410650,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":7749,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1442,""week"":""52"",""id"":""chart""},{""time"":9264,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1076,""week"":""51"",""id"":""chart""},{""time"":13604,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1132,""week"":""51"",""id"":""chart2""},{""time"":14854,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1270,""week"":""52"",""id"":""chart2""}]}","{""startTime"":1678930516398,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678930262681,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":22,""label"":""tour_started""},{""time"":12791,""label"":""tour_next"",""step"":2},{""time"":19604,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2701,""week"":""52"",""id"":""chart2""},{""time"":22372,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":13651,""week"":""51"",""id"":""chart2""},{""time"":38965,""label"":""tour_end"",""step"":2},{""time"":44734,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2061,""week"":""33"",""id"":""chart""},{""time"":48094,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3229,""week"":""1"",""id"":""chart""},{""time"":51900,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8690,""week"":""52"",""id"":""chart2""},{""time"":61675,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2017,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678930395176,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":1922,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1241,""week"":""1"",""id"":""chart""}]}",1,simple,bar +2023-03-15 21:34:58,2023-03-15 21:45:59,0,72.135.211.169,100,661,1,2023-03-15 21:46:00,R_bq07yZx1RsKEWnD,,,,,43.2189,-88.1165,anonymous,EN,1,5.061,7.702,8.422,4,,,,,,,,0,0,15.043,0,77,47,54,3.931,30.295,31.307,14,10.923,63.23,63.965,7,-3,1,5.249,73.271,74.049,23,1,1,2.844,70.334,71.079,22,1,42.825,54.837,55.588,6,2.179,5.959,15.064,2,4,3,5,5,5,5,,15.494,34.735,36.838,11,3,5,5,4,4,4,Its from the chamber of Agriculture so I would assume the information on the visualization is correct but of course I can not be one hundred percent sure.,2.846,54.044,72.364,6,4,,5.763,7.068,7.647,2,2,7,3,4,1,5,6,14.555,23.953,24.565,2,6,6,6,6,6,7,9,9,,6.742,15.549,16.191,10,4,4,2,2,4,4,4.514,19.871,20.105,8,3,,1.867,2.446,3.157,2,2,1986,Wisconsin,3,2,1,,7,,,11,3,1,1.17,71.368,72.101,36,5f4f1795c7230316afc2b88a,"{""startTime"":1678930712440,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":2123,""label"":""hovered"",""timeHovered"":1208,""week"":""2022-01-03""},{""time"":4968,""label"":""hovered"",""timeHovered"":2070,""week"":""2022-01-17""}]}","{""startTime"":1678930749725,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678930561076,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":22355,""label"":""tour_next"",""step"":2},{""time"":27638,""label"":""tour_end"",""step"":2},{""time"":28802,""label"":""hovered"",""timeHovered"":1001,""week"":""2022-01-10""},{""time"":32262,""label"":""hovered"",""timeHovered"":1388,""week"":""2021-08-09""},{""time"":34393,""label"":""hovered"",""timeHovered"":2728,""week"":""2021-04-12""},{""time"":38543,""label"":""hovered"",""timeHovered"":1317,""week"":""2021-04-12""},{""time"":46745,""label"":""hovered"",""timeHovered"":1673,""week"":""2021-11-22""},{""time"":50285,""label"":""hovered"",""timeHovered"":2905,""week"":""2021-12-27""},{""time"":54643,""label"":""hovered"",""timeHovered"":2417,""week"":""2022-01-10""}]}","{""startTime"":1678930696850,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":9175,""label"":""hovered"",""timeHovered"":3339,""week"":""2022-01-10""}]}",0,moderate,line +2023-03-15 21:33:11,2023-03-15 21:46:18,0,76.149.162.30,100,787,1,2023-03-15 21:46:19,R_3PNRTmc8F2s06Fi,,,,,40.6124,-111.8832,anonymous,EN,1,27.948,27.948,29.401,1,1,4,1,2.874,6.446,7.857,2,0,0,15.017,0,93,100,51,18.572,37.496,39.703,3,1.908,20.448,43.952,3,1,-3,11.749,75.558,76.91,5,-3,-1,41.752,115.398,132.592,4,1,68.801,68.801,70.723,1,0,0,15.115,0,5,6,6,6,6,6,,9.25,36.493,38.576,10,6,6,6,4,4,6,It reflects what I understand from the news I have read.,0.574,0.574,19.974,1,6,,9.741,9.741,11.445,1,2,7,3,4,1,5,6,0,0,18.612,0,5,8,6,6,8,5,11,10,,28.781,65.004,68.467,10,4,3,2,1,3,4,7.092,34.14,35.811,7,1,1,6.665,15.441,17.602,2,2,1954,Utah,7,1,1,,7,,,10,4,1,5.461,74.593,80.274,15,5e373f33a42bce6daa55ea65,"{""startTime"":1678930695127,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678930636330,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678930498795,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":11475,""label"":""tour_next"",""step"":2},{""time"":20440,""label"":""tour_end"",""step"":2},{""time"":22839,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1815,""week"":""2"",""id"":""chart2""},{""time"":25094,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4343,""week"":""4"",""id"":""chart2""},{""time"":29808,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7179,""week"":""4"",""id"":""chart""}]}","{""startTime"":1678930620639,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":12642,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1503,""week"":""1"",""id"":""chart""},{""time"":14179,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1216,""week"":""2"",""id"":""chart""}]}",1,simple,bar +2023-03-15 21:38:06,2023-03-15 21:47:24,0,47.6.23.212,100,557,1,2023-03-15 21:47:24,R_2XcAdyaHHUIQmZg,,,,,47.1173,-88.5535,anonymous,EN,1,4.007,4.007,5.512,1,,,,,,,,0,0,15.13,0,93,90,41,9.56,17.278,18.88,3,20.274,23.429,43.111,2,1,1,18.587,44.081,45.867,2,1,1,80.233,85.819,87.505,2,1,25.921,25.921,27.789,1,0,0,15.125,0,5,7,7,5,6,5,,10.734,18.527,20.323,6,4,5,5,7,2,4,"The visualization looks well put together and professional, which makes me trust it. However, I do not know anything about the topic, so I am unsure if the numbers are reasonable. ",1.992,1.992,31.622,1,4,,4.563,7.217,8.973,2,2,7,3,4,1,5,6,0,0,12.627,0,4,7,5,7,5,3,10,9,,73.876,88.926,90.506,8,2,2,3,4,3,4,5.692,31.759,32.758,6,1,,2.191,2.191,3.82,1,1,2001,Michigan,3,3,1,,7,,,11,3,2,1.56,45.616,50.36,15,5eecf1789af5910cfeb71b53,"{""startTime"":1678930835868,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678930856988,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678930729894,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":22,""label"":""tour_started""},{""time"":6585,""label"":""hovered"",""timeHovered"":1674,""week"":""2021-08-09""},{""time"":16560,""label"":""hovered"",""timeHovered"":1037,""week"":""2021-06-07""},{""time"":20252,""label"":""tour_next"",""step"":2},{""time"":23406,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678930820024,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":671,""label"":""hovered"",""timeHovered"":4103,""week"":""2022-01-10""},{""time"":9331,""label"":""hovered"",""timeHovered"":1186,""week"":""2022-01-03""},{""time"":10516,""label"":""hovered"",""timeHovered"":1491,""week"":""2022-01-03""}]}",0,simple,line +2023-03-15 21:35:23,2023-03-15 21:47:37,0,170.64.87.96,100,733,1,2023-03-15 21:47:37,R_3HKZgIMnnEMvVGF,,,,,42.0326,-97.4265,anonymous,EN,1,25.675,25.675,26.899,1,1,2,2,2.104,6.456,7.517,2,0,0,15.043,0,73,83,52,13.315,25.201,27.803,3,25.378,30.035,32.968,2,1,-3,48.502,70.826,72.201,2,-3,1,41.959,78.364,79.662,2,-3,42.764,42.764,43.988,1,0,0,15.161,0,5,5,5,6,6,5,,23.55,48.032,49.295,8,5,5,5,3,3,5,The Center for Disease Control is the experts on this so I trust it.,4.201,4.201,34.053,1,5,,9.498,9.498,11.851,1,2,7,3,4,1,5,6,0,0,20.966,0,3,6,10,8,5,6,9,9,My trust in Doctors has decreased over the last few years. They seem to not have any idea sometimes.,8.51,31.9,68.804,10,3,4,2,2,5,4,11.868,52.899,54.003,6,4,4,2.308,9.466,10.518,2,1,1976,Nebraska,6,2,1,,7,,,10,3,2,2.928,98.099,105.524,27,60e35afc1d7e1aee451eba47,"{""startTime"":1678930748096,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678930797930,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678930618698,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":20,""label"":""tour_started""},{""time"":19481,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2537,""week"":""50"",""id"":""chart""},{""time"":25369,""label"":""tour_next"",""step"":2},{""time"":30026,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678930732386,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar +2023-03-15 21:30:19,2023-03-15 21:47:51,0,73.60.105.141,100,1052,1,2023-03-15 21:47:52,R_411uN30SxVoVzpf,,,,,42.5181,-70.899,anonymous,EN,1,26.515,31.361,33.832,2,,,,,,,,0,0,15.007,0,100,88,68,5.099,31.225,33.512,9,6.319,191.679,193.388,31,-2,1,23.618,90.595,91.622,7,-2,1,22.28,104.7,106.283,9,1,32.471,100.646,102.846,11,4.639,4.639,15.019,1,6,5,5,4,5,5,"I would like to see the weather added to this chart. Also, did the amount of workers in the field change due to COVID effect the planting and care at all? I wish there was a way to break out each type of dieses ",3.043,161.967,162.9,16,2,5,5,4,4,5,It looks professional. If I knew what organization produced the data I would trust it more ,2.608,39.236,41.169,3,7,,6.607,10.964,12.184,4,2,7,3,4,1,5,6,12.09,29.193,30.497,3,4,7,2,3,11,4,11,10,,8.477,28.246,29.459,10,2,2,4,4,1,2,8.89,28.616,29.802,8,2,,4.311,6.236,7.257,2,1,1965,Massachusetts,4,2,1,,9,,SALEM,3,3,1,2.953,71.691,74.346,22,59ba2a6e6495ef00019fbd70,"{""startTime"":1678930624360,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930788150,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930311510,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":20,""label"":""tour_started""},{""time"":20017,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1334,""week"":""39"",""id"":""chart""},{""time"":26467,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1565,""week"":""51"",""id"":""chart""},{""time"":28099,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2049,""week"":""52"",""id"":""chart""},{""time"":36247,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1083,""week"":""46"",""id"":""chart""},{""time"":39817,""label"":""tour_next"",""step"":5},{""time"":48232,""label"":""cleared_brush"",""using"":""Click""},{""time"":68964,""label"":""started_brush"",""startDate"":""2021-05-25"",""endDate"":""2021-07-31""},{""time"":70194,""label"":""tour_next"",""step"":5},{""time"":78940,""label"":""moved_brush"",""startDate"":""2021-04-29"",""endDate"":""2021-07-05""},{""time"":80453,""label"":""tour_next"",""step"":5},{""time"":89001,""label"":""cleared_brush"",""using"":""Click""},{""time"":89001,""label"":""cleared_brush"",""using"":""Escape""},{""time"":94206,""label"":""cleared_brush"",""using"":""Click""},{""time"":94206,""label"":""cleared_brush"",""using"":""Escape""},{""time"":95388,""label"":""tour_next"",""step"":5},{""time"":104077,""label"":""tour_end"",""step"":5},{""time"":105250,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1142,""week"":""52"",""id"":""chart""},{""time"":111803,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1383,""week"":""51"",""id"":""chart""},{""time"":116979,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1224,""week"":""31"",""id"":""chart""},{""time"":124492,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1076,""week"":""40"",""id"":""chart""},{""time"":126651,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1966,""week"":""40"",""id"":""chart""},{""time"":129114,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1073,""week"":""36"",""id"":""chart""},{""time"":145735,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":2614,""week"":""52"",""id"":""chart""},{""time"":150936,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":2153,""week"":""1"",""id"":""chart""},{""time"":190567,""label"":""cleared_brush"",""using"":""Click""}]}","{""startTime"":1678930608819,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,bar +2023-03-15 21:37:26,2023-03-15 21:48:13,0,149.75.67.15,100,647,1,2023-03-15 21:48:14,R_1fjxDquVEQcBLVh,,,,,37.9606,-87.5333,anonymous,EN,1,5.663,5.663,8.275,1,1,3,2,2.097,4.151,5.695,2,0,0,15.182,0,74,62,51,15.587,23.5,26.199,3,8.586,67.895,94.752,10,1,-2,19.54,31.748,33.585,2,1,1,38.52,59.117,60.551,2,1,16.887,16.887,18.951,1,8.09,11.933,15.117,2,7,7,7,5,5,1,,10.724,30.024,33.747,6,2,5,4,7,7,3,I don't believe the data is true,3.101,3.101,13.601,1,1,,7.079,7.079,10.438,1,2,7,3,4,1,5,6,0,0,20.753,0,5,5,7,6,3,6,7,8,,8.148,24.438,27.053,9,2,2,3,3,2,2,9.795,33.362,34.696,6,5,4,7.847,14.593,16.3,2,2,1983,Indiana,6,2,1,,7,,,13,2,2,3.677,148.857,153.466,16,63d18313a0fe35f35c2dfb1a,"{""startTime"":1678930889975,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930849094,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930717313,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":57,""label"":""tour_started""},{""time"":8548,""label"":""tour_next"",""step"":5},{""time"":20861,""label"":""cleared_brush"",""using"":""click""},{""time"":31608,""label"":""cleared_brush"",""using"":""click""},{""time"":46995,""label"":""started_brush"",""startDate"":""2021-06-09"",""endDate"":""2021-08-02""},{""time"":48123,""label"":""tour_next"",""step"":5},{""time"":55615,""label"":""moved_brush"",""startDate"":""2021-05-16"",""endDate"":""2021-07-10""},{""time"":56706,""label"":""tour_next"",""step"":5},{""time"":61908,""label"":""cleared_brush"",""using"":""click""},{""time"":61923,""label"":""cleared_brush"",""using"":""Escape""},{""time"":63458,""label"":""tour_next"",""step"":5},{""time"":67859,""label"":""tour_end"",""step"":5},{""time"":92469,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-10-13""}]}","{""startTime"":1678930832591,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":8823,""label"":""hovered"",""timeHovered"":1252,""week"":""2021-12-27""}]}",1,complex,line +2023-03-15 21:32:07,2023-03-15 21:48:18,0,108.210.175.19,100,970,1,2023-03-15 21:48:19,R_3fNss7odunMmvVu,,,,,30.3586,-90.0561,anonymous,EN,1,105.794,107.054,108.664,2,1,3,1,4.092,9.047,10.552,3,0,0,15.146,0,73,89,53,8.285,42.572,45.743,8,56.075,77.967,83.733,4,1,1,16.844,95.573,97.362,8,-3,1,11.47,105.231,106.302,10,1,17.56,54.178,56.737,4,5.06,5.06,15.022,1,5,5,5,5,5,5,,23.42,71.087,74.536,13,4,4,4,7,7,5,It is put out by the CDC,3.233,3.233,17.153,1,4,,5.977,9.32,10.778,2,2,7,3,4,1,5,6,10.219,32.582,33.683,3,4,6,6,6,5,7,9,9,,5.891,42.544,43.864,11,4,4,1,1,5,4,35.111,65.746,67.731,9,3,2,11.557,22.761,23.832,4,2,1957,Louisiana,3,3,1,,7,,,11,2,2,4.528,85.905,89.296,20,62ea66128e0806710fb41dcc,"{""startTime"":1678930732999,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678930808681,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678930524553,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":32,""label"":""tour_started""},{""time"":59854,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4250,""week"":""52"",""id"":""chart""},{""time"":67508,""label"":""tour_next"",""step"":2},{""time"":73064,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678930716709,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar +2023-03-15 21:34:03,2023-03-15 21:49:00,0,75.85.103.6,100,897,1,2023-03-15 21:49:01,R_3nJBfntOEC4dwKJ,,,,,21.3328,-158.0181,anonymous,EN,1,46.252,47.5,48.522,2,1,2,2,1.717,6.029,6.598,3,0,0,15.013,0,84,92,48,9.913,39.753,40.586,11,13.228,69.354,73.028,7,1,1,3.658,92.578,93.4,9,-2,1,7.746,100.506,101.516,10,-1,71.204,72.429,73.552,2,14.748,14.748,15.014,1,7,7,7,2,7,1,none,9.493,44.069,49.028,10,7,2,2,7,7,7,"Based on recent information revealed to the public, I seriously question the accuracy and reliability of information coming from the CDC.",2.085,2.085,54.888,1,2,,4.657,7.345,8.125,2,2,7,3,4,1,5,6,19.766,19.766,20.531,1,1,1,11,4,1,4,4,8,,6.576,28.264,28.943,11,2,1,4,4,1,2,4.744,29.456,30.581,8,6,4,6.191,20.535,21.67,5,1,1951,Hawaii,7,2,1,,8,pdomen@hawaii.rr.com,,14,2,1,3.069,136.186,136.825,24,5ef035131f1b2a546b44c391,"{""startTime"":1678930864995,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678930763227,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678930571659,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":28024,""label"":""hovered"",""timeHovered"":1231,""week"":""2022-01-10""},{""time"":33089,""label"":""hovered"",""timeHovered"":7299,""week"":""2022-01-10""},{""time"":41371,""label"":""hovered"",""timeHovered"":7566,""week"":""2022-02-07""},{""time"":48938,""label"":""hovered"",""timeHovered"":1249,""week"":""2022-02-07""},{""time"":59289,""label"":""tour_next"",""step"":2},{""time"":67353,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678930747354,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":3771,""label"":""hovered"",""timeHovered"":2049,""week"":""2022-01-10""},{""time"":9755,""label"":""hovered"",""timeHovered"":2425,""week"":""2022-01-17""}]}",1,moderate,line +2023-03-15 21:32:14,2023-03-15 21:49:51,0,65.188.139.235,100,1056,1,2023-03-15 21:49:52,R_1kIB0sojzmaFeSE,,,,,35.6383,-79.8557,anonymous,EN,1,3.114,3.114,4.147,1,1,2,2,3.188,4.804,5.929,2,0,0,15.008,0,100,8,0,49.505,55.633,57.417,3,70.223,143.566,178.352,12,-2,-1,58.453,89.196,103.118,4,-3,-3,27.049,67.561,69.554,2,-3,32.991,59.279,61.479,2,0,0,15.11,0,3,7,3,4,4,4,,21.616,60.303,78.503,11,2,2,7,4,2,4,It's tough to look at. Pretty messy. I do like the interactive feature. I think that helps. But I think it could be cleaned up a bit. And I would like to see more details along with the visualization. Overall I trust it.,1.24,1.24,87.136,1,3,"I think most people can be trusted, but tend to be on guard.",15.534,16.694,62.142,2,2,7,3,4,1,5,6,0,0,40.286,0,2,2,5,3,4,2,10,10,,11.046,38.573,44.263,12,3,2,2,3,3,2,18.885,54.076,56.724,7,1,3,1.601,14.705,18.987,2,1,1987,North Carolina,2,2,1,,7,,,3,4,1,1.229,81.636,84.2,13,62867b51e71606f873d41b05,"{""startTime"":1678930824464,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930699764,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930443419,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":23,""label"":""tour_started""},{""time"":42820,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2367,""week"":""52"",""id"":""chart""},{""time"":45388,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6249,""week"":""52"",""id"":""chart""},{""time"":52654,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2482,""week"":""1"",""id"":""chart""},{""time"":58454,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1182,""week"":""24"",""id"":""chart""},{""time"":62719,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1183,""week"":""31"",""id"":""chart""},{""time"":70218,""label"":""tour_next"",""step"":5},{""time"":95869,""label"":""started_brush"",""startDate"":""2021-06-27"",""endDate"":""2021-09-04""},{""time"":98257,""label"":""tour_next"",""step"":5},{""time"":113949,""label"":""moved_brush"",""startDate"":""2021-11-18"",""endDate"":""2022-01-25""},{""time"":114761,""label"":""tour_next"",""step"":5},{""time"":129453,""label"":""cleared_brush"",""using"":""Click""},{""time"":132288,""label"":""tour_next"",""step"":5},{""time"":143561,""label"":""tour_end"",""step"":5},{""time"":153595,""label"":""started_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-05-31""},{""time"":157379,""label"":""moved_brush"",""startDate"":""2021-05-10"",""endDate"":""2021-07-05""},{""time"":163083,""label"":""moved_brush"",""startDate"":""2021-07-26"",""endDate"":""2021-09-20""},{""time"":163700,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":4254,""week"":""34"",""id"":""chart""},{""time"":172427,""label"":""moved_brush"",""startDate"":""2021-12-13"",""endDate"":""2022-02-07""},{""time"":173192,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1513,""week"":""6"",""id"":""chart""}]}","{""startTime"":1678930684172,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":14530,""label"":""started_brush"",""startDate"":""2021-10-29"",""endDate"":""2022-01-02""}]}",1,complex,bar +2023-03-15 21:40:03,2023-03-15 21:50:04,0,184.58.243.124,100,600,1,2023-03-15 21:50:04,R_2qkLlPRIN60BUr6,,,,,43.0132,-87.9287,anonymous,EN,1,9.959,9.959,12.186,1,,,,,,,,0,0,15.11,0,61,62,51,23.061,35.494,36.97,3,13.513,23.338,26.402,2,1,1,32.697,43.891,45.405,2,-3,-3,30.273,60.852,63.441,2,1,49.072,49.072,51.478,1,0,0,15.012,0,5,7,3,7,3,5,none,12.456,32.328,34.496,7,4,4,3,3,3,5,It appears to present objective data in a form I can understand.,2.879,2.879,19.773,1,4,,7.298,8.443,11.107,2,2,7,3,4,1,5,6,0,0,18.587,0,1,4,2,2,6,2,8,9,,6.518,62.435,65.161,13,3,3,1,3,2,2,13.049,30.548,32.639,7,3,,5.085,7.54,10.758,2,1,1979,Wisconsin,6,2,1,,7,,,17,4,1,1.561,74.426,80.047,15,5f8e3f6a1a1f4421715a2879,"{""startTime"":1678931014305,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678930962314,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678930874083,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":21,""label"":""tour_started""},{""time"":13508,""label"":""tour_next"",""step"":2},{""time"":23332,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678930946833,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":9030,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1749,""week"":""52"",""id"":""chart""}]}",0,simple,bar +2023-03-15 21:40:20,2023-03-15 21:50:13,0,71.226.116.166,100,593,1,2023-03-15 21:50:14,R_1lfuSNsHUXgkJX8,,,,,34.7766,-114.4779,anonymous,EN,1,2.582,3.474,4.464,2,,,,,,,,0,0,15.018,0,94,34,41,14.206,34.408,35.074,5,34.56,41.101,46.773,4,1,1,33.917,44.695,46.103,2,1,1,138.431,154.614,155.711,4,1,34.272,34.272,35.672,1,0,0,15.023,0,5,4,7,4,5,5,,27.535,42.19,43.607,8,4,4,3,1,1,5,I have no reason to believe the information is false.,5.069,8.265,29.437,2,4,,6.432,6.432,7.304,1,2,7,3,4,1,5,6,0,0,15.478,0,1,1,1,1,2,1,9,8,,5.349,16.498,18.489,9,3,4,2,2,4,4,3.656,19.577,20.325,6,1,,0.973,0.973,3.129,1,2,1997,Arizona,2,2,1,,7,,,8,4,2,1.232,47.791,48.778,15,62bddb63d7c84ff6e9c592f5,"{""startTime"":1678931163362,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":22670},{""label"":""window_focused"",""time"":23594}]}","{""startTime"":1678931101345,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678930881889,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":34549,""label"":""tour_next"",""step"":2},{""time"":38550,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678931086011,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":420,""label"":""hovered"",""timeHovered"":1148,""week"":""2022-01-31""},{""time"":4125,""label"":""hovered"",""timeHovered"":8054,""week"":""2022-01-17""}]}",0,moderate,line +2023-03-15 21:27:23,2023-03-15 21:50:14,0,76.18.211.197,100,1371,1,2023-03-15 21:50:14,R_3oGChGiVw7KhtfS,,,,,30.3341,-81.6544,anonymous,EN,1,418.672,429.961,431.086,3,,,,,,,,2.497,2.497,15.016,1,98,40,59,5.024,25.278,26.246,9,3.241,48.727,72.426,3,1,1,4.799,48.413,49.936,6,-3,-1,14.022,67.783,68.652,10,1,2.46,76.824,78.779,7,2.662,11.928,15.116,3,5,4,5,4,4,5,,57.955,259.939,262.053,10,2,2,3,1,1,5,The visualization is detailed and I mostly trust the data shown since it appears to be reliable.,1.902,61.16,74.657,6,4,,8.167,8.167,9.94,1,2,7,3,4,1,5,6,3.117,21.279,23.838,2,3,6,6,8,6,6,10,9,,13.803,57.092,57.942,15,2,2,4,4,3,3,10.509,41.076,42.361,9,2,,3.748,9.551,11.134,5,2,2002,Florida,5,3,1,,7,,,19,4,2,2.16,75.669,77.008,53,6110c3de4d73c26eb588091f,"{""startTime"":1678930681105,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":2063,""label"":""hovered"",""timeHovered"":2019,""week"":""2022-01-03""},{""label"":""window_blurred"",""time"":4913},{""label"":""window_focused"",""time"":8542}]}","{""startTime"":1678930943916,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678930522773,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":42657,""label"":""tour_next"",""step"":2},{""time"":48714,""label"":""tour_end"",""step"":2},{""time"":55690,""label"":""hovered"",""timeHovered"":1326,""week"":""2021-05-10""},{""time"":58354,""label"":""hovered"",""timeHovered"":1977,""week"":""2021-07-12""},{""time"":62986,""label"":""hovered"",""timeHovered"":1443,""week"":""2021-08-30""}]}","{""startTime"":1678930665145,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7286,""label"":""hovered"",""timeHovered"":1514,""week"":""2022-01-10""}]}",0,moderate,line +2023-03-15 21:32:13,2023-03-15 21:50:22,0,71.54.25.49,100,1088,1,2023-03-15 21:50:23,R_3gY4kJUJtUbe7ud,,,,,26.6909,-81.9483,anonymous,EN,1,7.331,7.331,9.127,1,,,,,,,,0,0,15.008,0,93,92,50,25.6,38.471,58.813,3,48.091,190.506,201.107,19,1,1,26.405,64.885,66.901,2,1,1,50.393,76.137,78.208,2,-2,39.828,39.828,41.972,1,0,0,15.007,0,5,5,5,4,6,5,Thank you for the opportunity.,14.783,48.645,60.446,9,5,5,6,4,3,5,The chart seems to be accurate and reliable.,9.257,9.257,109.35,1,6,Thank you.,12.437,19.476,26.052,3,2,7,3,4,1,5,6,0,0,42.457,0,6,10,10,10,8,10,10,10,"I am satisfied, thank you.",13.933,46.925,58.214,9,2,2,4,3,2,2,43.659,84.242,85.856,6,4,,13.557,13.557,15.828,1,2,1967,Florida,3,1,1,,7,,,5,3,1,4.886,93.221,94.602,11,638a2f44aadfb032e1116645,"{""startTime"":1678930696593,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930757897,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930435932,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":5110,""label"":""hovered"",""timeHovered"":1450,""week"":""2022-02-07""},{""time"":29143,""label"":""hovered"",""timeHovered"":2166,""week"":""2021-11-29""},{""time"":33359,""label"":""hovered"",""timeHovered"":6000,""week"":""2022-01-03""},{""time"":48087,""label"":""tour_next"",""step"":5},{""time"":72346,""label"":""started_brush"",""startDate"":""2022-01-08"",""endDate"":""2022-01-17""},{""time"":75342,""label"":""tour_next"",""step"":5},{""time"":95386,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-10-10""},{""time"":113975,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-11""},{""time"":121457,""label"":""moved_brush"",""startDate"":""2021-04-12"",""endDate"":""2022-02-13""},{""time"":122777,""label"":""moved_brush"",""startDate"":""2021-04-12"",""endDate"":""2022-02-13""},{""time"":126997,""label"":""tour_back"",""step"":5},{""time"":135777,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-11""},{""time"":137041,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-11""},{""time"":138105,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-11""},{""time"":138537,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-11""},{""time"":139489,""label"":""moved_brush"",""startDate"":""2021-04-12"",""endDate"":""2022-02-13""},{""time"":142674,""label"":""moved_brush"",""startDate"":""2021-04-12"",""endDate"":""2021-05-03""},{""time"":146178,""label"":""cleared_brush"",""using"":""click""},{""time"":148856,""label"":""cleared_brush"",""using"":""click""},{""time"":151243,""label"":""started_brush"",""startDate"":""2021-10-16"",""endDate"":""2021-10-30""},{""time"":153801,""label"":""moved_brush"",""startDate"":""2021-10-16"",""endDate"":""2022-01-06""},{""time"":154646,""label"":""tour_next"",""step"":5},{""time"":159233,""label"":""started_brush"",""startDate"":""2021-07-15"",""endDate"":""2021-12-20""},{""time"":161233,""label"":""moved_brush"",""startDate"":""2021-07-15"",""endDate"":""2021-12-20""},{""time"":161730,""label"":""moved_brush"",""startDate"":""2021-07-15"",""endDate"":""2021-12-20""},{""time"":162896,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-09-16""},{""time"":163974,""label"":""tour_next"",""step"":5},{""time"":174485,""label"":""cleared_brush"",""using"":""click""},{""time"":174486,""label"":""cleared_brush"",""using"":""Escape""},{""time"":176749,""label"":""tour_next"",""step"":5},{""time"":190501,""label"":""tour_end"",""step"":5},{""time"":192721,""label"":""cleared_brush"",""using"":""click""},{""time"":198361,""label"":""started_brush"",""startDate"":""2021-12-13"",""endDate"":""2022-01-19""}]}","{""startTime"":1678930680828,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line +2023-03-15 21:40:44,2023-03-15 21:50:55,0,71.195.39.57,100,611,1,2023-03-15 21:50:55,R_2AGZvtcwdJzq7Bh,,,,,45.1692,-93.2487,anonymous,EN,1,10.795,10.795,15.7,1,,,,,,,,0,0,15.111,0,71,91,49,10.402,17.138,18.248,3,29.896,34.431,43.056,2,1,1,24.316,34.34,41.519,2,-3,-3,58.919,83.111,100.317,2,1,57.599,57.599,58.72,1,0,0,15.011,0,5,5,5,5,5,5,,9.769,17.848,19.102,6,5,5,5,7,7,5,I really have no reason not to. It's presenting data which has no effect on me personally.,1.388,26.805,27.036,2,4,,6.178,6.178,7.265,1,2,7,3,4,1,5,6,0,0,19.046,0,4,6,1,3,4,4,10,9,,4.179,21.579,23.419,10,3,4,2,3,4,3,5.513,29.185,30.457,9,1,,1.344,1.344,2.902,1,1,1989,Minnesota,3,1,1,,7,,,9,4,1,1.703,128.515,133.255,54,5d4fa7c197082b0001f7f483,"{""startTime"":1678931063928,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678931083732,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678930903303,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":14908,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2299,""week"":""46"",""id"":""chart""},{""time"":29881,""label"":""tour_next"",""step"":2},{""time"":34416,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678931048314,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":4965,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1662,""week"":""50"",""id"":""chart""},{""time"":8557,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2329,""week"":""2"",""id"":""chart""}]}",0,moderate,bar +2023-03-15 21:40:41,2023-03-15 21:52:04,0,71.30.254.3,100,683,1,2023-03-15 21:52:05,R_1JJc45QZAbY4GDU,,,,,29.6286,-81.8919,anonymous,EN,1,49.689,49.689,51.203,1,2,,1,1.881,1.881,3.068,1,0,0,15.997,0,67,83,50,52.111,60.612,62.92,5,7.633,9.884,12.668,2,1,1,31.451,51.715,54.036,2,-3,1,59.364,64.575,68.994,2,-3,15.344,15.344,17.087,1,0,0,15.007,0,3,3,2,2,2,2,thanks,25.143,48.294,50.899,13,2,2,3,3,3,3,i dont really care either way,3.354,6.78,29.481,3,3,thanks,6.717,20.854,26.458,2,2,7,3,4,1,5,6,7.766,17.553,20.641,2,1,1,2,2,1,3,2,5,thanks,4.607,21.174,27.516,9,3,3,4,3,2,2,2.481,15.796,17.528,8,3,4,1.917,9.685,12.264,2,1,1977,Florida,3,3,1,,8,branford,,4,2,1,1.303,120.23,127.659,24,562563ceed6e5a000bc7f386,"{""startTime"":1678931096235,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678931148399,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678930996058,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":29,""label"":""tour_started""},{""time"":7599,""label"":""tour_next"",""step"":2},{""time"":9849,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678931080018,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":1012,""label"":""hovered"",""timeHovered"":4246,""week"":""2021-11-29""},{""time"":6076,""label"":""hovered"",""timeHovered"":1828,""week"":""2021-12-13""}]}",1,moderate,line +2023-03-15 21:40:33,2023-03-15 21:52:32,0,99.13.126.35,100,718,1,2023-03-15 21:52:32,R_1q88FwqmutbWlKk,,,,,32.6963,-97.1346,anonymous,EN,1,5.501,5.501,6.504,1,1,3,1,1.533,4.283,5.347,2,0,0,15.015,0,98,92,38,10.209,17.361,19.176,3,22.798,130.996,136.213,13,-2,1,18.844,35.376,37.427,2,1,1,13.431,89.383,90.552,6,-3,40.556,41.288,53.063,2,0,0,15.011,0,6,5,7,6,5,5,,1.421,16.708,21.47,7,5,6,5,5,3,5,I concrete information derived from a reliable source,3.212,3.212,21.881,1,5,,7.814,7.814,9.53,1,2,7,3,4,1,5,6,0,0,23.035,0,5,5,8,6,5,5,10,9,,6.203,20.277,22.314,8,4,4,2,1,4,4,13.401,30.465,31.594,6,2,1,5.857,11.802,14.267,2,2,1964,Texas,6,3,1,,7,,,17,3,1,3.014,123.89,137.629,33,5bd4e6f7c4f8e900013ae526,"{""startTime"":1678931105924,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":111,""label"":""cleared_brush"",""using"":""click""}]}","{""startTime"":1678931128059,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930898506,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":24,""label"":""tour_started""},{""time"":12793,""label"":""hovered"",""timeHovered"":2749,""week"":""2021-12-13""},{""time"":18024,""label"":""hovered"",""timeHovered"":1250,""week"":""2022-01-17""},{""time"":22780,""label"":""tour_next"",""step"":5},{""time"":46415,""label"":""started_brush"",""startDate"":""2021-08-04"",""endDate"":""2021-10-21""},{""time"":48907,""label"":""started_brush"",""startDate"":""2021-12-06"",""endDate"":""2022-01-27""},{""time"":51436,""label"":""tour_next"",""step"":5},{""time"":74881,""label"":""started_brush"",""startDate"":""2021-07-30"",""endDate"":""2021-09-09""},{""time"":88346,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-09""},{""time"":97847,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-09""},{""time"":99871,""label"":""moved_brush"",""startDate"":""2021-04-14"",""endDate"":""2022-02-13""},{""time"":102505,""label"":""moved_brush"",""startDate"":""2021-04-14"",""endDate"":""2022-02-13""},{""time"":107889,""label"":""moved_brush"",""startDate"":""2021-04-14"",""endDate"":""2022-02-13""},{""time"":108297,""label"":""moved_brush"",""startDate"":""2021-04-14"",""endDate"":""2022-02-13""},{""time"":108467,""label"":""moved_brush"",""startDate"":""2021-04-14"",""endDate"":""2022-02-13""},{""time"":108988,""label"":""moved_brush"",""startDate"":""2021-04-14"",""endDate"":""2022-02-13""},{""time"":109695,""label"":""moved_brush"",""startDate"":""2021-04-14"",""endDate"":""2022-02-13""},{""time"":110575,""label"":""tour_next"",""step"":5},{""time"":116996,""label"":""cleared_brush"",""using"":""click""},{""time"":117006,""label"":""cleared_brush"",""using"":""Escape""},{""time"":119131,""label"":""tour_next"",""step"":5},{""time"":130977,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678931090012,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line +2023-03-15 21:39:41,2023-03-15 21:52:50,0,135.134.210.111,100,788,1,2023-03-15 21:52:50,R_xEoGWND77OYga0p,,,,,44.9028,-89.5819,anonymous,EN,1,18.607,18.607,19.901,1,1,2,1,2.288,4.478,5.841,2,0,0,15.115,0,73,66,19,8.506,18.592,20.74,7,26.991,29.144,65.659,2,1,1,33.838,82.908,85.203,3,-3,-3,30.059,54.751,63.9,2,1,31.769,75.041,77.298,2,0,0,15.017,0,5,4,5,5,5,5,,53.654,74.414,77.153,7,5,4,5,5,5,5,I trust this visualization because it contains scientific data in a bar charge that indicates how many cases of COVID 19 were confirmed during that week. ,4.139,4.139,47.415,1,3,,10.662,14.461,15.93,3,2,7,3,4,1,5,6,0,0,18.977,0,7,8,8,7,7,6,8,8,,7.912,22.87,24.891,8,4,3,3,3,4,4,16.524,63.565,64.951,10,4,1,7.841,16.224,19.079,3,2,1992,Wisconsin,5,2,1,,7,,,11,3,2,5.095,73.212,76.721,13,63617635b76b7732fc0f141e,"{""startTime"":1678931103859,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678931034809,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678930888637,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":21,""label"":""tour_started""},{""time"":15739,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1880,""week"":""50"",""id"":""chart""},{""time"":20700,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1764,""week"":""1"",""id"":""chart""},{""time"":22798,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1232,""week"":""52"",""id"":""chart""},{""time"":26981,""label"":""tour_next"",""step"":2},{""time"":29133,""label"":""tour_end"",""step"":2},{""time"":60579,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1267,""week"":""3"",""id"":""chart""}]}","{""startTime"":1678931019208,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":1941,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1567,""week"":""52"",""id"":""chart""},{""time"":3536,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1755,""week"":""1"",""id"":""chart""}]}",1,moderate,bar +2023-03-15 21:40:28,2023-03-15 21:53:04,0,172.15.210.254,100,755,1,2023-03-15 21:53:04,R_3nP1IHYR7HPLNK6,,,,,33.2109,-117.2232,anonymous,EN,1,4.515,4.515,7.097,1,1,4,2,3.355,10.975,12.42,2,0,0,15.112,0,100,75,100,15.643,25.368,26.455,4,10.934,80.99,125.372,7,1,1,40.702,78.887,81.624,2,-2,-3,43.607,61.692,63.691,2,-2,35.378,35.378,43.953,1,0,0,15.107,0,6,2,5,5,6,5,thanks,15.889,47.926,51.879,7,5,6,6,5,4,6,"It makes sense, based on reports we've heard from scientists during this pandemic crisis.",1.601,26.833,49.939,4,5,thanks,5.693,8.898,11.471,2,2,7,3,4,1,5,6,0,0,25.431,0,4,6,4,6,9,4,9,8,,0.021,45.322,49.343,11,4,4,2,2,4,3,8.725,31.526,33.362,6,1,1,6.223,11.624,15.664,2,2,1958,California,6,2,1,,9,,VISTA,5,3,1,3.818,55.534,61.675,12,6164674aee2f6131757520fe,"{""startTime"":1678931165797,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931077735,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":2575,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4347,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678930891036,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":27,""label"":""tour_started""},{""time"":10928,""label"":""tour_next"",""step"":5},{""time"":52985,""label"":""started_brush"",""startDate"":""2021-06-29"",""endDate"":""2021-11-08""},{""time"":53905,""label"":""tour_next"",""step"":5},{""time"":64777,""label"":""moved_brush"",""startDate"":""2021-06-01"",""endDate"":""2021-10-12""},{""time"":65777,""label"":""tour_next"",""step"":5},{""time"":70833,""label"":""cleared_brush"",""using"":""Click""},{""time"":72384,""label"":""tour_next"",""step"":5},{""time"":80984,""label"":""tour_end"",""step"":5},{""time"":89937,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1867,""week"":""50"",""id"":""chart""},{""time"":92988,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2099,""week"":""27"",""id"":""chart""},{""time"":99215,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4514,""week"":""50"",""id"":""chart""},{""time"":105449,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4796,""week"":""50"",""id"":""chart""},{""time"":111955,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5013,""week"":""51"",""id"":""chart""},{""time"":120139,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1612,""week"":""3"",""id"":""chart""}]}","{""startTime"":1678931061991,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":7646,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1617,""week"":""50"",""id"":""chart""}]}",1,complex,bar +2023-03-15 21:46:26,2023-03-15 21:53:25,0,136.37.219.163,100,419,1,2023-03-15 21:53:26,R_1GWcfNimAtwjFwf,,,,,38.9268,-94.7134,anonymous,EN,1,2.491,2.491,3.143,1,,,,,,,,0,0,15.119,0,100,68,79,5.445,12.865,13.9,3,7.929,11.565,18.114,2,1,1,11.641,24.742,25.987,2,1,1,28.486,38.403,39.893,2,-1,36.577,37.151,37.809,2,0,0,15.019,0,6,4,6,2,5,5,,8.125,30.612,32.002,10,4,4,5,1,1,5,the data it covers is too specific to be false,0.613,1.407,29.647,2,5,,15.444,15.444,16.979,1,2,7,3,4,1,5,6,0,0,11.946,0,3,9,2,8,5,3,11,11,,12.817,28.953,30.92,8,4,4,2,2,4,3,12.932,36.437,36.949,6,1,,3.389,3.389,4.419,1,1,2000,Kansas,6,3,1,,7,,,17,4,2,14.567,47.019,47.712,13,5f87cb31bea4ed20a90d8168,"{""startTime"":1678931350987,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678931299524,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678931225184,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":4,""label"":""tour_started""},{""time"":7922,""label"":""tour_next"",""step"":2},{""time"":11558,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678931284089,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,line +2023-03-15 21:32:56,2023-03-15 21:53:35,0,135.180.27.0,100,1239,1,2023-03-15 21:53:36,R_1hAA77y5i7KM1Pb,,,,,37.7562,-122.4866,anonymous,EN,1,107.721,107.721,108.652,1,,,,,,,,0,0,15.01,0,44,31,34,39.774,47.763,51.423,5,4.148,9.86,12.458,2,-1,1,114.762,135.438,137.637,2,-3,-3,144.012,253.841,255.437,2,-2,82.359,82.359,83.674,1,0,0,15.009,0,3,3,3,3,3,3,,93.199,112.741,118.675,8,3,3,3,3,3,3,I slightly understand the graph representation ,1.967,55.85,63.067,4,2,,2.455,2.455,4.864,1,2,7,3,4,1,5,6,0,0,40.155,0,5,5,5,6,4,5,10,9,,53.543,67.39,69.718,9,3,3,3,3,3,3,5.269,9.718,10.676,6,6,,3.184,3.184,5.101,1,1,1962,California,6,3,1,,3,,,10,3,1,2.653,60.621,63.05,13,62ff26509176c97c9ceebc2b,"{""startTime"":1678930956684,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_focused"",""time"":92286}]}","{""startTime"":1678930956684,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_focused"",""time"":92286}]}","{""startTime"":1678930657464,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":21,""label"":""tour_started""},{""time"":4144,""label"":""tour_next"",""step"":2},{""time"":9853,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678930938429,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":15535}]}",0,moderate,bar +2023-03-15 21:45:22,2023-03-15 21:53:37,0,174.80.190.149,100,495,1,2023-03-15 21:53:38,R_1HcLlY0jLgmtIQ2,,,,,33.5137,-83.8699,anonymous,EN,1,20.591,20.591,21.416,1,,,,,,,,0,0,15.016,0,69,93,75,11.193,19.519,19.866,5,12.24,20.422,27.078,5,1,1,6.978,39.83,41.026,4,1,1,35.757,45.136,46.109,3,1,33.577,33.577,34.849,1,0,0,15.109,0,5,3,4,4,6,5,,10.683,27.437,29.95,7,4,5,5,7,7,5,"The source seems trustworthy, and I don't have any reason to not trust it.",1.909,6.074,23.228,2,5,,4.378,5.218,6.771,2,2,7,3,4,1,5,6,0,0,15.325,0,3,8,9,8,8,8,10,10,,5.758,24.304,27.163,8,2,3,3,4,2,2,12.194,36.041,36.69,6,5,,4.489,4.489,5.738,1,1,1982,Georgia,3,1,1,,7,,,7,2,1,2.486,51.023,52.293,13,5865ecf6a7f6480001ed9791,"{""startTime"":1678931295740,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931326076,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931211225,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":12234,""label"":""tour_next"",""step"":2},{""time"":15506,""label"":""tour_end"",""step"":2},{""time"":25169,""label"":""hovered"",""timeHovered"":1180,""week"":""2022-01-03""}]}","{""startTime"":1678931280165,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,line +2023-03-15 21:42:34,2023-03-15 21:53:54,0,98.220.53.234,100,680,1,2023-03-15 21:53:55,R_1I9PtGRXdMysCeu,,,,,41.8482,-87.6521,anonymous,EN,1,29.581,29.581,30.875,1,1,2,2,5.074,7.846,11.446,2,0,0,15.116,0,86,70,78,6.868,28.812,31.777,7,17.727,23.15,67.501,3,1,1,21.402,42.26,44.233,2,1,1,13.941,55.218,56.951,3,1,61.765,61.765,63.101,1,0,0,15.019,0,5,2,7,5,6,5,I don't have any additional thoughts.,6.302,33.839,34.24,9,2,6,4,5,7,5,It's data is sourced from the CDC.,3.454,16.707,24.798,2,4,I don't have any additional thoughts or comments.,4.988,18.919,19.588,3,2,7,3,4,1,5,6,0,0,28.379,0,4,5,1,3,1,1,10,10,I don't have any comments.,3.816,21.896,28.778,10,3,4,1,3,5,4,28.801,49.842,52.91,6,1,1,2.249,7.953,13.237,3,1,1984,Illinois,3,1,1,,3,,,9,4,2,2.183,61.575,63.545,12,5dd59e901986eb55f1e2cb22,"{""startTime"":1678931225698,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678931260553,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678931084385,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":13,""label"":""tour_started""},{""label"":""window_blurred"",""time"":11855},{""label"":""window_focused"",""time"":11996},{""label"":""window_blurred"",""time"":16148},{""label"":""window_focused"",""time"":17645},{""time"":18602,""label"":""tour_next"",""step"":2},{""time"":23134,""label"":""tour_end"",""step"":2},{""time"":27276,""label"":""hovered"",""timeHovered"":1807,""week"":""2021-04-26""},{""time"":29558,""label"":""hovered"",""timeHovered"":1184,""week"":""2021-05-03""},{""time"":30829,""label"":""hovered"",""timeHovered"":4989,""week"":""2021-05-03""},{""time"":36945,""label"":""hovered"",""timeHovered"":1849,""week"":""2021-04-19""},{""time"":39368,""label"":""hovered"",""timeHovered"":1585,""week"":""2021-05-03""}]}","{""startTime"":1678931210097,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line +2023-03-15 21:46:32,2023-03-15 21:54:10,0,70.113.87.180,100,457,1,2023-03-15 21:54:11,R_3enq4lvuiUwZAfD,,,,,30.2661,-97.7136,anonymous,EN,1,2.846,2.846,3.616,1,,,,,,,,0,0,15.007,0,73,100,100,9.243,14.749,15.386,5,10.321,16.668,18.13,2,1,1,34.298,40.178,42.602,2,-3,-3,18.081,29.471,30.363,2,1,17.25,17.25,18.408,1,0,0,15.007,0,3,5,3,6,6,5,,9.282,27.051,29.208,6,4,6,6,5,4,5,"I have no personal experience on the matter and wouldn't know otherwise. However, The data seems collected and presentable, making it move believable. ",5.615,75.914,78.477,3,4,,5.093,6.378,7.926,3,2,7,3,4,1,5,6,0,0,21.265,0,4,5,6,7,4,6,8,9,,8.801,24.156,25.984,9,3,3,1,3,4,4,11.409,35.639,38.631,9,4,,10.774,10.774,11.982,1,1,1991,Texas,3,2,1,,7,,,7,4,2,4.122,38.223,38.991,14,62b1e73c146dfd1d162fdf11,"{""startTime"":1678931417891,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931311901,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931235220,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":6263,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1150,""week"":""52"",""id"":""chart""},{""time"":8513,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1050,""week"":""52"",""id"":""chart""},{""time"":10317,""label"":""tour_next"",""step"":2},{""time"":12963,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1567,""week"":""52"",""id"":""chart2""},{""time"":16664,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678931296544,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":3599,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1359,""week"":""52"",""id"":""chart2""},{""time"":9783,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1192,""week"":""4"",""id"":""chart""}]}",0,simple,bar +2023-03-15 21:43:33,2023-03-15 21:55:13,0,75.136.44.59,100,699,1,2023-03-15 21:55:13,R_1OZHniTIxx74RF1,,,,,36.224,-83.3179,anonymous,EN,1,5.382,13.305,15.587,5,1,3,1,3.117,9.891,11.552,3,11.126,11.126,15.018,1,88,82,43,2.692,21.739,23.162,9,14.02,35.904,37.19,5,1,-3,3.348,72.64,74.397,13,-2,1,2.982,75.572,77.404,17,1,18.372,50.331,51.407,10,7.219,14.588,15.115,6,2,2,7,7,7,7,,5.214,24.865,26.263,9,2,4,7,7,2,7,Why should I trust it? What does it prove? ,4.592,4.592,18.744,1,4,,7.042,9.75,10.985,2,2,7,3,4,1,5,6,12.924,25.405,26.503,4,2,2,2,7,7,3,6,3,,9.572,25.546,26.862,10,2,2,3,3,2,3,3.178,32.196,33.365,10,4,1,7.591,22.189,23.611,4,2,1971,Tennessee,6,2,1,,9,,What is the name of your first school?,11,2,1,4.435,125.889,127.581,55,563e5abecbd4c60005dc9153,"{""startTime"":1678931288413,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931231361,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":982,""label"":""hovered"",""timeHovered"":1087,""week"":""2022-01-24""},{""time"":3333,""label"":""hovered"",""timeHovered"":1492,""week"":""2021-11-29""}]}","{""startTime"":1678931100650,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":6878,""label"":""hovered"",""timeHovered"":1662,""week"":""2021-10-25""},{""time"":25741,""label"":""tour_next"",""step"":2},{""time"":32809,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678931215013,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line +2023-03-15 21:41:22,2023-03-15 21:55:32,0,75.245.125.177,100,850,1,2023-03-15 21:55:33,R_6CZ5pu1OF0ZIiv7,,,,,40.5153,-112.0316,anonymous,EN,1,2.012,2.012,2.845,1,,,,,,,,13.917,13.917,15.109,1,74,28,23,59.627,67.004,68.095,6,81.269,171.99,172.897,16,1,1,25.965,35.126,41.729,2,1,-3,77.123,113.223,115.429,2,1,67.123,67.123,68.928,1,0,0,15.104,0,5,5,4,4,5,4,,6.209,25.077,27.346,8,3,7,2,1,2,4,I was told the data was reliable but the data is presented in an unfamiliar way. Even accurate data can be misrepresented in graphs so I'm not sure I can completely trust what a graph is showing without examining it carefully.,8.82,8.82,92.451,1,3,,4.474,4.975,6.317,2,2,7,3,4,1,5,6,0,0,16,0,4,5,3,4,4,4,9,8,,4.658,16.81,18.073,8,4,3,4,4,2,2,2.309,34.582,35.253,6,3,,2.509,2.509,3.533,1,1,1992,Utah,6,3,1,,7,,,5,4,2,0.886,103.095,105.203,23,559ecce6fdf99b16653fb880,"{""startTime"":1678931233006,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_focused"",""time"":6119}]}","{""startTime"":1678931261071,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930973824,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":27,""label"":""tour_started""},{""time"":1794,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":10154,""week"":""37"",""id"":""chart""},{""time"":15264,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":65148,""week"":""2"",""id"":""chart""},{""time"":81258,""label"":""tour_next"",""step"":5},{""time"":91703,""label"":""started_brush"",""startDate"":""2021-05-28"",""endDate"":""2021-09-11""},{""time"":92340,""label"":""tour_next"",""step"":5},{""time"":99632,""label"":""moved_brush"",""startDate"":""2021-05-28"",""endDate"":""2021-08-10""},{""time"":100219,""label"":""tour_next"",""step"":5},{""time"":108424,""label"":""cleared_brush"",""using"":""Click""},{""time"":109256,""label"":""tour_next"",""step"":5},{""time"":114626,""label"":""tour_end"",""step"":5},{""time"":124288,""label"":""started_brush"",""startDate"":""2021-05-29"",""endDate"":""2021-09-01""},{""label"":""window_blurred"",""time"":132088},{""label"":""window_focused"",""time"":171897}]}","{""startTime"":1678931216989,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":11343}]}",0,complex,bar +2023-03-15 21:48:40,2023-03-15 21:55:51,0,98.57.120.194,100,431,1,2023-03-15 21:55:52,R_3M9H8wC2ZEGeWY1,,,,,29.5422,-95.3212,anonymous,EN,1,16.56,16.56,17.488,1,1,3,1,1.208,5.142,5.736,6,0,0,15.11,0,78,38,24,7.262,15.029,16.189,7,4.105,26.837,28.672,11,1,1,10.757,25.024,26.401,3,1,1,21.075,27.661,29.403,2,-3,19.022,19.022,20.602,1,0,0,15.112,0,5,4,5,4,5,5,,14.458,20.726,23.297,7,2,2,2,4,7,4,Data could be presented better,2.785,3.268,15.527,2,5,,3.46,5.961,7.669,5,2,7,4,5,1,3,6,33.822,33.822,50.994,1,4,7,4,9,6,6,10,10,,3.245,14.362,16.475,10,3,4,2,2,3,4,1.514,19.182,21.777,9,2,1,1.406,5.156,6.683,2,1,1985,Texas,8,2,1,,7,,,17,4,1,1.815,56.726,57.205,22,633c2576bb250e8f0da2be0a,"{""startTime"":1678931488155,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931449321,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931383560,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":4100,""label"":""tour_next"",""step"":5},{""time"":9433,""label"":""started_brush"",""startDate"":""2021-05-10"",""endDate"":""2021-08-14""},{""time"":11132,""label"":""tour_next"",""step"":5},{""time"":15266,""label"":""started_brush"",""startDate"":""2021-10-06"",""endDate"":""2021-11-04""},{""time"":17683,""label"":""started_brush"",""startDate"":""2021-05-13"",""endDate"":""2021-10-14""},{""time"":18320,""label"":""moved_brush"",""startDate"":""2021-05-13"",""endDate"":""2021-10-14""},{""time"":20189,""label"":""moved_brush"",""startDate"":""2021-06-02"",""endDate"":""2021-11-03""},{""time"":20848,""label"":""tour_next"",""step"":5},{""time"":24172,""label"":""cleared_brush"",""using"":""click""},{""time"":25365,""label"":""tour_next"",""step"":5},{""time"":26831,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678931433743,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line +2023-03-15 21:48:51,2023-03-15 21:56:28,0,162.221.219.89,100,456,1,2023-03-15 21:56:29,R_3Lkj9GHcU5HXl4Y,,,,,37.9874,-84.4804,anonymous,EN,1,4.143,4.143,4.712,1,1,3,1,4.066,5.966,6.891,2,0,0,15.006,0,89,65,62,8.559,17.097,17.895,4,28.468,33.452,45.256,2,1,1,26.993,48.449,48.747,4,1,1,25.776,48.052,62.6,4,1,25.612,25.612,26.253,1,0,0,15.014,0,4,2,5,2,5,5,,15.393,30.984,33.486,8,2,4,4,7,7,5,It seems like it came from a scientific journal,1.678,1.678,16.192,1,2,,4.529,4.529,6.225,1,2,3,4,5,1,6,7,0,0,12.118,0,2,3,10,7,7,8,10,10,,5.212,20.671,22.218,9,2,2,4,4,2,2,9.194,27.185,27.85,7,2,1,2.42,6.284,7.25,3,1,1991,Kentucky,6,2,2,,9,,Lexington,11,4,1,2.413,44.264,46.274,15,6306d29af0c80316a9c5aa1b,"{""startTime"":1678931537926,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931497831,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931387400,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":4,""label"":""tour_started""},{""time"":11849,""label"":""hovered"",""timeHovered"":3586,""week"":""2021-05-10""},{""time"":16062,""label"":""hovered"",""timeHovered"":1075,""week"":""2021-05-10""},{""time"":19031,""label"":""hovered"",""timeHovered"":1026,""week"":""2022-01-03""},{""time"":20074,""label"":""hovered"",""timeHovered"":1275,""week"":""2022-01-03""},{""time"":28463,""label"":""tour_next"",""step"":2},{""time"":33448,""label"":""tour_end"",""step"":2},{""time"":35560,""label"":""hovered"",""timeHovered"":1396,""week"":""2022-01-03""},{""time"":37771,""label"":""hovered"",""timeHovered"":1280,""week"":""2021-12-27""}]}","{""startTime"":1678931482345,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":6582,""label"":""hovered"",""timeHovered"":1417,""week"":""2021-04-12""},{""time"":12666,""label"":""hovered"",""timeHovered"":2508,""week"":""2021-06-21""}]}",1,simple,line +2023-03-15 21:46:23,2023-03-15 21:56:31,0,75.40.24.179,100,607,1,2023-03-15 21:56:31,R_DNMsYv2k49PT1K1,,,,,32.4581,-84.9963,anonymous,EN,1,8.292,8.292,9.532,1,,,,,,,,0,0,15.113,0,83,77,64,10.716,19.839,21.806,3,26.407,102.278,107.333,10,1,1,19.405,41.074,42.695,3,1,1,21.494,54.512,56.802,6,-2,28.381,30.892,33.383,2,8.816,14.568,15.012,2,5,4,6,5,6,6,,10.909,28.575,31.615,6,4,4,4,1,1,5,It looks like scientific data that is trusworthy,3.198,3.198,26.6,1,5,,6.597,6.597,8.762,1,2,7,3,4,1,5,6,0,0,19.126,0,3,3,11,7,2,9,9,10,,8.386,24.774,27.95,8,3,2,3,3,3,4,5.25,22.951,24.673,6,7,,6.5,6.5,8.432,1,1,1954,Georgia,7,1,1,,7,,,7,1,1,4.064,102.708,107.767,15,6143e022ec8dfbce17b7e211,"{""startTime"":1678931451484,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931396605,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":5177,""label"":""started_brush"",""startDate"":""2021-10-20"",""endDate"":""2022-01-20""}]}","{""startTime"":1678931239316,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":26404,""label"":""tour_next"",""step"":5},{""time"":39822,""label"":""cleared_brush"",""using"":""click""},{""time"":40821,""label"":""cleared_brush"",""using"":""click""},{""time"":46893,""label"":""started_brush"",""startDate"":""2021-12-28"",""endDate"":""2022-01-01""},{""time"":50197,""label"":""cleared_brush"",""using"":""click""},{""time"":52381,""label"":""tour_next"",""step"":5},{""time"":71878,""label"":""started_brush"",""startDate"":""2021-08-25"",""endDate"":""2022-01-20""},{""time"":80940,""label"":""moved_brush"",""startDate"":""2021-10-20"",""endDate"":""2022-01-20""},{""time"":81933,""label"":""tour_next"",""step"":5},{""time"":92488,""label"":""cleared_brush"",""using"":""click""},{""time"":92490,""label"":""cleared_brush"",""using"":""Escape""},{""time"":94305,""label"":""tour_next"",""step"":5},{""time"":102275,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678931381042,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":15062,""label"":""cleared_brush"",""using"":""click""}]}",0,complex,line +2023-03-15 21:42:53,2023-03-15 21:56:46,0,100.6.49.29,100,833,1,2023-03-15 21:56:47,R_3ltRtH9JPCgA2uZ,,,,,40.3767,-79.8112,anonymous,EN,1,5.167,5.167,6.084,1,2,,2,1.067,1.067,1.983,1,14.133,14.133,15,1,0,0,0,3.45,9.517,10.567,4,5.45,14.683,15.55,3,1,-2,30.684,59.885,60.302,7,-1,-3,6.401,81.269,82.569,17,-3,25.217,25.951,27.051,2,5.183,5.183,15.084,1,1,1,1,1,1,1,I do not trust the CDC.,14.45,32.6,32.934,19,7,1,7,1,1,1,It has no sources for the data. It doesn't match my experience either.,0.9,0.9,24.1,1,4,I think covid-19 was a psyop and bioweapon carried out by the US intelligence agencies. That's why i didn't get vaccinated and I never been healthier.,7.517,92.952,110.119,5,2,3,4,5,1,6,7,2.933,3.183,11.367,2,1,1,3,2,1,1,2,2,"Everything went smoothly, I hope there are no right or wrong answers.",3.051,83.819,85.486,26,3,3,1,3,5,4,1.583,40.867,41.95,18,8,5,2.6,16.033,22.967,5,1,1999,Pennsylvania,2,3,1,,10,,,19,5,2,1.2,206.737,214.037,84,5a925ea389de8200013eb274,"{""startTime"":1678931158501,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":2534,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2150,""week"":""50"",""id"":""chart""}]}","{""startTime"":1678931115834,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931022365,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":50,""label"":""tour_started""},{""time"":5367,""label"":""tour_next"",""step"":2},{""time"":9534,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1350,""week"":""38"",""id"":""chart2""},{""time"":13350,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678931099717,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar +2023-03-15 21:48:25,2023-03-15 21:57:10,0,73.176.101.74,100,524,1,2023-03-15 21:57:10,R_3qwANH5I9K2Ozfm,,,,,39.8616,-88.9355,anonymous,EN,1,5.199,5.7,6.633,2,,,,,,,,8.004,15.066,15.106,4,100,100,100,12.777,16.73,17.36,3,5.305,7.699,9.826,2,1,-3,18.144,33.029,34.231,3,-3,-3,43.141,65.929,66.189,4,1,46.126,46.126,47.196,1,7.264,8.058,15.01,3,5,2,2,2,2,2,,14.683,29.877,33.703,8,5,5,5,7,1,5,I was instructed to answer the questions as if the information provided was true,1.94,1.94,44.112,1,4,,4.949,11.161,11.936,7,2,7,3,4,1,5,6,0,0,37.399,0,1,1,5,1,1,3,10,8,,7.142,18.894,20.742,9,2,1,2,2,4,3,9.029,38.336,39.384,6,2,,10.561,10.561,12.016,1,3,2000,Illinois,3,1,1,,9,,Decatur,2,4,1,6.099,71.11,74.575,21,61509f0576598bbf74387211,"{""startTime"":1678931508898,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678931440138,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678931347453,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":5294,""label"":""tour_next"",""step"":2},{""time"":7688,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678931424283,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,bar +2023-03-15 21:45:15,2023-03-15 21:57:11,0,69.145.81.37,100,716,1,2023-03-15 21:57:12,R_2SeriURL7PbvUHw,,,,,42.0364,-88.324,anonymous,EN,1,0,0,2.522,0,1,3,1,2.348,3.926,5.583,2,0,0,15.009,0,61,40,58,3.576,9.1,9.955,3,8.973,13.691,16.551,2,1,1,9.505,30.824,31.215,5,1,-3,15.792,62.085,62.491,7,-3,26.348,27.091,29.915,2,0,0,15.108,0,4,4,4,4,3,4,,88.049,99.2,101.122,6,5,4,4,2,4,4,I think it seems in line with what I knew,4.292,4.292,152.985,1,4,,5.299,5.299,6.589,1,2,7,3,4,1,5,6,0,0,14.515,0,3,9,3,8,4,6,10,10,,0.987,12.496,13.699,8,4,3,2,3,3,3,2.793,8.784,9.958,6,2,1,6.765,16.921,18.672,5,2,1989,Massachusetts,6,3,1,,7,,,14,4,1,2.374,39.382,42.781,14,5aa83a71f6dfdd0001eb1690,"{""startTime"":1678931555819,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678931395042,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678931203168,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":8972,""label"":""tour_next"",""step"":2},{""time"":13689,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678931296611,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar +2023-03-15 21:37:16,2023-03-15 21:57:11,0,68.202.212.30,100,1194,1,2023-03-15 21:57:12,R_2489DJnuyhHCah5,,,,,28.5978,-81.3024,anonymous,EN,1,2.701,3.437,33.374,2,2,,1,1.629,1.629,2.701,1,0,0,15.02,0,49,74,27,5.416,28.446,29.284,10,32.056,78.592,81.013,8,1,1,1.738,113.237,114.073,15,-3,-3,2.01,74.229,74.64,15,1,29.542,43.545,44.831,4,1.767,6.045,15.032,4,3,7,3,3,4,3,,18.817,31.659,33.54,8,3,4,3,7,3,3,I'd like to follow the source links and view more data before coming to a conclusion.,6.701,40.148,40.521,9,5,,4.601,7.269,8.651,3,2,7,3,4,1,5,6,17.231,17.231,19.127,1,3,6,5,6,4,3,7,7,,1.599,25.477,26.581,17,4,3,2,3,4,4,134.029,261.694,263.259,9,4,4,3.27,83.894,86.528,9,1,1989,Florida,3,2,1,,3,,,4,4,2,4.296,119.524,123.393,40,5642af61942576000566efda,"{""startTime"":1678930878504,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930912904,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":574},{""label"":""window_focused"",""time"":1390},{""label"":""window_blurred"",""time"":7311},{""label"":""window_focused"",""time"":127112}]}","{""startTime"":1678930734738,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":24,""label"":""tour_started""},{""time"":32044,""label"":""tour_next"",""step"":5},{""time"":45815,""label"":""cleared_brush"",""using"":""Click""},{""time"":47770,""label"":""started_brush"",""startDate"":""2021-07-15"",""endDate"":""2021-07-21""},{""time"":49893,""label"":""started_brush"",""startDate"":""2021-08-30"",""endDate"":""2022-02-07""},{""time"":50943,""label"":""tour_next"",""step"":5},{""time"":57026,""label"":""moved_brush"",""startDate"":""2021-08-25"",""endDate"":""2022-02-07""},{""time"":58580,""label"":""moved_brush"",""startDate"":""2021-06-08"",""endDate"":""2021-11-21""},{""time"":59858,""label"":""tour_next"",""step"":5},{""time"":69032,""label"":""cleared_brush"",""using"":""Click""},{""time"":71363,""label"":""cleared_brush"",""using"":""Click""},{""time"":72130,""label"":""cleared_brush"",""using"":""Click""},{""time"":73414,""label"":""started_brush"",""startDate"":""2021-07-28"",""endDate"":""2021-09-21""},{""time"":74121,""label"":""cleared_brush"",""using"":""Click""},{""time"":75167,""label"":""tour_next"",""step"":5},{""time"":78580,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678930862034,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":6827,""label"":""cleared_brush"",""using"":""Click""},{""time"":8260,""label"":""started_brush"",""startDate"":""2021-06-04"",""endDate"":""2021-09-29""},{""time"":11338,""label"":""moved_brush"",""startDate"":""2021-10-13"",""endDate"":""2022-02-07""},{""time"":14261,""label"":""moved_brush"",""startDate"":""2021-11-07"",""endDate"":""2022-02-07""}]}",1,complex,bar +2023-03-15 21:34:30,2023-03-15 21:57:29,0,47.188.143.223,100,1378,1,2023-03-15 21:57:29,R_2aahPzcos3gPB4Q,,,,,32.7797,-96.8022,anonymous,EN,1,39.039,39.039,39.732,1,1,3,1,1.962,2.571,3.37,2,14.131,14.131,15.013,1,64,46,40,95.603,106.772,107.036,7,3.756,6.655,19.935,2,1,1,125.45,143.119,148.332,4,1,1,12.066,19.307,28.297,2,1,35.678,35.678,36.401,1,2.469,2.469,15.105,1,3,7,3,4,5,3,,4.984,23.576,25.613,6,1,5,3,1,1,3,I do not trust any single source of data and I do not know the real numbers.,338.239,338.239,347.217,1,1,,16.17,16.17,18.748,1,2,7,3,4,1,5,6,0,0,16.146,0,1,1,1,1,1,1,6,5,"alll gucci, ty for nice paying survey",5.825,56.082,62.34,10,2,3,2,3,2,3,2.662,10.321,11.101,6,5,4,10.361,122.953,135.423,3,1,1986,Texas,4,2,1,,8,Dallas,,12,3,2,5.591,295.761,296.468,27,62838cdc775f6094ddf0664b,"{""startTime"":1678931211891,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":5582},{""label"":""window_focused"",""time"":16897}]}","{""startTime"":1678930828699,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_focused"",""time"":15269},{""label"":""window_blurred"",""time"":15638},{""label"":""window_focused"",""time"":21417},{""label"":""window_blurred"",""time"":21863},{""label"":""window_focused"",""time"":24010},{""label"":""window_blurred"",""time"":24541},{""label"":""window_focused"",""time"":27399},{""label"":""window_blurred"",""time"":27796},{""label"":""window_focused"",""time"":31357},{""label"":""window_blurred"",""time"":32450},{""label"":""window_focused"",""time"":34498}]}","{""startTime"":1678930644265,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":4,""label"":""tour_started""},{""time"":3749,""label"":""tour_next"",""step"":2},{""time"":6648,""label"":""tour_end"",""step"":2},{""label"":""window_blurred"",""time"":10100},{""time"":12592,""label"":""hovered"",""timeHovered"":1575,""week"":""2022-01-03""},{""time"":14977,""label"":""hovered"",""timeHovered"":1683,""week"":""2022-01-17""},{""label"":""window_focused"",""time"":19792}]}","{""startTime"":1678930813305,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":4866},{""label"":""window_focused"",""time"":7014},{""label"":""window_blurred"",""time"":7016},{""label"":""window_focused"",""time"":8189},{""label"":""window_blurred"",""time"":8789}]}",1,simple,line +2023-03-15 21:48:47,2023-03-15 21:57:31,0,172.58.181.6,100,523,1,2023-03-15 21:57:31,R_2TsN1EuLufrbVKD,,,,,32.7797,-96.8022,anonymous,EN,1,5.425,5.425,7.536,1,1,3,1,1.39,3.325,4.388,2,0,0,15.108,0,66,56,81,17.636,31.595,32.536,4,10.379,44.423,47.866,8,1,-3,27.512,36.523,37.645,2,-3,-3,46.734,59.437,73.951,2,1,21.06,21.06,22.09,1,0,0,15.018,0,5,4,5,5,6,5,CDC is a reputable source,12.669,36.874,59.325,8,3,4,5,1,4,5,I was instructed to assume that I trust the visualization,2.027,2.027,19.769,1,4,,4.073,9.37,10.34,2,2,7,3,4,1,5,6,0,0,11.202,0,5,9,5,9,9,5,11,10,,3.362,25.795,28.206,10,4,3,3,3,3,3,3.797,21.486,24.392,6,2,1,2.07,8.19,11.938,2,2,1990,Texas,7,3,1,,7,,,6,2,2,2.873,43.812,45.795,14,6310dbdfda69599720736665,"{""startTime"":1678931535635,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":1253,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1066,""week"":""4"",""id"":""chart""}]}","{""startTime"":1678931486295,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931398836,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":43,""label"":""tour_started""},{""time"":7612,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1564,""week"":""51"",""id"":""chart""},{""time"":10347,""label"":""tour_next"",""step"":5},{""time"":19402,""label"":""started_brush"",""startDate"":""2021-08-12"",""endDate"":""2021-09-27""},{""time"":20224,""label"":""tour_next"",""step"":5},{""time"":25472,""label"":""moved_brush"",""startDate"":""2021-07-25"",""endDate"":""2021-09-09""},{""time"":26941,""label"":""cleared_brush"",""using"":""Click""},{""time"":27597,""label"":""tour_next"",""step"":5},{""time"":36271,""label"":""cleared_brush"",""using"":""Click""},{""time"":37527,""label"":""tour_next"",""step"":5},{""time"":44392,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678931470306,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":3606,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3229,""week"":""1"",""id"":""chart""},{""time"":6853,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8100,""week"":""52"",""id"":""chart""}]}",1,complex,bar +2023-03-15 21:48:55,2023-03-15 21:58:00,0,96.60.41.5,100,545,1,2023-03-15 21:58:01,R_vBKbA98nKxMc5sB,,,,,44.5389,-90.0359,anonymous,EN,1,21.734,22.008,22.968,2,,,,,,,,0,0,15.119,0,100,100,88,11.66,16.833,18.048,5,21.975,28.697,40.023,2,1,1,49.648,79.491,80.849,3,-3,-3,15.06,63.679,64.603,3,1,27.564,28.411,28.696,2,0,0,15.124,0,6,6,3,6,6,6,,14.865,21.731,32.494,7,6,6,6,5,4,6,It is put together in such a well mannered way that it makes me trust that the data is correct,1.375,1.375,20.359,1,1,,2.662,6.303,7.332,6,2,7,3,4,1,5,6,0,0,21.455,0,1,2,3,5,3,1,9,9,,3.029,47.556,48.888,11,2,2,4,4,2,2,3.874,10.552,12.38,6,5,,1.248,3.354,3.953,3,1,2000,Wisconsin,2,2,1,,7,,,8,4,1,0.852,24.396,30.489,12,5c634094e30ff200016baccb,"{""startTime"":1678931616774,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931579980,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931442466,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":21968,""label"":""tour_next"",""step"":2},{""time"":28689,""label"":""tour_end"",""step"":2},{""label"":""window_blurred"",""time"":31354},{""label"":""window_focused"",""time"":32139}]}","{""startTime"":1678931564393,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,bar +2023-03-15 21:44:45,2023-03-15 21:58:19,0,75.9.78.163,100,813,1,2023-03-15 21:58:20,R_sMObk6BZviSH5yF,,,,,43.0818,-87.892,anonymous,EN,1,25.828,25.828,27.405,1,,,,,,,,0,0,15.015,0,93,99,86,44.583,58.142,59.482,4,22.33,45.248,51.822,2,1,1,30.123,43.59,45.798,2,-3,-3,31.286,49.419,50.829,2,1,31.705,31.705,34.611,1,0,0,15.113,0,4,2,4,5,6,5,"They do not list what criteria they used to count something as an ""insect-related"" or ""fungi-related"" plant disease...that would be important to know. ",15.339,81.304,98.98,9,2,6,5,7,4,5,The visualization appears to be portraying concrete facts...numbers of pests per size of land through time. There are no glaringly apparent ways that this data could be portrayed in a way to falsify the results. ,4.014,4.014,117.234,1,5,,9.973,9.973,17.73,1,2,7,3,4,1,5,6,0,0,30.383,0,4,5,7,5,7,4,10,6,,11.323,39.689,45.581,9,4,4,1,2,4,3,15.956,58.639,60.582,7,1,,3.27,3.27,6.833,1,2,1965,Wisconsin,3,2,1,,9,,Milwaukee,8,2,1,2.412,58.065,62.454,13,63e1b63e2163c30bae297a66,"{""startTime"":1678931463561,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931311529,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931197274,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":7658,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4415,""week"":""33"",""id"":""chart""},{""time"":12757,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1966,""week"":""52"",""id"":""chart""},{""time"":17356,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2550,""week"":""22"",""id"":""chart""},{""time"":22328,""label"":""tour_next"",""step"":2},{""time"":34757,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2167,""week"":""26"",""id"":""chart2""},{""time"":38206,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2033,""week"":""52"",""id"":""chart2""},{""time"":45245,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678931295926,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":12491,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2595,""week"":""52"",""id"":""chart2""}]}",0,simple,bar +2023-03-15 21:43:33,2023-03-15 21:58:32,0,107.3.240.190,100,899,1,2023-03-15 21:58:32,R_3oKH5JHpY5PFCv7,,,,,35.8437,-86.3881,anonymous,EN,1,5.141,5.141,41.024,1,,,,,,,,0,0,15.112,0,83,53,61,27.759,34.32,36.077,3,34.072,139.65,140.693,12,1,1,51.744,63.782,66.351,2,-3,-3,13.47,43.141,44.974,2,1,86.512,122.628,124.855,3,0,0,15.01,0,4,4,4,3,4,3,,8.701,23.948,29.016,6,2,3,3,2,3,2,It is rather complex.,3.803,3.803,50.074,1,4,,4.804,4.804,7.719,1,2,7,3,4,1,5,6,0,0,24.676,0,5,5,5,4,4,5,6,7,,11.628,23.723,25.713,9,3,3,3,4,3,3,3.459,25.942,27.172,7,2,,2.192,2.192,4.669,1,1,1979,Tennessee,6,3,1,,3,,,9,4,2,2.232,169.009,172.796,20,590fbd5b4e83da0001b6fbbc,"{""startTime"":1678931496056,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931413469,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931131149,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":25,""label"":""tour_started""},{""time"":16264,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3765,""week"":""1"",""id"":""chart""},{""time"":22030,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1416,""week"":""52"",""id"":""chart""},{""time"":24596,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2284,""week"":""52"",""id"":""chart""},{""time"":27813,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5299,""week"":""52"",""id"":""chart""},{""time"":33646,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1217,""week"":""51"",""id"":""chart""},{""time"":35364,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1832,""week"":""47"",""id"":""chart""},{""time"":49034,""label"":""tour_next"",""step"":5},{""time"":71651,""label"":""started_brush"",""startDate"":""2021-08-06"",""endDate"":""2021-11-22""},{""time"":72756,""label"":""tour_next"",""step"":5},{""time"":80519,""label"":""started_brush"",""startDate"":""2021-06-24"",""endDate"":""2021-10-25""},{""time"":84234,""label"":""moved_brush"",""startDate"":""2021-06-25"",""endDate"":""2021-10-26""},{""time"":84707,""label"":""moved_brush"",""startDate"":""2021-06-26"",""endDate"":""2021-10-27""},{""time"":86182,""label"":""tour_next"",""step"":5},{""time"":101619,""label"":""started_brush"",""startDate"":""2021-10-25"",""endDate"":""2022-01-22""},{""time"":102291,""label"":""moved_brush"",""startDate"":""2021-10-26"",""endDate"":""2022-01-23""},{""time"":103007,""label"":""moved_brush"",""startDate"":""2021-10-26"",""endDate"":""2022-01-23""},{""time"":113333,""label"":""moved_brush"",""startDate"":""2021-10-27"",""endDate"":""2022-01-24""},{""time"":114047,""label"":""moved_brush"",""startDate"":""2021-10-27"",""endDate"":""2022-01-24""},{""time"":114293,""label"":""moved_brush"",""startDate"":""2021-10-28"",""endDate"":""2022-01-24""},{""time"":115159,""label"":""moved_brush"",""startDate"":""2021-11-10"",""endDate"":""2022-02-07""},{""time"":118791,""label"":""started_brush"",""startDate"":""2021-08-29"",""endDate"":""2021-09-16""},{""time"":122366,""label"":""started_brush"",""startDate"":""2021-04-15"",""endDate"":""2021-06-07""},{""time"":125970,""label"":""cleared_brush"",""using"":""Click""},{""time"":127205,""label"":""tour_next"",""step"":5},{""time"":131912,""label"":""tour_end"",""step"":5},{""time"":135917,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1750,""week"":""51"",""id"":""chart""}]}","{""startTime"":1678931397876,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,bar +2023-03-15 21:51:38,2023-03-15 21:58:42,0,76.147.154.68,100,423,1,2023-03-15 21:58:43,R_2YahwTryleDuMEm,,,,,47.5741,-122.3975,anonymous,EN,1,3.369,3.369,4.736,1,1,4,2,1.552,3.668,4.897,2,0,0,15.11,0,87,85,64,8.013,15.991,16.978,3,5.07,43.471,58.676,8,1,1,19.114,32.839,34.089,2,1,1,14.251,22.301,23.601,2,1,39.455,39.455,41.355,1,0,0,15.01,0,5,6,5,6,5,6,,8.32,17.188,18.72,6,5,6,5,4,5,5,"It seems unbiased, in terms of not distorting/scaling axes to slant the story",1.305,1.305,32.149,1,5,,7.307,10.621,11.543,2,2,7,3,4,1,5,6,0,0,14.237,0,3,7,3,8,6,6,10,9,,3.04,19.038,21.946,10,4,4,2,2,5,4,6.328,23.301,24.179,8,2,1,1.353,6.581,8.217,2,1,1986,Washington,6,1,1,,7,,,17,4,2,1.249,41.242,43.95,13,5b739512924a8800013e84b7,"{""startTime"":1678931690574,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931709818,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931574353,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":5062,""label"":""tour_next"",""step"":5},{""time"":16541,""label"":""started_brush"",""startDate"":""2021-07-18"",""endDate"":""2022-01-06""},{""time"":17676,""label"":""tour_next"",""step"":5},{""time"":21684,""label"":""moved_brush"",""startDate"":""2021-07-18"",""endDate"":""2021-12-04""},{""time"":22773,""label"":""tour_next"",""step"":5},{""time"":27995,""label"":""cleared_brush"",""using"":""click""},{""time"":29407,""label"":""tour_next"",""step"":5},{""time"":31739,""label"":""tour_end"",""step"":5},{""time"":35346,""label"":""cleared_brush"",""using"":""click""},{""time"":35348,""label"":""cleared_brush"",""using"":""Escape""},{""time"":37241,""label"":""cleared_brush"",""using"":""click""},{""time"":37243,""label"":""cleared_brush"",""using"":""Escape""},{""time"":37740,""label"":""cleared_brush"",""using"":""click""},{""time"":37742,""label"":""cleared_brush"",""using"":""Escape""},{""time"":37774,""label"":""cleared_brush"",""using"":""click""},{""time"":37776,""label"":""cleared_brush"",""using"":""Escape""},{""time"":37807,""label"":""cleared_brush"",""using"":""click""},{""time"":37808,""label"":""cleared_brush"",""using"":""Escape""},{""time"":37839,""label"":""cleared_brush"",""using"":""click""},{""time"":37840,""label"":""cleared_brush"",""using"":""Escape""},{""time"":37873,""label"":""cleared_brush"",""using"":""click""},{""time"":37875,""label"":""cleared_brush"",""using"":""Escape""},{""time"":37907,""label"":""cleared_brush"",""using"":""click""},{""time"":37909,""label"":""cleared_brush"",""using"":""Escape""},{""time"":37938,""label"":""cleared_brush"",""using"":""click""},{""time"":37940,""label"":""cleared_brush"",""using"":""Escape""},{""time"":37973,""label"":""cleared_brush"",""using"":""click""},{""time"":37975,""label"":""cleared_brush"",""using"":""Escape""},{""time"":38005,""label"":""cleared_brush"",""using"":""click""},{""time"":38007,""label"":""cleared_brush"",""using"":""Escape""},{""time"":38037,""label"":""cleared_brush"",""using"":""click""},{""time"":38039,""label"":""cleared_brush"",""using"":""Escape""},{""time"":38072,""label"":""cleared_brush"",""using"":""click""},{""time"":38074,""label"":""cleared_brush"",""using"":""Escape""},{""time"":38104,""label"":""cleared_brush"",""using"":""click""},{""time"":38106,""label"":""cleared_brush"",""using"":""Escape""},{""time"":38137,""label"":""cleared_brush"",""using"":""click""},{""time"":38138,""label"":""cleared_brush"",""using"":""Escape""},{""time"":38171,""label"":""cleared_brush"",""using"":""click""},{""time"":38172,""label"":""cleared_brush"",""using"":""Escape""},{""time"":38204,""label"":""cleared_brush"",""using"":""click""},{""time"":38206,""label"":""cleared_brush"",""using"":""Escape""},{""time"":38236,""label"":""cleared_brush"",""using"":""click""},{""time"":38238,""label"":""cleared_brush"",""using"":""Escape""},{""time"":38270,""label"":""cleared_brush"",""using"":""click""},{""time"":38272,""label"":""cleared_brush"",""using"":""Escape""},{""time"":41722,""label"":""cleared_brush"",""using"":""click""},{""time"":41724,""label"":""cleared_brush"",""using"":""Escape""},{""time"":45260,""label"":""started_brush"",""startDate"":""2021-07-05"",""endDate"":""2021-11-23""},{""time"":51466,""label"":""cleared_brush"",""using"":""click""}]}","{""startTime"":1678931675074,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line +2023-03-15 21:51:14,2023-03-15 21:58:43,0,137.22.46.42,100,448,1,2023-03-15 21:58:43,R_wYnOh41sEBnjuEx,,,,,38.9683,-95.2695,anonymous,EN,1,9.58,9.58,11.022,1,,,,,,,,6.864,6.864,15.106,1,93,100,82,7.343,11.725,12.887,3,18.023,22.589,26.523,2,1,1,15.942,31.38,32.659,3,1,1,28.362,37.076,38.471,2,-1,16.872,16.872,20.637,1,0,0,15.008,0,3,4,3,5,5,4,,10.085,21.025,21.612,7,5,5,5,4,4,6,It was given in the prompt that I was assumed to trust it,2.543,2.543,13.31,1,5,,10.305,10.305,11.879,1,2,7,3,4,1,5,6,0,0,16.919,0,1,8,7,7,4,8,10,9,,7.629,38.707,40.723,8,2,4,2,2,3,4,8.047,23.628,24.552,7,3,,4.426,4.426,6.043,1,2,2001,Kansas,6,3,1,,7,,,16,3,1,1.526,87.253,90.72,24,60fb66677fec313644c22612,"{""startTime"":1678931604534,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678931627203,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678931521376,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":9573,""label"":""hovered"",""timeHovered"":3319,""week"":""2021-09-06""},{""time"":12941,""label"":""hovered"",""timeHovered"":2625,""week"":""2021-09-06""},{""time"":17985,""label"":""tour_next"",""step"":2},{""time"":22551,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678931588112,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":1963,""label"":""hovered"",""timeHovered"":1014,""week"":""2022-01-31""},{""time"":6046,""label"":""hovered"",""timeHovered"":1026,""week"":""2022-01-10""}]}",0,moderate,line +2023-03-15 21:32:44,2023-03-15 21:58:51,0,68.49.191.73,100,1566,1,2023-03-15 21:58:53,R_1IaQsuy97NlsZhC,,,,,42.2314,-83.6344,anonymous,EN,1,165.372,165.372,167.703,1,1,2,1,1.454,7.754,9.234,2,0,0,15.011,0,86,100,87,11.134,19.783,21.824,3,28.043,43.016,69.966,2,1,1,20.422,69.972,101.396,4,-3,-3,191.843,275.843,318.991,2,-2,137.591,137.591,149.635,1,0,0,15.115,0,3,4,3,5,5,3,,34.648,153.114,155.368,6,4,6,5,4,5,5,"Because at the beginning of the page, the survey stated: ""Assuming you trust this visualization...""",1.454,1.454,49.221,1,3,,8.003,8.003,11.722,1,2,7,3,4,1,5,6,0,0,110.371,0,5,5,7,7,5,4,8,8,,32.574,98.147,100.527,8,3,3,3,4,4,2,17.458,74.663,76.296,7,5,2,3.603,11.216,14.343,3,2,2001,Michigan,3,1,1,,9,,Ypsilanti,11,1,1,4.2,63.643,68.926,17,5fc4c48946722649740111be,"{""startTime"":1678930782945,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":53,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2973,""week"":""52"",""id"":""chart""},{""time"":3980,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2946,""week"":""50"",""id"":""chart""},{""time"":7764,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1929,""week"":""50"",""id"":""chart""},{""time"":10381,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1512,""week"":""50"",""id"":""chart""},{""time"":12733,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8586,""week"":""4"",""id"":""chart""},{""time"":22580,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7230,""week"":""52"",""id"":""chart2""}]}","{""startTime"":1678930939376,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678930594491,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":26,""label"":""tour_started""},{""time"":7085,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":19226,""week"":""50"",""id"":""chart""},{""time"":28033,""label"":""tour_next"",""step"":2},{""time"":30894,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1734,""week"":""52"",""id"":""chart2""},{""time"":32654,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1107,""week"":""51"",""id"":""chart2""},{""time"":33778,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3649,""week"":""50"",""id"":""chart2""},{""time"":37484,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4245,""week"":""51"",""id"":""chart2""},{""time"":43004,""label"":""tour_end"",""step"":2},{""time"":45352,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4959,""week"":""50"",""id"":""chart2""},{""time"":50935,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4626,""week"":""49"",""id"":""chart""},{""time"":57176,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3604,""week"":""1"",""id"":""chart""},{""time"":62183,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1966,""week"":""1"",""id"":""chart2""},{""time"":67034,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1086,""week"":""1"",""id"":""chart""}]}","{""startTime"":1678930766974,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar +2023-03-15 21:46:29,2023-03-15 21:59:01,0,98.42.4.155,100,751,1,2023-03-15 21:59:02,R_2rGaPNhzt7E6p3e,,,,,37.6736,-122.0944,anonymous,EN,1,38.931,39.888,40.832,2,1,4,2,1.396,4.83,5.661,3,12.85,12.85,15.116,1,85,86,59,0.037,29.544,30.449,7,7.443,52.991,53.734,7,1,1,20.788,54.167,55.302,11,1,1,15.781,226.376,227.539,15,1,15.418,46.982,47.919,3,5.942,5.942,15.01,1,4,3,4,5,6,4,,9.079,26.511,27.268,8,5,5,4,3,3,5,It seems to be accurate based on what I know about unvaccinated versus vaccinated covid cases,1.436,4.749,43.948,2,3,,7.185,11.533,12.43,4,2,7,3,4,1,5,6,2.594,15.145,16.079,3,3,7,6,8,8,5,10,9,,8.53,23.994,24.772,12,2,1,3,4,3,3,5.456,29.027,30.204,9,2,2,2.93,9.234,9.843,5,5,1982,California,6,2,1,,10,,,19,4,2,2.269,45.959,46.908,21,5d73c234dec761000138c0f0,"{""startTime"":1678931488916,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931419612,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931293655,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":19,""label"":""tour_started""},{""time"":8934,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1198,""week"":""52"",""id"":""chart""},{""time"":10820,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1027,""week"":""3"",""id"":""chart""},{""time"":15240,""label"":""tour_next"",""step"":2},{""time"":23857,""label"":""tour_end"",""step"":2},{""time"":25349,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1085,""week"":""52"",""id"":""chart""},{""time"":30140,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1374,""week"":""1"",""id"":""chart2""}]}","{""startTime"":1678931404041,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":7613,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1049,""week"":""38"",""id"":""chart""},{""time"":9952,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1076,""week"":""52"",""id"":""chart2""},{""time"":11653,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1109,""week"":""52"",""id"":""chart2""}]}",1,simple,bar +2023-03-15 21:41:17,2023-03-15 21:59:03,0,67.247.164.186,100,1066,1,2023-03-15 21:59:03,R_OrQsW37RdBvVEDD,,,,,43.2078,-77.6602,anonymous,EN,1,4.68,4.68,5.894,1,1,2,2,0.809,3.829,13.763,2,0,0,15.203,0,100,87,64,7.543,41.628,55.608,5,25.333,32.98,41.274,2,1,-3,31.296,60.352,159.831,2,1,1,87.371,118.512,135.455,2,-3,67.012,67.012,123.132,1,0,0,15.255,0,6,6,6,6,6,6,,10.09,27.237,50.759,6,6,6,6,3,5,6,The data is easy to understand and nothing seems inaccurate based on what I remember hearing or reading in the news.,3.298,57.115,64.585,5,1,,5.451,5.451,15.799,1,2,7,3,4,1,5,6,0,0,37.937,0,3,8,1,1,10,1,11,4,,8.249,49.415,76.24,9,4,4,1,2,5,4,10.587,44.888,51.292,7,1,1,7.155,11.428,28.997,2,1,1984,New York,2,2,1,,7,,,1,3,2,2.246,60.657,65.332,11,565b2be310593c000bff9695,"{""startTime"":1678931344572,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931210847,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678930991169,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":89,""label"":""tour_started""},{""time"":14876,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1356,""week"":""48"",""id"":""chart""},{""time"":25278,""label"":""tour_next"",""step"":2},{""time"":33078,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678931194099,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":7476,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2105,""week"":""52"",""id"":""chart""}]}",1,simple,bar +2023-03-15 21:40:36,2023-03-15 21:59:10,0,73.52.115.197,100,1114,1,2023-03-15 21:59:11,R_1jlwQsu7lw1r9pX,,,,,40.1094,-76.5131,anonymous,EN,1,46.176,51.84,52.402,6,1,2,1,5.717,7.899,8.6,3,8.776,8.776,15.018,1,100,100,100,3.272,32.276,33.767,8,14.614,73.038,74.377,7,1,1,15.323,53.015,54.123,13,-1,-1,255.516,284.07,284.572,8,1,3.47,162.908,164.201,28,8.271,8.271,15.019,1,6,6,6,6,6,6,,7.117,19.115,21.073,9,6,6,6,6,6,6,"It is clear and easy to understand, I don't believe they would record false and inaccurate information ",2.849,4.696,39.374,2,4,,6.176,8.114,9.373,2,2,7,3,4,1,5,6,2.046,59.774,64.488,4,1,1,10,5,1,7,7,7,,20.753,70.309,70.881,11,1,5,1,1,3,5,13.136,58.858,59.233,9,6,4,7.421,26.346,27.144,4,2,1977,Pennsylvania,6,1,1,,9,,Mountville,12,2,1,2.064,70.514,71.464,33,5c1e94832c45d40001477352,"{""startTime"":1678931171243,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931106843,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678930961969,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":18204,""label"":""hovered"",""timeHovered"":4477,""week"":""2021-07-26""},{""time"":23768,""label"":""hovered"",""timeHovered"":2213,""week"":""2021-09-27""},{""time"":26155,""label"":""hovered"",""timeHovered"":3010,""week"":""2022-01-17""},{""time"":31129,""label"":""hovered"",""timeHovered"":6919,""week"":""2021-04-12""},{""time"":38104,""label"":""hovered"",""timeHovered"":4093,""week"":""2021-05-17""},{""time"":42883,""label"":""hovered"",""timeHovered"":5032,""week"":""2021-09-20""},{""time"":48521,""label"":""hovered"",""timeHovered"":3377,""week"":""2022-01-03""},{""time"":55444,""label"":""hovered"",""timeHovered"":4303,""week"":""2021-11-29""},{""time"":63205,""label"":""tour_next"",""step"":2},{""time"":70725,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678931091261,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line +2023-03-15 21:51:08,2023-03-15 21:59:53,0,47.12.182.72,100,524,1,2023-03-15 21:59:53,R_3HodsVTJtpQM91m,,,,,46.3521,-94.1046,anonymous,EN,1,6.945,6.945,7.639,1,1,3,1,1.861,7.952,9.629,3,1.965,2.231,15.01,2,76,88,65,8.713,16.065,17.527,3,9.886,29.937,48.588,4,1,1,7.565,43.179,45.676,3,1,1,30.95,58.451,59.11,3,-1,7.386,33.163,34.801,4,0,0,15.009,0,5,5,5,5,6,5,,13.847,27.78,30.194,7,4,6,6,6,6,6,The data and results of the effectiveness of the vaccine seem extremely clear,4.789,4.789,26.077,1,3,,6.712,12.853,14.519,9,2,7,3,4,1,5,6,8.196,8.196,21.74,1,6,8,4,6,9,3,11,8,,4.539,18.701,27.988,8,5,5,1,1,5,5,4.662,29.415,30.42,8,1,1,2.104,8.857,13.068,3,1,1994,Minnesota,6,3,1,,9,,Brainerd,8,3,1,1.612,50.189,57.291,16,5f32f61bbff4620bf0794044,"{""startTime"":1678931643214,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":15529},{""label"":""window_focused"",""time"":17111}]}","{""startTime"":1678931674226,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931532839,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":4,""label"":""tour_started""},{""time"":17016,""label"":""tour_next"",""step"":2},{""time"":21076,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678931627859,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":10416,""label"":""hovered"",""timeHovered"":1109,""week"":""2021-12-27""}]}",1,simple,line +2023-03-15 21:51:34,2023-03-15 21:59:55,0,68.93.135.50,100,500,1,2023-03-15 21:59:55,R_21FyKrD47ueDAFS,,,,,38.2213,-85.7396,anonymous,EN,1,6.03,6.03,7.001,1,1,4,2,3.639,6.872,7.663,3,0,0,15.012,0,100,76,71,9.075,15.591,16.466,3,28.478,32.244,62.218,2,1,1,23.193,38.943,40.458,2,1,1,23.867,37.867,39.79,2,-1,60.5,60.5,61.623,1,0,0,15.016,0,6,6,6,6,6,6,,6.819,13.967,16.175,6,5,5,6,7,4,6,"The data seems to be presented in a complete manner, not leaving out any facts that could obscure the point presented.",1.632,1.632,24.656,1,4,,4.555,4.555,7.113,1,2,7,3,4,1,5,6,0,0,22.919,0,3,6,2,5,7,3,10,7,,3.596,15.663,16.988,8,2,2,4,4,2,2,6.737,17.588,18.862,6,2,1,3.333,11.35,14.158,2,2,1983,Kentucky,6,2,1,,7,,,10,4,2,2.143,63.729,69.639,19,578bcb2c09fb91000133750e,"{""startTime"":1678931717414,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678931671652,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678931552774,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":17089,""label"":""hovered"",""timeHovered"":2143,""week"":""2021-09-13""},{""time"":19373,""label"":""hovered"",""timeHovered"":4491,""week"":""2021-09-13""},{""time"":24181,""label"":""hovered"",""timeHovered"":1466,""week"":""2022-01-03""},{""time"":28471,""label"":""tour_next"",""step"":2},{""time"":32237,""label"":""tour_end"",""step"":2},{""time"":33058,""label"":""hovered"",""timeHovered"":1278,""week"":""2022-01-31""},{""time"":35505,""label"":""hovered"",""timeHovered"":1406,""week"":""2022-02-07""},{""time"":38258,""label"":""hovered"",""timeHovered"":1060,""week"":""2022-01-10""},{""time"":39788,""label"":""hovered"",""timeHovered"":1878,""week"":""2022-01-10""},{""time"":41676,""label"":""hovered"",""timeHovered"":1799,""week"":""2022-01-10""},{""time"":43484,""label"":""hovered"",""timeHovered"":1865,""week"":""2022-01-10""},{""time"":49354,""label"":""hovered"",""timeHovered"":1186,""week"":""2022-01-03""},{""time"":50884,""label"":""hovered"",""timeHovered"":1036,""week"":""2022-01-03""},{""time"":52036,""label"":""hovered"",""timeHovered"":1870,""week"":""2022-01-03""},{""time"":54036,""label"":""hovered"",""timeHovered"":3608,""week"":""2022-01-03""},{""time"":58076,""label"":""hovered"",""timeHovered"":1505,""week"":""2022-01-10""}]}","{""startTime"":1678931655855,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7142,""label"":""hovered"",""timeHovered"":1859,""week"":""2022-01-10""},{""time"":9775,""label"":""hovered"",""timeHovered"":1915,""week"":""2022-01-17""},{""time"":12002,""label"":""hovered"",""timeHovered"":2159,""week"":""2022-01-17""}]}",1,moderate,line +2023-03-15 21:42:08,2023-03-15 22:00:26,0,67.245.74.118,100,1098,1,2023-03-15 22:00:27,R_1C1mbFfb9S8WZB4,,,,,40.7015,-73.8422,anonymous,EN,1,1.156,2.486,2.922,3,,,,,,,,1.546,1.546,15.008,1,100,77,46,1.84,20.026,20.442,14,5.452,12.443,20.748,4,1,1,4.14,54.345,55.494,52,1,-2,0.953,41.991,42.686,36,1,13.004,150.353,150.78,29,0,0,15.009,0,3,3,3,4,2,4,,2.164,17.674,18.545,19,4,5,4,4,1,4,"I don't have any inherent reason to distrust the visualization, but by the nature of a survey it is also likely to be fake and made solely for the survey.",2.652,2.652,31.957,1,1,,2.592,8.317,8.931,5,2,7,3,4,1,5,6,15.686,15.686,16.316,1,1,2,3,6,3,2,8,2,,139.397,154.863,155.304,18,3,3,1,1,3,3,1.028,12.478,13.743,12,4,,1.695,2.715,3.084,3,1,2000,New York,6,1,1,,9,,Jamaica,5,4,1,1.343,392.689,395.396,154,608c75be6bf5ca1f23ab35ad,"{""startTime"":1678931202117,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931066813,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_focused"",""time"":17163},{""label"":""window_blurred"",""time"":18392},{""label"":""window_focused"",""time"":84652}]}","{""startTime"":1678930973167,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":9089,""label"":""tour_next"",""step"":2},{""time"":12423,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678931051130,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":904}]}",0,simple,line +2023-03-15 21:49:33,2023-03-15 22:00:43,0,68.9.71.228,100,669,1,2023-03-15 22:00:43,R_dmcXO2FsiOd7dyV,,,,,41.7041,-72.679,anonymous,EN,1,4.501,4.501,5.376,1,1,2,2,1.274,3.394,4.095,2,0,0,15.009,0,78,25,6,31.037,37.484,40.401,3,13.334,22.284,37.826,2,-2,1,33.752,42.641,45.988,2,-3,-3,44.523,60.63,61.842,2,1,2.946,28.994,30.848,2,0,0,15.007,0,4,2,7,2,6,2,I wish it had more information about where in the world/country presumably USA it was taken.,16.052,94.133,115.592,12,7,6,6,1,4,3,I'm not sure if it's some sort of optical illusion or the best way to display such data. Many of the months are so close that there might be a better way to depict the data. Additionally it covers a long time period.,1.502,1.502,56.04,1,2,,3.432,63.228,67.246,2,2,7,3,4,1,5,6,0,0,23.299,0,1,7,9,8,2,5,10,10,,4.426,14.233,16.951,8,5,5,1,1,5,5,4.13,20.116,23.013,6,4,1,2.792,6.601,9.85,2,1,1986,Connecticut,7,2,1,,7,,,16,3,1,2.419,48.211,53.733,16,5d62886927a84f00010fbbb4,"{""startTime"":1678931554633,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931670717,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931454085,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":6645,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3540,""week"":""2"",""id"":""chart""},{""time"":13330,""label"":""tour_next"",""step"":2},{""time"":16713,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2108,""week"":""4"",""id"":""chart2""},{""time"":22279,""label"":""tour_end"",""step"":2},{""time"":24876,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1866,""week"":""27"",""id"":""chart2""},{""time"":31108,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1022,""week"":""1"",""id"":""chart""},{""time"":32719,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1036,""week"":""52"",""id"":""chart""},{""time"":35174,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1228,""week"":""33"",""id"":""chart""}]}","{""startTime"":1678931539166,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":4782,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1658,""week"":""52"",""id"":""chart""},{""time"":10735,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1861,""week"":""3"",""id"":""chart2""}]}",1,simple,bar +2023-03-15 21:52:01,2023-03-15 22:00:43,0,47.222.138.39,100,521,1,2023-03-15 22:00:44,R_sMstya6WOblULBv,,,,,30.6293,-97.6687,anonymous,EN,1,4.156,4.156,5.257,1,,,,,,,,0,0,15.11,0,100,100,37,9.042,16.546,18.35,3,32.353,85.12,93.102,10,1,1,28.382,44.248,50.347,2,-3,-3,24.306,63.033,64.238,5,1,28.136,40.399,41.803,2,0,0,15.015,0,5,5,6,4,4,5,,10.766,22.704,25.45,6,5,4,7,2,2,4,"Well I trust it, but it may be hard for the average Joe to understand it.",1.98,1.98,21.724,1,3,,3.935,3.935,6.379,1,2,7,3,4,1,5,6,0,0,15.387,0,1,2,1,6,4,3,10,9,,4.587,18.683,20.96,8,1,2,3,4,1,1,3.589,12.749,16.21,6,4,,2.7,2.7,3.689,1,2,1984,Texas,6,2,1,,7,,,17,3,2,1.041,66.227,71.089,17,5c935d881754ba001b25697a,"{""startTime"":1678931755949,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931716007,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931565081,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":16666,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":11966,""week"":""51"",""id"":""chart""},{""time"":28984,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2015,""week"":""51"",""id"":""chart""},{""time"":32349,""label"":""tour_next"",""step"":5},{""time"":55078,""label"":""started_brush"",""startDate"":""2021-05-30"",""endDate"":""2021-07-03""},{""time"":59453,""label"":""tour_next"",""step"":5},{""time"":65846,""label"":""moved_brush"",""startDate"":""2021-05-30"",""endDate"":""2021-06-28""},{""time"":67030,""label"":""moved_brush"",""startDate"":""2021-05-30"",""endDate"":""2021-06-22""},{""time"":68174,""label"":""moved_brush"",""startDate"":""2021-05-30"",""endDate"":""2021-06-17""},{""time"":69780,""label"":""tour_next"",""step"":5},{""time"":79659,""label"":""cleared_brush"",""using"":""Click""},{""time"":79659,""label"":""cleared_brush"",""using"":""Escape""},{""time"":80909,""label"":""tour_next"",""step"":5},{""time"":85117,""label"":""tour_end"",""step"":5},{""time"":89700,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1065,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678931700670,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":4939,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6937,""week"":""52"",""id"":""chart""}]}",0,complex,bar +2023-03-15 21:38:16,2023-03-15 22:00:44,0,97.121.177.152,100,1347,1,2023-03-15 22:00:44,R_1cYsNBYLNzQVYZx,,,,,38.8768,-104.812,anonymous,EN,1,12.753,46.034,48.692,2,,,,,,,,0,0,15.022,0,86,88,21,38.949,54.644,57.782,3,44.511,292.031,300.566,38,1,1,46.255,91.169,94.685,2,1,1,44.309,101.228,104.101,2,1,46.702,92.402,97.035,3,0,0,15.019,0,5,5,5,5,5,5,,7.626,69.053,71.444,9,5,5,5,7,1,5,The data appear to be reasonable.,5.429,5.429,38.875,1,6,,12.605,12.605,17.824,1,2,7,3,4,1,5,6,0,0,29.435,0,5,5,10,9,6,8,10,10,,9.494,45.368,49.071,8,5,5,1,1,5,5,13.045,48.002,50.16,6,4,,9.677,9.677,14.239,1,1,1949,Colorado,3,2,1,,7,,,7,3,1,7.212,232.284,257.297,28,5e5ae01d75f13d2efe7db45e,"{""startTime"":1678931242724,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":5464,""label"":""started_brush"",""startDate"":""2021-12-07"",""endDate"":""2022-01-16""}]}","{""startTime"":1678931314843,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930828688,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":44505,""label"":""tour_next"",""step"":5},{""time"":102605,""label"":""tour_back"",""step"":5},{""time"":110146,""label"":""tour_next"",""step"":5},{""time"":223727,""label"":""cleared_brush"",""using"":""click""},{""time"":230824,""label"":""started_brush"",""startDate"":""2021-09-08"",""endDate"":""2022-02-10""},{""time"":235572,""label"":""tour_next"",""step"":5},{""time"":253183,""label"":""moved_brush"",""startDate"":""2021-09-10"",""endDate"":""2022-02-13""},{""time"":255697,""label"":""tour_next"",""step"":5},{""time"":269054,""label"":""cleared_brush"",""using"":""click""},{""time"":269056,""label"":""cleared_brush"",""using"":""Escape""},{""time"":275001,""label"":""tour_next"",""step"":5},{""time"":292024,""label"":""tour_end"",""step"":5},{""time"":293329,""label"":""hovered"",""timeHovered"":1063,""week"":""2022-02-07""}]}","{""startTime"":1678931227165,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line +2023-03-15 21:46:07,2023-03-15 22:01:27,0,107.77.198.102,100,920,1,2023-03-15 22:01:28,R_1NnpvvsjCtLAj5u,,,,,32.7797,-96.8022,anonymous,EN,1,21.254,21.254,22.347,1,2,,2,3.541,3.541,4.541,1,0,0,15.117,0,50,50,50,14.337,19.359,31.681,3,19.916,25.535,30.392,2,1,-1,36.124,75.59,76.473,2,-3,-3,31.753,153.899,155.692,3,-2,48.256,48.256,49.361,1,0,0,15.022,0,3,3,3,5,5,3,,34.225,56.6,59.361,6,3,5,1,1,1,1,N/A ,7.498,30.447,81.109,10,4,,9.072,15.987,18.151,2,2,7,3,4,1,5,6,0,0,22.707,0,3,2,6,7,3,3,8,4,,13.491,73.373,75.905,9,2,2,3,3,4,3,17.048,60.907,62.056,6,6,5,10.338,17.332,20.445,2,1,1983,Texas,10,2,1,,7,,,4,3,2,5.836,90.164,92.212,12,630345dd92f26599c777a5fc,"{""startTime"":1678931596287,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":6285,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":17634,""week"":""2"",""id"":""chart""},{""time"":24941,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1038,""week"":""51"",""id"":""chart""}]}","{""startTime"":1678931473681,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":1871,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2341,""week"":""3"",""id"":""chart""}]}","{""startTime"":1678931267993,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":19911,""label"":""tour_next"",""step"":2},{""time"":25530,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678931456694,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar +2023-03-15 21:49:45,2023-03-15 22:01:55,0,50.35.14.186,100,729,1,2023-03-15 22:01:56,R_Wf9sP9DynDjBWMh,,,,,47.8978,-122.0693,anonymous,EN,1,19.34,19.34,20.773,1,,,,,,,,0,0,15.007,0,87,63,35,18.479,31.111,33.967,4,21.016,29.271,34.694,2,-2,1,25.364,34.3,36.221,2,1,-3,85.69,127.946,130.079,2,-1,88.52,88.52,90.066,1,0,0,15.009,0,5,5,5,4,5,4,Seems legit to me.,13.61,27.763,41.578,7,5,5,3,7,1,5,The data seems fairly precise and realistic.,4.053,4.053,33.267,1,5,Trust but verify.,9.684,13.179,24.685,2,2,7,3,4,1,5,6,0,0,19.577,0,5,7,7,7,6,7,10,8,Trust but verify.,7.729,27.209,38.372,9,2,2,3,4,2,2,10.613,31.42,32.911,6,3,,3.133,3.133,5.166,1,1,1969,Washington,6,2,1,,7,,,6,3,1,2.901,65.787,77.924,12,5dd9e1e0a4aa2696d9a15c0d,"{""startTime"":1678931730864,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678931658325,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678931476449,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":19,""label"":""tour_started""},{""time"":21008,""label"":""tour_next"",""step"":2},{""time"":29264,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678931642648,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":7209,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1430,""week"":""52"",""id"":""chart""},{""time"":12945,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1080,""week"":""1"",""id"":""chart""}]}",0,moderate,bar +2023-03-15 21:51:26,2023-03-15 22:01:57,0,72.182.111.59,100,630,1,2023-03-15 22:01:57,R_1oAsvOr4qsNJkPQ,,,,,30.2881,-97.764,anonymous,EN,1,236.852,236.852,237.769,1,,,,,,,,0,0,15.01,0,92,88,64,5.966,10.923,12,3,4.364,50.099,52.679,12,1,1,9.861,24.34,26.257,2,-2,1,16.392,34.724,35.909,2,-3,21.502,26.698,28.018,4,0,0,15.012,0,5,5,5,5,5,5,,7.522,9.867,11.594,6,5,5,5,5,4,5,I assume the data is well supported considering I'm seeing it in a formal survey,4.307,25.234,33.018,4,2,,3.623,4.354,5.792,2,2,7,3,4,1,5,6,0,0,14.744,0,2,5,8,8,3,5,8,8,,4.032,13.636,14.835,8,4,4,1,1,4,4,2.787,9.558,12.356,6,4,,1.963,1.963,3.298,1,1,1993,Texas,7,2,1,,9,,Austin,17,3,2,30.225,74.545,77.098,20,5e8953f2e770eb5f55dfc4c0,"{""startTime"":1678931862779,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931875062,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931764502,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":13899,""label"":""tour_next"",""step"":5},{""time"":30566,""label"":""started_brush"",""startDate"":""2021-06-05"",""endDate"":""2021-11-02""},{""time"":31565,""label"":""tour_next"",""step"":5},{""time"":38118,""label"":""moved_brush"",""startDate"":""2021-05-06"",""endDate"":""2021-11-02""},{""time"":38642,""label"":""tour_next"",""step"":5},{""time"":43878,""label"":""moved_brush"",""startDate"":""2021-05-06"",""endDate"":""2021-11-02""},{""time"":46248,""label"":""cleared_brush"",""using"":""click""},{""time"":46250,""label"":""cleared_brush"",""using"":""Escape""},{""time"":46801,""label"":""tour_next"",""step"":5},{""time"":50093,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678931847299,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":6568,""label"":""hovered"",""timeHovered"":2937,""week"":""2021-11-22""}]}",0,complex,line +2023-03-15 21:52:58,2023-03-15 22:02:52,0,138.229.186.141,100,593,1,2023-03-15 22:02:52,R_1Qc2iRc5kRChxMd,,,,,40.5482,-122.3367,anonymous,EN,1,2.744,3.544,3.936,2,2,,1,2.135,2.135,3.545,1,0,0,15.009,0,77,100,50,22.096,28.061,31.46,4,12.683,17.432,19.378,2,1,1,2.163,72.844,74.21,3,1,1,14.151,73.915,75.146,4,1,51.639,51.639,53.068,1,0,0,15.008,0,3,3,3,6,6,3,,7.268,22.028,24.862,6,3,6,5,7,2,3,I am not sure if I trust it until I get more information on what was conducted.,3.651,35.682,38.16,3,4,,8.744,9.478,12.373,2,2,7,3,4,1,5,6,0,0,27.679,0,8,6,9,6,8,6,6,8,,12.332,23.009,24.809,8,2,2,2,4,2,2,13.715,28.661,30.492,6,7,2,4.835,19.835,21.281,2,2,1999,California,6,1,1,,7,,,6,1,2,3.442,74.337,77.238,18,60fd8e58bf7248c3312f59c1,"{""startTime"":1678931755638,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931781074,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":591,""label"":""hovered"",""timeHovered"":1415,""week"":""2021-12-06""}]}","{""startTime"":1678931645386,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":1423,""label"":""hovered"",""timeHovered"":4688,""week"":""2021-12-13""},{""time"":8104,""label"":""hovered"",""timeHovered"":3348,""week"":""2022-01-03""},{""time"":12679,""label"":""tour_next"",""step"":2},{""time"":17429,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678931739901,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line +2023-03-15 21:47:47,2023-03-15 22:03:09,0,108.84.19.202,100,922,1,2023-03-15 22:03:10,R_2cilxlgT4rnmqzD,,,,,24.5615,-81.7818,anonymous,EN,1,18.289,18.289,19.291,1,,,,,,,,0,0,15.114,0,97,98,90,43.472,57.936,59.638,5,13.623,339.541,347.944,134,-2,1,24.798,79.245,80.305,12,1,-2,9.849,82.168,83.761,8,-3,17.934,17.934,19.447,1,0,0,15.013,0,6,5,3,6,6,6,,5.029,19.605,23.637,8,6,6,6,5,5,6,I work with data and I love data.,3.527,3.527,16.558,1,3,,3.692,7.572,9.234,4,2,7,3,4,1,5,6,0,0,30.165,0,5,6,8,8,6,6,10,9,,4.997,21.725,23.192,9,4,4,1,2,5,4,10.968,29.143,30.008,6,2,,5.255,5.255,7.798,1,2,1960,Florida,3,3,1,,7,,,8,4,1,2.051,68.856,78.778,16,5c1baf8fdbc4da0001648218,"{""startTime"":1678931796518,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931757216,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931371889,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":32,""label"":""tour_started""},{""time"":13619,""label"":""tour_next"",""step"":5},{""time"":32063,""label"":""tour_back"",""step"":5},{""time"":38267,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":11613,""week"":""50"",""id"":""chart""},{""time"":53871,""label"":""tour_next"",""step"":5},{""time"":55945,""label"":""tour_back"",""step"":5},{""time"":59071,""label"":""tour_next"",""step"":5},{""time"":70519,""label"":""tour_back"",""step"":5},{""time"":85853,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1582,""week"":""2"",""id"":""chart""},{""time"":87502,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1699,""week"":""1"",""id"":""chart""},{""time"":98320,""label"":""tour_next"",""step"":5},{""time"":106942,""label"":""tour_back"",""step"":5},{""time"":109798,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1180,""week"":""1"",""id"":""chart""},{""time"":113583,""label"":""cleared_brush"",""using"":""Click""},{""time"":113583,""label"":""cleared_brush"",""using"":""Escape""},{""time"":114008,""label"":""cleared_brush"",""using"":""Click""},{""time"":114008,""label"":""cleared_brush"",""using"":""Escape""},{""time"":114394,""label"":""cleared_brush"",""using"":""Click""},{""time"":114394,""label"":""cleared_brush"",""using"":""Escape""},{""time"":114362,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":2831,""week"":""36"",""id"":""chart""},{""time"":118510,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":2982,""week"":""34"",""id"":""chart""},{""label"":""window_blurred"",""time"":137111},{""label"":""window_focused"",""time"":137119},{""time"":158215,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1366,""week"":""50"",""id"":""chart""},{""time"":165006,""label"":""tour_next"",""step"":5},{""time"":180934,""label"":""tour_back"",""step"":5},{""time"":216487,""label"":""tour_next"",""step"":5},{""time"":227246,""label"":""tour_back"",""step"":5},{""time"":233112,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1248,""week"":""50"",""id"":""chart""},{""time"":234378,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1465,""week"":""51"",""id"":""chart""},{""time"":239174,""label"":""tour_next"",""step"":5},{""time"":241698,""label"":""tour_back"",""step"":5},{""time"":252739,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1482,""week"":""50"",""id"":""chart""},{""time"":254672,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1865,""week"":""49"",""id"":""chart""},{""time"":258286,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":2700,""week"":""49"",""id"":""chart""},{""time"":263829,""label"":""tour_next"",""step"":5},{""time"":265648,""label"":""tour_back"",""step"":5},{""time"":271817,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":2582,""week"":""1"",""id"":""chart""},{""time"":275166,""label"":""tour_next"",""step"":5},{""time"":292406,""label"":""cleared_brush"",""using"":""Click""},{""time"":298356,""label"":""cleared_brush"",""using"":""Click""},{""time"":299232,""label"":""cleared_brush"",""using"":""Click""},{""time"":307465,""label"":""started_brush"",""startDate"":""2021-10-27"",""endDate"":""2022-02-07""},{""time"":310678,""label"":""tour_next"",""step"":5},{""time"":321195,""label"":""moved_brush"",""startDate"":""2021-11-28"",""endDate"":""2022-02-07""},{""time"":327321,""label"":""moved_brush"",""startDate"":""2021-11-28"",""endDate"":""2022-01-20""},{""time"":328349,""label"":""tour_next"",""step"":5},{""time"":334929,""label"":""cleared_brush"",""using"":""Click""},{""time"":336413,""label"":""tour_next"",""step"":5},{""time"":339542,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678931740607,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,bar +2023-03-15 21:50:18,2023-03-15 22:03:55,0,50.88.248.196,100,817,1,2023-03-15 22:03:56,R_yvY01mh8zIdnh7P,,,,,28.9453,-81.2989,anonymous,EN,1,8.211,8.211,9.201,1,1,2,1,1.549,3.831,5.645,2,0,0,15.015,0,24,65,66,8.599,15.797,17.735,3,23.318,33.654,37.038,2,-2,-3,20.061,43.649,45.907,3,-3,-3,79.203,99.053,100.985,2,1,76.35,76.35,77.657,1,0,0,15.02,0,1,2,2,4,6,2,,5.897,20.038,21.972,8,2,5,3,1,2,2,I don't trust the data since pretty much everyone I know has been vaccinated and has had Covid.,5.084,53.793,75.527,7,4,,2.498,3.044,5.446,2,2,3,4,5,1,6,7,0,0,14.352,0,2,4,6,7,3,7,7,7,,2.439,15.852,18.906,8,2,3,3,2,4,4,5.137,21.906,22.815,6,5,1,2.809,9.04,10.289,2,2,1963,Florida,6,2,1,,7,,,14,3,2,2.455,45.782,48.736,11,5e48ae9451537d349b8113b4,"{""startTime"":1678931915499,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678931938036,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678931760504,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":23312,""label"":""tour_next"",""step"":2},{""time"":33647,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678931899904,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar +2023-03-15 21:57:03,2023-03-15 22:04:20,0,71.12.231.143,100,436,1,2023-03-15 22:04:21,R_1IZtjWu1ukWyk1W,,,,,30.2791,-89.7679,anonymous,EN,1,2.757,2.757,3.518,1,,,,,,,,0,0,15.106,0,62,5,50,10.335,19.792,20.684,5,15.567,53.94,56.641,13,1,1,34.488,43.453,44.454,2,-3,-3,24.247,44.425,45.684,2,1,15.689,50.205,51.224,14,0,0,15.006,0,3,3,3,7,7,3,n.a,3.639,23.754,24.096,17,1,1,1,1,1,1,I find it difficult to read and understand and just plain confusing.,1.055,2.664,13.342,3,1,,4.988,6.005,8.513,2,2,7,3,4,1,5,6,0,0,20.59,0,3,5,11,5,3,2,7,9,,3.175,23.68,25.624,16,1,1,5,5,1,1,3.405,14.685,18.83,9,4,,2.789,2.789,3.76,1,1,1995,Louisiana,6,2,1,,7,,,6,4,2,0.751,31.576,33.309,13,62d39a47594b3446ba0c1585,"{""startTime"":1678932024457,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931994507,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":19},{""label"":""window_focused"",""time"":5083}]}","{""startTime"":1678931870597,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":15564,""label"":""tour_next"",""step"":5},{""time"":27819,""label"":""started_brush"",""startDate"":""2021-09-03"",""endDate"":""2021-11-26""},{""time"":28693,""label"":""tour_next"",""step"":5},{""time"":32654,""label"":""moved_brush"",""startDate"":""2021-07-23"",""endDate"":""2021-09-03""},{""time"":33355,""label"":""tour_next"",""step"":5},{""time"":42063,""label"":""moved_brush"",""startDate"":""2021-09-06"",""endDate"":""2021-10-18""},{""time"":43922,""label"":""started_brush"",""startDate"":""2021-07-15"",""endDate"":""2021-08-21""},{""time"":49593,""label"":""cleared_brush"",""using"":""Click""},{""time"":49593,""label"":""cleared_brush"",""using"":""Escape""},{""time"":50251,""label"":""tour_next"",""step"":5},{""time"":53936,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678931979103,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":5566,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1309,""week"":""1"",""id"":""chart""},{""time"":6998,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1843,""week"":""51"",""id"":""chart""},{""time"":10721,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1037,""week"":""2"",""id"":""chart""}]}",0,complex,bar +2023-03-15 21:47:51,2023-03-15 22:04:24,0,24.180.178.244,100,993,1,2023-03-15 22:04:24,R_3esM87FhqAs67Gt,,,,,42.7893,-83.7135,anonymous,EN,1,13.846,13.846,15.489,1,,,,,,,,0,0,15.014,0,66,92,77,29.378,40.619,43.21,4,29.008,78.292,113.527,6,1,-2,24.972,51.457,53.163,2,1,1,63.363,76.073,77.529,2,1,67.727,76.033,76.5,4,0,0,15.014,0,6,6,6,5,6,6,"I noticed that when you hover the visualization, the colors of the text do not match up to the colors on the legend. As well, the yellow text is a tad difficult to read on a white background. Otherwise, it looks really good. ",31.149,149.684,199.961,9,6,6,6,3,7,6,"It feels organized, and it clearly cites a reputable source. ",4.308,4.308,39.89,1,5,,9.532,9.532,13.223,1,2,7,3,4,1,5,6,0,0,24.422,0,2,4,3,8,6,5,10,8,,13.155,30.693,32.967,8,4,3,2,1,5,5,16.84,38.389,41.898,7,3,,5.556,5.556,6.879,1,1,1996,Michigan,5,1,1,,7,,,12,4,2,1.549,134.541,140.79,22,63ea7e60bdd3090eb4b0dcc5,"{""startTime"":1678931561270,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":41,""label"":""hovered"",""timeHovered"":8698,""week"":""2021-12-27""},{""time"":9960,""label"":""hovered"",""timeHovered"":1680,""week"":""2021-12-27""},{""time"":13726,""label"":""hovered"",""timeHovered"":2887,""week"":""2022-01-31""},{""time"":18679,""label"":""hovered"",""timeHovered"":46614,""week"":""2022-01-24""},{""time"":67049,""label"":""hovered"",""timeHovered"":2068,""week"":""2021-12-20""},{""time"":69535,""label"":""hovered"",""timeHovered"":1933,""week"":""2021-12-27""},{""time"":71471,""label"":""hovered"",""timeHovered"":3811,""week"":""2021-12-27""},{""time"":77301,""label"":""hovered"",""timeHovered"":57233,""week"":""2021-11-08""},{""time"":134603,""label"":""hovered"",""timeHovered"":1665,""week"":""2021-11-08""}]}","{""startTime"":1678931763302,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":2661,""label"":""hovered"",""timeHovered"":1437,""week"":""2021-11-01""}]}","{""startTime"":1678931354141,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":29003,""label"":""tour_next"",""step"":5},{""time"":51123,""label"":""started_brush"",""startDate"":""2021-09-04"",""endDate"":""2021-10-15""},{""time"":52536,""label"":""tour_next"",""step"":5},{""time"":57741,""label"":""moved_brush"",""startDate"":""2021-07-13"",""endDate"":""2021-08-23""},{""time"":59460,""label"":""moved_brush"",""startDate"":""2021-07-13"",""endDate"":""2021-09-18""},{""time"":62309,""label"":""tour_next"",""step"":5},{""time"":70070,""label"":""cleared_brush"",""using"":""click""},{""time"":71216,""label"":""tour_next"",""step"":5},{""time"":78287,""label"":""tour_end"",""step"":5},{""time"":94953,""label"":""started_brush"",""startDate"":""2021-09-07"",""endDate"":""2021-10-07""},{""time"":98337,""label"":""moved_brush"",""startDate"":""2021-09-05"",""endDate"":""2021-10-07""},{""time"":102811,""label"":""hovered"",""timeHovered"":1333,""week"":""2021-09-13""},{""time"":105603,""label"":""hovered"",""timeHovered"":1038,""week"":""2021-09-20""}]}","{""startTime"":1678931545724,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line +2023-03-15 21:46:55,2023-03-15 22:04:29,0,174.216.242.231,100,1054,1,2023-03-15 22:04:30,R_2Y99y0aScyo512M,,,,,40.8691,-73.9191,anonymous,EN,1,590.191,591.414,592.234,2,,,,,,,,0,0,15.018,0,81,82,50,8.12,12.017,12.835,3,6.332,45.925,66.236,6,1,1,14.382,29.247,30.949,2,1,1,22.007,30.367,31.656,2,1,19.109,19.109,22.238,1,0,0,15.123,0,5,4,5,4,5,5,The Croatia Chamber of Agriculture would have no reason to falsify any data here.,9.617,35.405,46.346,9,5,5,3,7,1,5,"The data seems solid, it looks convincing. ",1.605,1.605,23.468,1,5,"I think most people can be trusted, but it's good to be aware of your surroundings.",6.988,7.757,25.486,2,2,7,3,4,1,5,6,0,0,10.003,0,1,3,3,3,3,3,10,10,,7.67,18.541,20.558,8,5,5,1,1,5,5,7.002,15.158,17.876,6,2,,1.451,1.451,2.713,1,1,1986,New York,6,2,1,,7,,,16,4,1,0.834,40.938,47.731,15,5d1bf643f18c6c00187def44,"{""startTime"":1678932021373,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931981574,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931876263,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":6315,""label"":""tour_next"",""step"":5},{""time"":21461,""label"":""started_brush"",""startDate"":""2021-05-03"",""endDate"":""2021-12-12""},{""time"":22346,""label"":""tour_next"",""step"":5},{""time"":25456,""label"":""moved_brush"",""startDate"":""2021-05-03"",""endDate"":""2021-12-12""},{""time"":26947,""label"":""moved_brush"",""startDate"":""2021-05-03"",""endDate"":""2021-12-12""},{""time"":30206,""label"":""moved_brush"",""startDate"":""2021-07-05"",""endDate"":""2022-02-13""},{""time"":31066,""label"":""tour_next"",""step"":5},{""time"":34693,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-06-10""},{""time"":35776,""label"":""moved_brush"",""startDate"":""2021-07-24"",""endDate"":""2021-09-23""},{""time"":37030,""label"":""started_brush"",""startDate"":""2021-10-18"",""endDate"":""2022-01-17""},{""time"":37701,""label"":""moved_brush"",""startDate"":""2021-08-15"",""endDate"":""2021-11-14""},{""time"":39924,""label"":""started_brush"",""startDate"":""2021-12-03"",""endDate"":""2022-02-13""},{""time"":40980,""label"":""started_brush"",""startDate"":""2021-07-17"",""endDate"":""2022-01-17""},{""time"":41745,""label"":""cleared_brush"",""using"":""click""},{""time"":41749,""label"":""cleared_brush"",""using"":""Escape""},{""time"":43210,""label"":""tour_next"",""step"":5},{""time"":45907,""label"":""tour_end"",""step"":5},{""time"":51012,""label"":""started_brush"",""startDate"":""2021-04-13"",""endDate"":""2021-05-31""},{""time"":64587,""label"":""moved_brush"",""startDate"":""2021-12-28"",""endDate"":""2022-02-13""}]}","{""startTime"":1678931965836,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line +2023-03-15 21:59:20,2023-03-15 22:05:34,0,96.238.44.153,100,373,1,2023-03-15 22:05:34,R_3dMS2z9yJBhGdgP,,,,,41.7042,-71.4558,anonymous,EN,1,7.524,7.524,8.118,1,,,,,,,,4.502,11.652,15.012,2,67,78,50,10.599,19.493,20.454,3,16.735,20.264,27.244,2,1,1,16.019,29.971,31.053,2,1,1,4.146,36.927,38.069,3,1,32.301,32.301,36.6,1,0,0,15.111,0,3,3,3,4,4,3,,7.63,18.152,21.122,6,6,5,5,5,7,6,The instructions said to answer from the perspective of someone who trusts the visualization.,1.628,1.628,23.131,1,5,,3.181,7.478,7.804,5,2,7,3,4,1,5,6,0,0,18.299,0,1,3,1,8,3,1,10,10,,4.592,17.402,18.768,8,5,5,1,1,5,5,4.65,12.585,13.317,6,1,,1.518,1.518,2.538,1,1,2001,Rhode Island,6,1,1,,7,,,16,4,2,2.246,31.841,35.35,10,63e54336ed7afb1425f7888f,"{""startTime"":1678932139398,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932091067,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932009512,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7,""label"":""tour_started""},{""label"":""window_blurred"",""time"":6938},{""label"":""window_focused"",""time"":8833},{""time"":16728,""label"":""tour_next"",""step"":2},{""time"":20256,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932075555,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6214,""label"":""hovered"",""timeHovered"":6058,""week"":""2022-01-10""}]}",0,moderate,line +2023-03-15 21:57:58,2023-03-15 22:05:36,0,73.203.41.135,100,457,1,2023-03-15 22:05:36,R_3JdTb7QpwPtblbx,,,,,38.7893,-104.8221,anonymous,EN,1,4.828,9.398,10.349,3,,,,,,,,0,0,15.01,0,61,45,44,2.786,20.961,22.359,4,7.658,10.264,19.715,2,1,-3,28.181,35.813,39.018,5,-3,-3,38.57,58.327,63.88,3,-3,25.804,25.804,46.9,1,0,0,15.114,0,5,3,5,5,5,5,,2.822,12.474,15.286,7,3,2,2,7,7,2,The stacked format makes it harder to determine the actual level for one of the two sources of pestilence. ,2.01,2.01,43.298,1,4,,2.415,3.903,4.842,2,2,7,3,4,1,5,6,0,0,7.974,0,2,2,6,3,1,4,5,6,,2.519,11.503,13.703,8,5,5,1,1,5,5,15.33,28.723,30.09,6,7,,1.637,1.637,2.941,1,1,1990,Colorado,6,3,1,,7,,,2,4,2,4.728,68.726,71.186,26,62a0b34cbcc5987a8fa73c39,"{""startTime"":1678932034488,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932050305,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678931934570,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":7654,""label"":""tour_next"",""step"":2},{""time"":10260,""label"":""tour_end"",""step"":2},{""time"":11531,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6895,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678932018909,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":11590,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3009,""week"":""1"",""id"":""chart""}]}",0,moderate,bar +2023-03-15 21:56:17,2023-03-15 22:05:55,0,98.27.55.56,100,578,1,2023-03-15 22:05:56,R_1gITkk17jrQ9aaX,,,,,35.9151,-79.0972,anonymous,EN,1,2.501,3.429,3.806,2,1,3,1,1.783,9.697,11.78,3,10.14,10.14,15.019,1,87,88,67,8.852,23.414,24.418,4,12.219,21.633,44.111,2,1,-3,12.294,47.512,56.135,4,1,-3,55.317,77.144,78.633,4,-3,0.088,35.71,37.792,3,0,0,15.123,0,5,5,5,5,5,5,,7.996,31.266,33.398,12,5,5,5,2,3,5,"The data seems to have come from the CDC, so I'm assuming the visualization is accurate.",1.773,1.773,42.72,1,2,,4.128,4.128,6.751,1,2,7,3,4,1,5,6,0,0,17.311,0,1,3,1,4,4,2,9,7,,7.862,26.941,30.243,9,3,3,3,4,2,2,7.098,36.944,38.125,6,1,2,4.656,14.248,16.113,4,1,1992,North Carolina,7,2,1,,7,,,6,4,2,2.593,49.816,52.001,12,565c931eba63db00051cd52d,"{""startTime"":1678931958603,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931992453,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931841964,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":6948,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2023,""week"":""50"",""id"":""chart""},{""time"":9942,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1529,""week"":""52"",""id"":""chart""},{""time"":12204,""label"":""tour_next"",""step"":2},{""time"":16050,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3143,""week"":""52"",""id"":""chart2""},{""time"":21618,""label"":""tour_end"",""step"":2},{""time"":27713,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3544,""week"":""46"",""id"":""chart2""},{""time"":32101,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2042,""week"":""52"",""id"":""chart2""},{""time"":34149,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1050,""week"":""52"",""id"":""chart""},{""time"":35274,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3473,""week"":""1"",""id"":""chart""},{""time"":39941,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1193,""week"":""24"",""id"":""chart""}]}","{""startTime"":1678931942934,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":10100,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3505,""week"":""52"",""id"":""chart""}]}",1,simple,bar +2023-03-15 21:45:20,2023-03-15 22:06:03,0,47.180.91.217,100,1243,1,2023-03-15 22:06:04,R_3Dkb5x7m2kadfcW,,,,,33.4901,-117.1852,anonymous,EN,1,93.542,93.542,95.79,1,,,,,,,,0,0,15.12,0,85,91,75,18.655,46.358,50.251,4,2.708,55.053,74.102,3,1,1,29.552,50.19,57.435,2,1,1,72.125,140.126,141.678,2,1,99.533,99.533,101.956,1,0,0,15.015,0,5,3,3,5,6,3,,21.306,51.622,52.699,9,3,5,4,7,7,4,"Assuming I trust the source, I would have no reason to disbelieve it. However because I have no knowledge of fungi and insect based crop diseases, I do not know how much this information matters. There may also be important information missing that not even the researchers know about due to no fault of their own.",2.285,138.193,256.012,9,6,,8.131,8.131,10.698,1,2,7,3,4,1,5,6,0,0,41.425,0,1,3,2,5,1,2,10,9,,15.69,38.476,44.086,9,2,1,3,4,4,3,36.358,65.757,66.071,7,2,,7.722,8.35,23.53,2,1,1999,California,1,2,1,,7,,,3,4,2,2.719,86.538,88.81,19,5e60460125834138aae85307,"{""startTime"":1678931456139,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931510060,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":21588,""label"":""hovered"",""timeHovered"":1948,""week"":""2022-01-03""},{""time"":24490,""label"":""hovered"",""timeHovered"":1420,""week"":""2022-01-10""}]}","{""startTime"":1678931304628,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":22,""label"":""tour_started""},{""time"":31121,""label"":""hovered"",""timeHovered"":6083,""week"":""2021-08-23""},{""time"":39779,""label"":""hovered"",""timeHovered"":1010,""week"":""2021-12-20""},{""time"":41456,""label"":""hovered"",""timeHovered"":5826,""week"":""2021-12-27""},{""time"":51177,""label"":""tour_next"",""step"":2},{""time"":55029,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678931440027,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":3519,""label"":""hovered"",""timeHovered"":1199,""week"":""2021-12-20""},{""time"":9431,""label"":""hovered"",""timeHovered"":1565,""week"":""2022-01-03""},{""time"":13096,""label"":""hovered"",""timeHovered"":1005,""week"":""2022-01-31""}]}",0,simple,line +2023-03-15 21:51:51,2023-03-15 22:06:48,0,68.198.7.251,100,897,1,2023-03-15 22:06:49,R_1GQhH2O6hMfgzR8,,,,,40.6981,-73.7045,anonymous,EN,1,1.446,12.845,13.818,2,,,,,,,,1.261,1.261,15.11,1,22,90,62,26.532,36.125,37.251,5,2.979,20.731,23.917,4,1,1,1.325,66.385,67.4,11,-2,1,1.028,66.218,67.758,5,-1,1.453,102.578,104.596,7,1.471,13.383,15.01,3,3,7,3,5,1,3,"While you only use one independent variable in order to graph data, it is hard to understand the reason behind the information and more clarification is needed. ",0.915,101.602,103.363,11,4,6,4,7,7,3,I am not sure about the causes of the results. Other than that the visualization is easy to read and get data out of. ,4.671,4.671,40.84,1,4,The data table was easy to follow except the very last question about the fungi. The lines were somewhat intertwined. ,0.986,12.448,52.326,4,2,3,4,5,1,6,7,0.992,27.364,31.265,2,1,3,8,2,2,2,8,3,Everyone has an agenda and people have to decipher the right from wrong unfortunately. ,0.737,48.313,75,14,4,4,1,1,4,5,0.998,42.064,43.258,9,4,,1.573,11.279,13.273,3,1,1972,New York,7,2,1,,7,,,14,3,1,1.201,128.986,129.857,30,608463432ad9e5774c98b317,"{""startTime"":1678931772364,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931692209,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931583892,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":14126,""label"":""tour_next"",""step"":2},{""time"":18926,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678931676638,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,line +2023-03-15 21:50:02,2023-03-15 22:06:56,0,23.251.65.205,100,1013,1,2023-03-15 22:06:56,R_2rws4mkQ99x8wkB,,,,,35.0309,-85.2726,anonymous,EN,1,3.111,3.111,6.136,1,1,3,1,3.498,7.638,11,2,0,0,15.118,0,51,0,100,33.346,52.091,53.004,3,36.125,135.163,138.169,22,1,1,98.057,136.347,137.573,5,-3,1,47.613,132.681,133.905,8,-1,55.737,83.746,86.349,7,0,0,15.113,0,3,3,3,7,5,3,,11.733,36.05,44.798,6,2,1,7,7,7,3,I don't know if this visualization reflects the true numbers of the age groups listed.,2.946,2.946,31.378,1,1,,5.437,7.389,10.367,4,1,7,3,4,2,5,6,34.131,34.131,37.23,1,2,6,6,1,6,6,6,6,,15.112,38.373,39.491,10,1,1,5,5,3,1,16.771,51.465,52.884,6,4,2,7.204,14.139,15.201,2,2,1979,Tennessee,5,2,1,,3,,,4,1,1,4.937,85.132,85.938,19,5f481a825080c619ea3709b0,"{""startTime"":1678931844685,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931778359,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931535392,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":28,""label"":""tour_started""},{""time"":39768,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":11314,""week"":""6"",""id"":""chart""},{""time"":52519,""label"":""tour_next"",""step"":5},{""time"":91496,""label"":""tour_back"",""step"":5},{""time"":96012,""label"":""tour_next"",""step"":5},{""time"":100322,""label"":""cleared_brush"",""using"":""Click""},{""time"":100652,""label"":""started_brush"",""startDate"":""2021-07-16"",""endDate"":""2021-09-29""},{""time"":107904,""label"":""tour_next"",""step"":5},{""time"":117239,""label"":""moved_brush"",""startDate"":""2021-07-16"",""endDate"":""2021-09-02""},{""time"":118118,""label"":""tour_next"",""step"":5},{""time"":124963,""label"":""cleared_brush"",""using"":""Click""},{""time"":128837,""label"":""tour_next"",""step"":5},{""time"":135152,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678931761850,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":12132,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3096,""week"":""1"",""id"":""chart""}]}",1,complex,bar +2023-03-15 21:53:43,2023-03-15 22:07:04,0,68.13.240.148,100,800,1,2023-03-15 22:07:04,R_yjvnY6MKVRH8Bwt,,,,,36.1493,-95.9499,anonymous,EN,1,68.023,68.023,68.748,1,,,,,,,,0,0,15.513,0,100,28,39,29.653,47.893,48.65,3,1.199,21.315,23.836,6,1,1,40.559,50.042,50.272,3,-3,-3,66.054,79.69,80.355,2,-2,75.749,75.749,76.475,1,0,0,15.044,0,6,6,6,5,5,6,,5.071,10.982,12.092,6,6,4,3,3,4,6,I feel like it's very comprehensive and the data is precise.,1.663,1.663,15.708,1,5,,2.673,3.509,4.841,3,2,7,3,4,1,5,6,0,0,12.071,0,3,4,6,6,4,3,11,10,,27.838,37.442,38.361,8,1,1,5,5,1,1,6.461,27.804,28.402,6,2,,1.28,2.768,3.173,2,2,1990,Oklahoma,2,2,1,,7,,,8,2,1,0.723,32.599,39.138,12,55a75835fdf99b26395fae40,"{""startTime"":1678932083497,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932095930,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":1675},{""label"":""window_focused"",""time"":31811},{""label"":""window_blurred"",""time"":33790},{""label"":""window_focused"",""time"":40202}]}","{""startTime"":1678931963493,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":11141,""label"":""tour_next"",""step"":2},{""time"":17037,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932068169,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":2832},{""label"":""window_focused"",""time"":11834}]}",0,moderate,bar +2023-03-15 22:00:06,2023-03-15 22:07:38,0,100.19.36.148,100,451,1,2023-03-15 22:07:39,R_3OTikwyfae72yqd,,,,,39.952,-75.1814,anonymous,EN,1,2.405,2.405,3.423,1,1,3,1,1.826,4.828,5.983,2,0,0,15.01,0,71,74,57,9.403,20.352,26.458,5,26.647,63.975,66.163,9,1,1,18.356,31.021,32.582,2,1,1,26.333,33.084,34.761,2,1,36.024,36.024,37.115,1,14.814,14.814,15.014,1,5,5,5,5,5,5,I think there is a typo. Vaccinated & unvaccinated are reversed in the interactive plot.,6.701,13.051,28.776,7,4,4,4,4,4,4,It includes both the raw count and proportion data.,2.402,2.402,15.744,1,4,,4.572,6.358,8.265,3,2,7,3,4,1,5,6,0,0,13.059,0,5,5,7,7,5,6,10,8,,3.701,21.504,22.96,11,4,4,1,3,4,4,2.492,16.324,17.487,6,2,1,1.301,6.707,9.701,2,2,1990,Pennsylvania,9,3,4,Korean,2,,,7,3,2,1.477,62.493,64.99,19,638a6928a6b4801e5b229ebc,"{""startTime"":1678932218325,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932186422,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932066748,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":4,""label"":""tour_started""},{""time"":1931,""label"":""hovered"",""timeHovered"":1367,""week"":""2021-12-20""},{""time"":4981,""label"":""hovered"",""timeHovered"":1084,""week"":""2022-01-03""},{""time"":6965,""label"":""hovered"",""timeHovered"":8399,""week"":""2022-01-03""},{""time"":15414,""label"":""hovered"",""timeHovered"":1001,""week"":""2022-01-03""},{""time"":19398,""label"":""hovered"",""timeHovered"":6717,""week"":""2022-01-17""},{""time"":30189,""label"":""tour_next"",""step"":5},{""time"":46989,""label"":""started_brush"",""startDate"":""2021-07-26"",""endDate"":""2022-02-13""},{""time"":47939,""label"":""tour_next"",""step"":5},{""time"":54091,""label"":""moved_brush"",""startDate"":""2021-04-26"",""endDate"":""2021-11-13""},{""time"":54937,""label"":""tour_next"",""step"":5},{""time"":58064,""label"":""cleared_brush"",""using"":""click""},{""time"":58954,""label"":""tour_next"",""step"":5},{""time"":63972,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678932171099,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":4842,""label"":""hovered"",""timeHovered"":1851,""week"":""2021-12-27""},{""time"":10366,""label"":""hovered"",""timeHovered"":1168,""week"":""2021-09-27""}]}",1,complex,line +2023-03-15 21:54:31,2023-03-15 22:08:08,0,24.158.78.140,100,816,1,2023-03-15 22:08:09,R_1Q9DnSpJZ2ogpCr,,,,,34.727,-81.6156,anonymous,EN,1,3.685,6.751,8.162,4,,,,,,,,4.759,11.697,15.147,3,100,0,0,20.129,39.581,40.546,8,5.178,31.203,32.427,11,1,1,6.439,107.871,108.937,17,-1,1,1.484,79.502,80.606,11,1,1.636,58.882,59.701,8,4.084,13.404,15.019,2,5,5,5,5,5,5,,4.665,21.152,22.901,9,4,5,5,3,3,5,It seems like a lot of data and work was put into it.,17.513,19.961,40.707,3,4,,2.535,5.441,6.791,3,2,7,3,4,1,5,6,3.475,30.405,31.596,4,1,1,6,6,1,2,9,9,,6.165,33.344,34.452,12,1,1,5,5,3,1,2.08,33.855,34.848,11,4,,3.611,5.368,6.435,3,2,1996,South Carolina,2,2,1,,7,,,5,3,1,1.78,58.241,63.799,26,5ce9bfc4d439ae00015968dd,"{""startTime"":1678932063072,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932087526,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931903107,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":2608,""label"":""hovered"",""timeHovered"":1044,""week"":""2021-11-29""},{""time"":19035,""label"":""tour_next"",""step"":2},{""time"":27420,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932046664,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":6650,""label"":""hovered"",""timeHovered"":1367,""week"":""2021-12-27""}]}",0,simple,line +2023-03-15 22:02:26,2023-03-15 22:08:46,0,173.90.216.54,100,380,1,2023-03-15 22:08:47,R_3PRzwD9WQCUAYzx,,,,,42.1139,-80.1499,anonymous,EN,1,4.122,4.122,4.99,1,1,4,2,1.202,3.635,4.461,3,0,0,15.025,0,50,100,61,6.038,12.159,13.566,4,7.687,15.306,16.555,4,1,-3,28.067,62.16,62.726,4,-2,-3,31.385,58.894,59.519,4,-3,18.199,18.199,19.769,1,0,0,15.025,0,5,5,5,5,5,5,,9.288,12.744,14.976,7,5,6,6,5,5,5,It shows the data clearly and cites the CDC,1.307,1.847,13.454,2,4,,3.77,6.344,7.447,2,2,7,3,4,1,5,6,0,0,9.248,0,1,6,3,7,9,1,11,9,,2.365,17.561,17.953,15,5,5,5,5,5,5,2.798,6.854,10.84,6,1,2,2.276,8.322,9.423,4,3,2001,Pennsylvania,3,1,1,,7,,,12,3,1,1.519,44.124,45.042,16,5eb0bbbc0be27c183500b45d,"{""startTime"":1678932319284,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932293658,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932199958,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":43,""label"":""tour_started""},{""time"":8251,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1815,""week"":""52"",""id"":""chart""},{""time"":13259,""label"":""tour_next"",""step"":2},{""time"":15075,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932277753,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":10090,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1758,""week"":""21"",""id"":""chart""}]}",1,moderate,bar +2023-03-15 21:59:48,2023-03-15 22:08:48,0,73.248.126.78,100,539,1,2023-03-15 22:08:48,R_3GwcU3aNRRvMMYO,,,,,40.6511,-74.26,anonymous,EN,1,4.401,5.641,7.301,2,1,2,2,1.801,5,6.303,3,12.143,13.409,15.108,3,57,90,71,9.559,18.713,19.886,5,3.227,24.485,25.69,7,1,1,26.072,61.169,62.336,5,-2,1,7.742,48.535,49.436,8,-1,20.427,23.584,24.451,3,10.434,13.557,15.012,2,5,5,3,5,6,3,none,6.919,21.079,24.88,9,4,6,5,3,5,3,I do not know who provided the data and why,2.334,2.334,19.835,1,5,none,4.69,11.418,12.379,4,2,7,3,4,1,5,6,10.497,22.328,24.403,2,2,1,9,6,1,6,7,10,none,3.792,20.735,21.721,12,4,4,3,2,4,3,9.686,25.844,26.837,8,6,1,2.766,11.301,12.293,4,1,1986,New Jersey,6,1,1,,7,,,7,3,1,1.835,123.479,124.613,40,638d5097d95db2c5c143d5b7,"{""startTime"":1678932155680,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932181082,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932050966,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":17,""label"":""tour_started""},{""time"":12372,""label"":""hovered"",""timeHovered"":1832,""week"":""2021-12-27""},{""time"":16340,""label"":""tour_next"",""step"":2},{""time"":22066,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932140016,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line +2023-03-15 21:56:02,2023-03-15 22:08:54,0,71.207.167.80,100,771,1,2023-03-15 22:08:54,R_3HnPK9yCua0DTKP,,,,,33.9845,-85.9077,anonymous,EN,1,22.181,22.181,23.817,1,1,2,1,1.646,3.396,4.432,2,0,0,15.014,0,76,8,12,18.432,23.528,24.97,3,23.743,41.321,63.363,3,1,-2,23.916,36.235,37.827,2,-2,1,25.468,90.473,92.095,3,1,94.073,94.073,95.349,1,0,0,15.008,0,6,5,6,6,5,6,,11.615,42.85,49.425,10,5,5,5,3,5,5,"I trust the visualization because the data comes from the CDC, which is a reliable source.",3.086,3.086,29.887,1,4,,7.165,9.359,12.693,2,2,7,3,4,1,5,6,0,0,28.782,0,3,5,2,7,6,2,10,10,,14.718,46.837,60.85,10,3,3,2,2,2,2,14.076,44.451,45.683,6,1,2,7.637,19.353,23.975,6,1,2002,Alabama,3,2,1,,7,,,11,4,2,3.398,93.95,98.306,30,63f8dc7bc5e76c51f767134e,"{""startTime"":1678932012883,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932062792,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678931841323,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":4,""label"":""tour_started""},{""time"":25821,""label"":""hovered"",""timeHovered"":3454,""week"":""2022-01-03""},{""time"":31010,""label"":""hovered"",""timeHovered"":1691,""week"":""2022-01-10""},{""time"":34100,""label"":""hovered"",""timeHovered"":1243,""week"":""2022-02-07""},{""time"":38524,""label"":""tour_next"",""step"":2},{""time"":41317,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678931997428,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":12500,""label"":""hovered"",""timeHovered"":2448,""week"":""2022-01-17""}]}",1,moderate,line +2023-03-15 22:03:03,2023-03-15 22:09:36,0,68.84.119.220,100,392,1,2023-03-15 22:09:37,R_2E4bILHDLYsscYK,,,,,39.7007,-75.7419,anonymous,EN,1,5.15,5.15,6.099,1,,,,,,,,0,0,15.01,0,85,71,34,13.629,21.458,22.7,6,3.884,9.496,11.182,4,-2,1,34.325,40.904,42.141,2,1,-3,19.03,32.351,33.393,2,1,54.965,54.965,56.57,1,0,0,15.11,0,4,4,4,4,4,4,,3.894,19.885,23.949,7,5,5,5,5,5,5,It seems legit to me.,1.752,1.752,9.855,1,4,,10.666,13.559,15.209,4,2,7,3,4,1,5,6,14.76,14.76,15.67,1,6,8,5,8,4,8,9,10,,6.939,20.207,22.302,9,3,3,2,3,3,4,12.615,20.085,21.339,6,2,,3.328,3.328,5.025,1,1,2000,Delaware,3,3,1,,7,,,12,3,2,1.899,39.553,41.728,15,5efa98dd74af25000cdbbf43,"{""startTime"":1678932304256,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932328712,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932242757,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":20,""label"":""tour_started""},{""time"":3873,""label"":""tour_next"",""step"":2},{""time"":6580,""label"":""tour_end"",""step"":2},{""time"":8982,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1192,""week"":""2"",""id"":""chart""}]}","{""startTime"":1678932288644,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,bar +2023-03-15 21:59:26,2023-03-15 22:09:48,0,172.56.248.137,100,621,1,2023-03-15 22:09:48,R_2Sq3Ku9iwn7lPsy,,,,,39.8286,-86.1796,anonymous,EN,1,8.942,8.942,11.19,1,1,3,1,2.926,6.317,9.078,2,0,0,15.118,0,95,100,91,8.602,16.382,17.866,4,4.71,30.926,40.691,5,1,1,42.949,70.591,72.993,3,-3,-3,36.865,62.367,63.661,2,-2,21.987,60.933,62.71,5,0,0,15.02,0,5,5,5,6,6,5,,9.961,32.108,34.702,6,6,6,6,3,2,5,"This visualization uses data from the CDC and everything is laid out in a way that is easy to see and understand. The data is over vaccinated vs. unvaccinated individuals who caught COVID, which is pretty cut and dry (either you have had it or you have it, there isn't an in between), so the information is pretty believable.",2.396,47.924,91.809,3,6,,6.718,6.718,9.623,1,2,7,3,4,1,5,6,0,0,17.292,0,4,4,8,6,6,6,10,9,,6.038,28.355,30.065,12,3,3,2,3,4,3,7.56,19.207,20.798,6,3,2,2.918,17.538,19.117,5,2,2001,Indiana,3,2,1,,7,,,11,4,1,1.949,36.273,47.272,13,5f5ba66db8e6413162a5c703,"{""startTime"":1678932163211,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932198363,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932033044,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":4705,""label"":""tour_next"",""step"":2},{""time"":8246,""label"":""tour_back"",""step"":2},{""time"":10856,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4038,""week"":""52"",""id"":""chart""},{""time"":16323,""label"":""tour_next"",""step"":2},{""time"":17516,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3902,""week"":""52"",""id"":""chart2""},{""time"":30921,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932147735,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":8573,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1792,""week"":""52"",""id"":""chart2""}]}",1,simple,bar +2023-03-15 21:52:10,2023-03-15 22:09:50,0,47.42.234.80,100,1059,1,2023-03-15 22:09:50,R_eKcG19Oh6iSPvuV,,,,,35.958,-83.9172,anonymous,EN,1,13.891,61.459,62.761,2,,,,,,,,12.907,12.907,15.196,1,78,88,30,29.851,73.901,75.694,6,27.67,35.933,37.789,2,-2,1,41.23,54.838,56.843,2,-3,-3,23.257,244.801,246.446,5,-1,17.857,17.857,18.964,1,0,0,15.012,0,3,3,7,4,6,4,,9.9,36.186,38.87,6,3,5,4,2,3,3,It doesn't give me all of the information but it gives me some and that's fine but i don't trust it blindly and i don't not trust it,2.281,55.369,55.856,3,4,,3.428,3.428,5.499,1,2,7,3,4,1,5,6,6.187,19.923,34.727,4,2,3,4,6,3,4,4,6,,3.555,31.139,33.205,10,3,3,2,4,4,4,119.545,137.602,139.627,6,8,,4.38,8.46,10.175,3,2,1989,Tennessee,3,2,1,,3,,,19,5,2,2.765,76.46,77.851,16,60eea778df60b9a7d88b7ade,"{""startTime"":1678931954038,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931860721,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931748074,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":44,""label"":""tour_started""},{""time"":6768,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":10524,""week"":""51"",""id"":""chart""},{""time"":27652,""label"":""tour_next"",""step"":2},{""time"":35914,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678931844516,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":5371,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1367,""week"":""51"",""id"":""chart2""}]}",0,simple,bar +2023-03-15 21:45:39,2023-03-15 22:09:58,0,67.232.198.146,100,1458,1,2023-03-15 22:09:58,R_Qj00ORVJ8bW67IJ,,,,,29.1281,-82.2975,anonymous,EN,1,135.372,135.372,136.847,1,,,,,,,,0,0,15.115,0,100,70,55,6.346,14.25,20.065,3,55.212,167.018,178.675,7,1,-3,14.146,53.087,117.119,4,1,1,22.296,82.893,84.737,4,1,92.471,92.471,93.782,1,0,0,15.109,0,3,4,3,4,5,4,,7.51,87.762,91.266,6,4,5,4,7,2,4,"I can only assume they are using accurate information, but seeming as how they have no data references in the subcaption of their chart, it is based on trust alone. ",17.309,17.309,78.03,1,4,,5.919,7.845,18.033,2,2,7,3,4,1,5,6,0,0,28.823,0,1,1,1,2,1,4,8,7,,11.504,33.751,41.276,10,3,4,2,1,5,3,7.91,38.742,39.55,6,2,,2.695,5.885,15.948,3,2,2000,Florida,6,2,1,,7,,,6,2,2,3.201,114.27,121.233,16,640264c46bd5d0e0cdeaec5e,"{""startTime"":1678931835208,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931933263,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931523287,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":28269,""label"":""hovered"",""timeHovered"":1941,""week"":""2021-04-12""},{""time"":47419,""label"":""hovered"",""timeHovered"":1550,""week"":""2021-12-27""},{""time"":55202,""label"":""tour_next"",""step"":5},{""time"":82078,""label"":""started_brush"",""startDate"":""2021-10-03"",""endDate"":""2022-02-13""},{""time"":84926,""label"":""tour_next"",""step"":5},{""time"":92941,""label"":""moved_brush"",""startDate"":""2021-10-03"",""endDate"":""2022-02-13""},{""time"":93879,""label"":""tour_next"",""step"":5},{""time"":100404,""label"":""moved_brush"",""startDate"":""2021-10-03"",""endDate"":""2022-02-13""},{""time"":100915,""label"":""cleared_brush"",""using"":""click""},{""time"":103009,""label"":""tour_next"",""step"":5},{""time"":167007,""label"":""tour_end"",""step"":5},{""time"":173512,""label"":""hovered"",""timeHovered"":1116,""week"":""2022-01-10""}]}","{""startTime"":1678931815374,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line +2023-03-15 21:44:47,2023-03-15 22:10:15,0,68.108.56.107,100,1528,1,2023-03-15 22:10:16,R_3G0NC2RD8eOHmzr,,,,,36.122,-115.086,anonymous,EN,1,2.117,2.117,3.132,1,1,2,2,84.516,87.662,88.526,5,0,0,16.122,0,85,90,81,103.779,118.618,119.876,5,2.478,468.051,495.263,12,1,-3,167.098,204.83,207.594,3,1,-3,34.053,48.944,49.952,2,-2,16.777,41.619,42.622,3,0,0,15.008,0,5,5,5,5,5,5,,5.098,14.246,16.235,7,5,5,5,3,5,5,The data looks professional and well put together ,4.326,4.326,20.055,1,3,,5.81,7.851,9.299,2,2,7,3,4,1,5,6,0,0,21.995,0,3,8,7,8,2,6,11,10,,10.883,29.136,30.367,13,2,3,4,3,3,2,74.195,84.478,85.044,7,1,1,2.415,10.51,14.325,2,1,1999,Nevada,2,2,1,,8,Henderson,,10,4,2,1.615,68.322,69.89,33,6296bef3248bf76cc113926b,"{""startTime"":1678931888897,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931905810,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":764,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1109,""week"":""49"",""id"":""chart""},{""label"":""window_blurred"",""time"":162455},{""label"":""window_focused"",""time"":163658}]}","{""startTime"":1678931333249,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":22,""label"":""tour_started""},{""time"":2454,""label"":""tour_next"",""step"":5},{""time"":8359,""label"":""tour_back"",""step"":5},{""time"":11691,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4304,""week"":""30"",""id"":""chart""},{""time"":19833,""label"":""tour_next"",""step"":5},{""time"":50890,""label"":""started_brush"",""startDate"":""2021-08-22"",""endDate"":""2021-10-27""},{""time"":51973,""label"":""tour_next"",""step"":5},{""time"":59053,""label"":""moved_brush"",""startDate"":""2021-07-31"",""endDate"":""2021-10-04""},{""time"":61522,""label"":""tour_next"",""step"":5},{""time"":70340,""label"":""moved_brush"",""startDate"":""2021-08-22"",""endDate"":""2021-10-27""},{""time"":76865,""label"":""moved_brush"",""startDate"":""2021-08-22"",""endDate"":""2021-10-27""},{""time"":82464,""label"":""cleared_brush"",""using"":""Click""},{""time"":82465,""label"":""cleared_brush"",""using"":""Escape""},{""time"":83625,""label"":""cleared_brush"",""using"":""Click""},{""time"":83626,""label"":""cleared_brush"",""using"":""Escape""},{""time"":87817,""label"":""started_brush"",""startDate"":""2021-07-01"",""endDate"":""2021-09-07""},{""label"":""window_blurred"",""time"":452112},{""label"":""window_focused"",""time"":454419},{""time"":460238,""label"":""moved_brush"",""startDate"":""2021-09-30"",""endDate"":""2021-12-06""},{""time"":462743,""label"":""tour_next"",""step"":5},{""time"":468028,""label"":""tour_end"",""step"":5},{""time"":489422,""label"":""moved_brush"",""startDate"":""2021-10-01"",""endDate"":""2021-12-07""},{""time"":494336,""label"":""moved_brush"",""startDate"":""2021-10-01"",""endDate"":""2022-01-02""}]}","{""startTime"":1678931873007,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":12934,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1912,""week"":""3"",""id"":""chart""}]}",1,complex,bar +2023-03-15 21:58:45,2023-03-15 22:10:32,0,174.160.39.111,100,706,1,2023-03-15 22:10:32,R_2fqUc4FmZUTbQYo,,,,,36.7126,-121.6437,anonymous,EN,1,12.756,12.756,14.244,1,,,,,,,,0,0,15.126,0,91,81,90,11.685,19.134,20.258,3,13.891,220.747,227.714,29,1,1,22.577,32.625,34.581,2,1,1,33.317,63.807,65.518,3,1,29.416,29.416,31.138,1,0,0,15.106,0,5,3,5,3,5,5,,8.69,24.927,28.188,6,5,5,5,7,7,5,The data seem realistic and follow smooth variations,3.417,3.417,38.635,1,5,,4.207,4.207,6.394,1,2,7,3,4,1,5,6,0,0,18.388,0,5,7,7,8,8,8,10,10,,4.768,19.109,21.261,8,4,4,2,2,3,4,7.761,20.65,24.55,7,2,,3.298,3.298,5.535,1,2,1951,California,7,1,1,,7,,,6,2,1,2.665,68.042,70.27,14,62fcf3d9948e4a6a9623cce8,"{""startTime"":1678932353486,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932284565,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932007333,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":34,""label"":""tour_started""},{""time"":13878,""label"":""tour_next"",""step"":5},{""time"":33815,""label"":""cleared_brush"",""using"":""Click""},{""time"":42799,""label"":""tour_back"",""step"":5},{""time"":43068,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1096,""week"":""51"",""id"":""chart""},{""time"":45478,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2239,""week"":""52"",""id"":""chart""},{""time"":52396,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2093,""week"":""2"",""id"":""chart""},{""time"":55444,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1552,""week"":""1"",""id"":""chart""},{""time"":57963,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2382,""week"":""1"",""id"":""chart""},{""time"":60904,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2392,""week"":""49"",""id"":""chart""},{""time"":66875,""label"":""tour_next"",""step"":5},{""time"":77125,""label"":""tour_back"",""step"":5},{""time"":98927,""label"":""tour_next"",""step"":5},{""time"":123170,""label"":""started_brush"",""startDate"":""2021-10-01"",""endDate"":""2021-12-28""},{""time"":125868,""label"":""tour_next"",""step"":5},{""time"":156911,""label"":""started_brush"",""startDate"":""2021-09-27"",""endDate"":""2021-10-05""},{""time"":162346,""label"":""started_brush"",""startDate"":""2021-10-24"",""endDate"":""2021-12-08""},{""time"":173888,""label"":""tour_back"",""step"":5},{""time"":184251,""label"":""started_brush"",""startDate"":""2021-10-04"",""endDate"":""2021-10-14""},{""time"":190967,""label"":""started_brush"",""startDate"":""2021-06-08"",""endDate"":""2021-10-01""},{""time"":192355,""label"":""tour_next"",""step"":5},{""time"":205634,""label"":""moved_brush"",""startDate"":""2021-04-28"",""endDate"":""2021-08-21""},{""time"":207060,""label"":""tour_next"",""step"":5},{""time"":213618,""label"":""cleared_brush"",""using"":""Click""},{""time"":213618,""label"":""cleared_brush"",""using"":""Escape""},{""time"":215013,""label"":""tour_next"",""step"":5},{""time"":220733,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678932267670,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,bar +2023-03-15 21:50:47,2023-03-15 22:10:47,0,76.217.35.170,100,1200,1,2023-03-15 22:10:48,R_7QXwC3d96zESfZf,,,,,35.4971,-97.733,anonymous,EN,1,50.986,50.986,52.56,1,1,3,2,6.603,10.436,12.173,2,0,0,15.014,0,81,38,42,32.543,42.612,44.839,3,157.463,164.658,169.473,2,1,1,35.68,104.716,114.247,2,-1,1,31.504,56.97,61.75,2,1,67.7,67.7,76.942,1,0,0,15.007,0,5,3,5,4,5,5,"The info the graph states is from the CDC. Is it really from the CDC? This could be a fake graph, not sure.",21.538,64.266,99.035,8,4,5,4,7,7,5,"In your instructions it said to assume the date is trustworthy, so I then trust the visualization.",4.851,4.851,38.521,1,6,"Yes, and thanks for asking, at the beginning when I first saw the graph I though the 01 at each month meant the data was from 2021. So it was not until this last part that I did see the year of 2021 and 2022 listed below. Therefore an answer in the first part of the survey was wrong because I was not reading the year correctly. Perhaps a bolder color in the year at the bottom would help the eye look at the bottom. ",6.941,162.485,172.501,5,2,7,3,4,1,5,6,0,0,34.369,0,9,9,8,9,9,9,10,9,,11.712,62.511,70.171,12,4,4,1,1,5,4,18.329,39.742,41.602,6,1,2,5.837,24.425,27.171,3,2,1956,Oklahoma,3,2,1,,7,,,4,3,1,4.222,58.957,72.752,12,5f5a0f0a612008057e58d281,"{""startTime"":1678931836576,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678931936307,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678931588005,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":3,""label"":""tour_started""},{""time"":8703,""label"":""hovered"",""timeHovered"":5318,""week"":""2022-01-10""},{""time"":14022,""label"":""hovered"",""timeHovered"":1933,""week"":""2022-01-10""},{""time"":20894,""label"":""hovered"",""timeHovered"":5315,""week"":""2022-01-10""},{""time"":32902,""label"":""hovered"",""timeHovered"":2200,""week"":""2021-12-20""},{""time"":35168,""label"":""hovered"",""timeHovered"":1125,""week"":""2021-12-20""},{""time"":37968,""label"":""hovered"",""timeHovered"":3551,""week"":""2021-11-29""},{""time"":42109,""label"":""hovered"",""timeHovered"":1819,""week"":""2021-11-29""},{""time"":45676,""label"":""hovered"",""timeHovered"":1719,""week"":""2021-08-16""},{""time"":49927,""label"":""hovered"",""timeHovered"":1632,""week"":""2021-11-22""},{""time"":51561,""label"":""hovered"",""timeHovered"":1816,""week"":""2021-08-02""},{""time"":55793,""label"":""hovered"",""timeHovered"":1226,""week"":""2021-04-26""},{""time"":57909,""label"":""hovered"",""timeHovered"":1418,""week"":""2021-04-26""},{""time"":65593,""label"":""hovered"",""timeHovered"":41943,""week"":""2021-12-20""},{""time"":113302,""label"":""hovered"",""timeHovered"":3025,""week"":""2022-01-03""},{""time"":117943,""label"":""hovered"",""timeHovered"":3116,""week"":""2022-01-10""},{""time"":122633,""label"":""hovered"",""timeHovered"":2618,""week"":""2021-10-25""},{""time"":127465,""label"":""hovered"",""timeHovered"":5377,""week"":""2022-01-03""},{""time"":135468,""label"":""hovered"",""timeHovered"":2112,""week"":""2021-11-08""},{""time"":138427,""label"":""hovered"",""timeHovered"":2141,""week"":""2021-11-22""},{""label"":""window_blurred"",""time"":143679},{""label"":""window_focused"",""time"":154785},{""time"":157460,""label"":""tour_next"",""step"":2},{""time"":164655,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678931820775,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line +2023-03-15 21:58:01,2023-03-15 22:10:49,0,72.105.139.144,100,767,1,2023-03-15 22:10:50,R_ypCZF8bYnORX51T,,,,,37.3083,-121.9643,anonymous,EN,1,8.801,8.801,10.479,1,,,,,,,,0,0,15.12,0,86,87,65,5.836,11.684,12.832,5,7.55,148.974,257.712,26,1,1,26.466,56.21,57.489,2,1,1,32.973,38.877,45.602,2,1,22.249,47.857,50.678,2,0,0,15.117,0,5,4,3,4,5,4,The ability to zoom and mouse over makes things much more clear. ,11.782,53.181,53.307,9,4,5,6,3,2,5,"It is easy to make charts look better or worse, but considering the actual data shows up over the mouse over, it provides more clarity ",2.006,2.006,42.227,1,4,Thank you,3.693,5.541,8.451,4,2,7,3,4,1,5,6,0,0,12.291,0,3,7,7,7,6,3,10,9,,24.882,41.778,42.484,10,4,4,1,4,4,4,12.013,31.485,32.282,9,2,,3.225,3.225,4.167,1,1,1982,California,6,2,1,,7,,,11,4,1,7.288,50.12,57.669,12,5cc22481f6ef910019e5120f,"{""startTime"":1678932258238,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932312313,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931932438,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":7543,""label"":""tour_next"",""step"":5},{""time"":16177,""label"":""cleared_brush"",""using"":""click""},{""time"":17206,""label"":""tour_back"",""step"":5},{""time"":18630,""label"":""tour_next"",""step"":5},{""time"":25088,""label"":""cleared_brush"",""using"":""click""},{""time"":25504,""label"":""cleared_brush"",""using"":""click""},{""time"":25920,""label"":""cleared_brush"",""using"":""click""},{""time"":26204,""label"":""started_brush"",""startDate"":""2021-06-26"",""endDate"":""2021-08-04""},{""time"":28480,""label"":""cleared_brush"",""using"":""click""},{""time"":30481,""label"":""started_brush"",""startDate"":""2021-08-03"",""endDate"":""2021-08-08""},{""time"":31174,""label"":""tour_next"",""step"":5},{""time"":35599,""label"":""started_brush"",""startDate"":""2021-06-06"",""endDate"":""2022-01-19""},{""time"":37008,""label"":""moved_brush"",""startDate"":""2021-05-29"",""endDate"":""2021-06-06""},{""time"":92566,""label"":""tour_next"",""step"":5},{""time"":96769,""label"":""cleared_brush"",""using"":""click""},{""time"":99392,""label"":""cleared_brush"",""using"":""click""},{""time"":99862,""label"":""tour_next"",""step"":5},{""time"":103910,""label"":""tour_end"",""step"":5},{""time"":105946,""label"":""hovered"",""timeHovered"":24006,""week"":""2021-12-13""},{""time"":134903,""label"":""started_brush"",""startDate"":""2021-06-05"",""endDate"":""2021-07-14""},{""time"":137496,""label"":""started_brush"",""startDate"":""2021-07-22"",""endDate"":""2021-10-02""},{""time"":137816,""label"":""cleared_brush"",""using"":""click""},{""time"":139087,""label"":""started_brush"",""startDate"":""2021-10-18"",""endDate"":""2021-12-15""},{""time"":139448,""label"":""cleared_brush"",""using"":""click""},{""time"":143128,""label"":""started_brush"",""startDate"":""2021-10-12"",""endDate"":""2022-02-12""},{""time"":147984,""label"":""cleared_brush"",""using"":""click""},{""time"":153720,""label"":""hovered"",""timeHovered"":1014,""week"":""2021-06-21""},{""time"":155301,""label"":""hovered"",""timeHovered"":100939,""week"":""2022-01-10""}]}","{""startTime"":1678932242504,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":10862,""label"":""started_brush"",""startDate"":""2021-12-07"",""endDate"":""2022-01-10""}]}",0,complex,line +2023-03-15 21:57:32,2023-03-15 22:10:51,0,63.225.84.145,100,798,1,2023-03-15 22:10:52,R_27JXDhT87ncCwdK,,,,,45.7512,-121.8401,anonymous,EN,1,8,8,8.81,1,1,3,2,3.197,125.744,126.953,3,5.747,5.747,15.022,1,81,83,64,22.646,30.584,31.411,4,13.737,115.997,119.788,17,-3,1,6.633,64.085,73.097,3,-3,-3,40.59,77.758,79.819,3,-3,14.402,41.647,44.003,3,0,0,15.02,0,5,4,4,5,5,5,n/a. ,10.726,29.97,35.425,8,4,5,4,7,3,5,It seems trustworthy because it looks official and bold,1.196,17.841,36.688,4,3,,2.079,6.885,10.575,3,2,7,3,4,1,5,6,0,0,26.467,0,3,3,4,5,2,6,8,9,,4.787,21.995,25.42,13,2,3,3,3,3,3,2.2,24.747,26.719,9,3,4,2.93,32.931,34.517,4,2,1993,Oregon,2,2,1,,7,,,4,4,2,2.343,36.202,40.102,13,596bac33670f410001fe9c07,"{""startTime"":1678932298776,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932234239,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":850,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1437,""week"":""44"",""id"":""chart""},{""time"":2879,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1624,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678932053571,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":6339,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1358,""week"":""48"",""id"":""chart""},{""time"":13730,""label"":""tour_next"",""step"":5},{""time"":23166,""label"":""cleared_brush"",""using"":""Click""},{""time"":27960,""label"":""cleared_brush"",""using"":""Click""},{""time"":33413,""label"":""started_brush"",""startDate"":""2021-08-18"",""endDate"":""2021-09-11""},{""time"":36053,""label"":""started_brush"",""startDate"":""2021-06-08"",""endDate"":""2021-10-06""},{""time"":36916,""label"":""tour_next"",""step"":5},{""time"":39581,""label"":""moved_brush"",""startDate"":""2021-07-17"",""endDate"":""2021-11-15""},{""time"":40251,""label"":""moved_brush"",""startDate"":""2021-07-17"",""endDate"":""2021-11-15""},{""time"":40931,""label"":""tour_next"",""step"":5},{""time"":45423,""label"":""cleared_brush"",""using"":""Click""},{""time"":47789,""label"":""tour_next"",""step"":5},{""time"":51118,""label"":""tour_end"",""step"":5},{""time"":53622,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2095,""week"":""52"",""id"":""chart""},{""time"":55778,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1254,""week"":""1"",""id"":""chart""},{""time"":57705,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1328,""week"":""1"",""id"":""chart""},{""time"":63094,""label"":""started_brush"",""startDate"":""2021-06-03"",""endDate"":""2021-09-26""},{""time"":63924,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1009,""week"":""38"",""id"":""chart""},{""time"":66517,""label"":""moved_brush"",""startDate"":""2021-06-03"",""endDate"":""2021-09-26""},{""time"":72467,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-07-29""},{""time"":74196,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":2221,""week"":""30"",""id"":""chart""},{""time"":80912,""label"":""moved_brush"",""startDate"":""2021-04-13"",""endDate"":""2021-08-06""},{""time"":83575,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":2918,""week"":""24"",""id"":""chart""},{""time"":86743,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1175,""week"":""25"",""id"":""chart""},{""time"":90766,""label"":""moved_brush"",""startDate"":""2021-04-13"",""endDate"":""2021-09-16""},{""time"":95163,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":2538,""week"":""25"",""id"":""chart""},{""time"":105219,""label"":""moved_brush"",""startDate"":""2021-05-07"",""endDate"":""2021-10-11""},{""time"":106134,""label"":""cleared_brush"",""using"":""Click""},{""time"":110311,""label"":""started_brush"",""startDate"":""2021-04-30"",""endDate"":""2021-05-25""},{""time"":113205,""label"":""started_brush"",""startDate"":""2021-06-29"",""endDate"":""2021-07-31""},{""label"":""window_blurred"",""time"":117101},{""label"":""window_focused"",""time"":117772},{""label"":""window_blurred"",""time"":117830},{""label"":""window_focused"",""time"":118228}]}","{""startTime"":1678932218656,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":3595,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2578,""week"":""51"",""id"":""chart""},{""time"":9408,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3044,""week"":""43"",""id"":""chart""}]}",1,complex,bar +2023-03-15 22:03:23,2023-03-15 22:10:58,0,71.115.145.137,100,454,1,2023-03-15 22:10:58,R_SZuI8jte3nV3cgp,,,,,43.1571,-76.328,anonymous,EN,1,2.384,2.384,3.375,1,2,,2,1.026,1.026,1.71,1,9.866,10.901,15.007,3,93,100,62,6.621,12.556,13.191,5,9.805,12.949,17.384,2,1,1,37.384,47.863,49.039,2,1,1,11.944,77.44,79.023,5,1,26.447,26.447,31.215,1,0,0,15.108,0,3,2,3,4,4,3,,12.529,22.337,24.048,6,4,4,5,3,3,3,"It seems basic and to the point, but I can't verify whether the data is true.",36.508,67.386,68.507,9,3,,4.238,7.796,8.37,2,2,7,3,4,1,5,6,0,0,14.449,0,1,3,6,6,1,6,5,6,,3.638,12.406,14.189,9,4,4,2,2,4,4,5.114,14.266,15.334,6,6,2,1.919,9.303,9.557,3,1,1990,New York,6,3,1,,7,,,7,3,1,1.492,31.619,37.598,13,62dc2f45630616c5920dcb75,"{""startTime"":1678932448186,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932365083,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932250611,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":9803,""label"":""tour_next"",""step"":2},{""time"":12946,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932348825,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar +2023-03-15 21:59:13,2023-03-15 22:11:08,0,173.25.220.42,100,715,1,2023-03-15 22:11:09,R_z0Ud4jHNABHOKw9,,,,,41.6344,-91.5054,anonymous,EN,1,3.284,3.284,4.091,1,1,2,2,2.21,5.763,6.748,2,0,0,15.012,0,100,100,79,24.807,29.999,31.919,3,27.066,84.974,88.509,8,1,1,41.026,84.632,86.128,3,-3,-3,41.066,53.397,54.698,2,1,55.735,96.867,98.667,7,0,0,15.117,0,5,5,5,5,5,5,,12.983,19.831,23.427,7,5,4,5,5,5,5,As the visualization uses objective data rather than being expressed in subjective term I can verify it from another source.,7.69,58.368,88.271,8,6,,4.558,10.52,12.087,3,2,7,3,4,1,5,6,0,0,28.722,0,4,5,2,6,5,3,10,9,,4.003,18.746,20.886,8,1,2,5,5,2,2,7.05,18.822,20.632,6,1,1,2.376,12.904,15.782,2,1,1979,Iowa,2,3,1,,7,,,5,4,2,2.587,59.726,64.37,14,5bfb5784a66aa500019dabef,"{""startTime"":1678932165109,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932188978,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931960966,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":23923,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2232,""week"":""1"",""id"":""chart""},{""time"":27064,""label"":""tour_next"",""step"":5},{""time"":42530,""label"":""started_brush"",""startDate"":""2021-10-27"",""endDate"":""2022-01-26""},{""time"":44233,""label"":""tour_next"",""step"":5},{""time"":54413,""label"":""moved_brush"",""startDate"":""2021-10-09"",""endDate"":""2022-01-26""},{""time"":56086,""label"":""moved_brush"",""startDate"":""2021-08-24"",""endDate"":""2021-12-11""},{""time"":57325,""label"":""tour_next"",""step"":5},{""time"":65517,""label"":""moved_brush"",""startDate"":""2021-08-24"",""endDate"":""2021-12-11""},{""time"":74320,""label"":""cleared_brush"",""using"":""Click""},{""time"":77086,""label"":""tour_next"",""step"":5},{""time"":84972,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678932149610,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar +2023-03-15 21:58:09,2023-03-15 22:11:17,0,66.170.211.99,100,787,1,2023-03-15 22:11:17,R_1eFPbEt7JY087fa,,,,,31.3357,-94.7272,anonymous,EN,1,13.363,13.363,15.54,1,2,,2,3.31,3.31,5.028,1,0,0,15.007,0,21,74,16,23.474,37.206,39.596,3,18.513,21.837,24.064,2,1,-3,60.25,74.778,78.434,2,1,-3,63.116,123.086,125.586,2,-2,64.114,64.114,66.649,1,0,0,15.007,0,7,1,7,6,6,1,I don't trust the CDC,7.138,32.4,45.563,7,3,3,1,1,1,1,I don't believe the vaccine helps you at all.,4.177,4.177,27.284,1,4,,8.013,9.07,12.263,2,2,7,3,4,1,5,6,0,0,29.875,0,1,1,2,1,1,1,5,5,,4.496,32.433,35.41,9,3,3,1,1,3,3,8.45,38.524,39.73,7,5,5,5.197,12.56,14.136,2,1,1979,Texas,6,2,1,,7,,,12,4,1,4.091,140.483,148.476,23,5fdeb821bbdf7f6a1815d08f,"{""startTime"":1678932198910,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932144984,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678931979342,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":18511,""label"":""tour_next"",""step"":2},{""time"":21834,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932129608,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar +2023-03-15 22:02:24,2023-03-15 22:11:38,0,73.89.147.22,100,553,1,2023-03-15 22:11:39,R_1GV8pLjO0CyAm5H,,,,,42.5763,-71.9883,anonymous,EN,1,15.164,15.164,18.559,1,1,2,2,1.058,5.709,6.626,2,0,0,15.019,0,68,76,36,18.525,30.882,31.926,4,14.688,24.335,27.975,2,1,1,40.835,49.198,50.466,2,1,-3,42.495,83.422,84.778,2,-2,18.028,18.028,19.301,1,0,0,15.12,0,4,2,4,5,5,5,,8.815,25.922,27.61,6,7,4,4,7,3,4,"I trust that the data is factual, but I would like to know more about how the research and data was obtained",3.035,4.056,26.339,3,5,,7.1,7.1,8.909,1,2,7,3,4,1,5,6,0,0,24.385,0,4,8,4,8,4,6,10,10,,13.378,34.789,36.333,10,3,3,2,3,4,3,17.719,52.402,53.2,6,2,2,6.076,13.696,15.573,2,2,1996,Massachusetts,6,3,1,,7,,,3,3,2,2.786,50.239,51.669,12,611401411bf1ede5a4d85bdc,"{""startTime"":1678932321806,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932349941,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932226154,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":11035,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1214,""week"":""46"",""id"":""chart""},{""time"":14673,""label"":""tour_next"",""step"":2},{""time"":24320,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932306120,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":5212,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5740,""week"":""52"",""id"":""chart""}]}",1,simple,bar +2023-03-15 22:03:39,2023-03-15 22:11:46,0,209.122.36.188,100,486,1,2023-03-15 22:11:46,R_3J7XDuoI3KmhheT,,,,,42.0128,-88.0967,anonymous,EN,1,3.272,6.297,7.206,2,1,1,1,1.301,3.069,5.001,2,0,0,15.128,0,92,91,47,10.356,21.137,22.138,4,16.83,20.216,22.227,2,1,1,8.131,33.647,34.501,5,1,1,2.201,26.159,27.201,3,-1,63.905,77.944,82.434,8,0,0,15.112,0,3,3,7,5,5,7,,13.502,31.131,33.03,6,3,5,3,7,7,7,The government doesn't always tell us the truth and also changes what the truth is later on.,1.795,3.523,28.443,6,6,,3.647,3.647,5.768,1,2,7,3,4,1,5,6,0,0,16.381,0,1,1,2,2,1,3,3,4,,2.265,19.198,24.38,8,5,5,1,1,5,5,2.137,11.074,11.731,6,4,1,1.893,10.048,11.977,2,2,1969,Illinois,5,1,1,,8,SCHAUMBURG,,9,2,2,2.43,67.254,71.697,15,5c69f9dd4b5bb30001b3d31c,"{""startTime"":1678932358115,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932392220,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932283299,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":16800,""label"":""tour_next"",""step"":2},{""time"":20185,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932341758,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":5592,""label"":""hovered"",""timeHovered"":4695,""week"":""2021-11-29""}]}",1,simple,line +2023-03-15 21:49:16,2023-03-15 22:11:49,0,99.9.167.225,100,1352,1,2023-03-15 22:11:49,R_3kMlDXjvOUEYyFB,,,,,33.6004,-83.8562,anonymous,EN,1,276.232,318.16,319.139,3,,,,,,,,3.562,3.562,15.013,1,25,31,64,0.594,185.148,185.719,10,6.608,47.767,48.371,5,-2,-1,25.822,66.889,67.732,9,-2,1,3.363,271.972,272.466,9,1,79.936,80.561,81.632,2,3.355,10.099,15.016,2,3,3,3,3,3,3,,9.066,33.562,34.729,9,2,2,2,2,2,3,I don't know much about the subject and I don't automatically trust things I don't have a lot of knowledge on,2.911,2.911,36.966,1,1,,3.594,8.687,9.513,6,2,3,4,6,5,1,7,3.824,42.788,43.521,2,1,1,1,1,1,1,4,1,,5.188,21.202,23.592,13,3,4,4,4,3,2,11.921,36.664,37.442,16,4,,4.93,5.778,7.369,2,2,1995,Georgia,6,3,1,,3,,,13,4,2,2.288,96.137,97.005,23,5c9bfbfa325c3d001ad360a8,"{""startTime"":1678932296423,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932222362,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678931883825,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":42315,""label"":""tour_next"",""step"":2},{""time"":46073,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932206921,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,line +2023-03-15 21:54:15,2023-03-15 22:12:20,0,71.196.6.34,100,1085,1,2023-03-15 22:12:21,R_3IRgSmoMFwWNy60,,,,,26.3106,-80.1429,anonymous,EN,1,67.934,194.451,195.486,4,,,,,,,,0,0,15.114,0,87,100,76,5.903,92.588,94.504,6,38.293,44.04,49.192,2,1,1,35.775,56.125,74.643,2,1,1,76.126,119.134,123.098,9,1,42.875,42.875,44.56,1,0,0,15.015,0,6,6,6,6,6,6,,26.832,47.017,50.456,7,6,6,6,6,6,6,It's very clear what the chart is trying to convey,2.517,2.517,36.603,1,3,"It's difficult to know if you can trust people, even if you know them well. Unfortunately, only time will tell. ",8.661,65.223,71.69,10,2,7,3,4,1,5,6,23.739,23.739,24.159,1,2,3,2,2,4,4,6,7,"Unfortunately the gov't corrupts many of these avenues, so it's hard to know what you can trust. Money and political influence reach veeery far.",6.993,32.343,80.305,9,4,4,1,4,4,4,13.379,50.615,52.535,10,2,,10.33,10.33,12.169,1,2,1983,Florida,3,1,1,,9,,DEERFIELD BEACH,7,4,1,3.804,53.076,60.111,12,640bc58e374e2b687c756344,"{""startTime"":1678932252091,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932161218,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":685,""label"":""hovered"",""timeHovered"":10129,""week"":""2021-10-04""},{""time"":11754,""label"":""hovered"",""timeHovered"":9737,""week"":""2022-01-10""}]}","{""startTime"":1678931971620,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":25,""label"":""tour_started""},{""time"":19364,""label"":""hovered"",""timeHovered"":1127,""week"":""2021-04-12""},{""time"":22764,""label"":""hovered"",""timeHovered"":2639,""week"":""2021-04-26""},{""time"":27076,""label"":""hovered"",""timeHovered"":1076,""week"":""2021-06-28""},{""time"":30875,""label"":""hovered"",""timeHovered"":1025,""week"":""2021-10-04""},{""time"":34283,""label"":""hovered"",""timeHovered"":1680,""week"":""2022-01-10""},{""time"":38247,""label"":""tour_next"",""step"":2},{""time"":43993,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932145454,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,line +2023-03-15 22:02:30,2023-03-15 22:12:28,0,35.146.81.140,100,598,1,2023-03-15 22:12:28,R_2RVwXcTP5Wr5Lkj,,,,,27.8011,-97.3994,anonymous,EN,1,7.064,7.064,8.296,1,,,,,,,,0,0,15.014,0,67,52,37,35.297,43.846,45.536,3,20.261,49.374,51.704,3,1,1,33.207,48.466,50.421,2,-3,-3,38.262,70.559,71.906,2,-3,59.625,59.625,61.445,1,0,0,15.017,0,4,4,4,4,5,4,,18.415,31.631,34.122,6,5,5,5,3,3,5,It had the source written at the bottom from where they got the information. ,4.523,5.362,23.958,2,5,,5.067,7.379,9.876,2,2,7,3,4,1,5,6,0,0,27.889,0,6,6,9,7,6,6,9,8,,9.224,25.066,27.702,8,3,3,2,2,3,2,9.799,31.001,32.641,6,4,,7.67,7.67,9.048,1,2,1975,Texas,6,1,1,,7,,,4,4,2,3.031,56.378,59.079,11,5658f4787d69570012dfe2d1,"{""startTime"":1678932345030,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932379910,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932226184,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":31,""label"":""tour_started""},{""time"":13332,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2334,""week"":""2"",""id"":""chart""},{""time"":16281,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1367,""week"":""6"",""id"":""chart""},{""time"":28232,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7783,""week"":""51"",""id"":""chart""},{""time"":36499,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1594,""week"":""1"",""id"":""chart""},{""time"":40406,""label"":""tour_next"",""step"":2},{""time"":43476,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3333,""week"":""51"",""id"":""chart2""},{""time"":46950,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1610,""week"":""2"",""id"":""chart2""},{""time"":49347,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932329418,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,bar +2023-03-15 22:01:15,2023-03-15 22:12:35,0,184.187.242.100,100,679,1,2023-03-15 22:12:35,R_UGYjJa0izx4qqJz,,,,,36.0432,-95.8072,anonymous,EN,1,19.767,41.534,42.93,5,,,,,,,,0,0,15.118,0,100,88,83,16.544,28.567,29.42,4,9.821,28.846,31.323,3,1,-2,24.951,57.639,58.563,2,1,1,23.431,113.375,114.867,4,-1,16.902,27.734,29.125,6,0,0,15.126,0,3,7,3,7,5,4,,6.395,27.347,30.396,10,7,2,4,7,1,4,The source and the information itself showing things that might be taken as criticism of the source lead me to think it might be true.,1.55,1.55,50.185,1,5,"The final question about the expanded graph asked about December 2022, not 2021. Don't know if you meant to introduce that bit of uncertainty there.",0.145,8.177,41.754,6,2,7,3,4,1,5,6,0,0,12.443,0,5,5,1,7,8,4,9,6,,4.653,21.461,24.253,9,4,3,1,2,5,4,4.695,22.872,23.685,6,2,,5.215,5.215,6.7,1,3,1987,Oklahoma,7,3,1,,9,,"White, Native American",3,3,1,3.052,91.236,94.726,20,6168e3efc08671bd92f7fd37,"{""startTime"":1678932339371,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932391684,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932176387,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":9804,""label"":""tour_next"",""step"":2},{""time"":14788,""label"":""tour_end"",""step"":2},{""time"":23772,""label"":""hovered"",""timeHovered"":1049,""week"":""2021-11-22""}]}","{""startTime"":1678932323655,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":8342,""label"":""hovered"",""timeHovered"":1235,""week"":""2022-01-17""},{""time"":10389,""label"":""hovered"",""timeHovered"":1243,""week"":""2022-01-10""}]}",0,moderate,line +2023-03-15 21:59:12,2023-03-15 22:12:48,0,64.17.95.132,100,816,1,2023-03-15 22:12:49,R_YcClsrMopoNmN4B,,,,,37.1038,-113.5764,anonymous,EN,1,3.238,3.238,3.969,1,2,,2,1.163,1.163,2.448,1,0,0,15.008,0,85,72,63,6.249,12.601,14.222,4,16.937,98.02,104.958,14,1,-3,39.02,51.426,52.471,2,1,-3,122.446,133.147,134.434,2,1,11.171,36.81,37.6,6,9.807,9.807,15.008,1,3,4,3,5,5,3,,14.573,34.373,36.372,6,4,5,5,7,7,3,I don't know where you pulled these stats from.,2.145,2.145,12.109,1,2,,22.418,25.701,26.181,4,2,7,3,4,1,5,6,0,0,38.543,0,5,4,5,6,3,4,7,8,,3.655,17.53,18.565,9,2,2,4,3,3,2,3.545,94.189,94.543,7,3,3,1.725,6.73,7.148,4,1,1990,Utah,2,1,1,,7,,,13,4,1,7.209,145.46,148.45,107,5f741b74992460061db87287,"{""startTime"":1678932202117,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932158053,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931998806,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":10459,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1816,""week"":""51"",""id"":""chart""},{""time"":12291,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3664,""week"":""52"",""id"":""chart""},{""time"":16933,""label"":""tour_next"",""step"":5},{""time"":26115,""label"":""cleared_brush"",""using"":""Click""},{""time"":30837,""label"":""cleared_brush"",""using"":""Click""},{""time"":39707,""label"":""cleared_brush"",""using"":""Click""},{""time"":41248,""label"":""cleared_brush"",""using"":""Click""},{""time"":42238,""label"":""cleared_brush"",""using"":""Click""},{""time"":42830,""label"":""cleared_brush"",""using"":""Click""},{""time"":44767,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-08-15""},{""time"":45565,""label"":""moved_brush"",""startDate"":""2021-09-28"",""endDate"":""2022-02-07""},{""time"":47721,""label"":""cleared_brush"",""using"":""Click""},{""time"":49536,""label"":""cleared_brush"",""using"":""Click""},{""time"":50967,""label"":""started_brush"",""startDate"":""2021-05-08"",""endDate"":""2021-09-23""},{""time"":51681,""label"":""tour_next"",""step"":5},{""time"":55640,""label"":""moved_brush"",""startDate"":""2021-05-08"",""endDate"":""2021-09-23""},{""time"":57374,""label"":""moved_brush"",""startDate"":""2021-05-08"",""endDate"":""2021-09-23""},{""time"":64658,""label"":""moved_brush"",""startDate"":""2021-05-08"",""endDate"":""2021-09-23""},{""time"":68016,""label"":""moved_brush"",""startDate"":""2021-06-09"",""endDate"":""2021-10-24""},{""time"":69520,""label"":""cleared_brush"",""using"":""Click""},{""time"":71383,""label"":""cleared_brush"",""using"":""Click""},{""time"":74383,""label"":""cleared_brush"",""using"":""Click""},{""time"":81595,""label"":""tour_next"",""step"":5},{""time"":86091,""label"":""cleared_brush"",""using"":""Click""},{""time"":86091,""label"":""cleared_brush"",""using"":""Escape""},{""time"":86709,""label"":""cleared_brush"",""using"":""Click""},{""time"":86710,""label"":""cleared_brush"",""using"":""Escape""},{""time"":90073,""label"":""tour_next"",""step"":5},{""time"":98015,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678932142663,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar +2023-03-15 21:59:48,2023-03-15 22:12:55,0,184.170.174.39,100,787,1,2023-03-15 22:12:56,R_3f9lkpqQHBCFBYJ,,,,,39.6195,-86.1552,anonymous,EN,1,56.911,56.911,61.213,1,1,2,2,2.818,3.652,9.4,2,0,0,15.018,0,100,100,35,10.344,24.585,25.901,4,22.187,54.012,59.115,3,1,1,15.074,40.152,42.148,2,-3,1,42.406,53.101,55.394,2,-1,19.79,19.79,36.117,1,0,0,15.011,0,6,5,6,6,6,6,It looks like any other chart/graph I've seen in the news showing Covid death numbers.,7.859,58.544,62.455,13,6,6,5,5,5,6,"I trust that the reported numbers represent the minimum of total deaths, and could actually be much higher. I know that Covid is dangerous and kills unvaccinated individuals at much higher rates than vaccinated ones.",1.492,1.492,70.453,1,2,It's sad that more people don't take Covid seriously.,3.767,54.615,56.426,5,2,7,3,4,1,5,6,0,0,19.917,0,6,9,5,7,8,2,11,10,Interesting study!,6.008,52.169,54.753,16,4,4,1,2,4,3,8.327,23.51,24.898,7,1,2,4.1,10.57,14.054,2,2,1982,Indiana,5,2,1,,7,,,5,4,1,2.047,120.897,121.538,19,6362ed6cd9d25c2306e67e41,"{""startTime"":1678932338017,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":2603,""label"":""hovered"",""timeHovered"":1182,""week"":""2022-01-17""}]}","{""startTime"":1678932244995,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932114058,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":7793,""label"":""hovered"",""timeHovered"":1181,""week"":""2021-12-20""},{""time"":9108,""label"":""hovered"",""timeHovered"":2917,""week"":""2021-12-27""},{""time"":22177,""label"":""tour_next"",""step"":2},{""time"":28086,""label"":""tour_end"",""step"":2},{""time"":31731,""label"":""hovered"",""timeHovered"":1151,""week"":""2021-04-19""},{""time"":39391,""label"":""hovered"",""timeHovered"":2158,""week"":""2021-12-27""},{""time"":41654,""label"":""hovered"",""timeHovered"":4121,""week"":""2022-01-03""},{""time"":46861,""label"":""hovered"",""timeHovered"":1358,""week"":""2022-01-10""},{""time"":49014,""label"":""hovered"",""timeHovered"":3135,""week"":""2022-01-17""}]}","{""startTime"":1678932229393,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":8461,""label"":""hovered"",""timeHovered"":2384,""week"":""2021-08-30""}]}",1,moderate,line +2023-03-15 21:58:58,2023-03-15 22:13:10,0,173.189.217.172,100,851,1,2023-03-15 22:13:10,R_111kkbcXXG0q4cA,,,,,35.0535,-82.0582,anonymous,EN,1,16.374,16.374,17.404,1,2,,2,3.694,3.694,4.71,1,0,0,15.033,0,50,64,44,35.369,42.377,43.504,3,23.871,37.664,39.662,3,1,1,21.5,46.996,115.511,2,1,1,43.153,128.648,130.273,3,-3,45.811,46.618,61.599,2,0,0,15.011,0,2,2,2,4,5,7,,15.887,37.59,41.285,7,2,5,3,7,2,2,I don't feel like it's acurate,4.071,19.87,22.469,3,4,,6.681,6.681,8.648,1,2,7,3,4,1,5,6,0,0,24.296,0,4,4,7,6,4,6,6,6,,4.939,15.792,18.383,8,4,4,2,2,4,4,4.852,29.1,30.386,6,5,1,3.021,13.909,16.851,2,2,1957,Wisconsin,2,2,1,,7,,,5,3,1,3.51,128.434,137.967,13,58e558cc728bea0001bbda24,"{""startTime"":1678932309202,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":652,""label"":""hovered"",""timeHovered"":4883,""week"":""2022-01-03""},{""label"":""window_blurred"",""time"":9042},{""label"":""window_focused"",""time"":15799}]}","{""startTime"":1678932227334,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":1495,""label"":""hovered"",""timeHovered"":2496,""week"":""2022-01-03""},{""time"":4015,""label"":""hovered"",""timeHovered"":6136,""week"":""2022-01-03""},{""time"":12431,""label"":""hovered"",""timeHovered"":5917,""week"":""2022-01-31""},{""label"":""window_blurred"",""time"":19579},{""label"":""window_focused"",""time"":31741}]}","{""startTime"":1678932054825,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":29,""label"":""tour_started""},{""time"":15310,""label"":""hovered"",""timeHovered"":6605,""week"":""2022-01-03""},{""time"":23840,""label"":""tour_next"",""step"":2},{""time"":33903,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932211501,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":9568,""label"":""hovered"",""timeHovered"":1846,""week"":""2022-01-03""},{""time"":11416,""label"":""hovered"",""timeHovered"":3789,""week"":""2022-01-03""}]}",1,simple,line +2023-03-15 21:54:45,2023-03-15 22:13:36,0,98.215.142.204,100,1130,1,2023-03-15 22:13:37,R_3D25BlAhUYsZVVk,,,,,40.9509,-90.3658,anonymous,EN,1,358.631,359.229,360.032,2,,,,,,,,0,0,15.109,0,50,31,32,13.924,20.141,20.984,3,13.616,21.316,38.742,3,1,-1,55.68,94.099,95.078,3,-1,1,31.972,43.323,44.37,4,-1,39.199,39.199,40.503,1,0,0,15.111,0,3,3,3,4,3,4,,17.299,34.433,36.098,6,4,4,4,3,3,4,"I feel like with visualizations you choose one part of a really big set of information to prove a point on, so it's hard to say I trust it in full because I don't necessarily know the greater context it's being used in.",2.677,2.677,43.989,1,6,,10.749,14.601,20.246,2,2,7,3,4,1,5,6,0,0,16.878,0,4,4,1,7,8,4,9,9,,20.937,34.672,36.184,9,3,3,3,3,3,2,33.384,74.237,75.128,10,1,,23.581,23.581,24.959,1,2,2000,Illinois,6,3,1,,7,,,17,4,1,1.704,43.69,46.355,14,628796d280ab208970e125df,"{""startTime"":1678932458898,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932395118,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932242887,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":7458,""label"":""hovered"",""timeHovered"":1303,""week"":""2022-01-10""},{""time"":13607,""label"":""tour_next"",""step"":2},{""time"":20007,""label"":""tour_end"",""step"":2},{""time"":23013,""label"":""hovered"",""timeHovered"":3109,""week"":""2021-08-09""},{""time"":27181,""label"":""hovered"",""timeHovered"":1021,""week"":""2021-09-06""},{""time"":29421,""label"":""hovered"",""timeHovered"":1639,""week"":""2021-09-20""},{""time"":34654,""label"":""hovered"",""timeHovered"":1206,""week"":""2022-01-03""}]}","{""startTime"":1678932379561,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7637,""label"":""hovered"",""timeHovered"":4741,""week"":""2022-01-31""},{""time"":12384,""label"":""hovered"",""timeHovered"":1325,""week"":""2022-01-31""}]}",0,simple,line +2023-03-15 21:26:14,2023-03-15 22:14:01,0,99.64.130.221,100,2867,1,2023-03-15 22:14:02,R_1C737FxldDIboMB,,,,,33.4849,-86.8596,anonymous,EN,1,1121.801,1122.969,1123.27,2,2,,1,3.259,3.259,4.952,1,0,0,15.009,0,56,33,50,13.04,18.517,20.132,3,8.548,103.864,107.854,17,-2,-2,44.98,115.653,116.648,3,-3,1,34.387,45.174,57.251,2,-2,56.9,59.011,59.658,3,0,0,15.02,0,3,3,3,5,5,3,,20.86,46.151,49.439,10,7,4,3,1,7,3,of course it could be made up but it could also be real!,6.897,6.897,25.747,1,4,,6.9,10.083,13.256,4,2,7,3,4,1,5,6,0,0,25.852,0,2,3,6,6,3,7,6,4,,9.692,30.699,31.796,10,2,3,1,2,4,2,14.102,54.461,55.996,7,4,5,9.527,17.412,18.806,2,2,1994,Alabama,2,2,1,,8,birmingham,,9,1,1,4.258,369.254,373.129,36,6139aed4f23d087290d96200,"{""startTime"":1678931661728,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931711756,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931477105,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":8542,""label"":""tour_next"",""step"":5},{""time"":19273,""label"":""tour_back"",""step"":5},{""time"":21960,""label"":""tour_next"",""step"":5},{""time"":27018,""label"":""cleared_brush"",""using"":""click""},{""time"":30950,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-08-25""},{""time"":36044,""label"":""moved_brush"",""startDate"":""2021-09-30"",""endDate"":""2022-02-13""},{""time"":41665,""label"":""moved_brush"",""startDate"":""2021-04-23"",""endDate"":""2021-09-06""},{""time"":51141,""label"":""moved_brush"",""startDate"":""2021-09-30"",""endDate"":""2022-02-13""},{""time"":52258,""label"":""tour_next"",""step"":5},{""time"":59881,""label"":""moved_brush"",""startDate"":""2021-09-30"",""endDate"":""2022-02-13""},{""time"":64956,""label"":""tour_next"",""step"":5},{""time"":70309,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-08-25""},{""time"":79464,""label"":""moved_brush"",""startDate"":""2021-09-30"",""endDate"":""2022-02-13""},{""time"":88711,""label"":""cleared_brush"",""using"":""click""},{""time"":92011,""label"":""started_brush"",""startDate"":""2021-06-16"",""endDate"":""2022-02-13""},{""time"":92815,""label"":""tour_next"",""step"":5},{""time"":103858,""label"":""tour_end"",""step"":5},{""time"":106796,""label"":""moved_brush"",""startDate"":""2021-06-16"",""endDate"":""2022-02-13""}]}","{""startTime"":1678931646186,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line +2023-03-15 22:05:55,2023-03-15 22:14:02,0,66.18.44.199,100,487,1,2023-03-15 22:14:03,R_BWbQzybBBAl6USJ,,,,,35.1494,-85.3384,anonymous,EN,1,5.305,5.305,6.24,1,1,2,1,1.308,2.597,3.609,2,14.429,14.429,15.014,1,100,84,50,13.222,33.806,34.899,3,20.6,29.568,32.141,2,1,1,31.616,61.616,63.037,2,-3,-3,25.122,37.404,38.425,2,1,58.305,58.305,59.354,1,0,0,15.011,0,2,4,3,6,6,2,,14.788,45.243,46.448,8,5,6,6,1,6,5,"The data is easy to understand, the bar graph represents the data well",1.292,1.292,21.401,1,1,,3.123,3.123,4.617,1,2,7,3,4,1,5,6,0,0,10.931,0,1,1,8,6,1,1,9,9,,4.391,16.246,17.967,8,5,5,1,1,5,5,4.469,12.157,14.505,6,6,1,2.352,8.961,10.838,2,2,1968,Tennessee,7,3,1,,7,,,17,4,1,1.77,45.154,49.879,19,5eb83f00de449a08d23547dd,"{""startTime"":1678932542948,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":18,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3537,""week"":""6"",""id"":""chart""},{""time"":10272,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1033,""week"":""52"",""id"":""chart2""},{""time"":33422,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1193,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678932589881,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":5146,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2793,""week"":""52"",""id"":""chart2""}]}","{""startTime"":1678932431105,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":5131,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1334,""week"":""1"",""id"":""chart""},{""time"":8648,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3316,""week"":""1"",""id"":""chart""},{""time"":11966,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4965,""week"":""52"",""id"":""chart""},{""time"":17065,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1600,""week"":""5"",""id"":""chart""},{""time"":20595,""label"":""tour_next"",""step"":2},{""time"":23283,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1865,""week"":""3"",""id"":""chart2""},{""time"":25498,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1216,""week"":""52"",""id"":""chart2""},{""time"":29562,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932527366,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":7069,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1105,""week"":""1"",""id"":""chart""}]}",1,simple,bar +2023-03-15 22:05:09,2023-03-15 22:14:07,0,47.147.169.114,100,537,1,2023-03-15 22:14:07,R_3HgY11Psv5I7yHl,,,,,34.0264,-117.936,anonymous,EN,1,13.966,13.966,14.91,1,,,,,,,,0,0,15.008,0,93,92,88,5.772,9.1,10.093,5,18.709,99.534,110.152,53,1,1,25.227,36.366,37.301,2,1,1,36.423,44.963,45.707,2,1,16.698,55.679,56.493,4,3.693,3.693,15.137,1,6,6,6,6,6,6,I like that I can zoom into a specific timeline and see the stats from that window,3.481,13.161,28.64,11,5,5,6,5,5,5,I think the visualization is presented well and I can easily understand it,1.004,1.004,15.251,1,5,,3.084,3.398,4.895,2,2,7,3,4,1,5,6,0,0,13.764,0,6,5,3,9,7,7,10,8,,3.641,17.858,22.686,9,3,4,1,2,4,3,2.881,13.054,13.672,7,4,,10.437,10.437,12.108,1,2,1986,California,3,1,1,,9,,La Puente,4,3,1,42.925,79.853,80.639,15,59c3289b8e6ea10001f7b926,"{""startTime"":1678932542090,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932572968,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932358315,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":20,""label"":""tour_started""},{""time"":2188,""label"":""hovered"",""timeHovered"":1466,""week"":""2021-11-29""},{""time"":23273,""label"":""tour_next"",""step"":5},{""time"":36340,""label"":""tour_back"",""step"":5},{""time"":37067,""label"":""hovered"",""timeHovered"":2206,""week"":""2021-12-13""},{""time"":42974,""label"":""tour_next"",""step"":5},{""time"":46510,""label"":""tour_back"",""step"":5},{""time"":68002,""label"":""tour_next"",""step"":5},{""time"":70024,""label"":""cleared_brush"",""using"":""click""},{""time"":70643,""label"":""cleared_brush"",""using"":""click""},{""time"":71325,""label"":""started_brush"",""startDate"":""2021-08-08"",""endDate"":""2021-11-13""},{""time"":73215,""label"":""tour_next"",""step"":5},{""time"":75689,""label"":""moved_brush"",""startDate"":""2021-07-02"",""endDate"":""2021-10-08""},{""time"":78122,""label"":""moved_brush"",""startDate"":""2021-08-03"",""endDate"":""2021-11-08""},{""time"":78696,""label"":""tour_next"",""step"":5},{""time"":81087,""label"":""moved_brush"",""startDate"":""2021-07-20"",""endDate"":""2021-10-25""},{""time"":81634,""label"":""moved_brush"",""startDate"":""2021-07-20"",""endDate"":""2021-10-25""},{""time"":82518,""label"":""moved_brush"",""startDate"":""2021-06-13"",""endDate"":""2021-09-18""},{""time"":83252,""label"":""cleared_brush"",""using"":""click""},{""time"":83255,""label"":""cleared_brush"",""using"":""Escape""},{""time"":84216,""label"":""tour_next"",""step"":5},{""time"":86985,""label"":""tour_end"",""step"":5},{""time"":101097,""label"":""started_brush"",""startDate"":""2021-08-11"",""endDate"":""2021-12-29""},{""time"":108421,""label"":""moved_brush"",""startDate"":""2021-09-25"",""endDate"":""2022-02-13""}]}","{""startTime"":1678932526017,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":6029,""label"":""started_brush"",""startDate"":""2021-12-01"",""endDate"":""2021-12-27""},{""time"":6633,""label"":""hovered"",""timeHovered"":1088,""week"":""2021-12-20""},{""time"":9343,""label"":""hovered"",""timeHovered"":3007,""week"":""2021-12-20""}]}",0,complex,line +2023-03-15 22:06:04,2023-03-15 22:14:10,0,72.31.25.146,100,486,1,2023-03-15 22:14:11,R_3rM1UpuMbUK6Ghu,,,,,42.3975,-83.3733,anonymous,EN,1,2.848,2.848,3.845,1,,,,,,,,0,0,15.123,0,58,87,69,10.28,29.879,31.171,6,22.443,24.213,25.72,2,1,1,24.377,97.769,99.233,5,-3,1,32.434,47.832,48.3,3,1,48.774,48.774,50.135,1,0,0,15.06,0,4,4,4,4,5,4,,7.273,13.419,15.382,6,4,5,5,4,4,4,it looks logical but i dont know where the data comes from,9.984,9.984,35.834,1,5,,1.873,2.842,4.166,3,2,7,3,4,1,5,6,0,0,16.015,0,4,5,8,7,5,6,9,9,,2.635,11.652,13.46,9,4,4,3,4,4,3,1.745,8.307,9.602,10,5,,2.592,3.592,4.951,2,2,1998,Michigan,7,3,1,,7,,,9,4,1,1.133,49.178,50.633,14,60fe134bea0a58a6b9d96ee3,"{""startTime"":1678932564387,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932510281,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932419645,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":4,""label"":""tour_started""},{""time"":22440,""label"":""tour_next"",""step"":2},{""time"":24209,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932494532,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,line +2023-03-15 22:02:08,2023-03-15 22:14:17,0,97.81.107.92,100,728,1,2023-03-15 22:14:18,R_2YfHrVRcjFweuny,,,,,34.5804,-84.9433,anonymous,EN,1,7.711,7.711,9.11,1,,,,,,,,0,0,16.126,0,70,39,25,24.151,32.455,33.767,3,21.344,42.641,44.045,3,-3,1,37.517,53.567,54.97,2,-3,-3,112.56,127.252,128.352,2,-1,38.101,38.101,39.257,1,0,0,16.275,0,3,5,3,5,5,3,,8.771,20.922,23.333,6,3,5,4,5,5,4,You never really know for sure how much something is according to graphs.,4.417,4.417,45.041,1,3,,5.307,5.307,7.399,1,2,7,3,4,1,5,6,0,0,20.859,0,5,4,8,2,3,3,6,10,,6.697,19.399,20.937,8,1,1,5,5,1,1,10.178,22.418,23.587,6,5,,4.209,4.209,5.517,1,2,1965,Georgia,2,2,1,,7,,,13,2,1,2.705,172.953,179.36,29,5d649652adc4e8001a2d258d,"{""startTime"":1678932390597,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932315929,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932197338,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":20,""label"":""tour_started""},{""time"":8852,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7250,""week"":""4"",""id"":""chart""},{""time"":17851,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1610,""week"":""6"",""id"":""chart""},{""time"":21331,""label"":""tour_next"",""step"":2},{""time"":34851,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2094,""week"":""52"",""id"":""chart2""},{""time"":42629,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932298150,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,bar +2023-03-15 21:58:40,2023-03-15 22:15:00,0,70.180.127.213,100,979,1,2023-03-15 22:15:01,R_3G0MrkmAaPvWC5t,,,,,29.9046,-90.0501,anonymous,EN,1,17.209,17.209,18.875,1,1,4,2,2.131,5.584,7.287,2,0,0,15.027,0,97,95,44,38.313,70.572,72.196,4,17.897,117.126,120.502,6,1,-3,22.612,77.057,79.388,2,-2,1,50.564,96.685,97.949,2,-1,26.455,26.455,28.702,1,0,0,15.12,0,5,4,5,4,5,5,"No additional thoughts, but it does stress the importance and timeliness of being vaccinated more than once. ",19.802,37.149,69.138,8,5,5,5,3,4,5,"The data seems accurate, especially seeing a comparison. Also, it makes a strong case about the importance of being vaccinated, but also encourages me to continually get vaccinated as there as surges here and there in time. ",3.826,3.826,57.159,1,6,,9.159,9.159,11.914,1,2,7,3,4,1,5,6,0,0,26.444,0,4,6,5,7,9,5,10,9,,6.601,26.043,28.906,8,4,3,2,2,3,4,15.915,38.516,40.807,6,2,1,6.169,13.324,18.252,2,2,1963,Louisiana,6,1,1,,3,,,9,3,1,14.261,142.706,147.652,19,62a9513ae9305607fd5af01a,"{""startTime"":1678932438408,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932290059,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":183,""label"":""hovered"",""timeHovered"":1091,""week"":""2021-07-26""},{""time"":15261,""label"":""hovered"",""timeHovered"":2591,""week"":""2021-08-09""},{""time"":21341,""label"":""hovered"",""timeHovered"":1179,""week"":""2021-08-23""}]}","{""startTime"":1678932052083,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":1579,""label"":""hovered"",""timeHovered"":4459,""week"":""2021-09-20""},{""time"":20187,""label"":""hovered"",""timeHovered"":8698,""week"":""2022-01-17""},{""time"":32286,""label"":""hovered"",""timeHovered"":3735,""week"":""2022-01-10""},{""time"":36854,""label"":""hovered"",""timeHovered"":5097,""week"":""2022-02-07""},{""time"":42369,""label"":""hovered"",""timeHovered"":1715,""week"":""2022-02-07""},{""time"":46784,""label"":""hovered"",""timeHovered"":6784,""week"":""2021-08-23""},{""time"":53868,""label"":""hovered"",""timeHovered"":1783,""week"":""2021-09-13""},{""time"":57484,""label"":""hovered"",""timeHovered"":1168,""week"":""2022-02-07""},{""time"":59991,""label"":""hovered"",""timeHovered"":5910,""week"":""2022-01-31""},{""time"":67618,""label"":""hovered"",""timeHovered"":3499,""week"":""2022-01-10""},{""time"":71734,""label"":""hovered"",""timeHovered"":1726,""week"":""2022-01-17""},{""time"":76789,""label"":""tour_next"",""step"":2},{""time"":84892,""label"":""tour_end"",""step"":2},{""time"":86617,""label"":""hovered"",""timeHovered"":1597,""week"":""2022-01-24""},{""time"":90671,""label"":""hovered"",""timeHovered"":3979,""week"":""2021-06-14""},{""time"":101867,""label"":""hovered"",""timeHovered"":2527,""week"":""2022-01-03""},{""time"":105354,""label"":""hovered"",""timeHovered"":1536,""week"":""2022-01-03""},{""time"":106939,""label"":""hovered"",""timeHovered"":1277,""week"":""2022-01-03""},{""time"":110808,""label"":""hovered"",""timeHovered"":6326,""week"":""2021-12-20""}]}","{""startTime"":1678932274387,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":9741,""label"":""hovered"",""timeHovered"":2297,""week"":""2021-08-16""}]}",1,moderate,line +2023-03-15 21:57:13,2023-03-15 22:15:02,0,172.249.18.10,100,1068,1,2023-03-15 22:15:02,R_28IkVKoHGyomj05,,,,,33.9168,-118.3432,anonymous,EN,1,68.437,68.437,69.662,1,,,,,,,,0,0,15.011,0,95,88,68,13.339,199.755,202.583,9,22.57,33.686,34.169,6,1,-2,8.246,44.62,45.833,21,-2,1,4.154,49.703,52.859,7,-1,11.896,11.896,23.972,1,0,0,15.111,0,6,6,4,6,5,4,,8.578,14.47,19.226,10,4,4,5,6,4,4,All of the information on the graph looks like it resembles the legend accurately. ,8.326,32.044,32.688,4,3,,222.55,233.02,235.296,4,2,7,3,4,1,5,6,0,0,12.005,0,7,8,10,8,10,9,10,10,,2.817,10.634,12.554,9,2,4,2,3,4,2,6.189,17.642,19.387,10,4,,4.738,5.514,6.732,2,1,1997,California,6,3,1,,3,,,7,3,1,2.127,228.832,230.066,17,5e9b5d5193295f05c902b8d2,"{""startTime"":1678932277890,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932228814,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":1730,""label"":""hovered"",""timeHovered"":1166,""week"":""2022-01-31""}]}","{""startTime"":1678932131773,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":22553,""label"":""tour_next"",""step"":2},{""time"":27541,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932212903,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":11273,""label"":""hovered"",""timeHovered"":1499,""week"":""2021-12-27""}]}",0,simple,line +2023-03-15 21:58:04,2023-03-15 22:15:07,0,172.91.67.178,100,1022,1,2023-03-15 22:15:08,R_1py74DHwkUeom5y,,,,,34.0544,-118.2441,anonymous,EN,1,27.206,27.206,28.861,1,1,4,2,10.646,12.658,13.928,2,0,0,15.2,0,94,94,28,33.837,63.045,65.281,3,117.459,217.806,240.327,8,1,1,46.805,75.159,89.644,2,1,1,61.004,77.32,80.836,2,1,50.028,50.028,52.452,1,0,0,15.125,0,5,3,5,5,5,5,Surprising that the oldest demographic didn't rate the highest incidents of Covid 19.,12.044,31.95,71.586,8,3,5,5,3,5,5,I have no reason do doubt that this is accurate information.,2.49,2.49,21.488,1,5,no,5.47,13.909,16.034,3,2,7,3,4,1,5,6,0,0,24.683,0,4,6,6,4,8,3,10,10,no,7.885,36.758,39.424,9,4,4,2,2,4,4,11.354,28.361,30.184,6,3,1,5.385,15.63,18.291,2,1,1957,California,6,3,1,,7,,,3,4,1,3.198,75.789,95.025,12,5ea72b8aedd4c90da065607c,"{""startTime"":1678932374584,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932447754,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932062380,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":69,""label"":""tour_started""},{""time"":10103,""label"":""hovered"",""timeHovered"":16305,""week"":""2021-06-21""},{""time"":27554,""label"":""hovered"",""timeHovered"":23231,""week"":""2021-08-16""},{""time"":52594,""label"":""hovered"",""timeHovered"":7272,""week"":""2021-10-18""},{""time"":66726,""label"":""hovered"",""timeHovered"":5527,""week"":""2022-01-10""},{""time"":75144,""label"":""hovered"",""timeHovered"":1659,""week"":""2022-01-31""},{""time"":76804,""label"":""hovered"",""timeHovered"":3585,""week"":""2022-01-31""},{""time"":80641,""label"":""hovered"",""timeHovered"":7519,""week"":""2022-01-31""},{""time"":88161,""label"":""hovered"",""timeHovered"":1577,""week"":""2022-01-31""},{""time"":90868,""label"":""hovered"",""timeHovered"":1228,""week"":""2022-01-31""},{""time"":92545,""label"":""hovered"",""timeHovered"":17632,""week"":""2022-01-24""},{""time"":117413,""label"":""tour_next"",""step"":5},{""time"":134107,""label"":""cleared_brush"",""using"":""click""},{""time"":141188,""label"":""tour_back"",""step"":5},{""time"":160002,""label"":""tour_next"",""step"":5},{""time"":178761,""label"":""started_brush"",""startDate"":""2021-06-04"",""endDate"":""2022-01-09""},{""time"":180331,""label"":""tour_next"",""step"":5},{""time"":190245,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-16""},{""time"":193083,""label"":""moved_brush"",""startDate"":""2021-06-02"",""endDate"":""2022-01-07""},{""time"":193961,""label"":""tour_next"",""step"":5},{""time"":203813,""label"":""cleared_brush"",""using"":""click""},{""time"":203820,""label"":""cleared_brush"",""using"":""Escape""},{""time"":209788,""label"":""started_brush"",""startDate"":""2021-05-31"",""endDate"":""2021-09-13""},{""time"":210830,""label"":""tour_next"",""step"":5},{""time"":217758,""label"":""tour_end"",""step"":5},{""time"":223292,""label"":""hovered"",""timeHovered"":1160,""week"":""2021-08-09""},{""time"":229869,""label"":""hovered"",""timeHovered"":2063,""week"":""2021-07-19""}]}","{""startTime"":1678932357856,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line +2023-03-15 22:04:12,2023-03-15 22:15:11,0,152.20.176.134,100,659,1,2023-03-15 22:15:13,R_22zckpgMVfJ5Bde,,,,,34.2243,-77.8849,anonymous,EN,1,3.584,3.584,10.897,1,,,,,,,,0,0,15.109,0,93,97,89,9.492,15.942,16.8,3,7.444,37.146,42.824,5,1,1,19.628,60.325,65.276,3,-1,1,20.959,54.267,57.86,3,1,18.155,18.155,19.175,1,0,0,15.114,0,3,5,3,5,6,4,,4.471,22.312,23.797,8,5,5,5,7,7,5,The information is well put together,2.694,14.56,15.159,2,3,,23.807,26.053,28.283,2,2,7,3,4,1,5,6,0,0,21.288,0,2,2,7,4,3,6,6,5,,124.515,143.127,144.459,10,2,2,4,2,2,4,24.464,59.787,60.902,7,6,,1.978,1.978,3.302,1,2,2001,North Carolina,6,2,1,,7,,,1,2,2,1.318,56.575,57.802,16,6109799a92fb44f6c1a86e38,"{""startTime"":1678932438404,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932389788,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932311298,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":7437,""label"":""tour_next"",""step"":5},{""time"":14043,""label"":""cleared_brush"",""using"":""click""},{""time"":15177,""label"":""cleared_brush"",""using"":""click""},{""time"":22102,""label"":""started_brush"",""startDate"":""2021-05-08"",""endDate"":""2021-09-19""},{""time"":23280,""label"":""tour_next"",""step"":5},{""time"":30031,""label"":""moved_brush"",""startDate"":""2021-07-27"",""endDate"":""2021-12-09""},{""time"":30960,""label"":""tour_next"",""step"":5},{""time"":33963,""label"":""cleared_brush"",""using"":""click""},{""time"":33967,""label"":""cleared_brush"",""using"":""Escape""},{""time"":35027,""label"":""tour_next"",""step"":5},{""time"":37137,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678932374154,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":6075,""label"":""hovered"",""timeHovered"":2553,""week"":""2022-01-03""}]}",0,complex,line +2023-03-15 22:01:00,2023-03-15 22:15:31,0,50.24.104.111,100,871,1,2023-03-15 22:15:32,R_3Op6BGI7OZGOoio,,,,,30.6411,-97.7511,anonymous,EN,1,10.174,10.174,11.402,1,,,,,,,,0,0,15.009,0,84,70,64,13.532,29.645,30.601,7,13.309,20.885,36.034,2,1,-2,22.854,48.27,50.185,2,-2,1,24.864,44.951,46.801,2,1,82.647,82.647,83.795,1,0,0,15.117,0,3,3,4,5,2,3,,166.577,184.457,185.746,7,4,5,5,5,3,3,I trust the way it's presented but I am always skeptical about information on the internet until I can find verification.,4.267,4.267,46.135,1,3,,5.901,11.301,13.417,2,2,7,3,4,1,5,6,0,0,22.743,0,5,6,5,6,7,5,9,9,,7.482,32.405,34.338,9,3,3,1,2,3,4,13.451,48.221,48.738,8,2,,7.881,7.881,9.743,1,2,1983,Texas,6,2,1,,7,,,14,4,1,1.943,132.413,136.849,20,5d5464629b7c4e000188782d,"{""startTime"":1678932331854,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":1662},{""label"":""window_focused"",""time"":39599}]}","{""startTime"":1678932240903,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932138014,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":13303,""label"":""tour_next"",""step"":2},{""time"":20878,""label"":""tour_end"",""step"":2},{""time"":27528,""label"":""hovered"",""timeHovered"":6514,""week"":""2022-01-03""}]}","{""startTime"":1678932225101,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":4749,""label"":""hovered"",""timeHovered"":2217,""week"":""2021-12-27""}]}",0,simple,line +2023-03-15 22:04:17,2023-03-15 22:15:33,0,68.91.158.10,100,675,1,2023-03-15 22:15:33,R_1CwoJfTknS05Ul2,,,,,37.9387,-122.3661,anonymous,EN,1,1.973,6.087,6.98,3,,,,,,,,0,0,15.107,0,87,100,95,17.801,37.089,38.569,6,2.72,92.469,93.536,8,1,-2,1.448,91.828,93.188,8,1,-3,9.379,83.743,85.045,4,1,5.541,48.508,50.16,6,0,0,15.015,0,5,3,5,5,6,5,,7.627,24.427,26.063,8,4,5,5,3,4,5,I trust this visualization because it seems credible based on the data and effort put into creating the chart.,2.306,2.306,49.662,1,4,,6.459,8.855,10.757,2,2,7,3,4,1,5,6,6.129,17.352,18.732,3,6,8,6,9,8,7,10,10,,4.296,22.721,25.177,10,4,4,1,2,3,4,7.436,24.375,25.363,8,2,,2.744,3.321,5.702,2,1,1994,California,6,1,1,,9,,Los Altos Hills,6,4,1,2.656,62.563,64.45,26,6245c8c532cdc22633ecbf3f,"{""startTime"":1678932562362,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932485230,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":23,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1263,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678932324753,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":11840,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1482,""week"":""51"",""id"":""chart""},{""time"":13622,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3749,""week"":""52"",""id"":""chart""},{""time"":20840,""label"":""tour_next"",""step"":5},{""time"":39981,""label"":""cleared_brush"",""using"":""Click""},{""time"":50273,""label"":""started_brush"",""startDate"":""2021-08-07"",""endDate"":""2021-11-22""},{""time"":51940,""label"":""tour_next"",""step"":5},{""time"":61650,""label"":""moved_brush"",""startDate"":""2021-10-22"",""endDate"":""2022-02-07""},{""time"":62950,""label"":""tour_next"",""step"":5},{""time"":67317,""label"":""cleared_brush"",""using"":""Click""},{""time"":67317,""label"":""cleared_brush"",""using"":""Escape""},{""time"":69601,""label"":""tour_next"",""step"":5},{""time"":74601,""label"":""tour_end"",""step"":5},{""time"":76866,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2094,""week"":""52"",""id"":""chart""},{""time"":86482,""label"":""started_brush"",""startDate"":""2021-04-17"",""endDate"":""2021-09-28""}]}","{""startTime"":1678932469687,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":5827,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1069,""week"":""52"",""id"":""chart""},{""time"":7605,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2574,""week"":""1"",""id"":""chart""}]}",0,complex,bar +2023-03-15 22:06:06,2023-03-15 22:15:36,0,99.44.242.13,100,569,1,2023-03-15 22:15:37,R_26o8MnxQrmV4FLw,,,,,31.1455,-81.4981,anonymous,EN,1,11.123,11.123,12.328,1,,,,,,,,0,0,15.006,0,71,77,45,14.594,20.634,22.113,3,5.521,9.429,23.604,2,1,1,32.283,48.172,49.412,2,-3,-3,28.137,62.372,63.299,3,1,43.393,43.393,44.526,1,0,0,15.107,0,4,7,3,5,5,4,,10.731,28.329,29.429,7,7,5,3,7,7,4,"It doesn't seem like there is a reason to be fraudulent, but without research I can't say I fully trust it.",2.918,2.918,23.534,1,5,,3.876,11.882,12.907,7,2,7,3,4,1,5,6,0,0,25.055,0,5,6,7,6,6,6,10,10,,4.359,20.56,20.993,9,3,4,2,1,4,3,7.233,24.26,25.289,6,2,,3.359,3.943,5.185,2,2,1972,Georgia,6,2,1,,7,,,7,4,1,2.737,65.352,72.841,21,6266a87a7adacd7a91cabc93,"{""startTime"":1678932624054,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932566835,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":6776,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1383,""week"":""14"",""id"":""chart""}]}","{""startTime"":1678932477132,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":5515,""label"":""tour_next"",""step"":2},{""time"":9423,""label"":""tour_end"",""step"":2},{""time"":10907,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1840,""week"":""49"",""id"":""chart2""},{""time"":12868,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1465,""week"":""47"",""id"":""chart2""},{""time"":15033,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1679,""week"":""52"",""id"":""chart2""},{""time"":17666,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1489,""week"":""52"",""id"":""chart""},{""time"":19182,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1022,""week"":""51"",""id"":""chart""},{""time"":20393,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1718,""week"":""5"",""id"":""chart""}]}","{""startTime"":1678932551244,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":6580,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1098,""week"":""50"",""id"":""chart""}]}",0,simple,bar +2023-03-15 22:01:41,2023-03-15 22:15:59,0,67.48.150.224,100,858,1,2023-03-15 22:15:59,R_2967QleNcDJjoPS,,,,,26.2516,-98.2271,anonymous,EN,1,14.479,14.479,16.744,1,1,3,2,3.567,5.509,7.536,2,0,0,15.108,0,100,100,100,5.327,19.425,23.849,4,12.813,43.633,45.138,3,1,1,37.671,71.365,85.148,4,-3,-3,74.586,95.36,100.971,2,1,70.017,70.017,71.971,1,0,0,15.015,0,3,3,3,6,5,3,A pretty standard data set. An option to zoom in on the graphs would be nice.,7.945,35.079,73.302,8,3,6,4,1,4,6,Does seem in line with previous COVID case graphs I have seen.,2.026,2.026,35.487,1,3,The graphs are a bit hard to see clearly.,7.266,8.652,30.502,2,2,7,3,4,1,5,6,0,0,14.939,0,1,1,1,1,1,1,11,1,Most of these are very corrupt and disorderly currently in the US. No trust can be had to these systems that are broken and flawed.,2.655,153.24,157.597,18,5,5,1,1,5,5,4.221,19.891,21.556,6,1,1,1.899,9.455,12.358,2,1,1994,Texas,3,2,1,,4,,,19,4,1,2.067,76.687,82.424,26,5e455faf462e0802d9d9c3e2,"{""startTime"":1678932325626,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":32067,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1065,""week"":""1"",""id"":""chart2""}]}","{""startTime"":1678932399622,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932178187,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":24,""label"":""tour_started""},{""time"":12805,""label"":""tour_next"",""step"":2},{""time"":21856,""label"":""tour_end"",""step"":2},{""time"":37597,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1199,""week"":""14"",""id"":""chart2""}]}","{""startTime"":1678932309704,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":5780,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1048,""week"":""4"",""id"":""chart""},{""time"":8929,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1049,""week"":""52"",""id"":""chart2""}]}",1,simple,bar +2023-03-15 22:06:02,2023-03-15 22:16:15,0,69.117.142.117,100,613,1,2023-03-15 22:16:16,R_9TwvgOrIunpGBJD,,,,,40.2459,-74.2813,anonymous,EN,1,1.942,31.451,32.144,23,1,3,1,1.431,4.114,4.783,2,7.614,7.614,15.019,1,87,85,51,21.694,33.594,34.459,4,17.936,27.363,28.393,4,1,1,5.511,31.543,32.847,11,-3,1,19.058,44.775,46.524,2,1,14.478,42.63,48.987,3,0,0,15.02,0,3,3,7,5,5,5,"I think clarifying whether this is ""total active cases"" or ""new cases"" would be helpful",2.846,53.989,63.236,20,5,5,5,3,7,5,"the source is cited as being directly from the CDC, the organization who has a lot of data on this kind of stuff",1.421,1.421,34.418,1,3,,4.004,11.197,12.642,3,4,7,2,3,1,5,6,2.519,16.022,29.623,15,1,1,3,4,1,3,8,8,,2.296,31.051,35.307,24,4,3,1,2,4,3,1.672,45.926,47.701,19,3,3,1.474,16.666,18.475,21,1,2000,New Jersey,4,1,1,,7,,,18,4,1,2.281,68.242,74.332,34,5ebacd8413ec0a05171d7910,"{""startTime"":1678932533839,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932597547,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932456349,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":4,""label"":""tour_started""},{""time"":14309,""label"":""hovered"",""timeHovered"":2094,""week"":""2022-01-03""},{""time"":17928,""label"":""tour_next"",""step"":2},{""time"":27355,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932518351,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":3387,""label"":""hovered"",""timeHovered"":1004,""week"":""2021-12-27""},{""time"":10062,""label"":""hovered"",""timeHovered"":2243,""week"":""2021-08-16""},{""time"":12330,""label"":""hovered"",""timeHovered"":1012,""week"":""2021-08-16""}]}",1,simple,line +2023-03-15 22:08:16,2023-03-15 22:16:17,0,73.228.132.254,100,480,1,2023-03-15 22:16:18,R_1LoOxZ4qRBWi3XB,,,,,45.0139,-93.1545,anonymous,EN,1,0,0,10.289,0,,,,,,,,0,0,15.011,0,92,93,55,4.942,13.222,15.152,4,9.389,56.856,63.846,10,1,1,20.146,44.559,46.06,3,1,1,18.352,27.924,29.486,2,1,34.87,34.87,36.58,1,0,0,16.825,0,6,6,4,6,6,6,,17.513,17.513,18.993,1,6,6,6,2,4,5,"It looks clear and easy to understand, the data is most likely verifiable",0,0,75.03,0,6,,2.173,4.186,5.334,4,2,7,3,4,1,5,6,0,0,8.118,0,3,7,9,7,9,7,9,10,,1.992,9.021,10.266,8,3,4,3,4,4,2,0,0,15.782,0,3,,0,0,4.814,0,2,1982,Minnesota,7,3,1,,9,,roseville,12,1,1,12.86,32.77,35.339,9,614fe09fec9ce4a2a415476d,"{""startTime"":1678932777653,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_focused"",""time"":3417}]}","{""startTime"":1678932670461,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_focused"",""time"":19492}]}","{""startTime"":1678932549716,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":67,""label"":""tour_started""},{""label"":""window_focused"",""time"":3488},{""time"":9372,""label"":""tour_next"",""step"":5},{""label"":""window_blurred"",""time"":21633},{""label"":""window_focused"",""time"":29806},{""time"":38741,""label"":""started_brush"",""startDate"":""2021-07-05"",""endDate"":""2021-10-05""},{""time"":41213,""label"":""tour_next"",""step"":5},{""time"":45391,""label"":""moved_brush"",""startDate"":""2021-06-13"",""endDate"":""2021-09-13""},{""time"":46252,""label"":""tour_next"",""step"":5},{""time"":53129,""label"":""cleared_brush"",""using"":""click""},{""time"":54280,""label"":""tour_next"",""step"":5},{""time"":56839,""label"":""tour_end"",""step"":5},{""label"":""window_blurred"",""time"":58257},{""label"":""window_focused"",""time"":61580}]}","{""startTime"":1678932652004,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_focused"",""time"":1737},{""label"":""window_blurred"",""time"":5066}]}",0,complex,line +2023-03-15 21:52:53,2023-03-15 22:16:35,0,24.144.11.50,100,1421,1,2023-03-15 22:16:36,R_yOzJSoUUC5Ml7d7,,,,,35.0812,-92.4722,anonymous,EN,1,4.019,4.019,4.726,1,1,4,1,2.35,8.686,9.556,2,0,0,15.012,0,100,100,65,42.21,62.163,64.194,5,12.389,17.805,34.874,2,1,1,16.654,32.843,36.245,2,1,1,69.768,79.422,91.252,2,-1,42.46,54.018,96.53,3,0,0,15.111,0,5,5,5,6,6,5,,23.814,36.674,38.611,6,5,5,5,5,5,5,I trust it so far as I trust the the givers of this survey. It would not surprise me in any way if the data is correct. I could also see it being incorrect for the purposes of the survey.,2.691,56.999,97.424,2,4,,6.665,10.3,15.532,4,2,7,3,4,1,5,6,16.8,16.8,17.129,1,1,2,1,1,6,1,10,9,,6.261,32.63,36.393,8,3,3,1,3,4,3,10.249,49.432,50.734,9,2,1,1.58,8.162,14.082,2,1,1983,Arkansas,6,1,1,,7,,,5,4,2,5.149,102.2,113.813,24,57a12661913c7100019767b7,"{""startTime"":1678932377846,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932416800,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932290295,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":4,""label"":""tour_started""},{""time"":9374,""label"":""hovered"",""timeHovered"":2376,""week"":""2021-12-27""},{""time"":12386,""label"":""tour_next"",""step"":2},{""time"":17801,""label"":""tour_end"",""step"":2},{""time"":18687,""label"":""hovered"",""timeHovered"":1060,""week"":""2021-12-20""},{""time"":23331,""label"":""hovered"",""timeHovered"":1782,""week"":""2021-08-16""},{""time"":29551,""label"":""hovered"",""timeHovered"":1502,""week"":""2022-01-03""}]}","{""startTime"":1678932362165,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":6383,""label"":""hovered"",""timeHovered"":1174,""week"":""2021-09-27""}]}",1,simple,line +2023-03-15 21:54:30,2023-03-15 22:16:40,0,172.221.138.251,100,1329,1,2023-03-15 22:16:40,R_21tz0YGR8eIGTd9,,,,,38.783,-90.6351,anonymous,EN,1,7.049,224.875,225.862,5,,,,,,,,0,0,15.012,0,57,29,41,10.455,16.549,17.336,3,407.838,413.467,415.745,2,1,1,5.692,153.667,155.322,10,-3,-3,9.732,27.991,28.402,6,-1,19.152,20.398,21.412,2,2.415,13.954,15.011,3,4,4,3,4,3,4,,9.103,18.253,20.529,9,3,3,2,2,2,2,No sources to back up this information. it is hearsay.,1.91,1.91,14.79,1,4,,3.79,9.243,11.928,4,2,7,3,4,1,5,6,16.498,24.133,24.717,2,4,8,4,7,7,9,7,5,,9.497,16.486,19.126,11,2,3,2,4,3,4,3.165,9.815,10.835,10,4,,5.051,7.119,7.734,3,1,2002,Missouri,6,1,1,,9,,Wright City,7,2,1,4.379,288.491,289.173,68,610323ee2d67fc117e7ef300,"{""startTime"":1678932557056,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":18314},{""label"":""window_focused"",""time"":19829}]}","{""startTime"":1678932527680,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931939315,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":34,""label"":""tour_started""},{""time"":407825,""label"":""tour_next"",""step"":2},{""time"":413452,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932512517,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,bar +2023-03-15 21:55:11,2023-03-15 22:17:33,0,72.193.13.76,100,1342,1,2023-03-15 22:17:34,R_1kRZ1GA9dkDVGnW,,,,,36.1214,-115.141,anonymous,EN,1,15.679,15.679,16.666,1,,,,,,,,8.341,8.341,15.111,1,93,87,64,57.937,77.937,82.299,4,33.2,291.452,296.181,10,1,1,104.13,212.156,217.202,3,1,-3,75.431,117.043,120.495,2,1,50.997,142.179,158.66,8,0,0,15.112,0,3,3,3,4,5,3,,19.705,51.317,59.727,7,3,4,4,1,3,3,I have not been given any reason to trust or distrust the visualization/data so I can't say one way or the other.,15.454,16.021,70.604,2,5,,9.339,10.176,12.649,2,2,7,3,4,1,5,6,0,0,40.702,0,8,7,5,5,9,9,11,11,,4.987,28.819,31.403,10,1,1,5,5,2,1,4.873,34.067,34.997,8,2,,3.979,3.979,6,1,1,1974,Nevada,2,2,1,,7,,,2,4,2,1.147,56.54,57.994,12,5f9e612e5e10814115cc780d,"{""startTime"":1678932310419,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932371312,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":7421,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1063,""week"":""50"",""id"":""chart""}]}","{""startTime"":1678931838399,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":28,""label"":""tour_started""},{""time"":33167,""label"":""tour_next"",""step"":5},{""time"":69584,""label"":""cleared_brush"",""using"":""Click""},{""time"":77861,""label"":""cleared_brush"",""using"":""Click""},{""time"":80997,""label"":""cleared_brush"",""using"":""Click""},{""time"":82666,""label"":""cleared_brush"",""using"":""Click""},{""time"":83831,""label"":""cleared_brush"",""using"":""Click""},{""time"":84454,""label"":""cleared_brush"",""using"":""Click""},{""time"":88239,""label"":""tour_back"",""step"":5},{""time"":89423,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":2551,""week"":""51"",""id"":""chart""},{""time"":93893,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1163,""week"":""1"",""id"":""chart""},{""time"":96301,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1689,""week"":""31"",""id"":""chart""},{""time"":101261,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":3395,""week"":""2"",""id"":""chart""},{""time"":114258,""label"":""tour_next"",""step"":5},{""time"":116665,""label"":""cleared_brush"",""using"":""Click""},{""time"":118124,""label"":""cleared_brush"",""using"":""Click""},{""time"":123607,""label"":""moved_brush"",""startDate"":""2021-08-25"",""endDate"":""2022-02-07""},{""time"":126213,""label"":""cleared_brush"",""using"":""Click""},{""time"":134287,""label"":""cleared_brush"",""using"":""Click""},{""time"":139728,""label"":""cleared_brush"",""using"":""Click""},{""time"":147087,""label"":""cleared_brush"",""using"":""Click""},{""time"":149045,""label"":""cleared_brush"",""using"":""Click""},{""time"":154031,""label"":""moved_brush"",""startDate"":""2021-08-10"",""endDate"":""2022-01-29""},{""time"":157806,""label"":""moved_brush"",""startDate"":""2021-08-10"",""endDate"":""2021-12-13""},{""label"":""window_blurred"",""time"":161322},{""label"":""window_focused"",""time"":246215},{""time"":258867,""label"":""started_brush"",""startDate"":""2021-12-30"",""endDate"":""2022-01-23""},{""time"":261556,""label"":""tour_next"",""step"":5},{""time"":267801,""label"":""moved_brush"",""startDate"":""2021-09-16"",""endDate"":""2022-01-23""},{""time"":269384,""label"":""tour_next"",""step"":5},{""time"":278496,""label"":""cleared_brush"",""using"":""Click""},{""time"":279673,""label"":""tour_next"",""step"":5},{""time"":291419,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678932294507,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,bar +2023-03-15 22:08:12,2023-03-15 22:17:35,0,47.35.177.220,100,563,1,2023-03-15 22:17:36,R_3nkqKWy7GvpDzuc,,,,,43.4219,-88.1847,anonymous,EN,1,2.689,2.689,3.245,1,1,2,2,0.959,2.191,3.027,2,0,0,15.11,0,67,79,32,4.282,7.049,7.702,3,2.289,33.741,35.416,16,-2,-3,18.273,27.807,28.614,3,-3,1,20.547,36.197,37.27,3,1,5.804,33.124,33.798,6,4.37,5.367,15.014,3,5,4,5,4,4,5,,3.026,11.783,13.282,7,3,3,3,7,2,4,"I think that the data feels valid, but it has no context to how the data was populated or received and compiled.",2.285,2.285,21.783,1,5,,1.468,1.468,2.163,1,2,7,3,4,1,5,6,0,0,11.102,0,5,7,8,9,4,7,9,10,,3.367,11.183,12.337,9,4,2,3,4,3,3,1.929,7.189,8.436,6,3,4,1.571,4.863,5.501,3,1,1995,Wisconsin,6,2,1,,7,,,11,3,1,1.341,55.977,58.822,24,628eabb243fb4a73e29d9385,"{""startTime"":1678932615447,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932629446,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932529547,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":17,""label"":""tour_started""},{""time"":2282,""label"":""tour_next"",""step"":5},{""time"":21362,""label"":""cleared_brush"",""using"":""Click""},{""time"":21791,""label"":""cleared_brush"",""using"":""Click""},{""time"":22820,""label"":""started_brush"",""startDate"":""2021-08-21"",""endDate"":""2021-11-19""},{""time"":24002,""label"":""tour_next"",""step"":5},{""time"":27228,""label"":""moved_brush"",""startDate"":""2021-10-05"",""endDate"":""2021-11-19""},{""time"":27836,""label"":""tour_next"",""step"":5},{""time"":30167,""label"":""cleared_brush"",""using"":""Click""},{""time"":31162,""label"":""tour_next"",""step"":5},{""time"":33734,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678932599755,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":5135,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2705,""week"":""51"",""id"":""chart""},{""time"":7866,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1575,""week"":""52"",""id"":""chart""},{""time"":9462,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1059,""week"":""1"",""id"":""chart""},{""time"":12040,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1460,""week"":""2"",""id"":""chart""}]}",1,complex,bar +2023-03-15 22:11:50,2023-03-15 22:17:56,0,172.117.235.159,100,365,1,2023-03-15 22:17:56,R_2rAhc4e6oPoVxx7,,,,,33.4948,-117.0954,anonymous,EN,1,14.746,14.746,15.683,1,1,3,2,1.659,4.639,5.838,2,14.298,14.298,15.008,1,100,100,0,8.841,13.542,14.93,3,32.514,38.083,40.847,2,1,-2,8.864,24.651,25.885,2,-2,1,7.758,26.478,27.878,2,1,7.266,8.115,9.827,2,0,0,15.01,0,6,6,6,6,6,6,,8.444,17.776,20.682,7,6,6,6,6,6,6,I feel the data matches my idea,4.719,5.2,17.205,2,5,,4.011,7.296,9.068,2,2,7,3,4,1,5,6,0,0,20.086,0,2,5,1,8,8,6,10,7,,7.136,16.852,18.606,8,5,5,1,5,5,5,4.028,17.355,17.704,9,5,4,2.66,8.349,9.008,2,1,1960,California,8,3,1,,9,,Temecula,10,2,1,1.685,37.042,39.427,13,62e47e029b91347575df3047,"{""startTime"":1678932892290,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932859964,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932776060,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":19,""label"":""tour_started""},{""time"":1777,""label"":""hovered"",""timeHovered"":13617,""week"":""2022-01-31""},{""time"":17277,""label"":""hovered"",""timeHovered"":3517,""week"":""2021-12-27""},{""time"":28627,""label"":""hovered"",""timeHovered"":2615,""week"":""2022-01-03""},{""time"":32494,""label"":""tour_next"",""step"":2},{""time"":38063,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932844154,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":402,""label"":""hovered"",""timeHovered"":1097,""week"":""2021-07-12""},{""time"":3999,""label"":""hovered"",""timeHovered"":3000,""week"":""2021-08-16""},{""time"":7101,""label"":""hovered"",""timeHovered"":1266,""week"":""2022-01-03""},{""time"":9683,""label"":""hovered"",""timeHovered"":2966,""week"":""2022-01-03""}]}",1,simple,line +2023-03-15 22:06:31,2023-03-15 22:18:08,0,76.202.86.165,100,696,1,2023-03-15 22:18:08,R_3dEoVedQDxdTVx4,,,,,34.2037,-84.1031,anonymous,EN,1,3.897,3.897,4.984,1,,,,,,,,0,0,15.013,0,7,100,68,20.233,30.766,31.768,3,13.166,48.611,55.098,2,1,1,9.648,35.239,36.459,3,-2,1,37.52,49.411,51.615,2,1,63.78,63.78,65.481,1,0,0,15.116,0,3,7,3,6,5,3,interesting study ,6.718,48.394,51.717,10,7,6,5,5,3,3,I don't know where the information came from or what sources brought the numbers together or even if there are any outside conditions that make the information inaccurate that are not included ,3.872,3.872,89.861,1,2,,57.486,59.026,60.954,2,2,7,3,4,1,5,6,0,0,28.776,0,1,4,9,1,1,3,8,8,,6.032,27.41,28.965,10,1,5,1,3,5,4,6.875,35.187,36.203,6,5,,9.567,9.567,10.387,1,2,2004,Georgia,3,3,1,,7,,,7,4,2,2.325,52.805,54.645,11,63ed70c4b62c9946c66b38e9,"{""startTime"":1678932561560,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932613785,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932453885,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":3,""label"":""tour_started""},{""time"":13161,""label"":""tour_next"",""step"":2},{""time"":48606,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932546053,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":12562,""label"":""hovered"",""timeHovered"":1052,""week"":""2021-04-26""}]}",0,simple,line +2023-03-15 21:58:02,2023-03-15 22:18:25,0,99.78.89.151,100,1223,1,2023-03-15 22:18:26,R_3PGjseMIffwiKrK,,,,,29.7646,-95.3657,anonymous,EN,1,2.198,2.198,3.335,1,1,2,2,0.892,2.326,3.555,2,11.769,11.769,15.105,1,86,97,87,5.402,16.167,17.349,8,14.065,51.18,52.135,3,-2,1,27.675,38.813,50.571,2,-3,1,94.256,133.797,147.222,2,1,65.488,65.758,69.268,2,0,0,15.007,0,5,5,5,5,5,5,no comments,48.265,93.797,96.42,16,5,5,5,7,7,5,the data makes sense and I have no reason to disagree with it,5.91,61.013,64.094,3,4,no comments,4.053,4.73,10.807,2,2,7,3,4,1,5,6,12.181,12.181,16.889,1,5,5,6,6,3,4,10,10,no comments,4.189,57.144,63.349,10,2,2,3,4,2,2,30.552,153.799,155.737,8,1,2,1.206,13.641,18.352,3,1,2001,Texas,3,2,1,,9,,HOUSTON,9,4,1,1.964,341.19,342.245,146,6282abf0be2e9e2a65af807e,"{""startTime"":1678932263113,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":9630,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1671,""week"":""3"",""id"":""chart""}]}","{""startTime"":1678932144938,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_focused"",""time"":6197}]}","{""startTime"":1678931929141,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":8283,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4566,""week"":""1"",""id"":""chart""},{""time"":14059,""label"":""tour_next"",""step"":2},{""label"":""window_blurred"",""time"":15793},{""label"":""window_focused"",""time"":18909},{""label"":""window_blurred"",""time"":20587},{""label"":""window_focused"",""time"":23890},{""time"":26508,""label"":""tour_end"",""step"":2},{""time"":34278,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3203,""week"":""52"",""id"":""chart""},{""label"":""window_blurred"",""time"":41017},{""label"":""window_focused"",""time"":51114}]}","{""startTime"":1678932129540,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":2737}]}",1,moderate,bar +2023-03-15 22:08:26,2023-03-15 22:18:42,0,67.85.22.27,100,616,1,2023-03-15 22:18:43,R_3EhCcoRAlAkcmqx,,,,,40.68,-73.4425,anonymous,EN,1,3.826,4.9,5.739,2,1,2,1,1.061,4.3,5.209,3,0,0,15.11,0,64,68,69,4.682,111.279,112.262,10,5.228,50.792,51.774,10,1,1,30.065,49.025,50.493,5,-3,-3,13.944,46.441,47.261,7,1,28.158,36.009,37.321,5,7.18,7.18,15.109,1,3,2,2,5,5,2,,2.661,41.721,42.64,10,5,5,6,5,6,5,It is clear to see that the occurrence of the variable is higher with one population over another,0.969,17.49,28.323,4,2,,2.455,5.053,6.944,3,2,7,3,4,1,5,6,8.138,15.636,16.549,2,2,1,9,10,7,7,8,10,,2.275,25.052,26.011,12,2,2,3,4,4,4,2.446,44.849,45.706,13,7,1,2.457,12.623,13.9,5,1,2000,New York,6,1,1,,9,,Massapequa Park,14,1,1,1.285,42.898,46.725,23,63d3f95e93b636344cf403d9,"{""startTime"":1678936519023,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678936467981,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678936347774,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":23,""label"":""tour_started""},{""time"":8875,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1872,""week"":""50"",""id"":""chart""},{""time"":10881,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1624,""week"":""51"",""id"":""chart""},{""time"":14917,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1623,""week"":""2"",""id"":""chart""},{""time"":18225,""label"":""tour_next"",""step"":2},{""time"":25843,""label"":""tour_end"",""step"":2},{""time"":39045,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1617,""week"":""52"",""id"":""chart""},{""time"":41143,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7415,""week"":""52"",""id"":""chart2""}]}","{""startTime"":1678936451877,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar +2023-03-15 22:09:47,2023-03-15 22:18:53,0,75.142.150.25,100,545,1,2023-03-15 22:18:53,R_27rLdkyCnFTwlTX,,,,,41.7817,-124.1332,anonymous,EN,1,12.703,12.703,13.615,1,,,,,,,,0,0,15.113,0,100,100,50,18.79,24.827,26.177,3,17.095,23.801,27.134,4,1,1,17.412,52.101,54.181,5,1,1,8.707,56.382,58.158,6,-1,32.062,32.437,37.91,2,0,0,15.114,0,5,3,4,5,5,5,,9.502,35.916,38.738,8,5,5,5,7,7,5,"Assuming we trust the data, then the visualization would be an accurate representation of the data in an easy to understand format.",2.429,3.797,33.148,2,6,,5.73,6.463,10.594,2,2,7,3,4,1,5,6,0,0,23.102,0,1,1,1,1,1,3,3,1,,7.656,32.651,38.728,10,5,5,1,1,5,5,8.751,24.324,25.429,6,5,,6.321,6.321,8.202,1,2,1975,California,3,2,1,,7,,,7,4,1,3.181,52.726,54.975,17,59f21fe8cc514a00011a66cf,"{""startTime"":1678932806881,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":35927},{""label"":""window_focused"",""time"":37377}]}","{""startTime"":1678932748931,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932650830,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":3250,""label"":""hovered"",""timeHovered"":2504,""week"":""2021-12-27""},{""time"":17084,""label"":""tour_next"",""step"":2},{""time"":21449,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932733212,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":12549,""label"":""hovered"",""timeHovered"":2804,""week"":""2022-01-03""}]}",0,simple,line +2023-03-15 22:04:03,2023-03-15 22:18:57,0,32.220.173.135,100,894,1,2023-03-15 22:18:58,R_1OWbjGjTJyf2ujb,,,,,41.4129,-72.9077,anonymous,EN,1,8.516,10.02,11.455,2,1,4,1,6.604,13.396,15.074,3,0,0,15.01,0,80,95,63,16.77,49.231,51.145,11,11.992,52.751,53.939,6,1,-2,18.137,74.984,76.57,7,1,1,12.018,145.664,147.635,17,1,23.971,95.05,96.21,7,14.609,14.609,15.056,1,5,3,7,4,5,5,,22.483,41.616,42.981,8,5,5,3,2,7,5,I trust CDC as a source.,2.39,2.39,41.809,1,5,,8.657,12.809,14.054,5,2,7,3,4,1,5,6,3.125,27.787,31.456,3,3,6,6,7,8,4,10,9,,4.052,42.732,44.277,11,3,3,2,2,4,4,6.11,38.541,39.405,8,2,1,3.525,23.516,25.193,7,1,1967,Connecticut,3,1,1,,7,,,4,4,1,2.944,108.11,109.194,23,605d0d00436a36ad0d8d6fa5,"{""startTime"":1678932569845,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932613462,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932351464,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":17,""label"":""tour_started""},{""time"":35778,""label"":""hovered"",""timeHovered"":1648,""week"":""2021-07-26""},{""time"":39445,""label"":""hovered"",""timeHovered"":2903,""week"":""2022-01-10""},{""time"":42549,""label"":""hovered"",""timeHovered"":1017,""week"":""2022-01-10""},{""time"":45558,""label"":""tour_next"",""step"":2},{""time"":49390,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932554219,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line +2023-03-15 22:10:27,2023-03-15 22:19:10,0,107.127.35.137,100,522,1,2023-03-15 22:19:11,R_1iq8IlqDRIifWhk,,,,,38.5774,-90.6709,anonymous,EN,1,8.694,8.694,9.698,1,,,,,,,,0,0,15.021,0,90,82,72,11.25,15.801,17.06,3,22.705,63.215,81.351,8,-2,1,16.148,36.763,37.522,2,-3,-3,19,31.147,32.057,2,1,23.67,39.354,40.285,2,13.21,13.21,15.023,1,5,6,6,6,6,6,"The interactive data is actually kinda fun to use, much better than a standard boring chart.",3.774,11.803,28.941,7,6,6,6,4,6,6,"Clearly a lot of thought has gone into it to make it designed in a matter that is clear and easy to use, so I trust the visualization.",1.675,2.017,38.236,2,5,,8.036,8.036,9.263,1,2,7,3,4,1,5,6,0,0,16.312,0,4,8,8,8,3,6,10,10,"Anything that has money involved/trying to make a profit, I trust less since those people are just going to go after the money.",5.105,18.208,38.266,10,3,4,3,3,4,3,14.033,32.119,32.763,7,2,,3.979,6.458,7.529,2,1,2004,Wisconsin,3,3,1,,7,,,3,2,1,1.667,43.579,52.568,19,63f4eb046bcf1fda92414a71,"{""startTime"":1678932820852,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932850605,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932681741,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":19802,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1063,""week"":""39"",""id"":""chart""},{""time"":22683,""label"":""tour_next"",""step"":5},{""time"":36129,""label"":""started_brush"",""startDate"":""2021-09-12"",""endDate"":""2022-02-07""},{""time"":37325,""label"":""tour_next"",""step"":5},{""time"":44435,""label"":""moved_brush"",""startDate"":""2021-07-20"",""endDate"":""2021-12-15""},{""time"":45782,""label"":""moved_brush"",""startDate"":""2021-08-05"",""endDate"":""2021-12-31""},{""time"":47356,""label"":""moved_brush"",""startDate"":""2021-07-10"",""endDate"":""2021-12-05""},{""time"":48211,""label"":""tour_next"",""step"":5},{""time"":54545,""label"":""cleared_brush"",""using"":""Click""},{""time"":54545,""label"":""cleared_brush"",""using"":""Escape""},{""time"":55693,""label"":""tour_next"",""step"":5},{""time"":60468,""label"":""tour_end"",""step"":5},{""time"":67487,""label"":""started_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-07-03""},{""time"":74588,""label"":""moved_brush"",""startDate"":""2021-11-09"",""endDate"":""2022-02-07""},{""time"":80720,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-07-03""}]}","{""startTime"":1678932804865,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":3560,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1472,""week"":""52"",""id"":""chart""},{""time"":5196,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1962,""week"":""2"",""id"":""chart""},{""time"":8225,""label"":""started_brush"",""startDate"":""2021-09-16"",""endDate"":""2021-12-01""},{""label"":""window_blurred"",""time"":9789},{""label"":""window_focused"",""time"":13134},{""time"":15218,""label"":""moved_brush"",""startDate"":""2021-11-14"",""endDate"":""2022-01-29""}]}",0,complex,bar +2023-03-15 22:06:08,2023-03-15 22:19:11,0,174.209.105.62,100,783,1,2023-03-15 22:19:12,R_3RdwUFbmWECJHNx,,,,,33.8019,-84.3861,anonymous,EN,1,30.169,30.169,30.998,1,,,,,,,,0,0,15.008,0,84,86,50,10.23,15.048,16.642,3,11.505,67.789,68.898,6,-2,-3,24.5,61.029,62.052,5,-3,-3,52.589,70.796,71.572,2,1,38.192,65.867,67.375,2,0,0,15.111,0,3,3,4,5,6,4,,9.634,40.331,43.984,6,3,5,3,1,1,4,Without having more information it is hard to say I can actually totally trust this visualization. Anybody could have made the visualization.,7.946,7.946,51.432,1,2,,4.889,11.135,13.69,5,2,3,4,5,1,6,7,0,0,13.301,0,3,1,7,1,3,4,8,8,,5.342,16.798,18.783,8,4,4,1,1,4,4,3.1,15.336,16.273,6,5,,3.718,3.718,4.928,1,2,1965,Georgia,3,2,1,,9,,Roberta,6,4,1,1.601,144.211,148.76,52,5e4234d74409da0d3165dc68,"{""startTime"":1678932655863,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932700555,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932502453,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":70,""label"":""tour_started""},{""time"":11493,""label"":""tour_next"",""step"":5},{""time"":29580,""label"":""started_brush"",""startDate"":""2021-08-30"",""endDate"":""2022-01-12""},{""time"":31400,""label"":""tour_next"",""step"":5},{""time"":40495,""label"":""moved_brush"",""startDate"":""2021-05-17"",""endDate"":""2021-09-28""},{""time"":41610,""label"":""tour_next"",""step"":5},{""time"":49887,""label"":""moved_brush"",""startDate"":""2021-05-17"",""endDate"":""2021-09-28""},{""time"":52916,""label"":""cleared_brush"",""using"":""Click""},{""time"":54518,""label"":""tour_next"",""step"":5},{""time"":60296,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678932639888,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,bar +2023-03-15 21:59:55,2023-03-15 22:19:19,0,108.7.65.163,100,1163,1,2023-03-15 22:19:19,R_33x6bbhQpyX6O8c,,,,,41.9082,-71.1031,anonymous,EN,1,9.28,9.28,10.702,1,,,,,,,,0,0,15.111,0,80,23,29,41.703,48.675,51.478,3,32.508,195.341,196.365,20,-2,1,56.253,107.325,109.148,3,-3,-3,81.05,103.385,104.701,2,1,24.476,78.884,82.111,11,0,0,15.019,0,3,3,3,5,4,4,"This is a very busy graph, but after viewing it for a bit, it wasn't too hard to understand. To make it a little easier for the study taker, the task/instructions should be moved so they don't cover the graph while you are trying to perform the tasks. ",10.958,144.838,176.91,13,4,5,5,7,7,5,I chose that because the instructions note: assume you trust the data.,3.115,3.115,36.266,1,5,,17.797,33.188,34.818,5,2,7,3,4,1,5,6,0,0,34.63,0,2,1,8,4,2,5,7,9,,16.47,40.108,42.498,8,4,4,1,2,5,3,15.276,54.925,55.825,6,6,,6.812,6.812,8.632,1,1,1959,Massachusetts,6,2,1,,7,,,8,3,1,1.689,57.997,83.479,11,64029de99a8a72fc5a205b7e,"{""startTime"":1678932377117,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":12,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1210,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678932554527,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932082391,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":4001,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1414,""week"":""6"",""id"":""chart""},{""time"":32506,""label"":""tour_next"",""step"":5},{""time"":53633,""label"":""tour_back"",""step"":5},{""time"":55848,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1982,""week"":""35"",""id"":""chart""},{""time"":60215,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3799,""week"":""36"",""id"":""chart""},{""time"":65333,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1115,""week"":""36"",""id"":""chart""},{""time"":66451,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1064,""week"":""36"",""id"":""chart""},{""time"":67532,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1617,""week"":""35"",""id"":""chart""},{""time"":73345,""label"":""tour_next"",""step"":5},{""time"":92371,""label"":""cleared_brush"",""using"":""Click""},{""time"":93006,""label"":""started_brush"",""startDate"":""2021-08-06"",""endDate"":""2021-09-10""},{""time"":103276,""label"":""cleared_brush"",""using"":""Click""},{""time"":104837,""label"":""cleared_brush"",""using"":""Click""},{""time"":112701,""label"":""started_brush"",""startDate"":""2021-08-07"",""endDate"":""2021-08-28""},{""time"":113545,""label"":""tour_next"",""step"":5},{""time"":131659,""label"":""moved_brush"",""startDate"":""2021-10-08"",""endDate"":""2021-10-29""},{""time"":132382,""label"":""tour_next"",""step"":5},{""time"":141450,""label"":""cleared_brush"",""using"":""Click""},{""time"":141450,""label"":""cleared_brush"",""using"":""Escape""},{""time"":145624,""label"":""tour_next"",""step"":5},{""time"":155966,""label"":""tour_end"",""step"":5},{""time"":158004,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2627,""week"":""52"",""id"":""chart""},{""time"":161724,""label"":""cleared_brush"",""using"":""Click""},{""time"":163698,""label"":""started_brush"",""startDate"":""2021-06-06"",""endDate"":""2021-07-22""},{""time"":169360,""label"":""cleared_brush"",""using"":""Click""},{""time"":169360,""label"":""cleared_brush"",""using"":""Escape""}]}","{""startTime"":1678932361728,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,bar +2023-03-15 22:05:26,2023-03-15 22:19:46,0,173.89.67.64,100,859,1,2023-03-15 22:19:47,R_3m35gRci87gwNPL,,,,,41.141,-81.4768,anonymous,EN,1,20.572,20.572,21.993,1,1,3,1,1.988,9.632,11.591,2,0,0,15.107,0,100,92,80,18.611,36.166,37.36,4,51.84,68.717,138.717,3,1,1,39.394,55.32,66.498,2,1,1,76.714,99.911,102.441,3,1,63.653,63.653,65.769,1,0,0,15.106,0,5,5,5,5,5,5,,11.863,29.036,32.035,6,5,6,5,4,7,5,I trust the source. The Center of Disease control is someone I trust to provide accurate information regarding disease.,1.359,1.359,51.221,1,6,,8.588,15.626,17.583,7,2,7,3,4,1,5,6,0,0,28.452,0,2,4,6,5,4,7,10,10,,8.277,31.92,35.165,8,4,3,1,2,4,4,3.283,38.011,40.224,6,2,1,3.492,12.686,15.255,2,2,1984,Ohio,6,1,1,,7,,,9,4,2,1.889,79.144,90.565,13,617390ea6b825a0eb8904f29,"{""startTime"":1678932784023,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932690888,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932432655,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":26,""label"":""tour_started""},{""time"":29250,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":14028,""week"":""52"",""id"":""chart""},{""time"":44110,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2161,""week"":""1"",""id"":""chart""},{""time"":46903,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1678,""week"":""52"",""id"":""chart""},{""time"":48667,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1378,""week"":""1"",""id"":""chart""},{""time"":51829,""label"":""tour_next"",""step"":2},{""time"":63529,""label"":""tour_end"",""step"":2},{""time"":103024,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2606,""week"":""14"",""id"":""chart""},{""time"":106627,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1102,""week"":""21"",""id"":""chart""},{""time"":112083,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2909,""week"":""23"",""id"":""chart""},{""time"":116391,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1710,""week"":""24"",""id"":""chart""},{""time"":121378,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1726,""week"":""6"",""id"":""chart""},{""time"":125635,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1444,""week"":""52"",""id"":""chart""},{""time"":127845,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1977,""week"":""1"",""id"":""chart""},{""time"":129922,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1279,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678932675100,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":5914,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3189,""week"":""3"",""id"":""chart""},{""time"":9140,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1261,""week"":""2"",""id"":""chart""}]}",1,moderate,bar +2023-03-15 22:07:57,2023-03-15 22:19:53,0,98.121.133.162,100,716,1,2023-03-15 22:19:54,R_1QmZTMYRCbZAgTE,,,,,34.9879,-79.2169,anonymous,EN,1,4.479,5.391,6.543,2,2,,1,2.587,3.261,4.381,2,2.837,2.837,15.017,1,86,99,39,18.649,30.419,31.549,6,3.615,25.217,29.971,5,1,1,5.912,109.589,110.682,10,-1,-2,2.73,157.905,158.931,15,1,5.859,28.499,29.638,6,2.672,2.672,15.116,1,4,4,4,5,5,4,,9.005,23.815,25.277,11,5,5,4,7,7,4,You never know what people put out there. It may be true but i can never really be sure unless I look it up myself.,1.657,2.958,33.294,2,3,,4.543,5.659,6.764,2,2,7,3,4,1,5,6,2.563,39.042,40.079,3,5,6,7,6,6,5,7,6,,3.499,17.583,18.485,10,2,2,4,4,2,2,2.919,16.327,17.161,8,2,2,1.44,12.826,14.408,3,2,1986,North Carolina,3,1,1,,3,,,4,2,1,1.292,107.356,108.321,36,5a8ac2d8f49c9a0001f3ab34,"{""startTime"":1678932763354,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932704345,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932546661,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":4121,""label"":""hovered"",""timeHovered"":3226,""week"":""2021-10-11""},{""time"":8063,""label"":""hovered"",""timeHovered"":2583,""week"":""2022-01-03""},{""time"":11496,""label"":""hovered"",""timeHovered"":2999,""week"":""2021-12-13""},{""time"":17268,""label"":""tour_next"",""step"":2},{""time"":20327,""label"":""tour_end"",""step"":2},{""time"":21417,""label"":""hovered"",""timeHovered"":1520,""week"":""2021-10-18""},{""time"":23143,""label"":""hovered"",""timeHovered"":1152,""week"":""2022-01-17""},{""time"":26228,""label"":""hovered"",""timeHovered"":1683,""week"":""2021-09-06""}]}","{""startTime"":1678932688460,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":3611,""label"":""hovered"",""timeHovered"":1829,""week"":""2021-09-13""},{""time"":8729,""label"":""hovered"",""timeHovered"":5232,""week"":""2022-01-03""}]}",1,simple,line +2023-03-15 22:10:40,2023-03-15 22:20:00,0,73.227.177.106,100,559,1,2023-03-15 22:20:00,R_1rdBFI71bALra1L,,,,,42.5181,-70.899,anonymous,EN,1,3.771,3.771,5.396,1,,,,,,,,3.929,6.586,15.107,3,93,59,92,7.494,20.224,22.895,3,12.777,90.299,96.81,17,1,1,11.826,41.507,42.829,2,1,1,33.88,57.863,59.024,2,1,68.59,68.59,69.865,1,0,0,15.011,0,5,6,6,6,4,6,,7.703,24.556,32.051,11,6,6,6,2,7,6,"It represents the data in a clear manner, and allows the user to gain more detailed information through hovering over the relevant parts.",2.352,2.352,28.953,1,5,,6.855,6.855,8.155,1,2,7,3,4,1,5,6,0,0,18.966,0,3,3,1,6,7,4,11,11,,6.678,26.278,28,10,5,5,1,1,5,5,3.069,13.66,15.058,6,3,,3.283,3.283,4.873,1,2,1985,Massachusetts,7,3,1,,2,,,13,5,2,1.925,47.92,48.81,13,636168a962acef1f1f1cc4ce,"{""startTime"":1678932876578,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932912001,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932692969,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":12773,""label"":""tour_next"",""step"":5},{""time"":29674,""label"":""started_brush"",""startDate"":""2021-04-14"",""endDate"":""2021-06-28""},{""time"":30938,""label"":""moved_brush"",""startDate"":""2021-08-06"",""endDate"":""2021-10-20""},{""time"":31836,""label"":""moved_brush"",""startDate"":""2021-10-03"",""endDate"":""2021-12-17""},{""time"":33591,""label"":""moved_brush"",""startDate"":""2021-06-10"",""endDate"":""2021-08-24""},{""time"":34380,""label"":""tour_next"",""step"":5},{""time"":40636,""label"":""moved_brush"",""startDate"":""2021-06-10"",""endDate"":""2021-07-06""},{""time"":42081,""label"":""tour_next"",""step"":5},{""time"":54680,""label"":""moved_brush"",""startDate"":""2021-06-10"",""endDate"":""2021-07-06""},{""time"":54883,""label"":""moved_brush"",""startDate"":""2021-06-10"",""endDate"":""2021-07-06""},{""time"":59287,""label"":""cleared_brush"",""using"":""click""},{""time"":59289,""label"":""cleared_brush"",""using"":""Escape""},{""time"":61437,""label"":""tour_next"",""step"":5},{""time"":65286,""label"":""tour_end"",""step"":5},{""time"":77426,""label"":""hovered"",""timeHovered"":1556,""week"":""2022-01-10""},{""time"":88344,""label"":""started_brush"",""startDate"":""2021-08-08"",""endDate"":""2021-10-05""},{""time"":90659,""label"":""cleared_brush"",""using"":""click""},{""time"":90832,""label"":""cleared_brush"",""using"":""click""}]}","{""startTime"":1678932860713,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":4258,""label"":""hovered"",""timeHovered"":1355,""week"":""2021-11-15""},{""time"":7300,""label"":""hovered"",""timeHovered"":1520,""week"":""2021-12-20""},{""time"":9835,""label"":""hovered"",""timeHovered"":2141,""week"":""2021-12-27""}]}",0,complex,line +2023-03-15 22:07:59,2023-03-15 22:20:09,0,72.206.20.144,100,729,1,2023-03-15 22:20:09,R_3sbTemNx1QuR9dm,,,,,36.3519,-94.2197,anonymous,EN,1,11.325,11.325,12.932,1,,,,,,,,0,0,15.009,0,84,60,86,26.384,35.773,37.558,3,18.736,55.001,62.291,3,1,-3,21.032,82.178,84.28,2,-3,1,50.418,84.651,86.894,2,1,58.239,58.239,60.588,1,0,0,15.121,0,5,3,6,4,6,5,,10.556,29.79,32.962,6,4,4,5,4,4,4,I believe that the research is very friendly and was done right so I am able to trust the visualization. ,8.41,9.117,52.433,2,4,,9.168,9.168,11.989,1,2,7,3,4,1,5,6,0,0,26.701,0,1,2,8,4,2,9,7,9,,9.524,24.136,25.988,8,3,4,1,2,3,4,13.001,51.533,53.152,7,5,,14.826,14.826,17.046,1,2,1973,Arkansas,4,1,1,,9,,Fayetteville,8,4,1,3.938,73.334,79.818,17,63f6ac6d4ce41fa2a87ea79b,"{""startTime"":1678932804258,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932722755,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932557023,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":24602,""label"":""hovered"",""timeHovered"":1315,""week"":""2022-02-07""},{""time"":31184,""label"":""tour_next"",""step"":2},{""time"":54990,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932707164,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":12220,""label"":""hovered"",""timeHovered"":1315,""week"":""2022-02-07""}]}",0,moderate,line +2023-03-15 21:57:23,2023-03-15 22:20:18,0,68.134.16.92,100,1375,1,2023-03-15 22:20:18,R_bkqfLnHio8wEYMN,,,,,39.2124,-76.8776,anonymous,EN,1,10.454,10.454,11.416,1,,,,,,,,0,0,15.108,0,100,100,76,7.273,26.146,26.834,8,28.291,150.632,151.13,4,1,-3,2.499,278.28,279.846,9,-3,1,2.37,254.283,255.084,20,1,3.804,138.32,139.462,7,2.06,11.667,15.008,5,5,5,5,6,6,5,,6.307,22.775,23.495,10,6,6,4,7,1,5,The data looks to be well organized and seems to be accurate given the data presented in the graph,1.962,1.962,79.824,1,4,,5.831,10.051,10.982,3,2,7,3,4,1,5,6,6.18,12.222,12.974,2,4,4,5,5,6,6,9,8,,3.075,22.005,23.377,11,3,3,3,2,4,3,3.422,28.11,28.916,10,4,,1.291,3.519,4.347,3,1,1986,Maryland,3,1,1,,3,,,4,3,1,0.992,53.4,56.798,17,62e1ede63f23cc2eb6170242,"{""startTime"":1678932615458,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":570},{""label"":""window_focused"",""time"":1799}]}","{""startTime"":1678932511733,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932063582,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":21,""label"":""tour_started""},{""time"":13709,""label"":""hovered"",""timeHovered"":1451,""week"":""2021-11-22""},{""time"":18209,""label"":""hovered"",""timeHovered"":1718,""week"":""2021-08-16""},{""time"":28268,""label"":""tour_next"",""step"":2},{""time"":37021,""label"":""tour_end"",""step"":2},{""label"":""window_blurred"",""time"":42718},{""label"":""window_focused"",""time"":146547}]}","{""startTime"":1678932496140,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,line +2023-03-15 22:07:01,2023-03-15 22:20:32,0,108.235.161.137,100,810,1,2023-03-15 22:20:32,R_9yKqDJp7jv6VSUx,,,,,32.7797,-96.8022,anonymous,EN,1,2.915,3.545,4.408,2,1,2,1,1.107,4.629,6.169,3,2.182,2.182,15.014,1,61,90,88,3.184,33.386,34.151,15,15.748,93.591,94.253,10,1,1,5.804,34.354,35.738,7,1,1,1.809,33.494,34.402,9,-2,27.843,29.403,30.17,3,7.964,7.964,15.013,1,5,4,5,5,6,4,,5.052,22.762,23.64,10,4,5,5,5,4,4,I do know there is a margin for error with these results and numbers. So I take that into account but it looks pretty accurate,9.666,9.666,41.595,1,4,,4.584,7.718,8.648,4,2,7,3,4,1,5,6,10.636,21.549,22.672,3,2,1,1,1,3,3,6,7,,3.183,18.355,18.901,13,4,4,1,1,5,4,3.943,19.434,19.908,10,3,1,3.764,11.73,12.501,6,1,1984,Texas,6,1,1,,7,,,14,3,1,2.281,305.293,306.034,69,5d6807f9778de5001a120d9a,"{""startTime"":1678932701991,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932638550,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932493456,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":5675,""label"":""hovered"",""timeHovered"":7670,""week"":""2022-01-10""},{""time"":29769,""label"":""hovered"",""timeHovered"":1399,""week"":""2022-01-10""},{""time"":34457,""label"":""tour_next"",""step"":2},{""time"":40589,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932623082,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":11290,""label"":""hovered"",""timeHovered"":1250,""week"":""2022-01-03""}]}",1,moderate,line +2023-03-15 21:56:15,2023-03-15 22:20:49,0,75.142.6.7,100,1473,1,2023-03-15 22:20:49,R_27wmZkCoKoqugCb,,,,,42.3394,-122.8475,anonymous,EN,1,43.02,43.02,47.795,1,1,4,1,3.64,10.957,12.568,2,0,0,15.013,0,100,100,76,49.453,72.327,73.919,4,48.046,220.223,258.122,7,1,1,40.36,76.507,80.5,2,1,1,54.619,71.181,75.055,2,-1,33.066,73.816,76.394,2,0,0,15.107,0,3,3,3,3,3,3,"Actually, in the interactive visualization, the pop-up box had the information regarding infection rate of vaccinated vs unvaccinated people reversed. In the pop-up box when one hovers over a certain date, the information provided is incorrect according to the legend, in that the box shows more vaccinated than unvaccinated people having been infected during any certain time. Additionally, there is no information for number of infections for late December 2022",0.206,300.683,382.125,23,3,1,3,1,1,1,"AS I explained before, when you hover over a certain time frame, the information presented in the pop-up box is the reverse of what is shown in the legend and in the actual graph itself. Either the graph and legend are wrong, which I doubt, or the information in the pop-up box is incorrect. Therefore< I do not trust the information in the visualization.",3.287,3.287,111.107,1,5,I'm not sure if providing incorrect information in the pop-up boxes was intentional but I will message the researchers to make sure they are aware of it.,6.02,13.41,62.78,4,2,7,3,4,1,5,6,0,0,24.675,0,2,4,7,5,6,2,10,9,,6.093,29.632,34.142,13,4,5,1,1,5,1,16.05,38.38,39.781,7,1,1,1.845,9.515,14.208,2,2,1950,Oregon,7,2,1,,7,,,14,4,2,1.996,52.587,55.673,12,622a4d6cf143081ed1887ee5,"{""startTime"":1678932292139,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":158067,""label"":""hovered"",""timeHovered"":4560,""week"":""2022-01-10""}]}","{""startTime"":1678932675269,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":36743,""label"":""hovered"",""timeHovered"":2835,""week"":""2021-08-23""}]}","{""startTime"":1678931940492,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":4,""label"":""tour_started""},{""time"":15276,""label"":""hovered"",""timeHovered"":4364,""week"":""2022-01-03""},{""time"":22477,""label"":""hovered"",""timeHovered"":1244,""week"":""2022-01-03""},{""time"":26035,""label"":""hovered"",""timeHovered"":1305,""week"":""2021-08-16""},{""time"":32666,""label"":""hovered"",""timeHovered"":1624,""week"":""2022-01-10""},{""time"":36150,""label"":""hovered"",""timeHovered"":8087,""week"":""2022-01-10""},{""time"":48045,""label"":""tour_next"",""step"":5},{""time"":68619,""label"":""started_brush"",""startDate"":""2021-05-30"",""endDate"":""2021-09-21""},{""time"":88554,""label"":""moved_brush"",""startDate"":""2021-06-20"",""endDate"":""2021-10-12""},{""time"":89916,""label"":""tour_next"",""step"":5},{""time"":108069,""label"":""moved_brush"",""startDate"":""2021-06-20"",""endDate"":""2022-02-13""},{""time"":110546,""label"":""moved_brush"",""startDate"":""2021-06-20"",""endDate"":""2022-02-13""},{""time"":113822,""label"":""moved_brush"",""startDate"":""2021-08-05"",""endDate"":""2022-02-13""},{""time"":115490,""label"":""moved_brush"",""startDate"":""2021-08-05"",""endDate"":""2022-02-13""},{""time"":125620,""label"":""moved_brush"",""startDate"":""2021-08-05"",""endDate"":""2022-02-13""},{""time"":127957,""label"":""moved_brush"",""startDate"":""2021-08-05"",""endDate"":""2022-02-13""},{""time"":143442,""label"":""moved_brush"",""startDate"":""2021-11-23"",""endDate"":""2022-02-13""},{""time"":144842,""label"":""tour_next"",""step"":5},{""time"":160357,""label"":""cleared_brush"",""using"":""click""},{""time"":164859,""label"":""tour_next"",""step"":5},{""time"":174344,""label"":""tour_end"",""step"":5},{""time"":184699,""label"":""started_brush"",""startDate"":""2021-09-07"",""endDate"":""2022-02-13""},{""time"":190650,""label"":""hovered"",""timeHovered"":26716,""week"":""2022-01-03""},{""time"":228681,""label"":""hovered"",""timeHovered"":1308,""week"":""2021-12-06""},{""time"":235363,""label"":""hovered"",""timeHovered"":4993,""week"":""2022-01-03""},{""time"":245121,""label"":""hovered"",""timeHovered"":11712,""week"":""2022-01-10""}]}","{""startTime"":1678932276344,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":7648,""label"":""hovered"",""timeHovered"":1481,""week"":""2022-01-10""},{""time"":9176,""label"":""hovered"",""timeHovered"":2272,""week"":""2022-01-10""},{""time"":14043,""label"":""cleared_brush"",""using"":""click""},{""time"":14943,""label"":""cleared_brush"",""using"":""click""}]}",1,complex,line +2023-03-15 22:07:23,2023-03-15 22:21:28,0,35.133.253.194,100,845,1,2023-03-15 22:21:30,R_wMN2FdGJ7ISq68F,,,,,35.5991,-81.0305,anonymous,EN,1,6.622,6.622,8.085,1,1,3,2,3.18,7.901,9.674,2,0,0,15.111,0,86,32,23,13.856,21.327,23.441,3,27.165,36.419,48.179,2,-2,-3,61.557,86.098,87.453,2,1,-3,57.573,102.229,104.08,2,1,58.691,58.691,61.253,1,0,0,15.013,0,4,3,5,4,5,3,,77.46,130.084,133.56,6,4,4,3,7,2,3,I am unsure whether the data is accurate.,5.283,5.283,23.713,1,1,,7.326,9.361,11.733,2,2,7,3,4,1,5,6,0,0,26.306,0,1,1,1,1,1,1,10,8,,10.622,22.989,24.46,8,1,1,5,5,4,1,19.406,81.919,83.582,7,2,2,8.5,16.387,17.802,2,1,1966,North Carolina,4,2,1,,7,,,6,4,1,2.081,72.175,73.965,13,5cbe00898f939c0017c0b9d8,"{""startTime"":1678932755325,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932687365,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932517571,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":35,""label"":""tour_started""},{""time"":27148,""label"":""tour_next"",""step"":2},{""time"":36402,""label"":""tour_end"",""step"":2},{""time"":39419,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3566,""week"":""6"",""id"":""chart""}]}","{""startTime"":1678932671576,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar +2023-03-15 22:12:13,2023-03-15 22:21:41,0,73.53.89.173,100,567,1,2023-03-15 22:21:41,R_pi6IkSMXRBl8sVj,,,,,47.6722,-122.1257,anonymous,EN,1,7.143,7.143,8.45,1,,,,,,,,0,0,15.109,0,76,76,33,10.41,23.515,26.359,7,16.187,22.37,27.562,2,1,1,34.438,54.149,55.896,2,1,1,61.083,74.303,75.501,2,1,74.305,85.929,87.745,3,0,0,15.007,0,5,4,4,4,5,5,It looks good,7.468,34.559,38.502,8,4,4,3,7,1,4,"It looks like a graph that has reliable information on it, a line graph is used often.",6.319,24.467,25.321,2,5,,3.25,7.893,9.73,6,2,7,3,4,1,5,6,0,0,22.375,0,8,8,9,10,8,8,10,10,,6.802,19.6,22.358,8,4,4,3,3,4,4,10.048,21.506,23.067,6,4,,3.932,3.932,6.37,1,1,1984,Washington,6,3,1,,2,,,9,4,2,2.769,40.983,45.038,13,61686f8376bd6ff59ea15479,"{""startTime"":1678932902597,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932941627,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932802551,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":16083,""label"":""tour_next"",""step"":2},{""time"":22267,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932886912,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7911,""label"":""hovered"",""timeHovered"":1054,""week"":""2022-01-03""},{""time"":9226,""label"":""hovered"",""timeHovered"":1403,""week"":""2022-01-03""},{""time"":10959,""label"":""hovered"",""timeHovered"":1063,""week"":""2022-01-10""},{""time"":13807,""label"":""hovered"",""timeHovered"":1093,""week"":""2021-11-15""}]}",0,simple,line +2023-03-15 22:10:55,2023-03-15 22:22:12,0,24.255.72.192,100,677,1,2023-03-15 22:22:13,R_2bIxwoDpEwcu03F,,,,,37.2951,-79.987,anonymous,EN,1,5.671,5.671,7.385,1,1,2,2,1.608,9.867,11.053,2,0,0,15.106,0,55,44,60,12.136,18.379,19.333,3,19.047,86.782,88.371,17,1,-2,44.09,60.673,64.799,2,1,1,48.79,62.977,64.145,2,1,23.931,23.931,35.054,1,11.033,11.033,15.014,1,4,4,4,4,3,4,,18.172,37.328,38.149,8,4,4,4,3,2,4,I looks like it comes from a reputable source.,3.198,33.101,34.865,4,4,,7.233,35.964,38.854,2,2,7,3,4,1,5,6,0,0,28.785,0,5,7,6,6,7,6,9,8,,9.953,26.265,29.098,9,4,4,1,2,4,4,12.328,32.174,33.917,6,4,1,11.475,18.101,22.523,2,1,1984,Virginia,6,2,1,,3,,,4,3,1,2.562,67.702,70.087,17,58074104c314770001876e7b,"{""startTime"":1678932863723,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932902476,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932723810,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":4549,""label"":""hovered"",""timeHovered"":8809,""week"":""2021-12-20""},{""time"":19040,""label"":""tour_next"",""step"":5},{""time"":37212,""label"":""started_brush"",""startDate"":""2021-07-09"",""endDate"":""2021-10-24""},{""time"":38242,""label"":""tour_next"",""step"":5},{""time"":45799,""label"":""moved_brush"",""startDate"":""2021-07-04"",""endDate"":""2021-10-19""},{""time"":47121,""label"":""moved_brush"",""startDate"":""2021-08-10"",""endDate"":""2021-10-19""},{""time"":48064,""label"":""tour_next"",""step"":5},{""time"":64719,""label"":""cleared_brush"",""using"":""click""},{""time"":66469,""label"":""tour_next"",""step"":5},{""time"":73478,""label"":""tour_end"",""step"":5},{""time"":81564,""label"":""started_brush"",""startDate"":""2021-07-09"",""endDate"":""2021-07-14""},{""time"":83279,""label"":""started_brush"",""startDate"":""2021-08-07"",""endDate"":""2021-10-02""},{""time"":84443,""label"":""moved_brush"",""startDate"":""2021-07-28"",""endDate"":""2021-08-07""},{""time"":85044,""label"":""started_brush"",""startDate"":""2021-07-09"",""endDate"":""2021-07-10""}]}","{""startTime"":1678932848208,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":9215,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-07-14""}]}",1,complex,line +2023-03-15 22:09:16,2023-03-15 22:22:18,0,69.77.196.102,100,782,1,2023-03-15 22:22:19,R_2agJfRV2z3r6vzz,,,,,43.6573,-103.4258,anonymous,EN,1,2.38,7.121,8.245,2,2,,2,1.787,1.787,2.663,1,1.6,11.284,15.109,3,25,87,20,25.442,29.604,30.252,3,14.347,17.783,29.681,2,1,1,25.766,38.556,46.801,2,-2,1,3.494,49.811,50.178,5,-1,42.288,42.288,63.812,1,0,0,15.11,0,3,1,1,6,5,1,,8.298,39.659,42.488,9,7,6,7,1,1,1,Not nearly enough information is given on any variables or criteria for the data.,2.909,3.594,22.871,2,2,,8.043,8.043,9.348,1,2,7,3,4,1,5,6,8.119,26.832,31.076,3,1,1,4,1,1,2,3,5,,4.446,24.98,27.594,10,3,4,1,2,4,4,3.58,22.599,23.747,8,7,2,4.426,13.038,16.512,3,1,1985,South Dakota,3,2,1,,7,,,5,4,1,1.321,175.376,175.945,48,5a1fa084063e8600012fa6a3,"{""startTime"":1678932889937,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":20363},{""label"":""window_focused"",""time"":25722}]}","{""startTime"":1678932721470,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":2594},{""label"":""window_focused"",""time"":112943}]}","{""startTime"":1678932625108,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":14328,""label"":""tour_next"",""step"":2},{""time"":17763,""label"":""tour_end"",""step"":2},{""time"":20627,""label"":""hovered"",""timeHovered"":1092,""week"":""2021-12-27""},{""time"":22179,""label"":""hovered"",""timeHovered"":1136,""week"":""2022-01-10""},{""time"":24779,""label"":""hovered"",""timeHovered"":1899,""week"":""2022-01-10""}]}","{""startTime"":1678932705938,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line +2023-03-15 22:12:21,2023-03-15 22:22:40,0,184.56.66.24,100,619,1,2023-03-15 22:22:40,R_2AEBDzyw8gf3nSk,,,,,42.0753,-80.0671,anonymous,EN,1,12.404,12.404,13.434,1,1,3,1,2.24,6.885,8.537,2,0,0,15.025,0,94,75,49,10.878,23.596,25.087,4,14.447,19.655,41.35,2,-1,1,32.364,52.452,54.341,2,-2,1,36.739,49.395,50.858,2,-1,59.93,59.93,61.077,1,0,0,15.132,0,6,6,6,6,6,6,,10.817,21.317,24.57,6,6,6,4,3,3,6,The visualization was presented with information from the CDC. I trust the CDC.,3.835,3.835,43.35,1,4,There was no one that was vaccinated higher than the unvaccinated 80+ year olds with Covid.,5.854,9.283,48.834,2,2,7,3,4,1,5,6,0,0,24.252,0,6,6,9,4,6,3,10,10,,8.02,22.839,24.849,8,4,3,1,1,4,3,10.519,33.139,34.074,6,3,1,7.002,14.631,16.321,2,2,1971,Pennsylvania,6,1,1,,7,,,11,2,2,3.396,51.759,53.716,11,63d18135c4e44a77f71702e8,"{""startTime"":1678932929554,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932954682,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932820615,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":14438,""label"":""tour_next"",""step"":2},{""time"":19646,""label"":""tour_end"",""step"":2},{""time"":22708,""label"":""hovered"",""timeHovered"":1921,""week"":""2022-01-10""},{""time"":24945,""label"":""hovered"",""timeHovered"":2445,""week"":""2022-01-03""},{""time"":35139,""label"":""hovered"",""timeHovered"":2995,""week"":""2022-01-10""}]}","{""startTime"":1678932913857,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":8780,""label"":""hovered"",""timeHovered"":1455,""week"":""2022-01-03""}]}",1,moderate,line +2023-03-15 22:10:48,2023-03-15 22:22:41,0,98.34.154.178,100,713,1,2023-03-15 22:22:42,R_ODoeAKPsG7u8493,,,,,29.7912,-95.4182,anonymous,EN,1,32.936,32.936,34.057,1,,,,,,,,0,0,15.008,0,96,89,39,62.849,73.191,74.553,7,25.7,30.257,32.15,2,1,1,19.907,60.464,62.585,3,-2,1,20.766,45.152,46.049,3,-1,32.891,32.891,37.615,1,0,0,15.108,0,5,5,5,5,5,5,,8.261,16.333,17.984,6,5,5,4,7,7,5,I have no reason not to trust it. The data is presented in a meaningful way and very clear.,2.907,2.907,30.819,1,5,,9.345,11.448,12.539,4,2,3,4,5,1,6,7,0,0,19.053,0,6,7,9,10,4,9,8,9,,5.957,17.486,19.136,9,4,3,2,2,4,4,7.725,18.638,19.7,6,5,,72.186,72.186,73.729,1,2,1986,Texas,7,1,1,,7,,,17,1,1,3.267,89.667,92.928,37,5ec6d423fc10270f0bbbc90e,"{""startTime"":1678932900962,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":2223,""label"":""hovered"",""timeHovered"":1688,""week"":""2021-12-20""}]}","{""startTime"":1678932920690,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932784721,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":11563,""label"":""hovered"",""timeHovered"":1794,""week"":""2021-08-23""},{""time"":14261,""label"":""hovered"",""timeHovered"":1263,""week"":""2021-12-27""},{""time"":23174,""label"":""hovered"",""timeHovered"":1498,""week"":""2021-12-27""},{""time"":25686,""label"":""tour_next"",""step"":2},{""time"":30242,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932884120,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,line +2023-03-15 22:14:46,2023-03-15 22:22:54,0,73.101.164.48,100,488,1,2023-03-15 22:22:55,R_1FILFdQd467APIP,,,,,40.0008,-76.7697,anonymous,EN,1,4.236,4.236,5.333,1,,,,,,,,0,0,15.109,0,92,72,51,6.658,13.792,16.17,3,3.556,77.341,78.996,25,1,1,15.277,26.922,29.048,2,1,1,34.988,52.638,55.577,2,1,7.611,73.428,74.607,16,0,0,15.008,0,4,5,5,6,5,5,,10.594,28.006,29.222,7,5,6,5,1,7,4,I didn't see the references,2.166,2.166,12.674,1,4,,5.007,5.007,6.7,1,2,7,3,4,1,5,6,0,0,19.932,0,4,8,6,9,7,5,10,10,,4.747,16.364,17.659,8,5,5,1,1,4,4,3.529,18.829,19.725,6,5,,2.397,2.397,3.575,1,1,1963,Pennsylvania,7,3,1,,7,,,11,4,2,1.35,42.669,44.702,11,5d6e502d05e693001ea14a37,"{""startTime"":1678933137885,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933098943,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932929233,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":3553,""label"":""tour_next"",""step"":5},{""time"":9553,""label"":""tour_back"",""step"":5},{""time"":10886,""label"":""tour_next"",""step"":5},{""time"":40346,""label"":""cleared_brush"",""using"":""click""},{""time"":42887,""label"":""tour_back"",""step"":5},{""time"":48336,""label"":""tour_next"",""step"":5},{""time"":56321,""label"":""started_brush"",""startDate"":""2021-06-06"",""endDate"":""2021-12-16""},{""time"":57354,""label"":""tour_next"",""step"":5},{""time"":63659,""label"":""moved_brush"",""startDate"":""2021-06-06"",""endDate"":""2021-12-16""},{""time"":65425,""label"":""moved_brush"",""startDate"":""2021-06-06"",""endDate"":""2021-12-16""},{""time"":67507,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-10-21""},{""time"":68153,""label"":""tour_next"",""step"":5},{""time"":71656,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-10-21""},{""time"":73974,""label"":""cleared_brush"",""using"":""click""},{""time"":73976,""label"":""cleared_brush"",""using"":""Escape""},{""time"":75321,""label"":""tour_next"",""step"":5},{""time"":77339,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678933083449,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":3285,""label"":""hovered"",""timeHovered"":3799,""week"":""2021-12-13""}]}",0,complex,line +2023-03-15 22:13:20,2023-03-15 22:23:20,0,47.145.29.249,100,599,1,2023-03-15 22:23:20,R_3iKoMvtA6Muz0Zl,,,,,33.6647,-117.1743,anonymous,EN,1,5.275,5.275,7.108,1,,,,,,,,0,0,15.126,0,100,100,78,11.902,27.509,29.473,3,16.777,28.681,36.111,7,1,1,12.557,45.906,48.447,2,-2,1,46.883,65.442,67.601,4,1,50.488,51.97,52.375,2,0,0,15.11,0,4,3,3,4,2,4,I didn't even see the source info printed at the bottom it was very small.,25.933,50.736,62.279,7,2,5,3,7,3,4,"It seems accurate and like it has all of the information it should have. But I'm not at all familiar with this field of research/science, so I don't really feel I can be absolutely certain of what I'm looking at.",4.991,4.991,39.226,1,4,,8.321,8.321,10.363,1,2,7,3,4,1,5,6,0,0,17.84,0,3,4,3,4,6,6,9,9,,8.021,20.481,22.669,8,3,3,2,3,3,3,12.494,32.361,33.24,6,1,,5.411,5.411,7.055,1,2,1990,California,6,2,1,,8,Menifee,,6,3,2,2.924,45.986,51.39,11,6101f78a3f9b44e8c17e8593,"{""startTime"":1678933081810,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932983547,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932862120,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":16766,""label"":""tour_next"",""step"":2},{""time"":22103,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932967440,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,line +2023-03-15 21:45:46,2023-03-15 22:23:38,0,23.28.13.168,100,2272,1,2023-03-15 22:23:39,R_2DNz7xe5K02QbLJ,,,,,42.6628,-84.0726,anonymous,EN,1,68.684,82.173,83.36,3,,,,,,,,4.167,4.167,15.019,1,100,100,50,23.311,32.798,34.479,6,11.123,53.42,54.262,8,1,1,12.975,53.741,61.672,6,1,1,16.702,69.786,70.701,9,1,56.342,57.694,59.208,2,10.117,10.117,15.015,1,3,3,4,5,5,4,,19.295,40.871,42.257,9,3,5,4,3,2,3,I'd like to see a larger data set that spans a longer length of time. As it is I don't have strong reason to distrust the visualization but I know that data can be faked or exaggerated.,6.166,69.504,71.002,3,2,,5.931,11.51,12.75,3,2,7,3,4,1,5,6,5.616,5.616,12.126,1,5,6,6,5,5,4,7,8,,4.805,36.747,38.234,10,3,3,3,3,3,3,4.5,21.791,22.899,8,2,,5.521,8.867,10.045,3,2,1988,Michigan,5,2,1,,7,,,4,4,1,2.78,74.02,75.09,21,5610c4ea7ffc8a0005811504,"{""startTime"":1678931443773,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":4681,""label"":""hovered"",""timeHovered"":7141,""week"":""2022-01-10""}]}",,"{""startTime"":1678931300870,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":29,""label"":""tour_started""},{""time"":20651,""label"":""hovered"",""timeHovered"":7615,""week"":""2022-01-17""},{""time"":39471,""label"":""tour_next"",""step"":2},{""time"":47240,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678931427707,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,line +2023-03-15 21:54:53,2023-03-15 22:23:48,0,73.47.123.175,100,1735,1,2023-03-15 22:23:49,R_1LLGkSF21duRbYr,,,,,43.1128,-71.9029,anonymous,EN,1,3.241,3.241,4.126,1,1,2,1,1.692,3.636,4.818,2,0,0,15.02,0,87,18,76,13.615,18.283,19.706,3,144.935,154.115,162.704,2,-2,-2,15.671,29.014,29.786,2,-2,1,177.212,196.133,197.65,3,-2,34.211,34.211,35.45,1,0,0,15.014,0,3,7,3,7,7,3,,274.87,284.757,286.383,6,7,7,2,7,1,7,Its extremely difficult to thoroughly read the data provided.,1.144,1.144,12.347,1,2,,4.064,4.945,5.923,3,2,7,3,4,1,5,6,0,0,169.588,0,3,5,8,6,1,3,8,9,,3.785,18.365,19.875,10,5,5,1,1,5,5,7.104,21.51,22.014,6,4,3,16.411,21.018,22.102,3,2,1987,New Hampshire,6,2,1,,7,,,9,4,1,5.451,64.856,70.277,24,5e92a98518ca6c5e48437217,"{""startTime"":1678932755812,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":271292},{""label"":""window_focused"",""time"":272546}]}","{""startTime"":1678932725858,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":92,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3080,""week"":""2"",""id"":""chart""}]}","{""startTime"":1678932348291,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":58,""label"":""tour_started""},{""time"":139991,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4170,""week"":""1"",""id"":""chart""},{""time"":144910,""label"":""tour_next"",""step"":2},{""time"":154089,""label"":""tour_end"",""step"":2},{""time"":155195,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4183,""week"":""51"",""id"":""chart""}]}","{""startTime"":1678932710203,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":5426,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5399,""week"":""52"",""id"":""chart""},{""time"":10883,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2460,""week"":""1"",""id"":""chart""}]}",1,moderate,bar +2023-03-15 22:08:50,2023-03-15 22:23:52,0,71.46.56.57,100,902,1,2023-03-15 22:23:53,R_eA1mmkx5w180jXb,,,,,27.935,-82.3772,anonymous,EN,1,16.029,16.029,17.712,1,,,,,,,,0,0,15.006,0,53,99,48,31.568,66.753,68.952,9,36.033,50.001,62.993,2,1,-2,47.667,100.738,106.516,3,-3,-3,82.365,108.982,110.559,2,-3,117.601,117.601,119.914,1,0,0,15.12,0,3,3,3,4,5,3,,17.201,59.707,65.374,7,5,5,5,3,3,3,I do not know if it was created by a reputable source.,5.206,57.105,78.684,8,1,,7.792,19.536,21.76,13,2,7,3,4,1,5,6,0,0,21.551,0,6,6,6,6,6,6,6,6,,7.321,17.016,19.104,10,3,3,3,3,3,3,15.007,33.654,37.184,6,4,,8.536,19.216,20.899,2,2,1964,Florida,4,2,1,,9,,Orlando,4,4,1,1.555,57.85,59.966,14,5f3f5ad05ec7d1257993b196,"{""startTime"":1678932938385,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932835462,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932645018,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":24,""label"":""tour_started""},{""time"":30316,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4231,""week"":""24"",""id"":""chart""},{""time"":36018,""label"":""tour_next"",""step"":2},{""time"":49986,""label"":""tour_end"",""step"":2},{""time"":54202,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1688,""week"":""47"",""id"":""chart""},{""time"":57753,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2921,""week"":""6"",""id"":""chart""}]}","{""startTime"":1678932819563,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,bar +2023-03-15 22:15:36,2023-03-15 22:23:54,0,65.35.129.187,100,498,1,2023-03-15 22:23:54,R_12KFkmG7PFLfMEi,,,,,27.9455,-82.4598,anonymous,EN,1,2.739,2.739,3.602,1,,,,,,,,0,0,15.112,0,91,79,58,5.956,10.069,10.859,4,4.006,7.356,53.553,2,1,1,24.76,32.591,39.352,3,-3,-3,17.576,38.947,48.309,2,1,62.562,62.562,63.507,1,0,0,15.012,0,5,3,4,4,5,4,none,6.678,14.659,19.435,8,4,5,4,7,2,4,"I found no reason to distrust it. It seems like an odd thing to lie about and they cited their sources. However, I cannot be fully sure unless I were to review the sources myself.",1.31,1.31,31.365,1,4,,9.089,9.955,14.045,2,2,7,3,4,1,5,6,0,0,19.111,0,2,7,5,8,3,3,9,10,,3.694,17.33,20.361,10,2,2,4,4,2,2,3.777,13.317,13.993,6,2,,2.839,2.839,8.629,1,1,2000,Kentucky,6,3,1,,8,lexington,,5,4,1,1.181,65.121,90.877,23,62f9fbc07e4fc1bfe47070e5,"{""startTime"":1678933079976,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933099840,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932970475,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":4003,""label"":""tour_next"",""step"":2},{""time"":7353,""label"":""tour_end"",""step"":2},{""time"":7903,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1240,""week"":""51"",""id"":""chart2""},{""time"":12139,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1088,""week"":""52"",""id"":""chart2""},{""time"":13930,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1479,""week"":""52"",""id"":""chart""},{""time"":19627,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4606,""week"":""6"",""id"":""chart""}]}","{""startTime"":1678933064627,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":6247},{""label"":""window_focused"",""time"":7385}]}",0,simple,bar +2023-03-15 22:13:54,2023-03-15 22:24:18,0,65.31.184.252,100,623,1,2023-03-15 22:24:18,R_1GDg6DF55sW3C5W,,,,,42.8895,-87.9074,anonymous,EN,1,11.775,11.775,15.45,1,1,2,2,1.696,4.5,6.595,2,0,0,15.009,0,62,62,76,5.422,10.867,13.359,3,10.795,25.735,31.433,5,1,1,13.282,45.794,47.579,3,-2,1,33.567,51.939,63.008,2,1,68.807,68.807,71.157,1,0,0,15.116,0,4,4,4,4,4,4,,36.716,39.593,44.205,6,5,4,5,2,5,5,It seems accurate and like what I have heard in the news.,4.043,4.043,19.663,1,6,,4.399,5.7,9.206,3,2,7,3,4,1,5,6,0,0,21.056,0,4,7,8,7,5,6,10,10,,21.409,37.66,40.204,10,4,4,2,4,4,4,3.899,16.875,18.351,6,3,2,3.474,9.46,11.326,2,2,1964,Wisconsin,6,1,1,,7,,,6,4,1,5.086,122.171,129.169,31,5e72e0d8adc903240ac70891,"{""startTime"":1678933040894,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":101,""label"":""hovered"",""timeHovered"":11240,""week"":""2021-10-11""},{""time"":12053,""label"":""hovered"",""timeHovered"":5293,""week"":""2022-01-03""}]}","{""startTime"":1678933012723,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932899045,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":17,""label"":""tour_started""},{""time"":9990,""label"":""hovered"",""timeHovered"":1031,""week"":""2021-07-05""},{""time"":17735,""label"":""tour_next"",""step"":2},{""time"":24353,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932979166,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":3237,""label"":""hovered"",""timeHovered"":1015,""week"":""2021-09-13""}]}",1,simple,line +2023-03-15 22:17:05,2023-03-15 22:24:38,0,76.230.140.52,100,453,1,2023-03-15 22:24:39,R_3O0u4ZmY19dHd7g,,,,,42.6626,-83.1837,anonymous,EN,1,8.619,8.619,9.651,1,,,,,,,,0,0,15.01,0,83,75,43,7.366,14.127,15.377,4,11.232,13.956,18.813,2,1,1,22.156,33.695,34.289,3,1,1,26.831,51.913,53.483,2,1,38.216,38.216,39.644,1,0,0,15.015,0,4,4,4,5,5,4,,12.208,22.31,24.807,6,4,4,3,2,2,4,I don't have a reason not to trust it.,3.023,3.023,13.219,1,4,,5.757,5.757,7.496,1,2,7,3,4,1,5,6,0,0,15.915,0,5,5,4,5,6,8,9,9,,6.104,24.095,26.055,11,2,3,2,2,3,3,9.881,29.128,30.615,7,2,,3.716,3.716,5.589,1,2,1994,Michigan,6,1,1,,7,,,17,3,1,2.478,76.118,79.02,20,612e75305c548dd77bca9d73,"{""startTime"":1678933201906,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":11009},{""label"":""window_focused"",""time"":11093}]}","{""startTime"":1678933160310,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933071808,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":11225,""label"":""tour_next"",""step"":2},{""time"":13949,""label"":""tour_end"",""step"":2},{""time"":15524,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1424,""week"":""1"",""id"":""chart""}]}","{""startTime"":1678933144754,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,bar +2023-03-15 22:14:32,2023-03-15 22:24:40,0,68.226.96.227,100,608,1,2023-03-15 22:24:40,R_2TouoKQTZzoRsfz,,,,,33.4935,-111.9211,anonymous,EN,1,20.836,21.803,23.008,2,1,2,2,3.181,8.22,9.078,3,0,0,15.016,0,83,81,57,15.948,47.492,48.429,9,62.215,85.165,86.096,6,-1,1,1.682,35.946,36.607,7,-1,1,15.606,40.294,41.402,6,1,31.809,48.664,49.618,3,0,0,15.017,0,5,4,5,5,5,5,,5.132,25.563,28.012,8,4,4,4,3,3,4,It is pretty straightforward but takes time to analyze the data and really understand the data.,2.87,2.87,32.344,1,6,,4.372,4.372,7.487,1,2,7,3,4,1,5,6,14.032,24.079,25.001,2,7,7,9,9,5,9,10,10,,5.105,17.386,18.371,10,4,4,2,2,4,4,4.458,26.939,27.599,7,6,1,6.036,13.124,14.191,3,2,1963,Arizona,8,1,1,,2,,,16,2,2,2.719,81.64,82.587,27,63804d105c37525d499b9c6c,"{""startTime"":1678933129910,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933158994,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932985433,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":20569,""label"":""hovered"",""timeHovered"":1800,""week"":""2021-12-20""},{""time"":22370,""label"":""hovered"",""timeHovered"":3888,""week"":""2021-12-20""},{""time"":27009,""label"":""hovered"",""timeHovered"":8711,""week"":""2022-01-10""},{""time"":36837,""label"":""hovered"",""timeHovered"":5239,""week"":""2022-01-10""},{""time"":42444,""label"":""hovered"",""timeHovered"":2486,""week"":""2022-01-24""},{""time"":46064,""label"":""hovered"",""timeHovered"":3370,""week"":""2021-08-30""},{""time"":50086,""label"":""hovered"",""timeHovered"":2301,""week"":""2021-06-28""},{""time"":52555,""label"":""hovered"",""timeHovered"":3386,""week"":""2021-06-07""},{""time"":57428,""label"":""hovered"",""timeHovered"":2017,""week"":""2021-04-12""},{""time"":59663,""label"":""hovered"",""timeHovered"":1384,""week"":""2021-04-26""},{""time"":63234,""label"":""hovered"",""timeHovered"":1016,""week"":""2021-11-29""},{""time"":64603,""label"":""hovered"",""timeHovered"":1550,""week"":""2021-12-20""},{""time"":74096,""label"":""tour_next"",""step"":2},{""time"":82004,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933113967,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7135,""label"":""hovered"",""timeHovered"":2277,""week"":""2022-01-03""},{""time"":11884,""label"":""hovered"",""timeHovered"":1152,""week"":""2022-01-10""},{""time"":13549,""label"":""hovered"",""timeHovered"":1143,""week"":""2021-10-11""}]}",1,moderate,line +2023-03-15 22:11:17,2023-03-15 22:24:43,0,170.253.202.189,100,806,1,2023-03-15 22:24:44,R_1qZZpV4tIBv7wSw,,,,,33.9828,-88.4683,anonymous,EN,1,5.587,5.587,6.941,1,,,,,,,,0,0,15.116,0,100,52,25,10.628,16.901,18.551,3,7.959,17.695,33.582,3,1,-1,18.03,53.07,56.56,2,-2,1,44.827,66.776,68.002,3,1,209.98,209.98,211.983,1,0,0,15.014,0,5,3,3,4,6,4,,11.932,33.023,36.682,7,5,5,5,5,5,5,"I trust this visualization because of the interactive mode. But when I went to look for the week of Jan. 15th specifically in reference to that one question I couldn't find it, but maybe that was a generalization of a question...",2.312,2.312,57.468,1,4,,4.336,5.056,6.485,2,2,7,3,4,1,5,6,0,0,21.629,0,2,2,8,2,2,3,10,10,,4.494,70.347,84.501,8,2,2,3,3,2,3,2.696,21.911,23.31,7,3,,3.235,3.235,4.623,1,2,1973,Mississippi,7,2,1,,7,,,13,2,1,2.442,86.169,91.82,19,5de9ce848b29320fd922c587,"{""startTime"":1678932847649,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932887025,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932729050,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":10579,""label"":""tour_next"",""step"":2},{""time"":17683,""label"":""tour_end"",""step"":2},{""time"":22031,""label"":""hovered"",""timeHovered"":1362,""week"":""2021-10-04""},{""time"":23898,""label"":""hovered"",""timeHovered"":1499,""week"":""2021-07-19""},{""time"":27779,""label"":""hovered"",""timeHovered"":1091,""week"":""2021-07-12""}]}","{""startTime"":1678932831861,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":4428,""label"":""hovered"",""timeHovered"":1001,""week"":""2021-05-24""},{""time"":5501,""label"":""hovered"",""timeHovered"":1549,""week"":""2021-05-24""},{""time"":8911,""label"":""hovered"",""timeHovered"":1475,""week"":""2021-04-26""},{""time"":12150,""label"":""hovered"",""timeHovered"":1448,""week"":""2022-01-03""}]}",0,moderate,line +2023-03-15 22:13:48,2023-03-15 22:24:48,0,98.250.242.105,100,659,1,2023-03-15 22:24:48,R_2cwPmj4eFkAWZ27,,,,,42.5029,-83.1021,anonymous,EN,1,3.935,3.935,4.805,1,,,,,,,,0,0,15.112,0,30,44,8,21.261,28.168,28.931,3,35.394,51.129,53.032,2,1,1,23.302,46.1,48.097,2,1,-3,40.837,129.645,155.691,2,1,74.51,74.51,75.725,1,0,0,15.009,0,3,5,4,4,6,4,,9.079,37.848,40.466,10,5,5,5,3,3,6,the chart and graphs showed it all ,4.701,4.701,33.432,1,4,,2.628,4.7,6.693,2,2,7,3,4,1,5,6,0,0,26.74,0,5,6,7,7,9,4,8,9,,3.795,19.381,23.048,10,2,3,3,2,4,2,3.625,22.426,23.19,7,6,,3.616,3.616,5.314,1,1,1969,Michigan,2,2,1,,3,,,4,1,2,1.52,66.177,70.819,19,5c961ee66357fb0001ef4b4a,"{""startTime"":1678933000032,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933040945,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":29,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1706,""week"":""50"",""id"":""chart""}]}","{""startTime"":1678932882451,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":8386,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1817,""week"":""2"",""id"":""chart""},{""time"":10269,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1167,""week"":""1"",""id"":""chart""},{""time"":11503,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6866,""week"":""52"",""id"":""chart""},{""time"":19986,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2367,""week"":""1"",""id"":""chart""},{""time"":23119,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2051,""week"":""1"",""id"":""chart""},{""time"":25271,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1582,""week"":""2"",""id"":""chart""},{""time"":26853,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1250,""week"":""3"",""id"":""chart""},{""time"":30486,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1716,""week"":""6"",""id"":""chart""},{""time"":35391,""label"":""tour_next"",""step"":2},{""time"":40770,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1716,""week"":""52"",""id"":""chart2""},{""time"":43236,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1317,""week"":""4"",""id"":""chart2""},{""time"":51125,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932984608,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":9118,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1205,""week"":""52"",""id"":""chart2""}]}",0,simple,bar +2023-03-15 22:06:50,2023-03-15 22:25:11,0,75.128.49.230,100,1100,1,2023-03-15 22:25:11,R_3PpDKhmrEhMCUZQ,,,,,34.066,-117.8928,anonymous,EN,1,17.005,17.005,22.273,1,,,,,,,,0,0,15.122,0,100,100,62,7.519,39.017,49.801,6,22.729,34.558,36.501,2,1,1,70.296,89.734,106.894,2,-2,-3,43.085,144.93,155.261,3,-2,159.341,159.341,161.377,1,0,0,15.111,0,6,5,6,5,6,6,,17.057,37.545,39.467,6,5,6,5,5,5,5,I agree in trusting this visualization because it includes all relevant data in a way that I can generally understand/read it.,2.398,20.377,47.891,2,4,,7.796,13.519,15.224,2,2,7,3,4,1,5,6,0,0,27.753,0,2,6,7,7,2,4,8,7,,6.412,47.477,59.974,11,2,3,2,3,3,2,6.298,32.216,40.498,6,5,,3.567,6.37,7.495,2,2,1988,California,7,3,1,,9,,"Hispanic, Asian, White",17,2,1,1.353,181.32,192.757,60,5d4ac837d2844e0001ecf699,"{""startTime"":1678932792834,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932670463,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":14014},{""label"":""window_focused"",""time"":21155}]}","{""startTime"":1678932509506,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":24,""label"":""tour_started""},{""time"":8836,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1882,""week"":""1"",""id"":""chart""},{""time"":11249,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1117,""week"":""52"",""id"":""chart""},{""time"":17174,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1034,""week"":""52"",""id"":""chart""},{""time"":19639,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1416,""week"":""5"",""id"":""chart""},{""time"":22722,""label"":""tour_next"",""step"":2},{""time"":26478,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2268,""week"":""1"",""id"":""chart2""},{""time"":28843,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1134,""week"":""2"",""id"":""chart2""},{""time"":31107,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1383,""week"":""2"",""id"":""chart2""},{""time"":34550,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932654684,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,bar +2023-03-15 22:15:49,2023-03-15 22:25:12,0,174.162.32.30,100,562,1,2023-03-15 22:25:12,R_xzUXATYZ8vud7dD,,,,,43.0127,-85.722,anonymous,EN,1,10.66,10.66,12.334,1,1,4,2,2.807,7.733,9.027,2,0,0,15.014,0,70,50,17,19.101,31.034,33.115,3,17.325,23.972,26.18,2,1,1,40.284,58.203,59.696,3,-3,-3,21.538,67.937,69.419,3,-3,33.978,33.978,35.356,1,0,0,15.012,0,5,3,5,5,6,5,,16.446,32.402,37.282,6,4,5,5,3,5,5,Provided by CDC ,3.6,3.6,30.403,1,6,,6.709,7.801,10.736,2,2,7,3,4,1,5,6,0,0,28.027,0,3,9,8,5,8,5,10,9,,7.104,24.482,26.301,8,3,4,1,2,4,4,8.649,29.112,30.473,6,3,2,2.452,13.202,14.504,2,1,1965,Michigan,3,3,1,,7,,,7,4,2,4.78,61.32,62.806,13,5bdf513338109a0001f474c8,"{""startTime"":1678933190167,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933136064,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933033475,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":19,""label"":""tour_started""},{""time"":9337,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2017,""week"":""1"",""id"":""chart""},{""time"":13141,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1498,""week"":""49"",""id"":""chart""},{""time"":17320,""label"":""tour_next"",""step"":2},{""time"":19677,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1517,""week"":""2"",""id"":""chart2""},{""time"":21943,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1183,""week"":""51"",""id"":""chart2""},{""time"":23966,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933120415,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":6998,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1335,""week"":""1"",""id"":""chart2""},{""time"":8366,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2400,""week"":""52"",""id"":""chart2""},{""time"":11090,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2093,""week"":""52"",""id"":""chart""},{""time"":13779,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1039,""week"":""52"",""id"":""chart2""}]}",1,simple,bar +2023-03-15 22:12:50,2023-03-15 22:25:33,0,67.3.132.134,100,762,1,2023-03-15 22:25:34,R_2tEEEJ9aoB1qNFY,,,,,41.2884,-95.9972,anonymous,EN,1,4.906,4.906,5.881,1,1,4,2,2.908,5.366,6.285,2,0,0,15.111,0,49,14,69,9.179,32.978,34.689,6,28.664,101.182,102.735,18,1,1,53.863,70.985,79.193,2,-3,-3,37.995,59.855,61.293,2,1,25.516,25.516,27.196,1,0,0,15.01,0,2,2,2,2,3,2,,9.063,26.097,27.574,8,4,2,3,2,2,3,I think all of the Covid information is skewed. There are many people who never get tested so I trust the validity of these results. ,3.689,29.465,52.041,3,2,,6.913,6.913,8.494,1,2,3,4,5,1,6,7,0,0,17.047,0,1,2,2,1,1,6,4,4,,5.519,20.099,22.273,8,4,5,1,1,4,5,10.226,27.943,29.097,6,4,2,8.684,17.638,18.861,3,2,1970,Nebraska,6,2,1,,7,,,8,3,1,2.613,163.185,170.072,52,63b6ce65bf24c8201da439e4,"{""startTime"":1678933090454,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932991583,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":25,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1711,""week"":""1"",""id"":""chart""},{""time"":7740,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1081,""week"":""1"",""id"":""chart""}]}","{""startTime"":1678932844797,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":15806,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4107,""week"":""1"",""id"":""chart""},{""time"":20063,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3692,""week"":""2"",""id"":""chart""},{""time"":25070,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1429,""week"":""3"",""id"":""chart""},{""time"":28656,""label"":""tour_next"",""step"":5},{""time"":55972,""label"":""cleared_brush"",""using"":""Click""},{""time"":64583,""label"":""started_brush"",""startDate"":""2021-08-23"",""endDate"":""2021-09-03""},{""time"":65421,""label"":""tour_next"",""step"":5},{""time"":74243,""label"":""moved_brush"",""startDate"":""2021-07-09"",""endDate"":""2021-09-03""},{""time"":75200,""label"":""tour_next"",""step"":5},{""time"":81905,""label"":""moved_brush"",""startDate"":""2021-08-10"",""endDate"":""2021-10-05""},{""time"":89018,""label"":""started_brush"",""startDate"":""2021-07-26"",""endDate"":""2021-09-30""},{""time"":89411,""label"":""moved_brush"",""startDate"":""2021-06-15"",""endDate"":""2021-08-21""},{""time"":91242,""label"":""cleared_brush"",""using"":""Click""},{""time"":94897,""label"":""tour_next"",""step"":5},{""time"":101173,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678932976027,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":6926,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2333,""week"":""2"",""id"":""chart""},{""time"":11245,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1673,""week"":""1"",""id"":""chart""}]}",1,complex,bar +2023-03-15 22:18:50,2023-03-15 22:25:38,0,75.187.119.49,100,407,1,2023-03-15 22:25:38,R_1hZlA5UMtogNfvg,,,,,39.1094,-84.5718,anonymous,EN,1,2.635,2.635,3.701,1,1,2,1,1.45,5.05,5.888,2,0,0,15.009,0,65,100,24,8.541,12.325,13.014,3,17.264,39.812,42.401,5,1,1,6.252,32.335,33.662,3,-2,-3,15.017,40.417,41.664,6,1,10.673,35.606,37.099,8,4.389,12.123,15.018,3,3,3,3,4,5,3,,5.731,17.984,19.741,8,3,3,2,7,7,3,I haven't done enough research about it to have an opinion either way.,2.102,2.102,21.396,1,2,,7.273,7.273,9.034,1,2,7,3,4,1,5,6,0,0,15.479,0,1,4,1,5,6,4,9,8,,4.53,20.847,21.22,9,1,1,5,5,2,1,5.341,19.758,20.751,7,2,1,4,9.683,11.232,2,2,1984,Ohio,7,3,1,,7,,,10,4,1,2.541,38.091,42.243,14,614f297f566989948fc108ad,"{""startTime"":1678933316583,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933275736,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933179621,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":6973,""label"":""hovered"",""timeHovered"":1615,""week"":""2021-12-13""},{""time"":13971,""label"":""hovered"",""timeHovered"":1533,""week"":""2022-01-24""},{""time"":17260,""label"":""tour_next"",""step"":5},{""time"":24315,""label"":""started_brush"",""startDate"":""2021-06-21"",""endDate"":""2021-10-24""},{""time"":26091,""label"":""moved_brush"",""startDate"":""2021-06-21"",""endDate"":""2021-09-12""},{""time"":26824,""label"":""tour_next"",""step"":5},{""time"":30776,""label"":""moved_brush"",""startDate"":""2021-09-28"",""endDate"":""2021-12-21""},{""time"":31874,""label"":""tour_next"",""step"":5},{""time"":35447,""label"":""cleared_brush"",""using"":""click""},{""time"":35448,""label"":""cleared_brush"",""using"":""Escape""},{""time"":36791,""label"":""tour_next"",""step"":5},{""time"":39808,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678933260112,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":6070,""label"":""cleared_brush"",""using"":""click""},{""time"":7887,""label"":""started_brush"",""startDate"":""2021-10-08"",""endDate"":""2021-12-07""},{""time"":10150,""label"":""started_brush"",""startDate"":""2021-05-29"",""endDate"":""2021-08-11""}]}",1,complex,line +2023-03-15 22:14:27,2023-03-15 22:25:38,0,137.83.67.36,100,670,1,2023-03-15 22:25:38,R_1f1aLTm8AtuzVzN,,,,,46.9718,-124.157,anonymous,EN,1,3.153,3.153,4.297,1,1,4,2,1.668,4.756,5.725,3,0,0,15.01,0,60,91,74,26.395,32.088,33.908,3,9.722,92.611,107.859,21,1,1,25.04,56.225,58.29,2,1,1,20.349,38.112,40.286,2,1,12.885,86.581,88.551,2,0,0,15.117,0,6,4,6,6,6,6,,20.61,41.48,43.136,8,5,6,6,7,4,5,"It seems to have all of the appropriate data, and seems to be in line with the data I saw in the New York Times during the same time period.",1.98,1.98,32.85,1,6,,4.477,8.441,9.856,2,2,7,3,4,1,5,6,0,0,19.176,0,7,8,9,10,9,8,11,10,,3.749,15.429,17.248,8,3,3,2,3,4,3,7.419,28.907,30.397,7,1,1,2.886,9.764,11.203,2,1,1969,Washington,6,1,1,,7,,,5,4,1,2.013,52.789,88.705,13,62db76a315d362749f584469,"{""startTime"":1678933212581,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":19800,""label"":""started_brush"",""startDate"":""2021-08-08"",""endDate"":""2021-08-11""}]}","{""startTime"":1678933151669,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932938332,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":9719,""label"":""tour_next"",""step"":5},{""time"":25158,""label"":""tour_back"",""step"":5},{""time"":28496,""label"":""hovered"",""timeHovered"":1178,""week"":""2021-08-30""},{""time"":31046,""label"":""hovered"",""timeHovered"":1128,""week"":""2021-09-06""},{""time"":32557,""label"":""hovered"",""timeHovered"":1534,""week"":""2021-09-20""},{""time"":37908,""label"":""hovered"",""timeHovered"":3081,""week"":""2022-01-03""},{""time"":43180,""label"":""tour_next"",""step"":5},{""time"":51019,""label"":""tour_back"",""step"":5},{""time"":61971,""label"":""tour_next"",""step"":5},{""time"":68481,""label"":""started_brush"",""startDate"":""2021-06-05"",""endDate"":""2021-10-18""},{""time"":69360,""label"":""tour_next"",""step"":5},{""time"":76501,""label"":""moved_brush"",""startDate"":""2021-04-20"",""endDate"":""2021-09-02""},{""time"":77532,""label"":""tour_next"",""step"":5},{""time"":85488,""label"":""cleared_brush"",""using"":""click""},{""time"":85491,""label"":""cleared_brush"",""using"":""Escape""},{""time"":86937,""label"":""tour_next"",""step"":5},{""time"":92606,""label"":""tour_end"",""step"":5},{""time"":95137,""label"":""hovered"",""timeHovered"":1210,""week"":""2022-01-31""},{""time"":100070,""label"":""hovered"",""timeHovered"":3632,""week"":""2022-01-10""}]}","{""startTime"":1678933136055,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line +2023-03-15 22:12:22,2023-03-15 22:25:54,0,207.255.209.12,100,812,1,2023-03-15 22:25:55,R_1LHVRHuwrMhwsQO,,,,,39.6545,-78.7665,anonymous,EN,1,5.6,5.6,6.605,1,,,,,,,,0,0,15.108,0,86,100,77,12.783,21.798,23.944,5,22.732,30.94,44.75,2,1,1,41.77,49.738,54.468,2,1,-3,20.011,74.074,76.43,4,1,60.1,60.1,61.298,1,0,0,15.015,0,5,2,1,4,2,6,I just needed to realize that the two factors (insect & fungi) were added together and not two separate bars.,21.956,101.465,104.18,11,4,5,6,7,6,6,"I think once you see how the numbers are presented and what they mean, they are easy to follow. I do wish you didn't have to subtract the fungi from the insect to get to accurate insect count, but at least I know how the data is presented.",2.301,2.301,71.145,1,2,,8.524,10.451,14.617,2,2,7,3,4,1,5,6,0,0,21.65,0,5,8,9,9,8,8,9,9,,7.964,32.548,34.597,12,4,5,1,2,5,5,11.814,34.742,35.548,6,5,,10.479,10.479,12.3,1,1,1976,Maryland,4,2,1,,7,,,3,1,1,1.747,162.487,165.664,53,5bfc4058bab673000163c8af,"{""startTime"":1678932935831,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":91,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":12601,""week"":""2"",""id"":""chart""}]}","{""startTime"":1678933040787,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932797748,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":27,""label"":""tour_started""},{""time"":17594,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1017,""week"":""52"",""id"":""chart""},{""time"":18627,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1366,""week"":""51"",""id"":""chart""},{""time"":22721,""label"":""tour_next"",""step"":2},{""time"":30928,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932920145,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":4194,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1986,""week"":""52"",""id"":""chart""},{""time"":6212,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1055,""week"":""1"",""id"":""chart""}]}",0,moderate,bar +2023-03-15 22:12:05,2023-03-15 22:25:55,0,73.225.131.228,100,830,1,2023-03-15 22:25:56,R_DpWSJH152xU3JDj,,,,,47.3014,-122.6062,anonymous,EN,1,12.431,12.431,14.08,1,1,3,2,14.357,19.624,21.45,2,0,0,15.111,0,100,50,36,15.555,22.504,24.445,4,32.1,41.116,66.741,2,1,1,57.38,76.662,79.671,2,-3,1,114.135,148.686,154.431,2,1,40.022,40.022,42.349,1,0,0,15.014,0,3,3,2,3,3,3,I am not sure why we are not using the visualization data above for this set of questions,18.649,34.634,65.792,8,6,5,6,4,5,6,I trust scientific data and all that it includes. ,5.59,5.59,38.896,1,6,,16.697,16.697,28.784,1,2,7,3,4,1,5,6,0,0,28.201,0,7,9,8,8,8,5,10,10,,9.055,23.787,27.432,8,4,4,2,2,4,4,11.963,36.446,37.476,6,2,1,3.17,14.42,17.666,2,2,1958,Washington,5,2,1,,9,,Gig Harbor,14,4,1,4.268,77.018,81.848,14,62eed9e3e4c704bcef237b74,"{""startTime"":1678933136625,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933052478,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932814390,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":19257,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1749,""week"":""51"",""id"":""chart""},{""time"":22967,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3472,""week"":""52"",""id"":""chart""},{""time"":26460,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1563,""week"":""51"",""id"":""chart""},{""time"":29291,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1049,""week"":""50"",""id"":""chart""},{""time"":32097,""label"":""tour_next"",""step"":2},{""time"":41113,""label"":""tour_end"",""step"":2},{""time"":50676,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":9630,""week"":""52"",""id"":""chart""},{""time"":60325,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3581,""week"":""51"",""id"":""chart""}]}","{""startTime"":1678933036918,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar +2023-03-15 22:16:02,2023-03-15 22:25:59,0,24.12.44.253,100,597,1,2023-03-15 22:26:00,R_RCin6YeQvqjkusN,,,,,41.6133,-87.0446,anonymous,EN,1,1.943,8.678,10.063,6,,,,,,,,12.169,12.169,15.027,1,85,87,50,1.4,19.122,20.48,6,8.575,25.836,27.124,4,1,1,4.114,57.671,59.646,33,1,1,12.644,83.357,86.418,17,1,13.262,97.63,100.151,9,6.977,6.977,15.023,1,4,4,4,5,5,4,,4.159,30.166,31.724,22,3,5,3,3,3,4,I don't know the context nor who performed the research.,6.057,6.057,33.448,1,4,,5.264,6.699,8.044,2,2,7,3,4,1,5,6,8.177,19.633,25.725,2,6,6,8,8,8,4,10,9,,4.402,18.91,20.429,9,4,3,1,3,3,3,7.941,21.775,23.06,7,4,,4.186,5.727,7.231,2,2,1961,Indiana,7,1,1,,7,,,9,5,2,2.396,68.955,70.767,20,609c6cc79875c8f0ba5d2242,"{""startTime"":1678933202343,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933149909,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933019540,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":15210,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1373,""week"":""4"",""id"":""chart""},{""time"":18460,""label"":""tour_next"",""step"":2},{""time"":23561,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933134326,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":9133,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5429,""week"":""52"",""id"":""chart""}]}",0,moderate,bar +2023-03-15 22:17:55,2023-03-15 22:26:11,0,71.14.184.19,100,495,1,2023-03-15 22:26:11,R_Oe6gRD8JcG59CM1,,,,,38.6287,-90.1988,anonymous,EN,1,5.586,5.586,6.495,1,1,2,2,1.37,2.918,3.847,2,0,0,15.02,0,89,88,67,6.555,16.806,18.339,6,15.31,18.032,20.627,2,1,1,25.253,45.103,45.908,2,-2,-2,25.546,42.704,43.582,3,1,143.731,143.731,144.643,1,0,0,15.008,0,6,3,1,6,6,5,,3.711,11.869,13.791,7,5,6,6,5,4,5,"It seems scientific, it provides a good amount of information and it provides it in a clear manner.",1.213,1.213,26.1,1,5,,3.542,3.542,5.185,1,2,7,3,4,1,5,6,0,0,12.658,0,2,2,1,2,4,1,10,9,,0,0,19.3,0,5,5,1,1,5,5,0,0,10.799,0,1,1,0,0,6.335,0,3,1977,Missouri,3,2,1,,7,,,5,4,2,8.984,38.771,45.342,11,5589a309fdf99b7ae5007c33,"{""startTime"":1678933262291,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933219141,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":1257,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1463,""week"":""4"",""id"":""chart""}]}","{""startTime"":1678933138492,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":21,""label"":""tour_started""},{""time"":7655,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2682,""week"":""52"",""id"":""chart""},{""time"":15303,""label"":""tour_next"",""step"":2},{""time"":18025,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933203463,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar +2023-03-15 22:03:37,2023-03-15 22:26:26,0,76.137.135.225,100,1369,1,2023-03-15 22:26:27,R_7aH75gihyw78gNP,,,,,38.6283,-121.3307,anonymous,EN,1,19.601,19.601,105.357,1,1,2,2,2.823,7.401,8.848,2,0,0,15.107,0,50,54,26,90.946,103.959,108.431,4,30.954,256.282,281.07,25,-2,-3,42.593,60.827,75.789,3,-3,-3,48.341,80.183,81.635,2,1,58.633,58.633,60.4,1,0,0,15.006,0,3,3,7,5,5,7,,24.415,50.183,55.67,7,7,5,4,7,7,3,"I don't know how this info was collected, how it was reported, where it came from, who compiled it, or whether or not it was skewed. I also don't trust information compiled by the government unless it can be independently verified.",3.643,3.643,71.222,1,6,,9.092,9.092,11.944,1,2,7,3,4,1,5,6,0,0,27.93,0,1,2,2,6,1,6,10,9,,9.253,41.353,48.505,10,5,5,1,1,5,5,11.407,36.397,38.324,6,4,4,11.528,25.936,27.883,2,2,1957,California,6,2,1,,7,,,14,4,1,3.952,214.306,219.631,52,639aa4b8f52bdf60b603c9b1,"{""startTime"":1678932987483,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932827228,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":29,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4323,""week"":""52"",""id"":""chart""},{""time"":4688,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3097,""week"":""51"",""id"":""chart""}]}","{""startTime"":1678932468863,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":32183,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3199,""week"":""50"",""id"":""chart""},{""time"":36267,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1649,""week"":""34"",""id"":""chart""},{""time"":46016,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4782,""week"":""4"",""id"":""chart""},{""time"":74874,""label"":""tour_next"",""step"":5},{""time"":111913,""label"":""cleared_brush"",""using"":""Click""},{""time"":114704,""label"":""cleared_brush"",""using"":""Click""},{""time"":127767,""label"":""started_brush"",""startDate"":""2021-11-29"",""endDate"":""2022-02-04""},{""time"":152842,""label"":""moved_brush"",""startDate"":""2021-11-20"",""endDate"":""2022-01-26""},{""time"":158845,""label"":""moved_brush"",""startDate"":""2021-12-01"",""endDate"":""2022-02-06""},{""time"":162706,""label"":""tour_next"",""step"":5},{""time"":178265,""label"":""moved_brush"",""startDate"":""2021-12-01"",""endDate"":""2022-01-31""},{""time"":182099,""label"":""moved_brush"",""startDate"":""2021-12-07"",""endDate"":""2022-01-31""},{""time"":188954,""label"":""moved_brush"",""startDate"":""2021-12-06"",""endDate"":""2022-01-30""},{""time"":190403,""label"":""tour_next"",""step"":5},{""time"":221364,""label"":""cleared_brush"",""using"":""Click""},{""time"":223352,""label"":""tour_next"",""step"":5},{""time"":232419,""label"":""tour_end"",""step"":5},{""time"":233755,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3635,""week"":""2"",""id"":""chart""},{""time"":237816,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":15091,""week"":""52"",""id"":""chart""},{""time"":257631,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2728,""week"":""33"",""id"":""chart""},{""time"":263675,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2230,""week"":""14"",""id"":""chart""},{""time"":266426,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4930,""week"":""24"",""id"":""chart""},{""time"":273410,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1795,""week"":""24"",""id"":""chart""}]}","{""startTime"":1678932811712,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":2779,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":9939,""week"":""1"",""id"":""chart""}]}",1,complex,bar +2023-03-15 22:02:53,2023-03-15 22:26:47,0,184.166.49.25,100,1433,1,2023-03-15 22:26:47,R_3JwObxfdgpysLjZ,,,,,48.3595,-114.1884,anonymous,EN,1,39.437,39.437,41.142,1,,,,,,,,0,0,15.011,0,95,74,62,46.417,68.529,71.642,6,46.664,54.294,75.6,2,-1,1,28.184,132.489,135.441,6,-3,1,29.083,56.681,58.903,4,1,79.072,101.011,114.356,2,0,0,15.014,0,3,7,3,2,5,2,,13.576,59.708,80.939,7,2,4,5,7,3,4,"I chose ""slightly agree"" because the instructions said to assume I trust the data. Something I can't put my finger on seems missing, though.",3.596,88.885,103.254,3,5,,6.618,14.641,21.755,3,2,7,3,4,1,5,6,0,0,35.915,0,3,7,7,5,4,3,9,5,I trust the Democratic Party (8) much more than the current Republican party (1).,11.767,117.08,139.245,14,2,3,1,2,4,3,17.749,83.838,85.77,6,2,,10.997,10.997,14.673,1,2,1956,Montana,6,1,1,,7,,,3,4,1,2.048,192.199,200.26,32,63d87654c14b742db0fba872,"{""startTime"":1678932475458,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932558472,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932320335,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":32,""label"":""tour_started""},{""time"":25079,""label"":""hovered"",""timeHovered"":2485,""week"":""2021-12-27""},{""time"":28950,""label"":""hovered"",""timeHovered"":5324,""week"":""2022-01-10""},{""time"":36676,""label"":""hovered"",""timeHovered"":6524,""week"":""2022-01-17""},{""time"":46634,""label"":""tour_next"",""step"":2},{""time"":54264,""label"":""tour_end"",""step"":2},{""time"":56570,""label"":""hovered"",""timeHovered"":1466,""week"":""2022-01-31""},{""time"":60773,""label"":""hovered"",""timeHovered"":2036,""week"":""2021-04-12""},{""time"":68738,""label"":""hovered"",""timeHovered"":1230,""week"":""2021-10-18""}]}","{""startTime"":1678932458895,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":4564,""label"":""hovered"",""timeHovered"":2572,""week"":""2021-06-21""},{""time"":7536,""label"":""hovered"",""timeHovered"":1401,""week"":""2021-05-31""},{""time"":8938,""label"":""hovered"",""timeHovered"":2419,""week"":""2021-06-14""},{""time"":11461,""label"":""hovered"",""timeHovered"":2482,""week"":""2021-08-16""}]}",0,moderate,line +2023-03-15 22:11:17,2023-03-15 22:27:00,0,174.16.230.238,100,942,1,2023-03-15 22:27:01,R_xsavud1viZoDwyt,,,,,39.7351,-105.0269,anonymous,EN,1,7.568,7.568,9.747,1,1,4,2,2.421,5.509,8.777,2,0,0,15.012,0,85,100,84,18.019,29.261,38.454,3,13.595,142.365,155.381,13,-2,1,26.498,60.564,72.255,3,-3,-3,62.444,133.081,152.056,2,1,26.191,46.848,47.799,3,0,0,15.011,0,5,5,5,5,5,5,No additional comments.,15.746,33.073,55.919,7,5,6,6,6,5,6,Because it came from the CDC.,3.907,3.907,23.259,1,6,No additional comments.,6.831,8.499,18.953,2,2,7,3,4,1,5,6,0,0,19.148,0,5,9,9,8,7,5,10,10,These are very general categories and my answers might vary if specific people were mentioned.,5.492,102.583,110.521,18,5,5,1,1,5,5,10.67,33.967,34.703,7,2,1,3.088,11.395,13.653,2,1,1956,Colorado,3,2,1,,7,,,4,4,1,3.817,66.016,78.164,11,5de5dba9ff87c15699804260,"{""startTime"":1678933053705,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932984286,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932764676,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":27,""label"":""tour_started""},{""time"":71,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1840,""week"":""50"",""id"":""chart""},{""time"":13507,""label"":""tour_next"",""step"":5},{""time"":34482,""label"":""cleared_brush"",""using"":""Click""},{""time"":40945,""label"":""tour_back"",""step"":5},{""time"":42865,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5098,""week"":""52"",""id"":""chart""},{""time"":48452,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6780,""week"":""52"",""id"":""chart""},{""time"":55287,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1534,""week"":""51"",""id"":""chart""},{""time"":59049,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1836,""week"":""6"",""id"":""chart""},{""time"":62011,""label"":""tour_next"",""step"":5},{""time"":73289,""label"":""started_brush"",""startDate"":""2021-09-23"",""endDate"":""2021-11-02""},{""time"":77955,""label"":""tour_next"",""step"":5},{""time"":97516,""label"":""moved_brush"",""startDate"":""2021-10-04"",""endDate"":""2021-11-02""},{""time"":101521,""label"":""moved_brush"",""startDate"":""2021-10-02"",""endDate"":""2021-10-30""},{""time"":103070,""label"":""tour_next"",""step"":5},{""time"":114131,""label"":""cleared_brush"",""using"":""Click""},{""time"":114131,""label"":""cleared_brush"",""using"":""Escape""},{""time"":117548,""label"":""tour_next"",""step"":5},{""time"":127700,""label"":""tour_end"",""step"":5},{""time"":130726,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1086,""week"":""3"",""id"":""chart""},{""time"":138751,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2084,""week"":""38"",""id"":""chart""},{""time"":147972,""label"":""started_brush"",""startDate"":""2021-12-04"",""endDate"":""2021-12-11""}]}","{""startTime"":1678932968727,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar +2023-03-15 22:13:31,2023-03-15 22:27:00,0,50.113.92.40,100,808,1,2023-03-15 22:27:01,R_3hgukPVarNBCUD8,,,,,33.1639,-117.3003,anonymous,EN,1,3.431,3.431,5.1,1,1,4,2,1.984,3.757,5.091,2,0,0,15.01,0,81,81,88,0,0,23.797,0,5.591,46.213,60.931,3,1,1,26.561,66.759,68.196,3,1,-3,9.553,109.093,110.535,7,-3,38.443,38.443,39.99,1,8.541,8.541,15.015,1,5,5,4,4,5,5,,21.692,33.441,37.464,7,6,6,6,6,6,6,The data fits with the data presented in a way that is entirely believable.,9.576,12.616,63.337,4,5,,4.222,5.825,7.271,2,2,3,4,5,1,6,7,0,0,14.38,0,3,4,6,7,8,4,10,8,,0,0,35.8,0,5,5,2,2,5,5,0,0,20.205,0,4,1,0,0,22.46,0,1,1937,California,7,2,1,,7,,,9,1,1,13.003,189.613,195.82,22,5d41e832b0ca7200169d857e,"{""startTime"":1678933168884,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933091136,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932879187,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":27,""label"":""tour_started""},{""time"":16676,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4730,""week"":""52"",""id"":""chart""},{""time"":21624,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":15343,""week"":""50"",""id"":""chart""},{""time"":38618,""label"":""tour_next"",""step"":2},{""time"":46199,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933051571,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":10156,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1765,""week"":""2"",""id"":""chart""}]}",1,moderate,bar +2023-03-15 22:08:35,2023-03-15 22:27:11,0,24.0.201.247,100,1115,1,2023-03-15 22:27:11,R_3DcmpiXm8gQB9CT,,,,,40.7876,-74.06,anonymous,EN,1,7.061,39.637,42.845,12,2,,2,3.002,3.002,5.748,1,6.442,6.442,15.018,1,86,95,58,9.683,101.568,102.916,18,9.663,177.197,180.443,12,1,1,7.65,176.567,177.722,8,-2,1,33.323,56.634,58.856,5,1,4.831,51.302,52.595,4,0,0,15.007,0,5,4,5,6,5,5,,6.94,45.348,49.486,10,4,6,5,5,3,5,Cause it's trustful information.,4.577,4.577,64.05,1,4,,15.581,15.581,22.094,1,2,7,3,4,1,5,6,14.308,14.308,41.055,1,5,6,9,6,4,8,7,9,,8.578,40.944,42.658,12,2,3,3,4,4,3,12.066,46.64,48.05,8,7,1,2.672,16.334,19.695,3,1,1960,New Jersey,5,2,1,,7,,,6,3,1,2.481,103.671,106.616,25,5ba345bcf07414000106135e,"{""startTime"":1678932949880,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933000070,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932699989,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":30374,""label"":""hovered"",""timeHovered"":4406,""week"":""2021-12-13""},{""time"":36348,""label"":""hovered"",""timeHovered"":9344,""week"":""2021-11-29""},{""time"":47500,""label"":""tour_next"",""step"":5},{""time"":95394,""label"":""cleared_brush"",""using"":""click""},{""time"":98401,""label"":""cleared_brush"",""using"":""click""},{""time"":116171,""label"":""started_brush"",""startDate"":""2021-09-22"",""endDate"":""2022-02-13""},{""time"":118812,""label"":""tour_next"",""step"":5},{""time"":131108,""label"":""moved_brush"",""startDate"":""2021-09-22"",""endDate"":""2022-02-13""},{""time"":133944,""label"":""moved_brush"",""startDate"":""2021-09-22"",""endDate"":""2022-02-13""},{""time"":136635,""label"":""moved_brush"",""startDate"":""2021-10-03"",""endDate"":""2022-02-13""},{""time"":137788,""label"":""tour_next"",""step"":5},{""time"":154356,""label"":""moved_brush"",""startDate"":""2021-10-03"",""endDate"":""2022-02-13""},{""time"":162114,""label"":""cleared_brush"",""using"":""click""},{""time"":162122,""label"":""cleared_brush"",""using"":""Escape""},{""time"":165099,""label"":""tour_next"",""step"":5},{""time"":177179,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678932934359,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line +2023-03-15 22:15:11,2023-03-15 22:27:18,0,76.92.141.69,100,726,1,2023-03-15 22:27:18,R_2D0426ZofRM28re,,,,,39.1027,-94.5778,anonymous,EN,1,11.857,13.558,15.245,2,,,,,,,,14.709,14.709,15.011,1,100,90,41,10.959,24.749,26.315,7,4.831,48.911,50.786,5,1,1,30.388,50.099,51.411,5,1,1,2.169,47.81,49.079,7,-1,33.818,35.555,37.934,2,10.344,10.344,15.012,1,3,3,3,5,6,3,,3.06,31.024,32.833,15,5,6,3,3,7,3,"I don't know enough about the subject to know if the data is accurate. There's no reason for me to think it's incorrect, but I can't say that I know it is correct.",5.691,56.064,79.597,3,5,,13.001,20.743,39.785,4,2,7,3,4,1,5,6,9.784,33.792,36.196,4,3,5,5,5,5,3,9,9,,7.591,36.271,39.159,13,5,5,1,1,5,4,10.755,38.252,39.622,7,2,,2.195,3.975,5.271,2,2,1977,Missouri,6,3,1,,9,,Gladstone,6,3,1,2.021,117.919,119.028,32,6171da4573cf08b98b35ed1a,"{""startTime"":1678933297499,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933179912,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":19819},{""label"":""window_focused"",""time"":23095}]}","{""startTime"":1678933061197,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":15181,""label"":""tour_next"",""step"":2},{""time"":22354,""label"":""tour_end"",""step"":2},{""time"":28121,""label"":""hovered"",""timeHovered"":3365,""week"":""2022-01-03""}]}","{""startTime"":1678933164371,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":11428,""label"":""hovered"",""timeHovered"":1484,""week"":""2022-01-10""}]}",0,simple,line +2023-03-15 21:55:47,2023-03-15 22:27:22,0,98.187.106.118,100,1894,1,2023-03-15 22:27:23,R_1djpcqyvyjMqeGg,,,,,37.7042,-97.2778,anonymous,EN,1,3.754,3.754,4.804,1,1,3,1,2.508,3.844,5.458,2,0,0,15.113,0,88,85,50,14.359,19.558,21.223,3,28.194,35.136,66.785,2,1,1,42.544,61.091,65.069,2,-3,-3,57.233,91.831,94.359,2,1,23.877,23.877,24.98,1,0,0,15.008,0,4,4,5,5,6,5,,45.138,59.304,61.201,7,3,5,4,2,3,4,"I trust the CDC. I don't trust anything completely, and I am not going to trust something that I see just because it says the data is from the CDC.",2.87,2.87,41.817,1,3,,8.185,8.185,10.166,1,2,7,3,4,1,5,6,0,0,15.307,0,4,6,6,6,8,3,8,7,,2.478,11.998,13.991,8,3,3,2,2,4,3,112.327,121.638,122.819,6,3,1,5.872,15.951,18.889,4,2,1983,Kansas,6,2,1,,7,,,5,4,1,2.314,61.742,64.135,14,5dea9fb3cb53ca1cda9f6116,"{""startTime"":1678932732341,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932794406,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":2613},{""label"":""window_focused"",""time"":411402}]}","{""startTime"":1678932583557,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":28182,""label"":""tour_next"",""step"":2},{""time"":35123,""label"":""tour_end"",""step"":2},{""time"":37614,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2766,""week"":""52"",""id"":""chart""},{""time"":40715,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1550,""week"":""1"",""id"":""chart""},{""time"":42351,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1048,""week"":""2"",""id"":""chart""},{""time"":46189,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6675,""week"":""52"",""id"":""chart2""},{""time"":52914,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1100,""week"":""1"",""id"":""chart2""},{""time"":61932,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1634,""week"":""17"",""id"":""chart2""}]}","{""startTime"":1678932716380,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar +2023-03-15 22:16:56,2023-03-15 22:27:34,0,174.60.85.176,100,637,1,2023-03-15 22:27:34,R_1HnueyKLVTSRkf4,,,,,40.2389,-77.1935,anonymous,EN,1,5.677,5.677,6.826,1,,,,,,,,0,0,15.107,0,70,22,60,17.505,22.457,23.703,3,19.713,88.142,145.301,14,1,1,37.344,49.312,50.667,2,-3,1,62.13,77.754,79.45,2,1,36.122,36.122,37.394,1,0,0,15.111,0,5,5,5,4,4,5,,8.839,15.758,17.782,6,4,2,4,7,2,5,I would assume it to be accurate. It looks scientific and seems professional. ,2.353,2.353,24.719,1,2,,2.841,3.746,5.353,2,2,7,3,4,1,5,6,0,0,23.424,0,3,3,5,3,3,6,6,8,,3.034,12.891,14.123,8,1,2,3,4,2,2,4.469,15.829,17.058,6,6,,2.213,2.213,5.382,1,2,1981,Pennsylvania,5,1,1,,8,Carlisle,,7,1,2,2.083,100.407,105.479,15,60838e2e91a6300001f9ac89,"{""startTime"":1678933277555,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933296250,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933076906,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":54,""label"":""tour_started""},{""time"":10403,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4930,""week"":""2"",""id"":""chart""},{""time"":19696,""label"":""tour_next"",""step"":5},{""time"":33481,""label"":""cleared_brush"",""using"":""Click""},{""time"":36616,""label"":""tour_back"",""step"":5},{""time"":36843,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1063,""week"":""51"",""id"":""chart""},{""time"":41891,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1344,""week"":""46"",""id"":""chart""},{""time"":43603,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1681,""week"":""51"",""id"":""chart""},{""time"":45307,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2259,""week"":""52"",""id"":""chart""},{""time"":49786,""label"":""tour_next"",""step"":5},{""time"":61694,""label"":""started_brush"",""startDate"":""2021-06-23"",""endDate"":""2021-09-17""},{""time"":62731,""label"":""tour_next"",""step"":5},{""time"":71703,""label"":""moved_brush"",""startDate"":""2021-10-01"",""endDate"":""2021-12-26""},{""time"":72540,""label"":""tour_next"",""step"":5},{""time"":81698,""label"":""cleared_brush"",""using"":""Click""},{""time"":83323,""label"":""tour_next"",""step"":5},{""time"":88124,""label"":""tour_end"",""step"":5},{""time"":123003,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1360,""week"":""51"",""id"":""chart""},{""time"":129234,""label"":""started_brush"",""startDate"":""2021-12-05"",""endDate"":""2022-02-07""},{""time"":135994,""label"":""moved_brush"",""startDate"":""2021-12-05"",""endDate"":""2022-02-07""},{""time"":136963,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":5306,""week"":""52"",""id"":""chart""},{""time"":142275,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1546,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678933261277,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":4166,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1562,""week"":""2"",""id"":""chart""},{""time"":5912,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1232,""week"":""1"",""id"":""chart""},{""time"":7160,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3481,""week"":""52"",""id"":""chart""}]}",0,complex,bar +2023-03-15 22:11:28,2023-03-15 22:27:38,0,108.52.55.93,100,970,1,2023-03-15 22:27:39,R_3qm7yBnA26l4Jzt,,,,,40.38,-75.2718,anonymous,EN,1,3.066,3.066,3.825,1,1,2,2,1.315,4.496,7.37,2,14.326,14.326,15.006,1,68,2,55,4.935,27.564,31.68,4,6.913,15.509,72.185,2,1,1,40.511,57.453,63.748,2,-3,-3,24.763,55.141,60.468,3,-2,11.924,11.924,26.619,1,0,0,15.115,0,5,3,4,5,5,5,,30.392,41.05,46.272,6,4,5,5,4,7,5,It just seemed accurate in my opinion. It had a lot of data that seemed to coincide with what was happening in the world. ,1.523,1.523,32.898,1,6,,4.942,4.942,6.277,1,2,7,3,4,1,5,6,0,0,19.38,0,2,2,5,3,1,8,10,9,,3.54,13.654,17.201,8,3,4,1,4,4,4,2.146,370.377,371.498,7,2,3,4.431,21.619,25.546,2,2,1988,Pennsylvania,6,2,1,,7,,,7,4,1,2.468,90.498,100.508,12,5f4a187b40b01f589fe766eb,"{""startTime"":1678932981270,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932912860,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932760287,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":6897,""label"":""tour_next"",""step"":2},{""time"":15493,""label"":""tour_end"",""step"":2},{""time"":16579,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2777,""week"":""50"",""id"":""chart""},{""time"":19534,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":24090,""week"":""51"",""id"":""chart""},{""time"":44407,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1206,""week"":""1"",""id"":""chart""},{""time"":47676,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":21979,""week"":""52"",""id"":""chart2""},{""time"":69699,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1120,""week"":""1"",""id"":""chart2""}]}","{""startTime"":1678932897257,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar +2023-03-15 22:18:40,2023-03-15 22:27:45,0,70.126.233.218,100,545,1,2023-03-15 22:27:46,R_1MSROdXcSW6Qd0w,,,,,28.1131,-81.6241,anonymous,EN,1,4.329,4.329,5.616,1,,,,,,,,0,0,15.008,0,79,91,50,8.582,14.21,15.798,3,18.05,23.127,30.81,2,1,1,19.931,54.019,91.985,5,-3,1,52.686,72.005,72.343,3,1,31.628,31.628,37.24,1,0,0,15.01,0,3,2,3,4,5,3,,9.954,26.181,27.662,6,3,5,5,7,3,5,"Because you said ""assume i trust this visualization"" So, in this situation, i am agreeing with the statement, i trust this visualization.",3.566,3.566,43.999,1,4,,6.025,6.025,6.843,1,2,7,3,4,1,5,6,0,0,13.894,0,5,4,4,4,5,1,10,10,,6.084,18.802,21.888,8,3,3,2,4,4,3,8.225,33.851,35.645,7,2,,2.495,2.495,3.589,1,1,1982,Florida,3,2,1,,7,,,4,4,1,1.528,49.541,62.041,12,5ba2877a7590cc0001b50d0f,"{""startTime"":1678933303156,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933331745,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933164069,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":8892,""label"":""hovered"",""timeHovered"":1761,""week"":""2021-08-30""},{""time"":13106,""label"":""hovered"",""timeHovered"":1381,""week"":""2022-01-10""},{""time"":18043,""label"":""tour_next"",""step"":2},{""time"":23120,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933287637,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":6744,""label"":""hovered"",""timeHovered"":3863,""week"":""2022-01-03""},{""time"":10644,""label"":""hovered"",""timeHovered"":1126,""week"":""2022-01-03""}]}",0,simple,line +2023-03-15 22:13:19,2023-03-15 22:27:53,0,135.180.191.227,100,874,1,2023-03-15 22:27:53,R_3jfezqWCPQX2j0f,,,,,37.8051,-122.272,anonymous,EN,1,2.772,19.624,21.574,18,,,,,,,,2.041,2.041,15.027,1,94,88,78,1.074,21.101,22.247,10,3.946,174.141,176.298,32,1,1,2.127,92.399,93.641,28,-2,-3,1.683,105.702,106.204,41,1,2.844,53.61,54.346,9,4.498,12.09,15.015,7,5,7,6,3,6,5,,3.248,24.734,25.386,12,5,5,5,7,7,5,It is detailed and broken down into multiple data sets ,6.478,6.478,25.469,1,2,Thank you for the opportunity,6.344,24.701,33.531,14,2,7,3,4,1,5,6,8.869,39.038,40.154,13,6,7,6,7,7,6,10,8,,0.62,28.946,30.488,22,4,4,4,1,4,4,4.775,30.323,31.352,13,1,,2.971,3.64,4.703,2,1,1970,California,6,2,1,,3,,,16,4,1,0.77,99.468,101.3,85,62fee4976ce0883ebbc86e20,"{""startTime"":1678933120310,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933146940,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932871200,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":95,""label"":""tour_started""},{""time"":22453,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5192,""week"":""2"",""id"":""chart""},{""time"":31164,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1632,""week"":""31"",""id"":""chart""},{""time"":36249,""label"":""tour_next"",""step"":5},{""time"":57268,""label"":""started_brush"",""startDate"":""2021-06-16"",""endDate"":""2021-07-24""},{""time"":59425,""label"":""tour_next"",""step"":5},{""time"":71477,""label"":""cleared_brush"",""using"":""Click""},{""time"":96967,""label"":""cleared_brush"",""using"":""Click""},{""time"":113135,""label"":""cleared_brush"",""using"":""Click""},{""time"":131819,""label"":""started_brush"",""startDate"":""2021-05-10"",""endDate"":""2021-07-29""},{""time"":139062,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-06-24""},{""time"":142259,""label"":""tour_next"",""step"":5},{""time"":148421,""label"":""cleared_brush"",""using"":""Click""},{""time"":148422,""label"":""cleared_brush"",""using"":""Escape""},{""time"":151060,""label"":""tour_next"",""step"":5},{""time"":156190,""label"":""tour_end"",""step"":5},{""time"":163472,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":4345,""week"":""38"",""id"":""chart""}]}","{""startTime"":1678933103901,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,bar +2023-03-15 22:02:16,2023-03-15 22:28:14,0,73.50.160.84,100,1557,1,2023-03-15 22:28:15,R_28SyaPrlkQmutjV,,,,,41.1683,-87.8779,anonymous,EN,1,5.033,5.033,6.451,1,,,,,,,,0,0,15.126,0,77,84,60,17.888,26.216,28.427,8,21.043,54.571,137.087,3,1,1,87.709,129.581,131.391,3,-3,-3,22.359,55.191,56.522,4,1,102.495,102.495,103.847,1,0,0,15.019,0,5,2,5,5,6,5,,101.957,145.604,147.806,8,5,5,5,4,5,6,The data is presented in a way that is easy to understand.,2.722,2.722,23.909,1,5,,4.643,7.235,9.294,2,2,7,3,4,1,5,6,159.54,159.54,163.126,1,6,8,2,9,9,3,10,10,,57.13,72.302,74.841,8,2,3,2,3,3,3,13.217,37.048,38.869,6,2,,4.838,4.838,6.329,1,1,1985,Illinois,2,2,1,,7,,,7,4,1,2.437,213.953,219.902,29,61128c2c056a6993a3868078,"{""startTime"":1678932780707,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":107617,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1862,""week"":""4"",""id"":""chart""}]}","{""startTime"":1678932404046,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932193603,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":10993,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1222,""week"":""46"",""id"":""chart""},{""time"":15391,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3710,""week"":""33"",""id"":""chart""},{""time"":21033,""label"":""tour_next"",""step"":2},{""time"":51649,""label"":""tour_end"",""step"":2},{""time"":53821,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1227,""week"":""1"",""id"":""chart""}]}","{""startTime"":1678932388327,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,bar +2023-03-15 22:17:08,2023-03-15 22:28:23,0,70.122.43.1,100,675,1,2023-03-15 22:28:24,R_1ptei3yvCzdTEd8,,,,,29.4032,-98.508,anonymous,EN,1,4.297,4.297,5.497,1,1,4,2,3.616,6.615,8.402,2,0,0,15.016,0,84,100,48,15.438,24.074,26.494,4,25.663,36.944,38.902,2,-2,1,27.014,46.442,49.167,3,-3,-3,20.035,68.389,69.854,3,-3,42.185,42.185,46.951,1,0,0,15.008,0,3,4,4,5,5,5,,8.015,33.917,39.914,8,5,6,5,5,5,5,I somewhat trust this visualization in this instance. I feel like this showed way less case numbers than the reality though.,2.662,2.662,99.875,1,1,,3.719,14.111,19.966,10,2,7,3,4,1,5,6,0,0,14.887,0,1,1,1,2,1,2,11,5,,2.742,18.152,20.725,9,3,3,4,2,3,3,4.542,38.613,39.87,7,2,1,2.602,7.701,16.975,2,2,1979,Texas,4,3,1,,7,,,5,4,2,4.355,84.031,93.075,20,6365a371d807016cebfdb16c,"{""startTime"":1678933205779,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933246386,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933100856,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":35,""label"":""tour_started""},{""time"":25648,""label"":""tour_next"",""step"":2},{""time"":27679,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3181,""week"":""51"",""id"":""chart2""},{""time"":32010,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1050,""week"":""50"",""id"":""chart2""},{""time"":36929,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933190181,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar +2023-03-15 22:19:41,2023-03-15 22:28:42,0,24.61.246.85,100,540,1,2023-03-15 22:28:42,R_1C2UHZYM1QfpEl0,,,,,42.3737,-71.1284,anonymous,EN,1,6.1,6.1,7.459,1,,,,,,,,0,0,15.109,0,80,79,65,11.061,26.832,27.799,4,10.829,18.396,20.886,2,1,-2,50.41,67.984,69.523,2,-3,-3,27.404,51.475,73.639,2,1,46.675,46.675,48.031,1,0,0,15.017,0,3,4,3,3,5,3,,10.713,20.936,22.677,6,3,5,4,3,5,3,I don't know if the figures are accurate; therefore I can't know whether the visualization is accurate. ,2.164,2.164,20.122,1,4,,3.981,4.678,6.682,2,2,7,3,4,1,5,6,0,0,13.911,0,4,7,1,5,6,4,8,8,,4.465,17.66,19.48,9,4,4,1,2,3,4,3.533,18.908,19.8,10,1,,1.623,1.623,3.682,1,1,1971,Massachusetts,9,3,1,,7,,,17,4,1,1.195,31.497,40.604,12,58d876b14240e50001190090,"{""startTime"":1678933425727,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933448804,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933318997,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":6647,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3265,""week"":""1"",""id"":""chart""},{""time"":10825,""label"":""tour_next"",""step"":2},{""time"":14040,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1347,""week"":""50"",""id"":""chart2""},{""time"":16065,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1214,""week"":""1"",""id"":""chart2""},{""time"":18393,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933410117,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,bar +2023-03-15 22:17:46,2023-03-15 22:28:51,0,136.49.64.204,100,665,1,2023-03-15 22:28:52,R_5nkT0xg0LJA6GM9,,,,,30.2423,-97.7672,anonymous,EN,1,32.455,33.922,35.738,2,,,,,,,,0,0,15.008,0,100,100,50,11.114,30.762,31.508,3,10.008,16.712,27.966,2,1,1,30.555,49.202,50.727,2,1,1,79.213,101.945,103.873,2,1,38.764,68.602,69.16,2,0,0,15.007,0,5,5,7,5,6,5,,13.045,27.639,30.184,6,3,5,5,7,7,5,The data was from the Department of Agriculture and I would believe that to be credible source of information for this study,2.977,35.284,65.113,4,4,,6.012,6.012,7.856,1,2,7,3,4,1,5,6,0,0,21.909,0,6,6,5,6,6,7,10,8,,5.529,31.882,36.629,8,4,4,2,2,4,4,10.751,28.813,31.476,6,5,,5.961,5.961,7.836,1,2,1970,Texas,6,3,1,,7,,,8,2,1,2.781,43.51,57.167,12,5f2f6bd965964e35e20c7445,"{""startTime"":1678933304548,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":2953,""label"":""hovered"",""timeHovered"":1390,""week"":""2022-01-03""},{""time"":5280,""label"":""hovered"",""timeHovered"":1167,""week"":""2022-01-03""}]}","{""startTime"":1678933335585,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933156394,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":10002,""label"":""tour_next"",""step"":2},{""time"":16706,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933289065,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,line +2023-03-15 22:14:10,2023-03-15 22:28:58,0,73.233.137.216,100,887,1,2023-03-15 22:28:58,R_vC7LPxgYcRHXmVz,,,,,40.38,-75.2718,anonymous,EN,1,3.652,20.509,21.492,4,,,,,,,,0,0,15.111,0,100,78,58,10.75,24.214,25.3,8,12.087,103.285,104.195,10,1,1,12.784,75.974,77.087,7,1,1,16.943,80.071,80.872,9,1,16.964,54.047,55.094,3,13.77,13.77,15.012,1,4,6,4,5,6,4,,13.827,33.345,34.122,9,6,5,5,1,1,4,"well considering i know nothing about fungi and these 3 bugs's lives in croatia (altho I am familiar with them in my own life in PA), id have to take your word for it that it was accurate. if i saw this in a textbook or on the website of a scientist than i would accept it as accurate. it is a lovely graph but a survey showing it to me does not make it really real.",3.149,3.149,134.407,1,2,,6.581,10.559,11.455,2,2,7,3,4,1,5,6,13.036,23.055,23.794,2,4,6,2,3,4,4,10,7,,4.271,31.12,32.336,11,2,2,2,4,2,2,6.775,40.879,41.844,9,1,,1.484,3.05,3.797,2,2,1955,Pennsylvania,6,1,1,,7,,,8,3,2,1.33,75.954,76.918,31,62b341383dad27265a7a75cb,"{""startTime"":1678933342384,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933099868,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":66270,""label"":""started_brush"",""startDate"":""2021-08-09"",""endDate"":""2021-09-15""},{""time"":69315,""label"":""started_brush"",""startDate"":""2021-10-07"",""endDate"":""2022-01-06""},{""time"":71556,""label"":""started_brush"",""startDate"":""2021-05-08"",""endDate"":""2021-07-18""}]}","{""startTime"":1678932924151,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":12892,""label"":""hovered"",""timeHovered"":2451,""week"":""2022-01-10""},{""time"":22811,""label"":""tour_next"",""step"":5},{""time"":44332,""label"":""started_brush"",""startDate"":""2021-07-30"",""endDate"":""2021-10-09""},{""time"":45250,""label"":""tour_next"",""step"":5},{""time"":50964,""label"":""moved_brush"",""startDate"":""2021-08-26"",""endDate"":""2021-11-05""},{""time"":51762,""label"":""tour_next"",""step"":5},{""time"":57653,""label"":""moved_brush"",""startDate"":""2021-06-01"",""endDate"":""2021-08-10""},{""time"":59932,""label"":""moved_brush"",""startDate"":""2021-09-30"",""endDate"":""2021-12-10""},{""time"":70404,""label"":""cleared_brush"",""using"":""click""},{""time"":70411,""label"":""cleared_brush"",""using"":""Escape""},{""time"":73284,""label"":""tour_next"",""step"":5},{""time"":80818,""label"":""tour_end"",""step"":5},{""time"":92890,""label"":""started_brush"",""startDate"":""2021-07-05"",""endDate"":""2021-09-26""},{""time"":101821,""label"":""started_brush"",""startDate"":""2021-05-04"",""endDate"":""2021-06-13""}]}","{""startTime"":1678933084332,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line +2023-03-15 22:19:55,2023-03-15 22:29:16,0,68.230.114.210,100,560,1,2023-03-15 22:29:16,R_1MRj4wCeBagnUCO,,,,,33.3124,-111.9195,anonymous,EN,1,5.567,5.567,6.728,1,,,,,,,,14.281,14.281,15.01,1,50,82,50,11.011,16.371,17.775,3,10.881,14.338,15.87,2,1,1,14.539,40.548,42.186,2,-2,1,23.31,47.366,49.659,2,1,79.947,79.987,81.785,2,0,0,15.011,0,5,7,7,5,5,5,,6.257,18.848,21.733,7,5,5,3,7,3,5,"The data seems to be presented accurately. Therefore, I feel I can trust it",4.207,4.207,57.044,1,4,,5.585,6.962,9.447,3,2,7,3,4,1,5,6,13.269,17.733,19.986,2,4,4,8,9,4,6,8,8,,5.324,20.301,23.594,13,3,3,2,3,4,3,10.682,28.586,34.265,9,3,,4.98,4.98,6.601,1,2,1959,Arizona,4,2,1,,7,,,6,3,1,1.937,83.474,86.745,19,601736d3f57edd250d376de9,"{""startTime"":1678933330837,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933353361,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933248244,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":10871,""label"":""tour_next"",""step"":2},{""time"":14327,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933314965,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":13120,""label"":""hovered"",""timeHovered"":2313,""week"":""2022-01-10""}]}",0,moderate,line +2023-03-15 22:16:40,2023-03-15 22:29:17,0,152.86.88.7,100,757,1,2023-03-15 22:29:18,R_3k5sggkBw2Fa6CS,,,,,36.3125,-82.377,anonymous,EN,1,8.052,8.052,9.308,1,1,4,1,1.515,3.915,5.102,2,0,0,15.009,0,100,67,80,24.874,30.944,31.936,3,27.156,76.62,79.207,12,1,1,30.29,84.655,89.101,4,1,1,30.678,75.032,76.933,2,1,27.721,27.721,28.789,1,0,0,15.009,0,5,6,5,6,6,5,"Many COVID cases were not reported. People claimed they had ""colds."" Some people claimed relatives died from ""pneumonia"" but did not admit COVID caused pneumonia. Some people had COVID and were asymptomatic or minimally sick. The CDC did what they could but the South USA sucks in terms of reporting and managing COVID.",8.289,24.431,99.355,7,6,6,6,5,6,5,The CDC did the best they could. I do not trust Southerners who are very pleasant but make lying an art form.,2.755,35.176,39.953,3,5,"I am a Northerner by birth and live in Tennessee. When I would visit people up North, they were very trustworthy about COVID. In the South, the ""Christo-fakies"" were extremely untrustworthy about COVID.",6.966,7.638,56.445,2,2,3,4,5,1,6,7,0,0,15.53,0,4,6,8,7,9,4,10,10,,4.54,26.027,31.668,10,5,5,1,1,5,3,6.875,24.666,26.292,6,1,1,4.96,9.983,11.902,2,2,1959,Tennessee,9,3,1,,7,,,17,1,1,3.104,76.539,83.162,15,638b9983a3bbe44e543fe28d,"{""startTime"":1678933197142,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933297190,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933072164,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":34,""label"":""tour_started""},{""time"":12198,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2422,""week"":""51"",""id"":""chart""},{""time"":14654,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3315,""week"":""52"",""id"":""chart""},{""time"":18053,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6718,""week"":""1"",""id"":""chart""},{""time"":28036,""label"":""tour_next"",""step"":5},{""time"":49913,""label"":""started_brush"",""startDate"":""2021-04-29"",""endDate"":""2021-06-11""},{""time"":50839,""label"":""tour_next"",""step"":5},{""time"":56592,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-05-18""},{""time"":60233,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-05-18""},{""time"":63591,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-05-18""},{""time"":64223,""label"":""tour_next"",""step"":5},{""time"":69767,""label"":""cleared_brush"",""using"":""Click""},{""time"":69767,""label"":""cleared_brush"",""using"":""Escape""},{""time"":71691,""label"":""tour_next"",""step"":5},{""time"":76607,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678933181508,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":13495,""label"":""cleared_brush"",""using"":""Click""}]}",1,complex,bar +2023-03-15 22:10:58,2023-03-15 22:29:40,0,69.247.155.174,100,1121,1,2023-03-15 22:29:40,R_3qe2ANcjn8N7xTZ,,,,,36.0571,-86.6729,anonymous,EN,1,53.824,53.824,72.737,1,,,,,,,,0,0,15.201,0,93,68,50,36.862,69.368,71.354,4,43.145,76.398,78.394,4,-2,1,37.295,65.785,73.629,4,-3,-3,63.769,121.302,122.375,2,1,85.166,85.166,86.973,1,0,0,15.118,0,4,4,4,4,4,4,"I didn't remember seeing the source for the information before, but I do see it now underneath the graphs.",26.601,91.878,128.974,9,2,5,4,7,7,4,I don't recall a source for the provided information.,3.691,3.691,69.1,1,5,no additional comments,11.047,22.229,36.435,3,2,7,3,4,1,5,6,7.255,7.536,35.801,2,5,7,8,7,6,7,9,6,no additional comments,6.759,38.898,54.655,9,3,4,2,3,4,4,7.037,47.733,49.278,7,4,,31.919,31.919,32.888,1,2,1970,Tennessee,4,2,1,,7,,,7,4,1,2.67,85.869,89.416,14,579a4c6a82f7f90001ee9d92,"{""startTime"":1678933130846,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933001201,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932831863,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":9090,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5749,""week"":""35"",""id"":""chart""},{""time"":15473,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3433,""week"":""1"",""id"":""chart""},{""time"":18940,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3816,""week"":""52"",""id"":""chart""},{""time"":23906,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5050,""week"":""22"",""id"":""chart""},{""time"":30196,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":9026,""week"":""52"",""id"":""chart""},{""time"":43137,""label"":""tour_next"",""step"":2},{""time"":51839,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4067,""week"":""52"",""id"":""chart2""},{""time"":56606,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1033,""week"":""49"",""id"":""chart2""},{""time"":63389,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1667,""week"":""42"",""id"":""chart2""},{""time"":76389,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932985438,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":2261,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3124,""week"":""4"",""id"":""chart""},{""time"":6557,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2093,""week"":""50"",""id"":""chart""}]}",0,simple,bar +2023-03-15 22:11:27,2023-03-15 22:30:25,0,172.56.112.18,100,1138,1,2023-03-15 22:30:26,R_2QPz0YOO8Uu0YCT,,,,,41.7965,-71.4304,anonymous,EN,1,12.726,67.233,68.732,11,1,4,2,17.531,20.68,38.371,3,4.7,8.719,15.011,2,68,82,49,1.749,69.899,71.4,15,35.009,81.174,101.533,2,1,1,10.969,74.937,76.546,16,-3,-3,2.086,117.094,119.256,22,1,3.271,51.32,57.069,8,1.746,7.967,15.014,3,5,4,4,4,6,5,,4.999,110.002,114.647,19,3,5,4,2,3,5,"If the data is sound, I don't see any sort of distortions in the way it is presented, and all the numbers are available for inspection.",4.497,4.497,96.414,1,5,,5.625,5.625,11.069,1,2,7,3,4,1,5,6,19.252,29.857,31.607,2,3,5,4,6,4,6,9,7,,9.696,55.07,55.906,14,4,3,1,2,4,4,12.502,36.199,38.154,11,2,2,4.319,16.265,18.105,5,1,1975,Massachusetts,7,3,1,,7,,,5,4,2,2.797,65.524,71.463,25,5c55b95b91c0ad0001cf86ab,"{""startTime"":1678933298038,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":34626,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3889,""week"":""40"",""id"":""chart2""}]}","{""startTime"":1678933098919,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":54,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1110,""week"":""52"",""id"":""chart""},{""time"":36173,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1737,""week"":""1"",""id"":""chart""},{""time"":57010,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1834,""week"":""52"",""id"":""chart2""}]}","{""startTime"":1678932903328,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":20,""label"":""tour_started""},{""time"":8906,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1251,""week"":""5"",""id"":""chart""},{""time"":11441,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2086,""week"":""2"",""id"":""chart""},{""time"":22806,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1131,""week"":""37"",""id"":""chart""},{""time"":23987,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1368,""week"":""38"",""id"":""chart""},{""time"":27857,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3253,""week"":""48"",""id"":""chart""},{""time"":35000,""label"":""tour_next"",""step"":2},{""time"":39885,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4988,""week"":""51"",""id"":""chart2""},{""time"":53716,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1350,""week"":""29"",""id"":""chart2""},{""time"":55100,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1084,""week"":""30"",""id"":""chart2""},{""time"":61155,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1119,""week"":""50"",""id"":""chart2""},{""time"":64358,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1252,""week"":""1"",""id"":""chart2""},{""time"":65760,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2769,""week"":""2"",""id"":""chart2""},{""time"":72717,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2603,""week"":""6"",""id"":""chart2""},{""time"":81164,""label"":""tour_end"",""step"":2},{""time"":88058,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4122,""week"":""52"",""id"":""chart""},{""time"":94221,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1167,""week"":""1"",""id"":""chart""},{""time"":98010,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1504,""week"":""52"",""id"":""chart2""}]}","{""startTime"":1678933083120,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":10871,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3569,""week"":""50"",""id"":""chart""},{""time"":14490,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1066,""week"":""51"",""id"":""chart""}]}",1,simple,bar +2023-03-15 22:18:42,2023-03-15 22:30:51,0,68.201.203.147,100,728,1,2023-03-15 22:30:51,R_3rTKzMUXyuNz8sA,,,,,29.7229,-98.0742,anonymous,EN,1,25.151,25.151,26.799,1,1,4,2,1.697,11.024,11.39,5,0,0,15.046,0,100,100,50,3.135,9.319,10.851,3,19.705,36.582,38.788,10,1,1,10.068,46.072,47.252,3,-2,1,8.31,59.259,60.986,7,1,21.282,24.216,57.247,3,0,0,15.135,0,6,6,1,6,6,6,,4.805,28.205,30.156,10,6,6,6,6,6,6,the data on the chart matches with what I remember from those times.,0.871,0.871,23.354,1,4,,2.472,2.472,236.17,1,1,5,6,3,7,2,4,0,0,20.164,0,1,6,1,6,6,1,11,11,,2.313,11.318,14.708,8,5,5,1,1,5,5,3.182,14.849,15.896,6,1,1,1.294,4.412,7.763,2,2,1981,Texas,3,2,1,,7,,,9,4,1,1.133,45.593,48.643,12,61041a3b4159985f5294a436,"{""startTime"":1678933251818,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933209439,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933091832,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":34,""label"":""tour_started""},{""time"":5961,""label"":""hovered"",""timeHovered"":1882,""week"":""2021-08-30""},{""time"":10209,""label"":""hovered"",""timeHovered"":1002,""week"":""2022-01-10""},{""time"":11413,""label"":""hovered"",""timeHovered"":2304,""week"":""2022-01-10""},{""time"":14240,""label"":""hovered"",""timeHovered"":3089,""week"":""2022-01-10""},{""time"":18853,""label"":""hovered"",""timeHovered"":1969,""week"":""2022-01-10""},{""time"":20825,""label"":""hovered"",""timeHovered"":1184,""week"":""2022-01-10""},{""time"":27198,""label"":""tour_next"",""step"":2},{""time"":32210,""label"":""tour_end"",""step"":2},{""time"":24302,""label"":""hovered"",""timeHovered"":8458,""week"":""2022-02-07""}]}","{""startTime"":1678933193323,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":1020,""label"":""hovered"",""timeHovered"":1039,""week"":""2021-11-08""},{""time"":6820,""label"":""hovered"",""timeHovered"":2185,""week"":""2022-01-10""},{""time"":9103,""label"":""hovered"",""timeHovered"":1112,""week"":""2022-01-10""}]}",1,moderate,line +2023-03-15 22:21:34,2023-03-15 22:31:19,0,98.227.181.5,100,584,1,2023-03-15 22:31:19,R_byGFAFWpG8xfaQF,,,,,42.055,-87.6951,anonymous,EN,1,6.031,6.031,7.244,1,,,,,,,,0,0,15.012,0,73,85,75,22.026,43.425,44.549,6,16.102,21.969,25.007,2,1,1,28.643,39.675,46.016,2,-3,-3,33.101,53.167,54.76,2,1,36.285,36.285,37.694,1,0,0,15.01,0,3,7,3,3,7,3,none,3.835,24.734,27.991,7,3,4,4,3,3,3,"I like to understand where sources of data come from, how studies were conducted. I just want more data to make an informed decision.",2.831,67.28,71.6,4,4,none,5.197,9.413,12.721,4,2,7,3,4,1,5,6,0,0,23.942,0,2,2,2,2,2,5,8,5,none,4.903,49.685,53.244,21,3,3,2,3,3,3,8.054,19.502,20.943,6,5,,3.827,3.827,5.367,1,1,1973,Illinois,3,3,1,,7,,,7,4,1,1.769,77.069,81.995,15,5fbb89e20ddd50a66ab62a67,"{""startTime"":1678933547645,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933455312,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":177,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1298,""week"":""1"",""id"":""chart""}]}","{""startTime"":1678933368061,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":9413,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2799,""week"":""1"",""id"":""chart""},{""time"":12401,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2544,""week"":""52"",""id"":""chart""},{""time"":16100,""label"":""tour_next"",""step"":2},{""time"":21967,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933439984,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":6742,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5863,""week"":""52"",""id"":""chart2""}]}",0,simple,bar +2023-03-15 22:20:28,2023-03-15 22:31:22,0,98.192.52.37,100,653,1,2023-03-15 22:31:22,R_2dAaRFKcxotCF4P,,,,,33.5631,-84.5832,anonymous,EN,1,15.862,15.862,17.167,1,2,,2,4,4,4.801,1,0,0,15.069,0,63,65,0,22.353,31.951,33.264,7,58.002,117.682,140.646,9,-2,1,20.759,32.741,34.449,2,1,1,46.014,74.048,75.51,2,1,18.669,53.025,55.31,2,0,0,15.11,0,7,7,1,5,6,1,,7.852,23.952,28.692,7,4,5,4,7,2,3,I don't trust the criteria that are being used to collect the data in the first place.,1.673,2.237,39.965,2,5,,3.72,5.695,7.968,3,2,7,3,4,1,5,6,0,0,19.297,0,1,1,7,3,2,6,9,7,,5.656,18.913,20.503,9,4,4,2,2,5,4,5.449,22.291,22.807,6,7,5,6.577,12.151,13.002,2,2,1982,Georgia,6,1,1,,7,,,11,4,1,2.366,37.725,43.651,15,605776c7ffd8cb64476fc73f,"{""startTime"":1678933601624,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933533526,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933319252,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":48,""label"":""tour_started""},{""time"":41632,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3553,""week"":""35"",""id"":""chart""},{""time"":47080,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":9988,""week"":""1"",""id"":""chart""},{""time"":57987,""label"":""tour_next"",""step"":5},{""time"":76025,""label"":""started_brush"",""startDate"":""2021-07-28"",""endDate"":""2021-10-03""},{""time"":77533,""label"":""started_brush"",""startDate"":""2021-12-16"",""endDate"":""2022-02-07""},{""time"":78787,""label"":""tour_next"",""step"":5},{""time"":86102,""label"":""moved_brush"",""startDate"":""2021-08-16"",""endDate"":""2021-10-07""},{""time"":88217,""label"":""tour_next"",""step"":5},{""time"":98687,""label"":""cleared_brush"",""using"":""Click""},{""time"":98688,""label"":""cleared_brush"",""using"":""Escape""},{""time"":100681,""label"":""tour_next"",""step"":5},{""time"":107299,""label"":""tour_end"",""step"":5},{""time"":108049,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1373,""week"":""52"",""id"":""chart""},{""time"":136473,""label"":""cleared_brush"",""using"":""Click""}]}","{""startTime"":1678933517366,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":13169,""label"":""started_brush"",""startDate"":""2021-10-31"",""endDate"":""2021-12-29""}]}",1,complex,bar +2023-03-15 22:24:42,2023-03-15 22:31:26,0,76.14.50.164,100,403,1,2023-03-15 22:31:26,R_1pSx1jtfFqd7WTH,,,,,37.9208,-122.0182,anonymous,EN,1,5.072,5.072,6.437,1,1,4,1,2.532,4.668,5.812,2,0,0,15.007,0,100,100,85,11.403,18.443,19.548,4,15.954,20.665,22.732,2,-2,-3,25.297,38.712,39.5,2,-3,1,16.036,39.06,40.879,2,1,28.542,29.301,30.377,2,0,0,15.109,0,4,7,5,4,4,5,,8.527,21.031,21.858,7,4,4,4,2,7,5,I figure it's taken from people who reported to them - no reason to mislead. ,1.775,1.775,19.586,1,6,,4.984,7.983,9.211,3,2,7,3,4,1,5,6,0,0,11.879,0,2,6,11,10,1,9,6,11,,2.877,18.285,20.266,10,5,5,1,1,5,5,3.686,13.735,14.921,7,6,1,3.678,9.414,10.539,3,2,1955,California,8,2,1,,7,,,16,1,1,2.556,42.884,51.2,14,5e2b74daae56b71b9d24d89b,"{""startTime"":1678933720531,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933672834,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933592625,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":27,""label"":""tour_started""},{""time"":6701,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1500,""week"":""6"",""id"":""chart""},{""time"":9082,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1164,""week"":""14"",""id"":""chart""},{""time"":15946,""label"":""tour_next"",""step"":2},{""time"":20657,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933657184,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":9433,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2586,""week"":""6"",""id"":""chart""}]}",1,moderate,bar +2023-03-15 22:16:31,2023-03-15 22:31:27,0,158.222.228.176,100,895,1,2023-03-15 22:31:27,R_WdiiPgZl83NRg77,,,,,40.6643,-73.9763,anonymous,EN,1,10.947,10.947,12.237,1,1,3,1,7.861,10.369,12.886,2,0,0,15.111,0,100,100,73,31.528,58.611,59.403,4,31.534,85.484,105.671,5,1,1,41.006,69.959,74.103,2,1,1,62.069,76.788,78.173,2,1,87.303,87.303,89.454,1,0,0,15.021,0,5,5,5,5,6,5,,15.486,56.066,64.355,12,6,5,6,7,4,5,The data comes from a reputable scientific source and is displayed in an accurate and useful way.,3.861,38.859,44.207,2,5,,3.738,3.738,10.133,1,2,7,3,4,1,5,6,0,0,27.535,0,2,8,4,6,5,1,9,8,,3.391,52.048,54.199,10,3,5,1,3,4,3,2.571,19.485,20.759,7,2,1,2.178,11.229,17.932,3,1,1970,New York,6,3,1,,8,Brooklyn,,3,4,2,3.05,115.51,119.122,20,570521cfde5095001018a0c8,"{""startTime"":1678933321445,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933387097,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933107825,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":19,""label"":""tour_started""},{""time"":3785,""label"":""hovered"",""timeHovered"":1929,""week"":""2021-12-20""},{""time"":5783,""label"":""hovered"",""timeHovered"":2727,""week"":""2021-12-20""},{""time"":10000,""label"":""hovered"",""timeHovered"":1411,""week"":""2022-01-03""},{""time"":11997,""label"":""hovered"",""timeHovered"":1080,""week"":""2022-01-24""},{""time"":31517,""label"":""tour_next"",""step"":5},{""time"":52067,""label"":""started_brush"",""startDate"":""2021-08-08"",""endDate"":""2021-12-07""},{""time"":53806,""label"":""tour_next"",""step"":5},{""time"":60426,""label"":""moved_brush"",""startDate"":""2021-06-16"",""endDate"":""2021-10-15""},{""time"":62834,""label"":""moved_brush"",""startDate"":""2021-06-16"",""endDate"":""2021-09-13""},{""time"":64741,""label"":""tour_next"",""step"":5},{""time"":71039,""label"":""cleared_brush"",""using"":""click""},{""time"":74836,""label"":""tour_next"",""step"":5},{""time"":85465,""label"":""tour_end"",""step"":5},{""time"":90930,""label"":""started_brush"",""startDate"":""2021-06-18"",""endDate"":""2021-08-07""},{""time"":94954,""label"":""moved_brush"",""startDate"":""2021-12-05"",""endDate"":""2022-01-24""},{""time"":98215,""label"":""moved_brush"",""startDate"":""2021-11-01"",""endDate"":""2022-01-24""}]}","{""startTime"":1678933305262,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line +2023-03-15 22:21:42,2023-03-15 22:31:40,0,76.173.212.151,100,597,1,2023-03-15 22:31:40,R_3HnRNnanjtug6Vb,,,,,21.4254,-157.8138,anonymous,EN,1,9.729,9.729,10.969,1,,,,,,,,0,0,15.027,0,47,26,52,13.406,36.236,38.726,8,9.401,34.784,37.189,3,1,-1,27.781,45.678,47.145,2,-3,-3,27.888,68.575,69.99,4,1,41.701,41.701,44.041,1,0,0,15.023,0,2,2,3,2,5,3,,15.977,26.845,30.38,6,4,2,2,2,1,3,i dont understand it,4.797,6,18.475,2,4,,5.729,5.729,8.33,1,2,7,3,4,1,5,6,0,0,31.898,0,1,1,4,6,1,2,6,8,,7.596,22.469,24.909,8,2,3,3,3,2,2,11.885,27.822,30.294,6,2,,8.068,8.068,11.146,1,2,1950,Hawaii,6,2,1,,7,,,9,5,2,2.99,82.579,97.514,16,5ec195df3f2aec276ff0bf33,"{""startTime"":1678933552657,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933505686,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933381254,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":29,""label"":""tour_started""},{""time"":9389,""label"":""tour_next"",""step"":2},{""time"":17092,""label"":""tour_end"",""step"":2},{""time"":28905,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3171,""week"":""1"",""id"":""chart""}]}","{""startTime"":1678933489946,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":8348,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3321,""week"":""6"",""id"":""chart""}]}",0,moderate,bar +2023-03-15 22:23:50,2023-03-15 22:31:49,0,68.102.17.164,100,478,1,2023-03-15 22:31:49,R_2c25vFYYkfRhdAd,,,,,37.6692,-97.2754,anonymous,EN,1,4.503,4.503,5.346,1,1,2,1,2.786,5.104,5.953,2,0,0,15.012,0,91,97,82,8.372,12.608,13.545,3,32.404,36.16,39.87,2,-2,1,13.781,30.793,32.767,2,-2,1,17.621,56.109,57.72,5,1,29.864,70.522,71.515,2,0,0,15.012,0,4,4,5,4,4,5,,9.363,16.071,18.651,6,4,5,5,4,4,5,It looks like what I would imagine the data would be.,3.017,3.017,34.686,1,5,,3.025,7.239,8.806,6,2,7,3,4,1,5,6,0,0,14.788,0,2,3,2,2,7,6,10,10,,3.141,13.393,14.849,9,3,3,2,3,3,3,4.063,12.013,13.009,6,3,1,3.077,9.885,12.031,2,1,1982,Kansas,5,2,1,,9,,Wichita,4,4,1,1.953,57.101,62.952,16,62d38f10654f3fc8a393b551,"{""startTime"":1678933650608,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933595960,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933481834,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":3277,""label"":""hovered"",""timeHovered"":1231,""week"":""2021-10-25""},{""time"":6557,""label"":""hovered"",""timeHovered"":4628,""week"":""2022-01-10""},{""time"":16746,""label"":""hovered"",""timeHovered"":1333,""week"":""2021-06-21""},{""time"":21942,""label"":""hovered"",""timeHovered"":1698,""week"":""2022-01-10""},{""time"":32397,""label"":""tour_next"",""step"":2},{""time"":36152,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933580298,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7881,""label"":""hovered"",""timeHovered"":4594,""week"":""2021-05-31""}]}",1,moderate,line +2023-03-15 22:24:22,2023-03-15 22:32:21,0,35.150.236.124,100,479,1,2023-03-15 22:32:22,R_2c8cFnT9zKW2nxA,,,,,33.9761,-83.3632,anonymous,EN,1,4.282,4.282,4.812,1,,,,,,,,0,0,15.108,0,100,100,42,1.203,13.144,13.326,7,6.12,8.112,10.201,2,-2,1,19.653,30.737,32.337,3,-3,-3,98.892,120.911,123.218,2,-2,62.789,79.131,79.57,3,0,0,15.145,0,6,6,6,6,6,6,,5.199,7.698,9.788,6,4,5,4,3,4,5,Its not a deceptive visualization and its clear to understand the data presented. ,0.951,18.887,21.453,5,5,,4.146,5.498,5.736,2,2,7,3,4,1,5,6,0,0,11.588,0,1,1,3,2,1,2,2,4,,6.98,22.167,24.038,8,3,5,2,2,5,3,7.72,32.775,33.994,9,4,,1.934,1.934,3.063,1,1,1995,Georgia,3,1,1,,7,,,9,4,1,0.611,33.377,45.018,12,62f70dd38becd2f7f2ce53a8,"{""startTime"":1678933688201,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933651860,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_focused"",""time"":1401}]}","{""startTime"":1678933501807,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":6111,""label"":""tour_next"",""step"":2},{""time"":8103,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933636240,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":7905},{""label"":""window_focused"",""time"":8922},{""label"":""window_blurred"",""time"":11868}]}",0,moderate,bar +2023-03-15 22:21:55,2023-03-15 22:32:29,0,100.37.176.194,100,633,1,2023-03-15 22:32:29,R_1lAAakGCl39jdrp,,,,,40.7597,-73.981,anonymous,EN,1,7.422,7.422,9.288,1,1,3,2,3.455,6.205,7.799,2,0,0,15.109,0,100,100,53,24.475,39.309,41.124,5,22.61,29.343,31.923,2,1,1,35.595,70.806,73.106,2,-2,1,41.641,57.525,59.539,2,1,69.377,69.377,71.437,1,0,0,15.009,0,4,4,6,5,5,4,Many people never reported their status and whether or not they contracted covid so the statistics are not accurate without those findings,8.147,33.147,73.412,8,7,6,4,7,7,5,I trust it for reported cases...that's all the CDC can go by.,3.467,3.467,17.156,1,4,,8.361,8.912,13.308,2,2,7,3,4,1,5,6,0,0,27.392,0,8,5,7,8,9,9,11,10,,6.455,21.536,25.051,9,4,3,2,2,4,4,11.812,26.879,34.995,6,2,1,2.623,6.539,8.836,2,2,1948,New York,7,2,1,,7,,,5,2,1,2.468,48.868,63.384,12,5dcf34f64fee9907fc626f0f,"{""startTime"":1678933523413,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933597349,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933401650,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":11866,""label"":""hovered"",""timeHovered"":1360,""week"":""2021-12-13""},{""time"":14255,""label"":""hovered"",""timeHovered"":4420,""week"":""2021-11-01""},{""time"":18731,""label"":""hovered"",""timeHovered"":1630,""week"":""2021-11-01""},{""time"":22573,""label"":""tour_next"",""step"":2},{""time"":29305,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933507899,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line +2023-03-15 22:20:38,2023-03-15 22:32:29,0,72.251.170.83,100,710,1,2023-03-15 22:32:29,R_cBgqthk0sAmG13P,,,,,38.768,-121.3349,anonymous,EN,1,2.688,10.758,12.502,7,1,3,2,4.681,14.141,15.775,3,11.837,13.344,15.019,2,85,77,71,2.212,24.266,25.596,7,17.859,26.539,29.058,2,1,1,26.759,89.893,91.79,10,1,1,32.6,104.688,105.869,12,-1,17.519,25.441,26.759,3,4.589,6.092,15.021,2,5,5,5,5,4,5,,16.728,35.829,37.558,10,5,5,5,5,5,5,Its appealing and professional,3.105,3.105,30.935,1,6,,6.533,8.634,9.971,3,2,3,4,5,1,6,7,66.274,71.374,73.137,2,4,6,6,6,6,6,6,7,,3.044,13.262,14.993,9,4,2,2,2,4,4,4.386,25.786,26.937,7,4,5,6.962,13.703,15.132,3,1,1965,California,5,3,1,,7,,,14,4,1,2.549,109.023,110.713,26,5debce5335575a2bed69acc6,"{""startTime"":1678933471077,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933509540,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933332442,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":6806,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1531,""week"":""49"",""id"":""chart""},{""time"":10810,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1407,""week"":""3"",""id"":""chart""},{""time"":17801,""label"":""tour_next"",""step"":2},{""time"":26481,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933454754,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar +2023-03-15 22:15:07,2023-03-15 22:32:43,0,108.30.182.44,100,1056,1,2023-03-15 22:32:44,R_2WPjf7Bf1R8xjkc,,,,,40.6327,-73.6333,anonymous,EN,1,4.921,4.921,6.612,1,1,2,2,3.763,6.646,8.168,2,0,0,15.117,0,100,100,85,17.403,72.249,82.778,8,24.013,35.048,39.741,4,1,-3,31.785,75.417,93.984,2,1,1,33.006,76.19,83.3,2,1,107.091,107.091,114.65,1,0,0,15.112,0,5,5,5,6,6,5,,29.138,42.331,45.964,6,6,6,6,6,6,6,"I can see the important data points on the graph, and it is informative.",14.895,53.229,91.096,2,1,,9.697,9.697,17.981,1,2,7,3,4,1,5,6,0,0,27.46,0,1,1,1,2,1,3,7,9,,10.358,36.641,43.79,8,1,2,4,4,2,2,21.382,43.323,44.99,6,4,4,5.13,34.281,35.566,3,1,1976,New York,3,1,1,,7,,,6,3,1,3.182,189.574,193.421,21,60b9af795939f976cb74232a,"{""startTime"":1678933347838,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933223270,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933073001,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":5209,""label"":""hovered"",""timeHovered"":2927,""week"":""2021-12-20""},{""time"":9220,""label"":""hovered"",""timeHovered"":3208,""week"":""2021-08-30""},{""time"":13220,""label"":""hovered"",""timeHovered"":2625,""week"":""2021-11-29""},{""time"":24005,""label"":""tour_next"",""step"":2},{""time"":29704,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933207501,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line +2023-03-15 22:22:56,2023-03-15 22:32:53,0,73.81.95.103,100,596,1,2023-03-15 22:32:54,R_przuxICVhpEAk93,,,,,39.9945,-75.1648,anonymous,EN,1,7.991,7.991,8.944,1,,,,,,,,0,0,15.007,0,92,91,72,7.864,22.557,23.199,8,22.686,31.09,42.65,4,1,1,2.053,60.81,68.221,5,1,1,1.876,59.807,81.538,8,1,1.286,62.235,63.483,2,2.028,2.028,15.006,1,5,4,7,5,5,5,None.,4.83,31.343,33.504,10,5,5,5,4,3,5,"The visualization is easy to understand and gather info from, and I trust that the information provided is accurate. ",1.502,39.565,46.971,4,4,None.,3.586,8.099,10.282,5,2,7,3,4,1,5,6,0.944,4.223,19.394,3,5,8,2,8,5,4,10,9,None,6.672,27.261,29.355,18,2,2,2,3,3,2,2.653,16.364,19.452,11,2,,2.729,2.729,3.917,1,1,1999,Pennsylvania,5,2,1,,7,,,7,3,2,1.015,59.599,60.887,22,5d6513f46f5284000118ef1d,"{""startTime"":1678933637937,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933558579,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":4959,""label"":""hovered"",""timeHovered"":2795,""week"":""2022-01-03""}]}","{""startTime"":1678933431647,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":4,""label"":""tour_started""},{""time"":15297,""label"":""hovered"",""timeHovered"":2000,""week"":""2021-12-27""},{""time"":22683,""label"":""tour_next"",""step"":2},{""time"":29867,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933543269,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,line +2023-03-15 22:22:33,2023-03-15 22:33:04,0,136.50.157.96,100,631,1,2023-03-15 22:33:04,R_1CeXtf7jFYE2lLw,,,,,29.4227,-98.4927,anonymous,EN,1,42.591,42.591,43.865,1,2,,1,2.972,2.972,4.508,1,0,0,15.011,0,68,29,24,19.747,34.633,35.799,5,25.817,33.193,47.269,2,1,-1,26.866,35.796,37.458,2,-1,-3,41.75,65.438,66.945,4,-3,29.226,29.226,31.402,1,0,0,15.01,0,6,2,2,5,6,3,,19.563,42.749,45.252,9,5,6,5,6,4,3,I have read too many articles for and against the vaccine so I don't know what to trust or not trust.,4.123,4.123,46,1,5,,7.281,7.281,9.844,1,2,7,3,4,1,5,6,0,0,31.22,0,5,5,8,7,7,7,8,10,,6.653,28.072,29.798,10,4,5,2,1,5,5,10.706,32.568,33.827,6,3,1,4.18,14.422,16.1,2,2,1958,Texas,6,2,1,,7,,,3,4,2,3.352,70.008,71.628,11,55899b8dfdf99b7ae47f5fa4,"{""startTime"":1678933670979,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933598789,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933468534,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":18008,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6605,""week"":""1"",""id"":""chart""},{""time"":25809,""label"":""tour_next"",""step"":2},{""time"":33185,""label"":""tour_end"",""step"":2},{""time"":34873,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7324,""week"":""52"",""id"":""chart""},{""time"":43432,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1535,""week"":""46"",""id"":""chart""}]}","{""startTime"":1678933583414,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":10536,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2385,""week"":""14"",""id"":""chart""}]}",1,moderate,bar +2023-03-15 22:14:32,2023-03-15 22:33:07,0,67.48.97.123,100,1115,1,2023-03-15 22:33:08,R_3PaF9itgolhm9V5,,,,,31.3432,-85.844,anonymous,EN,1,13.971,16.138,18.056,2,,,,,,,,0,0,15.044,0,100,100,81,34.202,57.511,59.611,6,7.661,179.52,181.554,31,1,1,35.594,75.298,77.239,4,1,1,45.864,77.947,79.423,5,-1,32.643,34.543,36.26,2,8.413,8.413,15.05,1,4,4,5,6,6,5,,37.154,160.367,161.86,12,5,5,5,3,3,6,"If I trust the data and I understand the visualization, then I my trust the visualization.",5.954,11.934,52.601,5,5,,10.309,19.988,21.437,3,2,7,3,4,1,5,6,19.057,35.09,37.223,2,3,7,9,9,3,7,9,9,,24.166,81.602,83.142,11,3,4,2,3,4,3,14.745,80.284,81.706,9,6,,9.491,12.025,14.048,2,1,1974,Alabama,6,2,1,,7,,,17,3,2,4.881,77.693,79.41,18,640e3d1ee18df712eca9ec2d,"{""startTime"":1678933213987,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933376948,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932979458,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":22,""label"":""tour_started""},{""time"":31095,""label"":""hovered"",""timeHovered"":2034,""week"":""2022-01-10""},{""time"":40686,""label"":""tour_next"",""step"":5},{""time"":78087,""label"":""tour_back"",""step"":5},{""time"":93326,""label"":""tour_next"",""step"":5},{""time"":118155,""label"":""started_brush"",""startDate"":""2021-06-15"",""endDate"":""2021-07-11""},{""time"":130594,""label"":""started_brush"",""startDate"":""2021-08-07"",""endDate"":""2021-11-06""},{""time"":132476,""label"":""tour_next"",""step"":5},{""time"":139174,""label"":""moved_brush"",""startDate"":""2021-06-05"",""endDate"":""2021-11-06""},{""time"":142128,""label"":""moved_brush"",""startDate"":""2021-06-05"",""endDate"":""2021-12-07""},{""time"":144298,""label"":""tour_next"",""step"":5},{""time"":151027,""label"":""cleared_brush"",""using"":""click""},{""time"":163357,""label"":""cleared_brush"",""using"":""click""},{""time"":164736,""label"":""tour_next"",""step"":5},{""time"":175344,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678933198429,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line +2023-03-15 22:19:09,2023-03-15 22:33:11,0,104.162.168.90,100,842,1,2023-03-15 22:33:11,R_zZpHtvbKDG2GvE5,,,,,40.726,-73.848,anonymous,EN,1,8.77,8.77,11.514,1,,,,,,,,0,0,15.107,0,85,94,55,25.817,41.264,42.785,5,31.268,38.738,52.101,2,1,1,9.301,25.198,53.802,3,-3,-3,18.039,85.193,87.201,2,1,23.542,23.542,51.492,1,0,0,15.008,0,4,3,2,3,4,4,,6.603,66.004,67.32,13,5,4,3,7,2,3,There is no indication where this data was obtained but it seems believable.,5.681,105.63,107.266,14,6,,5.504,5.504,7.603,1,2,7,3,4,1,5,6,0,0,28.302,0,3,4,9,7,2,9,8,9,,5.412,27.386,38.949,8,3,3,1,2,4,4,4.712,30.204,31.973,7,5,,4.088,4.088,9.312,1,1,1968,New York,6,3,1,,9,,White/Latino,4,4,1,1.742,114.213,131.301,15,5de96ccf7aeafe09d7e8a74a,"{""startTime"":1678933514496,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":11479,""label"":""source_clicked""},{""label"":""window_blurred"",""time"":11534},{""label"":""window_focused"",""time"":16570}]}","{""startTime"":1678933360253,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933237438,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":17112,""label"":""hovered"",""timeHovered"":1232,""week"":""2021-09-20""},{""time"":24834,""label"":""hovered"",""timeHovered"":1179,""week"":""2022-01-03""},{""time"":26013,""label"":""hovered"",""timeHovered"":1268,""week"":""2022-01-03""},{""time"":31249,""label"":""tour_next"",""step"":2},{""time"":38719,""label"":""tour_end"",""step"":2},{""label"":""window_blurred"",""time"":42502},{""label"":""window_focused"",""time"":50720}]}","{""startTime"":1678933344654,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7192,""label"":""hovered"",""timeHovered"":1651,""week"":""2021-04-19""},{""time"":10548,""label"":""hovered"",""timeHovered"":3996,""week"":""2021-11-29""}]}",0,simple,line +2023-03-15 22:18:53,2023-03-15 22:33:29,0,98.127.210.32,100,876,1,2023-03-15 22:33:30,R_ROV6c2jLAv98mdj,,,,,39.1032,-108.5495,anonymous,EN,1,18.704,18.704,22.275,1,1,4,1,3.847,10.883,13.251,3,0,0,15.113,0,92,85,31,34.838,49.618,51.163,4,12.897,26.513,38.391,2,1,1,67.485,118.524,122.426,2,-3,-3,63.09,85.542,87.829,2,1,44.674,44.674,47.87,1,0,0,15.013,0,5,5,5,5,6,5,,9.708,52.876,59.647,11,5,5,5,3,3,5,I looks like scientific and accurate data,5.752,7.273,21.444,2,4,,28.645,28.645,32.85,1,2,7,3,4,1,5,6,0,0,46.008,0,2,1,3,2,3,4,9,8,,8.198,24.381,28.904,8,2,3,3,3,3,3,13.329,36.286,38.192,6,2,1,10.608,18.878,22.691,2,2,1964,Colorado,4,2,1,,7,,,12,4,1,5.638,110.482,113.202,14,63d475b3b7f363ed16c745b0,"{""startTime"":1678933425797,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933485979,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933248047,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":12892,""label"":""tour_next"",""step"":2},{""time"":26506,""label"":""tour_end"",""step"":2},{""time"":32167,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2175,""week"":""4"",""id"":""chart2""}]}","{""startTime"":1678933410608,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar +2023-03-15 22:25:07,2023-03-15 22:34:00,0,45.16.72.206,100,532,1,2023-03-15 22:34:00,R_uljBhF1izGHDBZL,,,,,33.5077,-81.6877,anonymous,EN,1,3.918,7.989,9.461,3,,,,,,,,0,0,15.114,0,75,74,71,12.238,25.982,27.398,6,8.001,37.556,38.865,6,1,-2,9.038,29.288,30.87,5,-2,1,5.809,57.918,59.367,12,-1,23.317,66.193,68.172,3,5.155,5.155,15.018,1,4,4,3,4,4,4,,7.246,25.726,27.785,9,1,4,3,1,7,3,I don't have any information to make that judgement. ,4.163,4.163,19.8,1,4,,3.166,8.904,10.542,4,2,3,4,5,1,6,7,6.946,13.115,14.589,2,3,7,3,6,7,5,8,5,,3.656,20.519,22.211,10,3,3,2,3,4,3,6.98,26.769,28.144,8,2,,3.89,6.832,8.201,3,2,1960,South Carolina,8,3,1,,9,,AIKEN,3,4,1,3.652,77.258,78.945,22,5dd61a909ca8a35c14d8d610,"{""startTime"":1678933683026,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933711552,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933567917,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":20644,""label"":""tour_next"",""step"":2},{""time"":30586,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933667156,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7737,""label"":""hovered"",""timeHovered"":2001,""week"":""2022-01-10""},{""time"":11045,""label"":""hovered"",""timeHovered"":4391,""week"":""2022-01-10""}]}",0,moderate,line +2023-03-15 22:18:50,2023-03-15 22:34:02,0,98.235.198.208,100,911,1,2023-03-15 22:34:02,R_1pJRJfQIVrwBAUG,,,,,40.1788,-77.0047,anonymous,EN,1,6.053,6.053,7,1,,,,,,,,0,0,15.121,0,100,91,62,10.785,62.533,63.287,9,5.869,201.753,219.157,8,1,1,28.393,53.926,62.625,3,-3,1,41.558,86.291,98.312,3,1,11.823,129.568,131.302,3,0,0,15.126,0,6,6,6,6,6,6,,9.769,22.1,26.642,6,6,6,6,6,6,6,"Since the visualization was based on a scientific and trusted reference, I trust that the data is accurate and can be trusted to be true, hence the same would apply to the visualization.",3.034,68.754,70.334,2,4,,5.164,5.164,7.32,1,2,7,3,4,1,5,6,0,0,26.783,0,4,5,6,8,5,7,8,7,,8.24,18.133,21.3,9,5,5,1,1,5,5,4.319,26.784,28.068,7,4,,2.642,2.642,4.885,1,1,1979,Pennsylvania,7,3,1,,2,,,12,2,1,1.409,61.845,62.811,15,5f490d10022f3f2e8f33cc9a,"{""startTime"":1678933594676,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933622246,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933226704,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":25,""label"":""tour_started""},{""time"":13990,""label"":""hovered"",""timeHovered"":2278,""week"":""2021-07-12""},{""time"":24235,""label"":""hovered"",""timeHovered"":31156,""week"":""2022-01-24""},{""time"":57993,""label"":""hovered"",""timeHovered"":2174,""week"":""2022-01-03""},{""time"":63438,""label"":""hovered"",""timeHovered"":2540,""week"":""2021-09-06""},{""time"":66493,""label"":""hovered"",""timeHovered"":9257,""week"":""2021-08-09""},{""time"":77457,""label"":""hovered"",""timeHovered"":1073,""week"":""2021-04-12""},{""time"":88173,""label"":""hovered"",""timeHovered"":1910,""week"":""2022-01-31""},{""time"":91709,""label"":""hovered"",""timeHovered"":2686,""week"":""2022-01-03""},{""time"":95500,""label"":""hovered"",""timeHovered"":1043,""week"":""2022-01-03""},{""time"":96548,""label"":""hovered"",""timeHovered"":4656,""week"":""2022-01-03""},{""time"":115541,""label"":""tour_next"",""step"":5},{""time"":129332,""label"":""started_brush"",""startDate"":""2021-06-04"",""endDate"":""2021-07-07""},{""time"":130313,""label"":""cleared_brush"",""using"":""click""},{""time"":133786,""label"":""started_brush"",""startDate"":""2021-08-07"",""endDate"":""2022-02-13""},{""time"":134401,""label"":""cleared_brush"",""using"":""click""},{""time"":141871,""label"":""started_brush"",""startDate"":""2021-04-22"",""endDate"":""2022-02-13""},{""time"":142939,""label"":""tour_next"",""step"":5},{""time"":150277,""label"":""moved_brush"",""startDate"":""2021-04-22"",""endDate"":""2022-02-13""},{""time"":151799,""label"":""moved_brush"",""startDate"":""2021-04-22"",""endDate"":""2022-02-13""},{""time"":154227,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-01""},{""time"":157735,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-12-13""},{""time"":158603,""label"":""tour_next"",""step"":5},{""time"":167606,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-13""},{""time"":171787,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-13""},{""time"":174761,""label"":""cleared_brush"",""using"":""click""},{""time"":174765,""label"":""cleared_brush"",""using"":""Escape""},{""time"":176076,""label"":""tour_next"",""step"":5},{""time"":185981,""label"":""started_brush"",""startDate"":""2021-07-28"",""endDate"":""2021-12-10""},{""time"":201733,""label"":""tour_end"",""step"":5},{""time"":211482,""label"":""started_brush"",""startDate"":""2021-04-13"",""endDate"":""2022-02-13""}]}","{""startTime"":1678933578928,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":8554,""label"":""hovered"",""timeHovered"":3966,""week"":""2021-06-07""}]}",0,complex,line +2023-03-15 22:23:10,2023-03-15 22:34:32,0,73.117.102.251,100,682,1,2023-03-15 22:34:32,R_3EEV0L60eHzB1vP,,,,,40.6774,-80.6006,anonymous,EN,1,5.442,5.442,7.526,1,,,,,,,,0,0,15.112,0,87,83,36,15.405,57.535,59.699,8,21.978,40.426,41.781,8,1,1,29.451,48.775,51.401,2,-1,1,43.219,60.632,62.236,2,-1,52.643,52.643,54.116,1,0,0,15.009,0,3,4,5,4,5,3,,53.156,73.085,76.701,7,3,3,2,7,1,5,BECAUSE AT THE BEGINNING YOU SAID TO ASSUME WE TRUST THE IDEA SO THATS WHAT I DID,4.021,4.021,41.758,1,1,,4.416,7.654,10.878,7,2,7,3,4,1,5,6,0,0,24.41,0,7,8,8,6,6,8,9,9,,8.335,24.731,27.34,8,3,3,3,3,3,3,9.851,35.241,37,7,4,,6.271,6.271,8.42,1,2,1976,Ohio,3,2,1,,7,,,6,3,1,1.32,48.635,72.102,13,5ec9fc1650b79c158be48421,"{""startTime"":1678933693717,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933605306,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":3663,""label"":""hovered"",""timeHovered"":1282,""week"":""2021-09-20""},{""time"":4977,""label"":""hovered"",""timeHovered"":1845,""week"":""2021-09-27""}]}","{""startTime"":1678933484909,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":25520,""label"":""tour_next"",""step"":2},{""time"":32831,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933589769,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":2847,""label"":""hovered"",""timeHovered"":5107,""week"":""2021-12-13""}]}",0,moderate,line +2023-03-15 22:13:25,2023-03-15 22:34:34,0,107.4.64.18,100,1268,1,2023-03-15 22:34:34,R_2rpW46mDGSjOpjr,,,,,43.1774,-86.1982,anonymous,EN,1,2.225,97.561,98.803,3,1,2,1,2.966,8.775,10.456,3,6.033,6.033,15.111,1,84,84,50,37.888,52.473,54.223,5,15.948,73.874,102.283,6,1,1,31.892,121.465,123.934,9,1,-3,40.892,124.47,125.404,11,1,16.101,96.946,98.27,14,10.837,10.837,15.111,1,5,2,5,4,5,5,It is worth it to get the vaccine.,13.104,61.473,70.208,12,2,4,4,1,7,4,"I trust that it shows increases or decreases in the amount of people with COVID. If someone asked me for precise numbers, which they most likely won't, it is a little more difficult to give them precise numbers. I do believe it gives a somewhat good overall picture of those that were diagnosed with COVID.",3.352,3.352,155.76,1,5,,9.438,15.296,17.084,2,2,7,3,4,1,5,6,5.607,45.817,46.701,6,3,5,9,6,5,5,10,9,,5.738,31.615,32.84,11,3,3,2,2,4,4,16.501,57.023,58.206,11,3,1,8.537,28.276,29.433,4,1,1973,Michigan,8,3,1,,7,,,17,4,1,4.983,112.557,118.886,21,63c6e885e6834fbb0d9c0ebf,"{""startTime"":1678933465980,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933252620,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933007676,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":44,""label"":""tour_started""},{""time"":18961,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1061,""week"":""1"",""id"":""chart""},{""time"":20729,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3022,""week"":""52"",""id"":""chart""},{""time"":28305,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1824,""week"":""5"",""id"":""chart""},{""time"":33528,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1046,""week"":""6"",""id"":""chart""},{""time"":52997,""label"":""tour_next"",""step"":2},{""time"":62663,""label"":""tour_end"",""step"":2},{""time"":71425,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1395,""week"":""52"",""id"":""chart""},{""time"":80801,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2509,""week"":""5"",""id"":""chart""},{""time"":84113,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1095,""week"":""1"",""id"":""chart""},{""time"":85424,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1865,""week"":""52"",""id"":""chart""},{""time"":87456,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1382,""week"":""1"",""id"":""chart""},{""time"":91992,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3205,""week"":""24"",""id"":""chart""},{""time"":95401,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3593,""week"":""23"",""id"":""chart""}]}","{""startTime"":1678933236782,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar +2023-03-15 22:21:30,2023-03-15 22:34:39,0,96.239.96.167,100,788,1,2023-03-15 22:34:40,R_3erAQroDH00eDAw,,,,,40.9039,-73.837,anonymous,EN,1,5.245,5.245,6.301,1,1,4,2,2.89,7.642,9.014,2,0,0,15.01,0,100,100,50,36.728,58.247,63.446,5,14.629,199.379,202.073,52,1,-2,30.376,48.602,50.026,2,-1,1,8.724,20.083,21.259,2,-1,15.088,15.088,16.177,1,13.356,13.356,15.111,1,6,3,6,3,1,6,I don't know how to interpret the graph.,7.001,25.145,42.102,7,3,1,1,1,1,6,I suspect it was put together by the CDC.,4.129,4.129,28.934,1,7,,7.139,8.219,12.401,2,2,7,3,4,1,5,6,0,0,37.774,0,3,3,2,3,3,2,11,7,,6.757,21.14,24.27,8,1,1,1,5,1,1,7.353,23.792,25.063,6,1,1,3.312,39.264,41.364,2,2,1946,New York,7,2,1,,7,,,5,4,1,17.999,92.588,102.051,14,57d435c8ca054400014bac35,"{""startTime"":1678933706898,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933749594,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933469273,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":5179,""label"":""hovered"",""timeHovered"":4180,""week"":""2022-01-24""},{""time"":27121,""label"":""tour_next"",""step"":5},{""time"":76480,""label"":""tour_back"",""step"":5},{""time"":78196,""label"":""hovered"",""timeHovered"":1262,""week"":""2021-12-20""},{""time"":85511,""label"":""tour_next"",""step"":5},{""time"":146104,""label"":""cleared_brush"",""using"":""click""},{""time"":156491,""label"":""started_brush"",""startDate"":""2021-12-10"",""endDate"":""2022-02-13""},{""time"":159526,""label"":""tour_next"",""step"":5},{""time"":172587,""label"":""moved_brush"",""startDate"":""2021-12-10"",""endDate"":""2022-02-13""},{""time"":176946,""label"":""moved_brush"",""startDate"":""2021-12-10"",""endDate"":""2022-02-13""},{""time"":178158,""label"":""tour_next"",""step"":5},{""time"":190188,""label"":""cleared_brush"",""using"":""click""},{""time"":190191,""label"":""cleared_brush"",""using"":""Escape""},{""time"":192527,""label"":""tour_next"",""step"":5},{""time"":199359,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678933691412,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line +2023-03-15 22:11:29,2023-03-15 22:34:39,0,76.36.126.3,100,1389,1,2023-03-15 22:34:40,R_1pEb9KDkIiPOGqp,,,,,33.862,-79.7425,anonymous,EN,1,5.227,25.908,27.745,83,1,2,1,3.838,10.473,11.862,8,0,0,15.111,0,71,100,53,0.154,152.979,154.886,49,20.593,52.72,54.25,4,1,1,5.574,126.458,127.844,58,-1,1,19.846,125.686,127.894,9,1,4.818,182.024,186.203,29,12.006,12.006,15.015,1,3,7,3,5,5,2,,23.571,72.7,74.741,9,2,5,3,7,1,2,I trust very little information unless I have done enough research on the topic.,8.966,8.966,73.4,1,5,,21.697,30.421,32.406,5,2,3,4,5,1,6,7,67.67,69.078,70.551,8,1,2,9,7,1,3,4,7,,11.893,56.177,58.196,24,1,1,5,4,2,1,15.612,59.407,62.739,18,6,4,15.681,53.373,55.847,24,2,1958,South Dakota,6,2,1,,9,,crystal lake,4,2,1,4.048,148.629,151.2,30,62d353684494ab8119aa42d8,"{""startTime"":1678933117876,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933193409,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932918938,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":17,""label"":""tour_started""},{""time"":23378,""label"":""hovered"",""timeHovered"":5274,""week"":""2021-12-27""},{""time"":30072,""label"":""hovered"",""timeHovered"":8693,""week"":""2022-01-10""},{""time"":42200,""label"":""tour_next"",""step"":2},{""time"":50385,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933102214,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line +2023-03-15 22:25:21,2023-03-15 22:34:55,0,64.188.159.137,100,573,1,2023-03-15 22:34:55,R_O89HNSVjsjlwEmt,,,,,40.1597,-75.7862,anonymous,EN,1,28.055,28.055,29,1,1,4,2,2.677,5.82,7.222,2,0,0,15.113,0,91,31,51,28.898,40.165,41.4,4,46.132,49.739,53.401,2,1,-2,10.303,28.074,29.285,2,-2,1,19.414,69.446,70.702,5,-1,34.612,34.612,35.782,1,0,0,15.01,0,4,2,3,4,4,4,If this data is truly from the CDC then I would trust it,7.371,35.086,45.667,7,2,4,4,4,3,3,"I am not sure where this data came from, so I am not sure if it is reliable. ",3.579,3.579,26.167,1,1,,3.52,3.52,5.507,1,2,7,3,4,1,5,6,0,0,24.485,0,4,5,3,6,6,4,9,8,,3.899,16.012,17.685,9,3,2,4,4,3,2,7.379,25.83,26.97,6,2,1,7.553,14.499,16.059,2,2,1983,Pennsylvania,3,2,1,,9,,St. Marys,7,4,1,2.624,58,58.797,18,5d4254db5b2c430001418a3c,"{""startTime"":1678933823374,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933776364,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933635074,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":11730,""label"":""hovered"",""timeHovered"":6181,""week"":""2021-04-12""},{""time"":25195,""label"":""hovered"",""timeHovered"":2666,""week"":""2022-01-17""},{""time"":46100,""label"":""tour_next"",""step"":2},{""time"":49706,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933760695,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line +2023-03-15 22:24:22,2023-03-15 22:35:03,0,166.181.80.143,100,641,1,2023-03-15 22:35:04,R_2rBnyudY0WBAV5x,,,,,43.0382,-87.91,anonymous,EN,1,3.452,4.688,6.454,2,,,,,,,,0,0,15.014,0,75,93,65,21.117,31.217,33.86,4,12.687,28.137,31.53,5,1,1,24.298,40.801,42.961,2,1,1,53.381,137.723,140.08,3,1,21.674,21.674,23.703,1,0,0,15.112,0,3,3,4,5,6,4,,8.782,28.091,32.917,6,4,5,5,3,3,4,"it has a source, so why shouldn't I trust it?",3.413,3.413,32.643,1,4,,7.412,14.446,17.171,5,2,7,3,4,1,5,6,0,0,27.422,0,2,2,9,6,1,2,3,3,,4.397,22.509,25.035,8,4,4,1,1,4,4,11.849,33.957,36.023,6,7,,6.411,6.411,8.628,1,1,1977,Iowa,3,1,1,,8,Dyersville,,14,3,1,1.772,75.075,85.467,19,63d7e87ee7333b219a553295,"{""startTime"":1678933621011,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933654586,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933529542,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":12671,""label"":""tour_next"",""step"":2},{""time"":19683,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933605107,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,line +2023-03-15 22:19:31,2023-03-15 22:35:38,0,73.181.244.218,100,966,1,2023-03-15 22:35:38,R_1gABTZYJeMJGBKZ,,,,,47.2067,-122.4414,anonymous,EN,1,4.371,7.791,9.108,3,1,4,2,2.526,8.524,10.001,3,0,0,15.111,0,79,39,62,25.287,62.568,63.805,7,6.795,272.14,273.206,34,1,1,21.481,45.206,46.65,7,-3,-3,13.405,91.452,92.511,10,1,12.923,35.911,36.946,4,8.995,8.995,15.121,1,5,3,5,5,6,5,I always thought the CDC data was not collected very well. Wasn't it by fax or something? Also rise of home tests calls this all into question as time goes on.,24.261,91.601,92.544,13,3,4,7,1,1,5,"I don't think there are any lies here. It's the most accurate information the CDC has. It might miss some cases but the trends are still correct, I think.",3.973,3.973,37.874,1,7,,6.56,10.419,11.308,3,2,7,3,4,1,5,6,11.671,23.451,24.207,2,8,9,7,8,10,6,11,11,Currently I trust the Democratic Party far more than the Republican Party. Dems only would be an 8.,7.304,53.663,54.517,11,5,5,1,1,5,5,8.306,25.352,27.193,7,1,1,4.694,12.253,15.203,3,2,1970,Washington,7,2,1,,7,,,9,4,2,3.7,76.215,77.559,20,5dda0a8b3c870a9824c901f5,"{""startTime"":1678933613581,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":15936,""label"":""started_brush"",""startDate"":""2021-08-20"",""endDate"":""2021-08-31""},{""time"":21270,""label"":""started_brush"",""startDate"":""2021-10-31"",""endDate"":""2021-12-30""},{""time"":26713,""label"":""cleared_brush"",""using"":""Click""}]}","{""startTime"":1678933706652,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933285469,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":21,""label"":""tour_started""},{""time"":55878,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6680,""week"":""38"",""id"":""chart""},{""time"":63411,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":11111,""week"":""52"",""id"":""chart""},{""time"":74873,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2349,""week"":""51"",""id"":""chart""},{""time"":79260,""label"":""tour_next"",""step"":5},{""time"":106544,""label"":""started_brush"",""startDate"":""2021-06-02"",""endDate"":""2021-09-01""},{""time"":108552,""label"":""tour_next"",""step"":5},{""time"":130080,""label"":""cleared_brush"",""using"":""Click""},{""time"":142112,""label"":""started_brush"",""startDate"":""2021-11-05"",""endDate"":""2021-11-10""},{""time"":143530,""label"":""cleared_brush"",""using"":""Click""},{""time"":145734,""label"":""cleared_brush"",""using"":""Click""},{""time"":147999,""label"":""started_brush"",""startDate"":""2021-08-31"",""endDate"":""2021-11-04""},{""time"":155011,""label"":""tour_back"",""step"":5},{""time"":161568,""label"":""cleared_brush"",""using"":""Click""},{""time"":169221,""label"":""cleared_brush"",""using"":""Click""},{""time"":172557,""label"":""tour_back"",""step"":5},{""time"":178025,""label"":""tour_next"",""step"":5},{""time"":185274,""label"":""cleared_brush"",""using"":""Click""},{""time"":188456,""label"":""cleared_brush"",""using"":""Click""},{""time"":190695,""label"":""tour_back"",""step"":5},{""time"":190828,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":2247,""week"":""44"",""id"":""chart""},{""time"":196495,""label"":""tour_next"",""step"":5},{""time"":201458,""label"":""cleared_brush"",""using"":""Click""},{""time"":218082,""label"":""cleared_brush"",""using"":""Click""},{""time"":220048,""label"":""started_brush"",""startDate"":""2021-06-26"",""endDate"":""2021-09-06""},{""time"":221330,""label"":""tour_next"",""step"":5},{""time"":238144,""label"":""moved_brush"",""startDate"":""2021-11-03"",""endDate"":""2022-01-14""},{""time"":241584,""label"":""tour_next"",""step"":5},{""time"":246448,""label"":""cleared_brush"",""using"":""Click""},{""time"":247885,""label"":""tour_next"",""step"":5},{""time"":258187,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678933596653,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar +2023-03-15 22:16:56,2023-03-15 22:35:38,0,73.240.113.81,100,1121,1,2023-03-15 22:35:39,R_1mDvut5HXaOmqnb,,,,,45.4383,-122.6147,anonymous,EN,1,12.201,12.201,13.703,1,1,3,1,5.536,9.615,11.998,2,0,0,15.007,0,70,46,62,67.936,90.471,93.203,5,54.407,269.565,311.437,12,-2,1,59.628,86.404,89.301,2,-3,-3,82.914,115.366,117.864,2,1,43.442,43.442,45.303,1,0,0,15.109,0,5,2,5,4,5,5,It might be interesting to see the age brackets further broken up.,22.237,64.775,102.602,7,6,4,4,3,4,5,"It seems like it has very specific data and it corresponds with what I think might happen, especially in the winter months.",2.534,58.402,62.171,2,4,,6.711,6.711,9.901,1,2,7,3,4,1,5,6,0,0,31.543,0,4,7,8,6,7,5,9,9,,7.977,24.537,27.006,8,3,2,2,3,4,3,10.305,33.664,36.105,6,2,2,5.629,14.618,17.455,2,1,1966,Oregon,4,3,1,,9,,Milwaukie,4,4,1,3.592,55.301,59.301,12,60faefcf667e07570bed9dcb,"{""startTime"":1678933637013,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933544043,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933169705,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":60,""label"":""tour_started""},{""time"":7326,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":20521,""week"":""52"",""id"":""chart""},{""time"":28774,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1115,""week"":""51"",""id"":""chart""},{""time"":31189,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7685,""week"":""4"",""id"":""chart""},{""time"":41424,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1418,""week"":""50"",""id"":""chart""},{""time"":54361,""label"":""tour_next"",""step"":5},{""time"":71266,""label"":""started_brush"",""startDate"":""2021-05-31"",""endDate"":""2021-07-04""},{""time"":78247,""label"":""started_brush"",""startDate"":""2021-09-29"",""endDate"":""2022-02-07""},{""time"":86651,""label"":""started_brush"",""startDate"":""2021-04-29"",""endDate"":""2021-08-24""},{""time"":91251,""label"":""tour_next"",""step"":5},{""time"":128297,""label"":""started_brush"",""startDate"":""2021-10-24"",""endDate"":""2022-02-02""},{""time"":137395,""label"":""cleared_brush"",""using"":""Click""},{""time"":146012,""label"":""tour_back"",""step"":5},{""time"":151784,""label"":""cleared_brush"",""using"":""Click""},{""time"":157429,""label"":""cleared_brush"",""using"":""Click""},{""time"":159834,""label"":""cleared_brush"",""using"":""Click""},{""time"":169406,""label"":""moved_brush"",""startDate"":""2021-11-19"",""endDate"":""2022-01-06""},{""time"":184916,""label"":""cleared_brush"",""using"":""Click""},{""time"":192920,""label"":""started_brush"",""startDate"":""2022-02-01"",""endDate"":""2022-02-07""},{""time"":193831,""label"":""started_brush"",""startDate"":""2021-09-15"",""endDate"":""2021-09-25""},{""time"":195504,""label"":""tour_next"",""step"":5},{""time"":206642,""label"":""cleared_brush"",""using"":""Click""},{""time"":216455,""label"":""cleared_brush"",""using"":""Click""},{""time"":219547,""label"":""cleared_brush"",""using"":""Click""},{""time"":223779,""label"":""cleared_brush"",""using"":""Click""},{""time"":227547,""label"":""cleared_brush"",""using"":""Click""},{""time"":239766,""label"":""cleared_brush"",""using"":""Click""},{""time"":245209,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-07-25""},{""time"":246906,""label"":""tour_next"",""step"":5},{""time"":260376,""label"":""cleared_brush"",""using"":""Click""},{""time"":260376,""label"":""cleared_brush"",""using"":""Escape""},{""time"":262487,""label"":""tour_next"",""step"":5},{""time"":269518,""label"":""tour_end"",""step"":5},{""time"":275398,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":9246,""week"":""2"",""id"":""chart""},{""time"":284782,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":5681,""week"":""1"",""id"":""chart""},{""time"":290718,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":2910,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678933528096,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar +2023-03-15 22:24:45,2023-03-15 22:36:14,0,172.56.97.111,100,688,1,2023-03-15 22:36:14,R_2f1aKBmj9N45uHS,,,,,28.0109,-82.4948,anonymous,EN,1,7.049,7.049,8.178,1,1,4,1,4.098,5.999,7.16,2,0,0,15.108,0,90,97,83,5.454,17.636,18.291,8,21.252,24.87,30.639,2,-2,-2,23.45,95.214,96.273,3,1,1,21.933,44.77,46.783,4,-1,109.974,109.974,121.777,1,0,0,15.115,0,5,4,4,5,5,5,,14.48,42.734,43.754,10,5,5,5,3,2,5,It cited the CDC as the source of the data and I trust the CDC.,1.404,1.404,19.932,1,4,,15.882,16.814,17.94,2,2,7,3,4,1,5,6,0,0,14.734,0,1,6,9,6,6,8,10,10,,8.662,24.079,26.748,13,5,5,1,1,5,5,12.483,31.724,34.154,6,2,2,2.792,7.561,9.263,2,1,1982,North Carolina,6,3,1,,7,,,17,3,1,1.426,94.626,95.165,24,62354223d36eda662355a9c0,"{""startTime"":1678933699865,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933744358,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933553630,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":1002,""label"":""hovered"",""timeHovered"":2117,""week"":""2021-09-20""},{""time"":14824,""label"":""hovered"",""timeHovered"":4228,""week"":""2021-12-27""},{""time"":21240,""label"":""tour_next"",""step"":2},{""time"":24858,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933683870,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":1410,""label"":""hovered"",""timeHovered"":1216,""week"":""2022-01-03""},{""time"":5243,""label"":""hovered"",""timeHovered"":8761,""week"":""2021-12-27""}]}",1,simple,line +2023-03-15 22:17:19,2023-03-15 22:36:19,0,64.222.88.92,100,1139,1,2023-03-15 22:36:19,R_3dtPGOk0hlqjxuh,,,,,44.5542,-72.6002,anonymous,EN,1,4.855,33.108,34.214,19,,,,,,,,10.974,10.974,15.052,1,69,79,29,6.19,57.035,60.6,24,25.144,90.869,92.144,11,-2,1,6.674,73.495,74.433,19,-3,-3,4.918,139.388,140.303,50,-1,3.605,91.19,91.901,33,2.65,9.522,15.044,4,3,3,3,5,6,4,,3.806,136.994,138.11,26,3,5,3,2,2,3,"This particular version did not show that it came from their department of agriculture. Plus, any data can be slanted toward one direction, especially if there is no opposing data shown that could show another viewpoint. I trust it only to the extent of the data I was provided.",5.464,47.575,130.234,3,5,,8.424,15.77,19.136,4,2,7,3,4,1,5,6,1.671,44.593,45.208,6,6,6,7,6,6,6,8,7,,2.082,46.623,47.495,20,4,4,1,1,4,4,4.996,28.022,31.547,13,2,,1.58,7.28,8.044,5,2,1954,Vermont,3,2,1,,9,,Stowe,4,3,1,2.201,71.418,74.235,37,5dbd1569f8223b28d73ed6ae,"{""startTime"":1678933348220,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":5826,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5116,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678933487390,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933164552,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":34,""label"":""tour_started""},{""time"":8806,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2868,""week"":""1"",""id"":""chart""},{""time"":11823,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2785,""week"":""52"",""id"":""chart""},{""time"":14707,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1885,""week"":""51"",""id"":""chart""},{""time"":16658,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1200,""week"":""50"",""id"":""chart""},{""time"":34268,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4389,""week"":""4"",""id"":""chart""},{""time"":40595,""label"":""tour_next"",""step"":2},{""time"":43318,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5638,""week"":""51"",""id"":""chart2""},{""time"":49096,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1195,""week"":""52"",""id"":""chart2""},{""time"":64003,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8219,""week"":""52"",""id"":""chart2""},{""time"":88222,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933332280,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,bar +2023-03-15 22:29:21,2023-03-15 22:36:44,0,107.2.209.212,100,442,1,2023-03-15 22:36:44,R_31gCWSh8XGrKejB,,,,,39.9038,-104.9419,anonymous,EN,1,3.861,3.861,5.198,1,,,,,,,,0,0,15.116,0,81,35,91,7.965,19.908,20.757,5,5.084,20.394,22.369,7,-3,-2,6.774,28.557,30.838,20,-3,-3,3.698,12.854,14.576,4,-1,2.203,5.638,7.293,2,7.993,14.452,15.014,4,4,4,4,4,5,4,eeeK!,2.658,8.733,24.185,8,4,5,1,2,4,1,some shit could go faltered,3.654,5.354,28.473,3,3,"i love you ,mang",4.21,10.541,25.901,6,2,3,4,5,1,6,7,0,0,15.77,0,1,1,1,1,1,1,8,6,god bless,6.371,23.063,31.576,9,4,5,2,1,2,3,8.23,31.179,32.657,6,1,,2.457,4.697,6.786,3,1,1964,Colorado,3,3,1,,7,,,1,4,1,1.334,82.96,87.126,16,63852498bcb698988baa11c2,"{""startTime"":1678933878964,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933903710,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933809354,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":10099,""label"":""tour_next"",""step"":2},{""time"":20383,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933863380,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,line +2023-03-15 22:01:01,2023-03-15 22:36:48,0,35.145.247.119,100,2147,1,2023-03-15 22:36:49,R_3nPAIyjlNVOXnyD,,,,,28.4643,-82.5998,anonymous,EN,1,24.483,24.483,25.926,1,,,,,,,,0,0,15.01,0,64,89,54,67.262,388.294,391.92,16,28.285,119.122,127.869,10,-3,1,27.388,43.51,49.385,2,1,-3,145.572,188.677,189.062,4,1,118.829,118.829,121.448,1,0,0,15.016,0,3,3,3,5,6,3,,278.281,294.342,298.922,7,3,5,3,3,3,5,I was told to assume I trusted it for those questions,12.438,115.802,199.644,4,2,,7.872,35.252,35.791,42,2,7,3,4,1,5,6,0,0,20.682,0,4,4,3,3,3,5,11,11,,8.752,28.301,31.397,12,4,5,1,3,5,4,5.531,23.144,24.485,7,4,,0.043,5.027,5.387,3,1,1976,Florida,2,2,1,,7,,,4,4,1,3.157,126.904,146.192,17,62951acd624dba0f4429d988,"{""startTime"":1678932996376,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":82941},{""label"":""window_focused"",""time"":168765}]}","{""startTime"":1678933296392,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":1471,""label"":""hovered"",""timeHovered"":1229,""week"":""2021-11-29""},{""time"":2710,""label"":""hovered"",""timeHovered"":86557,""week"":""2021-11-29""},{""time"":92630,""label"":""hovered"",""timeHovered"":50830,""week"":""2021-11-08""}]}","{""startTime"":1678932730265,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":11132,""label"":""hovered"",""timeHovered"":1515,""week"":""2021-09-06""},{""time"":13330,""label"":""hovered"",""timeHovered"":2517,""week"":""2021-09-20""},{""time"":18198,""label"":""hovered"",""timeHovered"":1032,""week"":""2021-09-20""},{""time"":19528,""label"":""hovered"",""timeHovered"":1983,""week"":""2021-07-19""},{""time"":28273,""label"":""tour_next"",""step"":5},{""time"":79457,""label"":""started_brush"",""startDate"":""2021-05-30"",""endDate"":""2021-06-30""},{""time"":81149,""label"":""tour_next"",""step"":5},{""time"":97667,""label"":""moved_brush"",""startDate"":""2021-05-30"",""endDate"":""2021-06-18""},{""time"":99504,""label"":""tour_next"",""step"":5},{""time"":108594,""label"":""cleared_brush"",""using"":""click""},{""time"":110721,""label"":""tour_next"",""step"":5},{""time"":119111,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678932980973,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line +2023-03-15 22:20:23,2023-03-15 22:36:51,0,72.184.33.99,100,988,1,2023-03-15 22:36:52,R_2zGSDca8S3TEXz1,,,,,28.2365,-82.3289,anonymous,EN,1,22.847,22.847,24.145,1,1,2,2,1.656,5.934,7.158,2,0,0,15.016,0,86,86,13,35.88,52.211,60.051,3,46.176,56.693,59.777,4,1,1,27.339,117.987,120.101,2,-2,1,41.89,56.245,58.194,2,1,98.379,98.379,100.804,1,0,0,15.019,0,3,2,4,5,6,4,Thank you.,33.251,63.646,70.083,7,2,5,4,5,4,4,"I would need a little more information to say that I absolutely ""trust this visualization.""",3.71,3.71,57.532,1,4,Thank you.,8.003,9.916,18.752,2,2,7,3,4,1,5,6,30.299,30.299,35.25,1,2,3,2,2,3,5,8,5,,10.071,25.641,28.473,8,3,4,2,1,3,3,10.595,44.915,46.6,6,1,2,11.957,20.368,24.873,2,2,1970,Florida,3,2,1,,9,,Snellville,7,4,1,3.561,81.053,85.765,14,5e1b5ab486a44538d261922c,"{""startTime"":1678933672502,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933523957,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933389648,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":12926,""label"":""hovered"",""timeHovered"":1309,""week"":""2021-08-09""},{""time"":17202,""label"":""hovered"",""timeHovered"":1515,""week"":""2022-01-03""},{""time"":28978,""label"":""hovered"",""timeHovered"":3464,""week"":""2022-01-10""},{""time"":32744,""label"":""hovered"",""timeHovered"":1265,""week"":""2021-12-13""},{""time"":34278,""label"":""hovered"",""timeHovered"":2096,""week"":""2021-10-04""},{""time"":37317,""label"":""hovered"",""timeHovered"":1590,""week"":""2022-01-24""},{""time"":38991,""label"":""hovered"",""timeHovered"":1682,""week"":""2022-02-07""},{""time"":46158,""label"":""tour_next"",""step"":2},{""time"":52826,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933508448,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line +2023-03-15 22:24:26,2023-03-15 22:37:01,0,73.75.120.79,100,754,1,2023-03-15 22:37:01,R_3shOC6Sx21Ydc3y,,,,,42.2739,-89.0474,anonymous,EN,1,62.584,64.676,66.025,2,,,,,,,,0,0,15.016,0,50,0,50,3.283,17.977,19.942,7,7.39,35.886,66.95,4,-1,1,22.74,58.473,59.963,13,-3,-3,3.027,168.598,169.849,24,-1,2.663,56.396,57.802,8,2.555,8.589,15.01,4,3,1,3,1,1,3,,3.397,21.504,23.166,9,1,7,1,1,1,3,I don't know the source or the purpose.,4.152,4.152,25.083,1,1,,4.808,9.456,10.448,4,2,7,3,4,1,5,6,5.46,5.46,21.401,1,1,2,1,2,1,1,10,10,,5.322,25.638,26.903,10,2,1,4,4,2,2,7.411,26.41,27.846,8,1,,4.541,7.786,9.441,3,2,1966,Illinois,4,2,1,,7,,,7,4,1,5.594,74.138,87.518,26,5ee2e7bf21501a83d55642cd,"{""startTime"":1678933828573,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933852315,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933575142,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":22,""label"":""tour_started""},{""time"":17850,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2683,""week"":""51"",""id"":""chart""},{""time"":20617,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2132,""week"":""52"",""id"":""chart""},{""time"":22783,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1134,""week"":""1"",""id"":""chart""},{""time"":26457,""label"":""tour_next"",""step"":2},{""time"":32876,""label"":""tour_end"",""step"":2},{""time"":41584,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2900,""week"":""52"",""id"":""chart""},{""time"":46133,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5114,""week"":""22"",""id"":""chart""},{""time"":51891,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3549,""week"":""22"",""id"":""chart""},{""time"":56520,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1359,""week"":""1"",""id"":""chart""},{""time"":57922,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6858,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678933813040,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":13429,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1294,""week"":""49"",""id"":""chart""}]}",0,moderate,bar +2023-03-15 22:14:15,2023-03-15 22:37:46,0,104.50.209.43,100,1411,1,2023-03-15 22:37:47,R_2wvFtKyf6MgL5ON,,,,,42.8003,-85.7093,anonymous,EN,1,35.401,35.401,54.884,1,,,,,,,,0,0,15.01,0,80,100,90,16.063,35.95,37.796,6,12.581,24.536,61.105,2,1,1,61.418,143.626,166.67,2,-1,1,40.018,66.416,67.849,2,1,74.639,74.639,110.428,1,0,0,15.073,0,5,5,3,5,5,5,none,26.225,69.193,94.555,8,5,6,6,1,1,6,I dont know why anyone would lie about this data. Maybe a pesticide company would... I have no reason not to. Idon't know enough about pests to say what is reliable or isn't. ,2.121,2.121,49.145,1,6,none,14.701,19.848,30.621,4,2,7,3,4,1,5,6,0,0,35.47,0,1,7,7,8,1,4,9,10,none,8.896,41.893,47.674,10,2,3,3,3,3,3,24.968,52.265,76.269,6,4,,1.597,1.597,34.246,1,2,1993,Michigan,6,1,1,,7,,,13,3,1,1.453,136.577,146.834,12,62fb85a89ccb1ac663b54783,"{""startTime"":1678933371715,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933219305,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933039679,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":335,""label"":""tour_started""},{""time"":12635,""label"":""tour_next"",""step"":2},{""time"":24478,""label"":""tour_end"",""step"":2},{""time"":29693,""label"":""hovered"",""timeHovered"":2479,""week"":""2021-12-20""},{""time"":34884,""label"":""hovered"",""timeHovered"":1723,""week"":""2022-01-10""},{""time"":37125,""label"":""hovered"",""timeHovered"":1970,""week"":""2021-11-15""},{""time"":53602,""label"":""hovered"",""timeHovered"":5597,""week"":""2022-01-10""}]}","{""startTime"":1678933191849,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,line +2023-03-15 22:24:31,2023-03-15 22:37:51,0,74.138.137.43,100,799,1,2023-03-15 22:37:52,R_31Mz4kZaaUfVOmB,,,,,38.2539,-85.76,anonymous,EN,1,10.629,17.7,19.003,2,,,,,,,,0,0,15.011,0,77,78,78,24.342,34.95,36.79,3,40.162,120.85,139.756,10,1,1,29.099,51.555,52.821,2,1,1,32.943,55.758,56.96,2,1,79.018,79.018,80.939,1,0,0,15.118,0,4,3,4,2,2,4,,20.104,50.989,52.918,7,4,4,4,7,3,4,I think I get the gist of it. I have no reason to distrust it.,3.917,3.917,45.394,1,3,,6.916,6.916,9.178,1,2,7,3,4,1,5,6,0,0,26.464,0,6,9,7,2,10,1,10,10,,7.104,22.369,24.104,8,2,2,3,4,2,2,11.056,24.647,25.906,6,1,,3.717,3.717,6.093,1,1,1964,Kentucky,8,2,1,,7,,,7,3,1,2.554,125.197,129.989,18,62ed458d61ebd1930833e95a,"{""startTime"":1678933866408,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933790274,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933552993,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":26801,""label"":""hovered"",""timeHovered"":4283,""week"":""2022-01-10""},{""time"":32617,""label"":""hovered"",""timeHovered"":1267,""week"":""2022-01-31""},{""time"":35334,""label"":""hovered"",""timeHovered"":1866,""week"":""2022-02-07""},{""time"":40152,""label"":""tour_next"",""step"":5},{""time"":72609,""label"":""started_brush"",""startDate"":""2021-11-08"",""endDate"":""2022-02-08""},{""time"":73824,""label"":""tour_next"",""step"":5},{""time"":90745,""label"":""moved_brush"",""startDate"":""2021-12-20"",""endDate"":""2022-02-08""},{""time"":91728,""label"":""tour_next"",""step"":5},{""time"":109653,""label"":""cleared_brush"",""using"":""click""},{""time"":109655,""label"":""cleared_brush"",""using"":""Escape""},{""time"":113879,""label"":""tour_next"",""step"":5},{""time"":120839,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678933774611,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line +2023-03-15 22:19:54,2023-03-15 22:37:54,0,174.78.5.254,100,1079,1,2023-03-15 22:37:55,R_1CmsvA3z2AxeZDF,,,,,36.1506,-115.1805,anonymous,EN,1,20.066,21.104,22.681,2,1,2,1,2.008,7.204,8.766,3,12.529,12.529,15.006,1,100,100,29,8.063,25.559,26.733,6,4.697,35.533,51.693,5,1,1,21.478,53.871,55.538,6,1,-3,24.752,73.1,74.718,8,1,65.894,69.247,70.183,3,5.957,5.957,15.009,1,6,5,6,6,6,6,,7.556,19.483,20.527,8,5,6,6,5,5,6,"Barring political interference, I trust the CDC to provide reliable data based on actual numbers available on infections. ",3.46,3.46,31.329,1,4,,111.857,114.739,116.152,2,2,7,3,4,1,5,6,143.633,149.61,150.863,2,6,6,4,5,6,5,9,6,,40.304,57.512,58.589,10,3,4,2,1,4,4,50.094,103.694,107.335,7,2,1,3.528,11.665,14.987,3,2,1976,Nevada,6,2,1,,1,,,4,3,1,2.89,69.414,76.442,20,60c433a4f78e97b5ef1ce71b,"{""startTime"":1678933475954,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933424867,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933281861,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":49,""label"":""tour_started""},{""time"":11691,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2316,""week"":""49"",""id"":""chart""},{""time"":16005,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1863,""week"":""6"",""id"":""chart""},{""time"":19300,""label"":""tour_next"",""step"":2},{""time"":25838,""label"":""tour_end"",""step"":2},{""time"":26616,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2106,""week"":""1"",""id"":""chart""},{""time"":29804,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3304,""week"":""52"",""id"":""chart""},{""time"":42116,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3012,""week"":""23"",""id"":""chart""}]}","{""startTime"":1678933409328,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":8040,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1201,""week"":""49"",""id"":""chart""}]}",1,moderate,bar +2023-03-15 22:26:23,2023-03-15 22:37:58,0,73.64.167.96,100,694,1,2023-03-15 22:37:58,R_AHUPEBq2Ykyz3Nf,,,,,40.3062,-76.8841,anonymous,EN,1,5.874,5.874,7.641,1,,,,,,,,0,0,15.115,0,80,96,96,4.316,30.469,32.33,5,12.158,18.791,22.901,3,1,1,22.98,44.787,47.664,2,-3,-3,39.971,56.042,70.409,2,1,45.657,60.057,84.353,2,0,0,15.01,0,5,5,5,5,6,5,,9.179,45.883,51.017,9,5,6,5,7,7,5,The visualization seems to portray accurate information in a precise way which makes me trust it. ,2.231,2.231,21.077,1,4,,4.11,4.11,57.193,1,2,7,3,4,1,5,6,0,0,21.258,0,4,4,5,10,4,6,10,9,,10.008,18.984,22.039,9,5,5,1,1,5,5,1.535,55.871,56.182,10,3,,1.671,1.671,3.429,1,1,1998,Pennsylvania,2,1,1,,3,,,7,2,1,1.019,87.095,92.672,42,5ae3a41d32ef52000131a531,"{""startTime"":1678933803892,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":33501},{""label"":""window_focused"",""time"":38066}]}","{""startTime"":1678933733777,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":4679},{""label"":""window_focused"",""time"":16265}]}","{""startTime"":1678933646513,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":12447,""label"":""tour_next"",""step"":2},{""time"":18784,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933718302,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,bar +2023-03-15 22:29:29,2023-03-15 22:38:53,0,167.89.251.109,100,563,1,2023-03-15 22:38:53,R_9RZ2sZEmq5SYGTD,,,,,32.749,-96.4629,anonymous,EN,1,29.004,29.004,30.401,1,,,,,,,,0,0,15.01,0,100,14,33,8.4,14.019,15.702,3,11.613,63.539,66.592,8,1,1,23.862,66.843,68.58,3,-3,1,33.701,57.974,59.561,2,1,41.157,41.157,42.582,1,0,0,15.008,0,5,5,5,7,6,5,,4.907,21.748,24.237,6,5,7,3,1,1,4,It just seems reliable. I doubt someone would make a detailed chart with fake data.,3.046,30.442,32.405,3,2,,5.695,5.695,7.417,1,2,7,3,4,1,5,6,0,0,20.202,0,6,7,1,6,4,7,9,10,,7.101,19.108,20.923,8,2,1,5,5,3,1,10.747,34.188,35.022,6,2,,3.542,3.542,4.701,1,1,2004,Texas,2,2,1,,3,,,3,2,2,1.274,48.91,50.832,19,63d43839677cd9a315302808,"{""startTime"":1678934021414,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933969060,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":521,""label"":""cleared_brush"",""using"":""click""}]}","{""startTime"":1678933842750,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":37,""label"":""tour_started""},{""time"":11579,""label"":""tour_next"",""step"":5},{""time"":30655,""label"":""started_brush"",""startDate"":""2021-05-23"",""endDate"":""2021-09-02""},{""time"":31652,""label"":""tour_next"",""step"":5},{""time"":40565,""label"":""moved_brush"",""startDate"":""2021-11-03"",""endDate"":""2022-02-13""},{""time"":41596,""label"":""tour_next"",""step"":5},{""time"":47435,""label"":""cleared_brush"",""using"":""click""},{""time"":47447,""label"":""cleared_brush"",""using"":""Escape""},{""time"":48975,""label"":""tour_next"",""step"":5},{""time"":55990,""label"":""tour_end"",""step"":5},{""time"":60582,""label"":""started_brush"",""startDate"":""2021-07-15"",""endDate"":""2021-10-16""}]}","{""startTime"":1678933953227,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line +2023-03-15 22:27:38,2023-03-15 22:38:56,0,174.53.150.93,100,677,1,2023-03-15 22:38:56,R_XhLDXFHV36ywGpH,,,,,44.8283,-93.042,anonymous,EN,1,3.821,3.821,4.911,1,1,3,2,2.867,6.836,8.085,2,0,0,15.019,0,80,81,70,10.965,33.834,34.546,7,20.192,26.311,28.249,3,-3,1,65.04,84.732,86.24,2,-3,-3,48.899,61.369,62.318,2,1,24.935,24.935,26.114,1,0,0,15.112,0,4,3,4,3,5,4,,16.616,35.236,42.363,7,3,4,4,1,1,4,You have to have some skepticism bc we don't know everything. But I trust that the vaccines help.,4.313,35.222,50.335,6,4,,4.573,6.204,8.106,2,1,7,3,4,2,5,6,0,0,23.654,0,3,3,6,6,4,6,8,8,,5.416,18.316,19.947,8,2,2,5,4,2,1,10.181,28.181,29.352,6,4,1,4.485,13.093,14.122,2,2,1966,Minnesota,6,2,1,,7,,,4,3,1,3.807,143.271,153.881,31,6266db0dcf3e4f16fb9d7c56,"{""startTime"":1678933868368,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933911116,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933737788,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":20967,""label"":""tour_next"",""step"":2},{""time"":26300,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933852907,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":9950,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2476,""week"":""52"",""id"":""chart2""}]}",1,simple,bar +2023-03-15 22:30:42,2023-03-15 22:39:09,0,47.7.185.188,100,507,1,2023-03-15 22:39:09,R_BPOhVYsg0W01dvj,,,,,35.6854,-88.8281,anonymous,EN,1,2.704,2.704,3.744,1,,,,,,,,0,0,15.019,0,94,45,87,7.863,15.023,16.589,3,22.722,36.06,40.826,4,-2,1,24.736,51.48,52.688,2,-3,-3,31.701,60.236,62.009,4,-1,32.246,32.246,37.325,1,0,0,15.122,0,3,2,3,2,4,4,,6.555,24.202,27.315,9,1,4,5,1,1,2,I do not know all the circumstances,5.802,20.441,20.799,4,6,,4.623,4.623,6.883,1,2,7,3,4,1,5,6,6.477,6.477,18.834,1,7,7,11,7,2,8,9,8,,4.498,19.499,21.125,10,4,5,2,1,4,5,2.857,18.571,20.245,8,6,,3.548,3.548,4.644,1,1,1960,Tennessee,6,2,1,,7,,,7,2,1,1.087,68.629,80.55,21,5f82567f1e720a3842580d23,"{""startTime"":1678934000836,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934051304,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933890586,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":15352,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2712,""week"":""51"",""id"":""chart""},{""time"":18777,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3224,""week"":""52"",""id"":""chart""},{""time"":22716,""label"":""tour_next"",""step"":2},{""time"":28249,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5630,""week"":""52"",""id"":""chart2""},{""time"":34356,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933985012,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":6718,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1086,""week"":""1"",""id"":""chart""},{""time"":10683,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1759,""week"":""52"",""id"":""chart""}]}",0,simple,bar +2023-03-15 22:28:34,2023-03-15 22:39:12,0,172.124.129.25,100,638,1,2023-03-15 22:39:13,R_3dXpVsKXHBEZ6YW,,,,,38.0551,-97.9323,anonymous,EN,1,9.724,9.724,11.142,1,,,,,,,,0,0,15.108,0,24,23,75,2.431,24.373,26.442,5,33.629,43.43,69.703,2,-2,1,34.729,47.254,49.755,2,-3,-3,69.487,92.885,94.489,2,-2,20.804,38.743,40.226,5,0,0,15.009,0,3,3,3,3,5,3,,14.306,25.163,32.179,6,4,5,5,3,3,4,Can you fully trust something that you just saw once?,3.334,3.334,62.463,1,6,,6.655,10.473,12.624,3,2,7,3,4,1,5,6,20.298,20.298,26.25,1,8,8,9,8,7,7,9,9,,5.259,16.995,19.347,8,4,4,2,2,5,4,10.772,30.594,32.502,6,1,,4.745,4.745,7.17,1,2,1955,Kansas,4,1,1,,7,,,4,2,1,2.212,53.958,56.47,12,638476f72ab8021be345e3ac,"{""startTime"":1678933968038,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934001213,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933786630,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":19,""label"":""tour_started""},{""time"":12437,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4266,""week"":""35"",""id"":""chart""},{""time"":16719,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1735,""week"":""34"",""id"":""chart""},{""time"":19022,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2147,""week"":""1"",""id"":""chart""},{""time"":21270,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3567,""week"":""50"",""id"":""chart""},{""time"":25071,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1615,""week"":""1"",""id"":""chart""},{""time"":28821,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1265,""week"":""29"",""id"":""chart""},{""time"":33623,""label"":""tour_next"",""step"":2},{""time"":43423,""label"":""tour_end"",""step"":2},{""time"":44574,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2844,""week"":""1"",""id"":""chart""},{""time"":47772,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1830,""week"":""4"",""id"":""chart""},{""time"":50046,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1757,""week"":""5"",""id"":""chart""},{""time"":53550,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2253,""week"":""23"",""id"":""chart""},{""time"":57289,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1890,""week"":""24"",""id"":""chart""},{""time"":59645,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2174,""week"":""14"",""id"":""chart""},{""time"":63352,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1701,""week"":""6"",""id"":""chart""}]}","{""startTime"":1678933952100,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,bar +2023-03-15 22:26:44,2023-03-15 22:39:16,0,24.231.138.128,100,752,1,2023-03-15 22:39:16,R_OChBiqyd1QnjAsh,,,,,45.7659,-87.089,anonymous,EN,1,2.951,2.951,5.319,1,1,4,2,7.709,10.183,11.781,2,6.277,12.341,15.01,6,100,100,63,8.676,12.931,14.915,3,20.299,26.927,42.244,2,1,1,35.89,74.467,85.864,2,1,1,32.638,73.447,79.8,5,1,38.267,74.367,82.691,2,0,0,15.017,0,6,5,6,6,6,6,I have a lot of trust in this data given the source of it is from the CDC,12.965,21.645,50.822,7,6,6,6,6,5,6,"It's detailed, provides information as to the source of which the data comes from, and is easy to understand.",4.238,9.315,43.105,3,6,I try to trust people until they give me a reason not to,6.237,27.528,31.076,3,2,7,3,4,1,5,6,0,0,41.676,0,4,3,6,5,7,3,11,10,,4.915,25.828,29.762,11,5,5,1,1,5,5,5.91,18.333,24.582,6,1,1,4.189,15.131,21.424,2,1,1984,Michigan,6,3,1,,8,COMSTOCK PARK,,5,4,1,3.835,98.651,101.251,33,5f877e0715f8781a0c7c3ab8,"{""startTime"":1678933875849,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933813252,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933667132,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":47,""label"":""tour_started""},{""time"":20273,""label"":""tour_next"",""step"":2},{""time"":26900,""label"":""tour_end"",""step"":2},{""time"":31604,""label"":""hovered"",""timeHovered"":4081,""week"":""2021-06-14""}]}","{""startTime"":1678933797172,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":11963,""label"":""hovered"",""timeHovered"":2388,""week"":""2022-01-17""}]}",1,simple,line +2023-03-15 21:46:58,2023-03-15 22:40:04,0,69.116.177.173,100,3186,1,2023-03-15 22:40:05,R_1hAXE3diXk80h99,,,,,40.7924,-74.0096,anonymous,EN,1,63.603,112.061,114.761,5,1,2,2,6.559,14.911,17.194,2,0,0,15.008,0,81,89,52,53.092,100.537,103.076,5,75.421,94.272,95.689,4,-3,1,68.032,76.957,82.6,2,1,1,201.736,265.862,293.531,2,1,54.352,54.352,79.202,1,0,0,15.016,0,7,7,3,3,7,3,"the chart was messy and incomplete, the dates were not clear although the color scheme was explained well in writing it was difficult to understand on the chart ",51.45,360.571,363.786,12,2,2,1,7,7,2,"it is confusing , the dates are to far apart to be accurate, in general ist is too general and I am not a fan of charts.",10.766,10.766,118.732,1,3,"the chart just seemed messy and confusing and hard to understand , to many colors, numbers and intertwining, just give me an article to read or a list, apologies if I did not do the survey correctly.' but interesting anyway., ",15.997,242.386,306.555,9,1,7,3,4,2,5,6,0,0,48.777,0,6,10,6,5,9,5,9,8,,19.626,77.019,86.619,9,3,3,4,5,2,3,46.831,115.286,117.186,6,1,1,9.262,39.26,50.066,2,1,1988,New Jersey,6,1,1,,7,,,4,2,1,3.517,843.708,855.578,44,5dc3552003f8562725a1b956,"{""startTime"":1678932730494,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932008260,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678931602405,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":3320,""label"":""hovered"",""timeHovered"":1250,""week"":""2021-10-04""},{""time"":6623,""label"":""hovered"",""timeHovered"":1018,""week"":""2021-11-08""},{""time"":8358,""label"":""hovered"",""timeHovered"":2219,""week"":""2021-09-27""},{""time"":50484,""label"":""hovered"",""timeHovered"":4587,""week"":""2021-12-13""},{""time"":57239,""label"":""hovered"",""timeHovered"":1385,""week"":""2021-12-20""},{""time"":58875,""label"":""hovered"",""timeHovered"":1267,""week"":""2021-12-20""},{""time"":75394,""label"":""tour_next"",""step"":2},{""time"":80194,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678931992746,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line +2023-03-15 22:33:40,2023-03-15 22:40:23,0,98.150.99.114,100,402,1,2023-03-15 22:40:24,R_3L4s2ad6SQpAfMR,,,,,34.1619,-116.4335,anonymous,EN,1,3.893,3.893,4.836,1,1,4,1,2.03,3.734,4.458,2,0,0,15.008,0,56,1,11,7.871,12.817,14.027,3,6.261,11.089,29.825,2,-2,1,35.168,60.627,61.946,2,-2,-3,28.46,41.188,42.27,2,-3,23.02,23.02,23.929,1,0,0,15.007,0,5,5,5,5,5,5,,6.13,24.369,27.744,7,5,5,5,7,7,5,"It is from the cdc, which I trust",2.047,2.047,15.616,1,4,,4.624,5.935,6.961,2,2,3,4,5,1,6,7,0,0,10.721,0,2,5,5,5,5,2,9,8,,2.841,13.879,15.736,9,3,3,2,2,3,3,3.586,18.056,18.951,6,2,2,3.36,10.77,11.928,3,2,1976,California,6,3,1,,7,,,19,4,1,1.201,35.461,48.069,13,63d1b87e756b5709b1e90ff3,"{""startTime"":1678934180825,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934209110,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934072592,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":6259,""label"":""tour_next"",""step"":2},{""time"":11087,""label"":""tour_end"",""step"":2},{""time"":12599,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2622,""week"":""32"",""id"":""chart2""},{""time"":16247,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2141,""week"":""52"",""id"":""chart2""},{""time"":19044,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2311,""week"":""52"",""id"":""chart2""}]}","{""startTime"":1678934165280,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar +2023-03-15 22:25:23,2023-03-15 22:40:49,0,98.28.170.30,100,926,1,2023-03-15 22:40:50,R_3FVxEBciCz7Kjbt,,,,,39.1642,-84.2356,anonymous,EN,1,2.6,2.6,3.971,1,1,2,1,7.878,9.763,11.744,2,0,0,15.11,0,55,61,49,47.964,59.097,68.657,5,49.107,171.832,193.441,11,1,1,29.288,67.193,69.206,2,-1,-1,32.288,87.6,88.894,2,-1,34.948,34.948,37.541,1,0,0,15.11,0,3,3,3,4,6,3,,19.526,45.911,49.991,6,5,5,5,5,3,5,Because you told me to assume I trust the data,7.117,7.117,23.426,1,4,,7.732,7.732,12.443,1,,,,,,,,0,0,13.772,0,7,7,9,8,9,8,10,10,,12.763,40.629,42.601,9,3,4,2,3,4,4,20.463,66.068,67.496,8,3,1,14.213,25.691,28.272,2,2,1972,Ohio,6,1,1,,8,LOVELAND,,14,3,1,2.683,114.099,117.221,17,63e79757491f649ba84a62bf,"{""startTime"":1678933880680,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":7909,""label"":""started_brush"",""startDate"":""2022-01-05"",""endDate"":""2022-02-13""}]}","{""startTime"":1678933931108,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933633282,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":15917,""label"":""hovered"",""timeHovered"":1615,""week"":""2022-01-03""},{""time"":17607,""label"":""hovered"",""timeHovered"":1792,""week"":""2022-01-10""},{""time"":19423,""label"":""hovered"",""timeHovered"":5343,""week"":""2022-01-10""},{""time"":24769,""label"":""hovered"",""timeHovered"":1083,""week"":""2022-01-10""},{""time"":25854,""label"":""hovered"",""timeHovered"":1799,""week"":""2022-01-10""},{""time"":27654,""label"":""hovered"",""timeHovered"":13816,""week"":""2022-01-10""},{""time"":48996,""label"":""tour_next"",""step"":5},{""time"":71923,""label"":""tour_back"",""step"":5},{""time"":79040,""label"":""hovered"",""timeHovered"":1240,""week"":""2021-08-02""},{""time"":84115,""label"":""hovered"",""timeHovered"":1900,""week"":""2021-06-07""},{""time"":104422,""label"":""tour_next"",""step"":5},{""time"":121267,""label"":""started_brush"",""startDate"":""2021-06-19"",""endDate"":""2021-10-20""},{""time"":124758,""label"":""started_brush"",""startDate"":""2021-11-10"",""endDate"":""2021-11-30""},{""time"":129185,""label"":""started_brush"",""startDate"":""2021-12-14"",""endDate"":""2022-01-03""},{""time"":134915,""label"":""moved_brush"",""startDate"":""2021-11-01"",""endDate"":""2022-01-03""},{""time"":135903,""label"":""tour_next"",""step"":5},{""time"":146347,""label"":""moved_brush"",""startDate"":""2021-05-06"",""endDate"":""2022-01-03""},{""time"":148752,""label"":""tour_next"",""step"":5},{""time"":156167,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-12-09""},{""time"":157212,""label"":""cleared_brush"",""using"":""click""},{""time"":157214,""label"":""cleared_brush"",""using"":""Escape""},{""time"":160269,""label"":""started_brush"",""startDate"":""2021-07-20"",""endDate"":""2021-09-24""},{""time"":161852,""label"":""cleared_brush"",""using"":""click""},{""time"":161855,""label"":""cleared_brush"",""using"":""Escape""},{""time"":163611,""label"":""tour_next"",""step"":5},{""time"":171721,""label"":""tour_end"",""step"":5},{""time"":182885,""label"":""started_brush"",""startDate"":""2021-05-05"",""endDate"":""2021-06-29""},{""time"":183890,""label"":""cleared_brush"",""using"":""click""},{""time"":183893,""label"":""cleared_brush"",""using"":""Escape""},{""time"":187553,""label"":""started_brush"",""startDate"":""2021-10-09"",""endDate"":""2021-12-07""}]}","{""startTime"":1678933865041,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":10850,""label"":""started_brush"",""startDate"":""2021-12-05"",""endDate"":""2022-01-04""},{""time"":11382,""label"":""hovered"",""timeHovered"":3883,""week"":""2021-12-27""}]}",1,complex,line +2023-03-15 22:29:57,2023-03-15 22:41:00,0,98.43.151.150,100,663,1,2023-03-15 22:41:01,R_1FLY9YhxDJSvZkK,,,,,39.7427,-104.8129,anonymous,EN,1,9.167,9.167,12.303,1,,,,,,,,0,0,15.186,0,66,65,58,11.356,21.945,25.655,3,15.629,21.621,25.794,2,1,1,26.576,48.941,51.645,2,-2,1,35.14,47.299,50.648,2,-1,47.466,48.529,50.627,2,0,0,15.051,0,4,4,3,4,4,4,,17.65,34.877,38.897,7,2,4,4,7,1,4,I don't have any contradictory information.,4.679,16.384,29.674,4,4,,9.164,12.361,16.099,2,2,7,3,4,1,5,6,0,0,33.3,0,2,1,5,4,1,7,7,4,,9.812,35.93,39.212,8,4,4,1,2,4,4,10.95,41.301,45.161,6,7,,13.461,13.461,17.027,1,1,1966,Colorado,6,2,1,,7,,,1,4,1,5.05,69.356,75.369,12,639e0331bc3cc615f5a3dd89,"{""startTime"":1678933993768,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934036702,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933897292,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":88,""label"":""tour_started""},{""time"":15535,""label"":""tour_next"",""step"":2},{""time"":21525,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933976730,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,line +2023-03-15 22:31:20,2023-03-15 22:41:07,0,73.116.204.102,100,587,1,2023-03-15 22:41:08,R_1erUejSPMywhuXZ,,,,,38.581,-121.4939,anonymous,EN,1,8.433,8.433,11.059,1,2,,2,2.434,2.434,3.64,1,0,0,15.013,0,74,93,50,12.237,20.253,21.398,3,13.276,18.02,30.202,2,1,-1,20.633,37.121,38.978,2,-2,1,33.492,44.1,45.82,2,1,56.536,56.536,57.705,1,0,0,15.01,0,4,3,4,5,5,3,,9.108,25.898,30.05,6,3,5,3,1,1,3,"I do not really trust the CDC for data anymore, but I trust that the data is not too far from the truth. ",3.224,28.049,59.944,2,2,,3.733,6.525,9.134,4,2,7,3,4,1,5,6,0,0,19.859,0,3,2,1,4,2,6,6,7,,4.325,19.605,22.376,8,4,4,1,4,3,4,6.477,21.717,23.078,7,7,2,4.404,9.94,13.262,2,1,1961,California,3,1,1,,7,,,6,4,2,3.007,110.73,115.382,25,5e16c978783225c8108ef055,"{""startTime"":1678934039250,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934070158,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933946551,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":13267,""label"":""tour_next"",""step"":2},{""time"":18011,""label"":""tour_end"",""step"":2},{""time"":18927,""label"":""hovered"",""timeHovered"":6141,""week"":""2022-01-03""},{""time"":27007,""label"":""hovered"",""timeHovered"":1389,""week"":""2021-10-18""}]}","{""startTime"":1678934023552,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7651,""label"":""hovered"",""timeHovered"":3109,""week"":""2022-01-10""}]}",1,moderate,line +2023-03-15 22:24:36,2023-03-15 22:41:08,0,73.175.0.76,100,992,1,2023-03-15 22:41:09,R_3lFABJTS7LxZLqQ,,,,,40.5992,-77.5768,anonymous,EN,1,71.847,73.119,75.961,2,,,,,,,,0,0,15.112,0,77,20,33,6.652,12.315,13.299,3,52.814,181.103,183.646,10,1,1,28.652,41.827,58.232,2,-2,1,67.068,91.308,92.773,2,1,38.912,67.422,68.553,9,0,0,15.02,0,5,5,5,4,6,5,,26.763,44.721,47.671,7,5,5,4,7,7,5,It appears to be well done and from a credible source.,3.414,3.414,44.029,1,5,,8.747,10.445,12.275,4,2,7,3,4,1,5,6,22.231,34.804,39.339,4,2,3,11,10,1,9,9,10,,7.418,22.278,24.259,8,2,3,3,4,3,2,41.863,56.504,57.805,6,4,,6.276,6.276,7.456,1,1,1969,Pennsylvania,5,1,1,,9,,LEWISTOWN,10,4,1,1.742,140.649,143.96,20,5fb96b9798cd084465b0bf36,"{""startTime"":1678933869872,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933918718,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933600767,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":17,""label"":""tour_started""},{""time"":52805,""label"":""tour_next"",""step"":5},{""time"":121033,""label"":""started_brush"",""startDate"":""2021-08-02"",""endDate"":""2021-09-13""},{""time"":122952,""label"":""tour_next"",""step"":5},{""time"":134001,""label"":""started_brush"",""startDate"":""2021-07-15"",""endDate"":""2021-12-13""},{""time"":138326,""label"":""moved_brush"",""startDate"":""2021-05-08"",""endDate"":""2021-10-06""},{""time"":139494,""label"":""tour_next"",""step"":5},{""time"":153829,""label"":""moved_brush"",""startDate"":""2021-05-08"",""endDate"":""2021-10-06""},{""time"":154229,""label"":""moved_brush"",""startDate"":""2021-05-08"",""endDate"":""2021-10-06""},{""time"":154645,""label"":""moved_brush"",""startDate"":""2021-05-08"",""endDate"":""2021-10-06""},{""time"":155914,""label"":""cleared_brush"",""using"":""click""},{""time"":157440,""label"":""tour_next"",""step"":5},{""time"":181093,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678933854202,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line +2023-03-15 22:19:38,2023-03-15 22:41:11,0,67.171.74.57,100,1293,1,2023-03-15 22:41:12,R_2R1VCX5ioj1qAiJ,,,,,40.4625,-79.9461,anonymous,EN,1,49.394,49.394,50.505,1,1,4,2,2.65,7.499,8.774,2,0,0,15.014,0,78,85,64,191.681,223.341,224.933,6,105.839,142.369,149.834,3,1,1,67.734,98.594,100.55,2,-2,1,116.2,144.401,154.638,2,-1,57.214,57.214,59.873,1,0,0,15.114,0,5,5,5,6,5,5,,45.513,90.547,97.603,7,5,5,5,5,5,5,"I have seen a number of different visualizations of COVID-19 vaccine data , this one is clear into the point. It's very uncluttered which I like.",5.488,95.319,96.75,13,5,,9.136,9.136,11.869,1,2,7,3,4,1,5,6,0,0,22.802,0,6,6,5,5,8,4,9,5,,9.549,39.078,54.724,8,4,4,1,2,4,4,9.671,29.145,30.555,6,1,1,3.159,8.279,12.379,2,1,1964,Pennsylvania,2,2,1,,7,,,3,2,1,2.104,84.018,105.889,16,62896076149e8f156545884c,"{""startTime"":1678933908515,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933779632,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933511281,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":31,""label"":""tour_started""},{""time"":1657,""label"":""hovered"",""timeHovered"":1691,""week"":""2022-01-10""},{""time"":7336,""label"":""hovered"",""timeHovered"":3699,""week"":""2022-01-03""},{""time"":59968,""label"":""hovered"",""timeHovered"":2394,""week"":""2021-05-03""},{""time"":62801,""label"":""hovered"",""timeHovered"":1946,""week"":""2021-05-17""},{""time"":65152,""label"":""hovered"",""timeHovered"":2013,""week"":""2021-06-07""},{""time"":70168,""label"":""hovered"",""timeHovered"":1649,""week"":""2022-01-03""},{""time"":71889,""label"":""hovered"",""timeHovered"":1312,""week"":""2022-01-03""},{""time"":74253,""label"":""hovered"",""timeHovered"":1466,""week"":""2022-01-03""},{""time"":76009,""label"":""hovered"",""timeHovered"":2695,""week"":""2022-01-03""},{""time"":78809,""label"":""hovered"",""timeHovered"":1579,""week"":""2022-01-03""},{""time"":85759,""label"":""hovered"",""timeHovered"":4516,""week"":""2021-12-27""},{""time"":90369,""label"":""hovered"",""timeHovered"":7525,""week"":""2021-12-27""},{""time"":105779,""label"":""tour_next"",""step"":2},{""time"":142309,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933763753,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":3577,""label"":""hovered"",""timeHovered"":1659,""week"":""2021-08-09""}]}",1,simple,line +2023-03-15 22:21:11,2023-03-15 22:41:13,0,73.13.171.6,100,1202,1,2023-03-15 22:41:13,R_begFaowzi2mFrKp,,,,,39.9792,-75.1279,anonymous,EN,1,33.416,34.722,36.56,2,,,,,,,,0,0,15.026,0,79,34,38,84.918,99.551,100.54,5,9.728,166.2,171.539,27,1,-2,4.58,64.357,64.936,13,1,1,13.273,95.255,96.245,6,-1,28.999,34.036,34.787,3,10.86,10.86,15.145,1,3,3,3,3,3,3,,3.726,91.923,92.829,10,3,3,5,1,1,3,Because I don't know the real source.,10.573,63.929,67.579,7,4,,15.202,21.031,23.318,3,2,7,3,4,1,5,6,21.505,35.622,37.175,2,1,2,6,4,1,4,7,9,,16.681,86.586,87.764,15,3,4,2,2,4,3,15.022,82.31,83.067,16,8,,9.733,14.196,15.335,3,1,1981,Pennsylvania,5,2,1,,7,,,6,2,1,1.887,166.855,168.111,39,6401094035971e9972e06328,"{""startTime"":1678933670226,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":4072,""label"":""started_brush"",""startDate"":""2021-09-17"",""endDate"":""2021-12-30""},{""time"":6174,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-09-06""},{""time"":8022,""label"":""started_brush"",""startDate"":""2021-09-10"",""endDate"":""2022-02-13""},{""time"":10707,""label"":""started_brush"",""startDate"":""2021-04-15"",""endDate"":""2022-02-13""}]}","{""startTime"":1678933763753,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933446434,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":25699,""label"":""hovered"",""timeHovered"":1731,""week"":""2022-01-10""},{""time"":49309,""label"":""tour_next"",""step"":5},{""time"":77588,""label"":""cleared_brush"",""using"":""click""},{""time"":83733,""label"":""started_brush"",""startDate"":""2021-06-04"",""endDate"":""2021-06-18""},{""time"":87800,""label"":""started_brush"",""startDate"":""2021-05-22"",""endDate"":""2022-02-13""},{""time"":88787,""label"":""tour_next"",""step"":5},{""time"":97786,""label"":""moved_brush"",""startDate"":""2021-05-22"",""endDate"":""2022-02-13""},{""time"":99858,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-01-03""},{""time"":102600,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-09-24""},{""time"":103496,""label"":""tour_next"",""step"":5},{""time"":127204,""label"":""moved_brush"",""startDate"":""2021-08-30"",""endDate"":""2022-02-13""},{""time"":128772,""label"":""moved_brush"",""startDate"":""2021-08-30"",""endDate"":""2022-02-13""},{""time"":130445,""label"":""moved_brush"",""startDate"":""2021-09-21"",""endDate"":""2022-02-13""},{""time"":133380,""label"":""cleared_brush"",""using"":""click""},{""time"":133383,""label"":""cleared_brush"",""using"":""Escape""},{""time"":137747,""label"":""tour_next"",""step"":5},{""time"":155569,""label"":""tour_end"",""step"":5},{""time"":163943,""label"":""started_brush"",""startDate"":""2021-05-29"",""endDate"":""2022-01-17""}]}","{""startTime"":1678933654334,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":15435,""label"":""started_brush"",""startDate"":""2021-06-06"",""endDate"":""2022-02-13""}]}",0,complex,line +2023-03-15 22:26:46,2023-03-15 22:41:15,0,108.210.170.10,100,869,1,2023-03-15 22:41:16,R_cXSC0Pz4llBCZnX,,,,,29.8875,-90.0337,anonymous,EN,1,54.061,54.061,60.308,1,,,,,,,,0,0,15.111,0,96,94,87,25.379,36.449,38.649,3,10.433,15.853,31.14,2,-3,1,22.212,40.095,41.849,2,-3,1,41.075,56.869,58.432,2,1,39.744,39.744,41.772,1,0,0,15.007,0,5,3,4,6,5,5,,8.247,37.578,56,7,5,6,6,4,5,5,"Assuming nobody's lying to me about bugs, the data is presented in a way that makes the issue apparent. ",2.593,2.593,48.754,1,5,,8.053,10.632,19.977,2,2,7,3,4,1,5,6,0,0,19.411,0,6,7,6,7,7,6,9,8,,5.779,30.433,37.084,10,3,4,2,3,4,3,10.156,47.985,50.818,9,3,,4.835,6.031,9.304,2,1,1972,Maryland,3,2,1,,7,,,3,3,1,4.034,247.563,251.633,53,63fa78f21e485a372c6528fa,"{""startTime"":1678933919544,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":1990,""label"":""hovered"",""timeHovered"":2028,""week"":""2022-01-10""}]}","{""startTime"":1678933838879,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":1545,""label"":""hovered"",""timeHovered"":2233,""week"":""2022-01-17""},{""time"":4187,""label"":""hovered"",""timeHovered"":1898,""week"":""2022-01-17""}]}","{""startTime"":1678933732454,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":10415,""label"":""tour_next"",""step"":2},{""time"":15836,""label"":""tour_end"",""step"":2},{""time"":21347,""label"":""hovered"",""timeHovered"":1063,""week"":""2022-01-10""},{""time"":23764,""label"":""hovered"",""timeHovered"":4652,""week"":""2022-01-31""}]}","{""startTime"":1678933823204,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,line +2023-03-15 22:21:01,2023-03-15 22:41:22,0,50.4.145.52,100,1220,1,2023-03-15 22:41:23,R_12gUl6UCpHLMxBL,,,,,32.853,-79.9876,anonymous,EN,1,56.992,56.992,60.109,1,,,,,,,,0,0,15.061,0,89,56,68,43.532,63.365,79.198,4,1.241,147.189,151.725,14,1,1,34.828,46.067,48.671,2,-3,1,35.157,78.25,80.62,3,1,0.587,61.861,64.665,2,0,0,15.009,0,3,3,5,2,5,5,,14.963,38.575,49.111,7,4,5,5,7,7,5,The source is a govenment office which for this kind of information would likely be dependable and trustworthy. ,6.838,184.903,199.847,7,6,None,5.486,9.236,15.238,3,2,7,3,4,1,5,6,0,0,38.362,0,2,7,6,8,8,6,10,10,None,9.838,37.55,42.487,12,4,5,1,2,4,5,14.223,33.493,36.017,6,2,,46.248,46.248,66.183,1,1,1964,South Carolina,8,1,1,,7,,,9,4,1,3.849,153.097,161.744,17,5e059d2bb1fb05fd1f841142,"{""startTime"":1678933668088,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933757134,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933434568,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":41,""label"":""tour_started""},{""time"":24186,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1841,""week"":""44"",""id"":""chart""},{""time"":33734,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1500,""week"":""1"",""id"":""chart""},{""time"":36235,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2811,""week"":""51"",""id"":""chart""},{""time"":46067,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2644,""week"":""4"",""id"":""chart""},{""time"":65605,""label"":""tour_next"",""step"":5},{""time"":102928,""label"":""started_brush"",""startDate"":""2021-08-31"",""endDate"":""2021-10-01""},{""time"":111500,""label"":""tour_next"",""step"":5},{""time"":122894,""label"":""moved_brush"",""startDate"":""2021-08-01"",""endDate"":""2021-10-01""},{""time"":126847,""label"":""tour_next"",""step"":5},{""time"":134860,""label"":""cleared_brush"",""using"":""Click""},{""time"":138049,""label"":""tour_next"",""step"":5},{""time"":147170,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678933652398,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,bar +2023-03-15 22:27:58,2023-03-15 22:42:05,0,71.236.157.127,100,846,1,2023-03-15 22:42:05,R_3RftS8bgsc777dN,,,,,45.5645,-122.6447,anonymous,EN,1,111.017,120.176,121.741,3,,,,,,,,0,0,15.082,0,100,100,73,11.207,30.724,32.331,7,18.016,54.904,56.354,5,1,1,13.981,61.305,62.864,7,-1,1,16.366,80.769,82.307,9,1,29.928,62.641,64.245,4,5.152,5.152,15.021,1,3,3,3,4,4,3,,5.516,39.567,42.162,10,3,5,5,7,4,3,because I don't know enough about this topic or who came up with the data to know if I can trust this visualization.,5.747,5.747,58.735,1,1,,5.668,8.771,10.204,2,2,7,3,4,1,5,6,17.506,23.521,25.126,2,1,1,5,3,2,1,9,6,,5.134,32.788,34.191,12,1,1,5,4,2,1,5.636,45.366,46.867,11,1,,3.103,6.314,8.102,2,2,1972,Oregon,6,1,1,,7,,,6,4,1,2.374,92.027,94.073,22,5e4a59b502b78f4a232c0cff,"{""startTime"":1678934095222,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933996679,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933860522,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":5240,""label"":""hovered"",""timeHovered"":2353,""week"":""2022-01-03""},{""time"":38583,""label"":""tour_next"",""step"":2},{""time"":48998,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933980828,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":12434,""label"":""hovered"",""timeHovered"":1575,""week"":""2022-01-03""}]}",0,simple,line +2023-03-15 22:31:55,2023-03-15 22:42:11,0,24.89.18.3,100,615,1,2023-03-15 22:42:12,R_Ce7IFOa8kyHv04h,,,,,39.6343,-77.7337,anonymous,EN,1,16.193,16.193,17.164,1,1,4,2,1.52,3.206,4.482,2,2.277,5.812,15.006,2,100,100,20,11.547,24.233,25.054,5,25.14,30.988,33.97,2,1,1,25.304,51.161,52.891,2,-2,-3,54.859,119.149,120.338,3,1,38.917,38.917,40.319,1,0,0,15.012,0,5,5,5,5,5,5,,6.064,35.116,35.935,7,5,5,5,4,5,5,I trust the figures given by the CDC. They have never given me a reason not to trust them.,1.868,1.868,29.174,1,5,,4.301,4.301,7.011,1,2,7,3,4,1,5,6,0,0,21.618,0,2,2,9,9,3,5,10,11,,4.735,24.364,26.18,13,3,4,1,2,4,4,6.439,32.201,32.825,7,2,1,2.451,8.531,14.083,2,2,1963,Maryland,4,3,1,,7,,,8,4,2,2.881,80.333,84.467,19,5d63179aa3b94d0001da4bb6,"{""startTime"":1678934157864,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934194205,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933987319,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":11626,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3995,""week"":""43"",""id"":""chart""},{""time"":18654,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4927,""week"":""52"",""id"":""chart""},{""time"":25134,""label"":""tour_next"",""step"":2},{""time"":30982,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678934142414,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":9237,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2057,""week"":""52"",""id"":""chart""}]}",1,moderate,bar +2023-03-15 22:28:32,2023-03-15 22:42:21,0,98.165.155.80,100,828,1,2023-03-15 22:42:21,R_2U3IwV5CpLi2i67,,,,,33.4475,-112.0866,anonymous,EN,1,29.763,29.763,31.929,1,1,4,2,4.19,7.505,8.979,2,0,0,15.121,0,98,89,72,30.85,41.012,42.933,3,19.368,118.377,182.125,10,-2,1,54.02,67.358,69.067,2,-2,-3,29.958,65.467,67.265,2,1,39.759,39.759,41.946,1,0,0,15.018,0,5,5,5,5,6,6,,31.856,47.784,50.417,6,4,5,5,3,4,6,It's an accurate representation of the data we have concerning Covid 19,3.349,24.993,27.973,2,5,,9.486,9.486,11.688,1,2,3,4,5,1,6,7,0,0,14.229,0,8,8,8,9,8,8,10,9,,5.55,25.801,27.829,8,3,3,2,2,3,3,21.548,43.108,44.384,6,2,1,5.353,13.117,14.757,2,2,1965,Arizona,7,1,1,,9,,Phoenix,17,4,1,3.447,84.102,90.56,19,63d2d8a78197f0f6168543b1,"{""startTime"":1678934142481,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678934065724,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933825137,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":24,""label"":""tour_started""},{""time"":19357,""label"":""tour_next"",""step"":5},{""time"":60878,""label"":""started_brush"",""startDate"":""2021-11-01"",""endDate"":""2021-12-29""},{""time"":62226,""label"":""tour_next"",""step"":5},{""time"":79197,""label"":""moved_brush"",""startDate"":""2021-11-09"",""endDate"":""2022-01-06""},{""time"":81735,""label"":""tour_next"",""step"":5},{""time"":103501,""label"":""cleared_brush"",""using"":""Click""},{""time"":103501,""label"":""cleared_brush"",""using"":""Escape""},{""time"":108141,""label"":""tour_next"",""step"":5},{""time"":118367,""label"":""tour_end"",""step"":5},{""time"":121587,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":13120,""week"":""3"",""id"":""chart""},{""time"":135145,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3231,""week"":""3"",""id"":""chart""},{""time"":138555,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2469,""week"":""2"",""id"":""chart""},{""time"":142617,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":11788,""week"":""42"",""id"":""chart""},{""time"":154948,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1495,""week"":""31"",""id"":""chart""},{""time"":156445,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2018,""week"":""31"",""id"":""chart""},{""time"":158542,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2466,""week"":""31"",""id"":""chart""},{""time"":162074,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5319,""week"":""14"",""id"":""chart""},{""time"":168915,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2810,""week"":""1"",""id"":""chart""},{""time"":173015,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7143,""week"":""6"",""id"":""chart""}]}","{""startTime"":1678934050188,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":10132,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2484,""week"":""52"",""id"":""chart""}]}",1,complex,bar +2023-03-15 22:27:09,2023-03-15 22:43:09,0,151.200.30.138,100,959,1,2023-03-15 22:43:09,R_3dLN2Qa1tD9othi,,,,,38.8976,-77.5109,anonymous,EN,1,3.581,4.126,5.19,2,,,,,,,,0,0,15.019,0,93,81,59,39.663,46.534,48.058,3,32.836,133.383,142.092,17,1,1,70.77,100.315,103.982,2,-3,-3,78.498,102.897,104.25,2,1,40.83,164.235,164.852,23,7.598,12.859,15.119,3,4,4,4,4,4,4,none,25.967,32.927,35.329,8,4,4,4,3,4,4,because it illustrates relevant information but has alot on one graph to make sense of ,13.249,13.82,67.509,2,4,none,10.308,12.431,16.043,2,2,7,3,4,1,5,6,0,0,26.46,0,2,6,2,3,3,4,9,7,none,10.079,41.465,44.185,9,3,3,3,3,3,3,12.675,23.227,25.065,6,3,,4.797,4.797,6.2,1,2,1982,Virginia,7,3,1,,2,,,17,2,2,1.837,77.415,78.906,20,5ee09c1a0c2ad1027f541f53,"{""startTime"":1678934137521,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678934030286,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933706339,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":32,""label"":""tour_started""},{""time"":21414,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2449,""week"":""2"",""id"":""chart""},{""time"":24263,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7627,""week"":""51"",""id"":""chart""},{""time"":32828,""label"":""tour_next"",""step"":5},{""time"":50338,""label"":""started_brush"",""startDate"":""2021-06-15"",""endDate"":""2021-08-22""},{""time"":53995,""label"":""cleared_brush"",""using"":""Click""},{""time"":54829,""label"":""tour_next"",""step"":5},{""time"":65536,""label"":""cleared_brush"",""using"":""Click""},{""time"":75061,""label"":""cleared_brush"",""using"":""Click""},{""time"":85660,""label"":""started_brush"",""startDate"":""2021-10-07"",""endDate"":""2022-02-03""},{""time"":101998,""label"":""moved_brush"",""startDate"":""2021-10-11"",""endDate"":""2022-02-07""},{""time"":103162,""label"":""tour_next"",""step"":5},{""time"":111532,""label"":""cleared_brush"",""using"":""Click""},{""time"":112874,""label"":""tour_next"",""step"":5},{""time"":118833,""label"":""tour_end"",""step"":5},{""time"":126067,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4262,""week"":""6"",""id"":""chart""},{""time"":131488,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8338,""week"":""34"",""id"":""chart""}]}","{""startTime"":1678934014525,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":4313,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1125,""week"":""1"",""id"":""chart""},{""time"":12157,""label"":""started_brush"",""startDate"":""2021-06-08"",""endDate"":""2021-11-16""},{""time"":13868,""label"":""cleared_brush"",""using"":""Click""}]}",0,complex,bar +2023-03-15 22:30:16,2023-03-15 22:43:20,0,73.43.109.59,100,783,1,2023-03-15 22:43:20,R_3fmAd6LQEV9hCRH,,,,,33.7657,-84.2951,anonymous,EN,1,6.693,7.57,9.552,2,1,2,2,2.554,6.548,8.088,3,0,0,15.016,0,91,78,33,9.962,38.702,40.192,7,22.988,53.898,55.381,5,-2,-1,15.364,75.956,77.239,8,-1,-1,36.524,41.57,43.448,4,-2,20.744,23.27,24.807,3,3.971,11.703,15.015,2,4,4,3,2,4,3,,1.399,52.101,53.87,22,3,3,4,4,4,3,Not sure of the source of the data.,6.833,6.833,18.991,1,5,,5.212,12.058,13.105,3,2,7,3,4,1,5,6,19.97,35.084,36.454,3,8,8,8,8,8,8,8,8,,9.62,23.158,25.091,14,4,4,2,2,4,4,1.524,45.825,47.569,12,3,1,4.379,17.882,19.672,4,2,1972,Georgia,5,2,1,,3,,,7,3,1,3.582,179.023,180.238,43,60bd3949b6f6d9c3453e8def,"{""startTime"":1678934083607,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934138999,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933933958,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":36,""label"":""tour_started""},{""time"":27470,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3814,""week"":""14"",""id"":""chart""},{""time"":33971,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3998,""week"":""6"",""id"":""chart""},{""time"":39849,""label"":""tour_next"",""step"":2},{""time"":51511,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678934067833,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar +2023-03-15 22:25:22,2023-03-15 22:43:26,0,91.219.212.89,100,1084,1,2023-03-15 22:43:27,R_2EhkHdMce4Wd36w,,,,,34.0485,-118.2529,anonymous,EN,1,205.065,205.065,206.967,1,1,2,2,3.298,5.802,58.419,3,10.963,14.171,15.112,2,100,100,16,47.513,100.313,101.504,13,50.717,123.356,126.562,13,-3,-3,18.664,53.839,54.765,3,-3,-3,36.223,46.902,47.699,2,1,64.397,103.462,105.022,4,13.539,13.539,15.01,1,6,6,6,6,6,6,,12.75,28.845,31.553,15,5,5,6,5,6,6,the data seems reliable,4.185,29.441,30.617,2,4,,4.267,6.843,7.556,2,2,3,4,5,1,6,7,0,0,14.983,0,11,11,11,11,11,11,11,11,,2.336,5.088,7.058,8,3,3,1,1,5,3,2.433,16.601,18.115,10,2,4,13.622,19.95,20.622,3,1,1950,Florida,7,3,1,,7,,,8,3,1,1.215,40.127,51.871,12,6406d015ad2a96ceef1f86cc,"{""startTime"":1678934348429,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678934381195,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678934094892,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":31,""label"":""tour_started""},{""time"":50708,""label"":""tour_next"",""step"":5},{""label"":""window_blurred"",""time"":62022},{""label"":""window_focused"",""time"":64125},{""time"":65979,""label"":""tour_back"",""step"":5},{""time"":67843,""label"":""tour_next"",""step"":5},{""time"":103921,""label"":""started_brush"",""startDate"":""2021-04-19"",""endDate"":""2021-09-11""},{""time"":105012,""label"":""tour_next"",""step"":5},{""time"":110273,""label"":""moved_brush"",""startDate"":""2021-09-15"",""endDate"":""2022-02-07""},{""time"":111587,""label"":""tour_next"",""step"":5},{""time"":114304,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-08-27""},{""time"":115465,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-08-27""},{""time"":116682,""label"":""moved_brush"",""startDate"":""2021-09-15"",""endDate"":""2022-02-07""},{""time"":118626,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-08-27""},{""time"":120110,""label"":""cleared_brush"",""using"":""Click""},{""time"":121100,""label"":""tour_next"",""step"":5},{""time"":123348,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678934331831,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":6318},{""label"":""window_focused"",""time"":13473}]}",1,complex,bar +2023-03-15 22:16:56,2023-03-15 22:43:38,0,76.114.7.93,100,1602,1,2023-03-15 22:43:39,R_0JaAw2MiBALHt2V,,,,,38.768,-121.3349,anonymous,EN,1,22.446,22.446,23.376,1,1,2,1,2.077,10.093,13.245,3,0,0,15.02,0,50,86,50,12.757,18.533,29.701,3,43.334,47.742,71.825,2,-1,-1,79.965,118.102,121.896,3,1,1,79.08,100.744,102.504,2,-1,26.913,26.913,44.464,1,0,0,15.115,0,3,1,7,4,3,7,"Apart from the case counts being highly questionable, there's additional data about seriousness and outcomes missing. If you wanted to actually understand what was happening you'd probably have to break down ""vaccinated"" better and include information about repeat cases in both groups.",12.129,30.977,102.642,7,7,5,5,7,7,5,"I don't especially, I was told to rate it based on the assumption that I trusted the data. The data is incomplete as presented (just case counts) and the case count numbers are notoriously incomplete themselves. That being said, the visualization is adequate, it doesn't do any tricks like altering the baseline, and it shows (sort of) error bars.",2.119,2.119,113.511,1,4,"The previous two pages' questions were a complete hash. The first page had two questions about the monthly count of vaccinated and unvaccinated cases and the chart was weekly cases. The counts given as choices were in the first case FAR under the count (looked like 8500 adding up weekly cases based on the chart), and in the second case they wanted the February numbers and only half of February was on the chart. On the second page (immediately prior to this one), the question was regarding the cases in an age group for December 2022 - the chart showed early 2021 to *early* 2022, the month in question was not on the chart. I mean, this might have been intentional, and bravo if it was I guess, but it seems like a series of typos.",4.51,5.478,196.711,2,2,7,3,4,1,5,6,0,0,15.124,0,2,3,6,4,2,6,6,7,nah,7.283,52.163,54.775,10,4,4,1,2,5,5,24.818,37.85,38.811,6,6,3,5.803,26.531,28.246,2,1,1971,California,3,3,1,,7,,,5,2,1,2.426,534.544,543.867,34,5bee108b6f2d54000198e0c6,"{""startTime"":1678933459499,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933300470,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":13960,""label"":""hovered"",""timeHovered"":3856,""week"":""2022-01-03""}]}","{""startTime"":1678933109542,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":31053,""label"":""hovered"",""timeHovered"":1967,""week"":""2021-12-20""},{""time"":43326,""label"":""tour_next"",""step"":2},{""time"":47733,""label"":""tour_end"",""step"":2},{""time"":60087,""label"":""hovered"",""timeHovered"":1558,""week"":""2022-01-10""},{""time"":65414,""label"":""hovered"",""timeHovered"":3555,""week"":""2022-01-03""}]}","{""startTime"":1678933284850,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line +2023-03-15 22:27:01,2023-03-15 22:43:45,0,67.182.26.180,100,1003,1,2023-03-15 22:43:46,R_1jwdEpTKlR1xa0h,,,,,37.9998,-120.3267,anonymous,EN,1,3.15,3.15,4.178,1,,,,,,,,0,0,15.007,0,74,84,68,64.176,75.641,77.22,3,50.884,200.432,207.243,34,-2,-2,22.597,42.465,44.101,2,-3,1,54.676,134.335,135.739,3,-2,38.901,38.901,40.671,1,0,0,15.015,0,4,5,5,5,6,4,,29.334,54.898,60.66,9,5,6,6,4,3,6,Because it said to pretend that I trust it so I said strongly agree. ,2.785,2.785,25.228,1,5,,4.683,10.432,13.379,4,2,7,3,4,1,5,6,0,0,19.567,0,6,7,8,8,4,10,8,9,,12.379,40.382,42.864,11,4,4,1,3,4,4,5.232,32.901,39.047,7,7,,6.532,6.532,7.366,1,2,1964,California,3,2,1,,7,,,11,2,2,1.1,180.93,189.002,21,62b755ac8d4ceeb1a463c05a,"{""startTime"":1678933992420,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":2535,""label"":""started_brush"",""startDate"":""2021-04-29"",""endDate"":""2021-06-01""},{""time"":13558,""label"":""started_brush"",""startDate"":""2021-10-31"",""endDate"":""2021-12-02""},{""time"":17924,""label"":""started_brush"",""startDate"":""2021-12-31"",""endDate"":""2022-01-25""}]}","{""startTime"":1678934053726,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933727961,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":21,""label"":""tour_started""},{""time"":39050,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3783,""week"":""48"",""id"":""chart""},{""time"":43717,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4150,""week"":""51"",""id"":""chart""},{""time"":48166,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1484,""week"":""1"",""id"":""chart""},{""time"":50877,""label"":""tour_next"",""step"":5},{""time"":71463,""label"":""cleared_brush"",""using"":""Click""},{""time"":90195,""label"":""cleared_brush"",""using"":""Click""},{""time"":92152,""label"":""cleared_brush"",""using"":""Click""},{""time"":92647,""label"":""cleared_brush"",""using"":""Click""},{""time"":93096,""label"":""cleared_brush"",""using"":""Click""},{""time"":97458,""label"":""cleared_brush"",""using"":""Click""},{""time"":98093,""label"":""cleared_brush"",""using"":""Click""},{""time"":98472,""label"":""cleared_brush"",""using"":""Click""},{""time"":101274,""label"":""started_brush"",""startDate"":""2021-10-30"",""endDate"":""2021-12-02""},{""time"":104791,""label"":""tour_next"",""step"":5},{""time"":124872,""label"":""moved_brush"",""startDate"":""2021-08-27"",""endDate"":""2021-09-29""},{""time"":125543,""label"":""tour_next"",""step"":5},{""time"":130976,""label"":""cleared_brush"",""using"":""Click""},{""time"":130976,""label"":""cleared_brush"",""using"":""Escape""},{""time"":133385,""label"":""tour_next"",""step"":5},{""time"":141798,""label"":""tour_end"",""step"":5},{""time"":161914,""label"":""started_brush"",""startDate"":""2021-08-17"",""endDate"":""2021-11-03""},{""time"":174584,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2054,""week"":""38"",""id"":""chart""},{""time"":178525,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1279,""week"":""36"",""id"":""chart""},{""time"":185667,""label"":""started_brush"",""startDate"":""2021-06-04"",""endDate"":""2021-06-29""},{""time"":189288,""label"":""moved_brush"",""startDate"":""2021-06-04"",""endDate"":""2021-06-29""},{""time"":190688,""label"":""cleared_brush"",""using"":""Click""},{""time"":190688,""label"":""cleared_brush"",""using"":""Escape""},{""time"":192796,""label"":""started_brush"",""startDate"":""2021-05-02"",""endDate"":""2021-06-02""},{""time"":201153,""label"":""moved_brush"",""startDate"":""2021-05-02"",""endDate"":""2021-06-02""},{""time"":202733,""label"":""started_brush"",""startDate"":""2021-07-01"",""endDate"":""2021-08-04""}]}","{""startTime"":1678933976779,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":11239,""label"":""started_brush"",""startDate"":""2021-08-30"",""endDate"":""2021-11-01""}]}",0,complex,bar +2023-03-15 22:25:20,2023-03-15 22:43:50,0,174.103.0.57,100,1110,1,2023-03-15 22:43:50,R_3ELpGpQSIo14Ecm,,,,,37.752,-87.1514,anonymous,EN,1,67.092,67.092,68.559,1,1,4,2,3.007,7.942,9.402,2,0,0,15.01,0,100,100,18,22.757,29.222,30.75,3,29.858,111.141,141.089,11,1,1,27.459,62.174,64.205,2,-2,1,294.759,333.004,335.171,2,-3,19.176,164.989,166.823,7,0,0,15.111,0,4,3,4,4,7,4,,19.903,32.076,34.804,6,5,4,5,4,4,4,I need more information to trust it completely. Where are these numbers coming from?,2.622,2.622,34.602,1,2,,6.71,6.71,9.653,1,2,7,3,4,1,5,6,0,0,18.505,0,4,4,2,4,6,3,10,9,,4.353,22.554,25.297,8,3,4,2,2,4,4,3.305,21.401,22.756,6,1,2,2.8,7.59,10.484,2,2,1970,Kentucky,6,1,1,,4,,,14,4,2,2.378,46.002,47.306,12,60fe250b3984cfdf32c05860,"{""startTime"":1678934048787,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933991310,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933665272,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":22,""label"":""tour_started""},{""time"":15313,""label"":""hovered"",""timeHovered"":4927,""week"":""2021-10-11""},{""time"":29669,""label"":""tour_next"",""step"":5},{""time"":55172,""label"":""started_brush"",""startDate"":""2021-08-07"",""endDate"":""2021-10-16""},{""time"":59497,""label"":""tour_next"",""step"":5},{""time"":83698,""label"":""moved_brush"",""startDate"":""2021-10-06"",""endDate"":""2021-12-14""},{""time"":84913,""label"":""cleared_brush"",""using"":""click""},{""time"":86527,""label"":""tour_next"",""step"":5},{""time"":98609,""label"":""cleared_brush"",""using"":""click""},{""time"":98614,""label"":""cleared_brush"",""using"":""Escape""},{""time"":100525,""label"":""tour_next"",""step"":5},{""time"":110952,""label"":""tour_end"",""step"":5},{""time"":26361,""label"":""hovered"",""timeHovered"":92354,""week"":""2022-01-17""},{""time"":118896,""label"":""hovered"",""timeHovered"":2108,""week"":""2022-01-24""},{""time"":125633,""label"":""hovered"",""timeHovered"":1628,""week"":""2022-01-17""}]}","{""startTime"":1678933975290,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line +2023-03-15 22:35:34,2023-03-15 22:43:57,0,69.203.70.237,100,502,1,2023-03-15 22:43:57,R_ToRJUpMUImxc22d,,,,,40.6994,-73.8883,anonymous,EN,1,5.37,5.37,6.194,1,,,,,,,,0,0,15.053,0,100,100,1,12.242,19.826,20.69,4,11.159,34.295,45.691,3,1,1,20.08,47.207,48.253,3,1,1,25.976,67.649,68.493,5,-1,19.463,31.784,32.906,2,0,0,15.021,0,5,3,7,5,5,5,,7.481,22.513,23.252,8,5,6,5,4,4,5,It looks accurately represented and based on real numbers.,1.284,1.284,24.915,1,2,,3.387,4.619,6.559,3,2,7,3,4,1,5,6,37.195,37.195,37.904,1,6,6,5,8,10,6,11,8,,4.36,19.97,21.886,10,3,4,1,3,4,4,6.376,15.864,16.659,6,1,,2.282,2.282,3.55,1,2,1982,New York,6,2,1,,2,,,11,4,1,1.006,63.642,65.135,14,5fb2041681fe9376804e1249,"{""startTime"":1678934359391,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934383466,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934248055,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":29,""label"":""tour_started""},{""time"":14824,""label"":""hovered"",""timeHovered"":4175,""week"":""2021-12-27""},{""time"":22486,""label"":""hovered"",""timeHovered"":1196,""week"":""2021-06-07""},{""time"":24901,""label"":""tour_next"",""step"":2},{""time"":34259,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678934343313,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":10999,""label"":""hovered"",""timeHovered"":1481,""week"":""2022-01-03""},{""time"":12509,""label"":""hovered"",""timeHovered"":2300,""week"":""2021-12-27""}]}",0,simple,line +2023-03-15 22:26:41,2023-03-15 22:44:01,0,24.182.201.68,100,1039,1,2023-03-15 22:44:02,R_WlGVcAxMva6bon7,,,,,32.6951,-97.269,anonymous,EN,1,386.595,386.595,387.478,1,1,2,1,1.853,5.363,6.513,2,0,0,15.011,0,40,65,66,14.927,28.757,29.905,5,13.034,34.976,37.989,4,1,1,18.681,34.608,54.439,2,1,1,14.877,40.078,44.172,3,1,30.915,68.383,75.106,3,0,0,15.016,0,3,2,3,4,5,2,,9.261,23.616,27.203,6,7,4,3,2,2,2,Hard to know whats real anymore,2.711,2.711,19.533,1,4,,5.323,8.106,10.202,4,2,7,3,4,1,5,6,8.777,8.777,23.7,1,2,2,9,7,2,5,7,9,,5.861,69.25,71.449,14,4,3,3,2,4,4,8.428,20.901,23.021,7,6,2,46.436,52.408,54.359,2,1,1984,Texas,6,2,1,,7,,,13,2,1,3.29,70.372,76.818,18,5caa183a9ac82a001631374e,"{""startTime"":1678934215666,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934170759,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934072074,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":13029,""label"":""tour_next"",""step"":2},{""time"":15686,""label"":""tour_end"",""step"":2},{""time"":17592,""label"":""hovered"",""timeHovered"":1564,""week"":""2022-01-10""},{""time"":20707,""label"":""hovered"",""timeHovered"":12177,""week"":""2022-01-03""}]}","{""startTime"":1678934155136,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6896,""label"":""hovered"",""timeHovered"":2669,""week"":""2021-12-27""}]}",1,moderate,line +2023-03-15 22:26:22,2023-03-15 22:44:03,0,50.89.3.32,100,1060,1,2023-03-15 22:44:03,R_1Hp18fesRIy6iox,,,,,29.0266,-81.3349,anonymous,EN,1,34.646,34.646,37.878,1,1,4,2,2.566,5.436,20.164,2,0,0,15.117,0,93,94,50,19.956,29.306,33.558,3,30.544,54.983,59.064,2,1,1,13.924,71.594,91.832,3,-3,-3,68.082,138.148,139.871,3,1,78.878,78.878,81.402,1,0,0,15.115,0,5,2,4,5,5,5,"While I've lost a lot of faith in the CDC, I do believe that they reported the true numbers to the best of their ability.",14.205,68.533,138.933,7,4,5,5,5,5,5,This visualizations meshes with the news I was reading during this period of the pandemic.,2.484,59.26,66.201,2,4,,7.199,7.199,23.564,1,2,7,3,4,1,5,6,0,0,26.059,0,2,3,8,8,1,7,10,10,,7.316,25.833,28.569,8,4,4,2,2,4,4,9.591,25.077,26.722,6,4,1,4.33,9.18,13.23,2,2,1958,Florida,6,1,1,,7,,,5,4,1,3.071,134.436,141.773,18,5f92002ccc33eb0ff3d749c5,"{""startTime"":1678934012131,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":37833},{""label"":""window_focused"",""time"":63187},{""label"":""window_blurred"",""time"":124415},{""label"":""window_focused"",""time"":135784}]}","{""startTime"":1678933871695,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933703982,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":21,""label"":""tour_started""},{""time"":8502,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1302,""week"":""52"",""id"":""chart""},{""time"":10584,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5761,""week"":""52"",""id"":""chart""},{""time"":18552,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8391,""week"":""6"",""id"":""chart""},{""time"":30537,""label"":""tour_next"",""step"":2},{""time"":37730,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1569,""week"":""35"",""id"":""chart2""},{""time"":41846,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6332,""week"":""52"",""id"":""chart2""},{""time"":48850,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2288,""week"":""6"",""id"":""chart2""},{""time"":54975,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933855753,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":2555,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2852,""week"":""1"",""id"":""chart""},{""time"":5916,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2017,""week"":""6"",""id"":""chart""},{""time"":9997,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2535,""week"":""6"",""id"":""chart""}]}",1,simple,bar +2023-03-15 22:31:25,2023-03-15 22:44:15,0,173.76.55.31,100,770,1,2023-03-15 22:44:16,R_vvEVapll2HkwjCx,,,,,41.9739,-71.3284,anonymous,EN,1,26.262,26.262,28.195,1,,,,,,,,0,0,15.008,0,72,73,52,34.136,45.448,47.378,5,27.823,38.269,41.104,2,1,1,31.618,75.228,78.095,2,-1,1,13.258,93.155,95.922,3,-1,65.305,70.383,72.683,3,14.87,14.87,15.014,1,5,5,4,4,5,3,,13.477,28.726,33.686,6,4,3,4,3,3,3,I am not sure if there are other factors we do not know.,9.822,9.822,41.885,1,3,,10.61,10.61,16.403,1,2,7,3,4,1,5,6,0,0,29.202,0,7,8,9,10,8,10,10,11,,11.324,26.474,28.96,8,3,3,2,3,4,3,13.629,38.244,39.701,6,3,,13.301,13.301,15.419,1,1,1966,Massachusetts,6,2,1,,8,North Attleboro,,19,3,2,2.376,100.422,111.54,15,616f315b5e74ca5b9a1d2ca7,"{""startTime"":1678934125333,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934159806,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933988693,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":14037,""label"":""hovered"",""timeHovered"":1116,""week"":""2021-11-29""},{""time"":16703,""label"":""hovered"",""timeHovered"":1650,""week"":""2022-01-03""},{""time"":20170,""label"":""hovered"",""timeHovered"":3250,""week"":""2022-01-03""},{""time"":27816,""label"":""tour_next"",""step"":2},{""time"":38262,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678934109856,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,line +2023-03-15 22:32:23,2023-03-15 22:44:23,0,107.194.38.161,100,719,1,2023-03-15 22:44:23,R_CgKtoqYfKZ1Pfmp,,,,,35.7704,-78.6293,anonymous,EN,1,10.481,10.481,11.547,1,,,,,,,,0,0,15.126,0,97,6,0,7.667,17.548,19.121,4,23.237,190.996,195.965,65,-2,1,48.582,85.958,87.356,4,-3,-3,25.465,69.832,71.114,3,-1,45.521,70.226,71.697,2,0,0,15.019,0,3,3,3,2,6,3,,7.178,22.29,26.94,9,3,7,1,1,1,3,I have no idea what is being left out of this visualization.,3.412,3.412,19.625,1,6,The event of the night that has convinced me to go to sleep...,7.919,10.015,28.182,2,2,7,3,4,1,5,6,0,0,10.742,0,3,3,7,7,3,5,9,8,,4.06,16.277,18.233,9,5,5,1,1,5,5,4.352,16.959,18.001,6,2,,3.23,3.23,5.51,1,2,1959,North Carolina,7,3,1,,7,,,17,4,1,1.916,47.315,61.285,12,5a91877e777df200015fa0f5,"{""startTime"":1678934282635,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":26,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1187,""week"":""1"",""id"":""chart""}]}","{""startTime"":1678934309969,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933998576,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":13732,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1005,""week"":""2"",""id"":""chart""},{""time"":15399,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2773,""week"":""52"",""id"":""chart""},{""time"":20369,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1257,""week"":""45"",""id"":""chart""},{""time"":23230,""label"":""tour_next"",""step"":5},{""time"":60511,""label"":""tour_back"",""step"":5},{""time"":62405,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1422,""week"":""2"",""id"":""chart""},{""time"":64894,""label"":""tour_next"",""step"":5},{""time"":85690,""label"":""cleared_brush"",""using"":""Click""},{""label"":""window_blurred"",""time"":105826},{""label"":""window_focused"",""time"":142146},{""time"":143406,""label"":""tour_back"",""step"":5},{""time"":151993,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1408,""week"":""3"",""id"":""chart""},{""time"":155054,""label"":""tour_next"",""step"":5},{""time"":162478,""label"":""started_brush"",""startDate"":""2021-10-02"",""endDate"":""2021-10-09""},{""time"":164559,""label"":""started_brush"",""startDate"":""2021-08-04"",""endDate"":""2021-09-19""},{""time"":166638,""label"":""tour_next"",""step"":5},{""time"":174688,""label"":""moved_brush"",""startDate"":""2021-06-27"",""endDate"":""2021-08-12""},{""time"":175726,""label"":""tour_next"",""step"":5},{""time"":185264,""label"":""cleared_brush"",""using"":""Click""},{""time"":185264,""label"":""cleared_brush"",""using"":""Escape""},{""time"":186279,""label"":""tour_next"",""step"":5},{""time"":190989,""label"":""tour_end"",""step"":5},{""time"":192788,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1834,""week"":""50"",""id"":""chart""}]}","{""startTime"":1678934267268,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":5059,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2150,""week"":""51"",""id"":""chart""},{""time"":8306,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4674,""week"":""46"",""id"":""chart""},{""time"":13305,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1144,""week"":""42"",""id"":""chart""}]}",0,complex,bar +2023-03-15 22:28:17,2023-03-15 22:44:24,0,138.207.251.122,100,966,1,2023-03-15 22:44:24,R_30qSBZMmdDITbjT,,,,,40.4298,-78.4408,anonymous,EN,1,13.703,18.852,21.241,6,1,2,2,2.168,7.296,8.793,3,5.362,5.362,15.011,1,19,100,100,21.218,37.241,38.044,7,5.393,73.401,74.318,5,1,1,5.712,62.348,63.901,6,1,1,20.618,69.041,69.844,9,-1,1.342,103.274,104.54,7,0,0,15.011,0,2,1,2,5,4,7,,4.554,65.61,67.422,13,2,6,2,1,7,5,"Because you told me to assume it's true. I don't really believe it, but I like that it's colorful.",25.798,63.763,97.495,3,3,,7.008,9.664,10.754,2,2,7,3,4,1,5,6,10.837,26.012,26.802,3,1,1,10,6,1,7,5,3,,4.932,25.155,25.9,11,3,3,2,4,2,3,12.08,40.776,41.852,11,7,3,4.453,15.341,16.794,4,2,1966,Pennsylvania,2,2,1,,9,,Duncansville,5,1,1,3.689,122.401,123.201,27,63b3208b1734328e43b42532,"{""startTime"":1678934144205,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":7076},{""label"":""window_focused"",""time"":14518}]}","{""startTime"":1678933933914,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933773154,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":30038,""label"":""tour_next"",""step"":2},{""time"":39606,""label"":""tour_end"",""step"":2},{""time"":40707,""label"":""hovered"",""timeHovered"":2466,""week"":""2022-01-24""},{""time"":43283,""label"":""hovered"",""timeHovered"":2234,""week"":""2022-01-24""},{""time"":45842,""label"":""hovered"",""timeHovered"":1155,""week"":""2022-01-10""},{""time"":47002,""label"":""hovered"",""timeHovered"":9379,""week"":""2022-01-10""},{""time"":60411,""label"":""hovered"",""timeHovered"":2186,""week"":""2021-04-26""},{""time"":65939,""label"":""hovered"",""timeHovered"":1842,""week"":""2022-01-31""}]}","{""startTime"":1678933918320,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line +2023-03-15 22:27:46,2023-03-15 22:44:31,0,45.51.118.60,100,1004,1,2023-03-15 22:44:32,R_3kqaEeJ5odI03uq,,,,,34.1867,-118.3878,anonymous,EN,1,4.69,4.69,5.777,1,,,,,,,,0,0,15.007,0,86,87,50,13.331,18.571,36.115,3,27.385,46.785,48.958,2,1,1,50.013,79.613,117.495,2,-3,-3,65.109,165.501,166.502,5,1,62.233,62.233,63.271,1,0,0,15.01,0,5,4,5,4,5,5,,51.606,67.759,71.589,8,4,4,3,3,3,5,"Since it's based on scientific data, I don't really see a valid reason not to trust it. ",3.102,71.279,77.591,4,5,,4.904,4.904,6.325,1,2,7,3,4,1,5,6,0,0,32.685,0,6,8,9,8,6,8,10,9,,3.46,74.612,78.849,9,2,3,3,2,4,4,2.022,16.686,17.471,6,3,,2.355,2.355,4.142,1,2,1963,California,5,2,1,,7,,,4,2,1,2.365,144.479,153.201,13,55bfa58afdf99b339da508c2,"{""startTime"":1678934005742,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933885625,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933701951,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":26,""label"":""tour_started""},{""time"":27370,""label"":""tour_next"",""step"":2},{""time"":28714,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1934,""week"":""52"",""id"":""chart2""},{""time"":31617,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1266,""week"":""49"",""id"":""chart2""},{""time"":41025,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1017,""week"":""31"",""id"":""chart2""},{""time"":46770,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933869709,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,bar +2023-03-15 22:26:18,2023-03-15 22:44:33,0,50.102.219.211,100,1094,1,2023-03-15 22:44:35,R_3pnZbCCRZQf0r5D,,,,,39.5177,-87.1238,anonymous,EN,1,24.666,24.666,26.534,1,2,,2,2.645,2.645,4.476,1,0,0,15.166,0,5,100,52,59.006,98.012,100.218,4,27.817,105.349,106.376,5,1,1,83.905,106.321,117.168,2,-3,-3,56.343,109.311,114.389,3,-2,90.544,144.397,145.789,3,0,0,15.133,0,1,1,1,7,1,1,Thank you,12.872,34.026,46.457,7,1,7,7,1,1,1,I believe that charts like this misrepresent the truth and present things in an oversimplified way in order to mislead the viewer.,4.405,16.474,108.919,3,4,Thank you,7.027,10.083,15.177,2,2,7,3,4,1,5,6,0,0,27.301,0,5,2,10,10,2,6,3,6,Thank you,9.403,51.961,56.671,10,3,3,3,3,4,3,6.584,25.446,26.914,6,6,3,11.201,19.182,23.768,2,2,1961,Indiana,6,1,1,,7,,,6,2,1,2.923,60.746,68.874,13,56494d5b6902220012c4acb7,"{""startTime"":1678933992211,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934039975,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933747162,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":140,""label"":""tour_started""},{""time"":29285,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6209,""week"":""2"",""id"":""chart""},{""time"":36416,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":12990,""week"":""6"",""id"":""chart""},{""time"":50339,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":11580,""week"":""1"",""id"":""chart""},{""time"":64080,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4883,""week"":""41"",""id"":""chart""},{""time"":72074,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5432,""week"":""23"",""id"":""chart""},{""time"":81238,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7543,""week"":""52"",""id"":""chart""},{""time"":90951,""label"":""tour_next"",""step"":2},{""time"":96803,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933970085,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar +2023-03-15 22:27:24,2023-03-15 22:44:47,0,104.48.177.194,100,1042,1,2023-03-15 22:44:47,R_ZDB09PyY8b9JkTn,,,,,29.5422,-95.3212,anonymous,EN,1,48.07,56.062,63.604,2,1,4,1,1.875,4.902,11.899,2,0,0,15.01,0,100,74,77,17.94,27.732,29.325,3,35.78,48.643,174.089,2,1,-2,25.951,44.359,59.227,2,-3,1,40.665,86.217,96.134,2,1,36.699,36.699,40.678,1,0,0,15.011,0,5,3,4,4,6,5,,23.68,67.24,79.109,8,4,5,5,5,2,5,"All of the axes are labeled and I understand what they mean. With the numerical values included, I will not be fooled by the slope of the lines on the graph.",6.909,30.301,96.946,3,4,,7.447,7.447,13.669,1,2,7,3,4,1,5,6,0,0,37.635,0,6,6,5,4,8,5,10,9,,14.257,39.857,45.697,8,5,5,1,1,4,5,15.082,30.514,32.973,6,2,2,5.303,14.327,17.327,2,1,1971,Texas,6,2,1,,3,,,10,2,1,3.453,78.437,85.127,12,598ba20f716a2c000187ce01,"{""startTime"":1678934229917,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":2463,""label"":""hovered"",""timeHovered"":1337,""week"":""2021-04-26""}]}","{""startTime"":1678934055019,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":2006,""label"":""hovered"",""timeHovered"":3092,""week"":""2021-04-12""},{""time"":8335,""label"":""hovered"",""timeHovered"":1385,""week"":""2021-04-26""},{""time"":11731,""label"":""hovered"",""timeHovered"":1325,""week"":""2022-02-07""}]}","{""startTime"":1678933805326,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":17348,""label"":""hovered"",""timeHovered"":4116,""week"":""2021-08-02""},{""time"":21697,""label"":""hovered"",""timeHovered"":1867,""week"":""2021-08-23""},{""time"":27081,""label"":""hovered"",""timeHovered"":2666,""week"":""2021-06-07""},{""time"":31414,""label"":""hovered"",""timeHovered"":2183,""week"":""2022-01-03""},{""time"":35758,""label"":""tour_next"",""step"":2},{""time"":48640,""label"":""tour_end"",""step"":2},{""time"":55824,""label"":""hovered"",""timeHovered"":1902,""week"":""2021-04-12""},{""time"":57760,""label"":""hovered"",""timeHovered"":2255,""week"":""2021-04-12""},{""time"":65175,""label"":""hovered"",""timeHovered"":1408,""week"":""2021-04-12""},{""time"":66949,""label"":""hovered"",""timeHovered"":6721,""week"":""2021-04-12""},{""time"":73876,""label"":""hovered"",""timeHovered"":5826,""week"":""2021-04-12""},{""time"":79955,""label"":""hovered"",""timeHovered"":1401,""week"":""2021-04-26""},{""time"":82263,""label"":""hovered"",""timeHovered"":1856,""week"":""2021-06-14""},{""time"":84714,""label"":""hovered"",""timeHovered"":1413,""week"":""2021-05-31""},{""time"":86546,""label"":""hovered"",""timeHovered"":4044,""week"":""2021-06-14""},{""time"":90809,""label"":""hovered"",""timeHovered"":3246,""week"":""2021-06-14""},{""time"":94366,""label"":""hovered"",""timeHovered"":3056,""week"":""2021-06-21""},{""time"":97895,""label"":""hovered"",""timeHovered"":3238,""week"":""2021-07-05""},{""time"":102951,""label"":""hovered"",""timeHovered"":2288,""week"":""2021-08-16""},{""time"":108615,""label"":""hovered"",""timeHovered"":2918,""week"":""2021-12-13""},{""time"":111778,""label"":""hovered"",""timeHovered"":2788,""week"":""2021-12-06""},{""time"":115207,""label"":""hovered"",""timeHovered"":3465,""week"":""2021-12-13""},{""time"":118675,""label"":""hovered"",""timeHovered"":1341,""week"":""2021-12-13""},{""time"":121683,""label"":""hovered"",""timeHovered"":1868,""week"":""2022-01-03""},{""time"":124857,""label"":""hovered"",""timeHovered"":2045,""week"":""2022-01-31""},{""time"":127298,""label"":""hovered"",""timeHovered"":1251,""week"":""2022-02-07""},{""time"":128832,""label"":""hovered"",""timeHovered"":1200,""week"":""2022-01-31""},{""time"":137699,""label"":""hovered"",""timeHovered"":1483,""week"":""2021-11-22""},{""time"":142312,""label"":""hovered"",""timeHovered"":1623,""week"":""2021-11-22""},{""time"":144111,""label"":""hovered"",""timeHovered"":1208,""week"":""2021-11-22""},{""time"":146373,""label"":""hovered"",""timeHovered"":1001,""week"":""2021-11-22""},{""time"":148007,""label"":""hovered"",""timeHovered"":2447,""week"":""2021-11-22""},{""time"":150996,""label"":""hovered"",""timeHovered"":1154,""week"":""2021-11-01""},{""time"":154120,""label"":""hovered"",""timeHovered"":2070,""week"":""2021-08-16""},{""time"":156712,""label"":""hovered"",""timeHovered"":5991,""week"":""2021-08-09""},{""time"":167555,""label"":""hovered"",""timeHovered"":5324,""week"":""2021-12-27""}]}","{""startTime"":1678934039488,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line +2023-03-15 22:27:32,2023-03-15 22:45:16,0,75.83.134.130,100,1063,1,2023-03-15 22:45:17,R_UfqjUubFL525gnn,,,,,34.0068,-118.256,anonymous,EN,1,3.881,11.706,12.432,4,1,2,2,7.239,27.276,28.388,3,2.17,7.923,16.394,2,100,100,43,4.284,20.273,21.406,7,1.898,8.768,25.848,4,-3,1,2.151,62.205,62.74,14,-2,-3,0.13,113.046,113.986,17,-3,9.864,60.505,62.072,8,1.409,14.111,15.125,3,5,6,5,5,6,6,,21.816,123.624,125.467,10,5,5,5,7,6,6,It's from a trustworthy source so I assume it's accurate unless it isn't then oh well.,1.323,1.323,30.69,1,4,,29.872,51.724,53.87,2,2,7,3,4,1,5,6,46.351,46.351,47.362,1,1,1,1,5,8,6,8,8,,2.169,25.509,26.208,13,1,1,5,4,3,3,67.01,99.543,100.478,10,4,2,1.924,7.126,8.317,3,1,1998,California,2,2,1,,4,,,2,4,1,1.263,141.102,152.222,25,5fb0a3d6a8e4224b973e750b,"{""startTime"":1678933904163,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934030292,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":24700},{""label"":""window_focused"",""time"":25780},{""label"":""window_blurred"",""time"":28503},{""label"":""window_focused"",""time"":34026}]}","{""startTime"":1678933746380,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":17,""label"":""tour_started""},{""time"":3970,""label"":""tour_next"",""step"":2},{""time"":7232,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933888488,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar +2023-03-15 22:35:41,2023-03-15 22:45:39,0,73.146.154.47,100,598,1,2023-03-15 22:45:40,R_2tKD43trPxpIgzF,,,,,39.7436,-86.1158,anonymous,EN,1,10.691,10.691,12.638,1,,,,,,,,9.3,10.648,16.364,2,86,73,72,24.267,41.685,43.433,4,12.559,17.28,40.308,2,1,1,16.528,31.396,32.774,2,1,1,23.8,34.428,36.161,2,1,44.357,44.357,45.843,1,0,0,15.107,0,5,4,4,5,5,2,I find it implausible there is a spike in the coldest part of the year,14.974,52.177,84.195,8,5,5,5,7,7,5,I was told I trust the data and this is a good way to represent it accurately,2.071,2.071,42.036,1,3,,5.532,5.532,6.904,1,2,7,3,4,1,5,6,0,0,15.756,0,1,6,1,5,7,3,10,10,,6.051,18.057,20.286,9,5,5,1,1,5,5,5.451,30.473,31.929,7,1,,3.938,3.938,5.762,1,1,1969,Indiana,6,1,1,,7,,,13,4,1,2.356,78.628,94.81,16,5fc07d1d954a2251529dcfd6,"{""startTime"":1678934384798,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":1873},{""label"":""window_focused"",""time"":5157}]}","{""startTime"":1678934315410,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934222428,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":12517,""label"":""tour_next"",""step"":2},{""time"":17239,""label"":""tour_end"",""step"":2},{""time"":19245,""label"":""hovered"",""timeHovered"":5265,""week"":""2021-06-14""},{""time"":29713,""label"":""hovered"",""timeHovered"":1616,""week"":""2021-08-30""},{""time"":35365,""label"":""hovered"",""timeHovered"":3186,""week"":""2022-01-10""}]}","{""startTime"":1678934299769,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":8375,""label"":""hovered"",""timeHovered"":1804,""week"":""2022-02-07""},{""time"":12425,""label"":""hovered"",""timeHovered"":1006,""week"":""2022-01-17""}]}",0,moderate,line +2023-03-15 22:31:38,2023-03-15 22:45:48,0,172.58.78.150,100,850,1,2023-03-15 22:45:49,R_241zbLpvVgr0kZo,,,,,36.1214,-115.141,anonymous,EN,1,51.426,51.426,55.735,1,,,,,,,,0,0,15.128,0,89,100,80,22.617,42.959,44.594,3,60.271,78.275,97.578,2,1,1,36.651,58.478,61.538,2,-3,-3,19.443,82.292,84.57,3,-3,50.052,50.052,51.61,1,0,0,15.126,0,3,5,3,6,6,4,,26.565,52.107,56.02,8,5,4,5,5,3,4,I don't know about the measuring processes so I can't be sure that the results are trustworthy.,4.612,4.612,49.27,1,4,,19.8,26.063,29.721,3,2,7,3,4,1,5,6,0,0,32.544,0,2,1,9,8,3,5,4,3,,6.563,32.244,34.853,8,3,3,3,3,3,2,14.724,38.275,45.056,7,4,,3.591,3.591,10.539,1,2,1954,California,6,1,1,,3,,,3,4,2,3.557,56.359,61.98,11,638e415e46b2a8da60722496,"{""startTime"":1678934332925,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934244701,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934045176,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":44697,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1042,""week"":""2"",""id"":""chart""},{""time"":46932,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5257,""week"":""1"",""id"":""chart""},{""time"":52305,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6482,""week"":""52"",""id"":""chart""},{""time"":60243,""label"":""tour_next"",""step"":2},{""time"":78247,""label"":""tour_end"",""step"":2},{""time"":83162,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1855,""week"":""1"",""id"":""chart""},{""time"":85824,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2763,""week"":""52"",""id"":""chart""},{""time"":88598,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3802,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678934228765,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":5688,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2026,""week"":""1"",""id"":""chart""},{""time"":10110,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2329,""week"":""1"",""id"":""chart""}]}",0,moderate,bar +2023-03-15 22:38:14,2023-03-15 22:45:52,0,71.225.178.41,100,457,1,2023-03-15 22:45:52,R_3kFKJSBH5o6Npys,,,,,40.4441,-75.345,anonymous,EN,1,3.7,4.935,6.224,2,1,4,2,1.944,5.67,6.828,3,4.246,4.246,15.106,1,93,95,94,10.951,29.92,30.98,7,6.903,65.878,66.786,22,1,1,1.201,44.871,45.665,13,-2,1,6.987,39.012,39.823,10,-3,2.581,24.661,26.683,4,1.975,14.286,15.154,3,5,6,6,5,5,6,,1.151,6.689,8.498,10,6,6,6,5,6,5,It shows facts in easy to understand color line graph,2,2,16.415,1,6,,3.054,4.308,5.109,2,2,7,3,4,1,5,6,8.453,15.375,16.203,3,7,8,9,9,7,8,10,10,,2.357,12.111,13.62,9,5,5,1,1,5,5,1.601,16.225,17.413,8,7,1,2.579,9.397,10.94,5,1,1973,Pennsylvania,7,3,1,,7,,,16,1,1,1.84,68.479,69.22,28,5ba292385301b80001c71ba2,"{""startTime"":1678934516764,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678934490155,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678934377825,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":38,""label"":""tour_started""},{""time"":9127,""label"":""tour_next"",""step"":5},{""time"":22752,""label"":""cleared_brush"",""using"":""click""},{""time"":26405,""label"":""cleared_brush"",""using"":""click""},{""time"":26630,""label"":""cleared_brush"",""using"":""click""},{""time"":27974,""label"":""started_brush"",""startDate"":""2021-07-18"",""endDate"":""2021-11-02""},{""time"":29015,""label"":""tour_next"",""step"":5},{""time"":33016,""label"":""started_brush"",""startDate"":""2021-06-17"",""endDate"":""2021-07-11""},{""time"":37775,""label"":""moved_brush"",""startDate"":""2021-08-10"",""endDate"":""2021-09-03""},{""time"":38864,""label"":""tour_next"",""step"":5},{""time"":60744,""label"":""cleared_brush"",""using"":""click""},{""time"":60752,""label"":""cleared_brush"",""using"":""Escape""},{""time"":62393,""label"":""tour_next"",""step"":5},{""time"":63958,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678934473375,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line +2023-03-15 22:31:12,2023-03-15 22:46:11,0,174.97.185.217,100,899,1,2023-03-15 22:46:12,R_1g0iDnRJuIS5FrI,,,,,44.482,-88.0185,anonymous,EN,1,5.698,83.633,85.863,2,1,4,1,10.177,26.35,28.838,4,0,0,15.115,0,100,100,50,16.316,37.343,39.514,8,31.364,69.476,96.242,5,1,1,26.884,54.276,56.364,2,1,1,11.037,95.421,97.346,4,1,9.351,55.877,57.389,2,0,0,15.012,0,5,5,6,6,5,5,,8.114,23.022,26.23,8,5,5,5,3,7,5,The information comes from the CDC and I believe the data they gather and distribute regarding Covid is as accurate as data could be.,2.954,48.046,60.591,3,4,,6.725,12.527,15.424,9,2,7,3,4,1,5,6,23.583,23.583,39.961,1,4,4,4,5,5,3,11,9,,14.674,38.984,41.016,8,4,4,1,1,4,4,14.176,38.766,40.087,7,1,2,9.651,21.907,27.868,3,2,1982,Wisconsin,6,2,1,,7,,,11,4,1,7.061,77.891,85.329,18,63f796a016e377d12cff50f1,"{""startTime"":1678934333364,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934226471,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934057108,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":11779,""label"":""hovered"",""timeHovered"":1266,""week"":""2021-12-27""},{""time"":13146,""label"":""hovered"",""timeHovered"":4032,""week"":""2021-12-27""},{""time"":18928,""label"":""hovered"",""timeHovered"":2766,""week"":""2022-02-07""},{""time"":22394,""label"":""hovered"",""timeHovered"":1500,""week"":""2021-04-12""},{""time"":26161,""label"":""hovered"",""timeHovered"":1116,""week"":""2021-04-19""},{""time"":33426,""label"":""hovered"",""timeHovered"":3183,""week"":""2021-08-16""},{""time"":36609,""label"":""hovered"",""timeHovered"":1399,""week"":""2021-08-16""},{""time"":39926,""label"":""hovered"",""timeHovered"":1332,""week"":""2021-10-04""},{""time"":42675,""label"":""hovered"",""timeHovered"":4749,""week"":""2021-11-01""},{""time"":50790,""label"":""hovered"",""timeHovered"":1168,""week"":""2022-01-03""},{""time"":52223,""label"":""hovered"",""timeHovered"":3866,""week"":""2022-01-03""},{""time"":60933,""label"":""tour_next"",""step"":2},{""time"":69464,""label"":""tour_end"",""step"":2},{""time"":77651,""label"":""hovered"",""timeHovered"":1198,""week"":""2021-06-07""},{""time"":82630,""label"":""hovered"",""timeHovered"":1031,""week"":""2021-08-23""},{""time"":84001,""label"":""hovered"",""timeHovered"":1055,""week"":""2021-08-16""},{""time"":85170,""label"":""hovered"",""timeHovered"":2421,""week"":""2021-08-16""},{""time"":89204,""label"":""hovered"",""timeHovered"":1207,""week"":""2021-11-22""},{""time"":90575,""label"":""hovered"",""timeHovered"":1518,""week"":""2021-11-29""}]}","{""startTime"":1678934210931,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line +2023-03-15 22:31:17,2023-03-15 22:46:17,0,68.235.134.209,100,900,1,2023-03-15 22:46:18,R_2s0aKmzoEuRs433,,,,,34.3797,-97.9778,anonymous,EN,1,1.997,3.673,4.367,4,1,4,2,1.774,3.449,4.374,3,3.41,3.41,15.114,1,100,100,100,5.145,10.102,10.935,5,7.958,99.975,117.269,5,1,1,18.994,57.968,59.104,8,-2,1,6.987,90.206,90.994,12,1,1.449,107.893,108.558,5,4.096,4.096,15.109,1,6,6,6,6,6,6,"I genuinely enjoyed using the data to answer the questions, especially the animated data that made the numbers more precise. The information appears trustworthy, and the graph is very easy to use and understand.",6.107,20.19,61.797,11,6,6,6,6,6,6,"The data makes sense to me, given what I know of vaccinated and unvaccinated cases of Covid-19. Unvaccinated people routinely become ill more frequently than vaccinated people, oftentimes by large margins.",10.422,10.785,63.961,2,3,I genuinely enjoyed using all the charts. They were pleasant to look at and made reading the data very easy. Thank you so much!,3.52,5.865,24.9,3,2,7,3,4,1,5,6,5.166,14.912,15.991,2,6,6,5,7,8,7,11,9,,6.25,19.935,21.125,11,2,2,2,3,3,2,3.337,14.342,15.085,8,3,1,9.658,13.346,14.764,5,2,1951,Oklahoma,2,2,1,,7,,,3,4,1,1.842,55.12,56.032,27,574ce0a57fd0ec000db73aa6,"{""startTime"":1678934360907,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":634},{""label"":""window_focused"",""time"":3743}]}","{""startTime"":1678934279133,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":1933},{""label"":""window_focused"",""time"":3598}]}","{""startTime"":1678934072779,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":9,""label"":""tour_started""},{""label"":""window_blurred"",""time"":1069},{""label"":""window_focused"",""time"":4086},{""time"":14550,""label"":""hovered"",""timeHovered"":1617,""week"":""2021-04-12""},{""time"":23754,""label"":""hovered"",""timeHovered"":1568,""week"":""2021-08-23""},{""time"":30640,""label"":""hovered"",""timeHovered"":2734,""week"":""2021-11-15""},{""time"":39594,""label"":""hovered"",""timeHovered"":4017,""week"":""2022-01-03""},{""time"":48165,""label"":""tour_next"",""step"":2},{""time"":52007,""label"":""tour_end"",""step"":2},{""label"":""window_blurred"",""time"":54212},{""label"":""window_focused"",""time"":95987},{""time"":101882,""label"":""hovered"",""timeHovered"":1304,""week"":""2021-06-07""},{""time"":109528,""label"":""hovered"",""timeHovered"":1284,""week"":""2022-01-03""},{""time"":111807,""label"":""hovered"",""timeHovered"":2072,""week"":""2022-01-03""}]}","{""startTime"":1678934262400,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":5942,""label"":""hovered"",""timeHovered"":1095,""week"":""2021-04-19""}]}",1,simple,line +2023-03-15 22:36:05,2023-03-15 22:46:47,0,108.202.77.206,100,641,1,2023-03-15 22:46:48,R_3qagv2l5kbQ8olp,,,,,38.1043,-122.2442,anonymous,EN,1,66.954,77.261,78.055,2,,,,,,,,0,0,15.015,0,100,100,73,4.626,17.331,18.203,5,6.841,14.859,16.553,3,1,1,4.714,50.543,53.551,4,-3,-3,7.155,42.147,54.858,4,1,23.542,26.932,28.728,2,13.946,13.946,15.107,1,5,5,5,5,6,5,,7.653,24.158,25.694,7,5,5,5,3,3,5,It is well designed and clear. I have no reason to not trust it,3.731,16.169,28.544,3,5,,6.031,7.873,8.812,3,2,7,3,4,1,5,6,7.277,7.277,17.616,1,4,4,10,8,4,9,8,11,,2.566,47.489,49.547,12,3,2,4,4,3,3,5.863,29.313,30.415,7,7,,8.836,13.296,15.129,2,1,1974,California,2,2,1,,7,,,7,3,1,2.154,121.087,131.468,22,6398db762e009c7af9e1da88,"{""startTime"":1678934374426,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934400969,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":19905},{""label"":""window_focused"",""time"":22127}]}","{""startTime"":1678934287500,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":22,""label"":""tour_started""},{""time"":6836,""label"":""tour_next"",""step"":2},{""label"":""window_blurred"",""time"":9080},{""label"":""window_focused"",""time"":10977},{""time"":14853,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678934358719,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":8771,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1140,""week"":""2"",""id"":""chart2""},{""label"":""window_blurred"",""time"":11645},{""label"":""window_focused"",""time"":13825}]}",0,simple,bar +2023-03-15 22:06:42,2023-03-15 22:46:52,0,73.148.207.228,100,2409,1,2023-03-15 22:46:53,R_1mPhSQREQzxy5CX,,,,,30.161,-81.7311,anonymous,EN,1,3.399,3.399,4.772,1,,,,,,,,0,0,15.014,0,100,100,51,7.667,11.771,12.654,3,35.567,176.062,216.895,6,-2,1,6.345,125.482,126.937,10,1,-3,9.538,152.225,153.782,3,1,56.767,70.111,81.582,3,0,0,15.013,0,5,3,4,5,6,6,,16.203,492.841,495.958,8,4,6,5,3,3,5,I feel like this visualization shows all of the relevant information for what they trying to convey.,2.699,2.699,119.692,1,4,,3.896,3.896,7.625,1,2,7,3,4,1,5,6,0,0,14.138,0,5,2,1,1,10,3,10,10,,2.349,11.445,13.102,8,3,4,1,3,4,2,2.814,7.196,8.049,7,1,,2.048,2.048,3.444,1,1,1994,Florida,6,3,1,,3,,,6,3,1,1.005,130.489,131.325,46,6081adb85a8992a84093ed21,"{""startTime"":1678933772883,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":214859},{""label"":""window_focused"",""time"":334965}]}","{""startTime"":1678934271824,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933383142,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":33,""label"":""tour_started""},{""time"":170837,""label"":""tour_next"",""step"":2},{""time"":176044,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933757007,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,bar +2023-03-15 22:34:10,2023-03-15 22:47:01,0,75.131.173.238,100,771,1,2023-03-15 22:47:01,R_1lyk8sRVZgVmOtM,,,,,35.7113,-82.5467,anonymous,EN,1,7.913,8.608,9.508,2,,,,,,,,0,0,15.012,0,85,57,54,5.707,18.849,19.502,7,3.164,289.822,291.267,73,1,1,3.958,43.676,44.563,10,-3,1,10.616,20.018,20.998,8,1,2.403,54.748,55.938,7,1.886,1.886,15.111,1,4,5,6,3,6,6,,4.999,18.724,20.45,10,5,5,6,5,6,6,It looks professional,4.763,4.763,14.758,1,5,,4.208,5.815,6.565,3,2,7,3,4,1,5,6,11.77,11.77,12.722,1,7,8,6,8,9,7,11,11,,2.603,12.3,13.602,13,5,5,1,1,5,1,1.091,13.154,13.954,11,2,,3.089,4.967,5.879,4,1,1958,North Carolina,7,3,1,,7,,,14,4,2,1.012,162.748,163.504,25,63c3118da7ffa9c9fa88a10e,"{""startTime"":1678934478230,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678934499367,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678934261454,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":32,""label"":""tour_started""},{""time"":6955,""label"":""hovered"",""timeHovered"":25726,""week"":""2021-04-12""},{""time"":52115,""label"":""hovered"",""timeHovered"":1736,""week"":""2021-05-10""},{""time"":54869,""label"":""hovered"",""timeHovered"":1450,""week"":""2021-05-24""},{""time"":57591,""label"":""tour_next"",""step"":5},{""time"":68573,""label"":""started_brush"",""startDate"":""2021-04-19"",""endDate"":""2022-02-13""},{""time"":72117,""label"":""tour_next"",""step"":5},{""time"":91114,""label"":""moved_brush"",""startDate"":""2021-10-31"",""endDate"":""2022-02-13""},{""time"":96058,""label"":""tour_next"",""step"":5},{""time"":131438,""label"":""cleared_brush"",""using"":""click""},{""time"":131444,""label"":""cleared_brush"",""using"":""Escape""},{""time"":133533,""label"":""tour_next"",""step"":5},{""time"":142428,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678934462544,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line +2023-03-15 22:39:18,2023-03-15 22:47:15,0,148.74.227.196,100,476,1,2023-03-15 22:47:15,R_3EoNrLPvrpy2L6t,,,,,40.3913,-74.3247,anonymous,EN,1,19.155,19.155,20.402,1,,,,,,,,3.197,3.197,15.01,1,47,41,38,6.784,24.773,25.975,3,3.004,7.261,11.578,3,-2,1,17.624,25.012,32.906,2,1,-2,3.944,6.958,8.48,2,-3,5.954,39.468,41.428,3,0,0,15.194,0,2,4,3,3,3,3,,3.542,14.256,17.084,6,3,3,3,3,3,3,I'm not sure,3.801,34.999,42.173,2,4,,1.863,1.863,5.838,1,2,3,4,5,1,6,7,6.599,6.599,18.703,1,1,1,6,1,1,1,1,1,,12.427,22.411,24.031,16,3,2,4,2,3,3,4.307,11.359,12.506,6,4,,2.499,2.499,11.165,1,2,1985,New Jersey,2,2,1,,7,,,12,4,1,3.115,90.651,104.133,19,5e5c88c3be924d475ff0fc34,"{""startTime"":1678934575293,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934495596,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934433606,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":35,""label"":""tour_started""},{""time"":5239,""label"":""tour_next"",""step"":2},{""time"":7236,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678934479542,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,bar +2023-03-15 22:36:35,2023-03-15 22:47:45,0,100.37.14.79,100,669,1,2023-03-15 22:47:45,R_3LZ8LxHCm2MvtC1,,,,,40.5334,-74.2099,anonymous,EN,1,3.111,8.707,10.181,4,,,,,,,,0,0,15.148,0,85,67,73,0.093,24.858,26.043,9,22.04,36.146,37.995,7,-2,1,7.626,50.953,52.18,9,-3,-3,48.598,84.56,86.4,8,1,8.868,58.455,59.374,4,0,0,15.021,0,5,5,4,5,5,5,none,5.374,22.241,27.551,14,5,4,4,4,4,5,It is data driven and makes sense,10.902,52.09,56.849,2,6,none,3.783,15.131,16.131,4,2,7,3,4,1,5,6,7.161,21.45,23.554,3,8,8,8,7,8,5,9,9,none,3.311,28.34,29.512,12,4,4,2,2,4,4,7.357,23.068,23.685,11,2,,3.765,6.712,6.747,3,1,1953,New York,3,2,1,,7,,,7,2,1,1.594,124.362,126.041,48,5b233660648d5b0001b7de87,"{""startTime"":1678934483195,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934405646,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934263896,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":48,""label"":""tour_started""},{""time"":27693,""label"":""tour_next"",""step"":2},{""time"":30829,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678934389739,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,bar +2023-03-15 22:41:03,2023-03-15 22:47:48,0,173.64.10.3,100,404,1,2023-03-15 22:47:48,R_8G5WPksFYWwoWJP,,,,,42.8354,-78.7573,anonymous,EN,1,4.775,4.775,5.96,1,,,,,,,,0,0,15.029,0,87,89,82,11.91,18.274,20.141,3,13.078,22.568,24.478,3,-1,-1,6.228,10.684,12.268,2,-1,1,14.511,20.056,22.273,2,-1,6.42,6.42,8.316,1,0,0,15.034,0,3,4,4,4,3,3,,8.074,19.818,22.942,6,2,2,2,2,2,2,Too small a font and display. Hard to read.,4.122,4.122,26.566,1,6,You should have said graph was highly imnvolved in your study instructions/intro.,3.641,44.95,47.471,2,2,3,4,5,1,6,7,0,0,13.264,0,7,9,10,9,9,9,9,10,,7.098,22.202,24.422,8,4,4,2,2,4,4,7.547,23.371,25.125,7,2,,1.754,1.754,3.468,1,1,1952,New York,6,2,1,,7,,,10,4,1,1.24,58.449,69.627,13,628f700669d5f6e4e33c8d8e,"{""startTime"":1678934625829,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934580377,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934516530,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":13063,""label"":""tour_next"",""step"":2},{""time"":16647,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678934564341,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,line +2023-03-15 22:32:52,2023-03-15 22:47:48,0,208.104.102.197,100,895,1,2023-03-15 22:47:48,R_3MAlONauBx4gWRG,,,,,35.0125,-80.9309,anonymous,EN,1,33.814,33.814,35.093,1,1,3,2,1.871,4.768,6.16,2,0,0,15.147,0,95,96,78,21.964,36.45,40.976,4,10.484,134.412,136.67,26,-2,1,47.198,69.862,71.923,2,-3,-3,60.642,85.692,95.926,2,-3,35.337,50.562,56.448,2,7.101,7.101,15.198,1,6,5,5,6,2,6,"Interesting because I did not see the source for the data in the first set of questions, but I did see once a question came up about the source of the data and I specifically focused in on the chart for the information.",19.828,57.662,111.67,8,6,5,5,5,3,4,I did not see any sources listed for the data (or it was there but not clear to me as I navigated the dataset),4.121,4.121,33.058,1,5,,15.982,15.982,17.728,1,2,7,3,4,1,5,6,0,0,20.268,0,2,4,10,7,5,9,9,10,,5.309,21.756,24.045,8,4,5,2,2,5,2,11.57,34.426,35.762,6,4,1,3.984,9.682,12.88,2,1,1971,South Carolina,5,2,1,,7,,,17,4,1,2.207,87.946,97.731,16,63d9c4ea4b5efb771f895e11,"{""startTime"":1678934369140,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":22465},{""label"":""window_focused"",""time"":32155}]}","{""startTime"":1678934303397,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678934160744,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":80,""label"":""tour_started""},{""time"":8155,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1541,""week"":""50"",""id"":""chart""},{""time"":10805,""label"":""tour_next"",""step"":5},{""time"":17486,""label"":""started_brush"",""startDate"":""2021-04-08"",""endDate"":""2021-06-05""},{""time"":26148,""label"":""started_brush"",""startDate"":""2021-08-01"",""endDate"":""2021-10-20""},{""time"":26886,""label"":""tour_next"",""step"":5},{""time"":32908,""label"":""moved_brush"",""startDate"":""2021-10-07"",""endDate"":""2021-12-26""},{""time"":38068,""label"":""started_brush"",""startDate"":""2021-08-15"",""endDate"":""2021-09-29""},{""time"":39599,""label"":""tour_next"",""step"":5},{""time"":44992,""label"":""cleared_brush"",""using"":""Click""},{""time"":44992,""label"":""cleared_brush"",""using"":""Escape""},{""time"":47783,""label"":""tour_next"",""step"":5},{""time"":51271,""label"":""tour_end"",""step"":5},{""time"":61826,""label"":""cleared_brush"",""using"":""Click""},{""time"":63225,""label"":""cleared_brush"",""using"":""Click""}]}","{""startTime"":1678934286614,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":6588,""label"":""started_brush"",""startDate"":""2021-04-30"",""endDate"":""2021-07-01""},{""time"":11659,""label"":""started_brush"",""startDate"":""2021-10-30"",""endDate"":""2022-01-01""}]}",1,complex,bar +2023-03-15 22:37:31,2023-03-15 22:48:00,0,64.184.115.72,100,628,1,2023-03-15 22:48:00,R_3RmvhlM9cJwQrar,,,,,38.4934,-86.0139,anonymous,EN,1,5.592,5.592,6.932,1,,,,,,,,3.323,13.043,15.115,2,100,18,38,18.081,26.92,30.267,3,14.088,89.628,93.491,16,1,1,16.38,31.86,33.893,2,1,1,23.188,37.311,38.626,2,1,56.153,56.153,57.868,1,8.088,9.925,15.012,3,3,3,3,3,5,3,,9.124,32.198,36.692,8,3,2,7,7,7,3,"I have no way of knowing if the data represented here is correct, or if it's presented in a relevant way (because I'm missing the context of understanding these kinds of numbers.)",3.414,56.582,58.142,2,3,,5.913,7.181,9.375,2,2,7,3,4,1,5,6,0,0,18.277,0,6,9,3,6,9,1,11,11,"""political parties"" The answer varies widely, depending on which party.",4.799,24.978,55.439,12,5,5,1,1,5,5,11.697,25.793,27.378,6,1,,1.941,1.941,3.906,1,1,1973,Indiana,6,2,1,,7,,,8,3,1,1.393,73.205,75.562,19,63e1dbd6e3b024508cfb12e9,"{""startTime"":1678934565484,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678934479859,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678934311964,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":14075,""label"":""tour_next"",""step"":5},{""time"":33875,""label"":""tour_back"",""step"":5},{""time"":37086,""label"":""tour_next"",""step"":5},{""time"":39065,""label"":""tour_back"",""step"":5},{""time"":43115,""label"":""tour_next"",""step"":5},{""time"":49297,""label"":""started_brush"",""startDate"":""2021-06-21"",""endDate"":""2021-06-24""},{""time"":59962,""label"":""started_brush"",""startDate"":""2021-10-05"",""endDate"":""2022-01-08""},{""time"":61683,""label"":""tour_next"",""step"":5},{""time"":75268,""label"":""moved_brush"",""startDate"":""2021-07-07"",""endDate"":""2021-10-10""},{""time"":76488,""label"":""tour_next"",""step"":5},{""time"":81630,""label"":""cleared_brush"",""using"":""click""},{""time"":84818,""label"":""tour_next"",""step"":5},{""time"":89614,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678934464323,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":14310,""label"":""started_brush"",""startDate"":""2021-12-09"",""endDate"":""2022-01-02""}]}",0,complex,line +2023-03-15 22:24:00,2023-03-15 22:48:03,0,67.42.91.170,100,1442,1,2023-03-15 22:48:03,R_XSpIJB33RxUbdqV,,,,,47.36,-122.6015,anonymous,EN,1,20.416,20.416,24.456,1,,,,,,,,0,0,15.018,0,96,92,15,22.894,70.158,81.462,6,39.978,60.45,63.593,2,-2,1,78.445,141.037,149.955,2,-3,-3,40.506,89.45,100.029,3,-2,71.286,71.286,91.513,1,0,0,15.113,0,5,5,5,5,5,5,,131.674,182.448,200.938,7,5,5,2,7,7,5,Because I see that the data is from an official government entity in Croatia. ,5.508,58.889,115.627,3,6,,7.052,7.052,15.6,1,2,7,3,4,1,5,6,0,0,38.579,0,1,1,10,5,1,7,7,1,,7.148,74.332,83.37,13,2,4,2,2,2,4,31.048,117.032,118.757,6,4,,4.219,4.219,8.531,1,2,1969,Washington,6,3,1,,7,,,5,4,2,4.15,139.018,145.772,15,5bde6c564842880001308324,"{""startTime"":1678933829218,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":163266,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1929,""week"":""50"",""id"":""chart""},{""time"":167811,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3823,""week"":""1"",""id"":""chart2""},{""time"":192344,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1860,""week"":""1"",""id"":""chart2""}]}","{""startTime"":1678934031872,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933595493,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":44,""label"":""tour_started""},{""time"":21388,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1175,""week"":""52"",""id"":""chart""},{""time"":27240,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1007,""week"":""34"",""id"":""chart""},{""time"":28581,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1661,""week"":""32"",""id"":""chart""},{""time"":39959,""label"":""tour_next"",""step"":2},{""time"":52140,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2298,""week"":""32"",""id"":""chart2""},{""time"":54597,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1283,""week"":""2"",""id"":""chart2""},{""time"":55913,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1024,""week"":""1"",""id"":""chart2""},{""time"":60431,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933812818,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,bar +2023-03-15 22:40:24,2023-03-15 22:48:34,0,98.4.98.57,100,490,1,2023-03-15 22:48:35,R_1NwSmzXTesP3xRV,,,,,43.1743,-79.0215,anonymous,EN,1,5.368,5.368,7.006,1,,,,,,,,2.027,4.481,15.006,5,75,85,58,9.652,14.37,19.011,3,13.283,78.327,81.796,20,1,1,15.601,27.03,28.163,2,1,1,25.494,42.208,45.756,2,-3,29.521,29.521,35.235,1,0,0,15.009,0,5,4,5,5,5,5,"I love the way this is presented, allowing the zoom on a section. Very fancy!",13.403,23.285,53.012,7,5,5,6,5,2,4,I trust it as much as I trust any limited data set in a vacuum.,1.298,17.328,50.491,2,4,,2.119,5.003,6.291,7,2,7,3,4,1,5,6,0,0,8.906,0,3,5,5,6,4,6,8,5,,3.936,15.894,17.001,11,3,4,2,3,4,4,4.137,12.844,14.526,7,4,,2.134,2.134,3.192,1,1,1974,New York,3,2,1,,7,,,2,4,2,1.097,45.815,46.404,14,6332274d72eff2df47171a78,"{""startTime"":1678934607906,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":2826,""label"":""started_brush"",""startDate"":""2021-06-13"",""endDate"":""2021-08-09""},{""time"":4372,""label"":""started_brush"",""startDate"":""2021-12-11"",""endDate"":""2022-02-13""},{""time"":10085,""label"":""moved_brush"",""startDate"":""2021-12-13"",""endDate"":""2022-02-13""}]}","{""startTime"":1678934661746,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678934473451,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":32,""label"":""tour_started""},{""time"":13230,""label"":""tour_next"",""step"":5},{""time"":31786,""label"":""started_brush"",""startDate"":""2021-06-20"",""endDate"":""2022-02-13""},{""time"":32980,""label"":""tour_next"",""step"":5},{""time"":35887,""label"":""moved_brush"",""startDate"":""2021-07-09"",""endDate"":""2022-02-13""},{""time"":37826,""label"":""moved_brush"",""startDate"":""2021-07-09"",""endDate"":""2022-02-13""},{""time"":39953,""label"":""moved_brush"",""startDate"":""2021-07-09"",""endDate"":""2021-11-11""},{""time"":42129,""label"":""moved_brush"",""startDate"":""2021-10-01"",""endDate"":""2021-11-11""},{""time"":43232,""label"":""moved_brush"",""startDate"":""2021-10-01"",""endDate"":""2022-02-13""},{""time"":47896,""label"":""moved_brush"",""startDate"":""2021-12-30"",""endDate"":""2022-02-13""},{""time"":48911,""label"":""tour_next"",""step"":5},{""time"":51806,""label"":""cleared_brush"",""using"":""click""},{""time"":52979,""label"":""tour_next"",""step"":5},{""time"":60333,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678934591563,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":8582,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-07-23""},{""time"":10028,""label"":""started_brush"",""startDate"":""2021-10-04"",""endDate"":""2022-02-13""}]}",0,complex,line +2023-03-15 22:17:13,2023-03-15 22:49:51,0,98.211.134.198,100,1957,1,2023-03-15 22:49:51,R_1lAlyGFOQ6jHsII,,,,,26.6165,-80.0444,anonymous,EN,1,50.964,50.964,52.322,1,1,4,2,3.666,15.636,18.718,7,0,0,15.114,0,95,71,72,23.592,32.839,34.223,4,46.277,451.649,485.485,85,1,-2,50.586,112.394,116.361,2,-2,1,358.762,376.73,377.94,2,1,200.14,200.14,205.305,1,0,0,15.118,0,3,7,3,2,4,4,,28.121,76.848,83.039,8,4,3,4,4,3,4,Because it uses different colors to distinguish what ages it represents and is easier to see vs reading a study. ,6.707,87.942,91.675,5,5,Very interesting graphs,35.421,39.183,56.146,4,2,7,3,4,1,5,6,0,0,41.788,0,4,8,4,8,9,6,10,9,,7.347,23.073,26.124,8,5,5,1,1,5,5,11.658,50.701,51.892,7,1,1,2.174,12.664,17.498,2,2,1957,Florida,2,2,1,,7,,,5,4,1,2.743,185.581,190.029,26,5f048fdc0aea5b0ae3215fc9,"{""startTime"":1678933886333,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933969894,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933178119,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":25153,""label"":""hovered"",""timeHovered"":1467,""week"":""2022-01-03""},{""time"":26621,""label"":""hovered"",""timeHovered"":2049,""week"":""2022-01-03""},{""time"":30871,""label"":""hovered"",""timeHovered"":2049,""week"":""2022-01-10""},{""time"":36987,""label"":""hovered"",""timeHovered"":7099,""week"":""2021-12-27""},{""time"":46271,""label"":""tour_next"",""step"":5},{""time"":57472,""label"":""tour_back"",""step"":5},{""time"":63503,""label"":""hovered"",""timeHovered"":1348,""week"":""2022-01-17""},{""time"":65101,""label"":""hovered"",""timeHovered"":1733,""week"":""2021-12-06""},{""time"":68302,""label"":""hovered"",""timeHovered"":1182,""week"":""2022-01-03""},{""time"":78391,""label"":""tour_next"",""step"":5},{""time"":113131,""label"":""tour_back"",""step"":5},{""time"":123415,""label"":""hovered"",""timeHovered"":2733,""week"":""2022-01-24""},{""time"":128695,""label"":""tour_next"",""step"":5},{""time"":138197,""label"":""cleared_brush"",""using"":""click""},{""time"":168764,""label"":""cleared_brush"",""using"":""click""},{""time"":193069,""label"":""tour_back"",""step"":5},{""time"":209945,""label"":""tour_next"",""step"":5},{""time"":241521,""label"":""tour_back"",""step"":5},{""time"":243876,""label"":""hovered"",""timeHovered"":1149,""week"":""2021-04-12""},{""time"":249941,""label"":""hovered"",""timeHovered"":7283,""week"":""2021-09-13""},{""time"":266040,""label"":""tour_next"",""step"":5},{""time"":286524,""label"":""started_brush"",""startDate"":""2021-12-01"",""endDate"":""2022-02-06""},{""time"":287498,""label"":""tour_next"",""step"":5},{""time"":299977,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-04-21""},{""time"":313408,""label"":""started_brush"",""startDate"":""2021-05-31"",""endDate"":""2021-08-22""},{""time"":319859,""label"":""cleared_brush"",""using"":""click""},{""time"":322348,""label"":""started_brush"",""startDate"":""2021-11-21"",""endDate"":""2022-02-13""},{""time"":326971,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-07-03""},{""time"":338332,""label"":""moved_brush"",""startDate"":""2021-11-21"",""endDate"":""2022-02-13""},{""time"":342879,""label"":""moved_brush"",""startDate"":""2021-11-21"",""endDate"":""2022-02-13""},{""time"":344316,""label"":""tour_next"",""step"":5},{""time"":367044,""label"":""cleared_brush"",""using"":""click""},{""time"":367049,""label"":""cleared_brush"",""using"":""Escape""},{""time"":382700,""label"":""cleared_brush"",""using"":""click""},{""time"":383267,""label"":""cleared_brush"",""using"":""click""},{""time"":411535,""label"":""cleared_brush"",""using"":""click""},{""time"":426487,""label"":""started_brush"",""startDate"":""2021-05-03"",""endDate"":""2021-08-17""},{""time"":427581,""label"":""tour_next"",""step"":5},{""time"":451642,""label"":""tour_end"",""step"":5},{""time"":455290,""label"":""hovered"",""timeHovered"":1478,""week"":""2021-08-09""},{""time"":456934,""label"":""hovered"",""timeHovered"":7092,""week"":""2021-08-09""},{""label"":""window_blurred"",""time"":466697},{""label"":""window_focused"",""time"":471154},{""time"":475542,""label"":""hovered"",""timeHovered"":6800,""week"":""2021-08-02""}]}","{""startTime"":1678933870663,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line +2023-03-15 22:29:31,2023-03-15 22:50:02,0,100.1.148.217,100,1230,1,2023-03-15 22:50:03,R_3rVtwrV6oSq0dhG,,,,,40.488,-74.4544,anonymous,EN,1,48.52,60.253,61.403,2,,,,,,,,0,0,15.129,0,86,58,65,28.789,41.558,43.293,5,129.304,232.013,241.159,19,1,-1,48.849,96.312,97.804,3,1,1,44.771,61.935,64.154,2,1,20.556,102.388,104.161,3,10.159,10.159,15.171,1,3,3,3,5,5,3,,11.258,25.985,35.144,6,5,5,4,7,7,5,"When I say I trust this visualization, I mean that I trust that they depicted the visualization well based on the numbers. I 'm not saying I trust the sources of the visualization though.",8.127,8.127,74.398,1,5,,13.758,13.758,16.99,1,2,7,3,4,1,5,6,0,0,89.415,0,3,6,7,7,2,6,6,7,,33.776,94.411,100.496,19,3,3,2,2,3,3,15.715,47.679,48.637,6,6,,5.636,5.636,8.698,1,1,1997,New Jersey,6,2,1,,7,,,3,2,2,1.385,95.035,100.724,19,5f2016b023978b04f9679bec,"{""startTime"":1678934283569,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678934319520,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933920707,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":137,""label"":""tour_started""},{""time"":926,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4171,""week"":""2"",""id"":""chart""},{""label"":""window_blurred"",""time"":7532},{""label"":""window_focused"",""time"":7955},{""time"":68878,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5080,""week"":""48"",""id"":""chart""},{""time"":74212,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7998,""week"":""52"",""id"":""chart""},{""time"":83951,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3733,""week"":""45"",""id"":""chart""},{""time"":88565,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":11719,""week"":""51"",""id"":""chart""},{""time"":109061,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1029,""week"":""51"",""id"":""chart""},{""time"":110139,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1817,""week"":""52"",""id"":""chart""},{""time"":116852,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1989,""week"":""24"",""id"":""chart""},{""time"":119243,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2273,""week"":""22"",""id"":""chart""},{""time"":129266,""label"":""tour_next"",""step"":5},{""time"":161884,""label"":""started_brush"",""startDate"":""2021-06-13"",""endDate"":""2021-08-10""},{""time"":163300,""label"":""moved_brush"",""startDate"":""2021-06-01"",""endDate"":""2021-06-13""},{""time"":173867,""label"":""started_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-05-05""},{""time"":177669,""label"":""tour_next"",""step"":5},{""time"":182546,""label"":""started_brush"",""startDate"":""2021-04-30"",""endDate"":""2021-07-13""},{""time"":185559,""label"":""moved_brush"",""startDate"":""2021-04-30"",""endDate"":""2021-07-13""},{""time"":187658,""label"":""moved_brush"",""startDate"":""2021-04-30"",""endDate"":""2021-07-13""},{""time"":190558,""label"":""cleared_brush"",""using"":""Click""},{""time"":192395,""label"":""tour_next"",""step"":5},{""time"":198146,""label"":""cleared_brush"",""using"":""Click""},{""time"":198147,""label"":""cleared_brush"",""using"":""Escape""},{""time"":200718,""label"":""tour_next"",""step"":5},{""time"":210496,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678934267535,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":9519,""label"":""started_brush"",""startDate"":""2021-08-29"",""endDate"":""2022-01-05""},{""time"":10903,""label"":""moved_brush"",""startDate"":""2021-08-29"",""endDate"":""2022-01-05""},{""time"":11459,""label"":""moved_brush"",""startDate"":""2021-08-29"",""endDate"":""2022-01-05""},{""time"":12113,""label"":""cleared_brush"",""using"":""Click""},{""time"":14438,""label"":""started_brush"",""startDate"":""2021-10-31"",""endDate"":""2022-01-07""}]}",0,complex,bar +2023-03-15 22:32:31,2023-03-15 22:50:04,0,24.112.251.35,100,1052,1,2023-03-15 22:50:04,R_1r1RklrU5JFSU10,,,,,40.8449,-81.7736,anonymous,EN,1,8.893,8.893,10.533,1,,,,,,,,0,0,15.117,0,100,89,56,40.787,63.014,64.997,4,49.433,65.153,97.692,5,1,1,28.069,55.452,57.578,2,1,1,45.015,62.707,66.404,2,-1,72.331,72.331,84.175,1,0,0,15.117,0,6,6,6,6,6,6,,14.768,46.527,65.255,6,6,5,5,7,1,6,Source was referenced. Data looks plausable,5.166,5.166,26.544,1,5,the question back 2 asked about dec 2022 info. Dec 2021 was listed but not 2022,12.884,17.485,73.924,3,2,7,3,4,1,5,6,0,0,39.121,0,2,4,8,6,8,9,10,10,,10.441,55.739,60.135,8,5,4,2,1,3,4,20.065,63.026,63.973,6,3,,10.948,10.948,13.499,1,1,1966,Ohio,6,2,1,,7,,,14,2,2,6.507,158.094,165.055,36,640912d475d8f1047d318723,"{""startTime"":1678934346645,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934234432,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934053070,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":24382,""label"":""hovered"",""timeHovered"":1453,""week"":""2021-12-27""},{""time"":29180,""label"":""hovered"",""timeHovered"":1422,""week"":""2021-08-09""},{""time"":37140,""label"":""hovered"",""timeHovered"":6379,""week"":""2021-08-16""},{""time"":43572,""label"":""hovered"",""timeHovered"":2214,""week"":""2021-08-23""},{""time"":49418,""label"":""tour_next"",""step"":2},{""time"":65138,""label"":""tour_end"",""step"":2},{""time"":87640,""label"":""hovered"",""timeHovered"":7014,""week"":""2021-12-27""}]}","{""startTime"":1678934218213,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,line +2023-03-15 22:29:19,2023-03-15 22:50:21,0,96.58.141.218,100,1262,1,2023-03-15 22:50:22,R_1igQcUjQY4gAckl,,,,,27.7538,-82.7208,anonymous,EN,1,13.723,60.867,62.561,3,1,4,2,3.516,8.11,9.762,3,0,0,15.022,0,88,73,49,36.463,64.074,66.34,7,3.759,221.551,223.096,17,1,1,4.877,92.531,93.536,14,-3,1,3.505,131.868,133.014,12,-1,8.146,54.292,55.082,14,10.117,10.117,15.124,1,6,3,3,4,6,2,It seems to me that when I slide the data line the caption is reversed. Vaccinated Ages 80+ Ages 50-79 Ages 18-49 Unvaccinated Ages 80+ Ages 50-79 Ages 18-49,3.502,167.405,171.943,26,5,4,5,7,7,3,I believe that I have found a mistake in the slider line caption.,2.702,2.702,39.079,1,6,None thanks,7.139,16.486,22.844,7,2,6,3,4,1,5,7,6.105,28.205,30.334,2,7,10,9,10,8,7,11,11,,9.415,52.713,59.75,13,4,4,1,2,4,4,13.466,57.184,58.766,10,2,1,5.154,16.404,18.696,4,1,1951,Florida,7,1,1,,7,,,17,4,2,7.624,102.136,103.657,24,5ef764821269f404a08607d7,"{""startTime"":1678934223014,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678934396600,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933927270,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":31,""label"":""tour_started""},{""time"":5659,""label"":""hovered"",""timeHovered"":1150,""week"":""2021-11-15""},{""time"":22425,""label"":""hovered"",""timeHovered"":1269,""week"":""2021-08-16""},{""time"":39443,""label"":""hovered"",""timeHovered"":31683,""week"":""2022-01-10""},{""time"":84216,""label"":""hovered"",""timeHovered"":1050,""week"":""2022-01-03""},{""time"":86637,""label"":""hovered"",""timeHovered"":1383,""week"":""2022-01-31""},{""time"":103380,""label"":""tour_next"",""step"":5},{""time"":131307,""label"":""cleared_brush"",""using"":""click""},{""time"":134839,""label"":""started_brush"",""startDate"":""2021-06-29"",""endDate"":""2021-08-29""},{""time"":144234,""label"":""moved_brush"",""startDate"":""2021-08-19"",""endDate"":""2021-10-19""},{""time"":145226,""label"":""tour_next"",""step"":5},{""time"":162365,""label"":""moved_brush"",""startDate"":""2021-09-26"",""endDate"":""2021-11-26""},{""time"":163544,""label"":""tour_next"",""step"":5},{""time"":170313,""label"":""cleared_brush"",""using"":""click""},{""time"":170318,""label"":""cleared_brush"",""using"":""Escape""},{""time"":183249,""label"":""tour_next"",""step"":5},{""time"":196400,""label"":""tour_end"",""step"":5},{""time"":205256,""label"":""started_brush"",""startDate"":""2021-05-11"",""endDate"":""2021-08-23""},{""time"":205963,""label"":""hovered"",""timeHovered"":7613,""week"":""2021-08-09""}]}","{""startTime"":1678934206957,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":11164,""label"":""hovered"",""timeHovered"":1166,""week"":""2021-12-27""}]}",1,complex,line +2023-03-15 22:42:36,2023-03-15 22:50:24,0,136.226.61.2,100,468,1,2023-03-15 22:50:25,R_3fN7vh6jDtkfGrt,,,,,40.7365,-74.0055,anonymous,EN,1,7.086,7.709,8.89,2,,,,,,,,0,0,15.111,0,89,93,62,10.649,18.808,20.814,3,24.841,28.921,31.009,2,1,1,5.578,48.363,49.801,5,1,1,10.3,81.97,83.77,10,1,28.05,28.05,29.53,1,0,0,15.015,0,5,5,3,5,6,5,,8.386,18.777,20.847,6,5,6,4,1,1,5,I have no reason to believe that the data is inaccurate.,1.967,1.967,14.601,1,4,,5.542,5.542,7.512,1,2,7,3,4,1,5,6,0,0,28.644,0,2,3,7,8,7,7,10,9,,4.585,16.905,18.977,8,5,4,1,4,5,4,5.255,21.607,22.849,6,6,,3.45,3.45,4.779,1,1,1969,Connecticut,8,3,1,,7,,,17,4,1,2.041,41.4,52.064,12,6234dbba467fabd56fa59e1a,"{""startTime"":1678934778051,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934740127,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934608297,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":9082,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1081,""week"":""52"",""id"":""chart""},{""time"":11295,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1583,""week"":""51"",""id"":""chart""},{""time"":14377,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3446,""week"":""50"",""id"":""chart""},{""time"":18440,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1914,""week"":""51"",""id"":""chart""},{""time"":24837,""label"":""tour_next"",""step"":2},{""time"":28916,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678934724497,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,bar +2023-03-15 22:41:15,2023-03-15 22:50:28,0,73.5.75.117,100,552,1,2023-03-15 22:50:28,R_shhxjKwNyAZOSwF,,,,,31.3145,-89.3788,anonymous,EN,1,7.114,7.114,8.102,1,2,,2,2.442,2.442,3.801,1,0,0,15.183,0,51,98,66,20.638,30.721,32.292,5,53.681,60.837,66.355,2,-3,1,34.992,47.915,49.196,2,-3,-3,20.779,33.081,34.2,2,1,40.61,40.61,41.797,1,0,0,15.019,0,2,2,7,5,5,7,,9.419,30.654,35.993,10,3,6,5,1,1,7,"I trust charts, but I don't trust the data coming from this particular source.",12.668,12.668,38.14,1,3,,6.343,6.343,8.602,1,2,7,3,4,1,5,6,0,0,19.36,0,1,1,6,3,1,3,5,5,,7.993,21.957,23.348,9,5,5,1,1,4,5,8.433,25.432,28.27,6,6,3,5.326,12.396,15.837,2,2,1977,Mississippi,7,2,1,,7,,,14,4,1,3.307,47.199,55.839,11,5e8ccdf9b3423e07b04b4853,"{""startTime"":1678934689946,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934726794,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934556589,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":52,""label"":""tour_started""},{""time"":8709,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":26333,""week"":""2"",""id"":""chart""},{""time"":35129,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1956,""week"":""3"",""id"":""chart""},{""time"":37873,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3375,""week"":""52"",""id"":""chart""},{""time"":41695,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1184,""week"":""50"",""id"":""chart""},{""time"":46633,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1644,""week"":""14"",""id"":""chart""},{""time"":53667,""label"":""tour_next"",""step"":2},{""time"":60821,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678934673999,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar +2023-03-15 22:35:54,2023-03-15 22:51:17,0,75.110.144.84,100,923,1,2023-03-15 22:51:18,R_2w4gKEIjBudikLo,,,,,35.0987,-77.1045,anonymous,EN,1,4.565,4.565,7.677,1,1,3,1,3.285,10.121,11.584,2,0,0,15.111,0,77,90,69,56.416,71.118,73.525,4,37.113,46.223,51.075,2,1,1,68.038,98.957,107.363,2,-3,1,82.733,160.758,162.754,4,-1,67.044,67.044,70.595,1,0,0,15.01,0,5,5,5,5,5,5,,23.877,37.649,41.195,6,5,5,5,4,4,5,One of the frames stated that the data came from the CDC. They are probably as close to accurate that we are going to get.,2.705,2.705,53.162,1,5,,7.076,11.397,14.431,4,2,7,3,4,1,5,6,0,0,19.719,0,5,7,8,7,5,7,8,8,,7.677,26.141,30.554,9,2,2,4,4,2,2,19.424,39.656,42.455,6,4,2,8.583,19.388,22.213,2,2,1957,North Carolina,6,2,1,,9,,New Bern,7,2,1,4.002,100.991,105.785,23,6007a7996fbeef04ce080f90,"{""startTime"":1678934454253,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":3162,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3639,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678934496112,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934278512,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":22,""label"":""tour_started""},{""time"":16043,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3608,""week"":""41"",""id"":""chart""},{""time"":20076,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3421,""week"":""32"",""id"":""chart""},{""time"":27264,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2704,""week"":""52"",""id"":""chart""},{""time"":30759,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4494,""week"":""2"",""id"":""chart""},{""time"":37083,""label"":""tour_next"",""step"":2},{""time"":46192,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678934438035,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar +2023-03-15 22:40:17,2023-03-15 22:51:32,0,47.148.12.154,100,675,1,2023-03-15 22:51:33,R_3qmlZomsu2sryCu,,,,,33.5674,-117.1758,anonymous,EN,1,8.844,8.844,10.068,1,,,,,,,,0,0,15.022,0,84,88,67,14.061,21.566,22.802,3,20.564,130.456,133.342,18,-2,1,23.6,44.168,47.8,3,-3,1,47.255,112.794,114.289,4,1,77.048,77.048,78.21,1,0,0,15.124,0,5,5,5,5,5,5,,6.079,12.234,14.568,6,5,5,5,2,4,5,This visualization seems like an accurate results graph.,3.841,3.841,35.326,1,4,,3.92,4.204,6.26,2,2,3,4,5,1,6,7,0,0,13.557,0,5,5,6,6,6,7,8,9,,5.037,17.137,19.031,9,4,4,2,2,4,4,10.021,19.272,20.47,6,4,,3.236,3.236,5.64,1,2,1978,California,3,2,1,,9,,Murrieta,5,3,1,1.327,48.523,51.353,14,63d14f9af4f2e033177bbe4c,"{""startTime"":1678934785098,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678934724079,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":19097},{""label"":""window_focused"",""time"":21961}]}","{""startTime"":1678934494544,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":143,""label"":""tour_started""},{""time"":15318,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1133,""week"":""35"",""id"":""chart""},{""time"":17311,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2218,""week"":""51"",""id"":""chart""},{""time"":20517,""label"":""tour_next"",""step"":5},{""time"":34165,""label"":""tour_back"",""step"":5},{""time"":36761,""label"":""tour_next"",""step"":5},{""time"":49634,""label"":""cleared_brush"",""using"":""Click""},{""time"":51879,""label"":""cleared_brush"",""using"":""Click""},{""time"":53882,""label"":""cleared_brush"",""using"":""Click""},{""time"":55570,""label"":""cleared_brush"",""using"":""Click""},{""time"":57224,""label"":""cleared_brush"",""using"":""Click""},{""time"":57581,""label"":""cleared_brush"",""using"":""Click""},{""time"":59349,""label"":""cleared_brush"",""using"":""Click""},{""time"":64589,""label"":""cleared_brush"",""using"":""Click""},{""time"":69234,""label"":""cleared_brush"",""using"":""Click""},{""time"":69850,""label"":""cleared_brush"",""using"":""Click""},{""time"":88519,""label"":""cleared_brush"",""using"":""Click""},{""time"":91231,""label"":""cleared_brush"",""using"":""Click""},{""time"":97839,""label"":""moved_brush"",""startDate"":""2021-12-14"",""endDate"":""2022-02-07""},{""time"":101679,""label"":""started_brush"",""startDate"":""2021-09-15"",""endDate"":""2021-12-10""},{""time"":103578,""label"":""cleared_brush"",""using"":""Click""},{""time"":104524,""label"":""tour_next"",""step"":5},{""time"":115800,""label"":""started_brush"",""startDate"":""2021-06-09"",""endDate"":""2021-08-12""},{""time"":117488,""label"":""moved_brush"",""startDate"":""2021-06-09"",""endDate"":""2021-10-17""},{""time"":118953,""label"":""tour_next"",""step"":5},{""time"":125136,""label"":""cleared_brush"",""using"":""Click""},{""time"":125137,""label"":""cleared_brush"",""using"":""Escape""},{""time"":126046,""label"":""tour_next"",""step"":5},{""time"":130408,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678934707702,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,bar +2023-03-15 22:41:45,2023-03-15 22:51:44,0,66.38.103.191,100,598,1,2023-03-15 22:51:44,R_1ezR2KPKkmz208J,,,,,36.7614,-86.1929,anonymous,EN,1,5.97,5.97,7.101,1,1,2,1,1.755,3.249,4.299,2,0,0,15.01,0,23,16,11,10.819,22.756,24.444,3,30.222,40.778,55.43,3,1,-3,29.002,43.858,44.866,2,-3,-3,40.527,78.47,80.092,2,1,45.338,45.338,46.201,1,0,0,15.02,0,7,1,7,4,4,1,,7.869,17.818,19.359,6,1,5,2,1,1,1,It seems to me that the information is skewed. I believe that a lot more people have been vaccinated than what the graph shows.,5.454,5.454,37.602,1,5,,6.278,8.073,9.164,3,2,7,3,4,1,5,6,0,0,17.369,0,3,2,10,4,2,4,3,9,,5.062,21.392,23.723,9,1,1,4,4,3,1,3.417,23.34,23.606,7,6,1,3.994,10.842,12.076,2,2,1957,Kentucky,6,2,1,,7,,,17,3,1,3.069,106.222,110.754,18,60e4c09a4b30f16f5a1053e7,"{""startTime"":1678934716228,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934754669,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934563899,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":35,""label"":""tour_started""},{""time"":15072,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6000,""week"":""47"",""id"":""chart""},{""time"":22906,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4730,""week"":""1"",""id"":""chart""},{""time"":32463,""label"":""tour_next"",""step"":2},{""time"":40715,""label"":""tour_end"",""step"":2},{""time"":41600,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3121,""week"":""1"",""id"":""chart""},{""time"":44741,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3913,""week"":""1"",""id"":""chart""},{""time"":49920,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1449,""week"":""14"",""id"":""chart""}]}","{""startTime"":1678934700501,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar +2023-03-15 22:45:14,2023-03-15 22:52:10,0,74.138.186.213,100,416,1,2023-03-15 22:52:10,R_8pEVm8BG3WJeaHf,,,,,39.0805,-84.4559,anonymous,EN,1,6.757,6.757,8.122,1,,,,,,,,0,0,15.108,0,76,77,48,6.887,15.206,16.993,5,14.745,25.577,27.33,3,-2,1,33.849,55.313,56.406,5,-3,-3,44.97,73.409,74.22,2,1,30.428,30.428,31.336,1,0,0,15.025,0,5,5,5,5,5,5,,6.547,11.897,14.964,6,5,5,5,3,3,5,I have no reason to not trust it. It seems accurate and easy to understand.,1.531,21.364,22.184,2,3,,3.892,5.476,6.63,3,2,3,4,5,1,6,7,0,0,9.563,0,6,6,7,8,8,8,10,9,,2.251,11.475,12.822,9,4,4,1,1,4,3,3.22,14.211,15.093,7,1,,1.835,1.835,3.359,1,2,1971,Kentucky,6,1,1,,9,,Dry Ridge,10,4,1,1.146,36.489,38.757,15,5916bba1c40353000150c46c,"{""startTime"":1678934869726,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934885422,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":1397},{""label"":""window_focused"",""time"":3377}]}","{""startTime"":1678934769235,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":45,""label"":""tour_started""},{""time"":9962,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1750,""week"":""5"",""id"":""chart""},{""time"":14736,""label"":""tour_next"",""step"":2},{""time"":25567,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678934853903,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":229},{""label"":""window_focused"",""time"":3777}]}",0,simple,bar +2023-03-15 22:35:37,2023-03-15 22:52:35,0,67.1.247.181,100,1017,1,2023-03-15 22:52:35,R_9uZKWXvHIYdu5Hz,,,,,32.1943,-110.9767,anonymous,EN,1,21.098,21.098,22.534,1,,,,,,,,0,0,15.115,0,98,92,61,13.498,32.714,34.441,4,11.907,172.492,175.588,28,1,1,26.693,47.359,49.3,2,1,1,27.884,40.956,49.814,2,1,65.619,65.619,67.771,1,0,0,15.015,0,5,5,5,5,6,5,,11.611,33.786,36.166,6,5,6,5,1,1,5,"It appears to be a scientific count, with independent statistics about each thing counted, and I think it is probably an accurate representation of the info gathered",4.247,4.247,50.639,1,5,,7.712,7.712,9.54,1,2,7,3,4,1,5,6,0,0,14.775,0,4,5,5,5,9,3,10,10,,6.495,28.895,31.621,12,5,5,1,1,5,5,2.865,19.605,20.592,6,1,,3.667,3.667,5.414,1,2,1947,Arizona,7,2,1,,7,,,5,2,1,1.678,184.745,367.033,23,5ea45eb9abef8a07bcced2bc,"{""startTime"":1678934555198,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678934477977,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678934217845,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":11903,""label"":""tour_next"",""step"":5},{""time"":33738,""label"":""tour_back"",""step"":5},{""time"":40575,""label"":""hovered"",""timeHovered"":2559,""week"":""2021-10-18""},{""time"":47409,""label"":""hovered"",""timeHovered"":1131,""week"":""2021-08-16""},{""time"":51875,""label"":""tour_next"",""step"":5},{""time"":54248,""label"":""tour_back"",""step"":5},{""time"":57680,""label"":""tour_next"",""step"":5},{""time"":65341,""label"":""tour_back"",""step"":5},{""time"":67496,""label"":""hovered"",""timeHovered"":1612,""week"":""2021-07-12""},{""time"":70954,""label"":""hovered"",""timeHovered"":1031,""week"":""2021-09-27""},{""time"":76142,""label"":""hovered"",""timeHovered"":2960,""week"":""2021-09-27""},{""time"":81641,""label"":""tour_next"",""step"":5},{""time"":97617,""label"":""tour_back"",""step"":5},{""time"":110563,""label"":""hovered"",""timeHovered"":2262,""week"":""2021-09-13""},{""time"":114355,""label"":""hovered"",""timeHovered"":2244,""week"":""2021-07-26""},{""time"":120242,""label"":""tour_next"",""step"":5},{""time"":133072,""label"":""started_brush"",""startDate"":""2021-07-04"",""endDate"":""2021-11-04""},{""time"":134417,""label"":""tour_next"",""step"":5},{""time"":145130,""label"":""moved_brush"",""startDate"":""2021-07-04"",""endDate"":""2021-11-10""},{""time"":150676,""label"":""moved_brush"",""startDate"":""2021-08-05"",""endDate"":""2021-11-10""},{""time"":152034,""label"":""tour_next"",""step"":5},{""time"":160547,""label"":""cleared_brush"",""using"":""click""},{""time"":165903,""label"":""tour_next"",""step"":5},{""time"":172488,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678934462410,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line +2023-03-15 22:38:09,2023-03-15 22:52:38,0,172.56.72.194,100,868,1,2023-03-15 22:52:38,R_1FwE3nQblA0gAwj,,,,,28.4883,-81.4061,anonymous,EN,1,19.666,19.666,21.717,1,1,3,2,2.824,6.404,8.333,2,0,0,15.009,0,100,100,7,14.142,38.166,48.687,4,24.286,33.157,35.88,2,1,1,14.352,96.668,99.092,6,-3,1,29.549,74.575,76.878,2,1,22.681,22.681,36.234,1,0,0,15.008,0,4,2,4,5,6,4,"I know it is not scientific, but I have kind of lost faith in a lot of reporting based on recently released information regarding Covid.",13.373,38.222,75.218,7,2,5,5,4,5,4,"I think there are other elements that may not be included. I believe that some people get Covid and may not be properly diagnosed. I believe I had a mild case of Covid during this period, but I never tested positive. I was very closely exposed twice and showed all the symptoms, but never showed positive during any testing, and I have had vaccines.",4.108,4.108,127.518,1,4,none,7.314,9.104,13.765,2,2,7,3,4,1,5,6,0,0,20.685,0,5,7,8,7,5,5,7,8,none,6.149,36.831,40.137,10,4,3,2,2,4,4,14.493,33.302,35.323,6,5,1,6.235,14.141,17.859,2,2,1962,Florida,6,3,1,,7,,,10,2,1,3.49,57.958,91.475,12,6394e83b4be197877056c3bd,"{""startTime"":1678934709888,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934538247,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934406531,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":17,""label"":""tour_started""},{""time"":7888,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2950,""week"":""52"",""id"":""chart""},{""time"":11872,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2748,""week"":""6"",""id"":""chart""},{""time"":15790,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1849,""week"":""14"",""id"":""chart""},{""time"":19314,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1258,""week"":""27"",""id"":""chart""},{""time"":24277,""label"":""tour_next"",""step"":2},{""time"":33148,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678934521447,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":5752,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3682,""week"":""52"",""id"":""chart""},{""time"":9473,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2327,""week"":""1"",""id"":""chart""},{""time"":11923,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3043,""week"":""2"",""id"":""chart""}]}",1,moderate,bar +2023-03-15 22:37:20,2023-03-15 22:52:39,0,73.63.205.160,100,918,1,2023-03-15 22:52:40,R_3NQDNwYHEcai6DC,,,,,37.589,-122.0461,anonymous,EN,1,88.373,88.373,92.86,1,,,,,,,,0,0,15.012,0,85,100,78,20.082,42.768,44.067,7,12.229,20.96,61.369,2,1,1,22.636,46.937,60.059,2,-2,1,30.303,65.532,76.736,6,1,52.398,113.242,115.184,5,0,0,15.112,0,6,3,5,5,5,5,It would be interesting to understand if they know why (or have theories on why) the sudden rise in crop diseases occurred in Jan 2022.,11.96,72.11,80.193,9,3,6,6,3,7,5,"The accuracy of the detailed counts in the interactive version makes it seem as if it's a statistic that is closely tracked, and that they have thorough data on it.",2.926,2.926,40.727,1,6,"The question that asked ""What was the range (max - min) of insect-related pest counts on Jan 15 2022?"" was single-select, and only let me choose either the max OR min (not a range). Also for the question ""In late December 2022, what type of fungi-related disease had a higher pest count than the insect-related Mealybug?"", the graph doesn't go to Dec 2022, so maybe it meant to say late Dec 2021 instead?",4.676,92.621,94.685,8,2,7,3,4,1,5,6,0,0,20.253,0,2,3,7,8,3,6,9,8,,5.691,26.159,29.043,8,3,4,2,3,2,3,7.501,19.635,20.853,6,5,,4.089,4.089,6.206,1,2,1978,California,6,2,1,,9,,Union City,15,4,1,2.63,53.287,69.992,16,62a76dfc808c176cecd72dfa,"{""startTime"":1678934557369,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934638176,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934419327,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":12220,""label"":""tour_next"",""step"":2},{""time"":20951,""label"":""tour_end"",""step"":2},{""time"":23838,""label"":""hovered"",""timeHovered"":3471,""week"":""2021-09-13""},{""time"":29891,""label"":""hovered"",""timeHovered"":2477,""week"":""2021-12-27""},{""time"":39310,""label"":""hovered"",""timeHovered"":1523,""week"":""2021-04-12""},{""time"":41477,""label"":""hovered"",""timeHovered"":1470,""week"":""2021-04-19""},{""time"":48222,""label"":""hovered"",""timeHovered"":4281,""week"":""2021-09-13""},{""label"":""window_blurred"",""time"":53477},{""label"":""window_focused"",""time"":56563},{""time"":58553,""label"":""hovered"",""timeHovered"":1261,""week"":""2022-01-17""}]}","{""startTime"":1678934541717,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":9921,""label"":""hovered"",""timeHovered"":2615,""week"":""2021-12-27""}]}",0,simple,line +2023-03-15 22:36:45,2023-03-15 22:52:48,0,73.66.8.167,100,963,1,2023-03-15 22:52:49,R_2EbJSMiL5L9aAAu,,,,,36.5691,-119.6191,anonymous,EN,1,13.859,13.859,15.041,1,1,4,2,2.538,7.482,8.502,2,0,0,15.11,0,93,74,73,25.517,36.837,38.538,4,23.216,33.024,35.324,2,1,1,28.192,92.488,94.365,3,-3,1,42.771,62.067,72.427,3,-1,50.421,50.421,54.715,1,0,0,15.008,0,3,4,3,5,7,3,"The statement: ""Source: Centers for Disease Control and Prevention (CDC)"" needs to be much larger font.",10.824,94.904,106.894,16,3,2,2,1,7,2,I would like to a reference of where the data is being pulled from at the bottom of the screen.,10.959,10.959,78.323,1,4,,22.723,27.579,29.912,4,1,7,3,4,2,5,6,0,0,63.38,0,6,5,8,7,8,7,9,8,,17.978,37.97,39.807,8,3,4,4,4,3,5,26.423,56.335,57.349,6,6,1,15.177,73.865,75.775,6,1,1961,California,6,1,1,,9,,Sanger,5,2,1,6.55,87.542,92.156,14,6409085e3b56647bcd71fdc3,"{""startTime"":1678934570256,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":14271,""label"":""hovered"",""timeHovered"":4256,""week"":""2022-01-24""},{""time"":18539,""label"":""hovered"",""timeHovered"":1484,""week"":""2022-01-24""}]}","{""startTime"":1678934480939,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934297671,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":4,""label"":""tour_started""},{""time"":16979,""label"":""hovered"",""timeHovered"":4269,""week"":""2021-11-15""},{""time"":23209,""label"":""tour_next"",""step"":2},{""time"":33016,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678934428196,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line +2023-03-15 22:25:43,2023-03-15 22:53:09,0,68.101.0.169,100,1646,1,2023-03-15 22:53:09,R_2BgsgYzLnRBORZw,,,,,30.4199,-87.217,anonymous,EN,1,1.692,9.365,11.099,2,,,,,,,,0,0,15.115,0,98,86,22,52.454,72.819,76.545,7,93.915,117.86,128.167,6,1,1,1.987,179.956,199.796,7,-2,1,2.217,179.049,182.102,6,-1,1.87,348.424,353.283,4,2.425,2.425,15.117,1,5,3,5,4,5,5,,3.547,63.567,67.597,9,4,5,5,7,7,5,it is very detailed and contains pertinent information,6.663,54.469,67.858,2,1,,9.355,11.814,15.544,2,2,7,3,4,1,5,6,24.086,24.086,34.701,1,1,2,2,2,2,6,10,10,,10.218,37.868,41.914,10,3,2,2,3,3,2,11.039,50.183,52.651,8,2,,8.443,10.113,17.451,2,2,1965,Florida,4,2,1,,8,Pensacola,,7,3,1,4.556,157.08,175.327,22,5bd7971b0aac450001f951aa,"{""startTime"":1678934220427,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934012625,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":14774,""label"":""hovered"",""timeHovered"":1155,""week"":""2021-07-26""}]}","{""startTime"":1678933665270,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":28,""label"":""tour_started""},{""time"":10293,""label"":""hovered"",""timeHovered"":1266,""week"":""2021-09-20""},{""time"":28193,""label"":""hovered"",""timeHovered"":1314,""week"":""2021-05-31""},{""time"":29896,""label"":""hovered"",""timeHovered"":6743,""week"":""2021-05-31""},{""time"":38677,""label"":""hovered"",""timeHovered"":7681,""week"":""2021-07-05""},{""time"":49741,""label"":""hovered"",""timeHovered"":1898,""week"":""2021-08-02""},{""time"":57057,""label"":""hovered"",""timeHovered"":9765,""week"":""2021-10-04""},{""time"":68659,""label"":""hovered"",""timeHovered"":2596,""week"":""2021-11-01""},{""time"":76739,""label"":""hovered"",""timeHovered"":1384,""week"":""2021-11-29""},{""time"":80955,""label"":""hovered"",""timeHovered"":1367,""week"":""2021-11-29""},{""time"":83556,""label"":""hovered"",""timeHovered"":4798,""week"":""2021-12-27""},{""time"":108006,""label"":""tour_next"",""step"":2},{""time"":115962,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933996264,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,line +2023-03-15 22:16:03,2023-03-15 22:53:16,0,75.17.226.28,100,2232,1,2023-03-15 22:53:16,R_3EFEfnY1JLXxHUR,,,,,32.7797,-96.8022,anonymous,EN,1,68.394,68.394,72.258,1,1,3,2,2.801,6.94,34.588,2,0,0,15.012,0,80,80,52,30.883,112.418,116.771,17,16.488,84.175,85.361,9,1,1,28.816,238.649,241.789,3,1,1,29.188,158.539,183.572,4,1,50.166,321.749,356.922,5,0,0,15.111,0,6,5,6,5,5,6,"I like specific details, such as exact numbers, which probably would be impossible in this case.",17.442,184.592,203.534,13,5,5,5,3,5,5,"I can give it the benefit of a doubt. I would likely explore different sources to compare. Sadly, I cannot remember if it showed the source in this example. That is on me.",4.115,106.908,121.401,5,5,"What I think and feel are two different things. I generally think that people can be trusted, but I strongly do not feel I cannot be too careful.",9.63,155.893,170.156,7,2,7,3,4,1,5,6,17.112,17.112,52.819,1,8,8,9,8,7,7,10,9,,11.425,134.624,138.928,15,3,3,2,3,2,3,9.322,106.746,113.234,9,2,1,1.532,19.58,34.662,2,2,1965,Texas,6,3,1,,7,,,19,2,2,4.756,143.641,157.8,16,5ddc07391e42a9000b2622be,"{""startTime"":1678933574543,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":190989},{""label"":""window_focused"",""time"":203449}]}","{""startTime"":1678933779392,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":60190},{""label"":""window_focused"",""time"":71989}]}","{""startTime"":1678933230527,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":16476,""label"":""tour_next"",""step"":2},{""time"":30779,""label"":""tour_end"",""step"":2},{""time"":11992,""label"":""hovered"",""timeHovered"":19597,""week"":""2021-11-29""},{""time"":36207,""label"":""hovered"",""timeHovered"":10356,""week"":""2022-01-03""}]}","{""startTime"":1678933559157,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":9984,""label"":""hovered"",""timeHovered"":2268,""week"":""2021-12-27""},{""time"":12858,""label"":""hovered"",""timeHovered"":1225,""week"":""2022-01-03""}]}",1,simple,line +2023-03-15 22:19:10,2023-03-15 22:54:03,0,108.31.24.136,100,2092,1,2023-03-15 22:54:03,R_5su091KHFPaP8Nr,,,,,39.0157,-77.0085,anonymous,EN,1,18.804,18.804,21.201,1,1,2,1,0,0,43.595,0,0,0,15.096,0,71,65,70,192.164,207.328,208.849,5,72.022,103.847,107.308,4,1,1,135.79,173.661,176.435,2,-2,1,76.785,136.701,138.655,2,1,98.064,98.064,100.594,1,0,0,15.14,0,4,2,4,4,2,4,,50.239,68.772,71.613,6,4,4,5,5,4,5,It is quite informative.,26.828,29.687,53.346,3,3,,82.444,82.444,85.219,1,2,7,3,4,1,5,6,0,0,74.757,0,6,7,7,7,7,8,10,9,,33.592,49.554,51.93,8,4,4,2,2,4,4,21.239,45.43,47.043,7,2,1,48.746,73.652,76.269,4,1,1974,Maryland,6,3,1,,7,,,14,4,2,29.905,184.22,192.107,16,637ee3e42ee7996a07233f21,"{""startTime"":1678934297209,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_focused"",""time"":41041}]}","{""startTime"":1678934202058,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":27973}]}","{""startTime"":1678933877403,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":847,""label"":""tour_started""},{""label"":""window_focused"",""time"":54669},{""time"":71910,""label"":""tour_next"",""step"":2},{""time"":91015,""label"":""tour_back"",""step"":2},{""time"":101305,""label"":""tour_next"",""step"":2},{""time"":103732,""label"":""tour_end"",""step"":2},{""label"":""window_blurred"",""time"":110355}]}","{""startTime"":1678934179285,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar +2023-03-15 22:27:00,2023-03-15 22:54:10,0,107.77.212.93,100,1629,1,2023-03-15 22:54:11,R_3NvUeGyb9PePalj,,,,,37.6868,-122.1496,anonymous,EN,1,18.946,104.184,105.442,17,,,,,,,,3.499,7.127,15.006,2,100,100,73,36.613,70.138,71.231,3,49.797,65.438,84.285,4,1,1,51.661,65.41,78.213,2,1,1,67.296,165.188,168.409,3,-3,109.566,109.566,124.65,1,0,0,15.006,0,5,5,5,6,3,5,"Whoops! I did not see the source at the bottom before. So say that I generally trust government sources, although my blanket trust eroded a bit under Trump., I will amend my previous answer to",9.731,102.374,149.895,10,6,5,5,1,1,5,"Well, I think the previous page mentioned that the data were trustworthy. Otherwise, I would want more info on who compiled the data - e.g., a government agricultural agency vs. a pesticide company that wanted to sell more product.",3.932,177.774,180.054,6,6,"Even though I said I completely understood the first chart, I was wrong. I thought The highest number was cumulative, not that the next category started at the color change.",17.861,124.807,144.779,5,2,7,3,4,1,5,6,0,0,25.772,0,4,8,7,6,8,5,9,8,"The above are such broad categories, it is hard to answer these questions/ E.g., Do you mean NY Times or Fox?",6.177,84.775,165.539,17,3,5,1,1,4,4,9.866,33.084,34.984,7,2,,4.008,4.008,6.353,1,2,1960,California,6,2,1,,8,Vacaville CA,,9,4,1,2.577,134.772,141.758,31,5e6bdd2a3ea572199bb7f6b6,"{""startTime"":1678934352234,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934099524,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":2655,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2806,""week"":""52"",""id"":""chart""},{""time"":7271,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1222,""week"":""31"",""id"":""chart""},{""time"":10047,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4104,""week"":""51"",""id"":""chart""}]}","{""startTime"":1678933828441,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":22,""label"":""tour_started""},{""time"":14187,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":21358,""week"":""52"",""id"":""chart""},{""time"":35801,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1328,""week"":""52"",""id"":""chart""},{""time"":40261,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5682,""week"":""32"",""id"":""chart""},{""time"":53790,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2531,""week"":""6"",""id"":""chart""},{""time"":59154,""label"":""tour_next"",""step"":2},{""time"":65436,""label"":""tour_end"",""step"":2},{""time"":67162,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3188,""week"":""1"",""id"":""chart""},{""time"":71159,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5839,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678934083089,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,bar +2023-03-15 22:33:48,2023-03-15 22:54:19,0,104.177.62.137,100,1231,1,2023-03-15 22:54:20,R_2AL1pNQlCC3R3Zd,,,,,42.6374,-82.5764,anonymous,EN,1,39.095,39.095,41.574,1,,,,,,,,0,0,15.116,0,100,100,65,9.48,54.153,60.903,10,10.643,98.987,120.883,10,1,1,108.154,126.434,127.826,2,-3,-3,4.662,173.166,174.557,8,1,25.318,217.686,219.366,7,0,0,15.02,0,3,3,3,5,6,3,,5.102,33.428,44.5,7,5,5,5,4,3,5,"If its based on scientific fact that can be checked I trust it, but it could just be made up",4.912,42.968,45.686,2,5,,4.257,14.241,18.15,4,2,7,3,4,1,5,6,2.494,2.8,27.684,2,5,7,7,7,6,6,10,8,,2.602,39.386,48.433,11,4,4,2,4,4,4,2.266,47.626,48.553,10,3,,2.456,2.456,3.622,1,1,1964,Michigan,3,2,1,,7,,,3,4,1,3.067,86.626,92.016,19,59a88f5b321f870001d16d68,"{""startTime"":1678934591975,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934479220,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934167215,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":49582,""label"":""tour_next"",""step"":2},{""time"":79102,""label"":""tour_back"",""step"":2},{""time"":84967,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1401,""week"":""1"",""id"":""chart""},{""time"":86401,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1485,""week"":""52"",""id"":""chart""},{""time"":90789,""label"":""tour_next"",""step"":2},{""time"":92773,""label"":""tour_end"",""step"":2},{""time"":95225,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1422,""week"":""2"",""id"":""chart""}]}","{""startTime"":1678934463749,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,bar +2023-03-15 22:43:28,2023-03-15 22:54:38,0,71.168.233.199,100,670,1,2023-03-15 22:54:39,R_3GvUYQ8Os5sve5p,,,,,39.9703,-75.0617,anonymous,EN,1,15.646,18.925,20.009,2,1,4,1,2.25,8.667,9.672,3,13.306,13.306,15.216,1,84,82,62,6.851,11.106,11.782,3,16.812,104.873,106.852,31,1,1,27.276,37.862,39.271,2,1,-3,29.918,48.162,49.04,2,-3,1.564,37.627,38.605,3,9.281,12.101,15.019,4,5,6,5,6,6,4,,8.444,19.341,52.489,6,5,5,5,7,4,4,I would like to see supporting data,1.35,1.35,13.397,1,5,,6.928,11.206,13.047,4,2,7,3,4,1,5,6,3.192,3.317,13.302,2,7,8,9,7,8,3,10,9,,3.444,17.741,19.398,9,3,3,4,2,4,3,6.873,19.747,20.42,6,2,1,2.603,8.593,9.986,2,1,1973,New Jersey,6,2,1,,7,,,16,4,1,25.969,130.781,131.705,31,5cf5134c8f8ff80019e76721,"{""startTime"":1678934882805,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":22224},{""label"":""window_focused"",""time"":23696},{""label"":""window_blurred"",""time"":23703},{""label"":""window_focused"",""time"":27402},{""label"":""window_blurred"",""time"":31474},{""label"":""window_focused"",""time"":36767},{""label"":""window_blurred"",""time"":43508},{""label"":""window_focused"",""time"":50204}]}","{""startTime"":1678934936079,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":14910},{""label"":""window_focused"",""time"":16239}]}","{""startTime"":1678934798650,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":29,""label"":""tour_started""},{""time"":5251,""label"":""tour_next"",""step"":5},{""label"":""window_blurred"",""time"":7163},{""label"":""window_focused"",""time"":7825},{""time"":8889,""label"":""started_brush"",""startDate"":""2021-05-20"",""endDate"":""2021-10-11""},{""time"":9691,""label"":""tour_next"",""step"":5},{""time"":16207,""label"":""moved_brush"",""startDate"":""2021-07-13"",""endDate"":""2021-12-04""},{""time"":16846,""label"":""tour_next"",""step"":5},{""time"":21978,""label"":""cleared_brush"",""using"":""Click""},{""time"":21978,""label"":""cleared_brush"",""using"":""Escape""},{""time"":22863,""label"":""tour_next"",""step"":5},{""time"":26631,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678934867166,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar +2023-03-15 22:41:22,2023-03-15 22:54:44,0,104.58.144.135,100,801,1,2023-03-15 22:54:45,R_2UXgXhtgQ2VuW1g,,,,,30.6922,-88.0425,anonymous,EN,1,20.724,20.724,21.946,1,,,,,,,,0,0,15.014,0,93,89,31,17.375,33.185,40.511,4,29.157,116.077,129.249,13,1,-1,13.722,86.508,87.802,7,-1,1,62.548,79.863,90.558,2,-3,11.449,75.485,77.001,6,0,0,15.108,0,5,3,6,4,6,4,I wonder why the diseases increased so high.,8.086,62.377,63.679,9,5,4,5,1,1,6,I think it's really easy to follow and it appears to be realistic information that could potentially happen.,1.655,1.655,37.501,1,4,,4.187,4.187,6.108,1,2,7,3,4,1,5,6,0,0,31.894,0,3,6,4,6,8,4,10,10,,5.823,29.676,32.91,12,5,1,1,2,4,3,2.206,24.007,26.364,10,2,,2.712,2.712,4.107,1,2,1994,Alabama,6,2,1,,3,,,9,4,1,1.42,43.183,45.079,18,5d10102523f6320017c63e07,"{""startTime"":1678934937462,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678934792454,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":6007,""label"":""hovered"",""timeHovered"":1725,""week"":""2021-12-20""},{""time"":7750,""label"":""hovered"",""timeHovered"":5178,""week"":""2021-12-20""},{""time"":13125,""label"":""hovered"",""timeHovered"":2690,""week"":""2021-12-27""},{""time"":17820,""label"":""hovered"",""timeHovered"":1098,""week"":""2021-12-13""},{""time"":20021,""label"":""hovered"",""timeHovered"":2013,""week"":""2021-12-06""}]}","{""startTime"":1678934569115,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":17967,""label"":""hovered"",""timeHovered"":1691,""week"":""2021-12-13""},{""time"":20313,""label"":""hovered"",""timeHovered"":1722,""week"":""2022-01-10""},{""time"":22923,""label"":""hovered"",""timeHovered"":2104,""week"":""2022-01-03""},{""time"":29154,""label"":""tour_next"",""step"":5},{""time"":45378,""label"":""started_brush"",""startDate"":""2021-07-28"",""endDate"":""2022-02-13""},{""time"":46114,""label"":""tour_next"",""step"":5},{""time"":55828,""label"":""moved_brush"",""startDate"":""2021-07-28"",""endDate"":""2022-02-13""},{""time"":57677,""label"":""tour_next"",""step"":5},{""time"":62589,""label"":""moved_brush"",""startDate"":""2021-07-28"",""endDate"":""2022-02-13""},{""time"":69151,""label"":""cleared_brush"",""using"":""click""},{""time"":70559,""label"":""tour_next"",""step"":5},{""time"":78071,""label"":""tour_end"",""step"":5},{""time"":88858,""label"":""started_brush"",""startDate"":""2021-06-11"",""endDate"":""2021-09-07""},{""time"":101853,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-07-08""},{""time"":102346,""label"":""hovered"",""timeHovered"":1907,""week"":""2021-05-03""},{""time"":115149,""label"":""moved_brush"",""startDate"":""2021-11-16"",""endDate"":""2022-02-13""},{""time"":119534,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-07-08""},{""time"":121154,""label"":""started_brush"",""startDate"":""2021-08-27"",""endDate"":""2021-11-14""},{""time"":123410,""label"":""cleared_brush"",""using"":""click""},{""time"":125023,""label"":""hovered"",""timeHovered"":2726,""week"":""2022-01-03""}]}","{""startTime"":1678934776928,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":10766,""label"":""started_brush"",""startDate"":""2021-05-03"",""endDate"":""2021-10-25""},{""time"":14083,""label"":""moved_brush"",""startDate"":""2021-08-22"",""endDate"":""2022-02-13""}]}",0,complex,line +2023-03-15 22:34:45,2023-03-15 22:54:46,0,76.124.220.244,100,1200,1,2023-03-15 22:54:46,R_3Esv4BzbnpQQdfW,,,,,39.6732,-75.7121,anonymous,EN,1,49.79,49.79,51.326,1,2,,2,5.452,5.452,6.746,1,0,0,15.012,0,32,62,70,41.731,68.163,70.251,3,88.108,94.7,98.544,2,1,1,73.189,129.501,156.74,2,-2,1,44.184,77.865,80.63,2,-1,187.939,187.939,189.277,1,0,0,15.116,0,5,1,6,3,4,5,,18.667,66.244,69.493,7,1,3,1,1,1,3,There was no source on that page. The previous page listed the CDC,8.113,8.113,47.247,1,4,,8.258,10.281,13.621,2,2,7,3,4,1,5,6,0,0,32.499,0,5,6,8,7,8,3,10,9,,37.5,72.843,75.904,8,3,4,2,2,4,3,23.337,63.839,69.549,7,1,3,8.691,21.923,24.302,2,1,1959,Delaware,6,2,1,,7,,,17,4,1,5.258,91.794,99.762,12,5bf8f34abdd6400001bd5e66,"{""startTime"":1678934446864,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934517217,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934250176,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":73443,""label"":""hovered"",""timeHovered"":3416,""week"":""2021-06-21""},{""time"":81410,""label"":""hovered"",""timeHovered"":2699,""week"":""2022-02-07""},{""time"":88086,""label"":""tour_next"",""step"":2},{""time"":94678,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678934430993,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line +2023-03-15 22:37:26,2023-03-15 22:55:33,0,98.24.106.38,100,1086,1,2023-03-15 22:55:33,R_8i8d54KlhPsZfRT,,,,,35.2416,-81.2181,anonymous,EN,1,97.597,105.808,106.768,2,,,,,,,,0,0,15.113,0,79,73,27,25.206,42.061,44.357,4,55.155,62.58,164.001,2,1,1,18.991,49.332,52.458,2,1,1,111.285,129.891,153.354,2,1,115.977,115.977,117.037,1,0,0,15.012,0,2,1,2,4,5,2,,35.129,62.181,64.885,8,7,2,1,1,1,3,I think I would need a bit more information about the details of the data before I could fully trust it. The huge spike in both pest and fungi diseases in 2022 should include more explanations.,14.344,14.344,101.046,1,4,,7.827,14.678,16.347,6,2,7,3,4,1,5,6,23.988,26.447,28.813,2,4,6,3,7,2,8,10,9,,11.76,30.491,32.991,8,3,4,1,2,3,2,9.736,29.449,31.446,6,3,,3.867,3.867,6.04,1,2,1973,North Carolina,5,2,1,,3,,,5,3,2,1.491,53.634,54.901,13,55d8389069dbc30005b67b57,"{""startTime"":1678934777238,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934842719,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934442333,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":55146,""label"":""tour_next"",""step"":2},{""time"":62570,""label"":""tour_end"",""step"":2},{""time"":64671,""label"":""hovered"",""timeHovered"":2523,""week"":""2022-01-03""},{""time"":67199,""label"":""hovered"",""timeHovered"":2560,""week"":""2022-01-03""},{""time"":71295,""label"":""hovered"",""timeHovered"":3942,""week"":""2022-02-07""},{""time"":76895,""label"":""hovered"",""timeHovered"":1132,""week"":""2022-01-10""},{""time"":79247,""label"":""hovered"",""timeHovered"":1132,""week"":""2022-01-10""},{""time"":90926,""label"":""hovered"",""timeHovered"":2233,""week"":""2021-06-07""},{""time"":93606,""label"":""hovered"",""timeHovered"":1397,""week"":""2021-06-28""},{""time"":98191,""label"":""hovered"",""timeHovered"":6566,""week"":""2021-06-28""},{""time"":105927,""label"":""hovered"",""timeHovered"":1339,""week"":""2021-08-09""},{""time"":108662,""label"":""hovered"",""timeHovered"":1135,""week"":""2021-08-30""},{""time"":110222,""label"":""hovered"",""timeHovered"":3693,""week"":""2021-09-20""},{""time"":122647,""label"":""hovered"",""timeHovered"":5364,""week"":""2021-12-13""},{""time"":138230,""label"":""hovered"",""timeHovered"":1177,""week"":""2021-12-27""},{""time"":140222,""label"":""hovered"",""timeHovered"":1266,""week"":""2021-11-29""},{""time"":144118,""label"":""hovered"",""timeHovered"":1285,""week"":""2021-12-13""},{""time"":145470,""label"":""hovered"",""timeHovered"":1283,""week"":""2021-12-20""},{""time"":147382,""label"":""hovered"",""timeHovered"":1711,""week"":""2021-12-27""},{""time"":151350,""label"":""hovered"",""timeHovered"":4932,""week"":""2022-01-17""}]}","{""startTime"":1678934761549,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":3614,""label"":""hovered"",""timeHovered"":1222,""week"":""2021-11-29""},{""time"":6054,""label"":""hovered"",""timeHovered"":1167,""week"":""2021-08-02""}]}",0,moderate,line +2023-03-15 22:41:02,2023-03-15 22:55:41,0,47.157.132.51,100,879,1,2023-03-15 22:55:42,R_vBpulNQx1PwFpx7,,,,,34.2773,-118.5001,anonymous,EN,1,45.834,45.834,46.839,1,,,,,,,,0,0,15.009,0,97,99,69,29.716,41.54,45.348,4,16.696,46.031,49.629,3,1,1,17.214,46.974,48.861,2,1,1,19.023,75.031,78.231,7,-1,52.968,59.776,61.663,2,0,0,15.116,0,5,5,5,5,5,5,,14.727,34.311,72.897,6,5,6,5,5,5,5,It seemed to be presenting data in an appropriate manner without suggestion of being manipulated for someone's personal advantage. ,26.645,151.468,154.076,7,4,,5.657,5.657,8.696,1,2,7,3,4,1,5,6,0,0,28.4,0,4,6,6,8,4,4,10,10,,7.328,27.016,31.601,10,3,3,1,3,4,3,6.058,20.146,21.613,6,1,,5.771,5.771,9.339,1,2,1946,California,6,2,1,,9,,Granada Hills,4,4,1,2.231,66.056,87.379,12,5c1150e31e7d6900018207ef,"{""startTime"":1678934948182,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":3006,""label"":""hovered"",""timeHovered"":1498,""week"":""2022-02-07""}]}","{""startTime"":1678934781570,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934581591,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":35919,""label"":""tour_next"",""step"":2},{""time"":46021,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678934711171,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,line +2023-03-15 22:33:44,2023-03-15 22:55:43,0,98.157.212.116,100,1318,1,2023-03-15 22:55:43,R_8cUPn4yaBNPrbod,,,,,42.0753,-80.0671,anonymous,EN,1,472.712,472.712,473.895,1,1,4,1,2.64,7.804,10.279,2,0,0,15.017,0,100,100,100,17.765,22.281,23.673,3,26.276,31.542,36.85,2,-2,1,34.396,52.098,64.407,2,1,1,32.082,68.899,75.043,2,-1,51.032,51.032,59.574,1,0,0,15.112,0,6,6,6,6,6,6,I trust this data from the CDC.,12.37,31.838,43.963,10,6,6,6,6,6,6,I trust it because it comes from the CDC which is a trusted scientific source and it makes sense with commonly known truthful knowledge about COVID 19.,5.935,5.935,49.243,1,3,,12.667,32.585,41.492,4,2,7,3,4,1,5,6,0,0,28.929,0,6,10,8,9,10,7,11,11,,7.493,24.61,27.471,9,5,5,1,1,5,5,10.145,38.592,41.434,7,1,1,6.343,13.026,14.502,2,1,1965,Pennsylvania,6,1,1,,7,,,5,4,1,4.2,227.995,233.937,12,614ead1e38ca4b390b860c23,"{""startTime"":1678934699651,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934744154,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934581965,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":14116,""label"":""hovered"",""timeHovered"":1200,""week"":""2021-12-27""},{""time"":15614,""label"":""hovered"",""timeHovered"":9485,""week"":""2021-12-27""},{""time"":26270,""label"":""tour_next"",""step"":2},{""time"":31535,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678934684108,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":8992,""label"":""hovered"",""timeHovered"":2521,""week"":""2022-01-31""},{""time"":12304,""label"":""hovered"",""timeHovered"":1322,""week"":""2022-01-03""},{""time"":13662,""label"":""hovered"",""timeHovered"":1192,""week"":""2022-01-03""}]}",1,simple,line +2023-03-15 22:23:32,2023-03-15 22:55:48,0,75.89.203.248,100,1935,1,2023-03-15 22:55:49,R_2ron0YwM1Yxrtww,,,,,40.9241,-77.052,anonymous,EN,1,34.826,35.985,39.232,3,1,3,2,5.021,14.988,17.964,2,0,0,15.012,0,84,100,69,46.182,63.237,68.602,4,95.442,289.036,319.165,21,-2,1,7.512,160.244,165.306,4,-1,-3,130.277,174.908,177.003,2,-3,13.991,94.972,96.7,4,0,0,15.014,0,5,4,6,5,5,5,Thank you for allowing me to take part in your study. ,15,50.863,66.979,8,5,5,4,6,3,5,"The presentation of the data seems scientific in nature. Additionally, the data presented lines up with what public health officials have said about Covid. Specifically, that unvaccinated people are far mot likely to become infected with the virus than vaccinated people, and that older individuals are more susceptible to the virus than those who are younger. ",6.496,169.354,181.2,13,5,I feel that the topic of the study is interesting. ,23.885,48.218,83.831,3,2,7,3,4,1,5,6,0,0,57.028,0,6,8,9,10,9,7,11,11,,14.167,45.982,51.724,8,5,4,1,1,5,5,17.742,54.788,56.588,6,1,1,24.499,35.467,39.06,2,1,1983,Pennsylvania,7,2,1,,7,,,7,2,2,4.994,350.952,383.787,124,5c11f3face422b0001d69416,"{""startTime"":1678934250240,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678934011226,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933578096,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":33,""label"":""tour_started""},{""time"":15569,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1225,""week"":""45"",""id"":""chart""},{""time"":16810,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":21449,""week"":""44"",""id"":""chart""},{""time"":38961,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3502,""week"":""52"",""id"":""chart""},{""time"":43409,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1801,""week"":""52"",""id"":""chart""},{""time"":46078,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3747,""week"":""1"",""id"":""chart""},{""time"":50953,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5342,""week"":""41"",""id"":""chart""},{""time"":60142,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":18299,""week"":""51"",""id"":""chart""},{""time"":82344,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":11863,""week"":""47"",""id"":""chart""},{""time"":95433,""label"":""tour_next"",""step"":5},{""time"":143102,""label"":""tour_back"",""step"":5},{""time"":148567,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1122,""week"":""51"",""id"":""chart""},{""time"":160471,""label"":""tour_next"",""step"":5},{""time"":178043,""label"":""cleared_brush"",""using"":""Click""},{""time"":189049,""label"":""started_brush"",""startDate"":""2021-10-30"",""endDate"":""2022-01-12""},{""time"":200229,""label"":""tour_next"",""step"":5},{""time"":214125,""label"":""cleared_brush"",""using"":""Click""},{""time"":221308,""label"":""cleared_brush"",""using"":""Click""},{""time"":231436,""label"":""cleared_brush"",""using"":""Click""},{""time"":242028,""label"":""moved_brush"",""startDate"":""2021-06-03"",""endDate"":""2021-10-03""},{""time"":244068,""label"":""tour_next"",""step"":5},{""time"":256091,""label"":""cleared_brush"",""using"":""Click""},{""time"":256091,""label"":""cleared_brush"",""using"":""Escape""},{""time"":260147,""label"":""tour_next"",""step"":5},{""time"":273579,""label"":""tour_end"",""step"":5},{""time"":277259,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2127,""week"":""1"",""id"":""chart""},{""time"":280110,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2992,""week"":""1"",""id"":""chart""},{""time"":290256,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1178,""week"":""51"",""id"":""chart""},{""time"":292474,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":9047,""week"":""52"",""id"":""chart""},{""time"":303393,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":9493,""week"":""15"",""id"":""chart""}]}","{""startTime"":1678933995547,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":8693,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2270,""week"":""52"",""id"":""chart""},{""time"":11067,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2214,""week"":""51"",""id"":""chart""}]}",1,complex,bar +2023-03-15 22:37:46,2023-03-15 22:56:09,0,47.36.148.64,100,1103,1,2023-03-15 22:56:10,R_3lRqnOcqmEwNbpq,,,,,46.2515,-119.1034,anonymous,EN,1,32.996,38.14,38.995,2,1,4,2,1.587,2.747,3.9,2,0,0,15.013,0,84,95,55,20.483,70.515,71.531,9,13.337,121.681,125.2,29,-2,1,18.902,36.614,43.174,2,1,1,60.291,74.451,80.061,2,1,56.372,56.372,57.751,1,0,0,15.011,0,4,5,6,6,6,4,The data above almost certainly leaves out a large number of people who had covid but weren't officially diagnosed. I trust it to be accurate as far as reported cases go. ,270.92,311.804,376.246,9,6,6,5,1,1,5,I have no reason to think that it is an inaccurate portrayal of the existing statistics. ,1.55,1.55,37.975,1,4,,3.706,3.706,8.299,1,2,7,3,4,1,5,6,0,0,19.575,0,2,6,8,7,9,2,10,6,How trustworthy the government is depends on who is in control of it at the time. The trustworthiness of the police depends on where you are. ,3.783,25.462,63.361,11,3,4,1,1,4,4,7.718,31.708,32.657,8,3,1,3.25,8.938,10.822,2,2,1962,Washington,6,1,1,,7,,,4,4,1,1.735,48.751,55,16,5e1fc8d45427912f6143b012,"{""startTime"":1678934593999,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678934972183,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678934394038,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":13329,""label"":""tour_next"",""step"":5},{""label"":""window_blurred"",""time"":56744},{""label"":""window_focused"",""time"":63269},{""time"":87884,""label"":""started_brush"",""startDate"":""2021-11-03"",""endDate"":""2022-02-13""},{""time"":89392,""label"":""tour_next"",""step"":5},{""time"":100447,""label"":""moved_brush"",""startDate"":""2021-11-03"",""endDate"":""2022-02-13""},{""time"":101296,""label"":""tour_next"",""step"":5},{""time"":114252,""label"":""cleared_brush"",""using"":""click""},{""time"":115127,""label"":""tour_next"",""step"":5},{""time"":121673,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678934578459,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line +2023-03-15 22:23:23,2023-03-15 22:58:03,0,71.235.67.167,100,2079,1,2023-03-15 22:58:03,R_snHEpXzaSYeSaSl,,,,,41.8358,-72.8178,anonymous,EN,1,288.767,288.767,292.596,1,1,3,2,6.298,9.584,12.615,2,0,0,15.011,0,91,33,59,20.13,41.999,44.647,3,9.884,309.122,315.419,15,1,1,54.997,111.005,113.935,2,1,1,52.002,85.06,87.9,2,-1,100.735,100.735,104.715,1,0,0,15.006,0,3,1,3,4,1,3,The visualization of the data chart was not clear and was difficult to understand.,19.279,107.17,169.486,7,3,2,2,7,1,3,I found it a little difficult to decipher the data gathered,4.933,4.933,43.595,1,4,No additional comments. Enjoyable survey. ,22.992,25.545,66.823,2,2,7,3,4,1,5,6,0,0,56.992,0,4,5,6,6,7,6,8,9,No additional thoughts or comments.,8.403,38.721,66.869,10,3,4,1,4,4,4,19.148,58.072,71.515,6,2,2,32.451,44.011,47.497,2,1,1966,Connecticut,6,2,1,,3,,,17,3,1,3.289,77.441,92.247,12,628a4816764d2f993ee7493d,"{""startTime"":1678934605208,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":100625,""label"":""hovered"",""timeHovered"":1782,""week"":""2021-09-20""}]}","{""startTime"":1678934775946,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678934168866,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":5180,""label"":""hovered"",""timeHovered"":1873,""week"":""2022-01-31""},{""time"":45803,""label"":""tour_next"",""step"":5},{""time"":59893,""label"":""cleared_brush"",""using"":""click""},{""time"":82979,""label"":""started_brush"",""startDate"":""2021-04-18"",""endDate"":""2021-07-14""},{""time"":88811,""label"":""tour_next"",""step"":5},{""time"":99121,""label"":""cleared_brush"",""using"":""click""},{""time"":115326,""label"":""started_brush"",""startDate"":""2021-06-30"",""endDate"":""2021-09-20""},{""time"":119239,""label"":""tour_back"",""step"":5},{""time"":161080,""label"":""moved_brush"",""startDate"":""2021-06-30"",""endDate"":""2022-02-13""},{""time"":165377,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-13""},{""time"":180877,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-13""},{""time"":182011,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-13""},{""time"":184426,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-13""},{""time"":186755,""label"":""tour_back"",""step"":5},{""time"":204192,""label"":""hovered"",""timeHovered"":4678,""week"":""2022-01-17""},{""time"":209154,""label"":""hovered"",""timeHovered"":1581,""week"":""2022-01-17""},{""time"":214730,""label"":""tour_next"",""step"":5},{""time"":229945,""label"":""cleared_brush"",""using"":""click""},{""time"":234460,""label"":""started_brush"",""startDate"":""2021-04-15"",""endDate"":""2021-05-21""},{""time"":236075,""label"":""tour_next"",""step"":5},{""time"":243972,""label"":""moved_brush"",""startDate"":""2021-05-13"",""endDate"":""2021-06-17""},{""time"":244927,""label"":""tour_next"",""step"":5},{""time"":253685,""label"":""started_brush"",""startDate"":""2021-06-22"",""endDate"":""2021-08-12""},{""time"":257224,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-06-01""},{""time"":261979,""label"":""moved_brush"",""startDate"":""2021-09-24"",""endDate"":""2021-11-14""},{""time"":263909,""label"":""moved_brush"",""startDate"":""2021-12-24"",""endDate"":""2022-02-13""},{""time"":266942,""label"":""moved_brush"",""startDate"":""2021-09-12"",""endDate"":""2022-02-13""},{""time"":274571,""label"":""cleared_brush"",""using"":""click""},{""time"":274575,""label"":""cleared_brush"",""using"":""Escape""},{""time"":276721,""label"":""tour_next"",""step"":5},{""time"":309119,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678934589989,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line +2023-03-15 22:46:05,2023-03-15 22:58:06,0,172.124.227.55,100,720,1,2023-03-15 22:58:06,R_2cqDpV4Y4Y5nxbm,,,,,42.8984,-85.7223,anonymous,EN,1,17.409,17.409,18.885,1,,,,,,,,0,0,15.129,0,78,90,80,21.226,46.767,48.428,3,27.64,117.263,126.729,12,-2,1,37.515,52.721,54.506,2,-3,1,56.55,95.61,97.451,2,1,42.839,48.802,50.723,2,11.476,11.552,15.122,2,4,3,3,4,5,5,,8.145,27.45,29.57,9,4,5,5,4,1,5,The information is detailed and appears to reflect seasonal changes which makes sense.,4.285,7.032,30.496,4,6,,4.928,9.302,11.508,5,2,7,3,4,1,5,6,0,0,25.413,0,4,8,9,8,8,6,10,10,,7.763,22.919,25.702,11,4,4,2,2,5,4,11.471,35.319,36.677,6,2,,8.181,8.181,9.929,1,2,1953,Michigan,7,1,1,,7,,,10,3,2,4.171,57.527,58.68,12,5c5f8a910edbd90001e1feda,"{""startTime"":1678935115667,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678935052619,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678934858191,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":46,""label"":""tour_started""},{""time"":21171,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5244,""week"":""44"",""id"":""chart""},{""time"":35167,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2290,""week"":""6"",""id"":""chart""},{""time"":38544,""label"":""tour_next"",""step"":5},{""time"":64001,""label"":""started_brush"",""startDate"":""2021-07-01"",""endDate"":""2021-09-01""},{""time"":69707,""label"":""tour_next"",""step"":5},{""time"":90359,""label"":""moved_brush"",""startDate"":""2021-07-01"",""endDate"":""2021-09-14""},{""time"":92976,""label"":""tour_next"",""step"":5},{""time"":100016,""label"":""cleared_brush"",""using"":""Click""},{""time"":102159,""label"":""tour_next"",""step"":5},{""time"":111741,""label"":""tour_end"",""step"":5},{""time"":117760,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2916,""week"":""2"",""id"":""chart""},{""time"":122149,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3545,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678935036721,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,bar +2023-03-15 22:31:22,2023-03-15 22:58:13,0,166.141.157.239,100,1611,1,2023-03-15 22:58:14,R_2ZK7zPABvUgMj8m,,,,,37.751,-97.822,anonymous,EN,1,264.216,264.216,265.58,1,1,2,1,30.844,32.64,34.073,2,0,0,15.054,0,77,73,78,197.332,203.71,204.947,4,91.755,94.387,97.205,2,1,1,48.566,51.287,57.938,2,-2,1,113.459,116.657,118.671,2,1,117.868,117.868,119.762,1,0,0,15.191,0,2,3,3,2,3,3,,15.915,38.265,41.192,11,4,4,4,4,4,3,I am not sure if it is well done and if I can trust the data,34.492,73.684,76.067,2,4,,52.511,53.446,55.69,2,2,7,3,4,1,5,6,0,0,47.208,0,5,7,5,6,7,9,10,10,,6.544,23.44,25.377,9,4,4,2,2,4,4,43.806,54.351,55.758,7,2,1,25.301,30.729,35.903,2,2,1973,Kentucky,6,3,1,,7,,,14,1,2,14.201,84.553,89.572,19,63c4a90d09909e33d5e82f21,"{""startTime"":1678934773933,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_focused"",""time"":11606},{""label"":""window_blurred"",""time"":42318}]}","{""startTime"":1678934820410,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_focused"",""time"":22613},{""label"":""window_blurred"",""time"":40416}]}","{""startTime"":1678934527394,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":119,""label"":""tour_started""},{""label"":""window_focused"",""time"":86395},{""time"":89590,""label"":""tour_next"",""step"":2},{""time"":92222,""label"":""tour_end"",""step"":2},{""label"":""window_blurred"",""time"":96918}]}","{""startTime"":1678934753221,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar +2023-03-15 22:50:58,2023-03-15 22:58:16,0,74.215.71.51,100,438,1,2023-03-15 22:58:17,R_10vDUtuLVqDD0VN,,,,,39.1059,-84.5047,anonymous,EN,1,4.799,4.799,5.569,1,,,,,,,,0,0,15.009,0,60,93,50,15.136,23.986,26.441,3,21.357,26.692,44.07,2,1,1,29.288,36.341,37.463,2,-3,-3,13.83,49.608,51.065,3,-3,22.356,22.356,23.961,1,0,0,15.108,0,3,3,3,5,6,5,,9.549,24.053,25.727,6,3,5,3,7,7,5,"I really have no reason to distrust it, so I err on being trusting.",2.468,2.468,27.781,1,6,,3.646,3.646,5.219,1,2,7,3,4,1,5,6,0,0,12.344,0,2,2,8,8,4,4,10,10,,2.945,17.399,19.704,9,2,1,3,5,2,1,7.052,21.007,22.362,6,2,,2.975,2.975,4.231,1,2,1963,Ohio,2,2,1,,9,,Cincinnati,15,3,1,1.516,56.415,59.59,15,5fb9de27e62120924c5b2176,"{""startTime"":1678935228737,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":27,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5887,""week"":""1"",""id"":""chart""}]}","{""startTime"":1678935255026,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678935116654,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":8563,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3835,""week"":""1"",""id"":""chart""},{""time"":12506,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6691,""week"":""52"",""id"":""chart""},{""time"":21345,""label"":""tour_next"",""step"":2},{""time"":26680,""label"":""tour_end"",""step"":2},{""time"":28322,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1644,""week"":""24"",""id"":""chart""},{""time"":31475,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3308,""week"":""14"",""id"":""chart""},{""time"":35602,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2870,""week"":""50"",""id"":""chart""}]}","{""startTime"":1678935212876,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":6559,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2913,""week"":""3"",""id"":""chart""}]}",0,moderate,bar +2023-03-15 22:33:15,2023-03-15 22:58:42,0,98.72.22.13,100,1526,1,2023-03-15 22:58:42,R_2EzUCOgB5Q2Vvi5,,,,,32.8118,-83.565,anonymous,EN,1,36.002,36.002,38.922,1,,,,,,,,0,0,15.008,0,56,80,43,27.694,38.39,41.249,3,51.003,69.498,75.029,3,1,-3,98.801,329.226,331.006,6,-1,-3,95.421,183.764,186.286,4,-1,108.204,108.204,109.942,1,0,0,15.121,0,3,3,3,4,4,3,"Interesting survey, best of luck with your research. Thank you.",17.3,50.513,109.513,8,4,4,5,3,2,3,I would prefer more sources / data to make a concrete determination.,6.238,6.238,70.031,1,4,Quite interesting survey. Thank you. Best of success with your research,9.658,16.106,77.196,2,2,7,3,4,1,5,6,0,0,36.719,0,2,3,6,6,2,6,7,8,,6.852,30.123,36.462,8,4,4,2,2,5,4,12.871,38.975,41.403,6,4,,12.722,12.722,15.86,1,1,1960,Georgia,6,2,1,,7,,,15,2,1,4.353,169.552,185.262,14,5e3f4c676d06fc1b240e6021,"{""startTime"":1678934686201,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934572253,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":2839,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3723,""week"":""51"",""id"":""chart""},{""time"":6563,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1967,""week"":""51"",""id"":""chart2""}]}","{""startTime"":1678934144900,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":29786,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":9695,""week"":""35"",""id"":""chart""},{""time"":41132,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3896,""week"":""29"",""id"":""chart""},{""time"":45045,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1266,""week"":""30"",""id"":""chart""},{""time"":46329,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1081,""week"":""31"",""id"":""chart""},{""time"":50995,""label"":""tour_next"",""step"":2},{""time"":56107,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6563,""week"":""36"",""id"":""chart2""},{""time"":69491,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678934555948,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,bar +2023-03-15 22:40:35,2023-03-15 22:58:44,0,173.172.83.15,100,1089,1,2023-03-15 22:58:45,R_26gUhwEEs29Zp0J,,,,,39.0831,-94.5853,anonymous,EN,1,36.941,36.941,38.304,1,,,,,,,,0,0,15.109,0,100,100,78,12.703,25.083,26.579,3,31.265,38.822,83.277,2,-2,-3,35.753,92.769,94.004,3,-3,-3,64.459,135.661,152.853,2,1,79.96,79.96,81.507,1,0,0,15.11,0,4,5,4,2,6,4,"I'm having a bit of trouble understanding how the numbers are working as the graph doesn't seem to match the numbers in the interactive feature, but I have a math disability and that may explain it",17.624,92.794,97.597,12,4,4,4,2,1,4,It would be a bit more helpful if there was an explanation of how it works As the numbers don't seem to be quite right,3.892,63.601,64.728,2,6,"I think most people can be trusted as the majority of people are relatively honest, but it's best to go with your instincts in uncertain situations.",5.33,39.837,40.689,5,2,7,3,4,1,5,6,0,0,24.303,0,8,9,9,8,9,7,10,10,,6.828,38.945,45.291,9,2,2,3,4,3,2,14.204,33.69,34.803,6,2,,6.132,6.132,10.033,1,1,1973,Missouri,2,1,1,,7,,,3,4,2,2.72,99.801,101.81,17,5f6fd1451758e95a989623b2,"{""startTime"":1678934972890,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934783831,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":12714,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7856,""week"":""2"",""id"":""chart""},{""time"":20689,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":11250,""week"":""2"",""id"":""chart""},{""time"":32361,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4408,""week"":""3"",""id"":""chart""},{""time"":38089,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":11046,""week"":""1"",""id"":""chart""},{""time"":49642,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3094,""week"":""52"",""id"":""chart""},{""time"":81267,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":14114,""week"":""32"",""id"":""chart""},{""label"":""window_blurred"",""time"":96039},{""label"":""window_focused"",""time"":97032}]}","{""startTime"":1678934529358,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":34,""label"":""tour_started""},{""time"":19272,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":9232,""week"":""48"",""id"":""chart""},{""time"":28687,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1600,""week"":""49"",""id"":""chart""},{""time"":31237,""label"":""tour_next"",""step"":2},{""time"":38794,""label"":""tour_end"",""step"":2},{""time"":43072,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2831,""week"":""51"",""id"":""chart""},{""time"":46010,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6276,""week"":""52"",""id"":""chart""},{""time"":53754,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1415,""week"":""45"",""id"":""chart""},{""time"":55554,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1515,""week"":""46"",""id"":""chart""},{""time"":57170,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1649,""week"":""47"",""id"":""chart""},{""time"":59043,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1426,""week"":""48"",""id"":""chart""},{""time"":60690,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1412,""week"":""49"",""id"":""chart""},{""time"":63107,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3012,""week"":""50"",""id"":""chart""},{""time"":69779,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5623,""week"":""4"",""id"":""chart""}]}","{""startTime"":1678934767863,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":7499,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1240,""week"":""52"",""id"":""chart""},{""time"":8745,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1577,""week"":""52"",""id"":""chart""}]}",0,moderate,bar +2023-03-15 22:45:32,2023-03-15 22:58:52,0,71.236.19.44,100,800,1,2023-03-15 22:58:54,R_2OJdVzIg6rckfm0,,,,,33.9837,-84.1487,anonymous,EN,1,31.934,31.934,33.82,1,1,2,2,1.959,4.313,5.589,2,0,0,15.113,0,65,61,57,10.697,46.501,47.636,5,61.181,125.931,145.199,7,1,1,73.951,84.206,85.759,2,1,1,29.381,70.9,72.535,2,-3,43.053,43.053,44.919,1,0,0,15.108,0,3,2,3,4,5,3,,8.821,35.762,38.441,7,4,4,5,3,5,3,I o not now who created the visualization.,9.023,9.023,46.833,1,3,,8.749,8.749,10.86,1,2,7,3,4,1,5,6,0,0,17.288,0,2,2,1,3,2,2,4,4,,6.094,29.771,32.11,9,3,3,3,2,4,3,13.006,35.02,36.76,6,3,2,10.834,18.367,21.391,2,1,1960,Georgia,3,1,1,,3,,,7,4,2,5.758,77.412,78.904,15,5fc44494862e3e78b8181623,"{""startTime"":1678935131456,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678935057793,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678934851180,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":25,""label"":""tour_started""},{""time"":32688,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":10067,""week"":""47"",""id"":""chart""},{""time"":42757,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2515,""week"":""47"",""id"":""chart""},{""time"":45656,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":12920,""week"":""51"",""id"":""chart""},{""time"":61110,""label"":""tour_next"",""step"":5},{""time"":82891,""label"":""started_brush"",""startDate"":""2021-05-02"",""endDate"":""2021-06-27""},{""time"":83991,""label"":""tour_next"",""step"":5},{""time"":107495,""label"":""moved_brush"",""startDate"":""2021-05-23"",""endDate"":""2021-07-18""},{""time"":109105,""label"":""moved_brush"",""startDate"":""2021-04-29"",""endDate"":""2021-07-18""},{""time"":109934,""label"":""tour_next"",""step"":5},{""time"":114851,""label"":""cleared_brush"",""using"":""Click""},{""time"":116103,""label"":""tour_next"",""step"":5},{""time"":123795,""label"":""tour_end"",""step"":5},{""time"":124920,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1274,""week"":""4"",""id"":""chart""},{""time"":143706,""label"":""started_brush"",""startDate"":""2021-04-06"",""endDate"":""2021-08-25""}]}","{""startTime"":1678935042225,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar +2023-03-15 22:39:30,2023-03-15 22:58:56,0,184.62.115.224,100,1166,1,2023-03-15 22:58:57,R_3Ein9YnsyWehFKt,,,,,37.751,-97.822,anonymous,EN,1,6.499,8.155,10.268,2,,,,,,,,12.127,12.467,15.12,2,81,97,50,5.219,30.931,32.518,6,21.81,36.382,45.776,5,1,-3,5,112.883,114.545,10,-1,1,43.408,222.243,223.988,18,1,49.581,87.334,89.284,4,6.391,6.391,15.01,1,5,2,5,5,5,5,Interesting subject if true.,11.668,54.516,83.747,11,4,5,4,4,5,5,It seems like there was thought and analysis put into gathering the data.,31.781,35.107,70.716,2,3,,11.477,26.246,28.027,3,2,7,3,4,1,5,6,11.221,20.331,26.969,2,1,1,1,1,1,1,5,3,,4.276,25.801,27.623,11,1,3,2,4,2,1,9.844,62.246,64.274,11,3,,9.63,15.256,17.324,3,2,1965,Georgia,6,3,1,,3,,,6,4,1,5.166,108.5,114.675,21,63d9455555931a8fa4d7a3d8,"{""startTime"":1678934804531,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934659398,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934475963,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":5612,""label"":""hovered"",""timeHovered"":1149,""week"":""2022-01-24""},{""time"":7127,""label"":""hovered"",""timeHovered"":1315,""week"":""2022-02-07""},{""time"":13155,""label"":""hovered"",""timeHovered"":1414,""week"":""2022-01-03""},{""time"":14687,""label"":""hovered"",""timeHovered"":1231,""week"":""2022-01-03""},{""time"":15919,""label"":""hovered"",""timeHovered"":1247,""week"":""2022-01-03""},{""time"":27864,""label"":""tour_next"",""step"":2},{""time"":32968,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678934642370,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,line +2023-03-15 22:44:44,2023-03-15 22:59:14,0,64.121.83.242,100,869,1,2023-03-15 22:59:15,R_x0gEOWk0AIZu9ZT,,,,,40.595,-75.5289,anonymous,EN,1,13.641,13.641,18.48,1,1,4,1,9.285,14.916,16.712,2,0,0,15.016,0,89,90,53,44.908,53.835,55.052,3,33.35,70.312,88.75,5,1,-2,29.394,60.076,62.281,2,-3,1,60.228,99.46,102.282,2,-3,45.702,45.702,51.548,1,0,0,15.011,0,5,3,5,5,6,5,,30.871,59.123,63.33,6,6,6,6,6,5,6,I states all that I need to know. ,6.011,6.011,24.448,1,7,,9.971,14.331,17.201,3,2,7,3,4,1,5,6,0,0,31.894,0,5,6,8,8,5,9,10,10,,11.124,37.599,40.138,8,3,3,3,3,3,3,19.443,37.459,39.025,6,4,1,3.914,17.733,19.708,3,1,1945,Pennsylvania,3,2,1,,9,,Allentown,7,4,1,4.748,97.455,103.663,11,580e8bdbf25c44000167943b,"{""startTime"":1678935113485,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678935047069,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":2854,""label"":""hovered"",""timeHovered"":1076,""week"":""2022-01-10""},{""time"":4786,""label"":""hovered"",""timeHovered"":2810,""week"":""2022-01-03""}]}","{""startTime"":1678934839289,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":37391,""label"":""hovered"",""timeHovered"":1398,""week"":""2022-01-10""},{""time"":39656,""label"":""hovered"",""timeHovered"":2330,""week"":""2022-01-10""},{""time"":47249,""label"":""hovered"",""timeHovered"":6461,""week"":""2022-01-03""},{""time"":55625,""label"":""tour_next"",""step"":2},{""time"":70304,""label"":""tour_end"",""step"":2},{""time"":77692,""label"":""hovered"",""timeHovered"":4434,""week"":""2022-01-10""}]}","{""startTime"":1678935031200,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line +2023-03-15 22:45:33,2023-03-15 22:59:43,0,209.122.10.82,100,849,1,2023-03-15 22:59:43,R_5iR0pVv2T0vxiY9,,,,,40.625,-75.3953,anonymous,EN,1,8.858,25.666,26.83,10,,,,,,,,0,0,15.007,0,75,90,76,20.788,42.003,43.885,3,39.662,56.095,58.237,3,1,-3,35.688,48.803,66.683,2,-3,1,56.03,104.478,106.037,2,-1,44.828,70.118,72.798,5,0,0,15.008,0,3,2,3,5,6,3,"The CCA made a report of data using this form of chart. It's easy to read, but that doesn't mean the data is accurate.",19.945,74.583,84.505,9,5,5,5,7,3,3,I don't know how reliable the data is that the visualization supports.,3.277,29.824,32.876,3,5,It depends on what factors you are trusting them about: is it knowledge? character? emotion?,8.867,15.305,44.996,3,2,7,3,4,1,5,6,0,0,21.501,0,6,5,9,5,2,9,8,9,,6.339,29.855,34.18,8,4,4,2,2,4,3,11.082,36.294,37.259,6,6,,7.103,7.103,8.724,1,2,1962,Pennsylvania,7,2,1,,7,,,4,2,1,4.087,110.589,120.444,22,5c6c597c42e33400019c72a5,"{""startTime"":1678935073985,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678935010218,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934829439,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":29,""label"":""tour_started""},{""time"":15571,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8332,""week"":""1"",""id"":""chart""},{""time"":24921,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2532,""week"":""26"",""id"":""chart""},{""time"":28219,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4733,""week"":""52"",""id"":""chart""},{""time"":34104,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2832,""week"":""6"",""id"":""chart""},{""time"":39651,""label"":""tour_next"",""step"":2},{""time"":47426,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678934994670,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,bar +2023-03-15 22:48:25,2023-03-15 23:00:13,0,108.255.47.46,100,708,1,2023-03-15 23:00:13,R_2tJMbXWbCg49gDC,,,,,33.6404,-117.9226,anonymous,EN,1,3.114,3.114,4.295,1,,,,,,,,0,0,15.111,0,85,82,59,34.793,43.412,44.657,3,21.296,27.188,56.285,2,-1,1,43.474,152.069,158.831,9,-2,1,32.001,35.847,37.691,2,-1,45.82,45.82,47.874,1,0,0,15.011,0,3,3,3,4,4,7,,6.312,29.439,31.422,7,3,4,4,7,3,3,"I don't know the accuracy of the data behind the visualization, nor whether I trust the source.",4.083,43.669,44.687,2,6,December 2022 wasn't represented by the graph.,2.753,23.631,27.237,2,2,7,3,4,1,5,6,0,0,17.949,0,2,3,8,6,3,6,7,6,,4.42,36.092,39.285,8,3,4,2,3,3,4,9.933,25.375,26.532,6,5,,5.628,5.628,7.398,1,1,1961,California,3,1,1,,7,,,17,1,1,2.732,73.09,77.321,15,61523f5edff0567aa388e752,"{""startTime"":1678935086096,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678935118516,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934975750,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":3,""label"":""tour_started""},{""time"":21293,""label"":""tour_next"",""step"":2},{""time"":27184,""label"":""tour_end"",""step"":2},{""time"":29284,""label"":""hovered"",""timeHovered"":1665,""week"":""2022-01-10""},{""time"":32292,""label"":""hovered"",""timeHovered"":5296,""week"":""2022-01-03""}]}","{""startTime"":1678935070588,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":8694,""label"":""hovered"",""timeHovered"":1854,""week"":""2022-01-03""}]}",0,moderate,line +2023-03-15 22:47:04,2023-03-15 23:00:26,0,76.226.81.161,100,802,1,2023-03-15 23:00:27,R_O41TAgtoPNLWm5P,,,,,37.6787,-122.127,anonymous,EN,1,23.404,24.668,27.602,2,,,,,,,,0,0,15.012,0,93,88,32,7.403,24.771,26.36,7,36.302,46.246,88.068,2,1,1,23.594,73.696,75.234,6,-3,1,28.426,85.754,87.155,6,1,61.281,65.33,66.995,3,0,0,15.119,0,6,4,5,4,6,6,,6.769,35.385,37.919,9,5,6,4,2,7,6,The data looks to be laid out very carefully. It's plotted month by month and seems to follow a scientific protocol. It looks like it is coming from valid information.,4.072,4.072,47.645,1,5,,12.001,12.001,13.768,1,2,3,4,5,1,6,7,0,0,19.477,0,6,8,6,7,9,3,10,7,,5.575,27.182,29.223,10,4,3,1,1,4,2,9.688,34.769,36.319,7,2,,16.018,16.018,20.058,1,2,1964,California,3,2,1,,8,San Francisco,,2,4,1,7.539,108.353,110.225,25,5d4c7d1a2a25e5000114cf3b,"{""startTime"":1678935171285,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678935089887,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934909649,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":20,""label"":""tour_started""},{""time"":17912,""label"":""hovered"",""timeHovered"":1482,""week"":""2021-12-20""},{""time"":24098,""label"":""hovered"",""timeHovered"":1002,""week"":""2022-01-31""},{""time"":27068,""label"":""hovered"",""timeHovered"":4985,""week"":""2021-08-16""},{""time"":36177,""label"":""tour_next"",""step"":2},{""time"":46122,""label"":""tour_end"",""step"":2},{""time"":58519,""label"":""hovered"",""timeHovered"":1278,""week"":""2021-08-16""},{""time"":61207,""label"":""hovered"",""timeHovered"":4050,""week"":""2021-08-16""},{""time"":66473,""label"":""hovered"",""timeHovered"":1267,""week"":""2021-12-20""},{""time"":69764,""label"":""hovered"",""timeHovered"":10918,""week"":""2022-01-03""}]}","{""startTime"":1678935074104,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":4593,""label"":""hovered"",""timeHovered"":1798,""week"":""2021-08-16""},{""time"":7778,""label"":""hovered"",""timeHovered"":1227,""week"":""2021-08-16""},{""time"":11946,""label"":""hovered"",""timeHovered"":1114,""week"":""2021-10-04""}]}",0,simple,line +2023-03-15 22:46:10,2023-03-15 23:01:31,0,99.47.243.217,100,920,1,2023-03-15 23:01:32,R_2pQscFUuHga4GDz,,,,,33.7372,-117.8232,anonymous,EN,1,43.016,43.016,48.667,1,,,,,,,,0,0,15.119,0,74,85,77,40.855,60.359,62.125,4,35.516,156.956,171.585,8,1,1,38.047,59.975,61.681,2,1,1,31.785,53.792,57.368,2,1,34.098,34.098,49.154,1,0,0,15.012,0,3,3,3,5,5,3,,14.193,61.415,77.311,6,5,5,5,7,7,4,I have no idea whether the data is made up or accurate plus there should be an explanation for the large change in Dec-Jan.,3.532,3.532,45.948,1,5,,6.675,6.675,9.621,1,2,7,3,4,1,5,6,0,0,25.955,0,7,8,10,8,6,9,10,10,,11.055,30.061,32.306,9,5,5,1,1,5,5,26.903,42.647,43.941,6,5,,6.74,6.74,8.948,1,2,1955,California,6,1,1,,7,,,12,4,1,3.287,105.408,111.985,18,608e2cb9067eb028500433d5,"{""startTime"":1678935144242,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":1398,""label"":""hovered"",""timeHovered"":2868,""week"":""2021-12-06""},{""time"":4268,""label"":""hovered"",""timeHovered"":16948,""week"":""2021-10-18""}]}","{""startTime"":1678935222275,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":2769,""label"":""hovered"",""timeHovered"":15713,""week"":""2022-01-17""},{""time"":19690,""label"":""hovered"",""timeHovered"":1927,""week"":""2022-01-17""},{""time"":21626,""label"":""hovered"",""timeHovered"":1302,""week"":""2022-01-17""}]}","{""startTime"":1678934906773,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":31,""label"":""tour_started""},{""time"":21984,""label"":""hovered"",""timeHovered"":1298,""week"":""2021-11-15""},{""time"":36103,""label"":""hovered"",""timeHovered"":4163,""week"":""2021-11-08""},{""time"":45877,""label"":""tour_next"",""step"":5},{""time"":66727,""label"":""started_brush"",""startDate"":""2021-06-10"",""endDate"":""2021-09-05""},{""time"":77988,""label"":""tour_next"",""step"":5},{""time"":87991,""label"":""moved_brush"",""startDate"":""2021-06-06"",""endDate"":""2021-09-05""},{""time"":92135,""label"":""moved_brush"",""startDate"":""2021-06-06"",""endDate"":""2021-08-11""},{""time"":106503,""label"":""moved_brush"",""startDate"":""2021-06-06"",""endDate"":""2021-07-31""},{""time"":112440,""label"":""moved_brush"",""startDate"":""2021-06-01"",""endDate"":""2021-07-31""},{""time"":120069,""label"":""tour_next"",""step"":5},{""time"":127506,""label"":""cleared_brush"",""using"":""click""},{""time"":132390,""label"":""tour_next"",""step"":5},{""time"":141501,""label"":""tour_end"",""step"":5},{""time"":161519,""label"":""started_brush"",""startDate"":""2022-01-09"",""endDate"":""2022-02-11""},{""time"":167648,""label"":""started_brush"",""startDate"":""2021-12-06"",""endDate"":""2022-01-12""}]}","{""startTime"":1678935128540,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line +2023-03-15 22:50:31,2023-03-15 23:01:55,0,73.53.164.196,100,684,1,2023-03-15 23:01:57,R_1LYXeSGHABpjcoG,,,,,30.3341,-81.6544,anonymous,EN,1,29.871,31.218,31.806,2,,,,,,,,0,0,15.114,0,100,100,80,15.4,28.217,29.326,3,31.016,35.916,47.109,2,-2,1,24.355,32.92,34.388,2,-3,-3,48.979,97.542,99.126,2,1,30.731,30.731,32.156,1,0,0,15.018,0,5,3,5,4,5,5,,9.817,30.701,33.1,6,5,5,5,4,7,5,"It's more that I think the agency that compiled the data seems official, so I trust them. Why would they lie about this kind of data?",3.057,3.057,66.408,1,4,,5.525,5.525,7.778,1,2,7,3,4,1,5,6,0,0,24.413,0,1,4,5,4,4,5,8,9,,11.791,34.302,36.833,9,3,3,1,3,4,3,4.06,23.401,24.521,6,8,,7.904,7.904,12.259,1,2,1988,Florida,6,1,1,,9,,Black and White,11,2,1,3.207,97.146,101.723,21,59f9b3918a2d3d00012c19d9,"{""startTime"":1678935393972,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678935283432,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":1215,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2048,""week"":""50"",""id"":""chart""},{""time"":3960,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1008,""week"":""51"",""id"":""chart""},{""time"":5076,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3020,""week"":""50"",""id"":""chart""},{""time"":8136,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4719,""week"":""51"",""id"":""chart""}]}","{""startTime"":1678935120706,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":11749,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1499,""week"":""49"",""id"":""chart""},{""time"":14014,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2733,""week"":""52"",""id"":""chart""},{""time"":18181,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2949,""week"":""52"",""id"":""chart""},{""time"":22147,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1949,""week"":""6"",""id"":""chart""},{""time"":31001,""label"":""tour_next"",""step"":2},{""time"":35900,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678935267897,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":6149,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2253,""week"":""52"",""id"":""chart""},{""time"":8936,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4102,""week"":""1"",""id"":""chart""}]}",0,moderate,bar +2023-03-15 22:48:29,2023-03-15 23:02:22,0,172.243.129.67,100,832,1,2023-03-15 23:02:22,R_1f3f8fHD0F2BuqU,,,,,37.8971,-77.7895,anonymous,EN,1,2.978,9.165,10.906,7,1,4,2,2.777,6.007,7.698,3,0,0,15.016,0,83,67,73,0.5,35.187,36.905,16,4.425,63.908,65.592,11,-3,-3,2.967,60.939,63.153,20,1,1,6.407,98.468,101.363,34,1,13.366,53.322,54.701,5,3.692,10.731,15.111,5,5,3,5,4,5,5,I don't find the data surprising.,5.22,25.118,39.779,26,5,5,5,7,5,5,I assume it is actual data.,3.111,3.111,13.101,1,4,None,9.223,17.594,25.675,11,2,7,3,4,1,5,6,9.055,27.33,28.971,8,4,4,5,9,8,5,10,9,I have none.,3.882,34.818,41.966,20,4,2,3,3,3,4,4.603,22.025,23.433,9,2,2,2.569,9.488,10.891,4,2,1957,Virginia,7,2,1,,7,,,6,3,1,3.868,90.53,126.223,32,561d98e03d7fe8000b0f5e09,"{""startTime"":1678935295027,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678935242748,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678935047481,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":18286,""label"":""hovered"",""timeHovered"":1284,""week"":""2022-01-17""},{""time"":24103,""label"":""hovered"",""timeHovered"":1276,""week"":""2021-12-13""},{""time"":26919,""label"":""hovered"",""timeHovered"":1808,""week"":""2021-10-25""},{""time"":30600,""label"":""hovered"",""timeHovered"":2241,""week"":""2022-01-24""},{""time"":45204,""label"":""tour_next"",""step"":2},{""time"":51465,""label"":""tour_end"",""step"":2},{""time"":53727,""label"":""hovered"",""timeHovered"":2159,""week"":""2022-01-17""},{""time"":56787,""label"":""hovered"",""timeHovered"":1479,""week"":""2022-01-17""},{""time"":59971,""label"":""hovered"",""timeHovered"":1309,""week"":""2022-01-03""}]}","{""startTime"":1678935224566,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":12869,""label"":""hovered"",""timeHovered"":2012,""week"":""2022-01-17""},{""time"":16148,""label"":""hovered"",""timeHovered"":1654,""week"":""2022-01-31""}]}",1,moderate,line +2023-03-15 22:45:08,2023-03-15 23:02:28,0,76.143.184.45,100,1039,1,2023-03-15 23:02:29,R_29m2EM89Tx9MYIg,,,,,29.7215,-95.3159,anonymous,EN,1,5.852,5.852,6.976,1,,,,,,,,0,0,15.129,0,86,89,10,24.778,48.205,49.61,8,24.338,36.974,39.155,2,-2,1,39.038,68.307,71.824,2,-3,-3,58.493,118.068,120.267,2,-2,103.154,103.154,110.252,1,0,0,15.168,0,5,2,3,4,5,5,,24.096,58.909,61.839,7,3,6,3,7,7,5,"While I don't know the organization, it seems they are much like the government Agriculture boards that we have in the US.",15.368,87.141,93.183,3,4,,113.654,119.768,125.213,3,2,7,3,4,1,5,6,0,0,17.661,0,5,7,9,9,8,8,10,10,,11.263,39.226,41.95,9,5,5,1,1,5,5,16.546,37.663,39.168,6,4,,20.361,20.361,28.143,1,2,1962,Texas,3,2,1,,9,,Houston,4,4,1,3.028,94.563,100.374,14,5c3a5a61fc2bdf00017714a2,"{""startTime"":1678934922820,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934986409,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934792640,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":81,""label"":""tour_started""},{""time"":7997,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4882,""week"":""52"",""id"":""chart""},{""time"":12901,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1645,""week"":""1"",""id"":""chart""},{""time"":14615,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1081,""week"":""52"",""id"":""chart""},{""time"":17166,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4212,""week"":""44"",""id"":""chart""},{""time"":24308,""label"":""tour_next"",""step"":2},{""time"":28460,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4350,""week"":""52"",""id"":""chart2""},{""time"":36943,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678934906470,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,bar +2023-03-15 22:51:39,2023-03-15 23:02:33,0,73.196.5.75,100,653,1,2023-03-15 23:02:33,R_ywL2KCU6iWF7x5L,,,,,40.2514,-74.7632,anonymous,EN,1,11.669,11.669,14.166,1,1,2,1,4.682,6.963,8.633,2,0,0,15.108,0,94,92,66,8.841,22.566,24.293,5,20.267,30.749,34.981,2,1,1,47.001,63.179,65.436,2,-3,-3,14.44,79.526,88.204,4,-2,78.39,78.39,80.645,1,0,0,15.11,0,5,5,5,5,5,5,,17.463,35.79,39.463,9,5,5,5,4,4,5,It seems to mesh with the statistics I have heard in the past.,2.759,2.759,36.904,1,5,,3.826,3.826,6,1,2,7,3,4,1,5,6,0,0,20.869,0,6,7,4,7,8,5,10,7,,2.918,17.068,19.903,9,4,4,1,1,4,4,3.023,18.371,19.162,7,2,1,1.776,10.071,16.062,2,2,1963,New Jersey,3,1,1,,7,,,16,2,1,2.63,64.197,71.01,12,5c2ab2de9136140001b90737,"{""startTime"":1678935404990,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678935325415,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":3295,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5176,""week"":""2"",""id"":""chart""},{""time"":12663,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1277,""week"":""2"",""id"":""chart""},{""time"":14079,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1295,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678935184473,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":28,""label"":""tour_started""},{""time"":16005,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2380,""week"":""52"",""id"":""chart""},{""time"":20250,""label"":""tour_next"",""step"":2},{""time"":30732,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678935309446,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":2784,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2607,""week"":""52"",""id"":""chart""},{""time"":10776,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2382,""week"":""52"",""id"":""chart""}]}",1,moderate,bar +2023-03-15 22:44:42,2023-03-15 23:02:48,0,71.233.190.187,100,1085,1,2023-03-15 23:02:48,R_1lsOkosGk8TVuGN,,,,,42.3634,-71.0713,anonymous,EN,1,5.945,5.945,7.321,1,,,,,,,,0,0,15.007,0,73,54,52,3.75,67.343,69.523,5,27.735,37.353,43.865,2,1,1,30.294,65.174,69.671,2,-2,1,67.593,117.953,120.248,2,1,134.45,134.45,136.332,1,12.465,12.465,15.108,1,6,4,5,5,4,5,,9.789,39.694,46.908,8,5,4,5,4,3,5,I trust this visualization because it's clearly presented.,5.074,70.428,72.385,4,4,,6.893,7.998,12.49,2,5,2,3,7,1,4,6,73.906,73.906,76.519,1,8,10,10,11,10,6,11,11,,23.182,55.401,57.491,10,5,4,3,2,4,5,21.92,55.778,57.066,6,3,,13.495,13.495,16.124,1,1,1966,Massachusetts,3,2,4,Tagalog,2,,,7,3,1,3.004,191.117,199.57,17,6266e63b82fa38e800e33a24,"{""startTime"":1678934916072,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934966156,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934785963,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":27728,""label"":""tour_next"",""step"":2},{""time"":37346,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678934900454,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,line +2023-03-15 22:34:16,2023-03-15 23:03:35,0,129.186.192.42,100,1758,1,2023-03-15 23:03:36,R_3DhgHb0MCZibXG8,,,,,42.0514,-93.6908,anonymous,EN,1,1.717,5.989,7.49,2,,,,,,,,0,0,15.012,0,69,70,70,7.973,15.221,16.158,4,7.397,77.117,80.134,20,-2,1,56.14,70.506,73.957,2,1,-3,49.323,105.163,107.297,2,1,65.216,65.216,67.019,1,0,0,15.013,0,5,5,5,5,5,5,,5.772,11.123,1118.709,6,5,5,5,5,5,5,the graph's visualization is clear and easily understood,6.617,47.001,48.391,11,5,,2.102,3.901,6.132,5,2,7,3,4,1,5,6,0,0,21.567,0,9,9,9,9,9,9,9,9,,3.503,10.741,12.237,11,4,4,1,4,4,4,30.764,41.42,43.937,6,2,,2.134,2.134,4.038,1,1,1953,Iowa,7,3,1,,7,,,15,2,1,5.17,89.267,94.117,23,638fdf87700dd1228bade2e1,"{""startTime"":1678934264836,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":16475},{""label"":""window_focused"",""time"":17981},{""label"":""window_blurred"",""time"":31715},{""label"":""window_focused"",""time"":34644},{""label"":""window_blurred"",""time"":1107994},{""label"":""window_focused"",""time"":1109942}]}","{""startTime"":1678935384580,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678934101004,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":31,""label"":""tour_started""},{""time"":7384,""label"":""tour_next"",""step"":5},{""time"":17649,""label"":""tour_back"",""step"":5},{""time"":20152,""label"":""tour_next"",""step"":5},{""time"":21475,""label"":""cleared_brush"",""using"":""Click""},{""time"":29924,""label"":""cleared_brush"",""using"":""Click""},{""time"":41824,""label"":""cleared_brush"",""using"":""Click""},{""time"":42689,""label"":""cleared_brush"",""using"":""Click""},{""time"":42876,""label"":""cleared_brush"",""using"":""Click""},{""time"":47863,""label"":""started_brush"",""startDate"":""2021-06-14"",""endDate"":""2021-10-12""},{""time"":50865,""label"":""tour_next"",""step"":5},{""time"":56663,""label"":""started_brush"",""startDate"":""2021-06-06"",""endDate"":""2021-09-24""},{""time"":66758,""label"":""moved_brush"",""startDate"":""2021-10-20"",""endDate"":""2022-02-07""},{""time"":68104,""label"":""tour_next"",""step"":5},{""time"":73236,""label"":""cleared_brush"",""using"":""Click""},{""time"":75265,""label"":""tour_next"",""step"":5},{""time"":77104,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678934249236,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,bar +2023-03-15 22:49:40,2023-03-15 23:03:38,0,173.170.223.11,100,838,1,2023-03-15 23:03:39,R_9RA1DKQhmOjmybf,,,,,28.4643,-82.5998,anonymous,EN,1,49.935,53.437,54.762,3,1,4,2,2.931,10.868,11.798,4,0,0,15.007,0,100,33,83,0.688,34.918,36.663,6,8.054,18.061,19.536,4,1,-3,47.117,113.216,114.312,6,-1,-1,24.267,111.254,112.299,7,-1,64.335,65.416,66.646,2,6.573,10.097,15.007,2,6,6,6,1,4,6,,24.013,50.906,52.109,9,5,1,1,3,1,6,It is scientific data that can't be false,3.539,3.539,30.965,1,5,,4.875,16.338,17.777,4,2,3,4,5,1,6,7,8.362,20.428,21.636,2,9,9,7,6,9,5,11,10,,5.089,49.96,51.198,13,1,1,5,1,1,1,7.187,52.575,53.698,10,1,1,4.079,16.259,17.3,4,2,1963,Florida,6,2,1,,7,,,9,4,2,3.101,76.777,77.768,20,5bf1f1cd7c3874000169ea98,"{""startTime"":1678935245432,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":2471,""label"":""hovered"",""timeHovered"":1503,""week"":""2021-08-09""},{""time"":7147,""label"":""hovered"",""timeHovered"":1018,""week"":""2021-10-25""},{""time"":9522,""label"":""hovered"",""timeHovered"":8852,""week"":""2021-06-14""}]}","{""startTime"":1678935297965,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678935097274,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":9396,""label"":""tour_next"",""step"":2},{""time"":14517,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678935229927,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line +2023-03-15 22:48:06,2023-03-15 23:04:46,0,73.180.98.231,100,1000,1,2023-03-15 23:04:47,R_10UygkbUoGFix5A,,,,,32.7147,-79.9526,anonymous,EN,1,4.545,4.545,5.87,1,1,4,2,7.631,10.764,12.105,2,0,0,15.013,0,50,100,50,14.7,30.443,33.464,3,32.623,38.661,40.711,2,-2,1,14.821,92.841,94.305,5,-3,-3,8.436,255.506,269.032,4,1,81.475,81.475,82.962,1,0,0,15.009,0,3,7,3,6,6,7,,21.039,45.84,49.378,6,7,5,5,7,3,3,Not enough data to determine outcomes,6.191,6.191,38.45,1,4,,8.182,8.182,14.687,1,2,7,3,4,1,5,6,0,0,27.5,0,6,6,9,8,2,8,7,9,,7.648,50.2,54.503,9,4,4,1,1,4,5,26.226,51.994,54.849,6,4,1,5.314,24.24,27.343,2,2,1962,South Carolina,6,1,1,,7,,,16,2,1,5.76,88.832,94.679,13,632fa9e40fa5b8393ed87659,"{""startTime"":1678935292244,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":2132,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2935,""week"":""52"",""id"":""chart""},{""time"":5249,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1350,""week"":""1"",""id"":""chart""},{""time"":6835,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1997,""week"":""2"",""id"":""chart""}]}","{""startTime"":1678935342305,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934965746,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":26306,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2541,""week"":""52"",""id"":""chart""},{""time"":29804,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1276,""week"":""47"",""id"":""chart""},{""time"":32621,""label"":""tour_next"",""step"":2},{""time"":38659,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678935276535,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":10601,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2589,""week"":""51"",""id"":""chart""},{""time"":13374,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1433,""week"":""52"",""id"":""chart""}]}",1,moderate,bar +2023-03-15 22:39:53,2023-03-15 23:05:54,0,98.208.201.86,100,1560,1,2023-03-15 23:05:54,R_2whOEu2JyaQxNEq,,,,,26.6414,-81.6977,anonymous,EN,1,47.483,47.483,48.708,1,2,,1,19.564,19.564,22.236,1,0,0,15.023,0,74,0,32,44.217,67.794,89.724,4,47.249,66.654,70.669,2,1,1,31.126,124.422,140.315,2,-3,1,45.904,110.38,119.831,2,-3,90.534,90.534,117.742,1,0,0,15.11,0,5,4,4,6,6,4,,15.048,34.099,37.97,6,3,6,4,1,1,4,"The source for the data is the CDC so it should be reliable but there is a huge spike for the unvaccinated in January, a lot higher than for the vaccinated, so I question if it's fully trustworthy. ",4.04,251.167,256.473,17,6,,12.36,12.36,14.289,1,2,7,3,4,1,5,6,0,0,42.185,0,6,6,6,6,3,3,6,8,,8.363,39.618,57.111,11,1,1,4,3,1,3,4.024,32.155,39.795,8,4,4,2.652,20.274,24.125,2,2,1957,Florida,3,2,1,,7,,,6,4,2,1.717,350.649,354.171,35,5d60b5beea1c1c0001c98bf6,"{""startTime"":1678934815922,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934855370,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934588074,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":10,""label"":""tour_started""},{""label"":""window_blurred"",""time"":7940},{""label"":""window_focused"",""time"":9287},{""label"":""window_blurred"",""time"":9703},{""label"":""window_focused"",""time"":12368},{""label"":""window_blurred"",""time"":14425},{""label"":""window_focused"",""time"":18120},{""time"":40793,""label"":""hovered"",""timeHovered"":2603,""week"":""2022-01-03""},{""time"":43633,""label"":""hovered"",""timeHovered"":1383,""week"":""2022-01-03""},{""time"":47237,""label"":""tour_next"",""step"":2},{""time"":66642,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678934800146,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line +2023-03-15 22:54:09,2023-03-15 23:05:58,0,96.239.115.11,100,708,1,2023-03-15 23:05:58,R_25utXHsmzBsU0R3,,,,,40.5956,-74.0806,anonymous,EN,1,7.033,7.033,8.291,1,1,3,1,2.407,5.411,7.018,2,0,0,15.112,0,86,90,28,23.281,36.634,37.541,6,45.848,52.375,59.783,2,1,-2,35.6,50.72,52.623,2,-2,1,45.534,66.761,68.631,2,1,56.523,56.523,58.019,1,0,0,15.111,0,5,6,6,6,6,5,,8.649,19.996,23.151,7,6,6,6,5,3,5,It is such a clear chart and it seems true to how I remember the cases back then when they were happening,3.714,35.774,37.843,2,4,,5.139,5.139,7.51,1,2,7,3,4,1,5,6,0,0,30.373,0,5,6,10,9,5,10,11,11,,24.308,37.397,39.808,8,5,5,1,1,5,5,10.718,42.963,44.407,6,6,1,4.401,14.596,18.653,3,2,1964,New York,6,3,1,,7,,,12,2,1,4.067,125.629,131.272,20,5d49a0b751695e0001a188a8,"{""startTime"":1678935526674,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678935461422,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678935332041,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":25799,""label"":""hovered"",""timeHovered"":6777,""week"":""2021-09-20""},{""time"":33255,""label"":""hovered"",""timeHovered"":2471,""week"":""2021-07-26""},{""time"":39494,""label"":""hovered"",""timeHovered"":1614,""week"":""2021-12-27""},{""time"":41968,""label"":""hovered"",""timeHovered"":1041,""week"":""2022-02-07""},{""time"":45841,""label"":""tour_next"",""step"":2},{""time"":52367,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678935445811,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line +2023-03-15 22:40:31,2023-03-15 23:06:04,0,69.49.66.121,100,1533,1,2023-03-15 23:06:06,R_1n0YCVlhuzQezrF,,,,,41.4319,-91.0485,anonymous,EN,1,14.087,14.087,15.89,1,2,,2,2.679,2.679,3.966,1,0,0,15.118,0,63,64,4,27.268,255.147,260.146,9,27.811,65.307,68.965,6,1,-3,69.833,90.442,92.287,2,-3,-3,38.218,120.24,121.955,3,-3,25.777,25.777,27.472,1,0,0,15.015,0,7,1,7,6,5,1,"I went to the CDC website linked and I can't find the information presented here. I am not saying it doesn't exist but I don't believe this is accurate. Also, there is still high number of vaccinated individuals in this report that contracted Covid 19 that were vaccinated. ",9.042,98.897,283.168,10,1,7,1,1,1,1,It's not a true reflection of the number and variables. The CDC has another chart in the website url that was linked that shows a completely different set of numbers during this time period. ,2.833,2.833,78.412,1,2,We were lied to about this Virus. The WSJ finally reported this virus was leaked from a Chinese lab. Young people are having severe heart issues. We were all lied to. Why was this mRNA vaccine pushed through so quickly but not traditional vaccines like the Novovax? It is really a travesty as to what these governments did to us all. ,6.564,188.63,212.2,5,2,7,3,4,1,5,6,0,0,21.584,0,7,2,5,2,1,5,4,7,none,8.347,35.914,40.526,9,2,2,2,5,2,2,14.126,34.83,37.601,6,6,1,4.422,11.942,17.387,2,2,1964,Iowa,4,2,1,,7,,,14,2,2,3.681,123.216,143.916,22,6272ae90bcc3709d723d1d2b,"{""startTime"":1678934954070,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":29344,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8382,""week"":""1"",""id"":""chart""},{""time"":89894,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2937,""week"":""3"",""id"":""chart""},{""time"":94101,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3162,""week"":""1"",""id"":""chart""},{""time"":273350,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2179,""week"":""50"",""id"":""chart""}]}","{""startTime"":1678935238621,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934745324,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":35,""label"":""tour_started""},{""label"":""window_blurred"",""time"":6204},{""label"":""window_focused"",""time"":20087},{""time"":27800,""label"":""tour_next"",""step"":2},{""time"":35896,""label"":""tour_end"",""step"":2},{""time"":37091,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1668,""week"":""51"",""id"":""chart""},{""time"":40082,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1166,""week"":""52"",""id"":""chart""},{""time"":42125,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1292,""week"":""52"",""id"":""chart""},{""time"":45328,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2124,""week"":""2"",""id"":""chart""}]}","{""startTime"":1678934938464,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":2389,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3112,""week"":""1"",""id"":""chart""},{""time"":5614,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4518,""week"":""2"",""id"":""chart""},{""time"":10189,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1265,""week"":""3"",""id"":""chart""}]}",1,moderate,bar +2023-03-15 22:51:23,2023-03-15 23:06:11,0,23.125.150.184,100,887,1,2023-03-15 23:06:11,R_wUhqJ3hDYlTuvjb,,,,,30.5788,-91.1419,anonymous,EN,1,4.513,4.513,5.564,1,,,,,,,,0,0,15.107,0,58,91,60,126.447,140.921,142.502,18,16.76,50.531,55.12,11,-3,1,63.247,105.008,109.846,10,-3,-3,8.979,70.27,83.52,6,-2,82.615,102.519,103.721,3,0,0,15.015,0,3,3,5,3,5,3,I think graphs should be voice activate to help you understand more. One interpretation can be confusing for some,21.175,78.146,80.014,13,6,5,5,5,6,5,It gives a clear illustration of the highs and lows during the time period with words and numbers to help you grasp it better,1.401,37.556,54.025,5,3,I tried my hardest on graph reading I hope that I will be compensated for effort to help with data. Thank you,2.662,6.662,35.168,7,2,7,3,4,1,5,6,6.909,16.254,24.282,4,2,3,3,5,6,2,9,9,,3.3,11.943,13.72,11,3,2,2,4,5,3,2.615,18.89,21.601,11,2,,4.238,4.238,5.661,1,2,1972,Louisiana,6,3,1,,3,,,6,1,1,3.036,67.272,74.21,18,6266b4ea9408fc167507d923,"{""startTime"":1678935437995,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":3732,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4111,""week"":""6"",""id"":""chart""},{""time"":9313,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2010,""week"":""52"",""id"":""chart""},{""time"":12940,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1421,""week"":""5"",""id"":""chart2""},{""time"":15999,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3367,""week"":""6"",""id"":""chart2""},{""label"":""window_blurred"",""time"":35427},{""label"":""window_focused"",""time"":38984}]}","{""startTime"":1678935532523,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678935255351,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":6828,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4193,""week"":""6"",""id"":""chart""},{""time"":15685,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2497,""week"":""6"",""id"":""chart""},{""time"":25641,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7910,""week"":""6"",""id"":""chart""},{""time"":34331,""label"":""tour_next"",""step"":2},{""time"":44075,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1781,""week"":""6"",""id"":""chart2""},{""time"":50512,""label"":""tour_end"",""step"":2},{""time"":52435,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1930,""week"":""6"",""id"":""chart2""}]}","{""startTime"":1678935422360,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":18,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1531,""week"":""5"",""id"":""chart""}]}",0,simple,bar +2023-03-15 22:53:14,2023-03-15 23:06:23,0,134.215.119.81,100,789,1,2023-03-15 23:06:24,R_33fjwJxElUvDVdF,,,,,43.103,-89.5073,anonymous,EN,1,47.957,47.957,48.804,1,,,,,,,,0,0,15.019,0,94,93,53,31.32,40.026,40.967,4,31.083,40.531,45.958,2,1,1,35.461,59.581,60.618,2,-1,1,30.814,54.974,59.001,3,1,68.711,68.711,69.682,1,0,0,15.106,0,3,3,3,5,5,3,,6.789,21.205,31.301,6,3,5,5,7,1,3,I don't know if the source is a valid one. I don't knwo what other data would impact this. I don't know what this data is being used for. There is a lot of things that this data doesn't tell me. ,4.552,4.552,56.655,1,6,,6.19,7.861,9.485,3,2,7,3,4,1,5,6,0,0,23.671,0,4,6,3,4,7,3,10,10,,7.178,37.398,39.538,10,5,5,1,1,5,5,4.371,18.935,19.639,6,1,,3.955,3.955,5.969,1,2,1960,Wisconsin,7,2,1,,7,,,16,3,1,3.083,170.515,180.538,30,5dd405ab80123f3eaae9af80,"{""startTime"":1678935434907,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678935466666,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678935313151,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":18706,""label"":""hovered"",""timeHovered"":2999,""week"":""2022-01-10""},{""time"":21806,""label"":""hovered"",""timeHovered"":1599,""week"":""2022-01-24""},{""time"":26206,""label"":""hovered"",""timeHovered"":1500,""week"":""2021-08-23""},{""time"":31080,""label"":""tour_next"",""step"":2},{""time"":40529,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678935419158,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,line +2023-03-15 22:46:43,2023-03-15 23:06:35,0,108.53.220.210,100,1191,1,2023-03-15 23:06:36,R_26eCfnaXACkpagZ,,,,,40.8802,-74.292,anonymous,EN,1,87.218,87.218,88.273,1,2,,1,1.837,1.837,3.524,1,1.776,12.418,15.143,4,100,3,49,36.66,64.972,67.404,4,18.519,28.893,31.183,2,-2,-3,30.306,132.322,138.624,3,-3,-3,42.655,66.025,68.011,2,-2,88.825,88.825,90.838,1,0,0,15.115,0,1,1,1,1,1,1,I stopped looking at these charts the second that people were able to do home testing AND the tests results were not reported anywhere. The data makes no sense after that.,57.902,104.625,109.092,9,1,1,1,1,1,1,"To give people an accurate ""non-vaccinated"" report, you also need to factor in WHEN were they vaccinated and how many boosters they have received. Without that information, the data is meaningless. ",1.114,1.114,52.295,1,4,"As far as the 80+: A good amount of those people are not healthy enough to get vaccinated. Their staff members and relatives are around them, without masks and without testing, and those 80+ year olds get sick. This is pretty basic to understand. I cannot get the vaccine due to health reasons. I keep myself away from only my closest family members who stay outside when they visit, and if we are all outside, we all wear masks. ",4.376,9.128,101.97,3,2,3,4,5,1,6,7,0,0,13.767,0,8,8,8,4,8,8,11,11,"Covid 19 will continue as a global pandemic until people once again start to take it seriously and fight it. Until then, we will ignore the deaths, the illnesses, and pretend it all never happened. ",4.345,20.536,62.098,9,4,4,1,1,4,4,6.51,25.846,27.058,7,1,1,2.997,6.756,9.114,2,2,1964,New Jersey,6,1,1,,9,,Fairfield,2,1,1,2.945,48.751,52.531,13,6335fd309608ba9c606477fc,"{""startTime"":1678935378352,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678935488457,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678935190557,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":77,""label"":""tour_started""},{""time"":18501,""label"":""tour_next"",""step"":2},{""time"":28875,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678935362352,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar +2023-03-15 22:54:44,2023-03-15 23:07:11,0,68.202.104.84,100,746,1,2023-03-15 23:07:11,R_1NvJQOYYY4p64Y9,,,,,28.9025,-81.248,anonymous,EN,1,11.394,12.812,14.48,2,,,,,,,,0,0,15.117,0,93,78,45,29.332,50.568,51.927,8,9.324,71.657,75.057,9,1,1,13.595,60.456,62.563,7,-2,1,13.225,62.239,63.503,7,1,16.651,52.541,53.924,5,7.743,7.743,15.018,1,5,5,6,4,5,6,,16.679,31.716,33.405,8,5,5,5,4,5,6,it seems very detail oriented,3.672,3.672,24.601,1,4,,5.377,8.709,10.131,2,2,7,3,4,1,5,6,12.63,22.998,24.656,2,3,4,4,8,4,2,10,7,,4.402,31.498,33.022,10,2,2,4,4,3,2,6.195,24.804,26.386,8,1,,4.393,7.788,9.201,2,2,1963,Florida,3,2,1,,7,,,8,4,2,2.721,165.36,166.905,30,5bb10d4288f88d0001f3d151,"{""startTime"":1678935588352,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678935542302,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678935387120,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":23733,""label"":""hovered"",""timeHovered"":2482,""week"":""2022-01-10""},{""time"":33914,""label"":""hovered"",""timeHovered"":1001,""week"":""2021-09-06""},{""time"":35099,""label"":""hovered"",""timeHovered"":1066,""week"":""2021-08-09""},{""time"":36615,""label"":""hovered"",""timeHovered"":1366,""week"":""2021-07-12""},{""time"":39233,""label"":""hovered"",""timeHovered"":1631,""week"":""2021-04-26""},{""time"":48199,""label"":""hovered"",""timeHovered"":2266,""week"":""2022-01-03""},{""time"":59967,""label"":""tour_next"",""step"":2},{""time"":65759,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678935526649,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":9795,""label"":""hovered"",""timeHovered"":3772,""week"":""2022-01-03""}]}",0,simple,line +2023-03-15 22:30:16,2023-03-15 23:07:20,0,66.168.232.232,100,2223,1,2023-03-15 23:07:20,R_3q9ZijA0aWwJ3Kr,,,,,33.6331,-86.5987,anonymous,EN,1,84.394,84.394,90.28,1,,,,,,,,0,0,15.015,0,80,23,69,31.559,49.899,53.932,3,45.707,106.479,114.35,2,-2,1,164.907,227.455,231.706,2,1,-1,157.027,250.662,254.241,2,-2,160.787,160.787,164.18,1,0,0,15.016,0,2,3,3,2,5,3,I don't know if I trust the data because I don't know if the data is accurate. We have no way to determine if the data is accurate.,77.174,239.173,240.631,8,3,2,7,7,7,3,I don't know whether or not I trust the data because I am not sure of my interpretation of the data. It could be correct. The problem lies with me.,7.214,7.214,85.896,1,4,none,13.709,44.448,51.964,12,2,7,3,4,1,5,6,0,0,60.857,0,8,9,6,8,9,6,9,9,,20.322,70.501,78.454,8,2,4,4,2,4,3,23.948,85.417,90.042,6,3,,13.783,13.783,19.758,1,2,1961,Alabama,6,2,1,,3,,,4,1,1,7.028,456.576,467.675,35,5e3f51334425131b3e43a2a9,"{""startTime"":1678934578789,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934350919,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":7028,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1251,""week"":""52"",""id"":""chart""},{""time"":8442,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2356,""week"":""51"",""id"":""chart""},{""time"":10832,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2526,""week"":""50"",""id"":""chart""},{""time"":14384,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1854,""week"":""49"",""id"":""chart""},{""time"":16369,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1551,""week"":""47"",""id"":""chart""},{""time"":18109,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1864,""week"":""48"",""id"":""chart""},{""time"":20124,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2751,""week"":""46"",""id"":""chart""},{""time"":23151,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2611,""week"":""44"",""id"":""chart""},{""time"":29250,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2208,""week"":""43"",""id"":""chart2""},{""time"":33008,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1198,""week"":""46"",""id"":""chart2""},{""time"":36696,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2749,""week"":""51"",""id"":""chart2""},{""time"":39898,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3095,""week"":""52"",""id"":""chart2""}]}","{""startTime"":1678933987894,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":23283,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":9655,""week"":""36"",""id"":""chart""},{""time"":33005,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2963,""week"":""37"",""id"":""chart""},{""time"":45704,""label"":""tour_next"",""step"":2},{""time"":57248,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1997,""week"":""47"",""id"":""chart2""},{""time"":59280,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2629,""week"":""48"",""id"":""chart2""},{""time"":63259,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2230,""week"":""49"",""id"":""chart2""},{""time"":65507,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1814,""week"":""50"",""id"":""chart2""},{""time"":67355,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1930,""week"":""51"",""id"":""chart2""},{""time"":71768,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1347,""week"":""41"",""id"":""chart2""},{""time"":75281,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2196,""week"":""45"",""id"":""chart2""},{""time"":78543,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1149,""week"":""47"",""id"":""chart2""},{""time"":81225,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1914,""week"":""49"",""id"":""chart2""},{""time"":84439,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1164,""week"":""46"",""id"":""chart2""},{""time"":85619,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1083,""week"":""45"",""id"":""chart2""},{""time"":91415,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2529,""week"":""38"",""id"":""chart2""},{""time"":106476,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678934335434,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,bar +2023-03-15 22:50:57,2023-03-15 23:07:52,0,71.120.197.17,100,1014,1,2023-03-15 23:07:52,R_2TGW1AU26hyEykf,,,,,37.1235,-76.4502,anonymous,EN,1,26.675,26.675,27.988,1,1,3,1,3.314,8.856,11.248,2,0,0,15.11,0,91,82,50,36.611,68.701,71.924,7,47.928,58.289,133.95,2,1,1,34.312,55.599,81.962,2,1,1,36.484,53.292,56.343,2,-1,50.891,50.891,71.223,1,0,0,15.116,0,5,3,4,5,6,5,,14.545,29.903,34.985,6,3,5,5,4,4,5,"Generally speaking, I find the CDC to be a dedicated group of serious scientists. I trust that the veracity of the information.",3.684,3.684,66.902,1,5,"I don't know if it was intentional, but the last chart question referenced statistics for December 2022. There was not data for December 2022, only December 2021.",10.089,14.418,69.969,3,2,7,3,4,1,5,6,0,0,29.728,0,3,6,6,6,7,4,8,8,,9.025,50.213,53.943,11,3,2,2,4,3,2,13.101,42.664,44.264,6,2,1,11.556,21.002,25.604,2,2,1966,Virginia,6,1,1,,3,,,11,4,1,5.175,91.601,104.221,12,63fb77a17acd544343fb98fb,"{""startTime"":1678935569082,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678935450831,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":732,""label"":""hovered"",""timeHovered"":1495,""week"":""2022-01-03""},{""time"":2400,""label"":""hovered"",""timeHovered"":1416,""week"":""2022-01-03""},{""time"":4599,""label"":""hovered"",""timeHovered"":9420,""week"":""2022-01-03""},{""time"":15530,""label"":""hovered"",""timeHovered"":5819,""week"":""2022-01-31""}]}","{""startTime"":1678935218022,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":28,""label"":""tour_started""},{""time"":13629,""label"":""hovered"",""timeHovered"":4874,""week"":""2021-09-20""},{""time"":18503,""label"":""hovered"",""timeHovered"":1299,""week"":""2021-09-20""},{""time"":22537,""label"":""hovered"",""timeHovered"":11949,""week"":""2022-01-03""},{""time"":36919,""label"":""hovered"",""timeHovered"":2517,""week"":""2022-01-24""},{""time"":40622,""label"":""hovered"",""timeHovered"":1497,""week"":""2021-06-07""},{""time"":47894,""label"":""tour_next"",""step"":2},{""time"":58255,""label"":""tour_end"",""step"":2},{""time"":63379,""label"":""hovered"",""timeHovered"":1084,""week"":""2021-04-12""},{""time"":64662,""label"":""hovered"",""timeHovered"":1820,""week"":""2021-04-12""},{""time"":81708,""label"":""hovered"",""timeHovered"":1184,""week"":""2021-04-12""},{""time"":83046,""label"":""hovered"",""timeHovered"":3033,""week"":""2021-04-12""},{""time"":88633,""label"":""hovered"",""timeHovered"":2187,""week"":""2022-02-07""},{""time"":92488,""label"":""hovered"",""timeHovered"":3678,""week"":""2022-02-07""},{""time"":97506,""label"":""hovered"",""timeHovered"":1738,""week"":""2022-01-03""},{""time"":99386,""label"":""hovered"",""timeHovered"":1351,""week"":""2021-12-27""},{""time"":116917,""label"":""hovered"",""timeHovered"":1486,""week"":""2021-08-09""},{""time"":119268,""label"":""hovered"",""timeHovered"":1058,""week"":""2021-08-09""}]}","{""startTime"":1678935435151,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line +2023-03-15 22:57:37,2023-03-15 23:08:15,0,136.56.10.34,100,637,1,2023-03-15 23:08:15,R_1BY1z2VfMuwn5hq,,,,,35.8047,-78.8881,anonymous,EN,1,20.051,20.051,21.866,1,1,4,2,5.745,8.412,10.218,2,0,0,15.008,0,80,92,50,9.005,18.573,20.421,5,14.94,22.974,26.649,2,-2,1,36.726,65.688,69.566,3,-3,-3,32.156,63.922,65.533,2,-1,40.485,40.485,43.227,1,0,0,15.109,0,5,4,5,5,5,5,None.,12.559,24.859,29.977,7,4,5,5,3,5,5,It comes from a credible source and it has real data (counts of people with Covid).,2.389,2.389,63.532,1,3,None.,6.874,9.576,14.016,2,2,7,3,4,1,5,6,0,0,20.669,0,3,6,5,5,3,4,10,10,None.,5.868,37.803,42.044,12,3,4,2,3,4,3,9.016,24.649,27.527,6,2,4,6.112,20.412,24.654,4,1,1947,North Carolina,5,2,1,,7,,,5,4,1,3.278,60.778,76.988,11,5ea47bda5b1a9807ed89eb76,"{""startTime"":1678935739583,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678935646179,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678935538005,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":14939,""label"":""tour_next"",""step"":2},{""time"":22972,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678935630788,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar +2023-03-15 22:36:07,2023-03-15 23:08:59,0,72.255.146.159,100,1972,1,2023-03-15 23:09:02,R_24I9OV1lmND1gi5,,,,,48.3711,-107.8436,anonymous,EN,1,96,96,97.381,1,,,,,,,,0,0,15.009,0,90,0,79,40.366,67.842,69.862,3,78.121,201.366,208.087,7,1,-3,49.218,153.249,155.412,2,-2,1,239.694,291.184,315.767,3,-2,81.784,81.784,110.447,1,0,0,15.009,0,5,5,6,6,6,6,"I didn't understand the data on the first question, but I do now. As I said though, unless you hover, the way the date is presented would be misleading as to the number of bugs.",15.709,90.922,166.396,7,6,5,6,2,2,6,"I trust it because it gives the total count when you hover on the visualization. I now understand the height of the color corresponds to the number of bugs and not the height it's at on the y-axis. If it didn't have the numbers showing when you hovered, I wouldn't trust it because it would be misleading.",5.307,230.444,233.836,9,6,"Since there wasn't any graph for January 20, you had to assume the insect population was continuing to rise. ",9.031,121.103,122.522,4,2,7,3,4,1,5,6,0,0,38.213,0,9,10,10,9,9,9,10,10,This was interesting.,5.415,36.345,59.403,10,4,4,2,2,3,4,12.011,37.127,39.538,6,3,,5.784,5.784,7.78,1,2,1953,Montana,8,3,1,,7,,,6,2,2,4.563,74.57,76.635,11,5fb9b9c1c62f408e51e09e32,"{""startTime"":1678935123202,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678934695427,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":1961,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6510,""week"":""52"",""id"":""chart""},{""time"":9547,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4665,""week"":""52"",""id"":""chart""},{""time"":18813,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":12851,""week"":""52"",""id"":""chart""},{""time"":33424,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7902,""week"":""52"",""id"":""chart""},{""time"":41326,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5074,""week"":""52"",""id"":""chart""},{""time"":46514,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5575,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678934359110,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":35,""label"":""tour_started""},{""time"":36216,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":10910,""week"":""51"",""id"":""chart""},{""time"":47679,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":27960,""week"":""1"",""id"":""chart""},{""time"":78112,""label"":""tour_next"",""step"":5},{""time"":107936,""label"":""started_brush"",""startDate"":""2021-07-29"",""endDate"":""2021-12-05""},{""time"":114844,""label"":""tour_next"",""step"":5},{""time"":150230,""label"":""moved_brush"",""startDate"":""2021-04-29"",""endDate"":""2021-09-06""},{""time"":151796,""label"":""cleared_brush"",""using"":""Click""},{""time"":155109,""label"":""started_brush"",""startDate"":""2021-08-15"",""endDate"":""2021-11-30""},{""time"":156738,""label"":""tour_next"",""step"":5},{""time"":176803,""label"":""cleared_brush"",""using"":""Click""},{""time"":176803,""label"":""cleared_brush"",""using"":""Escape""},{""time"":180223,""label"":""tour_next"",""step"":5},{""time"":201357,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678934679869,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,bar +2023-03-15 22:50:11,2023-03-15 23:09:42,0,173.171.137.189,100,1170,1,2023-03-15 23:09:42,R_1FxFOnNyIrVr3uw,,,,,29.2866,-81.0869,anonymous,EN,1,1.895,170.788,171.955,2,2,,2,3.541,3.541,4.498,1,0,0,15.018,0,94,94,51,69.747,76.04,76.718,3,27.79,141.904,191.41,12,1,1,29.396,66.204,67.603,4,1,1,43.619,88.759,91.676,3,1,19.393,50.901,52.378,2,0,0,15.016,0,7,3,7,5,5,1,I have no additional thoughts or comments.,31.531,52.1,70.704,9,3,5,7,1,1,1,Because I simply don't know how this visualization's data was aggregated. Plus I don't trust information from the CDC.,3.019,32.439,90.766,4,2,,5.48,8.019,12.272,2,2,7,3,4,1,5,6,0,0,30.883,0,4,2,7,4,5,3,4,8,,11.346,45.054,48.162,9,4,3,3,2,3,4,11.341,34.814,36.458,6,6,2,3.245,17.401,18.596,2,2,1943,Florida,3,1,1,,7,,,4,1,2,2.779,119.991,122.423,12,6348846ae221cb4a0efbf3f9,"{""startTime"":1678935674655,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678935550948,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":26785},{""label"":""window_focused"",""time"":29485}]}","{""startTime"":1678935289594,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":22,""label"":""tour_started""},{""time"":5438,""label"":""hovered"",""timeHovered"":1417,""week"":""2021-04-12""},{""time"":8909,""label"":""hovered"",""timeHovered"":6863,""week"":""2021-05-10""},{""time"":18070,""label"":""hovered"",""timeHovered"":3034,""week"":""2021-04-12""},{""label"":""window_blurred"",""time"":21877},{""label"":""window_focused"",""time"":27638},{""time"":29910,""label"":""hovered"",""timeHovered"":2487,""week"":""2021-06-07""},{""time"":34766,""label"":""hovered"",""timeHovered"":2222,""week"":""2021-07-12""},{""time"":38694,""label"":""hovered"",""timeHovered"":1777,""week"":""2021-08-02""},{""time"":53698,""label"":""tour_next"",""step"":5},{""time"":73493,""label"":""cleared_brush"",""using"":""click""},{""time"":83876,""label"":""started_brush"",""startDate"":""2021-05-07"",""endDate"":""2021-08-06""},{""time"":85706,""label"":""tour_next"",""step"":5},{""time"":106269,""label"":""moved_brush"",""startDate"":""2021-07-30"",""endDate"":""2021-10-30""},{""time"":107882,""label"":""tour_next"",""step"":5},{""time"":131151,""label"":""cleared_brush"",""using"":""click""},{""time"":131157,""label"":""cleared_brush"",""using"":""Escape""},{""time"":132390,""label"":""tour_next"",""step"":5},{""time"":141885,""label"":""tour_end"",""step"":5},{""time"":160042,""label"":""started_brush"",""startDate"":""2021-04-12"",""endDate"":""2021-08-08""},{""time"":189246,""label"":""moved_brush"",""startDate"":""2021-10-18"",""endDate"":""2022-02-13""}]}","{""startTime"":1678935535219,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line +2023-03-15 22:37:18,2023-03-15 23:09:58,0,98.33.84.233,100,1960,1,2023-03-15 23:09:58,R_1pM9ES7TW60tnsX,,,,,37.4245,-122.296,anonymous,EN,1,14.271,14.271,15.303,1,1,2,1,2.549,8.277,12.126,2,0,0,15.007,0,100,100,66,132.005,148.976,151.004,4,39.399,53.864,63.787,3,1,1,22.299,51.784,53.392,2,-2,1,105.008,138.333,146.848,4,-1,45.945,45.945,46.965,1,0,0,15.007,0,5,2,5,4,4,5,,18.569,56.526,69.053,9,2,5,3,1,7,3,"I have no reason to trust or distrust this visualization. These data broadly correspond with my recollection of case counts over the depicted timeframes (e.g., my wife and I both tested positive for Covid in August 2021, a couple months after we had received our second doses of the Pfizer vaccine, and the Omicron variant was prevalent). I have a background in science and data visualization (geology/geographic information systems) and I would say that this graph needs more explanatory material to specify what is meant by the shaded areas; that being said, it is fairly straightforward and simple to understand.",2.922,304.603,493.689,10,5,"Toward the beginning of this study, one of the questions asked to provide a range of data points. However, only one answer (one number) could be selected. It is impossible to provide a range without selecting two numbers. If I recall correctly, I would have selected between 2000 and 3500 for that question. Furthermore, I don't know if the previous question was an attention check, but the graph did not include data from December of 2022. It only went up to February of 2022. Perhaps this was a typo, or perhaps it was a deliberate deception in order to make sure attention was being paid. Either way, I was unable to give an honest response to that question because the graph did not include that Information.",9.003,9.837,351.343,2,2,7,3,4,1,5,6,0,0,149.995,0,4,6,7,9,6,9,9,8,none,8.562,71.709,83.257,13,4,5,1,2,4,4,13.178,36.981,40.24,6,4,2,4.681,17.47,20.855,2,1,1974,California,6,3,1,,7,,,17,4,1,3.465,83.758,113.874,12,60d2cf988de167c9da56eeb0,"{""startTime"":1678935260168,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":51528,""label"":""hovered"",""timeHovered"":1216,""week"":""2022-01-17""}]}","{""startTime"":1678934670961,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":55898,""label"":""hovered"",""timeHovered"":1457,""week"":""2022-01-10""}]}","{""startTime"":1678934443900,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":3233,""label"":""hovered"",""timeHovered"":6577,""week"":""2022-01-10""},{""time"":12211,""label"":""hovered"",""timeHovered"":4935,""week"":""2021-08-02""},{""time"":17245,""label"":""hovered"",""timeHovered"":6240,""week"":""2021-08-09""},{""time"":24752,""label"":""hovered"",""timeHovered"":4366,""week"":""2021-08-09""},{""time"":29902,""label"":""hovered"",""timeHovered"":3768,""week"":""2021-08-09""},{""time"":35186,""label"":""hovered"",""timeHovered"":1635,""week"":""2021-08-09""},{""time"":39390,""label"":""tour_next"",""step"":2},{""time"":46591,""label"":""tour_end"",""step"":2},{""time"":57152,""label"":""hovered"",""timeHovered"":4289,""week"":""2021-08-16""}]}","{""startTime"":1678934655470,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line +2023-03-15 22:52:11,2023-03-15 23:10:41,0,76.183.188.244,100,1109,1,2023-03-15 23:10:41,R_2aX1NSra7p1QSa8,,,,,33.1909,-96.6198,anonymous,EN,1,25.07,25.07,26.404,1,1,2,1,74.069,75.789,77.115,2,0,0,15.059,0,82,80,74,9.306,16.227,17.364,7,151.839,153.432,156.546,2,1,1,5.717,7.662,9.081,2,-2,1,31.34,34.147,35.869,2,1,12.709,12.709,14.659,1,0,0,15.044,0,3,2,3,2,2,2,,80.235,95.547,98.876,8,2,2,2,2,2,2,I am not sure if the data is accurate,47.009,68.643,72.17,2,4,,154.623,156.601,158.997,2,2,7,3,4,1,5,6,0,0,19.804,0,4,6,4,5,6,8,9,9,,12.242,35.698,37.689,9,4,4,2,2,5,4,14.473,47.708,48.892,10,2,1,3.985,8.26,10.864,2,1,1960,Texas,6,1,1,,3,,,15,1,2,6.701,68.436,70.502,11,640cd020656929eeb856a443,"{""startTime"":1678935711769,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_focused"",""time"":897},{""label"":""window_blurred"",""time"":2002},{""label"":""window_focused"",""time"":2911},{""label"":""window_blurred"",""time"":3667},{""label"":""window_focused"",""time"":5717},{""label"":""window_blurred"",""time"":6377},{""label"":""window_focused"",""time"":7497},{""label"":""window_blurred"",""time"":8270},{""label"":""window_focused"",""time"":9410},{""label"":""window_blurred"",""time"":10426},{""label"":""window_focused"",""time"":70856},{""label"":""window_blurred"",""time"":100121}]}","{""startTime"":1678935530937,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_focused"",""time"":88986},{""label"":""window_blurred"",""time"":104536}]}","{""startTime"":1678935344199,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":34,""label"":""tour_started""},{""label"":""window_focused"",""time"":149116},{""time"":151827,""label"":""tour_next"",""step"":2},{""time"":153421,""label"":""tour_end"",""step"":2},{""label"":""window_blurred"",""time"":158525}]}","{""startTime"":1678935513469,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar +2023-03-15 22:52:51,2023-03-15 23:10:54,0,108.94.145.64,100,1083,1,2023-03-15 23:10:55,R_296yxyxIKudAjka,,,,,29.9375,-90.0848,anonymous,EN,1,86.723,86.723,88.84,1,,,,,,,,0,0,15.031,0,100,100,50,10.716,16.06,25.812,3,6.472,91.297,92.697,14,1,-2,40.559,97.423,102.929,2,-2,1,22.887,45.3,54.727,2,1,81.597,148.509,150.302,5,0,0,15.024,0,6,6,6,6,6,6,The date is relevent because it is provided by the Croation Chamber of Agriculture. I would think that agency keeps strong records of trends that would impact crops. ,13.048,124.09,131.741,16,5,5,5,7,7,5,The information is provided by the Croatian Chamber of Commerce. It is a legitimate source and it has a link that I can click to learn more.,2.214,2.214,52.842,1,6,None,8.039,8.975,13.285,2,2,7,3,4,1,5,6,84.788,84.788,87.593,1,9,11,10,10,11,10,11,11,None,3.495,15.911,22.298,9,3,4,2,2,4,4,9.4,26.312,30.417,6,6,,6.952,6.952,14.998,1,2,1972,Louisiana,7,2,1,,4,,,17,1,1,0.956,68.733,74.523,17,5d86d05f9854a60019240621,"{""startTime"":1678935668005,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":6533,""label"":""hovered"",""timeHovered"":1631,""week"":""2021-09-20""},{""label"":""window_blurred"",""time"":40871},{""label"":""window_focused"",""time"":51365}]}","{""startTime"":1678935571729,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":1074,""label"":""hovered"",""timeHovered"":1663,""week"":""2021-07-19""},{""time"":11385,""label"":""hovered"",""timeHovered"":1416,""week"":""2021-11-29""},{""time"":13071,""label"":""hovered"",""timeHovered"":23294,""week"":""2022-01-10""}]}","{""startTime"":1678935311492,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":6459,""label"":""tour_next"",""step"":5},{""time"":13060,""label"":""tour_back"",""step"":5},{""time"":16292,""label"":""tour_next"",""step"":5},{""time"":28700,""label"":""tour_back"",""step"":5},{""time"":31421,""label"":""hovered"",""timeHovered"":2072,""week"":""2021-08-02""},{""time"":37997,""label"":""hovered"",""timeHovered"":3547,""week"":""2022-01-31""},{""time"":41862,""label"":""hovered"",""timeHovered"":1015,""week"":""2021-09-20""},{""time"":46635,""label"":""tour_next"",""step"":5},{""time"":51033,""label"":""cleared_brush"",""using"":""click""},{""time"":56495,""label"":""started_brush"",""startDate"":""2021-06-17"",""endDate"":""2021-10-01""},{""time"":58516,""label"":""tour_next"",""step"":5},{""time"":64638,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-07-26""},{""time"":65508,""label"":""tour_next"",""step"":5},{""time"":75050,""label"":""cleared_brush"",""using"":""click""},{""time"":75052,""label"":""cleared_brush"",""using"":""Escape""},{""time"":75952,""label"":""cleared_brush"",""using"":""click""},{""time"":75955,""label"":""cleared_brush"",""using"":""Escape""},{""time"":77025,""label"":""cleared_brush"",""using"":""click""},{""time"":77027,""label"":""cleared_brush"",""using"":""Escape""},{""time"":77247,""label"":""cleared_brush"",""using"":""click""},{""time"":77249,""label"":""cleared_brush"",""using"":""Escape""},{""time"":77464,""label"":""cleared_brush"",""using"":""click""},{""time"":77466,""label"":""cleared_brush"",""using"":""Escape""},{""time"":78084,""label"":""tour_next"",""step"":5},{""time"":80100,""label"":""tour_end"",""step"":5},{""time"":82294,""label"":""hovered"",""timeHovered"":1077,""week"":""2021-09-20""},{""time"":84329,""label"":""hovered"",""timeHovered"":1522,""week"":""2021-08-30""},{""time"":87675,""label"":""hovered"",""timeHovered"":1136,""week"":""2021-08-30""}]}","{""startTime"":1678935556073,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":4379,""label"":""hovered"",""timeHovered"":1286,""week"":""2021-05-24""},{""time"":5925,""label"":""hovered"",""timeHovered"":1283,""week"":""2021-04-19""}]}",0,complex,line +2023-03-15 22:39:35,2023-03-15 23:11:09,0,108.202.225.94,100,1893,1,2023-03-15 23:11:09,R_OfMtNsyHYhpkkg1,,,,,26.6371,-80.0841,anonymous,EN,1,14.219,287.834,290.702,8,1,4,2,3.601,9.08,12.72,2,0,0,15.116,0,92,15,36,39.753,76.787,78.744,7,45.88,113.131,121.372,4,1,1,106.072,145.934,148.123,2,-3,-3,101.939,224.327,227.605,3,1,75.574,131.72,141.067,3,0,0,15.127,0,5,2,5,5,5,5,none,42.245,78.432,82.922,7,4,7,7,7,3,5,"I checked the source of the data and it said the CDC, I trust that his was the best information they had. I hope those reporting to CDC were true and accurate",10.375,92.29,107.636,4,5,none,15.814,36.023,41.027,6,2,7,3,4,1,5,6,0,0,44.553,0,2,2,2,3,5,1,5,3,,12.586,51.92,61.7,8,5,5,1,1,5,5,25.702,78.966,80.251,6,1,1,11.919,28.904,32.84,2,2,1950,Maine,7,2,1,,7,,,3,4,1,6.527,243.451,260.125,21,63b48736ce3bb3afbc79ff7c,"{""startTime"":1678935280233,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678935104784,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934817142,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":16450,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":26357,""week"":""1"",""id"":""chart""},{""time"":50575,""label"":""tour_next"",""step"":2},{""time"":64240,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2975,""week"":""2"",""id"":""chart2""},{""time"":67218,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2514,""week"":""1"",""id"":""chart2""},{""time"":80662,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5781,""week"":""2"",""id"":""chart2""},{""time"":89081,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3494,""week"":""2"",""id"":""chart2""},{""time"":113119,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678935088987,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar +2023-03-15 22:59:42,2023-03-15 23:11:36,0,98.118.132.83,100,713,1,2023-03-15 23:11:36,R_2qdvkOPfGP3bpWy,,,,,42.7368,-78.8358,anonymous,EN,1,5.563,5.563,6.8,1,1,4,2,1.658,4.225,5.285,2,0,0,15.111,0,100,50,50,15.625,39.697,40.887,4,8.928,83.808,84.713,17,1,1,26.813,45.061,52.147,2,-3,1,72.197,84.605,85.794,2,-3,14.025,82.969,83.327,6,0,0,15.016,0,6,1,3,3,6,3,How was it collected? Was it self reported (for example)?,5.963,25.819,61.578,7,1,3,5,1,1,5,I trust the numbers. I don't completely understand how they were collected,2.123,34.667,37.147,2,7,none,3.624,4.944,8.862,2,2,7,3,4,1,5,6,0,0,15.826,0,1,3,10,6,2,7,10,10,none,2.41,18.85,22.345,9,3,3,3,3,2,3,3.267,18.947,20.209,6,5,1,2.575,7.991,9.325,2,1,1955,New York,7,3,1,,7,,,9,2,1,1.768,87.538,98.857,24,5b6f49b7d60bdd0001ade437,"{""startTime"":1678935915548,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678935845692,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":3010,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1101,""week"":""51"",""id"":""chart""},{""time"":5295,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1215,""week"":""2"",""id"":""chart""}]}","{""startTime"":1678935661519,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":8924,""label"":""tour_next"",""step"":5},{""time"":18963,""label"":""started_brush"",""startDate"":""2021-06-10"",""endDate"":""2021-09-03""},{""time"":22862,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-06-28""},{""time"":23523,""label"":""tour_next"",""step"":5},{""time"":28622,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-08-13""},{""time"":29523,""label"":""tour_next"",""step"":5},{""time"":39886,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-09-10""},{""time"":52583,""label"":""moved_brush"",""startDate"":""2021-06-05"",""endDate"":""2021-11-10""},{""time"":54834,""label"":""cleared_brush"",""using"":""Click""},{""time"":54834,""label"":""cleared_brush"",""using"":""Escape""},{""time"":56740,""label"":""tour_next"",""step"":5},{""time"":62059,""label"":""tour_end"",""step"":5},{""time"":63672,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3660,""week"":""50"",""id"":""chart""},{""time"":67361,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3689,""week"":""51"",""id"":""chart""},{""time"":76382,""label"":""started_brush"",""startDate"":""2021-06-26"",""endDate"":""2021-10-25""}]}","{""startTime"":1678935830262,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":4030,""label"":""started_brush"",""startDate"":""2021-07-03"",""endDate"":""2021-07-21""},{""time"":10054,""label"":""started_brush"",""startDate"":""2021-07-31"",""endDate"":""2021-11-24""},{""time"":11077,""label"":""cleared_brush"",""using"":""Click""},{""time"":11077,""label"":""cleared_brush"",""using"":""Escape""}]}",1,complex,bar +2023-03-15 22:57:17,2023-03-15 23:12:12,0,172.58.142.157,100,894,1,2023-03-15 23:12:13,R_2VrUHkzistQkDxK,,,,,41.8486,-87.6288,anonymous,EN,1,5.877,26.993,30.992,3,,,,,,,,0,0,15.112,0,80,60,56,12.842,47.344,49.486,5,20.638,80.345,98.272,5,1,1,22.382,48.669,72.091,2,1,1,56.64,75.648,77.682,2,1,116.38,116.38,118.503,1,0,0,15.118,0,4,3,4,4,5,4,,11.227,37.25,75.737,7,5,5,5,7,7,5,"well, you told me you trusted the data source. The visualization seems pretty straightforward and easy to understand.",2.248,2.248,55.949,1,4,,7.29,7.29,10.213,1,2,7,3,4,1,5,6,0,0,27.346,0,6,7,7,8,9,6,11,10,I trust the Democrats a ton more than the power obsessed (at any cost) Republicans. Sad you lumped them together,8.388,37.14,65.852,9,4,5,1,1,5,5,12.015,25.728,27.159,6,2,,2.546,4.782,6.789,2,1,1953,Illinois,7,1,1,,7,,,5,4,1,2.61,65.357,74.553,10,57bf14513c449a000189c89a,"{""startTime"":1678935739932,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678935816152,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678935546996,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":11,""label"":""tour_started""},{""label"":""window_blurred"",""time"":22189},{""time"":24628,""label"":""hovered"",""timeHovered"":1198,""week"":""2021-12-27""},{""time"":26944,""label"":""hovered"",""timeHovered"":11751,""week"":""2022-01-10""},{""label"":""window_focused"",""time"":42328},{""time"":42435,""label"":""tour_next"",""step"":2},{""time"":51963,""label"":""tour_end"",""step"":2},{""time"":54375,""label"":""hovered"",""timeHovered"":3132,""week"":""2022-02-07""},{""time"":65255,""label"":""hovered"",""timeHovered"":4256,""week"":""2021-10-11""},{""time"":71025,""label"":""hovered"",""timeHovered"":3651,""week"":""2021-08-23""},{""time"":75767,""label"":""hovered"",""timeHovered"":5478,""week"":""2022-01-31""},{""time"":87742,""label"":""hovered"",""timeHovered"":1454,""week"":""2021-09-13""},{""time"":89507,""label"":""hovered"",""timeHovered"":1681,""week"":""2021-08-23""}]}","{""startTime"":1678935724278,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7994,""label"":""hovered"",""timeHovered"":5503,""week"":""2022-01-03""}]}",0,moderate,line +2023-03-15 22:57:33,2023-03-15 23:12:15,0,173.64.119.143,100,881,1,2023-03-15 23:12:15,R_3n7dh8syL3s5BBR,,,,,39.2514,-76.7979,anonymous,EN,1,18.602,18.602,19.928,1,,,,,,,,0,0,15.008,0,87,74,86,18.142,55.201,57.294,4,31.043,254.384,271.292,42,-2,-3,33.818,67.325,68.502,3,-3,-3,68.156,79.867,81.024,2,1,31.975,31.975,34.067,1,0,0,15.005,0,5,3,4,4,6,5,,9.236,32.687,37.701,6,5,6,6,5,5,5,There is a lot of information but with the chart being interactive I can change it so I can see and compare the data as I want. It is very flexible.,4.177,4.177,66.627,1,6,,5.992,5.992,7.7,1,2,7,3,4,1,5,6,0,0,21.774,0,3,8,10,8,9,8,10,10,,7.788,27.253,29.679,8,4,4,2,2,4,4,11.231,31.98,33.52,6,3,,6.707,6.707,8.449,1,1,1954,Maryland,6,2,1,,7,,,14,3,1,2.263,55.727,60.916,13,6229fff149374541c22a95bf,"{""startTime"":1678935973289,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678935880345,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678935558538,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":12366,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1372,""week"":""45"",""id"":""chart""},{""time"":14605,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1562,""week"":""52"",""id"":""chart""},{""time"":31039,""label"":""tour_next"",""step"":5},{""time"":76104,""label"":""tour_back"",""step"":5},{""time"":81441,""label"":""tour_next"",""step"":5},{""time"":92282,""label"":""tour_back"",""step"":5},{""time"":112146,""label"":""tour_next"",""step"":5},{""time"":118934,""label"":""tour_back"",""step"":5},{""time"":127156,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1333,""week"":""3"",""id"":""chart""},{""time"":148057,""label"":""tour_next"",""step"":5},{""time"":156513,""label"":""tour_back"",""step"":5},{""time"":172042,""label"":""tour_next"",""step"":5},{""time"":177645,""label"":""started_brush"",""startDate"":""2021-11-30"",""endDate"":""2022-01-31""},{""time"":180617,""label"":""started_brush"",""startDate"":""2021-11-01"",""endDate"":""2022-02-05""},{""time"":184597,""label"":""tour_next"",""step"":5},{""time"":212370,""label"":""moved_brush"",""startDate"":""2021-06-09"",""endDate"":""2021-09-14""},{""time"":214385,""label"":""tour_next"",""step"":5},{""time"":227274,""label"":""cleared_brush"",""using"":""Click""},{""time"":227274,""label"":""cleared_brush"",""using"":""Escape""},{""time"":229162,""label"":""tour_next"",""step"":5},{""time"":236168,""label"":""tour_end"",""step"":5},{""time"":241660,""label"":""cleared_brush"",""using"":""Click""},{""time"":243127,""label"":""cleared_brush"",""using"":""Click""},{""time"":251232,""label"":""started_brush"",""startDate"":""2021-12-25"",""endDate"":""2022-01-01""},{""time"":256090,""label"":""cleared_brush"",""using"":""Click""},{""time"":256090,""label"":""cleared_brush"",""using"":""Escape""},{""time"":258591,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4017,""week"":""23"",""id"":""chart""},{""time"":264136,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3284,""week"":""1"",""id"":""chart""}]}","{""startTime"":1678935864689,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":5426,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1069,""week"":""32"",""id"":""chart""},{""time"":8588,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2204,""week"":""52"",""id"":""chart""},{""time"":12806,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1915,""week"":""14"",""id"":""chart""}]}",0,complex,bar +2023-03-15 23:02:10,2023-03-15 23:12:28,0,24.18.152.45,100,618,1,2023-03-15 23:12:29,R_1lobqL9RlaVxbgv,,,,,47.3236,-122.3187,anonymous,EN,1,3.43,35.486,36.94,2,,,,,,,,0,0,15.146,0,61,60,52,14.355,26.079,27.292,3,7.584,66.728,90.749,7,1,1,7.729,30.281,31.876,3,1,1,29.771,39.688,40.932,2,1,17.919,17.919,20.397,1,0,0,15.017,0,3,3,3,4,4,3,,12.678,21.656,23.339,6,3,4,3,1,1,3,"I don't know how reliable the material is. I believe it had a source, which I probably should've looked closer at, to more adequately trust the visualization.",1.081,1.081,52.095,1,4,,3.33,4.431,6.254,3,2,7,3,4,1,5,6,0,0,11.323,0,3,3,5,4,4,3,5,7,,1.225,24.392,25.826,4,2,2,3,4,2,2,0.979,29.064,30.804,5,2,,0,0,1.749,0,1,1990,Washington,6,2,1,,7,,,19,4,1,26.632,100.699,108.47,23,5b48f2d0ff7497000125165e,"{""startTime"":1678935950001,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":674,""label"":""hovered"",""timeHovered"":3299,""week"":""2021-09-20""}]}","{""startTime"":1678935974259,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678935821399,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":32,""label"":""tour_started""},{""time"":7564,""label"":""tour_next"",""step"":5},{""time"":19066,""label"":""tour_back"",""step"":5},{""time"":29749,""label"":""tour_next"",""step"":5},{""time"":41523,""label"":""started_brush"",""startDate"":""2021-11-08"",""endDate"":""2022-02-12""},{""time"":43763,""label"":""tour_next"",""step"":5},{""time"":51819,""label"":""moved_brush"",""startDate"":""2021-11-08"",""endDate"":""2022-02-13""},{""time"":54949,""label"":""tour_next"",""step"":5},{""time"":58369,""label"":""cleared_brush"",""using"":""click""},{""time"":58375,""label"":""cleared_brush"",""using"":""Escape""},{""time"":60148,""label"":""tour_next"",""step"":5},{""time"":66708,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678935933982,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":6907,""label"":""hovered"",""timeHovered"":1013,""week"":""2022-01-03""},{""time"":11044,""label"":""hovered"",""timeHovered"":1080,""week"":""2022-01-03""},{""time"":13081,""label"":""hovered"",""timeHovered"":2088,""week"":""2022-01-03""}]}",0,complex,line +2023-03-15 22:56:43,2023-03-15 23:12:42,0,24.22.79.208,100,958,1,2023-03-15 23:12:42,R_a3jyZTJsmk63Mit,,,,,45.4805,-122.6363,anonymous,EN,1,28.834,28.834,30.28,1,1,4,2,8.502,11.544,13.321,2,0,0,15.011,0,0,0,50,40.043,45.967,48.131,3,32.917,239.841,244.337,17,1,1,57.001,74.514,76.399,2,-1,-1,55.932,71.3,73.075,2,-3,72.566,72.566,74.466,1,0,0,15.023,0,6,6,6,1,1,6,,8.8,31.406,36.467,8,1,1,1,1,1,1,I can't really understand what is being presented...I can't compare age groups when they are stacked on top of each other,1.901,1.901,59.585,1,5,,4.773,5.402,7.701,2,2,3,4,5,1,6,7,0,0,18.569,0,8,9,1,8,11,2,11,10,,7.515,27.628,29.7,9,5,5,3,1,5,5,8.626,27.271,28.286,6,1,2,2.401,12.802,14.322,2,2,1939,Oregon,6,1,1,,7,,,4,4,1,2.161,106.638,118.492,22,58d7896b4240e5000118f705,"{""startTime"":1678935884077,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678935896473,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678935523427,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":31,""label"":""tour_started""},{""time"":14008,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":14750,""week"":""51"",""id"":""chart""},{""time"":32888,""label"":""tour_next"",""step"":5},{""time"":68867,""label"":""tour_back"",""step"":5},{""time"":80753,""label"":""tour_next"",""step"":5},{""time"":129363,""label"":""started_brush"",""startDate"":""2021-06-24"",""endDate"":""2021-10-12""},{""time"":134826,""label"":""tour_next"",""step"":5},{""time"":153455,""label"":""moved_brush"",""startDate"":""2021-08-12"",""endDate"":""2021-12-01""},{""time"":154937,""label"":""tour_next"",""step"":5},{""time"":161547,""label"":""cleared_brush"",""using"":""Click""},{""time"":163375,""label"":""tour_next"",""step"":5},{""time"":173585,""label"":""tour_end"",""step"":5},{""time"":175443,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4352,""week"":""1"",""id"":""chart""},{""time"":181241,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1155,""week"":""6"",""id"":""chart""},{""time"":186029,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1122,""week"":""6"",""id"":""chart""},{""time"":188519,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":15758,""week"":""6"",""id"":""chart""},{""time"":220293,""label"":""started_brush"",""startDate"":""2022-01-02"",""endDate"":""2022-02-07""},{""time"":223065,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2464,""week"":""6"",""id"":""chart""},{""time"":226781,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3577,""week"":""5"",""id"":""chart""},{""time"":231090,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3347,""week"":""5"",""id"":""chart""},{""time"":241803,""label"":""cleared_brush"",""using"":""Click""}]}","{""startTime"":1678935843252,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":9456,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1469,""week"":""52"",""id"":""chart""}]}",1,complex,bar +2023-03-15 22:56:46,2023-03-15 23:12:47,0,73.117.160.242,100,960,1,2023-03-15 23:12:48,R_3iywB6FbljnS6K9,,,,,40.5565,-79.5772,anonymous,EN,1,23.804,23.804,30.308,1,1,2,2,2.35,6.001,7.514,2,0,0,15.008,0,78,75,54,21.336,35.793,46.448,4,71.657,97.913,256.525,4,1,1,28.876,60.701,62.643,2,-3,1,22.713,135.977,137.26,4,-1,26.655,26.655,28.027,1,0,0,15.015,0,4,3,5,4,6,4,I think that the CDC would be reliable.,13.41,37.298,56.895,8,5,5,6,3,3,5,It seems like it would be easy to read.,3.893,3.893,18.952,1,6,none,3.686,5.941,11.673,2,2,7,3,4,1,5,6,0,0,25.197,0,5,5,6,7,6,7,8,9,none,5.179,18.178,23.302,9,3,3,2,2,3,3,8.551,23.952,25.12,7,4,2,3.8,13.019,16.558,2,2,1953,Pennsylvania,2,2,1,,7,,,6,3,1,2.528,100.728,107.884,21,5b33a01fa8327d0001003821,"{""startTime"":1678936002202,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678935945007,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678935533711,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":23,""label"":""tour_started""},{""time"":4479,""label"":""hovered"",""timeHovered"":1901,""week"":""2022-01-17""},{""label"":""window_blurred"",""time"":37738},{""label"":""window_focused"",""time"":39801},{""time"":6381,""label"":""hovered"",""timeHovered"":67995,""week"":""2021-12-06""},{""time"":79942,""label"":""hovered"",""timeHovered"":1481,""week"":""2022-02-07""},{""time"":82291,""label"":""hovered"",""timeHovered"":3566,""week"":""2022-01-31""},{""time"":91873,""label"":""tour_next"",""step"":2},{""time"":97896,""label"":""tour_end"",""step"":2},{""time"":120602,""label"":""hovered"",""timeHovered"":24591,""week"":""2022-02-07""},{""time"":151638,""label"":""hovered"",""timeHovered"":2339,""week"":""2022-01-31""},{""time"":154057,""label"":""hovered"",""timeHovered"":1728,""week"":""2022-01-31""},{""time"":162665,""label"":""hovered"",""timeHovered"":3512,""week"":""2022-01-10""},{""time"":167263,""label"":""hovered"",""timeHovered"":4786,""week"":""2022-01-03""},{""time"":173054,""label"":""hovered"",""timeHovered"":2499,""week"":""2022-01-03""},{""time"":178937,""label"":""hovered"",""timeHovered"":1504,""week"":""2022-01-10""},{""time"":180455,""label"":""hovered"",""timeHovered"":18546,""week"":""2022-01-10""},{""time"":202898,""label"":""hovered"",""timeHovered"":24399,""week"":""2022-01-10""},{""time"":228890,""label"":""hovered"",""timeHovered"":1046,""week"":""2022-01-03""},{""time"":229949,""label"":""hovered"",""timeHovered"":2259,""week"":""2022-01-03""},{""time"":233328,""label"":""hovered"",""timeHovered"":1152,""week"":""2022-01-10""},{""time"":235131,""label"":""hovered"",""timeHovered"":1127,""week"":""2022-01-03""},{""time"":237898,""label"":""hovered"",""timeHovered"":15302,""week"":""2021-12-27""}]}","{""startTime"":1678935929271,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6665,""label"":""hovered"",""timeHovered"":7118,""week"":""2022-01-17""}]}",1,moderate,line +2023-03-15 22:57:59,2023-03-15 23:13:09,0,97.82.55.83,100,909,1,2023-03-15 23:13:09,R_1roAZtWE0gywaZJ,,,,,33.1768,-86.3547,anonymous,EN,1,17.96,17.96,19.979,1,,,,,,,,0,0,15.162,0,82,18,29,12.696,22.045,23.676,3,44.793,50.054,85.803,2,1,1,42.587,63.731,66.999,2,-3,-3,86.686,114.161,116.454,2,-1,38.241,38.241,40.136,1,0,0,15.068,0,5,5,5,4,5,5,none,13.606,38.758,48.824,7,5,3,7,7,7,5,As far as I know it was put together by people who know what they are talking about.,3.601,3.601,33.445,1,5,none,8.886,10.942,16.101,2,2,7,3,4,1,5,6,0,0,34.82,0,3,3,8,8,1,5,9,9,none,10.203,32.039,36.878,10,2,2,3,4,2,2,14.865,32.753,34.303,6,6,,8.09,8.09,10.664,1,1,1963,Alabama,2,2,1,,7,,,4,1,1,6.741,218.861,228.472,34,610a151c96de07b15f28c8cb,"{""startTime"":1678935790243,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678935720193,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678935549978,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":25,""label"":""tour_started""},{""time"":44777,""label"":""tour_next"",""step"":2},{""time"":50038,""label"":""tour_end"",""step"":2},{""time"":51362,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1444,""week"":""52"",""id"":""chart2""},{""time"":53759,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3407,""week"":""52"",""id"":""chart2""},{""time"":58585,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4587,""week"":""52"",""id"":""chart""},{""time"":63386,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2485,""week"":""1"",""id"":""chart""},{""time"":67079,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1710,""week"":""6"",""id"":""chart""},{""time"":70565,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5960,""week"":""23"",""id"":""chart""},{""time"":77168,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1104,""week"":""48"",""id"":""chart""},{""time"":79437,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1418,""week"":""6"",""id"":""chart""}]}","{""startTime"":1678935704185,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":10307,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1721,""week"":""4"",""id"":""chart""}]}",0,simple,bar +2023-03-15 22:53:39,2023-03-15 23:13:28,0,184.4.65.16,100,1189,1,2023-03-15 23:13:29,R_2zdMESEgXFeXTZz,,,,,37.168,-93.3039,anonymous,EN,1,19.739,19.739,21.649,1,,,,,,,,0,0,15.008,0,95,91,77,20.658,91.802,125.501,8,2.126,261.231,280.591,56,1,1,12.365,42.76,45.179,5,-2,1,29.745,45.819,50.626,2,1,17.731,50.528,55.336,4,0,0,15.109,0,2,2,2,2,2,2,with the scrolling function that seems as off as this one does you know when you drag the cursor across the line and the figures are reversed i don't know what to believe it's hard for me to answer this reasonably. if everything lined up i would probably say agree to all the above seems like it's accurate seems like it's meaningful seems like if i was a farmer or somebody at delta agriculture it would be very useful information. but i sure wouldn't want to be buying a lot of treatments for one or the other if the data doesn't match up every time i look at it or every way i look at it perhaps i should say.,13.227,20.254,81.018,7,5,5,2,7,7,2,for one thing the system is difficult to use and for a second thing when you scroll over the timeline the figures are reversed. they report them just opposite i can't remember exactly which way it was but the whichever way it was the figures were reversed the blue ones were the opposite as the brown ones on the scroll in other words it was giving you the exact opposite data when you scrolled across it then what the chart itself read. so you never know with researchers are you guys doing this just to throw us off and see if somebody has a screwy operating system we'll say we trust it or is it just a mistake. if everything was consistent i would say i trust the data but since the design is flawed i don't know what's going on.,4.025,4.025,118.213,1,5,in the comments i made earlier i should have said mouse over instead of scroll but that's what i meant the mouse over reversed the figures the numbers were if i remember right were the insects were in blue and wrong and the fungus was in brown and wrong for the mouse over that was in the system i looked at now if i was a control group then that's why i don't trust the data i mean i guess i should say experimental group that i don't trust the data. these last two charts where everything was consistent yes i would trust the data.,6.336,12.098,70.901,4,2,7,3,4,1,5,6,0,0,26.23,0,4,6,6,6,6,4,8,8,Thanks for letting me participate and thanks for adding to our body of knowledge. :),7.415,25.718,32.458,9,4,3,2,3,5,3,4.042,22.553,23.366,6,2,,3.524,3.524,5.746,1,1,1948,Missouri,7,1,1,,7,,,6,1,1,3.081,129.878,137.371,25,5484655ffdf99b07b28f22cc,"{""startTime"":1678935916675,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678935746596,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678935394274,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":11102,""label"":""hovered"",""timeHovered"":2368,""week"":""2021-06-21""},{""time"":13487,""label"":""hovered"",""timeHovered"":6354,""week"":""2021-06-21""},{""time"":46310,""label"":""hovered"",""timeHovered"":5469,""week"":""2021-06-21""},{""time"":53615,""label"":""hovered"",""timeHovered"":10240,""week"":""2022-01-10""},{""time"":64341,""label"":""hovered"",""timeHovered"":3702,""week"":""2021-12-13""},{""time"":72795,""label"":""hovered"",""timeHovered"":19380,""week"":""2022-01-03""},{""time"":94110,""label"":""hovered"",""timeHovered"":1116,""week"":""2021-09-06""},{""time"":95227,""label"":""hovered"",""timeHovered"":1200,""week"":""2021-09-06""},{""time"":98181,""label"":""hovered"",""timeHovered"":1098,""week"":""2022-02-07""},{""time"":99330,""label"":""hovered"",""timeHovered"":1851,""week"":""2022-02-07""},{""time"":103216,""label"":""hovered"",""timeHovered"":3118,""week"":""2022-01-10""},{""time"":110123,""label"":""tour_next"",""step"":5},{""time"":118515,""label"":""tour_back"",""step"":5},{""time"":125661,""label"":""tour_next"",""step"":5},{""time"":140150,""label"":""tour_back"",""step"":5},{""time"":144944,""label"":""hovered"",""timeHovered"":1117,""week"":""2022-01-31""},{""time"":151307,""label"":""tour_next"",""step"":5},{""time"":153732,""label"":""tour_back"",""step"":5},{""time"":164241,""label"":""tour_next"",""step"":5},{""time"":191695,""label"":""tour_back"",""step"":5},{""time"":204180,""label"":""tour_next"",""step"":5},{""time"":226469,""label"":""started_brush"",""startDate"":""2021-04-30"",""endDate"":""2022-02-13""},{""time"":227992,""label"":""tour_next"",""step"":5},{""time"":234691,""label"":""moved_brush"",""startDate"":""2021-04-30"",""endDate"":""2022-02-13""},{""time"":238175,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-01-25""},{""time"":239421,""label"":""tour_next"",""step"":5},{""time"":250664,""label"":""cleared_brush"",""using"":""click""},{""time"":250667,""label"":""cleared_brush"",""using"":""Escape""},{""time"":252457,""label"":""tour_next"",""step"":5},{""time"":261225,""label"":""tour_end"",""step"":5},{""time"":265858,""label"":""hovered"",""timeHovered"":8857,""week"":""2022-01-17""},{""time"":275075,""label"":""hovered"",""timeHovered"":1594,""week"":""2022-01-24""}]}","{""startTime"":1678935730996,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":10397,""label"":""hovered"",""timeHovered"":1535,""week"":""2022-01-17""},{""time"":11935,""label"":""hovered"",""timeHovered"":1098,""week"":""2022-01-17""}]}",0,complex,line +2023-03-15 22:58:17,2023-03-15 23:13:43,0,172.58.209.71,100,925,1,2023-03-15 23:13:43,R_3RraRTYvx6aJPoB,,,,,34.0447,-118.2946,anonymous,EN,1,38.704,38.704,40.791,1,1,2,2,7.159,11.068,12.611,2,0,0,15.118,0,74,93,12,25.365,42.142,49.201,4,26.779,35.751,39.102,2,1,-3,36.592,49.759,52.071,2,-3,-3,82.624,121.907,124.401,2,-2,37.82,37.82,39.514,1,0,0,15.011,0,5,4,5,5,5,4,none,8.749,30.42,35.383,9,2,5,4,3,4,4,"I trust this visualization slightly agree due to some missing key facts such as information related to that facts of humans age, sex and location.",3.879,136.333,139.644,6,5,none,8.433,11.345,15.411,3,2,7,3,4,1,5,6,0,0,32.367,0,7,9,9,10,9,8,8,10,none,7.231,24.139,28.588,9,2,3,3,4,4,4,11.205,34.326,36.028,7,6,2,5.36,13.797,15.781,2,1,1967,California,2,2,1,,2,,,6,3,1,4.52,141.453,147.23,30,5e1efdb3a8c111230db526ff,"{""startTime"":1678935820880,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678935857378,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678935636566,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":78,""label"":""tour_started""},{""time"":22251,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1032,""week"":""4"",""id"":""chart""},{""time"":26760,""label"":""tour_next"",""step"":2},{""time"":35731,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678935804402,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar +2023-03-15 22:46:47,2023-03-15 23:14:56,0,66.168.154.34,100,1688,1,2023-03-15 23:14:57,R_3J5a32NrXQGuwqg,,,,,36.5246,-87.3465,anonymous,EN,1,48.792,72.521,74.911,4,2,,2,3.169,3.169,4.577,1,14.676,14.676,15.117,1,59,100,57,5.59,67.348,69.046,8,11.124,147.701,150.365,4,1,1,10.131,67.844,69.004,8,1,1,3.66,190.832,193.811,11,1,8.683,114.958,116.275,8,7.451,10.346,15.119,2,3,1,3,6,6,1,"I want to know how the cases were determined to be COVID-19. What kind of test was used? If I don't trust the testing, the I don't trust the data. I have never been able to find out any information about how the home tests work or what those test results are based on. I know they can't be pcr which I don't trust for testing COVID-19. (I have experience with pcr from a former job)",6.094,345.323,350.585,12,3,6,3,1,1,6,"I only chose ""I trust this visualization' because you told me to assume I trust the data in the visualization. I actually DON'T trust the data, but you prefaced the questions based on my trusting the data.",4.206,75.063,84.686,3,6,Most people can be trusted. But I have absolutely no trust in the CDC. Before COVID-19 and for the first few months of the pandemic I trusted and had great respect for the CDC.,7.132,171.607,180.469,13,2,7,3,4,1,5,6,27.986,34.597,35.841,2,1,2,9,4,1,6,9,6,,7.682,31.856,44.703,11,5,5,1,1,3,5,11.472,36.639,38.001,8,6,4,5.426,18.577,24.508,3,2,1951,Tennessee,9,2,1,,9,,Clarksville,3,1,1,3.561,124.015,125.269,27,5c1976c90d57c30001b4162c,"{""startTime"":1678935374800,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678935223703,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934987080,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":24613,""label"":""hovered"",""timeHovered"":1350,""week"":""2021-04-12""},{""time"":27080,""label"":""hovered"",""timeHovered"":32583,""week"":""2021-04-12""},{""time"":60596,""label"":""hovered"",""timeHovered"":6102,""week"":""2021-05-03""},{""time"":67381,""label"":""hovered"",""timeHovered"":4267,""week"":""2021-06-14""},{""time"":73565,""label"":""hovered"",""timeHovered"":17635,""week"":""2021-08-16""},{""time"":94283,""label"":""hovered"",""timeHovered"":3766,""week"":""2022-01-03""},{""time"":98767,""label"":""hovered"",""timeHovered"":2232,""week"":""2022-01-03""},{""time"":104984,""label"":""hovered"",""timeHovered"":3666,""week"":""2022-01-03""},{""time"":109166,""label"":""hovered"",""timeHovered"":1933,""week"":""2022-01-03""},{""time"":112333,""label"":""hovered"",""timeHovered"":4017,""week"":""2021-11-22""},{""time"":118000,""label"":""hovered"",""timeHovered"":3234,""week"":""2021-08-23""},{""time"":124563,""label"":""tour_next"",""step"":2},{""time"":145247,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678935207868,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line +2023-03-15 23:03:35,2023-03-15 23:15:38,0,174.80.226.135,100,722,1,2023-03-15 23:15:38,R_3OkvuMkCoG9hziw,,,,,36.3966,-78.9933,anonymous,EN,1,5.996,11.199,12.849,2,,,,,,,,0,0,15.015,0,91,5,69,26.229,35.28,38.517,3,11.142,20.8,25.381,2,1,1,27.487,56.513,59.126,2,1,1,41.744,61.609,64.426,2,-1,73.996,73.996,86.643,1,0,0,15.116,0,5,5,6,6,5,5,,33.498,89.656,93.001,11,5,6,5,3,5,5,The visualization accurately shows the numbers on the axes and also includes the data source.,7.938,38.231,49.277,2,6,,4.459,4.459,7.176,1,2,7,3,4,1,5,6,0,0,24.963,0,3,4,7,6,6,5,10,10,,5.672,26.776,30.125,8,5,4,1,1,5,5,8.597,28.15,29.579,6,1,,4.77,4.77,7.402,1,2,1973,North Carolina,6,2,1,,7,,,2,4,1,2.925,67.721,72.902,12,5e26341c63251a881e185ecf,"{""startTime"":1678935996417,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":31715},{""label"":""window_focused"",""time"":31987},{""time"":42770,""label"":""hovered"",""timeHovered"":1483,""week"":""2021-12-20""},{""time"":46160,""label"":""hovered"",""timeHovered"":2575,""week"":""2022-01-10""}]}","{""startTime"":1678936090290,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":11693,""label"":""hovered"",""timeHovered"":3214,""week"":""2021-12-13""}]}","{""startTime"":1678935893213,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":11127,""label"":""tour_next"",""step"":2},{""time"":20784,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678935979851,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,line +2023-03-15 22:35:56,2023-03-15 23:16:10,0,96.230.191.167,100,2414,1,2023-03-15 23:16:10,R_1Pc3067F6pF13pB,,,,,42.4881,-71.2758,anonymous,EN,1,3.322,3.322,6.471,1,1,4,1,2.056,4.588,5.63,2,0,0,15.117,0,50,42,50,15.142,21.172,22.348,3,15.05,18.214,21.473,2,1,1,15.623,30.038,31.243,2,-3,1,719.38,736.565,738.358,2,1,537.917,537.917,539.526,1,0,0,15.08,0,3,3,3,3,3,3,,7.654,18.087,20.123,6,3,2,3,3,3,2,#s seem a little off,2.729,2.729,29.454,1,6,,3.549,3.549,5.52,1,2,3,4,5,1,6,7,0,0,11.507,0,8,10,1,9,9,1,11,11,,5.623,24.874,26.736,9,5,5,1,1,5,1,8.482,25.703,26.831,6,1,1,3.849,12.986,14.666,2,2,1963,Massachusetts,7,3,1,,7,,,17,3,1,2.689,68.045,70.163,11,5dd4070a57a7e13efe25534a,"{""startTime"":1678934460836,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934410897,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934341458,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":4,""label"":""tour_started""},{""time"":15042,""label"":""tour_next"",""step"":2},{""time"":18207,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678934395058,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":7326},{""label"":""window_focused"",""time"":10445}]}",1,simple,line +2023-03-15 22:58:33,2023-03-15 23:18:09,0,73.42.55.47,100,1175,1,2023-03-15 23:18:10,R_vIAAIzvNJ0BBEFb,,,,,30.1909,-85.6696,anonymous,EN,1,15.529,15.529,16.863,1,,,,,,,,0,0,15.071,0,84,83,87,21.019,31.657,35.761,4,40.006,57.848,58.99,3,-2,1,32.814,49.102,50.379,2,-2,-3,62.329,156.817,165.601,3,-3,73.547,73.547,74.944,1,0,0,15.115,0,3,5,3,7,6,5,,12.52,39.811,41.661,8,5,2,4,1,1,4,The data is only as good as its source and the people who are inputting it.,3.397,53.128,55.19,3,4,,6.636,10.341,12.661,3,2,7,3,4,1,5,6,0,0,18.499,0,3,3,7,3,2,6,8,6,,50.762,89.069,92.627,17,3,4,2,2,4,3,10.604,39.878,41.049,7,5,,6.733,6.733,8.92,1,1,1964,Florida,2,3,1,,9,,Panama city,5,3,1,2.593,120.353,122.669,15,63eb13f36c0fe9ba20d45234,"{""startTime"":1678936121261,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678936163585,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678935878436,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":32162,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2449,""week"":""51"",""id"":""chart""},{""time"":35756,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2525,""week"":""44"",""id"":""chart""},{""time"":40001,""label"":""tour_next"",""step"":2},{""time"":43775,""label"":""tour_end"",""step"":2},{""time"":49132,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1134,""week"":""39"",""id"":""chart""}]}","{""startTime"":1678936105496,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":6885,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1977,""week"":""51"",""id"":""chart""},{""time"":9886,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1018,""week"":""50"",""id"":""chart""},{""time"":11029,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1226,""week"":""50"",""id"":""chart""}]}",0,moderate,bar +2023-03-15 22:59:20,2023-03-15 23:18:18,0,72.241.0.31,100,1137,1,2023-03-15 23:18:18,R_3sdeLwoiqyPcvwW,,,,,41.6332,-83.579,anonymous,EN,1,16.905,16.905,18.255,1,1,3,1,3.341,7.411,8.957,2,0,0,15.008,0,90,90,50,34.72,44.131,45.319,3,40.975,53.821,64.902,2,-2,1,23.544,182.925,197.502,2,-2,1,26.125,90.048,95.327,4,1,33.685,75.552,135.486,3,0,0,15.01,0,2,7,4,5,4,5,What about those who didn't know they had Covid or those people who didn't report it?,13.338,90.894,105.645,12,4,5,5,7,3,4,I trust the numbers on the visualization but it can be inaccurate because many people who had Covid may not have re[ported it.,5.124,5.124,54.9,1,6,,6.267,6.267,8.801,1,2,7,3,4,1,5,6,0,0,27.395,0,9,9,10,9,4,8,10,9,,7.486,26.176,29.801,10,4,3,2,2,4,3,15.771,44.045,45.336,6,3,1,7.372,24.5,26.996,3,2,1958,Ohio,6,1,1,,7,,,11,2,1,4.821,132.206,136.862,12,611b09935cd6e67f2b5e9ea2,"{""startTime"":1678936003969,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678935867890,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":4240,""label"":""hovered"",""timeHovered"":1960,""week"":""2021-04-12""},{""time"":7188,""label"":""hovered"",""timeHovered"":11032,""week"":""2021-08-16""},{""time"":20045,""label"":""hovered"",""timeHovered"":1966,""week"":""2021-11-22""},{""time"":31215,""label"":""hovered"",""timeHovered"":1586,""week"":""2022-01-10""},{""time"":32973,""label"":""hovered"",""timeHovered"":4617,""week"":""2022-01-10""},{""time"":39041,""label"":""hovered"",""timeHovered"":6253,""week"":""2022-01-24""}]}","{""startTime"":1678935588742,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":15649,""label"":""hovered"",""timeHovered"":5856,""week"":""2021-11-01""},{""time"":25756,""label"":""hovered"",""timeHovered"":8015,""week"":""2022-01-03""},{""time"":40964,""label"":""tour_next"",""step"":2},{""time"":53809,""label"":""tour_end"",""step"":2},{""time"":34683,""label"":""hovered"",""timeHovered"":22014,""week"":""2021-12-20""},{""time"":60335,""label"":""hovered"",""timeHovered"":1230,""week"":""2021-08-23""}]}","{""startTime"":1678935852326,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line +2023-03-15 22:37:29,2023-03-15 23:19:01,0,73.129.66.113,100,2491,1,2023-03-15 23:19:01,R_2urfE3oVwQxqfoW,,,,,38.894,-77.0365,anonymous,EN,1,7.764,147.196,148.848,4,1,4,2,3.402,9.094,27.198,4,0,0,15.014,0,100,100,83,55.814,124.617,126.066,6,175.885,186.11,213.317,2,1,1,32.333,177.752,196.595,6,1,1,2.247,294.728,306.858,12,1,37.3,130.1,153.106,3,4.209,5.996,15.11,2,6,6,6,5,6,6,,14.169,65.945,67.058,9,6,6,6,4,4,6,"The chart says the graph and data are from the CDC, and I trust them to provide the public with accurate health-related information. ",5.312,120.671,121.654,8,6,,10.044,19.876,21.42,3,2,7,3,4,1,5,6,2.655,48.531,55.671,3,8,9,8,8,10,8,11,10,,3.435,46.014,57.059,10,3,4,1,2,4,4,3.914,51.859,53.44,8,1,1,1.625,32.939,42.746,5,2,1959,Maryland,3,1,1,,7,,,5,4,1,6.593,631.54,680.405,46,5ba5d8b960f3d50001697104,"{""startTime"":1678935388903,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":356},{""label"":""window_focused"",""time"":4523},{""label"":""window_blurred"",""time"":10534},{""label"":""window_focused"",""time"":14062},{""label"":""window_blurred"",""time"":64268},{""label"":""window_focused"",""time"":65815}]}","{""startTime"":1678935168570,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":9410},{""label"":""window_focused"",""time"":10534},{""time"":31976,""label"":""hovered"",""timeHovered"":1882,""week"":""2022-01-10""},{""time"":34906,""label"":""hovered"",""timeHovered"":1090,""week"":""2022-01-10""},{""label"":""window_blurred"",""time"":38639},{""label"":""window_focused"",""time"":54682}]}","{""startTime"":1678934630984,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":46821,""label"":""hovered"",""timeHovered"":1258,""week"":""2021-12-20""},{""time"":49698,""label"":""hovered"",""timeHovered"":2001,""week"":""2022-01-10""},{""time"":58317,""label"":""hovered"",""timeHovered"":9988,""week"":""2021-04-12""},{""time"":74222,""label"":""hovered"",""timeHovered"":1649,""week"":""2021-08-23""},{""time"":75872,""label"":""hovered"",""timeHovered"":2701,""week"":""2021-08-23""},{""time"":82612,""label"":""hovered"",""timeHovered"":1550,""week"":""2021-08-09""},{""time"":90298,""label"":""hovered"",""timeHovered"":6654,""week"":""2021-08-16""},{""time"":101048,""label"":""hovered"",""timeHovered"":5202,""week"":""2021-11-22""},{""time"":107318,""label"":""hovered"",""timeHovered"":4868,""week"":""2021-11-29""},{""time"":113273,""label"":""hovered"",""timeHovered"":7486,""week"":""2022-01-03""},{""time"":126676,""label"":""hovered"",""timeHovered"":1127,""week"":""2022-01-10""},{""time"":130855,""label"":""hovered"",""timeHovered"":1299,""week"":""2022-01-03""},{""time"":137903,""label"":""hovered"",""timeHovered"":2902,""week"":""2021-12-27""},{""time"":143999,""label"":""hovered"",""timeHovered"":1700,""week"":""2022-01-10""},{""time"":156722,""label"":""hovered"",""timeHovered"":6002,""week"":""2022-01-03""},{""time"":163721,""label"":""hovered"",""timeHovered"":1884,""week"":""2022-02-07""},{""time"":169174,""label"":""hovered"",""timeHovered"":5400,""week"":""2022-02-07""},{""time"":175877,""label"":""tour_next"",""step"":2},{""time"":186102,""label"":""tour_end"",""step"":2},{""time"":187540,""label"":""hovered"",""timeHovered"":1342,""week"":""2022-01-31""},{""time"":189869,""label"":""hovered"",""timeHovered"":2933,""week"":""2022-01-03""},{""time"":197825,""label"":""hovered"",""timeHovered"":2524,""week"":""2022-01-31""},{""time"":206139,""label"":""hovered"",""timeHovered"":2626,""week"":""2021-12-27""}]}","{""startTime"":1678935152685,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":11393,""label"":""hovered"",""timeHovered"":2163,""week"":""2021-10-25""}]}",1,moderate,line +2023-03-15 22:57:29,2023-03-15 23:19:13,0,75.184.45.51,100,1304,1,2023-03-15 23:19:14,R_294jYpRSUoEeYIE,,,,,35.001,-78.9345,anonymous,EN,1,11.106,12.075,13.307,2,1,2,1,2.301,6.288,7.471,3,0,0,15.017,0,89,89,83,0.452,40.973,42.139,16,7.463,118.463,119.345,9,1,1,23.567,72.04,72.877,7,-3,-3,22.381,88.493,89.669,7,1,17.507,75.492,76.341,6,7.487,7.487,15.011,1,4,7,4,4,6,5,"It if is actually information from the CDC, it would have to be information collected from a lot of sources. Any of those sources could be (but shouldn't be) suspect. Hospitals or nursing homes may or may not have wanted to say that X number of people died at our facility from COVID. Maybe there was confusion whether someone actually died from COVID or some other illness. There are too many variables. But if it was from the CDC, I would trust it as being accurate as humans at this time can make it. ",4.849,153.796,154.647,13,3,5,6,4,3,5,"It seems like this was the trend for the pandemic. It started off slow, then hit a peak and then started to diminish again. Then it seemed to get worse - hit a peak and then began to come down. I would want to verify it if I had to use the chart for something, but it seems very plausible. ",2.988,2.988,82.341,1,4,"My view of humankind changed during the Trump/COVID years. I truly thought we were smarter than what I was shown to be the case during that time. I don't know if it was actual politics or what, but so many people I knew that were Trump supporters refused to get the vaccine. Two of those people died and I know of one who is suffering from long-COVID. I didn't think COVID should have been politicized, but it seems that is what the Republicans wanted to do? I felt so sorry for Dr. Fauci. He was the person everyone should be listening to, but he had to deal with Trump and his ilk. I really don't understand what is going on. ",4.703,7.608,161.765,3,2,7,3,4,1,5,6,15.011,23.835,25.096,2,5,6,4,4,8,5,10,8,"I trust actual news media - - MSNBC, CBS, etc. for actual news. I want to put CNN in there, but sometimes they get carried away. I don't consider Fox News ""news"" in any way, shape or fashion. I think they should be tried for treason along with Trump and the Jan 6th idiots. I trust scientists, but I know there are a few bad ones who just want a name for themselves and they will 'fudge' results. I just went through a lawsuit and I think the legal system is so f*(ked up. I trust the Democratic party somewhat, but I don't trust Republicans at all. Santos, Taylor-Green, Boebert, seriously? ",3.137,252.398,253.406,19,3,4,1,3,5,3,3.604,19.588,20.227,8,2,1,2.826,12.803,13.874,4,2,1956,North Carolina,6,2,1,,7,,,11,4,1,2.139,83.678,84.612,27,5de87c376522177f4f41cbd2,"{""startTime"":1678935864283,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678935750142,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678935541132,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":56,""label"":""tour_started""},{""time"":8112,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3167,""week"":""33"",""id"":""chart""},{""time"":11297,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7532,""week"":""32"",""id"":""chart""},{""time"":19147,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":10483,""week"":""52"",""id"":""chart""},{""time"":30319,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1046,""week"":""6"",""id"":""chart""},{""time"":33614,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1484,""week"":""22"",""id"":""chart""},{""time"":44884,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":12264,""week"":""32"",""id"":""chart""},{""time"":58034,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7533,""week"":""52"",""id"":""chart""},{""time"":67130,""label"":""tour_next"",""step"":2},{""time"":85303,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1134,""week"":""32"",""id"":""chart2""},{""time"":88870,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7216,""week"":""32"",""id"":""chart2""},{""time"":97672,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":10481,""week"":""52"",""id"":""chart2""},{""time"":110750,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678935734401,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":9645,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1935,""week"":""52"",""id"":""chart""}]}",1,simple,bar +2023-03-15 23:08:51,2023-03-15 23:19:37,0,72.174.210.43,100,646,1,2023-03-15 23:19:38,R_1FtZ5x8KrAhILqH,,,,,39.0761,-108.5451,anonymous,EN,1,4.703,4.703,6.006,1,2,,2,3.04,3.04,4.116,1,0,0,15.009,0,91,83,37,40.177,46.393,48.242,3,9.189,217.416,220.82,32,1,1,12.217,37.105,38.36,3,1,1,35.451,47.067,48.69,2,1,18.304,18.304,19.486,1,0,0,15.015,0,7,1,1,5,5,1,,5.033,14.381,17.422,6,2,4,3,1,7,7,I don't trust any data having to do with COVID. Any data presented about COVID only supports the intentions of the person who is reporting it.,2.889,2.889,54.493,1,5,,2.877,2.877,4.977,1,2,3,4,5,1,6,7,0,0,10.702,0,4,4,8,8,7,7,9,9,,3.26,12.249,14.223,8,4,4,2,2,5,4,2.283,14.019,14.681,6,6,1,3.134,7.682,9.144,2,1,1960,Colorado,3,1,1,,7,,,8,4,1,2.086,48.751,49.765,17,5e5553e6bcdb1e55a43c78f7,"{""startTime"":1678936558747,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678936482560,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678936403838,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":5538,""label"":""hovered"",""timeHovered"":1033,""week"":""2021-12-13""},{""time"":15075,""label"":""tour_next"",""step"":5},{""time"":18591,""label"":""started_brush"",""startDate"":""2021-06-13"",""endDate"":""2021-10-29""},{""time"":19563,""label"":""tour_next"",""step"":5},{""time"":23305,""label"":""moved_brush"",""startDate"":""2021-07-23"",""endDate"":""2021-12-08""},{""time"":25323,""label"":""tour_next"",""step"":5},{""time"":29928,""label"":""moved_brush"",""startDate"":""2021-09-28"",""endDate"":""2022-02-13""},{""time"":32616,""label"":""cleared_brush"",""using"":""click""},{""time"":32620,""label"":""cleared_brush"",""using"":""Escape""},{""time"":34119,""label"":""tour_next"",""step"":5},{""time"":38887,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678936466837,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line +2023-03-15 22:39:12,2023-03-15 23:20:08,0,73.137.120.200,100,2455,1,2023-03-15 23:20:08,R_3lEb8uHJlYFBcY5,,,,,34.0797,-83.9328,anonymous,EN,1,358.404,358.404,359.679,1,,,,,,,,0,0,15.11,0,89,96,46,22.859,32.402,33.457,4,26.155,32.8,36.082,2,-2,-2,22.822,42.114,43.671,2,1,-3,40.974,72.162,74.053,2,1,291.949,291.949,293.742,1,0,0,15.107,0,5,5,5,5,7,6,na,11.071,53.4,54.196,14,5,5,4,7,5,6,The source it came from. ,2.538,2.538,11.752,1,4,,5.744,6.338,8.79,2,2,7,3,4,1,5,6,0,0,19.254,0,2,4,6,7,4,4,9,9,,3.775,19.189,21.213,8,4,4,1,2,2,3,6.929,21.414,22.734,6,4,,3.494,3.494,5.372,1,2,1977,Georgia,3,1,1,,7,,,13,2,1,2.6,65.23,69.07,24,5c47cab451c26300012cdd41,"{""startTime"":1678936300868,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678936219503,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678936092787,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":12677,""label"":""hovered"",""timeHovered"":5483,""week"":""2021-10-04""},{""time"":23827,""label"":""hovered"",""timeHovered"":1416,""week"":""2022-01-24""},{""time"":26147,""label"":""tour_next"",""step"":2},{""time"":32791,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678936203982,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,line +2023-03-15 23:12:48,2023-03-15 23:21:36,0,71.244.253.5,100,527,1,2023-03-15 23:21:36,R_8AknEDek9SNOt8t,,,,,39.2124,-76.8776,anonymous,EN,1,5.21,6.84,8.053,3,1,3,2,1.509,5.076,6.853,4,1.958,1.958,15.017,1,84,39,11,1.256,17.8,18.624,13,1.539,14.237,15.876,5,-2,-2,0.917,78.912,80.472,34,-3,-3,1.162,92.691,93.594,27,1,2.246,23.976,25.437,7,0.944,13.187,15.118,3,4,4,5,5,4,4,,0.659,17.412,19.985,15,4,4,4,2,3,4,I don't trust covid data because it is so badly collected.,1.628,2.216,31.79,2,4,,1.871,3.19,4.224,2,2,7,3,4,1,5,6,1.452,33.118,33.979,5,5,6,2,6,6,4,9,8,,1.304,23.107,24.946,19,4,3,1,2,4,4,1.336,16.283,17.226,13,2,1,1.156,6.279,7.746,7,2,1979,Maryland,6,1,1,,9,,Columbia,19,3,1,1.411,43.17,46.908,35,5eace152e25d6800091dd418,"{""startTime"":1678936563462,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678936583821,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678936437700,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":21,""label"":""tour_started""},{""time"":10182,""label"":""tour_next"",""step"":2},{""time"":13240,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678936547740,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar +2023-03-15 23:12:34,2023-03-15 23:21:50,0,107.77.230.160,100,556,1,2023-03-15 23:21:51,R_O7k7O92foMKhiGR,,,,,34.0757,-118.3161,anonymous,EN,1,5.923,6.906,7.106,2,,,,,,,,0,0,15.203,0,76,68,69,5.797,10.282,11.5,3,13.633,24.82,28.582,2,1,1,43.34,70.701,72.415,2,1,1,29.35,66.264,70.198,2,1,73.281,73.281,74.789,1,11.341,11.341,15.007,1,5,5,5,5,5,5,,5.081,17.852,22.015,7,5,5,5,5,5,5,The legend and other indicators on the chart look very clear to me. I didn't see any confusion at all.,4.688,4.688,32.213,1,3,,5.633,12.018,13.903,3,2,7,3,4,1,5,6,0,0,25.214,0,6,6,6,6,6,6,6,6,,5.6,9.776,12.067,9,3,3,3,3,3,3,8.3,11.551,13.1,6,5,,4.112,4.112,7.736,1,1,1971,California,6,2,1,,4,,,4,3,1,2.811,65.373,68.786,14,604ae23075cb7165f9730564,"{""startTime"":1678936526021,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678936549313,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678936406678,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":28,""label"":""tour_started""},{""time"":13603,""label"":""tour_next"",""step"":2},{""time"":24790,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678936509603,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,line +2023-03-15 23:04:52,2023-03-15 23:21:55,0,72.229.8.176,100,1023,1,2023-03-15 23:21:56,R_1i4oxIgu6dEO9Ln,,,,,40.726,-73.848,anonymous,EN,1,8.201,9.177,10.49,2,1,4,1,3.361,6.402,7.502,3,0,0,15.129,0,100,100,50,0.669,18.294,19.287,10,4.797,24.303,25.681,7,1,1,17.389,44.715,45.666,5,1,1,57.14,79.933,80.621,6,-1,27.07,136.56,138.755,8,8.195,8.195,15.128,1,6,6,6,6,6,6,,9.901,25.988,28.259,9,5,6,6,4,5,6,I believe all the necessary data is present and the conclusions here are consistent with what I have seen from other sources,2.993,2.993,41.273,1,6,"Was the question ""In late December 2022, what age group of vaccinated people report a higher case count than unvaccinated people Ages 80+?"" correct? I read the graph as showing 2021 and then Jan & Feb 2022 and no graph for Dec 2022 so answered 'don't know'. Should the question have read ""Dec 2021"" or was this a trick question?",4.741,133.007,150.793,9,2,7,3,4,1,5,6,15.479,33.604,35.093,3,10,10,10,10,10,10,11,11,,6.005,23.63,24.435,11,5,5,1,1,5,5,7.05,25.161,26.124,10,4,1,3.005,13.875,14.737,6,1,1960,New York,6,2,1,,7,,,17,4,1,2.502,167.266,167.959,56,60c75628113cc78734583d3b,"{""startTime"":1678936206067,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_focused"",""time"":2274}]}","{""startTime"":1678936234753,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678936083216,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":18436,""label"":""tour_next"",""step"":2},{""time"":22430,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678936190435,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":9475},{""label"":""window_focused"",""time"":10999},{""label"":""window_blurred"",""time"":11312},{""label"":""window_focused"",""time"":14867},{""label"":""window_blurred"",""time"":14883}]}",1,moderate,line +2023-03-15 22:51:23,2023-03-15 23:22:10,0,216.49.17.198,100,1846,1,2023-03-15 23:22:10,R_1gCHLaZhmEH4lkZ,,,,,41.028,-75.978,anonymous,EN,1,1.426,4.938,7.505,6,,,,,,,,1.457,1.457,15.115,1,45,11,53,0.421,26.066,27.578,14,2.83,32.535,34.555,15,1,1,1.257,111.727,113.367,53,-2,1,0.835,55.313,56.663,25,1,0.771,118.262,119.884,32,0.877,14.399,15.017,12,5,5,5,5,6,5,,1.008,19.246,20.951,14,5,6,5,2,4,5," can see all the relevant information, the number of diseases and the time period ",6.395,6.395,64.742,1,3,,0.736,8.658,10.232,7,2,7,3,4,1,5,6,1.324,18.359,19.684,6,6,8,9,6,7,9,10,10,,0.779,22.29,23.762,13,4,4,2,2,4,4,0.764,26.818,28.091,12,6,,1.22,5.658,6.36,7,2,1980,Pennsylvania,4,3,1,,9,,Austin,8,3,1,1.473,43.516,46.51,44,634696400ff1ac25ed01ad11,"{""startTime"":1678936586040,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678936497458,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678936332926,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":10962,""label"":""hovered"",""timeHovered"":2750,""week"":""2022-01-03""},{""time"":15330,""label"":""hovered"",""timeHovered"":1033,""week"":""2022-01-17""},{""time"":18277,""label"":""tour_next"",""step"":2},{""time"":26925,""label"":""tour_end"",""step"":2},{""time"":29196,""label"":""hovered"",""timeHovered"":2828,""week"":""2022-01-10""}]}","{""startTime"":1678936481785,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,line +2023-03-15 23:12:01,2023-03-15 23:22:40,0,67.167.68.72,100,639,1,2023-03-15 23:22:41,R_2XptompMLEsRxZ1,,,,,41.5412,-88.0546,anonymous,EN,1,8.892,10.639,12.047,3,,,,,,,,0,0,16.99,0,83,100,27,30.115,35.249,36.669,5,3.511,41.786,43.914,4,1,-1,31.822,59.318,60.252,2,1,1,26.735,43.698,44.895,3,-3,17.251,68.032,68.719,5,0,0,16.765,0,3,3,3,4,2,2,,4.272,20.66,23.13,10,4,5,3,1,2,3,I dont mistrust the information but I dont trust it 100%,1.737,37.133,37.503,4,3,,5.441,8.128,9.7,2,2,7,3,4,1,5,6,33.563,33.563,34.544,1,5,6,6,7,6,3,8,10,,20.389,30.122,32.23,8,5,4,1,4,5,3,8.665,23.908,25.546,8,3,,3.505,3.505,5.125,1,3,2003,Illinois,3,2,1,,4,,,5,4,1,1.505,85.187,85.984,26,62c5cdfe50000fce3e390be0,"{""startTime"":1678936512145,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678936536633,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678936402100,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":23227,""label"":""tour_next"",""step"":2},{""time"":28235,""label"":""tour_end"",""step"":2},{""time"":36774,""label"":""hovered"",""timeHovered"":2122,""week"":""2022-01-10""}]}","{""startTime"":1678936493149,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":2202},{""label"":""window_focused"",""time"":7918}]}",0,moderate,line +2023-03-15 23:05:41,2023-03-15 23:22:54,0,70.118.246.32,100,1032,1,2023-03-15 23:22:54,R_XHPH1bmOrOfzxHX,,,,,39.0352,-94.5456,anonymous,EN,1,45.291,45.291,46.682,1,1,4,2,9.082,11.954,13.366,2,0,0,15.342,0,100,100,66,96.712,106.352,107.489,4,31.142,51.638,52.677,2,1,1,44.175,56.879,66.872,2,-3,-3,39.662,64.76,66.286,2,-2,36.805,36.805,65.203,1,0,0,15.117,0,6,6,6,6,6,6,,5.038,12.03,15.403,6,6,6,5,6,6,6,It provides data that I believe corresponds with what I have seen previously reported on infections.,11.931,154.602,205.586,2,6,,5.587,5.587,7.828,1,2,7,3,4,1,5,6,0,0,17.802,0,6,6,7,8,9,2,11,11,,4.018,23.546,25.689,10,5,5,1,1,4,4,3.278,17.214,18.332,7,1,4,1.17,11.233,12.689,2,1,1973,Missouri,6,2,1,,9,,KANSAS CITY,3,4,1,1.039,51.619,60.122,13,54847f1cfdf99b07b28f22f9,"{""startTime"":1678936667951,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678936431913,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678936291796,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":38,""label"":""tour_started""},{""time"":13433,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1582,""week"":""48"",""id"":""chart""},{""time"":20127,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2420,""week"":""31"",""id"":""chart""},{""time"":23615,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1067,""week"":""34"",""id"":""chart""},{""time"":24744,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1071,""week"":""37"",""id"":""chart""},{""time"":26742,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1025,""week"":""50"",""id"":""chart""},{""time"":27848,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2233,""week"":""52"",""id"":""chart""},{""time"":31127,""label"":""tour_next"",""step"":2},{""time"":37030,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2550,""week"":""51"",""id"":""chart2""},{""time"":40246,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2266,""week"":""1"",""id"":""chart2""},{""time"":42745,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1935,""week"":""47"",""id"":""chart2""},{""time"":45979,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1367,""week"":""40"",""id"":""chart2""},{""time"":51623,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678936414247,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":9394,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1459,""week"":""52"",""id"":""chart""},{""time"":11192,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2226,""week"":""52"",""id"":""chart2""}]}",1,simple,bar +2023-03-15 23:18:15,2023-03-15 23:24:59,0,76.6.13.81,100,404,1,2023-03-15 23:25:00,R_11j94qkhR03uLX4,,,,,43.8013,-91.2134,anonymous,EN,1,3.246,3.246,4.037,1,,,,,,,,8.316,15.091,15.113,4,77,71,16,0.039,8.579,9.67,4,8.258,17.886,25.164,3,1,1,39.47,50.739,53.845,2,-3,-3,25.473,50.891,51.982,2,-1,8.962,8.962,9.8,1,2.985,2.985,16.957,1,4,4,4,5,5,5,Purpose???,3.578,10.846,26.902,8,5,4,4,4,5,5,Numbers back up the bars.,1.09,3.473,13.844,2,2,Purpose??,3.756,4.491,9.572,2,2,7,3,4,1,5,6,0,0,13.986,0,1,1,7,2,1,3,3,6,,5.107,15.026,16.304,9,4,3,4,3,3,3,1.58,4.622,6.189,6,7,,19.759,19.759,20.549,1,1,1962,Wisconsin,4,2,1,,7,,,7,2,1,0.892,59.569,63.391,25,5e1e935be3c7191e0519b486,"{""startTime"":1678936869860,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678936829632,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_focused"",""time"":18190}]}","{""startTime"":1678936730416,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":8249,""label"":""tour_next"",""step"":2},{""time"":9250,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2865,""week"":""52"",""id"":""chart2""},{""time"":14126,""label"":""tour_end"",""step"":2},{""time"":19727,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4008,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678936810598,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":7011}]}",0,simple,bar +2023-03-15 23:12:22,2023-03-15 23:25:11,0,73.165.68.210,100,768,1,2023-03-15 23:25:11,R_2ZJFWRDlOXqdCzE,,,,,39.9486,-75.2339,anonymous,EN,1,5.898,5.898,29.144,1,,,,,,,,0,0,15.034,0,56,46,26,10.487,19.26,20.383,5,26.524,93.218,123.205,10,1,1,25.184,61.452,63.079,2,-1,1,57.607,98.06,107.014,3,1,23.662,77.52,78.987,3,0,0,15.155,0,5,3,5,3,5,5,,8.879,28.511,32.217,8,5,3,7,7,7,5,"I believe the data in the visualaztion to be true, because it was presented as a fact.",1.301,44.58,46.153,3,4,,4.932,4.932,6.586,1,2,7,3,4,1,5,6,5.954,6.611,23.297,2,2,2,2,2,2,4,9,9,,11.307,23.881,25.732,12,4,4,2,2,4,3,4.664,28.577,29.383,6,2,,3.529,4.456,7.205,2,2,1986,Pennsylvania,2,1,1,,3,,,6,3,1,1.678,81.891,88.827,15,63d83eafdd418ada3528719e,"{""startTime"":1678936706474,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678936632648,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678936413074,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":16332,""label"":""hovered"",""timeHovered"":1023,""week"":""2021-12-27""},{""time"":17559,""label"":""hovered"",""timeHovered"":3995,""week"":""2022-01-10""},{""time"":22237,""label"":""hovered"",""timeHovered"":2034,""week"":""2022-01-31""},{""time"":26509,""label"":""tour_next"",""step"":5},{""time"":45497,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-11""},{""time"":47098,""label"":""tour_next"",""step"":5},{""time"":50849,""label"":""moved_brush"",""startDate"":""2021-04-12"",""endDate"":""2022-02-13""},{""time"":51482,""label"":""moved_brush"",""startDate"":""2021-04-12"",""endDate"":""2022-02-13""},{""time"":52196,""label"":""moved_brush"",""startDate"":""2021-04-12"",""endDate"":""2022-02-13""},{""time"":63099,""label"":""moved_brush"",""startDate"":""2021-10-08"",""endDate"":""2022-02-13""},{""time"":65197,""label"":""tour_next"",""step"":5},{""time"":75684,""label"":""cleared_brush"",""using"":""click""},{""time"":78292,""label"":""cleared_brush"",""using"":""click""},{""time"":79814,""label"":""started_brush"",""startDate"":""2021-07-04"",""endDate"":""2021-07-20""},{""time"":80579,""label"":""cleared_brush"",""using"":""click""},{""time"":81262,""label"":""tour_next"",""step"":5},{""time"":88932,""label"":""tour_end"",""step"":5},{""time"":98565,""label"":""started_brush"",""startDate"":""2021-04-23"",""endDate"":""2022-02-13""},{""time"":104290,""label"":""hovered"",""timeHovered"":1109,""week"":""2022-01-10""},{""time"":118172,""label"":""moved_brush"",""startDate"":""2021-04-23"",""endDate"":""2022-02-13""}]}","{""startTime"":1678936616784,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":6148,""label"":""hovered"",""timeHovered"":2115,""week"":""2022-01-03""},{""time"":10960,""label"":""hovered"",""timeHovered"":1071,""week"":""2021-12-20""},{""time"":12059,""label"":""hovered"",""timeHovered"":1122,""week"":""2021-12-20""}]}",0,complex,line +2023-03-15 23:11:53,2023-03-15 23:25:13,0,99.131.48.114,100,800,1,2023-03-15 23:25:14,R_2b1SdsGM8lWkNvO,,,,,35.8025,-78.6405,anonymous,EN,1,7.6,7.6,9.181,1,,,,,,,,0,0,15.065,0,100,94,50,3.998,9.678,10.671,3,5.689,10.192,15.755,2,1,1,31.24,40.024,40.928,2,1,-3,50.419,82.132,84.684,2,1,27.093,27.093,28.044,1,0,0,15.172,0,3,3,3,5,5,5,,7.939,15.699,17.936,6,5,5,5,7,7,5,because it Seems legit,1.525,12.829,18.639,2,4,,3.057,3.057,92.955,1,2,3,4,5,1,6,7,0,0,8.881,0,3,6,5,7,8,2,10,6,,3.009,14.238,16.061,8,4,4,2,2,4,4,4.92,11.806,12.662,6,2,,1.521,1.521,2.801,1,2,1959,North Carolina,6,1,1,,7,,,4,4,1,1.905,53.95,57.703,13,5e9f3f09ccc75a0c345e4845,"{""startTime"":1678936473377,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678936436326,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678936361932,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":72,""label"":""tour_started""},{""time"":5666,""label"":""tour_next"",""step"":2},{""time"":10170,""label"":""tour_end"",""step"":2},{""time"":13688,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1242,""week"":""2"",""id"":""chart2""}]}","{""startTime"":1678936420204,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,bar +2023-03-15 22:26:17,2023-03-15 23:26:00,0,35.136.119.37,100,3582,1,2023-03-15 23:26:01,R_3MtbiuJjOEuf8sJ,,,,,28.2404,-82.7188,anonymous,EN,1,2.701,15.176,21.625,2,1,2,2,2.775,8.96,11.4,4,0.011,2.084,15.009,2,66,34,68,11.46,22.537,24.974,6,3.665,66.355,69.001,10,-2,-2,11.375,85.955,89.406,6,1,-2,5.389,221.155,222.847,11,1,3.778,65.182,68.396,3,1.893,1.893,15.009,1,4,3,3,4,4,2,,59.57,89.788,132.764,13,4,2,5,2,1,3,I would have to do more research of where they get their data from before i can say i fully trust something.,5.821,34.97,38.705,2,4,,20.981,22.608,25.924,2,2,7,3,4,1,5,6,2.679,29.068,31.816,5,4,6,6,7,4,7,9,9,,5.483,240.219,243.179,17,2,3,4,3,5,5,10.234,50.046,52.204,13,2,1,5.744,47.398,49.502,6,1,1973,Florida,2,2,1,,7,,,6,4,1,40.543,2314.136,2336.109,80,631677b07578c19a17bf4c5a,"{""startTime"":1678933965216,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933827219,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933672894,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":7130,""label"":""tour_next"",""step"":5},{""time"":37091,""label"":""started_brush"",""startDate"":""2021-09-07"",""endDate"":""2021-12-15""},{""time"":39164,""label"":""tour_next"",""step"":5},{""time"":48102,""label"":""moved_brush"",""startDate"":""2021-06-01"",""endDate"":""2021-09-09""},{""time"":49422,""label"":""tour_next"",""step"":5},{""time"":57581,""label"":""cleared_brush"",""using"":""Click""},{""time"":57581,""label"":""cleared_brush"",""using"":""Escape""},{""time"":59402,""label"":""tour_next"",""step"":5},{""time"":64355,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678933811658,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar +2023-03-15 23:15:26,2023-03-15 23:26:30,0,104.246.42.37,100,663,1,2023-03-15 23:26:31,R_3RgRuZWd4SNnglM,,,,,39.9727,-74.2474,anonymous,EN,1,13.813,16.287,17.583,3,,,,,,,,11.34,11.34,15.022,1,93,94,85,6.378,24.276,25.86,8,7.064,58.358,59.797,5,1,1,5.27,41.174,42.542,8,1,1,6.589,63.699,64.905,8,1,2.651,55.764,57.121,5,4.585,4.585,15.124,1,5,5,5,6,4,5,"At first I though both insect and fungus bars started at 0, which seems like it would be a better comparison between them, although this type of bar chart is good for determining the diference in totals I suppose. Thank you!",4.095,64.751,101.761,17,5,4,5,3,6,5,"It seems to come from a dataset of evidence, there may be actually a bit more than what the chart shows if not all areas were detected unless it is an estimate.",2.016,5.5,59.964,3,4,Thank you.,6.049,8.682,12.597,3,2,7,3,4,1,5,6,12.165,21.493,22.758,2,3,2,1,2,3,4,11,10,,3.156,22.579,25.32,11,4,4,1,1,4,5,6.446,21.184,22.038,11,2,,2.084,6.093,7.298,5,1,1989,New Jersey,3,2,1,,7,,,7,4,1,1.815,56.336,58.15,22,5611f6dd7ffc8a00058117e7,"{""startTime"":1678936734422,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678936837132,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678936592463,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":12048,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2198,""week"":""1"",""id"":""chart""},{""time"":14372,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":9283,""week"":""2"",""id"":""chart""},{""time"":23725,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2794,""week"":""3"",""id"":""chart""},{""label"":""window_blurred"",""time"":31862},{""label"":""window_focused"",""time"":33452},{""time"":33652,""label"":""tour_next"",""step"":2},{""time"":37870,""label"":""tour_end"",""step"":2},{""time"":40548,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1390,""week"":""52"",""id"":""chart""},{""time"":42300,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3242,""week"":""50"",""id"":""chart""},{""time"":45736,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1172,""week"":""51"",""id"":""chart""},{""time"":47041,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2427,""week"":""52"",""id"":""chart""},{""time"":49536,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1659,""week"":""1"",""id"":""chart""},{""time"":51288,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2144,""week"":""2"",""id"":""chart""}]}","{""startTime"":1678936718321,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":6813,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2231,""week"":""51"",""id"":""chart""},{""time"":9927,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3118,""week"":""3"",""id"":""chart""}]}",0,moderate,bar +2023-03-15 23:16:14,2023-03-15 23:27:14,0,75.131.173.238,100,660,1,2023-03-15 23:27:15,R_10USxRiCgqWheBJ,,,,,35.7113,-82.5467,anonymous,EN,1,19.853,22.816,24.329,3,1,4,1,2.531,5.725,7.214,3,0,0,15.068,0,89,77,81,0.675,20.544,21.967,7,44.971,90.492,91.575,19,-2,-3,13.09,66.668,67.5,10,-3,-3,12.575,57.802,58.719,8,-2,9.52,19.755,20.68,4,0,0,15.009,0,6,5,6,5,6,6,,10.714,21.01,22.6,8,6,6,6,4,5,6,it looks scientific,2.511,15.193,17.401,3,6,very fun and interesting,3.206,7.192,14.76,3,2,7,3,4,1,5,6,9.134,21.361,22.491,3,8,9,8,9,9,8,11,11,,3.967,22.607,24.224,11,4,5,1,1,5,5,2.346,22.447,24.119,9,2,1,2.691,11.666,12.504,4,2,1958,North Carolina,6,1,1,,7,,,12,4,1,2.879,60.625,73.005,23,6063737f1039adcbf6428ac2,"{""startTime"":1678936908876,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678936932184,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678936732962,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":23,""label"":""tour_started""},{""time"":63699,""label"":""tour_next"",""step"":2},{""time"":72187,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1083,""week"":""1"",""id"":""chart2""},{""time"":82813,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678936893237,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar +2023-03-15 23:10:03,2023-03-15 23:27:37,0,75.64.153.2,100,1053,1,2023-03-15 23:27:37,R_2xFVc32CUxxRXbQ,,,,,32.2871,-90.2306,anonymous,EN,1,49.919,49.919,51.46,1,,,,,,,,0,0,15.014,0,74,91,62,41.219,48.483,49.626,3,23.653,44.381,46.132,4,-2,1,42.426,69.466,71.254,4,-3,-3,89.822,117.582,118.476,2,1,68.362,68.362,71.099,1,0,0,15.028,0,5,5,3,5,6,3,,11.342,72.58,78.143,9,5,5,3,7,7,3,I know nothing about the data source or crops in general in Croatia.,2.55,2.55,63.361,1,6,,6.487,20.399,21.338,11,2,7,3,4,1,5,6,0,0,23.135,0,8,8,10,8,8,8,9,10,A lot of the above put their self interests first.,25.651,93.233,97.021,10,3,3,2,4,3,3,7.73,31.482,32.068,7,6,,19.526,19.526,21.242,1,2,1964,Mississippi,6,2,1,,9,,Byram,16,1,1,2.451,185.112,199.753,44,5fe49a4ad8918ba1615e298d,"{""startTime"":1678936559281,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678936638359,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":1506,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4195,""week"":""2"",""id"":""chart""}]}","{""startTime"":1678936424447,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":41,""label"":""tour_started""},{""time"":9516,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5148,""week"":""52"",""id"":""chart""},{""time"":14745,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1132,""week"":""51"",""id"":""chart""},{""time"":16081,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1464,""week"":""49"",""id"":""chart""},{""time"":23591,""label"":""tour_next"",""step"":2},{""time"":25699,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1117,""week"":""2"",""id"":""chart2""},{""time"":28539,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2632,""week"":""44"",""id"":""chart2""},{""time"":31295,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1415,""week"":""41"",""id"":""chart2""},{""time"":44318,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678936543321,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,bar +2023-03-15 23:17:27,2023-03-15 23:28:40,0,75.110.141.71,100,672,1,2023-03-15 23:28:40,R_2v3490iRY8oHlxg,,,,,35.0987,-77.1045,anonymous,EN,1,8.996,8.996,10.024,1,1,3,2,2.288,5.38,6.79,2,0,0,15.017,0,100,100,83,9.897,37.475,39.071,4,29.325,38.797,40.768,2,-2,-2,24.397,48.961,50.386,2,1,1,51.676,82.919,84.134,3,1,84.801,84.801,99.683,1,0,0,15.008,0,5,5,5,5,5,5,,11.985,17.131,18.94,6,5,5,5,5,5,5,It makes common sense and it was put out by the CDC.,3.077,3.077,19.423,1,3,,5.949,5.949,7.98,1,2,3,4,5,1,6,7,0,0,15.777,0,3,9,6,3,6,3,10,9,,5.239,19.715,23.11,8,4,4,3,2,4,4,4.502,24.697,26.781,6,2,1,4.882,9.318,12.469,2,2,1952,North Carolina,4,2,1,,8,New Bern,,7,2,1,2.523,128.64,134.167,18,62d0880f5ba6d972d1bfc63c,"{""startTime"":1678936889820,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678936838752,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678936731328,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":8432,""label"":""hovered"",""timeHovered"":1851,""week"":""2021-10-18""},{""time"":10835,""label"":""hovered"",""timeHovered"":10294,""week"":""2021-12-27""},{""time"":29318,""label"":""tour_next"",""step"":2},{""time"":38790,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678936823211,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":5137,""label"":""hovered"",""timeHovered"":2298,""week"":""2021-10-11""},{""time"":9659,""label"":""hovered"",""timeHovered"":1884,""week"":""2021-04-19""}]}",1,simple,line +2023-03-15 23:17:20,2023-03-15 23:31:35,0,24.119.20.176,100,855,1,2023-03-15 23:31:36,R_1dmqHLr8cTaxvna,,,,,32.5298,-94.7949,anonymous,EN,1,26.421,26.421,28.201,1,1,4,1,3.532,8.034,12.79,2,0,0,15.11,0,100,83,43,27.156,51.73,53.879,3,30.849,128.141,134.312,10,1,1,26,56.694,61.088,2,1,1,42.847,54.92,57.282,2,1,23.953,23.953,28.648,1,0,0,15.111,0,6,5,6,6,6,6,I think it's important to have publicly accessible visualizations of data like this to help combat misinformation.,14.479,24.401,56.282,7,5,6,6,2,3,6,"I trust the data source of the CDC to be reasonably accurate. If there are inaccuracies, they probably don't affect the differences between the vaccinated and unvaccinated groups that much.",3.09,3.09,62.266,1,5,I did like the interactive graph. It made it easier to understand the data and would have been helpful in answering some of the questions where we had the static visualizaiotn.,11.926,21.617,55.897,4,2,7,3,4,1,5,6,0,0,28.893,0,2,7,5,8,7,5,10,10,,9.304,26.706,40.712,8,5,5,1,1,5,5,12.196,29.834,31.22,6,3,1,1.489,17.195,24.09,19,1,1980,Texas,6,3,1,,7,,,14,2,1,3.958,86.463,88.172,29,63ed059a43d8d970d47c98a0,"{""startTime"":1678937043613,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678936941837,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678936762692,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":18085,""label"":""hovered"",""timeHovered"":8807,""week"":""2022-01-17""},{""time"":30845,""label"":""tour_next"",""step"":5},{""time"":42853,""label"":""started_brush"",""startDate"":""2021-10-01"",""endDate"":""2022-01-05""},{""time"":46072,""label"":""started_brush"",""startDate"":""2021-12-10"",""endDate"":""2022-02-11""},{""time"":47572,""label"":""tour_next"",""step"":5},{""time"":55529,""label"":""moved_brush"",""startDate"":""2021-07-28"",""endDate"":""2021-09-29""},{""time"":56716,""label"":""tour_next"",""step"":5},{""time"":62771,""label"":""cleared_brush"",""using"":""click""},{""time"":65724,""label"":""tour_next"",""step"":5},{""time"":75986,""label"":""tour_end"",""step"":5},{""time"":77413,""label"":""hovered"",""timeHovered"":1022,""week"":""2022-01-17""},{""time"":82279,""label"":""started_brush"",""startDate"":""2021-07-09"",""endDate"":""2021-10-09""},{""time"":94173,""label"":""moved_brush"",""startDate"":""2021-04-13"",""endDate"":""2021-07-15""},{""time"":95179,""label"":""hovered"",""timeHovered"":2210,""week"":""2021-06-14""},{""time"":104279,""label"":""moved_brush"",""startDate"":""2021-11-12"",""endDate"":""2022-02-13""},{""time"":110319,""label"":""moved_brush"",""startDate"":""2021-12-15"",""endDate"":""2022-02-13""},{""time"":113051,""label"":""moved_brush"",""startDate"":""2021-12-15"",""endDate"":""2022-01-25""},{""time"":115402,""label"":""moved_brush"",""startDate"":""2021-12-24"",""endDate"":""2022-01-25""},{""time"":118684,""label"":""moved_brush"",""startDate"":""2021-12-29"",""endDate"":""2022-01-25""},{""time"":121062,""label"":""hovered"",""timeHovered"":1412,""week"":""2022-01-03""},{""time"":122478,""label"":""hovered"",""timeHovered"":1907,""week"":""2022-01-03""}]}","{""startTime"":1678936926349,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":8839,""label"":""started_brush"",""startDate"":""2021-12-02"",""endDate"":""2022-02-05""},{""time"":11739,""label"":""hovered"",""timeHovered"":1033,""week"":""2022-01-03""}]}",1,complex,line +2023-03-15 22:50:14,2023-03-15 23:31:58,0,97.103.75.77,100,2504,1,2023-03-15 23:31:59,R_3ltpM4CWE7uBBMU,,,,,28.3056,-81.4197,anonymous,EN,1,71.986,71.986,73.164,1,,,,,,,,2.987,9.636,15.005,5,87,82,48,6.915,37.924,39.145,14,2,278.709,279.37,70,-1,-1,62.688,164.361,167.075,89,-2,-1,3.147,166.641,169.684,38,-3,13.843,145.228,146.259,37,6.275,6.361,15.109,2,3,3,3,7,4,3,,2.593,25.952,28.1,17,3,4,1,7,7,3,"I neither agree or disagree as I neither trust, or distrust the visualization at hand here. I don't know much about fungi and things of that nature so documenting them and graphing them statistically is out of my place to really know what is right. The graph appears fairly clear in what it is conveying, but my trust requires more than just the graph",2.332,101.205,195.805,25,3,,3.339,5.73,7.99,2,2,3,4,5,1,6,7,0,0,15.448,0,3,3,3,3,3,3,5,5,,6.342,23.054,40.682,8,3,3,2,2,3,3,4.286,169.325,169.941,17,4,,0.146,5.412,6.145,5,1,2004,Florida,1,1,1,,9,,African/puerto rican/white,9,4,2,1.466,209.115,209.714,99,630a2fd6e76ccbe74374656d,"{""startTime"":1678935868030,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":2143,""label"":""cleared_brush"",""using"":""Click""},{""time"":3418,""label"":""cleared_brush"",""using"":""Click""},{""time"":4829,""label"":""cleared_brush"",""using"":""Click""}]}","{""startTime"":1678935896621,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678935189647,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":8336,""label"":""tour_next"",""step"":5},{""time"":19237,""label"":""tour_back"",""step"":5},{""time"":21749,""label"":""tour_next"",""step"":5},{""time"":23540,""label"":""cleared_brush"",""using"":""Click""},{""time"":26965,""label"":""cleared_brush"",""using"":""Click""},{""time"":37836,""label"":""tour_back"",""step"":5},{""time"":43357,""label"":""tour_next"",""step"":5},{""label"":""window_blurred"",""time"":68472},{""label"":""window_focused"",""time"":368636},{""time"":379925,""label"":""cleared_brush"",""using"":""Click""},{""time"":381903,""label"":""moved_brush"",""startDate"":""2021-06-24"",""endDate"":""2021-07-29""},{""time"":383666,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-05-10""},{""time"":385387,""label"":""moved_brush"",""startDate"":""2021-07-16"",""endDate"":""2021-08-20""},{""time"":385892,""label"":""moved_brush"",""startDate"":""2021-07-16"",""endDate"":""2021-08-20""},{""time"":391107,""label"":""moved_brush"",""startDate"":""2021-07-17"",""endDate"":""2021-08-21""},{""time"":391167,""label"":""moved_brush"",""startDate"":""2021-07-17"",""endDate"":""2021-08-21""},{""time"":393203,""label"":""moved_brush"",""startDate"":""2022-01-02"",""endDate"":""2022-02-07""},{""time"":397839,""label"":""moved_brush"",""startDate"":""2022-01-29"",""endDate"":""2022-02-07""},{""time"":401356,""label"":""cleared_brush"",""using"":""Click""},{""time"":402436,""label"":""cleared_brush"",""using"":""Click""},{""time"":409881,""label"":""cleared_brush"",""using"":""Click""},{""time"":411980,""label"":""cleared_brush"",""using"":""Click""},{""time"":412336,""label"":""cleared_brush"",""using"":""Click""},{""time"":414400,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-07-29""},{""time"":415581,""label"":""moved_brush"",""startDate"":""2021-07-09"",""endDate"":""2021-11-01""},{""time"":423992,""label"":""moved_brush"",""startDate"":""2021-07-23"",""endDate"":""2021-11-15""},{""time"":424763,""label"":""moved_brush"",""startDate"":""2021-07-25"",""endDate"":""2021-11-17""},{""time"":429739,""label"":""moved_brush"",""startDate"":""2021-04-23"",""endDate"":""2021-08-17""},{""time"":433463,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-07-29""},{""time"":434044,""label"":""moved_brush"",""startDate"":""2021-06-11"",""endDate"":""2021-10-04""},{""time"":435277,""label"":""moved_brush"",""startDate"":""2021-10-10"",""endDate"":""2022-02-03""},{""time"":435915,""label"":""moved_brush"",""startDate"":""2021-10-14"",""endDate"":""2022-02-07""},{""time"":436317,""label"":""moved_brush"",""startDate"":""2021-09-01"",""endDate"":""2021-12-25""},{""time"":436388,""label"":""moved_brush"",""startDate"":""2021-08-23"",""endDate"":""2021-12-17""},{""time"":437279,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-07-29""},{""time"":437717,""label"":""moved_brush"",""startDate"":""2021-04-22"",""endDate"":""2021-08-16""},{""time"":440918,""label"":""moved_brush"",""startDate"":""2021-04-22"",""endDate"":""2021-06-26""},{""time"":441165,""label"":""moved_brush"",""startDate"":""2021-04-22"",""endDate"":""2021-05-22""},{""time"":442326,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-05-04""},{""time"":444674,""label"":""moved_brush"",""startDate"":""2021-05-15"",""endDate"":""2021-06-14""},{""time"":445668,""label"":""moved_brush"",""startDate"":""2021-05-29"",""endDate"":""2021-06-28""},{""time"":448325,""label"":""tour_back"",""step"":5},{""time"":453196,""label"":""tour_next"",""step"":5},{""label"":""window_blurred"",""time"":462346},{""label"":""window_focused"",""time"":464287},{""label"":""window_blurred"",""time"":472066},{""label"":""window_focused"",""time"":472171},{""label"":""window_blurred"",""time"":476665},{""label"":""window_focused"",""time"":476751},{""label"":""window_blurred"",""time"":478554},{""label"":""window_focused"",""time"":478871},{""label"":""window_blurred"",""time"":479832},{""label"":""window_focused"",""time"":479853},{""label"":""window_blurred"",""time"":482749},{""label"":""window_focused"",""time"":482844},{""time"":489329,""label"":""moved_brush"",""startDate"":""2021-06-26"",""endDate"":""2021-07-26""},{""time"":489357,""label"":""moved_brush"",""startDate"":""2021-06-26"",""endDate"":""2021-07-26""},{""time"":493897,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-07-26""},{""time"":494874,""label"":""moved_brush"",""startDate"":""2021-04-08"",""endDate"":""2021-07-29""},{""time"":496185,""label"":""started_brush"",""startDate"":""2021-08-01"",""endDate"":""2021-11-24""},{""time"":498688,""label"":""moved_brush"",""startDate"":""2021-11-24"",""endDate"":""2022-02-07""},{""time"":500781,""label"":""tour_next"",""step"":5},{""time"":503330,""label"":""moved_brush"",""startDate"":""2021-07-29"",""endDate"":""2021-10-12""},{""time"":504945,""label"":""tour_next"",""step"":5},{""time"":507382,""label"":""cleared_brush"",""using"":""Click""},{""time"":508249,""label"":""started_brush"",""startDate"":""2021-08-02"",""endDate"":""2021-08-22""},{""time"":509471,""label"":""tour_next"",""step"":5},{""time"":510944,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678935852380,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":10503,""label"":""cleared_brush"",""using"":""Click""},{""time"":11611,""label"":""cleared_brush"",""using"":""Click""},{""time"":12905,""label"":""started_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-05-22""},{""time"":14373,""label"":""cleared_brush"",""using"":""Click""}]}",0,complex,bar +2023-03-15 23:18:24,2023-03-15 23:34:27,0,73.177.20.58,100,963,1,2023-03-15 23:34:28,R_2AXrrvDNMSk1bFO,,,,,35.1499,-90.0558,anonymous,EN,1,15.731,15.731,17.794,1,1,4,1,3.45,14.422,16.333,4,0,0,15.022,0,83,86,90,21.134,33.328,35.021,4,10.419,98.696,100.055,10,1,1,13.919,45.282,47.833,9,-2,1,12.376,50.854,53.117,8,-3,14.875,47.687,51.141,4,10.084,10.084,15.121,1,5,5,5,5,5,5,,11.11,47.775,50.036,9,5,5,5,5,3,5,It's from the CDC and shows rates for the shot and without.,3.514,4.74,36.218,2,3,,6.842,10.902,12.173,2,2,3,4,5,1,6,7,11.564,25.562,27.105,2,2,2,4,5,2,9,9,9,,28.854,52.21,53.816,10,4,3,2,2,4,3,11.163,89.346,91.693,8,6,4,5.088,17.063,20.1,4,2,1968,Tennessee,8,3,1,,3,,,11,2,1,4.645,233.624,245.784,47,637d0116a222e8cf4c93c009,"{""startTime"":1678936975126,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678937025685,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678936810926,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":4,""label"":""tour_started""},{""time"":17273,""label"":""hovered"",""timeHovered"":4794,""week"":""2021-12-27""},{""time"":22251,""label"":""hovered"",""timeHovered"":1747,""week"":""2021-12-20""},{""time"":24916,""label"":""hovered"",""timeHovered"":3245,""week"":""2021-12-06""},{""time"":29178,""label"":""hovered"",""timeHovered"":2996,""week"":""2022-01-03""},{""time"":34706,""label"":""hovered"",""timeHovered"":1831,""week"":""2022-02-07""},{""time"":40055,""label"":""tour_next"",""step"":2},{""time"":52742,""label"":""tour_end"",""step"":2},{""time"":60380,""label"":""hovered"",""timeHovered"":1219,""week"":""2021-05-24""},{""time"":63469,""label"":""hovered"",""timeHovered"":2613,""week"":""2021-04-12""},{""time"":69877,""label"":""hovered"",""timeHovered"":1132,""week"":""2021-07-19""},{""time"":72418,""label"":""hovered"",""timeHovered"":2186,""week"":""2021-08-16""},{""time"":75155,""label"":""hovered"",""timeHovered"":2124,""week"":""2021-09-06""},{""time"":79783,""label"":""hovered"",""timeHovered"":1095,""week"":""2021-10-25""},{""time"":82069,""label"":""hovered"",""timeHovered"":1610,""week"":""2021-11-22""},{""time"":83955,""label"":""hovered"",""timeHovered"":1383,""week"":""2021-11-29""},{""time"":85833,""label"":""hovered"",""timeHovered"":1081,""week"":""2021-12-20""}]}","{""startTime"":1678936959564,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":3052,""label"":""hovered"",""timeHovered"":1822,""week"":""2021-12-27""}]}",1,simple,line +2023-03-15 23:10:25,2023-03-15 23:35:25,0,73.237.169.234,100,1499,1,2023-03-15 23:35:26,R_1ms0XANovAODlnJ,,,,,33.7228,-83.9976,anonymous,EN,1,50.049,50.049,54.029,1,2,,1,4.42,4.42,24.396,1,0,0,15.017,0,33,68,28,26.111,38.655,43.318,3,56.209,202.268,239.206,10,1,1,39.062,63.326,70.772,2,-1,1,70.72,96.216,98.685,3,1,78.986,92.134,95.272,2,0,0,15.01,0,2,2,3,5,6,2,"There is a great deal of missing information if one is to draw meaningful conclusions. For instance, has the data been filtered or adjusted and what is the margin for error.",33.305,70.072,173.437,8,2,5,3,7,1,2,There is no indication of margin for error and how the data was collected.,3.645,3.645,56.449,1,5,There was no information about the number or percentage of reinfections in any category.,13.679,93.524,110.167,5,2,7,3,4,1,5,6,0,0,29.502,0,2,5,8,7,2,6,10,10,None,11.388,49.803,55.096,10,3,5,2,2,5,4,14.409,59.687,64.603,6,6,3,14.456,26.087,31.167,2,1,1957,Georgia,6,3,1,,4,,,4,3,2,5.532,242.876,248.587,27,6163abe84640981d685a57f2,"{""startTime"":1678936733099,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":6474,""label"":""started_brush"",""startDate"":""2021-07-08"",""endDate"":""2021-08-05""},{""time"":7770,""label"":""cleared_brush"",""using"":""click""}]}","{""startTime"":1678936907391,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678936381882,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":5991,""label"":""hovered"",""timeHovered"":2039,""week"":""2022-01-10""},{""time"":11536,""label"":""hovered"",""timeHovered"":1279,""week"":""2022-01-03""},{""time"":22563,""label"":""hovered"",""timeHovered"":19882,""week"":""2021-09-20""},{""time"":56200,""label"":""tour_next"",""step"":5},{""time"":78596,""label"":""started_brush"",""startDate"":""2021-05-03"",""endDate"":""2021-09-10""},{""time"":84626,""label"":""started_brush"",""startDate"":""2022-01-05"",""endDate"":""2022-02-12""},{""time"":92762,""label"":""started_brush"",""startDate"":""2021-05-05"",""endDate"":""2021-06-07""},{""time"":101567,""label"":""tour_next"",""step"":5},{""time"":165984,""label"":""moved_brush"",""startDate"":""2021-11-14"",""endDate"":""2021-12-16""},{""time"":168477,""label"":""tour_next"",""step"":5},{""time"":175953,""label"":""cleared_brush"",""using"":""click""},{""time"":181955,""label"":""tour_next"",""step"":5},{""time"":195371,""label"":""tour_end"",""step"":5},{""time"":218407,""label"":""started_brush"",""startDate"":""2022-01-21"",""endDate"":""2022-02-07""},{""time"":224751,""label"":""moved_brush"",""startDate"":""2021-12-31"",""endDate"":""2022-01-18""},{""time"":226144,""label"":""cleared_brush"",""using"":""click""}]}","{""startTime"":1678936717446,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line +2023-03-15 23:24:49,2023-03-15 23:36:47,0,70.23.91.254,100,718,1,2023-03-15 23:36:48,R_3p3TVdYvB0JWcYL,,,,,40.6002,-74.1469,anonymous,EN,1,10.254,10.254,11.359,1,1,1,1,1.788,4.352,5.814,2,0,0,15.008,0,100,100,75,16.383,24.307,30.132,3,20.046,25.007,52.867,2,1,1,29.27,53.776,68.898,2,-3,1,23.217,77.347,87.12,6,1,47.522,47.522,62.482,1,0,0,15.011,0,6,7,6,6,6,6,Are those only people who presented with symptoms (or to their medical providers)? What about the hospitalizations? ,8.699,26.304,65.577,8,7,6,6,5,7,6,"It is CDC data: I might doubt the completeness of the data, but I have no reasons to doubt the validity. ",2.618,2.618,35.601,1,3,,6.259,7.145,10.363,2,2,7,3,4,1,5,6,0,0,25.013,0,2,8,8,7,4,3,10,10,,4.262,23.505,25.846,11,5,5,1,1,5,5,10.1,30.081,31.662,6,5,1,6.087,12.66,15.447,3,2,1964,New York,7,3,1,,7,,,9,4,1,8.885,81.133,85.484,16,63b7992d848592c307fe1e49,"{""startTime"":1678937409239,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678937327145,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678937170694,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":20040,""label"":""tour_next"",""step"":2},{""time"":25000,""label"":""tour_end"",""step"":2},{""time"":26452,""label"":""hovered"",""timeHovered"":1582,""week"":""2021-06-14""},{""time"":30496,""label"":""hovered"",""timeHovered"":4883,""week"":""2022-01-10""},{""time"":37955,""label"":""hovered"",""timeHovered"":2856,""week"":""2022-01-03""},{""time"":42804,""label"":""hovered"",""timeHovered"":1755,""week"":""2022-02-07""}]}","{""startTime"":1678937311546,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":4641,""label"":""hovered"",""timeHovered"":1588,""week"":""2022-01-03""},{""time"":6239,""label"":""hovered"",""timeHovered"":1742,""week"":""2022-01-03""}]}",1,moderate,line +2023-03-15 23:19:35,2023-03-15 23:38:01,0,172.58.181.132,100,1105,1,2023-03-15 23:38:01,R_abNqNI56JEfjIOt,,,,,32.7797,-96.8022,anonymous,EN,1,10.262,10.262,11.797,1,2,,2,6.194,6.194,7.586,1,3.582,33.13,36.095,7,0,0,33,11.081,17.947,18.856,3,1.129,1.129,3.275,1,1,-1,4.047,157.038,158.589,25,1,-3,8.859,8.859,10.52,1,-2,43.123,43.123,59.952,1,0,0,15.008,0,1,7,7,5,5,1,,18.164,34.556,35.991,6,3,2,7,7,7,1,Don't trust the data.,0,0,1.857,0,3,,0,0,2.438,0,2,7,3,4,1,5,6,0,0,26.511,0,4,1,7,3,1,9,1,4,,2.876,8.838,11.451,3,4,1,1,1,4,2,10.466,35.201,36.414,6,7,1,0,0,3.028,0,2,1954,Texas,3,2,1,,7,,,6,2,1,3.171,134.273,137,19,6384e535ba619451063f5223,"{""startTime"":1678937397924,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678937318918,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678937054127,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":23,""label"":""tour_started""}]}","{""startTime"":1678937303619,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":9525,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1305,""week"":""2"",""id"":""chart""},{""time"":10973,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1465,""week"":""52"",""id"":""chart""}]}",1,simple,bar +2023-03-15 22:36:54,2023-03-15 23:38:10,0,68.187.79.219,100,3675,1,2023-03-15 23:38:10,R_2SCxHtB1QcFPAr0,,,,,42.417,-88.9995,anonymous,EN,1,451.543,452.729,454.142,2,1,3,2,3.575,8.747,10.812,3,0,0,15.105,0,83,83,60,23.706,1644.166,1645.434,16,15.162,572.755,574.327,115,1,-2,39.714,119.199,120.186,7,-3,1,32.05,75.719,77.945,7,-1,7.023,213.574,214.886,16,4.142,4.142,16.997,1,4,2,4,2,7,3,Thanks. ,3.386,41.229,42.046,19,5,4,5,5,5,3,I don't feel like I was given a great deal of info and the dates are somewhat hard to understand.,5.31,5.31,55.379,1,5,Thanks,6.802,16.165,16.948,3,2,7,3,4,1,5,6,10.167,18.468,19.418,2,3,5,5,4,5,4,10,10,Thanks,3.849,37.464,38.73,13,3,4,1,1,5,4,4.324,23.519,24.425,11,2,2,2.914,15.532,17.161,4,1,1982,Illinois,6,1,1,,7,,,14,4,1,1.966,263.705,267.823,21,5e606b1eaf84e83c728748d7,"{""startTime"":1678937171702,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":29017},{""label"":""window_focused"",""time"":30563}]}","{""startTime"":1678937214864,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678936361440,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":23,""label"":""tour_started""},{""time"":3391,""label"":""hovered"",""timeHovered"":4792,""week"":""2022-01-03""},{""time"":9400,""label"":""hovered"",""timeHovered"":2099,""week"":""2021-09-20""},{""time"":27082,""label"":""tour_next"",""step"":5},{""time"":50763,""label"":""tour_back"",""step"":5},{""time"":53611,""label"":""hovered"",""timeHovered"":1092,""week"":""2021-08-30""},{""time"":82474,""label"":""hovered"",""timeHovered"":2670,""week"":""2022-01-17""},{""time"":93157,""label"":""tour_next"",""step"":5},{""time"":120120,""label"":""started_brush"",""startDate"":""2021-10-15"",""endDate"":""2021-11-18""},{""time"":132194,""label"":""started_brush"",""startDate"":""2021-05-27"",""endDate"":""2022-01-04""},{""time"":134946,""label"":""tour_back"",""step"":5},{""label"":""window_blurred"",""time"":159620},{""label"":""window_focused"",""time"":316904},{""time"":332655,""label"":""tour_next"",""step"":5},{""time"":343832,""label"":""moved_brush"",""startDate"":""2021-07-06"",""endDate"":""2022-02-13""},{""time"":348976,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-19""},{""time"":356078,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-19""},{""time"":356316,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-19""},{""time"":356478,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-19""},{""time"":358065,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-19""},{""time"":359651,""label"":""moved_brush"",""startDate"":""2021-07-06"",""endDate"":""2022-02-13""},{""time"":360949,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-19""},{""time"":364344,""label"":""moved_brush"",""startDate"":""2021-07-06"",""endDate"":""2022-02-13""},{""time"":384883,""label"":""tour_back"",""step"":5},{""time"":412648,""label"":""tour_next"",""step"":5},{""time"":418872,""label"":""moved_brush"",""startDate"":""2021-07-06"",""endDate"":""2022-02-13""},{""time"":419447,""label"":""started_brush"",""startDate"":""2021-06-03"",""endDate"":""2021-06-05""},{""time"":431336,""label"":""cleared_brush"",""using"":""click""},{""time"":452150,""label"":""started_brush"",""startDate"":""2021-11-07"",""endDate"":""2021-11-24""},{""time"":453709,""label"":""tour_next"",""step"":5},{""time"":462945,""label"":""moved_brush"",""startDate"":""2021-11-07"",""endDate"":""2021-12-05""},{""time"":464440,""label"":""tour_next"",""step"":5},{""time"":474471,""label"":""moved_brush"",""startDate"":""2021-10-08"",""endDate"":""2021-11-04""},{""time"":478685,""label"":""moved_brush"",""startDate"":""2021-10-08"",""endDate"":""2021-10-21""},{""time"":480741,""label"":""moved_brush"",""startDate"":""2021-08-18"",""endDate"":""2021-10-21""},{""time"":486787,""label"":""moved_brush"",""startDate"":""2021-08-18"",""endDate"":""2021-10-21""},{""time"":491529,""label"":""moved_brush"",""startDate"":""2021-08-18"",""endDate"":""2021-10-21""},{""time"":491672,""label"":""moved_brush"",""startDate"":""2021-08-18"",""endDate"":""2021-10-21""},{""time"":496799,""label"":""moved_brush"",""startDate"":""2021-08-18"",""endDate"":""2021-10-21""},{""time"":498729,""label"":""cleared_brush"",""using"":""click""},{""time"":498733,""label"":""cleared_brush"",""using"":""Escape""},{""time"":500637,""label"":""tour_next"",""step"":5},{""time"":511786,""label"":""tour_end"",""step"":5},{""time"":548636,""label"":""started_brush"",""startDate"":""2021-05-09"",""endDate"":""2022-02-13""},{""time"":556196,""label"":""moved_brush"",""startDate"":""2021-05-09"",""endDate"":""2022-02-13""},{""time"":557704,""label"":""moved_brush"",""startDate"":""2021-05-09"",""endDate"":""2022-02-13""},{""time"":558215,""label"":""moved_brush"",""startDate"":""2021-05-08"",""endDate"":""2022-02-12""},{""time"":559716,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-01-16""},{""time"":561283,""label"":""cleared_brush"",""using"":""click""},{""time"":561297,""label"":""cleared_brush"",""using"":""Escape""},{""time"":570480,""label"":""started_brush"",""startDate"":""2021-05-13"",""endDate"":""2022-02-13""}]}","{""startTime"":1678937153054,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":7771,""label"":""hovered"",""timeHovered"":3086,""week"":""2021-12-20""},{""label"":""window_blurred"",""time"":12445},{""label"":""window_focused"",""time"":17834}]}",1,complex,line +2023-03-15 23:25:13,2023-03-15 23:39:46,0,74.74.189.246,100,873,1,2023-03-15 23:39:47,R_3nOtwymXNQYryVN,,,,,43.1723,-76.1032,anonymous,EN,1,28.877,28.877,30.319,1,,,,,,,,0,0,15.118,0,90,89,87,34.113,56.787,57.762,5,1.632,176.808,181.239,30,1,1,47.562,109.156,117.04,20,-3,-3,41.932,77.96,79.577,2,-2,50.074,50.074,52.226,1,0,0,15.115,0,3,3,3,5,5,5,,14.853,48.505,51.928,6,3,6,5,1,1,5,The source appears to be legitimate,4.534,4.534,28.982,1,6,,6.726,6.726,8.767,1,2,7,3,4,1,5,6,0,0,26.59,0,5,8,8,7,10,6,10,10,,7.021,20.47,22.446,8,4,4,1,1,4,4,12.402,32.307,33.851,6,3,,7.522,7.522,9.453,1,1,1954,New York,6,1,1,,9,,Cicero,13,4,1,4.379,75.285,77.476,13,5dfb693a73d72487b1fe495b,"{""startTime"":1678937548453,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678937487365,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678937235645,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":12476,""label"":""tour_next"",""step"":5},{""time"":28428,""label"":""tour_back"",""step"":5},{""time"":37709,""label"":""tour_next"",""step"":5},{""time"":65482,""label"":""started_brush"",""startDate"":""2021-07-03"",""endDate"":""2021-09-09""},{""time"":66812,""label"":""tour_next"",""step"":5},{""time"":82289,""label"":""started_brush"",""startDate"":""2021-11-20"",""endDate"":""2021-11-24""},{""time"":98631,""label"":""tour_back"",""step"":5},{""time"":111642,""label"":""started_brush"",""startDate"":""2021-06-02"",""endDate"":""2021-11-22""},{""time"":112981,""label"":""tour_next"",""step"":5},{""time"":125612,""label"":""cleared_brush"",""using"":""Click""},{""time"":130826,""label"":""cleared_brush"",""using"":""Click""},{""time"":134140,""label"":""cleared_brush"",""using"":""Click""},{""time"":141216,""label"":""moved_brush"",""startDate"":""2021-05-07"",""endDate"":""2021-08-30""},{""time"":142261,""label"":""tour_next"",""step"":5},{""time"":163168,""label"":""cleared_brush"",""using"":""Click""},{""time"":164974,""label"":""tour_next"",""step"":5},{""time"":176804,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678937470640,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,bar +2023-03-15 23:24:09,2023-03-15 23:41:14,0,71.220.45.28,100,1025,1,2023-03-15 23:41:14,R_2QJvhg23oiN86Nt,,,,,30.3659,-86.2458,anonymous,EN,1,104.931,104.931,106.119,1,,,,,,,,10.803,11.935,15.017,2,76,100,77,6.035,23.885,26.147,3,14.33,18.744,195.737,2,1,-2,25.615,48.233,50.836,2,-2,1,37.209,52.838,55.227,2,1,65.883,65.883,68.358,1,0,0,15.009,0,3,3,3,5,5,5,,30.185,149.4,154.683,9,5,5,5,1,1,5,It seems quite logical and the data for both sets correlates well. It makes sense and I like how it breaks down by acres as well. Good charts!,2.206,2.206,67.789,1,5,Good survey; great charts and labels. ,5.504,20.899,36.845,14,2,7,3,4,1,5,6,0,0,26.959,0,7,8,8,9,7,8,10,10,,3.405,19.166,21.964,8,3,5,1,2,5,5,9.414,30.814,31.979,7,6,,8.202,8.202,9.88,1,1,1967,Florida,7,2,1,,9,,Tallahassee,14,2,1,1.536,53.825,61.804,13,63cac85f8519383ef0422593,"{""startTime"":1678937483397,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":24880},{""label"":""window_focused"",""time"":29937},{""label"":""window_blurred"",""time"":41262},{""label"":""window_focused"",""time"":87983},{""label"":""window_blurred"",""time"":118675},{""label"":""window_focused"",""time"":149256}]}","{""startTime"":1678937638902,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678937215394,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":14310,""label"":""tour_next"",""step"":2},{""time"":18737,""label"":""tour_end"",""step"":2},{""label"":""window_blurred"",""time"":37999},{""label"":""window_focused"",""time"":193109}]}","{""startTime"":1678937467653,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":3425,""label"":""hovered"",""timeHovered"":1993,""week"":""2021-09-13""},{""time"":9834,""label"":""hovered"",""timeHovered"":1001,""week"":""2021-12-27""},{""time"":10953,""label"":""hovered"",""timeHovered"":2551,""week"":""2021-12-13""}]}",0,moderate,line +2023-03-15 23:20:24,2023-03-15 23:41:38,0,174.176.77.203,100,1273,1,2023-03-15 23:41:39,R_2zGZtKTJcC1Zwzw,,,,,30.2712,-81.7529,anonymous,EN,1,12.527,59.391,110.269,2,,,,,,,,3.014,3.014,15.109,1,82,65,23,12.122,38.282,39.563,7,4.821,44.869,46.868,5,1,1,5.541,150.525,152.502,10,1,1,20.69,43.34,45.06,5,1,139.801,141.057,142.538,2,2.414,2.414,15.009,1,5,5,5,4,5,5,I need darker/ bolder font. This light font gives me a headache. ,27.27,77.007,78.358,11,5,5,5,7,7,5,"I read ""assuming you trust this data"" so I'm assuming I should trust the data. I cannot remember what I'm counting though. Is it 1000 insects per acre? ",4.095,95.061,104.357,3,2,I used to think I could trust some people but then I saw what sheep they were during the lockdowns. ,3.354,31.619,35.667,4,2,7,3,4,1,5,6,13.376,27.199,28.559,3,4,2,4,2,2,4,6,3,,9.68,54.183,56.727,11,3,3,3,2,3,3,2.882,23.874,26.277,9,5,,3.381,4.341,6.243,2,2,1964,Georgia,6,1,1,,7,,,2,4,1,1.842,76.826,86.229,24,5dd352c51c219b35931aefd1,"{""startTime"":1678937573874,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678937422824,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678937206508,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":17070,""label"":""hovered"",""timeHovered"":2381,""week"":""2021-12-20""},{""time"":19819,""label"":""hovered"",""timeHovered"":4295,""week"":""2021-12-27""},{""time"":24764,""label"":""hovered"",""timeHovered"":3164,""week"":""2021-08-16""},{""time"":29300,""label"":""tour_next"",""step"":2},{""time"":42116,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678937407314,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,line +2023-03-15 23:22:02,2023-03-15 23:42:44,0,98.192.101.49,100,1242,1,2023-03-15 23:42:45,R_2xFC4PRt2L6pLqF,,,,,33.7585,-84.183,anonymous,EN,1,2.038,68.983,70.351,5,,,,,,,,0,0,15.114,0,82,76,28,3.708,50.626,51.901,10,49.304,247.348,248.66,43,-1,-3,1.102,192.102,193.072,13,-3,1,0.903,78.613,83.304,8,-3,2.899,107.682,110.489,16,2.773,2.773,15.013,1,3,3,3,4,4,3,,15.27,36.014,40.678,8,4,4,3,3,3,3,"I'm usually skeptical about scientific ""facts and figures'",15.769,39.977,49.587,4,5,,7.099,10.709,12.795,2,2,7,3,4,1,5,6,1.013,37.981,42.433,2,7,9,9,9,5,9,9,10,,1.097,38.803,41.789,13,4,4,4,1,4,4,1.342,38.126,38.959,10,2,,17.158,18.39,21.089,2,2,1962,Georgia,3,1,1,,8,KENNESAW,,12,2,2,3.7,103.763,119.973,26,63a519bb6eeff2ad74314b53,"{""startTime"":1678937457706,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678937498951,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":9287},{""label"":""window_focused"",""time"":9751},{""label"":""window_blurred"",""time"":29763},{""label"":""window_focused"",""time"":29889}]}","{""startTime"":1678937081199,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":30263,""label"":""hovered"",""timeHovered"":3360,""week"":""2021-12-27""},{""time"":34677,""label"":""hovered"",""timeHovered"":1562,""week"":""2022-01-17""},{""time"":36605,""label"":""hovered"",""timeHovered"":2081,""week"":""2022-01-31""},{""time"":39405,""label"":""hovered"",""timeHovered"":2444,""week"":""2021-09-27""},{""time"":45053,""label"":""hovered"",""timeHovered"":2111,""week"":""2021-04-12""},{""time"":49298,""label"":""tour_next"",""step"":5},{""time"":65848,""label"":""cleared_brush"",""using"":""click""},{""time"":73897,""label"":""started_brush"",""startDate"":""2021-05-29"",""endDate"":""2021-11-07""},{""time"":77832,""label"":""tour_next"",""step"":5},{""time"":92154,""label"":""moved_brush"",""startDate"":""2021-06-25"",""endDate"":""2021-12-04""},{""time"":95770,""label"":""moved_brush"",""startDate"":""2021-06-25"",""endDate"":""2021-10-09""},{""time"":97940,""label"":""tour_next"",""step"":5},{""time"":126257,""label"":""moved_brush"",""startDate"":""2021-06-25"",""endDate"":""2021-10-09""},{""time"":126893,""label"":""moved_brush"",""startDate"":""2021-06-25"",""endDate"":""2021-10-09""},{""time"":129362,""label"":""cleared_brush"",""using"":""click""},{""time"":133524,""label"":""tour_next"",""step"":5},{""label"":""window_blurred"",""time"":168572},{""label"":""window_focused"",""time"":168705},{""time"":172936,""label"":""tour_end"",""step"":5},{""time"":177659,""label"":""cleared_brush"",""using"":""click""},{""time"":181753,""label"":""hovered"",""timeHovered"":1039,""week"":""2021-10-25""},{""time"":184086,""label"":""hovered"",""timeHovered"":1541,""week"":""2021-10-25""},{""time"":186022,""label"":""hovered"",""timeHovered"":1493,""week"":""2021-10-25""},{""time"":195366,""label"":""hovered"",""timeHovered"":1752,""week"":""2022-01-03""},{""time"":206100,""label"":""started_brush"",""startDate"":""2021-04-15"",""endDate"":""2021-07-23""},{""time"":211224,""label"":""moved_brush"",""startDate"":""2021-04-15"",""endDate"":""2021-07-23""},{""label"":""window_blurred"",""time"":211889},{""label"":""window_focused"",""time"":212008},{""time"":216765,""label"":""moved_brush"",""startDate"":""2021-04-15"",""endDate"":""2021-07-23""},{""time"":222376,""label"":""moved_brush"",""startDate"":""2021-10-29"",""endDate"":""2022-02-04""},{""time"":224778,""label"":""moved_brush"",""startDate"":""2021-10-29"",""endDate"":""2022-02-04""},{""time"":225089,""label"":""moved_brush"",""startDate"":""2021-10-29"",""endDate"":""2022-02-04""}]}","{""startTime"":1678937442150,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line +2023-03-15 23:30:58,2023-03-15 23:42:57,0,38.75.214.226,100,718,1,2023-03-15 23:42:57,R_1NmrAHsug9BVDhO,,,,,40.3658,-105.5142,anonymous,EN,1,6.435,6.435,7.417,1,,,,,,,,0,0,15.009,0,75,34,32,14.055,19.697,21.175,3,14.695,49.433,62.938,7,1,1,70.253,81.238,83.272,2,1,1,79.773,98.187,99.417,2,1,14.493,52.227,53.622,2,0,0,15.11,0,5,5,5,2,7,5,,12.575,23.438,26.25,6,5,2,7,7,7,5,The visualization makes sense when you look at it closely and I have no reason to believe the data is false,4.657,4.657,36.999,1,2,,6.949,19.799,23.985,15,2,7,3,4,1,5,6,0,0,28.498,0,1,2,9,7,1,8,4,3,,7.645,24.891,32.722,8,2,5,2,4,4,2,21.014,46.522,47.309,6,6,,7.932,7.932,9.75,1,1,2000,Washington,6,1,1,,7,,,8,4,2,2.566,90.266,95.309,17,63f4734905f91d8c0582dc27,"{""startTime"":1678937642082,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678937668860,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678937509178,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":20,""label"":""tour_started""},{""time"":12614,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1381,""week"":""51"",""id"":""chart""},{""time"":14688,""label"":""tour_next"",""step"":5},{""time"":26832,""label"":""started_brush"",""startDate"":""2021-05-10"",""endDate"":""2021-08-31""},{""time"":27986,""label"":""tour_next"",""step"":5},{""time"":34742,""label"":""moved_brush"",""startDate"":""2021-08-16"",""endDate"":""2021-12-07""},{""time"":35587,""label"":""tour_next"",""step"":5},{""time"":43112,""label"":""cleared_brush"",""using"":""Click""},{""time"":44351,""label"":""tour_next"",""step"":5},{""time"":49426,""label"":""tour_end"",""step"":5},{""time"":52694,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1104,""week"":""2"",""id"":""chart""},{""time"":55068,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4653,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678937626539,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,bar +2023-03-15 23:16:44,2023-03-15 23:43:43,0,75.176.42.56,100,1618,1,2023-03-15 23:43:43,R_ykAJEZujUPnVsCl,,,,,35.2296,-80.843,anonymous,EN,1,12.196,14.089,15.602,2,1,2,1,1.854,9.328,10.688,3,0,0,15.033,0,88,92,33,0.447,32,33.453,7,9.017,336.774,337.797,6,1,1,8.626,57.885,59.098,6,1,1,8.983,118.2,119.248,6,1,4.017,193.161,194.687,4,3.245,3.245,15.013,1,5,4,5,5,6,5,,0.68,249.735,251.386,12,4,5,4,2,3,4,I have no way of knowing if this is correct,2.066,2.066,24.603,1,6,,2.906,75.847,77.727,3,2,7,3,4,1,5,6,10.092,19.279,24.257,2,5,7,6,5,4,9,8,9,,2.819,38.47,39.876,12,3,4,3,2,4,3,11.994,72.714,73.751,9,5,1,5.29,19.7,21.086,5,1,1960,North Carolina,6,2,1,,7,,,16,1,1,7.383,223.184,224.387,37,61001d9b2e3d8a75a09f3db3,"{""startTime"":1678937184349,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":39941},{""label"":""window_focused"",""time"":240540}]}","{""startTime"":1678937438008,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678936708703,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":16,""label"":""tour_started""},{""label"":""window_blurred"",""time"":13754},{""label"":""window_focused"",""time"":266771},{""time"":290588,""label"":""tour_next"",""step"":2},{""time"":298408,""label"":""tour_end"",""step"":2},{""label"":""window_blurred"",""time"":315284},{""label"":""window_focused"",""time"":333375}]}","{""startTime"":1678937167736,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line +2023-03-15 23:31:40,2023-03-15 23:45:28,0,71.60.37.156,100,827,1,2023-03-15 23:45:29,R_2ScVCPLzCJkxtHE,,,,,40.2708,-76.8564,anonymous,EN,1,25.258,25.258,26.518,1,,,,,,,,0,0,15.009,0,86,100,69,17.985,31.386,32.446,3,5.046,18.03,19.309,4,1,1,29.758,126.359,128.39,3,-3,-3,64.743,141.178,155.041,3,-3,75.175,75.175,76.603,1,0,0,15.006,0,5,5,5,5,5,5,,25.857,52.806,56.121,8,5,5,3,1,1,5,It appears to be genuine,11.868,11.868,43.476,1,6,,6.696,7.912,10.204,2,2,7,3,4,1,5,6,0,0,22.878,0,8,8,10,8,8,10,10,10,,14.598,29.693,32.239,8,3,3,1,3,3,2,5.941,21.391,24.817,8,4,,2.653,2.653,6.56,1,2,1978,West Virginia,6,2,1,,3,,,3,1,2,1.535,106.355,110.584,14,62b9c2f1e55fe9f17dfedc5d,"{""startTime"":1678937779251,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678937835743,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678937588060,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":7670,""label"":""tour_next"",""step"":2},{""time"":14139,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678937763713,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,bar +2023-03-15 23:20:30,2023-03-15 23:45:42,0,73.15.243.91,100,1512,1,2023-03-15 23:45:43,R_DwwlzFU0v1N6hjz,,,,,38.5463,-122.8047,anonymous,EN,1,48.342,48.342,49.799,1,,,,,,,,0,0,15.024,0,83,60,46,73.169,92.757,93.915,3,35.043,48.58,88.412,3,1,1,63.327,89.538,91.855,2,-2,-1,97.405,181.371,183.101,2,1,71.288,71.288,73.033,1,0,0,15.015,0,5,2,3,5,7,3,I acknowledge answering incorrectly on previous questions about amounts. My eyes were aimed at the blue bars only.,33,228.141,229.925,12,5,5,5,7,2,4,I'm thinking that could be other factors involved with the numbers. Perhaps my answer should have been agree.,4.553,69.904,81.657,4,6,,14.409,21.9,69.83,4,2,7,3,4,1,5,6,0,0,32.516,0,6,9,8,9,8,9,10,10,Political party answer was an average of my feelings split between the two major parties.,12.745,66.833,114.308,9,3,4,2,2,4,4,20.012,60.255,61.93,6,2,,19.44,19.44,21.669,1,1,1959,California,3,1,1,,7,,,4,4,1,4.022,129.574,138.565,14,63d570d979c31656fece7c7d,"{""startTime"":1678937500520,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678937524604,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":18810,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2693,""week"":""1"",""id"":""chart""},{""time"":26821,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2193,""week"":""52"",""id"":""chart""},{""time"":35951,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1033,""week"":""52"",""id"":""chart""},{""time"":51169,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1636,""week"":""32"",""id"":""chart""}]}","{""startTime"":1678937004045,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":19,""label"":""tour_started""},{""time"":24278,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3402,""week"":""52"",""id"":""chart""},{""time"":27715,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2234,""week"":""1"",""id"":""chart""},{""time"":29949,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1970,""week"":""1"",""id"":""chart""},{""time"":35848,""label"":""tour_next"",""step"":2},{""time"":48571,""label"":""tour_end"",""step"":2},{""time"":49205,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2724,""week"":""1"",""id"":""chart""},{""time"":54275,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3524,""week"":""50"",""id"":""chart""},{""time"":58462,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2073,""week"":""50"",""id"":""chart""},{""time"":65385,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5661,""week"":""27"",""id"":""chart""},{""time"":71150,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1664,""week"":""28"",""id"":""chart""},{""time"":82257,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3441,""week"":""44"",""id"":""chart""}]}","{""startTime"":1678937276530,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":3955,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5861,""week"":""2"",""id"":""chart""}]}",0,moderate,bar +2023-03-15 23:29:17,2023-03-15 23:46:46,0,98.44.23.111,100,1049,1,2023-03-15 23:46:47,R_3R3I9RDQqajgkF5,,,,,29.7373,-95.3972,anonymous,EN,1,26.688,26.688,28.245,1,1,4,2,2.363,5.364,8.106,2,0,0,15.113,0,100,100,100,22.677,28.503,30.385,3,13.981,50.145,57.786,5,1,1,30.142,61.493,64.061,2,1,1,69.178,101.103,103.954,2,1,60.625,60.625,62.23,1,0,0,15.016,0,5,5,5,5,5,5,The source of data (CDC) it seems to be a reliable entity.,16.723,86.402,88.483,12,5,5,5,5,5,5,"I trust this visualization because it is a math study in graphic presentation. I assume that is not fake. So, I trust.",3.005,3.005,82.123,2,5,I like the study! It is an important issue to our country! Tks!,10.973,19.644,49.16,8,2,7,3,4,1,5,6,0,0,45.087,0,5,6,9,9,5,5,9,8,I like the study!,5.647,28.092,38.957,10,5,5,1,1,5,5,12.828,33.674,35.347,7,6,1,6.351,17.867,26.019,2,1,1951,New York,6,2,1,,8,White,,17,3,1,5.301,229.496,240.134,42,62885de1cdfe242015ccacef,"{""startTime"":1678937744029,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678937637898,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":769,""label"":""hovered"",""timeHovered"":1526,""week"":""2021-09-13""}]}","{""startTime"":1678937459113,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":19597,""label"":""hovered"",""timeHovered"":2267,""week"":""2021-07-26""},{""time"":29248,""label"":""hovered"",""timeHovered"":2466,""week"":""2022-01-10""},{""time"":33264,""label"":""hovered"",""timeHovered"":2238,""week"":""2022-01-10""},{""time"":38506,""label"":""hovered"",""timeHovered"":1125,""week"":""2022-02-07""},{""time"":43029,""label"":""tour_next"",""step"":2},{""time"":50137,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678937622126,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":4734,""label"":""hovered"",""timeHovered"":3183,""week"":""2021-09-20""},{""time"":10336,""label"":""hovered"",""timeHovered"":3799,""week"":""2022-01-10""}]}",1,moderate,line +2023-03-15 23:30:12,2023-03-15 23:46:52,0,107.15.147.100,100,1000,1,2023-03-15 23:46:53,R_d0QgZFzHGyztp4t,,,,,35.7704,-78.6293,anonymous,EN,1,3.943,11.845,13.448,3,,,,,,,,13.597,14.422,15.02,2,66,65,50,3.443,46.336,47.702,10,8.546,32.634,44.002,5,1,1,22.065,107.07,108.68,10,-3,-1,12.707,166.804,168.333,13,1,7.332,94.454,96.484,14,8.494,10.309,15.021,2,3,2,3,4,4,3,,12.758,48.721,52.203,11,4,4,2,3,2,3,IT'S NOT TOO Hard to understand it but the visuals are not too great.,5.546,5.546,87.106,1,4,,5.833,8.844,10.044,2,2,7,3,4,1,5,6,24.138,24.138,33.971,1,5,2,5,2,8,6,9,8,,10.892,37.044,39.072,12,1,1,3,5,1,1,14.408,45.545,46.815,8,4,,4.202,8.352,9.497,2,2,1978,North Carolina,4,2,1,,3,,,3,3,2,2.256,74.565,82.239,25,611144542cf9d49b089b7d55,"{""startTime"":1678937846007,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678937681222,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678937509142,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":37,""label"":""tour_started""},{""time"":13641,""label"":""tour_next"",""step"":2},{""time"":17320,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678937665098,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,bar +2023-03-15 23:09:24,2023-03-15 23:48:07,0,70.176.247.76,100,2322,1,2023-03-15 23:48:07,R_OrriS4729l0wavT,,,,,33.6338,-112.2066,anonymous,EN,1,143.275,143.275,145.755,1,,,,,,,,0,0,15.02,0,84,83,57,89.808,103.462,106.09,4,115.562,428.328,435.372,14,-2,1,164.088,229.46,234.855,4,-3,1,159.734,223.699,226.402,2,1,102.238,219.643,234.878,2,0,0,15.025,0,5,4,4,4,5,5,,182.035,233.178,236.232,8,5,5,5,3,5,5,"It is well organized, easy to read",4.886,24.782,136.826,2,6,,7.979,7.979,12.95,1,2,7,3,4,1,5,6,15.36,15.36,54.844,1,3,5,3,6,7,6,9,9,,7.428,27.157,30.797,9,4,4,1,1,4,4,19.689,45.546,51.109,6,2,,26.651,26.651,31.79,1,2,1954,Arizona,4,2,1,,7,,,10,4,1,5.664,89.806,94.925,11,5bf349126f97050001e6a6e6,"{""startTime"":1678937449261,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":27145},{""label"":""window_focused"",""time"":37282}]}","{""startTime"":1678937151419,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":13020,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8522,""week"":""52"",""id"":""chart""},{""time"":101851,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2011,""week"":""51"",""id"":""chart""},{""time"":110012,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":26024,""week"":""44"",""id"":""chart""}]}","{""startTime"":1678936461831,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":27,""label"":""tour_started""},{""time"":94648,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1140,""week"":""52"",""id"":""chart""},{""time"":96499,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1806,""week"":""52"",""id"":""chart""},{""time"":99665,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1124,""week"":""52"",""id"":""chart""},{""time"":101423,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2631,""week"":""52"",""id"":""chart""},{""time"":104083,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2088,""week"":""51"",""id"":""chart""},{""time"":111354,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2921,""week"":""41"",""id"":""chart""},{""time"":115530,""label"":""tour_next"",""step"":5},{""label"":""window_blurred"",""time"":172561},{""label"":""window_focused"",""time"":240729},{""time"":262039,""label"":""started_brush"",""startDate"":""2021-09-10"",""endDate"":""2021-09-30""},{""time"":263994,""label"":""tour_next"",""step"":5},{""time"":293408,""label"":""moved_brush"",""startDate"":""2021-12-03"",""endDate"":""2021-12-23""},{""time"":298237,""label"":""tour_next"",""step"":5},{""time"":366839,""label"":""cleared_brush"",""using"":""Click""},{""time"":366840,""label"":""cleared_brush"",""using"":""Escape""},{""time"":367355,""label"":""cleared_brush"",""using"":""Click""},{""time"":367356,""label"":""cleared_brush"",""using"":""Escape""},{""time"":367426,""label"":""cleared_brush"",""using"":""Click""},{""time"":367426,""label"":""cleared_brush"",""using"":""Escape""},{""time"":367480,""label"":""cleared_brush"",""using"":""Click""},{""time"":367480,""label"":""cleared_brush"",""using"":""Escape""},{""time"":370533,""label"":""tour_next"",""step"":5},{""time"":428296,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678937135583,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":14148,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1065,""week"":""2"",""id"":""chart""}]}",0,complex,bar +2023-03-15 23:36:30,2023-03-15 23:49:26,0,68.2.166.201,100,775,1,2023-03-15 23:49:26,R_3Jw6TBqICUEeHUc,,,,,33.8874,-111.9508,anonymous,EN,1,5.266,8.808,9.745,6,1,1,1,4.128,15.313,15.798,6,4.972,5.895,15.13,3,49,77,84,3.852,36.444,36.981,21,4.021,59.452,62.28,7,1,-2,2.057,81.759,83.966,7,1,1,4.378,80.721,82.001,33,1,48.149,48.149,50.102,1,0,0,15.12,0,3,3,3,4,5,7,,33.535,60.322,61.205,13,3,5,4,4,3,3,There is no way to verify this data set on its validity.,5.844,5.844,46.247,1,2,,7.532,12.084,14.059,3,2,7,3,4,1,5,6,14.544,22.28,35.631,4,2,4,6,7,2,5,8,9,,9.316,30.909,31.997,15,4,4,2,2,5,4,11.649,32.121,32.766,12,2,1,8.706,21.834,22.893,9,1,1954,Arizona,6,3,1,,7,,,14,4,1,5.762,69.976,71.057,40,63cd7b78fff71624a85b294f,"{""startTime"":1678938058999,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":3257,""label"":""hovered"",""timeHovered"":1001,""week"":""2022-01-10""}]}","{""startTime"":1678938125009,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678937893760,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":18206,""label"":""hovered"",""timeHovered"":11038,""week"":""2022-01-03""},{""time"":31538,""label"":""hovered"",""timeHovered"":1257,""week"":""2022-02-07""},{""time"":35034,""label"":""hovered"",""timeHovered"":1027,""week"":""2022-01-03""},{""time"":40703,""label"":""hovered"",""timeHovered"":1407,""week"":""2021-04-12""},{""time"":47794,""label"":""tour_next"",""step"":2},{""time"":55986,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678938042646,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":10034,""label"":""hovered"",""timeHovered"":5243,""week"":""2022-01-03""}]}",1,simple,line +2023-03-15 23:33:59,2023-03-15 23:49:38,0,74.98.1.202,100,938,1,2023-03-15 23:49:38,R_2wte51ILtLuyP5T,,,,,41.0217,-78.4418,anonymous,EN,1,64.509,64.509,66.299,1,,,,,,,,0,0,15.108,0,81,85,52,63.736,74.473,75.572,4,11.99,19.221,23.351,2,1,1,35.441,67.376,69.169,2,1,1,98.504,113.785,116.772,2,1,83.738,83.738,85.895,1,0,0,15.108,0,5,5,3,6,5,4,,59.248,82.232,87.101,6,5,6,3,1,1,4,There is no reason for anyone to issue dishonest data.,6.299,6.299,66.454,1,3,,7.826,7.826,10.427,1,2,7,3,4,1,5,6,0,0,30.881,0,4,5,4,4,5,5,8,7,,7.017,30.177,32.628,8,3,4,2,3,4,3,14.699,37.083,38.095,7,5,,5.254,5.254,7.154,1,1,1961,Pennsylvania,6,2,1,,7,,,10,4,2,5.192,90.591,96.94,12,5ee4b29de1640f1bc85da97b,"{""startTime"":1678937938728,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678938027120,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678937828929,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":11979,""label"":""tour_next"",""step"":2},{""time"":19210,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678937922829,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,line +2023-03-15 23:36:30,2023-03-15 23:49:50,0,173.80.125.77,100,799,1,2023-03-15 23:49:50,R_3fje8LKWz0uiKy6,,,,,38.6549,-80.6785,anonymous,EN,1,34.15,34.15,35.192,1,,,,,,,,0,0,15.013,0,92,84,53,18.989,30.517,31.586,6,33.146,39.874,49.288,2,1,1,32.064,52.568,53.995,2,1,1,48.259,67.187,68.978,2,1,56.638,56.638,58.132,1,0,0,15.116,0,3,4,3,4,5,2,The CCA would seem to have a vested interest in underreporting problems (IMHO).,31.626,100.008,107.682,8,5,5,4,7,7,2,"As I stated previously, the CCA has a vested interest in providing LOW numbers. Even though the chart may display the reported data accurately, who the heck knows if the data itself is worth a darn?",2.827,2.827,66.773,1,2,none,6.155,8.283,11.866,2,2,7,3,4,1,5,6,0,0,21.441,0,2,8,4,7,6,4,8,7,none,6.587,48.019,51.34,14,2,1,3,4,1,2,8.562,30.242,31.346,6,4,,5.912,5.912,8.08,1,1,1964,West Virginia,6,2,1,,7,,,4,1,2,3.059,100.985,106.538,19,5c3b70640eaa0100018ea877,"{""startTime"":1678938017009,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":37732,""label"":""hovered"",""timeHovered"":4798,""week"":""2021-07-19""}]}","{""startTime"":1678938125199,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678937882164,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":22452,""label"":""hovered"",""timeHovered"":3820,""week"":""2021-12-13""},{""time"":26506,""label"":""hovered"",""timeHovered"":1034,""week"":""2021-12-13""},{""time"":33135,""label"":""tour_next"",""step"":2},{""time"":39862,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678938001204,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,line +2023-03-15 23:39:57,2023-03-15 23:49:57,0,24.18.93.139,100,600,1,2023-03-15 23:49:58,R_PXmeEmWYxJPrvcB,,,,,47.648,-117.4209,anonymous,EN,1,8.643,8.643,9.83,1,1,4,1,5.771,8.373,10.118,2,0,0,15.112,0,81,85,67,11.95,24.208,26.384,7,43.21,50.389,61.925,2,1,1,36.15,49.68,51.001,2,-2,-2,41.89,74.75,76.931,2,-3,13.675,48.141,50.599,3,0,0,15.112,0,5,2,5,5,5,5,,1.555,24.99,27.801,7,5,5,5,5,5,5,I trust the CDC -- and those are actual numbers not ballpark figures. If they aren't exactly accurate they show general trends and I trust that.,4.233,39.933,42.919,3,5,,5.758,5.758,8.204,1,2,7,3,4,1,5,6,0,0,20.434,0,7,7,6,8,9,5,10,10,,7.734,25.914,28.707,8,5,5,1,2,5,5,3.341,20.59,23.082,6,2,1,1.842,14.426,17.158,2,1,1950,Washington,3,3,1,,7,,,6,4,1,2.035,46.991,58.81,12,5dc483cf74939e34e55c3619,"{""startTime"":1678938230008,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678938258540,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678938073377,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":19,""label"":""tour_started""},{""time"":6317,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2832,""week"":""52"",""id"":""chart""},{""time"":18100,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3266,""week"":""2"",""id"":""chart""},{""time"":22017,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8633,""week"":""50"",""id"":""chart""},{""time"":31155,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4762,""week"":""52"",""id"":""chart""},{""time"":36220,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2714,""week"":""2"",""id"":""chart""},{""time"":40291,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1843,""week"":""6"",""id"":""chart""},{""time"":43200,""label"":""tour_next"",""step"":2},{""time"":50378,""label"":""tour_end"",""step"":2},{""time"":52324,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1443,""week"":""40"",""id"":""chart""},{""time"":53804,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4045,""week"":""39"",""id"":""chart""}]}","{""startTime"":1678938213449,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":10751,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1246,""week"":""44"",""id"":""chart""},{""time"":13135,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1612,""week"":""52"",""id"":""chart""}]}",1,moderate,bar +2023-03-15 23:24:47,2023-03-15 23:50:09,0,172.119.206.210,100,1521,1,2023-03-15 23:50:10,R_2Emlandhlf0ubba,,,,,34.11,-117.2955,anonymous,EN,1,26.546,26.546,28.509,1,2,,2,2.75,2.75,4.504,1,0,0,15.122,0,85,100,64,28.113,66.612,70.164,5,26.869,38.239,114.186,2,-3,1,60.179,143.066,153.69,2,-3,-3,114.904,183.424,185.728,2,-2,257.817,257.817,261.143,1,0,0,15.11,0,4,4,4,6,6,4,,26.255,45.173,49.319,6,4,6,6,3,6,4,"The information/data varies from different ""reputable"" sources. Therefore I tried to find consensus or the most frequent common ground stats while analyzing the data.",7.452,213.958,219.961,7,5,,7.556,7.556,13.432,1,2,7,3,4,1,5,6,0,0,43.749,0,4,4,4,4,4,4,9,6,,5.103,55.052,60.902,10,4,4,1,2,5,5,8.759,32.579,35.502,6,4,1,4.655,15.533,25.602,3,1,1972,California,6,2,1,,3,,,9,2,1,3.304,158.406,165.002,13,5eb074c7e612c1129942044c,"{""startTime"":1678937539547,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678937589542,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678937222793,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":26,""label"":""tour_started""},{""time"":17540,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3907,""week"":""2"",""id"":""chart""},{""time"":26857,""label"":""tour_next"",""step"":2},{""time"":38227,""label"":""tour_end"",""step"":2},{""time"":41829,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2750,""week"":""47"",""id"":""chart""},{""time"":47921,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1581,""week"":""20"",""id"":""chart""},{""time"":52331,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2484,""week"":""14"",""id"":""chart""},{""time"":61932,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4141,""week"":""23"",""id"":""chart""},{""time"":70625,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1282,""week"":""16"",""id"":""chart""},{""time"":72176,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3771,""week"":""15"",""id"":""chart""},{""time"":76208,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3263,""week"":""14"",""id"":""chart""},{""time"":82955,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1509,""week"":""33"",""id"":""chart""},{""time"":85587,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":10334,""week"":""52"",""id"":""chart""},{""time"":97009,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2916,""week"":""1"",""id"":""chart""},{""time"":102130,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4789,""week"":""6"",""id"":""chart""}]}","{""startTime"":1678937523768,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":3626,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3019,""week"":""1"",""id"":""chart""},{""time"":8834,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2053,""week"":""51"",""id"":""chart""},{""time"":10939,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1000,""week"":""50"",""id"":""chart""},{""time"":11979,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1264,""week"":""49"",""id"":""chart""}]}",1,moderate,bar +2023-03-15 23:29:32,2023-03-15 23:53:20,0,71.179.233.54,100,1427,1,2023-03-15 23:53:20,R_1mnj6fwa1WD7zqj,,,,,39.3709,-76.8003,anonymous,EN,1,18.2,56.837,59.75,5,2,,2,3.37,3.37,5.783,1,14.272,14.272,15.127,1,65,100,52,0.124,117.916,120.201,20,23.191,76.67,78.275,5,-2,1,3.197,303.337,304.13,24,-3,-3,34.074,190.799,193.539,21,-3,11.665,111.519,112.669,12,4.082,4.082,15.01,1,5,6,6,4,6,6,,4.529,36.192,39.194,10,5,4,4,5,4,6,I think they really researched well and came up with their conclusions ,3.208,3.208,88.642,1,1,,7.735,7.735,9.507,1,2,7,3,4,1,5,6,6.787,34.529,35.663,2,1,1,4,4,5,1,11,8,,4.969,19.704,21.898,9,1,1,5,3,3,1,73.202,113.333,114.885,12,5,3,4.011,16.311,17.202,5,2,1984,Maryland,2,3,1,,3,,,4,1,2,2.824,91.304,97.647,23,63fe65bdfad2487269dc02b5,"{""startTime"":1678938011891,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678938052525,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678937611820,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":128,""label"":""tour_started""},{""time"":23069,""label"":""tour_next"",""step"":2},{""time"":43761,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678937996065,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar +2023-03-15 23:40:05,2023-03-15 23:53:21,0,24.17.213.246,100,796,1,2023-03-15 23:53:21,R_9QvVWaEdCF6HHJ7,,,,,47.5079,-122.1773,anonymous,EN,1,6.799,6.799,8.354,1,1,4,2,2.354,6.993,8.943,2,0,0,15.114,0,100,99,99,53.561,62.679,64.711,4,8.466,100.567,104.46,17,1,1,21.36,55.616,66.091,4,1,1,17.109,72.8,75.208,3,-3,59.405,86.231,88.611,2,0,0,15.125,0,5,5,5,5,5,5,,0.637,40.264,82.908,8,5,5,5,3,5,5,It is a from a good source.,5.781,5.781,23.77,1,5,,6.693,6.693,9.685,1,2,7,3,4,1,5,6,0,0,21.388,0,8,8,8,8,9,8,9,9,,7.117,46.288,48.514,15,4,4,2,2,4,4,4.424,18.116,19.408,6,2,1,13.917,24.359,27.064,2,1,1960,Washington,6,2,1,,7,,,6,4,2,3.587,64.806,68.305,12,6056962634a5230dacdb63fc,"{""startTime"":1678938327462,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678938412192,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678938117350,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":39,""label"":""tour_started""},{""time"":12740,""label"":""tour_next"",""step"":5},{""time"":71757,""label"":""started_brush"",""startDate"":""2021-06-15"",""endDate"":""2021-08-15""},{""time"":73838,""label"":""tour_next"",""step"":5},{""time"":82295,""label"":""moved_brush"",""startDate"":""2021-06-22"",""endDate"":""2021-08-22""},{""time"":83430,""label"":""tour_next"",""step"":5},{""time"":92356,""label"":""cleared_brush"",""using"":""click""},{""time"":92362,""label"":""cleared_brush"",""using"":""Escape""},{""time"":94156,""label"":""tour_next"",""step"":5},{""time"":100588,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678938311720,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":9206,""label"":""hovered"",""timeHovered"":1440,""week"":""2021-12-27""}]}",1,complex,line +2023-03-15 23:42:22,2023-03-15 23:53:46,0,72.197.120.218,100,684,1,2023-03-15 23:53:47,R_2sX85StpiwK3GVD,,,,,32.7449,-117.165,anonymous,EN,1,6.053,7.501,8.312,2,,,,,,,,0,0,15.11,0,100,99,50,22.773,36.032,38.631,6,24.182,32.574,37.71,2,-2,1,38.939,58.072,60.256,2,-2,1,54.725,85.093,87.518,2,1,0.219,53.17,55.931,2,0,0,15.11,0,5,5,6,5,5,6,no comments,10.965,33.898,41.755,8,5,5,5,7,7,6,The data seems clear and correct,3.888,3.888,20.404,1,6,,8.428,11.221,13.895,3,2,7,3,4,1,5,6,0,0,25.84,0,7,8,8,9,6,6,10,10,,6.155,28.993,31.338,10,2,3,4,3,4,3,14.917,47.023,48.386,6,2,,8.444,8.444,11.158,1,1,1938,California,7,3,1,,7,,,10,4,2,1.615,94.219,106.314,19,62e5ed723490aa324bc05d84,"{""startTime"":1678938329088,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678938371445,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678938214417,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":15970,""label"":""hovered"",""timeHovered"":1282,""week"":""2021-11-01""},{""time"":19070,""label"":""hovered"",""timeHovered"":1082,""week"":""2022-01-03""},{""time"":21353,""label"":""hovered"",""timeHovered"":1050,""week"":""2022-01-17""},{""time"":24173,""label"":""tour_next"",""step"":2},{""time"":32566,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678938313345,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,line +2023-03-15 23:23:01,2023-03-15 23:53:51,0,70.188.104.216,100,1849,1,2023-03-15 23:53:51,R_pyhmM2Z79aU6M81,,,,,30.0053,-91.8226,anonymous,EN,1,77.642,171.169,172.406,2,,,,,,,,0,0,15.116,0,92,91,100,4.001,93.999,95.806,5,22.222,95.742,106.605,3,1,1,43.636,95.5,97.204,2,-2,1,135.219,198.682,203.004,10,-1,98.15,98.15,109.078,1,0,0,15.113,0,5,3,3,4,6,3,,66.488,110.968,117.272,6,4,4,5,7,3,3,"i never trust one source. I would normally do more research before believing one source.,",19.222,19.222,254.827,1,2,,78.4,78.4,90.326,1,2,7,3,4,1,5,6,0,0,78.805,0,1,5,6,8,8,4,7,9,,66.393,87.161,90.131,8,4,4,1,4,4,4,40.161,90.895,91.782,8,4,,11.652,11.652,13.452,1,2,1964,Louisiana,8,1,1,,3,,,3,3,1,6.623,82.738,92.876,15,63336348c3ae085755192b6a,"{""startTime"":1678938028009,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678937700837,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":112,""label"":""hovered"",""timeHovered"":3203,""week"":""2022-01-10""},{""time"":3320,""label"":""hovered"",""timeHovered"":2388,""week"":""2022-01-10""},{""time"":5712,""label"":""hovered"",""timeHovered"":2699,""week"":""2022-01-10""},{""time"":8951,""label"":""hovered"",""timeHovered"":2948,""week"":""2022-01-10""}]}","{""startTime"":1678937374020,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":26573,""label"":""hovered"",""timeHovered"":2279,""week"":""2021-12-06""},{""time"":29325,""label"":""hovered"",""timeHovered"":1960,""week"":""2022-01-10""},{""time"":35385,""label"":""hovered"",""timeHovered"":1134,""week"":""2022-02-07""},{""time"":37052,""label"":""hovered"",""timeHovered"":1217,""week"":""2022-01-03""},{""time"":40839,""label"":""tour_next"",""step"":2},{""time"":95648,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678937685172,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,line +2023-03-15 23:30:45,2023-03-15 23:54:09,0,76.168.74.11,100,1403,1,2023-03-15 23:54:10,R_oXcQXwPKd5ReXS1,,,,,34.0544,-118.2441,anonymous,EN,1,135.602,135.602,137.331,1,1,3,2,3.628,6.312,7.912,2,8.297,10.418,15.02,2,92,93,75,29.671,44.001,44.988,8,20.554,31.055,63.176,2,1,-3,91.917,121.992,123.876,2,-3,-3,29.423,146.736,150.226,4,1,55.109,55.109,57.379,1,0,0,15.019,0,5,4,5,5,5,5,,89.24,102.915,114.365,7,4,5,5,5,5,5,I agree because the visualization looks credible and easy to understand.,3.683,3.683,68.902,1,5,,6.863,10.134,12.938,5,2,7,3,4,1,5,6,0,0,31.067,0,7,8,8,8,6,5,9,10,,35.561,47.186,49.64,9,2,2,4,4,2,2,63.986,98.252,99.135,6,2,1,2.625,13.732,16.286,2,2,1975,California,4,2,1,,4,,,7,2,2,1.292,108.524,122.999,20,559e82dffdf99b7a9a124180,"{""startTime"":1678938059019,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":105151},{""label"":""window_focused"",""time"":110265}]}","{""startTime"":1678938173905,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678937828516,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":20540,""label"":""tour_next"",""step"":2},{""time"":31041,""label"":""tour_end"",""step"":2},{""time"":33458,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2349,""week"":""52"",""id"":""chart""},{""time"":53386,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1230,""week"":""37"",""id"":""chart""},{""time"":60425,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1742,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678938043221,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar +2023-03-15 23:36:46,2023-03-15 23:55:48,0,24.22.183.227,100,1142,1,2023-03-15 23:55:49,R_28A460fi7PuVbyG,,,,,47.7946,-122.2193,anonymous,EN,1,11.241,11.241,12.529,1,1,4,2,3.324,7.894,9.52,2,0,0,15.01,0,100,50,50,22.801,36.711,38.276,3,33.113,144.425,172.336,18,1,-2,23.37,47.813,49.372,2,1,1,84.401,112.068,114.228,2,1,23.682,73.705,88.14,12,0,0,15.108,0,5,3,6,4,5,6,"I trust the data, but I don't know how accurate it actually is, because people were home testing and not reporting and asymptomatic cases are not taken into account. But I think, given the constraints of the data collection, it is very accurate. The graph was much better with the interactive features. ",17.476,72.226,168.258,9,4,5,6,3,3,6,"Again, given the constraints of the data collection, it is the best scientific data we have on Covid and because it was based on data from the CDC. Of course, it is dated now, and does not take into account the latest dominant strain of Covid, so I don't know how predictive it will be of our current situation, where cases did not spike in January, as predicted.",6.121,6.121,106.404,1,4,None. Thank you.,12.321,21.563,29.122,3,2,7,3,4,1,5,6,0,0,25.983,0,5,8,8,8,7,5,11,10,"It depends on which individual organization in the group -- say, the New York Times or Fox News.",11.669,42.067,86.225,9,5,5,1,1,5,4,11.563,42.751,43.6,6,2,1,3.674,17.852,22.901,2,2,1958,Washington,8,2,1,,2,,,10,4,1,4.381,74.269,76.753,13,629d16db307da2e64ea7b1e7,"{""startTime"":1678938176371,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":1922,""label"":""hovered"",""timeHovered"":3413,""week"":""2021-12-27""},{""time"":5349,""label"":""hovered"",""timeHovered"":5993,""week"":""2021-12-27""}]}","{""startTime"":1678938345424,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678937899122,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":20398,""label"":""hovered"",""timeHovered"":2600,""week"":""2022-01-03""},{""time"":23548,""label"":""hovered"",""timeHovered"":2731,""week"":""2022-01-17""},{""time"":26280,""label"":""hovered"",""timeHovered"":2315,""week"":""2022-01-10""},{""time"":33107,""label"":""tour_next"",""step"":5},{""time"":57836,""label"":""started_brush"",""startDate"":""2021-07-15"",""endDate"":""2021-07-17""},{""time"":67849,""label"":""started_brush"",""startDate"":""2021-06-26"",""endDate"":""2021-10-14""},{""time"":73418,""label"":""moved_brush"",""startDate"":""2021-06-26"",""endDate"":""2021-12-03""},{""time"":75136,""label"":""tour_next"",""step"":5},{""time"":93181,""label"":""moved_brush"",""startDate"":""2021-06-26"",""endDate"":""2021-12-03""},{""time"":95885,""label"":""moved_brush"",""startDate"":""2021-06-28"",""endDate"":""2021-12-05""},{""time"":104153,""label"":""cleared_brush"",""using"":""click""},{""time"":109029,""label"":""tour_next"",""step"":5},{""time"":123308,""label"":""cleared_brush"",""using"":""click""},{""time"":123309,""label"":""cleared_brush"",""using"":""Escape""},{""time"":124890,""label"":""tour_next"",""step"":5},{""time"":133888,""label"":""tour_end"",""step"":5},{""time"":137724,""label"":""cleared_brush"",""using"":""click""},{""time"":154559,""label"":""started_brush"",""startDate"":""2021-05-14"",""endDate"":""2022-02-13""},{""time"":165767,""label"":""moved_brush"",""startDate"":""2021-12-15"",""endDate"":""2022-02-13""}]}","{""startTime"":1678938160753,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":6151,""label"":""hovered"",""timeHovered"":1640,""week"":""2021-12-27""},{""time"":9046,""label"":""hovered"",""timeHovered"":2481,""week"":""2022-01-03""}]}",1,complex,line +2023-03-15 23:26:47,2023-03-15 23:56:38,0,173.170.102.175,100,1790,1,2023-03-15 23:56:38,R_3qyVOI1FX6H7SGm,,,,,28.2987,-82.6902,anonymous,EN,1,673.431,678.227,678.77,8,,,,,,,,0,0,15.01,0,66,92,50,15.089,42.166,43.229,25,2.19,277.257,277.735,23,1,1,2.228,45.139,45.513,15,-3,1,1.744,104.883,105.55,45,-1,13.867,83.298,83.693,33,0,0,15.01,0,5,4,4,5,5,4,I didn't realize I needed to memorize the data to answer the question. Not being able to use the monthy filter on the page with the question was why I didn't know the answer. ,5.718,199.168,202.655,75,4,6,5,2,4,5,I have no reason not too. It makes sense and is feasible. ,1.837,39.246,46.551,3,3,,9.226,15.64,18.485,9,2,7,3,4,1,5,6,4.209,14.685,15.128,2,1,2,8,6,3,7,9,5,,1.126,29.005,31.855,23,4,4,1,2,4,4,4.804,32.107,32.584,14,4,,8.589,9.949,10.373,3,2,1968,Florida,6,1,1,,7,,,8,2,1,7.288,103.409,104.227,40,55b3120cfdf99b6ef6263a71,"{""startTime"":1678938332023,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":45588,""label"":""cleared_brush"",""using"":""click""},{""time"":50086,""label"":""cleared_brush"",""using"":""click""},{""time"":52896,""label"":""started_brush"",""startDate"":""2021-08-05"",""endDate"":""2021-08-08""},{""time"":57717,""label"":""cleared_brush"",""using"":""click""},{""time"":61616,""label"":""started_brush"",""startDate"":""2022-02-06"",""endDate"":""2022-02-13""},{""time"":67446,""label"":""started_brush"",""startDate"":""2021-12-06"",""endDate"":""2022-01-06""}]}","{""startTime"":1678938536303,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678937954050,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":37734,""label"":""hovered"",""timeHovered"":2465,""week"":""2021-05-03""},{""time"":42734,""label"":""hovered"",""timeHovered"":3749,""week"":""2021-04-26""},{""time"":50200,""label"":""hovered"",""timeHovered"":1432,""week"":""2021-11-29""},{""time"":56135,""label"":""tour_next"",""step"":5},{""time"":105187,""label"":""started_brush"",""startDate"":""2021-07-10"",""endDate"":""2021-08-23""},{""time"":110065,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-05-25""},{""time"":117266,""label"":""started_brush"",""startDate"":""2021-06-07"",""endDate"":""2021-07-08""},{""time"":118942,""label"":""tour_next"",""step"":5},{""time"":132455,""label"":""moved_brush"",""startDate"":""2021-06-09"",""endDate"":""2021-07-10""},{""time"":135793,""label"":""moved_brush"",""startDate"":""2021-06-05"",""endDate"":""2021-07-06""},{""time"":141249,""label"":""moved_brush"",""startDate"":""2021-06-05"",""endDate"":""2021-07-06""},{""time"":145622,""label"":""moved_brush"",""startDate"":""2021-06-07"",""endDate"":""2021-07-06""},{""time"":148587,""label"":""moved_brush"",""startDate"":""2021-08-12"",""endDate"":""2021-09-11""},{""time"":150564,""label"":""tour_next"",""step"":5},{""time"":163116,""label"":""cleared_brush"",""using"":""click""},{""time"":165281,""label"":""cleared_brush"",""using"":""click""},{""time"":165282,""label"":""cleared_brush"",""using"":""Escape""},{""time"":167141,""label"":""tour_next"",""step"":5},{""time"":189210,""label"":""tour_end"",""step"":5},{""time"":51867,""label"":""hovered"",""timeHovered"":138569,""week"":""2022-01-31""},{""time"":194288,""label"":""hovered"",""timeHovered"":9038,""week"":""2022-01-31""},{""time"":204089,""label"":""hovered"",""timeHovered"":8307,""week"":""2022-02-07""},{""time"":216227,""label"":""started_brush"",""startDate"":""2021-05-09"",""endDate"":""2021-06-06""},{""time"":219775,""label"":""started_brush"",""startDate"":""2021-06-10"",""endDate"":""2021-07-15""},{""time"":222767,""label"":""moved_brush"",""startDate"":""2021-06-10"",""endDate"":""2021-07-15""},{""time"":223745,""label"":""moved_brush"",""startDate"":""2021-06-10"",""endDate"":""2021-07-15""},{""time"":224491,""label"":""cleared_brush"",""using"":""click""},{""time"":224493,""label"":""cleared_brush"",""using"":""Escape""},{""time"":227243,""label"":""started_brush"",""startDate"":""2021-07-04"",""endDate"":""2021-08-10""},{""time"":232894,""label"":""moved_brush"",""startDate"":""2021-07-24"",""endDate"":""2021-08-29""},{""time"":237317,""label"":""moved_brush"",""startDate"":""2021-08-04"",""endDate"":""2021-09-09""},{""time"":239941,""label"":""moved_brush"",""startDate"":""2021-09-05"",""endDate"":""2021-10-11""},{""time"":242926,""label"":""moved_brush"",""startDate"":""2021-10-07"",""endDate"":""2021-11-12""},{""time"":247251,""label"":""moved_brush"",""startDate"":""2021-11-11"",""endDate"":""2021-12-17""},{""time"":250935,""label"":""moved_brush"",""startDate"":""2021-10-06"",""endDate"":""2021-12-17""},{""time"":253720,""label"":""moved_brush"",""startDate"":""2021-08-08"",""endDate"":""2021-12-17""},{""time"":256620,""label"":""moved_brush"",""startDate"":""2021-11-03"",""endDate"":""2021-12-17""},{""time"":259966,""label"":""moved_brush"",""startDate"":""2021-11-03"",""endDate"":""2021-12-07""},{""time"":260807,""label"":""moved_brush"",""startDate"":""2021-11-03"",""endDate"":""2021-12-07""},{""time"":264046,""label"":""moved_brush"",""startDate"":""2021-12-01"",""endDate"":""2022-01-04""},{""time"":275335,""label"":""moved_brush"",""startDate"":""2022-01-03"",""endDate"":""2022-02-06""}]}","{""startTime"":1678938316622,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line +2023-03-15 23:43:25,2023-03-15 23:57:39,0,76.183.188.244,100,854,1,2023-03-15 23:57:40,R_265WSOU3xSXUGMA,,,,,33.1909,-96.6198,anonymous,EN,1,10.872,10.872,12.214,1,,,,,,,,0,0,15.133,0,75,88,87,6.059,24.303,26.601,14,4.746,8.578,14.273,2,1,1,4.166,6.509,8.102,2,-2,1,24.249,26.698,28.557,2,1,69.224,69.224,71.495,1,0,0,16.764,0,3,2,3,2,2,3,,16.49,25.89,29.568,9,2,2,2,2,2,3,I am not sure of the credibility of the data,18.557,18.557,36.429,1,4,,48.56,49.756,51.868,2,2,7,4,3,1,5,6,66.887,66.887,80.805,1,4,7,4,6,6,8,10,10,,18.985,36.898,39.229,8,4,4,2,2,4,4,27.012,38.938,40.217,6,2,,2.599,2.599,13.51,1,1,1974,Alabama,6,1,1,,2,,,14,4,1,29.111,248.557,252.579,15,637ef4d4e9abb3274bc1c925,"{""startTime"":1678938436671,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_focused"",""time"":12349}]}","{""startTime"":1678938364978,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_focused"",""time"":12697},{""label"":""window_blurred"",""time"":31089}]}","{""startTime"":1678938295212,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":39,""label"":""tour_started""},{""time"":4731,""label"":""tour_next"",""step"":2},{""time"":8562,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678938343681,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":7052}]}",0,moderate,bar +2023-03-15 23:44:18,2023-03-15 23:59:45,0,69.228.147.103,100,926,1,2023-03-15 23:59:46,R_3hsjVQPV76OWn3s,,,,,36.1219,-79.7777,anonymous,EN,1,9.516,9.516,10.984,1,1,3,2,1.973,12.167,13.722,2,0,0,15.118,0,100,10,45,34.695,45.165,71.718,10,31.865,54.26,57.263,4,-2,-3,32.088,85.503,87.271,3,-3,1,40.739,91.446,92.784,3,-3,86.881,86.881,114.2,1,0,0,15.012,0,5,5,6,6,6,6,,14.496,47.371,48.854,6,6,6,5,4,4,5,The graphs are believable because it gives me the dame data that we were given during that time. Those that got the shots were less likely to get sick. ,7.82,70.69,71.162,2,6,,6.092,6.729,9.622,2,2,7,3,4,1,5,6,0,0,32.618,0,8,9,8,10,6,8,10,10,,7.506,23.856,26.626,8,4,4,3,2,4,4,9.292,30.403,32.054,6,2,1,4.617,13.611,17.571,2,2,1957,North Carolina,6,2,1,,3,,,9,2,1,1.668,138.062,145.496,22,5fc50bb38378c80ac88354ef,"{""startTime"":1678938694143,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678938550904,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678938389871,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":20,""label"":""tour_started""},{""time"":13437,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6238,""week"":""35"",""id"":""chart""},{""time"":20693,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6524,""week"":""1"",""id"":""chart""},{""time"":33900,""label"":""tour_next"",""step"":2},{""time"":33916,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7983,""week"":""46"",""id"":""chart2""},{""time"":43051,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2770,""week"":""43"",""id"":""chart2""},{""time"":47672,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5072,""week"":""52"",""id"":""chart2""},{""time"":54250,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678938535358,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar +2023-03-15 23:31:12,2023-03-16 00:02:27,0,172.11.51.206,100,1874,1,2023-03-16 00:02:27,R_06YER2wSPEDOpep,,,,,41.4722,-81.745,anonymous,EN,1,4.129,4.129,5.902,1,1,4,2,13.176,16.66,18.698,2,0,0,15.014,0,92,60,44,77.953,99.627,101.713,4,60.329,220.461,253.547,18,1,1,32.014,84.664,90.02,5,-3,-3,78.833,126.747,146.225,2,1,12.235,162.294,166.535,6,0,0,15.013,0,4,2,4,5,5,5,"Agree my one thought which would make me question the data some would be the since taking the vaccine would lower the effects of Covid, the actual numbers of vaccinated people with covid could be higher since many may have had cases so mild they did not even test",13.165,184.466,190.643,12,4,3,4,4,2,4,"It's well known that while the Covid vaccine won't stop you from getting Covid it will help, so it is sensible that the numbers are lower. It is also likely the vaccinated individuals would get less sick thus making them less likely to get tested, which would be reflected in the numbers",6.326,175.577,192.787,6,5,,6.368,7.768,11.341,2,2,7,3,4,1,5,6,0,0,23.828,0,7,8,10,8,5,8,9,9,,6.294,23.982,27.143,8,5,5,1,1,5,5,7.893,27.999,33.54,6,4,2,3.486,8.237,11.026,2,1,1964,Ohio,6,2,1,,9,,Cleveland,9,4,1,2.825,64.376,74.371,15,62ef104b5e9352c2ead31fde,"{""startTime"":1678938732054,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678938062480,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":68868},{""label"":""window_focused"",""time"":70670},{""label"":""window_blurred"",""time"":457001},{""label"":""window_focused"",""time"":460087}]}","{""startTime"":1678937625700,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":34092,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6214,""week"":""52"",""id"":""chart""},{""time"":41943,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8318,""week"":""52"",""id"":""chart""},{""time"":51940,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3018,""week"":""2"",""id"":""chart""},{""time"":60325,""label"":""tour_next"",""step"":5},{""time"":74496,""label"":""tour_back"",""step"":5},{""time"":81832,""label"":""tour_next"",""step"":5},{""time"":86634,""label"":""tour_back"",""step"":5},{""time"":105873,""label"":""tour_next"",""step"":5},{""time"":128504,""label"":""cleared_brush"",""using"":""Click""},{""time"":132370,""label"":""started_brush"",""startDate"":""2021-07-30"",""endDate"":""2021-10-06""},{""time"":138938,""label"":""cleared_brush"",""using"":""Click""},{""time"":141436,""label"":""started_brush"",""startDate"":""2021-11-23"",""endDate"":""2022-02-07""},{""time"":145802,""label"":""tour_next"",""step"":5},{""time"":157807,""label"":""moved_brush"",""startDate"":""2021-11-13"",""endDate"":""2022-01-28""},{""time"":159456,""label"":""tour_next"",""step"":5},{""time"":181681,""label"":""tour_back"",""step"":5},{""time"":191835,""label"":""moved_brush"",""startDate"":""2021-11-13"",""endDate"":""2022-01-28""},{""time"":193268,""label"":""moved_brush"",""startDate"":""2021-10-18"",""endDate"":""2022-01-02""},{""time"":195033,""label"":""tour_next"",""step"":5},{""time"":209980,""label"":""cleared_brush"",""using"":""Click""},{""time"":209980,""label"":""cleared_brush"",""using"":""Escape""},{""time"":213756,""label"":""tour_next"",""step"":5},{""time"":220458,""label"":""tour_end"",""step"":5},{""time"":224097,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2000,""week"":""2"",""id"":""chart""},{""time"":226231,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":13831,""week"":""1"",""id"":""chart""}]}","{""startTime"":1678938046901,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar +2023-03-15 23:50:27,2023-03-16 00:04:37,0,184.167.176.147,100,850,1,2023-03-16 00:04:38,R_3Mm4LW4wmkqJWG8,,,,,41.1095,-104.8157,anonymous,EN,1,13.405,13.405,14.99,1,1,3,2,6.287,7.823,10.284,2,0,0,15.109,0,73,72,70,24.853,47.102,48.1,5,23.793,30.631,51.312,2,1,1,21.341,61.933,64.022,2,1,1,39.135,54.591,72.401,2,1,64.793,64.793,70.61,1,0,0,15.007,0,3,3,3,5,5,3,"How trustworthy is the CDC, can I get a second opinion?",19.191,42.804,71.538,7,3,5,4,3,4,4,"It is only a visualization, not sure of the source, could be made up data",3.177,3.177,38.399,1,4,interesting data,8.053,12.373,20.133,4,2,7,3,4,1,5,6,0,0,19.239,0,4,5,7,8,3,7,9,9,nope,18.598,37.751,42.333,12,3,3,2,2,4,3,10.515,31.37,32.635,7,6,2,5.171,18.532,19.58,2,1,1963,Wyoming,7,1,1,,8,Cheyenne,,9,3,1,2.189,160.132,165.414,27,615ddab1e4f013092538b6c5,"{""startTime"":1678938953159,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678938870762,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":1433,""label"":""hovered"",""timeHovered"":1367,""week"":""2021-06-07""},{""time"":5988,""label"":""hovered"",""timeHovered"":2405,""week"":""2021-08-30""}]}","{""startTime"":1678938739376,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":4,""label"":""tour_started""},{""time"":23782,""label"":""tour_next"",""step"":2},{""time"":30627,""label"":""tour_end"",""step"":2},{""time"":34575,""label"":""hovered"",""timeHovered"":1446,""week"":""2021-04-19""},{""time"":38997,""label"":""hovered"",""timeHovered"":1848,""week"":""2021-08-16""},{""time"":42360,""label"":""hovered"",""timeHovered"":2263,""week"":""2021-12-27""}]}","{""startTime"":1678938855375,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":6298,""label"":""hovered"",""timeHovered"":1015,""week"":""2022-01-03""},{""time"":7361,""label"":""hovered"",""timeHovered"":1826,""week"":""2022-01-03""},{""time"":9252,""label"":""hovered"",""timeHovered"":1751,""week"":""2022-01-03""},{""time"":12249,""label"":""hovered"",""timeHovered"":2162,""week"":""2022-01-31""}]}",1,simple,line +2023-03-15 23:51:41,2023-03-16 00:07:30,0,98.253.113.210,100,949,1,2023-03-16 00:07:31,R_30nK3ZILtQiymWk,,,,,41.8373,-87.8283,anonymous,EN,1,14.051,14.051,15.207,1,2,,2,6.847,6.847,8.196,1,0,0,15.044,0,62,78,38,90.267,100.987,102.56,3,14.151,34.079,41.79,3,1,1,62.635,82.914,84.581,4,-2,-3,46.119,73.991,75.501,2,1,82.126,82.126,107.502,1,0,0,15.118,0,3,3,3,5,5,4,,10.155,28.305,31.946,7,3,5,5,1,1,4,"I would want to know how the data was collected, across teh country? one coast?",5.612,6.797,74.546,2,4,,13.285,13.285,17.476,1,2,7,3,4,1,5,6,0,0,26.832,0,6,6,3,5,7,8,8,6,,10.701,25.278,35.701,8,3,3,3,1,4,3,10.298,58.65,59.829,6,3,2,3.132,22.62,24.101,2,1,1964,Illinois,6,2,1,,3,,,14,2,1,3.212,90.105,99.865,21,57210674951c9b0011d3eaaa,"{""startTime"":1678939170387,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678939050468,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678938905483,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":10843,""label"":""hovered"",""timeHovered"":1413,""week"":""2021-12-20""},{""time"":14134,""label"":""tour_next"",""step"":2},{""time"":24567,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678939033636,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line +2023-03-15 23:53:32,2023-03-16 00:07:39,0,104.63.239.14,100,846,1,2023-03-16 00:07:39,R_1N34V9dFcIaMY1L,,,,,30.1569,-95.7414,anonymous,EN,1,6.067,6.067,8.501,1,,,,,,,,0,0,15.011,0,96,53,71,24.323,33.295,34.198,3,49.496,208.748,211.232,10,1,1,21.538,53.131,54.728,2,1,1,3.185,70.754,72.503,4,-1,23.457,56.904,58.523,3,0,0,15.111,0,3,3,5,2,3,2,none,10.767,26.937,30.594,7,4,7,3,2,2,3,The color designations did not seem right.,2.904,2.904,26.532,1,6,none,4.424,7.953,11.102,3,2,7,3,4,1,5,6,0,0,20.504,0,3,5,9,9,3,8,8,10,none,6.806,22.385,26.061,9,3,4,2,2,4,4,8.128,30.286,31.993,6,6,,3.045,3.045,5.01,1,1,1943,Texas,3,3,1,,7,,,6,3,1,3.053,162.021,170.224,29,5d069f2f041328001a7815be,"{""startTime"":1678939166663,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678939197838,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678938879888,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":12378,""label"":""hovered"",""timeHovered"":4162,""week"":""2021-10-11""},{""time"":19803,""label"":""hovered"",""timeHovered"":5444,""week"":""2022-01-17""},{""time"":29293,""label"":""hovered"",""timeHovered"":1414,""week"":""2022-01-17""},{""time"":31042,""label"":""hovered"",""timeHovered"":1097,""week"":""2022-01-17""},{""time"":32389,""label"":""hovered"",""timeHovered"":3213,""week"":""2022-01-10""},{""time"":35686,""label"":""hovered"",""timeHovered"":8722,""week"":""2022-01-10""},{""time"":44758,""label"":""hovered"",""timeHovered"":1082,""week"":""2021-12-27""},{""time"":49483,""label"":""tour_next"",""step"":5},{""time"":68097,""label"":""cleared_brush"",""using"":""click""},{""time"":69506,""label"":""cleared_brush"",""using"":""click""},{""time"":76920,""label"":""started_brush"",""startDate"":""2021-04-27"",""endDate"":""2021-11-01""},{""time"":80228,""label"":""tour_next"",""step"":5},{""time"":87127,""label"":""moved_brush"",""startDate"":""2021-05-12"",""endDate"":""2021-11-15""},{""time"":88542,""label"":""tour_next"",""step"":5},{""time"":106524,""label"":""cleared_brush"",""using"":""click""},{""time"":106528,""label"":""cleared_brush"",""using"":""Escape""},{""time"":108772,""label"":""tour_next"",""step"":5},{""time"":121794,""label"":""tour_end"",""step"":5},{""time"":137627,""label"":""hovered"",""timeHovered"":1035,""week"":""2021-10-18""},{""time"":140124,""label"":""hovered"",""timeHovered"":17643,""week"":""2021-10-25""},{""time"":162027,""label"":""started_brush"",""startDate"":""2021-04-16"",""endDate"":""2021-07-07""},{""time"":166725,""label"":""hovered"",""timeHovered"":2112,""week"":""2021-06-28""},{""time"":168920,""label"":""hovered"",""timeHovered"":1793,""week"":""2021-06-28""},{""time"":173360,""label"":""hovered"",""timeHovered"":8365,""week"":""2021-06-28""},{""time"":181725,""label"":""hovered"",""timeHovered"":1847,""week"":""2021-06-28""},{""time"":186337,""label"":""hovered"",""timeHovered"":6341,""week"":""2021-06-28""},{""time"":192686,""label"":""hovered"",""timeHovered"":6116,""week"":""2021-06-28""},{""time"":198805,""label"":""hovered"",""timeHovered"":4683,""week"":""2021-06-28""}]}","{""startTime"":1678939150983,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":12526,""label"":""hovered"",""timeHovered"":2447,""week"":""2021-11-29""}]}",0,complex,line +2023-03-15 23:47:55,2023-03-16 00:09:48,0,72.193.73.112,100,1312,1,2023-03-16 00:09:48,R_2EBnFEnYHHL45H1,,,,,36.1724,-115.0677,anonymous,EN,1,5.596,5.596,6.647,1,,,,,,,,0,0,15.009,0,100,100,0,1.07,30.455,32.268,4,19.267,308.747,314.06,23,-1,1,21.288,41.904,43.767,2,1,-3,358.777,377.272,378.534,2,1,165.225,165.225,166.622,1,0,0,15.115,0,3,6,4,4,6,4,,12.221,24.548,28.074,6,5,5,6,3,4,5,It seems to be accurate. Nothing about it seemed false. ,6.484,6.484,50.156,1,1,,9.146,10.722,12.568,3,2,7,3,4,1,5,6,0,0,31.24,0,1,1,1,4,4,6,9,7,,6.788,26.572,29.18,8,5,4,1,1,4,5,8.921,30.937,32.136,6,1,,9.756,9.756,11.388,1,2,1982,Nevada,6,2,1,,3,,,5,2,1,1.348,68.559,74.902,26,5e9272473f920e5b0caf8279,"{""startTime"":1678939060948,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678939091199,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678938563337,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":11069,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2819,""week"":""51"",""id"":""chart""},{""time"":13971,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1417,""week"":""52"",""id"":""chart""},{""time"":15455,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1168,""week"":""1"",""id"":""chart""},{""time"":19262,""label"":""tour_next"",""step"":5},{""time"":33000,""label"":""started_brush"",""startDate"":""2021-04-12"",""endDate"":""2021-08-11""},{""time"":35087,""label"":""tour_next"",""step"":5},{""label"":""window_blurred"",""time"":36793},{""label"":""window_focused"",""time"":191893},{""time"":199399,""label"":""moved_brush"",""startDate"":""2021-06-24"",""endDate"":""2021-08-11""},{""time"":200206,""label"":""tour_next"",""step"":5},{""time"":212626,""label"":""cleared_brush"",""using"":""Click""},{""time"":212626,""label"":""cleared_brush"",""using"":""Escape""},{""time"":214573,""label"":""tour_next"",""step"":5},{""time"":220125,""label"":""tour_end"",""step"":5},{""time"":302248,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1487,""week"":""5"",""id"":""chart""}]}","{""startTime"":1678939045166,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,bar +2023-03-15 23:59:46,2023-03-16 00:19:00,0,172.56.64.8,100,1153,1,2023-03-16 00:19:00,R_1FyLNFVi0XGTXMU,,,,,33.7485,-84.3871,anonymous,EN,1,21.264,21.264,28.902,1,,,,,,,,0,0,15.032,0,100,100,60,11.675,20.94,23.368,3,25.057,48.104,54.688,5,-2,-3,73.824,93.227,95.566,2,1,-3,50.123,188.696,191.047,6,-2,97.019,97.019,100.54,1,0,0,15.179,0,3,3,3,6,1,3,,32.947,88.121,94.065,6,3,6,3,1,1,3,I have no idea how valid this data is,4.887,4.887,36.284,1,5,I have nothing further to add here,8.665,13.114,41.211,2,2,7,3,4,1,5,6,0,0,44.055,0,6,8,10,10,3,7,10,10,,15.971,35.721,39.983,8,3,5,1,1,5,4,11.667,76.924,78.078,7,6,,19.965,19.965,22.717,1,1,1947,Georgia,4,1,1,,7,,,5,4,1,5.899,165.941,181.163,22,5c2414b8101408000140617a,"{""startTime"":1678939533039,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":9770,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1046,""week"":""41"",""id"":""chart""}]}","{""startTime"":1678939628285,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678939268958,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":80,""label"":""tour_started""},{""time"":29355,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2705,""week"":""37"",""id"":""chart""},{""time"":33593,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2029,""week"":""3"",""id"":""chart""},{""time"":39312,""label"":""tour_next"",""step"":2},{""time"":48082,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678939516759,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,bar +2023-03-16 00:01:21,2023-03-16 00:24:48,0,70.120.0.90,100,1406,1,2023-03-16 00:24:49,R_3elgJV0QMPHZsJz,,,,,29.4227,-98.4927,anonymous,EN,1,4.4,4.4,5.635,1,1,3,1,11.904,20.503,27.657,2,0,0,15.113,0,100,71,26,45.798,70.03,74.189,6,48.548,198.716,209.948,41,-2,-3,43.976,205.872,207.085,11,-3,-3,64.811,114.035,115.632,3,1,29.821,135.133,139.094,16,0,0,15.11,0,6,6,6,6,6,6,,1.721,61.064,100.537,14,6,6,5,3,3,6,I trust the CDC since it is the foremost authority on COVID. ,3.717,3.717,68.868,1,4,,7.632,15.872,18.937,3,2,7,3,4,1,5,6,0,0,32.436,0,2,3,7,6,6,3,9,9,,5.3,62.649,67.091,16,3,3,3,2,4,3,9.891,65.787,66.981,8,2,1,2.099,10.795,12.406,2,1,1960,Texas,7,3,1,,7,,,17,3,1,3.262,150.36,157.703,34,5e3581ed0082f15283413024,"{""startTime"":1678939783081,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":6543,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1813,""week"":""51"",""id"":""chart""},{""time"":68692,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":23101,""week"":""48"",""id"":""chart""},{""time"":91897,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5410,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678939884224,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":13196,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5027,""week"":""51"",""id"":""chart""}]}","{""startTime"":1678939417513,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":24,""label"":""tour_started""},{""time"":12979,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":32305,""week"":""1"",""id"":""chart""},{""time"":49545,""label"":""tour_next"",""step"":5},{""label"":""window_blurred"",""time"":97587},{""label"":""window_focused"",""time"":104512},{""time"":128208,""label"":""cleared_brush"",""using"":""Click""},{""time"":135148,""label"":""started_brush"",""startDate"":""2021-07-25"",""endDate"":""2021-10-04""},{""time"":138970,""label"":""tour_next"",""step"":5},{""time"":158331,""label"":""moved_brush"",""startDate"":""2021-07-07"",""endDate"":""2021-07-25""},{""time"":159369,""label"":""tour_next"",""step"":5},{""time"":174479,""label"":""cleared_brush"",""using"":""Click""},{""time"":174479,""label"":""cleared_brush"",""using"":""Escape""},{""time"":179601,""label"":""cleared_brush"",""using"":""Click""},{""time"":179601,""label"":""cleared_brush"",""using"":""Escape""},{""time"":180922,""label"":""tour_next"",""step"":5},{""time"":193417,""label"":""cleared_brush"",""using"":""Click""},{""time"":193417,""label"":""cleared_brush"",""using"":""Escape""},{""time"":198705,""label"":""tour_end"",""step"":5},{""time"":203827,""label"":""started_brush"",""startDate"":""2021-09-17"",""endDate"":""2021-09-29""}]}","{""startTime"":1678939767467,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar +2023-03-15 23:40:24,2023-03-16 00:38:55,0,3.91.217.201,100,3510,1,2023-03-16 00:38:55,R_1M4iqM1InHMWpZ6,,,,,39.0469,-77.4903,anonymous,EN,1,13.024,13.024,14.288,1,1,3,2,8.988,13.372,14.786,3,0,0,15.008,0,100,100,100,37.668,46.1,47.067,4,0,0,44.844,0,1,-2,30.948,108.264,112.797,6,-2,1,921.113,992.735,994.096,3,1,93.179,93.179,94.956,1,0,0,15.107,0,6,6,6,6,6,6,,6.922,28.615,31.334,7,6,5,6,6,5,6,the graph is well armed and looks like real data,33.703,33.703,35.982,1,5,,11.546,11.921,13.09,2,2,7,3,4,1,5,6,0,0,38.652,0,9,9,11,11,10,9,11,11,,2.285,19.827,22.294,9,4,4,1,1,5,4,4.428,17.311,18.183,6,7,3,74.031,78.207,80.237,2,1,1963,Massachusetts,7,3,1,,7,,,8,2,1,1.639,79.748,89.175,14,64050cfd151bc9945fd3eac9,"{""startTime"":1678941024943,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":5437},{""label"":""window_focused"",""time"":6746},{""label"":""window_blurred"",""time"":12205},{""label"":""window_focused"",""time"":26427}]}","{""startTime"":1678939191366,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":470203},{""label"":""window_focused"",""time"":473354},{""label"":""window_blurred"",""time"":490266},{""label"":""window_focused"",""time"":1792547}]}",,"{""startTime"":1678939175247,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":2251,""label"":""hovered"",""timeHovered"":1860,""week"":""2022-01-10""},{""time"":9157,""label"":""hovered"",""timeHovered"":1002,""week"":""2022-01-17""},{""time"":10783,""label"":""hovered"",""timeHovered"":1056,""week"":""2022-01-17""},{""time"":11840,""label"":""hovered"",""timeHovered"":1393,""week"":""2022-01-17""}]}",1,moderate,line +2023-03-15 23:12:36,2023-03-16 00:44:47,0,66.31.55.75,100,5531,1,2023-03-16 00:44:48,R_1IxUXsQQje1Zm4L,,,,,42.4178,-71.1134,anonymous,EN,1,948.415,948.415,950.169,1,,,,,,,,0,0,16.625,0,63,60,50,346.47,350.99,352.723,3,9.225,11.377,14.43,2,1,1,23.383,35.75,36.797,2,-3,1,58.323,71.667,74.406,2,1,30.814,30.814,32.004,1,0,0,15.111,0,5,4,5,3,5,4,,6.154,20.6,22.666,9,3,2,3,1,1,4,I trust the source to a degree. I do not really know it well,3.094,3.094,19.161,1,1,,3.161,3.161,5.302,1,2,7,3,4,1,5,6,0,0,10.961,0,6,6,8,8,8,7,9,10,,3.388,14.196,15.888,8,2,3,3,4,3,3,22.917,32.933,33.889,6,3,,30.254,30.254,31.797,1,2,1979,Massachusetts,6,2,1,,3,,,12,3,1,0.933,72.507,78.661,27,55b1add5fdf99b6731f04c5a,"{""startTime"":1678941558292,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678941581744,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678941451944,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":9121,""label"":""tour_next"",""step"":2},{""time"":11272,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678941542512,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":5127},{""label"":""window_focused"",""time"":12291}]}",0,moderate,line +2023-03-16 00:44:14,2023-03-16 00:55:01,0,104.223.93.204,100,646,1,2023-03-16 00:55:01,R_12RTgfiOZkVAaU1,,,,,33.7485,-84.3871,anonymous,EN,1,9.349,9.866,11.006,2,1,3,2,1.58,42.114,43.447,5,0,0,15.009,0,100,100,82,0.496,8.579,9.298,5,4.039,6.119,9.19,2,-3,1,7.816,68.71,88.721,5,-3,-3,43.746,153.751,154.999,2,1,4.6,4.6,67.048,1,0,0,15.009,0,6,6,6,6,6,6,,3.6,5.611,7.834,6,6,6,6,6,6,6,It gives me a lot of confidence because the source is attached,26.34,26.34,28.672,1,7,,3.811,3.811,5.027,1,2,7,3,4,1,5,6,0,0,20.499,0,10,10,10,10,10,10,10,10,,2.137,21.602,23.531,9,3,1,1,1,3,1,3.816,18.754,20.821,9,6,2,34.036,39.825,41.182,3,1,1945,Wisconsin,7,3,1,,7,,,8,2,2,1.643,39.177,40.57,11,6100372e3a116cb5cb36ebea,"{""startTime"":1678942174939,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":1046,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1355,""week"":""2"",""id"":""chart""}]}","{""startTime"":1678942134462,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":4141},{""label"":""window_focused"",""time"":5895}]}","{""startTime"":1678941951888,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":22,""label"":""tour_started""},{""time"":4020,""label"":""tour_next"",""step"":2},{""time"":6099,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678942118124,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar +2023-03-16 00:55:54,2023-03-16 01:03:09,0,68.235.33.134,100,435,1,2023-03-16 01:03:10,R_ue2uKkWldX42tmF,,,,,41.871,-87.6289,anonymous,EN,1,20.519,21.255,23.134,2,,,,,,,,0,0,15.11,0,100,100,87,12.633,29.673,30.771,3,1.857,3.433,5.787,2,-3,1,2.565,4.503,29.002,2,-3,-3,4.11,31.703,33.09,2,1,6.97,80.626,82.396,3,0,0,15.018,0,6,6,6,5,5,6,,6.049,7.64,9.554,6,5,5,6,6,6,6,I don't see anything suspicious in the data,2.469,2.469,26.742,1,3,,2.923,2.923,4.205,1,2,7,3,4,1,5,6,0,0,20.959,0,10,11,11,11,11,11,11,11,,4.358,11.686,16.626,10,4,4,1,1,4,4,3.129,16.841,19.595,7,4,,11.936,13.84,17.292,2,2,1973,Kansas,7,3,1,,7,,,8,1,2,1.473,38.145,39.223,14,60e2577f8c52db9d1fb5ffac,"{""startTime"":1678942762231,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":4302},{""label"":""window_focused"",""time"":5930}]}","{""startTime"":1678942772557,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678942709680,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":26,""label"":""tour_started""},{""time"":1845,""label"":""tour_next"",""step"":2},{""time"":3421,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678942745968,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,bar +2023-03-16 01:03:49,2023-03-16 01:12:08,0,104.223.100.146,100,498,1,2023-03-16 01:12:08,R_2wS81jTO311KP2e,,,,,32.8137,-96.8704,anonymous,EN,1,4.055,4.055,5.219,1,,,,,,,,3.487,3.487,15.317,1,100,100,100,81.978,86.499,88.417,4,3.671,44.169,47.301,5,-3,1,2.858,5.905,17.331,2,-3,-3,6.337,61.271,62.855,6,1,5.96,6.52,19.687,2,0,0,15.009,0,6,6,6,6,6,6,,5.478,7.728,10.422,6,6,6,6,6,6,6,I have reviewed the source and I see that the study carried out seems legitimate,43.826,43.826,46.708,1,4,,3.021,3.021,4.196,1,2,7,3,4,1,5,6,0,0,17.03,0,9,9,10,10,11,10,10,10,,4.407,16.158,17.403,13,4,5,1,2,4,5,5.382,19.349,20.875,7,6,,17.127,17.127,19.674,1,2,1982,Maryland,7,3,1,,7,,,8,2,2,1.113,50.767,52.155,11,60cd717e463162435e3b7d46,"{""startTime"":1678943237264,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":3811},{""label"":""window_focused"",""time"":5309}]}","{""startTime"":1678943248662,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678943151676,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":29,""label"":""tour_started""},{""time"":3650,""label"":""tour_next"",""step"":5},{""time"":7285,""label"":""cleared_brush"",""using"":""Click""},{""time"":9646,""label"":""cleared_brush"",""using"":""Click""},{""time"":10276,""label"":""cleared_brush"",""using"":""Click""},{""time"":11563,""label"":""cleared_brush"",""using"":""Click""},{""time"":13067,""label"":""cleared_brush"",""using"":""Click""},{""time"":13782,""label"":""cleared_brush"",""using"":""Click""},{""time"":14724,""label"":""cleared_brush"",""using"":""Click""},{""time"":16742,""label"":""cleared_brush"",""using"":""Click""},{""time"":19446,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-09-01""},{""time"":21071,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-09-15""},{""time"":23719,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-09-15""},{""time"":26862,""label"":""cleared_brush"",""using"":""Click""},{""time"":27749,""label"":""cleared_brush"",""using"":""Click""},{""time"":29702,""label"":""started_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-09-11""},{""time"":31202,""label"":""tour_next"",""step"":5},{""time"":37233,""label"":""moved_brush"",""startDate"":""2021-08-31"",""endDate"":""2022-02-07""},{""time"":38505,""label"":""tour_next"",""step"":5},{""time"":41412,""label"":""cleared_brush"",""using"":""Click""},{""time"":42505,""label"":""tour_next"",""step"":5},{""time"":44147,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678943220667,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":3606,""label"":""started_brush"",""startDate"":""2021-09-30"",""endDate"":""2021-12-03""}]}",0,complex,bar diff --git a/study_data/full_Study/condition_count.csv b/study_data/full_Study/condition_count.csv index a190242..b7f2fe2 100644 --- a/study_data/full_Study/condition_count.csv +++ b/study_data/full_Study/condition_count.csv @@ -1,4 +1,4 @@ -StartDate,EndDate,Status,IPAddress,Progress,Duration (in seconds),Finished,RecordedDate,ResponseId,RecipientLastName,RecipientFirstName,RecipientEmail,ExternalReference,LocationLatitude,LocationLongitude,DistributionChannel,UserLanguage,Consent Form,consent-time_First Click,consent-time_Last Click,consent-time_Page Submit,consent-time_Click Count,covid-vaccine,covid-vaccine-doses,covid-infection,covid-time_First Click,covid-time_Last Click,covid-time_Page Submit,covid-time_Click Count,intro-vis-time_First Click,intro-vis-time_Last Click,intro-vis-time_Page Submit,intro-vis-time_Click Count,affect-science_1,affect-clarity_1,affect-aesthetic_1,initial-time_First Click,initial-time_Last Click,initial-time_Page Submit,initial-time_Click Count,tour-time_First Click,tour-time_Last Click,tour-time_Page Submit,tour-time_Click Count,simple-vlat-1,simple-vlat-2,simple-vlat-time_First Click,simple-vlat-time_Last Click,simple-vlat-time_Page Submit,simple-vlat-time_Click Count,moderate-vlat-1,moderate-vlat-2,moderate-vlat-time_First Click,moderate-vlat-time_Last Click,moderate-vlat-time_Page Submit,moderate-vlat-time_Click Count,complex-vlat-1,complex-vlat-time_First Click,complex-vlat-time_Last Click,complex-vlat-time_Page Submit,complex-vlat-time_Click Count,explore-time_First Click,explore-time_Last Click,explore-time_Page Submit,explore-time_Click Count,data-trust_1,data-trust_2,data-trust_3,data-trust_4,data-trust_5,data-trust_6,data-trust-exp,data-trust-time_First Click,data-trust-time_Last Click,data-trust-time_Page Submit,data-trust-time_Click Count,vis-trust_1,vis-trust_2,vis-trust_3,vis-trust_4,vis-trust_5,vis-trust_6,vis-trust-exp,vis-trust-time_First Click,vis-trust-time_Last Click,vis-trust-time_Page Submit,vis-trust-time_Click Count,interpersonal-trust_1,interper-trust-exp,interper-trust-time_First Click,interper-trust-time_Last Click,interper-trust-time_Page Submit,interper-trust-time_Click Count,attention-check_1,attention-check_2,attention-check_3,attention-check_4,attention-check_5,attention-check_6,attention-check_7,attention-check-time_First Click,attention-check-time_Last Click,attention-check-time_Page Submit,attention-check-time_Click Count,trust-in-science_1,trust-in-science_2,trust-in-science_3,trust-in-science_4,trust-in-science_5,trust-in-science_6,trust-in-science_7,trust-in-science_8,trust-science-exp,trust-science-time_First Click,trust-science-time_Last Click,trust-science-time_Page Submit,trust-science-time_Click Count,cognition_1,cognition_2,cognition_3,cognition_4,cognition_5,cognition_6,need-cognition-time_First Click,need-cognition-time_Last Click,need-cognition-time_Page Submit,need-cognition-time_Click Count,political_views,covid_information,politics_time_First Click,politics_time_Last Click,politics_time_Page Submit,politics_time_Click Count,Gender,Age,State_1,Education,Parents_education,Language,Language_4_TEXT,Ethnicity,Ethnicity_8_TEXT,Ethnicity_9_TEXT,Income,Religion,Interview,Interview_1_TEXT,demographics_time_First Click,demographics_time_Last Click,demographics_time_Page Submit,demographics_time_Click Count,PROLIFIC_PID,provenance-data,provenance-vis,provenance-tour,provenance-explore,isCovidData,complexity,chartType +StartDate,EndDate,Status,IPAddress,Progress,Duration (in seconds),Finished,RecordedDate,ResponseId,RecipientLastName,RecipientFirstName,RecipientEmail,ExternalReference,LocationLatitude,LocationLongitude,DistributionChannel,UserLanguage,Consent Form,consent-time_First Click,consent-time_Last Click,consent-time_Page Submit,consent-time_Click Count,covid-vaccine,covid-vaccine-doses,covid-infection,covid-time_First Click,covid-time_Last Click,covid-time_Page Submit,covid-time_Click Count,intro-vis-time_First Click,intro-vis-time_Last Click,intro-vis-time_Page Submit,intro-vis-time_Click Count,affect-science_1,affect-clarity_1,affect-aesthetic_1,initial-time_First Click,initial-time_Last Click,initial-time_Page Submit,initial-time_Click Count,tour-time_First Click,tour-time_Last Click,tour-time_Page Submit,tour-time_Click Count,simple-vlat-1,simple-vlat-2,simple-vlat-time_First Click,simple-vlat-time_Last Click,simple-vlat-time_Page Submit,simple-vlat-time_Click Count,moderate-vlat-1,moderate-vlat-2,moderate-vlat-time_First Click,moderate-vlat-time_Last Click,moderate-vlat-time_Page Submit,moderate-vlat-time_Click Count,complex-vlat-1,complex-vlat-time_First Click,complex-vlat-time_Last Click,complex-vlat-time_Page Submit,complex-vlat-time_Click Count,explore-time_First Click,explore-time_Last Click,explore-time_Page Submit,explore-time_Click Count,data-trust_1,data-trust_2,data-trust_3,data-trust_4,data-trust_5,data-trust_6,data-trust-exp,data-trust-time_First Click,data-trust-time_Last Click,data-trust-time_Page Submit,data-trust-time_Click Count,vis-trust_1,vis-trust_2,vis-trust_3,vis-trust_4,vis-trust_5,vis-trust_6,vis-trust-exp,vis-trust-time_First Click,vis-trust-time_Last Click,vis-trust-time_Page Submit,vis-trust-time_Click Count,interpersonal-trust_1,interper-trust-exp,interper-trust-time_First Click,interper-trust-time_Last Click,interper-trust-time_Page Submit,interper-trust-time_Click Count,attention-check_1,attention-check_2,attention-check_3,attention-check_4,attention-check_5,attention-check_6,attention-check_7,attention-check-time_First Click,attention-check-time_Last Click,attention-check-time_Page Submit,attention-check-time_Click Count,trust-in-science_1,trust-in-science_2,trust-in-science_3,trust-in-science_4,trust-in-science_5,trust-in-science_6,trust-in-science_7,trust-in-science_8,trust-science-exp,trust-science-time_First Click,trust-science-time_Last Click,trust-science-time_Page Submit,trust-science-time_Click Count,cognition_1,cognition_2,cognition_3,cognition_4,cognition_5,cognition_6,need-cognition-time_First Click,need-cognition-time_Last Click,need-cognition-time_Page Submit,need-cognition-time_Click Count,political_views,covid_information,politics_time_First Click,politics_time_Last Click,politics_time_Page Submit,politics_time_Click Count,Gender,Age,State_1,Education,Parents_education,Language,Language_4_TEXT,Ethnicity,Ethnicity_8_TEXT,Ethnicity_9_TEXT,Income,Religion,Interview,demographics_time_First Click,demographics_time_Last Click,demographics_time_Page Submit,demographics_time_Click Count,PROLIFIC_PID,provenance-data,provenance-vis,provenance-tour,provenance-explore,isCovidData,complexity,chartType Start Date,End Date,Response Type,IP Address,Progress,Duration (in seconds),Finished,Recorded Date,Response ID,Recipient Last Name,Recipient First Name,Recipient Email,External Data Reference,Location Latitude,Location Longitude,Distribution Channel,User Language,"Consent Form for Participation in a Research Study @@ -85,156 +85,156 @@ You can decide not to participate in this research or you can start and then dec -By clicking “I agree” below you are indicating that you are at least 18 years old, have read this consent form, and agree to participate in this research study. Please print a copy of this page for your records.",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,Have you already received a Covid-19 vaccination?,How many doses of the Covid-19 vaccine did you receive?,Have you been verifiably infected with Covid-19?,Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,affect-science - Click to write Choice 1,affect-clarity - Click to write Choice 1,affect-aesthetic - Click to write Choice 1,Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,"How many weeks had higher unvaccinated Covid-19 case counts than the week of Dec 13, 2021?",What is the max number of case counts (per 100K) of vaccinated people who caught Covid-19?,Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,"By approximately how much did the number of cases in unvaccinated people increase from the week of December 13, 2021 to the week of December 20, 2021 (per 100K people)?","Approximately how many unvaccinated people caught Covid-19 (per 100K people) during the week of January 10, 2022?",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,"Among vaccinated people, which age group sees the largest increase in case count between November 2021 and January 2022?",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,Disregard the visualization for this question. To what extent do you agree or disagree with the following statements about the data used in the visualization above? - The data is accurate,Disregard the visualization for this question. To what extent do you agree or disagree with the following statements about the data used in the visualization above? - The data is complete and does not leave out important information,Disregard the visualization for this question. To what extent do you agree or disagree with the following statements about the data used in the visualization above? - The data is unbiased and trustworthy,Disregard the visualization for this question. To what extent do you agree or disagree with the following statements about the data used in the visualization above? - I understand the meaning of this data well,Disregard the visualization for this question. To what extent do you agree or disagree with the following statements about the data used in the visualization above? - The data source was clearly displayed,Disregard the visualization for this question. To what extent do you agree or disagree with the following statements about the data used in the visualization above? - I trust this data,"If you have any additional thoughts/comments, please enter them here.",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,Assume you trust the data used in the visualization. To what extent do you agree or disagree with the following statements about the visualization presented above? - The visualization transparently includes all important elements of the data,Assume you trust the data used in the visualization. To what extent do you agree or disagree with the following statements about the visualization presented above? - I find it easy to understand this visualization,Assume you trust the data used in the visualization. To what extent do you agree or disagree with the following statements about the visualization presented above? - I like this visualization,"Assume you trust the data used in the visualization. To what extent do you agree or disagree with the following statements about the visualization presented above? - I would likely share this visualization with my family, friends or on social media",Assume you trust the data used in the visualization. To what extent do you agree or disagree with the following statements about the visualization presented above? - I would likely use this visualization and its information in my daily life,Assume you trust the data used in the visualization. To what extent do you agree or disagree with the following statements about the visualization presented above? - I trust this visualization,"Tell us a bit more about why you [QID102-ChoiceGroup-SelectedAnswers-11] with the statement ""I trust this visualization"".",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,"Generally speaking, would you say that most people can be trusted or that you can't be too careful in dealing with people? - 2","If you have any additional thoughts/comments, please enter them here.",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,There are many important issues facing our country today. Research shows that issues people think are important can affect their views on other issues. We also want to know if you are paying attention. Please ignore the question and put “crime” in the top position and unemployment in the bottom position. Leave the rest of the issues in the same order. - Health care,There are many important issues facing our country today. Research shows that issues people think are important can affect their views on other issues. We also want to know if you are paying attention. Please ignore the question and put “crime” in the top position and unemployment in the bottom position. Leave the rest of the issues in the same order. - Unemployment,There are many important issues facing our country today. Research shows that issues people think are important can affect their views on other issues. We also want to know if you are paying attention. Please ignore the question and put “crime” in the top position and unemployment in the bottom position. Leave the rest of the issues in the same order. - The federal budget deficit,There are many important issues facing our country today. Research shows that issues people think are important can affect their views on other issues. We also want to know if you are paying attention. Please ignore the question and put “crime” in the top position and unemployment in the bottom position. Leave the rest of the issues in the same order. - The coronavirus pandemic,There are many important issues facing our country today. Research shows that issues people think are important can affect their views on other issues. We also want to know if you are paying attention. Please ignore the question and put “crime” in the top position and unemployment in the bottom position. Leave the rest of the issues in the same order. - Crime,There are many important issues facing our country today. Research shows that issues people think are important can affect their views on other issues. We also want to know if you are paying attention. Please ignore the question and put “crime” in the top position and unemployment in the bottom position. Leave the rest of the issues in the same order. - Education,There are many important issues facing our country today. Research shows that issues people think are important can affect their views on other issues. We also want to know if you are paying attention. Please ignore the question and put “crime” in the top position and unemployment in the bottom position. Leave the rest of the issues in the same order. - Relations with other countries,Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,"On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - Political parties","On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - The government","On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - The police","On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - The legal system","On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - The news media","On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - Business and industry","On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - Scientists/Science","On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - Doctors","If you have any additional thoughts/comments, please enter them here.",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,"The next questions will be about your motivation to engage in cognitive activity. For each sentence below, please select how uncharacteristic or characteristic (5-point scale) this is for you personally. - I would prefer complex to simple problems.","The next questions will be about your motivation to engage in cognitive activity. For each sentence below, please select how uncharacteristic or characteristic (5-point scale) this is for you personally. - I like to have the responsibility of handling a situation that requires a lot of thinking.","The next questions will be about your motivation to engage in cognitive activity. For each sentence below, please select how uncharacteristic or characteristic (5-point scale) this is for you personally. - Thinking is not my idea of fun.","The next questions will be about your motivation to engage in cognitive activity. For each sentence below, please select how uncharacteristic or characteristic (5-point scale) this is for you personally. - I would rather do something that requires little thought than something that is sure to challenge my thinking abilities.","The next questions will be about your motivation to engage in cognitive activity. For each sentence below, please select how uncharacteristic or characteristic (5-point scale) this is for you personally. - I really enjoy a task that involves coming up with new solutions to problems.","The next questions will be about your motivation to engage in cognitive activity. For each sentence below, please select how uncharacteristic or characteristic (5-point scale) this is for you personally. - I would prefer a task that is intellectual, difficult, and important to one that is somewhat important but does not require much thought.",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,Below is a seven-point scale on which the political views that people might hold are arranged from extremely liberal—point 1—to extremely conservative—point 7. Where would you place yourself on this scale?,"During the peak of the pandemic, how often did you actively seek information on Covid-19 from any sources including TV, newspapers, radios, online and social media, or personal conversations?",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,Lastly a few questions about socio-demographic characteristics. To which gender do you most identify?,In what year were you born? Please enter all four digits.,Text,What is the highest level of school you have completed or the highest degree you have received?,Have one or both of your parents completed a bachelor’s degree?,What language do you speak at home? - Selected Choice,"What language do you speak at home? - Other, please specify: - Text",Which of the following categories do you identify with? - Selected Choice,"Which of the following categories do you identify with? - Other race, ethnicity, or origin (please specify) - Text","Which of the following categories do you identify with? - Mixed race, ethnicity (please specify) - Text","In which of these groups did your total family income, from all sources, fall last year before taxes?",To what extent do you consider yourself a religious person?,Would you be interested in participating in a qualitative interview for this study? You would be paid $15 for about 30 minutes of your time. - Selected Choice,"Would you be interested in participating in a qualitative interview for this study? You would be paid $15 for about 30 minutes of your time. - Yes, you may contact me on this email address: - Text",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,PROLIFIC_PID,provenance-data,provenance-vis,provenance-tour,provenance-explore,isCovidData,complexity,chartType -"{""ImportId"":""startDate"",""timeZone"":""America/New_York""}","{""ImportId"":""endDate"",""timeZone"":""America/New_York""}","{""ImportId"":""status""}","{""ImportId"":""ipAddress""}","{""ImportId"":""progress""}","{""ImportId"":""duration""}","{""ImportId"":""finished""}","{""ImportId"":""recordedDate"",""timeZone"":""America/New_York""}","{""ImportId"":""_recordId""}","{""ImportId"":""recipientLastName""}","{""ImportId"":""recipientFirstName""}","{""ImportId"":""recipientEmail""}","{""ImportId"":""externalDataReference""}","{""ImportId"":""locationLatitude""}","{""ImportId"":""locationLongitude""}","{""ImportId"":""distributionChannel""}","{""ImportId"":""userLanguage""}","{""ImportId"":""QID182""}","{""ImportId"":""QID189_FIRST_CLICK""}","{""ImportId"":""QID189_LAST_CLICK""}","{""ImportId"":""QID189_PAGE_SUBMIT""}","{""ImportId"":""QID189_CLICK_COUNT""}","{""ImportId"":""QID4""}","{""ImportId"":""QID5""}","{""ImportId"":""QID6""}","{""ImportId"":""QID64_FIRST_CLICK""}","{""ImportId"":""QID64_LAST_CLICK""}","{""ImportId"":""QID64_PAGE_SUBMIT""}","{""ImportId"":""QID64_CLICK_COUNT""}","{""ImportId"":""QID191_FIRST_CLICK""}","{""ImportId"":""QID191_LAST_CLICK""}","{""ImportId"":""QID191_PAGE_SUBMIT""}","{""ImportId"":""QID191_CLICK_COUNT""}","{""ImportId"":""QID228_1""}","{""ImportId"":""QID230_1""}","{""ImportId"":""QID231_1""}","{""ImportId"":""QID209_FIRST_CLICK""}","{""ImportId"":""QID209_LAST_CLICK""}","{""ImportId"":""QID209_PAGE_SUBMIT""}","{""ImportId"":""QID209_CLICK_COUNT""}","{""ImportId"":""QID188_FIRST_CLICK""}","{""ImportId"":""QID188_LAST_CLICK""}","{""ImportId"":""QID188_PAGE_SUBMIT""}","{""ImportId"":""QID188_CLICK_COUNT""}","{""ImportId"":""QID245""}","{""ImportId"":""QID246""}","{""ImportId"":""QID247_FIRST_CLICK""}","{""ImportId"":""QID247_LAST_CLICK""}","{""ImportId"":""QID247_PAGE_SUBMIT""}","{""ImportId"":""QID247_CLICK_COUNT""}","{""ImportId"":""QID249""}","{""ImportId"":""QID250""}","{""ImportId"":""QID254_FIRST_CLICK""}","{""ImportId"":""QID254_LAST_CLICK""}","{""ImportId"":""QID254_PAGE_SUBMIT""}","{""ImportId"":""QID254_CLICK_COUNT""}","{""ImportId"":""QID253""}","{""ImportId"":""QID255_FIRST_CLICK""}","{""ImportId"":""QID255_LAST_CLICK""}","{""ImportId"":""QID255_PAGE_SUBMIT""}","{""ImportId"":""QID255_CLICK_COUNT""}","{""ImportId"":""QID223_FIRST_CLICK""}","{""ImportId"":""QID223_LAST_CLICK""}","{""ImportId"":""QID223_PAGE_SUBMIT""}","{""ImportId"":""QID223_CLICK_COUNT""}","{""ImportId"":""QID101_1""}","{""ImportId"":""QID101_2""}","{""ImportId"":""QID101_3""}","{""ImportId"":""QID101_4""}","{""ImportId"":""QID101_12""}","{""ImportId"":""QID101_15""}","{""ImportId"":""QID200_TEXT""}","{""ImportId"":""QID192_FIRST_CLICK""}","{""ImportId"":""QID192_LAST_CLICK""}","{""ImportId"":""QID192_PAGE_SUBMIT""}","{""ImportId"":""QID192_CLICK_COUNT""}","{""ImportId"":""QID102_6""}","{""ImportId"":""QID102_7""}","{""ImportId"":""QID102_8""}","{""ImportId"":""QID102_9""}","{""ImportId"":""QID102_10""}","{""ImportId"":""QID102_11""}","{""ImportId"":""QID117_TEXT""}","{""ImportId"":""QID78_FIRST_CLICK""}","{""ImportId"":""QID78_LAST_CLICK""}","{""ImportId"":""QID78_PAGE_SUBMIT""}","{""ImportId"":""QID78_CLICK_COUNT""}","{""ImportId"":""QID122_2""}","{""ImportId"":""QID203_TEXT""}","{""ImportId"":""QID199_FIRST_CLICK""}","{""ImportId"":""QID199_LAST_CLICK""}","{""ImportId"":""QID199_PAGE_SUBMIT""}","{""ImportId"":""QID199_CLICK_COUNT""}","{""ImportId"":""QID36_1""}","{""ImportId"":""QID36_2""}","{""ImportId"":""QID36_3""}","{""ImportId"":""QID36_4""}","{""ImportId"":""QID36_5""}","{""ImportId"":""QID36_6""}","{""ImportId"":""QID36_7""}","{""ImportId"":""QID65_FIRST_CLICK""}","{""ImportId"":""QID65_LAST_CLICK""}","{""ImportId"":""QID65_PAGE_SUBMIT""}","{""ImportId"":""QID65_CLICK_COUNT""}","{""ImportId"":""QID38_1""}","{""ImportId"":""QID38_2""}","{""ImportId"":""QID38_3""}","{""ImportId"":""QID38_4""}","{""ImportId"":""QID38_5""}","{""ImportId"":""QID38_6""}","{""ImportId"":""QID38_7""}","{""ImportId"":""QID38_8""}","{""ImportId"":""QID204_TEXT""}","{""ImportId"":""QID72_FIRST_CLICK""}","{""ImportId"":""QID72_LAST_CLICK""}","{""ImportId"":""QID72_PAGE_SUBMIT""}","{""ImportId"":""QID72_CLICK_COUNT""}","{""ImportId"":""QID39_1""}","{""ImportId"":""QID39_2""}","{""ImportId"":""QID39_3""}","{""ImportId"":""QID39_4""}","{""ImportId"":""QID39_5""}","{""ImportId"":""QID39_6""}","{""ImportId"":""QID73_FIRST_CLICK""}","{""ImportId"":""QID73_LAST_CLICK""}","{""ImportId"":""QID73_PAGE_SUBMIT""}","{""ImportId"":""QID73_CLICK_COUNT""}","{""ImportId"":""QID11""}","{""ImportId"":""QID13""}","{""ImportId"":""QID74_FIRST_CLICK""}","{""ImportId"":""QID74_LAST_CLICK""}","{""ImportId"":""QID74_PAGE_SUBMIT""}","{""ImportId"":""QID74_CLICK_COUNT""}","{""ImportId"":""QID14""}","{""ImportId"":""QID15_TEXT""}","{""ImportId"":""QID16_1""}","{""ImportId"":""QID17""}","{""ImportId"":""QID23""}","{""ImportId"":""QID27""}","{""ImportId"":""QID27_4_TEXT""}","{""ImportId"":""QID18""}","{""ImportId"":""QID18_8_TEXT""}","{""ImportId"":""QID18_9_TEXT""}","{""ImportId"":""QID19""}","{""ImportId"":""QID20""}","{""ImportId"":""QID25""}","{""ImportId"":""QID25_1_TEXT""}","{""ImportId"":""QID75_FIRST_CLICK""}","{""ImportId"":""QID75_LAST_CLICK""}","{""ImportId"":""QID75_PAGE_SUBMIT""}","{""ImportId"":""QID75_CLICK_COUNT""}","{""ImportId"":""PROLIFIC_PID""}","{""ImportId"":""provenance-data""}","{""ImportId"":""provenance-vis""}","{""ImportId"":""provenance-tour""}","{""ImportId"":""provenance-explore""}","{""ImportId"":""isCovidData""}","{""ImportId"":""complexity""}","{""ImportId"":""chartType""}" -2023-03-12 20:55:26,2023-03-12 20:59:13,0,72.140.211.54,100,227,1,2023-03-12 20:59:14,R_8rmBCqRevUJbRip,,,,,43.6859,-79.3974,anonymous,EN,1,3.541,3.541,4.591,1,,,,,,,,0,0,15.01,0,80,45,88,3.993,9.391,10.534,3,1.866,4.415,6.225,2,-1,-3,6.102,7.097,8.181,2,1,-2,5.138,6.329,9.187,2,-3,5.469,5.469,6.497,1,0,0,52.499,0,3,1,7,4,2,7,,7.096,12.496,13.606,6,7,7,2,2,1,5,It seems scientific,1.84,1.84,7.176,1,1,,2.222,4.572,5.635,2,2,7,3,4,1,5,6,0,0,8.669,0,2,2,2,3,3,2,3,3,,2.328,5.928,7.555,8,3,2,2,2,3,1,2.183,4.707,6.738,6,2,,1.402,1.402,2.475,1,2,1984,Massachusetts,1,3,1,,2,,,1,1,2,,1.077,24.044,25.414,14,,,,,,0,, -2023-03-12 22:55:27,2023-03-12 23:03:56,0,96.244.99.19,100,508,1,2023-03-12 23:03:56,R_24CbqjyCefqjEDT,,,,,39.2124,-76.8776,anonymous,EN,1,9.267,9.902,11.717,2,1,4,2,1.802,3.904,4.822,3,0,0,15.007,0,100,100,50,9.084,16.242,17.347,3,14.352,17.433,28.831,2,-3,1,43.947,63.925,66.381,3,-3,-3,5.99,71.921,74.179,5,-3,46.049,46.79,48.377,2,0,0,15.01,0,6,6,6,6,6,6,,4.133,9.663,11.581,6,6,6,6,6,4,6,"The visualization is showing me the rate of cases as opposed to absolute numbers, which indicates it is trying to communicate useful information to me.",2.27,2.27,43.449,1,5,,3.661,5.474,8.503,2,2,7,3,4,1,5,6,0,0,15.853,0,5,6,1,5,7,3,10,9,,4.052,15.547,17.493,8,3,4,2,3,4,3,3.563,19.786,20.905,6,1,3,1.756,13.133,14.332,2,2,1999,Maryland,6,3,1,,7,,,17,4,1,emilyconn9@gmail.com,3.958,42.813,52.461,12,5ec4a0fffe991f37f61b356e,,,,,1,, -2023-03-12 22:52:45,2023-03-12 23:05:28,0,167.224.159.51,100,762,1,2023-03-12 23:05:29,R_1kZDJESNJtHyIqs,,,,,36.0557,-94.1567,anonymous,EN,1,11.565,11.565,13.057,1,1,2,1,1.835,5.572,6.33,2,14.198,14.198,15.109,1,63,34,57,0.53,26.614,27.854,4,15.92,60.804,64.286,11,1,1,33.066,63.213,64.76,10,-3,-1,14.354,56.06,56.822,13,1,9.108,81.76,82.57,16,13.617,13.617,15.136,1,2,2,4,3,6,4,,1.516,27.755,30.455,12,2,3,3,1,1,5,"In this context, I feel no reason for distrusting it. No clear dishonest motive.",0.901,0.901,60.189,1,4,,7.967,7.967,9.629,1,2,7,3,4,1,5,6,6.309,6.777,16.473,2,1,3,5,5,2,1,11,11,,4.799,45.26,50.021,18,4,4,1,1,4,5,6.542,26.207,26.75,8,2,1,3.184,8.092,10.986,3,1,1999,Arkansas,3,3,1,,2,,,8,4,1,juminlee6@gmail.com,2.369,57.956,60.204,29,63127274665ebf35cb1a9571,,,,,1,, -2023-03-12 22:49:06,2023-03-12 23:08:06,0,71.114.60.102,100,1139,1,2023-03-12 23:08:07,R_3Hnsy0bnh9pW97e,,,,,38.6326,-77.2661,anonymous,EN,1,31.406,31.406,34.236,1,,,,,,,,0,0,15.009,0,96,95,41,32.044,54.797,55.962,6,8.089,72.668,80.644,3,1,1,40.406,52.677,87.532,2,1,-2,40.26,88.13,91.578,3,-2,97.616,97.616,109.125,1,0,0,15.016,0,3,4,3,5,5,3,N/A,10.875,57.411,60.221,7,5,5,3,7,1,3,"You can use data and visualizations to sway others in many different ways. While I have no proof, there could be information unaccounted for, or the information recorded could have been calculated incorrectly.",3.401,151.338,156.198,8,3,N/A,13.763,14.983,18.243,2,2,7,3,4,1,5,6,0,0,31.31,0,1,7,7,4,1,2,9,5,N/A,11.766,52.462,57.366,12,3,4,2,3,4,3,23.275,54.331,58.65,6,3,,15.827,15.827,19.632,1,2,2002,Virginia,3,1,1,,8,Woodbridge,,16,4,2,,10.53,145.531,146.498,46,60f1bdd684969df9641e994b,,,,,0,, -2023-03-12 23:02:01,2023-03-12 23:14:33,0,75.1.91.184,100,751,1,2023-03-12 23:14:34,R_31jGH7YiQuZev6v,,,,,29.4227,-98.4927,anonymous,EN,1,4.961,4.961,5.923,1,1,4,2,11.141,12.336,13.342,2,8.758,8.758,15.106,1,100,100,50,15.308,24.376,25.39,3,5.668,160.165,162.164,2,1,1,22.185,48.708,50.001,4,1,-3,30.698,54.968,55.925,2,1,38.418,38.418,39.833,1,0,0,15.107,0,6,6,6,6,6,6,,7.735,16.736,18.861,7,6,6,5,5,3,6,It shows it in an organized manner,2.407,2.407,12.78,1,3,,5.117,14.527,15.892,5,2,7,3,4,1,5,6,0,0,25.301,0,1,1,1,1,1,1,11,10,,6.052,16.319,17.801,8,4,4,2,3,3,3,12.861,42.337,43.298,7,1,2,5.775,13.07,17.526,3,1,1993,Texas,3,3,1,,9,,Black and Mexican,3,4,1,lildj5000@gmail.com,3.207,157.3,158.024,53,63129dd30887fb3d46640f2b,,,,,1,, -2023-03-12 23:04:47,2023-03-12 23:15:00,0,24.43.21.218,100,612,1,2023-03-12 23:15:01,R_3eldnrMSyXSZgDz,,,,,33.5173,-117.1208,anonymous,EN,1,39.353,39.353,40.403,1,,,,,,,,0,0,15.015,0,22,15,15,5.166,9.832,11.652,4,19.4,22.599,24.996,2,1,1,30.475,39.255,40.467,2,1,-1,30.432,78.102,82.022,5,1,38.552,38.552,39.953,1,0,0,15.109,0,3,7,3,7,5,3,"I think count and rate seem different, so I don't understand why both terms are used.Also it's visually confusing with the stacking as it's not clear if the orange bar goes all the way down ",9.537,116.666,123.751,13,7,1,1,7,1,3,"I have no domain knowledge to say whether it makes sense or not.,And I find the stacked format really confusing and pointless",2.013,33.198,34.182,2,5,,3.216,8.083,10.646,5,2,7,3,4,1,5,6,0,0,14.521,0,4,5,2,8,7,7,10,10,,3.22,13.722,15.507,8,4,4,2,2,3,4,10.286,20.376,21.821,6,1,,15.636,15.636,17.384,1,2,1980,California,6,1,1,,7,,,17,4,1,lotster@gmail.com,1.766,35.88,54.502,13,5a49d6a06d85f80001c25bc4,,,,,0,, -2023-03-12 23:07:40,2023-03-12 23:17:14,0,75.172.177.246,100,573,1,2023-03-12 23:17:14,R_1rPvaQfO3zfCdsf,,,,,47.6631,-122.3029,anonymous,EN,1,46.247,46.247,47.262,1,,,,,,,,0,0,15.109,0,85,84,35,6.533,10.534,17.795,3,13.522,21.926,25.863,2,1,1,28.502,38.116,41.554,2,-3,-3,35.383,67.596,84.941,8,1,14.687,67.203,71.197,4,0,0,15.011,0,4,3,5,5,5,5,,6.072,19.647,21.342,7,4,5,3,7,7,4,"Well it doesn't include a source to verify its statistics, but other than that, it appears to be trustworthy. I'm not really sure, as I am not an expert in insect troubles or fungi troubles in Croatia of all places.",1.631,2.8,51.215,2,5,,4.298,8.921,10.407,7,2,7,3,4,1,5,6,6.71,16.821,18.595,4,2,5,2,4,4,6,10,10,,4.463,25.189,27.021,16,5,4,1,2,5,4,6.817,26.946,27.751,11,2,,1.644,1.644,5.631,1,1,1998,Washington,3,1,1,,7,,,4,3,2,,1.198,36.927,38.201,15,610333282a90d4b77609c5f8,,,,,0,, -2023-03-12 23:09:51,2023-03-12 23:20:45,0,24.214.85.223,100,654,1,2023-03-12 23:20:46,R_3pi2kNkyG6wUhE5,,,,,33.4734,-82.0111,anonymous,EN,1,4.37,4.37,10.457,1,1,3,1,2.156,6.018,7.672,2,0,0,15.111,0,70,44,72,6.188,15.109,16.703,3,6.312,66.363,69.442,9,1,1,39.452,50.354,52.804,2,-3,-3,30.615,50.377,52.903,2,1,18.389,32.995,34.935,2,0,0,16.224,0,3,3,4,4,4,4,,4.532,22.026,26.515,8,4,3,4,2,3,3,"I don't know if the data is verifiable. ",2.063,2.063,16.746,1,4,,12.097,12.097,18.1,1,2,7,3,4,1,5,6,0,0,23.434,0,2,5,7,4,3,6,10,9,,10.425,26.748,29.865,8,4,4,3,2,2,4,3.005,31.466,35.435,6,5,4,3.953,14.08,16.829,2,1,1997,Georgia,6,3,1,,7,,,12,3,1,,2.15,60.601,62.971,16,5c17294778ee390001ab19e5,,,,,1,, -2023-03-12 23:13:51,2023-03-12 23:22:43,0,174.63.59.104,100,531,1,2023-03-12 23:22:43,R_1g7xhCUCoRYIwAy,,,,,38.8503,-104.8567,anonymous,EN,1,3.845,3.845,4.89,1,1,3,2,4.015,10.03,12,2,0,0,15.107,0,73,79,55,10.096,15.234,16.931,3,8.358,12.843,22.021,2,1,1,17.452,34.064,35.878,3,-3,1,33.545,79.583,82.057,3,1,28.569,56.518,57.965,2,0,0,15.007,0,3,7,4,4,5,4,n/a,7.021,22.288,25.593,7,5,5,4,6,5,5,"Although there are no hard data associated with this, it seems like a plausible number of cases based on societal behaviors of vacc/unvacc individuals.",1.643,1.643,45.785,1,2,n/a,3.273,4.861,8.398,2,2,7,3,4,1,5,6,0,0,19.283,0,3,4,10,9,3,7,9,10,n/a,3.87,25.05,28.024,10,4,4,1,1,4,5,2.945,16.356,17.4,6,5,1,3.434,9.009,11.602,2,1,1981,Colorado,7,1,1,,7,,,14,2,1,5e11882114ae638303c715d9@email.prolific.co,2.062,68.993,74.114,17,5e11882114ae638303c715d9,,,,,1,, -2023-03-12 22:56:45,2023-03-12 23:22:56,0,72.218.13.127,100,1570,1,2023-03-12 23:22:56,R_vrc5DL09FLrqtGx,,,,,37.11,-76.5115,anonymous,EN,1,4.354,4.354,6.218,1,,,,,,,,3.502,5.235,16.172,3,81,0,0,58.555,160.915,162.121,7,3.079,523.207,527.598,31,-1,-1,3.886,153.52,154.547,8,-1,-1,2.983,9.883,11.081,5,-1,121.291,271.634,272.875,10,6.465,6.465,15.01,1,1,1,1,1,1,1,,3.18,24.473,25.868,9,1,1,1,1,1,1,I don't know how to read them and its too much,2.629,2.629,24.219,1,1,,2.245,10.564,11.685,5,2,7,3,4,1,5,6,3.401,25.825,27.144,3,1,1,1,1,1,1,1,1,,1.623,11.691,12.849,13,5,5,1,1,5,1,1.787,45.974,47.124,11,4,,11.712,14.656,15.865,4,1,1991,Virginia,3,2,1,,3,,,4,3,1,Kwanny757@gmail.com,1.589,114.49,115.691,35,62e6c5d05d354e1f99d612e4,,,,,0,, -2023-03-12 23:27:49,2023-03-12 23:28:01,0,98.169.160.252,100,11,1,2023-03-12 23:28:02,R_0wcwHhKg4FxNhMR,,,,,38.3416,-77.4307,anonymous,EN,2,8.573,8.573,10.085,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5fd8ca40697e370870a312e8,,,,,,, -2023-03-12 23:15:40,2023-03-12 23:28:09,0,47.232.88.100,100,748,1,2023-03-12 23:28:11,R_1n29yspyMQhoH9u,,,,,38.5317,-89.9988,anonymous,EN,1,8.067,8.699,9.225,2,,,,,,,,0,0,15.007,0,78,64,62,12.153,19.951,24.705,4,7.339,159.386,180.754,17,1,1,24.237,35.056,36.535,2,-3,-3,33.324,76.043,77.201,4,1,43.236,43.236,44.386,1,5.56,9.291,16.316,7,5,5,5,4,5,4,This graph's coloring is unpleasant.,6.662,15.888,30.222,7,5,5,4,3,3,4,"It seems scientific, though I don't like the way the data is presented.",2.919,2.919,20.549,1,5,Thank you for the opportunity.,8.927,10.022,20.877,2,2,7,3,4,1,5,6,0,0,20.716,0,6,6,8,7,6,7,8,8,"None, thanks :)",4.121,19.113,23.998,9,4,3,2,2,4,4,2.654,25.091,27.926,11,4,,3.192,3.192,4.862,1,1,1996,Illinois,6,1,1,,7,,,19,5,2,,0.799,111.221,115.448,24,5c7e14531c3cf8001638b5b0,,,,,0,, -2023-03-12 23:18:41,2023-03-12 23:28:31,0,99.9.227.253,100,590,1,2023-03-12 23:28:32,R_2tMAIUb1zU7FkvP,,,,,39.7436,-86.1158,anonymous,EN,1,5.176,24.003,24.998,3,2,,2,2.732,2.732,3.763,1,0,0,15.01,0,50,100,50,11.19,23.246,27.691,3,11.733,21.339,35.77,2,1,-3,25.754,47.199,48.906,2,-3,-3,38.217,74.525,75.402,3,-1,40.488,40.488,41.306,1,0,0,15.027,0,3,7,3,5,5,1,,19.122,41.818,45.423,6,7,5,3,1,1,5,"You told me to assume that I trust the data. I don't, but that's what you told me to do.",3.322,25.757,29.203,5,4,,6.6,6.6,8.599,1,2,7,3,4,1,5,6,0,0,14.586,0,1,1,1,1,1,1,1,1,"I don't trust scientists. I would trust science, except it is performed by humans.",2.816,20.48,39.303,10,1,1,4,5,1,2,8.427,19.182,19.975,6,6,2,2.201,12.944,14.277,2,2,1977,Indiana,7,3,1,,8,Indianapolis,,10,4,2,,2.596,67.952,74.298,31,55cb79e0fdf99b3c26ae4bca,,,,,1,, -2023-03-12 23:20:47,2023-03-12 23:31:34,0,66.61.113.24,100,646,1,2023-03-12 23:31:36,R_3hyC0Rwbk7iPMzb,,,,,40.8784,-82.6541,anonymous,EN,1,13.969,13.969,15.408,1,,,,,,,,0,0,15.009,0,83,82,70,8.892,16.484,17.495,3,14.548,20.867,35.593,2,-2,1,10.414,33.173,34.177,4,-3,-3,27.339,66.275,69.218,2,1,24.252,24.252,33.569,1,0,0,15.11,0,5,4,5,5,6,5,,11.943,21.807,25.118,6,6,6,6,6,6,6,I trust this visualization,1.382,18.294,34.505,2,3,,7.944,7.944,15.053,1,2,7,3,4,1,5,6,39.488,39.488,54.797,1,3,5,4,4,1,5,10,11,,4.383,16.248,18.476,8,4,4,2,3,4,4,8.911,37.878,39.37,7,4,,5.913,5.913,7.654,1,1,1998,Ohio,2,2,1,,7,,,4,3,1,Zemaus2014@gmail.com,1.274,127.273,153.864,43,63d80e0449b458dd5f8140be,,,,,0,, -2023-03-12 23:21:18,2023-03-12 23:33:09,0,24.193.135.1,100,710,1,2023-03-12 23:33:10,R_1QLPEXxUJgrVGxr,,,,,40.6001,-73.7497,anonymous,EN,1,13.707,15.215,16.283,3,,,,,,,,0,0,15.114,0,44,21,12,18.152,38.536,39.706,6,5.019,32.713,35.238,5,-1,-1,23.4,30.728,31.685,4,1,-1,12.59,77.952,78.937,8,-1,16.646,25.646,26.402,4,3.027,10.492,15.021,3,3,3,3,1,2,3,none,1.511,35.229,38.681,10,1,1,1,1,1,3,I don't know if these are actually facts or its random data.,3.366,38.089,42.693,2,5,none,12.474,22.165,23.891,5,2,7,3,4,1,5,6,10.08,26.054,26.986,3,5,5,8,7,7,7,8,10,none,6.735,31.863,34.75,12,1,3,1,2,2,3,9.692,44.911,46.701,8,2,,8.797,23.841,25.406,3,1,1979,New York,3,1,1,,8,Rockaway Park,,9,2,1,hulu9760@gmail.com,3.828,146.819,147.803,28,63f2e107c4d0bc684b99d2c6,,,,,0,, -2023-03-12 23:24:07,2023-03-12 23:33:12,0,67.182.177.152,100,544,1,2023-03-12 23:33:13,R_1oBenWNiEBzuFqv,,,,,37.6752,-120.9465,anonymous,EN,1,5.432,5.432,6.439,1,,,,,,,,0,0,15.014,0,100,100,78,4.267,15.84,18.502,6,17.73,23.842,50.437,2,-1,1,15.123,29.58,32.37,10,-3,-3,25.857,55.243,55.679,3,1,20.576,20.576,22.401,1,0,0,15.02,0,5,4,6,4,5,5,,5.892,28.831,39.586,9,4,4,5,2,7,6,I don't think that there is any reason for anyone to lie about the data on the visualization. The graph seems like it has accurate information.,2.808,2.808,27.35,1,6,When using the interactive graph a box with information got stuck open and appeared on every page of the survey and blocked some of the information on the other graphs.,5.339,6.51,58.924,2,2,7,3,4,1,5,6,0,0,16.184,0,1,1,2,4,1,3,11,10,,6.5,17.155,19.535,8,3,3,1,2,5,3,12.012,27.595,28.6,7,1,,8.084,8.084,9.656,1,2,1989,California,7,2,1,,9,,Modesto,11,4,1,ccarpenter117@gmail.com,2.292,72.317,76.579,43,5fb54678abd965015f4ae7b7,,,,,0,, -2023-03-12 23:24:38,2023-03-12 23:34:35,0,98.15.201.132,100,597,1,2023-03-12 23:34:36,R_232a0FWkOGkpCHe,,,,,41.3944,-74.3332,anonymous,EN,1,1.555,10.598,11.446,2,1,2,2,2.014,5.642,10.971,2,0,0,15.057,0,100,100,52,18.006,31.495,32.374,5,6.551,13.324,17.277,2,1,1,29.048,43.03,44.957,3,-3,-3,17.587,90.501,110.904,4,1,32.729,34.196,37.153,2,0,0,15.022,0,6,3,3,6,6,6,,7.509,21.02,24.923,7,6,6,6,5,5,6,it's from the CDC,3.819,3.819,13.055,1,4,,6.822,6.822,9.987,1,2,7,3,4,1,5,6,0,0,26.238,0,1,6,1,6,1,1,11,10,,9.226,28.035,29.987,9,2,3,3,3,1,3,18.426,53.374,55.464,8,2,2,0.846,17.403,19.213,3,1,1999,New York,3,3,1,,7,,,18,4,2,,4.296,59.028,63.531,13,640e11f99076926cad445e1e,,,,,1,, -2023-03-12 23:27:36,2023-03-12 23:34:43,0,98.188.190.24,100,427,1,2023-03-12 23:34:44,R_vOdpQIc9BfTck13,,,,,36.0344,-114.9705,anonymous,EN,1,3.238,3.238,4.038,1,1,2,2,0,0,3.885,0,0,0,15.109,0,82,92,71,8.78,12.25,13.495,3,7.267,22.262,28.164,3,-3,1,49.89,64.784,68.391,3,1,-3,11.718,34.021,35.245,3,1,26.271,26.542,29.427,2,0,0,15.013,0,4,4,5,5,5,5,,7.369,19.047,20.669,8,4,5,5,3,4,4,"It states the source and the source should be somewhere that I trust. But then again, anyone can claim the source is from this place but not be true.",2.188,2.188,32.294,1,5,,4.92,4.92,6.203,1,2,7,3,4,1,5,6,0,0,16.968,0,6,7,8,9,7,6,10,10,,0,0,15.407,0,2,2,3,3,3,4,0,0,14.665,0,2,2,0,0,11.077,0,1,1991,Nevada,5,2,1,,7,,,6,4,2,,6.575,54.494,58.62,16,5e1f7b2a4c9b832b34e7c9d3,,,,,1,, -2023-03-12 23:23:49,2023-03-12 23:34:45,0,69.23.103.128,100,655,1,2023-03-12 23:34:45,R_9N8K5fxwjCP8WUp,,,,,44.2433,-88.3564,anonymous,EN,1,16.133,16.133,16.992,1,1,1,1,7.671,9.382,10.881,2,0,0,15.015,0,67,80,46,12.995,19.307,20.105,3,6.762,9.769,11.552,2,1,1,42.179,53.51,55.082,2,-3,-3,31.421,49.691,50.945,2,-2,137.619,137.619,139.096,1,0,0,15.009,0,4,4,4,4,4,4,,10.313,13.346,16.033,6,6,6,6,6,6,6,its easy to understand,1.964,1.964,13.635,1,4,,5.498,5.498,7.451,1,2,7,3,4,1,5,6,0,0,14.031,0,9,9,9,9,9,9,9,9,,6.364,11.657,13.819,8,1,1,5,4,1,1,18.047,31.376,33.123,7,4,2,3.259,7.689,8.839,2,2,1988,Wisconsin,4,2,1,,7,,,4,5,1,dmharrington37@gmail.com,2.274,55.15,59.285,16,5e8681d1fc96dd135df99ee6,,,,,1,, -2023-03-12 23:20:27,2023-03-12 23:34:49,0,72.219.78.66,100,861,1,2023-03-12 23:34:50,R_2E77mJLu1PZxmrB,,,,,33.6128,-117.6622,anonymous,EN,1,257.195,261.504,263.171,8,,,,,,,,2.897,2.897,15.008,1,100,100,50,0.268,25.943,27.821,11,4.666,50.06,51.297,9,1,1,1.737,34.862,36.016,10,-3,-3,2.17,42.613,43.852,16,1,2.34,41.594,42.679,5,2.139,5.526,15.014,2,3,4,4,4,5,5,,3.668,25.589,26.769,11,5,5,5,1,3,5,I have no reason not to believe the information presented to me,2.834,4.96,18.405,3,6,,3.012,7.291,8.539,5,2,7,3,4,1,5,6,4.853,13.59,14.383,4,3,6,6,5,6,7,9,9,,3.331,20.309,21.395,14,4,4,2,2,4,4,4.579,17.93,23.647,10,2,,1.92,3.662,4.752,3,2,1972,California,7,1,1,,7,,,13,4,1,5b894987e79bf50001e1ff95@email.prolific.co,1.438,57.519,60.592,28,5b894987e79bf50001e1ff95,,,,,0,, -2023-03-12 23:16:58,2023-03-12 23:34:53,0,73.208.7.87,100,1075,1,2023-03-12 23:34:53,R_1PZvm5tCZHMLiO4,,,,,41.8482,-87.6521,anonymous,EN,1,4.701,4.701,6.244,1,,,,,,,,12.373,12.373,15.009,1,50,94,99,22.667,50.614,54.654,30,5.575,23.913,25.134,5,1,1,44.042,52.202,54.612,4,-3,1,0.19,158.923,163.102,4,1,14.907,63.021,64.414,3,1.642,10.65,15.116,2,3,3,3,5,6,4,,2.647,33.68,34.505,10,2,6,4,2,7,4,"The sourcing is existent and I have no reason to believe the HPK is an unreliable source of data. ",2.483,295.968,296.278,10,4,,10.638,14.511,16.456,6,2,3,4,5,1,6,7,0,0,9.793,0,1,8,1,4,4,3,10,10,ACAB,12.908,57.755,64.662,27,4,5,1,2,4,5,19.412,49.804,51.337,7,8,,1.476,3.765,6.538,3,3,1999,Illinois,2,2,1,,7,,,5,4,1,63ed1a2c8c27c4099b576701@email.prolific.co,2.325,140.204,148.15,28,63ed1a2c8c27c4099b576701,,,,,0,, -2023-03-12 23:18:58,2023-03-12 23:35:53,0,68.46.90.139,100,1014,1,2023-03-12 23:35:53,R_12hI9VBFMasfujl,,,,,45.2377,-93.2765,anonymous,EN,1,4.713,4.713,5.931,1,1,2,2,1.156,3.865,4.54,2,0,0,15.108,0,100,83,74,7.366,10.813,11.681,4,5.419,10.564,29.676,2,1,-3,43.639,52.458,53.221,2,-3,1,2.678,63.067,64.499,22,-3,9.856,30.99,32.543,2,0,0,15.006,0,4,3,4,6,5,6,,9.36,20.596,22.355,8,4,5,5,7,7,5,"The data makes sense to me, and I like that the axes are consistent. ",1.576,2.701,17.227,2,4,,4.55,7.829,8.593,5,2,7,3,4,1,5,6,12.181,17.225,338.68,2,3,7,9,9,6,8,11,10,,8.308,18.724,20.227,11,5,4,1,1,5,5,5.497,19.959,20.909,7,5,3,3.215,22.974,23.612,6,1,1991,Minnesota,6,1,1,,4,,,17,3,1,jondeyoung@outlook.com,2.478,51.821,53.622,20,63e081512a825f68bcfdc757,,,,,1,, -2023-03-12 23:28:32,2023-03-12 23:36:14,0,67.182.64.231,100,461,1,2023-03-12 23:36:14,R_1GTxX0GlJFNNFW0,,,,,38.581,-121.4939,anonymous,EN,1,3.81,3.81,5.286,1,1,2,2,1.3,3.039,3.771,2,0,0,15.106,0,93,100,100,9.137,21.555,25.537,4,7.66,27.213,27.798,8,1,1,30.061,37.085,38.165,2,-3,-3,6.334,61.197,62.194,8,1,14.76,24.468,25.453,2,12.633,12.633,15.013,1,7,3,7,6,6,7,,8.477,21.922,24.313,7,5,6,6,1,3,6,"It said ""Assuming you trust the information"". So, assuming I trust the actual numbers, I do not feel the visualization was doing anything to try and misrepresent those numbers.",4.112,54.249,54.914,8,6,,4.327,4.327,6.098,1,2,7,3,4,1,5,6,0,0,13.487,0,1,1,10,10,1,6,9,10,,3.709,16.595,17.84,9,4,3,3,3,3,4,8.999,20.643,23.197,6,6,2,2.274,8.147,10.305,2,1,1998,California,6,3,1,,7,,,19,4,1,640e54837a907926a3ee82aa@email.prolific.co,1.974,40.906,44.805,12,640e54837a907926a3ee82aa,,,,,1,, -2023-03-12 23:21:52,2023-03-12 23:37:08,0,70.123.36.249,100,915,1,2023-03-12 23:37:08,R_phC14PS2rTiRoQN,,,,,30.2627,-97.7467,anonymous,EN,1,24.594,25.097,26.107,2,1,3,2,4.335,7.035,8.327,2,0,0,15.118,0,100,100,85,5.001,26.061,26.705,5,15.673,19.115,59.331,2,1,1,27.588,40,41.772,2,-3,-3,66.148,179.527,183.465,11,1,42.651,42.651,44.387,1,2.257,2.257,15.02,1,6,5,6,6,6,5,,3.285,64.549,67.716,9,6,5,5,3,4,5,Seems to align with scientific data in regards to the efficacy of the covid-19 vaccine. The only reason I didn't put strong agree is because I just in general try not to believe everything I see on the internet without fact-checking.,2.796,2.796,83.443,1,2,,7.827,10.966,17.232,4,2,7,3,4,1,5,6,0,0,28.249,0,1,1,1,1,4,1,10,8,,12.421,45.526,70.88,14,3,3,1,1,4,5,10.432,38.53,40.2,6,1,2,13.917,29.047,31.405,5,1,1991,Texas,6,1,1,,7,,,6,4,1,noah.k423@yahoo.com,5.83,85.267,86.823,22,610878f08e2b6c83ea3905da,,,,,1,, -2023-03-12 23:25:56,2023-03-12 23:37:26,0,76.132.72.146,100,690,1,2023-03-12 23:37:26,R_RklXsEeQFmhn1Yt,,,,,37.3177,-122.0438,anonymous,EN,1,16.873,16.873,17.646,1,1,3,1,3.622,6.369,7.198,2,0,0,15.125,0,79,19,66,4.145,19.756,22.839,4,17.484,62.034,91.94,7,1,-3,41.411,49.14,63.565,2,1,-1,66.877,90.365,91.134,3,1,34.255,34.255,37,1,6.663,7.46,15.016,2,4,5,5,4,3,4,,3.225,27.433,29.484,13,4,7,4,2,2,4,"I think it looks accurate to my knowledge, but it needs to indicate the source for me to say that I fully trust the visualization.",2.051,14.671,58.231,6,5,,1.536,10.971,12.898,3,2,7,3,4,1,5,6,0,0,25.82,0,6,4,8,5,9,3,10,11,,5.363,18.754,20.608,10,3,2,2,3,4,2,14.558,32.854,33.833,10,3,1,2.4,6.881,9,2,1,2005,California,1,3,1,,2,,,13,3,2,,2.387,80.651,86.323,31,63d8548b51a28912d9fba859,,,,,1,, -2023-03-12 23:25:24,2023-03-12 23:37:30,0,76.107.134.196,100,725,1,2023-03-12 23:37:30,R_1kXN6Klz7fR2rnW,,,,,35.1499,-90.0558,anonymous,EN,1,120.172,120.172,130.937,1,,,,,,,,0,0,15.008,0,73,87,67,34.938,40.251,41.383,3,15.937,19.254,28.285,2,1,1,27.499,44.182,48.434,3,1,-3,22.301,57.135,58.784,2,1,52.703,52.703,54.101,1,0,0,15.109,0,5,7,5,7,5,5,"It does not say why there were so many pests certain weeks. ",9.528,70.652,71.118,9,5,5,5,7,2,5,"It is clear, especially because you can see exact numbers by hovering over it, plus it is weekly data so it is easy to compare each week. ",1.346,1.346,41.127,1,5,,6.559,9.81,11.471,5,2,7,3,4,1,5,6,0,0,21.209,0,2,2,3,3,2,4,3,3,,10.766,21.634,26.618,8,4,4,2,2,4,3,13.797,31.681,33.243,6,5,,7.429,7.429,9.326,1,2,2001,Tennessee,3,1,1,,7,,,15,2,1,Ldpursuit8@gmail.com,2.435,62.56,66.245,19,6108bfbf2e07c5612eb90182,,,,,0,, -2023-03-12 23:28:33,2023-03-12 23:38:19,0,98.213.160.72,100,586,1,2023-03-12 23:38:19,R_Zn6w6YOyxBWXxLP,,,,,41.8482,-87.6521,anonymous,EN,1,3.813,3.813,5.28,1,1,4,2,1.977,3.383,4.59,2,0,0,15.013,0,98,100,99,7.467,17.34,18.84,7,10.209,13.887,19.414,2,1,-3,19.474,27.817,29.972,2,1,1,22.264,96.746,98.745,4,1,37.925,37.925,40.144,1,0,0,15.013,0,5,3,3,6,7,3,,5.194,17.785,20.116,6,5,7,7,7,4,7,It took me a second to realize the stacked nature of the bars makes it difficult to compare populations visually. Weeks where both populations spiked make the unvaccinated population look disproportionately higher,3.893,3.893,44.397,1,5,,9.91,11.624,19.332,2,2,7,3,4,1,5,6,0,0,24.554,0,2,5,2,5,4,9,10,11,,3.378,27.85,29.112,11,4,1,2,2,4,4,13.993,37.777,59.896,8,5,2,3.458,8.911,10.473,2,1,1993,Illinois,6,3,1,,2,,,16,2,1,615a1d9297d4e05d6df9da22@email.prolific.co,2.864,74.154,92.474,14,615a1d9297d4e05d6df9da22,,,,,1,, -2023-03-12 23:28:03,2023-03-12 23:39:53,0,71.1.156.211,100,709,1,2023-03-12 23:39:54,R_1Hdi1kTkTuBg3L6,,,,,28.9108,-81.5248,anonymous,EN,1,18.39,19.194,69.04,2,,,,,,,,0,0,15.03,0,85,42,41,10.359,47.872,52.363,7,7.108,31.479,46.334,3,-2,1,32.204,43.454,45.059,2,-3,-3,34.649,68.412,70.94,2,1,34.365,34.365,36.541,1,0,0,15.164,0,3,2,3,4,4,4,What happened the week of December 27th? How does that compare to previous Decembers?,16.939,39.395,60.094,7,4,4,3,1,1,4,"I have no reason not to, but then I don't care enough to fact check it.",2.458,2.458,19.649,1,6,,4.188,5.608,8.02,4,2,7,3,4,1,5,6,0,0,21.056,0,1,3,1,2,3,1,8,8,,3.963,21.472,33.42,11,2,2,1,4,2,3,4.252,23.461,25.249,8,1,,1.478,1.478,4.554,1,1,1989,Florida,7,1,1,,7,,,1,3,1,steven.michael.osborne@gmail.com,0.027,76.343,80.77,17,63e5ffdf639ebdcf35aacb09,,,,,0,, -2023-03-12 23:23:18,2023-03-12 23:40:22,0,68.32.110.193,100,1023,1,2023-03-12 23:40:22,R_1kLGitbJyAuEvO8,,,,,36.3403,-86.7195,anonymous,EN,1,33.895,33.895,35.377,1,1,3,1,1.371,2.953,4.047,2,0,0,15.009,0,92,60,72,10.978,30.638,33.836,4,13.373,84.304,97.665,14,-2,1,30.528,85.234,86.676,2,-3,-3,51.9,132.617,135.416,7,-3,176.554,187.84,189.185,4,0,0,15.112,0,6,5,6,6,5,5,,26.708,42.009,44.402,6,5,6,5,5,5,6,I trust it because of the data that is presented within it.,1.503,36.343,36.852,2,6,,5.422,5.422,6.767,1,2,7,3,4,1,5,6,0,0,12.5,0,5,7,7,7,7,8,10,9,,15.578,113.777,116.089,11,4,4,2,2,5,4,7.275,29.421,30.688,6,2,2,59.064,67.693,69.074,3,2,1994,Tennessee,7,3,1,,7,,,7,3,1,taylor.flutist@gmail.com,1.653,39.692,47.131,19,612fea78b655df755fe7db24,,,,,1,, -2023-03-12 23:31:56,2023-03-12 23:40:23,0,68.84.26.109,100,507,1,2023-03-12 23:40:23,R_1Qa84VBi0xYwevQ,,,,,30.4274,-84.258,anonymous,EN,1,3.855,3.855,5.043,1,1,1,1,1.704,4.596,5.858,3,0,0,15.011,0,100,100,69,9.358,13.285,14.641,3,30.121,39.163,40.672,2,-2,1,20.467,38.029,39.875,2,-3,-3,30.491,46.522,47.984,2,1,23.815,23.815,27.216,1,0,0,15.014,0,3,3,3,6,6,5,,7.974,33.38,38.729,12,4,6,4,2,3,5,It seems pretty logical... as to the timing and pattern of cases.,3.785,4.765,22.552,2,5,,4.59,8.174,10.324,3,2,7,3,4,1,5,6,0,0,20.791,0,5,7,6,5,9,6,9,9,,11.737,31.093,33.306,11,5,5,1,1,5,5,4.226,23.786,24.682,7,3,1,26.103,31.842,34.556,2,1,1985,Florida,6,3,1,,7,,,10,4,1,60f66877a0a732b6dbe3485d@email.prolific.co,2.368,53.332,55.711,13,60f66877a0a732b6dbe3485d,,,,,1,, -2023-03-12 23:32:28,2023-03-12 23:40:41,0,67.82.209.97,100,492,1,2023-03-12 23:40:42,R_27JNXmmIg4vq0e6,,,,,40.5582,-74.5262,anonymous,EN,1,10.739,15.666,16.989,3,,,,,,,,9.869,14.437,15.024,5,58,41,46,3.911,10.531,11.393,9,3.507,14.643,15.551,6,1,1,18.02,25.106,27.306,3,1,-2,11.069,53.451,54.958,5,1,33.834,33.834,35.188,1,0,0,15.02,0,4,4,2,4,4,4,,4.766,10.509,12.371,7,4,3,2,4,4,4,"It looks easy to follow, but anyone can bend data.",1.454,1.454,12.691,1,4,,2.748,4.089,5.201,3,2,7,3,4,1,5,6,4.843,15.248,16.24,2,6,7,3,6,2,7,6,5,,3.62,10.302,11.594,10,3,3,2,3,4,4,1.863,11.068,11.569,10,2,,3.275,3.712,6.4,2,1,1989,New Jersey,7,2,1,,7,,,9,4,1,tmeyer2@gmail.com,2.084,120.688,122.407,59,601e13b872774f263d64acac,,,,,0,, -2023-03-12 23:28:01,2023-03-12 23:41:03,0,71.8.83.241,100,782,1,2023-03-12 23:41:04,R_3KBz2hTjMzmmyrM,,,,,33.2663,-86.902,anonymous,EN,1,11.97,11.97,13.865,1,,,,,,,,0,0,15.1,0,100,85,93,8.236,11.946,14.001,3,17.54,66.937,87.375,7,1,1,1.464,36.824,37.58,16,-3,-3,1.068,71.463,72.237,32,-2,38.047,81.245,83.602,2,0,0,15.093,0,6,5,5,6,6,6,"I've never seen such a well detailed interactive graph such as this before. I will say for such large amounts of data with many variables, the interactive slider is needed. ",7.385,17.02,50.915,7,5,6,6,3,1,6,"Very detailed, nicely organized with plenty of information.",1.687,1.687,15.101,1,4,,6.349,6.349,8.653,1,2,7,3,4,1,5,6,0,0,28.455,0,4,4,5,8,5,4,10,10,,6.023,18.424,20.721,8,4,5,1,1,5,5,8.672,26.092,27.389,6,2,,5.8,5.8,7.879,1,2,1999,Alabama,6,2,1,,8,Frisco City,,5,3,1,phimujessica@gmail.com,2.507,218.006,218.608,103,61706d258625bf685b7d6902,,,,,0,, -2023-03-12 23:30:03,2023-03-12 23:41:45,0,107.193.125.27,100,701,1,2023-03-12 23:41:45,R_RkoA9bzY6Kr2CmR,,,,,30.671,-87.1737,anonymous,EN,1,3.544,23.983,25.964,6,1,3,2,1.622,18.952,19.961,4,0,0,15.114,0,100,23,87,9.527,14.198,14.844,3,22.781,52.68,76.784,5,1,1,5.553,43.026,46.731,10,1,-2,8.531,89.415,90.257,5,1,11.675,60.693,61.156,4,0,0,15.01,0,5,4,5,2,2,5,"I would've much rather this be split into 2 different graphs based on vaccination rather than one graph with every single group ",6.246,60.778,61.095,11,2,2,2,2,2,5,"I trust the makers of the graph ",1.113,31.433,33.773,2,4,,10.166,12.323,13.577,2,2,7,3,4,1,5,6,10.136,10.5,30.302,2,2,2,1,4,2,4,11,7,,6.104,31.135,31.615,20,4,1,1,2,4,2,7.221,35.221,45.634,10,2,1,5.783,11.648,13.158,3,1,2003,Florida,3,1,1,,2,,,14,3,2,,3.314,63.438,66.216,39,63ee7c9441abc1335d678cab,,,,,1,, -2023-03-12 23:32:55,2023-03-12 23:42:46,0,72.239.235.142,100,590,1,2023-03-12 23:42:46,R_2w14QXXZXgTuYJ0,,,,,28.5378,-80.6711,anonymous,EN,1,2.768,2.768,3.722,1,1,2,1,1.306,3.902,5.135,2,4.089,4.089,15.121,1,59,17,39,5.54,10.524,12.655,3,37.255,124.639,127.471,12,1,1,32.48,43.286,44.68,2,-3,-3,0.903,49.793,51.397,5,1,15.792,25.302,26.939,2,0,0,15.113,0,4,2,4,4,5,4,,9.348,24.561,26.887,8,4,4,4,2,2,4,I can't tell for sure whether this data is accurate,1.794,2.807,27.734,2,4,,4.289,4.289,6.567,1,2,7,3,4,1,5,6,0,0,27.601,0,4,6,4,5,2,3,10,9,,6.862,17.035,18.845,8,4,2,2,2,3,3,6.382,23.044,24.031,10,2,2,3.871,9.912,12.771,3,2,1995,Florida,5,2,1,,4,,,5,2,1,6109d5b1a9daba0fb4e833b9@email.prolific.co,2.146,99.815,103.515,22,6109d5b1a9daba0fb4e833b9,,,,,1,, -2023-03-12 23:34:18,2023-03-12 23:42:49,0,173.175.212.17,100,510,1,2023-03-12 23:42:49,R_414vg6VCJrsFTKF,,,,,32.7797,-96.8022,anonymous,EN,1,3.406,4.093,4.83,2,,,,,,,,0,0,15.006,0,87,76,90,6.095,10.936,11.58,5,12.231,48.167,49.918,6,-3,1,1.274,75.228,76.333,10,1,-3,23.346,36.378,37.001,2,1,48.133,62.254,63.258,2,0,0,15.12,0,3,3,4,4,5,5,,3.258,20.058,21.688,8,5,5,5,7,7,5,The exact numbers when you hover over the bars makes me trust it more.,2.908,2.908,30.112,1,3,,5.623,5.623,7.01,1,2,7,3,4,1,5,6,0,0,28.376,0,4,5,4,6,2,3,8,9,,3.224,14.807,16.464,15,4,4,1,1,5,5,3.029,28.315,29.328,12,5,,3.255,3.255,4.174,1,1,2005,Texas,1,2,2,,9,,Dallas,8,2,1,pablovasquez0110@gmail.com,1.869,63.23,63.875,33,63f77fe7daecacc6523836d1,,,,,0,, -2023-03-12 23:32:46,2023-03-12 23:43:27,0,68.161.163.31,100,640,1,2023-03-12 23:43:27,R_1oAPoQyQ0zNVjPW,,,,,40.5948,-73.9715,anonymous,EN,1,10.402,10.402,11.584,1,,,,,,,,0,0,15.108,0,100,100,67,14.431,21.871,22.7,3,16.85,25.721,27.517,2,1,-2,12.696,41.633,47.078,4,-3,-3,34.288,58.176,59.29,3,1,40.223,40.223,43.591,1,0,0,15.006,0,5,1,5,5,6,5,,18.089,41.935,44.837,8,4,6,6,1,7,6,I see no reason to not trust the data,1.546,24.381,25.297,3,5,,6.927,14.826,15.5,3,2,7,3,4,1,5,6,0,0,18.077,0,3,4,6,7,6,5,10,10,,5.724,45.401,47.22,8,4,4,1,2,4,5,9.167,49.538,50.912,11,3,,9.169,9.169,10.932,1,1,1997,New York,6,2,3,,2,,,4,4,1,5b1a3fa488ee7400012aef74@email.prolific.co,2.324,90.134,101.834,24,5b1a3fa488ee7400012aef74,,,,,0,, -2023-03-12 23:37:30,2023-03-12 23:43:53,0,208.104.213.129,100,382,1,2023-03-12 23:43:54,R_3dKXJBwKmfb0AGv,,,,,35.0125,-80.9309,anonymous,EN,1,1.366,2.154,2.911,2,,,,,,,,6.539,9.918,15.122,2,56,31,75,5.056,10.875,11.565,3,8.554,38.877,40.81,5,-2,-1,7.926,32.126,34.182,5,-1,-1,12.435,14.281,15.356,2,1,6.272,60.83,61.807,3,0,0,15.037,0,3,3,3,2,2,3,n/a,11.314,22.139,24.624,7,3,7,3,1,1,3,I do not know the origin of this information.,1.769,1.769,12.787,1,4,n/a,4.588,5.667,8.098,2,2,7,3,4,1,5,6,0,0,17.453,0,6,4,6,6,6,3,8,8,n/a,3.29,19.763,20.204,10,4,3,2,3,3,3,6.024,26.232,26.915,6,3,,5.337,6.387,6.79,2,2,1991,South Carolina,3,2,1,,7,,,2,2,2,,1.419,34.133,35.258,11,5d76bf508da7af001b5fa26c,,,,,0,, -2023-03-12 23:37:10,2023-03-12 23:44:23,0,71.61.184.166,100,433,1,2023-03-12 23:44:24,R_siIPstaAZwgnGCt,,,,,40.3177,-79.7223,anonymous,EN,1,1.861,1.861,2.567,1,1,3,2,1.23,2.707,3.564,2,0,0,15.12,0,86,100,54,3.117,7.948,9.948,4,3.832,10.715,16.61,2,-2,1,14.95,27.368,28.412,3,1,-3,18.032,34.944,35.955,2,1,15.228,15.228,16.187,1,0,0,16.757,0,6,5,1,5,5,6,,3.457,10.023,12,6,5,5,3,2,3,6,"To me, the data backs up the intuitive sentiment that vaccines work. I trust that these numbers are an accurate reflection of how vaccines operate in terms of coming down with COVID-19.",1.972,1.972,37.874,1,5,,8.742,8.742,9.969,1,2,7,3,4,1,5,6,0,0,14.08,0,2,4,3,2,5,8,10,10,,2.931,14.581,16.303,11,4,3,3,3,3,5,1.208,4.163,5.501,6,1,2,2.17,8.706,9.629,2,1,1992,Pennsylvania,8,1,1,,7,,,10,4,2,,1.824,78.532,79.427,25,60c2cc653d0c6208fc8899fc,,,,,1,, -2023-03-12 23:33:17,2023-03-12 23:44:39,0,107.3.222.77,100,681,1,2023-03-12 23:44:40,R_3CVDTxRddclXABu,,,,,37.0368,-88.5934,anonymous,EN,1,2.117,2.117,33.453,1,,,,,,,,0,0,15.107,0,75,88,69,19.583,42.452,44.1,6,26.313,31.478,37.834,2,1,1,17.784,28.336,34.569,2,1,-3,56.931,100.213,101.765,3,1,49.978,91.955,93.583,3,0,0,15.112,0,3,3,3,5,5,3,Need explaination of method at least.,13.072,43.693,64.156,10,4,5,5,1,1,3,It's just a graph I can't trust it or not trust it.,1.137,15.747,23.378,2,5,,4.217,6.043,11.661,2,2,7,3,4,1,5,6,0,0,21.209,0,1,1,1,1,1,1,1,1,,6.661,16.642,19.238,9,2,3,4,4,4,2,4.221,17.273,18.453,6,7,,2.082,2.082,4.065,1,1,1983,Kentucky,3,3,1,,7,,,4,1,2,,1.878,67.06,69.631,27,5f8486766d8e7b0f17df0206,,,,,0,, -2023-03-12 23:33:36,2023-03-12 23:46:00,0,71.94.240.109,100,743,1,2023-03-12 23:46:01,R_2P29oLSa6m40Tek,,,,,42.1921,-121.7233,anonymous,EN,1,22.086,22.641,24.286,2,1,3,2,4.235,7.98,9.489,3,7.098,11.253,15.118,9,91,91,52,10.037,20.945,21.961,8,8.382,21.941,49.503,11,-1,1,20.046,76.316,77.359,44,-1,-3,50.967,99.826,103.544,8,1,1.82,42.451,44.353,6,0,0,15.016,0,5,4,5,4,6,5,,11.605,54.646,57.519,17,5,4,4,4,4,5,"The statement said ""Assuming you trust the data in this visualization"", so if the data is accurate and the graph is clear and readable, I would find it trustworthy. ",4.713,4.713,51.103,1,4,,5.095,9.161,10.181,4,2,7,3,4,1,5,6,4.872,32.794,34.143,6,3,3,5,3,3,3,6,6,,3.106,30.882,32.701,18,4,4,3,2,4,4,9.372,35.127,36.006,9,3,2,16.548,24.634,25.593,7,2,1996,Oregon,7,2,1,,7,,,8,3,2,,2.798,55.097,56.56,20,60fd933d5461857048f9e74c,,,,,1,, -2023-03-12 23:36:02,2023-03-12 23:46:18,0,129.107.80.53,100,616,1,2023-03-12 23:46:19,R_12D67AGPTV6radJ,,,,,32.7185,-97.1432,anonymous,EN,1,7.691,7.691,9.166,1,,,,,,,,0,0,15.111,0,100,100,88,8.983,21.878,24.776,4,18.753,29.28,30.958,2,1,1,9.517,73.242,75.967,3,-2,-3,26.042,75.35,77.362,3,1,35.199,35.199,36.096,1,0,0,15.11,0,4,6,1,5,6,6,,13.243,63.795,65.785,11,6,6,5,3,1,6,The visualization feels like it gives me very specific and clear information.,4.305,4.305,39.898,1,4,,4.701,4.701,6.431,1,2,7,3,4,1,5,6,0,0,21.094,0,5,3,1,5,4,5,10,9,,13.283,27.28,29.707,11,4,4,2,1,5,4,8.077,41.071,42.05,11,3,,5.73,5.73,7.62,1,2,1999,Texas,5,3,1,,3,,,17,3,2,,2.261,55.368,56.035,12,5ed5afc6e8229914710ada06,,,,,0,, -2023-03-12 23:35:11,2023-03-12 23:46:36,0,70.58.17.119,100,684,1,2023-03-12 23:46:36,R_1dB00tHs973qg8G,,,,,39.7301,-104.9078,anonymous,EN,1,5.312,5.312,6.293,1,1,3,1,5.305,11.732,12.623,2,0,0,15.116,0,66,31,38,8.975,15.073,16.226,3,21.561,30.99,31.598,3,-2,-3,68.162,88.297,88.663,3,-3,-3,47.155,79.29,80.741,2,-1,20.339,47.488,48.783,3,0,0,15.018,0,3,4,2,5,5,2,,3.354,31.676,32.099,9,5,5,3,1,7,2,"I feel as though this may be influenced by companies that make vaccines. ",4.697,4.697,44.778,1,2,,1.947,17.238,20.015,9,2,7,3,4,1,5,6,0,0,28.134,0,1,2,1,2,2,4,7,4,,3.548,19.348,21.297,8,4,2,2,3,4,4,10.166,33.873,34.767,9,1,2,6.749,17.368,20.116,2,3,1983,Colorado,3,2,1,,7,,,7,4,1,lightechoesham@gmail.com,4.525,100.584,111.358,25,5e643d29df313c1ced363682,,,,,1,, -2023-03-12 23:39:16,2023-03-12 23:48:09,0,174.61.155.120,100,533,1,2023-03-12 23:48:10,R_3iW5fCIsczUrofi,,,,,47.63,-122.2972,anonymous,EN,1,12.71,12.71,14.229,1,1,4,1,2.541,4.241,5.151,2,9.234,9.234,15.011,1,81,40,57,13.182,27.555,29.193,7,3.511,8.231,17.671,2,1,1,24.234,41.087,48.552,2,-3,1,16.482,39.592,40.758,4,1,10.751,16.731,18.101,2,9.842,9.842,16.61,1,5,5,5,4,5,3,"The subtitles of the graph are somewhat misleading, the main header for both is what clarifies that it's COVID cases, not rates of people being vaccinated, which was my initial thought. Also for the second question on the last page, I was a little unsure about my answer because the question didn't specify over what duration",12.986,67.316,106.817,11,4,5,2,1,3,3,"context -- it's in a qualtrics survey. if it were published in a reputable news venue, then I would trust it more",1.475,1.475,30.065,1,4,,3.49,3.996,5.229,2,2,7,3,4,1,5,6,10.867,12.447,25.204,2,5,6,4,6,7,6,8,10,,3.634,19.031,20.669,8,2,4,1,3,3,4,3.746,21.678,22.99,7,1,1,1.623,12.46,13.764,4,2,1995,Washington,7,3,1,,2,,,8,4,2,,2.059,46.997,50.378,15,5bcfb99d77740000016b3dbf,,,,,1,, -2023-03-12 23:41:50,2023-03-12 23:48:19,0,47.230.199.10,100,388,1,2023-03-12 23:48:19,R_27QJONFOvGR6dqQ,,,,,40.7263,-73.9818,anonymous,EN,1,7.495,7.495,8.487,1,1,4,1,2.616,3.922,4.602,2,0,0,15.117,0,79,64,30,7.986,16.599,18.473,5,6.993,8.962,20.223,2,-2,1,11.171,31.764,33.019,3,-1,-3,20.085,58.658,61.131,3,-3,7.162,22.486,24.642,6,0,0,15.016,0,5,7,5,5,5,5,,4.043,15.209,17.815,6,2,4,4,7,5,5,The data within the visualization comes from a reputable source,1.598,24.286,25.306,5,5,,3.959,6.61,8.002,4,2,7,3,4,1,5,6,0,0,10.306,0,9,9,6,6,9,8,10,10,,2.527,11.257,13.093,8,3,4,2,2,4,4,7.771,24.102,24.845,8,2,1,2.64,6.78,8.103,3,2,1998,New York,7,3,1,,7,,,17,3,2,,1.523,48.441,49.754,15,610386b89cf31f6859e7df7c,,,,,1,, -2023-03-12 23:39:00,2023-03-12 23:48:20,0,144.163.27.131,100,560,1,2023-03-12 23:48:21,R_3QFORBYsb3C4f2S,,,,,33.5986,-86.3434,anonymous,EN,1,8.912,8.912,10.004,1,,,,,,,,0,0,15.105,0,77,98,50,12.68,20.081,21.268,3,4.555,67.108,69.411,15,-2,-2,25.211,41.457,43.163,3,1,-3,42.798,79.901,80.963,2,-3,60.1,66.319,67.773,5,0,0,15.124,0,4,5,4,4,5,5,,9.58,20.712,23.313,7,5,5,5,5,5,5,This was easy top understand and something the average person could understand.,2.835,2.835,23.801,1,5,,3.825,8.766,10.476,7,2,7,3,4,1,5,6,0,0,24.165,0,2,6,9,6,2,6,9,9,,5.122,20.148,22.3,8,4,4,1,4,4,4,7.315,17.207,19.021,6,5,,3.219,3.219,5.15,1,1,1969,Alabama,6,2,1,,9,,Pell City,4,2,1,ejrfan14@yahoo.com,1.118,49.181,51.867,13,5e404a68f09a9f28310e8701,,,,,0,, -2023-03-12 23:37:13,2023-03-12 23:48:23,0,69.138.232.140,100,670,1,2023-03-12 23:48:23,R_OB8SUtt2KSQ6oGB,,,,,39.1541,-76.717,anonymous,EN,1,0.462,1.447,2.093,3,1,3,1,1.418,2.215,3.814,2,1.751,3.387,15.111,3,87,98,83,1.043,9.519,10.312,13,1.018,75.639,76.103,38,-3,-3,0.824,43.062,44.202,34,1,-1,0.865,188.096,188.883,48,1,1.007,103.779,104.524,43,0.905,11.626,15.012,4,5,5,7,5,5,5,,1.083,18.3,19.432,41,4,5,5,2,4,4,Id like to know more information. Such as states/countries where these results are being calculated from.,1.059,1.49,28.501,2,3,,1.4,8.275,9.275,5,2,7,3,4,1,5,6,0.858,10.581,14.483,4,4,4,6,5,5,6,8,9,,0.86,20.224,20.717,31,3,3,4,4,3,3,1.564,14.802,17.081,28,4,3,0.855,6.366,7.242,6,1,1999,Maryland,5,3,1,,3,,,7,4,2,,1.095,52.183,54.536,31,603f31444049ae098abb8bf7,,,,,1,, -2023-03-12 23:41:37,2023-03-12 23:49:05,0,71.198.231.172,100,447,1,2023-03-12 23:49:05,R_1mE6szJMEdJRu4q,,,,,37.8414,-122.1254,anonymous,EN,1,7.731,7.731,9.057,1,,,,,,,,0,0,15.013,0,94,43,50,7.367,17.251,19.024,4,8.092,17.626,19.98,2,1,1,26.058,36.09,37.648,3,1,-2,29.903,59.286,61.145,2,1,56.113,56.113,58.354,1,0,0,15.006,0,5,3,5,6,6,4,,9.737,18.001,19.596,6,4,5,4,1,7,4,"I trust the source and the data makes sense, but I know nothing about the researchers or any potential bias.",2.211,2.211,25.45,1,4,,3.64,3.64,5.909,1,2,7,3,4,1,5,6,0,0,19.173,0,3,5,4,7,6,3,9,9,,5.439,18.623,19.998,9,4,3,2,2,3,4,6.715,16.75,18.021,6,2,,2.372,2.372,5.076,1,2,2001,California,6,3,1,,7,,,17,3,2,,1.868,46.434,48.311,14,60fcd2b146529d02f1566012,,,,,0,, -2023-03-12 23:41:25,2023-03-12 23:49:21,0,97.113.100.151,100,475,1,2023-03-12 23:49:21,R_2ypaHQEVog6b0nh,,,,,47.5364,-122.278,anonymous,EN,1,2.224,2.957,3.101,2,,,,,,,,3.431,4.062,15.005,2,72,100,47,1.995,7.18,8.162,4,3.76,4.968,12.502,2,1,1,19.08,23.605,27.031,2,1,-2,10.436,67.069,67.344,6,1,41.958,41.958,42.875,1,2.009,2.009,15.006,1,5,6,6,4,5,5,,1.948,16.835,17.715,8,6,6,6,6,6,6,Has a clear y and x axis and it very easy to read,0.827,26.466,27.54,6,4,,2.019,4.11,4.997,3,2,3,4,7,1,5,6,5.742,12.241,28.744,2,4,7,6,6,6,6,11,11,,2.879,10.684,12.07,9,4,4,1,1,4,5,2,30.937,33.082,13,3,,1.443,1.443,2.151,1,1,1998,Washington,6,2,1,,2,,,11,4,2,,0.718,40.052,43.763,23,5e17945242fb0b000da71b21,,,,,0,, -2023-03-12 23:32:33,2023-03-12 23:50:07,0,172.58.129.62,100,1053,1,2023-03-12 23:50:08,R_yyUWjsVxLn513QR,,,,,25.7846,-80.233,anonymous,EN,1,19.402,19.402,20.673,1,,,,,,,,0,0,15.129,0,97,93,85,26.315,34.13,37.389,3,39.416,73.137,87.435,3,1,1,45.026,98.58,100.45,3,-3,-3,32.075,77.404,79.941,2,1,62.674,62.674,65.573,1,0,0,15.052,0,6,4,6,4,5,6,,21.6,35.775,39.125,6,4,5,4,1,1,6,It did not show data that greatly increased one week and then decrease suddenly. The ebb and flow of infestation seemed natural.,5.226,150.249,164.888,8,4,,8.409,8.409,11.001,1,2,7,3,4,1,5,6,0,0,38.868,0,6,7,4,5,9,4,10,6,,23,44.047,59.905,8,3,3,2,3,3,3,24.226,49.322,53.096,6,2,,5.825,5.825,9.15,1,1,1954,Florida,5,2,1,,7,,,7,4,2,,3.412,145.72,162.59,21,5ddcd77f23f9f1c2c45d6c18,,,,,0,, -2023-03-12 23:45:07,2023-03-12 23:50:12,0,184.103.58.107,100,304,1,2023-03-12 23:50:12,R_2WNFwQnGeysDld2,,,,,33.3874,-112.0998,anonymous,EN,1,2.214,5.121,6.001,4,,,,,,,,12.42,12.42,15.106,1,62,75,45,6.832,11.215,11.938,4,3.363,6.79,11.959,2,-1,-1,1.589,5.54,6.972,4,-3,-2,2.097,53.378,54.203,6,-1,9.474,11.113,12.211,2,1.502,1.502,15.014,1,3,3,5,5,6,4,,2.673,12.575,13.102,10,6,5,6,5,3,5,I seen many reports of insect and fungi related infections.,1.164,3.629,23.347,2,1,,3.639,6.623,7.905,3,2,7,3,4,1,5,6,0,0,18.949,0,3,1,7,2,1,3,6,4,,3.049,14.495,14.843,12,2,4,3,5,3,4,2.614,7.766,10.718,7,7,,2.387,2.387,3.4,1,1,1996,Arizona,6,2,1,,7,,,10,4,1,61363ce02e6022a741d63a6e@email.prolific.co,2.129,39.777,40.762,18,61363ce02e6022a741d63a6e,,,,,0,, -2023-03-12 23:35:02,2023-03-12 23:50:13,0,35.148.23.141,100,910,1,2023-03-12 23:50:14,R_2eatHxPaSCT8qkA,,,,,44.5228,-89.5583,anonymous,EN,1,2.468,3.354,4.263,2,2,,2,1.771,1.771,2.821,1,0,0,15.007,0,57,76,44,0.597,48.337,49.421,7,4.865,23.203,24.108,5,1,1,4.143,58.79,59.718,11,-3,-3,12.629,76.41,78.15,9,1,15.686,58.776,60.796,5,5.481,5.481,15.008,1,3,2,2,5,3,2,,5.337,46.04,48.218,9,2,4,4,2,2,3,"I think that it would be more transparent if we also had info on how serious/life-threatening cases were. I also just find the data hard to believe, because I haven't known any unvaccinated people who got COVID-19 in the last year, yet I have known a handful of vaccinated people who have.",3.964,3.964,129.515,1,2,,9.438,11.964,13.101,2,2,7,3,4,1,5,6,12.893,23.643,24.462,3,2,4,9,9,4,7,10,9,,6.589,48.659,49.701,12,3,3,2,3,4,4,2.514,159.595,160.744,12,4,2,2.736,20.779,21.596,5,2,1999,Wisconsin,6,3,1,,9,,Hortonville,13,3,1,dmatilyn@gmail.com,1.371,77.138,80.958,22,60fc54b735f3211d0d10a371,,,,,1,, -2023-03-12 23:37:28,2023-03-12 23:50:17,0,137.25.201.195,100,769,1,2023-03-12 23:50:18,R_3EMydtHlggSmv7v,,,,,34.5404,-117.3532,anonymous,EN,1,24.204,24.204,25.449,1,,,,,,,,0,0,15.005,0,85,96,74,24.525,32.342,36.528,3,12.178,26.717,33.911,4,1,1,33.887,46.033,54.159,2,-3,-3,63.61,108.029,109.33,3,1,40.056,40.056,46.249,1,0,0,15.111,0,4,2,5,2,5,5,,17.951,50.996,63.203,6,4,4,4,2,1,5,The source of the data seemed like a trustworthy organization and the visualization looks clean and professional.,3.953,3.953,53.851,1,6,,9.735,23.733,28.033,6,2,7,3,4,1,5,6,0,0,24.4,0,6,9,7,9,7,6,10,10,,15.241,60.743,80.1,15,4,4,1,2,3,4,12.457,38.481,40.422,6,2,,7.32,7.32,9.198,1,2,1983,California,4,2,1,,7,,,11,4,2,,3.197,50.285,52.188,11,5d4b14caed2dfc0001a22c1a,,,,,0,, -2023-03-12 23:27:00,2023-03-12 23:50:37,0,172.58.5.102,100,1416,1,2023-03-12 23:50:38,R_3fposxNHrBYzwl3,,,,,33.7173,-84.4783,anonymous,EN,1,13.888,28.078,30.073,3,,,,,,,,4.886,4.886,15.114,1,100,44,50,11.7,25.055,26.792,6,3.951,97.494,99.16,18,1,-3,13.486,182.657,184.259,12,1,-3,116.928,162.943,164.452,5,-2,15.663,38.641,40.082,4,0,0,15.012,0,3,3,3,3,2,3,,1.132,21.318,25.201,10,4,3,7,1,1,3,I'm not sure if it's accurate or not because i'm not familiar with the topic.,6.077,79.934,83.507,2,2,,30.469,37.457,40.077,4,2,7,3,4,1,5,6,11.398,25.626,27.787,2,3,3,1,2,4,2,4,5,,35.728,55.212,56.598,10,3,3,1,1,3,3,6.683,46.738,47.955,9,1,,34.65,37.768,39.193,2,1,1987,Georgia,2,2,1,,9,,"albany, ga",3,2,2,,45.39,135.731,142.532,20,63039dbefda87c47a91fec04,,,,,0,, -2023-03-12 23:42:11,2023-03-12 23:53:56,0,199.66.65.227,100,705,1,2023-03-12 23:53:57,R_Z2lAA9Tq2wPIDHH,,,,,41.6837,-88.3499,anonymous,EN,1,13.828,13.828,14.658,1,,,,,,,,0,0,15.008,0,81,5,63,7.457,23.352,24.352,5,21.211,147.87,150.354,11,1,1,37.403,44.853,45.867,2,1,-3,62.163,113.883,114.858,2,1,9.901,38.506,40.978,2,7.96,13.863,15.011,2,5,3,5,4,4,5,,5.991,19.038,20.717,7,5,2,4,2,7,5,"There is a lot of information, I would find it hard to believe that someone would take all that time to put together an untrustworthy visual like this.",13.522,13.522,41.442,1,5,,7.864,8.828,10.059,2,2,7,3,4,1,5,6,0,0,10.918,0,5,7,7,7,9,6,11,10,,8.664,23.466,26.017,8,3,4,2,3,3,4,21.13,36.712,37.841,6,2,,3.986,3.986,6.085,1,2,1999,Illinois,6,1,1,,8,Yorkville,,17,4,2,,6.566,75.919,78.596,22,6101ced6dafdbea2d88a52b0,,,,,0,, -2023-03-12 23:32:57,2023-03-12 23:56:03,0,73.143.196.250,100,1386,1,2023-03-12 23:56:03,R_1f4667MY6GDXYCu,,,,,41.698,-70.0602,anonymous,EN,1,21.361,21.361,22.335,1,2,,2,3.1,3.1,4.3,1,0,0,15.021,0,70,93,95,55.433,94.528,96.637,9,50.059,208.464,220.987,36,1,1,33.022,47.434,49.751,2,-3,1,56.277,81.401,83.177,2,1,60.001,84.705,99.75,3,0,0,15.017,0,2,2,2,4,5,5,,17.588,89.042,96.973,7,3,5,2,7,7,3,I would need to have at least one other source confirming the same information before I trusted this .,7.561,90.593,91.629,5,3,,14.094,24.166,32.172,2,2,7,3,4,1,5,6,0,0,20.971,0,5,5,8,9,4,7,10,9,,8.923,47.337,52.292,9,3,3,3,2,4,3,21.955,81.857,83.082,7,3,4,13.56,40.284,41.958,2,1,1975,Massachusetts,2,2,1,,7,,,10,3,2,,6.023,256.656,261.434,62,640d43c9451ce148162a7643,,,,,1,, -2023-03-12 23:30:25,2023-03-12 23:57:03,0,73.174.244.12,100,1597,1,2023-03-12 23:57:03,R_1CBH2uBmiwxwQuj,,,,,39.3408,-80.0285,anonymous,EN,1,50.137,50.137,51.248,1,,,,,,,,0,0,15.131,0,67,71,23,28.912,78.454,80.536,11,5.887,136.814,140.905,35,-2,-1,4.738,183.19,184.79,11,-3,-3,45.806,252.385,260.394,13,-2,3.61,60.215,61.844,3,11.606,11.606,15.04,1,5,2,4,4,4,4,I have no additional thought nor comment.,5.948,103.218,105.08,14,3,3,4,3,3,3,"The visualization appears to be well-designed and informative, but its effectiveness ultimately depends on the accuracy and reliability of the data it represents, and whether it meets the user's specific needs and goals. Ultimately, it is up to the user to determine whether or not they trust the information conveyed by the visualization.",7.85,71.956,74.638,3,4,,6.362,21.503,24.498,2,2,7,3,4,1,5,6,0,0,58.79,0,4,5,7,6,5,8,11,11,,6.566,29.747,37.002,16,4,3,4,3,5,4,2.15,82.898,85.139,7,6,,10.848,10.848,12.732,1,2,1942,California,7,1,1,,7,,,14,2,2,,80.334,162.903,173.49,23,64033349ec5c1a27ee79d14b,,,,,0,, -2023-03-12 23:23:38,2023-03-12 23:57:13,0,99.96.118.119,100,2015,1,2023-03-12 23:57:14,R_3h3CS0WJ2ELqWVz,,,,,33.9521,-84.5475,anonymous,EN,1,16.341,16.341,19.656,1,,,,,,,,0,0,15.106,0,87,79,72,14.328,41.351,43.432,4,21.322,94.306,133.787,9,1,1,51.921,70.223,73.573,4,-3,-3,84.357,116.703,135.914,2,1,33.302,33.302,35.115,1,0,0,15.018,0,3,3,3,5,6,4,,11.844,32.32,43.62,6,3,6,5,4,4,5,Crop pests and diseases aren't something that would normally be falsified. Pesticides and anti-fungals aren't cheap - no farmer would want to use more than needed and conversely wouldn't want to NOT use them if they were needed. So the agency putting out the information has a real incentive to make sure the information's as solid as possible.,2.894,2.894,200.444,1,5,Interesting survey - thank you!,7.618,9.95,24.529,2,2,7,3,4,1,5,6,0,0,76.481,0,3,4,9,8,2,10,7,9,,4.696,63.625,170.647,8,3,4,2,2,5,4,6.264,36.16,142.97,6,5,,5.651,5.651,167.297,1,1,1956,Georgia,6,2,1,,7,,,12,3,2,,2.192,477.609,628.302,19,62ffe399d769a8e595609133,,,,,0,, -2023-03-12 23:50:07,2023-03-13 00:05:53,0,172.59.144.137,100,946,1,2023-03-13 00:05:54,R_1Nt6466WnD9QWO4,,,,,37.9186,-121.3132,anonymous,EN,1,7.849,22.226,23.169,7,1,3,2,3.221,7.436,8.542,3,9.727,11.239,15.012,2,100,98,68,5.229,22.738,23.941,6,4.857,51.621,52.487,10,-1,-3,25.29,121.185,121.917,11,-3,-3,15.107,61.601,62.531,6,-3,14.789,39.981,40.674,5,8.484,13.969,15.011,3,6,5,5,6,6,6,,11.703,65.174,66.185,18,5,6,5,6,5,6,It is based on science as far as I can tell,8.7,75.788,79.7,4,4,,6.847,13.039,13.987,5,2,7,3,4,1,5,6,13.879,27.091,27.772,3,8,6,4,6,10,2,11,9,,4.154,28.314,29.739,11,4,5,1,1,5,5,8.079,34.431,35.417,12,2,1,4.701,15.537,17.083,6,2,1969,California,6,2,1,,9,,white/hispanic,16,4,1,edyrae13@gmail.com,5.327,238.301,239.366,54,56fb36ca34a0d3000b1a5701,,,,,1,, -2023-03-12 23:45:27,2023-03-13 00:06:06,0,174.235.32.95,100,1239,1,2023-03-13 00:06:07,R_2fxJmAqfBx3uM5Y,,,,,35.2296,-80.843,anonymous,EN,1,11.534,65.611,68.682,40,1,2,2,2.773,7.35,9.901,3,0,0,15.012,0,84,45,5,4.477,30.455,32.694,8,10.293,173.704,174.79,41,1,1,61.07,82.769,84.055,6,-3,-3,4.957,87.782,89.073,11,-3,3.784,144.907,146.338,18,14.802,14.802,15.013,1,3,3,3,7,7,3,,3.569,45.873,47.389,11,4,3,1,7,2,3,Because I dont know where the information came and if it was accurately kept up with. And I don't trust alot of things or people trust is a very special thing and it gets broken a lot and I just don't trust stuff.,9.278,9.278,88.411,1,1,,6.645,19.259,20.301,11,2,7,3,4,1,5,6,16.564,31.258,32.338,3,6,6,6,6,9,4,11,9,,1.201,35.41,37.957,15,3,3,5,2,4,3,21.023,60.968,62.192,10,4,2,16.388,27.742,32.496,4,1,1983,North Carolina,2,2,1,,7,,,4,3,1,chrisandambones@gmail.com,4.74,114.442,116.129,73,5ec617a2e79285689c82fb8f,,,,,1,, -2023-03-12 23:38:32,2023-03-13 00:08:36,0,121.91.229.168,100,1803,1,2023-03-13 00:08:37,R_6mUpOVbvFD6vmk9,,,,,40.0172,-75.0883,anonymous,EN,1,7.85,7.85,10.301,1,1,3,2,9.586,30.617,32.502,4,0,0,15.077,0,74,94,40,3.894,109.614,113.441,16,6.089,71.425,83.42,17,-2,1,4.482,128.577,139.737,10,-3,-3,4.854,193.741,208.072,11,-3,2.958,127.83,139.553,4,7.968,12.296,15.167,2,4,3,3,5,5,5,I have nothing to say. Thanks.,7.062,89.758,91.753,16,5,4,6,5,3,6,I found this visualization to be a research and scientific analysis that is very informative.,3.053,249.773,361.623,5,4,No comments. Thanks.,1.976,23.041,42.147,6,2,7,3,4,1,5,6,3.99,74.646,79.332,6,10,11,11,7,10,8,11,11,No comments.,1.789,47.021,55.95,17,4,5,4,3,4,3,3.672,38.543,40.556,7,2,1,0.819,26.546,28.501,6,2,1991,Virginia,6,3,1,,7,,,15,2,1,614ee5e28a2f0a07d4d639dd@email.prolific.co,1.367,203.039,209.517,32,614ee5e28a2f0a07d4d639dd,,,,,1,, -2023-03-12 23:41:06,2023-03-13 00:11:53,0,67.247.164.186,100,1847,1,2023-03-13 00:11:54,R_2QMnugZVX5P069l,,,,,43.2078,-77.6602,anonymous,EN,1,7.359,30.413,31.478,5,1,2,2,2.435,7.611,15.238,2,4.089,4.089,15.009,1,0,0,27,63.039,115.797,118.479,12,7.102,224.702,249.982,15,1,1,72.937,112.905,123.281,2,1,1,156.278,248.956,262.255,4,1,23.832,106.35,167.811,16,0,0,15.028,0,6,6,6,4,6,6,Including both vaccinated individuals and the unvaccinated in the same chart was very confusing to me when I first was presented with the data.,15.193,143.772,157.569,12,4,2,7,1,7,6,"Because I view the source, the CDC, as a credible source of information.",3.167,3.167,80.233,1,1,,5.312,5.312,19.98,1,2,7,3,4,1,5,6,0,0,54,0,2,7,1,1,11,1,11,4,,10.726,54.605,93.788,11,5,5,1,2,5,4,16.415,67.044,86.257,7,1,1,19.185,32.296,45.53,2,1,1984,New York,2,2,1,,7,,,1,3,2,,3.651,157.152,193.791,17,565b2be310593c000bff9695,,,,,1,, -2023-03-13 00:15:25,2023-03-13 00:22:31,0,74.96.61.186,100,426,1,2023-03-13 00:22:32,R_2CxGy8dicE0PyBZ,,,,,38.8452,-77.4651,anonymous,EN,1,5.904,5.904,6.748,1,,,,,,,,13.529,13.529,15.108,1,71,76,40,6.375,12.015,12.725,4,3.948,6.941,18.702,2,1,1,9.734,41.713,42.905,6,-3,-3,16.991,41.134,42.005,3,1,42.439,42.439,43.203,1,0,0,15.01,0,3,3,3,4,4,4,,8.89,19.563,20.932,7,5,5,4,3,7,4,"It is well presented and doesn't seem misleading. For example, the scales are the same (in units of 1000 for each line).",1.214,7.514,27.633,2,2,,2.778,2.778,9.826,1,2,7,3,4,1,5,6,14.79,14.79,15.006,1,3,5,1,3,3,4,9,8,,4.346,16.901,18.802,12,1,2,4,4,1,1,5.667,14.884,15.543,7,1,,2.456,2.456,3.505,1,1,1996,Virginia,6,2,1,,2,,,9,4,2,,5.27,45.05,54.05,11,62e01fdb9adf283ff375724f,,,,,0,, -2023-03-13 16:09:10,2023-03-13 16:21:09,0,73.46.216.13,100,719,1,2023-03-13 16:21:10,R_3s0KqSTYuI9a5WK,,,,,26.0276,-80.2528,anonymous,EN,1,4.528,9.447,10.546,5,,,,,,,,1.728,1.728,15.013,1,94,97,66,1.133,29.379,32.051,11,6.13,68.786,70.561,5,1,1,1.618,54.699,56.33,16,-3,-3,2.855,47.205,48.1,10,-2,16.805,52.55,54.027,7,10.386,11.454,15.013,2,4,3,3,5,5,4,,5.068,31.294,32.503,22,3,5,5,2,7,5,I was told that the visualization was accurate. I would not completely trust it without extra information in the real world.,6.879,8.218,65.281,3,3,,7.601,14.002,15.227,6,2,7,3,4,1,5,6,9.868,42.683,43.644,3,4,3,5,4,5,3,9,8,,6.881,39.062,40.17,13,3,4,2,2,4,4,6.056,43.636,44.653,11,1,,9.016,11.509,12.831,2,2,1988,Florida,6,2,1,,4,,,11,2,1,jbrav88@gmail.com,2.287,97.697,98.62,77,5fc39578c37dd8683daabe49,,,,,0,, -2023-03-13 16:17:34,2023-03-13 16:23:53,0,70.23.58.238,100,378,1,2023-03-13 16:23:53,R_2VsF615PA5xETky,,,,,40.8833,-73.1597,anonymous,EN,1,4.067,4.067,4.938,1,,,,,,,,0,0,15.091,0,20,71,19,23.252,26.792,27.927,3,10.25,16.9,18.068,4,-2,1,16.573,25.737,26.112,3,-3,-1,6.261,8.95,11.373,4,-3,8.403,8.403,9.986,1,0,0,15.068,0,5,5,5,5,5,5,,26.61,28.803,30.694,6,4,4,5,5,5,4,It seems accurate.,2.989,2.989,13.586,1,3,,2.973,2.973,6.345,1,2,7,3,4,1,5,6,17.868,17.868,38.355,1,1,5,2,5,2,9,8,9,,5.236,11.919,13.554,8,3,3,5,3,3,3,4.308,8.994,10.951,6,5,,4.647,4.647,6.301,1,2,1972,Nevada,6,1,1,,2,,,13,3,1,63cbf0541ff94d37ddccfe9d@email.prolific.co,1.214,54.028,55.41,16,63cbf0541ff94d37ddccfe9d,,,,,0,, -2023-03-13 16:15:35,2023-03-13 16:26:50,0,76.97.114.171,100,675,1,2023-03-13 16:26:51,R_3JklfxXWcOpPZA9,,,,,33.5631,-84.5832,anonymous,EN,1,4.994,4.994,5.872,1,1,4,2,9.199,11.197,13.053,2,0,0,15.006,0,63,100,61,8.435,14.721,17.66,3,12.458,17.922,35.665,2,1,1,43.968,77.578,83.388,3,-3,-3,18.449,61.963,64.122,8,1,41.134,41.134,42.406,1,0,0,15.014,0,4,4,5,5,5,5,,8.56,20.56,22.272,6,4,5,5,2,4,5,As long as you have the ability to hover over the individual bars everything is represented fairly well.,20.374,20.374,77.516,1,6,,6.942,6.942,12.302,1,2,7,3,4,1,5,6,0,0,25.757,0,1,4,7,3,7,5,10,10,,9.066,34.216,36.216,10,3,2,2,2,4,4,12.803,69.573,70.741,8,4,2,5.47,13.343,15.066,2,1,1999,Georgia,2,1,1,,7,,,11,2,2,,2.911,74.896,76.013,13,5fe4e6bf8bcb1f2bd103d1c7,,,,,1,, -2023-03-13 16:21:42,2023-03-13 16:30:45,0,47.155.34.61,100,542,1,2023-03-13 16:30:46,R_3Grl11qIni9ZvcH,,,,,33.7903,-118.1215,anonymous,EN,1,15.688,15.688,17.675,1,1,2,1,2.338,4.728,6.237,2,0,0,15.012,0,85,100,65,18.959,24.349,29.024,3,12.831,20.766,26.934,2,-3,1,42.044,53.321,54.443,2,-3,-3,41.339,69.224,70.851,2,1,16.081,16.081,16.929,1,0,0,15.007,0,5,6,5,4,6,4,,4.846,14.782,17.451,6,4,6,4,3,3,5,"From what I've seen where I lived and seen online across various sources, it does make sense.",1.598,6.004,41.869,2,4,,6.679,6.679,8.351,1,2,3,4,5,1,6,7,0,0,11.623,0,1,3,2,3,4,1,8,6,,4.351,15.197,17.507,8,3,1,2,3,4,2,9.332,35.843,36.847,8,3,3,2.33,9.576,10.911,2,1,1996,California,3,1,1,,4,,,11,4,2,,1.633,104.033,104.958,41,606cc866e962b64372e64473,,,,,1,, -2023-03-13 16:22:18,2023-03-13 16:31:23,0,172.58.140.171,100,545,1,2023-03-13 16:31:24,R_3MbPjYoZ7wHbPix,,,,,41.8502,-87.6736,anonymous,EN,1,18.185,31.893,35.253,2,,,,,,,,1.488,1.488,15.113,1,93,91,73,8.905,16.69,17.383,6,12.438,41.87,42.871,4,1,1,3.357,66.157,66.772,9,-3,-3,11.155,65.346,66.157,7,-2,14.385,52.678,53.926,6,6.577,6.577,15.011,1,5,6,5,6,6,6,,5.468,18.382,19.427,9,6,6,6,5,4,6,it looks professional and it is very easy to read,2.301,2.301,15.945,1,5,,5.364,9.452,10.364,4,2,7,3,4,1,5,6,14.682,24.114,24.727,2,5,5,9,6,6,7,8,8,,4.625,20.711,22.053,10,3,4,3,3,4,3,6.006,25.127,26.174,8,5,,4.843,6.849,7.471,4,2,2001,Illinois,5,2,1,,7,,,13,3,2,,1.366,55.054,56.481,21,610cb306e137dce2a4de6790,,,,,0,, -2023-03-13 16:19:44,2023-03-13 16:31:57,0,50.80.17.197,100,732,1,2023-03-13 16:31:57,R_sU0IiDGDvhHWt8t,,,,,41.9504,-91.6897,anonymous,EN,1,11.108,11.108,12.581,1,,,,,,,,0,0,15.01,0,73,10,59,14.546,30.906,33.208,4,21.953,101.958,103.533,13,1,1,29.881,48.168,54.383,2,-3,1,36.215,50.832,61.397,2,-1,28.386,53.456,55.038,5,0,0,15.115,0,4,4,5,3,7,3,the medium this graph is portrayed is not the best for comparing data,11.645,32.132,55.741,7,5,3,2,7,3,3,"While the y and x axis have acceptable ranges its difficult to discern data on a stacked bar graph. I would prefer the data introduced to me in a different visualization ",2.825,84.373,88.547,8,5,N/A,9.021,13.501,17.592,4,2,7,3,4,1,5,6,0,0,21.169,0,5,4,2,2,7,8,10,10,n/a,7.416,28.567,34.11,10,4,4,1,2,4,4,7.232,21.467,22.33,7,3,,4.762,4.762,6.369,1,1,1993,Iowa,3,2,1,,3,,,5,4,1,jawondwalker@gmail.com,1.634,80.822,82.342,19,5f51135fd3e0342eda5f66c5,,,,,0,, -2023-03-13 16:25:04,2023-03-13 16:32:18,0,142.197.50.143,100,433,1,2023-03-13 16:32:19,R_soPctIBCcjEG8iR,,,,,29.0511,-82.038,anonymous,EN,1,2.644,10.965,11.551,4,,,,,,,,2.377,11.28,15.106,7,84,82,67,15.154,32.868,33.827,10,14.511,19.383,21.455,2,1,1,3.159,38.036,39.148,6,-3,1,3.674,40.781,41.557,4,1,7.925,30.704,31.711,3,3.853,11.39,15.008,2,6,5,6,5,6,6,,5.363,21.957,22.963,18,5,6,3,1,1,5,It is professional looking and well done,2.014,18.999,27.71,5,6,,3.028,3.756,5.474,3,2,7,3,4,1,5,6,0,0,13.609,0,2,3,11,7,4,4,10,11,,9.905,28.396,29.829,25,1,1,4,4,2,2,3.986,17.955,18.606,13,3,,2.871,5.68,6.401,4,1,1987,Florida,6,2,1,,7,,,7,4,2,,1.92,57.16,58.17,28,571144323d47e800096358d9,,,,,0,, -2023-03-13 16:25:56,2023-03-13 16:33:06,0,207.229.178.155,100,429,1,2023-03-13 16:33:07,R_1rcbNhmIfvA1G73,,,,,41.871,-87.6289,anonymous,EN,1,5.052,5.052,6.294,1,,,,,,,,0,0,15.115,0,73,81,39,6.138,11.027,11.275,4,7.29,77.656,81.122,6,-2,1,6.5,43.892,45.184,3,-3,-3,22.586,40.501,41.424,2,-1,2.451,44.642,45.343,3,3.41,4.597,15.014,2,4,4,4,4,4,4,,3.752,9.748,11.986,6,2,4,4,2,2,4,I don't really know where the information came from so it is hard to fully trust it.,2.765,10.867,28.924,3,3,,4.661,5.564,6.543,2,2,7,3,4,1,5,6,9.578,9.578,9.959,1,3,5,5,4,3,3,10,9,,4.214,14.469,15.967,9,4,4,2,2,4,4,3.733,13.873,14.141,7,3,,2.207,2.207,3.517,1,1,2001,Illinois,5,1,1,,7,,,11,4,1,,1.137,35.735,44.349,11,5f01230b4f8dff26fad883d2,,,,,0,, -2023-03-13 16:24:23,2023-03-13 16:34:29,0,73.38.74.47,100,606,1,2023-03-13 16:34:30,R_3oBgimHOijg2DCG,,,,,42.0825,-72.5621,anonymous,EN,1,16.041,16.041,17.125,1,1,2,1,1.495,4.26,5.092,2,0,0,15.014,0,77,96,94,8.724,19.595,27.996,6,13.911,24.693,28.465,2,-2,-3,57.288,69.092,70.56,2,-3,-3,29.701,56.563,58.479,3,1,16.746,16.746,24.467,1,0,0,15.114,0,5,4,5,6,6,5,"I now see the information was obtained from the CDC, a trusted source",16.959,35.682,52.489,7,2,6,5,7,3,4,I did not see the source of the information but it looked accurate.,3.224,3.224,40.776,1,3,,7.531,7.531,10.117,1,2,7,3,4,1,5,6,0,0,23.853,0,2,7,1,5,4,4,11,10,,4.594,18.698,21.042,9,4,4,1,2,5,4,13.711,38.902,39.668,7,1,1,5.297,11.946,19.061,2,1,1997,Massachusetts,7,1,1,,7,,,13,4,2,,2.818,78.507,84.002,16,616ef0bb9875de5db97fcb4c,,,,,1,, -2023-03-13 16:15:49,2023-03-13 16:36:04,0,73.251.50.71,100,1214,1,2023-03-13 16:36:05,R_2BaH2NdXxiLqmkx,,,,,37.4019,-79.8786,anonymous,EN,1,23.032,23.998,25.712,2,1,4,2,10.348,15.127,16.688,3,11.904,11.904,15.145,1,96,91,50,19.953,102.374,103.542,13,11.423,168.641,171.716,15,1,1,16.787,82.611,84.123,8,-3,-3,7.59,176.111,177.9,13,-2,3.792,25.328,28.613,4,12.409,12.409,15.035,1,5,5,5,5,5,5,,7.074,45.264,46.31,11,5,5,5,4,3,5,The CDC is a reliable source of research,7.308,9.594,75.803,3,5,,12.89,16.177,17.392,2,2,7,3,4,1,5,6,8.969,102.236,103.51,5,7,8,8,8,9,7,10,10,,12.933,42.207,43.57,13,4,5,1,1,5,5,9.956,48.342,50.129,8,2,1,7.044,22.1,23.353,4,2,1961,Virginia,7,3,1,,7,,,10,4,2,,2.9,107.277,108.416,27,60be871a11e1b84fa2d3076b,,,,,1,, -2023-03-13 16:26:25,2023-03-13 16:36:18,0,66.223.177.241,100,592,1,2023-03-13 16:36:19,R_yVZDYVeh8HeRXWN,,,,,64.8544,-147.8469,anonymous,EN,1,6.112,6.112,7.002,1,1,1,1,1.313,4.872,6.039,2,0,0,15.009,0,58,77,50,7.71,15.28,16.866,4,16.676,21.054,21.496,3,1,1,28.611,37.89,38.901,2,-3,-3,53.603,110.997,113.351,3,1,36.964,36.964,38.616,1,0,0,15.108,0,5,7,7,6,6,5,The CDC's page does have a breakdown of age but I had to take 5 extra seconds to click the reference link and most people probably won't.,10.558,43.571,80.351,8,2,6,4,2,3,3,"It doesn't break it down by age, previous health, or political alignment.",4.17,4.17,31.08,1,3,,9.269,10.237,12.158,3,2,7,3,4,1,5,6,0,0,14.374,0,3,10,7,5,4,6,10,10,,9.637,31.279,33.354,8,1,1,5,4,3,2,12.014,33.626,35.181,6,2,1,11.201,17.199,20.353,2,1,1985,Alaska,7,1,1,,7,,,10,4,2,,1.354,47.354,48.976,13,60df2a387184bf25da3ae6a2,,,,,1,, -2023-03-13 16:30:44,2023-03-13 16:36:44,0,40.133.142.193,100,359,1,2023-03-13 16:36:45,R_qJUwNjFu9wypByp,,,,,41.2616,-95.9355,anonymous,EN,1,2.771,2.771,3.661,1,1,2,1,1.612,3.813,4.933,3,14.428,14.428,15.01,1,73,30,30,6.173,9.274,10.794,3,6.562,15.797,34.89,4,-3,1,20.24,42.262,43.734,2,1,1,22.772,41.659,42.73,2,-3,16.263,17.946,18.401,2,0,0,15.013,0,3,1,3,7,6,7,,4.969,19.689,21.279,7,1,7,1,1,1,3,"It seems real but it's hard to understand making it hard for me to decide if I fully trust it. ",2.392,2.392,20.251,1,3,,6.377,6.377,7.881,1,2,7,3,4,1,5,6,0,0,15.921,0,4,4,8,8,3,10,7,8,,3.414,13.649,15.189,8,4,4,1,4,4,3,3.92,15.321,16.326,6,6,1,1.524,5.193,6.213,2,2,1994,Nebraska,7,3,1,,9,,Omaha,9,2,1,kkloke23@gmail.com,1.057,32.565,33.836,16,60fee74fa3b33a3312af7568,,,,,1,, -2023-03-13 16:24:26,2023-03-13 16:38:06,0,75.134.219.72,100,819,1,2023-03-13 16:38:07,R_R2EXvUFFjmxlzW1,,,,,43.0352,-83.5248,anonymous,EN,1,4.931,4.931,6.574,1,2,,2,1.906,1.906,3.199,1,0,0,15.111,0,82,83,85,20.007,38.415,40.119,3,19.921,189.018,190.524,18,1,-3,39.145,60.345,67.6,2,-2,-3,34.079,84.742,86.049,4,1,35.973,58.796,60.26,4,8.396,8.396,15.009,1,3,5,3,6,5,3,,5.728,18.471,22.975,6,5,6,5,3,4,3,i have done my own research on covif 10 infection rates from medical professionals i know and many of them have seen more infections from people that are vaccinated so i dont trust the data that much.,2.886,2.886,64.958,1,4,,6.715,10.675,14.861,5,2,3,4,5,1,6,7,0,0,23.837,0,1,1,2,1,1,9,9,6,,8.224,18.536,20.947,8,2,4,1,4,3,2,11.108,34.476,35.534,6,7,4,4.391,11.304,12.635,2,1,1965,Michigan,5,2,1,,9,,goodrich,6,3,1,mrctocco@aol.com,4.065,84.67,88.381,14,640d212a5935d5e5cb6ce6ad,,,,,1,, -2023-03-13 16:31:16,2023-03-13 16:38:21,0,108.51.134.197,100,424,1,2023-03-13 16:38:21,R_2y4sK0Eezp4sOfQ,,,,,39.037,-77.0412,anonymous,EN,1,5.058,5.89,6.646,2,1,4,2,1.685,4.382,5.243,3,0,0,15.011,0,80,93,67,0.477,15.383,16.17,7,4.188,38.277,39.19,5,-2,1,14.188,31.505,32.485,6,-3,1,7.237,37.12,38.804,6,1,23.35,33.416,34.094,4,5.279,14.502,15.124,2,5,5,5,6,4,5,,5.703,23.36,23.915,9,4,6,5,7,4,4,"The information seems straightforward, but there's no source cited.",1.786,1.786,20.08,1,6,,4.001,7.242,8.05,4,2,7,3,4,1,5,6,11.173,11.173,15.377,1,5,9,9,9,8,8,10,10,,4.285,17.456,18.674,9,5,5,1,1,5,5,5.832,17.549,18.544,7,2,2,3.249,9.16,10.735,4,2,1969,Maryland,7,3,1,,8,Silver Spring,,17,1,1,marcilb1@gmail.com,2.023,67.163,68.155,22,5eb0c3f05aeb111911ad74de,,,,,1,, -2023-03-13 16:32:00,2023-03-13 16:38:50,0,68.226.92.12,100,410,1,2023-03-13 16:38:50,R_3qU3X5Mefp3xJGM,,,,,41.886,-71.3457,anonymous,EN,1,4.383,4.383,5.538,1,,,,,,,,0,0,15.012,0,77,30,49,11.319,18.369,19.229,3,8.57,11.167,15.17,2,1,1,16.357,23.655,24.959,2,-3,-3,11.902,53.47,54.675,4,1,18.544,18.544,19.685,1,0,0,15.013,0,4,2,3,4,1,3,,5.889,16.652,19.317,7,2,1,1,1,1,7,you have to do math,1.986,1.986,10.842,1,5,,10.674,12.385,14.745,2,2,7,3,4,1,5,6,0,0,17.752,0,2,2,9,6,5,2,9,9,,8.338,30.309,32.753,9,3,3,2,2,4,1,8.544,38.864,39.875,7,4,,3.239,3.239,5.133,1,2,1998,Rhode Island,7,2,1,,7,,,10,4,2,,2.687,56.047,59.415,13,6100559e88e45c95776083a1,,,,,0,, -2023-03-13 16:28:53,2023-03-13 16:39:23,0,98.38.4.130,100,629,1,2023-03-13 16:39:23,R_330ZaIkRNZb5its,,,,,39.7067,-104.9694,anonymous,EN,1,5.506,5.506,6.714,1,1,2,1,1.572,7.218,8.538,3,0,0,15.009,0,80,16,67,10.839,24.491,25.318,7,15.625,54.429,58.51,5,-2,-3,27.349,37.776,39.228,2,-3,1,44.982,58.282,70.024,2,-3,57.264,57.264,61.284,1,0,0,15.007,0,5,2,4,5,5,5,,13.319,30.364,33.231,6,3,5,5,2,2,5,I trust the data source and it's a logical way to represent it,1.815,1.815,68.078,1,6,,9.81,9.81,11.777,1,2,3,4,5,1,6,7,0,0,19.075,0,2,5,4,6,5,5,8,8,,5.938,24.422,26.558,8,3,3,2,2,3,4,13.864,32.682,33.664,7,2,4,3.299,9.65,11.218,2,1,1995,Colorado,6,3,1,,9,,Denver,4,4,1,sean.wake17@gmail.com,2.711,57.141,61.149,17,611bfbd4af7fa6a01a106813,,,,,1,, -2023-03-13 16:34:15,2023-03-13 16:40:58,0,71.197.184.234,100,403,1,2023-03-13 16:40:59,R_3NKwcSFwu6Qecjb,,,,,47.2565,-122.4421,anonymous,EN,1,4.106,4.106,5.047,1,1,2,2,2.36,3.97,4.943,2,0,0,15.014,0,72,56,41,0.077,17.089,18.358,7,3.656,5.676,6.842,2,-2,1,33.516,43.222,44.145,2,-2,-1,20.871,53.585,54.859,2,1,26.378,26.378,27.275,1,0,0,15.017,0,3,3,3,3,3,3,,1.491,20.34,23.218,8,5,2,2,7,7,3,I don't have enough informaton about who made the data,3.577,3.577,19.052,1,3,,6.855,9.047,10.576,3,2,7,3,4,1,5,6,0,0,17.196,0,2,2,2,2,2,2,6,7,,4.489,14.127,15.219,8,3,3,2,2,3,3,9.568,18.703,19.552,6,2,3,5.747,9.571,10.714,2,2,1989,Washington,3,3,1,,8,Puyallup,,5,4,2,,2.415,49.758,52.95,15,5f13b237c08bc13e4ef2e760,,,,,1,, -2023-03-13 16:31:42,2023-03-13 16:42:12,0,100.0.164.34,100,630,1,2023-03-13 16:42:13,R_2nvp7pBb9MEGWaZ,,,,,42.2904,-71.0712,anonymous,EN,1,8.257,8.257,9.039,1,1,2,1,2.515,4.953,5.715,3,0,0,15.109,0,85,90,81,11.629,17.621,19.833,3,12.245,19.291,37.031,2,1,1,25.022,43.228,48.899,2,1,1,39.316,81.931,84.101,3,1,9.981,23.201,24.407,2,0,0,15.007,0,5,4,5,5,4,5,,18.653,44.981,46.986,8,5,5,5,4,4,5,It uses the same scales on both graphs,3.533,6.018,27.696,5,4,,8.317,9.531,13.508,2,2,7,3,4,1,5,6,18.456,18.456,26.162,1,1,5,1,6,6,1,10,10,,14.214,54.857,56.343,9,5,5,1,2,5,5,8.135,23.969,24.899,6,2,3,6.315,20.036,22.124,3,1,2002,New Hampshire,2,3,4,Portuguese,4,,,17,2,2,,2.9,110.838,111.207,36,610e4001aab8a70cb6e81967,,,,,1,, -2023-03-13 16:39:26,2023-03-13 16:45:08,0,68.205.169.51,100,342,1,2023-03-13 16:45:08,R_2yeVJ3ucoeNu2qZ,,,,,29.1383,-80.9956,anonymous,EN,1,2.127,2.127,2.742,1,1,1,1,2.022,4.898,5.616,4,0.901,2.634,15.006,2,100,100,50,4.107,8.442,8.986,4,6.205,12.264,21.369,2,-2,-3,5.234,30.206,36.109,3,-3,-3,11.446,58.511,58.741,5,-2,12.63,31.041,31.857,7,0,0,15.007,0,6,6,6,6,6,6,,5.089,10.672,10.93,7,6,5,5,7,3,5,"The numbers are easily viewable. The data is all there, and if I want more information hovering over helps. I also trust the source.",1.742,1.742,16.987,1,4,,2.082,4.153,4.884,4,2,7,3,4,1,5,6,0.888,2.422,10.752,3,1,1,4,2,1,1,6,9,,2.489,14.439,15.077,10,1,1,4,3,2,1,2.307,13.226,13.793,9,3,1,1.303,4.39,5.04,2,1,1986,Florida,2,2,1,,7,,,12,4,1,bladexxvv@gmail.com,1.556,30.737,38.801,19,55fc2b4377f33b000ecb21ed,,,,,1,, -2023-03-13 16:37:20,2023-03-13 16:46:05,0,173.29.56.149,100,524,1,2023-03-13 16:46:05,R_2e4QkIyxYQAPufD,,,,,40.9013,-89.5068,anonymous,EN,1,3.411,3.411,4.393,1,,,,,,,,3.693,3.931,15.008,2,89,50,100,4.608,12.821,14.063,5,8.945,19.045,28.919,3,1,1,1.471,37.42,38.382,8,1,-1,4.627,83.502,84.825,7,1,2.16,55.722,56.711,3,9.886,13.481,15.011,4,3,3,3,3,5,3,,6.87,17.046,19.123,6,4,5,5,1,3,5,"In the instructions it said, ""assume you trust the data"" so I said I trusted the visualization of the data",3.501,3.501,30.826,1,4,,2.64,7.316,9.337,6,2,7,3,4,1,5,6,2.522,7.008,18.685,4,2,3,7,4,4,4,5,6,,7.635,28.457,33.81,11,3,2,3,2,2,3,2.765,33.603,36.077,10,6,,4.597,7.998,15.255,5,2,1992,Illinois,6,3,1,,7,,,11,1,2,,2.769,50.962,53.19,21,610350093de97785fa2890b2,,,,,0,, -2023-03-13 16:36:24,2023-03-13 16:46:11,0,153.33.114.25,100,587,1,2023-03-13 16:46:12,R_8pmj76tTlZk0609,,,,,34.0095,-81.0819,anonymous,EN,1,2.328,2.328,3.182,1,,,,,,,,0,0,15.008,0,80,80,50,6.495,14.966,16.178,4,5.27,23.872,26.788,3,1,1,34.441,46.911,49.722,2,-1,-3,60.918,88.987,90.099,2,-2,47.553,47.553,48.872,1,0,0,15.008,0,5,5,7,5,5,5,,22.266,31.8,33.8,6,5,6,5,4,5,5,It has a clear and professional presentation which makes it seem more credible.,1.6,1.971,47.556,2,4,,6.449,6.449,7.999,1,2,7,3,4,1,5,6,0,0,13.536,0,4,6,5,7,5,4,9,8,,4.144,16.306,17.841,8,4,4,2,2,5,4,7.143,32.622,33.603,6,2,,4.329,4.329,6.424,1,1,1998,South Carolina,3,1,1,,3,,,4,3,1,trshillingford@gmail.com,1.735,111.966,116.292,33,5f036ad6524fe7281a4ad892,,,,,0,, -2023-03-13 16:36:33,2023-03-13 16:47:15,0,76.156.47.217,100,642,1,2023-03-13 16:47:15,R_3h0GCZvXN1p6RUp,,,,,44.971,-93.0498,anonymous,EN,1,4.34,4.34,5.247,1,,,,,,,,0,0,15.018,0,76,19,84,28.927,33.716,35.222,3,8.707,76.868,79.972,14,1,1,39.561,49.943,55.796,3,-3,-3,55.484,72.708,73.727,2,-2,12.604,70.116,71.451,6,0,0,15.118,0,3,5,3,7,7,3,,14.989,29.139,31.984,6,4,2,3,7,7,4,I trust it but it's hard to read.,2.066,2.066,21.837,1,6,,18.944,20.196,21.816,3,2,7,3,4,1,5,6,0,0,18.953,0,3,3,7,5,3,4,8,10,,9.343,22.68,24.796,8,4,3,2,4,4,3,13.175,42.301,43.705,7,4,,4.428,4.428,6.017,1,1,1991,Minnesota,2,2,1,,7,,,6,2,1,63e51d228f42d1767efa8cbf@email.prolific.co,1.577,60.473,62.104,15,63e51d228f42d1767efa8cbf,,,,,0,, -2023-03-13 16:38:46,2023-03-13 16:47:20,0,108.6.203.138,100,514,1,2023-03-13 16:47:21,R_PG1Xf1vRcr20aWd,,,,,40.7429,-73.9392,anonymous,EN,1,2.163,2.889,3.257,2,1,3,2,2.61,4.443,5.151,2,0,0,15.117,0,84,89,50,16.988,33.465,34.09,4,5.414,23.111,24.549,5,1,1,29.756,38.301,39.772,2,-3,-3,78.788,105.68,107.378,4,-3,17.774,38.582,39.808,9,3.614,3.614,15.111,1,5,3,4,5,6,5,,10.928,32.028,34.32,7,3,4,5,7,4,5,It's from the CDC,8.795,8.795,13.706,1,5,,7.284,9.515,11.103,3,2,7,3,4,1,5,6,0,0,18.081,0,1,5,4,4,1,2,9,7,,5.792,21.91,24.167,10,4,4,2,2,4,3,9.832,25.823,26.66,6,2,1,7.144,11.796,13.231,2,3,1997,New York,6,1,1,,7,,,17,4,2,,2.71,51.044,53.324,17,6009fbabfbc35d122a0ccee8,,,,,1,, -2023-03-13 16:36:07,2023-03-13 16:47:26,0,129.7.0.214,100,679,1,2023-03-13 16:47:27,R_e4zDg2I0Gl7t7cl,,,,,29.7212,-95.3626,anonymous,EN,1,4.975,5.935,7.305,2,1,2,2,1.788,4.962,6.023,3,5.747,5.747,15.009,1,75,100,50,12.062,21.017,22.026,5,4.811,20.196,21.23,6,-2,-3,4.273,35.082,36.104,7,1,1,1.7,121.052,121.988,11,-3,4.511,97.478,98.563,4,0,0,15.015,0,5,3,4,5,6,4,,7.271,25.584,26.944,9,3,6,3,5,3,4,I think the data comes from a good source,2.931,2.931,14.738,1,4,,46.444,47.871,58.094,2,2,3,4,5,1,6,7,5.566,10.542,11.619,2,3,4,1,5,4,6,9,8,,3.64,22.196,23.322,12,3,3,2,3,4,3,2.657,19.773,20.93,10,2,2,3.459,18.826,19.801,6,2,2001,Texas,6,3,1,,9,,"Asian, Latina, Black",12,4,2,,3.129,87.565,88.651,31,610764fe8fc46eb9f8868744,,,,,1,, -2023-03-13 16:36:59,2023-03-13 16:47:46,0,98.224.181.99,100,647,1,2023-03-13 16:47:47,R_2zYBRI75rgmB6MZ,,,,,42.6919,-83.0558,anonymous,EN,1,9.462,9.462,12.346,1,1,2,1,2.42,4.431,6.785,2,0,0,15.009,0,97,79,72,22.223,30.064,33.983,3,14.179,101.457,106.107,9,-2,1,38.567,57.28,60.988,2,-3,-3,22.52,58.52,61.533,2,-2,44.269,44.269,46.951,1,0,0,15.122,0,6,5,5,5,6,5,,6.102,13.527,17.105,6,5,5,5,4,5,5,I feel like it gave data that seemed believable so I would trust the chart,5.532,5.532,30.9,1,6,,8.853,8.853,10.97,1,2,7,3,4,1,5,6,0,0,21.549,0,6,7,10,9,8,9,10,10,,5.02,15.492,18.652,8,4,4,2,2,4,4,5.27,16.651,18.796,6,4,1,6.534,11.651,14.309,2,2,1964,Michigan,4,2,1,,7,,,16,4,2,,3.003,93.865,104.003,16,62869a1b7fff9c9a48fe6087,,,,,1,, -2023-03-13 16:38:44,2023-03-13 16:47:51,0,96.246.23.144,100,547,1,2023-03-13 16:47:52,R_BPukkWG989e9Lbz,,,,,40.7584,-73.7973,anonymous,EN,1,2.009,2.235,3.465,2,1,2,1,2.146,4.068,6.096,2,0,0,15.112,0,75,37,68,13.589,21.961,23.425,7,4.803,23.585,24.624,8,-2,-2,3.68,43.619,50.126,14,1,-3,31.734,59.499,69.301,3,1,7.518,24.754,29.286,2,0,0,15.011,0,4,2,2,4,5,4,,3.299,56.082,57.334,15,7,7,7,7,7,2,"The visualization is confusing and the overlapping of the unvaccinated and vaccinated numbers makes it hard to comprehend the true number of individuals affected. ",1.106,4.877,42.503,4,4,,1.507,5.226,5.555,6,2,7,3,4,1,5,6,0,0,13.027,0,4,5,1,4,3,5,10,10,,2.873,22.233,22.575,15,4,4,2,2,3,4,68.938,86.616,87.457,22,2,2,2.379,5.547,7.992,5,1,1996,New York,6,2,1,,2,,,12,4,2,,7.109,36.019,37.539,16,60b7f8e35090572dc7e7548c,,,,,1,, -2023-03-13 16:40:22,2023-03-13 16:47:55,0,47.7.188.186,100,453,1,2023-03-13 16:47:56,R_1pss0BSypbY1U7q,,,,,35.6854,-88.8281,anonymous,EN,1,6.073,6.073,6.839,1,,,,,,,,0,0,15.008,0,100,81,77,11.682,22.396,23.4,5,17.17,63.517,67.151,7,-2,1,7.217,27.431,29.547,4,1,1,25.541,43.965,53.053,4,1,46.609,46.609,48.097,1,0,0,15.061,0,6,6,6,6,6,6,,4.966,12.49,15.8,8,5,5,6,7,7,6,I trust this visualization because it's pretty and detailed.,1.937,1.937,24.497,1,4,,4.785,4.785,5.93,1,2,7,3,4,1,5,6,0,0,9.178,0,3,4,2,4,8,3,10,8,,2.217,12.63,13.658,15,1,1,5,5,1,1,4.183,28.971,29.974,8,1,,2.828,3.236,4.801,2,1,1991,Tennessee,3,2,1,,7,,,3,4,2,,26.157,54.952,56.222,14,6306f070d4f94e56cb544400,,,,,0,, -2023-03-13 16:39:15,2023-03-13 16:47:57,0,71.67.120.160,100,522,1,2023-03-13 16:47:58,R_rpT95RlpRnxtUQ1,,,,,39.336,-84.3126,anonymous,EN,1,10.06,10.06,11.003,1,,,,,,,,0,0,15.006,0,90,56,93,6.728,12.296,14.359,4,14.913,44.557,47.165,6,1,1,21.672,31.751,43.128,2,1,-3,40.395,93.995,94.793,2,1,56.157,56.157,57.719,1,0,0,15.01,0,5,5,5,5,5,5,,16.753,23.414,25.365,5,5,5,6,2,2,5,It is presented in a professional and scientific way that makes it seem accurate,3.568,19.193,27.621,2,5,,6.441,6.441,8.561,1,2,7,3,4,1,5,6,0,0,15.786,0,6,8,6,7,8,7,11,10,,6.371,17.269,19.367,8,4,5,2,2,5,4,6.828,22.212,25.38,6,1,,5.753,6.136,7.72,2,1,2000,Ohio,6,3,1,,2,,,19,4,2,,2.632,47.923,49.339,11,63d17d9a75ad3d6be9141600,,,,,0,, -2023-03-13 16:37:35,2023-03-13 16:50:12,0,68.8.6.50,100,756,1,2023-03-13 16:50:12,R_1l6rcDcsYJGV5OS,,,,,32.7203,-117.1552,anonymous,EN,1,6.604,6.604,7.768,1,1,3,2,6.388,9.004,10.762,2,0,0,15.008,0,100,100,51,10.961,29.449,30.711,4,11.859,22.363,23.372,3,1,1,58.008,69.624,71.865,2,-3,-3,31.922,60.722,63.039,2,-1,69.041,78.273,80.2,3,0,0,15.009,0,6,7,5,5,6,6,,10.349,26.275,28.032,6,2,6,5,4,7,5,"Matches data from the CDC & other reputable sources, though suspect these undercount the actual number of cases, especially in the case of unvaccinated individuals.",3.816,3.816,84.049,1,4,,6.918,12.295,15.257,3,2,7,3,4,1,5,6,0,0,37.894,0,4,4,1,2,7,1,9,9,,7.639,48.847,51.304,12,4,5,1,1,5,5,7.752,26.936,28.836,7,4,1,2.268,7.084,9.832,2,1,1959,California,7,3,1,,9,,A little dab of everything,12,4,1,rw@rwloony.com,2.712,118.204,125.779,18,615251a465f058e211cfbbb8,,,,,1,, -2023-03-13 16:39:48,2023-03-13 16:50:53,0,72.82.29.101,100,664,1,2023-03-13 16:50:53,R_1Cqp0MhWLQdhheA,,,,,41.64,-71.6435,anonymous,EN,1,10.463,10.463,11.618,1,,,,,,,,0,0,15.008,0,81,97,67,23.704,32.169,34.194,3,13.963,27.924,30.586,2,1,1,22.954,69.9,71.814,4,-3,-2,26.089,39.709,41.206,2,1,29.495,29.495,30.546,1,0,0,15.005,0,3,7,2,4,5,4,,5.585,19.416,22.735,8,2,5,6,4,3,4,this visualization matches my personal experience to a certain degree so I find myself slightly agreeing with it.,4.689,4.689,79.133,1,3,,8.314,8.314,10.285,1,2,7,3,4,1,5,6,0,0,18.426,0,5,4,6,7,3,8,8,9,,4.028,13.864,16.438,8,2,3,4,4,2,4,2.762,8.316,10.245,6,3,,7.65,7.65,10.13,1,1,2002,Massachusetts,6,3,1,,7,,,7,4,1,dylanzuleger1@gmail.com,1.304,180.007,206.075,14,63d42387aba51e699ab9ce5c,,,,,0,, -2023-03-13 16:39:14,2023-03-13 16:52:21,0,74.136.136.11,100,786,1,2023-03-13 16:52:21,R_2w0od5IkKbcY6z4,,,,,39.494,-80.2221,anonymous,EN,1,4.372,4.372,5.434,1,,,,,,,,7.098,7.098,15.005,1,100,100,67,19.082,28.421,29.211,4,10.605,26.58,64.412,4,-2,1,47.466,104.275,105.754,6,-3,-3,24.746,104.867,105.934,4,-2,32.945,60.847,61.861,7,0,0,15.007,0,6,3,6,4,5,6,none,12.4,45.571,49.72,8,4,4,5,5,3,6,it's put together well with the interaction when hovering over and shows the more specifics,6.236,6.236,31.611,1,1,none,8.106,9.521,16.087,2,2,7,3,4,1,5,6,0,0,25.002,0,1,1,1,1,5,5,9,9,i have no trust in government or politics etc because they love to lie a lot and deceive the public a lot,7.825,56.044,59.509,11,5,4,1,1,5,4,12.671,42.286,43.697,7,4,,5.189,5.189,7.255,1,2,1982,West Virginia,3,2,1,,8,fairmont,,9,4,2,,1.155,86.762,91.211,25,5cc90a99f24f6c001c1692e7,,,,,0,, -2023-03-13 16:32:32,2023-03-13 16:53:17,0,24.89.25.50,100,1244,1,2023-03-13 16:53:17,R_2dKnUUwiGlOzsoQ,,,,,39.6343,-77.7337,anonymous,EN,1,13.576,13.576,37.701,1,1,4,1,4.029,6.63,8.326,2,0,0,15.109,0,100,15,76,53.317,97.315,98.949,10,26.432,81.114,119.326,6,-2,1,42.125,67.574,75.632,2,1,1,155.715,263.93,269.81,4,1,13.148,58.898,69.584,3,0,0,15.009,0,6,4,6,4,3,6,"I know that this type of graph is more concise/efficient, but my brain just has a hard time singling out specific data because of so much going on in it. ",11.691,89.256,115.699,9,6,7,7,3,1,6,"I think this graph has all the necessary information when describing various demographics with regards to Covid. ",3.849,64.781,75.344,3,3,"I generally err on the side of caution around people I don't know. ",10.988,53.112,79.849,3,2,7,3,4,1,5,6,0,0,31.721,0,1,1,1,1,1,1,10,6,,8.771,20.437,39.104,8,5,5,1,1,5,5,12.102,49.234,51.999,6,1,1,2.26,11.393,14.534,2,2,1988,Maryland,6,2,1,,3,,,10,4,1,5feff5d30ad48b39d17b9c25@email.prolific.co,2.508,60.958,64.757,12,5feff5d30ad48b39d17b9c25,,,,,1,, -2023-03-13 16:38:25,2023-03-13 16:55:22,0,174.71.13.19,100,1016,1,2023-03-13 16:55:23,R_3De9GbIz20aiBXk,,,,,41.2615,-95.8304,anonymous,EN,1,60.176,60.176,63.982,1,,,,,,,,0,0,15.107,0,86,80,66,12.2,29.322,30.402,6,15.451,24.42,106.843,2,1,1,33.443,60.631,62.733,2,-3,-3,43.605,65.354,66.551,2,1,56.467,56.467,57.942,1,0,0,15.012,0,3,4,3,5,5,5,,12.547,90.274,93.954,6,5,5,4,6,7,6,the question was presented in the frame of already trusting the data source,3.592,3.592,34.212,1,3,,11.614,11.614,13.42,1,2,7,3,4,1,5,6,0,0,23.366,0,4,4,8,6,2,5,7,7,I Intended to put a 7 for doctors however a glitch appears to be preventing me from selecting 7-9 in that row,17.156,123.04,126.643,21,4,3,4,1,2,4,23.4,59.268,60.946,9,3,,15.069,15.069,16.981,1,1,2002,Iowa,2,2,1,,7,,,1,4,2,,3.824,116.739,120.599,11,63d41433a2c0cbe34ea28a22,,,,,0,, -2023-03-13 16:39:55,2023-03-13 16:55:36,0,98.29.29.16,100,940,1,2023-03-13 16:55:36,R_2U9kULuyF2b6jis,,,,,39.7522,-84.1993,anonymous,EN,1,17.868,17.868,19.239,1,2,,2,3.107,3.107,4.239,1,0,0,15.011,0,100,66,84,25.462,50.411,51.378,8,38.455,47.805,50.505,2,1,1,1.889,91.737,94.917,7,1,-3,4.437,132.012,133.807,6,1,3.187,58.796,62.911,4,6.017,6.017,15.013,1,1,1,1,6,6,1,"My mother died in December 2021. She was vaccinated but never had covid. Ironically, there is not chart in this study for useless deaths such as hers.",13.494,87.43,117.898,11,2,5,5,1,3,4,"If I trusted the information, then I would trust this visual.",6.339,28.736,36.471,3,6,The covid vaccine killed my mother.,6.34,11.496,50.959,3,2,7,3,4,1,5,6,24.05,24.05,27.86,1,1,1,10,9,1,7,5,6,n/a,8.447,44.752,46.373,13,5,5,1,1,4,4,7.405,34.025,35.654,10,7,1,3.73,19.427,20.861,4,2,1970,Ohio,6,1,1,,7,,,11,1,1,626810ad271afa9ad1c19e33@email.prolific.co,2.587,63.12,65.416,20,626810ad271afa9ad1c19e33,,,,,1,, -2023-03-13 16:30:33,2023-03-13 17:00:00,0,98.17.16.225,100,1766,1,2023-03-13 17:00:00,R_1FPqxaRTAtr3hib,,,,,31.1823,-83.7641,anonymous,EN,1,58.571,58.571,60.339,1,,,,,,,,0,0,15.115,0,78,43,78,29.033,109.559,123.095,3,89.61,287.279,331.371,2,1,1,46.965,112.475,113.869,4,-3,-3,113.834,146.953,153.056,2,1,52.622,52.622,54.155,1,0,0,15.109,0,4,2,4,4,5,5,none,55.628,102.898,111.349,7,4,5,4,4,1,5,Because at the bottom the chart was produced by the Agriculture department of Croatia.,4.201,79.547,93.377,4,4,It's a 50/50 because anyone is capable of anything.,70.334,179.761,182.632,5,2,7,3,4,1,5,6,0,0,46.207,0,3,7,6,7,5,10,11,10,,15.283,27.819,30.216,8,1,5,3,1,5,5,10.766,58.686,61.667,7,2,,4.803,4.803,6.896,1,2,1988,Georgia,3,2,1,,3,,,4,4,1,5c095c8a217d6000011193b8@email.prolific.co,3.558,207.401,215.324,84,5c095c8a217d6000011193b8,,,,,0,, -2023-03-13 16:33:32,2023-03-13 17:07:44,0,72.107.147.183,100,2051,1,2023-03-13 17:07:45,R_1Cd5MSRz1H5mTbW,,,,,38.581,-121.4939,anonymous,EN,1,33.237,33.237,35.852,1,,,,,,,,0,0,15.008,0,79,100,63,11.228,26.941,28.194,4,34.324,279.632,283.04,20,1,-2,146.227,372.806,373.965,3,-3,-3,89.102,112.776,116.693,2,-2,195.042,195.441,199.286,2,0,0,15.008,0,3,2,6,4,6,4,,44.761,148.453,227.556,7,5,6,4,7,6,6,i mildly trust this visualizations i feel like since im color blind just looking at bar charts alone is a little difficult for me but the hover info helps me understand it alot,4.77,4.77,86.064,1,4,,4.999,4.999,6.852,1,2,7,3,4,1,5,6,0,0,23.599,0,3,1,9,9,1,4,9,8,,12.273,29.779,31.897,9,3,3,2,3,5,4,4.802,35.053,36.098,8,5,,2.512,3.464,4.717,2,1,2000,California,1,1,1,,10,,,1,4,1,gamermech021@gmail.com,1.491,117.856,120.773,36,614ff5d9c6dc36af9c39da17,,,,,0,, -2023-03-15 18:50:04,2023-03-15 18:56:54,0,24.42.219.119,100,409,1,2023-03-15 18:56:54,R_1ODgQHpknhnxpqN,,,,,33.8081,-85.7852,anonymous,EN,1,104.413,104.919,105.782,2,,,,,,,,0,0,15.009,0,71,71,54,7.566,14.903,15.74,9,8.742,13.215,15.209,2,1,1,9.663,22.925,23.412,3,1,1,12.434,19.289,19.695,3,1,18.031,18.031,18.872,1,0,0,15.009,0,4,4,4,2,5,4,,3.552,11.727,12.966,6,2,5,5,7,2,4,It does not seem like the kind of data someone would lie about but I am not educated on the topic.,2.632,2.632,23.373,1,5,,4.608,4.608,5.897,1,2,7,3,4,1,5,6,0,0,12.889,0,3,4,3,8,2,3,10,9,,3.742,17.905,19.265,12,4,4,2,2,4,4,4.475,12.159,12.571,7,3,,2.544,2.544,3.713,1,1,2002,Florida,3,3,1,,7,,,13,4,2,,1.293,56.106,58.384,30,5d0fbedf101793000168ef7a,"{""startTime"":1678920801096,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678920814612,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678920745665,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678920785278,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":9977,""label"":""hovered"",""timeHovered"":2405,""week"":""2021-09-06""}]}",0,simple,line -2023-03-15 18:53:09,2023-03-15 18:58:31,0,47.232.88.100,100,322,1,2023-03-15 18:58:32,R_3oO1EBHuRWJtgka,,,,,38.5317,-89.9988,anonymous,EN,1,5.181,5.181,6.033,1,,,,,,,,3.119,3.119,15.006,1,74,61,54,3.155,17.648,19.002,7,1.623,5.199,6.768,7,1,1,19.086,50.958,52.197,4,-2,1,14.264,27.338,28.801,3,1,58.869,58.869,59.628,1,1.874,2.74,15.108,5,3,3,4,4,5,4,,0.895,7.278,8.829,8,4,4,4,3,3,3,It seems to be well-constructed and clear.,0.653,0.956,14.127,2,4,,2.597,3.111,6.942,2,2,7,3,4,1,5,6,0,0,11.158,0,7,7,6,6,4,7,6,6,,1.15,11.008,12.732,12,4,4,3,3,3,3,1.428,4.565,6.29,6,4,,1.508,1.508,2.441,1,1,1996,Illinois,6,1,1,,7,,,19,5,1,chieforion@gmail.com,0.603,25.536,31.911,12,5c7e14531c3cf8001638b5b0,"{""startTime"":1678920892181,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678920901360,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678920840616,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678920876772,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6350,""label"":""hovered"",""timeHovered"":1327,""week"":""2022-01-10""}]}",0,moderate,line -2023-03-15 18:50:51,2023-03-15 18:58:38,0,65.29.80.185,100,466,1,2023-03-15 18:58:38,R_2uxiliv4sEaENuu,,,,,39.7933,-84.218,anonymous,EN,1,2.444,2.444,3.062,1,,,,,,,,12.551,12.551,15.105,1,100,82,56,7.389,18.727,19.229,3,12.183,50.669,52.477,3,1,1,31.548,52.371,56.156,2,1,1,24.838,39.892,43.965,2,-1,11.893,16.014,24.227,3,0,0,15.006,0,3,3,3,3,2,3,,6.654,19.814,22.093,9,4,5,3,7,7,3,I don't really have enough information to know whether it's trustworthy or not.,2.13,3.356,16.339,4,2,,5.772,5.772,7.61,1,2,7,3,4,1,5,6,0,0,11.764,0,1,2,1,1,1,1,9,9,,3.272,14.464,15.4,8,4,4,1,1,4,4,3.903,14.232,15.214,7,1,,2.677,2.677,3.67,1,1,1997,Ohio,3,2,1,,7,,,4,4,1,dylanconley4l@gmail.com,1.708,98.129,100.925,53,5eebe4e6e61002183aec9b70,"{""startTime"":1678920859913,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678920822462,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678920697436,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":19449,""label"":""hovered"",""timeHovered"":1470,""week"":""2021-10-11""}]}","{""startTime"":1678920806907,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,line -2023-03-15 18:49:08,2023-03-15 18:59:38,0,52.128.53.109,100,630,1,2023-03-15 18:59:39,R_3GjtotVrdvEkx87,,,,,32.9658,-97.6866,anonymous,EN,1,5.022,6.141,7.234,2,1,4,1,19.216,40.107,41.079,5,8.892,8.892,15.008,1,81,100,50,4.336,25.773,27.099,9,7.262,24.6,26.012,4,1,1,2.773,52.94,53.619,10,-2,1,9.321,42.029,43.699,5,-1,25.659,26.719,27.617,2,7.913,7.913,15.121,1,5,3,5,5,4,5,,3.737,55.287,55.967,12,6,6,6,6,6,6,It seems like it is laid out well that it is accurately.,3.242,3.242,21.819,1,4,,5.517,9.374,10.177,4,2,7,3,4,1,5,6,37.762,45.433,49.915,2,1,1,1,1,1,4,8,8,,4.479,18.941,21.525,10,5,5,1,1,5,5,29.15,54.177,55.288,9,1,2,5.995,14.343,15.516,5,2,1981,Texas,3,2,1,,7,,,6,3,1,pebblejean@gmail.com,3.107,79.511,80.589,23,5fc6904e5ed32c0778ae12a1,"{""startTime"":1678920809818,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678920755793,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678920659970,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":16158,""label"":""hovered"",""timeHovered"":1268,""week"":""2022-01-03""}]}","{""startTime"":1678920740273,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line -2023-03-15 18:51:00,2023-03-15 19:00:17,0,96.72.176.37,100,557,1,2023-03-15 19:00:18,R_zcXADuwuXBMQ9bP,,,,,37.5172,-121.9191,anonymous,EN,1,4.663,24.613,25.596,5,,,,,,,,0,0,15.006,0,61,40,80,6.774,59.743,60.389,8,3.031,21.614,24.067,5,1,1,7.193,34.356,35.38,9,1,-1,4.359,96.434,97.072,11,1,21.784,39.191,40.234,3,4.895,4.895,15.02,1,4,5,5,5,5,5,,2.563,10.49,12.002,10,4,4,5,4,4,5,It has the authoritative source stated.,1.466,41.225,42.583,13,3,,2.395,8.421,9.305,2,2,7,3,4,1,5,6,15.347,27.157,27.96,2,2,5,3,4,3,3,3,8,,3.105,19.03,20.417,17,2,2,4,2,2,3,3.684,23.585,24.199,10,2,,0.95,2.607,3.375,3,1,1990,California,6,1,3,,2,,,17,3,1,fungjeremy@gmail.com,0.61,50.253,55.817,22,63d17041a37f603dd01616b8,"{""startTime"":1678920971024,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678920910365,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678920772003,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678920894498,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6109,""label"":""hovered"",""timeHovered"":1446,""week"":""2021-12-20""},{""time"":8317,""label"":""hovered"",""timeHovered"":1100,""week"":""2022-01-10""},{""time"":10489,""label"":""hovered"",""timeHovered"":2144,""week"":""2021-11-22""}]}",0,moderate,line -2023-03-15 18:51:29,2023-03-15 19:00:59,0,98.47.241.23,100,569,1,2023-03-15 19:01:00,R_25HImA9xqFEHtJI,,,,,38.0996,-122.5873,anonymous,EN,1,5.728,5.728,6.398,1,,,,,,,,0,0,15.008,0,95,88,15,7.956,18.774,19.6,3,9.805,47.201,50.354,11,1,1,20.41,30.555,32.824,2,-1,1,39.271,71.666,73.097,5,1,33.32,45.365,49.027,4,9.776,10.588,15.12,4,3,5,3,5,5,4,,29.114,47.904,48.927,8,4,5,5,7,7,5,The directions stated to assume that I trusted the data so I extended that to mean I then trusted the visualization.,3.273,31.425,40.412,4,5,,6.88,7.994,8.347,2,2,7,3,4,1,5,6,0,0,16.914,0,2,7,2,4,4,7,10,9,,6.957,23.3,24.7,8,3,4,2,3,4,3,10.573,27.801,28.729,7,3,,9.672,9.672,11.019,1,1,1989,California,6,3,1,,7,,,17,4,2,,1.135,84.076,86.685,22,6070defd464139156ac85ac3,"{""startTime"":1678920852663,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678920902075,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678920736311,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":28733,""label"":""started_brush"",""startDate"":""2021-04-29"",""endDate"":""2022-02-11""},{""time"":39792,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-01-24""},{""time"":43767,""label"":""cleared_brush"",""using"":""click""},{""time"":43769,""label"":""cleared_brush"",""using"":""Escape""}]}","{""startTime"":1678920836396,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":6577,""label"":""started_brush"",""startDate"":""2021-05-09"",""endDate"":""2021-06-20""},{""time"":9312,""label"":""moved_brush"",""startDate"":""2021-10-25"",""endDate"":""2021-12-06""},{""time"":11858,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-05-23""},{""time"":12156,""label"":""cleared_brush"",""using"":""click""}]}",0,complex,line -2023-03-15 18:52:20,2023-03-15 19:01:09,0,73.121.213.102,100,528,1,2023-03-15 19:01:09,R_2TAb7urkh16o1pU,,,,,36.0499,-83.9228,anonymous,EN,1,12.664,12.664,13.777,1,2,,2,2.605,2.605,3.803,1,0,0,15.117,0,34,22,22,10.482,23.938,24.982,4,25.258,34.757,38.853,5,1,-3,19.101,36.389,37.603,2,1,1,60.963,73.071,74.582,2,1,46.353,46.353,47.124,1,0,0,15.113,0,7,7,7,4,2,1,,6.04,17.776,19.936,6,2,7,7,1,1,7,I just do not believe vaccinated vs unvaccinated has any difference in cases.,9.342,9.342,34.6,1,4,,8.164,8.164,9.507,1,2,7,3,4,1,5,6,0,0,17.854,0,1,1,5,5,1,1,6,7,,7.464,24.815,26.656,8,3,3,3,2,4,4,9.932,29.226,30.056,7,5,3,3.988,14.776,17.175,2,2,1996,Tennessee,3,2,1,,7,,,7,1,2,,2.532,46.764,47.698,11,60d23790d4dba01a9b2c0085,"{""startTime"":1678921008166,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678920950362,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678920819748,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678920934502,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":10516,""label"":""hovered"",""timeHovered"":3687,""week"":""2022-01-17""}]}",1,moderate,line -2023-03-15 18:50:07,2023-03-15 19:01:30,0,68.205.133.83,100,682,1,2023-03-15 19:01:31,R_3L5dLgDuPolvvpd,,,,,28.5727,-80.8206,anonymous,EN,1,34.783,46.228,48.186,4,,,,,,,,0,0,15.016,0,89,80,94,13.411,27.118,28.522,6,3.79,21.269,33.35,3,1,1,25.351,35.69,37.851,2,-2,1,38.363,72.998,74.997,3,-3,31.938,65.742,67.298,3,0,0,15.017,0,3,3,4,3,5,4,none,8.134,27.301,34,7,5,5,5,5,5,5,It seems to me top be scientific. I don't know much about visualizations,4.043,4.043,35.673,1,4,none,11.225,13.202,16.261,2,2,3,4,5,1,6,7,0,0,15.752,0,5,5,9,8,3,7,8,10,none,4.868,21.791,26.046,10,4,2,4,4,4,4,11.188,34.278,35.728,6,5,,8.678,8.678,10.834,1,2,1957,Florida,2,2,1,,7,,,4,2,2,,4.101,60.559,61.977,12,6286e56db20530b65816d1d7,"{""startTime"":1678920958977,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678920840365,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678920713884,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":26838,""label"":""hovered"",""timeHovered"":1849,""week"":""2021-11-22""},{""time"":28774,""label"":""hovered"",""timeHovered"":1474,""week"":""2021-10-25""}]}","{""startTime"":1678920824073,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,line -2023-03-15 18:51:45,2023-03-15 19:02:28,0,172.56.160.174,100,642,1,2023-03-15 19:02:28,R_3kiFkaHSmU9WLgC,,,,,40.7157,-74,anonymous,EN,1,2.416,2.416,3.191,1,1,3,1,2.405,4.667,5.667,2,2.598,2.598,15.009,1,83,89,83,6.02,20.555,21.828,4,11.597,78.353,83.429,13,1,1,22.081,56.26,80.004,3,1,1,49.439,52.342,61.101,4,1,52.382,53.845,64.901,3,2.59,8.418,15.027,5,3,3,3,6,2,3,,7.589,22.964,23.902,9,5,6,6,6,6,3,"I didn't see a source. (And, then, I would need to trust/verify the source/data.)",1.579,2.253,34.349,2,5,,3.656,9.065,10.63,6,2,7,3,4,1,5,6,9.028,9.028,18.123,1,4,5,5,8,3,7,7,6,,5.802,34.998,36.602,10,5,5,1,1,5,5,3.97,21.204,22.108,7,4,1,1.984,9.901,11.49,3,1,1978,Rhode Island,6,2,1,,7,,,10,4,1,62b9ddea12bb2643ff512fea@email.prolific.co,1.541,49.636,60.931,19,62b9ddea12bb2643ff512fea,"{""startTime"":1678920936539,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678920961451,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678920770842,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":731,""label"":""hovered"",""timeHovered"":5891,""week"":""2021-08-16""},{""time"":48768,""label"":""started_brush"",""startDate"":""2021-07-21"",""endDate"":""2021-12-06""},{""time"":61522,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-08-26""},{""time"":62603,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-08-26""},{""time"":69122,""label"":""cleared_brush"",""using"":""click""}]}","{""startTime"":1678920920766,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":14844,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-05-31""}]}",1,complex,line -2023-03-15 18:49:13,2023-03-15 19:03:06,0,24.113.196.63,100,833,1,2023-03-15 19:03:06,R_sczgu52zr4DZ6xz,,,,,47.4758,-122.6422,anonymous,EN,1,31.117,31.117,34.297,1,2,,1,2.117,2.117,8.253,1,0,0,15.112,0,84,100,81,11.045,24.882,25.677,5,18.516,23.455,68.226,2,1,1,17.028,71.267,85.548,3,-2,1,38.5,61.787,63.495,4,1,115.791,115.791,131.334,1,0,0,15.111,0,6,5,5,6,6,6,,27.429,43.745,52.779,6,5,6,5,7,7,6,"The visualization says that it's from the CDC, which I trust to give accurate information",1.873,5.671,30.004,5,3,,4.671,7.59,10.118,2,2,7,3,4,1,5,6,0,0,33.917,0,4,7,9,4,4,5,10,10,,8.44,31.7,37.769,13,2,3,4,3,3,3,17.797,71.516,72.557,13,2,3,5.318,15.043,16.176,2,1,2001,Washington,2,2,1,,7,,,6,3,2,,6.024,57.607,67.245,13,5daa9e16546237001681d0f1,"{""startTime"":1678920869981,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":1046,""label"":""hovered"",""timeHovered"":1011,""week"":""2021-12-13""},{""time"":2915,""label"":""hovered"",""timeHovered"":1972,""week"":""2021-12-13""}]}","{""startTime"":1678920795458,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678920647400,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":14592,""label"":""hovered"",""timeHovered"":1415,""week"":""2022-01-03""},{""time"":26578,""label"":""hovered"",""timeHovered"":1126,""week"":""2022-01-03""},{""time"":31711,""label"":""hovered"",""timeHovered"":1647,""week"":""2022-01-03""},{""time"":34060,""label"":""hovered"",""timeHovered"":2408,""week"":""2022-01-03""},{""time"":36646,""label"":""hovered"",""timeHovered"":1849,""week"":""2022-01-10""},{""time"":38512,""label"":""hovered"",""timeHovered"":1145,""week"":""2022-01-10""},{""time"":42355,""label"":""hovered"",""timeHovered"":1565,""week"":""2022-02-07""},{""time"":47231,""label"":""hovered"",""timeHovered"":2292,""week"":""2022-01-31""},{""time"":51779,""label"":""hovered"",""timeHovered"":1113,""week"":""2021-10-18""},{""time"":56197,""label"":""hovered"",""timeHovered"":1312,""week"":""2021-08-23""},{""time"":58267,""label"":""hovered"",""timeHovered"":1607,""week"":""2022-01-03""}]}","{""startTime"":1678920779825,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":11457,""label"":""hovered"",""timeHovered"":1536,""week"":""2022-01-10""}]}",1,moderate,line -2023-03-15 18:55:23,2023-03-15 19:03:07,0,216.1.214.162,100,463,1,2023-03-15 19:03:07,R_08IZuCAGfsdjECR,,,,,34.1624,-118.1275,anonymous,EN,1,8.563,9.507,9.787,3,1,3,1,1.433,2.849,3.606,2,0,0,15.107,0,100,77,56,8.016,15.456,16.061,6,11.479,20.055,26.358,3,1,1,2.44,29.031,31.252,3,1,1,26.513,32.745,33.76,2,1,17.296,17.296,32.087,1,0,0,15.014,0,5,4,5,5,5,6,,5.932,15.059,16.562,6,5,5,5,7,5,6,"I feel it accurately presents to me the fact that the vaccines work, but to an extent",2.72,2.72,31.862,1,5,,5.692,5.692,6.499,1,2,7,3,4,1,5,6,0,0,14.269,0,1,4,4,6,8,3,5,8,,3.501,15.99,17.068,9,2,1,2,4,4,2,51.677,77.532,78.101,20,3,1,3.125,7.749,10.1,2,1,1987,California,6,2,1,,6,,,7,1,2,,1.701,73.733,75.868,51,5e589bf82e08c90a78a29bbe,"{""startTime"":1678921050832,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921067830,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678920977010,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":19176,""label"":""hovered"",""timeHovered"":1155,""week"":""2022-01-03""}]}","{""startTime"":1678921035365,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7938,""label"":""hovered"",""timeHovered"":2486,""week"":""2022-02-07""}]}",1,simple,line -2023-03-15 18:54:06,2023-03-15 19:03:32,0,174.160.114.115,100,566,1,2023-03-15 19:03:33,R_1lt9s8JffvgLJUE,,,,,37.6811,-122.4806,anonymous,EN,1,3.848,3.848,4.494,1,1,4,1,1.285,3.899,4.618,2,0,0,15.005,0,95,100,77,13.623,24.864,26.071,3,18.532,22.645,56.584,3,1,1,26.701,52.664,52.982,4,-3,1,14.9,28.488,38.055,2,1,16.894,16.894,35.888,1,0,0,15.112,0,5,4,5,4,5,4,,12.402,33.39,38.088,7,2,5,4,3,3,4,"The information sounds right, but the numbers could have just been made up. However, I have no reason to disagree with the visualization at the moment.",5.606,5.606,40.433,1,4,,3.825,8.17,8.354,4,2,3,4,5,1,6,7,0,0,8.835,0,1,4,3,4,3,3,9,11,,57.151,72.75,73.12,12,1,1,5,5,2,1,4.04,19.661,20.56,7,1,1,0.996,11.441,14.194,4,1,1999,California,6,1,1,,2,,,9,4,1,63d405cd213cc643902ce5da@email.prolific.co,0.969,52.163,54.111,23,63d405cd213cc643902ce5da,"{""startTime"":1678921100610,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921025537,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":4392,""label"":""hovered"",""timeHovered"":1088,""week"":""2021-06-21""}]}","{""startTime"":1678920914079,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":4595,""label"":""hovered"",""timeHovered"":1458,""week"":""2021-10-11""},{""time"":10440,""label"":""hovered"",""timeHovered"":1803,""week"":""2022-01-03""},{""time"":27816,""label"":""hovered"",""timeHovered"":1635,""week"":""2022-01-03""},{""time"":30410,""label"":""hovered"",""timeHovered"":1986,""week"":""2021-12-27""},{""time"":35868,""label"":""hovered"",""timeHovered"":1062,""week"":""2022-01-03""},{""time"":37034,""label"":""hovered"",""timeHovered"":2435,""week"":""2021-12-27""},{""time"":39758,""label"":""hovered"",""timeHovered"":2344,""week"":""2022-01-10""},{""time"":42112,""label"":""hovered"",""timeHovered"":1487,""week"":""2022-01-10""},{""time"":46627,""label"":""hovered"",""timeHovered"":8573,""week"":""2021-05-24""}]}","{""startTime"":1678921009947,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7598,""label"":""hovered"",""timeHovered"":2692,""week"":""2022-01-17""}]}",1,moderate,line -2023-03-15 18:50:06,2023-03-15 19:04:06,0,52.128.53.20,100,840,1,2023-03-15 19:04:07,R_4Z6E971VfCPa54l,,,,,32.7003,-97.6086,anonymous,EN,1,22.639,23.007,24.486,2,,,,,,,,0,0,15.01,0,80,67,69,35.196,44.84,46.203,4,35.683,137.014,150.443,14,1,1,21.89,65.477,70.357,2,1,1,43.473,65.751,72.464,2,-3,77.494,77.494,81.659,1,0,0,15.014,0,4,4,4,4,4,3,,38.837,55.854,56.785,8,5,5,5,4,4,4,I tend not to trust something that is presented to me right away. I need someone or something to confirm or deny the information in front of me.,2.827,55.969,69.706,4,5,,5.485,5.485,7.424,1,2,7,3,4,1,5,6,0,0,19.076,0,7,6,7,7,7,8,9,9,,6.351,26.102,28.461,10,3,2,4,3,3,2,10.865,38.188,39.199,10,5,,6.018,6.018,7.975,1,1,2001,Texas,2,2,1,,7,,,5,4,2,,3.415,67.78,76.941,16,63e51bc3169991cfbcd4fe97,"{""startTime"":1678920950564,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":6515,""label"":""hovered"",""timeHovered"":3318,""week"":""2021-12-27""},{""time"":11365,""label"":""hovered"",""timeHovered"":1244,""week"":""2021-12-27""},{""time"":12681,""label"":""hovered"",""timeHovered"":4976,""week"":""2021-12-27""},{""time"":18218,""label"":""hovered"",""timeHovered"":1547,""week"":""2021-12-27""}]}","{""startTime"":1678921008013,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678920701865,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":21357,""label"":""hovered"",""timeHovered"":1817,""week"":""2022-01-03""},{""time"":27108,""label"":""hovered"",""timeHovered"":1550,""week"":""2022-01-10""},{""time"":28776,""label"":""hovered"",""timeHovered"":1267,""week"":""2022-01-03""},{""time"":72780,""label"":""started_brush"",""startDate"":""2021-05-06"",""endDate"":""2022-02-13""},{""time"":84916,""label"":""moved_brush"",""startDate"":""2021-05-06"",""endDate"":""2022-02-13""},{""time"":90280,""label"":""moved_brush"",""startDate"":""2021-12-11"",""endDate"":""2022-02-13""},{""time"":105673,""label"":""moved_brush"",""startDate"":""2021-12-07"",""endDate"":""2022-02-13""},{""time"":121787,""label"":""cleared_brush"",""using"":""click""},{""time"":121789,""label"":""cleared_brush"",""using"":""Escape""},{""time"":130399,""label"":""hovered"",""timeHovered"":1720,""week"":""2022-01-31""},{""time"":141365,""label"":""started_brush"",""startDate"":""2021-08-27"",""endDate"":""2022-02-13""},{""time"":143377,""label"":""moved_brush"",""startDate"":""2021-11-29"",""endDate"":""2022-02-13""},{""time"":145966,""label"":""hovered"",""timeHovered"":2576,""week"":""2022-01-10""}]}","{""startTime"":1678920934987,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line -2023-03-15 18:52:57,2023-03-15 19:04:19,0,104.183.254.123,100,682,1,2023-03-15 19:04:20,R_6LFVw5NmSzjl1sd,,,,,32.7254,-97.3208,anonymous,EN,1,47.202,69.866,70.809,3,1,2,2,2.266,6.822,7.936,3,11.516,11.516,15.008,1,100,100,80,23.872,39.374,39.917,5,20.708,26.959,35.77,2,1,1,29.747,60.581,62.073,2,-2,1,27.54,44.873,45.982,2,1,23.883,23.883,24.849,1,0,0,15.012,0,3,3,3,3,5,3,,16.343,54.545,56.936,7,5,5,4,7,3,3,i haven't verified its integrity.,3.591,14.613,25.926,2,4,,10.119,15.635,16.742,7,2,7,3,4,1,5,6,0,0,29.06,0,4,3,5,5,3,6,9,9,,9.774,26.059,28.888,11,3,3,2,4,4,3,12.958,44.501,47.263,6,4,3,3.587,13.113,17.201,3,1,1990,Texas,4,2,2,,4,,,6,4,2,,3.509,81.101,85.936,24,5fe3f539dd8cf10e7d545231,"{""startTime"":1678921082555,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921024424,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678920926490,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":15404,""label"":""hovered"",""timeHovered"":1045,""week"":""2022-01-10""},{""time"":31431,""label"":""hovered"",""timeHovered"":2601,""week"":""2021-08-16""}]}","{""startTime"":1678921008987,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6703,""label"":""hovered"",""timeHovered"":1699,""week"":""2022-01-10""},{""time"":8575,""label"":""hovered"",""timeHovered"":5265,""week"":""2022-01-10""}]}",1,moderate,line -2023-03-15 18:57:38,2023-03-15 19:05:26,0,75.27.18.112,100,468,1,2023-03-15 19:05:27,R_Bx0bDu18F5C9X3z,,,,,40.2116,-85.4273,anonymous,EN,1,4.17,4.17,5.275,1,1,2,2,1.279,5.089,6.713,3,12.094,12.094,15.11,1,78,84,80,6.676,16.396,18.427,3,12.258,16.053,25.779,2,1,-3,22.038,48.785,51.272,3,-3,1,30.825,70.561,72.545,2,1,38.075,38.075,39.883,1,0,0,15.011,0,4,3,3,4,5,4,,9.461,20.255,23.153,6,4,4,4,2,3,3,I don't know enough about it to trust or distrust it,1.78,1.78,15.618,1,4,,5.116,5.116,7.298,1,2,3,4,5,1,6,7,0,0,15.654,0,1,3,1,6,1,1,11,10,,4.953,19.064,25.242,8,3,4,1,3,4,4,7.645,21.343,22.782,6,1,3,2.37,17.218,19.096,2,1,1978,Indiana,7,3,1,,7,,,10,4,1,5d63e12a54d79c00169844b8@email.prolific.co,3.36,46.608,49.321,12,5d63e12a54d79c00169844b8,"{""startTime"":1678921266930,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921226385,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921111926,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921211072,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line -2023-03-15 18:52:38,2023-03-15 19:05:57,0,73.177.124.207,100,799,1,2023-03-15 19:05:58,R_2aPKVSiNg6RZUzc,,,,,32.4699,-90.1102,anonymous,EN,1,2.665,2.665,3.5,1,,,,,,,,3.879,5.56,15.015,2,85,73,66,7.581,14.96,16.176,4,10.024,12.615,13.74,2,-2,-2,53.089,125.37,126.525,2,1,1,79.065,115.765,122.246,2,1,22.593,91.534,91.963,3,0,0,15.171,0,6,6,6,6,5,6,,3.313,13.339,14.073,7,6,6,6,6,6,6,Because it seems accurate and the information is presented in a way that allows me to accurately pinpoint what I need,0.822,0.822,30.955,1,4,,7.316,12.127,13.495,2,2,7,3,4,1,5,6,0,0,24.446,0,4,5,4,4,3,6,10,10,,11.252,45.17,47.088,19,5,5,1,1,5,5,4.24,145.769,147.499,10,2,,1.694,1.694,2.615,1,2,2002,Mississippi,2,1,1,,3,,,12,4,1,60f592f40e80188d5bc991e8@email.prolific.co,0.873,89.021,92.349,59,60f592f40e80188d5bc991e8,"{""startTime"":1678920882743,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678920897278,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678920725653,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678920867042,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":3071,""label"":""hovered"",""timeHovered"":3093,""week"":""2021-08-23""}]}",0,simple,line -2023-03-15 18:57:16,2023-03-15 19:06:22,0,71.235.185.151,100,546,1,2023-03-15 19:06:23,R_20URAtlnLIYekvM,,,,,41.3186,-72.9302,anonymous,EN,1,18.471,18.471,19.407,1,,,,,,,,0,0,15.118,0,60,60,62,9.649,17.206,22.863,5,13.521,16.668,31.097,2,1,1,27.629,43.603,45.64,2,-3,1,36.101,61.518,63.28,6,1,41.512,41.512,42.554,1,0,0,15.112,0,3,3,3,2,3,3,,9.865,24.898,27.037,6,3,4,3,7,7,3,"I have no reason to trust it or not trust it. ",4.258,4.258,18.194,1,5,,4.515,5.465,7.471,2,2,7,3,4,1,5,6,0,0,13.593,0,5,8,7,6,6,5,8,8,,4.319,13.273,14.924,8,3,3,2,2,4,4,3.409,21.268,22.247,6,3,,2.36,2.36,3.877,1,2,1984,Connecticut,6,1,1,,7,,,14,4,2,,1.581,78.333,82.411,32,63d15bdba3ed809e5df7bd5b,"{""startTime"":1678921290486,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921234411,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921140012,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":21676,""label"":""hovered"",""timeHovered"":2680,""week"":""2022-01-03""}]}","{""startTime"":1678921218119,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7846,""label"":""hovered"",""timeHovered"":4959,""week"":""2021-08-23""}]}",0,simple,line -2023-03-15 18:50:10,2023-03-15 19:06:24,0,68.13.252.70,100,973,1,2023-03-15 19:06:25,R_22A1OFcJ0DKnYVW,,,,,36.3701,-95.8469,anonymous,EN,1,115.699,115.699,117.815,1,1,4,2,20.786,22.182,24.049,2,0,0,15.018,0,97,97,67,26.297,42.633,45.161,4,25.338,47.457,49.184,3,1,-2,31.209,63.442,69.491,2,1,1,54.681,87.643,89.365,4,-1,54.257,60.145,61.315,3,0,0,15.023,0,5,5,6,6,6,6,,11.836,33.684,38.584,6,5,6,6,5,4,6,"It is a clearly represented graph showing number of cases in vaccinated versus unvaccinated people per 100K. It is not ambiguous, it's very clear cut in presenting the data.",3.3,3.3,61.256,1,5,"On the previous question, it asked about the number of 80 year olds in late Dec 2022, but the chart only shows Jan and Feb of 2022. I answered I don't know, even though I assume the question might have meant late 2021?",1.797,63.333,64.61,2,2,7,3,4,1,5,6,0,0,35.635,0,2,4,4,4,3,7,9,9,,6.595,27.66,29.932,8,3,2,2,3,3,4,13.845,42.327,43.296,7,2,1,7.412,17.696,22.103,3,2,1974,Oklahoma,3,1,1,,7,,,11,4,1,purdueliz@gmail.com,5.244,120.027,120.925,33,6159fe7811a7e1b94401c33f,"{""startTime"":1678920973675,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921012715,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678920838661,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":9855,""label"":""hovered"",""timeHovered"":11284,""week"":""2022-01-03""},{""time"":34131,""label"":""hovered"",""timeHovered"":1263,""week"":""2021-12-27""},{""time"":35997,""label"":""hovered"",""timeHovered"":4241,""week"":""2021-10-25""},{""time"":40614,""label"":""hovered"",""timeHovered"":2270,""week"":""2022-02-07""}]}","{""startTime"":1678920958165,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":3985,""label"":""hovered"",""timeHovered"":2736,""week"":""2022-01-03""},{""time"":9068,""label"":""hovered"",""timeHovered"":1291,""week"":""2021-07-12""}]}",1,simple,line -2023-03-15 18:59:10,2023-03-15 19:07:16,0,67.190.176.100,100,485,1,2023-03-15 19:07:16,R_2VPGmYrxVtW241k,,,,,39.872,-105.0405,anonymous,EN,1,3.219,3.219,3.984,1,1,3,2,1.846,4.235,4.883,2,8.637,10.23,15.007,2,93,90,89,8.664,12.69,13.575,3,4.839,5.943,7.575,2,1,-1,11.564,17.446,18.032,2,-2,-1,18.443,42.809,43.646,2,1,18.42,18.42,30.124,1,0,0,15.01,0,5,4,4,5,5,4,,7.128,17.803,19.612,6,4,4,4,3,4,4,"I do not disagree, therefore, I slightly agree because I don't if this graph is accurate (but have a feeling it's more accurate than anti-vaxxors)",4.506,5.419,38.586,2,2,,10.4,10.4,12.053,1,2,7,3,4,1,5,6,30.172,47.465,57.693,4,2,1,3,1,1,2,4,3,,6.784,23.463,24.417,9,3,3,2,3,4,3,3.186,36.466,37.378,7,3,2,4.717,12.752,13.479,2,1,1990,Colorado,3,2,1,,2,,,10,4,2,,1.728,87.265,87.91,62,61645d805d7b358ed3e052a6,"{""startTime"":1678921325288,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921267950,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921200583,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921252509,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line -2023-03-15 18:54:35,2023-03-15 19:08:34,0,98.28.242.133,100,838,1,2023-03-15 19:08:34,R_2zMhUR8qtUxsBqc,,,,,39.3434,-84.4009,anonymous,EN,1,23.517,25.488,26.241,3,,,,,,,,0,0,15.113,0,78,82,29,30.006,46.534,47.276,8,8.76,144.195,146.467,18,1,1,14.284,62.401,63.524,7,-2,1,15.279,104.317,105.229,8,1,31.842,74.308,75.462,6,0,0,15.009,0,5,5,5,5,6,5,,21.258,34.332,37.872,8,5,5,5,1,1,5,Broken down what each one is also colors and dates,5.019,5.019,20.638,1,4,,7.677,9.473,10.799,2,2,7,3,4,1,5,6,14.123,29.4,30.219,3,6,9,9,9,6,10,10,10,,8.172,25.333,26.563,10,1,1,3,4,2,1,11.66,37.929,38.585,8,4,,9.195,12.362,13.276,3,2,1978,Ohio,2,2,1,,9,,Westchester,7,2,1,j_tweety69@yahoo.com,3.972,87.315,88.083,24,5cb7d17ddd3aff0017d13821,"{""startTime"":1678921271819,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921213696,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678920975238,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":79337,""label"":""cleared_brush"",""using"":""click""},{""time"":80307,""label"":""started_brush"",""startDate"":""2021-06-08"",""endDate"":""2021-08-17""},{""time"":96737,""label"":""moved_brush"",""startDate"":""2021-05-17"",""endDate"":""2021-07-26""},{""time"":111691,""label"":""moved_brush"",""startDate"":""2021-05-17"",""endDate"":""2021-07-26""},{""time"":121242,""label"":""moved_brush"",""startDate"":""2021-06-19"",""endDate"":""2021-08-28""},{""time"":126478,""label"":""cleared_brush"",""using"":""click""},{""time"":126480,""label"":""cleared_brush"",""using"":""Escape""},{""time"":129586,""label"":""started_brush"",""startDate"":""2021-06-30"",""endDate"":""2021-08-27""}]}","{""startTime"":1678921198184,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line -2023-03-15 19:00:24,2023-03-15 19:08:39,0,97.121.136.116,100,494,1,2023-03-15 19:08:39,R_1qUFFXW4eKeFTuu,,,,,38.8503,-104.8567,anonymous,EN,1,2.829,2.829,3.832,1,1,4,1,3.085,5.968,7.048,2,0,0,15.011,0,86,91,61,6.582,12.733,13.562,3,12.519,16.102,25.917,2,1,1,27.16,39.46,44.126,2,-1,-3,5.397,66.22,67.183,7,-1,56.221,56.221,57.285,1,0,0,15.114,0,5,2,5,5,5,5,,8.513,21.163,21.605,7,2,5,5,5,4,5,"The visualization is based on data from the CDC, which tends to have accurate information.",1.523,1.523,22.626,1,5,,6.353,7.22,8.602,2,2,7,3,4,1,5,6,0,0,15.797,0,5,8,3,8,7,4,10,9,,9.109,26.827,30.361,8,4,4,2,2,4,4,5.411,23.865,24.824,6,2,1,1.769,11.653,13.8,2,2,1998,Colorado,6,3,1,,7,,,6,4,1,aprilgetz1998@gmail.com,4.034,54.09,65.138,19,61007138183fbe1c96ac250e,"{""startTime"":1678921387317,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921409570,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921277375,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":7510,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1183,""week"":""52"",""id"":""chart""},{""time"":12510,""label"":""tour_next"",""step"":2},{""time"":16093,""label"":""tour_end"",""step"":2},{""time"":19783,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3248,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678921371528,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":3273,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1659,""week"":""52"",""id"":""chart""},{""time"":7088,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1204,""week"":""20"",""id"":""chart""}]}",1,moderate,bar -2023-03-15 18:55:18,2023-03-15 19:09:28,0,75.81.138.211,100,849,1,2023-03-15 19:09:29,R_1FPxFtIesGC3l8p,,,,,39.1027,-94.5778,anonymous,EN,1,77.126,77.126,78.177,1,1,2,1,1.567,5.019,6.041,2,0,0,15.008,0,63,86,68,32.203,40.82,42.448,4,11.72,19.041,54.384,2,1,1,11.349,65.122,66.818,4,-1,1,20.995,55.865,56.926,2,1,105.286,105.286,106.563,1,0,0,15.011,0,3,3,4,4,5,4,,7.4,29.634,33.398,7,4,4,4,3,3,4,"I remember there being flar ups in the time after the Vaccine was rolled out, but I can't remember specifics. Even now, flare ups especially in large cities are rather common. ",10.871,93.849,95.613,3,2,,7.365,7.365,9.345,1,2,7,3,4,1,5,6,16.18,22.905,27.748,2,2,2,2,2,4,6,4,6,,7.784,34.418,36.085,9,2,3,3,4,3,3,13.97,35.489,37.298,8,2,2,3.485,9.428,12.115,2,1,1997,Missouri,4,1,1,,3,,,9,4,2,,2.247,103.454,107.799,35,628ecc32276d54517f4c004d,"{""startTime"":1678921207178,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921241018,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":4158,""label"":""hovered"",""timeHovered"":1018,""week"":""2021-12-20""},{""time"":6061,""label"":""hovered"",""timeHovered"":3234,""week"":""2021-11-22""}]}","{""startTime"":1678921069918,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":28139,""label"":""hovered"",""timeHovered"":4606,""week"":""2021-04-12""},{""time"":44571,""label"":""hovered"",""timeHovered"":6645,""week"":""2022-01-03""}]}","{""startTime"":1678921191725,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":13544,""label"":""hovered"",""timeHovered"":1809,""week"":""2022-01-03""}]}",1,simple,line -2023-03-15 18:58:06,2023-03-15 19:09:39,0,136.57.156.40,100,693,1,2023-03-15 19:09:40,R_1ocosnuw5X3tjWm,,,,,35.2316,-80.8428,anonymous,EN,1,9.879,9.879,11.895,1,,,,,,,,0,0,15.01,0,91,87,58,6.916,23.071,30.239,4,25.394,101.82,105.627,16,1,1,15.027,25.492,27.995,2,1,1,49.19,60.096,62.455,2,-1,19.958,19.958,21.647,1,0,0,15.014,0,5,3,7,5,2,5,,20.268,34.102,37.326,7,4,6,5,7,5,5,It comes from the Croatian government and I have no reason to believe they would misrepresent this data.,2.902,2.902,40.775,1,4,,6.35,6.35,8.581,1,2,7,3,4,1,5,6,0,0,25.929,0,3,5,7,5,8,5,11,11,,6.601,28.179,30.668,9,4,4,1,1,4,5,9.582,26.118,27.565,7,2,,5.939,5.939,8.023,1,1,1968,North Carolina,7,3,1,,7,,,17,4,2,,1.262,119.252,124.717,25,61008174621af4fde89d5c7f,"{""startTime"":1678921414737,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":1086,""label"":""hovered"",""timeHovered"":5742,""week"":""2021-12-20""}]}","{""startTime"":1678921316392,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":10692,""label"":""started_brush"",""startDate"":""2021-07-27"",""endDate"":""2022-02-06""},{""time"":20011,""label"":""moved_brush"",""startDate"":""2021-08-02"",""endDate"":""2022-02-13""}]}","{""startTime"":1678921172321,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":9134,""label"":""hovered"",""timeHovered"":1150,""week"":""2021-09-06""},{""time"":16722,""label"":""hovered"",""timeHovered"":1178,""week"":""2021-08-23""},{""time"":22543,""label"":""hovered"",""timeHovered"":1909,""week"":""2021-12-06""},{""time"":66485,""label"":""cleared_brush"",""using"":""click""},{""time"":70843,""label"":""started_brush"",""startDate"":""2021-07-09"",""endDate"":""2021-09-26""},{""time"":79386,""label"":""moved_brush"",""startDate"":""2021-06-25"",""endDate"":""2021-09-12""},{""time"":92767,""label"":""moved_brush"",""startDate"":""2021-06-25"",""endDate"":""2021-09-12""},{""time"":93591,""label"":""cleared_brush"",""using"":""click""}]}","{""startTime"":1678921300798,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":11042,""label"":""hovered"",""timeHovered"":2120,""week"":""2022-01-17""}]}",0,complex,line -2023-03-15 19:01:20,2023-03-15 19:10:05,0,108.222.91.118,100,525,1,2023-03-15 19:10:06,R_2OV0ysUAzO5ncte,,,,,41.0413,-83.6461,anonymous,EN,1,27.654,27.654,29.205,1,,,,,,,,0,0,15.01,0,36,38,63,11.978,19.17,21.153,5,14.666,20.246,39.942,2,1,-2,12.772,36.2,37.059,3,1,1,31.55,43.746,44.912,2,-1,24.378,24.378,27.565,1,0,0,15.111,0,4,3,5,2,4,4,Not at this time.,6.37,20.425,23.815,7,4,4,2,7,1,4,"I have no frame of reference to know if the information is really true, but it appears to be specific and easy enough to understand I lean towards trusting it",2.004,2.004,55.305,1,5,Not at this time.,5.187,9.89,13.518,5,2,7,3,4,1,5,6,0,0,22.236,0,5,5,2,6,5,3,9,7,Not at this time.,5.867,21.896,25.793,9,5,5,2,1,5,5,12.451,32.093,33.203,6,1,,4.163,4.163,6.21,1,2,1994,Ohio,6,3,1,,7,,,10,4,2,,3.162,47.701,52.188,12,63161b57aa5e6c648c58692a,"{""startTime"":1678921446482,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921471048,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921352566,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":6904,""label"":""hovered"",""timeHovered"":1688,""week"":""2021-12-20""},{""time"":24507,""label"":""hovered"",""timeHovered"":1954,""week"":""2021-04-12""},{""time"":34531,""label"":""hovered"",""timeHovered"":1984,""week"":""2021-12-27""}]}","{""startTime"":1678921430888,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7852,""label"":""hovered"",""timeHovered"":1212,""week"":""2021-12-27""},{""time"":13547,""label"":""hovered"",""timeHovered"":1001,""week"":""2022-01-03""}]}",0,simple,line -2023-03-15 18:53:00,2023-03-15 19:10:11,0,73.16.24.228,100,1031,1,2023-03-15 19:10:12,R_3iyjxR2vaBdNEJd,,,,,43.8971,-69.9817,anonymous,EN,1,3.85,3.85,5.262,1,1,2,1,1.99,4.761,6.2,3,0,0,15.027,0,100,100,1,11.672,16.398,17.475,3,7.291,10.357,20.757,2,1,1,12.561,42.446,44.796,3,-3,1,103.946,118.775,120.724,2,-3,100.963,100.963,102.701,1,0,0,15.017,0,6,5,6,5,6,6,,331.108,460.558,464.433,9,5,6,4,5,5,6,"It seems pretty accurate, regarding most of the things that I know about the Covid pandemic.",1.717,1.717,24.368,1,2,,4.435,6.052,8.504,2,2,7,3,4,1,5,6,0,0,15.766,0,1,1,1,1,1,1,11,9,,3.414,15.536,17.46,10,5,5,1,1,5,5,2.341,23.437,25.183,7,1,1,3.032,8.116,10.562,2,2,1989,Rhode Island,5,2,1,,9,,Providence,6,4,1,chestnutmsmith@gmail.com,2.295,61.77,68.666,16,55132578fdf99b1b0568bdb8,"{""startTime"":1678920921761,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921387787,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678920838326,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678920905457,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":5206,""label"":""hovered"",""timeHovered"":1597,""week"":""2022-01-10""}]}",1,simple,line -2023-03-15 19:00:13,2023-03-15 19:10:36,0,35.129.105.145,100,623,1,2023-03-15 19:10:37,R_2ZDoeNGR6AsEAHN,,,,,33.8321,-118.1739,anonymous,EN,1,14.848,14.848,15.627,1,1,3,1,2.263,5.345,6.07,3,0,0,15.11,0,71,78,19,6.061,10.144,11.937,3,15.418,20.718,33.893,3,-2,1,15.114,57.862,59.39,6,-3,-3,45.285,104.667,105.443,4,-2,26.803,59.802,61.728,2,0,0,15.015,0,4,7,3,2,2,2,,9.06,25.093,26.801,6,4,2,2,3,7,2,"I am not quite sure how accurate the data reporting is, nor how severe the cases were (hospitalizations, etc)",1.71,30.443,42.187,2,4,,11.078,11.078,13.235,1,2,7,3,4,1,5,6,0,0,16.481,0,3,4,6,7,4,5,5,7,,5.245,26.344,28.187,9,4,3,2,2,4,2,6.36,27.059,28.085,6,4,4,2.508,7.324,8.554,2,2,1996,California,6,1,1,,7,,,6,3,1,claire.epting@gmail.com,1.935,75.757,80.3,25,5e7e89cc4fd114104a39fb88,"{""startTime"":1678921507090,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921428377,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921272650,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":11500,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1176,""week"":""50"",""id"":""chart""},{""time"":15416,""label"":""tour_next"",""step"":2},{""time"":19535,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678921412910,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":3340,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1471,""week"":""52"",""id"":""chart""},{""time"":4817,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1183,""week"":""52"",""id"":""chart""},{""time"":6060,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2472,""week"":""51"",""id"":""chart""},{""time"":10723,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1309,""week"":""50"",""id"":""chart""},{""time"":12189,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1160,""week"":""51"",""id"":""chart""}]}",1,moderate,bar -2023-03-15 19:03:32,2023-03-15 19:10:43,0,66.30.134.175,100,431,1,2023-03-15 19:10:44,R_agim7QzLTkd6FDb,,,,,41.9261,-71.3011,anonymous,EN,1,2.421,2.421,2.989,1,1,3,2,2.65,5.333,6.212,2,0,0,15.005,0,100,100,74,10.192,14.803,18.711,3,7.227,24.158,25.194,3,1,1,10.717,58.711,60.392,5,1,1,22.768,41.876,42.868,2,1,37.537,37.537,44.909,1,0,0,15.006,0,6,5,6,6,6,6,,7.722,33.366,35.101,10,3,6,6,3,3,6,The source is a trusted source.,3.282,3.282,19.842,1,4,,6.181,9.148,10,6,2,7,3,4,1,5,6,0,0,19.667,0,6,7,6,7,6,3,10,8,,4.364,17.243,18.663,9,3,3,2,3,3,3,2.545,15.386,16.239,9,2,3,1.607,12.053,13.834,3,1,1993,Massachusetts,2,2,1,,7,,,5,4,2,,1.618,33.121,33.984,13,5e156dbb19232db781789a8f,"{""startTime"":1678921564655,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921600152,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921463114,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921549233,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":12800,""label"":""hovered"",""timeHovered"":1047,""week"":""2021-09-13""}]}",1,simple,line -2023-03-15 19:00:24,2023-03-15 19:12:05,0,73.42.37.216,100,700,1,2023-03-15 19:12:06,R_p9SPtFtglrWQyS5,,,,,30.6922,-88.0425,anonymous,EN,1,18.126,18.126,20.284,1,1,2,2,2.875,7.875,9.953,2,0,0,15.008,0,87,58,62,25.645,32.557,34.214,4,3.637,46.932,55.672,8,1,1,48.267,81.807,83.536,3,-3,1,21.512,43.782,46.105,11,1,12.442,66.448,85.134,11,0,0,15.113,0,3,4,4,5,4,4,,9.442,45.039,49.476,6,4,4,4,3,4,4,If it's accurate,3.346,3.346,45.393,1,5,,6.44,7.687,9.652,3,2,7,3,4,1,5,6,0,0,18.806,0,5,4,4,5,6,7,9,8,,6.547,21.742,23.462,9,2,3,3,3,3,3,63.472,73.115,75.039,7,7,4,7.573,7.573,9.757,1,1,1983,Alabama,5,2,3,,2,,,11,1,1,javakas@gmail.com,1.128,47.021,53.756,24,5971640e7ec240000170cb69,"{""startTime"":1678921479003,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921529071,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921320703,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":21621,""label"":""started_brush"",""startDate"":""2021-06-30"",""endDate"":""2022-01-27""},{""time"":31400,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-08""},{""time"":37327,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-08""},{""time"":38399,""label"":""cleared_brush"",""using"":""click""},{""time"":50971,""label"":""started_brush"",""startDate"":""2021-06-01"",""endDate"":""2021-10-26""}]}","{""startTime"":1678921462551,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":8565,""label"":""started_brush"",""startDate"":""2021-07-23"",""endDate"":""2022-02-13""},{""time"":12970,""label"":""moved_brush"",""startDate"":""2021-07-23"",""endDate"":""2022-02-13""}]}",1,complex,line -2023-03-15 18:55:13,2023-03-15 19:12:13,0,99.19.75.100,100,1020,1,2023-03-15 19:12:14,R_33eZGeFfolZmlcw,,,,,34.8775,-92.2265,anonymous,EN,1,28.551,28.551,29.975,1,,,,,,,,0,0,15.111,0,53,14,75,16.233,60.568,61.858,5,2.667,20.538,35.503,3,-2,-3,48.621,93.768,99.284,2,-1,1,133.049,149.633,150.932,2,1,107.501,107.501,109.393,1,0,0,15.111,0,5,3,4,5,4,5,,19.598,23.656,26.101,6,3,4,2,5,4,5,It seems to be an accurate infograph,10.859,47.637,56.856,2,4,,4.437,4.437,6.565,1,1,2,6,7,4,3,5,0,0,29.468,0,3,2,6,3,6,4,11,11,,3.635,19.306,20.882,8,5,2,3,4,4,3,35.403,47.886,49.374,6,4,,7.803,7.803,9.375,1,2,2003,Arkansas,2,2,1,,10,,,6,3,1,teelidi3@gmail.com,1.704,139.575,152.79,20,5e2cd786dc63ca2ff798a0ca,"{""startTime"":1678921406198,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921237301,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921033008,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":2459,""label"":""hovered"",""timeHovered"":1413,""week"":""2022-01-10""},{""time"":9843,""label"":""hovered"",""timeHovered"":2465,""week"":""2021-05-03""}]}","{""startTime"":1678921221321,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,line -2023-03-15 19:03:15,2023-03-15 19:12:27,0,66.56.14.60,100,551,1,2023-03-15 19:12:27,R_3My9Se6gK1Mqb4A,,,,,33.7657,-84.2951,anonymous,EN,1,1.221,5.241,7.203,9,1,4,2,2.15,4.84,5.883,4,2.531,2.531,15.025,1,96,98,88,1.526,14.261,14.844,11,2.389,122.795,123.401,42,-3,1,1.244,41.062,42.701,15,-3,1,0.979,44.283,44.602,25,-3,9.61,43.653,44.598,7,1.403,6.126,15.016,4,5,5,5,5,5,5,,6.357,21.7,22.906,13,6,5,4,4,2,5,"It is from a reputable source the CDC. Also, it is just well presented and looks scientific which makes me trust it more.",2.046,3.303,29.771,2,3,,2.166,7.971,9.705,3,2,7,3,4,1,5,6,5.35,18.502,19.609,5,4,4,3,5,6,6,10,8,,4.799,21.262,22.204,16,4,4,2,2,4,4,7.459,27.158,28.014,15,3,3,2.306,8.105,11.106,8,1,2004,Georgia,3,3,1,,9,,Decatur,13,3,1,declan.bolch@gmail.com,1.935,48.621,49.792,43,5e9f766e2535380e106a8c6b,"{""startTime"":1678921638266,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921662126,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921451525,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":72,""label"":""tour_started""},{""time"":10240,""label"":""tour_next"",""step"":5},{""time"":17744,""label"":""cleared_brush"",""using"":""Click""},{""time"":18932,""label"":""tour_back"",""step"":5},{""time"":23364,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2540,""week"":""47"",""id"":""chart""},{""time"":27475,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1476,""week"":""52"",""id"":""chart""},{""time"":33385,""label"":""tour_next"",""step"":5},{""time"":36685,""label"":""cleared_brush"",""using"":""Click""},{""time"":41326,""label"":""cleared_brush"",""using"":""Click""},{""time"":43444,""label"":""cleared_brush"",""using"":""Click""},{""time"":44187,""label"":""cleared_brush"",""using"":""Click""},{""time"":46341,""label"":""cleared_brush"",""using"":""Click""},{""time"":54030,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-04-13""},{""time"":60630,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-04-11""},{""time"":81009,""label"":""tour_back"",""step"":5},{""time"":83587,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":2542,""week"":""14"",""id"":""chart""},{""time"":89279,""label"":""tour_next"",""step"":5},{""time"":95037,""label"":""cleared_brush"",""using"":""Click""},{""time"":99695,""label"":""started_brush"",""startDate"":""2021-09-06"",""endDate"":""2021-11-15""},{""time"":101268,""label"":""tour_next"",""step"":5},{""time"":107404,""label"":""moved_brush"",""startDate"":""2021-08-13"",""endDate"":""2021-10-22""},{""time"":109013,""label"":""tour_next"",""step"":5},{""time"":115509,""label"":""cleared_brush"",""using"":""Click""},{""time"":115510,""label"":""cleared_brush"",""using"":""Escape""},{""time"":117088,""label"":""tour_next"",""step"":5},{""time"":119559,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678921622200,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar -2023-03-15 18:53:34,2023-03-15 19:12:44,0,71.255.232.45,100,1150,1,2023-03-15 19:12:45,R_3DiNz275Scwop4f,,,,,38.894,-77.0365,anonymous,EN,1,169.633,169.633,170.89,1,,,,,,,,0,0,15.11,0,71,89,63,5.858,21.291,22.665,5,15.643,230.357,248.352,19,1,1,7.173,47.322,80.864,3,1,1,33.246,89.238,103.596,2,1,8.986,94.118,117.941,3,0,0,15.11,0,3,3,3,3,7,3,None,12.697,19.056,48.398,7,7,3,7,7,7,3,I didn't think that the information provided when you hovered over the visualization matched the legend on the side.,1.28,1.28,34.903,1,4,,2.809,8.009,9.582,8,2,7,3,4,1,5,6,0,0,13.006,0,6,6,6,6,6,5,9,9,,2.545,11.961,13.338,9,3,4,2,2,4,4,2.362,8.811,9.686,6,1,,1.654,1.654,3.593,1,1,1993,California,6,3,1,,7,,,12,4,1,rachdangabriel@gmail.com,1.46,63.314,71.725,26,587418895c17910001ea4e75,"{""startTime"":1678921596430,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":1719,""label"":""hovered"",""timeHovered"":1231,""week"":""2022-01-24""},{""time"":3230,""label"":""hovered"",""timeHovered"":18353,""week"":""2022-02-07""},{""time"":22285,""label"":""hovered"",""timeHovered"":9401,""week"":""2021-12-27""},{""time"":31926,""label"":""hovered"",""timeHovered"":3756,""week"":""2021-12-27""},{""time"":37393,""label"":""hovered"",""timeHovered"":1393,""week"":""2021-12-27""}]}","{""startTime"":1678921457208,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":3509,""label"":""hovered"",""timeHovered"":6181,""week"":""2021-12-27""},{""time"":19195,""label"":""hovered"",""timeHovered"":1109,""week"":""2021-12-27""},{""time"":20390,""label"":""hovered"",""timeHovered"":11153,""week"":""2021-12-27""},{""time"":33293,""label"":""hovered"",""timeHovered"":30497,""week"":""2021-12-27""},{""time"":64873,""label"":""hovered"",""timeHovered"":1311,""week"":""2022-01-03""},{""time"":66490,""label"":""hovered"",""timeHovered"":2182,""week"":""2022-02-07""},{""time"":68960,""label"":""hovered"",""timeHovered"":7012,""week"":""2022-01-24""},{""time"":77477,""label"":""cleared_brush"",""using"":""click""},{""time"":78730,""label"":""started_brush"",""startDate"":""2021-05-06"",""endDate"":""2021-07-11""},{""time"":79363,""label"":""hovered"",""timeHovered"":4808,""week"":""2021-06-21""}]}","{""startTime"":1678921074001,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":1190,""label"":""hovered"",""timeHovered"":1396,""week"":""2021-08-16""},{""time"":10858,""label"":""hovered"",""timeHovered"":1911,""week"":""2022-01-03""},{""time"":166519,""label"":""started_brush"",""startDate"":""2021-05-12"",""endDate"":""2021-08-14""},{""time"":172387,""label"":""moved_brush"",""startDate"":""2021-05-12"",""endDate"":""2021-08-14""},{""time"":174339,""label"":""moved_brush"",""startDate"":""2021-06-16"",""endDate"":""2021-08-14""},{""time"":182622,""label"":""cleared_brush"",""using"":""click""},{""time"":201559,""label"":""cleared_brush"",""using"":""click""},{""time"":204637,""label"":""started_brush"",""startDate"":""2021-06-30"",""endDate"":""2021-11-09""},{""time"":209904,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-09""},{""time"":212954,""label"":""moved_brush"",""startDate"":""2021-07-15"",""endDate"":""2022-02-13""},{""time"":219004,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-13""},{""time"":224153,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-13""},{""time"":226271,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-13""},{""time"":228254,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-13""},{""time"":228537,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-13""},{""time"":228837,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-13""},{""time"":230920,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-13""},{""time"":232154,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-10-18""},{""time"":235274,""label"":""moved_brush"",""startDate"":""2021-09-14"",""endDate"":""2021-10-18""},{""time"":237486,""label"":""moved_brush"",""startDate"":""2021-09-14"",""endDate"":""2022-01-22""},{""time"":239601,""label"":""moved_brush"",""startDate"":""2021-10-06"",""endDate"":""2022-02-13""},{""time"":244477,""label"":""moved_brush"",""startDate"":""2021-12-14"",""endDate"":""2022-02-13""}]}","{""startTime"":1678921441634,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":2782,""label"":""hovered"",""timeHovered"":1468,""week"":""2021-11-08""},{""time"":4849,""label"":""hovered"",""timeHovered"":2234,""week"":""2022-01-03""}]}",0,complex,line -2023-03-15 18:58:58,2023-03-15 19:12:45,0,24.89.18.3,100,826,1,2023-03-15 19:12:45,R_1QzHKaGOMGSFQW3,,,,,39.6343,-77.7337,anonymous,EN,1,8.179,8.179,9.865,1,,,,,,,,0,0,15.116,0,93,86,36,26.062,47.888,49.007,3,30.267,38.875,106.468,2,1,-3,19.423,35.227,36.931,2,-1,1,77.232,101.24,103.498,2,1,54.609,54.609,58.855,1,0,0,15.111,0,5,5,7,4,5,5,,13.067,35.706,40.597,6,4,4,4,5,3,5,The source of the data is the Department of Agriculture and the graphic is put together well showing all the variation in data.,5.613,5.613,57.158,1,5,,7.286,7.286,9.553,1,2,7,3,4,1,5,6,0,0,22.587,0,1,5,8,9,4,7,11,10,,6.636,27.478,31.181,8,4,4,1,2,4,4,23.201,49.728,51.877,6,4,,7.163,7.163,9.666,1,1,1962,Maryland,4,2,1,,8,Hagerstown,,6,4,2,,4.054,130.612,143.582,18,5ee526f3eca1a22601d187f4,"{""startTime"":1678921448887,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921489967,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921222798,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":23362,""label"":""hovered"",""timeHovered"":2283,""week"":""2022-01-03""},{""time"":41137,""label"":""hovered"",""timeHovered"":1333,""week"":""2021-08-23""},{""time"":44808,""label"":""hovered"",""timeHovered"":22275,""week"":""2021-10-25""},{""time"":73255,""label"":""hovered"",""timeHovered"":12082,""week"":""2022-01-10""}]}","{""startTime"":1678921433440,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,line -2023-03-15 18:58:09,2023-03-15 19:13:11,0,98.58.190.99,100,901,1,2023-03-15 19:13:11,R_1K7lIBrO2rVyLEU,,,,,26.6598,-80.2429,anonymous,EN,1,3.114,3.114,4.063,1,,,,,,,,0,0,15.112,0,80,97,75,38.179,47.794,49.699,9,58.955,185.086,193.014,11,1,-3,26.773,70.574,71.52,2,1,1,48.555,69.355,77.436,2,1,62.098,62.098,63.034,1,0,0,15.311,0,4,4,3,5,6,4,Very interesting study.,14.162,38.002,56.814,7,5,6,5,2,7,4,The graph and its' interactivity seem top be well-done. I slightly agree that the information is possibly valid.,10.186,10.186,68.707,1,5,Very interesting study.,4.25,8.769,16.309,6,2,7,3,4,1,5,6,0,0,28.907,0,4,4,9,7,5,7,10,9,Interesting study.,6.717,28.397,34.367,11,3,2,2,2,4,3,11.215,34.552,35.506,6,3,,10.487,10.487,11.303,1,1,1986,Florida,4,2,1,,9,,West Palm Beach,13,4,1,skatr581@yahoo.com,0.979,49.485,52.688,17,5f8b066742a6381ddae03d75,"{""startTime"":1678921586027,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921436501,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921163680,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":2371,""label"":""hovered"",""timeHovered"":3225,""week"":""2021-08-02""},{""time"":21632,""label"":""hovered"",""timeHovered"":13398,""week"":""2021-10-11""},{""time"":44103,""label"":""hovered"",""timeHovered"":3025,""week"":""2021-10-04""},{""time"":50805,""label"":""hovered"",""timeHovered"":1191,""week"":""2021-04-12""},{""time"":53392,""label"":""hovered"",""timeHovered"":1365,""week"":""2021-04-19""},{""time"":105026,""label"":""started_brush"",""startDate"":""2021-11-21"",""endDate"":""2022-01-22""},{""time"":106345,""label"":""moved_brush"",""startDate"":""2021-11-21"",""endDate"":""2022-02-13""},{""time"":116448,""label"":""moved_brush"",""startDate"":""2021-11-21"",""endDate"":""2022-02-13""},{""time"":118515,""label"":""moved_brush"",""startDate"":""2022-01-02"",""endDate"":""2022-02-13""},{""time"":151743,""label"":""cleared_brush"",""using"":""click""},{""time"":153647,""label"":""started_brush"",""startDate"":""2021-11-13"",""endDate"":""2021-12-04""},{""time"":153915,""label"":""started_brush"",""startDate"":""2022-01-15"",""endDate"":""2022-01-17""},{""time"":174723,""label"":""started_brush"",""startDate"":""2021-07-10"",""endDate"":""2021-09-28""},{""time"":175136,""label"":""cleared_brush"",""using"":""click""},{""time"":176398,""label"":""started_brush"",""startDate"":""2021-12-27"",""endDate"":""2021-12-28""},{""time"":176867,""label"":""cleared_brush"",""using"":""click""},{""time"":177390,""label"":""cleared_brush"",""using"":""click""},{""time"":177877,""label"":""cleared_brush"",""using"":""click""},{""time"":180898,""label"":""started_brush"",""startDate"":""2021-07-27"",""endDate"":""2022-01-14""},{""time"":183369,""label"":""moved_brush"",""startDate"":""2021-07-27"",""endDate"":""2021-12-15""}]}","{""startTime"":1678921420798,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line -2023-03-15 19:02:57,2023-03-15 19:13:35,0,96.232.169.173,100,638,1,2023-03-15 19:13:36,R_1Fbnp4hUNpDtnpW,,,,,40.7429,-73.9392,anonymous,EN,1,4.684,4.684,6.025,1,,,,,,,,0,0,15.115,0,78,22,58,11.571,16.665,18.421,3,9.402,48.265,53.432,5,1,1,25.816,39.516,41.601,2,-3,1,27.348,48.258,49.683,3,1,59.529,59.529,61.066,1,0,0,15.025,0,3,7,3,1,2,3,,28.066,43.264,46.147,6,7,2,4,3,7,2,"If I don't understand what I am looking at, as a layperson, then I won't trust that I am being presented with an argument which is easy to prove (because there would be mountains of data to choose from).",2.451,2.451,62.225,1,2,,5.626,8.551,10.763,4,2,7,3,4,1,5,6,0,0,25.348,0,1,2,8,8,3,6,2,4,,7.557,24.466,26.342,8,1,5,1,2,4,4,11.175,28.604,29.559,6,6,,5.979,6.603,8,2,1,1966,New York,6,1,1,,7,,,12,4,2,,2.362,109.002,114.463,21,5adf6ea7f6b58c0001fa8404,"{""startTime"":1678921557582,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":12109,""label"":""hovered"",""timeHovered"":2907,""week"":""2022-01-24""}]}","{""startTime"":1678921604194,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921426184,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":29195,""label"":""started_brush"",""startDate"":""2021-06-26"",""endDate"":""2021-07-25""},{""time"":35609,""label"":""moved_brush"",""startDate"":""2021-06-26"",""endDate"":""2021-10-21""},{""time"":42995,""label"":""cleared_brush"",""using"":""click""},{""time"":43004,""label"":""cleared_brush"",""using"":""Escape""}]}","{""startTime"":1678921541840,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":9165,""label"":""hovered"",""timeHovered"":1043,""week"":""2021-12-27""}]}",0,complex,line -2023-03-15 18:59:17,2023-03-15 19:13:37,0,98.32.251.195,100,860,1,2023-03-15 19:13:37,R_ahJNT1D0ZeY7sJz,,,,,41.9025,-87.6726,anonymous,EN,1,2.481,2.481,3.503,1,1,3,1,2.305,6.731,7.59,2,0,0,15.125,0,100,97,55,11.677,32.098,33.246,5,7.669,30.129,32.76,5,-1,-1,12.389,34.101,35.365,3,-1,1,12.183,42.993,44.209,4,-1,7.488,8.632,10.128,2,0,0,16.942,0,6,3,6,3,6,6,,13.337,34.841,37.773,10,3,4,4,3,3,6,it's from a reliable source,2.981,2.981,11.999,1,3,,420.985,420.985,423.666,1,2,7,3,4,1,5,6,0,0,20.36,0,3,4,9,3,2,7,11,11,,7.937,32.203,34.005,11,1,3,3,3,3,3,3.411,14.61,16.262,7,2,4,2.029,7.485,8.804,2,2,1993,Illinois,6,2,2,,4,,,8,4,2,,1.639,45.704,49.962,13,60fccc2c096c38cc9ad63ff3,"{""startTime"":1678921315020,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921353463,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":10699,""label"":""hovered"",""timeHovered"":2329,""week"":""2021-12-27""}]}","{""startTime"":1678921226913,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921296247,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line -2023-03-15 18:55:55,2023-03-15 19:13:45,0,75.204.90.229,100,1070,1,2023-03-15 19:13:45,R_2AHylKmhS4OKdBj,,,,,33.3874,-112.0998,anonymous,EN,1,16.49,33.535,35.097,2,,,,,,,,0,0,15.007,0,87,91,58,11.621,24.491,26.25,5,30.016,60.133,73.094,3,1,1,36.422,93.101,97.043,2,1,1,45.701,102.337,112.864,4,1,66.607,66.607,68.865,1,0,0,15.021,0,4,4,4,3,6,5,,11.025,59.981,62.552,7,4,5,5,7,2,5,I thought the visualization was nicely laid out with the hover option to get even more accurate results. The source of the visualization was shown clearly in the bottom left corner.,3.64,114.477,116.335,6,4,,8.197,8.687,12.888,2,2,7,3,4,1,5,6,0,0,42.972,0,5,5,9,8,4,4,8,9,,8.556,27.675,31.219,8,2,3,2,3,3,2,11.975,38.513,40.664,6,4,,4.054,4.054,6.839,1,2,1963,Arizona,5,1,1,,7,,,6,2,2,,2.5,196.63,212.36,43,5da4152a3ab39a0011295a3e,"{""startTime"":1678921231183,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921294722,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":153,""label"":""hovered"",""timeHovered"":11836,""week"":""2022-02-07""}]}","{""startTime"":1678921043803,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7829,""label"":""hovered"",""timeHovered"":1131,""week"":""2021-10-25""},{""time"":41196,""label"":""hovered"",""timeHovered"":1601,""week"":""2021-08-30""},{""time"":44262,""label"":""hovered"",""timeHovered"":2699,""week"":""2022-01-03""},{""time"":68313,""label"":""hovered"",""timeHovered"":1077,""week"":""2022-01-03""}]}","{""startTime"":1678921215278,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,line -2023-03-15 18:57:20,2023-03-15 19:14:02,0,150.195.114.81,100,1001,1,2023-03-15 19:14:03,R_1OlUJ59irANm3PB,,,,,41.1499,-85.2057,anonymous,EN,1,40.026,40.026,41.76,1,1,2,2,2.239,5.939,7.359,2,0,0,15.125,0,66,35,60,7.111,16.617,23.8,4,29.768,147.972,167.111,16,-2,1,35.47,71.917,73.98,2,-2,1,41.976,86.427,88.347,2,1,41.831,93.192,95.252,3,7.673,7.673,15.013,1,3,4,3,5,6,3,,13.106,43.324,49.191,8,3,5,5,1,7,3,I do not know enough about all the information to know if I can trust it. I have seen a lot of false information out there,5.512,5.512,46.975,1,3,,9.365,9.365,12.488,1,2,7,3,4,1,5,6,0,0,33.072,0,4,6,8,5,2,5,8,9,,6.256,25.506,27.7,8,1,1,2,2,3,1,10.462,32.069,33.463,6,4,2,9.946,21.356,24.604,2,1,1955,Ohio,2,2,1,,7,,,5,4,2,,4.091,159.547,169.655,18,6130cdbb53f773b3125576a7,"{""startTime"":1678921428806,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921478356,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":8592,""label"":""started_brush"",""startDate"":""2021-06-28"",""endDate"":""2021-08-23""}]}","{""startTime"":1678921150309,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":58230,""label"":""started_brush"",""startDate"":""2021-05-27"",""endDate"":""2021-12-11""},{""time"":69015,""label"":""moved_brush"",""startDate"":""2021-05-27"",""endDate"":""2021-10-09""},{""time"":72629,""label"":""moved_brush"",""startDate"":""2021-09-01"",""endDate"":""2022-01-13""},{""time"":75314,""label"":""moved_brush"",""startDate"":""2021-09-01"",""endDate"":""2021-12-08""},{""time"":77216,""label"":""moved_brush"",""startDate"":""2021-09-04"",""endDate"":""2021-12-12""},{""time"":91803,""label"":""cleared_brush"",""using"":""click""},{""time"":91804,""label"":""cleared_brush"",""using"":""Escape""},{""time"":115563,""label"":""started_brush"",""startDate"":""2021-05-24"",""endDate"":""2021-09-26""},{""time"":119882,""label"":""hovered"",""timeHovered"":1181,""week"":""2021-06-28""},{""time"":126950,""label"":""moved_brush"",""startDate"":""2021-09-26"",""endDate"":""2021-12-07""},{""time"":137043,""label"":""hovered"",""timeHovered"":2654,""week"":""2021-11-15""},{""time"":152105,""label"":""moved_brush"",""startDate"":""2021-09-26"",""endDate"":""2021-11-18""},{""time"":154801,""label"":""hovered"",""timeHovered"":1304,""week"":""2021-11-01""},{""time"":156950,""label"":""hovered"",""timeHovered"":1060,""week"":""2021-11-08""},{""time"":162316,""label"":""moved_brush"",""startDate"":""2021-10-30"",""endDate"":""2021-12-22""},{""time"":165883,""label"":""moved_brush"",""startDate"":""2021-10-30"",""endDate"":""2021-12-01""}]}","{""startTime"":1678921413422,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":2842,""label"":""hovered"",""timeHovered"":1184,""week"":""2022-01-03""},{""time"":4145,""label"":""hovered"",""timeHovered"":2431,""week"":""2021-12-20""},{""time"":11857,""label"":""started_brush"",""startDate"":""2021-07-06"",""endDate"":""2022-01-06""}]}",1,complex,line -2023-03-15 19:03:06,2023-03-15 19:14:34,0,97.86.199.78,100,687,1,2023-03-15 19:14:35,R_2dgrcKqhiLcyivt,,,,,38.9458,-90.2049,anonymous,EN,1,16.172,17.419,18.066,3,,,,,,,,0,0,16.172,0,80,80,100,24.855,32.867,34.31,3,14.828,21.702,25.226,4,1,-2,27.743,43.885,52.102,2,1,1,19.77,136.735,138.356,3,-1,43.896,83.499,87.553,2,0,0,16.708,0,3,3,3,3,3,3,,10.323,18.864,19.188,8,6,6,6,1,1,6,"Assuming the data in the visualization is real and valid, I see no reason to trust it as it includes all relevant datapoints relating to the data.",2.748,2.748,36.849,1,4,,5.201,8.357,9.206,4,2,7,3,4,1,5,6,0,0,20.128,0,4,2,4,4,4,6,5,8,,7.634,48.044,48.465,14,5,5,1,1,5,5,2.535,32.937,33.645,11,6,,9.078,9.078,10.471,1,1,2000,Illinois,1,2,1,,7,,,1,4,2,,3.692,66.529,67.545,14,5d613f02b9233e0018f9450b,"{""startTime"":1678921707332,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921648898,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921466044,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":22532,""label"":""hovered"",""timeHovered"":1079,""week"":""2021-10-25""}]}","{""startTime"":1678921630651,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":15693,""label"":""hovered"",""timeHovered"":1737,""week"":""2021-12-13""}]}",0,moderate,line -2023-03-15 19:03:42,2023-03-15 19:14:48,0,73.237.167.201,100,665,1,2023-03-15 19:14:48,R_6SGyRYJROUuxvSp,,,,,33.9372,-84.0791,anonymous,EN,1,5.257,8.754,10.201,2,,,,,,,,0,0,15.119,0,96,89,50,14.973,42.887,43.79,9,8.445,11.958,16.993,2,1,-1,14.083,47.141,48.118,3,-2,1,31.715,44.954,46.165,2,-1,25.283,25.283,26.829,1,0,0,15.016,0,5,5,5,5,5,5,,12.67,19.975,23.824,6,5,5,5,5,5,5,to trust visualization is to see the outcome not ness the process,2.763,11.359,73.879,2,4,,4.974,4.974,6.433,1,,,,,,,,0,0,10.368,0,5,2,2,2,3,4,10,6,,6.185,19.228,20.643,8,3,3,3,3,3,3,7.943,11.037,12.102,6,1,,1.314,1.314,3.105,1,2,1963,Georgia,6,3,1,,7,,,11,5,2,,1.317,242.428,245.549,31,610ec37ea0648de28b37fb83,"{""startTime"":1678921677131,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921582353,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921502736,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921566798,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,line -2023-03-15 19:04:51,2023-03-15 19:15:34,0,98.49.213.177,100,642,1,2023-03-15 19:15:34,R_234aD0kUhCVeCbE,,,,,40.296,-75.9894,anonymous,EN,1,4.426,4.426,5.751,1,2,,1,2.788,2.788,4.001,1,0,0,15.114,0,81,83,47,23.197,32.556,33.28,4,16.762,23.676,29.713,2,1,1,18.733,62.594,64.498,3,1,-3,45.522,89.766,90.902,2,-3,29.595,29.595,31.991,1,0,0,15.007,0,4,3,3,4,4,3,,16.255,30.285,34.185,6,3,4,3,3,3,3,"I am unsure that this accurately displays the real data. ",7.429,35.022,36.224,3,3,,4.376,7.393,11.075,3,2,7,3,4,1,5,6,0,0,20.212,0,4,6,5,6,5,2,7,7,,8.14,26.468,30.067,11,4,4,1,2,4,4,7.811,29.075,30.189,7,2,2,2.043,9.163,10.801,2,2,1961,Pennsylvania,2,2,1,,7,,,4,4,1,crypticceltic@gmail.com,2.137,118.562,124.006,23,62dea723c6db0370fd6c8229,"{""startTime"":1678921699791,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921734378,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921562392,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":9972,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5116,""week"":""2"",""id"":""chart""},{""time"":16750,""label"":""tour_next"",""step"":2},{""time"":23664,""label"":""tour_end"",""step"":2},{""time"":25402,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1469,""week"":""46"",""id"":""chart""}]}","{""startTime"":1678921683842,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":10392,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3729,""week"":""51"",""id"":""chart""}]}",1,moderate,bar -2023-03-15 18:56:18,2023-03-15 19:15:37,0,75.68.153.88,100,1158,1,2023-03-15 19:15:38,R_125StEF1XJfKV2T,,,,,44.8098,-73.0918,anonymous,EN,1,6.669,12.411,13.394,3,1,4,1,2.556,9.327,10.996,3,0,0,15.106,0,98,100,53,0.435,21.182,22.493,7,7.059,142.286,143.344,17,1,1,6.253,90.871,91.743,13,1,1,1.977,426.744,427.648,8,1,21.842,30.926,31.96,4,12.127,13.479,15.115,2,3,3,3,6,6,3,,8.708,23.766,25.267,8,2,6,5,7,3,3,"Until I research the data presented and learn about the methods used to gather that data, I cannot say that I trust or distrust it. I still have questions.",2.438,2.438,53.015,1,5,,7.42,10.828,12.452,4,2,7,3,4,1,5,6,10.956,22.468,23.398,2,3,3,3,7,6,4,11,10,,3.935,24.869,26.31,10,3,5,1,2,5,4,4.764,26.358,27.928,9,2,1,3.37,15.333,16.088,4,2,1966,Vermont,7,3,1,,7,,,13,4,2,,2.573,144.22,145.731,42,60fe14fa6b07c0db08b74436,"{""startTime"":1678921332745,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921244999,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":2857,""label"":""started_brush"",""startDate"":""2021-09-05"",""endDate"":""2021-12-26""}]}","{""startTime"":1678921053374,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":7620,""label"":""hovered"",""timeHovered"":5349,""week"":""2022-01-10""},{""time"":13820,""label"":""hovered"",""timeHovered"":1266,""week"":""2021-12-20""},{""time"":18420,""label"":""hovered"",""timeHovered"":15918,""week"":""2022-01-17""},{""time"":45156,""label"":""hovered"",""timeHovered"":6634,""week"":""2022-01-10""},{""time"":84696,""label"":""cleared_brush"",""using"":""click""},{""time"":94924,""label"":""started_brush"",""startDate"":""2021-06-17"",""endDate"":""2022-01-07""},{""time"":105904,""label"":""moved_brush"",""startDate"":""2021-07-19"",""endDate"":""2022-02-07""},{""time"":119458,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-10-31""},{""time"":123320,""label"":""moved_brush"",""startDate"":""2021-07-24"",""endDate"":""2022-02-13""},{""time"":128542,""label"":""moved_brush"",""startDate"":""2021-06-28"",""endDate"":""2022-01-17""},{""time"":129913,""label"":""cleared_brush"",""using"":""click""},{""time"":129915,""label"":""cleared_brush"",""using"":""Escape""}]}","{""startTime"":1678921229459,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":6951,""label"":""hovered"",""timeHovered"":1082,""week"":""2021-12-20""}]}",1,complex,line -2023-03-15 19:03:27,2023-03-15 19:16:06,0,172.56.92.222,100,759,1,2023-03-15 19:16:07,R_RDZKW3zBXYbPxSh,,,,,29.3959,-98.4761,anonymous,EN,1,12.138,12.138,13.626,1,,,,,,,,0,0,15.007,0,98,94,55,10.42,17.164,18.704,3,22.227,48.22,77.277,3,-2,-3,44.622,70.949,72.771,2,1,-3,20.612,139.092,140.465,5,-1,32.002,32.002,33.522,1,0,0,15.01,0,3,3,2,2,3,2,I guess it can be easy to understand if you go by the numbers themselves and not by the color scheme.,8.427,37.795,65.451,8,3,7,3,1,7,2,I could not tell if the numbers were all supposed to start at zero (the very bottom) or from where one color ended (blue) so it was not easy to understand because of that one reason.,6.816,7.783,61.592,2,3,Trying to tell the numbers apart in some charts was not easy.,6.572,9.275,30.854,2,2,7,3,4,1,5,6,0,0,17.584,0,4,2,1,3,2,4,2,4,I am very bias to not trusting the system/,4.814,26.334,46.021,10,5,3,1,2,3,5,7.032,28.112,29.315,9,5,,9.6,9.6,11.286,1,1,1981,Texas,4,2,1,,4,,,6,2,1,anothergonzo462o@gmail.com,2.364,53.875,55.944,12,566c7564d408ea000519c678,"{""startTime"":1678921782121,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921697759,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921463288,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":5027,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1116,""week"":""1"",""id"":""chart""},{""time"":7161,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1316,""week"":""1"",""id"":""chart""},{""time"":13961,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2100,""week"":""52"",""id"":""chart""},{""time"":16095,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1116,""week"":""51"",""id"":""chart""},{""time"":18011,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1033,""week"":""3"",""id"":""chart""},{""time"":28213,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1699,""week"":""2"",""id"":""chart""},{""time"":31813,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1033,""week"":""3"",""id"":""chart""},{""time"":33047,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2033,""week"":""49"",""id"":""chart""},{""time"":38340,""label"":""tour_next"",""step"":2},{""time"":48212,""label"":""tour_end"",""step"":2},{""time"":48617,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2467,""week"":""1"",""id"":""chart""},{""time"":55779,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1353,""week"":""51"",""id"":""chart""},{""time"":57159,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1469,""week"":""52"",""id"":""chart""},{""time"":69633,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1131,""week"":""41"",""id"":""chart""},{""time"":72063,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1645,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678921682252,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":1781,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1935,""week"":""40"",""id"":""chart""},{""time"":4597,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2354,""week"":""1"",""id"":""chart""},{""time"":7921,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3831,""week"":""2"",""id"":""chart""},{""time"":11753,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3206,""week"":""2"",""id"":""chart""}]}",0,moderate,bar -2023-03-15 19:04:43,2023-03-15 19:18:18,0,73.110.74.211,100,814,1,2023-03-15 19:18:19,R_8didFSEiDLiJIOt,,,,,41.85,-87.7165,anonymous,EN,1,3.599,4.32,6.551,2,1,2,2,6.241,20.038,20.997,2,0,0,15.014,0,76,68,82,3.315,16.379,18.273,12,2.267,128.23,129.505,54,-2,1,22.987,96.824,97.671,7,1,-3,49.882,193.607,194.302,13,1,1.626,43.446,44.2,6,1.812,1.812,15.007,1,2,5,6,5,5,4,,2.655,11.617,19.258,9,4,2,5,6,5,6,"The visualization is detailed, organized and seems accurate",2.008,36.628,37.388,2,3,,2.647,6.449,7.498,2,2,7,3,4,1,5,6,0,0,13.428,0,5,9,8,8,5,5,9,5,,1.328,13.653,15.085,9,4,2,4,4,4,4,3.139,20.885,21.718,8,5,3,1.751,42.401,43.379,3,2,1991,Illinois,3,2,1,,7,,,5,3,2,,1.492,72.536,73.378,23,5a2add709408dc00016f57d3,"{""startTime"":1678921806723,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921757466,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921567225,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":27,""label"":""tour_started""},{""time"":4627,""label"":""tour_next"",""step"":5},{""time"":35912,""label"":""tour_back"",""step"":5},{""time"":38913,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1365,""week"":""52"",""id"":""chart""},{""time"":57210,""label"":""tour_next"",""step"":5},{""time"":62375,""label"":""tour_back"",""step"":5},{""time"":80901,""label"":""tour_next"",""step"":5},{""time"":83583,""label"":""started_brush"",""startDate"":""2021-07-05"",""endDate"":""2021-12-04""},{""time"":85893,""label"":""tour_next"",""step"":5},{""time"":89143,""label"":""moved_brush"",""startDate"":""2021-09-07"",""endDate"":""2022-02-07""},{""time"":90478,""label"":""tour_next"",""step"":5},{""time"":95162,""label"":""started_brush"",""startDate"":""2021-05-09"",""endDate"":""2021-08-15""},{""time"":97090,""label"":""started_brush"",""startDate"":""2021-09-02"",""endDate"":""2021-09-24""},{""time"":99045,""label"":""started_brush"",""startDate"":""2021-07-29"",""endDate"":""2021-08-10""},{""time"":121399,""label"":""cleared_brush"",""using"":""Click""},{""time"":122326,""label"":""started_brush"",""startDate"":""2021-05-23"",""endDate"":""2021-06-27""},{""time"":124699,""label"":""tour_next"",""step"":5},{""time"":128223,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678921742039,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar -2023-03-15 19:03:42,2023-03-15 19:19:18,0,47.135.18.234,100,936,1,2023-03-15 19:19:19,R_2OPz8CaQPY2kTPZ,,,,,35.7532,-81.3264,anonymous,EN,1,4.158,4.158,5.017,1,,,,,,,,0,0,15.019,0,99,8,49,14.897,21.121,23.503,3,35.841,154.09,156.315,35,1,1,14.385,22.694,28.662,2,-2,-3,21.429,39.714,46.059,2,1,11.551,60.06,63.812,3,0,0,15.112,0,3,5,3,5,6,3,very interesting and engaging! thank you!,0.362,40.076,59.828,8,5,5,3,3,3,5,because its a well presented graph chart with specific entities related to other specidied entities,3.206,3.206,47.177,1,1,n/a,6.467,9.65,15.679,4,2,7,3,4,1,5,6,0,0,13.53,0,2,2,4,5,2,5,4,6,n/a,4.6,22.885,27.198,10,3,3,2,3,4,3,5.179,16.534,17.936,6,6,,2.576,2.576,3.709,1,1,1982,North Carolina,3,1,1,,7,,,10,2,1,calebpsaxe123@yahoo.com,1.298,77.241,83.283,18,5bc8897f462bdb0001a61426,"{""startTime"":1678921968239,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678922059431,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921730522,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":57326,""label"":""cleared_brush"",""using"":""click""},{""time"":62497,""label"":""started_brush"",""startDate"":""2021-08-11"",""endDate"":""2021-08-28""},{""time"":63408,""label"":""started_brush"",""startDate"":""2021-06-12"",""endDate"":""2021-09-09""},{""time"":66761,""label"":""started_brush"",""startDate"":""2021-04-27"",""endDate"":""2021-12-02""},{""time"":75024,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-16""},{""time"":76103,""label"":""moved_brush"",""startDate"":""2021-05-29"",""endDate"":""2022-01-03""},{""time"":77192,""label"":""moved_brush"",""startDate"":""2021-06-27"",""endDate"":""2022-02-02""},{""time"":78076,""label"":""moved_brush"",""startDate"":""2021-04-28"",""endDate"":""2021-12-04""},{""time"":79745,""label"":""moved_brush"",""startDate"":""2021-04-28"",""endDate"":""2021-09-28""},{""time"":80421,""label"":""moved_brush"",""startDate"":""2021-05-27"",""endDate"":""2021-10-26""},{""time"":96781,""label"":""moved_brush"",""startDate"":""2021-05-27"",""endDate"":""2021-10-26""},{""time"":108488,""label"":""cleared_brush"",""using"":""click""},{""time"":108490,""label"":""cleared_brush"",""using"":""Escape""},{""time"":123010,""label"":""hovered"",""timeHovered"":3305,""week"":""2021-11-15""},{""time"":131316,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-04-15""},{""time"":134036,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-04-15""},{""time"":135092,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-04-15""},{""time"":138511,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-09""},{""time"":143200,""label"":""moved_brush"",""startDate"":""2021-04-23"",""endDate"":""2021-11-22""},{""time"":146033,""label"":""moved_brush"",""startDate"":""2021-04-23"",""endDate"":""2021-08-12""},{""time"":155387,""label"":""moved_brush"",""startDate"":""2021-06-19"",""endDate"":""2021-10-08""}]}","{""startTime"":1678921952419,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":1067,""label"":""hovered"",""timeHovered"":6584,""week"":""2021-08-09""},{""time"":9408,""label"":""started_brush"",""startDate"":""2021-06-10"",""endDate"":""2021-08-31""},{""time"":9901,""label"":""started_brush"",""startDate"":""2021-10-08"",""endDate"":""2021-10-19""},{""time"":10828,""label"":""started_brush"",""startDate"":""2021-07-23"",""endDate"":""2021-09-02""},{""time"":13729,""label"":""moved_brush"",""startDate"":""2021-12-27"",""endDate"":""2022-02-05""},{""time"":14667,""label"":""moved_brush"",""startDate"":""2022-01-03"",""endDate"":""2022-02-13""}]}",0,complex,line -2023-03-15 19:02:28,2023-03-15 19:20:58,0,98.177.0.188,100,1109,1,2023-03-15 19:20:58,R_2wvLJiObaN9s9hD,,,,,33.3124,-111.9195,anonymous,EN,1,66.637,66.637,70.205,1,,,,,,,,0,0,15.015,0,61,100,71,59.92,90.361,94.224,5,66.137,75.755,117.908,2,1,1,44.868,65.349,69.091,2,-3,-3,47.922,90.177,101.712,2,-3,66.592,66.592,69.66,1,0,0,15.013,0,3,3,3,5,5,2,,23.092,50.324,66.416,6,4,5,5,7,7,5,"The instructions included to assume that I trust the data, and this is the way scientific data is often presented. ",5.351,30.088,84.031,2,5,,12.794,18.794,23.128,2,2,7,3,4,1,5,6,0,0,26.553,0,2,2,8,4,2,4,8,8,,13.775,46.515,58.749,8,4,4,1,1,4,4,19.329,67.456,69.685,6,3,,14.174,14.174,18.046,1,2,1970,Arizona,7,1,1,,7,,,17,4,2,,5.044,91.603,100.885,13,639241f806b3758a1b3c1de3,"{""startTime"":1678921788850,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921855646,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921553147,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":27301,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3817,""week"":""32"",""id"":""chart""},{""time"":31119,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1083,""week"":""32"",""id"":""chart""},{""time"":32293,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2060,""week"":""33"",""id"":""chart""},{""time"":34506,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2480,""week"":""34"",""id"":""chart""},{""time"":37120,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1949,""week"":""35"",""id"":""chart""},{""time"":41053,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3268,""week"":""50"",""id"":""chart""},{""time"":44430,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1542,""week"":""49"",""id"":""chart""},{""time"":46010,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1597,""week"":""50"",""id"":""chart""},{""time"":49624,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2299,""week"":""51"",""id"":""chart""},{""time"":52025,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1249,""week"":""52"",""id"":""chart""},{""time"":53281,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2976,""week"":""52"",""id"":""chart""},{""time"":56308,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2183,""week"":""1"",""id"":""chart""},{""time"":58776,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4282,""week"":""2"",""id"":""chart""},{""time"":66132,""label"":""tour_next"",""step"":2},{""time"":75750,""label"":""tour_end"",""step"":2},{""time"":87357,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2506,""week"":""51"",""id"":""chart""},{""time"":89956,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3158,""week"":""52"",""id"":""chart""},{""time"":93228,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1738,""week"":""51"",""id"":""chart""},{""time"":95043,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2556,""week"":""52"",""id"":""chart""},{""time"":97640,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2393,""week"":""1"",""id"":""chart""},{""time"":100169,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2448,""week"":""2"",""id"":""chart""},{""time"":102827,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2424,""week"":""3"",""id"":""chart""},{""time"":106194,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4292,""week"":""4"",""id"":""chart""},{""time"":110777,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2259,""week"":""5"",""id"":""chart""},{""time"":113289,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1431,""week"":""6"",""id"":""chart""}]}","{""startTime"":1678921773431,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,bar -2023-03-15 19:02:02,2023-03-15 19:24:02,0,172.58.222.218,100,1320,1,2023-03-15 19:24:03,R_1gdbHKiLByTfhGX,,,,,42.364,-71.0265,anonymous,EN,1,100.184,105.384,106.156,6,,,,,,,,0,0,15.181,0,99,81,79,11.365,18.72,20.701,4,18.486,35.76,51.727,3,1,1,90.856,103.114,105.095,2,-3,-3,96.001,123.376,125.292,2,1,101.834,101.834,103.3,1,0,0,15.076,0,5,5,5,5,5,5,,36.662,142.952,145.825,9,4,5,3,7,7,5,"it seems to come from a credible source ",0.429,0.429,26.724,1,2,,28.365,30.901,33.116,2,2,7,3,4,1,5,6,35.863,36.87,40.456,2,6,7,8,8,8,7,9,9,,4.887,20.829,21.472,13,3,3,1,2,3,3,17.213,30.554,31.448,8,4,,12.005,13.019,13.818,2,2,1982,Maine,2,2,1,,7,,,4,4,1,chapmanstacy26@yahoo.com,1.015,110.092,110.892,43,62728c148af5805feea46dc8,"{""startTime"":1678921690574,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":30923},{""label"":""window_focused"",""time"":36733}]}","{""startTime"":1678921840275,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_focused"",""time"":100088},{""label"":""window_focused"",""time"":100089}]}","{""startTime"":1678921512612,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":53,""label"":""tour_started""},{""time"":27960,""label"":""tour_next"",""step"":2},{""time"":35688,""label"":""tour_end"",""step"":2},{""time"":36518,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2858,""week"":""1"",""id"":""chart2""}]}","{""startTime"":1678921673276,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":6260,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2570,""week"":""50"",""id"":""chart""},{""time"":9181,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1616,""week"":""2"",""id"":""chart2""}]}",0,simple,bar -2023-03-15 19:03:32,2023-03-15 19:25:39,0,98.22.149.113,100,1326,1,2023-03-15 19:25:40,R_2XmU8lr5Y6TYs8N,,,,,36.0432,-95.8072,anonymous,EN,1,5.6,142.98,144.52,2,1,4,2,9.984,14.933,16.49,3,0,0,15.13,0,89,100,67,2.106,36.667,38.863,6,34.946,145.194,157.343,9,1,1,5.417,113.719,116.278,12,-1,1,1.711,108.644,110.617,6,1,4.597,45.339,64.302,3,6.809,6.809,15.127,1,5,5,5,5,4,5,,2.269,48.721,51.029,9,5,5,5,2,7,5,I believe that the covid rate increases in those not vaccinated.,4.508,4.508,46.705,1,5,,2.601,37.651,40.065,5,2,7,3,4,1,5,6,18.778,32.238,34.949,2,6,8,10,10,10,10,10,10,,6.781,40.48,42.659,12,2,4,3,2,1,4,30.462,80.799,82.614,8,2,1,0.466,22.853,25.241,5,2,1967,Oklahoma,2,2,1,,7,,,1,3,1,drlucky03@sbcglobal.net,5.304,195.426,206.488,47,5d4252914733ca0018ff29d7,"{""startTime"":1678922011768,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921894694,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921653274,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":12636,""label"":""hovered"",""timeHovered"":19672,""week"":""2022-01-10""},{""time"":81099,""label"":""cleared_brush"",""using"":""click""},{""time"":89433,""label"":""started_brush"",""startDate"":""2021-11-07"",""endDate"":""2022-01-04""},{""time"":109305,""label"":""moved_brush"",""startDate"":""2021-10-04"",""endDate"":""2022-01-04""},{""time"":121129,""label"":""cleared_brush"",""using"":""click""},{""time"":121135,""label"":""cleared_brush"",""using"":""Escape""},{""time"":153449,""label"":""hovered"",""timeHovered"":1468,""week"":""2022-01-10""}]}","{""startTime"":1678921878359,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line -2023-03-15 19:04:10,2023-03-15 19:30:20,0,97.119.221.20,100,1569,1,2023-03-15 19:30:21,R_5AelWusKc3X3hJv,,,,,41.2093,-96.0548,anonymous,EN,1,14.051,14.051,16.487,1,1,4,1,18.542,20.849,23.199,2,0,0,15.037,0,96,94,43,52.242,63.55,66.369,4,15.3,23.595,98.654,2,1,-2,17.184,137.842,139.866,8,1,1,20.223,144.038,146.61,8,1,36.426,36.426,38.243,1,0,0,15.055,0,6,6,6,5,5,6,,5.954,19.059,22.246,6,4,6,5,4,5,5,The data falls right where I expect it to be.,3.321,3.321,39.085,1,3,,6.582,12.844,15.35,2,2,7,3,4,1,5,6,0,0,32.893,0,7,9,9,9,10,8,11,10,,8.724,38.746,41.054,9,3,3,4,4,2,2,8.754,39.264,41.548,8,1,1,2.736,12.773,15.136,2,1,1962,Nebraska,6,3,1,,9,,Omaha,16,4,1,griz13@gmail.com,4.528,407.806,476.142,37,5ee6f91291a7f3467cd37704,"{""startTime"":1678921949664,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921850571,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":2065,""label"":""hovered"",""timeHovered"":1617,""week"":""2021-12-27""},{""time"":6054,""label"":""hovered"",""timeHovered"":1443,""week"":""2022-01-17""},{""time"":10385,""label"":""hovered"",""timeHovered"":1562,""week"":""2022-01-17""},{""time"":16444,""label"":""hovered"",""timeHovered"":8044,""week"":""2022-01-17""},{""time"":25452,""label"":""hovered"",""timeHovered"":1214,""week"":""2022-01-17""},{""time"":27735,""label"":""hovered"",""timeHovered"":1651,""week"":""2022-01-17""},{""time"":30470,""label"":""hovered"",""timeHovered"":1348,""week"":""2022-01-17""},{""time"":32613,""label"":""hovered"",""timeHovered"":1475,""week"":""2022-01-17""}]}","{""startTime"":1678921588871,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":31661,""label"":""hovered"",""timeHovered"":1475,""week"":""2021-06-21""}]}","{""startTime"":1678921835203,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":10844,""label"":""hovered"",""timeHovered"":1889,""week"":""2022-01-10""}]}",1,moderate,line -2023-03-15 18:59:16,2023-03-15 19:34:44,0,108.175.29.210,100,2128,1,2023-03-15 19:34:44,R_1dhIfEOjQEMo8NP,,,,,29.6626,-94.5945,anonymous,EN,1,12.21,12.21,13.21,1,,,,,,,,0,0,15.008,0,75,55,38,10.415,44.193,46.03,5,34.258,462.504,463.945,7,1,1,17.46,26.208,49.988,2,-2,1,48.947,320.671,327.502,2,1,185.611,186.895,187.501,2,0,0,15.109,0,3,3,4,3,3,3,,15.134,31.8,34.49,10,2,3,3,7,3,3,I would like to compare it more.,9.41,24.471,27.463,2,2,,2.908,7.036,9.037,5,2,7,3,4,1,5,6,0,0,40.341,0,3,3,8,6,4,6,6,6,,5.028,28.244,30.662,9,3,3,3,3,3,3,6.726,62.842,63.646,6,6,,5.116,5.116,7.473,1,2,1991,Texas,1,2,1,,7,,,16,2,1,rachelesther.wood18@gmail.com,2.383,361.304,365.617,25,5e8d44819163b611f62d706c,"{""startTime"":1678922102326,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678922137705,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921290353,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":4671,""label"":""hovered"",""timeHovered"":1541,""week"":""2022-01-03""},{""time"":7146,""label"":""hovered"",""timeHovered"":2217,""week"":""2022-01-03""}]}","{""startTime"":1678922086417,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,line -2023-03-15 18:49:19,2023-03-15 19:37:42,0,66.182.122.89,100,2903,1,2023-03-15 19:37:43,R_POL25rAkSiSqMF3,,,,,33.0073,-111.9324,anonymous,EN,1,10.203,10.203,11.259,1,1,2,1,1.529,3.483,5.354,2,1.846,2.535,15.106,2,85,14,0,24.088,35.224,36.593,3,6.94,101.177,107.573,12,1,-3,26.958,45.433,46.901,2,-2,1,395.875,413.148,415.466,2,-3,65.557,93.656,95.394,8,6.914,9.367,15.01,4,4,4,5,2,2,4,,405.075,443.532,445.502,7,5,1,7,5,5,5,"The information portrayed is something I have seen outside of this graph, I have observed it in my day to day",23.526,23.526,49.632,1,3,,4.145,6.27,8.596,5,2,7,3,4,1,5,6,0,0,23.947,0,1,1,1,1,1,1,10,9,,6.278,18.135,21.097,8,4,5,1,2,4,2,6.822,24.434,25.812,7,2,1,5.701,20.895,23.173,2,2,2000,Arizona,3,1,1,,9,,black and hispanic,4,4,1,kaileighcrosby00@gmail.com,3.455,87.937,90.89,35,6103217486fd393d9efbba25,"{""startTime"":1678920861785,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921309582,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678920642522,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":31046,""label"":""started_brush"",""startDate"":""2021-06-05"",""endDate"":""2022-02-13""},{""time"":38472,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-12-20""},{""time"":43877,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-12-20""},{""time"":45231,""label"":""moved_brush"",""startDate"":""2021-06-03"",""endDate"":""2022-02-11""},{""time"":48824,""label"":""moved_brush"",""startDate"":""2021-06-05"",""endDate"":""2022-02-13""},{""time"":49548,""label"":""moved_brush"",""startDate"":""2021-06-05"",""endDate"":""2022-02-13""},{""time"":52231,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-05-05""},{""time"":54889,""label"":""cleared_brush"",""using"":""click""},{""time"":54892,""label"":""cleared_brush"",""using"":""Escape""},{""time"":66942,""label"":""hovered"",""timeHovered"":1369,""week"":""2022-01-03""},{""time"":89418,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-06-06""},{""time"":103378,""label"":""started_brush"",""startDate"":""2021-11-04"",""endDate"":""2022-02-13""}]}","{""startTime"":1678920846322,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":10777,""label"":""started_brush"",""startDate"":""2021-06-25"",""endDate"":""2022-02-13""}]}",1,complex,line -2023-03-15 19:01:40,2023-03-15 19:43:05,0,72.128.87.107,100,2484,1,2023-03-15 19:43:06,R_2cvLiTj12HaXwCE,,,,,43.2189,-88.1165,anonymous,EN,1,960.737,961.362,961.628,2,1,2,1,3.218,3.87,4.641,2,0,0,15.122,0,69,83,90,2.384,15.399,16.376,7,1.873,7.509,12.424,5,1,1,3.097,56.959,58.902,27,1,1,0.582,30.383,30.595,11,-3,15.541,17.375,19.667,3,0,0,15.008,0,4,4,3,5,4,4,,9.884,16.972,18.273,11,4,4,4,4,4,3,I'm just not sure if any of the data in the graph is factual.,1.069,35.83,36.491,9,3,,2.185,3.238,3.516,2,2,7,3,4,1,5,6,7.265,9.276,10.989,6,2,3,2,3,3,2,9,8,,2.421,16.166,17.902,14,4,4,2,1,4,4,1.481,9.123,9.7,10,1,4,0.799,3.34,4.87,5,1,2003,Wisconsin,3,3,1,,7,,,4,3,1,jgoetz236@gmail.com,1.024,29.705,34.435,17,63181446b17ea16a213403c9,"{""startTime"":1678923576355,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678923595131,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678923489081,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678923560988,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":5369,""label"":""hovered"",""timeHovered"":1462,""week"":""2022-01-03""},{""time"":8144,""label"":""hovered"",""timeHovered"":1199,""week"":""2021-12-27""}]}",1,simple,line -2023-03-15 18:56:08,2023-03-15 19:43:13,0,107.198.56.226,100,2824,1,2023-03-15 19:43:13,R_1gFoTN07tuFpMWQ,,,,,32.9475,-96.4407,anonymous,EN,1,8.056,290.229,292.604,35,1,3,2,22.339,88.845,90.309,6,0,0,15.209,0,67,39,64,109.296,172.845,174.268,6,8.71,95.954,100.855,13,-2,-1,41.351,67.905,71.083,5,1,1,76.755,160.887,163.078,7,-3,85.774,112.632,115.086,3,0,0,15.047,0,3,3,3,4,3,3,,58.571,78.097,89.521,6,3,3,3,2,2,3,"I neither agree nor disagree because the data is not entirely accurate, there were people who did not report having covid, which made it difficult to keep an accurate count.",18.764,377.896,380.883,7,4,,41.605,46.612,56.066,3,2,7,3,4,1,5,6,32.065,93.272,96.103,2,7,8,9,8,8,9,7,8,,10,90.029,94.147,12,2,4,3,3,4,2,62.844,145.427,148.96,9,6,2,36.823,66.776,79.14,3,1,1983,Florida,7,1,1,,7,,,8,2,2,,20.495,370.961,373.119,26,5dcccec0092079953154f997,"{""startTime"":1678922636261,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921957282,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921634808,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":42369,""label"":""hovered"",""timeHovered"":1915,""week"":""2021-12-06""},{""time"":50274,""label"":""hovered"",""timeHovered"":2149,""week"":""2021-04-19""}]}","{""startTime"":1678921939314,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6304,""label"":""hovered"",""timeHovered"":4410,""week"":""2021-07-26""},{""time"":14509,""label"":""hovered"",""timeHovered"":2457,""week"":""2021-12-27""}]}",1,moderate,line -2023-03-15 18:52:34,2023-03-15 19:52:51,0,99.106.197.215,100,3617,1,2023-03-15 19:52:52,R_1ezpAh9tBTZi7uu,,,,,32.691,-97.1918,anonymous,EN,1,2028.674,2028.674,2031.532,1,1,4,1,13.752,16.836,22.889,2,0,0,15.116,0,83,100,22,24.371,38.749,41.753,4,11.048,17.161,43.856,2,1,1,68.792,128.774,130.687,5,1,-3,84.699,202.997,205.156,3,-3,75.781,78.04,79.83,2,0,0,15.012,0,5,3,4,5,5,4,,0.706,38.693,46.618,12,4,5,3,5,5,5,it seems simple and straightforward,9.163,11.753,30.946,2,4,,21.615,34.35,39.898,2,2,7,3,4,1,5,6,44.704,46.415,66.329,2,1,1,2,2,3,1,9,8,,6.268,28.961,31.178,8,3,3,2,3,4,3,51.197,221.243,223.077,6,2,2,111.001,122.677,126.696,2,2,1970,Texas,2,3,1,,4,,,3,4,2,,23.455,312.99,335.522,17,60dc58e913fdfde86caccc77,"{""startTime"":1678923107464,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678923154618,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678922916118,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":11036,""label"":""tour_next"",""step"":2},{""time"":17149,""label"":""tour_end"",""step"":2},{""time"":19761,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3075,""week"":""52"",""id"":""chart2""},{""time"":27661,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2807,""week"":""52"",""id"":""chart""},{""time"":30682,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4437,""week"":""1"",""id"":""chart""}]}","{""startTime"":1678923091756,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar +By clicking “I agree” below you are indicating that you are at least 18 years old, have read this consent form, and agree to participate in this research study. Please print a copy of this page for your records.",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,Have you already received a Covid-19 vaccination?,How many doses of the Covid-19 vaccine did you receive?,Have you been verifiably infected with Covid-19?,Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,affect-science - Click to write Choice 1,affect-clarity - Click to write Choice 1,affect-aesthetic - Click to write Choice 1,Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,"How many weeks had higher unvaccinated Covid-19 case counts than the week of Dec 13, 2021?",What is the max number of case counts (per 100K) of vaccinated people who caught Covid-19?,Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,"By approximately how much did the number of cases in unvaccinated people increase from the week of December 13, 2021 to the week of December 20, 2021 (per 100K people)?","Approximately how many unvaccinated people caught Covid-19 (per 100K people) during the week of January 10, 2022?",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,"Among vaccinated people, which age group sees the largest increase in case count between November 2021 and January 2022?",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,Disregard the visualization for this question. To what extent do you agree or disagree with the following statements about the data used in the visualization above? - The data is accurate,Disregard the visualization for this question. To what extent do you agree or disagree with the following statements about the data used in the visualization above? - The data is complete and does not leave out important information,Disregard the visualization for this question. To what extent do you agree or disagree with the following statements about the data used in the visualization above? - The data is unbiased and trustworthy,Disregard the visualization for this question. To what extent do you agree or disagree with the following statements about the data used in the visualization above? - I understand the meaning of this data well,Disregard the visualization for this question. To what extent do you agree or disagree with the following statements about the data used in the visualization above? - The data source was clearly displayed,Disregard the visualization for this question. To what extent do you agree or disagree with the following statements about the data used in the visualization above? - I trust this data,"If you have any additional thoughts/comments, please enter them here.",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,Assume you trust the data used in the visualization. To what extent do you agree or disagree with the following statements about the visualization presented above? - The visualization transparently includes all important elements of the data,Assume you trust the data used in the visualization. To what extent do you agree or disagree with the following statements about the visualization presented above? - I find it easy to understand this visualization,Assume you trust the data used in the visualization. To what extent do you agree or disagree with the following statements about the visualization presented above? - I like this visualization,"Assume you trust the data used in the visualization. To what extent do you agree or disagree with the following statements about the visualization presented above? - I would likely share this visualization with my family, friends or on social media",Assume you trust the data used in the visualization. To what extent do you agree or disagree with the following statements about the visualization presented above? - I would likely use this visualization and its information in my daily life,Assume you trust the data used in the visualization. To what extent do you agree or disagree with the following statements about the visualization presented above? - I trust this visualization,"Tell us a bit more about why you [QID102-ChoiceGroup-SelectedAnswers-11] with the statement ""I trust this visualization"".",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,"Generally speaking, would you say that most people can be trusted or that you can't be too careful in dealing with people? - 2","If you have any additional thoughts/comments, please enter them here.",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,There are many important issues facing our country today. Research shows that issues people think are important can affect their views on other issues. We also want to know if you are paying attention. Please ignore the question and put “crime” in the top position and unemployment in the bottom position. Leave the rest of the issues in the same order. - Health care,There are many important issues facing our country today. Research shows that issues people think are important can affect their views on other issues. We also want to know if you are paying attention. Please ignore the question and put “crime” in the top position and unemployment in the bottom position. Leave the rest of the issues in the same order. - Unemployment,There are many important issues facing our country today. Research shows that issues people think are important can affect their views on other issues. We also want to know if you are paying attention. Please ignore the question and put “crime” in the top position and unemployment in the bottom position. Leave the rest of the issues in the same order. - The federal budget deficit,There are many important issues facing our country today. Research shows that issues people think are important can affect their views on other issues. We also want to know if you are paying attention. Please ignore the question and put “crime” in the top position and unemployment in the bottom position. Leave the rest of the issues in the same order. - The coronavirus pandemic,There are many important issues facing our country today. Research shows that issues people think are important can affect their views on other issues. We also want to know if you are paying attention. Please ignore the question and put “crime” in the top position and unemployment in the bottom position. Leave the rest of the issues in the same order. - Crime,There are many important issues facing our country today. Research shows that issues people think are important can affect their views on other issues. We also want to know if you are paying attention. Please ignore the question and put “crime” in the top position and unemployment in the bottom position. Leave the rest of the issues in the same order. - Education,There are many important issues facing our country today. Research shows that issues people think are important can affect their views on other issues. We also want to know if you are paying attention. Please ignore the question and put “crime” in the top position and unemployment in the bottom position. Leave the rest of the issues in the same order. - Relations with other countries,Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,"On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - Political parties","On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - The government","On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - The police","On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - The legal system","On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - The news media","On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - Business and industry","On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - Scientists/Science","On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - Doctors","If you have any additional thoughts/comments, please enter them here.",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,"The next questions will be about your motivation to engage in cognitive activity. For each sentence below, please select how uncharacteristic or characteristic (5-point scale) this is for you personally. - I would prefer complex to simple problems.","The next questions will be about your motivation to engage in cognitive activity. For each sentence below, please select how uncharacteristic or characteristic (5-point scale) this is for you personally. - I like to have the responsibility of handling a situation that requires a lot of thinking.","The next questions will be about your motivation to engage in cognitive activity. For each sentence below, please select how uncharacteristic or characteristic (5-point scale) this is for you personally. - Thinking is not my idea of fun.","The next questions will be about your motivation to engage in cognitive activity. For each sentence below, please select how uncharacteristic or characteristic (5-point scale) this is for you personally. - I would rather do something that requires little thought than something that is sure to challenge my thinking abilities.","The next questions will be about your motivation to engage in cognitive activity. For each sentence below, please select how uncharacteristic or characteristic (5-point scale) this is for you personally. - I really enjoy a task that involves coming up with new solutions to problems.","The next questions will be about your motivation to engage in cognitive activity. For each sentence below, please select how uncharacteristic or characteristic (5-point scale) this is for you personally. - I would prefer a task that is intellectual, difficult, and important to one that is somewhat important but does not require much thought.",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,Below is a seven-point scale on which the political views that people might hold are arranged from extremely liberal—point 1—to extremely conservative—point 7. Where would you place yourself on this scale?,"During the peak of the pandemic, how often did you actively seek information on Covid-19 from any sources including TV, newspapers, radios, online and social media, or personal conversations?",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,Lastly a few questions about socio-demographic characteristics. To which gender do you most identify?,In what year were you born? Please enter all four digits.,Text,What is the highest level of school you have completed or the highest degree you have received?,Have one or both of your parents completed a bachelor’s degree?,What language do you speak at home? - Selected Choice,"What language do you speak at home? - Other, please specify: - Text",Which of the following categories do you identify with? - Selected Choice,"Which of the following categories do you identify with? - Other race, ethnicity, or origin (please specify) - Text","Which of the following categories do you identify with? - Mixed race, ethnicity (please specify) - Text","In which of these groups did your total family income, from all sources, fall last year before taxes?",To what extent do you consider yourself a religious person?,Would you be interested in participating in a qualitative interview for this study? You would be paid $15 for about 30 minutes of your time. - Selected Choice,Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,PROLIFIC_PID,provenance-data,provenance-vis,provenance-tour,provenance-explore,isCovidData,complexity,chartType +"{""ImportId"":""startDate"",""timeZone"":""America/New_York""}","{""ImportId"":""endDate"",""timeZone"":""America/New_York""}","{""ImportId"":""status""}","{""ImportId"":""ipAddress""}","{""ImportId"":""progress""}","{""ImportId"":""duration""}","{""ImportId"":""finished""}","{""ImportId"":""recordedDate"",""timeZone"":""America/New_York""}","{""ImportId"":""_recordId""}","{""ImportId"":""recipientLastName""}","{""ImportId"":""recipientFirstName""}","{""ImportId"":""recipientEmail""}","{""ImportId"":""externalDataReference""}","{""ImportId"":""locationLatitude""}","{""ImportId"":""locationLongitude""}","{""ImportId"":""distributionChannel""}","{""ImportId"":""userLanguage""}","{""ImportId"":""QID182""}","{""ImportId"":""QID189_FIRST_CLICK""}","{""ImportId"":""QID189_LAST_CLICK""}","{""ImportId"":""QID189_PAGE_SUBMIT""}","{""ImportId"":""QID189_CLICK_COUNT""}","{""ImportId"":""QID4""}","{""ImportId"":""QID5""}","{""ImportId"":""QID6""}","{""ImportId"":""QID64_FIRST_CLICK""}","{""ImportId"":""QID64_LAST_CLICK""}","{""ImportId"":""QID64_PAGE_SUBMIT""}","{""ImportId"":""QID64_CLICK_COUNT""}","{""ImportId"":""QID191_FIRST_CLICK""}","{""ImportId"":""QID191_LAST_CLICK""}","{""ImportId"":""QID191_PAGE_SUBMIT""}","{""ImportId"":""QID191_CLICK_COUNT""}","{""ImportId"":""QID228_1""}","{""ImportId"":""QID230_1""}","{""ImportId"":""QID231_1""}","{""ImportId"":""QID209_FIRST_CLICK""}","{""ImportId"":""QID209_LAST_CLICK""}","{""ImportId"":""QID209_PAGE_SUBMIT""}","{""ImportId"":""QID209_CLICK_COUNT""}","{""ImportId"":""QID188_FIRST_CLICK""}","{""ImportId"":""QID188_LAST_CLICK""}","{""ImportId"":""QID188_PAGE_SUBMIT""}","{""ImportId"":""QID188_CLICK_COUNT""}","{""ImportId"":""QID245""}","{""ImportId"":""QID246""}","{""ImportId"":""QID247_FIRST_CLICK""}","{""ImportId"":""QID247_LAST_CLICK""}","{""ImportId"":""QID247_PAGE_SUBMIT""}","{""ImportId"":""QID247_CLICK_COUNT""}","{""ImportId"":""QID249""}","{""ImportId"":""QID250""}","{""ImportId"":""QID254_FIRST_CLICK""}","{""ImportId"":""QID254_LAST_CLICK""}","{""ImportId"":""QID254_PAGE_SUBMIT""}","{""ImportId"":""QID254_CLICK_COUNT""}","{""ImportId"":""QID253""}","{""ImportId"":""QID255_FIRST_CLICK""}","{""ImportId"":""QID255_LAST_CLICK""}","{""ImportId"":""QID255_PAGE_SUBMIT""}","{""ImportId"":""QID255_CLICK_COUNT""}","{""ImportId"":""QID223_FIRST_CLICK""}","{""ImportId"":""QID223_LAST_CLICK""}","{""ImportId"":""QID223_PAGE_SUBMIT""}","{""ImportId"":""QID223_CLICK_COUNT""}","{""ImportId"":""QID101_1""}","{""ImportId"":""QID101_2""}","{""ImportId"":""QID101_3""}","{""ImportId"":""QID101_4""}","{""ImportId"":""QID101_12""}","{""ImportId"":""QID101_15""}","{""ImportId"":""QID200_TEXT""}","{""ImportId"":""QID192_FIRST_CLICK""}","{""ImportId"":""QID192_LAST_CLICK""}","{""ImportId"":""QID192_PAGE_SUBMIT""}","{""ImportId"":""QID192_CLICK_COUNT""}","{""ImportId"":""QID102_6""}","{""ImportId"":""QID102_7""}","{""ImportId"":""QID102_8""}","{""ImportId"":""QID102_9""}","{""ImportId"":""QID102_10""}","{""ImportId"":""QID102_11""}","{""ImportId"":""QID117_TEXT""}","{""ImportId"":""QID78_FIRST_CLICK""}","{""ImportId"":""QID78_LAST_CLICK""}","{""ImportId"":""QID78_PAGE_SUBMIT""}","{""ImportId"":""QID78_CLICK_COUNT""}","{""ImportId"":""QID122_2""}","{""ImportId"":""QID203_TEXT""}","{""ImportId"":""QID199_FIRST_CLICK""}","{""ImportId"":""QID199_LAST_CLICK""}","{""ImportId"":""QID199_PAGE_SUBMIT""}","{""ImportId"":""QID199_CLICK_COUNT""}","{""ImportId"":""QID36_1""}","{""ImportId"":""QID36_2""}","{""ImportId"":""QID36_3""}","{""ImportId"":""QID36_4""}","{""ImportId"":""QID36_5""}","{""ImportId"":""QID36_6""}","{""ImportId"":""QID36_7""}","{""ImportId"":""QID65_FIRST_CLICK""}","{""ImportId"":""QID65_LAST_CLICK""}","{""ImportId"":""QID65_PAGE_SUBMIT""}","{""ImportId"":""QID65_CLICK_COUNT""}","{""ImportId"":""QID38_1""}","{""ImportId"":""QID38_2""}","{""ImportId"":""QID38_3""}","{""ImportId"":""QID38_4""}","{""ImportId"":""QID38_5""}","{""ImportId"":""QID38_6""}","{""ImportId"":""QID38_7""}","{""ImportId"":""QID38_8""}","{""ImportId"":""QID204_TEXT""}","{""ImportId"":""QID72_FIRST_CLICK""}","{""ImportId"":""QID72_LAST_CLICK""}","{""ImportId"":""QID72_PAGE_SUBMIT""}","{""ImportId"":""QID72_CLICK_COUNT""}","{""ImportId"":""QID39_1""}","{""ImportId"":""QID39_2""}","{""ImportId"":""QID39_3""}","{""ImportId"":""QID39_4""}","{""ImportId"":""QID39_5""}","{""ImportId"":""QID39_6""}","{""ImportId"":""QID73_FIRST_CLICK""}","{""ImportId"":""QID73_LAST_CLICK""}","{""ImportId"":""QID73_PAGE_SUBMIT""}","{""ImportId"":""QID73_CLICK_COUNT""}","{""ImportId"":""QID11""}","{""ImportId"":""QID13""}","{""ImportId"":""QID74_FIRST_CLICK""}","{""ImportId"":""QID74_LAST_CLICK""}","{""ImportId"":""QID74_PAGE_SUBMIT""}","{""ImportId"":""QID74_CLICK_COUNT""}","{""ImportId"":""QID14""}","{""ImportId"":""QID15_TEXT""}","{""ImportId"":""QID16_1""}","{""ImportId"":""QID17""}","{""ImportId"":""QID23""}","{""ImportId"":""QID27""}","{""ImportId"":""QID27_4_TEXT""}","{""ImportId"":""QID18""}","{""ImportId"":""QID18_8_TEXT""}","{""ImportId"":""QID18_9_TEXT""}","{""ImportId"":""QID19""}","{""ImportId"":""QID20""}","{""ImportId"":""QID25""}","{""ImportId"":""QID75_FIRST_CLICK""}","{""ImportId"":""QID75_LAST_CLICK""}","{""ImportId"":""QID75_PAGE_SUBMIT""}","{""ImportId"":""QID75_CLICK_COUNT""}","{""ImportId"":""PROLIFIC_PID""}","{""ImportId"":""provenance-data""}","{""ImportId"":""provenance-vis""}","{""ImportId"":""provenance-tour""}","{""ImportId"":""provenance-explore""}","{""ImportId"":""isCovidData""}","{""ImportId"":""complexity""}","{""ImportId"":""chartType""}" +2023-03-12 20:55:26,2023-03-12 20:59:13,0,72.140.211.54,100,227,1,2023-03-12 20:59:14,R_8rmBCqRevUJbRip,,,,,43.6859,-79.3974,anonymous,EN,1,3.541,3.541,4.591,1,,,,,,,,0,0,15.01,0,80,45,88,3.993,9.391,10.534,3,1.866,4.415,6.225,2,-1,-3,6.102,7.097,8.181,2,1,-2,5.138,6.329,9.187,2,-3,5.469,5.469,6.497,1,0,0,52.499,0,3,1,7,4,2,7,,7.096,12.496,13.606,6,7,7,2,2,1,5,It seems scientific,1.84,1.84,7.176,1,1,,2.222,4.572,5.635,2,2,7,3,4,1,5,6,0,0,8.669,0,2,2,2,3,3,2,3,3,,2.328,5.928,7.555,8,3,2,2,2,3,1,2.183,4.707,6.738,6,2,,1.402,1.402,2.475,1,2,1984,Massachusetts,1,3,1,,2,,,1,1,2,1.077,24.044,25.414,14,,,,,,0,, +2023-03-12 22:55:27,2023-03-12 23:03:56,0,96.244.99.19,100,508,1,2023-03-12 23:03:56,R_24CbqjyCefqjEDT,,,,,39.2124,-76.8776,anonymous,EN,1,9.267,9.902,11.717,2,1,4,2,1.802,3.904,4.822,3,0,0,15.007,0,100,100,50,9.084,16.242,17.347,3,14.352,17.433,28.831,2,-3,1,43.947,63.925,66.381,3,-3,-3,5.99,71.921,74.179,5,-3,46.049,46.79,48.377,2,0,0,15.01,0,6,6,6,6,6,6,,4.133,9.663,11.581,6,6,6,6,6,4,6,"The visualization is showing me the rate of cases as opposed to absolute numbers, which indicates it is trying to communicate useful information to me.",2.27,2.27,43.449,1,5,,3.661,5.474,8.503,2,2,7,3,4,1,5,6,0,0,15.853,0,5,6,1,5,7,3,10,9,,4.052,15.547,17.493,8,3,4,2,3,4,3,3.563,19.786,20.905,6,1,3,1.756,13.133,14.332,2,2,1999,Maryland,6,3,1,,7,,,17,4,1,3.958,42.813,52.461,12,5ec4a0fffe991f37f61b356e,,,,,1,, +2023-03-12 22:52:45,2023-03-12 23:05:28,0,167.224.159.51,100,762,1,2023-03-12 23:05:29,R_1kZDJESNJtHyIqs,,,,,36.0557,-94.1567,anonymous,EN,1,11.565,11.565,13.057,1,1,2,1,1.835,5.572,6.33,2,14.198,14.198,15.109,1,63,34,57,0.53,26.614,27.854,4,15.92,60.804,64.286,11,1,1,33.066,63.213,64.76,10,-3,-1,14.354,56.06,56.822,13,1,9.108,81.76,82.57,16,13.617,13.617,15.136,1,2,2,4,3,6,4,,1.516,27.755,30.455,12,2,3,3,1,1,5,"In this context, I feel no reason for distrusting it. No clear dishonest motive.",0.901,0.901,60.189,1,4,,7.967,7.967,9.629,1,2,7,3,4,1,5,6,6.309,6.777,16.473,2,1,3,5,5,2,1,11,11,,4.799,45.26,50.021,18,4,4,1,1,4,5,6.542,26.207,26.75,8,2,1,3.184,8.092,10.986,3,1,1999,Arkansas,3,3,1,,2,,,8,4,1,2.369,57.956,60.204,29,63127274665ebf35cb1a9571,,,,,1,, +2023-03-12 22:49:06,2023-03-12 23:08:06,0,71.114.60.102,100,1139,1,2023-03-12 23:08:07,R_3Hnsy0bnh9pW97e,,,,,38.6326,-77.2661,anonymous,EN,1,31.406,31.406,34.236,1,,,,,,,,0,0,15.009,0,96,95,41,32.044,54.797,55.962,6,8.089,72.668,80.644,3,1,1,40.406,52.677,87.532,2,1,-2,40.26,88.13,91.578,3,-2,97.616,97.616,109.125,1,0,0,15.016,0,3,4,3,5,5,3,,10.875,57.411,60.221,7,5,5,3,7,1,3,"You can use data and visualizations to sway others in many different ways. While I have no proof, there could be information unaccounted for, or the information recorded could have been calculated incorrectly.",3.401,151.338,156.198,8,3,,13.763,14.983,18.243,2,2,7,3,4,1,5,6,0,0,31.31,0,1,7,7,4,1,2,9,5,,11.766,52.462,57.366,12,3,4,2,3,4,3,23.275,54.331,58.65,6,3,,15.827,15.827,19.632,1,2,2002,Virginia,3,1,1,,8,Woodbridge,,16,4,2,10.53,145.531,146.498,46,60f1bdd684969df9641e994b,,,,,0,, +2023-03-12 23:02:01,2023-03-12 23:14:33,0,75.1.91.184,100,751,1,2023-03-12 23:14:34,R_31jGH7YiQuZev6v,,,,,29.4227,-98.4927,anonymous,EN,1,4.961,4.961,5.923,1,1,4,2,11.141,12.336,13.342,2,8.758,8.758,15.106,1,100,100,50,15.308,24.376,25.39,3,5.668,160.165,162.164,2,1,1,22.185,48.708,50.001,4,1,-3,30.698,54.968,55.925,2,1,38.418,38.418,39.833,1,0,0,15.107,0,6,6,6,6,6,6,,7.735,16.736,18.861,7,6,6,5,5,3,6,It shows it in an organized manner,2.407,2.407,12.78,1,3,,5.117,14.527,15.892,5,2,7,3,4,1,5,6,0,0,25.301,0,1,1,1,1,1,1,11,10,,6.052,16.319,17.801,8,4,4,2,3,3,3,12.861,42.337,43.298,7,1,2,5.775,13.07,17.526,3,1,1993,Texas,3,3,1,,9,,Black and Mexican,3,4,1,3.207,157.3,158.024,53,63129dd30887fb3d46640f2b,,,,,1,, +2023-03-12 23:04:47,2023-03-12 23:15:00,0,24.43.21.218,100,612,1,2023-03-12 23:15:01,R_3eldnrMSyXSZgDz,,,,,33.5173,-117.1208,anonymous,EN,1,39.353,39.353,40.403,1,,,,,,,,0,0,15.015,0,22,15,15,5.166,9.832,11.652,4,19.4,22.599,24.996,2,1,1,30.475,39.255,40.467,2,1,-1,30.432,78.102,82.022,5,1,38.552,38.552,39.953,1,0,0,15.109,0,3,7,3,7,5,3,"I think count and rate seem different, so I don't understand why both terms are used.Also it's visually confusing with the stacking as it's not clear if the orange bar goes all the way down ",9.537,116.666,123.751,13,7,1,1,7,1,3,"I have no domain knowledge to say whether it makes sense or not.,And I find the stacked format really confusing and pointless",2.013,33.198,34.182,2,5,,3.216,8.083,10.646,5,2,7,3,4,1,5,6,0,0,14.521,0,4,5,2,8,7,7,10,10,,3.22,13.722,15.507,8,4,4,2,2,3,4,10.286,20.376,21.821,6,1,,15.636,15.636,17.384,1,2,1980,California,6,1,1,,7,,,17,4,1,1.766,35.88,54.502,13,5a49d6a06d85f80001c25bc4,,,,,0,, +2023-03-12 23:07:40,2023-03-12 23:17:14,0,75.172.177.246,100,573,1,2023-03-12 23:17:14,R_1rPvaQfO3zfCdsf,,,,,47.6631,-122.3029,anonymous,EN,1,46.247,46.247,47.262,1,,,,,,,,0,0,15.109,0,85,84,35,6.533,10.534,17.795,3,13.522,21.926,25.863,2,1,1,28.502,38.116,41.554,2,-3,-3,35.383,67.596,84.941,8,1,14.687,67.203,71.197,4,0,0,15.011,0,4,3,5,5,5,5,,6.072,19.647,21.342,7,4,5,3,7,7,4,"Well it doesn't include a source to verify its statistics, but other than that, it appears to be trustworthy. I'm not really sure, as I am not an expert in insect troubles or fungi troubles in Croatia of all places.",1.631,2.8,51.215,2,5,,4.298,8.921,10.407,7,2,7,3,4,1,5,6,6.71,16.821,18.595,4,2,5,2,4,4,6,10,10,,4.463,25.189,27.021,16,5,4,1,2,5,4,6.817,26.946,27.751,11,2,,1.644,1.644,5.631,1,1,1998,Washington,3,1,1,,7,,,4,3,2,1.198,36.927,38.201,15,610333282a90d4b77609c5f8,,,,,0,, +2023-03-12 23:09:51,2023-03-12 23:20:45,0,24.214.85.223,100,654,1,2023-03-12 23:20:46,R_3pi2kNkyG6wUhE5,,,,,33.4734,-82.0111,anonymous,EN,1,4.37,4.37,10.457,1,1,3,1,2.156,6.018,7.672,2,0,0,15.111,0,70,44,72,6.188,15.109,16.703,3,6.312,66.363,69.442,9,1,1,39.452,50.354,52.804,2,-3,-3,30.615,50.377,52.903,2,1,18.389,32.995,34.935,2,0,0,16.224,0,3,3,4,4,4,4,,4.532,22.026,26.515,8,4,3,4,2,3,3,I don't know if the data is verifiable. ,2.063,2.063,16.746,1,4,,12.097,12.097,18.1,1,2,7,3,4,1,5,6,0,0,23.434,0,2,5,7,4,3,6,10,9,,10.425,26.748,29.865,8,4,4,3,2,2,4,3.005,31.466,35.435,6,5,4,3.953,14.08,16.829,2,1,1997,Georgia,6,3,1,,7,,,12,3,1,2.15,60.601,62.971,16,5c17294778ee390001ab19e5,,,,,1,, +2023-03-12 23:13:51,2023-03-12 23:22:43,0,174.63.59.104,100,531,1,2023-03-12 23:22:43,R_1g7xhCUCoRYIwAy,,,,,38.8503,-104.8567,anonymous,EN,1,3.845,3.845,4.89,1,1,3,2,4.015,10.03,12,2,0,0,15.107,0,73,79,55,10.096,15.234,16.931,3,8.358,12.843,22.021,2,1,1,17.452,34.064,35.878,3,-3,1,33.545,79.583,82.057,3,1,28.569,56.518,57.965,2,0,0,15.007,0,3,7,4,4,5,4,,7.021,22.288,25.593,7,5,5,4,6,5,5,"Although there are no hard data associated with this, it seems like a plausible number of cases based on societal behaviors of vacc/unvacc individuals.",1.643,1.643,45.785,1,2,,3.273,4.861,8.398,2,2,7,3,4,1,5,6,0,0,19.283,0,3,4,10,9,3,7,9,10,,3.87,25.05,28.024,10,4,4,1,1,4,5,2.945,16.356,17.4,6,5,1,3.434,9.009,11.602,2,1,1981,Colorado,7,1,1,,7,,,14,2,1,2.062,68.993,74.114,17,5e11882114ae638303c715d9,,,,,1,, +2023-03-12 22:56:45,2023-03-12 23:22:56,0,72.218.13.127,100,1570,1,2023-03-12 23:22:56,R_vrc5DL09FLrqtGx,,,,,37.11,-76.5115,anonymous,EN,1,4.354,4.354,6.218,1,,,,,,,,3.502,5.235,16.172,3,81,0,0,58.555,160.915,162.121,7,3.079,523.207,527.598,31,-1,-1,3.886,153.52,154.547,8,-1,-1,2.983,9.883,11.081,5,-1,121.291,271.634,272.875,10,6.465,6.465,15.01,1,1,1,1,1,1,1,,3.18,24.473,25.868,9,1,1,1,1,1,1,I don't know how to read them and its too much,2.629,2.629,24.219,1,1,,2.245,10.564,11.685,5,2,7,3,4,1,5,6,3.401,25.825,27.144,3,1,1,1,1,1,1,1,1,,1.623,11.691,12.849,13,5,5,1,1,5,1,1.787,45.974,47.124,11,4,,11.712,14.656,15.865,4,1,1991,Virginia,3,2,1,,3,,,4,3,1,1.589,114.49,115.691,35,62e6c5d05d354e1f99d612e4,,,,,0,, +2023-03-12 23:27:49,2023-03-12 23:28:01,0,98.169.160.252,100,11,1,2023-03-12 23:28:02,R_0wcwHhKg4FxNhMR,,,,,38.3416,-77.4307,anonymous,EN,2,8.573,8.573,10.085,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5fd8ca40697e370870a312e8,,,,,,, +2023-03-12 23:15:40,2023-03-12 23:28:09,0,47.232.88.100,100,748,1,2023-03-12 23:28:11,R_1n29yspyMQhoH9u,,,,,38.5317,-89.9988,anonymous,EN,1,8.067,8.699,9.225,2,,,,,,,,0,0,15.007,0,78,64,62,12.153,19.951,24.705,4,7.339,159.386,180.754,17,1,1,24.237,35.056,36.535,2,-3,-3,33.324,76.043,77.201,4,1,43.236,43.236,44.386,1,5.56,9.291,16.316,7,5,5,5,4,5,4,This graph's coloring is unpleasant.,6.662,15.888,30.222,7,5,5,4,3,3,4,"It seems scientific, though I don't like the way the data is presented.",2.919,2.919,20.549,1,5,Thank you for the opportunity.,8.927,10.022,20.877,2,2,7,3,4,1,5,6,0,0,20.716,0,6,6,8,7,6,7,8,8,"None, thanks :)",4.121,19.113,23.998,9,4,3,2,2,4,4,2.654,25.091,27.926,11,4,,3.192,3.192,4.862,1,1,1996,Illinois,6,1,1,,7,,,19,5,2,0.799,111.221,115.448,24,5c7e14531c3cf8001638b5b0,,,,,0,, +2023-03-12 23:18:41,2023-03-12 23:28:31,0,99.9.227.253,100,590,1,2023-03-12 23:28:32,R_2tMAIUb1zU7FkvP,,,,,39.7436,-86.1158,anonymous,EN,1,5.176,24.003,24.998,3,2,,2,2.732,2.732,3.763,1,0,0,15.01,0,50,100,50,11.19,23.246,27.691,3,11.733,21.339,35.77,2,1,-3,25.754,47.199,48.906,2,-3,-3,38.217,74.525,75.402,3,-1,40.488,40.488,41.306,1,0,0,15.027,0,3,7,3,5,5,1,,19.122,41.818,45.423,6,7,5,3,1,1,5,"You told me to assume that I trust the data. I don't, but that's what you told me to do.",3.322,25.757,29.203,5,4,,6.6,6.6,8.599,1,2,7,3,4,1,5,6,0,0,14.586,0,1,1,1,1,1,1,1,1,"I don't trust scientists. I would trust science, except it is performed by humans.",2.816,20.48,39.303,10,1,1,4,5,1,2,8.427,19.182,19.975,6,6,2,2.201,12.944,14.277,2,2,1977,Indiana,7,3,1,,8,Indianapolis,,10,4,2,2.596,67.952,74.298,31,55cb79e0fdf99b3c26ae4bca,,,,,1,, +2023-03-12 23:20:47,2023-03-12 23:31:34,0,66.61.113.24,100,646,1,2023-03-12 23:31:36,R_3hyC0Rwbk7iPMzb,,,,,40.8784,-82.6541,anonymous,EN,1,13.969,13.969,15.408,1,,,,,,,,0,0,15.009,0,83,82,70,8.892,16.484,17.495,3,14.548,20.867,35.593,2,-2,1,10.414,33.173,34.177,4,-3,-3,27.339,66.275,69.218,2,1,24.252,24.252,33.569,1,0,0,15.11,0,5,4,5,5,6,5,,11.943,21.807,25.118,6,6,6,6,6,6,6,I trust this visualization,1.382,18.294,34.505,2,3,,7.944,7.944,15.053,1,2,7,3,4,1,5,6,39.488,39.488,54.797,1,3,5,4,4,1,5,10,11,,4.383,16.248,18.476,8,4,4,2,3,4,4,8.911,37.878,39.37,7,4,,5.913,5.913,7.654,1,1,1998,Ohio,2,2,1,,7,,,4,3,1,1.274,127.273,153.864,43,63d80e0449b458dd5f8140be,,,,,0,, +2023-03-12 23:21:18,2023-03-12 23:33:09,0,24.193.135.1,100,710,1,2023-03-12 23:33:10,R_1QLPEXxUJgrVGxr,,,,,40.6001,-73.7497,anonymous,EN,1,13.707,15.215,16.283,3,,,,,,,,0,0,15.114,0,44,21,12,18.152,38.536,39.706,6,5.019,32.713,35.238,5,-1,-1,23.4,30.728,31.685,4,1,-1,12.59,77.952,78.937,8,-1,16.646,25.646,26.402,4,3.027,10.492,15.021,3,3,3,3,1,2,3,none,1.511,35.229,38.681,10,1,1,1,1,1,3,I don't know if these are actually facts or its random data.,3.366,38.089,42.693,2,5,none,12.474,22.165,23.891,5,2,7,3,4,1,5,6,10.08,26.054,26.986,3,5,5,8,7,7,7,8,10,none,6.735,31.863,34.75,12,1,3,1,2,2,3,9.692,44.911,46.701,8,2,,8.797,23.841,25.406,3,1,1979,New York,3,1,1,,8,Rockaway Park,,9,2,1,3.828,146.819,147.803,28,63f2e107c4d0bc684b99d2c6,,,,,0,, +2023-03-12 23:24:07,2023-03-12 23:33:12,0,67.182.177.152,100,544,1,2023-03-12 23:33:13,R_1oBenWNiEBzuFqv,,,,,37.6752,-120.9465,anonymous,EN,1,5.432,5.432,6.439,1,,,,,,,,0,0,15.014,0,100,100,78,4.267,15.84,18.502,6,17.73,23.842,50.437,2,-1,1,15.123,29.58,32.37,10,-3,-3,25.857,55.243,55.679,3,1,20.576,20.576,22.401,1,0,0,15.02,0,5,4,6,4,5,5,,5.892,28.831,39.586,9,4,4,5,2,7,6,I don't think that there is any reason for anyone to lie about the data on the visualization. The graph seems like it has accurate information.,2.808,2.808,27.35,1,6,When using the interactive graph a box with information got stuck open and appeared on every page of the survey and blocked some of the information on the other graphs.,5.339,6.51,58.924,2,2,7,3,4,1,5,6,0,0,16.184,0,1,1,2,4,1,3,11,10,,6.5,17.155,19.535,8,3,3,1,2,5,3,12.012,27.595,28.6,7,1,,8.084,8.084,9.656,1,2,1989,California,7,2,1,,9,,Modesto,11,4,1,2.292,72.317,76.579,43,5fb54678abd965015f4ae7b7,,,,,0,, +2023-03-12 23:24:38,2023-03-12 23:34:35,0,98.15.201.132,100,597,1,2023-03-12 23:34:36,R_232a0FWkOGkpCHe,,,,,41.3944,-74.3332,anonymous,EN,1,1.555,10.598,11.446,2,1,2,2,2.014,5.642,10.971,2,0,0,15.057,0,100,100,52,18.006,31.495,32.374,5,6.551,13.324,17.277,2,1,1,29.048,43.03,44.957,3,-3,-3,17.587,90.501,110.904,4,1,32.729,34.196,37.153,2,0,0,15.022,0,6,3,3,6,6,6,,7.509,21.02,24.923,7,6,6,6,5,5,6,it's from the CDC,3.819,3.819,13.055,1,4,,6.822,6.822,9.987,1,2,7,3,4,1,5,6,0,0,26.238,0,1,6,1,6,1,1,11,10,,9.226,28.035,29.987,9,2,3,3,3,1,3,18.426,53.374,55.464,8,2,2,0.846,17.403,19.213,3,1,1999,New York,3,3,1,,7,,,18,4,2,4.296,59.028,63.531,13,640e11f99076926cad445e1e,,,,,1,, +2023-03-12 23:27:36,2023-03-12 23:34:43,0,98.188.190.24,100,427,1,2023-03-12 23:34:44,R_vOdpQIc9BfTck13,,,,,36.0344,-114.9705,anonymous,EN,1,3.238,3.238,4.038,1,1,2,2,0,0,3.885,0,0,0,15.109,0,82,92,71,8.78,12.25,13.495,3,7.267,22.262,28.164,3,-3,1,49.89,64.784,68.391,3,1,-3,11.718,34.021,35.245,3,1,26.271,26.542,29.427,2,0,0,15.013,0,4,4,5,5,5,5,,7.369,19.047,20.669,8,4,5,5,3,4,4,"It states the source and the source should be somewhere that I trust. But then again, anyone can claim the source is from this place but not be true.",2.188,2.188,32.294,1,5,,4.92,4.92,6.203,1,2,7,3,4,1,5,6,0,0,16.968,0,6,7,8,9,7,6,10,10,,0,0,15.407,0,2,2,3,3,3,4,0,0,14.665,0,2,2,0,0,11.077,0,1,1991,Nevada,5,2,1,,7,,,6,4,2,6.575,54.494,58.62,16,5e1f7b2a4c9b832b34e7c9d3,,,,,1,, +2023-03-12 23:23:49,2023-03-12 23:34:45,0,69.23.103.128,100,655,1,2023-03-12 23:34:45,R_9N8K5fxwjCP8WUp,,,,,44.2433,-88.3564,anonymous,EN,1,16.133,16.133,16.992,1,1,1,1,7.671,9.382,10.881,2,0,0,15.015,0,67,80,46,12.995,19.307,20.105,3,6.762,9.769,11.552,2,1,1,42.179,53.51,55.082,2,-3,-3,31.421,49.691,50.945,2,-2,137.619,137.619,139.096,1,0,0,15.009,0,4,4,4,4,4,4,,10.313,13.346,16.033,6,6,6,6,6,6,6,its easy to understand,1.964,1.964,13.635,1,4,,5.498,5.498,7.451,1,2,7,3,4,1,5,6,0,0,14.031,0,9,9,9,9,9,9,9,9,,6.364,11.657,13.819,8,1,1,5,4,1,1,18.047,31.376,33.123,7,4,2,3.259,7.689,8.839,2,2,1988,Wisconsin,4,2,1,,7,,,4,5,1,2.274,55.15,59.285,16,5e8681d1fc96dd135df99ee6,,,,,1,, +2023-03-12 23:20:27,2023-03-12 23:34:49,0,72.219.78.66,100,861,1,2023-03-12 23:34:50,R_2E77mJLu1PZxmrB,,,,,33.6128,-117.6622,anonymous,EN,1,257.195,261.504,263.171,8,,,,,,,,2.897,2.897,15.008,1,100,100,50,0.268,25.943,27.821,11,4.666,50.06,51.297,9,1,1,1.737,34.862,36.016,10,-3,-3,2.17,42.613,43.852,16,1,2.34,41.594,42.679,5,2.139,5.526,15.014,2,3,4,4,4,5,5,,3.668,25.589,26.769,11,5,5,5,1,3,5,I have no reason not to believe the information presented to me,2.834,4.96,18.405,3,6,,3.012,7.291,8.539,5,2,7,3,4,1,5,6,4.853,13.59,14.383,4,3,6,6,5,6,7,9,9,,3.331,20.309,21.395,14,4,4,2,2,4,4,4.579,17.93,23.647,10,2,,1.92,3.662,4.752,3,2,1972,California,7,1,1,,7,,,13,4,1,1.438,57.519,60.592,28,5b894987e79bf50001e1ff95,,,,,0,, +2023-03-12 23:16:58,2023-03-12 23:34:53,0,73.208.7.87,100,1075,1,2023-03-12 23:34:53,R_1PZvm5tCZHMLiO4,,,,,41.8482,-87.6521,anonymous,EN,1,4.701,4.701,6.244,1,,,,,,,,12.373,12.373,15.009,1,50,94,99,22.667,50.614,54.654,30,5.575,23.913,25.134,5,1,1,44.042,52.202,54.612,4,-3,1,0.19,158.923,163.102,4,1,14.907,63.021,64.414,3,1.642,10.65,15.116,2,3,3,3,5,6,4,,2.647,33.68,34.505,10,2,6,4,2,7,4,The sourcing is existent and I have no reason to believe the HPK is an unreliable source of data. ,2.483,295.968,296.278,10,4,,10.638,14.511,16.456,6,2,3,4,5,1,6,7,0,0,9.793,0,1,8,1,4,4,3,10,10,ACAB,12.908,57.755,64.662,27,4,5,1,2,4,5,19.412,49.804,51.337,7,8,,1.476,3.765,6.538,3,3,1999,Illinois,2,2,1,,7,,,5,4,1,2.325,140.204,148.15,28,63ed1a2c8c27c4099b576701,,,,,0,, +2023-03-12 23:18:58,2023-03-12 23:35:53,0,68.46.90.139,100,1014,1,2023-03-12 23:35:53,R_12hI9VBFMasfujl,,,,,45.2377,-93.2765,anonymous,EN,1,4.713,4.713,5.931,1,1,2,2,1.156,3.865,4.54,2,0,0,15.108,0,100,83,74,7.366,10.813,11.681,4,5.419,10.564,29.676,2,1,-3,43.639,52.458,53.221,2,-3,1,2.678,63.067,64.499,22,-3,9.856,30.99,32.543,2,0,0,15.006,0,4,3,4,6,5,6,,9.36,20.596,22.355,8,4,5,5,7,7,5,"The data makes sense to me, and I like that the axes are consistent. ",1.576,2.701,17.227,2,4,,4.55,7.829,8.593,5,2,7,3,4,1,5,6,12.181,17.225,338.68,2,3,7,9,9,6,8,11,10,,8.308,18.724,20.227,11,5,4,1,1,5,5,5.497,19.959,20.909,7,5,3,3.215,22.974,23.612,6,1,1991,Minnesota,6,1,1,,4,,,17,3,1,2.478,51.821,53.622,20,63e081512a825f68bcfdc757,,,,,1,, +2023-03-12 23:28:32,2023-03-12 23:36:14,0,67.182.64.231,100,461,1,2023-03-12 23:36:14,R_1GTxX0GlJFNNFW0,,,,,38.581,-121.4939,anonymous,EN,1,3.81,3.81,5.286,1,1,2,2,1.3,3.039,3.771,2,0,0,15.106,0,93,100,100,9.137,21.555,25.537,4,7.66,27.213,27.798,8,1,1,30.061,37.085,38.165,2,-3,-3,6.334,61.197,62.194,8,1,14.76,24.468,25.453,2,12.633,12.633,15.013,1,7,3,7,6,6,7,,8.477,21.922,24.313,7,5,6,6,1,3,6,"It said ""Assuming you trust the information"". So, assuming I trust the actual numbers, I do not feel the visualization was doing anything to try and misrepresent those numbers.",4.112,54.249,54.914,8,6,,4.327,4.327,6.098,1,2,7,3,4,1,5,6,0,0,13.487,0,1,1,10,10,1,6,9,10,,3.709,16.595,17.84,9,4,3,3,3,3,4,8.999,20.643,23.197,6,6,2,2.274,8.147,10.305,2,1,1998,California,6,3,1,,7,,,19,4,1,1.974,40.906,44.805,12,640e54837a907926a3ee82aa,,,,,1,, +2023-03-12 23:21:52,2023-03-12 23:37:08,0,70.123.36.249,100,915,1,2023-03-12 23:37:08,R_phC14PS2rTiRoQN,,,,,30.2627,-97.7467,anonymous,EN,1,24.594,25.097,26.107,2,1,3,2,4.335,7.035,8.327,2,0,0,15.118,0,100,100,85,5.001,26.061,26.705,5,15.673,19.115,59.331,2,1,1,27.588,40,41.772,2,-3,-3,66.148,179.527,183.465,11,1,42.651,42.651,44.387,1,2.257,2.257,15.02,1,6,5,6,6,6,5,,3.285,64.549,67.716,9,6,5,5,3,4,5,Seems to align with scientific data in regards to the efficacy of the covid-19 vaccine. The only reason I didn't put strong agree is because I just in general try not to believe everything I see on the internet without fact-checking.,2.796,2.796,83.443,1,2,,7.827,10.966,17.232,4,2,7,3,4,1,5,6,0,0,28.249,0,1,1,1,1,4,1,10,8,,12.421,45.526,70.88,14,3,3,1,1,4,5,10.432,38.53,40.2,6,1,2,13.917,29.047,31.405,5,1,1991,Texas,6,1,1,,7,,,6,4,1,5.83,85.267,86.823,22,610878f08e2b6c83ea3905da,,,,,1,, +2023-03-12 23:25:56,2023-03-12 23:37:26,0,76.132.72.146,100,690,1,2023-03-12 23:37:26,R_RklXsEeQFmhn1Yt,,,,,37.3177,-122.0438,anonymous,EN,1,16.873,16.873,17.646,1,1,3,1,3.622,6.369,7.198,2,0,0,15.125,0,79,19,66,4.145,19.756,22.839,4,17.484,62.034,91.94,7,1,-3,41.411,49.14,63.565,2,1,-1,66.877,90.365,91.134,3,1,34.255,34.255,37,1,6.663,7.46,15.016,2,4,5,5,4,3,4,,3.225,27.433,29.484,13,4,7,4,2,2,4,"I think it looks accurate to my knowledge, but it needs to indicate the source for me to say that I fully trust the visualization.",2.051,14.671,58.231,6,5,,1.536,10.971,12.898,3,2,7,3,4,1,5,6,0,0,25.82,0,6,4,8,5,9,3,10,11,,5.363,18.754,20.608,10,3,2,2,3,4,2,14.558,32.854,33.833,10,3,1,2.4,6.881,9,2,1,2005,California,1,3,1,,2,,,13,3,2,2.387,80.651,86.323,31,63d8548b51a28912d9fba859,,,,,1,, +2023-03-12 23:25:24,2023-03-12 23:37:30,0,76.107.134.196,100,725,1,2023-03-12 23:37:30,R_1kXN6Klz7fR2rnW,,,,,35.1499,-90.0558,anonymous,EN,1,120.172,120.172,130.937,1,,,,,,,,0,0,15.008,0,73,87,67,34.938,40.251,41.383,3,15.937,19.254,28.285,2,1,1,27.499,44.182,48.434,3,1,-3,22.301,57.135,58.784,2,1,52.703,52.703,54.101,1,0,0,15.109,0,5,7,5,7,5,5,It does not say why there were so many pests certain weeks. ,9.528,70.652,71.118,9,5,5,5,7,2,5,"It is clear, especially because you can see exact numbers by hovering over it, plus it is weekly data so it is easy to compare each week. ",1.346,1.346,41.127,1,5,,6.559,9.81,11.471,5,2,7,3,4,1,5,6,0,0,21.209,0,2,2,3,3,2,4,3,3,,10.766,21.634,26.618,8,4,4,2,2,4,3,13.797,31.681,33.243,6,5,,7.429,7.429,9.326,1,2,2001,Tennessee,3,1,1,,7,,,15,2,1,2.435,62.56,66.245,19,6108bfbf2e07c5612eb90182,,,,,0,, +2023-03-12 23:28:33,2023-03-12 23:38:19,0,98.213.160.72,100,586,1,2023-03-12 23:38:19,R_Zn6w6YOyxBWXxLP,,,,,41.8482,-87.6521,anonymous,EN,1,3.813,3.813,5.28,1,1,4,2,1.977,3.383,4.59,2,0,0,15.013,0,98,100,99,7.467,17.34,18.84,7,10.209,13.887,19.414,2,1,-3,19.474,27.817,29.972,2,1,1,22.264,96.746,98.745,4,1,37.925,37.925,40.144,1,0,0,15.013,0,5,3,3,6,7,3,,5.194,17.785,20.116,6,5,7,7,7,4,7,It took me a second to realize the stacked nature of the bars makes it difficult to compare populations visually. Weeks where both populations spiked make the unvaccinated population look disproportionately higher,3.893,3.893,44.397,1,5,,9.91,11.624,19.332,2,2,7,3,4,1,5,6,0,0,24.554,0,2,5,2,5,4,9,10,11,,3.378,27.85,29.112,11,4,1,2,2,4,4,13.993,37.777,59.896,8,5,2,3.458,8.911,10.473,2,1,1993,Illinois,6,3,1,,2,,,16,2,1,2.864,74.154,92.474,14,615a1d9297d4e05d6df9da22,,,,,1,, +2023-03-12 23:28:03,2023-03-12 23:39:53,0,71.1.156.211,100,709,1,2023-03-12 23:39:54,R_1Hdi1kTkTuBg3L6,,,,,28.9108,-81.5248,anonymous,EN,1,18.39,19.194,69.04,2,,,,,,,,0,0,15.03,0,85,42,41,10.359,47.872,52.363,7,7.108,31.479,46.334,3,-2,1,32.204,43.454,45.059,2,-3,-3,34.649,68.412,70.94,2,1,34.365,34.365,36.541,1,0,0,15.164,0,3,2,3,4,4,4,What happened the week of December 27th? How does that compare to previous Decembers?,16.939,39.395,60.094,7,4,4,3,1,1,4,"I have no reason not to, but then I don't care enough to fact check it.",2.458,2.458,19.649,1,6,,4.188,5.608,8.02,4,2,7,3,4,1,5,6,0,0,21.056,0,1,3,1,2,3,1,8,8,,3.963,21.472,33.42,11,2,2,1,4,2,3,4.252,23.461,25.249,8,1,,1.478,1.478,4.554,1,1,1989,Florida,7,1,1,,7,,,1,3,1,0.027,76.343,80.77,17,63e5ffdf639ebdcf35aacb09,,,,,0,, +2023-03-12 23:23:18,2023-03-12 23:40:22,0,68.32.110.193,100,1023,1,2023-03-12 23:40:22,R_1kLGitbJyAuEvO8,,,,,36.3403,-86.7195,anonymous,EN,1,33.895,33.895,35.377,1,1,3,1,1.371,2.953,4.047,2,0,0,15.009,0,92,60,72,10.978,30.638,33.836,4,13.373,84.304,97.665,14,-2,1,30.528,85.234,86.676,2,-3,-3,51.9,132.617,135.416,7,-3,176.554,187.84,189.185,4,0,0,15.112,0,6,5,6,6,5,5,,26.708,42.009,44.402,6,5,6,5,5,5,6,I trust it because of the data that is presented within it.,1.503,36.343,36.852,2,6,,5.422,5.422,6.767,1,2,7,3,4,1,5,6,0,0,12.5,0,5,7,7,7,7,8,10,9,,15.578,113.777,116.089,11,4,4,2,2,5,4,7.275,29.421,30.688,6,2,2,59.064,67.693,69.074,3,2,1994,Tennessee,7,3,1,,7,,,7,3,1,1.653,39.692,47.131,19,612fea78b655df755fe7db24,,,,,1,, +2023-03-12 23:31:56,2023-03-12 23:40:23,0,68.84.26.109,100,507,1,2023-03-12 23:40:23,R_1Qa84VBi0xYwevQ,,,,,30.4274,-84.258,anonymous,EN,1,3.855,3.855,5.043,1,1,1,1,1.704,4.596,5.858,3,0,0,15.011,0,100,100,69,9.358,13.285,14.641,3,30.121,39.163,40.672,2,-2,1,20.467,38.029,39.875,2,-3,-3,30.491,46.522,47.984,2,1,23.815,23.815,27.216,1,0,0,15.014,0,3,3,3,6,6,5,,7.974,33.38,38.729,12,4,6,4,2,3,5,It seems pretty logical... as to the timing and pattern of cases.,3.785,4.765,22.552,2,5,,4.59,8.174,10.324,3,2,7,3,4,1,5,6,0,0,20.791,0,5,7,6,5,9,6,9,9,,11.737,31.093,33.306,11,5,5,1,1,5,5,4.226,23.786,24.682,7,3,1,26.103,31.842,34.556,2,1,1985,Florida,6,3,1,,7,,,10,4,1,2.368,53.332,55.711,13,60f66877a0a732b6dbe3485d,,,,,1,, +2023-03-12 23:32:28,2023-03-12 23:40:41,0,67.82.209.97,100,492,1,2023-03-12 23:40:42,R_27JNXmmIg4vq0e6,,,,,40.5582,-74.5262,anonymous,EN,1,10.739,15.666,16.989,3,,,,,,,,9.869,14.437,15.024,5,58,41,46,3.911,10.531,11.393,9,3.507,14.643,15.551,6,1,1,18.02,25.106,27.306,3,1,-2,11.069,53.451,54.958,5,1,33.834,33.834,35.188,1,0,0,15.02,0,4,4,2,4,4,4,,4.766,10.509,12.371,7,4,3,2,4,4,4,"It looks easy to follow, but anyone can bend data.",1.454,1.454,12.691,1,4,,2.748,4.089,5.201,3,2,7,3,4,1,5,6,4.843,15.248,16.24,2,6,7,3,6,2,7,6,5,,3.62,10.302,11.594,10,3,3,2,3,4,4,1.863,11.068,11.569,10,2,,3.275,3.712,6.4,2,1,1989,New Jersey,7,2,1,,7,,,9,4,1,2.084,120.688,122.407,59,601e13b872774f263d64acac,,,,,0,, +2023-03-12 23:28:01,2023-03-12 23:41:03,0,71.8.83.241,100,782,1,2023-03-12 23:41:04,R_3KBz2hTjMzmmyrM,,,,,33.2663,-86.902,anonymous,EN,1,11.97,11.97,13.865,1,,,,,,,,0,0,15.1,0,100,85,93,8.236,11.946,14.001,3,17.54,66.937,87.375,7,1,1,1.464,36.824,37.58,16,-3,-3,1.068,71.463,72.237,32,-2,38.047,81.245,83.602,2,0,0,15.093,0,6,5,5,6,6,6,"I've never seen such a well detailed interactive graph such as this before. I will say for such large amounts of data with many variables, the interactive slider is needed. ",7.385,17.02,50.915,7,5,6,6,3,1,6,"Very detailed, nicely organized with plenty of information.",1.687,1.687,15.101,1,4,,6.349,6.349,8.653,1,2,7,3,4,1,5,6,0,0,28.455,0,4,4,5,8,5,4,10,10,,6.023,18.424,20.721,8,4,5,1,1,5,5,8.672,26.092,27.389,6,2,,5.8,5.8,7.879,1,2,1999,Alabama,6,2,1,,8,Frisco City,,5,3,1,2.507,218.006,218.608,103,61706d258625bf685b7d6902,,,,,0,, +2023-03-12 23:30:03,2023-03-12 23:41:45,0,107.193.125.27,100,701,1,2023-03-12 23:41:45,R_RkoA9bzY6Kr2CmR,,,,,30.671,-87.1737,anonymous,EN,1,3.544,23.983,25.964,6,1,3,2,1.622,18.952,19.961,4,0,0,15.114,0,100,23,87,9.527,14.198,14.844,3,22.781,52.68,76.784,5,1,1,5.553,43.026,46.731,10,1,-2,8.531,89.415,90.257,5,1,11.675,60.693,61.156,4,0,0,15.01,0,5,4,5,2,2,5,I would've much rather this be split into 2 different graphs based on vaccination rather than one graph with every single group ,6.246,60.778,61.095,11,2,2,2,2,2,5,I trust the makers of the graph ,1.113,31.433,33.773,2,4,,10.166,12.323,13.577,2,2,7,3,4,1,5,6,10.136,10.5,30.302,2,2,2,1,4,2,4,11,7,,6.104,31.135,31.615,20,4,1,1,2,4,2,7.221,35.221,45.634,10,2,1,5.783,11.648,13.158,3,1,2003,Florida,3,1,1,,2,,,14,3,2,3.314,63.438,66.216,39,63ee7c9441abc1335d678cab,,,,,1,, +2023-03-12 23:32:55,2023-03-12 23:42:46,0,72.239.235.142,100,590,1,2023-03-12 23:42:46,R_2w14QXXZXgTuYJ0,,,,,28.5378,-80.6711,anonymous,EN,1,2.768,2.768,3.722,1,1,2,1,1.306,3.902,5.135,2,4.089,4.089,15.121,1,59,17,39,5.54,10.524,12.655,3,37.255,124.639,127.471,12,1,1,32.48,43.286,44.68,2,-3,-3,0.903,49.793,51.397,5,1,15.792,25.302,26.939,2,0,0,15.113,0,4,2,4,4,5,4,,9.348,24.561,26.887,8,4,4,4,2,2,4,I can't tell for sure whether this data is accurate,1.794,2.807,27.734,2,4,,4.289,4.289,6.567,1,2,7,3,4,1,5,6,0,0,27.601,0,4,6,4,5,2,3,10,9,,6.862,17.035,18.845,8,4,2,2,2,3,3,6.382,23.044,24.031,10,2,2,3.871,9.912,12.771,3,2,1995,Florida,5,2,1,,4,,,5,2,1,2.146,99.815,103.515,22,6109d5b1a9daba0fb4e833b9,,,,,1,, +2023-03-12 23:34:18,2023-03-12 23:42:49,0,173.175.212.17,100,510,1,2023-03-12 23:42:49,R_414vg6VCJrsFTKF,,,,,32.7797,-96.8022,anonymous,EN,1,3.406,4.093,4.83,2,,,,,,,,0,0,15.006,0,87,76,90,6.095,10.936,11.58,5,12.231,48.167,49.918,6,-3,1,1.274,75.228,76.333,10,1,-3,23.346,36.378,37.001,2,1,48.133,62.254,63.258,2,0,0,15.12,0,3,3,4,4,5,5,,3.258,20.058,21.688,8,5,5,5,7,7,5,The exact numbers when you hover over the bars makes me trust it more.,2.908,2.908,30.112,1,3,,5.623,5.623,7.01,1,2,7,3,4,1,5,6,0,0,28.376,0,4,5,4,6,2,3,8,9,,3.224,14.807,16.464,15,4,4,1,1,5,5,3.029,28.315,29.328,12,5,,3.255,3.255,4.174,1,1,2005,Texas,1,2,2,,9,,Dallas,8,2,1,1.869,63.23,63.875,33,63f77fe7daecacc6523836d1,,,,,0,, +2023-03-12 23:32:46,2023-03-12 23:43:27,0,68.161.163.31,100,640,1,2023-03-12 23:43:27,R_1oAPoQyQ0zNVjPW,,,,,40.5948,-73.9715,anonymous,EN,1,10.402,10.402,11.584,1,,,,,,,,0,0,15.108,0,100,100,67,14.431,21.871,22.7,3,16.85,25.721,27.517,2,1,-2,12.696,41.633,47.078,4,-3,-3,34.288,58.176,59.29,3,1,40.223,40.223,43.591,1,0,0,15.006,0,5,1,5,5,6,5,,18.089,41.935,44.837,8,4,6,6,1,7,6,I see no reason to not trust the data,1.546,24.381,25.297,3,5,,6.927,14.826,15.5,3,2,7,3,4,1,5,6,0,0,18.077,0,3,4,6,7,6,5,10,10,,5.724,45.401,47.22,8,4,4,1,2,4,5,9.167,49.538,50.912,11,3,,9.169,9.169,10.932,1,1,1997,New York,6,2,3,,2,,,4,4,1,2.324,90.134,101.834,24,5b1a3fa488ee7400012aef74,,,,,0,, +2023-03-12 23:37:30,2023-03-12 23:43:53,0,208.104.213.129,100,382,1,2023-03-12 23:43:54,R_3dKXJBwKmfb0AGv,,,,,35.0125,-80.9309,anonymous,EN,1,1.366,2.154,2.911,2,,,,,,,,6.539,9.918,15.122,2,56,31,75,5.056,10.875,11.565,3,8.554,38.877,40.81,5,-2,-1,7.926,32.126,34.182,5,-1,-1,12.435,14.281,15.356,2,1,6.272,60.83,61.807,3,0,0,15.037,0,3,3,3,2,2,3,,11.314,22.139,24.624,7,3,7,3,1,1,3,I do not know the origin of this information.,1.769,1.769,12.787,1,4,,4.588,5.667,8.098,2,2,7,3,4,1,5,6,0,0,17.453,0,6,4,6,6,6,3,8,8,,3.29,19.763,20.204,10,4,3,2,3,3,3,6.024,26.232,26.915,6,3,,5.337,6.387,6.79,2,2,1991,South Carolina,3,2,1,,7,,,2,2,2,1.419,34.133,35.258,11,5d76bf508da7af001b5fa26c,,,,,0,, +2023-03-12 23:37:10,2023-03-12 23:44:23,0,71.61.184.166,100,433,1,2023-03-12 23:44:24,R_siIPstaAZwgnGCt,,,,,40.3177,-79.7223,anonymous,EN,1,1.861,1.861,2.567,1,1,3,2,1.23,2.707,3.564,2,0,0,15.12,0,86,100,54,3.117,7.948,9.948,4,3.832,10.715,16.61,2,-2,1,14.95,27.368,28.412,3,1,-3,18.032,34.944,35.955,2,1,15.228,15.228,16.187,1,0,0,16.757,0,6,5,1,5,5,6,,3.457,10.023,12,6,5,5,3,2,3,6,"To me, the data backs up the intuitive sentiment that vaccines work. I trust that these numbers are an accurate reflection of how vaccines operate in terms of coming down with COVID-19.",1.972,1.972,37.874,1,5,,8.742,8.742,9.969,1,2,7,3,4,1,5,6,0,0,14.08,0,2,4,3,2,5,8,10,10,,2.931,14.581,16.303,11,4,3,3,3,3,5,1.208,4.163,5.501,6,1,2,2.17,8.706,9.629,2,1,1992,Pennsylvania,8,1,1,,7,,,10,4,2,1.824,78.532,79.427,25,60c2cc653d0c6208fc8899fc,,,,,1,, +2023-03-12 23:33:17,2023-03-12 23:44:39,0,107.3.222.77,100,681,1,2023-03-12 23:44:40,R_3CVDTxRddclXABu,,,,,37.0368,-88.5934,anonymous,EN,1,2.117,2.117,33.453,1,,,,,,,,0,0,15.107,0,75,88,69,19.583,42.452,44.1,6,26.313,31.478,37.834,2,1,1,17.784,28.336,34.569,2,1,-3,56.931,100.213,101.765,3,1,49.978,91.955,93.583,3,0,0,15.112,0,3,3,3,5,5,3,Need explaination of method at least.,13.072,43.693,64.156,10,4,5,5,1,1,3,It's just a graph I can't trust it or not trust it.,1.137,15.747,23.378,2,5,,4.217,6.043,11.661,2,2,7,3,4,1,5,6,0,0,21.209,0,1,1,1,1,1,1,1,1,,6.661,16.642,19.238,9,2,3,4,4,4,2,4.221,17.273,18.453,6,7,,2.082,2.082,4.065,1,1,1983,Kentucky,3,3,1,,7,,,4,1,2,1.878,67.06,69.631,27,5f8486766d8e7b0f17df0206,,,,,0,, +2023-03-12 23:33:36,2023-03-12 23:46:00,0,71.94.240.109,100,743,1,2023-03-12 23:46:01,R_2P29oLSa6m40Tek,,,,,42.1921,-121.7233,anonymous,EN,1,22.086,22.641,24.286,2,1,3,2,4.235,7.98,9.489,3,7.098,11.253,15.118,9,91,91,52,10.037,20.945,21.961,8,8.382,21.941,49.503,11,-1,1,20.046,76.316,77.359,44,-1,-3,50.967,99.826,103.544,8,1,1.82,42.451,44.353,6,0,0,15.016,0,5,4,5,4,6,5,,11.605,54.646,57.519,17,5,4,4,4,4,5,"The statement said ""Assuming you trust the data in this visualization"", so if the data is accurate and the graph is clear and readable, I would find it trustworthy. ",4.713,4.713,51.103,1,4,,5.095,9.161,10.181,4,2,7,3,4,1,5,6,4.872,32.794,34.143,6,3,3,5,3,3,3,6,6,,3.106,30.882,32.701,18,4,4,3,2,4,4,9.372,35.127,36.006,9,3,2,16.548,24.634,25.593,7,2,1996,Oregon,7,2,1,,7,,,8,3,2,2.798,55.097,56.56,20,60fd933d5461857048f9e74c,,,,,1,, +2023-03-12 23:36:02,2023-03-12 23:46:18,0,129.107.80.53,100,616,1,2023-03-12 23:46:19,R_12D67AGPTV6radJ,,,,,32.7185,-97.1432,anonymous,EN,1,7.691,7.691,9.166,1,,,,,,,,0,0,15.111,0,100,100,88,8.983,21.878,24.776,4,18.753,29.28,30.958,2,1,1,9.517,73.242,75.967,3,-2,-3,26.042,75.35,77.362,3,1,35.199,35.199,36.096,1,0,0,15.11,0,4,6,1,5,6,6,,13.243,63.795,65.785,11,6,6,5,3,1,6,The visualization feels like it gives me very specific and clear information.,4.305,4.305,39.898,1,4,,4.701,4.701,6.431,1,2,7,3,4,1,5,6,0,0,21.094,0,5,3,1,5,4,5,10,9,,13.283,27.28,29.707,11,4,4,2,1,5,4,8.077,41.071,42.05,11,3,,5.73,5.73,7.62,1,2,1999,Texas,5,3,1,,3,,,17,3,2,2.261,55.368,56.035,12,5ed5afc6e8229914710ada06,,,,,0,, +2023-03-12 23:35:11,2023-03-12 23:46:36,0,70.58.17.119,100,684,1,2023-03-12 23:46:36,R_1dB00tHs973qg8G,,,,,39.7301,-104.9078,anonymous,EN,1,5.312,5.312,6.293,1,1,3,1,5.305,11.732,12.623,2,0,0,15.116,0,66,31,38,8.975,15.073,16.226,3,21.561,30.99,31.598,3,-2,-3,68.162,88.297,88.663,3,-3,-3,47.155,79.29,80.741,2,-1,20.339,47.488,48.783,3,0,0,15.018,0,3,4,2,5,5,2,,3.354,31.676,32.099,9,5,5,3,1,7,2,I feel as though this may be influenced by companies that make vaccines. ,4.697,4.697,44.778,1,2,,1.947,17.238,20.015,9,2,7,3,4,1,5,6,0,0,28.134,0,1,2,1,2,2,4,7,4,,3.548,19.348,21.297,8,4,2,2,3,4,4,10.166,33.873,34.767,9,1,2,6.749,17.368,20.116,2,3,1983,Colorado,3,2,1,,7,,,7,4,1,4.525,100.584,111.358,25,5e643d29df313c1ced363682,,,,,1,, +2023-03-12 23:39:16,2023-03-12 23:48:09,0,174.61.155.120,100,533,1,2023-03-12 23:48:10,R_3iW5fCIsczUrofi,,,,,47.63,-122.2972,anonymous,EN,1,12.71,12.71,14.229,1,1,4,1,2.541,4.241,5.151,2,9.234,9.234,15.011,1,81,40,57,13.182,27.555,29.193,7,3.511,8.231,17.671,2,1,1,24.234,41.087,48.552,2,-3,1,16.482,39.592,40.758,4,1,10.751,16.731,18.101,2,9.842,9.842,16.61,1,5,5,5,4,5,3,"The subtitles of the graph are somewhat misleading, the main header for both is what clarifies that it's COVID cases, not rates of people being vaccinated, which was my initial thought. Also for the second question on the last page, I was a little unsure about my answer because the question didn't specify over what duration",12.986,67.316,106.817,11,4,5,2,1,3,3,"context -- it's in a qualtrics survey. if it were published in a reputable news venue, then I would trust it more",1.475,1.475,30.065,1,4,,3.49,3.996,5.229,2,2,7,3,4,1,5,6,10.867,12.447,25.204,2,5,6,4,6,7,6,8,10,,3.634,19.031,20.669,8,2,4,1,3,3,4,3.746,21.678,22.99,7,1,1,1.623,12.46,13.764,4,2,1995,Washington,7,3,1,,2,,,8,4,2,2.059,46.997,50.378,15,5bcfb99d77740000016b3dbf,,,,,1,, +2023-03-12 23:41:50,2023-03-12 23:48:19,0,47.230.199.10,100,388,1,2023-03-12 23:48:19,R_27QJONFOvGR6dqQ,,,,,40.7263,-73.9818,anonymous,EN,1,7.495,7.495,8.487,1,1,4,1,2.616,3.922,4.602,2,0,0,15.117,0,79,64,30,7.986,16.599,18.473,5,6.993,8.962,20.223,2,-2,1,11.171,31.764,33.019,3,-1,-3,20.085,58.658,61.131,3,-3,7.162,22.486,24.642,6,0,0,15.016,0,5,7,5,5,5,5,,4.043,15.209,17.815,6,2,4,4,7,5,5,The data within the visualization comes from a reputable source,1.598,24.286,25.306,5,5,,3.959,6.61,8.002,4,2,7,3,4,1,5,6,0,0,10.306,0,9,9,6,6,9,8,10,10,,2.527,11.257,13.093,8,3,4,2,2,4,4,7.771,24.102,24.845,8,2,1,2.64,6.78,8.103,3,2,1998,New York,7,3,1,,7,,,17,3,2,1.523,48.441,49.754,15,610386b89cf31f6859e7df7c,,,,,1,, +2023-03-12 23:39:00,2023-03-12 23:48:20,0,144.163.27.131,100,560,1,2023-03-12 23:48:21,R_3QFORBYsb3C4f2S,,,,,33.5986,-86.3434,anonymous,EN,1,8.912,8.912,10.004,1,,,,,,,,0,0,15.105,0,77,98,50,12.68,20.081,21.268,3,4.555,67.108,69.411,15,-2,-2,25.211,41.457,43.163,3,1,-3,42.798,79.901,80.963,2,-3,60.1,66.319,67.773,5,0,0,15.124,0,4,5,4,4,5,5,,9.58,20.712,23.313,7,5,5,5,5,5,5,This was easy top understand and something the average person could understand.,2.835,2.835,23.801,1,5,,3.825,8.766,10.476,7,2,7,3,4,1,5,6,0,0,24.165,0,2,6,9,6,2,6,9,9,,5.122,20.148,22.3,8,4,4,1,4,4,4,7.315,17.207,19.021,6,5,,3.219,3.219,5.15,1,1,1969,Alabama,6,2,1,,9,,Pell City,4,2,1,1.118,49.181,51.867,13,5e404a68f09a9f28310e8701,,,,,0,, +2023-03-12 23:37:13,2023-03-12 23:48:23,0,69.138.232.140,100,670,1,2023-03-12 23:48:23,R_OB8SUtt2KSQ6oGB,,,,,39.1541,-76.717,anonymous,EN,1,0.462,1.447,2.093,3,1,3,1,1.418,2.215,3.814,2,1.751,3.387,15.111,3,87,98,83,1.043,9.519,10.312,13,1.018,75.639,76.103,38,-3,-3,0.824,43.062,44.202,34,1,-1,0.865,188.096,188.883,48,1,1.007,103.779,104.524,43,0.905,11.626,15.012,4,5,5,7,5,5,5,,1.083,18.3,19.432,41,4,5,5,2,4,4,Id like to know more information. Such as states/countries where these results are being calculated from.,1.059,1.49,28.501,2,3,,1.4,8.275,9.275,5,2,7,3,4,1,5,6,0.858,10.581,14.483,4,4,4,6,5,5,6,8,9,,0.86,20.224,20.717,31,3,3,4,4,3,3,1.564,14.802,17.081,28,4,3,0.855,6.366,7.242,6,1,1999,Maryland,5,3,1,,3,,,7,4,2,1.095,52.183,54.536,31,603f31444049ae098abb8bf7,,,,,1,, +2023-03-12 23:41:37,2023-03-12 23:49:05,0,71.198.231.172,100,447,1,2023-03-12 23:49:05,R_1mE6szJMEdJRu4q,,,,,37.8414,-122.1254,anonymous,EN,1,7.731,7.731,9.057,1,,,,,,,,0,0,15.013,0,94,43,50,7.367,17.251,19.024,4,8.092,17.626,19.98,2,1,1,26.058,36.09,37.648,3,1,-2,29.903,59.286,61.145,2,1,56.113,56.113,58.354,1,0,0,15.006,0,5,3,5,6,6,4,,9.737,18.001,19.596,6,4,5,4,1,7,4,"I trust the source and the data makes sense, but I know nothing about the researchers or any potential bias.",2.211,2.211,25.45,1,4,,3.64,3.64,5.909,1,2,7,3,4,1,5,6,0,0,19.173,0,3,5,4,7,6,3,9,9,,5.439,18.623,19.998,9,4,3,2,2,3,4,6.715,16.75,18.021,6,2,,2.372,2.372,5.076,1,2,2001,California,6,3,1,,7,,,17,3,2,1.868,46.434,48.311,14,60fcd2b146529d02f1566012,,,,,0,, +2023-03-12 23:41:25,2023-03-12 23:49:21,0,97.113.100.151,100,475,1,2023-03-12 23:49:21,R_2ypaHQEVog6b0nh,,,,,47.5364,-122.278,anonymous,EN,1,2.224,2.957,3.101,2,,,,,,,,3.431,4.062,15.005,2,72,100,47,1.995,7.18,8.162,4,3.76,4.968,12.502,2,1,1,19.08,23.605,27.031,2,1,-2,10.436,67.069,67.344,6,1,41.958,41.958,42.875,1,2.009,2.009,15.006,1,5,6,6,4,5,5,,1.948,16.835,17.715,8,6,6,6,6,6,6,Has a clear y and x axis and it very easy to read,0.827,26.466,27.54,6,4,,2.019,4.11,4.997,3,2,3,4,7,1,5,6,5.742,12.241,28.744,2,4,7,6,6,6,6,11,11,,2.879,10.684,12.07,9,4,4,1,1,4,5,2,30.937,33.082,13,3,,1.443,1.443,2.151,1,1,1998,Washington,6,2,1,,2,,,11,4,2,0.718,40.052,43.763,23,5e17945242fb0b000da71b21,,,,,0,, +2023-03-12 23:32:33,2023-03-12 23:50:07,0,172.58.129.62,100,1053,1,2023-03-12 23:50:08,R_yyUWjsVxLn513QR,,,,,25.7846,-80.233,anonymous,EN,1,19.402,19.402,20.673,1,,,,,,,,0,0,15.129,0,97,93,85,26.315,34.13,37.389,3,39.416,73.137,87.435,3,1,1,45.026,98.58,100.45,3,-3,-3,32.075,77.404,79.941,2,1,62.674,62.674,65.573,1,0,0,15.052,0,6,4,6,4,5,6,,21.6,35.775,39.125,6,4,5,4,1,1,6,It did not show data that greatly increased one week and then decrease suddenly. The ebb and flow of infestation seemed natural.,5.226,150.249,164.888,8,4,,8.409,8.409,11.001,1,2,7,3,4,1,5,6,0,0,38.868,0,6,7,4,5,9,4,10,6,,23,44.047,59.905,8,3,3,2,3,3,3,24.226,49.322,53.096,6,2,,5.825,5.825,9.15,1,1,1954,Florida,5,2,1,,7,,,7,4,2,3.412,145.72,162.59,21,5ddcd77f23f9f1c2c45d6c18,,,,,0,, +2023-03-12 23:45:07,2023-03-12 23:50:12,0,184.103.58.107,100,304,1,2023-03-12 23:50:12,R_2WNFwQnGeysDld2,,,,,33.3874,-112.0998,anonymous,EN,1,2.214,5.121,6.001,4,,,,,,,,12.42,12.42,15.106,1,62,75,45,6.832,11.215,11.938,4,3.363,6.79,11.959,2,-1,-1,1.589,5.54,6.972,4,-3,-2,2.097,53.378,54.203,6,-1,9.474,11.113,12.211,2,1.502,1.502,15.014,1,3,3,5,5,6,4,,2.673,12.575,13.102,10,6,5,6,5,3,5,I seen many reports of insect and fungi related infections.,1.164,3.629,23.347,2,1,,3.639,6.623,7.905,3,2,7,3,4,1,5,6,0,0,18.949,0,3,1,7,2,1,3,6,4,,3.049,14.495,14.843,12,2,4,3,5,3,4,2.614,7.766,10.718,7,7,,2.387,2.387,3.4,1,1,1996,Arizona,6,2,1,,7,,,10,4,1,2.129,39.777,40.762,18,61363ce02e6022a741d63a6e,,,,,0,, +2023-03-12 23:35:02,2023-03-12 23:50:13,0,35.148.23.141,100,910,1,2023-03-12 23:50:14,R_2eatHxPaSCT8qkA,,,,,44.5228,-89.5583,anonymous,EN,1,2.468,3.354,4.263,2,2,,2,1.771,1.771,2.821,1,0,0,15.007,0,57,76,44,0.597,48.337,49.421,7,4.865,23.203,24.108,5,1,1,4.143,58.79,59.718,11,-3,-3,12.629,76.41,78.15,9,1,15.686,58.776,60.796,5,5.481,5.481,15.008,1,3,2,2,5,3,2,,5.337,46.04,48.218,9,2,4,4,2,2,3,"I think that it would be more transparent if we also had info on how serious/life-threatening cases were. I also just find the data hard to believe, because I haven't known any unvaccinated people who got COVID-19 in the last year, yet I have known a handful of vaccinated people who have.",3.964,3.964,129.515,1,2,,9.438,11.964,13.101,2,2,7,3,4,1,5,6,12.893,23.643,24.462,3,2,4,9,9,4,7,10,9,,6.589,48.659,49.701,12,3,3,2,3,4,4,2.514,159.595,160.744,12,4,2,2.736,20.779,21.596,5,2,1999,Wisconsin,6,3,1,,9,,Hortonville,13,3,1,1.371,77.138,80.958,22,60fc54b735f3211d0d10a371,,,,,1,, +2023-03-12 23:37:28,2023-03-12 23:50:17,0,137.25.201.195,100,769,1,2023-03-12 23:50:18,R_3EMydtHlggSmv7v,,,,,34.5404,-117.3532,anonymous,EN,1,24.204,24.204,25.449,1,,,,,,,,0,0,15.005,0,85,96,74,24.525,32.342,36.528,3,12.178,26.717,33.911,4,1,1,33.887,46.033,54.159,2,-3,-3,63.61,108.029,109.33,3,1,40.056,40.056,46.249,1,0,0,15.111,0,4,2,5,2,5,5,,17.951,50.996,63.203,6,4,4,4,2,1,5,The source of the data seemed like a trustworthy organization and the visualization looks clean and professional.,3.953,3.953,53.851,1,6,,9.735,23.733,28.033,6,2,7,3,4,1,5,6,0,0,24.4,0,6,9,7,9,7,6,10,10,,15.241,60.743,80.1,15,4,4,1,2,3,4,12.457,38.481,40.422,6,2,,7.32,7.32,9.198,1,2,1983,California,4,2,1,,7,,,11,4,2,3.197,50.285,52.188,11,5d4b14caed2dfc0001a22c1a,,,,,0,, +2023-03-12 23:27:00,2023-03-12 23:50:37,0,172.58.5.102,100,1416,1,2023-03-12 23:50:38,R_3fposxNHrBYzwl3,,,,,33.7173,-84.4783,anonymous,EN,1,13.888,28.078,30.073,3,,,,,,,,4.886,4.886,15.114,1,100,44,50,11.7,25.055,26.792,6,3.951,97.494,99.16,18,1,-3,13.486,182.657,184.259,12,1,-3,116.928,162.943,164.452,5,-2,15.663,38.641,40.082,4,0,0,15.012,0,3,3,3,3,2,3,,1.132,21.318,25.201,10,4,3,7,1,1,3,I'm not sure if it's accurate or not because i'm not familiar with the topic.,6.077,79.934,83.507,2,2,,30.469,37.457,40.077,4,2,7,3,4,1,5,6,11.398,25.626,27.787,2,3,3,1,2,4,2,4,5,,35.728,55.212,56.598,10,3,3,1,1,3,3,6.683,46.738,47.955,9,1,,34.65,37.768,39.193,2,1,1987,Georgia,2,2,1,,9,,"albany, ga",3,2,2,45.39,135.731,142.532,20,63039dbefda87c47a91fec04,,,,,0,, +2023-03-12 23:42:11,2023-03-12 23:53:56,0,199.66.65.227,100,705,1,2023-03-12 23:53:57,R_Z2lAA9Tq2wPIDHH,,,,,41.6837,-88.3499,anonymous,EN,1,13.828,13.828,14.658,1,,,,,,,,0,0,15.008,0,81,5,63,7.457,23.352,24.352,5,21.211,147.87,150.354,11,1,1,37.403,44.853,45.867,2,1,-3,62.163,113.883,114.858,2,1,9.901,38.506,40.978,2,7.96,13.863,15.011,2,5,3,5,4,4,5,,5.991,19.038,20.717,7,5,2,4,2,7,5,"There is a lot of information, I would find it hard to believe that someone would take all that time to put together an untrustworthy visual like this.",13.522,13.522,41.442,1,5,,7.864,8.828,10.059,2,2,7,3,4,1,5,6,0,0,10.918,0,5,7,7,7,9,6,11,10,,8.664,23.466,26.017,8,3,4,2,3,3,4,21.13,36.712,37.841,6,2,,3.986,3.986,6.085,1,2,1999,Illinois,6,1,1,,8,Yorkville,,17,4,2,6.566,75.919,78.596,22,6101ced6dafdbea2d88a52b0,,,,,0,, +2023-03-12 23:32:57,2023-03-12 23:56:03,0,73.143.196.250,100,1386,1,2023-03-12 23:56:03,R_1f4667MY6GDXYCu,,,,,41.698,-70.0602,anonymous,EN,1,21.361,21.361,22.335,1,2,,2,3.1,3.1,4.3,1,0,0,15.021,0,70,93,95,55.433,94.528,96.637,9,50.059,208.464,220.987,36,1,1,33.022,47.434,49.751,2,-3,1,56.277,81.401,83.177,2,1,60.001,84.705,99.75,3,0,0,15.017,0,2,2,2,4,5,5,,17.588,89.042,96.973,7,3,5,2,7,7,3,I would need to have at least one other source confirming the same information before I trusted this .,7.561,90.593,91.629,5,3,,14.094,24.166,32.172,2,2,7,3,4,1,5,6,0,0,20.971,0,5,5,8,9,4,7,10,9,,8.923,47.337,52.292,9,3,3,3,2,4,3,21.955,81.857,83.082,7,3,4,13.56,40.284,41.958,2,1,1975,Massachusetts,2,2,1,,7,,,10,3,2,6.023,256.656,261.434,62,640d43c9451ce148162a7643,,,,,1,, +2023-03-12 23:30:25,2023-03-12 23:57:03,0,73.174.244.12,100,1597,1,2023-03-12 23:57:03,R_1CBH2uBmiwxwQuj,,,,,39.3408,-80.0285,anonymous,EN,1,50.137,50.137,51.248,1,,,,,,,,0,0,15.131,0,67,71,23,28.912,78.454,80.536,11,5.887,136.814,140.905,35,-2,-1,4.738,183.19,184.79,11,-3,-3,45.806,252.385,260.394,13,-2,3.61,60.215,61.844,3,11.606,11.606,15.04,1,5,2,4,4,4,4,I have no additional thought nor comment.,5.948,103.218,105.08,14,3,3,4,3,3,3,"The visualization appears to be well-designed and informative, but its effectiveness ultimately depends on the accuracy and reliability of the data it represents, and whether it meets the user's specific needs and goals. Ultimately, it is up to the user to determine whether or not they trust the information conveyed by the visualization.",7.85,71.956,74.638,3,4,,6.362,21.503,24.498,2,2,7,3,4,1,5,6,0,0,58.79,0,4,5,7,6,5,8,11,11,,6.566,29.747,37.002,16,4,3,4,3,5,4,2.15,82.898,85.139,7,6,,10.848,10.848,12.732,1,2,1942,California,7,1,1,,7,,,14,2,2,80.334,162.903,173.49,23,64033349ec5c1a27ee79d14b,,,,,0,, +2023-03-12 23:23:38,2023-03-12 23:57:13,0,99.96.118.119,100,2015,1,2023-03-12 23:57:14,R_3h3CS0WJ2ELqWVz,,,,,33.9521,-84.5475,anonymous,EN,1,16.341,16.341,19.656,1,,,,,,,,0,0,15.106,0,87,79,72,14.328,41.351,43.432,4,21.322,94.306,133.787,9,1,1,51.921,70.223,73.573,4,-3,-3,84.357,116.703,135.914,2,1,33.302,33.302,35.115,1,0,0,15.018,0,3,3,3,5,6,4,,11.844,32.32,43.62,6,3,6,5,4,4,5,Crop pests and diseases aren't something that would normally be falsified. Pesticides and anti-fungals aren't cheap - no farmer would want to use more than needed and conversely wouldn't want to NOT use them if they were needed. So the agency putting out the information has a real incentive to make sure the information's as solid as possible.,2.894,2.894,200.444,1,5,Interesting survey - thank you!,7.618,9.95,24.529,2,2,7,3,4,1,5,6,0,0,76.481,0,3,4,9,8,2,10,7,9,,4.696,63.625,170.647,8,3,4,2,2,5,4,6.264,36.16,142.97,6,5,,5.651,5.651,167.297,1,1,1956,Georgia,6,2,1,,7,,,12,3,2,2.192,477.609,628.302,19,62ffe399d769a8e595609133,,,,,0,, +2023-03-12 23:50:07,2023-03-13 00:05:53,0,172.59.144.137,100,946,1,2023-03-13 00:05:54,R_1Nt6466WnD9QWO4,,,,,37.9186,-121.3132,anonymous,EN,1,7.849,22.226,23.169,7,1,3,2,3.221,7.436,8.542,3,9.727,11.239,15.012,2,100,98,68,5.229,22.738,23.941,6,4.857,51.621,52.487,10,-1,-3,25.29,121.185,121.917,11,-3,-3,15.107,61.601,62.531,6,-3,14.789,39.981,40.674,5,8.484,13.969,15.011,3,6,5,5,6,6,6,,11.703,65.174,66.185,18,5,6,5,6,5,6,It is based on science as far as I can tell,8.7,75.788,79.7,4,4,,6.847,13.039,13.987,5,2,7,3,4,1,5,6,13.879,27.091,27.772,3,8,6,4,6,10,2,11,9,,4.154,28.314,29.739,11,4,5,1,1,5,5,8.079,34.431,35.417,12,2,1,4.701,15.537,17.083,6,2,1969,California,6,2,1,,9,,white/hispanic,16,4,1,5.327,238.301,239.366,54,56fb36ca34a0d3000b1a5701,,,,,1,, +2023-03-12 23:45:27,2023-03-13 00:06:06,0,174.235.32.95,100,1239,1,2023-03-13 00:06:07,R_2fxJmAqfBx3uM5Y,,,,,35.2296,-80.843,anonymous,EN,1,11.534,65.611,68.682,40,1,2,2,2.773,7.35,9.901,3,0,0,15.012,0,84,45,5,4.477,30.455,32.694,8,10.293,173.704,174.79,41,1,1,61.07,82.769,84.055,6,-3,-3,4.957,87.782,89.073,11,-3,3.784,144.907,146.338,18,14.802,14.802,15.013,1,3,3,3,7,7,3,,3.569,45.873,47.389,11,4,3,1,7,2,3,Because I dont know where the information came and if it was accurately kept up with. And I don't trust alot of things or people trust is a very special thing and it gets broken a lot and I just don't trust stuff.,9.278,9.278,88.411,1,1,,6.645,19.259,20.301,11,2,7,3,4,1,5,6,16.564,31.258,32.338,3,6,6,6,6,9,4,11,9,,1.201,35.41,37.957,15,3,3,5,2,4,3,21.023,60.968,62.192,10,4,2,16.388,27.742,32.496,4,1,1983,North Carolina,2,2,1,,7,,,4,3,1,4.74,114.442,116.129,73,5ec617a2e79285689c82fb8f,,,,,1,, +2023-03-12 23:38:32,2023-03-13 00:08:36,0,121.91.229.168,100,1803,1,2023-03-13 00:08:37,R_6mUpOVbvFD6vmk9,,,,,40.0172,-75.0883,anonymous,EN,1,7.85,7.85,10.301,1,1,3,2,9.586,30.617,32.502,4,0,0,15.077,0,74,94,40,3.894,109.614,113.441,16,6.089,71.425,83.42,17,-2,1,4.482,128.577,139.737,10,-3,-3,4.854,193.741,208.072,11,-3,2.958,127.83,139.553,4,7.968,12.296,15.167,2,4,3,3,5,5,5,I have nothing to say. Thanks.,7.062,89.758,91.753,16,5,4,6,5,3,6,I found this visualization to be a research and scientific analysis that is very informative.,3.053,249.773,361.623,5,4,No comments. Thanks.,1.976,23.041,42.147,6,2,7,3,4,1,5,6,3.99,74.646,79.332,6,10,11,11,7,10,8,11,11,No comments.,1.789,47.021,55.95,17,4,5,4,3,4,3,3.672,38.543,40.556,7,2,1,0.819,26.546,28.501,6,2,1991,Virginia,6,3,1,,7,,,15,2,1,1.367,203.039,209.517,32,614ee5e28a2f0a07d4d639dd,,,,,1,, +2023-03-12 23:41:06,2023-03-13 00:11:53,0,67.247.164.186,100,1847,1,2023-03-13 00:11:54,R_2QMnugZVX5P069l,,,,,43.2078,-77.6602,anonymous,EN,1,7.359,30.413,31.478,5,1,2,2,2.435,7.611,15.238,2,4.089,4.089,15.009,1,0,0,27,63.039,115.797,118.479,12,7.102,224.702,249.982,15,1,1,72.937,112.905,123.281,2,1,1,156.278,248.956,262.255,4,1,23.832,106.35,167.811,16,0,0,15.028,0,6,6,6,4,6,6,Including both vaccinated individuals and the unvaccinated in the same chart was very confusing to me when I first was presented with the data.,15.193,143.772,157.569,12,4,2,7,1,7,6,"Because I view the source, the CDC, as a credible source of information.",3.167,3.167,80.233,1,1,,5.312,5.312,19.98,1,2,7,3,4,1,5,6,0,0,54,0,2,7,1,1,11,1,11,4,,10.726,54.605,93.788,11,5,5,1,2,5,4,16.415,67.044,86.257,7,1,1,19.185,32.296,45.53,2,1,1984,New York,2,2,1,,7,,,1,3,2,3.651,157.152,193.791,17,565b2be310593c000bff9695,,,,,1,, +2023-03-13 00:15:25,2023-03-13 00:22:31,0,74.96.61.186,100,426,1,2023-03-13 00:22:32,R_2CxGy8dicE0PyBZ,,,,,38.8452,-77.4651,anonymous,EN,1,5.904,5.904,6.748,1,,,,,,,,13.529,13.529,15.108,1,71,76,40,6.375,12.015,12.725,4,3.948,6.941,18.702,2,1,1,9.734,41.713,42.905,6,-3,-3,16.991,41.134,42.005,3,1,42.439,42.439,43.203,1,0,0,15.01,0,3,3,3,4,4,4,,8.89,19.563,20.932,7,5,5,4,3,7,4,"It is well presented and doesn't seem misleading. For example, the scales are the same (in units of 1000 for each line).",1.214,7.514,27.633,2,2,,2.778,2.778,9.826,1,2,7,3,4,1,5,6,14.79,14.79,15.006,1,3,5,1,3,3,4,9,8,,4.346,16.901,18.802,12,1,2,4,4,1,1,5.667,14.884,15.543,7,1,,2.456,2.456,3.505,1,1,1996,Virginia,6,2,1,,2,,,9,4,2,5.27,45.05,54.05,11,62e01fdb9adf283ff375724f,,,,,0,, +2023-03-13 16:09:10,2023-03-13 16:21:09,0,73.46.216.13,100,719,1,2023-03-13 16:21:10,R_3s0KqSTYuI9a5WK,,,,,26.0276,-80.2528,anonymous,EN,1,4.528,9.447,10.546,5,,,,,,,,1.728,1.728,15.013,1,94,97,66,1.133,29.379,32.051,11,6.13,68.786,70.561,5,1,1,1.618,54.699,56.33,16,-3,-3,2.855,47.205,48.1,10,-2,16.805,52.55,54.027,7,10.386,11.454,15.013,2,4,3,3,5,5,4,,5.068,31.294,32.503,22,3,5,5,2,7,5,I was told that the visualization was accurate. I would not completely trust it without extra information in the real world.,6.879,8.218,65.281,3,3,,7.601,14.002,15.227,6,2,7,3,4,1,5,6,9.868,42.683,43.644,3,4,3,5,4,5,3,9,8,,6.881,39.062,40.17,13,3,4,2,2,4,4,6.056,43.636,44.653,11,1,,9.016,11.509,12.831,2,2,1988,Florida,6,2,1,,4,,,11,2,1,2.287,97.697,98.62,77,5fc39578c37dd8683daabe49,,,,,0,, +2023-03-13 16:17:34,2023-03-13 16:23:53,0,70.23.58.238,100,378,1,2023-03-13 16:23:53,R_2VsF615PA5xETky,,,,,40.8833,-73.1597,anonymous,EN,1,4.067,4.067,4.938,1,,,,,,,,0,0,15.091,0,20,71,19,23.252,26.792,27.927,3,10.25,16.9,18.068,4,-2,1,16.573,25.737,26.112,3,-3,-1,6.261,8.95,11.373,4,-3,8.403,8.403,9.986,1,0,0,15.068,0,5,5,5,5,5,5,,26.61,28.803,30.694,6,4,4,5,5,5,4,It seems accurate.,2.989,2.989,13.586,1,3,,2.973,2.973,6.345,1,2,7,3,4,1,5,6,17.868,17.868,38.355,1,1,5,2,5,2,9,8,9,,5.236,11.919,13.554,8,3,3,5,3,3,3,4.308,8.994,10.951,6,5,,4.647,4.647,6.301,1,2,1972,Nevada,6,1,1,,2,,,13,3,1,1.214,54.028,55.41,16,63cbf0541ff94d37ddccfe9d,,,,,0,, +2023-03-13 16:15:35,2023-03-13 16:26:50,0,76.97.114.171,100,675,1,2023-03-13 16:26:51,R_3JklfxXWcOpPZA9,,,,,33.5631,-84.5832,anonymous,EN,1,4.994,4.994,5.872,1,1,4,2,9.199,11.197,13.053,2,0,0,15.006,0,63,100,61,8.435,14.721,17.66,3,12.458,17.922,35.665,2,1,1,43.968,77.578,83.388,3,-3,-3,18.449,61.963,64.122,8,1,41.134,41.134,42.406,1,0,0,15.014,0,4,4,5,5,5,5,,8.56,20.56,22.272,6,4,5,5,2,4,5,As long as you have the ability to hover over the individual bars everything is represented fairly well.,20.374,20.374,77.516,1,6,,6.942,6.942,12.302,1,2,7,3,4,1,5,6,0,0,25.757,0,1,4,7,3,7,5,10,10,,9.066,34.216,36.216,10,3,2,2,2,4,4,12.803,69.573,70.741,8,4,2,5.47,13.343,15.066,2,1,1999,Georgia,2,1,1,,7,,,11,2,2,2.911,74.896,76.013,13,5fe4e6bf8bcb1f2bd103d1c7,,,,,1,, +2023-03-13 16:21:42,2023-03-13 16:30:45,0,47.155.34.61,100,542,1,2023-03-13 16:30:46,R_3Grl11qIni9ZvcH,,,,,33.7903,-118.1215,anonymous,EN,1,15.688,15.688,17.675,1,1,2,1,2.338,4.728,6.237,2,0,0,15.012,0,85,100,65,18.959,24.349,29.024,3,12.831,20.766,26.934,2,-3,1,42.044,53.321,54.443,2,-3,-3,41.339,69.224,70.851,2,1,16.081,16.081,16.929,1,0,0,15.007,0,5,6,5,4,6,4,,4.846,14.782,17.451,6,4,6,4,3,3,5,"From what I've seen where I lived and seen online across various sources, it does make sense.",1.598,6.004,41.869,2,4,,6.679,6.679,8.351,1,2,3,4,5,1,6,7,0,0,11.623,0,1,3,2,3,4,1,8,6,,4.351,15.197,17.507,8,3,1,2,3,4,2,9.332,35.843,36.847,8,3,3,2.33,9.576,10.911,2,1,1996,California,3,1,1,,4,,,11,4,2,1.633,104.033,104.958,41,606cc866e962b64372e64473,,,,,1,, +2023-03-13 16:22:18,2023-03-13 16:31:23,0,172.58.140.171,100,545,1,2023-03-13 16:31:24,R_3MbPjYoZ7wHbPix,,,,,41.8502,-87.6736,anonymous,EN,1,18.185,31.893,35.253,2,,,,,,,,1.488,1.488,15.113,1,93,91,73,8.905,16.69,17.383,6,12.438,41.87,42.871,4,1,1,3.357,66.157,66.772,9,-3,-3,11.155,65.346,66.157,7,-2,14.385,52.678,53.926,6,6.577,6.577,15.011,1,5,6,5,6,6,6,,5.468,18.382,19.427,9,6,6,6,5,4,6,it looks professional and it is very easy to read,2.301,2.301,15.945,1,5,,5.364,9.452,10.364,4,2,7,3,4,1,5,6,14.682,24.114,24.727,2,5,5,9,6,6,7,8,8,,4.625,20.711,22.053,10,3,4,3,3,4,3,6.006,25.127,26.174,8,5,,4.843,6.849,7.471,4,2,2001,Illinois,5,2,1,,7,,,13,3,2,1.366,55.054,56.481,21,610cb306e137dce2a4de6790,,,,,0,, +2023-03-13 16:19:44,2023-03-13 16:31:57,0,50.80.17.197,100,732,1,2023-03-13 16:31:57,R_sU0IiDGDvhHWt8t,,,,,41.9504,-91.6897,anonymous,EN,1,11.108,11.108,12.581,1,,,,,,,,0,0,15.01,0,73,10,59,14.546,30.906,33.208,4,21.953,101.958,103.533,13,1,1,29.881,48.168,54.383,2,-3,1,36.215,50.832,61.397,2,-1,28.386,53.456,55.038,5,0,0,15.115,0,4,4,5,3,7,3,the medium this graph is portrayed is not the best for comparing data,11.645,32.132,55.741,7,5,3,2,7,3,3,While the y and x axis have acceptable ranges its difficult to discern data on a stacked bar graph. I would prefer the data introduced to me in a different visualization ,2.825,84.373,88.547,8,5,,9.021,13.501,17.592,4,2,7,3,4,1,5,6,0,0,21.169,0,5,4,2,2,7,8,10,10,,7.416,28.567,34.11,10,4,4,1,2,4,4,7.232,21.467,22.33,7,3,,4.762,4.762,6.369,1,1,1993,Iowa,3,2,1,,3,,,5,4,1,1.634,80.822,82.342,19,5f51135fd3e0342eda5f66c5,,,,,0,, +2023-03-13 16:25:04,2023-03-13 16:32:18,0,142.197.50.143,100,433,1,2023-03-13 16:32:19,R_soPctIBCcjEG8iR,,,,,29.0511,-82.038,anonymous,EN,1,2.644,10.965,11.551,4,,,,,,,,2.377,11.28,15.106,7,84,82,67,15.154,32.868,33.827,10,14.511,19.383,21.455,2,1,1,3.159,38.036,39.148,6,-3,1,3.674,40.781,41.557,4,1,7.925,30.704,31.711,3,3.853,11.39,15.008,2,6,5,6,5,6,6,,5.363,21.957,22.963,18,5,6,3,1,1,5,It is professional looking and well done,2.014,18.999,27.71,5,6,,3.028,3.756,5.474,3,2,7,3,4,1,5,6,0,0,13.609,0,2,3,11,7,4,4,10,11,,9.905,28.396,29.829,25,1,1,4,4,2,2,3.986,17.955,18.606,13,3,,2.871,5.68,6.401,4,1,1987,Florida,6,2,1,,7,,,7,4,2,1.92,57.16,58.17,28,571144323d47e800096358d9,,,,,0,, +2023-03-13 16:25:56,2023-03-13 16:33:06,0,207.229.178.155,100,429,1,2023-03-13 16:33:07,R_1rcbNhmIfvA1G73,,,,,41.871,-87.6289,anonymous,EN,1,5.052,5.052,6.294,1,,,,,,,,0,0,15.115,0,73,81,39,6.138,11.027,11.275,4,7.29,77.656,81.122,6,-2,1,6.5,43.892,45.184,3,-3,-3,22.586,40.501,41.424,2,-1,2.451,44.642,45.343,3,3.41,4.597,15.014,2,4,4,4,4,4,4,,3.752,9.748,11.986,6,2,4,4,2,2,4,I don't really know where the information came from so it is hard to fully trust it.,2.765,10.867,28.924,3,3,,4.661,5.564,6.543,2,2,7,3,4,1,5,6,9.578,9.578,9.959,1,3,5,5,4,3,3,10,9,,4.214,14.469,15.967,9,4,4,2,2,4,4,3.733,13.873,14.141,7,3,,2.207,2.207,3.517,1,1,2001,Illinois,5,1,1,,7,,,11,4,1,1.137,35.735,44.349,11,5f01230b4f8dff26fad883d2,,,,,0,, +2023-03-13 16:24:23,2023-03-13 16:34:29,0,73.38.74.47,100,606,1,2023-03-13 16:34:30,R_3oBgimHOijg2DCG,,,,,42.0825,-72.5621,anonymous,EN,1,16.041,16.041,17.125,1,1,2,1,1.495,4.26,5.092,2,0,0,15.014,0,77,96,94,8.724,19.595,27.996,6,13.911,24.693,28.465,2,-2,-3,57.288,69.092,70.56,2,-3,-3,29.701,56.563,58.479,3,1,16.746,16.746,24.467,1,0,0,15.114,0,5,4,5,6,6,5,"I now see the information was obtained from the CDC, a trusted source",16.959,35.682,52.489,7,2,6,5,7,3,4,I did not see the source of the information but it looked accurate.,3.224,3.224,40.776,1,3,,7.531,7.531,10.117,1,2,7,3,4,1,5,6,0,0,23.853,0,2,7,1,5,4,4,11,10,,4.594,18.698,21.042,9,4,4,1,2,5,4,13.711,38.902,39.668,7,1,1,5.297,11.946,19.061,2,1,1997,Massachusetts,7,1,1,,7,,,13,4,2,2.818,78.507,84.002,16,616ef0bb9875de5db97fcb4c,,,,,1,, +2023-03-13 16:15:49,2023-03-13 16:36:04,0,73.251.50.71,100,1214,1,2023-03-13 16:36:05,R_2BaH2NdXxiLqmkx,,,,,37.4019,-79.8786,anonymous,EN,1,23.032,23.998,25.712,2,1,4,2,10.348,15.127,16.688,3,11.904,11.904,15.145,1,96,91,50,19.953,102.374,103.542,13,11.423,168.641,171.716,15,1,1,16.787,82.611,84.123,8,-3,-3,7.59,176.111,177.9,13,-2,3.792,25.328,28.613,4,12.409,12.409,15.035,1,5,5,5,5,5,5,,7.074,45.264,46.31,11,5,5,5,4,3,5,The CDC is a reliable source of research,7.308,9.594,75.803,3,5,,12.89,16.177,17.392,2,2,7,3,4,1,5,6,8.969,102.236,103.51,5,7,8,8,8,9,7,10,10,,12.933,42.207,43.57,13,4,5,1,1,5,5,9.956,48.342,50.129,8,2,1,7.044,22.1,23.353,4,2,1961,Virginia,7,3,1,,7,,,10,4,2,2.9,107.277,108.416,27,60be871a11e1b84fa2d3076b,,,,,1,, +2023-03-13 16:26:25,2023-03-13 16:36:18,0,66.223.177.241,100,592,1,2023-03-13 16:36:19,R_yVZDYVeh8HeRXWN,,,,,64.8544,-147.8469,anonymous,EN,1,6.112,6.112,7.002,1,1,1,1,1.313,4.872,6.039,2,0,0,15.009,0,58,77,50,7.71,15.28,16.866,4,16.676,21.054,21.496,3,1,1,28.611,37.89,38.901,2,-3,-3,53.603,110.997,113.351,3,1,36.964,36.964,38.616,1,0,0,15.108,0,5,7,7,6,6,5,The CDC's page does have a breakdown of age but I had to take 5 extra seconds to click the reference link and most people probably won't.,10.558,43.571,80.351,8,2,6,4,2,3,3,"It doesn't break it down by age, previous health, or political alignment.",4.17,4.17,31.08,1,3,,9.269,10.237,12.158,3,2,7,3,4,1,5,6,0,0,14.374,0,3,10,7,5,4,6,10,10,,9.637,31.279,33.354,8,1,1,5,4,3,2,12.014,33.626,35.181,6,2,1,11.201,17.199,20.353,2,1,1985,Alaska,7,1,1,,7,,,10,4,2,1.354,47.354,48.976,13,60df2a387184bf25da3ae6a2,,,,,1,, +2023-03-13 16:30:44,2023-03-13 16:36:44,0,40.133.142.193,100,359,1,2023-03-13 16:36:45,R_qJUwNjFu9wypByp,,,,,41.2616,-95.9355,anonymous,EN,1,2.771,2.771,3.661,1,1,2,1,1.612,3.813,4.933,3,14.428,14.428,15.01,1,73,30,30,6.173,9.274,10.794,3,6.562,15.797,34.89,4,-3,1,20.24,42.262,43.734,2,1,1,22.772,41.659,42.73,2,-3,16.263,17.946,18.401,2,0,0,15.013,0,3,1,3,7,6,7,,4.969,19.689,21.279,7,1,7,1,1,1,3,It seems real but it's hard to understand making it hard for me to decide if I fully trust it. ,2.392,2.392,20.251,1,3,,6.377,6.377,7.881,1,2,7,3,4,1,5,6,0,0,15.921,0,4,4,8,8,3,10,7,8,,3.414,13.649,15.189,8,4,4,1,4,4,3,3.92,15.321,16.326,6,6,1,1.524,5.193,6.213,2,2,1994,Nebraska,7,3,1,,9,,Omaha,9,2,1,1.057,32.565,33.836,16,60fee74fa3b33a3312af7568,,,,,1,, +2023-03-13 16:24:26,2023-03-13 16:38:06,0,75.134.219.72,100,819,1,2023-03-13 16:38:07,R_R2EXvUFFjmxlzW1,,,,,43.0352,-83.5248,anonymous,EN,1,4.931,4.931,6.574,1,2,,2,1.906,1.906,3.199,1,0,0,15.111,0,82,83,85,20.007,38.415,40.119,3,19.921,189.018,190.524,18,1,-3,39.145,60.345,67.6,2,-2,-3,34.079,84.742,86.049,4,1,35.973,58.796,60.26,4,8.396,8.396,15.009,1,3,5,3,6,5,3,,5.728,18.471,22.975,6,5,6,5,3,4,3,i have done my own research on covif 10 infection rates from medical professionals i know and many of them have seen more infections from people that are vaccinated so i dont trust the data that much.,2.886,2.886,64.958,1,4,,6.715,10.675,14.861,5,2,3,4,5,1,6,7,0,0,23.837,0,1,1,2,1,1,9,9,6,,8.224,18.536,20.947,8,2,4,1,4,3,2,11.108,34.476,35.534,6,7,4,4.391,11.304,12.635,2,1,1965,Michigan,5,2,1,,9,,goodrich,6,3,1,4.065,84.67,88.381,14,640d212a5935d5e5cb6ce6ad,,,,,1,, +2023-03-13 16:31:16,2023-03-13 16:38:21,0,108.51.134.197,100,424,1,2023-03-13 16:38:21,R_2y4sK0Eezp4sOfQ,,,,,39.037,-77.0412,anonymous,EN,1,5.058,5.89,6.646,2,1,4,2,1.685,4.382,5.243,3,0,0,15.011,0,80,93,67,0.477,15.383,16.17,7,4.188,38.277,39.19,5,-2,1,14.188,31.505,32.485,6,-3,1,7.237,37.12,38.804,6,1,23.35,33.416,34.094,4,5.279,14.502,15.124,2,5,5,5,6,4,5,,5.703,23.36,23.915,9,4,6,5,7,4,4,"The information seems straightforward, but there's no source cited.",1.786,1.786,20.08,1,6,,4.001,7.242,8.05,4,2,7,3,4,1,5,6,11.173,11.173,15.377,1,5,9,9,9,8,8,10,10,,4.285,17.456,18.674,9,5,5,1,1,5,5,5.832,17.549,18.544,7,2,2,3.249,9.16,10.735,4,2,1969,Maryland,7,3,1,,8,Silver Spring,,17,1,1,2.023,67.163,68.155,22,5eb0c3f05aeb111911ad74de,,,,,1,, +2023-03-13 16:32:00,2023-03-13 16:38:50,0,68.226.92.12,100,410,1,2023-03-13 16:38:50,R_3qU3X5Mefp3xJGM,,,,,41.886,-71.3457,anonymous,EN,1,4.383,4.383,5.538,1,,,,,,,,0,0,15.012,0,77,30,49,11.319,18.369,19.229,3,8.57,11.167,15.17,2,1,1,16.357,23.655,24.959,2,-3,-3,11.902,53.47,54.675,4,1,18.544,18.544,19.685,1,0,0,15.013,0,4,2,3,4,1,3,,5.889,16.652,19.317,7,2,1,1,1,1,7,you have to do math,1.986,1.986,10.842,1,5,,10.674,12.385,14.745,2,2,7,3,4,1,5,6,0,0,17.752,0,2,2,9,6,5,2,9,9,,8.338,30.309,32.753,9,3,3,2,2,4,1,8.544,38.864,39.875,7,4,,3.239,3.239,5.133,1,2,1998,Rhode Island,7,2,1,,7,,,10,4,2,2.687,56.047,59.415,13,6100559e88e45c95776083a1,,,,,0,, +2023-03-13 16:28:53,2023-03-13 16:39:23,0,98.38.4.130,100,629,1,2023-03-13 16:39:23,R_330ZaIkRNZb5its,,,,,39.7067,-104.9694,anonymous,EN,1,5.506,5.506,6.714,1,1,2,1,1.572,7.218,8.538,3,0,0,15.009,0,80,16,67,10.839,24.491,25.318,7,15.625,54.429,58.51,5,-2,-3,27.349,37.776,39.228,2,-3,1,44.982,58.282,70.024,2,-3,57.264,57.264,61.284,1,0,0,15.007,0,5,2,4,5,5,5,,13.319,30.364,33.231,6,3,5,5,2,2,5,I trust the data source and it's a logical way to represent it,1.815,1.815,68.078,1,6,,9.81,9.81,11.777,1,2,3,4,5,1,6,7,0,0,19.075,0,2,5,4,6,5,5,8,8,,5.938,24.422,26.558,8,3,3,2,2,3,4,13.864,32.682,33.664,7,2,4,3.299,9.65,11.218,2,1,1995,Colorado,6,3,1,,9,,Denver,4,4,1,2.711,57.141,61.149,17,611bfbd4af7fa6a01a106813,,,,,1,, +2023-03-13 16:34:15,2023-03-13 16:40:58,0,71.197.184.234,100,403,1,2023-03-13 16:40:59,R_3NKwcSFwu6Qecjb,,,,,47.2565,-122.4421,anonymous,EN,1,4.106,4.106,5.047,1,1,2,2,2.36,3.97,4.943,2,0,0,15.014,0,72,56,41,0.077,17.089,18.358,7,3.656,5.676,6.842,2,-2,1,33.516,43.222,44.145,2,-2,-1,20.871,53.585,54.859,2,1,26.378,26.378,27.275,1,0,0,15.017,0,3,3,3,3,3,3,,1.491,20.34,23.218,8,5,2,2,7,7,3,I don't have enough informaton about who made the data,3.577,3.577,19.052,1,3,,6.855,9.047,10.576,3,2,7,3,4,1,5,6,0,0,17.196,0,2,2,2,2,2,2,6,7,,4.489,14.127,15.219,8,3,3,2,2,3,3,9.568,18.703,19.552,6,2,3,5.747,9.571,10.714,2,2,1989,Washington,3,3,1,,8,Puyallup,,5,4,2,2.415,49.758,52.95,15,5f13b237c08bc13e4ef2e760,,,,,1,, +2023-03-13 16:31:42,2023-03-13 16:42:12,0,100.0.164.34,100,630,1,2023-03-13 16:42:13,R_2nvp7pBb9MEGWaZ,,,,,42.2904,-71.0712,anonymous,EN,1,8.257,8.257,9.039,1,1,2,1,2.515,4.953,5.715,3,0,0,15.109,0,85,90,81,11.629,17.621,19.833,3,12.245,19.291,37.031,2,1,1,25.022,43.228,48.899,2,1,1,39.316,81.931,84.101,3,1,9.981,23.201,24.407,2,0,0,15.007,0,5,4,5,5,4,5,,18.653,44.981,46.986,8,5,5,5,4,4,5,It uses the same scales on both graphs,3.533,6.018,27.696,5,4,,8.317,9.531,13.508,2,2,7,3,4,1,5,6,18.456,18.456,26.162,1,1,5,1,6,6,1,10,10,,14.214,54.857,56.343,9,5,5,1,2,5,5,8.135,23.969,24.899,6,2,3,6.315,20.036,22.124,3,1,2002,New Hampshire,2,3,4,Portuguese,4,,,17,2,2,2.9,110.838,111.207,36,610e4001aab8a70cb6e81967,,,,,1,, +2023-03-13 16:39:26,2023-03-13 16:45:08,0,68.205.169.51,100,342,1,2023-03-13 16:45:08,R_2yeVJ3ucoeNu2qZ,,,,,29.1383,-80.9956,anonymous,EN,1,2.127,2.127,2.742,1,1,1,1,2.022,4.898,5.616,4,0.901,2.634,15.006,2,100,100,50,4.107,8.442,8.986,4,6.205,12.264,21.369,2,-2,-3,5.234,30.206,36.109,3,-3,-3,11.446,58.511,58.741,5,-2,12.63,31.041,31.857,7,0,0,15.007,0,6,6,6,6,6,6,,5.089,10.672,10.93,7,6,5,5,7,3,5,"The numbers are easily viewable. The data is all there, and if I want more information hovering over helps. I also trust the source.",1.742,1.742,16.987,1,4,,2.082,4.153,4.884,4,2,7,3,4,1,5,6,0.888,2.422,10.752,3,1,1,4,2,1,1,6,9,,2.489,14.439,15.077,10,1,1,4,3,2,1,2.307,13.226,13.793,9,3,1,1.303,4.39,5.04,2,1,1986,Florida,2,2,1,,7,,,12,4,1,1.556,30.737,38.801,19,55fc2b4377f33b000ecb21ed,,,,,1,, +2023-03-13 16:37:20,2023-03-13 16:46:05,0,173.29.56.149,100,524,1,2023-03-13 16:46:05,R_2e4QkIyxYQAPufD,,,,,40.9013,-89.5068,anonymous,EN,1,3.411,3.411,4.393,1,,,,,,,,3.693,3.931,15.008,2,89,50,100,4.608,12.821,14.063,5,8.945,19.045,28.919,3,1,1,1.471,37.42,38.382,8,1,-1,4.627,83.502,84.825,7,1,2.16,55.722,56.711,3,9.886,13.481,15.011,4,3,3,3,3,5,3,,6.87,17.046,19.123,6,4,5,5,1,3,5,"In the instructions it said, ""assume you trust the data"" so I said I trusted the visualization of the data",3.501,3.501,30.826,1,4,,2.64,7.316,9.337,6,2,7,3,4,1,5,6,2.522,7.008,18.685,4,2,3,7,4,4,4,5,6,,7.635,28.457,33.81,11,3,2,3,2,2,3,2.765,33.603,36.077,10,6,,4.597,7.998,15.255,5,2,1992,Illinois,6,3,1,,7,,,11,1,2,2.769,50.962,53.19,21,610350093de97785fa2890b2,,,,,0,, +2023-03-13 16:36:24,2023-03-13 16:46:11,0,153.33.114.25,100,587,1,2023-03-13 16:46:12,R_8pmj76tTlZk0609,,,,,34.0095,-81.0819,anonymous,EN,1,2.328,2.328,3.182,1,,,,,,,,0,0,15.008,0,80,80,50,6.495,14.966,16.178,4,5.27,23.872,26.788,3,1,1,34.441,46.911,49.722,2,-1,-3,60.918,88.987,90.099,2,-2,47.553,47.553,48.872,1,0,0,15.008,0,5,5,7,5,5,5,,22.266,31.8,33.8,6,5,6,5,4,5,5,It has a clear and professional presentation which makes it seem more credible.,1.6,1.971,47.556,2,4,,6.449,6.449,7.999,1,2,7,3,4,1,5,6,0,0,13.536,0,4,6,5,7,5,4,9,8,,4.144,16.306,17.841,8,4,4,2,2,5,4,7.143,32.622,33.603,6,2,,4.329,4.329,6.424,1,1,1998,South Carolina,3,1,1,,3,,,4,3,1,1.735,111.966,116.292,33,5f036ad6524fe7281a4ad892,,,,,0,, +2023-03-13 16:36:33,2023-03-13 16:47:15,0,76.156.47.217,100,642,1,2023-03-13 16:47:15,R_3h0GCZvXN1p6RUp,,,,,44.971,-93.0498,anonymous,EN,1,4.34,4.34,5.247,1,,,,,,,,0,0,15.018,0,76,19,84,28.927,33.716,35.222,3,8.707,76.868,79.972,14,1,1,39.561,49.943,55.796,3,-3,-3,55.484,72.708,73.727,2,-2,12.604,70.116,71.451,6,0,0,15.118,0,3,5,3,7,7,3,,14.989,29.139,31.984,6,4,2,3,7,7,4,I trust it but it's hard to read.,2.066,2.066,21.837,1,6,,18.944,20.196,21.816,3,2,7,3,4,1,5,6,0,0,18.953,0,3,3,7,5,3,4,8,10,,9.343,22.68,24.796,8,4,3,2,4,4,3,13.175,42.301,43.705,7,4,,4.428,4.428,6.017,1,1,1991,Minnesota,2,2,1,,7,,,6,2,1,1.577,60.473,62.104,15,63e51d228f42d1767efa8cbf,,,,,0,, +2023-03-13 16:38:46,2023-03-13 16:47:20,0,108.6.203.138,100,514,1,2023-03-13 16:47:21,R_PG1Xf1vRcr20aWd,,,,,40.7429,-73.9392,anonymous,EN,1,2.163,2.889,3.257,2,1,3,2,2.61,4.443,5.151,2,0,0,15.117,0,84,89,50,16.988,33.465,34.09,4,5.414,23.111,24.549,5,1,1,29.756,38.301,39.772,2,-3,-3,78.788,105.68,107.378,4,-3,17.774,38.582,39.808,9,3.614,3.614,15.111,1,5,3,4,5,6,5,,10.928,32.028,34.32,7,3,4,5,7,4,5,It's from the CDC,8.795,8.795,13.706,1,5,,7.284,9.515,11.103,3,2,7,3,4,1,5,6,0,0,18.081,0,1,5,4,4,1,2,9,7,,5.792,21.91,24.167,10,4,4,2,2,4,3,9.832,25.823,26.66,6,2,1,7.144,11.796,13.231,2,3,1997,New York,6,1,1,,7,,,17,4,2,2.71,51.044,53.324,17,6009fbabfbc35d122a0ccee8,,,,,1,, +2023-03-13 16:36:07,2023-03-13 16:47:26,0,129.7.0.214,100,679,1,2023-03-13 16:47:27,R_e4zDg2I0Gl7t7cl,,,,,29.7212,-95.3626,anonymous,EN,1,4.975,5.935,7.305,2,1,2,2,1.788,4.962,6.023,3,5.747,5.747,15.009,1,75,100,50,12.062,21.017,22.026,5,4.811,20.196,21.23,6,-2,-3,4.273,35.082,36.104,7,1,1,1.7,121.052,121.988,11,-3,4.511,97.478,98.563,4,0,0,15.015,0,5,3,4,5,6,4,,7.271,25.584,26.944,9,3,6,3,5,3,4,I think the data comes from a good source,2.931,2.931,14.738,1,4,,46.444,47.871,58.094,2,2,3,4,5,1,6,7,5.566,10.542,11.619,2,3,4,1,5,4,6,9,8,,3.64,22.196,23.322,12,3,3,2,3,4,3,2.657,19.773,20.93,10,2,2,3.459,18.826,19.801,6,2,2001,Texas,6,3,1,,9,,"Asian, Latina, Black",12,4,2,3.129,87.565,88.651,31,610764fe8fc46eb9f8868744,,,,,1,, +2023-03-13 16:36:59,2023-03-13 16:47:46,0,98.224.181.99,100,647,1,2023-03-13 16:47:47,R_2zYBRI75rgmB6MZ,,,,,42.6919,-83.0558,anonymous,EN,1,9.462,9.462,12.346,1,1,2,1,2.42,4.431,6.785,2,0,0,15.009,0,97,79,72,22.223,30.064,33.983,3,14.179,101.457,106.107,9,-2,1,38.567,57.28,60.988,2,-3,-3,22.52,58.52,61.533,2,-2,44.269,44.269,46.951,1,0,0,15.122,0,6,5,5,5,6,5,,6.102,13.527,17.105,6,5,5,5,4,5,5,I feel like it gave data that seemed believable so I would trust the chart,5.532,5.532,30.9,1,6,,8.853,8.853,10.97,1,2,7,3,4,1,5,6,0,0,21.549,0,6,7,10,9,8,9,10,10,,5.02,15.492,18.652,8,4,4,2,2,4,4,5.27,16.651,18.796,6,4,1,6.534,11.651,14.309,2,2,1964,Michigan,4,2,1,,7,,,16,4,2,3.003,93.865,104.003,16,62869a1b7fff9c9a48fe6087,,,,,1,, +2023-03-13 16:38:44,2023-03-13 16:47:51,0,96.246.23.144,100,547,1,2023-03-13 16:47:52,R_BPukkWG989e9Lbz,,,,,40.7584,-73.7973,anonymous,EN,1,2.009,2.235,3.465,2,1,2,1,2.146,4.068,6.096,2,0,0,15.112,0,75,37,68,13.589,21.961,23.425,7,4.803,23.585,24.624,8,-2,-2,3.68,43.619,50.126,14,1,-3,31.734,59.499,69.301,3,1,7.518,24.754,29.286,2,0,0,15.011,0,4,2,2,4,5,4,,3.299,56.082,57.334,15,7,7,7,7,7,2,The visualization is confusing and the overlapping of the unvaccinated and vaccinated numbers makes it hard to comprehend the true number of individuals affected. ,1.106,4.877,42.503,4,4,,1.507,5.226,5.555,6,2,7,3,4,1,5,6,0,0,13.027,0,4,5,1,4,3,5,10,10,,2.873,22.233,22.575,15,4,4,2,2,3,4,68.938,86.616,87.457,22,2,2,2.379,5.547,7.992,5,1,1996,New York,6,2,1,,2,,,12,4,2,7.109,36.019,37.539,16,60b7f8e35090572dc7e7548c,,,,,1,, +2023-03-13 16:40:22,2023-03-13 16:47:55,0,47.7.188.186,100,453,1,2023-03-13 16:47:56,R_1pss0BSypbY1U7q,,,,,35.6854,-88.8281,anonymous,EN,1,6.073,6.073,6.839,1,,,,,,,,0,0,15.008,0,100,81,77,11.682,22.396,23.4,5,17.17,63.517,67.151,7,-2,1,7.217,27.431,29.547,4,1,1,25.541,43.965,53.053,4,1,46.609,46.609,48.097,1,0,0,15.061,0,6,6,6,6,6,6,,4.966,12.49,15.8,8,5,5,6,7,7,6,I trust this visualization because it's pretty and detailed.,1.937,1.937,24.497,1,4,,4.785,4.785,5.93,1,2,7,3,4,1,5,6,0,0,9.178,0,3,4,2,4,8,3,10,8,,2.217,12.63,13.658,15,1,1,5,5,1,1,4.183,28.971,29.974,8,1,,2.828,3.236,4.801,2,1,1991,Tennessee,3,2,1,,7,,,3,4,2,26.157,54.952,56.222,14,6306f070d4f94e56cb544400,,,,,0,, +2023-03-13 16:39:15,2023-03-13 16:47:57,0,71.67.120.160,100,522,1,2023-03-13 16:47:58,R_rpT95RlpRnxtUQ1,,,,,39.336,-84.3126,anonymous,EN,1,10.06,10.06,11.003,1,,,,,,,,0,0,15.006,0,90,56,93,6.728,12.296,14.359,4,14.913,44.557,47.165,6,1,1,21.672,31.751,43.128,2,1,-3,40.395,93.995,94.793,2,1,56.157,56.157,57.719,1,0,0,15.01,0,5,5,5,5,5,5,,16.753,23.414,25.365,5,5,5,6,2,2,5,It is presented in a professional and scientific way that makes it seem accurate,3.568,19.193,27.621,2,5,,6.441,6.441,8.561,1,2,7,3,4,1,5,6,0,0,15.786,0,6,8,6,7,8,7,11,10,,6.371,17.269,19.367,8,4,5,2,2,5,4,6.828,22.212,25.38,6,1,,5.753,6.136,7.72,2,1,2000,Ohio,6,3,1,,2,,,19,4,2,2.632,47.923,49.339,11,63d17d9a75ad3d6be9141600,,,,,0,, +2023-03-13 16:37:35,2023-03-13 16:50:12,0,68.8.6.50,100,756,1,2023-03-13 16:50:12,R_1l6rcDcsYJGV5OS,,,,,32.7203,-117.1552,anonymous,EN,1,6.604,6.604,7.768,1,1,3,2,6.388,9.004,10.762,2,0,0,15.008,0,100,100,51,10.961,29.449,30.711,4,11.859,22.363,23.372,3,1,1,58.008,69.624,71.865,2,-3,-3,31.922,60.722,63.039,2,-1,69.041,78.273,80.2,3,0,0,15.009,0,6,7,5,5,6,6,,10.349,26.275,28.032,6,2,6,5,4,7,5,"Matches data from the CDC & other reputable sources, though suspect these undercount the actual number of cases, especially in the case of unvaccinated individuals.",3.816,3.816,84.049,1,4,,6.918,12.295,15.257,3,2,7,3,4,1,5,6,0,0,37.894,0,4,4,1,2,7,1,9,9,,7.639,48.847,51.304,12,4,5,1,1,5,5,7.752,26.936,28.836,7,4,1,2.268,7.084,9.832,2,1,1959,California,7,3,1,,9,,A little dab of everything,12,4,1,2.712,118.204,125.779,18,615251a465f058e211cfbbb8,,,,,1,, +2023-03-13 16:39:48,2023-03-13 16:50:53,0,72.82.29.101,100,664,1,2023-03-13 16:50:53,R_1Cqp0MhWLQdhheA,,,,,41.64,-71.6435,anonymous,EN,1,10.463,10.463,11.618,1,,,,,,,,0,0,15.008,0,81,97,67,23.704,32.169,34.194,3,13.963,27.924,30.586,2,1,1,22.954,69.9,71.814,4,-3,-2,26.089,39.709,41.206,2,1,29.495,29.495,30.546,1,0,0,15.005,0,3,7,2,4,5,4,,5.585,19.416,22.735,8,2,5,6,4,3,4,this visualization matches my personal experience to a certain degree so I find myself slightly agreeing with it.,4.689,4.689,79.133,1,3,,8.314,8.314,10.285,1,2,7,3,4,1,5,6,0,0,18.426,0,5,4,6,7,3,8,8,9,,4.028,13.864,16.438,8,2,3,4,4,2,4,2.762,8.316,10.245,6,3,,7.65,7.65,10.13,1,1,2002,Massachusetts,6,3,1,,7,,,7,4,1,1.304,180.007,206.075,14,63d42387aba51e699ab9ce5c,,,,,0,, +2023-03-13 16:39:14,2023-03-13 16:52:21,0,74.136.136.11,100,786,1,2023-03-13 16:52:21,R_2w0od5IkKbcY6z4,,,,,39.494,-80.2221,anonymous,EN,1,4.372,4.372,5.434,1,,,,,,,,7.098,7.098,15.005,1,100,100,67,19.082,28.421,29.211,4,10.605,26.58,64.412,4,-2,1,47.466,104.275,105.754,6,-3,-3,24.746,104.867,105.934,4,-2,32.945,60.847,61.861,7,0,0,15.007,0,6,3,6,4,5,6,none,12.4,45.571,49.72,8,4,4,5,5,3,6,it's put together well with the interaction when hovering over and shows the more specifics,6.236,6.236,31.611,1,1,none,8.106,9.521,16.087,2,2,7,3,4,1,5,6,0,0,25.002,0,1,1,1,1,5,5,9,9,i have no trust in government or politics etc because they love to lie a lot and deceive the public a lot,7.825,56.044,59.509,11,5,4,1,1,5,4,12.671,42.286,43.697,7,4,,5.189,5.189,7.255,1,2,1982,West Virginia,3,2,1,,8,fairmont,,9,4,2,1.155,86.762,91.211,25,5cc90a99f24f6c001c1692e7,,,,,0,, +2023-03-13 16:32:32,2023-03-13 16:53:17,0,24.89.25.50,100,1244,1,2023-03-13 16:53:17,R_2dKnUUwiGlOzsoQ,,,,,39.6343,-77.7337,anonymous,EN,1,13.576,13.576,37.701,1,1,4,1,4.029,6.63,8.326,2,0,0,15.109,0,100,15,76,53.317,97.315,98.949,10,26.432,81.114,119.326,6,-2,1,42.125,67.574,75.632,2,1,1,155.715,263.93,269.81,4,1,13.148,58.898,69.584,3,0,0,15.009,0,6,4,6,4,3,6,"I know that this type of graph is more concise/efficient, but my brain just has a hard time singling out specific data because of so much going on in it. ",11.691,89.256,115.699,9,6,7,7,3,1,6,I think this graph has all the necessary information when describing various demographics with regards to Covid. ,3.849,64.781,75.344,3,3,I generally err on the side of caution around people I don't know. ,10.988,53.112,79.849,3,2,7,3,4,1,5,6,0,0,31.721,0,1,1,1,1,1,1,10,6,,8.771,20.437,39.104,8,5,5,1,1,5,5,12.102,49.234,51.999,6,1,1,2.26,11.393,14.534,2,2,1988,Maryland,6,2,1,,3,,,10,4,1,2.508,60.958,64.757,12,5feff5d30ad48b39d17b9c25,,,,,1,, +2023-03-13 16:38:25,2023-03-13 16:55:22,0,174.71.13.19,100,1016,1,2023-03-13 16:55:23,R_3De9GbIz20aiBXk,,,,,41.2615,-95.8304,anonymous,EN,1,60.176,60.176,63.982,1,,,,,,,,0,0,15.107,0,86,80,66,12.2,29.322,30.402,6,15.451,24.42,106.843,2,1,1,33.443,60.631,62.733,2,-3,-3,43.605,65.354,66.551,2,1,56.467,56.467,57.942,1,0,0,15.012,0,3,4,3,5,5,5,,12.547,90.274,93.954,6,5,5,4,6,7,6,the question was presented in the frame of already trusting the data source,3.592,3.592,34.212,1,3,,11.614,11.614,13.42,1,2,7,3,4,1,5,6,0,0,23.366,0,4,4,8,6,2,5,7,7,I Intended to put a 7 for doctors however a glitch appears to be preventing me from selecting 7-9 in that row,17.156,123.04,126.643,21,4,3,4,1,2,4,23.4,59.268,60.946,9,3,,15.069,15.069,16.981,1,1,2002,Iowa,2,2,1,,7,,,1,4,2,3.824,116.739,120.599,11,63d41433a2c0cbe34ea28a22,,,,,0,, +2023-03-13 16:39:55,2023-03-13 16:55:36,0,98.29.29.16,100,940,1,2023-03-13 16:55:36,R_2U9kULuyF2b6jis,,,,,39.7522,-84.1993,anonymous,EN,1,17.868,17.868,19.239,1,2,,2,3.107,3.107,4.239,1,0,0,15.011,0,100,66,84,25.462,50.411,51.378,8,38.455,47.805,50.505,2,1,1,1.889,91.737,94.917,7,1,-3,4.437,132.012,133.807,6,1,3.187,58.796,62.911,4,6.017,6.017,15.013,1,1,1,1,6,6,1,"My mother died in December 2021. She was vaccinated but never had covid. Ironically, there is not chart in this study for useless deaths such as hers.",13.494,87.43,117.898,11,2,5,5,1,3,4,"If I trusted the information, then I would trust this visual.",6.339,28.736,36.471,3,6,The covid vaccine killed my mother.,6.34,11.496,50.959,3,2,7,3,4,1,5,6,24.05,24.05,27.86,1,1,1,10,9,1,7,5,6,,8.447,44.752,46.373,13,5,5,1,1,4,4,7.405,34.025,35.654,10,7,1,3.73,19.427,20.861,4,2,1970,Ohio,6,1,1,,7,,,11,1,1,2.587,63.12,65.416,20,626810ad271afa9ad1c19e33,,,,,1,, +2023-03-13 16:30:33,2023-03-13 17:00:00,0,98.17.16.225,100,1766,1,2023-03-13 17:00:00,R_1FPqxaRTAtr3hib,,,,,31.1823,-83.7641,anonymous,EN,1,58.571,58.571,60.339,1,,,,,,,,0,0,15.115,0,78,43,78,29.033,109.559,123.095,3,89.61,287.279,331.371,2,1,1,46.965,112.475,113.869,4,-3,-3,113.834,146.953,153.056,2,1,52.622,52.622,54.155,1,0,0,15.109,0,4,2,4,4,5,5,none,55.628,102.898,111.349,7,4,5,4,4,1,5,Because at the bottom the chart was produced by the Agriculture department of Croatia.,4.201,79.547,93.377,4,4,It's a 50/50 because anyone is capable of anything.,70.334,179.761,182.632,5,2,7,3,4,1,5,6,0,0,46.207,0,3,7,6,7,5,10,11,10,,15.283,27.819,30.216,8,1,5,3,1,5,5,10.766,58.686,61.667,7,2,,4.803,4.803,6.896,1,2,1988,Georgia,3,2,1,,3,,,4,4,1,3.558,207.401,215.324,84,5c095c8a217d6000011193b8,,,,,0,, +2023-03-13 16:33:32,2023-03-13 17:07:44,0,72.107.147.183,100,2051,1,2023-03-13 17:07:45,R_1Cd5MSRz1H5mTbW,,,,,38.581,-121.4939,anonymous,EN,1,33.237,33.237,35.852,1,,,,,,,,0,0,15.008,0,79,100,63,11.228,26.941,28.194,4,34.324,279.632,283.04,20,1,-2,146.227,372.806,373.965,3,-3,-3,89.102,112.776,116.693,2,-2,195.042,195.441,199.286,2,0,0,15.008,0,3,2,6,4,6,4,,44.761,148.453,227.556,7,5,6,4,7,6,6,i mildly trust this visualizations i feel like since im color blind just looking at bar charts alone is a little difficult for me but the hover info helps me understand it alot,4.77,4.77,86.064,1,4,,4.999,4.999,6.852,1,2,7,3,4,1,5,6,0,0,23.599,0,3,1,9,9,1,4,9,8,,12.273,29.779,31.897,9,3,3,2,3,5,4,4.802,35.053,36.098,8,5,,2.512,3.464,4.717,2,1,2000,California,1,1,1,,10,,,1,4,1,1.491,117.856,120.773,36,614ff5d9c6dc36af9c39da17,,,,,0,, +2023-03-15 18:50:04,2023-03-15 18:56:54,0,24.42.219.119,100,409,1,2023-03-15 18:56:54,R_1ODgQHpknhnxpqN,,,,,33.8081,-85.7852,anonymous,EN,1,104.413,104.919,105.782,2,,,,,,,,0,0,15.009,0,71,71,54,7.566,14.903,15.74,9,8.742,13.215,15.209,2,1,1,9.663,22.925,23.412,3,1,1,12.434,19.289,19.695,3,1,18.031,18.031,18.872,1,0,0,15.009,0,4,4,4,2,5,4,,3.552,11.727,12.966,6,2,5,5,7,2,4,It does not seem like the kind of data someone would lie about but I am not educated on the topic.,2.632,2.632,23.373,1,5,,4.608,4.608,5.897,1,2,7,3,4,1,5,6,0,0,12.889,0,3,4,3,8,2,3,10,9,,3.742,17.905,19.265,12,4,4,2,2,4,4,4.475,12.159,12.571,7,3,,2.544,2.544,3.713,1,1,2002,Florida,3,3,1,,7,,,13,4,2,1.293,56.106,58.384,30,5d0fbedf101793000168ef7a,"{""startTime"":1678920801096,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678920814612,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678920745665,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678920785278,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":9977,""label"":""hovered"",""timeHovered"":2405,""week"":""2021-09-06""}]}",0,simple,line +2023-03-15 18:53:09,2023-03-15 18:58:31,0,47.232.88.100,100,322,1,2023-03-15 18:58:32,R_3oO1EBHuRWJtgka,,,,,38.5317,-89.9988,anonymous,EN,1,5.181,5.181,6.033,1,,,,,,,,3.119,3.119,15.006,1,74,61,54,3.155,17.648,19.002,7,1.623,5.199,6.768,7,1,1,19.086,50.958,52.197,4,-2,1,14.264,27.338,28.801,3,1,58.869,58.869,59.628,1,1.874,2.74,15.108,5,3,3,4,4,5,4,,0.895,7.278,8.829,8,4,4,4,3,3,3,It seems to be well-constructed and clear.,0.653,0.956,14.127,2,4,,2.597,3.111,6.942,2,2,7,3,4,1,5,6,0,0,11.158,0,7,7,6,6,4,7,6,6,,1.15,11.008,12.732,12,4,4,3,3,3,3,1.428,4.565,6.29,6,4,,1.508,1.508,2.441,1,1,1996,Illinois,6,1,1,,7,,,19,5,1,0.603,25.536,31.911,12,5c7e14531c3cf8001638b5b0,"{""startTime"":1678920892181,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678920901360,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678920840616,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678920876772,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6350,""label"":""hovered"",""timeHovered"":1327,""week"":""2022-01-10""}]}",0,moderate,line +2023-03-15 18:50:51,2023-03-15 18:58:38,0,65.29.80.185,100,466,1,2023-03-15 18:58:38,R_2uxiliv4sEaENuu,,,,,39.7933,-84.218,anonymous,EN,1,2.444,2.444,3.062,1,,,,,,,,12.551,12.551,15.105,1,100,82,56,7.389,18.727,19.229,3,12.183,50.669,52.477,3,1,1,31.548,52.371,56.156,2,1,1,24.838,39.892,43.965,2,-1,11.893,16.014,24.227,3,0,0,15.006,0,3,3,3,3,2,3,,6.654,19.814,22.093,9,4,5,3,7,7,3,I don't really have enough information to know whether it's trustworthy or not.,2.13,3.356,16.339,4,2,,5.772,5.772,7.61,1,2,7,3,4,1,5,6,0,0,11.764,0,1,2,1,1,1,1,9,9,,3.272,14.464,15.4,8,4,4,1,1,4,4,3.903,14.232,15.214,7,1,,2.677,2.677,3.67,1,1,1997,Ohio,3,2,1,,7,,,4,4,1,1.708,98.129,100.925,53,5eebe4e6e61002183aec9b70,"{""startTime"":1678920859913,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678920822462,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678920697436,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":19449,""label"":""hovered"",""timeHovered"":1470,""week"":""2021-10-11""}]}","{""startTime"":1678920806907,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,line +2023-03-15 18:49:08,2023-03-15 18:59:38,0,52.128.53.109,100,630,1,2023-03-15 18:59:39,R_3GjtotVrdvEkx87,,,,,32.9658,-97.6866,anonymous,EN,1,5.022,6.141,7.234,2,1,4,1,19.216,40.107,41.079,5,8.892,8.892,15.008,1,81,100,50,4.336,25.773,27.099,9,7.262,24.6,26.012,4,1,1,2.773,52.94,53.619,10,-2,1,9.321,42.029,43.699,5,-1,25.659,26.719,27.617,2,7.913,7.913,15.121,1,5,3,5,5,4,5,,3.737,55.287,55.967,12,6,6,6,6,6,6,It seems like it is laid out well that it is accurately.,3.242,3.242,21.819,1,4,,5.517,9.374,10.177,4,2,7,3,4,1,5,6,37.762,45.433,49.915,2,1,1,1,1,1,4,8,8,,4.479,18.941,21.525,10,5,5,1,1,5,5,29.15,54.177,55.288,9,1,2,5.995,14.343,15.516,5,2,1981,Texas,3,2,1,,7,,,6,3,1,3.107,79.511,80.589,23,5fc6904e5ed32c0778ae12a1,"{""startTime"":1678920809818,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678920755793,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678920659970,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":16158,""label"":""hovered"",""timeHovered"":1268,""week"":""2022-01-03""}]}","{""startTime"":1678920740273,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line +2023-03-15 18:51:00,2023-03-15 19:00:17,0,96.72.176.37,100,557,1,2023-03-15 19:00:18,R_zcXADuwuXBMQ9bP,,,,,37.5172,-121.9191,anonymous,EN,1,4.663,24.613,25.596,5,,,,,,,,0,0,15.006,0,61,40,80,6.774,59.743,60.389,8,3.031,21.614,24.067,5,1,1,7.193,34.356,35.38,9,1,-1,4.359,96.434,97.072,11,1,21.784,39.191,40.234,3,4.895,4.895,15.02,1,4,5,5,5,5,5,,2.563,10.49,12.002,10,4,4,5,4,4,5,It has the authoritative source stated.,1.466,41.225,42.583,13,3,,2.395,8.421,9.305,2,2,7,3,4,1,5,6,15.347,27.157,27.96,2,2,5,3,4,3,3,3,8,,3.105,19.03,20.417,17,2,2,4,2,2,3,3.684,23.585,24.199,10,2,,0.95,2.607,3.375,3,1,1990,California,6,1,3,,2,,,17,3,1,0.61,50.253,55.817,22,63d17041a37f603dd01616b8,"{""startTime"":1678920971024,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678920910365,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678920772003,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678920894498,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6109,""label"":""hovered"",""timeHovered"":1446,""week"":""2021-12-20""},{""time"":8317,""label"":""hovered"",""timeHovered"":1100,""week"":""2022-01-10""},{""time"":10489,""label"":""hovered"",""timeHovered"":2144,""week"":""2021-11-22""}]}",0,moderate,line +2023-03-15 18:51:29,2023-03-15 19:00:59,0,98.47.241.23,100,569,1,2023-03-15 19:01:00,R_25HImA9xqFEHtJI,,,,,38.0996,-122.5873,anonymous,EN,1,5.728,5.728,6.398,1,,,,,,,,0,0,15.008,0,95,88,15,7.956,18.774,19.6,3,9.805,47.201,50.354,11,1,1,20.41,30.555,32.824,2,-1,1,39.271,71.666,73.097,5,1,33.32,45.365,49.027,4,9.776,10.588,15.12,4,3,5,3,5,5,4,,29.114,47.904,48.927,8,4,5,5,7,7,5,The directions stated to assume that I trusted the data so I extended that to mean I then trusted the visualization.,3.273,31.425,40.412,4,5,,6.88,7.994,8.347,2,2,7,3,4,1,5,6,0,0,16.914,0,2,7,2,4,4,7,10,9,,6.957,23.3,24.7,8,3,4,2,3,4,3,10.573,27.801,28.729,7,3,,9.672,9.672,11.019,1,1,1989,California,6,3,1,,7,,,17,4,2,1.135,84.076,86.685,22,6070defd464139156ac85ac3,"{""startTime"":1678920852663,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678920902075,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678920736311,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":28733,""label"":""started_brush"",""startDate"":""2021-04-29"",""endDate"":""2022-02-11""},{""time"":39792,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-01-24""},{""time"":43767,""label"":""cleared_brush"",""using"":""click""},{""time"":43769,""label"":""cleared_brush"",""using"":""Escape""}]}","{""startTime"":1678920836396,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":6577,""label"":""started_brush"",""startDate"":""2021-05-09"",""endDate"":""2021-06-20""},{""time"":9312,""label"":""moved_brush"",""startDate"":""2021-10-25"",""endDate"":""2021-12-06""},{""time"":11858,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-05-23""},{""time"":12156,""label"":""cleared_brush"",""using"":""click""}]}",0,complex,line +2023-03-15 18:52:20,2023-03-15 19:01:09,0,73.121.213.102,100,528,1,2023-03-15 19:01:09,R_2TAb7urkh16o1pU,,,,,36.0499,-83.9228,anonymous,EN,1,12.664,12.664,13.777,1,2,,2,2.605,2.605,3.803,1,0,0,15.117,0,34,22,22,10.482,23.938,24.982,4,25.258,34.757,38.853,5,1,-3,19.101,36.389,37.603,2,1,1,60.963,73.071,74.582,2,1,46.353,46.353,47.124,1,0,0,15.113,0,7,7,7,4,2,1,,6.04,17.776,19.936,6,2,7,7,1,1,7,I just do not believe vaccinated vs unvaccinated has any difference in cases.,9.342,9.342,34.6,1,4,,8.164,8.164,9.507,1,2,7,3,4,1,5,6,0,0,17.854,0,1,1,5,5,1,1,6,7,,7.464,24.815,26.656,8,3,3,3,2,4,4,9.932,29.226,30.056,7,5,3,3.988,14.776,17.175,2,2,1996,Tennessee,3,2,1,,7,,,7,1,2,2.532,46.764,47.698,11,60d23790d4dba01a9b2c0085,"{""startTime"":1678921008166,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678920950362,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678920819748,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678920934502,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":10516,""label"":""hovered"",""timeHovered"":3687,""week"":""2022-01-17""}]}",1,moderate,line +2023-03-15 18:50:07,2023-03-15 19:01:30,0,68.205.133.83,100,682,1,2023-03-15 19:01:31,R_3L5dLgDuPolvvpd,,,,,28.5727,-80.8206,anonymous,EN,1,34.783,46.228,48.186,4,,,,,,,,0,0,15.016,0,89,80,94,13.411,27.118,28.522,6,3.79,21.269,33.35,3,1,1,25.351,35.69,37.851,2,-2,1,38.363,72.998,74.997,3,-3,31.938,65.742,67.298,3,0,0,15.017,0,3,3,4,3,5,4,none,8.134,27.301,34,7,5,5,5,5,5,5,It seems to me top be scientific. I don't know much about visualizations,4.043,4.043,35.673,1,4,none,11.225,13.202,16.261,2,2,3,4,5,1,6,7,0,0,15.752,0,5,5,9,8,3,7,8,10,none,4.868,21.791,26.046,10,4,2,4,4,4,4,11.188,34.278,35.728,6,5,,8.678,8.678,10.834,1,2,1957,Florida,2,2,1,,7,,,4,2,2,4.101,60.559,61.977,12,6286e56db20530b65816d1d7,"{""startTime"":1678920958977,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678920840365,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678920713884,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":26838,""label"":""hovered"",""timeHovered"":1849,""week"":""2021-11-22""},{""time"":28774,""label"":""hovered"",""timeHovered"":1474,""week"":""2021-10-25""}]}","{""startTime"":1678920824073,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,line +2023-03-15 18:51:45,2023-03-15 19:02:28,0,172.56.160.174,100,642,1,2023-03-15 19:02:28,R_3kiFkaHSmU9WLgC,,,,,40.7157,-74,anonymous,EN,1,2.416,2.416,3.191,1,1,3,1,2.405,4.667,5.667,2,2.598,2.598,15.009,1,83,89,83,6.02,20.555,21.828,4,11.597,78.353,83.429,13,1,1,22.081,56.26,80.004,3,1,1,49.439,52.342,61.101,4,1,52.382,53.845,64.901,3,2.59,8.418,15.027,5,3,3,3,6,2,3,,7.589,22.964,23.902,9,5,6,6,6,6,3,"I didn't see a source. (And, then, I would need to trust/verify the source/data.)",1.579,2.253,34.349,2,5,,3.656,9.065,10.63,6,2,7,3,4,1,5,6,9.028,9.028,18.123,1,4,5,5,8,3,7,7,6,,5.802,34.998,36.602,10,5,5,1,1,5,5,3.97,21.204,22.108,7,4,1,1.984,9.901,11.49,3,1,1978,Rhode Island,6,2,1,,7,,,10,4,1,1.541,49.636,60.931,19,62b9ddea12bb2643ff512fea,"{""startTime"":1678920936539,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678920961451,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678920770842,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":731,""label"":""hovered"",""timeHovered"":5891,""week"":""2021-08-16""},{""time"":48768,""label"":""started_brush"",""startDate"":""2021-07-21"",""endDate"":""2021-12-06""},{""time"":61522,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-08-26""},{""time"":62603,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-08-26""},{""time"":69122,""label"":""cleared_brush"",""using"":""click""}]}","{""startTime"":1678920920766,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":14844,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-05-31""}]}",1,complex,line +2023-03-15 18:49:13,2023-03-15 19:03:06,0,24.113.196.63,100,833,1,2023-03-15 19:03:06,R_sczgu52zr4DZ6xz,,,,,47.4758,-122.6422,anonymous,EN,1,31.117,31.117,34.297,1,2,,1,2.117,2.117,8.253,1,0,0,15.112,0,84,100,81,11.045,24.882,25.677,5,18.516,23.455,68.226,2,1,1,17.028,71.267,85.548,3,-2,1,38.5,61.787,63.495,4,1,115.791,115.791,131.334,1,0,0,15.111,0,6,5,5,6,6,6,,27.429,43.745,52.779,6,5,6,5,7,7,6,"The visualization says that it's from the CDC, which I trust to give accurate information",1.873,5.671,30.004,5,3,,4.671,7.59,10.118,2,2,7,3,4,1,5,6,0,0,33.917,0,4,7,9,4,4,5,10,10,,8.44,31.7,37.769,13,2,3,4,3,3,3,17.797,71.516,72.557,13,2,3,5.318,15.043,16.176,2,1,2001,Washington,2,2,1,,7,,,6,3,2,6.024,57.607,67.245,13,5daa9e16546237001681d0f1,"{""startTime"":1678920869981,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":1046,""label"":""hovered"",""timeHovered"":1011,""week"":""2021-12-13""},{""time"":2915,""label"":""hovered"",""timeHovered"":1972,""week"":""2021-12-13""}]}","{""startTime"":1678920795458,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678920647400,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":14592,""label"":""hovered"",""timeHovered"":1415,""week"":""2022-01-03""},{""time"":26578,""label"":""hovered"",""timeHovered"":1126,""week"":""2022-01-03""},{""time"":31711,""label"":""hovered"",""timeHovered"":1647,""week"":""2022-01-03""},{""time"":34060,""label"":""hovered"",""timeHovered"":2408,""week"":""2022-01-03""},{""time"":36646,""label"":""hovered"",""timeHovered"":1849,""week"":""2022-01-10""},{""time"":38512,""label"":""hovered"",""timeHovered"":1145,""week"":""2022-01-10""},{""time"":42355,""label"":""hovered"",""timeHovered"":1565,""week"":""2022-02-07""},{""time"":47231,""label"":""hovered"",""timeHovered"":2292,""week"":""2022-01-31""},{""time"":51779,""label"":""hovered"",""timeHovered"":1113,""week"":""2021-10-18""},{""time"":56197,""label"":""hovered"",""timeHovered"":1312,""week"":""2021-08-23""},{""time"":58267,""label"":""hovered"",""timeHovered"":1607,""week"":""2022-01-03""}]}","{""startTime"":1678920779825,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":11457,""label"":""hovered"",""timeHovered"":1536,""week"":""2022-01-10""}]}",1,moderate,line +2023-03-15 18:55:23,2023-03-15 19:03:07,0,216.1.214.162,100,463,1,2023-03-15 19:03:07,R_08IZuCAGfsdjECR,,,,,34.1624,-118.1275,anonymous,EN,1,8.563,9.507,9.787,3,1,3,1,1.433,2.849,3.606,2,0,0,15.107,0,100,77,56,8.016,15.456,16.061,6,11.479,20.055,26.358,3,1,1,2.44,29.031,31.252,3,1,1,26.513,32.745,33.76,2,1,17.296,17.296,32.087,1,0,0,15.014,0,5,4,5,5,5,6,,5.932,15.059,16.562,6,5,5,5,7,5,6,"I feel it accurately presents to me the fact that the vaccines work, but to an extent",2.72,2.72,31.862,1,5,,5.692,5.692,6.499,1,2,7,3,4,1,5,6,0,0,14.269,0,1,4,4,6,8,3,5,8,,3.501,15.99,17.068,9,2,1,2,4,4,2,51.677,77.532,78.101,20,3,1,3.125,7.749,10.1,2,1,1987,California,6,2,1,,6,,,7,1,2,1.701,73.733,75.868,51,5e589bf82e08c90a78a29bbe,"{""startTime"":1678921050832,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921067830,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678920977010,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":19176,""label"":""hovered"",""timeHovered"":1155,""week"":""2022-01-03""}]}","{""startTime"":1678921035365,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7938,""label"":""hovered"",""timeHovered"":2486,""week"":""2022-02-07""}]}",1,simple,line +2023-03-15 18:54:06,2023-03-15 19:03:32,0,174.160.114.115,100,566,1,2023-03-15 19:03:33,R_1lt9s8JffvgLJUE,,,,,37.6811,-122.4806,anonymous,EN,1,3.848,3.848,4.494,1,1,4,1,1.285,3.899,4.618,2,0,0,15.005,0,95,100,77,13.623,24.864,26.071,3,18.532,22.645,56.584,3,1,1,26.701,52.664,52.982,4,-3,1,14.9,28.488,38.055,2,1,16.894,16.894,35.888,1,0,0,15.112,0,5,4,5,4,5,4,,12.402,33.39,38.088,7,2,5,4,3,3,4,"The information sounds right, but the numbers could have just been made up. However, I have no reason to disagree with the visualization at the moment.",5.606,5.606,40.433,1,4,,3.825,8.17,8.354,4,2,3,4,5,1,6,7,0,0,8.835,0,1,4,3,4,3,3,9,11,,57.151,72.75,73.12,12,1,1,5,5,2,1,4.04,19.661,20.56,7,1,1,0.996,11.441,14.194,4,1,1999,California,6,1,1,,2,,,9,4,1,0.969,52.163,54.111,23,63d405cd213cc643902ce5da,"{""startTime"":1678921100610,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921025537,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":4392,""label"":""hovered"",""timeHovered"":1088,""week"":""2021-06-21""}]}","{""startTime"":1678920914079,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":4595,""label"":""hovered"",""timeHovered"":1458,""week"":""2021-10-11""},{""time"":10440,""label"":""hovered"",""timeHovered"":1803,""week"":""2022-01-03""},{""time"":27816,""label"":""hovered"",""timeHovered"":1635,""week"":""2022-01-03""},{""time"":30410,""label"":""hovered"",""timeHovered"":1986,""week"":""2021-12-27""},{""time"":35868,""label"":""hovered"",""timeHovered"":1062,""week"":""2022-01-03""},{""time"":37034,""label"":""hovered"",""timeHovered"":2435,""week"":""2021-12-27""},{""time"":39758,""label"":""hovered"",""timeHovered"":2344,""week"":""2022-01-10""},{""time"":42112,""label"":""hovered"",""timeHovered"":1487,""week"":""2022-01-10""},{""time"":46627,""label"":""hovered"",""timeHovered"":8573,""week"":""2021-05-24""}]}","{""startTime"":1678921009947,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7598,""label"":""hovered"",""timeHovered"":2692,""week"":""2022-01-17""}]}",1,moderate,line +2023-03-15 18:50:06,2023-03-15 19:04:06,0,52.128.53.20,100,840,1,2023-03-15 19:04:07,R_4Z6E971VfCPa54l,,,,,32.7003,-97.6086,anonymous,EN,1,22.639,23.007,24.486,2,,,,,,,,0,0,15.01,0,80,67,69,35.196,44.84,46.203,4,35.683,137.014,150.443,14,1,1,21.89,65.477,70.357,2,1,1,43.473,65.751,72.464,2,-3,77.494,77.494,81.659,1,0,0,15.014,0,4,4,4,4,4,3,,38.837,55.854,56.785,8,5,5,5,4,4,4,I tend not to trust something that is presented to me right away. I need someone or something to confirm or deny the information in front of me.,2.827,55.969,69.706,4,5,,5.485,5.485,7.424,1,2,7,3,4,1,5,6,0,0,19.076,0,7,6,7,7,7,8,9,9,,6.351,26.102,28.461,10,3,2,4,3,3,2,10.865,38.188,39.199,10,5,,6.018,6.018,7.975,1,1,2001,Texas,2,2,1,,7,,,5,4,2,3.415,67.78,76.941,16,63e51bc3169991cfbcd4fe97,"{""startTime"":1678920950564,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":6515,""label"":""hovered"",""timeHovered"":3318,""week"":""2021-12-27""},{""time"":11365,""label"":""hovered"",""timeHovered"":1244,""week"":""2021-12-27""},{""time"":12681,""label"":""hovered"",""timeHovered"":4976,""week"":""2021-12-27""},{""time"":18218,""label"":""hovered"",""timeHovered"":1547,""week"":""2021-12-27""}]}","{""startTime"":1678921008013,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678920701865,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":21357,""label"":""hovered"",""timeHovered"":1817,""week"":""2022-01-03""},{""time"":27108,""label"":""hovered"",""timeHovered"":1550,""week"":""2022-01-10""},{""time"":28776,""label"":""hovered"",""timeHovered"":1267,""week"":""2022-01-03""},{""time"":72780,""label"":""started_brush"",""startDate"":""2021-05-06"",""endDate"":""2022-02-13""},{""time"":84916,""label"":""moved_brush"",""startDate"":""2021-05-06"",""endDate"":""2022-02-13""},{""time"":90280,""label"":""moved_brush"",""startDate"":""2021-12-11"",""endDate"":""2022-02-13""},{""time"":105673,""label"":""moved_brush"",""startDate"":""2021-12-07"",""endDate"":""2022-02-13""},{""time"":121787,""label"":""cleared_brush"",""using"":""click""},{""time"":121789,""label"":""cleared_brush"",""using"":""Escape""},{""time"":130399,""label"":""hovered"",""timeHovered"":1720,""week"":""2022-01-31""},{""time"":141365,""label"":""started_brush"",""startDate"":""2021-08-27"",""endDate"":""2022-02-13""},{""time"":143377,""label"":""moved_brush"",""startDate"":""2021-11-29"",""endDate"":""2022-02-13""},{""time"":145966,""label"":""hovered"",""timeHovered"":2576,""week"":""2022-01-10""}]}","{""startTime"":1678920934987,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line +2023-03-15 18:52:57,2023-03-15 19:04:19,0,104.183.254.123,100,682,1,2023-03-15 19:04:20,R_6LFVw5NmSzjl1sd,,,,,32.7254,-97.3208,anonymous,EN,1,47.202,69.866,70.809,3,1,2,2,2.266,6.822,7.936,3,11.516,11.516,15.008,1,100,100,80,23.872,39.374,39.917,5,20.708,26.959,35.77,2,1,1,29.747,60.581,62.073,2,-2,1,27.54,44.873,45.982,2,1,23.883,23.883,24.849,1,0,0,15.012,0,3,3,3,3,5,3,,16.343,54.545,56.936,7,5,5,4,7,3,3,i haven't verified its integrity.,3.591,14.613,25.926,2,4,,10.119,15.635,16.742,7,2,7,3,4,1,5,6,0,0,29.06,0,4,3,5,5,3,6,9,9,,9.774,26.059,28.888,11,3,3,2,4,4,3,12.958,44.501,47.263,6,4,3,3.587,13.113,17.201,3,1,1990,Texas,4,2,2,,4,,,6,4,2,3.509,81.101,85.936,24,5fe3f539dd8cf10e7d545231,"{""startTime"":1678921082555,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921024424,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678920926490,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":15404,""label"":""hovered"",""timeHovered"":1045,""week"":""2022-01-10""},{""time"":31431,""label"":""hovered"",""timeHovered"":2601,""week"":""2021-08-16""}]}","{""startTime"":1678921008987,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6703,""label"":""hovered"",""timeHovered"":1699,""week"":""2022-01-10""},{""time"":8575,""label"":""hovered"",""timeHovered"":5265,""week"":""2022-01-10""}]}",1,moderate,line +2023-03-15 18:57:38,2023-03-15 19:05:26,0,75.27.18.112,100,468,1,2023-03-15 19:05:27,R_Bx0bDu18F5C9X3z,,,,,40.2116,-85.4273,anonymous,EN,1,4.17,4.17,5.275,1,1,2,2,1.279,5.089,6.713,3,12.094,12.094,15.11,1,78,84,80,6.676,16.396,18.427,3,12.258,16.053,25.779,2,1,-3,22.038,48.785,51.272,3,-3,1,30.825,70.561,72.545,2,1,38.075,38.075,39.883,1,0,0,15.011,0,4,3,3,4,5,4,,9.461,20.255,23.153,6,4,4,4,2,3,3,I don't know enough about it to trust or distrust it,1.78,1.78,15.618,1,4,,5.116,5.116,7.298,1,2,3,4,5,1,6,7,0,0,15.654,0,1,3,1,6,1,1,11,10,,4.953,19.064,25.242,8,3,4,1,3,4,4,7.645,21.343,22.782,6,1,3,2.37,17.218,19.096,2,1,1978,Indiana,7,3,1,,7,,,10,4,1,3.36,46.608,49.321,12,5d63e12a54d79c00169844b8,"{""startTime"":1678921266930,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921226385,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921111926,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921211072,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line +2023-03-15 18:52:38,2023-03-15 19:05:57,0,73.177.124.207,100,799,1,2023-03-15 19:05:58,R_2aPKVSiNg6RZUzc,,,,,32.4699,-90.1102,anonymous,EN,1,2.665,2.665,3.5,1,,,,,,,,3.879,5.56,15.015,2,85,73,66,7.581,14.96,16.176,4,10.024,12.615,13.74,2,-2,-2,53.089,125.37,126.525,2,1,1,79.065,115.765,122.246,2,1,22.593,91.534,91.963,3,0,0,15.171,0,6,6,6,6,5,6,,3.313,13.339,14.073,7,6,6,6,6,6,6,Because it seems accurate and the information is presented in a way that allows me to accurately pinpoint what I need,0.822,0.822,30.955,1,4,,7.316,12.127,13.495,2,2,7,3,4,1,5,6,0,0,24.446,0,4,5,4,4,3,6,10,10,,11.252,45.17,47.088,19,5,5,1,1,5,5,4.24,145.769,147.499,10,2,,1.694,1.694,2.615,1,2,2002,Mississippi,2,1,1,,3,,,12,4,1,0.873,89.021,92.349,59,60f592f40e80188d5bc991e8,"{""startTime"":1678920882743,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678920897278,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678920725653,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678920867042,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":3071,""label"":""hovered"",""timeHovered"":3093,""week"":""2021-08-23""}]}",0,simple,line +2023-03-15 18:57:16,2023-03-15 19:06:22,0,71.235.185.151,100,546,1,2023-03-15 19:06:23,R_20URAtlnLIYekvM,,,,,41.3186,-72.9302,anonymous,EN,1,18.471,18.471,19.407,1,,,,,,,,0,0,15.118,0,60,60,62,9.649,17.206,22.863,5,13.521,16.668,31.097,2,1,1,27.629,43.603,45.64,2,-3,1,36.101,61.518,63.28,6,1,41.512,41.512,42.554,1,0,0,15.112,0,3,3,3,2,3,3,,9.865,24.898,27.037,6,3,4,3,7,7,3,I have no reason to trust it or not trust it. ,4.258,4.258,18.194,1,5,,4.515,5.465,7.471,2,2,7,3,4,1,5,6,0,0,13.593,0,5,8,7,6,6,5,8,8,,4.319,13.273,14.924,8,3,3,2,2,4,4,3.409,21.268,22.247,6,3,,2.36,2.36,3.877,1,2,1984,Connecticut,6,1,1,,7,,,14,4,2,1.581,78.333,82.411,32,63d15bdba3ed809e5df7bd5b,"{""startTime"":1678921290486,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921234411,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921140012,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":21676,""label"":""hovered"",""timeHovered"":2680,""week"":""2022-01-03""}]}","{""startTime"":1678921218119,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7846,""label"":""hovered"",""timeHovered"":4959,""week"":""2021-08-23""}]}",0,simple,line +2023-03-15 18:50:10,2023-03-15 19:06:24,0,68.13.252.70,100,973,1,2023-03-15 19:06:25,R_22A1OFcJ0DKnYVW,,,,,36.3701,-95.8469,anonymous,EN,1,115.699,115.699,117.815,1,1,4,2,20.786,22.182,24.049,2,0,0,15.018,0,97,97,67,26.297,42.633,45.161,4,25.338,47.457,49.184,3,1,-2,31.209,63.442,69.491,2,1,1,54.681,87.643,89.365,4,-1,54.257,60.145,61.315,3,0,0,15.023,0,5,5,6,6,6,6,,11.836,33.684,38.584,6,5,6,6,5,4,6,"It is a clearly represented graph showing number of cases in vaccinated versus unvaccinated people per 100K. It is not ambiguous, it's very clear cut in presenting the data.",3.3,3.3,61.256,1,5,"On the previous question, it asked about the number of 80 year olds in late Dec 2022, but the chart only shows Jan and Feb of 2022. I answered I don't know, even though I assume the question might have meant late 2021?",1.797,63.333,64.61,2,2,7,3,4,1,5,6,0,0,35.635,0,2,4,4,4,3,7,9,9,,6.595,27.66,29.932,8,3,2,2,3,3,4,13.845,42.327,43.296,7,2,1,7.412,17.696,22.103,3,2,1974,Oklahoma,3,1,1,,7,,,11,4,1,5.244,120.027,120.925,33,6159fe7811a7e1b94401c33f,"{""startTime"":1678920973675,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921012715,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678920838661,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":9855,""label"":""hovered"",""timeHovered"":11284,""week"":""2022-01-03""},{""time"":34131,""label"":""hovered"",""timeHovered"":1263,""week"":""2021-12-27""},{""time"":35997,""label"":""hovered"",""timeHovered"":4241,""week"":""2021-10-25""},{""time"":40614,""label"":""hovered"",""timeHovered"":2270,""week"":""2022-02-07""}]}","{""startTime"":1678920958165,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":3985,""label"":""hovered"",""timeHovered"":2736,""week"":""2022-01-03""},{""time"":9068,""label"":""hovered"",""timeHovered"":1291,""week"":""2021-07-12""}]}",1,simple,line +2023-03-15 18:59:10,2023-03-15 19:07:16,0,67.190.176.100,100,485,1,2023-03-15 19:07:16,R_2VPGmYrxVtW241k,,,,,39.872,-105.0405,anonymous,EN,1,3.219,3.219,3.984,1,1,3,2,1.846,4.235,4.883,2,8.637,10.23,15.007,2,93,90,89,8.664,12.69,13.575,3,4.839,5.943,7.575,2,1,-1,11.564,17.446,18.032,2,-2,-1,18.443,42.809,43.646,2,1,18.42,18.42,30.124,1,0,0,15.01,0,5,4,4,5,5,4,,7.128,17.803,19.612,6,4,4,4,3,4,4,"I do not disagree, therefore, I slightly agree because I don't if this graph is accurate (but have a feeling it's more accurate than anti-vaxxors)",4.506,5.419,38.586,2,2,,10.4,10.4,12.053,1,2,7,3,4,1,5,6,30.172,47.465,57.693,4,2,1,3,1,1,2,4,3,,6.784,23.463,24.417,9,3,3,2,3,4,3,3.186,36.466,37.378,7,3,2,4.717,12.752,13.479,2,1,1990,Colorado,3,2,1,,2,,,10,4,2,1.728,87.265,87.91,62,61645d805d7b358ed3e052a6,"{""startTime"":1678921325288,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921267950,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921200583,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921252509,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line +2023-03-15 18:54:35,2023-03-15 19:08:34,0,98.28.242.133,100,838,1,2023-03-15 19:08:34,R_2zMhUR8qtUxsBqc,,,,,39.3434,-84.4009,anonymous,EN,1,23.517,25.488,26.241,3,,,,,,,,0,0,15.113,0,78,82,29,30.006,46.534,47.276,8,8.76,144.195,146.467,18,1,1,14.284,62.401,63.524,7,-2,1,15.279,104.317,105.229,8,1,31.842,74.308,75.462,6,0,0,15.009,0,5,5,5,5,6,5,,21.258,34.332,37.872,8,5,5,5,1,1,5,Broken down what each one is also colors and dates,5.019,5.019,20.638,1,4,,7.677,9.473,10.799,2,2,7,3,4,1,5,6,14.123,29.4,30.219,3,6,9,9,9,6,10,10,10,,8.172,25.333,26.563,10,1,1,3,4,2,1,11.66,37.929,38.585,8,4,,9.195,12.362,13.276,3,2,1978,Ohio,2,2,1,,9,,Westchester,7,2,1,3.972,87.315,88.083,24,5cb7d17ddd3aff0017d13821,"{""startTime"":1678921271819,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921213696,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678920975238,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":79337,""label"":""cleared_brush"",""using"":""click""},{""time"":80307,""label"":""started_brush"",""startDate"":""2021-06-08"",""endDate"":""2021-08-17""},{""time"":96737,""label"":""moved_brush"",""startDate"":""2021-05-17"",""endDate"":""2021-07-26""},{""time"":111691,""label"":""moved_brush"",""startDate"":""2021-05-17"",""endDate"":""2021-07-26""},{""time"":121242,""label"":""moved_brush"",""startDate"":""2021-06-19"",""endDate"":""2021-08-28""},{""time"":126478,""label"":""cleared_brush"",""using"":""click""},{""time"":126480,""label"":""cleared_brush"",""using"":""Escape""},{""time"":129586,""label"":""started_brush"",""startDate"":""2021-06-30"",""endDate"":""2021-08-27""}]}","{""startTime"":1678921198184,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line +2023-03-15 19:00:24,2023-03-15 19:08:39,0,97.121.136.116,100,494,1,2023-03-15 19:08:39,R_1qUFFXW4eKeFTuu,,,,,38.8503,-104.8567,anonymous,EN,1,2.829,2.829,3.832,1,1,4,1,3.085,5.968,7.048,2,0,0,15.011,0,86,91,61,6.582,12.733,13.562,3,12.519,16.102,25.917,2,1,1,27.16,39.46,44.126,2,-1,-3,5.397,66.22,67.183,7,-1,56.221,56.221,57.285,1,0,0,15.114,0,5,2,5,5,5,5,,8.513,21.163,21.605,7,2,5,5,5,4,5,"The visualization is based on data from the CDC, which tends to have accurate information.",1.523,1.523,22.626,1,5,,6.353,7.22,8.602,2,2,7,3,4,1,5,6,0,0,15.797,0,5,8,3,8,7,4,10,9,,9.109,26.827,30.361,8,4,4,2,2,4,4,5.411,23.865,24.824,6,2,1,1.769,11.653,13.8,2,2,1998,Colorado,6,3,1,,7,,,6,4,1,4.034,54.09,65.138,19,61007138183fbe1c96ac250e,"{""startTime"":1678921387317,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921409570,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921277375,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":7510,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1183,""week"":""52"",""id"":""chart""},{""time"":12510,""label"":""tour_next"",""step"":2},{""time"":16093,""label"":""tour_end"",""step"":2},{""time"":19783,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3248,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678921371528,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":3273,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1659,""week"":""52"",""id"":""chart""},{""time"":7088,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1204,""week"":""20"",""id"":""chart""}]}",1,moderate,bar +2023-03-15 18:55:18,2023-03-15 19:09:28,0,75.81.138.211,100,849,1,2023-03-15 19:09:29,R_1FPxFtIesGC3l8p,,,,,39.1027,-94.5778,anonymous,EN,1,77.126,77.126,78.177,1,1,2,1,1.567,5.019,6.041,2,0,0,15.008,0,63,86,68,32.203,40.82,42.448,4,11.72,19.041,54.384,2,1,1,11.349,65.122,66.818,4,-1,1,20.995,55.865,56.926,2,1,105.286,105.286,106.563,1,0,0,15.011,0,3,3,4,4,5,4,,7.4,29.634,33.398,7,4,4,4,3,3,4,"I remember there being flar ups in the time after the Vaccine was rolled out, but I can't remember specifics. Even now, flare ups especially in large cities are rather common. ",10.871,93.849,95.613,3,2,,7.365,7.365,9.345,1,2,7,3,4,1,5,6,16.18,22.905,27.748,2,2,2,2,2,4,6,4,6,,7.784,34.418,36.085,9,2,3,3,4,3,3,13.97,35.489,37.298,8,2,2,3.485,9.428,12.115,2,1,1997,Missouri,4,1,1,,3,,,9,4,2,2.247,103.454,107.799,35,628ecc32276d54517f4c004d,"{""startTime"":1678921207178,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921241018,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":4158,""label"":""hovered"",""timeHovered"":1018,""week"":""2021-12-20""},{""time"":6061,""label"":""hovered"",""timeHovered"":3234,""week"":""2021-11-22""}]}","{""startTime"":1678921069918,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":28139,""label"":""hovered"",""timeHovered"":4606,""week"":""2021-04-12""},{""time"":44571,""label"":""hovered"",""timeHovered"":6645,""week"":""2022-01-03""}]}","{""startTime"":1678921191725,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":13544,""label"":""hovered"",""timeHovered"":1809,""week"":""2022-01-03""}]}",1,simple,line +2023-03-15 18:58:06,2023-03-15 19:09:39,0,136.57.156.40,100,693,1,2023-03-15 19:09:40,R_1ocosnuw5X3tjWm,,,,,35.2316,-80.8428,anonymous,EN,1,9.879,9.879,11.895,1,,,,,,,,0,0,15.01,0,91,87,58,6.916,23.071,30.239,4,25.394,101.82,105.627,16,1,1,15.027,25.492,27.995,2,1,1,49.19,60.096,62.455,2,-1,19.958,19.958,21.647,1,0,0,15.014,0,5,3,7,5,2,5,,20.268,34.102,37.326,7,4,6,5,7,5,5,It comes from the Croatian government and I have no reason to believe they would misrepresent this data.,2.902,2.902,40.775,1,4,,6.35,6.35,8.581,1,2,7,3,4,1,5,6,0,0,25.929,0,3,5,7,5,8,5,11,11,,6.601,28.179,30.668,9,4,4,1,1,4,5,9.582,26.118,27.565,7,2,,5.939,5.939,8.023,1,1,1968,North Carolina,7,3,1,,7,,,17,4,2,1.262,119.252,124.717,25,61008174621af4fde89d5c7f,"{""startTime"":1678921414737,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":1086,""label"":""hovered"",""timeHovered"":5742,""week"":""2021-12-20""}]}","{""startTime"":1678921316392,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":10692,""label"":""started_brush"",""startDate"":""2021-07-27"",""endDate"":""2022-02-06""},{""time"":20011,""label"":""moved_brush"",""startDate"":""2021-08-02"",""endDate"":""2022-02-13""}]}","{""startTime"":1678921172321,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":9134,""label"":""hovered"",""timeHovered"":1150,""week"":""2021-09-06""},{""time"":16722,""label"":""hovered"",""timeHovered"":1178,""week"":""2021-08-23""},{""time"":22543,""label"":""hovered"",""timeHovered"":1909,""week"":""2021-12-06""},{""time"":66485,""label"":""cleared_brush"",""using"":""click""},{""time"":70843,""label"":""started_brush"",""startDate"":""2021-07-09"",""endDate"":""2021-09-26""},{""time"":79386,""label"":""moved_brush"",""startDate"":""2021-06-25"",""endDate"":""2021-09-12""},{""time"":92767,""label"":""moved_brush"",""startDate"":""2021-06-25"",""endDate"":""2021-09-12""},{""time"":93591,""label"":""cleared_brush"",""using"":""click""}]}","{""startTime"":1678921300798,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":11042,""label"":""hovered"",""timeHovered"":2120,""week"":""2022-01-17""}]}",0,complex,line +2023-03-15 19:01:20,2023-03-15 19:10:05,0,108.222.91.118,100,525,1,2023-03-15 19:10:06,R_2OV0ysUAzO5ncte,,,,,41.0413,-83.6461,anonymous,EN,1,27.654,27.654,29.205,1,,,,,,,,0,0,15.01,0,36,38,63,11.978,19.17,21.153,5,14.666,20.246,39.942,2,1,-2,12.772,36.2,37.059,3,1,1,31.55,43.746,44.912,2,-1,24.378,24.378,27.565,1,0,0,15.111,0,4,3,5,2,4,4,Not at this time.,6.37,20.425,23.815,7,4,4,2,7,1,4,"I have no frame of reference to know if the information is really true, but it appears to be specific and easy enough to understand I lean towards trusting it",2.004,2.004,55.305,1,5,Not at this time.,5.187,9.89,13.518,5,2,7,3,4,1,5,6,0,0,22.236,0,5,5,2,6,5,3,9,7,Not at this time.,5.867,21.896,25.793,9,5,5,2,1,5,5,12.451,32.093,33.203,6,1,,4.163,4.163,6.21,1,2,1994,Ohio,6,3,1,,7,,,10,4,2,3.162,47.701,52.188,12,63161b57aa5e6c648c58692a,"{""startTime"":1678921446482,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921471048,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921352566,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":6904,""label"":""hovered"",""timeHovered"":1688,""week"":""2021-12-20""},{""time"":24507,""label"":""hovered"",""timeHovered"":1954,""week"":""2021-04-12""},{""time"":34531,""label"":""hovered"",""timeHovered"":1984,""week"":""2021-12-27""}]}","{""startTime"":1678921430888,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7852,""label"":""hovered"",""timeHovered"":1212,""week"":""2021-12-27""},{""time"":13547,""label"":""hovered"",""timeHovered"":1001,""week"":""2022-01-03""}]}",0,simple,line +2023-03-15 18:53:00,2023-03-15 19:10:11,0,73.16.24.228,100,1031,1,2023-03-15 19:10:12,R_3iyjxR2vaBdNEJd,,,,,43.8971,-69.9817,anonymous,EN,1,3.85,3.85,5.262,1,1,2,1,1.99,4.761,6.2,3,0,0,15.027,0,100,100,1,11.672,16.398,17.475,3,7.291,10.357,20.757,2,1,1,12.561,42.446,44.796,3,-3,1,103.946,118.775,120.724,2,-3,100.963,100.963,102.701,1,0,0,15.017,0,6,5,6,5,6,6,,331.108,460.558,464.433,9,5,6,4,5,5,6,"It seems pretty accurate, regarding most of the things that I know about the Covid pandemic.",1.717,1.717,24.368,1,2,,4.435,6.052,8.504,2,2,7,3,4,1,5,6,0,0,15.766,0,1,1,1,1,1,1,11,9,,3.414,15.536,17.46,10,5,5,1,1,5,5,2.341,23.437,25.183,7,1,1,3.032,8.116,10.562,2,2,1989,Rhode Island,5,2,1,,9,,Providence,6,4,1,2.295,61.77,68.666,16,55132578fdf99b1b0568bdb8,"{""startTime"":1678920921761,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921387787,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678920838326,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678920905457,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":5206,""label"":""hovered"",""timeHovered"":1597,""week"":""2022-01-10""}]}",1,simple,line +2023-03-15 19:00:13,2023-03-15 19:10:36,0,35.129.105.145,100,623,1,2023-03-15 19:10:37,R_2ZDoeNGR6AsEAHN,,,,,33.8321,-118.1739,anonymous,EN,1,14.848,14.848,15.627,1,1,3,1,2.263,5.345,6.07,3,0,0,15.11,0,71,78,19,6.061,10.144,11.937,3,15.418,20.718,33.893,3,-2,1,15.114,57.862,59.39,6,-3,-3,45.285,104.667,105.443,4,-2,26.803,59.802,61.728,2,0,0,15.015,0,4,7,3,2,2,2,,9.06,25.093,26.801,6,4,2,2,3,7,2,"I am not quite sure how accurate the data reporting is, nor how severe the cases were (hospitalizations, etc)",1.71,30.443,42.187,2,4,,11.078,11.078,13.235,1,2,7,3,4,1,5,6,0,0,16.481,0,3,4,6,7,4,5,5,7,,5.245,26.344,28.187,9,4,3,2,2,4,2,6.36,27.059,28.085,6,4,4,2.508,7.324,8.554,2,2,1996,California,6,1,1,,7,,,6,3,1,1.935,75.757,80.3,25,5e7e89cc4fd114104a39fb88,"{""startTime"":1678921507090,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921428377,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921272650,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":11500,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1176,""week"":""50"",""id"":""chart""},{""time"":15416,""label"":""tour_next"",""step"":2},{""time"":19535,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678921412910,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":3340,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1471,""week"":""52"",""id"":""chart""},{""time"":4817,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1183,""week"":""52"",""id"":""chart""},{""time"":6060,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2472,""week"":""51"",""id"":""chart""},{""time"":10723,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1309,""week"":""50"",""id"":""chart""},{""time"":12189,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1160,""week"":""51"",""id"":""chart""}]}",1,moderate,bar +2023-03-15 19:03:32,2023-03-15 19:10:43,0,66.30.134.175,100,431,1,2023-03-15 19:10:44,R_agim7QzLTkd6FDb,,,,,41.9261,-71.3011,anonymous,EN,1,2.421,2.421,2.989,1,1,3,2,2.65,5.333,6.212,2,0,0,15.005,0,100,100,74,10.192,14.803,18.711,3,7.227,24.158,25.194,3,1,1,10.717,58.711,60.392,5,1,1,22.768,41.876,42.868,2,1,37.537,37.537,44.909,1,0,0,15.006,0,6,5,6,6,6,6,,7.722,33.366,35.101,10,3,6,6,3,3,6,The source is a trusted source.,3.282,3.282,19.842,1,4,,6.181,9.148,10,6,2,7,3,4,1,5,6,0,0,19.667,0,6,7,6,7,6,3,10,8,,4.364,17.243,18.663,9,3,3,2,3,3,3,2.545,15.386,16.239,9,2,3,1.607,12.053,13.834,3,1,1993,Massachusetts,2,2,1,,7,,,5,4,2,1.618,33.121,33.984,13,5e156dbb19232db781789a8f,"{""startTime"":1678921564655,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921600152,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921463114,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921549233,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":12800,""label"":""hovered"",""timeHovered"":1047,""week"":""2021-09-13""}]}",1,simple,line +2023-03-15 19:00:24,2023-03-15 19:12:05,0,73.42.37.216,100,700,1,2023-03-15 19:12:06,R_p9SPtFtglrWQyS5,,,,,30.6922,-88.0425,anonymous,EN,1,18.126,18.126,20.284,1,1,2,2,2.875,7.875,9.953,2,0,0,15.008,0,87,58,62,25.645,32.557,34.214,4,3.637,46.932,55.672,8,1,1,48.267,81.807,83.536,3,-3,1,21.512,43.782,46.105,11,1,12.442,66.448,85.134,11,0,0,15.113,0,3,4,4,5,4,4,,9.442,45.039,49.476,6,4,4,4,3,4,4,If it's accurate,3.346,3.346,45.393,1,5,,6.44,7.687,9.652,3,2,7,3,4,1,5,6,0,0,18.806,0,5,4,4,5,6,7,9,8,,6.547,21.742,23.462,9,2,3,3,3,3,3,63.472,73.115,75.039,7,7,4,7.573,7.573,9.757,1,1,1983,Alabama,5,2,3,,2,,,11,1,1,1.128,47.021,53.756,24,5971640e7ec240000170cb69,"{""startTime"":1678921479003,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921529071,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921320703,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":21621,""label"":""started_brush"",""startDate"":""2021-06-30"",""endDate"":""2022-01-27""},{""time"":31400,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-08""},{""time"":37327,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-08""},{""time"":38399,""label"":""cleared_brush"",""using"":""click""},{""time"":50971,""label"":""started_brush"",""startDate"":""2021-06-01"",""endDate"":""2021-10-26""}]}","{""startTime"":1678921462551,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":8565,""label"":""started_brush"",""startDate"":""2021-07-23"",""endDate"":""2022-02-13""},{""time"":12970,""label"":""moved_brush"",""startDate"":""2021-07-23"",""endDate"":""2022-02-13""}]}",1,complex,line +2023-03-15 18:55:13,2023-03-15 19:12:13,0,99.19.75.100,100,1020,1,2023-03-15 19:12:14,R_33eZGeFfolZmlcw,,,,,34.8775,-92.2265,anonymous,EN,1,28.551,28.551,29.975,1,,,,,,,,0,0,15.111,0,53,14,75,16.233,60.568,61.858,5,2.667,20.538,35.503,3,-2,-3,48.621,93.768,99.284,2,-1,1,133.049,149.633,150.932,2,1,107.501,107.501,109.393,1,0,0,15.111,0,5,3,4,5,4,5,,19.598,23.656,26.101,6,3,4,2,5,4,5,It seems to be an accurate infograph,10.859,47.637,56.856,2,4,,4.437,4.437,6.565,1,1,2,6,7,4,3,5,0,0,29.468,0,3,2,6,3,6,4,11,11,,3.635,19.306,20.882,8,5,2,3,4,4,3,35.403,47.886,49.374,6,4,,7.803,7.803,9.375,1,2,2003,Arkansas,2,2,1,,10,,,6,3,1,1.704,139.575,152.79,20,5e2cd786dc63ca2ff798a0ca,"{""startTime"":1678921406198,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921237301,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921033008,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":2459,""label"":""hovered"",""timeHovered"":1413,""week"":""2022-01-10""},{""time"":9843,""label"":""hovered"",""timeHovered"":2465,""week"":""2021-05-03""}]}","{""startTime"":1678921221321,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,line +2023-03-15 19:03:15,2023-03-15 19:12:27,0,66.56.14.60,100,551,1,2023-03-15 19:12:27,R_3My9Se6gK1Mqb4A,,,,,33.7657,-84.2951,anonymous,EN,1,1.221,5.241,7.203,9,1,4,2,2.15,4.84,5.883,4,2.531,2.531,15.025,1,96,98,88,1.526,14.261,14.844,11,2.389,122.795,123.401,42,-3,1,1.244,41.062,42.701,15,-3,1,0.979,44.283,44.602,25,-3,9.61,43.653,44.598,7,1.403,6.126,15.016,4,5,5,5,5,5,5,,6.357,21.7,22.906,13,6,5,4,4,2,5,"It is from a reputable source the CDC. Also, it is just well presented and looks scientific which makes me trust it more.",2.046,3.303,29.771,2,3,,2.166,7.971,9.705,3,2,7,3,4,1,5,6,5.35,18.502,19.609,5,4,4,3,5,6,6,10,8,,4.799,21.262,22.204,16,4,4,2,2,4,4,7.459,27.158,28.014,15,3,3,2.306,8.105,11.106,8,1,2004,Georgia,3,3,1,,9,,Decatur,13,3,1,1.935,48.621,49.792,43,5e9f766e2535380e106a8c6b,"{""startTime"":1678921638266,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921662126,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921451525,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":72,""label"":""tour_started""},{""time"":10240,""label"":""tour_next"",""step"":5},{""time"":17744,""label"":""cleared_brush"",""using"":""Click""},{""time"":18932,""label"":""tour_back"",""step"":5},{""time"":23364,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2540,""week"":""47"",""id"":""chart""},{""time"":27475,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1476,""week"":""52"",""id"":""chart""},{""time"":33385,""label"":""tour_next"",""step"":5},{""time"":36685,""label"":""cleared_brush"",""using"":""Click""},{""time"":41326,""label"":""cleared_brush"",""using"":""Click""},{""time"":43444,""label"":""cleared_brush"",""using"":""Click""},{""time"":44187,""label"":""cleared_brush"",""using"":""Click""},{""time"":46341,""label"":""cleared_brush"",""using"":""Click""},{""time"":54030,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-04-13""},{""time"":60630,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-04-11""},{""time"":81009,""label"":""tour_back"",""step"":5},{""time"":83587,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":2542,""week"":""14"",""id"":""chart""},{""time"":89279,""label"":""tour_next"",""step"":5},{""time"":95037,""label"":""cleared_brush"",""using"":""Click""},{""time"":99695,""label"":""started_brush"",""startDate"":""2021-09-06"",""endDate"":""2021-11-15""},{""time"":101268,""label"":""tour_next"",""step"":5},{""time"":107404,""label"":""moved_brush"",""startDate"":""2021-08-13"",""endDate"":""2021-10-22""},{""time"":109013,""label"":""tour_next"",""step"":5},{""time"":115509,""label"":""cleared_brush"",""using"":""Click""},{""time"":115510,""label"":""cleared_brush"",""using"":""Escape""},{""time"":117088,""label"":""tour_next"",""step"":5},{""time"":119559,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678921622200,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar +2023-03-15 18:53:34,2023-03-15 19:12:44,0,71.255.232.45,100,1150,1,2023-03-15 19:12:45,R_3DiNz275Scwop4f,,,,,38.894,-77.0365,anonymous,EN,1,169.633,169.633,170.89,1,,,,,,,,0,0,15.11,0,71,89,63,5.858,21.291,22.665,5,15.643,230.357,248.352,19,1,1,7.173,47.322,80.864,3,1,1,33.246,89.238,103.596,2,1,8.986,94.118,117.941,3,0,0,15.11,0,3,3,3,3,7,3,None,12.697,19.056,48.398,7,7,3,7,7,7,3,I didn't think that the information provided when you hovered over the visualization matched the legend on the side.,1.28,1.28,34.903,1,4,,2.809,8.009,9.582,8,2,7,3,4,1,5,6,0,0,13.006,0,6,6,6,6,6,5,9,9,,2.545,11.961,13.338,9,3,4,2,2,4,4,2.362,8.811,9.686,6,1,,1.654,1.654,3.593,1,1,1993,California,6,3,1,,7,,,12,4,1,1.46,63.314,71.725,26,587418895c17910001ea4e75,"{""startTime"":1678921596430,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":1719,""label"":""hovered"",""timeHovered"":1231,""week"":""2022-01-24""},{""time"":3230,""label"":""hovered"",""timeHovered"":18353,""week"":""2022-02-07""},{""time"":22285,""label"":""hovered"",""timeHovered"":9401,""week"":""2021-12-27""},{""time"":31926,""label"":""hovered"",""timeHovered"":3756,""week"":""2021-12-27""},{""time"":37393,""label"":""hovered"",""timeHovered"":1393,""week"":""2021-12-27""}]}","{""startTime"":1678921457208,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":3509,""label"":""hovered"",""timeHovered"":6181,""week"":""2021-12-27""},{""time"":19195,""label"":""hovered"",""timeHovered"":1109,""week"":""2021-12-27""},{""time"":20390,""label"":""hovered"",""timeHovered"":11153,""week"":""2021-12-27""},{""time"":33293,""label"":""hovered"",""timeHovered"":30497,""week"":""2021-12-27""},{""time"":64873,""label"":""hovered"",""timeHovered"":1311,""week"":""2022-01-03""},{""time"":66490,""label"":""hovered"",""timeHovered"":2182,""week"":""2022-02-07""},{""time"":68960,""label"":""hovered"",""timeHovered"":7012,""week"":""2022-01-24""},{""time"":77477,""label"":""cleared_brush"",""using"":""click""},{""time"":78730,""label"":""started_brush"",""startDate"":""2021-05-06"",""endDate"":""2021-07-11""},{""time"":79363,""label"":""hovered"",""timeHovered"":4808,""week"":""2021-06-21""}]}","{""startTime"":1678921074001,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":1190,""label"":""hovered"",""timeHovered"":1396,""week"":""2021-08-16""},{""time"":10858,""label"":""hovered"",""timeHovered"":1911,""week"":""2022-01-03""},{""time"":166519,""label"":""started_brush"",""startDate"":""2021-05-12"",""endDate"":""2021-08-14""},{""time"":172387,""label"":""moved_brush"",""startDate"":""2021-05-12"",""endDate"":""2021-08-14""},{""time"":174339,""label"":""moved_brush"",""startDate"":""2021-06-16"",""endDate"":""2021-08-14""},{""time"":182622,""label"":""cleared_brush"",""using"":""click""},{""time"":201559,""label"":""cleared_brush"",""using"":""click""},{""time"":204637,""label"":""started_brush"",""startDate"":""2021-06-30"",""endDate"":""2021-11-09""},{""time"":209904,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-09""},{""time"":212954,""label"":""moved_brush"",""startDate"":""2021-07-15"",""endDate"":""2022-02-13""},{""time"":219004,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-13""},{""time"":224153,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-13""},{""time"":226271,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-13""},{""time"":228254,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-13""},{""time"":228537,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-13""},{""time"":228837,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-13""},{""time"":230920,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-13""},{""time"":232154,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-10-18""},{""time"":235274,""label"":""moved_brush"",""startDate"":""2021-09-14"",""endDate"":""2021-10-18""},{""time"":237486,""label"":""moved_brush"",""startDate"":""2021-09-14"",""endDate"":""2022-01-22""},{""time"":239601,""label"":""moved_brush"",""startDate"":""2021-10-06"",""endDate"":""2022-02-13""},{""time"":244477,""label"":""moved_brush"",""startDate"":""2021-12-14"",""endDate"":""2022-02-13""}]}","{""startTime"":1678921441634,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":2782,""label"":""hovered"",""timeHovered"":1468,""week"":""2021-11-08""},{""time"":4849,""label"":""hovered"",""timeHovered"":2234,""week"":""2022-01-03""}]}",0,complex,line +2023-03-15 18:58:58,2023-03-15 19:12:45,0,24.89.18.3,100,826,1,2023-03-15 19:12:45,R_1QzHKaGOMGSFQW3,,,,,39.6343,-77.7337,anonymous,EN,1,8.179,8.179,9.865,1,,,,,,,,0,0,15.116,0,93,86,36,26.062,47.888,49.007,3,30.267,38.875,106.468,2,1,-3,19.423,35.227,36.931,2,-1,1,77.232,101.24,103.498,2,1,54.609,54.609,58.855,1,0,0,15.111,0,5,5,7,4,5,5,,13.067,35.706,40.597,6,4,4,4,5,3,5,The source of the data is the Department of Agriculture and the graphic is put together well showing all the variation in data.,5.613,5.613,57.158,1,5,,7.286,7.286,9.553,1,2,7,3,4,1,5,6,0,0,22.587,0,1,5,8,9,4,7,11,10,,6.636,27.478,31.181,8,4,4,1,2,4,4,23.201,49.728,51.877,6,4,,7.163,7.163,9.666,1,1,1962,Maryland,4,2,1,,8,Hagerstown,,6,4,2,4.054,130.612,143.582,18,5ee526f3eca1a22601d187f4,"{""startTime"":1678921448887,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921489967,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921222798,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":23362,""label"":""hovered"",""timeHovered"":2283,""week"":""2022-01-03""},{""time"":41137,""label"":""hovered"",""timeHovered"":1333,""week"":""2021-08-23""},{""time"":44808,""label"":""hovered"",""timeHovered"":22275,""week"":""2021-10-25""},{""time"":73255,""label"":""hovered"",""timeHovered"":12082,""week"":""2022-01-10""}]}","{""startTime"":1678921433440,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,line +2023-03-15 18:58:09,2023-03-15 19:13:11,0,98.58.190.99,100,901,1,2023-03-15 19:13:11,R_1K7lIBrO2rVyLEU,,,,,26.6598,-80.2429,anonymous,EN,1,3.114,3.114,4.063,1,,,,,,,,0,0,15.112,0,80,97,75,38.179,47.794,49.699,9,58.955,185.086,193.014,11,1,-3,26.773,70.574,71.52,2,1,1,48.555,69.355,77.436,2,1,62.098,62.098,63.034,1,0,0,15.311,0,4,4,3,5,6,4,Very interesting study.,14.162,38.002,56.814,7,5,6,5,2,7,4,The graph and its' interactivity seem top be well-done. I slightly agree that the information is possibly valid.,10.186,10.186,68.707,1,5,Very interesting study.,4.25,8.769,16.309,6,2,7,3,4,1,5,6,0,0,28.907,0,4,4,9,7,5,7,10,9,Interesting study.,6.717,28.397,34.367,11,3,2,2,2,4,3,11.215,34.552,35.506,6,3,,10.487,10.487,11.303,1,1,1986,Florida,4,2,1,,9,,West Palm Beach,13,4,1,0.979,49.485,52.688,17,5f8b066742a6381ddae03d75,"{""startTime"":1678921586027,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921436501,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921163680,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":2371,""label"":""hovered"",""timeHovered"":3225,""week"":""2021-08-02""},{""time"":21632,""label"":""hovered"",""timeHovered"":13398,""week"":""2021-10-11""},{""time"":44103,""label"":""hovered"",""timeHovered"":3025,""week"":""2021-10-04""},{""time"":50805,""label"":""hovered"",""timeHovered"":1191,""week"":""2021-04-12""},{""time"":53392,""label"":""hovered"",""timeHovered"":1365,""week"":""2021-04-19""},{""time"":105026,""label"":""started_brush"",""startDate"":""2021-11-21"",""endDate"":""2022-01-22""},{""time"":106345,""label"":""moved_brush"",""startDate"":""2021-11-21"",""endDate"":""2022-02-13""},{""time"":116448,""label"":""moved_brush"",""startDate"":""2021-11-21"",""endDate"":""2022-02-13""},{""time"":118515,""label"":""moved_brush"",""startDate"":""2022-01-02"",""endDate"":""2022-02-13""},{""time"":151743,""label"":""cleared_brush"",""using"":""click""},{""time"":153647,""label"":""started_brush"",""startDate"":""2021-11-13"",""endDate"":""2021-12-04""},{""time"":153915,""label"":""started_brush"",""startDate"":""2022-01-15"",""endDate"":""2022-01-17""},{""time"":174723,""label"":""started_brush"",""startDate"":""2021-07-10"",""endDate"":""2021-09-28""},{""time"":175136,""label"":""cleared_brush"",""using"":""click""},{""time"":176398,""label"":""started_brush"",""startDate"":""2021-12-27"",""endDate"":""2021-12-28""},{""time"":176867,""label"":""cleared_brush"",""using"":""click""},{""time"":177390,""label"":""cleared_brush"",""using"":""click""},{""time"":177877,""label"":""cleared_brush"",""using"":""click""},{""time"":180898,""label"":""started_brush"",""startDate"":""2021-07-27"",""endDate"":""2022-01-14""},{""time"":183369,""label"":""moved_brush"",""startDate"":""2021-07-27"",""endDate"":""2021-12-15""}]}","{""startTime"":1678921420798,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line +2023-03-15 19:02:57,2023-03-15 19:13:35,0,96.232.169.173,100,638,1,2023-03-15 19:13:36,R_1Fbnp4hUNpDtnpW,,,,,40.7429,-73.9392,anonymous,EN,1,4.684,4.684,6.025,1,,,,,,,,0,0,15.115,0,78,22,58,11.571,16.665,18.421,3,9.402,48.265,53.432,5,1,1,25.816,39.516,41.601,2,-3,1,27.348,48.258,49.683,3,1,59.529,59.529,61.066,1,0,0,15.025,0,3,7,3,1,2,3,,28.066,43.264,46.147,6,7,2,4,3,7,2,"If I don't understand what I am looking at, as a layperson, then I won't trust that I am being presented with an argument which is easy to prove (because there would be mountains of data to choose from).",2.451,2.451,62.225,1,2,,5.626,8.551,10.763,4,2,7,3,4,1,5,6,0,0,25.348,0,1,2,8,8,3,6,2,4,,7.557,24.466,26.342,8,1,5,1,2,4,4,11.175,28.604,29.559,6,6,,5.979,6.603,8,2,1,1966,New York,6,1,1,,7,,,12,4,2,2.362,109.002,114.463,21,5adf6ea7f6b58c0001fa8404,"{""startTime"":1678921557582,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":12109,""label"":""hovered"",""timeHovered"":2907,""week"":""2022-01-24""}]}","{""startTime"":1678921604194,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921426184,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":29195,""label"":""started_brush"",""startDate"":""2021-06-26"",""endDate"":""2021-07-25""},{""time"":35609,""label"":""moved_brush"",""startDate"":""2021-06-26"",""endDate"":""2021-10-21""},{""time"":42995,""label"":""cleared_brush"",""using"":""click""},{""time"":43004,""label"":""cleared_brush"",""using"":""Escape""}]}","{""startTime"":1678921541840,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":9165,""label"":""hovered"",""timeHovered"":1043,""week"":""2021-12-27""}]}",0,complex,line +2023-03-15 18:59:17,2023-03-15 19:13:37,0,98.32.251.195,100,860,1,2023-03-15 19:13:37,R_ahJNT1D0ZeY7sJz,,,,,41.9025,-87.6726,anonymous,EN,1,2.481,2.481,3.503,1,1,3,1,2.305,6.731,7.59,2,0,0,15.125,0,100,97,55,11.677,32.098,33.246,5,7.669,30.129,32.76,5,-1,-1,12.389,34.101,35.365,3,-1,1,12.183,42.993,44.209,4,-1,7.488,8.632,10.128,2,0,0,16.942,0,6,3,6,3,6,6,,13.337,34.841,37.773,10,3,4,4,3,3,6,it's from a reliable source,2.981,2.981,11.999,1,3,,420.985,420.985,423.666,1,2,7,3,4,1,5,6,0,0,20.36,0,3,4,9,3,2,7,11,11,,7.937,32.203,34.005,11,1,3,3,3,3,3,3.411,14.61,16.262,7,2,4,2.029,7.485,8.804,2,2,1993,Illinois,6,2,2,,4,,,8,4,2,1.639,45.704,49.962,13,60fccc2c096c38cc9ad63ff3,"{""startTime"":1678921315020,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921353463,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":10699,""label"":""hovered"",""timeHovered"":2329,""week"":""2021-12-27""}]}","{""startTime"":1678921226913,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921296247,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line +2023-03-15 18:55:55,2023-03-15 19:13:45,0,75.204.90.229,100,1070,1,2023-03-15 19:13:45,R_2AHylKmhS4OKdBj,,,,,33.3874,-112.0998,anonymous,EN,1,16.49,33.535,35.097,2,,,,,,,,0,0,15.007,0,87,91,58,11.621,24.491,26.25,5,30.016,60.133,73.094,3,1,1,36.422,93.101,97.043,2,1,1,45.701,102.337,112.864,4,1,66.607,66.607,68.865,1,0,0,15.021,0,4,4,4,3,6,5,,11.025,59.981,62.552,7,4,5,5,7,2,5,I thought the visualization was nicely laid out with the hover option to get even more accurate results. The source of the visualization was shown clearly in the bottom left corner.,3.64,114.477,116.335,6,4,,8.197,8.687,12.888,2,2,7,3,4,1,5,6,0,0,42.972,0,5,5,9,8,4,4,8,9,,8.556,27.675,31.219,8,2,3,2,3,3,2,11.975,38.513,40.664,6,4,,4.054,4.054,6.839,1,2,1963,Arizona,5,1,1,,7,,,6,2,2,2.5,196.63,212.36,43,5da4152a3ab39a0011295a3e,"{""startTime"":1678921231183,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921294722,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":153,""label"":""hovered"",""timeHovered"":11836,""week"":""2022-02-07""}]}","{""startTime"":1678921043803,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7829,""label"":""hovered"",""timeHovered"":1131,""week"":""2021-10-25""},{""time"":41196,""label"":""hovered"",""timeHovered"":1601,""week"":""2021-08-30""},{""time"":44262,""label"":""hovered"",""timeHovered"":2699,""week"":""2022-01-03""},{""time"":68313,""label"":""hovered"",""timeHovered"":1077,""week"":""2022-01-03""}]}","{""startTime"":1678921215278,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,line +2023-03-15 18:57:20,2023-03-15 19:14:02,0,150.195.114.81,100,1001,1,2023-03-15 19:14:03,R_1OlUJ59irANm3PB,,,,,41.1499,-85.2057,anonymous,EN,1,40.026,40.026,41.76,1,1,2,2,2.239,5.939,7.359,2,0,0,15.125,0,66,35,60,7.111,16.617,23.8,4,29.768,147.972,167.111,16,-2,1,35.47,71.917,73.98,2,-2,1,41.976,86.427,88.347,2,1,41.831,93.192,95.252,3,7.673,7.673,15.013,1,3,4,3,5,6,3,,13.106,43.324,49.191,8,3,5,5,1,7,3,I do not know enough about all the information to know if I can trust it. I have seen a lot of false information out there,5.512,5.512,46.975,1,3,,9.365,9.365,12.488,1,2,7,3,4,1,5,6,0,0,33.072,0,4,6,8,5,2,5,8,9,,6.256,25.506,27.7,8,1,1,2,2,3,1,10.462,32.069,33.463,6,4,2,9.946,21.356,24.604,2,1,1955,Ohio,2,2,1,,7,,,5,4,2,4.091,159.547,169.655,18,6130cdbb53f773b3125576a7,"{""startTime"":1678921428806,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921478356,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":8592,""label"":""started_brush"",""startDate"":""2021-06-28"",""endDate"":""2021-08-23""}]}","{""startTime"":1678921150309,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":58230,""label"":""started_brush"",""startDate"":""2021-05-27"",""endDate"":""2021-12-11""},{""time"":69015,""label"":""moved_brush"",""startDate"":""2021-05-27"",""endDate"":""2021-10-09""},{""time"":72629,""label"":""moved_brush"",""startDate"":""2021-09-01"",""endDate"":""2022-01-13""},{""time"":75314,""label"":""moved_brush"",""startDate"":""2021-09-01"",""endDate"":""2021-12-08""},{""time"":77216,""label"":""moved_brush"",""startDate"":""2021-09-04"",""endDate"":""2021-12-12""},{""time"":91803,""label"":""cleared_brush"",""using"":""click""},{""time"":91804,""label"":""cleared_brush"",""using"":""Escape""},{""time"":115563,""label"":""started_brush"",""startDate"":""2021-05-24"",""endDate"":""2021-09-26""},{""time"":119882,""label"":""hovered"",""timeHovered"":1181,""week"":""2021-06-28""},{""time"":126950,""label"":""moved_brush"",""startDate"":""2021-09-26"",""endDate"":""2021-12-07""},{""time"":137043,""label"":""hovered"",""timeHovered"":2654,""week"":""2021-11-15""},{""time"":152105,""label"":""moved_brush"",""startDate"":""2021-09-26"",""endDate"":""2021-11-18""},{""time"":154801,""label"":""hovered"",""timeHovered"":1304,""week"":""2021-11-01""},{""time"":156950,""label"":""hovered"",""timeHovered"":1060,""week"":""2021-11-08""},{""time"":162316,""label"":""moved_brush"",""startDate"":""2021-10-30"",""endDate"":""2021-12-22""},{""time"":165883,""label"":""moved_brush"",""startDate"":""2021-10-30"",""endDate"":""2021-12-01""}]}","{""startTime"":1678921413422,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":2842,""label"":""hovered"",""timeHovered"":1184,""week"":""2022-01-03""},{""time"":4145,""label"":""hovered"",""timeHovered"":2431,""week"":""2021-12-20""},{""time"":11857,""label"":""started_brush"",""startDate"":""2021-07-06"",""endDate"":""2022-01-06""}]}",1,complex,line +2023-03-15 19:03:06,2023-03-15 19:14:34,0,97.86.199.78,100,687,1,2023-03-15 19:14:35,R_2dgrcKqhiLcyivt,,,,,38.9458,-90.2049,anonymous,EN,1,16.172,17.419,18.066,3,,,,,,,,0,0,16.172,0,80,80,100,24.855,32.867,34.31,3,14.828,21.702,25.226,4,1,-2,27.743,43.885,52.102,2,1,1,19.77,136.735,138.356,3,-1,43.896,83.499,87.553,2,0,0,16.708,0,3,3,3,3,3,3,,10.323,18.864,19.188,8,6,6,6,1,1,6,"Assuming the data in the visualization is real and valid, I see no reason to trust it as it includes all relevant datapoints relating to the data.",2.748,2.748,36.849,1,4,,5.201,8.357,9.206,4,2,7,3,4,1,5,6,0,0,20.128,0,4,2,4,4,4,6,5,8,,7.634,48.044,48.465,14,5,5,1,1,5,5,2.535,32.937,33.645,11,6,,9.078,9.078,10.471,1,1,2000,Illinois,1,2,1,,7,,,1,4,2,3.692,66.529,67.545,14,5d613f02b9233e0018f9450b,"{""startTime"":1678921707332,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921648898,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921466044,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":22532,""label"":""hovered"",""timeHovered"":1079,""week"":""2021-10-25""}]}","{""startTime"":1678921630651,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":15693,""label"":""hovered"",""timeHovered"":1737,""week"":""2021-12-13""}]}",0,moderate,line +2023-03-15 19:03:42,2023-03-15 19:14:48,0,73.237.167.201,100,665,1,2023-03-15 19:14:48,R_6SGyRYJROUuxvSp,,,,,33.9372,-84.0791,anonymous,EN,1,5.257,8.754,10.201,2,,,,,,,,0,0,15.119,0,96,89,50,14.973,42.887,43.79,9,8.445,11.958,16.993,2,1,-1,14.083,47.141,48.118,3,-2,1,31.715,44.954,46.165,2,-1,25.283,25.283,26.829,1,0,0,15.016,0,5,5,5,5,5,5,,12.67,19.975,23.824,6,5,5,5,5,5,5,to trust visualization is to see the outcome not ness the process,2.763,11.359,73.879,2,4,,4.974,4.974,6.433,1,,,,,,,,0,0,10.368,0,5,2,2,2,3,4,10,6,,6.185,19.228,20.643,8,3,3,3,3,3,3,7.943,11.037,12.102,6,1,,1.314,1.314,3.105,1,2,1963,Georgia,6,3,1,,7,,,11,5,2,1.317,242.428,245.549,31,610ec37ea0648de28b37fb83,"{""startTime"":1678921677131,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921582353,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921502736,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921566798,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,line +2023-03-15 19:04:51,2023-03-15 19:15:34,0,98.49.213.177,100,642,1,2023-03-15 19:15:34,R_234aD0kUhCVeCbE,,,,,40.296,-75.9894,anonymous,EN,1,4.426,4.426,5.751,1,2,,1,2.788,2.788,4.001,1,0,0,15.114,0,81,83,47,23.197,32.556,33.28,4,16.762,23.676,29.713,2,1,1,18.733,62.594,64.498,3,1,-3,45.522,89.766,90.902,2,-3,29.595,29.595,31.991,1,0,0,15.007,0,4,3,3,4,4,3,,16.255,30.285,34.185,6,3,4,3,3,3,3,I am unsure that this accurately displays the real data. ,7.429,35.022,36.224,3,3,,4.376,7.393,11.075,3,2,7,3,4,1,5,6,0,0,20.212,0,4,6,5,6,5,2,7,7,,8.14,26.468,30.067,11,4,4,1,2,4,4,7.811,29.075,30.189,7,2,2,2.043,9.163,10.801,2,2,1961,Pennsylvania,2,2,1,,7,,,4,4,1,2.137,118.562,124.006,23,62dea723c6db0370fd6c8229,"{""startTime"":1678921699791,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921734378,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921562392,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":9972,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5116,""week"":""2"",""id"":""chart""},{""time"":16750,""label"":""tour_next"",""step"":2},{""time"":23664,""label"":""tour_end"",""step"":2},{""time"":25402,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1469,""week"":""46"",""id"":""chart""}]}","{""startTime"":1678921683842,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":10392,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3729,""week"":""51"",""id"":""chart""}]}",1,moderate,bar +2023-03-15 18:56:18,2023-03-15 19:15:37,0,75.68.153.88,100,1158,1,2023-03-15 19:15:38,R_125StEF1XJfKV2T,,,,,44.8098,-73.0918,anonymous,EN,1,6.669,12.411,13.394,3,1,4,1,2.556,9.327,10.996,3,0,0,15.106,0,98,100,53,0.435,21.182,22.493,7,7.059,142.286,143.344,17,1,1,6.253,90.871,91.743,13,1,1,1.977,426.744,427.648,8,1,21.842,30.926,31.96,4,12.127,13.479,15.115,2,3,3,3,6,6,3,,8.708,23.766,25.267,8,2,6,5,7,3,3,"Until I research the data presented and learn about the methods used to gather that data, I cannot say that I trust or distrust it. I still have questions.",2.438,2.438,53.015,1,5,,7.42,10.828,12.452,4,2,7,3,4,1,5,6,10.956,22.468,23.398,2,3,3,3,7,6,4,11,10,,3.935,24.869,26.31,10,3,5,1,2,5,4,4.764,26.358,27.928,9,2,1,3.37,15.333,16.088,4,2,1966,Vermont,7,3,1,,7,,,13,4,2,2.573,144.22,145.731,42,60fe14fa6b07c0db08b74436,"{""startTime"":1678921332745,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921244999,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":2857,""label"":""started_brush"",""startDate"":""2021-09-05"",""endDate"":""2021-12-26""}]}","{""startTime"":1678921053374,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":7620,""label"":""hovered"",""timeHovered"":5349,""week"":""2022-01-10""},{""time"":13820,""label"":""hovered"",""timeHovered"":1266,""week"":""2021-12-20""},{""time"":18420,""label"":""hovered"",""timeHovered"":15918,""week"":""2022-01-17""},{""time"":45156,""label"":""hovered"",""timeHovered"":6634,""week"":""2022-01-10""},{""time"":84696,""label"":""cleared_brush"",""using"":""click""},{""time"":94924,""label"":""started_brush"",""startDate"":""2021-06-17"",""endDate"":""2022-01-07""},{""time"":105904,""label"":""moved_brush"",""startDate"":""2021-07-19"",""endDate"":""2022-02-07""},{""time"":119458,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-10-31""},{""time"":123320,""label"":""moved_brush"",""startDate"":""2021-07-24"",""endDate"":""2022-02-13""},{""time"":128542,""label"":""moved_brush"",""startDate"":""2021-06-28"",""endDate"":""2022-01-17""},{""time"":129913,""label"":""cleared_brush"",""using"":""click""},{""time"":129915,""label"":""cleared_brush"",""using"":""Escape""}]}","{""startTime"":1678921229459,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":6951,""label"":""hovered"",""timeHovered"":1082,""week"":""2021-12-20""}]}",1,complex,line +2023-03-15 19:03:27,2023-03-15 19:16:06,0,172.56.92.222,100,759,1,2023-03-15 19:16:07,R_RDZKW3zBXYbPxSh,,,,,29.3959,-98.4761,anonymous,EN,1,12.138,12.138,13.626,1,,,,,,,,0,0,15.007,0,98,94,55,10.42,17.164,18.704,3,22.227,48.22,77.277,3,-2,-3,44.622,70.949,72.771,2,1,-3,20.612,139.092,140.465,5,-1,32.002,32.002,33.522,1,0,0,15.01,0,3,3,2,2,3,2,I guess it can be easy to understand if you go by the numbers themselves and not by the color scheme.,8.427,37.795,65.451,8,3,7,3,1,7,2,I could not tell if the numbers were all supposed to start at zero (the very bottom) or from where one color ended (blue) so it was not easy to understand because of that one reason.,6.816,7.783,61.592,2,3,Trying to tell the numbers apart in some charts was not easy.,6.572,9.275,30.854,2,2,7,3,4,1,5,6,0,0,17.584,0,4,2,1,3,2,4,2,4,I am very bias to not trusting the system/,4.814,26.334,46.021,10,5,3,1,2,3,5,7.032,28.112,29.315,9,5,,9.6,9.6,11.286,1,1,1981,Texas,4,2,1,,4,,,6,2,1,2.364,53.875,55.944,12,566c7564d408ea000519c678,"{""startTime"":1678921782121,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921697759,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921463288,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":5027,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1116,""week"":""1"",""id"":""chart""},{""time"":7161,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1316,""week"":""1"",""id"":""chart""},{""time"":13961,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2100,""week"":""52"",""id"":""chart""},{""time"":16095,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1116,""week"":""51"",""id"":""chart""},{""time"":18011,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1033,""week"":""3"",""id"":""chart""},{""time"":28213,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1699,""week"":""2"",""id"":""chart""},{""time"":31813,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1033,""week"":""3"",""id"":""chart""},{""time"":33047,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2033,""week"":""49"",""id"":""chart""},{""time"":38340,""label"":""tour_next"",""step"":2},{""time"":48212,""label"":""tour_end"",""step"":2},{""time"":48617,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2467,""week"":""1"",""id"":""chart""},{""time"":55779,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1353,""week"":""51"",""id"":""chart""},{""time"":57159,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1469,""week"":""52"",""id"":""chart""},{""time"":69633,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1131,""week"":""41"",""id"":""chart""},{""time"":72063,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1645,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678921682252,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":1781,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1935,""week"":""40"",""id"":""chart""},{""time"":4597,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2354,""week"":""1"",""id"":""chart""},{""time"":7921,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3831,""week"":""2"",""id"":""chart""},{""time"":11753,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3206,""week"":""2"",""id"":""chart""}]}",0,moderate,bar +2023-03-15 19:04:43,2023-03-15 19:18:18,0,73.110.74.211,100,814,1,2023-03-15 19:18:19,R_8didFSEiDLiJIOt,,,,,41.85,-87.7165,anonymous,EN,1,3.599,4.32,6.551,2,1,2,2,6.241,20.038,20.997,2,0,0,15.014,0,76,68,82,3.315,16.379,18.273,12,2.267,128.23,129.505,54,-2,1,22.987,96.824,97.671,7,1,-3,49.882,193.607,194.302,13,1,1.626,43.446,44.2,6,1.812,1.812,15.007,1,2,5,6,5,5,4,,2.655,11.617,19.258,9,4,2,5,6,5,6,"The visualization is detailed, organized and seems accurate",2.008,36.628,37.388,2,3,,2.647,6.449,7.498,2,2,7,3,4,1,5,6,0,0,13.428,0,5,9,8,8,5,5,9,5,,1.328,13.653,15.085,9,4,2,4,4,4,4,3.139,20.885,21.718,8,5,3,1.751,42.401,43.379,3,2,1991,Illinois,3,2,1,,7,,,5,3,2,1.492,72.536,73.378,23,5a2add709408dc00016f57d3,"{""startTime"":1678921806723,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921757466,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921567225,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":27,""label"":""tour_started""},{""time"":4627,""label"":""tour_next"",""step"":5},{""time"":35912,""label"":""tour_back"",""step"":5},{""time"":38913,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1365,""week"":""52"",""id"":""chart""},{""time"":57210,""label"":""tour_next"",""step"":5},{""time"":62375,""label"":""tour_back"",""step"":5},{""time"":80901,""label"":""tour_next"",""step"":5},{""time"":83583,""label"":""started_brush"",""startDate"":""2021-07-05"",""endDate"":""2021-12-04""},{""time"":85893,""label"":""tour_next"",""step"":5},{""time"":89143,""label"":""moved_brush"",""startDate"":""2021-09-07"",""endDate"":""2022-02-07""},{""time"":90478,""label"":""tour_next"",""step"":5},{""time"":95162,""label"":""started_brush"",""startDate"":""2021-05-09"",""endDate"":""2021-08-15""},{""time"":97090,""label"":""started_brush"",""startDate"":""2021-09-02"",""endDate"":""2021-09-24""},{""time"":99045,""label"":""started_brush"",""startDate"":""2021-07-29"",""endDate"":""2021-08-10""},{""time"":121399,""label"":""cleared_brush"",""using"":""Click""},{""time"":122326,""label"":""started_brush"",""startDate"":""2021-05-23"",""endDate"":""2021-06-27""},{""time"":124699,""label"":""tour_next"",""step"":5},{""time"":128223,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678921742039,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar +2023-03-15 19:03:42,2023-03-15 19:19:18,0,47.135.18.234,100,936,1,2023-03-15 19:19:19,R_2OPz8CaQPY2kTPZ,,,,,35.7532,-81.3264,anonymous,EN,1,4.158,4.158,5.017,1,,,,,,,,0,0,15.019,0,99,8,49,14.897,21.121,23.503,3,35.841,154.09,156.315,35,1,1,14.385,22.694,28.662,2,-2,-3,21.429,39.714,46.059,2,1,11.551,60.06,63.812,3,0,0,15.112,0,3,5,3,5,6,3,very interesting and engaging! thank you!,0.362,40.076,59.828,8,5,5,3,3,3,5,because its a well presented graph chart with specific entities related to other specidied entities,3.206,3.206,47.177,1,1,,6.467,9.65,15.679,4,2,7,3,4,1,5,6,0,0,13.53,0,2,2,4,5,2,5,4,6,,4.6,22.885,27.198,10,3,3,2,3,4,3,5.179,16.534,17.936,6,6,,2.576,2.576,3.709,1,1,1982,North Carolina,3,1,1,,7,,,10,2,1,1.298,77.241,83.283,18,5bc8897f462bdb0001a61426,"{""startTime"":1678921968239,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678922059431,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921730522,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":57326,""label"":""cleared_brush"",""using"":""click""},{""time"":62497,""label"":""started_brush"",""startDate"":""2021-08-11"",""endDate"":""2021-08-28""},{""time"":63408,""label"":""started_brush"",""startDate"":""2021-06-12"",""endDate"":""2021-09-09""},{""time"":66761,""label"":""started_brush"",""startDate"":""2021-04-27"",""endDate"":""2021-12-02""},{""time"":75024,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-16""},{""time"":76103,""label"":""moved_brush"",""startDate"":""2021-05-29"",""endDate"":""2022-01-03""},{""time"":77192,""label"":""moved_brush"",""startDate"":""2021-06-27"",""endDate"":""2022-02-02""},{""time"":78076,""label"":""moved_brush"",""startDate"":""2021-04-28"",""endDate"":""2021-12-04""},{""time"":79745,""label"":""moved_brush"",""startDate"":""2021-04-28"",""endDate"":""2021-09-28""},{""time"":80421,""label"":""moved_brush"",""startDate"":""2021-05-27"",""endDate"":""2021-10-26""},{""time"":96781,""label"":""moved_brush"",""startDate"":""2021-05-27"",""endDate"":""2021-10-26""},{""time"":108488,""label"":""cleared_brush"",""using"":""click""},{""time"":108490,""label"":""cleared_brush"",""using"":""Escape""},{""time"":123010,""label"":""hovered"",""timeHovered"":3305,""week"":""2021-11-15""},{""time"":131316,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-04-15""},{""time"":134036,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-04-15""},{""time"":135092,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-04-15""},{""time"":138511,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-09""},{""time"":143200,""label"":""moved_brush"",""startDate"":""2021-04-23"",""endDate"":""2021-11-22""},{""time"":146033,""label"":""moved_brush"",""startDate"":""2021-04-23"",""endDate"":""2021-08-12""},{""time"":155387,""label"":""moved_brush"",""startDate"":""2021-06-19"",""endDate"":""2021-10-08""}]}","{""startTime"":1678921952419,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":1067,""label"":""hovered"",""timeHovered"":6584,""week"":""2021-08-09""},{""time"":9408,""label"":""started_brush"",""startDate"":""2021-06-10"",""endDate"":""2021-08-31""},{""time"":9901,""label"":""started_brush"",""startDate"":""2021-10-08"",""endDate"":""2021-10-19""},{""time"":10828,""label"":""started_brush"",""startDate"":""2021-07-23"",""endDate"":""2021-09-02""},{""time"":13729,""label"":""moved_brush"",""startDate"":""2021-12-27"",""endDate"":""2022-02-05""},{""time"":14667,""label"":""moved_brush"",""startDate"":""2022-01-03"",""endDate"":""2022-02-13""}]}",0,complex,line +2023-03-15 19:02:28,2023-03-15 19:20:58,0,98.177.0.188,100,1109,1,2023-03-15 19:20:58,R_2wvLJiObaN9s9hD,,,,,33.3124,-111.9195,anonymous,EN,1,66.637,66.637,70.205,1,,,,,,,,0,0,15.015,0,61,100,71,59.92,90.361,94.224,5,66.137,75.755,117.908,2,1,1,44.868,65.349,69.091,2,-3,-3,47.922,90.177,101.712,2,-3,66.592,66.592,69.66,1,0,0,15.013,0,3,3,3,5,5,2,,23.092,50.324,66.416,6,4,5,5,7,7,5,"The instructions included to assume that I trust the data, and this is the way scientific data is often presented. ",5.351,30.088,84.031,2,5,,12.794,18.794,23.128,2,2,7,3,4,1,5,6,0,0,26.553,0,2,2,8,4,2,4,8,8,,13.775,46.515,58.749,8,4,4,1,1,4,4,19.329,67.456,69.685,6,3,,14.174,14.174,18.046,1,2,1970,Arizona,7,1,1,,7,,,17,4,2,5.044,91.603,100.885,13,639241f806b3758a1b3c1de3,"{""startTime"":1678921788850,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921855646,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921553147,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":27301,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3817,""week"":""32"",""id"":""chart""},{""time"":31119,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1083,""week"":""32"",""id"":""chart""},{""time"":32293,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2060,""week"":""33"",""id"":""chart""},{""time"":34506,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2480,""week"":""34"",""id"":""chart""},{""time"":37120,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1949,""week"":""35"",""id"":""chart""},{""time"":41053,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3268,""week"":""50"",""id"":""chart""},{""time"":44430,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1542,""week"":""49"",""id"":""chart""},{""time"":46010,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1597,""week"":""50"",""id"":""chart""},{""time"":49624,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2299,""week"":""51"",""id"":""chart""},{""time"":52025,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1249,""week"":""52"",""id"":""chart""},{""time"":53281,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2976,""week"":""52"",""id"":""chart""},{""time"":56308,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2183,""week"":""1"",""id"":""chart""},{""time"":58776,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4282,""week"":""2"",""id"":""chart""},{""time"":66132,""label"":""tour_next"",""step"":2},{""time"":75750,""label"":""tour_end"",""step"":2},{""time"":87357,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2506,""week"":""51"",""id"":""chart""},{""time"":89956,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3158,""week"":""52"",""id"":""chart""},{""time"":93228,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1738,""week"":""51"",""id"":""chart""},{""time"":95043,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2556,""week"":""52"",""id"":""chart""},{""time"":97640,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2393,""week"":""1"",""id"":""chart""},{""time"":100169,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2448,""week"":""2"",""id"":""chart""},{""time"":102827,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2424,""week"":""3"",""id"":""chart""},{""time"":106194,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4292,""week"":""4"",""id"":""chart""},{""time"":110777,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2259,""week"":""5"",""id"":""chart""},{""time"":113289,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1431,""week"":""6"",""id"":""chart""}]}","{""startTime"":1678921773431,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,bar +2023-03-15 19:02:02,2023-03-15 19:24:02,0,172.58.222.218,100,1320,1,2023-03-15 19:24:03,R_1gdbHKiLByTfhGX,,,,,42.364,-71.0265,anonymous,EN,1,100.184,105.384,106.156,6,,,,,,,,0,0,15.181,0,99,81,79,11.365,18.72,20.701,4,18.486,35.76,51.727,3,1,1,90.856,103.114,105.095,2,-3,-3,96.001,123.376,125.292,2,1,101.834,101.834,103.3,1,0,0,15.076,0,5,5,5,5,5,5,,36.662,142.952,145.825,9,4,5,3,7,7,5,it seems to come from a credible source ,0.429,0.429,26.724,1,2,,28.365,30.901,33.116,2,2,7,3,4,1,5,6,35.863,36.87,40.456,2,6,7,8,8,8,7,9,9,,4.887,20.829,21.472,13,3,3,1,2,3,3,17.213,30.554,31.448,8,4,,12.005,13.019,13.818,2,2,1982,Maine,2,2,1,,7,,,4,4,1,1.015,110.092,110.892,43,62728c148af5805feea46dc8,"{""startTime"":1678921690574,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":30923},{""label"":""window_focused"",""time"":36733}]}","{""startTime"":1678921840275,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_focused"",""time"":100088},{""label"":""window_focused"",""time"":100089}]}","{""startTime"":1678921512612,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":53,""label"":""tour_started""},{""time"":27960,""label"":""tour_next"",""step"":2},{""time"":35688,""label"":""tour_end"",""step"":2},{""time"":36518,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2858,""week"":""1"",""id"":""chart2""}]}","{""startTime"":1678921673276,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":6260,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2570,""week"":""50"",""id"":""chart""},{""time"":9181,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1616,""week"":""2"",""id"":""chart2""}]}",0,simple,bar +2023-03-15 19:03:32,2023-03-15 19:25:39,0,98.22.149.113,100,1326,1,2023-03-15 19:25:40,R_2XmU8lr5Y6TYs8N,,,,,36.0432,-95.8072,anonymous,EN,1,5.6,142.98,144.52,2,1,4,2,9.984,14.933,16.49,3,0,0,15.13,0,89,100,67,2.106,36.667,38.863,6,34.946,145.194,157.343,9,1,1,5.417,113.719,116.278,12,-1,1,1.711,108.644,110.617,6,1,4.597,45.339,64.302,3,6.809,6.809,15.127,1,5,5,5,5,4,5,,2.269,48.721,51.029,9,5,5,5,2,7,5,I believe that the covid rate increases in those not vaccinated.,4.508,4.508,46.705,1,5,,2.601,37.651,40.065,5,2,7,3,4,1,5,6,18.778,32.238,34.949,2,6,8,10,10,10,10,10,10,,6.781,40.48,42.659,12,2,4,3,2,1,4,30.462,80.799,82.614,8,2,1,0.466,22.853,25.241,5,2,1967,Oklahoma,2,2,1,,7,,,1,3,1,5.304,195.426,206.488,47,5d4252914733ca0018ff29d7,"{""startTime"":1678922011768,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921894694,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921653274,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":12636,""label"":""hovered"",""timeHovered"":19672,""week"":""2022-01-10""},{""time"":81099,""label"":""cleared_brush"",""using"":""click""},{""time"":89433,""label"":""started_brush"",""startDate"":""2021-11-07"",""endDate"":""2022-01-04""},{""time"":109305,""label"":""moved_brush"",""startDate"":""2021-10-04"",""endDate"":""2022-01-04""},{""time"":121129,""label"":""cleared_brush"",""using"":""click""},{""time"":121135,""label"":""cleared_brush"",""using"":""Escape""},{""time"":153449,""label"":""hovered"",""timeHovered"":1468,""week"":""2022-01-10""}]}","{""startTime"":1678921878359,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line +2023-03-15 19:04:10,2023-03-15 19:30:20,0,97.119.221.20,100,1569,1,2023-03-15 19:30:21,R_5AelWusKc3X3hJv,,,,,41.2093,-96.0548,anonymous,EN,1,14.051,14.051,16.487,1,1,4,1,18.542,20.849,23.199,2,0,0,15.037,0,96,94,43,52.242,63.55,66.369,4,15.3,23.595,98.654,2,1,-2,17.184,137.842,139.866,8,1,1,20.223,144.038,146.61,8,1,36.426,36.426,38.243,1,0,0,15.055,0,6,6,6,5,5,6,,5.954,19.059,22.246,6,4,6,5,4,5,5,The data falls right where I expect it to be.,3.321,3.321,39.085,1,3,,6.582,12.844,15.35,2,2,7,3,4,1,5,6,0,0,32.893,0,7,9,9,9,10,8,11,10,,8.724,38.746,41.054,9,3,3,4,4,2,2,8.754,39.264,41.548,8,1,1,2.736,12.773,15.136,2,1,1962,Nebraska,6,3,1,,9,,Omaha,16,4,1,4.528,407.806,476.142,37,5ee6f91291a7f3467cd37704,"{""startTime"":1678921949664,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921850571,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":2065,""label"":""hovered"",""timeHovered"":1617,""week"":""2021-12-27""},{""time"":6054,""label"":""hovered"",""timeHovered"":1443,""week"":""2022-01-17""},{""time"":10385,""label"":""hovered"",""timeHovered"":1562,""week"":""2022-01-17""},{""time"":16444,""label"":""hovered"",""timeHovered"":8044,""week"":""2022-01-17""},{""time"":25452,""label"":""hovered"",""timeHovered"":1214,""week"":""2022-01-17""},{""time"":27735,""label"":""hovered"",""timeHovered"":1651,""week"":""2022-01-17""},{""time"":30470,""label"":""hovered"",""timeHovered"":1348,""week"":""2022-01-17""},{""time"":32613,""label"":""hovered"",""timeHovered"":1475,""week"":""2022-01-17""}]}","{""startTime"":1678921588871,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":31661,""label"":""hovered"",""timeHovered"":1475,""week"":""2021-06-21""}]}","{""startTime"":1678921835203,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":10844,""label"":""hovered"",""timeHovered"":1889,""week"":""2022-01-10""}]}",1,moderate,line +2023-03-15 18:59:16,2023-03-15 19:34:44,0,108.175.29.210,100,2128,1,2023-03-15 19:34:44,R_1dhIfEOjQEMo8NP,,,,,29.6626,-94.5945,anonymous,EN,1,12.21,12.21,13.21,1,,,,,,,,0,0,15.008,0,75,55,38,10.415,44.193,46.03,5,34.258,462.504,463.945,7,1,1,17.46,26.208,49.988,2,-2,1,48.947,320.671,327.502,2,1,185.611,186.895,187.501,2,0,0,15.109,0,3,3,4,3,3,3,,15.134,31.8,34.49,10,2,3,3,7,3,3,I would like to compare it more.,9.41,24.471,27.463,2,2,,2.908,7.036,9.037,5,2,7,3,4,1,5,6,0,0,40.341,0,3,3,8,6,4,6,6,6,,5.028,28.244,30.662,9,3,3,3,3,3,3,6.726,62.842,63.646,6,6,,5.116,5.116,7.473,1,2,1991,Texas,1,2,1,,7,,,16,2,1,2.383,361.304,365.617,25,5e8d44819163b611f62d706c,"{""startTime"":1678922102326,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678922137705,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921290353,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":4671,""label"":""hovered"",""timeHovered"":1541,""week"":""2022-01-03""},{""time"":7146,""label"":""hovered"",""timeHovered"":2217,""week"":""2022-01-03""}]}","{""startTime"":1678922086417,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,line +2023-03-15 18:49:19,2023-03-15 19:37:42,0,66.182.122.89,100,2903,1,2023-03-15 19:37:43,R_POL25rAkSiSqMF3,,,,,33.0073,-111.9324,anonymous,EN,1,10.203,10.203,11.259,1,1,2,1,1.529,3.483,5.354,2,1.846,2.535,15.106,2,85,14,0,24.088,35.224,36.593,3,6.94,101.177,107.573,12,1,-3,26.958,45.433,46.901,2,-2,1,395.875,413.148,415.466,2,-3,65.557,93.656,95.394,8,6.914,9.367,15.01,4,4,4,5,2,2,4,,405.075,443.532,445.502,7,5,1,7,5,5,5,"The information portrayed is something I have seen outside of this graph, I have observed it in my day to day",23.526,23.526,49.632,1,3,,4.145,6.27,8.596,5,2,7,3,4,1,5,6,0,0,23.947,0,1,1,1,1,1,1,10,9,,6.278,18.135,21.097,8,4,5,1,2,4,2,6.822,24.434,25.812,7,2,1,5.701,20.895,23.173,2,2,2000,Arizona,3,1,1,,9,,black and hispanic,4,4,1,3.455,87.937,90.89,35,6103217486fd393d9efbba25,"{""startTime"":1678920861785,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921309582,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678920642522,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":31046,""label"":""started_brush"",""startDate"":""2021-06-05"",""endDate"":""2022-02-13""},{""time"":38472,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-12-20""},{""time"":43877,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-12-20""},{""time"":45231,""label"":""moved_brush"",""startDate"":""2021-06-03"",""endDate"":""2022-02-11""},{""time"":48824,""label"":""moved_brush"",""startDate"":""2021-06-05"",""endDate"":""2022-02-13""},{""time"":49548,""label"":""moved_brush"",""startDate"":""2021-06-05"",""endDate"":""2022-02-13""},{""time"":52231,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-05-05""},{""time"":54889,""label"":""cleared_brush"",""using"":""click""},{""time"":54892,""label"":""cleared_brush"",""using"":""Escape""},{""time"":66942,""label"":""hovered"",""timeHovered"":1369,""week"":""2022-01-03""},{""time"":89418,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-06-06""},{""time"":103378,""label"":""started_brush"",""startDate"":""2021-11-04"",""endDate"":""2022-02-13""}]}","{""startTime"":1678920846322,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":10777,""label"":""started_brush"",""startDate"":""2021-06-25"",""endDate"":""2022-02-13""}]}",1,complex,line +2023-03-15 19:01:40,2023-03-15 19:43:05,0,72.128.87.107,100,2484,1,2023-03-15 19:43:06,R_2cvLiTj12HaXwCE,,,,,43.2189,-88.1165,anonymous,EN,1,960.737,961.362,961.628,2,1,2,1,3.218,3.87,4.641,2,0,0,15.122,0,69,83,90,2.384,15.399,16.376,7,1.873,7.509,12.424,5,1,1,3.097,56.959,58.902,27,1,1,0.582,30.383,30.595,11,-3,15.541,17.375,19.667,3,0,0,15.008,0,4,4,3,5,4,4,,9.884,16.972,18.273,11,4,4,4,4,4,3,I'm just not sure if any of the data in the graph is factual.,1.069,35.83,36.491,9,3,,2.185,3.238,3.516,2,2,7,3,4,1,5,6,7.265,9.276,10.989,6,2,3,2,3,3,2,9,8,,2.421,16.166,17.902,14,4,4,2,1,4,4,1.481,9.123,9.7,10,1,4,0.799,3.34,4.87,5,1,2003,Wisconsin,3,3,1,,7,,,4,3,1,1.024,29.705,34.435,17,63181446b17ea16a213403c9,"{""startTime"":1678923576355,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678923595131,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678923489081,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678923560988,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":5369,""label"":""hovered"",""timeHovered"":1462,""week"":""2022-01-03""},{""time"":8144,""label"":""hovered"",""timeHovered"":1199,""week"":""2021-12-27""}]}",1,simple,line +2023-03-15 18:56:08,2023-03-15 19:43:13,0,107.198.56.226,100,2824,1,2023-03-15 19:43:13,R_1gFoTN07tuFpMWQ,,,,,32.9475,-96.4407,anonymous,EN,1,8.056,290.229,292.604,35,1,3,2,22.339,88.845,90.309,6,0,0,15.209,0,67,39,64,109.296,172.845,174.268,6,8.71,95.954,100.855,13,-2,-1,41.351,67.905,71.083,5,1,1,76.755,160.887,163.078,7,-3,85.774,112.632,115.086,3,0,0,15.047,0,3,3,3,4,3,3,,58.571,78.097,89.521,6,3,3,3,2,2,3,"I neither agree nor disagree because the data is not entirely accurate, there were people who did not report having covid, which made it difficult to keep an accurate count.",18.764,377.896,380.883,7,4,,41.605,46.612,56.066,3,2,7,3,4,1,5,6,32.065,93.272,96.103,2,7,8,9,8,8,9,7,8,,10,90.029,94.147,12,2,4,3,3,4,2,62.844,145.427,148.96,9,6,2,36.823,66.776,79.14,3,1,1983,Florida,7,1,1,,7,,,8,2,2,20.495,370.961,373.119,26,5dcccec0092079953154f997,"{""startTime"":1678922636261,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921957282,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921634808,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":42369,""label"":""hovered"",""timeHovered"":1915,""week"":""2021-12-06""},{""time"":50274,""label"":""hovered"",""timeHovered"":2149,""week"":""2021-04-19""}]}","{""startTime"":1678921939314,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6304,""label"":""hovered"",""timeHovered"":4410,""week"":""2021-07-26""},{""time"":14509,""label"":""hovered"",""timeHovered"":2457,""week"":""2021-12-27""}]}",1,moderate,line +2023-03-15 18:52:34,2023-03-15 19:52:51,0,99.106.197.215,100,3617,1,2023-03-15 19:52:52,R_1ezpAh9tBTZi7uu,,,,,32.691,-97.1918,anonymous,EN,1,2028.674,2028.674,2031.532,1,1,4,1,13.752,16.836,22.889,2,0,0,15.116,0,83,100,22,24.371,38.749,41.753,4,11.048,17.161,43.856,2,1,1,68.792,128.774,130.687,5,1,-3,84.699,202.997,205.156,3,-3,75.781,78.04,79.83,2,0,0,15.012,0,5,3,4,5,5,4,,0.706,38.693,46.618,12,4,5,3,5,5,5,it seems simple and straightforward,9.163,11.753,30.946,2,4,,21.615,34.35,39.898,2,2,7,3,4,1,5,6,44.704,46.415,66.329,2,1,1,2,2,3,1,9,8,,6.268,28.961,31.178,8,3,3,2,3,4,3,51.197,221.243,223.077,6,2,2,111.001,122.677,126.696,2,2,1970,Texas,2,3,1,,4,,,3,4,2,23.455,312.99,335.522,17,60dc58e913fdfde86caccc77,"{""startTime"":1678923107464,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678923154618,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678922916118,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":11036,""label"":""tour_next"",""step"":2},{""time"":17149,""label"":""tour_end"",""step"":2},{""time"":19761,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3075,""week"":""52"",""id"":""chart2""},{""time"":27661,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2807,""week"":""52"",""id"":""chart""},{""time"":30682,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4437,""week"":""1"",""id"":""chart""}]}","{""startTime"":1678923091756,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar diff --git a/study_data/full_Study/data_clean.csv b/study_data/full_Study/data_clean.csv index b60b51c..d005af7 100644 --- a/study_data/full_Study/data_clean.csv +++ b/study_data/full_Study/data_clean.csv @@ -1,545 +1,545 @@ -StartDate,EndDate,Status,Progress,Duration (in seconds),Finished,RecordedDate,ResponseId,LocationLatitude,LocationLongitude,UserLanguage,Consent Form,consent-time_Page Submit,covid-vaccine,covid-vaccine-doses,covid-infection,covid-time_Page Submit,intro-vis-time_Page Submit,affect-science_1,affect-clarity_1,affect-aesthetic_1,initial-time_Page Submit,tour-time_Page Submit,simple-vlat-1,simple-vlat-2,simple-vlat-time_Page Submit,moderate-vlat-1,moderate-vlat-2,moderate-vlat-time_Page Submit,complex-vlat-1,complex-vlat-time_Page Submit,explore-time_Page Submit,data-trust_1,data-trust_2,data-trust_3,data-trust_4,data-trust_5,data-trust_6,data-trust-exp,data-trust-time_Page Submit,vis-trust_1,vis-trust_2,vis-trust_3,vis-trust_4,vis-trust_5,vis-trust_6,vis-trust-exp,vis-trust-time_Page Submit,interpersonal-trust_1,interper-trust-exp,interper-trust-time_Page Submit,attention-check_1,attention-check_2,attention-check_3,attention-check_4,attention-check_5,attention-check_6,attention-check_7,attention-check-time_Page Submit,trust-in-science_1,trust-in-science_2,trust-in-science_3,trust-in-science_4,trust-in-science_5,trust-in-science_6,trust-in-science_7,trust-in-science_8,trust-science-exp,trust-science-time_Page Submit,cognition_1,cognition_2,cognition_3,cognition_4,cognition_5,cognition_6,need-cognition-time_Page Submit,political_views,covid_information,politics_time_Page Submit,Gender,Age,State_1,Education,Parents_education,Language,Language_4_TEXT,Ethnicity,Ethnicity_8_TEXT,Ethnicity_9_TEXT,Income,Religion,Interview,Interview_1_TEXT,demographics_time_Page Submit,PROLIFIC_PID,provenance-data,provenance-vis,provenance-tour,provenance-explore,isCovidData,complexity,chartType,affective_tags,cognitive_tags,individual_characteristics,tag_valence,need_for_cognition,brushed,explore_interactions,hover_interactions,total_hover_time,avg_hover_time,explore_time,explore_active_time,vlat_simple,vlat_moderate,vlat_complex,assigned_vlat,ordinal_complexity -2023-03-12 20:55:26,2023-03-12 20:59:13,0,100,227,1,2023-03-12 20:59:14,R_8rmBCqRevUJbRip,43.6859,-79.3974,EN,1,4.591,,,,,15.01,80,45,88,10.534,6.225,-1,-3,8.181,1,-2,9.187,-3,6.497,52.499,3,1,7,4,2,7,,13.606,7,7,2,2,1,5,It seems scientific,7.176,1,,5.635,2,7,3,4,1,5,6,8.669,2,2,2,3,3,2,3,3,,7.555,3,2,4,2,3,1,6.738,2,,2.475,2,1984,Massachusetts,1,3,1,,2,,,1,1,2,,25.414,,"{""startTime"":1678669055627,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678669031416,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678668963081,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":1865,""label"":""tour_next"",""step"":2},{""time"":4413,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678668978467,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":4579,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2291,""week"":""52"",""id"":""chart""},{""time"":8641,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3695,""week"":""52"",""id"":""chart2""},{""time"":22625,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1312,""week"":""1"",""id"":""chart""}]}",0,simple,bar,1,0,0,Positive,2.5,0,3,3,7.298,2.4326666666666665,18046,15,0,0.5,0,0,1 -2023-03-12 22:55:27,2023-03-12 23:03:56,0,100,508,1,2023-03-12 23:03:56,R_24CbqjyCefqjEDT,39.2124,-76.8776,EN,1,11.717,1,4,2,4.822,15.007,100,100,50,17.347,28.831,-3,1,66.381,-3,-3,74.179,-3,48.377,15.01,6,6,6,6,6,6,,11.581,6,6,6,6,4,6,"The visualization is showing me the rate of cases as opposed to absolute numbers, which indicates it is trying to communicate useful information to me.",43.449,5,,8.503,2,7,3,4,1,5,6,15.853,5,6,1,5,7,3,10,9,,17.493,3,4,4,3,4,3,20.905,1,3,14.332,2,1999,Maryland,6,3,1,,7,,,17,4,1,emilyconn9@gmail.com,52.461,5ec4a0fffe991f37f61b356e,"{""startTime"":1678676376070,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678676313498,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678676193499,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":38,""label"":""tour_started""},{""time"":7057,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3016,""week"":""52"",""id"":""chart""},{""time"":14340,""label"":""tour_next"",""step"":2},{""time"":17421,""label"":""tour_end"",""step"":2},{""time"":23728,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2118,""week"":""23"",""id"":""chart""}]}","{""startTime"":1678676297785,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":4607,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1030,""week"":""51"",""id"":""chart""},{""time"":6973,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2597,""week"":""50"",""id"":""chart""},{""time"":9726,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1129,""week"":""51"",""id"":""chart""},{""time"":10877,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2076,""week"":""52"",""id"":""chart""}]}",1,moderate,bar,0,1,0,Positive,3.5,0,4,4,6.832,1.708,6270,15,0.5,0,0,0,2 -2023-03-12 22:52:45,2023-03-12 23:05:28,0,100,762,1,2023-03-12 23:05:29,R_1kZDJESNJtHyIqs,36.0557,-94.1567,EN,1,13.057,1,2,1,6.33,15.109,63,34,57,27.854,64.286,1,1,64.76,-3,-1,56.822,1,82.57,15.136,2,2,4,3,6,4,,30.455,2,3,3,1,1,5,"In this context, I feel no reason for distrusting it. No clear dishonest motive.",60.189,4,,9.629,2,7,3,4,1,5,6,16.473,1,3,5,5,2,1,11,11,,50.021,4,4,5,1,4,5,26.75,2,1,10.986,1,1999,Arkansas,3,3,1,,2,,,8,4,1,juminlee6@gmail.com,60.204,63127274665ebf35cb1a9571,"{""startTime"":1678676392060,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678676305907,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678676142593,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":11598,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3328,""week"":""51"",""id"":""chart""},{""time"":15913,""label"":""tour_next"",""step"":5},{""time"":24156,""label"":""started_brush"",""startDate"":""2021-08-09"",""endDate"":""2022-01-08""},{""time"":29291,""label"":""cleared_brush"",""using"":""Click""},{""time"":30981,""label"":""cleared_brush"",""using"":""Click""},{""time"":31404,""label"":""cleared_brush"",""using"":""Click""},{""time"":33342,""label"":""cleared_brush"",""using"":""Click""},{""time"":33971,""label"":""tour_next"",""step"":5},{""time"":38675,""label"":""cleared_brush"",""using"":""Click""},{""time"":42197,""label"":""moved_brush"",""startDate"":""2021-04-15"",""endDate"":""2021-06-22""},{""time"":44732,""label"":""moved_brush"",""startDate"":""2021-04-17"",""endDate"":""2021-06-24""},{""time"":45817,""label"":""tour_next"",""step"":5},{""time"":53331,""label"":""moved_brush"",""startDate"":""2021-04-17"",""endDate"":""2021-06-10""},{""time"":53611,""label"":""moved_brush"",""startDate"":""2021-04-17"",""endDate"":""2021-06-10""},{""time"":55819,""label"":""cleared_brush"",""using"":""Click""},{""time"":57026,""label"":""tour_next"",""step"":5},{""time"":60796,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678676290236,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":10308,""label"":""started_brush"",""startDate"":""2021-09-06"",""endDate"":""2022-02-07""},{""time"":11952,""label"":""moved_brush"",""startDate"":""2021-09-06"",""endDate"":""2022-02-07""}]}",1,complex,bar,1,0,0,Positive,3.8,1,2,0,0,0,1644,15,1,0,1,1,3 -2023-03-12 22:49:06,2023-03-12 23:08:06,0,100,1139,1,2023-03-12 23:08:07,R_3Hnsy0bnh9pW97e,38.6326,-77.2661,EN,1,34.236,,,,,15.009,96,95,41,55.962,80.644,1,1,87.532,1,-2,91.578,-2,109.125,15.016,3,4,3,5,5,3,N/A,60.221,5,5,3,7,1,3,"You can use data and visualizations to sway others in many different ways. While I have no proof, there could be information unaccounted for, or the information recorded could have been calculated incorrectly.",156.198,3,N/A,18.243,2,7,3,4,1,5,6,31.31,1,7,7,4,1,2,9,5,N/A,57.366,3,4,4,3,4,3,58.65,3,,19.632,2,2002,Virginia,3,1,1,,8,Woodbridge,,16,4,2,,146.498,60f1bdd684969df9641e994b,"{""startTime"":1678676264286,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678676047616,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":1296,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7336,""week"":""52"",""id"":""chart2""}]}","{""startTime"":1678675863205,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":11682,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3275,""week"":""15"",""id"":""chart""},{""time"":17550,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1607,""week"":""1"",""id"":""chart""},{""time"":19174,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5051,""week"":""52"",""id"":""chart""},{""time"":32202,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":14309,""week"":""52"",""id"":""chart""},{""time"":47517,""label"":""tour_next"",""step"":2},{""time"":52846,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7276,""week"":""52"",""id"":""chart2""},{""time"":61356,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3059,""week"":""52"",""id"":""chart2""},{""time"":72663,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678676032212,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,bar,0,2,0,Neutral,3.5,0,0,0,0,0,0,15,1,0.5,0,1,1 -2023-03-12 23:02:01,2023-03-12 23:14:33,0,100,751,1,2023-03-12 23:14:34,R_31jGH7YiQuZev6v,29.4227,-98.4927,EN,1,5.923,1,4,2,13.342,15.106,100,100,50,25.39,162.164,1,1,50.001,1,-3,55.925,1,39.833,15.107,6,6,6,6,6,6,,18.861,6,6,5,5,3,6,It shows it in an organized manner,12.78,3,,15.892,2,7,3,4,1,5,6,25.301,1,1,1,1,1,1,11,10,,17.801,4,4,4,3,3,3,43.298,1,2,17.526,1,1993,Texas,3,3,1,,9,,Black and Mexican,3,4,1,lildj5000@gmail.com,158.024,63129dd30887fb3d46640f2b,"{""startTime"":1678676873713,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678676826351,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678676596658,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":5662,""label"":""tour_next"",""step"":2},{""time"":6344,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2117,""week"":""50"",""id"":""chart2""},{""time"":160158,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678676810353,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":3858,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1467,""week"":""52"",""id"":""chart""},{""time"":5338,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2853,""week"":""52"",""id"":""chart2""}]}",1,simple,bar,0,1,0,Positive,3.5,0,2,2,4.32,2.16,1480,15,1,0.5,1,1,1 -2023-03-12 23:04:47,2023-03-12 23:15:00,0,100,612,1,2023-03-12 23:15:01,R_3eldnrMSyXSZgDz,33.5173,-117.1208,EN,1,40.403,,,,,15.015,22,15,15,11.652,24.996,1,1,40.467,1,-1,82.022,1,39.953,15.109,3,7,3,7,5,3,"I think count and rate seem different, so I don't understand why both terms are used.Also it's visually confusing with the stacking as it's not clear if the orange bar goes all the way down ",123.751,7,1,1,7,1,3,"I have no domain knowledge to say whether it makes sense or not.,And I find the stacked format really confusing and pointless",34.182,5,,10.646,2,7,3,4,1,5,6,14.521,4,5,2,8,7,7,10,10,,15.507,4,4,4,2,3,4,21.821,1,,17.384,2,1980,California,6,1,1,,7,,,17,4,1,lotster@gmail.com,54.502,5a49d6a06d85f80001c25bc4,"{""startTime"":1678676948655,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678676893874,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678676769598,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":6929,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6916,""week"":""52"",""id"":""chart""},{""time"":14911,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2517,""week"":""19"",""id"":""chart""},{""time"":19392,""label"":""tour_next"",""step"":2},{""time"":22592,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678676878178,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,bar,0,2,0,Negative,3.5,0,0,0,0,0,0,15,1,0.5,1,0.5,2 -2023-03-12 23:07:40,2023-03-12 23:17:14,0,100,573,1,2023-03-12 23:17:14,R_1rPvaQfO3zfCdsf,47.6631,-122.3029,EN,1,47.262,,,,,15.109,85,84,35,17.795,25.863,1,1,41.554,-3,-3,84.941,1,71.197,15.011,4,3,5,5,5,5,,21.342,4,5,3,7,7,4,"Well it doesn't include a source to verify its statistics, but other than that, it appears to be trustworthy. I'm not really sure, as I am not an expert in insect troubles or fungi troubles in Croatia of all places.",51.215,5,,10.407,2,7,3,4,1,5,6,18.595,2,5,2,4,4,6,10,10,,27.021,5,4,5,2,5,4,27.751,2,,5.631,1,1998,Washington,3,1,1,,7,,,4,3,2,,38.201,610333282a90d4b77609c5f8,"{""startTime"":1678677035221,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678677057088,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678676950797,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":23,""label"":""tour_started""},{""time"":5657,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1550,""week"":""52"",""id"":""chart""},{""time"":11841,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1033,""week"":""52"",""id"":""chart""},{""time"":13514,""label"":""tour_next"",""step"":2},{""time"":19159,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1216,""week"":""52"",""id"":""chart2""},{""time"":21918,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678677019758,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":2143},{""label"":""window_focused"",""time"":11167}]}",0,simple,bar,1,0,0,Neutral,4.2,0,0,0,0,0,0,2.143,1,0,1,1,1 -2023-03-12 23:09:51,2023-03-12 23:20:45,0,100,654,1,2023-03-12 23:20:46,R_3pi2kNkyG6wUhE5,33.4734,-82.0111,EN,1,10.457,1,3,1,7.672,15.111,70,44,72,16.703,69.442,1,1,52.804,-3,-3,52.903,1,34.935,16.224,3,3,4,4,4,4,,26.515,4,3,4,2,3,3,I don't know if the data is verifiable. ,16.746,4,,18.1,2,7,3,4,1,5,6,23.434,2,5,7,4,3,6,10,9,,29.865,4,4,3,2,2,4,35.435,5,4,16.829,1,1997,Georgia,6,3,1,,7,,,12,3,1,,62.971,5c17294778ee390001ab19e5,"{""startTime"":1678677319057,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678677176107,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_focused"",""time"":103425}]}","{""startTime"":1678677052421,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":21,""label"":""tour_started""},{""time"":6301,""label"":""tour_next"",""step"":5},{""time"":18481,""label"":""cleared_brush"",""using"":""Click""},{""time"":19888,""label"":""tour_back"",""step"":5},{""time"":29121,""label"":""tour_next"",""step"":5},{""time"":39529,""label"":""cleared_brush"",""using"":""Click""},{""time"":48054,""label"":""started_brush"",""startDate"":""2021-04-14"",""endDate"":""2021-06-25""},{""time"":49400,""label"":""tour_next"",""step"":5},{""time"":59094,""label"":""moved_brush"",""startDate"":""2021-07-30"",""endDate"":""2021-10-10""},{""time"":60233,""label"":""tour_next"",""step"":5},{""time"":63468,""label"":""cleared_brush"",""using"":""Click""},{""time"":64757,""label"":""tour_next"",""step"":5},{""time"":66351,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678677157889,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":9385}]}",1,complex,bar,1,0,0,Neutral,3.2,0,0,0,0,0,0,9.385,1,0,1,1,3 -2023-03-12 23:13:51,2023-03-12 23:22:43,0,100,531,1,2023-03-12 23:22:43,R_1g7xhCUCoRYIwAy,38.8503,-104.8567,EN,1,4.89,1,3,2,12,15.107,73,79,55,16.931,22.021,1,1,35.878,-3,1,82.057,1,57.965,15.007,3,7,4,4,5,4,n/a,25.593,5,5,4,6,5,5,"Although there are no hard data associated with this, it seems like a plausible number of cases based on societal behaviors of vacc/unvacc individuals.",45.785,2,n/a,8.398,2,7,3,4,1,5,6,19.283,3,4,10,9,3,7,9,10,n/a,28.024,4,4,5,1,4,5,17.4,5,1,11.602,1,1981,Colorado,7,1,1,,7,,,14,2,1,5e11882114ae638303c715d9@email.prolific.co,74.114,5e11882114ae638303c715d9,"{""startTime"":1678677478424,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678677415910,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678677295689,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":8340,""label"":""tour_next"",""step"":2},{""time"":12829,""label"":""tour_end"",""step"":2},{""time"":18190,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1453,""week"":""1"",""id"":""chart""}]}","{""startTime"":1678677400468,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar,0,1,0,Positive,3.8,0,0,0,0,0,0,15,1,0.5,1,0.5,2 -2023-03-12 22:56:45,2023-03-12 23:22:56,0,100,1570,1,2023-03-12 23:22:56,R_vrc5DL09FLrqtGx,37.11,-76.5115,EN,1,6.218,,,,,16.172,81,0,0,162.121,527.598,-1,-1,154.547,-1,-1,11.081,-1,272.875,15.01,1,1,1,1,1,1,,25.868,1,1,1,1,1,1,I don't know how to read them and its too much,24.219,1,,11.685,2,7,3,4,1,5,6,27.144,1,1,1,1,1,1,1,1,,12.849,5,5,5,1,5,1,47.124,4,,15.865,1,1991,Virginia,3,2,1,,3,,,4,3,1,Kwanny757@gmail.com,115.691,62e6c5d05d354e1f99d612e4,"{""startTime"":1678677344631,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":4468},{""label"":""window_focused"",""time"":4679}]}","{""startTime"":1678677302465,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678676435199,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":47,""label"":""tour_started""},{""time"":5255,""label"":""tour_next"",""step"":5},{""time"":30822,""label"":""cleared_brush"",""using"":""Click""},{""time"":34356,""label"":""cleared_brush"",""using"":""Click""},{""time"":35453,""label"":""cleared_brush"",""using"":""Click""},{""time"":38244,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-08-21""},{""time"":39301,""label"":""moved_brush"",""startDate"":""2021-05-25"",""endDate"":""2021-10-10""},{""time"":42953,""label"":""moved_brush"",""startDate"":""2021-07-16"",""endDate"":""2021-12-02""},{""time"":120241,""label"":""moved_brush"",""startDate"":""2021-11-26"",""endDate"":""2021-12-02""},{""time"":128617,""label"":""tour_back"",""step"":5},{""time"":137336,""label"":""tour_next"",""step"":5},{""time"":152775,""label"":""started_brush"",""startDate"":""2021-08-01"",""endDate"":""2021-08-09""},{""time"":154177,""label"":""moved_brush"",""startDate"":""2021-08-01"",""endDate"":""2021-08-24""},{""time"":155300,""label"":""tour_next"",""step"":5},{""label"":""window_blurred"",""time"":173292},{""label"":""window_focused"",""time"":297671},{""label"":""window_blurred"",""time"":355902},{""label"":""window_focused"",""time"":372726},{""time"":379111,""label"":""started_brush"",""startDate"":""2021-07-02"",""endDate"":""2021-08-04""},{""time"":384009,""label"":""moved_brush"",""startDate"":""2021-12-23"",""endDate"":""2022-01-25""},{""time"":385811,""label"":""moved_brush"",""startDate"":""2021-05-03"",""endDate"":""2021-06-05""},{""time"":387342,""label"":""tour_next"",""step"":5},{""time"":469726,""label"":""moved_brush"",""startDate"":""2021-05-03"",""endDate"":""2021-07-04""},{""time"":472175,""label"":""started_brush"",""startDate"":""2021-07-25"",""endDate"":""2021-08-29""},{""time"":474257,""label"":""started_brush"",""startDate"":""2021-09-15"",""endDate"":""2021-10-10""},{""time"":476923,""label"":""started_brush"",""startDate"":""2021-10-19"",""endDate"":""2021-11-11""},{""time"":478237,""label"":""moved_brush"",""startDate"":""2021-10-19"",""endDate"":""2021-11-24""},{""time"":480021,""label"":""started_brush"",""startDate"":""2021-12-02"",""endDate"":""2021-12-19""},{""time"":481942,""label"":""started_brush"",""startDate"":""2022-01-03"",""endDate"":""2022-01-27""},{""time"":483790,""label"":""started_brush"",""startDate"":""2022-01-18"",""endDate"":""2022-02-06""},{""time"":486955,""label"":""started_brush"",""startDate"":""2021-04-17"",""endDate"":""2021-05-17""},{""time"":487712,""label"":""moved_brush"",""startDate"":""2021-04-17"",""endDate"":""2021-05-21""},{""time"":490876,""label"":""started_brush"",""startDate"":""2021-06-13"",""endDate"":""2021-08-03""},{""time"":492244,""label"":""moved_brush"",""startDate"":""2021-06-13"",""endDate"":""2021-11-13""},{""time"":496623,""label"":""moved_brush"",""startDate"":""2021-06-13"",""endDate"":""2021-08-27""},{""time"":549598,""label"":""cleared_brush"",""using"":""Click""},{""time"":550837,""label"":""started_brush"",""startDate"":""2021-11-20"",""endDate"":""2021-12-29""},{""time"":552785,""label"":""started_brush"",""startDate"":""2022-01-16"",""endDate"":""2022-01-29""},{""time"":555244,""label"":""tour_next"",""step"":5},{""time"":563780,""label"":""tour_end"",""step"":5},{""label"":""window_blurred"",""time"":573151},{""label"":""window_focused"",""time"":574314}]}","{""startTime"":1678677286837,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,bar,0,1,0,Negative,3.7,0,0,0,0,0,0,15,0,0,0,0,3 -2023-03-12 23:15:40,2023-03-12 23:28:09,0,100,748,1,2023-03-12 23:28:11,R_1n29yspyMQhoH9u,38.5317,-89.9988,EN,1,9.225,,,,,15.007,78,64,62,24.705,180.754,1,1,36.535,-3,-3,77.201,1,44.386,16.316,5,5,5,4,5,4,This graph's coloring is unpleasant.,30.222,5,5,4,3,3,4,"It seems scientific, though I don't like the way the data is presented.",20.549,5,Thank you for the opportunity.,20.877,2,7,3,4,1,5,6,20.716,6,6,8,7,6,7,8,8,"None, thanks :)",23.998,4,3,4,2,4,4,27.926,4,,4.862,1,1996,Illinois,6,1,1,,7,,,19,5,2,,115.448,5c7e14531c3cf8001638b5b0,"{""startTime"":1678677707067,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678677636794,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_focused"",""time"":32360}]}","{""startTime"":1678677393001,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":17,""label"":""tour_started""},{""time"":10425,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1019,""week"":""1"",""id"":""chart""},{""time"":25195,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1840,""week"":""22"",""id"":""chart""},{""time"":28875,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1139,""week"":""15"",""id"":""chart""},{""time"":31814,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1089,""week"":""15"",""id"":""chart""},{""time"":33168,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1305,""week"":""41"",""id"":""chart""},{""time"":39022,""label"":""tour_next"",""step"":5},{""time"":54060,""label"":""cleared_brush"",""using"":""Click""},{""time"":59193,""label"":""cleared_brush"",""using"":""Click""},{""time"":65386,""label"":""cleared_brush"",""using"":""Click""},{""time"":66358,""label"":""cleared_brush"",""using"":""Click""},{""time"":66844,""label"":""cleared_brush"",""using"":""Click""},{""time"":71884,""label"":""cleared_brush"",""using"":""Click""},{""time"":72982,""label"":""cleared_brush"",""using"":""Click""},{""time"":81694,""label"":""started_brush"",""startDate"":""2021-04-08"",""endDate"":""2021-05-12""},{""time"":84001,""label"":""cleared_brush"",""using"":""Click""},{""time"":88653,""label"":""cleared_brush"",""using"":""Click""},{""time"":102161,""label"":""cleared_brush"",""using"":""Click""},{""time"":104433,""label"":""tour_next"",""step"":5},{""time"":119960,""label"":""cleared_brush"",""using"":""Click""},{""time"":122527,""label"":""cleared_brush"",""using"":""Click""},{""time"":125567,""label"":""cleared_brush"",""using"":""Click""},{""time"":126755,""label"":""cleared_brush"",""using"":""Click""},{""time"":129300,""label"":""cleared_brush"",""using"":""Click""},{""time"":132120,""label"":""cleared_brush"",""using"":""Click""},{""time"":133296,""label"":""cleared_brush"",""using"":""Click""},{""time"":134622,""label"":""cleared_brush"",""using"":""Click""},{""time"":137414,""label"":""cleared_brush"",""using"":""Click""},{""time"":140485,""label"":""cleared_brush"",""using"":""Click""},{""time"":141969,""label"":""moved_brush"",""startDate"":""2021-08-10"",""endDate"":""2021-10-08""},{""time"":144257,""label"":""cleared_brush"",""using"":""Click""},{""time"":148522,""label"":""cleared_brush"",""using"":""Click""},{""time"":149283,""label"":""tour_next"",""step"":5},{""time"":154387,""label"":""cleared_brush"",""using"":""Click""},{""time"":154387,""label"":""cleared_brush"",""using"":""Escape""},{""time"":155376,""label"":""tour_next"",""step"":5},{""time"":159383,""label"":""tour_end"",""step"":5},{""time"":174528,""label"":""started_brush"",""startDate"":""2021-09-05"",""endDate"":""2022-02-07""},{""time"":175447,""label"":""cleared_brush"",""using"":""Click""},{""time"":178739,""label"":""cleared_brush"",""using"":""Click""}]}","{""startTime"":1678677618832,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":13995}]}",0,complex,bar,1,1,0,Neutral,3.5,0,0,0,0,0,0,13.995,1,0,1,1,3 -2023-03-12 23:18:41,2023-03-12 23:28:31,0,100,590,1,2023-03-12 23:28:32,R_2tMAIUb1zU7FkvP,39.7436,-86.1158,EN,1,24.998,2,,2,3.763,15.01,50,100,50,27.691,35.77,1,-3,48.906,-3,-3,75.402,-1,41.306,15.027,3,7,3,5,5,1,,45.423,7,5,3,1,1,5,"You told me to assume that I trust the data. I don't, but that's what you told me to do.",29.203,4,,8.599,2,7,3,4,1,5,6,14.586,1,1,1,1,1,1,1,1,"I don't trust scientists. I would trust science, except it is performed by humans.",39.303,1,1,2,5,1,2,19.975,6,2,14.277,2,1977,Indiana,7,3,1,,8,Indianapolis,,10,4,2,,74.298,55cb79e0fdf99b3c26ae4bca,"{""startTime"":1678677706055,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":1338},{""label"":""window_focused"",""time"":8098}]}","{""startTime"":1678677751942,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678677605058,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":17,""label"":""tour_started""},{""time"":11727,""label"":""tour_next"",""step"":2},{""time"":21333,""label"":""tour_end"",""step"":2},{""time"":26488,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1269,""week"":""1"",""id"":""chart2""},{""time"":27927,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1974,""week"":""1"",""id"":""chart""},{""time"":29963,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3538,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678677690558,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar,1,0,0,Negative,2,0,0,0,0,0,0,15,0.5,0,0,0.5,1 -2023-03-12 23:20:47,2023-03-12 23:31:34,0,100,646,1,2023-03-12 23:31:36,R_3hyC0Rwbk7iPMzb,40.8784,-82.6541,EN,1,15.408,,,,,15.009,83,82,70,17.495,35.593,-2,1,34.177,-3,-3,69.218,1,33.569,15.11,5,4,5,5,6,5,,25.118,6,6,6,6,6,6,I trust this visualization,34.505,3,,15.053,2,7,3,4,1,5,6,54.797,3,5,4,4,1,5,10,11,,18.476,4,4,4,3,4,4,39.37,4,,7.654,1,1998,Ohio,2,2,1,,7,,,4,3,1,Zemaus2014@gmail.com,153.864,63d80e0449b458dd5f8140be,"{""startTime"":1678677860351,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678677789034,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_focused"",""time"":580},{""label"":""window_blurred"",""time"":8079},{""label"":""window_focused"",""time"":20745},{""label"":""window_blurred"",""time"":22526},{""label"":""window_focused"",""time"":26007}]}","{""startTime"":1678677702874,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":7198,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1417,""week"":""48"",""id"":""chart""},{""time"":9631,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1750,""week"":""1"",""id"":""chart""},{""time"":14542,""label"":""tour_next"",""step"":2},{""time"":17698,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1050,""week"":""2"",""id"":""chart2""},{""time"":20862,""label"":""tour_end"",""step"":2},{""time"":23060,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2274,""week"":""50"",""id"":""chart2""},{""time"":29872,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1626,""week"":""32"",""id"":""chart2""}]}","{""startTime"":1678677773491,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":15157}]}",0,simple,bar,1,0,0,Positive,3.8,0,0,0,0,0,0,15.157,0.5,0,1,0.5,1 -2023-03-12 23:21:18,2023-03-12 23:33:09,0,100,710,1,2023-03-12 23:33:10,R_1QLPEXxUJgrVGxr,40.6001,-73.7497,EN,1,16.283,,,,,15.114,44,21,12,39.706,35.238,-1,-1,31.685,1,-1,78.937,-1,26.402,15.021,3,3,3,1,2,3,none,38.681,1,1,1,1,1,3,I don't know if these are actually facts or its random data.,42.693,5,none,23.891,2,7,3,4,1,5,6,26.986,5,5,8,7,7,7,8,10,none,34.75,1,3,5,2,2,3,46.701,2,,25.406,1,1979,New York,3,1,1,,8,Rockaway Park,,9,2,1,hulu9760@gmail.com,147.803,63f2e107c4d0bc684b99d2c6,"{""startTime"":1678677852171,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678677891525,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678677721221,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":31,""label"":""tour_started""},{""time"":14958,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1069,""week"":""45"",""id"":""chart""},{""time"":17465,""label"":""tour_next"",""step"":2},{""time"":23741,""label"":""tour_end"",""step"":2},{""time"":26825,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2907,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678677836494,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,bar,1,0,0,Neutral,2.7,0,0,0,0,0,0,15,0,0.5,0,0.5,2 -2023-03-12 23:24:07,2023-03-12 23:33:12,0,100,544,1,2023-03-12 23:33:13,R_1oBenWNiEBzuFqv,37.6752,-120.9465,EN,1,6.439,,,,,15.014,100,100,78,18.502,50.437,-1,1,32.37,-3,-3,55.679,1,22.401,15.02,5,4,6,4,5,5,,39.586,4,4,5,2,7,6,I don't think that there is any reason for anyone to lie about the data on the visualization. The graph seems like it has accurate information.,27.35,6,When using the interactive graph a box with information got stuck open and appeared on every page of the survey and blocked some of the information on the other graphs.,58.924,2,7,3,4,1,5,6,16.184,1,1,2,4,1,3,11,10,,19.535,3,3,5,2,5,3,28.6,1,,9.656,2,1989,California,7,2,1,,9,,Modesto,11,4,1,ccarpenter117@gmail.com,76.579,5fb54678abd965015f4ae7b7,"{""startTime"":1678678036782,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678076930,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678677913946,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":4788,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2724,""week"":""2"",""id"":""chart""},{""time"":8612,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2563,""week"":""52"",""id"":""chart""},{""time"":15497,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1490,""week"":""42"",""id"":""chart""},{""time"":17725,""label"":""tour_next"",""step"":2},{""time"":23837,""label"":""tour_end"",""step"":2},{""time"":24660,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1489,""week"":""52"",""id"":""chart""},{""time"":27960,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8942,""week"":""52"",""id"":""chart""},{""time"":37693,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1658,""week"":""51"",""id"":""chart""},{""time"":45254,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1252,""week"":""6"",""id"":""chart""}]}","{""startTime"":1678678021174,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":4315,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1159,""week"":""3"",""id"":""chart""},{""time"":5799,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8297,""week"":""2"",""id"":""chart""}]}",0,moderate,bar,1,1,0,Positive,3.5,0,2,2,9.456,4.728,1484,15,0.5,0,1,0,2 -2023-03-12 23:24:38,2023-03-12 23:34:35,0,100,597,1,2023-03-12 23:34:36,R_232a0FWkOGkpCHe,41.3944,-74.3332,EN,1,11.446,1,2,2,10.971,15.057,100,100,52,32.374,17.277,1,1,44.957,-3,-3,110.904,1,37.153,15.022,6,3,3,6,6,6,,24.923,6,6,6,5,5,6,it's from the CDC,13.055,4,,9.987,2,7,3,4,1,5,6,26.238,1,6,1,6,1,1,11,10,,29.987,2,3,3,3,1,3,55.464,2,2,19.213,1,1999,New York,3,3,1,,7,,,18,4,2,,63.531,640e11f99076926cad445e1e,"{""startTime"":1678678109673,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678135861,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678677963933,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":73,""label"":""tour_started""},{""time"":6518,""label"":""tour_next"",""step"":2},{""time"":13289,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678678093639,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":10598,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1286,""week"":""34"",""id"":""chart""}]}",1,moderate,bar,1,0,0,Positive,2.5,0,1,1,1.286,1.286,0,15,1,0,1,0,2 -2023-03-12 23:27:36,2023-03-12 23:34:43,0,100,427,1,2023-03-12 23:34:44,R_vOdpQIc9BfTck13,36.0344,-114.9705,EN,1,4.038,1,2,2,3.885,15.109,82,92,71,13.495,28.164,-3,1,68.391,1,-3,35.245,1,29.427,15.013,4,4,5,5,5,5,,20.669,4,5,5,3,4,4,"It states the source and the source should be somewhere that I trust. But then again, anyone can claim the source is from this place but not be true.",32.294,5,,6.203,2,7,3,4,1,5,6,16.968,6,7,8,9,7,6,10,10,,15.407,2,2,3,3,3,4,14.665,2,2,11.077,1,1991,Nevada,5,2,1,,7,,,6,4,2,,58.62,5e1f7b2a4c9b832b34e7c9d3,"{""startTime"":1678678217431,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678238594,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678104502,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":7260,""label"":""tour_next"",""step"":2},{""time"":13170,""label"":""tour_end"",""step"":2},{""time"":13848,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1849,""week"":""41"",""id"":""chart""},{""time"":18005,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3779,""week"":""52"",""id"":""chart""},{""time"":22990,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1110,""week"":""52"",""id"":""chart2""}]}","{""startTime"":1678678201902,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":3779,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2195,""week"":""52"",""id"":""chart2""},{""time"":13131,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1949,""week"":""52"",""id"":""chart""}]}",1,simple,bar,1,0,0,Neutral,2.8,0,2,2,4.144,2.072,9352,15,0.5,0.5,1,0.5,1 -2023-03-12 23:23:49,2023-03-12 23:34:45,0,100,655,1,2023-03-12 23:34:45,R_9N8K5fxwjCP8WUp,44.2433,-88.3564,EN,1,16.992,1,1,1,10.881,15.015,67,80,46,20.105,11.552,1,1,55.082,-3,-3,50.945,-2,139.096,15.009,4,4,4,4,4,4,,16.033,6,6,6,6,6,6,its easy to understand,13.635,4,,7.451,2,7,3,4,1,5,6,14.031,9,9,9,9,9,9,9,9,,13.819,1,1,1,4,1,1,33.123,4,2,8.839,2,1988,Wisconsin,4,2,1,,7,,,4,5,1,dmharrington37@gmail.com,59.285,5e8681d1fc96dd135df99ee6,"{""startTime"":1678678132993,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678096926,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678013117,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":35,""label"":""tour_started""},{""time"":4508,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1481,""week"":""50"",""id"":""chart""},{""time"":6746,""label"":""tour_next"",""step"":2},{""time"":9752,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678678081155,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":5054,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3108,""week"":""51"",""id"":""chart2""}]}",1,simple,bar,0,1,0,Positive,1.5,0,1,1,3.108,3.108,0,15,1,0,0,1,1 -2023-03-12 23:20:27,2023-03-12 23:34:49,0,100,861,1,2023-03-12 23:34:50,R_2E77mJLu1PZxmrB,33.6128,-117.6622,EN,1,263.171,,,,,15.008,100,100,50,27.821,51.297,1,1,36.016,-3,-3,43.852,1,42.679,15.014,3,4,4,4,5,5,,26.769,5,5,5,1,3,5,I have no reason not to believe the information presented to me,18.405,6,,8.539,2,7,3,4,1,5,6,14.383,3,6,6,5,6,7,9,9,,21.395,4,4,4,2,4,4,23.647,2,,4.752,2,1972,California,7,1,1,,7,,,13,4,1,5b894987e79bf50001e1ff95@email.prolific.co,60.592,5b894987e79bf50001e1ff95,"{""startTime"":1678678227596,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678046916,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":2811},{""label"":""window_focused"",""time"":18550}]}","{""startTime"":1678677943121,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":20,""label"":""tour_started""},{""time"":9347,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1534,""week"":""45"",""id"":""chart""},{""time"":10981,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1183,""week"":""43"",""id"":""chart""},{""time"":15155,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2518,""week"":""52"",""id"":""chart""},{""time"":18835,""label"":""tour_next"",""step"":2},{""time"":27058,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1968,""week"":""2"",""id"":""chart2""},{""time"":30309,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1299,""week"":""6"",""id"":""chart2""},{""time"":34727,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1367,""week"":""33"",""id"":""chart2""},{""time"":38060,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1734,""week"":""51"",""id"":""chart2""},{""time"":48377,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678678031338,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,bar,1,0,0,Positive,3.7,0,0,0,0,0,0,15,1,0,1,1,1 -2023-03-12 23:18:58,2023-03-12 23:35:53,0,100,1014,1,2023-03-12 23:35:53,R_12hI9VBFMasfujl,45.2377,-93.2765,EN,1,5.931,1,2,2,4.54,15.108,100,83,74,11.681,29.676,1,-3,53.221,-3,1,64.499,-3,32.543,15.006,4,3,4,6,5,6,,22.355,4,5,5,7,7,5,"The data makes sense to me, and I like that the axes are consistent. ",17.227,4,,8.593,2,7,3,4,1,5,6,338.68,3,7,9,9,6,8,11,10,,20.227,5,4,5,1,5,5,20.909,5,3,23.612,1,1991,Minnesota,6,1,1,,4,,,17,3,1,jondeyoung@outlook.com,53.622,63e081512a825f68bcfdc757,"{""startTime"":1678677742181,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678677682668,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678677583539,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":5413,""label"":""tour_next"",""step"":2},{""time"":10558,""label"":""tour_end"",""step"":2},{""time"":11288,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1204,""week"":""52"",""id"":""chart2""},{""time"":12800,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5512,""week"":""52"",""id"":""chart""},{""time"":21768,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1551,""week"":""52"",""id"":""chart2""}]}","{""startTime"":1678677667197,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":4523,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2041,""week"":""52"",""id"":""chart""}]}",1,simple,bar,0,2,0,Positive,4.2,0,1,1,2.041,2.041,0,15,0.5,0.5,0,0.5,1 -2023-03-12 23:28:32,2023-03-12 23:36:14,0,100,461,1,2023-03-12 23:36:14,R_1GTxX0GlJFNNFW0,38.581,-121.4939,EN,1,5.286,1,2,2,3.771,15.106,93,100,100,25.537,27.798,1,1,38.165,-3,-3,62.194,1,25.453,15.013,7,3,7,6,6,7,,24.313,5,6,6,1,3,6,"It said ""Assuming you trust the information"". So, assuming I trust the actual numbers, I do not feel the visualization was doing anything to try and misrepresent those numbers.",54.914,6,,6.098,2,7,3,4,1,5,6,13.487,1,1,10,10,1,6,9,10,,17.84,4,3,3,3,3,4,23.197,6,2,10.305,1,1998,California,6,3,1,,7,,,19,4,1,640e54837a907926a3ee82aa@email.prolific.co,44.805,640e54837a907926a3ee82aa,"{""startTime"":1678678362848,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678280493,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":4168},{""label"":""window_focused"",""time"":10171}]}","{""startTime"":1678678173446,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":13477,""label"":""tour_next"",""step"":2},{""time"":19000,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678678264865,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":8252},{""label"":""window_focused"",""time"":12520}]}",1,moderate,bar,1,0,0,Neutral,3.3,0,0,0,0,0,0,8.252,1,0,1,0,2 -2023-03-12 23:21:52,2023-03-12 23:37:08,0,100,915,1,2023-03-12 23:37:08,R_phC14PS2rTiRoQN,30.2627,-97.7467,EN,1,26.107,1,3,2,8.327,15.118,100,100,85,26.705,59.331,1,1,41.772,-3,-3,183.465,1,44.387,15.02,6,5,6,6,6,5,,67.716,6,5,5,3,4,5,Seems to align with scientific data in regards to the efficacy of the covid-19 vaccine. The only reason I didn't put strong agree is because I just in general try not to believe everything I see on the internet without fact-checking.,83.443,2,,17.232,2,7,3,4,1,5,6,28.249,1,1,1,1,4,1,10,8,,70.88,3,3,5,1,4,5,40.2,1,2,31.405,1,1991,Texas,6,1,1,,7,,,6,4,1,noah.k423@yahoo.com,86.823,610878f08e2b6c83ea3905da,"{""startTime"":1678678066270,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678134441,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678677807199,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":11103,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3509,""week"":""50"",""id"":""chart""},{""time"":15667,""label"":""tour_next"",""step"":2},{""time"":19110,""label"":""tour_end"",""step"":2},{""time"":22691,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2095,""week"":""52"",""id"":""chart""},{""time"":25619,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2858,""week"":""6"",""id"":""chart""},{""time"":30673,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":26157,""week"":""6"",""id"":""chart""}]}","{""startTime"":1678678050792,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar,1,0,0,Positive,3.5,0,0,0,0,0,0,15,1,0,1,0,2 -2023-03-12 23:25:56,2023-03-12 23:37:26,0,100,690,1,2023-03-12 23:37:26,R_RklXsEeQFmhn1Yt,37.3177,-122.0438,EN,1,17.646,1,3,1,7.198,15.125,79,19,66,22.839,91.94,1,-3,63.565,1,-1,91.134,1,37,15.016,4,5,5,4,3,4,,29.484,4,7,4,2,2,4,"I think it looks accurate to my knowledge, but it needs to indicate the source for me to say that I fully trust the visualization.",58.231,5,,12.898,2,7,3,4,1,5,6,25.82,6,4,8,5,9,3,10,11,,20.608,3,2,4,3,4,2,33.833,3,1,9,1,2005,California,1,3,1,,2,,,13,3,2,,86.323,63d8548b51a28912d9fba859,"{""startTime"":1678678175150,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678205355,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":11354,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1143,""week"":""51"",""id"":""chart""},{""time"":13157,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1038,""week"":""50"",""id"":""chart""}]}","{""startTime"":1678678030028,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":23,""label"":""tour_started""},{""time"":9015,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1696,""week"":""3"",""id"":""chart""},{""time"":11097,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4045,""week"":""3"",""id"":""chart""},{""time"":17478,""label"":""tour_next"",""step"":5},{""time"":25298,""label"":""cleared_brush"",""using"":""Click""},{""time"":28148,""label"":""started_brush"",""startDate"":""2021-05-30"",""endDate"":""2021-11-01""},{""time"":31045,""label"":""tour_next"",""step"":5},{""time"":34967,""label"":""moved_brush"",""startDate"":""2021-06-14"",""endDate"":""2021-11-17""},{""time"":36339,""label"":""moved_brush"",""startDate"":""2021-06-14"",""endDate"":""2021-08-26""},{""time"":37606,""label"":""tour_next"",""step"":5},{""time"":41698,""label"":""cleared_brush"",""using"":""Click""},{""time"":43648,""label"":""tour_next"",""step"":5},{""time"":48285,""label"":""tour_end"",""step"":5},{""time"":51762,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1279,""week"":""6"",""id"":""chart""},{""time"":53389,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1184,""week"":""6"",""id"":""chart""},{""time"":58930,""label"":""started_brush"",""startDate"":""2022-01-01"",""endDate"":""2022-02-07""},{""time"":65107,""label"":""cleared_brush"",""using"":""Click""},{""time"":71467,""label"":""started_brush"",""startDate"":""2021-04-06"",""endDate"":""2021-07-30""},{""time"":76015,""label"":""moved_brush"",""startDate"":""2021-04-06"",""endDate"":""2021-07-03""},{""time"":76934,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1169,""week"":""15"",""id"":""chart""},{""time"":79575,""label"":""cleared_brush"",""using"":""Click""},{""time"":86310,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1850,""week"":""1"",""id"":""chart""}]}","{""startTime"":1678678159699,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":10667,""label"":""started_brush"",""startDate"":""2021-10-28"",""endDate"":""2022-01-07""},{""time"":11908,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1184,""week"":""44"",""id"":""chart""}]}",1,complex,bar,1,0,0,Positive,3,1,2,1,1.184,1.184,1241,15,0.5,0.5,1,1,3 -2023-03-12 23:25:24,2023-03-12 23:37:30,0,100,725,1,2023-03-12 23:37:30,R_1kXN6Klz7fR2rnW,35.1499,-90.0558,EN,1,130.937,,,,,15.008,73,87,67,41.383,28.285,1,1,48.434,1,-3,58.784,1,54.101,15.109,5,7,5,7,5,5,It does not say why there were so many pests certain weeks. ,71.118,5,5,5,7,2,5,"It is clear, especially because you can see exact numbers by hovering over it, plus it is weekly data so it is easy to compare each week. ",41.127,5,,11.471,2,7,3,4,1,5,6,21.209,2,2,3,3,2,4,3,3,,26.618,4,4,4,2,4,3,33.243,5,,9.326,2,2001,Tennessee,3,1,1,,7,,,15,2,1,Ldpursuit8@gmail.com,66.245,6108bfbf2e07c5612eb90182,"{""startTime"":1678678291745,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678222825,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678119400,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":20,""label"":""tour_started""},{""time"":9797,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2677,""week"":""1"",""id"":""chart""},{""time"":13253,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1141,""week"":""51"",""id"":""chart""},{""time"":15935,""label"":""tour_next"",""step"":2},{""time"":19249,""label"":""tour_end"",""step"":2},{""time"":21420,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2265,""week"":""1"",""id"":""chart""},{""time"":23756,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1131,""week"":""2"",""id"":""chart""}]}","{""startTime"":1678678207222,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":2875,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5289,""week"":""2"",""id"":""chart""},{""time"":10273,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1076,""week"":""3"",""id"":""chart""}]}",0,moderate,bar,0,2,0,Positive,3.5,0,2,2,6.365,3.1825,7398,15,1,0.5,1,0.5,2 -2023-03-12 23:28:33,2023-03-12 23:38:19,0,100,586,1,2023-03-12 23:38:19,R_Zn6w6YOyxBWXxLP,41.8482,-87.6521,EN,1,5.28,1,4,2,4.59,15.013,98,100,99,18.84,19.414,1,-3,29.972,1,1,98.745,1,40.144,15.013,5,3,3,6,7,3,,20.116,5,7,7,7,4,7,It took me a second to realize the stacked nature of the bars makes it difficult to compare populations visually. Weeks where both populations spiked make the unvaccinated population look disproportionately higher,44.397,5,,19.332,2,7,3,4,1,5,6,24.554,2,5,2,5,4,9,10,11,,29.112,4,1,4,2,4,4,59.896,5,2,10.473,1,1993,Illinois,6,3,1,,2,,,16,2,1,615a1d9297d4e05d6df9da22@email.prolific.co,92.474,615a1d9297d4e05d6df9da22,"{""startTime"":1678678365414,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678300160,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678165756,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":10157,""label"":""tour_next"",""step"":2},{""time"":13835,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678678284785,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":5890,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6110,""week"":""1"",""id"":""chart""},{""time"":12464,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1038,""week"":""2"",""id"":""chart""}]}",1,moderate,bar,0,1,0,Negative,3.2,0,2,2,7.148,3.574,6574,15,0.5,1,1,1,2 -2023-03-12 23:28:03,2023-03-12 23:39:53,0,100,709,1,2023-03-12 23:39:54,R_1Hdi1kTkTuBg3L6,28.9108,-81.5248,EN,1,69.04,,,,,15.03,85,42,41,52.363,46.334,-2,1,45.059,-3,-3,70.94,1,36.541,15.164,3,2,3,4,4,4,What happened the week of December 27th? How does that compare to previous Decembers?,60.094,4,4,3,1,1,4,"I have no reason not to, but then I don't care enough to fact check it.",19.649,6,,8.02,2,7,3,4,1,5,6,21.056,1,3,1,2,3,1,8,8,,33.42,2,2,5,4,2,3,25.249,1,,4.554,1,1989,Florida,7,1,1,,7,,,1,3,1,steven.michael.osborne@gmail.com,80.77,63e5ffdf639ebdcf35aacb09,"{""startTime"":1678678392272,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678344402,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678231009,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":410,""label"":""tour_started""},{""time"":11426,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4840,""week"":""51"",""id"":""chart""},{""time"":18673,""label"":""tour_next"",""step"":2},{""time"":22542,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2123,""week"":""52"",""id"":""chart2""},{""time"":24700,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3115,""week"":""1"",""id"":""chart2""},{""time"":30986,""label"":""tour_end"",""step"":2},{""time"":36443,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1571,""week"":""5"",""id"":""chart2""},{""time"":39331,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1895,""week"":""52"",""id"":""chart""},{""time"":43010,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1002,""week"":""52"",""id"":""chart2""}]}","{""startTime"":1678678326559,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,bar,1,0,0,Neutral,3,0,0,0,0,0,0,15,0.5,0,1,0.5,1 -2023-03-12 23:23:18,2023-03-12 23:40:22,0,100,1023,1,2023-03-12 23:40:22,R_1kLGitbJyAuEvO8,36.3403,-86.7195,EN,1,35.377,1,3,1,4.047,15.009,92,60,72,33.836,97.665,-2,1,86.676,-3,-3,135.416,-3,189.185,15.112,6,5,6,6,5,5,,44.402,5,6,5,5,5,6,I trust it because of the data that is presented within it.,36.852,6,,6.767,2,7,3,4,1,5,6,12.5,5,7,7,7,7,8,10,9,,116.089,4,4,4,2,5,4,30.688,2,2,69.074,2,1994,Tennessee,7,3,1,,7,,,7,3,1,taylor.flutist@gmail.com,47.131,612fea78b655df755fe7db24,"{""startTime"":1678678266094,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678202510,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678677898925,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":19,""label"":""tour_started""},{""time"":11244,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1147,""week"":""51"",""id"":""chart""},{""time"":13364,""label"":""tour_next"",""step"":5},{""time"":18995,""label"":""started_brush"",""startDate"":""2021-08-09"",""endDate"":""2021-11-25""},{""time"":21202,""label"":""tour_next"",""step"":5},{""time"":24567,""label"":""moved_brush"",""startDate"":""2021-05-22"",""endDate"":""2021-09-07""},{""time"":28964,""label"":""moved_brush"",""startDate"":""2021-05-22"",""endDate"":""2021-09-07""},{""time"":30285,""label"":""moved_brush"",""startDate"":""2021-05-22"",""endDate"":""2021-11-08""},{""time"":31285,""label"":""tour_next"",""step"":5},{""time"":43171,""label"":""cleared_brush"",""using"":""Click""},{""time"":43171,""label"":""cleared_brush"",""using"":""Escape""},{""time"":44384,""label"":""tour_next"",""step"":5},{""label"":""window_blurred"",""time"":48693},{""label"":""window_focused"",""time"":63159},{""time"":65384,""label"":""tour_end"",""step"":5},{""time"":70750,""label"":""started_brush"",""startDate"":""2021-04-24"",""endDate"":""2021-05-27""},{""time"":75667,""label"":""moved_brush"",""startDate"":""2021-09-18"",""endDate"":""2021-10-22""},{""time"":77457,""label"":""moved_brush"",""startDate"":""2021-07-06"",""endDate"":""2021-08-09""},{""time"":79781,""label"":""cleared_brush"",""using"":""Click""},{""time"":81320,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1433,""week"":""50"",""id"":""chart""},{""time"":93621,""label"":""started_brush"",""startDate"":""2021-04-18"",""endDate"":""2021-05-30""},{""time"":95884,""label"":""cleared_brush"",""using"":""Click""},{""time"":95884,""label"":""cleared_brush"",""using"":""Escape""}]}","{""startTime"":1678678186793,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":8275,""label"":""started_brush"",""startDate"":""2021-10-18"",""endDate"":""2022-01-08""},{""time"":14214,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1324,""week"":""52"",""id"":""chart""}]}",1,complex,bar,1,0,0,Positive,3.8,1,2,1,1.324,1.324,5939,15,0.5,0,0,0,3 -2023-03-12 23:31:56,2023-03-12 23:40:23,0,100,507,1,2023-03-12 23:40:23,R_1Qa84VBi0xYwevQ,30.4274,-84.258,EN,1,5.043,1,1,1,5.858,15.011,100,100,69,14.641,40.672,-2,1,39.875,-3,-3,47.984,1,27.216,15.014,3,3,3,6,6,5,,38.729,4,6,4,2,3,5,It seems pretty logical... as to the timing and pattern of cases.,22.552,5,,10.324,2,7,3,4,1,5,6,20.791,5,7,6,5,9,6,9,9,,33.306,5,5,5,1,5,5,24.682,3,1,34.556,1,1985,Florida,6,3,1,,7,,,10,4,1,60f66877a0a732b6dbe3485d@email.prolific.co,55.711,60f66877a0a732b6dbe3485d,"{""startTime"":1678678465073,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678504675,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678367373,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":17,""label"":""tour_started""},{""time"":24607,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4312,""week"":""52"",""id"":""chart""},{""time"":30117,""label"":""tour_next"",""step"":2},{""time"":37059,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1315,""week"":""52"",""id"":""chart2""},{""time"":39159,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678678449639,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar,0,1,0,Positive,4.3,0,0,0,0,0,0,15,0.5,0,1,0.5,1 -2023-03-12 23:32:28,2023-03-12 23:40:41,0,100,492,1,2023-03-12 23:40:42,R_27JNXmmIg4vq0e6,40.5582,-74.5262,EN,1,16.989,,,,,15.024,58,41,46,11.393,15.551,1,1,27.306,1,-2,54.958,1,35.188,15.02,4,4,2,4,4,4,,12.371,4,3,2,4,4,4,"It looks easy to follow, but anyone can bend data.",12.691,4,,5.201,2,7,3,4,1,5,6,16.24,6,7,3,6,2,7,6,5,,11.594,3,3,4,3,4,4,11.569,2,,6.4,1,1989,New Jersey,7,2,1,,7,,,9,4,1,tmeyer2@gmail.com,122.407,601e13b872774f263d64acac,"{""startTime"":1678678575966,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678545780,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_focused"",""time"":3423}]}","{""startTime"":1678678457491,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":37,""label"":""tour_started""},{""time"":5037,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1643,""week"":""2"",""id"":""chart""},{""time"":11926,""label"":""tour_next"",""step"":2},{""time"":13508,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678678529647,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":5341}]}",0,moderate,bar,0,1,0,Neutral,3.5,0,0,0,0,0,0,5.341,1,0.5,1,0.5,2 -2023-03-12 23:28:01,2023-03-12 23:41:03,0,100,782,1,2023-03-12 23:41:04,R_3KBz2hTjMzmmyrM,33.2663,-86.902,EN,1,13.865,,,,,15.1,100,85,93,14.001,87.375,1,1,37.58,-3,-3,72.237,-2,83.602,15.093,6,5,5,6,6,6,"I've never seen such a well detailed interactive graph such as this before. I will say for such large amounts of data with many variables, the interactive slider is needed. ",50.915,5,6,6,3,1,6,"Very detailed, nicely organized with plenty of information.",15.101,4,,8.653,2,7,3,4,1,5,6,28.455,4,4,5,8,5,4,10,10,,20.721,4,5,5,1,5,5,27.389,2,,7.879,2,1999,Alabama,6,2,1,,8,Frisco City,,5,3,1,phimujessica@gmail.com,218.608,61706d258625bf685b7d6902,"{""startTime"":1678678324658,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678397249,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678135589,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":119,""label"":""tour_started""},{""time"":7721,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1400,""week"":""43"",""id"":""chart""},{""time"":17508,""label"":""tour_next"",""step"":5},{""time"":24050,""label"":""cleared_brush"",""using"":""Click""},{""time"":24815,""label"":""cleared_brush"",""using"":""Click""},{""time"":25867,""label"":""cleared_brush"",""using"":""Click""},{""time"":26809,""label"":""started_brush"",""startDate"":""2021-06-30"",""endDate"":""2021-08-28""},{""time"":28467,""label"":""tour_next"",""step"":5},{""time"":34442,""label"":""moved_brush"",""startDate"":""2021-06-30"",""endDate"":""2021-08-05""},{""time"":35425,""label"":""tour_next"",""step"":5},{""time"":39821,""label"":""moved_brush"",""startDate"":""2021-07-16"",""endDate"":""2021-08-22""},{""time"":41510,""label"":""cleared_brush"",""using"":""Click""},{""time"":41510,""label"":""cleared_brush"",""using"":""Escape""},{""time"":41872,""label"":""cleared_brush"",""using"":""Click""},{""time"":41873,""label"":""cleared_brush"",""using"":""Escape""},{""time"":52702,""label"":""tour_next"",""step"":5},{""time"":57285,""label"":""tour_end"",""step"":5},{""time"":61258,""label"":""started_brush"",""startDate"":""2021-06-10"",""endDate"":""2021-10-07""},{""time"":64858,""label"":""moved_brush"",""startDate"":""2021-06-10"",""endDate"":""2021-09-30""},{""time"":66273,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1077,""week"":""31"",""id"":""chart""},{""time"":72563,""label"":""moved_brush"",""startDate"":""2021-07-26"",""endDate"":""2021-09-30""},{""time"":74189,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":2119,""week"":""37"",""id"":""chart""},{""time"":82604,""label"":""moved_brush"",""startDate"":""2021-09-06"",""endDate"":""2021-09-30""},{""time"":84951,""label"":""moved_brush"",""startDate"":""2021-12-15"",""endDate"":""2022-01-07""}]}","{""startTime"":1678678308544,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":13093,""label"":""started_brush"",""startDate"":""2021-10-31"",""endDate"":""2022-01-01""}]}",0,complex,bar,0,1,0,Positive,4.2,1,1,0,0,0,0,15,1,0,0,0,3 -2023-03-12 23:30:03,2023-03-12 23:41:45,0,100,701,1,2023-03-12 23:41:45,R_RkoA9bzY6Kr2CmR,30.671,-87.1737,EN,1,25.964,1,3,2,19.961,15.114,100,23,87,14.844,76.784,1,1,46.731,1,-2,90.257,1,61.156,15.01,5,4,5,2,2,5,I would've much rather this be split into 2 different graphs based on vaccination rather than one graph with every single group ,61.095,2,2,2,2,2,5,I trust the makers of the graph ,33.773,4,,13.577,2,7,3,4,1,5,6,30.302,2,2,1,4,2,4,11,7,,31.615,4,1,5,2,4,2,45.634,2,1,13.158,1,2003,Florida,3,1,1,,2,,,14,3,2,,66.216,63ee7c9441abc1335d678cab,"{""startTime"":1678678444189,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678505682,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678290139,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":9899,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1378,""week"":""3"",""id"":""chart""},{""time"":14242,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7345,""week"":""52"",""id"":""chart""},{""time"":22778,""label"":""tour_next"",""step"":5},{""time"":33344,""label"":""started_brush"",""startDate"":""2021-05-17"",""endDate"":""2021-08-23""},{""time"":34139,""label"":""tour_next"",""step"":5},{""time"":37289,""label"":""moved_brush"",""startDate"":""2021-07-19"",""endDate"":""2021-10-25""},{""time"":39230,""label"":""tour_next"",""step"":5},{""time"":47296,""label"":""cleared_brush"",""using"":""Click""},{""time"":47296,""label"":""cleared_brush"",""using"":""Escape""},{""time"":48677,""label"":""tour_next"",""step"":5},{""time"":52677,""label"":""tour_end"",""step"":5},{""time"":56231,""label"":""started_brush"",""startDate"":""2021-05-02"",""endDate"":""2021-05-21""},{""time"":70167,""label"":""cleared_brush"",""using"":""Click""},{""time"":73339,""label"":""cleared_brush"",""using"":""Click""},{""time"":73339,""label"":""cleared_brush"",""using"":""Escape""}]}","{""startTime"":1678678428814,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":9607,""label"":""started_brush"",""startDate"":""2021-06-14"",""endDate"":""2021-06-19""},{""time"":11382,""label"":""cleared_brush"",""using"":""Click""},{""time"":11382,""label"":""cleared_brush"",""using"":""Escape""},{""time"":14573,""label"":""started_brush"",""startDate"":""2021-10-30"",""endDate"":""2021-12-30""}]}",1,complex,bar,1,0,0,Positive,3,1,4,0,0,0,4966,15,1,0.5,1,1,3 -2023-03-12 23:32:55,2023-03-12 23:42:46,0,100,590,1,2023-03-12 23:42:46,R_2w14QXXZXgTuYJ0,28.5378,-80.6711,EN,1,3.722,1,2,1,5.135,15.121,59,17,39,12.655,127.471,1,1,44.68,-3,-3,51.397,1,26.939,15.113,4,2,4,4,5,4,,26.887,4,4,4,2,2,4,I can't tell for sure whether this data is accurate,27.734,4,,6.567,2,7,3,4,1,5,6,27.601,4,6,4,5,2,3,10,9,,18.845,4,2,4,2,3,3,24.031,2,2,12.771,2,1995,Florida,5,2,1,,4,,,5,2,1,6109d5b1a9daba0fb4e833b9@email.prolific.co,103.515,6109d5b1a9daba0fb4e833b9,"{""startTime"":1678678596312,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":1867,""label"":""started_brush"",""startDate"":""2021-11-08"",""endDate"":""2021-12-23""},{""time"":3450,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1610,""week"":""51"",""id"":""chart""}]}","{""startTime"":1678678624458,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":5601},{""label"":""window_focused"",""time"":6918}]}","{""startTime"":1678678424980,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":13311,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":15068,""week"":""52"",""id"":""chart""},{""time"":30380,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3299,""week"":""14"",""id"":""chart""},{""time"":37251,""label"":""tour_next"",""step"":5},{""time"":67135,""label"":""started_brush"",""startDate"":""2021-05-18"",""endDate"":""2021-08-10""},{""time"":68489,""label"":""tour_next"",""step"":5},{""time"":80031,""label"":""moved_brush"",""startDate"":""2021-07-23"",""endDate"":""2021-10-15""},{""time"":81215,""label"":""tour_next"",""step"":5},{""time"":86470,""label"":""cleared_brush"",""using"":""Click""},{""time"":88749,""label"":""tour_next"",""step"":5},{""time"":101937,""label"":""tour_end"",""step"":5},{""time"":106378,""label"":""started_brush"",""startDate"":""2021-04-09"",""endDate"":""2021-05-31""},{""time"":108297,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4033,""week"":""15"",""id"":""chart""},{""time"":113569,""label"":""cleared_brush"",""using"":""Click""},{""time"":118249,""label"":""started_brush"",""startDate"":""2021-10-14"",""endDate"":""2022-01-16""},{""time"":120339,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3819,""week"":""52"",""id"":""chart""},{""time"":125683,""label"":""cleared_brush"",""using"":""Click""}]}","{""startTime"":1678678580615,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":2389,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1528,""week"":""47"",""id"":""chart""},{""time"":9621,""label"":""started_brush"",""startDate"":""2021-06-24"",""endDate"":""2021-10-01""},{""time"":10972,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2181,""week"":""33"",""id"":""chart""},{""time"":13194,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1542,""week"":""32"",""id"":""chart""}]}",1,complex,bar,0,1,0,Neutral,3,1,4,3,5.251,1.7503333333333335,10805,15,1,0,1,1,3 -2023-03-12 23:34:18,2023-03-12 23:42:49,0,100,510,1,2023-03-12 23:42:49,R_414vg6VCJrsFTKF,32.7797,-96.8022,EN,1,4.83,,,,,15.006,87,76,90,11.58,49.918,-3,1,76.333,1,-3,37.001,1,63.258,15.12,3,3,4,4,5,5,,21.688,5,5,5,7,7,5,The exact numbers when you hover over the bars makes me trust it more.,30.112,3,,7.01,2,7,3,4,1,5,6,28.376,4,5,4,6,2,3,8,9,,16.464,4,4,5,1,5,5,29.328,5,,4.174,1,2005,Texas,1,2,2,,9,,Dallas,8,2,1,pablovasquez0110@gmail.com,63.875,63f77fe7daecacc6523836d1,"{""startTime"":1678678673851,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":14184},{""label"":""window_focused"",""time"":18117}]}","{""startTime"":1678678624964,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678495431,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":19,""label"":""tour_started""},{""time"":12224,""label"":""tour_next"",""step"":5},{""time"":21022,""label"":""cleared_brush"",""using"":""Click""},{""time"":22453,""label"":""started_brush"",""startDate"":""2021-07-29"",""endDate"":""2021-08-11""},{""time"":23794,""label"":""tour_next"",""step"":5},{""time"":31225,""label"":""started_brush"",""startDate"":""2021-05-30"",""endDate"":""2021-06-20""},{""time"":35403,""label"":""started_brush"",""startDate"":""2021-08-23"",""endDate"":""2021-10-16""},{""time"":38203,""label"":""moved_brush"",""startDate"":""2021-06-29"",""endDate"":""2021-08-22""},{""time"":38929,""label"":""tour_next"",""step"":5},{""time"":43951,""label"":""cleared_brush"",""using"":""Click""},{""time"":43951,""label"":""cleared_brush"",""using"":""Escape""},{""time"":45282,""label"":""tour_next"",""step"":5},{""time"":48160,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678678609446,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":13500,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1094,""week"":""52"",""id"":""chart""}]}",0,complex,bar,0,1,0,Positive,4,0,1,1,1.094,1.094,0,15,0.5,0.5,1,1,3 -2023-03-12 23:32:46,2023-03-12 23:43:27,0,100,640,1,2023-03-12 23:43:27,R_1oAPoQyQ0zNVjPW,40.5948,-73.9715,EN,1,11.584,,,,,15.108,100,100,67,22.7,27.517,1,-2,47.078,-3,-3,59.29,1,43.591,15.006,5,1,5,5,6,5,,44.837,4,6,6,1,7,6,I see no reason to not trust the data,25.297,5,,15.5,2,7,3,4,1,5,6,18.077,3,4,6,7,6,5,10,10,,47.22,4,4,5,2,4,5,50.912,3,,10.932,1,1997,New York,6,2,3,,2,,,4,4,1,5b1a3fa488ee7400012aef74@email.prolific.co,101.834,5b1a3fa488ee7400012aef74,"{""startTime"":1678678513800,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":198,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1089,""week"":""50"",""id"":""chart""}]}","{""startTime"":1678678559154,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":27487},{""label"":""window_focused"",""time"":27605},{""label"":""window_blurred"",""time"":27619},{""label"":""window_focused"",""time"":32879}]}","{""startTime"":1678678423118,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":6135,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1134,""week"":""33"",""id"":""chart""},{""time"":11403,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2849,""week"":""52"",""id"":""chart""},{""time"":16848,""label"":""tour_next"",""step"":2},{""time"":20119,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2517,""week"":""52"",""id"":""chart2""},{""time"":25718,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678678498457,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,bar,1,0,0,Positive,4,0,0,0,0,0,0,15,0.5,0,1,0.5,1 -2023-03-12 23:37:30,2023-03-12 23:43:53,0,100,382,1,2023-03-12 23:43:54,R_3dKXJBwKmfb0AGv,35.0125,-80.9309,EN,1,2.911,,,,,15.122,56,31,75,11.565,40.81,-2,-1,34.182,-1,-1,15.356,1,61.807,15.037,3,3,3,2,2,3,n/a,24.624,3,7,3,1,1,3,I do not know the origin of this information.,12.787,4,n/a,8.098,2,7,3,4,1,5,6,17.453,6,4,6,6,6,3,8,8,n/a,20.204,4,3,4,3,3,3,26.915,3,,6.79,2,1991,South Carolina,3,2,1,,7,,,2,2,2,,35.258,5d76bf508da7af001b5fa26c,"{""startTime"":1678678805315,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678830982,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678686255,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":8548,""label"":""tour_next"",""step"":5},{""time"":17028,""label"":""cleared_brush"",""using"":""Click""},{""time"":22169,""label"":""started_brush"",""startDate"":""2021-08-18"",""endDate"":""2022-02-07""},{""time"":22868,""label"":""tour_next"",""step"":5},{""time"":29174,""label"":""moved_brush"",""startDate"":""2021-04-24"",""endDate"":""2021-10-14""},{""time"":29981,""label"":""tour_next"",""step"":5},{""time"":34824,""label"":""cleared_brush"",""using"":""Click""},{""time"":34824,""label"":""cleared_brush"",""using"":""Escape""},{""time"":36046,""label"":""tour_next"",""step"":5},{""time"":38871,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678678789754,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":5218,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2089,""week"":""51"",""id"":""chart""},{""time"":7409,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3110,""week"":""52"",""id"":""chart""}]}",0,complex,bar,1,0,0,Negative,3.3,0,2,2,5.199,2.5995,2191,15,0,0,1,1,3 -2023-03-12 23:37:10,2023-03-12 23:44:23,0,100,433,1,2023-03-12 23:44:24,R_siIPstaAZwgnGCt,40.3177,-79.7223,EN,1,2.567,1,3,2,3.564,15.12,86,100,54,9.948,16.61,-2,1,28.412,1,-3,35.955,1,16.187,16.757,6,5,1,5,5,6,,12,5,5,3,2,3,6,"To me, the data backs up the intuitive sentiment that vaccines work. I trust that these numbers are an accurate reflection of how vaccines operate in terms of coming down with COVID-19.",37.874,5,,9.969,2,7,3,4,1,5,6,14.08,2,4,3,2,5,8,10,10,,16.303,4,3,3,3,3,5,5.501,1,2,9.629,1,1992,Pennsylvania,8,1,1,,7,,,10,4,2,,79.427,60c2cc653d0c6208fc8899fc,"{""startTime"":1678678856846,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678741986,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678672459,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":3827,""label"":""tour_next"",""step"":2},{""time"":10710,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678678718282,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":13422}]}",1,simple,bar,0,1,0,Positive,3.5,0,0,0,0,0,0,13.422,0.5,0.5,1,0.5,1 -2023-03-12 23:33:17,2023-03-12 23:44:39,0,100,681,1,2023-03-12 23:44:40,R_3CVDTxRddclXABu,37.0368,-88.5934,EN,1,33.453,,,,,15.107,75,88,69,44.1,37.834,1,1,34.569,1,-3,101.765,1,93.583,15.112,3,3,3,5,5,3,Need explaination of method at least.,64.156,4,5,5,1,1,3,It's just a graph I can't trust it or not trust it.,23.378,5,,11.661,2,7,3,4,1,5,6,21.209,1,1,1,1,1,1,1,1,,19.238,2,3,2,4,4,2,18.453,7,,4.065,1,1983,Kentucky,3,3,1,,7,,,4,1,2,,69.631,5f8486766d8e7b0f17df0206,"{""startTime"":1678678715845,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678652473,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678496496,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":13117,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1327,""week"":""14"",""id"":""chart""},{""time"":17180,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1799,""week"":""6"",""id"":""chart""},{""time"":20278,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1833,""week"":""14"",""id"":""chart""},{""time"":26307,""label"":""tour_next"",""step"":2},{""time"":31472,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678678636943,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":8646,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1149,""week"":""2"",""id"":""chart""},{""time"":10765,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1051,""week"":""2"",""id"":""chart""},{""time"":12597,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1010,""week"":""2"",""id"":""chart""},{""time"":14149,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1178,""week"":""1"",""id"":""chart""}]}",0,moderate,bar,0,0,0,Neutral,2.8,0,4,4,4.388,1.097,5503,15,1,0.5,1,0.5,2 -2023-03-12 23:33:36,2023-03-12 23:46:00,0,100,743,1,2023-03-12 23:46:01,R_2P29oLSa6m40Tek,42.1921,-121.7233,EN,1,24.286,1,3,2,9.489,15.118,91,91,52,21.961,49.503,-1,1,77.359,-1,-3,103.544,1,44.353,15.016,5,4,5,4,6,5,,57.519,5,4,4,4,4,5,"The statement said ""Assuming you trust the data in this visualization"", so if the data is accurate and the graph is clear and readable, I would find it trustworthy. ",51.103,4,,10.181,2,7,3,4,1,5,6,34.143,3,3,5,3,3,3,6,6,,32.701,4,4,3,2,4,4,36.006,3,2,25.593,2,1996,Oregon,7,2,1,,7,,,8,3,2,,56.56,60fd933d5461857048f9e74c,"{""startTime"":1678678777734,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":37348},{""label"":""window_focused"",""time"":44214}]}","{""startTime"":1678678672707,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":42,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1049,""week"":""1"",""id"":""chart""},{""time"":1171,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3801,""week"":""2"",""id"":""chart""},{""time"":6776,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1064,""week"":""51"",""id"":""chart""},{""time"":11909,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2977,""week"":""49"",""id"":""chart""},{""time"":18068,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1854,""week"":""50"",""id"":""chart""},{""time"":20494,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1056,""week"":""50"",""id"":""chart""},{""time"":21594,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1138,""week"":""51"",""id"":""chart""}]}","{""startTime"":1678678503183,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":24,""label"":""tour_started""},{""time"":17520,""label"":""tour_next"",""step"":2},{""time"":21931,""label"":""tour_end"",""step"":2},{""time"":22684,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5282,""week"":""51"",""id"":""chart""},{""time"":32275,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1958,""week"":""14"",""id"":""chart""},{""time"":35668,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2670,""week"":""16"",""id"":""chart""},{""time"":40422,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1409,""week"":""21"",""id"":""chart""}]}","{""startTime"":1678678657225,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":5555,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1118,""week"":""3"",""id"":""chart""},{""time"":7622,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1201,""week"":""1"",""id"":""chart""},{""time"":8865,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4157,""week"":""52"",""id"":""chart""}]}",1,moderate,bar,0,2,0,Neutral,3.5,0,3,3,6.476,2.1586666666666665,3310,15,0.5,0,1,0,2 -2023-03-12 23:36:02,2023-03-12 23:46:18,0,100,616,1,2023-03-12 23:46:19,R_12D67AGPTV6radJ,32.7185,-97.1432,EN,1,9.166,,,,,15.111,100,100,88,24.776,30.958,1,1,75.967,-2,-3,77.362,1,36.096,15.11,4,6,1,5,6,6,,65.785,6,6,5,3,1,6,The visualization feels like it gives me very specific and clear information.,39.898,4,,6.431,2,7,3,4,1,5,6,21.094,5,3,1,5,4,5,10,9,,29.707,4,4,4,1,5,4,42.05,3,,7.62,2,1999,Texas,5,3,1,,3,,,17,3,2,,56.035,5ed5afc6e8229914710ada06,"{""startTime"":1678678822030,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":14954,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1079,""week"":""52"",""id"":""chart""},{""time"":36058,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4611,""week"":""50"",""id"":""chart""}]}","{""startTime"":1678678748451,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":54,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5870,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678678623276,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":24,""label"":""tour_started""},{""time"":13673,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1716,""week"":""45"",""id"":""chart""},{""time"":15897,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1011,""week"":""50"",""id"":""chart""},{""time"":18741,""label"":""tour_next"",""step"":2},{""time"":21666,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3011,""week"":""1"",""id"":""chart2""},{""time"":29267,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678678731429,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,bar,0,1,0,Positive,3.7,0,0,0,0,0,0,15,1,0,1,1,1 -2023-03-12 23:35:11,2023-03-12 23:46:36,0,100,684,1,2023-03-12 23:46:36,R_1dB00tHs973qg8G,39.7301,-104.9078,EN,1,6.293,1,3,1,12.623,15.116,66,31,38,16.226,31.598,-2,-3,88.663,-3,-3,80.741,-1,48.783,15.018,3,4,2,5,5,2,,32.099,5,5,3,1,7,2,I feel as though this may be influenced by companies that make vaccines. ,44.778,2,,20.015,2,7,3,4,1,5,6,28.134,1,2,1,2,2,4,7,4,,21.297,4,2,4,3,4,4,34.767,1,2,20.116,3,1983,Colorado,3,2,1,,7,,,7,4,1,lightechoesham@gmail.com,111.358,5e643d29df313c1ced363682,"{""startTime"":1678678704781,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678737424,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678576173,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":14136,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1624,""week"":""50"",""id"":""chart""},{""time"":15802,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1812,""week"":""51"",""id"":""chart""},{""time"":17711,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1757,""week"":""52"",""id"":""chart""},{""time"":21556,""label"":""tour_next"",""step"":2},{""time"":27789,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678678689334,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":10730,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1050,""week"":""25"",""id"":""chart""},{""time"":12364,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1620,""week"":""32"",""id"":""chart""}]}",1,moderate,bar,2,0,1,Negative,3.5,0,2,2,2.67,1.335,1634,15,0,0,0,0,2 -2023-03-12 23:39:16,2023-03-12 23:48:09,0,100,533,1,2023-03-12 23:48:10,R_3iW5fCIsczUrofi,47.63,-122.2972,EN,1,14.229,1,4,1,5.151,15.011,81,40,57,29.193,17.671,1,1,48.552,-3,1,40.758,1,18.101,16.61,5,5,5,4,5,3,"The subtitles of the graph are somewhat misleading, the main header for both is what clarifies that it's COVID cases, not rates of people being vaccinated, which was my initial thought. Also for the second question on the last page, I was a little unsure about my answer because the question didn't specify over what duration",106.817,4,5,2,1,3,3,"context -- it's in a qualtrics survey. if it were published in a reputable news venue, then I would trust it more",30.065,4,,5.229,2,7,3,4,1,5,6,25.204,5,6,4,6,7,6,8,10,,20.669,2,4,5,3,3,4,22.99,1,1,13.764,2,1995,Washington,7,3,1,,2,,,8,4,2,,50.378,5bcfb99d77740000016b3dbf,"{""startTime"":1678678930617,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_focused"",""time"":4292}]}","{""startTime"":1678679037537,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678829359,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":3504,""label"":""tour_next"",""step"":2},{""time"":8223,""label"":""tour_end"",""step"":2},{""time"":12197,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2366,""week"":""1"",""id"":""chart""}]}","{""startTime"":1678678896400,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":4823,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1740,""week"":""52"",""id"":""chart2""},{""label"":""window_blurred"",""time"":11285}]}",1,simple,bar,1,0,0,Neutral,3.5,0,1,1,1.74,1.74,0,11.285,1,0.5,1,1,1 -2023-03-12 23:41:50,2023-03-12 23:48:19,0,100,388,1,2023-03-12 23:48:19,R_27QJONFOvGR6dqQ,40.7263,-73.9818,EN,1,8.487,1,4,1,4.602,15.117,79,64,30,18.473,20.223,-2,1,33.019,-1,-3,61.131,-3,24.642,15.016,5,7,5,5,5,5,,17.815,2,4,4,7,5,5,The data within the visualization comes from a reputable source,25.306,5,,8.002,2,7,3,4,1,5,6,10.306,9,9,6,6,9,8,10,10,,13.093,3,4,4,2,4,4,24.845,2,1,8.103,2,1998,New York,7,3,1,,7,,,17,3,2,,49.754,610386b89cf31f6859e7df7c,"{""startTime"":1678679063107,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678679081305,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678965125,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":4713,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1141,""week"":""52"",""id"":""chart""},{""time"":6990,""label"":""tour_next"",""step"":2},{""time"":8959,""label"":""tour_end"",""step"":2},{""time"":12545,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1576,""week"":""38"",""id"":""chart""},{""time"":14529,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1391,""week"":""52"",""id"":""chart""},{""time"":16427,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1647,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678679047558,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":5081,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1073,""week"":""6"",""id"":""chart""}]}",1,moderate,bar,1,0,0,Positive,3.5,0,1,1,1.073,1.073,0,15,0.5,0,0,0,2 -2023-03-12 23:39:00,2023-03-12 23:48:20,0,100,560,1,2023-03-12 23:48:21,R_3QFORBYsb3C4f2S,33.5986,-86.3434,EN,1,10.004,,,,,15.105,77,98,50,21.268,69.411,-2,-2,43.163,1,-3,80.963,-3,67.773,15.124,4,5,4,4,5,5,,23.313,5,5,5,5,5,5,This was easy top understand and something the average person could understand.,23.801,5,,10.476,2,7,3,4,1,5,6,24.165,2,6,9,6,2,6,9,9,,22.3,4,4,5,4,4,4,19.021,5,,5.15,1,1969,Alabama,6,2,1,,9,,Pell City,4,2,1,ejrfan14@yahoo.com,51.867,5e404a68f09a9f28310e8701,"{""startTime"":1678678953823,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678978162,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678798826,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":64,""label"":""tour_started""},{""time"":12722,""label"":""tour_next"",""step"":5},{""time"":32878,""label"":""started_brush"",""startDate"":""2021-06-08"",""endDate"":""2021-08-27""},{""time"":34183,""label"":""tour_next"",""step"":5},{""time"":37811,""label"":""moved_brush"",""startDate"":""2021-07-31"",""endDate"":""2021-10-18""},{""time"":40686,""label"":""tour_next"",""step"":5},{""time"":45314,""label"":""moved_brush"",""startDate"":""2021-06-28"",""endDate"":""2021-09-16""},{""time"":47053,""label"":""moved_brush"",""startDate"":""2021-10-14"",""endDate"":""2022-01-02""},{""time"":48501,""label"":""moved_brush"",""startDate"":""2021-05-17"",""endDate"":""2021-08-04""},{""time"":49935,""label"":""moved_brush"",""startDate"":""2021-04-07"",""endDate"":""2021-06-25""},{""time"":50783,""label"":""moved_brush"",""startDate"":""2021-04-08"",""endDate"":""2021-06-26""},{""time"":51962,""label"":""moved_brush"",""startDate"":""2021-04-08"",""endDate"":""2021-06-26""},{""time"":53888,""label"":""moved_brush"",""startDate"":""2021-05-22"",""endDate"":""2021-08-09""},{""time"":60433,""label"":""cleared_brush"",""using"":""Click""},{""time"":60433,""label"":""cleared_brush"",""using"":""Escape""},{""time"":61779,""label"":""tour_next"",""step"":5},{""time"":67094,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678678937665,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,bar,0,2,0,Positive,4.2,0,0,0,0,0,0,15,0,0.5,0,0,3 -2023-03-12 23:37:13,2023-03-12 23:48:23,0,100,670,1,2023-03-12 23:48:23,R_OB8SUtt2KSQ6oGB,39.1541,-76.717,EN,1,2.093,1,3,1,3.814,15.111,87,98,83,10.312,76.103,-3,-3,44.202,1,-1,188.883,1,104.524,15.012,5,5,7,5,5,5,,19.432,4,5,5,2,4,4,Id like to know more information. Such as states/countries where these results are being calculated from.,28.501,3,,9.275,2,7,3,4,1,5,6,14.483,4,4,6,5,5,6,8,9,,20.717,3,3,2,4,3,3,17.081,4,3,7.242,1,1999,Maryland,5,3,1,,3,,,7,4,2,,54.536,603f31444049ae098abb8bf7,"{""startTime"":1678678874361,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678894241,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678677060,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":3448,""label"":""tour_next"",""step"":5},{""time"":15670,""label"":""tour_back"",""step"":5},{""time"":24902,""label"":""tour_next"",""step"":5},{""time"":28008,""label"":""cleared_brush"",""using"":""Click""},{""time"":33343,""label"":""moved_brush"",""startDate"":""2021-06-11"",""endDate"":""2021-11-06""},{""time"":34946,""label"":""moved_brush"",""startDate"":""2021-09-12"",""endDate"":""2022-02-07""},{""time"":43418,""label"":""moved_brush"",""startDate"":""2021-12-31"",""endDate"":""2022-02-07""},{""time"":45688,""label"":""started_brush"",""startDate"":""2021-10-22"",""endDate"":""2021-10-27""},{""time"":47573,""label"":""started_brush"",""startDate"":""2021-05-07"",""endDate"":""2021-06-18""},{""time"":47899,""label"":""moved_brush"",""startDate"":""2021-05-01"",""endDate"":""2021-06-18""},{""time"":48207,""label"":""cleared_brush"",""using"":""Click""},{""time"":48673,""label"":""tour_next"",""step"":5},{""time"":53129,""label"":""cleared_brush"",""using"":""Click""},{""time"":54838,""label"":""started_brush"",""startDate"":""2021-05-01"",""endDate"":""2021-08-02""},{""time"":56102,""label"":""moved_brush"",""startDate"":""2021-11-05"",""endDate"":""2022-02-07""},{""time"":56706,""label"":""tour_next"",""step"":5},{""time"":60928,""label"":""cleared_brush"",""using"":""Click""},{""time"":60928,""label"":""cleared_brush"",""using"":""Escape""},{""time"":61768,""label"":""tour_next"",""step"":5},{""time"":63978,""label"":""tour_end"",""step"":5},{""time"":68037,""label"":""started_brush"",""startDate"":""2021-05-24"",""endDate"":""2021-10-21""},{""time"":72284,""label"":""moved_brush"",""startDate"":""2021-05-24"",""endDate"":""2021-10-21""},{""time"":72550,""label"":""moved_brush"",""startDate"":""2021-05-24"",""endDate"":""2021-10-21""},{""time"":72736,""label"":""moved_brush"",""startDate"":""2021-05-24"",""endDate"":""2021-10-21""},{""time"":73736,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1923,""week"":""32"",""id"":""chart""}]}","{""startTime"":1678678858732,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":10340,""label"":""cleared_brush"",""using"":""Click""}]}",1,complex,bar,0,2,0,Neutral,3,0,1,0,0,0,0,15,0,0.5,1,1,3 -2023-03-12 23:41:37,2023-03-12 23:49:05,0,100,447,1,2023-03-12 23:49:05,R_1mE6szJMEdJRu4q,37.8414,-122.1254,EN,1,9.057,,,,,15.013,94,43,50,19.024,19.98,1,1,37.648,1,-2,61.145,1,58.354,15.006,5,3,5,6,6,4,,19.596,4,5,4,1,7,4,"I trust the source and the data makes sense, but I know nothing about the researchers or any potential bias.",25.45,4,,5.909,2,7,3,4,1,5,6,19.173,3,5,4,7,6,3,9,9,,19.998,4,3,4,2,3,4,18.021,2,,5.076,2,2001,California,6,3,1,,7,,,17,3,2,,48.311,60fcd2b146529d02f1566012,"{""startTime"":1678679021973,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":100,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2244,""week"":""51"",""id"":""chart""}]}","{""startTime"":1678679042095,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678947748,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":5140,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1027,""week"":""52"",""id"":""chart""},{""time"":8090,""label"":""tour_next"",""step"":2},{""time"":9203,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2159,""week"":""52"",""id"":""chart2""},{""time"":17624,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678679006430,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":5628,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1432,""week"":""52"",""id"":""chart2""},{""time"":11819,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1561,""week"":""31"",""id"":""chart""}]}",0,simple,bar,1,0,0,Neutral,3.3,0,2,2,2.993,1.4965,6191,15,1,0.5,1,1,1 -2023-03-12 23:41:25,2023-03-12 23:49:21,0,100,475,1,2023-03-12 23:49:21,R_2ypaHQEVog6b0nh,47.5364,-122.278,EN,1,3.101,,,,,15.005,72,100,47,8.162,12.502,1,1,27.031,1,-2,67.344,1,42.875,15.006,5,6,6,4,5,5,,17.715,6,6,6,6,6,6,Has a clear y and x axis and it very easy to read,27.54,4,,4.997,2,3,4,7,1,5,6,28.744,4,7,6,6,6,6,11,11,,12.07,4,4,5,1,4,5,33.082,3,,2.151,1,1998,Washington,6,2,1,,2,,,11,4,2,,43.763,5e17945242fb0b000da71b21,"{""startTime"":1678679232216,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678679187382,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678997418,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":3752,""label"":""tour_next"",""step"":2},{""time"":4960,""label"":""tour_end"",""step"":2},{""time"":6148,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1099,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678679078080,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,bar,0,1,0,Positive,3.8,0,0,0,0,0,0,15,1,0.5,1,0.5,2 -2023-03-12 23:32:33,2023-03-12 23:50:07,0,100,1053,1,2023-03-12 23:50:08,R_yyUWjsVxLn513QR,25.7846,-80.233,EN,1,20.673,,,,,15.129,97,93,85,37.389,87.435,1,1,100.45,-3,-3,79.941,1,65.573,15.052,6,4,6,4,5,6,,39.125,4,5,4,1,1,6,It did not show data that greatly increased one week and then decrease suddenly. The ebb and flow of infestation seemed natural.,164.888,4,,11.001,2,7,3,4,1,5,6,38.868,6,7,4,5,9,4,10,6,,59.905,3,3,4,3,3,3,53.096,2,,9.15,1,1954,Florida,5,2,1,,7,,,7,4,2,,162.59,5ddcd77f23f9f1c2c45d6c18,"{""startTime"":1678678856275,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678646728,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678441307,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":120,""label"":""tour_started""},{""time"":16712,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5758,""week"":""52"",""id"":""chart""},{""time"":22550,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1239,""week"":""1"",""id"":""chart""},{""time"":25035,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1238,""week"":""5"",""id"":""chart""},{""time"":33966,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2399,""week"":""23"",""id"":""chart""},{""time"":39392,""label"":""tour_next"",""step"":2},{""time"":48985,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2915,""week"":""52"",""id"":""chart2""},{""time"":59956,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1018,""week"":""1"",""id"":""chart2""},{""time"":73112,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678678630759,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":6450,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5164,""week"":""52"",""id"":""chart2""}]}",0,simple,bar,0,1,0,Positive,3.2,0,1,1,5.164,5.164,0,15,1,0,1,1,1 -2023-03-12 23:45:07,2023-03-12 23:50:12,0,100,304,1,2023-03-12 23:50:12,R_2WNFwQnGeysDld2,33.3874,-112.0998,EN,1,6.001,,,,,15.106,62,75,45,11.938,11.959,-1,-1,6.972,-3,-2,54.203,-1,12.211,15.014,3,3,5,5,6,4,,13.102,6,5,6,5,3,5,I seen many reports of insect and fungi related infections.,23.347,1,,7.905,2,7,3,4,1,5,6,18.949,3,1,7,2,1,3,6,4,,14.843,2,4,3,5,3,4,10.718,7,,3.4,1,1996,Arizona,6,2,1,,7,,,10,4,1,61363ce02e6022a741d63a6e@email.prolific.co,40.762,61363ce02e6022a741d63a6e,"{""startTime"":1678679270786,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678679233604,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678679150672,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":3347,""label"":""tour_next"",""step"":2},{""time"":6773,""label"":""tour_end"",""step"":2},{""time"":8927,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2274,""week"":""1"",""id"":""chart""}]}","{""startTime"":1678679217873,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,bar,0,1,1,Neutral,3.5,0,0,0,0,0,0,15,0,0,0,0,2 -2023-03-12 23:35:02,2023-03-12 23:50:13,0,100,910,1,2023-03-12 23:50:14,R_2eatHxPaSCT8qkA,44.5228,-89.5583,EN,1,4.263,2,,2,2.821,15.007,57,76,44,49.421,24.108,1,1,59.718,-3,-3,78.15,1,60.796,15.008,3,2,2,5,3,2,,48.218,2,4,4,2,2,3,"I think that it would be more transparent if we also had info on how serious/life-threatening cases were. I also just find the data hard to believe, because I haven't known any unvaccinated people who got COVID-19 in the last year, yet I have known a handful of vaccinated people who have.",129.515,2,,13.101,2,7,3,4,1,5,6,24.462,2,4,9,9,4,7,10,9,,49.701,3,3,4,3,4,4,160.744,4,2,21.596,2,1999,Wisconsin,6,3,1,,9,,Hortonville,13,3,1,dmatilyn@gmail.com,80.958,60fc54b735f3211d0d10a371,"{""startTime"":1678678868580,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678689012,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678588581,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":22,""label"":""tour_started""},{""time"":7121,""label"":""tour_next"",""step"":2},{""time"":10439,""label"":""tour_end"",""step"":2},{""time"":17006,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2502,""week"":""52"",""id"":""chart2""},{""time"":20495,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1502,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678678673393,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":9687,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1561,""week"":""16"",""id"":""chart2""}]}",1,simple,bar,1,1,0,Negative,3.5,0,1,1,1.561,1.561,0,15,1,0,1,1,1 -2023-03-12 23:37:28,2023-03-12 23:50:17,0,100,769,1,2023-03-12 23:50:18,R_3EMydtHlggSmv7v,34.5404,-117.3532,EN,1,25.449,,,,,15.005,85,96,74,36.528,33.911,1,1,54.159,-3,-3,109.33,1,46.249,15.111,4,2,5,2,5,5,,63.203,4,4,4,2,1,5,The source of the data seemed like a trustworthy organization and the visualization looks clean and professional.,53.851,6,,28.033,2,7,3,4,1,5,6,24.4,6,9,7,9,7,6,10,10,,80.1,4,4,5,2,3,4,40.422,2,,9.198,2,1983,California,4,2,1,,7,,,11,4,2,,52.188,5d4b14caed2dfc0001a22c1a,"{""startTime"":1678678893815,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":29,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6939,""week"":""2"",""id"":""chart""}]}","{""startTime"":1678678957602,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678734208,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":14288,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1633,""week"":""36"",""id"":""chart""},{""time"":20557,""label"":""tour_next"",""step"":2},{""time"":26713,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678678878274,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":7390,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2236,""week"":""52"",""id"":""chart""}]}",0,moderate,bar,2,0,0,Positive,3.7,0,1,1,2.236,2.236,0,15,1,0,1,0,2 -2023-03-12 23:27:00,2023-03-12 23:50:37,0,100,1416,1,2023-03-12 23:50:38,R_3fposxNHrBYzwl3,33.7173,-84.4783,EN,1,30.073,,,,,15.114,100,44,50,26.792,99.16,1,-3,184.259,1,-3,164.452,-2,40.082,15.012,3,3,3,3,2,3,,25.201,4,3,7,1,1,3,I'm not sure if it's accurate or not because i'm not familiar with the topic.,83.507,2,,40.077,2,7,3,4,1,5,6,27.787,3,3,1,2,4,2,4,5,,56.598,3,3,5,1,3,3,47.955,1,,39.193,1,1987,Georgia,2,2,1,,9,,"albany, ga",3,2,2,,142.532,63039dbefda87c47a91fec04,"{""startTime"":1678678573720,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678599400,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678418134,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":10149,""label"":""tour_next"",""step"":5},{""time"":18170,""label"":""tour_back"",""step"":5},{""time"":30217,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2231,""week"":""50"",""id"":""chart""},{""time"":32649,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1716,""week"":""50"",""id"":""chart""},{""time"":38239,""label"":""tour_next"",""step"":5},{""time"":47955,""label"":""started_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-06-05""},{""time"":49205,""label"":""tour_next"",""step"":5},{""time"":55816,""label"":""moved_brush"",""startDate"":""2021-12-01"",""endDate"":""2022-01-31""},{""time"":57306,""label"":""tour_next"",""step"":5},{""time"":64241,""label"":""moved_brush"",""startDate"":""2021-06-22"",""endDate"":""2021-08-23""},{""time"":81332,""label"":""cleared_brush"",""using"":""Click""},{""time"":84672,""label"":""started_brush"",""startDate"":""2021-08-06"",""endDate"":""2021-10-31""},{""time"":85956,""label"":""tour_next"",""step"":5},{""time"":91453,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678678558148,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,bar,0,1,0,Neutral,3,0,0,0,0,0,0,15,0.5,0.5,0,0,3 -2023-03-12 23:42:11,2023-03-12 23:53:56,0,100,705,1,2023-03-12 23:53:57,R_Z2lAA9Tq2wPIDHH,41.6837,-88.3499,EN,1,14.658,,,,,15.008,81,5,63,24.352,150.354,1,1,45.867,1,-3,114.858,1,40.978,15.011,5,3,5,4,4,5,,20.717,5,2,4,2,7,5,"There is a lot of information, I would find it hard to believe that someone would take all that time to put together an untrustworthy visual like this.",41.442,5,,10.059,2,7,3,4,1,5,6,10.918,5,7,7,7,9,6,11,10,,26.017,3,4,4,3,3,4,37.841,2,,6.085,2,1999,Illinois,6,1,1,,8,Yorkville,,17,4,2,,78.596,6101ced6dafdbea2d88a52b0,"{""startTime"":1678679263145,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678679202114,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678994679,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":13722,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4263,""week"":""52"",""id"":""chart""},{""time"":18318,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1333,""week"":""52"",""id"":""chart""},{""time"":21204,""label"":""tour_next"",""step"":5},{""time"":67834,""label"":""started_brush"",""startDate"":""2021-06-18"",""endDate"":""2021-06-26""},{""time"":69817,""label"":""started_brush"",""startDate"":""2021-05-30"",""endDate"":""2021-07-29""},{""time"":72421,""label"":""tour_next"",""step"":5},{""time"":77289,""label"":""started_brush"",""startDate"":""2021-08-02"",""endDate"":""2021-09-06""},{""time"":79016,""label"":""started_brush"",""startDate"":""2021-05-07"",""endDate"":""2021-08-28""},{""time"":85597,""label"":""cleared_brush"",""using"":""Click""},{""time"":86192,""label"":""cleared_brush"",""using"":""Click""},{""time"":89422,""label"":""started_brush"",""startDate"":""2021-04-23"",""endDate"":""2021-09-01""},{""time"":90815,""label"":""moved_brush"",""startDate"":""2021-06-20"",""endDate"":""2021-10-29""},{""time"":92333,""label"":""tour_next"",""step"":5},{""time"":95933,""label"":""cleared_brush"",""using"":""Click""},{""time"":97064,""label"":""tour_next"",""step"":5},{""time"":104666,""label"":""tour_end"",""step"":5},{""time"":106290,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1143,""week"":""2"",""id"":""chart""},{""time"":108641,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6459,""week"":""1"",""id"":""chart""},{""time"":115119,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2581,""week"":""52"",""id"":""chart""},{""time"":117702,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1248,""week"":""52"",""id"":""chart""},{""time"":122607,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3692,""week"":""52"",""id"":""chart""},{""time"":127536,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6798,""week"":""22"",""id"":""chart""},{""time"":136234,""label"":""started_brush"",""startDate"":""2021-06-19"",""endDate"":""2021-07-31""},{""time"":137351,""label"":""moved_brush"",""startDate"":""2021-06-19"",""endDate"":""2021-09-16""},{""time"":142837,""label"":""moved_brush"",""startDate"":""2021-06-14"",""endDate"":""2021-09-11""},{""time"":143920,""label"":""cleared_brush"",""using"":""Click""}]}","{""startTime"":1678679186705,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":7317,""label"":""started_brush"",""startDate"":""2021-06-20"",""endDate"":""2021-11-06""},{""time"":12131,""label"":""moved_brush"",""startDate"":""2021-08-23"",""endDate"":""2022-01-09""},{""time"":12640,""label"":""cleared_brush"",""using"":""Click""}]}",0,complex,bar,1,0,0,Positive,3.5,1,3,0,0,0,5323,15,1,0.5,1,1,3 -2023-03-12 23:32:57,2023-03-12 23:56:03,0,100,1386,1,2023-03-12 23:56:03,R_1f4667MY6GDXYCu,41.698,-70.0602,EN,1,22.335,2,,2,4.3,15.021,70,93,95,96.637,220.987,1,1,49.751,-3,1,83.177,1,99.75,15.017,2,2,2,4,5,5,,96.973,3,5,2,7,7,3,I would need to have at least one other source confirming the same information before I trusted this .,91.629,3,,32.172,2,7,3,4,1,5,6,20.971,5,5,8,9,4,7,10,9,,52.292,3,3,3,2,4,3,83.082,3,4,41.958,1,1975,Massachusetts,2,2,1,,7,,,10,3,2,,261.434,640d43c9451ce148162a7643,"{""startTime"":1678678729269,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678826683,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678391669,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":44,""label"":""tour_started""},{""time"":18948,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":9857,""week"":""52"",""id"":""chart""},{""time"":28826,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":17527,""week"":""1"",""id"":""chart""},{""time"":50053,""label"":""tour_next"",""step"":5},{""time"":80665,""label"":""cleared_brush"",""using"":""Click""},{""time"":89530,""label"":""cleared_brush"",""using"":""Click""},{""time"":94770,""label"":""cleared_brush"",""using"":""Click""},{""time"":96964,""label"":""tour_back"",""step"":5},{""time"":97171,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1025,""week"":""51"",""id"":""chart""},{""time"":103856,""label"":""tour_next"",""step"":5},{""time"":121440,""label"":""cleared_brush"",""using"":""Click""},{""time"":122306,""label"":""cleared_brush"",""using"":""Click""},{""time"":122895,""label"":""cleared_brush"",""using"":""Click""},{""time"":123968,""label"":""cleared_brush"",""using"":""Click""},{""time"":125200,""label"":""cleared_brush"",""using"":""Click""},{""time"":126244,""label"":""cleared_brush"",""using"":""Click""},{""time"":127514,""label"":""cleared_brush"",""using"":""Click""},{""time"":130920,""label"":""cleared_brush"",""using"":""Click""},{""time"":132044,""label"":""cleared_brush"",""using"":""Click""},{""time"":132764,""label"":""cleared_brush"",""using"":""Click""},{""time"":136519,""label"":""tour_back"",""step"":5},{""time"":139892,""label"":""tour_next"",""step"":5},{""time"":145384,""label"":""cleared_brush"",""using"":""Click""},{""time"":149904,""label"":""cleared_brush"",""using"":""Click""},{""time"":150460,""label"":""cleared_brush"",""using"":""Click""},{""time"":152576,""label"":""cleared_brush"",""using"":""Click""},{""time"":154387,""label"":""cleared_brush"",""using"":""Click""},{""time"":165088,""label"":""cleared_brush"",""using"":""Click""},{""time"":165308,""label"":""cleared_brush"",""using"":""Click""},{""time"":165559,""label"":""cleared_brush"",""using"":""Click""},{""time"":165698,""label"":""cleared_brush"",""using"":""Click""},{""time"":168057,""label"":""cleared_brush"",""using"":""Click""},{""time"":169900,""label"":""cleared_brush"",""using"":""Click""},{""time"":170925,""label"":""cleared_brush"",""using"":""Click""},{""time"":175993,""label"":""cleared_brush"",""using"":""Click""},{""time"":177846,""label"":""started_brush"",""startDate"":""2021-08-25"",""endDate"":""2021-09-06""},{""time"":181631,""label"":""tour_next"",""step"":5},{""time"":187144,""label"":""moved_brush"",""startDate"":""2021-07-29"",""endDate"":""2021-08-10""},{""time"":187252,""label"":""cleared_brush"",""using"":""Click""},{""time"":187308,""label"":""cleared_brush"",""using"":""Click""},{""time"":188150,""label"":""started_brush"",""startDate"":""2021-06-30"",""endDate"":""2021-07-08""},{""time"":189671,""label"":""tour_next"",""step"":5},{""time"":196335,""label"":""cleared_brush"",""using"":""Click""},{""time"":196335,""label"":""cleared_brush"",""using"":""Escape""},{""time"":200639,""label"":""tour_next"",""step"":5},{""time"":208456,""label"":""tour_end"",""step"":5},{""time"":216542,""label"":""cleared_brush"",""using"":""Click""},{""time"":216845,""label"":""cleared_brush"",""using"":""Click""},{""time"":217461,""label"":""started_brush"",""startDate"":""2021-07-19"",""endDate"":""2021-09-02""}]}","{""startTime"":1678678713233,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar,1,0,0,Neutral,3,0,0,0,0,0,0,15,1,0.5,1,1,3 -2023-03-12 23:30:25,2023-03-12 23:57:03,0,100,1597,1,2023-03-12 23:57:03,R_1CBH2uBmiwxwQuj,39.3408,-80.0285,EN,1,51.248,,,,,15.131,67,71,23,80.536,140.905,-2,-1,184.79,-3,-3,260.394,-2,61.844,15.04,5,2,4,4,4,4,I have no additional thought nor comment.,105.08,3,3,4,3,3,3,"The visualization appears to be well-designed and informative, but its effectiveness ultimately depends on the accuracy and reliability of the data it represents, and whether it meets the user's specific needs and goals. Ultimately, it is up to the user to determine whether or not they trust the information conveyed by the visualization.",74.638,4,,24.498,2,7,3,4,1,5,6,58.79,4,5,7,6,5,8,11,11,,37.002,4,3,2,3,5,4,85.139,6,,12.732,2,1942,California,7,1,1,,7,,,14,2,2,,173.49,64033349ec5c1a27ee79d14b,"{""startTime"":1678678871970,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678647814,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678423146,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":61,""label"":""tour_started""},{""label"":""window_focused"",""time"":1708},{""label"":""window_blurred"",""time"":13340},{""label"":""window_focused"",""time"":16803},{""time"":18963,""label"":""tour_next"",""step"":5},{""label"":""window_blurred"",""time"":24608},{""label"":""window_focused"",""time"":28121},{""time"":35957,""label"":""tour_back"",""step"":5},{""time"":43071,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1330,""week"":""52"",""id"":""chart""},{""time"":44463,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1069,""week"":""51"",""id"":""chart""},{""time"":49959,""label"":""tour_next"",""step"":5},{""label"":""window_blurred"",""time"":53932},{""label"":""window_focused"",""time"":56119},{""time"":57941,""label"":""tour_back"",""step"":5},{""time"":59771,""label"":""cleared_brush"",""using"":""Click""},{""time"":59771,""label"":""cleared_brush"",""using"":""Escape""},{""time"":64838,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1402,""week"":""50"",""id"":""chart""},{""time"":66245,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3679,""week"":""50"",""id"":""chart""},{""time"":76878,""label"":""tour_next"",""step"":5},{""time"":78783,""label"":""cleared_brush"",""using"":""Click""},{""time"":79532,""label"":""cleared_brush"",""using"":""Click""},{""time"":80253,""label"":""cleared_brush"",""using"":""Click""},{""time"":80763,""label"":""cleared_brush"",""using"":""Click""},{""time"":80999,""label"":""cleared_brush"",""using"":""Click""},{""time"":93206,""label"":""started_brush"",""startDate"":""2021-11-01"",""endDate"":""2022-01-09""},{""time"":105511,""label"":""cleared_brush"",""using"":""Click""},{""time"":108863,""label"":""started_brush"",""startDate"":""2021-09-28"",""endDate"":""2022-02-02""},{""time"":110090,""label"":""tour_next"",""step"":5},{""time"":117659,""label"":""moved_brush"",""startDate"":""2021-10-03"",""endDate"":""2022-02-07""},{""time"":118657,""label"":""tour_next"",""step"":5},{""time"":125364,""label"":""moved_brush"",""startDate"":""2021-10-03"",""endDate"":""2022-02-07""},{""time"":131320,""label"":""cleared_brush"",""using"":""Click""},{""time"":133383,""label"":""tour_next"",""step"":5},{""time"":136808,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678678630351,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,bar,0,2,0,Positive,3.5,0,0,0,0,0,0,15,0,0,0,0,3 -2023-03-12 23:23:38,2023-03-12 23:57:13,0,100,2015,1,2023-03-12 23:57:14,R_3h3CS0WJ2ELqWVz,33.9521,-84.5475,EN,1,19.656,,,,,15.106,87,79,72,43.432,133.787,1,1,73.573,-3,-3,135.914,1,35.115,15.018,3,3,3,5,6,4,,43.62,3,6,5,4,4,5,Crop pests and diseases aren't something that would normally be falsified. Pesticides and anti-fungals aren't cheap - no farmer would want to use more than needed and conversely wouldn't want to NOT use them if they were needed. So the agency putting out the information has a real incentive to make sure the information's as solid as possible.,200.444,5,Interesting survey - thank you!,24.529,2,7,3,4,1,5,6,76.481,3,4,9,8,2,10,7,9,,170.647,3,4,4,2,5,4,142.97,5,,167.297,1,1956,Georgia,6,2,1,,7,,,12,3,2,,628.302,62ffe399d769a8e595609133,"{""startTime"":1678678091383,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678135409,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678677906241,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":16622,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1743,""week"":""1"",""id"":""chart""},{""time"":21315,""label"":""tour_next"",""step"":5},{""time"":48197,""label"":""cleared_brush"",""using"":""Click""},{""time"":53417,""label"":""started_brush"",""startDate"":""2021-09-06"",""endDate"":""2021-12-25""},{""time"":56004,""label"":""tour_next"",""step"":5},{""time"":64405,""label"":""moved_brush"",""startDate"":""2021-11-06"",""endDate"":""2021-12-25""},{""time"":67778,""label"":""tour_next"",""step"":5},{""time"":75481,""label"":""cleared_brush"",""using"":""Click""},{""time"":77014,""label"":""cleared_brush"",""using"":""Click""},{""time"":77014,""label"":""cleared_brush"",""using"":""Escape""},{""time"":79366,""label"":""tour_next"",""step"":5},{""time"":94299,""label"":""tour_end"",""step"":5},{""time"":100273,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1050,""week"":""1"",""id"":""chart""},{""time"":101638,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1398,""week"":""51"",""id"":""chart""},{""time"":117073,""label"":""cleared_brush"",""using"":""Click""},{""time"":130956,""label"":""cleared_brush"",""using"":""Click""}]}","{""startTime"":1678678075745,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,bar,0,1,0,Positive,3.7,0,0,0,0,0,0,15,1,0,1,1,3 -2023-03-12 23:50:07,2023-03-13 00:05:53,0,100,946,1,2023-03-13 00:05:54,R_1Nt6466WnD9QWO4,37.9186,-121.3132,EN,1,23.169,1,3,2,8.542,15.012,100,98,68,23.941,52.487,-1,-3,121.917,-3,-3,62.531,-3,40.674,15.011,6,5,5,6,6,6,,66.185,5,6,5,6,5,6,It is based on science as far as I can tell,79.7,4,,13.987,2,7,3,4,1,5,6,27.772,8,6,4,6,10,2,11,9,,29.739,4,5,5,1,5,5,35.417,2,1,17.083,2,1969,California,6,2,1,,9,,white/hispanic,16,4,1,edyrae13@gmail.com,239.366,56fb36ca34a0d3000b1a5701,"{""startTime"":1678679807841,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678679686609,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678679495314,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":21,""label"":""tour_started""},{""time"":13439,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4965,""week"":""52"",""id"":""chart""},{""time"":18736,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1217,""week"":""51"",""id"":""chart""},{""time"":29017,""label"":""tour_next"",""step"":2},{""time"":39784,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2898,""week"":""52"",""id"":""chart2""},{""time"":43382,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1166,""week"":""51"",""id"":""chart2""},{""time"":48773,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678679670918,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":10801,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1866,""week"":""52"",""id"":""chart""}]}",1,simple,bar,1,0,0,Positive,4.2,0,1,1,1.866,1.866,0,15,0,0,0,0,1 -2023-03-12 23:45:27,2023-03-13 00:06:06,0,100,1239,1,2023-03-13 00:06:07,R_2fxJmAqfBx3uM5Y,35.2296,-80.843,EN,1,68.682,1,2,2,9.901,15.012,84,45,5,32.694,174.79,1,1,84.055,-3,-3,89.073,-3,146.338,15.013,3,3,3,7,7,3,,47.389,4,3,1,7,2,3,Because I dont know where the information came and if it was accurately kept up with. And I don't trust alot of things or people trust is a very special thing and it gets broken a lot and I just don't trust stuff.,88.411,1,,20.301,2,7,3,4,1,5,6,32.338,6,6,6,6,9,4,11,9,,37.957,3,3,1,2,4,3,62.192,4,2,32.496,1,1983,North Carolina,2,2,1,,7,,,4,3,1,chrisandambones@gmail.com,116.129,5ec617a2e79285689c82fb8f,"{""startTime"":1678679802138,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678679652075,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678679302339,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":40,""label"":""tour_started""},{""time"":34068,""label"":""tour_next"",""step"":5},{""time"":117493,""label"":""cleared_brush"",""using"":""Click""},{""time"":118571,""label"":""started_brush"",""startDate"":""2021-06-28"",""endDate"":""2021-09-24""},{""time"":122893,""label"":""tour_next"",""step"":5},{""time"":137714,""label"":""moved_brush"",""startDate"":""2021-05-31"",""endDate"":""2021-09-24""},{""time"":142027,""label"":""moved_brush"",""startDate"":""2021-05-31"",""endDate"":""2021-10-02""},{""time"":143729,""label"":""tour_next"",""step"":5},{""time"":154092,""label"":""cleared_brush"",""using"":""Click""},{""time"":154092,""label"":""cleared_brush"",""using"":""Escape""},{""time"":155917,""label"":""tour_next"",""step"":5},{""time"":166332,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678679631666,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar,1,0,0,Negative,2.7,0,0,0,0,0,0,15,1,0,0,0,3 -2023-03-12 23:38:32,2023-03-13 00:08:36,0,100,1803,1,2023-03-13 00:08:37,R_6mUpOVbvFD6vmk9,40.0172,-75.0883,EN,1,10.301,1,3,2,32.502,15.077,74,94,40,113.441,83.42,-2,1,139.737,-3,-3,208.072,-3,139.553,15.167,4,3,3,5,5,5,I have nothing to say. Thanks.,91.753,5,4,6,5,3,6,I found this visualization to be a research and scientific analysis that is very informative.,361.623,4,No comments. Thanks.,42.147,2,7,3,4,1,5,6,79.332,10,11,11,7,10,8,11,11,No comments.,55.95,4,5,2,3,4,3,40.556,2,1,28.501,2,1991,Virginia,6,3,1,,7,,,15,2,1,614ee5e28a2f0a07d4d639dd@email.prolific.co,209.517,614ee5e28a2f0a07d4d639dd,"{""startTime"":1678679670640,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678679249523,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678938607,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":27,""label"":""tour_started""},{""time"":44501,""label"":""tour_next"",""step"":2},{""time"":65340,""label"":""tour_end"",""step"":2},{""time"":72008,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2879,""week"":""30"",""id"":""chart""},{""time"":78073,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2807,""week"":""2"",""id"":""chart""}]}","{""startTime"":1678679232907,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":8308,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1684,""week"":""31"",""id"":""chart""}]}",1,moderate,bar,1,0,0,Positive,3.5,0,1,1,1.684,1.684,0,15,0.5,0,0,0,2 -2023-03-12 23:41:06,2023-03-13 00:11:53,0,100,1847,1,2023-03-13 00:11:54,R_2QMnugZVX5P069l,43.2078,-77.6602,EN,1,31.478,1,2,2,15.238,15.009,0,0,27,118.479,249.982,1,1,123.281,1,1,262.255,1,167.811,15.028,6,6,6,4,6,6,Including both vaccinated individuals and the unvaccinated in the same chart was very confusing to me when I first was presented with the data.,157.569,4,2,7,1,7,6,"Because I view the source, the CDC, as a credible source of information.",80.233,1,,19.98,2,7,3,4,1,5,6,54,2,7,1,1,11,1,11,4,,93.788,5,5,5,2,5,4,86.257,1,1,45.53,1,1984,New York,2,2,1,,7,,,1,3,2,,193.791,565b2be310593c000bff9695,"{""startTime"":1678679513385,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678679671817,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678679077800,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":35,""label"":""tour_started""},{""label"":""window_blurred"",""time"":4841},{""label"":""window_focused"",""time"":6999},{""time"":46744,""label"":""tour_next"",""step"":5},{""time"":112389,""label"":""cleared_brush"",""using"":""Click""},{""time"":122274,""label"":""started_brush"",""startDate"":""2021-05-09"",""endDate"":""2021-05-28""},{""time"":129840,""label"":""started_brush"",""startDate"":""2021-06-12"",""endDate"":""2021-11-14""},{""time"":137158,""label"":""tour_next"",""step"":5},{""time"":154279,""label"":""moved_brush"",""startDate"":""2021-07-06"",""endDate"":""2021-12-09""},{""time"":155512,""label"":""moved_brush"",""startDate"":""2021-07-06"",""endDate"":""2021-12-09""},{""time"":158712,""label"":""moved_brush"",""startDate"":""2021-07-06"",""endDate"":""2021-11-15""},{""time"":160449,""label"":""tour_next"",""step"":5},{""time"":182479,""label"":""cleared_brush"",""using"":""Click""},{""time"":186797,""label"":""tour_next"",""step"":5},{""time"":198224,""label"":""tour_end"",""step"":5},{""time"":199817,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1108,""week"":""52"",""id"":""chart""},{""time"":206274,""label"":""started_brush"",""startDate"":""2021-07-18"",""endDate"":""2021-09-15""},{""time"":206701,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1564,""week"":""34"",""id"":""chart""},{""time"":208331,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1321,""week"":""33"",""id"":""chart""},{""time"":210700,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2498,""week"":""32"",""id"":""chart""},{""time"":215493,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3608,""week"":""32"",""id"":""chart""},{""time"":220902,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2357,""week"":""32"",""id"":""chart""},{""time"":225594,""label"":""cleared_brush"",""using"":""Click""},{""time"":225805,""label"":""cleared_brush"",""using"":""Click""},{""time"":227020,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":19402,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678679497675,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":7289,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2677,""week"":""2"",""id"":""chart""},{""time"":12530,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1002,""week"":""35"",""id"":""chart""}]}",1,complex,bar,0,2,0,Positive,4.3,0,2,2,3.679,1.8395,5241,15,1,1,1,1,3 -2023-03-13 00:15:25,2023-03-13 00:22:31,0,100,426,1,2023-03-13 00:22:32,R_2CxGy8dicE0PyBZ,38.8452,-77.4651,EN,1,6.748,,,,,15.108,71,76,40,12.725,18.702,1,1,42.905,-3,-3,42.005,1,43.203,15.01,3,3,3,4,4,4,,20.932,5,5,4,3,7,4,"It is well presented and doesn't seem misleading. For example, the scales are the same (in units of 1000 for each line).",27.633,2,,9.826,2,7,3,4,1,5,6,15.006,3,5,1,3,3,4,9,8,,18.802,1,2,2,4,1,1,15.543,1,,3.505,1,1996,Virginia,6,2,1,,2,,,9,4,2,,54.05,62e01fdb9adf283ff375724f,"{""startTime"":1678681115263,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678681066303,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678680987396,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":47,""label"":""tour_started""},{""time"":3928,""label"":""tour_next"",""step"":2},{""time"":6920,""label"":""tour_end"",""step"":2},{""time"":8412,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3328,""week"":""33"",""id"":""chart""},{""time"":13758,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1367,""week"":""51"",""id"":""chart""}]}","{""startTime"":1678681050476,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":6772,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1375,""week"":""52"",""id"":""chart""}]}",0,simple,bar,0,1,0,Positive,1.8,0,1,1,1.375,1.375,0,15,1,0,1,1,1 -2023-03-15 18:50:04,2023-03-15 18:56:54,0,100,409,1,2023-03-15 18:56:54,R_1ODgQHpknhnxpqN,33.8081,-85.7852,EN,1,105.782,,,,,15.009,71,71,54,15.74,15.209,1,1,23.412,1,1,19.695,1,18.872,15.009,4,4,4,2,5,4,,12.966,2,5,5,7,2,4,It does not seem like the kind of data someone would lie about but I am not educated on the topic.,23.373,5,,5.897,2,7,3,4,1,5,6,12.889,3,4,3,8,2,3,10,9,,19.265,4,4,4,2,4,4,12.571,3,,3.713,1,2002,Florida,3,3,1,,7,,,13,4,2,,58.384,5d0fbedf101793000168ef7a,"{""startTime"":1678920801096,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678920814612,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678920745665,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678920785278,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":9977,""label"":""hovered"",""timeHovered"":2405,""week"":""2021-09-06""}]}",0,simple,line,1,0,0,Positive,3.7,0,1,1,2.405,2.405,0,15,1,1,1,1,1 -2023-03-15 18:53:09,2023-03-15 18:58:31,0,100,322,1,2023-03-15 18:58:32,R_3oO1EBHuRWJtgka,38.5317,-89.9988,EN,1,6.033,,,,,15.006,74,61,54,19.002,6.768,1,1,52.197,-2,1,28.801,1,59.628,15.108,3,3,4,4,5,4,,8.829,4,4,4,3,3,3,It seems to be well-constructed and clear.,14.127,4,,6.942,2,7,3,4,1,5,6,11.158,7,7,6,6,4,7,6,6,,12.732,4,4,3,3,3,3,6.29,4,,2.441,1,1996,Illinois,6,1,1,,7,,,19,5,1,chieforion@gmail.com,31.911,5c7e14531c3cf8001638b5b0,"{""startTime"":1678920892181,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678920901360,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678920840616,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678920876772,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6350,""label"":""hovered"",""timeHovered"":1327,""week"":""2022-01-10""}]}",0,moderate,line,1,1,0,Neutral,3.3,0,1,1,1.327,1.327,0,15,1,0.5,1,0.5,2 -2023-03-15 18:50:51,2023-03-15 18:58:38,0,100,466,1,2023-03-15 18:58:38,R_2uxiliv4sEaENuu,39.7933,-84.218,EN,1,3.062,,,,,15.105,100,82,56,19.229,52.477,1,1,56.156,1,1,43.965,-1,24.227,15.006,3,3,3,3,2,3,,22.093,4,5,3,7,7,3,I don't really have enough information to know whether it's trustworthy or not.,16.339,2,,7.61,2,7,3,4,1,5,6,11.764,1,2,1,1,1,1,9,9,,15.4,4,4,5,1,4,4,15.214,1,,3.67,1,1997,Ohio,3,2,1,,7,,,4,4,1,dylanconley4l@gmail.com,100.925,5eebe4e6e61002183aec9b70,"{""startTime"":1678920859913,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678920822462,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678920697436,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":19449,""label"":""hovered"",""timeHovered"":1470,""week"":""2021-10-11""}]}","{""startTime"":1678920806907,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,line,0,0,0,Neutral,3.7,0,0,0,0,0,0,15,1,1,0,1,1 -2023-03-15 18:49:08,2023-03-15 18:59:38,0,100,630,1,2023-03-15 18:59:39,R_3GjtotVrdvEkx87,32.9658,-97.6866,EN,1,7.234,1,4,1,41.079,15.008,81,100,50,27.099,26.012,1,1,53.619,-2,1,43.699,-1,27.617,15.121,5,3,5,5,4,5,,55.967,6,6,6,6,6,6,It seems like it is laid out well that it is accurately.,21.819,4,,10.177,2,7,3,4,1,5,6,49.915,1,1,1,1,1,4,8,8,,21.525,5,5,5,1,5,5,55.288,1,2,15.516,2,1981,Texas,3,2,1,,7,,,6,3,1,pebblejean@gmail.com,80.589,5fc6904e5ed32c0778ae12a1,"{""startTime"":1678920809818,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678920755793,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678920659970,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":16158,""label"":""hovered"",""timeHovered"":1268,""week"":""2022-01-03""}]}","{""startTime"":1678920740273,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line,0,1,0,Positive,4.3,0,0,0,0,0,0,15,1,0.5,0,1,1 -2023-03-15 18:51:00,2023-03-15 19:00:17,0,100,557,1,2023-03-15 19:00:18,R_zcXADuwuXBMQ9bP,37.5172,-121.9191,EN,1,25.596,,,,,15.006,61,40,80,60.389,24.067,1,1,35.38,1,-1,97.072,1,40.234,15.02,4,5,5,5,5,5,,12.002,4,4,5,4,4,5,It has the authoritative source stated.,42.583,3,,9.305,2,7,3,4,1,5,6,27.96,2,5,3,4,3,3,3,8,,20.417,2,2,2,2,2,3,24.199,2,,3.375,1,1990,California,6,1,3,,2,,,17,3,1,fungjeremy@gmail.com,55.817,63d17041a37f603dd01616b8,"{""startTime"":1678920971024,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678920910365,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678920772003,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678920894498,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6109,""label"":""hovered"",""timeHovered"":1446,""week"":""2021-12-20""},{""time"":8317,""label"":""hovered"",""timeHovered"":1100,""week"":""2022-01-10""},{""time"":10489,""label"":""hovered"",""timeHovered"":2144,""week"":""2021-11-22""}]}",0,moderate,line,1,0,0,Positive,2.2,0,3,3,4.69,1.5633333333333335,4380,15,1,0.5,1,0.5,2 -2023-03-15 18:51:29,2023-03-15 19:00:59,0,100,569,1,2023-03-15 19:01:00,R_25HImA9xqFEHtJI,38.0996,-122.5873,EN,1,6.398,,,,,15.008,95,88,15,19.6,50.354,1,1,32.824,-1,1,73.097,1,49.027,15.12,3,5,3,5,5,4,,48.927,4,5,5,7,7,5,The directions stated to assume that I trusted the data so I extended that to mean I then trusted the visualization.,40.412,5,,8.347,2,7,3,4,1,5,6,16.914,2,7,2,4,4,7,10,9,,24.7,3,4,4,3,4,3,28.729,3,,11.019,1,1989,California,6,3,1,,7,,,17,4,2,,86.685,6070defd464139156ac85ac3,"{""startTime"":1678920852663,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678920902075,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678920736311,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":28733,""label"":""started_brush"",""startDate"":""2021-04-29"",""endDate"":""2022-02-11""},{""time"":39792,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-01-24""},{""time"":43767,""label"":""cleared_brush"",""using"":""click""},{""time"":43769,""label"":""cleared_brush"",""using"":""Escape""}]}","{""startTime"":1678920836396,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":6577,""label"":""started_brush"",""startDate"":""2021-05-09"",""endDate"":""2021-06-20""},{""time"":9312,""label"":""moved_brush"",""startDate"":""2021-10-25"",""endDate"":""2021-12-06""},{""time"":11858,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-05-23""},{""time"":12156,""label"":""cleared_brush"",""using"":""click""}]}",0,complex,line,0,0,0,Positive,3.5,1,4,0,0,0,5579,15,1,0.5,1,1,3 -2023-03-15 18:52:20,2023-03-15 19:01:09,0,100,528,1,2023-03-15 19:01:09,R_2TAb7urkh16o1pU,36.0499,-83.9228,EN,1,13.777,2,,2,3.803,15.117,34,22,22,24.982,38.853,1,-3,37.603,1,1,74.582,1,47.124,15.113,7,7,7,4,2,1,,19.936,2,7,7,1,1,7,I just do not believe vaccinated vs unvaccinated has any difference in cases.,34.6,4,,9.507,2,7,3,4,1,5,6,17.854,1,1,5,5,1,1,6,7,,26.656,3,3,3,2,4,4,30.056,5,3,17.175,2,1996,Tennessee,3,2,1,,7,,,7,1,2,,47.698,60d23790d4dba01a9b2c0085,"{""startTime"":1678921008166,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678920950362,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678920819748,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678920934502,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":10516,""label"":""hovered"",""timeHovered"":3687,""week"":""2022-01-17""}]}",1,moderate,line,1,0,0,Negative,3.2,0,1,1,3.687,3.687,0,15,0.5,1,1,1,2 -2023-03-15 18:51:45,2023-03-15 19:02:28,0,100,642,1,2023-03-15 19:02:28,R_3kiFkaHSmU9WLgC,40.7157,-74,EN,1,3.191,1,3,1,5.667,15.009,83,89,83,21.828,83.429,1,1,80.004,1,1,61.101,1,64.901,15.027,3,3,3,6,2,3,,23.902,5,6,6,6,6,3,"I didn't see a source. (And, then, I would need to trust/verify the source/data.)",34.349,5,,10.63,2,7,3,4,1,5,6,18.123,4,5,5,8,3,7,7,6,,36.602,5,5,5,1,5,5,22.108,4,1,11.49,1,1978,Rhode Island,6,2,1,,7,,,10,4,1,62b9ddea12bb2643ff512fea@email.prolific.co,60.931,62b9ddea12bb2643ff512fea,"{""startTime"":1678920936539,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678920961451,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678920770842,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":731,""label"":""hovered"",""timeHovered"":5891,""week"":""2021-08-16""},{""time"":48768,""label"":""started_brush"",""startDate"":""2021-07-21"",""endDate"":""2021-12-06""},{""time"":61522,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-08-26""},{""time"":62603,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-08-26""},{""time"":69122,""label"":""cleared_brush"",""using"":""click""}]}","{""startTime"":1678920920766,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":14844,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-05-31""}]}",1,complex,line,1,0,0,Negative,4.3,1,1,0,0,0,0,15,1,1,1,1,3 -2023-03-15 18:49:13,2023-03-15 19:03:06,0,100,833,1,2023-03-15 19:03:06,R_sczgu52zr4DZ6xz,47.4758,-122.6422,EN,1,34.297,2,,1,8.253,15.112,84,100,81,25.677,68.226,1,1,85.548,-2,1,63.495,1,131.334,15.111,6,5,5,6,6,6,,52.779,5,6,5,7,7,6,"The visualization says that it's from the CDC, which I trust to give accurate information",30.004,3,,10.118,2,7,3,4,1,5,6,33.917,4,7,9,4,4,5,10,10,,37.769,2,3,2,3,3,3,72.557,2,3,16.176,1,2001,Washington,2,2,1,,7,,,6,3,2,,67.245,5daa9e16546237001681d0f1,"{""startTime"":1678920869981,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":1046,""label"":""hovered"",""timeHovered"":1011,""week"":""2021-12-13""},{""time"":2915,""label"":""hovered"",""timeHovered"":1972,""week"":""2021-12-13""}]}","{""startTime"":1678920795458,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678920647400,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":14592,""label"":""hovered"",""timeHovered"":1415,""week"":""2022-01-03""},{""time"":26578,""label"":""hovered"",""timeHovered"":1126,""week"":""2022-01-03""},{""time"":31711,""label"":""hovered"",""timeHovered"":1647,""week"":""2022-01-03""},{""time"":34060,""label"":""hovered"",""timeHovered"":2408,""week"":""2022-01-03""},{""time"":36646,""label"":""hovered"",""timeHovered"":1849,""week"":""2022-01-10""},{""time"":38512,""label"":""hovered"",""timeHovered"":1145,""week"":""2022-01-10""},{""time"":42355,""label"":""hovered"",""timeHovered"":1565,""week"":""2022-02-07""},{""time"":47231,""label"":""hovered"",""timeHovered"":2292,""week"":""2022-01-31""},{""time"":51779,""label"":""hovered"",""timeHovered"":1113,""week"":""2021-10-18""},{""time"":56197,""label"":""hovered"",""timeHovered"":1312,""week"":""2021-08-23""},{""time"":58267,""label"":""hovered"",""timeHovered"":1607,""week"":""2022-01-03""}]}","{""startTime"":1678920779825,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":11457,""label"":""hovered"",""timeHovered"":1536,""week"":""2022-01-10""}]}",1,moderate,line,1,0,0,Positive,2.7,0,1,1,1.536,1.536,0,15,1,0.5,1,0.5,2 -2023-03-15 18:55:23,2023-03-15 19:03:07,0,100,463,1,2023-03-15 19:03:07,R_08IZuCAGfsdjECR,34.1624,-118.1275,EN,1,9.787,1,3,1,3.606,15.107,100,77,56,16.061,26.358,1,1,31.252,1,1,33.76,1,32.087,15.014,5,4,5,5,5,6,,16.562,5,5,5,7,5,6,"I feel it accurately presents to me the fact that the vaccines work, but to an extent",31.862,5,,6.499,2,7,3,4,1,5,6,14.269,1,4,4,6,8,3,5,8,,17.068,2,1,4,4,4,2,78.101,3,1,10.1,1,1987,California,6,2,1,,6,,,7,1,2,,75.868,5e589bf82e08c90a78a29bbe,"{""startTime"":1678921050832,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921067830,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678920977010,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":19176,""label"":""hovered"",""timeHovered"":1155,""week"":""2022-01-03""}]}","{""startTime"":1678921035365,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7938,""label"":""hovered"",""timeHovered"":2486,""week"":""2022-02-07""}]}",1,simple,line,0,1,0,Positive,2.8,0,1,1,2.486,2.486,0,15,1,1,1,1,1 -2023-03-15 18:50:06,2023-03-15 19:04:06,0,100,840,1,2023-03-15 19:04:07,R_4Z6E971VfCPa54l,32.7003,-97.6086,EN,1,24.486,,,,,15.01,80,67,69,46.203,150.443,1,1,70.357,1,1,72.464,-3,81.659,15.014,4,4,4,4,4,3,,56.785,5,5,5,4,4,4,I tend not to trust something that is presented to me right away. I need someone or something to confirm or deny the information in front of me.,69.706,5,,7.424,2,7,3,4,1,5,6,19.076,7,6,7,7,7,8,9,9,,28.461,3,2,2,3,3,2,39.199,5,,7.975,1,2001,Texas,2,2,1,,7,,,5,4,2,,76.941,63e51bc3169991cfbcd4fe97,"{""startTime"":1678920950564,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":6515,""label"":""hovered"",""timeHovered"":3318,""week"":""2021-12-27""},{""time"":11365,""label"":""hovered"",""timeHovered"":1244,""week"":""2021-12-27""},{""time"":12681,""label"":""hovered"",""timeHovered"":4976,""week"":""2021-12-27""},{""time"":18218,""label"":""hovered"",""timeHovered"":1547,""week"":""2021-12-27""}]}","{""startTime"":1678921008013,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678920701865,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":21357,""label"":""hovered"",""timeHovered"":1817,""week"":""2022-01-03""},{""time"":27108,""label"":""hovered"",""timeHovered"":1550,""week"":""2022-01-10""},{""time"":28776,""label"":""hovered"",""timeHovered"":1267,""week"":""2022-01-03""},{""time"":72780,""label"":""started_brush"",""startDate"":""2021-05-06"",""endDate"":""2022-02-13""},{""time"":84916,""label"":""moved_brush"",""startDate"":""2021-05-06"",""endDate"":""2022-02-13""},{""time"":90280,""label"":""moved_brush"",""startDate"":""2021-12-11"",""endDate"":""2022-02-13""},{""time"":105673,""label"":""moved_brush"",""startDate"":""2021-12-07"",""endDate"":""2022-02-13""},{""time"":121787,""label"":""cleared_brush"",""using"":""click""},{""time"":121789,""label"":""cleared_brush"",""using"":""Escape""},{""time"":130399,""label"":""hovered"",""timeHovered"":1720,""week"":""2022-01-31""},{""time"":141365,""label"":""started_brush"",""startDate"":""2021-08-27"",""endDate"":""2022-02-13""},{""time"":143377,""label"":""moved_brush"",""startDate"":""2021-11-29"",""endDate"":""2022-02-13""},{""time"":145966,""label"":""hovered"",""timeHovered"":2576,""week"":""2022-01-10""}]}","{""startTime"":1678920934987,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line,1,0,0,Negative,2.5,0,0,0,0,0,0,15,1,1,0,0,3 -2023-03-15 18:52:57,2023-03-15 19:04:19,0,100,682,1,2023-03-15 19:04:20,R_6LFVw5NmSzjl1sd,32.7254,-97.3208,EN,1,70.809,1,2,2,7.936,15.008,100,100,80,39.917,35.77,1,1,62.073,-2,1,45.982,1,24.849,15.012,3,3,3,3,5,3,,56.936,5,5,4,7,3,3,i haven't verified its integrity.,25.926,4,,16.742,2,7,3,4,1,5,6,29.06,4,3,5,5,3,6,9,9,,28.888,3,3,4,4,4,3,47.263,4,3,17.201,1,1990,Texas,4,2,2,,4,,,6,4,2,,85.936,5fe3f539dd8cf10e7d545231,"{""startTime"":1678921082555,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921024424,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678920926490,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":15404,""label"":""hovered"",""timeHovered"":1045,""week"":""2022-01-10""},{""time"":31431,""label"":""hovered"",""timeHovered"":2601,""week"":""2021-08-16""}]}","{""startTime"":1678921008987,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6703,""label"":""hovered"",""timeHovered"":1699,""week"":""2022-01-10""},{""time"":8575,""label"":""hovered"",""timeHovered"":5265,""week"":""2022-01-10""}]}",1,moderate,line,1,0,0,Neutral,3.5,0,2,2,6.964,3.482,1872,15,1,0.5,1,0.5,2 -2023-03-15 18:52:38,2023-03-15 19:05:57,0,100,799,1,2023-03-15 19:05:58,R_2aPKVSiNg6RZUzc,32.4699,-90.1102,EN,1,3.5,,,,,15.015,85,73,66,16.176,13.74,-2,-2,126.525,1,1,122.246,1,91.963,15.171,6,6,6,6,5,6,,14.073,6,6,6,6,6,6,Because it seems accurate and the information is presented in a way that allows me to accurately pinpoint what I need,30.955,4,,13.495,2,7,3,4,1,5,6,24.446,4,5,4,4,3,6,10,10,,47.088,5,5,5,1,5,5,147.499,2,,2.615,2,2002,Mississippi,2,1,1,,3,,,12,4,1,60f592f40e80188d5bc991e8@email.prolific.co,92.349,60f592f40e80188d5bc991e8,"{""startTime"":1678920882743,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678920897278,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678920725653,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678920867042,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":3071,""label"":""hovered"",""timeHovered"":3093,""week"":""2021-08-23""}]}",0,simple,line,0,1,0,Positive,4.3,0,1,1,3.093,3.093,0,15,0,1,1,0,1 -2023-03-15 18:57:16,2023-03-15 19:06:22,0,100,546,1,2023-03-15 19:06:23,R_20URAtlnLIYekvM,41.3186,-72.9302,EN,1,19.407,,,,,15.118,60,60,62,22.863,31.097,1,1,45.64,-3,1,63.28,1,42.554,15.112,3,3,3,2,3,3,,27.037,3,4,3,7,7,3,I have no reason to trust it or not trust it. ,18.194,5,,7.471,2,7,3,4,1,5,6,13.593,5,8,7,6,6,5,8,8,,14.924,3,3,4,2,4,4,22.247,3,,3.877,2,1984,Connecticut,6,1,1,,7,,,14,4,2,,82.411,63d15bdba3ed809e5df7bd5b,"{""startTime"":1678921290486,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921234411,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921140012,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":21676,""label"":""hovered"",""timeHovered"":2680,""week"":""2022-01-03""}]}","{""startTime"":1678921218119,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7846,""label"":""hovered"",""timeHovered"":4959,""week"":""2021-08-23""}]}",0,simple,line,0,0,0,Neutral,3.3,0,1,1,4.959,4.959,0,15,1,0.5,1,1,1 -2023-03-15 18:50:10,2023-03-15 19:06:24,0,100,973,1,2023-03-15 19:06:25,R_22A1OFcJ0DKnYVW,36.3701,-95.8469,EN,1,117.815,1,4,2,24.049,15.018,97,97,67,45.161,49.184,1,-2,69.491,1,1,89.365,-1,61.315,15.023,5,5,6,6,6,6,,38.584,5,6,6,5,4,6,"It is a clearly represented graph showing number of cases in vaccinated versus unvaccinated people per 100K. It is not ambiguous, it's very clear cut in presenting the data.",61.256,5,"On the previous question, it asked about the number of 80 year olds in late Dec 2022, but the chart only shows Jan and Feb of 2022. I answered I don't know, even though I assume the question might have meant late 2021?",64.61,2,7,3,4,1,5,6,35.635,2,4,4,4,3,7,9,9,,29.932,3,2,4,3,3,4,43.296,2,1,22.103,2,1974,Oklahoma,3,1,1,,7,,,11,4,1,purdueliz@gmail.com,120.925,6159fe7811a7e1b94401c33f,"{""startTime"":1678920973675,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921012715,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678920838661,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":9855,""label"":""hovered"",""timeHovered"":11284,""week"":""2022-01-03""},{""time"":34131,""label"":""hovered"",""timeHovered"":1263,""week"":""2021-12-27""},{""time"":35997,""label"":""hovered"",""timeHovered"":4241,""week"":""2021-10-25""},{""time"":40614,""label"":""hovered"",""timeHovered"":2270,""week"":""2022-02-07""}]}","{""startTime"":1678920958165,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":3985,""label"":""hovered"",""timeHovered"":2736,""week"":""2022-01-03""},{""time"":9068,""label"":""hovered"",""timeHovered"":1291,""week"":""2021-07-12""}]}",1,simple,line,1,2,0,Positive,3.2,0,2,2,4.027,2.0135,5083,15,0.5,1,0,0.5,1 -2023-03-15 18:59:10,2023-03-15 19:07:16,0,100,485,1,2023-03-15 19:07:16,R_2VPGmYrxVtW241k,39.872,-105.0405,EN,1,3.984,1,3,2,4.883,15.007,93,90,89,13.575,7.575,1,-1,18.032,-2,-1,43.646,1,30.124,15.01,5,4,4,5,5,4,,19.612,4,4,4,3,4,4,"I do not disagree, therefore, I slightly agree because I don't if this graph is accurate (but have a feeling it's more accurate than anti-vaxxors)",38.586,2,,12.053,2,7,3,4,1,5,6,57.693,2,1,3,1,1,2,4,3,,24.417,3,3,4,3,4,3,37.378,3,2,13.479,1,1990,Colorado,3,2,1,,2,,,10,4,2,,87.91,61645d805d7b358ed3e052a6,"{""startTime"":1678921325288,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921267950,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921200583,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921252509,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line,0,1,0,Positive,3.3,0,0,0,0,0,0,15,0.5,0,1,0,2 -2023-03-15 18:54:35,2023-03-15 19:08:34,0,100,838,1,2023-03-15 19:08:34,R_2zMhUR8qtUxsBqc,39.3434,-84.4009,EN,1,26.241,,,,,15.113,78,82,29,47.276,146.467,1,1,63.524,-2,1,105.229,1,75.462,15.009,5,5,5,5,6,5,,37.872,5,5,5,1,1,5,Broken down what each one is also colors and dates,20.638,4,,10.799,2,7,3,4,1,5,6,30.219,6,9,9,9,6,10,10,10,,26.563,1,1,3,4,2,1,38.585,4,,13.276,2,1978,Ohio,2,2,1,,9,,Westchester,7,2,1,j_tweety69@yahoo.com,88.083,5cb7d17ddd3aff0017d13821,"{""startTime"":1678921271819,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921213696,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678920975238,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":79337,""label"":""cleared_brush"",""using"":""click""},{""time"":80307,""label"":""started_brush"",""startDate"":""2021-06-08"",""endDate"":""2021-08-17""},{""time"":96737,""label"":""moved_brush"",""startDate"":""2021-05-17"",""endDate"":""2021-07-26""},{""time"":111691,""label"":""moved_brush"",""startDate"":""2021-05-17"",""endDate"":""2021-07-26""},{""time"":121242,""label"":""moved_brush"",""startDate"":""2021-06-19"",""endDate"":""2021-08-28""},{""time"":126478,""label"":""cleared_brush"",""using"":""click""},{""time"":126480,""label"":""cleared_brush"",""using"":""Escape""},{""time"":129586,""label"":""started_brush"",""startDate"":""2021-06-30"",""endDate"":""2021-08-27""}]}","{""startTime"":1678921198184,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line,0,1,0,Positive,2,0,0,0,0,0,0,15,1,0.5,1,1,3 -2023-03-15 19:00:24,2023-03-15 19:08:39,0,100,494,1,2023-03-15 19:08:39,R_1qUFFXW4eKeFTuu,38.8503,-104.8567,EN,1,3.832,1,4,1,7.048,15.011,86,91,61,13.562,25.917,1,1,44.126,-1,-3,67.183,-1,57.285,15.114,5,2,5,5,5,5,,21.605,2,5,5,5,4,5,"The visualization is based on data from the CDC, which tends to have accurate information.",22.626,5,,8.602,2,7,3,4,1,5,6,15.797,5,8,3,8,7,4,10,9,,30.361,4,4,4,2,4,4,24.824,2,1,13.8,2,1998,Colorado,6,3,1,,7,,,6,4,1,aprilgetz1998@gmail.com,65.138,61007138183fbe1c96ac250e,"{""startTime"":1678921387317,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921409570,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921277375,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":7510,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1183,""week"":""52"",""id"":""chart""},{""time"":12510,""label"":""tour_next"",""step"":2},{""time"":16093,""label"":""tour_end"",""step"":2},{""time"":19783,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3248,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678921371528,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":3273,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1659,""week"":""52"",""id"":""chart""},{""time"":7088,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1204,""week"":""20"",""id"":""chart""}]}",1,moderate,bar,1,0,0,Positive,3.7,0,2,2,2.863,1.4315,3815,15,1,0,0,0,2 -2023-03-15 18:55:18,2023-03-15 19:09:28,0,100,849,1,2023-03-15 19:09:29,R_1FPxFtIesGC3l8p,39.1027,-94.5778,EN,1,78.177,1,2,1,6.041,15.008,63,86,68,42.448,54.384,1,1,66.818,-1,1,56.926,1,106.563,15.011,3,3,4,4,5,4,,33.398,4,4,4,3,3,4,"I remember there being flar ups in the time after the Vaccine was rolled out, but I can't remember specifics. Even now, flare ups especially in large cities are rather common. ",95.613,2,,9.345,2,7,3,4,1,5,6,27.748,2,2,2,2,4,6,4,6,,36.085,2,3,3,4,3,3,37.298,2,2,12.115,1,1997,Missouri,4,1,1,,3,,,9,4,2,,107.799,628ecc32276d54517f4c004d,"{""startTime"":1678921207178,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921241018,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":4158,""label"":""hovered"",""timeHovered"":1018,""week"":""2021-12-20""},{""time"":6061,""label"":""hovered"",""timeHovered"":3234,""week"":""2021-11-22""}]}","{""startTime"":1678921069918,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":28139,""label"":""hovered"",""timeHovered"":4606,""week"":""2021-04-12""},{""time"":44571,""label"":""hovered"",""timeHovered"":6645,""week"":""2022-01-03""}]}","{""startTime"":1678921191725,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":13544,""label"":""hovered"",""timeHovered"":1809,""week"":""2022-01-03""}]}",1,simple,line,0,1,0,Neutral,3,0,1,1,1.809,1.809,0,15,1,0.5,1,1,1 -2023-03-15 18:58:06,2023-03-15 19:09:39,0,100,693,1,2023-03-15 19:09:40,R_1ocosnuw5X3tjWm,35.2316,-80.8428,EN,1,11.895,,,,,15.01,91,87,58,30.239,105.627,1,1,27.995,1,1,62.455,-1,21.647,15.014,5,3,7,5,2,5,,37.326,4,6,5,7,5,5,It comes from the Croatian government and I have no reason to believe they would misrepresent this data.,40.775,4,,8.581,2,7,3,4,1,5,6,25.929,3,5,7,5,8,5,11,11,,30.668,4,4,5,1,4,5,27.565,2,,8.023,1,1968,North Carolina,7,3,1,,7,,,17,4,2,,124.717,61008174621af4fde89d5c7f,"{""startTime"":1678921414737,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":1086,""label"":""hovered"",""timeHovered"":5742,""week"":""2021-12-20""}]}","{""startTime"":1678921316392,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":10692,""label"":""started_brush"",""startDate"":""2021-07-27"",""endDate"":""2022-02-06""},{""time"":20011,""label"":""moved_brush"",""startDate"":""2021-08-02"",""endDate"":""2022-02-13""}]}","{""startTime"":1678921172321,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":9134,""label"":""hovered"",""timeHovered"":1150,""week"":""2021-09-06""},{""time"":16722,""label"":""hovered"",""timeHovered"":1178,""week"":""2021-08-23""},{""time"":22543,""label"":""hovered"",""timeHovered"":1909,""week"":""2021-12-06""},{""time"":66485,""label"":""cleared_brush"",""using"":""click""},{""time"":70843,""label"":""started_brush"",""startDate"":""2021-07-09"",""endDate"":""2021-09-26""},{""time"":79386,""label"":""moved_brush"",""startDate"":""2021-06-25"",""endDate"":""2021-09-12""},{""time"":92767,""label"":""moved_brush"",""startDate"":""2021-06-25"",""endDate"":""2021-09-12""},{""time"":93591,""label"":""cleared_brush"",""using"":""click""}]}","{""startTime"":1678921300798,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":11042,""label"":""hovered"",""timeHovered"":2120,""week"":""2022-01-17""}]}",0,complex,line,1,0,0,Positive,3.8,0,1,1,2.12,2.12,0,15,1,1,0,0,3 -2023-03-15 19:01:20,2023-03-15 19:10:05,0,100,525,1,2023-03-15 19:10:06,R_2OV0ysUAzO5ncte,41.0413,-83.6461,EN,1,29.205,,,,,15.01,36,38,63,21.153,39.942,1,-2,37.059,1,1,44.912,-1,27.565,15.111,4,3,5,2,4,4,Not at this time.,23.815,4,4,2,7,1,4,"I have no frame of reference to know if the information is really true, but it appears to be specific and easy enough to understand I lean towards trusting it",55.305,5,Not at this time.,13.518,2,7,3,4,1,5,6,22.236,5,5,2,6,5,3,9,7,Not at this time.,25.793,5,5,4,1,5,5,33.203,1,,6.21,2,1994,Ohio,6,3,1,,7,,,10,4,2,,52.188,63161b57aa5e6c648c58692a,"{""startTime"":1678921446482,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921471048,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921352566,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":6904,""label"":""hovered"",""timeHovered"":1688,""week"":""2021-12-20""},{""time"":24507,""label"":""hovered"",""timeHovered"":1954,""week"":""2021-04-12""},{""time"":34531,""label"":""hovered"",""timeHovered"":1984,""week"":""2021-12-27""}]}","{""startTime"":1678921430888,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7852,""label"":""hovered"",""timeHovered"":1212,""week"":""2021-12-27""},{""time"":13547,""label"":""hovered"",""timeHovered"":1001,""week"":""2022-01-03""}]}",0,simple,line,1,1,0,Positive,4.2,0,2,2,2.213,1.1065,5695,15,0.5,1,0,0.5,1 -2023-03-15 18:53:00,2023-03-15 19:10:11,0,100,1031,1,2023-03-15 19:10:12,R_3iyjxR2vaBdNEJd,43.8971,-69.9817,EN,1,5.262,1,2,1,6.2,15.027,100,100,1,17.475,20.757,1,1,44.796,-3,1,120.724,-3,102.701,15.017,6,5,6,5,6,6,,464.433,5,6,4,5,5,6,"It seems pretty accurate, regarding most of the things that I know about the Covid pandemic.",24.368,2,,8.504,2,7,3,4,1,5,6,15.766,1,1,1,1,1,1,11,9,,17.46,5,5,5,1,5,5,25.183,1,1,10.562,2,1989,Rhode Island,5,2,1,,9,,Providence,6,4,1,chestnutmsmith@gmail.com,68.666,55132578fdf99b1b0568bdb8,"{""startTime"":1678920921761,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921387787,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678920838326,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678920905457,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":5206,""label"":""hovered"",""timeHovered"":1597,""week"":""2022-01-10""}]}",1,simple,line,0,1,0,Positive,4.3,0,1,1,1.597,1.597,0,15,1,0.5,0,1,1 -2023-03-15 19:00:13,2023-03-15 19:10:36,0,100,623,1,2023-03-15 19:10:37,R_2ZDoeNGR6AsEAHN,33.8321,-118.1739,EN,1,15.627,1,3,1,6.07,15.11,71,78,19,11.937,33.893,-2,1,59.39,-3,-3,105.443,-2,61.728,15.015,4,7,3,2,2,2,,26.801,4,2,2,3,7,2,"I am not quite sure how accurate the data reporting is, nor how severe the cases were (hospitalizations, etc)",42.187,4,,13.235,2,7,3,4,1,5,6,16.481,3,4,6,7,4,5,5,7,,28.187,4,3,4,2,4,2,28.085,4,4,8.554,2,1996,California,6,1,1,,7,,,6,3,1,claire.epting@gmail.com,80.3,5e7e89cc4fd114104a39fb88,"{""startTime"":1678921507090,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921428377,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921272650,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":11500,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1176,""week"":""50"",""id"":""chart""},{""time"":15416,""label"":""tour_next"",""step"":2},{""time"":19535,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678921412910,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":3340,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1471,""week"":""52"",""id"":""chart""},{""time"":4817,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1183,""week"":""52"",""id"":""chart""},{""time"":6060,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2472,""week"":""51"",""id"":""chart""},{""time"":10723,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1309,""week"":""50"",""id"":""chart""},{""time"":12189,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1160,""week"":""51"",""id"":""chart""}]}",1,moderate,bar,0,1,0,Negative,3.2,0,5,5,7.595,1.519,8849,15,0.5,0,0,0,2 -2023-03-15 19:03:32,2023-03-15 19:10:43,0,100,431,1,2023-03-15 19:10:44,R_agim7QzLTkd6FDb,41.9261,-71.3011,EN,1,2.989,1,3,2,6.212,15.005,100,100,74,18.711,25.194,1,1,60.392,1,1,42.868,1,44.909,15.006,6,5,6,6,6,6,,35.101,3,6,6,3,3,6,The source is a trusted source.,19.842,4,,10,2,7,3,4,1,5,6,19.667,6,7,6,7,6,3,10,8,,18.663,3,3,4,3,3,3,16.239,2,3,13.834,1,1993,Massachusetts,2,2,1,,7,,,5,4,2,,33.984,5e156dbb19232db781789a8f,"{""startTime"":1678921564655,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921600152,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921463114,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921549233,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":12800,""label"":""hovered"",""timeHovered"":1047,""week"":""2021-09-13""}]}",1,simple,line,1,0,0,Positive,3.2,0,1,1,1.047,1.047,0,15,1,1,1,1,1 -2023-03-15 19:00:24,2023-03-15 19:12:05,0,100,700,1,2023-03-15 19:12:06,R_p9SPtFtglrWQyS5,30.6922,-88.0425,EN,1,20.284,1,2,2,9.953,15.008,87,58,62,34.214,55.672,1,1,83.536,-3,1,46.105,1,85.134,15.113,3,4,4,5,4,4,,49.476,4,4,4,3,4,4,If it's accurate,45.393,5,,9.652,2,7,3,4,1,5,6,18.806,5,4,4,5,6,7,9,8,,23.462,2,3,3,3,3,3,75.039,7,4,9.757,1,1983,Alabama,5,2,3,,2,,,11,1,1,javakas@gmail.com,53.756,5971640e7ec240000170cb69,"{""startTime"":1678921479003,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921529071,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921320703,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":21621,""label"":""started_brush"",""startDate"":""2021-06-30"",""endDate"":""2022-01-27""},{""time"":31400,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-08""},{""time"":37327,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-08""},{""time"":38399,""label"":""cleared_brush"",""using"":""click""},{""time"":50971,""label"":""started_brush"",""startDate"":""2021-06-01"",""endDate"":""2021-10-26""}]}","{""startTime"":1678921462551,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":8565,""label"":""started_brush"",""startDate"":""2021-07-23"",""endDate"":""2022-02-13""},{""time"":12970,""label"":""moved_brush"",""startDate"":""2021-07-23"",""endDate"":""2022-02-13""}]}",1,complex,line,0,1,0,Neutral,2.8,1,2,0,0,0,4405,15,1,0.5,1,1,3 -2023-03-15 19:03:15,2023-03-15 19:12:27,0,100,551,1,2023-03-15 19:12:27,R_3My9Se6gK1Mqb4A,33.7657,-84.2951,EN,1,7.203,1,4,2,5.883,15.025,96,98,88,14.844,123.401,-3,1,42.701,-3,1,44.602,-3,44.598,15.016,5,5,5,5,5,5,,22.906,6,5,4,4,2,5,"It is from a reputable source the CDC. Also, it is just well presented and looks scientific which makes me trust it more.",29.771,3,,9.705,2,7,3,4,1,5,6,19.609,4,4,3,5,6,6,10,8,,22.204,4,4,4,2,4,4,28.014,3,3,11.106,1,2004,Georgia,3,3,1,,9,,Decatur,13,3,1,declan.bolch@gmail.com,49.792,5e9f766e2535380e106a8c6b,"{""startTime"":1678921638266,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921662126,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921451525,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":72,""label"":""tour_started""},{""time"":10240,""label"":""tour_next"",""step"":5},{""time"":17744,""label"":""cleared_brush"",""using"":""Click""},{""time"":18932,""label"":""tour_back"",""step"":5},{""time"":23364,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2540,""week"":""47"",""id"":""chart""},{""time"":27475,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1476,""week"":""52"",""id"":""chart""},{""time"":33385,""label"":""tour_next"",""step"":5},{""time"":36685,""label"":""cleared_brush"",""using"":""Click""},{""time"":41326,""label"":""cleared_brush"",""using"":""Click""},{""time"":43444,""label"":""cleared_brush"",""using"":""Click""},{""time"":44187,""label"":""cleared_brush"",""using"":""Click""},{""time"":46341,""label"":""cleared_brush"",""using"":""Click""},{""time"":54030,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-04-13""},{""time"":60630,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-04-11""},{""time"":81009,""label"":""tour_back"",""step"":5},{""time"":83587,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":2542,""week"":""14"",""id"":""chart""},{""time"":89279,""label"":""tour_next"",""step"":5},{""time"":95037,""label"":""cleared_brush"",""using"":""Click""},{""time"":99695,""label"":""started_brush"",""startDate"":""2021-09-06"",""endDate"":""2021-11-15""},{""time"":101268,""label"":""tour_next"",""step"":5},{""time"":107404,""label"":""moved_brush"",""startDate"":""2021-08-13"",""endDate"":""2021-10-22""},{""time"":109013,""label"":""tour_next"",""step"":5},{""time"":115509,""label"":""cleared_brush"",""using"":""Click""},{""time"":115510,""label"":""cleared_brush"",""using"":""Escape""},{""time"":117088,""label"":""tour_next"",""step"":5},{""time"":119559,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678921622200,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar,2,0,0,Positive,3.7,0,0,0,0,0,0,15,0.5,0.5,0,0,3 -2023-03-15 18:53:34,2023-03-15 19:12:44,0,100,1150,1,2023-03-15 19:12:45,R_3DiNz275Scwop4f,38.894,-77.0365,EN,1,170.89,,,,,15.11,71,89,63,22.665,248.352,1,1,80.864,1,1,103.596,1,117.941,15.11,3,3,3,3,7,3,None,48.398,7,3,7,7,7,3,I didn't think that the information provided when you hovered over the visualization matched the legend on the side.,34.903,4,,9.582,2,7,3,4,1,5,6,13.006,6,6,6,6,6,5,9,9,,13.338,3,4,4,2,4,4,9.686,1,,3.593,1,1993,California,6,3,1,,7,,,12,4,1,rachdangabriel@gmail.com,71.725,587418895c17910001ea4e75,"{""startTime"":1678921596430,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":1719,""label"":""hovered"",""timeHovered"":1231,""week"":""2022-01-24""},{""time"":3230,""label"":""hovered"",""timeHovered"":18353,""week"":""2022-02-07""},{""time"":22285,""label"":""hovered"",""timeHovered"":9401,""week"":""2021-12-27""},{""time"":31926,""label"":""hovered"",""timeHovered"":3756,""week"":""2021-12-27""},{""time"":37393,""label"":""hovered"",""timeHovered"":1393,""week"":""2021-12-27""}]}","{""startTime"":1678921457208,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":3509,""label"":""hovered"",""timeHovered"":6181,""week"":""2021-12-27""},{""time"":19195,""label"":""hovered"",""timeHovered"":1109,""week"":""2021-12-27""},{""time"":20390,""label"":""hovered"",""timeHovered"":11153,""week"":""2021-12-27""},{""time"":33293,""label"":""hovered"",""timeHovered"":30497,""week"":""2021-12-27""},{""time"":64873,""label"":""hovered"",""timeHovered"":1311,""week"":""2022-01-03""},{""time"":66490,""label"":""hovered"",""timeHovered"":2182,""week"":""2022-02-07""},{""time"":68960,""label"":""hovered"",""timeHovered"":7012,""week"":""2022-01-24""},{""time"":77477,""label"":""cleared_brush"",""using"":""click""},{""time"":78730,""label"":""started_brush"",""startDate"":""2021-05-06"",""endDate"":""2021-07-11""},{""time"":79363,""label"":""hovered"",""timeHovered"":4808,""week"":""2021-06-21""}]}","{""startTime"":1678921074001,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":1190,""label"":""hovered"",""timeHovered"":1396,""week"":""2021-08-16""},{""time"":10858,""label"":""hovered"",""timeHovered"":1911,""week"":""2022-01-03""},{""time"":166519,""label"":""started_brush"",""startDate"":""2021-05-12"",""endDate"":""2021-08-14""},{""time"":172387,""label"":""moved_brush"",""startDate"":""2021-05-12"",""endDate"":""2021-08-14""},{""time"":174339,""label"":""moved_brush"",""startDate"":""2021-06-16"",""endDate"":""2021-08-14""},{""time"":182622,""label"":""cleared_brush"",""using"":""click""},{""time"":201559,""label"":""cleared_brush"",""using"":""click""},{""time"":204637,""label"":""started_brush"",""startDate"":""2021-06-30"",""endDate"":""2021-11-09""},{""time"":209904,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-09""},{""time"":212954,""label"":""moved_brush"",""startDate"":""2021-07-15"",""endDate"":""2022-02-13""},{""time"":219004,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-13""},{""time"":224153,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-13""},{""time"":226271,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-13""},{""time"":228254,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-13""},{""time"":228537,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-13""},{""time"":228837,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-13""},{""time"":230920,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-13""},{""time"":232154,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-10-18""},{""time"":235274,""label"":""moved_brush"",""startDate"":""2021-09-14"",""endDate"":""2021-10-18""},{""time"":237486,""label"":""moved_brush"",""startDate"":""2021-09-14"",""endDate"":""2022-01-22""},{""time"":239601,""label"":""moved_brush"",""startDate"":""2021-10-06"",""endDate"":""2022-02-13""},{""time"":244477,""label"":""moved_brush"",""startDate"":""2021-12-14"",""endDate"":""2022-02-13""}]}","{""startTime"":1678921441634,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":2782,""label"":""hovered"",""timeHovered"":1468,""week"":""2021-11-08""},{""time"":4849,""label"":""hovered"",""timeHovered"":2234,""week"":""2022-01-03""}]}",0,complex,line,0,1,0,Negative,3.5,0,2,2,3.702,1.851,2067,15,1,1,1,1,3 -2023-03-15 18:58:58,2023-03-15 19:12:45,0,100,826,1,2023-03-15 19:12:45,R_1QzHKaGOMGSFQW3,39.6343,-77.7337,EN,1,9.865,,,,,15.116,93,86,36,49.007,106.468,1,-3,36.931,-1,1,103.498,1,58.855,15.111,5,5,7,4,5,5,,40.597,4,4,4,5,3,5,The source of the data is the Department of Agriculture and the graphic is put together well showing all the variation in data.,57.158,5,,9.553,2,7,3,4,1,5,6,22.587,1,5,8,9,4,7,11,10,,31.181,4,4,5,2,4,4,51.877,4,,9.666,1,1962,Maryland,4,2,1,,8,Hagerstown,,6,4,2,,143.582,5ee526f3eca1a22601d187f4,"{""startTime"":1678921448887,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921489967,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921222798,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":23362,""label"":""hovered"",""timeHovered"":2283,""week"":""2022-01-03""},{""time"":41137,""label"":""hovered"",""timeHovered"":1333,""week"":""2021-08-23""},{""time"":44808,""label"":""hovered"",""timeHovered"":22275,""week"":""2021-10-25""},{""time"":73255,""label"":""hovered"",""timeHovered"":12082,""week"":""2022-01-10""}]}","{""startTime"":1678921433440,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,line,1,1,0,Positive,3.8,0,0,0,0,0,0,15,0.5,0.5,1,0.5,2 -2023-03-15 18:58:09,2023-03-15 19:13:11,0,100,901,1,2023-03-15 19:13:11,R_1K7lIBrO2rVyLEU,26.6598,-80.2429,EN,1,4.063,,,,,15.112,80,97,75,49.699,193.014,1,-3,71.52,1,1,77.436,1,63.034,15.311,4,4,3,5,6,4,Very interesting study.,56.814,5,6,5,2,7,4,The graph and its' interactivity seem top be well-done. I slightly agree that the information is possibly valid.,68.707,5,Very interesting study.,16.309,2,7,3,4,1,5,6,28.907,4,4,9,7,5,7,10,9,Interesting study.,34.367,3,2,4,2,4,3,35.506,3,,11.303,1,1986,Florida,4,2,1,,9,,West Palm Beach,13,4,1,skatr581@yahoo.com,52.688,5f8b066742a6381ddae03d75,"{""startTime"":1678921586027,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921436501,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921163680,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":2371,""label"":""hovered"",""timeHovered"":3225,""week"":""2021-08-02""},{""time"":21632,""label"":""hovered"",""timeHovered"":13398,""week"":""2021-10-11""},{""time"":44103,""label"":""hovered"",""timeHovered"":3025,""week"":""2021-10-04""},{""time"":50805,""label"":""hovered"",""timeHovered"":1191,""week"":""2021-04-12""},{""time"":53392,""label"":""hovered"",""timeHovered"":1365,""week"":""2021-04-19""},{""time"":105026,""label"":""started_brush"",""startDate"":""2021-11-21"",""endDate"":""2022-01-22""},{""time"":106345,""label"":""moved_brush"",""startDate"":""2021-11-21"",""endDate"":""2022-02-13""},{""time"":116448,""label"":""moved_brush"",""startDate"":""2021-11-21"",""endDate"":""2022-02-13""},{""time"":118515,""label"":""moved_brush"",""startDate"":""2022-01-02"",""endDate"":""2022-02-13""},{""time"":151743,""label"":""cleared_brush"",""using"":""click""},{""time"":153647,""label"":""started_brush"",""startDate"":""2021-11-13"",""endDate"":""2021-12-04""},{""time"":153915,""label"":""started_brush"",""startDate"":""2022-01-15"",""endDate"":""2022-01-17""},{""time"":174723,""label"":""started_brush"",""startDate"":""2021-07-10"",""endDate"":""2021-09-28""},{""time"":175136,""label"":""cleared_brush"",""using"":""click""},{""time"":176398,""label"":""started_brush"",""startDate"":""2021-12-27"",""endDate"":""2021-12-28""},{""time"":176867,""label"":""cleared_brush"",""using"":""click""},{""time"":177390,""label"":""cleared_brush"",""using"":""click""},{""time"":177877,""label"":""cleared_brush"",""using"":""click""},{""time"":180898,""label"":""started_brush"",""startDate"":""2021-07-27"",""endDate"":""2022-01-14""},{""time"":183369,""label"":""moved_brush"",""startDate"":""2021-07-27"",""endDate"":""2021-12-15""}]}","{""startTime"":1678921420798,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line,0,3,0,Positive,3,0,0,0,0,0,0,15,0.5,1,1,1,3 -2023-03-15 19:02:57,2023-03-15 19:13:35,0,100,638,1,2023-03-15 19:13:36,R_1Fbnp4hUNpDtnpW,40.7429,-73.9392,EN,1,6.025,,,,,15.115,78,22,58,18.421,53.432,1,1,41.601,-3,1,49.683,1,61.066,15.025,3,7,3,1,2,3,,46.147,7,2,4,3,7,2,"If I don't understand what I am looking at, as a layperson, then I won't trust that I am being presented with an argument which is easy to prove (because there would be mountains of data to choose from).",62.225,2,,10.763,2,7,3,4,1,5,6,25.348,1,2,8,8,3,6,2,4,,26.342,1,5,5,2,4,4,29.559,6,,8,1,1966,New York,6,1,1,,7,,,12,4,2,,114.463,5adf6ea7f6b58c0001fa8404,"{""startTime"":1678921557582,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":12109,""label"":""hovered"",""timeHovered"":2907,""week"":""2022-01-24""}]}","{""startTime"":1678921604194,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921426184,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":29195,""label"":""started_brush"",""startDate"":""2021-06-26"",""endDate"":""2021-07-25""},{""time"":35609,""label"":""moved_brush"",""startDate"":""2021-06-26"",""endDate"":""2021-10-21""},{""time"":42995,""label"":""cleared_brush"",""using"":""click""},{""time"":43004,""label"":""cleared_brush"",""using"":""Escape""}]}","{""startTime"":1678921541840,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":9165,""label"":""hovered"",""timeHovered"":1043,""week"":""2021-12-27""}]}",0,complex,line,0,1,0,Negative,3.5,0,1,1,1.043,1.043,0,15,1,0.5,1,1,3 -2023-03-15 18:59:17,2023-03-15 19:13:37,0,100,860,1,2023-03-15 19:13:37,R_ahJNT1D0ZeY7sJz,41.9025,-87.6726,EN,1,3.503,1,3,1,7.59,15.125,100,97,55,33.246,32.76,-1,-1,35.365,-1,1,44.209,-1,10.128,16.942,6,3,6,3,6,6,,37.773,3,4,4,3,3,6,it's from a reliable source,11.999,3,,423.666,2,7,3,4,1,5,6,20.36,3,4,9,3,2,7,11,11,,34.005,1,3,3,3,3,3,16.262,2,4,8.804,2,1993,Illinois,6,2,2,,4,,,8,4,2,,49.962,60fccc2c096c38cc9ad63ff3,"{""startTime"":1678921315020,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921353463,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":10699,""label"":""hovered"",""timeHovered"":2329,""week"":""2021-12-27""}]}","{""startTime"":1678921226913,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921296247,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line,1,0,0,Positive,2.7,0,0,0,0,0,0,15,0,0.5,0,0,1 -2023-03-15 18:55:55,2023-03-15 19:13:45,0,100,1070,1,2023-03-15 19:13:45,R_2AHylKmhS4OKdBj,33.3874,-112.0998,EN,1,35.097,,,,,15.007,87,91,58,26.25,73.094,1,1,97.043,1,1,112.864,1,68.865,15.021,4,4,4,3,6,5,,62.552,4,5,5,7,2,5,I thought the visualization was nicely laid out with the hover option to get even more accurate results. The source of the visualization was shown clearly in the bottom left corner.,116.335,4,,12.888,2,7,3,4,1,5,6,42.972,5,5,9,8,4,4,8,9,,31.219,2,3,4,3,3,2,40.664,4,,6.839,2,1963,Arizona,5,1,1,,7,,,6,2,2,,212.36,5da4152a3ab39a0011295a3e,"{""startTime"":1678921231183,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921294722,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":153,""label"":""hovered"",""timeHovered"":11836,""week"":""2022-02-07""}]}","{""startTime"":1678921043803,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7829,""label"":""hovered"",""timeHovered"":1131,""week"":""2021-10-25""},{""time"":41196,""label"":""hovered"",""timeHovered"":1601,""week"":""2021-08-30""},{""time"":44262,""label"":""hovered"",""timeHovered"":2699,""week"":""2022-01-03""},{""time"":68313,""label"":""hovered"",""timeHovered"":1077,""week"":""2022-01-03""}]}","{""startTime"":1678921215278,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,line,2,0,0,Positive,2.8,0,0,0,0,0,0,15,1,1,1,1,1 -2023-03-15 18:57:20,2023-03-15 19:14:02,0,100,1001,1,2023-03-15 19:14:03,R_1OlUJ59irANm3PB,41.1499,-85.2057,EN,1,41.76,1,2,2,7.359,15.125,66,35,60,23.8,167.111,-2,1,73.98,-2,1,88.347,1,95.252,15.013,3,4,3,5,6,3,,49.191,3,5,5,1,7,3,I do not know enough about all the information to know if I can trust it. I have seen a lot of false information out there,46.975,3,,12.488,2,7,3,4,1,5,6,33.072,4,6,8,5,2,5,8,9,,27.7,1,1,4,2,3,1,33.463,4,2,24.604,1,1955,Ohio,2,2,1,,7,,,5,4,2,,169.655,6130cdbb53f773b3125576a7,"{""startTime"":1678921428806,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921478356,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":8592,""label"":""started_brush"",""startDate"":""2021-06-28"",""endDate"":""2021-08-23""}]}","{""startTime"":1678921150309,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":58230,""label"":""started_brush"",""startDate"":""2021-05-27"",""endDate"":""2021-12-11""},{""time"":69015,""label"":""moved_brush"",""startDate"":""2021-05-27"",""endDate"":""2021-10-09""},{""time"":72629,""label"":""moved_brush"",""startDate"":""2021-09-01"",""endDate"":""2022-01-13""},{""time"":75314,""label"":""moved_brush"",""startDate"":""2021-09-01"",""endDate"":""2021-12-08""},{""time"":77216,""label"":""moved_brush"",""startDate"":""2021-09-04"",""endDate"":""2021-12-12""},{""time"":91803,""label"":""cleared_brush"",""using"":""click""},{""time"":91804,""label"":""cleared_brush"",""using"":""Escape""},{""time"":115563,""label"":""started_brush"",""startDate"":""2021-05-24"",""endDate"":""2021-09-26""},{""time"":119882,""label"":""hovered"",""timeHovered"":1181,""week"":""2021-06-28""},{""time"":126950,""label"":""moved_brush"",""startDate"":""2021-09-26"",""endDate"":""2021-12-07""},{""time"":137043,""label"":""hovered"",""timeHovered"":2654,""week"":""2021-11-15""},{""time"":152105,""label"":""moved_brush"",""startDate"":""2021-09-26"",""endDate"":""2021-11-18""},{""time"":154801,""label"":""hovered"",""timeHovered"":1304,""week"":""2021-11-01""},{""time"":156950,""label"":""hovered"",""timeHovered"":1060,""week"":""2021-11-08""},{""time"":162316,""label"":""moved_brush"",""startDate"":""2021-10-30"",""endDate"":""2021-12-22""},{""time"":165883,""label"":""moved_brush"",""startDate"":""2021-10-30"",""endDate"":""2021-12-01""}]}","{""startTime"":1678921413422,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":2842,""label"":""hovered"",""timeHovered"":1184,""week"":""2022-01-03""},{""time"":4145,""label"":""hovered"",""timeHovered"":2431,""week"":""2021-12-20""},{""time"":11857,""label"":""started_brush"",""startDate"":""2021-07-06"",""endDate"":""2022-01-06""}]}",1,complex,line,1,0,0,Neutral,2,1,3,2,3.615,1.8075,9015,15,0.5,0.5,1,1,3 -2023-03-15 19:03:06,2023-03-15 19:14:34,0,100,687,1,2023-03-15 19:14:35,R_2dgrcKqhiLcyivt,38.9458,-90.2049,EN,1,18.066,,,,,16.172,80,80,100,34.31,25.226,1,-2,52.102,1,1,138.356,-1,87.553,16.708,3,3,3,3,3,3,,19.188,6,6,6,1,1,6,"Assuming the data in the visualization is real and valid, I see no reason to trust it as it includes all relevant datapoints relating to the data.",36.849,4,,9.206,2,7,3,4,1,5,6,20.128,4,2,4,4,4,6,5,8,,48.465,5,5,5,1,5,5,33.645,6,,10.471,1,2000,Illinois,1,2,1,,7,,,1,4,2,,67.545,5d613f02b9233e0018f9450b,"{""startTime"":1678921707332,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921648898,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921466044,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":22532,""label"":""hovered"",""timeHovered"":1079,""week"":""2021-10-25""}]}","{""startTime"":1678921630651,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":15693,""label"":""hovered"",""timeHovered"":1737,""week"":""2021-12-13""}]}",0,moderate,line,1,0,0,Positive,4.3,0,1,1,1.737,1.737,0,15,0.5,1,0,1,2 -2023-03-15 19:04:51,2023-03-15 19:15:34,0,100,642,1,2023-03-15 19:15:34,R_234aD0kUhCVeCbE,40.296,-75.9894,EN,1,5.751,2,,1,4.001,15.114,81,83,47,33.28,29.713,1,1,64.498,1,-3,90.902,-3,31.991,15.007,4,3,3,4,4,3,,34.185,3,4,3,3,3,3,I am unsure that this accurately displays the real data. ,36.224,3,,11.075,2,7,3,4,1,5,6,20.212,4,6,5,6,5,2,7,7,,30.067,4,4,5,2,4,4,30.189,2,2,10.801,2,1961,Pennsylvania,2,2,1,,7,,,4,4,1,crypticceltic@gmail.com,124.006,62dea723c6db0370fd6c8229,"{""startTime"":1678921699791,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921734378,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921562392,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":9972,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5116,""week"":""2"",""id"":""chart""},{""time"":16750,""label"":""tour_next"",""step"":2},{""time"":23664,""label"":""tour_end"",""step"":2},{""time"":25402,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1469,""week"":""46"",""id"":""chart""}]}","{""startTime"":1678921683842,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":10392,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3729,""week"":""51"",""id"":""chart""}]}",1,moderate,bar,0,1,0,Negative,3.8,0,1,1,3.729,3.729,0,15,1,0.5,0,0.5,2 -2023-03-15 18:56:18,2023-03-15 19:15:37,0,100,1158,1,2023-03-15 19:15:38,R_125StEF1XJfKV2T,44.8098,-73.0918,EN,1,13.394,1,4,1,10.996,15.106,98,100,53,22.493,143.344,1,1,91.743,1,1,427.648,1,31.96,15.115,3,3,3,6,6,3,,25.267,2,6,5,7,3,3,"Until I research the data presented and learn about the methods used to gather that data, I cannot say that I trust or distrust it. I still have questions.",53.015,5,,12.452,2,7,3,4,1,5,6,23.398,3,3,3,7,6,4,11,10,,26.31,3,5,5,2,5,4,27.928,2,1,16.088,2,1966,Vermont,7,3,1,,7,,,13,4,2,,145.731,60fe14fa6b07c0db08b74436,"{""startTime"":1678921332745,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921244999,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":2857,""label"":""started_brush"",""startDate"":""2021-09-05"",""endDate"":""2021-12-26""}]}","{""startTime"":1678921053374,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":7620,""label"":""hovered"",""timeHovered"":5349,""week"":""2022-01-10""},{""time"":13820,""label"":""hovered"",""timeHovered"":1266,""week"":""2021-12-20""},{""time"":18420,""label"":""hovered"",""timeHovered"":15918,""week"":""2022-01-17""},{""time"":45156,""label"":""hovered"",""timeHovered"":6634,""week"":""2022-01-10""},{""time"":84696,""label"":""cleared_brush"",""using"":""click""},{""time"":94924,""label"":""started_brush"",""startDate"":""2021-06-17"",""endDate"":""2022-01-07""},{""time"":105904,""label"":""moved_brush"",""startDate"":""2021-07-19"",""endDate"":""2022-02-07""},{""time"":119458,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-10-31""},{""time"":123320,""label"":""moved_brush"",""startDate"":""2021-07-24"",""endDate"":""2022-02-13""},{""time"":128542,""label"":""moved_brush"",""startDate"":""2021-06-28"",""endDate"":""2022-01-17""},{""time"":129913,""label"":""cleared_brush"",""using"":""click""},{""time"":129915,""label"":""cleared_brush"",""using"":""Escape""}]}","{""startTime"":1678921229459,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":6951,""label"":""hovered"",""timeHovered"":1082,""week"":""2021-12-20""}]}",1,complex,line,0,1,0,Neutral,4,0,1,1,1.082,1.082,0,15,1,1,1,1,3 -2023-03-15 19:03:27,2023-03-15 19:16:06,0,100,759,1,2023-03-15 19:16:07,R_RDZKW3zBXYbPxSh,29.3959,-98.4761,EN,1,13.626,,,,,15.007,98,94,55,18.704,77.277,-2,-3,72.771,1,-3,140.465,-1,33.522,15.01,3,3,2,2,3,2,I guess it can be easy to understand if you go by the numbers themselves and not by the color scheme.,65.451,3,7,3,1,7,2,I could not tell if the numbers were all supposed to start at zero (the very bottom) or from where one color ended (blue) so it was not easy to understand because of that one reason.,61.592,3,Trying to tell the numbers apart in some charts was not easy.,30.854,2,7,3,4,1,5,6,17.584,4,2,1,3,2,4,2,4,I am very bias to not trusting the system/,46.021,5,3,5,2,3,5,29.315,5,,11.286,1,1981,Texas,4,2,1,,4,,,6,2,1,anothergonzo462o@gmail.com,55.944,566c7564d408ea000519c678,"{""startTime"":1678921782121,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921697759,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921463288,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":5027,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1116,""week"":""1"",""id"":""chart""},{""time"":7161,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1316,""week"":""1"",""id"":""chart""},{""time"":13961,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2100,""week"":""52"",""id"":""chart""},{""time"":16095,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1116,""week"":""51"",""id"":""chart""},{""time"":18011,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1033,""week"":""3"",""id"":""chart""},{""time"":28213,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1699,""week"":""2"",""id"":""chart""},{""time"":31813,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1033,""week"":""3"",""id"":""chart""},{""time"":33047,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2033,""week"":""49"",""id"":""chart""},{""time"":38340,""label"":""tour_next"",""step"":2},{""time"":48212,""label"":""tour_end"",""step"":2},{""time"":48617,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2467,""week"":""1"",""id"":""chart""},{""time"":55779,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1353,""week"":""51"",""id"":""chart""},{""time"":57159,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1469,""week"":""52"",""id"":""chart""},{""time"":69633,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1131,""week"":""41"",""id"":""chart""},{""time"":72063,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1645,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678921682252,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":1781,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1935,""week"":""40"",""id"":""chart""},{""time"":4597,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2354,""week"":""1"",""id"":""chart""},{""time"":7921,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3831,""week"":""2"",""id"":""chart""},{""time"":11753,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3206,""week"":""2"",""id"":""chart""}]}",0,moderate,bar,0,1,0,Negative,3.8,0,4,4,11.326,2.8315,9972,15,0,0.5,0,0.5,2 -2023-03-15 19:04:43,2023-03-15 19:18:18,0,100,814,1,2023-03-15 19:18:19,R_8didFSEiDLiJIOt,41.85,-87.7165,EN,1,6.551,1,2,2,20.997,15.014,76,68,82,18.273,129.505,-2,1,97.671,1,-3,194.302,1,44.2,15.007,2,5,6,5,5,4,,19.258,4,2,5,6,5,6,"The visualization is detailed, organized and seems accurate",37.388,3,,7.498,2,7,3,4,1,5,6,13.428,5,9,8,8,5,5,9,5,,15.085,4,2,2,4,4,4,21.718,5,3,43.379,2,1991,Illinois,3,2,1,,7,,,5,3,2,,73.378,5a2add709408dc00016f57d3,"{""startTime"":1678921806723,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921757466,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921567225,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":27,""label"":""tour_started""},{""time"":4627,""label"":""tour_next"",""step"":5},{""time"":35912,""label"":""tour_back"",""step"":5},{""time"":38913,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1365,""week"":""52"",""id"":""chart""},{""time"":57210,""label"":""tour_next"",""step"":5},{""time"":62375,""label"":""tour_back"",""step"":5},{""time"":80901,""label"":""tour_next"",""step"":5},{""time"":83583,""label"":""started_brush"",""startDate"":""2021-07-05"",""endDate"":""2021-12-04""},{""time"":85893,""label"":""tour_next"",""step"":5},{""time"":89143,""label"":""moved_brush"",""startDate"":""2021-09-07"",""endDate"":""2022-02-07""},{""time"":90478,""label"":""tour_next"",""step"":5},{""time"":95162,""label"":""started_brush"",""startDate"":""2021-05-09"",""endDate"":""2021-08-15""},{""time"":97090,""label"":""started_brush"",""startDate"":""2021-09-02"",""endDate"":""2021-09-24""},{""time"":99045,""label"":""started_brush"",""startDate"":""2021-07-29"",""endDate"":""2021-08-10""},{""time"":121399,""label"":""cleared_brush"",""using"":""Click""},{""time"":122326,""label"":""started_brush"",""startDate"":""2021-05-23"",""endDate"":""2021-06-27""},{""time"":124699,""label"":""tour_next"",""step"":5},{""time"":128223,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678921742039,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar,0,1,0,Positive,3.3,0,0,0,0,0,0,15,0.5,0.5,1,1,3 -2023-03-15 19:03:42,2023-03-15 19:19:18,0,100,936,1,2023-03-15 19:19:19,R_2OPz8CaQPY2kTPZ,35.7532,-81.3264,EN,1,5.017,,,,,15.019,99,8,49,23.503,156.315,1,1,28.662,-2,-3,46.059,1,63.812,15.112,3,5,3,5,6,3,very interesting and engaging! thank you!,59.828,5,5,3,3,3,5,because its a well presented graph chart with specific entities related to other specidied entities,47.177,1,n/a,15.679,2,7,3,4,1,5,6,13.53,2,2,4,5,2,5,4,6,n/a,27.198,3,3,4,3,4,3,17.936,6,,3.709,1,1982,North Carolina,3,1,1,,7,,,10,2,1,calebpsaxe123@yahoo.com,83.283,5bc8897f462bdb0001a61426,"{""startTime"":1678921968239,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678922059431,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921730522,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":57326,""label"":""cleared_brush"",""using"":""click""},{""time"":62497,""label"":""started_brush"",""startDate"":""2021-08-11"",""endDate"":""2021-08-28""},{""time"":63408,""label"":""started_brush"",""startDate"":""2021-06-12"",""endDate"":""2021-09-09""},{""time"":66761,""label"":""started_brush"",""startDate"":""2021-04-27"",""endDate"":""2021-12-02""},{""time"":75024,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-16""},{""time"":76103,""label"":""moved_brush"",""startDate"":""2021-05-29"",""endDate"":""2022-01-03""},{""time"":77192,""label"":""moved_brush"",""startDate"":""2021-06-27"",""endDate"":""2022-02-02""},{""time"":78076,""label"":""moved_brush"",""startDate"":""2021-04-28"",""endDate"":""2021-12-04""},{""time"":79745,""label"":""moved_brush"",""startDate"":""2021-04-28"",""endDate"":""2021-09-28""},{""time"":80421,""label"":""moved_brush"",""startDate"":""2021-05-27"",""endDate"":""2021-10-26""},{""time"":96781,""label"":""moved_brush"",""startDate"":""2021-05-27"",""endDate"":""2021-10-26""},{""time"":108488,""label"":""cleared_brush"",""using"":""click""},{""time"":108490,""label"":""cleared_brush"",""using"":""Escape""},{""time"":123010,""label"":""hovered"",""timeHovered"":3305,""week"":""2021-11-15""},{""time"":131316,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-04-15""},{""time"":134036,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-04-15""},{""time"":135092,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-04-15""},{""time"":138511,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-09""},{""time"":143200,""label"":""moved_brush"",""startDate"":""2021-04-23"",""endDate"":""2021-11-22""},{""time"":146033,""label"":""moved_brush"",""startDate"":""2021-04-23"",""endDate"":""2021-08-12""},{""time"":155387,""label"":""moved_brush"",""startDate"":""2021-06-19"",""endDate"":""2021-10-08""}]}","{""startTime"":1678921952419,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":1067,""label"":""hovered"",""timeHovered"":6584,""week"":""2021-08-09""},{""time"":9408,""label"":""started_brush"",""startDate"":""2021-06-10"",""endDate"":""2021-08-31""},{""time"":9901,""label"":""started_brush"",""startDate"":""2021-10-08"",""endDate"":""2021-10-19""},{""time"":10828,""label"":""started_brush"",""startDate"":""2021-07-23"",""endDate"":""2021-09-02""},{""time"":13729,""label"":""moved_brush"",""startDate"":""2021-12-27"",""endDate"":""2022-02-05""},{""time"":14667,""label"":""moved_brush"",""startDate"":""2022-01-03"",""endDate"":""2022-02-13""}]}",0,complex,line,1,0,0,Positive,3.3,1,6,1,6.584,6.584,13600,15,1,0,1,1,3 -2023-03-15 19:02:28,2023-03-15 19:20:58,0,100,1109,1,2023-03-15 19:20:58,R_2wvLJiObaN9s9hD,33.3124,-111.9195,EN,1,70.205,,,,,15.015,61,100,71,94.224,117.908,1,1,69.091,-3,-3,101.712,-3,69.66,15.013,3,3,3,5,5,2,,66.416,4,5,5,7,7,5,"The instructions included to assume that I trust the data, and this is the way scientific data is often presented. ",84.031,5,,23.128,2,7,3,4,1,5,6,26.553,2,2,8,4,2,4,8,8,,58.749,4,4,5,1,4,4,69.685,3,,18.046,2,1970,Arizona,7,1,1,,7,,,17,4,2,,100.885,639241f806b3758a1b3c1de3,"{""startTime"":1678921788850,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921855646,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921553147,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":27301,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3817,""week"":""32"",""id"":""chart""},{""time"":31119,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1083,""week"":""32"",""id"":""chart""},{""time"":32293,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2060,""week"":""33"",""id"":""chart""},{""time"":34506,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2480,""week"":""34"",""id"":""chart""},{""time"":37120,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1949,""week"":""35"",""id"":""chart""},{""time"":41053,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3268,""week"":""50"",""id"":""chart""},{""time"":44430,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1542,""week"":""49"",""id"":""chart""},{""time"":46010,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1597,""week"":""50"",""id"":""chart""},{""time"":49624,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2299,""week"":""51"",""id"":""chart""},{""time"":52025,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1249,""week"":""52"",""id"":""chart""},{""time"":53281,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2976,""week"":""52"",""id"":""chart""},{""time"":56308,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2183,""week"":""1"",""id"":""chart""},{""time"":58776,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4282,""week"":""2"",""id"":""chart""},{""time"":66132,""label"":""tour_next"",""step"":2},{""time"":75750,""label"":""tour_end"",""step"":2},{""time"":87357,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2506,""week"":""51"",""id"":""chart""},{""time"":89956,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3158,""week"":""52"",""id"":""chart""},{""time"":93228,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1738,""week"":""51"",""id"":""chart""},{""time"":95043,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2556,""week"":""52"",""id"":""chart""},{""time"":97640,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2393,""week"":""1"",""id"":""chart""},{""time"":100169,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2448,""week"":""2"",""id"":""chart""},{""time"":102827,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2424,""week"":""3"",""id"":""chart""},{""time"":106194,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4292,""week"":""4"",""id"":""chart""},{""time"":110777,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2259,""week"":""5"",""id"":""chart""},{""time"":113289,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1431,""week"":""6"",""id"":""chart""}]}","{""startTime"":1678921773431,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,bar,1,0,0,Positive,3.7,0,0,0,0,0,0,15,1,0,0,0,2 -2023-03-15 19:02:02,2023-03-15 19:24:02,0,100,1320,1,2023-03-15 19:24:03,R_1gdbHKiLByTfhGX,42.364,-71.0265,EN,1,106.156,,,,,15.181,99,81,79,20.701,51.727,1,1,105.095,-3,-3,125.292,1,103.3,15.076,5,5,5,5,5,5,,145.825,4,5,3,7,7,5,it seems to come from a credible source ,26.724,2,,33.116,2,7,3,4,1,5,6,40.456,6,7,8,8,8,7,9,9,,21.472,3,3,5,2,3,3,31.448,4,,13.818,2,1982,Maine,2,2,1,,7,,,4,4,1,chapmanstacy26@yahoo.com,110.892,62728c148af5805feea46dc8,"{""startTime"":1678921690574,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":30923},{""label"":""window_focused"",""time"":36733}]}","{""startTime"":1678921840275,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_focused"",""time"":100088},{""label"":""window_focused"",""time"":100089}]}","{""startTime"":1678921512612,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":53,""label"":""tour_started""},{""time"":27960,""label"":""tour_next"",""step"":2},{""time"":35688,""label"":""tour_end"",""step"":2},{""time"":36518,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2858,""week"":""1"",""id"":""chart2""}]}","{""startTime"":1678921673276,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":6260,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2570,""week"":""50"",""id"":""chart""},{""time"":9181,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1616,""week"":""2"",""id"":""chart2""}]}",0,simple,bar,1,0,0,Positive,3.2,0,2,2,4.186,2.093,2921,15,1,0,1,1,1 -2023-03-15 19:03:32,2023-03-15 19:25:39,0,100,1326,1,2023-03-15 19:25:40,R_2XmU8lr5Y6TYs8N,36.0432,-95.8072,EN,1,144.52,1,4,2,16.49,15.13,89,100,67,38.863,157.343,1,1,116.278,-1,1,110.617,1,64.302,15.127,5,5,5,5,4,5,,51.029,5,5,5,2,7,5,I believe that the covid rate increases in those not vaccinated.,46.705,5,,40.065,2,7,3,4,1,5,6,34.949,6,8,10,10,10,10,10,10,,42.659,2,4,3,2,1,4,82.614,2,1,25.241,2,1967,Oklahoma,2,2,1,,7,,,1,3,1,drlucky03@sbcglobal.net,206.488,5d4252914733ca0018ff29d7,"{""startTime"":1678922011768,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921894694,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921653274,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":12636,""label"":""hovered"",""timeHovered"":19672,""week"":""2022-01-10""},{""time"":81099,""label"":""cleared_brush"",""using"":""click""},{""time"":89433,""label"":""started_brush"",""startDate"":""2021-11-07"",""endDate"":""2022-01-04""},{""time"":109305,""label"":""moved_brush"",""startDate"":""2021-10-04"",""endDate"":""2022-01-04""},{""time"":121129,""label"":""cleared_brush"",""using"":""click""},{""time"":121135,""label"":""cleared_brush"",""using"":""Escape""},{""time"":153449,""label"":""hovered"",""timeHovered"":1468,""week"":""2022-01-10""}]}","{""startTime"":1678921878359,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line,0,1,0,Positive,2.7,0,0,0,0,0,0,15,1,0.5,1,1,3 -2023-03-15 19:04:10,2023-03-15 19:30:20,0,100,1569,1,2023-03-15 19:30:21,R_5AelWusKc3X3hJv,41.2093,-96.0548,EN,1,16.487,1,4,1,23.199,15.037,96,94,43,66.369,98.654,1,-2,139.866,1,1,146.61,1,38.243,15.055,6,6,6,5,5,6,,22.246,4,6,5,4,5,5,The data falls right where I expect it to be.,39.085,3,,15.35,2,7,3,4,1,5,6,32.893,7,9,9,9,10,8,11,10,,41.054,3,3,2,4,2,2,41.548,1,1,15.136,1,1962,Nebraska,6,3,1,,9,,Omaha,16,4,1,griz13@gmail.com,476.142,5ee6f91291a7f3467cd37704,"{""startTime"":1678921949664,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921850571,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":2065,""label"":""hovered"",""timeHovered"":1617,""week"":""2021-12-27""},{""time"":6054,""label"":""hovered"",""timeHovered"":1443,""week"":""2022-01-17""},{""time"":10385,""label"":""hovered"",""timeHovered"":1562,""week"":""2022-01-17""},{""time"":16444,""label"":""hovered"",""timeHovered"":8044,""week"":""2022-01-17""},{""time"":25452,""label"":""hovered"",""timeHovered"":1214,""week"":""2022-01-17""},{""time"":27735,""label"":""hovered"",""timeHovered"":1651,""week"":""2022-01-17""},{""time"":30470,""label"":""hovered"",""timeHovered"":1348,""week"":""2022-01-17""},{""time"":32613,""label"":""hovered"",""timeHovered"":1475,""week"":""2022-01-17""}]}","{""startTime"":1678921588871,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":31661,""label"":""hovered"",""timeHovered"":1475,""week"":""2021-06-21""}]}","{""startTime"":1678921835203,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":10844,""label"":""hovered"",""timeHovered"":1889,""week"":""2022-01-10""}]}",1,moderate,line,0,1,0,Positive,2.7,0,1,1,1.889,1.889,0,15,0.5,1,1,1,2 -2023-03-15 18:59:16,2023-03-15 19:34:44,0,100,2128,1,2023-03-15 19:34:44,R_1dhIfEOjQEMo8NP,29.6626,-94.5945,EN,1,13.21,,,,,15.008,75,55,38,46.03,463.945,1,1,49.988,-2,1,327.502,1,187.501,15.109,3,3,4,3,3,3,,34.49,2,3,3,7,3,3,I would like to compare it more.,27.463,2,,9.037,2,7,3,4,1,5,6,40.341,3,3,8,6,4,6,6,6,,30.662,3,3,3,3,3,3,63.646,6,,7.473,2,1991,Texas,1,2,1,,7,,,16,2,1,rachelesther.wood18@gmail.com,365.617,5e8d44819163b611f62d706c,"{""startTime"":1678922102326,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678922137705,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921290353,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":4671,""label"":""hovered"",""timeHovered"":1541,""week"":""2022-01-03""},{""time"":7146,""label"":""hovered"",""timeHovered"":2217,""week"":""2022-01-03""}]}","{""startTime"":1678922086417,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,line,0,1,0,Neutral,3,0,0,0,0,0,0,15,1,0.5,1,1,1 -2023-03-15 18:49:19,2023-03-15 19:37:42,0,100,2903,1,2023-03-15 19:37:43,R_POL25rAkSiSqMF3,33.0073,-111.9324,EN,1,11.259,1,2,1,5.354,15.106,85,14,0,36.593,107.573,1,-3,46.901,-2,1,415.466,-3,95.394,15.01,4,4,5,2,2,4,,445.502,5,1,7,5,5,5,"The information portrayed is something I have seen outside of this graph, I have observed it in my day to day",49.632,3,,8.596,2,7,3,4,1,5,6,23.947,1,1,1,1,1,1,10,9,,21.097,4,5,5,2,4,2,25.812,2,1,23.173,2,2000,Arizona,3,1,1,,9,,black and hispanic,4,4,1,kaileighcrosby00@gmail.com,90.89,6103217486fd393d9efbba25,"{""startTime"":1678920861785,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921309582,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678920642522,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":31046,""label"":""started_brush"",""startDate"":""2021-06-05"",""endDate"":""2022-02-13""},{""time"":38472,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-12-20""},{""time"":43877,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-12-20""},{""time"":45231,""label"":""moved_brush"",""startDate"":""2021-06-03"",""endDate"":""2022-02-11""},{""time"":48824,""label"":""moved_brush"",""startDate"":""2021-06-05"",""endDate"":""2022-02-13""},{""time"":49548,""label"":""moved_brush"",""startDate"":""2021-06-05"",""endDate"":""2022-02-13""},{""time"":52231,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-05-05""},{""time"":54889,""label"":""cleared_brush"",""using"":""click""},{""time"":54892,""label"":""cleared_brush"",""using"":""Escape""},{""time"":66942,""label"":""hovered"",""timeHovered"":1369,""week"":""2022-01-03""},{""time"":89418,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-06-06""},{""time"":103378,""label"":""started_brush"",""startDate"":""2021-11-04"",""endDate"":""2022-02-13""}]}","{""startTime"":1678920846322,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":10777,""label"":""started_brush"",""startDate"":""2021-06-25"",""endDate"":""2022-02-13""}]}",1,complex,line,0,1,0,Positive,3.7,1,1,0,0,0,0,15,0.5,0.5,0,0,3 -2023-03-15 19:01:40,2023-03-15 19:43:05,0,100,2484,1,2023-03-15 19:43:06,R_2cvLiTj12HaXwCE,43.2189,-88.1165,EN,1,961.628,1,2,1,4.641,15.122,69,83,90,16.376,12.424,1,1,58.902,1,1,30.595,-3,19.667,15.008,4,4,3,5,4,4,,18.273,4,4,4,4,4,3,I'm just not sure if any of the data in the graph is factual.,36.491,3,,3.516,2,7,3,4,1,5,6,10.989,2,3,2,3,3,2,9,8,,17.902,4,4,4,1,4,4,9.7,1,4,4.87,1,2003,Wisconsin,3,3,1,,7,,,4,3,1,jgoetz236@gmail.com,34.435,63181446b17ea16a213403c9,"{""startTime"":1678923576355,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678923595131,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678923489081,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678923560988,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":5369,""label"":""hovered"",""timeHovered"":1462,""week"":""2022-01-03""},{""time"":8144,""label"":""hovered"",""timeHovered"":1199,""week"":""2021-12-27""}]}",1,simple,line,1,0,0,Negative,3.5,0,2,2,2.661,1.3305,2775,15,1,1,0,1,1 -2023-03-15 18:56:08,2023-03-15 19:43:13,0,100,2824,1,2023-03-15 19:43:13,R_1gFoTN07tuFpMWQ,32.9475,-96.4407,EN,1,292.604,1,3,2,90.309,15.209,67,39,64,174.268,100.855,-2,-1,71.083,1,1,163.078,-3,115.086,15.047,3,3,3,4,3,3,,89.521,3,3,3,2,2,3,"I neither agree nor disagree because the data is not entirely accurate, there were people who did not report having covid, which made it difficult to keep an accurate count.",380.883,4,,56.066,2,7,3,4,1,5,6,96.103,7,8,9,8,8,9,7,8,,94.147,2,4,3,3,4,2,148.96,6,2,79.14,1,1983,Florida,7,1,1,,7,,,8,2,2,,373.119,5dcccec0092079953154f997,"{""startTime"":1678922636261,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921957282,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921634808,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":42369,""label"":""hovered"",""timeHovered"":1915,""week"":""2021-12-06""},{""time"":50274,""label"":""hovered"",""timeHovered"":2149,""week"":""2021-04-19""}]}","{""startTime"":1678921939314,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6304,""label"":""hovered"",""timeHovered"":4410,""week"":""2021-07-26""},{""time"":14509,""label"":""hovered"",""timeHovered"":2457,""week"":""2021-12-27""}]}",1,moderate,line,0,1,0,Neutral,3,0,2,2,6.867,3.4335,8205,15,0,1,0,1,2 -2023-03-15 18:52:34,2023-03-15 19:52:51,0,100,3617,1,2023-03-15 19:52:52,R_1ezpAh9tBTZi7uu,32.691,-97.1918,EN,1,2031.532,1,4,1,22.889,15.116,83,100,22,41.753,43.856,1,1,130.687,1,-3,205.156,-3,79.83,15.012,5,3,4,5,5,4,,46.618,4,5,3,5,5,5,it seems simple and straightforward,30.946,4,,39.898,2,7,3,4,1,5,6,66.329,1,1,2,2,3,1,9,8,,31.178,3,3,4,3,4,3,223.077,2,2,126.696,2,1970,Texas,2,3,1,,4,,,3,4,2,,335.522,60dc58e913fdfde86caccc77,"{""startTime"":1678923107464,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678923154618,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678922916118,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":11036,""label"":""tour_next"",""step"":2},{""time"":17149,""label"":""tour_end"",""step"":2},{""time"":19761,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3075,""week"":""52"",""id"":""chart2""},{""time"":27661,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2807,""week"":""52"",""id"":""chart""},{""time"":30682,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4437,""week"":""1"",""id"":""chart""}]}","{""startTime"":1678923091756,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar,0,1,0,Positive,3.3,0,0,0,0,0,0,15,1,0.5,0,1,1 -2023-03-15 20:36:04,2023-03-15 20:53:52,0,100,1067,1,2023-03-15 20:53:53,R_2t9js19kjhWuRud,47.9425,-122.2139,EN,1,18.319,,,,,15.008,72,83,65,50.715,138.069,1,1,67.134,-1,-1,76.203,-1,118.277,15.015,3,3,3,4,4,3,,81.816,4,3,3,7,7,4,"I don't know much about their government, so have no real reason to trust or distrust them so I gave them the benefit of the doubt that they are telling the truth about the data.",93.524,5,,16.682,2,7,3,4,1,5,6,32.65,4,5,4,4,5,4,9,9,,55.478,3,3,4,2,4,4,62.372,1,,8.411,1,1965,Washington,3,2,1,,7,,,9,4,1,,106.23,5d1b8b02e24a990019f32501,"{""startTime"":1678927335675,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678927418036,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":8594,""label"":""hovered"",""timeHovered"":6177,""week"":""2021-11-15""},{""time"":33777,""label"":""hovered"",""timeHovered"":1066,""week"":""2021-07-19""}]}","{""startTime"":1678927062932,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":20171,""label"":""hovered"",""timeHovered"":1165,""week"":""2021-11-01""},{""label"":""window_blurred"",""time"":25377},{""label"":""window_focused"",""time"":25656},{""time"":34992,""label"":""tour_next"",""step"":5},{""time"":49780,""label"":""tour_back"",""step"":5},{""time"":64354,""label"":""tour_next"",""step"":5},{""time"":85833,""label"":""started_brush"",""startDate"":""2021-08-29"",""endDate"":""2021-11-07""},{""time"":93255,""label"":""tour_next"",""step"":5},{""time"":109413,""label"":""moved_brush"",""startDate"":""2021-05-07"",""endDate"":""2021-11-07""},{""time"":110212,""label"":""tour_next"",""step"":5},{""time"":116904,""label"":""cleared_brush"",""using"":""click""},{""time"":116905,""label"":""cleared_brush"",""using"":""Escape""},{""time"":118203,""label"":""tour_next"",""step"":5},{""time"":127133,""label"":""tour_end"",""step"":5},{""time"":134304,""label"":""started_brush"",""startDate"":""2021-05-06"",""endDate"":""2021-12-31""}]}","{""startTime"":1678927320209,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line,1,0,0,Positive,3.3,0,0,0,0,0,0,15,1,0,0,0,3 -2023-03-15 20:41:01,2023-03-15 20:57:33,0,100,991,1,2023-03-15 20:57:34,R_3gN6XtlahEUFAxJ,40.3226,-76.4042,EN,1,10.954,2,,2,3.568,15.677,89,98,56,57.705,95.578,-2,1,111.958,1,1,96.546,1,178.6,15.216,4,5,4,5,6,4,,31.617,4,5,5,2,7,4,I feel like its trustworthy based on the amount of information but I dont know the source,42.107,2,,9.146,2,7,3,4,1,5,6,18.756,3,5,6,6,4,6,5,7,,32.241,2,2,2,4,2,4,26.406,2,2,15.752,2,1989,Pennsylvania,4,2,1,,9,,Richland,2,4,2,,77.153,5f2861ba111b901601482e6f,"{""startTime"":1678927812112,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678927737497,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678927444297,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":32,""label"":""tour_started""},{""time"":22997,""label"":""tour_next"",""step"":5},{""time"":36891,""label"":""cleared_brush"",""using"":""click""},{""time"":37690,""label"":""cleared_brush"",""using"":""click""},{""time"":39070,""label"":""started_brush"",""startDate"":""2021-07-05"",""endDate"":""2021-09-22""},{""time"":39551,""label"":""moved_brush"",""startDate"":""2021-07-16"",""endDate"":""2021-10-03""},{""time"":39639,""label"":""moved_brush"",""startDate"":""2021-07-16"",""endDate"":""2021-10-03""},{""time"":42995,""label"":""moved_brush"",""startDate"":""2021-08-23"",""endDate"":""2021-11-10""},{""time"":44665,""label"":""moved_brush"",""startDate"":""2021-06-26"",""endDate"":""2021-09-13""},{""time"":46043,""label"":""moved_brush"",""startDate"":""2021-05-22"",""endDate"":""2021-08-08""},{""time"":47424,""label"":""tour_next"",""step"":5},{""time"":52744,""label"":""moved_brush"",""startDate"":""2021-05-22"",""endDate"":""2021-08-08""},{""time"":55199,""label"":""moved_brush"",""startDate"":""2021-06-03"",""endDate"":""2021-08-20""},{""time"":56970,""label"":""moved_brush"",""startDate"":""2021-10-15"",""endDate"":""2022-01-02""},{""time"":58045,""label"":""tour_next"",""step"":5},{""time"":62336,""label"":""cleared_brush"",""using"":""click""},{""time"":65008,""label"":""tour_next"",""step"":5},{""time"":73330,""label"":""tour_end"",""step"":5},{""time"":84542,""label"":""cleared_brush"",""using"":""click""},{""time"":85023,""label"":""started_brush"",""startDate"":""2021-10-09"",""endDate"":""2021-12-03""},{""time"":87245,""label"":""moved_brush"",""startDate"":""2021-09-17"",""endDate"":""2021-11-11""},{""time"":87561,""label"":""cleared_brush"",""using"":""click""},{""time"":89228,""label"":""started_brush"",""startDate"":""2021-07-05"",""endDate"":""2021-07-10""},{""time"":93434,""label"":""moved_brush"",""startDate"":""2021-07-05"",""endDate"":""2021-11-23""}]}","{""startTime"":1678927721281,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line,1,0,0,Positive,2.7,0,0,0,0,0,0,15,0.5,1,1,1,3 -2023-03-15 20:52:40,2023-03-15 21:00:04,0,100,444,1,2023-03-15 21:00:05,R_3sp6AIyIkYnzSiv,39.3277,-82.0996,EN,1,6.447,,,,,15.109,88,89,63,20.283,26.923,1,1,59.418,-3,-3,42.772,1,57.18,15.012,6,6,6,6,6,6,n/a,19.954,6,6,6,1,1,6,The data seems to be presented very clearly and thoroughly.,18.353,5,n/a,9.201,2,7,3,4,1,5,6,12.07,2,5,1,7,6,3,11,11,n/a,27.302,5,5,5,1,5,5,13.863,1,,3.195,2,1991,Ohio,7,3,1,,7,,,8,4,2,,46.725,61006b0f1f3bfddb6b4c5d55,"{""startTime"":1678928165048,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678928118213,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678928015481,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":7087,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1082,""week"":""45"",""id"":""chart""},{""time"":12307,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1096,""week"":""35"",""id"":""chart""},{""time"":13891,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1064,""week"":""1"",""id"":""chart""},{""time"":15525,""label"":""tour_next"",""step"":2},{""time"":22381,""label"":""tour_end"",""step"":2},{""time"":24923,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1382,""week"":""48"",""id"":""chart2""}]}","{""startTime"":1678928102563,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,bar,0,1,0,Positive,4.3,0,0,0,0,0,0,15,1,0,1,1,1 -2023-03-15 20:53:49,2023-03-15 21:00:26,0,100,396,1,2023-03-15 21:00:27,R_3QLbfNQYkRpreRd,38.0076,-85.6921,EN,1,4.512,,,,,15.114,65,9,29,15.444,23.937,1,1,27.35,1,1,36.663,1,29.26,15.115,5,3,5,5,5,4,,41.471,5,5,5,3,2,5,"At least at a glance, the chart seems consistent.",24.745,5,,7.216,2,7,3,4,1,5,6,16.292,6,8,3,7,3,4,9,8,,31.377,4,5,4,3,4,4,25.007,1,,4.198,1,1991,Kentucky,6,2,1,,7,,,1,2,2,,32.895,62ea3271cc6c19525f896495,"{""startTime"":1678928190953,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7783,""label"":""hovered"",""timeHovered"":3250,""week"":""2022-01-24""}]}","{""startTime"":1678928140863,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678928072816,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":4,""label"":""tour_started""},{""time"":7417,""label"":""hovered"",""timeHovered"":1200,""week"":""2021-11-22""},{""time"":10957,""label"":""hovered"",""timeHovered"":5208,""week"":""2022-01-03""},{""time"":18109,""label"":""tour_next"",""step"":2},{""time"":21819,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678928125052,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,line,1,0,0,Positive,4,0,0,0,0,0,0,15,1,1,1,1,1 -2023-03-15 20:55:06,2023-03-15 21:00:52,0,100,346,1,2023-03-15 21:00:53,R_8vu0cYsE9DURUe5,42.4444,-76.4926,EN,1,4.774,,,,,15.108,84,23,98,9.306,23.898,1,1,24.635,1,1,24.518,1,21.555,15.108,3,3,4,5,4,3,,15.715,5,4,6,7,7,4,Seems scientific. But with no more context I cannot 100% trust it.,23.547,4,,6.128,2,7,3,4,1,5,6,16.556,4,5,6,6,7,7,10,9,,16.597,2,2,2,5,3,4,12.157,3,,4.546,2,2002,Massachusetts,6,3,1,,2,,,19,4,2,,54.117,61036102a3f05e2ef6e4e3c6,"{""startTime"":1678928269504,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678928207598,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678928142339,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":4,""label"":""tour_started""},{""time"":6223,""label"":""tour_next"",""step"":2},{""time"":8857,""label"":""tour_end"",""step"":2},{""time"":10158,""label"":""hovered"",""timeHovered"":7085,""week"":""2021-12-27""},{""time"":18437,""label"":""hovered"",""timeHovered"":1536,""week"":""2021-11-01""}]}","{""startTime"":1678928191972,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":6270,""label"":""hovered"",""timeHovered"":1347,""week"":""2022-01-03""}]}",0,simple,line,2,0,0,Positive,3,0,1,1,1.347,1.347,0,15,1,1,1,1,1 -2023-03-15 20:48:30,2023-03-15 21:01:43,0,100,793,1,2023-03-15 21:01:44,R_XTIw9HhI13d4LKh,39.5953,-79.9229,EN,1,13.066,,,,,15.006,89,33,94,16.107,62.865,1,-3,55.841,1,-3,96.577,1,68.167,15.114,5,3,4,3,5,5,,25.577,3,3,5,3,1,5,The data is detailed enough that I believe the data seems correct. ,57.411,4,,9.305,2,7,3,4,1,5,6,24.115,8,9,6,8,9,7,10,9,,27.003,4,3,4,2,3,4,173.885,1,,5.003,1,1987,West Virginia,6,2,1,,7,,,16,4,2,,79.479,5f51667a8dff8f39dba7df7f,"{""startTime"":1678927993585,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678927908883,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678927761268,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":2644,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1485,""week"":""1"",""id"":""chart""},{""time"":11737,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2518,""week"":""39"",""id"":""chart""},{""time"":17410,""label"":""tour_next"",""step"":5},{""time"":29827,""label"":""started_brush"",""startDate"":""2021-06-29"",""endDate"":""2021-07-27""},{""time"":31017,""label"":""tour_next"",""step"":5},{""time"":37643,""label"":""moved_brush"",""startDate"":""2021-08-30"",""endDate"":""2021-09-27""},{""time"":38730,""label"":""tour_next"",""step"":5},{""time"":45588,""label"":""cleared_brush"",""using"":""Click""},{""time"":45588,""label"":""cleared_brush"",""using"":""Escape""},{""time"":47083,""label"":""tour_next"",""step"":5},{""time"":54575,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678927893292,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,bar,1,0,0,Positive,3.3,0,0,0,0,0,0,15,0.5,0.5,1,1,3 -2023-03-15 20:55:56,2023-03-15 21:01:47,0,100,351,1,2023-03-15 21:01:48,R_3Ol8JGpGmxYegKn,33.933,-84.604,EN,1,4.114,2,,2,2.486,15.118,100,100,60,22.817,14.331,1,1,54.932,-1,1,40.589,-1,11.284,15.012,6,6,6,6,6,6,,14.131,6,6,6,1,1,6,Everything is displayed cleanly. There is no evident bias,15.922,4,,6.248,2,7,3,4,1,5,6,15.135,2,3,3,4,4,2,9,8,,18.104,3,4,4,4,4,4,11.178,4,5,11.752,1,2004,Georgia,1,1,1,,3,,,11,4,2,,46.852,5f0f433274ad8a03f0a4c8f4,"{""startTime"":1678928298459,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678928313392,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678928212269,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":8272,""label"":""tour_next"",""step"":2},{""time"":11172,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678928282852,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line,0,1,0,Positive,3.8,0,0,0,0,0,0,15,1,0.5,0,1,1 -2023-03-15 20:56:02,2023-03-15 21:03:27,0,100,445,1,2023-03-15 21:03:28,R_2VeEfWCZ7xJYJvv,39.1027,-94.5778,EN,1,15.402,1,3,2,4.008,15.009,78,77,57,17.938,29.182,1,-3,27.293,1,1,50.964,1,34.465,15.013,5,3,4,3,5,5,,26.607,4,4,3,2,3,5,It seems consistent with other data I have read.,15.841,5,,9.048,2,7,3,4,1,5,6,19.712,5,7,5,9,6,7,9,9,,39.021,2,4,4,2,4,4,19.025,3,1,7.588,1,1990,Missouri,6,3,1,,7,,,4,4,2,,53.706,6335f7d7dad0ae03e9a2509a,"{""startTime"":1678928365013,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678928324157,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678928227376,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":11906,""label"":""tour_next"",""step"":2},{""time"":14490,""label"":""tour_end"",""step"":2},{""time"":15419,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2333,""week"":""1"",""id"":""chart""},{""time"":19069,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1167,""week"":""51"",""id"":""chart""},{""time"":20826,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1268,""week"":""50"",""id"":""chart""}]}","{""startTime"":1678928308546,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":2956,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1644,""week"":""35"",""id"":""chart""},{""time"":7725,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1743,""week"":""6"",""id"":""chart""}]}",1,moderate,bar,0,1,0,Positive,3.3,0,2,2,3.387,1.6935,4769,15,0.5,1,1,1,2 -2023-03-15 20:58:22,2023-03-15 21:04:04,0,100,342,1,2023-03-15 21:04:05,R_3pmVHcTnx83ZLoz,32.7097,-117.1228,EN,1,7.981,,,,,15.111,72,42,49,13.104,20.398,1,1,31.438,-3,1,43.125,1,17.063,15.011,3,3,3,3,3,3,,20.385,2,5,5,3,3,5,Because it lets me get more data from the visualization in writing.,14.642,3,,6.768,2,7,3,4,1,5,6,11.94,5,8,5,5,8,3,6,8,,19.685,4,4,4,4,4,4,11.068,1,,3.108,2,2000,California,6,3,1,,7,,,7,4,2,,49.909,6102dc69fe9b452795eb3d72,"{""startTime"":1678928462987,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678928425546,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678928345300,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":8198,""label"":""tour_next"",""step"":2},{""time"":12988,""label"":""tour_end"",""step"":2},{""time"":15303,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2808,""week"":""2"",""id"":""chart""}]}","{""startTime"":1678928410018,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":3544,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2741,""week"":""1"",""id"":""chart""},{""time"":6416,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1681,""week"":""2"",""id"":""chart""},{""time"":8552,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3112,""week"":""50"",""id"":""chart""}]}",0,moderate,bar,0,1,0,Positive,4,0,3,3,7.534,2.5113333333333334,5008,15,1,0.5,1,0.5,2 -2023-03-15 20:55:47,2023-03-15 21:05:03,0,100,555,1,2023-03-15 21:05:04,R_1eEJ7lMkssmgiZV,27.8044,-82.2759,EN,1,4.488,,,,,15.108,100,100,50,16.689,116.468,1,1,66.132,-3,-3,47.806,1,44.652,15.115,5,5,3,4,4,5,,21.458,5,4,3,7,7,3,Its a bit jumbled with a lot of data in one section. It can get confusing ,24.78,1,,7.837,2,7,3,4,1,5,6,18.693,5,5,8,7,2,6,8,8,,28.266,4,4,5,4,5,3,23.564,6,,10.045,2,1986,Florida,7,3,1,,7,,,9,3,2,,54.304,5cec2163d439ae0016596611,"{""startTime"":1678928370759,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678928392959,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678928193055,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":30,""label"":""tour_started""},{""time"":19253,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1284,""week"":""50"",""id"":""chart""},{""time"":23437,""label"":""tour_next"",""step"":5},{""time"":33023,""label"":""cleared_brush"",""using"":""Click""},{""time"":33993,""label"":""cleared_brush"",""using"":""Click""},{""time"":36382,""label"":""moved_brush"",""startDate"":""2021-04-30"",""endDate"":""2021-06-02""},{""time"":47201,""label"":""cleared_brush"",""using"":""Click""},{""time"":50992,""label"":""cleared_brush"",""using"":""Click""},{""time"":62819,""label"":""cleared_brush"",""using"":""Click""},{""time"":63656,""label"":""cleared_brush"",""using"":""Click""},{""time"":67058,""label"":""cleared_brush"",""using"":""Click""},{""time"":86343,""label"":""started_brush"",""startDate"":""2021-04-12"",""endDate"":""2021-09-04""},{""time"":88873,""label"":""moved_brush"",""startDate"":""2021-04-12"",""endDate"":""2021-09-02""},{""time"":90185,""label"":""tour_next"",""step"":5},{""time"":100342,""label"":""moved_brush"",""startDate"":""2021-06-02"",""endDate"":""2021-10-22""},{""time"":101694,""label"":""tour_next"",""step"":5},{""time"":106280,""label"":""cleared_brush"",""using"":""Click""},{""time"":107400,""label"":""tour_next"",""step"":5},{""time"":112710,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678928354998,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,bar,0,1,0,Negative,4.2,0,0,0,0,0,0,15,1,0,1,1,3 -2023-03-15 20:49:14,2023-03-15 21:06:28,0,100,1033,1,2023-03-15 21:06:30,R_22DZr5UMzi6UXmd,34.7456,-92.3419,EN,1,59.22,1,2,2,12.966,15.108,86,84,87,117.507,77.09,1,1,124.626,-3,-2,106.351,1,39.766,15.007,4,2,4,4,5,4,,34.117,3,5,5,4,4,4,The difference between the unvaccinated and vaccinated data seems reasonable. Unvaccinated people have more risk in contracting the virus.,115.026,3,,29.574,2,7,3,4,1,5,6,25.821,4,5,7,5,3,4,6,7,,36.697,3,3,5,2,4,4,71.6,4,1,17.592,1,1987,Arkansas,6,1,1,,2,,,11,2,2,,60.21,63d8915c1adeaab48c7f2029,"{""startTime"":1678928360385,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678928192071,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678927973954,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":17,""label"":""tour_started""},{""time"":19444,""label"":""tour_next"",""step"":2},{""time"":20994,""label"":""tour_back"",""step"":2},{""time"":21846,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4276,""week"":""14"",""id"":""chart""},{""time"":31165,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1091,""week"":""24"",""id"":""chart""},{""time"":32297,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1409,""week"":""25"",""id"":""chart""},{""time"":35713,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1534,""week"":""1"",""id"":""chart""},{""time"":37315,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2632,""week"":""52"",""id"":""chart""},{""time"":39964,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1475,""week"":""1"",""id"":""chart""},{""time"":42038,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1184,""week"":""2"",""id"":""chart""},{""time"":45398,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2741,""week"":""1"",""id"":""chart""},{""time"":49747,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1325,""week"":""52"",""id"":""chart""},{""time"":51690,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3024,""week"":""51"",""id"":""chart""},{""time"":58953,""label"":""tour_next"",""step"":2},{""time"":65266,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3441,""week"":""52"",""id"":""chart2""},{""time"":72019,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678928176359,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":5546,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1725,""week"":""50"",""id"":""chart""},{""time"":8208,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1118,""week"":""52"",""id"":""chart""},{""time"":10890,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3495,""week"":""4"",""id"":""chart""}]}",1,simple,bar,0,1,0,Positive,3.5,0,3,3,6.338,2.1126666666666667,5344,15,1,0,1,1,1 -2023-03-15 20:59:49,2023-03-15 21:09:58,0,100,609,1,2023-03-15 21:09:59,R_6sZXiXEXmWtSjhT,30.2627,-97.7467,EN,1,5.063,1,3,2,4.713,15.012,84,99,97,17.821,96,1,1,46.088,1,1,95.778,1,35.408,15.014,5,5,5,6,5,5,,38.34,4,5,5,2,4,5,"It seems to align with the experiences of that I have seen in the rise of cases overall during this time, and I know that this has risen for both vaccinated and unvaccinated in the past",43.4,4,,12.417,2,7,3,4,1,5,6,16.694,2,3,1,6,4,3,8,9,,18.235,5,5,5,1,5,5,19.892,1,1,34.085,2,1989,Texas,6,3,1,,9,,Austin,17,4,2,,62.562,54849ec4fdf99b0379939d1d,"{""startTime"":1678928588612,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":1129,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4295,""week"":""52"",""id"":""chart""},{""time"":6418,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2040,""week"":""50"",""id"":""chart""},{""time"":8644,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1181,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678928627334,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678928441272,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":5084,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4479,""week"":""52"",""id"":""chart""},{""time"":11284,""label"":""tour_next"",""step"":5},{""time"":25705,""label"":""started_brush"",""startDate"":""2021-07-22"",""endDate"":""2021-09-04""},{""time"":28787,""label"":""started_brush"",""startDate"":""2021-12-09"",""endDate"":""2022-01-08""},{""time"":30099,""label"":""tour_next"",""step"":5},{""time"":46687,""label"":""moved_brush"",""startDate"":""2021-12-09"",""endDate"":""2021-12-17""},{""time"":47683,""label"":""tour_next"",""step"":5},{""time"":52384,""label"":""cleared_brush"",""using"":""Click""},{""time"":52384,""label"":""cleared_brush"",""using"":""Escape""},{""time"":54066,""label"":""tour_next"",""step"":5},{""time"":57935,""label"":""tour_end"",""step"":5},{""time"":76975,""label"":""started_brush"",""startDate"":""2021-07-10"",""endDate"":""2021-10-15""},{""time"":81254,""label"":""moved_brush"",""startDate"":""2021-07-10"",""endDate"":""2021-09-10""},{""time"":83852,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":4527,""week"":""33"",""id"":""chart""}]}","{""startTime"":1678928573245,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":1577,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4547,""week"":""52"",""id"":""chart""},{""time"":6547,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2977,""week"":""48"",""id"":""chart""}]}",1,complex,bar,0,1,0,Positive,4.3,0,2,2,7.524,3.762,4970,15,1,1,1,1,3 -2023-03-15 20:54:02,2023-03-15 21:10:16,0,100,974,1,2023-03-15 21:10:17,R_33kYM3HQfNhNqxW,39.1256,-84.5127,EN,1,10.478,1,2,1,11.072,15.107,50,79,43,68.275,206.755,1,1,89.182,-2,1,79.259,1,80.534,15.007,3,3,3,5,4,3,,66.858,4,5,5,3,4,4,No data on how the study was done.,61.7,4,,11.012,2,7,3,4,1,5,6,24.263,7,8,9,10,4,9,8,10,,33.495,3,4,5,2,4,4,42.04,6,2,16,1,1965,Ohio,4,2,1,,7,,,14,2,2,,69.826,5c65b61fad596e000179ece5,"{""startTime"":1678928575937,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":42746,""label"":""source_clicked""},{""label"":""window_blurred"",""time"":42770},{""label"":""window_focused"",""time"":55278}]}","{""startTime"":1678928467857,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678928164189,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":4009,""label"":""hovered"",""timeHovered"":3602,""week"":""2021-10-11""},{""time"":14519,""label"":""hovered"",""timeHovered"":7083,""week"":""2022-01-17""},{""time"":21631,""label"":""hovered"",""timeHovered"":5172,""week"":""2022-01-10""},{""time"":55054,""label"":""hovered"",""timeHovered"":11857,""week"":""2021-10-18""},{""time"":73019,""label"":""hovered"",""timeHovered"":7496,""week"":""2021-08-23""},{""time"":95213,""label"":""tour_next"",""step"":5},{""time"":110725,""label"":""tour_back"",""step"":5},{""time"":123197,""label"":""tour_next"",""step"":5},{""time"":152739,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-05-27""},{""time"":158655,""label"":""tour_next"",""step"":5},{""time"":173747,""label"":""moved_brush"",""startDate"":""2021-08-05"",""endDate"":""2021-09-20""},{""time"":174512,""label"":""tour_next"",""step"":5},{""time"":183354,""label"":""cleared_brush"",""using"":""click""},{""time"":183355,""label"":""cleared_brush"",""using"":""Escape""},{""time"":185608,""label"":""tour_next"",""step"":5},{""time"":197089,""label"":""tour_end"",""step"":5},{""time"":198931,""label"":""hovered"",""timeHovered"":3495,""week"":""2021-11-22""}]}","{""startTime"":1678928452364,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":8207,""label"":""hovered"",""timeHovered"":1384,""week"":""2021-10-11""}]}",1,complex,line,1,0,0,Negative,3.7,0,1,1,1.384,1.384,0,15,1,0.5,1,1,3 -2023-03-15 21:00:26,2023-03-15 21:11:05,0,100,639,1,2023-03-15 21:11:06,R_OwlIyyXoP46x6IF,43.1205,-89.3523,EN,1,30.365,1,2,1,5.265,15.008,100,81,89,30.976,92.297,1,1,36.146,1,1,46.977,1,27.645,15.108,3,2,3,5,5,5,,40.085,5,5,3,4,3,5,"It comes from a reputable source, and there is no realistic reason for it to be skewed to untrustworthy levels - given the mission of the CDC.",30.242,4,,7.25,2,7,3,4,1,5,6,19.196,1,4,1,7,1,1,9,8,,24.543,4,4,5,2,5,4,86.702,1,1,10.114,1,1991,Wisconsin,6,1,1,,7,,,6,4,1,zach.meyer@outlook.com,71.986,62be632336006d96574e22ef,"{""startTime"":1678928662172,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678928702894,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678928506068,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":13171,""label"":""tour_next"",""step"":2},{""time"":20115,""label"":""tour_end"",""step"":2},{""time"":24437,""label"":""hovered"",""timeHovered"":1455,""week"":""2022-01-03""},{""time"":27251,""label"":""hovered"",""timeHovered"":4648,""week"":""2022-01-03""},{""time"":37741,""label"":""hovered"",""timeHovered"":1851,""week"":""2021-11-22""},{""time"":40465,""label"":""hovered"",""timeHovered"":7101,""week"":""2021-06-07""},{""time"":51513,""label"":""hovered"",""timeHovered"":4410,""week"":""2022-01-10""},{""time"":57621,""label"":""hovered"",""timeHovered"":1274,""week"":""2022-01-10""},{""time"":58898,""label"":""hovered"",""timeHovered"":4588,""week"":""2022-01-10""},{""time"":64634,""label"":""hovered"",""timeHovered"":2155,""week"":""2021-12-20""},{""time"":66803,""label"":""hovered"",""timeHovered"":11489,""week"":""2021-12-20""}]}","{""startTime"":1678928646296,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":4122,""label"":""hovered"",""timeHovered"":1091,""week"":""2021-08-16""},{""time"":12206,""label"":""hovered"",""timeHovered"":1125,""week"":""2022-01-10""}]}",1,moderate,line,1,0,0,Positive,4,0,2,2,2.216,1.108,8084,15,1,1,1,1,2 -2023-03-15 21:01:20,2023-03-15 21:11:09,0,100,589,1,2023-03-15 21:11:11,R_2wThjxe76MJaV49,26.5355,-80.1098,EN,1,2.904,1,2,2,7.733,15.115,74,76,50,13.205,17.35,1,1,50.341,-3,-3,57.204,-1,39.07,15.119,3,3,3,4,2,7,,48.987,3,5,3,1,7,3,one random chart in a study which may or not intentionally share incorrect information cant be judged normally.,43.782,1,,13.116,2,7,3,4,1,5,6,17.276,1,2,1,2,1,1,2,2,,30.085,3,2,3,2,4,3,80.883,2,5,15.856,1,1998,Florida,3,1,1,,3,,,1,4,2,,79.263,5fff0f626abf51640c57419e,"{""startTime"":1678928681645,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678928616511,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678928531216,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":4285,""label"":""tour_next"",""step"":2},{""time"":6471,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678928600768,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":10286,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1377,""week"":""14"",""id"":""chart2""}]}",1,simple,bar,1,0,0,Neutral,2.8,0,1,1,1.377,1.377,0,15,1,0,0,1,1 -2023-03-15 21:02:37,2023-03-15 21:11:40,0,100,542,1,2023-03-15 21:11:40,R_2aS9rRCLx5EWXfv,33.6647,-117.9663,EN,1,6.97,1,3,1,5.638,15.114,88,100,65,16.529,28.281,1,1,45.155,-3,-3,64.681,1,37.956,15.119,6,6,6,6,6,6,,14.209,4,6,5,5,4,6,"Because it appears to show information that is universally understood, unvaccinated people get sick more often than vaccinated people",106.942,5,,11.518,2,7,3,4,1,5,6,18.024,3,7,2,6,10,2,11,9,,24.801,3,3,3,3,4,3,25.112,3,1,13.411,2,1988,California,4,1,1,,7,,,9,4,1,lcuppels@gmail.com,51.582,5c68c8726e9608000140f828,"{""startTime"":1678928723339,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678928738695,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678928613906,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":3553,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2388,""week"":""37"",""id"":""chart""},{""time"":8164,""label"":""tour_next"",""step"":2},{""time"":13226,""label"":""tour_end"",""step"":2},{""time"":14720,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2268,""week"":""51"",""id"":""chart""},{""time"":19020,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1001,""week"":""6"",""id"":""chart""}]}","{""startTime"":1678928707730,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":10231,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3254,""week"":""15"",""id"":""chart""}]}",1,moderate,bar,0,1,0,Positive,3.2,0,1,1,3.254,3.254,0,15,1,0,1,0,2 -2023-03-15 21:01:48,2023-03-15 21:12:26,0,100,637,1,2023-03-15 21:12:28,R_2y9JUqZ1l7ESpzF,38.5753,-90.2651,EN,1,9.078,,,,,15.164,79,5,4,34.055,92.577,1,1,41.984,-1,1,33.326,-2,79.89,15.066,4,4,4,1,1,7,,27.146,4,1,7,7,7,7,"Hard to understand and since it's so complicated, I don't trust the data",27.701,6,,8.738,2,7,3,4,1,5,6,28.635,1,1,10,7,2,4,8,9,none,46.593,2,2,2,4,2,2,29.959,4,,6.846,2,1947,Missouri,3,2,1,,7,,,6,3,2,,68.439,5e30cffb5a41120d29d33113,"{""startTime"":1678928840598,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678928777243,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678928586821,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":20,""label"":""tour_started""},{""time"":15708,""label"":""hovered"",""timeHovered"":8642,""week"":""2021-12-13""},{""time"":27563,""label"":""tour_next"",""step"":5},{""time"":45560,""label"":""started_brush"",""startDate"":""2021-05-04"",""endDate"":""2021-05-13""},{""time"":49969,""label"":""moved_brush"",""startDate"":""2021-05-04"",""endDate"":""2022-02-13""},{""time"":51884,""label"":""tour_next"",""step"":5},{""time"":60766,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-01-20""},{""time"":62516,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-01-20""},{""time"":63992,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-01-20""},{""time"":64997,""label"":""tour_next"",""step"":5},{""time"":72843,""label"":""cleared_brush"",""using"":""click""},{""time"":72846,""label"":""cleared_brush"",""using"":""Escape""},{""time"":74686,""label"":""tour_next"",""step"":5},{""time"":79713,""label"":""tour_end"",""step"":5},{""time"":82037,""label"":""hovered"",""timeHovered"":1340,""week"":""2022-01-10""},{""time"":85458,""label"":""hovered"",""timeHovered"":2367,""week"":""2022-01-10""}]}","{""startTime"":1678928761291,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line,1,1,0,Negative,2.3,0,0,0,0,0,0,15,1,0.5,0,0,3 -2023-03-15 21:03:42,2023-03-15 21:13:55,0,100,613,1,2023-03-15 21:13:56,R_31nNIP8jXSDfhyq,43.6842,-70.2816,EN,1,15.167,,,,,15.111,89,69,78,35.535,25.845,1,1,70.447,-1,1,72.404,1,70.98,15.014,5,5,5,4,5,5,,21.393,5,4,5,2,7,5,The data seems plausible; there's nothing to indicate that any of it is false or misleading. It's hard to imagine anyone deciding to deliberately mislead the general public on this topic.,74.469,6,,14.901,2,7,3,4,1,5,6,14.742,7,8,6,8,10,4,10,10,,25.388,4,4,4,2,5,5,30.113,2,,6.73,2,1970,Maine,6,3,1,,7,,,10,2,2,,53.036,5dceb040f2fabc10bd4a10fa,"{""startTime"":1678928810210,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678928832067,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678928695372,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":16279,""label"":""tour_next"",""step"":2},{""time"":22295,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678928794639,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6637,""label"":""hovered"",""timeHovered"":5256,""week"":""2022-01-17""},{""time"":12523,""label"":""hovered"",""timeHovered"":1573,""week"":""2022-01-17""}]}",0,moderate,line,1,0,0,Positive,4,0,2,2,6.829,3.4145,5886,15,1,0.5,1,0.5,2 -2023-03-15 21:06:19,2023-03-15 21:14:06,0,100,467,1,2023-03-15 21:14:07,R_Tbk1bcIhcVdqM1z,42.4723,-82.9967,EN,1,3.973,,,,,15.012,89,70,58,26.997,67.015,1,1,37.657,-1,1,34.111,1,24.694,15.111,3,4,4,3,4,5,,25.754,3,4,7,1,1,5,"It is from the chamber of agriculture, and why would someone lie about this",25.634,4,,9.036,2,7,3,4,1,5,6,16.43,3,3,8,8,8,1,11,10,,26.159,1,1,3,4,1,4,30.181,1,,8.751,2,1999,Michigan,6,3,1,,2,,,17,4,1,602c4e244525b352fc0779ee@email.prolific.co,61.636,602c4e244525b352fc0779ee,"{""startTime"":1678928984307,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678928937900,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678928829963,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":13354,""label"":""hovered"",""timeHovered"":3600,""week"":""2022-01-24""},{""time"":17738,""label"":""hovered"",""timeHovered"":1599,""week"":""2022-01-17""},{""time"":20204,""label"":""hovered"",""timeHovered"":1533,""week"":""2022-01-03""},{""time"":22456,""label"":""tour_next"",""step"":5},{""time"":31272,""label"":""cleared_brush"",""using"":""click""},{""time"":34300,""label"":""started_brush"",""startDate"":""2021-07-16"",""endDate"":""2022-02-13""},{""time"":35667,""label"":""started_brush"",""startDate"":""2021-05-19"",""endDate"":""2021-10-17""},{""time"":38856,""label"":""moved_brush"",""startDate"":""2021-07-17"",""endDate"":""2021-12-15""},{""time"":39760,""label"":""tour_next"",""step"":5},{""time"":47084,""label"":""moved_brush"",""startDate"":""2021-07-17"",""endDate"":""2021-12-15""},{""time"":47669,""label"":""moved_brush"",""startDate"":""2021-04-26"",""endDate"":""2021-09-25""},{""time"":48319,""label"":""tour_next"",""step"":5},{""time"":60198,""label"":""cleared_brush"",""using"":""click""},{""time"":60206,""label"":""cleared_brush"",""using"":""Escape""},{""time"":61053,""label"":""tour_next"",""step"":5},{""time"":64221,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678928922408,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":7346,""label"":""hovered"",""timeHovered"":2488,""week"":""2022-01-24""},{""time"":14878,""label"":""started_brush"",""startDate"":""2022-01-03"",""endDate"":""2022-02-13""}]}",0,complex,line,1,0,0,Positive,2.3,1,2,1,2.488,2.488,7532,15,1,0.5,1,1,3 -2023-03-15 21:02:39,2023-03-15 21:14:56,0,100,736,1,2023-03-15 21:14:56,R_24jeB1Q7sDxZqTR,39.2812,-76.7406,EN,1,10.198,1,1,2,8.215,15.127,75,38,76,19.382,63.631,-1,-2,63.385,-3,-1,86.139,-1,48.017,15.021,2,3,3,2,3,7,,23.386,3,2,2,2,1,3,covid numbers are bloated with inaccurate data,59.204,3,,13.17,2,7,3,4,1,5,6,51.537,4,6,4,4,2,8,9,9,,25.601,2,3,5,2,3,4,31.099,3,4,17.62,1,1986,Maryland,2,1,1,,3,,,12,2,1,younghovajz187@gmail.com,86.647,63480f3ff2ebda4f9403cc01,"{""startTime"":1678928919390,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678928829314,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678928662180,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":25795,""label"":""tour_next"",""step"":2},{""time"":37837,""label"":""tour_end"",""step"":2},{""time"":42905,""label"":""hovered"",""timeHovered"":1590,""week"":""2021-08-02""},{""time"":45733,""label"":""hovered"",""timeHovered"":2209,""week"":""2021-04-12""}]}","{""startTime"":1678928813499,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line,0,1,0,Negative,3.2,0,0,0,0,0,0,15,0,0,0,0,2 -2023-03-15 21:09:21,2023-03-15 21:15:02,0,100,340,1,2023-03-15 21:15:03,R_2f34ZFf3Qe37QTf,44.2433,-88.3564,EN,1,14.487,1,3,2,4.8,15.011,89,88,71,12.727,18.082,-2,1,26.866,-3,-3,29.929,1,24.13,15.116,6,5,5,5,4,5,,21.794,5,6,6,5,5,5,I've read other information that corroborates this visualization.,15.698,5,,5.602,2,7,3,4,1,5,6,25.689,3,7,2,8,4,3,11,9,,21.503,4,5,5,2,5,5,13.101,2,3,7.757,2,2001,Minnesota,3,3,1,,7,,,16,4,1,krohnesme@gmail.com,38.838,5e8787bf14e2970c36c20705,"{""startTime"":1678929110260,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678929081419,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678929016700,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":6220,""label"":""tour_next"",""step"":2},{""time"":8612,""label"":""tour_end"",""step"":2},{""time"":9699,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1211,""week"":""52"",""id"":""chart""},{""time"":13027,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1329,""week"":""3"",""id"":""chart""}]}","{""startTime"":1678929065767,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar,0,1,0,Positive,4.3,0,0,0,0,0,0,15,0.5,0,1,0,2 -2023-03-15 21:02:53,2023-03-15 21:15:26,0,100,753,1,2023-03-15 21:15:27,R_29i8cP8qx2s5vJN,44.0683,-123.0763,EN,1,11.247,1,4,2,5.777,15.2,89,94,80,51.298,60.057,1,1,98.679,-1,1,101.978,-1,36.315,15.013,5,4,5,6,6,5,,23.12,4,6,6,5,5,5,"first off it shows data from a very reliable source, CDC. They do not stand anything to gain by manipulating the data.",49.497,5,,9.954,2,7,3,4,1,5,6,24.759,7,8,9,8,8,7,10,10,,42.153,4,4,4,2,4,4,35.164,2,1,11.835,1,1967,Oregon,3,1,1,,7,,,16,4,1,5fc2ab07be970b4cde3ba33d@email.prolific.co,109.276,5fc2ab07be970b4cde3ba33d,"{""startTime"":1678928848177,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678928871915,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678928672229,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":5032,""label"":""hovered"",""timeHovered"":1017,""week"":""2021-07-19""},{""time"":9136,""label"":""hovered"",""timeHovered"":2752,""week"":""2021-12-27""},{""time"":11905,""label"":""hovered"",""timeHovered"":1218,""week"":""2021-12-27""},{""time"":30390,""label"":""tour_next"",""step"":2},{""time"":37749,""label"":""tour_end"",""step"":2},{""label"":""window_blurred"",""time"":41847},{""label"":""window_focused"",""time"":47600}]}","{""startTime"":1678928832529,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":5810,""label"":""hovered"",""timeHovered"":1826,""week"":""2021-12-27""},{""time"":7922,""label"":""hovered"",""timeHovered"":1024,""week"":""2021-12-27""},{""time"":10195,""label"":""hovered"",""timeHovered"":1221,""week"":""2022-01-31""}]}",1,simple,line,1,0,0,Positive,3.7,0,3,3,4.071,1.357,4385,15,1,0.5,0,1,1 -2023-03-15 21:08:42,2023-03-15 21:16:34,0,100,472,1,2023-03-15 21:16:34,R_2QzAf8dawazvySI,33.9883,-118.1823,EN,1,5.543,1,3,1,17.503,15.078,100,100,19,20.39,22.459,-2,-1,59.799,-3,-2,54.343,1,26.357,15.118,5,5,5,5,5,5,,14.684,4,4,4,4,4,4,Based on the source of the information,25.689,2,,8.132,2,7,3,4,1,5,6,21.008,5,6,3,6,4,6,9,8,,24.629,4,4,5,1,4,4,25.407,2,2,23.677,2,1998,California,6,1,1,,9,,Downey,10,3,1,brianapelayo8@gmail.com,48.938,60fff33b80569cb2f8d1b007,"{""startTime"":1678929136740,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678929093435,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678928993869,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":54,""label"":""tour_started""},{""time"":5399,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2366,""week"":""29"",""id"":""chart""},{""time"":10463,""label"":""tour_next"",""step"":2},{""time"":20094,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678929077333,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":7658,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1035,""week"":""50"",""id"":""chart""},{""time"":9475,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1610,""week"":""3"",""id"":""chart""},{""time"":11829,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2474,""week"":""50"",""id"":""chart""}]}",1,simple,bar,1,0,0,Positive,3.7,0,3,3,5.119,1.7063333333333333,4171,15,0,0,1,0,1 -2023-03-15 20:49:40,2023-03-15 21:17:54,0,100,1693,1,2023-03-15 21:17:54,R_1llWpvBd4rvtw5Y,31.1823,-83.7641,EN,1,92.503,1,3,1,17.063,15.187,94,85,56,76.308,134.238,1,1,164.348,-3,-3,134.687,-2,86.073,15.061,4,3,4,5,4,4,"I wondering how this graph would account for people who caught COVID, but did not seek medical help for it.",289.602,4,5,5,3,4,4,"I question the medical communities ability to accurately measure the actual number of COVID cases. For the most part, I do trust the CDC though.",124.369,4,,80.025,2,7,3,4,1,5,6,47.657,2,3,8,6,3,5,9,9,,69.095,3,3,4,3,4,4,81.434,4,1,39.463,2,1969,Georgia,6,2,1,,7,,,9,4,2,,109.432,60160f7fe4c5e278be505f72,"{""startTime"":1678928303866,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":144713,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5346,""week"":""1"",""id"":""chart""},{""time"":200087,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1300,""week"":""51"",""id"":""chart""}]}","{""startTime"":1678928595427,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678928014329,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":25,""label"":""tour_started""},{""time"":53766,""label"":""tour_next"",""step"":2},{""time"":67732,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678928285380,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar,1,1,0,Neutral,3.5,0,0,0,0,0,0,15,1,0,0,0,2 -2023-03-15 21:09:55,2023-03-15 21:18:01,0,100,485,1,2023-03-15 21:18:02,R_1rBu5r7fQ35uzqt,41.8502,-87.6736,EN,1,4.654,1,2,2,7.563,15.018,38,69,53,26.414,24.329,1,-3,55.4,1,-3,55.365,-3,33.202,15.121,7,7,7,4,5,7,,28.598,4,5,5,7,7,7,"I dont trust any covid numbers, i feel the tests are not accurate.",29.047,5,,6.463,2,7,3,4,1,5,6,17.79,2,2,9,7,2,6,6,7,,20.643,2,4,4,2,4,2,22.855,4,1,13.946,1,1970,Michigan,4,2,1,,7,,,17,2,1,,49.89,5a6b35d3d5d4cb0001d643d8,"{""startTime"":1678929227293,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678929165480,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678929069225,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":17,""label"":""tour_started""},{""time"":7785,""label"":""tour_next"",""step"":2},{""time"":16092,""label"":""tour_end"",""step"":2},{""time"":20821,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1559,""week"":""1"",""id"":""chart2""}]}","{""startTime"":1678929150120,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":2579,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3054,""week"":""52"",""id"":""chart""},{""time"":9460,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1022,""week"":""52"",""id"":""chart2""}]}",1,simple,bar,0,1,0,Negative,3,0,2,2,4.076,2.038,6881,15,0.5,0.5,0,0.5,1 -2023-03-15 21:06:13,2023-03-15 21:19:17,0,100,783,1,2023-03-15 21:19:17,R_1rAe6rWFYXEBri4,40.7038,-111.5437,EN,1,11.593,,,,,15.006,91,97,74,58.21,46.349,-3,-3,57.555,1,1,98.942,-1,43.122,15.013,4,5,4,6,2,5,,63.303,5,6,6,3,5,5,Its clear and comes from a governmental agriculture agency. ,37.019,4,,8.835,2,7,3,4,1,5,6,23.948,1,5,1,6,4,3,10,8,,34.603,4,4,4,2,3,4,46.58,2,,6.766,2,1988,Utah,5,2,1,,7,,,9,4,1,meara.mcfarland@gmail.com,155.87,63fb001cebe7de78a66a9bdd,"{""startTime"":1678928989555,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678929053496,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678928868628,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":13392,""label"":""tour_next"",""step"":2},{""time"":17564,""label"":""tour_end"",""step"":2},{""time"":20577,""label"":""hovered"",""timeHovered"":2803,""week"":""2022-01-03""},{""time"":23393,""label"":""hovered"",""timeHovered"":1474,""week"":""2022-01-03""},{""time"":32041,""label"":""hovered"",""timeHovered"":1423,""week"":""2021-12-20""},{""time"":34585,""label"":""hovered"",""timeHovered"":1290,""week"":""2021-12-20""}]}","{""startTime"":1678928973578,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":13631,""label"":""hovered"",""timeHovered"":1509,""week"":""2022-01-31""}]}",0,simple,line,1,1,0,Positive,3.5,0,1,1,1.509,1.509,0,15,0,1,0,0,1 -2023-03-15 21:11:07,2023-03-15 21:21:08,0,100,600,1,2023-03-15 21:21:09,R_1IWdWXABoR84SWn,33.5173,-117.1208,EN,1,4.296,,,,,15.015,95,93,96,35.464,65.331,-2,1,47.414,1,1,65.477,-1,30.301,15.118,3,7,3,3,1,3,,30.244,4,5,5,1,1,6,"I don't have any reason not to trust it. I'm assuming for ""survey"" purposes it is accurate. However, if I was really interested in trusting it, I would verify sources.",37.107,3,,11.82,2,7,3,4,1,5,6,18.293,5,3,4,5,1,6,9,10,,44.341,2,3,2,3,2,3,40.507,6,,7.51,2,1962,California,4,2,1,,7,,,14,3,2,,73.808,5dd61dcccaee3e5c8b9141cf,"{""startTime"":1678929348690,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678929278261,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678929130882,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":7802,""label"":""hovered"",""timeHovered"":1633,""week"":""2021-08-30""},{""time"":10369,""label"":""hovered"",""timeHovered"":1116,""week"":""2021-09-20""},{""time"":43810,""label"":""tour_next"",""step"":2},{""time"":53585,""label"":""tour_end"",""step"":2},{""time"":55522,""label"":""hovered"",""timeHovered"":2530,""week"":""2021-08-16""}]}","{""startTime"":1678929262555,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,line,1,0,0,Positive,2.5,0,0,0,0,0,0,15,0.5,1,0,1,2 -2023-03-15 21:08:10,2023-03-15 21:22:32,0,100,862,1,2023-03-15 21:22:33,R_25YFprQkeMxbBMG,34.0125,-118.4682,EN,1,19.789,,,,,15.116,46,74,53,75.394,77.716,-2,1,82.801,-3,-3,58.828,-2,76.062,15.016,3,7,3,3,2,4,,61.535,2,5,3,1,7,4,"I don't distrust this chart, but also not sure where the info is from.",34.293,4,,15.262,2,7,3,4,1,5,6,40.286,6,6,6,6,5,6,9,8,,35.737,3,2,4,3,3,2,59.233,2,,14.301,2,1974,California,6,3,1,,2,,,4,4,2,,82.285,612d247d45adec4a638aef83,"{""startTime"":1678929270258,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678929194090,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678929016338,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":34,""label"":""tour_started""},{""time"":19500,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5383,""week"":""42"",""id"":""chart""},{""time"":25900,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4215,""week"":""42"",""id"":""chart""},{""time"":30866,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2398,""week"":""47"",""id"":""chart""},{""time"":33314,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2416,""week"":""49"",""id"":""chart""},{""time"":36347,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3050,""week"":""1"",""id"":""chart""},{""time"":39616,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2480,""week"":""46"",""id"":""chart""},{""time"":42430,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2349,""week"":""45"",""id"":""chart""},{""time"":46430,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1833,""week"":""1"",""id"":""chart""},{""time"":48962,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1251,""week"":""52"",""id"":""chart""},{""time"":50228,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1502,""week"":""1"",""id"":""chart""},{""time"":53313,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1266,""week"":""1"",""id"":""chart""},{""time"":54631,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1164,""week"":""52"",""id"":""chart""},{""time"":55844,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1235,""week"":""1"",""id"":""chart""},{""time"":57112,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1083,""week"":""2"",""id"":""chart""},{""time"":60857,""label"":""tour_next"",""step"":2},{""time"":62747,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1798,""week"":""50"",""id"":""chart2""},{""time"":65628,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2566,""week"":""52"",""id"":""chart2""},{""time"":68228,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1683,""week"":""1"",""id"":""chart2""},{""time"":69927,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3470,""week"":""2"",""id"":""chart2""},{""time"":76121,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678929178097,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":8356,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1399,""week"":""3"",""id"":""chart""},{""time"":10572,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3523,""week"":""4"",""id"":""chart""}]}",0,simple,bar,1,0,0,Neutral,2.8,0,2,2,4.922,2.461,2216,15,0.5,0,0,0.5,1 -2023-03-15 21:02:43,2023-03-15 21:23:04,0,100,1220,1,2023-03-15 21:23:04,R_1g0FLNI5GKYVKpc,33.9372,-84.0791,EN,1,22.757,,,,,15.115,86,80,78,84.971,89.146,1,1,67.595,-3,-3,159.979,1,56.596,15.115,6,6,6,6,6,6,,20.87,5,5,6,2,5,6,I don't think there would be any reason to lie about the data presented in the visualization.,23.284,5,,8.538,2,7,3,4,1,5,6,18.192,3,3,8,7,2,6,8,10,,23.997,4,4,4,2,4,4,42.14,4,,4.514,1,1992,Georgia,6,1,1,,7,,,16,1,2,,465.218,5f4b3cf86618635f0e7d250b,"{""startTime"":1678929023067,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":14,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1222,""week"":""2"",""id"":""chart""}]}","{""startTime"":1678929044449,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678928756937,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":22135,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3595,""week"":""3"",""id"":""chart""},{""time"":26836,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":30010,""week"":""6"",""id"":""chart""},{""label"":""window_blurred"",""time"":58462},{""label"":""window_focused"",""time"":70136},{""time"":70975,""label"":""tour_next"",""step"":2},{""time"":78882,""label"":""tour_end"",""step"":2},{""time"":79668,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2081,""week"":""2"",""id"":""chart""}]}","{""startTime"":1678929007528,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":7928,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1011,""week"":""2"",""id"":""chart""},{""time"":9000,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1792,""week"":""3"",""id"":""chart""}]}",0,moderate,bar,1,0,0,Positive,3.7,0,2,2,2.803,1.4015,1072,15,1,0,1,0,2 -2023-03-15 21:14:34,2023-03-15 21:23:08,0,100,513,1,2023-03-15 21:23:09,R_1d0lWHAfKSnoTBe,30.6032,-96.3136,EN,1,8.972,,,,,15.115,90,82,73,26.625,91.543,1,1,41.446,1,-3,39.117,1,44.7,15.01,5,5,5,5,5,5,,23.388,5,5,4,7,7,5,The visualization clearly labels all of the data and where the source is from.,22.186,5,,9.396,2,7,3,4,1,5,6,15.601,2,4,1,3,4,4,10,8,,17.075,3,4,5,2,5,4,23.472,1,,3.95,2,1996,Texas,9,3,1,,9,,College Station,4,4,1,mflorkow@tamu.edu,66.403,6122b5527020257bf5aabc8e,"{""startTime"":1678929492887,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678929516870,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678929340495,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":9039,""label"":""tour_next"",""step"":5},{""time"":30340,""label"":""cleared_brush"",""using"":""Click""},{""time"":34870,""label"":""started_brush"",""startDate"":""2021-06-21"",""endDate"":""2021-08-08""},{""time"":35629,""label"":""tour_next"",""step"":5},{""time"":41862,""label"":""cleared_brush"",""using"":""Click""},{""time"":46132,""label"":""started_brush"",""startDate"":""2021-06-03"",""endDate"":""2021-07-20""},{""time"":54480,""label"":""moved_brush"",""startDate"":""2021-06-03"",""endDate"":""2021-07-20""},{""time"":55709,""label"":""moved_brush"",""startDate"":""2021-06-03"",""endDate"":""2021-07-28""},{""time"":56755,""label"":""moved_brush"",""startDate"":""2021-08-25"",""endDate"":""2021-10-19""},{""time"":57414,""label"":""tour_next"",""step"":5},{""time"":71548,""label"":""cleared_brush"",""using"":""Click""},{""time"":72879,""label"":""tour_next"",""step"":5},{""time"":76104,""label"":""tour_end"",""step"":5},{""time"":82180,""label"":""started_brush"",""startDate"":""2021-05-23"",""endDate"":""2021-06-08""},{""time"":84286,""label"":""moved_brush"",""startDate"":""2021-07-28"",""endDate"":""2021-08-13""},{""time"":86077,""label"":""moved_brush"",""startDate"":""2021-07-28"",""endDate"":""2021-12-31""},{""time"":89938,""label"":""moved_brush"",""startDate"":""2021-09-03"",""endDate"":""2022-02-07""}]}","{""startTime"":1678929477492,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":10994,""label"":""started_brush"",""startDate"":""2021-11-02"",""endDate"":""2022-01-01""}]}",0,complex,bar,1,1,0,Positive,3.8,1,1,0,0,0,0,15,1,0.5,1,1,3 -2023-03-15 21:12:53,2023-03-15 21:23:34,0,100,641,1,2023-03-15 21:23:35,R_11X8JD8XcYY4PID,42.5134,-83.0647,EN,1,4.769,1,3,1,4.334,15.02,59,27,39,48.774,36.397,-2,1,39.669,1,1,55.673,1,46.002,15.021,3,3,2,3,4,3,Opened the data source in a new tab just now and absolutely zero idea what I was looking at. Extremely confusing.,105.175,2,2,7,1,1,3,Don't know how cases of covid were reported or verified. E.g. don't know the source of the data and how trustworthy it is.,29.267,5,,18.596,2,7,3,4,1,5,6,26.455,2,6,6,7,3,6,8,8,,39.292,2,2,3,4,3,2,36.611,4,5,25.021,1,1985,Michigan,5,2,1,,7,,,7,4,2,,44.035,614149e12ad52d5ea08555e9,"{""startTime"":1678929439481,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":42271},{""label"":""window_focused"",""time"":72089}]}","{""startTime"":1678929374540,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":150,""label"":""hovered"",""timeHovered"":1126,""week"":""2021-08-09""}]}","{""startTime"":1678929266117,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":4745,""label"":""hovered"",""timeHovered"":1458,""week"":""2022-01-03""},{""time"":21914,""label"":""tour_next"",""step"":2},{""time"":25733,""label"":""tour_end"",""step"":2},{""time"":30960,""label"":""hovered"",""timeHovered"":3938,""week"":""2022-01-03""}]}","{""startTime"":1678929359004,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":9708,""label"":""hovered"",""timeHovered"":1666,""week"":""2021-09-20""}]}",1,moderate,line,1,1,0,Negative,2.7,0,1,1,1.666,1.666,0,15,0.5,1,1,1,2 -2023-03-15 21:15:15,2023-03-15 21:23:53,0,100,517,1,2023-03-15 21:23:54,R_2644r2Io2JBlLZg,41.8502,-87.6736,EN,1,17.863,1,2,2,5.681,15.111,93,100,50,37.011,70.285,1,1,42.664,1,1,47.317,1,47.281,15.11,5,2,6,6,5,5,,10.284,6,6,5,2,5,6,It seems realistic and trustworthy. Seems very accurate.,21.489,5,,8.007,2,7,3,4,1,5,6,17.777,3,2,1,3,2,4,1,1,,30.515,4,5,4,2,5,4,32.182,5,1,16.249,2,2002,Illinois,2,3,1,,3,,,10,3,2,,48.399,61366a0250ad37452b08b9a3,"{""startTime"":1678929574225,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678929533363,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":9130},{""label"":""window_focused"",""time"":10242},{""label"":""window_blurred"",""time"":10653},{""label"":""window_focused"",""time"":12110}]}","{""startTime"":1678929399369,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":9010,""label"":""tour_next"",""step"":5},{""time"":18228,""label"":""started_brush"",""startDate"":""2021-08-16"",""endDate"":""2022-02-13""},{""time"":18923,""label"":""tour_next"",""step"":5},{""time"":22359,""label"":""started_brush"",""startDate"":""2021-04-27"",""endDate"":""2021-08-08""},{""time"":23426,""label"":""cleared_brush"",""using"":""click""},{""time"":26380,""label"":""started_brush"",""startDate"":""2021-05-10"",""endDate"":""2021-08-20""},{""time"":28661,""label"":""cleared_brush"",""using"":""click""},{""time"":35163,""label"":""started_brush"",""startDate"":""2021-04-28"",""endDate"":""2021-07-10""},{""time"":36376,""label"":""moved_brush"",""startDate"":""2021-08-26"",""endDate"":""2021-11-07""},{""time"":37224,""label"":""moved_brush"",""startDate"":""2021-06-05"",""endDate"":""2021-08-16""},{""time"":37807,""label"":""tour_next"",""step"":5},{""time"":41042,""label"":""started_brush"",""startDate"":""2021-06-21"",""endDate"":""2021-09-11""},{""time"":42592,""label"":""moved_brush"",""startDate"":""2021-06-20"",""endDate"":""2021-09-10""},{""time"":43096,""label"":""cleared_brush"",""using"":""click""},{""time"":43940,""label"":""tour_next"",""step"":5},{""time"":49422,""label"":""tour_end"",""step"":5},{""time"":57726,""label"":""started_brush"",""startDate"":""2021-06-30"",""endDate"":""2022-02-05""},{""time"":58892,""label"":""moved_brush"",""startDate"":""2021-06-30"",""endDate"":""2022-02-05""},{""time"":59961,""label"":""moved_brush"",""startDate"":""2021-06-30"",""endDate"":""2022-02-05""},{""time"":60909,""label"":""moved_brush"",""startDate"":""2021-06-30"",""endDate"":""2022-02-05""},{""time"":61946,""label"":""moved_brush"",""startDate"":""2021-06-30"",""endDate"":""2022-02-05""},{""time"":62629,""label"":""moved_brush"",""startDate"":""2021-06-30"",""endDate"":""2022-02-05""},{""time"":63143,""label"":""moved_brush"",""startDate"":""2021-06-30"",""endDate"":""2022-02-05""},{""time"":64007,""label"":""cleared_brush"",""using"":""click""},{""time"":64009,""label"":""cleared_brush"",""using"":""Escape""},{""time"":66344,""label"":""started_brush"",""startDate"":""2021-10-08"",""endDate"":""2022-02-13""},{""time"":67237,""label"":""cleared_brush"",""using"":""click""},{""time"":67240,""label"":""cleared_brush"",""using"":""Escape""},{""time"":69289,""label"":""started_brush"",""startDate"":""2021-12-08"",""endDate"":""2022-02-13""}]}","{""startTime"":1678929517846,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":4598,""label"":""started_brush"",""startDate"":""2021-07-15"",""endDate"":""2022-02-13""},{""time"":5147,""label"":""moved_brush"",""startDate"":""2021-07-15"",""endDate"":""2022-02-13""},{""time"":5748,""label"":""moved_brush"",""startDate"":""2021-07-15"",""endDate"":""2022-02-13""},{""time"":7549,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-10""},{""time"":9765,""label"":""started_brush"",""startDate"":""2022-01-09"",""endDate"":""2022-01-11""},{""time"":10500,""label"":""cleared_brush"",""using"":""click""},{""time"":14114,""label"":""started_brush"",""startDate"":""2021-09-07"",""endDate"":""2021-10-06""}]}",1,complex,line,1,1,0,Positive,4,1,7,0,0,0,9516,15,1,1,1,1,3 -2023-03-15 21:04:16,2023-03-15 21:24:22,0,100,1205,1,2023-03-15 21:24:23,R_3smHkNO3ON3RBfG,33.7315,-84.4195,EN,1,4.028,,,,,15.014,81,90,91,39.533,75.078,1,-3,95.178,-3,-3,76.665,1,84.035,15.012,5,5,5,5,5,5,N/A,85.459,5,5,5,5,5,5,"It's clear and concise, I understand the data.",23.156,4,I am in the middle of road with that. ,43.429,2,7,3,4,1,5,6,16.031,6,6,7,7,5,6,7,6,N/A,34.475,3,3,5,3,3,3,29.706,4,,5.58,1,1981,Georgia,6,2,1,,3,,,13,2,2,,72.011,5ed7b5af65b9ae09f16de102,"{""startTime"":1678929357815,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":26,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":23499,""week"":""2"",""id"":""chart""}]}","{""startTime"":1678929443778,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678929182024,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":4086,""label"":""tour_next"",""step"":5},{""time"":16243,""label"":""cleared_brush"",""using"":""Click""},{""time"":28367,""label"":""started_brush"",""startDate"":""2021-06-14"",""endDate"":""2021-10-13""},{""time"":30323,""label"":""tour_next"",""step"":5},{""time"":33633,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-08-04""},{""time"":34301,""label"":""tour_next"",""step"":5},{""time"":37819,""label"":""cleared_brush"",""using"":""Click""},{""time"":37819,""label"":""cleared_brush"",""using"":""Escape""},{""time"":41704,""label"":""started_brush"",""startDate"":""2021-08-29"",""endDate"":""2021-10-25""},{""time"":42397,""label"":""tour_next"",""step"":5},{""time"":48497,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678929341920,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":8045,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1731,""week"":""52"",""id"":""chart""},{""time"":9911,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1549,""week"":""1"",""id"":""chart""}]}",0,complex,bar,0,2,0,Positive,3.3,0,2,2,3.28,1.64,1866,15,0.5,0,1,1,3 -2023-03-15 21:06:47,2023-03-15 21:25:30,0,100,1122,1,2023-03-15 21:25:31,R_3g8hm476IzhM0ui,40.5541,-111.9429,EN,1,17.308,1,3,1,9.704,15.038,100,100,50,23.553,237.172,1,1,65.11,1,1,78.947,1,57.773,15.116,5,5,5,6,6,5,No additional feedback to give.,65.12,5,5,5,4,3,5,"The different colored lines made it easy for me to figure out the data between the different age groups of vaccinated and unvaccinated people. It didn't see like there was anything deliberately misleading about it or anything lie that, so I trust it.",99.912,5,No additional feedback to give.,21.798,2,7,3,4,1,5,6,39.912,6,6,3,4,8,6,10,8,No additional feedback to give.,63.07,4,3,5,2,4,4,45.507,1,1,27.044,2,1987,Utah,6,3,1,,7,,,8,2,1,5e4a1730c94447480594cea4@email.prolific.co,154.488,5e4a1730c94447480594cea4,"{""startTime"":1678929356484,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678929206346,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678928893308,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":35,""label"":""tour_started""},{""time"":17827,""label"":""hovered"",""timeHovered"":28733,""week"":""2022-01-10""},{""time"":48045,""label"":""hovered"",""timeHovered"":1050,""week"":""2021-08-16""},{""time"":51083,""label"":""hovered"",""timeHovered"":1315,""week"":""2022-01-17""},{""label"":""window_blurred"",""time"":61827},{""label"":""window_focused"",""time"":64512},{""time"":67812,""label"":""tour_next"",""step"":5},{""label"":""window_blurred"",""time"":85455},{""label"":""window_focused"",""time"":87174},{""time"":94234,""label"":""started_brush"",""startDate"":""2021-09-05"",""endDate"":""2022-02-13""},{""time"":96622,""label"":""tour_next"",""step"":5},{""time"":109753,""label"":""moved_brush"",""startDate"":""2021-05-15"",""endDate"":""2021-10-23""},{""time"":112483,""label"":""tour_next"",""step"":5},{""time"":129092,""label"":""cleared_brush"",""using"":""click""},{""time"":129101,""label"":""cleared_brush"",""using"":""Escape""},{""time"":132148,""label"":""tour_next"",""step"":5},{""time"":142806,""label"":""tour_end"",""step"":5},{""time"":156752,""label"":""started_brush"",""startDate"":""2021-10-31"",""endDate"":""2022-02-13""},{""time"":159717,""label"":""hovered"",""timeHovered"":1304,""week"":""2022-01-24""},{""time"":162171,""label"":""hovered"",""timeHovered"":1041,""week"":""2022-01-03""},{""time"":163278,""label"":""hovered"",""timeHovered"":3198,""week"":""2022-01-03""},{""time"":172095,""label"":""hovered"",""timeHovered"":2816,""week"":""2022-02-07""},{""time"":181350,""label"":""moved_brush"",""startDate"":""2021-07-24"",""endDate"":""2021-11-06""},{""time"":182242,""label"":""hovered"",""timeHovered"":3524,""week"":""2021-09-20""},{""time"":191949,""label"":""moved_brush"",""startDate"":""2021-10-08"",""endDate"":""2022-01-21""},{""time"":193430,""label"":""hovered"",""timeHovered"":1261,""week"":""2022-01-10""},{""time"":195384,""label"":""hovered"",""timeHovered"":1987,""week"":""2022-01-03""},{""time"":199253,""label"":""hovered"",""timeHovered"":1139,""week"":""2021-12-20""},{""time"":201235,""label"":""hovered"",""timeHovered"":1101,""week"":""2022-01-03""},{""time"":203520,""label"":""hovered"",""timeHovered"":1496,""week"":""2021-11-29""},{""time"":209727,""label"":""moved_brush"",""startDate"":""2021-08-01"",""endDate"":""2021-11-14""},{""time"":212418,""label"":""hovered"",""timeHovered"":3368,""week"":""2021-08-23""},{""time"":216121,""label"":""hovered"",""timeHovered"":1102,""week"":""2021-08-23""},{""time"":221228,""label"":""moved_brush"",""startDate"":""2021-08-27"",""endDate"":""2021-12-10""},{""time"":223138,""label"":""hovered"",""timeHovered"":1123,""week"":""2021-11-29""},{""time"":225702,""label"":""hovered"",""timeHovered"":1014,""week"":""2021-11-29""},{""time"":229560,""label"":""hovered"",""timeHovered"":1886,""week"":""2021-08-30""}]}","{""startTime"":1678929190390,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":11784,""label"":""started_brush"",""startDate"":""2021-09-23"",""endDate"":""2022-01-07""},{""time"":12577,""label"":""hovered"",""timeHovered"":2431,""week"":""2021-12-20""}]}",1,complex,line,1,1,0,Positive,3.7,1,2,1,2.431,2.431,793,15,1,1,1,1,3 -2023-03-15 21:15:28,2023-03-15 21:25:33,0,100,604,1,2023-03-15 21:25:34,R_AHi41qbTyQPPNaV,33.9521,-84.5475,EN,1,6.665,1,2,2,9.715,16.117,89,34,62,14.228,91.951,1,1,59.47,-2,1,67.038,1,34.65,15.976,5,2,5,5,5,5,no thank you,39.602,5,4,5,7,7,5,the facts look solid,12.238,4,no thank you,13.139,2,7,3,4,1,5,6,18.026,5,8,7,8,7,8,10,8,no thank you,33.451,4,3,4,2,3,5,40.938,3,1,13.58,2,1977,Georgia,3,3,1,,7,,,5,4,1,lovebunnyok@gmail.com,59.445,5adb40e0f6b58c0001fa33d3,"{""startTime"":1678929533551,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678929573620,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678929389458,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":11651,""label"":""hovered"",""timeHovered"":2694,""week"":""2021-08-16""},{""time"":14652,""label"":""hovered"",""timeHovered"":1668,""week"":""2021-08-09""},{""time"":30781,""label"":""tour_next"",""step"":5},{""time"":50786,""label"":""cleared_brush"",""using"":""click""},{""time"":53804,""label"":""cleared_brush"",""using"":""click""},{""time"":56318,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-07-26""},{""time"":57374,""label"":""tour_next"",""step"":5},{""time"":64718,""label"":""moved_brush"",""startDate"":""2021-04-25"",""endDate"":""2021-08-09""},{""time"":65529,""label"":""tour_next"",""step"":5},{""time"":77303,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-07-26""},{""time"":79557,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-07-26""},{""time"":83601,""label"":""cleared_brush"",""using"":""click""},{""time"":83602,""label"":""cleared_brush"",""using"":""Escape""},{""time"":85077,""label"":""tour_next"",""step"":5},{""time"":88525,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678929516971,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":12226,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-07-10""}]}",1,complex,line,0,1,0,Positive,3.5,1,1,0,0,0,0,15,1,0.5,1,1,3 -2023-03-15 21:18:10,2023-03-15 21:25:54,0,100,464,1,2023-03-15 21:25:55,R_9yFylgPpn3fcprz,37.7562,-122.4866,EN,1,4.053,1,4,1,43.264,15.011,92,90,63,13.769,34.069,1,1,62.538,-3,-3,38.994,1,27.23,15.007,5,3,4,5,5,5,,51.275,2,4,5,3,3,4,"I think I do, but not sure if the survey made up the charts.",13.271,4,,4.426,2,7,3,4,1,5,6,13.449,8,8,7,8,9,4,9,9,,14.013,3,2,2,4,3,2,20.709,2,1,7.159,2,1990,California,6,3,1,,2,,,17,1,2,,34.825,5f473eafdbc4a2121ceae963,"{""startTime"":1678929706958,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678929758738,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678929593995,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":7656,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1849,""week"":""34"",""id"":""chart""},{""time"":9831,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5267,""week"":""35"",""id"":""chart""},{""time"":16214,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2108,""week"":""52"",""id"":""chart""},{""time"":18342,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1806,""week"":""1"",""id"":""chart""},{""time"":22010,""label"":""tour_next"",""step"":2},{""time"":29685,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678929691471,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":5930,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2259,""week"":""52"",""id"":""chart2""},{""time"":12892,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2047,""week"":""32"",""id"":""chart""}]}",1,simple,bar,1,0,0,Neutral,2.7,0,2,2,4.306,2.153,6962,15,1,0,1,1,1 -2023-03-15 21:16:31,2023-03-15 21:26:00,0,100,569,1,2023-03-15 21:26:01,R_yJWvkJlKJpWVh9n,40.7114,-74.0005,EN,1,16.001,1,3,1,4.958,15.107,95,96,50,18.269,25.381,1,-3,55.373,1,1,72.428,1,34.079,15.115,5,3,5,5,5,5,,18.673,5,5,5,3,5,5,The chart seems very comprehensible and also aligned with my own knowledge of the cases back in Jan and the spike. ,28.036,4,,11.893,2,7,3,4,1,5,6,15.55,4,7,7,4,5,6,9,8,,20.532,3,4,4,2,5,4,32.693,3,1,15.711,2,1993,New York,6,2,3,,2,,,8,2,2,,122.924,6016dca5fdf98587f9a0ca71,"{""startTime"":1678929607325,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678929559428,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678929461895,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":13626,""label"":""hovered"",""timeHovered"":1240,""week"":""2021-12-06""},{""time"":17425,""label"":""tour_next"",""step"":2},{""time"":21028,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678929543596,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":10353,""label"":""hovered"",""timeHovered"":2619,""week"":""2022-01-31""}]}",1,simple,line,1,1,0,Positive,3.7,0,1,1,2.619,2.619,0,15,0.5,1,1,0.5,1 -2023-03-15 21:13:42,2023-03-15 21:27:14,0,100,811,1,2023-03-15 21:27:14,R_1E0srBrcs6saGsb,33.6528,-85.8417,EN,1,14.333,,,,,15.041,100,100,72,47.705,56.194,1,1,65.026,-3,-3,128.593,-2,65.843,15.046,3,2,3,5,6,4,,48.038,5,6,6,7,7,4,I don't know enough about insect and fungi related diseases in crops so I trust that there is a possibility that it is an accurate visualization.,114.319,4,,11.718,2,7,3,4,1,5,6,25.612,2,2,5,3,1,3,3,3,,25.581,5,5,5,1,5,5,32.668,4,,6.719,2,1997,Alabama,3,1,1,,3,,,3,1,2,,63.434,5daca5b06aa37b00126c8d41,"{""startTime"":1678929605357,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678929452693,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678929313694,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":43,""label"":""tour_started""},{""time"":7283,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3618,""week"":""40"",""id"":""chart""},{""time"":15414,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1402,""week"":""26"",""id"":""chart""},{""time"":21581,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1650,""week"":""52"",""id"":""chart""},{""time"":27397,""label"":""tour_next"",""step"":2},{""time"":31494,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1884,""week"":""52"",""id"":""chart2""},{""time"":40621,""label"":""tour_end"",""step"":2},{""time"":49815,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1675,""week"":""28"",""id"":""chart2""},{""time"":52963,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1110,""week"":""32"",""id"":""chart""}]}","{""startTime"":1678929436576,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":3770,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2044,""week"":""52"",""id"":""chart2""},{""time"":8877,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2009,""week"":""1"",""id"":""chart""},{""time"":10953,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1060,""week"":""52"",""id"":""chart""}]}",0,simple,bar,2,0,0,Positive,4.3,0,3,3,5.113,1.7043333333333335,7183,15,1,0,0,1,1 -2023-03-15 21:17:51,2023-03-15 21:27:23,0,100,571,1,2023-03-15 21:27:23,R_ZaeqA4wmOYPx5OF,40.4856,-74.6265,EN,1,8.965,,,,,15.123,88,83,20,20.336,28.745,-3,1,53.138,1,-3,47.669,1,49.857,15.018,4,4,4,4,2,4,The dates within each month are distracting. Just use the week number.,57.735,3,5,3,7,7,4,I don't really know the source. But who would lie about this?,21.349,6,,11.933,2,7,3,4,1,5,6,24.34,1,2,9,5,1,8,6,7,,30.486,5,4,5,1,5,5,36.04,6,,9.4,1,1957,New Jersey,7,1,1,,7,,,17,4,2,,83.885,614efa2878aa3275b54d0bdf,"{""startTime"":1678929623244,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678929681501,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678929524687,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":9179,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1486,""week"":""3"",""id"":""chart""},{""time"":17117,""label"":""tour_next"",""step"":2},{""time"":26545,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678929607412,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":6197,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2698,""week"":""52"",""id"":""chart""}]}",0,simple,bar,1,0,0,Positive,4.2,0,1,1,2.698,2.698,0,15,0.5,0.5,1,0.5,1 -2023-03-15 21:21:06,2023-03-15 21:27:39,0,100,392,1,2023-03-15 21:27:40,R_2rNNUZF6ROPnlkb,39.9947,-105.2366,EN,1,5.138,1,2,2,3.561,15.01,100,63,82,9.644,13.871,1,-3,42.071,1,1,48.985,-1,47.484,15.009,6,4,6,6,5,6,,14.472,5,5,5,3,5,5,it looks professional and the data comes from the cdc,16.11,5,,8.546,2,7,3,4,1,5,6,14.007,3,4,7,7,3,6,10,11,,22.794,3,5,4,2,5,4,25.697,3,2,6.964,1,2002,Colorado,3,1,1,,7,,,19,3,1,sam6434@icloud.com,41.784,6293ec5a8c59ee7feb09eab7,"{""startTime"":1678929818464,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678929785047,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678929712222,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":8223,""label"":""tour_next"",""step"":2},{""time"":13013,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678929769281,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":9006,""label"":""hovered"",""timeHovered"":1107,""week"":""2022-01-31""}]}",1,simple,line,2,0,0,Positive,3.8,0,1,1,1.107,1.107,0,15,0.5,1,0,0.5,1 -2023-03-15 21:21:10,2023-03-15 21:28:38,0,100,448,1,2023-03-15 21:28:38,R_1llSKCS77zU6Gcg,34.3454,-86.274,EN,1,4.226,,,,,15.007,94,81,90,16.554,72.999,1,1,34.898,-3,-3,38.324,1,37.403,15.008,6,6,6,4,6,6,,23.07,6,6,6,2,7,6,I have no reason to believe this visualization is giving untrue data,26.339,6,,4.148,2,7,3,4,1,5,6,13.32,2,5,10,9,2,8,10,10,,17.177,4,5,5,2,5,4,12.215,4,,3.605,2,1982,Alabama,3,2,1,,9,,Guntersville,5,4,1,constance.beasley@hotmail.com,56.126,5bcc1fce4249b20001bc99f1,"{""startTime"":1678929897181,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678929847952,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678929719497,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":24,""label"":""tour_started""},{""time"":19519,""label"":""tour_next"",""step"":5},{""time"":32088,""label"":""started_brush"",""startDate"":""2021-09-03"",""endDate"":""2021-10-02""},{""time"":33070,""label"":""tour_next"",""step"":5},{""time"":38168,""label"":""moved_brush"",""startDate"":""2021-08-24"",""endDate"":""2021-09-21""},{""time"":41209,""label"":""moved_brush"",""startDate"":""2021-08-24"",""endDate"":""2021-11-22""},{""time"":41934,""label"":""tour_next"",""step"":5},{""time"":51122,""label"":""cleared_brush"",""using"":""Click""},{""time"":51122,""label"":""cleared_brush"",""using"":""Escape""},{""time"":53126,""label"":""tour_next"",""step"":5},{""time"":57390,""label"":""tour_end"",""step"":5},{""time"":64472,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2295,""week"":""1"",""id"":""chart""},{""time"":68891,""label"":""cleared_brush"",""using"":""Click""},{""time"":72098,""label"":""started_brush"",""startDate"":""2021-05-19"",""endDate"":""2021-10-25""}]}","{""startTime"":1678929832004,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":3468,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3608,""week"":""52"",""id"":""chart""},{""time"":12029,""label"":""started_brush"",""startDate"":""2021-10-31"",""endDate"":""2022-01-01""}]}",0,complex,bar,1,0,0,Positive,4.2,1,2,1,3.608,3.608,8561,15,1,0,1,1,3 -2023-03-15 21:14:59,2023-03-15 21:29:34,0,100,875,1,2023-03-15 21:29:35,R_3gR8CtsQWyshzfO,37.9653,-87.3902,EN,1,34.825,2,,2,4.059,15.007,2,98,99,31.878,144.621,1,-3,70.244,1,1,59.055,-2,52.606,15.107,1,1,1,5,2,1,,34.599,3,4,4,2,7,1,"I don't trust any numbers reguarding covid-19 infection of the unvaccinated or vaccinated. There was way way too many things counted as covid that were not and nuumbers and counts were fudged across all stake holders like hospitals, doctors, scientists, and the government in order to push their agendas and narratives.",102.265,2,,12.304,2,7,3,4,1,5,6,23.734,1,1,9,7,2,6,2,4,,51.664,4,4,5,2,4,4,42.693,6,4,22.661,1,1980,Indiana,3,2,1,,7,,,5,3,1,stutsman@gmail.com,68.169,63356ce6be65e7962bfc424d,"{""startTime"":1678929780189,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678929622655,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":5920,""label"":""hovered"",""timeHovered"":2812,""week"":""2022-01-24""},{""time"":13959,""label"":""started_brush"",""startDate"":""2021-06-02"",""endDate"":""2022-02-13""},{""time"":19931,""label"":""moved_brush"",""startDate"":""2022-01-28"",""endDate"":""2022-02-13""},{""time"":24162,""label"":""moved_brush"",""startDate"":""2022-01-28"",""endDate"":""2022-02-13""}]}","{""startTime"":1678929407929,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":13484,""label"":""hovered"",""timeHovered"":5698,""week"":""2021-07-12""},{""time"":21099,""label"":""hovered"",""timeHovered"":2882,""week"":""2021-07-05""},{""time"":24365,""label"":""hovered"",""timeHovered"":1282,""week"":""2021-05-31""},{""time"":25731,""label"":""hovered"",""timeHovered"":1766,""week"":""2021-05-31""},{""time"":27914,""label"":""hovered"",""timeHovered"":6498,""week"":""2021-06-21""},{""time"":35698,""label"":""tour_next"",""step"":5},{""time"":53461,""label"":""cleared_brush"",""using"":""click""},{""time"":56185,""label"":""cleared_brush"",""using"":""click""},{""time"":64057,""label"":""started_brush"",""startDate"":""2021-09-04"",""endDate"":""2021-10-22""},{""time"":64923,""label"":""tour_next"",""step"":5},{""time"":75211,""label"":""moved_brush"",""startDate"":""2021-05-01"",""endDate"":""2021-06-18""},{""time"":82624,""label"":""moved_brush"",""startDate"":""2021-09-25"",""endDate"":""2021-11-12""},{""time"":83546,""label"":""tour_next"",""step"":5},{""time"":88938,""label"":""cleared_brush"",""using"":""click""},{""time"":88942,""label"":""cleared_brush"",""using"":""Escape""},{""time"":90984,""label"":""tour_next"",""step"":5},{""time"":96780,""label"":""tour_end"",""step"":5},{""time"":112948,""label"":""started_brush"",""startDate"":""2021-04-21"",""endDate"":""2021-05-18""},{""time"":142614,""label"":""moved_brush"",""startDate"":""2022-01-17"",""endDate"":""2022-02-13""}]}","{""startTime"":1678929606549,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":13184,""label"":""started_brush"",""startDate"":""2021-11-12"",""endDate"":""2022-01-04""}]}",1,complex,line,0,1,0,Negative,3.8,1,1,0,0,0,0,15,0.5,1,0,0,3 -2023-03-15 21:20:14,2023-03-15 21:30:32,0,100,617,1,2023-03-15 21:30:32,R_1oaPS87RQpgh5cB,34.0903,-118.3749,EN,1,7.973,1,4,2,3.928,15.008,53,64,66,13.425,82.395,1,1,80.86,1,1,129.7,1,38.431,15.109,5,5,5,5,6,5,,49.943,3,5,5,3,2,5,"It seems like a good way to represent data and the data seems accurate from what I remember, though I obviously don't have the numbers in front of me.",22.707,4,,6.799,2,7,3,4,1,5,6,19.599,2,4,3,3,4,4,9,8,,18.561,5,4,4,1,4,5,15.995,2,1,7.083,2,1996,California,7,3,1,,7,,,9,4,1,oliviastrebe@gmail.com,56.436,61156cab775e1f9e2c3a4bfa,"{""startTime"":1678929838789,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678929800643,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678929663477,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":1699,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1274,""week"":""34"",""id"":""chart""},{""time"":4413,""label"":""tour_next"",""step"":5},{""time"":8218,""label"":""tour_back"",""step"":5},{""time"":9534,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1254,""week"":""50"",""id"":""chart""},{""time"":11452,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6387,""week"":""52"",""id"":""chart""},{""time"":24523,""label"":""tour_next"",""step"":5},{""time"":27851,""label"":""cleared_brush"",""using"":""Click""},{""time"":30502,""label"":""started_brush"",""startDate"":""2021-06-16"",""endDate"":""2021-07-15""},{""time"":31123,""label"":""started_brush"",""startDate"":""2021-09-03"",""endDate"":""2021-10-21""},{""time"":31796,""label"":""tour_next"",""step"":5},{""time"":35395,""label"":""started_brush"",""startDate"":""2021-07-15"",""endDate"":""2021-09-20""},{""time"":46213,""label"":""cleared_brush"",""using"":""Click""},{""time"":48568,""label"":""cleared_brush"",""using"":""Click""},{""time"":49879,""label"":""cleared_brush"",""using"":""Click""},{""time"":51131,""label"":""started_brush"",""startDate"":""2021-10-28"",""endDate"":""2021-11-24""},{""time"":53710,""label"":""moved_brush"",""startDate"":""2021-10-28"",""endDate"":""2022-01-08""},{""time"":56234,""label"":""tour_next"",""step"":5},{""time"":62010,""label"":""cleared_brush"",""using"":""Click""},{""time"":63093,""label"":""tour_next"",""step"":5},{""time"":65018,""label"":""tour_end"",""step"":5},{""time"":66456,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1462,""week"":""51"",""id"":""chart""},{""time"":68327,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4248,""week"":""51"",""id"":""chart""},{""time"":73462,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1870,""week"":""1"",""id"":""chart""},{""time"":75356,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1895,""week"":""2"",""id"":""chart""}]}","{""startTime"":1678929785027,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":232,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1841,""week"":""47"",""id"":""chart""},{""time"":4112,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2001,""week"":""52"",""id"":""chart""},{""time"":6154,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1418,""week"":""1"",""id"":""chart""}]}",1,complex,bar,1,1,0,Positive,3.8,0,3,3,5.26,1.7533333333333332,5922,15,1,1,1,1,3 -2023-03-15 21:23:59,2023-03-15 21:30:46,0,100,406,1,2023-03-15 21:30:46,R_Y0jMxRO4A207PBT,33.5879,-117.6974,EN,1,4.241,,,,,15.02,99,99,51,12.781,24.315,1,1,19.524,1,1,51.735,1,28.353,15.023,4,5,4,5,5,4,,23.473,5,5,3,1,7,4,I don't see any reason why the data would be manipulated and it is presented clearly. It seems like seasonal variations in weather could cause the spikes in disease.,33.825,1,,7.951,2,7,3,4,1,5,6,14.076,1,1,5,5,1,3,3,5,,21.093,3,4,4,2,4,4,27.793,5,,5.466,1,1988,California,3,2,1,,7,,,6,4,2,,53.475,5e1a7114a90da52e206de7ea,"{""startTime"":1678929994937,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678929939194,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678929879117,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":11817,""label"":""hovered"",""timeHovered"":3790,""week"":""2021-12-27""},{""time"":17440,""label"":""tour_next"",""step"":2},{""time"":21976,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678929923737,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":10677,""label"":""hovered"",""timeHovered"":1739,""week"":""2021-12-27""}]}",0,simple,line,1,1,0,Positive,3.5,0,1,1,1.739,1.739,0,15,1,1,1,1,1 -2023-03-15 21:18:54,2023-03-15 21:30:49,0,100,714,1,2023-03-15 21:30:50,R_3fADeCqzCrwYlau,43.0812,-89.3845,EN,1,14.729,,,,,15.009,100,100,54,32.462,115.677,1,1,36.117,1,1,53.298,1,38.255,15.11,5,4,5,5,5,5,"Like I said, I basically trust the data, but there seems to be an issue with the interactive part of the visualization where the fungus/insect colors don't match the key. I'm not sure if this was a deliberate part of the study or not.",68.864,5,5,5,3,7,5,"Actually, I just noticed that maybe the colors of the fungi and insects don't match between the interactive part and the key; so maybe I don't. But now I don't remember if it was like that in all of the times I saw it or just last time. But other than that it seems like a good and comprehensive graph.",70.339,5,,10.98,2,7,3,4,1,5,6,17.9,1,1,1,3,3,1,10,9,,26.102,4,4,5,1,5,5,24.441,1,,6.633,1,1987,Wisconsin,7,2,1,,7,,,3,2,1,jlpars@umich.edu,69.287,5b5e7e643bac1d0001f9bf28,"{""startTime"":1678929914629,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":10687,""label"":""hovered"",""timeHovered"":1538,""week"":""2022-01-17""},{""time"":12237,""label"":""hovered"",""timeHovered"":1272,""week"":""2022-01-17""}]}","{""startTime"":1678929777601,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":28258,""label"":""hovered"",""timeHovered"":2580,""week"":""2022-01-03""},{""time"":33176,""label"":""hovered"",""timeHovered"":1558,""week"":""2021-12-27""},{""time"":34745,""label"":""hovered"",""timeHovered"":1156,""week"":""2021-12-27""},{""time"":42582,""label"":""hovered"",""timeHovered"":1456,""week"":""2022-01-31""},{""time"":56184,""label"":""hovered"",""timeHovered"":2239,""week"":""2022-01-31""},{""time"":59337,""label"":""hovered"",""timeHovered"":1655,""week"":""2022-01-31""}]}","{""startTime"":1678929606224,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":8109,""label"":""hovered"",""timeHovered"":1401,""week"":""2021-10-18""},{""time"":39115,""label"":""tour_next"",""step"":5},{""time"":58046,""label"":""started_brush"",""startDate"":""2021-06-18"",""endDate"":""2021-09-07""},{""time"":59341,""label"":""tour_next"",""step"":5},{""time"":63949,""label"":""moved_brush"",""startDate"":""2021-06-18"",""endDate"":""2021-09-07""},{""time"":67267,""label"":""moved_brush"",""startDate"":""2021-06-18"",""endDate"":""2022-02-13""},{""time"":71826,""label"":""moved_brush"",""startDate"":""2021-12-10"",""endDate"":""2022-02-13""},{""time"":72839,""label"":""tour_next"",""step"":5},{""time"":77702,""label"":""cleared_brush"",""using"":""click""},{""time"":79184,""label"":""tour_next"",""step"":5},{""time"":90269,""label"":""tour_end"",""step"":5},{""time"":105274,""label"":""started_brush"",""startDate"":""2021-08-27"",""endDate"":""2021-11-19""},{""time"":107587,""label"":""moved_brush"",""startDate"":""2021-08-27"",""endDate"":""2021-11-19""},{""time"":108468,""label"":""cleared_brush"",""using"":""click""}]}","{""startTime"":1678929761870,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line,0,1,0,Negative,4,0,0,0,0,0,0,15,1,1,1,1,3 -2023-03-15 21:21:17,2023-03-15 21:31:34,0,100,616,1,2023-03-15 21:31:35,R_1Q5gKFqyuwRXSAm,32.3151,-86.2449,EN,1,5.137,,,,,15.01,91,94,79,24.948,29.087,1,1,64.951,1,1,67.016,1,88.583,15.121,4,5,5,5,3,4,,35.155,5,5,5,2,7,5,"I don't know anything about the topic, but it seems reasonable to believe in the data shown here. It has numbers that span over a period of time which shows a pretty big picture too.",87.701,5,,8.049,2,7,3,4,1,5,6,18.732,4,4,1,4,4,2,9,6,,20.261,4,4,4,2,4,4,20.781,1,,4.353,2,1993,Alabama,6,3,1,,9,,Montgomery,3,3,2,,57.687,5aef97b09516fe00010959f4,"{""startTime"":1678929956512,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678929846644,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678929735254,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":13797,""label"":""hovered"",""timeHovered"":3443,""week"":""2021-10-11""},{""time"":23005,""label"":""tour_next"",""step"":2},{""time"":26642,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678929830866,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,line,1,1,0,Positive,3.7,0,0,0,0,0,0,15,1,1,1,1,1 -2023-03-15 21:07:08,2023-03-15 21:31:56,0,100,1488,1,2023-03-15 21:31:57,R_3IRwMATmZEoo2i1,40.2917,-79.4054,EN,1,35.906,2,,2,9.957,15.022,69,33,79,52.76,159.575,-2,1,100.604,-1,-3,114.893,-3,37.786,15.111,3,4,3,4,6,4,"I see the CDC is the source now, in the previous question I answered I didn't know where the data was obtained because i didn't notice the CDC notation under the chart, unless it wasn't there? :)",95.655,4,3,2,4,2,3,"I have no idea how the data was gathered, if this is a 'dishonest' research study, etc. Where did the visualization come from? Who provided the data? How was it collected? ",61.764,6,"Thank you, good luck! ",21.93,2,7,3,4,1,5,6,26.697,3,5,4,4,7,6,10,8,,34.845,2,4,4,4,5,3,40.455,3,1,13.667,2,1967,Pennsylvania,3,1,1,,7,,,3,4,1,6066736bd2119d9d5f7232eb@email.prolific.co,363.907,6066736bd2119d9d5f7232eb,"{""startTime"":1678929297889,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678929169429,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":7170,""label"":""started_brush"",""startDate"":""2021-11-01"",""endDate"":""2022-01-02""},{""time"":11060,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1496,""week"":""52"",""id"":""chart""},{""time"":17522,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2418,""week"":""52"",""id"":""chart""},{""time"":19993,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1946,""week"":""51"",""id"":""chart""}]}","{""startTime"":1678928954753,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":25,""label"":""tour_started""},{""time"":30396,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3931,""week"":""52"",""id"":""chart""},{""time"":35837,""label"":""tour_next"",""step"":5},{""time"":56566,""label"":""started_brush"",""startDate"":""2021-05-04"",""endDate"":""2021-08-01""},{""time"":58188,""label"":""tour_next"",""step"":5},{""time"":70967,""label"":""moved_brush"",""startDate"":""2021-06-01"",""endDate"":""2021-08-29""},{""time"":73131,""label"":""tour_next"",""step"":5},{""time"":79682,""label"":""cleared_brush"",""using"":""Click""},{""time"":79682,""label"":""cleared_brush"",""using"":""Escape""},{""time"":85658,""label"":""tour_next"",""step"":5},{""time"":95075,""label"":""tour_end"",""step"":5},{""time"":99363,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5145,""week"":""52"",""id"":""chart""},{""time"":104919,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3003,""week"":""52"",""id"":""chart""},{""time"":108601,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1218,""week"":""51"",""id"":""chart""},{""time"":109917,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8042,""week"":""52"",""id"":""chart""},{""time"":129475,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3049,""week"":""15"",""id"":""chart""},{""time"":132533,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1051,""week"":""15"",""id"":""chart""},{""time"":135727,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1247,""week"":""16"",""id"":""chart""}]}","{""startTime"":1678929153598,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":3169,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3238,""week"":""1"",""id"":""chart""}]}",1,complex,bar,1,0,0,Negative,3.7,0,1,1,3.238,3.238,0,15,0.5,0,0,0,3 -2023-03-15 21:19:49,2023-03-15 21:32:26,0,100,757,1,2023-03-15 21:32:26,R_1EgledL37tT9QJV,32.0563,-81.05,EN,1,41.369,1,3,1,8.895,15.113,92,100,100,30.98,37.969,1,1,39.896,-3,1,94.603,-1,44.325,15.01,5,4,5,6,6,5,,69.92,6,6,6,6,6,6,The visualization matches the numbers. There doesn't appear to be any trickery. ,60.422,6,,22.838,2,7,3,4,1,5,6,28.598,4,4,1,4,3,1,8,7,,44.848,3,5,5,2,5,4,39.551,1,1,15.209,2,1994,Georgia,7,2,1,,9,,Savannah,5,4,1,justinarieger94@gmail.com,86.507,6412602f8dbfc5b8426867f2,"{""startTime"":1678929852511,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":12282,""label"":""source_clicked""},{""label"":""window_blurred"",""time"":12307},{""label"":""window_focused"",""time"":18897},{""label"":""window_blurred"",""time"":22145},{""label"":""window_focused"",""time"":27461},{""time"":51771,""label"":""hovered"",""timeHovered"":9542,""week"":""2022-01-10""}]}","{""startTime"":1678929923073,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678929703209,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":1988,""label"":""hovered"",""timeHovered"":3372,""week"":""2021-12-20""},{""time"":10373,""label"":""hovered"",""timeHovered"":3825,""week"":""2021-09-13""},{""time"":15353,""label"":""hovered"",""timeHovered"":1790,""week"":""2021-11-22""},{""time"":19080,""label"":""hovered"",""timeHovered"":2455,""week"":""2022-01-10""},{""time"":22915,""label"":""tour_next"",""step"":2},{""time"":27152,""label"":""tour_end"",""step"":2},{""time"":30046,""label"":""hovered"",""timeHovered"":1933,""week"":""2021-11-08""}]}","{""startTime"":1678929836917,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7598,""label"":""hovered"",""timeHovered"":2093,""week"":""2022-01-10""},{""time"":11267,""label"":""hovered"",""timeHovered"":1175,""week"":""2022-01-10""},{""time"":12448,""label"":""hovered"",""timeHovered"":1487,""week"":""2022-01-10""}]}",1,moderate,line,1,0,0,Positive,4,0,3,3,4.755,1.585,4850,15,1,0.5,0,0.5,2 -2023-03-15 21:22:46,2023-03-15 21:33:24,0,100,637,1,2023-03-15 21:33:25,R_12gR0QmA3TNVDNl,43.1503,-77.5881,EN,1,8.89,,,,,15.008,88,87,70,15.635,81.685,1,-2,90.343,1,1,22.84,1,45.458,15.024,2,7,2,3,7,7,The color key w/in the static and interactive maps have different color coding. ,72.595,7,7,4,7,1,7,The key for the static vs. interactive visualizations are inconsistent. ,27.537,4,,6.536,2,7,3,4,1,5,6,19.346,4,5,3,4,7,4,9,9,,19.401,4,4,4,2,4,4,18.2,2,,4.19,2,1993,New York,7,3,1,,7,,,11,3,2,,109.262,5ec3f446aa5afd2881e19363,"{""startTime"":1678929957236,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":14046,""label"":""hovered"",""timeHovered"":8716,""week"":""2022-01-03""},{""time"":48991,""label"":""hovered"",""timeHovered"":1891,""week"":""2021-11-22""}]}","{""startTime"":1678930030451,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":3616,""label"":""hovered"",""timeHovered"":1615,""week"":""2021-12-20""},{""time"":5764,""label"":""hovered"",""timeHovered"":4334,""week"":""2022-01-03""}]}","{""startTime"":1678929813409,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":6175,""label"":""hovered"",""timeHovered"":7872,""week"":""2021-08-23""},{""time"":15297,""label"":""hovered"",""timeHovered"":2631,""week"":""2022-01-03""},{""time"":18710,""label"":""hovered"",""timeHovered"":3877,""week"":""2021-12-27""},{""time"":28615,""label"":""tour_next"",""step"":5},{""time"":50846,""label"":""cleared_brush"",""using"":""click""},{""time"":55145,""label"":""started_brush"",""startDate"":""2021-09-26"",""endDate"":""2022-02-13""},{""time"":57991,""label"":""moved_brush"",""startDate"":""2021-05-27"",""endDate"":""2021-10-14""},{""time"":58928,""label"":""tour_next"",""step"":5},{""time"":63644,""label"":""moved_brush"",""startDate"":""2021-05-27"",""endDate"":""2021-12-17""},{""time"":64989,""label"":""tour_next"",""step"":5},{""time"":71694,""label"":""cleared_brush"",""using"":""click""},{""time"":71698,""label"":""cleared_brush"",""using"":""Escape""},{""time"":72978,""label"":""tour_next"",""step"":5},{""time"":77486,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678929941681,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":4070,""label"":""hovered"",""timeHovered"":1453,""week"":""2021-09-06""}]}",0,complex,line,0,1,0,Negative,3.7,0,1,1,1.453,1.453,0,15,0.5,1,1,1,3 -2023-03-15 21:21:14,2023-03-15 21:33:25,0,100,731,1,2023-03-15 21:33:26,R_22y49Pr15ubkmpV,39.9587,-82.9987,EN,1,6.6,,,,,15.012,92,93,75,46.672,53.41,1,1,60,1,1,148.765,1,29.725,15.009,3,3,3,4,4,3,,35.142,3,4,4,1,3,3,I feel like I don't know enough about it. Who created it? Is it verified? etc.,34.634,6,,13.617,2,7,3,4,1,5,6,22.526,5,9,5,8,8,6,11,10,,47.079,2,2,4,3,3,3,51.929,1,,6.73,2,1988,Michigan,6,3,1,,9,,Bear Lake,9,4,1,kekazmer@gmail.com,60.314,610855877c8363d76b3e6338,"{""startTime"":1678930001137,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":130,""label"":""hovered"",""timeHovered"":1737,""week"":""2022-01-10""},{""time"":2881,""label"":""hovered"",""timeHovered"":1004,""week"":""2022-01-10""}]}","{""startTime"":1678930037574,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678929779923,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":13764,""label"":""hovered"",""timeHovered"":1100,""week"":""2021-12-20""},{""time"":16565,""label"":""hovered"",""timeHovered"":5735,""week"":""2022-01-10""},{""time"":25323,""label"":""tour_next"",""step"":2},{""time"":30387,""label"":""tour_end"",""step"":2},{""time"":36311,""label"":""hovered"",""timeHovered"":1112,""week"":""2022-01-10""},{""time"":42628,""label"":""hovered"",""timeHovered"":2321,""week"":""2021-08-23""},{""time"":47243,""label"":""hovered"",""timeHovered"":1228,""week"":""2021-09-13""}]}","{""startTime"":1678929984183,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7931,""label"":""hovered"",""timeHovered"":1115,""week"":""2022-01-03""},{""time"":9868,""label"":""hovered"",""timeHovered"":4155,""week"":""2022-01-03""}]}",0,moderate,line,1,0,0,Negative,2.8,0,2,2,5.27,2.635,1937,15,1,1,1,1,2 -2023-03-15 21:26:20,2023-03-15 21:33:47,0,100,446,1,2023-03-15 21:33:47,R_xaTqLFnMn6jUN5n,31.1498,-85.369,EN,1,6.524,,,,,15.008,78,100,56,15.682,30.523,1,1,27.925,-3,-3,75.664,1,36.732,15.011,4,5,4,5,5,5,,27.178,3,5,5,3,3,4,I don't know where they are getting the data.,9.798,6,,8.536,2,7,3,4,1,5,6,13.747,6,6,6,6,6,6,6,6,,36.672,3,4,4,2,4,4,18.336,4,,3.61,2,1990,Alabama,2,3,1,,7,,,9,3,1,,39.481,62b0d68496379e085ae5d793,"{""startTime"":1678930147611,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":239,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1687,""week"":""1"",""id"":""chart""},{""time"":2431,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1618,""week"":""2"",""id"":""chart""}]}","{""startTime"":1678930175230,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678930024455,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":22,""label"":""tour_started""},{""time"":7862,""label"":""tour_next"",""step"":2},{""time"":11789,""label"":""tour_end"",""step"":2},{""time"":16489,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4364,""week"":""52"",""id"":""chart""},{""time"":22313,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2619,""week"":""52"",""id"":""chart""},{""time"":25013,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1722,""week"":""51"",""id"":""chart""}]}","{""startTime"":1678930132185,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":4715,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2399,""week"":""1"",""id"":""chart""},{""time"":8028,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3091,""week"":""50"",""id"":""chart""},{""time"":11167,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1047,""week"":""51"",""id"":""chart""}]}",0,moderate,bar,1,0,0,Negative,3.5,0,3,3,6.537,2.179,6452,15,1,0,1,0,2 -2023-03-15 21:27:05,2023-03-15 21:34:54,0,100,469,1,2023-03-15 21:34:55,R_3nGF4bARqRFo5Di,36.1788,-115.1715,EN,1,3.044,,,,,15.019,91,100,76,15.453,22.388,1,1,56.319,-2,-3,68.382,1,42.697,15.12,5,5,6,6,6,6,,30.825,6,6,6,5,4,6,"Because it links the Croatian Agricultural Ministry (or something like that) source at the bottom, and the data looks legit.",44.629,4,,6.634,2,7,3,4,1,5,6,15.591,5,6,4,7,6,5,11,10,,16.055,5,5,5,1,5,5,14.069,2,,3.286,1,1997,Nevada,5,3,1,,5,,,4,4,1,5cfb6018bdfd56001820466f@email.prolific.co,49.278,5cfb6018bdfd56001820466f,"{""startTime"":1678930229849,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":12219},{""label"":""window_focused"",""time"":22029}]}","{""startTime"":1678930163628,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678930068555,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":10310,""label"":""tour_next"",""step"":2},{""time"":16205,""label"":""tour_end"",""step"":2},{""time"":18468,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1145,""week"":""52"",""id"":""chart2""},{""time"":20121,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1526,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678930148144,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":3975,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1544,""week"":""52"",""id"":""chart2""}]}",0,simple,bar,1,0,0,Positive,4.3,0,1,1,1.544,1.544,0,15,1,0,1,1,1 -2023-03-15 21:26:10,2023-03-15 21:35:42,0,100,571,1,2023-03-15 21:35:43,R_3fjizYOzJhJgzQU,40.7406,-111.823,EN,1,78.84,,,,,15.107,71,63,57,53.615,19.07,1,1,62.629,1,1,44.902,-1,30.561,15.108,5,2,5,5,4,5,,40.353,5,5,5,7,1,5,"The source of the data seems reputable, and it seems to be presented in a more factual way that limits bias.",39.975,5,,8.046,2,7,3,4,1,5,6,22.347,3,4,5,7,5,5,8,9,,22.066,4,4,4,2,4,4,25.772,2,,2.522,1,2000,Utah,6,3,1,,7,,,7,4,2,,36.925,607b58309b190663ca83c23f,"{""startTime"":1678930277253,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":18340},{""label"":""window_focused"",""time"":22478}]}","{""startTime"":1678930215539,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678930134847,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":6921,""label"":""tour_next"",""step"":2},{""time"":9263,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678930199855,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":4479,""label"":""hovered"",""timeHovered"":1118,""week"":""2022-01-03""}]}",0,moderate,line,2,0,0,Positive,3.7,0,1,1,1.118,1.118,0,15,1,1,0,1,2 -2023-03-15 21:26:16,2023-03-15 21:35:51,0,100,575,1,2023-03-15 21:35:52,R_2flnl1kA43DxTD6,47.0111,-122.875,EN,1,6.533,1,4,2,6.532,15.11,100,100,84,39.381,53.128,1,1,42.411,1,1,50.313,1,32.083,15.012,5,5,5,5,5,5,,30.653,5,6,5,5,5,5,"Although I'm not 100% confident in the CDC, they have access to the biggest database of Covid infections and have the resources to gather and present their best efforts when it comes to providing the data to the public. ",74.458,4,,7.817,2,7,3,4,1,5,6,13.832,6,6,3,4,7,4,10,9,,26.766,2,3,1,4,4,2,25.672,2,1,13.298,2,1967,Washington,6,2,1,,7,,,6,4,1,,75.874,5c5fc0136467ac0001b80940,"{""startTime"":1678930170225,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678930201319,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678930057980,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":6112,""label"":""hovered"",""timeHovered"":1734,""week"":""2021-09-13""},{""time"":21623,""label"":""tour_next"",""step"":2},{""time"":27443,""label"":""tour_end"",""step"":2},{""time"":28619,""label"":""hovered"",""timeHovered"":1231,""week"":""2021-12-27""},{""time"":32355,""label"":""hovered"",""timeHovered"":3649,""week"":""2021-04-12""},{""time"":44651,""label"":""hovered"",""timeHovered"":1425,""week"":""2021-12-27""}]}","{""startTime"":1678930154476,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":4699,""label"":""hovered"",""timeHovered"":2675,""week"":""2021-12-27""},{""time"":11319,""label"":""hovered"",""timeHovered"":2218,""week"":""2022-02-07""},{""time"":13717,""label"":""hovered"",""timeHovered"":1658,""week"":""2022-01-31""}]}",1,simple,line,1,0,0,Positive,2.7,0,3,3,6.551,2.183666666666667,9018,15,1,1,1,1,1 -2023-03-15 21:28:07,2023-03-15 21:36:01,0,100,473,1,2023-03-15 21:36:01,R_3JJYM9m6Ezqe0YB,38.8768,-104.812,EN,1,5.532,,,,,15.115,100,100,100,16.244,55.587,1,1,33.975,1,1,29.535,1,42.69,15.01,5,5,5,5,5,5,,22.134,6,6,6,7,2,5,the data is displayed in a which in which I can get specific pieces of data and view it accurately. I have control over it and it is plotted in an unbiased way. Also it comes from a reputable source,58.85,4,,11.27,2,7,3,4,1,5,6,18.826,3,8,8,6,3,6,11,11,,22.742,3,3,4,3,3,3,32.672,2,,6.992,1,1999,Colorado,6,3,1,,7,,,18,4,2,,42.948,63ea72008c84049045b492c7,"{""startTime"":1678930249396,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930272326,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930134760,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":14149,""label"":""tour_next"",""step"":5},{""time"":23181,""label"":""cleared_brush"",""using"":""click""},{""time"":27916,""label"":""started_brush"",""startDate"":""2021-06-09"",""endDate"":""2021-08-06""},{""time"":28721,""label"":""tour_next"",""step"":5},{""time"":30036,""label"":""moved_brush"",""startDate"":""2021-06-09"",""endDate"":""2021-08-06""},{""time"":31804,""label"":""moved_brush"",""startDate"":""2021-09-21"",""endDate"":""2021-11-18""},{""time"":33885,""label"":""tour_next"",""step"":5},{""time"":39989,""label"":""moved_brush"",""startDate"":""2021-06-15"",""endDate"":""2021-08-12""},{""time"":42477,""label"":""cleared_brush"",""using"":""click""},{""time"":42478,""label"":""cleared_brush"",""using"":""Escape""},{""time"":44139,""label"":""tour_next"",""step"":5},{""time"":46607,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678930233755,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":5754,""label"":""hovered"",""timeHovered"":1497,""week"":""2021-12-20""}]}",0,complex,line,1,1,0,Positive,3.2,0,1,1,1.497,1.497,0,15,1,1,1,1,3 -2023-03-15 21:23:06,2023-03-15 21:36:30,0,100,803,1,2023-03-15 21:36:30,R_bsDAFObH3ysFXJT,42.5231,-96.396,EN,1,13.479,2,,2,2.424,15.008,62,71,50,14.362,25.167,-2,1,107.866,-3,-3,87.263,-1,235.057,15.008,4,2,3,4,4,4,,16.207,3,4,3,2,3,4,It seems realistic but not sure how accurate it actually is,20.603,4,,6.389,2,7,3,4,1,5,6,18.542,4,5,8,7,4,5,9,9,,23.389,3,2,2,3,3,4,20.146,6,2,14.843,2,2001,Nebraska,3,3,1,,7,,,12,2,2,,127.178,611d2be161ceef6c9d25af13,"{""startTime"":1678929991617,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678930008479,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678929842262,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":9804,""label"":""tour_next"",""step"":2},{""time"":13701,""label"":""tour_end"",""step"":2},{""time"":14448,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2035,""week"":""33"",""id"":""chart""},{""time"":18648,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3092,""week"":""52"",""id"":""chart""},{""time"":22453,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2164,""week"":""52"",""id"":""chart2""}]}","{""startTime"":1678929976049,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":2915,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1523,""week"":""52"",""id"":""chart2""},{""time"":4824,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1165,""week"":""52"",""id"":""chart""},{""time"":6663,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2380,""week"":""52"",""id"":""chart""}]}",1,simple,bar,0,1,0,Neutral,2.8,0,3,3,5.068,1.6893333333333331,3748,15,0.5,0,0,0.5,1 -2023-03-15 21:15:02,2023-03-15 21:36:32,0,100,1290,1,2023-03-15 21:36:33,R_3jZhAAXVx0xwbUz,30.4908,-84.3158,EN,1,9.306,,,,,15.112,100,3,17,20.898,227.131,1,-2,67.242,-1,-3,189.816,1,91.535,15.01,3,4,3,4,5,3,,49.809,5,4,4,4,7,5,"I agreed with the statement because the question started with ""assume the data is trustworthy"" therefore, if the data was trustworthy, I trust the visualization to represent that",91.125,4,,7.901,2,7,3,4,1,5,6,26.462,1,5,2,3,4,3,10,8,,29.201,3,2,5,3,3,3,41.362,1,,8.541,2,2003,Florida,2,1,1,,9,,NORTH LAUDERDALE,5,4,1,mayastinafredericks@gmail.com,244.945,61650ba8e42101c561bf7335,"{""startTime"":1678929893172,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":31623},{""label"":""window_focused"",""time"":36706}]}","{""startTime"":1678929944420,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678929458867,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":30,""label"":""tour_started""},{""time"":179444,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4012,""week"":""49"",""id"":""chart""},{""time"":186869,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1249,""week"":""52"",""id"":""chart""},{""time"":191409,""label"":""tour_next"",""step"":2},{""time"":195614,""label"":""tour_end"",""step"":2},{""time"":201003,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":24012,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678929877580,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":7893,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1531,""week"":""1"",""id"":""chart""},{""time"":9809,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4874,""week"":""49"",""id"":""chart""}]}",0,moderate,bar,1,0,0,Positive,3.2,0,2,2,6.405,3.2025,1916,15,0.5,0,1,0,2 -2023-03-15 21:29:06,2023-03-15 21:36:46,0,100,459,1,2023-03-15 21:36:47,R_yqAf1ZWKJErwihH,36.0048,-86.7886,EN,1,4.441,1,1,1,4.886,15.009,83,36,39,13.203,83.244,1,1,30.959,1,1,43.727,-1,35.301,15.01,5,5,5,5,5,5,,15.965,5,5,5,5,4,5,It comes from a reputable source and has specific data points to explain it,27.797,5,,6.902,2,7,3,4,1,5,6,25.103,4,4,4,4,4,5,10,10,,15.228,4,3,4,2,3,3,24.46,2,2,14.739,2,2000,Tennessee,6,3,1,,7,,,14,4,2,,43.048,6282a009d98ec3cafb4d8d48,"{""startTime"":1678930379283,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930330527,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930195380,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":19,""label"":""tour_started""},{""time"":14127,""label"":""hovered"",""timeHovered"":2762,""week"":""2022-01-10""},{""time"":19341,""label"":""hovered"",""timeHovered"":1450,""week"":""2021-08-16""},{""time"":22623,""label"":""hovered"",""timeHovered"":3150,""week"":""2021-08-23""},{""time"":30003,""label"":""tour_next"",""step"":5},{""time"":43155,""label"":""started_brush"",""startDate"":""2021-05-31"",""endDate"":""2021-11-19""},{""time"":44598,""label"":""tour_next"",""step"":5},{""time"":51772,""label"":""moved_brush"",""startDate"":""2021-05-05"",""endDate"":""2021-10-24""},{""time"":52716,""label"":""tour_next"",""step"":5},{""time"":59586,""label"":""cleared_brush"",""using"":""click""},{""time"":59588,""label"":""cleared_brush"",""using"":""Escape""},{""time"":60740,""label"":""tour_next"",""step"":5},{""time"":64021,""label"":""tour_end"",""step"":5},{""time"":68439,""label"":""started_brush"",""startDate"":""2022-01-10"",""endDate"":""2022-02-13""},{""time"":71268,""label"":""moved_brush"",""startDate"":""2021-12-08"",""endDate"":""2022-02-13""},{""time"":74080,""label"":""hovered"",""timeHovered"":5167,""week"":""2022-01-10""}]}","{""startTime"":1678930314935,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":12906,""label"":""started_brush"",""startDate"":""2021-04-12"",""endDate"":""2021-05-05""}]}",1,complex,line,1,0,0,Positive,3.2,1,1,0,0,0,0,15,1,1,0,0,3 -2023-03-15 21:25:26,2023-03-15 21:37:48,0,100,741,1,2023-03-15 21:37:49,R_1flnDlXf1gDahEK,41.0326,-73.7621,EN,1,40.103,,,,,15.124,69,87,50,34.879,51.102,1,1,51.27,-3,-3,87.812,1,74.105,15.116,5,5,5,5,5,5,,38.305,5,5,5,4,3,5,It is easy to understand and seems accurate.,39.762,4,,28.153,2,7,3,4,1,5,6,28.419,5,5,5,5,6,4,10,9,,33.58,4,4,4,2,4,4,25.646,2,,10.388,2,2001,New York,3,1,1,,7,,,6,4,1,solanagagliano@gmail.com,98.737,6100a94845f823a05d74deb3,"{""startTime"":1678930141992,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":5552,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1826,""week"":""2"",""id"":""chart2""}]}","{""startTime"":1678930180811,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678930023537,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":6097,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3683,""week"":""1"",""id"":""chart""},{""time"":9881,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2631,""week"":""52"",""id"":""chart""},{""time"":17613,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1216,""week"":""49"",""id"":""chart""},{""time"":23141,""label"":""tour_next"",""step"":2},{""time"":40776,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1031,""week"":""26"",""id"":""chart2""},{""time"":43551,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678930126530,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,bar,0,2,0,Positive,3.7,0,0,0,0,0,0,15,1,0,1,1,1 -2023-03-15 21:31:30,2023-03-15 21:37:50,0,100,379,1,2023-03-15 21:37:50,R_YbHGh2dNd1DEV7r,21.3195,-157.8525,EN,1,5.433,1,4,2,8.452,15.008,87,96,89,9.842,14.236,1,1,34.292,1,1,64.766,1,26.58,15.007,5,4,5,5,5,5,,17.957,4,6,5,5,4,5,"It makes sense to me, it totals 100% of the confirmed cases and provides a breakdown of those cases that makes more sense.",26.344,6,,6.23,2,7,3,4,1,5,6,15.784,7,8,8,8,8,6,10,10,,15.824,3,4,4,2,3,4,11.44,2,1,7.317,1,1984,Hawaii,6,3,1,,9,,Honolulu,14,4,1,gregtake@gmail.com,48.681,559c192bfdf99b218a61f57f,"{""startTime"":1678930477767,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678930437051,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678930341051,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":8068,""label"":""tour_next"",""step"":2},{""time"":10156,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678930421326,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":4962,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2992,""week"":""50"",""id"":""chart""},{""time"":8946,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1602,""week"":""50"",""id"":""chart""},{""time"":10585,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1242,""week"":""51"",""id"":""chart""}]}",1,moderate,bar,0,1,0,Positive,3.3,0,3,3,5.836,1.9453333333333334,5623,15,1,1,1,1,2 -2023-03-15 21:23:11,2023-03-15 21:38:14,0,100,903,1,2023-03-15 21:38:15,R_238DbHH52USWLkE,28.6529,-81.2106,EN,1,14.2,1,3,2,5.451,15.016,96,98,72,33.975,150.431,1,-2,33.202,1,1,105.946,1,129.89,15.009,6,5,6,5,6,6,,26.493,5,5,5,6,6,5,"The visualization is a graphic published by the CDC, which is the established national public health agency of the US and is funded by the government. It is the foremost organization in terms of credibility and public trust when it comes to information, and so anything published by it would automatically have my trust unless proven otherwise.",92.565,4,,12.626,2,7,3,4,1,5,6,46.954,2,3,5,6,2,3,10,10,,37.02,2,4,5,2,5,3,27.444,2,1,9.131,2,1998,Florida,3,3,1,,2,,,19,4,1,aisirij9@gmail.com,98.158,5fee456f8929f014481adff9,"{""startTime"":1678930259564,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":3944},{""label"":""window_focused"",""time"":4548}]}","{""startTime"":1678930151749,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678929871923,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":136631,""label"":""hovered"",""timeHovered"":2716,""week"":""2022-01-03""},{""time"":145829,""label"":""tour_next"",""step"":2},{""time"":148598,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678930136174,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":2310,""label"":""hovered"",""timeHovered"":1949,""week"":""2021-09-27""},{""time"":5071,""label"":""hovered"",""timeHovered"":3927,""week"":""2022-01-10""},{""time"":9133,""label"":""hovered"",""timeHovered"":1391,""week"":""2022-01-10""},{""time"":10848,""label"":""hovered"",""timeHovered"":3411,""week"":""2021-09-06""}]}",1,moderate,line,1,0,0,Positive,3.5,0,4,4,10.678,2.6695,8538,15,0.5,1,1,1,2 -2023-03-15 21:28:57,2023-03-15 21:38:51,0,100,593,1,2023-03-15 21:38:52,R_2xL8AIyul71Jmis,29.7373,-95.3972,EN,1,156.981,1,1,1,5.963,15.014,81,100,100,11.156,28.605,1,1,46.176,-2,1,45.811,-3,32.396,15.117,5,6,6,6,6,6,,11.38,6,5,5,6,6,5,It only makes sense for those who havent taken the shot to be more affected than a person who has.,38.353,5,,5.98,2,7,3,4,1,5,6,24.246,1,3,1,1,1,4,9,10,,14.946,4,4,4,1,4,4,20.674,1,5,12.955,2,1999,Texas,6,1,1,,3,,,5,4,1,gladis.idlet1234@gmail.com,66.663,5d62239454f7a50001c70f03,"{""startTime"":1678930431611,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678930444313,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678930337937,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":25,""label"":""tour_started""},{""time"":6395,""label"":""tour_next"",""step"":2},{""time"":12572,""label"":""tour_end"",""step"":2},{""time"":14071,""label"":""hovered"",""timeHovered"":1677,""week"":""2021-12-27""},{""time"":16526,""label"":""hovered"",""timeHovered"":10287,""week"":""2022-01-03""}]}","{""startTime"":1678930415577,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":4440,""label"":""hovered"",""timeHovered"":1388,""week"":""2022-01-31""},{""time"":9914,""label"":""hovered"",""timeHovered"":1179,""week"":""2022-01-31""},{""time"":11538,""label"":""hovered"",""timeHovered"":2281,""week"":""2021-12-27""}]}",1,simple,line,0,1,0,Positive,3.5,0,3,3,4.848,1.6159999999999999,7098,15,1,0.5,0,1,1 -2023-03-15 21:31:51,2023-03-15 21:39:01,0,100,429,1,2023-03-15 21:39:02,R_1fZANCvjrS2RSDi,36.0217,-79.7839,EN,1,3.665,2,,2,3.497,15.113,59,29,74,25.421,31.899,1,1,36.222,1,1,34.425,1,39.925,15.107,3,7,3,4,4,3,,16.224,3,4,4,2,3,3,It doesn't have enough detail to confidently agree,27.126,4,,6.954,2,7,3,4,1,5,6,12.958,3,3,3,4,4,4,9,8,,20.829,3,4,4,3,3,2,20.643,3,2,14.924,2,1994,North Carolina,5,2,1,,7,,,19,3,2,,47.489,61004696895aeda4629ecd6e,"{""startTime"":1678930519364,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678930460667,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678930373023,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":10537,""label"":""hovered"",""timeHovered"":2917,""week"":""2022-01-10""},{""time"":15941,""label"":""tour_next"",""step"":2},{""time"":19005,""label"":""tour_end"",""step"":2},{""time"":26056,""label"":""hovered"",""timeHovered"":4709,""week"":""2022-01-10""}]}","{""startTime"":1678930440393,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":2322,""label"":""hovered"",""timeHovered"":2369,""week"":""2022-01-17""},{""time"":5572,""label"":""hovered"",""timeHovered"":3689,""week"":""2022-01-10""}]}",1,moderate,line,1,0,0,Neutral,3.2,0,2,2,6.058,3.029,3250,15,1,1,1,1,2 -2023-03-15 21:26:23,2023-03-15 21:39:35,0,100,791,1,2023-03-15 21:39:36,R_aVOhBj6ZLVoemJj,37.7958,-122.4203,EN,1,7.627,1,1,2,4.453,15.02,50,85,31,16.504,20.751,1,1,32.048,-3,-3,102.327,1,17.306,15.026,3,3,3,5,4,3,None,19.396,3,4,3,3,3,3,It was difficult to line up the bars with the correct dates and I wasn't sure if I was reading it correctly or not. ,28.519,4,None,8.084,2,7,3,4,1,5,6,14.294,3,1,1,3,3,3,6,6,None,19.021,4,4,5,2,4,4,11.473,5,1,9.646,2,1997,California,5,1,1,,7,,,7,4,1,mikaelaanderson13@gmail.com,47.747,5dec18ea1aaabf30d92ad722,"{""startTime"":1678930544022,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":1310,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1079,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678930564339,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678930403963,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":4822,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3242,""week"":""52"",""id"":""chart""},{""time"":10991,""label"":""tour_next"",""step"":2},{""time"":14539,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678930528195,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":2970,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1632,""week"":""1"",""id"":""chart""},{""time"":5138,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1428,""week"":""2"",""id"":""chart""},{""time"":7678,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1479,""week"":""2"",""id"":""chart""},{""time"":9812,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2695,""week"":""51"",""id"":""chart""},{""time"":12827,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1192,""week"":""52"",""id"":""chart""}]}",1,moderate,bar,0,1,0,Negative,3.8,0,5,5,8.426,1.6852,9857,15,1,0,1,0,2 -2023-03-15 21:17:00,2023-03-15 21:40:02,0,100,1382,1,2023-03-15 21:40:03,R_4PIR9ohTfulANBn,33.3974,-88.0245,EN,1,60.363,1,2,2,8.273,15.046,80,94,82,27.797,43.038,1,1,61.132,-3,-3,210.909,-1,59.416,15.115,3,5,3,5,6,4,none,49.133,3,5,5,5,5,5,because the questions were prefaced with saying assume you trust this data! lol also it cites the CDC,45.312,3,none,21.202,2,7,3,4,1,5,6,78.683,5,2,3,9,2,4,9,6,none,35.788,4,4,5,1,5,5,130.138,5,1,44.47,1,1977,Alabama,3,1,1,,9,,Millport,7,4,1,jladdsmith@gmail.com,74.498,6400f14b24ac2b910c9f2d93,"{""startTime"":1678929819948,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678929869867,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678929548285,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":29,""label"":""tour_started""},{""time"":23044,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1899,""week"":""52"",""id"":""chart""},{""time"":30019,""label"":""tour_next"",""step"":2},{""time"":35877,""label"":""tour_end"",""step"":2},{""time"":36769,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1306,""week"":""1"",""id"":""chart""}]}","{""startTime"":1678929803984,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar,1,0,0,Positive,4,0,0,0,0,0,0,15,1,0,0,0,2 -2023-03-15 21:28:32,2023-03-15 21:40:35,0,100,722,1,2023-03-15 21:40:36,R_31HqybmReTg2bC5,44.0197,-123.1008,EN,1,6.041,1,4,2,7.981,15.011,74,30,19,24.259,114.321,-2,1,37.434,1,1,55.872,1,31.874,15.118,3,3,3,4,7,3,,39.737,2,2,7,7,7,3,"I'm not sure how accurate the data that's being displayed tracks the historical data. But I'm not especially confident about my own sense of what was bad when, so I chose the most noncommital response.",107.701,4,,7.916,2,7,3,4,1,5,6,21.372,3,6,8,8,5,6,9,8,,33.052,5,5,5,1,5,5,24.572,5,2,20.736,1,1975,Oregon,6,2,1,,7,,,2,4,2,,91.684,5b745fb794c93d00010fc4c6,"{""startTime"":1678930491902,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930343254,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930180273,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":15391,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1451,""week"":""51"",""id"":""chart""},{""time"":19597,""label"":""tour_next"",""step"":5},{""time"":34810,""label"":""started_brush"",""startDate"":""2021-06-29"",""endDate"":""2021-11-29""},{""time"":36508,""label"":""tour_next"",""step"":5},{""time"":48317,""label"":""cleared_brush"",""using"":""Click""},{""time"":55758,""label"":""cleared_brush"",""using"":""Click""},{""time"":65119,""label"":""cleared_brush"",""using"":""Click""},{""time"":72009,""label"":""moved_brush"",""startDate"":""2021-05-07"",""endDate"":""2021-08-25""},{""time"":73632,""label"":""tour_next"",""step"":5},{""time"":80033,""label"":""cleared_brush"",""using"":""Click""},{""time"":81839,""label"":""tour_next"",""step"":5},{""time"":89787,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678930327639,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar,0,1,0,Neutral,4.3,0,0,0,0,0,0,15,0.5,1,1,1,3 -2023-03-15 21:23:56,2023-03-15 21:40:50,0,100,1014,1,2023-03-15 21:40:51,R_2EH8C905qstVlE2,30.3466,-81.6748,EN,1,12.451,,,,,15.013,1,100,0,75.098,68.865,1,1,54.88,-2,1,122.746,-2,106.62,15.111,5,5,5,5,5,5,,19.274,5,4,5,4,3,5,Because the data is clear.,20.367,4,,67.827,2,7,3,4,1,5,6,43.255,9,9,9,9,8,9,9,8,,36.901,5,5,5,1,5,4,107.152,2,,24.373,1,1965,Florida,7,3,1,,7,,,7,2,1,,138.076,631685f7d6d6fcb196e87f0a,"{""startTime"":1678930235981,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678930155521,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6313,""label"":""hovered"",""timeHovered"":1405,""week"":""2021-12-27""},{""time"":11289,""label"":""hovered"",""timeHovered"":2405,""week"":""2022-01-17""},{""time"":13926,""label"":""hovered"",""timeHovered"":1497,""week"":""2022-01-17""},{""time"":15550,""label"":""hovered"",""timeHovered"":1017,""week"":""2022-01-17""},{""time"":17680,""label"":""hovered"",""timeHovered"":1802,""week"":""2022-01-24""},{""time"":22505,""label"":""hovered"",""timeHovered"":4572,""week"":""2022-01-31""},{""time"":27514,""label"":""hovered"",""timeHovered"":1242,""week"":""2022-01-17""},{""time"":29062,""label"":""hovered"",""timeHovered"":4290,""week"":""2022-01-17""}]}","{""startTime"":1678929947426,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":34131,""label"":""tour_next"",""step"":2},{""time"":50286,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678930139991,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":13218,""label"":""hovered"",""timeHovered"":1299,""week"":""2022-01-10""}]}",0,moderate,line,0,1,0,Positive,4.2,0,1,1,1.299,1.299,0,15,1,0.5,0,0.5,2 -2023-03-15 21:32:07,2023-03-15 21:41:15,0,100,548,1,2023-03-15 21:41:17,R_ZvCkKt4auTexo6R,38.2539,-85.76,EN,1,7.257,,,,,15.106,85,85,80,20.194,22.839,-2,1,60.928,-3,-3,71.751,1,45.12,15.006,4,3,3,5,3,4,,16.794,3,4,4,1,1,4,I just don't know if there is anything being left out or how reputable the source is.,26.833,5,,15.342,2,7,3,4,1,5,6,17.298,7,9,8,9,9,6,8,10,,34.02,2,3,2,4,3,2,25.434,5,,12.403,1,1993,Kentucky,6,1,1,,7,,,17,2,2,,60.608,5e6040ebbccd41000ad90a4e,"{""startTime"":1678930484443,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678930501638,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678930384324,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":17,""label"":""tour_started""},{""time"":7235,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1726,""week"":""45"",""id"":""chart""},{""time"":12941,""label"":""tour_next"",""step"":2},{""time"":17424,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678930469077,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,bar,1,1,0,Negative,2.7,0,0,0,0,0,0,15,0.5,0,1,0.5,1 -2023-03-15 21:33:02,2023-03-15 21:41:17,0,100,495,1,2023-03-15 21:41:18,R_24FO6gcJetZihQi,34.0544,-118.2441,EN,1,4.871,,,,,15.009,82,83,82,35.475,30.726,1,1,45.254,1,1,44.403,1,83.379,15.113,5,4,5,5,5,5,,26.141,4,6,5,4,4,5,"It is easy to follow and it does not seem biased. I am not sure if it has gathered all information, but I typically trust science.",33.126,4,,7.541,2,7,3,4,1,5,6,19.547,4,6,4,6,9,7,11,10,,16.868,3,4,3,4,4,4,25.282,2,,3.477,2,2001,California,6,3,1,,7,,,17,4,1,610925067b0ea968105a1b72@email.prolific.co,47.675,610925067b0ea968105a1b72,"{""startTime"":1678930590071,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":980,""label"":""hovered"",""timeHovered"":1657,""week"":""2021-10-04""}]}","{""startTime"":1678930538116,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678930445683,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":3,""label"":""tour_started""},{""time"":5455,""label"":""hovered"",""timeHovered"":1323,""week"":""2021-12-06""},{""time"":11619,""label"":""tour_next"",""step"":2},{""time"":19419,""label"":""tour_end"",""step"":2},{""time"":21070,""label"":""hovered"",""timeHovered"":1455,""week"":""2022-02-07""},{""time"":24238,""label"":""hovered"",""timeHovered"":3323,""week"":""2021-12-27""}]}","{""startTime"":1678930522521,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":6295,""label"":""hovered"",""timeHovered"":3549,""week"":""2022-02-07""}]}",0,simple,line,1,1,0,Positive,3.7,0,1,1,3.549,3.549,0,15,1,1,1,1,1 -2023-03-15 21:25:21,2023-03-15 21:41:18,0,100,957,1,2023-03-15 21:41:20,R_07m37BlwEJyyun7,39.3179,-84.2483,EN,1,65.75,,,,,15.014,88,76,69,34.073,140.601,1,1,105.034,-2,1,93.931,1,37.286,15.115,5,5,4,5,5,5,,48.205,5,5,5,7,1,5,"It is a well designed graph that seems to clearly show the data and it is pretty easy to visualize the trends. I looked at the axes, legend, and looked more closely at certain time periods with the filter, and I did not feel that this graph was misleading in any way.",100.7,4,,16.778,2,7,3,4,1,5,6,22.01,4,3,5,4,3,4,10,8,,74.97,4,3,4,1,5,5,33.032,2,,7.557,2,2003,Ohio,3,1,1,,7,,,17,3,1,616870f3f5785e447dd90a2f@email.prolific.co,78.781,616870f3f5785e447dd90a2f,"{""startTime"":1678930238941,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930287714,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930044713,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":5673,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2849,""week"":""30"",""id"":""chart""},{""time"":38038,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1133,""week"":""39"",""id"":""chart""},{""time"":39188,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1033,""week"":""40"",""id"":""chart""},{""time"":40321,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1150,""week"":""41"",""id"":""chart""},{""time"":42354,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1283,""week"":""50"",""id"":""chart""},{""time"":44287,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5683,""week"":""51"",""id"":""chart""},{""time"":51574,""label"":""tour_next"",""step"":5},{""time"":59706,""label"":""cleared_brush"",""using"":""Click""},{""time"":76056,""label"":""started_brush"",""startDate"":""2021-05-08"",""endDate"":""2021-09-11""},{""time"":79112,""label"":""tour_next"",""step"":5},{""time"":104318,""label"":""started_brush"",""startDate"":""2021-05-16"",""endDate"":""2021-09-25""},{""time"":107307,""label"":""moved_brush"",""startDate"":""2021-06-24"",""endDate"":""2021-11-04""},{""time"":108104,""label"":""tour_next"",""step"":5},{""time"":115617,""label"":""cleared_brush"",""using"":""Click""},{""time"":115617,""label"":""cleared_brush"",""using"":""Escape""},{""time"":117362,""label"":""tour_next"",""step"":5},{""time"":124587,""label"":""tour_end"",""step"":5},{""time"":133391,""label"":""started_brush"",""startDate"":""2021-04-08"",""endDate"":""2021-06-16""},{""time"":134347,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3867,""week"":""15"",""id"":""chart""}]}","{""startTime"":1678930223274,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":6991,""label"":""started_brush"",""startDate"":""2021-07-25"",""endDate"":""2021-10-26""},{""time"":8189,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4296,""week"":""31"",""id"":""chart""},{""time"":12614,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1971,""week"":""32"",""id"":""chart""}]}",0,complex,bar,1,1,0,Positive,3.7,1,3,2,6.267,3.1335,5623,15,1,0.5,1,1,3 -2023-03-15 21:13:55,2023-03-15 21:41:26,0,100,1650,1,2023-03-15 21:41:28,R_2dSCUEHxxw1sv4p,29.9762,-95.6401,EN,1,40.769,,,,,15.016,64,36,61,97.827,381.105,1,1,226.729,1,-3,113.475,-2,101.62,15.023,4,3,3,4,5,3,Is this really a study done in Croatia?,188.082,4,4,5,7,7,3,Because I do not know if this is an actual study where this data was collected.,39.507,5,,29.605,2,7,3,4,1,5,6,35.39,5,8,9,7,6,8,9,9,,36.204,1,1,1,5,2,1,44.307,5,,16.498,2,1966,Texas,3,1,1,,7,,,17,1,1,sarmimom@gmail.com,149.813,6277f8b4e9145fb3dd34debd,"{""startTime"":1678929923697,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930112676,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678929423300,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":30456,""label"":""hovered"",""timeHovered"":7962,""week"":""2021-11-15""},{""time"":39574,""label"":""hovered"",""timeHovered"":5760,""week"":""2021-11-29""},{""time"":47301,""label"":""hovered"",""timeHovered"":4216,""week"":""2021-12-27""},{""time"":52440,""label"":""hovered"",""timeHovered"":1993,""week"":""2022-01-31""},{""time"":56016,""label"":""hovered"",""timeHovered"":3783,""week"":""2021-04-26""},{""time"":63823,""label"":""tour_next"",""step"":5},{""time"":87246,""label"":""started_brush"",""startDate"":""2021-06-05"",""endDate"":""2021-09-03""},{""time"":90277,""label"":""tour_next"",""step"":5},{""time"":109082,""label"":""moved_brush"",""startDate"":""2021-08-12"",""endDate"":""2021-11-11""},{""time"":112233,""label"":""tour_next"",""step"":5},{""time"":215277,""label"":""started_brush"",""startDate"":""2021-12-06"",""endDate"":""2022-02-13""},{""time"":236380,""label"":""moved_brush"",""startDate"":""2021-05-26"",""endDate"":""2022-02-13""},{""time"":236744,""label"":""moved_brush"",""startDate"":""2021-05-26"",""endDate"":""2022-02-13""},{""time"":240135,""label"":""cleared_brush"",""using"":""click""},{""time"":242902,""label"":""started_brush"",""startDate"":""2021-04-27"",""endDate"":""2021-05-18""},{""time"":244849,""label"":""tour_next"",""step"":5},{""time"":268409,""label"":""moved_brush"",""startDate"":""2021-05-27"",""endDate"":""2021-06-16""},{""time"":280700,""label"":""moved_brush"",""startDate"":""2021-05-27"",""endDate"":""2021-06-16""},{""time"":289752,""label"":""moved_brush"",""startDate"":""2021-05-27"",""endDate"":""2021-08-23""},{""time"":295002,""label"":""moved_brush"",""startDate"":""2021-06-27"",""endDate"":""2021-09-24""},{""time"":307853,""label"":""moved_brush"",""startDate"":""2021-06-27"",""endDate"":""2021-10-24""},{""time"":350934,""label"":""moved_brush"",""startDate"":""2021-06-27"",""endDate"":""2021-12-30""},{""time"":353950,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678929908390,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line,1,0,0,Negative,1.8,0,0,0,0,0,0,15,1,0.5,0,0,3 -2023-03-15 21:14:12,2023-03-15 21:41:48,0,100,1655,1,2023-03-15 21:41:49,R_2aRfSp7BzoInIYL,40.3469,-79.8689,EN,1,8.597,1,2,2,7.197,15.006,100,100,79,23.001,64.613,1,1,71.601,-3,-3,567.208,-3,64.013,15.007,5,5,5,5,5,5,,81.028,5,6,5,2,2,5,This information seems to be well research and provides dates and numbers that make sense.,32.389,4,,11.868,2,7,3,4,1,5,6,23.491,1,1,1,6,6,5,9,10,,107.29,2,2,5,2,2,2,32.364,1,3,15.884,1,1986,Pennsylvania,6,2,1,,3,,,5,4,2,,65.396,63e548215b42b3f3aa069dc2,"{""startTime"":1678929506989,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":8061},{""label"":""window_focused"",""time"":58503},{""label"":""window_blurred"",""time"":62555},{""label"":""window_focused"",""time"":63511}]}","{""startTime"":1678929588564,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":404},{""label"":""window_focused"",""time"":74223},{""label"":""window_blurred"",""time"":76247},{""label"":""window_focused"",""time"":77154},{""label"":""window_blurred"",""time"":83772},{""label"":""window_focused"",""time"":246526}]}","{""startTime"":1678929361656,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":17703,""label"":""tour_next"",""step"":5},{""time"":30465,""label"":""cleared_brush"",""using"":""Click""},{""time"":32147,""label"":""cleared_brush"",""using"":""Click""},{""time"":33082,""label"":""started_brush"",""startDate"":""2021-08-03"",""endDate"":""2021-11-16""},{""time"":38540,""label"":""tour_next"",""step"":5},{""time"":46486,""label"":""moved_brush"",""startDate"":""2021-09-02"",""endDate"":""2021-12-15""},{""time"":48486,""label"":""tour_next"",""step"":5},{""time"":54788,""label"":""cleared_brush"",""using"":""Click""},{""time"":54788,""label"":""cleared_brush"",""using"":""Escape""},{""time"":57239,""label"":""tour_next"",""step"":5},{""time"":62257,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678929491375,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar,1,1,0,Positive,2.5,0,0,0,0,0,0,15,1,0,0,0,3 -2023-03-15 21:31:59,2023-03-15 21:42:32,0,100,632,1,2023-03-15 21:42:33,R_28ZZTxj90YeYGGK,45.5472,-122.6417,EN,1,8.61,1,4,2,6.591,15.114,81,91,57,52.394,42.542,1,-2,41.427,-2,1,41.89,-3,106.118,15.01,4,3,6,6,6,6,I like that this one has the axes labelled.,40.904,5,5,6,1,7,6,I think it is consistent with what I remember at the time.,23.117,7,,6.888,2,7,3,4,1,5,6,21.104,1,1,1,3,1,1,10,10,,22.947,5,4,5,1,4,4,14.617,1,1,16.337,2,1967,Oregon,7,2,1,,7,,,12,4,1,cindihounton@yahoo.com,98.346,5664626351fac700118ed1df,"{""startTime"":1678930588490,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":33167},{""label"":""window_focused"",""time"":34073}]}","{""startTime"":1678930542442,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678930441021,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":20,""label"":""tour_started""},{""time"":33803,""label"":""tour_next"",""step"":2},{""time"":39483,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678930526670,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line,0,1,0,Positive,3.8,0,0,0,0,0,0,15,0.5,0.5,0,0.5,2 -2023-03-15 21:35:38,2023-03-15 21:42:34,0,100,415,1,2023-03-15 21:42:35,R_7aHi3p89Hp0e6E9,27.552,-99.4959,EN,1,2.626,,,,,15.013,0,60,50,10.855,52.811,1,1,38.768,-1,1,31.603,-3,52.021,15.009,5,3,5,5,5,5,,17.07,3,5,5,3,3,5,I feel it is based on scientific observation ,14.751,4,,5.928,2,7,3,4,1,5,6,15.505,1,2,4,5,6,1,11,10,,14.755,1,1,1,5,1,1,19.226,4,,3.416,2,1997,Texas,7,1,2,,4,,,4,5,2,,64.08,5f78ce64cb5f144a98a4fa38,"{""startTime"":1678930697878,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930715794,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930575142,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":28,""label"":""tour_started""},{""time"":7867,""label"":""tour_next"",""step"":5},{""time"":29945,""label"":""started_brush"",""startDate"":""2021-05-23"",""endDate"":""2022-02-13""},{""time"":31552,""label"":""tour_next"",""step"":5},{""time"":37452,""label"":""moved_brush"",""startDate"":""2021-05-23"",""endDate"":""2022-02-13""},{""time"":38934,""label"":""tour_next"",""step"":5},{""time"":46213,""label"":""cleared_brush"",""using"":""click""},{""time"":46216,""label"":""cleared_brush"",""using"":""Escape""},{""time"":48736,""label"":""tour_next"",""step"":5},{""time"":50254,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678930681225,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":6367,""label"":""hovered"",""timeHovered"":1752,""week"":""2022-01-17""},{""time"":9774,""label"":""hovered"",""timeHovered"":4364,""week"":""2022-01-17""}]}",0,complex,line,1,0,0,Positive,1.7,0,2,2,6.116,3.058,3407,15,1,0.5,0,0,3 -2023-03-15 21:34:18,2023-03-15 21:42:52,0,100,513,1,2023-03-15 21:42:53,R_4YHYIIzBjFmDBDP,34.0587,-118.2781,EN,1,13.122,2,,2,3.123,15.113,23,23,64,21.273,17.424,1,1,50.379,-3,1,30.992,1,26.746,15.01,4,5,4,5,7,5,n/a,31.798,5,5,6,2,7,3,it looks like it was professionally created and the data seems accurate.,23.494,4,n/a,13.007,2,7,3,4,1,5,6,23.481,4,4,7,5,4,6,10,8,n/a,29.899,4,3,4,3,5,4,37.235,6,3,23.197,1,1987,California,6,3,1,,9,,Bel Air,14,2,1,jdchiles87@gmail.com,86.64,63345f710321e08d1720919e,"{""startTime"":1678930662101,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678930611955,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678930526873,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":12318,""label"":""tour_next"",""step"":2},{""time"":15564,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678930596265,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line,1,1,0,Positive,3.8,0,0,0,0,0,0,15,1,0.5,1,1,1 -2023-03-15 21:32:53,2023-03-15 21:43:22,0,100,629,1,2023-03-15 21:43:24,R_3rTbColiNmsIXf7,33.4849,-86.8596,EN,1,12.337,1,2,1,5.806,15.012,99,56,69,32.481,44.919,1,1,50.967,1,1,108.647,1,76.562,15.143,5,2,7,6,5,4,,23.506,2,6,5,7,4,4,"It looks like a legitimate, credible, and valid scientific visualization using reputable data and information. However, there is less information than I would like.",42.816,4,,4.632,2,7,3,4,1,5,6,17.237,1,1,2,3,2,5,5,3,,31.699,3,5,4,3,4,3,24.535,5,1,9.005,2,2000,Alabama,6,3,4,Arabic and English,5,,,11,1,1,,45.784,63d79e5ecdcf4d0dbd646bf6,"{""startTime"":1678930672246,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930593163,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930453557,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":8242,""label"":""tour_next"",""step"":5},{""time"":20170,""label"":""started_brush"",""startDate"":""2021-06-05"",""endDate"":""2021-08-04""},{""time"":22570,""label"":""moved_brush"",""startDate"":""2021-06-05"",""endDate"":""2021-08-13""},{""time"":26017,""label"":""tour_next"",""step"":5},{""time"":30039,""label"":""moved_brush"",""startDate"":""2021-06-05"",""endDate"":""2021-07-10""},{""time"":30956,""label"":""tour_next"",""step"":5},{""time"":36465,""label"":""cleared_brush"",""using"":""click""},{""time"":38221,""label"":""tour_next"",""step"":5},{""time"":42580,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678930576959,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":9930,""label"":""hovered"",""timeHovered"":5182,""week"":""2021-12-20""}]}",1,complex,line,1,0,0,Positive,3.7,0,1,1,5.182,5.182,0,15,1,1,1,1,3 -2023-03-15 21:32:27,2023-03-15 21:44:12,0,100,705,1,2023-03-15 21:44:13,R_1Do2jQURDJSUyMu,35.8677,-86.4174,EN,1,13.057,,,,,15.017,63,34,73,21.448,122.273,1,1,40.985,-3,1,52.794,1,39.716,15.016,5,4,5,5,5,5,,83.016,5,4,5,3,4,6,Because it said to assume that I trust this visualization.,33.454,6,,22.397,2,7,3,4,1,5,6,25.179,6,6,7,7,7,5,11,10,,31.142,4,3,4,2,4,3,22.016,1,,5.837,1,1986,Tennessee,2,2,1,,7,,,6,4,2,,98.322,5f7d026c6fd2421d2dc1af04,"{""startTime"":1678930654878,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930586092,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930406724,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":20149,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4389,""week"":""51"",""id"":""chart""},{""time"":24634,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1056,""week"":""52"",""id"":""chart""},{""time"":26410,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1135,""week"":""1"",""id"":""chart""},{""time"":30823,""label"":""tour_next"",""step"":5},{""time"":52695,""label"":""cleared_brush"",""using"":""Click""},{""time"":56443,""label"":""cleared_brush"",""using"":""Click""},{""time"":59356,""label"":""cleared_brush"",""using"":""Click""},{""time"":64193,""label"":""started_brush"",""startDate"":""2021-11-08"",""endDate"":""2021-12-20""},{""time"":65141,""label"":""tour_next"",""step"":5},{""time"":73957,""label"":""moved_brush"",""startDate"":""2021-10-16"",""endDate"":""2021-11-27""},{""time"":75475,""label"":""tour_next"",""step"":5},{""time"":84116,""label"":""cleared_brush"",""using"":""Click""},{""time"":86663,""label"":""tour_next"",""step"":5},{""time"":93780,""label"":""tour_end"",""step"":5},{""time"":107547,""label"":""started_brush"",""startDate"":""2021-06-02"",""endDate"":""2021-10-29""},{""time"":113139,""label"":""moved_brush"",""startDate"":""2021-09-10"",""endDate"":""2022-02-07""},{""time"":116122,""label"":""moved_brush"",""startDate"":""2021-12-03"",""endDate"":""2022-02-07""},{""time"":118365,""label"":""moved_brush"",""startDate"":""2021-12-03"",""endDate"":""2022-01-14""},{""time"":119763,""label"":""cleared_brush"",""using"":""Click""}]}","{""startTime"":1678930570393,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,bar,1,0,0,Neutral,3.3,0,0,0,0,0,0,15,1,0.5,1,1,3 -2023-03-15 21:33:56,2023-03-15 21:44:37,0,100,640,1,2023-03-15 21:44:37,R_2dlNhD8Lee8t0Di,41.8033,-87.9283,EN,1,9.263,,,,,15.123,100,100,76,22.502,12.793,1,1,121.228,-3,-3,58.49,-1,96.262,15.017,3,3,3,6,6,4,,30.101,6,6,5,2,7,4,"The data is displayed in a clear manner. It looks to be trustworthy, although I do not know the source or how it was taken.",27.746,5,,13.642,2,7,3,4,1,5,6,15.716,1,6,1,6,5,2,9,8,,22.689,3,5,5,2,5,4,24.104,1,,5.805,2,1994,Illinois,7,3,1,,7,,,4,3,1,egizew2@gmail.com,77.339,63c0e405027c09642621327f,"{""startTime"":1678930584197,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678930615310,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678930494871,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":106,""label"":""tour_started""},{""time"":6121,""label"":""tour_next"",""step"":2},{""time"":8901,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678930567744,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":10370,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3512,""week"":""1"",""id"":""chart""},{""time"":14014,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1133,""week"":""4"",""id"":""chart""}]}",0,moderate,bar,2,1,0,Positive,4,0,2,2,4.645,2.3225,3644,15,1,0,0,0,2 -2023-03-15 21:28:14,2023-03-15 21:45:32,0,100,1037,1,2023-03-15 21:45:33,R_DwuUDAr9KGKHPTr,39.0151,-95.6402,EN,1,69.769,1,2,1,11.001,15.011,90,65,44,56.268,67.021,1,1,64.365,1,1,81.304,1,85.911,15.008,5,4,5,5,5,4,None,105.104,4,5,5,4,4,4,"I understand it should be easy to just count the number of cases, however I have seen so many things changed to fit an agenda, that I always have some concerns when I see data. I just don't trust things 100%. ",71.395,3,,20.158,2,7,3,4,1,5,6,25.908,2,2,3,7,2,5,6,5,,56.359,4,4,4,2,4,4,87.853,5,2,25.379,2,1988,Kansas,7,3,1,,7,,,5,3,2,,105.924,6170afe6e3197de7542fd205,"{""startTime"":1678930410650,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":7749,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1442,""week"":""52"",""id"":""chart""},{""time"":9264,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1076,""week"":""51"",""id"":""chart""},{""time"":13604,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1132,""week"":""51"",""id"":""chart2""},{""time"":14854,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1270,""week"":""52"",""id"":""chart2""}]}","{""startTime"":1678930516398,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678930262681,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":22,""label"":""tour_started""},{""time"":12791,""label"":""tour_next"",""step"":2},{""time"":19604,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2701,""week"":""52"",""id"":""chart2""},{""time"":22372,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":13651,""week"":""51"",""id"":""chart2""},{""time"":38965,""label"":""tour_end"",""step"":2},{""time"":44734,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2061,""week"":""33"",""id"":""chart""},{""time"":48094,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3229,""week"":""1"",""id"":""chart""},{""time"":51900,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8690,""week"":""52"",""id"":""chart2""},{""time"":61675,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2017,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678930395176,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":1922,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1241,""week"":""1"",""id"":""chart""}]}",1,simple,bar,1,1,0,Negative,3.7,0,1,1,1.241,1.241,0,15,1,1,1,1,1 -2023-03-15 21:34:58,2023-03-15 21:45:59,0,100,661,1,2023-03-15 21:46:00,R_bq07yZx1RsKEWnD,43.2189,-88.1165,EN,1,8.422,,,,,15.043,77,47,54,31.307,63.965,-3,1,74.049,1,1,71.079,1,55.588,15.064,4,3,5,5,5,5,,36.838,3,5,5,4,4,4,Its from the chamber of Agriculture so I would assume the information on the visualization is correct but of course I can not be one hundred percent sure.,72.364,4,,7.647,2,7,3,4,1,5,6,24.565,6,6,6,6,6,7,9,9,,16.191,4,4,4,2,4,4,20.105,3,,3.157,2,1986,Wisconsin,3,2,1,,7,,,11,3,1,5f4f1795c7230316afc2b88a@email.prolific.co,72.101,5f4f1795c7230316afc2b88a,"{""startTime"":1678930712440,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":2123,""label"":""hovered"",""timeHovered"":1208,""week"":""2022-01-03""},{""time"":4968,""label"":""hovered"",""timeHovered"":2070,""week"":""2022-01-17""}]}","{""startTime"":1678930749725,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678930561076,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":22355,""label"":""tour_next"",""step"":2},{""time"":27638,""label"":""tour_end"",""step"":2},{""time"":28802,""label"":""hovered"",""timeHovered"":1001,""week"":""2022-01-10""},{""time"":32262,""label"":""hovered"",""timeHovered"":1388,""week"":""2021-08-09""},{""time"":34393,""label"":""hovered"",""timeHovered"":2728,""week"":""2021-04-12""},{""time"":38543,""label"":""hovered"",""timeHovered"":1317,""week"":""2021-04-12""},{""time"":46745,""label"":""hovered"",""timeHovered"":1673,""week"":""2021-11-22""},{""time"":50285,""label"":""hovered"",""timeHovered"":2905,""week"":""2021-12-27""},{""time"":54643,""label"":""hovered"",""timeHovered"":2417,""week"":""2022-01-10""}]}","{""startTime"":1678930696850,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":9175,""label"":""hovered"",""timeHovered"":3339,""week"":""2022-01-10""}]}",0,moderate,line,1,0,0,Positive,3.7,0,1,1,3.339,3.339,0,15,0.5,1,1,1,2 -2023-03-15 21:33:11,2023-03-15 21:46:18,0,100,787,1,2023-03-15 21:46:19,R_3PNRTmc8F2s06Fi,40.6124,-111.8832,EN,1,29.401,1,4,1,7.857,15.017,93,100,51,39.703,43.952,1,-3,76.91,-3,-1,132.592,1,70.723,15.115,5,6,6,6,6,6,,38.576,6,6,6,4,4,6,It reflects what I understand from the news I have read.,19.974,6,,11.445,2,7,3,4,1,5,6,18.612,5,8,6,6,8,5,11,10,,68.467,4,3,4,1,3,4,35.811,1,1,17.602,2,1954,Utah,7,1,1,,7,,,10,4,1,5e373f33a42bce6daa55ea65@email.prolific.co,80.274,5e373f33a42bce6daa55ea65,"{""startTime"":1678930695127,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678930636330,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678930498795,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":11475,""label"":""tour_next"",""step"":2},{""time"":20440,""label"":""tour_end"",""step"":2},{""time"":22839,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1815,""week"":""2"",""id"":""chart2""},{""time"":25094,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4343,""week"":""4"",""id"":""chart2""},{""time"":29808,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7179,""week"":""4"",""id"":""chart""}]}","{""startTime"":1678930620639,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":12642,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1503,""week"":""1"",""id"":""chart""},{""time"":14179,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1216,""week"":""2"",""id"":""chart""}]}",1,simple,bar,0,1,0,Positive,3.2,0,2,2,2.719,1.3595,1537,15,0.5,0,1,0.5,1 -2023-03-15 21:38:06,2023-03-15 21:47:24,0,100,557,1,2023-03-15 21:47:24,R_2XcAdyaHHUIQmZg,47.1173,-88.5535,EN,1,5.512,,,,,15.13,93,90,41,18.88,43.111,1,1,45.867,1,1,87.505,1,27.789,15.125,5,7,7,5,6,5,,20.323,4,5,5,7,2,4,"The visualization looks well put together and professional, which makes me trust it. However, I do not know anything about the topic, so I am unsure if the numbers are reasonable. ",31.622,4,,8.973,2,7,3,4,1,5,6,12.627,4,7,5,7,5,3,10,9,,90.506,2,2,3,4,3,4,32.758,1,,3.82,1,2001,Michigan,3,3,1,,7,,,11,3,2,,50.36,5eecf1789af5910cfeb71b53,"{""startTime"":1678930835868,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678930856988,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678930729894,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":22,""label"":""tour_started""},{""time"":6585,""label"":""hovered"",""timeHovered"":1674,""week"":""2021-08-09""},{""time"":16560,""label"":""hovered"",""timeHovered"":1037,""week"":""2021-06-07""},{""time"":20252,""label"":""tour_next"",""step"":2},{""time"":23406,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678930820024,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":671,""label"":""hovered"",""timeHovered"":4103,""week"":""2022-01-10""},{""time"":9331,""label"":""hovered"",""timeHovered"":1186,""week"":""2022-01-03""},{""time"":10516,""label"":""hovered"",""timeHovered"":1491,""week"":""2022-01-03""}]}",0,simple,line,1,1,0,Positive,3,0,3,3,6.78,2.2600000000000002,9845,15,1,1,1,1,1 -2023-03-15 21:35:23,2023-03-15 21:47:37,0,100,733,1,2023-03-15 21:47:37,R_3HKZgIMnnEMvVGF,42.0326,-97.4265,EN,1,26.899,1,2,2,7.517,15.043,73,83,52,27.803,32.968,1,-3,72.201,-3,1,79.662,-3,43.988,15.161,5,5,5,6,6,5,,49.295,5,5,5,3,3,5,The Center for Disease Control is the experts on this so I trust it.,34.053,5,,11.851,2,7,3,4,1,5,6,20.966,3,6,10,8,5,6,9,9,My trust in Doctors has decreased over the last few years. They seem to not have any idea sometimes.,68.804,3,4,4,2,5,4,54.003,4,4,10.518,1,1976,Nebraska,6,2,1,,7,,,10,3,2,,105.524,60e35afc1d7e1aee451eba47,"{""startTime"":1678930748096,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678930797930,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678930618698,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":20,""label"":""tour_started""},{""time"":19481,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2537,""week"":""50"",""id"":""chart""},{""time"":25369,""label"":""tour_next"",""step"":2},{""time"":30026,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678930732386,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar,1,0,0,Positive,3.7,0,0,0,0,0,0,15,0.5,0.5,0,0.5,2 -2023-03-15 21:30:19,2023-03-15 21:47:51,0,100,1052,1,2023-03-15 21:47:52,R_411uN30SxVoVzpf,42.5181,-70.899,EN,1,33.832,,,,,15.007,100,88,68,33.512,193.388,-2,1,91.622,-2,1,106.283,1,102.846,15.019,6,5,5,4,5,5,"I would like to see the weather added to this chart. Also, did the amount of workers in the field change due to COVID effect the planting and care at all? I wish there was a way to break out each type of dieses ",162.9,2,5,5,4,4,5,It looks professional. If I knew what organization produced the data I would trust it more ,41.169,7,,12.184,2,7,3,4,1,5,6,30.497,4,7,2,3,11,4,11,10,,29.459,2,2,2,4,1,2,29.802,2,,7.257,1,1965,Massachusetts,4,2,1,,9,,SALEM,3,3,1,chrisf01864@gmail.com,74.346,59ba2a6e6495ef00019fbd70,"{""startTime"":1678930624360,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930788150,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930311510,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":20,""label"":""tour_started""},{""time"":20017,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1334,""week"":""39"",""id"":""chart""},{""time"":26467,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1565,""week"":""51"",""id"":""chart""},{""time"":28099,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2049,""week"":""52"",""id"":""chart""},{""time"":36247,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1083,""week"":""46"",""id"":""chart""},{""time"":39817,""label"":""tour_next"",""step"":5},{""time"":48232,""label"":""cleared_brush"",""using"":""Click""},{""time"":68964,""label"":""started_brush"",""startDate"":""2021-05-25"",""endDate"":""2021-07-31""},{""time"":70194,""label"":""tour_next"",""step"":5},{""time"":78940,""label"":""moved_brush"",""startDate"":""2021-04-29"",""endDate"":""2021-07-05""},{""time"":80453,""label"":""tour_next"",""step"":5},{""time"":89001,""label"":""cleared_brush"",""using"":""Click""},{""time"":89001,""label"":""cleared_brush"",""using"":""Escape""},{""time"":94206,""label"":""cleared_brush"",""using"":""Click""},{""time"":94206,""label"":""cleared_brush"",""using"":""Escape""},{""time"":95388,""label"":""tour_next"",""step"":5},{""time"":104077,""label"":""tour_end"",""step"":5},{""time"":105250,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1142,""week"":""52"",""id"":""chart""},{""time"":111803,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1383,""week"":""51"",""id"":""chart""},{""time"":116979,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1224,""week"":""31"",""id"":""chart""},{""time"":124492,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1076,""week"":""40"",""id"":""chart""},{""time"":126651,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1966,""week"":""40"",""id"":""chart""},{""time"":129114,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1073,""week"":""36"",""id"":""chart""},{""time"":145735,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":2614,""week"":""52"",""id"":""chart""},{""time"":150936,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":2153,""week"":""1"",""id"":""chart""},{""time"":190567,""label"":""cleared_brush"",""using"":""Click""}]}","{""startTime"":1678930608819,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,bar,2,0,0,Positive,2.2,0,0,0,0,0,0,15,0.5,0.5,1,1,3 -2023-03-15 21:37:26,2023-03-15 21:48:13,0,100,647,1,2023-03-15 21:48:14,R_1fjxDquVEQcBLVh,37.9606,-87.5333,EN,1,8.275,1,3,2,5.695,15.182,74,62,51,26.199,94.752,1,-2,33.585,1,1,60.551,1,18.951,15.117,7,7,7,5,5,1,,33.747,2,5,4,7,7,3,I don't believe the data is true,13.601,1,,10.438,2,7,3,4,1,5,6,20.753,5,5,7,6,3,6,7,8,,27.053,2,2,3,3,2,2,34.696,5,4,16.3,2,1983,Indiana,6,2,1,,7,,,13,2,2,,153.466,63d18313a0fe35f35c2dfb1a,"{""startTime"":1678930889975,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930849094,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930717313,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":57,""label"":""tour_started""},{""time"":8548,""label"":""tour_next"",""step"":5},{""time"":20861,""label"":""cleared_brush"",""using"":""click""},{""time"":31608,""label"":""cleared_brush"",""using"":""click""},{""time"":46995,""label"":""started_brush"",""startDate"":""2021-06-09"",""endDate"":""2021-08-02""},{""time"":48123,""label"":""tour_next"",""step"":5},{""time"":55615,""label"":""moved_brush"",""startDate"":""2021-05-16"",""endDate"":""2021-07-10""},{""time"":56706,""label"":""tour_next"",""step"":5},{""time"":61908,""label"":""cleared_brush"",""using"":""click""},{""time"":61923,""label"":""cleared_brush"",""using"":""Escape""},{""time"":63458,""label"":""tour_next"",""step"":5},{""time"":67859,""label"":""tour_end"",""step"":5},{""time"":92469,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-10-13""}]}","{""startTime"":1678930832591,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":8823,""label"":""hovered"",""timeHovered"":1252,""week"":""2021-12-27""}]}",1,complex,line,1,0,0,Negative,2.3,0,1,1,1.252,1.252,0,15,0.5,1,1,1,3 -2023-03-15 21:32:07,2023-03-15 21:48:18,0,100,970,1,2023-03-15 21:48:19,R_3fNss7odunMmvVu,30.3586,-90.0561,EN,1,108.664,1,3,1,10.552,15.146,73,89,53,45.743,83.733,1,1,97.362,-3,1,106.302,1,56.737,15.022,5,5,5,5,5,5,,74.536,4,4,4,7,7,5,It is put out by the CDC,17.153,4,,10.778,2,7,3,4,1,5,6,33.683,4,6,6,6,5,7,9,9,,43.864,4,4,5,1,5,4,67.731,3,2,23.832,2,1957,Louisiana,3,3,1,,7,,,11,2,2,,89.296,62ea66128e0806710fb41dcc,"{""startTime"":1678930732999,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678930808681,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678930524553,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":32,""label"":""tour_started""},{""time"":59854,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4250,""week"":""52"",""id"":""chart""},{""time"":67508,""label"":""tour_next"",""step"":2},{""time"":73064,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678930716709,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar,1,0,0,Positive,3.8,0,0,0,0,0,0,15,1,0.5,1,0.5,2 -2023-03-15 21:34:03,2023-03-15 21:49:00,0,100,897,1,2023-03-15 21:49:01,R_3nJBfntOEC4dwKJ,21.3328,-158.0181,EN,1,48.522,1,2,2,6.598,15.013,84,92,48,40.586,73.028,1,1,93.4,-2,1,101.516,-1,73.552,15.014,7,7,7,2,7,1,none,49.028,7,2,2,7,7,7,"Based on recent information revealed to the public, I seriously question the accuracy and reliability of information coming from the CDC.",54.888,2,,8.125,2,7,3,4,1,5,6,20.531,1,1,11,4,1,4,4,8,,28.943,2,1,2,4,1,2,30.581,6,4,21.67,1,1951,Hawaii,7,2,1,,8,pdomen@hawaii.rr.com,,14,2,1,,136.825,5ef035131f1b2a546b44c391,"{""startTime"":1678930864995,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678930763227,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678930571659,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":28024,""label"":""hovered"",""timeHovered"":1231,""week"":""2022-01-10""},{""time"":33089,""label"":""hovered"",""timeHovered"":7299,""week"":""2022-01-10""},{""time"":41371,""label"":""hovered"",""timeHovered"":7566,""week"":""2022-02-07""},{""time"":48938,""label"":""hovered"",""timeHovered"":1249,""week"":""2022-02-07""},{""time"":59289,""label"":""tour_next"",""step"":2},{""time"":67353,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678930747354,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":3771,""label"":""hovered"",""timeHovered"":2049,""week"":""2022-01-10""},{""time"":9755,""label"":""hovered"",""timeHovered"":2425,""week"":""2022-01-17""}]}",1,moderate,line,1,0,0,Negative,2,0,2,2,4.474,2.237,5984,15,1,0.5,0,0.5,2 -2023-03-15 21:32:14,2023-03-15 21:49:51,0,100,1056,1,2023-03-15 21:49:52,R_1kIB0sojzmaFeSE,35.6383,-79.8557,EN,1,4.147,1,2,2,5.929,15.008,100,8,0,57.417,178.352,-2,-1,103.118,-3,-3,69.554,-3,61.479,15.11,3,7,3,4,4,4,N/A,78.503,2,2,7,4,2,4,It's tough to look at. Pretty messy. I do like the interactive feature. I think that helps. But I think it could be cleaned up a bit. And I would like to see more details along with the visualization. Overall I trust it.,87.136,3,"I think most people can be trusted, but tend to be on guard.",62.142,2,7,3,4,1,5,6,40.286,2,2,5,3,4,2,10,10,N/A,44.263,3,2,4,3,3,2,56.724,1,3,18.987,1,1987,North Carolina,2,2,1,,7,,,3,4,1,stitchedsketch@gmail.com,84.2,62867b51e71606f873d41b05,"{""startTime"":1678930824464,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930699764,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930443419,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":23,""label"":""tour_started""},{""time"":42820,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2367,""week"":""52"",""id"":""chart""},{""time"":45388,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6249,""week"":""52"",""id"":""chart""},{""time"":52654,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2482,""week"":""1"",""id"":""chart""},{""time"":58454,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1182,""week"":""24"",""id"":""chart""},{""time"":62719,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1183,""week"":""31"",""id"":""chart""},{""time"":70218,""label"":""tour_next"",""step"":5},{""time"":95869,""label"":""started_brush"",""startDate"":""2021-06-27"",""endDate"":""2021-09-04""},{""time"":98257,""label"":""tour_next"",""step"":5},{""time"":113949,""label"":""moved_brush"",""startDate"":""2021-11-18"",""endDate"":""2022-01-25""},{""time"":114761,""label"":""tour_next"",""step"":5},{""time"":129453,""label"":""cleared_brush"",""using"":""Click""},{""time"":132288,""label"":""tour_next"",""step"":5},{""time"":143561,""label"":""tour_end"",""step"":5},{""time"":153595,""label"":""started_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-05-31""},{""time"":157379,""label"":""moved_brush"",""startDate"":""2021-05-10"",""endDate"":""2021-07-05""},{""time"":163083,""label"":""moved_brush"",""startDate"":""2021-07-26"",""endDate"":""2021-09-20""},{""time"":163700,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":4254,""week"":""34"",""id"":""chart""},{""time"":172427,""label"":""moved_brush"",""startDate"":""2021-12-13"",""endDate"":""2022-02-07""},{""time"":173192,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1513,""week"":""6"",""id"":""chart""}]}","{""startTime"":1678930684172,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":14530,""label"":""started_brush"",""startDate"":""2021-10-29"",""endDate"":""2022-01-02""}]}",1,complex,bar,1,1,0,Positive,2.8,1,1,0,0,0,0,15,0,0,0,0,3 -2023-03-15 21:40:03,2023-03-15 21:50:04,0,100,600,1,2023-03-15 21:50:04,R_2qkLlPRIN60BUr6,43.0132,-87.9287,EN,1,12.186,,,,,15.11,61,62,51,36.97,26.402,1,1,45.405,-3,-3,63.441,1,51.478,15.012,5,7,3,7,3,5,none,34.496,4,4,3,3,3,5,It appears to present objective data in a form I can understand.,19.773,4,,11.107,2,7,3,4,1,5,6,18.587,1,4,2,2,6,2,8,9,,65.161,3,3,5,3,2,2,32.639,3,,10.758,1,1979,Wisconsin,6,2,1,,7,,,17,4,1,5f8e3f6a1a1f4421715a2879@email.prolific.co,80.047,5f8e3f6a1a1f4421715a2879,"{""startTime"":1678931014305,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678930962314,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678930874083,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":21,""label"":""tour_started""},{""time"":13508,""label"":""tour_next"",""step"":2},{""time"":23332,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678930946833,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":9030,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1749,""week"":""52"",""id"":""chart""}]}",0,simple,bar,1,1,0,Positive,3,0,1,1,1.749,1.749,0,15,1,0,1,1,1 -2023-03-15 21:40:20,2023-03-15 21:50:13,0,100,593,1,2023-03-15 21:50:14,R_1lfuSNsHUXgkJX8,34.7766,-114.4779,EN,1,4.464,,,,,15.018,94,34,41,35.074,46.773,1,1,46.103,1,1,155.711,1,35.672,15.023,5,4,7,4,5,5,,43.607,4,4,3,1,1,5,I have no reason to believe the information is false.,29.437,4,,7.304,2,7,3,4,1,5,6,15.478,1,1,1,1,2,1,9,8,,18.489,3,4,4,2,4,4,20.325,1,,3.129,2,1997,Arizona,2,2,1,,7,,,8,4,2,,48.778,62bddb63d7c84ff6e9c592f5,"{""startTime"":1678931163362,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":22670},{""label"":""window_focused"",""time"":23594}]}","{""startTime"":1678931101345,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678930881889,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":34549,""label"":""tour_next"",""step"":2},{""time"":38550,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678931086011,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":420,""label"":""hovered"",""timeHovered"":1148,""week"":""2022-01-31""},{""time"":4125,""label"":""hovered"",""timeHovered"":8054,""week"":""2022-01-17""}]}",0,moderate,line,0,1,0,Positive,3.5,0,2,2,9.202,4.601,3705,15,1,1,1,1,2 -2023-03-15 21:27:23,2023-03-15 21:50:14,0,100,1371,1,2023-03-15 21:50:14,R_3oGChGiVw7KhtfS,30.3341,-81.6544,EN,1,431.086,,,,,15.016,98,40,59,26.246,72.426,1,1,49.936,-3,-1,68.652,1,78.779,15.116,5,4,5,4,4,5,,262.053,2,2,3,1,1,5,The visualization is detailed and I mostly trust the data shown since it appears to be reliable.,74.657,4,,9.94,2,7,3,4,1,5,6,23.838,3,6,6,8,6,6,10,9,,57.942,2,2,2,4,3,3,42.361,2,,11.134,2,2002,Florida,5,3,1,,7,,,19,4,2,,77.008,6110c3de4d73c26eb588091f,"{""startTime"":1678930681105,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":2063,""label"":""hovered"",""timeHovered"":2019,""week"":""2022-01-03""},{""label"":""window_blurred"",""time"":4913},{""label"":""window_focused"",""time"":8542}]}","{""startTime"":1678930943916,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678930522773,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":42657,""label"":""tour_next"",""step"":2},{""time"":48714,""label"":""tour_end"",""step"":2},{""time"":55690,""label"":""hovered"",""timeHovered"":1326,""week"":""2021-05-10""},{""time"":58354,""label"":""hovered"",""timeHovered"":1977,""week"":""2021-07-12""},{""time"":62986,""label"":""hovered"",""timeHovered"":1443,""week"":""2021-08-30""}]}","{""startTime"":1678930665145,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7286,""label"":""hovered"",""timeHovered"":1514,""week"":""2022-01-10""}]}",0,moderate,line,1,1,0,Positive,2.7,0,1,1,1.514,1.514,0,15,1,0,1,0,2 -2023-03-15 21:32:13,2023-03-15 21:50:22,0,100,1088,1,2023-03-15 21:50:23,R_3gY4kJUJtUbe7ud,26.6909,-81.9483,EN,1,9.127,,,,,15.008,93,92,50,58.813,201.107,1,1,66.901,1,1,78.208,-2,41.972,15.007,5,5,5,4,6,5,Thank you for the opportunity.,60.446,5,5,6,4,3,5,The chart seems to be accurate and reliable.,109.35,6,Thank you.,26.052,2,7,3,4,1,5,6,42.457,6,10,10,10,8,10,10,10,"I am satisfied, thank you.",58.214,2,2,2,3,2,2,85.856,4,,15.828,2,1967,Florida,3,1,1,,7,,,5,3,1,,94.602,638a2f44aadfb032e1116645,"{""startTime"":1678930696593,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930757897,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930435932,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":5110,""label"":""hovered"",""timeHovered"":1450,""week"":""2022-02-07""},{""time"":29143,""label"":""hovered"",""timeHovered"":2166,""week"":""2021-11-29""},{""time"":33359,""label"":""hovered"",""timeHovered"":6000,""week"":""2022-01-03""},{""time"":48087,""label"":""tour_next"",""step"":5},{""time"":72346,""label"":""started_brush"",""startDate"":""2022-01-08"",""endDate"":""2022-01-17""},{""time"":75342,""label"":""tour_next"",""step"":5},{""time"":95386,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-10-10""},{""time"":113975,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-11""},{""time"":121457,""label"":""moved_brush"",""startDate"":""2021-04-12"",""endDate"":""2022-02-13""},{""time"":122777,""label"":""moved_brush"",""startDate"":""2021-04-12"",""endDate"":""2022-02-13""},{""time"":126997,""label"":""tour_back"",""step"":5},{""time"":135777,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-11""},{""time"":137041,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-11""},{""time"":138105,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-11""},{""time"":138537,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-11""},{""time"":139489,""label"":""moved_brush"",""startDate"":""2021-04-12"",""endDate"":""2022-02-13""},{""time"":142674,""label"":""moved_brush"",""startDate"":""2021-04-12"",""endDate"":""2021-05-03""},{""time"":146178,""label"":""cleared_brush"",""using"":""click""},{""time"":148856,""label"":""cleared_brush"",""using"":""click""},{""time"":151243,""label"":""started_brush"",""startDate"":""2021-10-16"",""endDate"":""2021-10-30""},{""time"":153801,""label"":""moved_brush"",""startDate"":""2021-10-16"",""endDate"":""2022-01-06""},{""time"":154646,""label"":""tour_next"",""step"":5},{""time"":159233,""label"":""started_brush"",""startDate"":""2021-07-15"",""endDate"":""2021-12-20""},{""time"":161233,""label"":""moved_brush"",""startDate"":""2021-07-15"",""endDate"":""2021-12-20""},{""time"":161730,""label"":""moved_brush"",""startDate"":""2021-07-15"",""endDate"":""2021-12-20""},{""time"":162896,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-09-16""},{""time"":163974,""label"":""tour_next"",""step"":5},{""time"":174485,""label"":""cleared_brush"",""using"":""click""},{""time"":174486,""label"":""cleared_brush"",""using"":""Escape""},{""time"":176749,""label"":""tour_next"",""step"":5},{""time"":190501,""label"":""tour_end"",""step"":5},{""time"":192721,""label"":""cleared_brush"",""using"":""click""},{""time"":198361,""label"":""started_brush"",""startDate"":""2021-12-13"",""endDate"":""2022-01-19""}]}","{""startTime"":1678930680828,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line,1,1,0,Positive,2.2,0,0,0,0,0,0,15,1,1,0,0,3 -2023-03-15 21:40:44,2023-03-15 21:50:55,0,100,611,1,2023-03-15 21:50:55,R_2AGZvtcwdJzq7Bh,45.1692,-93.2487,EN,1,15.7,,,,,15.111,71,91,49,18.248,43.056,1,1,41.519,-3,-3,100.317,1,58.72,15.011,5,5,5,5,5,5,,19.102,5,5,5,7,7,5,I really have no reason not to. It's presenting data which has no effect on me personally.,27.036,4,,7.265,2,7,3,4,1,5,6,19.046,4,6,1,3,4,4,10,9,,23.419,3,4,4,3,4,3,30.457,1,,2.902,1,1989,Minnesota,3,1,1,,7,,,9,4,1,cyruscesar@gmail.com,133.255,5d4fa7c197082b0001f7f483,"{""startTime"":1678931063928,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678931083732,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678930903303,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":14908,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2299,""week"":""46"",""id"":""chart""},{""time"":29881,""label"":""tour_next"",""step"":2},{""time"":34416,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678931048314,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":4965,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1662,""week"":""50"",""id"":""chart""},{""time"":8557,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2329,""week"":""2"",""id"":""chart""}]}",0,moderate,bar,1,0,0,Positive,3.5,0,2,2,3.991,1.9955,3592,15,1,0,1,0,2 -2023-03-15 21:40:41,2023-03-15 21:52:04,0,100,683,1,2023-03-15 21:52:05,R_1JJc45QZAbY4GDU,29.6286,-81.8919,EN,1,51.203,2,,1,3.068,15.997,67,83,50,62.92,12.668,1,1,54.036,-3,1,68.994,-3,17.087,15.007,3,3,2,2,2,2,thanks,50.899,2,2,3,3,3,3,i dont really care either way,29.481,3,thanks,26.458,2,7,3,4,1,5,6,20.641,1,1,2,2,1,3,2,5,thanks,27.516,3,3,2,3,2,2,17.528,3,4,12.264,1,1977,Florida,3,3,1,,8,branford,,4,2,1,562563ceed6e5a000bc7f386@email.prolific.co,127.659,562563ceed6e5a000bc7f386,"{""startTime"":1678931096235,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678931148399,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678930996058,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":29,""label"":""tour_started""},{""time"":7599,""label"":""tour_next"",""step"":2},{""time"":9849,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678931080018,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":1012,""label"":""hovered"",""timeHovered"":4246,""week"":""2021-11-29""},{""time"":6076,""label"":""hovered"",""timeHovered"":1828,""week"":""2021-12-13""}]}",1,moderate,line,0,0,0,,2.5,0,2,2,6.074,3.037,5064,15,1,0.5,0,0.5,2 -2023-03-15 21:40:33,2023-03-15 21:52:32,0,100,718,1,2023-03-15 21:52:32,R_1q88FwqmutbWlKk,32.6963,-97.1346,EN,1,6.504,1,3,1,5.347,15.015,98,92,38,19.176,136.213,-2,1,37.427,1,1,90.552,-3,53.063,15.011,6,5,7,6,5,5,,21.47,5,6,5,5,3,5,I concrete information derived from a reliable source,21.881,5,,9.53,2,7,3,4,1,5,6,23.035,5,5,8,6,5,5,10,9,,22.314,4,4,4,1,4,4,31.594,2,1,14.267,2,1964,Texas,6,3,1,,7,,,17,3,1,cmartz3391@sbcglobal.net,137.629,5bd4e6f7c4f8e900013ae526,"{""startTime"":1678931105924,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":111,""label"":""cleared_brush"",""using"":""click""}]}","{""startTime"":1678931128059,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930898506,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":24,""label"":""tour_started""},{""time"":12793,""label"":""hovered"",""timeHovered"":2749,""week"":""2021-12-13""},{""time"":18024,""label"":""hovered"",""timeHovered"":1250,""week"":""2022-01-17""},{""time"":22780,""label"":""tour_next"",""step"":5},{""time"":46415,""label"":""started_brush"",""startDate"":""2021-08-04"",""endDate"":""2021-10-21""},{""time"":48907,""label"":""started_brush"",""startDate"":""2021-12-06"",""endDate"":""2022-01-27""},{""time"":51436,""label"":""tour_next"",""step"":5},{""time"":74881,""label"":""started_brush"",""startDate"":""2021-07-30"",""endDate"":""2021-09-09""},{""time"":88346,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-09""},{""time"":97847,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-09""},{""time"":99871,""label"":""moved_brush"",""startDate"":""2021-04-14"",""endDate"":""2022-02-13""},{""time"":102505,""label"":""moved_brush"",""startDate"":""2021-04-14"",""endDate"":""2022-02-13""},{""time"":107889,""label"":""moved_brush"",""startDate"":""2021-04-14"",""endDate"":""2022-02-13""},{""time"":108297,""label"":""moved_brush"",""startDate"":""2021-04-14"",""endDate"":""2022-02-13""},{""time"":108467,""label"":""moved_brush"",""startDate"":""2021-04-14"",""endDate"":""2022-02-13""},{""time"":108988,""label"":""moved_brush"",""startDate"":""2021-04-14"",""endDate"":""2022-02-13""},{""time"":109695,""label"":""moved_brush"",""startDate"":""2021-04-14"",""endDate"":""2022-02-13""},{""time"":110575,""label"":""tour_next"",""step"":5},{""time"":116996,""label"":""cleared_brush"",""using"":""click""},{""time"":117006,""label"":""cleared_brush"",""using"":""Escape""},{""time"":119131,""label"":""tour_next"",""step"":5},{""time"":130977,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678931090012,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line,1,0,0,Positive,3.5,0,0,0,0,0,0,15,0.5,1,0,0,3 -2023-03-15 21:39:41,2023-03-15 21:52:50,0,100,788,1,2023-03-15 21:52:50,R_xEoGWND77OYga0p,44.9028,-89.5819,EN,1,19.901,1,2,1,5.841,15.115,73,66,19,20.74,65.659,1,1,85.203,-3,-3,63.9,1,77.298,15.017,5,4,5,5,5,5,,77.153,5,4,5,5,5,5,I trust this visualization because it contains scientific data in a bar charge that indicates how many cases of COVID 19 were confirmed during that week. ,47.415,3,,15.93,2,7,3,4,1,5,6,18.977,7,8,8,7,7,6,8,8,,24.891,4,3,3,3,4,4,64.951,4,1,19.079,2,1992,Wisconsin,5,2,1,,7,,,11,3,2,,76.721,63617635b76b7732fc0f141e,"{""startTime"":1678931103859,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678931034809,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678930888637,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":21,""label"":""tour_started""},{""time"":15739,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1880,""week"":""50"",""id"":""chart""},{""time"":20700,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1764,""week"":""1"",""id"":""chart""},{""time"":22798,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1232,""week"":""52"",""id"":""chart""},{""time"":26981,""label"":""tour_next"",""step"":2},{""time"":29133,""label"":""tour_end"",""step"":2},{""time"":60579,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1267,""week"":""3"",""id"":""chart""}]}","{""startTime"":1678931019208,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":1941,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1567,""week"":""52"",""id"":""chart""},{""time"":3536,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1755,""week"":""1"",""id"":""chart""}]}",1,moderate,bar,1,1,0,Positive,3.5,0,2,2,3.322,1.661,1595,15,1,0,1,0,2 -2023-03-15 21:40:28,2023-03-15 21:53:04,0,100,755,1,2023-03-15 21:53:04,R_3nP1IHYR7HPLNK6,33.2109,-117.2232,EN,1,7.097,1,4,2,12.42,15.112,100,75,100,26.455,125.372,1,1,81.624,-2,-3,63.691,-2,43.953,15.107,6,2,5,5,6,5,thanks,51.879,5,6,6,5,4,6,"It makes sense, based on reports we've heard from scientists during this pandemic crisis.",49.939,5,thanks,11.471,2,7,3,4,1,5,6,25.431,4,6,4,6,9,4,9,8,,49.343,4,4,4,2,4,3,33.362,1,1,15.664,2,1958,California,6,2,1,,9,,VISTA,5,3,1,marycory3@gmail.com,61.675,6164674aee2f6131757520fe,"{""startTime"":1678931165797,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931077735,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":2575,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4347,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678930891036,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":27,""label"":""tour_started""},{""time"":10928,""label"":""tour_next"",""step"":5},{""time"":52985,""label"":""started_brush"",""startDate"":""2021-06-29"",""endDate"":""2021-11-08""},{""time"":53905,""label"":""tour_next"",""step"":5},{""time"":64777,""label"":""moved_brush"",""startDate"":""2021-06-01"",""endDate"":""2021-10-12""},{""time"":65777,""label"":""tour_next"",""step"":5},{""time"":70833,""label"":""cleared_brush"",""using"":""Click""},{""time"":72384,""label"":""tour_next"",""step"":5},{""time"":80984,""label"":""tour_end"",""step"":5},{""time"":89937,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1867,""week"":""50"",""id"":""chart""},{""time"":92988,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2099,""week"":""27"",""id"":""chart""},{""time"":99215,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4514,""week"":""50"",""id"":""chart""},{""time"":105449,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4796,""week"":""50"",""id"":""chart""},{""time"":111955,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5013,""week"":""51"",""id"":""chart""},{""time"":120139,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1612,""week"":""3"",""id"":""chart""}]}","{""startTime"":1678931061991,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":7646,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1617,""week"":""50"",""id"":""chart""}]}",1,complex,bar,0,1,0,Positive,3.5,0,1,1,1.617,1.617,0,15,1,0,0,0,3 -2023-03-15 21:46:26,2023-03-15 21:53:25,0,100,419,1,2023-03-15 21:53:26,R_1GWcfNimAtwjFwf,38.9268,-94.7134,EN,1,3.143,,,,,15.119,100,68,79,13.9,18.114,1,1,25.987,1,1,39.893,-1,37.809,15.019,6,4,6,2,5,5,,32.002,4,4,5,1,1,5,the data it covers is too specific to be false,29.647,5,,16.979,2,7,3,4,1,5,6,11.946,3,9,2,8,5,3,11,11,,30.92,4,4,4,2,4,3,36.949,1,,4.419,1,2000,Kansas,6,3,1,,7,,,17,4,2,,47.712,5f87cb31bea4ed20a90d8168,"{""startTime"":1678931350987,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678931299524,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678931225184,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":4,""label"":""tour_started""},{""time"":7922,""label"":""tour_next"",""step"":2},{""time"":11558,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678931284089,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,line,0,1,0,Positive,3.5,0,0,0,0,0,0,15,1,1,0,1,2 -2023-03-15 21:32:56,2023-03-15 21:53:35,0,100,1239,1,2023-03-15 21:53:36,R_1hAA77y5i7KM1Pb,37.7562,-122.4866,EN,1,108.652,,,,,15.01,44,31,34,51.423,12.458,-1,1,137.637,-3,-3,255.437,-2,83.674,15.009,3,3,3,3,3,3,N/A,118.675,3,3,3,3,3,3,I slightly understand the graph representation ,63.067,2,,4.864,2,7,3,4,1,5,6,40.155,5,5,5,6,4,5,10,9,,69.718,3,3,3,3,3,3,10.676,6,,5.101,1,1962,California,6,3,1,,3,,,10,3,1,62ff26509176c97c9ceebc2b,63.05,62ff26509176c97c9ceebc2b,"{""startTime"":1678930956684,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_focused"",""time"":92286}]}","{""startTime"":1678930956684,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_focused"",""time"":92286}]}","{""startTime"":1678930657464,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":21,""label"":""tour_started""},{""time"":4144,""label"":""tour_next"",""step"":2},{""time"":9853,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678930938429,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":15535}]}",0,moderate,bar,0,1,0,Negative,3,0,0,0,0,0,0,15.535,0.5,0,0,0,2 -2023-03-15 21:45:22,2023-03-15 21:53:37,0,100,495,1,2023-03-15 21:53:38,R_1HcLlY0jLgmtIQ2,33.5137,-83.8699,EN,1,21.416,,,,,15.016,69,93,75,19.866,27.078,1,1,41.026,1,1,46.109,1,34.849,15.109,5,3,4,4,6,5,,29.95,4,5,5,7,7,5,"The source seems trustworthy, and I don't have any reason to not trust it.",23.228,5,,6.771,2,7,3,4,1,5,6,15.325,3,8,9,8,8,8,10,10,,27.163,2,3,3,4,2,2,36.69,5,,5.738,1,1982,Georgia,3,1,1,,7,,,7,2,1,5865ecf6a7f6480001ed9791@email.prolific.co,52.293,5865ecf6a7f6480001ed9791,"{""startTime"":1678931295740,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931326076,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931211225,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":12234,""label"":""tour_next"",""step"":2},{""time"":15506,""label"":""tour_end"",""step"":2},{""time"":25169,""label"":""hovered"",""timeHovered"":1180,""week"":""2022-01-03""}]}","{""startTime"":1678931280165,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,line,1,0,0,Positive,2.7,0,0,0,0,0,0,15,1,1,1,1,1 -2023-03-15 21:42:34,2023-03-15 21:53:54,0,100,680,1,2023-03-15 21:53:55,R_1I9PtGRXdMysCeu,41.8482,-87.6521,EN,1,30.875,1,2,2,11.446,15.116,86,70,78,31.777,67.501,1,1,44.233,1,1,56.951,1,63.101,15.019,5,2,7,5,6,5,I don't have any additional thoughts.,34.24,2,6,4,5,7,5,It's data is sourced from the CDC.,24.798,4,I don't have any additional thoughts or comments.,19.588,2,7,3,4,1,5,6,28.379,4,5,1,3,1,1,10,10,I don't have any comments.,28.778,3,4,5,3,5,4,52.91,1,1,13.237,1,1984,Illinois,3,1,1,,3,,,9,4,2,,63.545,5dd59e901986eb55f1e2cb22,"{""startTime"":1678931225698,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678931260553,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678931084385,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":13,""label"":""tour_started""},{""label"":""window_blurred"",""time"":11855},{""label"":""window_focused"",""time"":11996},{""label"":""window_blurred"",""time"":16148},{""label"":""window_focused"",""time"":17645},{""time"":18602,""label"":""tour_next"",""step"":2},{""time"":23134,""label"":""tour_end"",""step"":2},{""time"":27276,""label"":""hovered"",""timeHovered"":1807,""week"":""2021-04-26""},{""time"":29558,""label"":""hovered"",""timeHovered"":1184,""week"":""2021-05-03""},{""time"":30829,""label"":""hovered"",""timeHovered"":4989,""week"":""2021-05-03""},{""time"":36945,""label"":""hovered"",""timeHovered"":1849,""week"":""2021-04-19""},{""time"":39368,""label"":""hovered"",""timeHovered"":1585,""week"":""2021-05-03""}]}","{""startTime"":1678931210097,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line,1,0,0,Positive,4,0,0,0,0,0,0,15,1,1,1,1,2 -2023-03-15 21:46:32,2023-03-15 21:54:10,0,100,457,1,2023-03-15 21:54:11,R_3enq4lvuiUwZAfD,30.2661,-97.7136,EN,1,3.616,,,,,15.007,73,100,100,15.386,18.13,1,1,42.602,-3,-3,30.363,1,18.408,15.007,3,5,3,6,6,5,,29.208,4,6,6,5,4,5,"I have no personal experience on the matter and wouldn't know otherwise. However, The data seems collected and presentable, making it move believable. ",78.477,4,,7.926,2,7,3,4,1,5,6,21.265,4,5,6,7,4,6,8,9,,25.984,3,3,5,3,4,4,38.631,4,,11.982,1,1991,Texas,3,2,1,,7,,,7,4,2,,38.991,62b1e73c146dfd1d162fdf11,"{""startTime"":1678931417891,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931311901,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931235220,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":6263,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1150,""week"":""52"",""id"":""chart""},{""time"":8513,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1050,""week"":""52"",""id"":""chart""},{""time"":10317,""label"":""tour_next"",""step"":2},{""time"":12963,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1567,""week"":""52"",""id"":""chart2""},{""time"":16664,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678931296544,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":3599,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1359,""week"":""52"",""id"":""chart2""},{""time"":9783,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1192,""week"":""4"",""id"":""chart""}]}",0,simple,bar,1,0,0,Positive,3.7,0,2,2,2.551,1.2755,6184,15,1,0,1,1,1 -2023-03-15 21:43:33,2023-03-15 21:55:13,0,100,699,1,2023-03-15 21:55:13,R_1OZHniTIxx74RF1,36.224,-83.3179,EN,1,15.587,1,3,1,11.552,15.018,88,82,43,23.162,37.19,1,-3,74.397,-2,1,77.404,1,51.407,15.115,2,2,7,7,7,7,,26.263,2,4,7,7,2,7,Why should I trust it? What does it prove? ,18.744,4,,10.985,2,7,3,4,1,5,6,26.503,2,2,2,7,7,3,6,3,,26.862,2,2,3,3,2,3,33.365,4,1,23.611,2,1971,Tennessee,6,2,1,,9,,What is the name of your first school?,11,2,1,lgolden3832@gmail.com,127.581,563e5abecbd4c60005dc9153,"{""startTime"":1678931288413,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931231361,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":982,""label"":""hovered"",""timeHovered"":1087,""week"":""2022-01-24""},{""time"":3333,""label"":""hovered"",""timeHovered"":1492,""week"":""2021-11-29""}]}","{""startTime"":1678931100650,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":6878,""label"":""hovered"",""timeHovered"":1662,""week"":""2021-10-25""},{""time"":25741,""label"":""tour_next"",""step"":2},{""time"":32809,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678931215013,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line,0,0,0,Negative,2.5,0,0,0,0,0,0,15,0.5,0.5,1,0.5,1 -2023-03-15 21:41:22,2023-03-15 21:55:32,0,100,850,1,2023-03-15 21:55:33,R_6CZ5pu1OF0ZIiv7,40.5153,-112.0316,EN,1,2.845,,,,,15.109,74,28,23,68.095,172.897,1,1,41.729,1,-3,115.429,1,68.928,15.104,5,5,4,4,5,4,,27.346,3,7,2,1,2,4,I was told the data was reliable but the data is presented in an unfamiliar way. Even accurate data can be misrepresented in graphs so I'm not sure I can completely trust what a graph is showing without examining it carefully.,92.451,3,,6.317,2,7,3,4,1,5,6,16,4,5,3,4,4,4,9,8,,18.073,4,3,2,4,2,2,35.253,3,,3.533,1,1992,Utah,6,3,1,,7,,,5,4,2,,105.203,559ecce6fdf99b16653fb880,"{""startTime"":1678931233006,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_focused"",""time"":6119}]}","{""startTime"":1678931261071,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930973824,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":27,""label"":""tour_started""},{""time"":1794,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":10154,""week"":""37"",""id"":""chart""},{""time"":15264,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":65148,""week"":""2"",""id"":""chart""},{""time"":81258,""label"":""tour_next"",""step"":5},{""time"":91703,""label"":""started_brush"",""startDate"":""2021-05-28"",""endDate"":""2021-09-11""},{""time"":92340,""label"":""tour_next"",""step"":5},{""time"":99632,""label"":""moved_brush"",""startDate"":""2021-05-28"",""endDate"":""2021-08-10""},{""time"":100219,""label"":""tour_next"",""step"":5},{""time"":108424,""label"":""cleared_brush"",""using"":""Click""},{""time"":109256,""label"":""tour_next"",""step"":5},{""time"":114626,""label"":""tour_end"",""step"":5},{""time"":124288,""label"":""started_brush"",""startDate"":""2021-05-29"",""endDate"":""2021-09-01""},{""label"":""window_blurred"",""time"":132088},{""label"":""window_focused"",""time"":171897}]}","{""startTime"":1678931216989,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":11343}]}",0,complex,bar,1,0,0,Negative,2.8,0,0,0,0,0,0,11.343,1,0.5,1,1,3 -2023-03-15 21:48:40,2023-03-15 21:55:51,0,100,431,1,2023-03-15 21:55:52,R_3M9H8wC2ZEGeWY1,29.5422,-95.3212,EN,1,17.488,1,3,1,5.736,15.11,78,38,24,16.189,28.672,1,1,26.401,1,1,29.403,-3,20.602,15.112,5,4,5,4,5,5,,23.297,2,2,2,4,7,4,Data could be presented better,15.527,5,,7.669,2,7,4,5,1,3,6,50.994,4,7,4,9,6,6,10,10,,16.475,3,4,4,2,3,4,21.777,2,1,6.683,1,1985,Texas,8,2,1,,7,,,17,4,1,633c2576bb250e8f0da2be0a@email.prolific.co,57.205,633c2576bb250e8f0da2be0a,"{""startTime"":1678931488155,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931449321,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931383560,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":4100,""label"":""tour_next"",""step"":5},{""time"":9433,""label"":""started_brush"",""startDate"":""2021-05-10"",""endDate"":""2021-08-14""},{""time"":11132,""label"":""tour_next"",""step"":5},{""time"":15266,""label"":""started_brush"",""startDate"":""2021-10-06"",""endDate"":""2021-11-04""},{""time"":17683,""label"":""started_brush"",""startDate"":""2021-05-13"",""endDate"":""2021-10-14""},{""time"":18320,""label"":""moved_brush"",""startDate"":""2021-05-13"",""endDate"":""2021-10-14""},{""time"":20189,""label"":""moved_brush"",""startDate"":""2021-06-02"",""endDate"":""2021-11-03""},{""time"":20848,""label"":""tour_next"",""step"":5},{""time"":24172,""label"":""cleared_brush"",""using"":""click""},{""time"":25365,""label"":""tour_next"",""step"":5},{""time"":26831,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678931433743,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line,1,0,0,Negative,3.3,0,0,0,0,0,0,15,1,1,0,0,3 -2023-03-15 21:46:23,2023-03-15 21:56:31,0,100,607,1,2023-03-15 21:56:31,R_DNMsYv2k49PT1K1,32.4581,-84.9963,EN,1,9.532,,,,,15.113,83,77,64,21.806,107.333,1,1,42.695,1,1,56.802,-2,33.383,15.012,5,4,6,5,6,6,,31.615,4,4,4,1,1,5,It looks like scientific data that is trusworthy,26.6,5,,8.762,2,7,3,4,1,5,6,19.126,3,3,11,7,2,9,9,10,,27.95,3,2,3,3,3,4,24.673,7,,8.432,1,1954,Georgia,7,1,1,,7,,,7,1,1,cpearson@gmc.edu,107.767,6143e022ec8dfbce17b7e211,"{""startTime"":1678931451484,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931396605,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":5177,""label"":""started_brush"",""startDate"":""2021-10-20"",""endDate"":""2022-01-20""}]}","{""startTime"":1678931239316,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":26404,""label"":""tour_next"",""step"":5},{""time"":39822,""label"":""cleared_brush"",""using"":""click""},{""time"":40821,""label"":""cleared_brush"",""using"":""click""},{""time"":46893,""label"":""started_brush"",""startDate"":""2021-12-28"",""endDate"":""2022-01-01""},{""time"":50197,""label"":""cleared_brush"",""using"":""click""},{""time"":52381,""label"":""tour_next"",""step"":5},{""time"":71878,""label"":""started_brush"",""startDate"":""2021-08-25"",""endDate"":""2022-01-20""},{""time"":80940,""label"":""moved_brush"",""startDate"":""2021-10-20"",""endDate"":""2022-01-20""},{""time"":81933,""label"":""tour_next"",""step"":5},{""time"":92488,""label"":""cleared_brush"",""using"":""click""},{""time"":92490,""label"":""cleared_brush"",""using"":""Escape""},{""time"":94305,""label"":""tour_next"",""step"":5},{""time"":102275,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678931381042,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":15062,""label"":""cleared_brush"",""using"":""click""}]}",0,complex,line,1,0,0,Positive,3,0,1,0,0,0,0,15,1,1,0,0,3 -2023-03-15 21:48:25,2023-03-15 21:57:10,0,100,524,1,2023-03-15 21:57:10,R_3qwANH5I9K2Ozfm,39.8616,-88.9355,EN,1,6.633,,,,,15.106,100,100,100,17.36,9.826,1,-3,34.231,-3,-3,66.189,1,47.196,15.01,5,2,2,2,2,2,N/A,33.703,5,5,5,7,1,5,I was instructed to answer the questions as if the information provided was true,44.112,4,,11.936,2,7,3,4,1,5,6,37.399,1,1,5,1,1,3,10,8,,20.742,2,1,4,2,4,3,39.384,2,,12.016,3,2000,Illinois,3,1,1,,9,,Decatur,2,4,1,britripp0424@gmail.com,74.575,61509f0576598bbf74387211,"{""startTime"":1678931508898,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678931440138,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678931347453,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":5294,""label"":""tour_next"",""step"":2},{""time"":7688,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678931424283,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,bar,1,0,0,Neutral,2.7,0,0,0,0,0,0,15,0.5,0,1,0,2 -2023-03-15 21:45:15,2023-03-15 21:57:11,0,100,716,1,2023-03-15 21:57:12,R_2SeriURL7PbvUHw,42.0364,-88.324,EN,1,2.522,1,3,1,5.583,15.009,61,40,58,9.955,16.551,1,1,31.215,1,-3,62.491,-3,29.915,15.108,4,4,4,4,3,4,,101.122,5,4,4,2,4,4,I think it seems in line with what I knew,152.985,4,,6.589,2,7,3,4,1,5,6,14.515,3,9,3,8,4,6,10,10,,13.699,4,3,4,3,3,3,9.958,2,1,18.672,2,1989,Massachusetts,6,3,1,,7,,,14,4,1,5aa83a71f6dfdd0001eb1690@email.prolific.co,42.781,5aa83a71f6dfdd0001eb1690,"{""startTime"":1678931555819,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678931395042,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678931203168,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":8972,""label"":""tour_next"",""step"":2},{""time"":13689,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678931296611,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar,0,1,0,Positive,3.3,0,0,0,0,0,0,15,1,0.5,0,0.5,2 -2023-03-15 21:37:16,2023-03-15 21:57:11,0,100,1194,1,2023-03-15 21:57:12,R_2489DJnuyhHCah5,28.5978,-81.3024,EN,1,33.374,2,,1,2.701,15.02,49,74,27,29.284,81.013,1,1,114.073,-3,-3,74.64,1,44.831,15.032,3,7,3,3,4,3,,33.54,3,4,3,7,3,3,I'd like to follow the source links and view more data before coming to a conclusion.,40.521,5,,8.651,2,7,3,4,1,5,6,19.127,3,6,5,6,4,3,7,7,,26.581,4,3,4,3,4,4,263.259,4,4,86.528,1,1989,Florida,3,2,1,,3,,,4,4,2,,123.393,5642af61942576000566efda,"{""startTime"":1678930878504,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930912904,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":574},{""label"":""window_focused"",""time"":1390},{""label"":""window_blurred"",""time"":7311},{""label"":""window_focused"",""time"":127112}]}","{""startTime"":1678930734738,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":24,""label"":""tour_started""},{""time"":32044,""label"":""tour_next"",""step"":5},{""time"":45815,""label"":""cleared_brush"",""using"":""Click""},{""time"":47770,""label"":""started_brush"",""startDate"":""2021-07-15"",""endDate"":""2021-07-21""},{""time"":49893,""label"":""started_brush"",""startDate"":""2021-08-30"",""endDate"":""2022-02-07""},{""time"":50943,""label"":""tour_next"",""step"":5},{""time"":57026,""label"":""moved_brush"",""startDate"":""2021-08-25"",""endDate"":""2022-02-07""},{""time"":58580,""label"":""moved_brush"",""startDate"":""2021-06-08"",""endDate"":""2021-11-21""},{""time"":59858,""label"":""tour_next"",""step"":5},{""time"":69032,""label"":""cleared_brush"",""using"":""Click""},{""time"":71363,""label"":""cleared_brush"",""using"":""Click""},{""time"":72130,""label"":""cleared_brush"",""using"":""Click""},{""time"":73414,""label"":""started_brush"",""startDate"":""2021-07-28"",""endDate"":""2021-09-21""},{""time"":74121,""label"":""cleared_brush"",""using"":""Click""},{""time"":75167,""label"":""tour_next"",""step"":5},{""time"":78580,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678930862034,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":6827,""label"":""cleared_brush"",""using"":""Click""},{""time"":8260,""label"":""started_brush"",""startDate"":""2021-06-04"",""endDate"":""2021-09-29""},{""time"":11338,""label"":""moved_brush"",""startDate"":""2021-10-13"",""endDate"":""2022-02-07""},{""time"":14261,""label"":""moved_brush"",""startDate"":""2021-11-07"",""endDate"":""2022-02-07""}]}",1,complex,bar,1,0,0,Neutral,3.7,1,4,0,0,0,7434,15,1,0,1,1,3 -2023-03-15 21:34:30,2023-03-15 21:57:29,0,100,1378,1,2023-03-15 21:57:29,R_2aahPzcos3gPB4Q,32.7797,-96.8022,EN,1,39.732,1,3,1,3.37,15.013,64,46,40,107.036,19.935,1,1,148.332,1,1,28.297,1,36.401,15.105,3,7,3,4,5,3,,25.613,1,5,3,1,1,3,I do not trust any single source of data and I do not know the real numbers.,347.217,1,,18.748,2,7,3,4,1,5,6,16.146,1,1,1,1,1,1,6,5,"alll gucci, ty for nice paying survey",62.34,2,3,4,3,2,3,11.101,5,4,135.423,1,1986,Texas,4,2,1,,8,Dallas,,12,3,2,,296.468,62838cdc775f6094ddf0664b,"{""startTime"":1678931211891,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":5582},{""label"":""window_focused"",""time"":16897}]}","{""startTime"":1678930828699,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_focused"",""time"":15269},{""label"":""window_blurred"",""time"":15638},{""label"":""window_focused"",""time"":21417},{""label"":""window_blurred"",""time"":21863},{""label"":""window_focused"",""time"":24010},{""label"":""window_blurred"",""time"":24541},{""label"":""window_focused"",""time"":27399},{""label"":""window_blurred"",""time"":27796},{""label"":""window_focused"",""time"":31357},{""label"":""window_blurred"",""time"":32450},{""label"":""window_focused"",""time"":34498}]}","{""startTime"":1678930644265,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":4,""label"":""tour_started""},{""time"":3749,""label"":""tour_next"",""step"":2},{""time"":6648,""label"":""tour_end"",""step"":2},{""label"":""window_blurred"",""time"":10100},{""time"":12592,""label"":""hovered"",""timeHovered"":1575,""week"":""2022-01-03""},{""time"":14977,""label"":""hovered"",""timeHovered"":1683,""week"":""2022-01-17""},{""label"":""window_focused"",""time"":19792}]}","{""startTime"":1678930813305,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":4866},{""label"":""window_focused"",""time"":7014},{""label"":""window_blurred"",""time"":7016},{""label"":""window_focused"",""time"":8189},{""label"":""window_blurred"",""time"":8789}]}",1,simple,line,1,0,0,Negative,2.8,0,0,0,0,0,0,5.468,1,1,1,1,1 -2023-03-15 21:48:47,2023-03-15 21:57:31,0,100,523,1,2023-03-15 21:57:31,R_2TsN1EuLufrbVKD,32.7797,-96.8022,EN,1,7.536,1,3,1,4.388,15.108,66,56,81,32.536,47.866,1,-3,37.645,-3,-3,73.951,1,22.09,15.018,5,4,5,5,6,5,CDC is a reputable source,59.325,3,4,5,1,4,5,I was instructed to assume that I trust the visualization,19.769,4,,10.34,2,7,3,4,1,5,6,11.202,5,9,5,9,9,5,11,10,,28.206,4,3,3,3,3,3,24.392,2,1,11.938,2,1990,Texas,7,3,1,,7,,,6,2,2,,45.795,6310dbdfda69599720736665,"{""startTime"":1678931535635,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":1253,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1066,""week"":""4"",""id"":""chart""}]}","{""startTime"":1678931486295,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931398836,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":43,""label"":""tour_started""},{""time"":7612,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1564,""week"":""51"",""id"":""chart""},{""time"":10347,""label"":""tour_next"",""step"":5},{""time"":19402,""label"":""started_brush"",""startDate"":""2021-08-12"",""endDate"":""2021-09-27""},{""time"":20224,""label"":""tour_next"",""step"":5},{""time"":25472,""label"":""moved_brush"",""startDate"":""2021-07-25"",""endDate"":""2021-09-09""},{""time"":26941,""label"":""cleared_brush"",""using"":""Click""},{""time"":27597,""label"":""tour_next"",""step"":5},{""time"":36271,""label"":""cleared_brush"",""using"":""Click""},{""time"":37527,""label"":""tour_next"",""step"":5},{""time"":44392,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678931470306,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":3606,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3229,""week"":""1"",""id"":""chart""},{""time"":6853,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8100,""week"":""52"",""id"":""chart""}]}",1,complex,bar,1,0,0,Neutral,3.2,0,2,2,11.329,5.6645,3247,15,0.5,0,1,1,3 -2023-03-15 21:48:55,2023-03-15 21:58:00,0,100,545,1,2023-03-15 21:58:01,R_vBKbA98nKxMc5sB,44.5389,-90.0359,EN,1,22.968,,,,,15.119,100,100,88,18.048,40.023,1,1,80.849,-3,-3,64.603,1,28.696,15.124,6,6,3,6,6,6,,32.494,6,6,6,5,4,6,It is put together in such a well mannered way that it makes me trust that the data is correct,20.359,1,,7.332,2,7,3,4,1,5,6,21.455,1,2,3,5,3,1,9,9,,48.888,2,2,2,4,2,2,12.38,5,,3.953,1,2000,Wisconsin,2,2,1,,7,,,8,4,1,konradblaschka@gmail.com,30.489,5c634094e30ff200016baccb,"{""startTime"":1678931616774,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931579980,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931442466,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":21968,""label"":""tour_next"",""step"":2},{""time"":28689,""label"":""tour_end"",""step"":2},{""label"":""window_blurred"",""time"":31354},{""label"":""window_focused"",""time"":32139}]}","{""startTime"":1678931564393,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,bar,0,1,0,Positive,2.3,0,0,0,0,0,0,15,1,0,1,1,1 -2023-03-15 21:44:45,2023-03-15 21:58:19,0,100,813,1,2023-03-15 21:58:20,R_sMObk6BZviSH5yF,43.0818,-87.892,EN,1,27.405,,,,,15.015,93,99,86,59.482,51.822,1,1,45.798,-3,-3,50.829,1,34.611,15.113,4,2,4,5,6,5,"They do not list what criteria they used to count something as an ""insect-related"" or ""fungi-related"" plant disease...that would be important to know. ",98.98,2,6,5,7,4,5,The visualization appears to be portraying concrete facts...numbers of pests per size of land through time. There are no glaringly apparent ways that this data could be portrayed in a way to falsify the results. ,117.234,5,,17.73,2,7,3,4,1,5,6,30.383,4,5,7,5,7,4,10,6,,45.581,4,4,5,2,4,3,60.582,1,,6.833,2,1965,Wisconsin,3,2,1,,9,,Milwaukee,8,2,1,sandy.weisto@gmail.com,62.454,63e1b63e2163c30bae297a66,"{""startTime"":1678931463561,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931311529,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931197274,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":7658,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4415,""week"":""33"",""id"":""chart""},{""time"":12757,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1966,""week"":""52"",""id"":""chart""},{""time"":17356,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2550,""week"":""22"",""id"":""chart""},{""time"":22328,""label"":""tour_next"",""step"":2},{""time"":34757,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2167,""week"":""26"",""id"":""chart2""},{""time"":38206,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2033,""week"":""52"",""id"":""chart2""},{""time"":45245,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678931295926,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":12491,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2595,""week"":""52"",""id"":""chart2""}]}",0,simple,bar,1,0,0,Positive,3.7,0,1,1,2.595,2.595,0,15,1,0,1,1,1 -2023-03-15 21:43:33,2023-03-15 21:58:32,0,100,899,1,2023-03-15 21:58:32,R_3oKH5JHpY5PFCv7,35.8437,-86.3881,EN,1,41.024,,,,,15.112,83,53,61,36.077,140.693,1,1,66.351,-3,-3,44.974,1,124.855,15.01,4,4,4,3,4,3,,29.016,2,3,3,2,3,2,It is rather complex.,50.074,4,,7.719,2,7,3,4,1,5,6,24.676,5,5,5,4,4,5,6,7,,25.713,3,3,3,4,3,3,27.172,2,,4.669,1,1979,Tennessee,6,3,1,,3,,,9,4,2,,172.796,590fbd5b4e83da0001b6fbbc,"{""startTime"":1678931496056,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931413469,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931131149,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":25,""label"":""tour_started""},{""time"":16264,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3765,""week"":""1"",""id"":""chart""},{""time"":22030,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1416,""week"":""52"",""id"":""chart""},{""time"":24596,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2284,""week"":""52"",""id"":""chart""},{""time"":27813,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5299,""week"":""52"",""id"":""chart""},{""time"":33646,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1217,""week"":""51"",""id"":""chart""},{""time"":35364,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1832,""week"":""47"",""id"":""chart""},{""time"":49034,""label"":""tour_next"",""step"":5},{""time"":71651,""label"":""started_brush"",""startDate"":""2021-08-06"",""endDate"":""2021-11-22""},{""time"":72756,""label"":""tour_next"",""step"":5},{""time"":80519,""label"":""started_brush"",""startDate"":""2021-06-24"",""endDate"":""2021-10-25""},{""time"":84234,""label"":""moved_brush"",""startDate"":""2021-06-25"",""endDate"":""2021-10-26""},{""time"":84707,""label"":""moved_brush"",""startDate"":""2021-06-26"",""endDate"":""2021-10-27""},{""time"":86182,""label"":""tour_next"",""step"":5},{""time"":101619,""label"":""started_brush"",""startDate"":""2021-10-25"",""endDate"":""2022-01-22""},{""time"":102291,""label"":""moved_brush"",""startDate"":""2021-10-26"",""endDate"":""2022-01-23""},{""time"":103007,""label"":""moved_brush"",""startDate"":""2021-10-26"",""endDate"":""2022-01-23""},{""time"":113333,""label"":""moved_brush"",""startDate"":""2021-10-27"",""endDate"":""2022-01-24""},{""time"":114047,""label"":""moved_brush"",""startDate"":""2021-10-27"",""endDate"":""2022-01-24""},{""time"":114293,""label"":""moved_brush"",""startDate"":""2021-10-28"",""endDate"":""2022-01-24""},{""time"":115159,""label"":""moved_brush"",""startDate"":""2021-11-10"",""endDate"":""2022-02-07""},{""time"":118791,""label"":""started_brush"",""startDate"":""2021-08-29"",""endDate"":""2021-09-16""},{""time"":122366,""label"":""started_brush"",""startDate"":""2021-04-15"",""endDate"":""2021-06-07""},{""time"":125970,""label"":""cleared_brush"",""using"":""Click""},{""time"":127205,""label"":""tour_next"",""step"":5},{""time"":131912,""label"":""tour_end"",""step"":5},{""time"":135917,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1750,""week"":""51"",""id"":""chart""}]}","{""startTime"":1678931397876,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,bar,0,1,0,Negative,3.2,0,0,0,0,0,0,15,1,0,1,1,3 -2023-03-15 21:51:38,2023-03-15 21:58:42,0,100,423,1,2023-03-15 21:58:43,R_2YahwTryleDuMEm,47.5741,-122.3975,EN,1,4.736,1,4,2,4.897,15.11,87,85,64,16.978,58.676,1,1,34.089,1,1,23.601,1,41.355,15.01,5,6,5,6,5,6,,18.72,5,6,5,4,5,5,"It seems unbiased, in terms of not distorting/scaling axes to slant the story",32.149,5,,11.543,2,7,3,4,1,5,6,14.237,3,7,3,8,6,6,10,9,,21.946,4,4,4,2,5,4,24.179,2,1,8.217,1,1986,Washington,6,1,1,,7,,,17,4,2,,43.95,5b739512924a8800013e84b7,"{""startTime"":1678931690574,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931709818,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931574353,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":5062,""label"":""tour_next"",""step"":5},{""time"":16541,""label"":""started_brush"",""startDate"":""2021-07-18"",""endDate"":""2022-01-06""},{""time"":17676,""label"":""tour_next"",""step"":5},{""time"":21684,""label"":""moved_brush"",""startDate"":""2021-07-18"",""endDate"":""2021-12-04""},{""time"":22773,""label"":""tour_next"",""step"":5},{""time"":27995,""label"":""cleared_brush"",""using"":""click""},{""time"":29407,""label"":""tour_next"",""step"":5},{""time"":31739,""label"":""tour_end"",""step"":5},{""time"":35346,""label"":""cleared_brush"",""using"":""click""},{""time"":35348,""label"":""cleared_brush"",""using"":""Escape""},{""time"":37241,""label"":""cleared_brush"",""using"":""click""},{""time"":37243,""label"":""cleared_brush"",""using"":""Escape""},{""time"":37740,""label"":""cleared_brush"",""using"":""click""},{""time"":37742,""label"":""cleared_brush"",""using"":""Escape""},{""time"":37774,""label"":""cleared_brush"",""using"":""click""},{""time"":37776,""label"":""cleared_brush"",""using"":""Escape""},{""time"":37807,""label"":""cleared_brush"",""using"":""click""},{""time"":37808,""label"":""cleared_brush"",""using"":""Escape""},{""time"":37839,""label"":""cleared_brush"",""using"":""click""},{""time"":37840,""label"":""cleared_brush"",""using"":""Escape""},{""time"":37873,""label"":""cleared_brush"",""using"":""click""},{""time"":37875,""label"":""cleared_brush"",""using"":""Escape""},{""time"":37907,""label"":""cleared_brush"",""using"":""click""},{""time"":37909,""label"":""cleared_brush"",""using"":""Escape""},{""time"":37938,""label"":""cleared_brush"",""using"":""click""},{""time"":37940,""label"":""cleared_brush"",""using"":""Escape""},{""time"":37973,""label"":""cleared_brush"",""using"":""click""},{""time"":37975,""label"":""cleared_brush"",""using"":""Escape""},{""time"":38005,""label"":""cleared_brush"",""using"":""click""},{""time"":38007,""label"":""cleared_brush"",""using"":""Escape""},{""time"":38037,""label"":""cleared_brush"",""using"":""click""},{""time"":38039,""label"":""cleared_brush"",""using"":""Escape""},{""time"":38072,""label"":""cleared_brush"",""using"":""click""},{""time"":38074,""label"":""cleared_brush"",""using"":""Escape""},{""time"":38104,""label"":""cleared_brush"",""using"":""click""},{""time"":38106,""label"":""cleared_brush"",""using"":""Escape""},{""time"":38137,""label"":""cleared_brush"",""using"":""click""},{""time"":38138,""label"":""cleared_brush"",""using"":""Escape""},{""time"":38171,""label"":""cleared_brush"",""using"":""click""},{""time"":38172,""label"":""cleared_brush"",""using"":""Escape""},{""time"":38204,""label"":""cleared_brush"",""using"":""click""},{""time"":38206,""label"":""cleared_brush"",""using"":""Escape""},{""time"":38236,""label"":""cleared_brush"",""using"":""click""},{""time"":38238,""label"":""cleared_brush"",""using"":""Escape""},{""time"":38270,""label"":""cleared_brush"",""using"":""click""},{""time"":38272,""label"":""cleared_brush"",""using"":""Escape""},{""time"":41722,""label"":""cleared_brush"",""using"":""click""},{""time"":41724,""label"":""cleared_brush"",""using"":""Escape""},{""time"":45260,""label"":""started_brush"",""startDate"":""2021-07-05"",""endDate"":""2021-11-23""},{""time"":51466,""label"":""cleared_brush"",""using"":""click""}]}","{""startTime"":1678931675074,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line,1,0,0,Positive,3.8,0,0,0,0,0,0,15,1,1,1,1,3 -2023-03-15 21:51:14,2023-03-15 21:58:43,0,100,448,1,2023-03-15 21:58:43,R_wYnOh41sEBnjuEx,38.9683,-95.2695,EN,1,11.022,,,,,15.106,93,100,82,12.887,26.523,1,1,32.659,1,1,38.471,-1,20.637,15.008,3,4,3,5,5,4,,21.612,5,5,5,4,4,6,It was given in the prompt that I was assumed to trust it,13.31,5,,11.879,2,7,3,4,1,5,6,16.919,1,8,7,7,4,8,10,9,,40.723,2,4,4,2,3,4,24.552,3,,6.043,2,2001,Kansas,6,3,1,,7,,,16,3,1,60fb66677fec313644c22612@email.prolific.co,90.72,60fb66677fec313644c22612,"{""startTime"":1678931604534,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678931627203,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678931521376,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":9573,""label"":""hovered"",""timeHovered"":3319,""week"":""2021-09-06""},{""time"":12941,""label"":""hovered"",""timeHovered"":2625,""week"":""2021-09-06""},{""time"":17985,""label"":""tour_next"",""step"":2},{""time"":22551,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678931588112,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":1963,""label"":""hovered"",""timeHovered"":1014,""week"":""2022-01-31""},{""time"":6046,""label"":""hovered"",""timeHovered"":1026,""week"":""2022-01-10""}]}",0,moderate,line,0,0,0,Neutral,3.2,0,2,2,2.04,1.02,4083,15,1,1,0,1,2 -2023-03-15 21:32:44,2023-03-15 21:58:51,0,100,1566,1,2023-03-15 21:58:53,R_1IaQsuy97NlsZhC,42.2314,-83.6344,EN,1,167.703,1,2,1,9.234,15.011,86,100,87,21.824,69.966,1,1,101.396,-3,-3,318.991,-2,149.635,15.115,3,4,3,5,5,3,,155.368,4,6,5,4,5,5,"Because at the beginning of the page, the survey stated: ""Assuming you trust this visualization...""",49.221,3,,11.722,2,7,3,4,1,5,6,110.371,5,5,7,7,5,4,8,8,,100.527,3,3,3,4,4,2,76.296,5,2,14.343,2,2001,Michigan,3,1,1,,9,,Ypsilanti,11,1,1,chuwandu@umich.edu,68.926,5fc4c48946722649740111be,"{""startTime"":1678930782945,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":53,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2973,""week"":""52"",""id"":""chart""},{""time"":3980,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2946,""week"":""50"",""id"":""chart""},{""time"":7764,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1929,""week"":""50"",""id"":""chart""},{""time"":10381,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1512,""week"":""50"",""id"":""chart""},{""time"":12733,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8586,""week"":""4"",""id"":""chart""},{""time"":22580,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7230,""week"":""52"",""id"":""chart2""}]}","{""startTime"":1678930939376,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678930594491,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":26,""label"":""tour_started""},{""time"":7085,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":19226,""week"":""50"",""id"":""chart""},{""time"":28033,""label"":""tour_next"",""step"":2},{""time"":30894,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1734,""week"":""52"",""id"":""chart2""},{""time"":32654,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1107,""week"":""51"",""id"":""chart2""},{""time"":33778,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3649,""week"":""50"",""id"":""chart2""},{""time"":37484,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4245,""week"":""51"",""id"":""chart2""},{""time"":43004,""label"":""tour_end"",""step"":2},{""time"":45352,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4959,""week"":""50"",""id"":""chart2""},{""time"":50935,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4626,""week"":""49"",""id"":""chart""},{""time"":57176,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3604,""week"":""1"",""id"":""chart""},{""time"":62183,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1966,""week"":""1"",""id"":""chart2""},{""time"":67034,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1086,""week"":""1"",""id"":""chart""}]}","{""startTime"":1678930766974,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar,0,0,0,Neutral,3.2,0,0,0,0,0,0,15,1,0,0,1,1 -2023-03-15 21:46:29,2023-03-15 21:59:01,0,100,751,1,2023-03-15 21:59:02,R_2rGaPNhzt7E6p3e,37.6736,-122.0944,EN,1,40.832,1,4,2,5.661,15.116,85,86,59,30.449,53.734,1,1,55.302,1,1,227.539,1,47.919,15.01,4,3,4,5,6,4,,27.268,5,5,4,3,3,5,It seems to be accurate based on what I know about unvaccinated versus vaccinated covid cases,43.948,3,,12.43,2,7,3,4,1,5,6,16.079,3,7,6,8,8,5,10,9,,24.772,2,1,3,4,3,3,30.204,2,2,9.843,5,1982,California,6,2,1,,10,,,19,4,2,,46.908,5d73c234dec761000138c0f0,"{""startTime"":1678931488916,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931419612,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931293655,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":19,""label"":""tour_started""},{""time"":8934,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1198,""week"":""52"",""id"":""chart""},{""time"":10820,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1027,""week"":""3"",""id"":""chart""},{""time"":15240,""label"":""tour_next"",""step"":2},{""time"":23857,""label"":""tour_end"",""step"":2},{""time"":25349,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1085,""week"":""52"",""id"":""chart""},{""time"":30140,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1374,""week"":""1"",""id"":""chart2""}]}","{""startTime"":1678931404041,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":7613,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1049,""week"":""38"",""id"":""chart""},{""time"":9952,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1076,""week"":""52"",""id"":""chart2""},{""time"":11653,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1109,""week"":""52"",""id"":""chart2""}]}",1,simple,bar,0,1,0,Positive,2.7,0,3,3,3.234,1.078,4040,15,1,1,1,1,1 -2023-03-15 21:41:17,2023-03-15 21:59:03,0,100,1066,1,2023-03-15 21:59:03,R_OrQsW37RdBvVEDD,43.2078,-77.6602,EN,1,5.894,1,2,2,13.763,15.203,100,87,64,55.608,41.274,1,-3,159.831,1,1,135.455,-3,123.132,15.255,6,6,6,6,6,6,,50.759,6,6,6,3,5,6,The data is easy to understand and nothing seems inaccurate based on what I remember hearing or reading in the news.,64.585,1,,15.799,2,7,3,4,1,5,6,37.937,3,8,1,1,10,1,11,4,,76.24,4,4,5,2,5,4,51.292,1,1,28.997,1,1984,New York,2,2,1,,7,,,1,3,2,,65.332,565b2be310593c000bff9695,"{""startTime"":1678931344572,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931210847,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678930991169,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":89,""label"":""tour_started""},{""time"":14876,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1356,""week"":""48"",""id"":""chart""},{""time"":25278,""label"":""tour_next"",""step"":2},{""time"":33078,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678931194099,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":7476,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2105,""week"":""52"",""id"":""chart""}]}",1,simple,bar,0,2,0,Positive,4,0,1,1,2.105,2.105,0,15,0.5,1,0,0.5,1 -2023-03-15 21:40:36,2023-03-15 21:59:10,0,100,1114,1,2023-03-15 21:59:11,R_1jlwQsu7lw1r9pX,40.1094,-76.5131,EN,1,52.402,1,2,1,8.6,15.018,100,100,100,33.767,74.377,1,1,54.123,-1,-1,284.572,1,164.201,15.019,6,6,6,6,6,6,,21.073,6,6,6,6,6,6,"It is clear and easy to understand, I don't believe they would record false and inaccurate information ",39.374,4,,9.373,2,7,3,4,1,5,6,64.488,1,1,10,5,1,7,7,7,,70.881,1,5,5,1,3,5,59.233,6,4,27.144,2,1977,Pennsylvania,6,1,1,,9,,Mountville,12,2,1,sharg.357@gmail.com,71.464,5c1e94832c45d40001477352,"{""startTime"":1678931171243,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931106843,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678930961969,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":18204,""label"":""hovered"",""timeHovered"":4477,""week"":""2021-07-26""},{""time"":23768,""label"":""hovered"",""timeHovered"":2213,""week"":""2021-09-27""},{""time"":26155,""label"":""hovered"",""timeHovered"":3010,""week"":""2022-01-17""},{""time"":31129,""label"":""hovered"",""timeHovered"":6919,""week"":""2021-04-12""},{""time"":38104,""label"":""hovered"",""timeHovered"":4093,""week"":""2021-05-17""},{""time"":42883,""label"":""hovered"",""timeHovered"":5032,""week"":""2021-09-20""},{""time"":48521,""label"":""hovered"",""timeHovered"":3377,""week"":""2022-01-03""},{""time"":55444,""label"":""hovered"",""timeHovered"":4303,""week"":""2021-11-29""},{""time"":63205,""label"":""tour_next"",""step"":2},{""time"":70725,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678931091261,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line,1,1,0,Positive,3.3,0,0,0,0,0,0,15,1,0,1,1,1 -2023-03-15 21:51:08,2023-03-15 21:59:53,0,100,524,1,2023-03-15 21:59:53,R_3HodsVTJtpQM91m,46.3521,-94.1046,EN,1,7.639,1,3,1,9.629,15.01,76,88,65,17.527,48.588,1,1,45.676,1,1,59.11,-1,34.801,15.009,5,5,5,5,6,5,,30.194,4,6,6,6,6,6,The data and results of the effectiveness of the vaccine seem extremely clear,26.077,3,,14.519,2,7,3,4,1,5,6,21.74,6,8,4,6,9,3,11,8,,27.988,5,5,5,1,5,5,30.42,1,1,13.068,1,1994,Minnesota,6,3,1,,9,,Brainerd,8,3,1,dkgrilz@gmail.com,57.291,5f32f61bbff4620bf0794044,"{""startTime"":1678931643214,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":15529},{""label"":""window_focused"",""time"":17111}]}","{""startTime"":1678931674226,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931532839,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":4,""label"":""tour_started""},{""time"":17016,""label"":""tour_next"",""step"":2},{""time"":21076,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678931627859,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":10416,""label"":""hovered"",""timeHovered"":1109,""week"":""2021-12-27""}]}",1,simple,line,0,1,0,Positive,4.3,0,1,1,1.109,1.109,0,15,1,1,0,1,1 -2023-03-15 21:51:34,2023-03-15 21:59:55,0,100,500,1,2023-03-15 21:59:55,R_21FyKrD47ueDAFS,38.2213,-85.7396,EN,1,7.001,1,4,2,7.663,15.012,100,76,71,16.466,62.218,1,1,40.458,1,1,39.79,-1,61.623,15.016,6,6,6,6,6,6,,16.175,5,5,6,7,4,6,"The data seems to be presented in a complete manner, not leaving out any facts that could obscure the point presented.",24.656,4,,7.113,2,7,3,4,1,5,6,22.919,3,6,2,5,7,3,10,7,,16.988,2,2,2,4,2,2,18.862,2,1,14.158,2,1983,Kentucky,6,2,1,,7,,,10,4,2,,69.639,578bcb2c09fb91000133750e,"{""startTime"":1678931717414,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678931671652,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678931552774,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":17089,""label"":""hovered"",""timeHovered"":2143,""week"":""2021-09-13""},{""time"":19373,""label"":""hovered"",""timeHovered"":4491,""week"":""2021-09-13""},{""time"":24181,""label"":""hovered"",""timeHovered"":1466,""week"":""2022-01-03""},{""time"":28471,""label"":""tour_next"",""step"":2},{""time"":32237,""label"":""tour_end"",""step"":2},{""time"":33058,""label"":""hovered"",""timeHovered"":1278,""week"":""2022-01-31""},{""time"":35505,""label"":""hovered"",""timeHovered"":1406,""week"":""2022-02-07""},{""time"":38258,""label"":""hovered"",""timeHovered"":1060,""week"":""2022-01-10""},{""time"":39788,""label"":""hovered"",""timeHovered"":1878,""week"":""2022-01-10""},{""time"":41676,""label"":""hovered"",""timeHovered"":1799,""week"":""2022-01-10""},{""time"":43484,""label"":""hovered"",""timeHovered"":1865,""week"":""2022-01-10""},{""time"":49354,""label"":""hovered"",""timeHovered"":1186,""week"":""2022-01-03""},{""time"":50884,""label"":""hovered"",""timeHovered"":1036,""week"":""2022-01-03""},{""time"":52036,""label"":""hovered"",""timeHovered"":1870,""week"":""2022-01-03""},{""time"":54036,""label"":""hovered"",""timeHovered"":3608,""week"":""2022-01-03""},{""time"":58076,""label"":""hovered"",""timeHovered"":1505,""week"":""2022-01-10""}]}","{""startTime"":1678931655855,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7142,""label"":""hovered"",""timeHovered"":1859,""week"":""2022-01-10""},{""time"":9775,""label"":""hovered"",""timeHovered"":1915,""week"":""2022-01-17""},{""time"":12002,""label"":""hovered"",""timeHovered"":2159,""week"":""2022-01-17""}]}",1,moderate,line,0,1,0,Positive,2.3,0,3,3,5.933,1.9776666666666667,4860,15,1,1,0,1,2 -2023-03-15 21:42:08,2023-03-15 22:00:26,0,100,1098,1,2023-03-15 22:00:27,R_1C1mbFfb9S8WZB4,40.7015,-73.8422,EN,1,2.922,,,,,15.008,100,77,46,20.442,20.748,1,1,55.494,1,-2,42.686,1,150.78,15.009,3,3,3,4,2,4,,18.545,4,5,4,4,1,4,"I don't have any inherent reason to distrust the visualization, but by the nature of a survey it is also likely to be fake and made solely for the survey.",31.957,1,,8.931,2,7,3,4,1,5,6,16.316,1,2,3,6,3,2,8,2,,155.304,3,3,5,1,3,3,13.743,4,,3.084,1,2000,New York,6,1,1,,9,,Jamaica,5,4,1,BasilLuneth@gmail.com,395.396,608c75be6bf5ca1f23ab35ad,"{""startTime"":1678931202117,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931066813,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_focused"",""time"":17163},{""label"":""window_blurred"",""time"":18392},{""label"":""window_focused"",""time"":84652}]}","{""startTime"":1678930973167,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":9089,""label"":""tour_next"",""step"":2},{""time"":12423,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678931051130,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":904}]}",0,simple,line,1,0,0,Positive,3,0,0,0,0,0,0,0.904,1,0.5,1,1,1 -2023-03-15 21:49:33,2023-03-15 22:00:43,0,100,669,1,2023-03-15 22:00:43,R_dmcXO2FsiOd7dyV,41.7041,-72.679,EN,1,5.376,1,2,2,4.095,15.009,78,25,6,40.401,37.826,-2,1,45.988,-3,-3,61.842,1,30.848,15.007,4,2,7,2,6,2,I wish it had more information about where in the world/country presumably USA it was taken.,115.592,7,6,6,1,4,3,I'm not sure if it's some sort of optical illusion or the best way to display such data. Many of the months are so close that there might be a better way to depict the data. Additionally it covers a long time period.,56.04,2,,67.246,2,7,3,4,1,5,6,23.299,1,7,9,8,2,5,10,10,,16.951,5,5,5,1,5,5,23.013,4,1,9.85,1,1986,Connecticut,7,2,1,,7,,,16,3,1,5d62886927a84f00010fbbb4@email.prolific.co,53.733,5d62886927a84f00010fbbb4,"{""startTime"":1678931554633,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931670717,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931454085,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":6645,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3540,""week"":""2"",""id"":""chart""},{""time"":13330,""label"":""tour_next"",""step"":2},{""time"":16713,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2108,""week"":""4"",""id"":""chart2""},{""time"":22279,""label"":""tour_end"",""step"":2},{""time"":24876,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1866,""week"":""27"",""id"":""chart2""},{""time"":31108,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1022,""week"":""1"",""id"":""chart""},{""time"":32719,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1036,""week"":""52"",""id"":""chart""},{""time"":35174,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1228,""week"":""33"",""id"":""chart""}]}","{""startTime"":1678931539166,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":4782,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1658,""week"":""52"",""id"":""chart""},{""time"":10735,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1861,""week"":""3"",""id"":""chart2""}]}",1,simple,bar,0,1,0,Negative,4.3,0,2,2,3.519,1.7595,5953,15,0.5,0,1,0.5,1 -2023-03-15 21:52:01,2023-03-15 22:00:43,0,100,521,1,2023-03-15 22:00:44,R_sMstya6WOblULBv,30.6293,-97.6687,EN,1,5.257,,,,,15.11,100,100,37,18.35,93.102,1,1,50.347,-3,-3,64.238,1,41.803,15.015,5,5,6,4,4,5,,25.45,5,4,7,2,2,4,"Well I trust it, but it may be hard for the average Joe to understand it.",21.724,3,,6.379,2,7,3,4,1,5,6,15.387,1,2,1,6,4,3,10,9,,20.96,1,2,3,4,1,1,16.21,4,,3.689,2,1984,Texas,6,2,1,,7,,,17,3,2,,71.089,5c935d881754ba001b25697a,"{""startTime"":1678931755949,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931716007,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931565081,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":16666,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":11966,""week"":""51"",""id"":""chart""},{""time"":28984,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2015,""week"":""51"",""id"":""chart""},{""time"":32349,""label"":""tour_next"",""step"":5},{""time"":55078,""label"":""started_brush"",""startDate"":""2021-05-30"",""endDate"":""2021-07-03""},{""time"":59453,""label"":""tour_next"",""step"":5},{""time"":65846,""label"":""moved_brush"",""startDate"":""2021-05-30"",""endDate"":""2021-06-28""},{""time"":67030,""label"":""moved_brush"",""startDate"":""2021-05-30"",""endDate"":""2021-06-22""},{""time"":68174,""label"":""moved_brush"",""startDate"":""2021-05-30"",""endDate"":""2021-06-17""},{""time"":69780,""label"":""tour_next"",""step"":5},{""time"":79659,""label"":""cleared_brush"",""using"":""Click""},{""time"":79659,""label"":""cleared_brush"",""using"":""Escape""},{""time"":80909,""label"":""tour_next"",""step"":5},{""time"":85117,""label"":""tour_end"",""step"":5},{""time"":89700,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1065,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678931700670,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":4939,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6937,""week"":""52"",""id"":""chart""}]}",0,complex,bar,0,1,0,Neutral,2,0,1,1,6.937,6.937,0,15,1,0,1,1,3 -2023-03-15 21:38:16,2023-03-15 22:00:44,0,100,1347,1,2023-03-15 22:00:44,R_1cYsNBYLNzQVYZx,38.8768,-104.812,EN,1,48.692,,,,,15.022,86,88,21,57.782,300.566,1,1,94.685,1,1,104.101,1,97.035,15.019,5,5,5,5,5,5,,71.444,5,5,5,7,1,5,The data appear to be reasonable.,38.875,6,,17.824,2,7,3,4,1,5,6,29.435,5,5,10,9,6,8,10,10,,49.071,5,5,5,1,5,5,50.16,4,,14.239,1,1949,Colorado,3,2,1,,7,,,7,3,1,landcjackson@msn.com,257.297,5e5ae01d75f13d2efe7db45e,"{""startTime"":1678931242724,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":5464,""label"":""started_brush"",""startDate"":""2021-12-07"",""endDate"":""2022-01-16""}]}","{""startTime"":1678931314843,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930828688,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":44505,""label"":""tour_next"",""step"":5},{""time"":102605,""label"":""tour_back"",""step"":5},{""time"":110146,""label"":""tour_next"",""step"":5},{""time"":223727,""label"":""cleared_brush"",""using"":""click""},{""time"":230824,""label"":""started_brush"",""startDate"":""2021-09-08"",""endDate"":""2022-02-10""},{""time"":235572,""label"":""tour_next"",""step"":5},{""time"":253183,""label"":""moved_brush"",""startDate"":""2021-09-10"",""endDate"":""2022-02-13""},{""time"":255697,""label"":""tour_next"",""step"":5},{""time"":269054,""label"":""cleared_brush"",""using"":""click""},{""time"":269056,""label"":""cleared_brush"",""using"":""Escape""},{""time"":275001,""label"":""tour_next"",""step"":5},{""time"":292024,""label"":""tour_end"",""step"":5},{""time"":293329,""label"":""hovered"",""timeHovered"":1063,""week"":""2022-02-07""}]}","{""startTime"":1678931227165,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line,0,1,0,Positive,4.3,0,0,0,0,0,0,15,1,1,1,1,3 -2023-03-15 21:46:07,2023-03-15 22:01:27,0,100,920,1,2023-03-15 22:01:28,R_1NnpvvsjCtLAj5u,32.7797,-96.8022,EN,1,22.347,2,,2,4.541,15.117,50,50,50,31.681,30.392,1,-1,76.473,-3,-3,155.692,-2,49.361,15.022,3,3,3,5,5,3,,59.361,3,5,1,1,1,1,N/A ,81.109,4,,18.151,2,7,3,4,1,5,6,22.707,3,2,6,7,3,3,8,4,,75.905,2,2,3,3,4,3,62.056,6,5,20.445,1,1983,Texas,10,2,1,,7,,,4,3,2,,92.212,630345dd92f26599c777a5fc,"{""startTime"":1678931596287,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":6285,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":17634,""week"":""2"",""id"":""chart""},{""time"":24941,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1038,""week"":""51"",""id"":""chart""}]}","{""startTime"":1678931473681,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":1871,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2341,""week"":""3"",""id"":""chart""}]}","{""startTime"":1678931267993,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":19911,""label"":""tour_next"",""step"":2},{""time"":25530,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678931456694,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar,0,0,0,,2.8,0,0,0,0,0,0,15,0.5,0,0,0,2 -2023-03-15 21:49:45,2023-03-15 22:01:55,0,100,729,1,2023-03-15 22:01:56,R_Wf9sP9DynDjBWMh,47.8978,-122.0693,EN,1,20.773,,,,,15.007,87,63,35,33.967,34.694,-2,1,36.221,1,-3,130.079,-1,90.066,15.009,5,5,5,4,5,4,Seems legit to me.,41.578,5,5,3,7,1,5,The data seems fairly precise and realistic.,33.267,5,Trust but verify.,24.685,2,7,3,4,1,5,6,19.577,5,7,7,7,6,7,10,8,Trust but verify.,38.372,2,2,3,4,2,2,32.911,3,,5.166,1,1969,Washington,6,2,1,,7,,,6,3,1,,77.924,5dd9e1e0a4aa2696d9a15c0d,"{""startTime"":1678931730864,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678931658325,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678931476449,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":19,""label"":""tour_started""},{""time"":21008,""label"":""tour_next"",""step"":2},{""time"":29264,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678931642648,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":7209,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1430,""week"":""52"",""id"":""chart""},{""time"":12945,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1080,""week"":""1"",""id"":""chart""}]}",0,moderate,bar,0,1,0,Positive,2.5,0,2,2,2.51,1.255,5736,15,0.5,0.5,0,0.5,2 -2023-03-15 21:51:26,2023-03-15 22:01:57,0,100,630,1,2023-03-15 22:01:57,R_1oAsvOr4qsNJkPQ,30.2881,-97.764,EN,1,237.769,,,,,15.01,92,88,64,12,52.679,1,1,26.257,-2,1,35.909,-3,28.018,15.012,5,5,5,5,5,5,,11.594,5,5,5,5,4,5,I assume the data is well supported considering I'm seeing it in a formal survey,33.018,2,,5.792,2,7,3,4,1,5,6,14.744,2,5,8,8,3,5,8,8,,14.835,4,4,5,1,4,4,12.356,4,,3.298,1,1993,Texas,7,2,1,,9,,Austin,17,3,2,,77.098,5e8953f2e770eb5f55dfc4c0,"{""startTime"":1678931862779,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931875062,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931764502,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":13899,""label"":""tour_next"",""step"":5},{""time"":30566,""label"":""started_brush"",""startDate"":""2021-06-05"",""endDate"":""2021-11-02""},{""time"":31565,""label"":""tour_next"",""step"":5},{""time"":38118,""label"":""moved_brush"",""startDate"":""2021-05-06"",""endDate"":""2021-11-02""},{""time"":38642,""label"":""tour_next"",""step"":5},{""time"":43878,""label"":""moved_brush"",""startDate"":""2021-05-06"",""endDate"":""2021-11-02""},{""time"":46248,""label"":""cleared_brush"",""using"":""click""},{""time"":46250,""label"":""cleared_brush"",""using"":""Escape""},{""time"":46801,""label"":""tour_next"",""step"":5},{""time"":50093,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678931847299,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":6568,""label"":""hovered"",""timeHovered"":2937,""week"":""2021-11-22""}]}",0,complex,line,1,0,0,Positive,3.7,0,1,1,2.937,2.937,0,15,1,0.5,0,0,3 -2023-03-15 21:52:58,2023-03-15 22:02:52,0,100,593,1,2023-03-15 22:02:52,R_1Qc2iRc5kRChxMd,40.5482,-122.3367,EN,1,3.936,2,,1,3.545,15.009,77,100,50,31.46,19.378,1,1,74.21,1,1,75.146,1,53.068,15.008,3,3,3,6,6,3,,24.862,3,6,5,7,2,3,I am not sure if I trust it until I get more information on what was conducted.,38.16,4,,12.373,2,7,3,4,1,5,6,27.679,8,6,9,6,8,6,6,8,,24.809,2,2,4,4,2,2,30.492,7,2,21.281,2,1999,California,6,1,1,,7,,,6,1,2,,77.238,60fd8e58bf7248c3312f59c1,"{""startTime"":1678931755638,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931781074,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":591,""label"":""hovered"",""timeHovered"":1415,""week"":""2021-12-06""}]}","{""startTime"":1678931645386,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":1423,""label"":""hovered"",""timeHovered"":4688,""week"":""2021-12-13""},{""time"":8104,""label"":""hovered"",""timeHovered"":3348,""week"":""2022-01-03""},{""time"":12679,""label"":""tour_next"",""step"":2},{""time"":17429,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678931739901,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line,1,0,0,Positive,2.7,0,0,0,0,0,0,15,1,1,1,1,1 -2023-03-15 21:47:47,2023-03-15 22:03:09,0,100,922,1,2023-03-15 22:03:10,R_2cilxlgT4rnmqzD,24.5615,-81.7818,EN,1,19.291,,,,,15.114,97,98,90,59.638,347.944,-2,1,80.305,1,-2,83.761,-3,19.447,15.013,6,5,3,6,6,6,,23.637,6,6,6,5,5,6,I work with data and I love data.,16.558,3,,9.234,2,7,3,4,1,5,6,30.165,5,6,8,8,6,6,10,9,,23.192,4,4,5,2,5,4,30.008,2,,7.798,2,1960,Florida,3,3,1,,7,,,8,4,1,prevspec@gmail.com,78.778,5c1baf8fdbc4da0001648218,"{""startTime"":1678931796518,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931757216,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931371889,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":32,""label"":""tour_started""},{""time"":13619,""label"":""tour_next"",""step"":5},{""time"":32063,""label"":""tour_back"",""step"":5},{""time"":38267,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":11613,""week"":""50"",""id"":""chart""},{""time"":53871,""label"":""tour_next"",""step"":5},{""time"":55945,""label"":""tour_back"",""step"":5},{""time"":59071,""label"":""tour_next"",""step"":5},{""time"":70519,""label"":""tour_back"",""step"":5},{""time"":85853,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1582,""week"":""2"",""id"":""chart""},{""time"":87502,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1699,""week"":""1"",""id"":""chart""},{""time"":98320,""label"":""tour_next"",""step"":5},{""time"":106942,""label"":""tour_back"",""step"":5},{""time"":109798,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1180,""week"":""1"",""id"":""chart""},{""time"":113583,""label"":""cleared_brush"",""using"":""Click""},{""time"":113583,""label"":""cleared_brush"",""using"":""Escape""},{""time"":114008,""label"":""cleared_brush"",""using"":""Click""},{""time"":114008,""label"":""cleared_brush"",""using"":""Escape""},{""time"":114394,""label"":""cleared_brush"",""using"":""Click""},{""time"":114394,""label"":""cleared_brush"",""using"":""Escape""},{""time"":114362,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":2831,""week"":""36"",""id"":""chart""},{""time"":118510,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":2982,""week"":""34"",""id"":""chart""},{""label"":""window_blurred"",""time"":137111},{""label"":""window_focused"",""time"":137119},{""time"":158215,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1366,""week"":""50"",""id"":""chart""},{""time"":165006,""label"":""tour_next"",""step"":5},{""time"":180934,""label"":""tour_back"",""step"":5},{""time"":216487,""label"":""tour_next"",""step"":5},{""time"":227246,""label"":""tour_back"",""step"":5},{""time"":233112,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1248,""week"":""50"",""id"":""chart""},{""time"":234378,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1465,""week"":""51"",""id"":""chart""},{""time"":239174,""label"":""tour_next"",""step"":5},{""time"":241698,""label"":""tour_back"",""step"":5},{""time"":252739,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1482,""week"":""50"",""id"":""chart""},{""time"":254672,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1865,""week"":""49"",""id"":""chart""},{""time"":258286,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":2700,""week"":""49"",""id"":""chart""},{""time"":263829,""label"":""tour_next"",""step"":5},{""time"":265648,""label"":""tour_back"",""step"":5},{""time"":271817,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":2582,""week"":""1"",""id"":""chart""},{""time"":275166,""label"":""tour_next"",""step"":5},{""time"":292406,""label"":""cleared_brush"",""using"":""Click""},{""time"":298356,""label"":""cleared_brush"",""using"":""Click""},{""time"":299232,""label"":""cleared_brush"",""using"":""Click""},{""time"":307465,""label"":""started_brush"",""startDate"":""2021-10-27"",""endDate"":""2022-02-07""},{""time"":310678,""label"":""tour_next"",""step"":5},{""time"":321195,""label"":""moved_brush"",""startDate"":""2021-11-28"",""endDate"":""2022-02-07""},{""time"":327321,""label"":""moved_brush"",""startDate"":""2021-11-28"",""endDate"":""2022-01-20""},{""time"":328349,""label"":""tour_next"",""step"":5},{""time"":334929,""label"":""cleared_brush"",""using"":""Click""},{""time"":336413,""label"":""tour_next"",""step"":5},{""time"":339542,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678931740607,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,bar,1,0,1,Positive,4,0,0,0,0,0,0,15,0.5,0.5,0,0,3 -2023-03-15 21:57:03,2023-03-15 22:04:20,0,100,436,1,2023-03-15 22:04:21,R_1IZtjWu1ukWyk1W,30.2791,-89.7679,EN,1,3.518,,,,,15.106,62,5,50,20.684,56.641,1,1,44.454,-3,-3,45.684,1,51.224,15.006,3,3,3,7,7,3,n.a,24.096,1,1,1,1,1,1,I find it difficult to read and understand and just plain confusing.,13.342,1,n/a,8.513,2,7,3,4,1,5,6,20.59,3,5,11,5,3,2,7,9,n/a,25.624,1,1,1,5,1,1,18.83,4,,3.76,1,1995,Louisiana,6,2,1,,7,,,6,4,2,,33.309,62d39a47594b3446ba0c1585,"{""startTime"":1678932024457,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931994507,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":19},{""label"":""window_focused"",""time"":5083}]}","{""startTime"":1678931870597,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":15564,""label"":""tour_next"",""step"":5},{""time"":27819,""label"":""started_brush"",""startDate"":""2021-09-03"",""endDate"":""2021-11-26""},{""time"":28693,""label"":""tour_next"",""step"":5},{""time"":32654,""label"":""moved_brush"",""startDate"":""2021-07-23"",""endDate"":""2021-09-03""},{""time"":33355,""label"":""tour_next"",""step"":5},{""time"":42063,""label"":""moved_brush"",""startDate"":""2021-09-06"",""endDate"":""2021-10-18""},{""time"":43922,""label"":""started_brush"",""startDate"":""2021-07-15"",""endDate"":""2021-08-21""},{""time"":49593,""label"":""cleared_brush"",""using"":""Click""},{""time"":49593,""label"":""cleared_brush"",""using"":""Escape""},{""time"":50251,""label"":""tour_next"",""step"":5},{""time"":53936,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678931979103,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":5566,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1309,""week"":""1"",""id"":""chart""},{""time"":6998,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1843,""week"":""51"",""id"":""chart""},{""time"":10721,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1037,""week"":""2"",""id"":""chart""}]}",0,complex,bar,0,1,0,Negative,1.7,0,3,3,4.189,1.3963333333333334,5155,15,1,0,1,1,3 -2023-03-15 21:47:51,2023-03-15 22:04:24,0,100,993,1,2023-03-15 22:04:24,R_3esM87FhqAs67Gt,42.7893,-83.7135,EN,1,15.489,,,,,15.014,66,92,77,43.21,113.527,1,-2,53.163,1,1,77.529,1,76.5,15.014,6,6,6,5,6,6,"I noticed that when you hover the visualization, the colors of the text do not match up to the colors on the legend. As well, the yellow text is a tad difficult to read on a white background. Otherwise, it looks really good. ",199.961,6,6,6,3,7,6,"It feels organized, and it clearly cites a reputable source. ",39.89,5,,13.223,2,7,3,4,1,5,6,24.422,2,4,3,8,6,5,10,8,,32.967,4,3,4,1,5,5,41.898,3,,6.879,1,1996,Michigan,5,1,1,,7,,,12,4,2,,140.79,63ea7e60bdd3090eb4b0dcc5,"{""startTime"":1678931561270,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":41,""label"":""hovered"",""timeHovered"":8698,""week"":""2021-12-27""},{""time"":9960,""label"":""hovered"",""timeHovered"":1680,""week"":""2021-12-27""},{""time"":13726,""label"":""hovered"",""timeHovered"":2887,""week"":""2022-01-31""},{""time"":18679,""label"":""hovered"",""timeHovered"":46614,""week"":""2022-01-24""},{""time"":67049,""label"":""hovered"",""timeHovered"":2068,""week"":""2021-12-20""},{""time"":69535,""label"":""hovered"",""timeHovered"":1933,""week"":""2021-12-27""},{""time"":71471,""label"":""hovered"",""timeHovered"":3811,""week"":""2021-12-27""},{""time"":77301,""label"":""hovered"",""timeHovered"":57233,""week"":""2021-11-08""},{""time"":134603,""label"":""hovered"",""timeHovered"":1665,""week"":""2021-11-08""}]}","{""startTime"":1678931763302,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":2661,""label"":""hovered"",""timeHovered"":1437,""week"":""2021-11-01""}]}","{""startTime"":1678931354141,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":29003,""label"":""tour_next"",""step"":5},{""time"":51123,""label"":""started_brush"",""startDate"":""2021-09-04"",""endDate"":""2021-10-15""},{""time"":52536,""label"":""tour_next"",""step"":5},{""time"":57741,""label"":""moved_brush"",""startDate"":""2021-07-13"",""endDate"":""2021-08-23""},{""time"":59460,""label"":""moved_brush"",""startDate"":""2021-07-13"",""endDate"":""2021-09-18""},{""time"":62309,""label"":""tour_next"",""step"":5},{""time"":70070,""label"":""cleared_brush"",""using"":""click""},{""time"":71216,""label"":""tour_next"",""step"":5},{""time"":78287,""label"":""tour_end"",""step"":5},{""time"":94953,""label"":""started_brush"",""startDate"":""2021-09-07"",""endDate"":""2021-10-07""},{""time"":98337,""label"":""moved_brush"",""startDate"":""2021-09-05"",""endDate"":""2021-10-07""},{""time"":102811,""label"":""hovered"",""timeHovered"":1333,""week"":""2021-09-13""},{""time"":105603,""label"":""hovered"",""timeHovered"":1038,""week"":""2021-09-20""}]}","{""startTime"":1678931545724,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line,2,0,0,Positive,3.7,0,0,0,0,0,0,15,0.5,1,1,1,3 -2023-03-15 21:46:55,2023-03-15 22:04:29,0,100,1054,1,2023-03-15 22:04:30,R_2Y99y0aScyo512M,40.8691,-73.9191,EN,1,592.234,,,,,15.018,81,82,50,12.835,66.236,1,1,30.949,1,1,31.656,1,22.238,15.123,5,4,5,4,5,5,The Croatia Chamber of Agriculture would have no reason to falsify any data here.,46.346,5,5,3,7,1,5,"The data seems solid, it looks convincing. ",23.468,5,"I think most people can be trusted, but it's good to be aware of your surroundings.",25.486,2,7,3,4,1,5,6,10.003,1,3,3,3,3,3,10,10,,20.558,5,5,5,1,5,5,17.876,2,,2.713,1,1986,New York,6,2,1,,7,,,16,4,1,michaelchagnon@gmail.com,47.731,5d1bf643f18c6c00187def44,"{""startTime"":1678932021373,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931981574,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931876263,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":6315,""label"":""tour_next"",""step"":5},{""time"":21461,""label"":""started_brush"",""startDate"":""2021-05-03"",""endDate"":""2021-12-12""},{""time"":22346,""label"":""tour_next"",""step"":5},{""time"":25456,""label"":""moved_brush"",""startDate"":""2021-05-03"",""endDate"":""2021-12-12""},{""time"":26947,""label"":""moved_brush"",""startDate"":""2021-05-03"",""endDate"":""2021-12-12""},{""time"":30206,""label"":""moved_brush"",""startDate"":""2021-07-05"",""endDate"":""2022-02-13""},{""time"":31066,""label"":""tour_next"",""step"":5},{""time"":34693,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-06-10""},{""time"":35776,""label"":""moved_brush"",""startDate"":""2021-07-24"",""endDate"":""2021-09-23""},{""time"":37030,""label"":""started_brush"",""startDate"":""2021-10-18"",""endDate"":""2022-01-17""},{""time"":37701,""label"":""moved_brush"",""startDate"":""2021-08-15"",""endDate"":""2021-11-14""},{""time"":39924,""label"":""started_brush"",""startDate"":""2021-12-03"",""endDate"":""2022-02-13""},{""time"":40980,""label"":""started_brush"",""startDate"":""2021-07-17"",""endDate"":""2022-01-17""},{""time"":41745,""label"":""cleared_brush"",""using"":""click""},{""time"":41749,""label"":""cleared_brush"",""using"":""Escape""},{""time"":43210,""label"":""tour_next"",""step"":5},{""time"":45907,""label"":""tour_end"",""step"":5},{""time"":51012,""label"":""started_brush"",""startDate"":""2021-04-13"",""endDate"":""2021-05-31""},{""time"":64587,""label"":""moved_brush"",""startDate"":""2021-12-28"",""endDate"":""2022-02-13""}]}","{""startTime"":1678931965836,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line,0,1,0,Positive,4.3,0,0,0,0,0,0,15,1,1,1,1,3 -2023-03-15 21:59:20,2023-03-15 22:05:34,0,100,373,1,2023-03-15 22:05:34,R_3dMS2z9yJBhGdgP,41.7042,-71.4558,EN,1,8.118,,,,,15.012,67,78,50,20.454,27.244,1,1,31.053,1,1,38.069,1,36.6,15.111,3,3,3,4,4,3,,21.122,6,5,5,5,7,6,The instructions said to answer from the perspective of someone who trusts the visualization.,23.131,5,,7.804,2,7,3,4,1,5,6,18.299,1,3,1,8,3,1,10,10,,18.768,5,5,5,1,5,5,13.317,1,,2.538,1,2001,Rhode Island,6,1,1,,7,,,16,4,2,,35.35,63e54336ed7afb1425f7888f,"{""startTime"":1678932139398,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932091067,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932009512,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7,""label"":""tour_started""},{""label"":""window_blurred"",""time"":6938},{""label"":""window_focused"",""time"":8833},{""time"":16728,""label"":""tour_next"",""step"":2},{""time"":20256,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932075555,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6214,""label"":""hovered"",""timeHovered"":6058,""week"":""2022-01-10""}]}",0,moderate,line,0,0,0,Neutral,4.3,0,1,1,6.058,6.058,0,15,1,1,1,1,2 -2023-03-15 21:57:58,2023-03-15 22:05:36,0,100,457,1,2023-03-15 22:05:36,R_3JdTb7QpwPtblbx,38.7893,-104.8221,EN,1,10.349,,,,,15.01,61,45,44,22.359,19.715,1,-3,39.018,-3,-3,63.88,-3,46.9,15.114,5,3,5,5,5,5,,15.286,3,2,2,7,7,2,The stacked format makes it harder to determine the actual level for one of the two sources of pestilence. ,43.298,4,,4.842,2,7,3,4,1,5,6,7.974,2,2,6,3,1,4,5,6,,13.703,5,5,5,1,5,5,30.09,7,,2.941,1,1990,Colorado,6,3,1,,7,,,2,4,2,,71.186,62a0b34cbcc5987a8fa73c39,"{""startTime"":1678932034488,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932050305,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678931934570,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":7654,""label"":""tour_next"",""step"":2},{""time"":10260,""label"":""tour_end"",""step"":2},{""time"":11531,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6895,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678932018909,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":11590,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3009,""week"":""1"",""id"":""chart""}]}",0,moderate,bar,0,1,0,Negative,4.3,0,1,1,3.009,3.009,0,15,0.5,0,0,0,2 -2023-03-15 21:56:17,2023-03-15 22:05:55,0,100,578,1,2023-03-15 22:05:56,R_1gITkk17jrQ9aaX,35.9151,-79.0972,EN,1,3.806,1,3,1,11.78,15.019,87,88,67,24.418,44.111,1,-3,56.135,1,-3,78.633,-3,37.792,15.123,5,5,5,5,5,5,,33.398,5,5,5,2,3,5,"The data seems to have come from the CDC, so I'm assuming the visualization is accurate.",42.72,2,,6.751,2,7,3,4,1,5,6,17.311,1,3,1,4,4,2,9,7,,30.243,3,3,3,4,2,2,38.125,1,2,16.113,1,1992,North Carolina,7,2,1,,7,,,6,4,2,,52.001,565c931eba63db00051cd52d,"{""startTime"":1678931958603,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931992453,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931841964,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":6948,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2023,""week"":""50"",""id"":""chart""},{""time"":9942,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1529,""week"":""52"",""id"":""chart""},{""time"":12204,""label"":""tour_next"",""step"":2},{""time"":16050,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3143,""week"":""52"",""id"":""chart2""},{""time"":21618,""label"":""tour_end"",""step"":2},{""time"":27713,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3544,""week"":""46"",""id"":""chart2""},{""time"":32101,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2042,""week"":""52"",""id"":""chart2""},{""time"":34149,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1050,""week"":""52"",""id"":""chart""},{""time"":35274,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3473,""week"":""1"",""id"":""chart""},{""time"":39941,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1193,""week"":""24"",""id"":""chart""}]}","{""startTime"":1678931942934,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":10100,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3505,""week"":""52"",""id"":""chart""}]}",1,simple,bar,1,0,0,Positive,2.8,0,1,1,3.505,3.505,0,15,0.5,0.5,0,0.5,1 -2023-03-15 21:45:20,2023-03-15 22:06:03,0,100,1243,1,2023-03-15 22:06:04,R_3Dkb5x7m2kadfcW,33.4901,-117.1852,EN,1,95.79,,,,,15.12,85,91,75,50.251,74.102,1,1,57.435,1,1,141.678,1,101.956,15.015,5,3,3,5,6,3,,52.699,3,5,4,7,7,4,"Assuming I trust the source, I would have no reason to disbelieve it. However because I have no knowledge of fungi and insect based crop diseases, I do not know how much this information matters. There may also be important information missing that not even the researchers know about due to no fault of their own.",256.012,6,,10.698,2,7,3,4,1,5,6,41.425,1,3,2,5,1,2,10,9,,44.086,2,1,3,4,4,3,66.071,2,,23.53,1,1999,California,1,2,1,,7,,,3,4,2,,88.81,5e60460125834138aae85307,"{""startTime"":1678931456139,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931510060,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":21588,""label"":""hovered"",""timeHovered"":1948,""week"":""2022-01-03""},{""time"":24490,""label"":""hovered"",""timeHovered"":1420,""week"":""2022-01-10""}]}","{""startTime"":1678931304628,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":22,""label"":""tour_started""},{""time"":31121,""label"":""hovered"",""timeHovered"":6083,""week"":""2021-08-23""},{""time"":39779,""label"":""hovered"",""timeHovered"":1010,""week"":""2021-12-20""},{""time"":41456,""label"":""hovered"",""timeHovered"":5826,""week"":""2021-12-27""},{""time"":51177,""label"":""tour_next"",""step"":2},{""time"":55029,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678931440027,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":3519,""label"":""hovered"",""timeHovered"":1199,""week"":""2021-12-20""},{""time"":9431,""label"":""hovered"",""timeHovered"":1565,""week"":""2022-01-03""},{""time"":13096,""label"":""hovered"",""timeHovered"":1005,""week"":""2022-01-31""}]}",0,simple,line,1,0,0,Positive,2.8,0,3,3,3.769,1.2563333333333333,9577,15,1,1,1,1,1 -2023-03-15 21:53:43,2023-03-15 22:07:04,0,100,800,1,2023-03-15 22:07:04,R_yjvnY6MKVRH8Bwt,36.1493,-95.9499,EN,1,68.748,,,,,15.513,100,28,39,48.65,23.836,1,1,50.272,-3,-3,80.355,-2,76.475,15.044,6,6,6,5,5,6,,12.092,6,4,3,3,4,6,I feel like it's very comprehensive and the data is precise.,15.708,5,,4.841,2,7,3,4,1,5,6,12.071,3,4,6,6,4,3,11,10,,38.361,1,1,1,5,1,1,28.402,2,,3.173,2,1990,Oklahoma,2,2,1,,7,,,8,2,1,mandydee200@yahoo.com,39.138,55a75835fdf99b26395fae40,"{""startTime"":1678932083497,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932095930,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":1675},{""label"":""window_focused"",""time"":31811},{""label"":""window_blurred"",""time"":33790},{""label"":""window_focused"",""time"":40202}]}","{""startTime"":1678931963493,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":11141,""label"":""tour_next"",""step"":2},{""time"":17037,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932068169,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":2832},{""label"":""window_focused"",""time"":11834}]}",0,moderate,bar,0,2,0,Positive,1.7,0,0,0,0,0,0,2.832,1,0,0,0,2 -2023-03-15 22:00:06,2023-03-15 22:07:38,0,100,451,1,2023-03-15 22:07:39,R_3OTikwyfae72yqd,39.952,-75.1814,EN,1,3.423,1,3,1,5.983,15.01,71,74,57,26.458,66.163,1,1,32.582,1,1,34.761,1,37.115,15.014,5,5,5,5,5,5,I think there is a typo. Vaccinated & unvaccinated are reversed in the interactive plot.,28.776,4,4,4,4,4,4,It includes both the raw count and proportion data.,15.744,4,,8.265,2,7,3,4,1,5,6,13.059,5,5,7,7,5,6,10,8,,22.96,4,4,5,3,4,4,17.487,2,1,9.701,2,1990,Pennsylvania,9,3,4,Korean,2,,,7,3,2,,64.99,638a6928a6b4801e5b229ebc,"{""startTime"":1678932218325,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932186422,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932066748,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":4,""label"":""tour_started""},{""time"":1931,""label"":""hovered"",""timeHovered"":1367,""week"":""2021-12-20""},{""time"":4981,""label"":""hovered"",""timeHovered"":1084,""week"":""2022-01-03""},{""time"":6965,""label"":""hovered"",""timeHovered"":8399,""week"":""2022-01-03""},{""time"":15414,""label"":""hovered"",""timeHovered"":1001,""week"":""2022-01-03""},{""time"":19398,""label"":""hovered"",""timeHovered"":6717,""week"":""2022-01-17""},{""time"":30189,""label"":""tour_next"",""step"":5},{""time"":46989,""label"":""started_brush"",""startDate"":""2021-07-26"",""endDate"":""2022-02-13""},{""time"":47939,""label"":""tour_next"",""step"":5},{""time"":54091,""label"":""moved_brush"",""startDate"":""2021-04-26"",""endDate"":""2021-11-13""},{""time"":54937,""label"":""tour_next"",""step"":5},{""time"":58064,""label"":""cleared_brush"",""using"":""click""},{""time"":58954,""label"":""tour_next"",""step"":5},{""time"":63972,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678932171099,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":4842,""label"":""hovered"",""timeHovered"":1851,""week"":""2021-12-27""},{""time"":10366,""label"":""hovered"",""timeHovered"":1168,""week"":""2021-09-27""}]}",1,complex,line,0,1,0,Positive,4,0,2,2,3.019,1.5095,5524,15,1,1,1,1,3 -2023-03-15 21:54:31,2023-03-15 22:08:08,0,100,816,1,2023-03-15 22:08:09,R_1Q9DnSpJZ2ogpCr,34.727,-81.6156,EN,1,8.162,,,,,15.147,100,0,0,40.546,32.427,1,1,108.937,-1,1,80.606,1,59.701,15.019,5,5,5,5,5,5,,22.901,4,5,5,3,3,5,It seems like a lot of data and work was put into it.,40.707,4,,6.791,2,7,3,4,1,5,6,31.596,1,1,6,6,1,2,9,9,,34.452,1,1,1,5,3,1,34.848,4,,6.435,2,1996,South Carolina,2,2,1,,7,,,5,3,1,alifowler96@gmail.com,63.799,5ce9bfc4d439ae00015968dd,"{""startTime"":1678932063072,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932087526,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931903107,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":2608,""label"":""hovered"",""timeHovered"":1044,""week"":""2021-11-29""},{""time"":19035,""label"":""tour_next"",""step"":2},{""time"":27420,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932046664,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":6650,""label"":""hovered"",""timeHovered"":1367,""week"":""2021-12-27""}]}",0,simple,line,1,1,0,Positive,2,0,1,1,1.367,1.367,0,15,1,0.5,1,1,1 -2023-03-15 22:02:26,2023-03-15 22:08:46,0,100,380,1,2023-03-15 22:08:47,R_3PRzwD9WQCUAYzx,42.1139,-80.1499,EN,1,4.99,1,4,2,4.461,15.025,50,100,61,13.566,16.555,1,-3,62.726,-2,-3,59.519,-3,19.769,15.025,5,5,5,5,5,5,,14.976,5,6,6,5,5,5,It shows the data clearly and cites the CDC,13.454,4,,7.447,2,7,3,4,1,5,6,9.248,1,6,3,7,9,1,11,9,,17.953,5,5,1,5,5,5,10.84,1,2,9.423,3,2001,Pennsylvania,3,1,1,,7,,,12,3,1,gabriellemsteppic@gmail.com,45.042,5eb0bbbc0be27c183500b45d,"{""startTime"":1678932319284,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932293658,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932199958,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":43,""label"":""tour_started""},{""time"":8251,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1815,""week"":""52"",""id"":""chart""},{""time"":13259,""label"":""tour_next"",""step"":2},{""time"":15075,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932277753,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":10090,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1758,""week"":""21"",""id"":""chart""}]}",1,moderate,bar,1,0,0,Positive,4.3,0,1,1,1.758,1.758,0,15,0.5,0,0,0,2 -2023-03-15 21:59:48,2023-03-15 22:08:48,0,100,539,1,2023-03-15 22:08:48,R_3GwcU3aNRRvMMYO,40.6511,-74.26,EN,1,7.301,1,2,2,6.303,15.108,57,90,71,19.886,25.69,1,1,62.336,-2,1,49.436,-1,24.451,15.012,5,5,3,5,6,3,none,24.88,4,6,5,3,5,3,I do not know who provided the data and why,19.835,5,none,12.379,2,7,3,4,1,5,6,24.403,2,1,9,6,1,6,7,10,none,21.721,4,4,3,2,4,3,26.837,6,1,12.293,1,1986,New Jersey,6,1,1,,7,,,7,3,1,txsteve20@gmail.com,124.613,638d5097d95db2c5c143d5b7,"{""startTime"":1678932155680,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932181082,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932050966,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":17,""label"":""tour_started""},{""time"":12372,""label"":""hovered"",""timeHovered"":1832,""week"":""2021-12-27""},{""time"":16340,""label"":""tour_next"",""step"":2},{""time"":22066,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932140016,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line,1,0,0,Negative,3.3,0,0,0,0,0,0,15,1,0.5,0,1,1 -2023-03-15 21:56:02,2023-03-15 22:08:54,0,100,771,1,2023-03-15 22:08:54,R_3HnPK9yCua0DTKP,33.9845,-85.9077,EN,1,23.817,1,2,1,4.432,15.014,76,8,12,24.97,63.363,1,-2,37.827,-2,1,92.095,1,95.349,15.008,6,5,6,6,5,6,,49.425,5,5,5,3,5,5,"I trust the visualization because the data comes from the CDC, which is a reliable source.",29.887,4,,12.693,2,7,3,4,1,5,6,28.782,3,5,2,7,6,2,10,10,,60.85,3,3,4,2,2,2,45.683,1,2,23.975,1,2002,Alabama,3,2,1,,7,,,11,4,2,,98.306,63f8dc7bc5e76c51f767134e,"{""startTime"":1678932012883,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932062792,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678931841323,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":4,""label"":""tour_started""},{""time"":25821,""label"":""hovered"",""timeHovered"":3454,""week"":""2022-01-03""},{""time"":31010,""label"":""hovered"",""timeHovered"":1691,""week"":""2022-01-10""},{""time"":34100,""label"":""hovered"",""timeHovered"":1243,""week"":""2022-02-07""},{""time"":38524,""label"":""tour_next"",""step"":2},{""time"":41317,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678931997428,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":12500,""label"":""hovered"",""timeHovered"":2448,""week"":""2022-01-17""}]}",1,moderate,line,1,0,0,Positive,2.7,0,1,1,2.448,2.448,0,15,0.5,0.5,1,0.5,2 -2023-03-15 22:03:03,2023-03-15 22:09:36,0,100,392,1,2023-03-15 22:09:37,R_2E4bILHDLYsscYK,39.7007,-75.7419,EN,1,6.099,,,,,15.01,85,71,34,22.7,11.182,-2,1,42.141,1,-3,33.393,1,56.57,15.11,4,4,4,4,4,4,,23.949,5,5,5,5,5,5,It seems legit to me.,9.855,4,,15.209,2,7,3,4,1,5,6,15.67,6,8,5,8,4,8,9,10,,22.302,3,3,4,3,3,4,21.339,2,,5.025,1,2000,Delaware,3,3,1,,7,,,12,3,2,,41.728,5efa98dd74af25000cdbbf43,"{""startTime"":1678932304256,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932328712,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932242757,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":20,""label"":""tour_started""},{""time"":3873,""label"":""tour_next"",""step"":2},{""time"":6580,""label"":""tour_end"",""step"":2},{""time"":8982,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1192,""week"":""2"",""id"":""chart""}]}","{""startTime"":1678932288644,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,bar,1,0,0,Positive,3.3,0,0,0,0,0,0,15,0.5,0.5,1,0.5,2 -2023-03-15 21:59:26,2023-03-15 22:09:48,0,100,621,1,2023-03-15 22:09:48,R_2Sq3Ku9iwn7lPsy,39.8286,-86.1796,EN,1,11.19,1,3,1,9.078,15.118,95,100,91,17.866,40.691,1,1,72.993,-3,-3,63.661,-2,62.71,15.02,5,5,5,6,6,5,,34.702,6,6,6,3,2,5,"This visualization uses data from the CDC and everything is laid out in a way that is easy to see and understand. The data is over vaccinated vs. unvaccinated individuals who caught COVID, which is pretty cut and dry (either you have had it or you have it, there isn't an in between), so the information is pretty believable.",91.809,6,,9.623,2,7,3,4,1,5,6,17.292,4,4,8,6,6,6,10,9,,30.065,3,3,4,3,4,3,20.798,3,2,19.117,2,2001,Indiana,3,2,1,,7,,,11,4,1,Hugbug2016@gmail.com,47.272,5f5ba66db8e6413162a5c703,"{""startTime"":1678932163211,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932198363,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932033044,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":4705,""label"":""tour_next"",""step"":2},{""time"":8246,""label"":""tour_back"",""step"":2},{""time"":10856,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4038,""week"":""52"",""id"":""chart""},{""time"":16323,""label"":""tour_next"",""step"":2},{""time"":17516,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3902,""week"":""52"",""id"":""chart2""},{""time"":30921,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932147735,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":8573,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1792,""week"":""52"",""id"":""chart2""}]}",1,simple,bar,1,1,0,Positive,3.3,0,1,1,1.792,1.792,0,15,1,0,0,1,1 -2023-03-15 21:52:10,2023-03-15 22:09:50,0,100,1059,1,2023-03-15 22:09:50,R_eKcG19Oh6iSPvuV,35.958,-83.9172,EN,1,62.761,,,,,15.196,78,88,30,75.694,37.789,-2,1,56.843,-3,-3,246.446,-1,18.964,15.012,3,3,7,4,6,4,,38.87,3,5,4,2,3,3,It doesn't give me all of the information but it gives me some and that's fine but i don't trust it blindly and i don't not trust it,55.856,4,,5.499,2,7,3,4,1,5,6,34.727,2,3,4,6,3,4,4,6,,33.205,3,3,4,4,4,4,139.627,8,,10.175,2,1989,Tennessee,3,2,1,,3,,,19,5,2,,77.851,60eea778df60b9a7d88b7ade,"{""startTime"":1678931954038,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931860721,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931748074,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":44,""label"":""tour_started""},{""time"":6768,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":10524,""week"":""51"",""id"":""chart""},{""time"":27652,""label"":""tour_next"",""step"":2},{""time"":35914,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678931844516,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":5371,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1367,""week"":""51"",""id"":""chart2""}]}",0,simple,bar,1,1,0,Neutral,3.7,0,1,1,1.367,1.367,0,15,0.5,0,0,0.5,1 -2023-03-15 21:45:39,2023-03-15 22:09:58,0,100,1458,1,2023-03-15 22:09:58,R_Qj00ORVJ8bW67IJ,29.1281,-82.2975,EN,1,136.847,,,,,15.115,100,70,55,20.065,178.675,1,-3,117.119,1,1,84.737,1,93.782,15.109,3,4,3,4,5,4,,91.266,4,5,4,7,2,4,"I can only assume they are using accurate information, but seeming as how they have no data references in the subcaption of their chart, it is based on trust alone. ",78.03,4,,18.033,2,7,3,4,1,5,6,28.823,1,1,1,2,1,4,8,7,,41.276,3,4,4,1,5,3,39.55,2,,15.948,2,2000,Florida,6,2,1,,7,,,6,2,2,,121.233,640264c46bd5d0e0cdeaec5e,"{""startTime"":1678931835208,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931933263,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931523287,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":28269,""label"":""hovered"",""timeHovered"":1941,""week"":""2021-04-12""},{""time"":47419,""label"":""hovered"",""timeHovered"":1550,""week"":""2021-12-27""},{""time"":55202,""label"":""tour_next"",""step"":5},{""time"":82078,""label"":""started_brush"",""startDate"":""2021-10-03"",""endDate"":""2022-02-13""},{""time"":84926,""label"":""tour_next"",""step"":5},{""time"":92941,""label"":""moved_brush"",""startDate"":""2021-10-03"",""endDate"":""2022-02-13""},{""time"":93879,""label"":""tour_next"",""step"":5},{""time"":100404,""label"":""moved_brush"",""startDate"":""2021-10-03"",""endDate"":""2022-02-13""},{""time"":100915,""label"":""cleared_brush"",""using"":""click""},{""time"":103009,""label"":""tour_next"",""step"":5},{""time"":167007,""label"":""tour_end"",""step"":5},{""time"":173512,""label"":""hovered"",""timeHovered"":1116,""week"":""2022-01-10""}]}","{""startTime"":1678931815374,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line,1,0,0,Negative,3.3,0,0,0,0,0,0,15,0.5,1,1,1,3 -2023-03-15 21:44:47,2023-03-15 22:10:15,0,100,1528,1,2023-03-15 22:10:16,R_3G0NC2RD8eOHmzr,36.122,-115.086,EN,1,3.132,1,2,2,88.526,16.122,85,90,81,119.876,495.263,1,-3,207.594,1,-3,49.952,-2,42.622,15.008,5,5,5,5,5,5,,16.235,5,5,5,3,5,5,The data looks professional and well put together ,20.055,3,,9.299,2,7,3,4,1,5,6,21.995,3,8,7,8,2,6,11,10,,30.367,2,3,2,3,3,2,85.044,1,1,14.325,1,1999,Nevada,2,2,1,,8,Henderson,,10,4,2,,69.89,6296bef3248bf76cc113926b,"{""startTime"":1678931888897,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931905810,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":764,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1109,""week"":""49"",""id"":""chart""},{""label"":""window_blurred"",""time"":162455},{""label"":""window_focused"",""time"":163658}]}","{""startTime"":1678931333249,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":22,""label"":""tour_started""},{""time"":2454,""label"":""tour_next"",""step"":5},{""time"":8359,""label"":""tour_back"",""step"":5},{""time"":11691,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4304,""week"":""30"",""id"":""chart""},{""time"":19833,""label"":""tour_next"",""step"":5},{""time"":50890,""label"":""started_brush"",""startDate"":""2021-08-22"",""endDate"":""2021-10-27""},{""time"":51973,""label"":""tour_next"",""step"":5},{""time"":59053,""label"":""moved_brush"",""startDate"":""2021-07-31"",""endDate"":""2021-10-04""},{""time"":61522,""label"":""tour_next"",""step"":5},{""time"":70340,""label"":""moved_brush"",""startDate"":""2021-08-22"",""endDate"":""2021-10-27""},{""time"":76865,""label"":""moved_brush"",""startDate"":""2021-08-22"",""endDate"":""2021-10-27""},{""time"":82464,""label"":""cleared_brush"",""using"":""Click""},{""time"":82465,""label"":""cleared_brush"",""using"":""Escape""},{""time"":83625,""label"":""cleared_brush"",""using"":""Click""},{""time"":83626,""label"":""cleared_brush"",""using"":""Escape""},{""time"":87817,""label"":""started_brush"",""startDate"":""2021-07-01"",""endDate"":""2021-09-07""},{""label"":""window_blurred"",""time"":452112},{""label"":""window_focused"",""time"":454419},{""time"":460238,""label"":""moved_brush"",""startDate"":""2021-09-30"",""endDate"":""2021-12-06""},{""time"":462743,""label"":""tour_next"",""step"":5},{""time"":468028,""label"":""tour_end"",""step"":5},{""time"":489422,""label"":""moved_brush"",""startDate"":""2021-10-01"",""endDate"":""2021-12-07""},{""time"":494336,""label"":""moved_brush"",""startDate"":""2021-10-01"",""endDate"":""2022-01-02""}]}","{""startTime"":1678931873007,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":12934,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1912,""week"":""3"",""id"":""chart""}]}",1,complex,bar,2,0,0,Positive,2.5,0,1,1,1.912,1.912,0,15,0.5,0.5,0,0,3 -2023-03-15 21:58:45,2023-03-15 22:10:32,0,100,706,1,2023-03-15 22:10:32,R_2fqUc4FmZUTbQYo,36.7126,-121.6437,EN,1,14.244,,,,,15.126,91,81,90,20.258,227.714,1,1,34.581,1,1,65.518,1,31.138,15.106,5,3,5,3,5,5,,28.188,5,5,5,7,7,5,The data seem realistic and follow smooth variations,38.635,5,,6.394,2,7,3,4,1,5,6,18.388,5,7,7,8,8,8,10,10,,21.261,4,4,4,2,3,4,24.55,2,,5.535,2,1951,California,7,1,1,,7,,,6,2,1,pam.walchli@att.net,70.27,62fcf3d9948e4a6a9623cce8,"{""startTime"":1678932353486,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932284565,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932007333,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":34,""label"":""tour_started""},{""time"":13878,""label"":""tour_next"",""step"":5},{""time"":33815,""label"":""cleared_brush"",""using"":""Click""},{""time"":42799,""label"":""tour_back"",""step"":5},{""time"":43068,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1096,""week"":""51"",""id"":""chart""},{""time"":45478,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2239,""week"":""52"",""id"":""chart""},{""time"":52396,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2093,""week"":""2"",""id"":""chart""},{""time"":55444,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1552,""week"":""1"",""id"":""chart""},{""time"":57963,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2382,""week"":""1"",""id"":""chart""},{""time"":60904,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2392,""week"":""49"",""id"":""chart""},{""time"":66875,""label"":""tour_next"",""step"":5},{""time"":77125,""label"":""tour_back"",""step"":5},{""time"":98927,""label"":""tour_next"",""step"":5},{""time"":123170,""label"":""started_brush"",""startDate"":""2021-10-01"",""endDate"":""2021-12-28""},{""time"":125868,""label"":""tour_next"",""step"":5},{""time"":156911,""label"":""started_brush"",""startDate"":""2021-09-27"",""endDate"":""2021-10-05""},{""time"":162346,""label"":""started_brush"",""startDate"":""2021-10-24"",""endDate"":""2021-12-08""},{""time"":173888,""label"":""tour_back"",""step"":5},{""time"":184251,""label"":""started_brush"",""startDate"":""2021-10-04"",""endDate"":""2021-10-14""},{""time"":190967,""label"":""started_brush"",""startDate"":""2021-06-08"",""endDate"":""2021-10-01""},{""time"":192355,""label"":""tour_next"",""step"":5},{""time"":205634,""label"":""moved_brush"",""startDate"":""2021-04-28"",""endDate"":""2021-08-21""},{""time"":207060,""label"":""tour_next"",""step"":5},{""time"":213618,""label"":""cleared_brush"",""using"":""Click""},{""time"":213618,""label"":""cleared_brush"",""using"":""Escape""},{""time"":215013,""label"":""tour_next"",""step"":5},{""time"":220733,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678932267670,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,bar,0,1,0,Positive,3.5,0,0,0,0,0,0,15,1,1,1,1,3 -2023-03-15 21:50:47,2023-03-15 22:10:47,0,100,1200,1,2023-03-15 22:10:48,R_7QXwC3d96zESfZf,35.4971,-97.733,EN,1,52.56,1,3,2,12.173,15.014,81,38,42,44.839,169.473,1,1,114.247,-1,1,61.75,1,76.942,15.007,5,3,5,4,5,5,"The info the graph states is from the CDC. Is it really from the CDC? This could be a fake graph, not sure.",99.035,4,5,4,7,7,5,"In your instructions it said to assume the date is trustworthy, so I then trust the visualization.",38.521,6,"Yes, and thanks for asking, at the beginning when I first saw the graph I though the 01 at each month meant the data was from 2021. So it was not until this last part that I did see the year of 2021 and 2022 listed below. Therefore an answer in the first part of the survey was wrong because I was not reading the year correctly. Perhaps a bolder color in the year at the bottom would help the eye look at the bottom. ",172.501,2,7,3,4,1,5,6,34.369,9,9,8,9,9,9,10,9,,70.171,4,4,5,1,5,4,41.602,1,2,27.171,2,1956,Oklahoma,3,2,1,,7,,,4,3,1,Janie.Fried@gmail.com,72.752,5f5a0f0a612008057e58d281,"{""startTime"":1678931836576,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678931936307,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678931588005,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":3,""label"":""tour_started""},{""time"":8703,""label"":""hovered"",""timeHovered"":5318,""week"":""2022-01-10""},{""time"":14022,""label"":""hovered"",""timeHovered"":1933,""week"":""2022-01-10""},{""time"":20894,""label"":""hovered"",""timeHovered"":5315,""week"":""2022-01-10""},{""time"":32902,""label"":""hovered"",""timeHovered"":2200,""week"":""2021-12-20""},{""time"":35168,""label"":""hovered"",""timeHovered"":1125,""week"":""2021-12-20""},{""time"":37968,""label"":""hovered"",""timeHovered"":3551,""week"":""2021-11-29""},{""time"":42109,""label"":""hovered"",""timeHovered"":1819,""week"":""2021-11-29""},{""time"":45676,""label"":""hovered"",""timeHovered"":1719,""week"":""2021-08-16""},{""time"":49927,""label"":""hovered"",""timeHovered"":1632,""week"":""2021-11-22""},{""time"":51561,""label"":""hovered"",""timeHovered"":1816,""week"":""2021-08-02""},{""time"":55793,""label"":""hovered"",""timeHovered"":1226,""week"":""2021-04-26""},{""time"":57909,""label"":""hovered"",""timeHovered"":1418,""week"":""2021-04-26""},{""time"":65593,""label"":""hovered"",""timeHovered"":41943,""week"":""2021-12-20""},{""time"":113302,""label"":""hovered"",""timeHovered"":3025,""week"":""2022-01-03""},{""time"":117943,""label"":""hovered"",""timeHovered"":3116,""week"":""2022-01-10""},{""time"":122633,""label"":""hovered"",""timeHovered"":2618,""week"":""2021-10-25""},{""time"":127465,""label"":""hovered"",""timeHovered"":5377,""week"":""2022-01-03""},{""time"":135468,""label"":""hovered"",""timeHovered"":2112,""week"":""2021-11-08""},{""time"":138427,""label"":""hovered"",""timeHovered"":2141,""week"":""2021-11-22""},{""label"":""window_blurred"",""time"":143679},{""label"":""window_focused"",""time"":154785},{""time"":157460,""label"":""tour_next"",""step"":2},{""time"":164655,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678931820775,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line,0,0,0,Neutral,3.8,0,0,0,0,0,0,15,1,0.5,1,0.5,2 -2023-03-15 21:58:01,2023-03-15 22:10:49,0,100,767,1,2023-03-15 22:10:50,R_ypCZF8bYnORX51T,37.3083,-121.9643,EN,1,10.479,,,,,15.12,86,87,65,12.832,257.712,1,1,57.489,1,1,45.602,1,50.678,15.117,5,4,3,4,5,4,The ability to zoom and mouse over makes things much more clear. ,53.307,4,5,6,3,2,5,"It is easy to make charts look better or worse, but considering the actual data shows up over the mouse over, it provides more clarity ",42.227,4,Thank you,8.451,2,7,3,4,1,5,6,12.291,3,7,7,7,6,3,10,9,,42.484,4,4,5,4,4,4,32.282,2,,4.167,1,1982,California,6,2,1,,7,,,11,4,1,mattlovesdeals82@gmail.com,57.669,5cc22481f6ef910019e5120f,"{""startTime"":1678932258238,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932312313,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931932438,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":7543,""label"":""tour_next"",""step"":5},{""time"":16177,""label"":""cleared_brush"",""using"":""click""},{""time"":17206,""label"":""tour_back"",""step"":5},{""time"":18630,""label"":""tour_next"",""step"":5},{""time"":25088,""label"":""cleared_brush"",""using"":""click""},{""time"":25504,""label"":""cleared_brush"",""using"":""click""},{""time"":25920,""label"":""cleared_brush"",""using"":""click""},{""time"":26204,""label"":""started_brush"",""startDate"":""2021-06-26"",""endDate"":""2021-08-04""},{""time"":28480,""label"":""cleared_brush"",""using"":""click""},{""time"":30481,""label"":""started_brush"",""startDate"":""2021-08-03"",""endDate"":""2021-08-08""},{""time"":31174,""label"":""tour_next"",""step"":5},{""time"":35599,""label"":""started_brush"",""startDate"":""2021-06-06"",""endDate"":""2022-01-19""},{""time"":37008,""label"":""moved_brush"",""startDate"":""2021-05-29"",""endDate"":""2021-06-06""},{""time"":92566,""label"":""tour_next"",""step"":5},{""time"":96769,""label"":""cleared_brush"",""using"":""click""},{""time"":99392,""label"":""cleared_brush"",""using"":""click""},{""time"":99862,""label"":""tour_next"",""step"":5},{""time"":103910,""label"":""tour_end"",""step"":5},{""time"":105946,""label"":""hovered"",""timeHovered"":24006,""week"":""2021-12-13""},{""time"":134903,""label"":""started_brush"",""startDate"":""2021-06-05"",""endDate"":""2021-07-14""},{""time"":137496,""label"":""started_brush"",""startDate"":""2021-07-22"",""endDate"":""2021-10-02""},{""time"":137816,""label"":""cleared_brush"",""using"":""click""},{""time"":139087,""label"":""started_brush"",""startDate"":""2021-10-18"",""endDate"":""2021-12-15""},{""time"":139448,""label"":""cleared_brush"",""using"":""click""},{""time"":143128,""label"":""started_brush"",""startDate"":""2021-10-12"",""endDate"":""2022-02-12""},{""time"":147984,""label"":""cleared_brush"",""using"":""click""},{""time"":153720,""label"":""hovered"",""timeHovered"":1014,""week"":""2021-06-21""},{""time"":155301,""label"":""hovered"",""timeHovered"":100939,""week"":""2022-01-10""}]}","{""startTime"":1678932242504,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":10862,""label"":""started_brush"",""startDate"":""2021-12-07"",""endDate"":""2022-01-10""}]}",0,complex,line,0,1,0,Positive,4.2,1,1,0,0,0,0,15,1,1,1,1,3 -2023-03-15 21:57:32,2023-03-15 22:10:51,0,100,798,1,2023-03-15 22:10:52,R_27JXDhT87ncCwdK,45.7512,-121.8401,EN,1,8.81,1,3,2,126.953,15.022,81,83,64,31.411,119.788,-3,1,73.097,-3,-3,79.819,-3,44.003,15.02,5,4,4,5,5,5,n/a. ,35.425,4,5,4,7,3,5,It seems trustworthy because it looks official and bold,36.688,3,n/a,10.575,2,7,3,4,1,5,6,26.467,3,3,4,5,2,6,8,9,n/a,25.42,2,3,3,3,3,3,26.719,3,4,34.517,2,1993,Oregon,2,2,1,,7,,,4,4,2,,40.102,596bac33670f410001fe9c07,"{""startTime"":1678932298776,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932234239,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":850,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1437,""week"":""44"",""id"":""chart""},{""time"":2879,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1624,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678932053571,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":6339,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1358,""week"":""48"",""id"":""chart""},{""time"":13730,""label"":""tour_next"",""step"":5},{""time"":23166,""label"":""cleared_brush"",""using"":""Click""},{""time"":27960,""label"":""cleared_brush"",""using"":""Click""},{""time"":33413,""label"":""started_brush"",""startDate"":""2021-08-18"",""endDate"":""2021-09-11""},{""time"":36053,""label"":""started_brush"",""startDate"":""2021-06-08"",""endDate"":""2021-10-06""},{""time"":36916,""label"":""tour_next"",""step"":5},{""time"":39581,""label"":""moved_brush"",""startDate"":""2021-07-17"",""endDate"":""2021-11-15""},{""time"":40251,""label"":""moved_brush"",""startDate"":""2021-07-17"",""endDate"":""2021-11-15""},{""time"":40931,""label"":""tour_next"",""step"":5},{""time"":45423,""label"":""cleared_brush"",""using"":""Click""},{""time"":47789,""label"":""tour_next"",""step"":5},{""time"":51118,""label"":""tour_end"",""step"":5},{""time"":53622,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2095,""week"":""52"",""id"":""chart""},{""time"":55778,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1254,""week"":""1"",""id"":""chart""},{""time"":57705,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1328,""week"":""1"",""id"":""chart""},{""time"":63094,""label"":""started_brush"",""startDate"":""2021-06-03"",""endDate"":""2021-09-26""},{""time"":63924,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1009,""week"":""38"",""id"":""chart""},{""time"":66517,""label"":""moved_brush"",""startDate"":""2021-06-03"",""endDate"":""2021-09-26""},{""time"":72467,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-07-29""},{""time"":74196,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":2221,""week"":""30"",""id"":""chart""},{""time"":80912,""label"":""moved_brush"",""startDate"":""2021-04-13"",""endDate"":""2021-08-06""},{""time"":83575,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":2918,""week"":""24"",""id"":""chart""},{""time"":86743,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1175,""week"":""25"",""id"":""chart""},{""time"":90766,""label"":""moved_brush"",""startDate"":""2021-04-13"",""endDate"":""2021-09-16""},{""time"":95163,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":2538,""week"":""25"",""id"":""chart""},{""time"":105219,""label"":""moved_brush"",""startDate"":""2021-05-07"",""endDate"":""2021-10-11""},{""time"":106134,""label"":""cleared_brush"",""using"":""Click""},{""time"":110311,""label"":""started_brush"",""startDate"":""2021-04-30"",""endDate"":""2021-05-25""},{""time"":113205,""label"":""started_brush"",""startDate"":""2021-06-29"",""endDate"":""2021-07-31""},{""label"":""window_blurred"",""time"":117101},{""label"":""window_focused"",""time"":117772},{""label"":""window_blurred"",""time"":117830},{""label"":""window_focused"",""time"":118228}]}","{""startTime"":1678932218656,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":3595,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2578,""week"":""51"",""id"":""chart""},{""time"":9408,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3044,""week"":""43"",""id"":""chart""}]}",1,complex,bar,1,0,0,Positive,2.8,0,2,2,5.622,2.811,5813,15,0.5,0,0,0,3 -2023-03-15 22:03:23,2023-03-15 22:10:58,0,100,454,1,2023-03-15 22:10:58,R_SZuI8jte3nV3cgp,43.1571,-76.328,EN,1,3.375,2,,2,1.71,15.007,93,100,62,13.191,17.384,1,1,49.039,1,1,79.023,1,31.215,15.108,3,2,3,4,4,3,,24.048,4,4,5,3,3,3,"It seems basic and to the point, but I can't verify whether the data is true.",68.507,3,,8.37,2,7,3,4,1,5,6,14.449,1,3,6,6,1,6,5,6,,14.189,4,4,4,2,4,4,15.334,6,2,9.557,1,1990,New York,6,3,1,,7,,,7,3,1,SSX997@gmail.com,37.598,62dc2f45630616c5920dcb75,"{""startTime"":1678932448186,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932365083,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932250611,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":9803,""label"":""tour_next"",""step"":2},{""time"":12946,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932348825,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar,2,0,0,Positive,3.7,0,0,0,0,0,0,15,1,1,1,1,2 -2023-03-15 21:59:13,2023-03-15 22:11:08,0,100,715,1,2023-03-15 22:11:09,R_z0Ud4jHNABHOKw9,41.6344,-91.5054,EN,1,4.091,1,2,2,6.748,15.012,100,100,79,31.919,88.509,1,1,86.128,-3,-3,54.698,1,98.667,15.117,5,5,5,5,5,5,,23.427,5,4,5,5,5,5,As the visualization uses objective data rather than being expressed in subjective term I can verify it from another source.,88.271,6,,12.087,2,7,3,4,1,5,6,28.722,4,5,2,6,5,3,10,9,,20.886,1,2,1,5,2,2,20.632,1,1,15.782,1,1979,Iowa,2,3,1,,7,,,5,4,2,,64.37,5bfb5784a66aa500019dabef,"{""startTime"":1678932165109,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932188978,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931960966,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":23923,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2232,""week"":""1"",""id"":""chart""},{""time"":27064,""label"":""tour_next"",""step"":5},{""time"":42530,""label"":""started_brush"",""startDate"":""2021-10-27"",""endDate"":""2022-01-26""},{""time"":44233,""label"":""tour_next"",""step"":5},{""time"":54413,""label"":""moved_brush"",""startDate"":""2021-10-09"",""endDate"":""2022-01-26""},{""time"":56086,""label"":""moved_brush"",""startDate"":""2021-08-24"",""endDate"":""2021-12-11""},{""time"":57325,""label"":""tour_next"",""step"":5},{""time"":65517,""label"":""moved_brush"",""startDate"":""2021-08-24"",""endDate"":""2021-12-11""},{""time"":74320,""label"":""cleared_brush"",""using"":""Click""},{""time"":77086,""label"":""tour_next"",""step"":5},{""time"":84972,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678932149610,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar,1,0,0,Positive,2.2,0,0,0,0,0,0,15,1,0,1,1,3 -2023-03-15 21:58:09,2023-03-15 22:11:17,0,100,787,1,2023-03-15 22:11:17,R_1eFPbEt7JY087fa,31.3357,-94.7272,EN,1,15.54,2,,2,5.028,15.007,21,74,16,39.596,24.064,1,-3,78.434,1,-3,125.586,-2,66.649,15.007,7,1,7,6,6,1,I don't trust the CDC,45.563,3,3,1,1,1,1,I don't believe the vaccine helps you at all.,27.284,4,,12.263,2,7,3,4,1,5,6,29.875,1,1,2,1,1,1,5,5,,35.41,3,3,5,1,3,3,39.73,5,5,14.136,1,1979,Texas,6,2,1,,7,,,12,4,1,chrisvanworth@gmail.com,148.476,5fdeb821bbdf7f6a1815d08f,"{""startTime"":1678932198910,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932144984,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678931979342,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":18511,""label"":""tour_next"",""step"":2},{""time"":21834,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932129608,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar,0,1,0,Negative,3,0,0,0,0,0,0,15,0.5,0.5,0,0.5,2 -2023-03-15 22:02:24,2023-03-15 22:11:38,0,100,553,1,2023-03-15 22:11:39,R_1GV8pLjO0CyAm5H,42.5763,-71.9883,EN,1,18.559,1,2,2,6.626,15.019,68,76,36,31.926,27.975,1,1,50.466,1,-3,84.778,-2,19.301,15.12,4,2,4,5,5,5,,27.61,7,4,4,7,3,4,"I trust that the data is factual, but I would like to know more about how the research and data was obtained",26.339,5,,8.909,2,7,3,4,1,5,6,24.385,4,8,4,8,4,6,10,10,,36.333,3,3,4,3,4,3,53.2,2,2,15.573,2,1996,Massachusetts,6,3,1,,7,,,3,3,2,,51.669,611401411bf1ede5a4d85bdc,"{""startTime"":1678932321806,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932349941,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932226154,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":11035,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1214,""week"":""46"",""id"":""chart""},{""time"":14673,""label"":""tour_next"",""step"":2},{""time"":24320,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932306120,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":5212,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5740,""week"":""52"",""id"":""chart""}]}",1,simple,bar,1,0,0,Positive,3.3,0,1,1,5.74,5.74,0,15,1,0.5,0,1,1 -2023-03-15 22:03:39,2023-03-15 22:11:46,0,100,486,1,2023-03-15 22:11:46,R_3J7XDuoI3KmhheT,42.0128,-88.0967,EN,1,7.206,1,1,1,5.001,15.128,92,91,47,22.138,22.227,1,1,34.501,1,1,27.201,-1,82.434,15.112,3,3,7,5,5,7,,33.03,3,5,3,7,7,7,The government doesn't always tell us the truth and also changes what the truth is later on.,28.443,6,,5.768,2,7,3,4,1,5,6,16.381,1,1,2,2,1,3,3,4,,24.38,5,5,5,1,5,5,11.731,4,1,11.977,2,1969,Illinois,5,1,1,,8,SCHAUMBURG,,9,2,2,,71.697,5c69f9dd4b5bb30001b3d31c,"{""startTime"":1678932358115,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932392220,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932283299,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":16800,""label"":""tour_next"",""step"":2},{""time"":20185,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932341758,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":5592,""label"":""hovered"",""timeHovered"":4695,""week"":""2021-11-29""}]}",1,simple,line,1,0,0,Negative,4.3,0,1,1,4.695,4.695,0,15,1,1,0,1,1 -2023-03-15 21:54:15,2023-03-15 22:12:20,0,100,1085,1,2023-03-15 22:12:21,R_3IRgSmoMFwWNy60,26.3106,-80.1429,EN,1,195.486,,,,,15.114,87,100,76,94.504,49.192,1,1,74.643,1,1,123.098,1,44.56,15.015,6,6,6,6,6,6,,50.456,6,6,6,6,6,6,It's very clear what the chart is trying to convey,36.603,3,"It's difficult to know if you can trust people, even if you know them well. Unfortunately, only time will tell. ",71.69,2,7,3,4,1,5,6,24.159,2,3,2,2,4,4,6,7,"Unfortunately the gov't corrupts many of these avenues, so it's hard to know what you can trust. Money and political influence reach veeery far.",80.305,4,4,5,4,4,4,52.535,2,,12.169,2,1983,Florida,3,1,1,,9,,DEERFIELD BEACH,7,4,1,niki2651@gmail.com,60.111,640bc58e374e2b687c756344,"{""startTime"":1678932252091,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932161218,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":685,""label"":""hovered"",""timeHovered"":10129,""week"":""2021-10-04""},{""time"":11754,""label"":""hovered"",""timeHovered"":9737,""week"":""2022-01-10""}]}","{""startTime"":1678931971620,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":25,""label"":""tour_started""},{""time"":19364,""label"":""hovered"",""timeHovered"":1127,""week"":""2021-04-12""},{""time"":22764,""label"":""hovered"",""timeHovered"":2639,""week"":""2021-04-26""},{""time"":27076,""label"":""hovered"",""timeHovered"":1076,""week"":""2021-06-28""},{""time"":30875,""label"":""hovered"",""timeHovered"":1025,""week"":""2021-10-04""},{""time"":34283,""label"":""hovered"",""timeHovered"":1680,""week"":""2022-01-10""},{""time"":38247,""label"":""tour_next"",""step"":2},{""time"":43993,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932145454,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,line,0,1,0,Positive,4.2,0,0,0,0,0,0,15,1,1,1,1,2 -2023-03-15 22:02:30,2023-03-15 22:12:28,0,100,598,1,2023-03-15 22:12:28,R_2RVwXcTP5Wr5Lkj,27.8011,-97.3994,EN,1,8.296,,,,,15.014,67,52,37,45.536,51.704,1,1,50.421,-3,-3,71.906,-3,61.445,15.017,4,4,4,4,5,4,,34.122,5,5,5,3,3,5,It had the source written at the bottom from where they got the information. ,23.958,5,,9.876,2,7,3,4,1,5,6,27.889,6,6,9,7,6,6,9,8,,27.702,3,3,4,2,3,2,32.641,4,,9.048,2,1975,Texas,6,1,1,,7,,,4,4,2,,59.079,5658f4787d69570012dfe2d1,"{""startTime"":1678932345030,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932379910,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932226184,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":31,""label"":""tour_started""},{""time"":13332,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2334,""week"":""2"",""id"":""chart""},{""time"":16281,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1367,""week"":""6"",""id"":""chart""},{""time"":28232,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7783,""week"":""51"",""id"":""chart""},{""time"":36499,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1594,""week"":""1"",""id"":""chart""},{""time"":40406,""label"":""tour_next"",""step"":2},{""time"":43476,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3333,""week"":""51"",""id"":""chart2""},{""time"":46950,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1610,""week"":""2"",""id"":""chart2""},{""time"":49347,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932329418,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,bar,1,0,0,Positive,2.8,0,0,0,0,0,0,15,1,0,0,1,1 -2023-03-15 22:01:15,2023-03-15 22:12:35,0,100,679,1,2023-03-15 22:12:35,R_UGYjJa0izx4qqJz,36.0432,-95.8072,EN,1,42.93,,,,,15.118,100,88,83,29.42,31.323,1,-2,58.563,1,1,114.867,-1,29.125,15.126,3,7,3,7,5,4,,30.396,7,2,4,7,1,4,The source and the information itself showing things that might be taken as criticism of the source lead me to think it might be true.,50.185,5,"The final question about the expanded graph asked about December 2022, not 2021. Don't know if you meant to introduce that bit of uncertainty there.",41.754,2,7,3,4,1,5,6,12.443,5,5,1,7,8,4,9,6,,24.253,4,3,5,2,5,4,23.685,2,,6.7,3,1987,Oklahoma,7,3,1,,9,,"White, Native American",3,3,1,6168e3efc08671bd92f7fd37@email.prolific.co,94.726,6168e3efc08671bd92f7fd37,"{""startTime"":1678932339371,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932391684,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932176387,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":9804,""label"":""tour_next"",""step"":2},{""time"":14788,""label"":""tour_end"",""step"":2},{""time"":23772,""label"":""hovered"",""timeHovered"":1049,""week"":""2021-11-22""}]}","{""startTime"":1678932323655,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":8342,""label"":""hovered"",""timeHovered"":1235,""week"":""2022-01-17""},{""time"":10389,""label"":""hovered"",""timeHovered"":1243,""week"":""2022-01-10""}]}",0,moderate,line,1,0,0,Positive,3.8,0,2,2,2.478,1.239,2047,15,0.5,1,0,1,2 -2023-03-15 21:59:12,2023-03-15 22:12:48,0,100,816,1,2023-03-15 22:12:49,R_YcClsrMopoNmN4B,37.1038,-113.5764,EN,1,3.969,2,,2,2.448,15.008,85,72,63,14.222,104.958,1,-3,52.471,1,-3,134.434,1,37.6,15.008,3,4,3,5,5,3,,36.372,4,5,5,7,7,3,I don't know where you pulled these stats from.,12.109,2,,26.181,2,7,3,4,1,5,6,38.543,5,4,5,6,3,4,7,8,,18.565,2,2,2,3,3,2,94.543,3,3,7.148,1,1990,Utah,2,1,1,,7,,,13,4,1,5f741b74992460061db87287@email.prolific.co,148.45,5f741b74992460061db87287,"{""startTime"":1678932202117,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932158053,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931998806,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":10459,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1816,""week"":""51"",""id"":""chart""},{""time"":12291,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3664,""week"":""52"",""id"":""chart""},{""time"":16933,""label"":""tour_next"",""step"":5},{""time"":26115,""label"":""cleared_brush"",""using"":""Click""},{""time"":30837,""label"":""cleared_brush"",""using"":""Click""},{""time"":39707,""label"":""cleared_brush"",""using"":""Click""},{""time"":41248,""label"":""cleared_brush"",""using"":""Click""},{""time"":42238,""label"":""cleared_brush"",""using"":""Click""},{""time"":42830,""label"":""cleared_brush"",""using"":""Click""},{""time"":44767,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-08-15""},{""time"":45565,""label"":""moved_brush"",""startDate"":""2021-09-28"",""endDate"":""2022-02-07""},{""time"":47721,""label"":""cleared_brush"",""using"":""Click""},{""time"":49536,""label"":""cleared_brush"",""using"":""Click""},{""time"":50967,""label"":""started_brush"",""startDate"":""2021-05-08"",""endDate"":""2021-09-23""},{""time"":51681,""label"":""tour_next"",""step"":5},{""time"":55640,""label"":""moved_brush"",""startDate"":""2021-05-08"",""endDate"":""2021-09-23""},{""time"":57374,""label"":""moved_brush"",""startDate"":""2021-05-08"",""endDate"":""2021-09-23""},{""time"":64658,""label"":""moved_brush"",""startDate"":""2021-05-08"",""endDate"":""2021-09-23""},{""time"":68016,""label"":""moved_brush"",""startDate"":""2021-06-09"",""endDate"":""2021-10-24""},{""time"":69520,""label"":""cleared_brush"",""using"":""Click""},{""time"":71383,""label"":""cleared_brush"",""using"":""Click""},{""time"":74383,""label"":""cleared_brush"",""using"":""Click""},{""time"":81595,""label"":""tour_next"",""step"":5},{""time"":86091,""label"":""cleared_brush"",""using"":""Click""},{""time"":86091,""label"":""cleared_brush"",""using"":""Escape""},{""time"":86709,""label"":""cleared_brush"",""using"":""Click""},{""time"":86710,""label"":""cleared_brush"",""using"":""Escape""},{""time"":90073,""label"":""tour_next"",""step"":5},{""time"":98015,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678932142663,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar,1,0,0,Negative,2.3,0,0,0,0,0,0,15,0.5,0.5,1,1,3 -2023-03-15 21:59:48,2023-03-15 22:12:55,0,100,787,1,2023-03-15 22:12:56,R_3f9lkpqQHBCFBYJ,39.6195,-86.1552,EN,1,61.213,1,2,2,9.4,15.018,100,100,35,25.901,59.115,1,1,42.148,-3,1,55.394,-1,36.117,15.011,6,5,6,6,6,6,It looks like any other chart/graph I've seen in the news showing Covid death numbers.,62.455,6,6,5,5,5,6,"I trust that the reported numbers represent the minimum of total deaths, and could actually be much higher. I know that Covid is dangerous and kills unvaccinated individuals at much higher rates than vaccinated ones.",70.453,2,It's sad that more people don't take Covid seriously.,56.426,2,7,3,4,1,5,6,19.917,6,9,5,7,8,2,11,10,Interesting study!,54.753,4,4,5,2,4,3,24.898,1,2,14.054,2,1982,Indiana,5,2,1,,7,,,5,4,1,6362ed6cd9d25c2306e67e41@email.prolific.co,121.538,6362ed6cd9d25c2306e67e41,"{""startTime"":1678932338017,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":2603,""label"":""hovered"",""timeHovered"":1182,""week"":""2022-01-17""}]}","{""startTime"":1678932244995,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932114058,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":7793,""label"":""hovered"",""timeHovered"":1181,""week"":""2021-12-20""},{""time"":9108,""label"":""hovered"",""timeHovered"":2917,""week"":""2021-12-27""},{""time"":22177,""label"":""tour_next"",""step"":2},{""time"":28086,""label"":""tour_end"",""step"":2},{""time"":31731,""label"":""hovered"",""timeHovered"":1151,""week"":""2021-04-19""},{""time"":39391,""label"":""hovered"",""timeHovered"":2158,""week"":""2021-12-27""},{""time"":41654,""label"":""hovered"",""timeHovered"":4121,""week"":""2022-01-03""},{""time"":46861,""label"":""hovered"",""timeHovered"":1358,""week"":""2022-01-10""},{""time"":49014,""label"":""hovered"",""timeHovered"":3135,""week"":""2022-01-17""}]}","{""startTime"":1678932229393,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":8461,""label"":""hovered"",""timeHovered"":2384,""week"":""2021-08-30""}]}",1,moderate,line,0,1,0,Positive,3.7,0,1,1,2.384,2.384,0,15,1,0.5,0,0.5,2 -2023-03-15 21:58:58,2023-03-15 22:13:10,0,100,851,1,2023-03-15 22:13:10,R_111kkbcXXG0q4cA,35.0535,-82.0582,EN,1,17.404,2,,2,4.71,15.033,50,64,44,43.504,39.662,1,1,115.511,1,1,130.273,-3,61.599,15.011,2,2,2,4,5,7,,41.285,2,5,3,7,2,2,I don't feel like it's acurate,22.469,4,,8.648,2,7,3,4,1,5,6,24.296,4,4,7,6,4,6,6,6,,18.383,4,4,4,2,4,4,30.386,5,1,16.851,2,1957,Wisconsin,2,2,1,,7,,,5,3,1,missybkt@gmail.com,137.967,58e558cc728bea0001bbda24,"{""startTime"":1678932309202,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":652,""label"":""hovered"",""timeHovered"":4883,""week"":""2022-01-03""},{""label"":""window_blurred"",""time"":9042},{""label"":""window_focused"",""time"":15799}]}","{""startTime"":1678932227334,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":1495,""label"":""hovered"",""timeHovered"":2496,""week"":""2022-01-03""},{""time"":4015,""label"":""hovered"",""timeHovered"":6136,""week"":""2022-01-03""},{""time"":12431,""label"":""hovered"",""timeHovered"":5917,""week"":""2022-01-31""},{""label"":""window_blurred"",""time"":19579},{""label"":""window_focused"",""time"":31741}]}","{""startTime"":1678932054825,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":29,""label"":""tour_started""},{""time"":15310,""label"":""hovered"",""timeHovered"":6605,""week"":""2022-01-03""},{""time"":23840,""label"":""tour_next"",""step"":2},{""time"":33903,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932211501,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":9568,""label"":""hovered"",""timeHovered"":1846,""week"":""2022-01-03""},{""time"":11416,""label"":""hovered"",""timeHovered"":3789,""week"":""2022-01-03""}]}",1,simple,line,0,1,0,Negative,3.7,0,2,2,5.635,2.8175,1848,15,1,1,0,1,1 -2023-03-15 21:54:45,2023-03-15 22:13:36,0,100,1130,1,2023-03-15 22:13:37,R_3D25BlAhUYsZVVk,40.9509,-90.3658,EN,1,360.032,,,,,15.109,50,31,32,20.984,38.742,1,-1,95.078,-1,1,44.37,-1,40.503,15.111,3,3,3,4,3,4,,36.098,4,4,4,3,3,4,"I feel like with visualizations you choose one part of a really big set of information to prove a point on, so it's hard to say I trust it in full because I don't necessarily know the greater context it's being used in.",43.989,6,,20.246,2,7,3,4,1,5,6,16.878,4,4,1,7,8,4,9,9,,36.184,3,3,3,3,3,2,75.128,1,,24.959,2,2000,Illinois,6,3,1,,7,,,17,4,1,gilylates@gmail.com,46.355,628796d280ab208970e125df,"{""startTime"":1678932458898,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932395118,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932242887,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":7458,""label"":""hovered"",""timeHovered"":1303,""week"":""2022-01-10""},{""time"":13607,""label"":""tour_next"",""step"":2},{""time"":20007,""label"":""tour_end"",""step"":2},{""time"":23013,""label"":""hovered"",""timeHovered"":3109,""week"":""2021-08-09""},{""time"":27181,""label"":""hovered"",""timeHovered"":1021,""week"":""2021-09-06""},{""time"":29421,""label"":""hovered"",""timeHovered"":1639,""week"":""2021-09-20""},{""time"":34654,""label"":""hovered"",""timeHovered"":1206,""week"":""2022-01-03""}]}","{""startTime"":1678932379561,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7637,""label"":""hovered"",""timeHovered"":4741,""week"":""2022-01-31""},{""time"":12384,""label"":""hovered"",""timeHovered"":1325,""week"":""2022-01-31""}]}",0,simple,line,1,0,0,Negative,2.8,0,2,2,6.066,3.033,4747,15,0.5,0.5,0,0.5,1 -2023-03-15 21:26:14,2023-03-15 22:14:01,0,100,2867,1,2023-03-15 22:14:02,R_1C737FxldDIboMB,33.4849,-86.8596,EN,1,1123.27,2,,1,4.952,15.009,56,33,50,20.132,107.854,-2,-2,116.648,-3,1,57.251,-2,59.658,15.02,3,3,3,5,5,3,,49.439,7,4,3,1,7,3,of course it could be made up but it could also be real!,25.747,4,,13.256,2,7,3,4,1,5,6,25.852,2,3,6,6,3,7,6,4,,31.796,2,3,5,2,4,2,55.996,4,5,18.806,2,1994,Alabama,2,2,1,,8,birmingham,,9,1,1,6139aed4f23d087290d96200@email.prolific.co,373.129,6139aed4f23d087290d96200,"{""startTime"":1678931661728,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931711756,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931477105,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":8542,""label"":""tour_next"",""step"":5},{""time"":19273,""label"":""tour_back"",""step"":5},{""time"":21960,""label"":""tour_next"",""step"":5},{""time"":27018,""label"":""cleared_brush"",""using"":""click""},{""time"":30950,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-08-25""},{""time"":36044,""label"":""moved_brush"",""startDate"":""2021-09-30"",""endDate"":""2022-02-13""},{""time"":41665,""label"":""moved_brush"",""startDate"":""2021-04-23"",""endDate"":""2021-09-06""},{""time"":51141,""label"":""moved_brush"",""startDate"":""2021-09-30"",""endDate"":""2022-02-13""},{""time"":52258,""label"":""tour_next"",""step"":5},{""time"":59881,""label"":""moved_brush"",""startDate"":""2021-09-30"",""endDate"":""2022-02-13""},{""time"":64956,""label"":""tour_next"",""step"":5},{""time"":70309,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-08-25""},{""time"":79464,""label"":""moved_brush"",""startDate"":""2021-09-30"",""endDate"":""2022-02-13""},{""time"":88711,""label"":""cleared_brush"",""using"":""click""},{""time"":92011,""label"":""started_brush"",""startDate"":""2021-06-16"",""endDate"":""2022-02-13""},{""time"":92815,""label"":""tour_next"",""step"":5},{""time"":103858,""label"":""tour_end"",""step"":5},{""time"":106796,""label"":""moved_brush"",""startDate"":""2021-06-16"",""endDate"":""2022-02-13""}]}","{""startTime"":1678931646186,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line,2,0,0,Neutral,3,0,0,0,0,0,0,15,0,0.5,0,0,3 -2023-03-15 22:05:55,2023-03-15 22:14:02,0,100,487,1,2023-03-15 22:14:03,R_BWbQzybBBAl6USJ,35.1494,-85.3384,EN,1,6.24,1,2,1,3.609,15.014,100,84,50,34.899,32.141,1,1,63.037,-3,-3,38.425,1,59.354,15.011,2,4,3,6,6,2,,46.448,5,6,6,1,6,5,"The data is easy to understand, the bar graph represents the data well",21.401,1,,4.617,2,7,3,4,1,5,6,10.931,1,1,8,6,1,1,9,9,,17.967,5,5,5,1,5,5,14.505,6,1,10.838,2,1968,Tennessee,7,3,1,,7,,,17,4,1,misodiva@usa.com,49.879,5eb83f00de449a08d23547dd,"{""startTime"":1678932542948,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":18,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3537,""week"":""6"",""id"":""chart""},{""time"":10272,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1033,""week"":""52"",""id"":""chart2""},{""time"":33422,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1193,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678932589881,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":5146,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2793,""week"":""52"",""id"":""chart2""}]}","{""startTime"":1678932431105,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":5131,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1334,""week"":""1"",""id"":""chart""},{""time"":8648,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3316,""week"":""1"",""id"":""chart""},{""time"":11966,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4965,""week"":""52"",""id"":""chart""},{""time"":17065,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1600,""week"":""5"",""id"":""chart""},{""time"":20595,""label"":""tour_next"",""step"":2},{""time"":23283,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1865,""week"":""3"",""id"":""chart2""},{""time"":25498,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1216,""week"":""52"",""id"":""chart2""},{""time"":29562,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932527366,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":7069,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1105,""week"":""1"",""id"":""chart""}]}",1,simple,bar,0,1,0,Positive,4.3,0,1,1,1.105,1.105,0,15,1,0,1,1,1 -2023-03-15 22:05:09,2023-03-15 22:14:07,0,100,537,1,2023-03-15 22:14:07,R_3HgY11Psv5I7yHl,34.0264,-117.936,EN,1,14.91,,,,,15.008,93,92,88,10.093,110.152,1,1,37.301,1,1,45.707,1,56.493,15.137,6,6,6,6,6,6,I like that I can zoom into a specific timeline and see the stats from that window,28.64,5,5,6,5,5,5,I think the visualization is presented well and I can easily understand it,15.251,5,,4.895,2,7,3,4,1,5,6,13.764,6,5,3,9,7,7,10,8,,22.686,3,4,5,2,4,3,13.672,4,,12.108,2,1986,California,3,1,1,,9,,La Puente,4,3,1,aranetanina1369@gmail.com,80.639,59c3289b8e6ea10001f7b926,"{""startTime"":1678932542090,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932572968,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932358315,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":20,""label"":""tour_started""},{""time"":2188,""label"":""hovered"",""timeHovered"":1466,""week"":""2021-11-29""},{""time"":23273,""label"":""tour_next"",""step"":5},{""time"":36340,""label"":""tour_back"",""step"":5},{""time"":37067,""label"":""hovered"",""timeHovered"":2206,""week"":""2021-12-13""},{""time"":42974,""label"":""tour_next"",""step"":5},{""time"":46510,""label"":""tour_back"",""step"":5},{""time"":68002,""label"":""tour_next"",""step"":5},{""time"":70024,""label"":""cleared_brush"",""using"":""click""},{""time"":70643,""label"":""cleared_brush"",""using"":""click""},{""time"":71325,""label"":""started_brush"",""startDate"":""2021-08-08"",""endDate"":""2021-11-13""},{""time"":73215,""label"":""tour_next"",""step"":5},{""time"":75689,""label"":""moved_brush"",""startDate"":""2021-07-02"",""endDate"":""2021-10-08""},{""time"":78122,""label"":""moved_brush"",""startDate"":""2021-08-03"",""endDate"":""2021-11-08""},{""time"":78696,""label"":""tour_next"",""step"":5},{""time"":81087,""label"":""moved_brush"",""startDate"":""2021-07-20"",""endDate"":""2021-10-25""},{""time"":81634,""label"":""moved_brush"",""startDate"":""2021-07-20"",""endDate"":""2021-10-25""},{""time"":82518,""label"":""moved_brush"",""startDate"":""2021-06-13"",""endDate"":""2021-09-18""},{""time"":83252,""label"":""cleared_brush"",""using"":""click""},{""time"":83255,""label"":""cleared_brush"",""using"":""Escape""},{""time"":84216,""label"":""tour_next"",""step"":5},{""time"":86985,""label"":""tour_end"",""step"":5},{""time"":101097,""label"":""started_brush"",""startDate"":""2021-08-11"",""endDate"":""2021-12-29""},{""time"":108421,""label"":""moved_brush"",""startDate"":""2021-09-25"",""endDate"":""2022-02-13""}]}","{""startTime"":1678932526017,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":6029,""label"":""started_brush"",""startDate"":""2021-12-01"",""endDate"":""2021-12-27""},{""time"":6633,""label"":""hovered"",""timeHovered"":1088,""week"":""2021-12-20""},{""time"":9343,""label"":""hovered"",""timeHovered"":3007,""week"":""2021-12-20""}]}",0,complex,line,0,1,0,Positive,3.5,1,3,2,4.095,2.0475,3314,15,1,1,1,1,3 -2023-03-15 22:06:04,2023-03-15 22:14:10,0,100,486,1,2023-03-15 22:14:11,R_3rM1UpuMbUK6Ghu,42.3975,-83.3733,EN,1,3.845,,,,,15.123,58,87,69,31.171,25.72,1,1,99.233,-3,1,48.3,1,50.135,15.06,4,4,4,4,5,4,,15.382,4,5,5,4,4,4,it looks logical but i dont know where the data comes from,35.834,5,,4.166,2,7,3,4,1,5,6,16.015,4,5,8,7,5,6,9,9,,13.46,4,4,3,4,4,3,9.602,5,,4.951,2,1998,Michigan,7,3,1,,7,,,9,4,1,,50.633,60fe134bea0a58a6b9d96ee3,"{""startTime"":1678932564387,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932510281,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932419645,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":4,""label"":""tour_started""},{""time"":22440,""label"":""tour_next"",""step"":2},{""time"":24209,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932494532,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,line,1,1,0,Positive,3.7,0,0,0,0,0,0,15,1,0.5,1,0.5,2 -2023-03-15 22:02:08,2023-03-15 22:14:17,0,100,728,1,2023-03-15 22:14:18,R_2YfHrVRcjFweuny,34.5804,-84.9433,EN,1,9.11,,,,,16.126,70,39,25,33.767,44.045,-3,1,54.97,-3,-3,128.352,-1,39.257,16.275,3,5,3,5,5,3,,23.333,3,5,4,5,5,4,You never really know for sure how much something is according to graphs.,45.041,3,,7.399,2,7,3,4,1,5,6,20.859,5,4,8,2,3,3,6,10,,20.937,1,1,1,5,1,1,23.587,5,,5.517,2,1965,Georgia,2,2,1,,7,,,13,2,1,brittmike66@yahoo.com,179.36,5d649652adc4e8001a2d258d,"{""startTime"":1678932390597,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932315929,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932197338,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":20,""label"":""tour_started""},{""time"":8852,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7250,""week"":""4"",""id"":""chart""},{""time"":17851,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1610,""week"":""6"",""id"":""chart""},{""time"":21331,""label"":""tour_next"",""step"":2},{""time"":34851,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2094,""week"":""52"",""id"":""chart2""},{""time"":42629,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932298150,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,bar,0,0,0,Neutral,1.7,0,0,0,0,0,0,15,0.5,0,0,0.5,1 -2023-03-15 21:58:40,2023-03-15 22:15:00,0,100,979,1,2023-03-15 22:15:01,R_3G0MrkmAaPvWC5t,29.9046,-90.0501,EN,1,18.875,1,4,2,7.287,15.027,97,95,44,72.196,120.502,1,-3,79.388,-2,1,97.949,-1,28.702,15.12,5,4,5,4,5,5,"No additional thoughts, but it does stress the importance and timeliness of being vaccinated more than once. ",69.138,5,5,5,3,4,5,"The data seems accurate, especially seeing a comparison. Also, it makes a strong case about the importance of being vaccinated, but also encourages me to continually get vaccinated as there as surges here and there in time. ",57.159,6,,11.914,2,7,3,4,1,5,6,26.444,4,6,5,7,9,5,10,9,,28.906,4,3,4,2,3,4,40.807,2,1,18.252,2,1963,Louisiana,6,1,1,,3,,,9,3,1,MDAUPHIN.G@GMAIL.COM,147.652,62a9513ae9305607fd5af01a,"{""startTime"":1678932438408,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932290059,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":183,""label"":""hovered"",""timeHovered"":1091,""week"":""2021-07-26""},{""time"":15261,""label"":""hovered"",""timeHovered"":2591,""week"":""2021-08-09""},{""time"":21341,""label"":""hovered"",""timeHovered"":1179,""week"":""2021-08-23""}]}","{""startTime"":1678932052083,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":1579,""label"":""hovered"",""timeHovered"":4459,""week"":""2021-09-20""},{""time"":20187,""label"":""hovered"",""timeHovered"":8698,""week"":""2022-01-17""},{""time"":32286,""label"":""hovered"",""timeHovered"":3735,""week"":""2022-01-10""},{""time"":36854,""label"":""hovered"",""timeHovered"":5097,""week"":""2022-02-07""},{""time"":42369,""label"":""hovered"",""timeHovered"":1715,""week"":""2022-02-07""},{""time"":46784,""label"":""hovered"",""timeHovered"":6784,""week"":""2021-08-23""},{""time"":53868,""label"":""hovered"",""timeHovered"":1783,""week"":""2021-09-13""},{""time"":57484,""label"":""hovered"",""timeHovered"":1168,""week"":""2022-02-07""},{""time"":59991,""label"":""hovered"",""timeHovered"":5910,""week"":""2022-01-31""},{""time"":67618,""label"":""hovered"",""timeHovered"":3499,""week"":""2022-01-10""},{""time"":71734,""label"":""hovered"",""timeHovered"":1726,""week"":""2022-01-17""},{""time"":76789,""label"":""tour_next"",""step"":2},{""time"":84892,""label"":""tour_end"",""step"":2},{""time"":86617,""label"":""hovered"",""timeHovered"":1597,""week"":""2022-01-24""},{""time"":90671,""label"":""hovered"",""timeHovered"":3979,""week"":""2021-06-14""},{""time"":101867,""label"":""hovered"",""timeHovered"":2527,""week"":""2022-01-03""},{""time"":105354,""label"":""hovered"",""timeHovered"":1536,""week"":""2022-01-03""},{""time"":106939,""label"":""hovered"",""timeHovered"":1277,""week"":""2022-01-03""},{""time"":110808,""label"":""hovered"",""timeHovered"":6326,""week"":""2021-12-20""}]}","{""startTime"":1678932274387,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":9741,""label"":""hovered"",""timeHovered"":2297,""week"":""2021-08-16""}]}",1,moderate,line,0,1,0,Positive,3.3,0,1,1,2.297,2.297,0,15,0.5,0.5,0,0.5,2 -2023-03-15 21:57:13,2023-03-15 22:15:02,0,100,1068,1,2023-03-15 22:15:02,R_28IkVKoHGyomj05,33.9168,-118.3432,EN,1,69.662,,,,,15.011,95,88,68,202.583,34.169,1,-2,45.833,-2,1,52.859,-1,23.972,15.111,6,6,4,6,5,4,,19.226,4,4,5,6,4,4,All of the information on the graph looks like it resembles the legend accurately. ,32.688,3,,235.296,2,7,3,4,1,5,6,12.005,7,8,10,8,10,9,10,10,,12.554,2,4,4,3,4,2,19.387,4,,6.732,1,1997,California,6,3,1,,3,,,7,3,1,,230.066,5e9b5d5193295f05c902b8d2,"{""startTime"":1678932277890,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932228814,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":1730,""label"":""hovered"",""timeHovered"":1166,""week"":""2022-01-31""}]}","{""startTime"":1678932131773,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":22553,""label"":""tour_next"",""step"":2},{""time"":27541,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932212903,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":11273,""label"":""hovered"",""timeHovered"":1499,""week"":""2021-12-27""}]}",0,simple,line,0,1,0,Positive,3.2,0,1,1,1.499,1.499,0,15,0.5,0.5,0,0.5,1 -2023-03-15 21:58:04,2023-03-15 22:15:07,0,100,1022,1,2023-03-15 22:15:08,R_1py74DHwkUeom5y,34.0544,-118.2441,EN,1,28.861,1,4,2,13.928,15.2,94,94,28,65.281,240.327,1,1,89.644,1,1,80.836,1,52.452,15.125,5,3,5,5,5,5,Surprising that the oldest demographic didn't rate the highest incidents of Covid 19.,71.586,3,5,5,3,5,5,I have no reason do doubt that this is accurate information.,21.488,5,no,16.034,2,7,3,4,1,5,6,24.683,4,6,6,4,8,3,10,10,no,39.424,4,4,4,2,4,4,30.184,3,1,18.291,1,1957,California,6,3,1,,7,,,3,4,1,jbrooks202@yahoo.com,95.025,5ea72b8aedd4c90da065607c,"{""startTime"":1678932374584,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932447754,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932062380,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":69,""label"":""tour_started""},{""time"":10103,""label"":""hovered"",""timeHovered"":16305,""week"":""2021-06-21""},{""time"":27554,""label"":""hovered"",""timeHovered"":23231,""week"":""2021-08-16""},{""time"":52594,""label"":""hovered"",""timeHovered"":7272,""week"":""2021-10-18""},{""time"":66726,""label"":""hovered"",""timeHovered"":5527,""week"":""2022-01-10""},{""time"":75144,""label"":""hovered"",""timeHovered"":1659,""week"":""2022-01-31""},{""time"":76804,""label"":""hovered"",""timeHovered"":3585,""week"":""2022-01-31""},{""time"":80641,""label"":""hovered"",""timeHovered"":7519,""week"":""2022-01-31""},{""time"":88161,""label"":""hovered"",""timeHovered"":1577,""week"":""2022-01-31""},{""time"":90868,""label"":""hovered"",""timeHovered"":1228,""week"":""2022-01-31""},{""time"":92545,""label"":""hovered"",""timeHovered"":17632,""week"":""2022-01-24""},{""time"":117413,""label"":""tour_next"",""step"":5},{""time"":134107,""label"":""cleared_brush"",""using"":""click""},{""time"":141188,""label"":""tour_back"",""step"":5},{""time"":160002,""label"":""tour_next"",""step"":5},{""time"":178761,""label"":""started_brush"",""startDate"":""2021-06-04"",""endDate"":""2022-01-09""},{""time"":180331,""label"":""tour_next"",""step"":5},{""time"":190245,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-16""},{""time"":193083,""label"":""moved_brush"",""startDate"":""2021-06-02"",""endDate"":""2022-01-07""},{""time"":193961,""label"":""tour_next"",""step"":5},{""time"":203813,""label"":""cleared_brush"",""using"":""click""},{""time"":203820,""label"":""cleared_brush"",""using"":""Escape""},{""time"":209788,""label"":""started_brush"",""startDate"":""2021-05-31"",""endDate"":""2021-09-13""},{""time"":210830,""label"":""tour_next"",""step"":5},{""time"":217758,""label"":""tour_end"",""step"":5},{""time"":223292,""label"":""hovered"",""timeHovered"":1160,""week"":""2021-08-09""},{""time"":229869,""label"":""hovered"",""timeHovered"":2063,""week"":""2021-07-19""}]}","{""startTime"":1678932357856,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line,0,1,0,Positive,3.7,0,0,0,0,0,0,15,1,1,1,1,3 -2023-03-15 22:04:12,2023-03-15 22:15:11,0,100,659,1,2023-03-15 22:15:13,R_22zckpgMVfJ5Bde,34.2243,-77.8849,EN,1,10.897,,,,,15.109,93,97,89,16.8,42.824,1,1,65.276,-1,1,57.86,1,19.175,15.114,3,5,3,5,6,4,,23.797,5,5,5,7,7,5,The information is well put together,15.159,3,,28.283,2,7,3,4,1,5,6,21.288,2,2,7,4,3,6,6,5,,144.459,2,2,2,2,2,4,60.902,6,,3.302,2,2001,North Carolina,6,2,1,,7,,,1,2,2,,57.802,6109799a92fb44f6c1a86e38,"{""startTime"":1678932438404,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932389788,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932311298,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":7437,""label"":""tour_next"",""step"":5},{""time"":14043,""label"":""cleared_brush"",""using"":""click""},{""time"":15177,""label"":""cleared_brush"",""using"":""click""},{""time"":22102,""label"":""started_brush"",""startDate"":""2021-05-08"",""endDate"":""2021-09-19""},{""time"":23280,""label"":""tour_next"",""step"":5},{""time"":30031,""label"":""moved_brush"",""startDate"":""2021-07-27"",""endDate"":""2021-12-09""},{""time"":30960,""label"":""tour_next"",""step"":5},{""time"":33963,""label"":""cleared_brush"",""using"":""click""},{""time"":33967,""label"":""cleared_brush"",""using"":""Escape""},{""time"":35027,""label"":""tour_next"",""step"":5},{""time"":37137,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678932374154,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":6075,""label"":""hovered"",""timeHovered"":2553,""week"":""2022-01-03""}]}",0,complex,line,0,1,0,Positive,2.3,0,1,1,2.553,2.553,0,15,1,0.5,1,1,3 -2023-03-15 22:01:00,2023-03-15 22:15:31,0,100,871,1,2023-03-15 22:15:32,R_3Op6BGI7OZGOoio,30.6411,-97.7511,EN,1,11.402,,,,,15.009,84,70,64,30.601,36.034,1,-2,50.185,-2,1,46.801,1,83.795,15.117,3,3,4,5,2,3,,185.746,4,5,5,5,3,3,I trust the way it's presented but I am always skeptical about information on the internet until I can find verification.,46.135,3,,13.417,2,7,3,4,1,5,6,22.743,5,6,5,6,7,5,9,9,,34.338,3,3,5,2,3,4,48.738,2,,9.743,2,1983,Texas,6,2,1,,7,,,14,4,1,gina@twintails.com,136.849,5d5464629b7c4e000188782d,"{""startTime"":1678932331854,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":1662},{""label"":""window_focused"",""time"":39599}]}","{""startTime"":1678932240903,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932138014,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":13303,""label"":""tour_next"",""step"":2},{""time"":20878,""label"":""tour_end"",""step"":2},{""time"":27528,""label"":""hovered"",""timeHovered"":6514,""week"":""2022-01-03""}]}","{""startTime"":1678932225101,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":4749,""label"":""hovered"",""timeHovered"":2217,""week"":""2021-12-27""}]}",0,simple,line,1,1,0,Neutral,3.3,0,1,1,2.217,2.217,0,15,0.5,0.5,1,0.5,1 -2023-03-15 22:04:17,2023-03-15 22:15:33,0,100,675,1,2023-03-15 22:15:33,R_1CwoJfTknS05Ul2,37.9387,-122.3661,EN,1,6.98,,,,,15.107,87,100,95,38.569,93.536,1,-2,93.188,1,-3,85.045,1,50.16,15.015,5,3,5,5,6,5,,26.063,4,5,5,3,4,5,I trust this visualization because it seems credible based on the data and effort put into creating the chart.,49.662,4,,10.757,2,7,3,4,1,5,6,18.732,6,8,6,9,8,7,10,10,,25.177,4,4,5,2,3,4,25.363,2,,5.702,1,1994,California,6,1,1,,9,,Los Altos Hills,6,4,1,andrew98573@gmail.com,64.45,6245c8c532cdc22633ecbf3f,"{""startTime"":1678932562362,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932485230,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":23,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1263,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678932324753,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":11840,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1482,""week"":""51"",""id"":""chart""},{""time"":13622,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3749,""week"":""52"",""id"":""chart""},{""time"":20840,""label"":""tour_next"",""step"":5},{""time"":39981,""label"":""cleared_brush"",""using"":""Click""},{""time"":50273,""label"":""started_brush"",""startDate"":""2021-08-07"",""endDate"":""2021-11-22""},{""time"":51940,""label"":""tour_next"",""step"":5},{""time"":61650,""label"":""moved_brush"",""startDate"":""2021-10-22"",""endDate"":""2022-02-07""},{""time"":62950,""label"":""tour_next"",""step"":5},{""time"":67317,""label"":""cleared_brush"",""using"":""Click""},{""time"":67317,""label"":""cleared_brush"",""using"":""Escape""},{""time"":69601,""label"":""tour_next"",""step"":5},{""time"":74601,""label"":""tour_end"",""step"":5},{""time"":76866,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2094,""week"":""52"",""id"":""chart""},{""time"":86482,""label"":""started_brush"",""startDate"":""2021-04-17"",""endDate"":""2021-09-28""}]}","{""startTime"":1678932469687,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":5827,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1069,""week"":""52"",""id"":""chart""},{""time"":7605,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2574,""week"":""1"",""id"":""chart""}]}",0,complex,bar,1,0,0,Positive,3.7,0,2,2,3.643,1.8215,1778,15,0.5,0.5,1,1,3 -2023-03-15 22:06:06,2023-03-15 22:15:36,0,100,569,1,2023-03-15 22:15:37,R_26o8MnxQrmV4FLw,31.1455,-81.4981,EN,1,12.328,,,,,15.006,71,77,45,22.113,23.604,1,1,49.412,-3,-3,63.299,1,44.526,15.107,4,7,3,5,5,4,,29.429,7,5,3,7,7,4,"It doesn't seem like there is a reason to be fraudulent, but without research I can't say I fully trust it.",23.534,5,,12.907,2,7,3,4,1,5,6,25.055,5,6,7,6,6,6,10,10,,20.993,3,4,4,1,4,3,25.289,2,,5.185,2,1972,Georgia,6,2,1,,7,,,7,4,1,6266a87a7adacd7a91cabc93@email.prolific.co,72.841,6266a87a7adacd7a91cabc93,"{""startTime"":1678932624054,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932566835,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":6776,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1383,""week"":""14"",""id"":""chart""}]}","{""startTime"":1678932477132,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":5515,""label"":""tour_next"",""step"":2},{""time"":9423,""label"":""tour_end"",""step"":2},{""time"":10907,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1840,""week"":""49"",""id"":""chart2""},{""time"":12868,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1465,""week"":""47"",""id"":""chart2""},{""time"":15033,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1679,""week"":""52"",""id"":""chart2""},{""time"":17666,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1489,""week"":""52"",""id"":""chart""},{""time"":19182,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1022,""week"":""51"",""id"":""chart""},{""time"":20393,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1718,""week"":""5"",""id"":""chart""}]}","{""startTime"":1678932551244,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":6580,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1098,""week"":""50"",""id"":""chart""}]}",0,simple,bar,1,0,0,Positive,3.2,0,1,1,1.098,1.098,0,15,1,0,1,1,1 -2023-03-15 22:01:41,2023-03-15 22:15:59,0,100,858,1,2023-03-15 22:15:59,R_2967QleNcDJjoPS,26.2516,-98.2271,EN,1,16.744,1,3,2,7.536,15.108,100,100,100,23.849,45.138,1,1,85.148,-3,-3,100.971,1,71.971,15.015,3,3,3,6,5,3,A pretty standard data set. An option to zoom in on the graphs would be nice.,73.302,3,6,4,1,4,6,Does seem in line with previous COVID case graphs I have seen.,35.487,3,The graphs are a bit hard to see clearly.,30.502,2,7,3,4,1,5,6,14.939,1,1,1,1,1,1,11,1,Most of these are very corrupt and disorderly currently in the US. No trust can be had to these systems that are broken and flawed.,157.597,5,5,5,1,5,5,21.556,1,1,12.358,1,1994,Texas,3,2,1,,4,,,19,4,1,5e455faf462e0802d9d9c3e2@email.prolific.co,82.424,5e455faf462e0802d9d9c3e2,"{""startTime"":1678932325626,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":32067,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1065,""week"":""1"",""id"":""chart2""}]}","{""startTime"":1678932399622,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932178187,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":24,""label"":""tour_started""},{""time"":12805,""label"":""tour_next"",""step"":2},{""time"":21856,""label"":""tour_end"",""step"":2},{""time"":37597,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1199,""week"":""14"",""id"":""chart2""}]}","{""startTime"":1678932309704,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":5780,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1048,""week"":""4"",""id"":""chart""},{""time"":8929,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1049,""week"":""52"",""id"":""chart2""}]}",1,simple,bar,0,1,0,Positive,4.3,0,2,2,2.097,1.0485,3149,15,1,0,1,1,1 -2023-03-15 22:08:16,2023-03-15 22:16:17,0,100,480,1,2023-03-15 22:16:18,R_1LoOxZ4qRBWi3XB,45.0139,-93.1545,EN,1,10.289,,,,,15.011,92,93,55,15.152,63.846,1,1,46.06,1,1,29.486,1,36.58,16.825,6,6,4,6,6,6,,18.993,6,6,6,2,4,5,"It looks clear and easy to understand, the data is most likely verifiable",75.03,6,,5.334,2,7,3,4,1,5,6,8.118,3,7,9,7,9,7,9,10,,10.266,3,4,3,4,4,2,15.782,3,,4.814,2,1982,Minnesota,7,3,1,,9,,roseville,12,1,1,cobberreb@yahoo.com,35.339,614fe09fec9ce4a2a415476d,"{""startTime"":1678932777653,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_focused"",""time"":3417}]}","{""startTime"":1678932670461,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_focused"",""time"":19492}]}","{""startTime"":1678932549716,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":67,""label"":""tour_started""},{""label"":""window_focused"",""time"":3488},{""time"":9372,""label"":""tour_next"",""step"":5},{""label"":""window_blurred"",""time"":21633},{""label"":""window_focused"",""time"":29806},{""time"":38741,""label"":""started_brush"",""startDate"":""2021-07-05"",""endDate"":""2021-10-05""},{""time"":41213,""label"":""tour_next"",""step"":5},{""time"":45391,""label"":""moved_brush"",""startDate"":""2021-06-13"",""endDate"":""2021-09-13""},{""time"":46252,""label"":""tour_next"",""step"":5},{""time"":53129,""label"":""cleared_brush"",""using"":""click""},{""time"":54280,""label"":""tour_next"",""step"":5},{""time"":56839,""label"":""tour_end"",""step"":5},{""label"":""window_blurred"",""time"":58257},{""label"":""window_focused"",""time"":61580}]}","{""startTime"":1678932652004,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_focused"",""time"":1737},{""label"":""window_blurred"",""time"":5066}]}",0,complex,line,0,2,0,Positive,3.3,0,0,0,0,0,0,3.329,1,1,1,1,3 -2023-03-15 21:52:53,2023-03-15 22:16:35,0,100,1421,1,2023-03-15 22:16:36,R_yOzJSoUUC5Ml7d7,35.0812,-92.4722,EN,1,4.726,1,4,1,9.556,15.012,100,100,65,64.194,34.874,1,1,36.245,1,1,91.252,-1,96.53,15.111,5,5,5,6,6,5,,38.611,5,5,5,5,5,5,I trust it so far as I trust the the givers of this survey. It would not surprise me in any way if the data is correct. I could also see it being incorrect for the purposes of the survey.,97.424,4,,15.532,2,7,3,4,1,5,6,17.129,1,2,1,1,6,1,10,9,,36.393,3,3,5,3,4,3,50.734,2,1,14.082,1,1983,Arkansas,6,1,1,,7,,,5,4,2,,113.813,57a12661913c7100019767b7,"{""startTime"":1678932377846,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932416800,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932290295,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":4,""label"":""tour_started""},{""time"":9374,""label"":""hovered"",""timeHovered"":2376,""week"":""2021-12-27""},{""time"":12386,""label"":""tour_next"",""step"":2},{""time"":17801,""label"":""tour_end"",""step"":2},{""time"":18687,""label"":""hovered"",""timeHovered"":1060,""week"":""2021-12-20""},{""time"":23331,""label"":""hovered"",""timeHovered"":1782,""week"":""2021-08-16""},{""time"":29551,""label"":""hovered"",""timeHovered"":1502,""week"":""2022-01-03""}]}","{""startTime"":1678932362165,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":6383,""label"":""hovered"",""timeHovered"":1174,""week"":""2021-09-27""}]}",1,simple,line,1,1,0,Positive,3.5,0,1,1,1.174,1.174,0,15,1,1,0,1,1 -2023-03-15 21:54:30,2023-03-15 22:16:40,0,100,1329,1,2023-03-15 22:16:40,R_21tz0YGR8eIGTd9,38.783,-90.6351,EN,1,225.862,,,,,15.012,57,29,41,17.336,415.745,1,1,155.322,-3,-3,28.402,-1,21.412,15.011,4,4,3,4,3,4,n/a,20.529,3,3,2,2,2,2,No sources to back up this information. it is hearsay.,14.79,4,n/a,11.928,2,7,3,4,1,5,6,24.717,4,8,4,7,7,9,7,5,n/a,19.126,2,3,4,4,3,4,10.835,4,,7.734,1,2002,Missouri,6,1,1,,9,,Wright City,7,2,1,gwpezold@gmail.com,289.173,610323ee2d67fc117e7ef300,"{""startTime"":1678932557056,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":18314},{""label"":""window_focused"",""time"":19829}]}","{""startTime"":1678932527680,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931939315,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":34,""label"":""tour_started""},{""time"":407825,""label"":""tour_next"",""step"":2},{""time"":413452,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932512517,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,bar,1,0,0,Negative,3.3,0,0,0,0,0,0,15,1,0,0,1,1 -2023-03-15 21:55:11,2023-03-15 22:17:33,0,100,1342,1,2023-03-15 22:17:34,R_1kRZ1GA9dkDVGnW,36.1214,-115.141,EN,1,16.666,,,,,15.111,93,87,64,82.299,296.181,1,1,217.202,1,-3,120.495,1,158.66,15.112,3,3,3,4,5,3,,59.727,3,4,4,1,3,3,I have not been given any reason to trust or distrust the visualization/data so I can't say one way or the other.,70.604,5,,12.649,2,7,3,4,1,5,6,40.702,8,7,5,5,9,9,11,11,,31.403,1,1,1,5,2,1,34.997,2,,6,1,1974,Nevada,2,2,1,,7,,,2,4,2,,57.994,5f9e612e5e10814115cc780d,"{""startTime"":1678932310419,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932371312,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":7421,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1063,""week"":""50"",""id"":""chart""}]}","{""startTime"":1678931838399,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":28,""label"":""tour_started""},{""time"":33167,""label"":""tour_next"",""step"":5},{""time"":69584,""label"":""cleared_brush"",""using"":""Click""},{""time"":77861,""label"":""cleared_brush"",""using"":""Click""},{""time"":80997,""label"":""cleared_brush"",""using"":""Click""},{""time"":82666,""label"":""cleared_brush"",""using"":""Click""},{""time"":83831,""label"":""cleared_brush"",""using"":""Click""},{""time"":84454,""label"":""cleared_brush"",""using"":""Click""},{""time"":88239,""label"":""tour_back"",""step"":5},{""time"":89423,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":2551,""week"":""51"",""id"":""chart""},{""time"":93893,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1163,""week"":""1"",""id"":""chart""},{""time"":96301,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1689,""week"":""31"",""id"":""chart""},{""time"":101261,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":3395,""week"":""2"",""id"":""chart""},{""time"":114258,""label"":""tour_next"",""step"":5},{""time"":116665,""label"":""cleared_brush"",""using"":""Click""},{""time"":118124,""label"":""cleared_brush"",""using"":""Click""},{""time"":123607,""label"":""moved_brush"",""startDate"":""2021-08-25"",""endDate"":""2022-02-07""},{""time"":126213,""label"":""cleared_brush"",""using"":""Click""},{""time"":134287,""label"":""cleared_brush"",""using"":""Click""},{""time"":139728,""label"":""cleared_brush"",""using"":""Click""},{""time"":147087,""label"":""cleared_brush"",""using"":""Click""},{""time"":149045,""label"":""cleared_brush"",""using"":""Click""},{""time"":154031,""label"":""moved_brush"",""startDate"":""2021-08-10"",""endDate"":""2022-01-29""},{""time"":157806,""label"":""moved_brush"",""startDate"":""2021-08-10"",""endDate"":""2021-12-13""},{""label"":""window_blurred"",""time"":161322},{""label"":""window_focused"",""time"":246215},{""time"":258867,""label"":""started_brush"",""startDate"":""2021-12-30"",""endDate"":""2022-01-23""},{""time"":261556,""label"":""tour_next"",""step"":5},{""time"":267801,""label"":""moved_brush"",""startDate"":""2021-09-16"",""endDate"":""2022-01-23""},{""time"":269384,""label"":""tour_next"",""step"":5},{""time"":278496,""label"":""cleared_brush"",""using"":""Click""},{""time"":279673,""label"":""tour_next"",""step"":5},{""time"":291419,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678932294507,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,bar,0,0,0,Neutral,1.8,0,0,0,0,0,0,15,1,0.5,1,1,3 -2023-03-15 22:08:12,2023-03-15 22:17:35,0,100,563,1,2023-03-15 22:17:36,R_3nkqKWy7GvpDzuc,43.4219,-88.1847,EN,1,3.245,1,2,2,3.027,15.11,67,79,32,7.702,35.416,-2,-3,28.614,-3,1,37.27,1,33.798,15.014,5,4,5,4,4,5,,13.282,3,3,3,7,2,4,"I think that the data feels valid, but it has no context to how the data was populated or received and compiled.",21.783,5,,2.163,2,7,3,4,1,5,6,11.102,5,7,8,9,4,7,9,10,,12.337,4,2,3,4,3,3,8.436,3,4,5.501,1,1995,Wisconsin,6,2,1,,7,,,11,3,1,calebhorst4995@gmail.com,58.822,628eabb243fb4a73e29d9385,"{""startTime"":1678932615447,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932629446,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932529547,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":17,""label"":""tour_started""},{""time"":2282,""label"":""tour_next"",""step"":5},{""time"":21362,""label"":""cleared_brush"",""using"":""Click""},{""time"":21791,""label"":""cleared_brush"",""using"":""Click""},{""time"":22820,""label"":""started_brush"",""startDate"":""2021-08-21"",""endDate"":""2021-11-19""},{""time"":24002,""label"":""tour_next"",""step"":5},{""time"":27228,""label"":""moved_brush"",""startDate"":""2021-10-05"",""endDate"":""2021-11-19""},{""time"":27836,""label"":""tour_next"",""step"":5},{""time"":30167,""label"":""cleared_brush"",""using"":""Click""},{""time"":31162,""label"":""tour_next"",""step"":5},{""time"":33734,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678932599755,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":5135,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2705,""week"":""51"",""id"":""chart""},{""time"":7866,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1575,""week"":""52"",""id"":""chart""},{""time"":9462,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1059,""week"":""1"",""id"":""chart""},{""time"":12040,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1460,""week"":""2"",""id"":""chart""}]}",1,complex,bar,1,0,0,Negative,3.2,0,4,4,6.799,1.69975,6905,15,0,0.5,1,1,3 -2023-03-15 22:11:50,2023-03-15 22:17:56,0,100,365,1,2023-03-15 22:17:56,R_2rAhc4e6oPoVxx7,33.4948,-117.0954,EN,1,15.683,1,3,2,5.838,15.008,100,100,0,14.93,40.847,1,-2,25.885,-2,1,27.878,1,9.827,15.01,6,6,6,6,6,6,,20.682,6,6,6,6,6,6,I feel the data matches my idea,17.205,5,,9.068,2,7,3,4,1,5,6,20.086,2,5,1,8,8,6,10,7,,18.606,5,5,5,5,5,5,17.704,5,4,9.008,1,1960,California,8,3,1,,9,,Temecula,10,2,1,rojeda63@roadrunner.com,39.427,62e47e029b91347575df3047,"{""startTime"":1678932892290,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932859964,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932776060,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":19,""label"":""tour_started""},{""time"":1777,""label"":""hovered"",""timeHovered"":13617,""week"":""2022-01-31""},{""time"":17277,""label"":""hovered"",""timeHovered"":3517,""week"":""2021-12-27""},{""time"":28627,""label"":""hovered"",""timeHovered"":2615,""week"":""2022-01-03""},{""time"":32494,""label"":""tour_next"",""step"":2},{""time"":38063,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932844154,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":402,""label"":""hovered"",""timeHovered"":1097,""week"":""2021-07-12""},{""time"":3999,""label"":""hovered"",""timeHovered"":3000,""week"":""2021-08-16""},{""time"":7101,""label"":""hovered"",""timeHovered"":1266,""week"":""2022-01-03""},{""time"":9683,""label"":""hovered"",""timeHovered"":2966,""week"":""2022-01-03""}]}",1,simple,line,0,1,0,Positive,5,0,4,4,8.329,2.08225,9281,15,0.5,0.5,1,0.5,1 -2023-03-15 22:06:31,2023-03-15 22:18:08,0,100,696,1,2023-03-15 22:18:08,R_3dEoVedQDxdTVx4,34.2037,-84.1031,EN,1,4.984,,,,,15.013,7,100,68,31.768,55.098,1,1,36.459,-2,1,51.615,1,65.481,15.116,3,7,3,6,5,3,interesting study ,51.717,7,6,5,5,3,3,I don't know where the information came from or what sources brought the numbers together or even if there are any outside conditions that make the information inaccurate that are not included ,89.861,2,,60.954,2,7,3,4,1,5,6,28.776,1,4,9,1,1,3,8,8,,28.965,1,5,5,3,5,4,36.203,5,,10.387,2,2004,Georgia,3,3,1,,7,,,7,4,2,,54.645,63ed70c4b62c9946c66b38e9,"{""startTime"":1678932561560,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932613785,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932453885,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":3,""label"":""tour_started""},{""time"":13161,""label"":""tour_next"",""step"":2},{""time"":48606,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932546053,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":12562,""label"":""hovered"",""timeHovered"":1052,""week"":""2021-04-26""}]}",0,simple,line,1,0,0,Positive,3.8,0,1,1,1.052,1.052,0,15,1,0.5,1,1,1 -2023-03-15 21:58:02,2023-03-15 22:18:25,0,100,1223,1,2023-03-15 22:18:26,R_3PGjseMIffwiKrK,29.7646,-95.3657,EN,1,3.335,1,2,2,3.555,15.105,86,97,87,17.349,52.135,-2,1,50.571,-3,1,147.222,1,69.268,15.007,5,5,5,5,5,5,no comments,96.42,5,5,5,7,7,5,the data makes sense and I have no reason to disagree with it,64.094,4,no comments,10.807,2,7,3,4,1,5,6,16.889,5,5,6,6,3,4,10,10,no comments,63.349,2,2,3,4,2,2,155.737,1,2,18.352,1,2001,Texas,3,2,1,,9,,HOUSTON,9,4,1,tony9684@outlook.com,342.245,6282abf0be2e9e2a65af807e,"{""startTime"":1678932263113,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":9630,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1671,""week"":""3"",""id"":""chart""}]}","{""startTime"":1678932144938,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_focused"",""time"":6197}]}","{""startTime"":1678931929141,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":8283,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4566,""week"":""1"",""id"":""chart""},{""time"":14059,""label"":""tour_next"",""step"":2},{""label"":""window_blurred"",""time"":15793},{""label"":""window_focused"",""time"":18909},{""label"":""window_blurred"",""time"":20587},{""label"":""window_focused"",""time"":23890},{""time"":26508,""label"":""tour_end"",""step"":2},{""time"":34278,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3203,""week"":""52"",""id"":""chart""},{""label"":""window_blurred"",""time"":41017},{""label"":""window_focused"",""time"":51114}]}","{""startTime"":1678932129540,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":2737}]}",1,moderate,bar,0,1,0,Positive,2.5,0,0,0,0,0,0,2.737,0.5,0.5,1,0.5,2 -2023-03-15 22:08:26,2023-03-15 22:18:42,0,100,616,1,2023-03-15 22:18:43,R_3EhCcoRAlAkcmqx,40.68,-73.4425,EN,1,5.739,1,2,1,5.209,15.11,64,68,69,112.262,51.774,1,1,50.493,-3,-3,47.261,1,37.321,15.109,3,2,2,5,5,2,,42.64,5,5,6,5,6,5,It is clear to see that the occurrence of the variable is higher with one population over another,28.323,2,,6.944,2,7,3,4,1,5,6,16.549,2,1,9,10,7,7,8,10,,26.011,2,2,3,4,4,4,45.706,7,1,13.9,1,2000,New York,6,1,1,,9,,Massapequa Park,14,1,1,marranara5@gmail.com,46.725,63d3f95e93b636344cf403d9,"{""startTime"":1678936519023,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678936467981,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678936347774,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":23,""label"":""tour_started""},{""time"":8875,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1872,""week"":""50"",""id"":""chart""},{""time"":10881,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1624,""week"":""51"",""id"":""chart""},{""time"":14917,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1623,""week"":""2"",""id"":""chart""},{""time"":18225,""label"":""tour_next"",""step"":2},{""time"":25843,""label"":""tour_end"",""step"":2},{""time"":39045,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1617,""week"":""52"",""id"":""chart""},{""time"":41143,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7415,""week"":""52"",""id"":""chart2""}]}","{""startTime"":1678936451877,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar,0,1,0,Positive,3.2,0,0,0,0,0,0,15,1,0,1,1,1 -2023-03-15 22:09:47,2023-03-15 22:18:53,0,100,545,1,2023-03-15 22:18:53,R_27rLdkyCnFTwlTX,41.7817,-124.1332,EN,1,13.615,,,,,15.113,100,100,50,26.177,27.134,1,1,54.181,1,1,58.158,-1,37.91,15.114,5,3,4,5,5,5,,38.738,5,5,5,7,7,5,"Assuming we trust the data, then the visualization would be an accurate representation of the data in an easy to understand format.",33.148,6,,10.594,2,7,3,4,1,5,6,23.102,1,1,1,1,1,3,3,1,,38.728,5,5,5,1,5,5,25.429,5,,8.202,2,1975,California,3,2,1,,7,,,7,4,1,59f21fe8cc514a00011a66cf@email.prolific.co,54.975,59f21fe8cc514a00011a66cf,"{""startTime"":1678932806881,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":35927},{""label"":""window_focused"",""time"":37377}]}","{""startTime"":1678932748931,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932650830,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":3250,""label"":""hovered"",""timeHovered"":2504,""week"":""2021-12-27""},{""time"":17084,""label"":""tour_next"",""step"":2},{""time"":21449,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932733212,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":12549,""label"":""hovered"",""timeHovered"":2804,""week"":""2022-01-03""}]}",0,simple,line,0,1,0,Positive,4.3,0,1,1,2.804,2.804,0,15,1,1,0,1,1 -2023-03-15 22:04:03,2023-03-15 22:18:57,0,100,894,1,2023-03-15 22:18:58,R_1OWbjGjTJyf2ujb,41.4129,-72.9077,EN,1,11.455,1,4,1,15.074,15.01,80,95,63,51.145,53.939,1,-2,76.57,1,1,147.635,1,96.21,15.056,5,3,7,4,5,5,,42.981,5,5,3,2,7,5,I trust CDC as a source.,41.809,5,,14.054,2,7,3,4,1,5,6,31.456,3,6,6,7,8,4,10,9,,44.277,3,3,4,2,4,4,39.405,2,1,25.193,1,1967,Connecticut,3,1,1,,7,,,4,4,1,605d0d00436a36ad0d8d6fa5@email.prolific.co,109.194,605d0d00436a36ad0d8d6fa5,"{""startTime"":1678932569845,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932613462,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932351464,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":17,""label"":""tour_started""},{""time"":35778,""label"":""hovered"",""timeHovered"":1648,""week"":""2021-07-26""},{""time"":39445,""label"":""hovered"",""timeHovered"":2903,""week"":""2022-01-10""},{""time"":42549,""label"":""hovered"",""timeHovered"":1017,""week"":""2022-01-10""},{""time"":45558,""label"":""tour_next"",""step"":2},{""time"":49390,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932554219,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line,1,0,0,Positive,3.3,0,0,0,0,0,0,15,0.5,1,1,1,2 -2023-03-15 22:10:27,2023-03-15 22:19:10,0,100,522,1,2023-03-15 22:19:11,R_1iq8IlqDRIifWhk,38.5774,-90.6709,EN,1,9.698,,,,,15.021,90,82,72,17.06,81.351,-2,1,37.522,-3,-3,32.057,1,40.285,15.023,5,6,6,6,6,6,"The interactive data is actually kinda fun to use, much better than a standard boring chart.",28.941,6,6,6,4,6,6,"Clearly a lot of thought has gone into it to make it designed in a matter that is clear and easy to use, so I trust the visualization.",38.236,5,,9.263,2,7,3,4,1,5,6,16.312,4,8,8,8,3,6,10,10,"Anything that has money involved/trying to make a profit, I trust less since those people are just going to go after the money.",38.266,3,4,3,3,4,3,32.763,2,,7.529,1,2004,Wisconsin,3,3,1,,7,,,3,2,1,63f4eb046bcf1fda92414a71@email.prolific.co,52.568,63f4eb046bcf1fda92414a71,"{""startTime"":1678932820852,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932850605,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932681741,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":19802,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1063,""week"":""39"",""id"":""chart""},{""time"":22683,""label"":""tour_next"",""step"":5},{""time"":36129,""label"":""started_brush"",""startDate"":""2021-09-12"",""endDate"":""2022-02-07""},{""time"":37325,""label"":""tour_next"",""step"":5},{""time"":44435,""label"":""moved_brush"",""startDate"":""2021-07-20"",""endDate"":""2021-12-15""},{""time"":45782,""label"":""moved_brush"",""startDate"":""2021-08-05"",""endDate"":""2021-12-31""},{""time"":47356,""label"":""moved_brush"",""startDate"":""2021-07-10"",""endDate"":""2021-12-05""},{""time"":48211,""label"":""tour_next"",""step"":5},{""time"":54545,""label"":""cleared_brush"",""using"":""Click""},{""time"":54545,""label"":""cleared_brush"",""using"":""Escape""},{""time"":55693,""label"":""tour_next"",""step"":5},{""time"":60468,""label"":""tour_end"",""step"":5},{""time"":67487,""label"":""started_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-07-03""},{""time"":74588,""label"":""moved_brush"",""startDate"":""2021-11-09"",""endDate"":""2022-02-07""},{""time"":80720,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-07-03""}]}","{""startTime"":1678932804865,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":3560,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1472,""week"":""52"",""id"":""chart""},{""time"":5196,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1962,""week"":""2"",""id"":""chart""},{""time"":8225,""label"":""started_brush"",""startDate"":""2021-09-16"",""endDate"":""2021-12-01""},{""label"":""window_blurred"",""time"":9789},{""label"":""window_focused"",""time"":13134},{""time"":15218,""label"":""moved_brush"",""startDate"":""2021-11-14"",""endDate"":""2022-01-29""}]}",0,complex,bar,1,1,0,Positive,3.3,1,4,2,3.434,1.717,11658,9.789,0.5,0,1,1,3 -2023-03-15 21:59:55,2023-03-15 22:19:19,0,100,1163,1,2023-03-15 22:19:19,R_33x6bbhQpyX6O8c,41.9082,-71.1031,EN,1,10.702,,,,,15.111,80,23,29,51.478,196.365,-2,1,109.148,-3,-3,104.701,1,82.111,15.019,3,3,3,5,4,4,"This is a very busy graph, but after viewing it for a bit, it wasn't too hard to understand. To make it a little easier for the study taker, the task/instructions should be moved so they don't cover the graph while you are trying to perform the tasks. ",176.91,4,5,5,7,7,5,I chose that because the instructions note: assume you trust the data.,36.266,5,,34.818,2,7,3,4,1,5,6,34.63,2,1,8,4,2,5,7,9,,42.498,4,4,5,2,5,3,55.825,6,,8.632,1,1959,Massachusetts,6,2,1,,7,,,8,3,1,prt10@verizon.net,83.479,64029de99a8a72fc5a205b7e,"{""startTime"":1678932377117,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":12,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1210,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678932554527,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932082391,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":4001,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1414,""week"":""6"",""id"":""chart""},{""time"":32506,""label"":""tour_next"",""step"":5},{""time"":53633,""label"":""tour_back"",""step"":5},{""time"":55848,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1982,""week"":""35"",""id"":""chart""},{""time"":60215,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3799,""week"":""36"",""id"":""chart""},{""time"":65333,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1115,""week"":""36"",""id"":""chart""},{""time"":66451,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1064,""week"":""36"",""id"":""chart""},{""time"":67532,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1617,""week"":""35"",""id"":""chart""},{""time"":73345,""label"":""tour_next"",""step"":5},{""time"":92371,""label"":""cleared_brush"",""using"":""Click""},{""time"":93006,""label"":""started_brush"",""startDate"":""2021-08-06"",""endDate"":""2021-09-10""},{""time"":103276,""label"":""cleared_brush"",""using"":""Click""},{""time"":104837,""label"":""cleared_brush"",""using"":""Click""},{""time"":112701,""label"":""started_brush"",""startDate"":""2021-08-07"",""endDate"":""2021-08-28""},{""time"":113545,""label"":""tour_next"",""step"":5},{""time"":131659,""label"":""moved_brush"",""startDate"":""2021-10-08"",""endDate"":""2021-10-29""},{""time"":132382,""label"":""tour_next"",""step"":5},{""time"":141450,""label"":""cleared_brush"",""using"":""Click""},{""time"":141450,""label"":""cleared_brush"",""using"":""Escape""},{""time"":145624,""label"":""tour_next"",""step"":5},{""time"":155966,""label"":""tour_end"",""step"":5},{""time"":158004,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2627,""week"":""52"",""id"":""chart""},{""time"":161724,""label"":""cleared_brush"",""using"":""Click""},{""time"":163698,""label"":""started_brush"",""startDate"":""2021-06-06"",""endDate"":""2021-07-22""},{""time"":169360,""label"":""cleared_brush"",""using"":""Click""},{""time"":169360,""label"":""cleared_brush"",""using"":""Escape""}]}","{""startTime"":1678932361728,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,bar,0,0,0,Neutral,3.8,0,0,0,0,0,0,15,0.5,0,1,1,3 -2023-03-15 22:05:26,2023-03-15 22:19:46,0,100,859,1,2023-03-15 22:19:47,R_3m35gRci87gwNPL,41.141,-81.4768,EN,1,21.993,1,3,1,11.591,15.107,100,92,80,37.36,138.717,1,1,66.498,1,1,102.441,1,65.769,15.106,5,5,5,5,5,5,,32.035,5,6,5,4,7,5,I trust the source. The Center of Disease control is someone I trust to provide accurate information regarding disease.,51.221,6,,17.583,2,7,3,4,1,5,6,28.452,2,4,6,5,4,7,10,10,,35.165,4,3,5,2,4,4,40.224,2,1,15.255,2,1984,Ohio,6,1,1,,7,,,9,4,2,,90.565,617390ea6b825a0eb8904f29,"{""startTime"":1678932784023,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932690888,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932432655,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":26,""label"":""tour_started""},{""time"":29250,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":14028,""week"":""52"",""id"":""chart""},{""time"":44110,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2161,""week"":""1"",""id"":""chart""},{""time"":46903,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1678,""week"":""52"",""id"":""chart""},{""time"":48667,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1378,""week"":""1"",""id"":""chart""},{""time"":51829,""label"":""tour_next"",""step"":2},{""time"":63529,""label"":""tour_end"",""step"":2},{""time"":103024,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2606,""week"":""14"",""id"":""chart""},{""time"":106627,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1102,""week"":""21"",""id"":""chart""},{""time"":112083,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2909,""week"":""23"",""id"":""chart""},{""time"":116391,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1710,""week"":""24"",""id"":""chart""},{""time"":121378,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1726,""week"":""6"",""id"":""chart""},{""time"":125635,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1444,""week"":""52"",""id"":""chart""},{""time"":127845,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1977,""week"":""1"",""id"":""chart""},{""time"":129922,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1279,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678932675100,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":5914,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3189,""week"":""3"",""id"":""chart""},{""time"":9140,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1261,""week"":""2"",""id"":""chart""}]}",1,moderate,bar,1,0,0,Positive,3.7,0,2,2,4.45,2.225,3226,15,1,1,1,1,2 -2023-03-15 22:07:57,2023-03-15 22:19:53,0,100,716,1,2023-03-15 22:19:54,R_1QmZTMYRCbZAgTE,34.9879,-79.2169,EN,1,6.543,2,,1,4.381,15.017,86,99,39,31.549,29.971,1,1,110.682,-1,-2,158.931,1,29.638,15.116,4,4,4,5,5,4,,25.277,5,5,4,7,7,4,You never know what people put out there. It may be true but i can never really be sure unless I look it up myself.,33.294,3,,6.764,2,7,3,4,1,5,6,40.079,5,6,7,6,6,5,7,6,,18.485,2,2,2,4,2,2,17.161,2,2,14.408,2,1986,North Carolina,3,1,1,,3,,,4,2,1,smith.angela8635@gmail.com,108.321,5a8ac2d8f49c9a0001f3ab34,"{""startTime"":1678932763354,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932704345,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932546661,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":4121,""label"":""hovered"",""timeHovered"":3226,""week"":""2021-10-11""},{""time"":8063,""label"":""hovered"",""timeHovered"":2583,""week"":""2022-01-03""},{""time"":11496,""label"":""hovered"",""timeHovered"":2999,""week"":""2021-12-13""},{""time"":17268,""label"":""tour_next"",""step"":2},{""time"":20327,""label"":""tour_end"",""step"":2},{""time"":21417,""label"":""hovered"",""timeHovered"":1520,""week"":""2021-10-18""},{""time"":23143,""label"":""hovered"",""timeHovered"":1152,""week"":""2022-01-17""},{""time"":26228,""label"":""hovered"",""timeHovered"":1683,""week"":""2021-09-06""}]}","{""startTime"":1678932688460,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":3611,""label"":""hovered"",""timeHovered"":1829,""week"":""2021-09-13""},{""time"":8729,""label"":""hovered"",""timeHovered"":5232,""week"":""2022-01-03""}]}",1,simple,line,1,0,0,Neutral,2.3,0,2,2,7.061,3.5305,5118,15,1,0,1,1,1 -2023-03-15 22:10:40,2023-03-15 22:20:00,0,100,559,1,2023-03-15 22:20:00,R_1rdBFI71bALra1L,42.5181,-70.899,EN,1,5.396,,,,,15.107,93,59,92,22.895,96.81,1,1,42.829,1,1,59.024,1,69.865,15.011,5,6,6,6,4,6,,32.051,6,6,6,2,7,6,"It represents the data in a clear manner, and allows the user to gain more detailed information through hovering over the relevant parts.",28.953,5,,8.155,2,7,3,4,1,5,6,18.966,3,3,1,6,7,4,11,11,,28,5,5,5,1,5,5,15.058,3,,4.873,2,1985,Massachusetts,7,3,1,,2,,,13,5,2,,48.81,636168a962acef1f1f1cc4ce,"{""startTime"":1678932876578,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932912001,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932692969,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":12773,""label"":""tour_next"",""step"":5},{""time"":29674,""label"":""started_brush"",""startDate"":""2021-04-14"",""endDate"":""2021-06-28""},{""time"":30938,""label"":""moved_brush"",""startDate"":""2021-08-06"",""endDate"":""2021-10-20""},{""time"":31836,""label"":""moved_brush"",""startDate"":""2021-10-03"",""endDate"":""2021-12-17""},{""time"":33591,""label"":""moved_brush"",""startDate"":""2021-06-10"",""endDate"":""2021-08-24""},{""time"":34380,""label"":""tour_next"",""step"":5},{""time"":40636,""label"":""moved_brush"",""startDate"":""2021-06-10"",""endDate"":""2021-07-06""},{""time"":42081,""label"":""tour_next"",""step"":5},{""time"":54680,""label"":""moved_brush"",""startDate"":""2021-06-10"",""endDate"":""2021-07-06""},{""time"":54883,""label"":""moved_brush"",""startDate"":""2021-06-10"",""endDate"":""2021-07-06""},{""time"":59287,""label"":""cleared_brush"",""using"":""click""},{""time"":59289,""label"":""cleared_brush"",""using"":""Escape""},{""time"":61437,""label"":""tour_next"",""step"":5},{""time"":65286,""label"":""tour_end"",""step"":5},{""time"":77426,""label"":""hovered"",""timeHovered"":1556,""week"":""2022-01-10""},{""time"":88344,""label"":""started_brush"",""startDate"":""2021-08-08"",""endDate"":""2021-10-05""},{""time"":90659,""label"":""cleared_brush"",""using"":""click""},{""time"":90832,""label"":""cleared_brush"",""using"":""click""}]}","{""startTime"":1678932860713,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":4258,""label"":""hovered"",""timeHovered"":1355,""week"":""2021-11-15""},{""time"":7300,""label"":""hovered"",""timeHovered"":1520,""week"":""2021-12-20""},{""time"":9835,""label"":""hovered"",""timeHovered"":2141,""week"":""2021-12-27""}]}",0,complex,line,0,2,0,Positive,4.3,0,3,3,5.016,1.672,5577,15,1,1,1,1,3 -2023-03-15 22:07:59,2023-03-15 22:20:09,0,100,729,1,2023-03-15 22:20:09,R_3sbTemNx1QuR9dm,36.3519,-94.2197,EN,1,12.932,,,,,15.009,84,60,86,37.558,62.291,1,-3,84.28,-3,1,86.894,1,60.588,15.121,5,3,6,4,6,5,,32.962,4,4,5,4,4,4,I believe that the research is very friendly and was done right so I am able to trust the visualization. ,52.433,4,,11.989,2,7,3,4,1,5,6,26.701,1,2,8,4,2,9,7,9,,25.988,3,4,5,2,3,4,53.152,5,,17.046,2,1973,Arkansas,4,1,1,,9,,Fayetteville,8,4,1,tammybomar.kc@gmail.com,79.818,63f6ac6d4ce41fa2a87ea79b,"{""startTime"":1678932804258,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932722755,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932557023,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":24602,""label"":""hovered"",""timeHovered"":1315,""week"":""2022-02-07""},{""time"":31184,""label"":""tour_next"",""step"":2},{""time"":54990,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932707164,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":12220,""label"":""hovered"",""timeHovered"":1315,""week"":""2022-02-07""}]}",0,moderate,line,1,0,0,Positive,3.5,0,1,1,1.315,1.315,0,15,0.5,0.5,1,0.5,2 -2023-03-15 21:57:23,2023-03-15 22:20:18,0,100,1375,1,2023-03-15 22:20:18,R_bkqfLnHio8wEYMN,39.2124,-76.8776,EN,1,11.416,,,,,15.108,100,100,76,26.834,151.13,1,-3,279.846,-3,1,255.084,1,139.462,15.008,5,5,5,6,6,5,,23.495,6,6,4,7,1,5,The data looks to be well organized and seems to be accurate given the data presented in the graph,79.824,4,,10.982,2,7,3,4,1,5,6,12.974,4,4,5,5,6,6,9,8,,23.377,3,3,3,2,4,3,28.916,4,,4.347,1,1986,Maryland,3,1,1,,3,,,4,3,1,1fr33man1@gmail.com,56.798,62e1ede63f23cc2eb6170242,"{""startTime"":1678932615458,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":570},{""label"":""window_focused"",""time"":1799}]}","{""startTime"":1678932511733,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932063582,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":21,""label"":""tour_started""},{""time"":13709,""label"":""hovered"",""timeHovered"":1451,""week"":""2021-11-22""},{""time"":18209,""label"":""hovered"",""timeHovered"":1718,""week"":""2021-08-16""},{""time"":28268,""label"":""tour_next"",""step"":2},{""time"":37021,""label"":""tour_end"",""step"":2},{""label"":""window_blurred"",""time"":42718},{""label"":""window_focused"",""time"":146547}]}","{""startTime"":1678932496140,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,line,0,1,0,Positive,3,0,0,0,0,0,0,15,0.5,0.5,1,0.5,1 -2023-03-15 22:07:01,2023-03-15 22:20:32,0,100,810,1,2023-03-15 22:20:32,R_9yKqDJp7jv6VSUx,32.7797,-96.8022,EN,1,4.408,1,2,1,6.169,15.014,61,90,88,34.151,94.253,1,1,35.738,1,1,34.402,-2,30.17,15.013,5,4,5,5,6,4,,23.64,4,5,5,5,4,4,I do know there is a margin for error with these results and numbers. So I take that into account but it looks pretty accurate,41.595,4,,8.648,2,7,3,4,1,5,6,22.672,2,1,1,1,3,3,6,7,,18.901,4,4,5,1,5,4,19.908,3,1,12.501,1,1984,Texas,6,1,1,,7,,,14,3,1,5d6807f9778de5001a120d9a@email.prolific.co,306.034,5d6807f9778de5001a120d9a,"{""startTime"":1678932701991,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932638550,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932493456,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":5675,""label"":""hovered"",""timeHovered"":7670,""week"":""2022-01-10""},{""time"":29769,""label"":""hovered"",""timeHovered"":1399,""week"":""2022-01-10""},{""time"":34457,""label"":""tour_next"",""step"":2},{""time"":40589,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932623082,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":11290,""label"":""hovered"",""timeHovered"":1250,""week"":""2022-01-03""}]}",1,moderate,line,0,1,0,Positive,3.8,0,1,1,1.25,1.25,0,15,1,1,0,1,2 -2023-03-15 21:56:15,2023-03-15 22:20:49,0,100,1473,1,2023-03-15 22:20:49,R_27wmZkCoKoqugCb,42.3394,-122.8475,EN,1,47.795,1,4,1,12.568,15.013,100,100,76,73.919,258.122,1,1,80.5,1,1,75.055,-1,76.394,15.107,3,3,3,3,3,3,"Actually, in the interactive visualization, the pop-up box had the information regarding infection rate of vaccinated vs unvaccinated people reversed. In the pop-up box when one hovers over a certain date, the information provided is incorrect according to the legend, in that the box shows more vaccinated than unvaccinated people having been infected during any certain time. Additionally, there is no information for number of infections for late December 2022",382.125,3,1,3,1,1,1,"AS I explained before, when you hover over a certain time frame, the information presented in the pop-up box is the reverse of what is shown in the legend and in the actual graph itself. Either the graph and legend are wrong, which I doubt, or the information in the pop-up box is incorrect. Therefore< I do not trust the information in the visualization.",111.107,5,I'm not sure if providing incorrect information in the pop-up boxes was intentional but I will message the researchers to make sure they are aware of it.,62.78,2,7,3,4,1,5,6,24.675,2,4,7,5,6,2,10,9,,34.142,4,5,5,1,5,1,39.781,1,1,14.208,2,1950,Oregon,7,2,1,,7,,,14,4,2,,55.673,622a4d6cf143081ed1887ee5,"{""startTime"":1678932292139,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":158067,""label"":""hovered"",""timeHovered"":4560,""week"":""2022-01-10""}]}","{""startTime"":1678932675269,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":36743,""label"":""hovered"",""timeHovered"":2835,""week"":""2021-08-23""}]}","{""startTime"":1678931940492,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":4,""label"":""tour_started""},{""time"":15276,""label"":""hovered"",""timeHovered"":4364,""week"":""2022-01-03""},{""time"":22477,""label"":""hovered"",""timeHovered"":1244,""week"":""2022-01-03""},{""time"":26035,""label"":""hovered"",""timeHovered"":1305,""week"":""2021-08-16""},{""time"":32666,""label"":""hovered"",""timeHovered"":1624,""week"":""2022-01-10""},{""time"":36150,""label"":""hovered"",""timeHovered"":8087,""week"":""2022-01-10""},{""time"":48045,""label"":""tour_next"",""step"":5},{""time"":68619,""label"":""started_brush"",""startDate"":""2021-05-30"",""endDate"":""2021-09-21""},{""time"":88554,""label"":""moved_brush"",""startDate"":""2021-06-20"",""endDate"":""2021-10-12""},{""time"":89916,""label"":""tour_next"",""step"":5},{""time"":108069,""label"":""moved_brush"",""startDate"":""2021-06-20"",""endDate"":""2022-02-13""},{""time"":110546,""label"":""moved_brush"",""startDate"":""2021-06-20"",""endDate"":""2022-02-13""},{""time"":113822,""label"":""moved_brush"",""startDate"":""2021-08-05"",""endDate"":""2022-02-13""},{""time"":115490,""label"":""moved_brush"",""startDate"":""2021-08-05"",""endDate"":""2022-02-13""},{""time"":125620,""label"":""moved_brush"",""startDate"":""2021-08-05"",""endDate"":""2022-02-13""},{""time"":127957,""label"":""moved_brush"",""startDate"":""2021-08-05"",""endDate"":""2022-02-13""},{""time"":143442,""label"":""moved_brush"",""startDate"":""2021-11-23"",""endDate"":""2022-02-13""},{""time"":144842,""label"":""tour_next"",""step"":5},{""time"":160357,""label"":""cleared_brush"",""using"":""click""},{""time"":164859,""label"":""tour_next"",""step"":5},{""time"":174344,""label"":""tour_end"",""step"":5},{""time"":184699,""label"":""started_brush"",""startDate"":""2021-09-07"",""endDate"":""2022-02-13""},{""time"":190650,""label"":""hovered"",""timeHovered"":26716,""week"":""2022-01-03""},{""time"":228681,""label"":""hovered"",""timeHovered"":1308,""week"":""2021-12-06""},{""time"":235363,""label"":""hovered"",""timeHovered"":4993,""week"":""2022-01-03""},{""time"":245121,""label"":""hovered"",""timeHovered"":11712,""week"":""2022-01-10""}]}","{""startTime"":1678932276344,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":7648,""label"":""hovered"",""timeHovered"":1481,""week"":""2022-01-10""},{""time"":9176,""label"":""hovered"",""timeHovered"":2272,""week"":""2022-01-10""},{""time"":14043,""label"":""cleared_brush"",""using"":""click""},{""time"":14943,""label"":""cleared_brush"",""using"":""click""}]}",1,complex,line,0,1,0,Negative,3.5,0,4,2,3.753,1.8765,7295,15,1,1,0,0,3 -2023-03-15 22:07:23,2023-03-15 22:21:28,0,100,845,1,2023-03-15 22:21:30,R_wMN2FdGJ7ISq68F,35.5991,-81.0305,EN,1,8.085,1,3,2,9.674,15.111,86,32,23,23.441,48.179,-2,-3,87.453,1,-3,104.08,1,61.253,15.013,4,3,5,4,5,3,,133.56,4,4,3,7,2,3,I am unsure whether the data is accurate.,23.713,1,,11.733,2,7,3,4,1,5,6,26.306,1,1,1,1,1,1,10,8,,24.46,1,1,1,5,4,1,83.582,2,2,17.802,1,1966,North Carolina,4,2,1,,7,,,6,4,1,,73.965,5cbe00898f939c0017c0b9d8,"{""startTime"":1678932755325,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932687365,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932517571,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":35,""label"":""tour_started""},{""time"":27148,""label"":""tour_next"",""step"":2},{""time"":36402,""label"":""tour_end"",""step"":2},{""time"":39419,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3566,""week"":""6"",""id"":""chart""}]}","{""startTime"":1678932671576,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar,0,1,0,Positive,2.2,0,0,0,0,0,0,15,0,0.5,1,0.5,2 -2023-03-15 22:12:13,2023-03-15 22:21:41,0,100,567,1,2023-03-15 22:21:41,R_pi6IkSMXRBl8sVj,47.6722,-122.1257,EN,1,8.45,,,,,15.109,76,76,33,26.359,27.562,1,1,55.896,1,1,75.501,1,87.745,15.007,5,4,4,4,5,5,It looks good,38.502,4,4,3,7,1,4,"It looks like a graph that has reliable information on it, a line graph is used often.",25.321,5,,9.73,2,7,3,4,1,5,6,22.375,8,8,9,10,8,8,10,10,,22.358,4,4,3,3,4,4,23.067,4,,6.37,1,1984,Washington,6,3,1,,2,,,9,4,2,,45.038,61686f8376bd6ff59ea15479,"{""startTime"":1678932902597,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932941627,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932802551,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":16083,""label"":""tour_next"",""step"":2},{""time"":22267,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932886912,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7911,""label"":""hovered"",""timeHovered"":1054,""week"":""2022-01-03""},{""time"":9226,""label"":""hovered"",""timeHovered"":1403,""week"":""2022-01-03""},{""time"":10959,""label"":""hovered"",""timeHovered"":1063,""week"":""2022-01-10""},{""time"":13807,""label"":""hovered"",""timeHovered"":1093,""week"":""2021-11-15""}]}",0,simple,line,2,0,0,Positive,3.7,0,4,4,4.613,1.15325,5896,15,1,1,1,1,1 -2023-03-15 22:10:55,2023-03-15 22:22:12,0,100,677,1,2023-03-15 22:22:13,R_2bIxwoDpEwcu03F,37.2951,-79.987,EN,1,7.385,1,2,2,11.053,15.106,55,44,60,19.333,88.371,1,-2,64.799,1,1,64.145,1,35.054,15.014,4,4,4,4,3,4,,38.149,4,4,4,3,2,4,I looks like it comes from a reputable source.,34.865,4,,38.854,2,7,3,4,1,5,6,28.785,5,7,6,6,7,6,9,8,,29.098,4,4,5,2,4,4,33.917,4,1,22.523,1,1984,Virginia,6,2,1,,3,,,4,3,1,58074104c314770001876e7b@email.prolific.co,70.087,58074104c314770001876e7b,"{""startTime"":1678932863723,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932902476,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932723810,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":4549,""label"":""hovered"",""timeHovered"":8809,""week"":""2021-12-20""},{""time"":19040,""label"":""tour_next"",""step"":5},{""time"":37212,""label"":""started_brush"",""startDate"":""2021-07-09"",""endDate"":""2021-10-24""},{""time"":38242,""label"":""tour_next"",""step"":5},{""time"":45799,""label"":""moved_brush"",""startDate"":""2021-07-04"",""endDate"":""2021-10-19""},{""time"":47121,""label"":""moved_brush"",""startDate"":""2021-08-10"",""endDate"":""2021-10-19""},{""time"":48064,""label"":""tour_next"",""step"":5},{""time"":64719,""label"":""cleared_brush"",""using"":""click""},{""time"":66469,""label"":""tour_next"",""step"":5},{""time"":73478,""label"":""tour_end"",""step"":5},{""time"":81564,""label"":""started_brush"",""startDate"":""2021-07-09"",""endDate"":""2021-07-14""},{""time"":83279,""label"":""started_brush"",""startDate"":""2021-08-07"",""endDate"":""2021-10-02""},{""time"":84443,""label"":""moved_brush"",""startDate"":""2021-07-28"",""endDate"":""2021-08-07""},{""time"":85044,""label"":""started_brush"",""startDate"":""2021-07-09"",""endDate"":""2021-07-10""}]}","{""startTime"":1678932848208,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":9215,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-07-14""}]}",1,complex,line,1,0,0,Positive,3.8,1,1,0,0,0,0,15,0.5,1,1,1,3 -2023-03-15 22:09:16,2023-03-15 22:22:18,0,100,782,1,2023-03-15 22:22:19,R_2agJfRV2z3r6vzz,43.6573,-103.4258,EN,1,8.245,2,,2,2.663,15.109,25,87,20,30.252,29.681,1,1,46.801,-2,1,50.178,-1,63.812,15.11,3,1,1,6,5,1,,42.488,7,6,7,1,1,1,Not nearly enough information is given on any variables or criteria for the data.,22.871,2,,9.348,2,7,3,4,1,5,6,31.076,1,1,4,1,1,2,3,5,,27.594,3,4,5,2,4,4,23.747,7,2,16.512,1,1985,South Dakota,3,2,1,,7,,,5,4,1,headphonefiend24@gmail.com,175.945,5a1fa084063e8600012fa6a3,"{""startTime"":1678932889937,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":20363},{""label"":""window_focused"",""time"":25722}]}","{""startTime"":1678932721470,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":2594},{""label"":""window_focused"",""time"":112943}]}","{""startTime"":1678932625108,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":14328,""label"":""tour_next"",""step"":2},{""time"":17763,""label"":""tour_end"",""step"":2},{""time"":20627,""label"":""hovered"",""timeHovered"":1092,""week"":""2021-12-27""},{""time"":22179,""label"":""hovered"",""timeHovered"":1136,""week"":""2022-01-10""},{""time"":24779,""label"":""hovered"",""timeHovered"":1899,""week"":""2022-01-10""}]}","{""startTime"":1678932705938,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line,1,0,0,Negative,3.7,0,0,0,0,0,0,15,1,0.5,0,0.5,2 -2023-03-15 22:12:21,2023-03-15 22:22:40,0,100,619,1,2023-03-15 22:22:40,R_2AEBDzyw8gf3nSk,42.0753,-80.0671,EN,1,13.434,1,3,1,8.537,15.025,94,75,49,25.087,41.35,-1,1,54.341,-2,1,50.858,-1,61.077,15.132,6,6,6,6,6,6,,24.57,6,6,4,3,3,6,The visualization was presented with information from the CDC. I trust the CDC.,43.35,4,There was no one that was vaccinated higher than the unvaccinated 80+ year olds with Covid.,48.834,2,7,3,4,1,5,6,24.252,6,6,9,4,6,3,10,10,,24.849,4,3,5,1,4,3,34.074,3,1,16.321,2,1971,Pennsylvania,6,1,1,,7,,,11,2,2,,53.716,63d18135c4e44a77f71702e8,"{""startTime"":1678932929554,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932954682,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932820615,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":14438,""label"":""tour_next"",""step"":2},{""time"":19646,""label"":""tour_end"",""step"":2},{""time"":22708,""label"":""hovered"",""timeHovered"":1921,""week"":""2022-01-10""},{""time"":24945,""label"":""hovered"",""timeHovered"":2445,""week"":""2022-01-03""},{""time"":35139,""label"":""hovered"",""timeHovered"":2995,""week"":""2022-01-10""}]}","{""startTime"":1678932913857,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":8780,""label"":""hovered"",""timeHovered"":1455,""week"":""2022-01-03""}]}",1,moderate,line,1,0,0,Positive,3.3,0,1,1,1.455,1.455,0,15,0.5,0.5,0,0.5,2 -2023-03-15 22:14:46,2023-03-15 22:22:54,0,100,488,1,2023-03-15 22:22:55,R_1FILFdQd467APIP,40.0008,-76.7697,EN,1,5.333,,,,,15.109,92,72,51,16.17,78.996,1,1,29.048,1,1,55.577,1,74.607,15.008,4,5,5,6,5,5,,29.222,5,6,5,1,7,4,I didn't see the references,12.674,4,,6.7,2,7,3,4,1,5,6,19.932,4,8,6,9,7,5,10,10,,17.659,5,5,5,1,4,4,19.725,5,,3.575,1,1963,Pennsylvania,7,3,1,,7,,,11,4,2,,44.702,5d6e502d05e693001ea14a37,"{""startTime"":1678933137885,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933098943,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932929233,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":3553,""label"":""tour_next"",""step"":5},{""time"":9553,""label"":""tour_back"",""step"":5},{""time"":10886,""label"":""tour_next"",""step"":5},{""time"":40346,""label"":""cleared_brush"",""using"":""click""},{""time"":42887,""label"":""tour_back"",""step"":5},{""time"":48336,""label"":""tour_next"",""step"":5},{""time"":56321,""label"":""started_brush"",""startDate"":""2021-06-06"",""endDate"":""2021-12-16""},{""time"":57354,""label"":""tour_next"",""step"":5},{""time"":63659,""label"":""moved_brush"",""startDate"":""2021-06-06"",""endDate"":""2021-12-16""},{""time"":65425,""label"":""moved_brush"",""startDate"":""2021-06-06"",""endDate"":""2021-12-16""},{""time"":67507,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-10-21""},{""time"":68153,""label"":""tour_next"",""step"":5},{""time"":71656,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-10-21""},{""time"":73974,""label"":""cleared_brush"",""using"":""click""},{""time"":73976,""label"":""cleared_brush"",""using"":""Escape""},{""time"":75321,""label"":""tour_next"",""step"":5},{""time"":77339,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678933083449,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":3285,""label"":""hovered"",""timeHovered"":3799,""week"":""2021-12-13""}]}",0,complex,line,1,0,0,Negative,4,0,1,1,3.799,3.799,0,15,1,1,1,1,3 -2023-03-15 22:13:20,2023-03-15 22:23:20,0,100,599,1,2023-03-15 22:23:20,R_3iKoMvtA6Muz0Zl,33.6647,-117.1743,EN,1,7.108,,,,,15.126,100,100,78,29.473,36.111,1,1,48.447,-2,1,67.601,1,52.375,15.11,4,3,3,4,2,4,I didn't even see the source info printed at the bottom it was very small.,62.279,2,5,3,7,3,4,"It seems accurate and like it has all of the information it should have. But I'm not at all familiar with this field of research/science, so I don't really feel I can be absolutely certain of what I'm looking at.",39.226,4,,10.363,2,7,3,4,1,5,6,17.84,3,4,3,4,6,6,9,9,,22.669,3,3,4,3,3,3,33.24,1,,7.055,2,1990,California,6,2,1,,8,Menifee,,6,3,2,,51.39,6101f78a3f9b44e8c17e8593,"{""startTime"":1678933081810,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932983547,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932862120,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":16766,""label"":""tour_next"",""step"":2},{""time"":22103,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932967440,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,line,0,3,0,Positive,3.2,0,0,0,0,0,0,15,1,0.5,1,0.5,2 -2023-03-15 21:54:53,2023-03-15 22:23:48,0,100,1735,1,2023-03-15 22:23:49,R_1LLGkSF21duRbYr,43.1128,-71.9029,EN,1,4.126,1,2,1,4.818,15.02,87,18,76,19.706,162.704,-2,-2,29.786,-2,1,197.65,-2,35.45,15.014,3,7,3,7,7,3,,286.383,7,7,2,7,1,7,Its extremely difficult to thoroughly read the data provided.,12.347,2,,5.923,2,7,3,4,1,5,6,169.588,3,5,8,6,1,3,8,9,,19.875,5,5,5,1,5,5,22.014,4,3,22.102,2,1987,New Hampshire,6,2,1,,7,,,9,4,1,Stef@mintmayhem.com,70.277,5e92a98518ca6c5e48437217,"{""startTime"":1678932755812,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":271292},{""label"":""window_focused"",""time"":272546}]}","{""startTime"":1678932725858,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":92,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3080,""week"":""2"",""id"":""chart""}]}","{""startTime"":1678932348291,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":58,""label"":""tour_started""},{""time"":139991,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4170,""week"":""1"",""id"":""chart""},{""time"":144910,""label"":""tour_next"",""step"":2},{""time"":154089,""label"":""tour_end"",""step"":2},{""time"":155195,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4183,""week"":""51"",""id"":""chart""}]}","{""startTime"":1678932710203,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":5426,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5399,""week"":""52"",""id"":""chart""},{""time"":10883,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2460,""week"":""1"",""id"":""chart""}]}",1,moderate,bar,0,1,0,Negative,4.3,0,2,2,7.859,3.9295,5457,15,0,0.5,0,0.5,2 -2023-03-15 22:08:50,2023-03-15 22:23:52,0,100,902,1,2023-03-15 22:23:53,R_eA1mmkx5w180jXb,27.935,-82.3772,EN,1,17.712,,,,,15.006,53,99,48,68.952,62.993,1,-2,106.516,-3,-3,110.559,-3,119.914,15.12,3,3,3,4,5,3,,65.374,5,5,5,3,3,3,I do not know if it was created by a reputable source.,78.684,1,,21.76,2,7,3,4,1,5,6,21.551,6,6,6,6,6,6,6,6,,19.104,3,3,3,3,3,3,37.184,4,,20.899,2,1964,Florida,4,2,1,,9,,Orlando,4,4,1,jcuffee51@gmail.com,59.966,5f3f5ad05ec7d1257993b196,"{""startTime"":1678932938385,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932835462,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932645018,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":24,""label"":""tour_started""},{""time"":30316,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4231,""week"":""24"",""id"":""chart""},{""time"":36018,""label"":""tour_next"",""step"":2},{""time"":49986,""label"":""tour_end"",""step"":2},{""time"":54202,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1688,""week"":""47"",""id"":""chart""},{""time"":57753,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2921,""week"":""6"",""id"":""chart""}]}","{""startTime"":1678932819563,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,bar,1,0,0,Negative,3,0,0,0,0,0,0,15,0.5,0,0,0,2 -2023-03-15 22:15:36,2023-03-15 22:23:54,0,100,498,1,2023-03-15 22:23:54,R_12KFkmG7PFLfMEi,27.9455,-82.4598,EN,1,3.602,,,,,15.112,91,79,58,10.859,53.553,1,1,39.352,-3,-3,48.309,1,63.507,15.012,5,3,4,4,5,4,none,19.435,4,5,4,7,2,4,"I found no reason to distrust it. It seems like an odd thing to lie about and they cited their sources. However, I cannot be fully sure unless I were to review the sources myself.",31.365,4,n/a,14.045,2,7,3,4,1,5,6,19.111,2,7,5,8,3,3,9,10,n/a,20.361,2,2,2,4,2,2,13.993,2,,8.629,1,2000,Kentucky,6,3,1,,8,lexington,,5,4,1,62f9fbc07e4fc1bfe47070e5@email.prolific.co,90.877,62f9fbc07e4fc1bfe47070e5,"{""startTime"":1678933079976,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933099840,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932970475,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":4003,""label"":""tour_next"",""step"":2},{""time"":7353,""label"":""tour_end"",""step"":2},{""time"":7903,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1240,""week"":""51"",""id"":""chart2""},{""time"":12139,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1088,""week"":""52"",""id"":""chart2""},{""time"":13930,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1479,""week"":""52"",""id"":""chart""},{""time"":19627,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4606,""week"":""6"",""id"":""chart""}]}","{""startTime"":1678933064627,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":6247},{""label"":""window_focused"",""time"":7385}]}",0,simple,bar,1,0,0,Positive,2.3,0,0,0,0,0,0,6.247,1,0,1,1,1 -2023-03-15 22:13:54,2023-03-15 22:24:18,0,100,623,1,2023-03-15 22:24:18,R_1GDg6DF55sW3C5W,42.8895,-87.9074,EN,1,15.45,1,2,2,6.595,15.009,62,62,76,13.359,31.433,1,1,47.579,-2,1,63.008,1,71.157,15.116,4,4,4,4,4,4,,44.205,5,4,5,2,5,5,It seems accurate and like what I have heard in the news.,19.663,6,,9.206,2,7,3,4,1,5,6,21.056,4,7,8,7,5,6,10,10,,40.204,4,4,4,4,4,4,18.351,3,2,11.326,2,1964,Wisconsin,6,1,1,,7,,,6,4,1,5e72e0d8adc903240ac70891@email.prolific.co,129.169,5e72e0d8adc903240ac70891,"{""startTime"":1678933040894,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":101,""label"":""hovered"",""timeHovered"":11240,""week"":""2021-10-11""},{""time"":12053,""label"":""hovered"",""timeHovered"":5293,""week"":""2022-01-03""}]}","{""startTime"":1678933012723,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932899045,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":17,""label"":""tour_started""},{""time"":9990,""label"":""hovered"",""timeHovered"":1031,""week"":""2021-07-05""},{""time"":17735,""label"":""tour_next"",""step"":2},{""time"":24353,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932979166,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":3237,""label"":""hovered"",""timeHovered"":1015,""week"":""2021-09-13""}]}",1,simple,line,0,1,0,Positive,4,0,1,1,1.015,1.015,0,15,1,0.5,1,1,1 -2023-03-15 22:17:05,2023-03-15 22:24:38,0,100,453,1,2023-03-15 22:24:39,R_3O0u4ZmY19dHd7g,42.6626,-83.1837,EN,1,9.651,,,,,15.01,83,75,43,15.377,18.813,1,1,34.289,1,1,53.483,1,39.644,15.015,4,4,4,5,5,4,,24.807,4,4,3,2,2,4,I don't have a reason not to trust it.,13.219,4,,7.496,2,7,3,4,1,5,6,15.915,5,5,4,5,6,8,9,9,,26.055,2,3,4,2,3,3,30.615,2,,5.589,2,1994,Michigan,6,1,1,,7,,,17,3,1,rachelwhicker06@gmail.com,79.02,612e75305c548dd77bca9d73,"{""startTime"":1678933201906,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":11009},{""label"":""window_focused"",""time"":11093}]}","{""startTime"":1678933160310,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933071808,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":11225,""label"":""tour_next"",""step"":2},{""time"":13949,""label"":""tour_end"",""step"":2},{""time"":15524,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1424,""week"":""1"",""id"":""chart""}]}","{""startTime"":1678933144754,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,bar,0,0,0,Positive,2.8,0,0,0,0,0,0,15,1,1,1,1,2 -2023-03-15 22:14:32,2023-03-15 22:24:40,0,100,608,1,2023-03-15 22:24:40,R_2TouoKQTZzoRsfz,33.4935,-111.9211,EN,1,23.008,1,2,2,9.078,15.016,83,81,57,48.429,86.096,-1,1,36.607,-1,1,41.402,1,49.618,15.017,5,4,5,5,5,5,,28.012,4,4,4,3,3,4,It is pretty straightforward but takes time to analyze the data and really understand the data.,32.344,6,,7.487,2,7,3,4,1,5,6,25.001,7,7,9,9,5,9,10,10,,18.371,4,4,4,2,4,4,27.599,6,1,14.191,2,1963,Arizona,8,1,1,,2,,,16,2,2,,82.587,63804d105c37525d499b9c6c,"{""startTime"":1678933129910,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933158994,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932985433,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":20569,""label"":""hovered"",""timeHovered"":1800,""week"":""2021-12-20""},{""time"":22370,""label"":""hovered"",""timeHovered"":3888,""week"":""2021-12-20""},{""time"":27009,""label"":""hovered"",""timeHovered"":8711,""week"":""2022-01-10""},{""time"":36837,""label"":""hovered"",""timeHovered"":5239,""week"":""2022-01-10""},{""time"":42444,""label"":""hovered"",""timeHovered"":2486,""week"":""2022-01-24""},{""time"":46064,""label"":""hovered"",""timeHovered"":3370,""week"":""2021-08-30""},{""time"":50086,""label"":""hovered"",""timeHovered"":2301,""week"":""2021-06-28""},{""time"":52555,""label"":""hovered"",""timeHovered"":3386,""week"":""2021-06-07""},{""time"":57428,""label"":""hovered"",""timeHovered"":2017,""week"":""2021-04-12""},{""time"":59663,""label"":""hovered"",""timeHovered"":1384,""week"":""2021-04-26""},{""time"":63234,""label"":""hovered"",""timeHovered"":1016,""week"":""2021-11-29""},{""time"":64603,""label"":""hovered"",""timeHovered"":1550,""week"":""2021-12-20""},{""time"":74096,""label"":""tour_next"",""step"":2},{""time"":82004,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933113967,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7135,""label"":""hovered"",""timeHovered"":2277,""week"":""2022-01-03""},{""time"":11884,""label"":""hovered"",""timeHovered"":1152,""week"":""2022-01-10""},{""time"":13549,""label"":""hovered"",""timeHovered"":1143,""week"":""2021-10-11""}]}",1,moderate,line,0,1,0,Positive,3.7,0,3,3,4.572,1.524,6414,15,0.5,0.5,1,0.5,2 -2023-03-15 22:11:17,2023-03-15 22:24:43,0,100,806,1,2023-03-15 22:24:44,R_1qZZpV4tIBv7wSw,33.9828,-88.4683,EN,1,6.941,,,,,15.116,100,52,25,18.551,33.582,1,-1,56.56,-2,1,68.002,1,211.983,15.014,5,3,3,4,6,4,,36.682,5,5,5,5,5,5,"I trust this visualization because of the interactive mode. But when I went to look for the week of Jan. 15th specifically in reference to that one question I couldn't find it, but maybe that was a generalization of a question...",57.468,4,,6.485,2,7,3,4,1,5,6,21.629,2,2,8,2,2,3,10,10,,84.501,2,2,3,3,2,3,23.31,3,,4.623,2,1973,Mississippi,7,2,1,,7,,,13,2,1,allofmyheartsoulmind@gmail.com,91.82,5de9ce848b29320fd922c587,"{""startTime"":1678932847649,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932887025,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932729050,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":10579,""label"":""tour_next"",""step"":2},{""time"":17683,""label"":""tour_end"",""step"":2},{""time"":22031,""label"":""hovered"",""timeHovered"":1362,""week"":""2021-10-04""},{""time"":23898,""label"":""hovered"",""timeHovered"":1499,""week"":""2021-07-19""},{""time"":27779,""label"":""hovered"",""timeHovered"":1091,""week"":""2021-07-12""}]}","{""startTime"":1678932831861,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":4428,""label"":""hovered"",""timeHovered"":1001,""week"":""2021-05-24""},{""time"":5501,""label"":""hovered"",""timeHovered"":1549,""week"":""2021-05-24""},{""time"":8911,""label"":""hovered"",""timeHovered"":1475,""week"":""2021-04-26""},{""time"":12150,""label"":""hovered"",""timeHovered"":1448,""week"":""2022-01-03""}]}",0,moderate,line,0,1,0,Positive,2.5,0,4,4,5.473,1.36825,7722,15,0.5,0.5,1,0.5,2 -2023-03-15 22:13:48,2023-03-15 22:24:48,0,100,659,1,2023-03-15 22:24:48,R_2cwPmj4eFkAWZ27,42.5029,-83.1021,EN,1,4.805,,,,,15.112,30,44,8,28.931,53.032,1,1,48.097,1,-3,155.691,1,75.725,15.009,3,5,4,4,6,4,,40.466,5,5,5,3,3,6,the chart and graphs showed it all ,33.432,4,,6.693,2,7,3,4,1,5,6,26.74,5,6,7,7,9,4,8,9,,23.048,2,3,3,2,4,2,23.19,6,,5.314,1,1969,Michigan,2,2,1,,3,,,4,1,2,,70.819,5c961ee66357fb0001ef4b4a,"{""startTime"":1678933000032,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933040945,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":29,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1706,""week"":""50"",""id"":""chart""}]}","{""startTime"":1678932882451,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":8386,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1817,""week"":""2"",""id"":""chart""},{""time"":10269,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1167,""week"":""1"",""id"":""chart""},{""time"":11503,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6866,""week"":""52"",""id"":""chart""},{""time"":19986,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2367,""week"":""1"",""id"":""chart""},{""time"":23119,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2051,""week"":""1"",""id"":""chart""},{""time"":25271,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1582,""week"":""2"",""id"":""chart""},{""time"":26853,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1250,""week"":""3"",""id"":""chart""},{""time"":30486,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1716,""week"":""6"",""id"":""chart""},{""time"":35391,""label"":""tour_next"",""step"":2},{""time"":40770,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1716,""week"":""52"",""id"":""chart2""},{""time"":43236,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1317,""week"":""4"",""id"":""chart2""},{""time"":51125,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932984608,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":9118,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1205,""week"":""52"",""id"":""chart2""}]}",0,simple,bar,1,0,0,Positive,2.7,0,1,1,1.205,1.205,0,15,1,0.5,1,1,1 -2023-03-15 22:06:50,2023-03-15 22:25:11,0,100,1100,1,2023-03-15 22:25:11,R_3PpDKhmrEhMCUZQ,34.066,-117.8928,EN,1,22.273,,,,,15.122,100,100,62,49.801,36.501,1,1,106.894,-2,-3,155.261,-2,161.377,15.111,6,5,6,5,6,6,,39.467,5,6,5,5,5,5,I agree in trusting this visualization because it includes all relevant data in a way that I can generally understand/read it.,47.891,4,,15.224,2,7,3,4,1,5,6,27.753,2,6,7,7,2,4,8,7,,59.974,2,3,4,3,3,2,40.498,5,,7.495,2,1988,California,7,3,1,,9,,"Hispanic, Asian, White",17,2,1,londonspring@aol.com,192.757,5d4ac837d2844e0001ecf699,"{""startTime"":1678932792834,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932670463,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":14014},{""label"":""window_focused"",""time"":21155}]}","{""startTime"":1678932509506,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":24,""label"":""tour_started""},{""time"":8836,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1882,""week"":""1"",""id"":""chart""},{""time"":11249,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1117,""week"":""52"",""id"":""chart""},{""time"":17174,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1034,""week"":""52"",""id"":""chart""},{""time"":19639,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1416,""week"":""5"",""id"":""chart""},{""time"":22722,""label"":""tour_next"",""step"":2},{""time"":26478,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2268,""week"":""1"",""id"":""chart2""},{""time"":28843,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1134,""week"":""2"",""id"":""chart2""},{""time"":31107,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1383,""week"":""2"",""id"":""chart2""},{""time"":34550,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932654684,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,bar,0,2,0,Positive,2.8,0,0,0,0,0,0,15,1,0,0,1,1 -2023-03-15 22:15:49,2023-03-15 22:25:12,0,100,562,1,2023-03-15 22:25:12,R_xzUXATYZ8vud7dD,43.0127,-85.722,EN,1,12.334,1,4,2,9.027,15.014,70,50,17,33.115,26.18,1,1,59.696,-3,-3,69.419,-3,35.356,15.012,5,3,5,5,6,5,,37.282,4,5,5,3,5,5,Provided by CDC ,30.403,6,,10.736,2,7,3,4,1,5,6,28.027,3,9,8,5,8,5,10,9,,26.301,3,4,5,2,4,4,30.473,3,2,14.504,1,1965,Michigan,3,3,1,,7,,,7,4,2,,62.806,5bdf513338109a0001f474c8,"{""startTime"":1678933190167,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933136064,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933033475,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":19,""label"":""tour_started""},{""time"":9337,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2017,""week"":""1"",""id"":""chart""},{""time"":13141,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1498,""week"":""49"",""id"":""chart""},{""time"":17320,""label"":""tour_next"",""step"":2},{""time"":19677,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1517,""week"":""2"",""id"":""chart2""},{""time"":21943,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1183,""week"":""51"",""id"":""chart2""},{""time"":23966,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933120415,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":6998,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1335,""week"":""1"",""id"":""chart2""},{""time"":8366,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2400,""week"":""52"",""id"":""chart2""},{""time"":11090,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2093,""week"":""52"",""id"":""chart""},{""time"":13779,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1039,""week"":""52"",""id"":""chart2""}]}",1,simple,bar,1,0,0,Positive,3.7,0,4,4,6.867,1.71675,6781,15,1,0,0,1,1 -2023-03-15 22:18:50,2023-03-15 22:25:38,0,100,407,1,2023-03-15 22:25:38,R_1hZlA5UMtogNfvg,39.1094,-84.5718,EN,1,3.701,1,2,1,5.888,15.009,65,100,24,13.014,42.401,1,1,33.662,-2,-3,41.664,1,37.099,15.018,3,3,3,4,5,3,,19.741,3,3,2,7,7,3,I haven't done enough research about it to have an opinion either way.,21.396,2,,9.034,2,7,3,4,1,5,6,15.479,1,4,1,5,6,4,9,8,,21.22,1,1,1,5,2,1,20.751,2,1,11.232,2,1984,Ohio,7,3,1,,7,,,10,4,1,missjamieyoung@gmail.com,42.243,614f297f566989948fc108ad,"{""startTime"":1678933316583,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933275736,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933179621,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":6973,""label"":""hovered"",""timeHovered"":1615,""week"":""2021-12-13""},{""time"":13971,""label"":""hovered"",""timeHovered"":1533,""week"":""2022-01-24""},{""time"":17260,""label"":""tour_next"",""step"":5},{""time"":24315,""label"":""started_brush"",""startDate"":""2021-06-21"",""endDate"":""2021-10-24""},{""time"":26091,""label"":""moved_brush"",""startDate"":""2021-06-21"",""endDate"":""2021-09-12""},{""time"":26824,""label"":""tour_next"",""step"":5},{""time"":30776,""label"":""moved_brush"",""startDate"":""2021-09-28"",""endDate"":""2021-12-21""},{""time"":31874,""label"":""tour_next"",""step"":5},{""time"":35447,""label"":""cleared_brush"",""using"":""click""},{""time"":35448,""label"":""cleared_brush"",""using"":""Escape""},{""time"":36791,""label"":""tour_next"",""step"":5},{""time"":39808,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678933260112,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":6070,""label"":""cleared_brush"",""using"":""click""},{""time"":7887,""label"":""started_brush"",""startDate"":""2021-10-08"",""endDate"":""2021-12-07""},{""time"":10150,""label"":""started_brush"",""startDate"":""2021-05-29"",""endDate"":""2021-08-11""}]}",1,complex,line,0,0,0,Neutral,1.8,1,3,0,0,0,4080,15,1,0,1,1,3 -2023-03-15 22:14:27,2023-03-15 22:25:38,0,100,670,1,2023-03-15 22:25:38,R_1f1aLTm8AtuzVzN,46.9718,-124.157,EN,1,4.297,1,4,2,5.725,15.01,60,91,74,33.908,107.859,1,1,58.29,1,1,40.286,1,88.551,15.117,6,4,6,6,6,6,,43.136,5,6,6,7,4,5,"It seems to have all of the appropriate data, and seems to be in line with the data I saw in the New York Times during the same time period.",32.85,6,,9.856,2,7,3,4,1,5,6,19.176,7,8,9,10,9,8,11,10,,17.248,3,3,4,3,4,3,30.397,1,1,11.203,1,1969,Washington,6,1,1,,7,,,5,4,1,records@dblcrown.com,88.705,62db76a315d362749f584469,"{""startTime"":1678933212581,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":19800,""label"":""started_brush"",""startDate"":""2021-08-08"",""endDate"":""2021-08-11""}]}","{""startTime"":1678933151669,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932938332,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":9719,""label"":""tour_next"",""step"":5},{""time"":25158,""label"":""tour_back"",""step"":5},{""time"":28496,""label"":""hovered"",""timeHovered"":1178,""week"":""2021-08-30""},{""time"":31046,""label"":""hovered"",""timeHovered"":1128,""week"":""2021-09-06""},{""time"":32557,""label"":""hovered"",""timeHovered"":1534,""week"":""2021-09-20""},{""time"":37908,""label"":""hovered"",""timeHovered"":3081,""week"":""2022-01-03""},{""time"":43180,""label"":""tour_next"",""step"":5},{""time"":51019,""label"":""tour_back"",""step"":5},{""time"":61971,""label"":""tour_next"",""step"":5},{""time"":68481,""label"":""started_brush"",""startDate"":""2021-06-05"",""endDate"":""2021-10-18""},{""time"":69360,""label"":""tour_next"",""step"":5},{""time"":76501,""label"":""moved_brush"",""startDate"":""2021-04-20"",""endDate"":""2021-09-02""},{""time"":77532,""label"":""tour_next"",""step"":5},{""time"":85488,""label"":""cleared_brush"",""using"":""click""},{""time"":85491,""label"":""cleared_brush"",""using"":""Escape""},{""time"":86937,""label"":""tour_next"",""step"":5},{""time"":92606,""label"":""tour_end"",""step"":5},{""time"":95137,""label"":""hovered"",""timeHovered"":1210,""week"":""2022-01-31""},{""time"":100070,""label"":""hovered"",""timeHovered"":3632,""week"":""2022-01-10""}]}","{""startTime"":1678933136055,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line,0,1,0,Positive,3.3,0,0,0,0,0,0,15,1,1,1,1,3 -2023-03-15 22:12:22,2023-03-15 22:25:54,0,100,812,1,2023-03-15 22:25:55,R_1LHVRHuwrMhwsQO,39.6545,-78.7665,EN,1,6.605,,,,,15.108,86,100,77,23.944,44.75,1,1,54.468,1,-3,76.43,1,61.298,15.015,5,2,1,4,2,6,I just needed to realize that the two factors (insect & fungi) were added together and not two separate bars.,104.18,4,5,6,7,6,6,"I think once you see how the numbers are presented and what they mean, they are easy to follow. I do wish you didn't have to subtract the fungi from the insect to get to accurate insect count, but at least I know how the data is presented.",71.145,2,,14.617,2,7,3,4,1,5,6,21.65,5,8,9,9,8,8,9,9,,34.597,4,5,5,2,5,5,35.548,5,,12.3,1,1976,Maryland,4,2,1,,7,,,3,1,1,jeremynt17@msn.com,165.664,5bfc4058bab673000163c8af,"{""startTime"":1678932935831,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":91,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":12601,""week"":""2"",""id"":""chart""}]}","{""startTime"":1678933040787,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932797748,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":27,""label"":""tour_started""},{""time"":17594,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1017,""week"":""52"",""id"":""chart""},{""time"":18627,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1366,""week"":""51"",""id"":""chart""},{""time"":22721,""label"":""tour_next"",""step"":2},{""time"":30928,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932920145,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":4194,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1986,""week"":""52"",""id"":""chart""},{""time"":6212,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1055,""week"":""1"",""id"":""chart""}]}",0,moderate,bar,0,1,0,Positive,4.3,0,2,2,3.041,1.5205,2018,15,1,0.5,1,0.5,2 -2023-03-15 22:12:05,2023-03-15 22:25:55,0,100,830,1,2023-03-15 22:25:56,R_DpWSJH152xU3JDj,47.3014,-122.6062,EN,1,14.08,1,3,2,21.45,15.111,100,50,36,24.445,66.741,1,1,79.671,-3,1,154.431,1,42.349,15.014,3,3,2,3,3,3,I am not sure why we are not using the visualization data above for this set of questions,65.792,6,5,6,4,5,6,I trust scientific data and all that it includes. ,38.896,6,,28.784,2,7,3,4,1,5,6,28.201,7,9,8,8,8,5,10,10,,27.432,4,4,4,2,4,4,37.476,2,1,17.666,2,1958,Washington,5,2,1,,9,,Gig Harbor,14,4,1,pferrari58@gmail.com,81.848,62eed9e3e4c704bcef237b74,"{""startTime"":1678933136625,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933052478,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932814390,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":19257,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1749,""week"":""51"",""id"":""chart""},{""time"":22967,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3472,""week"":""52"",""id"":""chart""},{""time"":26460,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1563,""week"":""51"",""id"":""chart""},{""time"":29291,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1049,""week"":""50"",""id"":""chart""},{""time"":32097,""label"":""tour_next"",""step"":2},{""time"":41113,""label"":""tour_end"",""step"":2},{""time"":50676,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":9630,""week"":""52"",""id"":""chart""},{""time"":60325,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3581,""week"":""51"",""id"":""chart""}]}","{""startTime"":1678933036918,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar,1,0,0,Positive,3.7,0,0,0,0,0,0,15,1,0.5,1,0.5,2 -2023-03-15 22:16:02,2023-03-15 22:25:59,0,100,597,1,2023-03-15 22:26:00,R_RCin6YeQvqjkusN,41.6133,-87.0446,EN,1,10.063,,,,,15.027,85,87,50,20.48,27.124,1,1,59.646,1,1,86.418,1,100.151,15.023,4,4,4,5,5,4,,31.724,3,5,3,3,3,4,I don't know the context nor who performed the research.,33.448,4,,8.044,2,7,3,4,1,5,6,25.725,6,6,8,8,8,4,10,9,,20.429,4,3,5,3,3,3,23.06,4,,7.231,2,1961,Indiana,7,1,1,,7,,,9,5,2,,70.767,609c6cc79875c8f0ba5d2242,"{""startTime"":1678933202343,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933149909,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933019540,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":15210,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1373,""week"":""4"",""id"":""chart""},{""time"":18460,""label"":""tour_next"",""step"":2},{""time"":23561,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933134326,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":9133,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5429,""week"":""52"",""id"":""chart""}]}",0,moderate,bar,1,0,0,Negative,3.5,0,1,1,5.429,5.429,0,15,1,1,1,1,2 -2023-03-15 22:17:55,2023-03-15 22:26:11,0,100,495,1,2023-03-15 22:26:11,R_Oe6gRD8JcG59CM1,38.6287,-90.1988,EN,1,6.495,1,2,2,3.847,15.02,89,88,67,18.339,20.627,1,1,45.908,-2,-2,43.582,1,144.643,15.008,6,3,1,6,6,5,,13.791,5,6,6,5,4,5,"It seems scientific, it provides a good amount of information and it provides it in a clear manner.",26.1,5,,5.185,2,7,3,4,1,5,6,12.658,2,2,1,2,4,1,10,9,,19.3,5,5,5,1,5,5,10.799,1,1,6.335,3,1977,Missouri,3,2,1,,7,,,5,4,2,,45.342,5589a309fdf99b7ae5007c33,"{""startTime"":1678933262291,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933219141,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":1257,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1463,""week"":""4"",""id"":""chart""}]}","{""startTime"":1678933138492,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":21,""label"":""tour_started""},{""time"":7655,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2682,""week"":""52"",""id"":""chart""},{""time"":15303,""label"":""tour_next"",""step"":2},{""time"":18025,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933203463,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar,1,2,0,Positive,4.3,0,0,0,0,0,0,15,1,0,1,0,2 -2023-03-15 22:03:37,2023-03-15 22:26:26,0,100,1369,1,2023-03-15 22:26:27,R_7aH75gihyw78gNP,38.6283,-121.3307,EN,1,105.357,1,2,2,8.848,15.107,50,54,26,108.431,281.07,-2,-3,75.789,-3,-3,81.635,1,60.4,15.006,3,3,7,5,5,7,,55.67,7,5,4,7,7,3,"I don't know how this info was collected, how it was reported, where it came from, who compiled it, or whether or not it was skewed. I also don't trust information compiled by the government unless it can be independently verified.",71.222,6,,11.944,2,7,3,4,1,5,6,27.93,1,2,2,6,1,6,10,9,,48.505,5,5,5,1,5,5,38.324,4,4,27.883,2,1957,California,6,2,1,,7,,,14,4,1,639aa4b8f52bdf60b603c9b1@email.prolific.co,219.631,639aa4b8f52bdf60b603c9b1,"{""startTime"":1678932987483,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932827228,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":29,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4323,""week"":""52"",""id"":""chart""},{""time"":4688,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3097,""week"":""51"",""id"":""chart""}]}","{""startTime"":1678932468863,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":32183,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3199,""week"":""50"",""id"":""chart""},{""time"":36267,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1649,""week"":""34"",""id"":""chart""},{""time"":46016,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4782,""week"":""4"",""id"":""chart""},{""time"":74874,""label"":""tour_next"",""step"":5},{""time"":111913,""label"":""cleared_brush"",""using"":""Click""},{""time"":114704,""label"":""cleared_brush"",""using"":""Click""},{""time"":127767,""label"":""started_brush"",""startDate"":""2021-11-29"",""endDate"":""2022-02-04""},{""time"":152842,""label"":""moved_brush"",""startDate"":""2021-11-20"",""endDate"":""2022-01-26""},{""time"":158845,""label"":""moved_brush"",""startDate"":""2021-12-01"",""endDate"":""2022-02-06""},{""time"":162706,""label"":""tour_next"",""step"":5},{""time"":178265,""label"":""moved_brush"",""startDate"":""2021-12-01"",""endDate"":""2022-01-31""},{""time"":182099,""label"":""moved_brush"",""startDate"":""2021-12-07"",""endDate"":""2022-01-31""},{""time"":188954,""label"":""moved_brush"",""startDate"":""2021-12-06"",""endDate"":""2022-01-30""},{""time"":190403,""label"":""tour_next"",""step"":5},{""time"":221364,""label"":""cleared_brush"",""using"":""Click""},{""time"":223352,""label"":""tour_next"",""step"":5},{""time"":232419,""label"":""tour_end"",""step"":5},{""time"":233755,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3635,""week"":""2"",""id"":""chart""},{""time"":237816,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":15091,""week"":""52"",""id"":""chart""},{""time"":257631,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2728,""week"":""33"",""id"":""chart""},{""time"":263675,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2230,""week"":""14"",""id"":""chart""},{""time"":266426,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4930,""week"":""24"",""id"":""chart""},{""time"":273410,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1795,""week"":""24"",""id"":""chart""}]}","{""startTime"":1678932811712,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":2779,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":9939,""week"":""1"",""id"":""chart""}]}",1,complex,bar,1,0,0,Negative,4.3,0,1,1,9.939,9.939,0,15,0,0,1,1,3 -2023-03-15 22:02:53,2023-03-15 22:26:47,0,100,1433,1,2023-03-15 22:26:47,R_3JwObxfdgpysLjZ,48.3595,-114.1884,EN,1,41.142,,,,,15.011,95,74,62,71.642,75.6,-1,1,135.441,-3,1,58.903,1,114.356,15.014,3,7,3,2,5,2,,80.939,2,4,5,7,3,4,"I chose ""slightly agree"" because the instructions said to assume I trust the data. Something I can't put my finger on seems missing, though.",103.254,5,,21.755,2,7,3,4,1,5,6,35.915,3,7,7,5,4,3,9,5,I trust the Democratic Party (8) much more than the current Republican party (1).,139.245,2,3,5,2,4,3,85.77,2,,14.673,2,1956,Montana,6,1,1,,7,,,3,4,1,claritywritten@gmail.com,200.26,63d87654c14b742db0fba872,"{""startTime"":1678932475458,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932558472,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932320335,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":32,""label"":""tour_started""},{""time"":25079,""label"":""hovered"",""timeHovered"":2485,""week"":""2021-12-27""},{""time"":28950,""label"":""hovered"",""timeHovered"":5324,""week"":""2022-01-10""},{""time"":36676,""label"":""hovered"",""timeHovered"":6524,""week"":""2022-01-17""},{""time"":46634,""label"":""tour_next"",""step"":2},{""time"":54264,""label"":""tour_end"",""step"":2},{""time"":56570,""label"":""hovered"",""timeHovered"":1466,""week"":""2022-01-31""},{""time"":60773,""label"":""hovered"",""timeHovered"":2036,""week"":""2021-04-12""},{""time"":68738,""label"":""hovered"",""timeHovered"":1230,""week"":""2021-10-18""}]}","{""startTime"":1678932458895,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":4564,""label"":""hovered"",""timeHovered"":2572,""week"":""2021-06-21""},{""time"":7536,""label"":""hovered"",""timeHovered"":1401,""week"":""2021-05-31""},{""time"":8938,""label"":""hovered"",""timeHovered"":2419,""week"":""2021-06-14""},{""time"":11461,""label"":""hovered"",""timeHovered"":2482,""week"":""2021-08-16""}]}",0,moderate,line,0,0,0,Negative,3.2,0,4,4,8.874,2.2185,6897,15,0.5,0.5,1,0.5,2 -2023-03-15 22:11:17,2023-03-15 22:27:00,0,100,942,1,2023-03-15 22:27:01,R_xsavud1viZoDwyt,39.7351,-105.0269,EN,1,9.747,1,4,2,8.777,15.012,85,100,84,38.454,155.381,-2,1,72.255,-3,-3,152.056,1,47.799,15.011,5,5,5,5,5,5,No additional comments.,55.919,5,6,6,6,5,6,Because it came from the CDC.,23.259,6,No additional comments.,18.953,2,7,3,4,1,5,6,19.148,5,9,9,8,7,5,10,10,These are very general categories and my answers might vary if specific people were mentioned.,110.521,5,5,5,1,5,5,34.703,2,1,13.653,1,1956,Colorado,3,2,1,,7,,,4,4,1,5de5dba9ff87c15699804260@email.prolific.co,78.164,5de5dba9ff87c15699804260,"{""startTime"":1678933053705,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932984286,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932764676,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":27,""label"":""tour_started""},{""time"":71,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1840,""week"":""50"",""id"":""chart""},{""time"":13507,""label"":""tour_next"",""step"":5},{""time"":34482,""label"":""cleared_brush"",""using"":""Click""},{""time"":40945,""label"":""tour_back"",""step"":5},{""time"":42865,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5098,""week"":""52"",""id"":""chart""},{""time"":48452,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6780,""week"":""52"",""id"":""chart""},{""time"":55287,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1534,""week"":""51"",""id"":""chart""},{""time"":59049,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1836,""week"":""6"",""id"":""chart""},{""time"":62011,""label"":""tour_next"",""step"":5},{""time"":73289,""label"":""started_brush"",""startDate"":""2021-09-23"",""endDate"":""2021-11-02""},{""time"":77955,""label"":""tour_next"",""step"":5},{""time"":97516,""label"":""moved_brush"",""startDate"":""2021-10-04"",""endDate"":""2021-11-02""},{""time"":101521,""label"":""moved_brush"",""startDate"":""2021-10-02"",""endDate"":""2021-10-30""},{""time"":103070,""label"":""tour_next"",""step"":5},{""time"":114131,""label"":""cleared_brush"",""using"":""Click""},{""time"":114131,""label"":""cleared_brush"",""using"":""Escape""},{""time"":117548,""label"":""tour_next"",""step"":5},{""time"":127700,""label"":""tour_end"",""step"":5},{""time"":130726,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1086,""week"":""3"",""id"":""chart""},{""time"":138751,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2084,""week"":""38"",""id"":""chart""},{""time"":147972,""label"":""started_brush"",""startDate"":""2021-12-04"",""endDate"":""2021-12-11""}]}","{""startTime"":1678932968727,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar,1,0,0,Positive,4.3,0,0,0,0,0,0,15,0.5,0,1,1,3 -2023-03-15 22:08:35,2023-03-15 22:27:11,0,100,1115,1,2023-03-15 22:27:11,R_3DcmpiXm8gQB9CT,40.7876,-74.06,EN,1,42.845,2,,2,5.748,15.018,86,95,58,102.916,180.443,1,1,177.722,-2,1,58.856,1,52.595,15.007,5,4,5,6,5,5,,49.486,4,6,5,5,3,5,Cause it's trustful information.,64.05,4,,22.094,2,7,3,4,1,5,6,41.055,5,6,9,6,4,8,7,9,,42.658,2,3,3,4,4,3,48.05,7,1,19.695,1,1960,New Jersey,5,2,1,,7,,,6,3,1,MayB4Me@yahoo.com,106.616,5ba345bcf07414000106135e,"{""startTime"":1678932949880,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933000070,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932699989,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":30374,""label"":""hovered"",""timeHovered"":4406,""week"":""2021-12-13""},{""time"":36348,""label"":""hovered"",""timeHovered"":9344,""week"":""2021-11-29""},{""time"":47500,""label"":""tour_next"",""step"":5},{""time"":95394,""label"":""cleared_brush"",""using"":""click""},{""time"":98401,""label"":""cleared_brush"",""using"":""click""},{""time"":116171,""label"":""started_brush"",""startDate"":""2021-09-22"",""endDate"":""2022-02-13""},{""time"":118812,""label"":""tour_next"",""step"":5},{""time"":131108,""label"":""moved_brush"",""startDate"":""2021-09-22"",""endDate"":""2022-02-13""},{""time"":133944,""label"":""moved_brush"",""startDate"":""2021-09-22"",""endDate"":""2022-02-13""},{""time"":136635,""label"":""moved_brush"",""startDate"":""2021-10-03"",""endDate"":""2022-02-13""},{""time"":137788,""label"":""tour_next"",""step"":5},{""time"":154356,""label"":""moved_brush"",""startDate"":""2021-10-03"",""endDate"":""2022-02-13""},{""time"":162114,""label"":""cleared_brush"",""using"":""click""},{""time"":162122,""label"":""cleared_brush"",""using"":""Escape""},{""time"":165099,""label"":""tour_next"",""step"":5},{""time"":177179,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678932934359,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line,1,0,0,Positive,3.2,0,0,0,0,0,0,15,1,0.5,1,1,3 -2023-03-15 22:15:11,2023-03-15 22:27:18,0,100,726,1,2023-03-15 22:27:18,R_2D0426ZofRM28re,39.1027,-94.5778,EN,1,15.245,,,,,15.011,100,90,41,26.315,50.786,1,1,51.411,1,1,49.079,-1,37.934,15.012,3,3,3,5,6,3,,32.833,5,6,3,3,7,3,"I don't know enough about the subject to know if the data is accurate. There's no reason for me to think it's incorrect, but I can't say that I know it is correct.",79.597,5,,39.785,2,7,3,4,1,5,6,36.196,3,5,5,5,5,3,9,9,,39.159,5,5,5,1,5,4,39.622,2,,5.271,2,1977,Missouri,6,3,1,,9,,Gladstone,6,3,1,andil77@hotmail.com,119.028,6171da4573cf08b98b35ed1a,"{""startTime"":1678933297499,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933179912,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":19819},{""label"":""window_focused"",""time"":23095}]}","{""startTime"":1678933061197,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":15181,""label"":""tour_next"",""step"":2},{""time"":22354,""label"":""tour_end"",""step"":2},{""time"":28121,""label"":""hovered"",""timeHovered"":3365,""week"":""2022-01-03""}]}","{""startTime"":1678933164371,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":11428,""label"":""hovered"",""timeHovered"":1484,""week"":""2022-01-10""}]}",0,simple,line,0,1,0,Neutral,4.2,0,1,1,1.484,1.484,0,15,1,1,0,1,1 -2023-03-15 21:55:47,2023-03-15 22:27:22,0,100,1894,1,2023-03-15 22:27:23,R_1djpcqyvyjMqeGg,37.7042,-97.2778,EN,1,4.804,1,3,1,5.458,15.113,88,85,50,21.223,66.785,1,1,65.069,-3,-3,94.359,1,24.98,15.008,4,4,5,5,6,5,,61.201,3,5,4,2,3,4,"I trust the CDC. I don't trust anything completely, and I am not going to trust something that I see just because it says the data is from the CDC.",41.817,3,,10.166,2,7,3,4,1,5,6,15.307,4,6,6,6,8,3,8,7,,13.991,3,3,4,2,4,3,122.819,3,1,18.889,2,1983,Kansas,6,2,1,,7,,,5,4,1,5dea9fb3cb53ca1cda9f6116@email.prolific.co,64.135,5dea9fb3cb53ca1cda9f6116,"{""startTime"":1678932732341,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932794406,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":2613},{""label"":""window_focused"",""time"":411402}]}","{""startTime"":1678932583557,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":28182,""label"":""tour_next"",""step"":2},{""time"":35123,""label"":""tour_end"",""step"":2},{""time"":37614,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2766,""week"":""52"",""id"":""chart""},{""time"":40715,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1550,""week"":""1"",""id"":""chart""},{""time"":42351,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1048,""week"":""2"",""id"":""chart""},{""time"":46189,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6675,""week"":""52"",""id"":""chart2""},{""time"":52914,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1100,""week"":""1"",""id"":""chart2""},{""time"":61932,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1634,""week"":""17"",""id"":""chart2""}]}","{""startTime"":1678932716380,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar,1,0,0,Positive,3.2,0,0,0,0,0,0,15,1,0,1,1,1 -2023-03-15 22:16:56,2023-03-15 22:27:34,0,100,637,1,2023-03-15 22:27:34,R_1HnueyKLVTSRkf4,40.2389,-77.1935,EN,1,6.826,,,,,15.107,70,22,60,23.703,145.301,1,1,50.667,-3,1,79.45,1,37.394,15.111,5,5,5,4,4,5,,17.782,4,2,4,7,2,5,I would assume it to be accurate. It looks scientific and seems professional. ,24.719,2,,5.353,2,7,3,4,1,5,6,23.424,3,3,5,3,3,6,6,8,,14.123,1,2,3,4,2,2,17.058,6,,5.382,2,1981,Pennsylvania,5,1,1,,8,Carlisle,,7,1,2,,105.479,60838e2e91a6300001f9ac89,"{""startTime"":1678933277555,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933296250,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933076906,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":54,""label"":""tour_started""},{""time"":10403,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4930,""week"":""2"",""id"":""chart""},{""time"":19696,""label"":""tour_next"",""step"":5},{""time"":33481,""label"":""cleared_brush"",""using"":""Click""},{""time"":36616,""label"":""tour_back"",""step"":5},{""time"":36843,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1063,""week"":""51"",""id"":""chart""},{""time"":41891,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1344,""week"":""46"",""id"":""chart""},{""time"":43603,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1681,""week"":""51"",""id"":""chart""},{""time"":45307,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2259,""week"":""52"",""id"":""chart""},{""time"":49786,""label"":""tour_next"",""step"":5},{""time"":61694,""label"":""started_brush"",""startDate"":""2021-06-23"",""endDate"":""2021-09-17""},{""time"":62731,""label"":""tour_next"",""step"":5},{""time"":71703,""label"":""moved_brush"",""startDate"":""2021-10-01"",""endDate"":""2021-12-26""},{""time"":72540,""label"":""tour_next"",""step"":5},{""time"":81698,""label"":""cleared_brush"",""using"":""Click""},{""time"":83323,""label"":""tour_next"",""step"":5},{""time"":88124,""label"":""tour_end"",""step"":5},{""time"":123003,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1360,""week"":""51"",""id"":""chart""},{""time"":129234,""label"":""started_brush"",""startDate"":""2021-12-05"",""endDate"":""2022-02-07""},{""time"":135994,""label"":""moved_brush"",""startDate"":""2021-12-05"",""endDate"":""2022-02-07""},{""time"":136963,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":5306,""week"":""52"",""id"":""chart""},{""time"":142275,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1546,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678933261277,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":4166,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1562,""week"":""2"",""id"":""chart""},{""time"":5912,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1232,""week"":""1"",""id"":""chart""},{""time"":7160,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3481,""week"":""52"",""id"":""chart""}]}",0,complex,bar,1,1,0,Positive,2.3,0,3,3,6.275,2.091666666666667,2994,15,1,0.5,1,1,3 -2023-03-15 22:11:28,2023-03-15 22:27:38,0,100,970,1,2023-03-15 22:27:39,R_3qm7yBnA26l4Jzt,40.38,-75.2718,EN,1,3.825,1,2,2,7.37,15.006,68,2,55,31.68,72.185,1,1,63.748,-3,-3,60.468,-2,26.619,15.115,5,3,4,5,5,5,,46.272,4,5,5,4,7,5,It just seemed accurate in my opinion. It had a lot of data that seemed to coincide with what was happening in the world. ,32.898,6,,6.277,2,7,3,4,1,5,6,19.38,2,2,5,3,1,8,10,9,,17.201,3,4,5,4,4,4,371.498,2,3,25.546,2,1988,Pennsylvania,6,2,1,,7,,,7,4,1,jenniferspencer742@gmail.com,100.508,5f4a187b40b01f589fe766eb,"{""startTime"":1678932981270,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932912860,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932760287,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":6897,""label"":""tour_next"",""step"":2},{""time"":15493,""label"":""tour_end"",""step"":2},{""time"":16579,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2777,""week"":""50"",""id"":""chart""},{""time"":19534,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":24090,""week"":""51"",""id"":""chart""},{""time"":44407,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1206,""week"":""1"",""id"":""chart""},{""time"":47676,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":21979,""week"":""52"",""id"":""chart2""},{""time"":69699,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1120,""week"":""1"",""id"":""chart2""}]}","{""startTime"":1678932897257,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar,0,1,0,Positive,4,0,0,0,0,0,0,15,1,0,0,1,1 -2023-03-15 22:18:40,2023-03-15 22:27:45,0,100,545,1,2023-03-15 22:27:46,R_1MSROdXcSW6Qd0w,28.1131,-81.6241,EN,1,5.616,,,,,15.008,79,91,50,15.798,30.81,1,1,91.985,-3,1,72.343,1,37.24,15.01,3,2,3,4,5,3,,27.662,3,5,5,7,3,5,"Because you said ""assume i trust this visualization"" So, in this situation, i am agreeing with the statement, i trust this visualization.",43.999,4,,6.843,2,7,3,4,1,5,6,13.894,5,4,4,4,5,1,10,10,,21.888,3,3,4,4,4,3,35.645,2,,3.589,1,1982,Florida,3,2,1,,7,,,4,4,1,5ba2877a7590cc0001b50d0f@email.prolific.co,62.041,5ba2877a7590cc0001b50d0f,"{""startTime"":1678933303156,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933331745,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933164069,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":8892,""label"":""hovered"",""timeHovered"":1761,""week"":""2021-08-30""},{""time"":13106,""label"":""hovered"",""timeHovered"":1381,""week"":""2022-01-10""},{""time"":18043,""label"":""tour_next"",""step"":2},{""time"":23120,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933287637,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":6744,""label"":""hovered"",""timeHovered"":3863,""week"":""2022-01-03""},{""time"":10644,""label"":""hovered"",""timeHovered"":1126,""week"":""2022-01-03""}]}",0,simple,line,0,0,0,Neutral,3.5,0,2,2,4.989,2.4945,3900,15,1,0.5,1,1,1 -2023-03-15 22:13:19,2023-03-15 22:27:53,0,100,874,1,2023-03-15 22:27:53,R_3jfezqWCPQX2j0f,37.8051,-122.272,EN,1,21.574,,,,,15.027,94,88,78,22.247,176.298,1,1,93.641,-2,-3,106.204,1,54.346,15.015,5,7,6,3,6,5,,25.386,5,5,5,7,7,5,It is detailed and broken down into multiple data sets ,25.469,2,Thank you for the opportunity,33.531,2,7,3,4,1,5,6,40.154,6,7,6,7,7,6,10,8,,30.488,4,4,2,1,4,4,31.352,1,,4.703,1,1970,California,6,2,1,,3,,,16,4,1,,101.3,62fee4976ce0883ebbc86e20,"{""startTime"":1678933120310,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933146940,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932871200,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":95,""label"":""tour_started""},{""time"":22453,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5192,""week"":""2"",""id"":""chart""},{""time"":31164,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1632,""week"":""31"",""id"":""chart""},{""time"":36249,""label"":""tour_next"",""step"":5},{""time"":57268,""label"":""started_brush"",""startDate"":""2021-06-16"",""endDate"":""2021-07-24""},{""time"":59425,""label"":""tour_next"",""step"":5},{""time"":71477,""label"":""cleared_brush"",""using"":""Click""},{""time"":96967,""label"":""cleared_brush"",""using"":""Click""},{""time"":113135,""label"":""cleared_brush"",""using"":""Click""},{""time"":131819,""label"":""started_brush"",""startDate"":""2021-05-10"",""endDate"":""2021-07-29""},{""time"":139062,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-06-24""},{""time"":142259,""label"":""tour_next"",""step"":5},{""time"":148421,""label"":""cleared_brush"",""using"":""Click""},{""time"":148422,""label"":""cleared_brush"",""using"":""Escape""},{""time"":151060,""label"":""tour_next"",""step"":5},{""time"":156190,""label"":""tour_end"",""step"":5},{""time"":163472,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":4345,""week"":""38"",""id"":""chart""}]}","{""startTime"":1678933103901,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,bar,0,1,0,Positive,3.2,0,0,0,0,0,0,15,1,0,1,1,3 -2023-03-15 22:02:16,2023-03-15 22:28:14,0,100,1557,1,2023-03-15 22:28:15,R_28SyaPrlkQmutjV,41.1683,-87.8779,EN,1,6.451,,,,,15.126,77,84,60,28.427,137.087,1,1,131.391,-3,-3,56.522,1,103.847,15.019,5,2,5,5,6,5,,147.806,5,5,5,4,5,6,The data is presented in a way that is easy to understand.,23.909,5,,9.294,2,7,3,4,1,5,6,163.126,6,8,2,9,9,3,10,10,,74.841,2,3,4,3,3,3,38.869,2,,6.329,1,1985,Illinois,2,2,1,,7,,,7,4,1,61128c2c056a6993a3868078@email.prolific.co,219.902,61128c2c056a6993a3868078,"{""startTime"":1678932780707,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":107617,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1862,""week"":""4"",""id"":""chart""}]}","{""startTime"":1678932404046,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932193603,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":10993,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1222,""week"":""46"",""id"":""chart""},{""time"":15391,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3710,""week"":""33"",""id"":""chart""},{""time"":21033,""label"":""tour_next"",""step"":2},{""time"":51649,""label"":""tour_end"",""step"":2},{""time"":53821,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1227,""week"":""1"",""id"":""chart""}]}","{""startTime"":1678932388327,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,bar,0,1,0,Positive,3,0,0,0,0,0,0,15,1,0,1,0,2 -2023-03-15 22:17:08,2023-03-15 22:28:23,0,100,675,1,2023-03-15 22:28:24,R_1ptei3yvCzdTEd8,29.4032,-98.508,EN,1,5.497,1,4,2,8.402,15.016,84,100,48,26.494,38.902,-2,1,49.167,-3,-3,69.854,-3,46.951,15.008,3,4,4,5,5,5,n/a,39.914,5,6,5,5,5,5,I somewhat trust this visualization in this instance. I feel like this showed way less case numbers than the reality though.,99.875,1,n/a,19.966,2,7,3,4,1,5,6,14.887,1,1,1,2,1,2,11,5,n/a,20.725,3,3,2,2,3,3,39.87,2,1,16.975,2,1979,Texas,4,3,1,,7,,,5,4,2,,93.075,6365a371d807016cebfdb16c,"{""startTime"":1678933205779,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933246386,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933100856,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":35,""label"":""tour_started""},{""time"":25648,""label"":""tour_next"",""step"":2},{""time"":27679,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3181,""week"":""51"",""id"":""chart2""},{""time"":32010,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1050,""week"":""50"",""id"":""chart2""},{""time"":36929,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933190181,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar,0,1,0,Neutral,2.7,0,0,0,0,0,0,15,0.5,0,0,0.5,1 -2023-03-15 22:19:41,2023-03-15 22:28:42,0,100,540,1,2023-03-15 22:28:42,R_1C2UHZYM1QfpEl0,42.3737,-71.1284,EN,1,7.459,,,,,15.109,80,79,65,27.799,20.886,1,-2,69.523,-3,-3,73.639,1,48.031,15.017,3,4,3,3,5,3,,22.677,3,5,4,3,5,3,I don't know if the figures are accurate; therefore I can't know whether the visualization is accurate. ,20.122,4,,6.682,2,7,3,4,1,5,6,13.911,4,7,1,5,6,4,8,8,,19.48,4,4,5,2,3,4,19.8,1,,3.682,1,1971,Massachusetts,9,3,1,,7,,,17,4,1,neil4pleasure@gmail.com,40.604,58d876b14240e50001190090,"{""startTime"":1678933425727,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933448804,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933318997,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":6647,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3265,""week"":""1"",""id"":""chart""},{""time"":10825,""label"":""tour_next"",""step"":2},{""time"":14040,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1347,""week"":""50"",""id"":""chart2""},{""time"":16065,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1214,""week"":""1"",""id"":""chart2""},{""time"":18393,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933410117,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,bar,0,1,0,Negative,3.7,0,0,0,0,0,0,15,0.5,0,1,0.5,1 -2023-03-15 22:17:46,2023-03-15 22:28:51,0,100,665,1,2023-03-15 22:28:52,R_5nkT0xg0LJA6GM9,30.2423,-97.7672,EN,1,35.738,,,,,15.008,100,100,50,31.508,27.966,1,1,50.727,1,1,103.873,1,69.16,15.007,5,5,7,5,6,5,,30.184,3,5,5,7,7,5,The data was from the Department of Agriculture and I would believe that to be credible source of information for this study,65.113,4,,7.856,2,7,3,4,1,5,6,21.909,6,6,5,6,6,7,10,8,,36.629,4,4,4,2,4,4,31.476,5,,7.836,2,1970,Texas,6,3,1,,7,,,8,2,1,amanda78748@gmail.com,57.167,5f2f6bd965964e35e20c7445,"{""startTime"":1678933304548,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":2953,""label"":""hovered"",""timeHovered"":1390,""week"":""2022-01-03""},{""time"":5280,""label"":""hovered"",""timeHovered"":1167,""week"":""2022-01-03""}]}","{""startTime"":1678933335585,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933156394,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":10002,""label"":""tour_next"",""step"":2},{""time"":16706,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933289065,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,line,1,0,0,Positive,3.7,0,0,0,0,0,0,15,1,1,1,1,2 -2023-03-15 22:14:10,2023-03-15 22:28:58,0,100,887,1,2023-03-15 22:28:58,R_vC7LPxgYcRHXmVz,40.38,-75.2718,EN,1,21.492,,,,,15.111,100,78,58,25.3,104.195,1,1,77.087,1,1,80.872,1,55.094,15.012,4,6,4,5,6,4,,34.122,6,5,5,1,1,4,"well considering i know nothing about fungi and these 3 bugs's lives in croatia (altho I am familiar with them in my own life in PA), id have to take your word for it that it was accurate. if i saw this in a textbook or on the website of a scientist than i would accept it as accurate. it is a lovely graph but a survey showing it to me does not make it really real.",134.407,2,,11.455,2,7,3,4,1,5,6,23.794,4,6,2,3,4,4,10,7,,32.336,2,2,4,4,2,2,41.844,1,,3.797,2,1955,Pennsylvania,6,1,1,,7,,,8,3,2,,76.918,62b341383dad27265a7a75cb,"{""startTime"":1678933342384,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933099868,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":66270,""label"":""started_brush"",""startDate"":""2021-08-09"",""endDate"":""2021-09-15""},{""time"":69315,""label"":""started_brush"",""startDate"":""2021-10-07"",""endDate"":""2022-01-06""},{""time"":71556,""label"":""started_brush"",""startDate"":""2021-05-08"",""endDate"":""2021-07-18""}]}","{""startTime"":1678932924151,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":12892,""label"":""hovered"",""timeHovered"":2451,""week"":""2022-01-10""},{""time"":22811,""label"":""tour_next"",""step"":5},{""time"":44332,""label"":""started_brush"",""startDate"":""2021-07-30"",""endDate"":""2021-10-09""},{""time"":45250,""label"":""tour_next"",""step"":5},{""time"":50964,""label"":""moved_brush"",""startDate"":""2021-08-26"",""endDate"":""2021-11-05""},{""time"":51762,""label"":""tour_next"",""step"":5},{""time"":57653,""label"":""moved_brush"",""startDate"":""2021-06-01"",""endDate"":""2021-08-10""},{""time"":59932,""label"":""moved_brush"",""startDate"":""2021-09-30"",""endDate"":""2021-12-10""},{""time"":70404,""label"":""cleared_brush"",""using"":""click""},{""time"":70411,""label"":""cleared_brush"",""using"":""Escape""},{""time"":73284,""label"":""tour_next"",""step"":5},{""time"":80818,""label"":""tour_end"",""step"":5},{""time"":92890,""label"":""started_brush"",""startDate"":""2021-07-05"",""endDate"":""2021-09-26""},{""time"":101821,""label"":""started_brush"",""startDate"":""2021-05-04"",""endDate"":""2021-06-13""}]}","{""startTime"":1678933084332,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line,1,0,0,Positive,2.7,0,0,0,0,0,0,15,1,1,1,1,3 -2023-03-15 22:19:55,2023-03-15 22:29:16,0,100,560,1,2023-03-15 22:29:16,R_1MRj4wCeBagnUCO,33.3124,-111.9195,EN,1,6.728,,,,,15.01,50,82,50,17.775,15.87,1,1,42.186,-2,1,49.659,1,81.785,15.011,5,7,7,5,5,5,,21.733,5,5,3,7,3,5,"The data seems to be presented accurately. Therefore, I feel I can trust it",57.044,4,,9.447,2,7,3,4,1,5,6,19.986,4,4,8,9,4,6,8,8,,23.594,3,3,4,3,4,3,34.265,3,,6.601,2,1959,Arizona,4,2,1,,7,,,6,3,1,601736d3f57edd250d376de9@email.prolific.co,86.745,601736d3f57edd250d376de9,"{""startTime"":1678933330837,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933353361,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933248244,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":10871,""label"":""tour_next"",""step"":2},{""time"":14327,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933314965,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":13120,""label"":""hovered"",""timeHovered"":2313,""week"":""2022-01-10""}]}",0,moderate,line,1,0,0,Positive,3.3,0,1,1,2.313,2.313,0,15,1,0.5,1,0.5,2 -2023-03-15 22:10:58,2023-03-15 22:29:40,0,100,1121,1,2023-03-15 22:29:40,R_3qe2ANcjn8N7xTZ,36.0571,-86.6729,EN,1,72.737,,,,,15.201,93,68,50,71.354,78.394,-2,1,73.629,-3,-3,122.375,1,86.973,15.118,4,4,4,4,4,4,"I didn't remember seeing the source for the information before, but I do see it now underneath the graphs.",128.974,2,5,4,7,7,4,I don't recall a source for the provided information.,69.1,5,no additional comments,36.435,2,7,3,4,1,5,6,35.801,5,7,8,7,6,7,9,6,no additional comments,54.655,3,4,4,3,4,4,49.278,4,,32.888,2,1970,Tennessee,4,2,1,,7,,,7,4,1,579a4c6a82f7f90001ee9d92@email.prolific.co,89.416,579a4c6a82f7f90001ee9d92,"{""startTime"":1678933130846,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933001201,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932831863,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":9090,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5749,""week"":""35"",""id"":""chart""},{""time"":15473,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3433,""week"":""1"",""id"":""chart""},{""time"":18940,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3816,""week"":""52"",""id"":""chart""},{""time"":23906,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5050,""week"":""22"",""id"":""chart""},{""time"":30196,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":9026,""week"":""52"",""id"":""chart""},{""time"":43137,""label"":""tour_next"",""step"":2},{""time"":51839,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4067,""week"":""52"",""id"":""chart2""},{""time"":56606,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1033,""week"":""49"",""id"":""chart2""},{""time"":63389,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1667,""week"":""42"",""id"":""chart2""},{""time"":76389,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932985438,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":2261,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3124,""week"":""4"",""id"":""chart""},{""time"":6557,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2093,""week"":""50"",""id"":""chart""}]}",0,simple,bar,1,0,0,Negative,3.7,0,2,2,5.217,2.6085,4296,15,0.5,0,1,0.5,1 -2023-03-15 22:11:27,2023-03-15 22:30:25,0,100,1138,1,2023-03-15 22:30:26,R_2QPz0YOO8Uu0YCT,41.7965,-71.4304,EN,1,68.732,1,4,2,38.371,15.011,68,82,49,71.4,101.533,1,1,76.546,-3,-3,119.256,1,57.069,15.014,5,4,4,4,6,5,,114.647,3,5,4,2,3,5,"If the data is sound, I don't see any sort of distortions in the way it is presented, and all the numbers are available for inspection.",96.414,5,,11.069,2,7,3,4,1,5,6,31.607,3,5,4,6,4,6,9,7,,55.906,4,3,5,2,4,4,38.154,2,2,18.105,1,1975,Massachusetts,7,3,1,,7,,,5,4,2,,71.463,5c55b95b91c0ad0001cf86ab,"{""startTime"":1678933298038,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":34626,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3889,""week"":""40"",""id"":""chart2""}]}","{""startTime"":1678933098919,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":54,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1110,""week"":""52"",""id"":""chart""},{""time"":36173,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1737,""week"":""1"",""id"":""chart""},{""time"":57010,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1834,""week"":""52"",""id"":""chart2""}]}","{""startTime"":1678932903328,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":20,""label"":""tour_started""},{""time"":8906,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1251,""week"":""5"",""id"":""chart""},{""time"":11441,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2086,""week"":""2"",""id"":""chart""},{""time"":22806,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1131,""week"":""37"",""id"":""chart""},{""time"":23987,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1368,""week"":""38"",""id"":""chart""},{""time"":27857,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3253,""week"":""48"",""id"":""chart""},{""time"":35000,""label"":""tour_next"",""step"":2},{""time"":39885,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4988,""week"":""51"",""id"":""chart2""},{""time"":53716,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1350,""week"":""29"",""id"":""chart2""},{""time"":55100,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1084,""week"":""30"",""id"":""chart2""},{""time"":61155,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1119,""week"":""50"",""id"":""chart2""},{""time"":64358,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1252,""week"":""1"",""id"":""chart2""},{""time"":65760,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2769,""week"":""2"",""id"":""chart2""},{""time"":72717,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2603,""week"":""6"",""id"":""chart2""},{""time"":81164,""label"":""tour_end"",""step"":2},{""time"":88058,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4122,""week"":""52"",""id"":""chart""},{""time"":94221,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1167,""week"":""1"",""id"":""chart""},{""time"":98010,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1504,""week"":""52"",""id"":""chart2""}]}","{""startTime"":1678933083120,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":10871,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3569,""week"":""50"",""id"":""chart""},{""time"":14490,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1066,""week"":""51"",""id"":""chart""}]}",1,simple,bar,1,1,0,Positive,3.7,0,2,2,4.635,2.3175,3619,15,1,0,1,1,1 -2023-03-15 22:21:34,2023-03-15 22:31:19,0,100,584,1,2023-03-15 22:31:19,R_byGFAFWpG8xfaQF,42.055,-87.6951,EN,1,7.244,,,,,15.012,73,85,75,44.549,25.007,1,1,46.016,-3,-3,54.76,1,37.694,15.01,3,7,3,3,7,3,none,27.991,3,4,4,3,3,3,"I like to understand where sources of data come from, how studies were conducted. I just want more data to make an informed decision.",71.6,4,none,12.721,2,7,3,4,1,5,6,23.942,2,2,2,2,2,5,8,5,none,53.244,3,3,4,3,3,3,20.943,5,,5.367,1,1973,Illinois,3,3,1,,7,,,7,4,1,5fbb89e20ddd50a66ab62a67@email.prolific.co,81.995,5fbb89e20ddd50a66ab62a67,"{""startTime"":1678933547645,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933455312,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":177,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1298,""week"":""1"",""id"":""chart""}]}","{""startTime"":1678933368061,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":9413,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2799,""week"":""1"",""id"":""chart""},{""time"":12401,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2544,""week"":""52"",""id"":""chart""},{""time"":16100,""label"":""tour_next"",""step"":2},{""time"":21967,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933439984,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":6742,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5863,""week"":""52"",""id"":""chart2""}]}",0,simple,bar,1,0,0,Negative,3.2,0,1,1,5.863,5.863,0,15,1,0,1,1,1 -2023-03-15 22:20:28,2023-03-15 22:31:22,0,100,653,1,2023-03-15 22:31:22,R_2dAaRFKcxotCF4P,33.5631,-84.5832,EN,1,17.167,2,,2,4.801,15.069,63,65,0,33.264,140.646,-2,1,34.449,1,1,75.51,1,55.31,15.11,7,7,1,5,6,1,,28.692,4,5,4,7,2,3,I don't trust the criteria that are being used to collect the data in the first place.,39.965,5,,7.968,2,7,3,4,1,5,6,19.297,1,1,7,3,2,6,9,7,,20.503,4,4,4,2,5,4,22.807,7,5,13.002,2,1982,Georgia,6,1,1,,7,,,11,4,1,adbrady22@gmail.com,43.651,605776c7ffd8cb64476fc73f,"{""startTime"":1678933601624,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933533526,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933319252,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":48,""label"":""tour_started""},{""time"":41632,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3553,""week"":""35"",""id"":""chart""},{""time"":47080,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":9988,""week"":""1"",""id"":""chart""},{""time"":57987,""label"":""tour_next"",""step"":5},{""time"":76025,""label"":""started_brush"",""startDate"":""2021-07-28"",""endDate"":""2021-10-03""},{""time"":77533,""label"":""started_brush"",""startDate"":""2021-12-16"",""endDate"":""2022-02-07""},{""time"":78787,""label"":""tour_next"",""step"":5},{""time"":86102,""label"":""moved_brush"",""startDate"":""2021-08-16"",""endDate"":""2021-10-07""},{""time"":88217,""label"":""tour_next"",""step"":5},{""time"":98687,""label"":""cleared_brush"",""using"":""Click""},{""time"":98688,""label"":""cleared_brush"",""using"":""Escape""},{""time"":100681,""label"":""tour_next"",""step"":5},{""time"":107299,""label"":""tour_end"",""step"":5},{""time"":108049,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1373,""week"":""52"",""id"":""chart""},{""time"":136473,""label"":""cleared_brush"",""using"":""Click""}]}","{""startTime"":1678933517366,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":13169,""label"":""started_brush"",""startDate"":""2021-10-31"",""endDate"":""2021-12-29""}]}",1,complex,bar,1,0,0,Negative,3.8,1,1,0,0,0,0,15,0.5,1,1,1,3 -2023-03-15 22:24:42,2023-03-15 22:31:26,0,100,403,1,2023-03-15 22:31:26,R_1pSx1jtfFqd7WTH,37.9208,-122.0182,EN,1,6.437,1,4,1,5.812,15.007,100,100,85,19.548,22.732,-2,-3,39.5,-3,1,40.879,1,30.377,15.109,4,7,5,4,4,5,,21.858,4,4,4,2,7,5,I figure it's taken from people who reported to them - no reason to mislead. ,19.586,6,,9.211,2,7,3,4,1,5,6,11.879,2,6,11,10,1,9,6,11,,20.266,5,5,5,1,5,5,14.921,6,1,10.539,2,1955,California,8,2,1,,7,,,16,1,1,STu3784833@aol.com,51.2,5e2b74daae56b71b9d24d89b,"{""startTime"":1678933720531,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933672834,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933592625,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":27,""label"":""tour_started""},{""time"":6701,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1500,""week"":""6"",""id"":""chart""},{""time"":9082,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1164,""week"":""14"",""id"":""chart""},{""time"":15946,""label"":""tour_next"",""step"":2},{""time"":20657,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933657184,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":9433,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2586,""week"":""6"",""id"":""chart""}]}",1,moderate,bar,1,0,0,Positive,4.3,0,1,1,2.586,2.586,0,15,0,0.5,1,0.5,2 -2023-03-15 22:16:31,2023-03-15 22:31:27,0,100,895,1,2023-03-15 22:31:27,R_WdiiPgZl83NRg77,40.6643,-73.9763,EN,1,12.237,1,3,1,12.886,15.111,100,100,73,59.403,105.671,1,1,74.103,1,1,78.173,1,89.454,15.021,5,5,5,5,6,5,,64.355,6,5,6,7,4,5,The data comes from a reputable scientific source and is displayed in an accurate and useful way.,44.207,5,,10.133,2,7,3,4,1,5,6,27.535,2,8,4,6,5,1,9,8,,54.199,3,5,5,3,4,3,20.759,2,1,17.932,1,1970,New York,6,3,1,,8,Brooklyn,,3,4,2,,119.122,570521cfde5095001018a0c8,"{""startTime"":1678933321445,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933387097,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933107825,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":19,""label"":""tour_started""},{""time"":3785,""label"":""hovered"",""timeHovered"":1929,""week"":""2021-12-20""},{""time"":5783,""label"":""hovered"",""timeHovered"":2727,""week"":""2021-12-20""},{""time"":10000,""label"":""hovered"",""timeHovered"":1411,""week"":""2022-01-03""},{""time"":11997,""label"":""hovered"",""timeHovered"":1080,""week"":""2022-01-24""},{""time"":31517,""label"":""tour_next"",""step"":5},{""time"":52067,""label"":""started_brush"",""startDate"":""2021-08-08"",""endDate"":""2021-12-07""},{""time"":53806,""label"":""tour_next"",""step"":5},{""time"":60426,""label"":""moved_brush"",""startDate"":""2021-06-16"",""endDate"":""2021-10-15""},{""time"":62834,""label"":""moved_brush"",""startDate"":""2021-06-16"",""endDate"":""2021-09-13""},{""time"":64741,""label"":""tour_next"",""step"":5},{""time"":71039,""label"":""cleared_brush"",""using"":""click""},{""time"":74836,""label"":""tour_next"",""step"":5},{""time"":85465,""label"":""tour_end"",""step"":5},{""time"":90930,""label"":""started_brush"",""startDate"":""2021-06-18"",""endDate"":""2021-08-07""},{""time"":94954,""label"":""moved_brush"",""startDate"":""2021-12-05"",""endDate"":""2022-01-24""},{""time"":98215,""label"":""moved_brush"",""startDate"":""2021-11-01"",""endDate"":""2022-01-24""}]}","{""startTime"":1678933305262,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line,1,1,0,Positive,3.8,0,0,0,0,0,0,15,1,1,1,1,3 -2023-03-15 22:21:42,2023-03-15 22:31:40,0,100,597,1,2023-03-15 22:31:40,R_3HnRNnanjtug6Vb,21.4254,-157.8138,EN,1,10.969,,,,,15.027,47,26,52,38.726,37.189,1,-1,47.145,-3,-3,69.99,1,44.041,15.023,2,2,3,2,5,3,,30.38,4,2,2,2,1,3,i dont understand it,18.475,4,,8.33,2,7,3,4,1,5,6,31.898,1,1,4,6,1,2,6,8,,24.909,2,3,3,3,2,2,30.294,2,,11.146,2,1950,Hawaii,6,2,1,,7,,,9,5,2,,97.514,5ec195df3f2aec276ff0bf33,"{""startTime"":1678933552657,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933505686,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933381254,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":29,""label"":""tour_started""},{""time"":9389,""label"":""tour_next"",""step"":2},{""time"":17092,""label"":""tour_end"",""step"":2},{""time"":28905,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3171,""week"":""1"",""id"":""chart""}]}","{""startTime"":1678933489946,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":8348,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3321,""week"":""6"",""id"":""chart""}]}",0,moderate,bar,0,1,0,Negative,2.5,0,1,1,3.321,3.321,0,15,0.5,0,1,0,2 -2023-03-15 22:23:50,2023-03-15 22:31:49,0,100,478,1,2023-03-15 22:31:49,R_2c25vFYYkfRhdAd,37.6692,-97.2754,EN,1,5.346,1,2,1,5.953,15.012,91,97,82,13.545,39.87,-2,1,32.767,-2,1,57.72,1,71.515,15.012,4,4,5,4,4,5,,18.651,4,5,5,4,4,5,It looks like what I would imagine the data would be.,34.686,5,,8.806,2,7,3,4,1,5,6,14.788,2,3,2,2,7,6,10,10,,14.849,3,3,4,3,3,3,13.009,3,1,12.031,1,1982,Kansas,5,2,1,,9,,Wichita,4,4,1,stpeterdustin@gmail.com,62.952,62d38f10654f3fc8a393b551,"{""startTime"":1678933650608,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933595960,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933481834,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":3277,""label"":""hovered"",""timeHovered"":1231,""week"":""2021-10-25""},{""time"":6557,""label"":""hovered"",""timeHovered"":4628,""week"":""2022-01-10""},{""time"":16746,""label"":""hovered"",""timeHovered"":1333,""week"":""2021-06-21""},{""time"":21942,""label"":""hovered"",""timeHovered"":1698,""week"":""2022-01-10""},{""time"":32397,""label"":""tour_next"",""step"":2},{""time"":36152,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933580298,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7881,""label"":""hovered"",""timeHovered"":4594,""week"":""2021-05-31""}]}",1,moderate,line,0,1,0,Positive,3.2,0,1,1,4.594,4.594,0,15,0.5,0.5,1,0.5,2 -2023-03-15 22:24:22,2023-03-15 22:32:21,0,100,479,1,2023-03-15 22:32:22,R_2c8cFnT9zKW2nxA,33.9761,-83.3632,EN,1,4.812,,,,,15.108,100,100,42,13.326,10.201,-2,1,32.337,-3,-3,123.218,-2,79.57,15.145,6,6,6,6,6,6,,9.788,4,5,4,3,4,5,Its not a deceptive visualization and its clear to understand the data presented. ,21.453,5,,5.736,2,7,3,4,1,5,6,11.588,1,1,3,2,1,2,2,4,,24.038,3,5,4,2,5,3,33.994,4,,3.063,1,1995,Georgia,3,1,1,,7,,,9,4,1,talonergan7@gmail.com,45.018,62f70dd38becd2f7f2ce53a8,"{""startTime"":1678933688201,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933651860,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_focused"",""time"":1401}]}","{""startTime"":1678933501807,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":6111,""label"":""tour_next"",""step"":2},{""time"":8103,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933636240,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":7905},{""label"":""window_focused"",""time"":8922},{""label"":""window_blurred"",""time"":11868}]}",0,moderate,bar,1,1,0,Positive,3.7,0,0,0,0,0,0,10.851,0.5,0,0,0,2 -2023-03-15 22:21:55,2023-03-15 22:32:29,0,100,633,1,2023-03-15 22:32:29,R_1lAAakGCl39jdrp,40.7597,-73.981,EN,1,9.288,1,3,2,7.799,15.109,100,100,53,41.124,31.923,1,1,73.106,-2,1,59.539,1,71.437,15.009,4,4,6,5,5,4,Many people never reported their status and whether or not they contracted covid so the statistics are not accurate without those findings,73.412,7,6,4,7,7,5,I trust it for reported cases...that's all the CDC can go by.,17.156,4,,13.308,2,7,3,4,1,5,6,27.392,8,5,7,8,9,9,11,10,,25.051,4,3,4,2,4,4,34.995,2,1,8.836,2,1948,New York,7,2,1,,7,,,5,2,1,spaghetti4@gmail.com,63.384,5dcf34f64fee9907fc626f0f,"{""startTime"":1678933523413,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933597349,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933401650,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":11866,""label"":""hovered"",""timeHovered"":1360,""week"":""2021-12-13""},{""time"":14255,""label"":""hovered"",""timeHovered"":4420,""week"":""2021-11-01""},{""time"":18731,""label"":""hovered"",""timeHovered"":1630,""week"":""2021-11-01""},{""time"":22573,""label"":""tour_next"",""step"":2},{""time"":29305,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933507899,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line,1,0,0,Positive,3.5,0,0,0,0,0,0,15,1,0.5,1,1,1 -2023-03-15 22:15:07,2023-03-15 22:32:43,0,100,1056,1,2023-03-15 22:32:44,R_2WPjf7Bf1R8xjkc,40.6327,-73.6333,EN,1,6.612,1,2,2,8.168,15.117,100,100,85,82.778,39.741,1,-3,93.984,1,1,83.3,1,114.65,15.112,5,5,5,6,6,5,,45.964,6,6,6,6,6,6,"I can see the important data points on the graph, and it is informative.",91.096,1,,17.981,2,7,3,4,1,5,6,27.46,1,1,1,2,1,3,7,9,,43.79,1,2,2,4,2,2,44.99,4,4,35.566,1,1976,New York,3,1,1,,7,,,6,3,1,robert25577@gmail.com,193.421,60b9af795939f976cb74232a,"{""startTime"":1678933347838,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933223270,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933073001,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":5209,""label"":""hovered"",""timeHovered"":2927,""week"":""2021-12-20""},{""time"":9220,""label"":""hovered"",""timeHovered"":3208,""week"":""2021-08-30""},{""time"":13220,""label"":""hovered"",""timeHovered"":2625,""week"":""2021-11-29""},{""time"":24005,""label"":""tour_next"",""step"":2},{""time"":29704,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933207501,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line,0,1,0,Positive,2.2,0,0,0,0,0,0,15,0.5,1,1,0.5,1 -2023-03-15 22:22:56,2023-03-15 22:32:53,0,100,596,1,2023-03-15 22:32:54,R_przuxICVhpEAk93,39.9945,-75.1648,EN,1,8.944,,,,,15.007,92,91,72,23.199,42.65,1,1,68.221,1,1,81.538,1,63.483,15.006,5,4,7,5,5,5,None.,33.504,5,5,5,4,3,5,"The visualization is easy to understand and gather info from, and I trust that the information provided is accurate. ",46.971,4,None.,10.282,2,7,3,4,1,5,6,19.394,5,8,2,8,5,4,10,9,None,29.355,2,2,4,3,3,2,19.452,2,,3.917,1,1999,Pennsylvania,5,2,1,,7,,,7,3,2,,60.887,5d6513f46f5284000118ef1d,"{""startTime"":1678933637937,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933558579,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":4959,""label"":""hovered"",""timeHovered"":2795,""week"":""2022-01-03""}]}","{""startTime"":1678933431647,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":4,""label"":""tour_started""},{""time"":15297,""label"":""hovered"",""timeHovered"":2000,""week"":""2021-12-27""},{""time"":22683,""label"":""tour_next"",""step"":2},{""time"":29867,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933543269,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,line,0,2,0,Positive,2.7,0,0,0,0,0,0,15,1,1,1,1,1 -2023-03-15 22:22:33,2023-03-15 22:33:04,0,100,631,1,2023-03-15 22:33:04,R_1CeXtf7jFYE2lLw,29.4227,-98.4927,EN,1,43.865,2,,1,4.508,15.011,68,29,24,35.799,47.269,1,-1,37.458,-1,-3,66.945,-3,31.402,15.01,6,2,2,5,6,3,,45.252,5,6,5,6,4,3,I have read too many articles for and against the vaccine so I don't know what to trust or not trust.,46,5,,9.844,2,7,3,4,1,5,6,31.22,5,5,8,7,7,7,8,10,,29.798,4,5,4,1,5,5,33.827,3,1,16.1,2,1958,Texas,6,2,1,,7,,,3,4,2,,71.628,55899b8dfdf99b7ae47f5fa4,"{""startTime"":1678933670979,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933598789,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933468534,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":18008,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6605,""week"":""1"",""id"":""chart""},{""time"":25809,""label"":""tour_next"",""step"":2},{""time"":33185,""label"":""tour_end"",""step"":2},{""time"":34873,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7324,""week"":""52"",""id"":""chart""},{""time"":43432,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1535,""week"":""46"",""id"":""chart""}]}","{""startTime"":1678933583414,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":10536,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2385,""week"":""14"",""id"":""chart""}]}",1,moderate,bar,0,1,0,Neutral,4,0,1,1,2.385,2.385,0,15,0.5,0,0,0,2 -2023-03-15 22:14:32,2023-03-15 22:33:07,0,100,1115,1,2023-03-15 22:33:08,R_3PaF9itgolhm9V5,31.3432,-85.844,EN,1,18.056,,,,,15.044,100,100,81,59.611,181.554,1,1,77.239,1,1,79.423,-1,36.26,15.05,4,4,5,6,6,5,,161.86,5,5,5,3,3,6,"If I trust the data and I understand the visualization, then I my trust the visualization.",52.601,5,,21.437,2,7,3,4,1,5,6,37.223,3,7,9,9,3,7,9,9,,83.142,3,4,4,3,4,3,81.706,6,,14.048,1,1974,Alabama,6,2,1,,7,,,17,3,2,,79.41,640e3d1ee18df712eca9ec2d,"{""startTime"":1678933213987,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933376948,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932979458,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":22,""label"":""tour_started""},{""time"":31095,""label"":""hovered"",""timeHovered"":2034,""week"":""2022-01-10""},{""time"":40686,""label"":""tour_next"",""step"":5},{""time"":78087,""label"":""tour_back"",""step"":5},{""time"":93326,""label"":""tour_next"",""step"":5},{""time"":118155,""label"":""started_brush"",""startDate"":""2021-06-15"",""endDate"":""2021-07-11""},{""time"":130594,""label"":""started_brush"",""startDate"":""2021-08-07"",""endDate"":""2021-11-06""},{""time"":132476,""label"":""tour_next"",""step"":5},{""time"":139174,""label"":""moved_brush"",""startDate"":""2021-06-05"",""endDate"":""2021-11-06""},{""time"":142128,""label"":""moved_brush"",""startDate"":""2021-06-05"",""endDate"":""2021-12-07""},{""time"":144298,""label"":""tour_next"",""step"":5},{""time"":151027,""label"":""cleared_brush"",""using"":""click""},{""time"":163357,""label"":""cleared_brush"",""using"":""click""},{""time"":164736,""label"":""tour_next"",""step"":5},{""time"":175344,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678933198429,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line,1,1,0,Positive,3.5,0,0,0,0,0,0,15,1,1,0,0,3 -2023-03-15 22:19:09,2023-03-15 22:33:11,0,100,842,1,2023-03-15 22:33:11,R_zZpHtvbKDG2GvE5,40.726,-73.848,EN,1,11.514,,,,,15.107,85,94,55,42.785,52.101,1,1,53.802,-3,-3,87.201,1,51.492,15.008,4,3,2,3,4,4,,67.32,5,4,3,7,2,3,There is no indication where this data was obtained but it seems believable.,107.266,6,,7.603,2,7,3,4,1,5,6,28.302,3,4,9,7,2,9,8,9,,38.949,3,3,5,2,4,4,31.973,5,,9.312,1,1968,New York,6,3,1,,9,,White/Latino,4,4,1,5de96ccf7aeafe09d7e8a74a@email.prolific.co,131.301,5de96ccf7aeafe09d7e8a74a,"{""startTime"":1678933514496,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":11479,""label"":""source_clicked""},{""label"":""window_blurred"",""time"":11534},{""label"":""window_focused"",""time"":16570}]}","{""startTime"":1678933360253,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933237438,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":17112,""label"":""hovered"",""timeHovered"":1232,""week"":""2021-09-20""},{""time"":24834,""label"":""hovered"",""timeHovered"":1179,""week"":""2022-01-03""},{""time"":26013,""label"":""hovered"",""timeHovered"":1268,""week"":""2022-01-03""},{""time"":31249,""label"":""tour_next"",""step"":2},{""time"":38719,""label"":""tour_end"",""step"":2},{""label"":""window_blurred"",""time"":42502},{""label"":""window_focused"",""time"":50720}]}","{""startTime"":1678933344654,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7192,""label"":""hovered"",""timeHovered"":1651,""week"":""2021-04-19""},{""time"":10548,""label"":""hovered"",""timeHovered"":3996,""week"":""2021-11-29""}]}",0,simple,line,1,0,0,Positive,3.5,0,2,2,5.647,2.8235,3356,15,1,0,1,1,1 -2023-03-15 22:18:53,2023-03-15 22:33:29,0,100,876,1,2023-03-15 22:33:30,R_ROV6c2jLAv98mdj,39.1032,-108.5495,EN,1,22.275,1,4,1,13.251,15.113,92,85,31,51.163,38.391,1,1,122.426,-3,-3,87.829,1,47.87,15.013,5,5,5,5,6,5,,59.647,5,5,5,3,3,5,I looks like scientific and accurate data,21.444,4,,32.85,2,7,3,4,1,5,6,46.008,2,1,3,2,3,4,9,8,,28.904,2,3,3,3,3,3,38.192,2,1,22.691,2,1964,Colorado,4,2,1,,7,,,12,4,1,,113.202,63d475b3b7f363ed16c745b0,"{""startTime"":1678933425797,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933485979,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933248047,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":12892,""label"":""tour_next"",""step"":2},{""time"":26506,""label"":""tour_end"",""step"":2},{""time"":32167,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2175,""week"":""4"",""id"":""chart2""}]}","{""startTime"":1678933410608,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar,1,1,0,Positive,2.8,0,0,0,0,0,0,15,1,0,1,1,1 -2023-03-15 22:18:50,2023-03-15 22:34:02,0,100,911,1,2023-03-15 22:34:02,R_1pJRJfQIVrwBAUG,40.1788,-77.0047,EN,1,7,,,,,15.121,100,91,62,63.287,219.157,1,1,62.625,-3,1,98.312,1,131.302,15.126,6,6,6,6,6,6,,26.642,6,6,6,6,6,6,"Since the visualization was based on a scientific and trusted reference, I trust that the data is accurate and can be trusted to be true, hence the same would apply to the visualization.",70.334,4,,7.32,2,7,3,4,1,5,6,26.783,4,5,6,8,5,7,8,7,,21.3,5,5,5,1,5,5,28.068,4,,4.885,1,1979,Pennsylvania,7,3,1,,2,,,12,2,1,navs.gags@gmail.com,62.811,5f490d10022f3f2e8f33cc9a,"{""startTime"":1678933594676,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933622246,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933226704,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":25,""label"":""tour_started""},{""time"":13990,""label"":""hovered"",""timeHovered"":2278,""week"":""2021-07-12""},{""time"":24235,""label"":""hovered"",""timeHovered"":31156,""week"":""2022-01-24""},{""time"":57993,""label"":""hovered"",""timeHovered"":2174,""week"":""2022-01-03""},{""time"":63438,""label"":""hovered"",""timeHovered"":2540,""week"":""2021-09-06""},{""time"":66493,""label"":""hovered"",""timeHovered"":9257,""week"":""2021-08-09""},{""time"":77457,""label"":""hovered"",""timeHovered"":1073,""week"":""2021-04-12""},{""time"":88173,""label"":""hovered"",""timeHovered"":1910,""week"":""2022-01-31""},{""time"":91709,""label"":""hovered"",""timeHovered"":2686,""week"":""2022-01-03""},{""time"":95500,""label"":""hovered"",""timeHovered"":1043,""week"":""2022-01-03""},{""time"":96548,""label"":""hovered"",""timeHovered"":4656,""week"":""2022-01-03""},{""time"":115541,""label"":""tour_next"",""step"":5},{""time"":129332,""label"":""started_brush"",""startDate"":""2021-06-04"",""endDate"":""2021-07-07""},{""time"":130313,""label"":""cleared_brush"",""using"":""click""},{""time"":133786,""label"":""started_brush"",""startDate"":""2021-08-07"",""endDate"":""2022-02-13""},{""time"":134401,""label"":""cleared_brush"",""using"":""click""},{""time"":141871,""label"":""started_brush"",""startDate"":""2021-04-22"",""endDate"":""2022-02-13""},{""time"":142939,""label"":""tour_next"",""step"":5},{""time"":150277,""label"":""moved_brush"",""startDate"":""2021-04-22"",""endDate"":""2022-02-13""},{""time"":151799,""label"":""moved_brush"",""startDate"":""2021-04-22"",""endDate"":""2022-02-13""},{""time"":154227,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-01""},{""time"":157735,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-12-13""},{""time"":158603,""label"":""tour_next"",""step"":5},{""time"":167606,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-13""},{""time"":171787,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-13""},{""time"":174761,""label"":""cleared_brush"",""using"":""click""},{""time"":174765,""label"":""cleared_brush"",""using"":""Escape""},{""time"":176076,""label"":""tour_next"",""step"":5},{""time"":185981,""label"":""started_brush"",""startDate"":""2021-07-28"",""endDate"":""2021-12-10""},{""time"":201733,""label"":""tour_end"",""step"":5},{""time"":211482,""label"":""started_brush"",""startDate"":""2021-04-13"",""endDate"":""2022-02-13""}]}","{""startTime"":1678933578928,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":8554,""label"":""hovered"",""timeHovered"":3966,""week"":""2021-06-07""}]}",0,complex,line,1,1,0,Positive,4.3,0,1,1,3.966,3.966,0,15,1,0.5,1,1,3 -2023-03-15 22:23:10,2023-03-15 22:34:32,0,100,682,1,2023-03-15 22:34:32,R_3EEV0L60eHzB1vP,40.6774,-80.6006,EN,1,7.526,,,,,15.112,87,83,36,59.699,41.781,1,1,51.401,-1,1,62.236,-1,54.116,15.009,3,4,5,4,5,3,,76.701,3,3,2,7,1,5,BECAUSE AT THE BEGINNING YOU SAID TO ASSUME WE TRUST THE IDEA SO THATS WHAT I DID,41.758,1,,10.878,2,7,3,4,1,5,6,24.41,7,8,8,6,6,8,9,9,,27.34,3,3,3,3,3,3,37,4,,8.42,2,1976,Ohio,3,2,1,,7,,,6,3,1,KIMBERLYMSPEECE@GMAIL.COM,72.102,5ec9fc1650b79c158be48421,"{""startTime"":1678933693717,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933605306,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":3663,""label"":""hovered"",""timeHovered"":1282,""week"":""2021-09-20""},{""time"":4977,""label"":""hovered"",""timeHovered"":1845,""week"":""2021-09-27""}]}","{""startTime"":1678933484909,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":25520,""label"":""tour_next"",""step"":2},{""time"":32831,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933589769,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":2847,""label"":""hovered"",""timeHovered"":5107,""week"":""2021-12-13""}]}",0,moderate,line,0,0,0,Neutral,3,0,1,1,5.107,5.107,0,15,1,0.5,0,0.5,2 -2023-03-15 22:13:25,2023-03-15 22:34:34,0,100,1268,1,2023-03-15 22:34:34,R_2rpW46mDGSjOpjr,43.1774,-86.1982,EN,1,98.803,1,2,1,10.456,15.111,84,84,50,54.223,102.283,1,1,123.934,1,-3,125.404,1,98.27,15.111,5,2,5,4,5,5,It is worth it to get the vaccine.,70.208,2,4,4,1,7,4,"I trust that it shows increases or decreases in the amount of people with COVID. If someone asked me for precise numbers, which they most likely won't, it is a little more difficult to give them precise numbers. I do believe it gives a somewhat good overall picture of those that were diagnosed with COVID.",155.76,5,,17.084,2,7,3,4,1,5,6,46.701,3,5,9,6,5,5,10,9,,32.84,3,3,4,2,4,4,58.206,3,1,29.433,1,1973,Michigan,8,3,1,,7,,,17,4,1,scottlamiman@gmail.com,118.886,63c6e885e6834fbb0d9c0ebf,"{""startTime"":1678933465980,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933252620,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933007676,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":44,""label"":""tour_started""},{""time"":18961,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1061,""week"":""1"",""id"":""chart""},{""time"":20729,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3022,""week"":""52"",""id"":""chart""},{""time"":28305,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1824,""week"":""5"",""id"":""chart""},{""time"":33528,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1046,""week"":""6"",""id"":""chart""},{""time"":52997,""label"":""tour_next"",""step"":2},{""time"":62663,""label"":""tour_end"",""step"":2},{""time"":71425,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1395,""week"":""52"",""id"":""chart""},{""time"":80801,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2509,""week"":""5"",""id"":""chart""},{""time"":84113,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1095,""week"":""1"",""id"":""chart""},{""time"":85424,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1865,""week"":""52"",""id"":""chart""},{""time"":87456,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1382,""week"":""1"",""id"":""chart""},{""time"":91992,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3205,""week"":""24"",""id"":""chart""},{""time"":95401,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3593,""week"":""23"",""id"":""chart""}]}","{""startTime"":1678933236782,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar,0,1,0,Neutral,3.3,0,0,0,0,0,0,15,1,0.5,1,0.5,2 -2023-03-15 22:21:30,2023-03-15 22:34:39,0,100,788,1,2023-03-15 22:34:40,R_3erAQroDH00eDAw,40.9039,-73.837,EN,1,6.301,1,4,2,9.014,15.01,100,100,50,63.446,202.073,1,-2,50.026,-1,1,21.259,-1,16.177,15.111,6,3,6,3,1,6,I don't know how to interpret the graph.,42.102,3,1,1,1,1,6,I suspect it was put together by the CDC.,28.934,7,,12.401,2,7,3,4,1,5,6,37.774,3,3,2,3,3,2,11,7,,24.27,1,1,5,5,1,1,25.063,1,1,41.364,2,1946,New York,7,2,1,,7,,,5,4,1,rp.fix@verizon.net,102.051,57d435c8ca054400014bac35,"{""startTime"":1678933706898,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933749594,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933469273,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":5179,""label"":""hovered"",""timeHovered"":4180,""week"":""2022-01-24""},{""time"":27121,""label"":""tour_next"",""step"":5},{""time"":76480,""label"":""tour_back"",""step"":5},{""time"":78196,""label"":""hovered"",""timeHovered"":1262,""week"":""2021-12-20""},{""time"":85511,""label"":""tour_next"",""step"":5},{""time"":146104,""label"":""cleared_brush"",""using"":""click""},{""time"":156491,""label"":""started_brush"",""startDate"":""2021-12-10"",""endDate"":""2022-02-13""},{""time"":159526,""label"":""tour_next"",""step"":5},{""time"":172587,""label"":""moved_brush"",""startDate"":""2021-12-10"",""endDate"":""2022-02-13""},{""time"":176946,""label"":""moved_brush"",""startDate"":""2021-12-10"",""endDate"":""2022-02-13""},{""time"":178158,""label"":""tour_next"",""step"":5},{""time"":190188,""label"":""cleared_brush"",""using"":""click""},{""time"":190191,""label"":""cleared_brush"",""using"":""Escape""},{""time"":192527,""label"":""tour_next"",""step"":5},{""time"":199359,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678933691412,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line,1,0,0,Positive,2.3,0,0,0,0,0,0,15,0.5,0.5,0,0,3 -2023-03-15 22:25:21,2023-03-15 22:34:55,0,100,573,1,2023-03-15 22:34:55,R_O89HNSVjsjlwEmt,40.1597,-75.7862,EN,1,29,1,4,2,7.222,15.113,91,31,51,41.4,53.401,1,-2,29.285,-2,1,70.702,-1,35.782,15.01,4,2,3,4,4,4,If this data is truly from the CDC then I would trust it,45.667,2,4,4,4,3,3,"I am not sure where this data came from, so I am not sure if it is reliable. ",26.167,1,,5.507,2,7,3,4,1,5,6,24.485,4,5,3,6,6,4,9,8,,17.685,3,2,2,4,3,2,26.97,2,1,16.059,2,1983,Pennsylvania,3,2,1,,9,,St. Marys,7,4,1,h_b33@hotmail.com,58.797,5d4254db5b2c430001418a3c,"{""startTime"":1678933823374,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933776364,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933635074,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":11730,""label"":""hovered"",""timeHovered"":6181,""week"":""2021-04-12""},{""time"":25195,""label"":""hovered"",""timeHovered"":2666,""week"":""2022-01-17""},{""time"":46100,""label"":""tour_next"",""step"":2},{""time"":49706,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933760695,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line,1,0,0,Negative,2.7,0,0,0,0,0,0,15,0.5,0.5,0,0.5,2 -2023-03-15 22:24:22,2023-03-15 22:35:03,0,100,641,1,2023-03-15 22:35:04,R_2rBnyudY0WBAV5x,43.0382,-87.91,EN,1,6.454,,,,,15.014,75,93,65,33.86,31.53,1,1,42.961,1,1,140.08,1,23.703,15.112,3,3,4,5,6,4,,32.917,4,5,5,3,3,4,"it has a source, so why shouldn't I trust it?",32.643,4,,17.171,2,7,3,4,1,5,6,27.422,2,2,9,6,1,2,3,3,,25.035,4,4,5,1,4,4,36.023,7,,8.628,1,1977,Iowa,3,1,1,,8,Dyersville,,14,3,1,eschroby77@gmail.com,85.467,63d7e87ee7333b219a553295,"{""startTime"":1678933621011,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933654586,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933529542,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":12671,""label"":""tour_next"",""step"":2},{""time"":19683,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933605107,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,line,1,0,0,Positive,3.7,0,0,0,0,0,0,15,1,1,1,1,1 -2023-03-15 22:19:31,2023-03-15 22:35:38,0,100,966,1,2023-03-15 22:35:38,R_1gABTZYJeMJGBKZ,47.2067,-122.4414,EN,1,9.108,1,4,2,10.001,15.111,79,39,62,63.805,273.206,1,1,46.65,-3,-3,92.511,1,36.946,15.121,5,3,5,5,6,5,I always thought the CDC data was not collected very well. Wasn't it by fax or something? Also rise of home tests calls this all into question as time goes on.,92.544,3,4,7,1,1,5,"I don't think there are any lies here. It's the most accurate information the CDC has. It might miss some cases but the trends are still correct, I think.",37.874,7,,11.308,2,7,3,4,1,5,6,24.207,8,9,7,8,10,6,11,11,Currently I trust the Democratic Party far more than the Republican Party. Dems only would be an 8.,54.517,5,5,5,1,5,5,27.193,1,1,15.203,2,1970,Washington,7,2,1,,7,,,9,4,2,,77.559,5dda0a8b3c870a9824c901f5,"{""startTime"":1678933613581,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":15936,""label"":""started_brush"",""startDate"":""2021-08-20"",""endDate"":""2021-08-31""},{""time"":21270,""label"":""started_brush"",""startDate"":""2021-10-31"",""endDate"":""2021-12-30""},{""time"":26713,""label"":""cleared_brush"",""using"":""Click""}]}","{""startTime"":1678933706652,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933285469,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":21,""label"":""tour_started""},{""time"":55878,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6680,""week"":""38"",""id"":""chart""},{""time"":63411,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":11111,""week"":""52"",""id"":""chart""},{""time"":74873,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2349,""week"":""51"",""id"":""chart""},{""time"":79260,""label"":""tour_next"",""step"":5},{""time"":106544,""label"":""started_brush"",""startDate"":""2021-06-02"",""endDate"":""2021-09-01""},{""time"":108552,""label"":""tour_next"",""step"":5},{""time"":130080,""label"":""cleared_brush"",""using"":""Click""},{""time"":142112,""label"":""started_brush"",""startDate"":""2021-11-05"",""endDate"":""2021-11-10""},{""time"":143530,""label"":""cleared_brush"",""using"":""Click""},{""time"":145734,""label"":""cleared_brush"",""using"":""Click""},{""time"":147999,""label"":""started_brush"",""startDate"":""2021-08-31"",""endDate"":""2021-11-04""},{""time"":155011,""label"":""tour_back"",""step"":5},{""time"":161568,""label"":""cleared_brush"",""using"":""Click""},{""time"":169221,""label"":""cleared_brush"",""using"":""Click""},{""time"":172557,""label"":""tour_back"",""step"":5},{""time"":178025,""label"":""tour_next"",""step"":5},{""time"":185274,""label"":""cleared_brush"",""using"":""Click""},{""time"":188456,""label"":""cleared_brush"",""using"":""Click""},{""time"":190695,""label"":""tour_back"",""step"":5},{""time"":190828,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":2247,""week"":""44"",""id"":""chart""},{""time"":196495,""label"":""tour_next"",""step"":5},{""time"":201458,""label"":""cleared_brush"",""using"":""Click""},{""time"":218082,""label"":""cleared_brush"",""using"":""Click""},{""time"":220048,""label"":""started_brush"",""startDate"":""2021-06-26"",""endDate"":""2021-09-06""},{""time"":221330,""label"":""tour_next"",""step"":5},{""time"":238144,""label"":""moved_brush"",""startDate"":""2021-11-03"",""endDate"":""2022-01-14""},{""time"":241584,""label"":""tour_next"",""step"":5},{""time"":246448,""label"":""cleared_brush"",""using"":""Click""},{""time"":247885,""label"":""tour_next"",""step"":5},{""time"":258187,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678933596653,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar,1,0,0,Positive,4.3,0,0,0,0,0,0,15,1,0,1,1,3 -2023-03-15 22:16:56,2023-03-15 22:35:38,0,100,1121,1,2023-03-15 22:35:39,R_1mDvut5HXaOmqnb,45.4383,-122.6147,EN,1,13.703,1,3,1,11.998,15.007,70,46,62,93.203,311.437,-2,1,89.301,-3,-3,117.864,1,45.303,15.109,5,2,5,4,5,5,It might be interesting to see the age brackets further broken up.,102.602,6,4,4,3,4,5,"It seems like it has very specific data and it corresponds with what I think might happen, especially in the winter months.",62.171,4,,9.901,2,7,3,4,1,5,6,31.543,4,7,8,6,7,5,9,9,,27.006,3,2,4,3,4,3,36.105,2,2,17.455,1,1966,Oregon,4,3,1,,9,,Milwaukie,4,4,1,floatingleaf2050@gmail.com,59.301,60faefcf667e07570bed9dcb,"{""startTime"":1678933637013,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933544043,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933169705,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":60,""label"":""tour_started""},{""time"":7326,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":20521,""week"":""52"",""id"":""chart""},{""time"":28774,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1115,""week"":""51"",""id"":""chart""},{""time"":31189,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7685,""week"":""4"",""id"":""chart""},{""time"":41424,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1418,""week"":""50"",""id"":""chart""},{""time"":54361,""label"":""tour_next"",""step"":5},{""time"":71266,""label"":""started_brush"",""startDate"":""2021-05-31"",""endDate"":""2021-07-04""},{""time"":78247,""label"":""started_brush"",""startDate"":""2021-09-29"",""endDate"":""2022-02-07""},{""time"":86651,""label"":""started_brush"",""startDate"":""2021-04-29"",""endDate"":""2021-08-24""},{""time"":91251,""label"":""tour_next"",""step"":5},{""time"":128297,""label"":""started_brush"",""startDate"":""2021-10-24"",""endDate"":""2022-02-02""},{""time"":137395,""label"":""cleared_brush"",""using"":""Click""},{""time"":146012,""label"":""tour_back"",""step"":5},{""time"":151784,""label"":""cleared_brush"",""using"":""Click""},{""time"":157429,""label"":""cleared_brush"",""using"":""Click""},{""time"":159834,""label"":""cleared_brush"",""using"":""Click""},{""time"":169406,""label"":""moved_brush"",""startDate"":""2021-11-19"",""endDate"":""2022-01-06""},{""time"":184916,""label"":""cleared_brush"",""using"":""Click""},{""time"":192920,""label"":""started_brush"",""startDate"":""2022-02-01"",""endDate"":""2022-02-07""},{""time"":193831,""label"":""started_brush"",""startDate"":""2021-09-15"",""endDate"":""2021-09-25""},{""time"":195504,""label"":""tour_next"",""step"":5},{""time"":206642,""label"":""cleared_brush"",""using"":""Click""},{""time"":216455,""label"":""cleared_brush"",""using"":""Click""},{""time"":219547,""label"":""cleared_brush"",""using"":""Click""},{""time"":223779,""label"":""cleared_brush"",""using"":""Click""},{""time"":227547,""label"":""cleared_brush"",""using"":""Click""},{""time"":239766,""label"":""cleared_brush"",""using"":""Click""},{""time"":245209,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-07-25""},{""time"":246906,""label"":""tour_next"",""step"":5},{""time"":260376,""label"":""cleared_brush"",""using"":""Click""},{""time"":260376,""label"":""cleared_brush"",""using"":""Escape""},{""time"":262487,""label"":""tour_next"",""step"":5},{""time"":269518,""label"":""tour_end"",""step"":5},{""time"":275398,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":9246,""week"":""2"",""id"":""chart""},{""time"":284782,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":5681,""week"":""1"",""id"":""chart""},{""time"":290718,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":2910,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678933528096,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar,0,1,0,Positive,3.2,0,0,0,0,0,0,15,0.5,0,1,1,3 -2023-03-15 22:24:45,2023-03-15 22:36:14,0,100,688,1,2023-03-15 22:36:14,R_2f1aKBmj9N45uHS,28.0109,-82.4948,EN,1,8.178,1,4,1,7.16,15.108,90,97,83,18.291,30.639,-2,-2,96.273,1,1,46.783,-1,121.777,15.115,5,4,4,5,5,5,,43.754,5,5,5,3,2,5,It cited the CDC as the source of the data and I trust the CDC.,19.932,4,,17.94,2,7,3,4,1,5,6,14.734,1,6,9,6,6,8,10,10,,26.748,5,5,5,1,5,5,34.154,2,2,9.263,1,1982,North Carolina,6,3,1,,7,,,17,3,1,62354223d36eda662355a9c0@email.prolific.co,95.165,62354223d36eda662355a9c0,"{""startTime"":1678933699865,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933744358,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933553630,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":1002,""label"":""hovered"",""timeHovered"":2117,""week"":""2021-09-20""},{""time"":14824,""label"":""hovered"",""timeHovered"":4228,""week"":""2021-12-27""},{""time"":21240,""label"":""tour_next"",""step"":2},{""time"":24858,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933683870,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":1410,""label"":""hovered"",""timeHovered"":1216,""week"":""2022-01-03""},{""time"":5243,""label"":""hovered"",""timeHovered"":8761,""week"":""2021-12-27""}]}",1,simple,line,1,0,0,Positive,4.3,0,2,2,9.977,4.9885,3833,15,0,1,0,0,1 -2023-03-15 22:17:19,2023-03-15 22:36:19,0,100,1139,1,2023-03-15 22:36:19,R_3dtPGOk0hlqjxuh,44.5542,-72.6002,EN,1,34.214,,,,,15.052,69,79,29,60.6,92.144,-2,1,74.433,-3,-3,140.303,-1,91.901,15.044,3,3,3,5,6,4,,138.11,3,5,3,2,2,3,"This particular version did not show that it came from their department of agriculture. Plus, any data can be slanted toward one direction, especially if there is no opposing data shown that could show another viewpoint. I trust it only to the extent of the data I was provided.",130.234,5,,19.136,2,7,3,4,1,5,6,45.208,6,6,7,6,6,6,8,7,,47.495,4,4,5,1,4,4,31.547,2,,8.044,2,1954,Vermont,3,2,1,,9,,Stowe,4,3,1,Cat_Whispurrer@hotmail.com,74.235,5dbd1569f8223b28d73ed6ae,"{""startTime"":1678933348220,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":5826,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5116,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678933487390,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933164552,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":34,""label"":""tour_started""},{""time"":8806,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2868,""week"":""1"",""id"":""chart""},{""time"":11823,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2785,""week"":""52"",""id"":""chart""},{""time"":14707,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1885,""week"":""51"",""id"":""chart""},{""time"":16658,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1200,""week"":""50"",""id"":""chart""},{""time"":34268,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4389,""week"":""4"",""id"":""chart""},{""time"":40595,""label"":""tour_next"",""step"":2},{""time"":43318,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5638,""week"":""51"",""id"":""chart2""},{""time"":49096,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1195,""week"":""52"",""id"":""chart2""},{""time"":64003,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8219,""week"":""52"",""id"":""chart2""},{""time"":88222,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933332280,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,bar,1,0,0,Negative,3.7,0,0,0,0,0,0,15,0.5,0,0,0.5,1 -2023-03-15 22:01:01,2023-03-15 22:36:48,0,100,2147,1,2023-03-15 22:36:49,R_3nPAIyjlNVOXnyD,28.4643,-82.5998,EN,1,25.926,,,,,15.01,64,89,54,391.92,127.869,-3,1,49.385,1,-3,189.062,1,121.448,15.016,3,3,3,5,6,3,,298.922,3,5,3,3,3,5,I was told to assume I trusted it for those questions,199.644,2,,35.791,2,7,3,4,1,5,6,20.682,4,4,3,3,3,5,11,11,,31.397,4,5,5,3,5,4,24.485,4,,5.387,1,1976,Florida,2,2,1,,7,,,4,4,1,,146.192,62951acd624dba0f4429d988,"{""startTime"":1678932996376,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":82941},{""label"":""window_focused"",""time"":168765}]}","{""startTime"":1678933296392,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":1471,""label"":""hovered"",""timeHovered"":1229,""week"":""2021-11-29""},{""time"":2710,""label"":""hovered"",""timeHovered"":86557,""week"":""2021-11-29""},{""time"":92630,""label"":""hovered"",""timeHovered"":50830,""week"":""2021-11-08""}]}","{""startTime"":1678932730265,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":11132,""label"":""hovered"",""timeHovered"":1515,""week"":""2021-09-06""},{""time"":13330,""label"":""hovered"",""timeHovered"":2517,""week"":""2021-09-20""},{""time"":18198,""label"":""hovered"",""timeHovered"":1032,""week"":""2021-09-20""},{""time"":19528,""label"":""hovered"",""timeHovered"":1983,""week"":""2021-07-19""},{""time"":28273,""label"":""tour_next"",""step"":5},{""time"":79457,""label"":""started_brush"",""startDate"":""2021-05-30"",""endDate"":""2021-06-30""},{""time"":81149,""label"":""tour_next"",""step"":5},{""time"":97667,""label"":""moved_brush"",""startDate"":""2021-05-30"",""endDate"":""2021-06-18""},{""time"":99504,""label"":""tour_next"",""step"":5},{""time"":108594,""label"":""cleared_brush"",""using"":""click""},{""time"":110721,""label"":""tour_next"",""step"":5},{""time"":119111,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678932980973,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line,0,0,0,Neutral,4.3,0,0,0,0,0,0,15,0.5,0.5,1,1,3 -2023-03-15 22:20:23,2023-03-15 22:36:51,0,100,988,1,2023-03-15 22:36:52,R_2zGSDca8S3TEXz1,28.2365,-82.3289,EN,1,24.145,1,2,2,7.158,15.016,86,86,13,60.051,59.777,1,1,120.101,-2,1,58.194,1,100.804,15.019,3,2,4,5,6,4,Thank you.,70.083,2,5,4,5,4,4,"I would need a little more information to say that I absolutely ""trust this visualization.""",57.532,4,Thank you.,18.752,2,7,3,4,1,5,6,35.25,2,3,2,2,3,5,8,5,,28.473,3,4,4,1,3,3,46.6,1,2,24.873,2,1970,Florida,3,2,1,,9,,Snellville,7,4,1,sheliamclendontraining@gmail.com,85.765,5e1b5ab486a44538d261922c,"{""startTime"":1678933672502,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933523957,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933389648,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":12926,""label"":""hovered"",""timeHovered"":1309,""week"":""2021-08-09""},{""time"":17202,""label"":""hovered"",""timeHovered"":1515,""week"":""2022-01-03""},{""time"":28978,""label"":""hovered"",""timeHovered"":3464,""week"":""2022-01-10""},{""time"":32744,""label"":""hovered"",""timeHovered"":1265,""week"":""2021-12-13""},{""time"":34278,""label"":""hovered"",""timeHovered"":2096,""week"":""2021-10-04""},{""time"":37317,""label"":""hovered"",""timeHovered"":1590,""week"":""2022-01-24""},{""time"":38991,""label"":""hovered"",""timeHovered"":1682,""week"":""2022-02-07""},{""time"":46158,""label"":""tour_next"",""step"":2},{""time"":52826,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933508448,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line,1,0,0,Negative,3,0,0,0,0,0,0,15,1,0.5,1,0.5,2 -2023-03-15 22:24:26,2023-03-15 22:37:01,0,100,754,1,2023-03-15 22:37:01,R_3shOC6Sx21Ydc3y,42.2739,-89.0474,EN,1,66.025,,,,,15.016,50,0,50,19.942,66.95,-1,1,59.963,-3,-3,169.849,-1,57.802,15.01,3,1,3,1,1,3,,23.166,1,7,1,1,1,3,I don't know the source or the purpose.,25.083,1,,10.448,2,7,3,4,1,5,6,21.401,1,2,1,2,1,1,10,10,,26.903,2,1,2,4,2,2,27.846,1,,9.441,2,1966,Illinois,4,2,1,,7,,,7,4,1,sadiesparents@gmail.com,87.518,5ee2e7bf21501a83d55642cd,"{""startTime"":1678933828573,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933852315,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933575142,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":22,""label"":""tour_started""},{""time"":17850,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2683,""week"":""51"",""id"":""chart""},{""time"":20617,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2132,""week"":""52"",""id"":""chart""},{""time"":22783,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1134,""week"":""1"",""id"":""chart""},{""time"":26457,""label"":""tour_next"",""step"":2},{""time"":32876,""label"":""tour_end"",""step"":2},{""time"":41584,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2900,""week"":""52"",""id"":""chart""},{""time"":46133,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5114,""week"":""22"",""id"":""chart""},{""time"":51891,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3549,""week"":""22"",""id"":""chart""},{""time"":56520,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1359,""week"":""1"",""id"":""chart""},{""time"":57922,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6858,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678933813040,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":13429,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1294,""week"":""49"",""id"":""chart""}]}",0,moderate,bar,1,0,0,Negative,2.2,0,1,1,1.294,1.294,0,15,0.5,0,0,0,2 -2023-03-15 22:14:15,2023-03-15 22:37:46,0,100,1411,1,2023-03-15 22:37:47,R_2wvFtKyf6MgL5ON,42.8003,-85.7093,EN,1,54.884,,,,,15.01,80,100,90,37.796,61.105,1,1,166.67,-1,1,67.849,1,110.428,15.073,5,5,3,5,5,5,none,94.555,5,6,6,1,1,6,I dont know why anyone would lie about this data. Maybe a pesticide company would... I have no reason not to. Idon't know enough about pests to say what is reliable or isn't. ,49.145,6,none,30.621,2,7,3,4,1,5,6,35.47,1,7,7,8,1,4,9,10,none,47.674,2,3,3,3,3,3,76.269,4,,34.246,2,1993,Michigan,6,1,1,,7,,,13,3,1,kaciebreen@gmail.com,146.834,62fb85a89ccb1ac663b54783,"{""startTime"":1678933371715,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933219305,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933039679,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":335,""label"":""tour_started""},{""time"":12635,""label"":""tour_next"",""step"":2},{""time"":24478,""label"":""tour_end"",""step"":2},{""time"":29693,""label"":""hovered"",""timeHovered"":2479,""week"":""2021-12-20""},{""time"":34884,""label"":""hovered"",""timeHovered"":1723,""week"":""2022-01-10""},{""time"":37125,""label"":""hovered"",""timeHovered"":1970,""week"":""2021-11-15""},{""time"":53602,""label"":""hovered"",""timeHovered"":5597,""week"":""2022-01-10""}]}","{""startTime"":1678933191849,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,line,1,0,0,Negative,2.8,0,0,0,0,0,0,15,1,0.5,1,0.5,2 -2023-03-15 22:24:31,2023-03-15 22:37:51,0,100,799,1,2023-03-15 22:37:52,R_31Mz4kZaaUfVOmB,38.2539,-85.76,EN,1,19.003,,,,,15.011,77,78,78,36.79,139.756,1,1,52.821,1,1,56.96,1,80.939,15.118,4,3,4,2,2,4,,52.918,4,4,4,7,3,4,I think I get the gist of it. I have no reason to distrust it.,45.394,3,,9.178,2,7,3,4,1,5,6,26.464,6,9,7,2,10,1,10,10,,24.104,2,2,3,4,2,2,25.906,1,,6.093,1,1964,Kentucky,8,2,1,,7,,,7,3,1,dwhite11@gmail.com,129.989,62ed458d61ebd1930833e95a,"{""startTime"":1678933866408,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933790274,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933552993,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":26801,""label"":""hovered"",""timeHovered"":4283,""week"":""2022-01-10""},{""time"":32617,""label"":""hovered"",""timeHovered"":1267,""week"":""2022-01-31""},{""time"":35334,""label"":""hovered"",""timeHovered"":1866,""week"":""2022-02-07""},{""time"":40152,""label"":""tour_next"",""step"":5},{""time"":72609,""label"":""started_brush"",""startDate"":""2021-11-08"",""endDate"":""2022-02-08""},{""time"":73824,""label"":""tour_next"",""step"":5},{""time"":90745,""label"":""moved_brush"",""startDate"":""2021-12-20"",""endDate"":""2022-02-08""},{""time"":91728,""label"":""tour_next"",""step"":5},{""time"":109653,""label"":""cleared_brush"",""using"":""click""},{""time"":109655,""label"":""cleared_brush"",""using"":""Escape""},{""time"":113879,""label"":""tour_next"",""step"":5},{""time"":120839,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678933774611,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line,0,1,0,Positive,2.5,0,0,0,0,0,0,15,1,1,1,1,3 -2023-03-15 22:19:54,2023-03-15 22:37:54,0,100,1079,1,2023-03-15 22:37:55,R_1CmsvA3z2AxeZDF,36.1506,-115.1805,EN,1,22.681,1,2,1,8.766,15.006,100,100,29,26.733,51.693,1,1,55.538,1,-3,74.718,1,70.183,15.009,6,5,6,6,6,6,,20.527,5,6,6,5,5,6,"Barring political interference, I trust the CDC to provide reliable data based on actual numbers available on infections. ",31.329,4,,116.152,2,7,3,4,1,5,6,150.863,6,6,4,5,6,5,9,6,,58.589,3,4,4,1,4,4,107.335,2,1,14.987,2,1976,Nevada,6,2,1,,1,,,4,3,1,mistyzahn@gmail.com,76.442,60c433a4f78e97b5ef1ce71b,"{""startTime"":1678933475954,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933424867,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933281861,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":49,""label"":""tour_started""},{""time"":11691,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2316,""week"":""49"",""id"":""chart""},{""time"":16005,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1863,""week"":""6"",""id"":""chart""},{""time"":19300,""label"":""tour_next"",""step"":2},{""time"":25838,""label"":""tour_end"",""step"":2},{""time"":26616,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2106,""week"":""1"",""id"":""chart""},{""time"":29804,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3304,""week"":""52"",""id"":""chart""},{""time"":42116,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3012,""week"":""23"",""id"":""chart""}]}","{""startTime"":1678933409328,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":8040,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1201,""week"":""49"",""id"":""chart""}]}",1,moderate,bar,1,0,0,Positive,3.3,0,1,1,1.201,1.201,0,15,1,0.5,1,0.5,2 -2023-03-15 22:26:23,2023-03-15 22:37:58,0,100,694,1,2023-03-15 22:37:58,R_AHUPEBq2Ykyz3Nf,40.3062,-76.8841,EN,1,7.641,,,,,15.115,80,96,96,32.33,22.901,1,1,47.664,-3,-3,70.409,1,84.353,15.01,5,5,5,5,6,5,,51.017,5,6,5,7,7,5,The visualization seems to portray accurate information in a precise way which makes me trust it. ,21.077,4,,57.193,2,7,3,4,1,5,6,21.258,4,4,5,10,4,6,10,9,,22.039,5,5,5,1,5,5,56.182,3,,3.429,1,1998,Pennsylvania,2,1,1,,3,,,7,2,1,5ae3a41d32ef52000131a531@email.prolific.co,92.672,5ae3a41d32ef52000131a531,"{""startTime"":1678933803892,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":33501},{""label"":""window_focused"",""time"":38066}]}","{""startTime"":1678933733777,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":4679},{""label"":""window_focused"",""time"":16265}]}","{""startTime"":1678933646513,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":12447,""label"":""tour_next"",""step"":2},{""time"":18784,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933718302,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,bar,0,2,0,Positive,4.3,0,0,0,0,0,0,15,1,0,1,1,1 -2023-03-15 22:29:29,2023-03-15 22:38:53,0,100,563,1,2023-03-15 22:38:53,R_9RZ2sZEmq5SYGTD,32.749,-96.4629,EN,1,30.401,,,,,15.01,100,14,33,15.702,66.592,1,1,68.58,-3,1,59.561,1,42.582,15.008,5,5,5,7,6,5,,24.237,5,7,3,1,1,4,It just seems reliable. I doubt someone would make a detailed chart with fake data.,32.405,2,,7.417,2,7,3,4,1,5,6,20.202,6,7,1,6,4,7,9,10,,20.923,2,1,1,5,3,1,35.022,2,,4.701,1,2004,Texas,2,2,1,,3,,,3,2,2,,50.832,63d43839677cd9a315302808,"{""startTime"":1678934021414,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933969060,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":521,""label"":""cleared_brush"",""using"":""click""}]}","{""startTime"":1678933842750,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":37,""label"":""tour_started""},{""time"":11579,""label"":""tour_next"",""step"":5},{""time"":30655,""label"":""started_brush"",""startDate"":""2021-05-23"",""endDate"":""2021-09-02""},{""time"":31652,""label"":""tour_next"",""step"":5},{""time"":40565,""label"":""moved_brush"",""startDate"":""2021-11-03"",""endDate"":""2022-02-13""},{""time"":41596,""label"":""tour_next"",""step"":5},{""time"":47435,""label"":""cleared_brush"",""using"":""click""},{""time"":47447,""label"":""cleared_brush"",""using"":""Escape""},{""time"":48975,""label"":""tour_next"",""step"":5},{""time"":55990,""label"":""tour_end"",""step"":5},{""time"":60582,""label"":""started_brush"",""startDate"":""2021-07-15"",""endDate"":""2021-10-16""}]}","{""startTime"":1678933953227,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line,1,0,0,Positive,2.2,0,0,0,0,0,0,15,1,0.5,1,1,3 -2023-03-15 22:30:42,2023-03-15 22:39:09,0,100,507,1,2023-03-15 22:39:09,R_BPOhVYsg0W01dvj,35.6854,-88.8281,EN,1,3.744,,,,,15.019,94,45,87,16.589,40.826,-2,1,52.688,-3,-3,62.009,-1,37.325,15.122,3,2,3,2,4,4,,27.315,1,4,5,1,1,2,I do not know all the circumstances,20.799,6,,6.883,2,7,3,4,1,5,6,18.834,7,7,11,7,2,8,9,8,,21.125,4,5,4,1,4,5,20.245,6,,4.644,1,1960,Tennessee,6,2,1,,7,,,7,2,1,5f82567f1e720a3842580d23@email.prolific.co,80.55,5f82567f1e720a3842580d23,"{""startTime"":1678934000836,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934051304,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933890586,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":15352,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2712,""week"":""51"",""id"":""chart""},{""time"":18777,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3224,""week"":""52"",""id"":""chart""},{""time"":22716,""label"":""tour_next"",""step"":2},{""time"":28249,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5630,""week"":""52"",""id"":""chart2""},{""time"":34356,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933985012,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":6718,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1086,""week"":""1"",""id"":""chart""},{""time"":10683,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1759,""week"":""52"",""id"":""chart""}]}",0,simple,bar,1,0,0,Negative,3.8,0,2,2,2.845,1.4225,3965,15,0.5,0,0,0.5,1 -2023-03-15 22:28:34,2023-03-15 22:39:12,0,100,638,1,2023-03-15 22:39:13,R_3dXpVsKXHBEZ6YW,38.0551,-97.9323,EN,1,11.142,,,,,15.108,24,23,75,26.442,69.703,-2,1,49.755,-3,-3,94.489,-2,40.226,15.009,3,3,3,3,5,3,,32.179,4,5,5,3,3,4,Can you fully trust something that you just saw once?,62.463,6,,12.624,2,7,3,4,1,5,6,26.25,8,8,9,8,7,7,9,9,,19.347,4,4,4,2,5,4,32.502,1,,7.17,2,1955,Kansas,4,1,1,,7,,,4,2,1,,56.47,638476f72ab8021be345e3ac,"{""startTime"":1678933968038,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934001213,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933786630,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":19,""label"":""tour_started""},{""time"":12437,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4266,""week"":""35"",""id"":""chart""},{""time"":16719,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1735,""week"":""34"",""id"":""chart""},{""time"":19022,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2147,""week"":""1"",""id"":""chart""},{""time"":21270,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3567,""week"":""50"",""id"":""chart""},{""time"":25071,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1615,""week"":""1"",""id"":""chart""},{""time"":28821,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1265,""week"":""29"",""id"":""chart""},{""time"":33623,""label"":""tour_next"",""step"":2},{""time"":43423,""label"":""tour_end"",""step"":2},{""time"":44574,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2844,""week"":""1"",""id"":""chart""},{""time"":47772,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1830,""week"":""4"",""id"":""chart""},{""time"":50046,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1757,""week"":""5"",""id"":""chart""},{""time"":53550,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2253,""week"":""23"",""id"":""chart""},{""time"":57289,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1890,""week"":""24"",""id"":""chart""},{""time"":59645,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2174,""week"":""14"",""id"":""chart""},{""time"":63352,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1701,""week"":""6"",""id"":""chart""}]}","{""startTime"":1678933952100,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,bar,1,0,0,Negative,3.8,0,0,0,0,0,0,15,0.5,0,0,0,2 -2023-03-15 22:26:44,2023-03-15 22:39:16,0,100,752,1,2023-03-15 22:39:16,R_OChBiqyd1QnjAsh,45.7659,-87.089,EN,1,5.319,1,4,2,11.781,15.01,100,100,63,14.915,42.244,1,1,85.864,1,1,79.8,1,82.691,15.017,6,5,6,6,6,6,I have a lot of trust in this data given the source of it is from the CDC,50.822,6,6,6,6,5,6,"It's detailed, provides information as to the source of which the data comes from, and is easy to understand.",43.105,6,I try to trust people until they give me a reason not to,31.076,2,7,3,4,1,5,6,41.676,4,3,6,5,7,3,11,10,,29.762,5,5,5,1,5,5,24.582,1,1,21.424,1,1984,Michigan,6,3,1,,8,COMSTOCK PARK,,5,4,1,5f877e0715f8781a0c7c3ab8@email.prolific.co,101.251,5f877e0715f8781a0c7c3ab8,"{""startTime"":1678933875849,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933813252,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933667132,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":47,""label"":""tour_started""},{""time"":20273,""label"":""tour_next"",""step"":2},{""time"":26900,""label"":""tour_end"",""step"":2},{""time"":31604,""label"":""hovered"",""timeHovered"":4081,""week"":""2021-06-14""}]}","{""startTime"":1678933797172,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":11963,""label"":""hovered"",""timeHovered"":2388,""week"":""2022-01-17""}]}",1,simple,line,1,1,0,Positive,4.3,0,1,1,2.388,2.388,0,15,1,1,1,1,1 -2023-03-15 22:29:57,2023-03-15 22:41:00,0,100,663,1,2023-03-15 22:41:01,R_1FLY9YhxDJSvZkK,39.7427,-104.8129,EN,1,12.303,,,,,15.186,66,65,58,25.655,25.794,1,1,51.645,-2,1,50.648,-1,50.627,15.051,4,4,3,4,4,4,,38.897,2,4,4,7,1,4,I don't have any contradictory information.,29.674,4,,16.099,2,7,3,4,1,5,6,33.3,2,1,5,4,1,7,7,4,,39.212,4,4,5,2,4,4,45.161,7,,17.027,1,1966,Colorado,6,2,1,,7,,,1,4,1,,75.369,639e0331bc3cc615f5a3dd89,"{""startTime"":1678933993768,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934036702,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933897292,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":88,""label"":""tour_started""},{""time"":15535,""label"":""tour_next"",""step"":2},{""time"":21525,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933976730,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,line,0,1,0,Positive,3.8,0,0,0,0,0,0,15,1,0.5,0,0.5,2 -2023-03-15 22:31:20,2023-03-15 22:41:07,0,100,587,1,2023-03-15 22:41:08,R_1erUejSPMywhuXZ,38.581,-121.4939,EN,1,11.059,2,,2,3.64,15.013,74,93,50,21.398,30.202,1,-1,38.978,-2,1,45.82,1,57.705,15.01,4,3,4,5,5,3,,30.05,3,5,3,1,1,3,"I do not really trust the CDC for data anymore, but I trust that the data is not too far from the truth. ",59.944,2,,9.134,2,7,3,4,1,5,6,19.859,3,2,1,4,2,6,6,7,,22.376,4,4,5,4,3,4,23.078,7,2,13.262,1,1961,California,3,1,1,,7,,,6,4,2,,115.382,5e16c978783225c8108ef055,"{""startTime"":1678934039250,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934070158,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933946551,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":13267,""label"":""tour_next"",""step"":2},{""time"":18011,""label"":""tour_end"",""step"":2},{""time"":18927,""label"":""hovered"",""timeHovered"":6141,""week"":""2022-01-03""},{""time"":27007,""label"":""hovered"",""timeHovered"":1389,""week"":""2021-10-18""}]}","{""startTime"":1678934023552,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7651,""label"":""hovered"",""timeHovered"":3109,""week"":""2022-01-10""}]}",1,moderate,line,1,1,0,Positive,4,0,1,1,3.109,3.109,0,15,0.5,0.5,1,0.5,2 -2023-03-15 22:24:36,2023-03-15 22:41:08,0,100,992,1,2023-03-15 22:41:09,R_3lFABJTS7LxZLqQ,40.5992,-77.5768,EN,1,75.961,,,,,15.112,77,20,33,13.299,183.646,1,1,58.232,-2,1,92.773,1,68.553,15.02,5,5,5,4,6,5,,47.671,5,5,4,7,7,5,It appears to be well done and from a credible source.,44.029,5,,12.275,2,7,3,4,1,5,6,39.339,2,3,11,10,1,9,9,10,,24.259,2,3,3,4,3,2,57.805,4,,7.456,1,1969,Pennsylvania,5,1,1,,9,,LEWISTOWN,10,4,1,iwemcurry@yahoo.com,143.96,5fb96b9798cd084465b0bf36,"{""startTime"":1678933869872,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933918718,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933600767,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":17,""label"":""tour_started""},{""time"":52805,""label"":""tour_next"",""step"":5},{""time"":121033,""label"":""started_brush"",""startDate"":""2021-08-02"",""endDate"":""2021-09-13""},{""time"":122952,""label"":""tour_next"",""step"":5},{""time"":134001,""label"":""started_brush"",""startDate"":""2021-07-15"",""endDate"":""2021-12-13""},{""time"":138326,""label"":""moved_brush"",""startDate"":""2021-05-08"",""endDate"":""2021-10-06""},{""time"":139494,""label"":""tour_next"",""step"":5},{""time"":153829,""label"":""moved_brush"",""startDate"":""2021-05-08"",""endDate"":""2021-10-06""},{""time"":154229,""label"":""moved_brush"",""startDate"":""2021-05-08"",""endDate"":""2021-10-06""},{""time"":154645,""label"":""moved_brush"",""startDate"":""2021-05-08"",""endDate"":""2021-10-06""},{""time"":155914,""label"":""cleared_brush"",""using"":""click""},{""time"":157440,""label"":""tour_next"",""step"":5},{""time"":181093,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678933854202,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line,2,0,0,Positive,2.8,0,0,0,0,0,0,15,1,0.5,1,1,3 -2023-03-15 22:19:38,2023-03-15 22:41:11,0,100,1293,1,2023-03-15 22:41:12,R_2R1VCX5ioj1qAiJ,40.4625,-79.9461,EN,1,50.505,1,4,2,8.774,15.014,78,85,64,224.933,149.834,1,1,100.55,-2,1,154.638,-1,59.873,15.114,5,5,5,6,5,5,,97.603,5,5,5,5,5,5,"I have seen a number of different visualizations of COVID-19 vaccine data , this one is clear into the point. It's very uncluttered which I like.",96.75,5,,11.869,2,7,3,4,1,5,6,22.802,6,6,5,5,8,4,9,5,,54.724,4,4,5,2,4,4,30.555,1,1,12.379,1,1964,Pennsylvania,2,2,1,,7,,,3,2,1,62896076149e8f156545884c@email.prolific.co,105.889,62896076149e8f156545884c,"{""startTime"":1678933908515,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933779632,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933511281,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":31,""label"":""tour_started""},{""time"":1657,""label"":""hovered"",""timeHovered"":1691,""week"":""2022-01-10""},{""time"":7336,""label"":""hovered"",""timeHovered"":3699,""week"":""2022-01-03""},{""time"":59968,""label"":""hovered"",""timeHovered"":2394,""week"":""2021-05-03""},{""time"":62801,""label"":""hovered"",""timeHovered"":1946,""week"":""2021-05-17""},{""time"":65152,""label"":""hovered"",""timeHovered"":2013,""week"":""2021-06-07""},{""time"":70168,""label"":""hovered"",""timeHovered"":1649,""week"":""2022-01-03""},{""time"":71889,""label"":""hovered"",""timeHovered"":1312,""week"":""2022-01-03""},{""time"":74253,""label"":""hovered"",""timeHovered"":1466,""week"":""2022-01-03""},{""time"":76009,""label"":""hovered"",""timeHovered"":2695,""week"":""2022-01-03""},{""time"":78809,""label"":""hovered"",""timeHovered"":1579,""week"":""2022-01-03""},{""time"":85759,""label"":""hovered"",""timeHovered"":4516,""week"":""2021-12-27""},{""time"":90369,""label"":""hovered"",""timeHovered"":7525,""week"":""2021-12-27""},{""time"":105779,""label"":""tour_next"",""step"":2},{""time"":142309,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933763753,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":3577,""label"":""hovered"",""timeHovered"":1659,""week"":""2021-08-09""}]}",1,simple,line,0,1,0,Positive,3.8,0,1,1,1.659,1.659,0,15,1,0.5,0,1,1 -2023-03-15 22:21:11,2023-03-15 22:41:13,0,100,1202,1,2023-03-15 22:41:13,R_begFaowzi2mFrKp,39.9792,-75.1279,EN,1,36.56,,,,,15.026,79,34,38,100.54,171.539,1,-2,64.936,1,1,96.245,-1,34.787,15.145,3,3,3,3,3,3,,92.829,3,3,5,1,1,3,Because I don't know the real source.,67.579,4,,23.318,2,7,3,4,1,5,6,37.175,1,2,6,4,1,4,7,9,,87.764,3,4,4,2,4,3,83.067,8,,15.335,1,1981,Pennsylvania,5,2,1,,7,,,6,2,1,,168.111,6401094035971e9972e06328,"{""startTime"":1678933670226,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":4072,""label"":""started_brush"",""startDate"":""2021-09-17"",""endDate"":""2021-12-30""},{""time"":6174,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-09-06""},{""time"":8022,""label"":""started_brush"",""startDate"":""2021-09-10"",""endDate"":""2022-02-13""},{""time"":10707,""label"":""started_brush"",""startDate"":""2021-04-15"",""endDate"":""2022-02-13""}]}","{""startTime"":1678933763753,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933446434,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":25699,""label"":""hovered"",""timeHovered"":1731,""week"":""2022-01-10""},{""time"":49309,""label"":""tour_next"",""step"":5},{""time"":77588,""label"":""cleared_brush"",""using"":""click""},{""time"":83733,""label"":""started_brush"",""startDate"":""2021-06-04"",""endDate"":""2021-06-18""},{""time"":87800,""label"":""started_brush"",""startDate"":""2021-05-22"",""endDate"":""2022-02-13""},{""time"":88787,""label"":""tour_next"",""step"":5},{""time"":97786,""label"":""moved_brush"",""startDate"":""2021-05-22"",""endDate"":""2022-02-13""},{""time"":99858,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-01-03""},{""time"":102600,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-09-24""},{""time"":103496,""label"":""tour_next"",""step"":5},{""time"":127204,""label"":""moved_brush"",""startDate"":""2021-08-30"",""endDate"":""2022-02-13""},{""time"":128772,""label"":""moved_brush"",""startDate"":""2021-08-30"",""endDate"":""2022-02-13""},{""time"":130445,""label"":""moved_brush"",""startDate"":""2021-09-21"",""endDate"":""2022-02-13""},{""time"":133380,""label"":""cleared_brush"",""using"":""click""},{""time"":133383,""label"":""cleared_brush"",""using"":""Escape""},{""time"":137747,""label"":""tour_next"",""step"":5},{""time"":155569,""label"":""tour_end"",""step"":5},{""time"":163943,""label"":""started_brush"",""startDate"":""2021-05-29"",""endDate"":""2022-01-17""}]}","{""startTime"":1678933654334,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":15435,""label"":""started_brush"",""startDate"":""2021-06-06"",""endDate"":""2022-02-13""}]}",0,complex,line,1,0,0,Negative,3.3,1,1,0,0,0,0,15,0.5,1,0,0,3 -2023-03-15 22:26:46,2023-03-15 22:41:15,0,100,869,1,2023-03-15 22:41:16,R_cXSC0Pz4llBCZnX,29.8875,-90.0337,EN,1,60.308,,,,,15.111,96,94,87,38.649,31.14,-3,1,41.849,-3,1,58.432,1,41.772,15.007,5,3,4,6,5,5,,56,5,6,6,4,5,5,"Assuming nobody's lying to me about bugs, the data is presented in a way that makes the issue apparent. ",48.754,5,,19.977,2,7,3,4,1,5,6,19.411,6,7,6,7,7,6,9,8,,37.084,3,4,4,3,4,3,50.818,3,,9.304,1,1972,Maryland,3,2,1,,7,,,3,3,1,xaxsxvx@gmail.com,251.633,63fa78f21e485a372c6528fa,"{""startTime"":1678933919544,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":1990,""label"":""hovered"",""timeHovered"":2028,""week"":""2022-01-10""}]}","{""startTime"":1678933838879,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":1545,""label"":""hovered"",""timeHovered"":2233,""week"":""2022-01-17""},{""time"":4187,""label"":""hovered"",""timeHovered"":1898,""week"":""2022-01-17""}]}","{""startTime"":1678933732454,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":10415,""label"":""tour_next"",""step"":2},{""time"":15836,""label"":""tour_end"",""step"":2},{""time"":21347,""label"":""hovered"",""timeHovered"":1063,""week"":""2022-01-10""},{""time"":23764,""label"":""hovered"",""timeHovered"":4652,""week"":""2022-01-31""}]}","{""startTime"":1678933823204,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,line,1,1,0,Positive,3.5,0,0,0,0,0,0,15,0.5,0.5,1,0.5,2 -2023-03-15 22:21:01,2023-03-15 22:41:22,0,100,1220,1,2023-03-15 22:41:23,R_12gUl6UCpHLMxBL,32.853,-79.9876,EN,1,60.109,,,,,15.061,89,56,68,79.198,151.725,1,1,48.671,-3,1,80.62,1,64.665,15.009,3,3,5,2,5,5,,49.111,4,5,5,7,7,5,The source is a govenment office which for this kind of information would likely be dependable and trustworthy. ,199.847,6,None,15.238,2,7,3,4,1,5,6,38.362,2,7,6,8,8,6,10,10,None,42.487,4,5,5,2,4,5,36.017,2,,66.183,1,1964,South Carolina,8,1,1,,7,,,9,4,1,5e059d2bb1fb05fd1f841142@email.prolific.co,161.744,5e059d2bb1fb05fd1f841142,"{""startTime"":1678933668088,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933757134,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933434568,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":41,""label"":""tour_started""},{""time"":24186,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1841,""week"":""44"",""id"":""chart""},{""time"":33734,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1500,""week"":""1"",""id"":""chart""},{""time"":36235,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2811,""week"":""51"",""id"":""chart""},{""time"":46067,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2644,""week"":""4"",""id"":""chart""},{""time"":65605,""label"":""tour_next"",""step"":5},{""time"":102928,""label"":""started_brush"",""startDate"":""2021-08-31"",""endDate"":""2021-10-01""},{""time"":111500,""label"":""tour_next"",""step"":5},{""time"":122894,""label"":""moved_brush"",""startDate"":""2021-08-01"",""endDate"":""2021-10-01""},{""time"":126847,""label"":""tour_next"",""step"":5},{""time"":134860,""label"":""cleared_brush"",""using"":""Click""},{""time"":138049,""label"":""tour_next"",""step"":5},{""time"":147170,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678933652398,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,bar,1,0,0,Positive,4.2,0,0,0,0,0,0,15,1,0.5,1,1,3 -2023-03-15 22:27:58,2023-03-15 22:42:05,0,100,846,1,2023-03-15 22:42:05,R_3RftS8bgsc777dN,45.5645,-122.6447,EN,1,121.741,,,,,15.082,100,100,73,32.331,56.354,1,1,62.864,-1,1,82.307,1,64.245,15.021,3,3,3,4,4,3,,42.162,3,5,5,7,4,3,because I don't know enough about this topic or who came up with the data to know if I can trust this visualization.,58.735,1,,10.204,2,7,3,4,1,5,6,25.126,1,1,5,3,2,1,9,6,,34.191,1,1,1,4,2,1,46.867,1,,8.102,2,1972,Oregon,6,1,1,,7,,,6,4,1,5e4a59b502b78f4a232c0cff@email.prolific.co,94.073,5e4a59b502b78f4a232c0cff,"{""startTime"":1678934095222,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933996679,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933860522,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":5240,""label"":""hovered"",""timeHovered"":2353,""week"":""2022-01-03""},{""time"":38583,""label"":""tour_next"",""step"":2},{""time"":48998,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933980828,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":12434,""label"":""hovered"",""timeHovered"":1575,""week"":""2022-01-03""}]}",0,simple,line,1,0,0,Negative,1.7,0,1,1,1.575,1.575,0,15,1,0.5,1,1,1 -2023-03-15 22:31:55,2023-03-15 22:42:11,0,100,615,1,2023-03-15 22:42:12,R_Ce7IFOa8kyHv04h,39.6343,-77.7337,EN,1,17.164,1,4,2,4.482,15.006,100,100,20,25.054,33.97,1,1,52.891,-2,-3,120.338,1,40.319,15.012,5,5,5,5,5,5,,35.935,5,5,5,4,5,5,I trust the figures given by the CDC. They have never given me a reason not to trust them.,29.174,5,,7.011,2,7,3,4,1,5,6,21.618,2,2,9,9,3,5,10,11,,26.18,3,4,5,2,4,4,32.825,2,1,14.083,2,1963,Maryland,4,3,1,,7,,,8,4,2,,84.467,5d63179aa3b94d0001da4bb6,"{""startTime"":1678934157864,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934194205,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933987319,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":11626,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3995,""week"":""43"",""id"":""chart""},{""time"":18654,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4927,""week"":""52"",""id"":""chart""},{""time"":25134,""label"":""tour_next"",""step"":2},{""time"":30982,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678934142414,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":9237,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2057,""week"":""52"",""id"":""chart""}]}",1,moderate,bar,1,0,0,Positive,3.7,0,1,1,2.057,2.057,0,15,1,0,1,0,2 -2023-03-15 22:27:09,2023-03-15 22:43:09,0,100,959,1,2023-03-15 22:43:09,R_3dLN2Qa1tD9othi,38.8976,-77.5109,EN,1,5.19,,,,,15.019,93,81,59,48.058,142.092,1,1,103.982,-3,-3,104.25,1,164.852,15.119,4,4,4,4,4,4,none,35.329,4,4,4,3,4,4,because it illustrates relevant information but has alot on one graph to make sense of ,67.509,4,none,16.043,2,7,3,4,1,5,6,26.46,2,6,2,3,3,4,9,7,none,44.185,3,3,3,3,3,3,25.065,3,,6.2,2,1982,Virginia,7,3,1,,2,,,17,2,2,,78.906,5ee09c1a0c2ad1027f541f53,"{""startTime"":1678934137521,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678934030286,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933706339,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":32,""label"":""tour_started""},{""time"":21414,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2449,""week"":""2"",""id"":""chart""},{""time"":24263,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7627,""week"":""51"",""id"":""chart""},{""time"":32828,""label"":""tour_next"",""step"":5},{""time"":50338,""label"":""started_brush"",""startDate"":""2021-06-15"",""endDate"":""2021-08-22""},{""time"":53995,""label"":""cleared_brush"",""using"":""Click""},{""time"":54829,""label"":""tour_next"",""step"":5},{""time"":65536,""label"":""cleared_brush"",""using"":""Click""},{""time"":75061,""label"":""cleared_brush"",""using"":""Click""},{""time"":85660,""label"":""started_brush"",""startDate"":""2021-10-07"",""endDate"":""2022-02-03""},{""time"":101998,""label"":""moved_brush"",""startDate"":""2021-10-11"",""endDate"":""2022-02-07""},{""time"":103162,""label"":""tour_next"",""step"":5},{""time"":111532,""label"":""cleared_brush"",""using"":""Click""},{""time"":112874,""label"":""tour_next"",""step"":5},{""time"":118833,""label"":""tour_end"",""step"":5},{""time"":126067,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4262,""week"":""6"",""id"":""chart""},{""time"":131488,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8338,""week"":""34"",""id"":""chart""}]}","{""startTime"":1678934014525,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":4313,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1125,""week"":""1"",""id"":""chart""},{""time"":12157,""label"":""started_brush"",""startDate"":""2021-06-08"",""endDate"":""2021-11-16""},{""time"":13868,""label"":""cleared_brush"",""using"":""Click""}]}",0,complex,bar,1,1,0,Neutral,3,1,3,1,1.125,1.125,9555,15,1,0,1,1,3 -2023-03-15 22:30:16,2023-03-15 22:43:20,0,100,783,1,2023-03-15 22:43:20,R_3fmAd6LQEV9hCRH,33.7657,-84.2951,EN,1,9.552,1,2,2,8.088,15.016,91,78,33,40.192,55.381,-2,-1,77.239,-1,-1,43.448,-2,24.807,15.015,4,4,3,2,4,3,,53.87,3,3,4,4,4,3,Not sure of the source of the data.,18.991,5,,13.105,2,7,3,4,1,5,6,36.454,8,8,8,8,8,8,8,8,,25.091,4,4,4,2,4,4,47.569,3,1,19.672,2,1972,Georgia,5,2,1,,3,,,7,3,1,blkice112@gmail.com,180.238,60bd3949b6f6d9c3453e8def,"{""startTime"":1678934083607,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934138999,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933933958,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":36,""label"":""tour_started""},{""time"":27470,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3814,""week"":""14"",""id"":""chart""},{""time"":33971,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3998,""week"":""6"",""id"":""chart""},{""time"":39849,""label"":""tour_next"",""step"":2},{""time"":51511,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678934067833,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar,1,0,0,Negative,3.7,0,0,0,0,0,0,15,0,0,0,0,1 -2023-03-15 22:16:56,2023-03-15 22:43:38,0,100,1602,1,2023-03-15 22:43:39,R_0JaAw2MiBALHt2V,38.768,-121.3349,EN,1,23.376,1,2,1,13.245,15.02,50,86,50,29.701,71.825,-1,-1,121.896,1,1,102.504,-1,44.464,15.115,3,1,7,4,3,7,"Apart from the case counts being highly questionable, there's additional data about seriousness and outcomes missing. If you wanted to actually understand what was happening you'd probably have to break down ""vaccinated"" better and include information about repeat cases in both groups.",102.642,7,5,5,7,7,5,"I don't especially, I was told to rate it based on the assumption that I trusted the data. The data is incomplete as presented (just case counts) and the case count numbers are notoriously incomplete themselves. That being said, the visualization is adequate, it doesn't do any tricks like altering the baseline, and it shows (sort of) error bars.",113.511,4,"The previous two pages' questions were a complete hash. The first page had two questions about the monthly count of vaccinated and unvaccinated cases and the chart was weekly cases. The counts given as choices were in the first case FAR under the count (looked like 8500 adding up weekly cases based on the chart), and in the second case they wanted the February numbers and only half of February was on the chart. On the second page (immediately prior to this one), the question was regarding the cases in an age group for December 2022 - the chart showed early 2021 to *early* 2022, the month in question was not on the chart. I mean, this might have been intentional, and bravo if it was I guess, but it seems like a series of typos.",196.711,2,7,3,4,1,5,6,15.124,2,3,6,4,2,6,6,7,nah,54.775,4,4,5,2,5,5,38.811,6,3,28.246,1,1971,California,3,3,1,,7,,,5,2,1,5bee108b6f2d54000198e0c6@email.prolific.co,543.867,5bee108b6f2d54000198e0c6,"{""startTime"":1678933459499,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933300470,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":13960,""label"":""hovered"",""timeHovered"":3856,""week"":""2022-01-03""}]}","{""startTime"":1678933109542,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":31053,""label"":""hovered"",""timeHovered"":1967,""week"":""2021-12-20""},{""time"":43326,""label"":""tour_next"",""step"":2},{""time"":47733,""label"":""tour_end"",""step"":2},{""time"":60087,""label"":""hovered"",""timeHovered"":1558,""week"":""2022-01-10""},{""time"":65414,""label"":""hovered"",""timeHovered"":3555,""week"":""2022-01-03""}]}","{""startTime"":1678933284850,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line,0,2,0,Neutral,4.2,0,0,0,0,0,0,15,0,1,0,1,2 -2023-03-15 22:27:01,2023-03-15 22:43:45,0,100,1003,1,2023-03-15 22:43:46,R_1jwdEpTKlR1xa0h,37.9998,-120.3267,EN,1,4.178,,,,,15.007,74,84,68,77.22,207.243,-2,-2,44.101,-3,1,135.739,-2,40.671,15.015,4,5,5,5,6,4,n/a,60.66,5,6,6,4,3,6,Because it said to pretend that I trust it so I said strongly agree. ,25.228,5,n/a,13.379,2,7,3,4,1,5,6,19.567,6,7,8,8,4,10,8,9,n/a,42.864,4,4,5,3,4,4,39.047,7,,7.366,2,1964,California,3,2,1,,7,,,11,2,2,,189.002,62b755ac8d4ceeb1a463c05a,"{""startTime"":1678933992420,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":2535,""label"":""started_brush"",""startDate"":""2021-04-29"",""endDate"":""2021-06-01""},{""time"":13558,""label"":""started_brush"",""startDate"":""2021-10-31"",""endDate"":""2021-12-02""},{""time"":17924,""label"":""started_brush"",""startDate"":""2021-12-31"",""endDate"":""2022-01-25""}]}","{""startTime"":1678934053726,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933727961,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":21,""label"":""tour_started""},{""time"":39050,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3783,""week"":""48"",""id"":""chart""},{""time"":43717,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4150,""week"":""51"",""id"":""chart""},{""time"":48166,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1484,""week"":""1"",""id"":""chart""},{""time"":50877,""label"":""tour_next"",""step"":5},{""time"":71463,""label"":""cleared_brush"",""using"":""Click""},{""time"":90195,""label"":""cleared_brush"",""using"":""Click""},{""time"":92152,""label"":""cleared_brush"",""using"":""Click""},{""time"":92647,""label"":""cleared_brush"",""using"":""Click""},{""time"":93096,""label"":""cleared_brush"",""using"":""Click""},{""time"":97458,""label"":""cleared_brush"",""using"":""Click""},{""time"":98093,""label"":""cleared_brush"",""using"":""Click""},{""time"":98472,""label"":""cleared_brush"",""using"":""Click""},{""time"":101274,""label"":""started_brush"",""startDate"":""2021-10-30"",""endDate"":""2021-12-02""},{""time"":104791,""label"":""tour_next"",""step"":5},{""time"":124872,""label"":""moved_brush"",""startDate"":""2021-08-27"",""endDate"":""2021-09-29""},{""time"":125543,""label"":""tour_next"",""step"":5},{""time"":130976,""label"":""cleared_brush"",""using"":""Click""},{""time"":130976,""label"":""cleared_brush"",""using"":""Escape""},{""time"":133385,""label"":""tour_next"",""step"":5},{""time"":141798,""label"":""tour_end"",""step"":5},{""time"":161914,""label"":""started_brush"",""startDate"":""2021-08-17"",""endDate"":""2021-11-03""},{""time"":174584,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2054,""week"":""38"",""id"":""chart""},{""time"":178525,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1279,""week"":""36"",""id"":""chart""},{""time"":185667,""label"":""started_brush"",""startDate"":""2021-06-04"",""endDate"":""2021-06-29""},{""time"":189288,""label"":""moved_brush"",""startDate"":""2021-06-04"",""endDate"":""2021-06-29""},{""time"":190688,""label"":""cleared_brush"",""using"":""Click""},{""time"":190688,""label"":""cleared_brush"",""using"":""Escape""},{""time"":192796,""label"":""started_brush"",""startDate"":""2021-05-02"",""endDate"":""2021-06-02""},{""time"":201153,""label"":""moved_brush"",""startDate"":""2021-05-02"",""endDate"":""2021-06-02""},{""time"":202733,""label"":""started_brush"",""startDate"":""2021-07-01"",""endDate"":""2021-08-04""}]}","{""startTime"":1678933976779,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":11239,""label"":""started_brush"",""startDate"":""2021-08-30"",""endDate"":""2021-11-01""}]}",0,complex,bar,0,0,0,Neutral,4,1,1,0,0,0,0,15,0,0.5,0,0,3 -2023-03-15 22:25:20,2023-03-15 22:43:50,0,100,1110,1,2023-03-15 22:43:50,R_3ELpGpQSIo14Ecm,37.752,-87.1514,EN,1,68.559,1,4,2,9.402,15.01,100,100,18,30.75,141.089,1,1,64.205,-2,1,335.171,-3,166.823,15.111,4,3,4,4,7,4,,34.804,5,4,5,4,4,4,I need more information to trust it completely. Where are these numbers coming from?,34.602,2,,9.653,2,7,3,4,1,5,6,18.505,4,4,2,4,6,3,10,9,,25.297,3,4,4,2,4,4,22.756,1,2,10.484,2,1970,Kentucky,6,1,1,,4,,,14,4,2,,47.306,60fe250b3984cfdf32c05860,"{""startTime"":1678934048787,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933991310,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933665272,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":22,""label"":""tour_started""},{""time"":15313,""label"":""hovered"",""timeHovered"":4927,""week"":""2021-10-11""},{""time"":29669,""label"":""tour_next"",""step"":5},{""time"":55172,""label"":""started_brush"",""startDate"":""2021-08-07"",""endDate"":""2021-10-16""},{""time"":59497,""label"":""tour_next"",""step"":5},{""time"":83698,""label"":""moved_brush"",""startDate"":""2021-10-06"",""endDate"":""2021-12-14""},{""time"":84913,""label"":""cleared_brush"",""using"":""click""},{""time"":86527,""label"":""tour_next"",""step"":5},{""time"":98609,""label"":""cleared_brush"",""using"":""click""},{""time"":98614,""label"":""cleared_brush"",""using"":""Escape""},{""time"":100525,""label"":""tour_next"",""step"":5},{""time"":110952,""label"":""tour_end"",""step"":5},{""time"":26361,""label"":""hovered"",""timeHovered"":92354,""week"":""2022-01-17""},{""time"":118896,""label"":""hovered"",""timeHovered"":2108,""week"":""2022-01-24""},{""time"":125633,""label"":""hovered"",""timeHovered"":1628,""week"":""2022-01-17""}]}","{""startTime"":1678933975290,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line,1,0,0,Negative,3.5,0,0,0,0,0,0,15,1,0.5,0,0,3 -2023-03-15 22:35:34,2023-03-15 22:43:57,0,100,502,1,2023-03-15 22:43:57,R_ToRJUpMUImxc22d,40.6994,-73.8883,EN,1,6.194,,,,,15.053,100,100,1,20.69,45.691,1,1,48.253,1,1,68.493,-1,32.906,15.021,5,3,7,5,5,5,,23.252,5,6,5,4,4,5,It looks accurately represented and based on real numbers.,24.915,2,,6.559,2,7,3,4,1,5,6,37.904,6,6,5,8,10,6,11,8,,21.886,3,4,5,3,4,4,16.659,1,,3.55,2,1982,New York,6,2,1,,2,,,11,4,1,elmodj2@aol.com,65.135,5fb2041681fe9376804e1249,"{""startTime"":1678934359391,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934383466,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934248055,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":29,""label"":""tour_started""},{""time"":14824,""label"":""hovered"",""timeHovered"":4175,""week"":""2021-12-27""},{""time"":22486,""label"":""hovered"",""timeHovered"":1196,""week"":""2021-06-07""},{""time"":24901,""label"":""tour_next"",""step"":2},{""time"":34259,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678934343313,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":10999,""label"":""hovered"",""timeHovered"":1481,""week"":""2022-01-03""},{""time"":12509,""label"":""hovered"",""timeHovered"":2300,""week"":""2021-12-27""}]}",0,simple,line,1,1,0,Positive,3.8,0,2,2,3.781,1.8905,1510,15,1,1,0,1,1 -2023-03-15 22:26:41,2023-03-15 22:44:01,0,100,1039,1,2023-03-15 22:44:02,R_WlGVcAxMva6bon7,32.6951,-97.269,EN,1,387.478,1,2,1,6.513,15.011,40,65,66,29.905,37.989,1,1,54.439,1,1,44.172,1,75.106,15.016,3,2,3,4,5,2,,27.203,7,4,3,2,2,2,Hard to know whats real anymore,19.533,4,,10.202,2,7,3,4,1,5,6,23.7,2,2,9,7,2,5,7,9,,71.449,4,3,3,2,4,4,23.021,6,2,54.359,1,1984,Texas,6,2,1,,7,,,13,2,1,5caa183a9ac82a001631374e@email.prolific.co,76.818,5caa183a9ac82a001631374e,"{""startTime"":1678934215666,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934170759,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934072074,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":13029,""label"":""tour_next"",""step"":2},{""time"":15686,""label"":""tour_end"",""step"":2},{""time"":17592,""label"":""hovered"",""timeHovered"":1564,""week"":""2022-01-10""},{""time"":20707,""label"":""hovered"",""timeHovered"":12177,""week"":""2022-01-03""}]}","{""startTime"":1678934155136,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6896,""label"":""hovered"",""timeHovered"":2669,""week"":""2021-12-27""}]}",1,moderate,line,1,0,0,Negative,3.3,0,1,1,2.669,2.669,0,15,1,1,1,1,2 -2023-03-15 22:26:22,2023-03-15 22:44:03,0,100,1060,1,2023-03-15 22:44:03,R_1Hp18fesRIy6iox,29.0266,-81.3349,EN,1,37.878,1,4,2,20.164,15.117,93,94,50,33.558,59.064,1,1,91.832,-3,-3,139.871,1,81.402,15.115,5,2,4,5,5,5,"While I've lost a lot of faith in the CDC, I do believe that they reported the true numbers to the best of their ability.",138.933,4,5,5,5,5,5,This visualizations meshes with the news I was reading during this period of the pandemic.,66.201,4,,23.564,2,7,3,4,1,5,6,26.059,2,3,8,8,1,7,10,10,,28.569,4,4,4,2,4,4,26.722,4,1,13.23,2,1958,Florida,6,1,1,,7,,,5,4,1,5f92002ccc33eb0ff3d749c5@email.prolific.co,141.773,5f92002ccc33eb0ff3d749c5,"{""startTime"":1678934012131,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":37833},{""label"":""window_focused"",""time"":63187},{""label"":""window_blurred"",""time"":124415},{""label"":""window_focused"",""time"":135784}]}","{""startTime"":1678933871695,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933703982,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":21,""label"":""tour_started""},{""time"":8502,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1302,""week"":""52"",""id"":""chart""},{""time"":10584,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5761,""week"":""52"",""id"":""chart""},{""time"":18552,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8391,""week"":""6"",""id"":""chart""},{""time"":30537,""label"":""tour_next"",""step"":2},{""time"":37730,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1569,""week"":""35"",""id"":""chart2""},{""time"":41846,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6332,""week"":""52"",""id"":""chart2""},{""time"":48850,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2288,""week"":""6"",""id"":""chart2""},{""time"":54975,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933855753,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":2555,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2852,""week"":""1"",""id"":""chart""},{""time"":5916,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2017,""week"":""6"",""id"":""chart""},{""time"":9997,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2535,""week"":""6"",""id"":""chart""}]}",1,simple,bar,0,1,0,Positive,3.7,0,3,3,7.404,2.468,7442,15,1,0,1,1,1 -2023-03-15 22:31:25,2023-03-15 22:44:15,0,100,770,1,2023-03-15 22:44:16,R_vvEVapll2HkwjCx,41.9739,-71.3284,EN,1,28.195,,,,,15.008,72,73,52,47.378,41.104,1,1,78.095,-1,1,95.922,-1,72.683,15.014,5,5,4,4,5,3,,33.686,4,3,4,3,3,3,I am not sure if there are other factors we do not know.,41.885,3,,16.403,2,7,3,4,1,5,6,29.202,7,8,9,10,8,10,10,11,,28.96,3,3,4,3,4,3,39.701,3,,15.419,1,1966,Massachusetts,6,2,1,,8,North Attleboro,,19,3,2,,111.54,616f315b5e74ca5b9a1d2ca7,"{""startTime"":1678934125333,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934159806,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933988693,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":14037,""label"":""hovered"",""timeHovered"":1116,""week"":""2021-11-29""},{""time"":16703,""label"":""hovered"",""timeHovered"":1650,""week"":""2022-01-03""},{""time"":20170,""label"":""hovered"",""timeHovered"":3250,""week"":""2022-01-03""},{""time"":27816,""label"":""tour_next"",""step"":2},{""time"":38262,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678934109856,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,line,0,1,0,Neutral,3.3,0,0,0,0,0,0,15,1,0.5,0,1,1 -2023-03-15 22:32:23,2023-03-15 22:44:23,0,100,719,1,2023-03-15 22:44:23,R_CgKtoqYfKZ1Pfmp,35.7704,-78.6293,EN,1,11.547,,,,,15.126,97,6,0,19.121,195.965,-2,1,87.356,-3,-3,71.114,-1,71.697,15.019,3,3,3,2,6,3,,26.94,3,7,1,1,1,3,I have no idea what is being left out of this visualization.,19.625,6,The event of the night that has convinced me to go to sleep...,28.182,2,7,3,4,1,5,6,10.742,3,3,7,7,3,5,9,8,,18.233,5,5,5,1,5,5,18.001,2,,5.51,2,1959,North Carolina,7,3,1,,7,,,17,4,1,bonnybutterworth@gmail.com,61.285,5a91877e777df200015fa0f5,"{""startTime"":1678934282635,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":26,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1187,""week"":""1"",""id"":""chart""}]}","{""startTime"":1678934309969,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933998576,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":13732,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1005,""week"":""2"",""id"":""chart""},{""time"":15399,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2773,""week"":""52"",""id"":""chart""},{""time"":20369,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1257,""week"":""45"",""id"":""chart""},{""time"":23230,""label"":""tour_next"",""step"":5},{""time"":60511,""label"":""tour_back"",""step"":5},{""time"":62405,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1422,""week"":""2"",""id"":""chart""},{""time"":64894,""label"":""tour_next"",""step"":5},{""time"":85690,""label"":""cleared_brush"",""using"":""Click""},{""label"":""window_blurred"",""time"":105826},{""label"":""window_focused"",""time"":142146},{""time"":143406,""label"":""tour_back"",""step"":5},{""time"":151993,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1408,""week"":""3"",""id"":""chart""},{""time"":155054,""label"":""tour_next"",""step"":5},{""time"":162478,""label"":""started_brush"",""startDate"":""2021-10-02"",""endDate"":""2021-10-09""},{""time"":164559,""label"":""started_brush"",""startDate"":""2021-08-04"",""endDate"":""2021-09-19""},{""time"":166638,""label"":""tour_next"",""step"":5},{""time"":174688,""label"":""moved_brush"",""startDate"":""2021-06-27"",""endDate"":""2021-08-12""},{""time"":175726,""label"":""tour_next"",""step"":5},{""time"":185264,""label"":""cleared_brush"",""using"":""Click""},{""time"":185264,""label"":""cleared_brush"",""using"":""Escape""},{""time"":186279,""label"":""tour_next"",""step"":5},{""time"":190989,""label"":""tour_end"",""step"":5},{""time"":192788,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1834,""week"":""50"",""id"":""chart""}]}","{""startTime"":1678934267268,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":5059,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2150,""week"":""51"",""id"":""chart""},{""time"":8306,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4674,""week"":""46"",""id"":""chart""},{""time"":13305,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1144,""week"":""42"",""id"":""chart""}]}",0,complex,bar,1,1,0,Negative,4.3,0,3,3,7.968,2.656,8246,15,0.5,0,0,0,3 -2023-03-15 22:28:17,2023-03-15 22:44:24,0,100,966,1,2023-03-15 22:44:24,R_30qSBZMmdDITbjT,40.4298,-78.4408,EN,1,21.241,1,2,2,8.793,15.011,19,100,100,38.044,74.318,1,1,63.901,1,1,69.844,-1,104.54,15.011,2,1,2,5,4,7,,67.422,2,6,2,1,7,5,"Because you told me to assume it's true. I don't really believe it, but I like that it's colorful.",97.495,3,,10.754,2,7,3,4,1,5,6,26.802,1,1,10,6,1,7,5,3,,25.9,3,3,4,4,2,3,41.852,7,3,16.794,2,1966,Pennsylvania,2,2,1,,9,,Duncansville,5,1,1,LMB1602PVB@aol.com,123.201,63b3208b1734328e43b42532,"{""startTime"":1678934144205,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":7076},{""label"":""window_focused"",""time"":14518}]}","{""startTime"":1678933933914,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933773154,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":30038,""label"":""tour_next"",""step"":2},{""time"":39606,""label"":""tour_end"",""step"":2},{""time"":40707,""label"":""hovered"",""timeHovered"":2466,""week"":""2022-01-24""},{""time"":43283,""label"":""hovered"",""timeHovered"":2234,""week"":""2022-01-24""},{""time"":45842,""label"":""hovered"",""timeHovered"":1155,""week"":""2022-01-10""},{""time"":47002,""label"":""hovered"",""timeHovered"":9379,""week"":""2022-01-10""},{""time"":60411,""label"":""hovered"",""timeHovered"":2186,""week"":""2021-04-26""},{""time"":65939,""label"":""hovered"",""timeHovered"":1842,""week"":""2022-01-31""}]}","{""startTime"":1678933918320,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line,2,0,0,Neutral,3.2,0,0,0,0,0,0,15,1,1,0,1,2 -2023-03-15 22:27:46,2023-03-15 22:44:31,0,100,1004,1,2023-03-15 22:44:32,R_3kqaEeJ5odI03uq,34.1867,-118.3878,EN,1,5.777,,,,,15.007,86,87,50,36.115,48.958,1,1,117.495,-3,-3,166.502,1,63.271,15.01,5,4,5,4,5,5,,71.589,4,4,3,3,3,5,"Since it's based on scientific data, I don't really see a valid reason not to trust it. ",77.591,5,,6.325,2,7,3,4,1,5,6,32.685,6,8,9,8,6,8,10,9,,78.849,2,3,3,2,4,4,17.471,3,,4.142,2,1963,California,5,2,1,,7,,,4,2,1,jewelgreen777@yahoo.com,153.201,55bfa58afdf99b339da508c2,"{""startTime"":1678934005742,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933885625,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933701951,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":26,""label"":""tour_started""},{""time"":27370,""label"":""tour_next"",""step"":2},{""time"":28714,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1934,""week"":""52"",""id"":""chart2""},{""time"":31617,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1266,""week"":""49"",""id"":""chart2""},{""time"":41025,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1017,""week"":""31"",""id"":""chart2""},{""time"":46770,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933869709,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,bar,1,0,0,Positive,3,0,0,0,0,0,0,15,1,0,1,1,1 -2023-03-15 22:26:18,2023-03-15 22:44:33,0,100,1094,1,2023-03-15 22:44:35,R_3pnZbCCRZQf0r5D,39.5177,-87.1238,EN,1,26.534,2,,2,4.476,15.166,5,100,52,100.218,106.376,1,1,117.168,-3,-3,114.389,-2,145.789,15.133,1,1,1,7,1,1,Thank you,46.457,1,7,7,1,1,1,I believe that charts like this misrepresent the truth and present things in an oversimplified way in order to mislead the viewer.,108.919,4,Thank you,15.177,2,7,3,4,1,5,6,27.301,5,2,10,10,2,6,3,6,Thank you,56.671,3,3,3,3,4,3,26.914,6,3,23.768,2,1961,Indiana,6,1,1,,7,,,6,2,1,auxierlo1611@gmail.com,68.874,56494d5b6902220012c4acb7,"{""startTime"":1678933992211,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934039975,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933747162,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":140,""label"":""tour_started""},{""time"":29285,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6209,""week"":""2"",""id"":""chart""},{""time"":36416,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":12990,""week"":""6"",""id"":""chart""},{""time"":50339,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":11580,""week"":""1"",""id"":""chart""},{""time"":64080,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4883,""week"":""41"",""id"":""chart""},{""time"":72074,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5432,""week"":""23"",""id"":""chart""},{""time"":81238,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7543,""week"":""52"",""id"":""chart""},{""time"":90951,""label"":""tour_next"",""step"":2},{""time"":96803,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933970085,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar,1,0,0,Negative,3.2,0,0,0,0,0,0,15,1,0,0,0,2 -2023-03-15 22:27:24,2023-03-15 22:44:47,0,100,1042,1,2023-03-15 22:44:47,R_ZDB09PyY8b9JkTn,29.5422,-95.3212,EN,1,63.604,1,4,1,11.899,15.01,100,74,77,29.325,174.089,1,-2,59.227,-3,1,96.134,1,40.678,15.011,5,3,4,4,6,5,,79.109,4,5,5,5,2,5,"All of the axes are labeled and I understand what they mean. With the numerical values included, I will not be fooled by the slope of the lines on the graph.",96.946,4,,13.669,2,7,3,4,1,5,6,37.635,6,6,5,4,8,5,10,9,,45.697,5,5,5,1,4,5,32.973,2,2,17.327,1,1971,Texas,6,2,1,,3,,,10,2,1,598ba20f716a2c000187ce01@email.prolific.co,85.127,598ba20f716a2c000187ce01,"{""startTime"":1678934229917,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":2463,""label"":""hovered"",""timeHovered"":1337,""week"":""2021-04-26""}]}","{""startTime"":1678934055019,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":2006,""label"":""hovered"",""timeHovered"":3092,""week"":""2021-04-12""},{""time"":8335,""label"":""hovered"",""timeHovered"":1385,""week"":""2021-04-26""},{""time"":11731,""label"":""hovered"",""timeHovered"":1325,""week"":""2022-02-07""}]}","{""startTime"":1678933805326,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":17348,""label"":""hovered"",""timeHovered"":4116,""week"":""2021-08-02""},{""time"":21697,""label"":""hovered"",""timeHovered"":1867,""week"":""2021-08-23""},{""time"":27081,""label"":""hovered"",""timeHovered"":2666,""week"":""2021-06-07""},{""time"":31414,""label"":""hovered"",""timeHovered"":2183,""week"":""2022-01-03""},{""time"":35758,""label"":""tour_next"",""step"":2},{""time"":48640,""label"":""tour_end"",""step"":2},{""time"":55824,""label"":""hovered"",""timeHovered"":1902,""week"":""2021-04-12""},{""time"":57760,""label"":""hovered"",""timeHovered"":2255,""week"":""2021-04-12""},{""time"":65175,""label"":""hovered"",""timeHovered"":1408,""week"":""2021-04-12""},{""time"":66949,""label"":""hovered"",""timeHovered"":6721,""week"":""2021-04-12""},{""time"":73876,""label"":""hovered"",""timeHovered"":5826,""week"":""2021-04-12""},{""time"":79955,""label"":""hovered"",""timeHovered"":1401,""week"":""2021-04-26""},{""time"":82263,""label"":""hovered"",""timeHovered"":1856,""week"":""2021-06-14""},{""time"":84714,""label"":""hovered"",""timeHovered"":1413,""week"":""2021-05-31""},{""time"":86546,""label"":""hovered"",""timeHovered"":4044,""week"":""2021-06-14""},{""time"":90809,""label"":""hovered"",""timeHovered"":3246,""week"":""2021-06-14""},{""time"":94366,""label"":""hovered"",""timeHovered"":3056,""week"":""2021-06-21""},{""time"":97895,""label"":""hovered"",""timeHovered"":3238,""week"":""2021-07-05""},{""time"":102951,""label"":""hovered"",""timeHovered"":2288,""week"":""2021-08-16""},{""time"":108615,""label"":""hovered"",""timeHovered"":2918,""week"":""2021-12-13""},{""time"":111778,""label"":""hovered"",""timeHovered"":2788,""week"":""2021-12-06""},{""time"":115207,""label"":""hovered"",""timeHovered"":3465,""week"":""2021-12-13""},{""time"":118675,""label"":""hovered"",""timeHovered"":1341,""week"":""2021-12-13""},{""time"":121683,""label"":""hovered"",""timeHovered"":1868,""week"":""2022-01-03""},{""time"":124857,""label"":""hovered"",""timeHovered"":2045,""week"":""2022-01-31""},{""time"":127298,""label"":""hovered"",""timeHovered"":1251,""week"":""2022-02-07""},{""time"":128832,""label"":""hovered"",""timeHovered"":1200,""week"":""2022-01-31""},{""time"":137699,""label"":""hovered"",""timeHovered"":1483,""week"":""2021-11-22""},{""time"":142312,""label"":""hovered"",""timeHovered"":1623,""week"":""2021-11-22""},{""time"":144111,""label"":""hovered"",""timeHovered"":1208,""week"":""2021-11-22""},{""time"":146373,""label"":""hovered"",""timeHovered"":1001,""week"":""2021-11-22""},{""time"":148007,""label"":""hovered"",""timeHovered"":2447,""week"":""2021-11-22""},{""time"":150996,""label"":""hovered"",""timeHovered"":1154,""week"":""2021-11-01""},{""time"":154120,""label"":""hovered"",""timeHovered"":2070,""week"":""2021-08-16""},{""time"":156712,""label"":""hovered"",""timeHovered"":5991,""week"":""2021-08-09""},{""time"":167555,""label"":""hovered"",""timeHovered"":5324,""week"":""2021-12-27""}]}","{""startTime"":1678934039488,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line,0,1,0,Positive,4.2,0,0,0,0,0,0,15,0.5,0.5,1,0.5,1 -2023-03-15 22:27:32,2023-03-15 22:45:16,0,100,1063,1,2023-03-15 22:45:17,R_UfqjUubFL525gnn,34.0068,-118.256,EN,1,12.432,1,2,2,28.388,16.394,100,100,43,21.406,25.848,-3,1,62.74,-2,-3,113.986,-3,62.072,15.125,5,6,5,5,6,6,,125.467,5,5,5,7,6,6,It's from a trustworthy source so I assume it's accurate unless it isn't then oh well.,30.69,4,,53.87,2,7,3,4,1,5,6,47.362,1,1,1,5,8,6,8,8,,26.208,1,1,1,4,3,3,100.478,4,2,8.317,1,1998,California,2,2,1,,4,,,2,4,1,rubenarriaga99@gmail.com,152.222,5fb0a3d6a8e4224b973e750b,"{""startTime"":1678933904163,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934030292,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":24700},{""label"":""window_focused"",""time"":25780},{""label"":""window_blurred"",""time"":28503},{""label"":""window_focused"",""time"":34026}]}","{""startTime"":1678933746380,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":17,""label"":""tour_started""},{""time"":3970,""label"":""tour_next"",""step"":2},{""time"":7232,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933888488,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar,1,0,0,Positive,2.2,0,0,0,0,0,0,15,0.5,0,0,0,2 -2023-03-15 22:35:41,2023-03-15 22:45:39,0,100,598,1,2023-03-15 22:45:40,R_2tKD43trPxpIgzF,39.7436,-86.1158,EN,1,12.638,,,,,16.364,86,73,72,43.433,40.308,1,1,32.774,1,1,36.161,1,45.843,15.107,5,4,4,5,5,2,I find it implausible there is a spike in the coldest part of the year,84.195,5,5,5,7,7,5,I was told I trust the data and this is a good way to represent it accurately,42.036,3,,6.904,2,7,3,4,1,5,6,15.756,1,6,1,5,7,3,10,10,,20.286,5,5,5,1,5,5,31.929,1,,5.762,1,1969,Indiana,6,1,1,,7,,,13,4,1,FLACO629@GMAIL.COM,94.81,5fc07d1d954a2251529dcfd6,"{""startTime"":1678934384798,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":1873},{""label"":""window_focused"",""time"":5157}]}","{""startTime"":1678934315410,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934222428,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":12517,""label"":""tour_next"",""step"":2},{""time"":17239,""label"":""tour_end"",""step"":2},{""time"":19245,""label"":""hovered"",""timeHovered"":5265,""week"":""2021-06-14""},{""time"":29713,""label"":""hovered"",""timeHovered"":1616,""week"":""2021-08-30""},{""time"":35365,""label"":""hovered"",""timeHovered"":3186,""week"":""2022-01-10""}]}","{""startTime"":1678934299769,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":8375,""label"":""hovered"",""timeHovered"":1804,""week"":""2022-02-07""},{""time"":12425,""label"":""hovered"",""timeHovered"":1006,""week"":""2022-01-17""}]}",0,moderate,line,1,0,0,Positive,4.3,0,2,2,2.81,1.405,4050,15,1,1,1,1,2 -2023-03-15 22:31:38,2023-03-15 22:45:48,0,100,850,1,2023-03-15 22:45:49,R_241zbLpvVgr0kZo,36.1214,-115.141,EN,1,55.735,,,,,15.128,89,100,80,44.594,97.578,1,1,61.538,-3,-3,84.57,-3,51.61,15.126,3,5,3,6,6,4,,56.02,5,4,5,5,3,4,I don't know about the measuring processes so I can't be sure that the results are trustworthy.,49.27,4,,29.721,2,7,3,4,1,5,6,32.544,2,1,9,8,3,5,4,3,,34.853,3,3,3,3,3,2,45.056,4,,10.539,2,1954,California,6,1,1,,3,,,3,4,2,,61.98,638e415e46b2a8da60722496,"{""startTime"":1678934332925,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934244701,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934045176,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":44697,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1042,""week"":""2"",""id"":""chart""},{""time"":46932,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5257,""week"":""1"",""id"":""chart""},{""time"":52305,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6482,""week"":""52"",""id"":""chart""},{""time"":60243,""label"":""tour_next"",""step"":2},{""time"":78247,""label"":""tour_end"",""step"":2},{""time"":83162,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1855,""week"":""1"",""id"":""chart""},{""time"":85824,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2763,""week"":""52"",""id"":""chart""},{""time"":88598,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3802,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678934228765,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":5688,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2026,""week"":""1"",""id"":""chart""},{""time"":10110,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2329,""week"":""1"",""id"":""chart""}]}",0,moderate,bar,1,0,0,Negative,2.8,0,2,2,4.355,2.1775,4422,15,1,0,0,0,2 -2023-03-15 22:38:14,2023-03-15 22:45:52,0,100,457,1,2023-03-15 22:45:52,R_3kFKJSBH5o6Npys,40.4441,-75.345,EN,1,6.224,1,4,2,6.828,15.106,93,95,94,30.98,66.786,1,1,45.665,-2,1,39.823,-3,26.683,15.154,5,6,6,5,5,6,,8.498,6,6,6,5,6,5,It shows facts in easy to understand color line graph,16.415,6,,5.109,2,7,3,4,1,5,6,16.203,7,8,9,9,7,8,10,10,,13.62,5,5,5,1,5,5,17.413,7,1,10.94,1,1973,Pennsylvania,7,3,1,,7,,,16,1,1,COOPERXZXZ@HOTMAIL.COM,69.22,5ba292385301b80001c71ba2,"{""startTime"":1678934516764,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678934490155,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678934377825,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":38,""label"":""tour_started""},{""time"":9127,""label"":""tour_next"",""step"":5},{""time"":22752,""label"":""cleared_brush"",""using"":""click""},{""time"":26405,""label"":""cleared_brush"",""using"":""click""},{""time"":26630,""label"":""cleared_brush"",""using"":""click""},{""time"":27974,""label"":""started_brush"",""startDate"":""2021-07-18"",""endDate"":""2021-11-02""},{""time"":29015,""label"":""tour_next"",""step"":5},{""time"":33016,""label"":""started_brush"",""startDate"":""2021-06-17"",""endDate"":""2021-07-11""},{""time"":37775,""label"":""moved_brush"",""startDate"":""2021-08-10"",""endDate"":""2021-09-03""},{""time"":38864,""label"":""tour_next"",""step"":5},{""time"":60744,""label"":""cleared_brush"",""using"":""click""},{""time"":60752,""label"":""cleared_brush"",""using"":""Escape""},{""time"":62393,""label"":""tour_next"",""step"":5},{""time"":63958,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678934473375,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line,1,1,0,Positive,4.3,0,0,0,0,0,0,15,1,0.5,0,0,3 -2023-03-15 22:31:12,2023-03-15 22:46:11,0,100,899,1,2023-03-15 22:46:12,R_1g0iDnRJuIS5FrI,44.482,-88.0185,EN,1,85.863,1,4,1,28.838,15.115,100,100,50,39.514,96.242,1,1,56.364,1,1,97.346,1,57.389,15.012,5,5,6,6,5,5,,26.23,5,5,5,3,7,5,The information comes from the CDC and I believe the data they gather and distribute regarding Covid is as accurate as data could be.,60.591,4,,15.424,2,7,3,4,1,5,6,39.961,4,4,4,5,5,3,11,9,,41.016,4,4,5,1,4,4,40.087,1,2,27.868,2,1982,Wisconsin,6,2,1,,7,,,11,4,1,slpeterson82@gmail.com,85.329,63f796a016e377d12cff50f1,"{""startTime"":1678934333364,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934226471,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934057108,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":11779,""label"":""hovered"",""timeHovered"":1266,""week"":""2021-12-27""},{""time"":13146,""label"":""hovered"",""timeHovered"":4032,""week"":""2021-12-27""},{""time"":18928,""label"":""hovered"",""timeHovered"":2766,""week"":""2022-02-07""},{""time"":22394,""label"":""hovered"",""timeHovered"":1500,""week"":""2021-04-12""},{""time"":26161,""label"":""hovered"",""timeHovered"":1116,""week"":""2021-04-19""},{""time"":33426,""label"":""hovered"",""timeHovered"":3183,""week"":""2021-08-16""},{""time"":36609,""label"":""hovered"",""timeHovered"":1399,""week"":""2021-08-16""},{""time"":39926,""label"":""hovered"",""timeHovered"":1332,""week"":""2021-10-04""},{""time"":42675,""label"":""hovered"",""timeHovered"":4749,""week"":""2021-11-01""},{""time"":50790,""label"":""hovered"",""timeHovered"":1168,""week"":""2022-01-03""},{""time"":52223,""label"":""hovered"",""timeHovered"":3866,""week"":""2022-01-03""},{""time"":60933,""label"":""tour_next"",""step"":2},{""time"":69464,""label"":""tour_end"",""step"":2},{""time"":77651,""label"":""hovered"",""timeHovered"":1198,""week"":""2021-06-07""},{""time"":82630,""label"":""hovered"",""timeHovered"":1031,""week"":""2021-08-23""},{""time"":84001,""label"":""hovered"",""timeHovered"":1055,""week"":""2021-08-16""},{""time"":85170,""label"":""hovered"",""timeHovered"":2421,""week"":""2021-08-16""},{""time"":89204,""label"":""hovered"",""timeHovered"":1207,""week"":""2021-11-22""},{""time"":90575,""label"":""hovered"",""timeHovered"":1518,""week"":""2021-11-29""}]}","{""startTime"":1678934210931,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line,1,0,0,Positive,3.7,0,0,0,0,0,0,15,1,1,1,1,1 -2023-03-15 22:31:17,2023-03-15 22:46:17,0,100,900,1,2023-03-15 22:46:18,R_2s0aKmzoEuRs433,34.3797,-97.9778,EN,1,4.367,1,4,2,4.374,15.114,100,100,100,10.935,117.269,1,1,59.104,-2,1,90.994,1,108.558,15.109,6,6,6,6,6,6,"I genuinely enjoyed using the data to answer the questions, especially the animated data that made the numbers more precise. The information appears trustworthy, and the graph is very easy to use and understand.",61.797,6,6,6,6,6,6,"The data makes sense to me, given what I know of vaccinated and unvaccinated cases of Covid-19. Unvaccinated people routinely become ill more frequently than vaccinated people, oftentimes by large margins.",63.961,3,I genuinely enjoyed using all the charts. They were pleasant to look at and made reading the data very easy. Thank you so much!,24.9,2,7,3,4,1,5,6,15.991,6,6,5,7,8,7,11,9,,21.125,2,2,4,3,3,2,15.085,3,1,14.764,2,1951,Oklahoma,2,2,1,,7,,,3,4,1,574ce0a57fd0ec000db73aa6@email.prolific.co,56.032,574ce0a57fd0ec000db73aa6,"{""startTime"":1678934360907,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":634},{""label"":""window_focused"",""time"":3743}]}","{""startTime"":1678934279133,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":1933},{""label"":""window_focused"",""time"":3598}]}","{""startTime"":1678934072779,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":9,""label"":""tour_started""},{""label"":""window_blurred"",""time"":1069},{""label"":""window_focused"",""time"":4086},{""time"":14550,""label"":""hovered"",""timeHovered"":1617,""week"":""2021-04-12""},{""time"":23754,""label"":""hovered"",""timeHovered"":1568,""week"":""2021-08-23""},{""time"":30640,""label"":""hovered"",""timeHovered"":2734,""week"":""2021-11-15""},{""time"":39594,""label"":""hovered"",""timeHovered"":4017,""week"":""2022-01-03""},{""time"":48165,""label"":""tour_next"",""step"":2},{""time"":52007,""label"":""tour_end"",""step"":2},{""label"":""window_blurred"",""time"":54212},{""label"":""window_focused"",""time"":95987},{""time"":101882,""label"":""hovered"",""timeHovered"":1304,""week"":""2021-06-07""},{""time"":109528,""label"":""hovered"",""timeHovered"":1284,""week"":""2022-01-03""},{""time"":111807,""label"":""hovered"",""timeHovered"":2072,""week"":""2022-01-03""}]}","{""startTime"":1678934262400,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":5942,""label"":""hovered"",""timeHovered"":1095,""week"":""2021-04-19""}]}",1,simple,line,0,1,0,Positive,2.7,0,1,1,1.095,1.095,0,15,1,0.5,1,1,1 -2023-03-15 22:36:05,2023-03-15 22:46:47,0,100,641,1,2023-03-15 22:46:48,R_3qagv2l5kbQ8olp,38.1043,-122.2442,EN,1,78.055,,,,,15.015,100,100,73,18.203,16.553,1,1,53.551,-3,-3,54.858,1,28.728,15.107,5,5,5,5,6,5,,25.694,5,5,5,3,3,5,It is well designed and clear. I have no reason to not trust it,28.544,5,,8.812,2,7,3,4,1,5,6,17.616,4,4,10,8,4,9,8,11,,49.547,3,2,2,4,3,3,30.415,7,,15.129,1,1974,California,2,2,1,,7,,,7,3,1,6398db762e009c7af9e1da88@email.prolific.co,131.468,6398db762e009c7af9e1da88,"{""startTime"":1678934374426,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934400969,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":19905},{""label"":""window_focused"",""time"":22127}]}","{""startTime"":1678934287500,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":22,""label"":""tour_started""},{""time"":6836,""label"":""tour_next"",""step"":2},{""label"":""window_blurred"",""time"":9080},{""label"":""window_focused"",""time"":10977},{""time"":14853,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678934358719,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":8771,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1140,""week"":""2"",""id"":""chart2""},{""label"":""window_blurred"",""time"":11645},{""label"":""window_focused"",""time"":13825}]}",0,simple,bar,0,1,0,Positive,2.8,0,1,1,1.14,1.14,0,11.645,1,0,1,1,1 -2023-03-15 22:06:42,2023-03-15 22:46:52,0,100,2409,1,2023-03-15 22:46:53,R_1mPhSQREQzxy5CX,30.161,-81.7311,EN,1,4.772,,,,,15.014,100,100,51,12.654,216.895,-2,1,126.937,1,-3,153.782,1,81.582,15.013,5,3,4,5,6,6,,495.958,4,6,5,3,3,5,I feel like this visualization shows all of the relevant information for what they trying to convey.,119.692,4,,7.625,2,7,3,4,1,5,6,14.138,5,2,1,1,10,3,10,10,,13.102,3,4,5,3,4,2,8.049,1,,3.444,1,1994,Florida,6,3,1,,3,,,6,3,1,allforone1901@gmail.com,131.325,6081adb85a8992a84093ed21,"{""startTime"":1678933772883,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":214859},{""label"":""window_focused"",""time"":334965}]}","{""startTime"":1678934271824,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933383142,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":33,""label"":""tour_started""},{""time"":170837,""label"":""tour_next"",""step"":2},{""time"":176044,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933757007,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,bar,0,1,0,Positive,3.5,0,0,0,0,0,0,15,0.5,0.5,1,0.5,2 -2023-03-15 22:34:10,2023-03-15 22:47:01,0,100,771,1,2023-03-15 22:47:01,R_1lyk8sRVZgVmOtM,35.7113,-82.5467,EN,1,9.508,,,,,15.012,85,57,54,19.502,291.267,1,1,44.563,-3,1,20.998,1,55.938,15.111,4,5,6,3,6,6,,20.45,5,5,6,5,6,6,It looks professional,14.758,5,,6.565,2,7,3,4,1,5,6,12.722,7,8,6,8,9,7,11,11,,13.602,5,5,5,1,5,1,13.954,2,,5.879,1,1958,North Carolina,7,3,1,,7,,,14,4,2,,163.504,63c3118da7ffa9c9fa88a10e,"{""startTime"":1678934478230,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678934499367,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678934261454,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":32,""label"":""tour_started""},{""time"":6955,""label"":""hovered"",""timeHovered"":25726,""week"":""2021-04-12""},{""time"":52115,""label"":""hovered"",""timeHovered"":1736,""week"":""2021-05-10""},{""time"":54869,""label"":""hovered"",""timeHovered"":1450,""week"":""2021-05-24""},{""time"":57591,""label"":""tour_next"",""step"":5},{""time"":68573,""label"":""started_brush"",""startDate"":""2021-04-19"",""endDate"":""2022-02-13""},{""time"":72117,""label"":""tour_next"",""step"":5},{""time"":91114,""label"":""moved_brush"",""startDate"":""2021-10-31"",""endDate"":""2022-02-13""},{""time"":96058,""label"":""tour_next"",""step"":5},{""time"":131438,""label"":""cleared_brush"",""using"":""click""},{""time"":131444,""label"":""cleared_brush"",""using"":""Escape""},{""time"":133533,""label"":""tour_next"",""step"":5},{""time"":142428,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678934462544,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line,1,0,0,Positive,3.7,0,0,0,0,0,0,15,1,0.5,1,1,3 -2023-03-15 22:36:35,2023-03-15 22:47:45,0,100,669,1,2023-03-15 22:47:45,R_3LZ8LxHCm2MvtC1,40.5334,-74.2099,EN,1,10.181,,,,,15.148,85,67,73,26.043,37.995,-2,1,52.18,-3,-3,86.4,1,59.374,15.021,5,5,4,5,5,5,none,27.551,5,4,4,4,4,5,It is data driven and makes sense,56.849,6,none,16.131,2,7,3,4,1,5,6,23.554,8,8,8,7,8,5,9,9,none,29.512,4,4,4,2,4,4,23.685,2,,6.747,1,1953,New York,3,2,1,,7,,,7,2,1,cafelily@aol.com,126.041,5b233660648d5b0001b7de87,"{""startTime"":1678934483195,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934405646,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934263896,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":48,""label"":""tour_started""},{""time"":27693,""label"":""tour_next"",""step"":2},{""time"":30829,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678934389739,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,bar,0,1,0,Positive,3.7,0,0,0,0,0,0,15,0.5,0,1,0,2 -2023-03-15 22:32:52,2023-03-15 22:47:48,0,100,895,1,2023-03-15 22:47:48,R_3MAlONauBx4gWRG,35.0125,-80.9309,EN,1,35.093,1,3,2,6.16,15.147,95,96,78,40.976,136.67,-2,1,71.923,-3,-3,95.926,-3,56.448,15.198,6,5,5,6,2,6,"Interesting because I did not see the source for the data in the first set of questions, but I did see once a question came up about the source of the data and I specifically focused in on the chart for the information.",111.67,6,5,5,5,3,4,I did not see any sources listed for the data (or it was there but not clear to me as I navigated the dataset),33.058,5,,17.728,2,7,3,4,1,5,6,20.268,2,4,10,7,5,9,9,10,,24.045,4,5,4,2,5,2,35.762,4,1,12.88,1,1971,South Carolina,5,2,1,,7,,,17,4,1,63d9c4ea4b5efb771f895e11@email.prolific.co,97.731,63d9c4ea4b5efb771f895e11,"{""startTime"":1678934369140,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":22465},{""label"":""window_focused"",""time"":32155}]}","{""startTime"":1678934303397,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678934160744,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":80,""label"":""tour_started""},{""time"":8155,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1541,""week"":""50"",""id"":""chart""},{""time"":10805,""label"":""tour_next"",""step"":5},{""time"":17486,""label"":""started_brush"",""startDate"":""2021-04-08"",""endDate"":""2021-06-05""},{""time"":26148,""label"":""started_brush"",""startDate"":""2021-08-01"",""endDate"":""2021-10-20""},{""time"":26886,""label"":""tour_next"",""step"":5},{""time"":32908,""label"":""moved_brush"",""startDate"":""2021-10-07"",""endDate"":""2021-12-26""},{""time"":38068,""label"":""started_brush"",""startDate"":""2021-08-15"",""endDate"":""2021-09-29""},{""time"":39599,""label"":""tour_next"",""step"":5},{""time"":44992,""label"":""cleared_brush"",""using"":""Click""},{""time"":44992,""label"":""cleared_brush"",""using"":""Escape""},{""time"":47783,""label"":""tour_next"",""step"":5},{""time"":51271,""label"":""tour_end"",""step"":5},{""time"":61826,""label"":""cleared_brush"",""using"":""Click""},{""time"":63225,""label"":""cleared_brush"",""using"":""Click""}]}","{""startTime"":1678934286614,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":6588,""label"":""started_brush"",""startDate"":""2021-04-30"",""endDate"":""2021-07-01""},{""time"":11659,""label"":""started_brush"",""startDate"":""2021-10-30"",""endDate"":""2022-01-01""}]}",1,complex,bar,1,0,0,Negative,3.7,1,2,0,0,0,5071,15,0.5,0,0,0,3 -2023-03-15 22:37:31,2023-03-15 22:48:00,0,100,628,1,2023-03-15 22:48:00,R_3RmvhlM9cJwQrar,38.4934,-86.0139,EN,1,6.932,,,,,15.115,100,18,38,30.267,93.491,1,1,33.893,1,1,38.626,1,57.868,15.012,3,3,3,3,5,3,,36.692,3,2,7,7,7,3,"I have no way of knowing if the data represented here is correct, or if it's presented in a relevant way (because I'm missing the context of understanding these kinds of numbers.)",58.142,3,,9.375,2,7,3,4,1,5,6,18.277,6,9,3,6,9,1,11,11,"""political parties"" The answer varies widely, depending on which party.",55.439,5,5,5,1,5,5,27.378,1,,3.906,1,1973,Indiana,6,2,1,,7,,,8,3,1,63e1dbd6e3b024508cfb12e9@email.prolific.co,75.562,63e1dbd6e3b024508cfb12e9,"{""startTime"":1678934565484,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678934479859,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678934311964,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":14075,""label"":""tour_next"",""step"":5},{""time"":33875,""label"":""tour_back"",""step"":5},{""time"":37086,""label"":""tour_next"",""step"":5},{""time"":39065,""label"":""tour_back"",""step"":5},{""time"":43115,""label"":""tour_next"",""step"":5},{""time"":49297,""label"":""started_brush"",""startDate"":""2021-06-21"",""endDate"":""2021-06-24""},{""time"":59962,""label"":""started_brush"",""startDate"":""2021-10-05"",""endDate"":""2022-01-08""},{""time"":61683,""label"":""tour_next"",""step"":5},{""time"":75268,""label"":""moved_brush"",""startDate"":""2021-07-07"",""endDate"":""2021-10-10""},{""time"":76488,""label"":""tour_next"",""step"":5},{""time"":81630,""label"":""cleared_brush"",""using"":""click""},{""time"":84818,""label"":""tour_next"",""step"":5},{""time"":89614,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678934464323,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":14310,""label"":""started_brush"",""startDate"":""2021-12-09"",""endDate"":""2022-01-02""}]}",0,complex,line,1,1,0,Negative,4.3,1,1,0,0,0,0,15,1,1,1,1,3 -2023-03-15 22:24:00,2023-03-15 22:48:03,0,100,1442,1,2023-03-15 22:48:03,R_XSpIJB33RxUbdqV,47.36,-122.6015,EN,1,24.456,,,,,15.018,96,92,15,81.462,63.593,-2,1,149.955,-3,-3,100.029,-2,91.513,15.113,5,5,5,5,5,5,,200.938,5,5,2,7,7,5,Because I see that the data is from an official government entity in Croatia. ,115.627,6,,15.6,2,7,3,4,1,5,6,38.579,1,1,10,5,1,7,7,1,,83.37,2,4,4,2,2,4,118.757,4,,8.531,2,1969,Washington,6,3,1,,7,,,5,4,2,,145.772,5bde6c564842880001308324,"{""startTime"":1678933829218,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":163266,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1929,""week"":""50"",""id"":""chart""},{""time"":167811,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3823,""week"":""1"",""id"":""chart2""},{""time"":192344,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1860,""week"":""1"",""id"":""chart2""}]}","{""startTime"":1678934031872,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933595493,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":44,""label"":""tour_started""},{""time"":21388,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1175,""week"":""52"",""id"":""chart""},{""time"":27240,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1007,""week"":""34"",""id"":""chart""},{""time"":28581,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1661,""week"":""32"",""id"":""chart""},{""time"":39959,""label"":""tour_next"",""step"":2},{""time"":52140,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2298,""week"":""32"",""id"":""chart2""},{""time"":54597,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1283,""week"":""2"",""id"":""chart2""},{""time"":55913,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1024,""week"":""1"",""id"":""chart2""},{""time"":60431,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933812818,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,bar,1,0,0,Positive,3,0,0,0,0,0,0,15,0.5,0,0,0.5,1 -2023-03-15 22:40:24,2023-03-15 22:48:34,0,100,490,1,2023-03-15 22:48:35,R_1NwSmzXTesP3xRV,43.1743,-79.0215,EN,1,7.006,,,,,15.006,75,85,58,19.011,81.796,1,1,28.163,1,1,45.756,-3,35.235,15.009,5,4,5,5,5,5,"I love the way this is presented, allowing the zoom on a section. Very fancy!",53.012,5,5,6,5,2,4,I trust it as much as I trust any limited data set in a vacuum.,50.491,4,,6.291,2,7,3,4,1,5,6,8.906,3,5,5,6,4,6,8,5,,17.001,3,4,4,3,4,4,14.526,4,,3.192,1,1974,New York,3,2,1,,7,,,2,4,2,,46.404,6332274d72eff2df47171a78,"{""startTime"":1678934607906,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":2826,""label"":""started_brush"",""startDate"":""2021-06-13"",""endDate"":""2021-08-09""},{""time"":4372,""label"":""started_brush"",""startDate"":""2021-12-11"",""endDate"":""2022-02-13""},{""time"":10085,""label"":""moved_brush"",""startDate"":""2021-12-13"",""endDate"":""2022-02-13""}]}","{""startTime"":1678934661746,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678934473451,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":32,""label"":""tour_started""},{""time"":13230,""label"":""tour_next"",""step"":5},{""time"":31786,""label"":""started_brush"",""startDate"":""2021-06-20"",""endDate"":""2022-02-13""},{""time"":32980,""label"":""tour_next"",""step"":5},{""time"":35887,""label"":""moved_brush"",""startDate"":""2021-07-09"",""endDate"":""2022-02-13""},{""time"":37826,""label"":""moved_brush"",""startDate"":""2021-07-09"",""endDate"":""2022-02-13""},{""time"":39953,""label"":""moved_brush"",""startDate"":""2021-07-09"",""endDate"":""2021-11-11""},{""time"":42129,""label"":""moved_brush"",""startDate"":""2021-10-01"",""endDate"":""2021-11-11""},{""time"":43232,""label"":""moved_brush"",""startDate"":""2021-10-01"",""endDate"":""2022-02-13""},{""time"":47896,""label"":""moved_brush"",""startDate"":""2021-12-30"",""endDate"":""2022-02-13""},{""time"":48911,""label"":""tour_next"",""step"":5},{""time"":51806,""label"":""cleared_brush"",""using"":""click""},{""time"":52979,""label"":""tour_next"",""step"":5},{""time"":60333,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678934591563,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":8582,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-07-23""},{""time"":10028,""label"":""started_brush"",""startDate"":""2021-10-04"",""endDate"":""2022-02-13""}]}",0,complex,line,1,0,0,Neutral,3.7,1,2,0,0,0,1446,15,1,1,0,0,3 -2023-03-15 22:17:13,2023-03-15 22:49:51,0,100,1957,1,2023-03-15 22:49:51,R_1lAlyGFOQ6jHsII,26.6165,-80.0444,EN,1,52.322,1,4,2,18.718,15.114,95,71,72,34.223,485.485,1,-2,116.361,-2,1,377.94,1,205.305,15.118,3,7,3,2,4,4,,83.039,4,3,4,4,3,4,Because it uses different colors to distinguish what ages it represents and is easier to see vs reading a study. ,91.675,5,Very interesting graphs,56.146,2,7,3,4,1,5,6,41.788,4,8,4,8,9,6,10,9,,26.124,5,5,5,1,5,5,51.892,1,1,17.498,2,1957,Florida,2,2,1,,7,,,5,4,1,5f048fdc0aea5b0ae3215fc9@email.prolific.co,190.029,5f048fdc0aea5b0ae3215fc9,"{""startTime"":1678933886333,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933969894,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933178119,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":25153,""label"":""hovered"",""timeHovered"":1467,""week"":""2022-01-03""},{""time"":26621,""label"":""hovered"",""timeHovered"":2049,""week"":""2022-01-03""},{""time"":30871,""label"":""hovered"",""timeHovered"":2049,""week"":""2022-01-10""},{""time"":36987,""label"":""hovered"",""timeHovered"":7099,""week"":""2021-12-27""},{""time"":46271,""label"":""tour_next"",""step"":5},{""time"":57472,""label"":""tour_back"",""step"":5},{""time"":63503,""label"":""hovered"",""timeHovered"":1348,""week"":""2022-01-17""},{""time"":65101,""label"":""hovered"",""timeHovered"":1733,""week"":""2021-12-06""},{""time"":68302,""label"":""hovered"",""timeHovered"":1182,""week"":""2022-01-03""},{""time"":78391,""label"":""tour_next"",""step"":5},{""time"":113131,""label"":""tour_back"",""step"":5},{""time"":123415,""label"":""hovered"",""timeHovered"":2733,""week"":""2022-01-24""},{""time"":128695,""label"":""tour_next"",""step"":5},{""time"":138197,""label"":""cleared_brush"",""using"":""click""},{""time"":168764,""label"":""cleared_brush"",""using"":""click""},{""time"":193069,""label"":""tour_back"",""step"":5},{""time"":209945,""label"":""tour_next"",""step"":5},{""time"":241521,""label"":""tour_back"",""step"":5},{""time"":243876,""label"":""hovered"",""timeHovered"":1149,""week"":""2021-04-12""},{""time"":249941,""label"":""hovered"",""timeHovered"":7283,""week"":""2021-09-13""},{""time"":266040,""label"":""tour_next"",""step"":5},{""time"":286524,""label"":""started_brush"",""startDate"":""2021-12-01"",""endDate"":""2022-02-06""},{""time"":287498,""label"":""tour_next"",""step"":5},{""time"":299977,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-04-21""},{""time"":313408,""label"":""started_brush"",""startDate"":""2021-05-31"",""endDate"":""2021-08-22""},{""time"":319859,""label"":""cleared_brush"",""using"":""click""},{""time"":322348,""label"":""started_brush"",""startDate"":""2021-11-21"",""endDate"":""2022-02-13""},{""time"":326971,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-07-03""},{""time"":338332,""label"":""moved_brush"",""startDate"":""2021-11-21"",""endDate"":""2022-02-13""},{""time"":342879,""label"":""moved_brush"",""startDate"":""2021-11-21"",""endDate"":""2022-02-13""},{""time"":344316,""label"":""tour_next"",""step"":5},{""time"":367044,""label"":""cleared_brush"",""using"":""click""},{""time"":367049,""label"":""cleared_brush"",""using"":""Escape""},{""time"":382700,""label"":""cleared_brush"",""using"":""click""},{""time"":383267,""label"":""cleared_brush"",""using"":""click""},{""time"":411535,""label"":""cleared_brush"",""using"":""click""},{""time"":426487,""label"":""started_brush"",""startDate"":""2021-05-03"",""endDate"":""2021-08-17""},{""time"":427581,""label"":""tour_next"",""step"":5},{""time"":451642,""label"":""tour_end"",""step"":5},{""time"":455290,""label"":""hovered"",""timeHovered"":1478,""week"":""2021-08-09""},{""time"":456934,""label"":""hovered"",""timeHovered"":7092,""week"":""2021-08-09""},{""label"":""window_blurred"",""time"":466697},{""label"":""window_focused"",""time"":471154},{""time"":475542,""label"":""hovered"",""timeHovered"":6800,""week"":""2021-08-02""}]}","{""startTime"":1678933870663,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line,0,1,0,Positive,4.3,0,0,0,0,0,0,15,0.5,0.5,1,1,3 -2023-03-15 22:29:31,2023-03-15 22:50:02,0,100,1230,1,2023-03-15 22:50:03,R_3rVtwrV6oSq0dhG,40.488,-74.4544,EN,1,61.403,,,,,15.129,86,58,65,43.293,241.159,1,-1,97.804,1,1,64.154,1,104.161,15.171,3,3,3,5,5,3,,35.144,5,5,4,7,7,5,"When I say I trust this visualization, I mean that I trust that they depicted the visualization well based on the numbers. I 'm not saying I trust the sources of the visualization though.",74.398,5,,16.99,2,7,3,4,1,5,6,89.415,3,6,7,7,2,6,6,7,,100.496,3,3,4,2,3,3,48.637,6,,8.698,1,1997,New Jersey,6,2,1,,7,,,3,2,2,,100.724,5f2016b023978b04f9679bec,"{""startTime"":1678934283569,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678934319520,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933920707,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":137,""label"":""tour_started""},{""time"":926,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4171,""week"":""2"",""id"":""chart""},{""label"":""window_blurred"",""time"":7532},{""label"":""window_focused"",""time"":7955},{""time"":68878,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5080,""week"":""48"",""id"":""chart""},{""time"":74212,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7998,""week"":""52"",""id"":""chart""},{""time"":83951,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3733,""week"":""45"",""id"":""chart""},{""time"":88565,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":11719,""week"":""51"",""id"":""chart""},{""time"":109061,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1029,""week"":""51"",""id"":""chart""},{""time"":110139,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1817,""week"":""52"",""id"":""chart""},{""time"":116852,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1989,""week"":""24"",""id"":""chart""},{""time"":119243,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2273,""week"":""22"",""id"":""chart""},{""time"":129266,""label"":""tour_next"",""step"":5},{""time"":161884,""label"":""started_brush"",""startDate"":""2021-06-13"",""endDate"":""2021-08-10""},{""time"":163300,""label"":""moved_brush"",""startDate"":""2021-06-01"",""endDate"":""2021-06-13""},{""time"":173867,""label"":""started_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-05-05""},{""time"":177669,""label"":""tour_next"",""step"":5},{""time"":182546,""label"":""started_brush"",""startDate"":""2021-04-30"",""endDate"":""2021-07-13""},{""time"":185559,""label"":""moved_brush"",""startDate"":""2021-04-30"",""endDate"":""2021-07-13""},{""time"":187658,""label"":""moved_brush"",""startDate"":""2021-04-30"",""endDate"":""2021-07-13""},{""time"":190558,""label"":""cleared_brush"",""using"":""Click""},{""time"":192395,""label"":""tour_next"",""step"":5},{""time"":198146,""label"":""cleared_brush"",""using"":""Click""},{""time"":198147,""label"":""cleared_brush"",""using"":""Escape""},{""time"":200718,""label"":""tour_next"",""step"":5},{""time"":210496,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678934267535,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":9519,""label"":""started_brush"",""startDate"":""2021-08-29"",""endDate"":""2022-01-05""},{""time"":10903,""label"":""moved_brush"",""startDate"":""2021-08-29"",""endDate"":""2022-01-05""},{""time"":11459,""label"":""moved_brush"",""startDate"":""2021-08-29"",""endDate"":""2022-01-05""},{""time"":12113,""label"":""cleared_brush"",""using"":""Click""},{""time"":14438,""label"":""started_brush"",""startDate"":""2021-10-31"",""endDate"":""2022-01-07""}]}",0,complex,bar,0,1,0,Positive,3,1,5,0,0,0,4919,15,0.5,1,1,1,3 -2023-03-15 22:32:31,2023-03-15 22:50:04,0,100,1052,1,2023-03-15 22:50:04,R_1r1RklrU5JFSU10,40.8449,-81.7736,EN,1,10.533,,,,,15.117,100,89,56,64.997,97.692,1,1,57.578,1,1,66.404,-1,84.175,15.117,6,6,6,6,6,6,,65.255,6,5,5,7,1,6,Source was referenced. Data looks plausable,26.544,5,the question back 2 asked about dec 2022 info. Dec 2021 was listed but not 2022,73.924,2,7,3,4,1,5,6,39.121,2,4,8,6,8,9,10,10,,60.135,5,4,4,1,3,4,63.973,3,,13.499,1,1966,Ohio,6,2,1,,7,,,14,2,2,,165.055,640912d475d8f1047d318723,"{""startTime"":1678934346645,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934234432,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934053070,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":24382,""label"":""hovered"",""timeHovered"":1453,""week"":""2021-12-27""},{""time"":29180,""label"":""hovered"",""timeHovered"":1422,""week"":""2021-08-09""},{""time"":37140,""label"":""hovered"",""timeHovered"":6379,""week"":""2021-08-16""},{""time"":43572,""label"":""hovered"",""timeHovered"":2214,""week"":""2021-08-23""},{""time"":49418,""label"":""tour_next"",""step"":2},{""time"":65138,""label"":""tour_end"",""step"":2},{""time"":87640,""label"":""hovered"",""timeHovered"":7014,""week"":""2021-12-27""}]}","{""startTime"":1678934218213,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,line,2,0,0,Positive,3.5,0,0,0,0,0,0,15,1,1,0,1,2 -2023-03-15 22:42:36,2023-03-15 22:50:24,0,100,468,1,2023-03-15 22:50:25,R_3fN7vh6jDtkfGrt,40.7365,-74.0055,EN,1,8.89,,,,,15.111,89,93,62,20.814,31.009,1,1,49.801,1,1,83.77,1,29.53,15.015,5,5,3,5,6,5,,20.847,5,6,4,1,1,5,I have no reason to believe that the data is inaccurate.,14.601,4,,7.512,2,7,3,4,1,5,6,28.644,2,3,7,8,7,7,10,9,,18.977,5,4,5,4,5,4,22.849,6,,4.779,1,1969,Connecticut,8,3,1,,7,,,17,4,1,corey.lavinsky@gmail.com,52.064,6234dbba467fabd56fa59e1a,"{""startTime"":1678934778051,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934740127,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934608297,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":9082,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1081,""week"":""52"",""id"":""chart""},{""time"":11295,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1583,""week"":""51"",""id"":""chart""},{""time"":14377,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3446,""week"":""50"",""id"":""chart""},{""time"":18440,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1914,""week"":""51"",""id"":""chart""},{""time"":24837,""label"":""tour_next"",""step"":2},{""time"":28916,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678934724497,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,bar,0,1,0,Positive,4.5,0,0,0,0,0,0,15,1,1,1,1,2 -2023-03-15 22:41:15,2023-03-15 22:50:28,0,100,552,1,2023-03-15 22:50:28,R_shhxjKwNyAZOSwF,31.3145,-89.3788,EN,1,8.102,2,,2,3.801,15.183,51,98,66,32.292,66.355,-3,1,49.196,-3,-3,34.2,1,41.797,15.019,2,2,7,5,5,7,,35.993,3,6,5,1,1,7,"I trust charts, but I don't trust the data coming from this particular source.",38.14,3,,8.602,2,7,3,4,1,5,6,19.36,1,1,6,3,1,3,5,5,,23.348,5,5,5,1,4,5,28.27,6,3,15.837,2,1977,Mississippi,7,2,1,,7,,,14,4,1,5e8ccdf9b3423e07b04b4853@email.prolific.co,55.839,5e8ccdf9b3423e07b04b4853,"{""startTime"":1678934689946,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934726794,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934556589,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":52,""label"":""tour_started""},{""time"":8709,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":26333,""week"":""2"",""id"":""chart""},{""time"":35129,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1956,""week"":""3"",""id"":""chart""},{""time"":37873,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3375,""week"":""52"",""id"":""chart""},{""time"":41695,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1184,""week"":""50"",""id"":""chart""},{""time"":46633,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1644,""week"":""14"",""id"":""chart""},{""time"":53667,""label"":""tour_next"",""step"":2},{""time"":60821,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678934673999,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar,2,0,0,Neutral,4.2,0,0,0,0,0,0,15,0.5,0,1,0.5,1 -2023-03-15 22:35:54,2023-03-15 22:51:17,0,100,923,1,2023-03-15 22:51:18,R_2w4gKEIjBudikLo,35.0987,-77.1045,EN,1,7.677,1,3,1,11.584,15.111,77,90,69,73.525,51.075,1,1,107.363,-3,1,162.754,-1,70.595,15.01,5,5,5,5,5,5,,41.195,5,5,5,4,4,5,One of the frames stated that the data came from the CDC. They are probably as close to accurate that we are going to get.,53.162,5,,14.431,2,7,3,4,1,5,6,19.719,5,7,8,7,5,7,8,8,,30.554,2,2,2,4,2,2,42.455,4,2,22.213,2,1957,North Carolina,6,2,1,,9,,New Bern,7,2,1,chelynmas@gmail.com,105.785,6007a7996fbeef04ce080f90,"{""startTime"":1678934454253,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":3162,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3639,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678934496112,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934278512,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":22,""label"":""tour_started""},{""time"":16043,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3608,""week"":""41"",""id"":""chart""},{""time"":20076,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3421,""week"":""32"",""id"":""chart""},{""time"":27264,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2704,""week"":""52"",""id"":""chart""},{""time"":30759,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4494,""week"":""2"",""id"":""chart""},{""time"":37083,""label"":""tour_next"",""step"":2},{""time"":46192,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678934438035,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar,1,0,0,Positive,2.3,0,0,0,0,0,0,15,1,0.5,0,1,1 -2023-03-15 22:41:45,2023-03-15 22:51:44,0,100,598,1,2023-03-15 22:51:44,R_1ezR2KPKkmz208J,36.7614,-86.1929,EN,1,7.101,1,2,1,4.299,15.01,23,16,11,24.444,55.43,1,-3,44.866,-3,-3,80.092,1,46.201,15.02,7,1,7,4,4,1,,19.359,1,5,2,1,1,1,It seems to me that the information is skewed. I believe that a lot more people have been vaccinated than what the graph shows.,37.602,5,,9.164,2,7,3,4,1,5,6,17.369,3,2,10,4,2,4,3,9,,23.723,1,1,2,4,3,1,23.606,6,1,12.076,2,1957,Kentucky,6,2,1,,7,,,17,3,1,60e4c09a4b30f16f5a1053e7@email.prolific.co,110.754,60e4c09a4b30f16f5a1053e7,"{""startTime"":1678934716228,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934754669,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934563899,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":35,""label"":""tour_started""},{""time"":15072,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6000,""week"":""47"",""id"":""chart""},{""time"":22906,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4730,""week"":""1"",""id"":""chart""},{""time"":32463,""label"":""tour_next"",""step"":2},{""time"":40715,""label"":""tour_end"",""step"":2},{""time"":41600,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3121,""week"":""1"",""id"":""chart""},{""time"":44741,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3913,""week"":""1"",""id"":""chart""},{""time"":49920,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1449,""week"":""14"",""id"":""chart""}]}","{""startTime"":1678934700501,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar,0,1,0,Negative,2,0,0,0,0,0,0,15,0.5,0,1,0,2 -2023-03-15 22:35:37,2023-03-15 22:52:35,0,100,1017,1,2023-03-15 22:52:35,R_9uZKWXvHIYdu5Hz,32.1943,-110.9767,EN,1,22.534,,,,,15.115,98,92,61,34.441,175.588,1,1,49.3,1,1,49.814,1,67.771,15.015,5,5,5,5,6,5,,36.166,5,6,5,1,1,5,"It appears to be a scientific count, with independent statistics about each thing counted, and I think it is probably an accurate representation of the info gathered",50.639,5,,9.54,2,7,3,4,1,5,6,14.775,4,5,5,5,9,3,10,10,,31.621,5,5,5,1,5,5,20.592,1,,5.414,2,1947,Arizona,7,2,1,,7,,,5,2,1,5ea45eb9abef8a07bcced2bc@email.prolific.co,367.033,5ea45eb9abef8a07bcced2bc,"{""startTime"":1678934555198,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678934477977,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678934217845,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":11903,""label"":""tour_next"",""step"":5},{""time"":33738,""label"":""tour_back"",""step"":5},{""time"":40575,""label"":""hovered"",""timeHovered"":2559,""week"":""2021-10-18""},{""time"":47409,""label"":""hovered"",""timeHovered"":1131,""week"":""2021-08-16""},{""time"":51875,""label"":""tour_next"",""step"":5},{""time"":54248,""label"":""tour_back"",""step"":5},{""time"":57680,""label"":""tour_next"",""step"":5},{""time"":65341,""label"":""tour_back"",""step"":5},{""time"":67496,""label"":""hovered"",""timeHovered"":1612,""week"":""2021-07-12""},{""time"":70954,""label"":""hovered"",""timeHovered"":1031,""week"":""2021-09-27""},{""time"":76142,""label"":""hovered"",""timeHovered"":2960,""week"":""2021-09-27""},{""time"":81641,""label"":""tour_next"",""step"":5},{""time"":97617,""label"":""tour_back"",""step"":5},{""time"":110563,""label"":""hovered"",""timeHovered"":2262,""week"":""2021-09-13""},{""time"":114355,""label"":""hovered"",""timeHovered"":2244,""week"":""2021-07-26""},{""time"":120242,""label"":""tour_next"",""step"":5},{""time"":133072,""label"":""started_brush"",""startDate"":""2021-07-04"",""endDate"":""2021-11-04""},{""time"":134417,""label"":""tour_next"",""step"":5},{""time"":145130,""label"":""moved_brush"",""startDate"":""2021-07-04"",""endDate"":""2021-11-10""},{""time"":150676,""label"":""moved_brush"",""startDate"":""2021-08-05"",""endDate"":""2021-11-10""},{""time"":152034,""label"":""tour_next"",""step"":5},{""time"":160547,""label"":""cleared_brush"",""using"":""click""},{""time"":165903,""label"":""tour_next"",""step"":5},{""time"":172488,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678934462410,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line,0,2,0,Positive,4.3,0,0,0,0,0,0,15,1,1,1,1,3 -2023-03-15 22:38:09,2023-03-15 22:52:38,0,100,868,1,2023-03-15 22:52:38,R_1FwE3nQblA0gAwj,28.4883,-81.4061,EN,1,21.717,1,3,2,8.333,15.009,100,100,7,48.687,35.88,1,1,99.092,-3,1,76.878,1,36.234,15.008,4,2,4,5,6,4,"I know it is not scientific, but I have kind of lost faith in a lot of reporting based on recently released information regarding Covid.",75.218,2,5,5,4,5,4,"I think there are other elements that may not be included. I believe that some people get Covid and may not be properly diagnosed. I believe I had a mild case of Covid during this period, but I never tested positive. I was very closely exposed twice and showed all the symptoms, but never showed positive during any testing, and I have had vaccines.",127.518,4,none,13.765,2,7,3,4,1,5,6,20.685,5,7,8,7,5,5,7,8,none,40.137,4,3,4,2,4,4,35.323,5,1,17.859,2,1962,Florida,6,3,1,,7,,,10,2,1,6394e83b4be197877056c3bd@email.prolific.co,91.475,6394e83b4be197877056c3bd,"{""startTime"":1678934709888,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934538247,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934406531,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":17,""label"":""tour_started""},{""time"":7888,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2950,""week"":""52"",""id"":""chart""},{""time"":11872,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2748,""week"":""6"",""id"":""chart""},{""time"":15790,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1849,""week"":""14"",""id"":""chart""},{""time"":19314,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1258,""week"":""27"",""id"":""chart""},{""time"":24277,""label"":""tour_next"",""step"":2},{""time"":33148,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678934521447,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":5752,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3682,""week"":""52"",""id"":""chart""},{""time"":9473,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2327,""week"":""1"",""id"":""chart""},{""time"":11923,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3043,""week"":""2"",""id"":""chart""}]}",1,moderate,bar,0,1,0,Negative,3.5,0,3,3,9.052,3.017333333333333,6171,15,1,0.5,1,0.5,2 -2023-03-15 22:37:20,2023-03-15 22:52:39,0,100,918,1,2023-03-15 22:52:40,R_3NQDNwYHEcai6DC,37.589,-122.0461,EN,1,92.86,,,,,15.012,85,100,78,44.067,61.369,1,1,60.059,-2,1,76.736,1,115.184,15.112,6,3,5,5,5,5,It would be interesting to understand if they know why (or have theories on why) the sudden rise in crop diseases occurred in Jan 2022.,80.193,3,6,6,3,7,5,"The accuracy of the detailed counts in the interactive version makes it seem as if it's a statistic that is closely tracked, and that they have thorough data on it.",40.727,6,"The question that asked ""What was the range (max - min) of insect-related pest counts on Jan 15 2022?"" was single-select, and only let me choose either the max OR min (not a range). Also for the question ""In late December 2022, what type of fungi-related disease had a higher pest count than the insect-related Mealybug?"", the graph doesn't go to Dec 2022, so maybe it meant to say late Dec 2021 instead?",94.685,2,7,3,4,1,5,6,20.253,2,3,7,8,3,6,9,8,,29.043,3,4,4,3,2,3,20.853,5,,6.206,2,1978,California,6,2,1,,9,,Union City,15,4,1,valerieheising@hotmail.com,69.992,62a76dfc808c176cecd72dfa,"{""startTime"":1678934557369,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934638176,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934419327,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":12220,""label"":""tour_next"",""step"":2},{""time"":20951,""label"":""tour_end"",""step"":2},{""time"":23838,""label"":""hovered"",""timeHovered"":3471,""week"":""2021-09-13""},{""time"":29891,""label"":""hovered"",""timeHovered"":2477,""week"":""2021-12-27""},{""time"":39310,""label"":""hovered"",""timeHovered"":1523,""week"":""2021-04-12""},{""time"":41477,""label"":""hovered"",""timeHovered"":1470,""week"":""2021-04-19""},{""time"":48222,""label"":""hovered"",""timeHovered"":4281,""week"":""2021-09-13""},{""label"":""window_blurred"",""time"":53477},{""label"":""window_focused"",""time"":56563},{""time"":58553,""label"":""hovered"",""timeHovered"":1261,""week"":""2022-01-17""}]}","{""startTime"":1678934541717,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":9921,""label"":""hovered"",""timeHovered"":2615,""week"":""2021-12-27""}]}",0,simple,line,0,2,0,Positive,3.2,0,1,1,2.615,2.615,0,15,1,0.5,1,1,1 -2023-03-15 22:25:43,2023-03-15 22:53:09,0,100,1646,1,2023-03-15 22:53:09,R_2BgsgYzLnRBORZw,30.4199,-87.217,EN,1,11.099,,,,,15.115,98,86,22,76.545,128.167,1,1,199.796,-2,1,182.102,-1,353.283,15.117,5,3,5,4,5,5,,67.597,4,5,5,7,7,5,it is very detailed and contains pertinent information,67.858,1,,15.544,2,7,3,4,1,5,6,34.701,1,2,2,2,2,6,10,10,,41.914,3,2,4,3,3,2,52.651,2,,17.451,2,1965,Florida,4,2,1,,8,Pensacola,,7,3,1,5bd7971b0aac450001f951aa@email.prolific.co,175.327,5bd7971b0aac450001f951aa,"{""startTime"":1678934220427,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934012625,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":14774,""label"":""hovered"",""timeHovered"":1155,""week"":""2021-07-26""}]}","{""startTime"":1678933665270,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":28,""label"":""tour_started""},{""time"":10293,""label"":""hovered"",""timeHovered"":1266,""week"":""2021-09-20""},{""time"":28193,""label"":""hovered"",""timeHovered"":1314,""week"":""2021-05-31""},{""time"":29896,""label"":""hovered"",""timeHovered"":6743,""week"":""2021-05-31""},{""time"":38677,""label"":""hovered"",""timeHovered"":7681,""week"":""2021-07-05""},{""time"":49741,""label"":""hovered"",""timeHovered"":1898,""week"":""2021-08-02""},{""time"":57057,""label"":""hovered"",""timeHovered"":9765,""week"":""2021-10-04""},{""time"":68659,""label"":""hovered"",""timeHovered"":2596,""week"":""2021-11-01""},{""time"":76739,""label"":""hovered"",""timeHovered"":1384,""week"":""2021-11-29""},{""time"":80955,""label"":""hovered"",""timeHovered"":1367,""week"":""2021-11-29""},{""time"":83556,""label"":""hovered"",""timeHovered"":4798,""week"":""2021-12-27""},{""time"":108006,""label"":""tour_next"",""step"":2},{""time"":115962,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933996264,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,line,1,1,0,Positive,2.8,0,0,0,0,0,0,15,1,0.5,0,1,1 -2023-03-15 22:16:03,2023-03-15 22:53:16,0,100,2232,1,2023-03-15 22:53:16,R_3EFEfnY1JLXxHUR,32.7797,-96.8022,EN,1,72.258,1,3,2,34.588,15.012,80,80,52,116.771,85.361,1,1,241.789,1,1,183.572,1,356.922,15.111,6,5,6,5,5,6,"I like specific details, such as exact numbers, which probably would be impossible in this case.",203.534,5,5,5,3,5,5,"I can give it the benefit of a doubt. I would likely explore different sources to compare. Sadly, I cannot remember if it showed the source in this example. That is on me.",121.401,5,"What I think and feel are two different things. I generally think that people can be trusted, but I strongly do not feel I cannot be too careful.",170.156,2,7,3,4,1,5,6,52.819,8,8,9,8,7,7,10,9,,138.928,3,3,4,3,2,3,113.234,2,1,34.662,2,1965,Texas,6,3,1,,7,,,19,2,2,,157.8,5ddc07391e42a9000b2622be,"{""startTime"":1678933574543,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":190989},{""label"":""window_focused"",""time"":203449}]}","{""startTime"":1678933779392,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":60190},{""label"":""window_focused"",""time"":71989}]}","{""startTime"":1678933230527,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":16476,""label"":""tour_next"",""step"":2},{""time"":30779,""label"":""tour_end"",""step"":2},{""time"":11992,""label"":""hovered"",""timeHovered"":19597,""week"":""2021-11-29""},{""time"":36207,""label"":""hovered"",""timeHovered"":10356,""week"":""2022-01-03""}]}","{""startTime"":1678933559157,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":9984,""label"":""hovered"",""timeHovered"":2268,""week"":""2021-12-27""},{""time"":12858,""label"":""hovered"",""timeHovered"":1225,""week"":""2022-01-03""}]}",1,simple,line,1,0,0,Positive,3,0,2,2,3.493,1.7465,2874,15,1,1,1,1,1 -2023-03-15 22:19:10,2023-03-15 22:54:03,0,100,2092,1,2023-03-15 22:54:03,R_5su091KHFPaP8Nr,39.0157,-77.0085,EN,1,21.201,1,2,1,43.595,15.096,71,65,70,208.849,107.308,1,1,176.435,-2,1,138.655,1,100.594,15.14,4,2,4,4,2,4,,71.613,4,4,5,5,4,5,It is quite informative.,53.346,3,,85.219,2,7,3,4,1,5,6,74.757,6,7,7,7,7,8,10,9,,51.93,4,4,4,2,4,4,47.043,2,1,76.269,1,1974,Maryland,6,3,1,,7,,,14,4,2,,192.107,637ee3e42ee7996a07233f21,"{""startTime"":1678934297209,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_focused"",""time"":41041}]}","{""startTime"":1678934202058,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":27973}]}","{""startTime"":1678933877403,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":847,""label"":""tour_started""},{""label"":""window_focused"",""time"":54669},{""time"":71910,""label"":""tour_next"",""step"":2},{""time"":91015,""label"":""tour_back"",""step"":2},{""time"":101305,""label"":""tour_next"",""step"":2},{""time"":103732,""label"":""tour_end"",""step"":2},{""label"":""window_blurred"",""time"":110355}]}","{""startTime"":1678934179285,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar,1,0,0,Positive,3.7,0,0,0,0,0,0,15,1,0.5,1,1,1 -2023-03-15 22:27:00,2023-03-15 22:54:10,0,100,1629,1,2023-03-15 22:54:11,R_3NvUeGyb9PePalj,37.6868,-122.1496,EN,1,105.442,,,,,15.006,100,100,73,71.231,84.285,1,1,78.213,1,1,168.409,-3,124.65,15.006,5,5,5,6,3,5,"Whoops! I did not see the source at the bottom before. So say that I generally trust government sources, although my blanket trust eroded a bit under Trump., I will amend my previous answer to",149.895,6,5,5,1,1,5,"Well, I think the previous page mentioned that the data were trustworthy. Otherwise, I would want more info on who compiled the data - e.g., a government agricultural agency vs. a pesticide company that wanted to sell more product.",180.054,6,"Even though I said I completely understood the first chart, I was wrong. I thought The highest number was cumulative, not that the next category started at the color change.",144.779,2,7,3,4,1,5,6,25.772,4,8,7,6,8,5,9,8,"The above are such broad categories, it is hard to answer these questions/ E.g., Do you mean NY Times or Fox?",165.539,3,5,5,1,4,4,34.984,2,,6.353,2,1960,California,6,2,1,,8,Vacaville CA,,9,4,1,5e6bdd2a3ea572199bb7f6b6@email.prolific.co,141.758,5e6bdd2a3ea572199bb7f6b6,"{""startTime"":1678934352234,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934099524,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":2655,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2806,""week"":""52"",""id"":""chart""},{""time"":7271,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1222,""week"":""31"",""id"":""chart""},{""time"":10047,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4104,""week"":""51"",""id"":""chart""}]}","{""startTime"":1678933828441,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":22,""label"":""tour_started""},{""time"":14187,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":21358,""week"":""52"",""id"":""chart""},{""time"":35801,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1328,""week"":""52"",""id"":""chart""},{""time"":40261,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5682,""week"":""32"",""id"":""chart""},{""time"":53790,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2531,""week"":""6"",""id"":""chart""},{""time"":59154,""label"":""tour_next"",""step"":2},{""time"":65436,""label"":""tour_end"",""step"":2},{""time"":67162,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3188,""week"":""1"",""id"":""chart""},{""time"":71159,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5839,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678934083089,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,bar,1,0,0,Positive,3.7,0,0,0,0,0,0,15,1,1,0,1,2 -2023-03-15 22:33:48,2023-03-15 22:54:19,0,100,1231,1,2023-03-15 22:54:20,R_2AL1pNQlCC3R3Zd,42.6374,-82.5764,EN,1,41.574,,,,,15.116,100,100,65,60.903,120.883,1,1,127.826,-3,-3,174.557,1,219.366,15.02,3,3,3,5,6,3,,44.5,5,5,5,4,3,5,"If its based on scientific fact that can be checked I trust it, but it could just be made up",45.686,5,,18.15,2,7,3,4,1,5,6,27.684,5,7,7,7,6,6,10,8,,48.433,4,4,4,4,4,4,48.553,3,,3.622,1,1964,Michigan,3,2,1,,7,,,3,4,1,xxeh@yahoo.com,92.016,59a88f5b321f870001d16d68,"{""startTime"":1678934591975,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934479220,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934167215,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":49582,""label"":""tour_next"",""step"":2},{""time"":79102,""label"":""tour_back"",""step"":2},{""time"":84967,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1401,""week"":""1"",""id"":""chart""},{""time"":86401,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1485,""week"":""52"",""id"":""chart""},{""time"":90789,""label"":""tour_next"",""step"":2},{""time"":92773,""label"":""tour_end"",""step"":2},{""time"":95225,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1422,""week"":""2"",""id"":""chart""}]}","{""startTime"":1678934463749,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,bar,1,0,0,Positive,4,0,0,0,0,0,0,15,1,0,1,0,2 -2023-03-15 22:43:28,2023-03-15 22:54:38,0,100,670,1,2023-03-15 22:54:39,R_3GvUYQ8Os5sve5p,39.9703,-75.0617,EN,1,20.009,1,4,1,9.672,15.216,84,82,62,11.782,106.852,1,1,39.271,1,-3,49.04,-3,38.605,15.019,5,6,5,6,6,4,,52.489,5,5,5,7,4,4,I would like to see supporting data,13.397,5,,13.047,2,7,3,4,1,5,6,13.302,7,8,9,7,8,3,10,9,,19.398,3,3,2,2,4,3,20.42,2,1,9.986,1,1973,New Jersey,6,2,1,,7,,,16,4,1,5cf5134c8f8ff80019e76721@email.prolific.co,131.705,5cf5134c8f8ff80019e76721,"{""startTime"":1678934882805,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":22224},{""label"":""window_focused"",""time"":23696},{""label"":""window_blurred"",""time"":23703},{""label"":""window_focused"",""time"":27402},{""label"":""window_blurred"",""time"":31474},{""label"":""window_focused"",""time"":36767},{""label"":""window_blurred"",""time"":43508},{""label"":""window_focused"",""time"":50204}]}","{""startTime"":1678934936079,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":14910},{""label"":""window_focused"",""time"":16239}]}","{""startTime"":1678934798650,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":29,""label"":""tour_started""},{""time"":5251,""label"":""tour_next"",""step"":5},{""label"":""window_blurred"",""time"":7163},{""label"":""window_focused"",""time"":7825},{""time"":8889,""label"":""started_brush"",""startDate"":""2021-05-20"",""endDate"":""2021-10-11""},{""time"":9691,""label"":""tour_next"",""step"":5},{""time"":16207,""label"":""moved_brush"",""startDate"":""2021-07-13"",""endDate"":""2021-12-04""},{""time"":16846,""label"":""tour_next"",""step"":5},{""time"":21978,""label"":""cleared_brush"",""using"":""Click""},{""time"":21978,""label"":""cleared_brush"",""using"":""Escape""},{""time"":22863,""label"":""tour_next"",""step"":5},{""time"":26631,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678934867166,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar,1,0,0,Negative,2.8,0,0,0,0,0,0,15,1,0.5,0,0,3 -2023-03-15 22:41:22,2023-03-15 22:54:44,0,100,801,1,2023-03-15 22:54:45,R_2UXgXhtgQ2VuW1g,30.6922,-88.0425,EN,1,21.946,,,,,15.014,93,89,31,40.511,129.249,1,-1,87.802,-1,1,90.558,-3,77.001,15.108,5,3,6,4,6,4,I wonder why the diseases increased so high.,63.679,5,4,5,1,1,6,I think it's really easy to follow and it appears to be realistic information that could potentially happen.,37.501,4,,6.108,2,7,3,4,1,5,6,31.894,3,6,4,6,8,4,10,10,,32.91,5,1,5,2,4,3,26.364,2,,4.107,2,1994,Alabama,6,2,1,,3,,,9,4,1,,45.079,5d10102523f6320017c63e07,"{""startTime"":1678934937462,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678934792454,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":6007,""label"":""hovered"",""timeHovered"":1725,""week"":""2021-12-20""},{""time"":7750,""label"":""hovered"",""timeHovered"":5178,""week"":""2021-12-20""},{""time"":13125,""label"":""hovered"",""timeHovered"":2690,""week"":""2021-12-27""},{""time"":17820,""label"":""hovered"",""timeHovered"":1098,""week"":""2021-12-13""},{""time"":20021,""label"":""hovered"",""timeHovered"":2013,""week"":""2021-12-06""}]}","{""startTime"":1678934569115,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":17967,""label"":""hovered"",""timeHovered"":1691,""week"":""2021-12-13""},{""time"":20313,""label"":""hovered"",""timeHovered"":1722,""week"":""2022-01-10""},{""time"":22923,""label"":""hovered"",""timeHovered"":2104,""week"":""2022-01-03""},{""time"":29154,""label"":""tour_next"",""step"":5},{""time"":45378,""label"":""started_brush"",""startDate"":""2021-07-28"",""endDate"":""2022-02-13""},{""time"":46114,""label"":""tour_next"",""step"":5},{""time"":55828,""label"":""moved_brush"",""startDate"":""2021-07-28"",""endDate"":""2022-02-13""},{""time"":57677,""label"":""tour_next"",""step"":5},{""time"":62589,""label"":""moved_brush"",""startDate"":""2021-07-28"",""endDate"":""2022-02-13""},{""time"":69151,""label"":""cleared_brush"",""using"":""click""},{""time"":70559,""label"":""tour_next"",""step"":5},{""time"":78071,""label"":""tour_end"",""step"":5},{""time"":88858,""label"":""started_brush"",""startDate"":""2021-06-11"",""endDate"":""2021-09-07""},{""time"":101853,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-07-08""},{""time"":102346,""label"":""hovered"",""timeHovered"":1907,""week"":""2021-05-03""},{""time"":115149,""label"":""moved_brush"",""startDate"":""2021-11-16"",""endDate"":""2022-02-13""},{""time"":119534,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-07-08""},{""time"":121154,""label"":""started_brush"",""startDate"":""2021-08-27"",""endDate"":""2021-11-14""},{""time"":123410,""label"":""cleared_brush"",""using"":""click""},{""time"":125023,""label"":""hovered"",""timeHovered"":2726,""week"":""2022-01-03""}]}","{""startTime"":1678934776928,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":10766,""label"":""started_brush"",""startDate"":""2021-05-03"",""endDate"":""2021-10-25""},{""time"":14083,""label"":""moved_brush"",""startDate"":""2021-08-22"",""endDate"":""2022-02-13""}]}",0,complex,line,0,2,0,Positive,3.3,1,2,0,0,0,3317,15,0.5,0.5,0,0,3 -2023-03-15 22:34:45,2023-03-15 22:54:46,0,100,1200,1,2023-03-15 22:54:46,R_3Esv4BzbnpQQdfW,39.6732,-75.7121,EN,1,51.326,2,,2,6.746,15.012,32,62,70,70.251,98.544,1,1,156.74,-2,1,80.63,-1,189.277,15.116,5,1,6,3,4,5,,69.493,1,3,1,1,1,3,There was no source on that page. The previous page listed the CDC,47.247,4,,13.621,2,7,3,4,1,5,6,32.499,5,6,8,7,8,3,10,9,,75.904,3,4,4,2,4,3,69.549,1,3,24.302,1,1959,Delaware,6,2,1,,7,,,17,4,1,jfmcallister55@gmail.com,99.762,5bf8f34abdd6400001bd5e66,"{""startTime"":1678934446864,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934517217,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934250176,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":73443,""label"":""hovered"",""timeHovered"":3416,""week"":""2021-06-21""},{""time"":81410,""label"":""hovered"",""timeHovered"":2699,""week"":""2022-02-07""},{""time"":88086,""label"":""tour_next"",""step"":2},{""time"":94678,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678934430993,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line,1,0,0,Negative,3.3,0,0,0,0,0,0,15,1,0.5,0,0.5,2 -2023-03-15 22:37:26,2023-03-15 22:55:33,0,100,1086,1,2023-03-15 22:55:33,R_8i8d54KlhPsZfRT,35.2416,-81.2181,EN,1,106.768,,,,,15.113,79,73,27,44.357,164.001,1,1,52.458,1,1,153.354,1,117.037,15.012,2,1,2,4,5,2,,64.885,7,2,1,1,1,3,I think I would need a bit more information about the details of the data before I could fully trust it. The huge spike in both pest and fungi diseases in 2022 should include more explanations.,101.046,4,,16.347,2,7,3,4,1,5,6,28.813,4,6,3,7,2,8,10,9,,32.991,3,4,5,2,3,2,31.446,3,,6.04,2,1973,North Carolina,5,2,1,,3,,,5,3,2,,54.901,55d8389069dbc30005b67b57,"{""startTime"":1678934777238,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934842719,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934442333,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":55146,""label"":""tour_next"",""step"":2},{""time"":62570,""label"":""tour_end"",""step"":2},{""time"":64671,""label"":""hovered"",""timeHovered"":2523,""week"":""2022-01-03""},{""time"":67199,""label"":""hovered"",""timeHovered"":2560,""week"":""2022-01-03""},{""time"":71295,""label"":""hovered"",""timeHovered"":3942,""week"":""2022-02-07""},{""time"":76895,""label"":""hovered"",""timeHovered"":1132,""week"":""2022-01-10""},{""time"":79247,""label"":""hovered"",""timeHovered"":1132,""week"":""2022-01-10""},{""time"":90926,""label"":""hovered"",""timeHovered"":2233,""week"":""2021-06-07""},{""time"":93606,""label"":""hovered"",""timeHovered"":1397,""week"":""2021-06-28""},{""time"":98191,""label"":""hovered"",""timeHovered"":6566,""week"":""2021-06-28""},{""time"":105927,""label"":""hovered"",""timeHovered"":1339,""week"":""2021-08-09""},{""time"":108662,""label"":""hovered"",""timeHovered"":1135,""week"":""2021-08-30""},{""time"":110222,""label"":""hovered"",""timeHovered"":3693,""week"":""2021-09-20""},{""time"":122647,""label"":""hovered"",""timeHovered"":5364,""week"":""2021-12-13""},{""time"":138230,""label"":""hovered"",""timeHovered"":1177,""week"":""2021-12-27""},{""time"":140222,""label"":""hovered"",""timeHovered"":1266,""week"":""2021-11-29""},{""time"":144118,""label"":""hovered"",""timeHovered"":1285,""week"":""2021-12-13""},{""time"":145470,""label"":""hovered"",""timeHovered"":1283,""week"":""2021-12-20""},{""time"":147382,""label"":""hovered"",""timeHovered"":1711,""week"":""2021-12-27""},{""time"":151350,""label"":""hovered"",""timeHovered"":4932,""week"":""2022-01-17""}]}","{""startTime"":1678934761549,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":3614,""label"":""hovered"",""timeHovered"":1222,""week"":""2021-11-29""},{""time"":6054,""label"":""hovered"",""timeHovered"":1167,""week"":""2021-08-02""}]}",0,moderate,line,1,0,0,Negative,3.2,0,2,2,2.389,1.1945,2440,15,1,1,1,1,2 -2023-03-15 22:41:02,2023-03-15 22:55:41,0,100,879,1,2023-03-15 22:55:42,R_vBpulNQx1PwFpx7,34.2773,-118.5001,EN,1,46.839,,,,,15.009,97,99,69,45.348,49.629,1,1,48.861,1,1,78.231,-1,61.663,15.116,5,5,5,5,5,5,,72.897,5,6,5,5,5,5,It seemed to be presenting data in an appropriate manner without suggestion of being manipulated for someone's personal advantage. ,154.076,4,,8.696,2,7,3,4,1,5,6,28.4,4,6,6,8,4,4,10,10,,31.601,3,3,5,3,4,3,21.613,1,,9.339,2,1946,California,6,2,1,,9,,Granada Hills,4,4,1,ingridmaria6491@gmail.com,87.379,5c1150e31e7d6900018207ef,"{""startTime"":1678934948182,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":3006,""label"":""hovered"",""timeHovered"":1498,""week"":""2022-02-07""}]}","{""startTime"":1678934781570,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934581591,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":35919,""label"":""tour_next"",""step"":2},{""time"":46021,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678934711171,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,line,1,0,0,Positive,3.5,0,0,0,0,0,0,15,1,1,0,1,2 -2023-03-15 22:33:44,2023-03-15 22:55:43,0,100,1318,1,2023-03-15 22:55:43,R_8cUPn4yaBNPrbod,42.0753,-80.0671,EN,1,473.895,1,4,1,10.279,15.017,100,100,100,23.673,36.85,-2,1,64.407,1,1,75.043,-1,59.574,15.112,6,6,6,6,6,6,I trust this data from the CDC.,43.963,6,6,6,6,6,6,I trust it because it comes from the CDC which is a trusted scientific source and it makes sense with commonly known truthful knowledge about COVID 19.,49.243,3,,41.492,2,7,3,4,1,5,6,28.929,6,10,8,9,10,7,11,11,,27.471,5,5,5,1,5,5,41.434,1,1,14.502,1,1965,Pennsylvania,6,1,1,,7,,,5,4,1,sberlin1965@gmail.com,233.937,614ead1e38ca4b390b860c23,"{""startTime"":1678934699651,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934744154,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934581965,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":14116,""label"":""hovered"",""timeHovered"":1200,""week"":""2021-12-27""},{""time"":15614,""label"":""hovered"",""timeHovered"":9485,""week"":""2021-12-27""},{""time"":26270,""label"":""tour_next"",""step"":2},{""time"":31535,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678934684108,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":8992,""label"":""hovered"",""timeHovered"":2521,""week"":""2022-01-31""},{""time"":12304,""label"":""hovered"",""timeHovered"":1322,""week"":""2022-01-03""},{""time"":13662,""label"":""hovered"",""timeHovered"":1192,""week"":""2022-01-03""}]}",1,simple,line,1,0,0,Positive,4.3,0,3,3,5.035,1.6783333333333335,4670,15,0.5,1,0,0.5,1 -2023-03-15 22:23:32,2023-03-15 22:55:48,0,100,1935,1,2023-03-15 22:55:49,R_2ron0YwM1Yxrtww,40.9241,-77.052,EN,1,39.232,1,3,2,17.964,15.012,84,100,69,68.602,319.165,-2,1,165.306,-1,-3,177.003,-3,96.7,15.014,5,4,6,5,5,5,Thank you for allowing me to take part in your study. ,66.979,5,5,4,6,3,5,"The presentation of the data seems scientific in nature. Additionally, the data presented lines up with what public health officials have said about Covid. Specifically, that unvaccinated people are far mot likely to become infected with the virus than vaccinated people, and that older individuals are more susceptible to the virus than those who are younger. ",181.2,5,I feel that the topic of the study is interesting. ,83.831,2,7,3,4,1,5,6,57.028,6,8,9,10,9,7,11,11,,51.724,5,4,5,1,5,5,56.588,1,1,39.06,1,1983,Pennsylvania,7,2,1,,7,,,7,2,2,,383.787,5c11f3face422b0001d69416,"{""startTime"":1678934250240,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678934011226,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933578096,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":33,""label"":""tour_started""},{""time"":15569,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1225,""week"":""45"",""id"":""chart""},{""time"":16810,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":21449,""week"":""44"",""id"":""chart""},{""time"":38961,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3502,""week"":""52"",""id"":""chart""},{""time"":43409,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1801,""week"":""52"",""id"":""chart""},{""time"":46078,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3747,""week"":""1"",""id"":""chart""},{""time"":50953,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5342,""week"":""41"",""id"":""chart""},{""time"":60142,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":18299,""week"":""51"",""id"":""chart""},{""time"":82344,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":11863,""week"":""47"",""id"":""chart""},{""time"":95433,""label"":""tour_next"",""step"":5},{""time"":143102,""label"":""tour_back"",""step"":5},{""time"":148567,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1122,""week"":""51"",""id"":""chart""},{""time"":160471,""label"":""tour_next"",""step"":5},{""time"":178043,""label"":""cleared_brush"",""using"":""Click""},{""time"":189049,""label"":""started_brush"",""startDate"":""2021-10-30"",""endDate"":""2022-01-12""},{""time"":200229,""label"":""tour_next"",""step"":5},{""time"":214125,""label"":""cleared_brush"",""using"":""Click""},{""time"":221308,""label"":""cleared_brush"",""using"":""Click""},{""time"":231436,""label"":""cleared_brush"",""using"":""Click""},{""time"":242028,""label"":""moved_brush"",""startDate"":""2021-06-03"",""endDate"":""2021-10-03""},{""time"":244068,""label"":""tour_next"",""step"":5},{""time"":256091,""label"":""cleared_brush"",""using"":""Click""},{""time"":256091,""label"":""cleared_brush"",""using"":""Escape""},{""time"":260147,""label"":""tour_next"",""step"":5},{""time"":273579,""label"":""tour_end"",""step"":5},{""time"":277259,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2127,""week"":""1"",""id"":""chart""},{""time"":280110,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2992,""week"":""1"",""id"":""chart""},{""time"":290256,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1178,""week"":""51"",""id"":""chart""},{""time"":292474,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":9047,""week"":""52"",""id"":""chart""},{""time"":303393,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":9493,""week"":""15"",""id"":""chart""}]}","{""startTime"":1678933995547,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":8693,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2270,""week"":""52"",""id"":""chart""},{""time"":11067,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2214,""week"":""51"",""id"":""chart""}]}",1,complex,bar,1,1,0,Positive,4.2,0,2,2,4.484,2.242,2374,15,0.5,0,0,0,3 -2023-03-15 22:37:46,2023-03-15 22:56:09,0,100,1103,1,2023-03-15 22:56:10,R_3lRqnOcqmEwNbpq,46.2515,-119.1034,EN,1,38.995,1,4,2,3.9,15.013,84,95,55,71.531,125.2,-2,1,43.174,1,1,80.061,1,57.751,15.011,4,5,6,6,6,4,The data above almost certainly leaves out a large number of people who had covid but weren't officially diagnosed. I trust it to be accurate as far as reported cases go. ,376.246,6,6,5,1,1,5,I have no reason to think that it is an inaccurate portrayal of the existing statistics. ,37.975,4,,8.299,2,7,3,4,1,5,6,19.575,2,6,8,7,9,2,10,6,How trustworthy the government is depends on who is in control of it at the time. The trustworthiness of the police depends on where you are. ,63.361,3,4,5,1,4,4,32.657,3,1,10.822,2,1962,Washington,6,1,1,,7,,,4,4,1,5e1fc8d45427912f6143b012@email.prolific.co,55,5e1fc8d45427912f6143b012,"{""startTime"":1678934593999,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678934972183,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678934394038,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":13329,""label"":""tour_next"",""step"":5},{""label"":""window_blurred"",""time"":56744},{""label"":""window_focused"",""time"":63269},{""time"":87884,""label"":""started_brush"",""startDate"":""2021-11-03"",""endDate"":""2022-02-13""},{""time"":89392,""label"":""tour_next"",""step"":5},{""time"":100447,""label"":""moved_brush"",""startDate"":""2021-11-03"",""endDate"":""2022-02-13""},{""time"":101296,""label"":""tour_next"",""step"":5},{""time"":114252,""label"":""cleared_brush"",""using"":""click""},{""time"":115127,""label"":""tour_next"",""step"":5},{""time"":121673,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678934578459,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line,1,0,0,Positive,3.5,0,0,0,0,0,0,15,0.5,1,1,1,3 -2023-03-15 22:23:23,2023-03-15 22:58:03,0,100,2079,1,2023-03-15 22:58:03,R_snHEpXzaSYeSaSl,41.8358,-72.8178,EN,1,292.596,1,3,2,12.615,15.011,91,33,59,44.647,315.419,1,1,113.935,1,1,87.9,-1,104.715,15.006,3,1,3,4,1,3,The visualization of the data chart was not clear and was difficult to understand.,169.486,3,2,2,7,1,3,I found it a little difficult to decipher the data gathered,43.595,4,No additional comments. Enjoyable survey. ,66.823,2,7,3,4,1,5,6,56.992,4,5,6,6,7,6,8,9,No additional thoughts or comments.,66.869,3,4,5,4,4,4,71.515,2,2,47.497,1,1966,Connecticut,6,2,1,,3,,,17,3,1,RGMcNish@gmail.com,92.247,628a4816764d2f993ee7493d,"{""startTime"":1678934605208,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":100625,""label"":""hovered"",""timeHovered"":1782,""week"":""2021-09-20""}]}","{""startTime"":1678934775946,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678934168866,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":5180,""label"":""hovered"",""timeHovered"":1873,""week"":""2022-01-31""},{""time"":45803,""label"":""tour_next"",""step"":5},{""time"":59893,""label"":""cleared_brush"",""using"":""click""},{""time"":82979,""label"":""started_brush"",""startDate"":""2021-04-18"",""endDate"":""2021-07-14""},{""time"":88811,""label"":""tour_next"",""step"":5},{""time"":99121,""label"":""cleared_brush"",""using"":""click""},{""time"":115326,""label"":""started_brush"",""startDate"":""2021-06-30"",""endDate"":""2021-09-20""},{""time"":119239,""label"":""tour_back"",""step"":5},{""time"":161080,""label"":""moved_brush"",""startDate"":""2021-06-30"",""endDate"":""2022-02-13""},{""time"":165377,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-13""},{""time"":180877,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-13""},{""time"":182011,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-13""},{""time"":184426,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-13""},{""time"":186755,""label"":""tour_back"",""step"":5},{""time"":204192,""label"":""hovered"",""timeHovered"":4678,""week"":""2022-01-17""},{""time"":209154,""label"":""hovered"",""timeHovered"":1581,""week"":""2022-01-17""},{""time"":214730,""label"":""tour_next"",""step"":5},{""time"":229945,""label"":""cleared_brush"",""using"":""click""},{""time"":234460,""label"":""started_brush"",""startDate"":""2021-04-15"",""endDate"":""2021-05-21""},{""time"":236075,""label"":""tour_next"",""step"":5},{""time"":243972,""label"":""moved_brush"",""startDate"":""2021-05-13"",""endDate"":""2021-06-17""},{""time"":244927,""label"":""tour_next"",""step"":5},{""time"":253685,""label"":""started_brush"",""startDate"":""2021-06-22"",""endDate"":""2021-08-12""},{""time"":257224,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-06-01""},{""time"":261979,""label"":""moved_brush"",""startDate"":""2021-09-24"",""endDate"":""2021-11-14""},{""time"":263909,""label"":""moved_brush"",""startDate"":""2021-12-24"",""endDate"":""2022-02-13""},{""time"":266942,""label"":""moved_brush"",""startDate"":""2021-09-12"",""endDate"":""2022-02-13""},{""time"":274571,""label"":""cleared_brush"",""using"":""click""},{""time"":274575,""label"":""cleared_brush"",""using"":""Escape""},{""time"":276721,""label"":""tour_next"",""step"":5},{""time"":309119,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678934589989,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line,0,1,0,Negative,4,0,0,0,0,0,0,15,1,1,0,0,3 -2023-03-15 22:46:05,2023-03-15 22:58:06,0,100,720,1,2023-03-15 22:58:06,R_2cqDpV4Y4Y5nxbm,42.8984,-85.7223,EN,1,18.885,,,,,15.129,78,90,80,48.428,126.729,-2,1,54.506,-3,1,97.451,1,50.723,15.122,4,3,3,4,5,5,,29.57,4,5,5,4,1,5,The information is detailed and appears to reflect seasonal changes which makes sense.,30.496,6,,11.508,2,7,3,4,1,5,6,25.413,4,8,9,8,8,6,10,10,,25.702,4,4,4,2,5,4,36.677,2,,9.929,2,1953,Michigan,7,1,1,,7,,,10,3,2,,58.68,5c5f8a910edbd90001e1feda,"{""startTime"":1678935115667,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678935052619,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678934858191,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":46,""label"":""tour_started""},{""time"":21171,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5244,""week"":""44"",""id"":""chart""},{""time"":35167,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2290,""week"":""6"",""id"":""chart""},{""time"":38544,""label"":""tour_next"",""step"":5},{""time"":64001,""label"":""started_brush"",""startDate"":""2021-07-01"",""endDate"":""2021-09-01""},{""time"":69707,""label"":""tour_next"",""step"":5},{""time"":90359,""label"":""moved_brush"",""startDate"":""2021-07-01"",""endDate"":""2021-09-14""},{""time"":92976,""label"":""tour_next"",""step"":5},{""time"":100016,""label"":""cleared_brush"",""using"":""Click""},{""time"":102159,""label"":""tour_next"",""step"":5},{""time"":111741,""label"":""tour_end"",""step"":5},{""time"":117760,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2916,""week"":""2"",""id"":""chart""},{""time"":122149,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3545,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678935036721,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,bar,0,2,0,Positive,3.8,0,0,0,0,0,0,15,0.5,0.5,1,1,3 -2023-03-15 22:31:22,2023-03-15 22:58:13,0,100,1611,1,2023-03-15 22:58:14,R_2ZK7zPABvUgMj8m,37.751,-97.822,EN,1,265.58,1,2,1,34.073,15.054,77,73,78,204.947,97.205,1,1,57.938,-2,1,118.671,1,119.762,15.191,2,3,3,2,3,3,,41.192,4,4,4,4,4,3,I am not sure if it is well done and if I can trust the data,76.067,4,,55.69,2,7,3,4,1,5,6,47.208,5,7,5,6,7,9,10,10,,25.377,4,4,4,2,4,4,55.758,2,1,35.903,2,1973,Kentucky,6,3,1,,7,,,14,1,2,,89.572,63c4a90d09909e33d5e82f21,"{""startTime"":1678934773933,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_focused"",""time"":11606},{""label"":""window_blurred"",""time"":42318}]}","{""startTime"":1678934820410,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_focused"",""time"":22613},{""label"":""window_blurred"",""time"":40416}]}","{""startTime"":1678934527394,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":119,""label"":""tour_started""},{""label"":""window_focused"",""time"":86395},{""time"":89590,""label"":""tour_next"",""step"":2},{""time"":92222,""label"":""tour_end"",""step"":2},{""label"":""window_blurred"",""time"":96918}]}","{""startTime"":1678934753221,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar,1,0,0,Negative,3.7,0,0,0,0,0,0,15,1,0.5,1,0.5,2 -2023-03-15 22:50:58,2023-03-15 22:58:16,0,100,438,1,2023-03-15 22:58:17,R_10vDUtuLVqDD0VN,39.1059,-84.5047,EN,1,5.569,,,,,15.009,60,93,50,26.441,44.07,1,1,37.463,-3,-3,51.065,-3,23.961,15.108,3,3,3,5,6,5,,25.727,3,5,3,7,7,5,"I really have no reason to distrust it, so I err on being trusting.",27.781,6,,5.219,2,7,3,4,1,5,6,12.344,2,2,8,8,4,4,10,10,,19.704,2,1,3,5,2,1,22.362,2,,4.231,2,1963,Ohio,2,2,1,,9,,Cincinnati,15,3,1,belsbrock@zoomtown.com,59.59,5fb9de27e62120924c5b2176,"{""startTime"":1678935228737,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":27,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5887,""week"":""1"",""id"":""chart""}]}","{""startTime"":1678935255026,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678935116654,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":8563,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3835,""week"":""1"",""id"":""chart""},{""time"":12506,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6691,""week"":""52"",""id"":""chart""},{""time"":21345,""label"":""tour_next"",""step"":2},{""time"":26680,""label"":""tour_end"",""step"":2},{""time"":28322,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1644,""week"":""24"",""id"":""chart""},{""time"":31475,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3308,""week"":""14"",""id"":""chart""},{""time"":35602,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2870,""week"":""50"",""id"":""chart""}]}","{""startTime"":1678935212876,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":6559,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2913,""week"":""3"",""id"":""chart""}]}",0,moderate,bar,0,0,0,Positive,2.3,0,1,1,2.913,2.913,0,15,1,0,0,0,2 -2023-03-15 22:33:15,2023-03-15 22:58:42,0,100,1526,1,2023-03-15 22:58:42,R_2EzUCOgB5Q2Vvi5,32.8118,-83.565,EN,1,38.922,,,,,15.008,56,80,43,41.249,75.029,1,-3,331.006,-1,-3,186.286,-1,109.942,15.121,3,3,3,4,4,3,"Interesting survey, best of luck with your research. Thank you.",109.513,4,4,5,3,2,3,I would prefer more sources / data to make a concrete determination.,70.031,4,Quite interesting survey. Thank you. Best of success with your research,77.196,2,7,3,4,1,5,6,36.719,2,3,6,6,2,6,7,8,,36.462,4,4,4,2,5,4,41.403,4,,15.86,1,1960,Georgia,6,2,1,,7,,,15,2,1,bornekontry@yahoo.com,185.262,5e3f4c676d06fc1b240e6021,"{""startTime"":1678934686201,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934572253,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":2839,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3723,""week"":""51"",""id"":""chart""},{""time"":6563,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1967,""week"":""51"",""id"":""chart2""}]}","{""startTime"":1678934144900,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":29786,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":9695,""week"":""35"",""id"":""chart""},{""time"":41132,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3896,""week"":""29"",""id"":""chart""},{""time"":45045,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1266,""week"":""30"",""id"":""chart""},{""time"":46329,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1081,""week"":""31"",""id"":""chart""},{""time"":50995,""label"":""tour_next"",""step"":2},{""time"":56107,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6563,""week"":""36"",""id"":""chart2""},{""time"":69491,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678934555948,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,bar,1,0,0,Negative,3.8,0,0,0,0,0,0,15,0.5,0,0,0.5,1 -2023-03-15 22:40:35,2023-03-15 22:58:44,0,100,1089,1,2023-03-15 22:58:45,R_26gUhwEEs29Zp0J,39.0831,-94.5853,EN,1,38.304,,,,,15.109,100,100,78,26.579,83.277,-2,-3,94.004,-3,-3,152.853,1,81.507,15.11,4,5,4,2,6,4,"I'm having a bit of trouble understanding how the numbers are working as the graph doesn't seem to match the numbers in the interactive feature, but I have a math disability and that may explain it",97.597,4,4,4,2,1,4,It would be a bit more helpful if there was an explanation of how it works As the numbers don't seem to be quite right,64.728,6,"I think most people can be trusted as the majority of people are relatively honest, but it's best to go with your instincts in uncertain situations.",40.689,2,7,3,4,1,5,6,24.303,8,9,9,8,9,7,10,10,,45.291,2,2,3,4,3,2,34.803,2,,10.033,1,1973,Missouri,2,1,1,,7,,,3,4,2,,101.81,5f6fd1451758e95a989623b2,"{""startTime"":1678934972890,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934783831,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":12714,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7856,""week"":""2"",""id"":""chart""},{""time"":20689,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":11250,""week"":""2"",""id"":""chart""},{""time"":32361,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4408,""week"":""3"",""id"":""chart""},{""time"":38089,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":11046,""week"":""1"",""id"":""chart""},{""time"":49642,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3094,""week"":""52"",""id"":""chart""},{""time"":81267,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":14114,""week"":""32"",""id"":""chart""},{""label"":""window_blurred"",""time"":96039},{""label"":""window_focused"",""time"":97032}]}","{""startTime"":1678934529358,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":34,""label"":""tour_started""},{""time"":19272,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":9232,""week"":""48"",""id"":""chart""},{""time"":28687,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1600,""week"":""49"",""id"":""chart""},{""time"":31237,""label"":""tour_next"",""step"":2},{""time"":38794,""label"":""tour_end"",""step"":2},{""time"":43072,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2831,""week"":""51"",""id"":""chart""},{""time"":46010,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6276,""week"":""52"",""id"":""chart""},{""time"":53754,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1415,""week"":""45"",""id"":""chart""},{""time"":55554,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1515,""week"":""46"",""id"":""chart""},{""time"":57170,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1649,""week"":""47"",""id"":""chart""},{""time"":59043,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1426,""week"":""48"",""id"":""chart""},{""time"":60690,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1412,""week"":""49"",""id"":""chart""},{""time"":63107,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3012,""week"":""50"",""id"":""chart""},{""time"":69779,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5623,""week"":""4"",""id"":""chart""}]}","{""startTime"":1678934767863,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":7499,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1240,""week"":""52"",""id"":""chart""},{""time"":8745,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1577,""week"":""52"",""id"":""chart""}]}",0,moderate,bar,1,0,0,Negative,2.7,0,2,2,2.817,1.4085,1246,15,0,0,1,0,2 -2023-03-15 22:45:32,2023-03-15 22:58:52,0,100,800,1,2023-03-15 22:58:54,R_2OJdVzIg6rckfm0,33.9837,-84.1487,EN,1,33.82,1,2,2,5.589,15.113,65,61,57,47.636,145.199,1,1,85.759,1,1,72.535,-3,44.919,15.108,3,2,3,4,5,3,,38.441,4,4,5,3,5,3,I o not now who created the visualization.,46.833,3,,10.86,2,7,3,4,1,5,6,17.288,2,2,1,3,2,2,4,4,,32.11,3,3,3,2,4,3,36.76,3,2,21.391,1,1960,Georgia,3,1,1,,3,,,7,4,2,,78.904,5fc44494862e3e78b8181623,"{""startTime"":1678935131456,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678935057793,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678934851180,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":25,""label"":""tour_started""},{""time"":32688,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":10067,""week"":""47"",""id"":""chart""},{""time"":42757,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2515,""week"":""47"",""id"":""chart""},{""time"":45656,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":12920,""week"":""51"",""id"":""chart""},{""time"":61110,""label"":""tour_next"",""step"":5},{""time"":82891,""label"":""started_brush"",""startDate"":""2021-05-02"",""endDate"":""2021-06-27""},{""time"":83991,""label"":""tour_next"",""step"":5},{""time"":107495,""label"":""moved_brush"",""startDate"":""2021-05-23"",""endDate"":""2021-07-18""},{""time"":109105,""label"":""moved_brush"",""startDate"":""2021-04-29"",""endDate"":""2021-07-18""},{""time"":109934,""label"":""tour_next"",""step"":5},{""time"":114851,""label"":""cleared_brush"",""using"":""Click""},{""time"":116103,""label"":""tour_next"",""step"":5},{""time"":123795,""label"":""tour_end"",""step"":5},{""time"":124920,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1274,""week"":""4"",""id"":""chart""},{""time"":143706,""label"":""started_brush"",""startDate"":""2021-04-06"",""endDate"":""2021-08-25""}]}","{""startTime"":1678935042225,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar,1,0,0,Negative,3,0,0,0,0,0,0,15,1,1,0,0,3 -2023-03-15 22:39:30,2023-03-15 22:58:56,0,100,1166,1,2023-03-15 22:58:57,R_3Ein9YnsyWehFKt,37.751,-97.822,EN,1,10.268,,,,,15.12,81,97,50,32.518,45.776,1,-3,114.545,-1,1,223.988,1,89.284,15.01,5,2,5,5,5,5,Interesting subject if true.,83.747,4,5,4,4,5,5,It seems like there was thought and analysis put into gathering the data.,70.716,3,,28.027,2,7,3,4,1,5,6,26.969,1,1,1,1,1,1,5,3,,27.623,1,3,4,4,2,1,64.274,3,,17.324,2,1965,Georgia,6,3,1,,3,,,6,4,1,63d9455555931a8fa4d7a3d8@email.prolific.co,114.675,63d9455555931a8fa4d7a3d8,"{""startTime"":1678934804531,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934659398,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934475963,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":5612,""label"":""hovered"",""timeHovered"":1149,""week"":""2022-01-24""},{""time"":7127,""label"":""hovered"",""timeHovered"":1315,""week"":""2022-02-07""},{""time"":13155,""label"":""hovered"",""timeHovered"":1414,""week"":""2022-01-03""},{""time"":14687,""label"":""hovered"",""timeHovered"":1231,""week"":""2022-01-03""},{""time"":15919,""label"":""hovered"",""timeHovered"":1247,""week"":""2022-01-03""},{""time"":27864,""label"":""tour_next"",""step"":2},{""time"":32968,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678934642370,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,line,1,0,0,Positive,2.5,0,0,0,0,0,0,15,0.5,0.5,1,0.5,1 -2023-03-15 22:44:44,2023-03-15 22:59:14,0,100,869,1,2023-03-15 22:59:15,R_x0gEOWk0AIZu9ZT,40.595,-75.5289,EN,1,18.48,1,4,1,16.712,15.016,89,90,53,55.052,88.75,1,-2,62.281,-3,1,102.282,-3,51.548,15.011,5,3,5,5,6,5,,63.33,6,6,6,6,5,6,I states all that I need to know. ,24.448,7,,17.201,2,7,3,4,1,5,6,31.894,5,6,8,8,5,9,10,10,,40.138,3,3,3,3,3,3,39.025,4,1,19.708,1,1945,Pennsylvania,3,2,1,,9,,Allentown,7,4,1,hittner@juno.com,103.663,580e8bdbf25c44000167943b,"{""startTime"":1678935113485,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678935047069,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":2854,""label"":""hovered"",""timeHovered"":1076,""week"":""2022-01-10""},{""time"":4786,""label"":""hovered"",""timeHovered"":2810,""week"":""2022-01-03""}]}","{""startTime"":1678934839289,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":37391,""label"":""hovered"",""timeHovered"":1398,""week"":""2022-01-10""},{""time"":39656,""label"":""hovered"",""timeHovered"":2330,""week"":""2022-01-10""},{""time"":47249,""label"":""hovered"",""timeHovered"":6461,""week"":""2022-01-03""},{""time"":55625,""label"":""tour_next"",""step"":2},{""time"":70304,""label"":""tour_end"",""step"":2},{""time"":77692,""label"":""hovered"",""timeHovered"":4434,""week"":""2022-01-10""}]}","{""startTime"":1678935031200,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line,0,1,0,Positive,3,0,0,0,0,0,0,15,0.5,0.5,0,0.5,2 -2023-03-15 22:45:33,2023-03-15 22:59:43,0,100,849,1,2023-03-15 22:59:43,R_5iR0pVv2T0vxiY9,40.625,-75.3953,EN,1,26.83,,,,,15.007,75,90,76,43.885,58.237,1,-3,66.683,-3,1,106.037,-1,72.798,15.008,3,2,3,5,6,3,"The CCA made a report of data using this form of chart. It's easy to read, but that doesn't mean the data is accurate.",84.505,5,5,5,7,3,3,I don't know how reliable the data is that the visualization supports.,32.876,5,It depends on what factors you are trusting them about: is it knowledge? character? emotion?,44.996,2,7,3,4,1,5,6,21.501,6,5,9,5,2,9,8,9,,34.18,4,4,4,2,4,3,37.259,6,,8.724,2,1962,Pennsylvania,7,2,1,,7,,,4,2,1,5c6c597c42e33400019c72a5@email.prolific.co,120.444,5c6c597c42e33400019c72a5,"{""startTime"":1678935073985,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678935010218,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934829439,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":29,""label"":""tour_started""},{""time"":15571,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8332,""week"":""1"",""id"":""chart""},{""time"":24921,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2532,""week"":""26"",""id"":""chart""},{""time"":28219,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4733,""week"":""52"",""id"":""chart""},{""time"":34104,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2832,""week"":""6"",""id"":""chart""},{""time"":39651,""label"":""tour_next"",""step"":2},{""time"":47426,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678934994670,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,bar,1,0,0,Negative,3.5,0,0,0,0,0,0,15,0.5,0.5,0,0.5,2 -2023-03-15 22:48:25,2023-03-15 23:00:13,0,100,708,1,2023-03-15 23:00:13,R_2tJMbXWbCg49gDC,33.6404,-117.9226,EN,1,4.295,,,,,15.111,85,82,59,44.657,56.285,-1,1,158.831,-2,1,37.691,-1,47.874,15.011,3,3,3,4,4,7,,31.422,3,4,4,7,3,3,"I don't know the accuracy of the data behind the visualization, nor whether I trust the source.",44.687,6,December 2022 wasn't represented by the graph.,27.237,2,7,3,4,1,5,6,17.949,2,3,8,6,3,6,7,6,,39.285,3,4,4,3,3,4,26.532,5,,7.398,1,1961,California,3,1,1,,7,,,17,1,1,61523f5edff0567aa388e752@email.prolific.co,77.321,61523f5edff0567aa388e752,"{""startTime"":1678935086096,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678935118516,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934975750,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":3,""label"":""tour_started""},{""time"":21293,""label"":""tour_next"",""step"":2},{""time"":27184,""label"":""tour_end"",""step"":2},{""time"":29284,""label"":""hovered"",""timeHovered"":1665,""week"":""2022-01-10""},{""time"":32292,""label"":""hovered"",""timeHovered"":5296,""week"":""2022-01-03""}]}","{""startTime"":1678935070588,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":8694,""label"":""hovered"",""timeHovered"":1854,""week"":""2022-01-03""}]}",0,moderate,line,1,0,0,Negative,3.5,0,1,1,1.854,1.854,0,15,0.5,0.5,0,0.5,2 -2023-03-15 22:46:10,2023-03-15 23:01:31,0,100,920,1,2023-03-15 23:01:32,R_2pQscFUuHga4GDz,33.7372,-117.8232,EN,1,48.667,,,,,15.119,74,85,77,62.125,171.585,1,1,61.681,1,1,57.368,1,49.154,15.012,3,3,3,5,5,3,,77.311,5,5,5,7,7,4,I have no idea whether the data is made up or accurate plus there should be an explanation for the large change in Dec-Jan.,45.948,5,,9.621,2,7,3,4,1,5,6,25.955,7,8,10,8,6,9,10,10,,32.306,5,5,5,1,5,5,43.941,5,,8.948,2,1955,California,6,1,1,,7,,,12,4,1,608e2cb9067eb028500433d5@email.prolific.co,111.985,608e2cb9067eb028500433d5,"{""startTime"":1678935144242,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":1398,""label"":""hovered"",""timeHovered"":2868,""week"":""2021-12-06""},{""time"":4268,""label"":""hovered"",""timeHovered"":16948,""week"":""2021-10-18""}]}","{""startTime"":1678935222275,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":2769,""label"":""hovered"",""timeHovered"":15713,""week"":""2022-01-17""},{""time"":19690,""label"":""hovered"",""timeHovered"":1927,""week"":""2022-01-17""},{""time"":21626,""label"":""hovered"",""timeHovered"":1302,""week"":""2022-01-17""}]}","{""startTime"":1678934906773,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":31,""label"":""tour_started""},{""time"":21984,""label"":""hovered"",""timeHovered"":1298,""week"":""2021-11-15""},{""time"":36103,""label"":""hovered"",""timeHovered"":4163,""week"":""2021-11-08""},{""time"":45877,""label"":""tour_next"",""step"":5},{""time"":66727,""label"":""started_brush"",""startDate"":""2021-06-10"",""endDate"":""2021-09-05""},{""time"":77988,""label"":""tour_next"",""step"":5},{""time"":87991,""label"":""moved_brush"",""startDate"":""2021-06-06"",""endDate"":""2021-09-05""},{""time"":92135,""label"":""moved_brush"",""startDate"":""2021-06-06"",""endDate"":""2021-08-11""},{""time"":106503,""label"":""moved_brush"",""startDate"":""2021-06-06"",""endDate"":""2021-07-31""},{""time"":112440,""label"":""moved_brush"",""startDate"":""2021-06-01"",""endDate"":""2021-07-31""},{""time"":120069,""label"":""tour_next"",""step"":5},{""time"":127506,""label"":""cleared_brush"",""using"":""click""},{""time"":132390,""label"":""tour_next"",""step"":5},{""time"":141501,""label"":""tour_end"",""step"":5},{""time"":161519,""label"":""started_brush"",""startDate"":""2022-01-09"",""endDate"":""2022-02-11""},{""time"":167648,""label"":""started_brush"",""startDate"":""2021-12-06"",""endDate"":""2022-01-12""}]}","{""startTime"":1678935128540,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line,1,0,0,Negative,4.3,0,0,0,0,0,0,15,1,1,1,1,3 -2023-03-15 22:50:31,2023-03-15 23:01:55,0,100,684,1,2023-03-15 23:01:57,R_1LYXeSGHABpjcoG,30.3341,-81.6544,EN,1,31.806,,,,,15.114,100,100,80,29.326,47.109,-2,1,34.388,-3,-3,99.126,1,32.156,15.018,5,3,5,4,5,5,,33.1,5,5,5,4,7,5,"It's more that I think the agency that compiled the data seems official, so I trust them. Why would they lie about this kind of data?",66.408,4,,7.778,2,7,3,4,1,5,6,24.413,1,4,5,4,4,5,8,9,,36.833,3,3,5,3,4,3,24.521,8,,12.259,2,1988,Florida,6,1,1,,9,,Black and White,11,2,1,59f9b3918a2d3d00012c19d9@email.prolific.co,101.723,59f9b3918a2d3d00012c19d9,"{""startTime"":1678935393972,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678935283432,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":1215,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2048,""week"":""50"",""id"":""chart""},{""time"":3960,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1008,""week"":""51"",""id"":""chart""},{""time"":5076,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3020,""week"":""50"",""id"":""chart""},{""time"":8136,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4719,""week"":""51"",""id"":""chart""}]}","{""startTime"":1678935120706,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":11749,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1499,""week"":""49"",""id"":""chart""},{""time"":14014,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2733,""week"":""52"",""id"":""chart""},{""time"":18181,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2949,""week"":""52"",""id"":""chart""},{""time"":22147,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1949,""week"":""6"",""id"":""chart""},{""time"":31001,""label"":""tour_next"",""step"":2},{""time"":35900,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678935267897,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":6149,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2253,""week"":""52"",""id"":""chart""},{""time"":8936,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4102,""week"":""1"",""id"":""chart""}]}",0,moderate,bar,1,0,0,Positive,3.5,0,2,2,6.355,3.1775,2787,15,0.5,0,1,0,2 -2023-03-15 22:48:29,2023-03-15 23:02:22,0,100,832,1,2023-03-15 23:02:22,R_1f3f8fHD0F2BuqU,37.8971,-77.7895,EN,1,10.906,1,4,2,7.698,15.016,83,67,73,36.905,65.592,-3,-3,63.153,1,1,101.363,1,54.701,15.111,5,3,5,4,5,5,I don't find the data surprising.,39.779,5,5,5,7,5,5,I assume it is actual data.,13.101,4,None,25.675,2,7,3,4,1,5,6,28.971,4,4,5,9,8,5,10,9,I have none.,41.966,4,2,3,3,3,4,23.433,2,2,10.891,2,1957,Virginia,7,2,1,,7,,,6,3,1,561d98e03d7fe8000b0f5e09@prolidic.co,126.223,561d98e03d7fe8000b0f5e09,"{""startTime"":1678935295027,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678935242748,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678935047481,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":18286,""label"":""hovered"",""timeHovered"":1284,""week"":""2022-01-17""},{""time"":24103,""label"":""hovered"",""timeHovered"":1276,""week"":""2021-12-13""},{""time"":26919,""label"":""hovered"",""timeHovered"":1808,""week"":""2021-10-25""},{""time"":30600,""label"":""hovered"",""timeHovered"":2241,""week"":""2022-01-24""},{""time"":45204,""label"":""tour_next"",""step"":2},{""time"":51465,""label"":""tour_end"",""step"":2},{""time"":53727,""label"":""hovered"",""timeHovered"":2159,""week"":""2022-01-17""},{""time"":56787,""label"":""hovered"",""timeHovered"":1479,""week"":""2022-01-17""},{""time"":59971,""label"":""hovered"",""timeHovered"":1309,""week"":""2022-01-03""}]}","{""startTime"":1678935224566,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":12869,""label"":""hovered"",""timeHovered"":2012,""week"":""2022-01-17""},{""time"":16148,""label"":""hovered"",""timeHovered"":1654,""week"":""2022-01-31""}]}",1,moderate,line,1,0,0,Positive,3.2,0,2,2,3.666,1.833,3279,15,0,1,1,1,2 -2023-03-15 22:45:08,2023-03-15 23:02:28,0,100,1039,1,2023-03-15 23:02:29,R_29m2EM89Tx9MYIg,29.7215,-95.3159,EN,1,6.976,,,,,15.129,86,89,10,49.61,39.155,-2,1,71.824,-3,-3,120.267,-2,110.252,15.168,5,2,3,4,5,5,,61.839,3,6,3,7,7,5,"While I don't know the organization, it seems they are much like the government Agriculture boards that we have in the US.",93.183,4,,125.213,2,7,3,4,1,5,6,17.661,5,7,9,9,8,8,10,10,,41.95,5,5,5,1,5,5,39.168,4,,28.143,2,1962,Texas,3,2,1,,9,,Houston,4,4,1,pab3733@gmail.com,100.374,5c3a5a61fc2bdf00017714a2,"{""startTime"":1678934922820,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934986409,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934792640,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":81,""label"":""tour_started""},{""time"":7997,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4882,""week"":""52"",""id"":""chart""},{""time"":12901,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1645,""week"":""1"",""id"":""chart""},{""time"":14615,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1081,""week"":""52"",""id"":""chart""},{""time"":17166,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4212,""week"":""44"",""id"":""chart""},{""time"":24308,""label"":""tour_next"",""step"":2},{""time"":28460,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4350,""week"":""52"",""id"":""chart2""},{""time"":36943,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678934906470,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,bar,1,0,0,Neutral,4.3,0,0,0,0,0,0,15,0.5,0,0,0.5,1 -2023-03-15 22:51:39,2023-03-15 23:02:33,0,100,653,1,2023-03-15 23:02:33,R_ywL2KCU6iWF7x5L,40.2514,-74.7632,EN,1,14.166,1,2,1,8.633,15.108,94,92,66,24.293,34.981,1,1,65.436,-3,-3,88.204,-2,80.645,15.11,5,5,5,5,5,5,,39.463,5,5,5,4,4,5,It seems to mesh with the statistics I have heard in the past.,36.904,5,,6,2,7,3,4,1,5,6,20.869,6,7,4,7,8,5,10,7,,19.903,4,4,5,1,4,4,19.162,2,1,16.062,2,1963,New Jersey,3,1,1,,7,,,16,2,1,5c2ab2de9136140001b90737@email.prolific.co,71.01,5c2ab2de9136140001b90737,"{""startTime"":1678935404990,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678935325415,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":3295,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5176,""week"":""2"",""id"":""chart""},{""time"":12663,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1277,""week"":""2"",""id"":""chart""},{""time"":14079,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1295,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678935184473,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":28,""label"":""tour_started""},{""time"":16005,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2380,""week"":""52"",""id"":""chart""},{""time"":20250,""label"":""tour_next"",""step"":2},{""time"":30732,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678935309446,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":2784,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2607,""week"":""52"",""id"":""chart""},{""time"":10776,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2382,""week"":""52"",""id"":""chart""}]}",1,moderate,bar,0,1,0,Positive,3.7,0,2,2,4.989,2.4945,7992,15,1,0,0,0,2 -2023-03-15 22:34:16,2023-03-15 23:03:35,0,100,1758,1,2023-03-15 23:03:36,R_3DhgHb0MCZibXG8,42.0514,-93.6908,EN,1,7.49,,,,,15.012,69,70,70,16.158,80.134,-2,1,73.957,1,-3,107.297,1,67.019,15.013,5,5,5,5,5,5,,1118.709,5,5,5,5,5,5,the graph's visualization is clear and easily understood,48.391,5,,6.132,2,7,3,4,1,5,6,21.567,9,9,9,9,9,9,9,9,,12.237,4,4,5,4,4,4,43.937,2,,4.038,1,1953,Iowa,7,3,1,,7,,,15,2,1,638fdf87700dd1228bade2e1@email.prolific.co,94.117,638fdf87700dd1228bade2e1,"{""startTime"":1678934264836,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":16475},{""label"":""window_focused"",""time"":17981},{""label"":""window_blurred"",""time"":31715},{""label"":""window_focused"",""time"":34644},{""label"":""window_blurred"",""time"":1107994},{""label"":""window_focused"",""time"":1109942}]}","{""startTime"":1678935384580,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678934101004,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":31,""label"":""tour_started""},{""time"":7384,""label"":""tour_next"",""step"":5},{""time"":17649,""label"":""tour_back"",""step"":5},{""time"":20152,""label"":""tour_next"",""step"":5},{""time"":21475,""label"":""cleared_brush"",""using"":""Click""},{""time"":29924,""label"":""cleared_brush"",""using"":""Click""},{""time"":41824,""label"":""cleared_brush"",""using"":""Click""},{""time"":42689,""label"":""cleared_brush"",""using"":""Click""},{""time"":42876,""label"":""cleared_brush"",""using"":""Click""},{""time"":47863,""label"":""started_brush"",""startDate"":""2021-06-14"",""endDate"":""2021-10-12""},{""time"":50865,""label"":""tour_next"",""step"":5},{""time"":56663,""label"":""started_brush"",""startDate"":""2021-06-06"",""endDate"":""2021-09-24""},{""time"":66758,""label"":""moved_brush"",""startDate"":""2021-10-20"",""endDate"":""2022-02-07""},{""time"":68104,""label"":""tour_next"",""step"":5},{""time"":73236,""label"":""cleared_brush"",""using"":""Click""},{""time"":75265,""label"":""tour_next"",""step"":5},{""time"":77104,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678934249236,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,bar,0,1,0,Positive,4.2,0,0,0,0,0,0,15,0.5,0.5,1,1,3 -2023-03-15 22:48:06,2023-03-15 23:04:46,0,100,1000,1,2023-03-15 23:04:47,R_10UygkbUoGFix5A,32.7147,-79.9526,EN,1,5.87,1,4,2,12.105,15.013,50,100,50,33.464,40.711,-2,1,94.305,-3,-3,269.032,1,82.962,15.009,3,7,3,6,6,7,,49.378,7,5,5,7,3,3,Not enough data to determine outcomes,38.45,4,,14.687,2,7,3,4,1,5,6,27.5,6,6,9,8,2,8,7,9,,54.503,4,4,5,1,4,5,54.849,4,1,27.343,2,1962,South Carolina,6,1,1,,7,,,16,2,1,632fa9e40fa5b8393ed87659@email.prolific.co,94.679,632fa9e40fa5b8393ed87659,"{""startTime"":1678935292244,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":2132,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2935,""week"":""52"",""id"":""chart""},{""time"":5249,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1350,""week"":""1"",""id"":""chart""},{""time"":6835,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1997,""week"":""2"",""id"":""chart""}]}","{""startTime"":1678935342305,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934965746,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":26306,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2541,""week"":""52"",""id"":""chart""},{""time"":29804,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1276,""week"":""47"",""id"":""chart""},{""time"":32621,""label"":""tour_next"",""step"":2},{""time"":38659,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678935276535,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":10601,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2589,""week"":""51"",""id"":""chart""},{""time"":13374,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1433,""week"":""52"",""id"":""chart""}]}",1,moderate,bar,0,1,0,Negative,3.8,0,2,2,4.022,2.011,2773,15,0.5,0,1,0,2 -2023-03-15 22:39:53,2023-03-15 23:05:54,0,100,1560,1,2023-03-15 23:05:54,R_2whOEu2JyaQxNEq,26.6414,-81.6977,EN,1,48.708,2,,1,22.236,15.023,74,0,32,89.724,70.669,1,1,140.315,-3,1,119.831,-3,117.742,15.11,5,4,4,6,6,4,,37.97,3,6,4,1,1,4,"The source for the data is the CDC so it should be reliable but there is a huge spike for the unvaccinated in January, a lot higher than for the vaccinated, so I question if it's fully trustworthy. ",256.473,6,,14.289,2,7,3,4,1,5,6,42.185,6,6,6,6,3,3,6,8,,57.111,1,1,2,3,1,3,39.795,4,4,24.125,2,1957,Florida,3,2,1,,7,,,6,4,2,,354.171,5d60b5beea1c1c0001c98bf6,"{""startTime"":1678934815922,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934855370,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934588074,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":10,""label"":""tour_started""},{""label"":""window_blurred"",""time"":7940},{""label"":""window_focused"",""time"":9287},{""label"":""window_blurred"",""time"":9703},{""label"":""window_focused"",""time"":12368},{""label"":""window_blurred"",""time"":14425},{""label"":""window_focused"",""time"":18120},{""time"":40793,""label"":""hovered"",""timeHovered"":2603,""week"":""2022-01-03""},{""time"":43633,""label"":""hovered"",""timeHovered"":1383,""week"":""2022-01-03""},{""time"":47237,""label"":""tour_next"",""step"":2},{""time"":66642,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678934800146,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line,1,1,0,Neutral,1.8,0,0,0,0,0,0,15,1,0.5,0,1,1 -2023-03-15 22:54:09,2023-03-15 23:05:58,0,100,708,1,2023-03-15 23:05:58,R_25utXHsmzBsU0R3,40.5956,-74.0806,EN,1,8.291,1,3,1,7.018,15.112,86,90,28,37.541,59.783,1,-2,52.623,-2,1,68.631,1,58.019,15.111,5,6,6,6,6,5,,23.151,6,6,6,5,3,5,It is such a clear chart and it seems true to how I remember the cases back then when they were happening,37.843,4,,7.51,2,7,3,4,1,5,6,30.373,5,6,10,9,5,10,11,11,,39.808,5,5,5,1,5,5,44.407,6,1,18.653,2,1964,New York,6,3,1,,7,,,12,2,1,Thilbo@aol.com,131.272,5d49a0b751695e0001a188a8,"{""startTime"":1678935526674,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678935461422,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678935332041,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":25799,""label"":""hovered"",""timeHovered"":6777,""week"":""2021-09-20""},{""time"":33255,""label"":""hovered"",""timeHovered"":2471,""week"":""2021-07-26""},{""time"":39494,""label"":""hovered"",""timeHovered"":1614,""week"":""2021-12-27""},{""time"":41968,""label"":""hovered"",""timeHovered"":1041,""week"":""2022-02-07""},{""time"":45841,""label"":""tour_next"",""step"":2},{""time"":52367,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678935445811,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line,0,2,0,Positive,4.3,0,0,0,0,0,0,15,0.5,0.5,1,0.5,1 -2023-03-15 22:40:31,2023-03-15 23:06:04,0,100,1533,1,2023-03-15 23:06:06,R_1n0YCVlhuzQezrF,41.4319,-91.0485,EN,1,15.89,2,,2,3.966,15.118,63,64,4,260.146,68.965,1,-3,92.287,-3,-3,121.955,-3,27.472,15.015,7,1,7,6,5,1,"I went to the CDC website linked and I can't find the information presented here. I am not saying it doesn't exist but I don't believe this is accurate. Also, there is still high number of vaccinated individuals in this report that contracted Covid 19 that were vaccinated. ",283.168,1,7,1,1,1,1,It's not a true reflection of the number and variables. The CDC has another chart in the website url that was linked that shows a completely different set of numbers during this time period. ,78.412,2,We were lied to about this Virus. The WSJ finally reported this virus was leaked from a Chinese lab. Young people are having severe heart issues. We were all lied to. Why was this mRNA vaccine pushed through so quickly but not traditional vaccines like the Novovax? It is really a travesty as to what these governments did to us all. ,212.2,2,7,3,4,1,5,6,21.584,7,2,5,2,1,5,4,7,none,40.526,2,2,4,5,2,2,37.601,6,1,17.387,2,1964,Iowa,4,2,1,,7,,,14,2,2,,143.916,6272ae90bcc3709d723d1d2b,"{""startTime"":1678934954070,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":29344,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8382,""week"":""1"",""id"":""chart""},{""time"":89894,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2937,""week"":""3"",""id"":""chart""},{""time"":94101,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3162,""week"":""1"",""id"":""chart""},{""time"":273350,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2179,""week"":""50"",""id"":""chart""}]}","{""startTime"":1678935238621,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934745324,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":35,""label"":""tour_started""},{""label"":""window_blurred"",""time"":6204},{""label"":""window_focused"",""time"":20087},{""time"":27800,""label"":""tour_next"",""step"":2},{""time"":35896,""label"":""tour_end"",""step"":2},{""time"":37091,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1668,""week"":""51"",""id"":""chart""},{""time"":40082,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1166,""week"":""52"",""id"":""chart""},{""time"":42125,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1292,""week"":""52"",""id"":""chart""},{""time"":45328,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2124,""week"":""2"",""id"":""chart""}]}","{""startTime"":1678934938464,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":2389,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3112,""week"":""1"",""id"":""chart""},{""time"":5614,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4518,""week"":""2"",""id"":""chart""},{""time"":10189,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1265,""week"":""3"",""id"":""chart""}]}",1,moderate,bar,0,1,0,Negative,2.8,0,3,3,8.895,2.965,7800,15,0.5,0,0,0,2 -2023-03-15 22:51:23,2023-03-15 23:06:11,0,100,887,1,2023-03-15 23:06:11,R_wUhqJ3hDYlTuvjb,30.5788,-91.1419,EN,1,5.564,,,,,15.107,58,91,60,142.502,55.12,-3,1,109.846,-3,-3,83.52,-2,103.721,15.015,3,3,5,3,5,3,I think graphs should be voice activate to help you understand more. One interpretation can be confusing for some,80.014,6,5,5,5,6,5,It gives a clear illustration of the highs and lows during the time period with words and numbers to help you grasp it better,54.025,3,I tried my hardest on graph reading I hope that I will be compensated for effort to help with data. Thank you,35.168,2,7,3,4,1,5,6,24.282,2,3,3,5,6,2,9,9,,13.72,3,2,4,4,5,3,21.601,2,,5.661,2,1972,Louisiana,6,3,1,,3,,,6,1,1,orchidbeauty88@gmail.com,74.21,6266b4ea9408fc167507d923,"{""startTime"":1678935437995,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":3732,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4111,""week"":""6"",""id"":""chart""},{""time"":9313,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2010,""week"":""52"",""id"":""chart""},{""time"":12940,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1421,""week"":""5"",""id"":""chart2""},{""time"":15999,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3367,""week"":""6"",""id"":""chart2""},{""label"":""window_blurred"",""time"":35427},{""label"":""window_focused"",""time"":38984}]}","{""startTime"":1678935532523,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678935255351,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":6828,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4193,""week"":""6"",""id"":""chart""},{""time"":15685,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2497,""week"":""6"",""id"":""chart""},{""time"":25641,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7910,""week"":""6"",""id"":""chart""},{""time"":34331,""label"":""tour_next"",""step"":2},{""time"":44075,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1781,""week"":""6"",""id"":""chart2""},{""time"":50512,""label"":""tour_end"",""step"":2},{""time"":52435,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1930,""week"":""6"",""id"":""chart2""}]}","{""startTime"":1678935422360,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":18,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1531,""week"":""5"",""id"":""chart""}]}",0,simple,bar,0,1,0,Positive,3.5,0,1,1,1.531,1.531,0,15,0.5,0,0,0.5,1 -2023-03-15 22:53:14,2023-03-15 23:06:23,0,100,789,1,2023-03-15 23:06:24,R_33fjwJxElUvDVdF,43.103,-89.5073,EN,1,48.804,,,,,15.019,94,93,53,40.967,45.958,1,1,60.618,-1,1,59.001,1,69.682,15.106,3,3,3,5,5,3,,31.301,3,5,5,7,1,3,I don't know if the source is a valid one. I don't knwo what other data would impact this. I don't know what this data is being used for. There is a lot of things that this data doesn't tell me. ,56.655,6,,9.485,2,7,3,4,1,5,6,23.671,4,6,3,4,7,3,10,10,,39.538,5,5,5,1,5,5,19.639,1,,5.969,2,1960,Wisconsin,7,2,1,,7,,,16,3,1,crowhillhouse@gmail.com,180.538,5dd405ab80123f3eaae9af80,"{""startTime"":1678935434907,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678935466666,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678935313151,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":18706,""label"":""hovered"",""timeHovered"":2999,""week"":""2022-01-10""},{""time"":21806,""label"":""hovered"",""timeHovered"":1599,""week"":""2022-01-24""},{""time"":26206,""label"":""hovered"",""timeHovered"":1500,""week"":""2021-08-23""},{""time"":31080,""label"":""tour_next"",""step"":2},{""time"":40529,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678935419158,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,line,2,0,0,Negative,4.3,0,0,0,0,0,0,15,1,0.5,1,0.5,2 -2023-03-15 22:54:44,2023-03-15 23:07:11,0,100,746,1,2023-03-15 23:07:11,R_1NvJQOYYY4p64Y9,28.9025,-81.248,EN,1,14.48,,,,,15.117,93,78,45,51.927,75.057,1,1,62.563,-2,1,63.503,1,53.924,15.018,5,5,6,4,5,6,,33.405,5,5,5,4,5,6,it seems very detail oriented,24.601,4,,10.131,2,7,3,4,1,5,6,24.656,3,4,4,8,4,2,10,7,,33.022,2,2,2,4,3,2,26.386,1,,9.201,2,1963,Florida,3,2,1,,7,,,8,4,2,,166.905,5bb10d4288f88d0001f3d151,"{""startTime"":1678935588352,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678935542302,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678935387120,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":23733,""label"":""hovered"",""timeHovered"":2482,""week"":""2022-01-10""},{""time"":33914,""label"":""hovered"",""timeHovered"":1001,""week"":""2021-09-06""},{""time"":35099,""label"":""hovered"",""timeHovered"":1066,""week"":""2021-08-09""},{""time"":36615,""label"":""hovered"",""timeHovered"":1366,""week"":""2021-07-12""},{""time"":39233,""label"":""hovered"",""timeHovered"":1631,""week"":""2021-04-26""},{""time"":48199,""label"":""hovered"",""timeHovered"":2266,""week"":""2022-01-03""},{""time"":59967,""label"":""tour_next"",""step"":2},{""time"":65759,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678935526649,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":9795,""label"":""hovered"",""timeHovered"":3772,""week"":""2022-01-03""}]}",0,simple,line,1,0,0,Positive,2.5,0,1,1,3.772,3.772,0,15,1,0.5,1,1,1 -2023-03-15 22:30:16,2023-03-15 23:07:20,0,100,2223,1,2023-03-15 23:07:20,R_3q9ZijA0aWwJ3Kr,33.6331,-86.5987,EN,1,90.28,,,,,15.015,80,23,69,53.932,114.35,-2,1,231.706,1,-1,254.241,-2,164.18,15.016,2,3,3,2,5,3,I don't know if I trust the data because I don't know if the data is accurate. We have no way to determine if the data is accurate.,240.631,3,2,7,7,7,3,I don't know whether or not I trust the data because I am not sure of my interpretation of the data. It could be correct. The problem lies with me.,85.896,4,none,51.964,2,7,3,4,1,5,6,60.857,8,9,6,8,9,6,9,9,,78.454,2,4,2,2,4,3,90.042,3,,19.758,2,1961,Alabama,6,2,1,,3,,,4,1,1,mcollins8678@yahoo.com,467.675,5e3f51334425131b3e43a2a9,"{""startTime"":1678934578789,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934350919,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":7028,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1251,""week"":""52"",""id"":""chart""},{""time"":8442,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2356,""week"":""51"",""id"":""chart""},{""time"":10832,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2526,""week"":""50"",""id"":""chart""},{""time"":14384,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1854,""week"":""49"",""id"":""chart""},{""time"":16369,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1551,""week"":""47"",""id"":""chart""},{""time"":18109,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1864,""week"":""48"",""id"":""chart""},{""time"":20124,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2751,""week"":""46"",""id"":""chart""},{""time"":23151,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2611,""week"":""44"",""id"":""chart""},{""time"":29250,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2208,""week"":""43"",""id"":""chart2""},{""time"":33008,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1198,""week"":""46"",""id"":""chart2""},{""time"":36696,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2749,""week"":""51"",""id"":""chart2""},{""time"":39898,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3095,""week"":""52"",""id"":""chart2""}]}","{""startTime"":1678933987894,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":23283,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":9655,""week"":""36"",""id"":""chart""},{""time"":33005,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2963,""week"":""37"",""id"":""chart""},{""time"":45704,""label"":""tour_next"",""step"":2},{""time"":57248,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1997,""week"":""47"",""id"":""chart2""},{""time"":59280,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2629,""week"":""48"",""id"":""chart2""},{""time"":63259,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2230,""week"":""49"",""id"":""chart2""},{""time"":65507,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1814,""week"":""50"",""id"":""chart2""},{""time"":67355,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1930,""week"":""51"",""id"":""chart2""},{""time"":71768,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1347,""week"":""41"",""id"":""chart2""},{""time"":75281,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2196,""week"":""45"",""id"":""chart2""},{""time"":78543,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1149,""week"":""47"",""id"":""chart2""},{""time"":81225,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1914,""week"":""49"",""id"":""chart2""},{""time"":84439,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1164,""week"":""46"",""id"":""chart2""},{""time"":85619,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1083,""week"":""45"",""id"":""chart2""},{""time"":91415,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2529,""week"":""38"",""id"":""chart2""},{""time"":106476,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678934335434,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,bar,1,0,0,Neutral,2.8,0,0,0,0,0,0,15,0.5,0.5,0,0.5,1 -2023-03-15 22:50:57,2023-03-15 23:07:52,0,100,1014,1,2023-03-15 23:07:52,R_2TGW1AU26hyEykf,37.1235,-76.4502,EN,1,27.988,1,3,1,11.248,15.11,91,82,50,71.924,133.95,1,1,81.962,1,1,56.343,-1,71.223,15.116,5,3,4,5,6,5,,34.985,3,5,5,4,4,5,"Generally speaking, I find the CDC to be a dedicated group of serious scientists. I trust that the veracity of the information.",66.902,5,"I don't know if it was intentional, but the last chart question referenced statistics for December 2022. There was not data for December 2022, only December 2021.",69.969,2,7,3,4,1,5,6,29.728,3,6,6,6,7,4,8,8,,53.943,3,2,4,4,3,2,44.264,2,1,25.604,2,1966,Virginia,6,1,1,,3,,,11,4,1,workwaiver@gmail.com,104.221,63fb77a17acd544343fb98fb,"{""startTime"":1678935569082,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678935450831,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":732,""label"":""hovered"",""timeHovered"":1495,""week"":""2022-01-03""},{""time"":2400,""label"":""hovered"",""timeHovered"":1416,""week"":""2022-01-03""},{""time"":4599,""label"":""hovered"",""timeHovered"":9420,""week"":""2022-01-03""},{""time"":15530,""label"":""hovered"",""timeHovered"":5819,""week"":""2022-01-31""}]}","{""startTime"":1678935218022,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":28,""label"":""tour_started""},{""time"":13629,""label"":""hovered"",""timeHovered"":4874,""week"":""2021-09-20""},{""time"":18503,""label"":""hovered"",""timeHovered"":1299,""week"":""2021-09-20""},{""time"":22537,""label"":""hovered"",""timeHovered"":11949,""week"":""2022-01-03""},{""time"":36919,""label"":""hovered"",""timeHovered"":2517,""week"":""2022-01-24""},{""time"":40622,""label"":""hovered"",""timeHovered"":1497,""week"":""2021-06-07""},{""time"":47894,""label"":""tour_next"",""step"":2},{""time"":58255,""label"":""tour_end"",""step"":2},{""time"":63379,""label"":""hovered"",""timeHovered"":1084,""week"":""2021-04-12""},{""time"":64662,""label"":""hovered"",""timeHovered"":1820,""week"":""2021-04-12""},{""time"":81708,""label"":""hovered"",""timeHovered"":1184,""week"":""2021-04-12""},{""time"":83046,""label"":""hovered"",""timeHovered"":3033,""week"":""2021-04-12""},{""time"":88633,""label"":""hovered"",""timeHovered"":2187,""week"":""2022-02-07""},{""time"":92488,""label"":""hovered"",""timeHovered"":3678,""week"":""2022-02-07""},{""time"":97506,""label"":""hovered"",""timeHovered"":1738,""week"":""2022-01-03""},{""time"":99386,""label"":""hovered"",""timeHovered"":1351,""week"":""2021-12-27""},{""time"":116917,""label"":""hovered"",""timeHovered"":1486,""week"":""2021-08-09""},{""time"":119268,""label"":""hovered"",""timeHovered"":1058,""week"":""2021-08-09""}]}","{""startTime"":1678935435151,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line,1,0,0,Positive,3,0,0,0,0,0,0,15,1,1,0,1,1 -2023-03-15 22:57:37,2023-03-15 23:08:15,0,100,637,1,2023-03-15 23:08:15,R_1BY1z2VfMuwn5hq,35.8047,-78.8881,EN,1,21.866,1,4,2,10.218,15.008,80,92,50,20.421,26.649,-2,1,69.566,-3,-3,65.533,-1,43.227,15.109,5,4,5,5,5,5,None.,29.977,4,5,5,3,5,5,It comes from a credible source and it has real data (counts of people with Covid).,63.532,3,None.,14.016,2,7,3,4,1,5,6,20.669,3,6,5,5,3,4,10,10,None.,42.044,3,4,4,3,4,3,27.527,2,4,24.654,1,1947,North Carolina,5,2,1,,7,,,5,4,1,5ea47bda5b1a9807ed89eb76@email.prolific.co,76.988,5ea47bda5b1a9807ed89eb76,"{""startTime"":1678935739583,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678935646179,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678935538005,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":14939,""label"":""tour_next"",""step"":2},{""time"":22972,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678935630788,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar,1,0,0,Positive,3.5,0,0,0,0,0,0,15,0.5,0,0,0,2 -2023-03-15 22:36:07,2023-03-15 23:08:59,0,100,1972,1,2023-03-15 23:09:02,R_24I9OV1lmND1gi5,48.3711,-107.8436,EN,1,97.381,,,,,15.009,90,0,79,69.862,208.087,1,-3,155.412,-2,1,315.767,-2,110.447,15.009,5,5,6,6,6,6,"I didn't understand the data on the first question, but I do now. As I said though, unless you hover, the way the date is presented would be misleading as to the number of bugs.",166.396,6,5,6,2,2,6,"I trust it because it gives the total count when you hover on the visualization. I now understand the height of the color corresponds to the number of bugs and not the height it's at on the y-axis. If it didn't have the numbers showing when you hovered, I wouldn't trust it because it would be misleading.",233.836,6,"Since there wasn't any graph for January 20, you had to assume the insect population was continuing to rise. ",122.522,2,7,3,4,1,5,6,38.213,9,10,10,9,9,9,10,10,This was interesting.,59.403,4,4,4,2,3,4,39.538,3,,7.78,2,1953,Montana,8,3,1,,7,,,6,2,2,,76.635,5fb9b9c1c62f408e51e09e32,"{""startTime"":1678935123202,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678934695427,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":1961,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6510,""week"":""52"",""id"":""chart""},{""time"":9547,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4665,""week"":""52"",""id"":""chart""},{""time"":18813,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":12851,""week"":""52"",""id"":""chart""},{""time"":33424,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7902,""week"":""52"",""id"":""chart""},{""time"":41326,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5074,""week"":""52"",""id"":""chart""},{""time"":46514,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5575,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678934359110,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":35,""label"":""tour_started""},{""time"":36216,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":10910,""week"":""51"",""id"":""chart""},{""time"":47679,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":27960,""week"":""1"",""id"":""chart""},{""time"":78112,""label"":""tour_next"",""step"":5},{""time"":107936,""label"":""started_brush"",""startDate"":""2021-07-29"",""endDate"":""2021-12-05""},{""time"":114844,""label"":""tour_next"",""step"":5},{""time"":150230,""label"":""moved_brush"",""startDate"":""2021-04-29"",""endDate"":""2021-09-06""},{""time"":151796,""label"":""cleared_brush"",""using"":""Click""},{""time"":155109,""label"":""started_brush"",""startDate"":""2021-08-15"",""endDate"":""2021-11-30""},{""time"":156738,""label"":""tour_next"",""step"":5},{""time"":176803,""label"":""cleared_brush"",""using"":""Click""},{""time"":176803,""label"":""cleared_brush"",""using"":""Escape""},{""time"":180223,""label"":""tour_next"",""step"":5},{""time"":201357,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678934679869,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,bar,0,1,0,Positive,3.5,0,0,0,0,0,0,15,0.5,0.5,0,0,3 -2023-03-15 22:50:11,2023-03-15 23:09:42,0,100,1170,1,2023-03-15 23:09:42,R_1FxFOnNyIrVr3uw,29.2866,-81.0869,EN,1,171.955,2,,2,4.498,15.018,94,94,51,76.718,191.41,1,1,67.603,1,1,91.676,1,52.378,15.016,7,3,7,5,5,1,I have no additional thoughts or comments.,70.704,3,5,7,1,1,1,Because I simply don't know how this visualization's data was aggregated. Plus I don't trust information from the CDC.,90.766,2,,12.272,2,7,3,4,1,5,6,30.883,4,2,7,4,5,3,4,8,,48.162,4,3,3,2,3,4,36.458,6,2,18.596,2,1943,Florida,3,1,1,,7,,,4,1,2,,122.423,6348846ae221cb4a0efbf3f9,"{""startTime"":1678935674655,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678935550948,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":26785},{""label"":""window_focused"",""time"":29485}]}","{""startTime"":1678935289594,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":22,""label"":""tour_started""},{""time"":5438,""label"":""hovered"",""timeHovered"":1417,""week"":""2021-04-12""},{""time"":8909,""label"":""hovered"",""timeHovered"":6863,""week"":""2021-05-10""},{""time"":18070,""label"":""hovered"",""timeHovered"":3034,""week"":""2021-04-12""},{""label"":""window_blurred"",""time"":21877},{""label"":""window_focused"",""time"":27638},{""time"":29910,""label"":""hovered"",""timeHovered"":2487,""week"":""2021-06-07""},{""time"":34766,""label"":""hovered"",""timeHovered"":2222,""week"":""2021-07-12""},{""time"":38694,""label"":""hovered"",""timeHovered"":1777,""week"":""2021-08-02""},{""time"":53698,""label"":""tour_next"",""step"":5},{""time"":73493,""label"":""cleared_brush"",""using"":""click""},{""time"":83876,""label"":""started_brush"",""startDate"":""2021-05-07"",""endDate"":""2021-08-06""},{""time"":85706,""label"":""tour_next"",""step"":5},{""time"":106269,""label"":""moved_brush"",""startDate"":""2021-07-30"",""endDate"":""2021-10-30""},{""time"":107882,""label"":""tour_next"",""step"":5},{""time"":131151,""label"":""cleared_brush"",""using"":""click""},{""time"":131157,""label"":""cleared_brush"",""using"":""Escape""},{""time"":132390,""label"":""tour_next"",""step"":5},{""time"":141885,""label"":""tour_end"",""step"":5},{""time"":160042,""label"":""started_brush"",""startDate"":""2021-04-12"",""endDate"":""2021-08-08""},{""time"":189246,""label"":""moved_brush"",""startDate"":""2021-10-18"",""endDate"":""2022-02-13""}]}","{""startTime"":1678935535219,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line,2,0,0,Negative,3.2,0,0,0,0,0,0,15,1,1,1,1,3 -2023-03-15 22:37:18,2023-03-15 23:09:58,0,100,1960,1,2023-03-15 23:09:58,R_1pM9ES7TW60tnsX,37.4245,-122.296,EN,1,15.303,1,2,1,12.126,15.007,100,100,66,151.004,63.787,1,1,53.392,-2,1,146.848,-1,46.965,15.007,5,2,5,4,4,5,,69.053,2,5,3,1,7,3,"I have no reason to trust or distrust this visualization. These data broadly correspond with my recollection of case counts over the depicted timeframes (e.g., my wife and I both tested positive for Covid in August 2021, a couple months after we had received our second doses of the Pfizer vaccine, and the Omicron variant was prevalent). I have a background in science and data visualization (geology/geographic information systems) and I would say that this graph needs more explanatory material to specify what is meant by the shaded areas; that being said, it is fairly straightforward and simple to understand.",493.689,5,"Toward the beginning of this study, one of the questions asked to provide a range of data points. However, only one answer (one number) could be selected. It is impossible to provide a range without selecting two numbers. If I recall correctly, I would have selected between 2000 and 3500 for that question. Furthermore, I don't know if the previous question was an attention check, but the graph did not include data from December of 2022. It only went up to February of 2022. Perhaps this was a typo, or perhaps it was a deliberate deception in order to make sure attention was being paid. Either way, I was unable to give an honest response to that question because the graph did not include that Information.",351.343,2,7,3,4,1,5,6,149.995,4,6,7,9,6,9,9,8,none,83.257,4,5,5,2,4,4,40.24,4,2,20.855,1,1974,California,6,3,1,,7,,,17,4,1,threeboydad@hotmail.com,113.874,60d2cf988de167c9da56eeb0,"{""startTime"":1678935260168,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":51528,""label"":""hovered"",""timeHovered"":1216,""week"":""2022-01-17""}]}","{""startTime"":1678934670961,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":55898,""label"":""hovered"",""timeHovered"":1457,""week"":""2022-01-10""}]}","{""startTime"":1678934443900,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":3233,""label"":""hovered"",""timeHovered"":6577,""week"":""2022-01-10""},{""time"":12211,""label"":""hovered"",""timeHovered"":4935,""week"":""2021-08-02""},{""time"":17245,""label"":""hovered"",""timeHovered"":6240,""week"":""2021-08-09""},{""time"":24752,""label"":""hovered"",""timeHovered"":4366,""week"":""2021-08-09""},{""time"":29902,""label"":""hovered"",""timeHovered"":3768,""week"":""2021-08-09""},{""time"":35186,""label"":""hovered"",""timeHovered"":1635,""week"":""2021-08-09""},{""time"":39390,""label"":""tour_next"",""step"":2},{""time"":46591,""label"":""tour_end"",""step"":2},{""time"":57152,""label"":""hovered"",""timeHovered"":4289,""week"":""2021-08-16""}]}","{""startTime"":1678934655470,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line,0,1,0,Positive,4,0,0,0,0,0,0,15,1,0.5,0,0.5,2 -2023-03-15 22:52:11,2023-03-15 23:10:41,0,100,1109,1,2023-03-15 23:10:41,R_2aX1NSra7p1QSa8,33.1909,-96.6198,EN,1,26.404,1,2,1,77.115,15.059,82,80,74,17.364,156.546,1,1,9.081,-2,1,35.869,1,14.659,15.044,3,2,3,2,2,2,,98.876,2,2,2,2,2,2,I am not sure if the data is accurate,72.17,4,,158.997,2,7,3,4,1,5,6,19.804,4,6,4,5,6,8,9,9,,37.689,4,4,4,2,5,4,48.892,2,1,10.864,1,1960,Texas,6,1,1,,3,,,15,1,2,,70.502,640cd020656929eeb856a443,"{""startTime"":1678935711769,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_focused"",""time"":897},{""label"":""window_blurred"",""time"":2002},{""label"":""window_focused"",""time"":2911},{""label"":""window_blurred"",""time"":3667},{""label"":""window_focused"",""time"":5717},{""label"":""window_blurred"",""time"":6377},{""label"":""window_focused"",""time"":7497},{""label"":""window_blurred"",""time"":8270},{""label"":""window_focused"",""time"":9410},{""label"":""window_blurred"",""time"":10426},{""label"":""window_focused"",""time"":70856},{""label"":""window_blurred"",""time"":100121}]}","{""startTime"":1678935530937,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_focused"",""time"":88986},{""label"":""window_blurred"",""time"":104536}]}","{""startTime"":1678935344199,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":34,""label"":""tour_started""},{""label"":""window_focused"",""time"":149116},{""time"":151827,""label"":""tour_next"",""step"":2},{""time"":153421,""label"":""tour_end"",""step"":2},{""label"":""window_blurred"",""time"":158525}]}","{""startTime"":1678935513469,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar,0,1,0,Negative,3.8,0,0,0,0,0,0,15,1,0.5,1,1,1 -2023-03-15 22:52:51,2023-03-15 23:10:54,0,100,1083,1,2023-03-15 23:10:55,R_296yxyxIKudAjka,29.9375,-90.0848,EN,1,88.84,,,,,15.031,100,100,50,25.812,92.697,1,-2,102.929,-2,1,54.727,1,150.302,15.024,6,6,6,6,6,6,The date is relevent because it is provided by the Croation Chamber of Agriculture. I would think that agency keeps strong records of trends that would impact crops. ,131.741,5,5,5,7,7,5,The information is provided by the Croatian Chamber of Commerce. It is a legitimate source and it has a link that I can click to learn more.,52.842,6,None,13.285,2,7,3,4,1,5,6,87.593,9,11,10,10,11,10,11,11,None,22.298,3,4,4,2,4,4,30.417,6,,14.998,2,1972,Louisiana,7,2,1,,4,,,17,1,1,5d86d05f9854a60019240621@email.prolific.co,74.523,5d86d05f9854a60019240621,"{""startTime"":1678935668005,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":6533,""label"":""hovered"",""timeHovered"":1631,""week"":""2021-09-20""},{""label"":""window_blurred"",""time"":40871},{""label"":""window_focused"",""time"":51365}]}","{""startTime"":1678935571729,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":1074,""label"":""hovered"",""timeHovered"":1663,""week"":""2021-07-19""},{""time"":11385,""label"":""hovered"",""timeHovered"":1416,""week"":""2021-11-29""},{""time"":13071,""label"":""hovered"",""timeHovered"":23294,""week"":""2022-01-10""}]}","{""startTime"":1678935311492,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":6459,""label"":""tour_next"",""step"":5},{""time"":13060,""label"":""tour_back"",""step"":5},{""time"":16292,""label"":""tour_next"",""step"":5},{""time"":28700,""label"":""tour_back"",""step"":5},{""time"":31421,""label"":""hovered"",""timeHovered"":2072,""week"":""2021-08-02""},{""time"":37997,""label"":""hovered"",""timeHovered"":3547,""week"":""2022-01-31""},{""time"":41862,""label"":""hovered"",""timeHovered"":1015,""week"":""2021-09-20""},{""time"":46635,""label"":""tour_next"",""step"":5},{""time"":51033,""label"":""cleared_brush"",""using"":""click""},{""time"":56495,""label"":""started_brush"",""startDate"":""2021-06-17"",""endDate"":""2021-10-01""},{""time"":58516,""label"":""tour_next"",""step"":5},{""time"":64638,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-07-26""},{""time"":65508,""label"":""tour_next"",""step"":5},{""time"":75050,""label"":""cleared_brush"",""using"":""click""},{""time"":75052,""label"":""cleared_brush"",""using"":""Escape""},{""time"":75952,""label"":""cleared_brush"",""using"":""click""},{""time"":75955,""label"":""cleared_brush"",""using"":""Escape""},{""time"":77025,""label"":""cleared_brush"",""using"":""click""},{""time"":77027,""label"":""cleared_brush"",""using"":""Escape""},{""time"":77247,""label"":""cleared_brush"",""using"":""click""},{""time"":77249,""label"":""cleared_brush"",""using"":""Escape""},{""time"":77464,""label"":""cleared_brush"",""using"":""click""},{""time"":77466,""label"":""cleared_brush"",""using"":""Escape""},{""time"":78084,""label"":""tour_next"",""step"":5},{""time"":80100,""label"":""tour_end"",""step"":5},{""time"":82294,""label"":""hovered"",""timeHovered"":1077,""week"":""2021-09-20""},{""time"":84329,""label"":""hovered"",""timeHovered"":1522,""week"":""2021-08-30""},{""time"":87675,""label"":""hovered"",""timeHovered"":1136,""week"":""2021-08-30""}]}","{""startTime"":1678935556073,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":4379,""label"":""hovered"",""timeHovered"":1286,""week"":""2021-05-24""},{""time"":5925,""label"":""hovered"",""timeHovered"":1283,""week"":""2021-04-19""}]}",0,complex,line,1,0,0,Positive,3.5,0,2,2,2.569,1.2845,1546,15,0.5,0.5,1,1,3 -2023-03-15 22:39:35,2023-03-15 23:11:09,0,100,1893,1,2023-03-15 23:11:09,R_OfMtNsyHYhpkkg1,26.6371,-80.0841,EN,1,290.702,1,4,2,12.72,15.116,92,15,36,78.744,121.372,1,1,148.123,-3,-3,227.605,1,141.067,15.127,5,2,5,5,5,5,none,82.922,4,7,7,7,3,5,"I checked the source of the data and it said the CDC, I trust that his was the best information they had. I hope those reporting to CDC were true and accurate",107.636,5,none,41.027,2,7,3,4,1,5,6,44.553,2,2,2,3,5,1,5,3,,61.7,5,5,5,1,5,5,80.251,1,1,32.84,2,1950,Maine,7,2,1,,7,,,3,4,1,,260.125,63b48736ce3bb3afbc79ff7c,"{""startTime"":1678935280233,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678935104784,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934817142,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":16450,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":26357,""week"":""1"",""id"":""chart""},{""time"":50575,""label"":""tour_next"",""step"":2},{""time"":64240,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2975,""week"":""2"",""id"":""chart2""},{""time"":67218,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2514,""week"":""1"",""id"":""chart2""},{""time"":80662,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5781,""week"":""2"",""id"":""chart2""},{""time"":89081,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3494,""week"":""2"",""id"":""chart2""},{""time"":113119,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678935088987,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar,1,0,0,Positive,4.3,0,0,0,0,0,0,15,1,0,1,1,1 -2023-03-15 22:59:42,2023-03-15 23:11:36,0,100,713,1,2023-03-15 23:11:36,R_2qdvkOPfGP3bpWy,42.7368,-78.8358,EN,1,6.8,1,4,2,5.285,15.111,100,50,50,40.887,84.713,1,1,52.147,-3,1,85.794,-3,83.327,15.016,6,1,3,3,6,3,How was it collected? Was it self reported (for example)?,61.578,1,3,5,1,1,5,I trust the numbers. I don't completely understand how they were collected,37.147,7,none,8.862,2,7,3,4,1,5,6,15.826,1,3,10,6,2,7,10,10,none,22.345,3,3,3,3,2,3,20.209,5,1,9.325,1,1955,New York,7,3,1,,7,,,9,2,1,dougreif@hotmail.com,98.857,5b6f49b7d60bdd0001ade437,"{""startTime"":1678935915548,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678935845692,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":3010,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1101,""week"":""51"",""id"":""chart""},{""time"":5295,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1215,""week"":""2"",""id"":""chart""}]}","{""startTime"":1678935661519,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":8924,""label"":""tour_next"",""step"":5},{""time"":18963,""label"":""started_brush"",""startDate"":""2021-06-10"",""endDate"":""2021-09-03""},{""time"":22862,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-06-28""},{""time"":23523,""label"":""tour_next"",""step"":5},{""time"":28622,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-08-13""},{""time"":29523,""label"":""tour_next"",""step"":5},{""time"":39886,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-09-10""},{""time"":52583,""label"":""moved_brush"",""startDate"":""2021-06-05"",""endDate"":""2021-11-10""},{""time"":54834,""label"":""cleared_brush"",""using"":""Click""},{""time"":54834,""label"":""cleared_brush"",""using"":""Escape""},{""time"":56740,""label"":""tour_next"",""step"":5},{""time"":62059,""label"":""tour_end"",""step"":5},{""time"":63672,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3660,""week"":""50"",""id"":""chart""},{""time"":67361,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3689,""week"":""51"",""id"":""chart""},{""time"":76382,""label"":""started_brush"",""startDate"":""2021-06-26"",""endDate"":""2021-10-25""}]}","{""startTime"":1678935830262,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":4030,""label"":""started_brush"",""startDate"":""2021-07-03"",""endDate"":""2021-07-21""},{""time"":10054,""label"":""started_brush"",""startDate"":""2021-07-31"",""endDate"":""2021-11-24""},{""time"":11077,""label"":""cleared_brush"",""using"":""Click""},{""time"":11077,""label"":""cleared_brush"",""using"":""Escape""}]}",1,complex,bar,2,0,0,Positive,2.8,1,4,0,0,0,7047,15,1,0.5,0,0,3 -2023-03-15 22:57:17,2023-03-15 23:12:12,0,100,894,1,2023-03-15 23:12:13,R_2VrUHkzistQkDxK,41.8486,-87.6288,EN,1,30.992,,,,,15.112,80,60,56,49.486,98.272,1,1,72.091,1,1,77.682,1,118.503,15.118,4,3,4,4,5,4,,75.737,5,5,5,7,7,5,"well, you told me you trusted the data source. The visualization seems pretty straightforward and easy to understand.",55.949,4,,10.213,2,7,3,4,1,5,6,27.346,6,7,7,8,9,6,11,10,I trust the Democrats a ton more than the power obsessed (at any cost) Republicans. Sad you lumped them together,65.852,4,5,5,1,5,5,27.159,2,,6.789,1,1953,Illinois,7,1,1,,7,,,5,4,1,57bf14513c449a000189c89a@email.prolific.co,74.553,57bf14513c449a000189c89a,"{""startTime"":1678935739932,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678935816152,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678935546996,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":11,""label"":""tour_started""},{""label"":""window_blurred"",""time"":22189},{""time"":24628,""label"":""hovered"",""timeHovered"":1198,""week"":""2021-12-27""},{""time"":26944,""label"":""hovered"",""timeHovered"":11751,""week"":""2022-01-10""},{""label"":""window_focused"",""time"":42328},{""time"":42435,""label"":""tour_next"",""step"":2},{""time"":51963,""label"":""tour_end"",""step"":2},{""time"":54375,""label"":""hovered"",""timeHovered"":3132,""week"":""2022-02-07""},{""time"":65255,""label"":""hovered"",""timeHovered"":4256,""week"":""2021-10-11""},{""time"":71025,""label"":""hovered"",""timeHovered"":3651,""week"":""2021-08-23""},{""time"":75767,""label"":""hovered"",""timeHovered"":5478,""week"":""2022-01-31""},{""time"":87742,""label"":""hovered"",""timeHovered"":1454,""week"":""2021-09-13""},{""time"":89507,""label"":""hovered"",""timeHovered"":1681,""week"":""2021-08-23""}]}","{""startTime"":1678935724278,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7994,""label"":""hovered"",""timeHovered"":5503,""week"":""2022-01-03""}]}",0,moderate,line,0,1,0,Positive,4.2,0,1,1,5.503,5.503,0,15,1,1,1,1,2 -2023-03-15 22:57:33,2023-03-15 23:12:15,0,100,881,1,2023-03-15 23:12:15,R_3n7dh8syL3s5BBR,39.2514,-76.7979,EN,1,19.928,,,,,15.008,87,74,86,57.294,271.292,-2,-3,68.502,-3,-3,81.024,1,34.067,15.005,5,3,4,4,6,5,,37.701,5,6,6,5,5,5,There is a lot of information but with the chart being interactive I can change it so I can see and compare the data as I want. It is very flexible.,66.627,6,,7.7,2,7,3,4,1,5,6,21.774,3,8,10,8,9,8,10,10,,29.679,4,4,4,2,4,4,33.52,3,,8.449,1,1954,Maryland,6,2,1,,7,,,14,3,1,nadolny2@verizon.net,60.916,6229fff149374541c22a95bf,"{""startTime"":1678935973289,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678935880345,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678935558538,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":12366,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1372,""week"":""45"",""id"":""chart""},{""time"":14605,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1562,""week"":""52"",""id"":""chart""},{""time"":31039,""label"":""tour_next"",""step"":5},{""time"":76104,""label"":""tour_back"",""step"":5},{""time"":81441,""label"":""tour_next"",""step"":5},{""time"":92282,""label"":""tour_back"",""step"":5},{""time"":112146,""label"":""tour_next"",""step"":5},{""time"":118934,""label"":""tour_back"",""step"":5},{""time"":127156,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1333,""week"":""3"",""id"":""chart""},{""time"":148057,""label"":""tour_next"",""step"":5},{""time"":156513,""label"":""tour_back"",""step"":5},{""time"":172042,""label"":""tour_next"",""step"":5},{""time"":177645,""label"":""started_brush"",""startDate"":""2021-11-30"",""endDate"":""2022-01-31""},{""time"":180617,""label"":""started_brush"",""startDate"":""2021-11-01"",""endDate"":""2022-02-05""},{""time"":184597,""label"":""tour_next"",""step"":5},{""time"":212370,""label"":""moved_brush"",""startDate"":""2021-06-09"",""endDate"":""2021-09-14""},{""time"":214385,""label"":""tour_next"",""step"":5},{""time"":227274,""label"":""cleared_brush"",""using"":""Click""},{""time"":227274,""label"":""cleared_brush"",""using"":""Escape""},{""time"":229162,""label"":""tour_next"",""step"":5},{""time"":236168,""label"":""tour_end"",""step"":5},{""time"":241660,""label"":""cleared_brush"",""using"":""Click""},{""time"":243127,""label"":""cleared_brush"",""using"":""Click""},{""time"":251232,""label"":""started_brush"",""startDate"":""2021-12-25"",""endDate"":""2022-01-01""},{""time"":256090,""label"":""cleared_brush"",""using"":""Click""},{""time"":256090,""label"":""cleared_brush"",""using"":""Escape""},{""time"":258591,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4017,""week"":""23"",""id"":""chart""},{""time"":264136,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3284,""week"":""1"",""id"":""chart""}]}","{""startTime"":1678935864689,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":5426,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1069,""week"":""32"",""id"":""chart""},{""time"":8588,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2204,""week"":""52"",""id"":""chart""},{""time"":12806,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1915,""week"":""14"",""id"":""chart""}]}",0,complex,bar,0,1,0,Positive,3.7,0,3,3,5.188,1.7293333333333332,7380,15,0,0,1,1,3 -2023-03-15 23:02:10,2023-03-15 23:12:28,0,100,618,1,2023-03-15 23:12:29,R_1lobqL9RlaVxbgv,47.3236,-122.3187,EN,1,36.94,,,,,15.146,61,60,52,27.292,90.749,1,1,31.876,1,1,40.932,1,20.397,15.017,3,3,3,4,4,3,,23.339,3,4,3,1,1,3,"I don't know how reliable the material is. I believe it had a source, which I probably should've looked closer at, to more adequately trust the visualization.",52.095,4,,6.254,2,7,3,4,1,5,6,11.323,3,3,5,4,4,3,5,7,,25.826,2,2,3,4,2,2,30.804,2,,1.749,1,1990,Washington,6,2,1,,7,,,19,4,1,humbleturker@gmail.com,108.47,5b48f2d0ff7497000125165e,"{""startTime"":1678935950001,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":674,""label"":""hovered"",""timeHovered"":3299,""week"":""2021-09-20""}]}","{""startTime"":1678935974259,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678935821399,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":32,""label"":""tour_started""},{""time"":7564,""label"":""tour_next"",""step"":5},{""time"":19066,""label"":""tour_back"",""step"":5},{""time"":29749,""label"":""tour_next"",""step"":5},{""time"":41523,""label"":""started_brush"",""startDate"":""2021-11-08"",""endDate"":""2022-02-12""},{""time"":43763,""label"":""tour_next"",""step"":5},{""time"":51819,""label"":""moved_brush"",""startDate"":""2021-11-08"",""endDate"":""2022-02-13""},{""time"":54949,""label"":""tour_next"",""step"":5},{""time"":58369,""label"":""cleared_brush"",""using"":""click""},{""time"":58375,""label"":""cleared_brush"",""using"":""Escape""},{""time"":60148,""label"":""tour_next"",""step"":5},{""time"":66708,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678935933982,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":6907,""label"":""hovered"",""timeHovered"":1013,""week"":""2022-01-03""},{""time"":11044,""label"":""hovered"",""timeHovered"":1080,""week"":""2022-01-03""},{""time"":13081,""label"":""hovered"",""timeHovered"":2088,""week"":""2022-01-03""}]}",0,complex,line,1,0,0,Neutral,2.5,0,3,3,4.181,1.3936666666666666,6174,15,1,1,1,1,3 -2023-03-15 22:56:46,2023-03-15 23:12:47,0,100,960,1,2023-03-15 23:12:48,R_3iywB6FbljnS6K9,40.5565,-79.5772,EN,1,30.308,1,2,2,7.514,15.008,78,75,54,46.448,256.525,1,1,62.643,-3,1,137.26,-1,28.027,15.015,4,3,5,4,6,4,I think that the CDC would be reliable.,56.895,5,5,6,3,3,5,It seems like it would be easy to read.,18.952,6,none,11.673,2,7,3,4,1,5,6,25.197,5,5,6,7,6,7,8,9,none,23.302,3,3,4,2,3,3,25.12,4,2,16.558,2,1953,Pennsylvania,2,2,1,,7,,,6,3,1,5b33a01fa8327d0001003821@email.prolific.co,107.884,5b33a01fa8327d0001003821,"{""startTime"":1678936002202,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678935945007,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678935533711,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":23,""label"":""tour_started""},{""time"":4479,""label"":""hovered"",""timeHovered"":1901,""week"":""2022-01-17""},{""label"":""window_blurred"",""time"":37738},{""label"":""window_focused"",""time"":39801},{""time"":6381,""label"":""hovered"",""timeHovered"":67995,""week"":""2021-12-06""},{""time"":79942,""label"":""hovered"",""timeHovered"":1481,""week"":""2022-02-07""},{""time"":82291,""label"":""hovered"",""timeHovered"":3566,""week"":""2022-01-31""},{""time"":91873,""label"":""tour_next"",""step"":2},{""time"":97896,""label"":""tour_end"",""step"":2},{""time"":120602,""label"":""hovered"",""timeHovered"":24591,""week"":""2022-02-07""},{""time"":151638,""label"":""hovered"",""timeHovered"":2339,""week"":""2022-01-31""},{""time"":154057,""label"":""hovered"",""timeHovered"":1728,""week"":""2022-01-31""},{""time"":162665,""label"":""hovered"",""timeHovered"":3512,""week"":""2022-01-10""},{""time"":167263,""label"":""hovered"",""timeHovered"":4786,""week"":""2022-01-03""},{""time"":173054,""label"":""hovered"",""timeHovered"":2499,""week"":""2022-01-03""},{""time"":178937,""label"":""hovered"",""timeHovered"":1504,""week"":""2022-01-10""},{""time"":180455,""label"":""hovered"",""timeHovered"":18546,""week"":""2022-01-10""},{""time"":202898,""label"":""hovered"",""timeHovered"":24399,""week"":""2022-01-10""},{""time"":228890,""label"":""hovered"",""timeHovered"":1046,""week"":""2022-01-03""},{""time"":229949,""label"":""hovered"",""timeHovered"":2259,""week"":""2022-01-03""},{""time"":233328,""label"":""hovered"",""timeHovered"":1152,""week"":""2022-01-10""},{""time"":235131,""label"":""hovered"",""timeHovered"":1127,""week"":""2022-01-03""},{""time"":237898,""label"":""hovered"",""timeHovered"":15302,""week"":""2021-12-27""}]}","{""startTime"":1678935929271,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6665,""label"":""hovered"",""timeHovered"":7118,""week"":""2022-01-17""}]}",1,moderate,line,0,0,0,,3,0,1,1,7.118,7.118,0,15,1,0.5,0,0.5,2 -2023-03-15 22:57:59,2023-03-15 23:13:09,0,100,909,1,2023-03-15 23:13:09,R_1roAZtWE0gywaZJ,33.1768,-86.3547,EN,1,19.979,,,,,15.162,82,18,29,23.676,85.803,1,1,66.999,-3,-3,116.454,-1,40.136,15.068,5,5,5,4,5,5,none,48.824,5,3,7,7,7,5,As far as I know it was put together by people who know what they are talking about.,33.445,5,none,16.101,2,7,3,4,1,5,6,34.82,3,3,8,8,1,5,9,9,none,36.878,2,2,3,4,2,2,34.303,6,,10.664,1,1963,Alabama,2,2,1,,7,,,4,1,1,karlchilders63@gmail.com,228.472,610a151c96de07b15f28c8cb,"{""startTime"":1678935790243,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678935720193,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678935549978,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":25,""label"":""tour_started""},{""time"":44777,""label"":""tour_next"",""step"":2},{""time"":50038,""label"":""tour_end"",""step"":2},{""time"":51362,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1444,""week"":""52"",""id"":""chart2""},{""time"":53759,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3407,""week"":""52"",""id"":""chart2""},{""time"":58585,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4587,""week"":""52"",""id"":""chart""},{""time"":63386,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2485,""week"":""1"",""id"":""chart""},{""time"":67079,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1710,""week"":""6"",""id"":""chart""},{""time"":70565,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5960,""week"":""23"",""id"":""chart""},{""time"":77168,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1104,""week"":""48"",""id"":""chart""},{""time"":79437,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1418,""week"":""6"",""id"":""chart""}]}","{""startTime"":1678935704185,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":10307,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1721,""week"":""4"",""id"":""chart""}]}",0,simple,bar,0,0,0,,2.5,0,1,1,1.721,1.721,0,15,1,0,0,1,1 -2023-03-15 22:53:39,2023-03-15 23:13:28,0,100,1189,1,2023-03-15 23:13:29,R_2zdMESEgXFeXTZz,37.168,-93.3039,EN,1,21.649,,,,,15.008,95,91,77,125.501,280.591,1,1,45.179,-2,1,50.626,1,55.336,15.109,2,2,2,2,2,2,with the scrolling function that seems as off as this one does you know when you drag the cursor across the line and the figures are reversed i don't know what to believe it's hard for me to answer this reasonably. if everything lined up i would probably say agree to all the above seems like it's accurate seems like it's meaningful seems like if i was a farmer or somebody at delta agriculture it would be very useful information. but i sure wouldn't want to be buying a lot of treatments for one or the other if the data doesn't match up every time i look at it or every way i look at it perhaps i should say.,81.018,5,5,2,7,7,2,for one thing the system is difficult to use and for a second thing when you scroll over the timeline the figures are reversed. they report them just opposite i can't remember exactly which way it was but the whichever way it was the figures were reversed the blue ones were the opposite as the brown ones on the scroll in other words it was giving you the exact opposite data when you scrolled across it then what the chart itself read. so you never know with researchers are you guys doing this just to throw us off and see if somebody has a screwy operating system we'll say we trust it or is it just a mistake. if everything was consistent i would say i trust the data but since the design is flawed i don't know what's going on.,118.213,5,in the comments i made earlier i should have said mouse over instead of scroll but that's what i meant the mouse over reversed the figures the numbers were if i remember right were the insects were in blue and wrong and the fungus was in brown and wrong for the mouse over that was in the system i looked at now if i was a control group then that's why i don't trust the data i mean i guess i should say experimental group that i don't trust the data. these last two charts where everything was consistent yes i would trust the data.,70.901,2,7,3,4,1,5,6,26.23,4,6,6,6,6,4,8,8,Thanks for letting me participate and thanks for adding to our body of knowledge. :),32.458,4,3,4,3,5,3,23.366,2,,5.746,1,1948,Missouri,7,1,1,,7,,,6,1,1,5484655ffdf99b07b28f22cc@email.prolific.co ,137.371,5484655ffdf99b07b28f22cc,"{""startTime"":1678935916675,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678935746596,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678935394274,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":11102,""label"":""hovered"",""timeHovered"":2368,""week"":""2021-06-21""},{""time"":13487,""label"":""hovered"",""timeHovered"":6354,""week"":""2021-06-21""},{""time"":46310,""label"":""hovered"",""timeHovered"":5469,""week"":""2021-06-21""},{""time"":53615,""label"":""hovered"",""timeHovered"":10240,""week"":""2022-01-10""},{""time"":64341,""label"":""hovered"",""timeHovered"":3702,""week"":""2021-12-13""},{""time"":72795,""label"":""hovered"",""timeHovered"":19380,""week"":""2022-01-03""},{""time"":94110,""label"":""hovered"",""timeHovered"":1116,""week"":""2021-09-06""},{""time"":95227,""label"":""hovered"",""timeHovered"":1200,""week"":""2021-09-06""},{""time"":98181,""label"":""hovered"",""timeHovered"":1098,""week"":""2022-02-07""},{""time"":99330,""label"":""hovered"",""timeHovered"":1851,""week"":""2022-02-07""},{""time"":103216,""label"":""hovered"",""timeHovered"":3118,""week"":""2022-01-10""},{""time"":110123,""label"":""tour_next"",""step"":5},{""time"":118515,""label"":""tour_back"",""step"":5},{""time"":125661,""label"":""tour_next"",""step"":5},{""time"":140150,""label"":""tour_back"",""step"":5},{""time"":144944,""label"":""hovered"",""timeHovered"":1117,""week"":""2022-01-31""},{""time"":151307,""label"":""tour_next"",""step"":5},{""time"":153732,""label"":""tour_back"",""step"":5},{""time"":164241,""label"":""tour_next"",""step"":5},{""time"":191695,""label"":""tour_back"",""step"":5},{""time"":204180,""label"":""tour_next"",""step"":5},{""time"":226469,""label"":""started_brush"",""startDate"":""2021-04-30"",""endDate"":""2022-02-13""},{""time"":227992,""label"":""tour_next"",""step"":5},{""time"":234691,""label"":""moved_brush"",""startDate"":""2021-04-30"",""endDate"":""2022-02-13""},{""time"":238175,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-01-25""},{""time"":239421,""label"":""tour_next"",""step"":5},{""time"":250664,""label"":""cleared_brush"",""using"":""click""},{""time"":250667,""label"":""cleared_brush"",""using"":""Escape""},{""time"":252457,""label"":""tour_next"",""step"":5},{""time"":261225,""label"":""tour_end"",""step"":5},{""time"":265858,""label"":""hovered"",""timeHovered"":8857,""week"":""2022-01-17""},{""time"":275075,""label"":""hovered"",""timeHovered"":1594,""week"":""2022-01-24""}]}","{""startTime"":1678935730996,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":10397,""label"":""hovered"",""timeHovered"":1535,""week"":""2022-01-17""},{""time"":11935,""label"":""hovered"",""timeHovered"":1098,""week"":""2022-01-17""}]}",0,complex,line,0,0,0,,3.7,0,2,2,2.633,1.3165,1538,15,1,0.5,1,1,3 -2023-03-15 22:58:17,2023-03-15 23:13:43,0,100,925,1,2023-03-15 23:13:43,R_3RraRTYvx6aJPoB,34.0447,-118.2946,EN,1,40.791,1,2,2,12.611,15.118,74,93,12,49.201,39.102,1,-3,52.071,-3,-3,124.401,-2,39.514,15.011,5,4,5,5,5,4,none,35.383,2,5,4,3,4,4,"I trust this visualization slightly agree due to some missing key facts such as information related to that facts of humans age, sex and location.",139.644,5,none,15.411,2,7,3,4,1,5,6,32.367,7,9,9,10,9,8,8,10,none,28.588,2,3,3,4,4,4,36.028,6,2,15.781,1,1967,California,2,2,1,,2,,,6,3,1,tailee33167@aol.com,147.23,5e1efdb3a8c111230db526ff,"{""startTime"":1678935820880,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678935857378,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678935636566,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":78,""label"":""tour_started""},{""time"":22251,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1032,""week"":""4"",""id"":""chart""},{""time"":26760,""label"":""tour_next"",""step"":2},{""time"":35731,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678935804402,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar,0,0,0,,3.3,0,0,0,0,0,0,15,0.5,0,0,0,2 -2023-03-15 22:46:47,2023-03-15 23:14:56,0,100,1688,1,2023-03-15 23:14:57,R_3J5a32NrXQGuwqg,36.5246,-87.3465,EN,1,74.911,2,,2,4.577,15.117,59,100,57,69.046,150.365,1,1,69.004,1,1,193.811,1,116.275,15.119,3,1,3,6,6,1,"I want to know how the cases were determined to be COVID-19. What kind of test was used? If I don't trust the testing, the I don't trust the data. I have never been able to find out any information about how the home tests work or what those test results are based on. I know they can't be pcr which I don't trust for testing COVID-19. (I have experience with pcr from a former job)",350.585,3,6,3,1,1,6,"I only chose ""I trust this visualization' because you told me to assume I trust the data in the visualization. I actually DON'T trust the data, but you prefaced the questions based on my trusting the data.",84.686,6,Most people can be trusted. But I have absolutely no trust in the CDC. Before COVID-19 and for the first few months of the pandemic I trusted and had great respect for the CDC.,180.469,2,7,3,4,1,5,6,35.841,1,2,9,4,1,6,9,6,,44.703,5,5,5,1,3,5,38.001,6,4,24.508,2,1951,Tennessee,9,2,1,,9,,Clarksville,3,1,1,kizzyeleven@comcast.net,125.269,5c1976c90d57c30001b4162c,"{""startTime"":1678935374800,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678935223703,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934987080,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":24613,""label"":""hovered"",""timeHovered"":1350,""week"":""2021-04-12""},{""time"":27080,""label"":""hovered"",""timeHovered"":32583,""week"":""2021-04-12""},{""time"":60596,""label"":""hovered"",""timeHovered"":6102,""week"":""2021-05-03""},{""time"":67381,""label"":""hovered"",""timeHovered"":4267,""week"":""2021-06-14""},{""time"":73565,""label"":""hovered"",""timeHovered"":17635,""week"":""2021-08-16""},{""time"":94283,""label"":""hovered"",""timeHovered"":3766,""week"":""2022-01-03""},{""time"":98767,""label"":""hovered"",""timeHovered"":2232,""week"":""2022-01-03""},{""time"":104984,""label"":""hovered"",""timeHovered"":3666,""week"":""2022-01-03""},{""time"":109166,""label"":""hovered"",""timeHovered"":1933,""week"":""2022-01-03""},{""time"":112333,""label"":""hovered"",""timeHovered"":4017,""week"":""2021-11-22""},{""time"":118000,""label"":""hovered"",""timeHovered"":3234,""week"":""2021-08-23""},{""time"":124563,""label"":""tour_next"",""step"":2},{""time"":145247,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678935207868,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line,0,0,0,,4,0,0,0,0,0,0,15,1,1,1,1,1 -2023-03-15 23:03:35,2023-03-15 23:15:38,0,100,722,1,2023-03-15 23:15:38,R_3OkvuMkCoG9hziw,36.3966,-78.9933,EN,1,12.849,,,,,15.015,91,5,69,38.517,25.381,1,1,59.126,1,1,64.426,-1,86.643,15.116,5,5,6,6,5,5,,93.001,5,6,5,3,5,5,The visualization accurately shows the numbers on the axes and also includes the data source.,49.277,6,,7.176,2,7,3,4,1,5,6,24.963,3,4,7,6,6,5,10,10,,30.125,5,4,5,1,5,5,29.579,1,,7.402,2,1973,North Carolina,6,2,1,,7,,,2,4,1,5e26341c63251a881e185ecf@email.prolific.co,72.902,5e26341c63251a881e185ecf,"{""startTime"":1678935996417,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":31715},{""label"":""window_focused"",""time"":31987},{""time"":42770,""label"":""hovered"",""timeHovered"":1483,""week"":""2021-12-20""},{""time"":46160,""label"":""hovered"",""timeHovered"":2575,""week"":""2022-01-10""}]}","{""startTime"":1678936090290,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":11693,""label"":""hovered"",""timeHovered"":3214,""week"":""2021-12-13""}]}","{""startTime"":1678935893213,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":11127,""label"":""tour_next"",""step"":2},{""time"":20784,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678935979851,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,line,0,0,0,,4.2,0,0,0,0,0,0,15,1,1,0,1,1 -2023-03-15 22:58:33,2023-03-15 23:18:09,0,100,1175,1,2023-03-15 23:18:10,R_vIAAIzvNJ0BBEFb,30.1909,-85.6696,EN,1,16.863,,,,,15.071,84,83,87,35.761,58.99,-2,1,50.379,-2,-3,165.601,-3,74.944,15.115,3,5,3,7,6,5,,41.661,5,2,4,1,1,4,The data is only as good as its source and the people who are inputting it.,55.19,4,,12.661,2,7,3,4,1,5,6,18.499,3,3,7,3,2,6,8,6,,92.627,3,4,4,2,4,3,41.049,5,,8.92,1,1964,Florida,2,3,1,,9,,Panama city,5,3,1,jminfl32405@gmail.com,122.669,63eb13f36c0fe9ba20d45234,"{""startTime"":1678936121261,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678936163585,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678935878436,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":32162,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2449,""week"":""51"",""id"":""chart""},{""time"":35756,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2525,""week"":""44"",""id"":""chart""},{""time"":40001,""label"":""tour_next"",""step"":2},{""time"":43775,""label"":""tour_end"",""step"":2},{""time"":49132,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1134,""week"":""39"",""id"":""chart""}]}","{""startTime"":1678936105496,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":6885,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1977,""week"":""51"",""id"":""chart""},{""time"":9886,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1018,""week"":""50"",""id"":""chart""},{""time"":11029,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1226,""week"":""50"",""id"":""chart""}]}",0,moderate,bar,0,0,0,,3.3,0,3,3,4.221,1.407,4144,15,0.5,0,0,0,2 -2023-03-15 22:59:20,2023-03-15 23:18:18,0,100,1137,1,2023-03-15 23:18:18,R_3sdeLwoiqyPcvwW,41.6332,-83.579,EN,1,18.255,1,3,1,8.957,15.008,90,90,50,45.319,64.902,-2,1,197.502,-2,1,95.327,1,135.486,15.01,2,7,4,5,4,5,What about those who didn't know they had Covid or those people who didn't report it?,105.645,4,5,5,7,3,4,I trust the numbers on the visualization but it can be inaccurate because many people who had Covid may not have re[ported it.,54.9,6,,8.801,2,7,3,4,1,5,6,27.395,9,9,10,9,4,8,10,9,,29.801,4,3,4,2,4,3,45.336,3,1,26.996,2,1958,Ohio,6,1,1,,7,,,11,2,1,,136.862,611b09935cd6e67f2b5e9ea2,"{""startTime"":1678936003969,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678935867890,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":4240,""label"":""hovered"",""timeHovered"":1960,""week"":""2021-04-12""},{""time"":7188,""label"":""hovered"",""timeHovered"":11032,""week"":""2021-08-16""},{""time"":20045,""label"":""hovered"",""timeHovered"":1966,""week"":""2021-11-22""},{""time"":31215,""label"":""hovered"",""timeHovered"":1586,""week"":""2022-01-10""},{""time"":32973,""label"":""hovered"",""timeHovered"":4617,""week"":""2022-01-10""},{""time"":39041,""label"":""hovered"",""timeHovered"":6253,""week"":""2022-01-24""}]}","{""startTime"":1678935588742,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":15649,""label"":""hovered"",""timeHovered"":5856,""week"":""2021-11-01""},{""time"":25756,""label"":""hovered"",""timeHovered"":8015,""week"":""2022-01-03""},{""time"":40964,""label"":""tour_next"",""step"":2},{""time"":53809,""label"":""tour_end"",""step"":2},{""time"":34683,""label"":""hovered"",""timeHovered"":22014,""week"":""2021-12-20""},{""time"":60335,""label"":""hovered"",""timeHovered"":1230,""week"":""2021-08-23""}]}","{""startTime"":1678935852326,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line,0,0,0,,3.3,0,0,0,0,0,0,15,0.5,0.5,1,0.5,1 -2023-03-15 22:37:29,2023-03-15 23:19:01,0,100,2491,1,2023-03-15 23:19:01,R_2urfE3oVwQxqfoW,38.894,-77.0365,EN,1,148.848,1,4,2,27.198,15.014,100,100,83,126.066,213.317,1,1,196.595,1,1,306.858,1,153.106,15.11,6,6,6,5,6,6,,67.058,6,6,6,4,4,6,"The chart says the graph and data are from the CDC, and I trust them to provide the public with accurate health-related information. ",121.654,6,,21.42,2,7,3,4,1,5,6,55.671,8,9,8,8,10,8,11,10,,57.059,3,4,5,2,4,4,53.44,1,1,42.746,2,1959,Maryland,3,1,1,,7,,,5,4,1,5ba5d8b960f3d50001697104@email.prolific.co,680.405,5ba5d8b960f3d50001697104,"{""startTime"":1678935388903,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":356},{""label"":""window_focused"",""time"":4523},{""label"":""window_blurred"",""time"":10534},{""label"":""window_focused"",""time"":14062},{""label"":""window_blurred"",""time"":64268},{""label"":""window_focused"",""time"":65815}]}","{""startTime"":1678935168570,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":9410},{""label"":""window_focused"",""time"":10534},{""time"":31976,""label"":""hovered"",""timeHovered"":1882,""week"":""2022-01-10""},{""time"":34906,""label"":""hovered"",""timeHovered"":1090,""week"":""2022-01-10""},{""label"":""window_blurred"",""time"":38639},{""label"":""window_focused"",""time"":54682}]}","{""startTime"":1678934630984,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":46821,""label"":""hovered"",""timeHovered"":1258,""week"":""2021-12-20""},{""time"":49698,""label"":""hovered"",""timeHovered"":2001,""week"":""2022-01-10""},{""time"":58317,""label"":""hovered"",""timeHovered"":9988,""week"":""2021-04-12""},{""time"":74222,""label"":""hovered"",""timeHovered"":1649,""week"":""2021-08-23""},{""time"":75872,""label"":""hovered"",""timeHovered"":2701,""week"":""2021-08-23""},{""time"":82612,""label"":""hovered"",""timeHovered"":1550,""week"":""2021-08-09""},{""time"":90298,""label"":""hovered"",""timeHovered"":6654,""week"":""2021-08-16""},{""time"":101048,""label"":""hovered"",""timeHovered"":5202,""week"":""2021-11-22""},{""time"":107318,""label"":""hovered"",""timeHovered"":4868,""week"":""2021-11-29""},{""time"":113273,""label"":""hovered"",""timeHovered"":7486,""week"":""2022-01-03""},{""time"":126676,""label"":""hovered"",""timeHovered"":1127,""week"":""2022-01-10""},{""time"":130855,""label"":""hovered"",""timeHovered"":1299,""week"":""2022-01-03""},{""time"":137903,""label"":""hovered"",""timeHovered"":2902,""week"":""2021-12-27""},{""time"":143999,""label"":""hovered"",""timeHovered"":1700,""week"":""2022-01-10""},{""time"":156722,""label"":""hovered"",""timeHovered"":6002,""week"":""2022-01-03""},{""time"":163721,""label"":""hovered"",""timeHovered"":1884,""week"":""2022-02-07""},{""time"":169174,""label"":""hovered"",""timeHovered"":5400,""week"":""2022-02-07""},{""time"":175877,""label"":""tour_next"",""step"":2},{""time"":186102,""label"":""tour_end"",""step"":2},{""time"":187540,""label"":""hovered"",""timeHovered"":1342,""week"":""2022-01-31""},{""time"":189869,""label"":""hovered"",""timeHovered"":2933,""week"":""2022-01-03""},{""time"":197825,""label"":""hovered"",""timeHovered"":2524,""week"":""2022-01-31""},{""time"":206139,""label"":""hovered"",""timeHovered"":2626,""week"":""2021-12-27""}]}","{""startTime"":1678935152685,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":11393,""label"":""hovered"",""timeHovered"":2163,""week"":""2021-10-25""}]}",1,moderate,line,0,0,0,,3.7,0,1,1,2.163,2.163,0,15,1,1,1,1,2 -2023-03-15 22:57:29,2023-03-15 23:19:13,0,100,1304,1,2023-03-15 23:19:14,R_294jYpRSUoEeYIE,35.001,-78.9345,EN,1,13.307,1,2,1,7.471,15.017,89,89,83,42.139,119.345,1,1,72.877,-3,-3,89.669,1,76.341,15.011,4,7,4,4,6,5,"It if is actually information from the CDC, it would have to be information collected from a lot of sources. Any of those sources could be (but shouldn't be) suspect. Hospitals or nursing homes may or may not have wanted to say that X number of people died at our facility from COVID. Maybe there was confusion whether someone actually died from COVID or some other illness. There are too many variables. But if it was from the CDC, I would trust it as being accurate as humans at this time can make it. ",154.647,3,5,6,4,3,5,"It seems like this was the trend for the pandemic. It started off slow, then hit a peak and then started to diminish again. Then it seemed to get worse - hit a peak and then began to come down. I would want to verify it if I had to use the chart for something, but it seems very plausible. ",82.341,4,"My view of humankind changed during the Trump/COVID years. I truly thought we were smarter than what I was shown to be the case during that time. I don't know if it was actual politics or what, but so many people I knew that were Trump supporters refused to get the vaccine. Two of those people died and I know of one who is suffering from long-COVID. I didn't think COVID should have been politicized, but it seems that is what the Republicans wanted to do? I felt so sorry for Dr. Fauci. He was the person everyone should be listening to, but he had to deal with Trump and his ilk. I really don't understand what is going on. ",161.765,2,7,3,4,1,5,6,25.096,5,6,4,4,8,5,10,8,"I trust actual news media - - MSNBC, CBS, etc. for actual news. I want to put CNN in there, but sometimes they get carried away. I don't consider Fox News ""news"" in any way, shape or fashion. I think they should be tried for treason along with Trump and the Jan 6th idiots. I trust scientists, but I know there are a few bad ones who just want a name for themselves and they will 'fudge' results. I just went through a lawsuit and I think the legal system is so f*(ked up. I trust the Democratic party somewhat, but I don't trust Republicans at all. Santos, Taylor-Green, Boebert, seriously? ",253.406,3,4,5,3,5,3,20.227,2,1,13.874,2,1956,North Carolina,6,2,1,,7,,,11,4,1,happyttrails56@gmail.com,84.612,5de87c376522177f4f41cbd2,"{""startTime"":1678935864283,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678935750142,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678935541132,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":56,""label"":""tour_started""},{""time"":8112,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3167,""week"":""33"",""id"":""chart""},{""time"":11297,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7532,""week"":""32"",""id"":""chart""},{""time"":19147,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":10483,""week"":""52"",""id"":""chart""},{""time"":30319,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1046,""week"":""6"",""id"":""chart""},{""time"":33614,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1484,""week"":""22"",""id"":""chart""},{""time"":44884,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":12264,""week"":""32"",""id"":""chart""},{""time"":58034,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7533,""week"":""52"",""id"":""chart""},{""time"":67130,""label"":""tour_next"",""step"":2},{""time"":85303,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1134,""week"":""32"",""id"":""chart2""},{""time"":88870,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7216,""week"":""32"",""id"":""chart2""},{""time"":97672,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":10481,""week"":""52"",""id"":""chart2""},{""time"":110750,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678935734401,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":9645,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1935,""week"":""52"",""id"":""chart""}]}",1,simple,bar,0,0,0,,3.8,0,1,1,1.935,1.935,0,15,1,0,1,1,1 -2023-03-15 22:39:12,2023-03-15 23:20:08,0,100,2455,1,2023-03-15 23:20:08,R_3lEb8uHJlYFBcY5,34.0797,-83.9328,EN,1,359.679,,,,,15.11,89,96,46,33.457,36.082,-2,-2,43.671,1,-3,74.053,1,293.742,15.107,5,5,5,5,7,6,na,54.196,5,5,4,7,5,6,The source it came from. ,11.752,4,,8.79,2,7,3,4,1,5,6,19.254,2,4,6,7,4,4,9,9,,21.213,4,4,5,2,2,3,22.734,4,,5.372,2,1977,Georgia,3,1,1,,7,,,13,2,1,5c47cab451c26300012cdd41@email.prolific.co,69.07,5c47cab451c26300012cdd41,"{""startTime"":1678936300868,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678936219503,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678936092787,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":12677,""label"":""hovered"",""timeHovered"":5483,""week"":""2021-10-04""},{""time"":23827,""label"":""hovered"",""timeHovered"":1416,""week"":""2022-01-24""},{""time"":26147,""label"":""tour_next"",""step"":2},{""time"":32791,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678936203982,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,line,0,0,0,,3.3,0,0,0,0,0,0,15,0,0.5,1,0.5,2 -2023-03-15 23:12:48,2023-03-15 23:21:36,0,100,527,1,2023-03-15 23:21:36,R_8AknEDek9SNOt8t,39.2124,-76.8776,EN,1,8.053,1,3,2,6.853,15.017,84,39,11,18.624,15.876,-2,-2,80.472,-3,-3,93.594,1,25.437,15.118,4,4,5,5,4,4,,19.985,4,4,4,2,3,4,I don't trust covid data because it is so badly collected.,31.79,4,,4.224,2,7,3,4,1,5,6,33.979,5,6,2,6,6,4,9,8,,24.946,4,3,5,2,4,4,17.226,2,1,7.746,2,1979,Maryland,6,1,1,,9,,Columbia,19,3,1,sunshined121@hotmail.com,46.908,5eace152e25d6800091dd418,"{""startTime"":1678936563462,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678936583821,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678936437700,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":21,""label"":""tour_started""},{""time"":10182,""label"":""tour_next"",""step"":2},{""time"":13240,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678936547740,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar,0,0,0,,3.7,0,0,0,0,0,0,15,0,0,1,0,2 -2023-03-15 23:12:34,2023-03-15 23:21:50,0,100,556,1,2023-03-15 23:21:51,R_O7k7O92foMKhiGR,34.0757,-118.3161,EN,1,7.106,,,,,15.203,76,68,69,11.5,28.582,1,1,72.415,1,1,70.198,1,74.789,15.007,5,5,5,5,5,5,,22.015,5,5,5,5,5,5,The legend and other indicators on the chart look very clear to me. I didn't see any confusion at all.,32.213,3,,13.903,2,7,3,4,1,5,6,25.214,6,6,6,6,6,6,6,6,,12.067,3,3,3,3,3,3,13.1,5,,7.736,1,1971,California,6,2,1,,4,,,4,3,1,,68.786,604ae23075cb7165f9730564,"{""startTime"":1678936526021,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678936549313,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678936406678,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":28,""label"":""tour_started""},{""time"":13603,""label"":""tour_next"",""step"":2},{""time"":24790,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678936509603,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,line,0,0,0,,3,0,0,0,0,0,0,15,1,1,1,1,1 -2023-03-15 23:04:52,2023-03-15 23:21:55,0,100,1023,1,2023-03-15 23:21:56,R_1i4oxIgu6dEO9Ln,40.726,-73.848,EN,1,10.49,1,4,1,7.502,15.129,100,100,50,19.287,25.681,1,1,45.666,1,1,80.621,-1,138.755,15.128,6,6,6,6,6,6,,28.259,5,6,6,4,5,6,I believe all the necessary data is present and the conclusions here are consistent with what I have seen from other sources,41.273,6,"Was the question ""In late December 2022, what age group of vaccinated people report a higher case count than unvaccinated people Ages 80+?"" correct? I read the graph as showing 2021 and then Jan & Feb 2022 and no graph for Dec 2022 so answered 'don't know'. Should the question have read ""Dec 2021"" or was this a trick question?",150.793,2,7,3,4,1,5,6,35.093,10,10,10,10,10,10,11,11,,24.435,5,5,5,1,5,5,26.124,4,1,14.737,1,1960,New York,6,2,1,,7,,,17,4,1,m_levine@pipeline.com,167.959,60c75628113cc78734583d3b,"{""startTime"":1678936206067,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_focused"",""time"":2274}]}","{""startTime"":1678936234753,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678936083216,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":18436,""label"":""tour_next"",""step"":2},{""time"":22430,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678936190435,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":9475},{""label"":""window_focused"",""time"":10999},{""label"":""window_blurred"",""time"":11312},{""label"":""window_focused"",""time"":14867},{""label"":""window_blurred"",""time"":14883}]}",1,moderate,line,0,0,0,,4.3,0,0,0,0,0,0,9.804,1,1,0,1,2 -2023-03-15 22:51:23,2023-03-15 23:22:10,0,100,1846,1,2023-03-15 23:22:10,R_1gCHLaZhmEH4lkZ,41.028,-75.978,EN,1,7.505,,,,,15.115,45,11,53,27.578,34.555,1,1,113.367,-2,1,56.663,1,119.884,15.017,5,5,5,5,6,5,,20.951,5,6,5,2,4,5," can see all the relevant information, the number of diseases and the time period ",64.742,3,,10.232,2,7,3,4,1,5,6,19.684,6,8,9,6,7,9,10,10,,23.762,4,4,4,2,4,4,28.091,6,,6.36,2,1980,Pennsylvania,4,3,1,,9,,Austin,8,3,1,Lynette1016@outlook.com,46.51,634696400ff1ac25ed01ad11,"{""startTime"":1678936586040,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678936497458,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678936332926,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":10962,""label"":""hovered"",""timeHovered"":2750,""week"":""2022-01-03""},{""time"":15330,""label"":""hovered"",""timeHovered"":1033,""week"":""2022-01-17""},{""time"":18277,""label"":""tour_next"",""step"":2},{""time"":26925,""label"":""tour_end"",""step"":2},{""time"":29196,""label"":""hovered"",""timeHovered"":2828,""week"":""2022-01-10""}]}","{""startTime"":1678936481785,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,line,0,0,0,,3.7,0,0,0,0,0,0,15,1,0.5,1,1,1 -2023-03-15 23:12:01,2023-03-15 23:22:40,0,100,639,1,2023-03-15 23:22:41,R_2XptompMLEsRxZ1,41.5412,-88.0546,EN,1,12.047,,,,,16.99,83,100,27,36.669,43.914,1,-1,60.252,1,1,44.895,-3,68.719,16.765,3,3,3,4,2,2,,23.13,4,5,3,1,2,3,I dont mistrust the information but I dont trust it 100%,37.503,3,,9.7,2,7,3,4,1,5,6,34.544,5,6,6,7,6,3,8,10,,32.23,5,4,5,4,5,3,25.546,3,,5.125,3,2003,Illinois,3,2,1,,4,,,5,4,1,,85.984,62c5cdfe50000fce3e390be0,"{""startTime"":1678936512145,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678936536633,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678936402100,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":23227,""label"":""tour_next"",""step"":2},{""time"":28235,""label"":""tour_end"",""step"":2},{""time"":36774,""label"":""hovered"",""timeHovered"":2122,""week"":""2022-01-10""}]}","{""startTime"":1678936493149,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":2202},{""label"":""window_focused"",""time"":7918}]}",0,moderate,line,0,0,0,,4.3,0,0,0,0,0,0,2.202,0.5,1,0,1,2 -2023-03-15 23:05:41,2023-03-15 23:22:54,0,100,1032,1,2023-03-15 23:22:54,R_XHPH1bmOrOfzxHX,39.0352,-94.5456,EN,1,46.682,1,4,2,13.366,15.342,100,100,66,107.489,52.677,1,1,66.872,-3,-3,66.286,-2,65.203,15.117,6,6,6,6,6,6,,15.403,6,6,5,6,6,6,It provides data that I believe corresponds with what I have seen previously reported on infections.,205.586,6,,7.828,2,7,3,4,1,5,6,17.802,6,6,7,8,9,2,11,11,,25.689,5,5,5,1,4,4,18.332,1,4,12.689,1,1973,Missouri,6,2,1,,9,,KANSAS CITY,3,4,1,CCWMATTHEWS@AOL.COM,60.122,54847f1cfdf99b07b28f22f9,"{""startTime"":1678936667951,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678936431913,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678936291796,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":38,""label"":""tour_started""},{""time"":13433,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1582,""week"":""48"",""id"":""chart""},{""time"":20127,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2420,""week"":""31"",""id"":""chart""},{""time"":23615,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1067,""week"":""34"",""id"":""chart""},{""time"":24744,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1071,""week"":""37"",""id"":""chart""},{""time"":26742,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1025,""week"":""50"",""id"":""chart""},{""time"":27848,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2233,""week"":""52"",""id"":""chart""},{""time"":31127,""label"":""tour_next"",""step"":2},{""time"":37030,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2550,""week"":""51"",""id"":""chart2""},{""time"":40246,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2266,""week"":""1"",""id"":""chart2""},{""time"":42745,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1935,""week"":""47"",""id"":""chart2""},{""time"":45979,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1367,""week"":""40"",""id"":""chart2""},{""time"":51623,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678936414247,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":9394,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1459,""week"":""52"",""id"":""chart""},{""time"":11192,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2226,""week"":""52"",""id"":""chart2""}]}",1,simple,bar,0,0,0,,4,0,2,2,3.685,1.8425,1798,15,1,0,0,1,1 -2023-03-15 23:18:15,2023-03-15 23:24:59,0,100,404,1,2023-03-15 23:25:00,R_11j94qkhR03uLX4,43.8013,-91.2134,EN,1,4.037,,,,,15.113,77,71,16,9.67,25.164,1,1,53.845,-3,-3,51.982,-1,9.8,16.957,4,4,4,5,5,5,Purpose???,26.902,5,4,4,4,5,5,Numbers back up the bars.,13.844,2,Purpose??,9.572,2,7,3,4,1,5,6,13.986,1,1,7,2,1,3,3,6,,16.304,4,3,2,3,3,3,6.189,7,,20.549,1,1962,Wisconsin,4,2,1,,7,,,7,2,1,jeffe@centurytel.net,63.391,5e1e935be3c7191e0519b486,"{""startTime"":1678936869860,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678936829632,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_focused"",""time"":18190}]}","{""startTime"":1678936730416,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":8249,""label"":""tour_next"",""step"":2},{""time"":9250,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2865,""week"":""52"",""id"":""chart2""},{""time"":14126,""label"":""tour_end"",""step"":2},{""time"":19727,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4008,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678936810598,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":7011}]}",0,simple,bar,0,0,0,,3,0,0,0,0,0,0,7.011,1,0,0,1,1 -2023-03-15 23:12:22,2023-03-15 23:25:11,0,100,768,1,2023-03-15 23:25:11,R_2ZJFWRDlOXqdCzE,39.9486,-75.2339,EN,1,29.144,,,,,15.034,56,46,26,20.383,123.205,1,1,63.079,-1,1,107.014,1,78.987,15.155,5,3,5,3,5,5,,32.217,5,3,7,7,7,5,"I believe the data in the visualaztion to be true, because it was presented as a fact.",46.153,4,,6.586,2,7,3,4,1,5,6,23.297,2,2,2,2,2,4,9,9,,25.732,4,4,4,2,4,3,29.383,2,,7.205,2,1986,Pennsylvania,2,1,1,,3,,,6,3,1,63d83eafdd418ada3528719e@email.prolific.co,88.827,63d83eafdd418ada3528719e,"{""startTime"":1678936706474,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678936632648,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678936413074,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":16332,""label"":""hovered"",""timeHovered"":1023,""week"":""2021-12-27""},{""time"":17559,""label"":""hovered"",""timeHovered"":3995,""week"":""2022-01-10""},{""time"":22237,""label"":""hovered"",""timeHovered"":2034,""week"":""2022-01-31""},{""time"":26509,""label"":""tour_next"",""step"":5},{""time"":45497,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-11""},{""time"":47098,""label"":""tour_next"",""step"":5},{""time"":50849,""label"":""moved_brush"",""startDate"":""2021-04-12"",""endDate"":""2022-02-13""},{""time"":51482,""label"":""moved_brush"",""startDate"":""2021-04-12"",""endDate"":""2022-02-13""},{""time"":52196,""label"":""moved_brush"",""startDate"":""2021-04-12"",""endDate"":""2022-02-13""},{""time"":63099,""label"":""moved_brush"",""startDate"":""2021-10-08"",""endDate"":""2022-02-13""},{""time"":65197,""label"":""tour_next"",""step"":5},{""time"":75684,""label"":""cleared_brush"",""using"":""click""},{""time"":78292,""label"":""cleared_brush"",""using"":""click""},{""time"":79814,""label"":""started_brush"",""startDate"":""2021-07-04"",""endDate"":""2021-07-20""},{""time"":80579,""label"":""cleared_brush"",""using"":""click""},{""time"":81262,""label"":""tour_next"",""step"":5},{""time"":88932,""label"":""tour_end"",""step"":5},{""time"":98565,""label"":""started_brush"",""startDate"":""2021-04-23"",""endDate"":""2022-02-13""},{""time"":104290,""label"":""hovered"",""timeHovered"":1109,""week"":""2022-01-10""},{""time"":118172,""label"":""moved_brush"",""startDate"":""2021-04-23"",""endDate"":""2022-02-13""}]}","{""startTime"":1678936616784,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":6148,""label"":""hovered"",""timeHovered"":2115,""week"":""2022-01-03""},{""time"":10960,""label"":""hovered"",""timeHovered"":1071,""week"":""2021-12-20""},{""time"":12059,""label"":""hovered"",""timeHovered"":1122,""week"":""2021-12-20""}]}",0,complex,line,0,0,0,,3.5,0,3,3,4.308,1.436,5911,15,1,0.5,1,1,3 -2023-03-15 22:26:17,2023-03-15 23:26:00,0,100,3582,1,2023-03-15 23:26:01,R_3MtbiuJjOEuf8sJ,28.2404,-82.7188,EN,1,21.625,1,2,2,11.4,15.009,66,34,68,24.974,69.001,-2,-2,89.406,1,-2,222.847,1,68.396,15.009,4,3,3,4,4,2,,132.764,4,2,5,2,1,3,I would have to do more research of where they get their data from before i can say i fully trust something.,38.705,4,,25.924,2,7,3,4,1,5,6,31.816,4,6,6,7,4,7,9,9,,243.179,2,3,2,3,5,5,52.204,2,1,49.502,1,1973,Florida,2,2,1,,7,,,6,4,1,,2336.109,631677b07578c19a17bf4c5a,"{""startTime"":1678933965216,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933827219,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933672894,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":7130,""label"":""tour_next"",""step"":5},{""time"":37091,""label"":""started_brush"",""startDate"":""2021-09-07"",""endDate"":""2021-12-15""},{""time"":39164,""label"":""tour_next"",""step"":5},{""time"":48102,""label"":""moved_brush"",""startDate"":""2021-06-01"",""endDate"":""2021-09-09""},{""time"":49422,""label"":""tour_next"",""step"":5},{""time"":57581,""label"":""cleared_brush"",""using"":""Click""},{""time"":57581,""label"":""cleared_brush"",""using"":""Escape""},{""time"":59402,""label"":""tour_next"",""step"":5},{""time"":64355,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678933811658,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar,0,0,0,,3.3,0,0,0,0,0,0,15,0,0.5,1,1,3 -2023-03-15 23:15:26,2023-03-15 23:26:30,0,100,663,1,2023-03-15 23:26:31,R_3RgRuZWd4SNnglM,39.9727,-74.2474,EN,1,17.583,,,,,15.022,93,94,85,25.86,59.797,1,1,42.542,1,1,64.905,1,57.121,15.124,5,5,5,6,4,5,"At first I though both insect and fungus bars started at 0, which seems like it would be a better comparison between them, although this type of bar chart is good for determining the diference in totals I suppose. Thank you!",101.761,5,4,5,3,6,5,"It seems to come from a dataset of evidence, there may be actually a bit more than what the chart shows if not all areas were detected unless it is an estimate.",59.964,4,Thank you.,12.597,2,7,3,4,1,5,6,22.758,3,2,1,2,3,4,11,10,,25.32,4,4,5,1,4,5,22.038,2,,7.298,1,1989,New Jersey,3,2,1,,7,,,7,4,1,877wrangler@gmail.com,58.15,5611f6dd7ffc8a00058117e7,"{""startTime"":1678936734422,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678936837132,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678936592463,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":12048,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2198,""week"":""1"",""id"":""chart""},{""time"":14372,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":9283,""week"":""2"",""id"":""chart""},{""time"":23725,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2794,""week"":""3"",""id"":""chart""},{""label"":""window_blurred"",""time"":31862},{""label"":""window_focused"",""time"":33452},{""time"":33652,""label"":""tour_next"",""step"":2},{""time"":37870,""label"":""tour_end"",""step"":2},{""time"":40548,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1390,""week"":""52"",""id"":""chart""},{""time"":42300,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3242,""week"":""50"",""id"":""chart""},{""time"":45736,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1172,""week"":""51"",""id"":""chart""},{""time"":47041,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2427,""week"":""52"",""id"":""chart""},{""time"":49536,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1659,""week"":""1"",""id"":""chart""},{""time"":51288,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2144,""week"":""2"",""id"":""chart""}]}","{""startTime"":1678936718321,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":6813,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2231,""week"":""51"",""id"":""chart""},{""time"":9927,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3118,""week"":""3"",""id"":""chart""}]}",0,moderate,bar,0,0,0,,3.8,0,2,2,5.349,2.6745,3114,15,1,1,1,1,2 -2023-03-15 23:16:14,2023-03-15 23:27:14,0,100,660,1,2023-03-15 23:27:15,R_10USxRiCgqWheBJ,35.7113,-82.5467,EN,1,24.329,1,4,1,7.214,15.068,89,77,81,21.967,91.575,-2,-3,67.5,-3,-3,58.719,-2,20.68,15.009,6,5,6,5,6,6,,22.6,6,6,6,4,5,6,it looks scientific,17.401,6,very fun and interesting,14.76,2,7,3,4,1,5,6,22.491,8,9,8,9,9,8,11,11,,24.224,4,5,5,1,5,5,24.119,2,1,12.504,2,1958,North Carolina,6,1,1,,7,,,12,4,1,Rhondasue219@hotmail.com,73.005,6063737f1039adcbf6428ac2,"{""startTime"":1678936908876,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678936932184,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678936732962,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":23,""label"":""tour_started""},{""time"":63699,""label"":""tour_next"",""step"":2},{""time"":72187,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1083,""week"":""1"",""id"":""chart2""},{""time"":82813,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678936893237,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar,0,0,0,,4.2,0,0,0,0,0,0,15,0,0,0,0,1 -2023-03-15 23:10:03,2023-03-15 23:27:37,0,100,1053,1,2023-03-15 23:27:37,R_2xFVc32CUxxRXbQ,32.2871,-90.2306,EN,1,51.46,,,,,15.014,74,91,62,49.626,46.132,-2,1,71.254,-3,-3,118.476,1,71.099,15.028,5,5,3,5,6,3,,78.143,5,5,3,7,7,3,I know nothing about the data source or crops in general in Croatia.,63.361,6,,21.338,2,7,3,4,1,5,6,23.135,8,8,10,8,8,8,9,10,A lot of the above put their self interests first.,97.021,3,3,4,4,3,3,32.068,6,,21.242,2,1964,Mississippi,6,2,1,,9,,Byram,16,1,1,b_frances@msn.com,199.753,5fe49a4ad8918ba1615e298d,"{""startTime"":1678936559281,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678936638359,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":1506,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4195,""week"":""2"",""id"":""chart""}]}","{""startTime"":1678936424447,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":41,""label"":""tour_started""},{""time"":9516,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5148,""week"":""52"",""id"":""chart""},{""time"":14745,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1132,""week"":""51"",""id"":""chart""},{""time"":16081,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1464,""week"":""49"",""id"":""chart""},{""time"":23591,""label"":""tour_next"",""step"":2},{""time"":25699,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1117,""week"":""2"",""id"":""chart2""},{""time"":28539,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2632,""week"":""44"",""id"":""chart2""},{""time"":31295,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1415,""week"":""41"",""id"":""chart2""},{""time"":44318,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678936543321,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,bar,0,0,0,,3.3,0,0,0,0,0,0,15,0.5,0,1,0.5,1 -2023-03-15 23:17:20,2023-03-15 23:31:35,0,100,855,1,2023-03-15 23:31:36,R_1dmqHLr8cTaxvna,32.5298,-94.7949,EN,1,28.201,1,4,1,12.79,15.11,100,83,43,53.879,134.312,1,1,61.088,1,1,57.282,1,28.648,15.111,6,5,6,6,6,6,I think it's important to have publicly accessible visualizations of data like this to help combat misinformation.,56.282,5,6,6,2,3,6,"I trust the data source of the CDC to be reasonably accurate. If there are inaccuracies, they probably don't affect the differences between the vaccinated and unvaccinated groups that much.",62.266,5,I did like the interactive graph. It made it easier to understand the data and would have been helpful in answering some of the questions where we had the static visualizaiotn.,55.897,2,7,3,4,1,5,6,28.893,2,7,5,8,7,5,10,10,,40.712,5,5,5,1,5,5,31.22,3,1,24.09,1,1980,Texas,6,3,1,,7,,,14,2,1,63ed059a43d8d970d47c98a0@email.prolific.co,88.172,63ed059a43d8d970d47c98a0,"{""startTime"":1678937043613,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678936941837,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678936762692,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":18085,""label"":""hovered"",""timeHovered"":8807,""week"":""2022-01-17""},{""time"":30845,""label"":""tour_next"",""step"":5},{""time"":42853,""label"":""started_brush"",""startDate"":""2021-10-01"",""endDate"":""2022-01-05""},{""time"":46072,""label"":""started_brush"",""startDate"":""2021-12-10"",""endDate"":""2022-02-11""},{""time"":47572,""label"":""tour_next"",""step"":5},{""time"":55529,""label"":""moved_brush"",""startDate"":""2021-07-28"",""endDate"":""2021-09-29""},{""time"":56716,""label"":""tour_next"",""step"":5},{""time"":62771,""label"":""cleared_brush"",""using"":""click""},{""time"":65724,""label"":""tour_next"",""step"":5},{""time"":75986,""label"":""tour_end"",""step"":5},{""time"":77413,""label"":""hovered"",""timeHovered"":1022,""week"":""2022-01-17""},{""time"":82279,""label"":""started_brush"",""startDate"":""2021-07-09"",""endDate"":""2021-10-09""},{""time"":94173,""label"":""moved_brush"",""startDate"":""2021-04-13"",""endDate"":""2021-07-15""},{""time"":95179,""label"":""hovered"",""timeHovered"":2210,""week"":""2021-06-14""},{""time"":104279,""label"":""moved_brush"",""startDate"":""2021-11-12"",""endDate"":""2022-02-13""},{""time"":110319,""label"":""moved_brush"",""startDate"":""2021-12-15"",""endDate"":""2022-02-13""},{""time"":113051,""label"":""moved_brush"",""startDate"":""2021-12-15"",""endDate"":""2022-01-25""},{""time"":115402,""label"":""moved_brush"",""startDate"":""2021-12-24"",""endDate"":""2022-01-25""},{""time"":118684,""label"":""moved_brush"",""startDate"":""2021-12-29"",""endDate"":""2022-01-25""},{""time"":121062,""label"":""hovered"",""timeHovered"":1412,""week"":""2022-01-03""},{""time"":122478,""label"":""hovered"",""timeHovered"":1907,""week"":""2022-01-03""}]}","{""startTime"":1678936926349,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":8839,""label"":""started_brush"",""startDate"":""2021-12-02"",""endDate"":""2022-02-05""},{""time"":11739,""label"":""hovered"",""timeHovered"":1033,""week"":""2022-01-03""}]}",1,complex,line,0,0,0,,4.3,1,2,1,1.033,1.033,2900,15,1,1,1,1,3 -2023-03-15 23:10:25,2023-03-15 23:35:25,0,100,1499,1,2023-03-15 23:35:26,R_1ms0XANovAODlnJ,33.7228,-83.9976,EN,1,54.029,2,,1,24.396,15.017,33,68,28,43.318,239.206,1,1,70.772,-1,1,98.685,1,95.272,15.01,2,2,3,5,6,2,"There is a great deal of missing information if one is to draw meaningful conclusions. For instance, has the data been filtered or adjusted and what is the margin for error.",173.437,2,5,3,7,1,2,There is no indication of margin for error and how the data was collected.,56.449,5,There was no information about the number or percentage of reinfections in any category.,110.167,2,7,3,4,1,5,6,29.502,2,5,8,7,2,6,10,10,None,55.096,3,5,4,2,5,4,64.603,6,3,31.167,1,1957,Georgia,6,3,1,,4,,,4,3,2,,248.587,6163abe84640981d685a57f2,"{""startTime"":1678936733099,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":6474,""label"":""started_brush"",""startDate"":""2021-07-08"",""endDate"":""2021-08-05""},{""time"":7770,""label"":""cleared_brush"",""using"":""click""}]}","{""startTime"":1678936907391,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678936381882,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":5991,""label"":""hovered"",""timeHovered"":2039,""week"":""2022-01-10""},{""time"":11536,""label"":""hovered"",""timeHovered"":1279,""week"":""2022-01-03""},{""time"":22563,""label"":""hovered"",""timeHovered"":19882,""week"":""2021-09-20""},{""time"":56200,""label"":""tour_next"",""step"":5},{""time"":78596,""label"":""started_brush"",""startDate"":""2021-05-03"",""endDate"":""2021-09-10""},{""time"":84626,""label"":""started_brush"",""startDate"":""2022-01-05"",""endDate"":""2022-02-12""},{""time"":92762,""label"":""started_brush"",""startDate"":""2021-05-05"",""endDate"":""2021-06-07""},{""time"":101567,""label"":""tour_next"",""step"":5},{""time"":165984,""label"":""moved_brush"",""startDate"":""2021-11-14"",""endDate"":""2021-12-16""},{""time"":168477,""label"":""tour_next"",""step"":5},{""time"":175953,""label"":""cleared_brush"",""using"":""click""},{""time"":181955,""label"":""tour_next"",""step"":5},{""time"":195371,""label"":""tour_end"",""step"":5},{""time"":218407,""label"":""started_brush"",""startDate"":""2022-01-21"",""endDate"":""2022-02-07""},{""time"":224751,""label"":""moved_brush"",""startDate"":""2021-12-31"",""endDate"":""2022-01-18""},{""time"":226144,""label"":""cleared_brush"",""using"":""click""}]}","{""startTime"":1678936717446,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line,0,0,0,,3.8,0,0,0,0,0,0,15,1,0.5,1,1,3 -2023-03-15 23:24:49,2023-03-15 23:36:47,0,100,718,1,2023-03-15 23:36:48,R_3p3TVdYvB0JWcYL,40.6002,-74.1469,EN,1,11.359,1,1,1,5.814,15.008,100,100,75,30.132,52.867,1,1,68.898,-3,1,87.12,1,62.482,15.011,6,7,6,6,6,6,Are those only people who presented with symptoms (or to their medical providers)? What about the hospitalizations? ,65.577,7,6,6,5,7,6,"It is CDC data: I might doubt the completeness of the data, but I have no reasons to doubt the validity. ",35.601,3,,10.363,2,7,3,4,1,5,6,25.013,2,8,8,7,4,3,10,10,,25.846,5,5,5,1,5,5,31.662,5,1,15.447,2,1964,New York,7,3,1,,7,,,9,4,1,63b7992d848592c307fe1e49@email.prolific.co,85.484,63b7992d848592c307fe1e49,"{""startTime"":1678937409239,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678937327145,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678937170694,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":20040,""label"":""tour_next"",""step"":2},{""time"":25000,""label"":""tour_end"",""step"":2},{""time"":26452,""label"":""hovered"",""timeHovered"":1582,""week"":""2021-06-14""},{""time"":30496,""label"":""hovered"",""timeHovered"":4883,""week"":""2022-01-10""},{""time"":37955,""label"":""hovered"",""timeHovered"":2856,""week"":""2022-01-03""},{""time"":42804,""label"":""hovered"",""timeHovered"":1755,""week"":""2022-02-07""}]}","{""startTime"":1678937311546,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":4641,""label"":""hovered"",""timeHovered"":1588,""week"":""2022-01-03""},{""time"":6239,""label"":""hovered"",""timeHovered"":1742,""week"":""2022-01-03""}]}",1,moderate,line,0,0,0,,4.3,0,2,2,3.33,1.665,1598,15,1,0.5,1,0.5,2 -2023-03-15 23:19:35,2023-03-15 23:38:01,0,100,1105,1,2023-03-15 23:38:01,R_abNqNI56JEfjIOt,32.7797,-96.8022,EN,1,11.797,2,,2,7.586,36.095,0,0,33,18.856,3.275,1,-1,158.589,1,-3,10.52,-2,59.952,15.008,1,7,7,5,5,1,,35.991,3,2,7,7,7,1,Don't trust the data.,1.857,3,,2.438,2,7,3,4,1,5,6,26.511,4,1,7,3,1,9,1,4,,11.451,4,1,5,1,4,2,36.414,7,1,3.028,2,1954,Texas,3,2,1,,7,,,6,2,1,6384e535ba619451063f5223@email.prolific.co,137,6384e535ba619451063f5223,"{""startTime"":1678937397924,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678937318918,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678937054127,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":23,""label"":""tour_started""}]}","{""startTime"":1678937303619,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":9525,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1305,""week"":""2"",""id"":""chart""},{""time"":10973,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1465,""week"":""52"",""id"":""chart""}]}",1,simple,bar,0,0,0,,2.8,0,2,2,2.77,1.385,1448,15,0.5,0.5,0,0.5,1 -2023-03-15 22:36:54,2023-03-15 23:38:10,0,100,3675,1,2023-03-15 23:38:10,R_2SCxHtB1QcFPAr0,42.417,-88.9995,EN,1,454.142,1,3,2,10.812,15.105,83,83,60,1645.434,574.327,1,-2,120.186,-3,1,77.945,-1,214.886,16.997,4,2,4,2,7,3,Thanks. ,42.046,5,4,5,5,5,3,I don't feel like I was given a great deal of info and the dates are somewhat hard to understand.,55.379,5,Thanks,16.948,2,7,3,4,1,5,6,19.418,3,5,5,4,5,4,10,10,Thanks,38.73,3,4,5,1,5,4,24.425,2,2,17.161,1,1982,Illinois,6,1,1,,7,,,14,4,1,5e606b1eaf84e83c728748d7@email.prolific.co,267.823,5e606b1eaf84e83c728748d7,"{""startTime"":1678937171702,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":29017},{""label"":""window_focused"",""time"":30563}]}","{""startTime"":1678937214864,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678936361440,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":23,""label"":""tour_started""},{""time"":3391,""label"":""hovered"",""timeHovered"":4792,""week"":""2022-01-03""},{""time"":9400,""label"":""hovered"",""timeHovered"":2099,""week"":""2021-09-20""},{""time"":27082,""label"":""tour_next"",""step"":5},{""time"":50763,""label"":""tour_back"",""step"":5},{""time"":53611,""label"":""hovered"",""timeHovered"":1092,""week"":""2021-08-30""},{""time"":82474,""label"":""hovered"",""timeHovered"":2670,""week"":""2022-01-17""},{""time"":93157,""label"":""tour_next"",""step"":5},{""time"":120120,""label"":""started_brush"",""startDate"":""2021-10-15"",""endDate"":""2021-11-18""},{""time"":132194,""label"":""started_brush"",""startDate"":""2021-05-27"",""endDate"":""2022-01-04""},{""time"":134946,""label"":""tour_back"",""step"":5},{""label"":""window_blurred"",""time"":159620},{""label"":""window_focused"",""time"":316904},{""time"":332655,""label"":""tour_next"",""step"":5},{""time"":343832,""label"":""moved_brush"",""startDate"":""2021-07-06"",""endDate"":""2022-02-13""},{""time"":348976,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-19""},{""time"":356078,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-19""},{""time"":356316,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-19""},{""time"":356478,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-19""},{""time"":358065,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-19""},{""time"":359651,""label"":""moved_brush"",""startDate"":""2021-07-06"",""endDate"":""2022-02-13""},{""time"":360949,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-19""},{""time"":364344,""label"":""moved_brush"",""startDate"":""2021-07-06"",""endDate"":""2022-02-13""},{""time"":384883,""label"":""tour_back"",""step"":5},{""time"":412648,""label"":""tour_next"",""step"":5},{""time"":418872,""label"":""moved_brush"",""startDate"":""2021-07-06"",""endDate"":""2022-02-13""},{""time"":419447,""label"":""started_brush"",""startDate"":""2021-06-03"",""endDate"":""2021-06-05""},{""time"":431336,""label"":""cleared_brush"",""using"":""click""},{""time"":452150,""label"":""started_brush"",""startDate"":""2021-11-07"",""endDate"":""2021-11-24""},{""time"":453709,""label"":""tour_next"",""step"":5},{""time"":462945,""label"":""moved_brush"",""startDate"":""2021-11-07"",""endDate"":""2021-12-05""},{""time"":464440,""label"":""tour_next"",""step"":5},{""time"":474471,""label"":""moved_brush"",""startDate"":""2021-10-08"",""endDate"":""2021-11-04""},{""time"":478685,""label"":""moved_brush"",""startDate"":""2021-10-08"",""endDate"":""2021-10-21""},{""time"":480741,""label"":""moved_brush"",""startDate"":""2021-08-18"",""endDate"":""2021-10-21""},{""time"":486787,""label"":""moved_brush"",""startDate"":""2021-08-18"",""endDate"":""2021-10-21""},{""time"":491529,""label"":""moved_brush"",""startDate"":""2021-08-18"",""endDate"":""2021-10-21""},{""time"":491672,""label"":""moved_brush"",""startDate"":""2021-08-18"",""endDate"":""2021-10-21""},{""time"":496799,""label"":""moved_brush"",""startDate"":""2021-08-18"",""endDate"":""2021-10-21""},{""time"":498729,""label"":""cleared_brush"",""using"":""click""},{""time"":498733,""label"":""cleared_brush"",""using"":""Escape""},{""time"":500637,""label"":""tour_next"",""step"":5},{""time"":511786,""label"":""tour_end"",""step"":5},{""time"":548636,""label"":""started_brush"",""startDate"":""2021-05-09"",""endDate"":""2022-02-13""},{""time"":556196,""label"":""moved_brush"",""startDate"":""2021-05-09"",""endDate"":""2022-02-13""},{""time"":557704,""label"":""moved_brush"",""startDate"":""2021-05-09"",""endDate"":""2022-02-13""},{""time"":558215,""label"":""moved_brush"",""startDate"":""2021-05-08"",""endDate"":""2022-02-12""},{""time"":559716,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-01-16""},{""time"":561283,""label"":""cleared_brush"",""using"":""click""},{""time"":561297,""label"":""cleared_brush"",""using"":""Escape""},{""time"":570480,""label"":""started_brush"",""startDate"":""2021-05-13"",""endDate"":""2022-02-13""}]}","{""startTime"":1678937153054,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":7771,""label"":""hovered"",""timeHovered"":3086,""week"":""2021-12-20""},{""label"":""window_blurred"",""time"":12445},{""label"":""window_focused"",""time"":17834}]}",1,complex,line,0,0,0,,3.7,0,1,1,3.086,3.086,0,12.445,0.5,0.5,0,0,3 -2023-03-15 23:25:13,2023-03-15 23:39:46,0,100,873,1,2023-03-15 23:39:47,R_3nOtwymXNQYryVN,43.1723,-76.1032,EN,1,30.319,,,,,15.118,90,89,87,57.762,181.239,1,1,117.04,-3,-3,79.577,-2,52.226,15.115,3,3,3,5,5,5,,51.928,3,6,5,1,1,5,The source appears to be legitimate,28.982,6,,8.767,2,7,3,4,1,5,6,26.59,5,8,8,7,10,6,10,10,,22.446,4,4,5,1,4,4,33.851,3,,9.453,1,1954,New York,6,1,1,,9,,Cicero,13,4,1,earley.steve5993@gmail.com,77.476,5dfb693a73d72487b1fe495b,"{""startTime"":1678937548453,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678937487365,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678937235645,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":12476,""label"":""tour_next"",""step"":5},{""time"":28428,""label"":""tour_back"",""step"":5},{""time"":37709,""label"":""tour_next"",""step"":5},{""time"":65482,""label"":""started_brush"",""startDate"":""2021-07-03"",""endDate"":""2021-09-09""},{""time"":66812,""label"":""tour_next"",""step"":5},{""time"":82289,""label"":""started_brush"",""startDate"":""2021-11-20"",""endDate"":""2021-11-24""},{""time"":98631,""label"":""tour_back"",""step"":5},{""time"":111642,""label"":""started_brush"",""startDate"":""2021-06-02"",""endDate"":""2021-11-22""},{""time"":112981,""label"":""tour_next"",""step"":5},{""time"":125612,""label"":""cleared_brush"",""using"":""Click""},{""time"":130826,""label"":""cleared_brush"",""using"":""Click""},{""time"":134140,""label"":""cleared_brush"",""using"":""Click""},{""time"":141216,""label"":""moved_brush"",""startDate"":""2021-05-07"",""endDate"":""2021-08-30""},{""time"":142261,""label"":""tour_next"",""step"":5},{""time"":163168,""label"":""cleared_brush"",""using"":""Click""},{""time"":164974,""label"":""tour_next"",""step"":5},{""time"":176804,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678937470640,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,bar,0,0,0,,3.7,0,0,0,0,0,0,15,1,0,0,0,3 -2023-03-15 23:24:09,2023-03-15 23:41:14,0,100,1025,1,2023-03-15 23:41:14,R_2QJvhg23oiN86Nt,30.3659,-86.2458,EN,1,106.119,,,,,15.017,76,100,77,26.147,195.737,1,-2,50.836,-2,1,55.227,1,68.358,15.009,3,3,3,5,5,5,,154.683,5,5,5,1,1,5,It seems quite logical and the data for both sets correlates well. It makes sense and I like how it breaks down by acres as well. Good charts!,67.789,5,Good survey; great charts and labels. ,36.845,2,7,3,4,1,5,6,26.959,7,8,8,9,7,8,10,10,,21.964,3,5,5,2,5,5,31.979,6,,9.88,1,1967,Florida,7,2,1,,9,,Tallahassee,14,2,1,fsumike38@embarqmail.com,61.804,63cac85f8519383ef0422593,"{""startTime"":1678937483397,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":24880},{""label"":""window_focused"",""time"":29937},{""label"":""window_blurred"",""time"":41262},{""label"":""window_focused"",""time"":87983},{""label"":""window_blurred"",""time"":118675},{""label"":""window_focused"",""time"":149256}]}","{""startTime"":1678937638902,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678937215394,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":14310,""label"":""tour_next"",""step"":2},{""time"":18737,""label"":""tour_end"",""step"":2},{""label"":""window_blurred"",""time"":37999},{""label"":""window_focused"",""time"":193109}]}","{""startTime"":1678937467653,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":3425,""label"":""hovered"",""timeHovered"":1993,""week"":""2021-09-13""},{""time"":9834,""label"":""hovered"",""timeHovered"":1001,""week"":""2021-12-27""},{""time"":10953,""label"":""hovered"",""timeHovered"":2551,""week"":""2021-12-13""}]}",0,moderate,line,0,0,0,,4.2,0,3,3,5.545,1.8483333333333334,7528,15,0.5,0.5,1,0.5,2 -2023-03-15 23:20:24,2023-03-15 23:41:38,0,100,1273,1,2023-03-15 23:41:39,R_2zGZtKTJcC1Zwzw,30.2712,-81.7529,EN,1,110.269,,,,,15.109,82,65,23,39.563,46.868,1,1,152.502,1,1,45.06,1,142.538,15.009,5,5,5,4,5,5,I need darker/ bolder font. This light font gives me a headache. ,78.358,5,5,5,7,7,5,"I read ""assuming you trust this data"" so I'm assuming I should trust the data. I cannot remember what I'm counting though. Is it 1000 insects per acre? ",104.357,2,I used to think I could trust some people but then I saw what sheep they were during the lockdowns. ,35.667,2,7,3,4,1,5,6,28.559,4,2,4,2,2,4,6,3,,56.727,3,3,3,2,3,3,26.277,5,,6.243,2,1964,Georgia,6,1,1,,7,,,2,4,1,5dd352c51c219b35931aefd1@email.prolific.co,86.229,5dd352c51c219b35931aefd1,"{""startTime"":1678937573874,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678937422824,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678937206508,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":17070,""label"":""hovered"",""timeHovered"":2381,""week"":""2021-12-20""},{""time"":19819,""label"":""hovered"",""timeHovered"":4295,""week"":""2021-12-27""},{""time"":24764,""label"":""hovered"",""timeHovered"":3164,""week"":""2021-08-16""},{""time"":29300,""label"":""tour_next"",""step"":2},{""time"":42116,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678937407314,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,line,0,0,0,,2.8,0,0,0,0,0,0,15,1,1,1,1,1 -2023-03-15 23:22:02,2023-03-15 23:42:44,0,100,1242,1,2023-03-15 23:42:45,R_2xFC4PRt2L6pLqF,33.7585,-84.183,EN,1,70.351,,,,,15.114,82,76,28,51.901,248.66,-1,-3,193.072,-3,1,83.304,-3,110.489,15.013,3,3,3,4,4,3,,40.678,4,4,3,3,3,3,"I'm usually skeptical about scientific ""facts and figures'",49.587,5,,12.795,2,7,3,4,1,5,6,42.433,7,9,9,9,5,9,9,10,,41.789,4,4,2,1,4,4,38.959,2,,21.089,2,1962,Georgia,3,1,1,,8,KENNESAW,,12,2,2,,119.973,63a519bb6eeff2ad74314b53,"{""startTime"":1678937457706,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678937498951,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":9287},{""label"":""window_focused"",""time"":9751},{""label"":""window_blurred"",""time"":29763},{""label"":""window_focused"",""time"":29889}]}","{""startTime"":1678937081199,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":30263,""label"":""hovered"",""timeHovered"":3360,""week"":""2021-12-27""},{""time"":34677,""label"":""hovered"",""timeHovered"":1562,""week"":""2022-01-17""},{""time"":36605,""label"":""hovered"",""timeHovered"":2081,""week"":""2022-01-31""},{""time"":39405,""label"":""hovered"",""timeHovered"":2444,""week"":""2021-09-27""},{""time"":45053,""label"":""hovered"",""timeHovered"":2111,""week"":""2021-04-12""},{""time"":49298,""label"":""tour_next"",""step"":5},{""time"":65848,""label"":""cleared_brush"",""using"":""click""},{""time"":73897,""label"":""started_brush"",""startDate"":""2021-05-29"",""endDate"":""2021-11-07""},{""time"":77832,""label"":""tour_next"",""step"":5},{""time"":92154,""label"":""moved_brush"",""startDate"":""2021-06-25"",""endDate"":""2021-12-04""},{""time"":95770,""label"":""moved_brush"",""startDate"":""2021-06-25"",""endDate"":""2021-10-09""},{""time"":97940,""label"":""tour_next"",""step"":5},{""time"":126257,""label"":""moved_brush"",""startDate"":""2021-06-25"",""endDate"":""2021-10-09""},{""time"":126893,""label"":""moved_brush"",""startDate"":""2021-06-25"",""endDate"":""2021-10-09""},{""time"":129362,""label"":""cleared_brush"",""using"":""click""},{""time"":133524,""label"":""tour_next"",""step"":5},{""label"":""window_blurred"",""time"":168572},{""label"":""window_focused"",""time"":168705},{""time"":172936,""label"":""tour_end"",""step"":5},{""time"":177659,""label"":""cleared_brush"",""using"":""click""},{""time"":181753,""label"":""hovered"",""timeHovered"":1039,""week"":""2021-10-25""},{""time"":184086,""label"":""hovered"",""timeHovered"":1541,""week"":""2021-10-25""},{""time"":186022,""label"":""hovered"",""timeHovered"":1493,""week"":""2021-10-25""},{""time"":195366,""label"":""hovered"",""timeHovered"":1752,""week"":""2022-01-03""},{""time"":206100,""label"":""started_brush"",""startDate"":""2021-04-15"",""endDate"":""2021-07-23""},{""time"":211224,""label"":""moved_brush"",""startDate"":""2021-04-15"",""endDate"":""2021-07-23""},{""label"":""window_blurred"",""time"":211889},{""label"":""window_focused"",""time"":212008},{""time"":216765,""label"":""moved_brush"",""startDate"":""2021-04-15"",""endDate"":""2021-07-23""},{""time"":222376,""label"":""moved_brush"",""startDate"":""2021-10-29"",""endDate"":""2022-02-04""},{""time"":224778,""label"":""moved_brush"",""startDate"":""2021-10-29"",""endDate"":""2022-02-04""},{""time"":225089,""label"":""moved_brush"",""startDate"":""2021-10-29"",""endDate"":""2022-02-04""}]}","{""startTime"":1678937442150,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line,0,0,0,,3.2,0,0,0,0,0,0,15,0,0.5,0,0,3 -2023-03-15 23:30:58,2023-03-15 23:42:57,0,100,718,1,2023-03-15 23:42:57,R_1NmrAHsug9BVDhO,40.3658,-105.5142,EN,1,7.417,,,,,15.009,75,34,32,21.175,62.938,1,1,83.272,1,1,99.417,1,53.622,15.11,5,5,5,2,7,5,,26.25,5,2,7,7,7,5,The visualization makes sense when you look at it closely and I have no reason to believe the data is false,36.999,2,,23.985,2,7,3,4,1,5,6,28.498,1,2,9,7,1,8,4,3,,32.722,2,5,4,4,4,2,47.309,6,,9.75,1,2000,Washington,6,1,1,,7,,,8,4,2,,95.309,63f4734905f91d8c0582dc27,"{""startTime"":1678937642082,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678937668860,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678937509178,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":20,""label"":""tour_started""},{""time"":12614,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1381,""week"":""51"",""id"":""chart""},{""time"":14688,""label"":""tour_next"",""step"":5},{""time"":26832,""label"":""started_brush"",""startDate"":""2021-05-10"",""endDate"":""2021-08-31""},{""time"":27986,""label"":""tour_next"",""step"":5},{""time"":34742,""label"":""moved_brush"",""startDate"":""2021-08-16"",""endDate"":""2021-12-07""},{""time"":35587,""label"":""tour_next"",""step"":5},{""time"":43112,""label"":""cleared_brush"",""using"":""Click""},{""time"":44351,""label"":""tour_next"",""step"":5},{""time"":49426,""label"":""tour_end"",""step"":5},{""time"":52694,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1104,""week"":""2"",""id"":""chart""},{""time"":55068,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4653,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678937626539,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,bar,0,0,0,,3.5,0,0,0,0,0,0,15,1,1,1,1,3 -2023-03-15 23:16:44,2023-03-15 23:43:43,0,100,1618,1,2023-03-15 23:43:43,R_ykAJEZujUPnVsCl,35.2296,-80.843,EN,1,15.602,1,2,1,10.688,15.033,88,92,33,33.453,337.797,1,1,59.098,1,1,119.248,1,194.687,15.013,5,4,5,5,6,5,,251.386,4,5,4,2,3,4,I have no way of knowing if this is correct,24.603,6,,77.727,2,7,3,4,1,5,6,24.257,5,7,6,5,4,9,8,9,,39.876,3,4,3,2,4,3,73.751,5,1,21.086,1,1960,North Carolina,6,2,1,,7,,,16,1,1,steveulcards1@gmail.com,224.387,61001d9b2e3d8a75a09f3db3,"{""startTime"":1678937184349,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":39941},{""label"":""window_focused"",""time"":240540}]}","{""startTime"":1678937438008,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678936708703,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":16,""label"":""tour_started""},{""label"":""window_blurred"",""time"":13754},{""label"":""window_focused"",""time"":266771},{""time"":290588,""label"":""tour_next"",""step"":2},{""time"":298408,""label"":""tour_end"",""step"":2},{""label"":""window_blurred"",""time"":315284},{""label"":""window_focused"",""time"":333375}]}","{""startTime"":1678937167736,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line,0,0,0,,3.2,0,0,0,0,0,0,15,1,1,1,1,2 -2023-03-15 23:31:40,2023-03-15 23:45:28,0,100,827,1,2023-03-15 23:45:29,R_2ScVCPLzCJkxtHE,40.2708,-76.8564,EN,1,26.518,,,,,15.009,86,100,69,32.446,19.309,1,1,128.39,-3,-3,155.041,-3,76.603,15.006,5,5,5,5,5,5,,56.121,5,5,3,1,1,5,It appears to be genuine,43.476,6,,10.204,2,7,3,4,1,5,6,22.878,8,8,10,8,8,10,10,10,,32.239,3,3,5,3,3,2,24.817,4,,6.56,2,1978,West Virginia,6,2,1,,3,,,3,1,2,,110.584,62b9c2f1e55fe9f17dfedc5d,"{""startTime"":1678937779251,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678937835743,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678937588060,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":7670,""label"":""tour_next"",""step"":2},{""time"":14139,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678937763713,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,bar,0,0,0,,3.2,0,0,0,0,0,0,15,1,0,0,0,2 -2023-03-15 23:20:30,2023-03-15 23:45:42,0,100,1512,1,2023-03-15 23:45:43,R_DwwlzFU0v1N6hjz,38.5463,-122.8047,EN,1,49.799,,,,,15.024,83,60,46,93.915,88.412,1,1,91.855,-2,-1,183.101,1,73.033,15.015,5,2,3,5,7,3,I acknowledge answering incorrectly on previous questions about amounts. My eyes were aimed at the blue bars only.,229.925,5,5,5,7,2,4,I'm thinking that could be other factors involved with the numbers. Perhaps my answer should have been agree.,81.657,6,,69.83,2,7,3,4,1,5,6,32.516,6,9,8,9,8,9,10,10,Political party answer was an average of my feelings split between the two major parties.,114.308,3,4,4,2,4,4,61.93,2,,21.669,1,1959,California,3,1,1,,7,,,4,4,1,63d570d979c31656fece7c7d@email.prolific.co,138.565,63d570d979c31656fece7c7d,"{""startTime"":1678937500520,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678937524604,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":18810,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2693,""week"":""1"",""id"":""chart""},{""time"":26821,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2193,""week"":""52"",""id"":""chart""},{""time"":35951,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1033,""week"":""52"",""id"":""chart""},{""time"":51169,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1636,""week"":""32"",""id"":""chart""}]}","{""startTime"":1678937004045,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":19,""label"":""tour_started""},{""time"":24278,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3402,""week"":""52"",""id"":""chart""},{""time"":27715,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2234,""week"":""1"",""id"":""chart""},{""time"":29949,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1970,""week"":""1"",""id"":""chart""},{""time"":35848,""label"":""tour_next"",""step"":2},{""time"":48571,""label"":""tour_end"",""step"":2},{""time"":49205,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2724,""week"":""1"",""id"":""chart""},{""time"":54275,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3524,""week"":""50"",""id"":""chart""},{""time"":58462,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2073,""week"":""50"",""id"":""chart""},{""time"":65385,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5661,""week"":""27"",""id"":""chart""},{""time"":71150,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1664,""week"":""28"",""id"":""chart""},{""time"":82257,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3441,""week"":""44"",""id"":""chart""}]}","{""startTime"":1678937276530,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":3955,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5861,""week"":""2"",""id"":""chart""}]}",0,moderate,bar,0,0,0,,3.5,0,1,1,5.861,5.861,0,15,1,0,1,0,2 -2023-03-15 23:29:17,2023-03-15 23:46:46,0,100,1049,1,2023-03-15 23:46:47,R_3R3I9RDQqajgkF5,29.7373,-95.3972,EN,1,28.245,1,4,2,8.106,15.113,100,100,100,30.385,57.786,1,1,64.061,1,1,103.954,1,62.23,15.016,5,5,5,5,5,5,The source of data (CDC) it seems to be a reliable entity.,88.483,5,5,5,5,5,5,"I trust this visualization because it is a math study in graphic presentation. I assume that is not fake. So, I trust.",82.123,5,I like the study! It is an important issue to our country! Tks!,49.16,2,7,3,4,1,5,6,45.087,5,6,9,9,5,5,9,8,I like the study!,38.957,5,5,5,1,5,5,35.347,6,1,26.019,1,1951,New York,6,2,1,,8,White,,17,3,1,scamparini33@gmail.com,240.134,62885de1cdfe242015ccacef,"{""startTime"":1678937744029,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678937637898,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":769,""label"":""hovered"",""timeHovered"":1526,""week"":""2021-09-13""}]}","{""startTime"":1678937459113,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":19597,""label"":""hovered"",""timeHovered"":2267,""week"":""2021-07-26""},{""time"":29248,""label"":""hovered"",""timeHovered"":2466,""week"":""2022-01-10""},{""time"":33264,""label"":""hovered"",""timeHovered"":2238,""week"":""2022-01-10""},{""time"":38506,""label"":""hovered"",""timeHovered"":1125,""week"":""2022-02-07""},{""time"":43029,""label"":""tour_next"",""step"":2},{""time"":50137,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678937622126,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":4734,""label"":""hovered"",""timeHovered"":3183,""week"":""2021-09-20""},{""time"":10336,""label"":""hovered"",""timeHovered"":3799,""week"":""2022-01-10""}]}",1,moderate,line,0,0,0,,4.3,0,2,2,6.982,3.491,5602,15,1,1,1,1,2 -2023-03-15 23:30:12,2023-03-15 23:46:52,0,100,1000,1,2023-03-15 23:46:53,R_d0QgZFzHGyztp4t,35.7704,-78.6293,EN,1,13.448,,,,,15.02,66,65,50,47.702,44.002,1,1,108.68,-3,-1,168.333,1,96.484,15.021,3,2,3,4,4,3,,52.203,4,4,2,3,2,3,IT'S NOT TOO Hard to understand it but the visuals are not too great.,87.106,4,,10.044,2,7,3,4,1,5,6,33.971,5,2,5,2,8,6,9,8,,39.072,1,1,3,5,1,1,46.815,4,,9.497,2,1978,North Carolina,4,2,1,,3,,,3,3,2,,82.239,611144542cf9d49b089b7d55,"{""startTime"":1678937846007,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678937681222,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678937509142,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":37,""label"":""tour_started""},{""time"":13641,""label"":""tour_next"",""step"":2},{""time"":17320,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678937665098,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,bar,0,0,0,,2,0,0,0,0,0,0,15,1,0,1,1,1 -2023-03-15 23:09:24,2023-03-15 23:48:07,0,100,2322,1,2023-03-15 23:48:07,R_OrriS4729l0wavT,33.6338,-112.2066,EN,1,145.755,,,,,15.02,84,83,57,106.09,435.372,-2,1,234.855,-3,1,226.402,1,234.878,15.025,5,4,4,4,5,5,,236.232,5,5,5,3,5,5,"It is well organized, easy to read",136.826,6,,12.95,2,7,3,4,1,5,6,54.844,3,5,3,6,7,6,9,9,,30.797,4,4,5,1,4,4,51.109,2,,31.79,2,1954,Arizona,4,2,1,,7,,,10,4,1,,94.925,5bf349126f97050001e6a6e6,"{""startTime"":1678937449261,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":27145},{""label"":""window_focused"",""time"":37282}]}","{""startTime"":1678937151419,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":13020,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8522,""week"":""52"",""id"":""chart""},{""time"":101851,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2011,""week"":""51"",""id"":""chart""},{""time"":110012,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":26024,""week"":""44"",""id"":""chart""}]}","{""startTime"":1678936461831,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":27,""label"":""tour_started""},{""time"":94648,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1140,""week"":""52"",""id"":""chart""},{""time"":96499,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1806,""week"":""52"",""id"":""chart""},{""time"":99665,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1124,""week"":""52"",""id"":""chart""},{""time"":101423,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2631,""week"":""52"",""id"":""chart""},{""time"":104083,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2088,""week"":""51"",""id"":""chart""},{""time"":111354,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2921,""week"":""41"",""id"":""chart""},{""time"":115530,""label"":""tour_next"",""step"":5},{""label"":""window_blurred"",""time"":172561},{""label"":""window_focused"",""time"":240729},{""time"":262039,""label"":""started_brush"",""startDate"":""2021-09-10"",""endDate"":""2021-09-30""},{""time"":263994,""label"":""tour_next"",""step"":5},{""time"":293408,""label"":""moved_brush"",""startDate"":""2021-12-03"",""endDate"":""2021-12-23""},{""time"":298237,""label"":""tour_next"",""step"":5},{""time"":366839,""label"":""cleared_brush"",""using"":""Click""},{""time"":366840,""label"":""cleared_brush"",""using"":""Escape""},{""time"":367355,""label"":""cleared_brush"",""using"":""Click""},{""time"":367356,""label"":""cleared_brush"",""using"":""Escape""},{""time"":367426,""label"":""cleared_brush"",""using"":""Click""},{""time"":367426,""label"":""cleared_brush"",""using"":""Escape""},{""time"":367480,""label"":""cleared_brush"",""using"":""Click""},{""time"":367480,""label"":""cleared_brush"",""using"":""Escape""},{""time"":370533,""label"":""tour_next"",""step"":5},{""time"":428296,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678937135583,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":14148,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1065,""week"":""2"",""id"":""chart""}]}",0,complex,bar,0,0,0,,3.7,0,1,1,1.065,1.065,0,15,0.5,0.5,1,1,3 -2023-03-15 23:36:30,2023-03-15 23:49:26,0,100,775,1,2023-03-15 23:49:26,R_3Jw6TBqICUEeHUc,33.8874,-111.9508,EN,1,9.745,1,1,1,15.798,15.13,49,77,84,36.981,62.28,1,-2,83.966,1,1,82.001,1,50.102,15.12,3,3,3,4,5,7,,61.205,3,5,4,4,3,3,There is no way to verify this data set on its validity.,46.247,2,,14.059,2,7,3,4,1,5,6,35.631,2,4,6,7,2,5,8,9,,31.997,4,4,4,2,5,4,32.766,2,1,22.893,1,1954,Arizona,6,3,1,,7,,,14,4,1,,71.057,63cd7b78fff71624a85b294f,"{""startTime"":1678938058999,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":3257,""label"":""hovered"",""timeHovered"":1001,""week"":""2022-01-10""}]}","{""startTime"":1678938125009,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678937893760,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":18206,""label"":""hovered"",""timeHovered"":11038,""week"":""2022-01-03""},{""time"":31538,""label"":""hovered"",""timeHovered"":1257,""week"":""2022-02-07""},{""time"":35034,""label"":""hovered"",""timeHovered"":1027,""week"":""2022-01-03""},{""time"":40703,""label"":""hovered"",""timeHovered"":1407,""week"":""2021-04-12""},{""time"":47794,""label"":""tour_next"",""step"":2},{""time"":55986,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678938042646,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":10034,""label"":""hovered"",""timeHovered"":5243,""week"":""2022-01-03""}]}",1,simple,line,0,0,0,,3.8,0,1,1,5.243,5.243,0,15,0.5,1,1,0.5,1 -2023-03-15 23:33:59,2023-03-15 23:49:38,0,100,938,1,2023-03-15 23:49:38,R_2wte51ILtLuyP5T,41.0217,-78.4418,EN,1,66.299,,,,,15.108,81,85,52,75.572,23.351,1,1,69.169,1,1,116.772,1,85.895,15.108,5,5,3,6,5,4,,87.101,5,6,3,1,1,4,There is no reason for anyone to issue dishonest data.,66.454,3,,10.427,2,7,3,4,1,5,6,30.881,4,5,4,4,5,5,8,7,,32.628,3,4,4,3,4,3,38.095,5,,7.154,1,1961,Pennsylvania,6,2,1,,7,,,10,4,2,,96.94,5ee4b29de1640f1bc85da97b,"{""startTime"":1678937938728,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678938027120,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678937828929,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":11979,""label"":""tour_next"",""step"":2},{""time"":19210,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678937922829,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,line,0,0,0,,3.5,0,0,0,0,0,0,15,1,1,1,1,1 -2023-03-15 23:36:30,2023-03-15 23:49:50,0,100,799,1,2023-03-15 23:49:50,R_3fje8LKWz0uiKy6,38.6549,-80.6785,EN,1,35.192,,,,,15.013,92,84,53,31.586,49.288,1,1,53.995,1,1,68.978,1,58.132,15.116,3,4,3,4,5,2,The CCA would seem to have a vested interest in underreporting problems (IMHO).,107.682,5,5,4,7,7,2,"As I stated previously, the CCA has a vested interest in providing LOW numbers. Even though the chart may display the reported data accurately, who the heck knows if the data itself is worth a darn?",66.773,2,none,11.866,2,7,3,4,1,5,6,21.441,2,8,4,7,6,4,8,7,none,51.34,2,1,3,4,1,2,31.346,4,,8.08,1,1964,West Virginia,6,2,1,,7,,,4,1,2,,106.538,5c3b70640eaa0100018ea877,"{""startTime"":1678938017009,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":37732,""label"":""hovered"",""timeHovered"":4798,""week"":""2021-07-19""}]}","{""startTime"":1678938125199,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678937882164,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":22452,""label"":""hovered"",""timeHovered"":3820,""week"":""2021-12-13""},{""time"":26506,""label"":""hovered"",""timeHovered"":1034,""week"":""2021-12-13""},{""time"":33135,""label"":""tour_next"",""step"":2},{""time"":39862,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678938001204,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,line,0,0,0,,2.2,0,0,0,0,0,0,15,1,1,1,1,2 -2023-03-15 23:39:57,2023-03-15 23:49:57,0,100,600,1,2023-03-15 23:49:58,R_PXmeEmWYxJPrvcB,47.648,-117.4209,EN,1,9.83,1,4,1,10.118,15.112,81,85,67,26.384,61.925,1,1,51.001,-2,-2,76.931,-3,50.599,15.112,5,2,5,5,5,5,,27.801,5,5,5,5,5,5,I trust the CDC -- and those are actual numbers not ballpark figures. If they aren't exactly accurate they show general trends and I trust that.,42.919,5,,8.204,2,7,3,4,1,5,6,20.434,7,7,6,8,9,5,10,10,,28.707,5,5,5,2,5,5,23.082,2,1,17.158,1,1950,Washington,3,3,1,,7,,,6,4,1,sw.stealthstartup@gmail.com,58.81,5dc483cf74939e34e55c3619,"{""startTime"":1678938230008,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678938258540,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678938073377,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":19,""label"":""tour_started""},{""time"":6317,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2832,""week"":""52"",""id"":""chart""},{""time"":18100,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3266,""week"":""2"",""id"":""chart""},{""time"":22017,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8633,""week"":""50"",""id"":""chart""},{""time"":31155,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4762,""week"":""52"",""id"":""chart""},{""time"":36220,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2714,""week"":""2"",""id"":""chart""},{""time"":40291,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1843,""week"":""6"",""id"":""chart""},{""time"":43200,""label"":""tour_next"",""step"":2},{""time"":50378,""label"":""tour_end"",""step"":2},{""time"":52324,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1443,""week"":""40"",""id"":""chart""},{""time"":53804,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4045,""week"":""39"",""id"":""chart""}]}","{""startTime"":1678938213449,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":10751,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1246,""week"":""44"",""id"":""chart""},{""time"":13135,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1612,""week"":""52"",""id"":""chart""}]}",1,moderate,bar,0,0,0,,4.5,0,2,2,2.858,1.429,2384,15,1,0,0,0,2 -2023-03-15 23:24:47,2023-03-15 23:50:09,0,100,1521,1,2023-03-15 23:50:10,R_2Emlandhlf0ubba,34.11,-117.2955,EN,1,28.509,2,,2,4.504,15.122,85,100,64,70.164,114.186,-3,1,153.69,-3,-3,185.728,-2,261.143,15.11,4,4,4,6,6,4,,49.319,4,6,6,3,6,4,"The information/data varies from different ""reputable"" sources. Therefore I tried to find consensus or the most frequent common ground stats while analyzing the data.",219.961,5,,13.432,2,7,3,4,1,5,6,43.749,4,4,4,4,4,4,9,6,,60.902,4,4,5,2,5,5,35.502,4,1,25.602,1,1972,California,6,2,1,,3,,,9,2,1,5eb074c7e612c1129942044c@email.prolific.co,165.002,5eb074c7e612c1129942044c,"{""startTime"":1678937539547,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678937589542,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678937222793,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":26,""label"":""tour_started""},{""time"":17540,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3907,""week"":""2"",""id"":""chart""},{""time"":26857,""label"":""tour_next"",""step"":2},{""time"":38227,""label"":""tour_end"",""step"":2},{""time"":41829,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2750,""week"":""47"",""id"":""chart""},{""time"":47921,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1581,""week"":""20"",""id"":""chart""},{""time"":52331,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2484,""week"":""14"",""id"":""chart""},{""time"":61932,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4141,""week"":""23"",""id"":""chart""},{""time"":70625,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1282,""week"":""16"",""id"":""chart""},{""time"":72176,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3771,""week"":""15"",""id"":""chart""},{""time"":76208,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3263,""week"":""14"",""id"":""chart""},{""time"":82955,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1509,""week"":""33"",""id"":""chart""},{""time"":85587,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":10334,""week"":""52"",""id"":""chart""},{""time"":97009,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2916,""week"":""1"",""id"":""chart""},{""time"":102130,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4789,""week"":""6"",""id"":""chart""}]}","{""startTime"":1678937523768,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":3626,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3019,""week"":""1"",""id"":""chart""},{""time"":8834,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2053,""week"":""51"",""id"":""chart""},{""time"":10939,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1000,""week"":""50"",""id"":""chart""},{""time"":11979,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1264,""week"":""49"",""id"":""chart""}]}",1,moderate,bar,0,0,0,,4.2,0,4,4,7.336,1.834,8353,15,0.5,0,0,0,2 -2023-03-15 23:29:32,2023-03-15 23:53:20,0,100,1427,1,2023-03-15 23:53:20,R_1mnj6fwa1WD7zqj,39.3709,-76.8003,EN,1,59.75,2,,2,5.783,15.127,65,100,52,120.201,78.275,-2,1,304.13,-3,-3,193.539,-3,112.669,15.01,5,6,6,4,6,6,,39.194,5,4,4,5,4,6,I think they really researched well and came up with their conclusions ,88.642,1,,9.507,2,7,3,4,1,5,6,35.663,1,1,4,4,5,1,11,8,,21.898,1,1,1,3,3,1,114.885,5,3,17.202,2,1984,Maryland,2,3,1,,3,,,4,1,2,,97.647,63fe65bdfad2487269dc02b5,"{""startTime"":1678938011891,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678938052525,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678937611820,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":128,""label"":""tour_started""},{""time"":23069,""label"":""tour_next"",""step"":2},{""time"":43761,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678937996065,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar,0,0,0,,1.7,0,0,0,0,0,0,15,0.5,0,0,0.5,1 -2023-03-15 23:40:05,2023-03-15 23:53:21,0,100,796,1,2023-03-15 23:53:21,R_9QvVWaEdCF6HHJ7,47.5079,-122.1773,EN,1,8.354,1,4,2,8.943,15.114,100,99,99,64.711,104.46,1,1,66.091,1,1,75.208,-3,88.611,15.125,5,5,5,5,5,5,,82.908,5,5,5,3,5,5,It is a from a good source.,23.77,5,,9.685,2,7,3,4,1,5,6,21.388,8,8,8,8,9,8,9,9,,48.514,4,4,4,2,4,4,19.408,2,1,27.064,1,1960,Washington,6,2,1,,7,,,6,4,2,,68.305,6056962634a5230dacdb63fc,"{""startTime"":1678938327462,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678938412192,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678938117350,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":39,""label"":""tour_started""},{""time"":12740,""label"":""tour_next"",""step"":5},{""time"":71757,""label"":""started_brush"",""startDate"":""2021-06-15"",""endDate"":""2021-08-15""},{""time"":73838,""label"":""tour_next"",""step"":5},{""time"":82295,""label"":""moved_brush"",""startDate"":""2021-06-22"",""endDate"":""2021-08-22""},{""time"":83430,""label"":""tour_next"",""step"":5},{""time"":92356,""label"":""cleared_brush"",""using"":""click""},{""time"":92362,""label"":""cleared_brush"",""using"":""Escape""},{""time"":94156,""label"":""tour_next"",""step"":5},{""time"":100588,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678938311720,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":9206,""label"":""hovered"",""timeHovered"":1440,""week"":""2021-12-27""}]}",1,complex,line,0,0,0,,3.7,0,1,1,1.44,1.44,0,15,1,1,0,0,3 -2023-03-15 23:42:22,2023-03-15 23:53:46,0,100,684,1,2023-03-15 23:53:47,R_2sX85StpiwK3GVD,32.7449,-117.165,EN,1,8.312,,,,,15.11,100,99,50,38.631,37.71,-2,1,60.256,-2,1,87.518,1,55.931,15.11,5,5,6,5,5,6,no comments,41.755,5,5,5,7,7,6,The data seems clear and correct,20.404,6,,13.895,2,7,3,4,1,5,6,25.84,7,8,8,9,6,6,10,10,,31.338,2,3,2,3,4,3,48.386,2,,11.158,1,1938,California,7,3,1,,7,,,10,4,2,,106.314,62e5ed723490aa324bc05d84,"{""startTime"":1678938329088,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678938371445,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678938214417,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":15970,""label"":""hovered"",""timeHovered"":1282,""week"":""2021-11-01""},{""time"":19070,""label"":""hovered"",""timeHovered"":1082,""week"":""2022-01-03""},{""time"":21353,""label"":""hovered"",""timeHovered"":1050,""week"":""2022-01-17""},{""time"":24173,""label"":""tour_next"",""step"":2},{""time"":32566,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678938313345,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,line,0,0,0,,2.8,0,0,0,0,0,0,15,0.5,0.5,1,0.5,1 -2023-03-15 23:23:01,2023-03-15 23:53:51,0,100,1849,1,2023-03-15 23:53:51,R_pyhmM2Z79aU6M81,30.0053,-91.8226,EN,1,172.406,,,,,15.116,92,91,100,95.806,106.605,1,1,97.204,-2,1,203.004,-1,109.078,15.113,5,3,3,4,6,3,,117.272,4,4,5,7,3,3,"i never trust one source. I would normally do more research before believing one source.,",254.827,2,,90.326,2,7,3,4,1,5,6,78.805,1,5,6,8,8,4,7,9,,90.131,4,4,5,4,4,4,91.782,4,,13.452,2,1964,Louisiana,8,1,1,,3,,,3,3,1,63336348c3ae085755192b6a@email.prolific.co,92.876,63336348c3ae085755192b6a,"{""startTime"":1678938028009,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678937700837,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":112,""label"":""hovered"",""timeHovered"":3203,""week"":""2022-01-10""},{""time"":3320,""label"":""hovered"",""timeHovered"":2388,""week"":""2022-01-10""},{""time"":5712,""label"":""hovered"",""timeHovered"":2699,""week"":""2022-01-10""},{""time"":8951,""label"":""hovered"",""timeHovered"":2948,""week"":""2022-01-10""}]}","{""startTime"":1678937374020,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":26573,""label"":""hovered"",""timeHovered"":2279,""week"":""2021-12-06""},{""time"":29325,""label"":""hovered"",""timeHovered"":1960,""week"":""2022-01-10""},{""time"":35385,""label"":""hovered"",""timeHovered"":1134,""week"":""2022-02-07""},{""time"":37052,""label"":""hovered"",""timeHovered"":1217,""week"":""2022-01-03""},{""time"":40839,""label"":""tour_next"",""step"":2},{""time"":95648,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678937685172,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,line,0,0,0,,4.2,0,0,0,0,0,0,15,1,0.5,0,0.5,2 -2023-03-15 23:30:45,2023-03-15 23:54:09,0,100,1403,1,2023-03-15 23:54:10,R_oXcQXwPKd5ReXS1,34.0544,-118.2441,EN,1,137.331,1,3,2,7.912,15.02,92,93,75,44.988,63.176,1,-3,123.876,-3,-3,150.226,1,57.379,15.019,5,4,5,5,5,5,,114.365,4,5,5,5,5,5,I agree because the visualization looks credible and easy to understand.,68.902,5,,12.938,2,7,3,4,1,5,6,31.067,7,8,8,8,6,5,9,10,,49.64,2,2,2,4,2,2,99.135,2,1,16.286,2,1975,California,4,2,1,,4,,,7,2,2,,122.999,559e82dffdf99b7a9a124180,"{""startTime"":1678938059019,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":105151},{""label"":""window_focused"",""time"":110265}]}","{""startTime"":1678938173905,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678937828516,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":20540,""label"":""tour_next"",""step"":2},{""time"":31041,""label"":""tour_end"",""step"":2},{""time"":33458,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2349,""week"":""52"",""id"":""chart""},{""time"":53386,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1230,""week"":""37"",""id"":""chart""},{""time"":60425,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1742,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678938043221,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar,0,0,0,,2.3,0,0,0,0,0,0,15,0.5,0,1,0,2 -2023-03-15 23:36:46,2023-03-15 23:55:48,0,100,1142,1,2023-03-15 23:55:49,R_28A460fi7PuVbyG,47.7946,-122.2193,EN,1,12.529,1,4,2,9.52,15.01,100,50,50,38.276,172.336,1,-2,49.372,1,1,114.228,1,88.14,15.108,5,3,6,4,5,6,"I trust the data, but I don't know how accurate it actually is, because people were home testing and not reporting and asymptomatic cases are not taken into account. But I think, given the constraints of the data collection, it is very accurate. The graph was much better with the interactive features. ",168.258,4,5,6,3,3,6,"Again, given the constraints of the data collection, it is the best scientific data we have on Covid and because it was based on data from the CDC. Of course, it is dated now, and does not take into account the latest dominant strain of Covid, so I don't know how predictive it will be of our current situation, where cases did not spike in January, as predicted.",106.404,4,None. Thank you.,29.122,2,7,3,4,1,5,6,25.983,5,8,8,8,7,5,11,10,"It depends on which individual organization in the group -- say, the New York Times or Fox News.",86.225,5,5,5,1,5,4,43.6,2,1,22.901,2,1958,Washington,8,2,1,,2,,,10,4,1,phbartok@yahoo.com,76.753,629d16db307da2e64ea7b1e7,"{""startTime"":1678938176371,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":1922,""label"":""hovered"",""timeHovered"":3413,""week"":""2021-12-27""},{""time"":5349,""label"":""hovered"",""timeHovered"":5993,""week"":""2021-12-27""}]}","{""startTime"":1678938345424,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678937899122,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":20398,""label"":""hovered"",""timeHovered"":2600,""week"":""2022-01-03""},{""time"":23548,""label"":""hovered"",""timeHovered"":2731,""week"":""2022-01-17""},{""time"":26280,""label"":""hovered"",""timeHovered"":2315,""week"":""2022-01-10""},{""time"":33107,""label"":""tour_next"",""step"":5},{""time"":57836,""label"":""started_brush"",""startDate"":""2021-07-15"",""endDate"":""2021-07-17""},{""time"":67849,""label"":""started_brush"",""startDate"":""2021-06-26"",""endDate"":""2021-10-14""},{""time"":73418,""label"":""moved_brush"",""startDate"":""2021-06-26"",""endDate"":""2021-12-03""},{""time"":75136,""label"":""tour_next"",""step"":5},{""time"":93181,""label"":""moved_brush"",""startDate"":""2021-06-26"",""endDate"":""2021-12-03""},{""time"":95885,""label"":""moved_brush"",""startDate"":""2021-06-28"",""endDate"":""2021-12-05""},{""time"":104153,""label"":""cleared_brush"",""using"":""click""},{""time"":109029,""label"":""tour_next"",""step"":5},{""time"":123308,""label"":""cleared_brush"",""using"":""click""},{""time"":123309,""label"":""cleared_brush"",""using"":""Escape""},{""time"":124890,""label"":""tour_next"",""step"":5},{""time"":133888,""label"":""tour_end"",""step"":5},{""time"":137724,""label"":""cleared_brush"",""using"":""click""},{""time"":154559,""label"":""started_brush"",""startDate"":""2021-05-14"",""endDate"":""2022-02-13""},{""time"":165767,""label"":""moved_brush"",""startDate"":""2021-12-15"",""endDate"":""2022-02-13""}]}","{""startTime"":1678938160753,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":6151,""label"":""hovered"",""timeHovered"":1640,""week"":""2021-12-27""},{""time"":9046,""label"":""hovered"",""timeHovered"":2481,""week"":""2022-01-03""}]}",1,complex,line,0,0,0,,4.2,0,2,2,4.121,2.0605,2895,15,0.5,1,1,1,3 -2023-03-15 23:26:47,2023-03-15 23:56:38,0,100,1790,1,2023-03-15 23:56:38,R_3qyVOI1FX6H7SGm,28.2987,-82.6902,EN,1,678.77,,,,,15.01,66,92,50,43.229,277.735,1,1,45.513,-3,1,105.55,-1,83.693,15.01,5,4,4,5,5,4,I didn't realize I needed to memorize the data to answer the question. Not being able to use the monthy filter on the page with the question was why I didn't know the answer. ,202.655,4,6,5,2,4,5,I have no reason not too. It makes sense and is feasible. ,46.551,3,NA,18.485,2,7,3,4,1,5,6,15.128,1,2,8,6,3,7,9,5,NA,31.855,4,4,5,2,4,4,32.584,4,,10.373,2,1968,Florida,6,1,1,,7,,,8,2,1,55b3120cfdf99b6ef6263a71@email.prolific.co,104.227,55b3120cfdf99b6ef6263a71,"{""startTime"":1678938332023,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":45588,""label"":""cleared_brush"",""using"":""click""},{""time"":50086,""label"":""cleared_brush"",""using"":""click""},{""time"":52896,""label"":""started_brush"",""startDate"":""2021-08-05"",""endDate"":""2021-08-08""},{""time"":57717,""label"":""cleared_brush"",""using"":""click""},{""time"":61616,""label"":""started_brush"",""startDate"":""2022-02-06"",""endDate"":""2022-02-13""},{""time"":67446,""label"":""started_brush"",""startDate"":""2021-12-06"",""endDate"":""2022-01-06""}]}","{""startTime"":1678938536303,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678937954050,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":37734,""label"":""hovered"",""timeHovered"":2465,""week"":""2021-05-03""},{""time"":42734,""label"":""hovered"",""timeHovered"":3749,""week"":""2021-04-26""},{""time"":50200,""label"":""hovered"",""timeHovered"":1432,""week"":""2021-11-29""},{""time"":56135,""label"":""tour_next"",""step"":5},{""time"":105187,""label"":""started_brush"",""startDate"":""2021-07-10"",""endDate"":""2021-08-23""},{""time"":110065,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-05-25""},{""time"":117266,""label"":""started_brush"",""startDate"":""2021-06-07"",""endDate"":""2021-07-08""},{""time"":118942,""label"":""tour_next"",""step"":5},{""time"":132455,""label"":""moved_brush"",""startDate"":""2021-06-09"",""endDate"":""2021-07-10""},{""time"":135793,""label"":""moved_brush"",""startDate"":""2021-06-05"",""endDate"":""2021-07-06""},{""time"":141249,""label"":""moved_brush"",""startDate"":""2021-06-05"",""endDate"":""2021-07-06""},{""time"":145622,""label"":""moved_brush"",""startDate"":""2021-06-07"",""endDate"":""2021-07-06""},{""time"":148587,""label"":""moved_brush"",""startDate"":""2021-08-12"",""endDate"":""2021-09-11""},{""time"":150564,""label"":""tour_next"",""step"":5},{""time"":163116,""label"":""cleared_brush"",""using"":""click""},{""time"":165281,""label"":""cleared_brush"",""using"":""click""},{""time"":165282,""label"":""cleared_brush"",""using"":""Escape""},{""time"":167141,""label"":""tour_next"",""step"":5},{""time"":189210,""label"":""tour_end"",""step"":5},{""time"":51867,""label"":""hovered"",""timeHovered"":138569,""week"":""2022-01-31""},{""time"":194288,""label"":""hovered"",""timeHovered"":9038,""week"":""2022-01-31""},{""time"":204089,""label"":""hovered"",""timeHovered"":8307,""week"":""2022-02-07""},{""time"":216227,""label"":""started_brush"",""startDate"":""2021-05-09"",""endDate"":""2021-06-06""},{""time"":219775,""label"":""started_brush"",""startDate"":""2021-06-10"",""endDate"":""2021-07-15""},{""time"":222767,""label"":""moved_brush"",""startDate"":""2021-06-10"",""endDate"":""2021-07-15""},{""time"":223745,""label"":""moved_brush"",""startDate"":""2021-06-10"",""endDate"":""2021-07-15""},{""time"":224491,""label"":""cleared_brush"",""using"":""click""},{""time"":224493,""label"":""cleared_brush"",""using"":""Escape""},{""time"":227243,""label"":""started_brush"",""startDate"":""2021-07-04"",""endDate"":""2021-08-10""},{""time"":232894,""label"":""moved_brush"",""startDate"":""2021-07-24"",""endDate"":""2021-08-29""},{""time"":237317,""label"":""moved_brush"",""startDate"":""2021-08-04"",""endDate"":""2021-09-09""},{""time"":239941,""label"":""moved_brush"",""startDate"":""2021-09-05"",""endDate"":""2021-10-11""},{""time"":242926,""label"":""moved_brush"",""startDate"":""2021-10-07"",""endDate"":""2021-11-12""},{""time"":247251,""label"":""moved_brush"",""startDate"":""2021-11-11"",""endDate"":""2021-12-17""},{""time"":250935,""label"":""moved_brush"",""startDate"":""2021-10-06"",""endDate"":""2021-12-17""},{""time"":253720,""label"":""moved_brush"",""startDate"":""2021-08-08"",""endDate"":""2021-12-17""},{""time"":256620,""label"":""moved_brush"",""startDate"":""2021-11-03"",""endDate"":""2021-12-17""},{""time"":259966,""label"":""moved_brush"",""startDate"":""2021-11-03"",""endDate"":""2021-12-07""},{""time"":260807,""label"":""moved_brush"",""startDate"":""2021-11-03"",""endDate"":""2021-12-07""},{""time"":264046,""label"":""moved_brush"",""startDate"":""2021-12-01"",""endDate"":""2022-01-04""},{""time"":275335,""label"":""moved_brush"",""startDate"":""2022-01-03"",""endDate"":""2022-02-06""}]}","{""startTime"":1678938316622,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line,0,0,0,,3.8,0,0,0,0,0,0,15,1,0.5,0,0,3 -2023-03-15 23:43:25,2023-03-15 23:57:39,0,100,854,1,2023-03-15 23:57:40,R_265WSOU3xSXUGMA,33.1909,-96.6198,EN,1,12.214,,,,,15.133,75,88,87,26.601,14.273,1,1,8.102,-2,1,28.557,1,71.495,16.764,3,2,3,2,2,3,,29.568,2,2,2,2,2,3,I am not sure of the credibility of the data,36.429,4,,51.868,2,7,4,3,1,5,6,80.805,4,7,4,6,6,8,10,10,,39.229,4,4,4,2,4,4,40.217,2,,13.51,1,1974,Alabama,6,1,1,,2,,,14,4,1,637ef4d4e9abb3274bc1c925@email.prolific.co,252.579,637ef4d4e9abb3274bc1c925,"{""startTime"":1678938436671,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_focused"",""time"":12349}]}","{""startTime"":1678938364978,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_focused"",""time"":12697},{""label"":""window_blurred"",""time"":31089}]}","{""startTime"":1678938295212,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":39,""label"":""tour_started""},{""time"":4731,""label"":""tour_next"",""step"":2},{""time"":8562,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678938343681,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":7052}]}",0,moderate,bar,0,0,0,,3.7,0,0,0,0,0,0,7.052,1,0.5,1,0.5,2 -2023-03-15 23:44:18,2023-03-15 23:59:45,0,100,926,1,2023-03-15 23:59:46,R_3hsjVQPV76OWn3s,36.1219,-79.7777,EN,1,10.984,1,3,2,13.722,15.118,100,10,45,71.718,57.263,-2,-3,87.271,-3,1,92.784,-3,114.2,15.012,5,5,6,6,6,6,,48.854,6,6,5,4,4,5,The graphs are believable because it gives me the dame data that we were given during that time. Those that got the shots were less likely to get sick. ,71.162,6,,9.622,2,7,3,4,1,5,6,32.618,8,9,8,10,6,8,10,10,,26.626,4,4,3,2,4,4,32.054,2,1,17.571,2,1957,North Carolina,6,2,1,,3,,,9,2,1,5fc50bb38378c80ac88354ef@email.prolific.co,145.496,5fc50bb38378c80ac88354ef,"{""startTime"":1678938694143,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678938550904,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678938389871,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":20,""label"":""tour_started""},{""time"":13437,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6238,""week"":""35"",""id"":""chart""},{""time"":20693,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6524,""week"":""1"",""id"":""chart""},{""time"":33900,""label"":""tour_next"",""step"":2},{""time"":33916,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7983,""week"":""46"",""id"":""chart2""},{""time"":43051,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2770,""week"":""43"",""id"":""chart2""},{""time"":47672,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5072,""week"":""52"",""id"":""chart2""},{""time"":54250,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678938535358,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar,0,0,0,,3.5,0,0,0,0,0,0,15,0,0.5,0,0,1 -2023-03-15 23:31:12,2023-03-16 00:02:27,0,100,1874,1,2023-03-16 00:02:27,R_06YER2wSPEDOpep,41.4722,-81.745,EN,1,5.902,1,4,2,18.698,15.014,92,60,44,101.713,253.547,1,1,90.02,-3,-3,146.225,1,166.535,15.013,4,2,4,5,5,5,"Agree my one thought which would make me question the data some would be the since taking the vaccine would lower the effects of Covid, the actual numbers of vaccinated people with covid could be higher since many may have had cases so mild they did not even test",190.643,4,3,4,4,2,4,"It's well known that while the Covid vaccine won't stop you from getting Covid it will help, so it is sensible that the numbers are lower. It is also likely the vaccinated individuals would get less sick thus making them less likely to get tested, which would be reflected in the numbers",192.787,5,,11.341,2,7,3,4,1,5,6,23.828,7,8,10,8,5,8,9,9,,27.143,5,5,5,1,5,5,33.54,4,2,11.026,1,1964,Ohio,6,2,1,,9,,Cleveland,9,4,1,dstraub64@sbcglobal.net,74.371,62ef104b5e9352c2ead31fde,"{""startTime"":1678938732054,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678938062480,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":68868},{""label"":""window_focused"",""time"":70670},{""label"":""window_blurred"",""time"":457001},{""label"":""window_focused"",""time"":460087}]}","{""startTime"":1678937625700,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":34092,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6214,""week"":""52"",""id"":""chart""},{""time"":41943,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8318,""week"":""52"",""id"":""chart""},{""time"":51940,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3018,""week"":""2"",""id"":""chart""},{""time"":60325,""label"":""tour_next"",""step"":5},{""time"":74496,""label"":""tour_back"",""step"":5},{""time"":81832,""label"":""tour_next"",""step"":5},{""time"":86634,""label"":""tour_back"",""step"":5},{""time"":105873,""label"":""tour_next"",""step"":5},{""time"":128504,""label"":""cleared_brush"",""using"":""Click""},{""time"":132370,""label"":""started_brush"",""startDate"":""2021-07-30"",""endDate"":""2021-10-06""},{""time"":138938,""label"":""cleared_brush"",""using"":""Click""},{""time"":141436,""label"":""started_brush"",""startDate"":""2021-11-23"",""endDate"":""2022-02-07""},{""time"":145802,""label"":""tour_next"",""step"":5},{""time"":157807,""label"":""moved_brush"",""startDate"":""2021-11-13"",""endDate"":""2022-01-28""},{""time"":159456,""label"":""tour_next"",""step"":5},{""time"":181681,""label"":""tour_back"",""step"":5},{""time"":191835,""label"":""moved_brush"",""startDate"":""2021-11-13"",""endDate"":""2022-01-28""},{""time"":193268,""label"":""moved_brush"",""startDate"":""2021-10-18"",""endDate"":""2022-01-02""},{""time"":195033,""label"":""tour_next"",""step"":5},{""time"":209980,""label"":""cleared_brush"",""using"":""Click""},{""time"":209980,""label"":""cleared_brush"",""using"":""Escape""},{""time"":213756,""label"":""tour_next"",""step"":5},{""time"":220458,""label"":""tour_end"",""step"":5},{""time"":224097,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2000,""week"":""2"",""id"":""chart""},{""time"":226231,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":13831,""week"":""1"",""id"":""chart""}]}","{""startTime"":1678938046901,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar,0,0,0,,4.3,0,0,0,0,0,0,15,1,0,1,1,3 -2023-03-15 23:50:27,2023-03-16 00:04:37,0,100,850,1,2023-03-16 00:04:38,R_3Mm4LW4wmkqJWG8,41.1095,-104.8157,EN,1,14.99,1,3,2,10.284,15.109,73,72,70,48.1,51.312,1,1,64.022,1,1,72.401,1,70.61,15.007,3,3,3,5,5,3,"How trustworthy is the CDC, can I get a second opinion?",71.538,3,5,4,3,4,4,"It is only a visualization, not sure of the source, could be made up data",38.399,4,interesting data,20.133,2,7,3,4,1,5,6,19.239,4,5,7,8,3,7,9,9,nope,42.333,3,3,4,2,4,3,32.635,6,2,19.58,1,1963,Wyoming,7,1,1,,8,Cheyenne,,9,3,1,615ddab1e4f013092538b6c5@email.prolific.co,165.414,615ddab1e4f013092538b6c5,"{""startTime"":1678938953159,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678938870762,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":1433,""label"":""hovered"",""timeHovered"":1367,""week"":""2021-06-07""},{""time"":5988,""label"":""hovered"",""timeHovered"":2405,""week"":""2021-08-30""}]}","{""startTime"":1678938739376,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":4,""label"":""tour_started""},{""time"":23782,""label"":""tour_next"",""step"":2},{""time"":30627,""label"":""tour_end"",""step"":2},{""time"":34575,""label"":""hovered"",""timeHovered"":1446,""week"":""2021-04-19""},{""time"":38997,""label"":""hovered"",""timeHovered"":1848,""week"":""2021-08-16""},{""time"":42360,""label"":""hovered"",""timeHovered"":2263,""week"":""2021-12-27""}]}","{""startTime"":1678938855375,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":6298,""label"":""hovered"",""timeHovered"":1015,""week"":""2022-01-03""},{""time"":7361,""label"":""hovered"",""timeHovered"":1826,""week"":""2022-01-03""},{""time"":9252,""label"":""hovered"",""timeHovered"":1751,""week"":""2022-01-03""},{""time"":12249,""label"":""hovered"",""timeHovered"":2162,""week"":""2022-01-31""}]}",1,simple,line,0,0,0,,3.2,0,4,4,6.754,1.6885,5951,15,1,1,1,1,1 -2023-03-15 23:51:41,2023-03-16 00:07:30,0,100,949,1,2023-03-16 00:07:31,R_30nK3ZILtQiymWk,41.8373,-87.8283,EN,1,15.207,2,,2,8.196,15.044,62,78,38,102.56,41.79,1,1,84.581,-2,-3,75.501,1,107.502,15.118,3,3,3,5,5,4,,31.946,3,5,5,1,1,4,"I would want to know how the data was collected, across teh country? one coast?",74.546,4,,17.476,2,7,3,4,1,5,6,26.832,6,6,3,5,7,8,8,6,,35.701,3,3,3,1,4,3,59.829,3,2,24.101,1,1964,Illinois,6,2,1,,3,,,14,2,1,57210674951c9b0011d3eaaa@email.prolific.co,99.865,57210674951c9b0011d3eaaa,"{""startTime"":1678939170387,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678939050468,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678938905483,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":10843,""label"":""hovered"",""timeHovered"":1413,""week"":""2021-12-20""},{""time"":14134,""label"":""tour_next"",""step"":2},{""time"":24567,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678939033636,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line,0,0,0,,2.8,0,0,0,0,0,0,15,1,0,1,1,1 -2023-03-15 23:53:32,2023-03-16 00:07:39,0,100,846,1,2023-03-16 00:07:39,R_1N34V9dFcIaMY1L,30.1569,-95.7414,EN,1,8.501,,,,,15.011,96,53,71,34.198,211.232,1,1,54.728,1,1,72.503,-1,58.523,15.111,3,3,5,2,3,2,none,30.594,4,7,3,2,2,3,The color designations did not seem right.,26.532,6,none,11.102,2,7,3,4,1,5,6,20.504,3,5,9,9,3,8,8,10,none,26.061,3,4,4,2,4,4,31.993,6,,5.01,1,1943,Texas,3,3,1,,7,,,6,3,1,j2jtx@yahoo.com,170.224,5d069f2f041328001a7815be,"{""startTime"":1678939166663,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678939197838,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678938879888,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":12378,""label"":""hovered"",""timeHovered"":4162,""week"":""2021-10-11""},{""time"":19803,""label"":""hovered"",""timeHovered"":5444,""week"":""2022-01-17""},{""time"":29293,""label"":""hovered"",""timeHovered"":1414,""week"":""2022-01-17""},{""time"":31042,""label"":""hovered"",""timeHovered"":1097,""week"":""2022-01-17""},{""time"":32389,""label"":""hovered"",""timeHovered"":3213,""week"":""2022-01-10""},{""time"":35686,""label"":""hovered"",""timeHovered"":8722,""week"":""2022-01-10""},{""time"":44758,""label"":""hovered"",""timeHovered"":1082,""week"":""2021-12-27""},{""time"":49483,""label"":""tour_next"",""step"":5},{""time"":68097,""label"":""cleared_brush"",""using"":""click""},{""time"":69506,""label"":""cleared_brush"",""using"":""click""},{""time"":76920,""label"":""started_brush"",""startDate"":""2021-04-27"",""endDate"":""2021-11-01""},{""time"":80228,""label"":""tour_next"",""step"":5},{""time"":87127,""label"":""moved_brush"",""startDate"":""2021-05-12"",""endDate"":""2021-11-15""},{""time"":88542,""label"":""tour_next"",""step"":5},{""time"":106524,""label"":""cleared_brush"",""using"":""click""},{""time"":106528,""label"":""cleared_brush"",""using"":""Escape""},{""time"":108772,""label"":""tour_next"",""step"":5},{""time"":121794,""label"":""tour_end"",""step"":5},{""time"":137627,""label"":""hovered"",""timeHovered"":1035,""week"":""2021-10-18""},{""time"":140124,""label"":""hovered"",""timeHovered"":17643,""week"":""2021-10-25""},{""time"":162027,""label"":""started_brush"",""startDate"":""2021-04-16"",""endDate"":""2021-07-07""},{""time"":166725,""label"":""hovered"",""timeHovered"":2112,""week"":""2021-06-28""},{""time"":168920,""label"":""hovered"",""timeHovered"":1793,""week"":""2021-06-28""},{""time"":173360,""label"":""hovered"",""timeHovered"":8365,""week"":""2021-06-28""},{""time"":181725,""label"":""hovered"",""timeHovered"":1847,""week"":""2021-06-28""},{""time"":186337,""label"":""hovered"",""timeHovered"":6341,""week"":""2021-06-28""},{""time"":192686,""label"":""hovered"",""timeHovered"":6116,""week"":""2021-06-28""},{""time"":198805,""label"":""hovered"",""timeHovered"":4683,""week"":""2021-06-28""}]}","{""startTime"":1678939150983,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":12526,""label"":""hovered"",""timeHovered"":2447,""week"":""2021-11-29""}]}",0,complex,line,0,0,0,,3.5,0,1,1,2.447,2.447,0,15,1,1,0,0,3 -2023-03-15 23:47:55,2023-03-16 00:09:48,0,100,1312,1,2023-03-16 00:09:48,R_2EBnFEnYHHL45H1,36.1724,-115.0677,EN,1,6.647,,,,,15.009,100,100,0,32.268,314.06,-1,1,43.767,1,-3,378.534,1,166.622,15.115,3,6,4,4,6,4,,28.074,5,5,6,3,4,5,It seems to be accurate. Nothing about it seemed false. ,50.156,1,,12.568,2,7,3,4,1,5,6,31.24,1,1,1,4,4,6,9,7,,29.18,5,4,5,1,4,5,32.136,1,,11.388,2,1982,Nevada,6,2,1,,3,,,5,2,1,,74.902,5e9272473f920e5b0caf8279,"{""startTime"":1678939060948,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678939091199,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678938563337,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":11069,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2819,""week"":""51"",""id"":""chart""},{""time"":13971,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1417,""week"":""52"",""id"":""chart""},{""time"":15455,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1168,""week"":""1"",""id"":""chart""},{""time"":19262,""label"":""tour_next"",""step"":5},{""time"":33000,""label"":""started_brush"",""startDate"":""2021-04-12"",""endDate"":""2021-08-11""},{""time"":35087,""label"":""tour_next"",""step"":5},{""label"":""window_blurred"",""time"":36793},{""label"":""window_focused"",""time"":191893},{""time"":199399,""label"":""moved_brush"",""startDate"":""2021-06-24"",""endDate"":""2021-08-11""},{""time"":200206,""label"":""tour_next"",""step"":5},{""time"":212626,""label"":""cleared_brush"",""using"":""Click""},{""time"":212626,""label"":""cleared_brush"",""using"":""Escape""},{""time"":214573,""label"":""tour_next"",""step"":5},{""time"":220125,""label"":""tour_end"",""step"":5},{""time"":302248,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1487,""week"":""5"",""id"":""chart""}]}","{""startTime"":1678939045166,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,bar,0,0,0,,4,0,0,0,0,0,0,15,0.5,0.5,1,1,3 -2023-03-15 23:59:46,2023-03-16 00:19:00,0,100,1153,1,2023-03-16 00:19:00,R_1FyLNFVi0XGTXMU,33.7485,-84.3871,EN,1,28.902,,,,,15.032,100,100,60,23.368,54.688,-2,-3,95.566,1,-3,191.047,-2,100.54,15.179,3,3,3,6,1,3,,94.065,3,6,3,1,1,3,I have no idea how valid this data is,36.284,5,I have nothing further to add here,41.211,2,7,3,4,1,5,6,44.055,6,8,10,10,3,7,10,10,,39.983,3,5,5,1,5,4,78.078,6,,22.717,1,1947,Georgia,4,1,1,,7,,,5,4,1,wheelguner@gmail.com,181.163,5c2414b8101408000140617a,"{""startTime"":1678939533039,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":9770,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1046,""week"":""41"",""id"":""chart""}]}","{""startTime"":1678939628285,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678939268958,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":80,""label"":""tour_started""},{""time"":29355,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2705,""week"":""37"",""id"":""chart""},{""time"":33593,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2029,""week"":""3"",""id"":""chart""},{""time"":39312,""label"":""tour_next"",""step"":2},{""time"":48082,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678939516759,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,bar,0,0,0,,3.8,0,0,0,0,0,0,15,0,0.5,0,0.5,2 -2023-03-16 00:01:21,2023-03-16 00:24:48,0,100,1406,1,2023-03-16 00:24:49,R_3elgJV0QMPHZsJz,29.4227,-98.4927,EN,1,5.635,1,3,1,27.657,15.113,100,71,26,74.189,209.948,-2,-3,207.085,-3,-3,115.632,1,139.094,15.11,6,6,6,6,6,6,,100.537,6,6,5,3,3,6,I trust the CDC since it is the foremost authority on COVID. ,68.868,4,,18.937,2,7,3,4,1,5,6,32.436,2,3,7,6,6,3,9,9,,67.091,3,3,3,2,4,3,66.981,2,1,12.406,1,1960,Texas,7,3,1,,7,,,17,3,1,rengel210@twc.com,157.703,5e3581ed0082f15283413024,"{""startTime"":1678939783081,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":6543,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1813,""week"":""51"",""id"":""chart""},{""time"":68692,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":23101,""week"":""48"",""id"":""chart""},{""time"":91897,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5410,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678939884224,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":13196,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5027,""week"":""51"",""id"":""chart""}]}","{""startTime"":1678939417513,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":24,""label"":""tour_started""},{""time"":12979,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":32305,""week"":""1"",""id"":""chart""},{""time"":49545,""label"":""tour_next"",""step"":5},{""label"":""window_blurred"",""time"":97587},{""label"":""window_focused"",""time"":104512},{""time"":128208,""label"":""cleared_brush"",""using"":""Click""},{""time"":135148,""label"":""started_brush"",""startDate"":""2021-07-25"",""endDate"":""2021-10-04""},{""time"":138970,""label"":""tour_next"",""step"":5},{""time"":158331,""label"":""moved_brush"",""startDate"":""2021-07-07"",""endDate"":""2021-07-25""},{""time"":159369,""label"":""tour_next"",""step"":5},{""time"":174479,""label"":""cleared_brush"",""using"":""Click""},{""time"":174479,""label"":""cleared_brush"",""using"":""Escape""},{""time"":179601,""label"":""cleared_brush"",""using"":""Click""},{""time"":179601,""label"":""cleared_brush"",""using"":""Escape""},{""time"":180922,""label"":""tour_next"",""step"":5},{""time"":193417,""label"":""cleared_brush"",""using"":""Click""},{""time"":193417,""label"":""cleared_brush"",""using"":""Escape""},{""time"":198705,""label"":""tour_end"",""step"":5},{""time"":203827,""label"":""started_brush"",""startDate"":""2021-09-17"",""endDate"":""2021-09-29""}]}","{""startTime"":1678939767467,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar,0,0,0,,3,0,0,0,0,0,0,15,0,0,1,1,3 -2023-03-15 23:40:24,2023-03-16 00:38:55,0,100,3510,1,2023-03-16 00:38:55,R_1M4iqM1InHMWpZ6,39.0469,-77.4903,EN,1,14.288,1,3,2,14.786,15.008,100,100,100,47.067,44.844,1,-2,112.797,-2,1,994.096,1,94.956,15.107,6,6,6,6,6,6,,31.334,6,5,6,6,5,6,the graph is well armed and looks like real data,35.982,5,,13.09,2,7,3,4,1,5,6,38.652,9,9,11,11,10,9,11,11,,22.294,4,4,5,1,5,4,18.183,7,3,80.237,1,1963,Massachusetts,7,3,1,,7,,,8,2,1,jcarlossnchez06@gmail.com,89.175,64050cfd151bc9945fd3eac9,"{""startTime"":1678941024943,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":5437},{""label"":""window_focused"",""time"":6746},{""label"":""window_blurred"",""time"":12205},{""label"":""window_focused"",""time"":26427}]}","{""startTime"":1678939191366,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":470203},{""label"":""window_focused"",""time"":473354},{""label"":""window_blurred"",""time"":490266},{""label"":""window_focused"",""time"":1792547}]}",,"{""startTime"":1678939175247,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":2251,""label"":""hovered"",""timeHovered"":1860,""week"":""2022-01-10""},{""time"":9157,""label"":""hovered"",""timeHovered"":1002,""week"":""2022-01-17""},{""time"":10783,""label"":""hovered"",""timeHovered"":1056,""week"":""2022-01-17""},{""time"":11840,""label"":""hovered"",""timeHovered"":1393,""week"":""2022-01-17""}]}",1,moderate,line,0,0,0,,3.8,0,4,4,5.311,1.32775,9589,15,0.5,0.5,1,0.5,2 -2023-03-15 23:12:36,2023-03-16 00:44:47,0,100,5531,1,2023-03-16 00:44:48,R_1IxUXsQQje1Zm4L,42.4178,-71.1134,EN,1,950.169,,,,,16.625,63,60,50,352.723,14.43,1,1,36.797,-3,1,74.406,1,32.004,15.111,5,4,5,3,5,4,,22.666,3,2,3,1,1,4,I trust the source to a degree. I do not really know it well,19.161,1,,5.302,2,7,3,4,1,5,6,10.961,6,6,8,8,8,7,9,10,,15.888,2,3,3,4,3,3,33.889,3,,31.797,2,1979,Massachusetts,6,2,1,,3,,,12,3,1,resajohn79@yahoo.com,78.661,55b1add5fdf99b6731f04c5a,"{""startTime"":1678941558292,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678941581744,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678941451944,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":9121,""label"":""tour_next"",""step"":2},{""time"":11272,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678941542512,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":5127},{""label"":""window_focused"",""time"":12291}]}",0,moderate,line,0,0,0,,3,0,0,0,0,0,0,5.127,1,0.5,1,0.5,2 -2023-03-16 00:44:14,2023-03-16 00:55:01,0,100,646,1,2023-03-16 00:55:01,R_12RTgfiOZkVAaU1,33.7485,-84.3871,EN,1,11.006,1,3,2,43.447,15.009,100,100,82,9.298,9.19,-3,1,88.721,-3,-3,154.999,1,67.048,15.009,6,6,6,6,6,6,,7.834,6,6,6,6,6,6,It gives me a lot of confidence because the source is attached,28.672,7,,5.027,2,7,3,4,1,5,6,20.499,10,10,10,10,10,10,10,10,,23.531,3,1,5,1,3,1,20.821,6,2,41.182,1,1945,Wisconsin,7,3,1,,7,,,8,2,2,,40.57,6100372e3a116cb5cb36ebea,"{""startTime"":1678942174939,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":1046,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1355,""week"":""2"",""id"":""chart""}]}","{""startTime"":1678942134462,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":4141},{""label"":""window_focused"",""time"":5895}]}","{""startTime"":1678941951888,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":22,""label"":""tour_started""},{""time"":4020,""label"":""tour_next"",""step"":2},{""time"":6099,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678942118124,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar,0,0,0,,2.3,0,0,0,0,0,0,15,0.5,0,1,0,2 -2023-03-16 00:55:54,2023-03-16 01:03:09,0,100,435,1,2023-03-16 01:03:10,R_ue2uKkWldX42tmF,41.871,-87.6289,EN,1,23.134,,,,,15.11,100,100,87,30.771,5.787,-3,1,29.002,-3,-3,33.09,1,82.396,15.018,6,6,6,5,5,6,,9.554,5,5,6,6,6,6,I don't see anything suspicious in the data,26.742,3,,4.205,2,7,3,4,1,5,6,20.959,10,11,11,11,11,11,11,11,,16.626,4,4,5,1,4,4,19.595,4,,17.292,2,1973,Kansas,7,3,1,,7,,,8,1,2,,39.223,60e2577f8c52db9d1fb5ffac,"{""startTime"":1678942762231,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":4302},{""label"":""window_focused"",""time"":5930}]}","{""startTime"":1678942772557,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678942709680,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":26,""label"":""tour_started""},{""time"":1845,""label"":""tour_next"",""step"":2},{""time"":3421,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678942745968,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,bar,0,0,0,,3.7,0,0,0,0,0,0,15,0.5,0,1,0.5,1 -2023-03-16 01:03:49,2023-03-16 01:12:08,0,100,498,1,2023-03-16 01:12:08,R_2wS81jTO311KP2e,32.8137,-96.8704,EN,1,5.219,,,,,15.317,100,100,100,88.417,47.301,-3,1,17.331,-3,-3,62.855,1,19.687,15.009,6,6,6,6,6,6,,10.422,6,6,6,6,6,6,I have reviewed the source and I see that the study carried out seems legitimate,46.708,4,,4.196,2,7,3,4,1,5,6,17.03,9,9,10,10,11,10,10,10,,17.403,4,5,5,2,4,5,20.875,6,,19.674,2,1982,Maryland,7,3,1,,7,,,8,2,2,,52.155,60cd717e463162435e3b7d46,"{""startTime"":1678943237264,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":3811},{""label"":""window_focused"",""time"":5309}]}","{""startTime"":1678943248662,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678943151676,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":29,""label"":""tour_started""},{""time"":3650,""label"":""tour_next"",""step"":5},{""time"":7285,""label"":""cleared_brush"",""using"":""Click""},{""time"":9646,""label"":""cleared_brush"",""using"":""Click""},{""time"":10276,""label"":""cleared_brush"",""using"":""Click""},{""time"":11563,""label"":""cleared_brush"",""using"":""Click""},{""time"":13067,""label"":""cleared_brush"",""using"":""Click""},{""time"":13782,""label"":""cleared_brush"",""using"":""Click""},{""time"":14724,""label"":""cleared_brush"",""using"":""Click""},{""time"":16742,""label"":""cleared_brush"",""using"":""Click""},{""time"":19446,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-09-01""},{""time"":21071,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-09-15""},{""time"":23719,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-09-15""},{""time"":26862,""label"":""cleared_brush"",""using"":""Click""},{""time"":27749,""label"":""cleared_brush"",""using"":""Click""},{""time"":29702,""label"":""started_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-09-11""},{""time"":31202,""label"":""tour_next"",""step"":5},{""time"":37233,""label"":""moved_brush"",""startDate"":""2021-08-31"",""endDate"":""2022-02-07""},{""time"":38505,""label"":""tour_next"",""step"":5},{""time"":41412,""label"":""cleared_brush"",""using"":""Click""},{""time"":42505,""label"":""tour_next"",""step"":5},{""time"":44147,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678943220667,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":3606,""label"":""started_brush"",""startDate"":""2021-09-30"",""endDate"":""2021-12-03""}]}",0,complex,bar,0,0,0,,4.2,1,1,0,0,0,0,15,0.5,0,1,1,3 +StartDate,EndDate,Status,Progress,Duration (in seconds),Finished,RecordedDate,ResponseId,LocationLatitude,LocationLongitude,UserLanguage,Consent Form,consent-time_Page Submit,covid-vaccine,covid-vaccine-doses,covid-infection,covid-time_Page Submit,intro-vis-time_Page Submit,affect-science_1,affect-clarity_1,affect-aesthetic_1,initial-time_Page Submit,tour-time_Page Submit,simple-vlat-1,simple-vlat-2,simple-vlat-time_Page Submit,moderate-vlat-1,moderate-vlat-2,moderate-vlat-time_Page Submit,complex-vlat-1,complex-vlat-time_Page Submit,explore-time_Page Submit,data-trust_1,data-trust_2,data-trust_3,data-trust_4,data-trust_5,data-trust_6,data-trust-exp,data-trust-time_Page Submit,vis-trust_1,vis-trust_2,vis-trust_3,vis-trust_4,vis-trust_5,vis-trust_6,vis-trust-exp,vis-trust-time_Page Submit,interpersonal-trust_1,interper-trust-exp,interper-trust-time_Page Submit,attention-check_1,attention-check_2,attention-check_3,attention-check_4,attention-check_5,attention-check_6,attention-check_7,attention-check-time_Page Submit,trust-in-science_1,trust-in-science_2,trust-in-science_3,trust-in-science_4,trust-in-science_5,trust-in-science_6,trust-in-science_7,trust-in-science_8,trust-science-exp,trust-science-time_Page Submit,cognition_1,cognition_2,cognition_3,cognition_4,cognition_5,cognition_6,need-cognition-time_Page Submit,political_views,covid_information,politics_time_Page Submit,Gender,Age,State_1,Education,Parents_education,Language,Language_4_TEXT,Ethnicity,Ethnicity_8_TEXT,Ethnicity_9_TEXT,Income,Religion,Interview,demographics_time_Page Submit,PROLIFIC_PID,provenance-data,provenance-vis,provenance-tour,provenance-explore,isCovidData,complexity,chartType,affective_tags,cognitive_tags,individual_characteristics,tag_valence,need_for_cognition,brushed,explore_interactions,hover_interactions,total_hover_time,avg_hover_time,explore_time,explore_active_time,vlat_simple,vlat_moderate,vlat_complex,assigned_vlat,ordinal_complexity +2023-03-12 20:55:26,2023-03-12 20:59:13,0,100,227,1,2023-03-12 20:59:14,R_8rmBCqRevUJbRip,43.6859,-79.3974,EN,1,4.591,,,,,15.01,80,45,88,10.534,6.225,-1,-3,8.181000000000001,1,-2,9.187000000000001,-3,6.497000000000001,52.498999999999995,3,1,7,4,2,7,,13.606,7,7,2,2,1,5,It seems scientific,7.176,1,,5.635,2,7,3,4,1,5,6,8.669,2,2,2,3,3,2,3,3,,7.555,3,2,4,2,3,1,6.7379999999999995,2,,2.475,2,1984,Massachusetts,1,3,1,,2,,,1,1,2,25.414,,"{""startTime"":1678669055627,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678669031416,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678668963081,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":1865,""label"":""tour_next"",""step"":2},{""time"":4413,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678668978467,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":4579,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2291,""week"":""52"",""id"":""chart""},{""time"":8641,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3695,""week"":""52"",""id"":""chart2""},{""time"":22625,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1312,""week"":""1"",""id"":""chart""}]}",0,simple,bar,1,0,0,Positive,2.5,0,3,3,7.297999999999999,2.4326666666666665,18046,15.0,0.0,0.5,0,0.0,1 +2023-03-12 22:55:27,2023-03-12 23:03:56,0,100,508,1,2023-03-12 23:03:56,R_24CbqjyCefqjEDT,39.2124,-76.8776,EN,1,11.717,1.0,4.0,2.0,4.822,15.007,100,100,50,17.347,28.831,-3,1,66.381,-3,-3,74.179,-3,48.376999999999995,15.01,6,6,6,6,6,6,,11.581,6,6,6,6,4,6,"The visualization is showing me the rate of cases as opposed to absolute numbers, which indicates it is trying to communicate useful information to me.",43.449,5,,8.503,2,7,3,4,1,5,6,15.853,5,6,1,5,7,3,10,9,,17.493,3,4,4,3,4,3,20.905,1,3.0,14.332,2,1999,Maryland,6,3,1,,7,,,17,4,1,52.461000000000006,5ec4a0fffe991f37f61b356e,"{""startTime"":1678676376070,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678676313498,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678676193499,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":38,""label"":""tour_started""},{""time"":7057,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3016,""week"":""52"",""id"":""chart""},{""time"":14340,""label"":""tour_next"",""step"":2},{""time"":17421,""label"":""tour_end"",""step"":2},{""time"":23728,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2118,""week"":""23"",""id"":""chart""}]}","{""startTime"":1678676297785,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":4607,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1030,""week"":""51"",""id"":""chart""},{""time"":6973,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2597,""week"":""50"",""id"":""chart""},{""time"":9726,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1129,""week"":""51"",""id"":""chart""},{""time"":10877,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2076,""week"":""52"",""id"":""chart""}]}",1,moderate,bar,0,1,0,Positive,3.5,0,4,4,6.832000000000001,1.7080000000000002,6270,15.0,0.5,0.0,0,0.0,2 +2023-03-12 22:52:45,2023-03-12 23:05:28,0,100,762,1,2023-03-12 23:05:29,R_1kZDJESNJtHyIqs,36.0557,-94.1567,EN,1,13.057,1.0,2.0,1.0,6.33,15.109000000000002,63,34,57,27.854,64.286,1,1,64.76,-3,-1,56.821999999999996,1,82.57,15.136,2,2,4,3,6,4,,30.455,2,3,3,1,1,5,"In this context, I feel no reason for distrusting it. No clear dishonest motive.",60.18899999999999,4,,9.629,2,7,3,4,1,5,6,16.473,1,3,5,5,2,1,11,11,,50.021,4,4,5,1,4,5,26.75,2,1.0,10.985999999999999,1,1999,Arkansas,3,3,1,,2,,,8,4,1,60.20399999999999,63127274665ebf35cb1a9571,"{""startTime"":1678676392060,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678676305907,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678676142593,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":11598,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3328,""week"":""51"",""id"":""chart""},{""time"":15913,""label"":""tour_next"",""step"":5},{""time"":24156,""label"":""started_brush"",""startDate"":""2021-08-09"",""endDate"":""2022-01-08""},{""time"":29291,""label"":""cleared_brush"",""using"":""Click""},{""time"":30981,""label"":""cleared_brush"",""using"":""Click""},{""time"":31404,""label"":""cleared_brush"",""using"":""Click""},{""time"":33342,""label"":""cleared_brush"",""using"":""Click""},{""time"":33971,""label"":""tour_next"",""step"":5},{""time"":38675,""label"":""cleared_brush"",""using"":""Click""},{""time"":42197,""label"":""moved_brush"",""startDate"":""2021-04-15"",""endDate"":""2021-06-22""},{""time"":44732,""label"":""moved_brush"",""startDate"":""2021-04-17"",""endDate"":""2021-06-24""},{""time"":45817,""label"":""tour_next"",""step"":5},{""time"":53331,""label"":""moved_brush"",""startDate"":""2021-04-17"",""endDate"":""2021-06-10""},{""time"":53611,""label"":""moved_brush"",""startDate"":""2021-04-17"",""endDate"":""2021-06-10""},{""time"":55819,""label"":""cleared_brush"",""using"":""Click""},{""time"":57026,""label"":""tour_next"",""step"":5},{""time"":60796,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678676290236,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":10308,""label"":""started_brush"",""startDate"":""2021-09-06"",""endDate"":""2022-02-07""},{""time"":11952,""label"":""moved_brush"",""startDate"":""2021-09-06"",""endDate"":""2022-02-07""}]}",1,complex,bar,1,0,0,Positive,3.8,1,2,0,0.0,0.0,1644,15.0,1.0,0.0,1,1.0,3 +2023-03-12 22:49:06,2023-03-12 23:08:06,0,100,1139,1,2023-03-12 23:08:07,R_3Hnsy0bnh9pW97e,38.6326,-77.2661,EN,1,34.236,,,,,15.009,96,95,41,55.961999999999996,80.64399999999999,1,1,87.53200000000001,1,-2,91.57799999999999,-2,109.125,15.015999999999998,3,4,3,5,5,3,,60.221000000000004,5,5,3,7,1,3,"You can use data and visualizations to sway others in many different ways. While I have no proof, there could be information unaccounted for, or the information recorded could have been calculated incorrectly.",156.19799999999998,3,,18.243,2,7,3,4,1,5,6,31.31,1,7,7,4,1,2,9,5,,57.36600000000001,3,4,4,3,4,3,58.65,3,,19.632,2,2002,Virginia,3,1,1,,8,Woodbridge,,16,4,2,146.498,60f1bdd684969df9641e994b,"{""startTime"":1678676264286,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678676047616,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":1296,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7336,""week"":""52"",""id"":""chart2""}]}","{""startTime"":1678675863205,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":11682,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3275,""week"":""15"",""id"":""chart""},{""time"":17550,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1607,""week"":""1"",""id"":""chart""},{""time"":19174,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5051,""week"":""52"",""id"":""chart""},{""time"":32202,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":14309,""week"":""52"",""id"":""chart""},{""time"":47517,""label"":""tour_next"",""step"":2},{""time"":52846,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7276,""week"":""52"",""id"":""chart2""},{""time"":61356,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3059,""week"":""52"",""id"":""chart2""},{""time"":72663,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678676032212,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,bar,0,2,0,Neutral,3.5,0,0,0,0.0,0.0,0,15.0,1.0,0.5,0,1.0,1 +2023-03-12 23:02:01,2023-03-12 23:14:33,0,100,751,1,2023-03-12 23:14:34,R_31jGH7YiQuZev6v,29.4227,-98.4927,EN,1,5.922999999999999,1.0,4.0,2.0,13.342,15.106,100,100,50,25.39,162.164,1,1,50.001000000000005,1,-3,55.925,1,39.833,15.107000000000001,6,6,6,6,6,6,,18.861,6,6,5,5,3,6,It shows it in an organized manner,12.78,3,,15.892000000000001,2,7,3,4,1,5,6,25.301,1,1,1,1,1,1,11,10,,17.801,4,4,4,3,3,3,43.298,1,2.0,17.526,1,1993,Texas,3,3,1,,9,,Black and Mexican,3,4,1,158.024,63129dd30887fb3d46640f2b,"{""startTime"":1678676873713,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678676826351,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678676596658,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":5662,""label"":""tour_next"",""step"":2},{""time"":6344,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2117,""week"":""50"",""id"":""chart2""},{""time"":160158,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678676810353,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":3858,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1467,""week"":""52"",""id"":""chart""},{""time"":5338,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2853,""week"":""52"",""id"":""chart2""}]}",1,simple,bar,0,1,0,Positive,3.5,0,2,2,4.32,2.16,1480,15.0,1.0,0.5,1,1.0,1 +2023-03-12 23:04:47,2023-03-12 23:15:00,0,100,612,1,2023-03-12 23:15:01,R_3eldnrMSyXSZgDz,33.5173,-117.1208,EN,1,40.403,,,,,15.015,22,15,15,11.652000000000001,24.996,1,1,40.467,1,-1,82.022,1,39.953,15.109000000000002,3,7,3,7,5,3,"I think count and rate seem different, so I don't understand why both terms are used.Also it's visually confusing with the stacking as it's not clear if the orange bar goes all the way down ",123.751,7,1,1,7,1,3,"I have no domain knowledge to say whether it makes sense or not.,And I find the stacked format really confusing and pointless",34.181999999999995,5,,10.645999999999999,2,7,3,4,1,5,6,14.520999999999999,4,5,2,8,7,7,10,10,,15.507,4,4,4,2,3,4,21.820999999999998,1,,17.384,2,1980,California,6,1,1,,7,,,17,4,1,54.501999999999995,5a49d6a06d85f80001c25bc4,"{""startTime"":1678676948655,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678676893874,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678676769598,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":6929,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6916,""week"":""52"",""id"":""chart""},{""time"":14911,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2517,""week"":""19"",""id"":""chart""},{""time"":19392,""label"":""tour_next"",""step"":2},{""time"":22592,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678676878178,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,bar,0,2,0,Negative,3.5,0,0,0,0.0,0.0,0,15.0,1.0,0.5,1,0.5,2 +2023-03-12 23:07:40,2023-03-12 23:17:14,0,100,573,1,2023-03-12 23:17:14,R_1rPvaQfO3zfCdsf,47.6631,-122.3029,EN,1,47.262,,,,,15.109000000000002,85,84,35,17.795,25.863000000000003,1,1,41.553999999999995,-3,-3,84.941,1,71.197,15.011,4,3,5,5,5,5,,21.342,4,5,3,7,7,4,"Well it doesn't include a source to verify its statistics, but other than that, it appears to be trustworthy. I'm not really sure, as I am not an expert in insect troubles or fungi troubles in Croatia of all places.",51.215,5,,10.407,2,7,3,4,1,5,6,18.595,2,5,2,4,4,6,10,10,,27.021,5,4,5,2,5,4,27.750999999999998,2,,5.631,1,1998,Washington,3,1,1,,7,,,4,3,2,38.201,610333282a90d4b77609c5f8,"{""startTime"":1678677035221,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678677057088,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678676950797,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":23,""label"":""tour_started""},{""time"":5657,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1550,""week"":""52"",""id"":""chart""},{""time"":11841,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1033,""week"":""52"",""id"":""chart""},{""time"":13514,""label"":""tour_next"",""step"":2},{""time"":19159,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1216,""week"":""52"",""id"":""chart2""},{""time"":21918,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678677019758,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":2143},{""label"":""window_focused"",""time"":11167}]}",0,simple,bar,1,0,0,Neutral,4.2,0,0,0,0.0,0.0,0,2.1430000000000002,1.0,0.0,1,1.0,1 +2023-03-12 23:09:51,2023-03-12 23:20:45,0,100,654,1,2023-03-12 23:20:46,R_3pi2kNkyG6wUhE5,33.4734,-82.0111,EN,1,10.457,1.0,3.0,1.0,7.672000000000001,15.110999999999999,70,44,72,16.703,69.442,1,1,52.803999999999995,-3,-3,52.903,1,34.935,16.224,3,3,4,4,4,4,,26.515,4,3,4,2,3,3,I don't know if the data is verifiable. ,16.746,4,,18.1,2,7,3,4,1,5,6,23.434,2,5,7,4,3,6,10,9,,29.865,4,4,3,2,2,4,35.435,5,4.0,16.829,1,1997,Georgia,6,3,1,,7,,,12,3,1,62.971000000000004,5c17294778ee390001ab19e5,"{""startTime"":1678677319057,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678677176107,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_focused"",""time"":103425}]}","{""startTime"":1678677052421,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":21,""label"":""tour_started""},{""time"":6301,""label"":""tour_next"",""step"":5},{""time"":18481,""label"":""cleared_brush"",""using"":""Click""},{""time"":19888,""label"":""tour_back"",""step"":5},{""time"":29121,""label"":""tour_next"",""step"":5},{""time"":39529,""label"":""cleared_brush"",""using"":""Click""},{""time"":48054,""label"":""started_brush"",""startDate"":""2021-04-14"",""endDate"":""2021-06-25""},{""time"":49400,""label"":""tour_next"",""step"":5},{""time"":59094,""label"":""moved_brush"",""startDate"":""2021-07-30"",""endDate"":""2021-10-10""},{""time"":60233,""label"":""tour_next"",""step"":5},{""time"":63468,""label"":""cleared_brush"",""using"":""Click""},{""time"":64757,""label"":""tour_next"",""step"":5},{""time"":66351,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678677157889,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":9385}]}",1,complex,bar,1,0,0,Neutral,3.2,0,0,0,0.0,0.0,0,9.385,1.0,0.0,1,1.0,3 +2023-03-12 23:13:51,2023-03-12 23:22:43,0,100,531,1,2023-03-12 23:22:43,R_1g7xhCUCoRYIwAy,38.8503,-104.8567,EN,1,4.89,1.0,3.0,2.0,12.0,15.107000000000001,73,79,55,16.930999999999997,22.021,1,1,35.878,-3,1,82.057,1,57.965,15.007,3,7,4,4,5,4,,25.593000000000004,5,5,4,6,5,5,"Although there are no hard data associated with this, it seems like a plausible number of cases based on societal behaviors of vacc/unvacc individuals.",45.785,2,,8.398,2,7,3,4,1,5,6,19.283,3,4,10,9,3,7,9,10,,28.024,4,4,5,1,4,5,17.4,5,1.0,11.602,1,1981,Colorado,7,1,1,,7,,,14,2,1,74.11399999999999,5e11882114ae638303c715d9,"{""startTime"":1678677478424,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678677415910,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678677295689,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":8340,""label"":""tour_next"",""step"":2},{""time"":12829,""label"":""tour_end"",""step"":2},{""time"":18190,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1453,""week"":""1"",""id"":""chart""}]}","{""startTime"":1678677400468,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar,0,1,0,Positive,3.8,0,0,0,0.0,0.0,0,15.0,1.0,0.5,1,0.5,2 +2023-03-12 22:56:45,2023-03-12 23:22:56,0,100,1570,1,2023-03-12 23:22:56,R_vrc5DL09FLrqtGx,37.11,-76.5115,EN,1,6.218,,,,,16.172,81,0,0,162.121,527.5980000000001,-1,-1,154.547,-1,-1,11.081,-1,272.875,15.01,1,1,1,1,1,1,,25.868000000000002,1,1,1,1,1,1,I don't know how to read them and its too much,24.219,1,,11.685,2,7,3,4,1,5,6,27.144000000000002,1,1,1,1,1,1,1,1,,12.849,5,5,5,1,5,1,47.123999999999995,4,,15.865,1,1991,Virginia,3,2,1,,3,,,4,3,1,115.691,62e6c5d05d354e1f99d612e4,"{""startTime"":1678677344631,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":4468},{""label"":""window_focused"",""time"":4679}]}","{""startTime"":1678677302465,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678676435199,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":47,""label"":""tour_started""},{""time"":5255,""label"":""tour_next"",""step"":5},{""time"":30822,""label"":""cleared_brush"",""using"":""Click""},{""time"":34356,""label"":""cleared_brush"",""using"":""Click""},{""time"":35453,""label"":""cleared_brush"",""using"":""Click""},{""time"":38244,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-08-21""},{""time"":39301,""label"":""moved_brush"",""startDate"":""2021-05-25"",""endDate"":""2021-10-10""},{""time"":42953,""label"":""moved_brush"",""startDate"":""2021-07-16"",""endDate"":""2021-12-02""},{""time"":120241,""label"":""moved_brush"",""startDate"":""2021-11-26"",""endDate"":""2021-12-02""},{""time"":128617,""label"":""tour_back"",""step"":5},{""time"":137336,""label"":""tour_next"",""step"":5},{""time"":152775,""label"":""started_brush"",""startDate"":""2021-08-01"",""endDate"":""2021-08-09""},{""time"":154177,""label"":""moved_brush"",""startDate"":""2021-08-01"",""endDate"":""2021-08-24""},{""time"":155300,""label"":""tour_next"",""step"":5},{""label"":""window_blurred"",""time"":173292},{""label"":""window_focused"",""time"":297671},{""label"":""window_blurred"",""time"":355902},{""label"":""window_focused"",""time"":372726},{""time"":379111,""label"":""started_brush"",""startDate"":""2021-07-02"",""endDate"":""2021-08-04""},{""time"":384009,""label"":""moved_brush"",""startDate"":""2021-12-23"",""endDate"":""2022-01-25""},{""time"":385811,""label"":""moved_brush"",""startDate"":""2021-05-03"",""endDate"":""2021-06-05""},{""time"":387342,""label"":""tour_next"",""step"":5},{""time"":469726,""label"":""moved_brush"",""startDate"":""2021-05-03"",""endDate"":""2021-07-04""},{""time"":472175,""label"":""started_brush"",""startDate"":""2021-07-25"",""endDate"":""2021-08-29""},{""time"":474257,""label"":""started_brush"",""startDate"":""2021-09-15"",""endDate"":""2021-10-10""},{""time"":476923,""label"":""started_brush"",""startDate"":""2021-10-19"",""endDate"":""2021-11-11""},{""time"":478237,""label"":""moved_brush"",""startDate"":""2021-10-19"",""endDate"":""2021-11-24""},{""time"":480021,""label"":""started_brush"",""startDate"":""2021-12-02"",""endDate"":""2021-12-19""},{""time"":481942,""label"":""started_brush"",""startDate"":""2022-01-03"",""endDate"":""2022-01-27""},{""time"":483790,""label"":""started_brush"",""startDate"":""2022-01-18"",""endDate"":""2022-02-06""},{""time"":486955,""label"":""started_brush"",""startDate"":""2021-04-17"",""endDate"":""2021-05-17""},{""time"":487712,""label"":""moved_brush"",""startDate"":""2021-04-17"",""endDate"":""2021-05-21""},{""time"":490876,""label"":""started_brush"",""startDate"":""2021-06-13"",""endDate"":""2021-08-03""},{""time"":492244,""label"":""moved_brush"",""startDate"":""2021-06-13"",""endDate"":""2021-11-13""},{""time"":496623,""label"":""moved_brush"",""startDate"":""2021-06-13"",""endDate"":""2021-08-27""},{""time"":549598,""label"":""cleared_brush"",""using"":""Click""},{""time"":550837,""label"":""started_brush"",""startDate"":""2021-11-20"",""endDate"":""2021-12-29""},{""time"":552785,""label"":""started_brush"",""startDate"":""2022-01-16"",""endDate"":""2022-01-29""},{""time"":555244,""label"":""tour_next"",""step"":5},{""time"":563780,""label"":""tour_end"",""step"":5},{""label"":""window_blurred"",""time"":573151},{""label"":""window_focused"",""time"":574314}]}","{""startTime"":1678677286837,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,bar,0,1,0,Negative,3.7,0,0,0,0.0,0.0,0,15.0,0.0,0.0,0,0.0,3 +2023-03-12 23:15:40,2023-03-12 23:28:09,0,100,748,1,2023-03-12 23:28:11,R_1n29yspyMQhoH9u,38.5317,-89.9988,EN,1,9.225,,,,,15.007,78,64,62,24.705,180.75400000000002,1,1,36.535,-3,-3,77.20100000000001,1,44.386,16.316,5,5,5,4,5,4,This graph's coloring is unpleasant.,30.221999999999998,5,5,4,3,3,4,"It seems scientific, though I don't like the way the data is presented.",20.549,5,Thank you for the opportunity.,20.877,2,7,3,4,1,5,6,20.715999999999998,6,6,8,7,6,7,8,8,"None, thanks :)",23.998,4,3,4,2,4,4,27.926,4,,4.862,1,1996,Illinois,6,1,1,,7,,,19,5,2,115.448,5c7e14531c3cf8001638b5b0,"{""startTime"":1678677707067,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678677636794,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_focused"",""time"":32360}]}","{""startTime"":1678677393001,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":17,""label"":""tour_started""},{""time"":10425,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1019,""week"":""1"",""id"":""chart""},{""time"":25195,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1840,""week"":""22"",""id"":""chart""},{""time"":28875,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1139,""week"":""15"",""id"":""chart""},{""time"":31814,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1089,""week"":""15"",""id"":""chart""},{""time"":33168,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1305,""week"":""41"",""id"":""chart""},{""time"":39022,""label"":""tour_next"",""step"":5},{""time"":54060,""label"":""cleared_brush"",""using"":""Click""},{""time"":59193,""label"":""cleared_brush"",""using"":""Click""},{""time"":65386,""label"":""cleared_brush"",""using"":""Click""},{""time"":66358,""label"":""cleared_brush"",""using"":""Click""},{""time"":66844,""label"":""cleared_brush"",""using"":""Click""},{""time"":71884,""label"":""cleared_brush"",""using"":""Click""},{""time"":72982,""label"":""cleared_brush"",""using"":""Click""},{""time"":81694,""label"":""started_brush"",""startDate"":""2021-04-08"",""endDate"":""2021-05-12""},{""time"":84001,""label"":""cleared_brush"",""using"":""Click""},{""time"":88653,""label"":""cleared_brush"",""using"":""Click""},{""time"":102161,""label"":""cleared_brush"",""using"":""Click""},{""time"":104433,""label"":""tour_next"",""step"":5},{""time"":119960,""label"":""cleared_brush"",""using"":""Click""},{""time"":122527,""label"":""cleared_brush"",""using"":""Click""},{""time"":125567,""label"":""cleared_brush"",""using"":""Click""},{""time"":126755,""label"":""cleared_brush"",""using"":""Click""},{""time"":129300,""label"":""cleared_brush"",""using"":""Click""},{""time"":132120,""label"":""cleared_brush"",""using"":""Click""},{""time"":133296,""label"":""cleared_brush"",""using"":""Click""},{""time"":134622,""label"":""cleared_brush"",""using"":""Click""},{""time"":137414,""label"":""cleared_brush"",""using"":""Click""},{""time"":140485,""label"":""cleared_brush"",""using"":""Click""},{""time"":141969,""label"":""moved_brush"",""startDate"":""2021-08-10"",""endDate"":""2021-10-08""},{""time"":144257,""label"":""cleared_brush"",""using"":""Click""},{""time"":148522,""label"":""cleared_brush"",""using"":""Click""},{""time"":149283,""label"":""tour_next"",""step"":5},{""time"":154387,""label"":""cleared_brush"",""using"":""Click""},{""time"":154387,""label"":""cleared_brush"",""using"":""Escape""},{""time"":155376,""label"":""tour_next"",""step"":5},{""time"":159383,""label"":""tour_end"",""step"":5},{""time"":174528,""label"":""started_brush"",""startDate"":""2021-09-05"",""endDate"":""2022-02-07""},{""time"":175447,""label"":""cleared_brush"",""using"":""Click""},{""time"":178739,""label"":""cleared_brush"",""using"":""Click""}]}","{""startTime"":1678677618832,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":13995}]}",0,complex,bar,1,1,0,Neutral,3.5,0,0,0,0.0,0.0,0,13.995,1.0,0.0,1,1.0,3 +2023-03-12 23:18:41,2023-03-12 23:28:31,0,100,590,1,2023-03-12 23:28:32,R_2tMAIUb1zU7FkvP,39.7436,-86.1158,EN,1,24.998,2.0,,2.0,3.763,15.01,50,100,50,27.691,35.77,1,-3,48.906000000000006,-3,-3,75.402,-1,41.306000000000004,15.027000000000001,3,7,3,5,5,1,,45.423,7,5,3,1,1,5,"You told me to assume that I trust the data. I don't, but that's what you told me to do.",29.203000000000003,4,,8.599,2,7,3,4,1,5,6,14.585999999999999,1,1,1,1,1,1,1,1,"I don't trust scientists. I would trust science, except it is performed by humans.",39.303000000000004,1,1,2,5,1,2,19.975,6,2.0,14.277000000000001,2,1977,Indiana,7,3,1,,8,Indianapolis,,10,4,2,74.298,55cb79e0fdf99b3c26ae4bca,"{""startTime"":1678677706055,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":1338},{""label"":""window_focused"",""time"":8098}]}","{""startTime"":1678677751942,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678677605058,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":17,""label"":""tour_started""},{""time"":11727,""label"":""tour_next"",""step"":2},{""time"":21333,""label"":""tour_end"",""step"":2},{""time"":26488,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1269,""week"":""1"",""id"":""chart2""},{""time"":27927,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1974,""week"":""1"",""id"":""chart""},{""time"":29963,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3538,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678677690558,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar,1,0,0,Negative,2.0,0,0,0,0.0,0.0,0,15.0,0.5,0.0,0,0.5,1 +2023-03-12 23:20:47,2023-03-12 23:31:34,0,100,646,1,2023-03-12 23:31:36,R_3hyC0Rwbk7iPMzb,40.8784,-82.6541,EN,1,15.408,,,,,15.009,83,82,70,17.495,35.593,-2,1,34.177,-3,-3,69.218,1,33.569,15.11,5,4,5,5,6,5,,25.118000000000002,6,6,6,6,6,6,I trust this visualization,34.505,3,,15.052999999999999,2,7,3,4,1,5,6,54.797,3,5,4,4,1,5,10,11,,18.476,4,4,4,3,4,4,39.37,4,,7.654,1,1998,Ohio,2,2,1,,7,,,4,3,1,153.864,63d80e0449b458dd5f8140be,"{""startTime"":1678677860351,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678677789034,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_focused"",""time"":580},{""label"":""window_blurred"",""time"":8079},{""label"":""window_focused"",""time"":20745},{""label"":""window_blurred"",""time"":22526},{""label"":""window_focused"",""time"":26007}]}","{""startTime"":1678677702874,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":7198,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1417,""week"":""48"",""id"":""chart""},{""time"":9631,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1750,""week"":""1"",""id"":""chart""},{""time"":14542,""label"":""tour_next"",""step"":2},{""time"":17698,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1050,""week"":""2"",""id"":""chart2""},{""time"":20862,""label"":""tour_end"",""step"":2},{""time"":23060,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2274,""week"":""50"",""id"":""chart2""},{""time"":29872,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1626,""week"":""32"",""id"":""chart2""}]}","{""startTime"":1678677773491,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":15157}]}",0,simple,bar,1,0,0,Positive,3.8,0,0,0,0.0,0.0,0,15.157,0.5,0.0,1,0.5,1 +2023-03-12 23:21:18,2023-03-12 23:33:09,0,100,710,1,2023-03-12 23:33:10,R_1QLPEXxUJgrVGxr,40.6001,-73.7497,EN,1,16.283,,,,,15.114,44,21,12,39.705999999999996,35.238,-1,-1,31.685,1,-1,78.937,-1,26.401999999999997,15.020999999999999,3,3,3,1,2,3,none,38.681,1,1,1,1,1,3,I don't know if these are actually facts or its random data.,42.693000000000005,5,none,23.891,2,7,3,4,1,5,6,26.986,5,5,8,7,7,7,8,10,none,34.75,1,3,5,2,2,3,46.701,2,,25.406,1,1979,New York,3,1,1,,8,Rockaway Park,,9,2,1,147.803,63f2e107c4d0bc684b99d2c6,"{""startTime"":1678677852171,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678677891525,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678677721221,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":31,""label"":""tour_started""},{""time"":14958,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1069,""week"":""45"",""id"":""chart""},{""time"":17465,""label"":""tour_next"",""step"":2},{""time"":23741,""label"":""tour_end"",""step"":2},{""time"":26825,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2907,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678677836494,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,bar,1,0,0,Neutral,2.7,0,0,0,0.0,0.0,0,15.0,0.0,0.5,0,0.5,2 +2023-03-12 23:24:07,2023-03-12 23:33:12,0,100,544,1,2023-03-12 23:33:13,R_1oBenWNiEBzuFqv,37.6752,-120.9465,EN,1,6.439,,,,,15.014000000000001,100,100,78,18.502,50.437,-1,1,32.37,-3,-3,55.678999999999995,1,22.401,15.02,5,4,6,4,5,5,,39.586,4,4,5,2,7,6,I don't think that there is any reason for anyone to lie about the data on the visualization. The graph seems like it has accurate information.,27.35,6,When using the interactive graph a box with information got stuck open and appeared on every page of the survey and blocked some of the information on the other graphs.,58.924,2,7,3,4,1,5,6,16.184,1,1,2,4,1,3,11,10,,19.535,3,3,5,2,5,3,28.6,1,,9.656,2,1989,California,7,2,1,,9,,Modesto,11,4,1,76.579,5fb54678abd965015f4ae7b7,"{""startTime"":1678678036782,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678076930,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678677913946,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":4788,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2724,""week"":""2"",""id"":""chart""},{""time"":8612,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2563,""week"":""52"",""id"":""chart""},{""time"":15497,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1490,""week"":""42"",""id"":""chart""},{""time"":17725,""label"":""tour_next"",""step"":2},{""time"":23837,""label"":""tour_end"",""step"":2},{""time"":24660,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1489,""week"":""52"",""id"":""chart""},{""time"":27960,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8942,""week"":""52"",""id"":""chart""},{""time"":37693,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1658,""week"":""51"",""id"":""chart""},{""time"":45254,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1252,""week"":""6"",""id"":""chart""}]}","{""startTime"":1678678021174,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":4315,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1159,""week"":""3"",""id"":""chart""},{""time"":5799,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8297,""week"":""2"",""id"":""chart""}]}",0,moderate,bar,1,1,0,Positive,3.5,0,2,2,9.456,4.728,1484,15.0,0.5,0.0,1,0.0,2 +2023-03-12 23:24:38,2023-03-12 23:34:35,0,100,597,1,2023-03-12 23:34:36,R_232a0FWkOGkpCHe,41.3944,-74.3332,EN,1,11.446,1.0,2.0,2.0,10.970999999999998,15.057,100,100,52,32.374,17.277,1,1,44.957,-3,-3,110.904,1,37.153,15.022,6,3,3,6,6,6,,24.923000000000002,6,6,6,5,5,6,it's from the CDC,13.055,4,,9.987,2,7,3,4,1,5,6,26.238000000000003,1,6,1,6,1,1,11,10,,29.987,2,3,3,3,1,3,55.464,2,2.0,19.213,1,1999,New York,3,3,1,,7,,,18,4,2,63.531000000000006,640e11f99076926cad445e1e,"{""startTime"":1678678109673,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678135861,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678677963933,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":73,""label"":""tour_started""},{""time"":6518,""label"":""tour_next"",""step"":2},{""time"":13289,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678678093639,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":10598,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1286,""week"":""34"",""id"":""chart""}]}",1,moderate,bar,1,0,0,Positive,2.5,0,1,1,1.286,1.286,0,15.0,1.0,0.0,1,0.0,2 +2023-03-12 23:27:36,2023-03-12 23:34:43,0,100,427,1,2023-03-12 23:34:44,R_vOdpQIc9BfTck13,36.0344,-114.9705,EN,1,4.038,1.0,2.0,2.0,3.885,15.109000000000002,82,92,71,13.495,28.164,-3,1,68.391,1,-3,35.245,1,29.427,15.013,4,4,5,5,5,5,,20.669,4,5,5,3,4,4,"It states the source and the source should be somewhere that I trust. But then again, anyone can claim the source is from this place but not be true.",32.294000000000004,5,,6.202999999999999,2,7,3,4,1,5,6,16.968,6,7,8,9,7,6,10,10,,15.407,2,2,3,3,3,4,14.665,2,2.0,11.077,1,1991,Nevada,5,2,1,,7,,,6,4,2,58.62,5e1f7b2a4c9b832b34e7c9d3,"{""startTime"":1678678217431,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678238594,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678104502,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":7260,""label"":""tour_next"",""step"":2},{""time"":13170,""label"":""tour_end"",""step"":2},{""time"":13848,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1849,""week"":""41"",""id"":""chart""},{""time"":18005,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3779,""week"":""52"",""id"":""chart""},{""time"":22990,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1110,""week"":""52"",""id"":""chart2""}]}","{""startTime"":1678678201902,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":3779,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2195,""week"":""52"",""id"":""chart2""},{""time"":13131,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1949,""week"":""52"",""id"":""chart""}]}",1,simple,bar,1,0,0,Neutral,2.8,0,2,2,4.144,2.072,9352,15.0,0.5,0.5,1,0.5,1 +2023-03-12 23:23:49,2023-03-12 23:34:45,0,100,655,1,2023-03-12 23:34:45,R_9N8K5fxwjCP8WUp,44.2433,-88.3564,EN,1,16.992,1.0,1.0,1.0,10.880999999999998,15.015,67,80,46,20.105,11.552,1,1,55.082,-3,-3,50.945,-2,139.096,15.009,4,4,4,4,4,4,,16.033,6,6,6,6,6,6,its easy to understand,13.635,4,,7.4510000000000005,2,7,3,4,1,5,6,14.030999999999999,9,9,9,9,9,9,9,9,,13.819,1,1,1,4,1,1,33.123000000000005,4,2.0,8.839,2,1988,Wisconsin,4,2,1,,7,,,4,5,1,59.285,5e8681d1fc96dd135df99ee6,"{""startTime"":1678678132993,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678096926,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678013117,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":35,""label"":""tour_started""},{""time"":4508,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1481,""week"":""50"",""id"":""chart""},{""time"":6746,""label"":""tour_next"",""step"":2},{""time"":9752,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678678081155,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":5054,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3108,""week"":""51"",""id"":""chart2""}]}",1,simple,bar,0,1,0,Positive,1.5,0,1,1,3.108,3.108,0,15.0,1.0,0.0,0,1.0,1 +2023-03-12 23:20:27,2023-03-12 23:34:49,0,100,861,1,2023-03-12 23:34:50,R_2E77mJLu1PZxmrB,33.6128,-117.6622,EN,1,263.171,,,,,15.008,100,100,50,27.820999999999998,51.297,1,1,36.016,-3,-3,43.852,1,42.678999999999995,15.014000000000001,3,4,4,4,5,5,,26.769000000000002,5,5,5,1,3,5,I have no reason not to believe the information presented to me,18.405,6,,8.539,2,7,3,4,1,5,6,14.383,3,6,6,5,6,7,9,9,,21.395,4,4,4,2,4,4,23.647,2,,4.752,2,1972,California,7,1,1,,7,,,13,4,1,60.592,5b894987e79bf50001e1ff95,"{""startTime"":1678678227596,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678046916,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":2811},{""label"":""window_focused"",""time"":18550}]}","{""startTime"":1678677943121,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":20,""label"":""tour_started""},{""time"":9347,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1534,""week"":""45"",""id"":""chart""},{""time"":10981,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1183,""week"":""43"",""id"":""chart""},{""time"":15155,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2518,""week"":""52"",""id"":""chart""},{""time"":18835,""label"":""tour_next"",""step"":2},{""time"":27058,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1968,""week"":""2"",""id"":""chart2""},{""time"":30309,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1299,""week"":""6"",""id"":""chart2""},{""time"":34727,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1367,""week"":""33"",""id"":""chart2""},{""time"":38060,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1734,""week"":""51"",""id"":""chart2""},{""time"":48377,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678678031338,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,bar,1,0,0,Positive,3.7,0,0,0,0.0,0.0,0,15.0,1.0,0.0,1,1.0,1 +2023-03-12 23:18:58,2023-03-12 23:35:53,0,100,1014,1,2023-03-12 23:35:53,R_12hI9VBFMasfujl,45.2377,-93.2765,EN,1,5.931,1.0,2.0,2.0,4.54,15.107999999999999,100,83,74,11.681,29.676,1,-3,53.221000000000004,-3,1,64.499,-3,32.543,15.005999999999998,4,3,4,6,5,6,,22.355,4,5,5,7,7,5,"The data makes sense to me, and I like that the axes are consistent. ",17.227,4,,8.593,2,7,3,4,1,5,6,338.68,3,7,9,9,6,8,11,10,,20.227,5,4,5,1,5,5,20.909000000000002,5,3.0,23.612,1,1991,Minnesota,6,1,1,,4,,,17,3,1,53.622,63e081512a825f68bcfdc757,"{""startTime"":1678677742181,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678677682668,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678677583539,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":5413,""label"":""tour_next"",""step"":2},{""time"":10558,""label"":""tour_end"",""step"":2},{""time"":11288,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1204,""week"":""52"",""id"":""chart2""},{""time"":12800,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5512,""week"":""52"",""id"":""chart""},{""time"":21768,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1551,""week"":""52"",""id"":""chart2""}]}","{""startTime"":1678677667197,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":4523,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2041,""week"":""52"",""id"":""chart""}]}",1,simple,bar,0,2,0,Positive,4.2,0,1,1,2.041,2.041,0,15.0,0.5,0.5,0,0.5,1 +2023-03-12 23:28:32,2023-03-12 23:36:14,0,100,461,1,2023-03-12 23:36:14,R_1GTxX0GlJFNNFW0,38.580999999999996,-121.4939,EN,1,5.2860000000000005,1.0,2.0,2.0,3.7710000000000004,15.106,93,100,100,25.537,27.798000000000002,1,1,38.165,-3,-3,62.193999999999996,1,25.453000000000003,15.013,7,3,7,6,6,7,,24.313000000000002,5,6,6,1,3,6,"It said ""Assuming you trust the information"". So, assuming I trust the actual numbers, I do not feel the visualization was doing anything to try and misrepresent those numbers.",54.913999999999994,6,,6.098,2,7,3,4,1,5,6,13.487,1,1,10,10,1,6,9,10,,17.84,4,3,3,3,3,4,23.197,6,2.0,10.305,1,1998,California,6,3,1,,7,,,19,4,1,44.805,640e54837a907926a3ee82aa,"{""startTime"":1678678362848,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678280493,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":4168},{""label"":""window_focused"",""time"":10171}]}","{""startTime"":1678678173446,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":13477,""label"":""tour_next"",""step"":2},{""time"":19000,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678678264865,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":8252},{""label"":""window_focused"",""time"":12520}]}",1,moderate,bar,1,0,0,Neutral,3.3,0,0,0,0.0,0.0,0,8.252,1.0,0.0,1,0.0,2 +2023-03-12 23:21:52,2023-03-12 23:37:08,0,100,915,1,2023-03-12 23:37:08,R_phC14PS2rTiRoQN,30.2627,-97.7467,EN,1,26.107,1.0,3.0,2.0,8.327,15.118,100,100,85,26.705,59.331,1,1,41.772,-3,-3,183.465,1,44.387,15.02,6,5,6,6,6,5,,67.71600000000001,6,5,5,3,4,5,Seems to align with scientific data in regards to the efficacy of the covid-19 vaccine. The only reason I didn't put strong agree is because I just in general try not to believe everything I see on the internet without fact-checking.,83.443,2,,17.232,2,7,3,4,1,5,6,28.249000000000002,1,1,1,1,4,1,10,8,,70.88,3,3,5,1,4,5,40.2,1,2.0,31.405,1,1991,Texas,6,1,1,,7,,,6,4,1,86.823,610878f08e2b6c83ea3905da,"{""startTime"":1678678066270,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678134441,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678677807199,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":11103,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3509,""week"":""50"",""id"":""chart""},{""time"":15667,""label"":""tour_next"",""step"":2},{""time"":19110,""label"":""tour_end"",""step"":2},{""time"":22691,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2095,""week"":""52"",""id"":""chart""},{""time"":25619,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2858,""week"":""6"",""id"":""chart""},{""time"":30673,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":26157,""week"":""6"",""id"":""chart""}]}","{""startTime"":1678678050792,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar,1,0,0,Positive,3.5,0,0,0,0.0,0.0,0,15.0,1.0,0.0,1,0.0,2 +2023-03-12 23:25:56,2023-03-12 23:37:26,0,100,690,1,2023-03-12 23:37:26,R_RklXsEeQFmhn1Yt,37.3177,-122.0438,EN,1,17.646,1.0,3.0,1.0,7.1979999999999995,15.125,79,19,66,22.839000000000002,91.94,1,-3,63.565,1,-1,91.134,1,37.0,15.015999999999998,4,5,5,4,3,4,,29.484,4,7,4,2,2,4,"I think it looks accurate to my knowledge, but it needs to indicate the source for me to say that I fully trust the visualization.",58.231,5,,12.898,2,7,3,4,1,5,6,25.82,6,4,8,5,9,3,10,11,,20.608,3,2,4,3,4,2,33.833,3,1.0,9.0,1,2005,California,1,3,1,,2,,,13,3,2,86.323,63d8548b51a28912d9fba859,"{""startTime"":1678678175150,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678205355,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":11354,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1143,""week"":""51"",""id"":""chart""},{""time"":13157,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1038,""week"":""50"",""id"":""chart""}]}","{""startTime"":1678678030028,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":23,""label"":""tour_started""},{""time"":9015,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1696,""week"":""3"",""id"":""chart""},{""time"":11097,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4045,""week"":""3"",""id"":""chart""},{""time"":17478,""label"":""tour_next"",""step"":5},{""time"":25298,""label"":""cleared_brush"",""using"":""Click""},{""time"":28148,""label"":""started_brush"",""startDate"":""2021-05-30"",""endDate"":""2021-11-01""},{""time"":31045,""label"":""tour_next"",""step"":5},{""time"":34967,""label"":""moved_brush"",""startDate"":""2021-06-14"",""endDate"":""2021-11-17""},{""time"":36339,""label"":""moved_brush"",""startDate"":""2021-06-14"",""endDate"":""2021-08-26""},{""time"":37606,""label"":""tour_next"",""step"":5},{""time"":41698,""label"":""cleared_brush"",""using"":""Click""},{""time"":43648,""label"":""tour_next"",""step"":5},{""time"":48285,""label"":""tour_end"",""step"":5},{""time"":51762,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1279,""week"":""6"",""id"":""chart""},{""time"":53389,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1184,""week"":""6"",""id"":""chart""},{""time"":58930,""label"":""started_brush"",""startDate"":""2022-01-01"",""endDate"":""2022-02-07""},{""time"":65107,""label"":""cleared_brush"",""using"":""Click""},{""time"":71467,""label"":""started_brush"",""startDate"":""2021-04-06"",""endDate"":""2021-07-30""},{""time"":76015,""label"":""moved_brush"",""startDate"":""2021-04-06"",""endDate"":""2021-07-03""},{""time"":76934,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1169,""week"":""15"",""id"":""chart""},{""time"":79575,""label"":""cleared_brush"",""using"":""Click""},{""time"":86310,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1850,""week"":""1"",""id"":""chart""}]}","{""startTime"":1678678159699,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":10667,""label"":""started_brush"",""startDate"":""2021-10-28"",""endDate"":""2022-01-07""},{""time"":11908,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1184,""week"":""44"",""id"":""chart""}]}",1,complex,bar,1,0,0,Positive,3.0,1,2,1,1.1840000000000002,1.1840000000000002,1241,15.0,0.5,0.5,1,1.0,3 +2023-03-12 23:25:24,2023-03-12 23:37:30,0,100,725,1,2023-03-12 23:37:30,R_1kXN6Klz7fR2rnW,35.1499,-90.0558,EN,1,130.937,,,,,15.008,73,87,67,41.383,28.285,1,1,48.434,1,-3,58.784,1,54.101000000000006,15.109000000000002,5,7,5,7,5,5,It does not say why there were so many pests certain weeks. ,71.118,5,5,5,7,2,5,"It is clear, especially because you can see exact numbers by hovering over it, plus it is weekly data so it is easy to compare each week. ",41.126999999999995,5,,11.470999999999998,2,7,3,4,1,5,6,21.209,2,2,3,3,2,4,3,3,,26.618000000000002,4,4,4,2,4,3,33.243,5,,9.326,2,2001,Tennessee,3,1,1,,7,,,15,2,1,66.245,6108bfbf2e07c5612eb90182,"{""startTime"":1678678291745,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678222825,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678119400,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":20,""label"":""tour_started""},{""time"":9797,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2677,""week"":""1"",""id"":""chart""},{""time"":13253,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1141,""week"":""51"",""id"":""chart""},{""time"":15935,""label"":""tour_next"",""step"":2},{""time"":19249,""label"":""tour_end"",""step"":2},{""time"":21420,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2265,""week"":""1"",""id"":""chart""},{""time"":23756,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1131,""week"":""2"",""id"":""chart""}]}","{""startTime"":1678678207222,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":2875,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5289,""week"":""2"",""id"":""chart""},{""time"":10273,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1076,""week"":""3"",""id"":""chart""}]}",0,moderate,bar,0,2,0,Positive,3.5,0,2,2,6.365,3.1825,7398,15.0,1.0,0.5,1,0.5,2 +2023-03-12 23:28:33,2023-03-12 23:38:19,0,100,586,1,2023-03-12 23:38:19,R_Zn6w6YOyxBWXxLP,41.8482,-87.6521,EN,1,5.28,1.0,4.0,2.0,4.59,15.013,98,100,99,18.84,19.414,1,-3,29.971999999999998,1,1,98.745,1,40.144,15.013,5,3,3,6,7,3,,20.116,5,7,7,7,4,7,It took me a second to realize the stacked nature of the bars makes it difficult to compare populations visually. Weeks where both populations spiked make the unvaccinated population look disproportionately higher,44.397,5,,19.332,2,7,3,4,1,5,6,24.554000000000002,2,5,2,5,4,9,10,11,,29.112,4,1,4,2,4,4,59.896,5,2.0,10.472999999999999,1,1993,Illinois,6,3,1,,2,,,16,2,1,92.47399999999999,615a1d9297d4e05d6df9da22,"{""startTime"":1678678365414,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678300160,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678165756,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":10157,""label"":""tour_next"",""step"":2},{""time"":13835,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678678284785,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":5890,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6110,""week"":""1"",""id"":""chart""},{""time"":12464,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1038,""week"":""2"",""id"":""chart""}]}",1,moderate,bar,0,1,0,Negative,3.2,0,2,2,7.148,3.574,6574,15.0,0.5,1.0,1,1.0,2 +2023-03-12 23:28:03,2023-03-12 23:39:53,0,100,709,1,2023-03-12 23:39:54,R_1Hdi1kTkTuBg3L6,28.9108,-81.5248,EN,1,69.04,,,,,15.03,85,42,41,52.363,46.333999999999996,-2,1,45.059,-3,-3,70.94,1,36.541,15.164000000000001,3,2,3,4,4,4,What happened the week of December 27th? How does that compare to previous Decembers?,60.093999999999994,4,4,3,1,1,4,"I have no reason not to, but then I don't care enough to fact check it.",19.649,6,,8.02,2,7,3,4,1,5,6,21.055999999999997,1,3,1,2,3,1,8,8,,33.42,2,2,5,4,2,3,25.249000000000002,1,,4.553999999999999,1,1989,Florida,7,1,1,,7,,,1,3,1,80.77,63e5ffdf639ebdcf35aacb09,"{""startTime"":1678678392272,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678344402,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678231009,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":410,""label"":""tour_started""},{""time"":11426,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4840,""week"":""51"",""id"":""chart""},{""time"":18673,""label"":""tour_next"",""step"":2},{""time"":22542,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2123,""week"":""52"",""id"":""chart2""},{""time"":24700,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3115,""week"":""1"",""id"":""chart2""},{""time"":30986,""label"":""tour_end"",""step"":2},{""time"":36443,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1571,""week"":""5"",""id"":""chart2""},{""time"":39331,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1895,""week"":""52"",""id"":""chart""},{""time"":43010,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1002,""week"":""52"",""id"":""chart2""}]}","{""startTime"":1678678326559,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,bar,1,0,0,Neutral,3.0,0,0,0,0.0,0.0,0,15.0,0.5,0.0,1,0.5,1 +2023-03-12 23:23:18,2023-03-12 23:40:22,0,100,1023,1,2023-03-12 23:40:22,R_1kLGitbJyAuEvO8,36.3403,-86.7195,EN,1,35.376999999999995,1.0,3.0,1.0,4.047,15.009,92,60,72,33.836,97.665,-2,1,86.676,-3,-3,135.416,-3,189.185,15.112,6,5,6,6,5,5,,44.402,5,6,5,5,5,6,I trust it because of the data that is presented within it.,36.852,6,,6.767,2,7,3,4,1,5,6,12.5,5,7,7,7,7,8,10,9,,116.089,4,4,4,2,5,4,30.688000000000002,2,2.0,69.074,2,1994,Tennessee,7,3,1,,7,,,7,3,1,47.131,612fea78b655df755fe7db24,"{""startTime"":1678678266094,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678202510,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678677898925,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":19,""label"":""tour_started""},{""time"":11244,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1147,""week"":""51"",""id"":""chart""},{""time"":13364,""label"":""tour_next"",""step"":5},{""time"":18995,""label"":""started_brush"",""startDate"":""2021-08-09"",""endDate"":""2021-11-25""},{""time"":21202,""label"":""tour_next"",""step"":5},{""time"":24567,""label"":""moved_brush"",""startDate"":""2021-05-22"",""endDate"":""2021-09-07""},{""time"":28964,""label"":""moved_brush"",""startDate"":""2021-05-22"",""endDate"":""2021-09-07""},{""time"":30285,""label"":""moved_brush"",""startDate"":""2021-05-22"",""endDate"":""2021-11-08""},{""time"":31285,""label"":""tour_next"",""step"":5},{""time"":43171,""label"":""cleared_brush"",""using"":""Click""},{""time"":43171,""label"":""cleared_brush"",""using"":""Escape""},{""time"":44384,""label"":""tour_next"",""step"":5},{""label"":""window_blurred"",""time"":48693},{""label"":""window_focused"",""time"":63159},{""time"":65384,""label"":""tour_end"",""step"":5},{""time"":70750,""label"":""started_brush"",""startDate"":""2021-04-24"",""endDate"":""2021-05-27""},{""time"":75667,""label"":""moved_brush"",""startDate"":""2021-09-18"",""endDate"":""2021-10-22""},{""time"":77457,""label"":""moved_brush"",""startDate"":""2021-07-06"",""endDate"":""2021-08-09""},{""time"":79781,""label"":""cleared_brush"",""using"":""Click""},{""time"":81320,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1433,""week"":""50"",""id"":""chart""},{""time"":93621,""label"":""started_brush"",""startDate"":""2021-04-18"",""endDate"":""2021-05-30""},{""time"":95884,""label"":""cleared_brush"",""using"":""Click""},{""time"":95884,""label"":""cleared_brush"",""using"":""Escape""}]}","{""startTime"":1678678186793,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":8275,""label"":""started_brush"",""startDate"":""2021-10-18"",""endDate"":""2022-01-08""},{""time"":14214,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1324,""week"":""52"",""id"":""chart""}]}",1,complex,bar,1,0,0,Positive,3.8,1,2,1,1.324,1.324,5939,15.0,0.5,0.0,0,0.0,3 +2023-03-12 23:31:56,2023-03-12 23:40:23,0,100,507,1,2023-03-12 23:40:23,R_1Qa84VBi0xYwevQ,30.4274,-84.258,EN,1,5.043,1.0,1.0,1.0,5.858,15.011,100,100,69,14.640999999999998,40.672,-2,1,39.875,-3,-3,47.983999999999995,1,27.215999999999998,15.014000000000001,3,3,3,6,6,5,,38.729,4,6,4,2,3,5,It seems pretty logical... as to the timing and pattern of cases.,22.552,5,,10.324000000000002,2,7,3,4,1,5,6,20.791,5,7,6,5,9,6,9,9,,33.306,5,5,5,1,5,5,24.682,3,1.0,34.556,1,1985,Florida,6,3,1,,7,,,10,4,1,55.711000000000006,60f66877a0a732b6dbe3485d,"{""startTime"":1678678465073,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678504675,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678367373,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":17,""label"":""tour_started""},{""time"":24607,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4312,""week"":""52"",""id"":""chart""},{""time"":30117,""label"":""tour_next"",""step"":2},{""time"":37059,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1315,""week"":""52"",""id"":""chart2""},{""time"":39159,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678678449639,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar,0,1,0,Positive,4.3,0,0,0,0.0,0.0,0,15.0,0.5,0.0,1,0.5,1 +2023-03-12 23:32:28,2023-03-12 23:40:41,0,100,492,1,2023-03-12 23:40:42,R_27JNXmmIg4vq0e6,40.5582,-74.5262,EN,1,16.989,,,,,15.024000000000001,58,41,46,11.392999999999999,15.550999999999998,1,1,27.305999999999997,1,-2,54.958,1,35.188,15.02,4,4,2,4,4,4,,12.370999999999999,4,3,2,4,4,4,"It looks easy to follow, but anyone can bend data.",12.690999999999999,4,,5.2010000000000005,2,7,3,4,1,5,6,16.24,6,7,3,6,2,7,6,5,,11.594000000000001,3,3,4,3,4,4,11.569,2,,6.4,1,1989,New Jersey,7,2,1,,7,,,9,4,1,122.40700000000001,601e13b872774f263d64acac,"{""startTime"":1678678575966,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678545780,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_focused"",""time"":3423}]}","{""startTime"":1678678457491,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":37,""label"":""tour_started""},{""time"":5037,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1643,""week"":""2"",""id"":""chart""},{""time"":11926,""label"":""tour_next"",""step"":2},{""time"":13508,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678678529647,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":5341}]}",0,moderate,bar,0,1,0,Neutral,3.5,0,0,0,0.0,0.0,0,5.341,1.0,0.5,1,0.5,2 +2023-03-12 23:28:01,2023-03-12 23:41:03,0,100,782,1,2023-03-12 23:41:04,R_3KBz2hTjMzmmyrM,33.2663,-86.902,EN,1,13.865,,,,,15.1,100,85,93,14.001,87.375,1,1,37.58,-3,-3,72.237,-2,83.602,15.093,6,5,5,6,6,6,"I've never seen such a well detailed interactive graph such as this before. I will say for such large amounts of data with many variables, the interactive slider is needed. ",50.915,5,6,6,3,1,6,"Very detailed, nicely organized with plenty of information.",15.100999999999999,4,,8.652999999999999,2,7,3,4,1,5,6,28.455,4,4,5,8,5,4,10,10,,20.721,4,5,5,1,5,5,27.389,2,,7.879,2,1999,Alabama,6,2,1,,8,Frisco City,,5,3,1,218.608,61706d258625bf685b7d6902,"{""startTime"":1678678324658,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678397249,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678135589,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":119,""label"":""tour_started""},{""time"":7721,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1400,""week"":""43"",""id"":""chart""},{""time"":17508,""label"":""tour_next"",""step"":5},{""time"":24050,""label"":""cleared_brush"",""using"":""Click""},{""time"":24815,""label"":""cleared_brush"",""using"":""Click""},{""time"":25867,""label"":""cleared_brush"",""using"":""Click""},{""time"":26809,""label"":""started_brush"",""startDate"":""2021-06-30"",""endDate"":""2021-08-28""},{""time"":28467,""label"":""tour_next"",""step"":5},{""time"":34442,""label"":""moved_brush"",""startDate"":""2021-06-30"",""endDate"":""2021-08-05""},{""time"":35425,""label"":""tour_next"",""step"":5},{""time"":39821,""label"":""moved_brush"",""startDate"":""2021-07-16"",""endDate"":""2021-08-22""},{""time"":41510,""label"":""cleared_brush"",""using"":""Click""},{""time"":41510,""label"":""cleared_brush"",""using"":""Escape""},{""time"":41872,""label"":""cleared_brush"",""using"":""Click""},{""time"":41873,""label"":""cleared_brush"",""using"":""Escape""},{""time"":52702,""label"":""tour_next"",""step"":5},{""time"":57285,""label"":""tour_end"",""step"":5},{""time"":61258,""label"":""started_brush"",""startDate"":""2021-06-10"",""endDate"":""2021-10-07""},{""time"":64858,""label"":""moved_brush"",""startDate"":""2021-06-10"",""endDate"":""2021-09-30""},{""time"":66273,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1077,""week"":""31"",""id"":""chart""},{""time"":72563,""label"":""moved_brush"",""startDate"":""2021-07-26"",""endDate"":""2021-09-30""},{""time"":74189,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":2119,""week"":""37"",""id"":""chart""},{""time"":82604,""label"":""moved_brush"",""startDate"":""2021-09-06"",""endDate"":""2021-09-30""},{""time"":84951,""label"":""moved_brush"",""startDate"":""2021-12-15"",""endDate"":""2022-01-07""}]}","{""startTime"":1678678308544,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":13093,""label"":""started_brush"",""startDate"":""2021-10-31"",""endDate"":""2022-01-01""}]}",0,complex,bar,0,1,0,Positive,4.2,1,1,0,0.0,0.0,0,15.0,1.0,0.0,0,0.0,3 +2023-03-12 23:30:03,2023-03-12 23:41:45,0,100,701,1,2023-03-12 23:41:45,R_RkoA9bzY6Kr2CmR,30.671,-87.1737,EN,1,25.964000000000002,1.0,3.0,2.0,19.961,15.114,100,23,87,14.844000000000001,76.78399999999999,1,1,46.731,1,-2,90.257,1,61.156000000000006,15.01,5,4,5,2,2,5,I would've much rather this be split into 2 different graphs based on vaccination rather than one graph with every single group ,61.095,2,2,2,2,2,5,I trust the makers of the graph ,33.773,4,,13.577,2,7,3,4,1,5,6,30.302,2,2,1,4,2,4,11,7,,31.615,4,1,5,2,4,2,45.63399999999999,2,1.0,13.158,1,2003,Florida,3,1,1,,2,,,14,3,2,66.21600000000001,63ee7c9441abc1335d678cab,"{""startTime"":1678678444189,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678505682,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678290139,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":9899,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1378,""week"":""3"",""id"":""chart""},{""time"":14242,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7345,""week"":""52"",""id"":""chart""},{""time"":22778,""label"":""tour_next"",""step"":5},{""time"":33344,""label"":""started_brush"",""startDate"":""2021-05-17"",""endDate"":""2021-08-23""},{""time"":34139,""label"":""tour_next"",""step"":5},{""time"":37289,""label"":""moved_brush"",""startDate"":""2021-07-19"",""endDate"":""2021-10-25""},{""time"":39230,""label"":""tour_next"",""step"":5},{""time"":47296,""label"":""cleared_brush"",""using"":""Click""},{""time"":47296,""label"":""cleared_brush"",""using"":""Escape""},{""time"":48677,""label"":""tour_next"",""step"":5},{""time"":52677,""label"":""tour_end"",""step"":5},{""time"":56231,""label"":""started_brush"",""startDate"":""2021-05-02"",""endDate"":""2021-05-21""},{""time"":70167,""label"":""cleared_brush"",""using"":""Click""},{""time"":73339,""label"":""cleared_brush"",""using"":""Click""},{""time"":73339,""label"":""cleared_brush"",""using"":""Escape""}]}","{""startTime"":1678678428814,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":9607,""label"":""started_brush"",""startDate"":""2021-06-14"",""endDate"":""2021-06-19""},{""time"":11382,""label"":""cleared_brush"",""using"":""Click""},{""time"":11382,""label"":""cleared_brush"",""using"":""Escape""},{""time"":14573,""label"":""started_brush"",""startDate"":""2021-10-30"",""endDate"":""2021-12-30""}]}",1,complex,bar,1,0,0,Positive,3.0,1,4,0,0.0,0.0,4966,15.0,1.0,0.5,1,1.0,3 +2023-03-12 23:32:55,2023-03-12 23:42:46,0,100,590,1,2023-03-12 23:42:46,R_2w14QXXZXgTuYJ0,28.5378,-80.6711,EN,1,3.722,1.0,2.0,1.0,5.135,15.120999999999999,59,17,39,12.655,127.471,1,1,44.68,-3,-3,51.397,1,26.939,15.113,4,2,4,4,5,4,,26.886999999999997,4,4,4,2,2,4,I can't tell for sure whether this data is accurate,27.734,4,,6.567,2,7,3,4,1,5,6,27.601,4,6,4,5,2,3,10,9,,18.845,4,2,4,2,3,3,24.031,2,2.0,12.770999999999999,2,1995,Florida,5,2,1,,4,,,5,2,1,103.515,6109d5b1a9daba0fb4e833b9,"{""startTime"":1678678596312,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":1867,""label"":""started_brush"",""startDate"":""2021-11-08"",""endDate"":""2021-12-23""},{""time"":3450,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1610,""week"":""51"",""id"":""chart""}]}","{""startTime"":1678678624458,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":5601},{""label"":""window_focused"",""time"":6918}]}","{""startTime"":1678678424980,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":13311,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":15068,""week"":""52"",""id"":""chart""},{""time"":30380,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3299,""week"":""14"",""id"":""chart""},{""time"":37251,""label"":""tour_next"",""step"":5},{""time"":67135,""label"":""started_brush"",""startDate"":""2021-05-18"",""endDate"":""2021-08-10""},{""time"":68489,""label"":""tour_next"",""step"":5},{""time"":80031,""label"":""moved_brush"",""startDate"":""2021-07-23"",""endDate"":""2021-10-15""},{""time"":81215,""label"":""tour_next"",""step"":5},{""time"":86470,""label"":""cleared_brush"",""using"":""Click""},{""time"":88749,""label"":""tour_next"",""step"":5},{""time"":101937,""label"":""tour_end"",""step"":5},{""time"":106378,""label"":""started_brush"",""startDate"":""2021-04-09"",""endDate"":""2021-05-31""},{""time"":108297,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4033,""week"":""15"",""id"":""chart""},{""time"":113569,""label"":""cleared_brush"",""using"":""Click""},{""time"":118249,""label"":""started_brush"",""startDate"":""2021-10-14"",""endDate"":""2022-01-16""},{""time"":120339,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3819,""week"":""52"",""id"":""chart""},{""time"":125683,""label"":""cleared_brush"",""using"":""Click""}]}","{""startTime"":1678678580615,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":2389,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1528,""week"":""47"",""id"":""chart""},{""time"":9621,""label"":""started_brush"",""startDate"":""2021-06-24"",""endDate"":""2021-10-01""},{""time"":10972,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2181,""week"":""33"",""id"":""chart""},{""time"":13194,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1542,""week"":""32"",""id"":""chart""}]}",1,complex,bar,0,1,0,Neutral,3.0,1,4,3,5.251,1.7503333333333335,10805,15.0,1.0,0.0,1,1.0,3 +2023-03-12 23:34:18,2023-03-12 23:42:49,0,100,510,1,2023-03-12 23:42:49,R_414vg6VCJrsFTKF,32.7797,-96.8022,EN,1,4.83,,,,,15.005999999999998,87,76,90,11.58,49.918,-3,1,76.333,1,-3,37.001,1,63.258,15.12,3,3,4,4,5,5,,21.688000000000002,5,5,5,7,7,5,The exact numbers when you hover over the bars makes me trust it more.,30.112,3,,7.01,2,7,3,4,1,5,6,28.375999999999998,4,5,4,6,2,3,8,9,,16.464000000000002,4,4,5,1,5,5,29.328000000000003,5,,4.1739999999999995,1,2005,Texas,1,2,2,,9,,Dallas,8,2,1,63.875,63f77fe7daecacc6523836d1,"{""startTime"":1678678673851,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":14184},{""label"":""window_focused"",""time"":18117}]}","{""startTime"":1678678624964,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678495431,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":19,""label"":""tour_started""},{""time"":12224,""label"":""tour_next"",""step"":5},{""time"":21022,""label"":""cleared_brush"",""using"":""Click""},{""time"":22453,""label"":""started_brush"",""startDate"":""2021-07-29"",""endDate"":""2021-08-11""},{""time"":23794,""label"":""tour_next"",""step"":5},{""time"":31225,""label"":""started_brush"",""startDate"":""2021-05-30"",""endDate"":""2021-06-20""},{""time"":35403,""label"":""started_brush"",""startDate"":""2021-08-23"",""endDate"":""2021-10-16""},{""time"":38203,""label"":""moved_brush"",""startDate"":""2021-06-29"",""endDate"":""2021-08-22""},{""time"":38929,""label"":""tour_next"",""step"":5},{""time"":43951,""label"":""cleared_brush"",""using"":""Click""},{""time"":43951,""label"":""cleared_brush"",""using"":""Escape""},{""time"":45282,""label"":""tour_next"",""step"":5},{""time"":48160,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678678609446,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":13500,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1094,""week"":""52"",""id"":""chart""}]}",0,complex,bar,0,1,0,Positive,4.0,0,1,1,1.094,1.094,0,15.0,0.5,0.5,1,1.0,3 +2023-03-12 23:32:46,2023-03-12 23:43:27,0,100,640,1,2023-03-12 23:43:27,R_1oAPoQyQ0zNVjPW,40.5948,-73.9715,EN,1,11.584000000000001,,,,,15.107999999999999,100,100,67,22.7,27.517,1,-2,47.078,-3,-3,59.29,1,43.591,15.005999999999998,5,1,5,5,6,5,,44.836999999999996,4,6,6,1,7,6,I see no reason to not trust the data,25.296999999999997,5,,15.5,2,7,3,4,1,5,6,18.077,3,4,6,7,6,5,10,10,,47.22,4,4,5,2,4,5,50.912,3,,10.932,1,1997,New York,6,2,3,,2,,,4,4,1,101.834,5b1a3fa488ee7400012aef74,"{""startTime"":1678678513800,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":198,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1089,""week"":""50"",""id"":""chart""}]}","{""startTime"":1678678559154,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":27487},{""label"":""window_focused"",""time"":27605},{""label"":""window_blurred"",""time"":27619},{""label"":""window_focused"",""time"":32879}]}","{""startTime"":1678678423118,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":6135,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1134,""week"":""33"",""id"":""chart""},{""time"":11403,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2849,""week"":""52"",""id"":""chart""},{""time"":16848,""label"":""tour_next"",""step"":2},{""time"":20119,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2517,""week"":""52"",""id"":""chart2""},{""time"":25718,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678678498457,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,bar,1,0,0,Positive,4.0,0,0,0,0.0,0.0,0,15.0,0.5,0.0,1,0.5,1 +2023-03-12 23:37:30,2023-03-12 23:43:53,0,100,382,1,2023-03-12 23:43:54,R_3dKXJBwKmfb0AGv,35.0125,-80.9309,EN,1,2.911,,,,,15.122,56,31,75,11.565,40.81,-2,-1,34.181999999999995,-1,-1,15.356,1,61.806999999999995,15.037,3,3,3,2,2,3,,24.624000000000002,3,7,3,1,1,3,I do not know the origin of this information.,12.787,4,,8.097999999999999,2,7,3,4,1,5,6,17.453,6,4,6,6,6,3,8,8,,20.204,4,3,4,3,3,3,26.915,3,,6.79,2,1991,South Carolina,3,2,1,,7,,,2,2,2,35.258,5d76bf508da7af001b5fa26c,"{""startTime"":1678678805315,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678830982,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678686255,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":8548,""label"":""tour_next"",""step"":5},{""time"":17028,""label"":""cleared_brush"",""using"":""Click""},{""time"":22169,""label"":""started_brush"",""startDate"":""2021-08-18"",""endDate"":""2022-02-07""},{""time"":22868,""label"":""tour_next"",""step"":5},{""time"":29174,""label"":""moved_brush"",""startDate"":""2021-04-24"",""endDate"":""2021-10-14""},{""time"":29981,""label"":""tour_next"",""step"":5},{""time"":34824,""label"":""cleared_brush"",""using"":""Click""},{""time"":34824,""label"":""cleared_brush"",""using"":""Escape""},{""time"":36046,""label"":""tour_next"",""step"":5},{""time"":38871,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678678789754,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":5218,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2089,""week"":""51"",""id"":""chart""},{""time"":7409,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3110,""week"":""52"",""id"":""chart""}]}",0,complex,bar,1,0,0,Negative,3.3,0,2,2,5.199,2.5995,2191,15.0,0.0,0.0,1,1.0,3 +2023-03-12 23:37:10,2023-03-12 23:44:23,0,100,433,1,2023-03-12 23:44:24,R_siIPstaAZwgnGCt,40.3177,-79.7223,EN,1,2.5669999999999997,1.0,3.0,2.0,3.5639999999999996,15.12,86,100,54,9.948,16.61,-2,1,28.412,1,-3,35.955,1,16.187,16.757,6,5,1,5,5,6,,12.0,5,5,3,2,3,6,"To me, the data backs up the intuitive sentiment that vaccines work. I trust that these numbers are an accurate reflection of how vaccines operate in terms of coming down with COVID-19.",37.874,5,,9.969,2,7,3,4,1,5,6,14.08,2,4,3,2,5,8,10,10,,16.303,4,3,3,3,3,5,5.501,1,2.0,9.629,1,1992,Pennsylvania,8,1,1,,7,,,10,4,2,79.42699999999999,60c2cc653d0c6208fc8899fc,"{""startTime"":1678678856846,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678741986,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678672459,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":3827,""label"":""tour_next"",""step"":2},{""time"":10710,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678678718282,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":13422}]}",1,simple,bar,0,1,0,Positive,3.5,0,0,0,0.0,0.0,0,13.422,0.5,0.5,1,0.5,1 +2023-03-12 23:33:17,2023-03-12 23:44:39,0,100,681,1,2023-03-12 23:44:40,R_3CVDTxRddclXABu,37.0368,-88.5934,EN,1,33.453,,,,,15.107000000000001,75,88,69,44.1,37.834,1,1,34.569,1,-3,101.765,1,93.583,15.112,3,3,3,5,5,3,Need explaination of method at least.,64.156,4,5,5,1,1,3,It's just a graph I can't trust it or not trust it.,23.378,5,,11.661,2,7,3,4,1,5,6,21.209,1,1,1,1,1,1,1,1,,19.238,2,3,2,4,4,2,18.453,7,,4.065,1,1983,Kentucky,3,3,1,,7,,,4,1,2,69.631,5f8486766d8e7b0f17df0206,"{""startTime"":1678678715845,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678652473,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678496496,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":13117,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1327,""week"":""14"",""id"":""chart""},{""time"":17180,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1799,""week"":""6"",""id"":""chart""},{""time"":20278,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1833,""week"":""14"",""id"":""chart""},{""time"":26307,""label"":""tour_next"",""step"":2},{""time"":31472,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678678636943,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":8646,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1149,""week"":""2"",""id"":""chart""},{""time"":10765,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1051,""week"":""2"",""id"":""chart""},{""time"":12597,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1010,""week"":""2"",""id"":""chart""},{""time"":14149,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1178,""week"":""1"",""id"":""chart""}]}",0,moderate,bar,0,0,0,Neutral,2.8,0,4,4,4.388,1.097,5503,15.0,1.0,0.5,1,0.5,2 +2023-03-12 23:33:36,2023-03-12 23:46:00,0,100,743,1,2023-03-12 23:46:01,R_2P29oLSa6m40Tek,42.1921,-121.7233,EN,1,24.285999999999998,1.0,3.0,2.0,9.488999999999999,15.118,91,91,52,21.961,49.503,-1,1,77.359,-1,-3,103.544,1,44.353,15.015999999999998,5,4,5,4,6,5,,57.519,5,4,4,4,4,5,"The statement said ""Assuming you trust the data in this visualization"", so if the data is accurate and the graph is clear and readable, I would find it trustworthy. ",51.103,4,,10.181000000000001,2,7,3,4,1,5,6,34.143,3,3,5,3,3,3,6,6,,32.701,4,4,3,2,4,4,36.006,3,2.0,25.593000000000004,2,1996,Oregon,7,2,1,,7,,,8,3,2,56.56,60fd933d5461857048f9e74c,"{""startTime"":1678678777734,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":37348},{""label"":""window_focused"",""time"":44214}]}","{""startTime"":1678678672707,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":42,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1049,""week"":""1"",""id"":""chart""},{""time"":1171,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3801,""week"":""2"",""id"":""chart""},{""time"":6776,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1064,""week"":""51"",""id"":""chart""},{""time"":11909,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2977,""week"":""49"",""id"":""chart""},{""time"":18068,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1854,""week"":""50"",""id"":""chart""},{""time"":20494,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1056,""week"":""50"",""id"":""chart""},{""time"":21594,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1138,""week"":""51"",""id"":""chart""}]}","{""startTime"":1678678503183,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":24,""label"":""tour_started""},{""time"":17520,""label"":""tour_next"",""step"":2},{""time"":21931,""label"":""tour_end"",""step"":2},{""time"":22684,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5282,""week"":""51"",""id"":""chart""},{""time"":32275,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1958,""week"":""14"",""id"":""chart""},{""time"":35668,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2670,""week"":""16"",""id"":""chart""},{""time"":40422,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1409,""week"":""21"",""id"":""chart""}]}","{""startTime"":1678678657225,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":5555,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1118,""week"":""3"",""id"":""chart""},{""time"":7622,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1201,""week"":""1"",""id"":""chart""},{""time"":8865,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4157,""week"":""52"",""id"":""chart""}]}",1,moderate,bar,0,2,0,Neutral,3.5,0,3,3,6.476,2.1586666666666665,3310,15.0,0.5,0.0,1,0.0,2 +2023-03-12 23:36:02,2023-03-12 23:46:18,0,100,616,1,2023-03-12 23:46:19,R_12D67AGPTV6radJ,32.7185,-97.1432,EN,1,9.166,,,,,15.110999999999999,100,100,88,24.776,30.958000000000002,1,1,75.967,-2,-3,77.362,1,36.096,15.11,4,6,1,5,6,6,,65.785,6,6,5,3,1,6,The visualization feels like it gives me very specific and clear information.,39.898,4,,6.431,2,7,3,4,1,5,6,21.094,5,3,1,5,4,5,10,9,,29.706999999999997,4,4,4,1,5,4,42.05,3,,7.62,2,1999,Texas,5,3,1,,3,,,17,3,2,56.035,5ed5afc6e8229914710ada06,"{""startTime"":1678678822030,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":14954,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1079,""week"":""52"",""id"":""chart""},{""time"":36058,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4611,""week"":""50"",""id"":""chart""}]}","{""startTime"":1678678748451,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":54,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5870,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678678623276,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":24,""label"":""tour_started""},{""time"":13673,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1716,""week"":""45"",""id"":""chart""},{""time"":15897,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1011,""week"":""50"",""id"":""chart""},{""time"":18741,""label"":""tour_next"",""step"":2},{""time"":21666,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3011,""week"":""1"",""id"":""chart2""},{""time"":29267,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678678731429,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,bar,0,1,0,Positive,3.7,0,0,0,0.0,0.0,0,15.0,1.0,0.0,1,1.0,1 +2023-03-12 23:35:11,2023-03-12 23:46:36,0,100,684,1,2023-03-12 23:46:36,R_1dB00tHs973qg8G,39.7301,-104.9078,EN,1,6.292999999999999,1.0,3.0,1.0,12.623,15.116,66,31,38,16.226,31.598000000000003,-2,-3,88.663,-3,-3,80.741,-1,48.783,15.017999999999999,3,4,2,5,5,2,,32.099000000000004,5,5,3,1,7,2,I feel as though this may be influenced by companies that make vaccines. ,44.778,2,,20.015,2,7,3,4,1,5,6,28.134,1,2,1,2,2,4,7,4,,21.296999999999997,4,2,4,3,4,4,34.766999999999996,1,2.0,20.116,3,1983,Colorado,3,2,1,,7,,,7,4,1,111.35799999999999,5e643d29df313c1ced363682,"{""startTime"":1678678704781,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678737424,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678576173,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":14136,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1624,""week"":""50"",""id"":""chart""},{""time"":15802,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1812,""week"":""51"",""id"":""chart""},{""time"":17711,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1757,""week"":""52"",""id"":""chart""},{""time"":21556,""label"":""tour_next"",""step"":2},{""time"":27789,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678678689334,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":10730,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1050,""week"":""25"",""id"":""chart""},{""time"":12364,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1620,""week"":""32"",""id"":""chart""}]}",1,moderate,bar,2,0,1,Negative,3.5,0,2,2,2.67,1.335,1634,15.0,0.0,0.0,0,0.0,2 +2023-03-12 23:39:16,2023-03-12 23:48:09,0,100,533,1,2023-03-12 23:48:10,R_3iW5fCIsczUrofi,47.63,-122.2972,EN,1,14.229000000000001,1.0,4.0,1.0,5.151,15.011,81,40,57,29.193,17.671,1,1,48.552,-3,1,40.758,1,18.101,16.61,5,5,5,4,5,3,"The subtitles of the graph are somewhat misleading, the main header for both is what clarifies that it's COVID cases, not rates of people being vaccinated, which was my initial thought. Also for the second question on the last page, I was a little unsure about my answer because the question didn't specify over what duration",106.81700000000001,4,5,2,1,3,3,"context -- it's in a qualtrics survey. if it were published in a reputable news venue, then I would trust it more",30.065,4,,5.229,2,7,3,4,1,5,6,25.204,5,6,4,6,7,6,8,10,,20.669,2,4,5,3,3,4,22.99,1,1.0,13.764000000000001,2,1995,Washington,7,3,1,,2,,,8,4,2,50.378,5bcfb99d77740000016b3dbf,"{""startTime"":1678678930617,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_focused"",""time"":4292}]}","{""startTime"":1678679037537,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678829359,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":3504,""label"":""tour_next"",""step"":2},{""time"":8223,""label"":""tour_end"",""step"":2},{""time"":12197,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2366,""week"":""1"",""id"":""chart""}]}","{""startTime"":1678678896400,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":4823,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1740,""week"":""52"",""id"":""chart2""},{""label"":""window_blurred"",""time"":11285}]}",1,simple,bar,1,0,0,Neutral,3.5,0,1,1,1.74,1.74,0,11.285,1.0,0.5,1,1.0,1 +2023-03-12 23:41:50,2023-03-12 23:48:19,0,100,388,1,2023-03-12 23:48:19,R_27QJONFOvGR6dqQ,40.7263,-73.9818,EN,1,8.487,1.0,4.0,1.0,4.602,15.117,79,64,30,18.473,20.223,-2,1,33.019,-1,-3,61.131,-3,24.642,15.015999999999998,5,7,5,5,5,5,,17.815,2,4,4,7,5,5,The data within the visualization comes from a reputable source,25.305999999999997,5,,8.002,2,7,3,4,1,5,6,10.306,9,9,6,6,9,8,10,10,,13.093,3,4,4,2,4,4,24.845,2,1.0,8.103,2,1998,New York,7,3,1,,7,,,17,3,2,49.754,610386b89cf31f6859e7df7c,"{""startTime"":1678679063107,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678679081305,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678965125,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":4713,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1141,""week"":""52"",""id"":""chart""},{""time"":6990,""label"":""tour_next"",""step"":2},{""time"":8959,""label"":""tour_end"",""step"":2},{""time"":12545,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1576,""week"":""38"",""id"":""chart""},{""time"":14529,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1391,""week"":""52"",""id"":""chart""},{""time"":16427,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1647,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678679047558,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":5081,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1073,""week"":""6"",""id"":""chart""}]}",1,moderate,bar,1,0,0,Positive,3.5,0,1,1,1.073,1.073,0,15.0,0.5,0.0,0,0.0,2 +2023-03-12 23:39:00,2023-03-12 23:48:20,0,100,560,1,2023-03-12 23:48:21,R_3QFORBYsb3C4f2S,33.5986,-86.3434,EN,1,10.004,,,,,15.105,77,98,50,21.268,69.411,-2,-2,43.163000000000004,1,-3,80.96300000000001,-3,67.773,15.124,4,5,4,4,5,5,,23.313000000000002,5,5,5,5,5,5,This was easy top understand and something the average person could understand.,23.801,5,,10.475999999999999,2,7,3,4,1,5,6,24.165,2,6,9,6,2,6,9,9,,22.3,4,4,5,4,4,4,19.021,5,,5.15,1,1969,Alabama,6,2,1,,9,,Pell City,4,2,1,51.867,5e404a68f09a9f28310e8701,"{""startTime"":1678678953823,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678978162,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678798826,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":64,""label"":""tour_started""},{""time"":12722,""label"":""tour_next"",""step"":5},{""time"":32878,""label"":""started_brush"",""startDate"":""2021-06-08"",""endDate"":""2021-08-27""},{""time"":34183,""label"":""tour_next"",""step"":5},{""time"":37811,""label"":""moved_brush"",""startDate"":""2021-07-31"",""endDate"":""2021-10-18""},{""time"":40686,""label"":""tour_next"",""step"":5},{""time"":45314,""label"":""moved_brush"",""startDate"":""2021-06-28"",""endDate"":""2021-09-16""},{""time"":47053,""label"":""moved_brush"",""startDate"":""2021-10-14"",""endDate"":""2022-01-02""},{""time"":48501,""label"":""moved_brush"",""startDate"":""2021-05-17"",""endDate"":""2021-08-04""},{""time"":49935,""label"":""moved_brush"",""startDate"":""2021-04-07"",""endDate"":""2021-06-25""},{""time"":50783,""label"":""moved_brush"",""startDate"":""2021-04-08"",""endDate"":""2021-06-26""},{""time"":51962,""label"":""moved_brush"",""startDate"":""2021-04-08"",""endDate"":""2021-06-26""},{""time"":53888,""label"":""moved_brush"",""startDate"":""2021-05-22"",""endDate"":""2021-08-09""},{""time"":60433,""label"":""cleared_brush"",""using"":""Click""},{""time"":60433,""label"":""cleared_brush"",""using"":""Escape""},{""time"":61779,""label"":""tour_next"",""step"":5},{""time"":67094,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678678937665,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,bar,0,2,0,Positive,4.2,0,0,0,0.0,0.0,0,15.0,0.0,0.5,0,0.0,3 +2023-03-12 23:37:13,2023-03-12 23:48:23,0,100,670,1,2023-03-12 23:48:23,R_OB8SUtt2KSQ6oGB,39.1541,-76.717,EN,1,2.093,1.0,3.0,1.0,3.8139999999999996,15.110999999999999,87,98,83,10.312000000000001,76.10300000000001,-3,-3,44.202,1,-1,188.88299999999998,1,104.524,15.012,5,5,7,5,5,5,,19.432000000000002,4,5,5,2,4,4,Id like to know more information. Such as states/countries where these results are being calculated from.,28.500999999999998,3,,9.275,2,7,3,4,1,5,6,14.482999999999999,4,4,6,5,5,6,8,9,,20.717,3,3,2,4,3,3,17.081,4,3.0,7.242000000000001,1,1999,Maryland,5,3,1,,3,,,7,4,2,54.536,603f31444049ae098abb8bf7,"{""startTime"":1678678874361,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678894241,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678677060,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":3448,""label"":""tour_next"",""step"":5},{""time"":15670,""label"":""tour_back"",""step"":5},{""time"":24902,""label"":""tour_next"",""step"":5},{""time"":28008,""label"":""cleared_brush"",""using"":""Click""},{""time"":33343,""label"":""moved_brush"",""startDate"":""2021-06-11"",""endDate"":""2021-11-06""},{""time"":34946,""label"":""moved_brush"",""startDate"":""2021-09-12"",""endDate"":""2022-02-07""},{""time"":43418,""label"":""moved_brush"",""startDate"":""2021-12-31"",""endDate"":""2022-02-07""},{""time"":45688,""label"":""started_brush"",""startDate"":""2021-10-22"",""endDate"":""2021-10-27""},{""time"":47573,""label"":""started_brush"",""startDate"":""2021-05-07"",""endDate"":""2021-06-18""},{""time"":47899,""label"":""moved_brush"",""startDate"":""2021-05-01"",""endDate"":""2021-06-18""},{""time"":48207,""label"":""cleared_brush"",""using"":""Click""},{""time"":48673,""label"":""tour_next"",""step"":5},{""time"":53129,""label"":""cleared_brush"",""using"":""Click""},{""time"":54838,""label"":""started_brush"",""startDate"":""2021-05-01"",""endDate"":""2021-08-02""},{""time"":56102,""label"":""moved_brush"",""startDate"":""2021-11-05"",""endDate"":""2022-02-07""},{""time"":56706,""label"":""tour_next"",""step"":5},{""time"":60928,""label"":""cleared_brush"",""using"":""Click""},{""time"":60928,""label"":""cleared_brush"",""using"":""Escape""},{""time"":61768,""label"":""tour_next"",""step"":5},{""time"":63978,""label"":""tour_end"",""step"":5},{""time"":68037,""label"":""started_brush"",""startDate"":""2021-05-24"",""endDate"":""2021-10-21""},{""time"":72284,""label"":""moved_brush"",""startDate"":""2021-05-24"",""endDate"":""2021-10-21""},{""time"":72550,""label"":""moved_brush"",""startDate"":""2021-05-24"",""endDate"":""2021-10-21""},{""time"":72736,""label"":""moved_brush"",""startDate"":""2021-05-24"",""endDate"":""2021-10-21""},{""time"":73736,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1923,""week"":""32"",""id"":""chart""}]}","{""startTime"":1678678858732,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":10340,""label"":""cleared_brush"",""using"":""Click""}]}",1,complex,bar,0,2,0,Neutral,3.0,0,1,0,0.0,0.0,0,15.0,0.0,0.5,1,1.0,3 +2023-03-12 23:41:37,2023-03-12 23:49:05,0,100,447,1,2023-03-12 23:49:05,R_1mE6szJMEdJRu4q,37.8414,-122.1254,EN,1,9.057,,,,,15.013,94,43,50,19.024,19.98,1,1,37.648,1,-2,61.145,1,58.354,15.005999999999998,5,3,5,6,6,4,,19.596,4,5,4,1,7,4,"I trust the source and the data makes sense, but I know nothing about the researchers or any potential bias.",25.45,4,,5.909,2,7,3,4,1,5,6,19.173,3,5,4,7,6,3,9,9,,19.998,4,3,4,2,3,4,18.021,2,,5.0760000000000005,2,2001,California,6,3,1,,7,,,17,3,2,48.31100000000001,60fcd2b146529d02f1566012,"{""startTime"":1678679021973,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":100,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2244,""week"":""51"",""id"":""chart""}]}","{""startTime"":1678679042095,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678947748,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":5140,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1027,""week"":""52"",""id"":""chart""},{""time"":8090,""label"":""tour_next"",""step"":2},{""time"":9203,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2159,""week"":""52"",""id"":""chart2""},{""time"":17624,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678679006430,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":5628,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1432,""week"":""52"",""id"":""chart2""},{""time"":11819,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1561,""week"":""31"",""id"":""chart""}]}",0,simple,bar,1,0,0,Neutral,3.3,0,2,2,2.9930000000000003,1.4965,6191,15.0,1.0,0.5,1,1.0,1 +2023-03-12 23:41:25,2023-03-12 23:49:21,0,100,475,1,2023-03-12 23:49:21,R_2ypaHQEVog6b0nh,47.5364,-122.27799999999999,EN,1,3.1010000000000004,,,,,15.005,72,100,47,8.162,12.502,1,1,27.031,1,-2,67.344,1,42.875,15.005999999999998,5,6,6,4,5,5,,17.715,6,6,6,6,6,6,Has a clear y and x axis and it very easy to read,27.54,4,,4.997,2,3,4,7,1,5,6,28.744,4,7,6,6,6,6,11,11,,12.07,4,4,5,1,4,5,33.082,3,,2.151,1,1998,Washington,6,2,1,,2,,,11,4,2,43.763000000000005,5e17945242fb0b000da71b21,"{""startTime"":1678679232216,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678679187382,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678997418,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":3752,""label"":""tour_next"",""step"":2},{""time"":4960,""label"":""tour_end"",""step"":2},{""time"":6148,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1099,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678679078080,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,bar,0,1,0,Positive,3.8,0,0,0,0.0,0.0,0,15.0,1.0,0.5,1,0.5,2 +2023-03-12 23:32:33,2023-03-12 23:50:07,0,100,1053,1,2023-03-12 23:50:08,R_yyUWjsVxLn513QR,25.7846,-80.233,EN,1,20.673000000000002,,,,,15.129000000000001,97,93,85,37.389,87.435,1,1,100.45,-3,-3,79.941,1,65.57300000000001,15.052,6,4,6,4,5,6,,39.125,4,5,4,1,1,6,It did not show data that greatly increased one week and then decrease suddenly. The ebb and flow of infestation seemed natural.,164.888,4,,11.001,2,7,3,4,1,5,6,38.868,6,7,4,5,9,4,10,6,,59.905,3,3,4,3,3,3,53.096000000000004,2,,9.15,1,1954,Florida,5,2,1,,7,,,7,4,2,162.59,5ddcd77f23f9f1c2c45d6c18,"{""startTime"":1678678856275,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678646728,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678441307,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":120,""label"":""tour_started""},{""time"":16712,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5758,""week"":""52"",""id"":""chart""},{""time"":22550,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1239,""week"":""1"",""id"":""chart""},{""time"":25035,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1238,""week"":""5"",""id"":""chart""},{""time"":33966,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2399,""week"":""23"",""id"":""chart""},{""time"":39392,""label"":""tour_next"",""step"":2},{""time"":48985,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2915,""week"":""52"",""id"":""chart2""},{""time"":59956,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1018,""week"":""1"",""id"":""chart2""},{""time"":73112,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678678630759,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":6450,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5164,""week"":""52"",""id"":""chart2""}]}",0,simple,bar,0,1,0,Positive,3.2,0,1,1,5.164,5.164,0,15.0,1.0,0.0,1,1.0,1 +2023-03-12 23:45:07,2023-03-12 23:50:12,0,100,304,1,2023-03-12 23:50:12,R_2WNFwQnGeysDld2,33.3874,-112.0998,EN,1,6.001,,,,,15.106,62,75,45,11.937999999999999,11.959000000000001,-1,-1,6.972,-3,-2,54.203,-1,12.210999999999999,15.014000000000001,3,3,5,5,6,4,,13.102,6,5,6,5,3,5,I seen many reports of insect and fungi related infections.,23.346999999999998,1,,7.905,2,7,3,4,1,5,6,18.949,3,1,7,2,1,3,6,4,,14.843,2,4,3,5,3,4,10.718,7,,3.4,1,1996,Arizona,6,2,1,,7,,,10,4,1,40.762,61363ce02e6022a741d63a6e,"{""startTime"":1678679270786,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678679233604,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678679150672,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":3347,""label"":""tour_next"",""step"":2},{""time"":6773,""label"":""tour_end"",""step"":2},{""time"":8927,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2274,""week"":""1"",""id"":""chart""}]}","{""startTime"":1678679217873,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,bar,0,1,1,Neutral,3.5,0,0,0,0.0,0.0,0,15.0,0.0,0.0,0,0.0,2 +2023-03-12 23:35:02,2023-03-12 23:50:13,0,100,910,1,2023-03-12 23:50:14,R_2eatHxPaSCT8qkA,44.5228,-89.5583,EN,1,4.263,2.0,,2.0,2.821,15.007,57,76,44,49.42100000000001,24.108,1,1,59.718,-3,-3,78.15,1,60.79600000000001,15.008,3,2,2,5,3,2,,48.218,2,4,4,2,2,3,"I think that it would be more transparent if we also had info on how serious/life-threatening cases were. I also just find the data hard to believe, because I haven't known any unvaccinated people who got COVID-19 in the last year, yet I have known a handful of vaccinated people who have.",129.515,2,,13.100999999999999,2,7,3,4,1,5,6,24.462,2,4,9,9,4,7,10,9,,49.701,3,3,4,3,4,4,160.744,4,2.0,21.596,2,1999,Wisconsin,6,3,1,,9,,Hortonville,13,3,1,80.958,60fc54b735f3211d0d10a371,"{""startTime"":1678678868580,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678689012,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678588581,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":22,""label"":""tour_started""},{""time"":7121,""label"":""tour_next"",""step"":2},{""time"":10439,""label"":""tour_end"",""step"":2},{""time"":17006,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2502,""week"":""52"",""id"":""chart2""},{""time"":20495,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1502,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678678673393,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":9687,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1561,""week"":""16"",""id"":""chart2""}]}",1,simple,bar,1,1,0,Negative,3.5,0,1,1,1.561,1.561,0,15.0,1.0,0.0,1,1.0,1 +2023-03-12 23:37:28,2023-03-12 23:50:17,0,100,769,1,2023-03-12 23:50:18,R_3EMydtHlggSmv7v,34.5404,-117.3532,EN,1,25.449,,,,,15.005,85,96,74,36.528,33.911,1,1,54.159,-3,-3,109.33,1,46.248999999999995,15.110999999999999,4,2,5,2,5,5,,63.203,4,4,4,2,1,5,The source of the data seemed like a trustworthy organization and the visualization looks clean and professional.,53.851000000000006,6,,28.033,2,7,3,4,1,5,6,24.4,6,9,7,9,7,6,10,10,,80.1,4,4,5,2,3,4,40.422,2,,9.198,2,1983,California,4,2,1,,7,,,11,4,2,52.188,5d4b14caed2dfc0001a22c1a,"{""startTime"":1678678893815,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":29,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6939,""week"":""2"",""id"":""chart""}]}","{""startTime"":1678678957602,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678734208,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":14288,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1633,""week"":""36"",""id"":""chart""},{""time"":20557,""label"":""tour_next"",""step"":2},{""time"":26713,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678678878274,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":7390,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2236,""week"":""52"",""id"":""chart""}]}",0,moderate,bar,2,0,0,Positive,3.7,0,1,1,2.2359999999999998,2.2359999999999998,0,15.0,1.0,0.0,1,0.0,2 +2023-03-12 23:27:00,2023-03-12 23:50:37,0,100,1416,1,2023-03-12 23:50:38,R_3fposxNHrBYzwl3,33.7173,-84.4783,EN,1,30.073,,,,,15.114,100,44,50,26.791999999999998,99.16,1,-3,184.25900000000001,1,-3,164.452,-2,40.082,15.012,3,3,3,3,2,3,,25.201,4,3,7,1,1,3,I'm not sure if it's accurate or not because i'm not familiar with the topic.,83.507,2,,40.077,2,7,3,4,1,5,6,27.787,3,3,1,2,4,2,4,5,,56.598,3,3,5,1,3,3,47.955,1,,39.193000000000005,1,1987,Georgia,2,2,1,,9,,"albany, ga",3,2,2,142.532,63039dbefda87c47a91fec04,"{""startTime"":1678678573720,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678599400,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678418134,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":10149,""label"":""tour_next"",""step"":5},{""time"":18170,""label"":""tour_back"",""step"":5},{""time"":30217,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2231,""week"":""50"",""id"":""chart""},{""time"":32649,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1716,""week"":""50"",""id"":""chart""},{""time"":38239,""label"":""tour_next"",""step"":5},{""time"":47955,""label"":""started_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-06-05""},{""time"":49205,""label"":""tour_next"",""step"":5},{""time"":55816,""label"":""moved_brush"",""startDate"":""2021-12-01"",""endDate"":""2022-01-31""},{""time"":57306,""label"":""tour_next"",""step"":5},{""time"":64241,""label"":""moved_brush"",""startDate"":""2021-06-22"",""endDate"":""2021-08-23""},{""time"":81332,""label"":""cleared_brush"",""using"":""Click""},{""time"":84672,""label"":""started_brush"",""startDate"":""2021-08-06"",""endDate"":""2021-10-31""},{""time"":85956,""label"":""tour_next"",""step"":5},{""time"":91453,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678678558148,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,bar,0,1,0,Neutral,3.0,0,0,0,0.0,0.0,0,15.0,0.5,0.5,0,0.0,3 +2023-03-12 23:42:11,2023-03-12 23:53:56,0,100,705,1,2023-03-12 23:53:57,R_Z2lAA9Tq2wPIDHH,41.6837,-88.3499,EN,1,14.658,,,,,15.008,81,5,63,24.351999999999997,150.35399999999998,1,1,45.867,1,-3,114.85799999999999,1,40.978,15.011,5,3,5,4,4,5,,20.717,5,2,4,2,7,5,"There is a lot of information, I would find it hard to believe that someone would take all that time to put together an untrustworthy visual like this.",41.442,5,,10.059,2,7,3,4,1,5,6,10.918,5,7,7,7,9,6,11,10,,26.017,3,4,4,3,3,4,37.841,2,,6.085,2,1999,Illinois,6,1,1,,8,Yorkville,,17,4,2,78.596,6101ced6dafdbea2d88a52b0,"{""startTime"":1678679263145,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678679202114,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678994679,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":13722,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4263,""week"":""52"",""id"":""chart""},{""time"":18318,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1333,""week"":""52"",""id"":""chart""},{""time"":21204,""label"":""tour_next"",""step"":5},{""time"":67834,""label"":""started_brush"",""startDate"":""2021-06-18"",""endDate"":""2021-06-26""},{""time"":69817,""label"":""started_brush"",""startDate"":""2021-05-30"",""endDate"":""2021-07-29""},{""time"":72421,""label"":""tour_next"",""step"":5},{""time"":77289,""label"":""started_brush"",""startDate"":""2021-08-02"",""endDate"":""2021-09-06""},{""time"":79016,""label"":""started_brush"",""startDate"":""2021-05-07"",""endDate"":""2021-08-28""},{""time"":85597,""label"":""cleared_brush"",""using"":""Click""},{""time"":86192,""label"":""cleared_brush"",""using"":""Click""},{""time"":89422,""label"":""started_brush"",""startDate"":""2021-04-23"",""endDate"":""2021-09-01""},{""time"":90815,""label"":""moved_brush"",""startDate"":""2021-06-20"",""endDate"":""2021-10-29""},{""time"":92333,""label"":""tour_next"",""step"":5},{""time"":95933,""label"":""cleared_brush"",""using"":""Click""},{""time"":97064,""label"":""tour_next"",""step"":5},{""time"":104666,""label"":""tour_end"",""step"":5},{""time"":106290,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1143,""week"":""2"",""id"":""chart""},{""time"":108641,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6459,""week"":""1"",""id"":""chart""},{""time"":115119,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2581,""week"":""52"",""id"":""chart""},{""time"":117702,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1248,""week"":""52"",""id"":""chart""},{""time"":122607,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3692,""week"":""52"",""id"":""chart""},{""time"":127536,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6798,""week"":""22"",""id"":""chart""},{""time"":136234,""label"":""started_brush"",""startDate"":""2021-06-19"",""endDate"":""2021-07-31""},{""time"":137351,""label"":""moved_brush"",""startDate"":""2021-06-19"",""endDate"":""2021-09-16""},{""time"":142837,""label"":""moved_brush"",""startDate"":""2021-06-14"",""endDate"":""2021-09-11""},{""time"":143920,""label"":""cleared_brush"",""using"":""Click""}]}","{""startTime"":1678679186705,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":7317,""label"":""started_brush"",""startDate"":""2021-06-20"",""endDate"":""2021-11-06""},{""time"":12131,""label"":""moved_brush"",""startDate"":""2021-08-23"",""endDate"":""2022-01-09""},{""time"":12640,""label"":""cleared_brush"",""using"":""Click""}]}",0,complex,bar,1,0,0,Positive,3.5,1,3,0,0.0,0.0,5323,15.0,1.0,0.5,1,1.0,3 +2023-03-12 23:32:57,2023-03-12 23:56:03,0,100,1386,1,2023-03-12 23:56:03,R_1f4667MY6GDXYCu,41.698,-70.0602,EN,1,22.335,2.0,,2.0,4.3,15.020999999999999,70,93,95,96.637,220.987,1,1,49.751000000000005,-3,1,83.177,1,99.75,15.017000000000001,2,2,2,4,5,5,,96.973,3,5,2,7,7,3,I would need to have at least one other source confirming the same information before I trusted this .,91.62899999999999,3,,32.172,2,7,3,4,1,5,6,20.971,5,5,8,9,4,7,10,9,,52.292,3,3,3,2,4,3,83.08200000000001,3,4.0,41.958,1,1975,Massachusetts,2,2,1,,7,,,10,3,2,261.434,640d43c9451ce148162a7643,"{""startTime"":1678678729269,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678826683,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678391669,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":44,""label"":""tour_started""},{""time"":18948,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":9857,""week"":""52"",""id"":""chart""},{""time"":28826,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":17527,""week"":""1"",""id"":""chart""},{""time"":50053,""label"":""tour_next"",""step"":5},{""time"":80665,""label"":""cleared_brush"",""using"":""Click""},{""time"":89530,""label"":""cleared_brush"",""using"":""Click""},{""time"":94770,""label"":""cleared_brush"",""using"":""Click""},{""time"":96964,""label"":""tour_back"",""step"":5},{""time"":97171,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1025,""week"":""51"",""id"":""chart""},{""time"":103856,""label"":""tour_next"",""step"":5},{""time"":121440,""label"":""cleared_brush"",""using"":""Click""},{""time"":122306,""label"":""cleared_brush"",""using"":""Click""},{""time"":122895,""label"":""cleared_brush"",""using"":""Click""},{""time"":123968,""label"":""cleared_brush"",""using"":""Click""},{""time"":125200,""label"":""cleared_brush"",""using"":""Click""},{""time"":126244,""label"":""cleared_brush"",""using"":""Click""},{""time"":127514,""label"":""cleared_brush"",""using"":""Click""},{""time"":130920,""label"":""cleared_brush"",""using"":""Click""},{""time"":132044,""label"":""cleared_brush"",""using"":""Click""},{""time"":132764,""label"":""cleared_brush"",""using"":""Click""},{""time"":136519,""label"":""tour_back"",""step"":5},{""time"":139892,""label"":""tour_next"",""step"":5},{""time"":145384,""label"":""cleared_brush"",""using"":""Click""},{""time"":149904,""label"":""cleared_brush"",""using"":""Click""},{""time"":150460,""label"":""cleared_brush"",""using"":""Click""},{""time"":152576,""label"":""cleared_brush"",""using"":""Click""},{""time"":154387,""label"":""cleared_brush"",""using"":""Click""},{""time"":165088,""label"":""cleared_brush"",""using"":""Click""},{""time"":165308,""label"":""cleared_brush"",""using"":""Click""},{""time"":165559,""label"":""cleared_brush"",""using"":""Click""},{""time"":165698,""label"":""cleared_brush"",""using"":""Click""},{""time"":168057,""label"":""cleared_brush"",""using"":""Click""},{""time"":169900,""label"":""cleared_brush"",""using"":""Click""},{""time"":170925,""label"":""cleared_brush"",""using"":""Click""},{""time"":175993,""label"":""cleared_brush"",""using"":""Click""},{""time"":177846,""label"":""started_brush"",""startDate"":""2021-08-25"",""endDate"":""2021-09-06""},{""time"":181631,""label"":""tour_next"",""step"":5},{""time"":187144,""label"":""moved_brush"",""startDate"":""2021-07-29"",""endDate"":""2021-08-10""},{""time"":187252,""label"":""cleared_brush"",""using"":""Click""},{""time"":187308,""label"":""cleared_brush"",""using"":""Click""},{""time"":188150,""label"":""started_brush"",""startDate"":""2021-06-30"",""endDate"":""2021-07-08""},{""time"":189671,""label"":""tour_next"",""step"":5},{""time"":196335,""label"":""cleared_brush"",""using"":""Click""},{""time"":196335,""label"":""cleared_brush"",""using"":""Escape""},{""time"":200639,""label"":""tour_next"",""step"":5},{""time"":208456,""label"":""tour_end"",""step"":5},{""time"":216542,""label"":""cleared_brush"",""using"":""Click""},{""time"":216845,""label"":""cleared_brush"",""using"":""Click""},{""time"":217461,""label"":""started_brush"",""startDate"":""2021-07-19"",""endDate"":""2021-09-02""}]}","{""startTime"":1678678713233,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar,1,0,0,Neutral,3.0,0,0,0,0.0,0.0,0,15.0,1.0,0.5,1,1.0,3 +2023-03-12 23:30:25,2023-03-12 23:57:03,0,100,1597,1,2023-03-12 23:57:03,R_1CBH2uBmiwxwQuj,39.3408,-80.0285,EN,1,51.248000000000005,,,,,15.130999999999998,67,71,23,80.536,140.905,-2,-1,184.79,-3,-3,260.394,-2,61.843999999999994,15.04,5,2,4,4,4,4,I have no additional thought nor comment.,105.08,3,3,4,3,3,3,"The visualization appears to be well-designed and informative, but its effectiveness ultimately depends on the accuracy and reliability of the data it represents, and whether it meets the user's specific needs and goals. Ultimately, it is up to the user to determine whether or not they trust the information conveyed by the visualization.",74.638,4,,24.498,2,7,3,4,1,5,6,58.79,4,5,7,6,5,8,11,11,,37.001999999999995,4,3,2,3,5,4,85.139,6,,12.732000000000001,2,1942,California,7,1,1,,7,,,14,2,2,173.49,64033349ec5c1a27ee79d14b,"{""startTime"":1678678871970,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678647814,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678423146,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":61,""label"":""tour_started""},{""label"":""window_focused"",""time"":1708},{""label"":""window_blurred"",""time"":13340},{""label"":""window_focused"",""time"":16803},{""time"":18963,""label"":""tour_next"",""step"":5},{""label"":""window_blurred"",""time"":24608},{""label"":""window_focused"",""time"":28121},{""time"":35957,""label"":""tour_back"",""step"":5},{""time"":43071,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1330,""week"":""52"",""id"":""chart""},{""time"":44463,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1069,""week"":""51"",""id"":""chart""},{""time"":49959,""label"":""tour_next"",""step"":5},{""label"":""window_blurred"",""time"":53932},{""label"":""window_focused"",""time"":56119},{""time"":57941,""label"":""tour_back"",""step"":5},{""time"":59771,""label"":""cleared_brush"",""using"":""Click""},{""time"":59771,""label"":""cleared_brush"",""using"":""Escape""},{""time"":64838,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1402,""week"":""50"",""id"":""chart""},{""time"":66245,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3679,""week"":""50"",""id"":""chart""},{""time"":76878,""label"":""tour_next"",""step"":5},{""time"":78783,""label"":""cleared_brush"",""using"":""Click""},{""time"":79532,""label"":""cleared_brush"",""using"":""Click""},{""time"":80253,""label"":""cleared_brush"",""using"":""Click""},{""time"":80763,""label"":""cleared_brush"",""using"":""Click""},{""time"":80999,""label"":""cleared_brush"",""using"":""Click""},{""time"":93206,""label"":""started_brush"",""startDate"":""2021-11-01"",""endDate"":""2022-01-09""},{""time"":105511,""label"":""cleared_brush"",""using"":""Click""},{""time"":108863,""label"":""started_brush"",""startDate"":""2021-09-28"",""endDate"":""2022-02-02""},{""time"":110090,""label"":""tour_next"",""step"":5},{""time"":117659,""label"":""moved_brush"",""startDate"":""2021-10-03"",""endDate"":""2022-02-07""},{""time"":118657,""label"":""tour_next"",""step"":5},{""time"":125364,""label"":""moved_brush"",""startDate"":""2021-10-03"",""endDate"":""2022-02-07""},{""time"":131320,""label"":""cleared_brush"",""using"":""Click""},{""time"":133383,""label"":""tour_next"",""step"":5},{""time"":136808,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678678630351,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,bar,0,2,0,Positive,3.5,0,0,0,0.0,0.0,0,15.0,0.0,0.0,0,0.0,3 +2023-03-12 23:23:38,2023-03-12 23:57:13,0,100,2015,1,2023-03-12 23:57:14,R_3h3CS0WJ2ELqWVz,33.9521,-84.5475,EN,1,19.656,,,,,15.106,87,79,72,43.431999999999995,133.787,1,1,73.57300000000001,-3,-3,135.914,1,35.115,15.017999999999999,3,3,3,5,6,4,,43.62,3,6,5,4,4,5,Crop pests and diseases aren't something that would normally be falsified. Pesticides and anti-fungals aren't cheap - no farmer would want to use more than needed and conversely wouldn't want to NOT use them if they were needed. So the agency putting out the information has a real incentive to make sure the information's as solid as possible.,200.44400000000002,5,Interesting survey - thank you!,24.529,2,7,3,4,1,5,6,76.48100000000001,3,4,9,8,2,10,7,9,,170.64700000000002,3,4,4,2,5,4,142.97,5,,167.297,1,1956,Georgia,6,2,1,,7,,,12,3,2,628.302,62ffe399d769a8e595609133,"{""startTime"":1678678091383,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678135409,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678677906241,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":16622,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1743,""week"":""1"",""id"":""chart""},{""time"":21315,""label"":""tour_next"",""step"":5},{""time"":48197,""label"":""cleared_brush"",""using"":""Click""},{""time"":53417,""label"":""started_brush"",""startDate"":""2021-09-06"",""endDate"":""2021-12-25""},{""time"":56004,""label"":""tour_next"",""step"":5},{""time"":64405,""label"":""moved_brush"",""startDate"":""2021-11-06"",""endDate"":""2021-12-25""},{""time"":67778,""label"":""tour_next"",""step"":5},{""time"":75481,""label"":""cleared_brush"",""using"":""Click""},{""time"":77014,""label"":""cleared_brush"",""using"":""Click""},{""time"":77014,""label"":""cleared_brush"",""using"":""Escape""},{""time"":79366,""label"":""tour_next"",""step"":5},{""time"":94299,""label"":""tour_end"",""step"":5},{""time"":100273,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1050,""week"":""1"",""id"":""chart""},{""time"":101638,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1398,""week"":""51"",""id"":""chart""},{""time"":117073,""label"":""cleared_brush"",""using"":""Click""},{""time"":130956,""label"":""cleared_brush"",""using"":""Click""}]}","{""startTime"":1678678075745,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,bar,0,1,0,Positive,3.7,0,0,0,0.0,0.0,0,15.0,1.0,0.0,1,1.0,3 +2023-03-12 23:50:07,2023-03-13 00:05:53,0,100,946,1,2023-03-13 00:05:54,R_1Nt6466WnD9QWO4,37.9186,-121.3132,EN,1,23.169,1.0,3.0,2.0,8.542,15.012,100,98,68,23.941,52.486999999999995,-1,-3,121.917,-3,-3,62.531000000000006,-3,40.674,15.011,6,5,5,6,6,6,,66.185,5,6,5,6,5,6,It is based on science as far as I can tell,79.7,4,,13.987,2,7,3,4,1,5,6,27.772,8,6,4,6,10,2,11,9,,29.739,4,5,5,1,5,5,35.417,2,1.0,17.083,2,1969,California,6,2,1,,9,,white/hispanic,16,4,1,239.36599999999999,56fb36ca34a0d3000b1a5701,"{""startTime"":1678679807841,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678679686609,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678679495314,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":21,""label"":""tour_started""},{""time"":13439,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4965,""week"":""52"",""id"":""chart""},{""time"":18736,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1217,""week"":""51"",""id"":""chart""},{""time"":29017,""label"":""tour_next"",""step"":2},{""time"":39784,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2898,""week"":""52"",""id"":""chart2""},{""time"":43382,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1166,""week"":""51"",""id"":""chart2""},{""time"":48773,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678679670918,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":10801,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1866,""week"":""52"",""id"":""chart""}]}",1,simple,bar,1,0,0,Positive,4.2,0,1,1,1.8659999999999999,1.8659999999999999,0,15.0,0.0,0.0,0,0.0,1 +2023-03-12 23:45:27,2023-03-13 00:06:06,0,100,1239,1,2023-03-13 00:06:07,R_2fxJmAqfBx3uM5Y,35.2296,-80.843,EN,1,68.682,1.0,2.0,2.0,9.901,15.012,84,45,5,32.694,174.79,1,1,84.055,-3,-3,89.073,-3,146.338,15.013,3,3,3,7,7,3,,47.388999999999996,4,3,1,7,2,3,Because I dont know where the information came and if it was accurately kept up with. And I don't trust alot of things or people trust is a very special thing and it gets broken a lot and I just don't trust stuff.,88.411,1,,20.301,2,7,3,4,1,5,6,32.338,6,6,6,6,9,4,11,9,,37.957,3,3,1,2,4,3,62.192,4,2.0,32.496,1,1983,North Carolina,2,2,1,,7,,,4,3,1,116.12899999999999,5ec617a2e79285689c82fb8f,"{""startTime"":1678679802138,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678679652075,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678679302339,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":40,""label"":""tour_started""},{""time"":34068,""label"":""tour_next"",""step"":5},{""time"":117493,""label"":""cleared_brush"",""using"":""Click""},{""time"":118571,""label"":""started_brush"",""startDate"":""2021-06-28"",""endDate"":""2021-09-24""},{""time"":122893,""label"":""tour_next"",""step"":5},{""time"":137714,""label"":""moved_brush"",""startDate"":""2021-05-31"",""endDate"":""2021-09-24""},{""time"":142027,""label"":""moved_brush"",""startDate"":""2021-05-31"",""endDate"":""2021-10-02""},{""time"":143729,""label"":""tour_next"",""step"":5},{""time"":154092,""label"":""cleared_brush"",""using"":""Click""},{""time"":154092,""label"":""cleared_brush"",""using"":""Escape""},{""time"":155917,""label"":""tour_next"",""step"":5},{""time"":166332,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678679631666,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar,1,0,0,Negative,2.7,0,0,0,0.0,0.0,0,15.0,1.0,0.0,0,0.0,3 +2023-03-12 23:38:32,2023-03-13 00:08:36,0,100,1803,1,2023-03-13 00:08:37,R_6mUpOVbvFD6vmk9,40.0172,-75.0883,EN,1,10.300999999999998,1.0,3.0,2.0,32.501999999999995,15.077,74,94,40,113.441,83.42,-2,1,139.737,-3,-3,208.072,-3,139.553,15.167,4,3,3,5,5,5,I have nothing to say. Thanks.,91.75299999999999,5,4,6,5,3,6,I found this visualization to be a research and scientific analysis that is very informative.,361.62300000000005,4,No comments. Thanks.,42.147,2,7,3,4,1,5,6,79.332,10,11,11,7,10,8,11,11,No comments.,55.95,4,5,2,3,4,3,40.556,2,1.0,28.500999999999998,2,1991,Virginia,6,3,1,,7,,,15,2,1,209.517,614ee5e28a2f0a07d4d639dd,"{""startTime"":1678679670640,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678679249523,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678938607,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":27,""label"":""tour_started""},{""time"":44501,""label"":""tour_next"",""step"":2},{""time"":65340,""label"":""tour_end"",""step"":2},{""time"":72008,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2879,""week"":""30"",""id"":""chart""},{""time"":78073,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2807,""week"":""2"",""id"":""chart""}]}","{""startTime"":1678679232907,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":8308,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1684,""week"":""31"",""id"":""chart""}]}",1,moderate,bar,1,0,0,Positive,3.5,0,1,1,1.6840000000000002,1.6840000000000002,0,15.0,0.5,0.0,0,0.0,2 +2023-03-12 23:41:06,2023-03-13 00:11:53,0,100,1847,1,2023-03-13 00:11:54,R_2QMnugZVX5P069l,43.2078,-77.6602,EN,1,31.478,1.0,2.0,2.0,15.238,15.009,0,0,27,118.479,249.982,1,1,123.281,1,1,262.255,1,167.81099999999998,15.027999999999999,6,6,6,4,6,6,Including both vaccinated individuals and the unvaccinated in the same chart was very confusing to me when I first was presented with the data.,157.569,4,2,7,1,7,6,"Because I view the source, the CDC, as a credible source of information.",80.233,1,,19.98,2,7,3,4,1,5,6,54.0,2,7,1,1,11,1,11,4,,93.788,5,5,5,2,5,4,86.257,1,1.0,45.53,1,1984,New York,2,2,1,,7,,,1,3,2,193.791,565b2be310593c000bff9695,"{""startTime"":1678679513385,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678679671817,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678679077800,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":35,""label"":""tour_started""},{""label"":""window_blurred"",""time"":4841},{""label"":""window_focused"",""time"":6999},{""time"":46744,""label"":""tour_next"",""step"":5},{""time"":112389,""label"":""cleared_brush"",""using"":""Click""},{""time"":122274,""label"":""started_brush"",""startDate"":""2021-05-09"",""endDate"":""2021-05-28""},{""time"":129840,""label"":""started_brush"",""startDate"":""2021-06-12"",""endDate"":""2021-11-14""},{""time"":137158,""label"":""tour_next"",""step"":5},{""time"":154279,""label"":""moved_brush"",""startDate"":""2021-07-06"",""endDate"":""2021-12-09""},{""time"":155512,""label"":""moved_brush"",""startDate"":""2021-07-06"",""endDate"":""2021-12-09""},{""time"":158712,""label"":""moved_brush"",""startDate"":""2021-07-06"",""endDate"":""2021-11-15""},{""time"":160449,""label"":""tour_next"",""step"":5},{""time"":182479,""label"":""cleared_brush"",""using"":""Click""},{""time"":186797,""label"":""tour_next"",""step"":5},{""time"":198224,""label"":""tour_end"",""step"":5},{""time"":199817,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1108,""week"":""52"",""id"":""chart""},{""time"":206274,""label"":""started_brush"",""startDate"":""2021-07-18"",""endDate"":""2021-09-15""},{""time"":206701,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1564,""week"":""34"",""id"":""chart""},{""time"":208331,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1321,""week"":""33"",""id"":""chart""},{""time"":210700,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2498,""week"":""32"",""id"":""chart""},{""time"":215493,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3608,""week"":""32"",""id"":""chart""},{""time"":220902,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2357,""week"":""32"",""id"":""chart""},{""time"":225594,""label"":""cleared_brush"",""using"":""Click""},{""time"":225805,""label"":""cleared_brush"",""using"":""Click""},{""time"":227020,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":19402,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678679497675,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":7289,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2677,""week"":""2"",""id"":""chart""},{""time"":12530,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1002,""week"":""35"",""id"":""chart""}]}",1,complex,bar,0,2,0,Positive,4.3,0,2,2,3.679,1.8395,5241,15.0,1.0,1.0,1,1.0,3 +2023-03-13 00:15:25,2023-03-13 00:22:31,0,100,426,1,2023-03-13 00:22:32,R_2CxGy8dicE0PyBZ,38.8452,-77.4651,EN,1,6.747999999999999,,,,,15.107999999999999,71,76,40,12.725,18.702,1,1,42.905,-3,-3,42.005,1,43.203,15.01,3,3,3,4,4,4,,20.932,5,5,4,3,7,4,"It is well presented and doesn't seem misleading. For example, the scales are the same (in units of 1000 for each line).",27.633000000000003,2,,9.826,2,7,3,4,1,5,6,15.005999999999998,3,5,1,3,3,4,9,8,,18.802,1,2,2,4,1,1,15.543,1,,3.505,1,1996,Virginia,6,2,1,,2,,,9,4,2,54.05,62e01fdb9adf283ff375724f,"{""startTime"":1678681115263,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678681066303,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678680987396,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":47,""label"":""tour_started""},{""time"":3928,""label"":""tour_next"",""step"":2},{""time"":6920,""label"":""tour_end"",""step"":2},{""time"":8412,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3328,""week"":""33"",""id"":""chart""},{""time"":13758,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1367,""week"":""51"",""id"":""chart""}]}","{""startTime"":1678681050476,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":6772,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1375,""week"":""52"",""id"":""chart""}]}",0,simple,bar,0,1,0,Positive,1.8,0,1,1,1.375,1.375,0,15.0,1.0,0.0,1,1.0,1 +2023-03-15 18:50:04,2023-03-15 18:56:54,0,100,409,1,2023-03-15 18:56:54,R_1ODgQHpknhnxpqN,33.8081,-85.7852,EN,1,105.78200000000001,,,,,15.009,71,71,54,15.74,15.209000000000001,1,1,23.412,1,1,19.695,1,18.872,15.009,4,4,4,2,5,4,,12.966,2,5,5,7,2,4,It does not seem like the kind of data someone would lie about but I am not educated on the topic.,23.373,5,,5.897,2,7,3,4,1,5,6,12.889000000000001,3,4,3,8,2,3,10,9,,19.265,4,4,4,2,4,4,12.571,3,,3.713,1,2002,Florida,3,3,1,,7,,,13,4,2,58.38399999999999,5d0fbedf101793000168ef7a,"{""startTime"":1678920801096,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678920814612,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678920745665,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678920785278,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":9977,""label"":""hovered"",""timeHovered"":2405,""week"":""2021-09-06""}]}",0,simple,line,1,0,0,Positive,3.7,0,1,1,2.405,2.405,0,15.0,1.0,1.0,1,1.0,1 +2023-03-15 18:53:09,2023-03-15 18:58:31,0,100,322,1,2023-03-15 18:58:32,R_3oO1EBHuRWJtgka,38.5317,-89.9988,EN,1,6.0329999999999995,,,,,15.005999999999998,74,61,54,19.002,6.768,1,1,52.196999999999996,-2,1,28.801,1,59.628,15.107999999999999,3,3,4,4,5,4,,8.829,4,4,4,3,3,3,It seems to be well-constructed and clear.,14.127,4,,6.942,2,7,3,4,1,5,6,11.158,7,7,6,6,4,7,6,6,,12.732000000000001,4,4,3,3,3,3,6.29,4,,2.441,1,1996,Illinois,6,1,1,,7,,,19,5,1,31.910999999999998,5c7e14531c3cf8001638b5b0,"{""startTime"":1678920892181,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678920901360,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678920840616,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678920876772,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6350,""label"":""hovered"",""timeHovered"":1327,""week"":""2022-01-10""}]}",0,moderate,line,1,1,0,Neutral,3.3,0,1,1,1.327,1.327,0,15.0,1.0,0.5,1,0.5,2 +2023-03-15 18:50:51,2023-03-15 18:58:38,0,100,466,1,2023-03-15 18:58:38,R_2uxiliv4sEaENuu,39.7933,-84.21799999999999,EN,1,3.062,,,,,15.105,100,82,56,19.229,52.477,1,1,56.156000000000006,1,1,43.965,-1,24.226999999999997,15.005999999999998,3,3,3,3,2,3,,22.093000000000004,4,5,3,7,7,3,I don't really have enough information to know whether it's trustworthy or not.,16.339000000000002,2,,7.61,2,7,3,4,1,5,6,11.764000000000001,1,2,1,1,1,1,9,9,,15.4,4,4,5,1,4,4,15.214,1,,3.67,1,1997,Ohio,3,2,1,,7,,,4,4,1,100.925,5eebe4e6e61002183aec9b70,"{""startTime"":1678920859913,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678920822462,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678920697436,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":19449,""label"":""hovered"",""timeHovered"":1470,""week"":""2021-10-11""}]}","{""startTime"":1678920806907,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,line,0,0,0,Neutral,3.7,0,0,0,0.0,0.0,0,15.0,1.0,1.0,0,1.0,1 +2023-03-15 18:49:08,2023-03-15 18:59:38,0,100,630,1,2023-03-15 18:59:39,R_3GjtotVrdvEkx87,32.9658,-97.6866,EN,1,7.234,1.0,4.0,1.0,41.07899999999999,15.008,81,100,50,27.099,26.011999999999997,1,1,53.619,-2,1,43.699,-1,27.616999999999997,15.120999999999999,5,3,5,5,4,5,,55.967,6,6,6,6,6,6,It seems like it is laid out well that it is accurately.,21.819000000000003,4,,10.177,2,7,3,4,1,5,6,49.915,1,1,1,1,1,4,8,8,,21.525,5,5,5,1,5,5,55.288000000000004,1,2.0,15.515999999999998,2,1981,Texas,3,2,1,,7,,,6,3,1,80.589,5fc6904e5ed32c0778ae12a1,"{""startTime"":1678920809818,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678920755793,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678920659970,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":16158,""label"":""hovered"",""timeHovered"":1268,""week"":""2022-01-03""}]}","{""startTime"":1678920740273,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line,0,1,0,Positive,4.3,0,0,0,0.0,0.0,0,15.0,1.0,0.5,0,1.0,1 +2023-03-15 18:51:00,2023-03-15 19:00:17,0,100,557,1,2023-03-15 19:00:18,R_zcXADuwuXBMQ9bP,37.5172,-121.9191,EN,1,25.596,,,,,15.005999999999998,61,40,80,60.388999999999996,24.066999999999997,1,1,35.38,1,-1,97.072,1,40.234,15.02,4,5,5,5,5,5,,12.002,4,4,5,4,4,5,It has the authoritative source stated.,42.583,3,,9.305,2,7,3,4,1,5,6,27.96,2,5,3,4,3,3,3,8,,20.417,2,2,2,2,2,3,24.199,2,,3.375,1,1990,California,6,1,3,,2,,,17,3,1,55.817,63d17041a37f603dd01616b8,"{""startTime"":1678920971024,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678920910365,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678920772003,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678920894498,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6109,""label"":""hovered"",""timeHovered"":1446,""week"":""2021-12-20""},{""time"":8317,""label"":""hovered"",""timeHovered"":1100,""week"":""2022-01-10""},{""time"":10489,""label"":""hovered"",""timeHovered"":2144,""week"":""2021-11-22""}]}",0,moderate,line,1,0,0,Positive,2.2,0,3,3,4.69,1.5633333333333337,4380,15.0,1.0,0.5,1,0.5,2 +2023-03-15 18:51:29,2023-03-15 19:00:59,0,100,569,1,2023-03-15 19:01:00,R_25HImA9xqFEHtJI,38.0996,-122.5873,EN,1,6.398,,,,,15.008,95,88,15,19.6,50.354,1,1,32.824,-1,1,73.097,1,49.027,15.12,3,5,3,5,5,4,,48.927,4,5,5,7,7,5,The directions stated to assume that I trusted the data so I extended that to mean I then trusted the visualization.,40.412,5,,8.347000000000001,2,7,3,4,1,5,6,16.914,2,7,2,4,4,7,10,9,,24.7,3,4,4,3,4,3,28.729,3,,11.019,1,1989,California,6,3,1,,7,,,17,4,2,86.685,6070defd464139156ac85ac3,"{""startTime"":1678920852663,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678920902075,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678920736311,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":28733,""label"":""started_brush"",""startDate"":""2021-04-29"",""endDate"":""2022-02-11""},{""time"":39792,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-01-24""},{""time"":43767,""label"":""cleared_brush"",""using"":""click""},{""time"":43769,""label"":""cleared_brush"",""using"":""Escape""}]}","{""startTime"":1678920836396,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":6577,""label"":""started_brush"",""startDate"":""2021-05-09"",""endDate"":""2021-06-20""},{""time"":9312,""label"":""moved_brush"",""startDate"":""2021-10-25"",""endDate"":""2021-12-06""},{""time"":11858,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-05-23""},{""time"":12156,""label"":""cleared_brush"",""using"":""click""}]}",0,complex,line,0,0,0,Positive,3.5,1,4,0,0.0,0.0,5579,15.0,1.0,0.5,1,1.0,3 +2023-03-15 18:52:20,2023-03-15 19:01:09,0,100,528,1,2023-03-15 19:01:09,R_2TAb7urkh16o1pU,36.0499,-83.9228,EN,1,13.777000000000001,2.0,,2.0,3.803,15.117,34,22,22,24.982,38.853,1,-3,37.603,1,1,74.582,1,47.123999999999995,15.113,7,7,7,4,2,1,,19.936,2,7,7,1,1,7,I just do not believe vaccinated vs unvaccinated has any difference in cases.,34.6,4,,9.507,2,7,3,4,1,5,6,17.854,1,1,5,5,1,1,6,7,,26.656,3,3,3,2,4,4,30.055999999999997,5,3.0,17.175,2,1996,Tennessee,3,2,1,,7,,,7,1,2,47.698,60d23790d4dba01a9b2c0085,"{""startTime"":1678921008166,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678920950362,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678920819748,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678920934502,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":10516,""label"":""hovered"",""timeHovered"":3687,""week"":""2022-01-17""}]}",1,moderate,line,1,0,0,Negative,3.2,0,1,1,3.687,3.687,0,15.0,0.5,1.0,1,1.0,2 +2023-03-15 18:51:45,2023-03-15 19:02:28,0,100,642,1,2023-03-15 19:02:28,R_3kiFkaHSmU9WLgC,40.7157,-74.0,EN,1,3.1910000000000003,1.0,3.0,1.0,5.667000000000001,15.009,83,89,83,21.828000000000003,83.429,1,1,80.00399999999999,1,1,61.101000000000006,1,64.90100000000001,15.027000000000001,3,3,3,6,2,3,,23.901999999999997,5,6,6,6,6,3,"I didn't see a source. (And, then, I would need to trust/verify the source/data.)",34.349000000000004,5,,10.63,2,7,3,4,1,5,6,18.123,4,5,5,8,3,7,7,6,,36.602,5,5,5,1,5,5,22.108,4,1.0,11.49,1,1978,Rhode Island,6,2,1,,7,,,10,4,1,60.931000000000004,62b9ddea12bb2643ff512fea,"{""startTime"":1678920936539,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678920961451,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678920770842,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":731,""label"":""hovered"",""timeHovered"":5891,""week"":""2021-08-16""},{""time"":48768,""label"":""started_brush"",""startDate"":""2021-07-21"",""endDate"":""2021-12-06""},{""time"":61522,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-08-26""},{""time"":62603,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-08-26""},{""time"":69122,""label"":""cleared_brush"",""using"":""click""}]}","{""startTime"":1678920920766,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":14844,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-05-31""}]}",1,complex,line,1,0,0,Negative,4.3,1,1,0,0.0,0.0,0,15.0,1.0,1.0,1,1.0,3 +2023-03-15 18:49:13,2023-03-15 19:03:06,0,100,833,1,2023-03-15 19:03:06,R_sczgu52zr4DZ6xz,47.4758,-122.6422,EN,1,34.297,2.0,,1.0,8.253,15.112,84,100,81,25.677,68.226,1,1,85.54799999999999,-2,1,63.495,1,131.334,15.110999999999999,6,5,5,6,6,6,,52.778999999999996,5,6,5,7,7,6,"The visualization says that it's from the CDC, which I trust to give accurate information",30.004,3,,10.118,2,7,3,4,1,5,6,33.917,4,7,9,4,4,5,10,10,,37.769,2,3,2,3,3,3,72.557,2,3.0,16.176,1,2001,Washington,2,2,1,,7,,,6,3,2,67.245,5daa9e16546237001681d0f1,"{""startTime"":1678920869981,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":1046,""label"":""hovered"",""timeHovered"":1011,""week"":""2021-12-13""},{""time"":2915,""label"":""hovered"",""timeHovered"":1972,""week"":""2021-12-13""}]}","{""startTime"":1678920795458,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678920647400,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":14592,""label"":""hovered"",""timeHovered"":1415,""week"":""2022-01-03""},{""time"":26578,""label"":""hovered"",""timeHovered"":1126,""week"":""2022-01-03""},{""time"":31711,""label"":""hovered"",""timeHovered"":1647,""week"":""2022-01-03""},{""time"":34060,""label"":""hovered"",""timeHovered"":2408,""week"":""2022-01-03""},{""time"":36646,""label"":""hovered"",""timeHovered"":1849,""week"":""2022-01-10""},{""time"":38512,""label"":""hovered"",""timeHovered"":1145,""week"":""2022-01-10""},{""time"":42355,""label"":""hovered"",""timeHovered"":1565,""week"":""2022-02-07""},{""time"":47231,""label"":""hovered"",""timeHovered"":2292,""week"":""2022-01-31""},{""time"":51779,""label"":""hovered"",""timeHovered"":1113,""week"":""2021-10-18""},{""time"":56197,""label"":""hovered"",""timeHovered"":1312,""week"":""2021-08-23""},{""time"":58267,""label"":""hovered"",""timeHovered"":1607,""week"":""2022-01-03""}]}","{""startTime"":1678920779825,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":11457,""label"":""hovered"",""timeHovered"":1536,""week"":""2022-01-10""}]}",1,moderate,line,1,0,0,Positive,2.7,0,1,1,1.536,1.536,0,15.0,1.0,0.5,1,0.5,2 +2023-03-15 18:55:23,2023-03-15 19:03:07,0,100,463,1,2023-03-15 19:03:07,R_08IZuCAGfsdjECR,34.1624,-118.1275,EN,1,9.787,1.0,3.0,1.0,3.6060000000000003,15.107000000000001,100,77,56,16.061,26.358,1,1,31.252,1,1,33.76,1,32.086999999999996,15.014000000000001,5,4,5,5,5,6,,16.562,5,5,5,7,5,6,"I feel it accurately presents to me the fact that the vaccines work, but to an extent",31.862,5,,6.499,2,7,3,4,1,5,6,14.269,1,4,4,6,8,3,5,8,,17.067999999999998,2,1,4,4,4,2,78.101,3,1.0,10.1,1,1987,California,6,2,1,,6,,,7,1,2,75.868,5e589bf82e08c90a78a29bbe,"{""startTime"":1678921050832,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921067830,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678920977010,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":19176,""label"":""hovered"",""timeHovered"":1155,""week"":""2022-01-03""}]}","{""startTime"":1678921035365,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7938,""label"":""hovered"",""timeHovered"":2486,""week"":""2022-02-07""}]}",1,simple,line,0,1,0,Positive,2.8,0,1,1,2.4859999999999998,2.4859999999999998,0,15.0,1.0,1.0,1,1.0,1 +2023-03-15 18:50:06,2023-03-15 19:04:06,0,100,840,1,2023-03-15 19:04:07,R_4Z6E971VfCPa54l,32.7003,-97.6086,EN,1,24.486,,,,,15.01,80,67,69,46.203,150.44299999999998,1,1,70.357,1,1,72.464,-3,81.65899999999999,15.014000000000001,4,4,4,4,4,3,,56.785,5,5,5,4,4,4,I tend not to trust something that is presented to me right away. I need someone or something to confirm or deny the information in front of me.,69.706,5,,7.4239999999999995,2,7,3,4,1,5,6,19.076,7,6,7,7,7,8,9,9,,28.461,3,2,2,3,3,2,39.199,5,,7.975,1,2001,Texas,2,2,1,,7,,,5,4,2,76.941,63e51bc3169991cfbcd4fe97,"{""startTime"":1678920950564,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":6515,""label"":""hovered"",""timeHovered"":3318,""week"":""2021-12-27""},{""time"":11365,""label"":""hovered"",""timeHovered"":1244,""week"":""2021-12-27""},{""time"":12681,""label"":""hovered"",""timeHovered"":4976,""week"":""2021-12-27""},{""time"":18218,""label"":""hovered"",""timeHovered"":1547,""week"":""2021-12-27""}]}","{""startTime"":1678921008013,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678920701865,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":21357,""label"":""hovered"",""timeHovered"":1817,""week"":""2022-01-03""},{""time"":27108,""label"":""hovered"",""timeHovered"":1550,""week"":""2022-01-10""},{""time"":28776,""label"":""hovered"",""timeHovered"":1267,""week"":""2022-01-03""},{""time"":72780,""label"":""started_brush"",""startDate"":""2021-05-06"",""endDate"":""2022-02-13""},{""time"":84916,""label"":""moved_brush"",""startDate"":""2021-05-06"",""endDate"":""2022-02-13""},{""time"":90280,""label"":""moved_brush"",""startDate"":""2021-12-11"",""endDate"":""2022-02-13""},{""time"":105673,""label"":""moved_brush"",""startDate"":""2021-12-07"",""endDate"":""2022-02-13""},{""time"":121787,""label"":""cleared_brush"",""using"":""click""},{""time"":121789,""label"":""cleared_brush"",""using"":""Escape""},{""time"":130399,""label"":""hovered"",""timeHovered"":1720,""week"":""2022-01-31""},{""time"":141365,""label"":""started_brush"",""startDate"":""2021-08-27"",""endDate"":""2022-02-13""},{""time"":143377,""label"":""moved_brush"",""startDate"":""2021-11-29"",""endDate"":""2022-02-13""},{""time"":145966,""label"":""hovered"",""timeHovered"":2576,""week"":""2022-01-10""}]}","{""startTime"":1678920934987,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line,1,0,0,Negative,2.5,0,0,0,0.0,0.0,0,15.0,1.0,1.0,0,0.0,3 +2023-03-15 18:52:57,2023-03-15 19:04:19,0,100,682,1,2023-03-15 19:04:20,R_6LFVw5NmSzjl1sd,32.7254,-97.3208,EN,1,70.809,1.0,2.0,2.0,7.936,15.008,100,100,80,39.917,35.77,1,1,62.073,-2,1,45.982,1,24.849,15.012,3,3,3,3,5,3,,56.93600000000001,5,5,4,7,3,3,i haven't verified its integrity.,25.926,4,,16.742,2,7,3,4,1,5,6,29.06,4,3,5,5,3,6,9,9,,28.888,3,3,4,4,4,3,47.263000000000005,4,3.0,17.201,1,1990,Texas,4,2,2,,4,,,6,4,2,85.936,5fe3f539dd8cf10e7d545231,"{""startTime"":1678921082555,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921024424,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678920926490,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":15404,""label"":""hovered"",""timeHovered"":1045,""week"":""2022-01-10""},{""time"":31431,""label"":""hovered"",""timeHovered"":2601,""week"":""2021-08-16""}]}","{""startTime"":1678921008987,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6703,""label"":""hovered"",""timeHovered"":1699,""week"":""2022-01-10""},{""time"":8575,""label"":""hovered"",""timeHovered"":5265,""week"":""2022-01-10""}]}",1,moderate,line,1,0,0,Neutral,3.5,0,2,2,6.9639999999999995,3.4819999999999998,1872,15.0,1.0,0.5,1,0.5,2 +2023-03-15 18:52:38,2023-03-15 19:05:57,0,100,799,1,2023-03-15 19:05:58,R_2aPKVSiNg6RZUzc,32.4699,-90.1102,EN,1,3.5,,,,,15.015,85,73,66,16.176,13.74,-2,-2,126.525,1,1,122.24600000000001,1,91.963,15.171,6,6,6,6,5,6,,14.073,6,6,6,6,6,6,Because it seems accurate and the information is presented in a way that allows me to accurately pinpoint what I need,30.955,4,,13.495,2,7,3,4,1,5,6,24.445999999999998,4,5,4,4,3,6,10,10,,47.088,5,5,5,1,5,5,147.499,2,,2.615,2,2002,Mississippi,2,1,1,,3,,,12,4,1,92.34899999999999,60f592f40e80188d5bc991e8,"{""startTime"":1678920882743,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678920897278,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678920725653,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678920867042,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":3071,""label"":""hovered"",""timeHovered"":3093,""week"":""2021-08-23""}]}",0,simple,line,0,1,0,Positive,4.3,0,1,1,3.093,3.093,0,15.0,0.0,1.0,1,0.0,1 +2023-03-15 18:57:16,2023-03-15 19:06:22,0,100,546,1,2023-03-15 19:06:23,R_20URAtlnLIYekvM,41.3186,-72.9302,EN,1,19.407,,,,,15.118,60,60,62,22.863000000000003,31.096999999999998,1,1,45.64,-3,1,63.28,1,42.553999999999995,15.112,3,3,3,2,3,3,,27.037,3,4,3,7,7,3,I have no reason to trust it or not trust it. ,18.194000000000003,5,,7.471,2,7,3,4,1,5,6,13.593,5,8,7,6,6,5,8,8,,14.924000000000001,3,3,4,2,4,4,22.247,3,,3.877,2,1984,Connecticut,6,1,1,,7,,,14,4,2,82.411,63d15bdba3ed809e5df7bd5b,"{""startTime"":1678921290486,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921234411,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921140012,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":21676,""label"":""hovered"",""timeHovered"":2680,""week"":""2022-01-03""}]}","{""startTime"":1678921218119,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7846,""label"":""hovered"",""timeHovered"":4959,""week"":""2021-08-23""}]}",0,simple,line,0,0,0,Neutral,3.3,0,1,1,4.959,4.959,0,15.0,1.0,0.5,1,1.0,1 +2023-03-15 18:50:10,2023-03-15 19:06:24,0,100,973,1,2023-03-15 19:06:25,R_22A1OFcJ0DKnYVW,36.3701,-95.8469,EN,1,117.815,1.0,4.0,2.0,24.049,15.017999999999999,97,97,67,45.161,49.184,1,-2,69.491,1,1,89.365,-1,61.315,15.023,5,5,6,6,6,6,,38.584,5,6,6,5,4,6,"It is a clearly represented graph showing number of cases in vaccinated versus unvaccinated people per 100K. It is not ambiguous, it's very clear cut in presenting the data.",61.256,5,"On the previous question, it asked about the number of 80 year olds in late Dec 2022, but the chart only shows Jan and Feb of 2022. I answered I don't know, even though I assume the question might have meant late 2021?",64.61,2,7,3,4,1,5,6,35.635,2,4,4,4,3,7,9,9,,29.932,3,2,4,3,3,4,43.29600000000001,2,1.0,22.103,2,1974,Oklahoma,3,1,1,,7,,,11,4,1,120.925,6159fe7811a7e1b94401c33f,"{""startTime"":1678920973675,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921012715,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678920838661,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":9855,""label"":""hovered"",""timeHovered"":11284,""week"":""2022-01-03""},{""time"":34131,""label"":""hovered"",""timeHovered"":1263,""week"":""2021-12-27""},{""time"":35997,""label"":""hovered"",""timeHovered"":4241,""week"":""2021-10-25""},{""time"":40614,""label"":""hovered"",""timeHovered"":2270,""week"":""2022-02-07""}]}","{""startTime"":1678920958165,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":3985,""label"":""hovered"",""timeHovered"":2736,""week"":""2022-01-03""},{""time"":9068,""label"":""hovered"",""timeHovered"":1291,""week"":""2021-07-12""}]}",1,simple,line,1,2,0,Positive,3.2,0,2,2,4.027,2.0135,5083,15.0,0.5,1.0,0,0.5,1 +2023-03-15 18:59:10,2023-03-15 19:07:16,0,100,485,1,2023-03-15 19:07:16,R_2VPGmYrxVtW241k,39.872,-105.0405,EN,1,3.984,1.0,3.0,2.0,4.883,15.007,93,90,89,13.575,7.575,1,-1,18.032,-2,-1,43.646,1,30.124000000000002,15.01,5,4,4,5,5,4,,19.612000000000002,4,4,4,3,4,4,"I do not disagree, therefore, I slightly agree because I don't if this graph is accurate (but have a feeling it's more accurate than anti-vaxxors)",38.586,2,,12.052999999999999,2,7,3,4,1,5,6,57.693000000000005,2,1,3,1,1,2,4,3,,24.416999999999998,3,3,4,3,4,3,37.378,3,2.0,13.479000000000001,1,1990,Colorado,3,2,1,,2,,,10,4,2,87.91,61645d805d7b358ed3e052a6,"{""startTime"":1678921325288,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921267950,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921200583,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921252509,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line,0,1,0,Positive,3.3,0,0,0,0.0,0.0,0,15.0,0.5,0.0,1,0.0,2 +2023-03-15 18:54:35,2023-03-15 19:08:34,0,100,838,1,2023-03-15 19:08:34,R_2zMhUR8qtUxsBqc,39.3434,-84.4009,EN,1,26.241,,,,,15.113,78,82,29,47.276,146.467,1,1,63.523999999999994,-2,1,105.229,1,75.462,15.009,5,5,5,5,6,5,,37.872,5,5,5,1,1,5,Broken down what each one is also colors and dates,20.638,4,,10.799000000000001,2,7,3,4,1,5,6,30.219,6,9,9,9,6,10,10,10,,26.563000000000002,1,1,3,4,2,1,38.585,4,,13.276,2,1978,Ohio,2,2,1,,9,,Westchester,7,2,1,88.083,5cb7d17ddd3aff0017d13821,"{""startTime"":1678921271819,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921213696,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678920975238,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":79337,""label"":""cleared_brush"",""using"":""click""},{""time"":80307,""label"":""started_brush"",""startDate"":""2021-06-08"",""endDate"":""2021-08-17""},{""time"":96737,""label"":""moved_brush"",""startDate"":""2021-05-17"",""endDate"":""2021-07-26""},{""time"":111691,""label"":""moved_brush"",""startDate"":""2021-05-17"",""endDate"":""2021-07-26""},{""time"":121242,""label"":""moved_brush"",""startDate"":""2021-06-19"",""endDate"":""2021-08-28""},{""time"":126478,""label"":""cleared_brush"",""using"":""click""},{""time"":126480,""label"":""cleared_brush"",""using"":""Escape""},{""time"":129586,""label"":""started_brush"",""startDate"":""2021-06-30"",""endDate"":""2021-08-27""}]}","{""startTime"":1678921198184,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line,0,1,0,Positive,2.0,0,0,0,0.0,0.0,0,15.0,1.0,0.5,1,1.0,3 +2023-03-15 19:00:24,2023-03-15 19:08:39,0,100,494,1,2023-03-15 19:08:39,R_1qUFFXW4eKeFTuu,38.8503,-104.8567,EN,1,3.832,1.0,4.0,1.0,7.047999999999999,15.011,86,91,61,13.562000000000001,25.916999999999998,1,1,44.126000000000005,-1,-3,67.183,-1,57.285,15.114,5,2,5,5,5,5,,21.605,2,5,5,5,4,5,"The visualization is based on data from the CDC, which tends to have accurate information.",22.625999999999998,5,,8.602,2,7,3,4,1,5,6,15.797,5,8,3,8,7,4,10,9,,30.361,4,4,4,2,4,4,24.824,2,1.0,13.8,2,1998,Colorado,6,3,1,,7,,,6,4,1,65.138,61007138183fbe1c96ac250e,"{""startTime"":1678921387317,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921409570,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921277375,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":7510,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1183,""week"":""52"",""id"":""chart""},{""time"":12510,""label"":""tour_next"",""step"":2},{""time"":16093,""label"":""tour_end"",""step"":2},{""time"":19783,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3248,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678921371528,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":3273,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1659,""week"":""52"",""id"":""chart""},{""time"":7088,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1204,""week"":""20"",""id"":""chart""}]}",1,moderate,bar,1,0,0,Positive,3.7,0,2,2,2.863,1.4315,3815,15.0,1.0,0.0,0,0.0,2 +2023-03-15 18:55:18,2023-03-15 19:09:28,0,100,849,1,2023-03-15 19:09:29,R_1FPxFtIesGC3l8p,39.1027,-94.5778,EN,1,78.17699999999999,1.0,2.0,1.0,6.041,15.008,63,86,68,42.448,54.38399999999999,1,1,66.818,-1,1,56.926,1,106.56299999999999,15.011,3,3,4,4,5,4,,33.398,4,4,4,3,3,4,"I remember there being flar ups in the time after the Vaccine was rolled out, but I can't remember specifics. Even now, flare ups especially in large cities are rather common. ",95.613,2,,9.345,2,7,3,4,1,5,6,27.748,2,2,2,2,4,6,4,6,,36.085,2,3,3,4,3,3,37.298,2,2.0,12.115,1,1997,Missouri,4,1,1,,3,,,9,4,2,107.79899999999999,628ecc32276d54517f4c004d,"{""startTime"":1678921207178,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921241018,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":4158,""label"":""hovered"",""timeHovered"":1018,""week"":""2021-12-20""},{""time"":6061,""label"":""hovered"",""timeHovered"":3234,""week"":""2021-11-22""}]}","{""startTime"":1678921069918,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":28139,""label"":""hovered"",""timeHovered"":4606,""week"":""2021-04-12""},{""time"":44571,""label"":""hovered"",""timeHovered"":6645,""week"":""2022-01-03""}]}","{""startTime"":1678921191725,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":13544,""label"":""hovered"",""timeHovered"":1809,""week"":""2022-01-03""}]}",1,simple,line,0,1,0,Neutral,3.0,0,1,1,1.8090000000000002,1.8090000000000002,0,15.0,1.0,0.5,1,1.0,1 +2023-03-15 18:58:06,2023-03-15 19:09:39,0,100,693,1,2023-03-15 19:09:40,R_1ocosnuw5X3tjWm,35.2316,-80.8428,EN,1,11.895,,,,,15.01,91,87,58,30.239,105.62700000000001,1,1,27.995,1,1,62.455,-1,21.647,15.014000000000001,5,3,7,5,2,5,,37.326,4,6,5,7,5,5,It comes from the Croatian government and I have no reason to believe they would misrepresent this data.,40.775,4,,8.581,2,7,3,4,1,5,6,25.929000000000002,3,5,7,5,8,5,11,11,,30.668000000000003,4,4,5,1,4,5,27.565,2,,8.023,1,1968,North Carolina,7,3,1,,7,,,17,4,2,124.71700000000001,61008174621af4fde89d5c7f,"{""startTime"":1678921414737,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":1086,""label"":""hovered"",""timeHovered"":5742,""week"":""2021-12-20""}]}","{""startTime"":1678921316392,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":10692,""label"":""started_brush"",""startDate"":""2021-07-27"",""endDate"":""2022-02-06""},{""time"":20011,""label"":""moved_brush"",""startDate"":""2021-08-02"",""endDate"":""2022-02-13""}]}","{""startTime"":1678921172321,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":9134,""label"":""hovered"",""timeHovered"":1150,""week"":""2021-09-06""},{""time"":16722,""label"":""hovered"",""timeHovered"":1178,""week"":""2021-08-23""},{""time"":22543,""label"":""hovered"",""timeHovered"":1909,""week"":""2021-12-06""},{""time"":66485,""label"":""cleared_brush"",""using"":""click""},{""time"":70843,""label"":""started_brush"",""startDate"":""2021-07-09"",""endDate"":""2021-09-26""},{""time"":79386,""label"":""moved_brush"",""startDate"":""2021-06-25"",""endDate"":""2021-09-12""},{""time"":92767,""label"":""moved_brush"",""startDate"":""2021-06-25"",""endDate"":""2021-09-12""},{""time"":93591,""label"":""cleared_brush"",""using"":""click""}]}","{""startTime"":1678921300798,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":11042,""label"":""hovered"",""timeHovered"":2120,""week"":""2022-01-17""}]}",0,complex,line,1,0,0,Positive,3.8,0,1,1,2.12,2.12,0,15.0,1.0,1.0,0,0.0,3 +2023-03-15 19:01:20,2023-03-15 19:10:05,0,100,525,1,2023-03-15 19:10:06,R_2OV0ysUAzO5ncte,41.0413,-83.6461,EN,1,29.205,,,,,15.01,36,38,63,21.153000000000002,39.942,1,-2,37.059,1,1,44.912,-1,27.565,15.110999999999999,4,3,5,2,4,4,Not at this time.,23.815,4,4,2,7,1,4,"I have no frame of reference to know if the information is really true, but it appears to be specific and easy enough to understand I lean towards trusting it",55.305,5,Not at this time.,13.517999999999999,2,7,3,4,1,5,6,22.236,5,5,2,6,5,3,9,7,Not at this time.,25.793000000000003,5,5,4,1,5,5,33.203,1,,6.21,2,1994,Ohio,6,3,1,,7,,,10,4,2,52.188,63161b57aa5e6c648c58692a,"{""startTime"":1678921446482,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921471048,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921352566,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":6904,""label"":""hovered"",""timeHovered"":1688,""week"":""2021-12-20""},{""time"":24507,""label"":""hovered"",""timeHovered"":1954,""week"":""2021-04-12""},{""time"":34531,""label"":""hovered"",""timeHovered"":1984,""week"":""2021-12-27""}]}","{""startTime"":1678921430888,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7852,""label"":""hovered"",""timeHovered"":1212,""week"":""2021-12-27""},{""time"":13547,""label"":""hovered"",""timeHovered"":1001,""week"":""2022-01-03""}]}",0,simple,line,1,1,0,Positive,4.2,0,2,2,2.213,1.1065,5695,15.0,0.5,1.0,0,0.5,1 +2023-03-15 18:53:00,2023-03-15 19:10:11,0,100,1031,1,2023-03-15 19:10:12,R_3iyjxR2vaBdNEJd,43.8971,-69.9817,EN,1,5.2620000000000005,1.0,2.0,1.0,6.2,15.027000000000001,100,100,1,17.475,20.756999999999998,1,1,44.79600000000001,-3,1,120.72399999999999,-3,102.70100000000001,15.017000000000001,6,5,6,5,6,6,,464.43300000000005,5,6,4,5,5,6,"It seems pretty accurate, regarding most of the things that I know about the Covid pandemic.",24.368000000000002,2,,8.504,2,7,3,4,1,5,6,15.765999999999998,1,1,1,1,1,1,11,9,,17.46,5,5,5,1,5,5,25.183000000000003,1,1.0,10.562000000000001,2,1989,Rhode Island,5,2,1,,9,,Providence,6,4,1,68.666,55132578fdf99b1b0568bdb8,"{""startTime"":1678920921761,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921387787,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678920838326,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678920905457,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":5206,""label"":""hovered"",""timeHovered"":1597,""week"":""2022-01-10""}]}",1,simple,line,0,1,0,Positive,4.3,0,1,1,1.597,1.597,0,15.0,1.0,0.5,0,1.0,1 +2023-03-15 19:00:13,2023-03-15 19:10:36,0,100,623,1,2023-03-15 19:10:37,R_2ZDoeNGR6AsEAHN,33.8321,-118.1739,EN,1,15.627,1.0,3.0,1.0,6.07,15.11,71,78,19,11.937000000000001,33.893,-2,1,59.39,-3,-3,105.443,-2,61.728,15.015,4,7,3,2,2,2,,26.801,4,2,2,3,7,2,"I am not quite sure how accurate the data reporting is, nor how severe the cases were (hospitalizations, etc)",42.187,4,,13.235,2,7,3,4,1,5,6,16.480999999999998,3,4,6,7,4,5,5,7,,28.186999999999998,4,3,4,2,4,2,28.085,4,4.0,8.554,2,1996,California,6,1,1,,7,,,6,3,1,80.3,5e7e89cc4fd114104a39fb88,"{""startTime"":1678921507090,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921428377,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921272650,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":11500,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1176,""week"":""50"",""id"":""chart""},{""time"":15416,""label"":""tour_next"",""step"":2},{""time"":19535,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678921412910,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":3340,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1471,""week"":""52"",""id"":""chart""},{""time"":4817,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1183,""week"":""52"",""id"":""chart""},{""time"":6060,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2472,""week"":""51"",""id"":""chart""},{""time"":10723,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1309,""week"":""50"",""id"":""chart""},{""time"":12189,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1160,""week"":""51"",""id"":""chart""}]}",1,moderate,bar,0,1,0,Negative,3.2,0,5,5,7.595,1.5190000000000001,8849,15.0,0.5,0.0,0,0.0,2 +2023-03-15 19:03:32,2023-03-15 19:10:43,0,100,431,1,2023-03-15 19:10:44,R_agim7QzLTkd6FDb,41.9261,-71.3011,EN,1,2.989,1.0,3.0,2.0,6.212000000000001,15.005,100,100,74,18.711,25.194000000000003,1,1,60.391999999999996,1,1,42.868,1,44.909,15.005999999999998,6,5,6,6,6,6,,35.101,3,6,6,3,3,6,The source is a trusted source.,19.842,4,,10.0,2,7,3,4,1,5,6,19.667,6,7,6,7,6,3,10,8,,18.663,3,3,4,3,3,3,16.239,2,3.0,13.834000000000001,1,1993,Massachusetts,2,2,1,,7,,,5,4,2,33.984,5e156dbb19232db781789a8f,"{""startTime"":1678921564655,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921600152,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921463114,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921549233,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":12800,""label"":""hovered"",""timeHovered"":1047,""week"":""2021-09-13""}]}",1,simple,line,1,0,0,Positive,3.2,0,1,1,1.047,1.047,0,15.0,1.0,1.0,1,1.0,1 +2023-03-15 19:00:24,2023-03-15 19:12:05,0,100,700,1,2023-03-15 19:12:06,R_p9SPtFtglrWQyS5,30.6922,-88.0425,EN,1,20.284000000000002,1.0,2.0,2.0,9.953,15.008,87,58,62,34.214,55.672,1,1,83.536,-3,1,46.105,1,85.134,15.113,3,4,4,5,4,4,,49.476000000000006,4,4,4,3,4,4,If it's accurate,45.393,5,,9.652000000000001,2,7,3,4,1,5,6,18.805999999999997,5,4,4,5,6,7,9,8,,23.462,2,3,3,3,3,3,75.039,7,4.0,9.757,1,1983,Alabama,5,2,3,,2,,,11,1,1,53.756,5971640e7ec240000170cb69,"{""startTime"":1678921479003,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921529071,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921320703,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":21621,""label"":""started_brush"",""startDate"":""2021-06-30"",""endDate"":""2022-01-27""},{""time"":31400,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-08""},{""time"":37327,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-08""},{""time"":38399,""label"":""cleared_brush"",""using"":""click""},{""time"":50971,""label"":""started_brush"",""startDate"":""2021-06-01"",""endDate"":""2021-10-26""}]}","{""startTime"":1678921462551,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":8565,""label"":""started_brush"",""startDate"":""2021-07-23"",""endDate"":""2022-02-13""},{""time"":12970,""label"":""moved_brush"",""startDate"":""2021-07-23"",""endDate"":""2022-02-13""}]}",1,complex,line,0,1,0,Neutral,2.8,1,2,0,0.0,0.0,4405,15.0,1.0,0.5,1,1.0,3 +2023-03-15 19:03:15,2023-03-15 19:12:27,0,100,551,1,2023-03-15 19:12:27,R_3My9Se6gK1Mqb4A,33.7657,-84.2951,EN,1,7.202999999999999,1.0,4.0,2.0,5.882999999999999,15.025,96,98,88,14.844000000000001,123.40100000000001,-3,1,42.701,-3,1,44.602,-3,44.598,15.015999999999998,5,5,5,5,5,5,,22.906,6,5,4,4,2,5,"It is from a reputable source the CDC. Also, it is just well presented and looks scientific which makes me trust it more.",29.771,3,,9.705,2,7,3,4,1,5,6,19.609,4,4,3,5,6,6,10,8,,22.204,4,4,4,2,4,4,28.014,3,3.0,11.106,1,2004,Georgia,3,3,1,,9,,Decatur,13,3,1,49.792,5e9f766e2535380e106a8c6b,"{""startTime"":1678921638266,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921662126,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921451525,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":72,""label"":""tour_started""},{""time"":10240,""label"":""tour_next"",""step"":5},{""time"":17744,""label"":""cleared_brush"",""using"":""Click""},{""time"":18932,""label"":""tour_back"",""step"":5},{""time"":23364,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2540,""week"":""47"",""id"":""chart""},{""time"":27475,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1476,""week"":""52"",""id"":""chart""},{""time"":33385,""label"":""tour_next"",""step"":5},{""time"":36685,""label"":""cleared_brush"",""using"":""Click""},{""time"":41326,""label"":""cleared_brush"",""using"":""Click""},{""time"":43444,""label"":""cleared_brush"",""using"":""Click""},{""time"":44187,""label"":""cleared_brush"",""using"":""Click""},{""time"":46341,""label"":""cleared_brush"",""using"":""Click""},{""time"":54030,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-04-13""},{""time"":60630,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-04-11""},{""time"":81009,""label"":""tour_back"",""step"":5},{""time"":83587,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":2542,""week"":""14"",""id"":""chart""},{""time"":89279,""label"":""tour_next"",""step"":5},{""time"":95037,""label"":""cleared_brush"",""using"":""Click""},{""time"":99695,""label"":""started_brush"",""startDate"":""2021-09-06"",""endDate"":""2021-11-15""},{""time"":101268,""label"":""tour_next"",""step"":5},{""time"":107404,""label"":""moved_brush"",""startDate"":""2021-08-13"",""endDate"":""2021-10-22""},{""time"":109013,""label"":""tour_next"",""step"":5},{""time"":115509,""label"":""cleared_brush"",""using"":""Click""},{""time"":115510,""label"":""cleared_brush"",""using"":""Escape""},{""time"":117088,""label"":""tour_next"",""step"":5},{""time"":119559,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678921622200,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar,2,0,0,Positive,3.7,0,0,0,0.0,0.0,0,15.0,0.5,0.5,0,0.0,3 +2023-03-15 18:53:34,2023-03-15 19:12:44,0,100,1150,1,2023-03-15 19:12:45,R_3DiNz275Scwop4f,38.894,-77.0365,EN,1,170.89,,,,,15.11,71,89,63,22.665,248.352,1,1,80.86399999999999,1,1,103.596,1,117.941,15.11,3,3,3,3,7,3,None,48.398,7,3,7,7,7,3,I didn't think that the information provided when you hovered over the visualization matched the legend on the side.,34.903,4,,9.582,2,7,3,4,1,5,6,13.005999999999998,6,6,6,6,6,5,9,9,,13.338,3,4,4,2,4,4,9.686,1,,3.593,1,1993,California,6,3,1,,7,,,12,4,1,71.725,587418895c17910001ea4e75,"{""startTime"":1678921596430,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":1719,""label"":""hovered"",""timeHovered"":1231,""week"":""2022-01-24""},{""time"":3230,""label"":""hovered"",""timeHovered"":18353,""week"":""2022-02-07""},{""time"":22285,""label"":""hovered"",""timeHovered"":9401,""week"":""2021-12-27""},{""time"":31926,""label"":""hovered"",""timeHovered"":3756,""week"":""2021-12-27""},{""time"":37393,""label"":""hovered"",""timeHovered"":1393,""week"":""2021-12-27""}]}","{""startTime"":1678921457208,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":3509,""label"":""hovered"",""timeHovered"":6181,""week"":""2021-12-27""},{""time"":19195,""label"":""hovered"",""timeHovered"":1109,""week"":""2021-12-27""},{""time"":20390,""label"":""hovered"",""timeHovered"":11153,""week"":""2021-12-27""},{""time"":33293,""label"":""hovered"",""timeHovered"":30497,""week"":""2021-12-27""},{""time"":64873,""label"":""hovered"",""timeHovered"":1311,""week"":""2022-01-03""},{""time"":66490,""label"":""hovered"",""timeHovered"":2182,""week"":""2022-02-07""},{""time"":68960,""label"":""hovered"",""timeHovered"":7012,""week"":""2022-01-24""},{""time"":77477,""label"":""cleared_brush"",""using"":""click""},{""time"":78730,""label"":""started_brush"",""startDate"":""2021-05-06"",""endDate"":""2021-07-11""},{""time"":79363,""label"":""hovered"",""timeHovered"":4808,""week"":""2021-06-21""}]}","{""startTime"":1678921074001,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":1190,""label"":""hovered"",""timeHovered"":1396,""week"":""2021-08-16""},{""time"":10858,""label"":""hovered"",""timeHovered"":1911,""week"":""2022-01-03""},{""time"":166519,""label"":""started_brush"",""startDate"":""2021-05-12"",""endDate"":""2021-08-14""},{""time"":172387,""label"":""moved_brush"",""startDate"":""2021-05-12"",""endDate"":""2021-08-14""},{""time"":174339,""label"":""moved_brush"",""startDate"":""2021-06-16"",""endDate"":""2021-08-14""},{""time"":182622,""label"":""cleared_brush"",""using"":""click""},{""time"":201559,""label"":""cleared_brush"",""using"":""click""},{""time"":204637,""label"":""started_brush"",""startDate"":""2021-06-30"",""endDate"":""2021-11-09""},{""time"":209904,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-09""},{""time"":212954,""label"":""moved_brush"",""startDate"":""2021-07-15"",""endDate"":""2022-02-13""},{""time"":219004,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-13""},{""time"":224153,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-13""},{""time"":226271,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-13""},{""time"":228254,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-13""},{""time"":228537,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-13""},{""time"":228837,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-13""},{""time"":230920,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-13""},{""time"":232154,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-10-18""},{""time"":235274,""label"":""moved_brush"",""startDate"":""2021-09-14"",""endDate"":""2021-10-18""},{""time"":237486,""label"":""moved_brush"",""startDate"":""2021-09-14"",""endDate"":""2022-01-22""},{""time"":239601,""label"":""moved_brush"",""startDate"":""2021-10-06"",""endDate"":""2022-02-13""},{""time"":244477,""label"":""moved_brush"",""startDate"":""2021-12-14"",""endDate"":""2022-02-13""}]}","{""startTime"":1678921441634,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":2782,""label"":""hovered"",""timeHovered"":1468,""week"":""2021-11-08""},{""time"":4849,""label"":""hovered"",""timeHovered"":2234,""week"":""2022-01-03""}]}",0,complex,line,0,1,0,Negative,3.5,0,2,2,3.702,1.851,2067,15.0,1.0,1.0,1,1.0,3 +2023-03-15 18:58:58,2023-03-15 19:12:45,0,100,826,1,2023-03-15 19:12:45,R_1QzHKaGOMGSFQW3,39.6343,-77.7337,EN,1,9.865,,,,,15.116,93,86,36,49.007,106.46799999999999,1,-3,36.931,-1,1,103.49799999999999,1,58.855,15.110999999999999,5,5,7,4,5,5,,40.597,4,4,4,5,3,5,The source of the data is the Department of Agriculture and the graphic is put together well showing all the variation in data.,57.158,5,,9.552999999999999,2,7,3,4,1,5,6,22.587,1,5,8,9,4,7,11,10,,31.180999999999997,4,4,5,2,4,4,51.876999999999995,4,,9.666,1,1962,Maryland,4,2,1,,8,Hagerstown,,6,4,2,143.582,5ee526f3eca1a22601d187f4,"{""startTime"":1678921448887,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921489967,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921222798,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":23362,""label"":""hovered"",""timeHovered"":2283,""week"":""2022-01-03""},{""time"":41137,""label"":""hovered"",""timeHovered"":1333,""week"":""2021-08-23""},{""time"":44808,""label"":""hovered"",""timeHovered"":22275,""week"":""2021-10-25""},{""time"":73255,""label"":""hovered"",""timeHovered"":12082,""week"":""2022-01-10""}]}","{""startTime"":1678921433440,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,line,1,1,0,Positive,3.8,0,0,0,0.0,0.0,0,15.0,0.5,0.5,1,0.5,2 +2023-03-15 18:58:09,2023-03-15 19:13:11,0,100,901,1,2023-03-15 19:13:11,R_1K7lIBrO2rVyLEU,26.6598,-80.2429,EN,1,4.063,,,,,15.112,80,97,75,49.699,193.014,1,-3,71.52,1,1,77.436,1,63.034,15.311,4,4,3,5,6,4,Very interesting study.,56.81399999999999,5,6,5,2,7,4,The graph and its' interactivity seem top be well-done. I slightly agree that the information is possibly valid.,68.707,5,Very interesting study.,16.309,2,7,3,4,1,5,6,28.906999999999996,4,4,9,7,5,7,10,9,Interesting study.,34.367,3,2,4,2,4,3,35.506,3,,11.302999999999999,1,1986,Florida,4,2,1,,9,,West Palm Beach,13,4,1,52.688,5f8b066742a6381ddae03d75,"{""startTime"":1678921586027,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921436501,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921163680,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":2371,""label"":""hovered"",""timeHovered"":3225,""week"":""2021-08-02""},{""time"":21632,""label"":""hovered"",""timeHovered"":13398,""week"":""2021-10-11""},{""time"":44103,""label"":""hovered"",""timeHovered"":3025,""week"":""2021-10-04""},{""time"":50805,""label"":""hovered"",""timeHovered"":1191,""week"":""2021-04-12""},{""time"":53392,""label"":""hovered"",""timeHovered"":1365,""week"":""2021-04-19""},{""time"":105026,""label"":""started_brush"",""startDate"":""2021-11-21"",""endDate"":""2022-01-22""},{""time"":106345,""label"":""moved_brush"",""startDate"":""2021-11-21"",""endDate"":""2022-02-13""},{""time"":116448,""label"":""moved_brush"",""startDate"":""2021-11-21"",""endDate"":""2022-02-13""},{""time"":118515,""label"":""moved_brush"",""startDate"":""2022-01-02"",""endDate"":""2022-02-13""},{""time"":151743,""label"":""cleared_brush"",""using"":""click""},{""time"":153647,""label"":""started_brush"",""startDate"":""2021-11-13"",""endDate"":""2021-12-04""},{""time"":153915,""label"":""started_brush"",""startDate"":""2022-01-15"",""endDate"":""2022-01-17""},{""time"":174723,""label"":""started_brush"",""startDate"":""2021-07-10"",""endDate"":""2021-09-28""},{""time"":175136,""label"":""cleared_brush"",""using"":""click""},{""time"":176398,""label"":""started_brush"",""startDate"":""2021-12-27"",""endDate"":""2021-12-28""},{""time"":176867,""label"":""cleared_brush"",""using"":""click""},{""time"":177390,""label"":""cleared_brush"",""using"":""click""},{""time"":177877,""label"":""cleared_brush"",""using"":""click""},{""time"":180898,""label"":""started_brush"",""startDate"":""2021-07-27"",""endDate"":""2022-01-14""},{""time"":183369,""label"":""moved_brush"",""startDate"":""2021-07-27"",""endDate"":""2021-12-15""}]}","{""startTime"":1678921420798,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line,0,3,0,Positive,3.0,0,0,0,0.0,0.0,0,15.0,0.5,1.0,1,1.0,3 +2023-03-15 19:02:57,2023-03-15 19:13:35,0,100,638,1,2023-03-15 19:13:36,R_1Fbnp4hUNpDtnpW,40.7429,-73.9392,EN,1,6.025,,,,,15.115,78,22,58,18.421,53.431999999999995,1,1,41.601000000000006,-3,1,49.683,1,61.066,15.025,3,7,3,1,2,3,,46.147,7,2,4,3,7,2,"If I don't understand what I am looking at, as a layperson, then I won't trust that I am being presented with an argument which is easy to prove (because there would be mountains of data to choose from).",62.225,2,,10.763,2,7,3,4,1,5,6,25.348000000000003,1,2,8,8,3,6,2,4,,26.342,1,5,5,2,4,4,29.559,6,,8.0,1,1966,New York,6,1,1,,7,,,12,4,2,114.463,5adf6ea7f6b58c0001fa8404,"{""startTime"":1678921557582,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":12109,""label"":""hovered"",""timeHovered"":2907,""week"":""2022-01-24""}]}","{""startTime"":1678921604194,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921426184,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":29195,""label"":""started_brush"",""startDate"":""2021-06-26"",""endDate"":""2021-07-25""},{""time"":35609,""label"":""moved_brush"",""startDate"":""2021-06-26"",""endDate"":""2021-10-21""},{""time"":42995,""label"":""cleared_brush"",""using"":""click""},{""time"":43004,""label"":""cleared_brush"",""using"":""Escape""}]}","{""startTime"":1678921541840,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":9165,""label"":""hovered"",""timeHovered"":1043,""week"":""2021-12-27""}]}",0,complex,line,0,1,0,Negative,3.5,0,1,1,1.043,1.043,0,15.0,1.0,0.5,1,1.0,3 +2023-03-15 18:59:17,2023-03-15 19:13:37,0,100,860,1,2023-03-15 19:13:37,R_ahJNT1D0ZeY7sJz,41.9025,-87.6726,EN,1,3.503,1.0,3.0,1.0,7.59,15.125,100,97,55,33.246,32.76,-1,-1,35.365,-1,1,44.208999999999996,-1,10.128,16.942,6,3,6,3,6,6,,37.773,3,4,4,3,3,6,it's from a reliable source,11.999,3,,423.666,2,7,3,4,1,5,6,20.36,3,4,9,3,2,7,11,11,,34.005,1,3,3,3,3,3,16.262,2,4.0,8.804,2,1993,Illinois,6,2,2,,4,,,8,4,2,49.961999999999996,60fccc2c096c38cc9ad63ff3,"{""startTime"":1678921315020,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921353463,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":10699,""label"":""hovered"",""timeHovered"":2329,""week"":""2021-12-27""}]}","{""startTime"":1678921226913,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921296247,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line,1,0,0,Positive,2.7,0,0,0,0.0,0.0,0,15.0,0.0,0.5,0,0.0,1 +2023-03-15 18:55:55,2023-03-15 19:13:45,0,100,1070,1,2023-03-15 19:13:45,R_2AHylKmhS4OKdBj,33.3874,-112.0998,EN,1,35.097,,,,,15.007,87,91,58,26.25,73.094,1,1,97.04299999999999,1,1,112.86399999999999,1,68.865,15.020999999999999,4,4,4,3,6,5,,62.552,4,5,5,7,2,5,I thought the visualization was nicely laid out with the hover option to get even more accurate results. The source of the visualization was shown clearly in the bottom left corner.,116.335,4,,12.888,2,7,3,4,1,5,6,42.972,5,5,9,8,4,4,8,9,,31.219,2,3,4,3,3,2,40.664,4,,6.8389999999999995,2,1963,Arizona,5,1,1,,7,,,6,2,2,212.36,5da4152a3ab39a0011295a3e,"{""startTime"":1678921231183,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921294722,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":153,""label"":""hovered"",""timeHovered"":11836,""week"":""2022-02-07""}]}","{""startTime"":1678921043803,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7829,""label"":""hovered"",""timeHovered"":1131,""week"":""2021-10-25""},{""time"":41196,""label"":""hovered"",""timeHovered"":1601,""week"":""2021-08-30""},{""time"":44262,""label"":""hovered"",""timeHovered"":2699,""week"":""2022-01-03""},{""time"":68313,""label"":""hovered"",""timeHovered"":1077,""week"":""2022-01-03""}]}","{""startTime"":1678921215278,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,line,2,0,0,Positive,2.8,0,0,0,0.0,0.0,0,15.0,1.0,1.0,1,1.0,1 +2023-03-15 18:57:20,2023-03-15 19:14:02,0,100,1001,1,2023-03-15 19:14:03,R_1OlUJ59irANm3PB,41.1499,-85.2057,EN,1,41.76,1.0,2.0,2.0,7.359,15.125,66,35,60,23.8,167.111,-2,1,73.98,-2,1,88.34700000000001,1,95.25200000000001,15.013,3,4,3,5,6,3,,49.191,3,5,5,1,7,3,I do not know enough about all the information to know if I can trust it. I have seen a lot of false information out there,46.975,3,,12.488,2,7,3,4,1,5,6,33.071999999999996,4,6,8,5,2,5,8,9,,27.7,1,1,4,2,3,1,33.463,4,2.0,24.604,1,1955,Ohio,2,2,1,,7,,,5,4,2,169.655,6130cdbb53f773b3125576a7,"{""startTime"":1678921428806,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921478356,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":8592,""label"":""started_brush"",""startDate"":""2021-06-28"",""endDate"":""2021-08-23""}]}","{""startTime"":1678921150309,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":58230,""label"":""started_brush"",""startDate"":""2021-05-27"",""endDate"":""2021-12-11""},{""time"":69015,""label"":""moved_brush"",""startDate"":""2021-05-27"",""endDate"":""2021-10-09""},{""time"":72629,""label"":""moved_brush"",""startDate"":""2021-09-01"",""endDate"":""2022-01-13""},{""time"":75314,""label"":""moved_brush"",""startDate"":""2021-09-01"",""endDate"":""2021-12-08""},{""time"":77216,""label"":""moved_brush"",""startDate"":""2021-09-04"",""endDate"":""2021-12-12""},{""time"":91803,""label"":""cleared_brush"",""using"":""click""},{""time"":91804,""label"":""cleared_brush"",""using"":""Escape""},{""time"":115563,""label"":""started_brush"",""startDate"":""2021-05-24"",""endDate"":""2021-09-26""},{""time"":119882,""label"":""hovered"",""timeHovered"":1181,""week"":""2021-06-28""},{""time"":126950,""label"":""moved_brush"",""startDate"":""2021-09-26"",""endDate"":""2021-12-07""},{""time"":137043,""label"":""hovered"",""timeHovered"":2654,""week"":""2021-11-15""},{""time"":152105,""label"":""moved_brush"",""startDate"":""2021-09-26"",""endDate"":""2021-11-18""},{""time"":154801,""label"":""hovered"",""timeHovered"":1304,""week"":""2021-11-01""},{""time"":156950,""label"":""hovered"",""timeHovered"":1060,""week"":""2021-11-08""},{""time"":162316,""label"":""moved_brush"",""startDate"":""2021-10-30"",""endDate"":""2021-12-22""},{""time"":165883,""label"":""moved_brush"",""startDate"":""2021-10-30"",""endDate"":""2021-12-01""}]}","{""startTime"":1678921413422,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":2842,""label"":""hovered"",""timeHovered"":1184,""week"":""2022-01-03""},{""time"":4145,""label"":""hovered"",""timeHovered"":2431,""week"":""2021-12-20""},{""time"":11857,""label"":""started_brush"",""startDate"":""2021-07-06"",""endDate"":""2022-01-06""}]}",1,complex,line,1,0,0,Neutral,2.0,1,3,2,3.615,1.8075,9015,15.0,0.5,0.5,1,1.0,3 +2023-03-15 19:03:06,2023-03-15 19:14:34,0,100,687,1,2023-03-15 19:14:35,R_2dgrcKqhiLcyivt,38.9458,-90.2049,EN,1,18.066,,,,,16.172,80,80,100,34.31,25.226,1,-2,52.102,1,1,138.356,-1,87.553,16.708,3,3,3,3,3,3,,19.188,6,6,6,1,1,6,"Assuming the data in the visualization is real and valid, I see no reason to trust it as it includes all relevant datapoints relating to the data.",36.849000000000004,4,,9.206,2,7,3,4,1,5,6,20.128,4,2,4,4,4,6,5,8,,48.465,5,5,5,1,5,5,33.645,6,,10.470999999999998,1,2000,Illinois,1,2,1,,7,,,1,4,2,67.545,5d613f02b9233e0018f9450b,"{""startTime"":1678921707332,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921648898,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921466044,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":22532,""label"":""hovered"",""timeHovered"":1079,""week"":""2021-10-25""}]}","{""startTime"":1678921630651,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":15693,""label"":""hovered"",""timeHovered"":1737,""week"":""2021-12-13""}]}",0,moderate,line,1,0,0,Positive,4.3,0,1,1,1.7369999999999999,1.7369999999999999,0,15.0,0.5,1.0,0,1.0,2 +2023-03-15 19:04:51,2023-03-15 19:15:34,0,100,642,1,2023-03-15 19:15:34,R_234aD0kUhCVeCbE,40.296,-75.9894,EN,1,5.751,2.0,,1.0,4.001,15.114,81,83,47,33.28,29.713,1,1,64.498,1,-3,90.902,-3,31.991,15.007,4,3,3,4,4,3,,34.185,3,4,3,3,3,3,I am unsure that this accurately displays the real data. ,36.224000000000004,3,,11.075,2,7,3,4,1,5,6,20.212,4,6,5,6,5,2,7,7,,30.066999999999997,4,4,5,2,4,4,30.189,2,2.0,10.800999999999998,2,1961,Pennsylvania,2,2,1,,7,,,4,4,1,124.006,62dea723c6db0370fd6c8229,"{""startTime"":1678921699791,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921734378,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921562392,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":9972,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5116,""week"":""2"",""id"":""chart""},{""time"":16750,""label"":""tour_next"",""step"":2},{""time"":23664,""label"":""tour_end"",""step"":2},{""time"":25402,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1469,""week"":""46"",""id"":""chart""}]}","{""startTime"":1678921683842,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":10392,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3729,""week"":""51"",""id"":""chart""}]}",1,moderate,bar,0,1,0,Negative,3.8,0,1,1,3.7289999999999996,3.7289999999999996,0,15.0,1.0,0.5,0,0.5,2 +2023-03-15 18:56:18,2023-03-15 19:15:37,0,100,1158,1,2023-03-15 19:15:38,R_125StEF1XJfKV2T,44.8098,-73.0918,EN,1,13.394,1.0,4.0,1.0,10.995999999999999,15.106,98,100,53,22.493000000000002,143.344,1,1,91.743,1,1,427.648,1,31.96,15.115,3,3,3,6,6,3,,25.267,2,6,5,7,3,3,"Until I research the data presented and learn about the methods used to gather that data, I cannot say that I trust or distrust it. I still have questions.",53.015,5,,12.452,2,7,3,4,1,5,6,23.398000000000003,3,3,3,7,6,4,11,10,,26.31,3,5,5,2,5,4,27.928,2,1.0,16.088,2,1966,Vermont,7,3,1,,7,,,13,4,2,145.731,60fe14fa6b07c0db08b74436,"{""startTime"":1678921332745,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921244999,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":2857,""label"":""started_brush"",""startDate"":""2021-09-05"",""endDate"":""2021-12-26""}]}","{""startTime"":1678921053374,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":7620,""label"":""hovered"",""timeHovered"":5349,""week"":""2022-01-10""},{""time"":13820,""label"":""hovered"",""timeHovered"":1266,""week"":""2021-12-20""},{""time"":18420,""label"":""hovered"",""timeHovered"":15918,""week"":""2022-01-17""},{""time"":45156,""label"":""hovered"",""timeHovered"":6634,""week"":""2022-01-10""},{""time"":84696,""label"":""cleared_brush"",""using"":""click""},{""time"":94924,""label"":""started_brush"",""startDate"":""2021-06-17"",""endDate"":""2022-01-07""},{""time"":105904,""label"":""moved_brush"",""startDate"":""2021-07-19"",""endDate"":""2022-02-07""},{""time"":119458,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-10-31""},{""time"":123320,""label"":""moved_brush"",""startDate"":""2021-07-24"",""endDate"":""2022-02-13""},{""time"":128542,""label"":""moved_brush"",""startDate"":""2021-06-28"",""endDate"":""2022-01-17""},{""time"":129913,""label"":""cleared_brush"",""using"":""click""},{""time"":129915,""label"":""cleared_brush"",""using"":""Escape""}]}","{""startTime"":1678921229459,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":6951,""label"":""hovered"",""timeHovered"":1082,""week"":""2021-12-20""}]}",1,complex,line,0,1,0,Neutral,4.0,0,1,1,1.082,1.082,0,15.0,1.0,1.0,1,1.0,3 +2023-03-15 19:03:27,2023-03-15 19:16:06,0,100,759,1,2023-03-15 19:16:07,R_RDZKW3zBXYbPxSh,29.3959,-98.4761,EN,1,13.626,,,,,15.007,98,94,55,18.704,77.277,-2,-3,72.771,1,-3,140.465,-1,33.522,15.01,3,3,2,2,3,2,I guess it can be easy to understand if you go by the numbers themselves and not by the color scheme.,65.45100000000001,3,7,3,1,7,2,I could not tell if the numbers were all supposed to start at zero (the very bottom) or from where one color ended (blue) so it was not easy to understand because of that one reason.,61.592,3,Trying to tell the numbers apart in some charts was not easy.,30.854,2,7,3,4,1,5,6,17.584,4,2,1,3,2,4,2,4,I am very bias to not trusting the system/,46.021,5,3,5,2,3,5,29.315,5,,11.286,1,1981,Texas,4,2,1,,4,,,6,2,1,55.943999999999996,566c7564d408ea000519c678,"{""startTime"":1678921782121,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921697759,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921463288,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":5027,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1116,""week"":""1"",""id"":""chart""},{""time"":7161,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1316,""week"":""1"",""id"":""chart""},{""time"":13961,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2100,""week"":""52"",""id"":""chart""},{""time"":16095,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1116,""week"":""51"",""id"":""chart""},{""time"":18011,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1033,""week"":""3"",""id"":""chart""},{""time"":28213,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1699,""week"":""2"",""id"":""chart""},{""time"":31813,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1033,""week"":""3"",""id"":""chart""},{""time"":33047,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2033,""week"":""49"",""id"":""chart""},{""time"":38340,""label"":""tour_next"",""step"":2},{""time"":48212,""label"":""tour_end"",""step"":2},{""time"":48617,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2467,""week"":""1"",""id"":""chart""},{""time"":55779,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1353,""week"":""51"",""id"":""chart""},{""time"":57159,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1469,""week"":""52"",""id"":""chart""},{""time"":69633,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1131,""week"":""41"",""id"":""chart""},{""time"":72063,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1645,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678921682252,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":1781,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1935,""week"":""40"",""id"":""chart""},{""time"":4597,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2354,""week"":""1"",""id"":""chart""},{""time"":7921,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3831,""week"":""2"",""id"":""chart""},{""time"":11753,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3206,""week"":""2"",""id"":""chart""}]}",0,moderate,bar,0,1,0,Negative,3.8,0,4,4,11.325999999999999,2.8315,9972,15.0,0.0,0.5,0,0.5,2 +2023-03-15 19:04:43,2023-03-15 19:18:18,0,100,814,1,2023-03-15 19:18:19,R_8didFSEiDLiJIOt,41.85,-87.7165,EN,1,6.551,1.0,2.0,2.0,20.997,15.014000000000001,76,68,82,18.273,129.505,-2,1,97.671,1,-3,194.30200000000002,1,44.2,15.007,2,5,6,5,5,4,,19.258,4,2,5,6,5,6,"The visualization is detailed, organized and seems accurate",37.388000000000005,3,,7.497999999999999,2,7,3,4,1,5,6,13.427999999999999,5,9,8,8,5,5,9,5,,15.085,4,2,2,4,4,4,21.718000000000004,5,3.0,43.379,2,1991,Illinois,3,2,1,,7,,,5,3,2,73.378,5a2add709408dc00016f57d3,"{""startTime"":1678921806723,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921757466,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921567225,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":27,""label"":""tour_started""},{""time"":4627,""label"":""tour_next"",""step"":5},{""time"":35912,""label"":""tour_back"",""step"":5},{""time"":38913,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1365,""week"":""52"",""id"":""chart""},{""time"":57210,""label"":""tour_next"",""step"":5},{""time"":62375,""label"":""tour_back"",""step"":5},{""time"":80901,""label"":""tour_next"",""step"":5},{""time"":83583,""label"":""started_brush"",""startDate"":""2021-07-05"",""endDate"":""2021-12-04""},{""time"":85893,""label"":""tour_next"",""step"":5},{""time"":89143,""label"":""moved_brush"",""startDate"":""2021-09-07"",""endDate"":""2022-02-07""},{""time"":90478,""label"":""tour_next"",""step"":5},{""time"":95162,""label"":""started_brush"",""startDate"":""2021-05-09"",""endDate"":""2021-08-15""},{""time"":97090,""label"":""started_brush"",""startDate"":""2021-09-02"",""endDate"":""2021-09-24""},{""time"":99045,""label"":""started_brush"",""startDate"":""2021-07-29"",""endDate"":""2021-08-10""},{""time"":121399,""label"":""cleared_brush"",""using"":""Click""},{""time"":122326,""label"":""started_brush"",""startDate"":""2021-05-23"",""endDate"":""2021-06-27""},{""time"":124699,""label"":""tour_next"",""step"":5},{""time"":128223,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678921742039,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar,0,1,0,Positive,3.3,0,0,0,0.0,0.0,0,15.0,0.5,0.5,1,1.0,3 +2023-03-15 19:03:42,2023-03-15 19:19:18,0,100,936,1,2023-03-15 19:19:19,R_2OPz8CaQPY2kTPZ,35.7532,-81.3264,EN,1,5.0169999999999995,,,,,15.019,99,8,49,23.503,156.315,1,1,28.662,-2,-3,46.059,1,63.812,15.112,3,5,3,5,6,3,very interesting and engaging! thank you!,59.828,5,5,3,3,3,5,because its a well presented graph chart with specific entities related to other specidied entities,47.177,1,,15.679,2,7,3,4,1,5,6,13.53,2,2,4,5,2,5,4,6,,27.198,3,3,4,3,4,3,17.936,6,,3.7089999999999996,1,1982,North Carolina,3,1,1,,7,,,10,2,1,83.28299999999999,5bc8897f462bdb0001a61426,"{""startTime"":1678921968239,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678922059431,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921730522,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":57326,""label"":""cleared_brush"",""using"":""click""},{""time"":62497,""label"":""started_brush"",""startDate"":""2021-08-11"",""endDate"":""2021-08-28""},{""time"":63408,""label"":""started_brush"",""startDate"":""2021-06-12"",""endDate"":""2021-09-09""},{""time"":66761,""label"":""started_brush"",""startDate"":""2021-04-27"",""endDate"":""2021-12-02""},{""time"":75024,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-16""},{""time"":76103,""label"":""moved_brush"",""startDate"":""2021-05-29"",""endDate"":""2022-01-03""},{""time"":77192,""label"":""moved_brush"",""startDate"":""2021-06-27"",""endDate"":""2022-02-02""},{""time"":78076,""label"":""moved_brush"",""startDate"":""2021-04-28"",""endDate"":""2021-12-04""},{""time"":79745,""label"":""moved_brush"",""startDate"":""2021-04-28"",""endDate"":""2021-09-28""},{""time"":80421,""label"":""moved_brush"",""startDate"":""2021-05-27"",""endDate"":""2021-10-26""},{""time"":96781,""label"":""moved_brush"",""startDate"":""2021-05-27"",""endDate"":""2021-10-26""},{""time"":108488,""label"":""cleared_brush"",""using"":""click""},{""time"":108490,""label"":""cleared_brush"",""using"":""Escape""},{""time"":123010,""label"":""hovered"",""timeHovered"":3305,""week"":""2021-11-15""},{""time"":131316,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-04-15""},{""time"":134036,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-04-15""},{""time"":135092,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-04-15""},{""time"":138511,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-09""},{""time"":143200,""label"":""moved_brush"",""startDate"":""2021-04-23"",""endDate"":""2021-11-22""},{""time"":146033,""label"":""moved_brush"",""startDate"":""2021-04-23"",""endDate"":""2021-08-12""},{""time"":155387,""label"":""moved_brush"",""startDate"":""2021-06-19"",""endDate"":""2021-10-08""}]}","{""startTime"":1678921952419,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":1067,""label"":""hovered"",""timeHovered"":6584,""week"":""2021-08-09""},{""time"":9408,""label"":""started_brush"",""startDate"":""2021-06-10"",""endDate"":""2021-08-31""},{""time"":9901,""label"":""started_brush"",""startDate"":""2021-10-08"",""endDate"":""2021-10-19""},{""time"":10828,""label"":""started_brush"",""startDate"":""2021-07-23"",""endDate"":""2021-09-02""},{""time"":13729,""label"":""moved_brush"",""startDate"":""2021-12-27"",""endDate"":""2022-02-05""},{""time"":14667,""label"":""moved_brush"",""startDate"":""2022-01-03"",""endDate"":""2022-02-13""}]}",0,complex,line,1,0,0,Positive,3.3,1,6,1,6.584,6.584,13600,15.0,1.0,0.0,1,1.0,3 +2023-03-15 19:02:28,2023-03-15 19:20:58,0,100,1109,1,2023-03-15 19:20:58,R_2wvLJiObaN9s9hD,33.3124,-111.9195,EN,1,70.205,,,,,15.015,61,100,71,94.22399999999999,117.90799999999999,1,1,69.09100000000001,-3,-3,101.712,-3,69.66,15.013,3,3,3,5,5,2,,66.416,4,5,5,7,7,5,"The instructions included to assume that I trust the data, and this is the way scientific data is often presented. ",84.031,5,,23.128,2,7,3,4,1,5,6,26.553,2,2,8,4,2,4,8,8,,58.748999999999995,4,4,5,1,4,4,69.685,3,,18.046,2,1970,Arizona,7,1,1,,7,,,17,4,2,100.885,639241f806b3758a1b3c1de3,"{""startTime"":1678921788850,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921855646,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921553147,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":27301,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3817,""week"":""32"",""id"":""chart""},{""time"":31119,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1083,""week"":""32"",""id"":""chart""},{""time"":32293,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2060,""week"":""33"",""id"":""chart""},{""time"":34506,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2480,""week"":""34"",""id"":""chart""},{""time"":37120,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1949,""week"":""35"",""id"":""chart""},{""time"":41053,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3268,""week"":""50"",""id"":""chart""},{""time"":44430,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1542,""week"":""49"",""id"":""chart""},{""time"":46010,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1597,""week"":""50"",""id"":""chart""},{""time"":49624,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2299,""week"":""51"",""id"":""chart""},{""time"":52025,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1249,""week"":""52"",""id"":""chart""},{""time"":53281,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2976,""week"":""52"",""id"":""chart""},{""time"":56308,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2183,""week"":""1"",""id"":""chart""},{""time"":58776,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4282,""week"":""2"",""id"":""chart""},{""time"":66132,""label"":""tour_next"",""step"":2},{""time"":75750,""label"":""tour_end"",""step"":2},{""time"":87357,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2506,""week"":""51"",""id"":""chart""},{""time"":89956,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3158,""week"":""52"",""id"":""chart""},{""time"":93228,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1738,""week"":""51"",""id"":""chart""},{""time"":95043,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2556,""week"":""52"",""id"":""chart""},{""time"":97640,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2393,""week"":""1"",""id"":""chart""},{""time"":100169,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2448,""week"":""2"",""id"":""chart""},{""time"":102827,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2424,""week"":""3"",""id"":""chart""},{""time"":106194,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4292,""week"":""4"",""id"":""chart""},{""time"":110777,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2259,""week"":""5"",""id"":""chart""},{""time"":113289,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1431,""week"":""6"",""id"":""chart""}]}","{""startTime"":1678921773431,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,bar,1,0,0,Positive,3.7,0,0,0,0.0,0.0,0,15.0,1.0,0.0,0,0.0,2 +2023-03-15 19:02:02,2023-03-15 19:24:02,0,100,1320,1,2023-03-15 19:24:03,R_1gdbHKiLByTfhGX,42.364,-71.0265,EN,1,106.156,,,,,15.181,99,81,79,20.701,51.727,1,1,105.095,-3,-3,125.292,1,103.3,15.075999999999999,5,5,5,5,5,5,,145.825,4,5,3,7,7,5,it seems to come from a credible source ,26.724,2,,33.116,2,7,3,4,1,5,6,40.455999999999996,6,7,8,8,8,7,9,9,,21.471999999999998,3,3,5,2,3,3,31.448,4,,13.818,2,1982,Maine,2,2,1,,7,,,4,4,1,110.89200000000001,62728c148af5805feea46dc8,"{""startTime"":1678921690574,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":30923},{""label"":""window_focused"",""time"":36733}]}","{""startTime"":1678921840275,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_focused"",""time"":100088},{""label"":""window_focused"",""time"":100089}]}","{""startTime"":1678921512612,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":53,""label"":""tour_started""},{""time"":27960,""label"":""tour_next"",""step"":2},{""time"":35688,""label"":""tour_end"",""step"":2},{""time"":36518,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2858,""week"":""1"",""id"":""chart2""}]}","{""startTime"":1678921673276,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":6260,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2570,""week"":""50"",""id"":""chart""},{""time"":9181,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1616,""week"":""2"",""id"":""chart2""}]}",0,simple,bar,1,0,0,Positive,3.2,0,2,2,4.186,2.093,2921,15.0,1.0,0.0,1,1.0,1 +2023-03-15 19:03:32,2023-03-15 19:25:39,0,100,1326,1,2023-03-15 19:25:40,R_2XmU8lr5Y6TYs8N,36.0432,-95.8072,EN,1,144.52,1.0,4.0,2.0,16.49,15.13,89,100,67,38.863,157.343,1,1,116.27799999999999,-1,1,110.617,1,64.30199999999999,15.127,5,5,5,5,4,5,,51.028999999999996,5,5,5,2,7,5,I believe that the covid rate increases in those not vaccinated.,46.705,5,,40.065,2,7,3,4,1,5,6,34.949,6,8,10,10,10,10,10,10,,42.659,2,4,3,2,1,4,82.61399999999999,2,1.0,25.241,2,1967,Oklahoma,2,2,1,,7,,,1,3,1,206.488,5d4252914733ca0018ff29d7,"{""startTime"":1678922011768,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921894694,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921653274,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":12636,""label"":""hovered"",""timeHovered"":19672,""week"":""2022-01-10""},{""time"":81099,""label"":""cleared_brush"",""using"":""click""},{""time"":89433,""label"":""started_brush"",""startDate"":""2021-11-07"",""endDate"":""2022-01-04""},{""time"":109305,""label"":""moved_brush"",""startDate"":""2021-10-04"",""endDate"":""2022-01-04""},{""time"":121129,""label"":""cleared_brush"",""using"":""click""},{""time"":121135,""label"":""cleared_brush"",""using"":""Escape""},{""time"":153449,""label"":""hovered"",""timeHovered"":1468,""week"":""2022-01-10""}]}","{""startTime"":1678921878359,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line,0,1,0,Positive,2.7,0,0,0,0.0,0.0,0,15.0,1.0,0.5,1,1.0,3 +2023-03-15 19:04:10,2023-03-15 19:30:20,0,100,1569,1,2023-03-15 19:30:21,R_5AelWusKc3X3hJv,41.2093,-96.0548,EN,1,16.487000000000002,1.0,4.0,1.0,23.199,15.037,96,94,43,66.369,98.654,1,-2,139.866,1,1,146.61,1,38.243,15.055,6,6,6,5,5,6,,22.246,4,6,5,4,5,5,The data falls right where I expect it to be.,39.085,3,,15.35,2,7,3,4,1,5,6,32.893,7,9,9,9,10,8,11,10,,41.053999999999995,3,3,2,4,2,2,41.548,1,1.0,15.136,1,1962,Nebraska,6,3,1,,9,,Omaha,16,4,1,476.142,5ee6f91291a7f3467cd37704,"{""startTime"":1678921949664,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921850571,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":2065,""label"":""hovered"",""timeHovered"":1617,""week"":""2021-12-27""},{""time"":6054,""label"":""hovered"",""timeHovered"":1443,""week"":""2022-01-17""},{""time"":10385,""label"":""hovered"",""timeHovered"":1562,""week"":""2022-01-17""},{""time"":16444,""label"":""hovered"",""timeHovered"":8044,""week"":""2022-01-17""},{""time"":25452,""label"":""hovered"",""timeHovered"":1214,""week"":""2022-01-17""},{""time"":27735,""label"":""hovered"",""timeHovered"":1651,""week"":""2022-01-17""},{""time"":30470,""label"":""hovered"",""timeHovered"":1348,""week"":""2022-01-17""},{""time"":32613,""label"":""hovered"",""timeHovered"":1475,""week"":""2022-01-17""}]}","{""startTime"":1678921588871,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":31661,""label"":""hovered"",""timeHovered"":1475,""week"":""2021-06-21""}]}","{""startTime"":1678921835203,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":10844,""label"":""hovered"",""timeHovered"":1889,""week"":""2022-01-10""}]}",1,moderate,line,0,1,0,Positive,2.7,0,1,1,1.889,1.889,0,15.0,0.5,1.0,1,1.0,2 +2023-03-15 18:59:16,2023-03-15 19:34:44,0,100,2128,1,2023-03-15 19:34:44,R_1dhIfEOjQEMo8NP,29.6626,-94.5945,EN,1,13.21,,,,,15.008,75,55,38,46.03,463.945,1,1,49.988,-2,1,327.502,1,187.50099999999998,15.109000000000002,3,3,4,3,3,3,,34.49,2,3,3,7,3,3,I would like to compare it more.,27.463,2,,9.037,2,7,3,4,1,5,6,40.341,3,3,8,6,4,6,6,6,,30.662,3,3,3,3,3,3,63.646,6,,7.473,2,1991,Texas,1,2,1,,7,,,16,2,1,365.61699999999996,5e8d44819163b611f62d706c,"{""startTime"":1678922102326,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678922137705,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921290353,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":4671,""label"":""hovered"",""timeHovered"":1541,""week"":""2022-01-03""},{""time"":7146,""label"":""hovered"",""timeHovered"":2217,""week"":""2022-01-03""}]}","{""startTime"":1678922086417,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,line,0,1,0,Neutral,3.0,0,0,0,0.0,0.0,0,15.0,1.0,0.5,1,1.0,1 +2023-03-15 18:49:19,2023-03-15 19:37:42,0,100,2903,1,2023-03-15 19:37:43,R_POL25rAkSiSqMF3,33.0073,-111.9324,EN,1,11.259,1.0,2.0,1.0,5.354,15.106,85,14,0,36.593,107.573,1,-3,46.901,-2,1,415.466,-3,95.39399999999999,15.01,4,4,5,2,2,4,,445.50199999999995,5,1,7,5,5,5,"The information portrayed is something I have seen outside of this graph, I have observed it in my day to day",49.632,3,,8.596,2,7,3,4,1,5,6,23.947,1,1,1,1,1,1,10,9,,21.096999999999998,4,5,5,2,4,2,25.811999999999998,2,1.0,23.173000000000002,2,2000,Arizona,3,1,1,,9,,black and hispanic,4,4,1,90.89,6103217486fd393d9efbba25,"{""startTime"":1678920861785,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921309582,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678920642522,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":31046,""label"":""started_brush"",""startDate"":""2021-06-05"",""endDate"":""2022-02-13""},{""time"":38472,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-12-20""},{""time"":43877,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-12-20""},{""time"":45231,""label"":""moved_brush"",""startDate"":""2021-06-03"",""endDate"":""2022-02-11""},{""time"":48824,""label"":""moved_brush"",""startDate"":""2021-06-05"",""endDate"":""2022-02-13""},{""time"":49548,""label"":""moved_brush"",""startDate"":""2021-06-05"",""endDate"":""2022-02-13""},{""time"":52231,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-05-05""},{""time"":54889,""label"":""cleared_brush"",""using"":""click""},{""time"":54892,""label"":""cleared_brush"",""using"":""Escape""},{""time"":66942,""label"":""hovered"",""timeHovered"":1369,""week"":""2022-01-03""},{""time"":89418,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-06-06""},{""time"":103378,""label"":""started_brush"",""startDate"":""2021-11-04"",""endDate"":""2022-02-13""}]}","{""startTime"":1678920846322,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":10777,""label"":""started_brush"",""startDate"":""2021-06-25"",""endDate"":""2022-02-13""}]}",1,complex,line,0,1,0,Positive,3.7,1,1,0,0.0,0.0,0,15.0,0.5,0.5,0,0.0,3 +2023-03-15 19:01:40,2023-03-15 19:43:05,0,100,2484,1,2023-03-15 19:43:06,R_2cvLiTj12HaXwCE,43.2189,-88.1165,EN,1,961.628,1.0,2.0,1.0,4.641,15.122,69,83,90,16.375999999999998,12.424000000000001,1,1,58.902,1,1,30.595,-3,19.667,15.008,4,4,3,5,4,4,,18.273,4,4,4,4,4,3,I'm just not sure if any of the data in the graph is factual.,36.491,3,,3.516,2,7,3,4,1,5,6,10.989,2,3,2,3,3,2,9,8,,17.902,4,4,4,1,4,4,9.7,1,4.0,4.87,1,2003,Wisconsin,3,3,1,,7,,,4,3,1,34.435,63181446b17ea16a213403c9,"{""startTime"":1678923576355,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678923595131,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678923489081,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678923560988,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":5369,""label"":""hovered"",""timeHovered"":1462,""week"":""2022-01-03""},{""time"":8144,""label"":""hovered"",""timeHovered"":1199,""week"":""2021-12-27""}]}",1,simple,line,1,0,0,Negative,3.5,0,2,2,2.661,1.3305,2775,15.0,1.0,1.0,0,1.0,1 +2023-03-15 18:56:08,2023-03-15 19:43:13,0,100,2824,1,2023-03-15 19:43:13,R_1gFoTN07tuFpMWQ,32.9475,-96.4407,EN,1,292.60400000000004,1.0,3.0,2.0,90.309,15.209000000000001,67,39,64,174.268,100.855,-2,-1,71.083,1,1,163.078,-3,115.086,15.047,3,3,3,4,3,3,,89.521,3,3,3,2,2,3,"I neither agree nor disagree because the data is not entirely accurate, there were people who did not report having covid, which made it difficult to keep an accurate count.",380.88300000000004,4,,56.066,2,7,3,4,1,5,6,96.103,7,8,9,8,8,9,7,8,,94.147,2,4,3,3,4,2,148.96,6,2.0,79.14,1,1983,Florida,7,1,1,,7,,,8,2,2,373.119,5dcccec0092079953154f997,"{""startTime"":1678922636261,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921957282,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921634808,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":42369,""label"":""hovered"",""timeHovered"":1915,""week"":""2021-12-06""},{""time"":50274,""label"":""hovered"",""timeHovered"":2149,""week"":""2021-04-19""}]}","{""startTime"":1678921939314,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6304,""label"":""hovered"",""timeHovered"":4410,""week"":""2021-07-26""},{""time"":14509,""label"":""hovered"",""timeHovered"":2457,""week"":""2021-12-27""}]}",1,moderate,line,0,1,0,Neutral,3.0,0,2,2,6.867000000000001,3.4335,8205,15.0,0.0,1.0,0,1.0,2 +2023-03-15 18:52:34,2023-03-15 19:52:51,0,100,3617,1,2023-03-15 19:52:52,R_1ezpAh9tBTZi7uu,32.691,-97.1918,EN,1,2031.5320000000002,1.0,4.0,1.0,22.889,15.116,83,100,22,41.753,43.856,1,1,130.687,1,-3,205.15599999999998,-3,79.83,15.012,5,3,4,5,5,4,,46.618,4,5,3,5,5,5,it seems simple and straightforward,30.945999999999998,4,,39.898,2,7,3,4,1,5,6,66.329,1,1,2,2,3,1,9,8,,31.178,3,3,4,3,4,3,223.077,2,2.0,126.696,2,1970,Texas,2,3,1,,4,,,3,4,2,335.522,60dc58e913fdfde86caccc77,"{""startTime"":1678923107464,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678923154618,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678922916118,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":11036,""label"":""tour_next"",""step"":2},{""time"":17149,""label"":""tour_end"",""step"":2},{""time"":19761,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3075,""week"":""52"",""id"":""chart2""},{""time"":27661,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2807,""week"":""52"",""id"":""chart""},{""time"":30682,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4437,""week"":""1"",""id"":""chart""}]}","{""startTime"":1678923091756,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar,0,1,0,Positive,3.3,0,0,0,0.0,0.0,0,15.0,1.0,0.5,0,1.0,1 +2023-03-15 20:36:04,2023-03-15 20:53:52,0,100,1067,1,2023-03-15 20:53:53,R_2t9js19kjhWuRud,47.9425,-122.2139,EN,1,18.319000000000003,,,,,15.008,72,83,65,50.715,138.069,1,1,67.134,-1,-1,76.203,-1,118.277,15.015,3,3,3,4,4,3,,81.816,4,3,3,7,7,4,"I don't know much about their government, so have no real reason to trust or distrust them so I gave them the benefit of the doubt that they are telling the truth about the data.",93.524,5,,16.682000000000002,2,7,3,4,1,5,6,32.65,4,5,4,4,5,4,9,9,,55.478,3,3,4,2,4,4,62.372,1,,8.411,1,1965,Washington,3,2,1,,7,,,9,4,1,106.23,5d1b8b02e24a990019f32501,"{""startTime"":1678927335675,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678927418036,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":8594,""label"":""hovered"",""timeHovered"":6177,""week"":""2021-11-15""},{""time"":33777,""label"":""hovered"",""timeHovered"":1066,""week"":""2021-07-19""}]}","{""startTime"":1678927062932,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":20171,""label"":""hovered"",""timeHovered"":1165,""week"":""2021-11-01""},{""label"":""window_blurred"",""time"":25377},{""label"":""window_focused"",""time"":25656},{""time"":34992,""label"":""tour_next"",""step"":5},{""time"":49780,""label"":""tour_back"",""step"":5},{""time"":64354,""label"":""tour_next"",""step"":5},{""time"":85833,""label"":""started_brush"",""startDate"":""2021-08-29"",""endDate"":""2021-11-07""},{""time"":93255,""label"":""tour_next"",""step"":5},{""time"":109413,""label"":""moved_brush"",""startDate"":""2021-05-07"",""endDate"":""2021-11-07""},{""time"":110212,""label"":""tour_next"",""step"":5},{""time"":116904,""label"":""cleared_brush"",""using"":""click""},{""time"":116905,""label"":""cleared_brush"",""using"":""Escape""},{""time"":118203,""label"":""tour_next"",""step"":5},{""time"":127133,""label"":""tour_end"",""step"":5},{""time"":134304,""label"":""started_brush"",""startDate"":""2021-05-06"",""endDate"":""2021-12-31""}]}","{""startTime"":1678927320209,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line,1,0,0,Positive,3.3,0,0,0,0.0,0.0,0,15.0,1.0,0.0,0,0.0,3 +2023-03-15 20:41:01,2023-03-15 20:57:33,0,100,991,1,2023-03-15 20:57:34,R_3gN6XtlahEUFAxJ,40.3226,-76.4042,EN,1,10.954,2.0,,2.0,3.568,15.677,89,98,56,57.705,95.57799999999999,-2,1,111.958,1,1,96.546,1,178.6,15.216,4,5,4,5,6,4,,31.616999999999997,4,5,5,2,7,4,I feel like its trustworthy based on the amount of information but I dont know the source,42.107,2,,9.146,2,7,3,4,1,5,6,18.756,3,5,6,6,4,6,5,7,,32.241,2,2,2,4,2,4,26.406,2,2.0,15.752,2,1989,Pennsylvania,4,2,1,,9,,Richland,2,4,2,77.153,5f2861ba111b901601482e6f,"{""startTime"":1678927812112,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678927737497,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678927444297,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":32,""label"":""tour_started""},{""time"":22997,""label"":""tour_next"",""step"":5},{""time"":36891,""label"":""cleared_brush"",""using"":""click""},{""time"":37690,""label"":""cleared_brush"",""using"":""click""},{""time"":39070,""label"":""started_brush"",""startDate"":""2021-07-05"",""endDate"":""2021-09-22""},{""time"":39551,""label"":""moved_brush"",""startDate"":""2021-07-16"",""endDate"":""2021-10-03""},{""time"":39639,""label"":""moved_brush"",""startDate"":""2021-07-16"",""endDate"":""2021-10-03""},{""time"":42995,""label"":""moved_brush"",""startDate"":""2021-08-23"",""endDate"":""2021-11-10""},{""time"":44665,""label"":""moved_brush"",""startDate"":""2021-06-26"",""endDate"":""2021-09-13""},{""time"":46043,""label"":""moved_brush"",""startDate"":""2021-05-22"",""endDate"":""2021-08-08""},{""time"":47424,""label"":""tour_next"",""step"":5},{""time"":52744,""label"":""moved_brush"",""startDate"":""2021-05-22"",""endDate"":""2021-08-08""},{""time"":55199,""label"":""moved_brush"",""startDate"":""2021-06-03"",""endDate"":""2021-08-20""},{""time"":56970,""label"":""moved_brush"",""startDate"":""2021-10-15"",""endDate"":""2022-01-02""},{""time"":58045,""label"":""tour_next"",""step"":5},{""time"":62336,""label"":""cleared_brush"",""using"":""click""},{""time"":65008,""label"":""tour_next"",""step"":5},{""time"":73330,""label"":""tour_end"",""step"":5},{""time"":84542,""label"":""cleared_brush"",""using"":""click""},{""time"":85023,""label"":""started_brush"",""startDate"":""2021-10-09"",""endDate"":""2021-12-03""},{""time"":87245,""label"":""moved_brush"",""startDate"":""2021-09-17"",""endDate"":""2021-11-11""},{""time"":87561,""label"":""cleared_brush"",""using"":""click""},{""time"":89228,""label"":""started_brush"",""startDate"":""2021-07-05"",""endDate"":""2021-07-10""},{""time"":93434,""label"":""moved_brush"",""startDate"":""2021-07-05"",""endDate"":""2021-11-23""}]}","{""startTime"":1678927721281,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line,1,0,0,Positive,2.7,0,0,0,0.0,0.0,0,15.0,0.5,1.0,1,1.0,3 +2023-03-15 20:52:40,2023-03-15 21:00:04,0,100,444,1,2023-03-15 21:00:05,R_3sp6AIyIkYnzSiv,39.3277,-82.0996,EN,1,6.447,,,,,15.109000000000002,88,89,63,20.283,26.923000000000002,1,1,59.418,-3,-3,42.772,1,57.18,15.012,6,6,6,6,6,6,,19.954,6,6,6,1,1,6,The data seems to be presented very clearly and thoroughly.,18.352999999999998,5,,9.201,2,7,3,4,1,5,6,12.07,2,5,1,7,6,3,11,11,,27.302,5,5,5,1,5,5,13.863,1,,3.195,2,1991,Ohio,7,3,1,,7,,,8,4,2,46.725,61006b0f1f3bfddb6b4c5d55,"{""startTime"":1678928165048,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678928118213,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678928015481,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":7087,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1082,""week"":""45"",""id"":""chart""},{""time"":12307,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1096,""week"":""35"",""id"":""chart""},{""time"":13891,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1064,""week"":""1"",""id"":""chart""},{""time"":15525,""label"":""tour_next"",""step"":2},{""time"":22381,""label"":""tour_end"",""step"":2},{""time"":24923,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1382,""week"":""48"",""id"":""chart2""}]}","{""startTime"":1678928102563,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,bar,0,1,0,Positive,4.3,0,0,0,0.0,0.0,0,15.0,1.0,0.0,1,1.0,1 +2023-03-15 20:53:49,2023-03-15 21:00:26,0,100,396,1,2023-03-15 21:00:27,R_3QLbfNQYkRpreRd,38.0076,-85.6921,EN,1,4.512,,,,,15.114,65,9,29,15.444,23.936999999999998,1,1,27.35,1,1,36.663000000000004,1,29.26,15.115,5,3,5,5,5,4,,41.471000000000004,5,5,5,3,2,5,"At least at a glance, the chart seems consistent.",24.745,5,,7.216,2,7,3,4,1,5,6,16.292,6,8,3,7,3,4,9,8,,31.377,4,5,4,3,4,4,25.006999999999998,1,,4.198,1,1991,Kentucky,6,2,1,,7,,,1,2,2,32.895,62ea3271cc6c19525f896495,"{""startTime"":1678928190953,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7783,""label"":""hovered"",""timeHovered"":3250,""week"":""2022-01-24""}]}","{""startTime"":1678928140863,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678928072816,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":4,""label"":""tour_started""},{""time"":7417,""label"":""hovered"",""timeHovered"":1200,""week"":""2021-11-22""},{""time"":10957,""label"":""hovered"",""timeHovered"":5208,""week"":""2022-01-03""},{""time"":18109,""label"":""tour_next"",""step"":2},{""time"":21819,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678928125052,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,line,1,0,0,Positive,4.0,0,0,0,0.0,0.0,0,15.0,1.0,1.0,1,1.0,1 +2023-03-15 20:55:06,2023-03-15 21:00:52,0,100,346,1,2023-03-15 21:00:53,R_8vu0cYsE9DURUe5,42.4444,-76.4926,EN,1,4.774,,,,,15.107999999999999,84,23,98,9.306000000000001,23.898000000000003,1,1,24.635,1,1,24.518,1,21.555,15.107999999999999,3,3,4,5,4,3,,15.715,5,4,6,7,7,4,Seems scientific. But with no more context I cannot 100% trust it.,23.546999999999997,4,,6.127999999999999,2,7,3,4,1,5,6,16.555999999999997,4,5,6,6,7,7,10,9,,16.597,2,2,2,5,3,4,12.157,3,,4.546,2,2002,Massachusetts,6,3,1,,2,,,19,4,2,54.117,61036102a3f05e2ef6e4e3c6,"{""startTime"":1678928269504,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678928207598,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678928142339,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":4,""label"":""tour_started""},{""time"":6223,""label"":""tour_next"",""step"":2},{""time"":8857,""label"":""tour_end"",""step"":2},{""time"":10158,""label"":""hovered"",""timeHovered"":7085,""week"":""2021-12-27""},{""time"":18437,""label"":""hovered"",""timeHovered"":1536,""week"":""2021-11-01""}]}","{""startTime"":1678928191972,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":6270,""label"":""hovered"",""timeHovered"":1347,""week"":""2022-01-03""}]}",0,simple,line,2,0,0,Positive,3.0,0,1,1,1.347,1.347,0,15.0,1.0,1.0,1,1.0,1 +2023-03-15 20:48:30,2023-03-15 21:01:43,0,100,793,1,2023-03-15 21:01:44,R_XTIw9HhI13d4LKh,39.5953,-79.9229,EN,1,13.065999999999999,,,,,15.005999999999998,89,33,94,16.107,62.865,1,-3,55.841,1,-3,96.57700000000001,1,68.167,15.114,5,3,4,3,5,5,,25.576999999999998,3,3,5,3,1,5,The data is detailed enough that I believe the data seems correct. ,57.411,4,,9.305,2,7,3,4,1,5,6,24.115,8,9,6,8,9,7,10,9,,27.003,4,3,4,2,3,4,173.885,1,,5.003,1,1987,West Virginia,6,2,1,,7,,,16,4,2,79.479,5f51667a8dff8f39dba7df7f,"{""startTime"":1678927993585,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678927908883,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678927761268,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":2644,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1485,""week"":""1"",""id"":""chart""},{""time"":11737,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2518,""week"":""39"",""id"":""chart""},{""time"":17410,""label"":""tour_next"",""step"":5},{""time"":29827,""label"":""started_brush"",""startDate"":""2021-06-29"",""endDate"":""2021-07-27""},{""time"":31017,""label"":""tour_next"",""step"":5},{""time"":37643,""label"":""moved_brush"",""startDate"":""2021-08-30"",""endDate"":""2021-09-27""},{""time"":38730,""label"":""tour_next"",""step"":5},{""time"":45588,""label"":""cleared_brush"",""using"":""Click""},{""time"":45588,""label"":""cleared_brush"",""using"":""Escape""},{""time"":47083,""label"":""tour_next"",""step"":5},{""time"":54575,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678927893292,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,bar,1,0,0,Positive,3.3,0,0,0,0.0,0.0,0,15.0,0.5,0.5,1,1.0,3 +2023-03-15 20:55:56,2023-03-15 21:01:47,0,100,351,1,2023-03-15 21:01:48,R_3Ol8JGpGmxYegKn,33.933,-84.604,EN,1,4.114,2.0,,2.0,2.4859999999999998,15.118,100,100,60,22.816999999999997,14.331,1,1,54.931999999999995,-1,1,40.589,-1,11.284,15.012,6,6,6,6,6,6,,14.130999999999998,6,6,6,1,1,6,Everything is displayed cleanly. There is no evident bias,15.922,4,,6.247999999999999,2,7,3,4,1,5,6,15.135,2,3,3,4,4,2,9,8,,18.104,3,4,4,4,4,4,11.177999999999999,4,5.0,11.752,1,2004,Georgia,1,1,1,,3,,,11,4,2,46.852,5f0f433274ad8a03f0a4c8f4,"{""startTime"":1678928298459,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678928313392,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678928212269,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":8272,""label"":""tour_next"",""step"":2},{""time"":11172,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678928282852,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line,0,1,0,Positive,3.8,0,0,0,0.0,0.0,0,15.0,1.0,0.5,0,1.0,1 +2023-03-15 20:56:02,2023-03-15 21:03:27,0,100,445,1,2023-03-15 21:03:28,R_2VeEfWCZ7xJYJvv,39.1027,-94.5778,EN,1,15.402000000000001,1.0,3.0,2.0,4.008,15.009,78,77,57,17.938,29.182,1,-3,27.293000000000003,1,1,50.964,1,34.465,15.013,5,3,4,3,5,5,,26.607,4,4,3,2,3,5,It seems consistent with other data I have read.,15.841,5,,9.048,2,7,3,4,1,5,6,19.712,5,7,5,9,6,7,9,9,,39.021,2,4,4,2,4,4,19.025,3,1.0,7.587999999999999,1,1990,Missouri,6,3,1,,7,,,4,4,2,53.706,6335f7d7dad0ae03e9a2509a,"{""startTime"":1678928365013,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678928324157,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678928227376,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":11906,""label"":""tour_next"",""step"":2},{""time"":14490,""label"":""tour_end"",""step"":2},{""time"":15419,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2333,""week"":""1"",""id"":""chart""},{""time"":19069,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1167,""week"":""51"",""id"":""chart""},{""time"":20826,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1268,""week"":""50"",""id"":""chart""}]}","{""startTime"":1678928308546,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":2956,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1644,""week"":""35"",""id"":""chart""},{""time"":7725,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1743,""week"":""6"",""id"":""chart""}]}",1,moderate,bar,0,1,0,Positive,3.3,0,2,2,3.387,1.6935,4769,15.0,0.5,1.0,1,1.0,2 +2023-03-15 20:58:22,2023-03-15 21:04:04,0,100,342,1,2023-03-15 21:04:05,R_3pmVHcTnx83ZLoz,32.7097,-117.1228,EN,1,7.981,,,,,15.110999999999999,72,42,49,13.104000000000001,20.398,1,1,31.438000000000002,-3,1,43.125,1,17.063,15.011,3,3,3,3,3,3,,20.385,2,5,5,3,3,5,Because it lets me get more data from the visualization in writing.,14.642000000000001,3,,6.768,2,7,3,4,1,5,6,11.94,5,8,5,5,8,3,6,8,,19.685,4,4,4,4,4,4,11.068,1,,3.108,2,2000,California,6,3,1,,7,,,7,4,2,49.909,6102dc69fe9b452795eb3d72,"{""startTime"":1678928462987,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678928425546,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678928345300,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":8198,""label"":""tour_next"",""step"":2},{""time"":12988,""label"":""tour_end"",""step"":2},{""time"":15303,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2808,""week"":""2"",""id"":""chart""}]}","{""startTime"":1678928410018,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":3544,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2741,""week"":""1"",""id"":""chart""},{""time"":6416,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1681,""week"":""2"",""id"":""chart""},{""time"":8552,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3112,""week"":""50"",""id"":""chart""}]}",0,moderate,bar,0,1,0,Positive,4.0,0,3,3,7.534,2.5113333333333334,5008,15.0,1.0,0.5,1,0.5,2 +2023-03-15 20:55:47,2023-03-15 21:05:03,0,100,555,1,2023-03-15 21:05:04,R_1eEJ7lMkssmgiZV,27.8044,-82.2759,EN,1,4.488,,,,,15.107999999999999,100,100,50,16.689,116.46799999999999,1,1,66.132,-3,-3,47.806000000000004,1,44.652,15.115,5,5,3,4,4,5,,21.458000000000002,5,4,3,7,7,3,Its a bit jumbled with a lot of data in one section. It can get confusing ,24.78,1,,7.837000000000001,2,7,3,4,1,5,6,18.692999999999998,5,5,8,7,2,6,8,8,,28.266,4,4,5,4,5,3,23.564,6,,10.045,2,1986,Florida,7,3,1,,7,,,9,3,2,54.303999999999995,5cec2163d439ae0016596611,"{""startTime"":1678928370759,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678928392959,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678928193055,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":30,""label"":""tour_started""},{""time"":19253,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1284,""week"":""50"",""id"":""chart""},{""time"":23437,""label"":""tour_next"",""step"":5},{""time"":33023,""label"":""cleared_brush"",""using"":""Click""},{""time"":33993,""label"":""cleared_brush"",""using"":""Click""},{""time"":36382,""label"":""moved_brush"",""startDate"":""2021-04-30"",""endDate"":""2021-06-02""},{""time"":47201,""label"":""cleared_brush"",""using"":""Click""},{""time"":50992,""label"":""cleared_brush"",""using"":""Click""},{""time"":62819,""label"":""cleared_brush"",""using"":""Click""},{""time"":63656,""label"":""cleared_brush"",""using"":""Click""},{""time"":67058,""label"":""cleared_brush"",""using"":""Click""},{""time"":86343,""label"":""started_brush"",""startDate"":""2021-04-12"",""endDate"":""2021-09-04""},{""time"":88873,""label"":""moved_brush"",""startDate"":""2021-04-12"",""endDate"":""2021-09-02""},{""time"":90185,""label"":""tour_next"",""step"":5},{""time"":100342,""label"":""moved_brush"",""startDate"":""2021-06-02"",""endDate"":""2021-10-22""},{""time"":101694,""label"":""tour_next"",""step"":5},{""time"":106280,""label"":""cleared_brush"",""using"":""Click""},{""time"":107400,""label"":""tour_next"",""step"":5},{""time"":112710,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678928354998,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,bar,0,1,0,Negative,4.2,0,0,0,0.0,0.0,0,15.0,1.0,0.0,1,1.0,3 +2023-03-15 20:49:14,2023-03-15 21:06:28,0,100,1033,1,2023-03-15 21:06:30,R_22DZr5UMzi6UXmd,34.7456,-92.3419,EN,1,59.22,1.0,2.0,2.0,12.966,15.107999999999999,86,84,87,117.507,77.09,1,1,124.626,-3,-2,106.351,1,39.766,15.007,4,2,4,4,5,4,,34.117,3,5,5,4,4,4,The difference between the unvaccinated and vaccinated data seems reasonable. Unvaccinated people have more risk in contracting the virus.,115.02600000000001,3,,29.574,2,7,3,4,1,5,6,25.820999999999998,4,5,7,5,3,4,6,7,,36.696999999999996,3,3,5,2,4,4,71.6,4,1.0,17.592,1,1987,Arkansas,6,1,1,,2,,,11,2,2,60.21,63d8915c1adeaab48c7f2029,"{""startTime"":1678928360385,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678928192071,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678927973954,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":17,""label"":""tour_started""},{""time"":19444,""label"":""tour_next"",""step"":2},{""time"":20994,""label"":""tour_back"",""step"":2},{""time"":21846,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4276,""week"":""14"",""id"":""chart""},{""time"":31165,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1091,""week"":""24"",""id"":""chart""},{""time"":32297,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1409,""week"":""25"",""id"":""chart""},{""time"":35713,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1534,""week"":""1"",""id"":""chart""},{""time"":37315,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2632,""week"":""52"",""id"":""chart""},{""time"":39964,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1475,""week"":""1"",""id"":""chart""},{""time"":42038,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1184,""week"":""2"",""id"":""chart""},{""time"":45398,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2741,""week"":""1"",""id"":""chart""},{""time"":49747,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1325,""week"":""52"",""id"":""chart""},{""time"":51690,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3024,""week"":""51"",""id"":""chart""},{""time"":58953,""label"":""tour_next"",""step"":2},{""time"":65266,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3441,""week"":""52"",""id"":""chart2""},{""time"":72019,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678928176359,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":5546,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1725,""week"":""50"",""id"":""chart""},{""time"":8208,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1118,""week"":""52"",""id"":""chart""},{""time"":10890,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3495,""week"":""4"",""id"":""chart""}]}",1,simple,bar,0,1,0,Positive,3.5,0,3,3,6.337999999999999,2.1126666666666667,5344,15.0,1.0,0.0,1,1.0,1 +2023-03-15 20:59:49,2023-03-15 21:09:58,0,100,609,1,2023-03-15 21:09:59,R_6sZXiXEXmWtSjhT,30.2627,-97.7467,EN,1,5.063,1.0,3.0,2.0,4.713,15.012,84,99,97,17.820999999999998,96.0,1,1,46.088,1,1,95.77799999999999,1,35.408,15.014000000000001,5,5,5,6,5,5,,38.34,4,5,5,2,4,5,"It seems to align with the experiences of that I have seen in the rise of cases overall during this time, and I know that this has risen for both vaccinated and unvaccinated in the past",43.4,4,,12.417,2,7,3,4,1,5,6,16.694000000000003,2,3,1,6,4,3,8,9,,18.235,5,5,5,1,5,5,19.892,1,1.0,34.085,2,1989,Texas,6,3,1,,9,,Austin,17,4,2,62.562,54849ec4fdf99b0379939d1d,"{""startTime"":1678928588612,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":1129,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4295,""week"":""52"",""id"":""chart""},{""time"":6418,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2040,""week"":""50"",""id"":""chart""},{""time"":8644,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1181,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678928627334,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678928441272,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":5084,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4479,""week"":""52"",""id"":""chart""},{""time"":11284,""label"":""tour_next"",""step"":5},{""time"":25705,""label"":""started_brush"",""startDate"":""2021-07-22"",""endDate"":""2021-09-04""},{""time"":28787,""label"":""started_brush"",""startDate"":""2021-12-09"",""endDate"":""2022-01-08""},{""time"":30099,""label"":""tour_next"",""step"":5},{""time"":46687,""label"":""moved_brush"",""startDate"":""2021-12-09"",""endDate"":""2021-12-17""},{""time"":47683,""label"":""tour_next"",""step"":5},{""time"":52384,""label"":""cleared_brush"",""using"":""Click""},{""time"":52384,""label"":""cleared_brush"",""using"":""Escape""},{""time"":54066,""label"":""tour_next"",""step"":5},{""time"":57935,""label"":""tour_end"",""step"":5},{""time"":76975,""label"":""started_brush"",""startDate"":""2021-07-10"",""endDate"":""2021-10-15""},{""time"":81254,""label"":""moved_brush"",""startDate"":""2021-07-10"",""endDate"":""2021-09-10""},{""time"":83852,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":4527,""week"":""33"",""id"":""chart""}]}","{""startTime"":1678928573245,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":1577,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4547,""week"":""52"",""id"":""chart""},{""time"":6547,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2977,""week"":""48"",""id"":""chart""}]}",1,complex,bar,0,1,0,Positive,4.3,0,2,2,7.524,3.762,4970,15.0,1.0,1.0,1,1.0,3 +2023-03-15 20:54:02,2023-03-15 21:10:16,0,100,974,1,2023-03-15 21:10:17,R_33kYM3HQfNhNqxW,39.1256,-84.5127,EN,1,10.478,1.0,2.0,1.0,11.072000000000001,15.107000000000001,50,79,43,68.275,206.755,1,1,89.182,-2,1,79.259,1,80.53399999999999,15.007,3,3,3,5,4,3,,66.858,4,5,5,3,4,4,No data on how the study was done.,61.7,4,,11.012,2,7,3,4,1,5,6,24.263,7,8,9,10,4,9,8,10,,33.495,3,4,5,2,4,4,42.04,6,2.0,16.0,1,1965,Ohio,4,2,1,,7,,,14,2,2,69.82600000000001,5c65b61fad596e000179ece5,"{""startTime"":1678928575937,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":42746,""label"":""source_clicked""},{""label"":""window_blurred"",""time"":42770},{""label"":""window_focused"",""time"":55278}]}","{""startTime"":1678928467857,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678928164189,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":4009,""label"":""hovered"",""timeHovered"":3602,""week"":""2021-10-11""},{""time"":14519,""label"":""hovered"",""timeHovered"":7083,""week"":""2022-01-17""},{""time"":21631,""label"":""hovered"",""timeHovered"":5172,""week"":""2022-01-10""},{""time"":55054,""label"":""hovered"",""timeHovered"":11857,""week"":""2021-10-18""},{""time"":73019,""label"":""hovered"",""timeHovered"":7496,""week"":""2021-08-23""},{""time"":95213,""label"":""tour_next"",""step"":5},{""time"":110725,""label"":""tour_back"",""step"":5},{""time"":123197,""label"":""tour_next"",""step"":5},{""time"":152739,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-05-27""},{""time"":158655,""label"":""tour_next"",""step"":5},{""time"":173747,""label"":""moved_brush"",""startDate"":""2021-08-05"",""endDate"":""2021-09-20""},{""time"":174512,""label"":""tour_next"",""step"":5},{""time"":183354,""label"":""cleared_brush"",""using"":""click""},{""time"":183355,""label"":""cleared_brush"",""using"":""Escape""},{""time"":185608,""label"":""tour_next"",""step"":5},{""time"":197089,""label"":""tour_end"",""step"":5},{""time"":198931,""label"":""hovered"",""timeHovered"":3495,""week"":""2021-11-22""}]}","{""startTime"":1678928452364,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":8207,""label"":""hovered"",""timeHovered"":1384,""week"":""2021-10-11""}]}",1,complex,line,1,0,0,Negative,3.7,0,1,1,1.3840000000000001,1.3840000000000001,0,15.0,1.0,0.5,1,1.0,3 +2023-03-15 21:00:26,2023-03-15 21:11:05,0,100,639,1,2023-03-15 21:11:06,R_OwlIyyXoP46x6IF,43.1205,-89.3523,EN,1,30.365,1.0,2.0,1.0,5.265,15.008,100,81,89,30.976,92.29700000000001,1,1,36.146,1,1,46.977,1,27.645,15.107999999999999,3,2,3,5,5,5,,40.085,5,5,3,4,3,5,"It comes from a reputable source, and there is no realistic reason for it to be skewed to untrustworthy levels - given the mission of the CDC.",30.241999999999997,4,,7.25,2,7,3,4,1,5,6,19.195999999999998,1,4,1,7,1,1,9,8,,24.543000000000003,4,4,5,2,5,4,86.70200000000001,1,1.0,10.113999999999999,1,1991,Wisconsin,6,1,1,,7,,,6,4,1,71.986,62be632336006d96574e22ef,"{""startTime"":1678928662172,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678928702894,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678928506068,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":13171,""label"":""tour_next"",""step"":2},{""time"":20115,""label"":""tour_end"",""step"":2},{""time"":24437,""label"":""hovered"",""timeHovered"":1455,""week"":""2022-01-03""},{""time"":27251,""label"":""hovered"",""timeHovered"":4648,""week"":""2022-01-03""},{""time"":37741,""label"":""hovered"",""timeHovered"":1851,""week"":""2021-11-22""},{""time"":40465,""label"":""hovered"",""timeHovered"":7101,""week"":""2021-06-07""},{""time"":51513,""label"":""hovered"",""timeHovered"":4410,""week"":""2022-01-10""},{""time"":57621,""label"":""hovered"",""timeHovered"":1274,""week"":""2022-01-10""},{""time"":58898,""label"":""hovered"",""timeHovered"":4588,""week"":""2022-01-10""},{""time"":64634,""label"":""hovered"",""timeHovered"":2155,""week"":""2021-12-20""},{""time"":66803,""label"":""hovered"",""timeHovered"":11489,""week"":""2021-12-20""}]}","{""startTime"":1678928646296,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":4122,""label"":""hovered"",""timeHovered"":1091,""week"":""2021-08-16""},{""time"":12206,""label"":""hovered"",""timeHovered"":1125,""week"":""2022-01-10""}]}",1,moderate,line,1,0,0,Positive,4.0,0,2,2,2.2159999999999997,1.1079999999999999,8084,15.0,1.0,1.0,1,1.0,2 +2023-03-15 21:01:20,2023-03-15 21:11:09,0,100,589,1,2023-03-15 21:11:11,R_2wThjxe76MJaV49,26.5355,-80.1098,EN,1,2.904,1.0,2.0,2.0,7.733,15.115,74,76,50,13.205,17.35,1,1,50.341,-3,-3,57.20399999999999,-1,39.07,15.119000000000002,3,3,3,4,2,7,,48.986999999999995,3,5,3,1,7,3,one random chart in a study which may or not intentionally share incorrect information cant be judged normally.,43.782,1,,13.116,2,7,3,4,1,5,6,17.276,1,2,1,2,1,1,2,2,,30.085,3,2,3,2,4,3,80.883,2,5.0,15.856,1,1998,Florida,3,1,1,,3,,,1,4,2,79.263,5fff0f626abf51640c57419e,"{""startTime"":1678928681645,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678928616511,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678928531216,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":4285,""label"":""tour_next"",""step"":2},{""time"":6471,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678928600768,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":10286,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1377,""week"":""14"",""id"":""chart2""}]}",1,simple,bar,1,0,0,Neutral,2.8,0,1,1,1.3769999999999998,1.3769999999999998,0,15.0,1.0,0.0,0,1.0,1 +2023-03-15 21:02:37,2023-03-15 21:11:40,0,100,542,1,2023-03-15 21:11:40,R_2aS9rRCLx5EWXfv,33.6647,-117.9663,EN,1,6.97,1.0,3.0,1.0,5.638,15.114,88,100,65,16.529,28.281,1,1,45.155,-3,-3,64.681,1,37.955999999999996,15.119000000000002,6,6,6,6,6,6,,14.209000000000001,4,6,5,5,4,6,"Because it appears to show information that is universally understood, unvaccinated people get sick more often than vaccinated people",106.94200000000001,5,,11.517999999999999,2,7,3,4,1,5,6,18.024,3,7,2,6,10,2,11,9,,24.801,3,3,3,3,4,3,25.112,3,1.0,13.411,2,1988,California,4,1,1,,7,,,9,4,1,51.582,5c68c8726e9608000140f828,"{""startTime"":1678928723339,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678928738695,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678928613906,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":3553,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2388,""week"":""37"",""id"":""chart""},{""time"":8164,""label"":""tour_next"",""step"":2},{""time"":13226,""label"":""tour_end"",""step"":2},{""time"":14720,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2268,""week"":""51"",""id"":""chart""},{""time"":19020,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1001,""week"":""6"",""id"":""chart""}]}","{""startTime"":1678928707730,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":10231,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3254,""week"":""15"",""id"":""chart""}]}",1,moderate,bar,0,1,0,Positive,3.2,0,1,1,3.2539999999999996,3.2539999999999996,0,15.0,1.0,0.0,1,0.0,2 +2023-03-15 21:01:48,2023-03-15 21:12:26,0,100,637,1,2023-03-15 21:12:28,R_2y9JUqZ1l7ESpzF,38.5753,-90.2651,EN,1,9.078,,,,,15.164000000000001,79,5,4,34.055,92.57700000000001,1,1,41.983999999999995,-1,1,33.326,-2,79.89,15.065999999999999,4,4,4,1,1,7,,27.146,4,1,7,7,7,7,"Hard to understand and since it's so complicated, I don't trust the data",27.701,6,,8.738,2,7,3,4,1,5,6,28.635,1,1,10,7,2,4,8,9,none,46.593,2,2,2,4,2,2,29.959,4,,6.846,2,1947,Missouri,3,2,1,,7,,,6,3,2,68.439,5e30cffb5a41120d29d33113,"{""startTime"":1678928840598,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678928777243,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678928586821,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":20,""label"":""tour_started""},{""time"":15708,""label"":""hovered"",""timeHovered"":8642,""week"":""2021-12-13""},{""time"":27563,""label"":""tour_next"",""step"":5},{""time"":45560,""label"":""started_brush"",""startDate"":""2021-05-04"",""endDate"":""2021-05-13""},{""time"":49969,""label"":""moved_brush"",""startDate"":""2021-05-04"",""endDate"":""2022-02-13""},{""time"":51884,""label"":""tour_next"",""step"":5},{""time"":60766,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-01-20""},{""time"":62516,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-01-20""},{""time"":63992,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-01-20""},{""time"":64997,""label"":""tour_next"",""step"":5},{""time"":72843,""label"":""cleared_brush"",""using"":""click""},{""time"":72846,""label"":""cleared_brush"",""using"":""Escape""},{""time"":74686,""label"":""tour_next"",""step"":5},{""time"":79713,""label"":""tour_end"",""step"":5},{""time"":82037,""label"":""hovered"",""timeHovered"":1340,""week"":""2022-01-10""},{""time"":85458,""label"":""hovered"",""timeHovered"":2367,""week"":""2022-01-10""}]}","{""startTime"":1678928761291,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line,1,1,0,Negative,2.3,0,0,0,0.0,0.0,0,15.0,1.0,0.5,0,0.0,3 +2023-03-15 21:03:42,2023-03-15 21:13:55,0,100,613,1,2023-03-15 21:13:56,R_31nNIP8jXSDfhyq,43.6842,-70.2816,EN,1,15.167,,,,,15.110999999999999,89,69,78,35.535,25.845,1,1,70.447,-1,1,72.404,1,70.98,15.014000000000001,5,5,5,4,5,5,,21.393,5,4,5,2,7,5,The data seems plausible; there's nothing to indicate that any of it is false or misleading. It's hard to imagine anyone deciding to deliberately mislead the general public on this topic.,74.469,6,,14.901,2,7,3,4,1,5,6,14.742,7,8,6,8,10,4,10,10,,25.388,4,4,4,2,5,5,30.113000000000003,2,,6.73,2,1970,Maine,6,3,1,,7,,,10,2,2,53.036,5dceb040f2fabc10bd4a10fa,"{""startTime"":1678928810210,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678928832067,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678928695372,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":16279,""label"":""tour_next"",""step"":2},{""time"":22295,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678928794639,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6637,""label"":""hovered"",""timeHovered"":5256,""week"":""2022-01-17""},{""time"":12523,""label"":""hovered"",""timeHovered"":1573,""week"":""2022-01-17""}]}",0,moderate,line,1,0,0,Positive,4.0,0,2,2,6.829,3.4145,5886,15.0,1.0,0.5,1,0.5,2 +2023-03-15 21:06:19,2023-03-15 21:14:06,0,100,467,1,2023-03-15 21:14:07,R_Tbk1bcIhcVdqM1z,42.4723,-82.9967,EN,1,3.9730000000000003,,,,,15.012,89,70,58,26.997,67.015,1,1,37.657,-1,1,34.111,1,24.694000000000003,15.110999999999999,3,4,4,3,4,5,,25.754,3,4,7,1,1,5,"It is from the chamber of agriculture, and why would someone lie about this",25.634,4,,9.036,2,7,3,4,1,5,6,16.43,3,3,8,8,8,1,11,10,,26.159000000000002,1,1,3,4,1,4,30.180999999999997,1,,8.751,2,1999,Michigan,6,3,1,,2,,,17,4,1,61.636,602c4e244525b352fc0779ee,"{""startTime"":1678928984307,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678928937900,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678928829963,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":13354,""label"":""hovered"",""timeHovered"":3600,""week"":""2022-01-24""},{""time"":17738,""label"":""hovered"",""timeHovered"":1599,""week"":""2022-01-17""},{""time"":20204,""label"":""hovered"",""timeHovered"":1533,""week"":""2022-01-03""},{""time"":22456,""label"":""tour_next"",""step"":5},{""time"":31272,""label"":""cleared_brush"",""using"":""click""},{""time"":34300,""label"":""started_brush"",""startDate"":""2021-07-16"",""endDate"":""2022-02-13""},{""time"":35667,""label"":""started_brush"",""startDate"":""2021-05-19"",""endDate"":""2021-10-17""},{""time"":38856,""label"":""moved_brush"",""startDate"":""2021-07-17"",""endDate"":""2021-12-15""},{""time"":39760,""label"":""tour_next"",""step"":5},{""time"":47084,""label"":""moved_brush"",""startDate"":""2021-07-17"",""endDate"":""2021-12-15""},{""time"":47669,""label"":""moved_brush"",""startDate"":""2021-04-26"",""endDate"":""2021-09-25""},{""time"":48319,""label"":""tour_next"",""step"":5},{""time"":60198,""label"":""cleared_brush"",""using"":""click""},{""time"":60206,""label"":""cleared_brush"",""using"":""Escape""},{""time"":61053,""label"":""tour_next"",""step"":5},{""time"":64221,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678928922408,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":7346,""label"":""hovered"",""timeHovered"":2488,""week"":""2022-01-24""},{""time"":14878,""label"":""started_brush"",""startDate"":""2022-01-03"",""endDate"":""2022-02-13""}]}",0,complex,line,1,0,0,Positive,2.3,1,2,1,2.488,2.488,7532,15.0,1.0,0.5,1,1.0,3 +2023-03-15 21:02:39,2023-03-15 21:14:56,0,100,736,1,2023-03-15 21:14:56,R_24jeB1Q7sDxZqTR,39.2812,-76.7406,EN,1,10.198,1.0,1.0,2.0,8.215,15.127,75,38,76,19.382,63.631,-1,-2,63.385,-3,-1,86.139,-1,48.016999999999996,15.020999999999999,2,3,3,2,3,7,,23.386,3,2,2,2,1,3,covid numbers are bloated with inaccurate data,59.20399999999999,3,,13.17,2,7,3,4,1,5,6,51.537,4,6,4,4,2,8,9,9,,25.601,2,3,5,2,3,4,31.099,3,4.0,17.62,1,1986,Maryland,2,1,1,,3,,,12,2,1,86.647,63480f3ff2ebda4f9403cc01,"{""startTime"":1678928919390,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678928829314,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678928662180,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":25795,""label"":""tour_next"",""step"":2},{""time"":37837,""label"":""tour_end"",""step"":2},{""time"":42905,""label"":""hovered"",""timeHovered"":1590,""week"":""2021-08-02""},{""time"":45733,""label"":""hovered"",""timeHovered"":2209,""week"":""2021-04-12""}]}","{""startTime"":1678928813499,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line,0,1,0,Negative,3.2,0,0,0,0.0,0.0,0,15.0,0.0,0.0,0,0.0,2 +2023-03-15 21:09:21,2023-03-15 21:15:02,0,100,340,1,2023-03-15 21:15:03,R_2f34ZFf3Qe37QTf,44.2433,-88.3564,EN,1,14.487,1.0,3.0,2.0,4.8,15.011,89,88,71,12.727,18.082,-2,1,26.866,-3,-3,29.929000000000002,1,24.13,15.116,6,5,5,5,4,5,,21.794,5,6,6,5,5,5,I've read other information that corroborates this visualization.,15.698,5,,5.602,2,7,3,4,1,5,6,25.689,3,7,2,8,4,3,11,9,,21.503,4,5,5,2,5,5,13.100999999999999,2,3.0,7.757000000000001,2,2001,Minnesota,3,3,1,,7,,,16,4,1,38.838,5e8787bf14e2970c36c20705,"{""startTime"":1678929110260,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678929081419,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678929016700,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":6220,""label"":""tour_next"",""step"":2},{""time"":8612,""label"":""tour_end"",""step"":2},{""time"":9699,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1211,""week"":""52"",""id"":""chart""},{""time"":13027,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1329,""week"":""3"",""id"":""chart""}]}","{""startTime"":1678929065767,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar,0,1,0,Positive,4.3,0,0,0,0.0,0.0,0,15.0,0.5,0.0,1,0.0,2 +2023-03-15 21:02:53,2023-03-15 21:15:26,0,100,753,1,2023-03-15 21:15:27,R_29i8cP8qx2s5vJN,44.0683,-123.0763,EN,1,11.247,1.0,4.0,2.0,5.777,15.2,89,94,80,51.298,60.056999999999995,1,1,98.679,-1,1,101.978,-1,36.315,15.013,5,4,5,6,6,5,,23.12,4,6,6,5,5,5,"first off it shows data from a very reliable source, CDC. They do not stand anything to gain by manipulating the data.",49.497,5,,9.954,2,7,3,4,1,5,6,24.759,7,8,9,8,8,7,10,10,,42.153,4,4,4,2,4,4,35.164,2,1.0,11.835,1,1967,Oregon,3,1,1,,7,,,16,4,1,109.27600000000001,5fc2ab07be970b4cde3ba33d,"{""startTime"":1678928848177,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678928871915,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678928672229,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":5032,""label"":""hovered"",""timeHovered"":1017,""week"":""2021-07-19""},{""time"":9136,""label"":""hovered"",""timeHovered"":2752,""week"":""2021-12-27""},{""time"":11905,""label"":""hovered"",""timeHovered"":1218,""week"":""2021-12-27""},{""time"":30390,""label"":""tour_next"",""step"":2},{""time"":37749,""label"":""tour_end"",""step"":2},{""label"":""window_blurred"",""time"":41847},{""label"":""window_focused"",""time"":47600}]}","{""startTime"":1678928832529,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":5810,""label"":""hovered"",""timeHovered"":1826,""week"":""2021-12-27""},{""time"":7922,""label"":""hovered"",""timeHovered"":1024,""week"":""2021-12-27""},{""time"":10195,""label"":""hovered"",""timeHovered"":1221,""week"":""2022-01-31""}]}",1,simple,line,1,0,0,Positive,3.7,0,3,3,4.071000000000001,1.357,4385,15.0,1.0,0.5,0,1.0,1 +2023-03-15 21:08:42,2023-03-15 21:16:34,0,100,472,1,2023-03-15 21:16:34,R_2QzAf8dawazvySI,33.9883,-118.1823,EN,1,5.542999999999999,1.0,3.0,1.0,17.503,15.078,100,100,19,20.39,22.459,-2,-1,59.799,-3,-2,54.343,1,26.357,15.118,5,5,5,5,5,5,,14.684000000000001,4,4,4,4,4,4,Based on the source of the information,25.689,2,,8.132,2,7,3,4,1,5,6,21.008000000000003,5,6,3,6,4,6,9,8,,24.629,4,4,5,1,4,4,25.406999999999996,2,2.0,23.677,2,1998,California,6,1,1,,9,,Downey,10,3,1,48.938,60fff33b80569cb2f8d1b007,"{""startTime"":1678929136740,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678929093435,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678928993869,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":54,""label"":""tour_started""},{""time"":5399,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2366,""week"":""29"",""id"":""chart""},{""time"":10463,""label"":""tour_next"",""step"":2},{""time"":20094,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678929077333,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":7658,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1035,""week"":""50"",""id"":""chart""},{""time"":9475,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1610,""week"":""3"",""id"":""chart""},{""time"":11829,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2474,""week"":""50"",""id"":""chart""}]}",1,simple,bar,1,0,0,Positive,3.7,0,3,3,5.119,1.7063333333333333,4171,15.0,0.0,0.0,1,0.0,1 +2023-03-15 20:49:40,2023-03-15 21:17:54,0,100,1693,1,2023-03-15 21:17:54,R_1llWpvBd4rvtw5Y,31.1823,-83.7641,EN,1,92.50299999999999,1.0,3.0,1.0,17.063,15.187000000000001,94,85,56,76.308,134.238,1,1,164.34799999999998,-3,-3,134.687,-2,86.073,15.061,4,3,4,5,4,4,"I wondering how this graph would account for people who caught COVID, but did not seek medical help for it.",289.60200000000003,4,5,5,3,4,4,"I question the medical communities ability to accurately measure the actual number of COVID cases. For the most part, I do trust the CDC though.",124.369,4,,80.025,2,7,3,4,1,5,6,47.657,2,3,8,6,3,5,9,9,,69.095,3,3,4,3,4,4,81.434,4,1.0,39.463,2,1969,Georgia,6,2,1,,7,,,9,4,2,109.432,60160f7fe4c5e278be505f72,"{""startTime"":1678928303866,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":144713,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5346,""week"":""1"",""id"":""chart""},{""time"":200087,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1300,""week"":""51"",""id"":""chart""}]}","{""startTime"":1678928595427,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678928014329,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":25,""label"":""tour_started""},{""time"":53766,""label"":""tour_next"",""step"":2},{""time"":67732,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678928285380,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar,1,1,0,Neutral,3.5,0,0,0,0.0,0.0,0,15.0,1.0,0.0,0,0.0,2 +2023-03-15 21:09:55,2023-03-15 21:18:01,0,100,485,1,2023-03-15 21:18:02,R_1rBu5r7fQ35uzqt,41.8502,-87.6736,EN,1,4.654,1.0,2.0,2.0,7.563,15.017999999999999,38,69,53,26.414,24.329,1,-3,55.4,1,-3,55.365,-3,33.202,15.120999999999999,7,7,7,4,5,7,,28.598000000000003,4,5,5,7,7,7,"I dont trust any covid numbers, i feel the tests are not accurate.",29.046999999999997,5,,6.462999999999999,2,7,3,4,1,5,6,17.79,2,2,9,7,2,6,6,7,,20.643,2,4,4,2,4,2,22.855,4,1.0,13.946,1,1970,Michigan,4,2,1,,7,,,17,2,1,49.89,5a6b35d3d5d4cb0001d643d8,"{""startTime"":1678929227293,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678929165480,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678929069225,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":17,""label"":""tour_started""},{""time"":7785,""label"":""tour_next"",""step"":2},{""time"":16092,""label"":""tour_end"",""step"":2},{""time"":20821,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1559,""week"":""1"",""id"":""chart2""}]}","{""startTime"":1678929150120,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":2579,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3054,""week"":""52"",""id"":""chart""},{""time"":9460,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1022,""week"":""52"",""id"":""chart2""}]}",1,simple,bar,0,1,0,Negative,3.0,0,2,2,4.0760000000000005,2.0380000000000003,6881,15.0,0.5,0.5,0,0.5,1 +2023-03-15 21:06:13,2023-03-15 21:19:17,0,100,783,1,2023-03-15 21:19:17,R_1rAe6rWFYXEBri4,40.7038,-111.5437,EN,1,11.593,,,,,15.005999999999998,91,97,74,58.21,46.349,-3,-3,57.555,1,1,98.94200000000001,-1,43.122,15.013,4,5,4,6,2,5,,63.303000000000004,5,6,6,3,5,5,Its clear and comes from a governmental agriculture agency. ,37.019,4,,8.835,2,7,3,4,1,5,6,23.948,1,5,1,6,4,3,10,8,,34.603,4,4,4,2,3,4,46.58,2,,6.766,2,1988,Utah,5,2,1,,7,,,9,4,1,155.87,63fb001cebe7de78a66a9bdd,"{""startTime"":1678928989555,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678929053496,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678928868628,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":13392,""label"":""tour_next"",""step"":2},{""time"":17564,""label"":""tour_end"",""step"":2},{""time"":20577,""label"":""hovered"",""timeHovered"":2803,""week"":""2022-01-03""},{""time"":23393,""label"":""hovered"",""timeHovered"":1474,""week"":""2022-01-03""},{""time"":32041,""label"":""hovered"",""timeHovered"":1423,""week"":""2021-12-20""},{""time"":34585,""label"":""hovered"",""timeHovered"":1290,""week"":""2021-12-20""}]}","{""startTime"":1678928973578,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":13631,""label"":""hovered"",""timeHovered"":1509,""week"":""2022-01-31""}]}",0,simple,line,1,1,0,Positive,3.5,0,1,1,1.5090000000000001,1.5090000000000001,0,15.0,0.0,1.0,0,0.0,1 +2023-03-15 21:11:07,2023-03-15 21:21:08,0,100,600,1,2023-03-15 21:21:09,R_1IWdWXABoR84SWn,33.5173,-117.1208,EN,1,4.296,,,,,15.015,95,93,96,35.464,65.331,-2,1,47.413999999999994,1,1,65.477,-1,30.301,15.118,3,7,3,3,1,3,,30.244,4,5,5,1,1,6,"I don't have any reason not to trust it. I'm assuming for ""survey"" purposes it is accurate. However, if I was really interested in trusting it, I would verify sources.",37.107,3,,11.82,2,7,3,4,1,5,6,18.293,5,3,4,5,1,6,9,10,,44.341,2,3,2,3,2,3,40.507,6,,7.51,2,1962,California,4,2,1,,7,,,14,3,2,73.808,5dd61dcccaee3e5c8b9141cf,"{""startTime"":1678929348690,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678929278261,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678929130882,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":7802,""label"":""hovered"",""timeHovered"":1633,""week"":""2021-08-30""},{""time"":10369,""label"":""hovered"",""timeHovered"":1116,""week"":""2021-09-20""},{""time"":43810,""label"":""tour_next"",""step"":2},{""time"":53585,""label"":""tour_end"",""step"":2},{""time"":55522,""label"":""hovered"",""timeHovered"":2530,""week"":""2021-08-16""}]}","{""startTime"":1678929262555,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,line,1,0,0,Positive,2.5,0,0,0,0.0,0.0,0,15.0,0.5,1.0,0,1.0,2 +2023-03-15 21:08:10,2023-03-15 21:22:32,0,100,862,1,2023-03-15 21:22:33,R_25YFprQkeMxbBMG,34.0125,-118.4682,EN,1,19.789,,,,,15.116,46,74,53,75.39399999999999,77.71600000000001,-2,1,82.801,-3,-3,58.828,-2,76.062,15.015999999999998,3,7,3,3,2,4,,61.535,2,5,3,1,7,4,"I don't distrust this chart, but also not sure where the info is from.",34.293,4,,15.262,2,7,3,4,1,5,6,40.286,6,6,6,6,5,6,9,8,,35.736999999999995,3,2,4,3,3,2,59.233000000000004,2,,14.300999999999998,2,1974,California,6,3,1,,2,,,4,4,2,82.285,612d247d45adec4a638aef83,"{""startTime"":1678929270258,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678929194090,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678929016338,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":34,""label"":""tour_started""},{""time"":19500,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5383,""week"":""42"",""id"":""chart""},{""time"":25900,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4215,""week"":""42"",""id"":""chart""},{""time"":30866,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2398,""week"":""47"",""id"":""chart""},{""time"":33314,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2416,""week"":""49"",""id"":""chart""},{""time"":36347,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3050,""week"":""1"",""id"":""chart""},{""time"":39616,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2480,""week"":""46"",""id"":""chart""},{""time"":42430,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2349,""week"":""45"",""id"":""chart""},{""time"":46430,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1833,""week"":""1"",""id"":""chart""},{""time"":48962,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1251,""week"":""52"",""id"":""chart""},{""time"":50228,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1502,""week"":""1"",""id"":""chart""},{""time"":53313,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1266,""week"":""1"",""id"":""chart""},{""time"":54631,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1164,""week"":""52"",""id"":""chart""},{""time"":55844,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1235,""week"":""1"",""id"":""chart""},{""time"":57112,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1083,""week"":""2"",""id"":""chart""},{""time"":60857,""label"":""tour_next"",""step"":2},{""time"":62747,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1798,""week"":""50"",""id"":""chart2""},{""time"":65628,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2566,""week"":""52"",""id"":""chart2""},{""time"":68228,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1683,""week"":""1"",""id"":""chart2""},{""time"":69927,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3470,""week"":""2"",""id"":""chart2""},{""time"":76121,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678929178097,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":8356,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1399,""week"":""3"",""id"":""chart""},{""time"":10572,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3523,""week"":""4"",""id"":""chart""}]}",0,simple,bar,1,0,0,Neutral,2.8,0,2,2,4.922,2.461,2216,15.0,0.5,0.0,0,0.5,1 +2023-03-15 21:02:43,2023-03-15 21:23:04,0,100,1220,1,2023-03-15 21:23:04,R_1g0FLNI5GKYVKpc,33.9372,-84.0791,EN,1,22.756999999999998,,,,,15.115,86,80,78,84.971,89.146,1,1,67.595,-3,-3,159.97899999999998,1,56.596000000000004,15.115,6,6,6,6,6,6,,20.87,5,5,6,2,5,6,I don't think there would be any reason to lie about the data presented in the visualization.,23.284000000000002,5,,8.538,2,7,3,4,1,5,6,18.192,3,3,8,7,2,6,8,10,,23.997,4,4,4,2,4,4,42.14,4,,4.513999999999999,1,1992,Georgia,6,1,1,,7,,,16,1,2,465.218,5f4b3cf86618635f0e7d250b,"{""startTime"":1678929023067,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":14,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1222,""week"":""2"",""id"":""chart""}]}","{""startTime"":1678929044449,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678928756937,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":22135,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3595,""week"":""3"",""id"":""chart""},{""time"":26836,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":30010,""week"":""6"",""id"":""chart""},{""label"":""window_blurred"",""time"":58462},{""label"":""window_focused"",""time"":70136},{""time"":70975,""label"":""tour_next"",""step"":2},{""time"":78882,""label"":""tour_end"",""step"":2},{""time"":79668,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2081,""week"":""2"",""id"":""chart""}]}","{""startTime"":1678929007528,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":7928,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1011,""week"":""2"",""id"":""chart""},{""time"":9000,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1792,""week"":""3"",""id"":""chart""}]}",0,moderate,bar,1,0,0,Positive,3.7,0,2,2,2.803,1.4015,1072,15.0,1.0,0.0,1,0.0,2 +2023-03-15 21:14:34,2023-03-15 21:23:08,0,100,513,1,2023-03-15 21:23:09,R_1d0lWHAfKSnoTBe,30.6032,-96.3136,EN,1,8.972000000000001,,,,,15.115,90,82,73,26.625,91.54299999999999,1,1,41.446000000000005,1,-3,39.117,1,44.7,15.01,5,5,5,5,5,5,,23.388,5,5,4,7,7,5,The visualization clearly labels all of the data and where the source is from.,22.186,5,,9.396,2,7,3,4,1,5,6,15.600999999999999,2,4,1,3,4,4,10,8,,17.075,3,4,5,2,5,4,23.471999999999998,1,,3.95,2,1996,Texas,9,3,1,,9,,College Station,4,4,1,66.403,6122b5527020257bf5aabc8e,"{""startTime"":1678929492887,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678929516870,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678929340495,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":9039,""label"":""tour_next"",""step"":5},{""time"":30340,""label"":""cleared_brush"",""using"":""Click""},{""time"":34870,""label"":""started_brush"",""startDate"":""2021-06-21"",""endDate"":""2021-08-08""},{""time"":35629,""label"":""tour_next"",""step"":5},{""time"":41862,""label"":""cleared_brush"",""using"":""Click""},{""time"":46132,""label"":""started_brush"",""startDate"":""2021-06-03"",""endDate"":""2021-07-20""},{""time"":54480,""label"":""moved_brush"",""startDate"":""2021-06-03"",""endDate"":""2021-07-20""},{""time"":55709,""label"":""moved_brush"",""startDate"":""2021-06-03"",""endDate"":""2021-07-28""},{""time"":56755,""label"":""moved_brush"",""startDate"":""2021-08-25"",""endDate"":""2021-10-19""},{""time"":57414,""label"":""tour_next"",""step"":5},{""time"":71548,""label"":""cleared_brush"",""using"":""Click""},{""time"":72879,""label"":""tour_next"",""step"":5},{""time"":76104,""label"":""tour_end"",""step"":5},{""time"":82180,""label"":""started_brush"",""startDate"":""2021-05-23"",""endDate"":""2021-06-08""},{""time"":84286,""label"":""moved_brush"",""startDate"":""2021-07-28"",""endDate"":""2021-08-13""},{""time"":86077,""label"":""moved_brush"",""startDate"":""2021-07-28"",""endDate"":""2021-12-31""},{""time"":89938,""label"":""moved_brush"",""startDate"":""2021-09-03"",""endDate"":""2022-02-07""}]}","{""startTime"":1678929477492,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":10994,""label"":""started_brush"",""startDate"":""2021-11-02"",""endDate"":""2022-01-01""}]}",0,complex,bar,1,1,0,Positive,3.8,1,1,0,0.0,0.0,0,15.0,1.0,0.5,1,1.0,3 +2023-03-15 21:12:53,2023-03-15 21:23:34,0,100,641,1,2023-03-15 21:23:35,R_11X8JD8XcYY4PID,42.5134,-83.0647,EN,1,4.769,1.0,3.0,1.0,4.334,15.02,59,27,39,48.773999999999994,36.397,-2,1,39.669000000000004,1,1,55.673,1,46.001999999999995,15.020999999999999,3,3,2,3,4,3,Opened the data source in a new tab just now and absolutely zero idea what I was looking at. Extremely confusing.,105.175,2,2,7,1,1,3,Don't know how cases of covid were reported or verified. E.g. don't know the source of the data and how trustworthy it is.,29.267,5,,18.596,2,7,3,4,1,5,6,26.455,2,6,6,7,3,6,8,8,,39.292,2,2,3,4,3,2,36.611,4,5.0,25.021,1,1985,Michigan,5,2,1,,7,,,7,4,2,44.035,614149e12ad52d5ea08555e9,"{""startTime"":1678929439481,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":42271},{""label"":""window_focused"",""time"":72089}]}","{""startTime"":1678929374540,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":150,""label"":""hovered"",""timeHovered"":1126,""week"":""2021-08-09""}]}","{""startTime"":1678929266117,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":4745,""label"":""hovered"",""timeHovered"":1458,""week"":""2022-01-03""},{""time"":21914,""label"":""tour_next"",""step"":2},{""time"":25733,""label"":""tour_end"",""step"":2},{""time"":30960,""label"":""hovered"",""timeHovered"":3938,""week"":""2022-01-03""}]}","{""startTime"":1678929359004,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":9708,""label"":""hovered"",""timeHovered"":1666,""week"":""2021-09-20""}]}",1,moderate,line,1,1,0,Negative,2.7,0,1,1,1.666,1.666,0,15.0,0.5,1.0,1,1.0,2 +2023-03-15 21:15:15,2023-03-15 21:23:53,0,100,517,1,2023-03-15 21:23:54,R_2644r2Io2JBlLZg,41.8502,-87.6736,EN,1,17.863,1.0,2.0,2.0,5.681,15.110999999999999,93,100,50,37.010999999999996,70.285,1,1,42.663999999999994,1,1,47.317,1,47.281000000000006,15.11,5,2,6,6,5,5,,10.284,6,6,5,2,5,6,It seems realistic and trustworthy. Seems very accurate.,21.489,5,,8.007,2,7,3,4,1,5,6,17.777,3,2,1,3,2,4,1,1,,30.515,4,5,4,2,5,4,32.181999999999995,5,1.0,16.249000000000002,2,2002,Illinois,2,3,1,,3,,,10,3,2,48.398999999999994,61366a0250ad37452b08b9a3,"{""startTime"":1678929574225,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678929533363,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":9130},{""label"":""window_focused"",""time"":10242},{""label"":""window_blurred"",""time"":10653},{""label"":""window_focused"",""time"":12110}]}","{""startTime"":1678929399369,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":9010,""label"":""tour_next"",""step"":5},{""time"":18228,""label"":""started_brush"",""startDate"":""2021-08-16"",""endDate"":""2022-02-13""},{""time"":18923,""label"":""tour_next"",""step"":5},{""time"":22359,""label"":""started_brush"",""startDate"":""2021-04-27"",""endDate"":""2021-08-08""},{""time"":23426,""label"":""cleared_brush"",""using"":""click""},{""time"":26380,""label"":""started_brush"",""startDate"":""2021-05-10"",""endDate"":""2021-08-20""},{""time"":28661,""label"":""cleared_brush"",""using"":""click""},{""time"":35163,""label"":""started_brush"",""startDate"":""2021-04-28"",""endDate"":""2021-07-10""},{""time"":36376,""label"":""moved_brush"",""startDate"":""2021-08-26"",""endDate"":""2021-11-07""},{""time"":37224,""label"":""moved_brush"",""startDate"":""2021-06-05"",""endDate"":""2021-08-16""},{""time"":37807,""label"":""tour_next"",""step"":5},{""time"":41042,""label"":""started_brush"",""startDate"":""2021-06-21"",""endDate"":""2021-09-11""},{""time"":42592,""label"":""moved_brush"",""startDate"":""2021-06-20"",""endDate"":""2021-09-10""},{""time"":43096,""label"":""cleared_brush"",""using"":""click""},{""time"":43940,""label"":""tour_next"",""step"":5},{""time"":49422,""label"":""tour_end"",""step"":5},{""time"":57726,""label"":""started_brush"",""startDate"":""2021-06-30"",""endDate"":""2022-02-05""},{""time"":58892,""label"":""moved_brush"",""startDate"":""2021-06-30"",""endDate"":""2022-02-05""},{""time"":59961,""label"":""moved_brush"",""startDate"":""2021-06-30"",""endDate"":""2022-02-05""},{""time"":60909,""label"":""moved_brush"",""startDate"":""2021-06-30"",""endDate"":""2022-02-05""},{""time"":61946,""label"":""moved_brush"",""startDate"":""2021-06-30"",""endDate"":""2022-02-05""},{""time"":62629,""label"":""moved_brush"",""startDate"":""2021-06-30"",""endDate"":""2022-02-05""},{""time"":63143,""label"":""moved_brush"",""startDate"":""2021-06-30"",""endDate"":""2022-02-05""},{""time"":64007,""label"":""cleared_brush"",""using"":""click""},{""time"":64009,""label"":""cleared_brush"",""using"":""Escape""},{""time"":66344,""label"":""started_brush"",""startDate"":""2021-10-08"",""endDate"":""2022-02-13""},{""time"":67237,""label"":""cleared_brush"",""using"":""click""},{""time"":67240,""label"":""cleared_brush"",""using"":""Escape""},{""time"":69289,""label"":""started_brush"",""startDate"":""2021-12-08"",""endDate"":""2022-02-13""}]}","{""startTime"":1678929517846,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":4598,""label"":""started_brush"",""startDate"":""2021-07-15"",""endDate"":""2022-02-13""},{""time"":5147,""label"":""moved_brush"",""startDate"":""2021-07-15"",""endDate"":""2022-02-13""},{""time"":5748,""label"":""moved_brush"",""startDate"":""2021-07-15"",""endDate"":""2022-02-13""},{""time"":7549,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-10""},{""time"":9765,""label"":""started_brush"",""startDate"":""2022-01-09"",""endDate"":""2022-01-11""},{""time"":10500,""label"":""cleared_brush"",""using"":""click""},{""time"":14114,""label"":""started_brush"",""startDate"":""2021-09-07"",""endDate"":""2021-10-06""}]}",1,complex,line,1,1,0,Positive,4.0,1,7,0,0.0,0.0,9516,15.0,1.0,1.0,1,1.0,3 +2023-03-15 21:04:16,2023-03-15 21:24:22,0,100,1205,1,2023-03-15 21:24:23,R_3smHkNO3ON3RBfG,33.7315,-84.4195,EN,1,4.0280000000000005,,,,,15.014000000000001,81,90,91,39.533,75.078,1,-3,95.178,-3,-3,76.665,1,84.035,15.012,5,5,5,5,5,5,,85.459,5,5,5,5,5,5,"It's clear and concise, I understand the data.",23.156,4,I am in the middle of road with that. ,43.428999999999995,2,7,3,4,1,5,6,16.031,6,6,7,7,5,6,7,6,,34.475,3,3,5,3,3,3,29.706,4,,5.58,1,1981,Georgia,6,2,1,,3,,,13,2,2,72.01100000000001,5ed7b5af65b9ae09f16de102,"{""startTime"":1678929357815,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":26,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":23499,""week"":""2"",""id"":""chart""}]}","{""startTime"":1678929443778,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678929182024,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":4086,""label"":""tour_next"",""step"":5},{""time"":16243,""label"":""cleared_brush"",""using"":""Click""},{""time"":28367,""label"":""started_brush"",""startDate"":""2021-06-14"",""endDate"":""2021-10-13""},{""time"":30323,""label"":""tour_next"",""step"":5},{""time"":33633,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-08-04""},{""time"":34301,""label"":""tour_next"",""step"":5},{""time"":37819,""label"":""cleared_brush"",""using"":""Click""},{""time"":37819,""label"":""cleared_brush"",""using"":""Escape""},{""time"":41704,""label"":""started_brush"",""startDate"":""2021-08-29"",""endDate"":""2021-10-25""},{""time"":42397,""label"":""tour_next"",""step"":5},{""time"":48497,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678929341920,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":8045,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1731,""week"":""52"",""id"":""chart""},{""time"":9911,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1549,""week"":""1"",""id"":""chart""}]}",0,complex,bar,0,2,0,Positive,3.3,0,2,2,3.28,1.64,1866,15.0,0.5,0.0,1,1.0,3 +2023-03-15 21:06:47,2023-03-15 21:25:30,0,100,1122,1,2023-03-15 21:25:31,R_3g8hm476IzhM0ui,40.5541,-111.9429,EN,1,17.308,1.0,3.0,1.0,9.704,15.038,100,100,50,23.553,237.172,1,1,65.11,1,1,78.947,1,57.773,15.116,5,5,5,6,6,5,No additional feedback to give.,65.12,5,5,5,4,3,5,"The different colored lines made it easy for me to figure out the data between the different age groups of vaccinated and unvaccinated people. It didn't see like there was anything deliberately misleading about it or anything lie that, so I trust it.",99.912,5,No additional feedback to give.,21.798000000000002,2,7,3,4,1,5,6,39.912,6,6,3,4,8,6,10,8,No additional feedback to give.,63.07,4,3,5,2,4,4,45.507,1,1.0,27.044,2,1987,Utah,6,3,1,,7,,,8,2,1,154.488,5e4a1730c94447480594cea4,"{""startTime"":1678929356484,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678929206346,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678928893308,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":35,""label"":""tour_started""},{""time"":17827,""label"":""hovered"",""timeHovered"":28733,""week"":""2022-01-10""},{""time"":48045,""label"":""hovered"",""timeHovered"":1050,""week"":""2021-08-16""},{""time"":51083,""label"":""hovered"",""timeHovered"":1315,""week"":""2022-01-17""},{""label"":""window_blurred"",""time"":61827},{""label"":""window_focused"",""time"":64512},{""time"":67812,""label"":""tour_next"",""step"":5},{""label"":""window_blurred"",""time"":85455},{""label"":""window_focused"",""time"":87174},{""time"":94234,""label"":""started_brush"",""startDate"":""2021-09-05"",""endDate"":""2022-02-13""},{""time"":96622,""label"":""tour_next"",""step"":5},{""time"":109753,""label"":""moved_brush"",""startDate"":""2021-05-15"",""endDate"":""2021-10-23""},{""time"":112483,""label"":""tour_next"",""step"":5},{""time"":129092,""label"":""cleared_brush"",""using"":""click""},{""time"":129101,""label"":""cleared_brush"",""using"":""Escape""},{""time"":132148,""label"":""tour_next"",""step"":5},{""time"":142806,""label"":""tour_end"",""step"":5},{""time"":156752,""label"":""started_brush"",""startDate"":""2021-10-31"",""endDate"":""2022-02-13""},{""time"":159717,""label"":""hovered"",""timeHovered"":1304,""week"":""2022-01-24""},{""time"":162171,""label"":""hovered"",""timeHovered"":1041,""week"":""2022-01-03""},{""time"":163278,""label"":""hovered"",""timeHovered"":3198,""week"":""2022-01-03""},{""time"":172095,""label"":""hovered"",""timeHovered"":2816,""week"":""2022-02-07""},{""time"":181350,""label"":""moved_brush"",""startDate"":""2021-07-24"",""endDate"":""2021-11-06""},{""time"":182242,""label"":""hovered"",""timeHovered"":3524,""week"":""2021-09-20""},{""time"":191949,""label"":""moved_brush"",""startDate"":""2021-10-08"",""endDate"":""2022-01-21""},{""time"":193430,""label"":""hovered"",""timeHovered"":1261,""week"":""2022-01-10""},{""time"":195384,""label"":""hovered"",""timeHovered"":1987,""week"":""2022-01-03""},{""time"":199253,""label"":""hovered"",""timeHovered"":1139,""week"":""2021-12-20""},{""time"":201235,""label"":""hovered"",""timeHovered"":1101,""week"":""2022-01-03""},{""time"":203520,""label"":""hovered"",""timeHovered"":1496,""week"":""2021-11-29""},{""time"":209727,""label"":""moved_brush"",""startDate"":""2021-08-01"",""endDate"":""2021-11-14""},{""time"":212418,""label"":""hovered"",""timeHovered"":3368,""week"":""2021-08-23""},{""time"":216121,""label"":""hovered"",""timeHovered"":1102,""week"":""2021-08-23""},{""time"":221228,""label"":""moved_brush"",""startDate"":""2021-08-27"",""endDate"":""2021-12-10""},{""time"":223138,""label"":""hovered"",""timeHovered"":1123,""week"":""2021-11-29""},{""time"":225702,""label"":""hovered"",""timeHovered"":1014,""week"":""2021-11-29""},{""time"":229560,""label"":""hovered"",""timeHovered"":1886,""week"":""2021-08-30""}]}","{""startTime"":1678929190390,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":11784,""label"":""started_brush"",""startDate"":""2021-09-23"",""endDate"":""2022-01-07""},{""time"":12577,""label"":""hovered"",""timeHovered"":2431,""week"":""2021-12-20""}]}",1,complex,line,1,1,0,Positive,3.7,1,2,1,2.431,2.431,793,15.0,1.0,1.0,1,1.0,3 +2023-03-15 21:15:28,2023-03-15 21:25:33,0,100,604,1,2023-03-15 21:25:34,R_AHi41qbTyQPPNaV,33.9521,-84.5475,EN,1,6.665,1.0,2.0,2.0,9.715,16.117,89,34,62,14.228,91.95100000000001,1,1,59.47,-2,1,67.038,1,34.65,15.975999999999999,5,2,5,5,5,5,no thank you,39.602,5,4,5,7,7,5,the facts look solid,12.238,4,no thank you,13.139000000000001,2,7,3,4,1,5,6,18.026,5,8,7,8,7,8,10,8,no thank you,33.451,4,3,4,2,3,5,40.938,3,1.0,13.58,2,1977,Georgia,3,3,1,,7,,,5,4,1,59.445,5adb40e0f6b58c0001fa33d3,"{""startTime"":1678929533551,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678929573620,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678929389458,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":11651,""label"":""hovered"",""timeHovered"":2694,""week"":""2021-08-16""},{""time"":14652,""label"":""hovered"",""timeHovered"":1668,""week"":""2021-08-09""},{""time"":30781,""label"":""tour_next"",""step"":5},{""time"":50786,""label"":""cleared_brush"",""using"":""click""},{""time"":53804,""label"":""cleared_brush"",""using"":""click""},{""time"":56318,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-07-26""},{""time"":57374,""label"":""tour_next"",""step"":5},{""time"":64718,""label"":""moved_brush"",""startDate"":""2021-04-25"",""endDate"":""2021-08-09""},{""time"":65529,""label"":""tour_next"",""step"":5},{""time"":77303,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-07-26""},{""time"":79557,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-07-26""},{""time"":83601,""label"":""cleared_brush"",""using"":""click""},{""time"":83602,""label"":""cleared_brush"",""using"":""Escape""},{""time"":85077,""label"":""tour_next"",""step"":5},{""time"":88525,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678929516971,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":12226,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-07-10""}]}",1,complex,line,0,1,0,Positive,3.5,1,1,0,0.0,0.0,0,15.0,1.0,0.5,1,1.0,3 +2023-03-15 21:18:10,2023-03-15 21:25:54,0,100,464,1,2023-03-15 21:25:55,R_9yFylgPpn3fcprz,37.7562,-122.4866,EN,1,4.053,1.0,4.0,1.0,43.263999999999996,15.011,92,90,63,13.769,34.069,1,1,62.538000000000004,-3,-3,38.994,1,27.23,15.007,5,3,4,5,5,5,,51.275,2,4,5,3,3,4,"I think I do, but not sure if the survey made up the charts.",13.270999999999999,4,,4.426,2,7,3,4,1,5,6,13.449000000000002,8,8,7,8,9,4,9,9,,14.013,3,2,2,4,3,2,20.709,2,1.0,7.159,2,1990,California,6,3,1,,2,,,17,1,2,34.825,5f473eafdbc4a2121ceae963,"{""startTime"":1678929706958,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678929758738,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678929593995,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":7656,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1849,""week"":""34"",""id"":""chart""},{""time"":9831,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5267,""week"":""35"",""id"":""chart""},{""time"":16214,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2108,""week"":""52"",""id"":""chart""},{""time"":18342,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1806,""week"":""1"",""id"":""chart""},{""time"":22010,""label"":""tour_next"",""step"":2},{""time"":29685,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678929691471,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":5930,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2259,""week"":""52"",""id"":""chart2""},{""time"":12892,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2047,""week"":""32"",""id"":""chart""}]}",1,simple,bar,1,0,0,Neutral,2.7,0,2,2,4.306,2.153,6962,15.0,1.0,0.0,1,1.0,1 +2023-03-15 21:16:31,2023-03-15 21:26:00,0,100,569,1,2023-03-15 21:26:01,R_yJWvkJlKJpWVh9n,40.7114,-74.0005,EN,1,16.000999999999998,1.0,3.0,1.0,4.958,15.107000000000001,95,96,50,18.269000000000002,25.381,1,-3,55.373000000000005,1,1,72.428,1,34.079,15.115,5,3,5,5,5,5,,18.673,5,5,5,3,5,5,The chart seems very comprehensible and also aligned with my own knowledge of the cases back in Jan and the spike. ,28.035999999999998,4,,11.892999999999999,2,7,3,4,1,5,6,15.55,4,7,7,4,5,6,9,8,,20.531999999999996,3,4,4,2,5,4,32.693000000000005,3,1.0,15.710999999999999,2,1993,New York,6,2,3,,2,,,8,2,2,122.92399999999999,6016dca5fdf98587f9a0ca71,"{""startTime"":1678929607325,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678929559428,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678929461895,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":13626,""label"":""hovered"",""timeHovered"":1240,""week"":""2021-12-06""},{""time"":17425,""label"":""tour_next"",""step"":2},{""time"":21028,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678929543596,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":10353,""label"":""hovered"",""timeHovered"":2619,""week"":""2022-01-31""}]}",1,simple,line,1,1,0,Positive,3.7,0,1,1,2.6189999999999998,2.6189999999999998,0,15.0,0.5,1.0,1,0.5,1 +2023-03-15 21:13:42,2023-03-15 21:27:14,0,100,811,1,2023-03-15 21:27:14,R_1E0srBrcs6saGsb,33.6528,-85.8417,EN,1,14.333,,,,,15.040999999999999,100,100,72,47.705,56.193999999999996,1,1,65.02600000000001,-3,-3,128.593,-2,65.843,15.046,3,2,3,5,6,4,,48.038000000000004,5,6,6,7,7,4,I don't know enough about insect and fungi related diseases in crops so I trust that there is a possibility that it is an accurate visualization.,114.319,4,,11.718,2,7,3,4,1,5,6,25.612,2,2,5,3,1,3,3,3,,25.581,5,5,5,1,5,5,32.668,4,,6.718999999999999,2,1997,Alabama,3,1,1,,3,,,3,1,2,63.434,5daca5b06aa37b00126c8d41,"{""startTime"":1678929605357,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678929452693,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678929313694,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":43,""label"":""tour_started""},{""time"":7283,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3618,""week"":""40"",""id"":""chart""},{""time"":15414,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1402,""week"":""26"",""id"":""chart""},{""time"":21581,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1650,""week"":""52"",""id"":""chart""},{""time"":27397,""label"":""tour_next"",""step"":2},{""time"":31494,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1884,""week"":""52"",""id"":""chart2""},{""time"":40621,""label"":""tour_end"",""step"":2},{""time"":49815,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1675,""week"":""28"",""id"":""chart2""},{""time"":52963,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1110,""week"":""32"",""id"":""chart""}]}","{""startTime"":1678929436576,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":3770,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2044,""week"":""52"",""id"":""chart2""},{""time"":8877,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2009,""week"":""1"",""id"":""chart""},{""time"":10953,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1060,""week"":""52"",""id"":""chart""}]}",0,simple,bar,2,0,0,Positive,4.3,0,3,3,5.113,1.7043333333333337,7183,15.0,1.0,0.0,0,1.0,1 +2023-03-15 21:17:51,2023-03-15 21:27:23,0,100,571,1,2023-03-15 21:27:23,R_ZaeqA4wmOYPx5OF,40.4856,-74.6265,EN,1,8.965,,,,,15.123,88,83,20,20.336,28.745,-3,1,53.138000000000005,1,-3,47.669,1,49.857,15.017999999999999,4,4,4,4,2,4,The dates within each month are distracting. Just use the week number.,57.735,3,5,3,7,7,4,I don't really know the source. But who would lie about this?,21.349,6,,11.933,2,7,3,4,1,5,6,24.34,1,2,9,5,1,8,6,7,,30.486,5,4,5,1,5,5,36.04,6,,9.4,1,1957,New Jersey,7,1,1,,7,,,17,4,2,83.885,614efa2878aa3275b54d0bdf,"{""startTime"":1678929623244,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678929681501,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678929524687,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":9179,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1486,""week"":""3"",""id"":""chart""},{""time"":17117,""label"":""tour_next"",""step"":2},{""time"":26545,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678929607412,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":6197,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2698,""week"":""52"",""id"":""chart""}]}",0,simple,bar,1,0,0,Positive,4.2,0,1,1,2.698,2.698,0,15.0,0.5,0.5,1,0.5,1 +2023-03-15 21:21:06,2023-03-15 21:27:39,0,100,392,1,2023-03-15 21:27:40,R_2rNNUZF6ROPnlkb,39.9947,-105.2366,EN,1,5.138,1.0,2.0,2.0,3.5610000000000004,15.01,100,63,82,9.644,13.870999999999999,1,-3,42.071000000000005,1,1,48.985,-1,47.483999999999995,15.009,6,4,6,6,5,6,,14.472000000000001,5,5,5,3,5,5,it looks professional and the data comes from the cdc,16.11,5,,8.546,2,7,3,4,1,5,6,14.007,3,4,7,7,3,6,10,11,,22.794,3,5,4,2,5,4,25.697,3,2.0,6.9639999999999995,1,2002,Colorado,3,1,1,,7,,,19,3,1,41.784,6293ec5a8c59ee7feb09eab7,"{""startTime"":1678929818464,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678929785047,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678929712222,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":8223,""label"":""tour_next"",""step"":2},{""time"":13013,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678929769281,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":9006,""label"":""hovered"",""timeHovered"":1107,""week"":""2022-01-31""}]}",1,simple,line,2,0,0,Positive,3.8,0,1,1,1.107,1.107,0,15.0,0.5,1.0,0,0.5,1 +2023-03-15 21:21:10,2023-03-15 21:28:38,0,100,448,1,2023-03-15 21:28:38,R_1llSKCS77zU6Gcg,34.3454,-86.274,EN,1,4.226,,,,,15.007,94,81,90,16.554000000000002,72.999,1,1,34.898,-3,-3,38.324,1,37.403,15.008,6,6,6,4,6,6,,23.07,6,6,6,2,7,6,I have no reason to believe this visualization is giving untrue data,26.339000000000002,6,,4.148,2,7,3,4,1,5,6,13.32,2,5,10,9,2,8,10,10,,17.177,4,5,5,2,5,4,12.215,4,,3.605,2,1982,Alabama,3,2,1,,9,,Guntersville,5,4,1,56.126000000000005,5bcc1fce4249b20001bc99f1,"{""startTime"":1678929897181,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678929847952,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678929719497,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":24,""label"":""tour_started""},{""time"":19519,""label"":""tour_next"",""step"":5},{""time"":32088,""label"":""started_brush"",""startDate"":""2021-09-03"",""endDate"":""2021-10-02""},{""time"":33070,""label"":""tour_next"",""step"":5},{""time"":38168,""label"":""moved_brush"",""startDate"":""2021-08-24"",""endDate"":""2021-09-21""},{""time"":41209,""label"":""moved_brush"",""startDate"":""2021-08-24"",""endDate"":""2021-11-22""},{""time"":41934,""label"":""tour_next"",""step"":5},{""time"":51122,""label"":""cleared_brush"",""using"":""Click""},{""time"":51122,""label"":""cleared_brush"",""using"":""Escape""},{""time"":53126,""label"":""tour_next"",""step"":5},{""time"":57390,""label"":""tour_end"",""step"":5},{""time"":64472,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2295,""week"":""1"",""id"":""chart""},{""time"":68891,""label"":""cleared_brush"",""using"":""Click""},{""time"":72098,""label"":""started_brush"",""startDate"":""2021-05-19"",""endDate"":""2021-10-25""}]}","{""startTime"":1678929832004,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":3468,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3608,""week"":""52"",""id"":""chart""},{""time"":12029,""label"":""started_brush"",""startDate"":""2021-10-31"",""endDate"":""2022-01-01""}]}",0,complex,bar,1,0,0,Positive,4.2,1,2,1,3.608,3.608,8561,15.0,1.0,0.0,1,1.0,3 +2023-03-15 21:14:59,2023-03-15 21:29:34,0,100,875,1,2023-03-15 21:29:35,R_3gR8CtsQWyshzfO,37.9653,-87.3902,EN,1,34.825,2.0,,2.0,4.059,15.007,2,98,99,31.878,144.621,1,-3,70.244,1,1,59.055,-2,52.606,15.107000000000001,1,1,1,5,2,1,,34.599000000000004,3,4,4,2,7,1,"I don't trust any numbers reguarding covid-19 infection of the unvaccinated or vaccinated. There was way way too many things counted as covid that were not and nuumbers and counts were fudged across all stake holders like hospitals, doctors, scientists, and the government in order to push their agendas and narratives.",102.265,2,,12.304,2,7,3,4,1,5,6,23.734,1,1,9,7,2,6,2,4,,51.663999999999994,4,4,5,2,4,4,42.693000000000005,6,4.0,22.660999999999998,1,1980,Indiana,3,2,1,,7,,,5,3,1,68.169,63356ce6be65e7962bfc424d,"{""startTime"":1678929780189,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678929622655,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":5920,""label"":""hovered"",""timeHovered"":2812,""week"":""2022-01-24""},{""time"":13959,""label"":""started_brush"",""startDate"":""2021-06-02"",""endDate"":""2022-02-13""},{""time"":19931,""label"":""moved_brush"",""startDate"":""2022-01-28"",""endDate"":""2022-02-13""},{""time"":24162,""label"":""moved_brush"",""startDate"":""2022-01-28"",""endDate"":""2022-02-13""}]}","{""startTime"":1678929407929,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":13484,""label"":""hovered"",""timeHovered"":5698,""week"":""2021-07-12""},{""time"":21099,""label"":""hovered"",""timeHovered"":2882,""week"":""2021-07-05""},{""time"":24365,""label"":""hovered"",""timeHovered"":1282,""week"":""2021-05-31""},{""time"":25731,""label"":""hovered"",""timeHovered"":1766,""week"":""2021-05-31""},{""time"":27914,""label"":""hovered"",""timeHovered"":6498,""week"":""2021-06-21""},{""time"":35698,""label"":""tour_next"",""step"":5},{""time"":53461,""label"":""cleared_brush"",""using"":""click""},{""time"":56185,""label"":""cleared_brush"",""using"":""click""},{""time"":64057,""label"":""started_brush"",""startDate"":""2021-09-04"",""endDate"":""2021-10-22""},{""time"":64923,""label"":""tour_next"",""step"":5},{""time"":75211,""label"":""moved_brush"",""startDate"":""2021-05-01"",""endDate"":""2021-06-18""},{""time"":82624,""label"":""moved_brush"",""startDate"":""2021-09-25"",""endDate"":""2021-11-12""},{""time"":83546,""label"":""tour_next"",""step"":5},{""time"":88938,""label"":""cleared_brush"",""using"":""click""},{""time"":88942,""label"":""cleared_brush"",""using"":""Escape""},{""time"":90984,""label"":""tour_next"",""step"":5},{""time"":96780,""label"":""tour_end"",""step"":5},{""time"":112948,""label"":""started_brush"",""startDate"":""2021-04-21"",""endDate"":""2021-05-18""},{""time"":142614,""label"":""moved_brush"",""startDate"":""2022-01-17"",""endDate"":""2022-02-13""}]}","{""startTime"":1678929606549,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":13184,""label"":""started_brush"",""startDate"":""2021-11-12"",""endDate"":""2022-01-04""}]}",1,complex,line,0,1,0,Negative,3.8,1,1,0,0.0,0.0,0,15.0,0.5,1.0,0,0.0,3 +2023-03-15 21:20:14,2023-03-15 21:30:32,0,100,617,1,2023-03-15 21:30:32,R_1oaPS87RQpgh5cB,34.0903,-118.3749,EN,1,7.973,1.0,4.0,2.0,3.928,15.008,53,64,66,13.425,82.395,1,1,80.86,1,1,129.7,1,38.431,15.109000000000002,5,5,5,5,6,5,,49.943000000000005,3,5,5,3,2,5,"It seems like a good way to represent data and the data seems accurate from what I remember, though I obviously don't have the numbers in front of me.",22.706999999999997,4,,6.7989999999999995,2,7,3,4,1,5,6,19.599,2,4,3,3,4,4,9,8,,18.561,5,4,4,1,4,5,15.995,2,1.0,7.082999999999999,2,1996,California,7,3,1,,7,,,9,4,1,56.43600000000001,61156cab775e1f9e2c3a4bfa,"{""startTime"":1678929838789,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678929800643,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678929663477,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":1699,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1274,""week"":""34"",""id"":""chart""},{""time"":4413,""label"":""tour_next"",""step"":5},{""time"":8218,""label"":""tour_back"",""step"":5},{""time"":9534,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1254,""week"":""50"",""id"":""chart""},{""time"":11452,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6387,""week"":""52"",""id"":""chart""},{""time"":24523,""label"":""tour_next"",""step"":5},{""time"":27851,""label"":""cleared_brush"",""using"":""Click""},{""time"":30502,""label"":""started_brush"",""startDate"":""2021-06-16"",""endDate"":""2021-07-15""},{""time"":31123,""label"":""started_brush"",""startDate"":""2021-09-03"",""endDate"":""2021-10-21""},{""time"":31796,""label"":""tour_next"",""step"":5},{""time"":35395,""label"":""started_brush"",""startDate"":""2021-07-15"",""endDate"":""2021-09-20""},{""time"":46213,""label"":""cleared_brush"",""using"":""Click""},{""time"":48568,""label"":""cleared_brush"",""using"":""Click""},{""time"":49879,""label"":""cleared_brush"",""using"":""Click""},{""time"":51131,""label"":""started_brush"",""startDate"":""2021-10-28"",""endDate"":""2021-11-24""},{""time"":53710,""label"":""moved_brush"",""startDate"":""2021-10-28"",""endDate"":""2022-01-08""},{""time"":56234,""label"":""tour_next"",""step"":5},{""time"":62010,""label"":""cleared_brush"",""using"":""Click""},{""time"":63093,""label"":""tour_next"",""step"":5},{""time"":65018,""label"":""tour_end"",""step"":5},{""time"":66456,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1462,""week"":""51"",""id"":""chart""},{""time"":68327,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4248,""week"":""51"",""id"":""chart""},{""time"":73462,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1870,""week"":""1"",""id"":""chart""},{""time"":75356,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1895,""week"":""2"",""id"":""chart""}]}","{""startTime"":1678929785027,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":232,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1841,""week"":""47"",""id"":""chart""},{""time"":4112,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2001,""week"":""52"",""id"":""chart""},{""time"":6154,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1418,""week"":""1"",""id"":""chart""}]}",1,complex,bar,1,1,0,Positive,3.8,0,3,3,5.26,1.7533333333333332,5922,15.0,1.0,1.0,1,1.0,3 +2023-03-15 21:23:59,2023-03-15 21:30:46,0,100,406,1,2023-03-15 21:30:46,R_Y0jMxRO4A207PBT,33.5879,-117.6974,EN,1,4.2410000000000005,,,,,15.02,99,99,51,12.780999999999999,24.315,1,1,19.524,1,1,51.735,1,28.353,15.023,4,5,4,5,5,4,,23.473000000000003,5,5,3,1,7,4,I don't see any reason why the data would be manipulated and it is presented clearly. It seems like seasonal variations in weather could cause the spikes in disease.,33.825,1,,7.9510000000000005,2,7,3,4,1,5,6,14.075999999999999,1,1,5,5,1,3,3,5,,21.093000000000004,3,4,4,2,4,4,27.793000000000003,5,,5.466,1,1988,California,3,2,1,,7,,,6,4,2,53.475,5e1a7114a90da52e206de7ea,"{""startTime"":1678929994937,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678929939194,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678929879117,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":11817,""label"":""hovered"",""timeHovered"":3790,""week"":""2021-12-27""},{""time"":17440,""label"":""tour_next"",""step"":2},{""time"":21976,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678929923737,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":10677,""label"":""hovered"",""timeHovered"":1739,""week"":""2021-12-27""}]}",0,simple,line,1,1,0,Positive,3.5,0,1,1,1.739,1.739,0,15.0,1.0,1.0,1,1.0,1 +2023-03-15 21:18:54,2023-03-15 21:30:49,0,100,714,1,2023-03-15 21:30:50,R_3fADeCqzCrwYlau,43.0812,-89.3845,EN,1,14.729000000000001,,,,,15.009,100,100,54,32.461999999999996,115.677,1,1,36.117,1,1,53.298,1,38.255,15.11,5,4,5,5,5,5,"Like I said, I basically trust the data, but there seems to be an issue with the interactive part of the visualization where the fungus/insect colors don't match the key. I'm not sure if this was a deliberate part of the study or not.",68.86399999999999,5,5,5,3,7,5,"Actually, I just noticed that maybe the colors of the fungi and insects don't match between the interactive part and the key; so maybe I don't. But now I don't remember if it was like that in all of the times I saw it or just last time. But other than that it seems like a good and comprehensive graph.",70.339,5,,10.98,2,7,3,4,1,5,6,17.9,1,1,1,3,3,1,10,9,,26.101999999999997,4,4,5,1,5,5,24.441,1,,6.632999999999999,1,1987,Wisconsin,7,2,1,,7,,,3,2,1,69.28699999999999,5b5e7e643bac1d0001f9bf28,"{""startTime"":1678929914629,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":10687,""label"":""hovered"",""timeHovered"":1538,""week"":""2022-01-17""},{""time"":12237,""label"":""hovered"",""timeHovered"":1272,""week"":""2022-01-17""}]}","{""startTime"":1678929777601,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":28258,""label"":""hovered"",""timeHovered"":2580,""week"":""2022-01-03""},{""time"":33176,""label"":""hovered"",""timeHovered"":1558,""week"":""2021-12-27""},{""time"":34745,""label"":""hovered"",""timeHovered"":1156,""week"":""2021-12-27""},{""time"":42582,""label"":""hovered"",""timeHovered"":1456,""week"":""2022-01-31""},{""time"":56184,""label"":""hovered"",""timeHovered"":2239,""week"":""2022-01-31""},{""time"":59337,""label"":""hovered"",""timeHovered"":1655,""week"":""2022-01-31""}]}","{""startTime"":1678929606224,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":8109,""label"":""hovered"",""timeHovered"":1401,""week"":""2021-10-18""},{""time"":39115,""label"":""tour_next"",""step"":5},{""time"":58046,""label"":""started_brush"",""startDate"":""2021-06-18"",""endDate"":""2021-09-07""},{""time"":59341,""label"":""tour_next"",""step"":5},{""time"":63949,""label"":""moved_brush"",""startDate"":""2021-06-18"",""endDate"":""2021-09-07""},{""time"":67267,""label"":""moved_brush"",""startDate"":""2021-06-18"",""endDate"":""2022-02-13""},{""time"":71826,""label"":""moved_brush"",""startDate"":""2021-12-10"",""endDate"":""2022-02-13""},{""time"":72839,""label"":""tour_next"",""step"":5},{""time"":77702,""label"":""cleared_brush"",""using"":""click""},{""time"":79184,""label"":""tour_next"",""step"":5},{""time"":90269,""label"":""tour_end"",""step"":5},{""time"":105274,""label"":""started_brush"",""startDate"":""2021-08-27"",""endDate"":""2021-11-19""},{""time"":107587,""label"":""moved_brush"",""startDate"":""2021-08-27"",""endDate"":""2021-11-19""},{""time"":108468,""label"":""cleared_brush"",""using"":""click""}]}","{""startTime"":1678929761870,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line,0,1,0,Negative,4.0,0,0,0,0.0,0.0,0,15.0,1.0,1.0,1,1.0,3 +2023-03-15 21:21:17,2023-03-15 21:31:34,0,100,616,1,2023-03-15 21:31:35,R_1Q5gKFqyuwRXSAm,32.3151,-86.2449,EN,1,5.1370000000000005,,,,,15.01,91,94,79,24.948,29.087,1,1,64.95100000000001,1,1,67.016,1,88.583,15.120999999999999,4,5,5,5,3,4,,35.155,5,5,5,2,7,5,"I don't know anything about the topic, but it seems reasonable to believe in the data shown here. It has numbers that span over a period of time which shows a pretty big picture too.",87.70100000000001,5,,8.049,2,7,3,4,1,5,6,18.732,4,4,1,4,4,2,9,6,,20.261,4,4,4,2,4,4,20.781,1,,4.353,2,1993,Alabama,6,3,1,,9,,Montgomery,3,3,2,57.687,5aef97b09516fe00010959f4,"{""startTime"":1678929956512,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678929846644,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678929735254,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":13797,""label"":""hovered"",""timeHovered"":3443,""week"":""2021-10-11""},{""time"":23005,""label"":""tour_next"",""step"":2},{""time"":26642,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678929830866,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,line,1,1,0,Positive,3.7,0,0,0,0.0,0.0,0,15.0,1.0,1.0,1,1.0,1 +2023-03-15 21:07:08,2023-03-15 21:31:56,0,100,1488,1,2023-03-15 21:31:57,R_3IRwMATmZEoo2i1,40.2917,-79.4054,EN,1,35.906,2.0,,2.0,9.957,15.022,69,33,79,52.76,159.575,-2,1,100.604,-1,-3,114.89299999999999,-3,37.786,15.110999999999999,3,4,3,4,6,4,"I see the CDC is the source now, in the previous question I answered I didn't know where the data was obtained because i didn't notice the CDC notation under the chart, unless it wasn't there? :)",95.655,4,3,2,4,2,3,"I have no idea how the data was gathered, if this is a 'dishonest' research study, etc. Where did the visualization come from? Who provided the data? How was it collected? ",61.763999999999996,6,"Thank you, good luck! ",21.93,2,7,3,4,1,5,6,26.697,3,5,4,4,7,6,10,8,,34.845,2,4,4,4,5,3,40.455,3,1.0,13.667,2,1967,Pennsylvania,3,1,1,,7,,,3,4,1,363.907,6066736bd2119d9d5f7232eb,"{""startTime"":1678929297889,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678929169429,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":7170,""label"":""started_brush"",""startDate"":""2021-11-01"",""endDate"":""2022-01-02""},{""time"":11060,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1496,""week"":""52"",""id"":""chart""},{""time"":17522,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2418,""week"":""52"",""id"":""chart""},{""time"":19993,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1946,""week"":""51"",""id"":""chart""}]}","{""startTime"":1678928954753,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":25,""label"":""tour_started""},{""time"":30396,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3931,""week"":""52"",""id"":""chart""},{""time"":35837,""label"":""tour_next"",""step"":5},{""time"":56566,""label"":""started_brush"",""startDate"":""2021-05-04"",""endDate"":""2021-08-01""},{""time"":58188,""label"":""tour_next"",""step"":5},{""time"":70967,""label"":""moved_brush"",""startDate"":""2021-06-01"",""endDate"":""2021-08-29""},{""time"":73131,""label"":""tour_next"",""step"":5},{""time"":79682,""label"":""cleared_brush"",""using"":""Click""},{""time"":79682,""label"":""cleared_brush"",""using"":""Escape""},{""time"":85658,""label"":""tour_next"",""step"":5},{""time"":95075,""label"":""tour_end"",""step"":5},{""time"":99363,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5145,""week"":""52"",""id"":""chart""},{""time"":104919,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3003,""week"":""52"",""id"":""chart""},{""time"":108601,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1218,""week"":""51"",""id"":""chart""},{""time"":109917,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8042,""week"":""52"",""id"":""chart""},{""time"":129475,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3049,""week"":""15"",""id"":""chart""},{""time"":132533,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1051,""week"":""15"",""id"":""chart""},{""time"":135727,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1247,""week"":""16"",""id"":""chart""}]}","{""startTime"":1678929153598,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":3169,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3238,""week"":""1"",""id"":""chart""}]}",1,complex,bar,1,0,0,Negative,3.7,0,1,1,3.238,3.238,0,15.0,0.5,0.0,0,0.0,3 +2023-03-15 21:19:49,2023-03-15 21:32:26,0,100,757,1,2023-03-15 21:32:26,R_1EgledL37tT9QJV,32.0563,-81.05,EN,1,41.369,1.0,3.0,1.0,8.895,15.113,92,100,100,30.98,37.969,1,1,39.896,-3,1,94.603,-1,44.325,15.01,5,4,5,6,6,5,,69.92,6,6,6,6,6,6,The visualization matches the numbers. There doesn't appear to be any trickery. ,60.422,6,,22.838,2,7,3,4,1,5,6,28.598000000000003,4,4,1,4,3,1,8,7,,44.848,3,5,5,2,5,4,39.551,1,1.0,15.209000000000001,2,1994,Georgia,7,2,1,,9,,Savannah,5,4,1,86.507,6412602f8dbfc5b8426867f2,"{""startTime"":1678929852511,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":12282,""label"":""source_clicked""},{""label"":""window_blurred"",""time"":12307},{""label"":""window_focused"",""time"":18897},{""label"":""window_blurred"",""time"":22145},{""label"":""window_focused"",""time"":27461},{""time"":51771,""label"":""hovered"",""timeHovered"":9542,""week"":""2022-01-10""}]}","{""startTime"":1678929923073,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678929703209,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":1988,""label"":""hovered"",""timeHovered"":3372,""week"":""2021-12-20""},{""time"":10373,""label"":""hovered"",""timeHovered"":3825,""week"":""2021-09-13""},{""time"":15353,""label"":""hovered"",""timeHovered"":1790,""week"":""2021-11-22""},{""time"":19080,""label"":""hovered"",""timeHovered"":2455,""week"":""2022-01-10""},{""time"":22915,""label"":""tour_next"",""step"":2},{""time"":27152,""label"":""tour_end"",""step"":2},{""time"":30046,""label"":""hovered"",""timeHovered"":1933,""week"":""2021-11-08""}]}","{""startTime"":1678929836917,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7598,""label"":""hovered"",""timeHovered"":2093,""week"":""2022-01-10""},{""time"":11267,""label"":""hovered"",""timeHovered"":1175,""week"":""2022-01-10""},{""time"":12448,""label"":""hovered"",""timeHovered"":1487,""week"":""2022-01-10""}]}",1,moderate,line,1,0,0,Positive,4.0,0,3,3,4.755,1.585,4850,15.0,1.0,0.5,0,0.5,2 +2023-03-15 21:22:46,2023-03-15 21:33:24,0,100,637,1,2023-03-15 21:33:25,R_12gR0QmA3TNVDNl,43.1503,-77.5881,EN,1,8.89,,,,,15.008,88,87,70,15.635,81.685,1,-2,90.34299999999999,1,1,22.84,1,45.458,15.024000000000001,2,7,2,3,7,7,The color key w/in the static and interactive maps have different color coding. ,72.595,7,7,4,7,1,7,The key for the static vs. interactive visualizations are inconsistent. ,27.537,4,,6.5360000000000005,2,7,3,4,1,5,6,19.346,4,5,3,4,7,4,9,9,,19.401,4,4,4,2,4,4,18.2,2,,4.19,2,1993,New York,7,3,1,,7,,,11,3,2,109.262,5ec3f446aa5afd2881e19363,"{""startTime"":1678929957236,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":14046,""label"":""hovered"",""timeHovered"":8716,""week"":""2022-01-03""},{""time"":48991,""label"":""hovered"",""timeHovered"":1891,""week"":""2021-11-22""}]}","{""startTime"":1678930030451,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":3616,""label"":""hovered"",""timeHovered"":1615,""week"":""2021-12-20""},{""time"":5764,""label"":""hovered"",""timeHovered"":4334,""week"":""2022-01-03""}]}","{""startTime"":1678929813409,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":6175,""label"":""hovered"",""timeHovered"":7872,""week"":""2021-08-23""},{""time"":15297,""label"":""hovered"",""timeHovered"":2631,""week"":""2022-01-03""},{""time"":18710,""label"":""hovered"",""timeHovered"":3877,""week"":""2021-12-27""},{""time"":28615,""label"":""tour_next"",""step"":5},{""time"":50846,""label"":""cleared_brush"",""using"":""click""},{""time"":55145,""label"":""started_brush"",""startDate"":""2021-09-26"",""endDate"":""2022-02-13""},{""time"":57991,""label"":""moved_brush"",""startDate"":""2021-05-27"",""endDate"":""2021-10-14""},{""time"":58928,""label"":""tour_next"",""step"":5},{""time"":63644,""label"":""moved_brush"",""startDate"":""2021-05-27"",""endDate"":""2021-12-17""},{""time"":64989,""label"":""tour_next"",""step"":5},{""time"":71694,""label"":""cleared_brush"",""using"":""click""},{""time"":71698,""label"":""cleared_brush"",""using"":""Escape""},{""time"":72978,""label"":""tour_next"",""step"":5},{""time"":77486,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678929941681,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":4070,""label"":""hovered"",""timeHovered"":1453,""week"":""2021-09-06""}]}",0,complex,line,0,1,0,Negative,3.7,0,1,1,1.453,1.453,0,15.0,0.5,1.0,1,1.0,3 +2023-03-15 21:21:14,2023-03-15 21:33:25,0,100,731,1,2023-03-15 21:33:26,R_22y49Pr15ubkmpV,39.9587,-82.9987,EN,1,6.6,,,,,15.012,92,93,75,46.672,53.41,1,1,60.0,1,1,148.765,1,29.725,15.009,3,3,3,4,4,3,,35.141999999999996,3,4,4,1,3,3,I feel like I don't know enough about it. Who created it? Is it verified? etc.,34.634,6,,13.617,2,7,3,4,1,5,6,22.526,5,9,5,8,8,6,11,10,,47.07899999999999,2,2,4,3,3,3,51.928999999999995,1,,6.73,2,1988,Michigan,6,3,1,,9,,Bear Lake,9,4,1,60.31399999999999,610855877c8363d76b3e6338,"{""startTime"":1678930001137,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":130,""label"":""hovered"",""timeHovered"":1737,""week"":""2022-01-10""},{""time"":2881,""label"":""hovered"",""timeHovered"":1004,""week"":""2022-01-10""}]}","{""startTime"":1678930037574,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678929779923,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":13764,""label"":""hovered"",""timeHovered"":1100,""week"":""2021-12-20""},{""time"":16565,""label"":""hovered"",""timeHovered"":5735,""week"":""2022-01-10""},{""time"":25323,""label"":""tour_next"",""step"":2},{""time"":30387,""label"":""tour_end"",""step"":2},{""time"":36311,""label"":""hovered"",""timeHovered"":1112,""week"":""2022-01-10""},{""time"":42628,""label"":""hovered"",""timeHovered"":2321,""week"":""2021-08-23""},{""time"":47243,""label"":""hovered"",""timeHovered"":1228,""week"":""2021-09-13""}]}","{""startTime"":1678929984183,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7931,""label"":""hovered"",""timeHovered"":1115,""week"":""2022-01-03""},{""time"":9868,""label"":""hovered"",""timeHovered"":4155,""week"":""2022-01-03""}]}",0,moderate,line,1,0,0,Negative,2.8,0,2,2,5.27,2.635,1937,15.0,1.0,1.0,1,1.0,2 +2023-03-15 21:26:20,2023-03-15 21:33:47,0,100,446,1,2023-03-15 21:33:47,R_xaTqLFnMn6jUN5n,31.1498,-85.369,EN,1,6.524,,,,,15.008,78,100,56,15.682,30.523000000000003,1,1,27.925,-3,-3,75.664,1,36.732,15.011,4,5,4,5,5,5,,27.178,3,5,5,3,3,4,I don't know where they are getting the data.,9.798,6,,8.536,2,7,3,4,1,5,6,13.747,6,6,6,6,6,6,6,6,,36.672,3,4,4,2,4,4,18.336,4,,3.61,2,1990,Alabama,2,3,1,,7,,,9,3,1,39.481,62b0d68496379e085ae5d793,"{""startTime"":1678930147611,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":239,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1687,""week"":""1"",""id"":""chart""},{""time"":2431,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1618,""week"":""2"",""id"":""chart""}]}","{""startTime"":1678930175230,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678930024455,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":22,""label"":""tour_started""},{""time"":7862,""label"":""tour_next"",""step"":2},{""time"":11789,""label"":""tour_end"",""step"":2},{""time"":16489,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4364,""week"":""52"",""id"":""chart""},{""time"":22313,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2619,""week"":""52"",""id"":""chart""},{""time"":25013,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1722,""week"":""51"",""id"":""chart""}]}","{""startTime"":1678930132185,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":4715,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2399,""week"":""1"",""id"":""chart""},{""time"":8028,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3091,""week"":""50"",""id"":""chart""},{""time"":11167,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1047,""week"":""51"",""id"":""chart""}]}",0,moderate,bar,1,0,0,Negative,3.5,0,3,3,6.537000000000001,2.1790000000000003,6452,15.0,1.0,0.0,1,0.0,2 +2023-03-15 21:27:05,2023-03-15 21:34:54,0,100,469,1,2023-03-15 21:34:55,R_3nGF4bARqRFo5Di,36.1788,-115.1715,EN,1,3.0439999999999996,,,,,15.019,91,100,76,15.453,22.388,1,1,56.318999999999996,-2,-3,68.382,1,42.696999999999996,15.12,5,5,6,6,6,6,,30.825,6,6,6,5,4,6,"Because it links the Croatian Agricultural Ministry (or something like that) source at the bottom, and the data looks legit.",44.629,4,,6.6339999999999995,2,7,3,4,1,5,6,15.591,5,6,4,7,6,5,11,10,,16.055,5,5,5,1,5,5,14.069,2,,3.286,1,1997,Nevada,5,3,1,,5,,,4,4,1,49.278,5cfb6018bdfd56001820466f,"{""startTime"":1678930229849,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":12219},{""label"":""window_focused"",""time"":22029}]}","{""startTime"":1678930163628,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678930068555,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":10310,""label"":""tour_next"",""step"":2},{""time"":16205,""label"":""tour_end"",""step"":2},{""time"":18468,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1145,""week"":""52"",""id"":""chart2""},{""time"":20121,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1526,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678930148144,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":3975,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1544,""week"":""52"",""id"":""chart2""}]}",0,simple,bar,1,0,0,Positive,4.3,0,1,1,1.544,1.544,0,15.0,1.0,0.0,1,1.0,1 +2023-03-15 21:26:10,2023-03-15 21:35:42,0,100,571,1,2023-03-15 21:35:43,R_3fjizYOzJhJgzQU,40.7406,-111.823,EN,1,78.84,,,,,15.107000000000001,71,63,57,53.615,19.07,1,1,62.629,1,1,44.902,-1,30.561,15.107999999999999,5,2,5,5,4,5,,40.353,5,5,5,7,1,5,"The source of the data seems reputable, and it seems to be presented in a more factual way that limits bias.",39.975,5,,8.046,2,7,3,4,1,5,6,22.346999999999998,3,4,5,7,5,5,8,9,,22.066,4,4,4,2,4,4,25.772,2,,2.522,1,2000,Utah,6,3,1,,7,,,7,4,2,36.925,607b58309b190663ca83c23f,"{""startTime"":1678930277253,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":18340},{""label"":""window_focused"",""time"":22478}]}","{""startTime"":1678930215539,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678930134847,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":6921,""label"":""tour_next"",""step"":2},{""time"":9263,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678930199855,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":4479,""label"":""hovered"",""timeHovered"":1118,""week"":""2022-01-03""}]}",0,moderate,line,2,0,0,Positive,3.7,0,1,1,1.1179999999999999,1.1179999999999999,0,15.0,1.0,1.0,0,1.0,2 +2023-03-15 21:26:16,2023-03-15 21:35:51,0,100,575,1,2023-03-15 21:35:52,R_2flnl1kA43DxTD6,47.0111,-122.875,EN,1,6.5329999999999995,1.0,4.0,2.0,6.532,15.11,100,100,84,39.381,53.128,1,1,42.411,1,1,50.313,1,32.083,15.012,5,5,5,5,5,5,,30.653000000000002,5,6,5,5,5,5,"Although I'm not 100% confident in the CDC, they have access to the biggest database of Covid infections and have the resources to gather and present their best efforts when it comes to providing the data to the public. ",74.458,4,,7.817,2,7,3,4,1,5,6,13.832,6,6,3,4,7,4,10,9,,26.766,2,3,1,4,4,2,25.671999999999997,2,1.0,13.298,2,1967,Washington,6,2,1,,7,,,6,4,1,75.874,5c5fc0136467ac0001b80940,"{""startTime"":1678930170225,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678930201319,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678930057980,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":6112,""label"":""hovered"",""timeHovered"":1734,""week"":""2021-09-13""},{""time"":21623,""label"":""tour_next"",""step"":2},{""time"":27443,""label"":""tour_end"",""step"":2},{""time"":28619,""label"":""hovered"",""timeHovered"":1231,""week"":""2021-12-27""},{""time"":32355,""label"":""hovered"",""timeHovered"":3649,""week"":""2021-04-12""},{""time"":44651,""label"":""hovered"",""timeHovered"":1425,""week"":""2021-12-27""}]}","{""startTime"":1678930154476,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":4699,""label"":""hovered"",""timeHovered"":2675,""week"":""2021-12-27""},{""time"":11319,""label"":""hovered"",""timeHovered"":2218,""week"":""2022-02-07""},{""time"":13717,""label"":""hovered"",""timeHovered"":1658,""week"":""2022-01-31""}]}",1,simple,line,1,0,0,Positive,2.7,0,3,3,6.551,2.183666666666667,9018,15.0,1.0,1.0,1,1.0,1 +2023-03-15 21:28:07,2023-03-15 21:36:01,0,100,473,1,2023-03-15 21:36:01,R_3JJYM9m6Ezqe0YB,38.8768,-104.81200000000001,EN,1,5.532,,,,,15.115,100,100,100,16.244,55.586999999999996,1,1,33.975,1,1,29.535,1,42.69,15.01,5,5,5,5,5,5,,22.134,6,6,6,7,2,5,the data is displayed in a which in which I can get specific pieces of data and view it accurately. I have control over it and it is plotted in an unbiased way. Also it comes from a reputable source,58.85,4,,11.27,2,7,3,4,1,5,6,18.826,3,8,8,6,3,6,11,11,,22.741999999999997,3,3,4,3,3,3,32.672,2,,6.992000000000001,1,1999,Colorado,6,3,1,,7,,,18,4,2,42.948,63ea72008c84049045b492c7,"{""startTime"":1678930249396,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930272326,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930134760,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":14149,""label"":""tour_next"",""step"":5},{""time"":23181,""label"":""cleared_brush"",""using"":""click""},{""time"":27916,""label"":""started_brush"",""startDate"":""2021-06-09"",""endDate"":""2021-08-06""},{""time"":28721,""label"":""tour_next"",""step"":5},{""time"":30036,""label"":""moved_brush"",""startDate"":""2021-06-09"",""endDate"":""2021-08-06""},{""time"":31804,""label"":""moved_brush"",""startDate"":""2021-09-21"",""endDate"":""2021-11-18""},{""time"":33885,""label"":""tour_next"",""step"":5},{""time"":39989,""label"":""moved_brush"",""startDate"":""2021-06-15"",""endDate"":""2021-08-12""},{""time"":42477,""label"":""cleared_brush"",""using"":""click""},{""time"":42478,""label"":""cleared_brush"",""using"":""Escape""},{""time"":44139,""label"":""tour_next"",""step"":5},{""time"":46607,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678930233755,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":5754,""label"":""hovered"",""timeHovered"":1497,""week"":""2021-12-20""}]}",0,complex,line,1,1,0,Positive,3.2,0,1,1,1.4969999999999999,1.4969999999999999,0,15.0,1.0,1.0,1,1.0,3 +2023-03-15 21:23:06,2023-03-15 21:36:30,0,100,803,1,2023-03-15 21:36:30,R_bsDAFObH3ysFXJT,42.5231,-96.396,EN,1,13.479000000000001,2.0,,2.0,2.424,15.008,62,71,50,14.362,25.166999999999998,-2,1,107.866,-3,-3,87.26299999999999,-1,235.05700000000002,15.008,4,2,3,4,4,4,,16.207,3,4,3,2,3,4,It seems realistic but not sure how accurate it actually is,20.603,4,,6.388999999999999,2,7,3,4,1,5,6,18.542,4,5,8,7,4,5,9,9,,23.389,3,2,2,3,3,4,20.146,6,2.0,14.843,2,2001,Nebraska,3,3,1,,7,,,12,2,2,127.178,611d2be161ceef6c9d25af13,"{""startTime"":1678929991617,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678930008479,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678929842262,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":9804,""label"":""tour_next"",""step"":2},{""time"":13701,""label"":""tour_end"",""step"":2},{""time"":14448,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2035,""week"":""33"",""id"":""chart""},{""time"":18648,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3092,""week"":""52"",""id"":""chart""},{""time"":22453,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2164,""week"":""52"",""id"":""chart2""}]}","{""startTime"":1678929976049,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":2915,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1523,""week"":""52"",""id"":""chart2""},{""time"":4824,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1165,""week"":""52"",""id"":""chart""},{""time"":6663,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2380,""week"":""52"",""id"":""chart""}]}",1,simple,bar,0,1,0,Neutral,2.8,0,3,3,5.0680000000000005,1.6893333333333331,3748,15.0,0.5,0.0,0,0.5,1 +2023-03-15 21:15:02,2023-03-15 21:36:32,0,100,1290,1,2023-03-15 21:36:33,R_3jZhAAXVx0xwbUz,30.4908,-84.3158,EN,1,9.306000000000001,,,,,15.112,100,3,17,20.898000000000003,227.13099999999997,1,-2,67.242,-1,-3,189.81599999999997,1,91.535,15.01,3,4,3,4,5,3,,49.809,5,4,4,4,7,5,"I agreed with the statement because the question started with ""assume the data is trustworthy"" therefore, if the data was trustworthy, I trust the visualization to represent that",91.125,4,,7.901,2,7,3,4,1,5,6,26.462,1,5,2,3,4,3,10,8,,29.201,3,2,5,3,3,3,41.361999999999995,1,,8.541,2,2003,Florida,2,1,1,,9,,NORTH LAUDERDALE,5,4,1,244.945,61650ba8e42101c561bf7335,"{""startTime"":1678929893172,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":31623},{""label"":""window_focused"",""time"":36706}]}","{""startTime"":1678929944420,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678929458867,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":30,""label"":""tour_started""},{""time"":179444,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4012,""week"":""49"",""id"":""chart""},{""time"":186869,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1249,""week"":""52"",""id"":""chart""},{""time"":191409,""label"":""tour_next"",""step"":2},{""time"":195614,""label"":""tour_end"",""step"":2},{""time"":201003,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":24012,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678929877580,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":7893,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1531,""week"":""1"",""id"":""chart""},{""time"":9809,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4874,""week"":""49"",""id"":""chart""}]}",0,moderate,bar,1,0,0,Positive,3.2,0,2,2,6.405,3.2025,1916,15.0,0.5,0.0,1,0.0,2 +2023-03-15 21:29:06,2023-03-15 21:36:46,0,100,459,1,2023-03-15 21:36:47,R_yqAf1ZWKJErwihH,36.0048,-86.7886,EN,1,4.441,1.0,1.0,1.0,4.886,15.009,83,36,39,13.203,83.244,1,1,30.959,1,1,43.727,-1,35.301,15.01,5,5,5,5,5,5,,15.965,5,5,5,5,4,5,It comes from a reputable source and has specific data points to explain it,27.796999999999997,5,,6.902,2,7,3,4,1,5,6,25.103,4,4,4,4,4,5,10,10,,15.228,4,3,4,2,3,3,24.46,2,2.0,14.739,2,2000,Tennessee,6,3,1,,7,,,14,4,2,43.048,6282a009d98ec3cafb4d8d48,"{""startTime"":1678930379283,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930330527,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930195380,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":19,""label"":""tour_started""},{""time"":14127,""label"":""hovered"",""timeHovered"":2762,""week"":""2022-01-10""},{""time"":19341,""label"":""hovered"",""timeHovered"":1450,""week"":""2021-08-16""},{""time"":22623,""label"":""hovered"",""timeHovered"":3150,""week"":""2021-08-23""},{""time"":30003,""label"":""tour_next"",""step"":5},{""time"":43155,""label"":""started_brush"",""startDate"":""2021-05-31"",""endDate"":""2021-11-19""},{""time"":44598,""label"":""tour_next"",""step"":5},{""time"":51772,""label"":""moved_brush"",""startDate"":""2021-05-05"",""endDate"":""2021-10-24""},{""time"":52716,""label"":""tour_next"",""step"":5},{""time"":59586,""label"":""cleared_brush"",""using"":""click""},{""time"":59588,""label"":""cleared_brush"",""using"":""Escape""},{""time"":60740,""label"":""tour_next"",""step"":5},{""time"":64021,""label"":""tour_end"",""step"":5},{""time"":68439,""label"":""started_brush"",""startDate"":""2022-01-10"",""endDate"":""2022-02-13""},{""time"":71268,""label"":""moved_brush"",""startDate"":""2021-12-08"",""endDate"":""2022-02-13""},{""time"":74080,""label"":""hovered"",""timeHovered"":5167,""week"":""2022-01-10""}]}","{""startTime"":1678930314935,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":12906,""label"":""started_brush"",""startDate"":""2021-04-12"",""endDate"":""2021-05-05""}]}",1,complex,line,1,0,0,Positive,3.2,1,1,0,0.0,0.0,0,15.0,1.0,1.0,0,0.0,3 +2023-03-15 21:25:26,2023-03-15 21:37:48,0,100,741,1,2023-03-15 21:37:49,R_1flnDlXf1gDahEK,41.0326,-73.7621,EN,1,40.103,,,,,15.124,69,87,50,34.879,51.102,1,1,51.27,-3,-3,87.81200000000001,1,74.105,15.116,5,5,5,5,5,5,,38.305,5,5,5,4,3,5,It is easy to understand and seems accurate.,39.762,4,,28.153000000000002,2,7,3,4,1,5,6,28.419,5,5,5,5,6,4,10,9,,33.58,4,4,4,2,4,4,25.646,2,,10.388,2,2001,New York,3,1,1,,7,,,6,4,1,98.73700000000001,6100a94845f823a05d74deb3,"{""startTime"":1678930141992,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":5552,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1826,""week"":""2"",""id"":""chart2""}]}","{""startTime"":1678930180811,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678930023537,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":6097,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3683,""week"":""1"",""id"":""chart""},{""time"":9881,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2631,""week"":""52"",""id"":""chart""},{""time"":17613,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1216,""week"":""49"",""id"":""chart""},{""time"":23141,""label"":""tour_next"",""step"":2},{""time"":40776,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1031,""week"":""26"",""id"":""chart2""},{""time"":43551,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678930126530,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,bar,0,2,0,Positive,3.7,0,0,0,0.0,0.0,0,15.0,1.0,0.0,1,1.0,1 +2023-03-15 21:31:30,2023-03-15 21:37:50,0,100,379,1,2023-03-15 21:37:50,R_YbHGh2dNd1DEV7r,21.3195,-157.8525,EN,1,5.433,1.0,4.0,2.0,8.452,15.008,87,96,89,9.842,14.235999999999999,1,1,34.292,1,1,64.766,1,26.58,15.007,5,4,5,5,5,5,,17.957,4,6,5,5,4,5,"It makes sense to me, it totals 100% of the confirmed cases and provides a breakdown of those cases that makes more sense.",26.344,6,,6.23,2,7,3,4,1,5,6,15.784,7,8,8,8,8,6,10,10,,15.824000000000002,3,4,4,2,3,4,11.44,2,1.0,7.317,1,1984,Hawaii,6,3,1,,9,,Honolulu,14,4,1,48.681000000000004,559c192bfdf99b218a61f57f,"{""startTime"":1678930477767,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678930437051,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678930341051,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":8068,""label"":""tour_next"",""step"":2},{""time"":10156,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678930421326,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":4962,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2992,""week"":""50"",""id"":""chart""},{""time"":8946,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1602,""week"":""50"",""id"":""chart""},{""time"":10585,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1242,""week"":""51"",""id"":""chart""}]}",1,moderate,bar,0,1,0,Positive,3.3,0,3,3,5.836,1.9453333333333331,5623,15.0,1.0,1.0,1,1.0,2 +2023-03-15 21:23:11,2023-03-15 21:38:14,0,100,903,1,2023-03-15 21:38:15,R_238DbHH52USWLkE,28.6529,-81.2106,EN,1,14.2,1.0,3.0,2.0,5.4510000000000005,15.015999999999998,96,98,72,33.975,150.431,1,-2,33.202,1,1,105.946,1,129.89,15.009,6,5,6,5,6,6,,26.493000000000002,5,5,5,6,6,5,"The visualization is a graphic published by the CDC, which is the established national public health agency of the US and is funded by the government. It is the foremost organization in terms of credibility and public trust when it comes to information, and so anything published by it would automatically have my trust unless proven otherwise.",92.565,4,,12.626,2,7,3,4,1,5,6,46.95399999999999,2,3,5,6,2,3,10,10,,37.02,2,4,5,2,5,3,27.444000000000003,2,1.0,9.131,2,1998,Florida,3,3,1,,2,,,19,4,1,98.15799999999999,5fee456f8929f014481adff9,"{""startTime"":1678930259564,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":3944},{""label"":""window_focused"",""time"":4548}]}","{""startTime"":1678930151749,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678929871923,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":136631,""label"":""hovered"",""timeHovered"":2716,""week"":""2022-01-03""},{""time"":145829,""label"":""tour_next"",""step"":2},{""time"":148598,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678930136174,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":2310,""label"":""hovered"",""timeHovered"":1949,""week"":""2021-09-27""},{""time"":5071,""label"":""hovered"",""timeHovered"":3927,""week"":""2022-01-10""},{""time"":9133,""label"":""hovered"",""timeHovered"":1391,""week"":""2022-01-10""},{""time"":10848,""label"":""hovered"",""timeHovered"":3411,""week"":""2021-09-06""}]}",1,moderate,line,1,0,0,Positive,3.5,0,4,4,10.677999999999999,2.6695,8538,15.0,0.5,1.0,1,1.0,2 +2023-03-15 21:28:57,2023-03-15 21:38:51,0,100,593,1,2023-03-15 21:38:52,R_2xL8AIyul71Jmis,29.7373,-95.3972,EN,1,156.981,1.0,1.0,1.0,5.962999999999999,15.014000000000001,81,100,100,11.155999999999999,28.605,1,1,46.176,-2,1,45.81100000000001,-3,32.396,15.117,5,6,6,6,6,6,,11.38,6,5,5,6,6,5,It only makes sense for those who havent taken the shot to be more affected than a person who has.,38.353,5,,5.98,2,7,3,4,1,5,6,24.246,1,3,1,1,1,4,9,10,,14.946,4,4,4,1,4,4,20.674,1,5.0,12.955,2,1999,Texas,6,1,1,,3,,,5,4,1,66.663,5d62239454f7a50001c70f03,"{""startTime"":1678930431611,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678930444313,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678930337937,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":25,""label"":""tour_started""},{""time"":6395,""label"":""tour_next"",""step"":2},{""time"":12572,""label"":""tour_end"",""step"":2},{""time"":14071,""label"":""hovered"",""timeHovered"":1677,""week"":""2021-12-27""},{""time"":16526,""label"":""hovered"",""timeHovered"":10287,""week"":""2022-01-03""}]}","{""startTime"":1678930415577,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":4440,""label"":""hovered"",""timeHovered"":1388,""week"":""2022-01-31""},{""time"":9914,""label"":""hovered"",""timeHovered"":1179,""week"":""2022-01-31""},{""time"":11538,""label"":""hovered"",""timeHovered"":2281,""week"":""2021-12-27""}]}",1,simple,line,0,1,0,Positive,3.5,0,3,3,4.848,1.616,7098,15.0,1.0,0.5,0,1.0,1 +2023-03-15 21:31:51,2023-03-15 21:39:01,0,100,429,1,2023-03-15 21:39:02,R_1fZANCvjrS2RSDi,36.0217,-79.7839,EN,1,3.665,2.0,,2.0,3.497,15.113,59,29,74,25.421,31.899,1,1,36.222,1,1,34.425,1,39.925,15.107000000000001,3,7,3,4,4,3,,16.224,3,4,4,2,3,3,It doesn't have enough detail to confidently agree,27.125999999999998,4,,6.954,2,7,3,4,1,5,6,12.958,3,3,3,4,4,4,9,8,,20.829,3,4,4,3,3,2,20.643,3,2.0,14.924000000000001,2,1994,North Carolina,5,2,1,,7,,,19,3,2,47.489,61004696895aeda4629ecd6e,"{""startTime"":1678930519364,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678930460667,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678930373023,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":10537,""label"":""hovered"",""timeHovered"":2917,""week"":""2022-01-10""},{""time"":15941,""label"":""tour_next"",""step"":2},{""time"":19005,""label"":""tour_end"",""step"":2},{""time"":26056,""label"":""hovered"",""timeHovered"":4709,""week"":""2022-01-10""}]}","{""startTime"":1678930440393,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":2322,""label"":""hovered"",""timeHovered"":2369,""week"":""2022-01-17""},{""time"":5572,""label"":""hovered"",""timeHovered"":3689,""week"":""2022-01-10""}]}",1,moderate,line,1,0,0,Neutral,3.2,0,2,2,6.058,3.029,3250,15.0,1.0,1.0,1,1.0,2 +2023-03-15 21:26:23,2023-03-15 21:39:35,0,100,791,1,2023-03-15 21:39:36,R_aVOhBj6ZLVoemJj,37.7958,-122.4203,EN,1,7.627000000000001,1.0,1.0,2.0,4.453,15.02,50,85,31,16.504,20.750999999999998,1,1,32.048,-3,-3,102.32700000000001,1,17.305999999999997,15.026,3,3,3,5,4,3,None,19.396,3,4,3,3,3,3,It was difficult to line up the bars with the correct dates and I wasn't sure if I was reading it correctly or not. ,28.519000000000002,4,None,8.084,2,7,3,4,1,5,6,14.294,3,1,1,3,3,3,6,6,None,19.021,4,4,5,2,4,4,11.472999999999999,5,1.0,9.646,2,1997,California,5,1,1,,7,,,7,4,1,47.747,5dec18ea1aaabf30d92ad722,"{""startTime"":1678930544022,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":1310,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1079,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678930564339,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678930403963,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":4822,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3242,""week"":""52"",""id"":""chart""},{""time"":10991,""label"":""tour_next"",""step"":2},{""time"":14539,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678930528195,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":2970,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1632,""week"":""1"",""id"":""chart""},{""time"":5138,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1428,""week"":""2"",""id"":""chart""},{""time"":7678,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1479,""week"":""2"",""id"":""chart""},{""time"":9812,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2695,""week"":""51"",""id"":""chart""},{""time"":12827,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1192,""week"":""52"",""id"":""chart""}]}",1,moderate,bar,0,1,0,Negative,3.8,0,5,5,8.426,1.6852,9857,15.0,1.0,0.0,1,0.0,2 +2023-03-15 21:17:00,2023-03-15 21:40:02,0,100,1382,1,2023-03-15 21:40:03,R_4PIR9ohTfulANBn,33.3974,-88.0245,EN,1,60.363,1.0,2.0,2.0,8.273,15.046,80,94,82,27.796999999999997,43.038000000000004,1,1,61.132,-3,-3,210.90900000000002,-1,59.416000000000004,15.115,3,5,3,5,6,4,none,49.133,3,5,5,5,5,5,because the questions were prefaced with saying assume you trust this data! lol also it cites the CDC,45.312,3,none,21.201999999999998,2,7,3,4,1,5,6,78.683,5,2,3,9,2,4,9,6,none,35.788000000000004,4,4,5,1,5,5,130.138,5,1.0,44.47,1,1977,Alabama,3,1,1,,9,,Millport,7,4,1,74.498,6400f14b24ac2b910c9f2d93,"{""startTime"":1678929819948,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678929869867,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678929548285,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":29,""label"":""tour_started""},{""time"":23044,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1899,""week"":""52"",""id"":""chart""},{""time"":30019,""label"":""tour_next"",""step"":2},{""time"":35877,""label"":""tour_end"",""step"":2},{""time"":36769,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1306,""week"":""1"",""id"":""chart""}]}","{""startTime"":1678929803984,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar,1,0,0,Positive,4.0,0,0,0,0.0,0.0,0,15.0,1.0,0.0,0,0.0,2 +2023-03-15 21:28:32,2023-03-15 21:40:35,0,100,722,1,2023-03-15 21:40:36,R_31HqybmReTg2bC5,44.0197,-123.1008,EN,1,6.041,1.0,4.0,2.0,7.981,15.011,74,30,19,24.259,114.321,-2,1,37.434,1,1,55.872,1,31.874000000000002,15.118,3,3,3,4,7,3,,39.736999999999995,2,2,7,7,7,3,"I'm not sure how accurate the data that's being displayed tracks the historical data. But I'm not especially confident about my own sense of what was bad when, so I chose the most noncommital response.",107.70100000000001,4,,7.916,2,7,3,4,1,5,6,21.372,3,6,8,8,5,6,9,8,,33.052,5,5,5,1,5,5,24.572,5,2.0,20.736,1,1975,Oregon,6,2,1,,7,,,2,4,2,91.684,5b745fb794c93d00010fc4c6,"{""startTime"":1678930491902,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930343254,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930180273,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":15391,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1451,""week"":""51"",""id"":""chart""},{""time"":19597,""label"":""tour_next"",""step"":5},{""time"":34810,""label"":""started_brush"",""startDate"":""2021-06-29"",""endDate"":""2021-11-29""},{""time"":36508,""label"":""tour_next"",""step"":5},{""time"":48317,""label"":""cleared_brush"",""using"":""Click""},{""time"":55758,""label"":""cleared_brush"",""using"":""Click""},{""time"":65119,""label"":""cleared_brush"",""using"":""Click""},{""time"":72009,""label"":""moved_brush"",""startDate"":""2021-05-07"",""endDate"":""2021-08-25""},{""time"":73632,""label"":""tour_next"",""step"":5},{""time"":80033,""label"":""cleared_brush"",""using"":""Click""},{""time"":81839,""label"":""tour_next"",""step"":5},{""time"":89787,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678930327639,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar,0,1,0,Neutral,4.3,0,0,0,0.0,0.0,0,15.0,0.5,1.0,1,1.0,3 +2023-03-15 21:23:56,2023-03-15 21:40:50,0,100,1014,1,2023-03-15 21:40:51,R_2EH8C905qstVlE2,30.3466,-81.6748,EN,1,12.450999999999999,,,,,15.013,1,100,0,75.098,68.865,1,1,54.88,-2,1,122.74600000000001,-2,106.62,15.110999999999999,5,5,5,5,5,5,,19.274,5,4,5,4,3,5,Because the data is clear.,20.367,4,,67.827,2,7,3,4,1,5,6,43.255,9,9,9,9,8,9,9,8,,36.900999999999996,5,5,5,1,5,4,107.152,2,,24.373,1,1965,Florida,7,3,1,,7,,,7,2,1,138.076,631685f7d6d6fcb196e87f0a,"{""startTime"":1678930235981,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678930155521,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6313,""label"":""hovered"",""timeHovered"":1405,""week"":""2021-12-27""},{""time"":11289,""label"":""hovered"",""timeHovered"":2405,""week"":""2022-01-17""},{""time"":13926,""label"":""hovered"",""timeHovered"":1497,""week"":""2022-01-17""},{""time"":15550,""label"":""hovered"",""timeHovered"":1017,""week"":""2022-01-17""},{""time"":17680,""label"":""hovered"",""timeHovered"":1802,""week"":""2022-01-24""},{""time"":22505,""label"":""hovered"",""timeHovered"":4572,""week"":""2022-01-31""},{""time"":27514,""label"":""hovered"",""timeHovered"":1242,""week"":""2022-01-17""},{""time"":29062,""label"":""hovered"",""timeHovered"":4290,""week"":""2022-01-17""}]}","{""startTime"":1678929947426,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":34131,""label"":""tour_next"",""step"":2},{""time"":50286,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678930139991,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":13218,""label"":""hovered"",""timeHovered"":1299,""week"":""2022-01-10""}]}",0,moderate,line,0,1,0,Positive,4.2,0,1,1,1.2990000000000002,1.2990000000000002,0,15.0,1.0,0.5,0,0.5,2 +2023-03-15 21:32:07,2023-03-15 21:41:15,0,100,548,1,2023-03-15 21:41:17,R_ZvCkKt4auTexo6R,38.2539,-85.76,EN,1,7.257000000000001,,,,,15.106,85,85,80,20.194000000000003,22.839000000000002,-2,1,60.928000000000004,-3,-3,71.751,1,45.12,15.005999999999998,4,3,3,5,3,4,,16.794,3,4,4,1,1,4,I just don't know if there is anything being left out or how reputable the source is.,26.833000000000002,5,,15.342,2,7,3,4,1,5,6,17.298,7,9,8,9,9,6,8,10,,34.02,2,3,2,4,3,2,25.434,5,,12.402999999999999,1,1993,Kentucky,6,1,1,,7,,,17,2,2,60.608000000000004,5e6040ebbccd41000ad90a4e,"{""startTime"":1678930484443,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678930501638,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678930384324,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":17,""label"":""tour_started""},{""time"":7235,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1726,""week"":""45"",""id"":""chart""},{""time"":12941,""label"":""tour_next"",""step"":2},{""time"":17424,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678930469077,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,bar,1,1,0,Negative,2.7,0,0,0,0.0,0.0,0,15.0,0.5,0.0,1,0.5,1 +2023-03-15 21:33:02,2023-03-15 21:41:17,0,100,495,1,2023-03-15 21:41:18,R_24FO6gcJetZihQi,34.0544,-118.2441,EN,1,4.871,,,,,15.009,82,83,82,35.475,30.726,1,1,45.254,1,1,44.403,1,83.37899999999999,15.113,5,4,5,5,5,5,,26.141,4,6,5,4,4,5,"It is easy to follow and it does not seem biased. I am not sure if it has gathered all information, but I typically trust science.",33.126,4,,7.541,2,7,3,4,1,5,6,19.547,4,6,4,6,9,7,11,10,,16.868,3,4,3,4,4,4,25.281999999999996,2,,3.477,2,2001,California,6,3,1,,7,,,17,4,1,47.675,610925067b0ea968105a1b72,"{""startTime"":1678930590071,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":980,""label"":""hovered"",""timeHovered"":1657,""week"":""2021-10-04""}]}","{""startTime"":1678930538116,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678930445683,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":3,""label"":""tour_started""},{""time"":5455,""label"":""hovered"",""timeHovered"":1323,""week"":""2021-12-06""},{""time"":11619,""label"":""tour_next"",""step"":2},{""time"":19419,""label"":""tour_end"",""step"":2},{""time"":21070,""label"":""hovered"",""timeHovered"":1455,""week"":""2022-02-07""},{""time"":24238,""label"":""hovered"",""timeHovered"":3323,""week"":""2021-12-27""}]}","{""startTime"":1678930522521,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":6295,""label"":""hovered"",""timeHovered"":3549,""week"":""2022-02-07""}]}",0,simple,line,1,1,0,Positive,3.7,0,1,1,3.549,3.549,0,15.0,1.0,1.0,1,1.0,1 +2023-03-15 21:25:21,2023-03-15 21:41:18,0,100,957,1,2023-03-15 21:41:20,R_07m37BlwEJyyun7,39.3179,-84.2483,EN,1,65.75,,,,,15.014000000000001,88,76,69,34.073,140.601,1,1,105.03399999999999,-2,1,93.931,1,37.286,15.115,5,5,4,5,5,5,,48.205,5,5,5,7,1,5,"It is a well designed graph that seems to clearly show the data and it is pretty easy to visualize the trends. I looked at the axes, legend, and looked more closely at certain time periods with the filter, and I did not feel that this graph was misleading in any way.",100.7,4,,16.778,2,7,3,4,1,5,6,22.01,4,3,5,4,3,4,10,8,,74.97,4,3,4,1,5,5,33.032,2,,7.557,2,2003,Ohio,3,1,1,,7,,,17,3,1,78.781,616870f3f5785e447dd90a2f,"{""startTime"":1678930238941,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930287714,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930044713,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":5673,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2849,""week"":""30"",""id"":""chart""},{""time"":38038,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1133,""week"":""39"",""id"":""chart""},{""time"":39188,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1033,""week"":""40"",""id"":""chart""},{""time"":40321,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1150,""week"":""41"",""id"":""chart""},{""time"":42354,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1283,""week"":""50"",""id"":""chart""},{""time"":44287,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5683,""week"":""51"",""id"":""chart""},{""time"":51574,""label"":""tour_next"",""step"":5},{""time"":59706,""label"":""cleared_brush"",""using"":""Click""},{""time"":76056,""label"":""started_brush"",""startDate"":""2021-05-08"",""endDate"":""2021-09-11""},{""time"":79112,""label"":""tour_next"",""step"":5},{""time"":104318,""label"":""started_brush"",""startDate"":""2021-05-16"",""endDate"":""2021-09-25""},{""time"":107307,""label"":""moved_brush"",""startDate"":""2021-06-24"",""endDate"":""2021-11-04""},{""time"":108104,""label"":""tour_next"",""step"":5},{""time"":115617,""label"":""cleared_brush"",""using"":""Click""},{""time"":115617,""label"":""cleared_brush"",""using"":""Escape""},{""time"":117362,""label"":""tour_next"",""step"":5},{""time"":124587,""label"":""tour_end"",""step"":5},{""time"":133391,""label"":""started_brush"",""startDate"":""2021-04-08"",""endDate"":""2021-06-16""},{""time"":134347,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3867,""week"":""15"",""id"":""chart""}]}","{""startTime"":1678930223274,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":6991,""label"":""started_brush"",""startDate"":""2021-07-25"",""endDate"":""2021-10-26""},{""time"":8189,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4296,""week"":""31"",""id"":""chart""},{""time"":12614,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1971,""week"":""32"",""id"":""chart""}]}",0,complex,bar,1,1,0,Positive,3.7,1,3,2,6.267,3.1335,5623,15.0,1.0,0.5,1,1.0,3 +2023-03-15 21:13:55,2023-03-15 21:41:26,0,100,1650,1,2023-03-15 21:41:28,R_2dSCUEHxxw1sv4p,29.9762,-95.6401,EN,1,40.769,,,,,15.015999999999998,64,36,61,97.82700000000001,381.105,1,1,226.729,1,-3,113.475,-2,101.62,15.023,4,3,3,4,5,3,Is this really a study done in Croatia?,188.082,4,4,5,7,7,3,Because I do not know if this is an actual study where this data was collected.,39.507,5,,29.605,2,7,3,4,1,5,6,35.39,5,8,9,7,6,8,9,9,,36.204,1,1,1,5,2,1,44.306999999999995,5,,16.498,2,1966,Texas,3,1,1,,7,,,17,1,1,149.813,6277f8b4e9145fb3dd34debd,"{""startTime"":1678929923697,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930112676,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678929423300,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":30456,""label"":""hovered"",""timeHovered"":7962,""week"":""2021-11-15""},{""time"":39574,""label"":""hovered"",""timeHovered"":5760,""week"":""2021-11-29""},{""time"":47301,""label"":""hovered"",""timeHovered"":4216,""week"":""2021-12-27""},{""time"":52440,""label"":""hovered"",""timeHovered"":1993,""week"":""2022-01-31""},{""time"":56016,""label"":""hovered"",""timeHovered"":3783,""week"":""2021-04-26""},{""time"":63823,""label"":""tour_next"",""step"":5},{""time"":87246,""label"":""started_brush"",""startDate"":""2021-06-05"",""endDate"":""2021-09-03""},{""time"":90277,""label"":""tour_next"",""step"":5},{""time"":109082,""label"":""moved_brush"",""startDate"":""2021-08-12"",""endDate"":""2021-11-11""},{""time"":112233,""label"":""tour_next"",""step"":5},{""time"":215277,""label"":""started_brush"",""startDate"":""2021-12-06"",""endDate"":""2022-02-13""},{""time"":236380,""label"":""moved_brush"",""startDate"":""2021-05-26"",""endDate"":""2022-02-13""},{""time"":236744,""label"":""moved_brush"",""startDate"":""2021-05-26"",""endDate"":""2022-02-13""},{""time"":240135,""label"":""cleared_brush"",""using"":""click""},{""time"":242902,""label"":""started_brush"",""startDate"":""2021-04-27"",""endDate"":""2021-05-18""},{""time"":244849,""label"":""tour_next"",""step"":5},{""time"":268409,""label"":""moved_brush"",""startDate"":""2021-05-27"",""endDate"":""2021-06-16""},{""time"":280700,""label"":""moved_brush"",""startDate"":""2021-05-27"",""endDate"":""2021-06-16""},{""time"":289752,""label"":""moved_brush"",""startDate"":""2021-05-27"",""endDate"":""2021-08-23""},{""time"":295002,""label"":""moved_brush"",""startDate"":""2021-06-27"",""endDate"":""2021-09-24""},{""time"":307853,""label"":""moved_brush"",""startDate"":""2021-06-27"",""endDate"":""2021-10-24""},{""time"":350934,""label"":""moved_brush"",""startDate"":""2021-06-27"",""endDate"":""2021-12-30""},{""time"":353950,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678929908390,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line,1,0,0,Negative,1.8,0,0,0,0.0,0.0,0,15.0,1.0,0.5,0,0.0,3 +2023-03-15 21:14:12,2023-03-15 21:41:48,0,100,1655,1,2023-03-15 21:41:49,R_2aRfSp7BzoInIYL,40.3469,-79.8689,EN,1,8.597000000000001,1.0,2.0,2.0,7.197,15.005999999999998,100,100,79,23.000999999999998,64.613,1,1,71.601,-3,-3,567.2080000000001,-3,64.013,15.007,5,5,5,5,5,5,,81.028,5,6,5,2,2,5,This information seems to be well research and provides dates and numbers that make sense.,32.389,4,,11.868,2,7,3,4,1,5,6,23.491,1,1,1,6,6,5,9,10,,107.29,2,2,5,2,2,2,32.364000000000004,1,3.0,15.884,1,1986,Pennsylvania,6,2,1,,3,,,5,4,2,65.396,63e548215b42b3f3aa069dc2,"{""startTime"":1678929506989,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":8061},{""label"":""window_focused"",""time"":58503},{""label"":""window_blurred"",""time"":62555},{""label"":""window_focused"",""time"":63511}]}","{""startTime"":1678929588564,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":404},{""label"":""window_focused"",""time"":74223},{""label"":""window_blurred"",""time"":76247},{""label"":""window_focused"",""time"":77154},{""label"":""window_blurred"",""time"":83772},{""label"":""window_focused"",""time"":246526}]}","{""startTime"":1678929361656,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":17703,""label"":""tour_next"",""step"":5},{""time"":30465,""label"":""cleared_brush"",""using"":""Click""},{""time"":32147,""label"":""cleared_brush"",""using"":""Click""},{""time"":33082,""label"":""started_brush"",""startDate"":""2021-08-03"",""endDate"":""2021-11-16""},{""time"":38540,""label"":""tour_next"",""step"":5},{""time"":46486,""label"":""moved_brush"",""startDate"":""2021-09-02"",""endDate"":""2021-12-15""},{""time"":48486,""label"":""tour_next"",""step"":5},{""time"":54788,""label"":""cleared_brush"",""using"":""Click""},{""time"":54788,""label"":""cleared_brush"",""using"":""Escape""},{""time"":57239,""label"":""tour_next"",""step"":5},{""time"":62257,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678929491375,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar,1,1,0,Positive,2.5,0,0,0,0.0,0.0,0,15.0,1.0,0.0,0,0.0,3 +2023-03-15 21:31:59,2023-03-15 21:42:32,0,100,632,1,2023-03-15 21:42:33,R_28ZZTxj90YeYGGK,45.5472,-122.6417,EN,1,8.61,1.0,4.0,2.0,6.591,15.114,81,91,57,52.394,42.542,1,-2,41.427,-2,1,41.89,-3,106.118,15.01,4,3,6,6,6,6,I like that this one has the axes labelled.,40.904,5,5,6,1,7,6,I think it is consistent with what I remember at the time.,23.116999999999997,7,,6.888,2,7,3,4,1,5,6,21.104,1,1,1,3,1,1,10,10,,22.947,5,4,5,1,4,4,14.617,1,1.0,16.337,2,1967,Oregon,7,2,1,,7,,,12,4,1,98.346,5664626351fac700118ed1df,"{""startTime"":1678930588490,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":33167},{""label"":""window_focused"",""time"":34073}]}","{""startTime"":1678930542442,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678930441021,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":20,""label"":""tour_started""},{""time"":33803,""label"":""tour_next"",""step"":2},{""time"":39483,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678930526670,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line,0,1,0,Positive,3.8,0,0,0,0.0,0.0,0,15.0,0.5,0.5,0,0.5,2 +2023-03-15 21:35:38,2023-03-15 21:42:34,0,100,415,1,2023-03-15 21:42:35,R_7aHi3p89Hp0e6E9,27.552,-99.4959,EN,1,2.6260000000000003,,,,,15.013,0,60,50,10.855,52.81100000000001,1,1,38.768,-1,1,31.603,-3,52.021,15.009,5,3,5,5,5,5,,17.07,3,5,5,3,3,5,I feel it is based on scientific observation ,14.751,4,,5.928,2,7,3,4,1,5,6,15.505,1,2,4,5,6,1,11,10,,14.755,1,1,1,5,1,1,19.226,4,,3.4160000000000004,2,1997,Texas,7,1,2,,4,,,4,5,2,64.08,5f78ce64cb5f144a98a4fa38,"{""startTime"":1678930697878,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930715794,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930575142,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":28,""label"":""tour_started""},{""time"":7867,""label"":""tour_next"",""step"":5},{""time"":29945,""label"":""started_brush"",""startDate"":""2021-05-23"",""endDate"":""2022-02-13""},{""time"":31552,""label"":""tour_next"",""step"":5},{""time"":37452,""label"":""moved_brush"",""startDate"":""2021-05-23"",""endDate"":""2022-02-13""},{""time"":38934,""label"":""tour_next"",""step"":5},{""time"":46213,""label"":""cleared_brush"",""using"":""click""},{""time"":46216,""label"":""cleared_brush"",""using"":""Escape""},{""time"":48736,""label"":""tour_next"",""step"":5},{""time"":50254,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678930681225,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":6367,""label"":""hovered"",""timeHovered"":1752,""week"":""2022-01-17""},{""time"":9774,""label"":""hovered"",""timeHovered"":4364,""week"":""2022-01-17""}]}",0,complex,line,1,0,0,Positive,1.7,0,2,2,6.1160000000000005,3.0580000000000003,3407,15.0,1.0,0.5,0,0.0,3 +2023-03-15 21:34:18,2023-03-15 21:42:52,0,100,513,1,2023-03-15 21:42:53,R_4YHYIIzBjFmDBDP,34.0587,-118.2781,EN,1,13.122,2.0,,2.0,3.123,15.113,23,23,64,21.273000000000003,17.424,1,1,50.379,-3,1,30.991999999999997,1,26.746,15.01,4,5,4,5,7,5,,31.798000000000002,5,5,6,2,7,3,it looks like it was professionally created and the data seems accurate.,23.494,4,,13.007,2,7,3,4,1,5,6,23.480999999999998,4,4,7,5,4,6,10,8,,29.899,4,3,4,3,5,4,37.235,6,3.0,23.197,1,1987,California,6,3,1,,9,,Bel Air,14,2,1,86.64,63345f710321e08d1720919e,"{""startTime"":1678930662101,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678930611955,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678930526873,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":12318,""label"":""tour_next"",""step"":2},{""time"":15564,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678930596265,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line,1,1,0,Positive,3.8,0,0,0,0.0,0.0,0,15.0,1.0,0.5,1,1.0,1 +2023-03-15 21:32:53,2023-03-15 21:43:22,0,100,629,1,2023-03-15 21:43:24,R_3rTbColiNmsIXf7,33.4849,-86.8596,EN,1,12.337,1.0,2.0,1.0,5.806,15.012,99,56,69,32.481,44.919,1,1,50.967,1,1,108.647,1,76.562,15.142999999999999,5,2,7,6,5,4,,23.506,2,6,5,7,4,4,"It looks like a legitimate, credible, and valid scientific visualization using reputable data and information. However, there is less information than I would like.",42.816,4,,4.632,2,7,3,4,1,5,6,17.237000000000002,1,1,2,3,2,5,5,3,,31.699,3,5,4,3,4,3,24.535,5,1.0,9.005,2,2000,Alabama,6,3,4,Arabic and English,5,,,11,1,1,45.784,63d79e5ecdcf4d0dbd646bf6,"{""startTime"":1678930672246,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930593163,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930453557,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":8242,""label"":""tour_next"",""step"":5},{""time"":20170,""label"":""started_brush"",""startDate"":""2021-06-05"",""endDate"":""2021-08-04""},{""time"":22570,""label"":""moved_brush"",""startDate"":""2021-06-05"",""endDate"":""2021-08-13""},{""time"":26017,""label"":""tour_next"",""step"":5},{""time"":30039,""label"":""moved_brush"",""startDate"":""2021-06-05"",""endDate"":""2021-07-10""},{""time"":30956,""label"":""tour_next"",""step"":5},{""time"":36465,""label"":""cleared_brush"",""using"":""click""},{""time"":38221,""label"":""tour_next"",""step"":5},{""time"":42580,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678930576959,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":9930,""label"":""hovered"",""timeHovered"":5182,""week"":""2021-12-20""}]}",1,complex,line,1,0,0,Positive,3.7,0,1,1,5.182,5.182,0,15.0,1.0,1.0,1,1.0,3 +2023-03-15 21:32:27,2023-03-15 21:44:12,0,100,705,1,2023-03-15 21:44:13,R_1Do2jQURDJSUyMu,35.8677,-86.4174,EN,1,13.057,,,,,15.017000000000001,63,34,73,21.448,122.273,1,1,40.985,-3,1,52.794,1,39.716,15.015999999999998,5,4,5,5,5,5,,83.016,5,4,5,3,4,6,Because it said to assume that I trust this visualization.,33.454,6,,22.397,2,7,3,4,1,5,6,25.179000000000002,6,6,7,7,7,5,11,10,,31.142,4,3,4,2,4,3,22.016,1,,5.837000000000001,1,1986,Tennessee,2,2,1,,7,,,6,4,2,98.322,5f7d026c6fd2421d2dc1af04,"{""startTime"":1678930654878,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930586092,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930406724,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":20149,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4389,""week"":""51"",""id"":""chart""},{""time"":24634,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1056,""week"":""52"",""id"":""chart""},{""time"":26410,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1135,""week"":""1"",""id"":""chart""},{""time"":30823,""label"":""tour_next"",""step"":5},{""time"":52695,""label"":""cleared_brush"",""using"":""Click""},{""time"":56443,""label"":""cleared_brush"",""using"":""Click""},{""time"":59356,""label"":""cleared_brush"",""using"":""Click""},{""time"":64193,""label"":""started_brush"",""startDate"":""2021-11-08"",""endDate"":""2021-12-20""},{""time"":65141,""label"":""tour_next"",""step"":5},{""time"":73957,""label"":""moved_brush"",""startDate"":""2021-10-16"",""endDate"":""2021-11-27""},{""time"":75475,""label"":""tour_next"",""step"":5},{""time"":84116,""label"":""cleared_brush"",""using"":""Click""},{""time"":86663,""label"":""tour_next"",""step"":5},{""time"":93780,""label"":""tour_end"",""step"":5},{""time"":107547,""label"":""started_brush"",""startDate"":""2021-06-02"",""endDate"":""2021-10-29""},{""time"":113139,""label"":""moved_brush"",""startDate"":""2021-09-10"",""endDate"":""2022-02-07""},{""time"":116122,""label"":""moved_brush"",""startDate"":""2021-12-03"",""endDate"":""2022-02-07""},{""time"":118365,""label"":""moved_brush"",""startDate"":""2021-12-03"",""endDate"":""2022-01-14""},{""time"":119763,""label"":""cleared_brush"",""using"":""Click""}]}","{""startTime"":1678930570393,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,bar,1,0,0,Neutral,3.3,0,0,0,0.0,0.0,0,15.0,1.0,0.5,1,1.0,3 +2023-03-15 21:33:56,2023-03-15 21:44:37,0,100,640,1,2023-03-15 21:44:37,R_2dlNhD8Lee8t0Di,41.8033,-87.9283,EN,1,9.263,,,,,15.123,100,100,76,22.502,12.793,1,1,121.228,-3,-3,58.49,-1,96.262,15.017000000000001,3,3,3,6,6,4,,30.101,6,6,5,2,7,4,"The data is displayed in a clear manner. It looks to be trustworthy, although I do not know the source or how it was taken.",27.746,5,,13.642000000000001,2,7,3,4,1,5,6,15.716,1,6,1,6,5,2,9,8,,22.689,3,5,5,2,5,4,24.104,1,,5.805,2,1994,Illinois,7,3,1,,7,,,4,3,1,77.339,63c0e405027c09642621327f,"{""startTime"":1678930584197,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678930615310,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678930494871,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":106,""label"":""tour_started""},{""time"":6121,""label"":""tour_next"",""step"":2},{""time"":8901,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678930567744,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":10370,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3512,""week"":""1"",""id"":""chart""},{""time"":14014,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1133,""week"":""4"",""id"":""chart""}]}",0,moderate,bar,2,1,0,Positive,4.0,0,2,2,4.645,2.3225,3644,15.0,1.0,0.0,0,0.0,2 +2023-03-15 21:28:14,2023-03-15 21:45:32,0,100,1037,1,2023-03-15 21:45:33,R_DwuUDAr9KGKHPTr,39.0151,-95.6402,EN,1,69.76899999999999,1.0,2.0,1.0,11.001,15.011,90,65,44,56.268,67.021,1,1,64.365,1,1,81.304,1,85.911,15.008,5,4,5,5,5,4,None,105.104,4,5,5,4,4,4,"I understand it should be easy to just count the number of cases, however I have seen so many things changed to fit an agenda, that I always have some concerns when I see data. I just don't trust things 100%. ",71.395,3,,20.158,2,7,3,4,1,5,6,25.908,2,2,3,7,2,5,6,5,,56.358999999999995,4,4,4,2,4,4,87.853,5,2.0,25.379,2,1988,Kansas,7,3,1,,7,,,5,3,2,105.92399999999999,6170afe6e3197de7542fd205,"{""startTime"":1678930410650,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":7749,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1442,""week"":""52"",""id"":""chart""},{""time"":9264,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1076,""week"":""51"",""id"":""chart""},{""time"":13604,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1132,""week"":""51"",""id"":""chart2""},{""time"":14854,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1270,""week"":""52"",""id"":""chart2""}]}","{""startTime"":1678930516398,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678930262681,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":22,""label"":""tour_started""},{""time"":12791,""label"":""tour_next"",""step"":2},{""time"":19604,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2701,""week"":""52"",""id"":""chart2""},{""time"":22372,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":13651,""week"":""51"",""id"":""chart2""},{""time"":38965,""label"":""tour_end"",""step"":2},{""time"":44734,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2061,""week"":""33"",""id"":""chart""},{""time"":48094,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3229,""week"":""1"",""id"":""chart""},{""time"":51900,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8690,""week"":""52"",""id"":""chart2""},{""time"":61675,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2017,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678930395176,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":1922,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1241,""week"":""1"",""id"":""chart""}]}",1,simple,bar,1,1,0,Negative,3.7,0,1,1,1.2409999999999999,1.2409999999999999,0,15.0,1.0,1.0,1,1.0,1 +2023-03-15 21:34:58,2023-03-15 21:45:59,0,100,661,1,2023-03-15 21:46:00,R_bq07yZx1RsKEWnD,43.2189,-88.1165,EN,1,8.422,,,,,15.043,77,47,54,31.307,63.965,-3,1,74.04899999999999,1,1,71.079,1,55.588,15.064,4,3,5,5,5,5,,36.838,3,5,5,4,4,4,Its from the chamber of Agriculture so I would assume the information on the visualization is correct but of course I can not be one hundred percent sure.,72.36399999999999,4,,7.647,2,7,3,4,1,5,6,24.565,6,6,6,6,6,7,9,9,,16.191,4,4,4,2,4,4,20.105,3,,3.157,2,1986,Wisconsin,3,2,1,,7,,,11,3,1,72.101,5f4f1795c7230316afc2b88a,"{""startTime"":1678930712440,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":2123,""label"":""hovered"",""timeHovered"":1208,""week"":""2022-01-03""},{""time"":4968,""label"":""hovered"",""timeHovered"":2070,""week"":""2022-01-17""}]}","{""startTime"":1678930749725,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678930561076,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":22355,""label"":""tour_next"",""step"":2},{""time"":27638,""label"":""tour_end"",""step"":2},{""time"":28802,""label"":""hovered"",""timeHovered"":1001,""week"":""2022-01-10""},{""time"":32262,""label"":""hovered"",""timeHovered"":1388,""week"":""2021-08-09""},{""time"":34393,""label"":""hovered"",""timeHovered"":2728,""week"":""2021-04-12""},{""time"":38543,""label"":""hovered"",""timeHovered"":1317,""week"":""2021-04-12""},{""time"":46745,""label"":""hovered"",""timeHovered"":1673,""week"":""2021-11-22""},{""time"":50285,""label"":""hovered"",""timeHovered"":2905,""week"":""2021-12-27""},{""time"":54643,""label"":""hovered"",""timeHovered"":2417,""week"":""2022-01-10""}]}","{""startTime"":1678930696850,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":9175,""label"":""hovered"",""timeHovered"":3339,""week"":""2022-01-10""}]}",0,moderate,line,1,0,0,Positive,3.7,0,1,1,3.339,3.339,0,15.0,0.5,1.0,1,1.0,2 +2023-03-15 21:33:11,2023-03-15 21:46:18,0,100,787,1,2023-03-15 21:46:19,R_3PNRTmc8F2s06Fi,40.6124,-111.8832,EN,1,29.401,1.0,4.0,1.0,7.857,15.017000000000001,93,100,51,39.703,43.952,1,-3,76.91,-3,-1,132.592,1,70.723,15.115,5,6,6,6,6,6,,38.576,6,6,6,4,4,6,It reflects what I understand from the news I have read.,19.974,6,,11.445,2,7,3,4,1,5,6,18.612000000000002,5,8,6,6,8,5,11,10,,68.467,4,3,4,1,3,4,35.811,1,1.0,17.602,2,1954,Utah,7,1,1,,7,,,10,4,1,80.274,5e373f33a42bce6daa55ea65,"{""startTime"":1678930695127,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678930636330,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678930498795,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":11475,""label"":""tour_next"",""step"":2},{""time"":20440,""label"":""tour_end"",""step"":2},{""time"":22839,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1815,""week"":""2"",""id"":""chart2""},{""time"":25094,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4343,""week"":""4"",""id"":""chart2""},{""time"":29808,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7179,""week"":""4"",""id"":""chart""}]}","{""startTime"":1678930620639,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":12642,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1503,""week"":""1"",""id"":""chart""},{""time"":14179,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1216,""week"":""2"",""id"":""chart""}]}",1,simple,bar,0,1,0,Positive,3.2,0,2,2,2.719,1.3595,1537,15.0,0.5,0.0,1,0.5,1 +2023-03-15 21:38:06,2023-03-15 21:47:24,0,100,557,1,2023-03-15 21:47:24,R_2XcAdyaHHUIQmZg,47.1173,-88.5535,EN,1,5.5120000000000005,,,,,15.13,93,90,41,18.88,43.111000000000004,1,1,45.867,1,1,87.505,1,27.789,15.125,5,7,7,5,6,5,,20.323,4,5,5,7,2,4,"The visualization looks well put together and professional, which makes me trust it. However, I do not know anything about the topic, so I am unsure if the numbers are reasonable. ",31.622,4,,8.972999999999999,2,7,3,4,1,5,6,12.627,4,7,5,7,5,3,10,9,,90.506,2,2,3,4,3,4,32.758,1,,3.82,1,2001,Michigan,3,3,1,,7,,,11,3,2,50.36,5eecf1789af5910cfeb71b53,"{""startTime"":1678930835868,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678930856988,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678930729894,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":22,""label"":""tour_started""},{""time"":6585,""label"":""hovered"",""timeHovered"":1674,""week"":""2021-08-09""},{""time"":16560,""label"":""hovered"",""timeHovered"":1037,""week"":""2021-06-07""},{""time"":20252,""label"":""tour_next"",""step"":2},{""time"":23406,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678930820024,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":671,""label"":""hovered"",""timeHovered"":4103,""week"":""2022-01-10""},{""time"":9331,""label"":""hovered"",""timeHovered"":1186,""week"":""2022-01-03""},{""time"":10516,""label"":""hovered"",""timeHovered"":1491,""week"":""2022-01-03""}]}",0,simple,line,1,1,0,Positive,3.0,0,3,3,6.78,2.26,9845,15.0,1.0,1.0,1,1.0,1 +2023-03-15 21:35:23,2023-03-15 21:47:37,0,100,733,1,2023-03-15 21:47:37,R_3HKZgIMnnEMvVGF,42.0326,-97.4265,EN,1,26.899,1.0,2.0,2.0,7.517,15.043,73,83,52,27.803,32.968,1,-3,72.20100000000001,-3,1,79.66199999999999,-3,43.988,15.161,5,5,5,6,6,5,,49.295,5,5,5,3,3,5,The Center for Disease Control is the experts on this so I trust it.,34.053000000000004,5,,11.850999999999999,2,7,3,4,1,5,6,20.965999999999998,3,6,10,8,5,6,9,9,My trust in Doctors has decreased over the last few years. They seem to not have any idea sometimes.,68.804,3,4,4,2,5,4,54.003,4,4.0,10.517999999999999,1,1976,Nebraska,6,2,1,,7,,,10,3,2,105.524,60e35afc1d7e1aee451eba47,"{""startTime"":1678930748096,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678930797930,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678930618698,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":20,""label"":""tour_started""},{""time"":19481,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2537,""week"":""50"",""id"":""chart""},{""time"":25369,""label"":""tour_next"",""step"":2},{""time"":30026,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678930732386,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar,1,0,0,Positive,3.7,0,0,0,0.0,0.0,0,15.0,0.5,0.5,0,0.5,2 +2023-03-15 21:30:19,2023-03-15 21:47:51,0,100,1052,1,2023-03-15 21:47:52,R_411uN30SxVoVzpf,42.5181,-70.899,EN,1,33.832,,,,,15.007,100,88,68,33.512,193.388,-2,1,91.62200000000001,-2,1,106.28299999999999,1,102.846,15.019,6,5,5,4,5,5,"I would like to see the weather added to this chart. Also, did the amount of workers in the field change due to COVID effect the planting and care at all? I wish there was a way to break out each type of dieses ",162.9,2,5,5,4,4,5,It looks professional. If I knew what organization produced the data I would trust it more ,41.169,7,,12.184000000000001,2,7,3,4,1,5,6,30.497,4,7,2,3,11,4,11,10,,29.459,2,2,2,4,1,2,29.802,2,,7.257000000000001,1,1965,Massachusetts,4,2,1,,9,,SALEM,3,3,1,74.346,59ba2a6e6495ef00019fbd70,"{""startTime"":1678930624360,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930788150,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930311510,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":20,""label"":""tour_started""},{""time"":20017,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1334,""week"":""39"",""id"":""chart""},{""time"":26467,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1565,""week"":""51"",""id"":""chart""},{""time"":28099,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2049,""week"":""52"",""id"":""chart""},{""time"":36247,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1083,""week"":""46"",""id"":""chart""},{""time"":39817,""label"":""tour_next"",""step"":5},{""time"":48232,""label"":""cleared_brush"",""using"":""Click""},{""time"":68964,""label"":""started_brush"",""startDate"":""2021-05-25"",""endDate"":""2021-07-31""},{""time"":70194,""label"":""tour_next"",""step"":5},{""time"":78940,""label"":""moved_brush"",""startDate"":""2021-04-29"",""endDate"":""2021-07-05""},{""time"":80453,""label"":""tour_next"",""step"":5},{""time"":89001,""label"":""cleared_brush"",""using"":""Click""},{""time"":89001,""label"":""cleared_brush"",""using"":""Escape""},{""time"":94206,""label"":""cleared_brush"",""using"":""Click""},{""time"":94206,""label"":""cleared_brush"",""using"":""Escape""},{""time"":95388,""label"":""tour_next"",""step"":5},{""time"":104077,""label"":""tour_end"",""step"":5},{""time"":105250,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1142,""week"":""52"",""id"":""chart""},{""time"":111803,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1383,""week"":""51"",""id"":""chart""},{""time"":116979,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1224,""week"":""31"",""id"":""chart""},{""time"":124492,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1076,""week"":""40"",""id"":""chart""},{""time"":126651,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1966,""week"":""40"",""id"":""chart""},{""time"":129114,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1073,""week"":""36"",""id"":""chart""},{""time"":145735,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":2614,""week"":""52"",""id"":""chart""},{""time"":150936,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":2153,""week"":""1"",""id"":""chart""},{""time"":190567,""label"":""cleared_brush"",""using"":""Click""}]}","{""startTime"":1678930608819,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,bar,2,0,0,Positive,2.2,0,0,0,0.0,0.0,0,15.0,0.5,0.5,1,1.0,3 +2023-03-15 21:37:26,2023-03-15 21:48:13,0,100,647,1,2023-03-15 21:48:14,R_1fjxDquVEQcBLVh,37.9606,-87.5333,EN,1,8.275,1.0,3.0,2.0,5.695,15.182,74,62,51,26.199,94.75200000000001,1,-2,33.585,1,1,60.551,1,18.951,15.117,7,7,7,5,5,1,,33.747,2,5,4,7,7,3,I don't believe the data is true,13.600999999999999,1,,10.437999999999999,2,7,3,4,1,5,6,20.753,5,5,7,6,3,6,7,8,,27.053,2,2,3,3,2,2,34.696,5,4.0,16.3,2,1983,Indiana,6,2,1,,7,,,13,2,2,153.466,63d18313a0fe35f35c2dfb1a,"{""startTime"":1678930889975,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930849094,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930717313,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":57,""label"":""tour_started""},{""time"":8548,""label"":""tour_next"",""step"":5},{""time"":20861,""label"":""cleared_brush"",""using"":""click""},{""time"":31608,""label"":""cleared_brush"",""using"":""click""},{""time"":46995,""label"":""started_brush"",""startDate"":""2021-06-09"",""endDate"":""2021-08-02""},{""time"":48123,""label"":""tour_next"",""step"":5},{""time"":55615,""label"":""moved_brush"",""startDate"":""2021-05-16"",""endDate"":""2021-07-10""},{""time"":56706,""label"":""tour_next"",""step"":5},{""time"":61908,""label"":""cleared_brush"",""using"":""click""},{""time"":61923,""label"":""cleared_brush"",""using"":""Escape""},{""time"":63458,""label"":""tour_next"",""step"":5},{""time"":67859,""label"":""tour_end"",""step"":5},{""time"":92469,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-10-13""}]}","{""startTime"":1678930832591,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":8823,""label"":""hovered"",""timeHovered"":1252,""week"":""2021-12-27""}]}",1,complex,line,1,0,0,Negative,2.3,0,1,1,1.252,1.252,0,15.0,0.5,1.0,1,1.0,3 +2023-03-15 21:32:07,2023-03-15 21:48:18,0,100,970,1,2023-03-15 21:48:19,R_3fNss7odunMmvVu,30.3586,-90.0561,EN,1,108.664,1.0,3.0,1.0,10.552,15.145999999999999,73,89,53,45.743,83.73299999999999,1,1,97.36200000000001,-3,1,106.302,1,56.736999999999995,15.022,5,5,5,5,5,5,,74.536,4,4,4,7,7,5,It is put out by the CDC,17.153,4,,10.777999999999999,2,7,3,4,1,5,6,33.683,4,6,6,6,5,7,9,9,,43.864,4,4,5,1,5,4,67.73100000000001,3,2.0,23.831999999999997,2,1957,Louisiana,3,3,1,,7,,,11,2,2,89.296,62ea66128e0806710fb41dcc,"{""startTime"":1678930732999,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678930808681,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678930524553,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":32,""label"":""tour_started""},{""time"":59854,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4250,""week"":""52"",""id"":""chart""},{""time"":67508,""label"":""tour_next"",""step"":2},{""time"":73064,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678930716709,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar,1,0,0,Positive,3.8,0,0,0,0.0,0.0,0,15.0,1.0,0.5,1,0.5,2 +2023-03-15 21:34:03,2023-03-15 21:49:00,0,100,897,1,2023-03-15 21:49:01,R_3nJBfntOEC4dwKJ,21.3328,-158.0181,EN,1,48.522,1.0,2.0,2.0,6.598,15.013,84,92,48,40.586,73.028,1,1,93.4,-2,1,101.516,-1,73.55199999999999,15.014000000000001,7,7,7,2,7,1,none,49.028,7,2,2,7,7,7,"Based on recent information revealed to the public, I seriously question the accuracy and reliability of information coming from the CDC.",54.888000000000005,2,,8.125,2,7,3,4,1,5,6,20.531,1,1,11,4,1,4,4,8,,28.943,2,1,2,4,1,2,30.581,6,4.0,21.67,1,1951,Hawaii,7,2,1,,8,pdomen@hawaii.rr.com,,14,2,1,136.825,5ef035131f1b2a546b44c391,"{""startTime"":1678930864995,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678930763227,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678930571659,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":28024,""label"":""hovered"",""timeHovered"":1231,""week"":""2022-01-10""},{""time"":33089,""label"":""hovered"",""timeHovered"":7299,""week"":""2022-01-10""},{""time"":41371,""label"":""hovered"",""timeHovered"":7566,""week"":""2022-02-07""},{""time"":48938,""label"":""hovered"",""timeHovered"":1249,""week"":""2022-02-07""},{""time"":59289,""label"":""tour_next"",""step"":2},{""time"":67353,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678930747354,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":3771,""label"":""hovered"",""timeHovered"":2049,""week"":""2022-01-10""},{""time"":9755,""label"":""hovered"",""timeHovered"":2425,""week"":""2022-01-17""}]}",1,moderate,line,1,0,0,Negative,2.0,0,2,2,4.474,2.237,5984,15.0,1.0,0.5,0,0.5,2 +2023-03-15 21:32:14,2023-03-15 21:49:51,0,100,1056,1,2023-03-15 21:49:52,R_1kIB0sojzmaFeSE,35.6383,-79.8557,EN,1,4.147,1.0,2.0,2.0,5.928999999999999,15.008,100,8,0,57.417,178.352,-2,-1,103.118,-3,-3,69.554,-3,61.479,15.11,3,7,3,4,4,4,,78.503,2,2,7,4,2,4,It's tough to look at. Pretty messy. I do like the interactive feature. I think that helps. But I think it could be cleaned up a bit. And I would like to see more details along with the visualization. Overall I trust it.,87.13600000000001,3,"I think most people can be trusted, but tend to be on guard.",62.141999999999996,2,7,3,4,1,5,6,40.286,2,2,5,3,4,2,10,10,,44.263000000000005,3,2,4,3,3,2,56.724,1,3.0,18.987000000000002,1,1987,North Carolina,2,2,1,,7,,,3,4,1,84.2,62867b51e71606f873d41b05,"{""startTime"":1678930824464,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930699764,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930443419,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":23,""label"":""tour_started""},{""time"":42820,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2367,""week"":""52"",""id"":""chart""},{""time"":45388,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6249,""week"":""52"",""id"":""chart""},{""time"":52654,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2482,""week"":""1"",""id"":""chart""},{""time"":58454,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1182,""week"":""24"",""id"":""chart""},{""time"":62719,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1183,""week"":""31"",""id"":""chart""},{""time"":70218,""label"":""tour_next"",""step"":5},{""time"":95869,""label"":""started_brush"",""startDate"":""2021-06-27"",""endDate"":""2021-09-04""},{""time"":98257,""label"":""tour_next"",""step"":5},{""time"":113949,""label"":""moved_brush"",""startDate"":""2021-11-18"",""endDate"":""2022-01-25""},{""time"":114761,""label"":""tour_next"",""step"":5},{""time"":129453,""label"":""cleared_brush"",""using"":""Click""},{""time"":132288,""label"":""tour_next"",""step"":5},{""time"":143561,""label"":""tour_end"",""step"":5},{""time"":153595,""label"":""started_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-05-31""},{""time"":157379,""label"":""moved_brush"",""startDate"":""2021-05-10"",""endDate"":""2021-07-05""},{""time"":163083,""label"":""moved_brush"",""startDate"":""2021-07-26"",""endDate"":""2021-09-20""},{""time"":163700,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":4254,""week"":""34"",""id"":""chart""},{""time"":172427,""label"":""moved_brush"",""startDate"":""2021-12-13"",""endDate"":""2022-02-07""},{""time"":173192,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1513,""week"":""6"",""id"":""chart""}]}","{""startTime"":1678930684172,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":14530,""label"":""started_brush"",""startDate"":""2021-10-29"",""endDate"":""2022-01-02""}]}",1,complex,bar,1,1,0,Positive,2.8,1,1,0,0.0,0.0,0,15.0,0.0,0.0,0,0.0,3 +2023-03-15 21:40:03,2023-03-15 21:50:04,0,100,600,1,2023-03-15 21:50:04,R_2qkLlPRIN60BUr6,43.0132,-87.9287,EN,1,12.186,,,,,15.11,61,62,51,36.97,26.401999999999997,1,1,45.405,-3,-3,63.441,1,51.478,15.012,5,7,3,7,3,5,none,34.496,4,4,3,3,3,5,It appears to present objective data in a form I can understand.,19.773,4,,11.107000000000001,2,7,3,4,1,5,6,18.587,1,4,2,2,6,2,8,9,,65.161,3,3,5,3,2,2,32.639,3,,10.758,1,1979,Wisconsin,6,2,1,,7,,,17,4,1,80.047,5f8e3f6a1a1f4421715a2879,"{""startTime"":1678931014305,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678930962314,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678930874083,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":21,""label"":""tour_started""},{""time"":13508,""label"":""tour_next"",""step"":2},{""time"":23332,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678930946833,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":9030,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1749,""week"":""52"",""id"":""chart""}]}",0,simple,bar,1,1,0,Positive,3.0,0,1,1,1.749,1.749,0,15.0,1.0,0.0,1,1.0,1 +2023-03-15 21:40:20,2023-03-15 21:50:13,0,100,593,1,2023-03-15 21:50:14,R_1lfuSNsHUXgkJX8,34.7766,-114.4779,EN,1,4.4639999999999995,,,,,15.017999999999999,94,34,41,35.074,46.773,1,1,46.103,1,1,155.711,1,35.672,15.023,5,4,7,4,5,5,,43.607,4,4,3,1,1,5,I have no reason to believe the information is false.,29.436999999999998,4,,7.303999999999999,2,7,3,4,1,5,6,15.478,1,1,1,1,2,1,9,8,,18.489,3,4,4,2,4,4,20.325,1,,3.1289999999999996,2,1997,Arizona,2,2,1,,7,,,8,4,2,48.778,62bddb63d7c84ff6e9c592f5,"{""startTime"":1678931163362,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":22670},{""label"":""window_focused"",""time"":23594}]}","{""startTime"":1678931101345,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678930881889,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":34549,""label"":""tour_next"",""step"":2},{""time"":38550,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678931086011,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":420,""label"":""hovered"",""timeHovered"":1148,""week"":""2022-01-31""},{""time"":4125,""label"":""hovered"",""timeHovered"":8054,""week"":""2022-01-17""}]}",0,moderate,line,0,1,0,Positive,3.5,0,2,2,9.202,4.601,3705,15.0,1.0,1.0,1,1.0,2 +2023-03-15 21:27:23,2023-03-15 21:50:14,0,100,1371,1,2023-03-15 21:50:14,R_3oGChGiVw7KhtfS,30.3341,-81.6544,EN,1,431.086,,,,,15.015999999999998,98,40,59,26.246,72.426,1,1,49.93600000000001,-3,-1,68.652,1,78.779,15.116,5,4,5,4,4,5,,262.053,2,2,3,1,1,5,The visualization is detailed and I mostly trust the data shown since it appears to be reliable.,74.657,4,,9.94,2,7,3,4,1,5,6,23.838,3,6,6,8,6,6,10,9,,57.942,2,2,2,4,3,3,42.361000000000004,2,,11.134,2,2002,Florida,5,3,1,,7,,,19,4,2,77.008,6110c3de4d73c26eb588091f,"{""startTime"":1678930681105,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":2063,""label"":""hovered"",""timeHovered"":2019,""week"":""2022-01-03""},{""label"":""window_blurred"",""time"":4913},{""label"":""window_focused"",""time"":8542}]}","{""startTime"":1678930943916,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678930522773,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":42657,""label"":""tour_next"",""step"":2},{""time"":48714,""label"":""tour_end"",""step"":2},{""time"":55690,""label"":""hovered"",""timeHovered"":1326,""week"":""2021-05-10""},{""time"":58354,""label"":""hovered"",""timeHovered"":1977,""week"":""2021-07-12""},{""time"":62986,""label"":""hovered"",""timeHovered"":1443,""week"":""2021-08-30""}]}","{""startTime"":1678930665145,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7286,""label"":""hovered"",""timeHovered"":1514,""week"":""2022-01-10""}]}",0,moderate,line,1,1,0,Positive,2.7,0,1,1,1.514,1.514,0,15.0,1.0,0.0,1,0.0,2 +2023-03-15 21:32:13,2023-03-15 21:50:22,0,100,1088,1,2023-03-15 21:50:23,R_3gY4kJUJtUbe7ud,26.6909,-81.9483,EN,1,9.127,,,,,15.008,93,92,50,58.813,201.107,1,1,66.90100000000001,1,1,78.208,-2,41.972,15.007,5,5,5,4,6,5,Thank you for the opportunity.,60.446000000000005,5,5,6,4,3,5,The chart seems to be accurate and reliable.,109.35,6,Thank you.,26.052,2,7,3,4,1,5,6,42.457,6,10,10,10,8,10,10,10,"I am satisfied, thank you.",58.214,2,2,2,3,2,2,85.85600000000001,4,,15.828,2,1967,Florida,3,1,1,,7,,,5,3,1,94.602,638a2f44aadfb032e1116645,"{""startTime"":1678930696593,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930757897,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930435932,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":5110,""label"":""hovered"",""timeHovered"":1450,""week"":""2022-02-07""},{""time"":29143,""label"":""hovered"",""timeHovered"":2166,""week"":""2021-11-29""},{""time"":33359,""label"":""hovered"",""timeHovered"":6000,""week"":""2022-01-03""},{""time"":48087,""label"":""tour_next"",""step"":5},{""time"":72346,""label"":""started_brush"",""startDate"":""2022-01-08"",""endDate"":""2022-01-17""},{""time"":75342,""label"":""tour_next"",""step"":5},{""time"":95386,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-10-10""},{""time"":113975,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-11""},{""time"":121457,""label"":""moved_brush"",""startDate"":""2021-04-12"",""endDate"":""2022-02-13""},{""time"":122777,""label"":""moved_brush"",""startDate"":""2021-04-12"",""endDate"":""2022-02-13""},{""time"":126997,""label"":""tour_back"",""step"":5},{""time"":135777,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-11""},{""time"":137041,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-11""},{""time"":138105,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-11""},{""time"":138537,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-11""},{""time"":139489,""label"":""moved_brush"",""startDate"":""2021-04-12"",""endDate"":""2022-02-13""},{""time"":142674,""label"":""moved_brush"",""startDate"":""2021-04-12"",""endDate"":""2021-05-03""},{""time"":146178,""label"":""cleared_brush"",""using"":""click""},{""time"":148856,""label"":""cleared_brush"",""using"":""click""},{""time"":151243,""label"":""started_brush"",""startDate"":""2021-10-16"",""endDate"":""2021-10-30""},{""time"":153801,""label"":""moved_brush"",""startDate"":""2021-10-16"",""endDate"":""2022-01-06""},{""time"":154646,""label"":""tour_next"",""step"":5},{""time"":159233,""label"":""started_brush"",""startDate"":""2021-07-15"",""endDate"":""2021-12-20""},{""time"":161233,""label"":""moved_brush"",""startDate"":""2021-07-15"",""endDate"":""2021-12-20""},{""time"":161730,""label"":""moved_brush"",""startDate"":""2021-07-15"",""endDate"":""2021-12-20""},{""time"":162896,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-09-16""},{""time"":163974,""label"":""tour_next"",""step"":5},{""time"":174485,""label"":""cleared_brush"",""using"":""click""},{""time"":174486,""label"":""cleared_brush"",""using"":""Escape""},{""time"":176749,""label"":""tour_next"",""step"":5},{""time"":190501,""label"":""tour_end"",""step"":5},{""time"":192721,""label"":""cleared_brush"",""using"":""click""},{""time"":198361,""label"":""started_brush"",""startDate"":""2021-12-13"",""endDate"":""2022-01-19""}]}","{""startTime"":1678930680828,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line,1,1,0,Positive,2.2,0,0,0,0.0,0.0,0,15.0,1.0,1.0,0,0.0,3 +2023-03-15 21:40:44,2023-03-15 21:50:55,0,100,611,1,2023-03-15 21:50:55,R_2AGZvtcwdJzq7Bh,45.1692,-93.2487,EN,1,15.7,,,,,15.110999999999999,71,91,49,18.248,43.056000000000004,1,1,41.519,-3,-3,100.31700000000001,1,58.72,15.011,5,5,5,5,5,5,,19.102,5,5,5,7,7,5,I really have no reason not to. It's presenting data which has no effect on me personally.,27.035999999999998,4,,7.265,2,7,3,4,1,5,6,19.046,4,6,1,3,4,4,10,9,,23.419,3,4,4,3,4,3,30.456999999999997,1,,2.9019999999999997,1,1989,Minnesota,3,1,1,,7,,,9,4,1,133.255,5d4fa7c197082b0001f7f483,"{""startTime"":1678931063928,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678931083732,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678930903303,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":14908,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2299,""week"":""46"",""id"":""chart""},{""time"":29881,""label"":""tour_next"",""step"":2},{""time"":34416,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678931048314,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":4965,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1662,""week"":""50"",""id"":""chart""},{""time"":8557,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2329,""week"":""2"",""id"":""chart""}]}",0,moderate,bar,1,0,0,Positive,3.5,0,2,2,3.991,1.9955,3592,15.0,1.0,0.0,1,0.0,2 +2023-03-15 21:40:41,2023-03-15 21:52:04,0,100,683,1,2023-03-15 21:52:05,R_1JJc45QZAbY4GDU,29.6286,-81.8919,EN,1,51.203,2.0,,1.0,3.068,15.997,67,83,50,62.92,12.668,1,1,54.036,-3,1,68.994,-3,17.087,15.007,3,3,2,2,2,2,thanks,50.898999999999994,2,2,3,3,3,3,i dont really care either way,29.480999999999998,3,thanks,26.458000000000002,2,7,3,4,1,5,6,20.641,1,1,2,2,1,3,2,5,thanks,27.516,3,3,2,3,2,2,17.528,3,4.0,12.264000000000001,1,1977,Florida,3,3,1,,8,branford,,4,2,1,127.65899999999999,562563ceed6e5a000bc7f386,"{""startTime"":1678931096235,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678931148399,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678930996058,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":29,""label"":""tour_started""},{""time"":7599,""label"":""tour_next"",""step"":2},{""time"":9849,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678931080018,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":1012,""label"":""hovered"",""timeHovered"":4246,""week"":""2021-11-29""},{""time"":6076,""label"":""hovered"",""timeHovered"":1828,""week"":""2021-12-13""}]}",1,moderate,line,0,0,0,,2.5,0,2,2,6.074,3.037,5064,15.0,1.0,0.5,0,0.5,2 +2023-03-15 21:40:33,2023-03-15 21:52:32,0,100,718,1,2023-03-15 21:52:32,R_1q88FwqmutbWlKk,32.6963,-97.1346,EN,1,6.504,1.0,3.0,1.0,5.347,15.015,98,92,38,19.176,136.213,-2,1,37.427,1,1,90.552,-3,53.063,15.011,6,5,7,6,5,5,,21.47,5,6,5,5,3,5,I concrete information derived from a reliable source,21.881,5,,9.53,2,7,3,4,1,5,6,23.035,5,5,8,6,5,5,10,9,,22.314,4,4,4,1,4,4,31.594,2,1.0,14.267000000000001,2,1964,Texas,6,3,1,,7,,,17,3,1,137.629,5bd4e6f7c4f8e900013ae526,"{""startTime"":1678931105924,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":111,""label"":""cleared_brush"",""using"":""click""}]}","{""startTime"":1678931128059,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930898506,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":24,""label"":""tour_started""},{""time"":12793,""label"":""hovered"",""timeHovered"":2749,""week"":""2021-12-13""},{""time"":18024,""label"":""hovered"",""timeHovered"":1250,""week"":""2022-01-17""},{""time"":22780,""label"":""tour_next"",""step"":5},{""time"":46415,""label"":""started_brush"",""startDate"":""2021-08-04"",""endDate"":""2021-10-21""},{""time"":48907,""label"":""started_brush"",""startDate"":""2021-12-06"",""endDate"":""2022-01-27""},{""time"":51436,""label"":""tour_next"",""step"":5},{""time"":74881,""label"":""started_brush"",""startDate"":""2021-07-30"",""endDate"":""2021-09-09""},{""time"":88346,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-09""},{""time"":97847,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-09""},{""time"":99871,""label"":""moved_brush"",""startDate"":""2021-04-14"",""endDate"":""2022-02-13""},{""time"":102505,""label"":""moved_brush"",""startDate"":""2021-04-14"",""endDate"":""2022-02-13""},{""time"":107889,""label"":""moved_brush"",""startDate"":""2021-04-14"",""endDate"":""2022-02-13""},{""time"":108297,""label"":""moved_brush"",""startDate"":""2021-04-14"",""endDate"":""2022-02-13""},{""time"":108467,""label"":""moved_brush"",""startDate"":""2021-04-14"",""endDate"":""2022-02-13""},{""time"":108988,""label"":""moved_brush"",""startDate"":""2021-04-14"",""endDate"":""2022-02-13""},{""time"":109695,""label"":""moved_brush"",""startDate"":""2021-04-14"",""endDate"":""2022-02-13""},{""time"":110575,""label"":""tour_next"",""step"":5},{""time"":116996,""label"":""cleared_brush"",""using"":""click""},{""time"":117006,""label"":""cleared_brush"",""using"":""Escape""},{""time"":119131,""label"":""tour_next"",""step"":5},{""time"":130977,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678931090012,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line,1,0,0,Positive,3.5,0,0,0,0.0,0.0,0,15.0,0.5,1.0,0,0.0,3 +2023-03-15 21:39:41,2023-03-15 21:52:50,0,100,788,1,2023-03-15 21:52:50,R_xEoGWND77OYga0p,44.9028,-89.5819,EN,1,19.901,1.0,2.0,1.0,5.841,15.115,73,66,19,20.74,65.65899999999999,1,1,85.20299999999999,-3,-3,63.9,1,77.298,15.017000000000001,5,4,5,5,5,5,,77.153,5,4,5,5,5,5,I trust this visualization because it contains scientific data in a bar charge that indicates how many cases of COVID 19 were confirmed during that week. ,47.415,3,,15.93,2,7,3,4,1,5,6,18.977,7,8,8,7,7,6,8,8,,24.891,4,3,3,3,4,4,64.95100000000001,4,1.0,19.079,2,1992,Wisconsin,5,2,1,,7,,,11,3,2,76.721,63617635b76b7732fc0f141e,"{""startTime"":1678931103859,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678931034809,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678930888637,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":21,""label"":""tour_started""},{""time"":15739,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1880,""week"":""50"",""id"":""chart""},{""time"":20700,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1764,""week"":""1"",""id"":""chart""},{""time"":22798,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1232,""week"":""52"",""id"":""chart""},{""time"":26981,""label"":""tour_next"",""step"":2},{""time"":29133,""label"":""tour_end"",""step"":2},{""time"":60579,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1267,""week"":""3"",""id"":""chart""}]}","{""startTime"":1678931019208,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":1941,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1567,""week"":""52"",""id"":""chart""},{""time"":3536,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1755,""week"":""1"",""id"":""chart""}]}",1,moderate,bar,1,1,0,Positive,3.5,0,2,2,3.322,1.661,1595,15.0,1.0,0.0,1,0.0,2 +2023-03-15 21:40:28,2023-03-15 21:53:04,0,100,755,1,2023-03-15 21:53:04,R_3nP1IHYR7HPLNK6,33.2109,-117.2232,EN,1,7.097,1.0,4.0,2.0,12.42,15.112,100,75,100,26.455,125.37200000000001,1,1,81.624,-2,-3,63.691,-2,43.953,15.107000000000001,6,2,5,5,6,5,thanks,51.879,5,6,6,5,4,6,"It makes sense, based on reports we've heard from scientists during this pandemic crisis.",49.93899999999999,5,thanks,11.470999999999998,2,7,3,4,1,5,6,25.430999999999997,4,6,4,6,9,4,9,8,,49.343,4,4,4,2,4,3,33.361999999999995,1,1.0,15.664000000000001,2,1958,California,6,2,1,,9,,VISTA,5,3,1,61.675,6164674aee2f6131757520fe,"{""startTime"":1678931165797,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931077735,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":2575,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4347,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678930891036,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":27,""label"":""tour_started""},{""time"":10928,""label"":""tour_next"",""step"":5},{""time"":52985,""label"":""started_brush"",""startDate"":""2021-06-29"",""endDate"":""2021-11-08""},{""time"":53905,""label"":""tour_next"",""step"":5},{""time"":64777,""label"":""moved_brush"",""startDate"":""2021-06-01"",""endDate"":""2021-10-12""},{""time"":65777,""label"":""tour_next"",""step"":5},{""time"":70833,""label"":""cleared_brush"",""using"":""Click""},{""time"":72384,""label"":""tour_next"",""step"":5},{""time"":80984,""label"":""tour_end"",""step"":5},{""time"":89937,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1867,""week"":""50"",""id"":""chart""},{""time"":92988,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2099,""week"":""27"",""id"":""chart""},{""time"":99215,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4514,""week"":""50"",""id"":""chart""},{""time"":105449,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4796,""week"":""50"",""id"":""chart""},{""time"":111955,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5013,""week"":""51"",""id"":""chart""},{""time"":120139,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1612,""week"":""3"",""id"":""chart""}]}","{""startTime"":1678931061991,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":7646,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1617,""week"":""50"",""id"":""chart""}]}",1,complex,bar,0,1,0,Positive,3.5,0,1,1,1.617,1.617,0,15.0,1.0,0.0,0,0.0,3 +2023-03-15 21:46:26,2023-03-15 21:53:25,0,100,419,1,2023-03-15 21:53:26,R_1GWcfNimAtwjFwf,38.9268,-94.7134,EN,1,3.1430000000000002,,,,,15.119000000000002,100,68,79,13.9,18.114,1,1,25.987,1,1,39.893,-1,37.809,15.019,6,4,6,2,5,5,,32.001999999999995,4,4,5,1,1,5,the data it covers is too specific to be false,29.647,5,,16.979,2,7,3,4,1,5,6,11.946,3,9,2,8,5,3,11,11,,30.92,4,4,4,2,4,3,36.949,1,,4.419,1,2000,Kansas,6,3,1,,7,,,17,4,2,47.711999999999996,5f87cb31bea4ed20a90d8168,"{""startTime"":1678931350987,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678931299524,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678931225184,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":4,""label"":""tour_started""},{""time"":7922,""label"":""tour_next"",""step"":2},{""time"":11558,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678931284089,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,line,0,1,0,Positive,3.5,0,0,0,0.0,0.0,0,15.0,1.0,1.0,0,1.0,2 +2023-03-15 21:32:56,2023-03-15 21:53:35,0,100,1239,1,2023-03-15 21:53:36,R_1hAA77y5i7KM1Pb,37.7562,-122.4866,EN,1,108.652,,,,,15.01,44,31,34,51.423,12.458,-1,1,137.637,-3,-3,255.437,-2,83.67399999999999,15.009,3,3,3,3,3,3,,118.675,3,3,3,3,3,3,I slightly understand the graph representation ,63.067,2,,4.864,2,7,3,4,1,5,6,40.155,5,5,5,6,4,5,10,9,,69.718,3,3,3,3,3,3,10.675999999999998,6,,5.101,1,1962,California,6,3,1,,3,,,10,3,1,63.05,62ff26509176c97c9ceebc2b,"{""startTime"":1678930956684,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_focused"",""time"":92286}]}","{""startTime"":1678930956684,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_focused"",""time"":92286}]}","{""startTime"":1678930657464,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":21,""label"":""tour_started""},{""time"":4144,""label"":""tour_next"",""step"":2},{""time"":9853,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678930938429,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":15535}]}",0,moderate,bar,0,1,0,Negative,3.0,0,0,0,0.0,0.0,0,15.535,0.5,0.0,0,0.0,2 +2023-03-15 21:45:22,2023-03-15 21:53:37,0,100,495,1,2023-03-15 21:53:38,R_1HcLlY0jLgmtIQ2,33.5137,-83.8699,EN,1,21.416,,,,,15.015999999999998,69,93,75,19.866,27.078000000000003,1,1,41.026,1,1,46.108999999999995,1,34.849000000000004,15.109000000000002,5,3,4,4,6,5,,29.95,4,5,5,7,7,5,"The source seems trustworthy, and I don't have any reason to not trust it.",23.228,5,,6.771,2,7,3,4,1,5,6,15.325,3,8,9,8,8,8,10,10,,27.163,2,3,3,4,2,2,36.69,5,,5.7379999999999995,1,1982,Georgia,3,1,1,,7,,,7,2,1,52.293,5865ecf6a7f6480001ed9791,"{""startTime"":1678931295740,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931326076,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931211225,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":12234,""label"":""tour_next"",""step"":2},{""time"":15506,""label"":""tour_end"",""step"":2},{""time"":25169,""label"":""hovered"",""timeHovered"":1180,""week"":""2022-01-03""}]}","{""startTime"":1678931280165,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,line,1,0,0,Positive,2.7,0,0,0,0.0,0.0,0,15.0,1.0,1.0,1,1.0,1 +2023-03-15 21:42:34,2023-03-15 21:53:54,0,100,680,1,2023-03-15 21:53:55,R_1I9PtGRXdMysCeu,41.8482,-87.6521,EN,1,30.875,1.0,2.0,2.0,11.446,15.116,86,70,78,31.776999999999997,67.501,1,1,44.233000000000004,1,1,56.951,1,63.101000000000006,15.019,5,2,7,5,6,5,I don't have any additional thoughts.,34.24,2,6,4,5,7,5,It's data is sourced from the CDC.,24.798000000000002,4,I don't have any additional thoughts or comments.,19.588,2,7,3,4,1,5,6,28.379,4,5,1,3,1,1,10,10,I don't have any comments.,28.778000000000002,3,4,5,3,5,4,52.91,1,1.0,13.237,1,1984,Illinois,3,1,1,,3,,,9,4,2,63.545,5dd59e901986eb55f1e2cb22,"{""startTime"":1678931225698,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678931260553,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678931084385,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":13,""label"":""tour_started""},{""label"":""window_blurred"",""time"":11855},{""label"":""window_focused"",""time"":11996},{""label"":""window_blurred"",""time"":16148},{""label"":""window_focused"",""time"":17645},{""time"":18602,""label"":""tour_next"",""step"":2},{""time"":23134,""label"":""tour_end"",""step"":2},{""time"":27276,""label"":""hovered"",""timeHovered"":1807,""week"":""2021-04-26""},{""time"":29558,""label"":""hovered"",""timeHovered"":1184,""week"":""2021-05-03""},{""time"":30829,""label"":""hovered"",""timeHovered"":4989,""week"":""2021-05-03""},{""time"":36945,""label"":""hovered"",""timeHovered"":1849,""week"":""2021-04-19""},{""time"":39368,""label"":""hovered"",""timeHovered"":1585,""week"":""2021-05-03""}]}","{""startTime"":1678931210097,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line,1,0,0,Positive,4.0,0,0,0,0.0,0.0,0,15.0,1.0,1.0,1,1.0,2 +2023-03-15 21:46:32,2023-03-15 21:54:10,0,100,457,1,2023-03-15 21:54:11,R_3enq4lvuiUwZAfD,30.2661,-97.7136,EN,1,3.616,,,,,15.007,73,100,100,15.386,18.13,1,1,42.602,-3,-3,30.363000000000003,1,18.408,15.007,3,5,3,6,6,5,,29.208000000000002,4,6,6,5,4,5,"I have no personal experience on the matter and wouldn't know otherwise. However, The data seems collected and presentable, making it move believable. ",78.477,4,,7.926,2,7,3,4,1,5,6,21.265,4,5,6,7,4,6,8,9,,25.984,3,3,5,3,4,4,38.631,4,,11.982000000000001,1,1991,Texas,3,2,1,,7,,,7,4,2,38.991,62b1e73c146dfd1d162fdf11,"{""startTime"":1678931417891,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931311901,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931235220,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":6263,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1150,""week"":""52"",""id"":""chart""},{""time"":8513,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1050,""week"":""52"",""id"":""chart""},{""time"":10317,""label"":""tour_next"",""step"":2},{""time"":12963,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1567,""week"":""52"",""id"":""chart2""},{""time"":16664,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678931296544,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":3599,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1359,""week"":""52"",""id"":""chart2""},{""time"":9783,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1192,""week"":""4"",""id"":""chart""}]}",0,simple,bar,1,0,0,Positive,3.7,0,2,2,2.551,1.2755,6184,15.0,1.0,0.0,1,1.0,1 +2023-03-15 21:43:33,2023-03-15 21:55:13,0,100,699,1,2023-03-15 21:55:13,R_1OZHniTIxx74RF1,36.224000000000004,-83.3179,EN,1,15.587,1.0,3.0,1.0,11.552,15.017999999999999,88,82,43,23.162,37.19,1,-3,74.39699999999999,-2,1,77.404,1,51.407,15.115,2,2,7,7,7,7,,26.263,2,4,7,7,2,7,Why should I trust it? What does it prove? ,18.744,4,,10.985,2,7,3,4,1,5,6,26.503,2,2,2,7,7,3,6,3,,26.862,2,2,3,3,2,3,33.365,4,1.0,23.611,2,1971,Tennessee,6,2,1,,9,,What is the name of your first school?,11,2,1,127.581,563e5abecbd4c60005dc9153,"{""startTime"":1678931288413,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931231361,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":982,""label"":""hovered"",""timeHovered"":1087,""week"":""2022-01-24""},{""time"":3333,""label"":""hovered"",""timeHovered"":1492,""week"":""2021-11-29""}]}","{""startTime"":1678931100650,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":6878,""label"":""hovered"",""timeHovered"":1662,""week"":""2021-10-25""},{""time"":25741,""label"":""tour_next"",""step"":2},{""time"":32809,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678931215013,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line,0,0,0,Negative,2.5,0,0,0,0.0,0.0,0,15.0,0.5,0.5,1,0.5,1 +2023-03-15 21:41:22,2023-03-15 21:55:32,0,100,850,1,2023-03-15 21:55:33,R_6CZ5pu1OF0ZIiv7,40.5153,-112.0316,EN,1,2.845,,,,,15.109000000000002,74,28,23,68.095,172.89700000000002,1,1,41.729,1,-3,115.429,1,68.928,15.104000000000001,5,5,4,4,5,4,,27.346,3,7,2,1,2,4,I was told the data was reliable but the data is presented in an unfamiliar way. Even accurate data can be misrepresented in graphs so I'm not sure I can completely trust what a graph is showing without examining it carefully.,92.45100000000001,3,,6.317,2,7,3,4,1,5,6,16.0,4,5,3,4,4,4,9,8,,18.073,4,3,2,4,2,2,35.253,3,,3.533,1,1992,Utah,6,3,1,,7,,,5,4,2,105.20299999999999,559ecce6fdf99b16653fb880,"{""startTime"":1678931233006,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_focused"",""time"":6119}]}","{""startTime"":1678931261071,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930973824,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":27,""label"":""tour_started""},{""time"":1794,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":10154,""week"":""37"",""id"":""chart""},{""time"":15264,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":65148,""week"":""2"",""id"":""chart""},{""time"":81258,""label"":""tour_next"",""step"":5},{""time"":91703,""label"":""started_brush"",""startDate"":""2021-05-28"",""endDate"":""2021-09-11""},{""time"":92340,""label"":""tour_next"",""step"":5},{""time"":99632,""label"":""moved_brush"",""startDate"":""2021-05-28"",""endDate"":""2021-08-10""},{""time"":100219,""label"":""tour_next"",""step"":5},{""time"":108424,""label"":""cleared_brush"",""using"":""Click""},{""time"":109256,""label"":""tour_next"",""step"":5},{""time"":114626,""label"":""tour_end"",""step"":5},{""time"":124288,""label"":""started_brush"",""startDate"":""2021-05-29"",""endDate"":""2021-09-01""},{""label"":""window_blurred"",""time"":132088},{""label"":""window_focused"",""time"":171897}]}","{""startTime"":1678931216989,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":11343}]}",0,complex,bar,1,0,0,Negative,2.8,0,0,0,0.0,0.0,0,11.343,1.0,0.5,1,1.0,3 +2023-03-15 21:48:40,2023-03-15 21:55:51,0,100,431,1,2023-03-15 21:55:52,R_3M9H8wC2ZEGeWY1,29.5422,-95.3212,EN,1,17.488,1.0,3.0,1.0,5.736000000000001,15.11,78,38,24,16.189,28.671999999999997,1,1,26.401,1,1,29.403000000000002,-3,20.601999999999997,15.112,5,4,5,4,5,5,,23.296999999999997,2,2,2,4,7,4,Data could be presented better,15.527000000000001,5,,7.669,2,7,4,5,1,3,6,50.994,4,7,4,9,6,6,10,10,,16.475,3,4,4,2,3,4,21.776999999999997,2,1.0,6.683,1,1985,Texas,8,2,1,,7,,,17,4,1,57.205,633c2576bb250e8f0da2be0a,"{""startTime"":1678931488155,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931449321,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931383560,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":4100,""label"":""tour_next"",""step"":5},{""time"":9433,""label"":""started_brush"",""startDate"":""2021-05-10"",""endDate"":""2021-08-14""},{""time"":11132,""label"":""tour_next"",""step"":5},{""time"":15266,""label"":""started_brush"",""startDate"":""2021-10-06"",""endDate"":""2021-11-04""},{""time"":17683,""label"":""started_brush"",""startDate"":""2021-05-13"",""endDate"":""2021-10-14""},{""time"":18320,""label"":""moved_brush"",""startDate"":""2021-05-13"",""endDate"":""2021-10-14""},{""time"":20189,""label"":""moved_brush"",""startDate"":""2021-06-02"",""endDate"":""2021-11-03""},{""time"":20848,""label"":""tour_next"",""step"":5},{""time"":24172,""label"":""cleared_brush"",""using"":""click""},{""time"":25365,""label"":""tour_next"",""step"":5},{""time"":26831,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678931433743,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line,1,0,0,Negative,3.3,0,0,0,0.0,0.0,0,15.0,1.0,1.0,0,0.0,3 +2023-03-15 21:46:23,2023-03-15 21:56:31,0,100,607,1,2023-03-15 21:56:31,R_DNMsYv2k49PT1K1,32.4581,-84.9963,EN,1,9.532,,,,,15.113,83,77,64,21.805999999999997,107.333,1,1,42.695,1,1,56.802,-2,33.383,15.012,5,4,6,5,6,6,,31.615,4,4,4,1,1,5,It looks like scientific data that is trusworthy,26.6,5,,8.762,2,7,3,4,1,5,6,19.125999999999998,3,3,11,7,2,9,9,10,,27.95,3,2,3,3,3,4,24.673000000000002,7,,8.432,1,1954,Georgia,7,1,1,,7,,,7,1,1,107.76700000000001,6143e022ec8dfbce17b7e211,"{""startTime"":1678931451484,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931396605,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":5177,""label"":""started_brush"",""startDate"":""2021-10-20"",""endDate"":""2022-01-20""}]}","{""startTime"":1678931239316,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":26404,""label"":""tour_next"",""step"":5},{""time"":39822,""label"":""cleared_brush"",""using"":""click""},{""time"":40821,""label"":""cleared_brush"",""using"":""click""},{""time"":46893,""label"":""started_brush"",""startDate"":""2021-12-28"",""endDate"":""2022-01-01""},{""time"":50197,""label"":""cleared_brush"",""using"":""click""},{""time"":52381,""label"":""tour_next"",""step"":5},{""time"":71878,""label"":""started_brush"",""startDate"":""2021-08-25"",""endDate"":""2022-01-20""},{""time"":80940,""label"":""moved_brush"",""startDate"":""2021-10-20"",""endDate"":""2022-01-20""},{""time"":81933,""label"":""tour_next"",""step"":5},{""time"":92488,""label"":""cleared_brush"",""using"":""click""},{""time"":92490,""label"":""cleared_brush"",""using"":""Escape""},{""time"":94305,""label"":""tour_next"",""step"":5},{""time"":102275,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678931381042,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":15062,""label"":""cleared_brush"",""using"":""click""}]}",0,complex,line,1,0,0,Positive,3.0,0,1,0,0.0,0.0,0,15.0,1.0,1.0,0,0.0,3 +2023-03-15 21:48:25,2023-03-15 21:57:10,0,100,524,1,2023-03-15 21:57:10,R_3qwANH5I9K2Ozfm,39.8616,-88.9355,EN,1,6.632999999999999,,,,,15.106,100,100,100,17.36,9.826,1,-3,34.231,-3,-3,66.189,1,47.196000000000005,15.01,5,2,2,2,2,2,,33.703,5,5,5,7,1,5,I was instructed to answer the questions as if the information provided was true,44.111999999999995,4,,11.936,2,7,3,4,1,5,6,37.399,1,1,5,1,1,3,10,8,,20.741999999999997,2,1,4,2,4,3,39.384,2,,12.015999999999998,3,2000,Illinois,3,1,1,,9,,Decatur,2,4,1,74.575,61509f0576598bbf74387211,"{""startTime"":1678931508898,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678931440138,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678931347453,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":5294,""label"":""tour_next"",""step"":2},{""time"":7688,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678931424283,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,bar,1,0,0,Neutral,2.7,0,0,0,0.0,0.0,0,15.0,0.5,0.0,1,0.0,2 +2023-03-15 21:45:15,2023-03-15 21:57:11,0,100,716,1,2023-03-15 21:57:12,R_2SeriURL7PbvUHw,42.0364,-88.324,EN,1,2.522,1.0,3.0,1.0,5.582999999999999,15.009,61,40,58,9.955,16.551,1,1,31.215,1,-3,62.49100000000001,-3,29.915,15.107999999999999,4,4,4,4,3,4,,101.12200000000001,5,4,4,2,4,4,I think it seems in line with what I knew,152.985,4,,6.5889999999999995,2,7,3,4,1,5,6,14.515,3,9,3,8,4,6,10,10,,13.699000000000002,4,3,4,3,3,3,9.958,2,1.0,18.672,2,1989,Massachusetts,6,3,1,,7,,,14,4,1,42.781000000000006,5aa83a71f6dfdd0001eb1690,"{""startTime"":1678931555819,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678931395042,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678931203168,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":8972,""label"":""tour_next"",""step"":2},{""time"":13689,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678931296611,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar,0,1,0,Positive,3.3,0,0,0,0.0,0.0,0,15.0,1.0,0.5,0,0.5,2 +2023-03-15 21:37:16,2023-03-15 21:57:11,0,100,1194,1,2023-03-15 21:57:12,R_2489DJnuyhHCah5,28.5978,-81.3024,EN,1,33.374,2.0,,1.0,2.701,15.02,49,74,27,29.284000000000002,81.013,1,1,114.073,-3,-3,74.64,1,44.831,15.032,3,7,3,3,4,3,,33.54,3,4,3,7,3,3,I'd like to follow the source links and view more data before coming to a conclusion.,40.521,5,,8.651,2,7,3,4,1,5,6,19.127,3,6,5,6,4,3,7,7,,26.581,4,3,4,3,4,4,263.259,4,4.0,86.52799999999999,1,1989,Florida,3,2,1,,3,,,4,4,2,123.39299999999999,5642af61942576000566efda,"{""startTime"":1678930878504,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930912904,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":574},{""label"":""window_focused"",""time"":1390},{""label"":""window_blurred"",""time"":7311},{""label"":""window_focused"",""time"":127112}]}","{""startTime"":1678930734738,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":24,""label"":""tour_started""},{""time"":32044,""label"":""tour_next"",""step"":5},{""time"":45815,""label"":""cleared_brush"",""using"":""Click""},{""time"":47770,""label"":""started_brush"",""startDate"":""2021-07-15"",""endDate"":""2021-07-21""},{""time"":49893,""label"":""started_brush"",""startDate"":""2021-08-30"",""endDate"":""2022-02-07""},{""time"":50943,""label"":""tour_next"",""step"":5},{""time"":57026,""label"":""moved_brush"",""startDate"":""2021-08-25"",""endDate"":""2022-02-07""},{""time"":58580,""label"":""moved_brush"",""startDate"":""2021-06-08"",""endDate"":""2021-11-21""},{""time"":59858,""label"":""tour_next"",""step"":5},{""time"":69032,""label"":""cleared_brush"",""using"":""Click""},{""time"":71363,""label"":""cleared_brush"",""using"":""Click""},{""time"":72130,""label"":""cleared_brush"",""using"":""Click""},{""time"":73414,""label"":""started_brush"",""startDate"":""2021-07-28"",""endDate"":""2021-09-21""},{""time"":74121,""label"":""cleared_brush"",""using"":""Click""},{""time"":75167,""label"":""tour_next"",""step"":5},{""time"":78580,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678930862034,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":6827,""label"":""cleared_brush"",""using"":""Click""},{""time"":8260,""label"":""started_brush"",""startDate"":""2021-06-04"",""endDate"":""2021-09-29""},{""time"":11338,""label"":""moved_brush"",""startDate"":""2021-10-13"",""endDate"":""2022-02-07""},{""time"":14261,""label"":""moved_brush"",""startDate"":""2021-11-07"",""endDate"":""2022-02-07""}]}",1,complex,bar,1,0,0,Neutral,3.7,1,4,0,0.0,0.0,7434,15.0,1.0,0.0,1,1.0,3 +2023-03-15 21:34:30,2023-03-15 21:57:29,0,100,1378,1,2023-03-15 21:57:29,R_2aahPzcos3gPB4Q,32.7797,-96.8022,EN,1,39.732,1.0,3.0,1.0,3.37,15.013,64,46,40,107.036,19.935,1,1,148.332,1,1,28.296999999999997,1,36.400999999999996,15.105,3,7,3,4,5,3,,25.613000000000003,1,5,3,1,1,3,I do not trust any single source of data and I do not know the real numbers.,347.217,1,,18.748,2,7,3,4,1,5,6,16.146,1,1,1,1,1,1,6,5,"alll gucci, ty for nice paying survey",62.34,2,3,4,3,2,3,11.100999999999999,5,4.0,135.423,1,1986,Texas,4,2,1,,8,Dallas,,12,3,2,296.468,62838cdc775f6094ddf0664b,"{""startTime"":1678931211891,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":5582},{""label"":""window_focused"",""time"":16897}]}","{""startTime"":1678930828699,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_focused"",""time"":15269},{""label"":""window_blurred"",""time"":15638},{""label"":""window_focused"",""time"":21417},{""label"":""window_blurred"",""time"":21863},{""label"":""window_focused"",""time"":24010},{""label"":""window_blurred"",""time"":24541},{""label"":""window_focused"",""time"":27399},{""label"":""window_blurred"",""time"":27796},{""label"":""window_focused"",""time"":31357},{""label"":""window_blurred"",""time"":32450},{""label"":""window_focused"",""time"":34498}]}","{""startTime"":1678930644265,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":4,""label"":""tour_started""},{""time"":3749,""label"":""tour_next"",""step"":2},{""time"":6648,""label"":""tour_end"",""step"":2},{""label"":""window_blurred"",""time"":10100},{""time"":12592,""label"":""hovered"",""timeHovered"":1575,""week"":""2022-01-03""},{""time"":14977,""label"":""hovered"",""timeHovered"":1683,""week"":""2022-01-17""},{""label"":""window_focused"",""time"":19792}]}","{""startTime"":1678930813305,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":4866},{""label"":""window_focused"",""time"":7014},{""label"":""window_blurred"",""time"":7016},{""label"":""window_focused"",""time"":8189},{""label"":""window_blurred"",""time"":8789}]}",1,simple,line,1,0,0,Negative,2.8,0,0,0,0.0,0.0,0,5.468,1.0,1.0,1,1.0,1 +2023-03-15 21:48:47,2023-03-15 21:57:31,0,100,523,1,2023-03-15 21:57:31,R_2TsN1EuLufrbVKD,32.7797,-96.8022,EN,1,7.5360000000000005,1.0,3.0,1.0,4.388,15.107999999999999,66,56,81,32.536,47.86600000000001,1,-3,37.645,-3,-3,73.95100000000001,1,22.09,15.017999999999999,5,4,5,5,6,5,CDC is a reputable source,59.325,3,4,5,1,4,5,I was instructed to assume that I trust the visualization,19.769000000000002,4,,10.34,2,7,3,4,1,5,6,11.202,5,9,5,9,9,5,11,10,,28.206,4,3,3,3,3,3,24.392,2,1.0,11.937999999999999,2,1990,Texas,7,3,1,,7,,,6,2,2,45.795,6310dbdfda69599720736665,"{""startTime"":1678931535635,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":1253,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1066,""week"":""4"",""id"":""chart""}]}","{""startTime"":1678931486295,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931398836,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":43,""label"":""tour_started""},{""time"":7612,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1564,""week"":""51"",""id"":""chart""},{""time"":10347,""label"":""tour_next"",""step"":5},{""time"":19402,""label"":""started_brush"",""startDate"":""2021-08-12"",""endDate"":""2021-09-27""},{""time"":20224,""label"":""tour_next"",""step"":5},{""time"":25472,""label"":""moved_brush"",""startDate"":""2021-07-25"",""endDate"":""2021-09-09""},{""time"":26941,""label"":""cleared_brush"",""using"":""Click""},{""time"":27597,""label"":""tour_next"",""step"":5},{""time"":36271,""label"":""cleared_brush"",""using"":""Click""},{""time"":37527,""label"":""tour_next"",""step"":5},{""time"":44392,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678931470306,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":3606,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3229,""week"":""1"",""id"":""chart""},{""time"":6853,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8100,""week"":""52"",""id"":""chart""}]}",1,complex,bar,1,0,0,Neutral,3.2,0,2,2,11.329,5.6645,3247,15.0,0.5,0.0,1,1.0,3 +2023-03-15 21:48:55,2023-03-15 21:58:00,0,100,545,1,2023-03-15 21:58:01,R_vBKbA98nKxMc5sB,44.5389,-90.0359,EN,1,22.968000000000004,,,,,15.119000000000002,100,100,88,18.048,40.023,1,1,80.84899999999999,-3,-3,64.60300000000001,1,28.695999999999998,15.124,6,6,3,6,6,6,,32.494,6,6,6,5,4,6,It is put together in such a well mannered way that it makes me trust that the data is correct,20.359,1,,7.332000000000001,2,7,3,4,1,5,6,21.455,1,2,3,5,3,1,9,9,,48.888000000000005,2,2,2,4,2,2,12.38,5,,3.9530000000000003,1,2000,Wisconsin,2,2,1,,7,,,8,4,1,30.489,5c634094e30ff200016baccb,"{""startTime"":1678931616774,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931579980,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931442466,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":21968,""label"":""tour_next"",""step"":2},{""time"":28689,""label"":""tour_end"",""step"":2},{""label"":""window_blurred"",""time"":31354},{""label"":""window_focused"",""time"":32139}]}","{""startTime"":1678931564393,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,bar,0,1,0,Positive,2.3,0,0,0,0.0,0.0,0,15.0,1.0,0.0,1,1.0,1 +2023-03-15 21:44:45,2023-03-15 21:58:19,0,100,813,1,2023-03-15 21:58:20,R_sMObk6BZviSH5yF,43.0818,-87.89200000000001,EN,1,27.405,,,,,15.015,93,99,86,59.482,51.821999999999996,1,1,45.798,-3,-3,50.82899999999999,1,34.611,15.113,4,2,4,5,6,5,"They do not list what criteria they used to count something as an ""insect-related"" or ""fungi-related"" plant disease...that would be important to know. ",98.98,2,6,5,7,4,5,The visualization appears to be portraying concrete facts...numbers of pests per size of land through time. There are no glaringly apparent ways that this data could be portrayed in a way to falsify the results. ,117.234,5,,17.73,2,7,3,4,1,5,6,30.383000000000003,4,5,7,5,7,4,10,6,,45.581,4,4,5,2,4,3,60.582,1,,6.832999999999999,2,1965,Wisconsin,3,2,1,,9,,Milwaukee,8,2,1,62.45399999999999,63e1b63e2163c30bae297a66,"{""startTime"":1678931463561,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931311529,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931197274,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":7658,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4415,""week"":""33"",""id"":""chart""},{""time"":12757,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1966,""week"":""52"",""id"":""chart""},{""time"":17356,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2550,""week"":""22"",""id"":""chart""},{""time"":22328,""label"":""tour_next"",""step"":2},{""time"":34757,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2167,""week"":""26"",""id"":""chart2""},{""time"":38206,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2033,""week"":""52"",""id"":""chart2""},{""time"":45245,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678931295926,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":12491,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2595,""week"":""52"",""id"":""chart2""}]}",0,simple,bar,1,0,0,Positive,3.7,0,1,1,2.595,2.595,0,15.0,1.0,0.0,1,1.0,1 +2023-03-15 21:43:33,2023-03-15 21:58:32,0,100,899,1,2023-03-15 21:58:32,R_3oKH5JHpY5PFCv7,35.8437,-86.3881,EN,1,41.023999999999994,,,,,15.112,83,53,61,36.077,140.69299999999998,1,1,66.351,-3,-3,44.974,1,124.855,15.01,4,4,4,3,4,3,,29.016,2,3,3,2,3,2,It is rather complex.,50.074,4,,7.718999999999999,2,7,3,4,1,5,6,24.676,5,5,5,4,4,5,6,7,,25.713,3,3,3,4,3,3,27.171999999999997,2,,4.669,1,1979,Tennessee,6,3,1,,3,,,9,4,2,172.796,590fbd5b4e83da0001b6fbbc,"{""startTime"":1678931496056,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931413469,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931131149,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":25,""label"":""tour_started""},{""time"":16264,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3765,""week"":""1"",""id"":""chart""},{""time"":22030,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1416,""week"":""52"",""id"":""chart""},{""time"":24596,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2284,""week"":""52"",""id"":""chart""},{""time"":27813,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5299,""week"":""52"",""id"":""chart""},{""time"":33646,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1217,""week"":""51"",""id"":""chart""},{""time"":35364,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1832,""week"":""47"",""id"":""chart""},{""time"":49034,""label"":""tour_next"",""step"":5},{""time"":71651,""label"":""started_brush"",""startDate"":""2021-08-06"",""endDate"":""2021-11-22""},{""time"":72756,""label"":""tour_next"",""step"":5},{""time"":80519,""label"":""started_brush"",""startDate"":""2021-06-24"",""endDate"":""2021-10-25""},{""time"":84234,""label"":""moved_brush"",""startDate"":""2021-06-25"",""endDate"":""2021-10-26""},{""time"":84707,""label"":""moved_brush"",""startDate"":""2021-06-26"",""endDate"":""2021-10-27""},{""time"":86182,""label"":""tour_next"",""step"":5},{""time"":101619,""label"":""started_brush"",""startDate"":""2021-10-25"",""endDate"":""2022-01-22""},{""time"":102291,""label"":""moved_brush"",""startDate"":""2021-10-26"",""endDate"":""2022-01-23""},{""time"":103007,""label"":""moved_brush"",""startDate"":""2021-10-26"",""endDate"":""2022-01-23""},{""time"":113333,""label"":""moved_brush"",""startDate"":""2021-10-27"",""endDate"":""2022-01-24""},{""time"":114047,""label"":""moved_brush"",""startDate"":""2021-10-27"",""endDate"":""2022-01-24""},{""time"":114293,""label"":""moved_brush"",""startDate"":""2021-10-28"",""endDate"":""2022-01-24""},{""time"":115159,""label"":""moved_brush"",""startDate"":""2021-11-10"",""endDate"":""2022-02-07""},{""time"":118791,""label"":""started_brush"",""startDate"":""2021-08-29"",""endDate"":""2021-09-16""},{""time"":122366,""label"":""started_brush"",""startDate"":""2021-04-15"",""endDate"":""2021-06-07""},{""time"":125970,""label"":""cleared_brush"",""using"":""Click""},{""time"":127205,""label"":""tour_next"",""step"":5},{""time"":131912,""label"":""tour_end"",""step"":5},{""time"":135917,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1750,""week"":""51"",""id"":""chart""}]}","{""startTime"":1678931397876,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,bar,0,1,0,Negative,3.2,0,0,0,0.0,0.0,0,15.0,1.0,0.0,1,1.0,3 +2023-03-15 21:51:38,2023-03-15 21:58:42,0,100,423,1,2023-03-15 21:58:43,R_2YahwTryleDuMEm,47.5741,-122.3975,EN,1,4.736000000000001,1.0,4.0,2.0,4.897,15.11,87,85,64,16.977999999999998,58.676,1,1,34.089,1,1,23.601,1,41.355,15.01,5,6,5,6,5,6,,18.72,5,6,5,4,5,5,"It seems unbiased, in terms of not distorting/scaling axes to slant the story",32.149,5,,11.543,2,7,3,4,1,5,6,14.237,3,7,3,8,6,6,10,9,,21.945999999999998,4,4,4,2,5,4,24.179000000000002,2,1.0,8.217,1,1986,Washington,6,1,1,,7,,,17,4,2,43.95,5b739512924a8800013e84b7,"{""startTime"":1678931690574,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931709818,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931574353,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":5062,""label"":""tour_next"",""step"":5},{""time"":16541,""label"":""started_brush"",""startDate"":""2021-07-18"",""endDate"":""2022-01-06""},{""time"":17676,""label"":""tour_next"",""step"":5},{""time"":21684,""label"":""moved_brush"",""startDate"":""2021-07-18"",""endDate"":""2021-12-04""},{""time"":22773,""label"":""tour_next"",""step"":5},{""time"":27995,""label"":""cleared_brush"",""using"":""click""},{""time"":29407,""label"":""tour_next"",""step"":5},{""time"":31739,""label"":""tour_end"",""step"":5},{""time"":35346,""label"":""cleared_brush"",""using"":""click""},{""time"":35348,""label"":""cleared_brush"",""using"":""Escape""},{""time"":37241,""label"":""cleared_brush"",""using"":""click""},{""time"":37243,""label"":""cleared_brush"",""using"":""Escape""},{""time"":37740,""label"":""cleared_brush"",""using"":""click""},{""time"":37742,""label"":""cleared_brush"",""using"":""Escape""},{""time"":37774,""label"":""cleared_brush"",""using"":""click""},{""time"":37776,""label"":""cleared_brush"",""using"":""Escape""},{""time"":37807,""label"":""cleared_brush"",""using"":""click""},{""time"":37808,""label"":""cleared_brush"",""using"":""Escape""},{""time"":37839,""label"":""cleared_brush"",""using"":""click""},{""time"":37840,""label"":""cleared_brush"",""using"":""Escape""},{""time"":37873,""label"":""cleared_brush"",""using"":""click""},{""time"":37875,""label"":""cleared_brush"",""using"":""Escape""},{""time"":37907,""label"":""cleared_brush"",""using"":""click""},{""time"":37909,""label"":""cleared_brush"",""using"":""Escape""},{""time"":37938,""label"":""cleared_brush"",""using"":""click""},{""time"":37940,""label"":""cleared_brush"",""using"":""Escape""},{""time"":37973,""label"":""cleared_brush"",""using"":""click""},{""time"":37975,""label"":""cleared_brush"",""using"":""Escape""},{""time"":38005,""label"":""cleared_brush"",""using"":""click""},{""time"":38007,""label"":""cleared_brush"",""using"":""Escape""},{""time"":38037,""label"":""cleared_brush"",""using"":""click""},{""time"":38039,""label"":""cleared_brush"",""using"":""Escape""},{""time"":38072,""label"":""cleared_brush"",""using"":""click""},{""time"":38074,""label"":""cleared_brush"",""using"":""Escape""},{""time"":38104,""label"":""cleared_brush"",""using"":""click""},{""time"":38106,""label"":""cleared_brush"",""using"":""Escape""},{""time"":38137,""label"":""cleared_brush"",""using"":""click""},{""time"":38138,""label"":""cleared_brush"",""using"":""Escape""},{""time"":38171,""label"":""cleared_brush"",""using"":""click""},{""time"":38172,""label"":""cleared_brush"",""using"":""Escape""},{""time"":38204,""label"":""cleared_brush"",""using"":""click""},{""time"":38206,""label"":""cleared_brush"",""using"":""Escape""},{""time"":38236,""label"":""cleared_brush"",""using"":""click""},{""time"":38238,""label"":""cleared_brush"",""using"":""Escape""},{""time"":38270,""label"":""cleared_brush"",""using"":""click""},{""time"":38272,""label"":""cleared_brush"",""using"":""Escape""},{""time"":41722,""label"":""cleared_brush"",""using"":""click""},{""time"":41724,""label"":""cleared_brush"",""using"":""Escape""},{""time"":45260,""label"":""started_brush"",""startDate"":""2021-07-05"",""endDate"":""2021-11-23""},{""time"":51466,""label"":""cleared_brush"",""using"":""click""}]}","{""startTime"":1678931675074,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line,1,0,0,Positive,3.8,0,0,0,0.0,0.0,0,15.0,1.0,1.0,1,1.0,3 +2023-03-15 21:51:14,2023-03-15 21:58:43,0,100,448,1,2023-03-15 21:58:43,R_wYnOh41sEBnjuEx,38.9683,-95.2695,EN,1,11.022,,,,,15.106,93,100,82,12.887,26.523000000000003,1,1,32.659,1,1,38.471,-1,20.636999999999997,15.008,3,4,3,5,5,4,,21.612,5,5,5,4,4,6,It was given in the prompt that I was assumed to trust it,13.31,5,,11.879000000000001,2,7,3,4,1,5,6,16.919,1,8,7,7,4,8,10,9,,40.723,2,4,4,2,3,4,24.552,3,,6.042999999999999,2,2001,Kansas,6,3,1,,7,,,16,3,1,90.72,60fb66677fec313644c22612,"{""startTime"":1678931604534,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678931627203,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678931521376,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":9573,""label"":""hovered"",""timeHovered"":3319,""week"":""2021-09-06""},{""time"":12941,""label"":""hovered"",""timeHovered"":2625,""week"":""2021-09-06""},{""time"":17985,""label"":""tour_next"",""step"":2},{""time"":22551,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678931588112,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":1963,""label"":""hovered"",""timeHovered"":1014,""week"":""2022-01-31""},{""time"":6046,""label"":""hovered"",""timeHovered"":1026,""week"":""2022-01-10""}]}",0,moderate,line,0,0,0,Neutral,3.2,0,2,2,2.04,1.02,4083,15.0,1.0,1.0,0,1.0,2 +2023-03-15 21:32:44,2023-03-15 21:58:51,0,100,1566,1,2023-03-15 21:58:53,R_1IaQsuy97NlsZhC,42.2314,-83.6344,EN,1,167.703,1.0,2.0,1.0,9.234,15.011,86,100,87,21.824,69.96600000000001,1,1,101.396,-3,-3,318.991,-2,149.635,15.115,3,4,3,5,5,3,,155.368,4,6,5,4,5,5,"Because at the beginning of the page, the survey stated: ""Assuming you trust this visualization...""",49.221000000000004,3,,11.722000000000001,2,7,3,4,1,5,6,110.37100000000001,5,5,7,7,5,4,8,8,,100.527,3,3,3,4,4,2,76.296,5,2.0,14.343,2,2001,Michigan,3,1,1,,9,,Ypsilanti,11,1,1,68.926,5fc4c48946722649740111be,"{""startTime"":1678930782945,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":53,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2973,""week"":""52"",""id"":""chart""},{""time"":3980,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2946,""week"":""50"",""id"":""chart""},{""time"":7764,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1929,""week"":""50"",""id"":""chart""},{""time"":10381,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1512,""week"":""50"",""id"":""chart""},{""time"":12733,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8586,""week"":""4"",""id"":""chart""},{""time"":22580,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7230,""week"":""52"",""id"":""chart2""}]}","{""startTime"":1678930939376,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678930594491,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":26,""label"":""tour_started""},{""time"":7085,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":19226,""week"":""50"",""id"":""chart""},{""time"":28033,""label"":""tour_next"",""step"":2},{""time"":30894,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1734,""week"":""52"",""id"":""chart2""},{""time"":32654,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1107,""week"":""51"",""id"":""chart2""},{""time"":33778,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3649,""week"":""50"",""id"":""chart2""},{""time"":37484,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4245,""week"":""51"",""id"":""chart2""},{""time"":43004,""label"":""tour_end"",""step"":2},{""time"":45352,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4959,""week"":""50"",""id"":""chart2""},{""time"":50935,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4626,""week"":""49"",""id"":""chart""},{""time"":57176,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3604,""week"":""1"",""id"":""chart""},{""time"":62183,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1966,""week"":""1"",""id"":""chart2""},{""time"":67034,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1086,""week"":""1"",""id"":""chart""}]}","{""startTime"":1678930766974,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar,0,0,0,Neutral,3.2,0,0,0,0.0,0.0,0,15.0,1.0,0.0,0,1.0,1 +2023-03-15 21:46:29,2023-03-15 21:59:01,0,100,751,1,2023-03-15 21:59:02,R_2rGaPNhzt7E6p3e,37.6736,-122.0944,EN,1,40.832,1.0,4.0,2.0,5.6610000000000005,15.116,85,86,59,30.449,53.733999999999995,1,1,55.302,1,1,227.53900000000002,1,47.919,15.01,4,3,4,5,6,4,,27.268,5,5,4,3,3,5,It seems to be accurate based on what I know about unvaccinated versus vaccinated covid cases,43.948,3,,12.43,2,7,3,4,1,5,6,16.079,3,7,6,8,8,5,10,9,,24.772,2,1,3,4,3,3,30.204,2,2.0,9.843,5,1982,California,6,2,1,,10,,,19,4,2,46.908,5d73c234dec761000138c0f0,"{""startTime"":1678931488916,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931419612,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931293655,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":19,""label"":""tour_started""},{""time"":8934,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1198,""week"":""52"",""id"":""chart""},{""time"":10820,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1027,""week"":""3"",""id"":""chart""},{""time"":15240,""label"":""tour_next"",""step"":2},{""time"":23857,""label"":""tour_end"",""step"":2},{""time"":25349,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1085,""week"":""52"",""id"":""chart""},{""time"":30140,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1374,""week"":""1"",""id"":""chart2""}]}","{""startTime"":1678931404041,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":7613,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1049,""week"":""38"",""id"":""chart""},{""time"":9952,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1076,""week"":""52"",""id"":""chart2""},{""time"":11653,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1109,""week"":""52"",""id"":""chart2""}]}",1,simple,bar,0,1,0,Positive,2.7,0,3,3,3.234,1.078,4040,15.0,1.0,1.0,1,1.0,1 +2023-03-15 21:41:17,2023-03-15 21:59:03,0,100,1066,1,2023-03-15 21:59:03,R_OrQsW37RdBvVEDD,43.2078,-77.6602,EN,1,5.894,1.0,2.0,2.0,13.763,15.203,100,87,64,55.608000000000004,41.273999999999994,1,-3,159.83100000000002,1,1,135.455,-3,123.132,15.255,6,6,6,6,6,6,,50.75899999999999,6,6,6,3,5,6,The data is easy to understand and nothing seems inaccurate based on what I remember hearing or reading in the news.,64.585,1,,15.799000000000001,2,7,3,4,1,5,6,37.937,3,8,1,1,10,1,11,4,,76.24,4,4,5,2,5,4,51.292,1,1.0,28.997,1,1984,New York,2,2,1,,7,,,1,3,2,65.332,565b2be310593c000bff9695,"{""startTime"":1678931344572,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931210847,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678930991169,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":89,""label"":""tour_started""},{""time"":14876,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1356,""week"":""48"",""id"":""chart""},{""time"":25278,""label"":""tour_next"",""step"":2},{""time"":33078,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678931194099,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":7476,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2105,""week"":""52"",""id"":""chart""}]}",1,simple,bar,0,2,0,Positive,4.0,0,1,1,2.105,2.105,0,15.0,0.5,1.0,0,0.5,1 +2023-03-15 21:40:36,2023-03-15 21:59:10,0,100,1114,1,2023-03-15 21:59:11,R_1jlwQsu7lw1r9pX,40.1094,-76.5131,EN,1,52.402,1.0,2.0,1.0,8.6,15.017999999999999,100,100,100,33.766999999999996,74.377,1,1,54.123000000000005,-1,-1,284.572,1,164.201,15.019,6,6,6,6,6,6,,21.073,6,6,6,6,6,6,"It is clear and easy to understand, I don't believe they would record false and inaccurate information ",39.374,4,,9.373,2,7,3,4,1,5,6,64.488,1,1,10,5,1,7,7,7,,70.881,1,5,5,1,3,5,59.233000000000004,6,4.0,27.144000000000002,2,1977,Pennsylvania,6,1,1,,9,,Mountville,12,2,1,71.464,5c1e94832c45d40001477352,"{""startTime"":1678931171243,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931106843,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678930961969,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":18204,""label"":""hovered"",""timeHovered"":4477,""week"":""2021-07-26""},{""time"":23768,""label"":""hovered"",""timeHovered"":2213,""week"":""2021-09-27""},{""time"":26155,""label"":""hovered"",""timeHovered"":3010,""week"":""2022-01-17""},{""time"":31129,""label"":""hovered"",""timeHovered"":6919,""week"":""2021-04-12""},{""time"":38104,""label"":""hovered"",""timeHovered"":4093,""week"":""2021-05-17""},{""time"":42883,""label"":""hovered"",""timeHovered"":5032,""week"":""2021-09-20""},{""time"":48521,""label"":""hovered"",""timeHovered"":3377,""week"":""2022-01-03""},{""time"":55444,""label"":""hovered"",""timeHovered"":4303,""week"":""2021-11-29""},{""time"":63205,""label"":""tour_next"",""step"":2},{""time"":70725,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678931091261,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line,1,1,0,Positive,3.3,0,0,0,0.0,0.0,0,15.0,1.0,0.0,1,1.0,1 +2023-03-15 21:51:08,2023-03-15 21:59:53,0,100,524,1,2023-03-15 21:59:53,R_3HodsVTJtpQM91m,46.3521,-94.1046,EN,1,7.638999999999999,1.0,3.0,1.0,9.629,15.01,76,88,65,17.527,48.588,1,1,45.676,1,1,59.11,-1,34.801,15.009,5,5,5,5,6,5,,30.194000000000003,4,6,6,6,6,6,The data and results of the effectiveness of the vaccine seem extremely clear,26.076999999999998,3,,14.519,2,7,3,4,1,5,6,21.74,6,8,4,6,9,3,11,8,,27.988000000000003,5,5,5,1,5,5,30.42,1,1.0,13.068,1,1994,Minnesota,6,3,1,,9,,Brainerd,8,3,1,57.291000000000004,5f32f61bbff4620bf0794044,"{""startTime"":1678931643214,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":15529},{""label"":""window_focused"",""time"":17111}]}","{""startTime"":1678931674226,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931532839,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":4,""label"":""tour_started""},{""time"":17016,""label"":""tour_next"",""step"":2},{""time"":21076,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678931627859,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":10416,""label"":""hovered"",""timeHovered"":1109,""week"":""2021-12-27""}]}",1,simple,line,0,1,0,Positive,4.3,0,1,1,1.109,1.109,0,15.0,1.0,1.0,0,1.0,1 +2023-03-15 21:51:34,2023-03-15 21:59:55,0,100,500,1,2023-03-15 21:59:55,R_21FyKrD47ueDAFS,38.2213,-85.7396,EN,1,7.001,1.0,4.0,2.0,7.662999999999999,15.012,100,76,71,16.465999999999998,62.218,1,1,40.458,1,1,39.79,-1,61.623000000000005,15.015999999999998,6,6,6,6,6,6,,16.175,5,5,6,7,4,6,"The data seems to be presented in a complete manner, not leaving out any facts that could obscure the point presented.",24.656,4,,7.1129999999999995,2,7,3,4,1,5,6,22.919,3,6,2,5,7,3,10,7,,16.988,2,2,2,4,2,2,18.862000000000002,2,1.0,14.158,2,1983,Kentucky,6,2,1,,7,,,10,4,2,69.639,578bcb2c09fb91000133750e,"{""startTime"":1678931717414,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678931671652,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678931552774,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":17089,""label"":""hovered"",""timeHovered"":2143,""week"":""2021-09-13""},{""time"":19373,""label"":""hovered"",""timeHovered"":4491,""week"":""2021-09-13""},{""time"":24181,""label"":""hovered"",""timeHovered"":1466,""week"":""2022-01-03""},{""time"":28471,""label"":""tour_next"",""step"":2},{""time"":32237,""label"":""tour_end"",""step"":2},{""time"":33058,""label"":""hovered"",""timeHovered"":1278,""week"":""2022-01-31""},{""time"":35505,""label"":""hovered"",""timeHovered"":1406,""week"":""2022-02-07""},{""time"":38258,""label"":""hovered"",""timeHovered"":1060,""week"":""2022-01-10""},{""time"":39788,""label"":""hovered"",""timeHovered"":1878,""week"":""2022-01-10""},{""time"":41676,""label"":""hovered"",""timeHovered"":1799,""week"":""2022-01-10""},{""time"":43484,""label"":""hovered"",""timeHovered"":1865,""week"":""2022-01-10""},{""time"":49354,""label"":""hovered"",""timeHovered"":1186,""week"":""2022-01-03""},{""time"":50884,""label"":""hovered"",""timeHovered"":1036,""week"":""2022-01-03""},{""time"":52036,""label"":""hovered"",""timeHovered"":1870,""week"":""2022-01-03""},{""time"":54036,""label"":""hovered"",""timeHovered"":3608,""week"":""2022-01-03""},{""time"":58076,""label"":""hovered"",""timeHovered"":1505,""week"":""2022-01-10""}]}","{""startTime"":1678931655855,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7142,""label"":""hovered"",""timeHovered"":1859,""week"":""2022-01-10""},{""time"":9775,""label"":""hovered"",""timeHovered"":1915,""week"":""2022-01-17""},{""time"":12002,""label"":""hovered"",""timeHovered"":2159,""week"":""2022-01-17""}]}",1,moderate,line,0,1,0,Positive,2.3,0,3,3,5.933,1.977666666666667,4860,15.0,1.0,1.0,0,1.0,2 +2023-03-15 21:42:08,2023-03-15 22:00:26,0,100,1098,1,2023-03-15 22:00:27,R_1C1mbFfb9S8WZB4,40.7015,-73.8422,EN,1,2.9219999999999997,,,,,15.008,100,77,46,20.442,20.748,1,1,55.494,1,-2,42.68600000000001,1,150.78,15.009,3,3,3,4,2,4,,18.545,4,5,4,4,1,4,"I don't have any inherent reason to distrust the visualization, but by the nature of a survey it is also likely to be fake and made solely for the survey.",31.956999999999997,1,,8.931000000000001,2,7,3,4,1,5,6,16.316,1,2,3,6,3,2,8,2,,155.304,3,3,5,1,3,3,13.743,4,,3.0839999999999996,1,2000,New York,6,1,1,,9,,Jamaica,5,4,1,395.39599999999996,608c75be6bf5ca1f23ab35ad,"{""startTime"":1678931202117,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931066813,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_focused"",""time"":17163},{""label"":""window_blurred"",""time"":18392},{""label"":""window_focused"",""time"":84652}]}","{""startTime"":1678930973167,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":9089,""label"":""tour_next"",""step"":2},{""time"":12423,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678931051130,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":904}]}",0,simple,line,1,0,0,Positive,3.0,0,0,0,0.0,0.0,0,0.904,1.0,0.5,1,1.0,1 +2023-03-15 21:49:33,2023-03-15 22:00:43,0,100,669,1,2023-03-15 22:00:43,R_dmcXO2FsiOd7dyV,41.7041,-72.679,EN,1,5.376,1.0,2.0,2.0,4.095,15.009,78,25,6,40.400999999999996,37.826,-2,1,45.988,-3,-3,61.842,1,30.848000000000003,15.007,4,2,7,2,6,2,I wish it had more information about where in the world/country presumably USA it was taken.,115.59200000000001,7,6,6,1,4,3,I'm not sure if it's some sort of optical illusion or the best way to display such data. Many of the months are so close that there might be a better way to depict the data. Additionally it covers a long time period.,56.04,2,,67.24600000000001,2,7,3,4,1,5,6,23.299,1,7,9,8,2,5,10,10,,16.951,5,5,5,1,5,5,23.013,4,1.0,9.85,1,1986,Connecticut,7,2,1,,7,,,16,3,1,53.733000000000004,5d62886927a84f00010fbbb4,"{""startTime"":1678931554633,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931670717,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931454085,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":6645,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3540,""week"":""2"",""id"":""chart""},{""time"":13330,""label"":""tour_next"",""step"":2},{""time"":16713,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2108,""week"":""4"",""id"":""chart2""},{""time"":22279,""label"":""tour_end"",""step"":2},{""time"":24876,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1866,""week"":""27"",""id"":""chart2""},{""time"":31108,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1022,""week"":""1"",""id"":""chart""},{""time"":32719,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1036,""week"":""52"",""id"":""chart""},{""time"":35174,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1228,""week"":""33"",""id"":""chart""}]}","{""startTime"":1678931539166,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":4782,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1658,""week"":""52"",""id"":""chart""},{""time"":10735,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1861,""week"":""3"",""id"":""chart2""}]}",1,simple,bar,0,1,0,Negative,4.3,0,2,2,3.5189999999999997,1.7595,5953,15.0,0.5,0.0,1,0.5,1 +2023-03-15 21:52:01,2023-03-15 22:00:43,0,100,521,1,2023-03-15 22:00:44,R_sMstya6WOblULBv,30.6293,-97.6687,EN,1,5.257000000000001,,,,,15.11,100,100,37,18.35,93.102,1,1,50.347,-3,-3,64.238,1,41.803000000000004,15.015,5,5,6,4,4,5,,25.45,5,4,7,2,2,4,"Well I trust it, but it may be hard for the average Joe to understand it.",21.724,3,,6.379,2,7,3,4,1,5,6,15.387,1,2,1,6,4,3,10,9,,20.96,1,2,3,4,1,1,16.21,4,,3.6889999999999996,2,1984,Texas,6,2,1,,7,,,17,3,2,71.089,5c935d881754ba001b25697a,"{""startTime"":1678931755949,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931716007,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931565081,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":16666,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":11966,""week"":""51"",""id"":""chart""},{""time"":28984,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2015,""week"":""51"",""id"":""chart""},{""time"":32349,""label"":""tour_next"",""step"":5},{""time"":55078,""label"":""started_brush"",""startDate"":""2021-05-30"",""endDate"":""2021-07-03""},{""time"":59453,""label"":""tour_next"",""step"":5},{""time"":65846,""label"":""moved_brush"",""startDate"":""2021-05-30"",""endDate"":""2021-06-28""},{""time"":67030,""label"":""moved_brush"",""startDate"":""2021-05-30"",""endDate"":""2021-06-22""},{""time"":68174,""label"":""moved_brush"",""startDate"":""2021-05-30"",""endDate"":""2021-06-17""},{""time"":69780,""label"":""tour_next"",""step"":5},{""time"":79659,""label"":""cleared_brush"",""using"":""Click""},{""time"":79659,""label"":""cleared_brush"",""using"":""Escape""},{""time"":80909,""label"":""tour_next"",""step"":5},{""time"":85117,""label"":""tour_end"",""step"":5},{""time"":89700,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1065,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678931700670,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":4939,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6937,""week"":""52"",""id"":""chart""}]}",0,complex,bar,0,1,0,Neutral,2.0,0,1,1,6.937,6.937,0,15.0,1.0,0.0,1,1.0,3 +2023-03-15 21:38:16,2023-03-15 22:00:44,0,100,1347,1,2023-03-15 22:00:44,R_1cYsNBYLNzQVYZx,38.8768,-104.81200000000001,EN,1,48.692,,,,,15.022,86,88,21,57.782,300.566,1,1,94.685,1,1,104.101,1,97.035,15.019,5,5,5,5,5,5,,71.444,5,5,5,7,1,5,The data appear to be reasonable.,38.875,6,,17.824,2,7,3,4,1,5,6,29.435,5,5,10,9,6,8,10,10,,49.071000000000005,5,5,5,1,5,5,50.16,4,,14.239,1,1949,Colorado,3,2,1,,7,,,7,3,1,257.297,5e5ae01d75f13d2efe7db45e,"{""startTime"":1678931242724,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":5464,""label"":""started_brush"",""startDate"":""2021-12-07"",""endDate"":""2022-01-16""}]}","{""startTime"":1678931314843,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930828688,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":44505,""label"":""tour_next"",""step"":5},{""time"":102605,""label"":""tour_back"",""step"":5},{""time"":110146,""label"":""tour_next"",""step"":5},{""time"":223727,""label"":""cleared_brush"",""using"":""click""},{""time"":230824,""label"":""started_brush"",""startDate"":""2021-09-08"",""endDate"":""2022-02-10""},{""time"":235572,""label"":""tour_next"",""step"":5},{""time"":253183,""label"":""moved_brush"",""startDate"":""2021-09-10"",""endDate"":""2022-02-13""},{""time"":255697,""label"":""tour_next"",""step"":5},{""time"":269054,""label"":""cleared_brush"",""using"":""click""},{""time"":269056,""label"":""cleared_brush"",""using"":""Escape""},{""time"":275001,""label"":""tour_next"",""step"":5},{""time"":292024,""label"":""tour_end"",""step"":5},{""time"":293329,""label"":""hovered"",""timeHovered"":1063,""week"":""2022-02-07""}]}","{""startTime"":1678931227165,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line,0,1,0,Positive,4.3,0,0,0,0.0,0.0,0,15.0,1.0,1.0,1,1.0,3 +2023-03-15 21:46:07,2023-03-15 22:01:27,0,100,920,1,2023-03-15 22:01:28,R_1NnpvvsjCtLAj5u,32.7797,-96.8022,EN,1,22.346999999999998,2.0,,2.0,4.541,15.117,50,50,50,31.680999999999997,30.392,1,-1,76.473,-3,-3,155.692,-2,49.361000000000004,15.022,3,3,3,5,5,3,,59.361000000000004,3,5,1,1,1,1,N/A ,81.109,4,,18.151,2,7,3,4,1,5,6,22.706999999999997,3,2,6,7,3,3,8,4,,75.905,2,2,3,3,4,3,62.056000000000004,6,5.0,20.445,1,1983,Texas,10,2,1,,7,,,4,3,2,92.212,630345dd92f26599c777a5fc,"{""startTime"":1678931596287,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":6285,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":17634,""week"":""2"",""id"":""chart""},{""time"":24941,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1038,""week"":""51"",""id"":""chart""}]}","{""startTime"":1678931473681,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":1871,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2341,""week"":""3"",""id"":""chart""}]}","{""startTime"":1678931267993,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":19911,""label"":""tour_next"",""step"":2},{""time"":25530,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678931456694,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar,0,0,0,,2.8,0,0,0,0.0,0.0,0,15.0,0.5,0.0,0,0.0,2 +2023-03-15 21:49:45,2023-03-15 22:01:55,0,100,729,1,2023-03-15 22:01:56,R_Wf9sP9DynDjBWMh,47.8978,-122.0693,EN,1,20.773000000000003,,,,,15.007,87,63,35,33.967,34.694,-2,1,36.221,1,-3,130.079,-1,90.066,15.009,5,5,5,4,5,4,Seems legit to me.,41.578,5,5,3,7,1,5,The data seems fairly precise and realistic.,33.266999999999996,5,Trust but verify.,24.685,2,7,3,4,1,5,6,19.577,5,7,7,7,6,7,10,8,Trust but verify.,38.372,2,2,3,4,2,2,32.911,3,,5.166,1,1969,Washington,6,2,1,,7,,,6,3,1,77.92399999999999,5dd9e1e0a4aa2696d9a15c0d,"{""startTime"":1678931730864,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678931658325,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678931476449,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":19,""label"":""tour_started""},{""time"":21008,""label"":""tour_next"",""step"":2},{""time"":29264,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678931642648,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":7209,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1430,""week"":""52"",""id"":""chart""},{""time"":12945,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1080,""week"":""1"",""id"":""chart""}]}",0,moderate,bar,0,1,0,Positive,2.5,0,2,2,2.51,1.255,5736,15.0,0.5,0.5,0,0.5,2 +2023-03-15 21:51:26,2023-03-15 22:01:57,0,100,630,1,2023-03-15 22:01:57,R_1oAsvOr4qsNJkPQ,30.2881,-97.764,EN,1,237.769,,,,,15.01,92,88,64,12.0,52.678999999999995,1,1,26.256999999999998,-2,1,35.909,-3,28.018,15.012,5,5,5,5,5,5,,11.594000000000001,5,5,5,5,4,5,I assume the data is well supported considering I'm seeing it in a formal survey,33.018,2,,5.792000000000001,2,7,3,4,1,5,6,14.744000000000002,2,5,8,8,3,5,8,8,,14.835,4,4,5,1,4,4,12.356,4,,3.298,1,1993,Texas,7,2,1,,9,,Austin,17,3,2,77.098,5e8953f2e770eb5f55dfc4c0,"{""startTime"":1678931862779,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931875062,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931764502,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":13899,""label"":""tour_next"",""step"":5},{""time"":30566,""label"":""started_brush"",""startDate"":""2021-06-05"",""endDate"":""2021-11-02""},{""time"":31565,""label"":""tour_next"",""step"":5},{""time"":38118,""label"":""moved_brush"",""startDate"":""2021-05-06"",""endDate"":""2021-11-02""},{""time"":38642,""label"":""tour_next"",""step"":5},{""time"":43878,""label"":""moved_brush"",""startDate"":""2021-05-06"",""endDate"":""2021-11-02""},{""time"":46248,""label"":""cleared_brush"",""using"":""click""},{""time"":46250,""label"":""cleared_brush"",""using"":""Escape""},{""time"":46801,""label"":""tour_next"",""step"":5},{""time"":50093,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678931847299,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":6568,""label"":""hovered"",""timeHovered"":2937,""week"":""2021-11-22""}]}",0,complex,line,1,0,0,Positive,3.7,0,1,1,2.937,2.937,0,15.0,1.0,0.5,0,0.0,3 +2023-03-15 21:52:58,2023-03-15 22:02:52,0,100,593,1,2023-03-15 22:02:52,R_1Qc2iRc5kRChxMd,40.5482,-122.3367,EN,1,3.9360000000000004,2.0,,1.0,3.545,15.009,77,100,50,31.46,19.378,1,1,74.21,1,1,75.146,1,53.068000000000005,15.008,3,3,3,6,6,3,,24.862,3,6,5,7,2,3,I am not sure if I trust it until I get more information on what was conducted.,38.16,4,,12.373,2,7,3,4,1,5,6,27.679000000000002,8,6,9,6,8,6,6,8,,24.809,2,2,4,4,2,2,30.491999999999997,7,2.0,21.281,2,1999,California,6,1,1,,7,,,6,1,2,77.238,60fd8e58bf7248c3312f59c1,"{""startTime"":1678931755638,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931781074,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":591,""label"":""hovered"",""timeHovered"":1415,""week"":""2021-12-06""}]}","{""startTime"":1678931645386,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":1423,""label"":""hovered"",""timeHovered"":4688,""week"":""2021-12-13""},{""time"":8104,""label"":""hovered"",""timeHovered"":3348,""week"":""2022-01-03""},{""time"":12679,""label"":""tour_next"",""step"":2},{""time"":17429,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678931739901,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line,1,0,0,Positive,2.7,0,0,0,0.0,0.0,0,15.0,1.0,1.0,1,1.0,1 +2023-03-15 21:47:47,2023-03-15 22:03:09,0,100,922,1,2023-03-15 22:03:10,R_2cilxlgT4rnmqzD,24.5615,-81.7818,EN,1,19.291,,,,,15.114,97,98,90,59.638000000000005,347.944,-2,1,80.305,1,-2,83.76100000000001,-3,19.447,15.013,6,5,3,6,6,6,,23.636999999999997,6,6,6,5,5,6,I work with data and I love data.,16.558,3,,9.234,2,7,3,4,1,5,6,30.165,5,6,8,8,6,6,10,9,,23.191999999999997,4,4,5,2,5,4,30.008000000000003,2,,7.797999999999999,2,1960,Florida,3,3,1,,7,,,8,4,1,78.778,5c1baf8fdbc4da0001648218,"{""startTime"":1678931796518,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931757216,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931371889,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":32,""label"":""tour_started""},{""time"":13619,""label"":""tour_next"",""step"":5},{""time"":32063,""label"":""tour_back"",""step"":5},{""time"":38267,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":11613,""week"":""50"",""id"":""chart""},{""time"":53871,""label"":""tour_next"",""step"":5},{""time"":55945,""label"":""tour_back"",""step"":5},{""time"":59071,""label"":""tour_next"",""step"":5},{""time"":70519,""label"":""tour_back"",""step"":5},{""time"":85853,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1582,""week"":""2"",""id"":""chart""},{""time"":87502,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1699,""week"":""1"",""id"":""chart""},{""time"":98320,""label"":""tour_next"",""step"":5},{""time"":106942,""label"":""tour_back"",""step"":5},{""time"":109798,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1180,""week"":""1"",""id"":""chart""},{""time"":113583,""label"":""cleared_brush"",""using"":""Click""},{""time"":113583,""label"":""cleared_brush"",""using"":""Escape""},{""time"":114008,""label"":""cleared_brush"",""using"":""Click""},{""time"":114008,""label"":""cleared_brush"",""using"":""Escape""},{""time"":114394,""label"":""cleared_brush"",""using"":""Click""},{""time"":114394,""label"":""cleared_brush"",""using"":""Escape""},{""time"":114362,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":2831,""week"":""36"",""id"":""chart""},{""time"":118510,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":2982,""week"":""34"",""id"":""chart""},{""label"":""window_blurred"",""time"":137111},{""label"":""window_focused"",""time"":137119},{""time"":158215,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1366,""week"":""50"",""id"":""chart""},{""time"":165006,""label"":""tour_next"",""step"":5},{""time"":180934,""label"":""tour_back"",""step"":5},{""time"":216487,""label"":""tour_next"",""step"":5},{""time"":227246,""label"":""tour_back"",""step"":5},{""time"":233112,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1248,""week"":""50"",""id"":""chart""},{""time"":234378,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1465,""week"":""51"",""id"":""chart""},{""time"":239174,""label"":""tour_next"",""step"":5},{""time"":241698,""label"":""tour_back"",""step"":5},{""time"":252739,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1482,""week"":""50"",""id"":""chart""},{""time"":254672,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1865,""week"":""49"",""id"":""chart""},{""time"":258286,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":2700,""week"":""49"",""id"":""chart""},{""time"":263829,""label"":""tour_next"",""step"":5},{""time"":265648,""label"":""tour_back"",""step"":5},{""time"":271817,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":2582,""week"":""1"",""id"":""chart""},{""time"":275166,""label"":""tour_next"",""step"":5},{""time"":292406,""label"":""cleared_brush"",""using"":""Click""},{""time"":298356,""label"":""cleared_brush"",""using"":""Click""},{""time"":299232,""label"":""cleared_brush"",""using"":""Click""},{""time"":307465,""label"":""started_brush"",""startDate"":""2021-10-27"",""endDate"":""2022-02-07""},{""time"":310678,""label"":""tour_next"",""step"":5},{""time"":321195,""label"":""moved_brush"",""startDate"":""2021-11-28"",""endDate"":""2022-02-07""},{""time"":327321,""label"":""moved_brush"",""startDate"":""2021-11-28"",""endDate"":""2022-01-20""},{""time"":328349,""label"":""tour_next"",""step"":5},{""time"":334929,""label"":""cleared_brush"",""using"":""Click""},{""time"":336413,""label"":""tour_next"",""step"":5},{""time"":339542,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678931740607,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,bar,1,0,1,Positive,4.0,0,0,0,0.0,0.0,0,15.0,0.5,0.5,0,0.0,3 +2023-03-15 21:57:03,2023-03-15 22:04:20,0,100,436,1,2023-03-15 22:04:21,R_1IZtjWu1ukWyk1W,30.2791,-89.7679,EN,1,3.5180000000000002,,,,,15.106,62,5,50,20.684,56.641000000000005,1,1,44.45399999999999,-3,-3,45.684,1,51.224,15.005999999999998,3,3,3,7,7,3,n.a,24.096,1,1,1,1,1,1,I find it difficult to read and understand and just plain confusing.,13.342,1,,8.513,2,7,3,4,1,5,6,20.59,3,5,11,5,3,2,7,9,,25.624000000000002,1,1,1,5,1,1,18.83,4,,3.76,1,1995,Louisiana,6,2,1,,7,,,6,4,2,33.309,62d39a47594b3446ba0c1585,"{""startTime"":1678932024457,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931994507,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":19},{""label"":""window_focused"",""time"":5083}]}","{""startTime"":1678931870597,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":15564,""label"":""tour_next"",""step"":5},{""time"":27819,""label"":""started_brush"",""startDate"":""2021-09-03"",""endDate"":""2021-11-26""},{""time"":28693,""label"":""tour_next"",""step"":5},{""time"":32654,""label"":""moved_brush"",""startDate"":""2021-07-23"",""endDate"":""2021-09-03""},{""time"":33355,""label"":""tour_next"",""step"":5},{""time"":42063,""label"":""moved_brush"",""startDate"":""2021-09-06"",""endDate"":""2021-10-18""},{""time"":43922,""label"":""started_brush"",""startDate"":""2021-07-15"",""endDate"":""2021-08-21""},{""time"":49593,""label"":""cleared_brush"",""using"":""Click""},{""time"":49593,""label"":""cleared_brush"",""using"":""Escape""},{""time"":50251,""label"":""tour_next"",""step"":5},{""time"":53936,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678931979103,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":5566,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1309,""week"":""1"",""id"":""chart""},{""time"":6998,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1843,""week"":""51"",""id"":""chart""},{""time"":10721,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1037,""week"":""2"",""id"":""chart""}]}",0,complex,bar,0,1,0,Negative,1.7,0,3,3,4.189,1.3963333333333334,5155,15.0,1.0,0.0,1,1.0,3 +2023-03-15 21:47:51,2023-03-15 22:04:24,0,100,993,1,2023-03-15 22:04:24,R_3esM87FhqAs67Gt,42.7893,-83.7135,EN,1,15.489,,,,,15.014000000000001,66,92,77,43.21,113.527,1,-2,53.163000000000004,1,1,77.529,1,76.5,15.014000000000001,6,6,6,5,6,6,"I noticed that when you hover the visualization, the colors of the text do not match up to the colors on the legend. As well, the yellow text is a tad difficult to read on a white background. Otherwise, it looks really good. ",199.96099999999998,6,6,6,3,7,6,"It feels organized, and it clearly cites a reputable source. ",39.89,5,,13.222999999999999,2,7,3,4,1,5,6,24.421999999999997,2,4,3,8,6,5,10,8,,32.967,4,3,4,1,5,5,41.898,3,,6.879,1,1996,Michigan,5,1,1,,7,,,12,4,2,140.79,63ea7e60bdd3090eb4b0dcc5,"{""startTime"":1678931561270,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":41,""label"":""hovered"",""timeHovered"":8698,""week"":""2021-12-27""},{""time"":9960,""label"":""hovered"",""timeHovered"":1680,""week"":""2021-12-27""},{""time"":13726,""label"":""hovered"",""timeHovered"":2887,""week"":""2022-01-31""},{""time"":18679,""label"":""hovered"",""timeHovered"":46614,""week"":""2022-01-24""},{""time"":67049,""label"":""hovered"",""timeHovered"":2068,""week"":""2021-12-20""},{""time"":69535,""label"":""hovered"",""timeHovered"":1933,""week"":""2021-12-27""},{""time"":71471,""label"":""hovered"",""timeHovered"":3811,""week"":""2021-12-27""},{""time"":77301,""label"":""hovered"",""timeHovered"":57233,""week"":""2021-11-08""},{""time"":134603,""label"":""hovered"",""timeHovered"":1665,""week"":""2021-11-08""}]}","{""startTime"":1678931763302,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":2661,""label"":""hovered"",""timeHovered"":1437,""week"":""2021-11-01""}]}","{""startTime"":1678931354141,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":29003,""label"":""tour_next"",""step"":5},{""time"":51123,""label"":""started_brush"",""startDate"":""2021-09-04"",""endDate"":""2021-10-15""},{""time"":52536,""label"":""tour_next"",""step"":5},{""time"":57741,""label"":""moved_brush"",""startDate"":""2021-07-13"",""endDate"":""2021-08-23""},{""time"":59460,""label"":""moved_brush"",""startDate"":""2021-07-13"",""endDate"":""2021-09-18""},{""time"":62309,""label"":""tour_next"",""step"":5},{""time"":70070,""label"":""cleared_brush"",""using"":""click""},{""time"":71216,""label"":""tour_next"",""step"":5},{""time"":78287,""label"":""tour_end"",""step"":5},{""time"":94953,""label"":""started_brush"",""startDate"":""2021-09-07"",""endDate"":""2021-10-07""},{""time"":98337,""label"":""moved_brush"",""startDate"":""2021-09-05"",""endDate"":""2021-10-07""},{""time"":102811,""label"":""hovered"",""timeHovered"":1333,""week"":""2021-09-13""},{""time"":105603,""label"":""hovered"",""timeHovered"":1038,""week"":""2021-09-20""}]}","{""startTime"":1678931545724,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line,2,0,0,Positive,3.7,0,0,0,0.0,0.0,0,15.0,0.5,1.0,1,1.0,3 +2023-03-15 21:46:55,2023-03-15 22:04:29,0,100,1054,1,2023-03-15 22:04:30,R_2Y99y0aScyo512M,40.8691,-73.9191,EN,1,592.234,,,,,15.017999999999999,81,82,50,12.835,66.236,1,1,30.949,1,1,31.656,1,22.238000000000003,15.123,5,4,5,4,5,5,The Croatia Chamber of Agriculture would have no reason to falsify any data here.,46.346000000000004,5,5,3,7,1,5,"The data seems solid, it looks convincing. ",23.468000000000004,5,"I think most people can be trusted, but it's good to be aware of your surroundings.",25.486,2,7,3,4,1,5,6,10.003,1,3,3,3,3,3,10,10,,20.558000000000003,5,5,5,1,5,5,17.875999999999998,2,,2.713,1,1986,New York,6,2,1,,7,,,16,4,1,47.731,5d1bf643f18c6c00187def44,"{""startTime"":1678932021373,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931981574,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931876263,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":6315,""label"":""tour_next"",""step"":5},{""time"":21461,""label"":""started_brush"",""startDate"":""2021-05-03"",""endDate"":""2021-12-12""},{""time"":22346,""label"":""tour_next"",""step"":5},{""time"":25456,""label"":""moved_brush"",""startDate"":""2021-05-03"",""endDate"":""2021-12-12""},{""time"":26947,""label"":""moved_brush"",""startDate"":""2021-05-03"",""endDate"":""2021-12-12""},{""time"":30206,""label"":""moved_brush"",""startDate"":""2021-07-05"",""endDate"":""2022-02-13""},{""time"":31066,""label"":""tour_next"",""step"":5},{""time"":34693,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-06-10""},{""time"":35776,""label"":""moved_brush"",""startDate"":""2021-07-24"",""endDate"":""2021-09-23""},{""time"":37030,""label"":""started_brush"",""startDate"":""2021-10-18"",""endDate"":""2022-01-17""},{""time"":37701,""label"":""moved_brush"",""startDate"":""2021-08-15"",""endDate"":""2021-11-14""},{""time"":39924,""label"":""started_brush"",""startDate"":""2021-12-03"",""endDate"":""2022-02-13""},{""time"":40980,""label"":""started_brush"",""startDate"":""2021-07-17"",""endDate"":""2022-01-17""},{""time"":41745,""label"":""cleared_brush"",""using"":""click""},{""time"":41749,""label"":""cleared_brush"",""using"":""Escape""},{""time"":43210,""label"":""tour_next"",""step"":5},{""time"":45907,""label"":""tour_end"",""step"":5},{""time"":51012,""label"":""started_brush"",""startDate"":""2021-04-13"",""endDate"":""2021-05-31""},{""time"":64587,""label"":""moved_brush"",""startDate"":""2021-12-28"",""endDate"":""2022-02-13""}]}","{""startTime"":1678931965836,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line,0,1,0,Positive,4.3,0,0,0,0.0,0.0,0,15.0,1.0,1.0,1,1.0,3 +2023-03-15 21:59:20,2023-03-15 22:05:34,0,100,373,1,2023-03-15 22:05:34,R_3dMS2z9yJBhGdgP,41.7042,-71.4558,EN,1,8.118,,,,,15.012,67,78,50,20.454,27.244,1,1,31.053,1,1,38.069,1,36.6,15.110999999999999,3,3,3,4,4,3,,21.122,6,5,5,5,7,6,The instructions said to answer from the perspective of someone who trusts the visualization.,23.131,5,,7.803999999999999,2,7,3,4,1,5,6,18.299,1,3,1,8,3,1,10,10,,18.768,5,5,5,1,5,5,13.317,1,,2.5380000000000003,1,2001,Rhode Island,6,1,1,,7,,,16,4,2,35.35,63e54336ed7afb1425f7888f,"{""startTime"":1678932139398,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932091067,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932009512,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7,""label"":""tour_started""},{""label"":""window_blurred"",""time"":6938},{""label"":""window_focused"",""time"":8833},{""time"":16728,""label"":""tour_next"",""step"":2},{""time"":20256,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932075555,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6214,""label"":""hovered"",""timeHovered"":6058,""week"":""2022-01-10""}]}",0,moderate,line,0,0,0,Neutral,4.3,0,1,1,6.058,6.058,0,15.0,1.0,1.0,1,1.0,2 +2023-03-15 21:57:58,2023-03-15 22:05:36,0,100,457,1,2023-03-15 22:05:36,R_3JdTb7QpwPtblbx,38.7893,-104.8221,EN,1,10.349,,,,,15.01,61,45,44,22.359,19.715,1,-3,39.018,-3,-3,63.88,-3,46.9,15.114,5,3,5,5,5,5,,15.286,3,2,2,7,7,2,The stacked format makes it harder to determine the actual level for one of the two sources of pestilence. ,43.298,4,,4.842,2,7,3,4,1,5,6,7.974,2,2,6,3,1,4,5,6,,13.703,5,5,5,1,5,5,30.09,7,,2.9410000000000003,1,1990,Colorado,6,3,1,,7,,,2,4,2,71.186,62a0b34cbcc5987a8fa73c39,"{""startTime"":1678932034488,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932050305,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678931934570,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":7654,""label"":""tour_next"",""step"":2},{""time"":10260,""label"":""tour_end"",""step"":2},{""time"":11531,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6895,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678932018909,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":11590,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3009,""week"":""1"",""id"":""chart""}]}",0,moderate,bar,0,1,0,Negative,4.3,0,1,1,3.009,3.009,0,15.0,0.5,0.0,0,0.0,2 +2023-03-15 21:56:17,2023-03-15 22:05:55,0,100,578,1,2023-03-15 22:05:56,R_1gITkk17jrQ9aaX,35.9151,-79.0972,EN,1,3.806,1.0,3.0,1.0,11.78,15.019,87,88,67,24.418000000000003,44.111000000000004,1,-3,56.135,1,-3,78.633,-3,37.792,15.123,5,5,5,5,5,5,,33.398,5,5,5,2,3,5,"The data seems to have come from the CDC, so I'm assuming the visualization is accurate.",42.72,2,,6.751,2,7,3,4,1,5,6,17.311,1,3,1,4,4,2,9,7,,30.243000000000002,3,3,3,4,2,2,38.125,1,2.0,16.113,1,1992,North Carolina,7,2,1,,7,,,6,4,2,52.001000000000005,565c931eba63db00051cd52d,"{""startTime"":1678931958603,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931992453,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931841964,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":6948,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2023,""week"":""50"",""id"":""chart""},{""time"":9942,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1529,""week"":""52"",""id"":""chart""},{""time"":12204,""label"":""tour_next"",""step"":2},{""time"":16050,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3143,""week"":""52"",""id"":""chart2""},{""time"":21618,""label"":""tour_end"",""step"":2},{""time"":27713,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3544,""week"":""46"",""id"":""chart2""},{""time"":32101,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2042,""week"":""52"",""id"":""chart2""},{""time"":34149,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1050,""week"":""52"",""id"":""chart""},{""time"":35274,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3473,""week"":""1"",""id"":""chart""},{""time"":39941,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1193,""week"":""24"",""id"":""chart""}]}","{""startTime"":1678931942934,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":10100,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3505,""week"":""52"",""id"":""chart""}]}",1,simple,bar,1,0,0,Positive,2.8,0,1,1,3.505,3.505,0,15.0,0.5,0.5,0,0.5,1 +2023-03-15 21:45:20,2023-03-15 22:06:03,0,100,1243,1,2023-03-15 22:06:04,R_3Dkb5x7m2kadfcW,33.4901,-117.1852,EN,1,95.79,,,,,15.12,85,91,75,50.251000000000005,74.102,1,1,57.435,1,1,141.678,1,101.956,15.015,5,3,3,5,6,3,,52.699,3,5,4,7,7,4,"Assuming I trust the source, I would have no reason to disbelieve it. However because I have no knowledge of fungi and insect based crop diseases, I do not know how much this information matters. There may also be important information missing that not even the researchers know about due to no fault of their own.",256.012,6,,10.698,2,7,3,4,1,5,6,41.425,1,3,2,5,1,2,10,9,,44.086000000000006,2,1,3,4,4,3,66.071,2,,23.53,1,1999,California,1,2,1,,7,,,3,4,2,88.81,5e60460125834138aae85307,"{""startTime"":1678931456139,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931510060,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":21588,""label"":""hovered"",""timeHovered"":1948,""week"":""2022-01-03""},{""time"":24490,""label"":""hovered"",""timeHovered"":1420,""week"":""2022-01-10""}]}","{""startTime"":1678931304628,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":22,""label"":""tour_started""},{""time"":31121,""label"":""hovered"",""timeHovered"":6083,""week"":""2021-08-23""},{""time"":39779,""label"":""hovered"",""timeHovered"":1010,""week"":""2021-12-20""},{""time"":41456,""label"":""hovered"",""timeHovered"":5826,""week"":""2021-12-27""},{""time"":51177,""label"":""tour_next"",""step"":2},{""time"":55029,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678931440027,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":3519,""label"":""hovered"",""timeHovered"":1199,""week"":""2021-12-20""},{""time"":9431,""label"":""hovered"",""timeHovered"":1565,""week"":""2022-01-03""},{""time"":13096,""label"":""hovered"",""timeHovered"":1005,""week"":""2022-01-31""}]}",0,simple,line,1,0,0,Positive,2.8,0,3,3,3.7689999999999997,1.2563333333333333,9577,15.0,1.0,1.0,1,1.0,1 +2023-03-15 21:53:43,2023-03-15 22:07:04,0,100,800,1,2023-03-15 22:07:04,R_yjvnY6MKVRH8Bwt,36.1493,-95.9499,EN,1,68.748,,,,,15.513,100,28,39,48.65,23.836,1,1,50.272,-3,-3,80.355,-2,76.475,15.044,6,6,6,5,5,6,,12.092,6,4,3,3,4,6,I feel like it's very comprehensive and the data is precise.,15.708,5,,4.841,2,7,3,4,1,5,6,12.071,3,4,6,6,4,3,11,10,,38.361,1,1,1,5,1,1,28.401999999999997,2,,3.173,2,1990,Oklahoma,2,2,1,,7,,,8,2,1,39.138000000000005,55a75835fdf99b26395fae40,"{""startTime"":1678932083497,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932095930,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":1675},{""label"":""window_focused"",""time"":31811},{""label"":""window_blurred"",""time"":33790},{""label"":""window_focused"",""time"":40202}]}","{""startTime"":1678931963493,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":11141,""label"":""tour_next"",""step"":2},{""time"":17037,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932068169,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":2832},{""label"":""window_focused"",""time"":11834}]}",0,moderate,bar,0,2,0,Positive,1.7,0,0,0,0.0,0.0,0,2.832,1.0,0.0,0,0.0,2 +2023-03-15 22:00:06,2023-03-15 22:07:38,0,100,451,1,2023-03-15 22:07:39,R_3OTikwyfae72yqd,39.952,-75.1814,EN,1,3.423,1.0,3.0,1.0,5.983,15.01,71,74,57,26.458000000000002,66.163,1,1,32.582,1,1,34.760999999999996,1,37.115,15.014000000000001,5,5,5,5,5,5,I think there is a typo. Vaccinated & unvaccinated are reversed in the interactive plot.,28.776,4,4,4,4,4,4,It includes both the raw count and proportion data.,15.744000000000002,4,,8.265,2,7,3,4,1,5,6,13.059000000000001,5,5,7,7,5,6,10,8,,22.96,4,4,5,3,4,4,17.487000000000002,2,1.0,9.701,2,1990,Pennsylvania,9,3,4,Korean,2,,,7,3,2,64.99,638a6928a6b4801e5b229ebc,"{""startTime"":1678932218325,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932186422,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932066748,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":4,""label"":""tour_started""},{""time"":1931,""label"":""hovered"",""timeHovered"":1367,""week"":""2021-12-20""},{""time"":4981,""label"":""hovered"",""timeHovered"":1084,""week"":""2022-01-03""},{""time"":6965,""label"":""hovered"",""timeHovered"":8399,""week"":""2022-01-03""},{""time"":15414,""label"":""hovered"",""timeHovered"":1001,""week"":""2022-01-03""},{""time"":19398,""label"":""hovered"",""timeHovered"":6717,""week"":""2022-01-17""},{""time"":30189,""label"":""tour_next"",""step"":5},{""time"":46989,""label"":""started_brush"",""startDate"":""2021-07-26"",""endDate"":""2022-02-13""},{""time"":47939,""label"":""tour_next"",""step"":5},{""time"":54091,""label"":""moved_brush"",""startDate"":""2021-04-26"",""endDate"":""2021-11-13""},{""time"":54937,""label"":""tour_next"",""step"":5},{""time"":58064,""label"":""cleared_brush"",""using"":""click""},{""time"":58954,""label"":""tour_next"",""step"":5},{""time"":63972,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678932171099,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":4842,""label"":""hovered"",""timeHovered"":1851,""week"":""2021-12-27""},{""time"":10366,""label"":""hovered"",""timeHovered"":1168,""week"":""2021-09-27""}]}",1,complex,line,0,1,0,Positive,4.0,0,2,2,3.0189999999999997,1.5095,5524,15.0,1.0,1.0,1,1.0,3 +2023-03-15 21:54:31,2023-03-15 22:08:08,0,100,816,1,2023-03-15 22:08:09,R_1Q9DnSpJZ2ogpCr,34.727,-81.6156,EN,1,8.162,,,,,15.147,100,0,0,40.546,32.427,1,1,108.93700000000001,-1,1,80.60600000000001,1,59.701,15.019,5,5,5,5,5,5,,22.901,4,5,5,3,3,5,It seems like a lot of data and work was put into it.,40.707,4,,6.791,2,7,3,4,1,5,6,31.596,1,1,6,6,1,2,9,9,,34.452,1,1,1,5,3,1,34.848,4,,6.435,2,1996,South Carolina,2,2,1,,7,,,5,3,1,63.799,5ce9bfc4d439ae00015968dd,"{""startTime"":1678932063072,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932087526,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931903107,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":2608,""label"":""hovered"",""timeHovered"":1044,""week"":""2021-11-29""},{""time"":19035,""label"":""tour_next"",""step"":2},{""time"":27420,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932046664,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":6650,""label"":""hovered"",""timeHovered"":1367,""week"":""2021-12-27""}]}",0,simple,line,1,1,0,Positive,2.0,0,1,1,1.367,1.367,0,15.0,1.0,0.5,1,1.0,1 +2023-03-15 22:02:26,2023-03-15 22:08:46,0,100,380,1,2023-03-15 22:08:47,R_3PRzwD9WQCUAYzx,42.1139,-80.1499,EN,1,4.99,1.0,4.0,2.0,4.461,15.025,50,100,61,13.565999999999999,16.555,1,-3,62.726000000000006,-2,-3,59.519,-3,19.769000000000002,15.025,5,5,5,5,5,5,,14.975999999999999,5,6,6,5,5,5,It shows the data clearly and cites the CDC,13.454,4,,7.447,2,7,3,4,1,5,6,9.248,1,6,3,7,9,1,11,9,,17.953,5,5,1,5,5,5,10.84,1,2.0,9.423,3,2001,Pennsylvania,3,1,1,,7,,,12,3,1,45.042,5eb0bbbc0be27c183500b45d,"{""startTime"":1678932319284,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932293658,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932199958,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":43,""label"":""tour_started""},{""time"":8251,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1815,""week"":""52"",""id"":""chart""},{""time"":13259,""label"":""tour_next"",""step"":2},{""time"":15075,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932277753,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":10090,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1758,""week"":""21"",""id"":""chart""}]}",1,moderate,bar,1,0,0,Positive,4.3,0,1,1,1.758,1.758,0,15.0,0.5,0.0,0,0.0,2 +2023-03-15 21:59:48,2023-03-15 22:08:48,0,100,539,1,2023-03-15 22:08:48,R_3GwcU3aNRRvMMYO,40.6511,-74.26,EN,1,7.301,1.0,2.0,2.0,6.303,15.107999999999999,57,90,71,19.886,25.69,1,1,62.336000000000006,-2,1,49.43600000000001,-1,24.451,15.012,5,5,3,5,6,3,none,24.88,4,6,5,3,5,3,I do not know who provided the data and why,19.835,5,none,12.379000000000001,2,7,3,4,1,5,6,24.403000000000002,2,1,9,6,1,6,7,10,none,21.721,4,4,3,2,4,3,26.837,6,1.0,12.293,1,1986,New Jersey,6,1,1,,7,,,7,3,1,124.613,638d5097d95db2c5c143d5b7,"{""startTime"":1678932155680,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932181082,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932050966,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":17,""label"":""tour_started""},{""time"":12372,""label"":""hovered"",""timeHovered"":1832,""week"":""2021-12-27""},{""time"":16340,""label"":""tour_next"",""step"":2},{""time"":22066,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932140016,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line,1,0,0,Negative,3.3,0,0,0,0.0,0.0,0,15.0,1.0,0.5,0,1.0,1 +2023-03-15 21:56:02,2023-03-15 22:08:54,0,100,771,1,2023-03-15 22:08:54,R_3HnPK9yCua0DTKP,33.9845,-85.9077,EN,1,23.816999999999997,1.0,2.0,1.0,4.4319999999999995,15.014000000000001,76,8,12,24.97,63.363,1,-2,37.827,-2,1,92.095,1,95.34899999999999,15.008,6,5,6,6,5,6,,49.425,5,5,5,3,5,5,"I trust the visualization because the data comes from the CDC, which is a reliable source.",29.886999999999997,4,,12.693,2,7,3,4,1,5,6,28.781999999999996,3,5,2,7,6,2,10,10,,60.85,3,3,4,2,2,2,45.683,1,2.0,23.975,1,2002,Alabama,3,2,1,,7,,,11,4,2,98.306,63f8dc7bc5e76c51f767134e,"{""startTime"":1678932012883,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932062792,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678931841323,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":4,""label"":""tour_started""},{""time"":25821,""label"":""hovered"",""timeHovered"":3454,""week"":""2022-01-03""},{""time"":31010,""label"":""hovered"",""timeHovered"":1691,""week"":""2022-01-10""},{""time"":34100,""label"":""hovered"",""timeHovered"":1243,""week"":""2022-02-07""},{""time"":38524,""label"":""tour_next"",""step"":2},{""time"":41317,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678931997428,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":12500,""label"":""hovered"",""timeHovered"":2448,""week"":""2022-01-17""}]}",1,moderate,line,1,0,0,Positive,2.7,0,1,1,2.448,2.448,0,15.0,0.5,0.5,1,0.5,2 +2023-03-15 22:03:03,2023-03-15 22:09:36,0,100,392,1,2023-03-15 22:09:37,R_2E4bILHDLYsscYK,39.7007,-75.7419,EN,1,6.099,,,,,15.01,85,71,34,22.7,11.182,-2,1,42.141000000000005,1,-3,33.393,1,56.57,15.11,4,4,4,4,4,4,,23.949,5,5,5,5,5,5,It seems legit to me.,9.855,4,,15.209000000000001,2,7,3,4,1,5,6,15.67,6,8,5,8,4,8,9,10,,22.302,3,3,4,3,3,4,21.339000000000002,2,,5.025,1,2000,Delaware,3,3,1,,7,,,12,3,2,41.728,5efa98dd74af25000cdbbf43,"{""startTime"":1678932304256,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932328712,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932242757,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":20,""label"":""tour_started""},{""time"":3873,""label"":""tour_next"",""step"":2},{""time"":6580,""label"":""tour_end"",""step"":2},{""time"":8982,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1192,""week"":""2"",""id"":""chart""}]}","{""startTime"":1678932288644,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,bar,1,0,0,Positive,3.3,0,0,0,0.0,0.0,0,15.0,0.5,0.5,1,0.5,2 +2023-03-15 21:59:26,2023-03-15 22:09:48,0,100,621,1,2023-03-15 22:09:48,R_2Sq3Ku9iwn7lPsy,39.8286,-86.1796,EN,1,11.19,1.0,3.0,1.0,9.078,15.118,95,100,91,17.866,40.691,1,1,72.993,-3,-3,63.661,-2,62.71,15.02,5,5,5,6,6,5,,34.702,6,6,6,3,2,5,"This visualization uses data from the CDC and everything is laid out in a way that is easy to see and understand. The data is over vaccinated vs. unvaccinated individuals who caught COVID, which is pretty cut and dry (either you have had it or you have it, there isn't an in between), so the information is pretty believable.",91.809,6,,9.623,2,7,3,4,1,5,6,17.292,4,4,8,6,6,6,10,9,,30.065,3,3,4,3,4,3,20.798000000000002,3,2.0,19.117,2,2001,Indiana,3,2,1,,7,,,11,4,1,47.272,5f5ba66db8e6413162a5c703,"{""startTime"":1678932163211,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932198363,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932033044,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":4705,""label"":""tour_next"",""step"":2},{""time"":8246,""label"":""tour_back"",""step"":2},{""time"":10856,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4038,""week"":""52"",""id"":""chart""},{""time"":16323,""label"":""tour_next"",""step"":2},{""time"":17516,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3902,""week"":""52"",""id"":""chart2""},{""time"":30921,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932147735,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":8573,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1792,""week"":""52"",""id"":""chart2""}]}",1,simple,bar,1,1,0,Positive,3.3,0,1,1,1.7919999999999998,1.7919999999999998,0,15.0,1.0,0.0,0,1.0,1 +2023-03-15 21:52:10,2023-03-15 22:09:50,0,100,1059,1,2023-03-15 22:09:50,R_eKcG19Oh6iSPvuV,35.958,-83.9172,EN,1,62.761,,,,,15.196,78,88,30,75.694,37.789,-2,1,56.843,-3,-3,246.446,-1,18.964000000000002,15.012,3,3,7,4,6,4,,38.87,3,5,4,2,3,3,It doesn't give me all of the information but it gives me some and that's fine but i don't trust it blindly and i don't not trust it,55.856,4,,5.499,2,7,3,4,1,5,6,34.727,2,3,4,6,3,4,4,6,,33.205,3,3,4,4,4,4,139.627,8,,10.175,2,1989,Tennessee,3,2,1,,3,,,19,5,2,77.851,60eea778df60b9a7d88b7ade,"{""startTime"":1678931954038,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931860721,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931748074,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":44,""label"":""tour_started""},{""time"":6768,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":10524,""week"":""51"",""id"":""chart""},{""time"":27652,""label"":""tour_next"",""step"":2},{""time"":35914,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678931844516,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":5371,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1367,""week"":""51"",""id"":""chart2""}]}",0,simple,bar,1,1,0,Neutral,3.7,0,1,1,1.367,1.367,0,15.0,0.5,0.0,0,0.5,1 +2023-03-15 21:45:39,2023-03-15 22:09:58,0,100,1458,1,2023-03-15 22:09:58,R_Qj00ORVJ8bW67IJ,29.1281,-82.2975,EN,1,136.847,,,,,15.115,100,70,55,20.065,178.675,1,-3,117.119,1,1,84.73700000000001,1,93.78200000000001,15.109000000000002,3,4,3,4,5,4,,91.266,4,5,4,7,2,4,"I can only assume they are using accurate information, but seeming as how they have no data references in the subcaption of their chart, it is based on trust alone. ",78.03,4,,18.033,2,7,3,4,1,5,6,28.823,1,1,1,2,1,4,8,7,,41.276,3,4,4,1,5,3,39.55,2,,15.948,2,2000,Florida,6,2,1,,7,,,6,2,2,121.23299999999999,640264c46bd5d0e0cdeaec5e,"{""startTime"":1678931835208,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931933263,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931523287,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":28269,""label"":""hovered"",""timeHovered"":1941,""week"":""2021-04-12""},{""time"":47419,""label"":""hovered"",""timeHovered"":1550,""week"":""2021-12-27""},{""time"":55202,""label"":""tour_next"",""step"":5},{""time"":82078,""label"":""started_brush"",""startDate"":""2021-10-03"",""endDate"":""2022-02-13""},{""time"":84926,""label"":""tour_next"",""step"":5},{""time"":92941,""label"":""moved_brush"",""startDate"":""2021-10-03"",""endDate"":""2022-02-13""},{""time"":93879,""label"":""tour_next"",""step"":5},{""time"":100404,""label"":""moved_brush"",""startDate"":""2021-10-03"",""endDate"":""2022-02-13""},{""time"":100915,""label"":""cleared_brush"",""using"":""click""},{""time"":103009,""label"":""tour_next"",""step"":5},{""time"":167007,""label"":""tour_end"",""step"":5},{""time"":173512,""label"":""hovered"",""timeHovered"":1116,""week"":""2022-01-10""}]}","{""startTime"":1678931815374,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line,1,0,0,Negative,3.3,0,0,0,0.0,0.0,0,15.0,0.5,1.0,1,1.0,3 +2023-03-15 21:44:47,2023-03-15 22:10:15,0,100,1528,1,2023-03-15 22:10:16,R_3G0NC2RD8eOHmzr,36.122,-115.086,EN,1,3.1319999999999997,1.0,2.0,2.0,88.52600000000001,16.122,85,90,81,119.876,495.26300000000003,1,-3,207.59400000000002,1,-3,49.952,-2,42.622,15.008,5,5,5,5,5,5,,16.235,5,5,5,3,5,5,The data looks professional and well put together ,20.055,3,,9.299,2,7,3,4,1,5,6,21.995,3,8,7,8,2,6,11,10,,30.366999999999997,2,3,2,3,3,2,85.044,1,1.0,14.325,1,1999,Nevada,2,2,1,,8,Henderson,,10,4,2,69.89,6296bef3248bf76cc113926b,"{""startTime"":1678931888897,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931905810,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":764,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1109,""week"":""49"",""id"":""chart""},{""label"":""window_blurred"",""time"":162455},{""label"":""window_focused"",""time"":163658}]}","{""startTime"":1678931333249,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":22,""label"":""tour_started""},{""time"":2454,""label"":""tour_next"",""step"":5},{""time"":8359,""label"":""tour_back"",""step"":5},{""time"":11691,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4304,""week"":""30"",""id"":""chart""},{""time"":19833,""label"":""tour_next"",""step"":5},{""time"":50890,""label"":""started_brush"",""startDate"":""2021-08-22"",""endDate"":""2021-10-27""},{""time"":51973,""label"":""tour_next"",""step"":5},{""time"":59053,""label"":""moved_brush"",""startDate"":""2021-07-31"",""endDate"":""2021-10-04""},{""time"":61522,""label"":""tour_next"",""step"":5},{""time"":70340,""label"":""moved_brush"",""startDate"":""2021-08-22"",""endDate"":""2021-10-27""},{""time"":76865,""label"":""moved_brush"",""startDate"":""2021-08-22"",""endDate"":""2021-10-27""},{""time"":82464,""label"":""cleared_brush"",""using"":""Click""},{""time"":82465,""label"":""cleared_brush"",""using"":""Escape""},{""time"":83625,""label"":""cleared_brush"",""using"":""Click""},{""time"":83626,""label"":""cleared_brush"",""using"":""Escape""},{""time"":87817,""label"":""started_brush"",""startDate"":""2021-07-01"",""endDate"":""2021-09-07""},{""label"":""window_blurred"",""time"":452112},{""label"":""window_focused"",""time"":454419},{""time"":460238,""label"":""moved_brush"",""startDate"":""2021-09-30"",""endDate"":""2021-12-06""},{""time"":462743,""label"":""tour_next"",""step"":5},{""time"":468028,""label"":""tour_end"",""step"":5},{""time"":489422,""label"":""moved_brush"",""startDate"":""2021-10-01"",""endDate"":""2021-12-07""},{""time"":494336,""label"":""moved_brush"",""startDate"":""2021-10-01"",""endDate"":""2022-01-02""}]}","{""startTime"":1678931873007,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":12934,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1912,""week"":""3"",""id"":""chart""}]}",1,complex,bar,2,0,0,Positive,2.5,0,1,1,1.912,1.912,0,15.0,0.5,0.5,0,0.0,3 +2023-03-15 21:58:45,2023-03-15 22:10:32,0,100,706,1,2023-03-15 22:10:32,R_2fqUc4FmZUTbQYo,36.7126,-121.6437,EN,1,14.244000000000002,,,,,15.126,91,81,90,20.258,227.71400000000003,1,1,34.580999999999996,1,1,65.518,1,31.138,15.106,5,3,5,3,5,5,,28.188000000000002,5,5,5,7,7,5,The data seem realistic and follow smooth variations,38.635,5,,6.394,2,7,3,4,1,5,6,18.387999999999998,5,7,7,8,8,8,10,10,,21.261,4,4,4,2,3,4,24.55,2,,5.535,2,1951,California,7,1,1,,7,,,6,2,1,70.27,62fcf3d9948e4a6a9623cce8,"{""startTime"":1678932353486,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932284565,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932007333,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":34,""label"":""tour_started""},{""time"":13878,""label"":""tour_next"",""step"":5},{""time"":33815,""label"":""cleared_brush"",""using"":""Click""},{""time"":42799,""label"":""tour_back"",""step"":5},{""time"":43068,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1096,""week"":""51"",""id"":""chart""},{""time"":45478,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2239,""week"":""52"",""id"":""chart""},{""time"":52396,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2093,""week"":""2"",""id"":""chart""},{""time"":55444,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1552,""week"":""1"",""id"":""chart""},{""time"":57963,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2382,""week"":""1"",""id"":""chart""},{""time"":60904,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2392,""week"":""49"",""id"":""chart""},{""time"":66875,""label"":""tour_next"",""step"":5},{""time"":77125,""label"":""tour_back"",""step"":5},{""time"":98927,""label"":""tour_next"",""step"":5},{""time"":123170,""label"":""started_brush"",""startDate"":""2021-10-01"",""endDate"":""2021-12-28""},{""time"":125868,""label"":""tour_next"",""step"":5},{""time"":156911,""label"":""started_brush"",""startDate"":""2021-09-27"",""endDate"":""2021-10-05""},{""time"":162346,""label"":""started_brush"",""startDate"":""2021-10-24"",""endDate"":""2021-12-08""},{""time"":173888,""label"":""tour_back"",""step"":5},{""time"":184251,""label"":""started_brush"",""startDate"":""2021-10-04"",""endDate"":""2021-10-14""},{""time"":190967,""label"":""started_brush"",""startDate"":""2021-06-08"",""endDate"":""2021-10-01""},{""time"":192355,""label"":""tour_next"",""step"":5},{""time"":205634,""label"":""moved_brush"",""startDate"":""2021-04-28"",""endDate"":""2021-08-21""},{""time"":207060,""label"":""tour_next"",""step"":5},{""time"":213618,""label"":""cleared_brush"",""using"":""Click""},{""time"":213618,""label"":""cleared_brush"",""using"":""Escape""},{""time"":215013,""label"":""tour_next"",""step"":5},{""time"":220733,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678932267670,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,bar,0,1,0,Positive,3.5,0,0,0,0.0,0.0,0,15.0,1.0,1.0,1,1.0,3 +2023-03-15 21:50:47,2023-03-15 22:10:47,0,100,1200,1,2023-03-15 22:10:48,R_7QXwC3d96zESfZf,35.4971,-97.73299999999999,EN,1,52.56,1.0,3.0,2.0,12.173,15.014000000000001,81,38,42,44.839,169.47299999999998,1,1,114.24700000000001,-1,1,61.75,1,76.942,15.007,5,3,5,4,5,5,"The info the graph states is from the CDC. Is it really from the CDC? This could be a fake graph, not sure.",99.035,4,5,4,7,7,5,"In your instructions it said to assume the date is trustworthy, so I then trust the visualization.",38.521,6,"Yes, and thanks for asking, at the beginning when I first saw the graph I though the 01 at each month meant the data was from 2021. So it was not until this last part that I did see the year of 2021 and 2022 listed below. Therefore an answer in the first part of the survey was wrong because I was not reading the year correctly. Perhaps a bolder color in the year at the bottom would help the eye look at the bottom. ",172.50099999999998,2,7,3,4,1,5,6,34.369,9,9,8,9,9,9,10,9,,70.171,4,4,5,1,5,4,41.602,1,2.0,27.171,2,1956,Oklahoma,3,2,1,,7,,,4,3,1,72.752,5f5a0f0a612008057e58d281,"{""startTime"":1678931836576,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678931936307,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678931588005,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":3,""label"":""tour_started""},{""time"":8703,""label"":""hovered"",""timeHovered"":5318,""week"":""2022-01-10""},{""time"":14022,""label"":""hovered"",""timeHovered"":1933,""week"":""2022-01-10""},{""time"":20894,""label"":""hovered"",""timeHovered"":5315,""week"":""2022-01-10""},{""time"":32902,""label"":""hovered"",""timeHovered"":2200,""week"":""2021-12-20""},{""time"":35168,""label"":""hovered"",""timeHovered"":1125,""week"":""2021-12-20""},{""time"":37968,""label"":""hovered"",""timeHovered"":3551,""week"":""2021-11-29""},{""time"":42109,""label"":""hovered"",""timeHovered"":1819,""week"":""2021-11-29""},{""time"":45676,""label"":""hovered"",""timeHovered"":1719,""week"":""2021-08-16""},{""time"":49927,""label"":""hovered"",""timeHovered"":1632,""week"":""2021-11-22""},{""time"":51561,""label"":""hovered"",""timeHovered"":1816,""week"":""2021-08-02""},{""time"":55793,""label"":""hovered"",""timeHovered"":1226,""week"":""2021-04-26""},{""time"":57909,""label"":""hovered"",""timeHovered"":1418,""week"":""2021-04-26""},{""time"":65593,""label"":""hovered"",""timeHovered"":41943,""week"":""2021-12-20""},{""time"":113302,""label"":""hovered"",""timeHovered"":3025,""week"":""2022-01-03""},{""time"":117943,""label"":""hovered"",""timeHovered"":3116,""week"":""2022-01-10""},{""time"":122633,""label"":""hovered"",""timeHovered"":2618,""week"":""2021-10-25""},{""time"":127465,""label"":""hovered"",""timeHovered"":5377,""week"":""2022-01-03""},{""time"":135468,""label"":""hovered"",""timeHovered"":2112,""week"":""2021-11-08""},{""time"":138427,""label"":""hovered"",""timeHovered"":2141,""week"":""2021-11-22""},{""label"":""window_blurred"",""time"":143679},{""label"":""window_focused"",""time"":154785},{""time"":157460,""label"":""tour_next"",""step"":2},{""time"":164655,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678931820775,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line,0,0,0,Neutral,3.8,0,0,0,0.0,0.0,0,15.0,1.0,0.5,1,0.5,2 +2023-03-15 21:58:01,2023-03-15 22:10:49,0,100,767,1,2023-03-15 22:10:50,R_ypCZF8bYnORX51T,37.3083,-121.9643,EN,1,10.479000000000001,,,,,15.12,86,87,65,12.832,257.712,1,1,57.489,1,1,45.602,1,50.678000000000004,15.117,5,4,3,4,5,4,The ability to zoom and mouse over makes things much more clear. ,53.306999999999995,4,5,6,3,2,5,"It is easy to make charts look better or worse, but considering the actual data shows up over the mouse over, it provides more clarity ",42.227,4,Thank you,8.451,2,7,3,4,1,5,6,12.290999999999999,3,7,7,7,6,3,10,9,,42.483999999999995,4,4,5,4,4,4,32.282,2,,4.167,1,1982,California,6,2,1,,7,,,11,4,1,57.669,5cc22481f6ef910019e5120f,"{""startTime"":1678932258238,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932312313,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931932438,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":7543,""label"":""tour_next"",""step"":5},{""time"":16177,""label"":""cleared_brush"",""using"":""click""},{""time"":17206,""label"":""tour_back"",""step"":5},{""time"":18630,""label"":""tour_next"",""step"":5},{""time"":25088,""label"":""cleared_brush"",""using"":""click""},{""time"":25504,""label"":""cleared_brush"",""using"":""click""},{""time"":25920,""label"":""cleared_brush"",""using"":""click""},{""time"":26204,""label"":""started_brush"",""startDate"":""2021-06-26"",""endDate"":""2021-08-04""},{""time"":28480,""label"":""cleared_brush"",""using"":""click""},{""time"":30481,""label"":""started_brush"",""startDate"":""2021-08-03"",""endDate"":""2021-08-08""},{""time"":31174,""label"":""tour_next"",""step"":5},{""time"":35599,""label"":""started_brush"",""startDate"":""2021-06-06"",""endDate"":""2022-01-19""},{""time"":37008,""label"":""moved_brush"",""startDate"":""2021-05-29"",""endDate"":""2021-06-06""},{""time"":92566,""label"":""tour_next"",""step"":5},{""time"":96769,""label"":""cleared_brush"",""using"":""click""},{""time"":99392,""label"":""cleared_brush"",""using"":""click""},{""time"":99862,""label"":""tour_next"",""step"":5},{""time"":103910,""label"":""tour_end"",""step"":5},{""time"":105946,""label"":""hovered"",""timeHovered"":24006,""week"":""2021-12-13""},{""time"":134903,""label"":""started_brush"",""startDate"":""2021-06-05"",""endDate"":""2021-07-14""},{""time"":137496,""label"":""started_brush"",""startDate"":""2021-07-22"",""endDate"":""2021-10-02""},{""time"":137816,""label"":""cleared_brush"",""using"":""click""},{""time"":139087,""label"":""started_brush"",""startDate"":""2021-10-18"",""endDate"":""2021-12-15""},{""time"":139448,""label"":""cleared_brush"",""using"":""click""},{""time"":143128,""label"":""started_brush"",""startDate"":""2021-10-12"",""endDate"":""2022-02-12""},{""time"":147984,""label"":""cleared_brush"",""using"":""click""},{""time"":153720,""label"":""hovered"",""timeHovered"":1014,""week"":""2021-06-21""},{""time"":155301,""label"":""hovered"",""timeHovered"":100939,""week"":""2022-01-10""}]}","{""startTime"":1678932242504,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":10862,""label"":""started_brush"",""startDate"":""2021-12-07"",""endDate"":""2022-01-10""}]}",0,complex,line,0,1,0,Positive,4.2,1,1,0,0.0,0.0,0,15.0,1.0,1.0,1,1.0,3 +2023-03-15 21:57:32,2023-03-15 22:10:51,0,100,798,1,2023-03-15 22:10:52,R_27JXDhT87ncCwdK,45.7512,-121.8401,EN,1,8.81,1.0,3.0,2.0,126.95299999999999,15.022,81,83,64,31.410999999999998,119.788,-3,1,73.097,-3,-3,79.819,-3,44.003,15.02,5,4,4,5,5,5,n/a. ,35.425,4,5,4,7,3,5,It seems trustworthy because it looks official and bold,36.688,3,,10.575,2,7,3,4,1,5,6,26.467,3,3,4,5,2,6,8,9,,25.42,2,3,3,3,3,3,26.719,3,4.0,34.516999999999996,2,1993,Oregon,2,2,1,,7,,,4,4,2,40.102,596bac33670f410001fe9c07,"{""startTime"":1678932298776,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932234239,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":850,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1437,""week"":""44"",""id"":""chart""},{""time"":2879,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1624,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678932053571,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":6339,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1358,""week"":""48"",""id"":""chart""},{""time"":13730,""label"":""tour_next"",""step"":5},{""time"":23166,""label"":""cleared_brush"",""using"":""Click""},{""time"":27960,""label"":""cleared_brush"",""using"":""Click""},{""time"":33413,""label"":""started_brush"",""startDate"":""2021-08-18"",""endDate"":""2021-09-11""},{""time"":36053,""label"":""started_brush"",""startDate"":""2021-06-08"",""endDate"":""2021-10-06""},{""time"":36916,""label"":""tour_next"",""step"":5},{""time"":39581,""label"":""moved_brush"",""startDate"":""2021-07-17"",""endDate"":""2021-11-15""},{""time"":40251,""label"":""moved_brush"",""startDate"":""2021-07-17"",""endDate"":""2021-11-15""},{""time"":40931,""label"":""tour_next"",""step"":5},{""time"":45423,""label"":""cleared_brush"",""using"":""Click""},{""time"":47789,""label"":""tour_next"",""step"":5},{""time"":51118,""label"":""tour_end"",""step"":5},{""time"":53622,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2095,""week"":""52"",""id"":""chart""},{""time"":55778,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1254,""week"":""1"",""id"":""chart""},{""time"":57705,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1328,""week"":""1"",""id"":""chart""},{""time"":63094,""label"":""started_brush"",""startDate"":""2021-06-03"",""endDate"":""2021-09-26""},{""time"":63924,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1009,""week"":""38"",""id"":""chart""},{""time"":66517,""label"":""moved_brush"",""startDate"":""2021-06-03"",""endDate"":""2021-09-26""},{""time"":72467,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-07-29""},{""time"":74196,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":2221,""week"":""30"",""id"":""chart""},{""time"":80912,""label"":""moved_brush"",""startDate"":""2021-04-13"",""endDate"":""2021-08-06""},{""time"":83575,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":2918,""week"":""24"",""id"":""chart""},{""time"":86743,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1175,""week"":""25"",""id"":""chart""},{""time"":90766,""label"":""moved_brush"",""startDate"":""2021-04-13"",""endDate"":""2021-09-16""},{""time"":95163,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":2538,""week"":""25"",""id"":""chart""},{""time"":105219,""label"":""moved_brush"",""startDate"":""2021-05-07"",""endDate"":""2021-10-11""},{""time"":106134,""label"":""cleared_brush"",""using"":""Click""},{""time"":110311,""label"":""started_brush"",""startDate"":""2021-04-30"",""endDate"":""2021-05-25""},{""time"":113205,""label"":""started_brush"",""startDate"":""2021-06-29"",""endDate"":""2021-07-31""},{""label"":""window_blurred"",""time"":117101},{""label"":""window_focused"",""time"":117772},{""label"":""window_blurred"",""time"":117830},{""label"":""window_focused"",""time"":118228}]}","{""startTime"":1678932218656,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":3595,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2578,""week"":""51"",""id"":""chart""},{""time"":9408,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3044,""week"":""43"",""id"":""chart""}]}",1,complex,bar,1,0,0,Positive,2.8,0,2,2,5.622000000000001,2.8110000000000004,5813,15.0,0.5,0.0,0,0.0,3 +2023-03-15 22:03:23,2023-03-15 22:10:58,0,100,454,1,2023-03-15 22:10:58,R_SZuI8jte3nV3cgp,43.1571,-76.328,EN,1,3.375,2.0,,2.0,1.71,15.007,93,100,62,13.190999999999999,17.384,1,1,49.038999999999994,1,1,79.023,1,31.215,15.107999999999999,3,2,3,4,4,3,,24.048000000000002,4,4,5,3,3,3,"It seems basic and to the point, but I can't verify whether the data is true.",68.507,3,,8.37,2,7,3,4,1,5,6,14.449000000000002,1,3,6,6,1,6,5,6,,14.189,4,4,4,2,4,4,15.334000000000001,6,2.0,9.557,1,1990,New York,6,3,1,,7,,,7,3,1,37.598,62dc2f45630616c5920dcb75,"{""startTime"":1678932448186,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932365083,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932250611,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":9803,""label"":""tour_next"",""step"":2},{""time"":12946,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932348825,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar,2,0,0,Positive,3.7,0,0,0,0.0,0.0,0,15.0,1.0,1.0,1,1.0,2 +2023-03-15 21:59:13,2023-03-15 22:11:08,0,100,715,1,2023-03-15 22:11:09,R_z0Ud4jHNABHOKw9,41.6344,-91.5054,EN,1,4.091,1.0,2.0,2.0,6.747999999999999,15.012,100,100,79,31.919,88.509,1,1,86.12799999999999,-3,-3,54.698,1,98.667,15.117,5,5,5,5,5,5,,23.427,5,4,5,5,5,5,As the visualization uses objective data rather than being expressed in subjective term I can verify it from another source.,88.271,6,,12.087,2,7,3,4,1,5,6,28.721999999999998,4,5,2,6,5,3,10,9,,20.886,1,2,1,5,2,2,20.631999999999998,1,1.0,15.782,1,1979,Iowa,2,3,1,,7,,,5,4,2,64.37,5bfb5784a66aa500019dabef,"{""startTime"":1678932165109,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932188978,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931960966,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":23923,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2232,""week"":""1"",""id"":""chart""},{""time"":27064,""label"":""tour_next"",""step"":5},{""time"":42530,""label"":""started_brush"",""startDate"":""2021-10-27"",""endDate"":""2022-01-26""},{""time"":44233,""label"":""tour_next"",""step"":5},{""time"":54413,""label"":""moved_brush"",""startDate"":""2021-10-09"",""endDate"":""2022-01-26""},{""time"":56086,""label"":""moved_brush"",""startDate"":""2021-08-24"",""endDate"":""2021-12-11""},{""time"":57325,""label"":""tour_next"",""step"":5},{""time"":65517,""label"":""moved_brush"",""startDate"":""2021-08-24"",""endDate"":""2021-12-11""},{""time"":74320,""label"":""cleared_brush"",""using"":""Click""},{""time"":77086,""label"":""tour_next"",""step"":5},{""time"":84972,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678932149610,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar,1,0,0,Positive,2.2,0,0,0,0.0,0.0,0,15.0,1.0,0.0,1,1.0,3 +2023-03-15 21:58:09,2023-03-15 22:11:17,0,100,787,1,2023-03-15 22:11:17,R_1eFPbEt7JY087fa,31.3357,-94.7272,EN,1,15.54,2.0,,2.0,5.0280000000000005,15.007,21,74,16,39.596,24.064,1,-3,78.434,1,-3,125.586,-2,66.649,15.007,7,1,7,6,6,1,I don't trust the CDC,45.563,3,3,1,1,1,1,I don't believe the vaccine helps you at all.,27.284000000000002,4,,12.263,2,7,3,4,1,5,6,29.875,1,1,2,1,1,1,5,5,,35.41,3,3,5,1,3,3,39.73,5,5.0,14.136,1,1979,Texas,6,2,1,,7,,,12,4,1,148.476,5fdeb821bbdf7f6a1815d08f,"{""startTime"":1678932198910,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932144984,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678931979342,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":18511,""label"":""tour_next"",""step"":2},{""time"":21834,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932129608,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar,0,1,0,Negative,3.0,0,0,0,0.0,0.0,0,15.0,0.5,0.5,0,0.5,2 +2023-03-15 22:02:24,2023-03-15 22:11:38,0,100,553,1,2023-03-15 22:11:39,R_1GV8pLjO0CyAm5H,42.5763,-71.9883,EN,1,18.559,1.0,2.0,2.0,6.626,15.019,68,76,36,31.926,27.975,1,1,50.466,1,-3,84.77799999999999,-2,19.301,15.12,4,2,4,5,5,5,,27.61,7,4,4,7,3,4,"I trust that the data is factual, but I would like to know more about how the research and data was obtained",26.339000000000002,5,,8.908999999999999,2,7,3,4,1,5,6,24.385,4,8,4,8,4,6,10,10,,36.333,3,3,4,3,4,3,53.2,2,2.0,15.573,2,1996,Massachusetts,6,3,1,,7,,,3,3,2,51.669,611401411bf1ede5a4d85bdc,"{""startTime"":1678932321806,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932349941,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932226154,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":11035,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1214,""week"":""46"",""id"":""chart""},{""time"":14673,""label"":""tour_next"",""step"":2},{""time"":24320,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932306120,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":5212,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5740,""week"":""52"",""id"":""chart""}]}",1,simple,bar,1,0,0,Positive,3.3,0,1,1,5.74,5.74,0,15.0,1.0,0.5,0,1.0,1 +2023-03-15 22:03:39,2023-03-15 22:11:46,0,100,486,1,2023-03-15 22:11:46,R_3J7XDuoI3KmhheT,42.0128,-88.0967,EN,1,7.206,1.0,1.0,1.0,5.001,15.128,92,91,47,22.138,22.226999999999997,1,1,34.501,1,1,27.201,-1,82.434,15.112,3,3,7,5,5,7,,33.03,3,5,3,7,7,7,The government doesn't always tell us the truth and also changes what the truth is later on.,28.443,6,,5.768,2,7,3,4,1,5,6,16.381,1,1,2,2,1,3,3,4,,24.38,5,5,5,1,5,5,11.731,4,1.0,11.977,2,1969,Illinois,5,1,1,,8,SCHAUMBURG,,9,2,2,71.697,5c69f9dd4b5bb30001b3d31c,"{""startTime"":1678932358115,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932392220,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932283299,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":16800,""label"":""tour_next"",""step"":2},{""time"":20185,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932341758,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":5592,""label"":""hovered"",""timeHovered"":4695,""week"":""2021-11-29""}]}",1,simple,line,1,0,0,Negative,4.3,0,1,1,4.695,4.695,0,15.0,1.0,1.0,0,1.0,1 +2023-03-15 21:54:15,2023-03-15 22:12:20,0,100,1085,1,2023-03-15 22:12:21,R_3IRgSmoMFwWNy60,26.3106,-80.1429,EN,1,195.486,,,,,15.114,87,100,76,94.50399999999999,49.192,1,1,74.643,1,1,123.098,1,44.56,15.015,6,6,6,6,6,6,,50.456,6,6,6,6,6,6,It's very clear what the chart is trying to convey,36.603,3,"It's difficult to know if you can trust people, even if you know them well. Unfortunately, only time will tell. ",71.69,2,7,3,4,1,5,6,24.159000000000002,2,3,2,2,4,4,6,7,"Unfortunately the gov't corrupts many of these avenues, so it's hard to know what you can trust. Money and political influence reach veeery far.",80.305,4,4,5,4,4,4,52.535,2,,12.169,2,1983,Florida,3,1,1,,9,,DEERFIELD BEACH,7,4,1,60.111000000000004,640bc58e374e2b687c756344,"{""startTime"":1678932252091,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932161218,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":685,""label"":""hovered"",""timeHovered"":10129,""week"":""2021-10-04""},{""time"":11754,""label"":""hovered"",""timeHovered"":9737,""week"":""2022-01-10""}]}","{""startTime"":1678931971620,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":25,""label"":""tour_started""},{""time"":19364,""label"":""hovered"",""timeHovered"":1127,""week"":""2021-04-12""},{""time"":22764,""label"":""hovered"",""timeHovered"":2639,""week"":""2021-04-26""},{""time"":27076,""label"":""hovered"",""timeHovered"":1076,""week"":""2021-06-28""},{""time"":30875,""label"":""hovered"",""timeHovered"":1025,""week"":""2021-10-04""},{""time"":34283,""label"":""hovered"",""timeHovered"":1680,""week"":""2022-01-10""},{""time"":38247,""label"":""tour_next"",""step"":2},{""time"":43993,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932145454,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,line,0,1,0,Positive,4.2,0,0,0,0.0,0.0,0,15.0,1.0,1.0,1,1.0,2 +2023-03-15 22:02:30,2023-03-15 22:12:28,0,100,598,1,2023-03-15 22:12:28,R_2RVwXcTP5Wr5Lkj,27.8011,-97.3994,EN,1,8.296,,,,,15.014000000000001,67,52,37,45.536,51.70399999999999,1,1,50.42100000000001,-3,-3,71.906,-3,61.445,15.017000000000001,4,4,4,4,5,4,,34.122,5,5,5,3,3,5,It had the source written at the bottom from where they got the information. ,23.958000000000002,5,,9.876,2,7,3,4,1,5,6,27.889,6,6,9,7,6,6,9,8,,27.701999999999998,3,3,4,2,3,2,32.641,4,,9.048,2,1975,Texas,6,1,1,,7,,,4,4,2,59.07899999999999,5658f4787d69570012dfe2d1,"{""startTime"":1678932345030,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932379910,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932226184,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":31,""label"":""tour_started""},{""time"":13332,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2334,""week"":""2"",""id"":""chart""},{""time"":16281,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1367,""week"":""6"",""id"":""chart""},{""time"":28232,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7783,""week"":""51"",""id"":""chart""},{""time"":36499,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1594,""week"":""1"",""id"":""chart""},{""time"":40406,""label"":""tour_next"",""step"":2},{""time"":43476,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3333,""week"":""51"",""id"":""chart2""},{""time"":46950,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1610,""week"":""2"",""id"":""chart2""},{""time"":49347,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932329418,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,bar,1,0,0,Positive,2.8,0,0,0,0.0,0.0,0,15.0,1.0,0.0,0,1.0,1 +2023-03-15 22:01:15,2023-03-15 22:12:35,0,100,679,1,2023-03-15 22:12:35,R_UGYjJa0izx4qqJz,36.0432,-95.8072,EN,1,42.93,,,,,15.118,100,88,83,29.42,31.323,1,-2,58.563,1,1,114.867,-1,29.125,15.126,3,7,3,7,5,4,,30.396,7,2,4,7,1,4,The source and the information itself showing things that might be taken as criticism of the source lead me to think it might be true.,50.185,5,"The final question about the expanded graph asked about December 2022, not 2021. Don't know if you meant to introduce that bit of uncertainty there.",41.754,2,7,3,4,1,5,6,12.443,5,5,1,7,8,4,9,6,,24.253,4,3,5,2,5,4,23.685,2,,6.7,3,1987,Oklahoma,7,3,1,,9,,"White, Native American",3,3,1,94.726,6168e3efc08671bd92f7fd37,"{""startTime"":1678932339371,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932391684,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932176387,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":9804,""label"":""tour_next"",""step"":2},{""time"":14788,""label"":""tour_end"",""step"":2},{""time"":23772,""label"":""hovered"",""timeHovered"":1049,""week"":""2021-11-22""}]}","{""startTime"":1678932323655,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":8342,""label"":""hovered"",""timeHovered"":1235,""week"":""2022-01-17""},{""time"":10389,""label"":""hovered"",""timeHovered"":1243,""week"":""2022-01-10""}]}",0,moderate,line,1,0,0,Positive,3.8,0,2,2,2.478,1.239,2047,15.0,0.5,1.0,0,1.0,2 +2023-03-15 21:59:12,2023-03-15 22:12:48,0,100,816,1,2023-03-15 22:12:49,R_YcClsrMopoNmN4B,37.1038,-113.5764,EN,1,3.969,2.0,,2.0,2.448,15.008,85,72,63,14.222000000000001,104.958,1,-3,52.471000000000004,1,-3,134.434,1,37.6,15.008,3,4,3,5,5,3,,36.372,4,5,5,7,7,3,I don't know where you pulled these stats from.,12.109000000000002,2,,26.180999999999997,2,7,3,4,1,5,6,38.543,5,4,5,6,3,4,7,8,,18.565,2,2,2,3,3,2,94.54299999999999,3,3.0,7.148,1,1990,Utah,2,1,1,,7,,,13,4,1,148.45,5f741b74992460061db87287,"{""startTime"":1678932202117,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932158053,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931998806,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":10459,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1816,""week"":""51"",""id"":""chart""},{""time"":12291,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3664,""week"":""52"",""id"":""chart""},{""time"":16933,""label"":""tour_next"",""step"":5},{""time"":26115,""label"":""cleared_brush"",""using"":""Click""},{""time"":30837,""label"":""cleared_brush"",""using"":""Click""},{""time"":39707,""label"":""cleared_brush"",""using"":""Click""},{""time"":41248,""label"":""cleared_brush"",""using"":""Click""},{""time"":42238,""label"":""cleared_brush"",""using"":""Click""},{""time"":42830,""label"":""cleared_brush"",""using"":""Click""},{""time"":44767,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-08-15""},{""time"":45565,""label"":""moved_brush"",""startDate"":""2021-09-28"",""endDate"":""2022-02-07""},{""time"":47721,""label"":""cleared_brush"",""using"":""Click""},{""time"":49536,""label"":""cleared_brush"",""using"":""Click""},{""time"":50967,""label"":""started_brush"",""startDate"":""2021-05-08"",""endDate"":""2021-09-23""},{""time"":51681,""label"":""tour_next"",""step"":5},{""time"":55640,""label"":""moved_brush"",""startDate"":""2021-05-08"",""endDate"":""2021-09-23""},{""time"":57374,""label"":""moved_brush"",""startDate"":""2021-05-08"",""endDate"":""2021-09-23""},{""time"":64658,""label"":""moved_brush"",""startDate"":""2021-05-08"",""endDate"":""2021-09-23""},{""time"":68016,""label"":""moved_brush"",""startDate"":""2021-06-09"",""endDate"":""2021-10-24""},{""time"":69520,""label"":""cleared_brush"",""using"":""Click""},{""time"":71383,""label"":""cleared_brush"",""using"":""Click""},{""time"":74383,""label"":""cleared_brush"",""using"":""Click""},{""time"":81595,""label"":""tour_next"",""step"":5},{""time"":86091,""label"":""cleared_brush"",""using"":""Click""},{""time"":86091,""label"":""cleared_brush"",""using"":""Escape""},{""time"":86709,""label"":""cleared_brush"",""using"":""Click""},{""time"":86710,""label"":""cleared_brush"",""using"":""Escape""},{""time"":90073,""label"":""tour_next"",""step"":5},{""time"":98015,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678932142663,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar,1,0,0,Negative,2.3,0,0,0,0.0,0.0,0,15.0,0.5,0.5,1,1.0,3 +2023-03-15 21:59:48,2023-03-15 22:12:55,0,100,787,1,2023-03-15 22:12:56,R_3f9lkpqQHBCFBYJ,39.6195,-86.1552,EN,1,61.213,1.0,2.0,2.0,9.4,15.017999999999999,100,100,35,25.901,59.115,1,1,42.148,-3,1,55.394,-1,36.117,15.011,6,5,6,6,6,6,It looks like any other chart/graph I've seen in the news showing Covid death numbers.,62.455,6,6,5,5,5,6,"I trust that the reported numbers represent the minimum of total deaths, and could actually be much higher. I know that Covid is dangerous and kills unvaccinated individuals at much higher rates than vaccinated ones.",70.453,2,It's sad that more people don't take Covid seriously.,56.426,2,7,3,4,1,5,6,19.917,6,9,5,7,8,2,11,10,Interesting study!,54.753,4,4,5,2,4,3,24.898000000000003,1,2.0,14.054,2,1982,Indiana,5,2,1,,7,,,5,4,1,121.538,6362ed6cd9d25c2306e67e41,"{""startTime"":1678932338017,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":2603,""label"":""hovered"",""timeHovered"":1182,""week"":""2022-01-17""}]}","{""startTime"":1678932244995,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932114058,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":7793,""label"":""hovered"",""timeHovered"":1181,""week"":""2021-12-20""},{""time"":9108,""label"":""hovered"",""timeHovered"":2917,""week"":""2021-12-27""},{""time"":22177,""label"":""tour_next"",""step"":2},{""time"":28086,""label"":""tour_end"",""step"":2},{""time"":31731,""label"":""hovered"",""timeHovered"":1151,""week"":""2021-04-19""},{""time"":39391,""label"":""hovered"",""timeHovered"":2158,""week"":""2021-12-27""},{""time"":41654,""label"":""hovered"",""timeHovered"":4121,""week"":""2022-01-03""},{""time"":46861,""label"":""hovered"",""timeHovered"":1358,""week"":""2022-01-10""},{""time"":49014,""label"":""hovered"",""timeHovered"":3135,""week"":""2022-01-17""}]}","{""startTime"":1678932229393,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":8461,""label"":""hovered"",""timeHovered"":2384,""week"":""2021-08-30""}]}",1,moderate,line,0,1,0,Positive,3.7,0,1,1,2.384,2.384,0,15.0,1.0,0.5,0,0.5,2 +2023-03-15 21:58:58,2023-03-15 22:13:10,0,100,851,1,2023-03-15 22:13:10,R_111kkbcXXG0q4cA,35.0535,-82.0582,EN,1,17.404,2.0,,2.0,4.71,15.033,50,64,44,43.504,39.662,1,1,115.51100000000001,1,1,130.273,-3,61.599,15.011,2,2,2,4,5,7,,41.285,2,5,3,7,2,2,I don't feel like it's acurate,22.469,4,,8.648,2,7,3,4,1,5,6,24.296,4,4,7,6,4,6,6,6,,18.383,4,4,4,2,4,4,30.386,5,1.0,16.851,2,1957,Wisconsin,2,2,1,,7,,,5,3,1,137.967,58e558cc728bea0001bbda24,"{""startTime"":1678932309202,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":652,""label"":""hovered"",""timeHovered"":4883,""week"":""2022-01-03""},{""label"":""window_blurred"",""time"":9042},{""label"":""window_focused"",""time"":15799}]}","{""startTime"":1678932227334,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":1495,""label"":""hovered"",""timeHovered"":2496,""week"":""2022-01-03""},{""time"":4015,""label"":""hovered"",""timeHovered"":6136,""week"":""2022-01-03""},{""time"":12431,""label"":""hovered"",""timeHovered"":5917,""week"":""2022-01-31""},{""label"":""window_blurred"",""time"":19579},{""label"":""window_focused"",""time"":31741}]}","{""startTime"":1678932054825,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":29,""label"":""tour_started""},{""time"":15310,""label"":""hovered"",""timeHovered"":6605,""week"":""2022-01-03""},{""time"":23840,""label"":""tour_next"",""step"":2},{""time"":33903,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932211501,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":9568,""label"":""hovered"",""timeHovered"":1846,""week"":""2022-01-03""},{""time"":11416,""label"":""hovered"",""timeHovered"":3789,""week"":""2022-01-03""}]}",1,simple,line,0,1,0,Negative,3.7,0,2,2,5.635,2.8175,1848,15.0,1.0,1.0,0,1.0,1 +2023-03-15 21:54:45,2023-03-15 22:13:36,0,100,1130,1,2023-03-15 22:13:37,R_3D25BlAhUYsZVVk,40.9509,-90.3658,EN,1,360.032,,,,,15.109000000000002,50,31,32,20.984,38.742,1,-1,95.07799999999999,-1,1,44.37,-1,40.503,15.110999999999999,3,3,3,4,3,4,,36.098,4,4,4,3,3,4,"I feel like with visualizations you choose one part of a really big set of information to prove a point on, so it's hard to say I trust it in full because I don't necessarily know the greater context it's being used in.",43.989,6,,20.246,2,7,3,4,1,5,6,16.878,4,4,1,7,8,4,9,9,,36.184,3,3,3,3,3,2,75.128,1,,24.959,2,2000,Illinois,6,3,1,,7,,,17,4,1,46.355,628796d280ab208970e125df,"{""startTime"":1678932458898,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932395118,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932242887,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":7458,""label"":""hovered"",""timeHovered"":1303,""week"":""2022-01-10""},{""time"":13607,""label"":""tour_next"",""step"":2},{""time"":20007,""label"":""tour_end"",""step"":2},{""time"":23013,""label"":""hovered"",""timeHovered"":3109,""week"":""2021-08-09""},{""time"":27181,""label"":""hovered"",""timeHovered"":1021,""week"":""2021-09-06""},{""time"":29421,""label"":""hovered"",""timeHovered"":1639,""week"":""2021-09-20""},{""time"":34654,""label"":""hovered"",""timeHovered"":1206,""week"":""2022-01-03""}]}","{""startTime"":1678932379561,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7637,""label"":""hovered"",""timeHovered"":4741,""week"":""2022-01-31""},{""time"":12384,""label"":""hovered"",""timeHovered"":1325,""week"":""2022-01-31""}]}",0,simple,line,1,0,0,Negative,2.8,0,2,2,6.066,3.033,4747,15.0,0.5,0.5,0,0.5,1 +2023-03-15 21:26:14,2023-03-15 22:14:01,0,100,2867,1,2023-03-15 22:14:02,R_1C737FxldDIboMB,33.4849,-86.8596,EN,1,1123.27,2.0,,1.0,4.952,15.009,56,33,50,20.132,107.854,-2,-2,116.648,-3,1,57.251000000000005,-2,59.658,15.02,3,3,3,5,5,3,,49.43899999999999,7,4,3,1,7,3,of course it could be made up but it could also be real!,25.747,4,,13.255999999999998,2,7,3,4,1,5,6,25.851999999999997,2,3,6,6,3,7,6,4,,31.796,2,3,5,2,4,2,55.996,4,5.0,18.805999999999997,2,1994,Alabama,2,2,1,,8,birmingham,,9,1,1,373.129,6139aed4f23d087290d96200,"{""startTime"":1678931661728,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931711756,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931477105,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":8542,""label"":""tour_next"",""step"":5},{""time"":19273,""label"":""tour_back"",""step"":5},{""time"":21960,""label"":""tour_next"",""step"":5},{""time"":27018,""label"":""cleared_brush"",""using"":""click""},{""time"":30950,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-08-25""},{""time"":36044,""label"":""moved_brush"",""startDate"":""2021-09-30"",""endDate"":""2022-02-13""},{""time"":41665,""label"":""moved_brush"",""startDate"":""2021-04-23"",""endDate"":""2021-09-06""},{""time"":51141,""label"":""moved_brush"",""startDate"":""2021-09-30"",""endDate"":""2022-02-13""},{""time"":52258,""label"":""tour_next"",""step"":5},{""time"":59881,""label"":""moved_brush"",""startDate"":""2021-09-30"",""endDate"":""2022-02-13""},{""time"":64956,""label"":""tour_next"",""step"":5},{""time"":70309,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-08-25""},{""time"":79464,""label"":""moved_brush"",""startDate"":""2021-09-30"",""endDate"":""2022-02-13""},{""time"":88711,""label"":""cleared_brush"",""using"":""click""},{""time"":92011,""label"":""started_brush"",""startDate"":""2021-06-16"",""endDate"":""2022-02-13""},{""time"":92815,""label"":""tour_next"",""step"":5},{""time"":103858,""label"":""tour_end"",""step"":5},{""time"":106796,""label"":""moved_brush"",""startDate"":""2021-06-16"",""endDate"":""2022-02-13""}]}","{""startTime"":1678931646186,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line,2,0,0,Neutral,3.0,0,0,0,0.0,0.0,0,15.0,0.0,0.5,0,0.0,3 +2023-03-15 22:05:55,2023-03-15 22:14:02,0,100,487,1,2023-03-15 22:14:03,R_BWbQzybBBAl6USJ,35.1494,-85.3384,EN,1,6.24,1.0,2.0,1.0,3.609,15.014000000000001,100,84,50,34.899,32.141,1,1,63.037,-3,-3,38.425,1,59.354,15.011,2,4,3,6,6,2,,46.448,5,6,6,1,6,5,"The data is easy to understand, the bar graph represents the data well",21.401,1,,4.617,2,7,3,4,1,5,6,10.931,1,1,8,6,1,1,9,9,,17.967,5,5,5,1,5,5,14.505,6,1.0,10.838,2,1968,Tennessee,7,3,1,,7,,,17,4,1,49.879,5eb83f00de449a08d23547dd,"{""startTime"":1678932542948,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":18,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3537,""week"":""6"",""id"":""chart""},{""time"":10272,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1033,""week"":""52"",""id"":""chart2""},{""time"":33422,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1193,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678932589881,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":5146,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2793,""week"":""52"",""id"":""chart2""}]}","{""startTime"":1678932431105,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":5131,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1334,""week"":""1"",""id"":""chart""},{""time"":8648,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3316,""week"":""1"",""id"":""chart""},{""time"":11966,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4965,""week"":""52"",""id"":""chart""},{""time"":17065,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1600,""week"":""5"",""id"":""chart""},{""time"":20595,""label"":""tour_next"",""step"":2},{""time"":23283,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1865,""week"":""3"",""id"":""chart2""},{""time"":25498,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1216,""week"":""52"",""id"":""chart2""},{""time"":29562,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932527366,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":7069,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1105,""week"":""1"",""id"":""chart""}]}",1,simple,bar,0,1,0,Positive,4.3,0,1,1,1.105,1.105,0,15.0,1.0,0.0,1,1.0,1 +2023-03-15 22:05:09,2023-03-15 22:14:07,0,100,537,1,2023-03-15 22:14:07,R_3HgY11Psv5I7yHl,34.0264,-117.936,EN,1,14.91,,,,,15.008,93,92,88,10.093,110.152,1,1,37.301,1,1,45.707,1,56.493,15.137,6,6,6,6,6,6,I like that I can zoom into a specific timeline and see the stats from that window,28.64,5,5,6,5,5,5,I think the visualization is presented well and I can easily understand it,15.251,5,,4.895,2,7,3,4,1,5,6,13.764000000000001,6,5,3,9,7,7,10,8,,22.686,3,4,5,2,4,3,13.672,4,,12.107999999999999,2,1986,California,3,1,1,,9,,La Puente,4,3,1,80.639,59c3289b8e6ea10001f7b926,"{""startTime"":1678932542090,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932572968,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932358315,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":20,""label"":""tour_started""},{""time"":2188,""label"":""hovered"",""timeHovered"":1466,""week"":""2021-11-29""},{""time"":23273,""label"":""tour_next"",""step"":5},{""time"":36340,""label"":""tour_back"",""step"":5},{""time"":37067,""label"":""hovered"",""timeHovered"":2206,""week"":""2021-12-13""},{""time"":42974,""label"":""tour_next"",""step"":5},{""time"":46510,""label"":""tour_back"",""step"":5},{""time"":68002,""label"":""tour_next"",""step"":5},{""time"":70024,""label"":""cleared_brush"",""using"":""click""},{""time"":70643,""label"":""cleared_brush"",""using"":""click""},{""time"":71325,""label"":""started_brush"",""startDate"":""2021-08-08"",""endDate"":""2021-11-13""},{""time"":73215,""label"":""tour_next"",""step"":5},{""time"":75689,""label"":""moved_brush"",""startDate"":""2021-07-02"",""endDate"":""2021-10-08""},{""time"":78122,""label"":""moved_brush"",""startDate"":""2021-08-03"",""endDate"":""2021-11-08""},{""time"":78696,""label"":""tour_next"",""step"":5},{""time"":81087,""label"":""moved_brush"",""startDate"":""2021-07-20"",""endDate"":""2021-10-25""},{""time"":81634,""label"":""moved_brush"",""startDate"":""2021-07-20"",""endDate"":""2021-10-25""},{""time"":82518,""label"":""moved_brush"",""startDate"":""2021-06-13"",""endDate"":""2021-09-18""},{""time"":83252,""label"":""cleared_brush"",""using"":""click""},{""time"":83255,""label"":""cleared_brush"",""using"":""Escape""},{""time"":84216,""label"":""tour_next"",""step"":5},{""time"":86985,""label"":""tour_end"",""step"":5},{""time"":101097,""label"":""started_brush"",""startDate"":""2021-08-11"",""endDate"":""2021-12-29""},{""time"":108421,""label"":""moved_brush"",""startDate"":""2021-09-25"",""endDate"":""2022-02-13""}]}","{""startTime"":1678932526017,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":6029,""label"":""started_brush"",""startDate"":""2021-12-01"",""endDate"":""2021-12-27""},{""time"":6633,""label"":""hovered"",""timeHovered"":1088,""week"":""2021-12-20""},{""time"":9343,""label"":""hovered"",""timeHovered"":3007,""week"":""2021-12-20""}]}",0,complex,line,0,1,0,Positive,3.5,1,3,2,4.095,2.0475,3314,15.0,1.0,1.0,1,1.0,3 +2023-03-15 22:06:04,2023-03-15 22:14:10,0,100,486,1,2023-03-15 22:14:11,R_3rM1UpuMbUK6Ghu,42.3975,-83.3733,EN,1,3.845,,,,,15.123,58,87,69,31.171,25.72,1,1,99.23299999999999,-3,1,48.3,1,50.135,15.06,4,4,4,4,5,4,,15.382,4,5,5,4,4,4,it looks logical but i dont know where the data comes from,35.834,5,,4.166,2,7,3,4,1,5,6,16.015,4,5,8,7,5,6,9,9,,13.46,4,4,3,4,4,3,9.602,5,,4.9510000000000005,2,1998,Michigan,7,3,1,,7,,,9,4,1,50.633,60fe134bea0a58a6b9d96ee3,"{""startTime"":1678932564387,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932510281,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932419645,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":4,""label"":""tour_started""},{""time"":22440,""label"":""tour_next"",""step"":2},{""time"":24209,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932494532,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,line,1,1,0,Positive,3.7,0,0,0,0.0,0.0,0,15.0,1.0,0.5,1,0.5,2 +2023-03-15 22:02:08,2023-03-15 22:14:17,0,100,728,1,2023-03-15 22:14:18,R_2YfHrVRcjFweuny,34.5804,-84.9433,EN,1,9.11,,,,,16.125999999999998,70,39,25,33.766999999999996,44.045,-3,1,54.97,-3,-3,128.352,-1,39.257,16.275,3,5,3,5,5,3,,23.333000000000002,3,5,4,5,5,4,You never really know for sure how much something is according to graphs.,45.041000000000004,3,,7.399,2,7,3,4,1,5,6,20.859,5,4,8,2,3,3,6,10,,20.936999999999998,1,1,1,5,1,1,23.587,5,,5.517,2,1965,Georgia,2,2,1,,7,,,13,2,1,179.36,5d649652adc4e8001a2d258d,"{""startTime"":1678932390597,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932315929,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932197338,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":20,""label"":""tour_started""},{""time"":8852,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7250,""week"":""4"",""id"":""chart""},{""time"":17851,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1610,""week"":""6"",""id"":""chart""},{""time"":21331,""label"":""tour_next"",""step"":2},{""time"":34851,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2094,""week"":""52"",""id"":""chart2""},{""time"":42629,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932298150,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,bar,0,0,0,Neutral,1.7,0,0,0,0.0,0.0,0,15.0,0.5,0.0,0,0.5,1 +2023-03-15 21:58:40,2023-03-15 22:15:00,0,100,979,1,2023-03-15 22:15:01,R_3G0MrkmAaPvWC5t,29.9046,-90.0501,EN,1,18.875,1.0,4.0,2.0,7.287000000000001,15.027000000000001,97,95,44,72.196,120.50200000000001,1,-3,79.388,-2,1,97.949,-1,28.701999999999998,15.12,5,4,5,4,5,5,"No additional thoughts, but it does stress the importance and timeliness of being vaccinated more than once. ",69.138,5,5,5,3,4,5,"The data seems accurate, especially seeing a comparison. Also, it makes a strong case about the importance of being vaccinated, but also encourages me to continually get vaccinated as there as surges here and there in time. ",57.159,6,,11.914000000000001,2,7,3,4,1,5,6,26.444000000000003,4,6,5,7,9,5,10,9,,28.906,4,3,4,2,3,4,40.806999999999995,2,1.0,18.252,2,1963,Louisiana,6,1,1,,3,,,9,3,1,147.65200000000002,62a9513ae9305607fd5af01a,"{""startTime"":1678932438408,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932290059,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":183,""label"":""hovered"",""timeHovered"":1091,""week"":""2021-07-26""},{""time"":15261,""label"":""hovered"",""timeHovered"":2591,""week"":""2021-08-09""},{""time"":21341,""label"":""hovered"",""timeHovered"":1179,""week"":""2021-08-23""}]}","{""startTime"":1678932052083,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":1579,""label"":""hovered"",""timeHovered"":4459,""week"":""2021-09-20""},{""time"":20187,""label"":""hovered"",""timeHovered"":8698,""week"":""2022-01-17""},{""time"":32286,""label"":""hovered"",""timeHovered"":3735,""week"":""2022-01-10""},{""time"":36854,""label"":""hovered"",""timeHovered"":5097,""week"":""2022-02-07""},{""time"":42369,""label"":""hovered"",""timeHovered"":1715,""week"":""2022-02-07""},{""time"":46784,""label"":""hovered"",""timeHovered"":6784,""week"":""2021-08-23""},{""time"":53868,""label"":""hovered"",""timeHovered"":1783,""week"":""2021-09-13""},{""time"":57484,""label"":""hovered"",""timeHovered"":1168,""week"":""2022-02-07""},{""time"":59991,""label"":""hovered"",""timeHovered"":5910,""week"":""2022-01-31""},{""time"":67618,""label"":""hovered"",""timeHovered"":3499,""week"":""2022-01-10""},{""time"":71734,""label"":""hovered"",""timeHovered"":1726,""week"":""2022-01-17""},{""time"":76789,""label"":""tour_next"",""step"":2},{""time"":84892,""label"":""tour_end"",""step"":2},{""time"":86617,""label"":""hovered"",""timeHovered"":1597,""week"":""2022-01-24""},{""time"":90671,""label"":""hovered"",""timeHovered"":3979,""week"":""2021-06-14""},{""time"":101867,""label"":""hovered"",""timeHovered"":2527,""week"":""2022-01-03""},{""time"":105354,""label"":""hovered"",""timeHovered"":1536,""week"":""2022-01-03""},{""time"":106939,""label"":""hovered"",""timeHovered"":1277,""week"":""2022-01-03""},{""time"":110808,""label"":""hovered"",""timeHovered"":6326,""week"":""2021-12-20""}]}","{""startTime"":1678932274387,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":9741,""label"":""hovered"",""timeHovered"":2297,""week"":""2021-08-16""}]}",1,moderate,line,0,1,0,Positive,3.3,0,1,1,2.2969999999999997,2.2969999999999997,0,15.0,0.5,0.5,0,0.5,2 +2023-03-15 21:57:13,2023-03-15 22:15:02,0,100,1068,1,2023-03-15 22:15:02,R_28IkVKoHGyomj05,33.9168,-118.3432,EN,1,69.66199999999999,,,,,15.011,95,88,68,202.583,34.169000000000004,1,-2,45.833,-2,1,52.858999999999995,-1,23.971999999999998,15.110999999999999,6,6,4,6,5,4,,19.226,4,4,5,6,4,4,All of the information on the graph looks like it resembles the legend accurately. ,32.688,3,,235.296,2,7,3,4,1,5,6,12.005,7,8,10,8,10,9,10,10,,12.554,2,4,4,3,4,2,19.387,4,,6.732,1,1997,California,6,3,1,,3,,,7,3,1,230.06599999999997,5e9b5d5193295f05c902b8d2,"{""startTime"":1678932277890,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932228814,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":1730,""label"":""hovered"",""timeHovered"":1166,""week"":""2022-01-31""}]}","{""startTime"":1678932131773,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":22553,""label"":""tour_next"",""step"":2},{""time"":27541,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932212903,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":11273,""label"":""hovered"",""timeHovered"":1499,""week"":""2021-12-27""}]}",0,simple,line,0,1,0,Positive,3.2,0,1,1,1.499,1.499,0,15.0,0.5,0.5,0,0.5,1 +2023-03-15 21:58:04,2023-03-15 22:15:07,0,100,1022,1,2023-03-15 22:15:08,R_1py74DHwkUeom5y,34.0544,-118.2441,EN,1,28.861,1.0,4.0,2.0,13.927999999999999,15.2,94,94,28,65.281,240.327,1,1,89.64399999999999,1,1,80.836,1,52.452,15.125,5,3,5,5,5,5,Surprising that the oldest demographic didn't rate the highest incidents of Covid 19.,71.586,3,5,5,3,5,5,I have no reason do doubt that this is accurate information.,21.488000000000003,5,no,16.034000000000002,2,7,3,4,1,5,6,24.683000000000003,4,6,6,4,8,3,10,10,no,39.424,4,4,4,2,4,4,30.184,3,1.0,18.291,1,1957,California,6,3,1,,7,,,3,4,1,95.025,5ea72b8aedd4c90da065607c,"{""startTime"":1678932374584,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932447754,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932062380,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":69,""label"":""tour_started""},{""time"":10103,""label"":""hovered"",""timeHovered"":16305,""week"":""2021-06-21""},{""time"":27554,""label"":""hovered"",""timeHovered"":23231,""week"":""2021-08-16""},{""time"":52594,""label"":""hovered"",""timeHovered"":7272,""week"":""2021-10-18""},{""time"":66726,""label"":""hovered"",""timeHovered"":5527,""week"":""2022-01-10""},{""time"":75144,""label"":""hovered"",""timeHovered"":1659,""week"":""2022-01-31""},{""time"":76804,""label"":""hovered"",""timeHovered"":3585,""week"":""2022-01-31""},{""time"":80641,""label"":""hovered"",""timeHovered"":7519,""week"":""2022-01-31""},{""time"":88161,""label"":""hovered"",""timeHovered"":1577,""week"":""2022-01-31""},{""time"":90868,""label"":""hovered"",""timeHovered"":1228,""week"":""2022-01-31""},{""time"":92545,""label"":""hovered"",""timeHovered"":17632,""week"":""2022-01-24""},{""time"":117413,""label"":""tour_next"",""step"":5},{""time"":134107,""label"":""cleared_brush"",""using"":""click""},{""time"":141188,""label"":""tour_back"",""step"":5},{""time"":160002,""label"":""tour_next"",""step"":5},{""time"":178761,""label"":""started_brush"",""startDate"":""2021-06-04"",""endDate"":""2022-01-09""},{""time"":180331,""label"":""tour_next"",""step"":5},{""time"":190245,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-16""},{""time"":193083,""label"":""moved_brush"",""startDate"":""2021-06-02"",""endDate"":""2022-01-07""},{""time"":193961,""label"":""tour_next"",""step"":5},{""time"":203813,""label"":""cleared_brush"",""using"":""click""},{""time"":203820,""label"":""cleared_brush"",""using"":""Escape""},{""time"":209788,""label"":""started_brush"",""startDate"":""2021-05-31"",""endDate"":""2021-09-13""},{""time"":210830,""label"":""tour_next"",""step"":5},{""time"":217758,""label"":""tour_end"",""step"":5},{""time"":223292,""label"":""hovered"",""timeHovered"":1160,""week"":""2021-08-09""},{""time"":229869,""label"":""hovered"",""timeHovered"":2063,""week"":""2021-07-19""}]}","{""startTime"":1678932357856,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line,0,1,0,Positive,3.7,0,0,0,0.0,0.0,0,15.0,1.0,1.0,1,1.0,3 +2023-03-15 22:04:12,2023-03-15 22:15:11,0,100,659,1,2023-03-15 22:15:13,R_22zckpgMVfJ5Bde,34.2243,-77.8849,EN,1,10.897,,,,,15.109000000000002,93,97,89,16.8,42.824,1,1,65.27600000000001,-1,1,57.86,1,19.175,15.114,3,5,3,5,6,4,,23.796999999999997,5,5,5,7,7,5,The information is well put together,15.159,3,,28.283,2,7,3,4,1,5,6,21.288,2,2,7,4,3,6,6,5,,144.459,2,2,2,2,2,4,60.902,6,,3.302,2,2001,North Carolina,6,2,1,,7,,,1,2,2,57.802,6109799a92fb44f6c1a86e38,"{""startTime"":1678932438404,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932389788,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932311298,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":7437,""label"":""tour_next"",""step"":5},{""time"":14043,""label"":""cleared_brush"",""using"":""click""},{""time"":15177,""label"":""cleared_brush"",""using"":""click""},{""time"":22102,""label"":""started_brush"",""startDate"":""2021-05-08"",""endDate"":""2021-09-19""},{""time"":23280,""label"":""tour_next"",""step"":5},{""time"":30031,""label"":""moved_brush"",""startDate"":""2021-07-27"",""endDate"":""2021-12-09""},{""time"":30960,""label"":""tour_next"",""step"":5},{""time"":33963,""label"":""cleared_brush"",""using"":""click""},{""time"":33967,""label"":""cleared_brush"",""using"":""Escape""},{""time"":35027,""label"":""tour_next"",""step"":5},{""time"":37137,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678932374154,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":6075,""label"":""hovered"",""timeHovered"":2553,""week"":""2022-01-03""}]}",0,complex,line,0,1,0,Positive,2.3,0,1,1,2.553,2.553,0,15.0,1.0,0.5,1,1.0,3 +2023-03-15 22:01:00,2023-03-15 22:15:31,0,100,871,1,2023-03-15 22:15:32,R_3Op6BGI7OZGOoio,30.6411,-97.7511,EN,1,11.402000000000001,,,,,15.009,84,70,64,30.601,36.034,1,-2,50.185,-2,1,46.801,1,83.795,15.117,3,3,4,5,2,3,,185.74599999999998,4,5,5,5,3,3,I trust the way it's presented but I am always skeptical about information on the internet until I can find verification.,46.135,3,,13.417,2,7,3,4,1,5,6,22.743000000000002,5,6,5,6,7,5,9,9,,34.338,3,3,5,2,3,4,48.738,2,,9.743,2,1983,Texas,6,2,1,,7,,,14,4,1,136.849,5d5464629b7c4e000188782d,"{""startTime"":1678932331854,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":1662},{""label"":""window_focused"",""time"":39599}]}","{""startTime"":1678932240903,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932138014,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":13303,""label"":""tour_next"",""step"":2},{""time"":20878,""label"":""tour_end"",""step"":2},{""time"":27528,""label"":""hovered"",""timeHovered"":6514,""week"":""2022-01-03""}]}","{""startTime"":1678932225101,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":4749,""label"":""hovered"",""timeHovered"":2217,""week"":""2021-12-27""}]}",0,simple,line,1,1,0,Neutral,3.3,0,1,1,2.217,2.217,0,15.0,0.5,0.5,1,0.5,1 +2023-03-15 22:04:17,2023-03-15 22:15:33,0,100,675,1,2023-03-15 22:15:33,R_1CwoJfTknS05Ul2,37.9387,-122.3661,EN,1,6.98,,,,,15.107000000000001,87,100,95,38.569,93.536,1,-2,93.18799999999999,1,-3,85.045,1,50.16,15.015,5,3,5,5,6,5,,26.063000000000002,4,5,5,3,4,5,I trust this visualization because it seems credible based on the data and effort put into creating the chart.,49.662,4,,10.757,2,7,3,4,1,5,6,18.732,6,8,6,9,8,7,10,10,,25.177,4,4,5,2,3,4,25.363000000000003,2,,5.702000000000001,1,1994,California,6,1,1,,9,,Los Altos Hills,6,4,1,64.45,6245c8c532cdc22633ecbf3f,"{""startTime"":1678932562362,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932485230,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":23,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1263,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678932324753,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":11840,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1482,""week"":""51"",""id"":""chart""},{""time"":13622,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3749,""week"":""52"",""id"":""chart""},{""time"":20840,""label"":""tour_next"",""step"":5},{""time"":39981,""label"":""cleared_brush"",""using"":""Click""},{""time"":50273,""label"":""started_brush"",""startDate"":""2021-08-07"",""endDate"":""2021-11-22""},{""time"":51940,""label"":""tour_next"",""step"":5},{""time"":61650,""label"":""moved_brush"",""startDate"":""2021-10-22"",""endDate"":""2022-02-07""},{""time"":62950,""label"":""tour_next"",""step"":5},{""time"":67317,""label"":""cleared_brush"",""using"":""Click""},{""time"":67317,""label"":""cleared_brush"",""using"":""Escape""},{""time"":69601,""label"":""tour_next"",""step"":5},{""time"":74601,""label"":""tour_end"",""step"":5},{""time"":76866,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2094,""week"":""52"",""id"":""chart""},{""time"":86482,""label"":""started_brush"",""startDate"":""2021-04-17"",""endDate"":""2021-09-28""}]}","{""startTime"":1678932469687,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":5827,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1069,""week"":""52"",""id"":""chart""},{""time"":7605,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2574,""week"":""1"",""id"":""chart""}]}",0,complex,bar,1,0,0,Positive,3.7,0,2,2,3.6430000000000002,1.8215,1778,15.0,0.5,0.5,1,1.0,3 +2023-03-15 22:06:06,2023-03-15 22:15:36,0,100,569,1,2023-03-15 22:15:37,R_26o8MnxQrmV4FLw,31.1455,-81.4981,EN,1,12.328,,,,,15.005999999999998,71,77,45,22.113000000000003,23.604,1,1,49.412,-3,-3,63.299,1,44.526,15.107000000000001,4,7,3,5,5,4,,29.429000000000002,7,5,3,7,7,4,"It doesn't seem like there is a reason to be fraudulent, but without research I can't say I fully trust it.",23.534000000000002,5,,12.907,2,7,3,4,1,5,6,25.055,5,6,7,6,6,6,10,10,,20.993000000000002,3,4,4,1,4,3,25.289,2,,5.185,2,1972,Georgia,6,2,1,,7,,,7,4,1,72.84100000000001,6266a87a7adacd7a91cabc93,"{""startTime"":1678932624054,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932566835,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":6776,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1383,""week"":""14"",""id"":""chart""}]}","{""startTime"":1678932477132,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":5515,""label"":""tour_next"",""step"":2},{""time"":9423,""label"":""tour_end"",""step"":2},{""time"":10907,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1840,""week"":""49"",""id"":""chart2""},{""time"":12868,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1465,""week"":""47"",""id"":""chart2""},{""time"":15033,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1679,""week"":""52"",""id"":""chart2""},{""time"":17666,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1489,""week"":""52"",""id"":""chart""},{""time"":19182,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1022,""week"":""51"",""id"":""chart""},{""time"":20393,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1718,""week"":""5"",""id"":""chart""}]}","{""startTime"":1678932551244,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":6580,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1098,""week"":""50"",""id"":""chart""}]}",0,simple,bar,1,0,0,Positive,3.2,0,1,1,1.0979999999999999,1.0979999999999999,0,15.0,1.0,0.0,1,1.0,1 +2023-03-15 22:01:41,2023-03-15 22:15:59,0,100,858,1,2023-03-15 22:15:59,R_2967QleNcDJjoPS,26.2516,-98.2271,EN,1,16.744,1.0,3.0,2.0,7.5360000000000005,15.107999999999999,100,100,100,23.849,45.138000000000005,1,1,85.148,-3,-3,100.971,1,71.971,15.015,3,3,3,6,5,3,A pretty standard data set. An option to zoom in on the graphs would be nice.,73.30199999999999,3,6,4,1,4,6,Does seem in line with previous COVID case graphs I have seen.,35.486999999999995,3,The graphs are a bit hard to see clearly.,30.502,2,7,3,4,1,5,6,14.939,1,1,1,1,1,1,11,1,Most of these are very corrupt and disorderly currently in the US. No trust can be had to these systems that are broken and flawed.,157.597,5,5,5,1,5,5,21.555999999999997,1,1.0,12.357999999999999,1,1994,Texas,3,2,1,,4,,,19,4,1,82.42399999999999,5e455faf462e0802d9d9c3e2,"{""startTime"":1678932325626,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":32067,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1065,""week"":""1"",""id"":""chart2""}]}","{""startTime"":1678932399622,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932178187,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":24,""label"":""tour_started""},{""time"":12805,""label"":""tour_next"",""step"":2},{""time"":21856,""label"":""tour_end"",""step"":2},{""time"":37597,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1199,""week"":""14"",""id"":""chart2""}]}","{""startTime"":1678932309704,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":5780,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1048,""week"":""4"",""id"":""chart""},{""time"":8929,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1049,""week"":""52"",""id"":""chart2""}]}",1,simple,bar,0,1,0,Positive,4.3,0,2,2,2.097,1.0485,3149,15.0,1.0,0.0,1,1.0,1 +2023-03-15 22:08:16,2023-03-15 22:16:17,0,100,480,1,2023-03-15 22:16:18,R_1LoOxZ4qRBWi3XB,45.0139,-93.1545,EN,1,10.289000000000001,,,,,15.011,92,93,55,15.152000000000001,63.846000000000004,1,1,46.06,1,1,29.486,1,36.58,16.825,6,6,4,6,6,6,,18.993,6,6,6,2,4,5,"It looks clear and easy to understand, the data is most likely verifiable",75.03,6,,5.334,2,7,3,4,1,5,6,8.118,3,7,9,7,9,7,9,10,,10.265999999999998,3,4,3,4,4,2,15.782,3,,4.814,2,1982,Minnesota,7,3,1,,9,,roseville,12,1,1,35.339,614fe09fec9ce4a2a415476d,"{""startTime"":1678932777653,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_focused"",""time"":3417}]}","{""startTime"":1678932670461,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_focused"",""time"":19492}]}","{""startTime"":1678932549716,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":67,""label"":""tour_started""},{""label"":""window_focused"",""time"":3488},{""time"":9372,""label"":""tour_next"",""step"":5},{""label"":""window_blurred"",""time"":21633},{""label"":""window_focused"",""time"":29806},{""time"":38741,""label"":""started_brush"",""startDate"":""2021-07-05"",""endDate"":""2021-10-05""},{""time"":41213,""label"":""tour_next"",""step"":5},{""time"":45391,""label"":""moved_brush"",""startDate"":""2021-06-13"",""endDate"":""2021-09-13""},{""time"":46252,""label"":""tour_next"",""step"":5},{""time"":53129,""label"":""cleared_brush"",""using"":""click""},{""time"":54280,""label"":""tour_next"",""step"":5},{""time"":56839,""label"":""tour_end"",""step"":5},{""label"":""window_blurred"",""time"":58257},{""label"":""window_focused"",""time"":61580}]}","{""startTime"":1678932652004,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_focused"",""time"":1737},{""label"":""window_blurred"",""time"":5066}]}",0,complex,line,0,2,0,Positive,3.3,0,0,0,0.0,0.0,0,3.3289999999999997,1.0,1.0,1,1.0,3 +2023-03-15 21:52:53,2023-03-15 22:16:35,0,100,1421,1,2023-03-15 22:16:36,R_yOzJSoUUC5Ml7d7,35.0812,-92.4722,EN,1,4.726,1.0,4.0,1.0,9.556000000000001,15.012,100,100,65,64.194,34.874,1,1,36.245,1,1,91.25200000000001,-1,96.53,15.110999999999999,5,5,5,6,6,5,,38.611,5,5,5,5,5,5,I trust it so far as I trust the the givers of this survey. It would not surprise me in any way if the data is correct. I could also see it being incorrect for the purposes of the survey.,97.42399999999999,4,,15.532,2,7,3,4,1,5,6,17.129,1,2,1,1,6,1,10,9,,36.393,3,3,5,3,4,3,50.733999999999995,2,1.0,14.082,1,1983,Arkansas,6,1,1,,7,,,5,4,2,113.81299999999999,57a12661913c7100019767b7,"{""startTime"":1678932377846,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932416800,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932290295,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":4,""label"":""tour_started""},{""time"":9374,""label"":""hovered"",""timeHovered"":2376,""week"":""2021-12-27""},{""time"":12386,""label"":""tour_next"",""step"":2},{""time"":17801,""label"":""tour_end"",""step"":2},{""time"":18687,""label"":""hovered"",""timeHovered"":1060,""week"":""2021-12-20""},{""time"":23331,""label"":""hovered"",""timeHovered"":1782,""week"":""2021-08-16""},{""time"":29551,""label"":""hovered"",""timeHovered"":1502,""week"":""2022-01-03""}]}","{""startTime"":1678932362165,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":6383,""label"":""hovered"",""timeHovered"":1174,""week"":""2021-09-27""}]}",1,simple,line,1,1,0,Positive,3.5,0,1,1,1.1740000000000002,1.1740000000000002,0,15.0,1.0,1.0,0,1.0,1 +2023-03-15 21:54:30,2023-03-15 22:16:40,0,100,1329,1,2023-03-15 22:16:40,R_21tz0YGR8eIGTd9,38.783,-90.6351,EN,1,225.862,,,,,15.012,57,29,41,17.336,415.745,1,1,155.322,-3,-3,28.401999999999997,-1,21.412,15.011,4,4,3,4,3,4,,20.529,3,3,2,2,2,2,No sources to back up this information. it is hearsay.,14.79,4,,11.927999999999999,2,7,3,4,1,5,6,24.717,4,8,4,7,7,9,7,5,,19.125999999999998,2,3,4,4,3,4,10.835,4,,7.734,1,2002,Missouri,6,1,1,,9,,Wright City,7,2,1,289.173,610323ee2d67fc117e7ef300,"{""startTime"":1678932557056,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":18314},{""label"":""window_focused"",""time"":19829}]}","{""startTime"":1678932527680,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931939315,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":34,""label"":""tour_started""},{""time"":407825,""label"":""tour_next"",""step"":2},{""time"":413452,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932512517,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,bar,1,0,0,Negative,3.3,0,0,0,0.0,0.0,0,15.0,1.0,0.0,0,1.0,1 +2023-03-15 21:55:11,2023-03-15 22:17:33,0,100,1342,1,2023-03-15 22:17:34,R_1kRZ1GA9dkDVGnW,36.1214,-115.141,EN,1,16.666,,,,,15.110999999999999,93,87,64,82.29899999999999,296.181,1,1,217.202,1,-3,120.495,1,158.66,15.112,3,3,3,4,5,3,,59.727,3,4,4,1,3,3,I have not been given any reason to trust or distrust the visualization/data so I can't say one way or the other.,70.604,5,,12.649000000000001,2,7,3,4,1,5,6,40.702,8,7,5,5,9,9,11,11,,31.403000000000002,1,1,1,5,2,1,34.997,2,,6.0,1,1974,Nevada,2,2,1,,7,,,2,4,2,57.994,5f9e612e5e10814115cc780d,"{""startTime"":1678932310419,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932371312,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":7421,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1063,""week"":""50"",""id"":""chart""}]}","{""startTime"":1678931838399,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":28,""label"":""tour_started""},{""time"":33167,""label"":""tour_next"",""step"":5},{""time"":69584,""label"":""cleared_brush"",""using"":""Click""},{""time"":77861,""label"":""cleared_brush"",""using"":""Click""},{""time"":80997,""label"":""cleared_brush"",""using"":""Click""},{""time"":82666,""label"":""cleared_brush"",""using"":""Click""},{""time"":83831,""label"":""cleared_brush"",""using"":""Click""},{""time"":84454,""label"":""cleared_brush"",""using"":""Click""},{""time"":88239,""label"":""tour_back"",""step"":5},{""time"":89423,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":2551,""week"":""51"",""id"":""chart""},{""time"":93893,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1163,""week"":""1"",""id"":""chart""},{""time"":96301,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1689,""week"":""31"",""id"":""chart""},{""time"":101261,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":3395,""week"":""2"",""id"":""chart""},{""time"":114258,""label"":""tour_next"",""step"":5},{""time"":116665,""label"":""cleared_brush"",""using"":""Click""},{""time"":118124,""label"":""cleared_brush"",""using"":""Click""},{""time"":123607,""label"":""moved_brush"",""startDate"":""2021-08-25"",""endDate"":""2022-02-07""},{""time"":126213,""label"":""cleared_brush"",""using"":""Click""},{""time"":134287,""label"":""cleared_brush"",""using"":""Click""},{""time"":139728,""label"":""cleared_brush"",""using"":""Click""},{""time"":147087,""label"":""cleared_brush"",""using"":""Click""},{""time"":149045,""label"":""cleared_brush"",""using"":""Click""},{""time"":154031,""label"":""moved_brush"",""startDate"":""2021-08-10"",""endDate"":""2022-01-29""},{""time"":157806,""label"":""moved_brush"",""startDate"":""2021-08-10"",""endDate"":""2021-12-13""},{""label"":""window_blurred"",""time"":161322},{""label"":""window_focused"",""time"":246215},{""time"":258867,""label"":""started_brush"",""startDate"":""2021-12-30"",""endDate"":""2022-01-23""},{""time"":261556,""label"":""tour_next"",""step"":5},{""time"":267801,""label"":""moved_brush"",""startDate"":""2021-09-16"",""endDate"":""2022-01-23""},{""time"":269384,""label"":""tour_next"",""step"":5},{""time"":278496,""label"":""cleared_brush"",""using"":""Click""},{""time"":279673,""label"":""tour_next"",""step"":5},{""time"":291419,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678932294507,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,bar,0,0,0,Neutral,1.8,0,0,0,0.0,0.0,0,15.0,1.0,0.5,1,1.0,3 +2023-03-15 22:08:12,2023-03-15 22:17:35,0,100,563,1,2023-03-15 22:17:36,R_3nkqKWy7GvpDzuc,43.4219,-88.1847,EN,1,3.245,1.0,2.0,2.0,3.0269999999999997,15.11,67,79,32,7.702000000000001,35.416,-2,-3,28.614,-3,1,37.27,1,33.798,15.014000000000001,5,4,5,4,4,5,,13.282,3,3,3,7,2,4,"I think that the data feels valid, but it has no context to how the data was populated or received and compiled.",21.783,5,,2.1630000000000003,2,7,3,4,1,5,6,11.102,5,7,8,9,4,7,9,10,,12.337,4,2,3,4,3,3,8.436,3,4.0,5.501,1,1995,Wisconsin,6,2,1,,7,,,11,3,1,58.821999999999996,628eabb243fb4a73e29d9385,"{""startTime"":1678932615447,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932629446,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932529547,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":17,""label"":""tour_started""},{""time"":2282,""label"":""tour_next"",""step"":5},{""time"":21362,""label"":""cleared_brush"",""using"":""Click""},{""time"":21791,""label"":""cleared_brush"",""using"":""Click""},{""time"":22820,""label"":""started_brush"",""startDate"":""2021-08-21"",""endDate"":""2021-11-19""},{""time"":24002,""label"":""tour_next"",""step"":5},{""time"":27228,""label"":""moved_brush"",""startDate"":""2021-10-05"",""endDate"":""2021-11-19""},{""time"":27836,""label"":""tour_next"",""step"":5},{""time"":30167,""label"":""cleared_brush"",""using"":""Click""},{""time"":31162,""label"":""tour_next"",""step"":5},{""time"":33734,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678932599755,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":5135,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2705,""week"":""51"",""id"":""chart""},{""time"":7866,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1575,""week"":""52"",""id"":""chart""},{""time"":9462,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1059,""week"":""1"",""id"":""chart""},{""time"":12040,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1460,""week"":""2"",""id"":""chart""}]}",1,complex,bar,1,0,0,Negative,3.2,0,4,4,6.7989999999999995,1.69975,6905,15.0,0.0,0.5,1,1.0,3 +2023-03-15 22:11:50,2023-03-15 22:17:56,0,100,365,1,2023-03-15 22:17:56,R_2rAhc4e6oPoVxx7,33.4948,-117.0954,EN,1,15.683,1.0,3.0,2.0,5.837999999999999,15.008,100,100,0,14.93,40.847,1,-2,25.885,-2,1,27.878,1,9.827,15.01,6,6,6,6,6,6,,20.682,6,6,6,6,6,6,I feel the data matches my idea,17.205,5,,9.068,2,7,3,4,1,5,6,20.086,2,5,1,8,8,6,10,7,,18.605999999999998,5,5,5,5,5,5,17.704,5,4.0,9.008,1,1960,California,8,3,1,,9,,Temecula,10,2,1,39.427,62e47e029b91347575df3047,"{""startTime"":1678932892290,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932859964,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932776060,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":19,""label"":""tour_started""},{""time"":1777,""label"":""hovered"",""timeHovered"":13617,""week"":""2022-01-31""},{""time"":17277,""label"":""hovered"",""timeHovered"":3517,""week"":""2021-12-27""},{""time"":28627,""label"":""hovered"",""timeHovered"":2615,""week"":""2022-01-03""},{""time"":32494,""label"":""tour_next"",""step"":2},{""time"":38063,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932844154,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":402,""label"":""hovered"",""timeHovered"":1097,""week"":""2021-07-12""},{""time"":3999,""label"":""hovered"",""timeHovered"":3000,""week"":""2021-08-16""},{""time"":7101,""label"":""hovered"",""timeHovered"":1266,""week"":""2022-01-03""},{""time"":9683,""label"":""hovered"",""timeHovered"":2966,""week"":""2022-01-03""}]}",1,simple,line,0,1,0,Positive,5.0,0,4,4,8.329,2.08225,9281,15.0,0.5,0.5,1,0.5,1 +2023-03-15 22:06:31,2023-03-15 22:18:08,0,100,696,1,2023-03-15 22:18:08,R_3dEoVedQDxdTVx4,34.2037,-84.1031,EN,1,4.984,,,,,15.013,7,100,68,31.768,55.098,1,1,36.459,-2,1,51.615,1,65.48100000000001,15.116,3,7,3,6,5,3,interesting study ,51.717,7,6,5,5,3,3,I don't know where the information came from or what sources brought the numbers together or even if there are any outside conditions that make the information inaccurate that are not included ,89.861,2,,60.95399999999999,2,7,3,4,1,5,6,28.776,1,4,9,1,1,3,8,8,,28.965,1,5,5,3,5,4,36.203,5,,10.387,2,2004,Georgia,3,3,1,,7,,,7,4,2,54.645,63ed70c4b62c9946c66b38e9,"{""startTime"":1678932561560,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932613785,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932453885,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":3,""label"":""tour_started""},{""time"":13161,""label"":""tour_next"",""step"":2},{""time"":48606,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932546053,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":12562,""label"":""hovered"",""timeHovered"":1052,""week"":""2021-04-26""}]}",0,simple,line,1,0,0,Positive,3.8,0,1,1,1.052,1.052,0,15.0,1.0,0.5,1,1.0,1 +2023-03-15 21:58:02,2023-03-15 22:18:25,0,100,1223,1,2023-03-15 22:18:26,R_3PGjseMIffwiKrK,29.7646,-95.3657,EN,1,3.335,1.0,2.0,2.0,3.555,15.105,86,97,87,17.349,52.135,-2,1,50.571000000000005,-3,1,147.222,1,69.268,15.007,5,5,5,5,5,5,no comments,96.42,5,5,5,7,7,5,the data makes sense and I have no reason to disagree with it,64.094,4,no comments,10.807,2,7,3,4,1,5,6,16.889,5,5,6,6,3,4,10,10,no comments,63.349,2,2,3,4,2,2,155.737,1,2.0,18.352,1,2001,Texas,3,2,1,,9,,HOUSTON,9,4,1,342.245,6282abf0be2e9e2a65af807e,"{""startTime"":1678932263113,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":9630,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1671,""week"":""3"",""id"":""chart""}]}","{""startTime"":1678932144938,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_focused"",""time"":6197}]}","{""startTime"":1678931929141,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":8283,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4566,""week"":""1"",""id"":""chart""},{""time"":14059,""label"":""tour_next"",""step"":2},{""label"":""window_blurred"",""time"":15793},{""label"":""window_focused"",""time"":18909},{""label"":""window_blurred"",""time"":20587},{""label"":""window_focused"",""time"":23890},{""time"":26508,""label"":""tour_end"",""step"":2},{""time"":34278,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3203,""week"":""52"",""id"":""chart""},{""label"":""window_blurred"",""time"":41017},{""label"":""window_focused"",""time"":51114}]}","{""startTime"":1678932129540,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":2737}]}",1,moderate,bar,0,1,0,Positive,2.5,0,0,0,0.0,0.0,0,2.737,0.5,0.5,1,0.5,2 +2023-03-15 22:08:26,2023-03-15 22:18:42,0,100,616,1,2023-03-15 22:18:43,R_3EhCcoRAlAkcmqx,40.68,-73.4425,EN,1,5.739,1.0,2.0,1.0,5.209,15.11,64,68,69,112.262,51.773999999999994,1,1,50.493,-3,-3,47.261,1,37.321,15.109000000000002,3,2,2,5,5,2,,42.64,5,5,6,5,6,5,It is clear to see that the occurrence of the variable is higher with one population over another,28.323,2,,6.944,2,7,3,4,1,5,6,16.549,2,1,9,10,7,7,8,10,,26.011,2,2,3,4,4,4,45.706,7,1.0,13.9,1,2000,New York,6,1,1,,9,,Massapequa Park,14,1,1,46.725,63d3f95e93b636344cf403d9,"{""startTime"":1678936519023,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678936467981,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678936347774,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":23,""label"":""tour_started""},{""time"":8875,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1872,""week"":""50"",""id"":""chart""},{""time"":10881,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1624,""week"":""51"",""id"":""chart""},{""time"":14917,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1623,""week"":""2"",""id"":""chart""},{""time"":18225,""label"":""tour_next"",""step"":2},{""time"":25843,""label"":""tour_end"",""step"":2},{""time"":39045,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1617,""week"":""52"",""id"":""chart""},{""time"":41143,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7415,""week"":""52"",""id"":""chart2""}]}","{""startTime"":1678936451877,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar,0,1,0,Positive,3.2,0,0,0,0.0,0.0,0,15.0,1.0,0.0,1,1.0,1 +2023-03-15 22:09:47,2023-03-15 22:18:53,0,100,545,1,2023-03-15 22:18:53,R_27rLdkyCnFTwlTX,41.7817,-124.1332,EN,1,13.615,,,,,15.113,100,100,50,26.177,27.134,1,1,54.181000000000004,1,1,58.158,-1,37.91,15.114,5,3,4,5,5,5,,38.738,5,5,5,7,7,5,"Assuming we trust the data, then the visualization would be an accurate representation of the data in an easy to understand format.",33.148,6,,10.594000000000001,2,7,3,4,1,5,6,23.101999999999997,1,1,1,1,1,3,3,1,,38.728,5,5,5,1,5,5,25.429000000000002,5,,8.202,2,1975,California,3,2,1,,7,,,7,4,1,54.975,59f21fe8cc514a00011a66cf,"{""startTime"":1678932806881,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":35927},{""label"":""window_focused"",""time"":37377}]}","{""startTime"":1678932748931,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932650830,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":3250,""label"":""hovered"",""timeHovered"":2504,""week"":""2021-12-27""},{""time"":17084,""label"":""tour_next"",""step"":2},{""time"":21449,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932733212,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":12549,""label"":""hovered"",""timeHovered"":2804,""week"":""2022-01-03""}]}",0,simple,line,0,1,0,Positive,4.3,0,1,1,2.804,2.804,0,15.0,1.0,1.0,0,1.0,1 +2023-03-15 22:04:03,2023-03-15 22:18:57,0,100,894,1,2023-03-15 22:18:58,R_1OWbjGjTJyf2ujb,41.4129,-72.9077,EN,1,11.455,1.0,4.0,1.0,15.074000000000002,15.01,80,95,63,51.145,53.93899999999999,1,-2,76.57,1,1,147.635,1,96.21,15.056,5,3,7,4,5,5,,42.981,5,5,3,2,7,5,I trust CDC as a source.,41.809,5,,14.054,2,7,3,4,1,5,6,31.456,3,6,6,7,8,4,10,9,,44.277,3,3,4,2,4,4,39.405,2,1.0,25.193,1,1967,Connecticut,3,1,1,,7,,,4,4,1,109.194,605d0d00436a36ad0d8d6fa5,"{""startTime"":1678932569845,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932613462,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932351464,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":17,""label"":""tour_started""},{""time"":35778,""label"":""hovered"",""timeHovered"":1648,""week"":""2021-07-26""},{""time"":39445,""label"":""hovered"",""timeHovered"":2903,""week"":""2022-01-10""},{""time"":42549,""label"":""hovered"",""timeHovered"":1017,""week"":""2022-01-10""},{""time"":45558,""label"":""tour_next"",""step"":2},{""time"":49390,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932554219,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line,1,0,0,Positive,3.3,0,0,0,0.0,0.0,0,15.0,0.5,1.0,1,1.0,2 +2023-03-15 22:10:27,2023-03-15 22:19:10,0,100,522,1,2023-03-15 22:19:11,R_1iq8IlqDRIifWhk,38.5774,-90.6709,EN,1,9.698,,,,,15.020999999999999,90,82,72,17.06,81.351,-2,1,37.522,-3,-3,32.056999999999995,1,40.285,15.023,5,6,6,6,6,6,"The interactive data is actually kinda fun to use, much better than a standard boring chart.",28.941,6,6,6,4,6,6,"Clearly a lot of thought has gone into it to make it designed in a matter that is clear and easy to use, so I trust the visualization.",38.236,5,,9.263,2,7,3,4,1,5,6,16.312,4,8,8,8,3,6,10,10,"Anything that has money involved/trying to make a profit, I trust less since those people are just going to go after the money.",38.266,3,4,3,3,4,3,32.763000000000005,2,,7.529,1,2004,Wisconsin,3,3,1,,7,,,3,2,1,52.568000000000005,63f4eb046bcf1fda92414a71,"{""startTime"":1678932820852,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932850605,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932681741,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":19802,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1063,""week"":""39"",""id"":""chart""},{""time"":22683,""label"":""tour_next"",""step"":5},{""time"":36129,""label"":""started_brush"",""startDate"":""2021-09-12"",""endDate"":""2022-02-07""},{""time"":37325,""label"":""tour_next"",""step"":5},{""time"":44435,""label"":""moved_brush"",""startDate"":""2021-07-20"",""endDate"":""2021-12-15""},{""time"":45782,""label"":""moved_brush"",""startDate"":""2021-08-05"",""endDate"":""2021-12-31""},{""time"":47356,""label"":""moved_brush"",""startDate"":""2021-07-10"",""endDate"":""2021-12-05""},{""time"":48211,""label"":""tour_next"",""step"":5},{""time"":54545,""label"":""cleared_brush"",""using"":""Click""},{""time"":54545,""label"":""cleared_brush"",""using"":""Escape""},{""time"":55693,""label"":""tour_next"",""step"":5},{""time"":60468,""label"":""tour_end"",""step"":5},{""time"":67487,""label"":""started_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-07-03""},{""time"":74588,""label"":""moved_brush"",""startDate"":""2021-11-09"",""endDate"":""2022-02-07""},{""time"":80720,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-07-03""}]}","{""startTime"":1678932804865,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":3560,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1472,""week"":""52"",""id"":""chart""},{""time"":5196,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1962,""week"":""2"",""id"":""chart""},{""time"":8225,""label"":""started_brush"",""startDate"":""2021-09-16"",""endDate"":""2021-12-01""},{""label"":""window_blurred"",""time"":9789},{""label"":""window_focused"",""time"":13134},{""time"":15218,""label"":""moved_brush"",""startDate"":""2021-11-14"",""endDate"":""2022-01-29""}]}",0,complex,bar,1,1,0,Positive,3.3,1,4,2,3.4339999999999997,1.7169999999999999,11658,9.789,0.5,0.0,1,1.0,3 +2023-03-15 21:59:55,2023-03-15 22:19:19,0,100,1163,1,2023-03-15 22:19:19,R_33x6bbhQpyX6O8c,41.9082,-71.1031,EN,1,10.702,,,,,15.110999999999999,80,23,29,51.478,196.365,-2,1,109.148,-3,-3,104.70100000000001,1,82.111,15.019,3,3,3,5,4,4,"This is a very busy graph, but after viewing it for a bit, it wasn't too hard to understand. To make it a little easier for the study taker, the task/instructions should be moved so they don't cover the graph while you are trying to perform the tasks. ",176.91,4,5,5,7,7,5,I chose that because the instructions note: assume you trust the data.,36.266,5,,34.818000000000005,2,7,3,4,1,5,6,34.63,2,1,8,4,2,5,7,9,,42.498000000000005,4,4,5,2,5,3,55.825,6,,8.632,1,1959,Massachusetts,6,2,1,,7,,,8,3,1,83.479,64029de99a8a72fc5a205b7e,"{""startTime"":1678932377117,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":12,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1210,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678932554527,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932082391,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":4001,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1414,""week"":""6"",""id"":""chart""},{""time"":32506,""label"":""tour_next"",""step"":5},{""time"":53633,""label"":""tour_back"",""step"":5},{""time"":55848,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1982,""week"":""35"",""id"":""chart""},{""time"":60215,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3799,""week"":""36"",""id"":""chart""},{""time"":65333,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1115,""week"":""36"",""id"":""chart""},{""time"":66451,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1064,""week"":""36"",""id"":""chart""},{""time"":67532,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1617,""week"":""35"",""id"":""chart""},{""time"":73345,""label"":""tour_next"",""step"":5},{""time"":92371,""label"":""cleared_brush"",""using"":""Click""},{""time"":93006,""label"":""started_brush"",""startDate"":""2021-08-06"",""endDate"":""2021-09-10""},{""time"":103276,""label"":""cleared_brush"",""using"":""Click""},{""time"":104837,""label"":""cleared_brush"",""using"":""Click""},{""time"":112701,""label"":""started_brush"",""startDate"":""2021-08-07"",""endDate"":""2021-08-28""},{""time"":113545,""label"":""tour_next"",""step"":5},{""time"":131659,""label"":""moved_brush"",""startDate"":""2021-10-08"",""endDate"":""2021-10-29""},{""time"":132382,""label"":""tour_next"",""step"":5},{""time"":141450,""label"":""cleared_brush"",""using"":""Click""},{""time"":141450,""label"":""cleared_brush"",""using"":""Escape""},{""time"":145624,""label"":""tour_next"",""step"":5},{""time"":155966,""label"":""tour_end"",""step"":5},{""time"":158004,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2627,""week"":""52"",""id"":""chart""},{""time"":161724,""label"":""cleared_brush"",""using"":""Click""},{""time"":163698,""label"":""started_brush"",""startDate"":""2021-06-06"",""endDate"":""2021-07-22""},{""time"":169360,""label"":""cleared_brush"",""using"":""Click""},{""time"":169360,""label"":""cleared_brush"",""using"":""Escape""}]}","{""startTime"":1678932361728,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,bar,0,0,0,Neutral,3.8,0,0,0,0.0,0.0,0,15.0,0.5,0.0,1,1.0,3 +2023-03-15 22:05:26,2023-03-15 22:19:46,0,100,859,1,2023-03-15 22:19:47,R_3m35gRci87gwNPL,41.141000000000005,-81.4768,EN,1,21.993000000000002,1.0,3.0,1.0,11.591,15.107000000000001,100,92,80,37.36,138.717,1,1,66.498,1,1,102.441,1,65.76899999999999,15.106,5,5,5,5,5,5,,32.035,5,6,5,4,7,5,I trust the source. The Center of Disease control is someone I trust to provide accurate information regarding disease.,51.221000000000004,6,,17.583,2,7,3,4,1,5,6,28.451999999999998,2,4,6,5,4,7,10,10,,35.165,4,3,5,2,4,4,40.224000000000004,2,1.0,15.255,2,1984,Ohio,6,1,1,,7,,,9,4,2,90.565,617390ea6b825a0eb8904f29,"{""startTime"":1678932784023,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932690888,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932432655,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":26,""label"":""tour_started""},{""time"":29250,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":14028,""week"":""52"",""id"":""chart""},{""time"":44110,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2161,""week"":""1"",""id"":""chart""},{""time"":46903,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1678,""week"":""52"",""id"":""chart""},{""time"":48667,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1378,""week"":""1"",""id"":""chart""},{""time"":51829,""label"":""tour_next"",""step"":2},{""time"":63529,""label"":""tour_end"",""step"":2},{""time"":103024,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2606,""week"":""14"",""id"":""chart""},{""time"":106627,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1102,""week"":""21"",""id"":""chart""},{""time"":112083,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2909,""week"":""23"",""id"":""chart""},{""time"":116391,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1710,""week"":""24"",""id"":""chart""},{""time"":121378,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1726,""week"":""6"",""id"":""chart""},{""time"":125635,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1444,""week"":""52"",""id"":""chart""},{""time"":127845,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1977,""week"":""1"",""id"":""chart""},{""time"":129922,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1279,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678932675100,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":5914,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3189,""week"":""3"",""id"":""chart""},{""time"":9140,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1261,""week"":""2"",""id"":""chart""}]}",1,moderate,bar,1,0,0,Positive,3.7,0,2,2,4.45,2.225,3226,15.0,1.0,1.0,1,1.0,2 +2023-03-15 22:07:57,2023-03-15 22:19:53,0,100,716,1,2023-03-15 22:19:54,R_1QmZTMYRCbZAgTE,34.9879,-79.2169,EN,1,6.542999999999999,2.0,,1.0,4.381,15.017000000000001,86,99,39,31.549,29.971,1,1,110.682,-1,-2,158.931,1,29.638,15.116,4,4,4,5,5,4,,25.276999999999997,5,5,4,7,7,4,You never know what people put out there. It may be true but i can never really be sure unless I look it up myself.,33.294000000000004,3,,6.763999999999999,2,7,3,4,1,5,6,40.079,5,6,7,6,6,5,7,6,,18.485,2,2,2,4,2,2,17.160999999999998,2,2.0,14.408,2,1986,North Carolina,3,1,1,,3,,,4,2,1,108.321,5a8ac2d8f49c9a0001f3ab34,"{""startTime"":1678932763354,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932704345,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932546661,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":4121,""label"":""hovered"",""timeHovered"":3226,""week"":""2021-10-11""},{""time"":8063,""label"":""hovered"",""timeHovered"":2583,""week"":""2022-01-03""},{""time"":11496,""label"":""hovered"",""timeHovered"":2999,""week"":""2021-12-13""},{""time"":17268,""label"":""tour_next"",""step"":2},{""time"":20327,""label"":""tour_end"",""step"":2},{""time"":21417,""label"":""hovered"",""timeHovered"":1520,""week"":""2021-10-18""},{""time"":23143,""label"":""hovered"",""timeHovered"":1152,""week"":""2022-01-17""},{""time"":26228,""label"":""hovered"",""timeHovered"":1683,""week"":""2021-09-06""}]}","{""startTime"":1678932688460,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":3611,""label"":""hovered"",""timeHovered"":1829,""week"":""2021-09-13""},{""time"":8729,""label"":""hovered"",""timeHovered"":5232,""week"":""2022-01-03""}]}",1,simple,line,1,0,0,Neutral,2.3,0,2,2,7.061,3.5305,5118,15.0,1.0,0.0,1,1.0,1 +2023-03-15 22:10:40,2023-03-15 22:20:00,0,100,559,1,2023-03-15 22:20:00,R_1rdBFI71bALra1L,42.5181,-70.899,EN,1,5.396,,,,,15.107000000000001,93,59,92,22.895,96.81,1,1,42.82899999999999,1,1,59.023999999999994,1,69.865,15.011,5,6,6,6,4,6,,32.051,6,6,6,2,7,6,"It represents the data in a clear manner, and allows the user to gain more detailed information through hovering over the relevant parts.",28.953000000000003,5,,8.155,2,7,3,4,1,5,6,18.965999999999998,3,3,1,6,7,4,11,11,,28.0,5,5,5,1,5,5,15.058,3,,4.873,2,1985,Massachusetts,7,3,1,,2,,,13,5,2,48.81,636168a962acef1f1f1cc4ce,"{""startTime"":1678932876578,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932912001,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932692969,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":12773,""label"":""tour_next"",""step"":5},{""time"":29674,""label"":""started_brush"",""startDate"":""2021-04-14"",""endDate"":""2021-06-28""},{""time"":30938,""label"":""moved_brush"",""startDate"":""2021-08-06"",""endDate"":""2021-10-20""},{""time"":31836,""label"":""moved_brush"",""startDate"":""2021-10-03"",""endDate"":""2021-12-17""},{""time"":33591,""label"":""moved_brush"",""startDate"":""2021-06-10"",""endDate"":""2021-08-24""},{""time"":34380,""label"":""tour_next"",""step"":5},{""time"":40636,""label"":""moved_brush"",""startDate"":""2021-06-10"",""endDate"":""2021-07-06""},{""time"":42081,""label"":""tour_next"",""step"":5},{""time"":54680,""label"":""moved_brush"",""startDate"":""2021-06-10"",""endDate"":""2021-07-06""},{""time"":54883,""label"":""moved_brush"",""startDate"":""2021-06-10"",""endDate"":""2021-07-06""},{""time"":59287,""label"":""cleared_brush"",""using"":""click""},{""time"":59289,""label"":""cleared_brush"",""using"":""Escape""},{""time"":61437,""label"":""tour_next"",""step"":5},{""time"":65286,""label"":""tour_end"",""step"":5},{""time"":77426,""label"":""hovered"",""timeHovered"":1556,""week"":""2022-01-10""},{""time"":88344,""label"":""started_brush"",""startDate"":""2021-08-08"",""endDate"":""2021-10-05""},{""time"":90659,""label"":""cleared_brush"",""using"":""click""},{""time"":90832,""label"":""cleared_brush"",""using"":""click""}]}","{""startTime"":1678932860713,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":4258,""label"":""hovered"",""timeHovered"":1355,""week"":""2021-11-15""},{""time"":7300,""label"":""hovered"",""timeHovered"":1520,""week"":""2021-12-20""},{""time"":9835,""label"":""hovered"",""timeHovered"":2141,""week"":""2021-12-27""}]}",0,complex,line,0,2,0,Positive,4.3,0,3,3,5.016,1.672,5577,15.0,1.0,1.0,1,1.0,3 +2023-03-15 22:07:59,2023-03-15 22:20:09,0,100,729,1,2023-03-15 22:20:09,R_3sbTemNx1QuR9dm,36.3519,-94.2197,EN,1,12.932,,,,,15.009,84,60,86,37.558,62.291000000000004,1,-3,84.28,-3,1,86.89399999999999,1,60.588,15.120999999999999,5,3,6,4,6,5,,32.961999999999996,4,4,5,4,4,4,I believe that the research is very friendly and was done right so I am able to trust the visualization. ,52.433,4,,11.989,2,7,3,4,1,5,6,26.701,1,2,8,4,2,9,7,9,,25.988000000000003,3,4,5,2,3,4,53.152,5,,17.046,2,1973,Arkansas,4,1,1,,9,,Fayetteville,8,4,1,79.818,63f6ac6d4ce41fa2a87ea79b,"{""startTime"":1678932804258,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932722755,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932557023,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":24602,""label"":""hovered"",""timeHovered"":1315,""week"":""2022-02-07""},{""time"":31184,""label"":""tour_next"",""step"":2},{""time"":54990,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932707164,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":12220,""label"":""hovered"",""timeHovered"":1315,""week"":""2022-02-07""}]}",0,moderate,line,1,0,0,Positive,3.5,0,1,1,1.315,1.315,0,15.0,0.5,0.5,1,0.5,2 +2023-03-15 21:57:23,2023-03-15 22:20:18,0,100,1375,1,2023-03-15 22:20:18,R_bkqfLnHio8wEYMN,39.2124,-76.8776,EN,1,11.415999999999999,,,,,15.107999999999999,100,100,76,26.834,151.13,1,-3,279.846,-3,1,255.084,1,139.46200000000002,15.008,5,5,5,6,6,5,,23.495,6,6,4,7,1,5,The data looks to be well organized and seems to be accurate given the data presented in the graph,79.824,4,,10.982000000000001,2,7,3,4,1,5,6,12.974,4,4,5,5,6,6,9,8,,23.377,3,3,3,2,4,3,28.916,4,,4.3469999999999995,1,1986,Maryland,3,1,1,,3,,,4,3,1,56.798,62e1ede63f23cc2eb6170242,"{""startTime"":1678932615458,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":570},{""label"":""window_focused"",""time"":1799}]}","{""startTime"":1678932511733,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932063582,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":21,""label"":""tour_started""},{""time"":13709,""label"":""hovered"",""timeHovered"":1451,""week"":""2021-11-22""},{""time"":18209,""label"":""hovered"",""timeHovered"":1718,""week"":""2021-08-16""},{""time"":28268,""label"":""tour_next"",""step"":2},{""time"":37021,""label"":""tour_end"",""step"":2},{""label"":""window_blurred"",""time"":42718},{""label"":""window_focused"",""time"":146547}]}","{""startTime"":1678932496140,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,line,0,1,0,Positive,3.0,0,0,0,0.0,0.0,0,15.0,0.5,0.5,1,0.5,1 +2023-03-15 22:07:01,2023-03-15 22:20:32,0,100,810,1,2023-03-15 22:20:32,R_9yKqDJp7jv6VSUx,32.7797,-96.8022,EN,1,4.408,1.0,2.0,1.0,6.169,15.014000000000001,61,90,88,34.150999999999996,94.25299999999999,1,1,35.738,1,1,34.402,-2,30.17,15.013,5,4,5,5,6,4,,23.64,4,5,5,5,4,4,I do know there is a margin for error with these results and numbers. So I take that into account but it looks pretty accurate,41.595,4,,8.648,2,7,3,4,1,5,6,22.671999999999997,2,1,1,1,3,3,6,7,,18.901,4,4,5,1,5,4,19.908,3,1.0,12.501,1,1984,Texas,6,1,1,,7,,,14,3,1,306.034,5d6807f9778de5001a120d9a,"{""startTime"":1678932701991,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932638550,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932493456,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":5675,""label"":""hovered"",""timeHovered"":7670,""week"":""2022-01-10""},{""time"":29769,""label"":""hovered"",""timeHovered"":1399,""week"":""2022-01-10""},{""time"":34457,""label"":""tour_next"",""step"":2},{""time"":40589,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932623082,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":11290,""label"":""hovered"",""timeHovered"":1250,""week"":""2022-01-03""}]}",1,moderate,line,0,1,0,Positive,3.8,0,1,1,1.25,1.25,0,15.0,1.0,1.0,0,1.0,2 +2023-03-15 21:56:15,2023-03-15 22:20:49,0,100,1473,1,2023-03-15 22:20:49,R_27wmZkCoKoqugCb,42.3394,-122.8475,EN,1,47.795,1.0,4.0,1.0,12.568,15.013,100,100,76,73.919,258.122,1,1,80.5,1,1,75.055,-1,76.39399999999999,15.107000000000001,3,3,3,3,3,3,"Actually, in the interactive visualization, the pop-up box had the information regarding infection rate of vaccinated vs unvaccinated people reversed. In the pop-up box when one hovers over a certain date, the information provided is incorrect according to the legend, in that the box shows more vaccinated than unvaccinated people having been infected during any certain time. Additionally, there is no information for number of infections for late December 2022",382.125,3,1,3,1,1,1,"AS I explained before, when you hover over a certain time frame, the information presented in the pop-up box is the reverse of what is shown in the legend and in the actual graph itself. Either the graph and legend are wrong, which I doubt, or the information in the pop-up box is incorrect. Therefore< I do not trust the information in the visualization.",111.10700000000001,5,I'm not sure if providing incorrect information in the pop-up boxes was intentional but I will message the researchers to make sure they are aware of it.,62.78,2,7,3,4,1,5,6,24.675,2,4,7,5,6,2,10,9,,34.141999999999996,4,5,5,1,5,1,39.781,1,1.0,14.208,2,1950,Oregon,7,2,1,,7,,,14,4,2,55.673,622a4d6cf143081ed1887ee5,"{""startTime"":1678932292139,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":158067,""label"":""hovered"",""timeHovered"":4560,""week"":""2022-01-10""}]}","{""startTime"":1678932675269,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":36743,""label"":""hovered"",""timeHovered"":2835,""week"":""2021-08-23""}]}","{""startTime"":1678931940492,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":4,""label"":""tour_started""},{""time"":15276,""label"":""hovered"",""timeHovered"":4364,""week"":""2022-01-03""},{""time"":22477,""label"":""hovered"",""timeHovered"":1244,""week"":""2022-01-03""},{""time"":26035,""label"":""hovered"",""timeHovered"":1305,""week"":""2021-08-16""},{""time"":32666,""label"":""hovered"",""timeHovered"":1624,""week"":""2022-01-10""},{""time"":36150,""label"":""hovered"",""timeHovered"":8087,""week"":""2022-01-10""},{""time"":48045,""label"":""tour_next"",""step"":5},{""time"":68619,""label"":""started_brush"",""startDate"":""2021-05-30"",""endDate"":""2021-09-21""},{""time"":88554,""label"":""moved_brush"",""startDate"":""2021-06-20"",""endDate"":""2021-10-12""},{""time"":89916,""label"":""tour_next"",""step"":5},{""time"":108069,""label"":""moved_brush"",""startDate"":""2021-06-20"",""endDate"":""2022-02-13""},{""time"":110546,""label"":""moved_brush"",""startDate"":""2021-06-20"",""endDate"":""2022-02-13""},{""time"":113822,""label"":""moved_brush"",""startDate"":""2021-08-05"",""endDate"":""2022-02-13""},{""time"":115490,""label"":""moved_brush"",""startDate"":""2021-08-05"",""endDate"":""2022-02-13""},{""time"":125620,""label"":""moved_brush"",""startDate"":""2021-08-05"",""endDate"":""2022-02-13""},{""time"":127957,""label"":""moved_brush"",""startDate"":""2021-08-05"",""endDate"":""2022-02-13""},{""time"":143442,""label"":""moved_brush"",""startDate"":""2021-11-23"",""endDate"":""2022-02-13""},{""time"":144842,""label"":""tour_next"",""step"":5},{""time"":160357,""label"":""cleared_brush"",""using"":""click""},{""time"":164859,""label"":""tour_next"",""step"":5},{""time"":174344,""label"":""tour_end"",""step"":5},{""time"":184699,""label"":""started_brush"",""startDate"":""2021-09-07"",""endDate"":""2022-02-13""},{""time"":190650,""label"":""hovered"",""timeHovered"":26716,""week"":""2022-01-03""},{""time"":228681,""label"":""hovered"",""timeHovered"":1308,""week"":""2021-12-06""},{""time"":235363,""label"":""hovered"",""timeHovered"":4993,""week"":""2022-01-03""},{""time"":245121,""label"":""hovered"",""timeHovered"":11712,""week"":""2022-01-10""}]}","{""startTime"":1678932276344,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":7648,""label"":""hovered"",""timeHovered"":1481,""week"":""2022-01-10""},{""time"":9176,""label"":""hovered"",""timeHovered"":2272,""week"":""2022-01-10""},{""time"":14043,""label"":""cleared_brush"",""using"":""click""},{""time"":14943,""label"":""cleared_brush"",""using"":""click""}]}",1,complex,line,0,1,0,Negative,3.5,0,4,2,3.753,1.8765,7295,15.0,1.0,1.0,0,0.0,3 +2023-03-15 22:07:23,2023-03-15 22:21:28,0,100,845,1,2023-03-15 22:21:30,R_wMN2FdGJ7ISq68F,35.5991,-81.0305,EN,1,8.085,1.0,3.0,2.0,9.674,15.110999999999999,86,32,23,23.441,48.178999999999995,-2,-3,87.45299999999999,1,-3,104.08,1,61.253,15.013,4,3,5,4,5,3,,133.56,4,4,3,7,2,3,I am unsure whether the data is accurate.,23.713,1,,11.732999999999999,2,7,3,4,1,5,6,26.305999999999997,1,1,1,1,1,1,10,8,,24.46,1,1,1,5,4,1,83.58200000000001,2,2.0,17.802,1,1966,North Carolina,4,2,1,,7,,,6,4,1,73.965,5cbe00898f939c0017c0b9d8,"{""startTime"":1678932755325,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932687365,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932517571,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":35,""label"":""tour_started""},{""time"":27148,""label"":""tour_next"",""step"":2},{""time"":36402,""label"":""tour_end"",""step"":2},{""time"":39419,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3566,""week"":""6"",""id"":""chart""}]}","{""startTime"":1678932671576,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar,0,1,0,Positive,2.2,0,0,0,0.0,0.0,0,15.0,0.0,0.5,1,0.5,2 +2023-03-15 22:12:13,2023-03-15 22:21:41,0,100,567,1,2023-03-15 22:21:41,R_pi6IkSMXRBl8sVj,47.6722,-122.1257,EN,1,8.45,,,,,15.109000000000002,76,76,33,26.359,27.561999999999998,1,1,55.896,1,1,75.501,1,87.745,15.007,5,4,4,4,5,5,It looks good,38.501999999999995,4,4,3,7,1,4,"It looks like a graph that has reliable information on it, a line graph is used often.",25.320999999999998,5,,9.73,2,7,3,4,1,5,6,22.375,8,8,9,10,8,8,10,10,,22.358,4,4,3,3,4,4,23.066999999999997,4,,6.37,1,1984,Washington,6,3,1,,2,,,9,4,2,45.038000000000004,61686f8376bd6ff59ea15479,"{""startTime"":1678932902597,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932941627,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932802551,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":16083,""label"":""tour_next"",""step"":2},{""time"":22267,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932886912,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7911,""label"":""hovered"",""timeHovered"":1054,""week"":""2022-01-03""},{""time"":9226,""label"":""hovered"",""timeHovered"":1403,""week"":""2022-01-03""},{""time"":10959,""label"":""hovered"",""timeHovered"":1063,""week"":""2022-01-10""},{""time"":13807,""label"":""hovered"",""timeHovered"":1093,""week"":""2021-11-15""}]}",0,simple,line,2,0,0,Positive,3.7,0,4,4,4.613,1.15325,5896,15.0,1.0,1.0,1,1.0,1 +2023-03-15 22:10:55,2023-03-15 22:22:12,0,100,677,1,2023-03-15 22:22:13,R_2bIxwoDpEwcu03F,37.2951,-79.987,EN,1,7.385,1.0,2.0,2.0,11.052999999999999,15.106,55,44,60,19.333,88.37100000000001,1,-2,64.79899999999999,1,1,64.145,1,35.054,15.014000000000001,4,4,4,4,3,4,,38.149,4,4,4,3,2,4,I looks like it comes from a reputable source.,34.865,4,,38.854,2,7,3,4,1,5,6,28.785,5,7,6,6,7,6,9,8,,29.098000000000003,4,4,5,2,4,4,33.917,4,1.0,22.523000000000003,1,1984,Virginia,6,2,1,,3,,,4,3,1,70.087,58074104c314770001876e7b,"{""startTime"":1678932863723,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932902476,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932723810,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":4549,""label"":""hovered"",""timeHovered"":8809,""week"":""2021-12-20""},{""time"":19040,""label"":""tour_next"",""step"":5},{""time"":37212,""label"":""started_brush"",""startDate"":""2021-07-09"",""endDate"":""2021-10-24""},{""time"":38242,""label"":""tour_next"",""step"":5},{""time"":45799,""label"":""moved_brush"",""startDate"":""2021-07-04"",""endDate"":""2021-10-19""},{""time"":47121,""label"":""moved_brush"",""startDate"":""2021-08-10"",""endDate"":""2021-10-19""},{""time"":48064,""label"":""tour_next"",""step"":5},{""time"":64719,""label"":""cleared_brush"",""using"":""click""},{""time"":66469,""label"":""tour_next"",""step"":5},{""time"":73478,""label"":""tour_end"",""step"":5},{""time"":81564,""label"":""started_brush"",""startDate"":""2021-07-09"",""endDate"":""2021-07-14""},{""time"":83279,""label"":""started_brush"",""startDate"":""2021-08-07"",""endDate"":""2021-10-02""},{""time"":84443,""label"":""moved_brush"",""startDate"":""2021-07-28"",""endDate"":""2021-08-07""},{""time"":85044,""label"":""started_brush"",""startDate"":""2021-07-09"",""endDate"":""2021-07-10""}]}","{""startTime"":1678932848208,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":9215,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-07-14""}]}",1,complex,line,1,0,0,Positive,3.8,1,1,0,0.0,0.0,0,15.0,0.5,1.0,1,1.0,3 +2023-03-15 22:09:16,2023-03-15 22:22:18,0,100,782,1,2023-03-15 22:22:19,R_2agJfRV2z3r6vzz,43.6573,-103.4258,EN,1,8.245,2.0,,2.0,2.6630000000000003,15.109000000000002,25,87,20,30.252,29.680999999999997,1,1,46.801,-2,1,50.178000000000004,-1,63.812,15.11,3,1,1,6,5,1,,42.488,7,6,7,1,1,1,Not nearly enough information is given on any variables or criteria for the data.,22.871,2,,9.347999999999999,2,7,3,4,1,5,6,31.076,1,1,4,1,1,2,3,5,,27.594,3,4,5,2,4,4,23.747,7,2.0,16.512,1,1985,South Dakota,3,2,1,,7,,,5,4,1,175.945,5a1fa084063e8600012fa6a3,"{""startTime"":1678932889937,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":20363},{""label"":""window_focused"",""time"":25722}]}","{""startTime"":1678932721470,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":2594},{""label"":""window_focused"",""time"":112943}]}","{""startTime"":1678932625108,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":14328,""label"":""tour_next"",""step"":2},{""time"":17763,""label"":""tour_end"",""step"":2},{""time"":20627,""label"":""hovered"",""timeHovered"":1092,""week"":""2021-12-27""},{""time"":22179,""label"":""hovered"",""timeHovered"":1136,""week"":""2022-01-10""},{""time"":24779,""label"":""hovered"",""timeHovered"":1899,""week"":""2022-01-10""}]}","{""startTime"":1678932705938,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line,1,0,0,Negative,3.7,0,0,0,0.0,0.0,0,15.0,1.0,0.5,0,0.5,2 +2023-03-15 22:12:21,2023-03-15 22:22:40,0,100,619,1,2023-03-15 22:22:40,R_2AEBDzyw8gf3nSk,42.0753,-80.0671,EN,1,13.434000000000001,1.0,3.0,1.0,8.537,15.025,94,75,49,25.087,41.35,-1,1,54.341,-2,1,50.858000000000004,-1,61.077,15.132,6,6,6,6,6,6,,24.57,6,6,4,3,3,6,The visualization was presented with information from the CDC. I trust the CDC.,43.35,4,There was no one that was vaccinated higher than the unvaccinated 80+ year olds with Covid.,48.833999999999996,2,7,3,4,1,5,6,24.252,6,6,9,4,6,3,10,10,,24.849,4,3,5,1,4,3,34.074,3,1.0,16.320999999999998,2,1971,Pennsylvania,6,1,1,,7,,,11,2,2,53.716,63d18135c4e44a77f71702e8,"{""startTime"":1678932929554,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932954682,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932820615,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":14438,""label"":""tour_next"",""step"":2},{""time"":19646,""label"":""tour_end"",""step"":2},{""time"":22708,""label"":""hovered"",""timeHovered"":1921,""week"":""2022-01-10""},{""time"":24945,""label"":""hovered"",""timeHovered"":2445,""week"":""2022-01-03""},{""time"":35139,""label"":""hovered"",""timeHovered"":2995,""week"":""2022-01-10""}]}","{""startTime"":1678932913857,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":8780,""label"":""hovered"",""timeHovered"":1455,""week"":""2022-01-03""}]}",1,moderate,line,1,0,0,Positive,3.3,0,1,1,1.455,1.455,0,15.0,0.5,0.5,0,0.5,2 +2023-03-15 22:14:46,2023-03-15 22:22:54,0,100,488,1,2023-03-15 22:22:55,R_1FILFdQd467APIP,40.0008,-76.7697,EN,1,5.332999999999999,,,,,15.109000000000002,92,72,51,16.17,78.99600000000001,1,1,29.048000000000002,1,1,55.577,1,74.607,15.008,4,5,5,6,5,5,,29.221999999999998,5,6,5,1,7,4,I didn't see the references,12.674000000000001,4,,6.7,2,7,3,4,1,5,6,19.932000000000002,4,8,6,9,7,5,10,10,,17.659000000000002,5,5,5,1,4,4,19.725,5,,3.575,1,1963,Pennsylvania,7,3,1,,7,,,11,4,2,44.702,5d6e502d05e693001ea14a37,"{""startTime"":1678933137885,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933098943,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932929233,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":3553,""label"":""tour_next"",""step"":5},{""time"":9553,""label"":""tour_back"",""step"":5},{""time"":10886,""label"":""tour_next"",""step"":5},{""time"":40346,""label"":""cleared_brush"",""using"":""click""},{""time"":42887,""label"":""tour_back"",""step"":5},{""time"":48336,""label"":""tour_next"",""step"":5},{""time"":56321,""label"":""started_brush"",""startDate"":""2021-06-06"",""endDate"":""2021-12-16""},{""time"":57354,""label"":""tour_next"",""step"":5},{""time"":63659,""label"":""moved_brush"",""startDate"":""2021-06-06"",""endDate"":""2021-12-16""},{""time"":65425,""label"":""moved_brush"",""startDate"":""2021-06-06"",""endDate"":""2021-12-16""},{""time"":67507,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-10-21""},{""time"":68153,""label"":""tour_next"",""step"":5},{""time"":71656,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-10-21""},{""time"":73974,""label"":""cleared_brush"",""using"":""click""},{""time"":73976,""label"":""cleared_brush"",""using"":""Escape""},{""time"":75321,""label"":""tour_next"",""step"":5},{""time"":77339,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678933083449,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":3285,""label"":""hovered"",""timeHovered"":3799,""week"":""2021-12-13""}]}",0,complex,line,1,0,0,Negative,4.0,0,1,1,3.799,3.799,0,15.0,1.0,1.0,1,1.0,3 +2023-03-15 22:13:20,2023-03-15 22:23:20,0,100,599,1,2023-03-15 22:23:20,R_3iKoMvtA6Muz0Zl,33.6647,-117.1743,EN,1,7.108,,,,,15.126,100,100,78,29.473000000000003,36.111,1,1,48.446999999999996,-2,1,67.601,1,52.375,15.11,4,3,3,4,2,4,I didn't even see the source info printed at the bottom it was very small.,62.278999999999996,2,5,3,7,3,4,"It seems accurate and like it has all of the information it should have. But I'm not at all familiar with this field of research/science, so I don't really feel I can be absolutely certain of what I'm looking at.",39.226,4,,10.363,2,7,3,4,1,5,6,17.84,3,4,3,4,6,6,9,9,,22.669,3,3,4,3,3,3,33.24,1,,7.055,2,1990,California,6,2,1,,8,Menifee,,6,3,2,51.39,6101f78a3f9b44e8c17e8593,"{""startTime"":1678933081810,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932983547,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932862120,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":16766,""label"":""tour_next"",""step"":2},{""time"":22103,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932967440,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,line,0,3,0,Positive,3.2,0,0,0,0.0,0.0,0,15.0,1.0,0.5,1,0.5,2 +2023-03-15 21:54:53,2023-03-15 22:23:48,0,100,1735,1,2023-03-15 22:23:49,R_1LLGkSF21duRbYr,43.1128,-71.9029,EN,1,4.126,1.0,2.0,1.0,4.8180000000000005,15.02,87,18,76,19.706,162.704,-2,-2,29.785999999999998,-2,1,197.65,-2,35.45,15.014000000000001,3,7,3,7,7,3,,286.383,7,7,2,7,1,7,Its extremely difficult to thoroughly read the data provided.,12.347000000000001,2,,5.922999999999999,2,7,3,4,1,5,6,169.588,3,5,8,6,1,3,8,9,,19.875,5,5,5,1,5,5,22.014,4,3.0,22.101999999999997,2,1987,New Hampshire,6,2,1,,7,,,9,4,1,70.277,5e92a98518ca6c5e48437217,"{""startTime"":1678932755812,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":271292},{""label"":""window_focused"",""time"":272546}]}","{""startTime"":1678932725858,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":92,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3080,""week"":""2"",""id"":""chart""}]}","{""startTime"":1678932348291,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":58,""label"":""tour_started""},{""time"":139991,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4170,""week"":""1"",""id"":""chart""},{""time"":144910,""label"":""tour_next"",""step"":2},{""time"":154089,""label"":""tour_end"",""step"":2},{""time"":155195,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4183,""week"":""51"",""id"":""chart""}]}","{""startTime"":1678932710203,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":5426,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5399,""week"":""52"",""id"":""chart""},{""time"":10883,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2460,""week"":""1"",""id"":""chart""}]}",1,moderate,bar,0,1,0,Negative,4.3,0,2,2,7.859,3.9295,5457,15.0,0.0,0.5,0,0.5,2 +2023-03-15 22:08:50,2023-03-15 22:23:52,0,100,902,1,2023-03-15 22:23:53,R_eA1mmkx5w180jXb,27.935,-82.3772,EN,1,17.712,,,,,15.005999999999998,53,99,48,68.952,62.993,1,-2,106.516,-3,-3,110.559,-3,119.914,15.12,3,3,3,4,5,3,,65.374,5,5,5,3,3,3,I do not know if it was created by a reputable source.,78.684,1,,21.76,2,7,3,4,1,5,6,21.551,6,6,6,6,6,6,6,6,,19.104,3,3,3,3,3,3,37.184,4,,20.899,2,1964,Florida,4,2,1,,9,,Orlando,4,4,1,59.966,5f3f5ad05ec7d1257993b196,"{""startTime"":1678932938385,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932835462,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932645018,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":24,""label"":""tour_started""},{""time"":30316,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4231,""week"":""24"",""id"":""chart""},{""time"":36018,""label"":""tour_next"",""step"":2},{""time"":49986,""label"":""tour_end"",""step"":2},{""time"":54202,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1688,""week"":""47"",""id"":""chart""},{""time"":57753,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2921,""week"":""6"",""id"":""chart""}]}","{""startTime"":1678932819563,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,bar,1,0,0,Negative,3.0,0,0,0,0.0,0.0,0,15.0,0.5,0.0,0,0.0,2 +2023-03-15 22:15:36,2023-03-15 22:23:54,0,100,498,1,2023-03-15 22:23:54,R_12KFkmG7PFLfMEi,27.9455,-82.4598,EN,1,3.602,,,,,15.112,91,79,58,10.859000000000002,53.553000000000004,1,1,39.352,-3,-3,48.309,1,63.507,15.012,5,3,4,4,5,4,none,19.435,4,5,4,7,2,4,"I found no reason to distrust it. It seems like an odd thing to lie about and they cited their sources. However, I cannot be fully sure unless I were to review the sources myself.",31.365,4,,14.045,2,7,3,4,1,5,6,19.111,2,7,5,8,3,3,9,10,,20.361,2,2,2,4,2,2,13.993,2,,8.629,1,2000,Kentucky,6,3,1,,8,lexington,,5,4,1,90.87700000000001,62f9fbc07e4fc1bfe47070e5,"{""startTime"":1678933079976,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933099840,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932970475,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":4003,""label"":""tour_next"",""step"":2},{""time"":7353,""label"":""tour_end"",""step"":2},{""time"":7903,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1240,""week"":""51"",""id"":""chart2""},{""time"":12139,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1088,""week"":""52"",""id"":""chart2""},{""time"":13930,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1479,""week"":""52"",""id"":""chart""},{""time"":19627,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4606,""week"":""6"",""id"":""chart""}]}","{""startTime"":1678933064627,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":6247},{""label"":""window_focused"",""time"":7385}]}",0,simple,bar,1,0,0,Positive,2.3,0,0,0,0.0,0.0,0,6.247000000000001,1.0,0.0,1,1.0,1 +2023-03-15 22:13:54,2023-03-15 22:24:18,0,100,623,1,2023-03-15 22:24:18,R_1GDg6DF55sW3C5W,42.8895,-87.9074,EN,1,15.45,1.0,2.0,2.0,6.595,15.009,62,62,76,13.359000000000002,31.433000000000003,1,1,47.57899999999999,-2,1,63.008,1,71.157,15.116,4,4,4,4,4,4,,44.205,5,4,5,2,5,5,It seems accurate and like what I have heard in the news.,19.663,6,,9.206,2,7,3,4,1,5,6,21.055999999999997,4,7,8,7,5,6,10,10,,40.204,4,4,4,4,4,4,18.351,3,2.0,11.325999999999999,2,1964,Wisconsin,6,1,1,,7,,,6,4,1,129.16899999999998,5e72e0d8adc903240ac70891,"{""startTime"":1678933040894,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":101,""label"":""hovered"",""timeHovered"":11240,""week"":""2021-10-11""},{""time"":12053,""label"":""hovered"",""timeHovered"":5293,""week"":""2022-01-03""}]}","{""startTime"":1678933012723,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932899045,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":17,""label"":""tour_started""},{""time"":9990,""label"":""hovered"",""timeHovered"":1031,""week"":""2021-07-05""},{""time"":17735,""label"":""tour_next"",""step"":2},{""time"":24353,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932979166,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":3237,""label"":""hovered"",""timeHovered"":1015,""week"":""2021-09-13""}]}",1,simple,line,0,1,0,Positive,4.0,0,1,1,1.015,1.015,0,15.0,1.0,0.5,1,1.0,1 +2023-03-15 22:17:05,2023-03-15 22:24:38,0,100,453,1,2023-03-15 22:24:39,R_3O0u4ZmY19dHd7g,42.6626,-83.1837,EN,1,9.651,,,,,15.01,83,75,43,15.377,18.813,1,1,34.289,1,1,53.483000000000004,1,39.644,15.015,4,4,4,5,5,4,,24.807,4,4,3,2,2,4,I don't have a reason not to trust it.,13.219000000000001,4,,7.496,2,7,3,4,1,5,6,15.915,5,5,4,5,6,8,9,9,,26.055,2,3,4,2,3,3,30.615,2,,5.5889999999999995,2,1994,Michigan,6,1,1,,7,,,17,3,1,79.02,612e75305c548dd77bca9d73,"{""startTime"":1678933201906,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":11009},{""label"":""window_focused"",""time"":11093}]}","{""startTime"":1678933160310,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933071808,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":11225,""label"":""tour_next"",""step"":2},{""time"":13949,""label"":""tour_end"",""step"":2},{""time"":15524,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1424,""week"":""1"",""id"":""chart""}]}","{""startTime"":1678933144754,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,bar,0,0,0,Positive,2.8,0,0,0,0.0,0.0,0,15.0,1.0,1.0,1,1.0,2 +2023-03-15 22:14:32,2023-03-15 22:24:40,0,100,608,1,2023-03-15 22:24:40,R_2TouoKQTZzoRsfz,33.4935,-111.9211,EN,1,23.008000000000003,1.0,2.0,2.0,9.078,15.015999999999998,83,81,57,48.428999999999995,86.096,-1,1,36.607,-1,1,41.402,1,49.618,15.017000000000001,5,4,5,5,5,5,,28.011999999999997,4,4,4,3,3,4,It is pretty straightforward but takes time to analyze the data and really understand the data.,32.344,6,,7.487,2,7,3,4,1,5,6,25.000999999999998,7,7,9,9,5,9,10,10,,18.371,4,4,4,2,4,4,27.599,6,1.0,14.190999999999999,2,1963,Arizona,8,1,1,,2,,,16,2,2,82.587,63804d105c37525d499b9c6c,"{""startTime"":1678933129910,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933158994,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932985433,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":20569,""label"":""hovered"",""timeHovered"":1800,""week"":""2021-12-20""},{""time"":22370,""label"":""hovered"",""timeHovered"":3888,""week"":""2021-12-20""},{""time"":27009,""label"":""hovered"",""timeHovered"":8711,""week"":""2022-01-10""},{""time"":36837,""label"":""hovered"",""timeHovered"":5239,""week"":""2022-01-10""},{""time"":42444,""label"":""hovered"",""timeHovered"":2486,""week"":""2022-01-24""},{""time"":46064,""label"":""hovered"",""timeHovered"":3370,""week"":""2021-08-30""},{""time"":50086,""label"":""hovered"",""timeHovered"":2301,""week"":""2021-06-28""},{""time"":52555,""label"":""hovered"",""timeHovered"":3386,""week"":""2021-06-07""},{""time"":57428,""label"":""hovered"",""timeHovered"":2017,""week"":""2021-04-12""},{""time"":59663,""label"":""hovered"",""timeHovered"":1384,""week"":""2021-04-26""},{""time"":63234,""label"":""hovered"",""timeHovered"":1016,""week"":""2021-11-29""},{""time"":64603,""label"":""hovered"",""timeHovered"":1550,""week"":""2021-12-20""},{""time"":74096,""label"":""tour_next"",""step"":2},{""time"":82004,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933113967,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7135,""label"":""hovered"",""timeHovered"":2277,""week"":""2022-01-03""},{""time"":11884,""label"":""hovered"",""timeHovered"":1152,""week"":""2022-01-10""},{""time"":13549,""label"":""hovered"",""timeHovered"":1143,""week"":""2021-10-11""}]}",1,moderate,line,0,1,0,Positive,3.7,0,3,3,4.572,1.524,6414,15.0,0.5,0.5,1,0.5,2 +2023-03-15 22:11:17,2023-03-15 22:24:43,0,100,806,1,2023-03-15 22:24:44,R_1qZZpV4tIBv7wSw,33.9828,-88.4683,EN,1,6.941,,,,,15.116,100,52,25,18.551,33.582,1,-1,56.56,-2,1,68.002,1,211.983,15.014000000000001,5,3,3,4,6,4,,36.681999999999995,5,5,5,5,5,5,"I trust this visualization because of the interactive mode. But when I went to look for the week of Jan. 15th specifically in reference to that one question I couldn't find it, but maybe that was a generalization of a question...",57.468,4,,6.485,2,7,3,4,1,5,6,21.629,2,2,8,2,2,3,10,10,,84.501,2,2,3,3,2,3,23.31,3,,4.623,2,1973,Mississippi,7,2,1,,7,,,13,2,1,91.82,5de9ce848b29320fd922c587,"{""startTime"":1678932847649,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932887025,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932729050,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":10579,""label"":""tour_next"",""step"":2},{""time"":17683,""label"":""tour_end"",""step"":2},{""time"":22031,""label"":""hovered"",""timeHovered"":1362,""week"":""2021-10-04""},{""time"":23898,""label"":""hovered"",""timeHovered"":1499,""week"":""2021-07-19""},{""time"":27779,""label"":""hovered"",""timeHovered"":1091,""week"":""2021-07-12""}]}","{""startTime"":1678932831861,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":4428,""label"":""hovered"",""timeHovered"":1001,""week"":""2021-05-24""},{""time"":5501,""label"":""hovered"",""timeHovered"":1549,""week"":""2021-05-24""},{""time"":8911,""label"":""hovered"",""timeHovered"":1475,""week"":""2021-04-26""},{""time"":12150,""label"":""hovered"",""timeHovered"":1448,""week"":""2022-01-03""}]}",0,moderate,line,0,1,0,Positive,2.5,0,4,4,5.473,1.36825,7722,15.0,0.5,0.5,1,0.5,2 +2023-03-15 22:13:48,2023-03-15 22:24:48,0,100,659,1,2023-03-15 22:24:48,R_2cwPmj4eFkAWZ27,42.5029,-83.1021,EN,1,4.805,,,,,15.112,30,44,8,28.930999999999997,53.032,1,1,48.097,1,-3,155.691,1,75.725,15.009,3,5,4,4,6,4,,40.466,5,5,5,3,3,6,the chart and graphs showed it all ,33.431999999999995,4,,6.693,2,7,3,4,1,5,6,26.74,5,6,7,7,9,4,8,9,,23.048000000000002,2,3,3,2,4,2,23.19,6,,5.314,1,1969,Michigan,2,2,1,,3,,,4,1,2,70.819,5c961ee66357fb0001ef4b4a,"{""startTime"":1678933000032,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933040945,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":29,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1706,""week"":""50"",""id"":""chart""}]}","{""startTime"":1678932882451,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":8386,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1817,""week"":""2"",""id"":""chart""},{""time"":10269,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1167,""week"":""1"",""id"":""chart""},{""time"":11503,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6866,""week"":""52"",""id"":""chart""},{""time"":19986,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2367,""week"":""1"",""id"":""chart""},{""time"":23119,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2051,""week"":""1"",""id"":""chart""},{""time"":25271,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1582,""week"":""2"",""id"":""chart""},{""time"":26853,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1250,""week"":""3"",""id"":""chart""},{""time"":30486,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1716,""week"":""6"",""id"":""chart""},{""time"":35391,""label"":""tour_next"",""step"":2},{""time"":40770,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1716,""week"":""52"",""id"":""chart2""},{""time"":43236,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1317,""week"":""4"",""id"":""chart2""},{""time"":51125,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932984608,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":9118,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1205,""week"":""52"",""id"":""chart2""}]}",0,simple,bar,1,0,0,Positive,2.7,0,1,1,1.205,1.205,0,15.0,1.0,0.5,1,1.0,1 +2023-03-15 22:06:50,2023-03-15 22:25:11,0,100,1100,1,2023-03-15 22:25:11,R_3PpDKhmrEhMCUZQ,34.066,-117.8928,EN,1,22.273000000000003,,,,,15.122,100,100,62,49.801,36.501,1,1,106.89399999999999,-2,-3,155.261,-2,161.377,15.110999999999999,6,5,6,5,6,6,,39.467,5,6,5,5,5,5,I agree in trusting this visualization because it includes all relevant data in a way that I can generally understand/read it.,47.891000000000005,4,,15.224,2,7,3,4,1,5,6,27.753,2,6,7,7,2,4,8,7,,59.974,2,3,4,3,3,2,40.498000000000005,5,,7.495,2,1988,California,7,3,1,,9,,"Hispanic, Asian, White",17,2,1,192.757,5d4ac837d2844e0001ecf699,"{""startTime"":1678932792834,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932670463,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":14014},{""label"":""window_focused"",""time"":21155}]}","{""startTime"":1678932509506,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":24,""label"":""tour_started""},{""time"":8836,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1882,""week"":""1"",""id"":""chart""},{""time"":11249,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1117,""week"":""52"",""id"":""chart""},{""time"":17174,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1034,""week"":""52"",""id"":""chart""},{""time"":19639,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1416,""week"":""5"",""id"":""chart""},{""time"":22722,""label"":""tour_next"",""step"":2},{""time"":26478,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2268,""week"":""1"",""id"":""chart2""},{""time"":28843,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1134,""week"":""2"",""id"":""chart2""},{""time"":31107,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1383,""week"":""2"",""id"":""chart2""},{""time"":34550,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932654684,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,bar,0,2,0,Positive,2.8,0,0,0,0.0,0.0,0,15.0,1.0,0.0,0,1.0,1 +2023-03-15 22:15:49,2023-03-15 22:25:12,0,100,562,1,2023-03-15 22:25:12,R_xzUXATYZ8vud7dD,43.0127,-85.72200000000001,EN,1,12.334000000000001,1.0,4.0,2.0,9.027000000000001,15.014000000000001,70,50,17,33.115,26.18,1,1,59.696000000000005,-3,-3,69.419,-3,35.356,15.012,5,3,5,5,6,5,,37.282,4,5,5,3,5,5,Provided by CDC ,30.403000000000002,6,,10.735999999999999,2,7,3,4,1,5,6,28.026999999999997,3,9,8,5,8,5,10,9,,26.301,3,4,5,2,4,4,30.473000000000003,3,2.0,14.504000000000001,1,1965,Michigan,3,3,1,,7,,,7,4,2,62.806000000000004,5bdf513338109a0001f474c8,"{""startTime"":1678933190167,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933136064,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933033475,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":19,""label"":""tour_started""},{""time"":9337,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2017,""week"":""1"",""id"":""chart""},{""time"":13141,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1498,""week"":""49"",""id"":""chart""},{""time"":17320,""label"":""tour_next"",""step"":2},{""time"":19677,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1517,""week"":""2"",""id"":""chart2""},{""time"":21943,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1183,""week"":""51"",""id"":""chart2""},{""time"":23966,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933120415,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":6998,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1335,""week"":""1"",""id"":""chart2""},{""time"":8366,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2400,""week"":""52"",""id"":""chart2""},{""time"":11090,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2093,""week"":""52"",""id"":""chart""},{""time"":13779,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1039,""week"":""52"",""id"":""chart2""}]}",1,simple,bar,1,0,0,Positive,3.7,0,4,4,6.867000000000001,1.71675,6781,15.0,1.0,0.0,0,1.0,1 +2023-03-15 22:18:50,2023-03-15 22:25:38,0,100,407,1,2023-03-15 22:25:38,R_1hZlA5UMtogNfvg,39.1094,-84.5718,EN,1,3.701,1.0,2.0,1.0,5.888,15.009,65,100,24,13.014000000000001,42.401,1,1,33.662,-2,-3,41.663999999999994,1,37.099000000000004,15.017999999999999,3,3,3,4,5,3,,19.741,3,3,2,7,7,3,I haven't done enough research about it to have an opinion either way.,21.396,2,,9.033999999999999,2,7,3,4,1,5,6,15.479000000000001,1,4,1,5,6,4,9,8,,21.22,1,1,1,5,2,1,20.750999999999998,2,1.0,11.232000000000001,2,1984,Ohio,7,3,1,,7,,,10,4,1,42.243,614f297f566989948fc108ad,"{""startTime"":1678933316583,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933275736,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933179621,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":6973,""label"":""hovered"",""timeHovered"":1615,""week"":""2021-12-13""},{""time"":13971,""label"":""hovered"",""timeHovered"":1533,""week"":""2022-01-24""},{""time"":17260,""label"":""tour_next"",""step"":5},{""time"":24315,""label"":""started_brush"",""startDate"":""2021-06-21"",""endDate"":""2021-10-24""},{""time"":26091,""label"":""moved_brush"",""startDate"":""2021-06-21"",""endDate"":""2021-09-12""},{""time"":26824,""label"":""tour_next"",""step"":5},{""time"":30776,""label"":""moved_brush"",""startDate"":""2021-09-28"",""endDate"":""2021-12-21""},{""time"":31874,""label"":""tour_next"",""step"":5},{""time"":35447,""label"":""cleared_brush"",""using"":""click""},{""time"":35448,""label"":""cleared_brush"",""using"":""Escape""},{""time"":36791,""label"":""tour_next"",""step"":5},{""time"":39808,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678933260112,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":6070,""label"":""cleared_brush"",""using"":""click""},{""time"":7887,""label"":""started_brush"",""startDate"":""2021-10-08"",""endDate"":""2021-12-07""},{""time"":10150,""label"":""started_brush"",""startDate"":""2021-05-29"",""endDate"":""2021-08-11""}]}",1,complex,line,0,0,0,Neutral,1.8,1,3,0,0.0,0.0,4080,15.0,1.0,0.0,1,1.0,3 +2023-03-15 22:14:27,2023-03-15 22:25:38,0,100,670,1,2023-03-15 22:25:38,R_1f1aLTm8AtuzVzN,46.9718,-124.15700000000001,EN,1,4.297,1.0,4.0,2.0,5.725,15.01,60,91,74,33.908,107.859,1,1,58.29,1,1,40.286,1,88.551,15.117,6,4,6,6,6,6,,43.136,5,6,6,7,4,5,"It seems to have all of the appropriate data, and seems to be in line with the data I saw in the New York Times during the same time period.",32.85,6,,9.856,2,7,3,4,1,5,6,19.176,7,8,9,10,9,8,11,10,,17.248,3,3,4,3,4,3,30.397,1,1.0,11.203,1,1969,Washington,6,1,1,,7,,,5,4,1,88.705,62db76a315d362749f584469,"{""startTime"":1678933212581,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":19800,""label"":""started_brush"",""startDate"":""2021-08-08"",""endDate"":""2021-08-11""}]}","{""startTime"":1678933151669,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932938332,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":9719,""label"":""tour_next"",""step"":5},{""time"":25158,""label"":""tour_back"",""step"":5},{""time"":28496,""label"":""hovered"",""timeHovered"":1178,""week"":""2021-08-30""},{""time"":31046,""label"":""hovered"",""timeHovered"":1128,""week"":""2021-09-06""},{""time"":32557,""label"":""hovered"",""timeHovered"":1534,""week"":""2021-09-20""},{""time"":37908,""label"":""hovered"",""timeHovered"":3081,""week"":""2022-01-03""},{""time"":43180,""label"":""tour_next"",""step"":5},{""time"":51019,""label"":""tour_back"",""step"":5},{""time"":61971,""label"":""tour_next"",""step"":5},{""time"":68481,""label"":""started_brush"",""startDate"":""2021-06-05"",""endDate"":""2021-10-18""},{""time"":69360,""label"":""tour_next"",""step"":5},{""time"":76501,""label"":""moved_brush"",""startDate"":""2021-04-20"",""endDate"":""2021-09-02""},{""time"":77532,""label"":""tour_next"",""step"":5},{""time"":85488,""label"":""cleared_brush"",""using"":""click""},{""time"":85491,""label"":""cleared_brush"",""using"":""Escape""},{""time"":86937,""label"":""tour_next"",""step"":5},{""time"":92606,""label"":""tour_end"",""step"":5},{""time"":95137,""label"":""hovered"",""timeHovered"":1210,""week"":""2022-01-31""},{""time"":100070,""label"":""hovered"",""timeHovered"":3632,""week"":""2022-01-10""}]}","{""startTime"":1678933136055,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line,0,1,0,Positive,3.3,0,0,0,0.0,0.0,0,15.0,1.0,1.0,1,1.0,3 +2023-03-15 22:12:22,2023-03-15 22:25:54,0,100,812,1,2023-03-15 22:25:55,R_1LHVRHuwrMhwsQO,39.6545,-78.7665,EN,1,6.605,,,,,15.107999999999999,86,100,77,23.944000000000003,44.75,1,1,54.468,1,-3,76.43,1,61.298,15.015,5,2,1,4,2,6,I just needed to realize that the two factors (insect & fungi) were added together and not two separate bars.,104.18,4,5,6,7,6,6,"I think once you see how the numbers are presented and what they mean, they are easy to follow. I do wish you didn't have to subtract the fungi from the insect to get to accurate insect count, but at least I know how the data is presented.",71.145,2,,14.617,2,7,3,4,1,5,6,21.65,5,8,9,9,8,8,9,9,,34.597,4,5,5,2,5,5,35.548,5,,12.3,1,1976,Maryland,4,2,1,,7,,,3,1,1,165.66400000000002,5bfc4058bab673000163c8af,"{""startTime"":1678932935831,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":91,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":12601,""week"":""2"",""id"":""chart""}]}","{""startTime"":1678933040787,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932797748,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":27,""label"":""tour_started""},{""time"":17594,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1017,""week"":""52"",""id"":""chart""},{""time"":18627,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1366,""week"":""51"",""id"":""chart""},{""time"":22721,""label"":""tour_next"",""step"":2},{""time"":30928,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932920145,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":4194,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1986,""week"":""52"",""id"":""chart""},{""time"":6212,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1055,""week"":""1"",""id"":""chart""}]}",0,moderate,bar,0,1,0,Positive,4.3,0,2,2,3.0410000000000004,1.5205,2018,15.0,1.0,0.5,1,0.5,2 +2023-03-15 22:12:05,2023-03-15 22:25:55,0,100,830,1,2023-03-15 22:25:56,R_DpWSJH152xU3JDj,47.3014,-122.6062,EN,1,14.08,1.0,3.0,2.0,21.45,15.110999999999999,100,50,36,24.445,66.741,1,1,79.671,-3,1,154.431,1,42.349,15.014000000000001,3,3,2,3,3,3,I am not sure why we are not using the visualization data above for this set of questions,65.792,6,5,6,4,5,6,I trust scientific data and all that it includes. ,38.896,6,,28.784000000000002,2,7,3,4,1,5,6,28.201,7,9,8,8,8,5,10,10,,27.432,4,4,4,2,4,4,37.476,2,1.0,17.666,2,1958,Washington,5,2,1,,9,,Gig Harbor,14,4,1,81.848,62eed9e3e4c704bcef237b74,"{""startTime"":1678933136625,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933052478,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932814390,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":19257,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1749,""week"":""51"",""id"":""chart""},{""time"":22967,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3472,""week"":""52"",""id"":""chart""},{""time"":26460,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1563,""week"":""51"",""id"":""chart""},{""time"":29291,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1049,""week"":""50"",""id"":""chart""},{""time"":32097,""label"":""tour_next"",""step"":2},{""time"":41113,""label"":""tour_end"",""step"":2},{""time"":50676,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":9630,""week"":""52"",""id"":""chart""},{""time"":60325,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3581,""week"":""51"",""id"":""chart""}]}","{""startTime"":1678933036918,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar,1,0,0,Positive,3.7,0,0,0,0.0,0.0,0,15.0,1.0,0.5,1,0.5,2 +2023-03-15 22:16:02,2023-03-15 22:25:59,0,100,597,1,2023-03-15 22:26:00,R_RCin6YeQvqjkusN,41.6133,-87.0446,EN,1,10.062999999999999,,,,,15.027000000000001,85,87,50,20.48,27.124000000000002,1,1,59.646,1,1,86.41799999999999,1,100.15100000000001,15.023,4,4,4,5,5,4,,31.724,3,5,3,3,3,4,I don't know the context nor who performed the research.,33.448,4,,8.044,2,7,3,4,1,5,6,25.725,6,6,8,8,8,4,10,9,,20.429000000000002,4,3,5,3,3,3,23.06,4,,7.231,2,1961,Indiana,7,1,1,,7,,,9,5,2,70.767,609c6cc79875c8f0ba5d2242,"{""startTime"":1678933202343,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933149909,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933019540,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":15210,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1373,""week"":""4"",""id"":""chart""},{""time"":18460,""label"":""tour_next"",""step"":2},{""time"":23561,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933134326,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":9133,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5429,""week"":""52"",""id"":""chart""}]}",0,moderate,bar,1,0,0,Negative,3.5,0,1,1,5.428999999999999,5.428999999999999,0,15.0,1.0,1.0,1,1.0,2 +2023-03-15 22:17:55,2023-03-15 22:26:11,0,100,495,1,2023-03-15 22:26:11,R_Oe6gRD8JcG59CM1,38.6287,-90.1988,EN,1,6.495,1.0,2.0,2.0,3.847,15.02,89,88,67,18.339000000000002,20.627,1,1,45.908,-2,-2,43.582,1,144.643,15.008,6,3,1,6,6,5,,13.790999999999999,5,6,6,5,4,5,"It seems scientific, it provides a good amount of information and it provides it in a clear manner.",26.1,5,,5.185,2,7,3,4,1,5,6,12.658,2,2,1,2,4,1,10,9,,19.3,5,5,5,1,5,5,10.799000000000001,1,1.0,6.335,3,1977,Missouri,3,2,1,,7,,,5,4,2,45.342,5589a309fdf99b7ae5007c33,"{""startTime"":1678933262291,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933219141,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":1257,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1463,""week"":""4"",""id"":""chart""}]}","{""startTime"":1678933138492,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":21,""label"":""tour_started""},{""time"":7655,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2682,""week"":""52"",""id"":""chart""},{""time"":15303,""label"":""tour_next"",""step"":2},{""time"":18025,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933203463,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar,1,2,0,Positive,4.3,0,0,0,0.0,0.0,0,15.0,1.0,0.0,1,0.0,2 +2023-03-15 22:03:37,2023-03-15 22:26:26,0,100,1369,1,2023-03-15 22:26:27,R_7aH75gihyw78gNP,38.6283,-121.3307,EN,1,105.35700000000001,1.0,2.0,2.0,8.847999999999999,15.107000000000001,50,54,26,108.431,281.07,-2,-3,75.789,-3,-3,81.635,1,60.4,15.005999999999998,3,3,7,5,5,7,,55.67,7,5,4,7,7,3,"I don't know how this info was collected, how it was reported, where it came from, who compiled it, or whether or not it was skewed. I also don't trust information compiled by the government unless it can be independently verified.",71.222,6,,11.944,2,7,3,4,1,5,6,27.93,1,2,2,6,1,6,10,9,,48.505,5,5,5,1,5,5,38.324,4,4.0,27.883000000000003,2,1957,California,6,2,1,,7,,,14,4,1,219.63099999999997,639aa4b8f52bdf60b603c9b1,"{""startTime"":1678932987483,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932827228,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":29,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4323,""week"":""52"",""id"":""chart""},{""time"":4688,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3097,""week"":""51"",""id"":""chart""}]}","{""startTime"":1678932468863,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":32183,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3199,""week"":""50"",""id"":""chart""},{""time"":36267,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1649,""week"":""34"",""id"":""chart""},{""time"":46016,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4782,""week"":""4"",""id"":""chart""},{""time"":74874,""label"":""tour_next"",""step"":5},{""time"":111913,""label"":""cleared_brush"",""using"":""Click""},{""time"":114704,""label"":""cleared_brush"",""using"":""Click""},{""time"":127767,""label"":""started_brush"",""startDate"":""2021-11-29"",""endDate"":""2022-02-04""},{""time"":152842,""label"":""moved_brush"",""startDate"":""2021-11-20"",""endDate"":""2022-01-26""},{""time"":158845,""label"":""moved_brush"",""startDate"":""2021-12-01"",""endDate"":""2022-02-06""},{""time"":162706,""label"":""tour_next"",""step"":5},{""time"":178265,""label"":""moved_brush"",""startDate"":""2021-12-01"",""endDate"":""2022-01-31""},{""time"":182099,""label"":""moved_brush"",""startDate"":""2021-12-07"",""endDate"":""2022-01-31""},{""time"":188954,""label"":""moved_brush"",""startDate"":""2021-12-06"",""endDate"":""2022-01-30""},{""time"":190403,""label"":""tour_next"",""step"":5},{""time"":221364,""label"":""cleared_brush"",""using"":""Click""},{""time"":223352,""label"":""tour_next"",""step"":5},{""time"":232419,""label"":""tour_end"",""step"":5},{""time"":233755,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3635,""week"":""2"",""id"":""chart""},{""time"":237816,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":15091,""week"":""52"",""id"":""chart""},{""time"":257631,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2728,""week"":""33"",""id"":""chart""},{""time"":263675,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2230,""week"":""14"",""id"":""chart""},{""time"":266426,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4930,""week"":""24"",""id"":""chart""},{""time"":273410,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1795,""week"":""24"",""id"":""chart""}]}","{""startTime"":1678932811712,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":2779,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":9939,""week"":""1"",""id"":""chart""}]}",1,complex,bar,1,0,0,Negative,4.3,0,1,1,9.939,9.939,0,15.0,0.0,0.0,1,1.0,3 +2023-03-15 22:02:53,2023-03-15 22:26:47,0,100,1433,1,2023-03-15 22:26:47,R_3JwObxfdgpysLjZ,48.3595,-114.1884,EN,1,41.141999999999996,,,,,15.011,95,74,62,71.642,75.6,-1,1,135.441,-3,1,58.903,1,114.35600000000001,15.014000000000001,3,7,3,2,5,2,,80.939,2,4,5,7,3,4,"I chose ""slightly agree"" because the instructions said to assume I trust the data. Something I can't put my finger on seems missing, though.",103.25399999999999,5,,21.755,2,7,3,4,1,5,6,35.915,3,7,7,5,4,3,9,5,I trust the Democratic Party (8) much more than the current Republican party (1).,139.245,2,3,5,2,4,3,85.77,2,,14.673,2,1956,Montana,6,1,1,,7,,,3,4,1,200.26,63d87654c14b742db0fba872,"{""startTime"":1678932475458,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932558472,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932320335,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":32,""label"":""tour_started""},{""time"":25079,""label"":""hovered"",""timeHovered"":2485,""week"":""2021-12-27""},{""time"":28950,""label"":""hovered"",""timeHovered"":5324,""week"":""2022-01-10""},{""time"":36676,""label"":""hovered"",""timeHovered"":6524,""week"":""2022-01-17""},{""time"":46634,""label"":""tour_next"",""step"":2},{""time"":54264,""label"":""tour_end"",""step"":2},{""time"":56570,""label"":""hovered"",""timeHovered"":1466,""week"":""2022-01-31""},{""time"":60773,""label"":""hovered"",""timeHovered"":2036,""week"":""2021-04-12""},{""time"":68738,""label"":""hovered"",""timeHovered"":1230,""week"":""2021-10-18""}]}","{""startTime"":1678932458895,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":4564,""label"":""hovered"",""timeHovered"":2572,""week"":""2021-06-21""},{""time"":7536,""label"":""hovered"",""timeHovered"":1401,""week"":""2021-05-31""},{""time"":8938,""label"":""hovered"",""timeHovered"":2419,""week"":""2021-06-14""},{""time"":11461,""label"":""hovered"",""timeHovered"":2482,""week"":""2021-08-16""}]}",0,moderate,line,0,0,0,Negative,3.2,0,4,4,8.874,2.2185,6897,15.0,0.5,0.5,1,0.5,2 +2023-03-15 22:11:17,2023-03-15 22:27:00,0,100,942,1,2023-03-15 22:27:01,R_xsavud1viZoDwyt,39.7351,-105.0269,EN,1,9.747,1.0,4.0,2.0,8.777000000000001,15.012,85,100,84,38.454,155.381,-2,1,72.255,-3,-3,152.056,1,47.799,15.011,5,5,5,5,5,5,No additional comments.,55.919,5,6,6,6,5,6,Because it came from the CDC.,23.259,6,No additional comments.,18.953,2,7,3,4,1,5,6,19.148,5,9,9,8,7,5,10,10,These are very general categories and my answers might vary if specific people were mentioned.,110.521,5,5,5,1,5,5,34.703,2,1.0,13.652999999999999,1,1956,Colorado,3,2,1,,7,,,4,4,1,78.164,5de5dba9ff87c15699804260,"{""startTime"":1678933053705,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932984286,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932764676,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":27,""label"":""tour_started""},{""time"":71,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1840,""week"":""50"",""id"":""chart""},{""time"":13507,""label"":""tour_next"",""step"":5},{""time"":34482,""label"":""cleared_brush"",""using"":""Click""},{""time"":40945,""label"":""tour_back"",""step"":5},{""time"":42865,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5098,""week"":""52"",""id"":""chart""},{""time"":48452,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6780,""week"":""52"",""id"":""chart""},{""time"":55287,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1534,""week"":""51"",""id"":""chart""},{""time"":59049,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1836,""week"":""6"",""id"":""chart""},{""time"":62011,""label"":""tour_next"",""step"":5},{""time"":73289,""label"":""started_brush"",""startDate"":""2021-09-23"",""endDate"":""2021-11-02""},{""time"":77955,""label"":""tour_next"",""step"":5},{""time"":97516,""label"":""moved_brush"",""startDate"":""2021-10-04"",""endDate"":""2021-11-02""},{""time"":101521,""label"":""moved_brush"",""startDate"":""2021-10-02"",""endDate"":""2021-10-30""},{""time"":103070,""label"":""tour_next"",""step"":5},{""time"":114131,""label"":""cleared_brush"",""using"":""Click""},{""time"":114131,""label"":""cleared_brush"",""using"":""Escape""},{""time"":117548,""label"":""tour_next"",""step"":5},{""time"":127700,""label"":""tour_end"",""step"":5},{""time"":130726,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1086,""week"":""3"",""id"":""chart""},{""time"":138751,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2084,""week"":""38"",""id"":""chart""},{""time"":147972,""label"":""started_brush"",""startDate"":""2021-12-04"",""endDate"":""2021-12-11""}]}","{""startTime"":1678932968727,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar,1,0,0,Positive,4.3,0,0,0,0.0,0.0,0,15.0,0.5,0.0,1,1.0,3 +2023-03-15 22:08:35,2023-03-15 22:27:11,0,100,1115,1,2023-03-15 22:27:11,R_3DcmpiXm8gQB9CT,40.7876,-74.06,EN,1,42.845,2.0,,2.0,5.747999999999999,15.017999999999999,86,95,58,102.916,180.44299999999998,1,1,177.722,-2,1,58.856,1,52.595,15.007,5,4,5,6,5,5,,49.486000000000004,4,6,5,5,3,5,Cause it's trustful information.,64.05,4,,22.094,2,7,3,4,1,5,6,41.055,5,6,9,6,4,8,7,9,,42.658,2,3,3,4,4,3,48.05,7,1.0,19.695,1,1960,New Jersey,5,2,1,,7,,,6,3,1,106.616,5ba345bcf07414000106135e,"{""startTime"":1678932949880,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933000070,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932699989,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":30374,""label"":""hovered"",""timeHovered"":4406,""week"":""2021-12-13""},{""time"":36348,""label"":""hovered"",""timeHovered"":9344,""week"":""2021-11-29""},{""time"":47500,""label"":""tour_next"",""step"":5},{""time"":95394,""label"":""cleared_brush"",""using"":""click""},{""time"":98401,""label"":""cleared_brush"",""using"":""click""},{""time"":116171,""label"":""started_brush"",""startDate"":""2021-09-22"",""endDate"":""2022-02-13""},{""time"":118812,""label"":""tour_next"",""step"":5},{""time"":131108,""label"":""moved_brush"",""startDate"":""2021-09-22"",""endDate"":""2022-02-13""},{""time"":133944,""label"":""moved_brush"",""startDate"":""2021-09-22"",""endDate"":""2022-02-13""},{""time"":136635,""label"":""moved_brush"",""startDate"":""2021-10-03"",""endDate"":""2022-02-13""},{""time"":137788,""label"":""tour_next"",""step"":5},{""time"":154356,""label"":""moved_brush"",""startDate"":""2021-10-03"",""endDate"":""2022-02-13""},{""time"":162114,""label"":""cleared_brush"",""using"":""click""},{""time"":162122,""label"":""cleared_brush"",""using"":""Escape""},{""time"":165099,""label"":""tour_next"",""step"":5},{""time"":177179,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678932934359,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line,1,0,0,Positive,3.2,0,0,0,0.0,0.0,0,15.0,1.0,0.5,1,1.0,3 +2023-03-15 22:15:11,2023-03-15 22:27:18,0,100,726,1,2023-03-15 22:27:18,R_2D0426ZofRM28re,39.1027,-94.5778,EN,1,15.245,,,,,15.011,100,90,41,26.315,50.786,1,1,51.411,1,1,49.07899999999999,-1,37.934,15.012,3,3,3,5,6,3,,32.833,5,6,3,3,7,3,"I don't know enough about the subject to know if the data is accurate. There's no reason for me to think it's incorrect, but I can't say that I know it is correct.",79.597,5,,39.785,2,7,3,4,1,5,6,36.196,3,5,5,5,5,3,9,9,,39.159,5,5,5,1,5,4,39.622,2,,5.271,2,1977,Missouri,6,3,1,,9,,Gladstone,6,3,1,119.02799999999999,6171da4573cf08b98b35ed1a,"{""startTime"":1678933297499,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933179912,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":19819},{""label"":""window_focused"",""time"":23095}]}","{""startTime"":1678933061197,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":15181,""label"":""tour_next"",""step"":2},{""time"":22354,""label"":""tour_end"",""step"":2},{""time"":28121,""label"":""hovered"",""timeHovered"":3365,""week"":""2022-01-03""}]}","{""startTime"":1678933164371,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":11428,""label"":""hovered"",""timeHovered"":1484,""week"":""2022-01-10""}]}",0,simple,line,0,1,0,Neutral,4.2,0,1,1,1.484,1.484,0,15.0,1.0,1.0,0,1.0,1 +2023-03-15 21:55:47,2023-03-15 22:27:22,0,100,1894,1,2023-03-15 22:27:23,R_1djpcqyvyjMqeGg,37.7042,-97.2778,EN,1,4.803999999999999,1.0,3.0,1.0,5.457999999999999,15.113,88,85,50,21.223000000000003,66.785,1,1,65.069,-3,-3,94.359,1,24.98,15.008,4,4,5,5,6,5,,61.201,3,5,4,2,3,4,"I trust the CDC. I don't trust anything completely, and I am not going to trust something that I see just because it says the data is from the CDC.",41.817,3,,10.166,2,7,3,4,1,5,6,15.307,4,6,6,6,8,3,8,7,,13.991,3,3,4,2,4,3,122.819,3,1.0,18.889,2,1983,Kansas,6,2,1,,7,,,5,4,1,64.135,5dea9fb3cb53ca1cda9f6116,"{""startTime"":1678932732341,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932794406,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":2613},{""label"":""window_focused"",""time"":411402}]}","{""startTime"":1678932583557,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":28182,""label"":""tour_next"",""step"":2},{""time"":35123,""label"":""tour_end"",""step"":2},{""time"":37614,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2766,""week"":""52"",""id"":""chart""},{""time"":40715,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1550,""week"":""1"",""id"":""chart""},{""time"":42351,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1048,""week"":""2"",""id"":""chart""},{""time"":46189,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6675,""week"":""52"",""id"":""chart2""},{""time"":52914,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1100,""week"":""1"",""id"":""chart2""},{""time"":61932,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1634,""week"":""17"",""id"":""chart2""}]}","{""startTime"":1678932716380,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar,1,0,0,Positive,3.2,0,0,0,0.0,0.0,0,15.0,1.0,0.0,1,1.0,1 +2023-03-15 22:16:56,2023-03-15 22:27:34,0,100,637,1,2023-03-15 22:27:34,R_1HnueyKLVTSRkf4,40.2389,-77.1935,EN,1,6.8260000000000005,,,,,15.107000000000001,70,22,60,23.703000000000003,145.30100000000002,1,1,50.667,-3,1,79.45,1,37.394,15.110999999999999,5,5,5,4,4,5,,17.782,4,2,4,7,2,5,I would assume it to be accurate. It looks scientific and seems professional. ,24.719,2,,5.353,2,7,3,4,1,5,6,23.424,3,3,5,3,3,6,6,8,,14.123,1,2,3,4,2,2,17.058,6,,5.382000000000001,2,1981,Pennsylvania,5,1,1,,8,Carlisle,,7,1,2,105.479,60838e2e91a6300001f9ac89,"{""startTime"":1678933277555,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933296250,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933076906,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":54,""label"":""tour_started""},{""time"":10403,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4930,""week"":""2"",""id"":""chart""},{""time"":19696,""label"":""tour_next"",""step"":5},{""time"":33481,""label"":""cleared_brush"",""using"":""Click""},{""time"":36616,""label"":""tour_back"",""step"":5},{""time"":36843,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1063,""week"":""51"",""id"":""chart""},{""time"":41891,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1344,""week"":""46"",""id"":""chart""},{""time"":43603,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1681,""week"":""51"",""id"":""chart""},{""time"":45307,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2259,""week"":""52"",""id"":""chart""},{""time"":49786,""label"":""tour_next"",""step"":5},{""time"":61694,""label"":""started_brush"",""startDate"":""2021-06-23"",""endDate"":""2021-09-17""},{""time"":62731,""label"":""tour_next"",""step"":5},{""time"":71703,""label"":""moved_brush"",""startDate"":""2021-10-01"",""endDate"":""2021-12-26""},{""time"":72540,""label"":""tour_next"",""step"":5},{""time"":81698,""label"":""cleared_brush"",""using"":""Click""},{""time"":83323,""label"":""tour_next"",""step"":5},{""time"":88124,""label"":""tour_end"",""step"":5},{""time"":123003,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1360,""week"":""51"",""id"":""chart""},{""time"":129234,""label"":""started_brush"",""startDate"":""2021-12-05"",""endDate"":""2022-02-07""},{""time"":135994,""label"":""moved_brush"",""startDate"":""2021-12-05"",""endDate"":""2022-02-07""},{""time"":136963,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":5306,""week"":""52"",""id"":""chart""},{""time"":142275,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1546,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678933261277,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":4166,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1562,""week"":""2"",""id"":""chart""},{""time"":5912,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1232,""week"":""1"",""id"":""chart""},{""time"":7160,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3481,""week"":""52"",""id"":""chart""}]}",0,complex,bar,1,1,0,Positive,2.3,0,3,3,6.275,2.091666666666667,2994,15.0,1.0,0.5,1,1.0,3 +2023-03-15 22:11:28,2023-03-15 22:27:38,0,100,970,1,2023-03-15 22:27:39,R_3qm7yBnA26l4Jzt,40.38,-75.2718,EN,1,3.825,1.0,2.0,2.0,7.37,15.005999999999998,68,2,55,31.68,72.185,1,1,63.748000000000005,-3,-3,60.468,-2,26.619,15.115,5,3,4,5,5,5,,46.272,4,5,5,4,7,5,It just seemed accurate in my opinion. It had a lot of data that seemed to coincide with what was happening in the world. ,32.898,6,,6.277,2,7,3,4,1,5,6,19.38,2,2,5,3,1,8,10,9,,17.201,3,4,5,4,4,4,371.49800000000005,2,3.0,25.546,2,1988,Pennsylvania,6,2,1,,7,,,7,4,1,100.508,5f4a187b40b01f589fe766eb,"{""startTime"":1678932981270,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932912860,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932760287,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":6897,""label"":""tour_next"",""step"":2},{""time"":15493,""label"":""tour_end"",""step"":2},{""time"":16579,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2777,""week"":""50"",""id"":""chart""},{""time"":19534,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":24090,""week"":""51"",""id"":""chart""},{""time"":44407,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1206,""week"":""1"",""id"":""chart""},{""time"":47676,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":21979,""week"":""52"",""id"":""chart2""},{""time"":69699,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1120,""week"":""1"",""id"":""chart2""}]}","{""startTime"":1678932897257,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar,0,1,0,Positive,4.0,0,0,0,0.0,0.0,0,15.0,1.0,0.0,0,1.0,1 +2023-03-15 22:18:40,2023-03-15 22:27:45,0,100,545,1,2023-03-15 22:27:46,R_1MSROdXcSW6Qd0w,28.1131,-81.6241,EN,1,5.6160000000000005,,,,,15.008,79,91,50,15.798,30.81,1,1,91.985,-3,1,72.343,1,37.24,15.01,3,2,3,4,5,3,,27.662,3,5,5,7,3,5,"Because you said ""assume i trust this visualization"" So, in this situation, i am agreeing with the statement, i trust this visualization.",43.998999999999995,4,,6.843,2,7,3,4,1,5,6,13.894,5,4,4,4,5,1,10,10,,21.888,3,3,4,4,4,3,35.645,2,,3.589,1,1982,Florida,3,2,1,,7,,,4,4,1,62.041000000000004,5ba2877a7590cc0001b50d0f,"{""startTime"":1678933303156,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933331745,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933164069,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":8892,""label"":""hovered"",""timeHovered"":1761,""week"":""2021-08-30""},{""time"":13106,""label"":""hovered"",""timeHovered"":1381,""week"":""2022-01-10""},{""time"":18043,""label"":""tour_next"",""step"":2},{""time"":23120,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933287637,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":6744,""label"":""hovered"",""timeHovered"":3863,""week"":""2022-01-03""},{""time"":10644,""label"":""hovered"",""timeHovered"":1126,""week"":""2022-01-03""}]}",0,simple,line,0,0,0,Neutral,3.5,0,2,2,4.989,2.4945,3900,15.0,1.0,0.5,1,1.0,1 +2023-03-15 22:13:19,2023-03-15 22:27:53,0,100,874,1,2023-03-15 22:27:53,R_3jfezqWCPQX2j0f,37.8051,-122.272,EN,1,21.574,,,,,15.027000000000001,94,88,78,22.247,176.298,1,1,93.641,-2,-3,106.204,1,54.346000000000004,15.015,5,7,6,3,6,5,,25.386,5,5,5,7,7,5,It is detailed and broken down into multiple data sets ,25.469,2,Thank you for the opportunity,33.531,2,7,3,4,1,5,6,40.154,6,7,6,7,7,6,10,8,,30.488000000000003,4,4,2,1,4,4,31.351999999999997,1,,4.703,1,1970,California,6,2,1,,3,,,16,4,1,101.3,62fee4976ce0883ebbc86e20,"{""startTime"":1678933120310,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933146940,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932871200,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":95,""label"":""tour_started""},{""time"":22453,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5192,""week"":""2"",""id"":""chart""},{""time"":31164,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1632,""week"":""31"",""id"":""chart""},{""time"":36249,""label"":""tour_next"",""step"":5},{""time"":57268,""label"":""started_brush"",""startDate"":""2021-06-16"",""endDate"":""2021-07-24""},{""time"":59425,""label"":""tour_next"",""step"":5},{""time"":71477,""label"":""cleared_brush"",""using"":""Click""},{""time"":96967,""label"":""cleared_brush"",""using"":""Click""},{""time"":113135,""label"":""cleared_brush"",""using"":""Click""},{""time"":131819,""label"":""started_brush"",""startDate"":""2021-05-10"",""endDate"":""2021-07-29""},{""time"":139062,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-06-24""},{""time"":142259,""label"":""tour_next"",""step"":5},{""time"":148421,""label"":""cleared_brush"",""using"":""Click""},{""time"":148422,""label"":""cleared_brush"",""using"":""Escape""},{""time"":151060,""label"":""tour_next"",""step"":5},{""time"":156190,""label"":""tour_end"",""step"":5},{""time"":163472,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":4345,""week"":""38"",""id"":""chart""}]}","{""startTime"":1678933103901,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,bar,0,1,0,Positive,3.2,0,0,0,0.0,0.0,0,15.0,1.0,0.0,1,1.0,3 +2023-03-15 22:02:16,2023-03-15 22:28:14,0,100,1557,1,2023-03-15 22:28:15,R_28SyaPrlkQmutjV,41.1683,-87.8779,EN,1,6.4510000000000005,,,,,15.126,77,84,60,28.427,137.08700000000002,1,1,131.391,-3,-3,56.522,1,103.84700000000001,15.019,5,2,5,5,6,5,,147.806,5,5,5,4,5,6,The data is presented in a way that is easy to understand.,23.909000000000002,5,,9.294,2,7,3,4,1,5,6,163.126,6,8,2,9,9,3,10,10,,74.84100000000001,2,3,4,3,3,3,38.869,2,,6.329,1,1985,Illinois,2,2,1,,7,,,7,4,1,219.90200000000002,61128c2c056a6993a3868078,"{""startTime"":1678932780707,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":107617,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1862,""week"":""4"",""id"":""chart""}]}","{""startTime"":1678932404046,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932193603,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":10993,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1222,""week"":""46"",""id"":""chart""},{""time"":15391,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3710,""week"":""33"",""id"":""chart""},{""time"":21033,""label"":""tour_next"",""step"":2},{""time"":51649,""label"":""tour_end"",""step"":2},{""time"":53821,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1227,""week"":""1"",""id"":""chart""}]}","{""startTime"":1678932388327,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,bar,0,1,0,Positive,3.0,0,0,0,0.0,0.0,0,15.0,1.0,0.0,1,0.0,2 +2023-03-15 22:17:08,2023-03-15 22:28:23,0,100,675,1,2023-03-15 22:28:24,R_1ptei3yvCzdTEd8,29.4032,-98.508,EN,1,5.497000000000001,1.0,4.0,2.0,8.402000000000001,15.015999999999998,84,100,48,26.494,38.902,-2,1,49.167,-3,-3,69.854,-3,46.951,15.008,3,4,4,5,5,5,,39.914,5,6,5,5,5,5,I somewhat trust this visualization in this instance. I feel like this showed way less case numbers than the reality though.,99.875,1,,19.965999999999998,2,7,3,4,1,5,6,14.887,1,1,1,2,1,2,11,5,,20.725,3,3,2,2,3,3,39.87,2,1.0,16.975,2,1979,Texas,4,3,1,,7,,,5,4,2,93.075,6365a371d807016cebfdb16c,"{""startTime"":1678933205779,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933246386,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933100856,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":35,""label"":""tour_started""},{""time"":25648,""label"":""tour_next"",""step"":2},{""time"":27679,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3181,""week"":""51"",""id"":""chart2""},{""time"":32010,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1050,""week"":""50"",""id"":""chart2""},{""time"":36929,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933190181,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar,0,1,0,Neutral,2.7,0,0,0,0.0,0.0,0,15.0,0.5,0.0,0,0.5,1 +2023-03-15 22:19:41,2023-03-15 22:28:42,0,100,540,1,2023-03-15 22:28:42,R_1C2UHZYM1QfpEl0,42.3737,-71.1284,EN,1,7.459,,,,,15.109000000000002,80,79,65,27.799,20.886,1,-2,69.523,-3,-3,73.639,1,48.031000000000006,15.017000000000001,3,4,3,3,5,3,,22.677,3,5,4,3,5,3,I don't know if the figures are accurate; therefore I can't know whether the visualization is accurate. ,20.122,4,,6.682,2,7,3,4,1,5,6,13.911,4,7,1,5,6,4,8,8,,19.48,4,4,5,2,3,4,19.8,1,,3.682,1,1971,Massachusetts,9,3,1,,7,,,17,4,1,40.604,58d876b14240e50001190090,"{""startTime"":1678933425727,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933448804,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933318997,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":6647,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3265,""week"":""1"",""id"":""chart""},{""time"":10825,""label"":""tour_next"",""step"":2},{""time"":14040,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1347,""week"":""50"",""id"":""chart2""},{""time"":16065,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1214,""week"":""1"",""id"":""chart2""},{""time"":18393,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933410117,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,bar,0,1,0,Negative,3.7,0,0,0,0.0,0.0,0,15.0,0.5,0.0,1,0.5,1 +2023-03-15 22:17:46,2023-03-15 22:28:51,0,100,665,1,2023-03-15 22:28:52,R_5nkT0xg0LJA6GM9,30.2423,-97.7672,EN,1,35.738,,,,,15.008,100,100,50,31.508000000000003,27.965999999999998,1,1,50.727,1,1,103.87299999999999,1,69.16,15.007,5,5,7,5,6,5,,30.184,3,5,5,7,7,5,The data was from the Department of Agriculture and I would believe that to be credible source of information for this study,65.113,4,,7.856,2,7,3,4,1,5,6,21.909000000000002,6,6,5,6,6,7,10,8,,36.629,4,4,4,2,4,4,31.476,5,,7.836,2,1970,Texas,6,3,1,,7,,,8,2,1,57.167,5f2f6bd965964e35e20c7445,"{""startTime"":1678933304548,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":2953,""label"":""hovered"",""timeHovered"":1390,""week"":""2022-01-03""},{""time"":5280,""label"":""hovered"",""timeHovered"":1167,""week"":""2022-01-03""}]}","{""startTime"":1678933335585,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933156394,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":10002,""label"":""tour_next"",""step"":2},{""time"":16706,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933289065,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,line,1,0,0,Positive,3.7,0,0,0,0.0,0.0,0,15.0,1.0,1.0,1,1.0,2 +2023-03-15 22:14:10,2023-03-15 22:28:58,0,100,887,1,2023-03-15 22:28:58,R_vC7LPxgYcRHXmVz,40.38,-75.2718,EN,1,21.491999999999997,,,,,15.110999999999999,100,78,58,25.3,104.195,1,1,77.087,1,1,80.872,1,55.093999999999994,15.012,4,6,4,5,6,4,,34.122,6,5,5,1,1,4,"well considering i know nothing about fungi and these 3 bugs's lives in croatia (altho I am familiar with them in my own life in PA), id have to take your word for it that it was accurate. if i saw this in a textbook or on the website of a scientist than i would accept it as accurate. it is a lovely graph but a survey showing it to me does not make it really real.",134.407,2,,11.455,2,7,3,4,1,5,6,23.794,4,6,2,3,4,4,10,7,,32.336,2,2,4,4,2,2,41.843999999999994,1,,3.7969999999999997,2,1955,Pennsylvania,6,1,1,,7,,,8,3,2,76.918,62b341383dad27265a7a75cb,"{""startTime"":1678933342384,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933099868,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":66270,""label"":""started_brush"",""startDate"":""2021-08-09"",""endDate"":""2021-09-15""},{""time"":69315,""label"":""started_brush"",""startDate"":""2021-10-07"",""endDate"":""2022-01-06""},{""time"":71556,""label"":""started_brush"",""startDate"":""2021-05-08"",""endDate"":""2021-07-18""}]}","{""startTime"":1678932924151,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":12892,""label"":""hovered"",""timeHovered"":2451,""week"":""2022-01-10""},{""time"":22811,""label"":""tour_next"",""step"":5},{""time"":44332,""label"":""started_brush"",""startDate"":""2021-07-30"",""endDate"":""2021-10-09""},{""time"":45250,""label"":""tour_next"",""step"":5},{""time"":50964,""label"":""moved_brush"",""startDate"":""2021-08-26"",""endDate"":""2021-11-05""},{""time"":51762,""label"":""tour_next"",""step"":5},{""time"":57653,""label"":""moved_brush"",""startDate"":""2021-06-01"",""endDate"":""2021-08-10""},{""time"":59932,""label"":""moved_brush"",""startDate"":""2021-09-30"",""endDate"":""2021-12-10""},{""time"":70404,""label"":""cleared_brush"",""using"":""click""},{""time"":70411,""label"":""cleared_brush"",""using"":""Escape""},{""time"":73284,""label"":""tour_next"",""step"":5},{""time"":80818,""label"":""tour_end"",""step"":5},{""time"":92890,""label"":""started_brush"",""startDate"":""2021-07-05"",""endDate"":""2021-09-26""},{""time"":101821,""label"":""started_brush"",""startDate"":""2021-05-04"",""endDate"":""2021-06-13""}]}","{""startTime"":1678933084332,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line,1,0,0,Positive,2.7,0,0,0,0.0,0.0,0,15.0,1.0,1.0,1,1.0,3 +2023-03-15 22:19:55,2023-03-15 22:29:16,0,100,560,1,2023-03-15 22:29:16,R_1MRj4wCeBagnUCO,33.3124,-111.9195,EN,1,6.728,,,,,15.01,50,82,50,17.775,15.87,1,1,42.18600000000001,-2,1,49.659,1,81.785,15.011,5,7,7,5,5,5,,21.733,5,5,3,7,3,5,"The data seems to be presented accurately. Therefore, I feel I can trust it",57.044,4,,9.447000000000001,2,7,3,4,1,5,6,19.986,4,4,8,9,4,6,8,8,,23.594,3,3,4,3,4,3,34.265,3,,6.601,2,1959,Arizona,4,2,1,,7,,,6,3,1,86.745,601736d3f57edd250d376de9,"{""startTime"":1678933330837,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933353361,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933248244,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":10871,""label"":""tour_next"",""step"":2},{""time"":14327,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933314965,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":13120,""label"":""hovered"",""timeHovered"":2313,""week"":""2022-01-10""}]}",0,moderate,line,1,0,0,Positive,3.3,0,1,1,2.313,2.313,0,15.0,1.0,0.5,1,0.5,2 +2023-03-15 22:10:58,2023-03-15 22:29:40,0,100,1121,1,2023-03-15 22:29:40,R_3qe2ANcjn8N7xTZ,36.0571,-86.6729,EN,1,72.737,,,,,15.200999999999999,93,68,50,71.354,78.39399999999999,-2,1,73.62899999999999,-3,-3,122.375,1,86.973,15.118,4,4,4,4,4,4,"I didn't remember seeing the source for the information before, but I do see it now underneath the graphs.",128.974,2,5,4,7,7,4,I don't recall a source for the provided information.,69.1,5,no additional comments,36.435,2,7,3,4,1,5,6,35.801,5,7,8,7,6,7,9,6,no additional comments,54.655,3,4,4,3,4,4,49.278,4,,32.888000000000005,2,1970,Tennessee,4,2,1,,7,,,7,4,1,89.416,579a4c6a82f7f90001ee9d92,"{""startTime"":1678933130846,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933001201,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932831863,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":9090,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5749,""week"":""35"",""id"":""chart""},{""time"":15473,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3433,""week"":""1"",""id"":""chart""},{""time"":18940,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3816,""week"":""52"",""id"":""chart""},{""time"":23906,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5050,""week"":""22"",""id"":""chart""},{""time"":30196,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":9026,""week"":""52"",""id"":""chart""},{""time"":43137,""label"":""tour_next"",""step"":2},{""time"":51839,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4067,""week"":""52"",""id"":""chart2""},{""time"":56606,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1033,""week"":""49"",""id"":""chart2""},{""time"":63389,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1667,""week"":""42"",""id"":""chart2""},{""time"":76389,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932985438,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":2261,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3124,""week"":""4"",""id"":""chart""},{""time"":6557,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2093,""week"":""50"",""id"":""chart""}]}",0,simple,bar,1,0,0,Negative,3.7,0,2,2,5.2170000000000005,2.6085,4296,15.0,0.5,0.0,1,0.5,1 +2023-03-15 22:11:27,2023-03-15 22:30:25,0,100,1138,1,2023-03-15 22:30:26,R_2QPz0YOO8Uu0YCT,41.7965,-71.4304,EN,1,68.732,1.0,4.0,2.0,38.371,15.011,68,82,49,71.4,101.53299999999999,1,1,76.546,-3,-3,119.256,1,57.068999999999996,15.014000000000001,5,4,4,4,6,5,,114.647,3,5,4,2,3,5,"If the data is sound, I don't see any sort of distortions in the way it is presented, and all the numbers are available for inspection.",96.414,5,,11.069,2,7,3,4,1,5,6,31.607,3,5,4,6,4,6,9,7,,55.906000000000006,4,3,5,2,4,4,38.154,2,2.0,18.105,1,1975,Massachusetts,7,3,1,,7,,,5,4,2,71.46300000000001,5c55b95b91c0ad0001cf86ab,"{""startTime"":1678933298038,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":34626,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3889,""week"":""40"",""id"":""chart2""}]}","{""startTime"":1678933098919,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":54,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1110,""week"":""52"",""id"":""chart""},{""time"":36173,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1737,""week"":""1"",""id"":""chart""},{""time"":57010,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1834,""week"":""52"",""id"":""chart2""}]}","{""startTime"":1678932903328,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":20,""label"":""tour_started""},{""time"":8906,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1251,""week"":""5"",""id"":""chart""},{""time"":11441,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2086,""week"":""2"",""id"":""chart""},{""time"":22806,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1131,""week"":""37"",""id"":""chart""},{""time"":23987,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1368,""week"":""38"",""id"":""chart""},{""time"":27857,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3253,""week"":""48"",""id"":""chart""},{""time"":35000,""label"":""tour_next"",""step"":2},{""time"":39885,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4988,""week"":""51"",""id"":""chart2""},{""time"":53716,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1350,""week"":""29"",""id"":""chart2""},{""time"":55100,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1084,""week"":""30"",""id"":""chart2""},{""time"":61155,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1119,""week"":""50"",""id"":""chart2""},{""time"":64358,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1252,""week"":""1"",""id"":""chart2""},{""time"":65760,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2769,""week"":""2"",""id"":""chart2""},{""time"":72717,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2603,""week"":""6"",""id"":""chart2""},{""time"":81164,""label"":""tour_end"",""step"":2},{""time"":88058,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4122,""week"":""52"",""id"":""chart""},{""time"":94221,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1167,""week"":""1"",""id"":""chart""},{""time"":98010,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1504,""week"":""52"",""id"":""chart2""}]}","{""startTime"":1678933083120,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":10871,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3569,""week"":""50"",""id"":""chart""},{""time"":14490,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1066,""week"":""51"",""id"":""chart""}]}",1,simple,bar,1,1,0,Positive,3.7,0,2,2,4.635,2.3175,3619,15.0,1.0,0.0,1,1.0,1 +2023-03-15 22:21:34,2023-03-15 22:31:19,0,100,584,1,2023-03-15 22:31:19,R_byGFAFWpG8xfaQF,42.055,-87.6951,EN,1,7.244,,,,,15.012,73,85,75,44.549,25.006999999999998,1,1,46.016000000000005,-3,-3,54.76,1,37.694,15.01,3,7,3,3,7,3,none,27.991,3,4,4,3,3,3,"I like to understand where sources of data come from, how studies were conducted. I just want more data to make an informed decision.",71.6,4,none,12.720999999999998,2,7,3,4,1,5,6,23.941999999999997,2,2,2,2,2,5,8,5,none,53.244,3,3,4,3,3,3,20.943,5,,5.367000000000001,1,1973,Illinois,3,3,1,,7,,,7,4,1,81.995,5fbb89e20ddd50a66ab62a67,"{""startTime"":1678933547645,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933455312,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":177,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1298,""week"":""1"",""id"":""chart""}]}","{""startTime"":1678933368061,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":9413,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2799,""week"":""1"",""id"":""chart""},{""time"":12401,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2544,""week"":""52"",""id"":""chart""},{""time"":16100,""label"":""tour_next"",""step"":2},{""time"":21967,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933439984,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":6742,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5863,""week"":""52"",""id"":""chart2""}]}",0,simple,bar,1,0,0,Negative,3.2,0,1,1,5.8629999999999995,5.8629999999999995,0,15.0,1.0,0.0,1,1.0,1 +2023-03-15 22:20:28,2023-03-15 22:31:22,0,100,653,1,2023-03-15 22:31:22,R_2dAaRFKcxotCF4P,33.5631,-84.5832,EN,1,17.167,2.0,,2.0,4.801,15.069,63,65,0,33.264,140.64600000000002,-2,1,34.449,1,1,75.51,1,55.31,15.11,7,7,1,5,6,1,,28.691999999999997,4,5,4,7,2,3,I don't trust the criteria that are being used to collect the data in the first place.,39.965,5,,7.968,2,7,3,4,1,5,6,19.297,1,1,7,3,2,6,9,7,,20.503,4,4,4,2,5,4,22.807,7,5.0,13.002,2,1982,Georgia,6,1,1,,7,,,11,4,1,43.651,605776c7ffd8cb64476fc73f,"{""startTime"":1678933601624,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933533526,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933319252,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":48,""label"":""tour_started""},{""time"":41632,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3553,""week"":""35"",""id"":""chart""},{""time"":47080,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":9988,""week"":""1"",""id"":""chart""},{""time"":57987,""label"":""tour_next"",""step"":5},{""time"":76025,""label"":""started_brush"",""startDate"":""2021-07-28"",""endDate"":""2021-10-03""},{""time"":77533,""label"":""started_brush"",""startDate"":""2021-12-16"",""endDate"":""2022-02-07""},{""time"":78787,""label"":""tour_next"",""step"":5},{""time"":86102,""label"":""moved_brush"",""startDate"":""2021-08-16"",""endDate"":""2021-10-07""},{""time"":88217,""label"":""tour_next"",""step"":5},{""time"":98687,""label"":""cleared_brush"",""using"":""Click""},{""time"":98688,""label"":""cleared_brush"",""using"":""Escape""},{""time"":100681,""label"":""tour_next"",""step"":5},{""time"":107299,""label"":""tour_end"",""step"":5},{""time"":108049,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1373,""week"":""52"",""id"":""chart""},{""time"":136473,""label"":""cleared_brush"",""using"":""Click""}]}","{""startTime"":1678933517366,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":13169,""label"":""started_brush"",""startDate"":""2021-10-31"",""endDate"":""2021-12-29""}]}",1,complex,bar,1,0,0,Negative,3.8,1,1,0,0.0,0.0,0,15.0,0.5,1.0,1,1.0,3 +2023-03-15 22:24:42,2023-03-15 22:31:26,0,100,403,1,2023-03-15 22:31:26,R_1pSx1jtfFqd7WTH,37.9208,-122.0182,EN,1,6.437,1.0,4.0,1.0,5.812,15.007,100,100,85,19.548,22.732,-2,-3,39.5,-3,1,40.879,1,30.377,15.109000000000002,4,7,5,4,4,5,,21.858,4,4,4,2,7,5,I figure it's taken from people who reported to them - no reason to mislead. ,19.586,6,,9.211,2,7,3,4,1,5,6,11.879000000000001,2,6,11,10,1,9,6,11,,20.266,5,5,5,1,5,5,14.921,6,1.0,10.539000000000001,2,1955,California,8,2,1,,7,,,16,1,1,51.2,5e2b74daae56b71b9d24d89b,"{""startTime"":1678933720531,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933672834,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933592625,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":27,""label"":""tour_started""},{""time"":6701,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1500,""week"":""6"",""id"":""chart""},{""time"":9082,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1164,""week"":""14"",""id"":""chart""},{""time"":15946,""label"":""tour_next"",""step"":2},{""time"":20657,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933657184,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":9433,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2586,""week"":""6"",""id"":""chart""}]}",1,moderate,bar,1,0,0,Positive,4.3,0,1,1,2.5860000000000003,2.5860000000000003,0,15.0,0.0,0.5,1,0.5,2 +2023-03-15 22:16:31,2023-03-15 22:31:27,0,100,895,1,2023-03-15 22:31:27,R_WdiiPgZl83NRg77,40.6643,-73.9763,EN,1,12.237,1.0,3.0,1.0,12.886,15.110999999999999,100,100,73,59.403,105.671,1,1,74.10300000000001,1,1,78.173,1,89.454,15.020999999999999,5,5,5,5,6,5,,64.355,6,5,6,7,4,5,The data comes from a reputable scientific source and is displayed in an accurate and useful way.,44.207,5,,10.133,2,7,3,4,1,5,6,27.535,2,8,4,6,5,1,9,8,,54.199,3,5,5,3,4,3,20.759,2,1.0,17.932000000000002,1,1970,New York,6,3,1,,8,Brooklyn,,3,4,2,119.12200000000001,570521cfde5095001018a0c8,"{""startTime"":1678933321445,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933387097,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933107825,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":19,""label"":""tour_started""},{""time"":3785,""label"":""hovered"",""timeHovered"":1929,""week"":""2021-12-20""},{""time"":5783,""label"":""hovered"",""timeHovered"":2727,""week"":""2021-12-20""},{""time"":10000,""label"":""hovered"",""timeHovered"":1411,""week"":""2022-01-03""},{""time"":11997,""label"":""hovered"",""timeHovered"":1080,""week"":""2022-01-24""},{""time"":31517,""label"":""tour_next"",""step"":5},{""time"":52067,""label"":""started_brush"",""startDate"":""2021-08-08"",""endDate"":""2021-12-07""},{""time"":53806,""label"":""tour_next"",""step"":5},{""time"":60426,""label"":""moved_brush"",""startDate"":""2021-06-16"",""endDate"":""2021-10-15""},{""time"":62834,""label"":""moved_brush"",""startDate"":""2021-06-16"",""endDate"":""2021-09-13""},{""time"":64741,""label"":""tour_next"",""step"":5},{""time"":71039,""label"":""cleared_brush"",""using"":""click""},{""time"":74836,""label"":""tour_next"",""step"":5},{""time"":85465,""label"":""tour_end"",""step"":5},{""time"":90930,""label"":""started_brush"",""startDate"":""2021-06-18"",""endDate"":""2021-08-07""},{""time"":94954,""label"":""moved_brush"",""startDate"":""2021-12-05"",""endDate"":""2022-01-24""},{""time"":98215,""label"":""moved_brush"",""startDate"":""2021-11-01"",""endDate"":""2022-01-24""}]}","{""startTime"":1678933305262,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line,1,1,0,Positive,3.8,0,0,0,0.0,0.0,0,15.0,1.0,1.0,1,1.0,3 +2023-03-15 22:21:42,2023-03-15 22:31:40,0,100,597,1,2023-03-15 22:31:40,R_3HnRNnanjtug6Vb,21.4254,-157.8138,EN,1,10.969000000000001,,,,,15.027000000000001,47,26,52,38.726,37.189,1,-1,47.145,-3,-3,69.99,1,44.041000000000004,15.023,2,2,3,2,5,3,,30.38,4,2,2,2,1,3,i dont understand it,18.475,4,,8.33,2,7,3,4,1,5,6,31.898000000000003,1,1,4,6,1,2,6,8,,24.909000000000002,2,3,3,3,2,2,30.294,2,,11.145999999999999,2,1950,Hawaii,6,2,1,,7,,,9,5,2,97.514,5ec195df3f2aec276ff0bf33,"{""startTime"":1678933552657,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933505686,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933381254,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":29,""label"":""tour_started""},{""time"":9389,""label"":""tour_next"",""step"":2},{""time"":17092,""label"":""tour_end"",""step"":2},{""time"":28905,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3171,""week"":""1"",""id"":""chart""}]}","{""startTime"":1678933489946,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":8348,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3321,""week"":""6"",""id"":""chart""}]}",0,moderate,bar,0,1,0,Negative,2.5,0,1,1,3.321,3.321,0,15.0,0.5,0.0,1,0.0,2 +2023-03-15 22:23:50,2023-03-15 22:31:49,0,100,478,1,2023-03-15 22:31:49,R_2c25vFYYkfRhdAd,37.6692,-97.2754,EN,1,5.346,1.0,2.0,1.0,5.952999999999999,15.012,91,97,82,13.545,39.87,-2,1,32.766999999999996,-2,1,57.72,1,71.515,15.012,4,4,5,4,4,5,,18.651,4,5,5,4,4,5,It looks like what I would imagine the data would be.,34.686,5,,8.806000000000001,2,7,3,4,1,5,6,14.788,2,3,2,2,7,6,10,10,,14.849,3,3,4,3,3,3,13.009,3,1.0,12.030999999999999,1,1982,Kansas,5,2,1,,9,,Wichita,4,4,1,62.952,62d38f10654f3fc8a393b551,"{""startTime"":1678933650608,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933595960,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933481834,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":3277,""label"":""hovered"",""timeHovered"":1231,""week"":""2021-10-25""},{""time"":6557,""label"":""hovered"",""timeHovered"":4628,""week"":""2022-01-10""},{""time"":16746,""label"":""hovered"",""timeHovered"":1333,""week"":""2021-06-21""},{""time"":21942,""label"":""hovered"",""timeHovered"":1698,""week"":""2022-01-10""},{""time"":32397,""label"":""tour_next"",""step"":2},{""time"":36152,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933580298,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7881,""label"":""hovered"",""timeHovered"":4594,""week"":""2021-05-31""}]}",1,moderate,line,0,1,0,Positive,3.2,0,1,1,4.593999999999999,4.593999999999999,0,15.0,0.5,0.5,1,0.5,2 +2023-03-15 22:24:22,2023-03-15 22:32:21,0,100,479,1,2023-03-15 22:32:22,R_2c8cFnT9zKW2nxA,33.9761,-83.3632,EN,1,4.812,,,,,15.107999999999999,100,100,42,13.325999999999999,10.201,-2,1,32.336999999999996,-3,-3,123.21799999999999,-2,79.57,15.145,6,6,6,6,6,6,,9.788,4,5,4,3,4,5,Its not a deceptive visualization and its clear to understand the data presented. ,21.453000000000003,5,,5.736000000000001,2,7,3,4,1,5,6,11.588,1,1,3,2,1,2,2,4,,24.038,3,5,4,2,5,3,33.994,4,,3.063,1,1995,Georgia,3,1,1,,7,,,9,4,1,45.018,62f70dd38becd2f7f2ce53a8,"{""startTime"":1678933688201,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933651860,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_focused"",""time"":1401}]}","{""startTime"":1678933501807,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":6111,""label"":""tour_next"",""step"":2},{""time"":8103,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933636240,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":7905},{""label"":""window_focused"",""time"":8922},{""label"":""window_blurred"",""time"":11868}]}",0,moderate,bar,1,1,0,Positive,3.7,0,0,0,0.0,0.0,0,10.850999999999999,0.5,0.0,0,0.0,2 +2023-03-15 22:21:55,2023-03-15 22:32:29,0,100,633,1,2023-03-15 22:32:29,R_1lAAakGCl39jdrp,40.7597,-73.98100000000001,EN,1,9.288,1.0,3.0,2.0,7.7989999999999995,15.109000000000002,100,100,53,41.123999999999995,31.923000000000002,1,1,73.10600000000001,-2,1,59.538999999999994,1,71.437,15.009,4,4,6,5,5,4,Many people never reported their status and whether or not they contracted covid so the statistics are not accurate without those findings,73.41199999999999,7,6,4,7,7,5,I trust it for reported cases...that's all the CDC can go by.,17.156,4,,13.308,2,7,3,4,1,5,6,27.392,8,5,7,8,9,9,11,10,,25.051,4,3,4,2,4,4,34.995,2,1.0,8.836,2,1948,New York,7,2,1,,7,,,5,2,1,63.38399999999999,5dcf34f64fee9907fc626f0f,"{""startTime"":1678933523413,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933597349,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933401650,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":11866,""label"":""hovered"",""timeHovered"":1360,""week"":""2021-12-13""},{""time"":14255,""label"":""hovered"",""timeHovered"":4420,""week"":""2021-11-01""},{""time"":18731,""label"":""hovered"",""timeHovered"":1630,""week"":""2021-11-01""},{""time"":22573,""label"":""tour_next"",""step"":2},{""time"":29305,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933507899,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line,1,0,0,Positive,3.5,0,0,0,0.0,0.0,0,15.0,1.0,0.5,1,1.0,1 +2023-03-15 22:15:07,2023-03-15 22:32:43,0,100,1056,1,2023-03-15 22:32:44,R_2WPjf7Bf1R8xjkc,40.6327,-73.6333,EN,1,6.612,1.0,2.0,2.0,8.168,15.117,100,100,85,82.77799999999999,39.741,1,-3,93.984,1,1,83.3,1,114.65,15.112,5,5,5,6,6,5,,45.964,6,6,6,6,6,6,"I can see the important data points on the graph, and it is informative.",91.096,1,,17.980999999999998,2,7,3,4,1,5,6,27.46,1,1,1,2,1,3,7,9,,43.79,1,2,2,4,2,2,44.99,4,4.0,35.566,1,1976,New York,3,1,1,,7,,,6,3,1,193.421,60b9af795939f976cb74232a,"{""startTime"":1678933347838,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933223270,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933073001,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":5209,""label"":""hovered"",""timeHovered"":2927,""week"":""2021-12-20""},{""time"":9220,""label"":""hovered"",""timeHovered"":3208,""week"":""2021-08-30""},{""time"":13220,""label"":""hovered"",""timeHovered"":2625,""week"":""2021-11-29""},{""time"":24005,""label"":""tour_next"",""step"":2},{""time"":29704,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933207501,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line,0,1,0,Positive,2.2,0,0,0,0.0,0.0,0,15.0,0.5,1.0,1,0.5,1 +2023-03-15 22:22:56,2023-03-15 22:32:53,0,100,596,1,2023-03-15 22:32:54,R_przuxICVhpEAk93,39.9945,-75.1648,EN,1,8.943999999999999,,,,,15.007,92,91,72,23.199,42.65,1,1,68.221,1,1,81.538,1,63.483000000000004,15.005999999999998,5,4,7,5,5,5,None.,33.504,5,5,5,4,3,5,"The visualization is easy to understand and gather info from, and I trust that the information provided is accurate. ",46.971000000000004,4,None.,10.282,2,7,3,4,1,5,6,19.394000000000002,5,8,2,8,5,4,10,9,None,29.355,2,2,4,3,3,2,19.452,2,,3.917,1,1999,Pennsylvania,5,2,1,,7,,,7,3,2,60.887,5d6513f46f5284000118ef1d,"{""startTime"":1678933637937,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933558579,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":4959,""label"":""hovered"",""timeHovered"":2795,""week"":""2022-01-03""}]}","{""startTime"":1678933431647,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":4,""label"":""tour_started""},{""time"":15297,""label"":""hovered"",""timeHovered"":2000,""week"":""2021-12-27""},{""time"":22683,""label"":""tour_next"",""step"":2},{""time"":29867,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933543269,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,line,0,2,0,Positive,2.7,0,0,0,0.0,0.0,0,15.0,1.0,1.0,1,1.0,1 +2023-03-15 22:22:33,2023-03-15 22:33:04,0,100,631,1,2023-03-15 22:33:04,R_1CeXtf7jFYE2lLw,29.4227,-98.4927,EN,1,43.865,2.0,,1.0,4.508,15.011,68,29,24,35.799,47.269,1,-1,37.458,-1,-3,66.945,-3,31.401999999999997,15.01,6,2,2,5,6,3,,45.251999999999995,5,6,5,6,4,3,I have read too many articles for and against the vaccine so I don't know what to trust or not trust.,46.0,5,,9.844,2,7,3,4,1,5,6,31.22,5,5,8,7,7,7,8,10,,29.798000000000002,4,5,4,1,5,5,33.827,3,1.0,16.1,2,1958,Texas,6,2,1,,7,,,3,4,2,71.628,55899b8dfdf99b7ae47f5fa4,"{""startTime"":1678933670979,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933598789,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933468534,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":18008,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6605,""week"":""1"",""id"":""chart""},{""time"":25809,""label"":""tour_next"",""step"":2},{""time"":33185,""label"":""tour_end"",""step"":2},{""time"":34873,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7324,""week"":""52"",""id"":""chart""},{""time"":43432,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1535,""week"":""46"",""id"":""chart""}]}","{""startTime"":1678933583414,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":10536,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2385,""week"":""14"",""id"":""chart""}]}",1,moderate,bar,0,1,0,Neutral,4.0,0,1,1,2.385,2.385,0,15.0,0.5,0.0,0,0.0,2 +2023-03-15 22:14:32,2023-03-15 22:33:07,0,100,1115,1,2023-03-15 22:33:08,R_3PaF9itgolhm9V5,31.3432,-85.844,EN,1,18.055999999999997,,,,,15.044,100,100,81,59.611000000000004,181.554,1,1,77.23899999999999,1,1,79.423,-1,36.26,15.05,4,4,5,6,6,5,,161.86,5,5,5,3,3,6,"If I trust the data and I understand the visualization, then I my trust the visualization.",52.601000000000006,5,,21.436999999999998,2,7,3,4,1,5,6,37.223,3,7,9,9,3,7,9,9,,83.14200000000001,3,4,4,3,4,3,81.706,6,,14.048,1,1974,Alabama,6,2,1,,7,,,17,3,2,79.41,640e3d1ee18df712eca9ec2d,"{""startTime"":1678933213987,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933376948,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932979458,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":22,""label"":""tour_started""},{""time"":31095,""label"":""hovered"",""timeHovered"":2034,""week"":""2022-01-10""},{""time"":40686,""label"":""tour_next"",""step"":5},{""time"":78087,""label"":""tour_back"",""step"":5},{""time"":93326,""label"":""tour_next"",""step"":5},{""time"":118155,""label"":""started_brush"",""startDate"":""2021-06-15"",""endDate"":""2021-07-11""},{""time"":130594,""label"":""started_brush"",""startDate"":""2021-08-07"",""endDate"":""2021-11-06""},{""time"":132476,""label"":""tour_next"",""step"":5},{""time"":139174,""label"":""moved_brush"",""startDate"":""2021-06-05"",""endDate"":""2021-11-06""},{""time"":142128,""label"":""moved_brush"",""startDate"":""2021-06-05"",""endDate"":""2021-12-07""},{""time"":144298,""label"":""tour_next"",""step"":5},{""time"":151027,""label"":""cleared_brush"",""using"":""click""},{""time"":163357,""label"":""cleared_brush"",""using"":""click""},{""time"":164736,""label"":""tour_next"",""step"":5},{""time"":175344,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678933198429,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line,1,1,0,Positive,3.5,0,0,0,0.0,0.0,0,15.0,1.0,1.0,0,0.0,3 +2023-03-15 22:19:09,2023-03-15 22:33:11,0,100,842,1,2023-03-15 22:33:11,R_zZpHtvbKDG2GvE5,40.726,-73.848,EN,1,11.514000000000001,,,,,15.107000000000001,85,94,55,42.785,52.101000000000006,1,1,53.802,-3,-3,87.20100000000001,1,51.492,15.008,4,3,2,3,4,4,,67.32,5,4,3,7,2,3,There is no indication where this data was obtained but it seems believable.,107.266,6,,7.603,2,7,3,4,1,5,6,28.302,3,4,9,7,2,9,8,9,,38.949,3,3,5,2,4,4,31.973000000000003,5,,9.312000000000001,1,1968,New York,6,3,1,,9,,White/Latino,4,4,1,131.30100000000002,5de96ccf7aeafe09d7e8a74a,"{""startTime"":1678933514496,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":11479,""label"":""source_clicked""},{""label"":""window_blurred"",""time"":11534},{""label"":""window_focused"",""time"":16570}]}","{""startTime"":1678933360253,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933237438,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":17112,""label"":""hovered"",""timeHovered"":1232,""week"":""2021-09-20""},{""time"":24834,""label"":""hovered"",""timeHovered"":1179,""week"":""2022-01-03""},{""time"":26013,""label"":""hovered"",""timeHovered"":1268,""week"":""2022-01-03""},{""time"":31249,""label"":""tour_next"",""step"":2},{""time"":38719,""label"":""tour_end"",""step"":2},{""label"":""window_blurred"",""time"":42502},{""label"":""window_focused"",""time"":50720}]}","{""startTime"":1678933344654,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7192,""label"":""hovered"",""timeHovered"":1651,""week"":""2021-04-19""},{""time"":10548,""label"":""hovered"",""timeHovered"":3996,""week"":""2021-11-29""}]}",0,simple,line,1,0,0,Positive,3.5,0,2,2,5.647,2.8235,3356,15.0,1.0,0.0,1,1.0,1 +2023-03-15 22:18:53,2023-03-15 22:33:29,0,100,876,1,2023-03-15 22:33:30,R_ROV6c2jLAv98mdj,39.1032,-108.5495,EN,1,22.275,1.0,4.0,1.0,13.251,15.113,92,85,31,51.163000000000004,38.391,1,1,122.426,-3,-3,87.829,1,47.87,15.013,5,5,5,5,6,5,,59.647,5,5,5,3,3,5,I looks like scientific and accurate data,21.444000000000003,4,,32.85,2,7,3,4,1,5,6,46.008,2,1,3,2,3,4,9,8,,28.904,2,3,3,3,3,3,38.192,2,1.0,22.691,2,1964,Colorado,4,2,1,,7,,,12,4,1,113.20200000000001,63d475b3b7f363ed16c745b0,"{""startTime"":1678933425797,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933485979,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933248047,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":12892,""label"":""tour_next"",""step"":2},{""time"":26506,""label"":""tour_end"",""step"":2},{""time"":32167,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2175,""week"":""4"",""id"":""chart2""}]}","{""startTime"":1678933410608,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar,1,1,0,Positive,2.8,0,0,0,0.0,0.0,0,15.0,1.0,0.0,1,1.0,1 +2023-03-15 22:18:50,2023-03-15 22:34:02,0,100,911,1,2023-03-15 22:34:02,R_1pJRJfQIVrwBAUG,40.1788,-77.0047,EN,1,7.0,,,,,15.120999999999999,100,91,62,63.287,219.157,1,1,62.625,-3,1,98.31200000000001,1,131.30200000000002,15.126,6,6,6,6,6,6,,26.642,6,6,6,6,6,6,"Since the visualization was based on a scientific and trusted reference, I trust that the data is accurate and can be trusted to be true, hence the same would apply to the visualization.",70.334,4,,7.32,2,7,3,4,1,5,6,26.783,4,5,6,8,5,7,8,7,,21.3,5,5,5,1,5,5,28.068,4,,4.885,1,1979,Pennsylvania,7,3,1,,2,,,12,2,1,62.81100000000001,5f490d10022f3f2e8f33cc9a,"{""startTime"":1678933594676,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933622246,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933226704,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":25,""label"":""tour_started""},{""time"":13990,""label"":""hovered"",""timeHovered"":2278,""week"":""2021-07-12""},{""time"":24235,""label"":""hovered"",""timeHovered"":31156,""week"":""2022-01-24""},{""time"":57993,""label"":""hovered"",""timeHovered"":2174,""week"":""2022-01-03""},{""time"":63438,""label"":""hovered"",""timeHovered"":2540,""week"":""2021-09-06""},{""time"":66493,""label"":""hovered"",""timeHovered"":9257,""week"":""2021-08-09""},{""time"":77457,""label"":""hovered"",""timeHovered"":1073,""week"":""2021-04-12""},{""time"":88173,""label"":""hovered"",""timeHovered"":1910,""week"":""2022-01-31""},{""time"":91709,""label"":""hovered"",""timeHovered"":2686,""week"":""2022-01-03""},{""time"":95500,""label"":""hovered"",""timeHovered"":1043,""week"":""2022-01-03""},{""time"":96548,""label"":""hovered"",""timeHovered"":4656,""week"":""2022-01-03""},{""time"":115541,""label"":""tour_next"",""step"":5},{""time"":129332,""label"":""started_brush"",""startDate"":""2021-06-04"",""endDate"":""2021-07-07""},{""time"":130313,""label"":""cleared_brush"",""using"":""click""},{""time"":133786,""label"":""started_brush"",""startDate"":""2021-08-07"",""endDate"":""2022-02-13""},{""time"":134401,""label"":""cleared_brush"",""using"":""click""},{""time"":141871,""label"":""started_brush"",""startDate"":""2021-04-22"",""endDate"":""2022-02-13""},{""time"":142939,""label"":""tour_next"",""step"":5},{""time"":150277,""label"":""moved_brush"",""startDate"":""2021-04-22"",""endDate"":""2022-02-13""},{""time"":151799,""label"":""moved_brush"",""startDate"":""2021-04-22"",""endDate"":""2022-02-13""},{""time"":154227,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-01""},{""time"":157735,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-12-13""},{""time"":158603,""label"":""tour_next"",""step"":5},{""time"":167606,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-13""},{""time"":171787,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-13""},{""time"":174761,""label"":""cleared_brush"",""using"":""click""},{""time"":174765,""label"":""cleared_brush"",""using"":""Escape""},{""time"":176076,""label"":""tour_next"",""step"":5},{""time"":185981,""label"":""started_brush"",""startDate"":""2021-07-28"",""endDate"":""2021-12-10""},{""time"":201733,""label"":""tour_end"",""step"":5},{""time"":211482,""label"":""started_brush"",""startDate"":""2021-04-13"",""endDate"":""2022-02-13""}]}","{""startTime"":1678933578928,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":8554,""label"":""hovered"",""timeHovered"":3966,""week"":""2021-06-07""}]}",0,complex,line,1,1,0,Positive,4.3,0,1,1,3.966,3.966,0,15.0,1.0,0.5,1,1.0,3 +2023-03-15 22:23:10,2023-03-15 22:34:32,0,100,682,1,2023-03-15 22:34:32,R_3EEV0L60eHzB1vP,40.6774,-80.6006,EN,1,7.526,,,,,15.112,87,83,36,59.699,41.781000000000006,1,1,51.401,-1,1,62.236000000000004,-1,54.11600000000001,15.009,3,4,5,4,5,3,,76.70100000000001,3,3,2,7,1,5,BECAUSE AT THE BEGINNING YOU SAID TO ASSUME WE TRUST THE IDEA SO THATS WHAT I DID,41.758,1,,10.878,2,7,3,4,1,5,6,24.41,7,8,8,6,6,8,9,9,,27.34,3,3,3,3,3,3,37.0,4,,8.42,2,1976,Ohio,3,2,1,,7,,,6,3,1,72.102,5ec9fc1650b79c158be48421,"{""startTime"":1678933693717,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933605306,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":3663,""label"":""hovered"",""timeHovered"":1282,""week"":""2021-09-20""},{""time"":4977,""label"":""hovered"",""timeHovered"":1845,""week"":""2021-09-27""}]}","{""startTime"":1678933484909,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":25520,""label"":""tour_next"",""step"":2},{""time"":32831,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933589769,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":2847,""label"":""hovered"",""timeHovered"":5107,""week"":""2021-12-13""}]}",0,moderate,line,0,0,0,Neutral,3.0,0,1,1,5.107,5.107,0,15.0,1.0,0.5,0,0.5,2 +2023-03-15 22:13:25,2023-03-15 22:34:34,0,100,1268,1,2023-03-15 22:34:34,R_2rpW46mDGSjOpjr,43.1774,-86.1982,EN,1,98.803,1.0,2.0,1.0,10.456,15.110999999999999,84,84,50,54.223,102.28299999999999,1,1,123.934,1,-3,125.404,1,98.27,15.110999999999999,5,2,5,4,5,5,It is worth it to get the vaccine.,70.208,2,4,4,1,7,4,"I trust that it shows increases or decreases in the amount of people with COVID. If someone asked me for precise numbers, which they most likely won't, it is a little more difficult to give them precise numbers. I do believe it gives a somewhat good overall picture of those that were diagnosed with COVID.",155.76,5,,17.084,2,7,3,4,1,5,6,46.701,3,5,9,6,5,5,10,9,,32.84,3,3,4,2,4,4,58.206,3,1.0,29.433000000000003,1,1973,Michigan,8,3,1,,7,,,17,4,1,118.88600000000001,63c6e885e6834fbb0d9c0ebf,"{""startTime"":1678933465980,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933252620,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933007676,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":44,""label"":""tour_started""},{""time"":18961,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1061,""week"":""1"",""id"":""chart""},{""time"":20729,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3022,""week"":""52"",""id"":""chart""},{""time"":28305,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1824,""week"":""5"",""id"":""chart""},{""time"":33528,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1046,""week"":""6"",""id"":""chart""},{""time"":52997,""label"":""tour_next"",""step"":2},{""time"":62663,""label"":""tour_end"",""step"":2},{""time"":71425,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1395,""week"":""52"",""id"":""chart""},{""time"":80801,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2509,""week"":""5"",""id"":""chart""},{""time"":84113,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1095,""week"":""1"",""id"":""chart""},{""time"":85424,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1865,""week"":""52"",""id"":""chart""},{""time"":87456,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1382,""week"":""1"",""id"":""chart""},{""time"":91992,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3205,""week"":""24"",""id"":""chart""},{""time"":95401,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3593,""week"":""23"",""id"":""chart""}]}","{""startTime"":1678933236782,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar,0,1,0,Neutral,3.3,0,0,0,0.0,0.0,0,15.0,1.0,0.5,1,0.5,2 +2023-03-15 22:21:30,2023-03-15 22:34:39,0,100,788,1,2023-03-15 22:34:40,R_3erAQroDH00eDAw,40.9039,-73.837,EN,1,6.301,1.0,4.0,2.0,9.014,15.01,100,100,50,63.446000000000005,202.07299999999998,1,-2,50.026,-1,1,21.259,-1,16.177,15.110999999999999,6,3,6,3,1,6,I don't know how to interpret the graph.,42.102,3,1,1,1,1,6,I suspect it was put together by the CDC.,28.934,7,,12.401,2,7,3,4,1,5,6,37.774,3,3,2,3,3,2,11,7,,24.27,1,1,5,5,1,1,25.063000000000002,1,1.0,41.364,2,1946,New York,7,2,1,,7,,,5,4,1,102.051,57d435c8ca054400014bac35,"{""startTime"":1678933706898,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933749594,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933469273,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":5179,""label"":""hovered"",""timeHovered"":4180,""week"":""2022-01-24""},{""time"":27121,""label"":""tour_next"",""step"":5},{""time"":76480,""label"":""tour_back"",""step"":5},{""time"":78196,""label"":""hovered"",""timeHovered"":1262,""week"":""2021-12-20""},{""time"":85511,""label"":""tour_next"",""step"":5},{""time"":146104,""label"":""cleared_brush"",""using"":""click""},{""time"":156491,""label"":""started_brush"",""startDate"":""2021-12-10"",""endDate"":""2022-02-13""},{""time"":159526,""label"":""tour_next"",""step"":5},{""time"":172587,""label"":""moved_brush"",""startDate"":""2021-12-10"",""endDate"":""2022-02-13""},{""time"":176946,""label"":""moved_brush"",""startDate"":""2021-12-10"",""endDate"":""2022-02-13""},{""time"":178158,""label"":""tour_next"",""step"":5},{""time"":190188,""label"":""cleared_brush"",""using"":""click""},{""time"":190191,""label"":""cleared_brush"",""using"":""Escape""},{""time"":192527,""label"":""tour_next"",""step"":5},{""time"":199359,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678933691412,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line,1,0,0,Positive,2.3,0,0,0,0.0,0.0,0,15.0,0.5,0.5,0,0.0,3 +2023-03-15 22:25:21,2023-03-15 22:34:55,0,100,573,1,2023-03-15 22:34:55,R_O89HNSVjsjlwEmt,40.1597,-75.7862,EN,1,29.0,1.0,4.0,2.0,7.222,15.113,91,31,51,41.4,53.401,1,-2,29.285,-2,1,70.702,-1,35.782,15.01,4,2,3,4,4,4,If this data is truly from the CDC then I would trust it,45.667,2,4,4,4,3,3,"I am not sure where this data came from, so I am not sure if it is reliable. ",26.166999999999998,1,,5.507000000000001,2,7,3,4,1,5,6,24.485,4,5,3,6,6,4,9,8,,17.685,3,2,2,4,3,2,26.97,2,1.0,16.059,2,1983,Pennsylvania,3,2,1,,9,,St. Marys,7,4,1,58.797,5d4254db5b2c430001418a3c,"{""startTime"":1678933823374,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933776364,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933635074,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":11730,""label"":""hovered"",""timeHovered"":6181,""week"":""2021-04-12""},{""time"":25195,""label"":""hovered"",""timeHovered"":2666,""week"":""2022-01-17""},{""time"":46100,""label"":""tour_next"",""step"":2},{""time"":49706,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933760695,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line,1,0,0,Negative,2.7,0,0,0,0.0,0.0,0,15.0,0.5,0.5,0,0.5,2 +2023-03-15 22:24:22,2023-03-15 22:35:03,0,100,641,1,2023-03-15 22:35:04,R_2rBnyudY0WBAV5x,43.0382,-87.91,EN,1,6.454,,,,,15.014000000000001,75,93,65,33.86,31.53,1,1,42.961000000000006,1,1,140.08,1,23.703000000000003,15.112,3,3,4,5,6,4,,32.917,4,5,5,3,3,4,"it has a source, so why shouldn't I trust it?",32.643,4,,17.171,2,7,3,4,1,5,6,27.421999999999997,2,2,9,6,1,2,3,3,,25.035,4,4,5,1,4,4,36.023,7,,8.628,1,1977,Iowa,3,1,1,,8,Dyersville,,14,3,1,85.46700000000001,63d7e87ee7333b219a553295,"{""startTime"":1678933621011,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933654586,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933529542,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":12671,""label"":""tour_next"",""step"":2},{""time"":19683,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933605107,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,line,1,0,0,Positive,3.7,0,0,0,0.0,0.0,0,15.0,1.0,1.0,1,1.0,1 +2023-03-15 22:19:31,2023-03-15 22:35:38,0,100,966,1,2023-03-15 22:35:38,R_1gABTZYJeMJGBKZ,47.2067,-122.4414,EN,1,9.107999999999999,1.0,4.0,2.0,10.001,15.110999999999999,79,39,62,63.805,273.20599999999996,1,1,46.65,-3,-3,92.51100000000001,1,36.946,15.120999999999999,5,3,5,5,6,5,I always thought the CDC data was not collected very well. Wasn't it by fax or something? Also rise of home tests calls this all into question as time goes on.,92.544,3,4,7,1,1,5,"I don't think there are any lies here. It's the most accurate information the CDC has. It might miss some cases but the trends are still correct, I think.",37.874,7,,11.308,2,7,3,4,1,5,6,24.206999999999997,8,9,7,8,10,6,11,11,Currently I trust the Democratic Party far more than the Republican Party. Dems only would be an 8.,54.516999999999996,5,5,5,1,5,5,27.193,1,1.0,15.203,2,1970,Washington,7,2,1,,7,,,9,4,2,77.559,5dda0a8b3c870a9824c901f5,"{""startTime"":1678933613581,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":15936,""label"":""started_brush"",""startDate"":""2021-08-20"",""endDate"":""2021-08-31""},{""time"":21270,""label"":""started_brush"",""startDate"":""2021-10-31"",""endDate"":""2021-12-30""},{""time"":26713,""label"":""cleared_brush"",""using"":""Click""}]}","{""startTime"":1678933706652,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933285469,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":21,""label"":""tour_started""},{""time"":55878,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6680,""week"":""38"",""id"":""chart""},{""time"":63411,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":11111,""week"":""52"",""id"":""chart""},{""time"":74873,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2349,""week"":""51"",""id"":""chart""},{""time"":79260,""label"":""tour_next"",""step"":5},{""time"":106544,""label"":""started_brush"",""startDate"":""2021-06-02"",""endDate"":""2021-09-01""},{""time"":108552,""label"":""tour_next"",""step"":5},{""time"":130080,""label"":""cleared_brush"",""using"":""Click""},{""time"":142112,""label"":""started_brush"",""startDate"":""2021-11-05"",""endDate"":""2021-11-10""},{""time"":143530,""label"":""cleared_brush"",""using"":""Click""},{""time"":145734,""label"":""cleared_brush"",""using"":""Click""},{""time"":147999,""label"":""started_brush"",""startDate"":""2021-08-31"",""endDate"":""2021-11-04""},{""time"":155011,""label"":""tour_back"",""step"":5},{""time"":161568,""label"":""cleared_brush"",""using"":""Click""},{""time"":169221,""label"":""cleared_brush"",""using"":""Click""},{""time"":172557,""label"":""tour_back"",""step"":5},{""time"":178025,""label"":""tour_next"",""step"":5},{""time"":185274,""label"":""cleared_brush"",""using"":""Click""},{""time"":188456,""label"":""cleared_brush"",""using"":""Click""},{""time"":190695,""label"":""tour_back"",""step"":5},{""time"":190828,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":2247,""week"":""44"",""id"":""chart""},{""time"":196495,""label"":""tour_next"",""step"":5},{""time"":201458,""label"":""cleared_brush"",""using"":""Click""},{""time"":218082,""label"":""cleared_brush"",""using"":""Click""},{""time"":220048,""label"":""started_brush"",""startDate"":""2021-06-26"",""endDate"":""2021-09-06""},{""time"":221330,""label"":""tour_next"",""step"":5},{""time"":238144,""label"":""moved_brush"",""startDate"":""2021-11-03"",""endDate"":""2022-01-14""},{""time"":241584,""label"":""tour_next"",""step"":5},{""time"":246448,""label"":""cleared_brush"",""using"":""Click""},{""time"":247885,""label"":""tour_next"",""step"":5},{""time"":258187,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678933596653,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar,1,0,0,Positive,4.3,0,0,0,0.0,0.0,0,15.0,1.0,0.0,1,1.0,3 +2023-03-15 22:16:56,2023-03-15 22:35:38,0,100,1121,1,2023-03-15 22:35:39,R_1mDvut5HXaOmqnb,45.4383,-122.6147,EN,1,13.703,1.0,3.0,1.0,11.998,15.007,70,46,62,93.20299999999999,311.437,-2,1,89.301,-3,-3,117.86399999999999,1,45.303000000000004,15.109000000000002,5,2,5,4,5,5,It might be interesting to see the age brackets further broken up.,102.602,6,4,4,3,4,5,"It seems like it has very specific data and it corresponds with what I think might happen, especially in the winter months.",62.17100000000001,4,,9.901,2,7,3,4,1,5,6,31.543000000000003,4,7,8,6,7,5,9,9,,27.006,3,2,4,3,4,3,36.105,2,2.0,17.455,1,1966,Oregon,4,3,1,,9,,Milwaukie,4,4,1,59.301,60faefcf667e07570bed9dcb,"{""startTime"":1678933637013,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933544043,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933169705,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":60,""label"":""tour_started""},{""time"":7326,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":20521,""week"":""52"",""id"":""chart""},{""time"":28774,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1115,""week"":""51"",""id"":""chart""},{""time"":31189,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7685,""week"":""4"",""id"":""chart""},{""time"":41424,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1418,""week"":""50"",""id"":""chart""},{""time"":54361,""label"":""tour_next"",""step"":5},{""time"":71266,""label"":""started_brush"",""startDate"":""2021-05-31"",""endDate"":""2021-07-04""},{""time"":78247,""label"":""started_brush"",""startDate"":""2021-09-29"",""endDate"":""2022-02-07""},{""time"":86651,""label"":""started_brush"",""startDate"":""2021-04-29"",""endDate"":""2021-08-24""},{""time"":91251,""label"":""tour_next"",""step"":5},{""time"":128297,""label"":""started_brush"",""startDate"":""2021-10-24"",""endDate"":""2022-02-02""},{""time"":137395,""label"":""cleared_brush"",""using"":""Click""},{""time"":146012,""label"":""tour_back"",""step"":5},{""time"":151784,""label"":""cleared_brush"",""using"":""Click""},{""time"":157429,""label"":""cleared_brush"",""using"":""Click""},{""time"":159834,""label"":""cleared_brush"",""using"":""Click""},{""time"":169406,""label"":""moved_brush"",""startDate"":""2021-11-19"",""endDate"":""2022-01-06""},{""time"":184916,""label"":""cleared_brush"",""using"":""Click""},{""time"":192920,""label"":""started_brush"",""startDate"":""2022-02-01"",""endDate"":""2022-02-07""},{""time"":193831,""label"":""started_brush"",""startDate"":""2021-09-15"",""endDate"":""2021-09-25""},{""time"":195504,""label"":""tour_next"",""step"":5},{""time"":206642,""label"":""cleared_brush"",""using"":""Click""},{""time"":216455,""label"":""cleared_brush"",""using"":""Click""},{""time"":219547,""label"":""cleared_brush"",""using"":""Click""},{""time"":223779,""label"":""cleared_brush"",""using"":""Click""},{""time"":227547,""label"":""cleared_brush"",""using"":""Click""},{""time"":239766,""label"":""cleared_brush"",""using"":""Click""},{""time"":245209,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-07-25""},{""time"":246906,""label"":""tour_next"",""step"":5},{""time"":260376,""label"":""cleared_brush"",""using"":""Click""},{""time"":260376,""label"":""cleared_brush"",""using"":""Escape""},{""time"":262487,""label"":""tour_next"",""step"":5},{""time"":269518,""label"":""tour_end"",""step"":5},{""time"":275398,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":9246,""week"":""2"",""id"":""chart""},{""time"":284782,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":5681,""week"":""1"",""id"":""chart""},{""time"":290718,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":2910,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678933528096,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar,0,1,0,Positive,3.2,0,0,0,0.0,0.0,0,15.0,0.5,0.0,1,1.0,3 +2023-03-15 22:24:45,2023-03-15 22:36:14,0,100,688,1,2023-03-15 22:36:14,R_2f1aKBmj9N45uHS,28.0109,-82.4948,EN,1,8.177999999999999,1.0,4.0,1.0,7.16,15.107999999999999,90,97,83,18.291,30.639,-2,-2,96.273,1,1,46.783,-1,121.777,15.115,5,4,4,5,5,5,,43.754,5,5,5,3,2,5,It cited the CDC as the source of the data and I trust the CDC.,19.932000000000002,4,,17.94,2,7,3,4,1,5,6,14.734000000000002,1,6,9,6,6,8,10,10,,26.748,5,5,5,1,5,5,34.154,2,2.0,9.263,1,1982,North Carolina,6,3,1,,7,,,17,3,1,95.165,62354223d36eda662355a9c0,"{""startTime"":1678933699865,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933744358,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933553630,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":1002,""label"":""hovered"",""timeHovered"":2117,""week"":""2021-09-20""},{""time"":14824,""label"":""hovered"",""timeHovered"":4228,""week"":""2021-12-27""},{""time"":21240,""label"":""tour_next"",""step"":2},{""time"":24858,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933683870,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":1410,""label"":""hovered"",""timeHovered"":1216,""week"":""2022-01-03""},{""time"":5243,""label"":""hovered"",""timeHovered"":8761,""week"":""2021-12-27""}]}",1,simple,line,1,0,0,Positive,4.3,0,2,2,9.977,4.9885,3833,15.0,0.0,1.0,0,0.0,1 +2023-03-15 22:17:19,2023-03-15 22:36:19,0,100,1139,1,2023-03-15 22:36:19,R_3dtPGOk0hlqjxuh,44.5542,-72.6002,EN,1,34.214,,,,,15.052,69,79,29,60.6,92.14399999999999,-2,1,74.433,-3,-3,140.303,-1,91.90100000000001,15.044,3,3,3,5,6,4,,138.11,3,5,3,2,2,3,"This particular version did not show that it came from their department of agriculture. Plus, any data can be slanted toward one direction, especially if there is no opposing data shown that could show another viewpoint. I trust it only to the extent of the data I was provided.",130.234,5,,19.136,2,7,3,4,1,5,6,45.208,6,6,7,6,6,6,8,7,,47.495,4,4,5,1,4,4,31.546999999999997,2,,8.044,2,1954,Vermont,3,2,1,,9,,Stowe,4,3,1,74.235,5dbd1569f8223b28d73ed6ae,"{""startTime"":1678933348220,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":5826,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5116,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678933487390,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933164552,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":34,""label"":""tour_started""},{""time"":8806,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2868,""week"":""1"",""id"":""chart""},{""time"":11823,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2785,""week"":""52"",""id"":""chart""},{""time"":14707,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1885,""week"":""51"",""id"":""chart""},{""time"":16658,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1200,""week"":""50"",""id"":""chart""},{""time"":34268,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4389,""week"":""4"",""id"":""chart""},{""time"":40595,""label"":""tour_next"",""step"":2},{""time"":43318,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5638,""week"":""51"",""id"":""chart2""},{""time"":49096,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1195,""week"":""52"",""id"":""chart2""},{""time"":64003,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8219,""week"":""52"",""id"":""chart2""},{""time"":88222,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933332280,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,bar,1,0,0,Negative,3.7,0,0,0,0.0,0.0,0,15.0,0.5,0.0,0,0.5,1 +2023-03-15 22:01:01,2023-03-15 22:36:48,0,100,2147,1,2023-03-15 22:36:49,R_3nPAIyjlNVOXnyD,28.4643,-82.5998,EN,1,25.926,,,,,15.01,64,89,54,391.92,127.869,-3,1,49.385,1,-3,189.062,1,121.448,15.015999999999998,3,3,3,5,6,3,,298.922,3,5,3,3,3,5,I was told to assume I trusted it for those questions,199.644,2,,35.791,2,7,3,4,1,5,6,20.682,4,4,3,3,3,5,11,11,,31.397,4,5,5,3,5,4,24.485,4,,5.3870000000000005,1,1976,Florida,2,2,1,,7,,,4,4,1,146.192,62951acd624dba0f4429d988,"{""startTime"":1678932996376,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":82941},{""label"":""window_focused"",""time"":168765}]}","{""startTime"":1678933296392,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":1471,""label"":""hovered"",""timeHovered"":1229,""week"":""2021-11-29""},{""time"":2710,""label"":""hovered"",""timeHovered"":86557,""week"":""2021-11-29""},{""time"":92630,""label"":""hovered"",""timeHovered"":50830,""week"":""2021-11-08""}]}","{""startTime"":1678932730265,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":11132,""label"":""hovered"",""timeHovered"":1515,""week"":""2021-09-06""},{""time"":13330,""label"":""hovered"",""timeHovered"":2517,""week"":""2021-09-20""},{""time"":18198,""label"":""hovered"",""timeHovered"":1032,""week"":""2021-09-20""},{""time"":19528,""label"":""hovered"",""timeHovered"":1983,""week"":""2021-07-19""},{""time"":28273,""label"":""tour_next"",""step"":5},{""time"":79457,""label"":""started_brush"",""startDate"":""2021-05-30"",""endDate"":""2021-06-30""},{""time"":81149,""label"":""tour_next"",""step"":5},{""time"":97667,""label"":""moved_brush"",""startDate"":""2021-05-30"",""endDate"":""2021-06-18""},{""time"":99504,""label"":""tour_next"",""step"":5},{""time"":108594,""label"":""cleared_brush"",""using"":""click""},{""time"":110721,""label"":""tour_next"",""step"":5},{""time"":119111,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678932980973,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line,0,0,0,Neutral,4.3,0,0,0,0.0,0.0,0,15.0,0.5,0.5,1,1.0,3 +2023-03-15 22:20:23,2023-03-15 22:36:51,0,100,988,1,2023-03-15 22:36:52,R_2zGSDca8S3TEXz1,28.2365,-82.3289,EN,1,24.145,1.0,2.0,2.0,7.1579999999999995,15.015999999999998,86,86,13,60.051,59.777,1,1,120.101,-2,1,58.193999999999996,1,100.804,15.019,3,2,4,5,6,4,Thank you.,70.083,2,5,4,5,4,4,"I would need a little more information to say that I absolutely ""trust this visualization.""",57.532,4,Thank you.,18.752,2,7,3,4,1,5,6,35.25,2,3,2,2,3,5,8,5,,28.473000000000003,3,4,4,1,3,3,46.6,1,2.0,24.873,2,1970,Florida,3,2,1,,9,,Snellville,7,4,1,85.765,5e1b5ab486a44538d261922c,"{""startTime"":1678933672502,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933523957,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933389648,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":12926,""label"":""hovered"",""timeHovered"":1309,""week"":""2021-08-09""},{""time"":17202,""label"":""hovered"",""timeHovered"":1515,""week"":""2022-01-03""},{""time"":28978,""label"":""hovered"",""timeHovered"":3464,""week"":""2022-01-10""},{""time"":32744,""label"":""hovered"",""timeHovered"":1265,""week"":""2021-12-13""},{""time"":34278,""label"":""hovered"",""timeHovered"":2096,""week"":""2021-10-04""},{""time"":37317,""label"":""hovered"",""timeHovered"":1590,""week"":""2022-01-24""},{""time"":38991,""label"":""hovered"",""timeHovered"":1682,""week"":""2022-02-07""},{""time"":46158,""label"":""tour_next"",""step"":2},{""time"":52826,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933508448,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line,1,0,0,Negative,3.0,0,0,0,0.0,0.0,0,15.0,1.0,0.5,1,0.5,2 +2023-03-15 22:24:26,2023-03-15 22:37:01,0,100,754,1,2023-03-15 22:37:01,R_3shOC6Sx21Ydc3y,42.2739,-89.0474,EN,1,66.025,,,,,15.015999999999998,50,0,50,19.942,66.95,-1,1,59.963,-3,-3,169.84900000000002,-1,57.802,15.01,3,1,3,1,1,3,,23.166,1,7,1,1,1,3,I don't know the source or the purpose.,25.083000000000002,1,,10.448,2,7,3,4,1,5,6,21.401,1,2,1,2,1,1,10,10,,26.903000000000002,2,1,2,4,2,2,27.846,1,,9.441,2,1966,Illinois,4,2,1,,7,,,7,4,1,87.51799999999999,5ee2e7bf21501a83d55642cd,"{""startTime"":1678933828573,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933852315,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933575142,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":22,""label"":""tour_started""},{""time"":17850,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2683,""week"":""51"",""id"":""chart""},{""time"":20617,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2132,""week"":""52"",""id"":""chart""},{""time"":22783,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1134,""week"":""1"",""id"":""chart""},{""time"":26457,""label"":""tour_next"",""step"":2},{""time"":32876,""label"":""tour_end"",""step"":2},{""time"":41584,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2900,""week"":""52"",""id"":""chart""},{""time"":46133,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5114,""week"":""22"",""id"":""chart""},{""time"":51891,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3549,""week"":""22"",""id"":""chart""},{""time"":56520,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1359,""week"":""1"",""id"":""chart""},{""time"":57922,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6858,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678933813040,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":13429,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1294,""week"":""49"",""id"":""chart""}]}",0,moderate,bar,1,0,0,Negative,2.2,0,1,1,1.294,1.294,0,15.0,0.5,0.0,0,0.0,2 +2023-03-15 22:14:15,2023-03-15 22:37:46,0,100,1411,1,2023-03-15 22:37:47,R_2wvFtKyf6MgL5ON,42.8003,-85.7093,EN,1,54.88399999999999,,,,,15.01,80,100,90,37.796,61.105,1,1,166.67,-1,1,67.84899999999999,1,110.428,15.073,5,5,3,5,5,5,none,94.555,5,6,6,1,1,6,I dont know why anyone would lie about this data. Maybe a pesticide company would... I have no reason not to. Idon't know enough about pests to say what is reliable or isn't. ,49.145,6,none,30.621,2,7,3,4,1,5,6,35.47,1,7,7,8,1,4,9,10,none,47.674,2,3,3,3,3,3,76.26899999999999,4,,34.246,2,1993,Michigan,6,1,1,,7,,,13,3,1,146.834,62fb85a89ccb1ac663b54783,"{""startTime"":1678933371715,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933219305,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933039679,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":335,""label"":""tour_started""},{""time"":12635,""label"":""tour_next"",""step"":2},{""time"":24478,""label"":""tour_end"",""step"":2},{""time"":29693,""label"":""hovered"",""timeHovered"":2479,""week"":""2021-12-20""},{""time"":34884,""label"":""hovered"",""timeHovered"":1723,""week"":""2022-01-10""},{""time"":37125,""label"":""hovered"",""timeHovered"":1970,""week"":""2021-11-15""},{""time"":53602,""label"":""hovered"",""timeHovered"":5597,""week"":""2022-01-10""}]}","{""startTime"":1678933191849,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,line,1,0,0,Negative,2.8,0,0,0,0.0,0.0,0,15.0,1.0,0.5,1,0.5,2 +2023-03-15 22:24:31,2023-03-15 22:37:51,0,100,799,1,2023-03-15 22:37:52,R_31Mz4kZaaUfVOmB,38.2539,-85.76,EN,1,19.003,,,,,15.011,77,78,78,36.79,139.756,1,1,52.821000000000005,1,1,56.96,1,80.939,15.118,4,3,4,2,2,4,,52.918,4,4,4,7,3,4,I think I get the gist of it. I have no reason to distrust it.,45.394,3,,9.177999999999999,2,7,3,4,1,5,6,26.464000000000002,6,9,7,2,10,1,10,10,,24.104,2,2,3,4,2,2,25.906,1,,6.093,1,1964,Kentucky,8,2,1,,7,,,7,3,1,129.989,62ed458d61ebd1930833e95a,"{""startTime"":1678933866408,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933790274,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933552993,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":26801,""label"":""hovered"",""timeHovered"":4283,""week"":""2022-01-10""},{""time"":32617,""label"":""hovered"",""timeHovered"":1267,""week"":""2022-01-31""},{""time"":35334,""label"":""hovered"",""timeHovered"":1866,""week"":""2022-02-07""},{""time"":40152,""label"":""tour_next"",""step"":5},{""time"":72609,""label"":""started_brush"",""startDate"":""2021-11-08"",""endDate"":""2022-02-08""},{""time"":73824,""label"":""tour_next"",""step"":5},{""time"":90745,""label"":""moved_brush"",""startDate"":""2021-12-20"",""endDate"":""2022-02-08""},{""time"":91728,""label"":""tour_next"",""step"":5},{""time"":109653,""label"":""cleared_brush"",""using"":""click""},{""time"":109655,""label"":""cleared_brush"",""using"":""Escape""},{""time"":113879,""label"":""tour_next"",""step"":5},{""time"":120839,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678933774611,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line,0,1,0,Positive,2.5,0,0,0,0.0,0.0,0,15.0,1.0,1.0,1,1.0,3 +2023-03-15 22:19:54,2023-03-15 22:37:54,0,100,1079,1,2023-03-15 22:37:55,R_1CmsvA3z2AxeZDF,36.1506,-115.1805,EN,1,22.680999999999997,1.0,2.0,1.0,8.766,15.005999999999998,100,100,29,26.733,51.693000000000005,1,1,55.538000000000004,1,-3,74.718,1,70.183,15.009,6,5,6,6,6,6,,20.526999999999997,5,6,6,5,5,6,"Barring political interference, I trust the CDC to provide reliable data based on actual numbers available on infections. ",31.329,4,,116.152,2,7,3,4,1,5,6,150.863,6,6,4,5,6,5,9,6,,58.589,3,4,4,1,4,4,107.335,2,1.0,14.987,2,1976,Nevada,6,2,1,,1,,,4,3,1,76.442,60c433a4f78e97b5ef1ce71b,"{""startTime"":1678933475954,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933424867,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933281861,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":49,""label"":""tour_started""},{""time"":11691,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2316,""week"":""49"",""id"":""chart""},{""time"":16005,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1863,""week"":""6"",""id"":""chart""},{""time"":19300,""label"":""tour_next"",""step"":2},{""time"":25838,""label"":""tour_end"",""step"":2},{""time"":26616,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2106,""week"":""1"",""id"":""chart""},{""time"":29804,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3304,""week"":""52"",""id"":""chart""},{""time"":42116,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3012,""week"":""23"",""id"":""chart""}]}","{""startTime"":1678933409328,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":8040,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1201,""week"":""49"",""id"":""chart""}]}",1,moderate,bar,1,0,0,Positive,3.3,0,1,1,1.2009999999999998,1.2009999999999998,0,15.0,1.0,0.5,1,0.5,2 +2023-03-15 22:26:23,2023-03-15 22:37:58,0,100,694,1,2023-03-15 22:37:58,R_AHUPEBq2Ykyz3Nf,40.3062,-76.8841,EN,1,7.641,,,,,15.115,80,96,96,32.33,22.901,1,1,47.663999999999994,-3,-3,70.40899999999999,1,84.353,15.01,5,5,5,5,6,5,,51.016999999999996,5,6,5,7,7,5,The visualization seems to portray accurate information in a precise way which makes me trust it. ,21.076999999999998,4,,57.193000000000005,2,7,3,4,1,5,6,21.258000000000003,4,4,5,10,4,6,10,9,,22.039,5,5,5,1,5,5,56.181999999999995,3,,3.429,1,1998,Pennsylvania,2,1,1,,3,,,7,2,1,92.67200000000001,5ae3a41d32ef52000131a531,"{""startTime"":1678933803892,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":33501},{""label"":""window_focused"",""time"":38066}]}","{""startTime"":1678933733777,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":4679},{""label"":""window_focused"",""time"":16265}]}","{""startTime"":1678933646513,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":12447,""label"":""tour_next"",""step"":2},{""time"":18784,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933718302,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,bar,0,2,0,Positive,4.3,0,0,0,0.0,0.0,0,15.0,1.0,0.0,1,1.0,1 +2023-03-15 22:29:29,2023-03-15 22:38:53,0,100,563,1,2023-03-15 22:38:53,R_9RZ2sZEmq5SYGTD,32.749,-96.4629,EN,1,30.401,,,,,15.01,100,14,33,15.702,66.592,1,1,68.58,-3,1,59.56100000000001,1,42.582,15.008,5,5,5,7,6,5,,24.237,5,7,3,1,1,4,It just seems reliable. I doubt someone would make a detailed chart with fake data.,32.405,2,,7.417000000000001,2,7,3,4,1,5,6,20.202,6,7,1,6,4,7,9,10,,20.923000000000002,2,1,1,5,3,1,35.022,2,,4.7010000000000005,1,2004,Texas,2,2,1,,3,,,3,2,2,50.832,63d43839677cd9a315302808,"{""startTime"":1678934021414,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933969060,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":521,""label"":""cleared_brush"",""using"":""click""}]}","{""startTime"":1678933842750,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":37,""label"":""tour_started""},{""time"":11579,""label"":""tour_next"",""step"":5},{""time"":30655,""label"":""started_brush"",""startDate"":""2021-05-23"",""endDate"":""2021-09-02""},{""time"":31652,""label"":""tour_next"",""step"":5},{""time"":40565,""label"":""moved_brush"",""startDate"":""2021-11-03"",""endDate"":""2022-02-13""},{""time"":41596,""label"":""tour_next"",""step"":5},{""time"":47435,""label"":""cleared_brush"",""using"":""click""},{""time"":47447,""label"":""cleared_brush"",""using"":""Escape""},{""time"":48975,""label"":""tour_next"",""step"":5},{""time"":55990,""label"":""tour_end"",""step"":5},{""time"":60582,""label"":""started_brush"",""startDate"":""2021-07-15"",""endDate"":""2021-10-16""}]}","{""startTime"":1678933953227,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line,1,0,0,Positive,2.2,0,0,0,0.0,0.0,0,15.0,1.0,0.5,1,1.0,3 +2023-03-15 22:30:42,2023-03-15 22:39:09,0,100,507,1,2023-03-15 22:39:09,R_BPOhVYsg0W01dvj,35.6854,-88.8281,EN,1,3.7439999999999998,,,,,15.019,94,45,87,16.589000000000002,40.826,-2,1,52.688,-3,-3,62.00899999999999,-1,37.325,15.122,3,2,3,2,4,4,,27.315,1,4,5,1,1,2,I do not know all the circumstances,20.799,6,,6.882999999999999,2,7,3,4,1,5,6,18.834,7,7,11,7,2,8,9,8,,21.125,4,5,4,1,4,5,20.245,6,,4.644,1,1960,Tennessee,6,2,1,,7,,,7,2,1,80.55,5f82567f1e720a3842580d23,"{""startTime"":1678934000836,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934051304,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933890586,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":15352,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2712,""week"":""51"",""id"":""chart""},{""time"":18777,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3224,""week"":""52"",""id"":""chart""},{""time"":22716,""label"":""tour_next"",""step"":2},{""time"":28249,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5630,""week"":""52"",""id"":""chart2""},{""time"":34356,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933985012,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":6718,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1086,""week"":""1"",""id"":""chart""},{""time"":10683,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1759,""week"":""52"",""id"":""chart""}]}",0,simple,bar,1,0,0,Negative,3.8,0,2,2,2.845,1.4225,3965,15.0,0.5,0.0,0,0.5,1 +2023-03-15 22:28:34,2023-03-15 22:39:12,0,100,638,1,2023-03-15 22:39:13,R_3dXpVsKXHBEZ6YW,38.0551,-97.9323,EN,1,11.142000000000001,,,,,15.107999999999999,24,23,75,26.441999999999997,69.703,-2,1,49.755,-3,-3,94.48899999999999,-2,40.226,15.009,3,3,3,3,5,3,,32.179,4,5,5,3,3,4,Can you fully trust something that you just saw once?,62.463,6,,12.624,2,7,3,4,1,5,6,26.25,8,8,9,8,7,7,9,9,,19.347,4,4,4,2,5,4,32.501999999999995,1,,7.17,2,1955,Kansas,4,1,1,,7,,,4,2,1,56.47,638476f72ab8021be345e3ac,"{""startTime"":1678933968038,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934001213,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933786630,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":19,""label"":""tour_started""},{""time"":12437,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4266,""week"":""35"",""id"":""chart""},{""time"":16719,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1735,""week"":""34"",""id"":""chart""},{""time"":19022,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2147,""week"":""1"",""id"":""chart""},{""time"":21270,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3567,""week"":""50"",""id"":""chart""},{""time"":25071,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1615,""week"":""1"",""id"":""chart""},{""time"":28821,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1265,""week"":""29"",""id"":""chart""},{""time"":33623,""label"":""tour_next"",""step"":2},{""time"":43423,""label"":""tour_end"",""step"":2},{""time"":44574,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2844,""week"":""1"",""id"":""chart""},{""time"":47772,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1830,""week"":""4"",""id"":""chart""},{""time"":50046,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1757,""week"":""5"",""id"":""chart""},{""time"":53550,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2253,""week"":""23"",""id"":""chart""},{""time"":57289,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1890,""week"":""24"",""id"":""chart""},{""time"":59645,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2174,""week"":""14"",""id"":""chart""},{""time"":63352,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1701,""week"":""6"",""id"":""chart""}]}","{""startTime"":1678933952100,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,bar,1,0,0,Negative,3.8,0,0,0,0.0,0.0,0,15.0,0.5,0.0,0,0.0,2 +2023-03-15 22:26:44,2023-03-15 22:39:16,0,100,752,1,2023-03-15 22:39:16,R_OChBiqyd1QnjAsh,45.7659,-87.089,EN,1,5.319,1.0,4.0,2.0,11.780999999999999,15.01,100,100,63,14.915,42.244,1,1,85.86399999999999,1,1,79.8,1,82.691,15.017000000000001,6,5,6,6,6,6,I have a lot of trust in this data given the source of it is from the CDC,50.821999999999996,6,6,6,6,5,6,"It's detailed, provides information as to the source of which the data comes from, and is easy to understand.",43.105,6,I try to trust people until they give me a reason not to,31.076,2,7,3,4,1,5,6,41.676,4,3,6,5,7,3,11,10,,29.761999999999997,5,5,5,1,5,5,24.581999999999997,1,1.0,21.424,1,1984,Michigan,6,3,1,,8,COMSTOCK PARK,,5,4,1,101.251,5f877e0715f8781a0c7c3ab8,"{""startTime"":1678933875849,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933813252,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933667132,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":47,""label"":""tour_started""},{""time"":20273,""label"":""tour_next"",""step"":2},{""time"":26900,""label"":""tour_end"",""step"":2},{""time"":31604,""label"":""hovered"",""timeHovered"":4081,""week"":""2021-06-14""}]}","{""startTime"":1678933797172,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":11963,""label"":""hovered"",""timeHovered"":2388,""week"":""2022-01-17""}]}",1,simple,line,1,1,0,Positive,4.3,0,1,1,2.388,2.388,0,15.0,1.0,1.0,1,1.0,1 +2023-03-15 22:29:57,2023-03-15 22:41:00,0,100,663,1,2023-03-15 22:41:01,R_1FLY9YhxDJSvZkK,39.7427,-104.8129,EN,1,12.302999999999999,,,,,15.186,66,65,58,25.655,25.794,1,1,51.645,-2,1,50.648,-1,50.626999999999995,15.050999999999998,4,4,3,4,4,4,,38.897,2,4,4,7,1,4,I don't have any contradictory information.,29.674,4,,16.099,2,7,3,4,1,5,6,33.3,2,1,5,4,1,7,7,4,,39.211999999999996,4,4,5,2,4,4,45.161,7,,17.027,1,1966,Colorado,6,2,1,,7,,,1,4,1,75.369,639e0331bc3cc615f5a3dd89,"{""startTime"":1678933993768,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934036702,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933897292,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":88,""label"":""tour_started""},{""time"":15535,""label"":""tour_next"",""step"":2},{""time"":21525,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933976730,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,line,0,1,0,Positive,3.8,0,0,0,0.0,0.0,0,15.0,1.0,0.5,0,0.5,2 +2023-03-15 22:31:20,2023-03-15 22:41:07,0,100,587,1,2023-03-15 22:41:08,R_1erUejSPMywhuXZ,38.580999999999996,-121.4939,EN,1,11.059000000000001,2.0,,2.0,3.64,15.013,74,93,50,21.398000000000003,30.201999999999998,1,-1,38.978,-2,1,45.82,1,57.705,15.01,4,3,4,5,5,3,,30.05,3,5,3,1,1,3,"I do not really trust the CDC for data anymore, but I trust that the data is not too far from the truth. ",59.943999999999996,2,,9.134,2,7,3,4,1,5,6,19.859,3,2,1,4,2,6,6,7,,22.375999999999998,4,4,5,4,3,4,23.078000000000003,7,2.0,13.262,1,1961,California,3,1,1,,7,,,6,4,2,115.382,5e16c978783225c8108ef055,"{""startTime"":1678934039250,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934070158,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933946551,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":13267,""label"":""tour_next"",""step"":2},{""time"":18011,""label"":""tour_end"",""step"":2},{""time"":18927,""label"":""hovered"",""timeHovered"":6141,""week"":""2022-01-03""},{""time"":27007,""label"":""hovered"",""timeHovered"":1389,""week"":""2021-10-18""}]}","{""startTime"":1678934023552,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7651,""label"":""hovered"",""timeHovered"":3109,""week"":""2022-01-10""}]}",1,moderate,line,1,1,0,Positive,4.0,0,1,1,3.109,3.109,0,15.0,0.5,0.5,1,0.5,2 +2023-03-15 22:24:36,2023-03-15 22:41:08,0,100,992,1,2023-03-15 22:41:09,R_3lFABJTS7LxZLqQ,40.5992,-77.5768,EN,1,75.961,,,,,15.112,77,20,33,13.299000000000001,183.646,1,1,58.232,-2,1,92.773,1,68.553,15.02,5,5,5,4,6,5,,47.67100000000001,5,5,4,7,7,5,It appears to be well done and from a credible source.,44.028999999999996,5,,12.275,2,7,3,4,1,5,6,39.339,2,3,11,10,1,9,9,10,,24.259,2,3,3,4,3,2,57.805,4,,7.456,1,1969,Pennsylvania,5,1,1,,9,,LEWISTOWN,10,4,1,143.96,5fb96b9798cd084465b0bf36,"{""startTime"":1678933869872,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933918718,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933600767,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":17,""label"":""tour_started""},{""time"":52805,""label"":""tour_next"",""step"":5},{""time"":121033,""label"":""started_brush"",""startDate"":""2021-08-02"",""endDate"":""2021-09-13""},{""time"":122952,""label"":""tour_next"",""step"":5},{""time"":134001,""label"":""started_brush"",""startDate"":""2021-07-15"",""endDate"":""2021-12-13""},{""time"":138326,""label"":""moved_brush"",""startDate"":""2021-05-08"",""endDate"":""2021-10-06""},{""time"":139494,""label"":""tour_next"",""step"":5},{""time"":153829,""label"":""moved_brush"",""startDate"":""2021-05-08"",""endDate"":""2021-10-06""},{""time"":154229,""label"":""moved_brush"",""startDate"":""2021-05-08"",""endDate"":""2021-10-06""},{""time"":154645,""label"":""moved_brush"",""startDate"":""2021-05-08"",""endDate"":""2021-10-06""},{""time"":155914,""label"":""cleared_brush"",""using"":""click""},{""time"":157440,""label"":""tour_next"",""step"":5},{""time"":181093,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678933854202,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line,2,0,0,Positive,2.8,0,0,0,0.0,0.0,0,15.0,1.0,0.5,1,1.0,3 +2023-03-15 22:19:38,2023-03-15 22:41:11,0,100,1293,1,2023-03-15 22:41:12,R_2R1VCX5ioj1qAiJ,40.4625,-79.9461,EN,1,50.505,1.0,4.0,2.0,8.774,15.014000000000001,78,85,64,224.933,149.834,1,1,100.55,-2,1,154.638,-1,59.873000000000005,15.114,5,5,5,6,5,5,,97.603,5,5,5,5,5,5,"I have seen a number of different visualizations of COVID-19 vaccine data , this one is clear into the point. It's very uncluttered which I like.",96.75,5,,11.869000000000002,2,7,3,4,1,5,6,22.802,6,6,5,5,8,4,9,5,,54.724,4,4,5,2,4,4,30.555,1,1.0,12.379000000000001,1,1964,Pennsylvania,2,2,1,,7,,,3,2,1,105.889,62896076149e8f156545884c,"{""startTime"":1678933908515,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933779632,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933511281,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":31,""label"":""tour_started""},{""time"":1657,""label"":""hovered"",""timeHovered"":1691,""week"":""2022-01-10""},{""time"":7336,""label"":""hovered"",""timeHovered"":3699,""week"":""2022-01-03""},{""time"":59968,""label"":""hovered"",""timeHovered"":2394,""week"":""2021-05-03""},{""time"":62801,""label"":""hovered"",""timeHovered"":1946,""week"":""2021-05-17""},{""time"":65152,""label"":""hovered"",""timeHovered"":2013,""week"":""2021-06-07""},{""time"":70168,""label"":""hovered"",""timeHovered"":1649,""week"":""2022-01-03""},{""time"":71889,""label"":""hovered"",""timeHovered"":1312,""week"":""2022-01-03""},{""time"":74253,""label"":""hovered"",""timeHovered"":1466,""week"":""2022-01-03""},{""time"":76009,""label"":""hovered"",""timeHovered"":2695,""week"":""2022-01-03""},{""time"":78809,""label"":""hovered"",""timeHovered"":1579,""week"":""2022-01-03""},{""time"":85759,""label"":""hovered"",""timeHovered"":4516,""week"":""2021-12-27""},{""time"":90369,""label"":""hovered"",""timeHovered"":7525,""week"":""2021-12-27""},{""time"":105779,""label"":""tour_next"",""step"":2},{""time"":142309,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933763753,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":3577,""label"":""hovered"",""timeHovered"":1659,""week"":""2021-08-09""}]}",1,simple,line,0,1,0,Positive,3.8,0,1,1,1.659,1.659,0,15.0,1.0,0.5,0,1.0,1 +2023-03-15 22:21:11,2023-03-15 22:41:13,0,100,1202,1,2023-03-15 22:41:13,R_begFaowzi2mFrKp,39.9792,-75.1279,EN,1,36.56,,,,,15.026,79,34,38,100.54,171.53900000000002,1,-2,64.936,1,1,96.245,-1,34.787,15.145,3,3,3,3,3,3,,92.829,3,3,5,1,1,3,Because I don't know the real source.,67.579,4,,23.318,2,7,3,4,1,5,6,37.175,1,2,6,4,1,4,7,9,,87.764,3,4,4,2,4,3,83.06700000000001,8,,15.335,1,1981,Pennsylvania,5,2,1,,7,,,6,2,1,168.111,6401094035971e9972e06328,"{""startTime"":1678933670226,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":4072,""label"":""started_brush"",""startDate"":""2021-09-17"",""endDate"":""2021-12-30""},{""time"":6174,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-09-06""},{""time"":8022,""label"":""started_brush"",""startDate"":""2021-09-10"",""endDate"":""2022-02-13""},{""time"":10707,""label"":""started_brush"",""startDate"":""2021-04-15"",""endDate"":""2022-02-13""}]}","{""startTime"":1678933763753,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933446434,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":25699,""label"":""hovered"",""timeHovered"":1731,""week"":""2022-01-10""},{""time"":49309,""label"":""tour_next"",""step"":5},{""time"":77588,""label"":""cleared_brush"",""using"":""click""},{""time"":83733,""label"":""started_brush"",""startDate"":""2021-06-04"",""endDate"":""2021-06-18""},{""time"":87800,""label"":""started_brush"",""startDate"":""2021-05-22"",""endDate"":""2022-02-13""},{""time"":88787,""label"":""tour_next"",""step"":5},{""time"":97786,""label"":""moved_brush"",""startDate"":""2021-05-22"",""endDate"":""2022-02-13""},{""time"":99858,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-01-03""},{""time"":102600,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-09-24""},{""time"":103496,""label"":""tour_next"",""step"":5},{""time"":127204,""label"":""moved_brush"",""startDate"":""2021-08-30"",""endDate"":""2022-02-13""},{""time"":128772,""label"":""moved_brush"",""startDate"":""2021-08-30"",""endDate"":""2022-02-13""},{""time"":130445,""label"":""moved_brush"",""startDate"":""2021-09-21"",""endDate"":""2022-02-13""},{""time"":133380,""label"":""cleared_brush"",""using"":""click""},{""time"":133383,""label"":""cleared_brush"",""using"":""Escape""},{""time"":137747,""label"":""tour_next"",""step"":5},{""time"":155569,""label"":""tour_end"",""step"":5},{""time"":163943,""label"":""started_brush"",""startDate"":""2021-05-29"",""endDate"":""2022-01-17""}]}","{""startTime"":1678933654334,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":15435,""label"":""started_brush"",""startDate"":""2021-06-06"",""endDate"":""2022-02-13""}]}",0,complex,line,1,0,0,Negative,3.3,1,1,0,0.0,0.0,0,15.0,0.5,1.0,0,0.0,3 +2023-03-15 22:26:46,2023-03-15 22:41:15,0,100,869,1,2023-03-15 22:41:16,R_cXSC0Pz4llBCZnX,29.8875,-90.0337,EN,1,60.308,,,,,15.110999999999999,96,94,87,38.649,31.14,-3,1,41.849,-3,1,58.431999999999995,1,41.772,15.007,5,3,4,6,5,5,,56.0,5,6,6,4,5,5,"Assuming nobody's lying to me about bugs, the data is presented in a way that makes the issue apparent. ",48.754,5,,19.977,2,7,3,4,1,5,6,19.410999999999998,6,7,6,7,7,6,9,8,,37.084,3,4,4,3,4,3,50.818000000000005,3,,9.304,1,1972,Maryland,3,2,1,,7,,,3,3,1,251.63299999999998,63fa78f21e485a372c6528fa,"{""startTime"":1678933919544,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":1990,""label"":""hovered"",""timeHovered"":2028,""week"":""2022-01-10""}]}","{""startTime"":1678933838879,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":1545,""label"":""hovered"",""timeHovered"":2233,""week"":""2022-01-17""},{""time"":4187,""label"":""hovered"",""timeHovered"":1898,""week"":""2022-01-17""}]}","{""startTime"":1678933732454,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":10415,""label"":""tour_next"",""step"":2},{""time"":15836,""label"":""tour_end"",""step"":2},{""time"":21347,""label"":""hovered"",""timeHovered"":1063,""week"":""2022-01-10""},{""time"":23764,""label"":""hovered"",""timeHovered"":4652,""week"":""2022-01-31""}]}","{""startTime"":1678933823204,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,line,1,1,0,Positive,3.5,0,0,0,0.0,0.0,0,15.0,0.5,0.5,1,0.5,2 +2023-03-15 22:21:01,2023-03-15 22:41:22,0,100,1220,1,2023-03-15 22:41:23,R_12gUl6UCpHLMxBL,32.853,-79.9876,EN,1,60.108999999999995,,,,,15.061,89,56,68,79.19800000000001,151.725,1,1,48.67100000000001,-3,1,80.62,1,64.665,15.009,3,3,5,2,5,5,,49.111000000000004,4,5,5,7,7,5,The source is a govenment office which for this kind of information would likely be dependable and trustworthy. ,199.847,6,None,15.238,2,7,3,4,1,5,6,38.361999999999995,2,7,6,8,8,6,10,10,None,42.486999999999995,4,5,5,2,4,5,36.016999999999996,2,,66.183,1,1964,South Carolina,8,1,1,,7,,,9,4,1,161.744,5e059d2bb1fb05fd1f841142,"{""startTime"":1678933668088,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933757134,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933434568,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":41,""label"":""tour_started""},{""time"":24186,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1841,""week"":""44"",""id"":""chart""},{""time"":33734,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1500,""week"":""1"",""id"":""chart""},{""time"":36235,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2811,""week"":""51"",""id"":""chart""},{""time"":46067,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2644,""week"":""4"",""id"":""chart""},{""time"":65605,""label"":""tour_next"",""step"":5},{""time"":102928,""label"":""started_brush"",""startDate"":""2021-08-31"",""endDate"":""2021-10-01""},{""time"":111500,""label"":""tour_next"",""step"":5},{""time"":122894,""label"":""moved_brush"",""startDate"":""2021-08-01"",""endDate"":""2021-10-01""},{""time"":126847,""label"":""tour_next"",""step"":5},{""time"":134860,""label"":""cleared_brush"",""using"":""Click""},{""time"":138049,""label"":""tour_next"",""step"":5},{""time"":147170,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678933652398,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,bar,1,0,0,Positive,4.2,0,0,0,0.0,0.0,0,15.0,1.0,0.5,1,1.0,3 +2023-03-15 22:27:58,2023-03-15 22:42:05,0,100,846,1,2023-03-15 22:42:05,R_3RftS8bgsc777dN,45.5645,-122.6447,EN,1,121.741,,,,,15.082,100,100,73,32.330999999999996,56.354,1,1,62.864,-1,1,82.307,1,64.245,15.020999999999999,3,3,3,4,4,3,,42.162,3,5,5,7,4,3,because I don't know enough about this topic or who came up with the data to know if I can trust this visualization.,58.735,1,,10.204,2,7,3,4,1,5,6,25.125999999999998,1,1,5,3,2,1,9,6,,34.191,1,1,1,4,2,1,46.867,1,,8.102,2,1972,Oregon,6,1,1,,7,,,6,4,1,94.073,5e4a59b502b78f4a232c0cff,"{""startTime"":1678934095222,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933996679,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933860522,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":5240,""label"":""hovered"",""timeHovered"":2353,""week"":""2022-01-03""},{""time"":38583,""label"":""tour_next"",""step"":2},{""time"":48998,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933980828,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":12434,""label"":""hovered"",""timeHovered"":1575,""week"":""2022-01-03""}]}",0,simple,line,1,0,0,Negative,1.7,0,1,1,1.575,1.575,0,15.0,1.0,0.5,1,1.0,1 +2023-03-15 22:31:55,2023-03-15 22:42:11,0,100,615,1,2023-03-15 22:42:12,R_Ce7IFOa8kyHv04h,39.6343,-77.7337,EN,1,17.164,1.0,4.0,2.0,4.482,15.005999999999998,100,100,20,25.054000000000002,33.97,1,1,52.891000000000005,-2,-3,120.338,1,40.319,15.012,5,5,5,5,5,5,,35.935,5,5,5,4,5,5,I trust the figures given by the CDC. They have never given me a reason not to trust them.,29.174,5,,7.011,2,7,3,4,1,5,6,21.618000000000002,2,2,9,9,3,5,10,11,,26.18,3,4,5,2,4,4,32.825,2,1.0,14.083,2,1963,Maryland,4,3,1,,7,,,8,4,2,84.46700000000001,5d63179aa3b94d0001da4bb6,"{""startTime"":1678934157864,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934194205,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933987319,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":11626,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3995,""week"":""43"",""id"":""chart""},{""time"":18654,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4927,""week"":""52"",""id"":""chart""},{""time"":25134,""label"":""tour_next"",""step"":2},{""time"":30982,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678934142414,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":9237,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2057,""week"":""52"",""id"":""chart""}]}",1,moderate,bar,1,0,0,Positive,3.7,0,1,1,2.057,2.057,0,15.0,1.0,0.0,1,0.0,2 +2023-03-15 22:27:09,2023-03-15 22:43:09,0,100,959,1,2023-03-15 22:43:09,R_3dLN2Qa1tD9othi,38.8976,-77.5109,EN,1,5.19,,,,,15.019,93,81,59,48.058,142.092,1,1,103.98200000000001,-3,-3,104.25,1,164.852,15.119000000000002,4,4,4,4,4,4,none,35.329,4,4,4,3,4,4,because it illustrates relevant information but has alot on one graph to make sense of ,67.509,4,none,16.043,2,7,3,4,1,5,6,26.46,2,6,2,3,3,4,9,7,none,44.185,3,3,3,3,3,3,25.065,3,,6.2,2,1982,Virginia,7,3,1,,2,,,17,2,2,78.906,5ee09c1a0c2ad1027f541f53,"{""startTime"":1678934137521,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678934030286,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933706339,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":32,""label"":""tour_started""},{""time"":21414,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2449,""week"":""2"",""id"":""chart""},{""time"":24263,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7627,""week"":""51"",""id"":""chart""},{""time"":32828,""label"":""tour_next"",""step"":5},{""time"":50338,""label"":""started_brush"",""startDate"":""2021-06-15"",""endDate"":""2021-08-22""},{""time"":53995,""label"":""cleared_brush"",""using"":""Click""},{""time"":54829,""label"":""tour_next"",""step"":5},{""time"":65536,""label"":""cleared_brush"",""using"":""Click""},{""time"":75061,""label"":""cleared_brush"",""using"":""Click""},{""time"":85660,""label"":""started_brush"",""startDate"":""2021-10-07"",""endDate"":""2022-02-03""},{""time"":101998,""label"":""moved_brush"",""startDate"":""2021-10-11"",""endDate"":""2022-02-07""},{""time"":103162,""label"":""tour_next"",""step"":5},{""time"":111532,""label"":""cleared_brush"",""using"":""Click""},{""time"":112874,""label"":""tour_next"",""step"":5},{""time"":118833,""label"":""tour_end"",""step"":5},{""time"":126067,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4262,""week"":""6"",""id"":""chart""},{""time"":131488,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8338,""week"":""34"",""id"":""chart""}]}","{""startTime"":1678934014525,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":4313,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1125,""week"":""1"",""id"":""chart""},{""time"":12157,""label"":""started_brush"",""startDate"":""2021-06-08"",""endDate"":""2021-11-16""},{""time"":13868,""label"":""cleared_brush"",""using"":""Click""}]}",0,complex,bar,1,1,0,Neutral,3.0,1,3,1,1.125,1.125,9555,15.0,1.0,0.0,1,1.0,3 +2023-03-15 22:30:16,2023-03-15 22:43:20,0,100,783,1,2023-03-15 22:43:20,R_3fmAd6LQEV9hCRH,33.7657,-84.2951,EN,1,9.552,1.0,2.0,2.0,8.088,15.015999999999998,91,78,33,40.192,55.381,-2,-1,77.23899999999999,-1,-1,43.448,-2,24.807,15.015,4,4,3,2,4,3,,53.87,3,3,4,4,4,3,Not sure of the source of the data.,18.991,5,,13.105,2,7,3,4,1,5,6,36.454,8,8,8,8,8,8,8,8,,25.090999999999998,4,4,4,2,4,4,47.568999999999996,3,1.0,19.672,2,1972,Georgia,5,2,1,,3,,,7,3,1,180.238,60bd3949b6f6d9c3453e8def,"{""startTime"":1678934083607,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934138999,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933933958,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":36,""label"":""tour_started""},{""time"":27470,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3814,""week"":""14"",""id"":""chart""},{""time"":33971,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3998,""week"":""6"",""id"":""chart""},{""time"":39849,""label"":""tour_next"",""step"":2},{""time"":51511,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678934067833,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar,1,0,0,Negative,3.7,0,0,0,0.0,0.0,0,15.0,0.0,0.0,0,0.0,1 +2023-03-15 22:16:56,2023-03-15 22:43:38,0,100,1602,1,2023-03-15 22:43:39,R_0JaAw2MiBALHt2V,38.768,-121.3349,EN,1,23.375999999999998,1.0,2.0,1.0,13.245,15.02,50,86,50,29.701,71.825,-1,-1,121.896,1,1,102.50399999999999,-1,44.464,15.115,3,1,7,4,3,7,"Apart from the case counts being highly questionable, there's additional data about seriousness and outcomes missing. If you wanted to actually understand what was happening you'd probably have to break down ""vaccinated"" better and include information about repeat cases in both groups.",102.64200000000001,7,5,5,7,7,5,"I don't especially, I was told to rate it based on the assumption that I trusted the data. The data is incomplete as presented (just case counts) and the case count numbers are notoriously incomplete themselves. That being said, the visualization is adequate, it doesn't do any tricks like altering the baseline, and it shows (sort of) error bars.",113.51100000000001,4,"The previous two pages' questions were a complete hash. The first page had two questions about the monthly count of vaccinated and unvaccinated cases and the chart was weekly cases. The counts given as choices were in the first case FAR under the count (looked like 8500 adding up weekly cases based on the chart), and in the second case they wanted the February numbers and only half of February was on the chart. On the second page (immediately prior to this one), the question was regarding the cases in an age group for December 2022 - the chart showed early 2021 to *early* 2022, the month in question was not on the chart. I mean, this might have been intentional, and bravo if it was I guess, but it seems like a series of typos.",196.71099999999998,2,7,3,4,1,5,6,15.124,2,3,6,4,2,6,6,7,nah,54.775,4,4,5,2,5,5,38.811,6,3.0,28.246,1,1971,California,3,3,1,,7,,,5,2,1,543.867,5bee108b6f2d54000198e0c6,"{""startTime"":1678933459499,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933300470,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":13960,""label"":""hovered"",""timeHovered"":3856,""week"":""2022-01-03""}]}","{""startTime"":1678933109542,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":31053,""label"":""hovered"",""timeHovered"":1967,""week"":""2021-12-20""},{""time"":43326,""label"":""tour_next"",""step"":2},{""time"":47733,""label"":""tour_end"",""step"":2},{""time"":60087,""label"":""hovered"",""timeHovered"":1558,""week"":""2022-01-10""},{""time"":65414,""label"":""hovered"",""timeHovered"":3555,""week"":""2022-01-03""}]}","{""startTime"":1678933284850,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line,0,2,0,Neutral,4.2,0,0,0,0.0,0.0,0,15.0,0.0,1.0,0,1.0,2 +2023-03-15 22:27:01,2023-03-15 22:43:45,0,100,1003,1,2023-03-15 22:43:46,R_1jwdEpTKlR1xa0h,37.9998,-120.3267,EN,1,4.178,,,,,15.007,74,84,68,77.22,207.243,-2,-2,44.101000000000006,-3,1,135.739,-2,40.671,15.015,4,5,5,5,6,4,,60.66,5,6,6,4,3,6,Because it said to pretend that I trust it so I said strongly agree. ,25.228,5,,13.379000000000001,2,7,3,4,1,5,6,19.567,6,7,8,8,4,10,8,9,,42.864,4,4,5,3,4,4,39.047,7,,7.3660000000000005,2,1964,California,3,2,1,,7,,,11,2,2,189.002,62b755ac8d4ceeb1a463c05a,"{""startTime"":1678933992420,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":2535,""label"":""started_brush"",""startDate"":""2021-04-29"",""endDate"":""2021-06-01""},{""time"":13558,""label"":""started_brush"",""startDate"":""2021-10-31"",""endDate"":""2021-12-02""},{""time"":17924,""label"":""started_brush"",""startDate"":""2021-12-31"",""endDate"":""2022-01-25""}]}","{""startTime"":1678934053726,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933727961,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":21,""label"":""tour_started""},{""time"":39050,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3783,""week"":""48"",""id"":""chart""},{""time"":43717,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4150,""week"":""51"",""id"":""chart""},{""time"":48166,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1484,""week"":""1"",""id"":""chart""},{""time"":50877,""label"":""tour_next"",""step"":5},{""time"":71463,""label"":""cleared_brush"",""using"":""Click""},{""time"":90195,""label"":""cleared_brush"",""using"":""Click""},{""time"":92152,""label"":""cleared_brush"",""using"":""Click""},{""time"":92647,""label"":""cleared_brush"",""using"":""Click""},{""time"":93096,""label"":""cleared_brush"",""using"":""Click""},{""time"":97458,""label"":""cleared_brush"",""using"":""Click""},{""time"":98093,""label"":""cleared_brush"",""using"":""Click""},{""time"":98472,""label"":""cleared_brush"",""using"":""Click""},{""time"":101274,""label"":""started_brush"",""startDate"":""2021-10-30"",""endDate"":""2021-12-02""},{""time"":104791,""label"":""tour_next"",""step"":5},{""time"":124872,""label"":""moved_brush"",""startDate"":""2021-08-27"",""endDate"":""2021-09-29""},{""time"":125543,""label"":""tour_next"",""step"":5},{""time"":130976,""label"":""cleared_brush"",""using"":""Click""},{""time"":130976,""label"":""cleared_brush"",""using"":""Escape""},{""time"":133385,""label"":""tour_next"",""step"":5},{""time"":141798,""label"":""tour_end"",""step"":5},{""time"":161914,""label"":""started_brush"",""startDate"":""2021-08-17"",""endDate"":""2021-11-03""},{""time"":174584,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2054,""week"":""38"",""id"":""chart""},{""time"":178525,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1279,""week"":""36"",""id"":""chart""},{""time"":185667,""label"":""started_brush"",""startDate"":""2021-06-04"",""endDate"":""2021-06-29""},{""time"":189288,""label"":""moved_brush"",""startDate"":""2021-06-04"",""endDate"":""2021-06-29""},{""time"":190688,""label"":""cleared_brush"",""using"":""Click""},{""time"":190688,""label"":""cleared_brush"",""using"":""Escape""},{""time"":192796,""label"":""started_brush"",""startDate"":""2021-05-02"",""endDate"":""2021-06-02""},{""time"":201153,""label"":""moved_brush"",""startDate"":""2021-05-02"",""endDate"":""2021-06-02""},{""time"":202733,""label"":""started_brush"",""startDate"":""2021-07-01"",""endDate"":""2021-08-04""}]}","{""startTime"":1678933976779,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":11239,""label"":""started_brush"",""startDate"":""2021-08-30"",""endDate"":""2021-11-01""}]}",0,complex,bar,0,0,0,Neutral,4.0,1,1,0,0.0,0.0,0,15.0,0.0,0.5,0,0.0,3 +2023-03-15 22:25:20,2023-03-15 22:43:50,0,100,1110,1,2023-03-15 22:43:50,R_3ELpGpQSIo14Ecm,37.751999999999995,-87.1514,EN,1,68.559,1.0,4.0,2.0,9.402000000000001,15.01,100,100,18,30.75,141.089,1,1,64.205,-2,1,335.171,-3,166.82299999999998,15.110999999999999,4,3,4,4,7,4,,34.804,5,4,5,4,4,4,I need more information to trust it completely. Where are these numbers coming from?,34.602,2,,9.652999999999999,2,7,3,4,1,5,6,18.505,4,4,2,4,6,3,10,9,,25.296999999999997,3,4,4,2,4,4,22.756,1,2.0,10.484000000000002,2,1970,Kentucky,6,1,1,,4,,,14,4,2,47.306000000000004,60fe250b3984cfdf32c05860,"{""startTime"":1678934048787,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933991310,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933665272,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":22,""label"":""tour_started""},{""time"":15313,""label"":""hovered"",""timeHovered"":4927,""week"":""2021-10-11""},{""time"":29669,""label"":""tour_next"",""step"":5},{""time"":55172,""label"":""started_brush"",""startDate"":""2021-08-07"",""endDate"":""2021-10-16""},{""time"":59497,""label"":""tour_next"",""step"":5},{""time"":83698,""label"":""moved_brush"",""startDate"":""2021-10-06"",""endDate"":""2021-12-14""},{""time"":84913,""label"":""cleared_brush"",""using"":""click""},{""time"":86527,""label"":""tour_next"",""step"":5},{""time"":98609,""label"":""cleared_brush"",""using"":""click""},{""time"":98614,""label"":""cleared_brush"",""using"":""Escape""},{""time"":100525,""label"":""tour_next"",""step"":5},{""time"":110952,""label"":""tour_end"",""step"":5},{""time"":26361,""label"":""hovered"",""timeHovered"":92354,""week"":""2022-01-17""},{""time"":118896,""label"":""hovered"",""timeHovered"":2108,""week"":""2022-01-24""},{""time"":125633,""label"":""hovered"",""timeHovered"":1628,""week"":""2022-01-17""}]}","{""startTime"":1678933975290,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line,1,0,0,Negative,3.5,0,0,0,0.0,0.0,0,15.0,1.0,0.5,0,0.0,3 +2023-03-15 22:35:34,2023-03-15 22:43:57,0,100,502,1,2023-03-15 22:43:57,R_ToRJUpMUImxc22d,40.6994,-73.8883,EN,1,6.194,,,,,15.052999999999999,100,100,1,20.69,45.691,1,1,48.253,1,1,68.493,-1,32.906,15.020999999999999,5,3,7,5,5,5,,23.252,5,6,5,4,4,5,It looks accurately represented and based on real numbers.,24.915,2,,6.559,2,7,3,4,1,5,6,37.904,6,6,5,8,10,6,11,8,,21.886,3,4,5,3,4,4,16.659000000000002,1,,3.55,2,1982,New York,6,2,1,,2,,,11,4,1,65.135,5fb2041681fe9376804e1249,"{""startTime"":1678934359391,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934383466,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934248055,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":29,""label"":""tour_started""},{""time"":14824,""label"":""hovered"",""timeHovered"":4175,""week"":""2021-12-27""},{""time"":22486,""label"":""hovered"",""timeHovered"":1196,""week"":""2021-06-07""},{""time"":24901,""label"":""tour_next"",""step"":2},{""time"":34259,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678934343313,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":10999,""label"":""hovered"",""timeHovered"":1481,""week"":""2022-01-03""},{""time"":12509,""label"":""hovered"",""timeHovered"":2300,""week"":""2021-12-27""}]}",0,simple,line,1,1,0,Positive,3.8,0,2,2,3.781,1.8905,1510,15.0,1.0,1.0,0,1.0,1 +2023-03-15 22:26:41,2023-03-15 22:44:01,0,100,1039,1,2023-03-15 22:44:02,R_WlGVcAxMva6bon7,32.6951,-97.26899999999999,EN,1,387.478,1.0,2.0,1.0,6.513,15.011,40,65,66,29.905,37.989000000000004,1,1,54.43899999999999,1,1,44.172,1,75.10600000000001,15.015999999999998,3,2,3,4,5,2,,27.203000000000003,7,4,3,2,2,2,Hard to know whats real anymore,19.533,4,,10.202,2,7,3,4,1,5,6,23.7,2,2,9,7,2,5,7,9,,71.449,4,3,3,2,4,4,23.021,6,2.0,54.358999999999995,1,1984,Texas,6,2,1,,7,,,13,2,1,76.818,5caa183a9ac82a001631374e,"{""startTime"":1678934215666,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934170759,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934072074,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":13029,""label"":""tour_next"",""step"":2},{""time"":15686,""label"":""tour_end"",""step"":2},{""time"":17592,""label"":""hovered"",""timeHovered"":1564,""week"":""2022-01-10""},{""time"":20707,""label"":""hovered"",""timeHovered"":12177,""week"":""2022-01-03""}]}","{""startTime"":1678934155136,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6896,""label"":""hovered"",""timeHovered"":2669,""week"":""2021-12-27""}]}",1,moderate,line,1,0,0,Negative,3.3,0,1,1,2.6689999999999996,2.6689999999999996,0,15.0,1.0,1.0,1,1.0,2 +2023-03-15 22:26:22,2023-03-15 22:44:03,0,100,1060,1,2023-03-15 22:44:03,R_1Hp18fesRIy6iox,29.0266,-81.3349,EN,1,37.878,1.0,4.0,2.0,20.164,15.117,93,94,50,33.558,59.06399999999999,1,1,91.83200000000001,-3,-3,139.871,1,81.402,15.115,5,2,4,5,5,5,"While I've lost a lot of faith in the CDC, I do believe that they reported the true numbers to the best of their ability.",138.933,4,5,5,5,5,5,This visualizations meshes with the news I was reading during this period of the pandemic.,66.20100000000001,4,,23.564,2,7,3,4,1,5,6,26.059,2,3,8,8,1,7,10,10,,28.569000000000003,4,4,4,2,4,4,26.721999999999998,4,1.0,13.23,2,1958,Florida,6,1,1,,7,,,5,4,1,141.773,5f92002ccc33eb0ff3d749c5,"{""startTime"":1678934012131,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":37833},{""label"":""window_focused"",""time"":63187},{""label"":""window_blurred"",""time"":124415},{""label"":""window_focused"",""time"":135784}]}","{""startTime"":1678933871695,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933703982,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":21,""label"":""tour_started""},{""time"":8502,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1302,""week"":""52"",""id"":""chart""},{""time"":10584,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5761,""week"":""52"",""id"":""chart""},{""time"":18552,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8391,""week"":""6"",""id"":""chart""},{""time"":30537,""label"":""tour_next"",""step"":2},{""time"":37730,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1569,""week"":""35"",""id"":""chart2""},{""time"":41846,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6332,""week"":""52"",""id"":""chart2""},{""time"":48850,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2288,""week"":""6"",""id"":""chart2""},{""time"":54975,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933855753,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":2555,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2852,""week"":""1"",""id"":""chart""},{""time"":5916,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2017,""week"":""6"",""id"":""chart""},{""time"":9997,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2535,""week"":""6"",""id"":""chart""}]}",1,simple,bar,0,1,0,Positive,3.7,0,3,3,7.404,2.468,7442,15.0,1.0,0.0,1,1.0,1 +2023-03-15 22:31:25,2023-03-15 22:44:15,0,100,770,1,2023-03-15 22:44:16,R_vvEVapll2HkwjCx,41.9739,-71.3284,EN,1,28.195,,,,,15.008,72,73,52,47.378,41.104,1,1,78.095,-1,1,95.92200000000001,-1,72.683,15.014000000000001,5,5,4,4,5,3,,33.686,4,3,4,3,3,3,I am not sure if there are other factors we do not know.,41.885,3,,16.403,2,7,3,4,1,5,6,29.201999999999998,7,8,9,10,8,10,10,11,,28.96,3,3,4,3,4,3,39.701,3,,15.419,1,1966,Massachusetts,6,2,1,,8,North Attleboro,,19,3,2,111.54,616f315b5e74ca5b9a1d2ca7,"{""startTime"":1678934125333,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934159806,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933988693,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":14037,""label"":""hovered"",""timeHovered"":1116,""week"":""2021-11-29""},{""time"":16703,""label"":""hovered"",""timeHovered"":1650,""week"":""2022-01-03""},{""time"":20170,""label"":""hovered"",""timeHovered"":3250,""week"":""2022-01-03""},{""time"":27816,""label"":""tour_next"",""step"":2},{""time"":38262,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678934109856,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,line,0,1,0,Neutral,3.3,0,0,0,0.0,0.0,0,15.0,1.0,0.5,0,1.0,1 +2023-03-15 22:32:23,2023-03-15 22:44:23,0,100,719,1,2023-03-15 22:44:23,R_CgKtoqYfKZ1Pfmp,35.7704,-78.6293,EN,1,11.547,,,,,15.126,97,6,0,19.121,195.965,-2,1,87.35600000000001,-3,-3,71.11399999999999,-1,71.697,15.019,3,3,3,2,6,3,,26.94,3,7,1,1,1,3,I have no idea what is being left out of this visualization.,19.625,6,The event of the night that has convinced me to go to sleep...,28.182,2,7,3,4,1,5,6,10.742,3,3,7,7,3,5,9,8,,18.233,5,5,5,1,5,5,18.000999999999998,2,,5.51,2,1959,North Carolina,7,3,1,,7,,,17,4,1,61.285,5a91877e777df200015fa0f5,"{""startTime"":1678934282635,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":26,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1187,""week"":""1"",""id"":""chart""}]}","{""startTime"":1678934309969,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933998576,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":13732,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1005,""week"":""2"",""id"":""chart""},{""time"":15399,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2773,""week"":""52"",""id"":""chart""},{""time"":20369,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1257,""week"":""45"",""id"":""chart""},{""time"":23230,""label"":""tour_next"",""step"":5},{""time"":60511,""label"":""tour_back"",""step"":5},{""time"":62405,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1422,""week"":""2"",""id"":""chart""},{""time"":64894,""label"":""tour_next"",""step"":5},{""time"":85690,""label"":""cleared_brush"",""using"":""Click""},{""label"":""window_blurred"",""time"":105826},{""label"":""window_focused"",""time"":142146},{""time"":143406,""label"":""tour_back"",""step"":5},{""time"":151993,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1408,""week"":""3"",""id"":""chart""},{""time"":155054,""label"":""tour_next"",""step"":5},{""time"":162478,""label"":""started_brush"",""startDate"":""2021-10-02"",""endDate"":""2021-10-09""},{""time"":164559,""label"":""started_brush"",""startDate"":""2021-08-04"",""endDate"":""2021-09-19""},{""time"":166638,""label"":""tour_next"",""step"":5},{""time"":174688,""label"":""moved_brush"",""startDate"":""2021-06-27"",""endDate"":""2021-08-12""},{""time"":175726,""label"":""tour_next"",""step"":5},{""time"":185264,""label"":""cleared_brush"",""using"":""Click""},{""time"":185264,""label"":""cleared_brush"",""using"":""Escape""},{""time"":186279,""label"":""tour_next"",""step"":5},{""time"":190989,""label"":""tour_end"",""step"":5},{""time"":192788,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1834,""week"":""50"",""id"":""chart""}]}","{""startTime"":1678934267268,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":5059,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2150,""week"":""51"",""id"":""chart""},{""time"":8306,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4674,""week"":""46"",""id"":""chart""},{""time"":13305,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1144,""week"":""42"",""id"":""chart""}]}",0,complex,bar,1,1,0,Negative,4.3,0,3,3,7.968,2.656,8246,15.0,0.5,0.0,0,0.0,3 +2023-03-15 22:28:17,2023-03-15 22:44:24,0,100,966,1,2023-03-15 22:44:24,R_30qSBZMmdDITbjT,40.4298,-78.4408,EN,1,21.241,1.0,2.0,2.0,8.793,15.011,19,100,100,38.044000000000004,74.318,1,1,63.901,1,1,69.844,-1,104.54,15.011,2,1,2,5,4,7,,67.422,2,6,2,1,7,5,"Because you told me to assume it's true. I don't really believe it, but I like that it's colorful.",97.495,3,,10.754000000000001,2,7,3,4,1,5,6,26.802,1,1,10,6,1,7,5,3,,25.9,3,3,4,4,2,3,41.852,7,3.0,16.794,2,1966,Pennsylvania,2,2,1,,9,,Duncansville,5,1,1,123.20100000000001,63b3208b1734328e43b42532,"{""startTime"":1678934144205,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":7076},{""label"":""window_focused"",""time"":14518}]}","{""startTime"":1678933933914,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933773154,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":30038,""label"":""tour_next"",""step"":2},{""time"":39606,""label"":""tour_end"",""step"":2},{""time"":40707,""label"":""hovered"",""timeHovered"":2466,""week"":""2022-01-24""},{""time"":43283,""label"":""hovered"",""timeHovered"":2234,""week"":""2022-01-24""},{""time"":45842,""label"":""hovered"",""timeHovered"":1155,""week"":""2022-01-10""},{""time"":47002,""label"":""hovered"",""timeHovered"":9379,""week"":""2022-01-10""},{""time"":60411,""label"":""hovered"",""timeHovered"":2186,""week"":""2021-04-26""},{""time"":65939,""label"":""hovered"",""timeHovered"":1842,""week"":""2022-01-31""}]}","{""startTime"":1678933918320,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line,2,0,0,Neutral,3.2,0,0,0,0.0,0.0,0,15.0,1.0,1.0,0,1.0,2 +2023-03-15 22:27:46,2023-03-15 22:44:31,0,100,1004,1,2023-03-15 22:44:32,R_3kqaEeJ5odI03uq,34.1867,-118.3878,EN,1,5.777,,,,,15.007,86,87,50,36.115,48.958,1,1,117.495,-3,-3,166.502,1,63.271,15.01,5,4,5,4,5,5,,71.589,4,4,3,3,3,5,"Since it's based on scientific data, I don't really see a valid reason not to trust it. ",77.59100000000001,5,,6.325,2,7,3,4,1,5,6,32.685,6,8,9,8,6,8,10,9,,78.84899999999999,2,3,3,2,4,4,17.471,3,,4.1419999999999995,2,1963,California,5,2,1,,7,,,4,2,1,153.201,55bfa58afdf99b339da508c2,"{""startTime"":1678934005742,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933885625,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933701951,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":26,""label"":""tour_started""},{""time"":27370,""label"":""tour_next"",""step"":2},{""time"":28714,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1934,""week"":""52"",""id"":""chart2""},{""time"":31617,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1266,""week"":""49"",""id"":""chart2""},{""time"":41025,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1017,""week"":""31"",""id"":""chart2""},{""time"":46770,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933869709,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,bar,1,0,0,Positive,3.0,0,0,0,0.0,0.0,0,15.0,1.0,0.0,1,1.0,1 +2023-03-15 22:26:18,2023-03-15 22:44:33,0,100,1094,1,2023-03-15 22:44:35,R_3pnZbCCRZQf0r5D,39.5177,-87.1238,EN,1,26.534000000000002,2.0,,2.0,4.476,15.165999999999999,5,100,52,100.21799999999999,106.376,1,1,117.16799999999999,-3,-3,114.389,-2,145.789,15.133,1,1,1,7,1,1,Thank you,46.457,1,7,7,1,1,1,I believe that charts like this misrepresent the truth and present things in an oversimplified way in order to mislead the viewer.,108.919,4,Thank you,15.177,2,7,3,4,1,5,6,27.301,5,2,10,10,2,6,3,6,Thank you,56.67100000000001,3,3,3,3,4,3,26.914,6,3.0,23.768,2,1961,Indiana,6,1,1,,7,,,6,2,1,68.874,56494d5b6902220012c4acb7,"{""startTime"":1678933992211,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934039975,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933747162,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":140,""label"":""tour_started""},{""time"":29285,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6209,""week"":""2"",""id"":""chart""},{""time"":36416,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":12990,""week"":""6"",""id"":""chart""},{""time"":50339,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":11580,""week"":""1"",""id"":""chart""},{""time"":64080,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4883,""week"":""41"",""id"":""chart""},{""time"":72074,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5432,""week"":""23"",""id"":""chart""},{""time"":81238,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7543,""week"":""52"",""id"":""chart""},{""time"":90951,""label"":""tour_next"",""step"":2},{""time"":96803,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933970085,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar,1,0,0,Negative,3.2,0,0,0,0.0,0.0,0,15.0,1.0,0.0,0,0.0,2 +2023-03-15 22:27:24,2023-03-15 22:44:47,0,100,1042,1,2023-03-15 22:44:47,R_ZDB09PyY8b9JkTn,29.5422,-95.3212,EN,1,63.604,1.0,4.0,1.0,11.899000000000001,15.01,100,74,77,29.325,174.08900000000003,1,-2,59.227,-3,1,96.134,1,40.678000000000004,15.011,5,3,4,4,6,5,,79.109,4,5,5,5,2,5,"All of the axes are labeled and I understand what they mean. With the numerical values included, I will not be fooled by the slope of the lines on the graph.",96.946,4,,13.669,2,7,3,4,1,5,6,37.635,6,6,5,4,8,5,10,9,,45.696999999999996,5,5,5,1,4,5,32.973,2,2.0,17.327,1,1971,Texas,6,2,1,,3,,,10,2,1,85.12700000000001,598ba20f716a2c000187ce01,"{""startTime"":1678934229917,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":2463,""label"":""hovered"",""timeHovered"":1337,""week"":""2021-04-26""}]}","{""startTime"":1678934055019,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":2006,""label"":""hovered"",""timeHovered"":3092,""week"":""2021-04-12""},{""time"":8335,""label"":""hovered"",""timeHovered"":1385,""week"":""2021-04-26""},{""time"":11731,""label"":""hovered"",""timeHovered"":1325,""week"":""2022-02-07""}]}","{""startTime"":1678933805326,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":17348,""label"":""hovered"",""timeHovered"":4116,""week"":""2021-08-02""},{""time"":21697,""label"":""hovered"",""timeHovered"":1867,""week"":""2021-08-23""},{""time"":27081,""label"":""hovered"",""timeHovered"":2666,""week"":""2021-06-07""},{""time"":31414,""label"":""hovered"",""timeHovered"":2183,""week"":""2022-01-03""},{""time"":35758,""label"":""tour_next"",""step"":2},{""time"":48640,""label"":""tour_end"",""step"":2},{""time"":55824,""label"":""hovered"",""timeHovered"":1902,""week"":""2021-04-12""},{""time"":57760,""label"":""hovered"",""timeHovered"":2255,""week"":""2021-04-12""},{""time"":65175,""label"":""hovered"",""timeHovered"":1408,""week"":""2021-04-12""},{""time"":66949,""label"":""hovered"",""timeHovered"":6721,""week"":""2021-04-12""},{""time"":73876,""label"":""hovered"",""timeHovered"":5826,""week"":""2021-04-12""},{""time"":79955,""label"":""hovered"",""timeHovered"":1401,""week"":""2021-04-26""},{""time"":82263,""label"":""hovered"",""timeHovered"":1856,""week"":""2021-06-14""},{""time"":84714,""label"":""hovered"",""timeHovered"":1413,""week"":""2021-05-31""},{""time"":86546,""label"":""hovered"",""timeHovered"":4044,""week"":""2021-06-14""},{""time"":90809,""label"":""hovered"",""timeHovered"":3246,""week"":""2021-06-14""},{""time"":94366,""label"":""hovered"",""timeHovered"":3056,""week"":""2021-06-21""},{""time"":97895,""label"":""hovered"",""timeHovered"":3238,""week"":""2021-07-05""},{""time"":102951,""label"":""hovered"",""timeHovered"":2288,""week"":""2021-08-16""},{""time"":108615,""label"":""hovered"",""timeHovered"":2918,""week"":""2021-12-13""},{""time"":111778,""label"":""hovered"",""timeHovered"":2788,""week"":""2021-12-06""},{""time"":115207,""label"":""hovered"",""timeHovered"":3465,""week"":""2021-12-13""},{""time"":118675,""label"":""hovered"",""timeHovered"":1341,""week"":""2021-12-13""},{""time"":121683,""label"":""hovered"",""timeHovered"":1868,""week"":""2022-01-03""},{""time"":124857,""label"":""hovered"",""timeHovered"":2045,""week"":""2022-01-31""},{""time"":127298,""label"":""hovered"",""timeHovered"":1251,""week"":""2022-02-07""},{""time"":128832,""label"":""hovered"",""timeHovered"":1200,""week"":""2022-01-31""},{""time"":137699,""label"":""hovered"",""timeHovered"":1483,""week"":""2021-11-22""},{""time"":142312,""label"":""hovered"",""timeHovered"":1623,""week"":""2021-11-22""},{""time"":144111,""label"":""hovered"",""timeHovered"":1208,""week"":""2021-11-22""},{""time"":146373,""label"":""hovered"",""timeHovered"":1001,""week"":""2021-11-22""},{""time"":148007,""label"":""hovered"",""timeHovered"":2447,""week"":""2021-11-22""},{""time"":150996,""label"":""hovered"",""timeHovered"":1154,""week"":""2021-11-01""},{""time"":154120,""label"":""hovered"",""timeHovered"":2070,""week"":""2021-08-16""},{""time"":156712,""label"":""hovered"",""timeHovered"":5991,""week"":""2021-08-09""},{""time"":167555,""label"":""hovered"",""timeHovered"":5324,""week"":""2021-12-27""}]}","{""startTime"":1678934039488,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line,0,1,0,Positive,4.2,0,0,0,0.0,0.0,0,15.0,0.5,0.5,1,0.5,1 +2023-03-15 22:27:32,2023-03-15 22:45:16,0,100,1063,1,2023-03-15 22:45:17,R_UfqjUubFL525gnn,34.0068,-118.256,EN,1,12.432,1.0,2.0,2.0,28.388,16.394000000000002,100,100,43,21.406,25.848000000000003,-3,1,62.74,-2,-3,113.986,-3,62.071999999999996,15.125,5,6,5,5,6,6,,125.46700000000001,5,5,5,7,6,6,It's from a trustworthy source so I assume it's accurate unless it isn't then oh well.,30.69,4,,53.87,2,7,3,4,1,5,6,47.361999999999995,1,1,1,5,8,6,8,8,,26.208000000000002,1,1,1,4,3,3,100.478,4,2.0,8.317,1,1998,California,2,2,1,,4,,,2,4,1,152.222,5fb0a3d6a8e4224b973e750b,"{""startTime"":1678933904163,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934030292,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":24700},{""label"":""window_focused"",""time"":25780},{""label"":""window_blurred"",""time"":28503},{""label"":""window_focused"",""time"":34026}]}","{""startTime"":1678933746380,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":17,""label"":""tour_started""},{""time"":3970,""label"":""tour_next"",""step"":2},{""time"":7232,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933888488,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar,1,0,0,Positive,2.2,0,0,0,0.0,0.0,0,15.0,0.5,0.0,0,0.0,2 +2023-03-15 22:35:41,2023-03-15 22:45:39,0,100,598,1,2023-03-15 22:45:40,R_2tKD43trPxpIgzF,39.7436,-86.1158,EN,1,12.638,,,,,16.364,86,73,72,43.433,40.308,1,1,32.774,1,1,36.161,1,45.843,15.107000000000001,5,4,4,5,5,2,I find it implausible there is a spike in the coldest part of the year,84.195,5,5,5,7,7,5,I was told I trust the data and this is a good way to represent it accurately,42.036,3,,6.904,2,7,3,4,1,5,6,15.755999999999998,1,6,1,5,7,3,10,10,,20.285999999999998,5,5,5,1,5,5,31.929000000000002,1,,5.7620000000000005,1,1969,Indiana,6,1,1,,7,,,13,4,1,94.81,5fc07d1d954a2251529dcfd6,"{""startTime"":1678934384798,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":1873},{""label"":""window_focused"",""time"":5157}]}","{""startTime"":1678934315410,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934222428,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":12517,""label"":""tour_next"",""step"":2},{""time"":17239,""label"":""tour_end"",""step"":2},{""time"":19245,""label"":""hovered"",""timeHovered"":5265,""week"":""2021-06-14""},{""time"":29713,""label"":""hovered"",""timeHovered"":1616,""week"":""2021-08-30""},{""time"":35365,""label"":""hovered"",""timeHovered"":3186,""week"":""2022-01-10""}]}","{""startTime"":1678934299769,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":8375,""label"":""hovered"",""timeHovered"":1804,""week"":""2022-02-07""},{""time"":12425,""label"":""hovered"",""timeHovered"":1006,""week"":""2022-01-17""}]}",0,moderate,line,1,0,0,Positive,4.3,0,2,2,2.81,1.405,4050,15.0,1.0,1.0,1,1.0,2 +2023-03-15 22:31:38,2023-03-15 22:45:48,0,100,850,1,2023-03-15 22:45:49,R_241zbLpvVgr0kZo,36.1214,-115.141,EN,1,55.735,,,,,15.128,89,100,80,44.593999999999994,97.57799999999999,1,1,61.538000000000004,-3,-3,84.57,-3,51.61,15.126,3,5,3,6,6,4,,56.02,5,4,5,5,3,4,I don't know about the measuring processes so I can't be sure that the results are trustworthy.,49.27,4,,29.721,2,7,3,4,1,5,6,32.544000000000004,2,1,9,8,3,5,4,3,,34.853,3,3,3,3,3,2,45.056000000000004,4,,10.539000000000001,2,1954,California,6,1,1,,3,,,3,4,2,61.98,638e415e46b2a8da60722496,"{""startTime"":1678934332925,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934244701,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934045176,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":44697,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1042,""week"":""2"",""id"":""chart""},{""time"":46932,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5257,""week"":""1"",""id"":""chart""},{""time"":52305,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6482,""week"":""52"",""id"":""chart""},{""time"":60243,""label"":""tour_next"",""step"":2},{""time"":78247,""label"":""tour_end"",""step"":2},{""time"":83162,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1855,""week"":""1"",""id"":""chart""},{""time"":85824,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2763,""week"":""52"",""id"":""chart""},{""time"":88598,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3802,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678934228765,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":5688,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2026,""week"":""1"",""id"":""chart""},{""time"":10110,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2329,""week"":""1"",""id"":""chart""}]}",0,moderate,bar,1,0,0,Negative,2.8,0,2,2,4.355,2.1775,4422,15.0,1.0,0.0,0,0.0,2 +2023-03-15 22:38:14,2023-03-15 22:45:52,0,100,457,1,2023-03-15 22:45:52,R_3kFKJSBH5o6Npys,40.4441,-75.345,EN,1,6.224,1.0,4.0,2.0,6.827999999999999,15.106,93,95,94,30.98,66.786,1,1,45.665,-2,1,39.823,-3,26.683000000000003,15.154000000000002,5,6,6,5,5,6,,8.498,6,6,6,5,6,5,It shows facts in easy to understand color line graph,16.415,6,,5.109,2,7,3,4,1,5,6,16.203,7,8,9,9,7,8,10,10,,13.62,5,5,5,1,5,5,17.413,7,1.0,10.94,1,1973,Pennsylvania,7,3,1,,7,,,16,1,1,69.22,5ba292385301b80001c71ba2,"{""startTime"":1678934516764,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678934490155,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678934377825,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":38,""label"":""tour_started""},{""time"":9127,""label"":""tour_next"",""step"":5},{""time"":22752,""label"":""cleared_brush"",""using"":""click""},{""time"":26405,""label"":""cleared_brush"",""using"":""click""},{""time"":26630,""label"":""cleared_brush"",""using"":""click""},{""time"":27974,""label"":""started_brush"",""startDate"":""2021-07-18"",""endDate"":""2021-11-02""},{""time"":29015,""label"":""tour_next"",""step"":5},{""time"":33016,""label"":""started_brush"",""startDate"":""2021-06-17"",""endDate"":""2021-07-11""},{""time"":37775,""label"":""moved_brush"",""startDate"":""2021-08-10"",""endDate"":""2021-09-03""},{""time"":38864,""label"":""tour_next"",""step"":5},{""time"":60744,""label"":""cleared_brush"",""using"":""click""},{""time"":60752,""label"":""cleared_brush"",""using"":""Escape""},{""time"":62393,""label"":""tour_next"",""step"":5},{""time"":63958,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678934473375,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line,1,1,0,Positive,4.3,0,0,0,0.0,0.0,0,15.0,1.0,0.5,0,0.0,3 +2023-03-15 22:31:12,2023-03-15 22:46:11,0,100,899,1,2023-03-15 22:46:12,R_1g0iDnRJuIS5FrI,44.482,-88.0185,EN,1,85.863,1.0,4.0,1.0,28.838,15.115,100,100,50,39.514,96.242,1,1,56.364,1,1,97.346,1,57.388999999999996,15.012,5,5,6,6,5,5,,26.23,5,5,5,3,7,5,The information comes from the CDC and I believe the data they gather and distribute regarding Covid is as accurate as data could be.,60.591,4,,15.424000000000001,2,7,3,4,1,5,6,39.961,4,4,4,5,5,3,11,9,,41.016000000000005,4,4,5,1,4,4,40.086999999999996,1,2.0,27.868000000000002,2,1982,Wisconsin,6,2,1,,7,,,11,4,1,85.329,63f796a016e377d12cff50f1,"{""startTime"":1678934333364,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934226471,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934057108,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":11779,""label"":""hovered"",""timeHovered"":1266,""week"":""2021-12-27""},{""time"":13146,""label"":""hovered"",""timeHovered"":4032,""week"":""2021-12-27""},{""time"":18928,""label"":""hovered"",""timeHovered"":2766,""week"":""2022-02-07""},{""time"":22394,""label"":""hovered"",""timeHovered"":1500,""week"":""2021-04-12""},{""time"":26161,""label"":""hovered"",""timeHovered"":1116,""week"":""2021-04-19""},{""time"":33426,""label"":""hovered"",""timeHovered"":3183,""week"":""2021-08-16""},{""time"":36609,""label"":""hovered"",""timeHovered"":1399,""week"":""2021-08-16""},{""time"":39926,""label"":""hovered"",""timeHovered"":1332,""week"":""2021-10-04""},{""time"":42675,""label"":""hovered"",""timeHovered"":4749,""week"":""2021-11-01""},{""time"":50790,""label"":""hovered"",""timeHovered"":1168,""week"":""2022-01-03""},{""time"":52223,""label"":""hovered"",""timeHovered"":3866,""week"":""2022-01-03""},{""time"":60933,""label"":""tour_next"",""step"":2},{""time"":69464,""label"":""tour_end"",""step"":2},{""time"":77651,""label"":""hovered"",""timeHovered"":1198,""week"":""2021-06-07""},{""time"":82630,""label"":""hovered"",""timeHovered"":1031,""week"":""2021-08-23""},{""time"":84001,""label"":""hovered"",""timeHovered"":1055,""week"":""2021-08-16""},{""time"":85170,""label"":""hovered"",""timeHovered"":2421,""week"":""2021-08-16""},{""time"":89204,""label"":""hovered"",""timeHovered"":1207,""week"":""2021-11-22""},{""time"":90575,""label"":""hovered"",""timeHovered"":1518,""week"":""2021-11-29""}]}","{""startTime"":1678934210931,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line,1,0,0,Positive,3.7,0,0,0,0.0,0.0,0,15.0,1.0,1.0,1,1.0,1 +2023-03-15 22:31:17,2023-03-15 22:46:17,0,100,900,1,2023-03-15 22:46:18,R_2s0aKmzoEuRs433,34.3797,-97.9778,EN,1,4.367,1.0,4.0,2.0,4.374,15.114,100,100,100,10.935,117.26899999999999,1,1,59.104,-2,1,90.994,1,108.55799999999999,15.109000000000002,6,6,6,6,6,6,"I genuinely enjoyed using the data to answer the questions, especially the animated data that made the numbers more precise. The information appears trustworthy, and the graph is very easy to use and understand.",61.797,6,6,6,6,6,6,"The data makes sense to me, given what I know of vaccinated and unvaccinated cases of Covid-19. Unvaccinated people routinely become ill more frequently than vaccinated people, oftentimes by large margins.",63.961000000000006,3,I genuinely enjoyed using all the charts. They were pleasant to look at and made reading the data very easy. Thank you so much!,24.9,2,7,3,4,1,5,6,15.991,6,6,5,7,8,7,11,9,,21.125,2,2,4,3,3,2,15.085,3,1.0,14.764000000000001,2,1951,Oklahoma,2,2,1,,7,,,3,4,1,56.032,574ce0a57fd0ec000db73aa6,"{""startTime"":1678934360907,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":634},{""label"":""window_focused"",""time"":3743}]}","{""startTime"":1678934279133,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":1933},{""label"":""window_focused"",""time"":3598}]}","{""startTime"":1678934072779,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":9,""label"":""tour_started""},{""label"":""window_blurred"",""time"":1069},{""label"":""window_focused"",""time"":4086},{""time"":14550,""label"":""hovered"",""timeHovered"":1617,""week"":""2021-04-12""},{""time"":23754,""label"":""hovered"",""timeHovered"":1568,""week"":""2021-08-23""},{""time"":30640,""label"":""hovered"",""timeHovered"":2734,""week"":""2021-11-15""},{""time"":39594,""label"":""hovered"",""timeHovered"":4017,""week"":""2022-01-03""},{""time"":48165,""label"":""tour_next"",""step"":2},{""time"":52007,""label"":""tour_end"",""step"":2},{""label"":""window_blurred"",""time"":54212},{""label"":""window_focused"",""time"":95987},{""time"":101882,""label"":""hovered"",""timeHovered"":1304,""week"":""2021-06-07""},{""time"":109528,""label"":""hovered"",""timeHovered"":1284,""week"":""2022-01-03""},{""time"":111807,""label"":""hovered"",""timeHovered"":2072,""week"":""2022-01-03""}]}","{""startTime"":1678934262400,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":5942,""label"":""hovered"",""timeHovered"":1095,""week"":""2021-04-19""}]}",1,simple,line,0,1,0,Positive,2.7,0,1,1,1.095,1.095,0,15.0,1.0,0.5,1,1.0,1 +2023-03-15 22:36:05,2023-03-15 22:46:47,0,100,641,1,2023-03-15 22:46:48,R_3qagv2l5kbQ8olp,38.1043,-122.2442,EN,1,78.055,,,,,15.015,100,100,73,18.203,16.553,1,1,53.551,-3,-3,54.858000000000004,1,28.728,15.107000000000001,5,5,5,5,6,5,,25.694000000000003,5,5,5,3,3,5,It is well designed and clear. I have no reason to not trust it,28.544,5,,8.812000000000001,2,7,3,4,1,5,6,17.616,4,4,10,8,4,9,8,11,,49.547,3,2,2,4,3,3,30.415,7,,15.129000000000001,1,1974,California,2,2,1,,7,,,7,3,1,131.468,6398db762e009c7af9e1da88,"{""startTime"":1678934374426,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934400969,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":19905},{""label"":""window_focused"",""time"":22127}]}","{""startTime"":1678934287500,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":22,""label"":""tour_started""},{""time"":6836,""label"":""tour_next"",""step"":2},{""label"":""window_blurred"",""time"":9080},{""label"":""window_focused"",""time"":10977},{""time"":14853,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678934358719,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":8771,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1140,""week"":""2"",""id"":""chart2""},{""label"":""window_blurred"",""time"":11645},{""label"":""window_focused"",""time"":13825}]}",0,simple,bar,0,1,0,Positive,2.8,0,1,1,1.14,1.14,0,11.645,1.0,0.0,1,1.0,1 +2023-03-15 22:06:42,2023-03-15 22:46:52,0,100,2409,1,2023-03-15 22:46:53,R_1mPhSQREQzxy5CX,30.160999999999998,-81.7311,EN,1,4.772,,,,,15.014000000000001,100,100,51,12.654000000000002,216.895,-2,1,126.93700000000001,1,-3,153.782,1,81.582,15.013,5,3,4,5,6,6,,495.958,4,6,5,3,3,5,I feel like this visualization shows all of the relevant information for what they trying to convey.,119.69200000000001,4,,7.625,2,7,3,4,1,5,6,14.138,5,2,1,1,10,3,10,10,,13.102,3,4,5,3,4,2,8.049,1,,3.444,1,1994,Florida,6,3,1,,3,,,6,3,1,131.325,6081adb85a8992a84093ed21,"{""startTime"":1678933772883,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":214859},{""label"":""window_focused"",""time"":334965}]}","{""startTime"":1678934271824,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933383142,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":33,""label"":""tour_started""},{""time"":170837,""label"":""tour_next"",""step"":2},{""time"":176044,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933757007,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,bar,0,1,0,Positive,3.5,0,0,0,0.0,0.0,0,15.0,0.5,0.5,1,0.5,2 +2023-03-15 22:34:10,2023-03-15 22:47:01,0,100,771,1,2023-03-15 22:47:01,R_1lyk8sRVZgVmOtM,35.7113,-82.5467,EN,1,9.508,,,,,15.012,85,57,54,19.502,291.267,1,1,44.563,-3,1,20.998,1,55.938,15.110999999999999,4,5,6,3,6,6,,20.45,5,5,6,5,6,6,It looks professional,14.758,5,,6.565,2,7,3,4,1,5,6,12.722000000000001,7,8,6,8,9,7,11,11,,13.602,5,5,5,1,5,1,13.954,2,,5.879,1,1958,North Carolina,7,3,1,,7,,,14,4,2,163.504,63c3118da7ffa9c9fa88a10e,"{""startTime"":1678934478230,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678934499367,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678934261454,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":32,""label"":""tour_started""},{""time"":6955,""label"":""hovered"",""timeHovered"":25726,""week"":""2021-04-12""},{""time"":52115,""label"":""hovered"",""timeHovered"":1736,""week"":""2021-05-10""},{""time"":54869,""label"":""hovered"",""timeHovered"":1450,""week"":""2021-05-24""},{""time"":57591,""label"":""tour_next"",""step"":5},{""time"":68573,""label"":""started_brush"",""startDate"":""2021-04-19"",""endDate"":""2022-02-13""},{""time"":72117,""label"":""tour_next"",""step"":5},{""time"":91114,""label"":""moved_brush"",""startDate"":""2021-10-31"",""endDate"":""2022-02-13""},{""time"":96058,""label"":""tour_next"",""step"":5},{""time"":131438,""label"":""cleared_brush"",""using"":""click""},{""time"":131444,""label"":""cleared_brush"",""using"":""Escape""},{""time"":133533,""label"":""tour_next"",""step"":5},{""time"":142428,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678934462544,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line,1,0,0,Positive,3.7,0,0,0,0.0,0.0,0,15.0,1.0,0.5,1,1.0,3 +2023-03-15 22:36:35,2023-03-15 22:47:45,0,100,669,1,2023-03-15 22:47:45,R_3LZ8LxHCm2MvtC1,40.5334,-74.2099,EN,1,10.181000000000001,,,,,15.148,85,67,73,26.043000000000003,37.995,-2,1,52.18,-3,-3,86.4,1,59.373999999999995,15.020999999999999,5,5,4,5,5,5,none,27.551,5,4,4,4,4,5,It is data driven and makes sense,56.849,6,none,16.131,2,7,3,4,1,5,6,23.554000000000002,8,8,8,7,8,5,9,9,none,29.511999999999997,4,4,4,2,4,4,23.685,2,,6.747000000000001,1,1953,New York,3,2,1,,7,,,7,2,1,126.041,5b233660648d5b0001b7de87,"{""startTime"":1678934483195,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934405646,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934263896,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":48,""label"":""tour_started""},{""time"":27693,""label"":""tour_next"",""step"":2},{""time"":30829,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678934389739,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,bar,0,1,0,Positive,3.7,0,0,0,0.0,0.0,0,15.0,0.5,0.0,1,0.0,2 +2023-03-15 22:32:52,2023-03-15 22:47:48,0,100,895,1,2023-03-15 22:47:48,R_3MAlONauBx4gWRG,35.0125,-80.9309,EN,1,35.093,1.0,3.0,2.0,6.16,15.147,95,96,78,40.976000000000006,136.67,-2,1,71.923,-3,-3,95.926,-3,56.448,15.198,6,5,5,6,2,6,"Interesting because I did not see the source for the data in the first set of questions, but I did see once a question came up about the source of the data and I specifically focused in on the chart for the information.",111.67,6,5,5,5,3,4,I did not see any sources listed for the data (or it was there but not clear to me as I navigated the dataset),33.058,5,,17.727999999999998,2,7,3,4,1,5,6,20.268,2,4,10,7,5,9,9,10,,24.045,4,5,4,2,5,2,35.762,4,1.0,12.88,1,1971,South Carolina,5,2,1,,7,,,17,4,1,97.73100000000001,63d9c4ea4b5efb771f895e11,"{""startTime"":1678934369140,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":22465},{""label"":""window_focused"",""time"":32155}]}","{""startTime"":1678934303397,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678934160744,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":80,""label"":""tour_started""},{""time"":8155,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1541,""week"":""50"",""id"":""chart""},{""time"":10805,""label"":""tour_next"",""step"":5},{""time"":17486,""label"":""started_brush"",""startDate"":""2021-04-08"",""endDate"":""2021-06-05""},{""time"":26148,""label"":""started_brush"",""startDate"":""2021-08-01"",""endDate"":""2021-10-20""},{""time"":26886,""label"":""tour_next"",""step"":5},{""time"":32908,""label"":""moved_brush"",""startDate"":""2021-10-07"",""endDate"":""2021-12-26""},{""time"":38068,""label"":""started_brush"",""startDate"":""2021-08-15"",""endDate"":""2021-09-29""},{""time"":39599,""label"":""tour_next"",""step"":5},{""time"":44992,""label"":""cleared_brush"",""using"":""Click""},{""time"":44992,""label"":""cleared_brush"",""using"":""Escape""},{""time"":47783,""label"":""tour_next"",""step"":5},{""time"":51271,""label"":""tour_end"",""step"":5},{""time"":61826,""label"":""cleared_brush"",""using"":""Click""},{""time"":63225,""label"":""cleared_brush"",""using"":""Click""}]}","{""startTime"":1678934286614,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":6588,""label"":""started_brush"",""startDate"":""2021-04-30"",""endDate"":""2021-07-01""},{""time"":11659,""label"":""started_brush"",""startDate"":""2021-10-30"",""endDate"":""2022-01-01""}]}",1,complex,bar,1,0,0,Negative,3.7,1,2,0,0.0,0.0,5071,15.0,0.5,0.0,0,0.0,3 +2023-03-15 22:37:31,2023-03-15 22:48:00,0,100,628,1,2023-03-15 22:48:00,R_3RmvhlM9cJwQrar,38.4934,-86.0139,EN,1,6.932,,,,,15.115,100,18,38,30.267,93.491,1,1,33.893,1,1,38.626,1,57.868,15.012,3,3,3,3,5,3,,36.692,3,2,7,7,7,3,"I have no way of knowing if the data represented here is correct, or if it's presented in a relevant way (because I'm missing the context of understanding these kinds of numbers.)",58.141999999999996,3,,9.375,2,7,3,4,1,5,6,18.277,6,9,3,6,9,1,11,11,"""political parties"" The answer varies widely, depending on which party.",55.43899999999999,5,5,5,1,5,5,27.378,1,,3.906,1,1973,Indiana,6,2,1,,7,,,8,3,1,75.562,63e1dbd6e3b024508cfb12e9,"{""startTime"":1678934565484,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678934479859,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678934311964,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":14075,""label"":""tour_next"",""step"":5},{""time"":33875,""label"":""tour_back"",""step"":5},{""time"":37086,""label"":""tour_next"",""step"":5},{""time"":39065,""label"":""tour_back"",""step"":5},{""time"":43115,""label"":""tour_next"",""step"":5},{""time"":49297,""label"":""started_brush"",""startDate"":""2021-06-21"",""endDate"":""2021-06-24""},{""time"":59962,""label"":""started_brush"",""startDate"":""2021-10-05"",""endDate"":""2022-01-08""},{""time"":61683,""label"":""tour_next"",""step"":5},{""time"":75268,""label"":""moved_brush"",""startDate"":""2021-07-07"",""endDate"":""2021-10-10""},{""time"":76488,""label"":""tour_next"",""step"":5},{""time"":81630,""label"":""cleared_brush"",""using"":""click""},{""time"":84818,""label"":""tour_next"",""step"":5},{""time"":89614,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678934464323,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":14310,""label"":""started_brush"",""startDate"":""2021-12-09"",""endDate"":""2022-01-02""}]}",0,complex,line,1,1,0,Negative,4.3,1,1,0,0.0,0.0,0,15.0,1.0,1.0,1,1.0,3 +2023-03-15 22:24:00,2023-03-15 22:48:03,0,100,1442,1,2023-03-15 22:48:03,R_XSpIJB33RxUbdqV,47.36,-122.6015,EN,1,24.456,,,,,15.017999999999999,96,92,15,81.462,63.593,-2,1,149.955,-3,-3,100.029,-2,91.51299999999999,15.113,5,5,5,5,5,5,,200.938,5,5,2,7,7,5,Because I see that the data is from an official government entity in Croatia. ,115.62700000000001,6,,15.6,2,7,3,4,1,5,6,38.579,1,1,10,5,1,7,7,1,,83.37,2,4,4,2,2,4,118.757,4,,8.531,2,1969,Washington,6,3,1,,7,,,5,4,2,145.77200000000002,5bde6c564842880001308324,"{""startTime"":1678933829218,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":163266,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1929,""week"":""50"",""id"":""chart""},{""time"":167811,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3823,""week"":""1"",""id"":""chart2""},{""time"":192344,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1860,""week"":""1"",""id"":""chart2""}]}","{""startTime"":1678934031872,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933595493,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":44,""label"":""tour_started""},{""time"":21388,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1175,""week"":""52"",""id"":""chart""},{""time"":27240,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1007,""week"":""34"",""id"":""chart""},{""time"":28581,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1661,""week"":""32"",""id"":""chart""},{""time"":39959,""label"":""tour_next"",""step"":2},{""time"":52140,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2298,""week"":""32"",""id"":""chart2""},{""time"":54597,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1283,""week"":""2"",""id"":""chart2""},{""time"":55913,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1024,""week"":""1"",""id"":""chart2""},{""time"":60431,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933812818,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,bar,1,0,0,Positive,3.0,0,0,0,0.0,0.0,0,15.0,0.5,0.0,0,0.5,1 +2023-03-15 22:40:24,2023-03-15 22:48:34,0,100,490,1,2023-03-15 22:48:35,R_1NwSmzXTesP3xRV,43.1743,-79.0215,EN,1,7.006,,,,,15.005999999999998,75,85,58,19.011,81.796,1,1,28.163,1,1,45.756,-3,35.235,15.009,5,4,5,5,5,5,"I love the way this is presented, allowing the zoom on a section. Very fancy!",53.012,5,5,6,5,2,4,I trust it as much as I trust any limited data set in a vacuum.,50.49100000000001,4,,6.291,2,7,3,4,1,5,6,8.906,3,5,5,6,4,6,8,5,,17.000999999999998,3,4,4,3,4,4,14.526,4,,3.1919999999999997,1,1974,New York,3,2,1,,7,,,2,4,2,46.403999999999996,6332274d72eff2df47171a78,"{""startTime"":1678934607906,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":2826,""label"":""started_brush"",""startDate"":""2021-06-13"",""endDate"":""2021-08-09""},{""time"":4372,""label"":""started_brush"",""startDate"":""2021-12-11"",""endDate"":""2022-02-13""},{""time"":10085,""label"":""moved_brush"",""startDate"":""2021-12-13"",""endDate"":""2022-02-13""}]}","{""startTime"":1678934661746,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678934473451,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":32,""label"":""tour_started""},{""time"":13230,""label"":""tour_next"",""step"":5},{""time"":31786,""label"":""started_brush"",""startDate"":""2021-06-20"",""endDate"":""2022-02-13""},{""time"":32980,""label"":""tour_next"",""step"":5},{""time"":35887,""label"":""moved_brush"",""startDate"":""2021-07-09"",""endDate"":""2022-02-13""},{""time"":37826,""label"":""moved_brush"",""startDate"":""2021-07-09"",""endDate"":""2022-02-13""},{""time"":39953,""label"":""moved_brush"",""startDate"":""2021-07-09"",""endDate"":""2021-11-11""},{""time"":42129,""label"":""moved_brush"",""startDate"":""2021-10-01"",""endDate"":""2021-11-11""},{""time"":43232,""label"":""moved_brush"",""startDate"":""2021-10-01"",""endDate"":""2022-02-13""},{""time"":47896,""label"":""moved_brush"",""startDate"":""2021-12-30"",""endDate"":""2022-02-13""},{""time"":48911,""label"":""tour_next"",""step"":5},{""time"":51806,""label"":""cleared_brush"",""using"":""click""},{""time"":52979,""label"":""tour_next"",""step"":5},{""time"":60333,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678934591563,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":8582,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-07-23""},{""time"":10028,""label"":""started_brush"",""startDate"":""2021-10-04"",""endDate"":""2022-02-13""}]}",0,complex,line,1,0,0,Neutral,3.7,1,2,0,0.0,0.0,1446,15.0,1.0,1.0,0,0.0,3 +2023-03-15 22:17:13,2023-03-15 22:49:51,0,100,1957,1,2023-03-15 22:49:51,R_1lAlyGFOQ6jHsII,26.6165,-80.0444,EN,1,52.321999999999996,1.0,4.0,2.0,18.718,15.114,95,71,72,34.223,485.485,1,-2,116.361,-2,1,377.94,1,205.305,15.118,3,7,3,2,4,4,,83.039,4,3,4,4,3,4,Because it uses different colors to distinguish what ages it represents and is easier to see vs reading a study. ,91.675,5,Very interesting graphs,56.146,2,7,3,4,1,5,6,41.788000000000004,4,8,4,8,9,6,10,9,,26.124000000000002,5,5,5,1,5,5,51.891999999999996,1,1.0,17.498,2,1957,Florida,2,2,1,,7,,,5,4,1,190.02900000000002,5f048fdc0aea5b0ae3215fc9,"{""startTime"":1678933886333,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933969894,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933178119,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":25153,""label"":""hovered"",""timeHovered"":1467,""week"":""2022-01-03""},{""time"":26621,""label"":""hovered"",""timeHovered"":2049,""week"":""2022-01-03""},{""time"":30871,""label"":""hovered"",""timeHovered"":2049,""week"":""2022-01-10""},{""time"":36987,""label"":""hovered"",""timeHovered"":7099,""week"":""2021-12-27""},{""time"":46271,""label"":""tour_next"",""step"":5},{""time"":57472,""label"":""tour_back"",""step"":5},{""time"":63503,""label"":""hovered"",""timeHovered"":1348,""week"":""2022-01-17""},{""time"":65101,""label"":""hovered"",""timeHovered"":1733,""week"":""2021-12-06""},{""time"":68302,""label"":""hovered"",""timeHovered"":1182,""week"":""2022-01-03""},{""time"":78391,""label"":""tour_next"",""step"":5},{""time"":113131,""label"":""tour_back"",""step"":5},{""time"":123415,""label"":""hovered"",""timeHovered"":2733,""week"":""2022-01-24""},{""time"":128695,""label"":""tour_next"",""step"":5},{""time"":138197,""label"":""cleared_brush"",""using"":""click""},{""time"":168764,""label"":""cleared_brush"",""using"":""click""},{""time"":193069,""label"":""tour_back"",""step"":5},{""time"":209945,""label"":""tour_next"",""step"":5},{""time"":241521,""label"":""tour_back"",""step"":5},{""time"":243876,""label"":""hovered"",""timeHovered"":1149,""week"":""2021-04-12""},{""time"":249941,""label"":""hovered"",""timeHovered"":7283,""week"":""2021-09-13""},{""time"":266040,""label"":""tour_next"",""step"":5},{""time"":286524,""label"":""started_brush"",""startDate"":""2021-12-01"",""endDate"":""2022-02-06""},{""time"":287498,""label"":""tour_next"",""step"":5},{""time"":299977,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-04-21""},{""time"":313408,""label"":""started_brush"",""startDate"":""2021-05-31"",""endDate"":""2021-08-22""},{""time"":319859,""label"":""cleared_brush"",""using"":""click""},{""time"":322348,""label"":""started_brush"",""startDate"":""2021-11-21"",""endDate"":""2022-02-13""},{""time"":326971,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-07-03""},{""time"":338332,""label"":""moved_brush"",""startDate"":""2021-11-21"",""endDate"":""2022-02-13""},{""time"":342879,""label"":""moved_brush"",""startDate"":""2021-11-21"",""endDate"":""2022-02-13""},{""time"":344316,""label"":""tour_next"",""step"":5},{""time"":367044,""label"":""cleared_brush"",""using"":""click""},{""time"":367049,""label"":""cleared_brush"",""using"":""Escape""},{""time"":382700,""label"":""cleared_brush"",""using"":""click""},{""time"":383267,""label"":""cleared_brush"",""using"":""click""},{""time"":411535,""label"":""cleared_brush"",""using"":""click""},{""time"":426487,""label"":""started_brush"",""startDate"":""2021-05-03"",""endDate"":""2021-08-17""},{""time"":427581,""label"":""tour_next"",""step"":5},{""time"":451642,""label"":""tour_end"",""step"":5},{""time"":455290,""label"":""hovered"",""timeHovered"":1478,""week"":""2021-08-09""},{""time"":456934,""label"":""hovered"",""timeHovered"":7092,""week"":""2021-08-09""},{""label"":""window_blurred"",""time"":466697},{""label"":""window_focused"",""time"":471154},{""time"":475542,""label"":""hovered"",""timeHovered"":6800,""week"":""2021-08-02""}]}","{""startTime"":1678933870663,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line,0,1,0,Positive,4.3,0,0,0,0.0,0.0,0,15.0,0.5,0.5,1,1.0,3 +2023-03-15 22:29:31,2023-03-15 22:50:02,0,100,1230,1,2023-03-15 22:50:03,R_3rVtwrV6oSq0dhG,40.488,-74.4544,EN,1,61.403,,,,,15.129000000000001,86,58,65,43.293,241.15900000000002,1,-1,97.804,1,1,64.154,1,104.161,15.171,3,3,3,5,5,3,,35.144,5,5,4,7,7,5,"When I say I trust this visualization, I mean that I trust that they depicted the visualization well based on the numbers. I 'm not saying I trust the sources of the visualization though.",74.398,5,,16.99,2,7,3,4,1,5,6,89.415,3,6,7,7,2,6,6,7,,100.49600000000001,3,3,4,2,3,3,48.637,6,,8.698,1,1997,New Jersey,6,2,1,,7,,,3,2,2,100.72399999999999,5f2016b023978b04f9679bec,"{""startTime"":1678934283569,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678934319520,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933920707,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":137,""label"":""tour_started""},{""time"":926,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4171,""week"":""2"",""id"":""chart""},{""label"":""window_blurred"",""time"":7532},{""label"":""window_focused"",""time"":7955},{""time"":68878,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5080,""week"":""48"",""id"":""chart""},{""time"":74212,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7998,""week"":""52"",""id"":""chart""},{""time"":83951,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3733,""week"":""45"",""id"":""chart""},{""time"":88565,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":11719,""week"":""51"",""id"":""chart""},{""time"":109061,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1029,""week"":""51"",""id"":""chart""},{""time"":110139,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1817,""week"":""52"",""id"":""chart""},{""time"":116852,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1989,""week"":""24"",""id"":""chart""},{""time"":119243,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2273,""week"":""22"",""id"":""chart""},{""time"":129266,""label"":""tour_next"",""step"":5},{""time"":161884,""label"":""started_brush"",""startDate"":""2021-06-13"",""endDate"":""2021-08-10""},{""time"":163300,""label"":""moved_brush"",""startDate"":""2021-06-01"",""endDate"":""2021-06-13""},{""time"":173867,""label"":""started_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-05-05""},{""time"":177669,""label"":""tour_next"",""step"":5},{""time"":182546,""label"":""started_brush"",""startDate"":""2021-04-30"",""endDate"":""2021-07-13""},{""time"":185559,""label"":""moved_brush"",""startDate"":""2021-04-30"",""endDate"":""2021-07-13""},{""time"":187658,""label"":""moved_brush"",""startDate"":""2021-04-30"",""endDate"":""2021-07-13""},{""time"":190558,""label"":""cleared_brush"",""using"":""Click""},{""time"":192395,""label"":""tour_next"",""step"":5},{""time"":198146,""label"":""cleared_brush"",""using"":""Click""},{""time"":198147,""label"":""cleared_brush"",""using"":""Escape""},{""time"":200718,""label"":""tour_next"",""step"":5},{""time"":210496,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678934267535,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":9519,""label"":""started_brush"",""startDate"":""2021-08-29"",""endDate"":""2022-01-05""},{""time"":10903,""label"":""moved_brush"",""startDate"":""2021-08-29"",""endDate"":""2022-01-05""},{""time"":11459,""label"":""moved_brush"",""startDate"":""2021-08-29"",""endDate"":""2022-01-05""},{""time"":12113,""label"":""cleared_brush"",""using"":""Click""},{""time"":14438,""label"":""started_brush"",""startDate"":""2021-10-31"",""endDate"":""2022-01-07""}]}",0,complex,bar,0,1,0,Positive,3.0,1,5,0,0.0,0.0,4919,15.0,0.5,1.0,1,1.0,3 +2023-03-15 22:32:31,2023-03-15 22:50:04,0,100,1052,1,2023-03-15 22:50:04,R_1r1RklrU5JFSU10,40.8449,-81.7736,EN,1,10.533,,,,,15.117,100,89,56,64.997,97.69200000000001,1,1,57.578,1,1,66.404,-1,84.175,15.117,6,6,6,6,6,6,,65.255,6,5,5,7,1,6,Source was referenced. Data looks plausable,26.544,5,the question back 2 asked about dec 2022 info. Dec 2021 was listed but not 2022,73.92399999999999,2,7,3,4,1,5,6,39.121,2,4,8,6,8,9,10,10,,60.135,5,4,4,1,3,4,63.973,3,,13.499,1,1966,Ohio,6,2,1,,7,,,14,2,2,165.055,640912d475d8f1047d318723,"{""startTime"":1678934346645,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934234432,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934053070,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":24382,""label"":""hovered"",""timeHovered"":1453,""week"":""2021-12-27""},{""time"":29180,""label"":""hovered"",""timeHovered"":1422,""week"":""2021-08-09""},{""time"":37140,""label"":""hovered"",""timeHovered"":6379,""week"":""2021-08-16""},{""time"":43572,""label"":""hovered"",""timeHovered"":2214,""week"":""2021-08-23""},{""time"":49418,""label"":""tour_next"",""step"":2},{""time"":65138,""label"":""tour_end"",""step"":2},{""time"":87640,""label"":""hovered"",""timeHovered"":7014,""week"":""2021-12-27""}]}","{""startTime"":1678934218213,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,line,2,0,0,Positive,3.5,0,0,0,0.0,0.0,0,15.0,1.0,1.0,0,1.0,2 +2023-03-15 22:42:36,2023-03-15 22:50:24,0,100,468,1,2023-03-15 22:50:25,R_3fN7vh6jDtkfGrt,40.7365,-74.0055,EN,1,8.89,,,,,15.110999999999999,89,93,62,20.814,31.009,1,1,49.801,1,1,83.77,1,29.53,15.015,5,5,3,5,6,5,,20.846999999999998,5,6,4,1,1,5,I have no reason to believe that the data is inaccurate.,14.600999999999999,4,,7.5120000000000005,2,7,3,4,1,5,6,28.644000000000002,2,3,7,8,7,7,10,9,,18.977,5,4,5,4,5,4,22.849,6,,4.779,1,1969,Connecticut,8,3,1,,7,,,17,4,1,52.06399999999999,6234dbba467fabd56fa59e1a,"{""startTime"":1678934778051,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934740127,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934608297,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":9082,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1081,""week"":""52"",""id"":""chart""},{""time"":11295,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1583,""week"":""51"",""id"":""chart""},{""time"":14377,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3446,""week"":""50"",""id"":""chart""},{""time"":18440,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1914,""week"":""51"",""id"":""chart""},{""time"":24837,""label"":""tour_next"",""step"":2},{""time"":28916,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678934724497,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,bar,0,1,0,Positive,4.5,0,0,0,0.0,0.0,0,15.0,1.0,1.0,1,1.0,2 +2023-03-15 22:41:15,2023-03-15 22:50:28,0,100,552,1,2023-03-15 22:50:28,R_shhxjKwNyAZOSwF,31.3145,-89.3788,EN,1,8.102,2.0,,2.0,3.801,15.183,51,98,66,32.292,66.355,-3,1,49.196000000000005,-3,-3,34.2,1,41.797,15.019,2,2,7,5,5,7,,35.993,3,6,5,1,1,7,"I trust charts, but I don't trust the data coming from this particular source.",38.14,3,,8.602,2,7,3,4,1,5,6,19.36,1,1,6,3,1,3,5,5,,23.348000000000003,5,5,5,1,4,5,28.27,6,3.0,15.837,2,1977,Mississippi,7,2,1,,7,,,14,4,1,55.839,5e8ccdf9b3423e07b04b4853,"{""startTime"":1678934689946,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934726794,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934556589,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":52,""label"":""tour_started""},{""time"":8709,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":26333,""week"":""2"",""id"":""chart""},{""time"":35129,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1956,""week"":""3"",""id"":""chart""},{""time"":37873,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3375,""week"":""52"",""id"":""chart""},{""time"":41695,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1184,""week"":""50"",""id"":""chart""},{""time"":46633,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1644,""week"":""14"",""id"":""chart""},{""time"":53667,""label"":""tour_next"",""step"":2},{""time"":60821,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678934673999,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar,2,0,0,Neutral,4.2,0,0,0,0.0,0.0,0,15.0,0.5,0.0,1,0.5,1 +2023-03-15 22:35:54,2023-03-15 22:51:17,0,100,923,1,2023-03-15 22:51:18,R_2w4gKEIjBudikLo,35.0987,-77.1045,EN,1,7.6770000000000005,1.0,3.0,1.0,11.584000000000001,15.110999999999999,77,90,69,73.525,51.075,1,1,107.363,-3,1,162.754,-1,70.595,15.01,5,5,5,5,5,5,,41.195,5,5,5,4,4,5,One of the frames stated that the data came from the CDC. They are probably as close to accurate that we are going to get.,53.162,5,,14.431,2,7,3,4,1,5,6,19.719,5,7,8,7,5,7,8,8,,30.554000000000002,2,2,2,4,2,2,42.455,4,2.0,22.213,2,1957,North Carolina,6,2,1,,9,,New Bern,7,2,1,105.785,6007a7996fbeef04ce080f90,"{""startTime"":1678934454253,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":3162,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3639,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678934496112,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934278512,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":22,""label"":""tour_started""},{""time"":16043,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3608,""week"":""41"",""id"":""chart""},{""time"":20076,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3421,""week"":""32"",""id"":""chart""},{""time"":27264,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2704,""week"":""52"",""id"":""chart""},{""time"":30759,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4494,""week"":""2"",""id"":""chart""},{""time"":37083,""label"":""tour_next"",""step"":2},{""time"":46192,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678934438035,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar,1,0,0,Positive,2.3,0,0,0,0.0,0.0,0,15.0,1.0,0.5,0,1.0,1 +2023-03-15 22:41:45,2023-03-15 22:51:44,0,100,598,1,2023-03-15 22:51:44,R_1ezR2KPKkmz208J,36.7614,-86.1929,EN,1,7.101,1.0,2.0,1.0,4.2989999999999995,15.01,23,16,11,24.444000000000003,55.43,1,-3,44.86600000000001,-3,-3,80.092,1,46.201,15.02,7,1,7,4,4,1,,19.359,1,5,2,1,1,1,It seems to me that the information is skewed. I believe that a lot more people have been vaccinated than what the graph shows.,37.602,5,,9.164,2,7,3,4,1,5,6,17.369,3,2,10,4,2,4,3,9,,23.723000000000003,1,1,2,4,3,1,23.605999999999998,6,1.0,12.075999999999999,2,1957,Kentucky,6,2,1,,7,,,17,3,1,110.75399999999999,60e4c09a4b30f16f5a1053e7,"{""startTime"":1678934716228,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934754669,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934563899,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":35,""label"":""tour_started""},{""time"":15072,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6000,""week"":""47"",""id"":""chart""},{""time"":22906,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4730,""week"":""1"",""id"":""chart""},{""time"":32463,""label"":""tour_next"",""step"":2},{""time"":40715,""label"":""tour_end"",""step"":2},{""time"":41600,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3121,""week"":""1"",""id"":""chart""},{""time"":44741,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3913,""week"":""1"",""id"":""chart""},{""time"":49920,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1449,""week"":""14"",""id"":""chart""}]}","{""startTime"":1678934700501,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar,0,1,0,Negative,2.0,0,0,0,0.0,0.0,0,15.0,0.5,0.0,1,0.0,2 +2023-03-15 22:35:37,2023-03-15 22:52:35,0,100,1017,1,2023-03-15 22:52:35,R_9uZKWXvHIYdu5Hz,32.1943,-110.9767,EN,1,22.534000000000002,,,,,15.115,98,92,61,34.441,175.588,1,1,49.3,1,1,49.81399999999999,1,67.771,15.015,5,5,5,5,6,5,,36.166,5,6,5,1,1,5,"It appears to be a scientific count, with independent statistics about each thing counted, and I think it is probably an accurate representation of the info gathered",50.638999999999996,5,,9.54,2,7,3,4,1,5,6,14.775,4,5,5,5,9,3,10,10,,31.621,5,5,5,1,5,5,20.592,1,,5.414,2,1947,Arizona,7,2,1,,7,,,5,2,1,367.033,5ea45eb9abef8a07bcced2bc,"{""startTime"":1678934555198,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678934477977,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678934217845,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":11903,""label"":""tour_next"",""step"":5},{""time"":33738,""label"":""tour_back"",""step"":5},{""time"":40575,""label"":""hovered"",""timeHovered"":2559,""week"":""2021-10-18""},{""time"":47409,""label"":""hovered"",""timeHovered"":1131,""week"":""2021-08-16""},{""time"":51875,""label"":""tour_next"",""step"":5},{""time"":54248,""label"":""tour_back"",""step"":5},{""time"":57680,""label"":""tour_next"",""step"":5},{""time"":65341,""label"":""tour_back"",""step"":5},{""time"":67496,""label"":""hovered"",""timeHovered"":1612,""week"":""2021-07-12""},{""time"":70954,""label"":""hovered"",""timeHovered"":1031,""week"":""2021-09-27""},{""time"":76142,""label"":""hovered"",""timeHovered"":2960,""week"":""2021-09-27""},{""time"":81641,""label"":""tour_next"",""step"":5},{""time"":97617,""label"":""tour_back"",""step"":5},{""time"":110563,""label"":""hovered"",""timeHovered"":2262,""week"":""2021-09-13""},{""time"":114355,""label"":""hovered"",""timeHovered"":2244,""week"":""2021-07-26""},{""time"":120242,""label"":""tour_next"",""step"":5},{""time"":133072,""label"":""started_brush"",""startDate"":""2021-07-04"",""endDate"":""2021-11-04""},{""time"":134417,""label"":""tour_next"",""step"":5},{""time"":145130,""label"":""moved_brush"",""startDate"":""2021-07-04"",""endDate"":""2021-11-10""},{""time"":150676,""label"":""moved_brush"",""startDate"":""2021-08-05"",""endDate"":""2021-11-10""},{""time"":152034,""label"":""tour_next"",""step"":5},{""time"":160547,""label"":""cleared_brush"",""using"":""click""},{""time"":165903,""label"":""tour_next"",""step"":5},{""time"":172488,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678934462410,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line,0,2,0,Positive,4.3,0,0,0,0.0,0.0,0,15.0,1.0,1.0,1,1.0,3 +2023-03-15 22:38:09,2023-03-15 22:52:38,0,100,868,1,2023-03-15 22:52:38,R_1FwE3nQblA0gAwj,28.4883,-81.4061,EN,1,21.717,1.0,3.0,2.0,8.333,15.009,100,100,7,48.687,35.88,1,1,99.09200000000001,-3,1,76.878,1,36.234,15.008,4,2,4,5,6,4,"I know it is not scientific, but I have kind of lost faith in a lot of reporting based on recently released information regarding Covid.",75.218,2,5,5,4,5,4,"I think there are other elements that may not be included. I believe that some people get Covid and may not be properly diagnosed. I believe I had a mild case of Covid during this period, but I never tested positive. I was very closely exposed twice and showed all the symptoms, but never showed positive during any testing, and I have had vaccines.",127.51799999999999,4,none,13.765,2,7,3,4,1,5,6,20.685,5,7,8,7,5,5,7,8,none,40.137,4,3,4,2,4,4,35.323,5,1.0,17.859,2,1962,Florida,6,3,1,,7,,,10,2,1,91.475,6394e83b4be197877056c3bd,"{""startTime"":1678934709888,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934538247,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934406531,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":17,""label"":""tour_started""},{""time"":7888,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2950,""week"":""52"",""id"":""chart""},{""time"":11872,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2748,""week"":""6"",""id"":""chart""},{""time"":15790,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1849,""week"":""14"",""id"":""chart""},{""time"":19314,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1258,""week"":""27"",""id"":""chart""},{""time"":24277,""label"":""tour_next"",""step"":2},{""time"":33148,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678934521447,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":5752,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3682,""week"":""52"",""id"":""chart""},{""time"":9473,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2327,""week"":""1"",""id"":""chart""},{""time"":11923,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3043,""week"":""2"",""id"":""chart""}]}",1,moderate,bar,0,1,0,Negative,3.5,0,3,3,9.052,3.017333333333333,6171,15.0,1.0,0.5,1,0.5,2 +2023-03-15 22:37:20,2023-03-15 22:52:39,0,100,918,1,2023-03-15 22:52:40,R_3NQDNwYHEcai6DC,37.589,-122.0461,EN,1,92.86,,,,,15.012,85,100,78,44.067,61.369,1,1,60.059,-2,1,76.736,1,115.184,15.112,6,3,5,5,5,5,It would be interesting to understand if they know why (or have theories on why) the sudden rise in crop diseases occurred in Jan 2022.,80.193,3,6,6,3,7,5,"The accuracy of the detailed counts in the interactive version makes it seem as if it's a statistic that is closely tracked, and that they have thorough data on it.",40.727,6,"The question that asked ""What was the range (max - min) of insect-related pest counts on Jan 15 2022?"" was single-select, and only let me choose either the max OR min (not a range). Also for the question ""In late December 2022, what type of fungi-related disease had a higher pest count than the insect-related Mealybug?"", the graph doesn't go to Dec 2022, so maybe it meant to say late Dec 2021 instead?",94.685,2,7,3,4,1,5,6,20.253,2,3,7,8,3,6,9,8,,29.043000000000003,3,4,4,3,2,3,20.853,5,,6.206,2,1978,California,6,2,1,,9,,Union City,15,4,1,69.992,62a76dfc808c176cecd72dfa,"{""startTime"":1678934557369,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934638176,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934419327,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":12220,""label"":""tour_next"",""step"":2},{""time"":20951,""label"":""tour_end"",""step"":2},{""time"":23838,""label"":""hovered"",""timeHovered"":3471,""week"":""2021-09-13""},{""time"":29891,""label"":""hovered"",""timeHovered"":2477,""week"":""2021-12-27""},{""time"":39310,""label"":""hovered"",""timeHovered"":1523,""week"":""2021-04-12""},{""time"":41477,""label"":""hovered"",""timeHovered"":1470,""week"":""2021-04-19""},{""time"":48222,""label"":""hovered"",""timeHovered"":4281,""week"":""2021-09-13""},{""label"":""window_blurred"",""time"":53477},{""label"":""window_focused"",""time"":56563},{""time"":58553,""label"":""hovered"",""timeHovered"":1261,""week"":""2022-01-17""}]}","{""startTime"":1678934541717,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":9921,""label"":""hovered"",""timeHovered"":2615,""week"":""2021-12-27""}]}",0,simple,line,0,2,0,Positive,3.2,0,1,1,2.615,2.615,0,15.0,1.0,0.5,1,1.0,1 +2023-03-15 22:25:43,2023-03-15 22:53:09,0,100,1646,1,2023-03-15 22:53:09,R_2BgsgYzLnRBORZw,30.4199,-87.21700000000001,EN,1,11.099,,,,,15.115,98,86,22,76.545,128.167,1,1,199.796,-2,1,182.102,-1,353.283,15.117,5,3,5,4,5,5,,67.597,4,5,5,7,7,5,it is very detailed and contains pertinent information,67.858,1,,15.544,2,7,3,4,1,5,6,34.701,1,2,2,2,2,6,10,10,,41.913999999999994,3,2,4,3,3,2,52.651,2,,17.451,2,1965,Florida,4,2,1,,8,Pensacola,,7,3,1,175.327,5bd7971b0aac450001f951aa,"{""startTime"":1678934220427,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934012625,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":14774,""label"":""hovered"",""timeHovered"":1155,""week"":""2021-07-26""}]}","{""startTime"":1678933665270,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":28,""label"":""tour_started""},{""time"":10293,""label"":""hovered"",""timeHovered"":1266,""week"":""2021-09-20""},{""time"":28193,""label"":""hovered"",""timeHovered"":1314,""week"":""2021-05-31""},{""time"":29896,""label"":""hovered"",""timeHovered"":6743,""week"":""2021-05-31""},{""time"":38677,""label"":""hovered"",""timeHovered"":7681,""week"":""2021-07-05""},{""time"":49741,""label"":""hovered"",""timeHovered"":1898,""week"":""2021-08-02""},{""time"":57057,""label"":""hovered"",""timeHovered"":9765,""week"":""2021-10-04""},{""time"":68659,""label"":""hovered"",""timeHovered"":2596,""week"":""2021-11-01""},{""time"":76739,""label"":""hovered"",""timeHovered"":1384,""week"":""2021-11-29""},{""time"":80955,""label"":""hovered"",""timeHovered"":1367,""week"":""2021-11-29""},{""time"":83556,""label"":""hovered"",""timeHovered"":4798,""week"":""2021-12-27""},{""time"":108006,""label"":""tour_next"",""step"":2},{""time"":115962,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933996264,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,line,1,1,0,Positive,2.8,0,0,0,0.0,0.0,0,15.0,1.0,0.5,0,1.0,1 +2023-03-15 22:16:03,2023-03-15 22:53:16,0,100,2232,1,2023-03-15 22:53:16,R_3EFEfnY1JLXxHUR,32.7797,-96.8022,EN,1,72.258,1.0,3.0,2.0,34.588,15.012,80,80,52,116.771,85.361,1,1,241.78900000000002,1,1,183.572,1,356.92199999999997,15.110999999999999,6,5,6,5,5,6,"I like specific details, such as exact numbers, which probably would be impossible in this case.",203.53400000000002,5,5,5,3,5,5,"I can give it the benefit of a doubt. I would likely explore different sources to compare. Sadly, I cannot remember if it showed the source in this example. That is on me.",121.40100000000001,5,"What I think and feel are two different things. I generally think that people can be trusted, but I strongly do not feel I cannot be too careful.",170.15599999999998,2,7,3,4,1,5,6,52.818999999999996,8,8,9,8,7,7,10,9,,138.928,3,3,4,3,2,3,113.234,2,1.0,34.662,2,1965,Texas,6,3,1,,7,,,19,2,2,157.8,5ddc07391e42a9000b2622be,"{""startTime"":1678933574543,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":190989},{""label"":""window_focused"",""time"":203449}]}","{""startTime"":1678933779392,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":60190},{""label"":""window_focused"",""time"":71989}]}","{""startTime"":1678933230527,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":16476,""label"":""tour_next"",""step"":2},{""time"":30779,""label"":""tour_end"",""step"":2},{""time"":11992,""label"":""hovered"",""timeHovered"":19597,""week"":""2021-11-29""},{""time"":36207,""label"":""hovered"",""timeHovered"":10356,""week"":""2022-01-03""}]}","{""startTime"":1678933559157,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":9984,""label"":""hovered"",""timeHovered"":2268,""week"":""2021-12-27""},{""time"":12858,""label"":""hovered"",""timeHovered"":1225,""week"":""2022-01-03""}]}",1,simple,line,1,0,0,Positive,3.0,0,2,2,3.4930000000000003,1.7465,2874,15.0,1.0,1.0,1,1.0,1 +2023-03-15 22:19:10,2023-03-15 22:54:03,0,100,2092,1,2023-03-15 22:54:03,R_5su091KHFPaP8Nr,39.0157,-77.0085,EN,1,21.201,1.0,2.0,1.0,43.595,15.095999999999998,71,65,70,208.84900000000002,107.30799999999999,1,1,176.435,-2,1,138.655,1,100.594,15.14,4,2,4,4,2,4,,71.613,4,4,5,5,4,5,It is quite informative.,53.346000000000004,3,,85.219,2,7,3,4,1,5,6,74.757,6,7,7,7,7,8,10,9,,51.93,4,4,4,2,4,4,47.043,2,1.0,76.26899999999999,1,1974,Maryland,6,3,1,,7,,,14,4,2,192.107,637ee3e42ee7996a07233f21,"{""startTime"":1678934297209,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_focused"",""time"":41041}]}","{""startTime"":1678934202058,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":27973}]}","{""startTime"":1678933877403,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":847,""label"":""tour_started""},{""label"":""window_focused"",""time"":54669},{""time"":71910,""label"":""tour_next"",""step"":2},{""time"":91015,""label"":""tour_back"",""step"":2},{""time"":101305,""label"":""tour_next"",""step"":2},{""time"":103732,""label"":""tour_end"",""step"":2},{""label"":""window_blurred"",""time"":110355}]}","{""startTime"":1678934179285,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar,1,0,0,Positive,3.7,0,0,0,0.0,0.0,0,15.0,1.0,0.5,1,1.0,1 +2023-03-15 22:27:00,2023-03-15 22:54:10,0,100,1629,1,2023-03-15 22:54:11,R_3NvUeGyb9PePalj,37.6868,-122.1496,EN,1,105.44200000000001,,,,,15.005999999999998,100,100,73,71.23100000000001,84.285,1,1,78.21300000000001,1,1,168.40900000000002,-3,124.65,15.005999999999998,5,5,5,6,3,5,"Whoops! I did not see the source at the bottom before. So say that I generally trust government sources, although my blanket trust eroded a bit under Trump., I will amend my previous answer to",149.895,6,5,5,1,1,5,"Well, I think the previous page mentioned that the data were trustworthy. Otherwise, I would want more info on who compiled the data - e.g., a government agricultural agency vs. a pesticide company that wanted to sell more product.",180.054,6,"Even though I said I completely understood the first chart, I was wrong. I thought The highest number was cumulative, not that the next category started at the color change.",144.779,2,7,3,4,1,5,6,25.772,4,8,7,6,8,5,9,8,"The above are such broad categories, it is hard to answer these questions/ E.g., Do you mean NY Times or Fox?",165.53900000000002,3,5,5,1,4,4,34.984,2,,6.353,2,1960,California,6,2,1,,8,Vacaville CA,,9,4,1,141.75799999999998,5e6bdd2a3ea572199bb7f6b6,"{""startTime"":1678934352234,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934099524,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":2655,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2806,""week"":""52"",""id"":""chart""},{""time"":7271,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1222,""week"":""31"",""id"":""chart""},{""time"":10047,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4104,""week"":""51"",""id"":""chart""}]}","{""startTime"":1678933828441,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":22,""label"":""tour_started""},{""time"":14187,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":21358,""week"":""52"",""id"":""chart""},{""time"":35801,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1328,""week"":""52"",""id"":""chart""},{""time"":40261,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5682,""week"":""32"",""id"":""chart""},{""time"":53790,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2531,""week"":""6"",""id"":""chart""},{""time"":59154,""label"":""tour_next"",""step"":2},{""time"":65436,""label"":""tour_end"",""step"":2},{""time"":67162,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3188,""week"":""1"",""id"":""chart""},{""time"":71159,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5839,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678934083089,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,bar,1,0,0,Positive,3.7,0,0,0,0.0,0.0,0,15.0,1.0,1.0,0,1.0,2 +2023-03-15 22:33:48,2023-03-15 22:54:19,0,100,1231,1,2023-03-15 22:54:20,R_2AL1pNQlCC3R3Zd,42.6374,-82.5764,EN,1,41.574,,,,,15.116,100,100,65,60.903,120.883,1,1,127.82600000000001,-3,-3,174.55700000000002,1,219.36599999999999,15.02,3,3,3,5,6,3,,44.5,5,5,5,4,3,5,"If its based on scientific fact that can be checked I trust it, but it could just be made up",45.68600000000001,5,,18.15,2,7,3,4,1,5,6,27.684,5,7,7,7,6,6,10,8,,48.433,4,4,4,4,4,4,48.553000000000004,3,,3.622,1,1964,Michigan,3,2,1,,7,,,3,4,1,92.016,59a88f5b321f870001d16d68,"{""startTime"":1678934591975,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934479220,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934167215,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":49582,""label"":""tour_next"",""step"":2},{""time"":79102,""label"":""tour_back"",""step"":2},{""time"":84967,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1401,""week"":""1"",""id"":""chart""},{""time"":86401,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1485,""week"":""52"",""id"":""chart""},{""time"":90789,""label"":""tour_next"",""step"":2},{""time"":92773,""label"":""tour_end"",""step"":2},{""time"":95225,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1422,""week"":""2"",""id"":""chart""}]}","{""startTime"":1678934463749,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,bar,1,0,0,Positive,4.0,0,0,0,0.0,0.0,0,15.0,1.0,0.0,1,0.0,2 +2023-03-15 22:43:28,2023-03-15 22:54:38,0,100,670,1,2023-03-15 22:54:39,R_3GvUYQ8Os5sve5p,39.9703,-75.0617,EN,1,20.009,1.0,4.0,1.0,9.672,15.216,84,82,62,11.782,106.852,1,1,39.271,1,-3,49.04,-3,38.605,15.019,5,6,5,6,6,4,,52.489,5,5,5,7,4,4,I would like to see supporting data,13.397,5,,13.047,2,7,3,4,1,5,6,13.302,7,8,9,7,8,3,10,9,,19.398,3,3,2,2,4,3,20.42,2,1.0,9.986,1,1973,New Jersey,6,2,1,,7,,,16,4,1,131.705,5cf5134c8f8ff80019e76721,"{""startTime"":1678934882805,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":22224},{""label"":""window_focused"",""time"":23696},{""label"":""window_blurred"",""time"":23703},{""label"":""window_focused"",""time"":27402},{""label"":""window_blurred"",""time"":31474},{""label"":""window_focused"",""time"":36767},{""label"":""window_blurred"",""time"":43508},{""label"":""window_focused"",""time"":50204}]}","{""startTime"":1678934936079,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":14910},{""label"":""window_focused"",""time"":16239}]}","{""startTime"":1678934798650,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":29,""label"":""tour_started""},{""time"":5251,""label"":""tour_next"",""step"":5},{""label"":""window_blurred"",""time"":7163},{""label"":""window_focused"",""time"":7825},{""time"":8889,""label"":""started_brush"",""startDate"":""2021-05-20"",""endDate"":""2021-10-11""},{""time"":9691,""label"":""tour_next"",""step"":5},{""time"":16207,""label"":""moved_brush"",""startDate"":""2021-07-13"",""endDate"":""2021-12-04""},{""time"":16846,""label"":""tour_next"",""step"":5},{""time"":21978,""label"":""cleared_brush"",""using"":""Click""},{""time"":21978,""label"":""cleared_brush"",""using"":""Escape""},{""time"":22863,""label"":""tour_next"",""step"":5},{""time"":26631,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678934867166,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar,1,0,0,Negative,2.8,0,0,0,0.0,0.0,0,15.0,1.0,0.5,0,0.0,3 +2023-03-15 22:41:22,2023-03-15 22:54:44,0,100,801,1,2023-03-15 22:54:45,R_2UXgXhtgQ2VuW1g,30.6922,-88.0425,EN,1,21.945999999999998,,,,,15.014000000000001,93,89,31,40.510999999999996,129.249,1,-1,87.802,-1,1,90.55799999999999,-3,77.001,15.107999999999999,5,3,6,4,6,4,I wonder why the diseases increased so high.,63.678999999999995,5,4,5,1,1,6,I think it's really easy to follow and it appears to be realistic information that could potentially happen.,37.501,4,,6.108,2,7,3,4,1,5,6,31.894000000000002,3,6,4,6,8,4,10,10,,32.91,5,1,5,2,4,3,26.364,2,,4.107,2,1994,Alabama,6,2,1,,3,,,9,4,1,45.07899999999999,5d10102523f6320017c63e07,"{""startTime"":1678934937462,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678934792454,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":6007,""label"":""hovered"",""timeHovered"":1725,""week"":""2021-12-20""},{""time"":7750,""label"":""hovered"",""timeHovered"":5178,""week"":""2021-12-20""},{""time"":13125,""label"":""hovered"",""timeHovered"":2690,""week"":""2021-12-27""},{""time"":17820,""label"":""hovered"",""timeHovered"":1098,""week"":""2021-12-13""},{""time"":20021,""label"":""hovered"",""timeHovered"":2013,""week"":""2021-12-06""}]}","{""startTime"":1678934569115,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":17967,""label"":""hovered"",""timeHovered"":1691,""week"":""2021-12-13""},{""time"":20313,""label"":""hovered"",""timeHovered"":1722,""week"":""2022-01-10""},{""time"":22923,""label"":""hovered"",""timeHovered"":2104,""week"":""2022-01-03""},{""time"":29154,""label"":""tour_next"",""step"":5},{""time"":45378,""label"":""started_brush"",""startDate"":""2021-07-28"",""endDate"":""2022-02-13""},{""time"":46114,""label"":""tour_next"",""step"":5},{""time"":55828,""label"":""moved_brush"",""startDate"":""2021-07-28"",""endDate"":""2022-02-13""},{""time"":57677,""label"":""tour_next"",""step"":5},{""time"":62589,""label"":""moved_brush"",""startDate"":""2021-07-28"",""endDate"":""2022-02-13""},{""time"":69151,""label"":""cleared_brush"",""using"":""click""},{""time"":70559,""label"":""tour_next"",""step"":5},{""time"":78071,""label"":""tour_end"",""step"":5},{""time"":88858,""label"":""started_brush"",""startDate"":""2021-06-11"",""endDate"":""2021-09-07""},{""time"":101853,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-07-08""},{""time"":102346,""label"":""hovered"",""timeHovered"":1907,""week"":""2021-05-03""},{""time"":115149,""label"":""moved_brush"",""startDate"":""2021-11-16"",""endDate"":""2022-02-13""},{""time"":119534,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-07-08""},{""time"":121154,""label"":""started_brush"",""startDate"":""2021-08-27"",""endDate"":""2021-11-14""},{""time"":123410,""label"":""cleared_brush"",""using"":""click""},{""time"":125023,""label"":""hovered"",""timeHovered"":2726,""week"":""2022-01-03""}]}","{""startTime"":1678934776928,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":10766,""label"":""started_brush"",""startDate"":""2021-05-03"",""endDate"":""2021-10-25""},{""time"":14083,""label"":""moved_brush"",""startDate"":""2021-08-22"",""endDate"":""2022-02-13""}]}",0,complex,line,0,2,0,Positive,3.3,1,2,0,0.0,0.0,3317,15.0,0.5,0.5,0,0.0,3 +2023-03-15 22:34:45,2023-03-15 22:54:46,0,100,1200,1,2023-03-15 22:54:46,R_3Esv4BzbnpQQdfW,39.6732,-75.7121,EN,1,51.326,2.0,,2.0,6.746,15.012,32,62,70,70.251,98.544,1,1,156.74,-2,1,80.63,-1,189.27700000000002,15.116,5,1,6,3,4,5,,69.493,1,3,1,1,1,3,There was no source on that page. The previous page listed the CDC,47.247,4,,13.620999999999999,2,7,3,4,1,5,6,32.499,5,6,8,7,8,3,10,9,,75.904,3,4,4,2,4,3,69.54899999999999,1,3.0,24.302,1,1959,Delaware,6,2,1,,7,,,17,4,1,99.762,5bf8f34abdd6400001bd5e66,"{""startTime"":1678934446864,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934517217,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934250176,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":73443,""label"":""hovered"",""timeHovered"":3416,""week"":""2021-06-21""},{""time"":81410,""label"":""hovered"",""timeHovered"":2699,""week"":""2022-02-07""},{""time"":88086,""label"":""tour_next"",""step"":2},{""time"":94678,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678934430993,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line,1,0,0,Negative,3.3,0,0,0,0.0,0.0,0,15.0,1.0,0.5,0,0.5,2 +2023-03-15 22:37:26,2023-03-15 22:55:33,0,100,1086,1,2023-03-15 22:55:33,R_8i8d54KlhPsZfRT,35.2416,-81.2181,EN,1,106.76799999999999,,,,,15.113,79,73,27,44.357,164.00099999999998,1,1,52.458,1,1,153.35399999999998,1,117.037,15.012,2,1,2,4,5,2,,64.885,7,2,1,1,1,3,I think I would need a bit more information about the details of the data before I could fully trust it. The huge spike in both pest and fungi diseases in 2022 should include more explanations.,101.046,4,,16.347,2,7,3,4,1,5,6,28.813000000000002,4,6,3,7,2,8,10,9,,32.991,3,4,5,2,3,2,31.445999999999998,3,,6.04,2,1973,North Carolina,5,2,1,,3,,,5,3,2,54.901,55d8389069dbc30005b67b57,"{""startTime"":1678934777238,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934842719,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934442333,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":55146,""label"":""tour_next"",""step"":2},{""time"":62570,""label"":""tour_end"",""step"":2},{""time"":64671,""label"":""hovered"",""timeHovered"":2523,""week"":""2022-01-03""},{""time"":67199,""label"":""hovered"",""timeHovered"":2560,""week"":""2022-01-03""},{""time"":71295,""label"":""hovered"",""timeHovered"":3942,""week"":""2022-02-07""},{""time"":76895,""label"":""hovered"",""timeHovered"":1132,""week"":""2022-01-10""},{""time"":79247,""label"":""hovered"",""timeHovered"":1132,""week"":""2022-01-10""},{""time"":90926,""label"":""hovered"",""timeHovered"":2233,""week"":""2021-06-07""},{""time"":93606,""label"":""hovered"",""timeHovered"":1397,""week"":""2021-06-28""},{""time"":98191,""label"":""hovered"",""timeHovered"":6566,""week"":""2021-06-28""},{""time"":105927,""label"":""hovered"",""timeHovered"":1339,""week"":""2021-08-09""},{""time"":108662,""label"":""hovered"",""timeHovered"":1135,""week"":""2021-08-30""},{""time"":110222,""label"":""hovered"",""timeHovered"":3693,""week"":""2021-09-20""},{""time"":122647,""label"":""hovered"",""timeHovered"":5364,""week"":""2021-12-13""},{""time"":138230,""label"":""hovered"",""timeHovered"":1177,""week"":""2021-12-27""},{""time"":140222,""label"":""hovered"",""timeHovered"":1266,""week"":""2021-11-29""},{""time"":144118,""label"":""hovered"",""timeHovered"":1285,""week"":""2021-12-13""},{""time"":145470,""label"":""hovered"",""timeHovered"":1283,""week"":""2021-12-20""},{""time"":147382,""label"":""hovered"",""timeHovered"":1711,""week"":""2021-12-27""},{""time"":151350,""label"":""hovered"",""timeHovered"":4932,""week"":""2022-01-17""}]}","{""startTime"":1678934761549,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":3614,""label"":""hovered"",""timeHovered"":1222,""week"":""2021-11-29""},{""time"":6054,""label"":""hovered"",""timeHovered"":1167,""week"":""2021-08-02""}]}",0,moderate,line,1,0,0,Negative,3.2,0,2,2,2.3890000000000002,1.1945,2440,15.0,1.0,1.0,1,1.0,2 +2023-03-15 22:41:02,2023-03-15 22:55:41,0,100,879,1,2023-03-15 22:55:42,R_vBpulNQx1PwFpx7,34.2773,-118.5001,EN,1,46.839,,,,,15.009,97,99,69,45.348,49.629,1,1,48.861000000000004,1,1,78.23100000000001,-1,61.663000000000004,15.116,5,5,5,5,5,5,,72.89699999999999,5,6,5,5,5,5,It seemed to be presenting data in an appropriate manner without suggestion of being manipulated for someone's personal advantage. ,154.076,4,,8.696,2,7,3,4,1,5,6,28.4,4,6,6,8,4,4,10,10,,31.601,3,3,5,3,4,3,21.613000000000003,1,,9.339,2,1946,California,6,2,1,,9,,Granada Hills,4,4,1,87.37899999999999,5c1150e31e7d6900018207ef,"{""startTime"":1678934948182,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":3006,""label"":""hovered"",""timeHovered"":1498,""week"":""2022-02-07""}]}","{""startTime"":1678934781570,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934581591,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":35919,""label"":""tour_next"",""step"":2},{""time"":46021,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678934711171,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,line,1,0,0,Positive,3.5,0,0,0,0.0,0.0,0,15.0,1.0,1.0,0,1.0,2 +2023-03-15 22:33:44,2023-03-15 22:55:43,0,100,1318,1,2023-03-15 22:55:43,R_8cUPn4yaBNPrbod,42.0753,-80.0671,EN,1,473.895,1.0,4.0,1.0,10.279000000000002,15.017000000000001,100,100,100,23.673000000000002,36.85,-2,1,64.407,1,1,75.043,-1,59.574,15.112,6,6,6,6,6,6,I trust this data from the CDC.,43.963,6,6,6,6,6,6,I trust it because it comes from the CDC which is a trusted scientific source and it makes sense with commonly known truthful knowledge about COVID 19.,49.243,3,,41.492,2,7,3,4,1,5,6,28.929000000000002,6,10,8,9,10,7,11,11,,27.471,5,5,5,1,5,5,41.434,1,1.0,14.502,1,1965,Pennsylvania,6,1,1,,7,,,5,4,1,233.937,614ead1e38ca4b390b860c23,"{""startTime"":1678934699651,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934744154,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934581965,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":14116,""label"":""hovered"",""timeHovered"":1200,""week"":""2021-12-27""},{""time"":15614,""label"":""hovered"",""timeHovered"":9485,""week"":""2021-12-27""},{""time"":26270,""label"":""tour_next"",""step"":2},{""time"":31535,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678934684108,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":8992,""label"":""hovered"",""timeHovered"":2521,""week"":""2022-01-31""},{""time"":12304,""label"":""hovered"",""timeHovered"":1322,""week"":""2022-01-03""},{""time"":13662,""label"":""hovered"",""timeHovered"":1192,""week"":""2022-01-03""}]}",1,simple,line,1,0,0,Positive,4.3,0,3,3,5.035,1.6783333333333337,4670,15.0,0.5,1.0,0,0.5,1 +2023-03-15 22:23:32,2023-03-15 22:55:48,0,100,1935,1,2023-03-15 22:55:49,R_2ron0YwM1Yxrtww,40.9241,-77.05199999999999,EN,1,39.232,1.0,3.0,2.0,17.964000000000002,15.012,84,100,69,68.602,319.165,-2,1,165.30599999999998,-1,-3,177.003,-3,96.7,15.014000000000001,5,4,6,5,5,5,Thank you for allowing me to take part in your study. ,66.979,5,5,4,6,3,5,"The presentation of the data seems scientific in nature. Additionally, the data presented lines up with what public health officials have said about Covid. Specifically, that unvaccinated people are far mot likely to become infected with the virus than vaccinated people, and that older individuals are more susceptible to the virus than those who are younger. ",181.2,5,I feel that the topic of the study is interesting. ,83.831,2,7,3,4,1,5,6,57.028,6,8,9,10,9,7,11,11,,51.724,5,4,5,1,5,5,56.588,1,1.0,39.06,1,1983,Pennsylvania,7,2,1,,7,,,7,2,2,383.787,5c11f3face422b0001d69416,"{""startTime"":1678934250240,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678934011226,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933578096,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":33,""label"":""tour_started""},{""time"":15569,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1225,""week"":""45"",""id"":""chart""},{""time"":16810,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":21449,""week"":""44"",""id"":""chart""},{""time"":38961,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3502,""week"":""52"",""id"":""chart""},{""time"":43409,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1801,""week"":""52"",""id"":""chart""},{""time"":46078,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3747,""week"":""1"",""id"":""chart""},{""time"":50953,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5342,""week"":""41"",""id"":""chart""},{""time"":60142,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":18299,""week"":""51"",""id"":""chart""},{""time"":82344,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":11863,""week"":""47"",""id"":""chart""},{""time"":95433,""label"":""tour_next"",""step"":5},{""time"":143102,""label"":""tour_back"",""step"":5},{""time"":148567,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1122,""week"":""51"",""id"":""chart""},{""time"":160471,""label"":""tour_next"",""step"":5},{""time"":178043,""label"":""cleared_brush"",""using"":""Click""},{""time"":189049,""label"":""started_brush"",""startDate"":""2021-10-30"",""endDate"":""2022-01-12""},{""time"":200229,""label"":""tour_next"",""step"":5},{""time"":214125,""label"":""cleared_brush"",""using"":""Click""},{""time"":221308,""label"":""cleared_brush"",""using"":""Click""},{""time"":231436,""label"":""cleared_brush"",""using"":""Click""},{""time"":242028,""label"":""moved_brush"",""startDate"":""2021-06-03"",""endDate"":""2021-10-03""},{""time"":244068,""label"":""tour_next"",""step"":5},{""time"":256091,""label"":""cleared_brush"",""using"":""Click""},{""time"":256091,""label"":""cleared_brush"",""using"":""Escape""},{""time"":260147,""label"":""tour_next"",""step"":5},{""time"":273579,""label"":""tour_end"",""step"":5},{""time"":277259,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2127,""week"":""1"",""id"":""chart""},{""time"":280110,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2992,""week"":""1"",""id"":""chart""},{""time"":290256,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1178,""week"":""51"",""id"":""chart""},{""time"":292474,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":9047,""week"":""52"",""id"":""chart""},{""time"":303393,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":9493,""week"":""15"",""id"":""chart""}]}","{""startTime"":1678933995547,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":8693,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2270,""week"":""52"",""id"":""chart""},{""time"":11067,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2214,""week"":""51"",""id"":""chart""}]}",1,complex,bar,1,1,0,Positive,4.2,0,2,2,4.484,2.242,2374,15.0,0.5,0.0,0,0.0,3 +2023-03-15 22:37:46,2023-03-15 22:56:09,0,100,1103,1,2023-03-15 22:56:10,R_3lRqnOcqmEwNbpq,46.2515,-119.1034,EN,1,38.995,1.0,4.0,2.0,3.9,15.013,84,95,55,71.531,125.2,-2,1,43.174,1,1,80.061,1,57.751000000000005,15.011,4,5,6,6,6,4,The data above almost certainly leaves out a large number of people who had covid but weren't officially diagnosed. I trust it to be accurate as far as reported cases go. ,376.246,6,6,5,1,1,5,I have no reason to think that it is an inaccurate portrayal of the existing statistics. ,37.975,4,,8.299,2,7,3,4,1,5,6,19.575,2,6,8,7,9,2,10,6,How trustworthy the government is depends on who is in control of it at the time. The trustworthiness of the police depends on where you are. ,63.361000000000004,3,4,5,1,4,4,32.657,3,1.0,10.822000000000001,2,1962,Washington,6,1,1,,7,,,4,4,1,55.0,5e1fc8d45427912f6143b012,"{""startTime"":1678934593999,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678934972183,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678934394038,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":13329,""label"":""tour_next"",""step"":5},{""label"":""window_blurred"",""time"":56744},{""label"":""window_focused"",""time"":63269},{""time"":87884,""label"":""started_brush"",""startDate"":""2021-11-03"",""endDate"":""2022-02-13""},{""time"":89392,""label"":""tour_next"",""step"":5},{""time"":100447,""label"":""moved_brush"",""startDate"":""2021-11-03"",""endDate"":""2022-02-13""},{""time"":101296,""label"":""tour_next"",""step"":5},{""time"":114252,""label"":""cleared_brush"",""using"":""click""},{""time"":115127,""label"":""tour_next"",""step"":5},{""time"":121673,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678934578459,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line,1,0,0,Positive,3.5,0,0,0,0.0,0.0,0,15.0,0.5,1.0,1,1.0,3 +2023-03-15 22:23:23,2023-03-15 22:58:03,0,100,2079,1,2023-03-15 22:58:03,R_snHEpXzaSYeSaSl,41.8358,-72.8178,EN,1,292.596,1.0,3.0,2.0,12.615,15.011,91,33,59,44.647,315.41900000000004,1,1,113.935,1,1,87.9,-1,104.715,15.005999999999998,3,1,3,4,1,3,The visualization of the data chart was not clear and was difficult to understand.,169.486,3,2,2,7,1,3,I found it a little difficult to decipher the data gathered,43.595,4,No additional comments. Enjoyable survey. ,66.82300000000001,2,7,3,4,1,5,6,56.992,4,5,6,6,7,6,8,9,No additional thoughts or comments.,66.869,3,4,5,4,4,4,71.515,2,2.0,47.497,1,1966,Connecticut,6,2,1,,3,,,17,3,1,92.24700000000001,628a4816764d2f993ee7493d,"{""startTime"":1678934605208,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":100625,""label"":""hovered"",""timeHovered"":1782,""week"":""2021-09-20""}]}","{""startTime"":1678934775946,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678934168866,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":5180,""label"":""hovered"",""timeHovered"":1873,""week"":""2022-01-31""},{""time"":45803,""label"":""tour_next"",""step"":5},{""time"":59893,""label"":""cleared_brush"",""using"":""click""},{""time"":82979,""label"":""started_brush"",""startDate"":""2021-04-18"",""endDate"":""2021-07-14""},{""time"":88811,""label"":""tour_next"",""step"":5},{""time"":99121,""label"":""cleared_brush"",""using"":""click""},{""time"":115326,""label"":""started_brush"",""startDate"":""2021-06-30"",""endDate"":""2021-09-20""},{""time"":119239,""label"":""tour_back"",""step"":5},{""time"":161080,""label"":""moved_brush"",""startDate"":""2021-06-30"",""endDate"":""2022-02-13""},{""time"":165377,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-13""},{""time"":180877,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-13""},{""time"":182011,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-13""},{""time"":184426,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-13""},{""time"":186755,""label"":""tour_back"",""step"":5},{""time"":204192,""label"":""hovered"",""timeHovered"":4678,""week"":""2022-01-17""},{""time"":209154,""label"":""hovered"",""timeHovered"":1581,""week"":""2022-01-17""},{""time"":214730,""label"":""tour_next"",""step"":5},{""time"":229945,""label"":""cleared_brush"",""using"":""click""},{""time"":234460,""label"":""started_brush"",""startDate"":""2021-04-15"",""endDate"":""2021-05-21""},{""time"":236075,""label"":""tour_next"",""step"":5},{""time"":243972,""label"":""moved_brush"",""startDate"":""2021-05-13"",""endDate"":""2021-06-17""},{""time"":244927,""label"":""tour_next"",""step"":5},{""time"":253685,""label"":""started_brush"",""startDate"":""2021-06-22"",""endDate"":""2021-08-12""},{""time"":257224,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-06-01""},{""time"":261979,""label"":""moved_brush"",""startDate"":""2021-09-24"",""endDate"":""2021-11-14""},{""time"":263909,""label"":""moved_brush"",""startDate"":""2021-12-24"",""endDate"":""2022-02-13""},{""time"":266942,""label"":""moved_brush"",""startDate"":""2021-09-12"",""endDate"":""2022-02-13""},{""time"":274571,""label"":""cleared_brush"",""using"":""click""},{""time"":274575,""label"":""cleared_brush"",""using"":""Escape""},{""time"":276721,""label"":""tour_next"",""step"":5},{""time"":309119,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678934589989,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line,0,1,0,Negative,4.0,0,0,0,0.0,0.0,0,15.0,1.0,1.0,0,0.0,3 +2023-03-15 22:46:05,2023-03-15 22:58:06,0,100,720,1,2023-03-15 22:58:06,R_2cqDpV4Y4Y5nxbm,42.8984,-85.7223,EN,1,18.885,,,,,15.129000000000001,78,90,80,48.428000000000004,126.729,-2,1,54.506,-3,1,97.45100000000001,1,50.723,15.122,4,3,3,4,5,5,,29.57,4,5,5,4,1,5,The information is detailed and appears to reflect seasonal changes which makes sense.,30.496,6,,11.508,2,7,3,4,1,5,6,25.413,4,8,9,8,8,6,10,10,,25.701999999999998,4,4,4,2,5,4,36.677,2,,9.929,2,1953,Michigan,7,1,1,,7,,,10,3,2,58.68,5c5f8a910edbd90001e1feda,"{""startTime"":1678935115667,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678935052619,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678934858191,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":46,""label"":""tour_started""},{""time"":21171,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5244,""week"":""44"",""id"":""chart""},{""time"":35167,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2290,""week"":""6"",""id"":""chart""},{""time"":38544,""label"":""tour_next"",""step"":5},{""time"":64001,""label"":""started_brush"",""startDate"":""2021-07-01"",""endDate"":""2021-09-01""},{""time"":69707,""label"":""tour_next"",""step"":5},{""time"":90359,""label"":""moved_brush"",""startDate"":""2021-07-01"",""endDate"":""2021-09-14""},{""time"":92976,""label"":""tour_next"",""step"":5},{""time"":100016,""label"":""cleared_brush"",""using"":""Click""},{""time"":102159,""label"":""tour_next"",""step"":5},{""time"":111741,""label"":""tour_end"",""step"":5},{""time"":117760,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2916,""week"":""2"",""id"":""chart""},{""time"":122149,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3545,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678935036721,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,bar,0,2,0,Positive,3.8,0,0,0,0.0,0.0,0,15.0,0.5,0.5,1,1.0,3 +2023-03-15 22:31:22,2023-03-15 22:58:13,0,100,1611,1,2023-03-15 22:58:14,R_2ZK7zPABvUgMj8m,37.751,-97.822,EN,1,265.58,1.0,2.0,1.0,34.073,15.054,77,73,78,204.947,97.205,1,1,57.938,-2,1,118.671,1,119.762,15.190999999999999,2,3,3,2,3,3,,41.192,4,4,4,4,4,3,I am not sure if it is well done and if I can trust the data,76.067,4,,55.69,2,7,3,4,1,5,6,47.208,5,7,5,6,7,9,10,10,,25.377,4,4,4,2,4,4,55.758,2,1.0,35.903,2,1973,Kentucky,6,3,1,,7,,,14,1,2,89.572,63c4a90d09909e33d5e82f21,"{""startTime"":1678934773933,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_focused"",""time"":11606},{""label"":""window_blurred"",""time"":42318}]}","{""startTime"":1678934820410,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_focused"",""time"":22613},{""label"":""window_blurred"",""time"":40416}]}","{""startTime"":1678934527394,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":119,""label"":""tour_started""},{""label"":""window_focused"",""time"":86395},{""time"":89590,""label"":""tour_next"",""step"":2},{""time"":92222,""label"":""tour_end"",""step"":2},{""label"":""window_blurred"",""time"":96918}]}","{""startTime"":1678934753221,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar,1,0,0,Negative,3.7,0,0,0,0.0,0.0,0,15.0,1.0,0.5,1,0.5,2 +2023-03-15 22:50:58,2023-03-15 22:58:16,0,100,438,1,2023-03-15 22:58:17,R_10vDUtuLVqDD0VN,39.1059,-84.5047,EN,1,5.569,,,,,15.009,60,93,50,26.441,44.07,1,1,37.463,-3,-3,51.065,-3,23.961,15.107999999999999,3,3,3,5,6,5,,25.726999999999997,3,5,3,7,7,5,"I really have no reason to distrust it, so I err on being trusting.",27.781,6,,5.218999999999999,2,7,3,4,1,5,6,12.344000000000001,2,2,8,8,4,4,10,10,,19.704,2,1,3,5,2,1,22.362,2,,4.231,2,1963,Ohio,2,2,1,,9,,Cincinnati,15,3,1,59.59,5fb9de27e62120924c5b2176,"{""startTime"":1678935228737,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":27,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5887,""week"":""1"",""id"":""chart""}]}","{""startTime"":1678935255026,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678935116654,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":8563,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3835,""week"":""1"",""id"":""chart""},{""time"":12506,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6691,""week"":""52"",""id"":""chart""},{""time"":21345,""label"":""tour_next"",""step"":2},{""time"":26680,""label"":""tour_end"",""step"":2},{""time"":28322,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1644,""week"":""24"",""id"":""chart""},{""time"":31475,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3308,""week"":""14"",""id"":""chart""},{""time"":35602,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2870,""week"":""50"",""id"":""chart""}]}","{""startTime"":1678935212876,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":6559,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2913,""week"":""3"",""id"":""chart""}]}",0,moderate,bar,0,0,0,Positive,2.3,0,1,1,2.9130000000000003,2.9130000000000003,0,15.0,1.0,0.0,0,0.0,2 +2023-03-15 22:33:15,2023-03-15 22:58:42,0,100,1526,1,2023-03-15 22:58:42,R_2EzUCOgB5Q2Vvi5,32.8118,-83.565,EN,1,38.922,,,,,15.008,56,80,43,41.248999999999995,75.029,1,-3,331.006,-1,-3,186.28599999999997,-1,109.94200000000001,15.120999999999999,3,3,3,4,4,3,"Interesting survey, best of luck with your research. Thank you.",109.51299999999999,4,4,5,3,2,3,I would prefer more sources / data to make a concrete determination.,70.031,4,Quite interesting survey. Thank you. Best of success with your research,77.196,2,7,3,4,1,5,6,36.719,2,3,6,6,2,6,7,8,,36.461999999999996,4,4,4,2,5,4,41.403,4,,15.86,1,1960,Georgia,6,2,1,,7,,,15,2,1,185.262,5e3f4c676d06fc1b240e6021,"{""startTime"":1678934686201,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934572253,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":2839,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3723,""week"":""51"",""id"":""chart""},{""time"":6563,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1967,""week"":""51"",""id"":""chart2""}]}","{""startTime"":1678934144900,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":29786,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":9695,""week"":""35"",""id"":""chart""},{""time"":41132,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3896,""week"":""29"",""id"":""chart""},{""time"":45045,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1266,""week"":""30"",""id"":""chart""},{""time"":46329,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1081,""week"":""31"",""id"":""chart""},{""time"":50995,""label"":""tour_next"",""step"":2},{""time"":56107,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6563,""week"":""36"",""id"":""chart2""},{""time"":69491,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678934555948,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,bar,1,0,0,Negative,3.8,0,0,0,0.0,0.0,0,15.0,0.5,0.0,0,0.5,1 +2023-03-15 22:40:35,2023-03-15 22:58:44,0,100,1089,1,2023-03-15 22:58:45,R_26gUhwEEs29Zp0J,39.0831,-94.5853,EN,1,38.304,,,,,15.109000000000002,100,100,78,26.579,83.277,-2,-3,94.00399999999999,-3,-3,152.85299999999998,1,81.507,15.11,4,5,4,2,6,4,"I'm having a bit of trouble understanding how the numbers are working as the graph doesn't seem to match the numbers in the interactive feature, but I have a math disability and that may explain it",97.59700000000001,4,4,4,2,1,4,It would be a bit more helpful if there was an explanation of how it works As the numbers don't seem to be quite right,64.72800000000001,6,"I think most people can be trusted as the majority of people are relatively honest, but it's best to go with your instincts in uncertain situations.",40.689,2,7,3,4,1,5,6,24.303,8,9,9,8,9,7,10,10,,45.291000000000004,2,2,3,4,3,2,34.803000000000004,2,,10.033,1,1973,Missouri,2,1,1,,7,,,3,4,2,101.81,5f6fd1451758e95a989623b2,"{""startTime"":1678934972890,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934783831,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":12714,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7856,""week"":""2"",""id"":""chart""},{""time"":20689,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":11250,""week"":""2"",""id"":""chart""},{""time"":32361,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4408,""week"":""3"",""id"":""chart""},{""time"":38089,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":11046,""week"":""1"",""id"":""chart""},{""time"":49642,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3094,""week"":""52"",""id"":""chart""},{""time"":81267,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":14114,""week"":""32"",""id"":""chart""},{""label"":""window_blurred"",""time"":96039},{""label"":""window_focused"",""time"":97032}]}","{""startTime"":1678934529358,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":34,""label"":""tour_started""},{""time"":19272,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":9232,""week"":""48"",""id"":""chart""},{""time"":28687,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1600,""week"":""49"",""id"":""chart""},{""time"":31237,""label"":""tour_next"",""step"":2},{""time"":38794,""label"":""tour_end"",""step"":2},{""time"":43072,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2831,""week"":""51"",""id"":""chart""},{""time"":46010,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6276,""week"":""52"",""id"":""chart""},{""time"":53754,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1415,""week"":""45"",""id"":""chart""},{""time"":55554,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1515,""week"":""46"",""id"":""chart""},{""time"":57170,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1649,""week"":""47"",""id"":""chart""},{""time"":59043,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1426,""week"":""48"",""id"":""chart""},{""time"":60690,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1412,""week"":""49"",""id"":""chart""},{""time"":63107,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3012,""week"":""50"",""id"":""chart""},{""time"":69779,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5623,""week"":""4"",""id"":""chart""}]}","{""startTime"":1678934767863,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":7499,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1240,""week"":""52"",""id"":""chart""},{""time"":8745,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1577,""week"":""52"",""id"":""chart""}]}",0,moderate,bar,1,0,0,Negative,2.7,0,2,2,2.8169999999999997,1.4085,1246,15.0,0.0,0.0,1,0.0,2 +2023-03-15 22:45:32,2023-03-15 22:58:52,0,100,800,1,2023-03-15 22:58:54,R_2OJdVzIg6rckfm0,33.9837,-84.1487,EN,1,33.82,1.0,2.0,2.0,5.5889999999999995,15.113,65,61,57,47.636,145.19899999999998,1,1,85.759,1,1,72.535,-3,44.919,15.107999999999999,3,2,3,4,5,3,,38.441,4,4,5,3,5,3,I o not now who created the visualization.,46.833,3,,10.86,2,7,3,4,1,5,6,17.288,2,2,1,3,2,2,4,4,,32.11,3,3,3,2,4,3,36.76,3,2.0,21.391,1,1960,Georgia,3,1,1,,3,,,7,4,2,78.904,5fc44494862e3e78b8181623,"{""startTime"":1678935131456,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678935057793,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678934851180,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":25,""label"":""tour_started""},{""time"":32688,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":10067,""week"":""47"",""id"":""chart""},{""time"":42757,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2515,""week"":""47"",""id"":""chart""},{""time"":45656,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":12920,""week"":""51"",""id"":""chart""},{""time"":61110,""label"":""tour_next"",""step"":5},{""time"":82891,""label"":""started_brush"",""startDate"":""2021-05-02"",""endDate"":""2021-06-27""},{""time"":83991,""label"":""tour_next"",""step"":5},{""time"":107495,""label"":""moved_brush"",""startDate"":""2021-05-23"",""endDate"":""2021-07-18""},{""time"":109105,""label"":""moved_brush"",""startDate"":""2021-04-29"",""endDate"":""2021-07-18""},{""time"":109934,""label"":""tour_next"",""step"":5},{""time"":114851,""label"":""cleared_brush"",""using"":""Click""},{""time"":116103,""label"":""tour_next"",""step"":5},{""time"":123795,""label"":""tour_end"",""step"":5},{""time"":124920,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1274,""week"":""4"",""id"":""chart""},{""time"":143706,""label"":""started_brush"",""startDate"":""2021-04-06"",""endDate"":""2021-08-25""}]}","{""startTime"":1678935042225,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar,1,0,0,Negative,3.0,0,0,0,0.0,0.0,0,15.0,1.0,1.0,0,0.0,3 +2023-03-15 22:39:30,2023-03-15 22:58:56,0,100,1166,1,2023-03-15 22:58:57,R_3Ein9YnsyWehFKt,37.751,-97.822,EN,1,10.267999999999999,,,,,15.12,81,97,50,32.518,45.776,1,-3,114.545,-1,1,223.988,1,89.28399999999999,15.01,5,2,5,5,5,5,Interesting subject if true.,83.74700000000001,4,5,4,4,5,5,It seems like there was thought and analysis put into gathering the data.,70.71600000000001,3,,28.026999999999997,2,7,3,4,1,5,6,26.969,1,1,1,1,1,1,5,3,,27.623,1,3,4,4,2,1,64.274,3,,17.324,2,1965,Georgia,6,3,1,,3,,,6,4,1,114.675,63d9455555931a8fa4d7a3d8,"{""startTime"":1678934804531,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934659398,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934475963,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":5612,""label"":""hovered"",""timeHovered"":1149,""week"":""2022-01-24""},{""time"":7127,""label"":""hovered"",""timeHovered"":1315,""week"":""2022-02-07""},{""time"":13155,""label"":""hovered"",""timeHovered"":1414,""week"":""2022-01-03""},{""time"":14687,""label"":""hovered"",""timeHovered"":1231,""week"":""2022-01-03""},{""time"":15919,""label"":""hovered"",""timeHovered"":1247,""week"":""2022-01-03""},{""time"":27864,""label"":""tour_next"",""step"":2},{""time"":32968,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678934642370,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,line,1,0,0,Positive,2.5,0,0,0,0.0,0.0,0,15.0,0.5,0.5,1,0.5,1 +2023-03-15 22:44:44,2023-03-15 22:59:14,0,100,869,1,2023-03-15 22:59:15,R_x0gEOWk0AIZu9ZT,40.595,-75.5289,EN,1,18.48,1.0,4.0,1.0,16.712,15.015999999999998,89,90,53,55.052,88.75,1,-2,62.281000000000006,-3,1,102.28200000000001,-3,51.548,15.011,5,3,5,5,6,5,,63.33,6,6,6,6,5,6,I states all that I need to know. ,24.448,7,,17.201,2,7,3,4,1,5,6,31.894000000000002,5,6,8,8,5,9,10,10,,40.138000000000005,3,3,3,3,3,3,39.025,4,1.0,19.708,1,1945,Pennsylvania,3,2,1,,9,,Allentown,7,4,1,103.663,580e8bdbf25c44000167943b,"{""startTime"":1678935113485,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678935047069,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":2854,""label"":""hovered"",""timeHovered"":1076,""week"":""2022-01-10""},{""time"":4786,""label"":""hovered"",""timeHovered"":2810,""week"":""2022-01-03""}]}","{""startTime"":1678934839289,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":37391,""label"":""hovered"",""timeHovered"":1398,""week"":""2022-01-10""},{""time"":39656,""label"":""hovered"",""timeHovered"":2330,""week"":""2022-01-10""},{""time"":47249,""label"":""hovered"",""timeHovered"":6461,""week"":""2022-01-03""},{""time"":55625,""label"":""tour_next"",""step"":2},{""time"":70304,""label"":""tour_end"",""step"":2},{""time"":77692,""label"":""hovered"",""timeHovered"":4434,""week"":""2022-01-10""}]}","{""startTime"":1678935031200,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line,0,1,0,Positive,3.0,0,0,0,0.0,0.0,0,15.0,0.5,0.5,0,0.5,2 +2023-03-15 22:45:33,2023-03-15 22:59:43,0,100,849,1,2023-03-15 22:59:43,R_5iR0pVv2T0vxiY9,40.625,-75.3953,EN,1,26.83,,,,,15.007,75,90,76,43.885,58.236999999999995,1,-3,66.683,-3,1,106.037,-1,72.798,15.008,3,2,3,5,6,3,"The CCA made a report of data using this form of chart. It's easy to read, but that doesn't mean the data is accurate.",84.505,5,5,5,7,3,3,I don't know how reliable the data is that the visualization supports.,32.876,5,It depends on what factors you are trusting them about: is it knowledge? character? emotion?,44.996,2,7,3,4,1,5,6,21.500999999999998,6,5,9,5,2,9,8,9,,34.18,4,4,4,2,4,3,37.259,6,,8.724,2,1962,Pennsylvania,7,2,1,,7,,,4,2,1,120.444,5c6c597c42e33400019c72a5,"{""startTime"":1678935073985,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678935010218,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934829439,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":29,""label"":""tour_started""},{""time"":15571,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8332,""week"":""1"",""id"":""chart""},{""time"":24921,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2532,""week"":""26"",""id"":""chart""},{""time"":28219,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4733,""week"":""52"",""id"":""chart""},{""time"":34104,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2832,""week"":""6"",""id"":""chart""},{""time"":39651,""label"":""tour_next"",""step"":2},{""time"":47426,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678934994670,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,bar,1,0,0,Negative,3.5,0,0,0,0.0,0.0,0,15.0,0.5,0.5,0,0.5,2 +2023-03-15 22:48:25,2023-03-15 23:00:13,0,100,708,1,2023-03-15 23:00:13,R_2tJMbXWbCg49gDC,33.6404,-117.9226,EN,1,4.295,,,,,15.110999999999999,85,82,59,44.657,56.285,-1,1,158.83100000000002,-2,1,37.691,-1,47.873999999999995,15.011,3,3,3,4,4,7,,31.421999999999997,3,4,4,7,3,3,"I don't know the accuracy of the data behind the visualization, nor whether I trust the source.",44.687,6,December 2022 wasn't represented by the graph.,27.237,2,7,3,4,1,5,6,17.949,2,3,8,6,3,6,7,6,,39.285,3,4,4,3,3,4,26.531999999999996,5,,7.398,1,1961,California,3,1,1,,7,,,17,1,1,77.321,61523f5edff0567aa388e752,"{""startTime"":1678935086096,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678935118516,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934975750,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":3,""label"":""tour_started""},{""time"":21293,""label"":""tour_next"",""step"":2},{""time"":27184,""label"":""tour_end"",""step"":2},{""time"":29284,""label"":""hovered"",""timeHovered"":1665,""week"":""2022-01-10""},{""time"":32292,""label"":""hovered"",""timeHovered"":5296,""week"":""2022-01-03""}]}","{""startTime"":1678935070588,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":8694,""label"":""hovered"",""timeHovered"":1854,""week"":""2022-01-03""}]}",0,moderate,line,1,0,0,Negative,3.5,0,1,1,1.854,1.854,0,15.0,0.5,0.5,0,0.5,2 +2023-03-15 22:46:10,2023-03-15 23:01:31,0,100,920,1,2023-03-15 23:01:32,R_2pQscFUuHga4GDz,33.7372,-117.8232,EN,1,48.667,,,,,15.119000000000002,74,85,77,62.125,171.585,1,1,61.681000000000004,1,1,57.368,1,49.153999999999996,15.012,3,3,3,5,5,3,,77.311,5,5,5,7,7,4,I have no idea whether the data is made up or accurate plus there should be an explanation for the large change in Dec-Jan.,45.948,5,,9.621,2,7,3,4,1,5,6,25.955,7,8,10,8,6,9,10,10,,32.306,5,5,5,1,5,5,43.941,5,,8.948,2,1955,California,6,1,1,,7,,,12,4,1,111.985,608e2cb9067eb028500433d5,"{""startTime"":1678935144242,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":1398,""label"":""hovered"",""timeHovered"":2868,""week"":""2021-12-06""},{""time"":4268,""label"":""hovered"",""timeHovered"":16948,""week"":""2021-10-18""}]}","{""startTime"":1678935222275,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":2769,""label"":""hovered"",""timeHovered"":15713,""week"":""2022-01-17""},{""time"":19690,""label"":""hovered"",""timeHovered"":1927,""week"":""2022-01-17""},{""time"":21626,""label"":""hovered"",""timeHovered"":1302,""week"":""2022-01-17""}]}","{""startTime"":1678934906773,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":31,""label"":""tour_started""},{""time"":21984,""label"":""hovered"",""timeHovered"":1298,""week"":""2021-11-15""},{""time"":36103,""label"":""hovered"",""timeHovered"":4163,""week"":""2021-11-08""},{""time"":45877,""label"":""tour_next"",""step"":5},{""time"":66727,""label"":""started_brush"",""startDate"":""2021-06-10"",""endDate"":""2021-09-05""},{""time"":77988,""label"":""tour_next"",""step"":5},{""time"":87991,""label"":""moved_brush"",""startDate"":""2021-06-06"",""endDate"":""2021-09-05""},{""time"":92135,""label"":""moved_brush"",""startDate"":""2021-06-06"",""endDate"":""2021-08-11""},{""time"":106503,""label"":""moved_brush"",""startDate"":""2021-06-06"",""endDate"":""2021-07-31""},{""time"":112440,""label"":""moved_brush"",""startDate"":""2021-06-01"",""endDate"":""2021-07-31""},{""time"":120069,""label"":""tour_next"",""step"":5},{""time"":127506,""label"":""cleared_brush"",""using"":""click""},{""time"":132390,""label"":""tour_next"",""step"":5},{""time"":141501,""label"":""tour_end"",""step"":5},{""time"":161519,""label"":""started_brush"",""startDate"":""2022-01-09"",""endDate"":""2022-02-11""},{""time"":167648,""label"":""started_brush"",""startDate"":""2021-12-06"",""endDate"":""2022-01-12""}]}","{""startTime"":1678935128540,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line,1,0,0,Negative,4.3,0,0,0,0.0,0.0,0,15.0,1.0,1.0,1,1.0,3 +2023-03-15 22:50:31,2023-03-15 23:01:55,0,100,684,1,2023-03-15 23:01:57,R_1LYXeSGHABpjcoG,30.3341,-81.6544,EN,1,31.805999999999997,,,,,15.114,100,100,80,29.326,47.108999999999995,-2,1,34.388000000000005,-3,-3,99.126,1,32.156,15.017999999999999,5,3,5,4,5,5,,33.1,5,5,5,4,7,5,"It's more that I think the agency that compiled the data seems official, so I trust them. Why would they lie about this kind of data?",66.408,4,,7.778,2,7,3,4,1,5,6,24.413,1,4,5,4,4,5,8,9,,36.833,3,3,5,3,4,3,24.521,8,,12.259,2,1988,Florida,6,1,1,,9,,Black and White,11,2,1,101.723,59f9b3918a2d3d00012c19d9,"{""startTime"":1678935393972,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678935283432,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":1215,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2048,""week"":""50"",""id"":""chart""},{""time"":3960,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1008,""week"":""51"",""id"":""chart""},{""time"":5076,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3020,""week"":""50"",""id"":""chart""},{""time"":8136,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4719,""week"":""51"",""id"":""chart""}]}","{""startTime"":1678935120706,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":11749,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1499,""week"":""49"",""id"":""chart""},{""time"":14014,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2733,""week"":""52"",""id"":""chart""},{""time"":18181,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2949,""week"":""52"",""id"":""chart""},{""time"":22147,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1949,""week"":""6"",""id"":""chart""},{""time"":31001,""label"":""tour_next"",""step"":2},{""time"":35900,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678935267897,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":6149,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2253,""week"":""52"",""id"":""chart""},{""time"":8936,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4102,""week"":""1"",""id"":""chart""}]}",0,moderate,bar,1,0,0,Positive,3.5,0,2,2,6.355,3.1775,2787,15.0,0.5,0.0,1,0.0,2 +2023-03-15 22:48:29,2023-03-15 23:02:22,0,100,832,1,2023-03-15 23:02:22,R_1f3f8fHD0F2BuqU,37.8971,-77.7895,EN,1,10.905999999999999,1.0,4.0,2.0,7.6979999999999995,15.015999999999998,83,67,73,36.905,65.592,-3,-3,63.153,1,1,101.363,1,54.701,15.110999999999999,5,3,5,4,5,5,I don't find the data surprising.,39.779,5,5,5,7,5,5,I assume it is actual data.,13.100999999999999,4,None,25.675,2,7,3,4,1,5,6,28.971,4,4,5,9,8,5,10,9,I have none.,41.966,4,2,3,3,3,4,23.433000000000003,2,2.0,10.890999999999998,2,1957,Virginia,7,2,1,,7,,,6,3,1,126.223,561d98e03d7fe8000b0f5e09,"{""startTime"":1678935295027,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678935242748,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678935047481,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":18286,""label"":""hovered"",""timeHovered"":1284,""week"":""2022-01-17""},{""time"":24103,""label"":""hovered"",""timeHovered"":1276,""week"":""2021-12-13""},{""time"":26919,""label"":""hovered"",""timeHovered"":1808,""week"":""2021-10-25""},{""time"":30600,""label"":""hovered"",""timeHovered"":2241,""week"":""2022-01-24""},{""time"":45204,""label"":""tour_next"",""step"":2},{""time"":51465,""label"":""tour_end"",""step"":2},{""time"":53727,""label"":""hovered"",""timeHovered"":2159,""week"":""2022-01-17""},{""time"":56787,""label"":""hovered"",""timeHovered"":1479,""week"":""2022-01-17""},{""time"":59971,""label"":""hovered"",""timeHovered"":1309,""week"":""2022-01-03""}]}","{""startTime"":1678935224566,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":12869,""label"":""hovered"",""timeHovered"":2012,""week"":""2022-01-17""},{""time"":16148,""label"":""hovered"",""timeHovered"":1654,""week"":""2022-01-31""}]}",1,moderate,line,1,0,0,Positive,3.2,0,2,2,3.6660000000000004,1.8330000000000002,3279,15.0,0.0,1.0,1,1.0,2 +2023-03-15 22:45:08,2023-03-15 23:02:28,0,100,1039,1,2023-03-15 23:02:29,R_29m2EM89Tx9MYIg,29.7215,-95.3159,EN,1,6.976,,,,,15.129000000000001,86,89,10,49.61,39.155,-2,1,71.824,-3,-3,120.26700000000001,-2,110.25200000000001,15.168,5,2,3,4,5,5,,61.839,3,6,3,7,7,5,"While I don't know the organization, it seems they are much like the government Agriculture boards that we have in the US.",93.18299999999999,4,,125.213,2,7,3,4,1,5,6,17.660999999999998,5,7,9,9,8,8,10,10,,41.95,5,5,5,1,5,5,39.168,4,,28.143,2,1962,Texas,3,2,1,,9,,Houston,4,4,1,100.374,5c3a5a61fc2bdf00017714a2,"{""startTime"":1678934922820,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934986409,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934792640,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":81,""label"":""tour_started""},{""time"":7997,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4882,""week"":""52"",""id"":""chart""},{""time"":12901,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1645,""week"":""1"",""id"":""chart""},{""time"":14615,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1081,""week"":""52"",""id"":""chart""},{""time"":17166,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4212,""week"":""44"",""id"":""chart""},{""time"":24308,""label"":""tour_next"",""step"":2},{""time"":28460,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4350,""week"":""52"",""id"":""chart2""},{""time"":36943,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678934906470,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,bar,1,0,0,Neutral,4.3,0,0,0,0.0,0.0,0,15.0,0.5,0.0,0,0.5,1 +2023-03-15 22:51:39,2023-03-15 23:02:33,0,100,653,1,2023-03-15 23:02:33,R_ywL2KCU6iWF7x5L,40.2514,-74.7632,EN,1,14.165999999999999,1.0,2.0,1.0,8.633,15.107999999999999,94,92,66,24.293000000000003,34.981,1,1,65.436,-3,-3,88.204,-2,80.645,15.11,5,5,5,5,5,5,,39.463,5,5,5,4,4,5,It seems to mesh with the statistics I have heard in the past.,36.904,5,,6.0,2,7,3,4,1,5,6,20.869,6,7,4,7,8,5,10,7,,19.903,4,4,5,1,4,4,19.162,2,1.0,16.062,2,1963,New Jersey,3,1,1,,7,,,16,2,1,71.01,5c2ab2de9136140001b90737,"{""startTime"":1678935404990,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678935325415,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":3295,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5176,""week"":""2"",""id"":""chart""},{""time"":12663,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1277,""week"":""2"",""id"":""chart""},{""time"":14079,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1295,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678935184473,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":28,""label"":""tour_started""},{""time"":16005,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2380,""week"":""52"",""id"":""chart""},{""time"":20250,""label"":""tour_next"",""step"":2},{""time"":30732,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678935309446,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":2784,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2607,""week"":""52"",""id"":""chart""},{""time"":10776,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2382,""week"":""52"",""id"":""chart""}]}",1,moderate,bar,0,1,0,Positive,3.7,0,2,2,4.989,2.4945,7992,15.0,1.0,0.0,0,0.0,2 +2023-03-15 22:34:16,2023-03-15 23:03:35,0,100,1758,1,2023-03-15 23:03:36,R_3DhgHb0MCZibXG8,42.0514,-93.6908,EN,1,7.49,,,,,15.012,69,70,70,16.158,80.134,-2,1,73.957,1,-3,107.29700000000001,1,67.01899999999999,15.013,5,5,5,5,5,5,,1118.7089999999998,5,5,5,5,5,5,the graph's visualization is clear and easily understood,48.391000000000005,5,,6.132000000000001,2,7,3,4,1,5,6,21.566999999999997,9,9,9,9,9,9,9,9,,12.237,4,4,5,4,4,4,43.937,2,,4.038,1,1953,Iowa,7,3,1,,7,,,15,2,1,94.117,638fdf87700dd1228bade2e1,"{""startTime"":1678934264836,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":16475},{""label"":""window_focused"",""time"":17981},{""label"":""window_blurred"",""time"":31715},{""label"":""window_focused"",""time"":34644},{""label"":""window_blurred"",""time"":1107994},{""label"":""window_focused"",""time"":1109942}]}","{""startTime"":1678935384580,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678934101004,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":31,""label"":""tour_started""},{""time"":7384,""label"":""tour_next"",""step"":5},{""time"":17649,""label"":""tour_back"",""step"":5},{""time"":20152,""label"":""tour_next"",""step"":5},{""time"":21475,""label"":""cleared_brush"",""using"":""Click""},{""time"":29924,""label"":""cleared_brush"",""using"":""Click""},{""time"":41824,""label"":""cleared_brush"",""using"":""Click""},{""time"":42689,""label"":""cleared_brush"",""using"":""Click""},{""time"":42876,""label"":""cleared_brush"",""using"":""Click""},{""time"":47863,""label"":""started_brush"",""startDate"":""2021-06-14"",""endDate"":""2021-10-12""},{""time"":50865,""label"":""tour_next"",""step"":5},{""time"":56663,""label"":""started_brush"",""startDate"":""2021-06-06"",""endDate"":""2021-09-24""},{""time"":66758,""label"":""moved_brush"",""startDate"":""2021-10-20"",""endDate"":""2022-02-07""},{""time"":68104,""label"":""tour_next"",""step"":5},{""time"":73236,""label"":""cleared_brush"",""using"":""Click""},{""time"":75265,""label"":""tour_next"",""step"":5},{""time"":77104,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678934249236,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,bar,0,1,0,Positive,4.2,0,0,0,0.0,0.0,0,15.0,0.5,0.5,1,1.0,3 +2023-03-15 22:48:06,2023-03-15 23:04:46,0,100,1000,1,2023-03-15 23:04:47,R_10UygkbUoGFix5A,32.7147,-79.9526,EN,1,5.87,1.0,4.0,2.0,12.105,15.013,50,100,50,33.464,40.711,-2,1,94.305,-3,-3,269.032,1,82.962,15.009,3,7,3,6,6,7,,49.378,7,5,5,7,3,3,Not enough data to determine outcomes,38.45,4,,14.687000000000001,2,7,3,4,1,5,6,27.5,6,6,9,8,2,8,7,9,,54.503,4,4,5,1,4,5,54.849,4,1.0,27.343000000000004,2,1962,South Carolina,6,1,1,,7,,,16,2,1,94.679,632fa9e40fa5b8393ed87659,"{""startTime"":1678935292244,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":2132,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2935,""week"":""52"",""id"":""chart""},{""time"":5249,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1350,""week"":""1"",""id"":""chart""},{""time"":6835,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1997,""week"":""2"",""id"":""chart""}]}","{""startTime"":1678935342305,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934965746,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":26306,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2541,""week"":""52"",""id"":""chart""},{""time"":29804,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1276,""week"":""47"",""id"":""chart""},{""time"":32621,""label"":""tour_next"",""step"":2},{""time"":38659,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678935276535,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":10601,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2589,""week"":""51"",""id"":""chart""},{""time"":13374,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1433,""week"":""52"",""id"":""chart""}]}",1,moderate,bar,0,1,0,Negative,3.8,0,2,2,4.022,2.011,2773,15.0,0.5,0.0,1,0.0,2 +2023-03-15 22:39:53,2023-03-15 23:05:54,0,100,1560,1,2023-03-15 23:05:54,R_2whOEu2JyaQxNEq,26.6414,-81.6977,EN,1,48.708,2.0,,1.0,22.236,15.023,74,0,32,89.72399999999999,70.669,1,1,140.315,-3,1,119.831,-3,117.742,15.11,5,4,4,6,6,4,,37.97,3,6,4,1,1,4,"The source for the data is the CDC so it should be reliable but there is a huge spike for the unvaccinated in January, a lot higher than for the vaccinated, so I question if it's fully trustworthy. ",256.473,6,,14.289000000000001,2,7,3,4,1,5,6,42.185,6,6,6,6,3,3,6,8,,57.111000000000004,1,1,2,3,1,3,39.795,4,4.0,24.125,2,1957,Florida,3,2,1,,7,,,6,4,2,354.171,5d60b5beea1c1c0001c98bf6,"{""startTime"":1678934815922,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934855370,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934588074,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":10,""label"":""tour_started""},{""label"":""window_blurred"",""time"":7940},{""label"":""window_focused"",""time"":9287},{""label"":""window_blurred"",""time"":9703},{""label"":""window_focused"",""time"":12368},{""label"":""window_blurred"",""time"":14425},{""label"":""window_focused"",""time"":18120},{""time"":40793,""label"":""hovered"",""timeHovered"":2603,""week"":""2022-01-03""},{""time"":43633,""label"":""hovered"",""timeHovered"":1383,""week"":""2022-01-03""},{""time"":47237,""label"":""tour_next"",""step"":2},{""time"":66642,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678934800146,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line,1,1,0,Neutral,1.8,0,0,0,0.0,0.0,0,15.0,1.0,0.5,0,1.0,1 +2023-03-15 22:54:09,2023-03-15 23:05:58,0,100,708,1,2023-03-15 23:05:58,R_25utXHsmzBsU0R3,40.5956,-74.0806,EN,1,8.291,1.0,3.0,1.0,7.018,15.112,86,90,28,37.541,59.783,1,-2,52.623000000000005,-2,1,68.631,1,58.019,15.110999999999999,5,6,6,6,6,5,,23.151,6,6,6,5,3,5,It is such a clear chart and it seems true to how I remember the cases back then when they were happening,37.843,4,,7.51,2,7,3,4,1,5,6,30.373,5,6,10,9,5,10,11,11,,39.808,5,5,5,1,5,5,44.407,6,1.0,18.653,2,1964,New York,6,3,1,,7,,,12,2,1,131.27200000000002,5d49a0b751695e0001a188a8,"{""startTime"":1678935526674,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678935461422,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678935332041,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":25799,""label"":""hovered"",""timeHovered"":6777,""week"":""2021-09-20""},{""time"":33255,""label"":""hovered"",""timeHovered"":2471,""week"":""2021-07-26""},{""time"":39494,""label"":""hovered"",""timeHovered"":1614,""week"":""2021-12-27""},{""time"":41968,""label"":""hovered"",""timeHovered"":1041,""week"":""2022-02-07""},{""time"":45841,""label"":""tour_next"",""step"":2},{""time"":52367,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678935445811,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line,0,2,0,Positive,4.3,0,0,0,0.0,0.0,0,15.0,0.5,0.5,1,0.5,1 +2023-03-15 22:40:31,2023-03-15 23:06:04,0,100,1533,1,2023-03-15 23:06:06,R_1n0YCVlhuzQezrF,41.4319,-91.0485,EN,1,15.89,2.0,,2.0,3.966,15.118,63,64,4,260.14599999999996,68.965,1,-3,92.287,-3,-3,121.955,-3,27.471999999999998,15.015,7,1,7,6,5,1,"I went to the CDC website linked and I can't find the information presented here. I am not saying it doesn't exist but I don't believe this is accurate. Also, there is still high number of vaccinated individuals in this report that contracted Covid 19 that were vaccinated. ",283.168,1,7,1,1,1,1,It's not a true reflection of the number and variables. The CDC has another chart in the website url that was linked that shows a completely different set of numbers during this time period. ,78.41199999999999,2,We were lied to about this Virus. The WSJ finally reported this virus was leaked from a Chinese lab. Young people are having severe heart issues. We were all lied to. Why was this mRNA vaccine pushed through so quickly but not traditional vaccines like the Novovax? It is really a travesty as to what these governments did to us all. ,212.2,2,7,3,4,1,5,6,21.584,7,2,5,2,1,5,4,7,none,40.525999999999996,2,2,4,5,2,2,37.601,6,1.0,17.387,2,1964,Iowa,4,2,1,,7,,,14,2,2,143.916,6272ae90bcc3709d723d1d2b,"{""startTime"":1678934954070,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":29344,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8382,""week"":""1"",""id"":""chart""},{""time"":89894,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2937,""week"":""3"",""id"":""chart""},{""time"":94101,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3162,""week"":""1"",""id"":""chart""},{""time"":273350,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2179,""week"":""50"",""id"":""chart""}]}","{""startTime"":1678935238621,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934745324,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":35,""label"":""tour_started""},{""label"":""window_blurred"",""time"":6204},{""label"":""window_focused"",""time"":20087},{""time"":27800,""label"":""tour_next"",""step"":2},{""time"":35896,""label"":""tour_end"",""step"":2},{""time"":37091,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1668,""week"":""51"",""id"":""chart""},{""time"":40082,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1166,""week"":""52"",""id"":""chart""},{""time"":42125,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1292,""week"":""52"",""id"":""chart""},{""time"":45328,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2124,""week"":""2"",""id"":""chart""}]}","{""startTime"":1678934938464,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":2389,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3112,""week"":""1"",""id"":""chart""},{""time"":5614,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4518,""week"":""2"",""id"":""chart""},{""time"":10189,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1265,""week"":""3"",""id"":""chart""}]}",1,moderate,bar,0,1,0,Negative,2.8,0,3,3,8.895,2.965,7800,15.0,0.5,0.0,0,0.0,2 +2023-03-15 22:51:23,2023-03-15 23:06:11,0,100,887,1,2023-03-15 23:06:11,R_wUhqJ3hDYlTuvjb,30.5788,-91.1419,EN,1,5.564,,,,,15.107000000000001,58,91,60,142.502,55.12,-3,1,109.846,-3,-3,83.52,-2,103.721,15.015,3,3,5,3,5,3,I think graphs should be voice activate to help you understand more. One interpretation can be confusing for some,80.014,6,5,5,5,6,5,It gives a clear illustration of the highs and lows during the time period with words and numbers to help you grasp it better,54.025,3,I tried my hardest on graph reading I hope that I will be compensated for effort to help with data. Thank you,35.168,2,7,3,4,1,5,6,24.281999999999996,2,3,3,5,6,2,9,9,,13.72,3,2,4,4,5,3,21.601,2,,5.6610000000000005,2,1972,Louisiana,6,3,1,,3,,,6,1,1,74.21,6266b4ea9408fc167507d923,"{""startTime"":1678935437995,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":3732,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4111,""week"":""6"",""id"":""chart""},{""time"":9313,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2010,""week"":""52"",""id"":""chart""},{""time"":12940,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1421,""week"":""5"",""id"":""chart2""},{""time"":15999,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3367,""week"":""6"",""id"":""chart2""},{""label"":""window_blurred"",""time"":35427},{""label"":""window_focused"",""time"":38984}]}","{""startTime"":1678935532523,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678935255351,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":6828,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4193,""week"":""6"",""id"":""chart""},{""time"":15685,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2497,""week"":""6"",""id"":""chart""},{""time"":25641,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7910,""week"":""6"",""id"":""chart""},{""time"":34331,""label"":""tour_next"",""step"":2},{""time"":44075,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1781,""week"":""6"",""id"":""chart2""},{""time"":50512,""label"":""tour_end"",""step"":2},{""time"":52435,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1930,""week"":""6"",""id"":""chart2""}]}","{""startTime"":1678935422360,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":18,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1531,""week"":""5"",""id"":""chart""}]}",0,simple,bar,0,1,0,Positive,3.5,0,1,1,1.531,1.531,0,15.0,0.5,0.0,0,0.5,1 +2023-03-15 22:53:14,2023-03-15 23:06:23,0,100,789,1,2023-03-15 23:06:24,R_33fjwJxElUvDVdF,43.103,-89.5073,EN,1,48.803999999999995,,,,,15.019,94,93,53,40.967,45.958,1,1,60.618,-1,1,59.001000000000005,1,69.682,15.106,3,3,3,5,5,3,,31.301,3,5,5,7,1,3,I don't know if the source is a valid one. I don't knwo what other data would impact this. I don't know what this data is being used for. There is a lot of things that this data doesn't tell me. ,56.655,6,,9.485,2,7,3,4,1,5,6,23.671,4,6,3,4,7,3,10,10,,39.538000000000004,5,5,5,1,5,5,19.639,1,,5.968999999999999,2,1960,Wisconsin,7,2,1,,7,,,16,3,1,180.53799999999998,5dd405ab80123f3eaae9af80,"{""startTime"":1678935434907,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678935466666,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678935313151,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":18706,""label"":""hovered"",""timeHovered"":2999,""week"":""2022-01-10""},{""time"":21806,""label"":""hovered"",""timeHovered"":1599,""week"":""2022-01-24""},{""time"":26206,""label"":""hovered"",""timeHovered"":1500,""week"":""2021-08-23""},{""time"":31080,""label"":""tour_next"",""step"":2},{""time"":40529,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678935419158,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,line,2,0,0,Negative,4.3,0,0,0,0.0,0.0,0,15.0,1.0,0.5,1,0.5,2 +2023-03-15 22:54:44,2023-03-15 23:07:11,0,100,746,1,2023-03-15 23:07:11,R_1NvJQOYYY4p64Y9,28.9025,-81.248,EN,1,14.48,,,,,15.117,93,78,45,51.927,75.057,1,1,62.563,-2,1,63.503,1,53.924,15.017999999999999,5,5,6,4,5,6,,33.405,5,5,5,4,5,6,it seems very detail oriented,24.601,4,,10.131,2,7,3,4,1,5,6,24.656,3,4,4,8,4,2,10,7,,33.022,2,2,2,4,3,2,26.386,1,,9.201,2,1963,Florida,3,2,1,,7,,,8,4,2,166.905,5bb10d4288f88d0001f3d151,"{""startTime"":1678935588352,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678935542302,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678935387120,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":23733,""label"":""hovered"",""timeHovered"":2482,""week"":""2022-01-10""},{""time"":33914,""label"":""hovered"",""timeHovered"":1001,""week"":""2021-09-06""},{""time"":35099,""label"":""hovered"",""timeHovered"":1066,""week"":""2021-08-09""},{""time"":36615,""label"":""hovered"",""timeHovered"":1366,""week"":""2021-07-12""},{""time"":39233,""label"":""hovered"",""timeHovered"":1631,""week"":""2021-04-26""},{""time"":48199,""label"":""hovered"",""timeHovered"":2266,""week"":""2022-01-03""},{""time"":59967,""label"":""tour_next"",""step"":2},{""time"":65759,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678935526649,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":9795,""label"":""hovered"",""timeHovered"":3772,""week"":""2022-01-03""}]}",0,simple,line,1,0,0,Positive,2.5,0,1,1,3.772,3.772,0,15.0,1.0,0.5,1,1.0,1 +2023-03-15 22:30:16,2023-03-15 23:07:20,0,100,2223,1,2023-03-15 23:07:20,R_3q9ZijA0aWwJ3Kr,33.6331,-86.5987,EN,1,90.28,,,,,15.015,80,23,69,53.931999999999995,114.35,-2,1,231.706,1,-1,254.24099999999999,-2,164.18,15.015999999999998,2,3,3,2,5,3,I don't know if I trust the data because I don't know if the data is accurate. We have no way to determine if the data is accurate.,240.63099999999997,3,2,7,7,7,3,I don't know whether or not I trust the data because I am not sure of my interpretation of the data. It could be correct. The problem lies with me.,85.896,4,none,51.964,2,7,3,4,1,5,6,60.857,8,9,6,8,9,6,9,9,,78.454,2,4,2,2,4,3,90.042,3,,19.758,2,1961,Alabama,6,2,1,,3,,,4,1,1,467.675,5e3f51334425131b3e43a2a9,"{""startTime"":1678934578789,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934350919,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":7028,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1251,""week"":""52"",""id"":""chart""},{""time"":8442,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2356,""week"":""51"",""id"":""chart""},{""time"":10832,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2526,""week"":""50"",""id"":""chart""},{""time"":14384,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1854,""week"":""49"",""id"":""chart""},{""time"":16369,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1551,""week"":""47"",""id"":""chart""},{""time"":18109,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1864,""week"":""48"",""id"":""chart""},{""time"":20124,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2751,""week"":""46"",""id"":""chart""},{""time"":23151,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2611,""week"":""44"",""id"":""chart""},{""time"":29250,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2208,""week"":""43"",""id"":""chart2""},{""time"":33008,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1198,""week"":""46"",""id"":""chart2""},{""time"":36696,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2749,""week"":""51"",""id"":""chart2""},{""time"":39898,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3095,""week"":""52"",""id"":""chart2""}]}","{""startTime"":1678933987894,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":23283,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":9655,""week"":""36"",""id"":""chart""},{""time"":33005,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2963,""week"":""37"",""id"":""chart""},{""time"":45704,""label"":""tour_next"",""step"":2},{""time"":57248,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1997,""week"":""47"",""id"":""chart2""},{""time"":59280,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2629,""week"":""48"",""id"":""chart2""},{""time"":63259,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2230,""week"":""49"",""id"":""chart2""},{""time"":65507,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1814,""week"":""50"",""id"":""chart2""},{""time"":67355,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1930,""week"":""51"",""id"":""chart2""},{""time"":71768,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1347,""week"":""41"",""id"":""chart2""},{""time"":75281,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2196,""week"":""45"",""id"":""chart2""},{""time"":78543,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1149,""week"":""47"",""id"":""chart2""},{""time"":81225,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1914,""week"":""49"",""id"":""chart2""},{""time"":84439,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1164,""week"":""46"",""id"":""chart2""},{""time"":85619,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1083,""week"":""45"",""id"":""chart2""},{""time"":91415,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2529,""week"":""38"",""id"":""chart2""},{""time"":106476,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678934335434,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,bar,1,0,0,Neutral,2.8,0,0,0,0.0,0.0,0,15.0,0.5,0.5,0,0.5,1 +2023-03-15 22:50:57,2023-03-15 23:07:52,0,100,1014,1,2023-03-15 23:07:52,R_2TGW1AU26hyEykf,37.1235,-76.4502,EN,1,27.988000000000003,1.0,3.0,1.0,11.248,15.11,91,82,50,71.92399999999999,133.95,1,1,81.962,1,1,56.343,-1,71.223,15.116,5,3,4,5,6,5,,34.985,3,5,5,4,4,5,"Generally speaking, I find the CDC to be a dedicated group of serious scientists. I trust that the veracity of the information.",66.902,5,"I don't know if it was intentional, but the last chart question referenced statistics for December 2022. There was not data for December 2022, only December 2021.",69.969,2,7,3,4,1,5,6,29.728,3,6,6,6,7,4,8,8,,53.943000000000005,3,2,4,4,3,2,44.263999999999996,2,1.0,25.604,2,1966,Virginia,6,1,1,,3,,,11,4,1,104.221,63fb77a17acd544343fb98fb,"{""startTime"":1678935569082,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678935450831,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":732,""label"":""hovered"",""timeHovered"":1495,""week"":""2022-01-03""},{""time"":2400,""label"":""hovered"",""timeHovered"":1416,""week"":""2022-01-03""},{""time"":4599,""label"":""hovered"",""timeHovered"":9420,""week"":""2022-01-03""},{""time"":15530,""label"":""hovered"",""timeHovered"":5819,""week"":""2022-01-31""}]}","{""startTime"":1678935218022,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":28,""label"":""tour_started""},{""time"":13629,""label"":""hovered"",""timeHovered"":4874,""week"":""2021-09-20""},{""time"":18503,""label"":""hovered"",""timeHovered"":1299,""week"":""2021-09-20""},{""time"":22537,""label"":""hovered"",""timeHovered"":11949,""week"":""2022-01-03""},{""time"":36919,""label"":""hovered"",""timeHovered"":2517,""week"":""2022-01-24""},{""time"":40622,""label"":""hovered"",""timeHovered"":1497,""week"":""2021-06-07""},{""time"":47894,""label"":""tour_next"",""step"":2},{""time"":58255,""label"":""tour_end"",""step"":2},{""time"":63379,""label"":""hovered"",""timeHovered"":1084,""week"":""2021-04-12""},{""time"":64662,""label"":""hovered"",""timeHovered"":1820,""week"":""2021-04-12""},{""time"":81708,""label"":""hovered"",""timeHovered"":1184,""week"":""2021-04-12""},{""time"":83046,""label"":""hovered"",""timeHovered"":3033,""week"":""2021-04-12""},{""time"":88633,""label"":""hovered"",""timeHovered"":2187,""week"":""2022-02-07""},{""time"":92488,""label"":""hovered"",""timeHovered"":3678,""week"":""2022-02-07""},{""time"":97506,""label"":""hovered"",""timeHovered"":1738,""week"":""2022-01-03""},{""time"":99386,""label"":""hovered"",""timeHovered"":1351,""week"":""2021-12-27""},{""time"":116917,""label"":""hovered"",""timeHovered"":1486,""week"":""2021-08-09""},{""time"":119268,""label"":""hovered"",""timeHovered"":1058,""week"":""2021-08-09""}]}","{""startTime"":1678935435151,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line,1,0,0,Positive,3.0,0,0,0,0.0,0.0,0,15.0,1.0,1.0,0,1.0,1 +2023-03-15 22:57:37,2023-03-15 23:08:15,0,100,637,1,2023-03-15 23:08:15,R_1BY1z2VfMuwn5hq,35.8047,-78.8881,EN,1,21.866,1.0,4.0,2.0,10.218,15.008,80,92,50,20.421,26.649,-2,1,69.566,-3,-3,65.533,-1,43.227,15.109000000000002,5,4,5,5,5,5,None.,29.976999999999997,4,5,5,3,5,5,It comes from a credible source and it has real data (counts of people with Covid).,63.532,3,None.,14.015999999999998,2,7,3,4,1,5,6,20.669,3,6,5,5,3,4,10,10,None.,42.044,3,4,4,3,4,3,27.526999999999997,2,4.0,24.654,1,1947,North Carolina,5,2,1,,7,,,5,4,1,76.988,5ea47bda5b1a9807ed89eb76,"{""startTime"":1678935739583,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678935646179,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678935538005,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":14939,""label"":""tour_next"",""step"":2},{""time"":22972,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678935630788,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar,1,0,0,Positive,3.5,0,0,0,0.0,0.0,0,15.0,0.5,0.0,0,0.0,2 +2023-03-15 22:36:07,2023-03-15 23:08:59,0,100,1972,1,2023-03-15 23:09:02,R_24I9OV1lmND1gi5,48.3711,-107.8436,EN,1,97.381,,,,,15.009,90,0,79,69.862,208.08700000000002,1,-3,155.412,-2,1,315.767,-2,110.447,15.009,5,5,6,6,6,6,"I didn't understand the data on the first question, but I do now. As I said though, unless you hover, the way the date is presented would be misleading as to the number of bugs.",166.396,6,5,6,2,2,6,"I trust it because it gives the total count when you hover on the visualization. I now understand the height of the color corresponds to the number of bugs and not the height it's at on the y-axis. If it didn't have the numbers showing when you hovered, I wouldn't trust it because it would be misleading.",233.83599999999998,6,"Since there wasn't any graph for January 20, you had to assume the insect population was continuing to rise. ",122.522,2,7,3,4,1,5,6,38.213,9,10,10,9,9,9,10,10,This was interesting.,59.403,4,4,4,2,3,4,39.538000000000004,3,,7.78,2,1953,Montana,8,3,1,,7,,,6,2,2,76.635,5fb9b9c1c62f408e51e09e32,"{""startTime"":1678935123202,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678934695427,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":1961,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6510,""week"":""52"",""id"":""chart""},{""time"":9547,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4665,""week"":""52"",""id"":""chart""},{""time"":18813,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":12851,""week"":""52"",""id"":""chart""},{""time"":33424,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7902,""week"":""52"",""id"":""chart""},{""time"":41326,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5074,""week"":""52"",""id"":""chart""},{""time"":46514,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5575,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678934359110,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":35,""label"":""tour_started""},{""time"":36216,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":10910,""week"":""51"",""id"":""chart""},{""time"":47679,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":27960,""week"":""1"",""id"":""chart""},{""time"":78112,""label"":""tour_next"",""step"":5},{""time"":107936,""label"":""started_brush"",""startDate"":""2021-07-29"",""endDate"":""2021-12-05""},{""time"":114844,""label"":""tour_next"",""step"":5},{""time"":150230,""label"":""moved_brush"",""startDate"":""2021-04-29"",""endDate"":""2021-09-06""},{""time"":151796,""label"":""cleared_brush"",""using"":""Click""},{""time"":155109,""label"":""started_brush"",""startDate"":""2021-08-15"",""endDate"":""2021-11-30""},{""time"":156738,""label"":""tour_next"",""step"":5},{""time"":176803,""label"":""cleared_brush"",""using"":""Click""},{""time"":176803,""label"":""cleared_brush"",""using"":""Escape""},{""time"":180223,""label"":""tour_next"",""step"":5},{""time"":201357,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678934679869,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,bar,0,1,0,Positive,3.5,0,0,0,0.0,0.0,0,15.0,0.5,0.5,0,0.0,3 +2023-03-15 22:50:11,2023-03-15 23:09:42,0,100,1170,1,2023-03-15 23:09:42,R_1FxFOnNyIrVr3uw,29.2866,-81.0869,EN,1,171.955,2.0,,2.0,4.498,15.017999999999999,94,94,51,76.718,191.41,1,1,67.60300000000001,1,1,91.676,1,52.378,15.015999999999998,7,3,7,5,5,1,I have no additional thoughts or comments.,70.704,3,5,7,1,1,1,Because I simply don't know how this visualization's data was aggregated. Plus I don't trust information from the CDC.,90.766,2,,12.272,2,7,3,4,1,5,6,30.883000000000003,4,2,7,4,5,3,4,8,,48.162,4,3,3,2,3,4,36.458,6,2.0,18.596,2,1943,Florida,3,1,1,,7,,,4,1,2,122.42299999999999,6348846ae221cb4a0efbf3f9,"{""startTime"":1678935674655,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678935550948,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":26785},{""label"":""window_focused"",""time"":29485}]}","{""startTime"":1678935289594,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":22,""label"":""tour_started""},{""time"":5438,""label"":""hovered"",""timeHovered"":1417,""week"":""2021-04-12""},{""time"":8909,""label"":""hovered"",""timeHovered"":6863,""week"":""2021-05-10""},{""time"":18070,""label"":""hovered"",""timeHovered"":3034,""week"":""2021-04-12""},{""label"":""window_blurred"",""time"":21877},{""label"":""window_focused"",""time"":27638},{""time"":29910,""label"":""hovered"",""timeHovered"":2487,""week"":""2021-06-07""},{""time"":34766,""label"":""hovered"",""timeHovered"":2222,""week"":""2021-07-12""},{""time"":38694,""label"":""hovered"",""timeHovered"":1777,""week"":""2021-08-02""},{""time"":53698,""label"":""tour_next"",""step"":5},{""time"":73493,""label"":""cleared_brush"",""using"":""click""},{""time"":83876,""label"":""started_brush"",""startDate"":""2021-05-07"",""endDate"":""2021-08-06""},{""time"":85706,""label"":""tour_next"",""step"":5},{""time"":106269,""label"":""moved_brush"",""startDate"":""2021-07-30"",""endDate"":""2021-10-30""},{""time"":107882,""label"":""tour_next"",""step"":5},{""time"":131151,""label"":""cleared_brush"",""using"":""click""},{""time"":131157,""label"":""cleared_brush"",""using"":""Escape""},{""time"":132390,""label"":""tour_next"",""step"":5},{""time"":141885,""label"":""tour_end"",""step"":5},{""time"":160042,""label"":""started_brush"",""startDate"":""2021-04-12"",""endDate"":""2021-08-08""},{""time"":189246,""label"":""moved_brush"",""startDate"":""2021-10-18"",""endDate"":""2022-02-13""}]}","{""startTime"":1678935535219,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line,2,0,0,Negative,3.2,0,0,0,0.0,0.0,0,15.0,1.0,1.0,1,1.0,3 +2023-03-15 22:37:18,2023-03-15 23:09:58,0,100,1960,1,2023-03-15 23:09:58,R_1pM9ES7TW60tnsX,37.4245,-122.296,EN,1,15.302999999999999,1.0,2.0,1.0,12.126,15.007,100,100,66,151.004,63.787,1,1,53.391999999999996,-2,1,146.84799999999998,-1,46.965,15.007,5,2,5,4,4,5,,69.053,2,5,3,1,7,3,"I have no reason to trust or distrust this visualization. These data broadly correspond with my recollection of case counts over the depicted timeframes (e.g., my wife and I both tested positive for Covid in August 2021, a couple months after we had received our second doses of the Pfizer vaccine, and the Omicron variant was prevalent). I have a background in science and data visualization (geology/geographic information systems) and I would say that this graph needs more explanatory material to specify what is meant by the shaded areas; that being said, it is fairly straightforward and simple to understand.",493.689,5,"Toward the beginning of this study, one of the questions asked to provide a range of data points. However, only one answer (one number) could be selected. It is impossible to provide a range without selecting two numbers. If I recall correctly, I would have selected between 2000 and 3500 for that question. Furthermore, I don't know if the previous question was an attention check, but the graph did not include data from December of 2022. It only went up to February of 2022. Perhaps this was a typo, or perhaps it was a deliberate deception in order to make sure attention was being paid. Either way, I was unable to give an honest response to that question because the graph did not include that Information.",351.343,2,7,3,4,1,5,6,149.995,4,6,7,9,6,9,9,8,none,83.257,4,5,5,2,4,4,40.24,4,2.0,20.855,1,1974,California,6,3,1,,7,,,17,4,1,113.874,60d2cf988de167c9da56eeb0,"{""startTime"":1678935260168,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":51528,""label"":""hovered"",""timeHovered"":1216,""week"":""2022-01-17""}]}","{""startTime"":1678934670961,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":55898,""label"":""hovered"",""timeHovered"":1457,""week"":""2022-01-10""}]}","{""startTime"":1678934443900,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":3233,""label"":""hovered"",""timeHovered"":6577,""week"":""2022-01-10""},{""time"":12211,""label"":""hovered"",""timeHovered"":4935,""week"":""2021-08-02""},{""time"":17245,""label"":""hovered"",""timeHovered"":6240,""week"":""2021-08-09""},{""time"":24752,""label"":""hovered"",""timeHovered"":4366,""week"":""2021-08-09""},{""time"":29902,""label"":""hovered"",""timeHovered"":3768,""week"":""2021-08-09""},{""time"":35186,""label"":""hovered"",""timeHovered"":1635,""week"":""2021-08-09""},{""time"":39390,""label"":""tour_next"",""step"":2},{""time"":46591,""label"":""tour_end"",""step"":2},{""time"":57152,""label"":""hovered"",""timeHovered"":4289,""week"":""2021-08-16""}]}","{""startTime"":1678934655470,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line,0,1,0,Positive,4.0,0,0,0,0.0,0.0,0,15.0,1.0,0.5,0,0.5,2 +2023-03-15 22:52:11,2023-03-15 23:10:41,0,100,1109,1,2023-03-15 23:10:41,R_2aX1NSra7p1QSa8,33.1909,-96.6198,EN,1,26.404,1.0,2.0,1.0,77.115,15.059000000000001,82,80,74,17.364,156.546,1,1,9.081,-2,1,35.869,1,14.659,15.044,3,2,3,2,2,2,,98.876,2,2,2,2,2,2,I am not sure if the data is accurate,72.17,4,,158.997,2,7,3,4,1,5,6,19.804000000000002,4,6,4,5,6,8,9,9,,37.689,4,4,4,2,5,4,48.891999999999996,2,1.0,10.864,1,1960,Texas,6,1,1,,3,,,15,1,2,70.502,640cd020656929eeb856a443,"{""startTime"":1678935711769,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_focused"",""time"":897},{""label"":""window_blurred"",""time"":2002},{""label"":""window_focused"",""time"":2911},{""label"":""window_blurred"",""time"":3667},{""label"":""window_focused"",""time"":5717},{""label"":""window_blurred"",""time"":6377},{""label"":""window_focused"",""time"":7497},{""label"":""window_blurred"",""time"":8270},{""label"":""window_focused"",""time"":9410},{""label"":""window_blurred"",""time"":10426},{""label"":""window_focused"",""time"":70856},{""label"":""window_blurred"",""time"":100121}]}","{""startTime"":1678935530937,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_focused"",""time"":88986},{""label"":""window_blurred"",""time"":104536}]}","{""startTime"":1678935344199,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":34,""label"":""tour_started""},{""label"":""window_focused"",""time"":149116},{""time"":151827,""label"":""tour_next"",""step"":2},{""time"":153421,""label"":""tour_end"",""step"":2},{""label"":""window_blurred"",""time"":158525}]}","{""startTime"":1678935513469,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar,0,1,0,Negative,3.8,0,0,0,0.0,0.0,0,15.0,1.0,0.5,1,1.0,1 +2023-03-15 22:52:51,2023-03-15 23:10:54,0,100,1083,1,2023-03-15 23:10:55,R_296yxyxIKudAjka,29.9375,-90.0848,EN,1,88.84,,,,,15.030999999999999,100,100,50,25.811999999999998,92.697,1,-2,102.929,-2,1,54.727,1,150.30200000000002,15.024000000000001,6,6,6,6,6,6,The date is relevent because it is provided by the Croation Chamber of Agriculture. I would think that agency keeps strong records of trends that would impact crops. ,131.741,5,5,5,7,7,5,The information is provided by the Croatian Chamber of Commerce. It is a legitimate source and it has a link that I can click to learn more.,52.842,6,None,13.285,2,7,3,4,1,5,6,87.59299999999999,9,11,10,10,11,10,11,11,None,22.298000000000002,3,4,4,2,4,4,30.416999999999998,6,,14.998,2,1972,Louisiana,7,2,1,,4,,,17,1,1,74.523,5d86d05f9854a60019240621,"{""startTime"":1678935668005,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":6533,""label"":""hovered"",""timeHovered"":1631,""week"":""2021-09-20""},{""label"":""window_blurred"",""time"":40871},{""label"":""window_focused"",""time"":51365}]}","{""startTime"":1678935571729,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":1074,""label"":""hovered"",""timeHovered"":1663,""week"":""2021-07-19""},{""time"":11385,""label"":""hovered"",""timeHovered"":1416,""week"":""2021-11-29""},{""time"":13071,""label"":""hovered"",""timeHovered"":23294,""week"":""2022-01-10""}]}","{""startTime"":1678935311492,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":6459,""label"":""tour_next"",""step"":5},{""time"":13060,""label"":""tour_back"",""step"":5},{""time"":16292,""label"":""tour_next"",""step"":5},{""time"":28700,""label"":""tour_back"",""step"":5},{""time"":31421,""label"":""hovered"",""timeHovered"":2072,""week"":""2021-08-02""},{""time"":37997,""label"":""hovered"",""timeHovered"":3547,""week"":""2022-01-31""},{""time"":41862,""label"":""hovered"",""timeHovered"":1015,""week"":""2021-09-20""},{""time"":46635,""label"":""tour_next"",""step"":5},{""time"":51033,""label"":""cleared_brush"",""using"":""click""},{""time"":56495,""label"":""started_brush"",""startDate"":""2021-06-17"",""endDate"":""2021-10-01""},{""time"":58516,""label"":""tour_next"",""step"":5},{""time"":64638,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-07-26""},{""time"":65508,""label"":""tour_next"",""step"":5},{""time"":75050,""label"":""cleared_brush"",""using"":""click""},{""time"":75052,""label"":""cleared_brush"",""using"":""Escape""},{""time"":75952,""label"":""cleared_brush"",""using"":""click""},{""time"":75955,""label"":""cleared_brush"",""using"":""Escape""},{""time"":77025,""label"":""cleared_brush"",""using"":""click""},{""time"":77027,""label"":""cleared_brush"",""using"":""Escape""},{""time"":77247,""label"":""cleared_brush"",""using"":""click""},{""time"":77249,""label"":""cleared_brush"",""using"":""Escape""},{""time"":77464,""label"":""cleared_brush"",""using"":""click""},{""time"":77466,""label"":""cleared_brush"",""using"":""Escape""},{""time"":78084,""label"":""tour_next"",""step"":5},{""time"":80100,""label"":""tour_end"",""step"":5},{""time"":82294,""label"":""hovered"",""timeHovered"":1077,""week"":""2021-09-20""},{""time"":84329,""label"":""hovered"",""timeHovered"":1522,""week"":""2021-08-30""},{""time"":87675,""label"":""hovered"",""timeHovered"":1136,""week"":""2021-08-30""}]}","{""startTime"":1678935556073,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":4379,""label"":""hovered"",""timeHovered"":1286,""week"":""2021-05-24""},{""time"":5925,""label"":""hovered"",""timeHovered"":1283,""week"":""2021-04-19""}]}",0,complex,line,1,0,0,Positive,3.5,0,2,2,2.569,1.2845,1546,15.0,0.5,0.5,1,1.0,3 +2023-03-15 22:39:35,2023-03-15 23:11:09,0,100,1893,1,2023-03-15 23:11:09,R_OfMtNsyHYhpkkg1,26.6371,-80.0841,EN,1,290.702,1.0,4.0,2.0,12.72,15.116,92,15,36,78.744,121.37200000000001,1,1,148.123,-3,-3,227.605,1,141.067,15.127,5,2,5,5,5,5,none,82.92200000000001,4,7,7,7,3,5,"I checked the source of the data and it said the CDC, I trust that his was the best information they had. I hope those reporting to CDC were true and accurate",107.63600000000001,5,none,41.027,2,7,3,4,1,5,6,44.553000000000004,2,2,2,3,5,1,5,3,,61.7,5,5,5,1,5,5,80.251,1,1.0,32.84,2,1950,Maine,7,2,1,,7,,,3,4,1,260.125,63b48736ce3bb3afbc79ff7c,"{""startTime"":1678935280233,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678935104784,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934817142,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":16450,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":26357,""week"":""1"",""id"":""chart""},{""time"":50575,""label"":""tour_next"",""step"":2},{""time"":64240,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2975,""week"":""2"",""id"":""chart2""},{""time"":67218,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2514,""week"":""1"",""id"":""chart2""},{""time"":80662,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5781,""week"":""2"",""id"":""chart2""},{""time"":89081,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3494,""week"":""2"",""id"":""chart2""},{""time"":113119,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678935088987,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar,1,0,0,Positive,4.3,0,0,0,0.0,0.0,0,15.0,1.0,0.0,1,1.0,1 +2023-03-15 22:59:42,2023-03-15 23:11:36,0,100,713,1,2023-03-15 23:11:36,R_2qdvkOPfGP3bpWy,42.7368,-78.8358,EN,1,6.8,1.0,4.0,2.0,5.285,15.110999999999999,100,50,50,40.887,84.713,1,1,52.147,-3,1,85.794,-3,83.32700000000001,15.015999999999998,6,1,3,3,6,3,How was it collected? Was it self reported (for example)?,61.578,1,3,5,1,1,5,I trust the numbers. I don't completely understand how they were collected,37.147,7,none,8.862,2,7,3,4,1,5,6,15.825999999999999,1,3,10,6,2,7,10,10,none,22.345,3,3,3,3,2,3,20.209,5,1.0,9.325,1,1955,New York,7,3,1,,7,,,9,2,1,98.85700000000001,5b6f49b7d60bdd0001ade437,"{""startTime"":1678935915548,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678935845692,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":3010,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1101,""week"":""51"",""id"":""chart""},{""time"":5295,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1215,""week"":""2"",""id"":""chart""}]}","{""startTime"":1678935661519,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":8924,""label"":""tour_next"",""step"":5},{""time"":18963,""label"":""started_brush"",""startDate"":""2021-06-10"",""endDate"":""2021-09-03""},{""time"":22862,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-06-28""},{""time"":23523,""label"":""tour_next"",""step"":5},{""time"":28622,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-08-13""},{""time"":29523,""label"":""tour_next"",""step"":5},{""time"":39886,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-09-10""},{""time"":52583,""label"":""moved_brush"",""startDate"":""2021-06-05"",""endDate"":""2021-11-10""},{""time"":54834,""label"":""cleared_brush"",""using"":""Click""},{""time"":54834,""label"":""cleared_brush"",""using"":""Escape""},{""time"":56740,""label"":""tour_next"",""step"":5},{""time"":62059,""label"":""tour_end"",""step"":5},{""time"":63672,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3660,""week"":""50"",""id"":""chart""},{""time"":67361,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3689,""week"":""51"",""id"":""chart""},{""time"":76382,""label"":""started_brush"",""startDate"":""2021-06-26"",""endDate"":""2021-10-25""}]}","{""startTime"":1678935830262,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":4030,""label"":""started_brush"",""startDate"":""2021-07-03"",""endDate"":""2021-07-21""},{""time"":10054,""label"":""started_brush"",""startDate"":""2021-07-31"",""endDate"":""2021-11-24""},{""time"":11077,""label"":""cleared_brush"",""using"":""Click""},{""time"":11077,""label"":""cleared_brush"",""using"":""Escape""}]}",1,complex,bar,2,0,0,Positive,2.8,1,4,0,0.0,0.0,7047,15.0,1.0,0.5,0,0.0,3 +2023-03-15 22:57:17,2023-03-15 23:12:12,0,100,894,1,2023-03-15 23:12:13,R_2VrUHkzistQkDxK,41.8486,-87.6288,EN,1,30.991999999999997,,,,,15.112,80,60,56,49.486000000000004,98.272,1,1,72.09100000000001,1,1,77.682,1,118.50299999999999,15.118,4,3,4,4,5,4,,75.737,5,5,5,7,7,5,"well, you told me you trusted the data source. The visualization seems pretty straightforward and easy to understand.",55.949,4,,10.213,2,7,3,4,1,5,6,27.346,6,7,7,8,9,6,11,10,I trust the Democrats a ton more than the power obsessed (at any cost) Republicans. Sad you lumped them together,65.852,4,5,5,1,5,5,27.159000000000002,2,,6.789,1,1953,Illinois,7,1,1,,7,,,5,4,1,74.553,57bf14513c449a000189c89a,"{""startTime"":1678935739932,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678935816152,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678935546996,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":11,""label"":""tour_started""},{""label"":""window_blurred"",""time"":22189},{""time"":24628,""label"":""hovered"",""timeHovered"":1198,""week"":""2021-12-27""},{""time"":26944,""label"":""hovered"",""timeHovered"":11751,""week"":""2022-01-10""},{""label"":""window_focused"",""time"":42328},{""time"":42435,""label"":""tour_next"",""step"":2},{""time"":51963,""label"":""tour_end"",""step"":2},{""time"":54375,""label"":""hovered"",""timeHovered"":3132,""week"":""2022-02-07""},{""time"":65255,""label"":""hovered"",""timeHovered"":4256,""week"":""2021-10-11""},{""time"":71025,""label"":""hovered"",""timeHovered"":3651,""week"":""2021-08-23""},{""time"":75767,""label"":""hovered"",""timeHovered"":5478,""week"":""2022-01-31""},{""time"":87742,""label"":""hovered"",""timeHovered"":1454,""week"":""2021-09-13""},{""time"":89507,""label"":""hovered"",""timeHovered"":1681,""week"":""2021-08-23""}]}","{""startTime"":1678935724278,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7994,""label"":""hovered"",""timeHovered"":5503,""week"":""2022-01-03""}]}",0,moderate,line,0,1,0,Positive,4.2,0,1,1,5.502999999999999,5.502999999999999,0,15.0,1.0,1.0,1,1.0,2 +2023-03-15 22:57:33,2023-03-15 23:12:15,0,100,881,1,2023-03-15 23:12:15,R_3n7dh8syL3s5BBR,39.2514,-76.7979,EN,1,19.928,,,,,15.008,87,74,86,57.294,271.29200000000003,-2,-3,68.502,-3,-3,81.024,1,34.067,15.005,5,3,4,4,6,5,,37.701,5,6,6,5,5,5,There is a lot of information but with the chart being interactive I can change it so I can see and compare the data as I want. It is very flexible.,66.627,6,,7.7,2,7,3,4,1,5,6,21.774,3,8,10,8,9,8,10,10,,29.679000000000002,4,4,4,2,4,4,33.52,3,,8.449,1,1954,Maryland,6,2,1,,7,,,14,3,1,60.916000000000004,6229fff149374541c22a95bf,"{""startTime"":1678935973289,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678935880345,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678935558538,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":12366,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1372,""week"":""45"",""id"":""chart""},{""time"":14605,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1562,""week"":""52"",""id"":""chart""},{""time"":31039,""label"":""tour_next"",""step"":5},{""time"":76104,""label"":""tour_back"",""step"":5},{""time"":81441,""label"":""tour_next"",""step"":5},{""time"":92282,""label"":""tour_back"",""step"":5},{""time"":112146,""label"":""tour_next"",""step"":5},{""time"":118934,""label"":""tour_back"",""step"":5},{""time"":127156,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1333,""week"":""3"",""id"":""chart""},{""time"":148057,""label"":""tour_next"",""step"":5},{""time"":156513,""label"":""tour_back"",""step"":5},{""time"":172042,""label"":""tour_next"",""step"":5},{""time"":177645,""label"":""started_brush"",""startDate"":""2021-11-30"",""endDate"":""2022-01-31""},{""time"":180617,""label"":""started_brush"",""startDate"":""2021-11-01"",""endDate"":""2022-02-05""},{""time"":184597,""label"":""tour_next"",""step"":5},{""time"":212370,""label"":""moved_brush"",""startDate"":""2021-06-09"",""endDate"":""2021-09-14""},{""time"":214385,""label"":""tour_next"",""step"":5},{""time"":227274,""label"":""cleared_brush"",""using"":""Click""},{""time"":227274,""label"":""cleared_brush"",""using"":""Escape""},{""time"":229162,""label"":""tour_next"",""step"":5},{""time"":236168,""label"":""tour_end"",""step"":5},{""time"":241660,""label"":""cleared_brush"",""using"":""Click""},{""time"":243127,""label"":""cleared_brush"",""using"":""Click""},{""time"":251232,""label"":""started_brush"",""startDate"":""2021-12-25"",""endDate"":""2022-01-01""},{""time"":256090,""label"":""cleared_brush"",""using"":""Click""},{""time"":256090,""label"":""cleared_brush"",""using"":""Escape""},{""time"":258591,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4017,""week"":""23"",""id"":""chart""},{""time"":264136,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3284,""week"":""1"",""id"":""chart""}]}","{""startTime"":1678935864689,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":5426,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1069,""week"":""32"",""id"":""chart""},{""time"":8588,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2204,""week"":""52"",""id"":""chart""},{""time"":12806,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1915,""week"":""14"",""id"":""chart""}]}",0,complex,bar,0,1,0,Positive,3.7,0,3,3,5.188,1.7293333333333332,7380,15.0,0.0,0.0,1,1.0,3 +2023-03-15 23:02:10,2023-03-15 23:12:28,0,100,618,1,2023-03-15 23:12:29,R_1lobqL9RlaVxbgv,47.3236,-122.3187,EN,1,36.94,,,,,15.145999999999999,61,60,52,27.291999999999998,90.749,1,1,31.875999999999998,1,1,40.931999999999995,1,20.397000000000002,15.017000000000001,3,3,3,4,4,3,,23.339000000000002,3,4,3,1,1,3,"I don't know how reliable the material is. I believe it had a source, which I probably should've looked closer at, to more adequately trust the visualization.",52.095,4,,6.254,2,7,3,4,1,5,6,11.323,3,3,5,4,4,3,5,7,,25.826,2,2,3,4,2,2,30.804000000000002,2,,1.749,1,1990,Washington,6,2,1,,7,,,19,4,1,108.47,5b48f2d0ff7497000125165e,"{""startTime"":1678935950001,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":674,""label"":""hovered"",""timeHovered"":3299,""week"":""2021-09-20""}]}","{""startTime"":1678935974259,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678935821399,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":32,""label"":""tour_started""},{""time"":7564,""label"":""tour_next"",""step"":5},{""time"":19066,""label"":""tour_back"",""step"":5},{""time"":29749,""label"":""tour_next"",""step"":5},{""time"":41523,""label"":""started_brush"",""startDate"":""2021-11-08"",""endDate"":""2022-02-12""},{""time"":43763,""label"":""tour_next"",""step"":5},{""time"":51819,""label"":""moved_brush"",""startDate"":""2021-11-08"",""endDate"":""2022-02-13""},{""time"":54949,""label"":""tour_next"",""step"":5},{""time"":58369,""label"":""cleared_brush"",""using"":""click""},{""time"":58375,""label"":""cleared_brush"",""using"":""Escape""},{""time"":60148,""label"":""tour_next"",""step"":5},{""time"":66708,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678935933982,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":6907,""label"":""hovered"",""timeHovered"":1013,""week"":""2022-01-03""},{""time"":11044,""label"":""hovered"",""timeHovered"":1080,""week"":""2022-01-03""},{""time"":13081,""label"":""hovered"",""timeHovered"":2088,""week"":""2022-01-03""}]}",0,complex,line,1,0,0,Neutral,2.5,0,3,3,4.181,1.3936666666666666,6174,15.0,1.0,1.0,1,1.0,3 +2023-03-15 22:56:46,2023-03-15 23:12:47,0,100,960,1,2023-03-15 23:12:48,R_3iywB6FbljnS6K9,40.5565,-79.5772,EN,1,30.308000000000003,1.0,2.0,2.0,7.513999999999999,15.008,78,75,54,46.448,256.525,1,1,62.643,-3,1,137.26,-1,28.026999999999997,15.015,4,3,5,4,6,4,I think that the CDC would be reliable.,56.895,5,5,6,3,3,5,It seems like it would be easy to read.,18.952,6,none,11.673,2,7,3,4,1,5,6,25.197,5,5,6,7,6,7,8,9,none,23.302,3,3,4,2,3,3,25.12,4,2.0,16.558,2,1953,Pennsylvania,2,2,1,,7,,,6,3,1,107.884,5b33a01fa8327d0001003821,"{""startTime"":1678936002202,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678935945007,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678935533711,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":23,""label"":""tour_started""},{""time"":4479,""label"":""hovered"",""timeHovered"":1901,""week"":""2022-01-17""},{""label"":""window_blurred"",""time"":37738},{""label"":""window_focused"",""time"":39801},{""time"":6381,""label"":""hovered"",""timeHovered"":67995,""week"":""2021-12-06""},{""time"":79942,""label"":""hovered"",""timeHovered"":1481,""week"":""2022-02-07""},{""time"":82291,""label"":""hovered"",""timeHovered"":3566,""week"":""2022-01-31""},{""time"":91873,""label"":""tour_next"",""step"":2},{""time"":97896,""label"":""tour_end"",""step"":2},{""time"":120602,""label"":""hovered"",""timeHovered"":24591,""week"":""2022-02-07""},{""time"":151638,""label"":""hovered"",""timeHovered"":2339,""week"":""2022-01-31""},{""time"":154057,""label"":""hovered"",""timeHovered"":1728,""week"":""2022-01-31""},{""time"":162665,""label"":""hovered"",""timeHovered"":3512,""week"":""2022-01-10""},{""time"":167263,""label"":""hovered"",""timeHovered"":4786,""week"":""2022-01-03""},{""time"":173054,""label"":""hovered"",""timeHovered"":2499,""week"":""2022-01-03""},{""time"":178937,""label"":""hovered"",""timeHovered"":1504,""week"":""2022-01-10""},{""time"":180455,""label"":""hovered"",""timeHovered"":18546,""week"":""2022-01-10""},{""time"":202898,""label"":""hovered"",""timeHovered"":24399,""week"":""2022-01-10""},{""time"":228890,""label"":""hovered"",""timeHovered"":1046,""week"":""2022-01-03""},{""time"":229949,""label"":""hovered"",""timeHovered"":2259,""week"":""2022-01-03""},{""time"":233328,""label"":""hovered"",""timeHovered"":1152,""week"":""2022-01-10""},{""time"":235131,""label"":""hovered"",""timeHovered"":1127,""week"":""2022-01-03""},{""time"":237898,""label"":""hovered"",""timeHovered"":15302,""week"":""2021-12-27""}]}","{""startTime"":1678935929271,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6665,""label"":""hovered"",""timeHovered"":7118,""week"":""2022-01-17""}]}",1,moderate,line,0,0,0,,3.0,0,1,1,7.117999999999999,7.117999999999999,0,15.0,1.0,0.5,0,0.5,2 +2023-03-15 22:57:59,2023-03-15 23:13:09,0,100,909,1,2023-03-15 23:13:09,R_1roAZtWE0gywaZJ,33.1768,-86.3547,EN,1,19.979,,,,,15.162,82,18,29,23.676,85.803,1,1,66.999,-3,-3,116.454,-1,40.135999999999996,15.068,5,5,5,4,5,5,none,48.824,5,3,7,7,7,5,As far as I know it was put together by people who know what they are talking about.,33.445,5,none,16.101,2,7,3,4,1,5,6,34.82,3,3,8,8,1,5,9,9,none,36.878,2,2,3,4,2,2,34.303000000000004,6,,10.664000000000001,1,1963,Alabama,2,2,1,,7,,,4,1,1,228.472,610a151c96de07b15f28c8cb,"{""startTime"":1678935790243,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678935720193,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678935549978,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":25,""label"":""tour_started""},{""time"":44777,""label"":""tour_next"",""step"":2},{""time"":50038,""label"":""tour_end"",""step"":2},{""time"":51362,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1444,""week"":""52"",""id"":""chart2""},{""time"":53759,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3407,""week"":""52"",""id"":""chart2""},{""time"":58585,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4587,""week"":""52"",""id"":""chart""},{""time"":63386,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2485,""week"":""1"",""id"":""chart""},{""time"":67079,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1710,""week"":""6"",""id"":""chart""},{""time"":70565,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5960,""week"":""23"",""id"":""chart""},{""time"":77168,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1104,""week"":""48"",""id"":""chart""},{""time"":79437,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1418,""week"":""6"",""id"":""chart""}]}","{""startTime"":1678935704185,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":10307,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1721,""week"":""4"",""id"":""chart""}]}",0,simple,bar,0,0,0,,2.5,0,1,1,1.7209999999999999,1.7209999999999999,0,15.0,1.0,0.0,0,1.0,1 +2023-03-15 22:53:39,2023-03-15 23:13:28,0,100,1189,1,2023-03-15 23:13:29,R_2zdMESEgXFeXTZz,37.168,-93.3039,EN,1,21.649,,,,,15.008,95,91,77,125.501,280.591,1,1,45.178999999999995,-2,1,50.626000000000005,1,55.336000000000006,15.109000000000002,2,2,2,2,2,2,with the scrolling function that seems as off as this one does you know when you drag the cursor across the line and the figures are reversed i don't know what to believe it's hard for me to answer this reasonably. if everything lined up i would probably say agree to all the above seems like it's accurate seems like it's meaningful seems like if i was a farmer or somebody at delta agriculture it would be very useful information. but i sure wouldn't want to be buying a lot of treatments for one or the other if the data doesn't match up every time i look at it or every way i look at it perhaps i should say.,81.018,5,5,2,7,7,2,for one thing the system is difficult to use and for a second thing when you scroll over the timeline the figures are reversed. they report them just opposite i can't remember exactly which way it was but the whichever way it was the figures were reversed the blue ones were the opposite as the brown ones on the scroll in other words it was giving you the exact opposite data when you scrolled across it then what the chart itself read. so you never know with researchers are you guys doing this just to throw us off and see if somebody has a screwy operating system we'll say we trust it or is it just a mistake. if everything was consistent i would say i trust the data but since the design is flawed i don't know what's going on.,118.213,5,in the comments i made earlier i should have said mouse over instead of scroll but that's what i meant the mouse over reversed the figures the numbers were if i remember right were the insects were in blue and wrong and the fungus was in brown and wrong for the mouse over that was in the system i looked at now if i was a control group then that's why i don't trust the data i mean i guess i should say experimental group that i don't trust the data. these last two charts where everything was consistent yes i would trust the data.,70.90100000000001,2,7,3,4,1,5,6,26.23,4,6,6,6,6,4,8,8,Thanks for letting me participate and thanks for adding to our body of knowledge. :),32.458,4,3,4,3,5,3,23.366,2,,5.746,1,1948,Missouri,7,1,1,,7,,,6,1,1,137.371,5484655ffdf99b07b28f22cc,"{""startTime"":1678935916675,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678935746596,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678935394274,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":11102,""label"":""hovered"",""timeHovered"":2368,""week"":""2021-06-21""},{""time"":13487,""label"":""hovered"",""timeHovered"":6354,""week"":""2021-06-21""},{""time"":46310,""label"":""hovered"",""timeHovered"":5469,""week"":""2021-06-21""},{""time"":53615,""label"":""hovered"",""timeHovered"":10240,""week"":""2022-01-10""},{""time"":64341,""label"":""hovered"",""timeHovered"":3702,""week"":""2021-12-13""},{""time"":72795,""label"":""hovered"",""timeHovered"":19380,""week"":""2022-01-03""},{""time"":94110,""label"":""hovered"",""timeHovered"":1116,""week"":""2021-09-06""},{""time"":95227,""label"":""hovered"",""timeHovered"":1200,""week"":""2021-09-06""},{""time"":98181,""label"":""hovered"",""timeHovered"":1098,""week"":""2022-02-07""},{""time"":99330,""label"":""hovered"",""timeHovered"":1851,""week"":""2022-02-07""},{""time"":103216,""label"":""hovered"",""timeHovered"":3118,""week"":""2022-01-10""},{""time"":110123,""label"":""tour_next"",""step"":5},{""time"":118515,""label"":""tour_back"",""step"":5},{""time"":125661,""label"":""tour_next"",""step"":5},{""time"":140150,""label"":""tour_back"",""step"":5},{""time"":144944,""label"":""hovered"",""timeHovered"":1117,""week"":""2022-01-31""},{""time"":151307,""label"":""tour_next"",""step"":5},{""time"":153732,""label"":""tour_back"",""step"":5},{""time"":164241,""label"":""tour_next"",""step"":5},{""time"":191695,""label"":""tour_back"",""step"":5},{""time"":204180,""label"":""tour_next"",""step"":5},{""time"":226469,""label"":""started_brush"",""startDate"":""2021-04-30"",""endDate"":""2022-02-13""},{""time"":227992,""label"":""tour_next"",""step"":5},{""time"":234691,""label"":""moved_brush"",""startDate"":""2021-04-30"",""endDate"":""2022-02-13""},{""time"":238175,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-01-25""},{""time"":239421,""label"":""tour_next"",""step"":5},{""time"":250664,""label"":""cleared_brush"",""using"":""click""},{""time"":250667,""label"":""cleared_brush"",""using"":""Escape""},{""time"":252457,""label"":""tour_next"",""step"":5},{""time"":261225,""label"":""tour_end"",""step"":5},{""time"":265858,""label"":""hovered"",""timeHovered"":8857,""week"":""2022-01-17""},{""time"":275075,""label"":""hovered"",""timeHovered"":1594,""week"":""2022-01-24""}]}","{""startTime"":1678935730996,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":10397,""label"":""hovered"",""timeHovered"":1535,""week"":""2022-01-17""},{""time"":11935,""label"":""hovered"",""timeHovered"":1098,""week"":""2022-01-17""}]}",0,complex,line,0,0,0,,3.7,0,2,2,2.633,1.3165,1538,15.0,1.0,0.5,1,1.0,3 +2023-03-15 22:58:17,2023-03-15 23:13:43,0,100,925,1,2023-03-15 23:13:43,R_3RraRTYvx6aJPoB,34.0447,-118.2946,EN,1,40.791,1.0,2.0,2.0,12.610999999999999,15.118,74,93,12,49.201,39.102,1,-3,52.071000000000005,-3,-3,124.40100000000001,-2,39.514,15.011,5,4,5,5,5,4,none,35.383,2,5,4,3,4,4,"I trust this visualization slightly agree due to some missing key facts such as information related to that facts of humans age, sex and location.",139.644,5,none,15.411,2,7,3,4,1,5,6,32.367,7,9,9,10,9,8,8,10,none,28.588,2,3,3,4,4,4,36.028,6,2.0,15.780999999999999,1,1967,California,2,2,1,,2,,,6,3,1,147.23,5e1efdb3a8c111230db526ff,"{""startTime"":1678935820880,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678935857378,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678935636566,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":78,""label"":""tour_started""},{""time"":22251,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1032,""week"":""4"",""id"":""chart""},{""time"":26760,""label"":""tour_next"",""step"":2},{""time"":35731,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678935804402,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar,0,0,0,,3.3,0,0,0,0.0,0.0,0,15.0,0.5,0.0,0,0.0,2 +2023-03-15 22:46:47,2023-03-15 23:14:56,0,100,1688,1,2023-03-15 23:14:57,R_3J5a32NrXQGuwqg,36.5246,-87.3465,EN,1,74.911,2.0,,2.0,4.577,15.117,59,100,57,69.046,150.365,1,1,69.00399999999999,1,1,193.81099999999998,1,116.275,15.119000000000002,3,1,3,6,6,1,"I want to know how the cases were determined to be COVID-19. What kind of test was used? If I don't trust the testing, the I don't trust the data. I have never been able to find out any information about how the home tests work or what those test results are based on. I know they can't be pcr which I don't trust for testing COVID-19. (I have experience with pcr from a former job)",350.585,3,6,3,1,1,6,"I only chose ""I trust this visualization' because you told me to assume I trust the data in the visualization. I actually DON'T trust the data, but you prefaced the questions based on my trusting the data.",84.686,6,Most people can be trusted. But I have absolutely no trust in the CDC. Before COVID-19 and for the first few months of the pandemic I trusted and had great respect for the CDC.,180.46900000000002,2,7,3,4,1,5,6,35.841,1,2,9,4,1,6,9,6,,44.703,5,5,5,1,3,5,38.001,6,4.0,24.508000000000003,2,1951,Tennessee,9,2,1,,9,,Clarksville,3,1,1,125.26899999999999,5c1976c90d57c30001b4162c,"{""startTime"":1678935374800,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678935223703,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934987080,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":24613,""label"":""hovered"",""timeHovered"":1350,""week"":""2021-04-12""},{""time"":27080,""label"":""hovered"",""timeHovered"":32583,""week"":""2021-04-12""},{""time"":60596,""label"":""hovered"",""timeHovered"":6102,""week"":""2021-05-03""},{""time"":67381,""label"":""hovered"",""timeHovered"":4267,""week"":""2021-06-14""},{""time"":73565,""label"":""hovered"",""timeHovered"":17635,""week"":""2021-08-16""},{""time"":94283,""label"":""hovered"",""timeHovered"":3766,""week"":""2022-01-03""},{""time"":98767,""label"":""hovered"",""timeHovered"":2232,""week"":""2022-01-03""},{""time"":104984,""label"":""hovered"",""timeHovered"":3666,""week"":""2022-01-03""},{""time"":109166,""label"":""hovered"",""timeHovered"":1933,""week"":""2022-01-03""},{""time"":112333,""label"":""hovered"",""timeHovered"":4017,""week"":""2021-11-22""},{""time"":118000,""label"":""hovered"",""timeHovered"":3234,""week"":""2021-08-23""},{""time"":124563,""label"":""tour_next"",""step"":2},{""time"":145247,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678935207868,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line,0,0,0,,4.0,0,0,0,0.0,0.0,0,15.0,1.0,1.0,1,1.0,1 +2023-03-15 23:03:35,2023-03-15 23:15:38,0,100,722,1,2023-03-15 23:15:38,R_3OkvuMkCoG9hziw,36.3966,-78.9933,EN,1,12.849,,,,,15.015,91,5,69,38.516999999999996,25.381,1,1,59.126000000000005,1,1,64.426,-1,86.64299999999999,15.116,5,5,6,6,5,5,,93.001,5,6,5,3,5,5,The visualization accurately shows the numbers on the axes and also includes the data source.,49.277,6,,7.176,2,7,3,4,1,5,6,24.963,3,4,7,6,6,5,10,10,,30.125,5,4,5,1,5,5,29.579,1,,7.402,2,1973,North Carolina,6,2,1,,7,,,2,4,1,72.902,5e26341c63251a881e185ecf,"{""startTime"":1678935996417,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":31715},{""label"":""window_focused"",""time"":31987},{""time"":42770,""label"":""hovered"",""timeHovered"":1483,""week"":""2021-12-20""},{""time"":46160,""label"":""hovered"",""timeHovered"":2575,""week"":""2022-01-10""}]}","{""startTime"":1678936090290,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":11693,""label"":""hovered"",""timeHovered"":3214,""week"":""2021-12-13""}]}","{""startTime"":1678935893213,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":11127,""label"":""tour_next"",""step"":2},{""time"":20784,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678935979851,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,line,0,0,0,,4.2,0,0,0,0.0,0.0,0,15.0,1.0,1.0,0,1.0,1 +2023-03-15 22:58:33,2023-03-15 23:18:09,0,100,1175,1,2023-03-15 23:18:10,R_vIAAIzvNJ0BBEFb,30.1909,-85.6696,EN,1,16.863,,,,,15.071,84,83,87,35.760999999999996,58.99,-2,1,50.379,-2,-3,165.601,-3,74.944,15.115,3,5,3,7,6,5,,41.661,5,2,4,1,1,4,The data is only as good as its source and the people who are inputting it.,55.19,4,,12.661,2,7,3,4,1,5,6,18.499000000000002,3,3,7,3,2,6,8,6,,92.62700000000001,3,4,4,2,4,3,41.049,5,,8.92,1,1964,Florida,2,3,1,,9,,Panama city,5,3,1,122.669,63eb13f36c0fe9ba20d45234,"{""startTime"":1678936121261,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678936163585,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678935878436,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":32162,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2449,""week"":""51"",""id"":""chart""},{""time"":35756,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2525,""week"":""44"",""id"":""chart""},{""time"":40001,""label"":""tour_next"",""step"":2},{""time"":43775,""label"":""tour_end"",""step"":2},{""time"":49132,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1134,""week"":""39"",""id"":""chart""}]}","{""startTime"":1678936105496,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":6885,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1977,""week"":""51"",""id"":""chart""},{""time"":9886,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1018,""week"":""50"",""id"":""chart""},{""time"":11029,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1226,""week"":""50"",""id"":""chart""}]}",0,moderate,bar,0,0,0,,3.3,0,3,3,4.221,1.4069999999999998,4144,15.0,0.5,0.0,0,0.0,2 +2023-03-15 22:59:20,2023-03-15 23:18:18,0,100,1137,1,2023-03-15 23:18:18,R_3sdeLwoiqyPcvwW,41.6332,-83.579,EN,1,18.255,1.0,3.0,1.0,8.957,15.008,90,90,50,45.318999999999996,64.902,-2,1,197.502,-2,1,95.32700000000001,1,135.486,15.01,2,7,4,5,4,5,What about those who didn't know they had Covid or those people who didn't report it?,105.645,4,5,5,7,3,4,I trust the numbers on the visualization but it can be inaccurate because many people who had Covid may not have re[ported it.,54.9,6,,8.801,2,7,3,4,1,5,6,27.395,9,9,10,9,4,8,10,9,,29.801,4,3,4,2,4,3,45.336000000000006,3,1.0,26.996,2,1958,Ohio,6,1,1,,7,,,11,2,1,136.862,611b09935cd6e67f2b5e9ea2,"{""startTime"":1678936003969,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678935867890,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":4240,""label"":""hovered"",""timeHovered"":1960,""week"":""2021-04-12""},{""time"":7188,""label"":""hovered"",""timeHovered"":11032,""week"":""2021-08-16""},{""time"":20045,""label"":""hovered"",""timeHovered"":1966,""week"":""2021-11-22""},{""time"":31215,""label"":""hovered"",""timeHovered"":1586,""week"":""2022-01-10""},{""time"":32973,""label"":""hovered"",""timeHovered"":4617,""week"":""2022-01-10""},{""time"":39041,""label"":""hovered"",""timeHovered"":6253,""week"":""2022-01-24""}]}","{""startTime"":1678935588742,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":15649,""label"":""hovered"",""timeHovered"":5856,""week"":""2021-11-01""},{""time"":25756,""label"":""hovered"",""timeHovered"":8015,""week"":""2022-01-03""},{""time"":40964,""label"":""tour_next"",""step"":2},{""time"":53809,""label"":""tour_end"",""step"":2},{""time"":34683,""label"":""hovered"",""timeHovered"":22014,""week"":""2021-12-20""},{""time"":60335,""label"":""hovered"",""timeHovered"":1230,""week"":""2021-08-23""}]}","{""startTime"":1678935852326,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line,0,0,0,,3.3,0,0,0,0.0,0.0,0,15.0,0.5,0.5,1,0.5,1 +2023-03-15 22:37:29,2023-03-15 23:19:01,0,100,2491,1,2023-03-15 23:19:01,R_2urfE3oVwQxqfoW,38.894,-77.0365,EN,1,148.84799999999998,1.0,4.0,2.0,27.198,15.014000000000001,100,100,83,126.066,213.317,1,1,196.595,1,1,306.858,1,153.106,15.11,6,6,6,5,6,6,,67.058,6,6,6,4,4,6,"The chart says the graph and data are from the CDC, and I trust them to provide the public with accurate health-related information. ",121.654,6,,21.42,2,7,3,4,1,5,6,55.67100000000001,8,9,8,8,10,8,11,10,,57.059,3,4,5,2,4,4,53.44,1,1.0,42.746,2,1959,Maryland,3,1,1,,7,,,5,4,1,680.405,5ba5d8b960f3d50001697104,"{""startTime"":1678935388903,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":356},{""label"":""window_focused"",""time"":4523},{""label"":""window_blurred"",""time"":10534},{""label"":""window_focused"",""time"":14062},{""label"":""window_blurred"",""time"":64268},{""label"":""window_focused"",""time"":65815}]}","{""startTime"":1678935168570,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":9410},{""label"":""window_focused"",""time"":10534},{""time"":31976,""label"":""hovered"",""timeHovered"":1882,""week"":""2022-01-10""},{""time"":34906,""label"":""hovered"",""timeHovered"":1090,""week"":""2022-01-10""},{""label"":""window_blurred"",""time"":38639},{""label"":""window_focused"",""time"":54682}]}","{""startTime"":1678934630984,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":46821,""label"":""hovered"",""timeHovered"":1258,""week"":""2021-12-20""},{""time"":49698,""label"":""hovered"",""timeHovered"":2001,""week"":""2022-01-10""},{""time"":58317,""label"":""hovered"",""timeHovered"":9988,""week"":""2021-04-12""},{""time"":74222,""label"":""hovered"",""timeHovered"":1649,""week"":""2021-08-23""},{""time"":75872,""label"":""hovered"",""timeHovered"":2701,""week"":""2021-08-23""},{""time"":82612,""label"":""hovered"",""timeHovered"":1550,""week"":""2021-08-09""},{""time"":90298,""label"":""hovered"",""timeHovered"":6654,""week"":""2021-08-16""},{""time"":101048,""label"":""hovered"",""timeHovered"":5202,""week"":""2021-11-22""},{""time"":107318,""label"":""hovered"",""timeHovered"":4868,""week"":""2021-11-29""},{""time"":113273,""label"":""hovered"",""timeHovered"":7486,""week"":""2022-01-03""},{""time"":126676,""label"":""hovered"",""timeHovered"":1127,""week"":""2022-01-10""},{""time"":130855,""label"":""hovered"",""timeHovered"":1299,""week"":""2022-01-03""},{""time"":137903,""label"":""hovered"",""timeHovered"":2902,""week"":""2021-12-27""},{""time"":143999,""label"":""hovered"",""timeHovered"":1700,""week"":""2022-01-10""},{""time"":156722,""label"":""hovered"",""timeHovered"":6002,""week"":""2022-01-03""},{""time"":163721,""label"":""hovered"",""timeHovered"":1884,""week"":""2022-02-07""},{""time"":169174,""label"":""hovered"",""timeHovered"":5400,""week"":""2022-02-07""},{""time"":175877,""label"":""tour_next"",""step"":2},{""time"":186102,""label"":""tour_end"",""step"":2},{""time"":187540,""label"":""hovered"",""timeHovered"":1342,""week"":""2022-01-31""},{""time"":189869,""label"":""hovered"",""timeHovered"":2933,""week"":""2022-01-03""},{""time"":197825,""label"":""hovered"",""timeHovered"":2524,""week"":""2022-01-31""},{""time"":206139,""label"":""hovered"",""timeHovered"":2626,""week"":""2021-12-27""}]}","{""startTime"":1678935152685,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":11393,""label"":""hovered"",""timeHovered"":2163,""week"":""2021-10-25""}]}",1,moderate,line,0,0,0,,3.7,0,1,1,2.1630000000000003,2.1630000000000003,0,15.0,1.0,1.0,1,1.0,2 +2023-03-15 22:57:29,2023-03-15 23:19:13,0,100,1304,1,2023-03-15 23:19:14,R_294jYpRSUoEeYIE,35.001,-78.9345,EN,1,13.307,1.0,2.0,1.0,7.471,15.017000000000001,89,89,83,42.138999999999996,119.345,1,1,72.877,-3,-3,89.669,1,76.34100000000001,15.011,4,7,4,4,6,5,"It if is actually information from the CDC, it would have to be information collected from a lot of sources. Any of those sources could be (but shouldn't be) suspect. Hospitals or nursing homes may or may not have wanted to say that X number of people died at our facility from COVID. Maybe there was confusion whether someone actually died from COVID or some other illness. There are too many variables. But if it was from the CDC, I would trust it as being accurate as humans at this time can make it. ",154.64700000000002,3,5,6,4,3,5,"It seems like this was the trend for the pandemic. It started off slow, then hit a peak and then started to diminish again. Then it seemed to get worse - hit a peak and then began to come down. I would want to verify it if I had to use the chart for something, but it seems very plausible. ",82.34100000000001,4,"My view of humankind changed during the Trump/COVID years. I truly thought we were smarter than what I was shown to be the case during that time. I don't know if it was actual politics or what, but so many people I knew that were Trump supporters refused to get the vaccine. Two of those people died and I know of one who is suffering from long-COVID. I didn't think COVID should have been politicized, but it seems that is what the Republicans wanted to do? I felt so sorry for Dr. Fauci. He was the person everyone should be listening to, but he had to deal with Trump and his ilk. I really don't understand what is going on. ",161.765,2,7,3,4,1,5,6,25.096,5,6,4,4,8,5,10,8,"I trust actual news media - - MSNBC, CBS, etc. for actual news. I want to put CNN in there, but sometimes they get carried away. I don't consider Fox News ""news"" in any way, shape or fashion. I think they should be tried for treason along with Trump and the Jan 6th idiots. I trust scientists, but I know there are a few bad ones who just want a name for themselves and they will 'fudge' results. I just went through a lawsuit and I think the legal system is so f*(ked up. I trust the Democratic party somewhat, but I don't trust Republicans at all. Santos, Taylor-Green, Boebert, seriously? ",253.40599999999998,3,4,5,3,5,3,20.227,2,1.0,13.874,2,1956,North Carolina,6,2,1,,7,,,11,4,1,84.61200000000001,5de87c376522177f4f41cbd2,"{""startTime"":1678935864283,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678935750142,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678935541132,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":56,""label"":""tour_started""},{""time"":8112,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3167,""week"":""33"",""id"":""chart""},{""time"":11297,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7532,""week"":""32"",""id"":""chart""},{""time"":19147,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":10483,""week"":""52"",""id"":""chart""},{""time"":30319,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1046,""week"":""6"",""id"":""chart""},{""time"":33614,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1484,""week"":""22"",""id"":""chart""},{""time"":44884,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":12264,""week"":""32"",""id"":""chart""},{""time"":58034,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7533,""week"":""52"",""id"":""chart""},{""time"":67130,""label"":""tour_next"",""step"":2},{""time"":85303,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1134,""week"":""32"",""id"":""chart2""},{""time"":88870,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7216,""week"":""32"",""id"":""chart2""},{""time"":97672,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":10481,""week"":""52"",""id"":""chart2""},{""time"":110750,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678935734401,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":9645,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1935,""week"":""52"",""id"":""chart""}]}",1,simple,bar,0,0,0,,3.8,0,1,1,1.935,1.935,0,15.0,1.0,0.0,1,1.0,1 +2023-03-15 22:39:12,2023-03-15 23:20:08,0,100,2455,1,2023-03-15 23:20:08,R_3lEb8uHJlYFBcY5,34.0797,-83.9328,EN,1,359.67900000000003,,,,,15.11,89,96,46,33.457,36.082,-2,-2,43.67100000000001,1,-3,74.053,1,293.742,15.107000000000001,5,5,5,5,7,6,na,54.196000000000005,5,5,4,7,5,6,The source it came from. ,11.752,4,,8.79,2,7,3,4,1,5,6,19.254,2,4,6,7,4,4,9,9,,21.213,4,4,5,2,2,3,22.734,4,,5.372000000000001,2,1977,Georgia,3,1,1,,7,,,13,2,1,69.07,5c47cab451c26300012cdd41,"{""startTime"":1678936300868,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678936219503,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678936092787,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":12677,""label"":""hovered"",""timeHovered"":5483,""week"":""2021-10-04""},{""time"":23827,""label"":""hovered"",""timeHovered"":1416,""week"":""2022-01-24""},{""time"":26147,""label"":""tour_next"",""step"":2},{""time"":32791,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678936203982,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,line,0,0,0,,3.3,0,0,0,0.0,0.0,0,15.0,0.0,0.5,1,0.5,2 +2023-03-15 23:12:48,2023-03-15 23:21:36,0,100,527,1,2023-03-15 23:21:36,R_8AknEDek9SNOt8t,39.2124,-76.8776,EN,1,8.052999999999999,1.0,3.0,2.0,6.853,15.017000000000001,84,39,11,18.624000000000002,15.876,-2,-2,80.472,-3,-3,93.594,1,25.436999999999998,15.118,4,4,5,5,4,4,,19.985,4,4,4,2,3,4,I don't trust covid data because it is so badly collected.,31.79,4,,4.224,2,7,3,4,1,5,6,33.979,5,6,2,6,6,4,9,8,,24.945999999999998,4,3,5,2,4,4,17.226,2,1.0,7.746,2,1979,Maryland,6,1,1,,9,,Columbia,19,3,1,46.908,5eace152e25d6800091dd418,"{""startTime"":1678936563462,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678936583821,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678936437700,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":21,""label"":""tour_started""},{""time"":10182,""label"":""tour_next"",""step"":2},{""time"":13240,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678936547740,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar,0,0,0,,3.7,0,0,0,0.0,0.0,0,15.0,0.0,0.0,1,0.0,2 +2023-03-15 23:12:34,2023-03-15 23:21:50,0,100,556,1,2023-03-15 23:21:51,R_O7k7O92foMKhiGR,34.0757,-118.3161,EN,1,7.106,,,,,15.203,76,68,69,11.5,28.581999999999997,1,1,72.415,1,1,70.19800000000001,1,74.789,15.007,5,5,5,5,5,5,,22.015,5,5,5,5,5,5,The legend and other indicators on the chart look very clear to me. I didn't see any confusion at all.,32.213,3,,13.902999999999999,2,7,3,4,1,5,6,25.214000000000002,6,6,6,6,6,6,6,6,,12.067,3,3,3,3,3,3,13.1,5,,7.736000000000001,1,1971,California,6,2,1,,4,,,4,3,1,68.786,604ae23075cb7165f9730564,"{""startTime"":1678936526021,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678936549313,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678936406678,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":28,""label"":""tour_started""},{""time"":13603,""label"":""tour_next"",""step"":2},{""time"":24790,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678936509603,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,line,0,0,0,,3.0,0,0,0,0.0,0.0,0,15.0,1.0,1.0,1,1.0,1 +2023-03-15 23:04:52,2023-03-15 23:21:55,0,100,1023,1,2023-03-15 23:21:56,R_1i4oxIgu6dEO9Ln,40.726,-73.848,EN,1,10.49,1.0,4.0,1.0,7.502000000000001,15.129000000000001,100,100,50,19.287,25.680999999999997,1,1,45.666000000000004,1,1,80.62100000000001,-1,138.755,15.128,6,6,6,6,6,6,,28.259,5,6,6,4,5,6,I believe all the necessary data is present and the conclusions here are consistent with what I have seen from other sources,41.273,6,"Was the question ""In late December 2022, what age group of vaccinated people report a higher case count than unvaccinated people Ages 80+?"" correct? I read the graph as showing 2021 and then Jan & Feb 2022 and no graph for Dec 2022 so answered 'don't know'. Should the question have read ""Dec 2021"" or was this a trick question?",150.793,2,7,3,4,1,5,6,35.093,10,10,10,10,10,10,11,11,,24.435,5,5,5,1,5,5,26.124000000000002,4,1.0,14.737,1,1960,New York,6,2,1,,7,,,17,4,1,167.959,60c75628113cc78734583d3b,"{""startTime"":1678936206067,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_focused"",""time"":2274}]}","{""startTime"":1678936234753,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678936083216,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":18436,""label"":""tour_next"",""step"":2},{""time"":22430,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678936190435,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":9475},{""label"":""window_focused"",""time"":10999},{""label"":""window_blurred"",""time"":11312},{""label"":""window_focused"",""time"":14867},{""label"":""window_blurred"",""time"":14883}]}",1,moderate,line,0,0,0,,4.3,0,0,0,0.0,0.0,0,9.804,1.0,1.0,0,1.0,2 +2023-03-15 22:51:23,2023-03-15 23:22:10,0,100,1846,1,2023-03-15 23:22:10,R_1gCHLaZhmEH4lkZ,41.028,-75.97800000000001,EN,1,7.505,,,,,15.115,45,11,53,27.578000000000003,34.555,1,1,113.367,-2,1,56.663000000000004,1,119.884,15.017000000000001,5,5,5,5,6,5,,20.951,5,6,5,2,4,5," can see all the relevant information, the number of diseases and the time period ",64.742,3,,10.232000000000001,2,7,3,4,1,5,6,19.684,6,8,9,6,7,9,10,10,,23.761999999999997,4,4,4,2,4,4,28.090999999999998,6,,6.36,2,1980,Pennsylvania,4,3,1,,9,,Austin,8,3,1,46.51,634696400ff1ac25ed01ad11,"{""startTime"":1678936586040,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678936497458,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678936332926,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":10962,""label"":""hovered"",""timeHovered"":2750,""week"":""2022-01-03""},{""time"":15330,""label"":""hovered"",""timeHovered"":1033,""week"":""2022-01-17""},{""time"":18277,""label"":""tour_next"",""step"":2},{""time"":26925,""label"":""tour_end"",""step"":2},{""time"":29196,""label"":""hovered"",""timeHovered"":2828,""week"":""2022-01-10""}]}","{""startTime"":1678936481785,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,line,0,0,0,,3.7,0,0,0,0.0,0.0,0,15.0,1.0,0.5,1,1.0,1 +2023-03-15 23:12:01,2023-03-15 23:22:40,0,100,639,1,2023-03-15 23:22:41,R_2XptompMLEsRxZ1,41.5412,-88.0546,EN,1,12.047,,,,,16.99,83,100,27,36.669000000000004,43.913999999999994,1,-1,60.251999999999995,1,1,44.895,-3,68.719,16.765,3,3,3,4,2,2,,23.13,4,5,3,1,2,3,I dont mistrust the information but I dont trust it 100%,37.503,3,,9.7,2,7,3,4,1,5,6,34.544000000000004,5,6,6,7,6,3,8,10,,32.23,5,4,5,4,5,3,25.546,3,,5.125,3,2003,Illinois,3,2,1,,4,,,5,4,1,85.984,62c5cdfe50000fce3e390be0,"{""startTime"":1678936512145,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678936536633,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678936402100,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":23227,""label"":""tour_next"",""step"":2},{""time"":28235,""label"":""tour_end"",""step"":2},{""time"":36774,""label"":""hovered"",""timeHovered"":2122,""week"":""2022-01-10""}]}","{""startTime"":1678936493149,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":2202},{""label"":""window_focused"",""time"":7918}]}",0,moderate,line,0,0,0,,4.3,0,0,0,0.0,0.0,0,2.202,0.5,1.0,0,1.0,2 +2023-03-15 23:05:41,2023-03-15 23:22:54,0,100,1032,1,2023-03-15 23:22:54,R_XHPH1bmOrOfzxHX,39.0352,-94.5456,EN,1,46.681999999999995,1.0,4.0,2.0,13.366,15.342,100,100,66,107.48899999999999,52.677,1,1,66.872,-3,-3,66.286,-2,65.203,15.117,6,6,6,6,6,6,,15.402999999999999,6,6,5,6,6,6,It provides data that I believe corresponds with what I have seen previously reported on infections.,205.58599999999998,6,,7.827999999999999,2,7,3,4,1,5,6,17.802,6,6,7,8,9,2,11,11,,25.689,5,5,5,1,4,4,18.332,1,4.0,12.689,1,1973,Missouri,6,2,1,,9,,KANSAS CITY,3,4,1,60.122,54847f1cfdf99b07b28f22f9,"{""startTime"":1678936667951,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678936431913,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678936291796,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":38,""label"":""tour_started""},{""time"":13433,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1582,""week"":""48"",""id"":""chart""},{""time"":20127,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2420,""week"":""31"",""id"":""chart""},{""time"":23615,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1067,""week"":""34"",""id"":""chart""},{""time"":24744,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1071,""week"":""37"",""id"":""chart""},{""time"":26742,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1025,""week"":""50"",""id"":""chart""},{""time"":27848,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2233,""week"":""52"",""id"":""chart""},{""time"":31127,""label"":""tour_next"",""step"":2},{""time"":37030,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2550,""week"":""51"",""id"":""chart2""},{""time"":40246,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2266,""week"":""1"",""id"":""chart2""},{""time"":42745,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1935,""week"":""47"",""id"":""chart2""},{""time"":45979,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1367,""week"":""40"",""id"":""chart2""},{""time"":51623,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678936414247,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":9394,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1459,""week"":""52"",""id"":""chart""},{""time"":11192,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2226,""week"":""52"",""id"":""chart2""}]}",1,simple,bar,0,0,0,,4.0,0,2,2,3.685,1.8425,1798,15.0,1.0,0.0,0,1.0,1 +2023-03-15 23:18:15,2023-03-15 23:24:59,0,100,404,1,2023-03-15 23:25:00,R_11j94qkhR03uLX4,43.8013,-91.2134,EN,1,4.037,,,,,15.113,77,71,16,9.67,25.164,1,1,53.845,-3,-3,51.982,-1,9.8,16.957,4,4,4,5,5,5,Purpose???,26.901999999999997,5,4,4,4,5,5,Numbers back up the bars.,13.844000000000001,2,Purpose??,9.572000000000001,2,7,3,4,1,5,6,13.985999999999999,1,1,7,2,1,3,3,6,,16.304000000000002,4,3,2,3,3,3,6.189,7,,20.549,1,1962,Wisconsin,4,2,1,,7,,,7,2,1,63.391000000000005,5e1e935be3c7191e0519b486,"{""startTime"":1678936869860,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678936829632,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_focused"",""time"":18190}]}","{""startTime"":1678936730416,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":8249,""label"":""tour_next"",""step"":2},{""time"":9250,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2865,""week"":""52"",""id"":""chart2""},{""time"":14126,""label"":""tour_end"",""step"":2},{""time"":19727,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4008,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678936810598,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":7011}]}",0,simple,bar,0,0,0,,3.0,0,0,0,0.0,0.0,0,7.011,1.0,0.0,0,1.0,1 +2023-03-15 23:12:22,2023-03-15 23:25:11,0,100,768,1,2023-03-15 23:25:11,R_2ZJFWRDlOXqdCzE,39.9486,-75.2339,EN,1,29.144000000000002,,,,,15.034,56,46,26,20.383,123.205,1,1,63.07899999999999,-1,1,107.014,1,78.987,15.155,5,3,5,3,5,5,,32.217,5,3,7,7,7,5,"I believe the data in the visualaztion to be true, because it was presented as a fact.",46.153,4,,6.586,2,7,3,4,1,5,6,23.296999999999997,2,2,2,2,2,4,9,9,,25.732,4,4,4,2,4,3,29.383000000000003,2,,7.205,2,1986,Pennsylvania,2,1,1,,3,,,6,3,1,88.82700000000001,63d83eafdd418ada3528719e,"{""startTime"":1678936706474,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678936632648,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678936413074,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":16332,""label"":""hovered"",""timeHovered"":1023,""week"":""2021-12-27""},{""time"":17559,""label"":""hovered"",""timeHovered"":3995,""week"":""2022-01-10""},{""time"":22237,""label"":""hovered"",""timeHovered"":2034,""week"":""2022-01-31""},{""time"":26509,""label"":""tour_next"",""step"":5},{""time"":45497,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-11""},{""time"":47098,""label"":""tour_next"",""step"":5},{""time"":50849,""label"":""moved_brush"",""startDate"":""2021-04-12"",""endDate"":""2022-02-13""},{""time"":51482,""label"":""moved_brush"",""startDate"":""2021-04-12"",""endDate"":""2022-02-13""},{""time"":52196,""label"":""moved_brush"",""startDate"":""2021-04-12"",""endDate"":""2022-02-13""},{""time"":63099,""label"":""moved_brush"",""startDate"":""2021-10-08"",""endDate"":""2022-02-13""},{""time"":65197,""label"":""tour_next"",""step"":5},{""time"":75684,""label"":""cleared_brush"",""using"":""click""},{""time"":78292,""label"":""cleared_brush"",""using"":""click""},{""time"":79814,""label"":""started_brush"",""startDate"":""2021-07-04"",""endDate"":""2021-07-20""},{""time"":80579,""label"":""cleared_brush"",""using"":""click""},{""time"":81262,""label"":""tour_next"",""step"":5},{""time"":88932,""label"":""tour_end"",""step"":5},{""time"":98565,""label"":""started_brush"",""startDate"":""2021-04-23"",""endDate"":""2022-02-13""},{""time"":104290,""label"":""hovered"",""timeHovered"":1109,""week"":""2022-01-10""},{""time"":118172,""label"":""moved_brush"",""startDate"":""2021-04-23"",""endDate"":""2022-02-13""}]}","{""startTime"":1678936616784,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":6148,""label"":""hovered"",""timeHovered"":2115,""week"":""2022-01-03""},{""time"":10960,""label"":""hovered"",""timeHovered"":1071,""week"":""2021-12-20""},{""time"":12059,""label"":""hovered"",""timeHovered"":1122,""week"":""2021-12-20""}]}",0,complex,line,0,0,0,,3.5,0,3,3,4.308,1.436,5911,15.0,1.0,0.5,1,1.0,3 +2023-03-15 22:26:17,2023-03-15 23:26:00,0,100,3582,1,2023-03-15 23:26:01,R_3MtbiuJjOEuf8sJ,28.2404,-82.7188,EN,1,21.625,1.0,2.0,2.0,11.4,15.009,66,34,68,24.974,69.001,-2,-2,89.406,1,-2,222.847,1,68.396,15.009,4,3,3,4,4,2,,132.764,4,2,5,2,1,3,I would have to do more research of where they get their data from before i can say i fully trust something.,38.705,4,,25.924,2,7,3,4,1,5,6,31.816,4,6,6,7,4,7,9,9,,243.179,2,3,2,3,5,5,52.20399999999999,2,1.0,49.501999999999995,1,1973,Florida,2,2,1,,7,,,6,4,1,2336.109,631677b07578c19a17bf4c5a,"{""startTime"":1678933965216,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933827219,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933672894,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":7130,""label"":""tour_next"",""step"":5},{""time"":37091,""label"":""started_brush"",""startDate"":""2021-09-07"",""endDate"":""2021-12-15""},{""time"":39164,""label"":""tour_next"",""step"":5},{""time"":48102,""label"":""moved_brush"",""startDate"":""2021-06-01"",""endDate"":""2021-09-09""},{""time"":49422,""label"":""tour_next"",""step"":5},{""time"":57581,""label"":""cleared_brush"",""using"":""Click""},{""time"":57581,""label"":""cleared_brush"",""using"":""Escape""},{""time"":59402,""label"":""tour_next"",""step"":5},{""time"":64355,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678933811658,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar,0,0,0,,3.3,0,0,0,0.0,0.0,0,15.0,0.0,0.5,1,1.0,3 +2023-03-15 23:15:26,2023-03-15 23:26:30,0,100,663,1,2023-03-15 23:26:31,R_3RgRuZWd4SNnglM,39.9727,-74.2474,EN,1,17.583,,,,,15.022,93,94,85,25.86,59.797,1,1,42.542,1,1,64.905,1,57.121,15.124,5,5,5,6,4,5,"At first I though both insect and fungus bars started at 0, which seems like it would be a better comparison between them, although this type of bar chart is good for determining the diference in totals I suppose. Thank you!",101.76100000000001,5,4,5,3,6,5,"It seems to come from a dataset of evidence, there may be actually a bit more than what the chart shows if not all areas were detected unless it is an estimate.",59.964,4,Thank you.,12.597000000000001,2,7,3,4,1,5,6,22.758000000000003,3,2,1,2,3,4,11,10,,25.32,4,4,5,1,4,5,22.038,2,,7.297999999999999,1,1989,New Jersey,3,2,1,,7,,,7,4,1,58.15,5611f6dd7ffc8a00058117e7,"{""startTime"":1678936734422,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678936837132,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678936592463,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":12048,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2198,""week"":""1"",""id"":""chart""},{""time"":14372,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":9283,""week"":""2"",""id"":""chart""},{""time"":23725,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2794,""week"":""3"",""id"":""chart""},{""label"":""window_blurred"",""time"":31862},{""label"":""window_focused"",""time"":33452},{""time"":33652,""label"":""tour_next"",""step"":2},{""time"":37870,""label"":""tour_end"",""step"":2},{""time"":40548,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1390,""week"":""52"",""id"":""chart""},{""time"":42300,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3242,""week"":""50"",""id"":""chart""},{""time"":45736,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1172,""week"":""51"",""id"":""chart""},{""time"":47041,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2427,""week"":""52"",""id"":""chart""},{""time"":49536,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1659,""week"":""1"",""id"":""chart""},{""time"":51288,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2144,""week"":""2"",""id"":""chart""}]}","{""startTime"":1678936718321,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":6813,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2231,""week"":""51"",""id"":""chart""},{""time"":9927,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3118,""week"":""3"",""id"":""chart""}]}",0,moderate,bar,0,0,0,,3.8,0,2,2,5.349,2.6745,3114,15.0,1.0,1.0,1,1.0,2 +2023-03-15 23:16:14,2023-03-15 23:27:14,0,100,660,1,2023-03-15 23:27:15,R_10USxRiCgqWheBJ,35.7113,-82.5467,EN,1,24.329,1.0,4.0,1.0,7.2139999999999995,15.068,89,77,81,21.967,91.575,-2,-3,67.5,-3,-3,58.718999999999994,-2,20.68,15.009,6,5,6,5,6,6,,22.6,6,6,6,4,5,6,it looks scientific,17.401,6,very fun and interesting,14.76,2,7,3,4,1,5,6,22.491,8,9,8,9,9,8,11,11,,24.224,4,5,5,1,5,5,24.119,2,1.0,12.504000000000001,2,1958,North Carolina,6,1,1,,7,,,12,4,1,73.005,6063737f1039adcbf6428ac2,"{""startTime"":1678936908876,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678936932184,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678936732962,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":23,""label"":""tour_started""},{""time"":63699,""label"":""tour_next"",""step"":2},{""time"":72187,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1083,""week"":""1"",""id"":""chart2""},{""time"":82813,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678936893237,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar,0,0,0,,4.2,0,0,0,0.0,0.0,0,15.0,0.0,0.0,0,0.0,1 +2023-03-15 23:10:03,2023-03-15 23:27:37,0,100,1053,1,2023-03-15 23:27:37,R_2xFVc32CUxxRXbQ,32.2871,-90.2306,EN,1,51.46,,,,,15.014000000000001,74,91,62,49.626000000000005,46.132,-2,1,71.25399999999999,-3,-3,118.476,1,71.09899999999999,15.027999999999999,5,5,3,5,6,3,,78.143,5,5,3,7,7,3,I know nothing about the data source or crops in general in Croatia.,63.361000000000004,6,,21.338,2,7,3,4,1,5,6,23.135,8,8,10,8,8,8,9,10,A lot of the above put their self interests first.,97.021,3,3,4,4,3,3,32.068000000000005,6,,21.241999999999997,2,1964,Mississippi,6,2,1,,9,,Byram,16,1,1,199.753,5fe49a4ad8918ba1615e298d,"{""startTime"":1678936559281,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678936638359,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":1506,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4195,""week"":""2"",""id"":""chart""}]}","{""startTime"":1678936424447,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":41,""label"":""tour_started""},{""time"":9516,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5148,""week"":""52"",""id"":""chart""},{""time"":14745,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1132,""week"":""51"",""id"":""chart""},{""time"":16081,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1464,""week"":""49"",""id"":""chart""},{""time"":23591,""label"":""tour_next"",""step"":2},{""time"":25699,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1117,""week"":""2"",""id"":""chart2""},{""time"":28539,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2632,""week"":""44"",""id"":""chart2""},{""time"":31295,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1415,""week"":""41"",""id"":""chart2""},{""time"":44318,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678936543321,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,bar,0,0,0,,3.3,0,0,0,0.0,0.0,0,15.0,0.5,0.0,1,0.5,1 +2023-03-15 23:17:20,2023-03-15 23:31:35,0,100,855,1,2023-03-15 23:31:36,R_1dmqHLr8cTaxvna,32.5298,-94.7949,EN,1,28.201,1.0,4.0,1.0,12.79,15.11,100,83,43,53.879,134.312,1,1,61.088,1,1,57.282,1,28.648000000000003,15.110999999999999,6,5,6,6,6,6,I think it's important to have publicly accessible visualizations of data like this to help combat misinformation.,56.282,5,6,6,2,3,6,"I trust the data source of the CDC to be reasonably accurate. If there are inaccuracies, they probably don't affect the differences between the vaccinated and unvaccinated groups that much.",62.266000000000005,5,I did like the interactive graph. It made it easier to understand the data and would have been helpful in answering some of the questions where we had the static visualizaiotn.,55.897,2,7,3,4,1,5,6,28.893,2,7,5,8,7,5,10,10,,40.711999999999996,5,5,5,1,5,5,31.22,3,1.0,24.09,1,1980,Texas,6,3,1,,7,,,14,2,1,88.17200000000001,63ed059a43d8d970d47c98a0,"{""startTime"":1678937043613,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678936941837,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678936762692,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":18085,""label"":""hovered"",""timeHovered"":8807,""week"":""2022-01-17""},{""time"":30845,""label"":""tour_next"",""step"":5},{""time"":42853,""label"":""started_brush"",""startDate"":""2021-10-01"",""endDate"":""2022-01-05""},{""time"":46072,""label"":""started_brush"",""startDate"":""2021-12-10"",""endDate"":""2022-02-11""},{""time"":47572,""label"":""tour_next"",""step"":5},{""time"":55529,""label"":""moved_brush"",""startDate"":""2021-07-28"",""endDate"":""2021-09-29""},{""time"":56716,""label"":""tour_next"",""step"":5},{""time"":62771,""label"":""cleared_brush"",""using"":""click""},{""time"":65724,""label"":""tour_next"",""step"":5},{""time"":75986,""label"":""tour_end"",""step"":5},{""time"":77413,""label"":""hovered"",""timeHovered"":1022,""week"":""2022-01-17""},{""time"":82279,""label"":""started_brush"",""startDate"":""2021-07-09"",""endDate"":""2021-10-09""},{""time"":94173,""label"":""moved_brush"",""startDate"":""2021-04-13"",""endDate"":""2021-07-15""},{""time"":95179,""label"":""hovered"",""timeHovered"":2210,""week"":""2021-06-14""},{""time"":104279,""label"":""moved_brush"",""startDate"":""2021-11-12"",""endDate"":""2022-02-13""},{""time"":110319,""label"":""moved_brush"",""startDate"":""2021-12-15"",""endDate"":""2022-02-13""},{""time"":113051,""label"":""moved_brush"",""startDate"":""2021-12-15"",""endDate"":""2022-01-25""},{""time"":115402,""label"":""moved_brush"",""startDate"":""2021-12-24"",""endDate"":""2022-01-25""},{""time"":118684,""label"":""moved_brush"",""startDate"":""2021-12-29"",""endDate"":""2022-01-25""},{""time"":121062,""label"":""hovered"",""timeHovered"":1412,""week"":""2022-01-03""},{""time"":122478,""label"":""hovered"",""timeHovered"":1907,""week"":""2022-01-03""}]}","{""startTime"":1678936926349,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":8839,""label"":""started_brush"",""startDate"":""2021-12-02"",""endDate"":""2022-02-05""},{""time"":11739,""label"":""hovered"",""timeHovered"":1033,""week"":""2022-01-03""}]}",1,complex,line,0,0,0,,4.3,1,2,1,1.033,1.033,2900,15.0,1.0,1.0,1,1.0,3 +2023-03-15 23:10:25,2023-03-15 23:35:25,0,100,1499,1,2023-03-15 23:35:26,R_1ms0XANovAODlnJ,33.7228,-83.9976,EN,1,54.028999999999996,2.0,,1.0,24.396,15.017000000000001,33,68,28,43.318000000000005,239.206,1,1,70.77199999999999,-1,1,98.685,1,95.272,15.01,2,2,3,5,6,2,"There is a great deal of missing information if one is to draw meaningful conclusions. For instance, has the data been filtered or adjusted and what is the margin for error.",173.437,2,5,3,7,1,2,There is no indication of margin for error and how the data was collected.,56.449,5,There was no information about the number or percentage of reinfections in any category.,110.167,2,7,3,4,1,5,6,29.502,2,5,8,7,2,6,10,10,None,55.096000000000004,3,5,4,2,5,4,64.60300000000001,6,3.0,31.166999999999998,1,1957,Georgia,6,3,1,,4,,,4,3,2,248.58700000000002,6163abe84640981d685a57f2,"{""startTime"":1678936733099,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":6474,""label"":""started_brush"",""startDate"":""2021-07-08"",""endDate"":""2021-08-05""},{""time"":7770,""label"":""cleared_brush"",""using"":""click""}]}","{""startTime"":1678936907391,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678936381882,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":5991,""label"":""hovered"",""timeHovered"":2039,""week"":""2022-01-10""},{""time"":11536,""label"":""hovered"",""timeHovered"":1279,""week"":""2022-01-03""},{""time"":22563,""label"":""hovered"",""timeHovered"":19882,""week"":""2021-09-20""},{""time"":56200,""label"":""tour_next"",""step"":5},{""time"":78596,""label"":""started_brush"",""startDate"":""2021-05-03"",""endDate"":""2021-09-10""},{""time"":84626,""label"":""started_brush"",""startDate"":""2022-01-05"",""endDate"":""2022-02-12""},{""time"":92762,""label"":""started_brush"",""startDate"":""2021-05-05"",""endDate"":""2021-06-07""},{""time"":101567,""label"":""tour_next"",""step"":5},{""time"":165984,""label"":""moved_brush"",""startDate"":""2021-11-14"",""endDate"":""2021-12-16""},{""time"":168477,""label"":""tour_next"",""step"":5},{""time"":175953,""label"":""cleared_brush"",""using"":""click""},{""time"":181955,""label"":""tour_next"",""step"":5},{""time"":195371,""label"":""tour_end"",""step"":5},{""time"":218407,""label"":""started_brush"",""startDate"":""2022-01-21"",""endDate"":""2022-02-07""},{""time"":224751,""label"":""moved_brush"",""startDate"":""2021-12-31"",""endDate"":""2022-01-18""},{""time"":226144,""label"":""cleared_brush"",""using"":""click""}]}","{""startTime"":1678936717446,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line,0,0,0,,3.8,0,0,0,0.0,0.0,0,15.0,1.0,0.5,1,1.0,3 +2023-03-15 23:24:49,2023-03-15 23:36:47,0,100,718,1,2023-03-15 23:36:48,R_3p3TVdYvB0JWcYL,40.6002,-74.1469,EN,1,11.359000000000002,1.0,1.0,1.0,5.814,15.008,100,100,75,30.131999999999998,52.867,1,1,68.898,-3,1,87.12,1,62.482,15.011,6,7,6,6,6,6,Are those only people who presented with symptoms (or to their medical providers)? What about the hospitalizations? ,65.577,7,6,6,5,7,6,"It is CDC data: I might doubt the completeness of the data, but I have no reasons to doubt the validity. ",35.601,3,,10.363,2,7,3,4,1,5,6,25.013,2,8,8,7,4,3,10,10,,25.846,5,5,5,1,5,5,31.662,5,1.0,15.447000000000001,2,1964,New York,7,3,1,,7,,,9,4,1,85.484,63b7992d848592c307fe1e49,"{""startTime"":1678937409239,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678937327145,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678937170694,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":20040,""label"":""tour_next"",""step"":2},{""time"":25000,""label"":""tour_end"",""step"":2},{""time"":26452,""label"":""hovered"",""timeHovered"":1582,""week"":""2021-06-14""},{""time"":30496,""label"":""hovered"",""timeHovered"":4883,""week"":""2022-01-10""},{""time"":37955,""label"":""hovered"",""timeHovered"":2856,""week"":""2022-01-03""},{""time"":42804,""label"":""hovered"",""timeHovered"":1755,""week"":""2022-02-07""}]}","{""startTime"":1678937311546,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":4641,""label"":""hovered"",""timeHovered"":1588,""week"":""2022-01-03""},{""time"":6239,""label"":""hovered"",""timeHovered"":1742,""week"":""2022-01-03""}]}",1,moderate,line,0,0,0,,4.3,0,2,2,3.33,1.665,1598,15.0,1.0,0.5,1,0.5,2 +2023-03-15 23:19:35,2023-03-15 23:38:01,0,100,1105,1,2023-03-15 23:38:01,R_abNqNI56JEfjIOt,32.7797,-96.8022,EN,1,11.797,2.0,,2.0,7.586,36.095,0,0,33,18.855999999999998,3.275,1,-1,158.589,1,-3,10.52,-2,59.952,15.008,1,7,7,5,5,1,,35.991,3,2,7,7,7,1,Don't trust the data.,1.857,3,,2.438,2,7,3,4,1,5,6,26.511,4,1,7,3,1,9,1,4,,11.450999999999999,4,1,5,1,4,2,36.414,7,1.0,3.028,2,1954,Texas,3,2,1,,7,,,6,2,1,137.0,6384e535ba619451063f5223,"{""startTime"":1678937397924,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678937318918,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678937054127,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":23,""label"":""tour_started""}]}","{""startTime"":1678937303619,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":9525,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1305,""week"":""2"",""id"":""chart""},{""time"":10973,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1465,""week"":""52"",""id"":""chart""}]}",1,simple,bar,0,0,0,,2.8,0,2,2,2.77,1.385,1448,15.0,0.5,0.5,0,0.5,1 +2023-03-15 22:36:54,2023-03-15 23:38:10,0,100,3675,1,2023-03-15 23:38:10,R_2SCxHtB1QcFPAr0,42.417,-88.9995,EN,1,454.142,1.0,3.0,2.0,10.812000000000001,15.105,83,83,60,1645.434,574.327,1,-2,120.186,-3,1,77.945,-1,214.886,16.997,4,2,4,2,7,3,Thanks. ,42.04600000000001,5,4,5,5,5,3,I don't feel like I was given a great deal of info and the dates are somewhat hard to understand.,55.379,5,Thanks,16.948,2,7,3,4,1,5,6,19.418,3,5,5,4,5,4,10,10,Thanks,38.73,3,4,5,1,5,4,24.425,2,2.0,17.160999999999998,1,1982,Illinois,6,1,1,,7,,,14,4,1,267.823,5e606b1eaf84e83c728748d7,"{""startTime"":1678937171702,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":29017},{""label"":""window_focused"",""time"":30563}]}","{""startTime"":1678937214864,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678936361440,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":23,""label"":""tour_started""},{""time"":3391,""label"":""hovered"",""timeHovered"":4792,""week"":""2022-01-03""},{""time"":9400,""label"":""hovered"",""timeHovered"":2099,""week"":""2021-09-20""},{""time"":27082,""label"":""tour_next"",""step"":5},{""time"":50763,""label"":""tour_back"",""step"":5},{""time"":53611,""label"":""hovered"",""timeHovered"":1092,""week"":""2021-08-30""},{""time"":82474,""label"":""hovered"",""timeHovered"":2670,""week"":""2022-01-17""},{""time"":93157,""label"":""tour_next"",""step"":5},{""time"":120120,""label"":""started_brush"",""startDate"":""2021-10-15"",""endDate"":""2021-11-18""},{""time"":132194,""label"":""started_brush"",""startDate"":""2021-05-27"",""endDate"":""2022-01-04""},{""time"":134946,""label"":""tour_back"",""step"":5},{""label"":""window_blurred"",""time"":159620},{""label"":""window_focused"",""time"":316904},{""time"":332655,""label"":""tour_next"",""step"":5},{""time"":343832,""label"":""moved_brush"",""startDate"":""2021-07-06"",""endDate"":""2022-02-13""},{""time"":348976,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-19""},{""time"":356078,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-19""},{""time"":356316,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-19""},{""time"":356478,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-19""},{""time"":358065,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-19""},{""time"":359651,""label"":""moved_brush"",""startDate"":""2021-07-06"",""endDate"":""2022-02-13""},{""time"":360949,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-19""},{""time"":364344,""label"":""moved_brush"",""startDate"":""2021-07-06"",""endDate"":""2022-02-13""},{""time"":384883,""label"":""tour_back"",""step"":5},{""time"":412648,""label"":""tour_next"",""step"":5},{""time"":418872,""label"":""moved_brush"",""startDate"":""2021-07-06"",""endDate"":""2022-02-13""},{""time"":419447,""label"":""started_brush"",""startDate"":""2021-06-03"",""endDate"":""2021-06-05""},{""time"":431336,""label"":""cleared_brush"",""using"":""click""},{""time"":452150,""label"":""started_brush"",""startDate"":""2021-11-07"",""endDate"":""2021-11-24""},{""time"":453709,""label"":""tour_next"",""step"":5},{""time"":462945,""label"":""moved_brush"",""startDate"":""2021-11-07"",""endDate"":""2021-12-05""},{""time"":464440,""label"":""tour_next"",""step"":5},{""time"":474471,""label"":""moved_brush"",""startDate"":""2021-10-08"",""endDate"":""2021-11-04""},{""time"":478685,""label"":""moved_brush"",""startDate"":""2021-10-08"",""endDate"":""2021-10-21""},{""time"":480741,""label"":""moved_brush"",""startDate"":""2021-08-18"",""endDate"":""2021-10-21""},{""time"":486787,""label"":""moved_brush"",""startDate"":""2021-08-18"",""endDate"":""2021-10-21""},{""time"":491529,""label"":""moved_brush"",""startDate"":""2021-08-18"",""endDate"":""2021-10-21""},{""time"":491672,""label"":""moved_brush"",""startDate"":""2021-08-18"",""endDate"":""2021-10-21""},{""time"":496799,""label"":""moved_brush"",""startDate"":""2021-08-18"",""endDate"":""2021-10-21""},{""time"":498729,""label"":""cleared_brush"",""using"":""click""},{""time"":498733,""label"":""cleared_brush"",""using"":""Escape""},{""time"":500637,""label"":""tour_next"",""step"":5},{""time"":511786,""label"":""tour_end"",""step"":5},{""time"":548636,""label"":""started_brush"",""startDate"":""2021-05-09"",""endDate"":""2022-02-13""},{""time"":556196,""label"":""moved_brush"",""startDate"":""2021-05-09"",""endDate"":""2022-02-13""},{""time"":557704,""label"":""moved_brush"",""startDate"":""2021-05-09"",""endDate"":""2022-02-13""},{""time"":558215,""label"":""moved_brush"",""startDate"":""2021-05-08"",""endDate"":""2022-02-12""},{""time"":559716,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-01-16""},{""time"":561283,""label"":""cleared_brush"",""using"":""click""},{""time"":561297,""label"":""cleared_brush"",""using"":""Escape""},{""time"":570480,""label"":""started_brush"",""startDate"":""2021-05-13"",""endDate"":""2022-02-13""}]}","{""startTime"":1678937153054,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":7771,""label"":""hovered"",""timeHovered"":3086,""week"":""2021-12-20""},{""label"":""window_blurred"",""time"":12445},{""label"":""window_focused"",""time"":17834}]}",1,complex,line,0,0,0,,3.7,0,1,1,3.0860000000000003,3.0860000000000003,0,12.445,0.5,0.5,0,0.0,3 +2023-03-15 23:25:13,2023-03-15 23:39:46,0,100,873,1,2023-03-15 23:39:47,R_3nOtwymXNQYryVN,43.1723,-76.1032,EN,1,30.319000000000003,,,,,15.118,90,89,87,57.762,181.239,1,1,117.04,-3,-3,79.577,-2,52.226000000000006,15.115,3,3,3,5,5,5,,51.928000000000004,3,6,5,1,1,5,The source appears to be legitimate,28.982,6,,8.767000000000001,2,7,3,4,1,5,6,26.59,5,8,8,7,10,6,10,10,,22.445999999999998,4,4,5,1,4,4,33.851,3,,9.453,1,1954,New York,6,1,1,,9,,Cicero,13,4,1,77.476,5dfb693a73d72487b1fe495b,"{""startTime"":1678937548453,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678937487365,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678937235645,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":12476,""label"":""tour_next"",""step"":5},{""time"":28428,""label"":""tour_back"",""step"":5},{""time"":37709,""label"":""tour_next"",""step"":5},{""time"":65482,""label"":""started_brush"",""startDate"":""2021-07-03"",""endDate"":""2021-09-09""},{""time"":66812,""label"":""tour_next"",""step"":5},{""time"":82289,""label"":""started_brush"",""startDate"":""2021-11-20"",""endDate"":""2021-11-24""},{""time"":98631,""label"":""tour_back"",""step"":5},{""time"":111642,""label"":""started_brush"",""startDate"":""2021-06-02"",""endDate"":""2021-11-22""},{""time"":112981,""label"":""tour_next"",""step"":5},{""time"":125612,""label"":""cleared_brush"",""using"":""Click""},{""time"":130826,""label"":""cleared_brush"",""using"":""Click""},{""time"":134140,""label"":""cleared_brush"",""using"":""Click""},{""time"":141216,""label"":""moved_brush"",""startDate"":""2021-05-07"",""endDate"":""2021-08-30""},{""time"":142261,""label"":""tour_next"",""step"":5},{""time"":163168,""label"":""cleared_brush"",""using"":""Click""},{""time"":164974,""label"":""tour_next"",""step"":5},{""time"":176804,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678937470640,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,bar,0,0,0,,3.7,0,0,0,0.0,0.0,0,15.0,1.0,0.0,0,0.0,3 +2023-03-15 23:24:09,2023-03-15 23:41:14,0,100,1025,1,2023-03-15 23:41:14,R_2QJvhg23oiN86Nt,30.3659,-86.2458,EN,1,106.119,,,,,15.017000000000001,76,100,77,26.147,195.737,1,-2,50.836000000000006,-2,1,55.227,1,68.358,15.009,3,3,3,5,5,5,,154.683,5,5,5,1,1,5,It seems quite logical and the data for both sets correlates well. It makes sense and I like how it breaks down by acres as well. Good charts!,67.789,5,Good survey; great charts and labels. ,36.845,2,7,3,4,1,5,6,26.959,7,8,8,9,7,8,10,10,,21.964000000000002,3,5,5,2,5,5,31.979,6,,9.88,1,1967,Florida,7,2,1,,9,,Tallahassee,14,2,1,61.803999999999995,63cac85f8519383ef0422593,"{""startTime"":1678937483397,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":24880},{""label"":""window_focused"",""time"":29937},{""label"":""window_blurred"",""time"":41262},{""label"":""window_focused"",""time"":87983},{""label"":""window_blurred"",""time"":118675},{""label"":""window_focused"",""time"":149256}]}","{""startTime"":1678937638902,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678937215394,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":14310,""label"":""tour_next"",""step"":2},{""time"":18737,""label"":""tour_end"",""step"":2},{""label"":""window_blurred"",""time"":37999},{""label"":""window_focused"",""time"":193109}]}","{""startTime"":1678937467653,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":3425,""label"":""hovered"",""timeHovered"":1993,""week"":""2021-09-13""},{""time"":9834,""label"":""hovered"",""timeHovered"":1001,""week"":""2021-12-27""},{""time"":10953,""label"":""hovered"",""timeHovered"":2551,""week"":""2021-12-13""}]}",0,moderate,line,0,0,0,,4.2,0,3,3,5.545,1.8483333333333332,7528,15.0,0.5,0.5,1,0.5,2 +2023-03-15 23:20:24,2023-03-15 23:41:38,0,100,1273,1,2023-03-15 23:41:39,R_2zGZtKTJcC1Zwzw,30.2712,-81.7529,EN,1,110.26899999999999,,,,,15.109000000000002,82,65,23,39.563,46.868,1,1,152.502,1,1,45.06,1,142.53799999999998,15.009,5,5,5,4,5,5,I need darker/ bolder font. This light font gives me a headache. ,78.358,5,5,5,7,7,5,"I read ""assuming you trust this data"" so I'm assuming I should trust the data. I cannot remember what I'm counting though. Is it 1000 insects per acre? ",104.35700000000001,2,I used to think I could trust some people but then I saw what sheep they were during the lockdowns. ,35.667,2,7,3,4,1,5,6,28.559,4,2,4,2,2,4,6,3,,56.727,3,3,3,2,3,3,26.276999999999997,5,,6.242999999999999,2,1964,Georgia,6,1,1,,7,,,2,4,1,86.229,5dd352c51c219b35931aefd1,"{""startTime"":1678937573874,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678937422824,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678937206508,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":17070,""label"":""hovered"",""timeHovered"":2381,""week"":""2021-12-20""},{""time"":19819,""label"":""hovered"",""timeHovered"":4295,""week"":""2021-12-27""},{""time"":24764,""label"":""hovered"",""timeHovered"":3164,""week"":""2021-08-16""},{""time"":29300,""label"":""tour_next"",""step"":2},{""time"":42116,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678937407314,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,line,0,0,0,,2.8,0,0,0,0.0,0.0,0,15.0,1.0,1.0,1,1.0,1 +2023-03-15 23:22:02,2023-03-15 23:42:44,0,100,1242,1,2023-03-15 23:42:45,R_2xFC4PRt2L6pLqF,33.7585,-84.18299999999999,EN,1,70.351,,,,,15.114,82,76,28,51.901,248.66,-1,-3,193.072,-3,1,83.304,-3,110.48899999999999,15.013,3,3,3,4,4,3,,40.678000000000004,4,4,3,3,3,3,"I'm usually skeptical about scientific ""facts and figures'",49.586999999999996,5,,12.795,2,7,3,4,1,5,6,42.433,7,9,9,9,5,9,9,10,,41.788999999999994,4,4,2,1,4,4,38.959,2,,21.089000000000002,2,1962,Georgia,3,1,1,,8,KENNESAW,,12,2,2,119.973,63a519bb6eeff2ad74314b53,"{""startTime"":1678937457706,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678937498951,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":9287},{""label"":""window_focused"",""time"":9751},{""label"":""window_blurred"",""time"":29763},{""label"":""window_focused"",""time"":29889}]}","{""startTime"":1678937081199,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":30263,""label"":""hovered"",""timeHovered"":3360,""week"":""2021-12-27""},{""time"":34677,""label"":""hovered"",""timeHovered"":1562,""week"":""2022-01-17""},{""time"":36605,""label"":""hovered"",""timeHovered"":2081,""week"":""2022-01-31""},{""time"":39405,""label"":""hovered"",""timeHovered"":2444,""week"":""2021-09-27""},{""time"":45053,""label"":""hovered"",""timeHovered"":2111,""week"":""2021-04-12""},{""time"":49298,""label"":""tour_next"",""step"":5},{""time"":65848,""label"":""cleared_brush"",""using"":""click""},{""time"":73897,""label"":""started_brush"",""startDate"":""2021-05-29"",""endDate"":""2021-11-07""},{""time"":77832,""label"":""tour_next"",""step"":5},{""time"":92154,""label"":""moved_brush"",""startDate"":""2021-06-25"",""endDate"":""2021-12-04""},{""time"":95770,""label"":""moved_brush"",""startDate"":""2021-06-25"",""endDate"":""2021-10-09""},{""time"":97940,""label"":""tour_next"",""step"":5},{""time"":126257,""label"":""moved_brush"",""startDate"":""2021-06-25"",""endDate"":""2021-10-09""},{""time"":126893,""label"":""moved_brush"",""startDate"":""2021-06-25"",""endDate"":""2021-10-09""},{""time"":129362,""label"":""cleared_brush"",""using"":""click""},{""time"":133524,""label"":""tour_next"",""step"":5},{""label"":""window_blurred"",""time"":168572},{""label"":""window_focused"",""time"":168705},{""time"":172936,""label"":""tour_end"",""step"":5},{""time"":177659,""label"":""cleared_brush"",""using"":""click""},{""time"":181753,""label"":""hovered"",""timeHovered"":1039,""week"":""2021-10-25""},{""time"":184086,""label"":""hovered"",""timeHovered"":1541,""week"":""2021-10-25""},{""time"":186022,""label"":""hovered"",""timeHovered"":1493,""week"":""2021-10-25""},{""time"":195366,""label"":""hovered"",""timeHovered"":1752,""week"":""2022-01-03""},{""time"":206100,""label"":""started_brush"",""startDate"":""2021-04-15"",""endDate"":""2021-07-23""},{""time"":211224,""label"":""moved_brush"",""startDate"":""2021-04-15"",""endDate"":""2021-07-23""},{""label"":""window_blurred"",""time"":211889},{""label"":""window_focused"",""time"":212008},{""time"":216765,""label"":""moved_brush"",""startDate"":""2021-04-15"",""endDate"":""2021-07-23""},{""time"":222376,""label"":""moved_brush"",""startDate"":""2021-10-29"",""endDate"":""2022-02-04""},{""time"":224778,""label"":""moved_brush"",""startDate"":""2021-10-29"",""endDate"":""2022-02-04""},{""time"":225089,""label"":""moved_brush"",""startDate"":""2021-10-29"",""endDate"":""2022-02-04""}]}","{""startTime"":1678937442150,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line,0,0,0,,3.2,0,0,0,0.0,0.0,0,15.0,0.0,0.5,0,0.0,3 +2023-03-15 23:30:58,2023-03-15 23:42:57,0,100,718,1,2023-03-15 23:42:57,R_1NmrAHsug9BVDhO,40.3658,-105.5142,EN,1,7.417000000000001,,,,,15.009,75,34,32,21.175,62.938,1,1,83.272,1,1,99.417,1,53.622,15.11,5,5,5,2,7,5,,26.25,5,2,7,7,7,5,The visualization makes sense when you look at it closely and I have no reason to believe the data is false,36.999,2,,23.985,2,7,3,4,1,5,6,28.498,1,2,9,7,1,8,4,3,,32.722,2,5,4,4,4,2,47.309,6,,9.75,1,2000,Washington,6,1,1,,7,,,8,4,2,95.309,63f4734905f91d8c0582dc27,"{""startTime"":1678937642082,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678937668860,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678937509178,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":20,""label"":""tour_started""},{""time"":12614,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1381,""week"":""51"",""id"":""chart""},{""time"":14688,""label"":""tour_next"",""step"":5},{""time"":26832,""label"":""started_brush"",""startDate"":""2021-05-10"",""endDate"":""2021-08-31""},{""time"":27986,""label"":""tour_next"",""step"":5},{""time"":34742,""label"":""moved_brush"",""startDate"":""2021-08-16"",""endDate"":""2021-12-07""},{""time"":35587,""label"":""tour_next"",""step"":5},{""time"":43112,""label"":""cleared_brush"",""using"":""Click""},{""time"":44351,""label"":""tour_next"",""step"":5},{""time"":49426,""label"":""tour_end"",""step"":5},{""time"":52694,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1104,""week"":""2"",""id"":""chart""},{""time"":55068,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4653,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678937626539,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,bar,0,0,0,,3.5,0,0,0,0.0,0.0,0,15.0,1.0,1.0,1,1.0,3 +2023-03-15 23:16:44,2023-03-15 23:43:43,0,100,1618,1,2023-03-15 23:43:43,R_ykAJEZujUPnVsCl,35.2296,-80.843,EN,1,15.602,1.0,2.0,1.0,10.687999999999999,15.033,88,92,33,33.453,337.79699999999997,1,1,59.098,1,1,119.24799999999999,1,194.687,15.013,5,4,5,5,6,5,,251.386,4,5,4,2,3,4,I have no way of knowing if this is correct,24.603,6,,77.727,2,7,3,4,1,5,6,24.256999999999998,5,7,6,5,4,9,8,9,,39.876,3,4,3,2,4,3,73.751,5,1.0,21.086,1,1960,North Carolina,6,2,1,,7,,,16,1,1,224.387,61001d9b2e3d8a75a09f3db3,"{""startTime"":1678937184349,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":39941},{""label"":""window_focused"",""time"":240540}]}","{""startTime"":1678937438008,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678936708703,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":16,""label"":""tour_started""},{""label"":""window_blurred"",""time"":13754},{""label"":""window_focused"",""time"":266771},{""time"":290588,""label"":""tour_next"",""step"":2},{""time"":298408,""label"":""tour_end"",""step"":2},{""label"":""window_blurred"",""time"":315284},{""label"":""window_focused"",""time"":333375}]}","{""startTime"":1678937167736,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line,0,0,0,,3.2,0,0,0,0.0,0.0,0,15.0,1.0,1.0,1,1.0,2 +2023-03-15 23:31:40,2023-03-15 23:45:28,0,100,827,1,2023-03-15 23:45:29,R_2ScVCPLzCJkxtHE,40.2708,-76.8564,EN,1,26.518,,,,,15.009,86,100,69,32.446,19.309,1,1,128.39,-3,-3,155.041,-3,76.60300000000001,15.005999999999998,5,5,5,5,5,5,,56.121,5,5,3,1,1,5,It appears to be genuine,43.476000000000006,6,,10.204,2,7,3,4,1,5,6,22.878,8,8,10,8,8,10,10,10,,32.239000000000004,3,3,5,3,3,2,24.816999999999997,4,,6.56,2,1978,West Virginia,6,2,1,,3,,,3,1,2,110.584,62b9c2f1e55fe9f17dfedc5d,"{""startTime"":1678937779251,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678937835743,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678937588060,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":7670,""label"":""tour_next"",""step"":2},{""time"":14139,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678937763713,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,bar,0,0,0,,3.2,0,0,0,0.0,0.0,0,15.0,1.0,0.0,0,0.0,2 +2023-03-15 23:20:30,2023-03-15 23:45:42,0,100,1512,1,2023-03-15 23:45:43,R_DwwlzFU0v1N6hjz,38.5463,-122.8047,EN,1,49.799,,,,,15.024000000000001,83,60,46,93.915,88.412,1,1,91.855,-2,-1,183.101,1,73.033,15.015,5,2,3,5,7,3,I acknowledge answering incorrectly on previous questions about amounts. My eyes were aimed at the blue bars only.,229.925,5,5,5,7,2,4,I'm thinking that could be other factors involved with the numbers. Perhaps my answer should have been agree.,81.657,6,,69.83,2,7,3,4,1,5,6,32.516,6,9,8,9,8,9,10,10,Political party answer was an average of my feelings split between the two major parties.,114.30799999999999,3,4,4,2,4,4,61.93,2,,21.669,1,1959,California,3,1,1,,7,,,4,4,1,138.565,63d570d979c31656fece7c7d,"{""startTime"":1678937500520,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678937524604,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":18810,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2693,""week"":""1"",""id"":""chart""},{""time"":26821,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2193,""week"":""52"",""id"":""chart""},{""time"":35951,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1033,""week"":""52"",""id"":""chart""},{""time"":51169,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1636,""week"":""32"",""id"":""chart""}]}","{""startTime"":1678937004045,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":19,""label"":""tour_started""},{""time"":24278,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3402,""week"":""52"",""id"":""chart""},{""time"":27715,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2234,""week"":""1"",""id"":""chart""},{""time"":29949,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1970,""week"":""1"",""id"":""chart""},{""time"":35848,""label"":""tour_next"",""step"":2},{""time"":48571,""label"":""tour_end"",""step"":2},{""time"":49205,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2724,""week"":""1"",""id"":""chart""},{""time"":54275,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3524,""week"":""50"",""id"":""chart""},{""time"":58462,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2073,""week"":""50"",""id"":""chart""},{""time"":65385,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5661,""week"":""27"",""id"":""chart""},{""time"":71150,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1664,""week"":""28"",""id"":""chart""},{""time"":82257,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3441,""week"":""44"",""id"":""chart""}]}","{""startTime"":1678937276530,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":3955,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5861,""week"":""2"",""id"":""chart""}]}",0,moderate,bar,0,0,0,,3.5,0,1,1,5.861000000000001,5.861000000000001,0,15.0,1.0,0.0,1,0.0,2 +2023-03-15 23:29:17,2023-03-15 23:46:46,0,100,1049,1,2023-03-15 23:46:47,R_3R3I9RDQqajgkF5,29.7373,-95.3972,EN,1,28.245,1.0,4.0,2.0,8.106,15.113,100,100,100,30.385,57.786,1,1,64.061,1,1,103.954,1,62.23,15.015999999999998,5,5,5,5,5,5,The source of data (CDC) it seems to be a reliable entity.,88.48299999999999,5,5,5,5,5,5,"I trust this visualization because it is a math study in graphic presentation. I assume that is not fake. So, I trust.",82.12299999999999,5,I like the study! It is an important issue to our country! Tks!,49.16,2,7,3,4,1,5,6,45.086999999999996,5,6,9,9,5,5,9,8,I like the study!,38.957,5,5,5,1,5,5,35.347,6,1.0,26.019000000000002,1,1951,New York,6,2,1,,8,White,,17,3,1,240.13400000000001,62885de1cdfe242015ccacef,"{""startTime"":1678937744029,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678937637898,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":769,""label"":""hovered"",""timeHovered"":1526,""week"":""2021-09-13""}]}","{""startTime"":1678937459113,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":19597,""label"":""hovered"",""timeHovered"":2267,""week"":""2021-07-26""},{""time"":29248,""label"":""hovered"",""timeHovered"":2466,""week"":""2022-01-10""},{""time"":33264,""label"":""hovered"",""timeHovered"":2238,""week"":""2022-01-10""},{""time"":38506,""label"":""hovered"",""timeHovered"":1125,""week"":""2022-02-07""},{""time"":43029,""label"":""tour_next"",""step"":2},{""time"":50137,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678937622126,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":4734,""label"":""hovered"",""timeHovered"":3183,""week"":""2021-09-20""},{""time"":10336,""label"":""hovered"",""timeHovered"":3799,""week"":""2022-01-10""}]}",1,moderate,line,0,0,0,,4.3,0,2,2,6.982,3.491,5602,15.0,1.0,1.0,1,1.0,2 +2023-03-15 23:30:12,2023-03-15 23:46:52,0,100,1000,1,2023-03-15 23:46:53,R_d0QgZFzHGyztp4t,35.7704,-78.6293,EN,1,13.448,,,,,15.02,66,65,50,47.702,44.001999999999995,1,1,108.68,-3,-1,168.333,1,96.484,15.020999999999999,3,2,3,4,4,3,,52.203,4,4,2,3,2,3,IT'S NOT TOO Hard to understand it but the visuals are not too great.,87.10600000000001,4,,10.044,2,7,3,4,1,5,6,33.971,5,2,5,2,8,6,9,8,,39.071999999999996,1,1,3,5,1,1,46.815,4,,9.497,2,1978,North Carolina,4,2,1,,3,,,3,3,2,82.23899999999999,611144542cf9d49b089b7d55,"{""startTime"":1678937846007,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678937681222,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678937509142,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":37,""label"":""tour_started""},{""time"":13641,""label"":""tour_next"",""step"":2},{""time"":17320,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678937665098,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,bar,0,0,0,,2.0,0,0,0,0.0,0.0,0,15.0,1.0,0.0,1,1.0,1 +2023-03-15 23:09:24,2023-03-15 23:48:07,0,100,2322,1,2023-03-15 23:48:07,R_OrriS4729l0wavT,33.6338,-112.2066,EN,1,145.755,,,,,15.02,84,83,57,106.09,435.37199999999996,-2,1,234.855,-3,1,226.40200000000002,1,234.878,15.025,5,4,4,4,5,5,,236.232,5,5,5,3,5,5,"It is well organized, easy to read",136.826,6,,12.95,2,7,3,4,1,5,6,54.843999999999994,3,5,3,6,7,6,9,9,,30.796999999999997,4,4,5,1,4,4,51.108999999999995,2,,31.79,2,1954,Arizona,4,2,1,,7,,,10,4,1,94.925,5bf349126f97050001e6a6e6,"{""startTime"":1678937449261,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":27145},{""label"":""window_focused"",""time"":37282}]}","{""startTime"":1678937151419,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":13020,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8522,""week"":""52"",""id"":""chart""},{""time"":101851,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2011,""week"":""51"",""id"":""chart""},{""time"":110012,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":26024,""week"":""44"",""id"":""chart""}]}","{""startTime"":1678936461831,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":27,""label"":""tour_started""},{""time"":94648,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1140,""week"":""52"",""id"":""chart""},{""time"":96499,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1806,""week"":""52"",""id"":""chart""},{""time"":99665,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1124,""week"":""52"",""id"":""chart""},{""time"":101423,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2631,""week"":""52"",""id"":""chart""},{""time"":104083,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2088,""week"":""51"",""id"":""chart""},{""time"":111354,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2921,""week"":""41"",""id"":""chart""},{""time"":115530,""label"":""tour_next"",""step"":5},{""label"":""window_blurred"",""time"":172561},{""label"":""window_focused"",""time"":240729},{""time"":262039,""label"":""started_brush"",""startDate"":""2021-09-10"",""endDate"":""2021-09-30""},{""time"":263994,""label"":""tour_next"",""step"":5},{""time"":293408,""label"":""moved_brush"",""startDate"":""2021-12-03"",""endDate"":""2021-12-23""},{""time"":298237,""label"":""tour_next"",""step"":5},{""time"":366839,""label"":""cleared_brush"",""using"":""Click""},{""time"":366840,""label"":""cleared_brush"",""using"":""Escape""},{""time"":367355,""label"":""cleared_brush"",""using"":""Click""},{""time"":367356,""label"":""cleared_brush"",""using"":""Escape""},{""time"":367426,""label"":""cleared_brush"",""using"":""Click""},{""time"":367426,""label"":""cleared_brush"",""using"":""Escape""},{""time"":367480,""label"":""cleared_brush"",""using"":""Click""},{""time"":367480,""label"":""cleared_brush"",""using"":""Escape""},{""time"":370533,""label"":""tour_next"",""step"":5},{""time"":428296,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678937135583,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":14148,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1065,""week"":""2"",""id"":""chart""}]}",0,complex,bar,0,0,0,,3.7,0,1,1,1.065,1.065,0,15.0,0.5,0.5,1,1.0,3 +2023-03-15 23:36:30,2023-03-15 23:49:26,0,100,775,1,2023-03-15 23:49:26,R_3Jw6TBqICUEeHUc,33.8874,-111.9508,EN,1,9.745,1.0,1.0,1.0,15.798,15.13,49,77,84,36.981,62.28,1,-2,83.96600000000001,1,1,82.001,1,50.102,15.12,3,3,3,4,5,7,,61.205,3,5,4,4,3,3,There is no way to verify this data set on its validity.,46.247,2,,14.059000000000001,2,7,3,4,1,5,6,35.631,2,4,6,7,2,5,8,9,,31.997,4,4,4,2,5,4,32.766,2,1.0,22.893,1,1954,Arizona,6,3,1,,7,,,14,4,1,71.057,63cd7b78fff71624a85b294f,"{""startTime"":1678938058999,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":3257,""label"":""hovered"",""timeHovered"":1001,""week"":""2022-01-10""}]}","{""startTime"":1678938125009,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678937893760,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":18206,""label"":""hovered"",""timeHovered"":11038,""week"":""2022-01-03""},{""time"":31538,""label"":""hovered"",""timeHovered"":1257,""week"":""2022-02-07""},{""time"":35034,""label"":""hovered"",""timeHovered"":1027,""week"":""2022-01-03""},{""time"":40703,""label"":""hovered"",""timeHovered"":1407,""week"":""2021-04-12""},{""time"":47794,""label"":""tour_next"",""step"":2},{""time"":55986,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678938042646,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":10034,""label"":""hovered"",""timeHovered"":5243,""week"":""2022-01-03""}]}",1,simple,line,0,0,0,,3.8,0,1,1,5.242999999999999,5.242999999999999,0,15.0,0.5,1.0,1,0.5,1 +2023-03-15 23:33:59,2023-03-15 23:49:38,0,100,938,1,2023-03-15 23:49:38,R_2wte51ILtLuyP5T,41.0217,-78.4418,EN,1,66.29899999999999,,,,,15.107999999999999,81,85,52,75.572,23.351,1,1,69.169,1,1,116.772,1,85.895,15.107999999999999,5,5,3,6,5,4,,87.101,5,6,3,1,1,4,There is no reason for anyone to issue dishonest data.,66.454,3,,10.427,2,7,3,4,1,5,6,30.881,4,5,4,4,5,5,8,7,,32.628,3,4,4,3,4,3,38.095,5,,7.154,1,1961,Pennsylvania,6,2,1,,7,,,10,4,2,96.94,5ee4b29de1640f1bc85da97b,"{""startTime"":1678937938728,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678938027120,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678937828929,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":11979,""label"":""tour_next"",""step"":2},{""time"":19210,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678937922829,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,line,0,0,0,,3.5,0,0,0,0.0,0.0,0,15.0,1.0,1.0,1,1.0,1 +2023-03-15 23:36:30,2023-03-15 23:49:50,0,100,799,1,2023-03-15 23:49:50,R_3fje8LKWz0uiKy6,38.6549,-80.6785,EN,1,35.192,,,,,15.013,92,84,53,31.586,49.288000000000004,1,1,53.995,1,1,68.97800000000001,1,58.132,15.116,3,4,3,4,5,2,The CCA would seem to have a vested interest in underreporting problems (IMHO).,107.682,5,5,4,7,7,2,"As I stated previously, the CCA has a vested interest in providing LOW numbers. Even though the chart may display the reported data accurately, who the heck knows if the data itself is worth a darn?",66.773,2,none,11.866,2,7,3,4,1,5,6,21.441,2,8,4,7,6,4,8,7,none,51.34,2,1,3,4,1,2,31.346,4,,8.08,1,1964,West Virginia,6,2,1,,7,,,4,1,2,106.538,5c3b70640eaa0100018ea877,"{""startTime"":1678938017009,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":37732,""label"":""hovered"",""timeHovered"":4798,""week"":""2021-07-19""}]}","{""startTime"":1678938125199,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678937882164,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":22452,""label"":""hovered"",""timeHovered"":3820,""week"":""2021-12-13""},{""time"":26506,""label"":""hovered"",""timeHovered"":1034,""week"":""2021-12-13""},{""time"":33135,""label"":""tour_next"",""step"":2},{""time"":39862,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678938001204,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,line,0,0,0,,2.2,0,0,0,0.0,0.0,0,15.0,1.0,1.0,1,1.0,2 +2023-03-15 23:39:57,2023-03-15 23:49:57,0,100,600,1,2023-03-15 23:49:58,R_PXmeEmWYxJPrvcB,47.648,-117.4209,EN,1,9.83,1.0,4.0,1.0,10.118,15.112,81,85,67,26.384,61.925,1,1,51.001000000000005,-2,-2,76.931,-3,50.599,15.112,5,2,5,5,5,5,,27.801,5,5,5,5,5,5,I trust the CDC -- and those are actual numbers not ballpark figures. If they aren't exactly accurate they show general trends and I trust that.,42.919,5,,8.204,2,7,3,4,1,5,6,20.434,7,7,6,8,9,5,10,10,,28.706999999999997,5,5,5,2,5,5,23.081999999999997,2,1.0,17.158,1,1950,Washington,3,3,1,,7,,,6,4,1,58.81,5dc483cf74939e34e55c3619,"{""startTime"":1678938230008,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678938258540,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678938073377,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":19,""label"":""tour_started""},{""time"":6317,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2832,""week"":""52"",""id"":""chart""},{""time"":18100,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3266,""week"":""2"",""id"":""chart""},{""time"":22017,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8633,""week"":""50"",""id"":""chart""},{""time"":31155,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4762,""week"":""52"",""id"":""chart""},{""time"":36220,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2714,""week"":""2"",""id"":""chart""},{""time"":40291,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1843,""week"":""6"",""id"":""chart""},{""time"":43200,""label"":""tour_next"",""step"":2},{""time"":50378,""label"":""tour_end"",""step"":2},{""time"":52324,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1443,""week"":""40"",""id"":""chart""},{""time"":53804,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4045,""week"":""39"",""id"":""chart""}]}","{""startTime"":1678938213449,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":10751,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1246,""week"":""44"",""id"":""chart""},{""time"":13135,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1612,""week"":""52"",""id"":""chart""}]}",1,moderate,bar,0,0,0,,4.5,0,2,2,2.858,1.429,2384,15.0,1.0,0.0,0,0.0,2 +2023-03-15 23:24:47,2023-03-15 23:50:09,0,100,1521,1,2023-03-15 23:50:10,R_2Emlandhlf0ubba,34.11,-117.2955,EN,1,28.509,2.0,,2.0,4.504,15.122,85,100,64,70.164,114.186,-3,1,153.69,-3,-3,185.72799999999998,-2,261.143,15.11,4,4,4,6,6,4,,49.318999999999996,4,6,6,3,6,4,"The information/data varies from different ""reputable"" sources. Therefore I tried to find consensus or the most frequent common ground stats while analyzing the data.",219.96099999999998,5,,13.432,2,7,3,4,1,5,6,43.748999999999995,4,4,4,4,4,4,9,6,,60.902,4,4,5,2,5,5,35.501999999999995,4,1.0,25.601999999999997,1,1972,California,6,2,1,,3,,,9,2,1,165.002,5eb074c7e612c1129942044c,"{""startTime"":1678937539547,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678937589542,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678937222793,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":26,""label"":""tour_started""},{""time"":17540,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3907,""week"":""2"",""id"":""chart""},{""time"":26857,""label"":""tour_next"",""step"":2},{""time"":38227,""label"":""tour_end"",""step"":2},{""time"":41829,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2750,""week"":""47"",""id"":""chart""},{""time"":47921,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1581,""week"":""20"",""id"":""chart""},{""time"":52331,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2484,""week"":""14"",""id"":""chart""},{""time"":61932,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4141,""week"":""23"",""id"":""chart""},{""time"":70625,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1282,""week"":""16"",""id"":""chart""},{""time"":72176,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3771,""week"":""15"",""id"":""chart""},{""time"":76208,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3263,""week"":""14"",""id"":""chart""},{""time"":82955,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1509,""week"":""33"",""id"":""chart""},{""time"":85587,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":10334,""week"":""52"",""id"":""chart""},{""time"":97009,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2916,""week"":""1"",""id"":""chart""},{""time"":102130,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4789,""week"":""6"",""id"":""chart""}]}","{""startTime"":1678937523768,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":3626,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3019,""week"":""1"",""id"":""chart""},{""time"":8834,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2053,""week"":""51"",""id"":""chart""},{""time"":10939,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1000,""week"":""50"",""id"":""chart""},{""time"":11979,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1264,""week"":""49"",""id"":""chart""}]}",1,moderate,bar,0,0,0,,4.2,0,4,4,7.336,1.834,8353,15.0,0.5,0.0,0,0.0,2 +2023-03-15 23:29:32,2023-03-15 23:53:20,0,100,1427,1,2023-03-15 23:53:20,R_1mnj6fwa1WD7zqj,39.3709,-76.8003,EN,1,59.75,2.0,,2.0,5.7829999999999995,15.127,65,100,52,120.20100000000001,78.275,-2,1,304.13,-3,-3,193.53900000000002,-3,112.669,15.01,5,6,6,4,6,6,,39.194,5,4,4,5,4,6,I think they really researched well and came up with their conclusions ,88.64200000000001,1,,9.507,2,7,3,4,1,5,6,35.663000000000004,1,1,4,4,5,1,11,8,,21.898000000000003,1,1,1,3,3,1,114.885,5,3.0,17.202,2,1984,Maryland,2,3,1,,3,,,4,1,2,97.647,63fe65bdfad2487269dc02b5,"{""startTime"":1678938011891,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678938052525,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678937611820,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":128,""label"":""tour_started""},{""time"":23069,""label"":""tour_next"",""step"":2},{""time"":43761,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678937996065,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar,0,0,0,,1.7,0,0,0,0.0,0.0,0,15.0,0.5,0.0,0,0.5,1 +2023-03-15 23:40:05,2023-03-15 23:53:21,0,100,796,1,2023-03-15 23:53:21,R_9QvVWaEdCF6HHJ7,47.5079,-122.1773,EN,1,8.354,1.0,4.0,2.0,8.943,15.114,100,99,99,64.711,104.46,1,1,66.09100000000001,1,1,75.208,-3,88.611,15.125,5,5,5,5,5,5,,82.90799999999999,5,5,5,3,5,5,It is a from a good source.,23.77,5,,9.685,2,7,3,4,1,5,6,21.388,8,8,8,8,9,8,9,9,,48.513999999999996,4,4,4,2,4,4,19.408,2,1.0,27.064,1,1960,Washington,6,2,1,,7,,,6,4,2,68.305,6056962634a5230dacdb63fc,"{""startTime"":1678938327462,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678938412192,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678938117350,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":39,""label"":""tour_started""},{""time"":12740,""label"":""tour_next"",""step"":5},{""time"":71757,""label"":""started_brush"",""startDate"":""2021-06-15"",""endDate"":""2021-08-15""},{""time"":73838,""label"":""tour_next"",""step"":5},{""time"":82295,""label"":""moved_brush"",""startDate"":""2021-06-22"",""endDate"":""2021-08-22""},{""time"":83430,""label"":""tour_next"",""step"":5},{""time"":92356,""label"":""cleared_brush"",""using"":""click""},{""time"":92362,""label"":""cleared_brush"",""using"":""Escape""},{""time"":94156,""label"":""tour_next"",""step"":5},{""time"":100588,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678938311720,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":9206,""label"":""hovered"",""timeHovered"":1440,""week"":""2021-12-27""}]}",1,complex,line,0,0,0,,3.7,0,1,1,1.44,1.44,0,15.0,1.0,1.0,0,0.0,3 +2023-03-15 23:42:22,2023-03-15 23:53:46,0,100,684,1,2023-03-15 23:53:47,R_2sX85StpiwK3GVD,32.7449,-117.165,EN,1,8.312000000000001,,,,,15.11,100,99,50,38.631,37.71,-2,1,60.256,-2,1,87.51799999999999,1,55.931000000000004,15.11,5,5,6,5,5,6,no comments,41.755,5,5,5,7,7,6,The data seems clear and correct,20.404,6,,13.895,2,7,3,4,1,5,6,25.84,7,8,8,9,6,6,10,10,,31.338,2,3,2,3,4,3,48.386,2,,11.158,1,1938,California,7,3,1,,7,,,10,4,2,106.314,62e5ed723490aa324bc05d84,"{""startTime"":1678938329088,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678938371445,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678938214417,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":15970,""label"":""hovered"",""timeHovered"":1282,""week"":""2021-11-01""},{""time"":19070,""label"":""hovered"",""timeHovered"":1082,""week"":""2022-01-03""},{""time"":21353,""label"":""hovered"",""timeHovered"":1050,""week"":""2022-01-17""},{""time"":24173,""label"":""tour_next"",""step"":2},{""time"":32566,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678938313345,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,line,0,0,0,,2.8,0,0,0,0.0,0.0,0,15.0,0.5,0.5,1,0.5,1 +2023-03-15 23:23:01,2023-03-15 23:53:51,0,100,1849,1,2023-03-15 23:53:51,R_pyhmM2Z79aU6M81,30.0053,-91.8226,EN,1,172.40599999999998,,,,,15.116,92,91,100,95.806,106.605,1,1,97.204,-2,1,203.00400000000002,-1,109.07799999999999,15.113,5,3,3,4,6,3,,117.272,4,4,5,7,3,3,"i never trust one source. I would normally do more research before believing one source.,",254.827,2,,90.32600000000001,2,7,3,4,1,5,6,78.805,1,5,6,8,8,4,7,9,,90.131,4,4,5,4,4,4,91.78200000000001,4,,13.452,2,1964,Louisiana,8,1,1,,3,,,3,3,1,92.876,63336348c3ae085755192b6a,"{""startTime"":1678938028009,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678937700837,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":112,""label"":""hovered"",""timeHovered"":3203,""week"":""2022-01-10""},{""time"":3320,""label"":""hovered"",""timeHovered"":2388,""week"":""2022-01-10""},{""time"":5712,""label"":""hovered"",""timeHovered"":2699,""week"":""2022-01-10""},{""time"":8951,""label"":""hovered"",""timeHovered"":2948,""week"":""2022-01-10""}]}","{""startTime"":1678937374020,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":26573,""label"":""hovered"",""timeHovered"":2279,""week"":""2021-12-06""},{""time"":29325,""label"":""hovered"",""timeHovered"":1960,""week"":""2022-01-10""},{""time"":35385,""label"":""hovered"",""timeHovered"":1134,""week"":""2022-02-07""},{""time"":37052,""label"":""hovered"",""timeHovered"":1217,""week"":""2022-01-03""},{""time"":40839,""label"":""tour_next"",""step"":2},{""time"":95648,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678937685172,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,line,0,0,0,,4.2,0,0,0,0.0,0.0,0,15.0,1.0,0.5,0,0.5,2 +2023-03-15 23:30:45,2023-03-15 23:54:09,0,100,1403,1,2023-03-15 23:54:10,R_oXcQXwPKd5ReXS1,34.0544,-118.2441,EN,1,137.33100000000002,1.0,3.0,2.0,7.912000000000001,15.02,92,93,75,44.988,63.176,1,-3,123.876,-3,-3,150.226,1,57.379,15.019,5,4,5,5,5,5,,114.365,4,5,5,5,5,5,I agree because the visualization looks credible and easy to understand.,68.902,5,,12.937999999999999,2,7,3,4,1,5,6,31.066999999999997,7,8,8,8,6,5,9,10,,49.64,2,2,2,4,2,2,99.135,2,1.0,16.285999999999998,2,1975,California,4,2,1,,4,,,7,2,2,122.999,559e82dffdf99b7a9a124180,"{""startTime"":1678938059019,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":105151},{""label"":""window_focused"",""time"":110265}]}","{""startTime"":1678938173905,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678937828516,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":20540,""label"":""tour_next"",""step"":2},{""time"":31041,""label"":""tour_end"",""step"":2},{""time"":33458,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2349,""week"":""52"",""id"":""chart""},{""time"":53386,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1230,""week"":""37"",""id"":""chart""},{""time"":60425,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1742,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678938043221,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar,0,0,0,,2.3,0,0,0,0.0,0.0,0,15.0,0.5,0.0,1,0.0,2 +2023-03-15 23:36:46,2023-03-15 23:55:48,0,100,1142,1,2023-03-15 23:55:49,R_28A460fi7PuVbyG,47.7946,-122.2193,EN,1,12.529000000000002,1.0,4.0,2.0,9.52,15.01,100,50,50,38.275999999999996,172.33599999999998,1,-2,49.372,1,1,114.228,1,88.14,15.107999999999999,5,3,6,4,5,6,"I trust the data, but I don't know how accurate it actually is, because people were home testing and not reporting and asymptomatic cases are not taken into account. But I think, given the constraints of the data collection, it is very accurate. The graph was much better with the interactive features. ",168.25799999999998,4,5,6,3,3,6,"Again, given the constraints of the data collection, it is the best scientific data we have on Covid and because it was based on data from the CDC. Of course, it is dated now, and does not take into account the latest dominant strain of Covid, so I don't know how predictive it will be of our current situation, where cases did not spike in January, as predicted.",106.404,4,None. Thank you.,29.122,2,7,3,4,1,5,6,25.983,5,8,8,8,7,5,11,10,"It depends on which individual organization in the group -- say, the New York Times or Fox News.",86.225,5,5,5,1,5,4,43.6,2,1.0,22.901,2,1958,Washington,8,2,1,,2,,,10,4,1,76.753,629d16db307da2e64ea7b1e7,"{""startTime"":1678938176371,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":1922,""label"":""hovered"",""timeHovered"":3413,""week"":""2021-12-27""},{""time"":5349,""label"":""hovered"",""timeHovered"":5993,""week"":""2021-12-27""}]}","{""startTime"":1678938345424,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678937899122,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":20398,""label"":""hovered"",""timeHovered"":2600,""week"":""2022-01-03""},{""time"":23548,""label"":""hovered"",""timeHovered"":2731,""week"":""2022-01-17""},{""time"":26280,""label"":""hovered"",""timeHovered"":2315,""week"":""2022-01-10""},{""time"":33107,""label"":""tour_next"",""step"":5},{""time"":57836,""label"":""started_brush"",""startDate"":""2021-07-15"",""endDate"":""2021-07-17""},{""time"":67849,""label"":""started_brush"",""startDate"":""2021-06-26"",""endDate"":""2021-10-14""},{""time"":73418,""label"":""moved_brush"",""startDate"":""2021-06-26"",""endDate"":""2021-12-03""},{""time"":75136,""label"":""tour_next"",""step"":5},{""time"":93181,""label"":""moved_brush"",""startDate"":""2021-06-26"",""endDate"":""2021-12-03""},{""time"":95885,""label"":""moved_brush"",""startDate"":""2021-06-28"",""endDate"":""2021-12-05""},{""time"":104153,""label"":""cleared_brush"",""using"":""click""},{""time"":109029,""label"":""tour_next"",""step"":5},{""time"":123308,""label"":""cleared_brush"",""using"":""click""},{""time"":123309,""label"":""cleared_brush"",""using"":""Escape""},{""time"":124890,""label"":""tour_next"",""step"":5},{""time"":133888,""label"":""tour_end"",""step"":5},{""time"":137724,""label"":""cleared_brush"",""using"":""click""},{""time"":154559,""label"":""started_brush"",""startDate"":""2021-05-14"",""endDate"":""2022-02-13""},{""time"":165767,""label"":""moved_brush"",""startDate"":""2021-12-15"",""endDate"":""2022-02-13""}]}","{""startTime"":1678938160753,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":6151,""label"":""hovered"",""timeHovered"":1640,""week"":""2021-12-27""},{""time"":9046,""label"":""hovered"",""timeHovered"":2481,""week"":""2022-01-03""}]}",1,complex,line,0,0,0,,4.2,0,2,2,4.121,2.0605,2895,15.0,0.5,1.0,1,1.0,3 +2023-03-15 23:26:47,2023-03-15 23:56:38,0,100,1790,1,2023-03-15 23:56:38,R_3qyVOI1FX6H7SGm,28.2987,-82.6902,EN,1,678.77,,,,,15.01,66,92,50,43.229,277.735,1,1,45.513000000000005,-3,1,105.55,-1,83.693,15.01,5,4,4,5,5,4,I didn't realize I needed to memorize the data to answer the question. Not being able to use the monthy filter on the page with the question was why I didn't know the answer. ,202.655,4,6,5,2,4,5,I have no reason not too. It makes sense and is feasible. ,46.551,3,,18.485,2,7,3,4,1,5,6,15.128,1,2,8,6,3,7,9,5,,31.855,4,4,5,2,4,4,32.584,4,,10.373,2,1968,Florida,6,1,1,,7,,,8,2,1,104.227,55b3120cfdf99b6ef6263a71,"{""startTime"":1678938332023,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":45588,""label"":""cleared_brush"",""using"":""click""},{""time"":50086,""label"":""cleared_brush"",""using"":""click""},{""time"":52896,""label"":""started_brush"",""startDate"":""2021-08-05"",""endDate"":""2021-08-08""},{""time"":57717,""label"":""cleared_brush"",""using"":""click""},{""time"":61616,""label"":""started_brush"",""startDate"":""2022-02-06"",""endDate"":""2022-02-13""},{""time"":67446,""label"":""started_brush"",""startDate"":""2021-12-06"",""endDate"":""2022-01-06""}]}","{""startTime"":1678938536303,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678937954050,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":37734,""label"":""hovered"",""timeHovered"":2465,""week"":""2021-05-03""},{""time"":42734,""label"":""hovered"",""timeHovered"":3749,""week"":""2021-04-26""},{""time"":50200,""label"":""hovered"",""timeHovered"":1432,""week"":""2021-11-29""},{""time"":56135,""label"":""tour_next"",""step"":5},{""time"":105187,""label"":""started_brush"",""startDate"":""2021-07-10"",""endDate"":""2021-08-23""},{""time"":110065,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-05-25""},{""time"":117266,""label"":""started_brush"",""startDate"":""2021-06-07"",""endDate"":""2021-07-08""},{""time"":118942,""label"":""tour_next"",""step"":5},{""time"":132455,""label"":""moved_brush"",""startDate"":""2021-06-09"",""endDate"":""2021-07-10""},{""time"":135793,""label"":""moved_brush"",""startDate"":""2021-06-05"",""endDate"":""2021-07-06""},{""time"":141249,""label"":""moved_brush"",""startDate"":""2021-06-05"",""endDate"":""2021-07-06""},{""time"":145622,""label"":""moved_brush"",""startDate"":""2021-06-07"",""endDate"":""2021-07-06""},{""time"":148587,""label"":""moved_brush"",""startDate"":""2021-08-12"",""endDate"":""2021-09-11""},{""time"":150564,""label"":""tour_next"",""step"":5},{""time"":163116,""label"":""cleared_brush"",""using"":""click""},{""time"":165281,""label"":""cleared_brush"",""using"":""click""},{""time"":165282,""label"":""cleared_brush"",""using"":""Escape""},{""time"":167141,""label"":""tour_next"",""step"":5},{""time"":189210,""label"":""tour_end"",""step"":5},{""time"":51867,""label"":""hovered"",""timeHovered"":138569,""week"":""2022-01-31""},{""time"":194288,""label"":""hovered"",""timeHovered"":9038,""week"":""2022-01-31""},{""time"":204089,""label"":""hovered"",""timeHovered"":8307,""week"":""2022-02-07""},{""time"":216227,""label"":""started_brush"",""startDate"":""2021-05-09"",""endDate"":""2021-06-06""},{""time"":219775,""label"":""started_brush"",""startDate"":""2021-06-10"",""endDate"":""2021-07-15""},{""time"":222767,""label"":""moved_brush"",""startDate"":""2021-06-10"",""endDate"":""2021-07-15""},{""time"":223745,""label"":""moved_brush"",""startDate"":""2021-06-10"",""endDate"":""2021-07-15""},{""time"":224491,""label"":""cleared_brush"",""using"":""click""},{""time"":224493,""label"":""cleared_brush"",""using"":""Escape""},{""time"":227243,""label"":""started_brush"",""startDate"":""2021-07-04"",""endDate"":""2021-08-10""},{""time"":232894,""label"":""moved_brush"",""startDate"":""2021-07-24"",""endDate"":""2021-08-29""},{""time"":237317,""label"":""moved_brush"",""startDate"":""2021-08-04"",""endDate"":""2021-09-09""},{""time"":239941,""label"":""moved_brush"",""startDate"":""2021-09-05"",""endDate"":""2021-10-11""},{""time"":242926,""label"":""moved_brush"",""startDate"":""2021-10-07"",""endDate"":""2021-11-12""},{""time"":247251,""label"":""moved_brush"",""startDate"":""2021-11-11"",""endDate"":""2021-12-17""},{""time"":250935,""label"":""moved_brush"",""startDate"":""2021-10-06"",""endDate"":""2021-12-17""},{""time"":253720,""label"":""moved_brush"",""startDate"":""2021-08-08"",""endDate"":""2021-12-17""},{""time"":256620,""label"":""moved_brush"",""startDate"":""2021-11-03"",""endDate"":""2021-12-17""},{""time"":259966,""label"":""moved_brush"",""startDate"":""2021-11-03"",""endDate"":""2021-12-07""},{""time"":260807,""label"":""moved_brush"",""startDate"":""2021-11-03"",""endDate"":""2021-12-07""},{""time"":264046,""label"":""moved_brush"",""startDate"":""2021-12-01"",""endDate"":""2022-01-04""},{""time"":275335,""label"":""moved_brush"",""startDate"":""2022-01-03"",""endDate"":""2022-02-06""}]}","{""startTime"":1678938316622,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line,0,0,0,,3.8,0,0,0,0.0,0.0,0,15.0,1.0,0.5,0,0.0,3 +2023-03-15 23:43:25,2023-03-15 23:57:39,0,100,854,1,2023-03-15 23:57:40,R_265WSOU3xSXUGMA,33.1909,-96.6198,EN,1,12.214,,,,,15.133,75,88,87,26.601,14.273,1,1,8.102,-2,1,28.557,1,71.495,16.764,3,2,3,2,2,3,,29.568,2,2,2,2,2,3,I am not sure of the credibility of the data,36.429,4,,51.868,2,7,4,3,1,5,6,80.805,4,7,4,6,6,8,10,10,,39.229,4,4,4,2,4,4,40.217,2,,13.51,1,1974,Alabama,6,1,1,,2,,,14,4,1,252.579,637ef4d4e9abb3274bc1c925,"{""startTime"":1678938436671,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_focused"",""time"":12349}]}","{""startTime"":1678938364978,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_focused"",""time"":12697},{""label"":""window_blurred"",""time"":31089}]}","{""startTime"":1678938295212,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":39,""label"":""tour_started""},{""time"":4731,""label"":""tour_next"",""step"":2},{""time"":8562,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678938343681,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":7052}]}",0,moderate,bar,0,0,0,,3.7,0,0,0,0.0,0.0,0,7.0520000000000005,1.0,0.5,1,0.5,2 +2023-03-15 23:44:18,2023-03-15 23:59:45,0,100,926,1,2023-03-15 23:59:46,R_3hsjVQPV76OWn3s,36.1219,-79.7777,EN,1,10.984000000000002,1.0,3.0,2.0,13.722000000000001,15.118,100,10,45,71.718,57.263000000000005,-2,-3,87.271,-3,1,92.78399999999999,-3,114.2,15.012,5,5,6,6,6,6,,48.854,6,6,5,4,4,5,The graphs are believable because it gives me the dame data that we were given during that time. Those that got the shots were less likely to get sick. ,71.16199999999999,6,,9.622,2,7,3,4,1,5,6,32.618,8,9,8,10,6,8,10,10,,26.625999999999998,4,4,3,2,4,4,32.054,2,1.0,17.570999999999998,2,1957,North Carolina,6,2,1,,3,,,9,2,1,145.496,5fc50bb38378c80ac88354ef,"{""startTime"":1678938694143,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678938550904,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678938389871,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":20,""label"":""tour_started""},{""time"":13437,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6238,""week"":""35"",""id"":""chart""},{""time"":20693,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6524,""week"":""1"",""id"":""chart""},{""time"":33900,""label"":""tour_next"",""step"":2},{""time"":33916,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7983,""week"":""46"",""id"":""chart2""},{""time"":43051,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2770,""week"":""43"",""id"":""chart2""},{""time"":47672,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5072,""week"":""52"",""id"":""chart2""},{""time"":54250,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678938535358,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar,0,0,0,,3.5,0,0,0,0.0,0.0,0,15.0,0.0,0.5,0,0.0,1 +2023-03-15 23:31:12,2023-03-16 00:02:27,0,100,1874,1,2023-03-16 00:02:27,R_06YER2wSPEDOpep,41.4722,-81.745,EN,1,5.902,1.0,4.0,2.0,18.698,15.014000000000001,92,60,44,101.713,253.547,1,1,90.02,-3,-3,146.225,1,166.535,15.013,4,2,4,5,5,5,"Agree my one thought which would make me question the data some would be the since taking the vaccine would lower the effects of Covid, the actual numbers of vaccinated people with covid could be higher since many may have had cases so mild they did not even test",190.643,4,3,4,4,2,4,"It's well known that while the Covid vaccine won't stop you from getting Covid it will help, so it is sensible that the numbers are lower. It is also likely the vaccinated individuals would get less sick thus making them less likely to get tested, which would be reflected in the numbers",192.787,5,,11.341,2,7,3,4,1,5,6,23.828000000000003,7,8,10,8,5,8,9,9,,27.143,5,5,5,1,5,5,33.54,4,2.0,11.026,1,1964,Ohio,6,2,1,,9,,Cleveland,9,4,1,74.37100000000001,62ef104b5e9352c2ead31fde,"{""startTime"":1678938732054,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678938062480,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":68868},{""label"":""window_focused"",""time"":70670},{""label"":""window_blurred"",""time"":457001},{""label"":""window_focused"",""time"":460087}]}","{""startTime"":1678937625700,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":34092,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6214,""week"":""52"",""id"":""chart""},{""time"":41943,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8318,""week"":""52"",""id"":""chart""},{""time"":51940,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3018,""week"":""2"",""id"":""chart""},{""time"":60325,""label"":""tour_next"",""step"":5},{""time"":74496,""label"":""tour_back"",""step"":5},{""time"":81832,""label"":""tour_next"",""step"":5},{""time"":86634,""label"":""tour_back"",""step"":5},{""time"":105873,""label"":""tour_next"",""step"":5},{""time"":128504,""label"":""cleared_brush"",""using"":""Click""},{""time"":132370,""label"":""started_brush"",""startDate"":""2021-07-30"",""endDate"":""2021-10-06""},{""time"":138938,""label"":""cleared_brush"",""using"":""Click""},{""time"":141436,""label"":""started_brush"",""startDate"":""2021-11-23"",""endDate"":""2022-02-07""},{""time"":145802,""label"":""tour_next"",""step"":5},{""time"":157807,""label"":""moved_brush"",""startDate"":""2021-11-13"",""endDate"":""2022-01-28""},{""time"":159456,""label"":""tour_next"",""step"":5},{""time"":181681,""label"":""tour_back"",""step"":5},{""time"":191835,""label"":""moved_brush"",""startDate"":""2021-11-13"",""endDate"":""2022-01-28""},{""time"":193268,""label"":""moved_brush"",""startDate"":""2021-10-18"",""endDate"":""2022-01-02""},{""time"":195033,""label"":""tour_next"",""step"":5},{""time"":209980,""label"":""cleared_brush"",""using"":""Click""},{""time"":209980,""label"":""cleared_brush"",""using"":""Escape""},{""time"":213756,""label"":""tour_next"",""step"":5},{""time"":220458,""label"":""tour_end"",""step"":5},{""time"":224097,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2000,""week"":""2"",""id"":""chart""},{""time"":226231,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":13831,""week"":""1"",""id"":""chart""}]}","{""startTime"":1678938046901,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar,0,0,0,,4.3,0,0,0,0.0,0.0,0,15.0,1.0,0.0,1,1.0,3 +2023-03-15 23:50:27,2023-03-16 00:04:37,0,100,850,1,2023-03-16 00:04:38,R_3Mm4LW4wmkqJWG8,41.1095,-104.8157,EN,1,14.99,1.0,3.0,2.0,10.284,15.109000000000002,73,72,70,48.1,51.312,1,1,64.02199999999999,1,1,72.40100000000001,1,70.61,15.007,3,3,3,5,5,3,"How trustworthy is the CDC, can I get a second opinion?",71.538,3,5,4,3,4,4,"It is only a visualization, not sure of the source, could be made up data",38.399,4,interesting data,20.133,2,7,3,4,1,5,6,19.239,4,5,7,8,3,7,9,9,nope,42.333,3,3,4,2,4,3,32.635,6,2.0,19.58,1,1963,Wyoming,7,1,1,,8,Cheyenne,,9,3,1,165.41400000000002,615ddab1e4f013092538b6c5,"{""startTime"":1678938953159,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678938870762,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":1433,""label"":""hovered"",""timeHovered"":1367,""week"":""2021-06-07""},{""time"":5988,""label"":""hovered"",""timeHovered"":2405,""week"":""2021-08-30""}]}","{""startTime"":1678938739376,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":4,""label"":""tour_started""},{""time"":23782,""label"":""tour_next"",""step"":2},{""time"":30627,""label"":""tour_end"",""step"":2},{""time"":34575,""label"":""hovered"",""timeHovered"":1446,""week"":""2021-04-19""},{""time"":38997,""label"":""hovered"",""timeHovered"":1848,""week"":""2021-08-16""},{""time"":42360,""label"":""hovered"",""timeHovered"":2263,""week"":""2021-12-27""}]}","{""startTime"":1678938855375,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":6298,""label"":""hovered"",""timeHovered"":1015,""week"":""2022-01-03""},{""time"":7361,""label"":""hovered"",""timeHovered"":1826,""week"":""2022-01-03""},{""time"":9252,""label"":""hovered"",""timeHovered"":1751,""week"":""2022-01-03""},{""time"":12249,""label"":""hovered"",""timeHovered"":2162,""week"":""2022-01-31""}]}",1,simple,line,0,0,0,,3.2,0,4,4,6.754,1.6885,5951,15.0,1.0,1.0,1,1.0,1 +2023-03-15 23:51:41,2023-03-16 00:07:30,0,100,949,1,2023-03-16 00:07:31,R_30nK3ZILtQiymWk,41.8373,-87.8283,EN,1,15.207,2.0,,2.0,8.196,15.044,62,78,38,102.56,41.79,1,1,84.581,-2,-3,75.501,1,107.50200000000001,15.118,3,3,3,5,5,4,,31.945999999999998,3,5,5,1,1,4,"I would want to know how the data was collected, across teh country? one coast?",74.546,4,,17.476,2,7,3,4,1,5,6,26.831999999999997,6,6,3,5,7,8,8,6,,35.701,3,3,3,1,4,3,59.82899999999999,3,2.0,24.101,1,1964,Illinois,6,2,1,,3,,,14,2,1,99.865,57210674951c9b0011d3eaaa,"{""startTime"":1678939170387,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678939050468,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678938905483,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":10843,""label"":""hovered"",""timeHovered"":1413,""week"":""2021-12-20""},{""time"":14134,""label"":""tour_next"",""step"":2},{""time"":24567,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678939033636,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line,0,0,0,,2.8,0,0,0,0.0,0.0,0,15.0,1.0,0.0,1,1.0,1 +2023-03-15 23:53:32,2023-03-16 00:07:39,0,100,846,1,2023-03-16 00:07:39,R_1N34V9dFcIaMY1L,30.1569,-95.7414,EN,1,8.501,,,,,15.011,96,53,71,34.198,211.232,1,1,54.728,1,1,72.503,-1,58.523,15.110999999999999,3,3,5,2,3,2,none,30.594,4,7,3,2,2,3,The color designations did not seem right.,26.531999999999996,6,none,11.102,2,7,3,4,1,5,6,20.504,3,5,9,9,3,8,8,10,none,26.061,3,4,4,2,4,4,31.993000000000002,6,,5.01,1,1943,Texas,3,3,1,,7,,,6,3,1,170.22400000000002,5d069f2f041328001a7815be,"{""startTime"":1678939166663,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678939197838,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678938879888,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":12378,""label"":""hovered"",""timeHovered"":4162,""week"":""2021-10-11""},{""time"":19803,""label"":""hovered"",""timeHovered"":5444,""week"":""2022-01-17""},{""time"":29293,""label"":""hovered"",""timeHovered"":1414,""week"":""2022-01-17""},{""time"":31042,""label"":""hovered"",""timeHovered"":1097,""week"":""2022-01-17""},{""time"":32389,""label"":""hovered"",""timeHovered"":3213,""week"":""2022-01-10""},{""time"":35686,""label"":""hovered"",""timeHovered"":8722,""week"":""2022-01-10""},{""time"":44758,""label"":""hovered"",""timeHovered"":1082,""week"":""2021-12-27""},{""time"":49483,""label"":""tour_next"",""step"":5},{""time"":68097,""label"":""cleared_brush"",""using"":""click""},{""time"":69506,""label"":""cleared_brush"",""using"":""click""},{""time"":76920,""label"":""started_brush"",""startDate"":""2021-04-27"",""endDate"":""2021-11-01""},{""time"":80228,""label"":""tour_next"",""step"":5},{""time"":87127,""label"":""moved_brush"",""startDate"":""2021-05-12"",""endDate"":""2021-11-15""},{""time"":88542,""label"":""tour_next"",""step"":5},{""time"":106524,""label"":""cleared_brush"",""using"":""click""},{""time"":106528,""label"":""cleared_brush"",""using"":""Escape""},{""time"":108772,""label"":""tour_next"",""step"":5},{""time"":121794,""label"":""tour_end"",""step"":5},{""time"":137627,""label"":""hovered"",""timeHovered"":1035,""week"":""2021-10-18""},{""time"":140124,""label"":""hovered"",""timeHovered"":17643,""week"":""2021-10-25""},{""time"":162027,""label"":""started_brush"",""startDate"":""2021-04-16"",""endDate"":""2021-07-07""},{""time"":166725,""label"":""hovered"",""timeHovered"":2112,""week"":""2021-06-28""},{""time"":168920,""label"":""hovered"",""timeHovered"":1793,""week"":""2021-06-28""},{""time"":173360,""label"":""hovered"",""timeHovered"":8365,""week"":""2021-06-28""},{""time"":181725,""label"":""hovered"",""timeHovered"":1847,""week"":""2021-06-28""},{""time"":186337,""label"":""hovered"",""timeHovered"":6341,""week"":""2021-06-28""},{""time"":192686,""label"":""hovered"",""timeHovered"":6116,""week"":""2021-06-28""},{""time"":198805,""label"":""hovered"",""timeHovered"":4683,""week"":""2021-06-28""}]}","{""startTime"":1678939150983,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":12526,""label"":""hovered"",""timeHovered"":2447,""week"":""2021-11-29""}]}",0,complex,line,0,0,0,,3.5,0,1,1,2.447,2.447,0,15.0,1.0,1.0,0,0.0,3 +2023-03-15 23:47:55,2023-03-16 00:09:48,0,100,1312,1,2023-03-16 00:09:48,R_2EBnFEnYHHL45H1,36.1724,-115.0677,EN,1,6.647,,,,,15.009,100,100,0,32.268,314.06,-1,1,43.766999999999996,1,-3,378.534,1,166.622,15.115,3,6,4,4,6,4,,28.074,5,5,6,3,4,5,It seems to be accurate. Nothing about it seemed false. ,50.156000000000006,1,,12.568,2,7,3,4,1,5,6,31.24,1,1,1,4,4,6,9,7,,29.18,5,4,5,1,4,5,32.135999999999996,1,,11.388,2,1982,Nevada,6,2,1,,3,,,5,2,1,74.902,5e9272473f920e5b0caf8279,"{""startTime"":1678939060948,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678939091199,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678938563337,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":11069,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2819,""week"":""51"",""id"":""chart""},{""time"":13971,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1417,""week"":""52"",""id"":""chart""},{""time"":15455,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1168,""week"":""1"",""id"":""chart""},{""time"":19262,""label"":""tour_next"",""step"":5},{""time"":33000,""label"":""started_brush"",""startDate"":""2021-04-12"",""endDate"":""2021-08-11""},{""time"":35087,""label"":""tour_next"",""step"":5},{""label"":""window_blurred"",""time"":36793},{""label"":""window_focused"",""time"":191893},{""time"":199399,""label"":""moved_brush"",""startDate"":""2021-06-24"",""endDate"":""2021-08-11""},{""time"":200206,""label"":""tour_next"",""step"":5},{""time"":212626,""label"":""cleared_brush"",""using"":""Click""},{""time"":212626,""label"":""cleared_brush"",""using"":""Escape""},{""time"":214573,""label"":""tour_next"",""step"":5},{""time"":220125,""label"":""tour_end"",""step"":5},{""time"":302248,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1487,""week"":""5"",""id"":""chart""}]}","{""startTime"":1678939045166,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,bar,0,0,0,,4.0,0,0,0,0.0,0.0,0,15.0,0.5,0.5,1,1.0,3 +2023-03-15 23:59:46,2023-03-16 00:19:00,0,100,1153,1,2023-03-16 00:19:00,R_1FyLNFVi0XGTXMU,33.7485,-84.3871,EN,1,28.901999999999997,,,,,15.032,100,100,60,23.368000000000002,54.688,-2,-3,95.566,1,-3,191.047,-2,100.54,15.179,3,3,3,6,1,3,,94.065,3,6,3,1,1,3,I have no idea how valid this data is,36.284,5,I have nothing further to add here,41.211000000000006,2,7,3,4,1,5,6,44.055,6,8,10,10,3,7,10,10,,39.983000000000004,3,5,5,1,5,4,78.078,6,,22.717,1,1947,Georgia,4,1,1,,7,,,5,4,1,181.16299999999998,5c2414b8101408000140617a,"{""startTime"":1678939533039,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":9770,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1046,""week"":""41"",""id"":""chart""}]}","{""startTime"":1678939628285,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678939268958,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":80,""label"":""tour_started""},{""time"":29355,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2705,""week"":""37"",""id"":""chart""},{""time"":33593,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2029,""week"":""3"",""id"":""chart""},{""time"":39312,""label"":""tour_next"",""step"":2},{""time"":48082,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678939516759,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,bar,0,0,0,,3.8,0,0,0,0.0,0.0,0,15.0,0.0,0.5,0,0.5,2 +2023-03-16 00:01:21,2023-03-16 00:24:48,0,100,1406,1,2023-03-16 00:24:49,R_3elgJV0QMPHZsJz,29.4227,-98.4927,EN,1,5.635,1.0,3.0,1.0,27.656999999999996,15.113,100,71,26,74.189,209.94799999999998,-2,-3,207.085,-3,-3,115.632,1,139.094,15.11,6,6,6,6,6,6,,100.537,6,6,5,3,3,6,I trust the CDC since it is the foremost authority on COVID. ,68.868,4,,18.937,2,7,3,4,1,5,6,32.436,2,3,7,6,6,3,9,9,,67.09100000000001,3,3,3,2,4,3,66.98100000000001,2,1.0,12.405999999999999,1,1960,Texas,7,3,1,,7,,,17,3,1,157.703,5e3581ed0082f15283413024,"{""startTime"":1678939783081,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":6543,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1813,""week"":""51"",""id"":""chart""},{""time"":68692,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":23101,""week"":""48"",""id"":""chart""},{""time"":91897,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5410,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678939884224,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":13196,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5027,""week"":""51"",""id"":""chart""}]}","{""startTime"":1678939417513,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":24,""label"":""tour_started""},{""time"":12979,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":32305,""week"":""1"",""id"":""chart""},{""time"":49545,""label"":""tour_next"",""step"":5},{""label"":""window_blurred"",""time"":97587},{""label"":""window_focused"",""time"":104512},{""time"":128208,""label"":""cleared_brush"",""using"":""Click""},{""time"":135148,""label"":""started_brush"",""startDate"":""2021-07-25"",""endDate"":""2021-10-04""},{""time"":138970,""label"":""tour_next"",""step"":5},{""time"":158331,""label"":""moved_brush"",""startDate"":""2021-07-07"",""endDate"":""2021-07-25""},{""time"":159369,""label"":""tour_next"",""step"":5},{""time"":174479,""label"":""cleared_brush"",""using"":""Click""},{""time"":174479,""label"":""cleared_brush"",""using"":""Escape""},{""time"":179601,""label"":""cleared_brush"",""using"":""Click""},{""time"":179601,""label"":""cleared_brush"",""using"":""Escape""},{""time"":180922,""label"":""tour_next"",""step"":5},{""time"":193417,""label"":""cleared_brush"",""using"":""Click""},{""time"":193417,""label"":""cleared_brush"",""using"":""Escape""},{""time"":198705,""label"":""tour_end"",""step"":5},{""time"":203827,""label"":""started_brush"",""startDate"":""2021-09-17"",""endDate"":""2021-09-29""}]}","{""startTime"":1678939767467,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar,0,0,0,,3.0,0,0,0,0.0,0.0,0,15.0,0.0,0.0,1,1.0,3 +2023-03-15 23:40:24,2023-03-16 00:38:55,0,100,3510,1,2023-03-16 00:38:55,R_1M4iqM1InHMWpZ6,39.0469,-77.4903,EN,1,14.288,1.0,3.0,2.0,14.786,15.008,100,100,100,47.067,44.843999999999994,1,-2,112.79700000000001,-2,1,994.096,1,94.956,15.107000000000001,6,6,6,6,6,6,,31.334,6,5,6,6,5,6,the graph is well armed and looks like real data,35.982,5,,13.09,2,7,3,4,1,5,6,38.652,9,9,11,11,10,9,11,11,,22.294,4,4,5,1,5,4,18.183,7,3.0,80.237,1,1963,Massachusetts,7,3,1,,7,,,8,2,1,89.175,64050cfd151bc9945fd3eac9,"{""startTime"":1678941024943,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":5437},{""label"":""window_focused"",""time"":6746},{""label"":""window_blurred"",""time"":12205},{""label"":""window_focused"",""time"":26427}]}","{""startTime"":1678939191366,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":470203},{""label"":""window_focused"",""time"":473354},{""label"":""window_blurred"",""time"":490266},{""label"":""window_focused"",""time"":1792547}]}",,"{""startTime"":1678939175247,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":2251,""label"":""hovered"",""timeHovered"":1860,""week"":""2022-01-10""},{""time"":9157,""label"":""hovered"",""timeHovered"":1002,""week"":""2022-01-17""},{""time"":10783,""label"":""hovered"",""timeHovered"":1056,""week"":""2022-01-17""},{""time"":11840,""label"":""hovered"",""timeHovered"":1393,""week"":""2022-01-17""}]}",1,moderate,line,0,0,0,,3.8,0,4,4,5.311,1.32775,9589,15.0,0.5,0.5,1,0.5,2 +2023-03-15 23:12:36,2023-03-16 00:44:47,0,100,5531,1,2023-03-16 00:44:48,R_1IxUXsQQje1Zm4L,42.4178,-71.1134,EN,1,950.169,,,,,16.625,63,60,50,352.723,14.43,1,1,36.797,-3,1,74.406,1,32.004,15.110999999999999,5,4,5,3,5,4,,22.666,3,2,3,1,1,4,I trust the source to a degree. I do not really know it well,19.160999999999998,1,,5.3020000000000005,2,7,3,4,1,5,6,10.960999999999999,6,6,8,8,8,7,9,10,,15.888,2,3,3,4,3,3,33.889,3,,31.796999999999997,2,1979,Massachusetts,6,2,1,,3,,,12,3,1,78.661,55b1add5fdf99b6731f04c5a,"{""startTime"":1678941558292,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678941581744,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678941451944,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":9121,""label"":""tour_next"",""step"":2},{""time"":11272,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678941542512,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":5127},{""label"":""window_focused"",""time"":12291}]}",0,moderate,line,0,0,0,,3.0,0,0,0,0.0,0.0,0,5.127000000000001,1.0,0.5,1,0.5,2 +2023-03-16 00:44:14,2023-03-16 00:55:01,0,100,646,1,2023-03-16 00:55:01,R_12RTgfiOZkVAaU1,33.7485,-84.3871,EN,1,11.005999999999998,1.0,3.0,2.0,43.446999999999996,15.009,100,100,82,9.298,9.19,-3,1,88.721,-3,-3,154.999,1,67.048,15.009,6,6,6,6,6,6,,7.834,6,6,6,6,6,6,It gives me a lot of confidence because the source is attached,28.671999999999997,7,,5.027,2,7,3,4,1,5,6,20.499000000000002,10,10,10,10,10,10,10,10,,23.531,3,1,5,1,3,1,20.820999999999998,6,2.0,41.181999999999995,1,1945,Wisconsin,7,3,1,,7,,,8,2,2,40.57,6100372e3a116cb5cb36ebea,"{""startTime"":1678942174939,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":1046,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1355,""week"":""2"",""id"":""chart""}]}","{""startTime"":1678942134462,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":4141},{""label"":""window_focused"",""time"":5895}]}","{""startTime"":1678941951888,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":22,""label"":""tour_started""},{""time"":4020,""label"":""tour_next"",""step"":2},{""time"":6099,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678942118124,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar,0,0,0,,2.3,0,0,0,0.0,0.0,0,15.0,0.5,0.0,1,0.0,2 +2023-03-16 00:55:54,2023-03-16 01:03:09,0,100,435,1,2023-03-16 01:03:10,R_ue2uKkWldX42tmF,41.871,-87.6289,EN,1,23.134,,,,,15.11,100,100,87,30.771,5.787000000000001,-3,1,29.002,-3,-3,33.09,1,82.396,15.017999999999999,6,6,6,5,5,6,,9.554,5,5,6,6,6,6,I don't see anything suspicious in the data,26.741999999999997,3,,4.205,2,7,3,4,1,5,6,20.959,10,11,11,11,11,11,11,11,,16.625999999999998,4,4,5,1,4,4,19.595,4,,17.292,2,1973,Kansas,7,3,1,,7,,,8,1,2,39.223,60e2577f8c52db9d1fb5ffac,"{""startTime"":1678942762231,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":4302},{""label"":""window_focused"",""time"":5930}]}","{""startTime"":1678942772557,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678942709680,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":26,""label"":""tour_started""},{""time"":1845,""label"":""tour_next"",""step"":2},{""time"":3421,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678942745968,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,bar,0,0,0,,3.7,0,0,0,0.0,0.0,0,15.0,0.5,0.0,1,0.5,1 +2023-03-16 01:03:49,2023-03-16 01:12:08,0,100,498,1,2023-03-16 01:12:08,R_2wS81jTO311KP2e,32.8137,-96.8704,EN,1,5.218999999999999,,,,,15.317,100,100,100,88.417,47.301,-3,1,17.331,-3,-3,62.855,1,19.687,15.009,6,6,6,6,6,6,,10.422,6,6,6,6,6,6,I have reviewed the source and I see that the study carried out seems legitimate,46.708,4,,4.196000000000001,2,7,3,4,1,5,6,17.03,9,9,10,10,11,10,10,10,,17.403,4,5,5,2,4,5,20.875,6,,19.674,2,1982,Maryland,7,3,1,,7,,,8,2,2,52.155,60cd717e463162435e3b7d46,"{""startTime"":1678943237264,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":3811},{""label"":""window_focused"",""time"":5309}]}","{""startTime"":1678943248662,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678943151676,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":29,""label"":""tour_started""},{""time"":3650,""label"":""tour_next"",""step"":5},{""time"":7285,""label"":""cleared_brush"",""using"":""Click""},{""time"":9646,""label"":""cleared_brush"",""using"":""Click""},{""time"":10276,""label"":""cleared_brush"",""using"":""Click""},{""time"":11563,""label"":""cleared_brush"",""using"":""Click""},{""time"":13067,""label"":""cleared_brush"",""using"":""Click""},{""time"":13782,""label"":""cleared_brush"",""using"":""Click""},{""time"":14724,""label"":""cleared_brush"",""using"":""Click""},{""time"":16742,""label"":""cleared_brush"",""using"":""Click""},{""time"":19446,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-09-01""},{""time"":21071,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-09-15""},{""time"":23719,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-09-15""},{""time"":26862,""label"":""cleared_brush"",""using"":""Click""},{""time"":27749,""label"":""cleared_brush"",""using"":""Click""},{""time"":29702,""label"":""started_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-09-11""},{""time"":31202,""label"":""tour_next"",""step"":5},{""time"":37233,""label"":""moved_brush"",""startDate"":""2021-08-31"",""endDate"":""2022-02-07""},{""time"":38505,""label"":""tour_next"",""step"":5},{""time"":41412,""label"":""cleared_brush"",""using"":""Click""},{""time"":42505,""label"":""tour_next"",""step"":5},{""time"":44147,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678943220667,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":3606,""label"":""started_brush"",""startDate"":""2021-09-30"",""endDate"":""2021-12-03""}]}",0,complex,bar,0,0,0,,4.2,1,1,0,0.0,0.0,0,15.0,0.5,0.0,1,1.0,3 diff --git a/study_data/full_Study/data_clean_june30.csv b/study_data/full_Study/data_clean_june30.csv index df8ca8c..c2f7a61 100644 --- a/study_data/full_Study/data_clean_june30.csv +++ b/study_data/full_Study/data_clean_june30.csv @@ -1,550 +1,550 @@ -StartDate,EndDate,Status,Progress,Duration (in seconds),Finished,RecordedDate,ResponseId,LocationLatitude,LocationLongitude,UserLanguage,Consent Form,consent-time_Page Submit,covid-vaccine,covid-vaccine-doses,covid-infection,covid-time_Page Submit,intro-vis-time_Page Submit,affect-science_1,affect-clarity_1,affect-aesthetic_1,initial-time_Page Submit,tour-time_Page Submit,simple-vlat-1,simple-vlat-2,simple-vlat-time_Page Submit,moderate-vlat-1,moderate-vlat-2,moderate-vlat-time_Page Submit,complex-vlat-1,complex-vlat-time_Page Submit,explore-time_Page Submit,data-trust_1,data-trust_2,data-trust_3,data-trust_4,data-trust_5,data-trust_6,data-trust-exp,data-trust-time_Page Submit,vis-trust_1,vis-trust_2,vis-trust_3,vis-trust_4,vis-trust_5,vis-trust_6,vis-trust-exp,vis-trust-time_Page Submit,interpersonal-trust_1,interper-trust-exp,interper-trust-time_Page Submit,attention-check_1,attention-check_2,attention-check_3,attention-check_4,attention-check_5,attention-check_6,attention-check_7,attention-check-time_Page Submit,trust-in-science_1,trust-in-science_2,trust-in-science_3,trust-in-science_4,trust-in-science_5,trust-in-science_6,trust-in-science_7,trust-in-science_8,trust-science-exp,trust-science-time_Page Submit,cognition_1,cognition_2,cognition_3,cognition_4,cognition_5,cognition_6,need-cognition-time_Page Submit,political_views,covid_information,politics_time_Page Submit,Gender,Age,State_1,Education,Parents_education,Language,Language_4_TEXT,Ethnicity,Ethnicity_8_TEXT,Ethnicity_9_TEXT,Income,Religion,Interview,Interview_1_TEXT,demographics_time_Page Submit,PROLIFIC_PID,provenance-data,provenance-vis,provenance-tour,provenance-explore,isCovidData,complexity,chartType,affective_tags,cognitive_tags,individual_characteristics,tag_valence,need_for_cognition,brushed,explore_interactions,hover_interactions,total_hover_time,avg_hover_time,explore_time,explore_active_time,vlat_simple,vlat_moderate,vlat_complex,assigned_vlat,ordinal_complexity -2023-03-12 20:55:26,2023-03-12 20:59:13,0,100,227,1,2023-03-12 20:59:14,R_8rmBCqRevUJbRip,43.6859,-79.3974,EN,1,4.591,,,,,15.01,80,45,88,10.534,6.225,-1,-3,8.181,1,-2,9.187,-3,6.497,52.499,4,1,2,5,3,2,,13.606,2,2,3,3,1,6,It seems scientific,7.176,1,,5.635,2,7,3,4,1,5,6,8.669,2,2,2,3,3,2,3,3,,7.555,3,2,4,2,3,1,6.738,2,,2.475,2,1984,Massachusetts,1,3,1,,2,,,1,1,2,,25.414,,"{""startTime"":1678669055627,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678669031416,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678668963081,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":1865,""label"":""tour_next"",""step"":2},{""time"":4413,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678668978467,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":4579,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2291,""week"":""52"",""id"":""chart""},{""time"":8641,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3695,""week"":""52"",""id"":""chart2""},{""time"":22625,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1312,""week"":""1"",""id"":""chart""}]}",0,simple,bar,1,0,0,Positive,2.5,0,3,3,7.298,2.4326666666666665,18046,15,0,0.5,0,0,1 -2023-03-12 22:55:27,2023-03-12 23:03:56,0,100,508,1,2023-03-12 23:03:56,R_24CbqjyCefqjEDT,39.2124,-76.8776,EN,1,11.717,1,4,2,4.822,15.007,100,100,50,17.347,28.831,-3,1,66.381,-3,-3,74.179,-3,48.377,15.01,7,7,7,7,7,7,,11.581,7,7,7,7,5,7,"The visualization is showing me the rate of cases as opposed to absolute numbers, which indicates it is trying to communicate useful information to me.",43.449,5,,8.503,2,7,3,4,1,5,6,15.853,5,6,1,5,7,3,10,9,,17.493,3,4,4,3,4,3,20.905,1,3,14.332,2,1999,Maryland,6,3,1,,7,,,17,4,1,emilyconn9@gmail.com,52.461,5ec4a0fffe991f37f61b356e,"{""startTime"":1678676376070,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678676313498,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678676193499,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":38,""label"":""tour_started""},{""time"":7057,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3016,""week"":""52"",""id"":""chart""},{""time"":14340,""label"":""tour_next"",""step"":2},{""time"":17421,""label"":""tour_end"",""step"":2},{""time"":23728,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2118,""week"":""23"",""id"":""chart""}]}","{""startTime"":1678676297785,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":4607,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1030,""week"":""51"",""id"":""chart""},{""time"":6973,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2597,""week"":""50"",""id"":""chart""},{""time"":9726,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1129,""week"":""51"",""id"":""chart""},{""time"":10877,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2076,""week"":""52"",""id"":""chart""}]}",1,moderate,bar,0,1,0,Positive,3.5,0,4,4,6.832,1.708,6270,15,0.5,0,0,0,2 -2023-03-12 22:52:45,2023-03-12 23:05:28,0,100,762,1,2023-03-12 23:05:29,R_1kZDJESNJtHyIqs,36.0557,-94.1567,EN,1,13.057,1,2,1,6.33,15.109,63,34,57,27.854,64.286,1,1,64.76,-3,-1,56.822,1,82.57,15.136,3,3,5,4,7,5,,30.455,3,4,4,1,1,6,"In this context, I feel no reason for distrusting it. No clear dishonest motive.",60.189,4,,9.629,2,7,3,4,1,5,6,16.473,1,3,5,5,2,1,11,11,,50.021,4,4,5,1,4,5,26.75,2,1,10.986,1,1999,Arkansas,3,3,1,,2,,,8,4,1,juminlee6@gmail.com,60.204,63127274665ebf35cb1a9571,"{""startTime"":1678676392060,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678676305907,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678676142593,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":11598,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3328,""week"":""51"",""id"":""chart""},{""time"":15913,""label"":""tour_next"",""step"":5},{""time"":24156,""label"":""started_brush"",""startDate"":""2021-08-09"",""endDate"":""2022-01-08""},{""time"":29291,""label"":""cleared_brush"",""using"":""Click""},{""time"":30981,""label"":""cleared_brush"",""using"":""Click""},{""time"":31404,""label"":""cleared_brush"",""using"":""Click""},{""time"":33342,""label"":""cleared_brush"",""using"":""Click""},{""time"":33971,""label"":""tour_next"",""step"":5},{""time"":38675,""label"":""cleared_brush"",""using"":""Click""},{""time"":42197,""label"":""moved_brush"",""startDate"":""2021-04-15"",""endDate"":""2021-06-22""},{""time"":44732,""label"":""moved_brush"",""startDate"":""2021-04-17"",""endDate"":""2021-06-24""},{""time"":45817,""label"":""tour_next"",""step"":5},{""time"":53331,""label"":""moved_brush"",""startDate"":""2021-04-17"",""endDate"":""2021-06-10""},{""time"":53611,""label"":""moved_brush"",""startDate"":""2021-04-17"",""endDate"":""2021-06-10""},{""time"":55819,""label"":""cleared_brush"",""using"":""Click""},{""time"":57026,""label"":""tour_next"",""step"":5},{""time"":60796,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678676290236,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":10308,""label"":""started_brush"",""startDate"":""2021-09-06"",""endDate"":""2022-02-07""},{""time"":11952,""label"":""moved_brush"",""startDate"":""2021-09-06"",""endDate"":""2022-02-07""}]}",1,complex,bar,1,0,0,Positive,3.8,1,2,0,0,0,1644,15,1,0,1,1,3 -2023-03-12 22:49:06,2023-03-12 23:08:06,0,100,1139,1,2023-03-12 23:08:07,R_3Hnsy0bnh9pW97e,38.6326,-77.2661,EN,1,34.236,,,,,15.009,96,95,41,55.962,80.644,1,1,87.532,1,-2,91.578,-2,109.125,15.016,4,5,4,6,6,4,N/A,60.221,6,6,4,2,1,4,"You can use data and visualizations to sway others in many different ways. While I have no proof, there could be information unaccounted for, or the information recorded could have been calculated incorrectly.",156.198,3,N/A,18.243,2,7,3,4,1,5,6,31.31,1,7,7,4,1,2,9,5,N/A,57.366,3,4,4,3,4,3,58.65,3,,19.632,2,2002,Virginia,3,1,1,,8,Woodbridge,,16,4,2,,146.498,60f1bdd684969df9641e994b,"{""startTime"":1678676264286,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678676047616,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":1296,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7336,""week"":""52"",""id"":""chart2""}]}","{""startTime"":1678675863205,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":11682,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3275,""week"":""15"",""id"":""chart""},{""time"":17550,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1607,""week"":""1"",""id"":""chart""},{""time"":19174,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5051,""week"":""52"",""id"":""chart""},{""time"":32202,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":14309,""week"":""52"",""id"":""chart""},{""time"":47517,""label"":""tour_next"",""step"":2},{""time"":52846,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7276,""week"":""52"",""id"":""chart2""},{""time"":61356,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3059,""week"":""52"",""id"":""chart2""},{""time"":72663,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678676032212,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,bar,0,2,0,Neutral,3.5,0,0,0,0,0,0,15,1,0.5,0,1,1 -2023-03-12 23:02:01,2023-03-12 23:14:33,0,100,751,1,2023-03-12 23:14:34,R_31jGH7YiQuZev6v,29.4227,-98.4927,EN,1,5.923,1,4,2,13.342,15.106,100,100,50,25.39,162.164,1,1,50.001,1,-3,55.925,1,39.833,15.107,7,7,7,7,7,7,,18.861,7,7,6,6,4,7,It shows it in an organized manner,12.78,3,,15.892,2,7,3,4,1,5,6,25.301,1,1,1,1,1,1,11,10,,17.801,4,4,4,3,3,3,43.298,1,2,17.526,1,1993,Texas,3,3,1,,9,,Black and Mexican,3,4,1,lildj5000@gmail.com,158.024,63129dd30887fb3d46640f2b,"{""startTime"":1678676873713,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678676826351,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678676596658,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":5662,""label"":""tour_next"",""step"":2},{""time"":6344,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2117,""week"":""50"",""id"":""chart2""},{""time"":160158,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678676810353,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":3858,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1467,""week"":""52"",""id"":""chart""},{""time"":5338,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2853,""week"":""52"",""id"":""chart2""}]}",1,simple,bar,0,1,0,Positive,3.5,0,2,2,4.32,2.16,1480,15,1,0.5,1,1,1 -2023-03-12 23:04:47,2023-03-12 23:15:00,0,100,612,1,2023-03-12 23:15:01,R_3eldnrMSyXSZgDz,33.5173,-117.1208,EN,1,40.403,,,,,15.015,22,15,15,11.652,24.996,1,1,40.467,1,-1,82.022,1,39.953,15.109,4,2,4,2,6,4,"I think count and rate seem different, so I don't understand why both terms are used.Also it's visually confusing with the stacking as it's not clear if the orange bar goes all the way down ",123.751,2,1,1,2,1,4,"I have no domain knowledge to say whether it makes sense or not.,And I find the stacked format really confusing and pointless",34.182,5,,10.646,2,7,3,4,1,5,6,14.521,4,5,2,8,7,7,10,10,,15.507,4,4,4,2,3,4,21.821,1,,17.384,2,1980,California,6,1,1,,7,,,17,4,1,lotster@gmail.com,54.502,5a49d6a06d85f80001c25bc4,"{""startTime"":1678676948655,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678676893874,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678676769598,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":6929,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6916,""week"":""52"",""id"":""chart""},{""time"":14911,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2517,""week"":""19"",""id"":""chart""},{""time"":19392,""label"":""tour_next"",""step"":2},{""time"":22592,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678676878178,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,bar,0,2,0,Negative,3.5,0,0,0,0,0,0,15,1,0.5,1,0.5,2 -2023-03-12 23:07:40,2023-03-12 23:17:14,0,100,573,1,2023-03-12 23:17:14,R_1rPvaQfO3zfCdsf,47.6631,-122.3029,EN,1,47.262,,,,,15.109,85,84,35,17.795,25.863,1,1,41.554,-3,-3,84.941,1,71.197,15.011,5,4,6,6,6,6,,21.342,5,6,4,2,2,5,"Well it doesn't include a source to verify its statistics, but other than that, it appears to be trustworthy. I'm not really sure, as I am not an expert in insect troubles or fungi troubles in Croatia of all places.",51.215,5,,10.407,2,7,3,4,1,5,6,18.595,2,5,2,4,4,6,10,10,,27.021,5,4,5,2,5,4,27.751,2,,5.631,1,1998,Washington,3,1,1,,7,,,4,3,2,,38.201,610333282a90d4b77609c5f8,"{""startTime"":1678677035221,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678677057088,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678676950797,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":23,""label"":""tour_started""},{""time"":5657,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1550,""week"":""52"",""id"":""chart""},{""time"":11841,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1033,""week"":""52"",""id"":""chart""},{""time"":13514,""label"":""tour_next"",""step"":2},{""time"":19159,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1216,""week"":""52"",""id"":""chart2""},{""time"":21918,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678677019758,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":2143},{""label"":""window_focused"",""time"":11167}]}",0,simple,bar,1,0,0,Neutral,4.2,0,0,0,0,0,0,2.143,1,0,1,1,1 -2023-03-12 23:09:51,2023-03-12 23:20:45,0,100,654,1,2023-03-12 23:20:46,R_3pi2kNkyG6wUhE5,33.4734,-82.0111,EN,1,10.457,1,3,1,7.672,15.111,70,44,72,16.703,69.442,1,1,52.804,-3,-3,52.903,1,34.935,16.224,4,4,5,5,5,5,,26.515,5,4,5,3,4,4,I don't know if the data is verifiable. ,16.746,4,,18.1,2,7,3,4,1,5,6,23.434,2,5,7,4,3,6,10,9,,29.865,4,4,3,2,2,4,35.435,5,4,16.829,1,1997,Georgia,6,3,1,,7,,,12,3,1,,62.971,5c17294778ee390001ab19e5,"{""startTime"":1678677319057,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678677176107,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_focused"",""time"":103425}]}","{""startTime"":1678677052421,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":21,""label"":""tour_started""},{""time"":6301,""label"":""tour_next"",""step"":5},{""time"":18481,""label"":""cleared_brush"",""using"":""Click""},{""time"":19888,""label"":""tour_back"",""step"":5},{""time"":29121,""label"":""tour_next"",""step"":5},{""time"":39529,""label"":""cleared_brush"",""using"":""Click""},{""time"":48054,""label"":""started_brush"",""startDate"":""2021-04-14"",""endDate"":""2021-06-25""},{""time"":49400,""label"":""tour_next"",""step"":5},{""time"":59094,""label"":""moved_brush"",""startDate"":""2021-07-30"",""endDate"":""2021-10-10""},{""time"":60233,""label"":""tour_next"",""step"":5},{""time"":63468,""label"":""cleared_brush"",""using"":""Click""},{""time"":64757,""label"":""tour_next"",""step"":5},{""time"":66351,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678677157889,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":9385}]}",1,complex,bar,1,0,0,Neutral,3.2,0,0,0,0,0,0,9.385,1,0,1,1,3 -2023-03-12 23:13:51,2023-03-12 23:22:43,0,100,531,1,2023-03-12 23:22:43,R_1g7xhCUCoRYIwAy,38.8503,-104.8567,EN,1,4.89,1,3,2,12,15.107,73,79,55,16.931,22.021,1,1,35.878,-3,1,82.057,1,57.965,15.007,4,2,5,5,6,5,n/a,25.593,6,6,5,7,6,6,"Although there are no hard data associated with this, it seems like a plausible number of cases based on societal behaviors of vacc/unvacc individuals.",45.785,2,n/a,8.398,2,7,3,4,1,5,6,19.283,3,4,10,9,3,7,9,10,n/a,28.024,4,4,5,1,4,5,17.4,5,1,11.602,1,1981,Colorado,7,1,1,,7,,,14,2,1,5e11882114ae638303c715d9@email.prolific.co,74.114,5e11882114ae638303c715d9,"{""startTime"":1678677478424,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678677415910,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678677295689,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":8340,""label"":""tour_next"",""step"":2},{""time"":12829,""label"":""tour_end"",""step"":2},{""time"":18190,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1453,""week"":""1"",""id"":""chart""}]}","{""startTime"":1678677400468,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar,0,1,0,Positive,3.8,0,0,0,0,0,0,15,1,0.5,1,0.5,2 -2023-03-12 22:56:45,2023-03-12 23:22:56,0,100,1570,1,2023-03-12 23:22:56,R_vrc5DL09FLrqtGx,37.11,-76.5115,EN,1,6.218,,,,,16.172,81,0,0,162.121,527.598,-1,-1,154.547,-1,-1,11.081,-1,272.875,15.01,1,1,1,1,1,1,,25.868,1,1,1,1,1,1,I don't know how to read them and its too much,24.219,1,,11.685,2,7,3,4,1,5,6,27.144,1,1,1,1,1,1,1,1,,12.849,5,5,5,1,5,1,47.124,4,,15.865,1,1991,Virginia,3,2,1,,3,,,4,3,1,Kwanny757@gmail.com,115.691,62e6c5d05d354e1f99d612e4,"{""startTime"":1678677344631,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":4468},{""label"":""window_focused"",""time"":4679}]}","{""startTime"":1678677302465,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678676435199,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":47,""label"":""tour_started""},{""time"":5255,""label"":""tour_next"",""step"":5},{""time"":30822,""label"":""cleared_brush"",""using"":""Click""},{""time"":34356,""label"":""cleared_brush"",""using"":""Click""},{""time"":35453,""label"":""cleared_brush"",""using"":""Click""},{""time"":38244,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-08-21""},{""time"":39301,""label"":""moved_brush"",""startDate"":""2021-05-25"",""endDate"":""2021-10-10""},{""time"":42953,""label"":""moved_brush"",""startDate"":""2021-07-16"",""endDate"":""2021-12-02""},{""time"":120241,""label"":""moved_brush"",""startDate"":""2021-11-26"",""endDate"":""2021-12-02""},{""time"":128617,""label"":""tour_back"",""step"":5},{""time"":137336,""label"":""tour_next"",""step"":5},{""time"":152775,""label"":""started_brush"",""startDate"":""2021-08-01"",""endDate"":""2021-08-09""},{""time"":154177,""label"":""moved_brush"",""startDate"":""2021-08-01"",""endDate"":""2021-08-24""},{""time"":155300,""label"":""tour_next"",""step"":5},{""label"":""window_blurred"",""time"":173292},{""label"":""window_focused"",""time"":297671},{""label"":""window_blurred"",""time"":355902},{""label"":""window_focused"",""time"":372726},{""time"":379111,""label"":""started_brush"",""startDate"":""2021-07-02"",""endDate"":""2021-08-04""},{""time"":384009,""label"":""moved_brush"",""startDate"":""2021-12-23"",""endDate"":""2022-01-25""},{""time"":385811,""label"":""moved_brush"",""startDate"":""2021-05-03"",""endDate"":""2021-06-05""},{""time"":387342,""label"":""tour_next"",""step"":5},{""time"":469726,""label"":""moved_brush"",""startDate"":""2021-05-03"",""endDate"":""2021-07-04""},{""time"":472175,""label"":""started_brush"",""startDate"":""2021-07-25"",""endDate"":""2021-08-29""},{""time"":474257,""label"":""started_brush"",""startDate"":""2021-09-15"",""endDate"":""2021-10-10""},{""time"":476923,""label"":""started_brush"",""startDate"":""2021-10-19"",""endDate"":""2021-11-11""},{""time"":478237,""label"":""moved_brush"",""startDate"":""2021-10-19"",""endDate"":""2021-11-24""},{""time"":480021,""label"":""started_brush"",""startDate"":""2021-12-02"",""endDate"":""2021-12-19""},{""time"":481942,""label"":""started_brush"",""startDate"":""2022-01-03"",""endDate"":""2022-01-27""},{""time"":483790,""label"":""started_brush"",""startDate"":""2022-01-18"",""endDate"":""2022-02-06""},{""time"":486955,""label"":""started_brush"",""startDate"":""2021-04-17"",""endDate"":""2021-05-17""},{""time"":487712,""label"":""moved_brush"",""startDate"":""2021-04-17"",""endDate"":""2021-05-21""},{""time"":490876,""label"":""started_brush"",""startDate"":""2021-06-13"",""endDate"":""2021-08-03""},{""time"":492244,""label"":""moved_brush"",""startDate"":""2021-06-13"",""endDate"":""2021-11-13""},{""time"":496623,""label"":""moved_brush"",""startDate"":""2021-06-13"",""endDate"":""2021-08-27""},{""time"":549598,""label"":""cleared_brush"",""using"":""Click""},{""time"":550837,""label"":""started_brush"",""startDate"":""2021-11-20"",""endDate"":""2021-12-29""},{""time"":552785,""label"":""started_brush"",""startDate"":""2022-01-16"",""endDate"":""2022-01-29""},{""time"":555244,""label"":""tour_next"",""step"":5},{""time"":563780,""label"":""tour_end"",""step"":5},{""label"":""window_blurred"",""time"":573151},{""label"":""window_focused"",""time"":574314}]}","{""startTime"":1678677286837,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,bar,0,1,0,Negative,3.7,0,0,0,0,0,0,15,0,0,0,0,3 -2023-03-12 23:15:40,2023-03-12 23:28:09,0,100,748,1,2023-03-12 23:28:11,R_1n29yspyMQhoH9u,38.5317,-89.9988,EN,1,9.225,,,,,15.007,78,64,62,24.705,180.754,1,1,36.535,-3,-3,77.201,1,44.386,16.316,6,6,6,5,6,5,This graph's coloring is unpleasant.,30.222,6,6,5,4,4,5,"It seems scientific, though I don't like the way the data is presented.",20.549,5,Thank you for the opportunity.,20.877,2,7,3,4,1,5,6,20.716,6,6,8,7,6,7,8,8,"None, thanks :)",23.998,4,3,4,2,4,4,27.926,4,,4.862,1,1996,Illinois,6,1,1,,7,,,19,5,2,,115.448,5c7e14531c3cf8001638b5b0,"{""startTime"":1678677707067,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678677636794,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_focused"",""time"":32360}]}","{""startTime"":1678677393001,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":17,""label"":""tour_started""},{""time"":10425,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1019,""week"":""1"",""id"":""chart""},{""time"":25195,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1840,""week"":""22"",""id"":""chart""},{""time"":28875,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1139,""week"":""15"",""id"":""chart""},{""time"":31814,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1089,""week"":""15"",""id"":""chart""},{""time"":33168,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1305,""week"":""41"",""id"":""chart""},{""time"":39022,""label"":""tour_next"",""step"":5},{""time"":54060,""label"":""cleared_brush"",""using"":""Click""},{""time"":59193,""label"":""cleared_brush"",""using"":""Click""},{""time"":65386,""label"":""cleared_brush"",""using"":""Click""},{""time"":66358,""label"":""cleared_brush"",""using"":""Click""},{""time"":66844,""label"":""cleared_brush"",""using"":""Click""},{""time"":71884,""label"":""cleared_brush"",""using"":""Click""},{""time"":72982,""label"":""cleared_brush"",""using"":""Click""},{""time"":81694,""label"":""started_brush"",""startDate"":""2021-04-08"",""endDate"":""2021-05-12""},{""time"":84001,""label"":""cleared_brush"",""using"":""Click""},{""time"":88653,""label"":""cleared_brush"",""using"":""Click""},{""time"":102161,""label"":""cleared_brush"",""using"":""Click""},{""time"":104433,""label"":""tour_next"",""step"":5},{""time"":119960,""label"":""cleared_brush"",""using"":""Click""},{""time"":122527,""label"":""cleared_brush"",""using"":""Click""},{""time"":125567,""label"":""cleared_brush"",""using"":""Click""},{""time"":126755,""label"":""cleared_brush"",""using"":""Click""},{""time"":129300,""label"":""cleared_brush"",""using"":""Click""},{""time"":132120,""label"":""cleared_brush"",""using"":""Click""},{""time"":133296,""label"":""cleared_brush"",""using"":""Click""},{""time"":134622,""label"":""cleared_brush"",""using"":""Click""},{""time"":137414,""label"":""cleared_brush"",""using"":""Click""},{""time"":140485,""label"":""cleared_brush"",""using"":""Click""},{""time"":141969,""label"":""moved_brush"",""startDate"":""2021-08-10"",""endDate"":""2021-10-08""},{""time"":144257,""label"":""cleared_brush"",""using"":""Click""},{""time"":148522,""label"":""cleared_brush"",""using"":""Click""},{""time"":149283,""label"":""tour_next"",""step"":5},{""time"":154387,""label"":""cleared_brush"",""using"":""Click""},{""time"":154387,""label"":""cleared_brush"",""using"":""Escape""},{""time"":155376,""label"":""tour_next"",""step"":5},{""time"":159383,""label"":""tour_end"",""step"":5},{""time"":174528,""label"":""started_brush"",""startDate"":""2021-09-05"",""endDate"":""2022-02-07""},{""time"":175447,""label"":""cleared_brush"",""using"":""Click""},{""time"":178739,""label"":""cleared_brush"",""using"":""Click""}]}","{""startTime"":1678677618832,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":13995}]}",0,complex,bar,1,1,0,Neutral,3.5,0,0,0,0,0,0,13.995,1,0,1,1,3 -2023-03-12 23:18:41,2023-03-12 23:28:31,0,100,590,1,2023-03-12 23:28:32,R_2tMAIUb1zU7FkvP,39.7436,-86.1158,EN,1,24.998,2,,2,3.763,15.01,50,100,50,27.691,35.77,1,-3,48.906,-3,-3,75.402,-1,41.306,15.027,4,2,4,6,6,1,,45.423,2,6,4,1,1,6,"You told me to assume that I trust the data. I don't, but that's what you told me to do.",29.203,4,,8.599,2,7,3,4,1,5,6,14.586,1,1,1,1,1,1,1,1,"I don't trust scientists. I would trust science, except it is performed by humans.",39.303,1,1,2,5,1,2,19.975,6,2,14.277,2,1977,Indiana,7,3,1,,8,Indianapolis,,10,4,2,,74.298,55cb79e0fdf99b3c26ae4bca,"{""startTime"":1678677706055,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":1338},{""label"":""window_focused"",""time"":8098}]}","{""startTime"":1678677751942,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678677605058,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":17,""label"":""tour_started""},{""time"":11727,""label"":""tour_next"",""step"":2},{""time"":21333,""label"":""tour_end"",""step"":2},{""time"":26488,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1269,""week"":""1"",""id"":""chart2""},{""time"":27927,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1974,""week"":""1"",""id"":""chart""},{""time"":29963,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3538,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678677690558,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar,1,0,0,Negative,2,0,0,0,0,0,0,15,0.5,0,0,0.5,1 -2023-03-12 23:20:47,2023-03-12 23:31:34,0,100,646,1,2023-03-12 23:31:36,R_3hyC0Rwbk7iPMzb,40.8784,-82.6541,EN,1,15.408,,,,,15.009,83,82,70,17.495,35.593,-2,1,34.177,-3,-3,69.218,1,33.569,15.11,6,5,6,6,7,6,,25.118,7,7,7,7,7,7,I trust this visualization,34.505,3,,15.053,2,7,3,4,1,5,6,54.797,3,5,4,4,1,5,10,11,,18.476,4,4,4,3,4,4,39.37,4,,7.654,1,1998,Ohio,2,2,1,,7,,,4,3,1,Zemaus2014@gmail.com,153.864,63d80e0449b458dd5f8140be,"{""startTime"":1678677860351,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678677789034,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_focused"",""time"":580},{""label"":""window_blurred"",""time"":8079},{""label"":""window_focused"",""time"":20745},{""label"":""window_blurred"",""time"":22526},{""label"":""window_focused"",""time"":26007}]}","{""startTime"":1678677702874,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":7198,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1417,""week"":""48"",""id"":""chart""},{""time"":9631,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1750,""week"":""1"",""id"":""chart""},{""time"":14542,""label"":""tour_next"",""step"":2},{""time"":17698,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1050,""week"":""2"",""id"":""chart2""},{""time"":20862,""label"":""tour_end"",""step"":2},{""time"":23060,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2274,""week"":""50"",""id"":""chart2""},{""time"":29872,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1626,""week"":""32"",""id"":""chart2""}]}","{""startTime"":1678677773491,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":15157}]}",0,simple,bar,1,0,0,Positive,3.8,0,0,0,0,0,0,15.157,0.5,0,1,0.5,1 -2023-03-12 23:21:18,2023-03-12 23:33:09,0,100,710,1,2023-03-12 23:33:10,R_1QLPEXxUJgrVGxr,40.6001,-73.7497,EN,1,16.283,,,,,15.114,44,21,12,39.706,35.238,-1,-1,31.685,1,-1,78.937,-1,26.402,15.021,4,4,4,1,3,4,none,38.681,1,1,1,1,1,4,I don't know if these are actually facts or its random data.,42.693,5,none,23.891,2,7,3,4,1,5,6,26.986,5,5,8,7,7,7,8,10,none,34.75,1,3,5,2,2,3,46.701,2,,25.406,1,1979,New York,3,1,1,,8,Rockaway Park,,9,2,1,hulu9760@gmail.com,147.803,63f2e107c4d0bc684b99d2c6,"{""startTime"":1678677852171,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678677891525,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678677721221,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":31,""label"":""tour_started""},{""time"":14958,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1069,""week"":""45"",""id"":""chart""},{""time"":17465,""label"":""tour_next"",""step"":2},{""time"":23741,""label"":""tour_end"",""step"":2},{""time"":26825,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2907,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678677836494,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,bar,1,0,0,Neutral,2.7,0,0,0,0,0,0,15,0,0.5,0,0.5,2 -2023-03-12 23:24:07,2023-03-12 23:33:12,0,100,544,1,2023-03-12 23:33:13,R_1oBenWNiEBzuFqv,37.6752,-120.9465,EN,1,6.439,,,,,15.014,100,100,78,18.502,50.437,-1,1,32.37,-3,-3,55.679,1,22.401,15.02,6,5,7,5,6,6,,39.586,5,5,6,3,2,7,I don't think that there is any reason for anyone to lie about the data on the visualization. The graph seems like it has accurate information.,27.35,6,When using the interactive graph a box with information got stuck open and appeared on every page of the survey and blocked some of the information on the other graphs.,58.924,2,7,3,4,1,5,6,16.184,1,1,2,4,1,3,11,10,,19.535,3,3,5,2,5,3,28.6,1,,9.656,2,1989,California,7,2,1,,9,,Modesto,11,4,1,ccarpenter117@gmail.com,76.579,5fb54678abd965015f4ae7b7,"{""startTime"":1678678036782,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678076930,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678677913946,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":4788,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2724,""week"":""2"",""id"":""chart""},{""time"":8612,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2563,""week"":""52"",""id"":""chart""},{""time"":15497,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1490,""week"":""42"",""id"":""chart""},{""time"":17725,""label"":""tour_next"",""step"":2},{""time"":23837,""label"":""tour_end"",""step"":2},{""time"":24660,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1489,""week"":""52"",""id"":""chart""},{""time"":27960,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8942,""week"":""52"",""id"":""chart""},{""time"":37693,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1658,""week"":""51"",""id"":""chart""},{""time"":45254,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1252,""week"":""6"",""id"":""chart""}]}","{""startTime"":1678678021174,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":4315,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1159,""week"":""3"",""id"":""chart""},{""time"":5799,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8297,""week"":""2"",""id"":""chart""}]}",0,moderate,bar,1,1,0,Positive,3.5,0,2,2,9.456,4.728,1484,15,0.5,0,1,0,2 -2023-03-12 23:24:38,2023-03-12 23:34:35,0,100,597,1,2023-03-12 23:34:36,R_232a0FWkOGkpCHe,41.3944,-74.3332,EN,1,11.446,1,2,2,10.971,15.057,100,100,52,32.374,17.277,1,1,44.957,-3,-3,110.904,1,37.153,15.022,7,4,4,7,7,7,,24.923,7,7,7,6,6,7,it's from the CDC,13.055,4,,9.987,2,7,3,4,1,5,6,26.238,1,6,1,6,1,1,11,10,,29.987,2,3,3,3,1,3,55.464,2,2,19.213,1,1999,New York,3,3,1,,7,,,18,4,2,,63.531,640e11f99076926cad445e1e,"{""startTime"":1678678109673,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678135861,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678677963933,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":73,""label"":""tour_started""},{""time"":6518,""label"":""tour_next"",""step"":2},{""time"":13289,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678678093639,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":10598,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1286,""week"":""34"",""id"":""chart""}]}",1,moderate,bar,1,0,0,Positive,2.5,0,1,1,1.286,1.286,0,15,1,0,1,0,2 -2023-03-12 23:27:36,2023-03-12 23:34:43,0,100,427,1,2023-03-12 23:34:44,R_vOdpQIc9BfTck13,36.0344,-114.9705,EN,1,4.038,1,2,2,3.885,15.109,82,92,71,13.495,28.164,-3,1,68.391,1,-3,35.245,1,29.427,15.013,5,5,6,6,6,6,,20.669,5,6,6,4,5,5,"It states the source and the source should be somewhere that I trust. But then again, anyone can claim the source is from this place but not be true.",32.294,5,,6.203,2,7,3,4,1,5,6,16.968,6,7,8,9,7,6,10,10,,15.407,2,2,3,3,3,4,14.665,2,2,11.077,1,1991,Nevada,5,2,1,,7,,,6,4,2,,58.62,5e1f7b2a4c9b832b34e7c9d3,"{""startTime"":1678678217431,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678238594,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678104502,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":7260,""label"":""tour_next"",""step"":2},{""time"":13170,""label"":""tour_end"",""step"":2},{""time"":13848,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1849,""week"":""41"",""id"":""chart""},{""time"":18005,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3779,""week"":""52"",""id"":""chart""},{""time"":22990,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1110,""week"":""52"",""id"":""chart2""}]}","{""startTime"":1678678201902,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":3779,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2195,""week"":""52"",""id"":""chart2""},{""time"":13131,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1949,""week"":""52"",""id"":""chart""}]}",1,simple,bar,1,0,0,Neutral,2.8,0,2,2,4.144,2.072,9352,15,0.5,0.5,1,0.5,1 -2023-03-12 23:23:49,2023-03-12 23:34:45,0,100,655,1,2023-03-12 23:34:45,R_9N8K5fxwjCP8WUp,44.2433,-88.3564,EN,1,16.992,1,1,1,10.881,15.015,67,80,46,20.105,11.552,1,1,55.082,-3,-3,50.945,-2,139.096,15.009,5,5,5,5,5,5,,16.033,7,7,7,7,7,7,its easy to understand,13.635,4,,7.451,2,7,3,4,1,5,6,14.031,9,9,9,9,9,9,9,9,,13.819,1,1,1,4,1,1,33.123,4,2,8.839,2,1988,Wisconsin,4,2,1,,7,,,4,5,1,dmharrington37@gmail.com,59.285,5e8681d1fc96dd135df99ee6,"{""startTime"":1678678132993,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678096926,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678013117,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":35,""label"":""tour_started""},{""time"":4508,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1481,""week"":""50"",""id"":""chart""},{""time"":6746,""label"":""tour_next"",""step"":2},{""time"":9752,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678678081155,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":5054,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3108,""week"":""51"",""id"":""chart2""}]}",1,simple,bar,0,1,0,Positive,1.5,0,1,1,3.108,3.108,0,15,1,0,0,1,1 -2023-03-12 23:20:27,2023-03-12 23:34:49,0,100,861,1,2023-03-12 23:34:50,R_2E77mJLu1PZxmrB,33.6128,-117.6622,EN,1,263.171,,,,,15.008,100,100,50,27.821,51.297,1,1,36.016,-3,-3,43.852,1,42.679,15.014,4,5,5,5,6,6,,26.769,6,6,6,1,4,6,I have no reason not to believe the information presented to me,18.405,6,,8.539,2,7,3,4,1,5,6,14.383,3,6,6,5,6,7,9,9,,21.395,4,4,4,2,4,4,23.647,2,,4.752,2,1972,California,7,1,1,,7,,,13,4,1,5b894987e79bf50001e1ff95@email.prolific.co,60.592,5b894987e79bf50001e1ff95,"{""startTime"":1678678227596,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678046916,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":2811},{""label"":""window_focused"",""time"":18550}]}","{""startTime"":1678677943121,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":20,""label"":""tour_started""},{""time"":9347,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1534,""week"":""45"",""id"":""chart""},{""time"":10981,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1183,""week"":""43"",""id"":""chart""},{""time"":15155,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2518,""week"":""52"",""id"":""chart""},{""time"":18835,""label"":""tour_next"",""step"":2},{""time"":27058,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1968,""week"":""2"",""id"":""chart2""},{""time"":30309,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1299,""week"":""6"",""id"":""chart2""},{""time"":34727,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1367,""week"":""33"",""id"":""chart2""},{""time"":38060,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1734,""week"":""51"",""id"":""chart2""},{""time"":48377,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678678031338,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,bar,1,0,0,Positive,3.7,0,0,0,0,0,0,15,1,0,1,1,1 -2023-03-12 23:18:58,2023-03-12 23:35:53,0,100,1014,1,2023-03-12 23:35:53,R_12hI9VBFMasfujl,45.2377,-93.2765,EN,1,5.931,1,2,2,4.54,15.108,100,83,74,11.681,29.676,1,-3,53.221,-3,1,64.499,-3,32.543,15.006,5,4,5,7,6,7,,22.355,5,6,6,2,2,6,"The data makes sense to me, and I like that the axes are consistent. ",17.227,4,,8.593,2,7,3,4,1,5,6,338.68,3,7,9,9,6,8,11,10,,20.227,5,4,5,1,5,5,20.909,5,3,23.612,1,1991,Minnesota,6,1,1,,4,,,17,3,1,jondeyoung@outlook.com,53.622,63e081512a825f68bcfdc757,"{""startTime"":1678677742181,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678677682668,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678677583539,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":5413,""label"":""tour_next"",""step"":2},{""time"":10558,""label"":""tour_end"",""step"":2},{""time"":11288,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1204,""week"":""52"",""id"":""chart2""},{""time"":12800,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5512,""week"":""52"",""id"":""chart""},{""time"":21768,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1551,""week"":""52"",""id"":""chart2""}]}","{""startTime"":1678677667197,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":4523,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2041,""week"":""52"",""id"":""chart""}]}",1,simple,bar,0,2,0,Positive,4.2,0,1,1,2.041,2.041,0,15,0.5,0.5,0,0.5,1 -2023-03-12 23:28:32,2023-03-12 23:36:14,0,100,461,1,2023-03-12 23:36:14,R_1GTxX0GlJFNNFW0,38.581,-121.4939,EN,1,5.286,1,2,2,3.771,15.106,93,100,100,25.537,27.798,1,1,38.165,-3,-3,62.194,1,25.453,15.013,2,4,2,7,7,2,,24.313,6,7,7,1,4,7,"It said ""Assuming you trust the information"". So, assuming I trust the actual numbers, I do not feel the visualization was doing anything to try and misrepresent those numbers.",54.914,6,,6.098,2,7,3,4,1,5,6,13.487,1,1,10,10,1,6,9,10,,17.84,4,3,3,3,3,4,23.197,6,2,10.305,1,1998,California,6,3,1,,7,,,19,4,1,640e54837a907926a3ee82aa@email.prolific.co,44.805,640e54837a907926a3ee82aa,"{""startTime"":1678678362848,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678280493,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":4168},{""label"":""window_focused"",""time"":10171}]}","{""startTime"":1678678173446,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":13477,""label"":""tour_next"",""step"":2},{""time"":19000,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678678264865,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":8252},{""label"":""window_focused"",""time"":12520}]}",1,moderate,bar,1,0,0,Neutral,3.3,0,0,0,0,0,0,8.252,1,0,1,0,2 -2023-03-12 23:21:52,2023-03-12 23:37:08,0,100,915,1,2023-03-12 23:37:08,R_phC14PS2rTiRoQN,30.2627,-97.7467,EN,1,26.107,1,3,2,8.327,15.118,100,100,85,26.705,59.331,1,1,41.772,-3,-3,183.465,1,44.387,15.02,7,6,7,7,7,6,,67.716,7,6,6,4,5,6,Seems to align with scientific data in regards to the efficacy of the covid-19 vaccine. The only reason I didn't put strong agree is because I just in general try not to believe everything I see on the internet without fact-checking.,83.443,2,,17.232,2,7,3,4,1,5,6,28.249,1,1,1,1,4,1,10,8,,70.88,3,3,5,1,4,5,40.2,1,2,31.405,1,1991,Texas,6,1,1,,7,,,6,4,1,noah.k423@yahoo.com,86.823,610878f08e2b6c83ea3905da,"{""startTime"":1678678066270,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678134441,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678677807199,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":11103,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3509,""week"":""50"",""id"":""chart""},{""time"":15667,""label"":""tour_next"",""step"":2},{""time"":19110,""label"":""tour_end"",""step"":2},{""time"":22691,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2095,""week"":""52"",""id"":""chart""},{""time"":25619,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2858,""week"":""6"",""id"":""chart""},{""time"":30673,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":26157,""week"":""6"",""id"":""chart""}]}","{""startTime"":1678678050792,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar,1,0,0,Positive,3.5,0,0,0,0,0,0,15,1,0,1,0,2 -2023-03-12 23:25:56,2023-03-12 23:37:26,0,100,690,1,2023-03-12 23:37:26,R_RklXsEeQFmhn1Yt,37.3177,-122.0438,EN,1,17.646,1,3,1,7.198,15.125,79,19,66,22.839,91.94,1,-3,63.565,1,-1,91.134,1,37,15.016,5,6,6,5,4,5,,29.484,5,2,5,3,3,5,"I think it looks accurate to my knowledge, but it needs to indicate the source for me to say that I fully trust the visualization.",58.231,5,,12.898,2,7,3,4,1,5,6,25.82,6,4,8,5,9,3,10,11,,20.608,3,2,4,3,4,2,33.833,3,1,9,1,2005,California,1,3,1,,2,,,13,3,2,,86.323,63d8548b51a28912d9fba859,"{""startTime"":1678678175150,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678205355,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":11354,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1143,""week"":""51"",""id"":""chart""},{""time"":13157,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1038,""week"":""50"",""id"":""chart""}]}","{""startTime"":1678678030028,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":23,""label"":""tour_started""},{""time"":9015,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1696,""week"":""3"",""id"":""chart""},{""time"":11097,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4045,""week"":""3"",""id"":""chart""},{""time"":17478,""label"":""tour_next"",""step"":5},{""time"":25298,""label"":""cleared_brush"",""using"":""Click""},{""time"":28148,""label"":""started_brush"",""startDate"":""2021-05-30"",""endDate"":""2021-11-01""},{""time"":31045,""label"":""tour_next"",""step"":5},{""time"":34967,""label"":""moved_brush"",""startDate"":""2021-06-14"",""endDate"":""2021-11-17""},{""time"":36339,""label"":""moved_brush"",""startDate"":""2021-06-14"",""endDate"":""2021-08-26""},{""time"":37606,""label"":""tour_next"",""step"":5},{""time"":41698,""label"":""cleared_brush"",""using"":""Click""},{""time"":43648,""label"":""tour_next"",""step"":5},{""time"":48285,""label"":""tour_end"",""step"":5},{""time"":51762,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1279,""week"":""6"",""id"":""chart""},{""time"":53389,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1184,""week"":""6"",""id"":""chart""},{""time"":58930,""label"":""started_brush"",""startDate"":""2022-01-01"",""endDate"":""2022-02-07""},{""time"":65107,""label"":""cleared_brush"",""using"":""Click""},{""time"":71467,""label"":""started_brush"",""startDate"":""2021-04-06"",""endDate"":""2021-07-30""},{""time"":76015,""label"":""moved_brush"",""startDate"":""2021-04-06"",""endDate"":""2021-07-03""},{""time"":76934,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1169,""week"":""15"",""id"":""chart""},{""time"":79575,""label"":""cleared_brush"",""using"":""Click""},{""time"":86310,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1850,""week"":""1"",""id"":""chart""}]}","{""startTime"":1678678159699,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":10667,""label"":""started_brush"",""startDate"":""2021-10-28"",""endDate"":""2022-01-07""},{""time"":11908,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1184,""week"":""44"",""id"":""chart""}]}",1,complex,bar,1,0,0,Positive,3,1,2,1,1.184,1.184,1241,15,0.5,0.5,1,1,3 -2023-03-12 23:25:24,2023-03-12 23:37:30,0,100,725,1,2023-03-12 23:37:30,R_1kXN6Klz7fR2rnW,35.1499,-90.0558,EN,1,130.937,,,,,15.008,73,87,67,41.383,28.285,1,1,48.434,1,-3,58.784,1,54.101,15.109,6,2,6,2,6,6,It does not say why there were so many pests certain weeks. ,71.118,6,6,6,2,3,6,"It is clear, especially because you can see exact numbers by hovering over it, plus it is weekly data so it is easy to compare each week. ",41.127,5,,11.471,2,7,3,4,1,5,6,21.209,2,2,3,3,2,4,3,3,,26.618,4,4,4,2,4,3,33.243,5,,9.326,2,2001,Tennessee,3,1,1,,7,,,15,2,1,Ldpursuit8@gmail.com,66.245,6108bfbf2e07c5612eb90182,"{""startTime"":1678678291745,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678222825,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678119400,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":20,""label"":""tour_started""},{""time"":9797,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2677,""week"":""1"",""id"":""chart""},{""time"":13253,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1141,""week"":""51"",""id"":""chart""},{""time"":15935,""label"":""tour_next"",""step"":2},{""time"":19249,""label"":""tour_end"",""step"":2},{""time"":21420,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2265,""week"":""1"",""id"":""chart""},{""time"":23756,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1131,""week"":""2"",""id"":""chart""}]}","{""startTime"":1678678207222,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":2875,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5289,""week"":""2"",""id"":""chart""},{""time"":10273,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1076,""week"":""3"",""id"":""chart""}]}",0,moderate,bar,0,2,0,Positive,3.5,0,2,2,6.365,3.1825,7398,15,1,0.5,1,0.5,2 -2023-03-12 23:28:33,2023-03-12 23:38:19,0,100,586,1,2023-03-12 23:38:19,R_Zn6w6YOyxBWXxLP,41.8482,-87.6521,EN,1,5.28,1,4,2,4.59,15.013,98,100,99,18.84,19.414,1,-3,29.972,1,1,98.745,1,40.144,15.013,6,4,4,7,2,4,,20.116,6,2,2,2,5,2,It took me a second to realize the stacked nature of the bars makes it difficult to compare populations visually. Weeks where both populations spiked make the unvaccinated population look disproportionately higher,44.397,5,,19.332,2,7,3,4,1,5,6,24.554,2,5,2,5,4,9,10,11,,29.112,4,1,4,2,4,4,59.896,5,2,10.473,1,1993,Illinois,6,3,1,,2,,,16,2,1,615a1d9297d4e05d6df9da22@email.prolific.co,92.474,615a1d9297d4e05d6df9da22,"{""startTime"":1678678365414,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678300160,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678165756,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":10157,""label"":""tour_next"",""step"":2},{""time"":13835,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678678284785,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":5890,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6110,""week"":""1"",""id"":""chart""},{""time"":12464,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1038,""week"":""2"",""id"":""chart""}]}",1,moderate,bar,0,1,0,Negative,3.2,0,2,2,7.148,3.574,6574,15,0.5,1,1,1,2 -2023-03-12 23:28:03,2023-03-12 23:39:53,0,100,709,1,2023-03-12 23:39:54,R_1Hdi1kTkTuBg3L6,28.9108,-81.5248,EN,1,69.04,,,,,15.03,85,42,41,52.363,46.334,-2,1,45.059,-3,-3,70.94,1,36.541,15.164,4,3,4,5,5,5,What happened the week of December 27th? How does that compare to previous Decembers?,60.094,5,5,4,1,1,5,"I have no reason not to, but then I don't care enough to fact check it.",19.649,6,,8.02,2,7,3,4,1,5,6,21.056,1,3,1,2,3,1,8,8,,33.42,2,2,5,4,2,3,25.249,1,,4.554,1,1989,Florida,7,1,1,,7,,,1,3,1,steven.michael.osborne@gmail.com,80.77,63e5ffdf639ebdcf35aacb09,"{""startTime"":1678678392272,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678344402,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678231009,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":410,""label"":""tour_started""},{""time"":11426,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4840,""week"":""51"",""id"":""chart""},{""time"":18673,""label"":""tour_next"",""step"":2},{""time"":22542,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2123,""week"":""52"",""id"":""chart2""},{""time"":24700,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3115,""week"":""1"",""id"":""chart2""},{""time"":30986,""label"":""tour_end"",""step"":2},{""time"":36443,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1571,""week"":""5"",""id"":""chart2""},{""time"":39331,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1895,""week"":""52"",""id"":""chart""},{""time"":43010,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1002,""week"":""52"",""id"":""chart2""}]}","{""startTime"":1678678326559,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,bar,1,0,0,Neutral,3,0,0,0,0,0,0,15,0.5,0,1,0.5,1 -2023-03-12 23:23:18,2023-03-12 23:40:22,0,100,1023,1,2023-03-12 23:40:22,R_1kLGitbJyAuEvO8,36.3403,-86.7195,EN,1,35.377,1,3,1,4.047,15.009,92,60,72,33.836,97.665,-2,1,86.676,-3,-3,135.416,-3,189.185,15.112,7,6,7,7,6,6,,44.402,6,7,6,6,6,7,I trust it because of the data that is presented within it.,36.852,6,,6.767,2,7,3,4,1,5,6,12.5,5,7,7,7,7,8,10,9,,116.089,4,4,4,2,5,4,30.688,2,2,69.074,2,1994,Tennessee,7,3,1,,7,,,7,3,1,taylor.flutist@gmail.com,47.131,612fea78b655df755fe7db24,"{""startTime"":1678678266094,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678202510,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678677898925,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":19,""label"":""tour_started""},{""time"":11244,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1147,""week"":""51"",""id"":""chart""},{""time"":13364,""label"":""tour_next"",""step"":5},{""time"":18995,""label"":""started_brush"",""startDate"":""2021-08-09"",""endDate"":""2021-11-25""},{""time"":21202,""label"":""tour_next"",""step"":5},{""time"":24567,""label"":""moved_brush"",""startDate"":""2021-05-22"",""endDate"":""2021-09-07""},{""time"":28964,""label"":""moved_brush"",""startDate"":""2021-05-22"",""endDate"":""2021-09-07""},{""time"":30285,""label"":""moved_brush"",""startDate"":""2021-05-22"",""endDate"":""2021-11-08""},{""time"":31285,""label"":""tour_next"",""step"":5},{""time"":43171,""label"":""cleared_brush"",""using"":""Click""},{""time"":43171,""label"":""cleared_brush"",""using"":""Escape""},{""time"":44384,""label"":""tour_next"",""step"":5},{""label"":""window_blurred"",""time"":48693},{""label"":""window_focused"",""time"":63159},{""time"":65384,""label"":""tour_end"",""step"":5},{""time"":70750,""label"":""started_brush"",""startDate"":""2021-04-24"",""endDate"":""2021-05-27""},{""time"":75667,""label"":""moved_brush"",""startDate"":""2021-09-18"",""endDate"":""2021-10-22""},{""time"":77457,""label"":""moved_brush"",""startDate"":""2021-07-06"",""endDate"":""2021-08-09""},{""time"":79781,""label"":""cleared_brush"",""using"":""Click""},{""time"":81320,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1433,""week"":""50"",""id"":""chart""},{""time"":93621,""label"":""started_brush"",""startDate"":""2021-04-18"",""endDate"":""2021-05-30""},{""time"":95884,""label"":""cleared_brush"",""using"":""Click""},{""time"":95884,""label"":""cleared_brush"",""using"":""Escape""}]}","{""startTime"":1678678186793,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":8275,""label"":""started_brush"",""startDate"":""2021-10-18"",""endDate"":""2022-01-08""},{""time"":14214,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1324,""week"":""52"",""id"":""chart""}]}",1,complex,bar,1,0,0,Positive,3.8,1,2,1,1.324,1.324,5939,15,0.5,0,0,0,3 -2023-03-12 23:31:56,2023-03-12 23:40:23,0,100,507,1,2023-03-12 23:40:23,R_1Qa84VBi0xYwevQ,30.4274,-84.258,EN,1,5.043,1,1,1,5.858,15.011,100,100,69,14.641,40.672,-2,1,39.875,-3,-3,47.984,1,27.216,15.014,4,4,4,7,7,6,,38.729,5,7,5,3,4,6,It seems pretty logical... as to the timing and pattern of cases.,22.552,5,,10.324,2,7,3,4,1,5,6,20.791,5,7,6,5,9,6,9,9,,33.306,5,5,5,1,5,5,24.682,3,1,34.556,1,1985,Florida,6,3,1,,7,,,10,4,1,60f66877a0a732b6dbe3485d@email.prolific.co,55.711,60f66877a0a732b6dbe3485d,"{""startTime"":1678678465073,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678504675,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678367373,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":17,""label"":""tour_started""},{""time"":24607,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4312,""week"":""52"",""id"":""chart""},{""time"":30117,""label"":""tour_next"",""step"":2},{""time"":37059,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1315,""week"":""52"",""id"":""chart2""},{""time"":39159,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678678449639,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar,0,1,0,Positive,4.3,0,0,0,0,0,0,15,0.5,0,1,0.5,1 -2023-03-12 23:32:28,2023-03-12 23:40:41,0,100,492,1,2023-03-12 23:40:42,R_27JNXmmIg4vq0e6,40.5582,-74.5262,EN,1,16.989,,,,,15.024,58,41,46,11.393,15.551,1,1,27.306,1,-2,54.958,1,35.188,15.02,5,5,3,5,5,5,,12.371,5,4,3,5,5,5,"It looks easy to follow, but anyone can bend data.",12.691,4,,5.201,2,7,3,4,1,5,6,16.24,6,7,3,6,2,7,6,5,,11.594,3,3,4,3,4,4,11.569,2,,6.4,1,1989,New Jersey,7,2,1,,7,,,9,4,1,tmeyer2@gmail.com,122.407,601e13b872774f263d64acac,"{""startTime"":1678678575966,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678545780,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_focused"",""time"":3423}]}","{""startTime"":1678678457491,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":37,""label"":""tour_started""},{""time"":5037,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1643,""week"":""2"",""id"":""chart""},{""time"":11926,""label"":""tour_next"",""step"":2},{""time"":13508,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678678529647,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":5341}]}",0,moderate,bar,0,1,0,Neutral,3.5,0,0,0,0,0,0,5.341,1,0.5,1,0.5,2 -2023-03-12 23:28:01,2023-03-12 23:41:03,0,100,782,1,2023-03-12 23:41:04,R_3KBz2hTjMzmmyrM,33.2663,-86.902,EN,1,13.865,,,,,15.1,100,85,93,14.001,87.375,1,1,37.58,-3,-3,72.237,-2,83.602,15.093,7,6,6,7,7,7,"I've never seen such a well detailed interactive graph such as this before. I will say for such large amounts of data with many variables, the interactive slider is needed. ",50.915,6,7,7,4,1,7,"Very detailed, nicely organized with plenty of information.",15.101,4,,8.653,2,7,3,4,1,5,6,28.455,4,4,5,8,5,4,10,10,,20.721,4,5,5,1,5,5,27.389,2,,7.879,2,1999,Alabama,6,2,1,,8,Frisco City,,5,3,1,phimujessica@gmail.com,218.608,61706d258625bf685b7d6902,"{""startTime"":1678678324658,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678397249,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678135589,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":119,""label"":""tour_started""},{""time"":7721,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1400,""week"":""43"",""id"":""chart""},{""time"":17508,""label"":""tour_next"",""step"":5},{""time"":24050,""label"":""cleared_brush"",""using"":""Click""},{""time"":24815,""label"":""cleared_brush"",""using"":""Click""},{""time"":25867,""label"":""cleared_brush"",""using"":""Click""},{""time"":26809,""label"":""started_brush"",""startDate"":""2021-06-30"",""endDate"":""2021-08-28""},{""time"":28467,""label"":""tour_next"",""step"":5},{""time"":34442,""label"":""moved_brush"",""startDate"":""2021-06-30"",""endDate"":""2021-08-05""},{""time"":35425,""label"":""tour_next"",""step"":5},{""time"":39821,""label"":""moved_brush"",""startDate"":""2021-07-16"",""endDate"":""2021-08-22""},{""time"":41510,""label"":""cleared_brush"",""using"":""Click""},{""time"":41510,""label"":""cleared_brush"",""using"":""Escape""},{""time"":41872,""label"":""cleared_brush"",""using"":""Click""},{""time"":41873,""label"":""cleared_brush"",""using"":""Escape""},{""time"":52702,""label"":""tour_next"",""step"":5},{""time"":57285,""label"":""tour_end"",""step"":5},{""time"":61258,""label"":""started_brush"",""startDate"":""2021-06-10"",""endDate"":""2021-10-07""},{""time"":64858,""label"":""moved_brush"",""startDate"":""2021-06-10"",""endDate"":""2021-09-30""},{""time"":66273,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1077,""week"":""31"",""id"":""chart""},{""time"":72563,""label"":""moved_brush"",""startDate"":""2021-07-26"",""endDate"":""2021-09-30""},{""time"":74189,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":2119,""week"":""37"",""id"":""chart""},{""time"":82604,""label"":""moved_brush"",""startDate"":""2021-09-06"",""endDate"":""2021-09-30""},{""time"":84951,""label"":""moved_brush"",""startDate"":""2021-12-15"",""endDate"":""2022-01-07""}]}","{""startTime"":1678678308544,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":13093,""label"":""started_brush"",""startDate"":""2021-10-31"",""endDate"":""2022-01-01""}]}",0,complex,bar,0,1,0,Positive,4.2,1,1,0,0,0,0,15,1,0,0,0,3 -2023-03-12 23:30:03,2023-03-12 23:41:45,0,100,701,1,2023-03-12 23:41:45,R_RkoA9bzY6Kr2CmR,30.671,-87.1737,EN,1,25.964,1,3,2,19.961,15.114,100,23,87,14.844,76.784,1,1,46.731,1,-2,90.257,1,61.156,15.01,6,5,6,3,3,6,I would've much rather this be split into 2 different graphs based on vaccination rather than one graph with every single group ,61.095,3,3,3,3,3,6,I trust the makers of the graph ,33.773,4,,13.577,2,7,3,4,1,5,6,30.302,2,2,1,4,2,4,11,7,,31.615,4,1,5,2,4,2,45.634,2,1,13.158,1,2003,Florida,3,1,1,,2,,,14,3,2,,66.216,63ee7c9441abc1335d678cab,"{""startTime"":1678678444189,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678505682,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678290139,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":9899,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1378,""week"":""3"",""id"":""chart""},{""time"":14242,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7345,""week"":""52"",""id"":""chart""},{""time"":22778,""label"":""tour_next"",""step"":5},{""time"":33344,""label"":""started_brush"",""startDate"":""2021-05-17"",""endDate"":""2021-08-23""},{""time"":34139,""label"":""tour_next"",""step"":5},{""time"":37289,""label"":""moved_brush"",""startDate"":""2021-07-19"",""endDate"":""2021-10-25""},{""time"":39230,""label"":""tour_next"",""step"":5},{""time"":47296,""label"":""cleared_brush"",""using"":""Click""},{""time"":47296,""label"":""cleared_brush"",""using"":""Escape""},{""time"":48677,""label"":""tour_next"",""step"":5},{""time"":52677,""label"":""tour_end"",""step"":5},{""time"":56231,""label"":""started_brush"",""startDate"":""2021-05-02"",""endDate"":""2021-05-21""},{""time"":70167,""label"":""cleared_brush"",""using"":""Click""},{""time"":73339,""label"":""cleared_brush"",""using"":""Click""},{""time"":73339,""label"":""cleared_brush"",""using"":""Escape""}]}","{""startTime"":1678678428814,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":9607,""label"":""started_brush"",""startDate"":""2021-06-14"",""endDate"":""2021-06-19""},{""time"":11382,""label"":""cleared_brush"",""using"":""Click""},{""time"":11382,""label"":""cleared_brush"",""using"":""Escape""},{""time"":14573,""label"":""started_brush"",""startDate"":""2021-10-30"",""endDate"":""2021-12-30""}]}",1,complex,bar,1,0,0,Positive,3,1,4,0,0,0,4966,15,1,0.5,1,1,3 -2023-03-12 23:32:55,2023-03-12 23:42:46,0,100,590,1,2023-03-12 23:42:46,R_2w14QXXZXgTuYJ0,28.5378,-80.6711,EN,1,3.722,1,2,1,5.135,15.121,59,17,39,12.655,127.471,1,1,44.68,-3,-3,51.397,1,26.939,15.113,5,3,5,5,6,5,,26.887,5,5,5,3,3,5,I can't tell for sure whether this data is accurate,27.734,4,,6.567,2,7,3,4,1,5,6,27.601,4,6,4,5,2,3,10,9,,18.845,4,2,4,2,3,3,24.031,2,2,12.771,2,1995,Florida,5,2,1,,4,,,5,2,1,6109d5b1a9daba0fb4e833b9@email.prolific.co,103.515,6109d5b1a9daba0fb4e833b9,"{""startTime"":1678678596312,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":1867,""label"":""started_brush"",""startDate"":""2021-11-08"",""endDate"":""2021-12-23""},{""time"":3450,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1610,""week"":""51"",""id"":""chart""}]}","{""startTime"":1678678624458,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":5601},{""label"":""window_focused"",""time"":6918}]}","{""startTime"":1678678424980,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":13311,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":15068,""week"":""52"",""id"":""chart""},{""time"":30380,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3299,""week"":""14"",""id"":""chart""},{""time"":37251,""label"":""tour_next"",""step"":5},{""time"":67135,""label"":""started_brush"",""startDate"":""2021-05-18"",""endDate"":""2021-08-10""},{""time"":68489,""label"":""tour_next"",""step"":5},{""time"":80031,""label"":""moved_brush"",""startDate"":""2021-07-23"",""endDate"":""2021-10-15""},{""time"":81215,""label"":""tour_next"",""step"":5},{""time"":86470,""label"":""cleared_brush"",""using"":""Click""},{""time"":88749,""label"":""tour_next"",""step"":5},{""time"":101937,""label"":""tour_end"",""step"":5},{""time"":106378,""label"":""started_brush"",""startDate"":""2021-04-09"",""endDate"":""2021-05-31""},{""time"":108297,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4033,""week"":""15"",""id"":""chart""},{""time"":113569,""label"":""cleared_brush"",""using"":""Click""},{""time"":118249,""label"":""started_brush"",""startDate"":""2021-10-14"",""endDate"":""2022-01-16""},{""time"":120339,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3819,""week"":""52"",""id"":""chart""},{""time"":125683,""label"":""cleared_brush"",""using"":""Click""}]}","{""startTime"":1678678580615,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":2389,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1528,""week"":""47"",""id"":""chart""},{""time"":9621,""label"":""started_brush"",""startDate"":""2021-06-24"",""endDate"":""2021-10-01""},{""time"":10972,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2181,""week"":""33"",""id"":""chart""},{""time"":13194,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1542,""week"":""32"",""id"":""chart""}]}",1,complex,bar,0,1,0,Neutral,3,1,4,3,5.251,1.7503333333333335,10805,15,1,0,1,1,3 -2023-03-12 23:34:18,2023-03-12 23:42:49,0,100,510,1,2023-03-12 23:42:49,R_414vg6VCJrsFTKF,32.7797,-96.8022,EN,1,4.83,,,,,15.006,87,76,90,11.58,49.918,-3,1,76.333,1,-3,37.001,1,63.258,15.12,4,4,5,5,6,6,,21.688,6,6,6,2,2,6,The exact numbers when you hover over the bars makes me trust it more.,30.112,3,,7.01,2,7,3,4,1,5,6,28.376,4,5,4,6,2,3,8,9,,16.464,4,4,5,1,5,5,29.328,5,,4.174,1,2005,Texas,1,2,2,,9,,Dallas,8,2,1,pablovasquez0110@gmail.com,63.875,63f77fe7daecacc6523836d1,"{""startTime"":1678678673851,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":14184},{""label"":""window_focused"",""time"":18117}]}","{""startTime"":1678678624964,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678495431,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":19,""label"":""tour_started""},{""time"":12224,""label"":""tour_next"",""step"":5},{""time"":21022,""label"":""cleared_brush"",""using"":""Click""},{""time"":22453,""label"":""started_brush"",""startDate"":""2021-07-29"",""endDate"":""2021-08-11""},{""time"":23794,""label"":""tour_next"",""step"":5},{""time"":31225,""label"":""started_brush"",""startDate"":""2021-05-30"",""endDate"":""2021-06-20""},{""time"":35403,""label"":""started_brush"",""startDate"":""2021-08-23"",""endDate"":""2021-10-16""},{""time"":38203,""label"":""moved_brush"",""startDate"":""2021-06-29"",""endDate"":""2021-08-22""},{""time"":38929,""label"":""tour_next"",""step"":5},{""time"":43951,""label"":""cleared_brush"",""using"":""Click""},{""time"":43951,""label"":""cleared_brush"",""using"":""Escape""},{""time"":45282,""label"":""tour_next"",""step"":5},{""time"":48160,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678678609446,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":13500,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1094,""week"":""52"",""id"":""chart""}]}",0,complex,bar,0,1,0,Positive,4,0,1,1,1.094,1.094,0,15,0.5,0.5,1,1,3 -2023-03-12 23:32:46,2023-03-12 23:43:27,0,100,640,1,2023-03-12 23:43:27,R_1oAPoQyQ0zNVjPW,40.5948,-73.9715,EN,1,11.584,,,,,15.108,100,100,67,22.7,27.517,1,-2,47.078,-3,-3,59.29,1,43.591,15.006,6,1,6,6,7,6,,44.837,5,7,7,1,2,7,I see no reason to not trust the data,25.297,5,,15.5,2,7,3,4,1,5,6,18.077,3,4,6,7,6,5,10,10,,47.22,4,4,5,2,4,5,50.912,3,,10.932,1,1997,New York,6,2,3,,2,,,4,4,1,5b1a3fa488ee7400012aef74@email.prolific.co,101.834,5b1a3fa488ee7400012aef74,"{""startTime"":1678678513800,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":198,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1089,""week"":""50"",""id"":""chart""}]}","{""startTime"":1678678559154,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":27487},{""label"":""window_focused"",""time"":27605},{""label"":""window_blurred"",""time"":27619},{""label"":""window_focused"",""time"":32879}]}","{""startTime"":1678678423118,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":6135,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1134,""week"":""33"",""id"":""chart""},{""time"":11403,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2849,""week"":""52"",""id"":""chart""},{""time"":16848,""label"":""tour_next"",""step"":2},{""time"":20119,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2517,""week"":""52"",""id"":""chart2""},{""time"":25718,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678678498457,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,bar,1,0,0,Positive,4,0,0,0,0,0,0,15,0.5,0,1,0.5,1 -2023-03-12 23:37:30,2023-03-12 23:43:53,0,100,382,1,2023-03-12 23:43:54,R_3dKXJBwKmfb0AGv,35.0125,-80.9309,EN,1,2.911,,,,,15.122,56,31,75,11.565,40.81,-2,-1,34.182,-1,-1,15.356,1,61.807,15.037,4,4,4,3,3,4,n/a,24.624,4,2,4,1,1,4,I do not know the origin of this information.,12.787,4,n/a,8.098,2,7,3,4,1,5,6,17.453,6,4,6,6,6,3,8,8,n/a,20.204,4,3,4,3,3,3,26.915,3,,6.79,2,1991,South Carolina,3,2,1,,7,,,2,2,2,,35.258,5d76bf508da7af001b5fa26c,"{""startTime"":1678678805315,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678830982,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678686255,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":8548,""label"":""tour_next"",""step"":5},{""time"":17028,""label"":""cleared_brush"",""using"":""Click""},{""time"":22169,""label"":""started_brush"",""startDate"":""2021-08-18"",""endDate"":""2022-02-07""},{""time"":22868,""label"":""tour_next"",""step"":5},{""time"":29174,""label"":""moved_brush"",""startDate"":""2021-04-24"",""endDate"":""2021-10-14""},{""time"":29981,""label"":""tour_next"",""step"":5},{""time"":34824,""label"":""cleared_brush"",""using"":""Click""},{""time"":34824,""label"":""cleared_brush"",""using"":""Escape""},{""time"":36046,""label"":""tour_next"",""step"":5},{""time"":38871,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678678789754,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":5218,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2089,""week"":""51"",""id"":""chart""},{""time"":7409,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3110,""week"":""52"",""id"":""chart""}]}",0,complex,bar,1,0,0,Negative,3.3,0,2,2,5.199,2.5995,2191,15,0,0,1,1,3 -2023-03-12 23:37:10,2023-03-12 23:44:23,0,100,433,1,2023-03-12 23:44:24,R_siIPstaAZwgnGCt,40.3177,-79.7223,EN,1,2.567,1,3,2,3.564,15.12,86,100,54,9.948,16.61,-2,1,28.412,1,-3,35.955,1,16.187,16.757,7,6,1,6,6,7,,12,6,6,4,3,4,7,"To me, the data backs up the intuitive sentiment that vaccines work. I trust that these numbers are an accurate reflection of how vaccines operate in terms of coming down with COVID-19.",37.874,5,,9.969,2,7,3,4,1,5,6,14.08,2,4,3,2,5,8,10,10,,16.303,4,3,3,3,3,5,5.501,1,2,9.629,1,1992,Pennsylvania,8,1,1,,7,,,10,4,2,,79.427,60c2cc653d0c6208fc8899fc,"{""startTime"":1678678856846,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678741986,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678672459,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":3827,""label"":""tour_next"",""step"":2},{""time"":10710,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678678718282,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":13422}]}",1,simple,bar,0,1,0,Positive,3.5,0,0,0,0,0,0,13.422,0.5,0.5,1,0.5,1 -2023-03-12 23:33:17,2023-03-12 23:44:39,0,100,681,1,2023-03-12 23:44:40,R_3CVDTxRddclXABu,37.0368,-88.5934,EN,1,33.453,,,,,15.107,75,88,69,44.1,37.834,1,1,34.569,1,-3,101.765,1,93.583,15.112,4,4,4,6,6,4,Need explaination of method at least.,64.156,5,6,6,1,1,4,It's just a graph I can't trust it or not trust it.,23.378,5,,11.661,2,7,3,4,1,5,6,21.209,1,1,1,1,1,1,1,1,,19.238,2,3,2,4,4,2,18.453,7,,4.065,1,1983,Kentucky,3,3,1,,7,,,4,1,2,,69.631,5f8486766d8e7b0f17df0206,"{""startTime"":1678678715845,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678652473,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678496496,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":13117,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1327,""week"":""14"",""id"":""chart""},{""time"":17180,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1799,""week"":""6"",""id"":""chart""},{""time"":20278,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1833,""week"":""14"",""id"":""chart""},{""time"":26307,""label"":""tour_next"",""step"":2},{""time"":31472,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678678636943,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":8646,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1149,""week"":""2"",""id"":""chart""},{""time"":10765,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1051,""week"":""2"",""id"":""chart""},{""time"":12597,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1010,""week"":""2"",""id"":""chart""},{""time"":14149,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1178,""week"":""1"",""id"":""chart""}]}",0,moderate,bar,0,0,0,Neutral,2.8,0,4,4,4.388,1.097,5503,15,1,0.5,1,0.5,2 -2023-03-12 23:33:36,2023-03-12 23:46:00,0,100,743,1,2023-03-12 23:46:01,R_2P29oLSa6m40Tek,42.1921,-121.7233,EN,1,24.286,1,3,2,9.489,15.118,91,91,52,21.961,49.503,-1,1,77.359,-1,-3,103.544,1,44.353,15.016,6,5,6,5,7,6,,57.519,6,5,5,5,5,6,"The statement said ""Assuming you trust the data in this visualization"", so if the data is accurate and the graph is clear and readable, I would find it trustworthy. ",51.103,4,,10.181,2,7,3,4,1,5,6,34.143,3,3,5,3,3,3,6,6,,32.701,4,4,3,2,4,4,36.006,3,2,25.593,2,1996,Oregon,7,2,1,,7,,,8,3,2,,56.56,60fd933d5461857048f9e74c,"{""startTime"":1678678777734,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":37348},{""label"":""window_focused"",""time"":44214}]}","{""startTime"":1678678672707,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":42,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1049,""week"":""1"",""id"":""chart""},{""time"":1171,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3801,""week"":""2"",""id"":""chart""},{""time"":6776,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1064,""week"":""51"",""id"":""chart""},{""time"":11909,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2977,""week"":""49"",""id"":""chart""},{""time"":18068,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1854,""week"":""50"",""id"":""chart""},{""time"":20494,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1056,""week"":""50"",""id"":""chart""},{""time"":21594,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1138,""week"":""51"",""id"":""chart""}]}","{""startTime"":1678678503183,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":24,""label"":""tour_started""},{""time"":17520,""label"":""tour_next"",""step"":2},{""time"":21931,""label"":""tour_end"",""step"":2},{""time"":22684,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5282,""week"":""51"",""id"":""chart""},{""time"":32275,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1958,""week"":""14"",""id"":""chart""},{""time"":35668,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2670,""week"":""16"",""id"":""chart""},{""time"":40422,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1409,""week"":""21"",""id"":""chart""}]}","{""startTime"":1678678657225,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":5555,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1118,""week"":""3"",""id"":""chart""},{""time"":7622,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1201,""week"":""1"",""id"":""chart""},{""time"":8865,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4157,""week"":""52"",""id"":""chart""}]}",1,moderate,bar,0,2,0,Neutral,3.5,0,3,3,6.476,2.1586666666666665,3310,15,0.5,0,1,0,2 -2023-03-12 23:36:02,2023-03-12 23:46:18,0,100,616,1,2023-03-12 23:46:19,R_12D67AGPTV6radJ,32.7185,-97.1432,EN,1,9.166,,,,,15.111,100,100,88,24.776,30.958,1,1,75.967,-2,-3,77.362,1,36.096,15.11,5,7,1,6,7,7,,65.785,7,7,6,4,1,7,The visualization feels like it gives me very specific and clear information.,39.898,4,,6.431,2,7,3,4,1,5,6,21.094,5,3,1,5,4,5,10,9,,29.707,4,4,4,1,5,4,42.05,3,,7.62,2,1999,Texas,5,3,1,,3,,,17,3,2,,56.035,5ed5afc6e8229914710ada06,"{""startTime"":1678678822030,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":14954,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1079,""week"":""52"",""id"":""chart""},{""time"":36058,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4611,""week"":""50"",""id"":""chart""}]}","{""startTime"":1678678748451,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":54,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5870,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678678623276,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":24,""label"":""tour_started""},{""time"":13673,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1716,""week"":""45"",""id"":""chart""},{""time"":15897,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1011,""week"":""50"",""id"":""chart""},{""time"":18741,""label"":""tour_next"",""step"":2},{""time"":21666,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3011,""week"":""1"",""id"":""chart2""},{""time"":29267,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678678731429,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,bar,0,1,0,Positive,3.7,0,0,0,0,0,0,15,1,0,1,1,1 -2023-03-12 23:35:11,2023-03-12 23:46:36,0,100,684,1,2023-03-12 23:46:36,R_1dB00tHs973qg8G,39.7301,-104.9078,EN,1,6.293,1,3,1,12.623,15.116,66,31,38,16.226,31.598,-2,-3,88.663,-3,-3,80.741,-1,48.783,15.018,4,5,3,6,6,3,,32.099,6,6,4,1,2,3,I feel as though this may be influenced by companies that make vaccines. ,44.778,2,,20.015,2,7,3,4,1,5,6,28.134,1,2,1,2,2,4,7,4,,21.297,4,2,4,3,4,4,34.767,1,2,20.116,3,1983,Colorado,3,2,1,,7,,,7,4,1,lightechoesham@gmail.com,111.358,5e643d29df313c1ced363682,"{""startTime"":1678678704781,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678737424,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678576173,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":14136,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1624,""week"":""50"",""id"":""chart""},{""time"":15802,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1812,""week"":""51"",""id"":""chart""},{""time"":17711,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1757,""week"":""52"",""id"":""chart""},{""time"":21556,""label"":""tour_next"",""step"":2},{""time"":27789,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678678689334,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":10730,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1050,""week"":""25"",""id"":""chart""},{""time"":12364,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1620,""week"":""32"",""id"":""chart""}]}",1,moderate,bar,2,0,1,Negative,3.5,0,2,2,2.67,1.335,1634,15,0,0,0,0,2 -2023-03-12 23:39:16,2023-03-12 23:48:09,0,100,533,1,2023-03-12 23:48:10,R_3iW5fCIsczUrofi,47.63,-122.2972,EN,1,14.229,1,4,1,5.151,15.011,81,40,57,29.193,17.671,1,1,48.552,-3,1,40.758,1,18.101,16.61,6,6,6,5,6,4,"The subtitles of the graph are somewhat misleading, the main header for both is what clarifies that it's COVID cases, not rates of people being vaccinated, which was my initial thought. Also for the second question on the last page, I was a little unsure about my answer because the question didn't specify over what duration",106.817,5,6,3,1,4,4,"context -- it's in a qualtrics survey. if it were published in a reputable news venue, then I would trust it more",30.065,4,,5.229,2,7,3,4,1,5,6,25.204,5,6,4,6,7,6,8,10,,20.669,2,4,5,3,3,4,22.99,1,1,13.764,2,1995,Washington,7,3,1,,2,,,8,4,2,,50.378,5bcfb99d77740000016b3dbf,"{""startTime"":1678678930617,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_focused"",""time"":4292}]}","{""startTime"":1678679037537,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678829359,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":3504,""label"":""tour_next"",""step"":2},{""time"":8223,""label"":""tour_end"",""step"":2},{""time"":12197,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2366,""week"":""1"",""id"":""chart""}]}","{""startTime"":1678678896400,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":4823,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1740,""week"":""52"",""id"":""chart2""},{""label"":""window_blurred"",""time"":11285}]}",1,simple,bar,1,0,0,Neutral,3.5,0,1,1,1.74,1.74,0,11.285,1,0.5,1,1,1 -2023-03-12 23:41:50,2023-03-12 23:48:19,0,100,388,1,2023-03-12 23:48:19,R_27QJONFOvGR6dqQ,40.7263,-73.9818,EN,1,8.487,1,4,1,4.602,15.117,79,64,30,18.473,20.223,-2,1,33.019,-1,-3,61.131,-3,24.642,15.016,6,2,6,6,6,6,,17.815,3,5,5,2,6,6,The data within the visualization comes from a reputable source,25.306,5,,8.002,2,7,3,4,1,5,6,10.306,9,9,6,6,9,8,10,10,,13.093,3,4,4,2,4,4,24.845,2,1,8.103,2,1998,New York,7,3,1,,7,,,17,3,2,,49.754,610386b89cf31f6859e7df7c,"{""startTime"":1678679063107,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678679081305,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678965125,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":4713,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1141,""week"":""52"",""id"":""chart""},{""time"":6990,""label"":""tour_next"",""step"":2},{""time"":8959,""label"":""tour_end"",""step"":2},{""time"":12545,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1576,""week"":""38"",""id"":""chart""},{""time"":14529,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1391,""week"":""52"",""id"":""chart""},{""time"":16427,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1647,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678679047558,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":5081,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1073,""week"":""6"",""id"":""chart""}]}",1,moderate,bar,1,0,0,Positive,3.5,0,1,1,1.073,1.073,0,15,0.5,0,0,0,2 -2023-03-12 23:39:00,2023-03-12 23:48:20,0,100,560,1,2023-03-12 23:48:21,R_3QFORBYsb3C4f2S,33.5986,-86.3434,EN,1,10.004,,,,,15.105,77,98,50,21.268,69.411,-2,-2,43.163,1,-3,80.963,-3,67.773,15.124,5,6,5,5,6,6,,23.313,6,6,6,6,6,6,This was easy top understand and something the average person could understand.,23.801,5,,10.476,2,7,3,4,1,5,6,24.165,2,6,9,6,2,6,9,9,,22.3,4,4,5,4,4,4,19.021,5,,5.15,1,1969,Alabama,6,2,1,,9,,Pell City,4,2,1,ejrfan14@yahoo.com,51.867,5e404a68f09a9f28310e8701,"{""startTime"":1678678953823,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678978162,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678798826,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":64,""label"":""tour_started""},{""time"":12722,""label"":""tour_next"",""step"":5},{""time"":32878,""label"":""started_brush"",""startDate"":""2021-06-08"",""endDate"":""2021-08-27""},{""time"":34183,""label"":""tour_next"",""step"":5},{""time"":37811,""label"":""moved_brush"",""startDate"":""2021-07-31"",""endDate"":""2021-10-18""},{""time"":40686,""label"":""tour_next"",""step"":5},{""time"":45314,""label"":""moved_brush"",""startDate"":""2021-06-28"",""endDate"":""2021-09-16""},{""time"":47053,""label"":""moved_brush"",""startDate"":""2021-10-14"",""endDate"":""2022-01-02""},{""time"":48501,""label"":""moved_brush"",""startDate"":""2021-05-17"",""endDate"":""2021-08-04""},{""time"":49935,""label"":""moved_brush"",""startDate"":""2021-04-07"",""endDate"":""2021-06-25""},{""time"":50783,""label"":""moved_brush"",""startDate"":""2021-04-08"",""endDate"":""2021-06-26""},{""time"":51962,""label"":""moved_brush"",""startDate"":""2021-04-08"",""endDate"":""2021-06-26""},{""time"":53888,""label"":""moved_brush"",""startDate"":""2021-05-22"",""endDate"":""2021-08-09""},{""time"":60433,""label"":""cleared_brush"",""using"":""Click""},{""time"":60433,""label"":""cleared_brush"",""using"":""Escape""},{""time"":61779,""label"":""tour_next"",""step"":5},{""time"":67094,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678678937665,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,bar,0,2,0,Positive,4.2,0,0,0,0,0,0,15,0,0.5,0,0,3 -2023-03-12 23:37:13,2023-03-12 23:48:23,0,100,670,1,2023-03-12 23:48:23,R_OB8SUtt2KSQ6oGB,39.1541,-76.717,EN,1,2.093,1,3,1,3.814,15.111,87,98,83,10.312,76.103,-3,-3,44.202,1,-1,188.883,1,104.524,15.012,6,6,2,6,6,6,,19.432,5,6,6,3,5,5,Id like to know more information. Such as states/countries where these results are being calculated from.,28.501,3,,9.275,2,7,3,4,1,5,6,14.483,4,4,6,5,5,6,8,9,,20.717,3,3,2,4,3,3,17.081,4,3,7.242,1,1999,Maryland,5,3,1,,3,,,7,4,2,,54.536,603f31444049ae098abb8bf7,"{""startTime"":1678678874361,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678894241,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678677060,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":3448,""label"":""tour_next"",""step"":5},{""time"":15670,""label"":""tour_back"",""step"":5},{""time"":24902,""label"":""tour_next"",""step"":5},{""time"":28008,""label"":""cleared_brush"",""using"":""Click""},{""time"":33343,""label"":""moved_brush"",""startDate"":""2021-06-11"",""endDate"":""2021-11-06""},{""time"":34946,""label"":""moved_brush"",""startDate"":""2021-09-12"",""endDate"":""2022-02-07""},{""time"":43418,""label"":""moved_brush"",""startDate"":""2021-12-31"",""endDate"":""2022-02-07""},{""time"":45688,""label"":""started_brush"",""startDate"":""2021-10-22"",""endDate"":""2021-10-27""},{""time"":47573,""label"":""started_brush"",""startDate"":""2021-05-07"",""endDate"":""2021-06-18""},{""time"":47899,""label"":""moved_brush"",""startDate"":""2021-05-01"",""endDate"":""2021-06-18""},{""time"":48207,""label"":""cleared_brush"",""using"":""Click""},{""time"":48673,""label"":""tour_next"",""step"":5},{""time"":53129,""label"":""cleared_brush"",""using"":""Click""},{""time"":54838,""label"":""started_brush"",""startDate"":""2021-05-01"",""endDate"":""2021-08-02""},{""time"":56102,""label"":""moved_brush"",""startDate"":""2021-11-05"",""endDate"":""2022-02-07""},{""time"":56706,""label"":""tour_next"",""step"":5},{""time"":60928,""label"":""cleared_brush"",""using"":""Click""},{""time"":60928,""label"":""cleared_brush"",""using"":""Escape""},{""time"":61768,""label"":""tour_next"",""step"":5},{""time"":63978,""label"":""tour_end"",""step"":5},{""time"":68037,""label"":""started_brush"",""startDate"":""2021-05-24"",""endDate"":""2021-10-21""},{""time"":72284,""label"":""moved_brush"",""startDate"":""2021-05-24"",""endDate"":""2021-10-21""},{""time"":72550,""label"":""moved_brush"",""startDate"":""2021-05-24"",""endDate"":""2021-10-21""},{""time"":72736,""label"":""moved_brush"",""startDate"":""2021-05-24"",""endDate"":""2021-10-21""},{""time"":73736,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1923,""week"":""32"",""id"":""chart""}]}","{""startTime"":1678678858732,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":10340,""label"":""cleared_brush"",""using"":""Click""}]}",1,complex,bar,0,2,0,Neutral,3,0,1,0,0,0,0,15,0,0.5,1,1,3 -2023-03-12 23:41:37,2023-03-12 23:49:05,0,100,447,1,2023-03-12 23:49:05,R_1mE6szJMEdJRu4q,37.8414,-122.1254,EN,1,9.057,,,,,15.013,94,43,50,19.024,19.98,1,1,37.648,1,-2,61.145,1,58.354,15.006,6,4,6,7,7,5,,19.596,5,6,5,1,2,5,"I trust the source and the data makes sense, but I know nothing about the researchers or any potential bias.",25.45,4,,5.909,2,7,3,4,1,5,6,19.173,3,5,4,7,6,3,9,9,,19.998,4,3,4,2,3,4,18.021,2,,5.076,2,2001,California,6,3,1,,7,,,17,3,2,,48.311,60fcd2b146529d02f1566012,"{""startTime"":1678679021973,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":100,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2244,""week"":""51"",""id"":""chart""}]}","{""startTime"":1678679042095,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678947748,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":5140,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1027,""week"":""52"",""id"":""chart""},{""time"":8090,""label"":""tour_next"",""step"":2},{""time"":9203,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2159,""week"":""52"",""id"":""chart2""},{""time"":17624,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678679006430,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":5628,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1432,""week"":""52"",""id"":""chart2""},{""time"":11819,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1561,""week"":""31"",""id"":""chart""}]}",0,simple,bar,1,0,0,Neutral,3.3,0,2,2,2.993,1.4965,6191,15,1,0.5,1,1,1 -2023-03-12 23:41:25,2023-03-12 23:49:21,0,100,475,1,2023-03-12 23:49:21,R_2ypaHQEVog6b0nh,47.5364,-122.278,EN,1,3.101,,,,,15.005,72,100,47,8.162,12.502,1,1,27.031,1,-2,67.344,1,42.875,15.006,6,7,7,5,6,6,,17.715,7,7,7,7,7,7,Has a clear y and x axis and it very easy to read,27.54,4,,4.997,2,3,4,7,1,5,6,28.744,4,7,6,6,6,6,11,11,,12.07,4,4,5,1,4,5,33.082,3,,2.151,1,1998,Washington,6,2,1,,2,,,11,4,2,,43.763,5e17945242fb0b000da71b21,"{""startTime"":1678679232216,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678679187382,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678997418,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":3752,""label"":""tour_next"",""step"":2},{""time"":4960,""label"":""tour_end"",""step"":2},{""time"":6148,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1099,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678679078080,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,bar,0,1,0,Positive,3.8,0,0,0,0,0,0,15,1,0.5,1,0.5,2 -2023-03-12 23:32:33,2023-03-12 23:50:07,0,100,1053,1,2023-03-12 23:50:08,R_yyUWjsVxLn513QR,25.7846,-80.233,EN,1,20.673,,,,,15.129,97,93,85,37.389,87.435,1,1,100.45,-3,-3,79.941,1,65.573,15.052,7,5,7,5,6,7,,39.125,5,6,5,1,1,7,It did not show data that greatly increased one week and then decrease suddenly. The ebb and flow of infestation seemed natural.,164.888,4,,11.001,2,7,3,4,1,5,6,38.868,6,7,4,5,9,4,10,6,,59.905,3,3,4,3,3,3,53.096,2,,9.15,1,1954,Florida,5,2,1,,7,,,7,4,2,,162.59,5ddcd77f23f9f1c2c45d6c18,"{""startTime"":1678678856275,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678646728,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678441307,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":120,""label"":""tour_started""},{""time"":16712,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5758,""week"":""52"",""id"":""chart""},{""time"":22550,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1239,""week"":""1"",""id"":""chart""},{""time"":25035,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1238,""week"":""5"",""id"":""chart""},{""time"":33966,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2399,""week"":""23"",""id"":""chart""},{""time"":39392,""label"":""tour_next"",""step"":2},{""time"":48985,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2915,""week"":""52"",""id"":""chart2""},{""time"":59956,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1018,""week"":""1"",""id"":""chart2""},{""time"":73112,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678678630759,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":6450,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5164,""week"":""52"",""id"":""chart2""}]}",0,simple,bar,0,1,0,Positive,3.2,0,1,1,5.164,5.164,0,15,1,0,1,1,1 -2023-03-12 23:45:07,2023-03-12 23:50:12,0,100,304,1,2023-03-12 23:50:12,R_2WNFwQnGeysDld2,33.3874,-112.0998,EN,1,6.001,,,,,15.106,62,75,45,11.938,11.959,-1,-1,6.972,-3,-2,54.203,-1,12.211,15.014,4,4,6,6,7,5,,13.102,7,6,7,6,4,6,I seen many reports of insect and fungi related infections.,23.347,1,,7.905,2,7,3,4,1,5,6,18.949,3,1,7,2,1,3,6,4,,14.843,2,4,3,5,3,4,10.718,7,,3.4,1,1996,Arizona,6,2,1,,7,,,10,4,1,61363ce02e6022a741d63a6e@email.prolific.co,40.762,61363ce02e6022a741d63a6e,"{""startTime"":1678679270786,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678679233604,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678679150672,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":3347,""label"":""tour_next"",""step"":2},{""time"":6773,""label"":""tour_end"",""step"":2},{""time"":8927,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2274,""week"":""1"",""id"":""chart""}]}","{""startTime"":1678679217873,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,bar,0,1,1,Neutral,3.5,0,0,0,0,0,0,15,0,0,0,0,2 -2023-03-12 23:35:02,2023-03-12 23:50:13,0,100,910,1,2023-03-12 23:50:14,R_2eatHxPaSCT8qkA,44.5228,-89.5583,EN,1,4.263,2,,2,2.821,15.007,57,76,44,49.421,24.108,1,1,59.718,-3,-3,78.15,1,60.796,15.008,4,3,3,6,4,3,,48.218,3,5,5,3,3,4,"I think that it would be more transparent if we also had info on how serious/life-threatening cases were. I also just find the data hard to believe, because I haven't known any unvaccinated people who got COVID-19 in the last year, yet I have known a handful of vaccinated people who have.",129.515,2,,13.101,2,7,3,4,1,5,6,24.462,2,4,9,9,4,7,10,9,,49.701,3,3,4,3,4,4,160.744,4,2,21.596,2,1999,Wisconsin,6,3,1,,9,,Hortonville,13,3,1,dmatilyn@gmail.com,80.958,60fc54b735f3211d0d10a371,"{""startTime"":1678678868580,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678689012,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678588581,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":22,""label"":""tour_started""},{""time"":7121,""label"":""tour_next"",""step"":2},{""time"":10439,""label"":""tour_end"",""step"":2},{""time"":17006,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2502,""week"":""52"",""id"":""chart2""},{""time"":20495,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1502,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678678673393,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":9687,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1561,""week"":""16"",""id"":""chart2""}]}",1,simple,bar,1,1,0,Negative,3.5,0,1,1,1.561,1.561,0,15,1,0,1,1,1 -2023-03-12 23:37:28,2023-03-12 23:50:17,0,100,769,1,2023-03-12 23:50:18,R_3EMydtHlggSmv7v,34.5404,-117.3532,EN,1,25.449,,,,,15.005,85,96,74,36.528,33.911,1,1,54.159,-3,-3,109.33,1,46.249,15.111,5,3,6,3,6,6,,63.203,5,5,5,3,1,6,The source of the data seemed like a trustworthy organization and the visualization looks clean and professional.,53.851,6,,28.033,2,7,3,4,1,5,6,24.4,6,9,7,9,7,6,10,10,,80.1,4,4,5,2,3,4,40.422,2,,9.198,2,1983,California,4,2,1,,7,,,11,4,2,,52.188,5d4b14caed2dfc0001a22c1a,"{""startTime"":1678678893815,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":29,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6939,""week"":""2"",""id"":""chart""}]}","{""startTime"":1678678957602,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678734208,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":14288,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1633,""week"":""36"",""id"":""chart""},{""time"":20557,""label"":""tour_next"",""step"":2},{""time"":26713,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678678878274,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":7390,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2236,""week"":""52"",""id"":""chart""}]}",0,moderate,bar,2,0,0,Positive,3.7,0,1,1,2.236,2.236,0,15,1,0,1,0,2 -2023-03-12 23:27:00,2023-03-12 23:50:37,0,100,1416,1,2023-03-12 23:50:38,R_3fposxNHrBYzwl3,33.7173,-84.4783,EN,1,30.073,,,,,15.114,100,44,50,26.792,99.16,1,-3,184.259,1,-3,164.452,-2,40.082,15.012,4,4,4,4,3,4,,25.201,5,4,2,1,1,4,I'm not sure if it's accurate or not because i'm not familiar with the topic.,83.507,2,,40.077,2,7,3,4,1,5,6,27.787,3,3,1,2,4,2,4,5,,56.598,3,3,5,1,3,3,47.955,1,,39.193,1,1987,Georgia,2,2,1,,9,,"albany, ga",3,2,2,,142.532,63039dbefda87c47a91fec04,"{""startTime"":1678678573720,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678599400,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678418134,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":10149,""label"":""tour_next"",""step"":5},{""time"":18170,""label"":""tour_back"",""step"":5},{""time"":30217,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2231,""week"":""50"",""id"":""chart""},{""time"":32649,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1716,""week"":""50"",""id"":""chart""},{""time"":38239,""label"":""tour_next"",""step"":5},{""time"":47955,""label"":""started_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-06-05""},{""time"":49205,""label"":""tour_next"",""step"":5},{""time"":55816,""label"":""moved_brush"",""startDate"":""2021-12-01"",""endDate"":""2022-01-31""},{""time"":57306,""label"":""tour_next"",""step"":5},{""time"":64241,""label"":""moved_brush"",""startDate"":""2021-06-22"",""endDate"":""2021-08-23""},{""time"":81332,""label"":""cleared_brush"",""using"":""Click""},{""time"":84672,""label"":""started_brush"",""startDate"":""2021-08-06"",""endDate"":""2021-10-31""},{""time"":85956,""label"":""tour_next"",""step"":5},{""time"":91453,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678678558148,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,bar,0,1,0,Neutral,3,0,0,0,0,0,0,15,0.5,0.5,0,0,3 -2023-03-12 23:42:11,2023-03-12 23:53:56,0,100,705,1,2023-03-12 23:53:57,R_Z2lAA9Tq2wPIDHH,41.6837,-88.3499,EN,1,14.658,,,,,15.008,81,5,63,24.352,150.354,1,1,45.867,1,-3,114.858,1,40.978,15.011,6,4,6,5,5,6,,20.717,6,3,5,3,2,6,"There is a lot of information, I would find it hard to believe that someone would take all that time to put together an untrustworthy visual like this.",41.442,5,,10.059,2,7,3,4,1,5,6,10.918,5,7,7,7,9,6,11,10,,26.017,3,4,4,3,3,4,37.841,2,,6.085,2,1999,Illinois,6,1,1,,8,Yorkville,,17,4,2,,78.596,6101ced6dafdbea2d88a52b0,"{""startTime"":1678679263145,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678679202114,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678994679,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":13722,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4263,""week"":""52"",""id"":""chart""},{""time"":18318,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1333,""week"":""52"",""id"":""chart""},{""time"":21204,""label"":""tour_next"",""step"":5},{""time"":67834,""label"":""started_brush"",""startDate"":""2021-06-18"",""endDate"":""2021-06-26""},{""time"":69817,""label"":""started_brush"",""startDate"":""2021-05-30"",""endDate"":""2021-07-29""},{""time"":72421,""label"":""tour_next"",""step"":5},{""time"":77289,""label"":""started_brush"",""startDate"":""2021-08-02"",""endDate"":""2021-09-06""},{""time"":79016,""label"":""started_brush"",""startDate"":""2021-05-07"",""endDate"":""2021-08-28""},{""time"":85597,""label"":""cleared_brush"",""using"":""Click""},{""time"":86192,""label"":""cleared_brush"",""using"":""Click""},{""time"":89422,""label"":""started_brush"",""startDate"":""2021-04-23"",""endDate"":""2021-09-01""},{""time"":90815,""label"":""moved_brush"",""startDate"":""2021-06-20"",""endDate"":""2021-10-29""},{""time"":92333,""label"":""tour_next"",""step"":5},{""time"":95933,""label"":""cleared_brush"",""using"":""Click""},{""time"":97064,""label"":""tour_next"",""step"":5},{""time"":104666,""label"":""tour_end"",""step"":5},{""time"":106290,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1143,""week"":""2"",""id"":""chart""},{""time"":108641,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6459,""week"":""1"",""id"":""chart""},{""time"":115119,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2581,""week"":""52"",""id"":""chart""},{""time"":117702,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1248,""week"":""52"",""id"":""chart""},{""time"":122607,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3692,""week"":""52"",""id"":""chart""},{""time"":127536,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6798,""week"":""22"",""id"":""chart""},{""time"":136234,""label"":""started_brush"",""startDate"":""2021-06-19"",""endDate"":""2021-07-31""},{""time"":137351,""label"":""moved_brush"",""startDate"":""2021-06-19"",""endDate"":""2021-09-16""},{""time"":142837,""label"":""moved_brush"",""startDate"":""2021-06-14"",""endDate"":""2021-09-11""},{""time"":143920,""label"":""cleared_brush"",""using"":""Click""}]}","{""startTime"":1678679186705,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":7317,""label"":""started_brush"",""startDate"":""2021-06-20"",""endDate"":""2021-11-06""},{""time"":12131,""label"":""moved_brush"",""startDate"":""2021-08-23"",""endDate"":""2022-01-09""},{""time"":12640,""label"":""cleared_brush"",""using"":""Click""}]}",0,complex,bar,1,0,0,Positive,3.5,1,3,0,0,0,5323,15,1,0.5,1,1,3 -2023-03-12 23:32:57,2023-03-12 23:56:03,0,100,1386,1,2023-03-12 23:56:03,R_1f4667MY6GDXYCu,41.698,-70.0602,EN,1,22.335,2,,2,4.3,15.021,70,93,95,96.637,220.987,1,1,49.751,-3,1,83.177,1,99.75,15.017,3,3,3,5,6,6,,96.973,4,6,3,2,2,4,I would need to have at least one other source confirming the same information before I trusted this .,91.629,3,,32.172,2,7,3,4,1,5,6,20.971,5,5,8,9,4,7,10,9,,52.292,3,3,3,2,4,3,83.082,3,4,41.958,1,1975,Massachusetts,2,2,1,,7,,,10,3,2,,261.434,640d43c9451ce148162a7643,"{""startTime"":1678678729269,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678826683,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678391669,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":44,""label"":""tour_started""},{""time"":18948,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":9857,""week"":""52"",""id"":""chart""},{""time"":28826,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":17527,""week"":""1"",""id"":""chart""},{""time"":50053,""label"":""tour_next"",""step"":5},{""time"":80665,""label"":""cleared_brush"",""using"":""Click""},{""time"":89530,""label"":""cleared_brush"",""using"":""Click""},{""time"":94770,""label"":""cleared_brush"",""using"":""Click""},{""time"":96964,""label"":""tour_back"",""step"":5},{""time"":97171,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1025,""week"":""51"",""id"":""chart""},{""time"":103856,""label"":""tour_next"",""step"":5},{""time"":121440,""label"":""cleared_brush"",""using"":""Click""},{""time"":122306,""label"":""cleared_brush"",""using"":""Click""},{""time"":122895,""label"":""cleared_brush"",""using"":""Click""},{""time"":123968,""label"":""cleared_brush"",""using"":""Click""},{""time"":125200,""label"":""cleared_brush"",""using"":""Click""},{""time"":126244,""label"":""cleared_brush"",""using"":""Click""},{""time"":127514,""label"":""cleared_brush"",""using"":""Click""},{""time"":130920,""label"":""cleared_brush"",""using"":""Click""},{""time"":132044,""label"":""cleared_brush"",""using"":""Click""},{""time"":132764,""label"":""cleared_brush"",""using"":""Click""},{""time"":136519,""label"":""tour_back"",""step"":5},{""time"":139892,""label"":""tour_next"",""step"":5},{""time"":145384,""label"":""cleared_brush"",""using"":""Click""},{""time"":149904,""label"":""cleared_brush"",""using"":""Click""},{""time"":150460,""label"":""cleared_brush"",""using"":""Click""},{""time"":152576,""label"":""cleared_brush"",""using"":""Click""},{""time"":154387,""label"":""cleared_brush"",""using"":""Click""},{""time"":165088,""label"":""cleared_brush"",""using"":""Click""},{""time"":165308,""label"":""cleared_brush"",""using"":""Click""},{""time"":165559,""label"":""cleared_brush"",""using"":""Click""},{""time"":165698,""label"":""cleared_brush"",""using"":""Click""},{""time"":168057,""label"":""cleared_brush"",""using"":""Click""},{""time"":169900,""label"":""cleared_brush"",""using"":""Click""},{""time"":170925,""label"":""cleared_brush"",""using"":""Click""},{""time"":175993,""label"":""cleared_brush"",""using"":""Click""},{""time"":177846,""label"":""started_brush"",""startDate"":""2021-08-25"",""endDate"":""2021-09-06""},{""time"":181631,""label"":""tour_next"",""step"":5},{""time"":187144,""label"":""moved_brush"",""startDate"":""2021-07-29"",""endDate"":""2021-08-10""},{""time"":187252,""label"":""cleared_brush"",""using"":""Click""},{""time"":187308,""label"":""cleared_brush"",""using"":""Click""},{""time"":188150,""label"":""started_brush"",""startDate"":""2021-06-30"",""endDate"":""2021-07-08""},{""time"":189671,""label"":""tour_next"",""step"":5},{""time"":196335,""label"":""cleared_brush"",""using"":""Click""},{""time"":196335,""label"":""cleared_brush"",""using"":""Escape""},{""time"":200639,""label"":""tour_next"",""step"":5},{""time"":208456,""label"":""tour_end"",""step"":5},{""time"":216542,""label"":""cleared_brush"",""using"":""Click""},{""time"":216845,""label"":""cleared_brush"",""using"":""Click""},{""time"":217461,""label"":""started_brush"",""startDate"":""2021-07-19"",""endDate"":""2021-09-02""}]}","{""startTime"":1678678713233,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar,1,0,0,Neutral,3,0,0,0,0,0,0,15,1,0.5,1,1,3 -2023-03-12 23:30:25,2023-03-12 23:57:03,0,100,1597,1,2023-03-12 23:57:03,R_1CBH2uBmiwxwQuj,39.3408,-80.0285,EN,1,51.248,,,,,15.131,67,71,23,80.536,140.905,-2,-1,184.79,-3,-3,260.394,-2,61.844,15.04,6,3,5,5,5,5,I have no additional thought nor comment.,105.08,4,4,5,4,4,4,"The visualization appears to be well-designed and informative, but its effectiveness ultimately depends on the accuracy and reliability of the data it represents, and whether it meets the user's specific needs and goals. Ultimately, it is up to the user to determine whether or not they trust the information conveyed by the visualization.",74.638,4,,24.498,2,7,3,4,1,5,6,58.79,4,5,7,6,5,8,11,11,,37.002,4,3,2,3,5,4,85.139,6,,12.732,2,1942,California,7,1,1,,7,,,14,2,2,,173.49,64033349ec5c1a27ee79d14b,"{""startTime"":1678678871970,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678647814,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678423146,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":61,""label"":""tour_started""},{""label"":""window_focused"",""time"":1708},{""label"":""window_blurred"",""time"":13340},{""label"":""window_focused"",""time"":16803},{""time"":18963,""label"":""tour_next"",""step"":5},{""label"":""window_blurred"",""time"":24608},{""label"":""window_focused"",""time"":28121},{""time"":35957,""label"":""tour_back"",""step"":5},{""time"":43071,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1330,""week"":""52"",""id"":""chart""},{""time"":44463,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1069,""week"":""51"",""id"":""chart""},{""time"":49959,""label"":""tour_next"",""step"":5},{""label"":""window_blurred"",""time"":53932},{""label"":""window_focused"",""time"":56119},{""time"":57941,""label"":""tour_back"",""step"":5},{""time"":59771,""label"":""cleared_brush"",""using"":""Click""},{""time"":59771,""label"":""cleared_brush"",""using"":""Escape""},{""time"":64838,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1402,""week"":""50"",""id"":""chart""},{""time"":66245,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3679,""week"":""50"",""id"":""chart""},{""time"":76878,""label"":""tour_next"",""step"":5},{""time"":78783,""label"":""cleared_brush"",""using"":""Click""},{""time"":79532,""label"":""cleared_brush"",""using"":""Click""},{""time"":80253,""label"":""cleared_brush"",""using"":""Click""},{""time"":80763,""label"":""cleared_brush"",""using"":""Click""},{""time"":80999,""label"":""cleared_brush"",""using"":""Click""},{""time"":93206,""label"":""started_brush"",""startDate"":""2021-11-01"",""endDate"":""2022-01-09""},{""time"":105511,""label"":""cleared_brush"",""using"":""Click""},{""time"":108863,""label"":""started_brush"",""startDate"":""2021-09-28"",""endDate"":""2022-02-02""},{""time"":110090,""label"":""tour_next"",""step"":5},{""time"":117659,""label"":""moved_brush"",""startDate"":""2021-10-03"",""endDate"":""2022-02-07""},{""time"":118657,""label"":""tour_next"",""step"":5},{""time"":125364,""label"":""moved_brush"",""startDate"":""2021-10-03"",""endDate"":""2022-02-07""},{""time"":131320,""label"":""cleared_brush"",""using"":""Click""},{""time"":133383,""label"":""tour_next"",""step"":5},{""time"":136808,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678678630351,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,bar,0,2,0,Positive,3.5,0,0,0,0,0,0,15,0,0,0,0,3 -2023-03-12 23:23:38,2023-03-12 23:57:13,0,100,2015,1,2023-03-12 23:57:14,R_3h3CS0WJ2ELqWVz,33.9521,-84.5475,EN,1,19.656,,,,,15.106,87,79,72,43.432,133.787,1,1,73.573,-3,-3,135.914,1,35.115,15.018,4,4,4,6,7,5,,43.62,4,7,6,5,5,6,Crop pests and diseases aren't something that would normally be falsified. Pesticides and anti-fungals aren't cheap - no farmer would want to use more than needed and conversely wouldn't want to NOT use them if they were needed. So the agency putting out the information has a real incentive to make sure the information's as solid as possible.,200.444,5,Interesting survey - thank you!,24.529,2,7,3,4,1,5,6,76.481,3,4,9,8,2,10,7,9,,170.647,3,4,4,2,5,4,142.97,5,,167.297,1,1956,Georgia,6,2,1,,7,,,12,3,2,,628.302,62ffe399d769a8e595609133,"{""startTime"":1678678091383,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678135409,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678677906241,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":16622,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1743,""week"":""1"",""id"":""chart""},{""time"":21315,""label"":""tour_next"",""step"":5},{""time"":48197,""label"":""cleared_brush"",""using"":""Click""},{""time"":53417,""label"":""started_brush"",""startDate"":""2021-09-06"",""endDate"":""2021-12-25""},{""time"":56004,""label"":""tour_next"",""step"":5},{""time"":64405,""label"":""moved_brush"",""startDate"":""2021-11-06"",""endDate"":""2021-12-25""},{""time"":67778,""label"":""tour_next"",""step"":5},{""time"":75481,""label"":""cleared_brush"",""using"":""Click""},{""time"":77014,""label"":""cleared_brush"",""using"":""Click""},{""time"":77014,""label"":""cleared_brush"",""using"":""Escape""},{""time"":79366,""label"":""tour_next"",""step"":5},{""time"":94299,""label"":""tour_end"",""step"":5},{""time"":100273,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1050,""week"":""1"",""id"":""chart""},{""time"":101638,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1398,""week"":""51"",""id"":""chart""},{""time"":117073,""label"":""cleared_brush"",""using"":""Click""},{""time"":130956,""label"":""cleared_brush"",""using"":""Click""}]}","{""startTime"":1678678075745,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,bar,0,1,0,Positive,3.7,0,0,0,0,0,0,15,1,0,1,1,3 -2023-03-12 23:50:07,2023-03-13 00:05:53,0,100,946,1,2023-03-13 00:05:54,R_1Nt6466WnD9QWO4,37.9186,-121.3132,EN,1,23.169,1,3,2,8.542,15.012,100,98,68,23.941,52.487,-1,-3,121.917,-3,-3,62.531,-3,40.674,15.011,7,6,6,7,7,7,,66.185,6,7,6,7,6,7,It is based on science as far as I can tell,79.7,4,,13.987,2,7,3,4,1,5,6,27.772,8,6,4,6,10,2,11,9,,29.739,4,5,5,1,5,5,35.417,2,1,17.083,2,1969,California,6,2,1,,9,,white/hispanic,16,4,1,edyrae13@gmail.com,239.366,56fb36ca34a0d3000b1a5701,"{""startTime"":1678679807841,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678679686609,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678679495314,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":21,""label"":""tour_started""},{""time"":13439,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4965,""week"":""52"",""id"":""chart""},{""time"":18736,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1217,""week"":""51"",""id"":""chart""},{""time"":29017,""label"":""tour_next"",""step"":2},{""time"":39784,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2898,""week"":""52"",""id"":""chart2""},{""time"":43382,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1166,""week"":""51"",""id"":""chart2""},{""time"":48773,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678679670918,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":10801,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1866,""week"":""52"",""id"":""chart""}]}",1,simple,bar,1,0,0,Positive,4.2,0,1,1,1.866,1.866,0,15,0,0,0,0,1 -2023-03-12 23:45:27,2023-03-13 00:06:06,0,100,1239,1,2023-03-13 00:06:07,R_2fxJmAqfBx3uM5Y,35.2296,-80.843,EN,1,68.682,1,2,2,9.901,15.012,84,45,5,32.694,174.79,1,1,84.055,-3,-3,89.073,-3,146.338,15.013,4,4,4,2,2,4,,47.389,5,4,1,2,3,4,Because I dont know where the information came and if it was accurately kept up with. And I don't trust alot of things or people trust is a very special thing and it gets broken a lot and I just don't trust stuff.,88.411,1,,20.301,2,7,3,4,1,5,6,32.338,6,6,6,6,9,4,11,9,,37.957,3,3,1,2,4,3,62.192,4,2,32.496,1,1983,North Carolina,2,2,1,,7,,,4,3,1,chrisandambones@gmail.com,116.129,5ec617a2e79285689c82fb8f,"{""startTime"":1678679802138,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678679652075,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678679302339,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":40,""label"":""tour_started""},{""time"":34068,""label"":""tour_next"",""step"":5},{""time"":117493,""label"":""cleared_brush"",""using"":""Click""},{""time"":118571,""label"":""started_brush"",""startDate"":""2021-06-28"",""endDate"":""2021-09-24""},{""time"":122893,""label"":""tour_next"",""step"":5},{""time"":137714,""label"":""moved_brush"",""startDate"":""2021-05-31"",""endDate"":""2021-09-24""},{""time"":142027,""label"":""moved_brush"",""startDate"":""2021-05-31"",""endDate"":""2021-10-02""},{""time"":143729,""label"":""tour_next"",""step"":5},{""time"":154092,""label"":""cleared_brush"",""using"":""Click""},{""time"":154092,""label"":""cleared_brush"",""using"":""Escape""},{""time"":155917,""label"":""tour_next"",""step"":5},{""time"":166332,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678679631666,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar,1,0,0,Negative,2.7,0,0,0,0,0,0,15,1,0,0,0,3 -2023-03-12 23:38:32,2023-03-13 00:08:36,0,100,1803,1,2023-03-13 00:08:37,R_6mUpOVbvFD6vmk9,40.0172,-75.0883,EN,1,10.301,1,3,2,32.502,15.077,74,94,40,113.441,83.42,-2,1,139.737,-3,-3,208.072,-3,139.553,15.167,5,4,4,6,6,6,I have nothing to say. Thanks.,91.753,6,5,7,6,4,7,I found this visualization to be a research and scientific analysis that is very informative.,361.623,4,No comments. Thanks.,42.147,2,7,3,4,1,5,6,79.332,10,11,11,7,10,8,11,11,No comments.,55.95,4,5,2,3,4,3,40.556,2,1,28.501,2,1991,Virginia,6,3,1,,7,,,15,2,1,614ee5e28a2f0a07d4d639dd@email.prolific.co,209.517,614ee5e28a2f0a07d4d639dd,"{""startTime"":1678679670640,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678679249523,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678938607,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":27,""label"":""tour_started""},{""time"":44501,""label"":""tour_next"",""step"":2},{""time"":65340,""label"":""tour_end"",""step"":2},{""time"":72008,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2879,""week"":""30"",""id"":""chart""},{""time"":78073,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2807,""week"":""2"",""id"":""chart""}]}","{""startTime"":1678679232907,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":8308,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1684,""week"":""31"",""id"":""chart""}]}",1,moderate,bar,1,0,0,Positive,3.5,0,1,1,1.684,1.684,0,15,0.5,0,0,0,2 -2023-03-12 23:41:06,2023-03-13 00:11:53,0,100,1847,1,2023-03-13 00:11:54,R_2QMnugZVX5P069l,43.2078,-77.6602,EN,1,31.478,1,2,2,15.238,15.009,0,0,27,118.479,249.982,1,1,123.281,1,1,262.255,1,167.811,15.028,7,7,7,5,7,7,Including both vaccinated individuals and the unvaccinated in the same chart was very confusing to me when I first was presented with the data.,157.569,5,3,2,1,2,7,"Because I view the source, the CDC, as a credible source of information.",80.233,1,,19.98,2,7,3,4,1,5,6,54,2,7,1,1,11,1,11,4,,93.788,5,5,5,2,5,4,86.257,1,1,45.53,1,1984,New York,2,2,1,,7,,,1,3,2,,193.791,565b2be310593c000bff9695,"{""startTime"":1678679513385,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678679671817,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678679077800,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":35,""label"":""tour_started""},{""label"":""window_blurred"",""time"":4841},{""label"":""window_focused"",""time"":6999},{""time"":46744,""label"":""tour_next"",""step"":5},{""time"":112389,""label"":""cleared_brush"",""using"":""Click""},{""time"":122274,""label"":""started_brush"",""startDate"":""2021-05-09"",""endDate"":""2021-05-28""},{""time"":129840,""label"":""started_brush"",""startDate"":""2021-06-12"",""endDate"":""2021-11-14""},{""time"":137158,""label"":""tour_next"",""step"":5},{""time"":154279,""label"":""moved_brush"",""startDate"":""2021-07-06"",""endDate"":""2021-12-09""},{""time"":155512,""label"":""moved_brush"",""startDate"":""2021-07-06"",""endDate"":""2021-12-09""},{""time"":158712,""label"":""moved_brush"",""startDate"":""2021-07-06"",""endDate"":""2021-11-15""},{""time"":160449,""label"":""tour_next"",""step"":5},{""time"":182479,""label"":""cleared_brush"",""using"":""Click""},{""time"":186797,""label"":""tour_next"",""step"":5},{""time"":198224,""label"":""tour_end"",""step"":5},{""time"":199817,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1108,""week"":""52"",""id"":""chart""},{""time"":206274,""label"":""started_brush"",""startDate"":""2021-07-18"",""endDate"":""2021-09-15""},{""time"":206701,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1564,""week"":""34"",""id"":""chart""},{""time"":208331,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1321,""week"":""33"",""id"":""chart""},{""time"":210700,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2498,""week"":""32"",""id"":""chart""},{""time"":215493,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3608,""week"":""32"",""id"":""chart""},{""time"":220902,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2357,""week"":""32"",""id"":""chart""},{""time"":225594,""label"":""cleared_brush"",""using"":""Click""},{""time"":225805,""label"":""cleared_brush"",""using"":""Click""},{""time"":227020,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":19402,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678679497675,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":7289,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2677,""week"":""2"",""id"":""chart""},{""time"":12530,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1002,""week"":""35"",""id"":""chart""}]}",1,complex,bar,0,2,0,Positive,4.3,0,2,2,3.679,1.8395,5241,15,1,1,1,1,3 -2023-03-13 00:15:25,2023-03-13 00:22:31,0,100,426,1,2023-03-13 00:22:32,R_2CxGy8dicE0PyBZ,38.8452,-77.4651,EN,1,6.748,,,,,15.108,71,76,40,12.725,18.702,1,1,42.905,-3,-3,42.005,1,43.203,15.01,4,4,4,5,5,5,,20.932,6,6,5,4,2,5,"It is well presented and doesn't seem misleading. For example, the scales are the same (in units of 1000 for each line).",27.633,2,,9.826,2,7,3,4,1,5,6,15.006,3,5,1,3,3,4,9,8,,18.802,1,2,2,4,1,1,15.543,1,,3.505,1,1996,Virginia,6,2,1,,2,,,9,4,2,,54.05,62e01fdb9adf283ff375724f,"{""startTime"":1678681115263,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678681066303,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678680987396,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":47,""label"":""tour_started""},{""time"":3928,""label"":""tour_next"",""step"":2},{""time"":6920,""label"":""tour_end"",""step"":2},{""time"":8412,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3328,""week"":""33"",""id"":""chart""},{""time"":13758,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1367,""week"":""51"",""id"":""chart""}]}","{""startTime"":1678681050476,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":6772,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1375,""week"":""52"",""id"":""chart""}]}",0,simple,bar,0,1,0,Positive,1.8,0,1,1,1.375,1.375,0,15,1,0,1,1,1 -2023-03-15 18:50:04,2023-03-15 18:56:54,0,100,409,1,2023-03-15 18:56:54,R_1ODgQHpknhnxpqN,33.8081,-85.7852,EN,1,105.782,,,,,15.009,71,71,54,15.74,15.209,1,1,23.412,1,1,19.695,1,18.872,15.009,5,5,5,3,6,5,,12.966,3,6,6,2,3,5,It does not seem like the kind of data someone would lie about but I am not educated on the topic.,23.373,5,,5.897,2,7,3,4,1,5,6,12.889,3,4,3,8,2,3,10,9,,19.265,4,4,4,2,4,4,12.571,3,,3.713,1,2002,Florida,3,3,1,,7,,,13,4,2,,58.384,5d0fbedf101793000168ef7a,"{""startTime"":1678920801096,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678920814612,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678920745665,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678920785278,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":9977,""label"":""hovered"",""timeHovered"":2405,""week"":""2021-09-06""}]}",0,simple,line,1,0,0,Positive,3.7,0,1,1,2.405,2.405,0,15,1,1,1,1,1 -2023-03-15 18:53:09,2023-03-15 18:58:31,0,100,322,1,2023-03-15 18:58:32,R_3oO1EBHuRWJtgka,38.5317,-89.9988,EN,1,6.033,,,,,15.006,74,61,54,19.002,6.768,1,1,52.197,-2,1,28.801,1,59.628,15.108,4,4,5,5,6,5,,8.829,5,5,5,4,4,4,It seems to be well-constructed and clear.,14.127,4,,6.942,2,7,3,4,1,5,6,11.158,7,7,6,6,4,7,6,6,,12.732,4,4,3,3,3,3,6.29,4,,2.441,1,1996,Illinois,6,1,1,,7,,,19,5,1,chieforion@gmail.com,31.911,5c7e14531c3cf8001638b5b0,"{""startTime"":1678920892181,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678920901360,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678920840616,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678920876772,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6350,""label"":""hovered"",""timeHovered"":1327,""week"":""2022-01-10""}]}",0,moderate,line,1,1,0,Neutral,3.3,0,1,1,1.327,1.327,0,15,1,0.5,1,0.5,2 -2023-03-15 18:50:51,2023-03-15 18:58:38,0,100,466,1,2023-03-15 18:58:38,R_2uxiliv4sEaENuu,39.7933,-84.218,EN,1,3.062,,,,,15.105,100,82,56,19.229,52.477,1,1,56.156,1,1,43.965,-1,24.227,15.006,4,4,4,4,3,4,,22.093,5,6,4,2,2,4,I don't really have enough information to know whether it's trustworthy or not.,16.339,2,,7.61,2,7,3,4,1,5,6,11.764,1,2,1,1,1,1,9,9,,15.4,4,4,5,1,4,4,15.214,1,,3.67,1,1997,Ohio,3,2,1,,7,,,4,4,1,dylanconley4l@gmail.com,100.925,5eebe4e6e61002183aec9b70,"{""startTime"":1678920859913,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678920822462,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678920697436,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":19449,""label"":""hovered"",""timeHovered"":1470,""week"":""2021-10-11""}]}","{""startTime"":1678920806907,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,line,0,0,0,Neutral,3.7,0,0,0,0,0,0,15,1,1,0,1,1 -2023-03-15 18:49:08,2023-03-15 18:59:38,0,100,630,1,2023-03-15 18:59:39,R_3GjtotVrdvEkx87,32.9658,-97.6866,EN,1,7.234,1,4,1,41.079,15.008,81,100,50,27.099,26.012,1,1,53.619,-2,1,43.699,-1,27.617,15.121,6,4,6,6,5,6,,55.967,7,7,7,7,7,7,It seems like it is laid out well that it is accurately.,21.819,4,,10.177,2,7,3,4,1,5,6,49.915,1,1,1,1,1,4,8,8,,21.525,5,5,5,1,5,5,55.288,1,2,15.516,2,1981,Texas,3,2,1,,7,,,6,3,1,pebblejean@gmail.com,80.589,5fc6904e5ed32c0778ae12a1,"{""startTime"":1678920809818,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678920755793,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678920659970,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":16158,""label"":""hovered"",""timeHovered"":1268,""week"":""2022-01-03""}]}","{""startTime"":1678920740273,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line,0,1,0,Positive,4.3,0,0,0,0,0,0,15,1,0.5,0,1,1 -2023-03-15 18:51:00,2023-03-15 19:00:17,0,100,557,1,2023-03-15 19:00:18,R_zcXADuwuXBMQ9bP,37.5172,-121.9191,EN,1,25.596,,,,,15.006,61,40,80,60.389,24.067,1,1,35.38,1,-1,97.072,1,40.234,15.02,5,6,6,6,6,6,,12.002,5,5,6,5,5,6,It has the authoritative source stated.,42.583,3,,9.305,2,7,3,4,1,5,6,27.96,2,5,3,4,3,3,3,8,,20.417,2,2,2,2,2,3,24.199,2,,3.375,1,1990,California,6,1,3,,2,,,17,3,1,fungjeremy@gmail.com,55.817,63d17041a37f603dd01616b8,"{""startTime"":1678920971024,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678920910365,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678920772003,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678920894498,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6109,""label"":""hovered"",""timeHovered"":1446,""week"":""2021-12-20""},{""time"":8317,""label"":""hovered"",""timeHovered"":1100,""week"":""2022-01-10""},{""time"":10489,""label"":""hovered"",""timeHovered"":2144,""week"":""2021-11-22""}]}",0,moderate,line,1,0,0,Positive,2.2,0,3,3,4.69,1.5633333333333335,4380,15,1,0.5,1,0.5,2 -2023-03-15 18:51:29,2023-03-15 19:00:59,0,100,569,1,2023-03-15 19:01:00,R_25HImA9xqFEHtJI,38.0996,-122.5873,EN,1,6.398,,,,,15.008,95,88,15,19.6,50.354,1,1,32.824,-1,1,73.097,1,49.027,15.12,4,6,4,6,6,5,,48.927,5,6,6,2,2,6,The directions stated to assume that I trusted the data so I extended that to mean I then trusted the visualization.,40.412,5,,8.347,2,7,3,4,1,5,6,16.914,2,7,2,4,4,7,10,9,,24.7,3,4,4,3,4,3,28.729,3,,11.019,1,1989,California,6,3,1,,7,,,17,4,2,,86.685,6070defd464139156ac85ac3,"{""startTime"":1678920852663,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678920902075,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678920736311,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":28733,""label"":""started_brush"",""startDate"":""2021-04-29"",""endDate"":""2022-02-11""},{""time"":39792,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-01-24""},{""time"":43767,""label"":""cleared_brush"",""using"":""click""},{""time"":43769,""label"":""cleared_brush"",""using"":""Escape""}]}","{""startTime"":1678920836396,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":6577,""label"":""started_brush"",""startDate"":""2021-05-09"",""endDate"":""2021-06-20""},{""time"":9312,""label"":""moved_brush"",""startDate"":""2021-10-25"",""endDate"":""2021-12-06""},{""time"":11858,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-05-23""},{""time"":12156,""label"":""cleared_brush"",""using"":""click""}]}",0,complex,line,0,0,0,Positive,3.5,1,4,0,0,0,5579,15,1,0.5,1,1,3 -2023-03-15 18:52:20,2023-03-15 19:01:09,0,100,528,1,2023-03-15 19:01:09,R_2TAb7urkh16o1pU,36.0499,-83.9228,EN,1,13.777,2,,2,3.803,15.117,34,22,22,24.982,38.853,1,-3,37.603,1,1,74.582,1,47.124,15.113,2,2,2,5,3,1,,19.936,3,2,2,1,1,2,I just do not believe vaccinated vs unvaccinated has any difference in cases.,34.6,4,,9.507,2,7,3,4,1,5,6,17.854,1,1,5,5,1,1,6,7,,26.656,3,3,3,2,4,4,30.056,5,3,17.175,2,1996,Tennessee,3,2,1,,7,,,7,1,2,,47.698,60d23790d4dba01a9b2c0085,"{""startTime"":1678921008166,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678920950362,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678920819748,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678920934502,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":10516,""label"":""hovered"",""timeHovered"":3687,""week"":""2022-01-17""}]}",1,moderate,line,1,0,0,Negative,3.2,0,1,1,3.687,3.687,0,15,0.5,1,1,1,2 -2023-03-15 18:51:45,2023-03-15 19:02:28,0,100,642,1,2023-03-15 19:02:28,R_3kiFkaHSmU9WLgC,40.7157,-74,EN,1,3.191,1,3,1,5.667,15.009,83,89,83,21.828,83.429,1,1,80.004,1,1,61.101,1,64.901,15.027,4,4,4,7,3,4,,23.902,6,7,7,7,7,4,"I didn't see a source. (And, then, I would need to trust/verify the source/data.)",34.349,5,,10.63,2,7,3,4,1,5,6,18.123,4,5,5,8,3,7,7,6,,36.602,5,5,5,1,5,5,22.108,4,1,11.49,1,1978,Rhode Island,6,2,1,,7,,,10,4,1,62b9ddea12bb2643ff512fea@email.prolific.co,60.931,62b9ddea12bb2643ff512fea,"{""startTime"":1678920936539,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678920961451,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678920770842,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":731,""label"":""hovered"",""timeHovered"":5891,""week"":""2021-08-16""},{""time"":48768,""label"":""started_brush"",""startDate"":""2021-07-21"",""endDate"":""2021-12-06""},{""time"":61522,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-08-26""},{""time"":62603,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-08-26""},{""time"":69122,""label"":""cleared_brush"",""using"":""click""}]}","{""startTime"":1678920920766,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":14844,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-05-31""}]}",1,complex,line,1,0,0,Negative,4.3,1,1,0,0,0,0,15,1,1,1,1,3 -2023-03-15 18:49:13,2023-03-15 19:03:06,0,100,833,1,2023-03-15 19:03:06,R_sczgu52zr4DZ6xz,47.4758,-122.6422,EN,1,34.297,2,,1,8.253,15.112,84,100,81,25.677,68.226,1,1,85.548,-2,1,63.495,1,131.334,15.111,7,6,6,7,7,7,,52.779,6,7,6,2,2,7,"The visualization says that it's from the CDC, which I trust to give accurate information",30.004,3,,10.118,2,7,3,4,1,5,6,33.917,4,7,9,4,4,5,10,10,,37.769,2,3,2,3,3,3,72.557,2,3,16.176,1,2001,Washington,2,2,1,,7,,,6,3,2,,67.245,5daa9e16546237001681d0f1,"{""startTime"":1678920869981,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":1046,""label"":""hovered"",""timeHovered"":1011,""week"":""2021-12-13""},{""time"":2915,""label"":""hovered"",""timeHovered"":1972,""week"":""2021-12-13""}]}","{""startTime"":1678920795458,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678920647400,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":14592,""label"":""hovered"",""timeHovered"":1415,""week"":""2022-01-03""},{""time"":26578,""label"":""hovered"",""timeHovered"":1126,""week"":""2022-01-03""},{""time"":31711,""label"":""hovered"",""timeHovered"":1647,""week"":""2022-01-03""},{""time"":34060,""label"":""hovered"",""timeHovered"":2408,""week"":""2022-01-03""},{""time"":36646,""label"":""hovered"",""timeHovered"":1849,""week"":""2022-01-10""},{""time"":38512,""label"":""hovered"",""timeHovered"":1145,""week"":""2022-01-10""},{""time"":42355,""label"":""hovered"",""timeHovered"":1565,""week"":""2022-02-07""},{""time"":47231,""label"":""hovered"",""timeHovered"":2292,""week"":""2022-01-31""},{""time"":51779,""label"":""hovered"",""timeHovered"":1113,""week"":""2021-10-18""},{""time"":56197,""label"":""hovered"",""timeHovered"":1312,""week"":""2021-08-23""},{""time"":58267,""label"":""hovered"",""timeHovered"":1607,""week"":""2022-01-03""}]}","{""startTime"":1678920779825,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":11457,""label"":""hovered"",""timeHovered"":1536,""week"":""2022-01-10""}]}",1,moderate,line,1,0,0,Positive,2.7,0,1,1,1.536,1.536,0,15,1,0.5,1,0.5,2 -2023-03-15 18:55:23,2023-03-15 19:03:07,0,100,463,1,2023-03-15 19:03:07,R_08IZuCAGfsdjECR,34.1624,-118.1275,EN,1,9.787,1,3,1,3.606,15.107,100,77,56,16.061,26.358,1,1,31.252,1,1,33.76,1,32.087,15.014,6,5,6,6,6,7,,16.562,6,6,6,2,6,7,"I feel it accurately presents to me the fact that the vaccines work, but to an extent",31.862,5,,6.499,2,7,3,4,1,5,6,14.269,1,4,4,6,8,3,5,8,,17.068,2,1,4,4,4,2,78.101,3,1,10.1,1,1987,California,6,2,1,,6,,,7,1,2,,75.868,5e589bf82e08c90a78a29bbe,"{""startTime"":1678921050832,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921067830,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678920977010,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":19176,""label"":""hovered"",""timeHovered"":1155,""week"":""2022-01-03""}]}","{""startTime"":1678921035365,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7938,""label"":""hovered"",""timeHovered"":2486,""week"":""2022-02-07""}]}",1,simple,line,0,1,0,Positive,2.8,0,1,1,2.486,2.486,0,15,1,1,1,1,1 -2023-03-15 18:50:06,2023-03-15 19:04:06,0,100,840,1,2023-03-15 19:04:07,R_4Z6E971VfCPa54l,32.7003,-97.6086,EN,1,24.486,,,,,15.01,80,67,69,46.203,150.443,1,1,70.357,1,1,72.464,-3,81.659,15.014,5,5,5,5,5,4,,56.785,6,6,6,5,5,5,I tend not to trust something that is presented to me right away. I need someone or something to confirm or deny the information in front of me.,69.706,5,,7.424,2,7,3,4,1,5,6,19.076,7,6,7,7,7,8,9,9,,28.461,3,2,2,3,3,2,39.199,5,,7.975,1,2001,Texas,2,2,1,,7,,,5,4,2,,76.941,63e51bc3169991cfbcd4fe97,"{""startTime"":1678920950564,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":6515,""label"":""hovered"",""timeHovered"":3318,""week"":""2021-12-27""},{""time"":11365,""label"":""hovered"",""timeHovered"":1244,""week"":""2021-12-27""},{""time"":12681,""label"":""hovered"",""timeHovered"":4976,""week"":""2021-12-27""},{""time"":18218,""label"":""hovered"",""timeHovered"":1547,""week"":""2021-12-27""}]}","{""startTime"":1678921008013,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678920701865,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":21357,""label"":""hovered"",""timeHovered"":1817,""week"":""2022-01-03""},{""time"":27108,""label"":""hovered"",""timeHovered"":1550,""week"":""2022-01-10""},{""time"":28776,""label"":""hovered"",""timeHovered"":1267,""week"":""2022-01-03""},{""time"":72780,""label"":""started_brush"",""startDate"":""2021-05-06"",""endDate"":""2022-02-13""},{""time"":84916,""label"":""moved_brush"",""startDate"":""2021-05-06"",""endDate"":""2022-02-13""},{""time"":90280,""label"":""moved_brush"",""startDate"":""2021-12-11"",""endDate"":""2022-02-13""},{""time"":105673,""label"":""moved_brush"",""startDate"":""2021-12-07"",""endDate"":""2022-02-13""},{""time"":121787,""label"":""cleared_brush"",""using"":""click""},{""time"":121789,""label"":""cleared_brush"",""using"":""Escape""},{""time"":130399,""label"":""hovered"",""timeHovered"":1720,""week"":""2022-01-31""},{""time"":141365,""label"":""started_brush"",""startDate"":""2021-08-27"",""endDate"":""2022-02-13""},{""time"":143377,""label"":""moved_brush"",""startDate"":""2021-11-29"",""endDate"":""2022-02-13""},{""time"":145966,""label"":""hovered"",""timeHovered"":2576,""week"":""2022-01-10""}]}","{""startTime"":1678920934987,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line,1,0,0,Negative,2.5,0,0,0,0,0,0,15,1,1,0,0,3 -2023-03-15 18:52:57,2023-03-15 19:04:19,0,100,682,1,2023-03-15 19:04:20,R_6LFVw5NmSzjl1sd,32.7254,-97.3208,EN,1,70.809,1,2,2,7.936,15.008,100,100,80,39.917,35.77,1,1,62.073,-2,1,45.982,1,24.849,15.012,4,4,4,4,6,4,,56.936,6,6,5,2,4,4,i haven't verified its integrity.,25.926,4,,16.742,2,7,3,4,1,5,6,29.06,4,3,5,5,3,6,9,9,,28.888,3,3,4,4,4,3,47.263,4,3,17.201,1,1990,Texas,4,2,2,,4,,,6,4,2,,85.936,5fe3f539dd8cf10e7d545231,"{""startTime"":1678921082555,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921024424,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678920926490,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":15404,""label"":""hovered"",""timeHovered"":1045,""week"":""2022-01-10""},{""time"":31431,""label"":""hovered"",""timeHovered"":2601,""week"":""2021-08-16""}]}","{""startTime"":1678921008987,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6703,""label"":""hovered"",""timeHovered"":1699,""week"":""2022-01-10""},{""time"":8575,""label"":""hovered"",""timeHovered"":5265,""week"":""2022-01-10""}]}",1,moderate,line,1,0,0,Neutral,3.5,0,2,2,6.964,3.482,1872,15,1,0.5,1,0.5,2 -2023-03-15 18:52:38,2023-03-15 19:05:57,0,100,799,1,2023-03-15 19:05:58,R_2aPKVSiNg6RZUzc,32.4699,-90.1102,EN,1,3.5,,,,,15.015,85,73,66,16.176,13.74,-2,-2,126.525,1,1,122.246,1,91.963,15.171,7,7,7,7,6,7,,14.073,7,7,7,7,7,7,Because it seems accurate and the information is presented in a way that allows me to accurately pinpoint what I need,30.955,4,,13.495,2,7,3,4,1,5,6,24.446,4,5,4,4,3,6,10,10,,47.088,5,5,5,1,5,5,147.499,2,,2.615,2,2002,Mississippi,2,1,1,,3,,,12,4,1,60f592f40e80188d5bc991e8@email.prolific.co,92.349,60f592f40e80188d5bc991e8,"{""startTime"":1678920882743,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678920897278,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678920725653,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678920867042,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":3071,""label"":""hovered"",""timeHovered"":3093,""week"":""2021-08-23""}]}",0,simple,line,0,1,0,Positive,4.3,0,1,1,3.093,3.093,0,15,0,1,1,0,1 -2023-03-15 18:57:16,2023-03-15 19:06:22,0,100,546,1,2023-03-15 19:06:23,R_20URAtlnLIYekvM,41.3186,-72.9302,EN,1,19.407,,,,,15.118,60,60,62,22.863,31.097,1,1,45.64,-3,1,63.28,1,42.554,15.112,4,4,4,3,4,4,,27.037,4,5,4,2,2,4,I have no reason to trust it or not trust it. ,18.194,5,,7.471,2,7,3,4,1,5,6,13.593,5,8,7,6,6,5,8,8,,14.924,3,3,4,2,4,4,22.247,3,,3.877,2,1984,Connecticut,6,1,1,,7,,,14,4,2,,82.411,63d15bdba3ed809e5df7bd5b,"{""startTime"":1678921290486,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921234411,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921140012,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":21676,""label"":""hovered"",""timeHovered"":2680,""week"":""2022-01-03""}]}","{""startTime"":1678921218119,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7846,""label"":""hovered"",""timeHovered"":4959,""week"":""2021-08-23""}]}",0,simple,line,0,0,0,Neutral,3.3,0,1,1,4.959,4.959,0,15,1,0.5,1,1,1 -2023-03-15 18:50:10,2023-03-15 19:06:24,0,100,973,1,2023-03-15 19:06:25,R_22A1OFcJ0DKnYVW,36.3701,-95.8469,EN,1,117.815,1,4,2,24.049,15.018,97,97,67,45.161,49.184,1,-2,69.491,1,1,89.365,-1,61.315,15.023,6,6,7,7,7,7,,38.584,6,7,7,6,5,7,"It is a clearly represented graph showing number of cases in vaccinated versus unvaccinated people per 100K. It is not ambiguous, it's very clear cut in presenting the data.",61.256,5,"On the previous question, it asked about the number of 80 year olds in late Dec 2022, but the chart only shows Jan and Feb of 2022. I answered I don't know, even though I assume the question might have meant late 2021?",64.61,2,7,3,4,1,5,6,35.635,2,4,4,4,3,7,9,9,,29.932,3,2,4,3,3,4,43.296,2,1,22.103,2,1974,Oklahoma,3,1,1,,7,,,11,4,1,purdueliz@gmail.com,120.925,6159fe7811a7e1b94401c33f,"{""startTime"":1678920973675,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921012715,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678920838661,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":9855,""label"":""hovered"",""timeHovered"":11284,""week"":""2022-01-03""},{""time"":34131,""label"":""hovered"",""timeHovered"":1263,""week"":""2021-12-27""},{""time"":35997,""label"":""hovered"",""timeHovered"":4241,""week"":""2021-10-25""},{""time"":40614,""label"":""hovered"",""timeHovered"":2270,""week"":""2022-02-07""}]}","{""startTime"":1678920958165,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":3985,""label"":""hovered"",""timeHovered"":2736,""week"":""2022-01-03""},{""time"":9068,""label"":""hovered"",""timeHovered"":1291,""week"":""2021-07-12""}]}",1,simple,line,1,2,0,Positive,3.2,0,2,2,4.027,2.0135,5083,15,0.5,1,0,0.5,1 -2023-03-15 18:59:10,2023-03-15 19:07:16,0,100,485,1,2023-03-15 19:07:16,R_2VPGmYrxVtW241k,39.872,-105.0405,EN,1,3.984,1,3,2,4.883,15.007,93,90,89,13.575,7.575,1,-1,18.032,-2,-1,43.646,1,30.124,15.01,6,5,5,6,6,5,,19.612,5,5,5,4,5,5,"I do not disagree, therefore, I slightly agree because I don't if this graph is accurate (but have a feeling it's more accurate than anti-vaxxors)",38.586,2,,12.053,2,7,3,4,1,5,6,57.693,2,1,3,1,1,2,4,3,,24.417,3,3,4,3,4,3,37.378,3,2,13.479,1,1990,Colorado,3,2,1,,2,,,10,4,2,,87.91,61645d805d7b358ed3e052a6,"{""startTime"":1678921325288,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921267950,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921200583,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921252509,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line,0,1,0,Positive,3.3,0,0,0,0,0,0,15,0.5,0,1,0,2 -2023-03-15 18:54:35,2023-03-15 19:08:34,0,100,838,1,2023-03-15 19:08:34,R_2zMhUR8qtUxsBqc,39.3434,-84.4009,EN,1,26.241,,,,,15.113,78,82,29,47.276,146.467,1,1,63.524,-2,1,105.229,1,75.462,15.009,6,6,6,6,7,6,,37.872,6,6,6,1,1,6,Broken down what each one is also colors and dates,20.638,4,,10.799,2,7,3,4,1,5,6,30.219,6,9,9,9,6,10,10,10,,26.563,1,1,3,4,2,1,38.585,4,,13.276,2,1978,Ohio,2,2,1,,9,,Westchester,7,2,1,j_tweety69@yahoo.com,88.083,5cb7d17ddd3aff0017d13821,"{""startTime"":1678921271819,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921213696,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678920975238,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":79337,""label"":""cleared_brush"",""using"":""click""},{""time"":80307,""label"":""started_brush"",""startDate"":""2021-06-08"",""endDate"":""2021-08-17""},{""time"":96737,""label"":""moved_brush"",""startDate"":""2021-05-17"",""endDate"":""2021-07-26""},{""time"":111691,""label"":""moved_brush"",""startDate"":""2021-05-17"",""endDate"":""2021-07-26""},{""time"":121242,""label"":""moved_brush"",""startDate"":""2021-06-19"",""endDate"":""2021-08-28""},{""time"":126478,""label"":""cleared_brush"",""using"":""click""},{""time"":126480,""label"":""cleared_brush"",""using"":""Escape""},{""time"":129586,""label"":""started_brush"",""startDate"":""2021-06-30"",""endDate"":""2021-08-27""}]}","{""startTime"":1678921198184,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line,0,1,0,Positive,2,0,0,0,0,0,0,15,1,0.5,1,1,3 -2023-03-15 19:00:24,2023-03-15 19:08:39,0,100,494,1,2023-03-15 19:08:39,R_1qUFFXW4eKeFTuu,38.8503,-104.8567,EN,1,3.832,1,4,1,7.048,15.011,86,91,61,13.562,25.917,1,1,44.126,-1,-3,67.183,-1,57.285,15.114,6,3,6,6,6,6,,21.605,3,6,6,6,5,6,"The visualization is based on data from the CDC, which tends to have accurate information.",22.626,5,,8.602,2,7,3,4,1,5,6,15.797,5,8,3,8,7,4,10,9,,30.361,4,4,4,2,4,4,24.824,2,1,13.8,2,1998,Colorado,6,3,1,,7,,,6,4,1,aprilgetz1998@gmail.com,65.138,61007138183fbe1c96ac250e,"{""startTime"":1678921387317,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921409570,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921277375,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":7510,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1183,""week"":""52"",""id"":""chart""},{""time"":12510,""label"":""tour_next"",""step"":2},{""time"":16093,""label"":""tour_end"",""step"":2},{""time"":19783,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3248,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678921371528,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":3273,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1659,""week"":""52"",""id"":""chart""},{""time"":7088,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1204,""week"":""20"",""id"":""chart""}]}",1,moderate,bar,1,0,0,Positive,3.7,0,2,2,2.863,1.4315,3815,15,1,0,0,0,2 -2023-03-15 18:55:18,2023-03-15 19:09:28,0,100,849,1,2023-03-15 19:09:29,R_1FPxFtIesGC3l8p,39.1027,-94.5778,EN,1,78.177,1,2,1,6.041,15.008,63,86,68,42.448,54.384,1,1,66.818,-1,1,56.926,1,106.563,15.011,4,4,5,5,6,5,,33.398,5,5,5,4,4,5,"I remember there being flar ups in the time after the Vaccine was rolled out, but I can't remember specifics. Even now, flare ups especially in large cities are rather common. ",95.613,2,,9.345,2,7,3,4,1,5,6,27.748,2,2,2,2,4,6,4,6,,36.085,2,3,3,4,3,3,37.298,2,2,12.115,1,1997,Missouri,4,1,1,,3,,,9,4,2,,107.799,628ecc32276d54517f4c004d,"{""startTime"":1678921207178,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921241018,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":4158,""label"":""hovered"",""timeHovered"":1018,""week"":""2021-12-20""},{""time"":6061,""label"":""hovered"",""timeHovered"":3234,""week"":""2021-11-22""}]}","{""startTime"":1678921069918,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":28139,""label"":""hovered"",""timeHovered"":4606,""week"":""2021-04-12""},{""time"":44571,""label"":""hovered"",""timeHovered"":6645,""week"":""2022-01-03""}]}","{""startTime"":1678921191725,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":13544,""label"":""hovered"",""timeHovered"":1809,""week"":""2022-01-03""}]}",1,simple,line,0,1,0,Neutral,3,0,1,1,1.809,1.809,0,15,1,0.5,1,1,1 -2023-03-15 18:58:06,2023-03-15 19:09:39,0,100,693,1,2023-03-15 19:09:40,R_1ocosnuw5X3tjWm,35.2316,-80.8428,EN,1,11.895,,,,,15.01,91,87,58,30.239,105.627,1,1,27.995,1,1,62.455,-1,21.647,15.014,6,4,2,6,3,6,,37.326,5,7,6,2,6,6,It comes from the Croatian government and I have no reason to believe they would misrepresent this data.,40.775,4,,8.581,2,7,3,4,1,5,6,25.929,3,5,7,5,8,5,11,11,,30.668,4,4,5,1,4,5,27.565,2,,8.023,1,1968,North Carolina,7,3,1,,7,,,17,4,2,,124.717,61008174621af4fde89d5c7f,"{""startTime"":1678921414737,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":1086,""label"":""hovered"",""timeHovered"":5742,""week"":""2021-12-20""}]}","{""startTime"":1678921316392,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":10692,""label"":""started_brush"",""startDate"":""2021-07-27"",""endDate"":""2022-02-06""},{""time"":20011,""label"":""moved_brush"",""startDate"":""2021-08-02"",""endDate"":""2022-02-13""}]}","{""startTime"":1678921172321,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":9134,""label"":""hovered"",""timeHovered"":1150,""week"":""2021-09-06""},{""time"":16722,""label"":""hovered"",""timeHovered"":1178,""week"":""2021-08-23""},{""time"":22543,""label"":""hovered"",""timeHovered"":1909,""week"":""2021-12-06""},{""time"":66485,""label"":""cleared_brush"",""using"":""click""},{""time"":70843,""label"":""started_brush"",""startDate"":""2021-07-09"",""endDate"":""2021-09-26""},{""time"":79386,""label"":""moved_brush"",""startDate"":""2021-06-25"",""endDate"":""2021-09-12""},{""time"":92767,""label"":""moved_brush"",""startDate"":""2021-06-25"",""endDate"":""2021-09-12""},{""time"":93591,""label"":""cleared_brush"",""using"":""click""}]}","{""startTime"":1678921300798,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":11042,""label"":""hovered"",""timeHovered"":2120,""week"":""2022-01-17""}]}",0,complex,line,1,0,0,Positive,3.8,0,1,1,2.12,2.12,0,15,1,1,0,0,3 -2023-03-15 19:01:20,2023-03-15 19:10:05,0,100,525,1,2023-03-15 19:10:06,R_2OV0ysUAzO5ncte,41.0413,-83.6461,EN,1,29.205,,,,,15.01,36,38,63,21.153,39.942,1,-2,37.059,1,1,44.912,-1,27.565,15.111,5,4,6,3,5,5,Not at this time.,23.815,5,5,3,2,1,5,"I have no frame of reference to know if the information is really true, but it appears to be specific and easy enough to understand I lean towards trusting it",55.305,5,Not at this time.,13.518,2,7,3,4,1,5,6,22.236,5,5,2,6,5,3,9,7,Not at this time.,25.793,5,5,4,1,5,5,33.203,1,,6.21,2,1994,Ohio,6,3,1,,7,,,10,4,2,,52.188,63161b57aa5e6c648c58692a,"{""startTime"":1678921446482,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921471048,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921352566,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":6904,""label"":""hovered"",""timeHovered"":1688,""week"":""2021-12-20""},{""time"":24507,""label"":""hovered"",""timeHovered"":1954,""week"":""2021-04-12""},{""time"":34531,""label"":""hovered"",""timeHovered"":1984,""week"":""2021-12-27""}]}","{""startTime"":1678921430888,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7852,""label"":""hovered"",""timeHovered"":1212,""week"":""2021-12-27""},{""time"":13547,""label"":""hovered"",""timeHovered"":1001,""week"":""2022-01-03""}]}",0,simple,line,1,1,0,Positive,4.2,0,2,2,2.213,1.1065,5695,15,0.5,1,0,0.5,1 -2023-03-15 18:53:00,2023-03-15 19:10:11,0,100,1031,1,2023-03-15 19:10:12,R_3iyjxR2vaBdNEJd,43.8971,-69.9817,EN,1,5.262,1,2,1,6.2,15.027,100,100,1,17.475,20.757,1,1,44.796,-3,1,120.724,-3,102.701,15.017,7,6,7,6,7,7,,464.433,6,7,5,6,6,7,"It seems pretty accurate, regarding most of the things that I know about the Covid pandemic.",24.368,2,,8.504,2,7,3,4,1,5,6,15.766,1,1,1,1,1,1,11,9,,17.46,5,5,5,1,5,5,25.183,1,1,10.562,2,1989,Rhode Island,5,2,1,,9,,Providence,6,4,1,chestnutmsmith@gmail.com,68.666,55132578fdf99b1b0568bdb8,"{""startTime"":1678920921761,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921387787,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678920838326,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678920905457,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":5206,""label"":""hovered"",""timeHovered"":1597,""week"":""2022-01-10""}]}",1,simple,line,0,1,0,Positive,4.3,0,1,1,1.597,1.597,0,15,1,0.5,0,1,1 -2023-03-15 19:00:13,2023-03-15 19:10:36,0,100,623,1,2023-03-15 19:10:37,R_2ZDoeNGR6AsEAHN,33.8321,-118.1739,EN,1,15.627,1,3,1,6.07,15.11,71,78,19,11.937,33.893,-2,1,59.39,-3,-3,105.443,-2,61.728,15.015,5,2,4,3,3,3,,26.801,5,3,3,4,2,3,"I am not quite sure how accurate the data reporting is, nor how severe the cases were (hospitalizations, etc)",42.187,4,,13.235,2,7,3,4,1,5,6,16.481,3,4,6,7,4,5,5,7,,28.187,4,3,4,2,4,2,28.085,4,4,8.554,2,1996,California,6,1,1,,7,,,6,3,1,claire.epting@gmail.com,80.3,5e7e89cc4fd114104a39fb88,"{""startTime"":1678921507090,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921428377,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921272650,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":11500,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1176,""week"":""50"",""id"":""chart""},{""time"":15416,""label"":""tour_next"",""step"":2},{""time"":19535,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678921412910,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":3340,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1471,""week"":""52"",""id"":""chart""},{""time"":4817,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1183,""week"":""52"",""id"":""chart""},{""time"":6060,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2472,""week"":""51"",""id"":""chart""},{""time"":10723,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1309,""week"":""50"",""id"":""chart""},{""time"":12189,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1160,""week"":""51"",""id"":""chart""}]}",1,moderate,bar,0,1,0,Negative,3.2,0,5,5,7.595,1.519,8849,15,0.5,0,0,0,2 -2023-03-15 19:03:32,2023-03-15 19:10:43,0,100,431,1,2023-03-15 19:10:44,R_agim7QzLTkd6FDb,41.9261,-71.3011,EN,1,2.989,1,3,2,6.212,15.005,100,100,74,18.711,25.194,1,1,60.392,1,1,42.868,1,44.909,15.006,7,6,7,7,7,7,,35.101,4,7,7,4,4,7,The source is a trusted source.,19.842,4,,10,2,7,3,4,1,5,6,19.667,6,7,6,7,6,3,10,8,,18.663,3,3,4,3,3,3,16.239,2,3,13.834,1,1993,Massachusetts,2,2,1,,7,,,5,4,2,,33.984,5e156dbb19232db781789a8f,"{""startTime"":1678921564655,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921600152,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921463114,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921549233,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":12800,""label"":""hovered"",""timeHovered"":1047,""week"":""2021-09-13""}]}",1,simple,line,1,0,0,Positive,3.2,0,1,1,1.047,1.047,0,15,1,1,1,1,1 -2023-03-15 19:00:24,2023-03-15 19:12:05,0,100,700,1,2023-03-15 19:12:06,R_p9SPtFtglrWQyS5,30.6922,-88.0425,EN,1,20.284,1,2,2,9.953,15.008,87,58,62,34.214,55.672,1,1,83.536,-3,1,46.105,1,85.134,15.113,4,5,5,6,5,5,,49.476,5,5,5,4,5,5,If it's accurate,45.393,5,,9.652,2,7,3,4,1,5,6,18.806,5,4,4,5,6,7,9,8,,23.462,2,3,3,3,3,3,75.039,7,4,9.757,1,1983,Alabama,5,2,3,,2,,,11,1,1,javakas@gmail.com,53.756,5971640e7ec240000170cb69,"{""startTime"":1678921479003,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921529071,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921320703,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":21621,""label"":""started_brush"",""startDate"":""2021-06-30"",""endDate"":""2022-01-27""},{""time"":31400,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-08""},{""time"":37327,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-08""},{""time"":38399,""label"":""cleared_brush"",""using"":""click""},{""time"":50971,""label"":""started_brush"",""startDate"":""2021-06-01"",""endDate"":""2021-10-26""}]}","{""startTime"":1678921462551,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":8565,""label"":""started_brush"",""startDate"":""2021-07-23"",""endDate"":""2022-02-13""},{""time"":12970,""label"":""moved_brush"",""startDate"":""2021-07-23"",""endDate"":""2022-02-13""}]}",1,complex,line,0,1,0,Neutral,2.8,1,2,0,0,0,4405,15,1,0.5,1,1,3 -2023-03-15 19:03:15,2023-03-15 19:12:27,0,100,551,1,2023-03-15 19:12:27,R_3My9Se6gK1Mqb4A,33.7657,-84.2951,EN,1,7.203,1,4,2,5.883,15.025,96,98,88,14.844,123.401,-3,1,42.701,-3,1,44.602,-3,44.598,15.016,6,6,6,6,6,6,,22.906,7,6,5,5,3,6,"It is from a reputable source the CDC. Also, it is just well presented and looks scientific which makes me trust it more.",29.771,3,,9.705,2,7,3,4,1,5,6,19.609,4,4,3,5,6,6,10,8,,22.204,4,4,4,2,4,4,28.014,3,3,11.106,1,2004,Georgia,3,3,1,,9,,Decatur,13,3,1,declan.bolch@gmail.com,49.792,5e9f766e2535380e106a8c6b,"{""startTime"":1678921638266,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921662126,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921451525,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":72,""label"":""tour_started""},{""time"":10240,""label"":""tour_next"",""step"":5},{""time"":17744,""label"":""cleared_brush"",""using"":""Click""},{""time"":18932,""label"":""tour_back"",""step"":5},{""time"":23364,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2540,""week"":""47"",""id"":""chart""},{""time"":27475,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1476,""week"":""52"",""id"":""chart""},{""time"":33385,""label"":""tour_next"",""step"":5},{""time"":36685,""label"":""cleared_brush"",""using"":""Click""},{""time"":41326,""label"":""cleared_brush"",""using"":""Click""},{""time"":43444,""label"":""cleared_brush"",""using"":""Click""},{""time"":44187,""label"":""cleared_brush"",""using"":""Click""},{""time"":46341,""label"":""cleared_brush"",""using"":""Click""},{""time"":54030,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-04-13""},{""time"":60630,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-04-11""},{""time"":81009,""label"":""tour_back"",""step"":5},{""time"":83587,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":2542,""week"":""14"",""id"":""chart""},{""time"":89279,""label"":""tour_next"",""step"":5},{""time"":95037,""label"":""cleared_brush"",""using"":""Click""},{""time"":99695,""label"":""started_brush"",""startDate"":""2021-09-06"",""endDate"":""2021-11-15""},{""time"":101268,""label"":""tour_next"",""step"":5},{""time"":107404,""label"":""moved_brush"",""startDate"":""2021-08-13"",""endDate"":""2021-10-22""},{""time"":109013,""label"":""tour_next"",""step"":5},{""time"":115509,""label"":""cleared_brush"",""using"":""Click""},{""time"":115510,""label"":""cleared_brush"",""using"":""Escape""},{""time"":117088,""label"":""tour_next"",""step"":5},{""time"":119559,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678921622200,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar,2,0,0,Positive,3.7,0,0,0,0,0,0,15,0.5,0.5,0,0,3 -2023-03-15 18:53:34,2023-03-15 19:12:44,0,100,1150,1,2023-03-15 19:12:45,R_3DiNz275Scwop4f,38.894,-77.0365,EN,1,170.89,,,,,15.11,71,89,63,22.665,248.352,1,1,80.864,1,1,103.596,1,117.941,15.11,4,4,4,4,2,4,None,48.398,2,4,2,2,2,4,I didn't think that the information provided when you hovered over the visualization matched the legend on the side.,34.903,4,,9.582,2,7,3,4,1,5,6,13.006,6,6,6,6,6,5,9,9,,13.338,3,4,4,2,4,4,9.686,1,,3.593,1,1993,California,6,3,1,,7,,,12,4,1,rachdangabriel@gmail.com,71.725,587418895c17910001ea4e75,"{""startTime"":1678921596430,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":1719,""label"":""hovered"",""timeHovered"":1231,""week"":""2022-01-24""},{""time"":3230,""label"":""hovered"",""timeHovered"":18353,""week"":""2022-02-07""},{""time"":22285,""label"":""hovered"",""timeHovered"":9401,""week"":""2021-12-27""},{""time"":31926,""label"":""hovered"",""timeHovered"":3756,""week"":""2021-12-27""},{""time"":37393,""label"":""hovered"",""timeHovered"":1393,""week"":""2021-12-27""}]}","{""startTime"":1678921457208,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":3509,""label"":""hovered"",""timeHovered"":6181,""week"":""2021-12-27""},{""time"":19195,""label"":""hovered"",""timeHovered"":1109,""week"":""2021-12-27""},{""time"":20390,""label"":""hovered"",""timeHovered"":11153,""week"":""2021-12-27""},{""time"":33293,""label"":""hovered"",""timeHovered"":30497,""week"":""2021-12-27""},{""time"":64873,""label"":""hovered"",""timeHovered"":1311,""week"":""2022-01-03""},{""time"":66490,""label"":""hovered"",""timeHovered"":2182,""week"":""2022-02-07""},{""time"":68960,""label"":""hovered"",""timeHovered"":7012,""week"":""2022-01-24""},{""time"":77477,""label"":""cleared_brush"",""using"":""click""},{""time"":78730,""label"":""started_brush"",""startDate"":""2021-05-06"",""endDate"":""2021-07-11""},{""time"":79363,""label"":""hovered"",""timeHovered"":4808,""week"":""2021-06-21""}]}","{""startTime"":1678921074001,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":1190,""label"":""hovered"",""timeHovered"":1396,""week"":""2021-08-16""},{""time"":10858,""label"":""hovered"",""timeHovered"":1911,""week"":""2022-01-03""},{""time"":166519,""label"":""started_brush"",""startDate"":""2021-05-12"",""endDate"":""2021-08-14""},{""time"":172387,""label"":""moved_brush"",""startDate"":""2021-05-12"",""endDate"":""2021-08-14""},{""time"":174339,""label"":""moved_brush"",""startDate"":""2021-06-16"",""endDate"":""2021-08-14""},{""time"":182622,""label"":""cleared_brush"",""using"":""click""},{""time"":201559,""label"":""cleared_brush"",""using"":""click""},{""time"":204637,""label"":""started_brush"",""startDate"":""2021-06-30"",""endDate"":""2021-11-09""},{""time"":209904,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-09""},{""time"":212954,""label"":""moved_brush"",""startDate"":""2021-07-15"",""endDate"":""2022-02-13""},{""time"":219004,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-13""},{""time"":224153,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-13""},{""time"":226271,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-13""},{""time"":228254,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-13""},{""time"":228537,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-13""},{""time"":228837,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-13""},{""time"":230920,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-13""},{""time"":232154,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-10-18""},{""time"":235274,""label"":""moved_brush"",""startDate"":""2021-09-14"",""endDate"":""2021-10-18""},{""time"":237486,""label"":""moved_brush"",""startDate"":""2021-09-14"",""endDate"":""2022-01-22""},{""time"":239601,""label"":""moved_brush"",""startDate"":""2021-10-06"",""endDate"":""2022-02-13""},{""time"":244477,""label"":""moved_brush"",""startDate"":""2021-12-14"",""endDate"":""2022-02-13""}]}","{""startTime"":1678921441634,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":2782,""label"":""hovered"",""timeHovered"":1468,""week"":""2021-11-08""},{""time"":4849,""label"":""hovered"",""timeHovered"":2234,""week"":""2022-01-03""}]}",0,complex,line,0,1,0,Negative,3.5,0,2,2,3.702,1.851,2067,15,1,1,1,1,3 -2023-03-15 18:58:58,2023-03-15 19:12:45,0,100,826,1,2023-03-15 19:12:45,R_1QzHKaGOMGSFQW3,39.6343,-77.7337,EN,1,9.865,,,,,15.116,93,86,36,49.007,106.468,1,-3,36.931,-1,1,103.498,1,58.855,15.111,6,6,2,5,6,6,,40.597,5,5,5,6,4,6,The source of the data is the Department of Agriculture and the graphic is put together well showing all the variation in data.,57.158,5,,9.553,2,7,3,4,1,5,6,22.587,1,5,8,9,4,7,11,10,,31.181,4,4,5,2,4,4,51.877,4,,9.666,1,1962,Maryland,4,2,1,,8,Hagerstown,,6,4,2,,143.582,5ee526f3eca1a22601d187f4,"{""startTime"":1678921448887,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921489967,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921222798,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":23362,""label"":""hovered"",""timeHovered"":2283,""week"":""2022-01-03""},{""time"":41137,""label"":""hovered"",""timeHovered"":1333,""week"":""2021-08-23""},{""time"":44808,""label"":""hovered"",""timeHovered"":22275,""week"":""2021-10-25""},{""time"":73255,""label"":""hovered"",""timeHovered"":12082,""week"":""2022-01-10""}]}","{""startTime"":1678921433440,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,line,1,1,0,Positive,3.8,0,0,0,0,0,0,15,0.5,0.5,1,0.5,2 -2023-03-15 18:58:09,2023-03-15 19:13:11,0,100,901,1,2023-03-15 19:13:11,R_1K7lIBrO2rVyLEU,26.6598,-80.2429,EN,1,4.063,,,,,15.112,80,97,75,49.699,193.014,1,-3,71.52,1,1,77.436,1,63.034,15.311,5,5,4,6,7,5,Very interesting study.,56.814,6,7,6,3,2,5,The graph and its' interactivity seem top be well-done. I slightly agree that the information is possibly valid.,68.707,5,Very interesting study.,16.309,2,7,3,4,1,5,6,28.907,4,4,9,7,5,7,10,9,Interesting study.,34.367,3,2,4,2,4,3,35.506,3,,11.303,1,1986,Florida,4,2,1,,9,,West Palm Beach,13,4,1,skatr581@yahoo.com,52.688,5f8b066742a6381ddae03d75,"{""startTime"":1678921586027,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921436501,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921163680,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":2371,""label"":""hovered"",""timeHovered"":3225,""week"":""2021-08-02""},{""time"":21632,""label"":""hovered"",""timeHovered"":13398,""week"":""2021-10-11""},{""time"":44103,""label"":""hovered"",""timeHovered"":3025,""week"":""2021-10-04""},{""time"":50805,""label"":""hovered"",""timeHovered"":1191,""week"":""2021-04-12""},{""time"":53392,""label"":""hovered"",""timeHovered"":1365,""week"":""2021-04-19""},{""time"":105026,""label"":""started_brush"",""startDate"":""2021-11-21"",""endDate"":""2022-01-22""},{""time"":106345,""label"":""moved_brush"",""startDate"":""2021-11-21"",""endDate"":""2022-02-13""},{""time"":116448,""label"":""moved_brush"",""startDate"":""2021-11-21"",""endDate"":""2022-02-13""},{""time"":118515,""label"":""moved_brush"",""startDate"":""2022-01-02"",""endDate"":""2022-02-13""},{""time"":151743,""label"":""cleared_brush"",""using"":""click""},{""time"":153647,""label"":""started_brush"",""startDate"":""2021-11-13"",""endDate"":""2021-12-04""},{""time"":153915,""label"":""started_brush"",""startDate"":""2022-01-15"",""endDate"":""2022-01-17""},{""time"":174723,""label"":""started_brush"",""startDate"":""2021-07-10"",""endDate"":""2021-09-28""},{""time"":175136,""label"":""cleared_brush"",""using"":""click""},{""time"":176398,""label"":""started_brush"",""startDate"":""2021-12-27"",""endDate"":""2021-12-28""},{""time"":176867,""label"":""cleared_brush"",""using"":""click""},{""time"":177390,""label"":""cleared_brush"",""using"":""click""},{""time"":177877,""label"":""cleared_brush"",""using"":""click""},{""time"":180898,""label"":""started_brush"",""startDate"":""2021-07-27"",""endDate"":""2022-01-14""},{""time"":183369,""label"":""moved_brush"",""startDate"":""2021-07-27"",""endDate"":""2021-12-15""}]}","{""startTime"":1678921420798,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line,0,3,0,Positive,3,0,0,0,0,0,0,15,0.5,1,1,1,3 -2023-03-15 19:02:57,2023-03-15 19:13:35,0,100,638,1,2023-03-15 19:13:36,R_1Fbnp4hUNpDtnpW,40.7429,-73.9392,EN,1,6.025,,,,,15.115,78,22,58,18.421,53.432,1,1,41.601,-3,1,49.683,1,61.066,15.025,4,2,4,1,3,4,,46.147,2,3,5,4,2,3,"If I don't understand what I am looking at, as a layperson, then I won't trust that I am being presented with an argument which is easy to prove (because there would be mountains of data to choose from).",62.225,2,,10.763,2,7,3,4,1,5,6,25.348,1,2,8,8,3,6,2,4,,26.342,1,5,5,2,4,4,29.559,6,,8,1,1966,New York,6,1,1,,7,,,12,4,2,,114.463,5adf6ea7f6b58c0001fa8404,"{""startTime"":1678921557582,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":12109,""label"":""hovered"",""timeHovered"":2907,""week"":""2022-01-24""}]}","{""startTime"":1678921604194,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921426184,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":29195,""label"":""started_brush"",""startDate"":""2021-06-26"",""endDate"":""2021-07-25""},{""time"":35609,""label"":""moved_brush"",""startDate"":""2021-06-26"",""endDate"":""2021-10-21""},{""time"":42995,""label"":""cleared_brush"",""using"":""click""},{""time"":43004,""label"":""cleared_brush"",""using"":""Escape""}]}","{""startTime"":1678921541840,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":9165,""label"":""hovered"",""timeHovered"":1043,""week"":""2021-12-27""}]}",0,complex,line,0,1,0,Negative,3.5,0,1,1,1.043,1.043,0,15,1,0.5,1,1,3 -2023-03-15 18:59:17,2023-03-15 19:13:37,0,100,860,1,2023-03-15 19:13:37,R_ahJNT1D0ZeY7sJz,41.9025,-87.6726,EN,1,3.503,1,3,1,7.59,15.125,100,97,55,33.246,32.76,-1,-1,35.365,-1,1,44.209,-1,10.128,16.942,7,4,7,4,7,7,,37.773,4,5,5,4,4,7,it's from a reliable source,11.999,3,,423.666,2,7,3,4,1,5,6,20.36,3,4,9,3,2,7,11,11,,34.005,1,3,3,3,3,3,16.262,2,4,8.804,2,1993,Illinois,6,2,2,,4,,,8,4,2,,49.962,60fccc2c096c38cc9ad63ff3,"{""startTime"":1678921315020,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921353463,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":10699,""label"":""hovered"",""timeHovered"":2329,""week"":""2021-12-27""}]}","{""startTime"":1678921226913,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921296247,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line,1,0,0,Positive,2.7,0,0,0,0,0,0,15,0,0.5,0,0,1 -2023-03-15 18:55:55,2023-03-15 19:13:45,0,100,1070,1,2023-03-15 19:13:45,R_2AHylKmhS4OKdBj,33.3874,-112.0998,EN,1,35.097,,,,,15.007,87,91,58,26.25,73.094,1,1,97.043,1,1,112.864,1,68.865,15.021,5,5,5,4,7,6,,62.552,5,6,6,2,3,6,I thought the visualization was nicely laid out with the hover option to get even more accurate results. The source of the visualization was shown clearly in the bottom left corner.,116.335,4,,12.888,2,7,3,4,1,5,6,42.972,5,5,9,8,4,4,8,9,,31.219,2,3,4,3,3,2,40.664,4,,6.839,2,1963,Arizona,5,1,1,,7,,,6,2,2,,212.36,5da4152a3ab39a0011295a3e,"{""startTime"":1678921231183,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921294722,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":153,""label"":""hovered"",""timeHovered"":11836,""week"":""2022-02-07""}]}","{""startTime"":1678921043803,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7829,""label"":""hovered"",""timeHovered"":1131,""week"":""2021-10-25""},{""time"":41196,""label"":""hovered"",""timeHovered"":1601,""week"":""2021-08-30""},{""time"":44262,""label"":""hovered"",""timeHovered"":2699,""week"":""2022-01-03""},{""time"":68313,""label"":""hovered"",""timeHovered"":1077,""week"":""2022-01-03""}]}","{""startTime"":1678921215278,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,line,2,0,0,Positive,2.8,0,0,0,0,0,0,15,1,1,1,1,1 -2023-03-15 18:57:20,2023-03-15 19:14:02,0,100,1001,1,2023-03-15 19:14:03,R_1OlUJ59irANm3PB,41.1499,-85.2057,EN,1,41.76,1,2,2,7.359,15.125,66,35,60,23.8,167.111,-2,1,73.98,-2,1,88.347,1,95.252,15.013,4,5,4,6,7,4,,49.191,4,6,6,1,2,4,I do not know enough about all the information to know if I can trust it. I have seen a lot of false information out there,46.975,3,,12.488,2,7,3,4,1,5,6,33.072,4,6,8,5,2,5,8,9,,27.7,1,1,4,2,3,1,33.463,4,2,24.604,1,1955,Ohio,2,2,1,,7,,,5,4,2,,169.655,6130cdbb53f773b3125576a7,"{""startTime"":1678921428806,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921478356,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":8592,""label"":""started_brush"",""startDate"":""2021-06-28"",""endDate"":""2021-08-23""}]}","{""startTime"":1678921150309,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":58230,""label"":""started_brush"",""startDate"":""2021-05-27"",""endDate"":""2021-12-11""},{""time"":69015,""label"":""moved_brush"",""startDate"":""2021-05-27"",""endDate"":""2021-10-09""},{""time"":72629,""label"":""moved_brush"",""startDate"":""2021-09-01"",""endDate"":""2022-01-13""},{""time"":75314,""label"":""moved_brush"",""startDate"":""2021-09-01"",""endDate"":""2021-12-08""},{""time"":77216,""label"":""moved_brush"",""startDate"":""2021-09-04"",""endDate"":""2021-12-12""},{""time"":91803,""label"":""cleared_brush"",""using"":""click""},{""time"":91804,""label"":""cleared_brush"",""using"":""Escape""},{""time"":115563,""label"":""started_brush"",""startDate"":""2021-05-24"",""endDate"":""2021-09-26""},{""time"":119882,""label"":""hovered"",""timeHovered"":1181,""week"":""2021-06-28""},{""time"":126950,""label"":""moved_brush"",""startDate"":""2021-09-26"",""endDate"":""2021-12-07""},{""time"":137043,""label"":""hovered"",""timeHovered"":2654,""week"":""2021-11-15""},{""time"":152105,""label"":""moved_brush"",""startDate"":""2021-09-26"",""endDate"":""2021-11-18""},{""time"":154801,""label"":""hovered"",""timeHovered"":1304,""week"":""2021-11-01""},{""time"":156950,""label"":""hovered"",""timeHovered"":1060,""week"":""2021-11-08""},{""time"":162316,""label"":""moved_brush"",""startDate"":""2021-10-30"",""endDate"":""2021-12-22""},{""time"":165883,""label"":""moved_brush"",""startDate"":""2021-10-30"",""endDate"":""2021-12-01""}]}","{""startTime"":1678921413422,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":2842,""label"":""hovered"",""timeHovered"":1184,""week"":""2022-01-03""},{""time"":4145,""label"":""hovered"",""timeHovered"":2431,""week"":""2021-12-20""},{""time"":11857,""label"":""started_brush"",""startDate"":""2021-07-06"",""endDate"":""2022-01-06""}]}",1,complex,line,1,0,0,Neutral,2,1,3,2,3.615,1.8075,9015,15,0.5,0.5,1,1,3 -2023-03-15 19:03:06,2023-03-15 19:14:34,0,100,687,1,2023-03-15 19:14:35,R_2dgrcKqhiLcyivt,38.9458,-90.2049,EN,1,18.066,,,,,16.172,80,80,100,34.31,25.226,1,-2,52.102,1,1,138.356,-1,87.553,16.708,4,4,4,4,4,4,,19.188,7,7,7,1,1,7,"Assuming the data in the visualization is real and valid, I see no reason to trust it as it includes all relevant datapoints relating to the data.",36.849,4,,9.206,2,7,3,4,1,5,6,20.128,4,2,4,4,4,6,5,8,,48.465,5,5,5,1,5,5,33.645,6,,10.471,1,2000,Illinois,1,2,1,,7,,,1,4,2,,67.545,5d613f02b9233e0018f9450b,"{""startTime"":1678921707332,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921648898,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921466044,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":22532,""label"":""hovered"",""timeHovered"":1079,""week"":""2021-10-25""}]}","{""startTime"":1678921630651,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":15693,""label"":""hovered"",""timeHovered"":1737,""week"":""2021-12-13""}]}",0,moderate,line,1,0,0,Positive,4.3,0,1,1,1.737,1.737,0,15,0.5,1,0,1,2 -2023-03-15 19:04:51,2023-03-15 19:15:34,0,100,642,1,2023-03-15 19:15:34,R_234aD0kUhCVeCbE,40.296,-75.9894,EN,1,5.751,2,,1,4.001,15.114,81,83,47,33.28,29.713,1,1,64.498,1,-3,90.902,-3,31.991,15.007,5,4,4,5,5,4,,34.185,4,5,4,4,4,4,I am unsure that this accurately displays the real data. ,36.224,3,,11.075,2,7,3,4,1,5,6,20.212,4,6,5,6,5,2,7,7,,30.067,4,4,5,2,4,4,30.189,2,2,10.801,2,1961,Pennsylvania,2,2,1,,7,,,4,4,1,crypticceltic@gmail.com,124.006,62dea723c6db0370fd6c8229,"{""startTime"":1678921699791,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921734378,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921562392,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":9972,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5116,""week"":""2"",""id"":""chart""},{""time"":16750,""label"":""tour_next"",""step"":2},{""time"":23664,""label"":""tour_end"",""step"":2},{""time"":25402,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1469,""week"":""46"",""id"":""chart""}]}","{""startTime"":1678921683842,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":10392,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3729,""week"":""51"",""id"":""chart""}]}",1,moderate,bar,0,1,0,Negative,3.8,0,1,1,3.729,3.729,0,15,1,0.5,0,0.5,2 -2023-03-15 18:56:18,2023-03-15 19:15:37,0,100,1158,1,2023-03-15 19:15:38,R_125StEF1XJfKV2T,44.8098,-73.0918,EN,1,13.394,1,4,1,10.996,15.106,98,100,53,22.493,143.344,1,1,91.743,1,1,427.648,1,31.96,15.115,4,4,4,7,7,4,,25.267,3,7,6,2,4,4,"Until I research the data presented and learn about the methods used to gather that data, I cannot say that I trust or distrust it. I still have questions.",53.015,5,,12.452,2,7,3,4,1,5,6,23.398,3,3,3,7,6,4,11,10,,26.31,3,5,5,2,5,4,27.928,2,1,16.088,2,1966,Vermont,7,3,1,,7,,,13,4,2,,145.731,60fe14fa6b07c0db08b74436,"{""startTime"":1678921332745,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921244999,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":2857,""label"":""started_brush"",""startDate"":""2021-09-05"",""endDate"":""2021-12-26""}]}","{""startTime"":1678921053374,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":7620,""label"":""hovered"",""timeHovered"":5349,""week"":""2022-01-10""},{""time"":13820,""label"":""hovered"",""timeHovered"":1266,""week"":""2021-12-20""},{""time"":18420,""label"":""hovered"",""timeHovered"":15918,""week"":""2022-01-17""},{""time"":45156,""label"":""hovered"",""timeHovered"":6634,""week"":""2022-01-10""},{""time"":84696,""label"":""cleared_brush"",""using"":""click""},{""time"":94924,""label"":""started_brush"",""startDate"":""2021-06-17"",""endDate"":""2022-01-07""},{""time"":105904,""label"":""moved_brush"",""startDate"":""2021-07-19"",""endDate"":""2022-02-07""},{""time"":119458,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-10-31""},{""time"":123320,""label"":""moved_brush"",""startDate"":""2021-07-24"",""endDate"":""2022-02-13""},{""time"":128542,""label"":""moved_brush"",""startDate"":""2021-06-28"",""endDate"":""2022-01-17""},{""time"":129913,""label"":""cleared_brush"",""using"":""click""},{""time"":129915,""label"":""cleared_brush"",""using"":""Escape""}]}","{""startTime"":1678921229459,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":6951,""label"":""hovered"",""timeHovered"":1082,""week"":""2021-12-20""}]}",1,complex,line,0,1,0,Neutral,4,0,1,1,1.082,1.082,0,15,1,1,1,1,3 -2023-03-15 19:03:27,2023-03-15 19:16:06,0,100,759,1,2023-03-15 19:16:07,R_RDZKW3zBXYbPxSh,29.3959,-98.4761,EN,1,13.626,,,,,15.007,98,94,55,18.704,77.277,-2,-3,72.771,1,-3,140.465,-1,33.522,15.01,4,4,3,3,4,3,I guess it can be easy to understand if you go by the numbers themselves and not by the color scheme.,65.451,4,2,4,1,2,3,I could not tell if the numbers were all supposed to start at zero (the very bottom) or from where one color ended (blue) so it was not easy to understand because of that one reason.,61.592,3,Trying to tell the numbers apart in some charts was not easy.,30.854,2,7,3,4,1,5,6,17.584,4,2,1,3,2,4,2,4,I am very bias to not trusting the system/,46.021,5,3,5,2,3,5,29.315,5,,11.286,1,1981,Texas,4,2,1,,4,,,6,2,1,anothergonzo462o@gmail.com,55.944,566c7564d408ea000519c678,"{""startTime"":1678921782121,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921697759,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921463288,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":5027,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1116,""week"":""1"",""id"":""chart""},{""time"":7161,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1316,""week"":""1"",""id"":""chart""},{""time"":13961,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2100,""week"":""52"",""id"":""chart""},{""time"":16095,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1116,""week"":""51"",""id"":""chart""},{""time"":18011,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1033,""week"":""3"",""id"":""chart""},{""time"":28213,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1699,""week"":""2"",""id"":""chart""},{""time"":31813,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1033,""week"":""3"",""id"":""chart""},{""time"":33047,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2033,""week"":""49"",""id"":""chart""},{""time"":38340,""label"":""tour_next"",""step"":2},{""time"":48212,""label"":""tour_end"",""step"":2},{""time"":48617,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2467,""week"":""1"",""id"":""chart""},{""time"":55779,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1353,""week"":""51"",""id"":""chart""},{""time"":57159,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1469,""week"":""52"",""id"":""chart""},{""time"":69633,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1131,""week"":""41"",""id"":""chart""},{""time"":72063,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1645,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678921682252,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":1781,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1935,""week"":""40"",""id"":""chart""},{""time"":4597,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2354,""week"":""1"",""id"":""chart""},{""time"":7921,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3831,""week"":""2"",""id"":""chart""},{""time"":11753,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3206,""week"":""2"",""id"":""chart""}]}",0,moderate,bar,0,1,0,Negative,3.8,0,4,4,11.326,2.8315,9972,15,0,0.5,0,0.5,2 -2023-03-15 19:04:43,2023-03-15 19:18:18,0,100,814,1,2023-03-15 19:18:19,R_8didFSEiDLiJIOt,41.85,-87.7165,EN,1,6.551,1,2,2,20.997,15.014,76,68,82,18.273,129.505,-2,1,97.671,1,-3,194.302,1,44.2,15.007,3,6,7,6,6,5,,19.258,5,3,6,7,6,7,"The visualization is detailed, organized and seems accurate",37.388,3,,7.498,2,7,3,4,1,5,6,13.428,5,9,8,8,5,5,9,5,,15.085,4,2,2,4,4,4,21.718,5,3,43.379,2,1991,Illinois,3,2,1,,7,,,5,3,2,,73.378,5a2add709408dc00016f57d3,"{""startTime"":1678921806723,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921757466,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921567225,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":27,""label"":""tour_started""},{""time"":4627,""label"":""tour_next"",""step"":5},{""time"":35912,""label"":""tour_back"",""step"":5},{""time"":38913,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1365,""week"":""52"",""id"":""chart""},{""time"":57210,""label"":""tour_next"",""step"":5},{""time"":62375,""label"":""tour_back"",""step"":5},{""time"":80901,""label"":""tour_next"",""step"":5},{""time"":83583,""label"":""started_brush"",""startDate"":""2021-07-05"",""endDate"":""2021-12-04""},{""time"":85893,""label"":""tour_next"",""step"":5},{""time"":89143,""label"":""moved_brush"",""startDate"":""2021-09-07"",""endDate"":""2022-02-07""},{""time"":90478,""label"":""tour_next"",""step"":5},{""time"":95162,""label"":""started_brush"",""startDate"":""2021-05-09"",""endDate"":""2021-08-15""},{""time"":97090,""label"":""started_brush"",""startDate"":""2021-09-02"",""endDate"":""2021-09-24""},{""time"":99045,""label"":""started_brush"",""startDate"":""2021-07-29"",""endDate"":""2021-08-10""},{""time"":121399,""label"":""cleared_brush"",""using"":""Click""},{""time"":122326,""label"":""started_brush"",""startDate"":""2021-05-23"",""endDate"":""2021-06-27""},{""time"":124699,""label"":""tour_next"",""step"":5},{""time"":128223,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678921742039,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar,0,1,0,Positive,3.3,0,0,0,0,0,0,15,0.5,0.5,1,1,3 -2023-03-15 19:03:42,2023-03-15 19:19:18,0,100,936,1,2023-03-15 19:19:19,R_2OPz8CaQPY2kTPZ,35.7532,-81.3264,EN,1,5.017,,,,,15.019,99,8,49,23.503,156.315,1,1,28.662,-2,-3,46.059,1,63.812,15.112,4,6,4,6,7,4,very interesting and engaging! thank you!,59.828,6,6,4,4,4,6,because its a well presented graph chart with specific entities related to other specidied entities,47.177,1,n/a,15.679,2,7,3,4,1,5,6,13.53,2,2,4,5,2,5,4,6,n/a,27.198,3,3,4,3,4,3,17.936,6,,3.709,1,1982,North Carolina,3,1,1,,7,,,10,2,1,calebpsaxe123@yahoo.com,83.283,5bc8897f462bdb0001a61426,"{""startTime"":1678921968239,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678922059431,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921730522,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":57326,""label"":""cleared_brush"",""using"":""click""},{""time"":62497,""label"":""started_brush"",""startDate"":""2021-08-11"",""endDate"":""2021-08-28""},{""time"":63408,""label"":""started_brush"",""startDate"":""2021-06-12"",""endDate"":""2021-09-09""},{""time"":66761,""label"":""started_brush"",""startDate"":""2021-04-27"",""endDate"":""2021-12-02""},{""time"":75024,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-16""},{""time"":76103,""label"":""moved_brush"",""startDate"":""2021-05-29"",""endDate"":""2022-01-03""},{""time"":77192,""label"":""moved_brush"",""startDate"":""2021-06-27"",""endDate"":""2022-02-02""},{""time"":78076,""label"":""moved_brush"",""startDate"":""2021-04-28"",""endDate"":""2021-12-04""},{""time"":79745,""label"":""moved_brush"",""startDate"":""2021-04-28"",""endDate"":""2021-09-28""},{""time"":80421,""label"":""moved_brush"",""startDate"":""2021-05-27"",""endDate"":""2021-10-26""},{""time"":96781,""label"":""moved_brush"",""startDate"":""2021-05-27"",""endDate"":""2021-10-26""},{""time"":108488,""label"":""cleared_brush"",""using"":""click""},{""time"":108490,""label"":""cleared_brush"",""using"":""Escape""},{""time"":123010,""label"":""hovered"",""timeHovered"":3305,""week"":""2021-11-15""},{""time"":131316,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-04-15""},{""time"":134036,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-04-15""},{""time"":135092,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-04-15""},{""time"":138511,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-09""},{""time"":143200,""label"":""moved_brush"",""startDate"":""2021-04-23"",""endDate"":""2021-11-22""},{""time"":146033,""label"":""moved_brush"",""startDate"":""2021-04-23"",""endDate"":""2021-08-12""},{""time"":155387,""label"":""moved_brush"",""startDate"":""2021-06-19"",""endDate"":""2021-10-08""}]}","{""startTime"":1678921952419,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":1067,""label"":""hovered"",""timeHovered"":6584,""week"":""2021-08-09""},{""time"":9408,""label"":""started_brush"",""startDate"":""2021-06-10"",""endDate"":""2021-08-31""},{""time"":9901,""label"":""started_brush"",""startDate"":""2021-10-08"",""endDate"":""2021-10-19""},{""time"":10828,""label"":""started_brush"",""startDate"":""2021-07-23"",""endDate"":""2021-09-02""},{""time"":13729,""label"":""moved_brush"",""startDate"":""2021-12-27"",""endDate"":""2022-02-05""},{""time"":14667,""label"":""moved_brush"",""startDate"":""2022-01-03"",""endDate"":""2022-02-13""}]}",0,complex,line,1,0,0,Positive,3.3,1,6,1,6.584,6.584,13600,15,1,0,1,1,3 -2023-03-15 19:02:28,2023-03-15 19:20:58,0,100,1109,1,2023-03-15 19:20:58,R_2wvLJiObaN9s9hD,33.3124,-111.9195,EN,1,70.205,,,,,15.015,61,100,71,94.224,117.908,1,1,69.091,-3,-3,101.712,-3,69.66,15.013,4,4,4,6,6,3,,66.416,5,6,6,2,2,6,"The instructions included to assume that I trust the data, and this is the way scientific data is often presented. ",84.031,5,,23.128,2,7,3,4,1,5,6,26.553,2,2,8,4,2,4,8,8,,58.749,4,4,5,1,4,4,69.685,3,,18.046,2,1970,Arizona,7,1,1,,7,,,17,4,2,,100.885,639241f806b3758a1b3c1de3,"{""startTime"":1678921788850,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921855646,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921553147,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":27301,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3817,""week"":""32"",""id"":""chart""},{""time"":31119,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1083,""week"":""32"",""id"":""chart""},{""time"":32293,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2060,""week"":""33"",""id"":""chart""},{""time"":34506,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2480,""week"":""34"",""id"":""chart""},{""time"":37120,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1949,""week"":""35"",""id"":""chart""},{""time"":41053,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3268,""week"":""50"",""id"":""chart""},{""time"":44430,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1542,""week"":""49"",""id"":""chart""},{""time"":46010,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1597,""week"":""50"",""id"":""chart""},{""time"":49624,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2299,""week"":""51"",""id"":""chart""},{""time"":52025,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1249,""week"":""52"",""id"":""chart""},{""time"":53281,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2976,""week"":""52"",""id"":""chart""},{""time"":56308,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2183,""week"":""1"",""id"":""chart""},{""time"":58776,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4282,""week"":""2"",""id"":""chart""},{""time"":66132,""label"":""tour_next"",""step"":2},{""time"":75750,""label"":""tour_end"",""step"":2},{""time"":87357,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2506,""week"":""51"",""id"":""chart""},{""time"":89956,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3158,""week"":""52"",""id"":""chart""},{""time"":93228,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1738,""week"":""51"",""id"":""chart""},{""time"":95043,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2556,""week"":""52"",""id"":""chart""},{""time"":97640,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2393,""week"":""1"",""id"":""chart""},{""time"":100169,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2448,""week"":""2"",""id"":""chart""},{""time"":102827,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2424,""week"":""3"",""id"":""chart""},{""time"":106194,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4292,""week"":""4"",""id"":""chart""},{""time"":110777,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2259,""week"":""5"",""id"":""chart""},{""time"":113289,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1431,""week"":""6"",""id"":""chart""}]}","{""startTime"":1678921773431,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,bar,1,0,0,Positive,3.7,0,0,0,0,0,0,15,1,0,0,0,2 -2023-03-15 19:02:02,2023-03-15 19:24:02,0,100,1320,1,2023-03-15 19:24:03,R_1gdbHKiLByTfhGX,42.364,-71.0265,EN,1,106.156,,,,,15.181,99,81,79,20.701,51.727,1,1,105.095,-3,-3,125.292,1,103.3,15.076,6,6,6,6,6,6,,145.825,5,6,4,2,2,6,it seems to come from a credible source ,26.724,2,,33.116,2,7,3,4,1,5,6,40.456,6,7,8,8,8,7,9,9,,21.472,3,3,5,2,3,3,31.448,4,,13.818,2,1982,Maine,2,2,1,,7,,,4,4,1,chapmanstacy26@yahoo.com,110.892,62728c148af5805feea46dc8,"{""startTime"":1678921690574,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":30923},{""label"":""window_focused"",""time"":36733}]}","{""startTime"":1678921840275,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_focused"",""time"":100088},{""label"":""window_focused"",""time"":100089}]}","{""startTime"":1678921512612,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":53,""label"":""tour_started""},{""time"":27960,""label"":""tour_next"",""step"":2},{""time"":35688,""label"":""tour_end"",""step"":2},{""time"":36518,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2858,""week"":""1"",""id"":""chart2""}]}","{""startTime"":1678921673276,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":6260,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2570,""week"":""50"",""id"":""chart""},{""time"":9181,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1616,""week"":""2"",""id"":""chart2""}]}",0,simple,bar,1,0,0,Positive,3.2,0,2,2,4.186,2.093,2921,15,1,0,1,1,1 -2023-03-15 19:03:32,2023-03-15 19:25:39,0,100,1326,1,2023-03-15 19:25:40,R_2XmU8lr5Y6TYs8N,36.0432,-95.8072,EN,1,144.52,1,4,2,16.49,15.13,89,100,67,38.863,157.343,1,1,116.278,-1,1,110.617,1,64.302,15.127,6,6,6,6,5,6,,51.029,6,6,6,3,2,6,I believe that the covid rate increases in those not vaccinated.,46.705,5,,40.065,2,7,3,4,1,5,6,34.949,6,8,10,10,10,10,10,10,,42.659,2,4,3,2,1,4,82.614,2,1,25.241,2,1967,Oklahoma,2,2,1,,7,,,1,3,1,drlucky03@sbcglobal.net,206.488,5d4252914733ca0018ff29d7,"{""startTime"":1678922011768,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921894694,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921653274,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":12636,""label"":""hovered"",""timeHovered"":19672,""week"":""2022-01-10""},{""time"":81099,""label"":""cleared_brush"",""using"":""click""},{""time"":89433,""label"":""started_brush"",""startDate"":""2021-11-07"",""endDate"":""2022-01-04""},{""time"":109305,""label"":""moved_brush"",""startDate"":""2021-10-04"",""endDate"":""2022-01-04""},{""time"":121129,""label"":""cleared_brush"",""using"":""click""},{""time"":121135,""label"":""cleared_brush"",""using"":""Escape""},{""time"":153449,""label"":""hovered"",""timeHovered"":1468,""week"":""2022-01-10""}]}","{""startTime"":1678921878359,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line,0,1,0,Positive,2.7,0,0,0,0,0,0,15,1,0.5,1,1,3 -2023-03-15 19:04:10,2023-03-15 19:30:20,0,100,1569,1,2023-03-15 19:30:21,R_5AelWusKc3X3hJv,41.2093,-96.0548,EN,1,16.487,1,4,1,23.199,15.037,96,94,43,66.369,98.654,1,-2,139.866,1,1,146.61,1,38.243,15.055,7,7,7,6,6,7,,22.246,5,7,6,5,6,6,The data falls right where I expect it to be.,39.085,3,,15.35,2,7,3,4,1,5,6,32.893,7,9,9,9,10,8,11,10,,41.054,3,3,2,4,2,2,41.548,1,1,15.136,1,1962,Nebraska,6,3,1,,9,,Omaha,16,4,1,griz13@gmail.com,476.142,5ee6f91291a7f3467cd37704,"{""startTime"":1678921949664,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921850571,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":2065,""label"":""hovered"",""timeHovered"":1617,""week"":""2021-12-27""},{""time"":6054,""label"":""hovered"",""timeHovered"":1443,""week"":""2022-01-17""},{""time"":10385,""label"":""hovered"",""timeHovered"":1562,""week"":""2022-01-17""},{""time"":16444,""label"":""hovered"",""timeHovered"":8044,""week"":""2022-01-17""},{""time"":25452,""label"":""hovered"",""timeHovered"":1214,""week"":""2022-01-17""},{""time"":27735,""label"":""hovered"",""timeHovered"":1651,""week"":""2022-01-17""},{""time"":30470,""label"":""hovered"",""timeHovered"":1348,""week"":""2022-01-17""},{""time"":32613,""label"":""hovered"",""timeHovered"":1475,""week"":""2022-01-17""}]}","{""startTime"":1678921588871,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":31661,""label"":""hovered"",""timeHovered"":1475,""week"":""2021-06-21""}]}","{""startTime"":1678921835203,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":10844,""label"":""hovered"",""timeHovered"":1889,""week"":""2022-01-10""}]}",1,moderate,line,0,1,0,Positive,2.7,0,1,1,1.889,1.889,0,15,0.5,1,1,1,2 -2023-03-15 18:59:16,2023-03-15 19:34:44,0,100,2128,1,2023-03-15 19:34:44,R_1dhIfEOjQEMo8NP,29.6626,-94.5945,EN,1,13.21,,,,,15.008,75,55,38,46.03,463.945,1,1,49.988,-2,1,327.502,1,187.501,15.109,4,4,5,4,4,4,,34.49,3,4,4,2,4,4,I would like to compare it more.,27.463,2,,9.037,2,7,3,4,1,5,6,40.341,3,3,8,6,4,6,6,6,,30.662,3,3,3,3,3,3,63.646,6,,7.473,2,1991,Texas,1,2,1,,7,,,16,2,1,rachelesther.wood18@gmail.com,365.617,5e8d44819163b611f62d706c,"{""startTime"":1678922102326,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678922137705,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921290353,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":4671,""label"":""hovered"",""timeHovered"":1541,""week"":""2022-01-03""},{""time"":7146,""label"":""hovered"",""timeHovered"":2217,""week"":""2022-01-03""}]}","{""startTime"":1678922086417,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,line,0,1,0,Neutral,3,0,0,0,0,0,0,15,1,0.5,1,1,1 -2023-03-15 18:49:19,2023-03-15 19:37:42,0,100,2903,1,2023-03-15 19:37:43,R_POL25rAkSiSqMF3,33.0073,-111.9324,EN,1,11.259,1,2,1,5.354,15.106,85,14,0,36.593,107.573,1,-3,46.901,-2,1,415.466,-3,95.394,15.01,5,5,6,3,3,5,,445.502,6,1,2,6,6,6,"The information portrayed is something I have seen outside of this graph, I have observed it in my day to day",49.632,3,,8.596,2,7,3,4,1,5,6,23.947,1,1,1,1,1,1,10,9,,21.097,4,5,5,2,4,2,25.812,2,1,23.173,2,2000,Arizona,3,1,1,,9,,black and hispanic,4,4,1,kaileighcrosby00@gmail.com,90.89,6103217486fd393d9efbba25,"{""startTime"":1678920861785,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921309582,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678920642522,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":31046,""label"":""started_brush"",""startDate"":""2021-06-05"",""endDate"":""2022-02-13""},{""time"":38472,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-12-20""},{""time"":43877,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-12-20""},{""time"":45231,""label"":""moved_brush"",""startDate"":""2021-06-03"",""endDate"":""2022-02-11""},{""time"":48824,""label"":""moved_brush"",""startDate"":""2021-06-05"",""endDate"":""2022-02-13""},{""time"":49548,""label"":""moved_brush"",""startDate"":""2021-06-05"",""endDate"":""2022-02-13""},{""time"":52231,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-05-05""},{""time"":54889,""label"":""cleared_brush"",""using"":""click""},{""time"":54892,""label"":""cleared_brush"",""using"":""Escape""},{""time"":66942,""label"":""hovered"",""timeHovered"":1369,""week"":""2022-01-03""},{""time"":89418,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-06-06""},{""time"":103378,""label"":""started_brush"",""startDate"":""2021-11-04"",""endDate"":""2022-02-13""}]}","{""startTime"":1678920846322,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":10777,""label"":""started_brush"",""startDate"":""2021-06-25"",""endDate"":""2022-02-13""}]}",1,complex,line,0,1,0,Positive,3.7,1,1,0,0,0,0,15,0.5,0.5,0,0,3 -2023-03-15 19:01:40,2023-03-15 19:43:05,0,100,2484,1,2023-03-15 19:43:06,R_2cvLiTj12HaXwCE,43.2189,-88.1165,EN,1,961.628,1,2,1,4.641,15.122,69,83,90,16.376,12.424,1,1,58.902,1,1,30.595,-3,19.667,15.008,5,5,4,6,5,5,,18.273,5,5,5,5,5,4,I'm just not sure if any of the data in the graph is factual.,36.491,3,,3.516,2,7,3,4,1,5,6,10.989,2,3,2,3,3,2,9,8,,17.902,4,4,4,1,4,4,9.7,1,4,4.87,1,2003,Wisconsin,3,3,1,,7,,,4,3,1,jgoetz236@gmail.com,34.435,63181446b17ea16a213403c9,"{""startTime"":1678923576355,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678923595131,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678923489081,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678923560988,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":5369,""label"":""hovered"",""timeHovered"":1462,""week"":""2022-01-03""},{""time"":8144,""label"":""hovered"",""timeHovered"":1199,""week"":""2021-12-27""}]}",1,simple,line,1,0,0,Negative,3.5,0,2,2,2.661,1.3305,2775,15,1,1,0,1,1 -2023-03-15 18:56:08,2023-03-15 19:43:13,0,100,2824,1,2023-03-15 19:43:13,R_1gFoTN07tuFpMWQ,32.9475,-96.4407,EN,1,292.604,1,3,2,90.309,15.209,67,39,64,174.268,100.855,-2,-1,71.083,1,1,163.078,-3,115.086,15.047,4,4,4,5,4,4,,89.521,4,4,4,3,3,4,"I neither agree nor disagree because the data is not entirely accurate, there were people who did not report having covid, which made it difficult to keep an accurate count.",380.883,4,,56.066,2,7,3,4,1,5,6,96.103,7,8,9,8,8,9,7,8,,94.147,2,4,3,3,4,2,148.96,6,2,79.14,1,1983,Florida,7,1,1,,7,,,8,2,2,,373.119,5dcccec0092079953154f997,"{""startTime"":1678922636261,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921957282,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921634808,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":42369,""label"":""hovered"",""timeHovered"":1915,""week"":""2021-12-06""},{""time"":50274,""label"":""hovered"",""timeHovered"":2149,""week"":""2021-04-19""}]}","{""startTime"":1678921939314,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6304,""label"":""hovered"",""timeHovered"":4410,""week"":""2021-07-26""},{""time"":14509,""label"":""hovered"",""timeHovered"":2457,""week"":""2021-12-27""}]}",1,moderate,line,0,1,0,Neutral,3,0,2,2,6.867,3.4335,8205,15,0,1,0,1,2 -2023-03-15 18:52:34,2023-03-15 19:52:51,0,100,3617,1,2023-03-15 19:52:52,R_1ezpAh9tBTZi7uu,32.691,-97.1918,EN,1,2031.532,1,4,1,22.889,15.116,83,100,22,41.753,43.856,1,1,130.687,1,-3,205.156,-3,79.83,15.012,6,4,5,6,6,5,,46.618,5,6,4,6,6,6,it seems simple and straightforward,30.946,4,,39.898,2,7,3,4,1,5,6,66.329,1,1,2,2,3,1,9,8,,31.178,3,3,4,3,4,3,223.077,2,2,126.696,2,1970,Texas,2,3,1,,4,,,3,4,2,,335.522,60dc58e913fdfde86caccc77,"{""startTime"":1678923107464,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678923154618,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678922916118,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":11036,""label"":""tour_next"",""step"":2},{""time"":17149,""label"":""tour_end"",""step"":2},{""time"":19761,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3075,""week"":""52"",""id"":""chart2""},{""time"":27661,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2807,""week"":""52"",""id"":""chart""},{""time"":30682,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4437,""week"":""1"",""id"":""chart""}]}","{""startTime"":1678923091756,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar,0,1,0,Positive,3.3,0,0,0,0,0,0,15,1,0.5,0,1,1 -2023-03-15 20:36:04,2023-03-15 20:53:52,0,100,1067,1,2023-03-15 20:53:53,R_2t9js19kjhWuRud,47.9425,-122.2139,EN,1,18.319,,,,,15.008,72,83,65,50.715,138.069,1,1,67.134,-1,-1,76.203,-1,118.277,15.015,4,4,4,5,5,4,,81.816,5,4,4,2,2,5,"I don't know much about their government, so have no real reason to trust or distrust them so I gave them the benefit of the doubt that they are telling the truth about the data.",93.524,5,,16.682,2,7,3,4,1,5,6,32.65,4,5,4,4,5,4,9,9,,55.478,3,3,4,2,4,4,62.372,1,,8.411,1,1965,Washington,3,2,1,,7,,,9,4,1,,106.23,5d1b8b02e24a990019f32501,"{""startTime"":1678927335675,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678927418036,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":8594,""label"":""hovered"",""timeHovered"":6177,""week"":""2021-11-15""},{""time"":33777,""label"":""hovered"",""timeHovered"":1066,""week"":""2021-07-19""}]}","{""startTime"":1678927062932,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":20171,""label"":""hovered"",""timeHovered"":1165,""week"":""2021-11-01""},{""label"":""window_blurred"",""time"":25377},{""label"":""window_focused"",""time"":25656},{""time"":34992,""label"":""tour_next"",""step"":5},{""time"":49780,""label"":""tour_back"",""step"":5},{""time"":64354,""label"":""tour_next"",""step"":5},{""time"":85833,""label"":""started_brush"",""startDate"":""2021-08-29"",""endDate"":""2021-11-07""},{""time"":93255,""label"":""tour_next"",""step"":5},{""time"":109413,""label"":""moved_brush"",""startDate"":""2021-05-07"",""endDate"":""2021-11-07""},{""time"":110212,""label"":""tour_next"",""step"":5},{""time"":116904,""label"":""cleared_brush"",""using"":""click""},{""time"":116905,""label"":""cleared_brush"",""using"":""Escape""},{""time"":118203,""label"":""tour_next"",""step"":5},{""time"":127133,""label"":""tour_end"",""step"":5},{""time"":134304,""label"":""started_brush"",""startDate"":""2021-05-06"",""endDate"":""2021-12-31""}]}","{""startTime"":1678927320209,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line,1,0,0,Positive,3.3,0,0,0,0,0,0,15,1,0,0,0,3 -2023-03-15 20:41:01,2023-03-15 20:57:33,0,100,991,1,2023-03-15 20:57:34,R_3gN6XtlahEUFAxJ,40.3226,-76.4042,EN,1,10.954,2,,2,3.568,15.677,89,98,56,57.705,95.578,-2,1,111.958,1,1,96.546,1,178.6,15.216,5,6,5,6,7,5,,31.617,5,6,6,3,2,5,I feel like its trustworthy based on the amount of information but I dont know the source,42.107,2,,9.146,2,7,3,4,1,5,6,18.756,3,5,6,6,4,6,5,7,,32.241,2,2,2,4,2,4,26.406,2,2,15.752,2,1989,Pennsylvania,4,2,1,,9,,Richland,2,4,2,,77.153,5f2861ba111b901601482e6f,"{""startTime"":1678927812112,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678927737497,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678927444297,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":32,""label"":""tour_started""},{""time"":22997,""label"":""tour_next"",""step"":5},{""time"":36891,""label"":""cleared_brush"",""using"":""click""},{""time"":37690,""label"":""cleared_brush"",""using"":""click""},{""time"":39070,""label"":""started_brush"",""startDate"":""2021-07-05"",""endDate"":""2021-09-22""},{""time"":39551,""label"":""moved_brush"",""startDate"":""2021-07-16"",""endDate"":""2021-10-03""},{""time"":39639,""label"":""moved_brush"",""startDate"":""2021-07-16"",""endDate"":""2021-10-03""},{""time"":42995,""label"":""moved_brush"",""startDate"":""2021-08-23"",""endDate"":""2021-11-10""},{""time"":44665,""label"":""moved_brush"",""startDate"":""2021-06-26"",""endDate"":""2021-09-13""},{""time"":46043,""label"":""moved_brush"",""startDate"":""2021-05-22"",""endDate"":""2021-08-08""},{""time"":47424,""label"":""tour_next"",""step"":5},{""time"":52744,""label"":""moved_brush"",""startDate"":""2021-05-22"",""endDate"":""2021-08-08""},{""time"":55199,""label"":""moved_brush"",""startDate"":""2021-06-03"",""endDate"":""2021-08-20""},{""time"":56970,""label"":""moved_brush"",""startDate"":""2021-10-15"",""endDate"":""2022-01-02""},{""time"":58045,""label"":""tour_next"",""step"":5},{""time"":62336,""label"":""cleared_brush"",""using"":""click""},{""time"":65008,""label"":""tour_next"",""step"":5},{""time"":73330,""label"":""tour_end"",""step"":5},{""time"":84542,""label"":""cleared_brush"",""using"":""click""},{""time"":85023,""label"":""started_brush"",""startDate"":""2021-10-09"",""endDate"":""2021-12-03""},{""time"":87245,""label"":""moved_brush"",""startDate"":""2021-09-17"",""endDate"":""2021-11-11""},{""time"":87561,""label"":""cleared_brush"",""using"":""click""},{""time"":89228,""label"":""started_brush"",""startDate"":""2021-07-05"",""endDate"":""2021-07-10""},{""time"":93434,""label"":""moved_brush"",""startDate"":""2021-07-05"",""endDate"":""2021-11-23""}]}","{""startTime"":1678927721281,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line,1,0,0,Positive,2.7,0,0,0,0,0,0,15,0.5,1,1,1,3 -2023-03-15 20:52:40,2023-03-15 21:00:04,0,100,444,1,2023-03-15 21:00:05,R_3sp6AIyIkYnzSiv,39.3277,-82.0996,EN,1,6.447,,,,,15.109,88,89,63,20.283,26.923,1,1,59.418,-3,-3,42.772,1,57.18,15.012,7,7,7,7,7,7,n/a,19.954,7,7,7,1,1,7,The data seems to be presented very clearly and thoroughly.,18.353,5,n/a,9.201,2,7,3,4,1,5,6,12.07,2,5,1,7,6,3,11,11,n/a,27.302,5,5,5,1,5,5,13.863,1,,3.195,2,1991,Ohio,7,3,1,,7,,,8,4,2,,46.725,61006b0f1f3bfddb6b4c5d55,"{""startTime"":1678928165048,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678928118213,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678928015481,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":7087,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1082,""week"":""45"",""id"":""chart""},{""time"":12307,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1096,""week"":""35"",""id"":""chart""},{""time"":13891,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1064,""week"":""1"",""id"":""chart""},{""time"":15525,""label"":""tour_next"",""step"":2},{""time"":22381,""label"":""tour_end"",""step"":2},{""time"":24923,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1382,""week"":""48"",""id"":""chart2""}]}","{""startTime"":1678928102563,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,bar,0,1,0,Positive,4.3,0,0,0,0,0,0,15,1,0,1,1,1 -2023-03-15 20:53:49,2023-03-15 21:00:26,0,100,396,1,2023-03-15 21:00:27,R_3QLbfNQYkRpreRd,38.0076,-85.6921,EN,1,4.512,,,,,15.114,65,9,29,15.444,23.937,1,1,27.35,1,1,36.663,1,29.26,15.115,6,4,6,6,6,5,,41.471,6,6,6,4,3,6,"At least at a glance, the chart seems consistent.",24.745,5,,7.216,2,7,3,4,1,5,6,16.292,6,8,3,7,3,4,9,8,,31.377,4,5,4,3,4,4,25.007,1,,4.198,1,1991,Kentucky,6,2,1,,7,,,1,2,2,,32.895,62ea3271cc6c19525f896495,"{""startTime"":1678928190953,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7783,""label"":""hovered"",""timeHovered"":3250,""week"":""2022-01-24""}]}","{""startTime"":1678928140863,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678928072816,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":4,""label"":""tour_started""},{""time"":7417,""label"":""hovered"",""timeHovered"":1200,""week"":""2021-11-22""},{""time"":10957,""label"":""hovered"",""timeHovered"":5208,""week"":""2022-01-03""},{""time"":18109,""label"":""tour_next"",""step"":2},{""time"":21819,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678928125052,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,line,1,0,0,Positive,4,0,0,0,0,0,0,15,1,1,1,1,1 -2023-03-15 20:55:06,2023-03-15 21:00:52,0,100,346,1,2023-03-15 21:00:53,R_8vu0cYsE9DURUe5,42.4444,-76.4926,EN,1,4.774,,,,,15.108,84,23,98,9.306,23.898,1,1,24.635,1,1,24.518,1,21.555,15.108,4,4,5,6,5,4,,15.715,6,5,7,2,2,5,Seems scientific. But with no more context I cannot 100% trust it.,23.547,4,,6.128,2,7,3,4,1,5,6,16.556,4,5,6,6,7,7,10,9,,16.597,2,2,2,5,3,4,12.157,3,,4.546,2,2002,Massachusetts,6,3,1,,2,,,19,4,2,,54.117,61036102a3f05e2ef6e4e3c6,"{""startTime"":1678928269504,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678928207598,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678928142339,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":4,""label"":""tour_started""},{""time"":6223,""label"":""tour_next"",""step"":2},{""time"":8857,""label"":""tour_end"",""step"":2},{""time"":10158,""label"":""hovered"",""timeHovered"":7085,""week"":""2021-12-27""},{""time"":18437,""label"":""hovered"",""timeHovered"":1536,""week"":""2021-11-01""}]}","{""startTime"":1678928191972,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":6270,""label"":""hovered"",""timeHovered"":1347,""week"":""2022-01-03""}]}",0,simple,line,2,0,0,Positive,3,0,1,1,1.347,1.347,0,15,1,1,1,1,1 -2023-03-15 20:48:30,2023-03-15 21:01:43,0,100,793,1,2023-03-15 21:01:44,R_XTIw9HhI13d4LKh,39.5953,-79.9229,EN,1,13.066,,,,,15.006,89,33,94,16.107,62.865,1,-3,55.841,1,-3,96.577,1,68.167,15.114,6,4,5,4,6,6,,25.577,4,4,6,4,1,6,The data is detailed enough that I believe the data seems correct. ,57.411,4,,9.305,2,7,3,4,1,5,6,24.115,8,9,6,8,9,7,10,9,,27.003,4,3,4,2,3,4,173.885,1,,5.003,1,1987,West Virginia,6,2,1,,7,,,16,4,2,,79.479,5f51667a8dff8f39dba7df7f,"{""startTime"":1678927993585,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678927908883,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678927761268,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":2644,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1485,""week"":""1"",""id"":""chart""},{""time"":11737,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2518,""week"":""39"",""id"":""chart""},{""time"":17410,""label"":""tour_next"",""step"":5},{""time"":29827,""label"":""started_brush"",""startDate"":""2021-06-29"",""endDate"":""2021-07-27""},{""time"":31017,""label"":""tour_next"",""step"":5},{""time"":37643,""label"":""moved_brush"",""startDate"":""2021-08-30"",""endDate"":""2021-09-27""},{""time"":38730,""label"":""tour_next"",""step"":5},{""time"":45588,""label"":""cleared_brush"",""using"":""Click""},{""time"":45588,""label"":""cleared_brush"",""using"":""Escape""},{""time"":47083,""label"":""tour_next"",""step"":5},{""time"":54575,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678927893292,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,bar,1,0,0,Positive,3.3,0,0,0,0,0,0,15,0.5,0.5,1,1,3 -2023-03-15 20:55:56,2023-03-15 21:01:47,0,100,351,1,2023-03-15 21:01:48,R_3Ol8JGpGmxYegKn,33.933,-84.604,EN,1,4.114,2,,2,2.486,15.118,100,100,60,22.817,14.331,1,1,54.932,-1,1,40.589,-1,11.284,15.012,7,7,7,7,7,7,,14.131,7,7,7,1,1,7,Everything is displayed cleanly. There is no evident bias,15.922,4,,6.248,2,7,3,4,1,5,6,15.135,2,3,3,4,4,2,9,8,,18.104,3,4,4,4,4,4,11.178,4,5,11.752,1,2004,Georgia,1,1,1,,3,,,11,4,2,,46.852,5f0f433274ad8a03f0a4c8f4,"{""startTime"":1678928298459,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678928313392,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678928212269,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":8272,""label"":""tour_next"",""step"":2},{""time"":11172,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678928282852,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line,0,1,0,Positive,3.8,0,0,0,0,0,0,15,1,0.5,0,1,1 -2023-03-15 20:56:02,2023-03-15 21:03:27,0,100,445,1,2023-03-15 21:03:28,R_2VeEfWCZ7xJYJvv,39.1027,-94.5778,EN,1,15.402,1,3,2,4.008,15.009,78,77,57,17.938,29.182,1,-3,27.293,1,1,50.964,1,34.465,15.013,6,4,5,4,6,6,,26.607,5,5,4,3,4,6,It seems consistent with other data I have read.,15.841,5,,9.048,2,7,3,4,1,5,6,19.712,5,7,5,9,6,7,9,9,,39.021,2,4,4,2,4,4,19.025,3,1,7.588,1,1990,Missouri,6,3,1,,7,,,4,4,2,,53.706,6335f7d7dad0ae03e9a2509a,"{""startTime"":1678928365013,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678928324157,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678928227376,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":11906,""label"":""tour_next"",""step"":2},{""time"":14490,""label"":""tour_end"",""step"":2},{""time"":15419,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2333,""week"":""1"",""id"":""chart""},{""time"":19069,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1167,""week"":""51"",""id"":""chart""},{""time"":20826,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1268,""week"":""50"",""id"":""chart""}]}","{""startTime"":1678928308546,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":2956,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1644,""week"":""35"",""id"":""chart""},{""time"":7725,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1743,""week"":""6"",""id"":""chart""}]}",1,moderate,bar,0,1,0,Positive,3.3,0,2,2,3.387,1.6935,4769,15,0.5,1,1,1,2 -2023-03-15 20:58:22,2023-03-15 21:04:04,0,100,342,1,2023-03-15 21:04:05,R_3pmVHcTnx83ZLoz,32.7097,-117.1228,EN,1,7.981,,,,,15.111,72,42,49,13.104,20.398,1,1,31.438,-3,1,43.125,1,17.063,15.011,4,4,4,4,4,4,,20.385,3,6,6,4,4,6,Because it lets me get more data from the visualization in writing.,14.642,3,,6.768,2,7,3,4,1,5,6,11.94,5,8,5,5,8,3,6,8,,19.685,4,4,4,4,4,4,11.068,1,,3.108,2,2000,California,6,3,1,,7,,,7,4,2,,49.909,6102dc69fe9b452795eb3d72,"{""startTime"":1678928462987,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678928425546,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678928345300,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":8198,""label"":""tour_next"",""step"":2},{""time"":12988,""label"":""tour_end"",""step"":2},{""time"":15303,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2808,""week"":""2"",""id"":""chart""}]}","{""startTime"":1678928410018,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":3544,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2741,""week"":""1"",""id"":""chart""},{""time"":6416,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1681,""week"":""2"",""id"":""chart""},{""time"":8552,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3112,""week"":""50"",""id"":""chart""}]}",0,moderate,bar,0,1,0,Positive,4,0,3,3,7.534,2.5113333333333334,5008,15,1,0.5,1,0.5,2 -2023-03-15 20:55:47,2023-03-15 21:05:03,0,100,555,1,2023-03-15 21:05:04,R_1eEJ7lMkssmgiZV,27.8044,-82.2759,EN,1,4.488,,,,,15.108,100,100,50,16.689,116.468,1,1,66.132,-3,-3,47.806,1,44.652,15.115,6,6,4,5,5,6,,21.458,6,5,4,2,2,4,Its a bit jumbled with a lot of data in one section. It can get confusing ,24.78,1,,7.837,2,7,3,4,1,5,6,18.693,5,5,8,7,2,6,8,8,,28.266,4,4,5,4,5,3,23.564,6,,10.045,2,1986,Florida,7,3,1,,7,,,9,3,2,,54.304,5cec2163d439ae0016596611,"{""startTime"":1678928370759,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678928392959,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678928193055,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":30,""label"":""tour_started""},{""time"":19253,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1284,""week"":""50"",""id"":""chart""},{""time"":23437,""label"":""tour_next"",""step"":5},{""time"":33023,""label"":""cleared_brush"",""using"":""Click""},{""time"":33993,""label"":""cleared_brush"",""using"":""Click""},{""time"":36382,""label"":""moved_brush"",""startDate"":""2021-04-30"",""endDate"":""2021-06-02""},{""time"":47201,""label"":""cleared_brush"",""using"":""Click""},{""time"":50992,""label"":""cleared_brush"",""using"":""Click""},{""time"":62819,""label"":""cleared_brush"",""using"":""Click""},{""time"":63656,""label"":""cleared_brush"",""using"":""Click""},{""time"":67058,""label"":""cleared_brush"",""using"":""Click""},{""time"":86343,""label"":""started_brush"",""startDate"":""2021-04-12"",""endDate"":""2021-09-04""},{""time"":88873,""label"":""moved_brush"",""startDate"":""2021-04-12"",""endDate"":""2021-09-02""},{""time"":90185,""label"":""tour_next"",""step"":5},{""time"":100342,""label"":""moved_brush"",""startDate"":""2021-06-02"",""endDate"":""2021-10-22""},{""time"":101694,""label"":""tour_next"",""step"":5},{""time"":106280,""label"":""cleared_brush"",""using"":""Click""},{""time"":107400,""label"":""tour_next"",""step"":5},{""time"":112710,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678928354998,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,bar,0,1,0,Negative,4.2,0,0,0,0,0,0,15,1,0,1,1,3 -2023-03-15 20:49:14,2023-03-15 21:06:28,0,100,1033,1,2023-03-15 21:06:30,R_22DZr5UMzi6UXmd,34.7456,-92.3419,EN,1,59.22,1,2,2,12.966,15.108,86,84,87,117.507,77.09,1,1,124.626,-3,-2,106.351,1,39.766,15.007,5,3,5,5,6,5,,34.117,4,6,6,5,5,5,The difference between the unvaccinated and vaccinated data seems reasonable. Unvaccinated people have more risk in contracting the virus.,115.026,3,,29.574,2,7,3,4,1,5,6,25.821,4,5,7,5,3,4,6,7,,36.697,3,3,5,2,4,4,71.6,4,1,17.592,1,1987,Arkansas,6,1,1,,2,,,11,2,2,,60.21,63d8915c1adeaab48c7f2029,"{""startTime"":1678928360385,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678928192071,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678927973954,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":17,""label"":""tour_started""},{""time"":19444,""label"":""tour_next"",""step"":2},{""time"":20994,""label"":""tour_back"",""step"":2},{""time"":21846,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4276,""week"":""14"",""id"":""chart""},{""time"":31165,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1091,""week"":""24"",""id"":""chart""},{""time"":32297,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1409,""week"":""25"",""id"":""chart""},{""time"":35713,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1534,""week"":""1"",""id"":""chart""},{""time"":37315,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2632,""week"":""52"",""id"":""chart""},{""time"":39964,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1475,""week"":""1"",""id"":""chart""},{""time"":42038,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1184,""week"":""2"",""id"":""chart""},{""time"":45398,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2741,""week"":""1"",""id"":""chart""},{""time"":49747,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1325,""week"":""52"",""id"":""chart""},{""time"":51690,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3024,""week"":""51"",""id"":""chart""},{""time"":58953,""label"":""tour_next"",""step"":2},{""time"":65266,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3441,""week"":""52"",""id"":""chart2""},{""time"":72019,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678928176359,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":5546,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1725,""week"":""50"",""id"":""chart""},{""time"":8208,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1118,""week"":""52"",""id"":""chart""},{""time"":10890,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3495,""week"":""4"",""id"":""chart""}]}",1,simple,bar,0,1,0,Positive,3.5,0,3,3,6.338,2.1126666666666667,5344,15,1,0,1,1,1 -2023-03-15 20:59:49,2023-03-15 21:09:58,0,100,609,1,2023-03-15 21:09:59,R_6sZXiXEXmWtSjhT,30.2627,-97.7467,EN,1,5.063,1,3,2,4.713,15.012,84,99,97,17.821,96,1,1,46.088,1,1,95.778,1,35.408,15.014,6,6,6,7,6,6,,38.34,5,6,6,3,5,6,"It seems to align with the experiences of that I have seen in the rise of cases overall during this time, and I know that this has risen for both vaccinated and unvaccinated in the past",43.4,4,,12.417,2,7,3,4,1,5,6,16.694,2,3,1,6,4,3,8,9,,18.235,5,5,5,1,5,5,19.892,1,1,34.085,2,1989,Texas,6,3,1,,9,,Austin,17,4,2,,62.562,54849ec4fdf99b0379939d1d,"{""startTime"":1678928588612,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":1129,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4295,""week"":""52"",""id"":""chart""},{""time"":6418,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2040,""week"":""50"",""id"":""chart""},{""time"":8644,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1181,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678928627334,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678928441272,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":5084,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4479,""week"":""52"",""id"":""chart""},{""time"":11284,""label"":""tour_next"",""step"":5},{""time"":25705,""label"":""started_brush"",""startDate"":""2021-07-22"",""endDate"":""2021-09-04""},{""time"":28787,""label"":""started_brush"",""startDate"":""2021-12-09"",""endDate"":""2022-01-08""},{""time"":30099,""label"":""tour_next"",""step"":5},{""time"":46687,""label"":""moved_brush"",""startDate"":""2021-12-09"",""endDate"":""2021-12-17""},{""time"":47683,""label"":""tour_next"",""step"":5},{""time"":52384,""label"":""cleared_brush"",""using"":""Click""},{""time"":52384,""label"":""cleared_brush"",""using"":""Escape""},{""time"":54066,""label"":""tour_next"",""step"":5},{""time"":57935,""label"":""tour_end"",""step"":5},{""time"":76975,""label"":""started_brush"",""startDate"":""2021-07-10"",""endDate"":""2021-10-15""},{""time"":81254,""label"":""moved_brush"",""startDate"":""2021-07-10"",""endDate"":""2021-09-10""},{""time"":83852,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":4527,""week"":""33"",""id"":""chart""}]}","{""startTime"":1678928573245,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":1577,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4547,""week"":""52"",""id"":""chart""},{""time"":6547,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2977,""week"":""48"",""id"":""chart""}]}",1,complex,bar,0,1,0,Positive,4.3,0,2,2,7.524,3.762,4970,15,1,1,1,1,3 -2023-03-15 20:54:02,2023-03-15 21:10:16,0,100,974,1,2023-03-15 21:10:17,R_33kYM3HQfNhNqxW,39.1256,-84.5127,EN,1,10.478,1,2,1,11.072,15.107,50,79,43,68.275,206.755,1,1,89.182,-2,1,79.259,1,80.534,15.007,4,4,4,6,5,4,,66.858,5,6,6,4,5,5,No data on how the study was done.,61.7,4,,11.012,2,7,3,4,1,5,6,24.263,7,8,9,10,4,9,8,10,,33.495,3,4,5,2,4,4,42.04,6,2,16,1,1965,Ohio,4,2,1,,7,,,14,2,2,,69.826,5c65b61fad596e000179ece5,"{""startTime"":1678928575937,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":42746,""label"":""source_clicked""},{""label"":""window_blurred"",""time"":42770},{""label"":""window_focused"",""time"":55278}]}","{""startTime"":1678928467857,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678928164189,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":4009,""label"":""hovered"",""timeHovered"":3602,""week"":""2021-10-11""},{""time"":14519,""label"":""hovered"",""timeHovered"":7083,""week"":""2022-01-17""},{""time"":21631,""label"":""hovered"",""timeHovered"":5172,""week"":""2022-01-10""},{""time"":55054,""label"":""hovered"",""timeHovered"":11857,""week"":""2021-10-18""},{""time"":73019,""label"":""hovered"",""timeHovered"":7496,""week"":""2021-08-23""},{""time"":95213,""label"":""tour_next"",""step"":5},{""time"":110725,""label"":""tour_back"",""step"":5},{""time"":123197,""label"":""tour_next"",""step"":5},{""time"":152739,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-05-27""},{""time"":158655,""label"":""tour_next"",""step"":5},{""time"":173747,""label"":""moved_brush"",""startDate"":""2021-08-05"",""endDate"":""2021-09-20""},{""time"":174512,""label"":""tour_next"",""step"":5},{""time"":183354,""label"":""cleared_brush"",""using"":""click""},{""time"":183355,""label"":""cleared_brush"",""using"":""Escape""},{""time"":185608,""label"":""tour_next"",""step"":5},{""time"":197089,""label"":""tour_end"",""step"":5},{""time"":198931,""label"":""hovered"",""timeHovered"":3495,""week"":""2021-11-22""}]}","{""startTime"":1678928452364,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":8207,""label"":""hovered"",""timeHovered"":1384,""week"":""2021-10-11""}]}",1,complex,line,1,0,0,Negative,3.7,0,1,1,1.384,1.384,0,15,1,0.5,1,1,3 -2023-03-15 21:00:26,2023-03-15 21:11:05,0,100,639,1,2023-03-15 21:11:06,R_OwlIyyXoP46x6IF,43.1205,-89.3523,EN,1,30.365,1,2,1,5.265,15.008,100,81,89,30.976,92.297,1,1,36.146,1,1,46.977,1,27.645,15.108,4,3,4,6,6,6,,40.085,6,6,4,5,4,6,"It comes from a reputable source, and there is no realistic reason for it to be skewed to untrustworthy levels - given the mission of the CDC.",30.242,4,,7.25,2,7,3,4,1,5,6,19.196,1,4,1,7,1,1,9,8,,24.543,4,4,5,2,5,4,86.702,1,1,10.114,1,1991,Wisconsin,6,1,1,,7,,,6,4,1,zach.meyer@outlook.com,71.986,62be632336006d96574e22ef,"{""startTime"":1678928662172,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678928702894,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678928506068,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":13171,""label"":""tour_next"",""step"":2},{""time"":20115,""label"":""tour_end"",""step"":2},{""time"":24437,""label"":""hovered"",""timeHovered"":1455,""week"":""2022-01-03""},{""time"":27251,""label"":""hovered"",""timeHovered"":4648,""week"":""2022-01-03""},{""time"":37741,""label"":""hovered"",""timeHovered"":1851,""week"":""2021-11-22""},{""time"":40465,""label"":""hovered"",""timeHovered"":7101,""week"":""2021-06-07""},{""time"":51513,""label"":""hovered"",""timeHovered"":4410,""week"":""2022-01-10""},{""time"":57621,""label"":""hovered"",""timeHovered"":1274,""week"":""2022-01-10""},{""time"":58898,""label"":""hovered"",""timeHovered"":4588,""week"":""2022-01-10""},{""time"":64634,""label"":""hovered"",""timeHovered"":2155,""week"":""2021-12-20""},{""time"":66803,""label"":""hovered"",""timeHovered"":11489,""week"":""2021-12-20""}]}","{""startTime"":1678928646296,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":4122,""label"":""hovered"",""timeHovered"":1091,""week"":""2021-08-16""},{""time"":12206,""label"":""hovered"",""timeHovered"":1125,""week"":""2022-01-10""}]}",1,moderate,line,1,0,0,Positive,4,0,2,2,2.216,1.108,8084,15,1,1,1,1,2 -2023-03-15 21:01:20,2023-03-15 21:11:09,0,100,589,1,2023-03-15 21:11:11,R_2wThjxe76MJaV49,26.5355,-80.1098,EN,1,2.904,1,2,2,7.733,15.115,74,76,50,13.205,17.35,1,1,50.341,-3,-3,57.204,-1,39.07,15.119,4,4,4,5,3,2,,48.987,4,6,4,1,2,4,one random chart in a study which may or not intentionally share incorrect information cant be judged normally.,43.782,1,,13.116,2,7,3,4,1,5,6,17.276,1,2,1,2,1,1,2,2,,30.085,3,2,3,2,4,3,80.883,2,5,15.856,1,1998,Florida,3,1,1,,3,,,1,4,2,,79.263,5fff0f626abf51640c57419e,"{""startTime"":1678928681645,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678928616511,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678928531216,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":4285,""label"":""tour_next"",""step"":2},{""time"":6471,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678928600768,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":10286,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1377,""week"":""14"",""id"":""chart2""}]}",1,simple,bar,1,0,0,Neutral,2.8,0,1,1,1.377,1.377,0,15,1,0,0,1,1 -2023-03-15 21:02:37,2023-03-15 21:11:40,0,100,542,1,2023-03-15 21:11:40,R_2aS9rRCLx5EWXfv,33.6647,-117.9663,EN,1,6.97,1,3,1,5.638,15.114,88,100,65,16.529,28.281,1,1,45.155,-3,-3,64.681,1,37.956,15.119,7,7,7,7,7,7,,14.209,5,7,6,6,5,7,"Because it appears to show information that is universally understood, unvaccinated people get sick more often than vaccinated people",106.942,5,,11.518,2,7,3,4,1,5,6,18.024,3,7,2,6,10,2,11,9,,24.801,3,3,3,3,4,3,25.112,3,1,13.411,2,1988,California,4,1,1,,7,,,9,4,1,lcuppels@gmail.com,51.582,5c68c8726e9608000140f828,"{""startTime"":1678928723339,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678928738695,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678928613906,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":3553,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2388,""week"":""37"",""id"":""chart""},{""time"":8164,""label"":""tour_next"",""step"":2},{""time"":13226,""label"":""tour_end"",""step"":2},{""time"":14720,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2268,""week"":""51"",""id"":""chart""},{""time"":19020,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1001,""week"":""6"",""id"":""chart""}]}","{""startTime"":1678928707730,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":10231,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3254,""week"":""15"",""id"":""chart""}]}",1,moderate,bar,0,1,0,Positive,3.2,0,1,1,3.254,3.254,0,15,1,0,1,0,2 -2023-03-15 21:01:48,2023-03-15 21:12:26,0,100,637,1,2023-03-15 21:12:28,R_2y9JUqZ1l7ESpzF,38.5753,-90.2651,EN,1,9.078,,,,,15.164,79,5,4,34.055,92.577,1,1,41.984,-1,1,33.326,-2,79.89,15.066,5,5,5,1,1,2,,27.146,5,1,2,2,2,2,"Hard to understand and since it's so complicated, I don't trust the data",27.701,6,,8.738,2,7,3,4,1,5,6,28.635,1,1,10,7,2,4,8,9,none,46.593,2,2,2,4,2,2,29.959,4,,6.846,2,1947,Missouri,3,2,1,,7,,,6,3,2,,68.439,5e30cffb5a41120d29d33113,"{""startTime"":1678928840598,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678928777243,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678928586821,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":20,""label"":""tour_started""},{""time"":15708,""label"":""hovered"",""timeHovered"":8642,""week"":""2021-12-13""},{""time"":27563,""label"":""tour_next"",""step"":5},{""time"":45560,""label"":""started_brush"",""startDate"":""2021-05-04"",""endDate"":""2021-05-13""},{""time"":49969,""label"":""moved_brush"",""startDate"":""2021-05-04"",""endDate"":""2022-02-13""},{""time"":51884,""label"":""tour_next"",""step"":5},{""time"":60766,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-01-20""},{""time"":62516,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-01-20""},{""time"":63992,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-01-20""},{""time"":64997,""label"":""tour_next"",""step"":5},{""time"":72843,""label"":""cleared_brush"",""using"":""click""},{""time"":72846,""label"":""cleared_brush"",""using"":""Escape""},{""time"":74686,""label"":""tour_next"",""step"":5},{""time"":79713,""label"":""tour_end"",""step"":5},{""time"":82037,""label"":""hovered"",""timeHovered"":1340,""week"":""2022-01-10""},{""time"":85458,""label"":""hovered"",""timeHovered"":2367,""week"":""2022-01-10""}]}","{""startTime"":1678928761291,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line,1,1,0,Negative,2.3,0,0,0,0,0,0,15,1,0.5,0,0,3 -2023-03-15 21:03:42,2023-03-15 21:13:55,0,100,613,1,2023-03-15 21:13:56,R_31nNIP8jXSDfhyq,43.6842,-70.2816,EN,1,15.167,,,,,15.111,89,69,78,35.535,25.845,1,1,70.447,-1,1,72.404,1,70.98,15.014,6,6,6,5,6,6,,21.393,6,5,6,3,2,6,The data seems plausible; there's nothing to indicate that any of it is false or misleading. It's hard to imagine anyone deciding to deliberately mislead the general public on this topic.,74.469,6,,14.901,2,7,3,4,1,5,6,14.742,7,8,6,8,10,4,10,10,,25.388,4,4,4,2,5,5,30.113,2,,6.73,2,1970,Maine,6,3,1,,7,,,10,2,2,,53.036,5dceb040f2fabc10bd4a10fa,"{""startTime"":1678928810210,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678928832067,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678928695372,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":16279,""label"":""tour_next"",""step"":2},{""time"":22295,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678928794639,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6637,""label"":""hovered"",""timeHovered"":5256,""week"":""2022-01-17""},{""time"":12523,""label"":""hovered"",""timeHovered"":1573,""week"":""2022-01-17""}]}",0,moderate,line,1,0,0,Positive,4,0,2,2,6.829,3.4145,5886,15,1,0.5,1,0.5,2 -2023-03-15 21:06:19,2023-03-15 21:14:06,0,100,467,1,2023-03-15 21:14:07,R_Tbk1bcIhcVdqM1z,42.4723,-82.9967,EN,1,3.973,,,,,15.012,89,70,58,26.997,67.015,1,1,37.657,-1,1,34.111,1,24.694,15.111,4,5,5,4,5,6,,25.754,4,5,2,1,1,6,"It is from the chamber of agriculture, and why would someone lie about this",25.634,4,,9.036,2,7,3,4,1,5,6,16.43,3,3,8,8,8,1,11,10,,26.159,1,1,3,4,1,4,30.181,1,,8.751,2,1999,Michigan,6,3,1,,2,,,17,4,1,602c4e244525b352fc0779ee@email.prolific.co,61.636,602c4e244525b352fc0779ee,"{""startTime"":1678928984307,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678928937900,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678928829963,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":13354,""label"":""hovered"",""timeHovered"":3600,""week"":""2022-01-24""},{""time"":17738,""label"":""hovered"",""timeHovered"":1599,""week"":""2022-01-17""},{""time"":20204,""label"":""hovered"",""timeHovered"":1533,""week"":""2022-01-03""},{""time"":22456,""label"":""tour_next"",""step"":5},{""time"":31272,""label"":""cleared_brush"",""using"":""click""},{""time"":34300,""label"":""started_brush"",""startDate"":""2021-07-16"",""endDate"":""2022-02-13""},{""time"":35667,""label"":""started_brush"",""startDate"":""2021-05-19"",""endDate"":""2021-10-17""},{""time"":38856,""label"":""moved_brush"",""startDate"":""2021-07-17"",""endDate"":""2021-12-15""},{""time"":39760,""label"":""tour_next"",""step"":5},{""time"":47084,""label"":""moved_brush"",""startDate"":""2021-07-17"",""endDate"":""2021-12-15""},{""time"":47669,""label"":""moved_brush"",""startDate"":""2021-04-26"",""endDate"":""2021-09-25""},{""time"":48319,""label"":""tour_next"",""step"":5},{""time"":60198,""label"":""cleared_brush"",""using"":""click""},{""time"":60206,""label"":""cleared_brush"",""using"":""Escape""},{""time"":61053,""label"":""tour_next"",""step"":5},{""time"":64221,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678928922408,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":7346,""label"":""hovered"",""timeHovered"":2488,""week"":""2022-01-24""},{""time"":14878,""label"":""started_brush"",""startDate"":""2022-01-03"",""endDate"":""2022-02-13""}]}",0,complex,line,1,0,0,Positive,2.3,1,2,1,2.488,2.488,7532,15,1,0.5,1,1,3 -2023-03-15 21:02:39,2023-03-15 21:14:56,0,100,736,1,2023-03-15 21:14:56,R_24jeB1Q7sDxZqTR,39.2812,-76.7406,EN,1,10.198,1,1,2,8.215,15.127,75,38,76,19.382,63.631,-1,-2,63.385,-3,-1,86.139,-1,48.017,15.021,3,4,4,3,4,2,,23.386,4,3,3,3,1,4,covid numbers are bloated with inaccurate data,59.204,3,,13.17,2,7,3,4,1,5,6,51.537,4,6,4,4,2,8,9,9,,25.601,2,3,5,2,3,4,31.099,3,4,17.62,1,1986,Maryland,2,1,1,,3,,,12,2,1,younghovajz187@gmail.com,86.647,63480f3ff2ebda4f9403cc01,"{""startTime"":1678928919390,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678928829314,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678928662180,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":25795,""label"":""tour_next"",""step"":2},{""time"":37837,""label"":""tour_end"",""step"":2},{""time"":42905,""label"":""hovered"",""timeHovered"":1590,""week"":""2021-08-02""},{""time"":45733,""label"":""hovered"",""timeHovered"":2209,""week"":""2021-04-12""}]}","{""startTime"":1678928813499,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line,0,1,0,Negative,3.2,0,0,0,0,0,0,15,0,0,0,0,2 -2023-03-15 21:09:21,2023-03-15 21:15:02,0,100,340,1,2023-03-15 21:15:03,R_2f34ZFf3Qe37QTf,44.2433,-88.3564,EN,1,14.487,1,3,2,4.8,15.011,89,88,71,12.727,18.082,-2,1,26.866,-3,-3,29.929,1,24.13,15.116,7,6,6,6,5,6,,21.794,6,7,7,6,6,6,I've read other information that corroborates this visualization.,15.698,5,,5.602,2,7,3,4,1,5,6,25.689,3,7,2,8,4,3,11,9,,21.503,4,5,5,2,5,5,13.101,2,3,7.757,2,2001,Minnesota,3,3,1,,7,,,16,4,1,krohnesme@gmail.com,38.838,5e8787bf14e2970c36c20705,"{""startTime"":1678929110260,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678929081419,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678929016700,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":6220,""label"":""tour_next"",""step"":2},{""time"":8612,""label"":""tour_end"",""step"":2},{""time"":9699,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1211,""week"":""52"",""id"":""chart""},{""time"":13027,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1329,""week"":""3"",""id"":""chart""}]}","{""startTime"":1678929065767,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar,0,1,0,Positive,4.3,0,0,0,0,0,0,15,0.5,0,1,0,2 -2023-03-15 21:02:53,2023-03-15 21:15:26,0,100,753,1,2023-03-15 21:15:27,R_29i8cP8qx2s5vJN,44.0683,-123.0763,EN,1,11.247,1,4,2,5.777,15.2,89,94,80,51.298,60.057,1,1,98.679,-1,1,101.978,-1,36.315,15.013,6,5,6,7,7,6,,23.12,5,7,7,6,6,6,"first off it shows data from a very reliable source, CDC. They do not stand anything to gain by manipulating the data.",49.497,5,,9.954,2,7,3,4,1,5,6,24.759,7,8,9,8,8,7,10,10,,42.153,4,4,4,2,4,4,35.164,2,1,11.835,1,1967,Oregon,3,1,1,,7,,,16,4,1,5fc2ab07be970b4cde3ba33d@email.prolific.co,109.276,5fc2ab07be970b4cde3ba33d,"{""startTime"":1678928848177,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678928871915,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678928672229,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":5032,""label"":""hovered"",""timeHovered"":1017,""week"":""2021-07-19""},{""time"":9136,""label"":""hovered"",""timeHovered"":2752,""week"":""2021-12-27""},{""time"":11905,""label"":""hovered"",""timeHovered"":1218,""week"":""2021-12-27""},{""time"":30390,""label"":""tour_next"",""step"":2},{""time"":37749,""label"":""tour_end"",""step"":2},{""label"":""window_blurred"",""time"":41847},{""label"":""window_focused"",""time"":47600}]}","{""startTime"":1678928832529,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":5810,""label"":""hovered"",""timeHovered"":1826,""week"":""2021-12-27""},{""time"":7922,""label"":""hovered"",""timeHovered"":1024,""week"":""2021-12-27""},{""time"":10195,""label"":""hovered"",""timeHovered"":1221,""week"":""2022-01-31""}]}",1,simple,line,1,0,0,Positive,3.7,0,3,3,4.071,1.357,4385,15,1,0.5,0,1,1 -2023-03-15 21:08:42,2023-03-15 21:16:34,0,100,472,1,2023-03-15 21:16:34,R_2QzAf8dawazvySI,33.9883,-118.1823,EN,1,5.543,1,3,1,17.503,15.078,100,100,19,20.39,22.459,-2,-1,59.799,-3,-2,54.343,1,26.357,15.118,6,6,6,6,6,6,,14.684,5,5,5,5,5,5,Based on the source of the information,25.689,2,,8.132,2,7,3,4,1,5,6,21.008,5,6,3,6,4,6,9,8,,24.629,4,4,5,1,4,4,25.407,2,2,23.677,2,1998,California,6,1,1,,9,,Downey,10,3,1,brianapelayo8@gmail.com,48.938,60fff33b80569cb2f8d1b007,"{""startTime"":1678929136740,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678929093435,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678928993869,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":54,""label"":""tour_started""},{""time"":5399,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2366,""week"":""29"",""id"":""chart""},{""time"":10463,""label"":""tour_next"",""step"":2},{""time"":20094,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678929077333,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":7658,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1035,""week"":""50"",""id"":""chart""},{""time"":9475,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1610,""week"":""3"",""id"":""chart""},{""time"":11829,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2474,""week"":""50"",""id"":""chart""}]}",1,simple,bar,1,0,0,Positive,3.7,0,3,3,5.119,1.7063333333333333,4171,15,0,0,1,0,1 -2023-03-15 20:49:40,2023-03-15 21:17:54,0,100,1693,1,2023-03-15 21:17:54,R_1llWpvBd4rvtw5Y,31.1823,-83.7641,EN,1,92.503,1,3,1,17.063,15.187,94,85,56,76.308,134.238,1,1,164.348,-3,-3,134.687,-2,86.073,15.061,5,4,5,6,5,5,"I wondering how this graph would account for people who caught COVID, but did not seek medical help for it.",289.602,5,6,6,4,5,5,"I question the medical communities ability to accurately measure the actual number of COVID cases. For the most part, I do trust the CDC though.",124.369,4,,80.025,2,7,3,4,1,5,6,47.657,2,3,8,6,3,5,9,9,,69.095,3,3,4,3,4,4,81.434,4,1,39.463,2,1969,Georgia,6,2,1,,7,,,9,4,2,,109.432,60160f7fe4c5e278be505f72,"{""startTime"":1678928303866,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":144713,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5346,""week"":""1"",""id"":""chart""},{""time"":200087,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1300,""week"":""51"",""id"":""chart""}]}","{""startTime"":1678928595427,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678928014329,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":25,""label"":""tour_started""},{""time"":53766,""label"":""tour_next"",""step"":2},{""time"":67732,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678928285380,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar,1,1,0,Neutral,3.5,0,0,0,0,0,0,15,1,0,0,0,2 -2023-03-15 21:09:55,2023-03-15 21:18:01,0,100,485,1,2023-03-15 21:18:02,R_1rBu5r7fQ35uzqt,41.8502,-87.6736,EN,1,4.654,1,2,2,7.563,15.018,38,69,53,26.414,24.329,1,-3,55.4,1,-3,55.365,-3,33.202,15.121,2,2,2,5,6,2,,28.598,5,6,6,2,2,2,"I dont trust any covid numbers, i feel the tests are not accurate.",29.047,5,,6.463,2,7,3,4,1,5,6,17.79,2,2,9,7,2,6,6,7,,20.643,2,4,4,2,4,2,22.855,4,1,13.946,1,1970,Michigan,4,2,1,,7,,,17,2,1,,49.89,5a6b35d3d5d4cb0001d643d8,"{""startTime"":1678929227293,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678929165480,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678929069225,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":17,""label"":""tour_started""},{""time"":7785,""label"":""tour_next"",""step"":2},{""time"":16092,""label"":""tour_end"",""step"":2},{""time"":20821,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1559,""week"":""1"",""id"":""chart2""}]}","{""startTime"":1678929150120,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":2579,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3054,""week"":""52"",""id"":""chart""},{""time"":9460,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1022,""week"":""52"",""id"":""chart2""}]}",1,simple,bar,0,1,0,Negative,3,0,2,2,4.076,2.038,6881,15,0.5,0.5,0,0.5,1 -2023-03-15 21:06:13,2023-03-15 21:19:17,0,100,783,1,2023-03-15 21:19:17,R_1rAe6rWFYXEBri4,40.7038,-111.5437,EN,1,11.593,,,,,15.006,91,97,74,58.21,46.349,-3,-3,57.555,1,1,98.942,-1,43.122,15.013,5,6,5,7,3,6,,63.303,6,7,7,4,6,6,Its clear and comes from a governmental agriculture agency. ,37.019,4,,8.835,2,7,3,4,1,5,6,23.948,1,5,1,6,4,3,10,8,,34.603,4,4,4,2,3,4,46.58,2,,6.766,2,1988,Utah,5,2,1,,7,,,9,4,1,meara.mcfarland@gmail.com,155.87,63fb001cebe7de78a66a9bdd,"{""startTime"":1678928989555,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678929053496,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678928868628,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":13392,""label"":""tour_next"",""step"":2},{""time"":17564,""label"":""tour_end"",""step"":2},{""time"":20577,""label"":""hovered"",""timeHovered"":2803,""week"":""2022-01-03""},{""time"":23393,""label"":""hovered"",""timeHovered"":1474,""week"":""2022-01-03""},{""time"":32041,""label"":""hovered"",""timeHovered"":1423,""week"":""2021-12-20""},{""time"":34585,""label"":""hovered"",""timeHovered"":1290,""week"":""2021-12-20""}]}","{""startTime"":1678928973578,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":13631,""label"":""hovered"",""timeHovered"":1509,""week"":""2022-01-31""}]}",0,simple,line,1,1,0,Positive,3.5,0,1,1,1.509,1.509,0,15,0,1,0,0,1 -2023-03-15 21:11:07,2023-03-15 21:21:08,0,100,600,1,2023-03-15 21:21:09,R_1IWdWXABoR84SWn,33.5173,-117.1208,EN,1,4.296,,,,,15.015,95,93,96,35.464,65.331,-2,1,47.414,1,1,65.477,-1,30.301,15.118,4,2,4,4,1,4,,30.244,5,6,6,1,1,7,"I don't have any reason not to trust it. I'm assuming for ""survey"" purposes it is accurate. However, if I was really interested in trusting it, I would verify sources.",37.107,3,,11.82,2,7,3,4,1,5,6,18.293,5,3,4,5,1,6,9,10,,44.341,2,3,2,3,2,3,40.507,6,,7.51,2,1962,California,4,2,1,,7,,,14,3,2,,73.808,5dd61dcccaee3e5c8b9141cf,"{""startTime"":1678929348690,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678929278261,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678929130882,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":7802,""label"":""hovered"",""timeHovered"":1633,""week"":""2021-08-30""},{""time"":10369,""label"":""hovered"",""timeHovered"":1116,""week"":""2021-09-20""},{""time"":43810,""label"":""tour_next"",""step"":2},{""time"":53585,""label"":""tour_end"",""step"":2},{""time"":55522,""label"":""hovered"",""timeHovered"":2530,""week"":""2021-08-16""}]}","{""startTime"":1678929262555,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,line,1,0,0,Positive,2.5,0,0,0,0,0,0,15,0.5,1,0,1,2 -2023-03-15 21:08:10,2023-03-15 21:22:32,0,100,862,1,2023-03-15 21:22:33,R_25YFprQkeMxbBMG,34.0125,-118.4682,EN,1,19.789,,,,,15.116,46,74,53,75.394,77.716,-2,1,82.801,-3,-3,58.828,-2,76.062,15.016,4,2,4,4,3,5,,61.535,3,6,4,1,2,5,"I don't distrust this chart, but also not sure where the info is from.",34.293,4,,15.262,2,7,3,4,1,5,6,40.286,6,6,6,6,5,6,9,8,,35.737,3,2,4,3,3,2,59.233,2,,14.301,2,1974,California,6,3,1,,2,,,4,4,2,,82.285,612d247d45adec4a638aef83,"{""startTime"":1678929270258,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678929194090,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678929016338,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":34,""label"":""tour_started""},{""time"":19500,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5383,""week"":""42"",""id"":""chart""},{""time"":25900,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4215,""week"":""42"",""id"":""chart""},{""time"":30866,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2398,""week"":""47"",""id"":""chart""},{""time"":33314,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2416,""week"":""49"",""id"":""chart""},{""time"":36347,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3050,""week"":""1"",""id"":""chart""},{""time"":39616,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2480,""week"":""46"",""id"":""chart""},{""time"":42430,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2349,""week"":""45"",""id"":""chart""},{""time"":46430,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1833,""week"":""1"",""id"":""chart""},{""time"":48962,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1251,""week"":""52"",""id"":""chart""},{""time"":50228,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1502,""week"":""1"",""id"":""chart""},{""time"":53313,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1266,""week"":""1"",""id"":""chart""},{""time"":54631,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1164,""week"":""52"",""id"":""chart""},{""time"":55844,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1235,""week"":""1"",""id"":""chart""},{""time"":57112,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1083,""week"":""2"",""id"":""chart""},{""time"":60857,""label"":""tour_next"",""step"":2},{""time"":62747,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1798,""week"":""50"",""id"":""chart2""},{""time"":65628,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2566,""week"":""52"",""id"":""chart2""},{""time"":68228,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1683,""week"":""1"",""id"":""chart2""},{""time"":69927,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3470,""week"":""2"",""id"":""chart2""},{""time"":76121,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678929178097,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":8356,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1399,""week"":""3"",""id"":""chart""},{""time"":10572,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3523,""week"":""4"",""id"":""chart""}]}",0,simple,bar,1,0,0,Neutral,2.8,0,2,2,4.922,2.461,2216,15,0.5,0,0,0.5,1 -2023-03-15 21:02:43,2023-03-15 21:23:04,0,100,1220,1,2023-03-15 21:23:04,R_1g0FLNI5GKYVKpc,33.9372,-84.0791,EN,1,22.757,,,,,15.115,86,80,78,84.971,89.146,1,1,67.595,-3,-3,159.979,1,56.596,15.115,7,7,7,7,7,7,,20.87,6,6,7,3,6,7,I don't think there would be any reason to lie about the data presented in the visualization.,23.284,5,,8.538,2,7,3,4,1,5,6,18.192,3,3,8,7,2,6,8,10,,23.997,4,4,4,2,4,4,42.14,4,,4.514,1,1992,Georgia,6,1,1,,7,,,16,1,2,,465.218,5f4b3cf86618635f0e7d250b,"{""startTime"":1678929023067,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":14,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1222,""week"":""2"",""id"":""chart""}]}","{""startTime"":1678929044449,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678928756937,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":22135,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3595,""week"":""3"",""id"":""chart""},{""time"":26836,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":30010,""week"":""6"",""id"":""chart""},{""label"":""window_blurred"",""time"":58462},{""label"":""window_focused"",""time"":70136},{""time"":70975,""label"":""tour_next"",""step"":2},{""time"":78882,""label"":""tour_end"",""step"":2},{""time"":79668,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2081,""week"":""2"",""id"":""chart""}]}","{""startTime"":1678929007528,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":7928,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1011,""week"":""2"",""id"":""chart""},{""time"":9000,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1792,""week"":""3"",""id"":""chart""}]}",0,moderate,bar,1,0,0,Positive,3.7,0,2,2,2.803,1.4015,1072,15,1,0,1,0,2 -2023-03-15 21:14:34,2023-03-15 21:23:08,0,100,513,1,2023-03-15 21:23:09,R_1d0lWHAfKSnoTBe,30.6032,-96.3136,EN,1,8.972,,,,,15.115,90,82,73,26.625,91.543,1,1,41.446,1,-3,39.117,1,44.7,15.01,6,6,6,6,6,6,,23.388,6,6,5,2,2,6,The visualization clearly labels all of the data and where the source is from.,22.186,5,,9.396,2,7,3,4,1,5,6,15.601,2,4,1,3,4,4,10,8,,17.075,3,4,5,2,5,4,23.472,1,,3.95,2,1996,Texas,9,3,1,,9,,College Station,4,4,1,mflorkow@tamu.edu,66.403,6122b5527020257bf5aabc8e,"{""startTime"":1678929492887,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678929516870,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678929340495,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":9039,""label"":""tour_next"",""step"":5},{""time"":30340,""label"":""cleared_brush"",""using"":""Click""},{""time"":34870,""label"":""started_brush"",""startDate"":""2021-06-21"",""endDate"":""2021-08-08""},{""time"":35629,""label"":""tour_next"",""step"":5},{""time"":41862,""label"":""cleared_brush"",""using"":""Click""},{""time"":46132,""label"":""started_brush"",""startDate"":""2021-06-03"",""endDate"":""2021-07-20""},{""time"":54480,""label"":""moved_brush"",""startDate"":""2021-06-03"",""endDate"":""2021-07-20""},{""time"":55709,""label"":""moved_brush"",""startDate"":""2021-06-03"",""endDate"":""2021-07-28""},{""time"":56755,""label"":""moved_brush"",""startDate"":""2021-08-25"",""endDate"":""2021-10-19""},{""time"":57414,""label"":""tour_next"",""step"":5},{""time"":71548,""label"":""cleared_brush"",""using"":""Click""},{""time"":72879,""label"":""tour_next"",""step"":5},{""time"":76104,""label"":""tour_end"",""step"":5},{""time"":82180,""label"":""started_brush"",""startDate"":""2021-05-23"",""endDate"":""2021-06-08""},{""time"":84286,""label"":""moved_brush"",""startDate"":""2021-07-28"",""endDate"":""2021-08-13""},{""time"":86077,""label"":""moved_brush"",""startDate"":""2021-07-28"",""endDate"":""2021-12-31""},{""time"":89938,""label"":""moved_brush"",""startDate"":""2021-09-03"",""endDate"":""2022-02-07""}]}","{""startTime"":1678929477492,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":10994,""label"":""started_brush"",""startDate"":""2021-11-02"",""endDate"":""2022-01-01""}]}",0,complex,bar,1,1,0,Positive,3.8,1,1,0,0,0,0,15,1,0.5,1,1,3 -2023-03-15 21:12:53,2023-03-15 21:23:34,0,100,641,1,2023-03-15 21:23:35,R_11X8JD8XcYY4PID,42.5134,-83.0647,EN,1,4.769,1,3,1,4.334,15.02,59,27,39,48.774,36.397,-2,1,39.669,1,1,55.673,1,46.002,15.021,4,4,3,4,5,4,Opened the data source in a new tab just now and absolutely zero idea what I was looking at. Extremely confusing.,105.175,3,3,2,1,1,4,Don't know how cases of covid were reported or verified. E.g. don't know the source of the data and how trustworthy it is.,29.267,5,,18.596,2,7,3,4,1,5,6,26.455,2,6,6,7,3,6,8,8,,39.292,2,2,3,4,3,2,36.611,4,5,25.021,1,1985,Michigan,5,2,1,,7,,,7,4,2,,44.035,614149e12ad52d5ea08555e9,"{""startTime"":1678929439481,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":42271},{""label"":""window_focused"",""time"":72089}]}","{""startTime"":1678929374540,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":150,""label"":""hovered"",""timeHovered"":1126,""week"":""2021-08-09""}]}","{""startTime"":1678929266117,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":4745,""label"":""hovered"",""timeHovered"":1458,""week"":""2022-01-03""},{""time"":21914,""label"":""tour_next"",""step"":2},{""time"":25733,""label"":""tour_end"",""step"":2},{""time"":30960,""label"":""hovered"",""timeHovered"":3938,""week"":""2022-01-03""}]}","{""startTime"":1678929359004,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":9708,""label"":""hovered"",""timeHovered"":1666,""week"":""2021-09-20""}]}",1,moderate,line,1,1,0,Negative,2.7,0,1,1,1.666,1.666,0,15,0.5,1,1,1,2 -2023-03-15 21:15:15,2023-03-15 21:23:53,0,100,517,1,2023-03-15 21:23:54,R_2644r2Io2JBlLZg,41.8502,-87.6736,EN,1,17.863,1,2,2,5.681,15.111,93,100,50,37.011,70.285,1,1,42.664,1,1,47.317,1,47.281,15.11,6,3,7,7,6,6,,10.284,7,7,6,3,6,7,It seems realistic and trustworthy. Seems very accurate.,21.489,5,,8.007,2,7,3,4,1,5,6,17.777,3,2,1,3,2,4,1,1,,30.515,4,5,4,2,5,4,32.182,5,1,16.249,2,2002,Illinois,2,3,1,,3,,,10,3,2,,48.399,61366a0250ad37452b08b9a3,"{""startTime"":1678929574225,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678929533363,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":9130},{""label"":""window_focused"",""time"":10242},{""label"":""window_blurred"",""time"":10653},{""label"":""window_focused"",""time"":12110}]}","{""startTime"":1678929399369,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":9010,""label"":""tour_next"",""step"":5},{""time"":18228,""label"":""started_brush"",""startDate"":""2021-08-16"",""endDate"":""2022-02-13""},{""time"":18923,""label"":""tour_next"",""step"":5},{""time"":22359,""label"":""started_brush"",""startDate"":""2021-04-27"",""endDate"":""2021-08-08""},{""time"":23426,""label"":""cleared_brush"",""using"":""click""},{""time"":26380,""label"":""started_brush"",""startDate"":""2021-05-10"",""endDate"":""2021-08-20""},{""time"":28661,""label"":""cleared_brush"",""using"":""click""},{""time"":35163,""label"":""started_brush"",""startDate"":""2021-04-28"",""endDate"":""2021-07-10""},{""time"":36376,""label"":""moved_brush"",""startDate"":""2021-08-26"",""endDate"":""2021-11-07""},{""time"":37224,""label"":""moved_brush"",""startDate"":""2021-06-05"",""endDate"":""2021-08-16""},{""time"":37807,""label"":""tour_next"",""step"":5},{""time"":41042,""label"":""started_brush"",""startDate"":""2021-06-21"",""endDate"":""2021-09-11""},{""time"":42592,""label"":""moved_brush"",""startDate"":""2021-06-20"",""endDate"":""2021-09-10""},{""time"":43096,""label"":""cleared_brush"",""using"":""click""},{""time"":43940,""label"":""tour_next"",""step"":5},{""time"":49422,""label"":""tour_end"",""step"":5},{""time"":57726,""label"":""started_brush"",""startDate"":""2021-06-30"",""endDate"":""2022-02-05""},{""time"":58892,""label"":""moved_brush"",""startDate"":""2021-06-30"",""endDate"":""2022-02-05""},{""time"":59961,""label"":""moved_brush"",""startDate"":""2021-06-30"",""endDate"":""2022-02-05""},{""time"":60909,""label"":""moved_brush"",""startDate"":""2021-06-30"",""endDate"":""2022-02-05""},{""time"":61946,""label"":""moved_brush"",""startDate"":""2021-06-30"",""endDate"":""2022-02-05""},{""time"":62629,""label"":""moved_brush"",""startDate"":""2021-06-30"",""endDate"":""2022-02-05""},{""time"":63143,""label"":""moved_brush"",""startDate"":""2021-06-30"",""endDate"":""2022-02-05""},{""time"":64007,""label"":""cleared_brush"",""using"":""click""},{""time"":64009,""label"":""cleared_brush"",""using"":""Escape""},{""time"":66344,""label"":""started_brush"",""startDate"":""2021-10-08"",""endDate"":""2022-02-13""},{""time"":67237,""label"":""cleared_brush"",""using"":""click""},{""time"":67240,""label"":""cleared_brush"",""using"":""Escape""},{""time"":69289,""label"":""started_brush"",""startDate"":""2021-12-08"",""endDate"":""2022-02-13""}]}","{""startTime"":1678929517846,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":4598,""label"":""started_brush"",""startDate"":""2021-07-15"",""endDate"":""2022-02-13""},{""time"":5147,""label"":""moved_brush"",""startDate"":""2021-07-15"",""endDate"":""2022-02-13""},{""time"":5748,""label"":""moved_brush"",""startDate"":""2021-07-15"",""endDate"":""2022-02-13""},{""time"":7549,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-10""},{""time"":9765,""label"":""started_brush"",""startDate"":""2022-01-09"",""endDate"":""2022-01-11""},{""time"":10500,""label"":""cleared_brush"",""using"":""click""},{""time"":14114,""label"":""started_brush"",""startDate"":""2021-09-07"",""endDate"":""2021-10-06""}]}",1,complex,line,1,1,0,Positive,4,1,7,0,0,0,9516,15,1,1,1,1,3 -2023-03-15 21:04:16,2023-03-15 21:24:22,0,100,1205,1,2023-03-15 21:24:23,R_3smHkNO3ON3RBfG,33.7315,-84.4195,EN,1,4.028,,,,,15.014,81,90,91,39.533,75.078,1,-3,95.178,-3,-3,76.665,1,84.035,15.012,6,6,6,6,6,6,N/A,85.459,6,6,6,6,6,6,"It's clear and concise, I understand the data.",23.156,4,I am in the middle of road with that. ,43.429,2,7,3,4,1,5,6,16.031,6,6,7,7,5,6,7,6,N/A,34.475,3,3,5,3,3,3,29.706,4,,5.58,1,1981,Georgia,6,2,1,,3,,,13,2,2,,72.011,5ed7b5af65b9ae09f16de102,"{""startTime"":1678929357815,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":26,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":23499,""week"":""2"",""id"":""chart""}]}","{""startTime"":1678929443778,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678929182024,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":4086,""label"":""tour_next"",""step"":5},{""time"":16243,""label"":""cleared_brush"",""using"":""Click""},{""time"":28367,""label"":""started_brush"",""startDate"":""2021-06-14"",""endDate"":""2021-10-13""},{""time"":30323,""label"":""tour_next"",""step"":5},{""time"":33633,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-08-04""},{""time"":34301,""label"":""tour_next"",""step"":5},{""time"":37819,""label"":""cleared_brush"",""using"":""Click""},{""time"":37819,""label"":""cleared_brush"",""using"":""Escape""},{""time"":41704,""label"":""started_brush"",""startDate"":""2021-08-29"",""endDate"":""2021-10-25""},{""time"":42397,""label"":""tour_next"",""step"":5},{""time"":48497,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678929341920,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":8045,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1731,""week"":""52"",""id"":""chart""},{""time"":9911,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1549,""week"":""1"",""id"":""chart""}]}",0,complex,bar,0,2,0,Positive,3.3,0,2,2,3.28,1.64,1866,15,0.5,0,1,1,3 -2023-03-15 21:06:47,2023-03-15 21:25:30,0,100,1122,1,2023-03-15 21:25:31,R_3g8hm476IzhM0ui,40.5541,-111.9429,EN,1,17.308,1,3,1,9.704,15.038,100,100,50,23.553,237.172,1,1,65.11,1,1,78.947,1,57.773,15.116,6,6,6,7,7,6,No additional feedback to give.,65.12,6,6,6,5,4,6,"The different colored lines made it easy for me to figure out the data between the different age groups of vaccinated and unvaccinated people. It didn't see like there was anything deliberately misleading about it or anything lie that, so I trust it.",99.912,5,No additional feedback to give.,21.798,2,7,3,4,1,5,6,39.912,6,6,3,4,8,6,10,8,No additional feedback to give.,63.07,4,3,5,2,4,4,45.507,1,1,27.044,2,1987,Utah,6,3,1,,7,,,8,2,1,5e4a1730c94447480594cea4@email.prolific.co,154.488,5e4a1730c94447480594cea4,"{""startTime"":1678929356484,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678929206346,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678928893308,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":35,""label"":""tour_started""},{""time"":17827,""label"":""hovered"",""timeHovered"":28733,""week"":""2022-01-10""},{""time"":48045,""label"":""hovered"",""timeHovered"":1050,""week"":""2021-08-16""},{""time"":51083,""label"":""hovered"",""timeHovered"":1315,""week"":""2022-01-17""},{""label"":""window_blurred"",""time"":61827},{""label"":""window_focused"",""time"":64512},{""time"":67812,""label"":""tour_next"",""step"":5},{""label"":""window_blurred"",""time"":85455},{""label"":""window_focused"",""time"":87174},{""time"":94234,""label"":""started_brush"",""startDate"":""2021-09-05"",""endDate"":""2022-02-13""},{""time"":96622,""label"":""tour_next"",""step"":5},{""time"":109753,""label"":""moved_brush"",""startDate"":""2021-05-15"",""endDate"":""2021-10-23""},{""time"":112483,""label"":""tour_next"",""step"":5},{""time"":129092,""label"":""cleared_brush"",""using"":""click""},{""time"":129101,""label"":""cleared_brush"",""using"":""Escape""},{""time"":132148,""label"":""tour_next"",""step"":5},{""time"":142806,""label"":""tour_end"",""step"":5},{""time"":156752,""label"":""started_brush"",""startDate"":""2021-10-31"",""endDate"":""2022-02-13""},{""time"":159717,""label"":""hovered"",""timeHovered"":1304,""week"":""2022-01-24""},{""time"":162171,""label"":""hovered"",""timeHovered"":1041,""week"":""2022-01-03""},{""time"":163278,""label"":""hovered"",""timeHovered"":3198,""week"":""2022-01-03""},{""time"":172095,""label"":""hovered"",""timeHovered"":2816,""week"":""2022-02-07""},{""time"":181350,""label"":""moved_brush"",""startDate"":""2021-07-24"",""endDate"":""2021-11-06""},{""time"":182242,""label"":""hovered"",""timeHovered"":3524,""week"":""2021-09-20""},{""time"":191949,""label"":""moved_brush"",""startDate"":""2021-10-08"",""endDate"":""2022-01-21""},{""time"":193430,""label"":""hovered"",""timeHovered"":1261,""week"":""2022-01-10""},{""time"":195384,""label"":""hovered"",""timeHovered"":1987,""week"":""2022-01-03""},{""time"":199253,""label"":""hovered"",""timeHovered"":1139,""week"":""2021-12-20""},{""time"":201235,""label"":""hovered"",""timeHovered"":1101,""week"":""2022-01-03""},{""time"":203520,""label"":""hovered"",""timeHovered"":1496,""week"":""2021-11-29""},{""time"":209727,""label"":""moved_brush"",""startDate"":""2021-08-01"",""endDate"":""2021-11-14""},{""time"":212418,""label"":""hovered"",""timeHovered"":3368,""week"":""2021-08-23""},{""time"":216121,""label"":""hovered"",""timeHovered"":1102,""week"":""2021-08-23""},{""time"":221228,""label"":""moved_brush"",""startDate"":""2021-08-27"",""endDate"":""2021-12-10""},{""time"":223138,""label"":""hovered"",""timeHovered"":1123,""week"":""2021-11-29""},{""time"":225702,""label"":""hovered"",""timeHovered"":1014,""week"":""2021-11-29""},{""time"":229560,""label"":""hovered"",""timeHovered"":1886,""week"":""2021-08-30""}]}","{""startTime"":1678929190390,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":11784,""label"":""started_brush"",""startDate"":""2021-09-23"",""endDate"":""2022-01-07""},{""time"":12577,""label"":""hovered"",""timeHovered"":2431,""week"":""2021-12-20""}]}",1,complex,line,1,1,0,Positive,3.7,1,2,1,2.431,2.431,793,15,1,1,1,1,3 -2023-03-15 21:15:28,2023-03-15 21:25:33,0,100,604,1,2023-03-15 21:25:34,R_AHi41qbTyQPPNaV,33.9521,-84.5475,EN,1,6.665,1,2,2,9.715,16.117,89,34,62,14.228,91.951,1,1,59.47,-2,1,67.038,1,34.65,15.976,6,3,6,6,6,6,no thank you,39.602,6,5,6,2,2,6,the facts look solid,12.238,4,no thank you,13.139,2,7,3,4,1,5,6,18.026,5,8,7,8,7,8,10,8,no thank you,33.451,4,3,4,2,3,5,40.938,3,1,13.58,2,1977,Georgia,3,3,1,,7,,,5,4,1,lovebunnyok@gmail.com,59.445,5adb40e0f6b58c0001fa33d3,"{""startTime"":1678929533551,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678929573620,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678929389458,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":11651,""label"":""hovered"",""timeHovered"":2694,""week"":""2021-08-16""},{""time"":14652,""label"":""hovered"",""timeHovered"":1668,""week"":""2021-08-09""},{""time"":30781,""label"":""tour_next"",""step"":5},{""time"":50786,""label"":""cleared_brush"",""using"":""click""},{""time"":53804,""label"":""cleared_brush"",""using"":""click""},{""time"":56318,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-07-26""},{""time"":57374,""label"":""tour_next"",""step"":5},{""time"":64718,""label"":""moved_brush"",""startDate"":""2021-04-25"",""endDate"":""2021-08-09""},{""time"":65529,""label"":""tour_next"",""step"":5},{""time"":77303,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-07-26""},{""time"":79557,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-07-26""},{""time"":83601,""label"":""cleared_brush"",""using"":""click""},{""time"":83602,""label"":""cleared_brush"",""using"":""Escape""},{""time"":85077,""label"":""tour_next"",""step"":5},{""time"":88525,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678929516971,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":12226,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-07-10""}]}",1,complex,line,0,1,0,Positive,3.5,1,1,0,0,0,0,15,1,0.5,1,1,3 -2023-03-15 21:18:10,2023-03-15 21:25:54,0,100,464,1,2023-03-15 21:25:55,R_9yFylgPpn3fcprz,37.7562,-122.4866,EN,1,4.053,1,4,1,43.264,15.011,92,90,63,13.769,34.069,1,1,62.538,-3,-3,38.994,1,27.23,15.007,6,4,5,6,6,6,,51.275,3,5,6,4,4,5,"I think I do, but not sure if the survey made up the charts.",13.271,4,,4.426,2,7,3,4,1,5,6,13.449,8,8,7,8,9,4,9,9,,14.013,3,2,2,4,3,2,20.709,2,1,7.159,2,1990,California,6,3,1,,2,,,17,1,2,,34.825,5f473eafdbc4a2121ceae963,"{""startTime"":1678929706958,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678929758738,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678929593995,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":7656,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1849,""week"":""34"",""id"":""chart""},{""time"":9831,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5267,""week"":""35"",""id"":""chart""},{""time"":16214,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2108,""week"":""52"",""id"":""chart""},{""time"":18342,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1806,""week"":""1"",""id"":""chart""},{""time"":22010,""label"":""tour_next"",""step"":2},{""time"":29685,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678929691471,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":5930,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2259,""week"":""52"",""id"":""chart2""},{""time"":12892,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2047,""week"":""32"",""id"":""chart""}]}",1,simple,bar,1,0,0,Neutral,2.7,0,2,2,4.306,2.153,6962,15,1,0,1,1,1 -2023-03-15 21:16:31,2023-03-15 21:26:00,0,100,569,1,2023-03-15 21:26:01,R_yJWvkJlKJpWVh9n,40.7114,-74.0005,EN,1,16.001,1,3,1,4.958,15.107,95,96,50,18.269,25.381,1,-3,55.373,1,1,72.428,1,34.079,15.115,6,4,6,6,6,6,,18.673,6,6,6,4,6,6,The chart seems very comprehensible and also aligned with my own knowledge of the cases back in Jan and the spike. ,28.036,4,,11.893,2,7,3,4,1,5,6,15.55,4,7,7,4,5,6,9,8,,20.532,3,4,4,2,5,4,32.693,3,1,15.711,2,1993,New York,6,2,3,,2,,,8,2,2,,122.924,6016dca5fdf98587f9a0ca71,"{""startTime"":1678929607325,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678929559428,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678929461895,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":13626,""label"":""hovered"",""timeHovered"":1240,""week"":""2021-12-06""},{""time"":17425,""label"":""tour_next"",""step"":2},{""time"":21028,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678929543596,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":10353,""label"":""hovered"",""timeHovered"":2619,""week"":""2022-01-31""}]}",1,simple,line,1,1,0,Positive,3.7,0,1,1,2.619,2.619,0,15,0.5,1,1,0.5,1 -2023-03-15 21:13:42,2023-03-15 21:27:14,0,100,811,1,2023-03-15 21:27:14,R_1E0srBrcs6saGsb,33.6528,-85.8417,EN,1,14.333,,,,,15.041,100,100,72,47.705,56.194,1,1,65.026,-3,-3,128.593,-2,65.843,15.046,4,3,4,6,7,5,,48.038,6,7,7,2,2,5,I don't know enough about insect and fungi related diseases in crops so I trust that there is a possibility that it is an accurate visualization.,114.319,4,,11.718,2,7,3,4,1,5,6,25.612,2,2,5,3,1,3,3,3,,25.581,5,5,5,1,5,5,32.668,4,,6.719,2,1997,Alabama,3,1,1,,3,,,3,1,2,,63.434,5daca5b06aa37b00126c8d41,"{""startTime"":1678929605357,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678929452693,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678929313694,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":43,""label"":""tour_started""},{""time"":7283,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3618,""week"":""40"",""id"":""chart""},{""time"":15414,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1402,""week"":""26"",""id"":""chart""},{""time"":21581,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1650,""week"":""52"",""id"":""chart""},{""time"":27397,""label"":""tour_next"",""step"":2},{""time"":31494,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1884,""week"":""52"",""id"":""chart2""},{""time"":40621,""label"":""tour_end"",""step"":2},{""time"":49815,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1675,""week"":""28"",""id"":""chart2""},{""time"":52963,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1110,""week"":""32"",""id"":""chart""}]}","{""startTime"":1678929436576,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":3770,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2044,""week"":""52"",""id"":""chart2""},{""time"":8877,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2009,""week"":""1"",""id"":""chart""},{""time"":10953,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1060,""week"":""52"",""id"":""chart""}]}",0,simple,bar,2,0,0,Positive,4.3,0,3,3,5.113,1.7043333333333335,7183,15,1,0,0,1,1 -2023-03-15 21:17:51,2023-03-15 21:27:23,0,100,571,1,2023-03-15 21:27:23,R_ZaeqA4wmOYPx5OF,40.4856,-74.6265,EN,1,8.965,,,,,15.123,88,83,20,20.336,28.745,-3,1,53.138,1,-3,47.669,1,49.857,15.018,5,5,5,5,3,5,The dates within each month are distracting. Just use the week number.,57.735,4,6,4,2,2,5,I don't really know the source. But who would lie about this?,21.349,6,,11.933,2,7,3,4,1,5,6,24.34,1,2,9,5,1,8,6,7,,30.486,5,4,5,1,5,5,36.04,6,,9.4,1,1957,New Jersey,7,1,1,,7,,,17,4,2,,83.885,614efa2878aa3275b54d0bdf,"{""startTime"":1678929623244,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678929681501,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678929524687,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":9179,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1486,""week"":""3"",""id"":""chart""},{""time"":17117,""label"":""tour_next"",""step"":2},{""time"":26545,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678929607412,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":6197,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2698,""week"":""52"",""id"":""chart""}]}",0,simple,bar,1,0,0,Positive,4.2,0,1,1,2.698,2.698,0,15,0.5,0.5,1,0.5,1 -2023-03-15 21:21:06,2023-03-15 21:27:39,0,100,392,1,2023-03-15 21:27:40,R_2rNNUZF6ROPnlkb,39.9947,-105.2366,EN,1,5.138,1,2,2,3.561,15.01,100,63,82,9.644,13.871,1,-3,42.071,1,1,48.985,-1,47.484,15.009,7,5,7,7,6,7,,14.472,6,6,6,4,6,6,it looks professional and the data comes from the cdc,16.11,5,,8.546,2,7,3,4,1,5,6,14.007,3,4,7,7,3,6,10,11,,22.794,3,5,4,2,5,4,25.697,3,2,6.964,1,2002,Colorado,3,1,1,,7,,,19,3,1,sam6434@icloud.com,41.784,6293ec5a8c59ee7feb09eab7,"{""startTime"":1678929818464,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678929785047,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678929712222,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":8223,""label"":""tour_next"",""step"":2},{""time"":13013,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678929769281,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":9006,""label"":""hovered"",""timeHovered"":1107,""week"":""2022-01-31""}]}",1,simple,line,2,0,0,Positive,3.8,0,1,1,1.107,1.107,0,15,0.5,1,0,0.5,1 -2023-03-15 21:21:10,2023-03-15 21:28:38,0,100,448,1,2023-03-15 21:28:38,R_1llSKCS77zU6Gcg,34.3454,-86.274,EN,1,4.226,,,,,15.007,94,81,90,16.554,72.999,1,1,34.898,-3,-3,38.324,1,37.403,15.008,7,7,7,5,7,7,,23.07,7,7,7,3,2,7,I have no reason to believe this visualization is giving untrue data,26.339,6,,4.148,2,7,3,4,1,5,6,13.32,2,5,10,9,2,8,10,10,,17.177,4,5,5,2,5,4,12.215,4,,3.605,2,1982,Alabama,3,2,1,,9,,Guntersville,5,4,1,constance.beasley@hotmail.com,56.126,5bcc1fce4249b20001bc99f1,"{""startTime"":1678929897181,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678929847952,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678929719497,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":24,""label"":""tour_started""},{""time"":19519,""label"":""tour_next"",""step"":5},{""time"":32088,""label"":""started_brush"",""startDate"":""2021-09-03"",""endDate"":""2021-10-02""},{""time"":33070,""label"":""tour_next"",""step"":5},{""time"":38168,""label"":""moved_brush"",""startDate"":""2021-08-24"",""endDate"":""2021-09-21""},{""time"":41209,""label"":""moved_brush"",""startDate"":""2021-08-24"",""endDate"":""2021-11-22""},{""time"":41934,""label"":""tour_next"",""step"":5},{""time"":51122,""label"":""cleared_brush"",""using"":""Click""},{""time"":51122,""label"":""cleared_brush"",""using"":""Escape""},{""time"":53126,""label"":""tour_next"",""step"":5},{""time"":57390,""label"":""tour_end"",""step"":5},{""time"":64472,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2295,""week"":""1"",""id"":""chart""},{""time"":68891,""label"":""cleared_brush"",""using"":""Click""},{""time"":72098,""label"":""started_brush"",""startDate"":""2021-05-19"",""endDate"":""2021-10-25""}]}","{""startTime"":1678929832004,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":3468,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3608,""week"":""52"",""id"":""chart""},{""time"":12029,""label"":""started_brush"",""startDate"":""2021-10-31"",""endDate"":""2022-01-01""}]}",0,complex,bar,1,0,0,Positive,4.2,1,2,1,3.608,3.608,8561,15,1,0,1,1,3 -2023-03-15 21:14:59,2023-03-15 21:29:34,0,100,875,1,2023-03-15 21:29:35,R_3gR8CtsQWyshzfO,37.9653,-87.3902,EN,1,34.825,2,,2,4.059,15.007,2,98,99,31.878,144.621,1,-3,70.244,1,1,59.055,-2,52.606,15.107,1,1,1,6,3,1,,34.599,4,5,5,3,2,1,"I don't trust any numbers reguarding covid-19 infection of the unvaccinated or vaccinated. There was way way too many things counted as covid that were not and nuumbers and counts were fudged across all stake holders like hospitals, doctors, scientists, and the government in order to push their agendas and narratives.",102.265,2,,12.304,2,7,3,4,1,5,6,23.734,1,1,9,7,2,6,2,4,,51.664,4,4,5,2,4,4,42.693,6,4,22.661,1,1980,Indiana,3,2,1,,7,,,5,3,1,stutsman@gmail.com,68.169,63356ce6be65e7962bfc424d,"{""startTime"":1678929780189,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678929622655,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":5920,""label"":""hovered"",""timeHovered"":2812,""week"":""2022-01-24""},{""time"":13959,""label"":""started_brush"",""startDate"":""2021-06-02"",""endDate"":""2022-02-13""},{""time"":19931,""label"":""moved_brush"",""startDate"":""2022-01-28"",""endDate"":""2022-02-13""},{""time"":24162,""label"":""moved_brush"",""startDate"":""2022-01-28"",""endDate"":""2022-02-13""}]}","{""startTime"":1678929407929,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":13484,""label"":""hovered"",""timeHovered"":5698,""week"":""2021-07-12""},{""time"":21099,""label"":""hovered"",""timeHovered"":2882,""week"":""2021-07-05""},{""time"":24365,""label"":""hovered"",""timeHovered"":1282,""week"":""2021-05-31""},{""time"":25731,""label"":""hovered"",""timeHovered"":1766,""week"":""2021-05-31""},{""time"":27914,""label"":""hovered"",""timeHovered"":6498,""week"":""2021-06-21""},{""time"":35698,""label"":""tour_next"",""step"":5},{""time"":53461,""label"":""cleared_brush"",""using"":""click""},{""time"":56185,""label"":""cleared_brush"",""using"":""click""},{""time"":64057,""label"":""started_brush"",""startDate"":""2021-09-04"",""endDate"":""2021-10-22""},{""time"":64923,""label"":""tour_next"",""step"":5},{""time"":75211,""label"":""moved_brush"",""startDate"":""2021-05-01"",""endDate"":""2021-06-18""},{""time"":82624,""label"":""moved_brush"",""startDate"":""2021-09-25"",""endDate"":""2021-11-12""},{""time"":83546,""label"":""tour_next"",""step"":5},{""time"":88938,""label"":""cleared_brush"",""using"":""click""},{""time"":88942,""label"":""cleared_brush"",""using"":""Escape""},{""time"":90984,""label"":""tour_next"",""step"":5},{""time"":96780,""label"":""tour_end"",""step"":5},{""time"":112948,""label"":""started_brush"",""startDate"":""2021-04-21"",""endDate"":""2021-05-18""},{""time"":142614,""label"":""moved_brush"",""startDate"":""2022-01-17"",""endDate"":""2022-02-13""}]}","{""startTime"":1678929606549,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":13184,""label"":""started_brush"",""startDate"":""2021-11-12"",""endDate"":""2022-01-04""}]}",1,complex,line,0,1,0,Negative,3.8,1,1,0,0,0,0,15,0.5,1,0,0,3 -2023-03-15 21:20:14,2023-03-15 21:30:32,0,100,617,1,2023-03-15 21:30:32,R_1oaPS87RQpgh5cB,34.0903,-118.3749,EN,1,7.973,1,4,2,3.928,15.008,53,64,66,13.425,82.395,1,1,80.86,1,1,129.7,1,38.431,15.109,6,6,6,6,7,6,,49.943,4,6,6,4,3,6,"It seems like a good way to represent data and the data seems accurate from what I remember, though I obviously don't have the numbers in front of me.",22.707,4,,6.799,2,7,3,4,1,5,6,19.599,2,4,3,3,4,4,9,8,,18.561,5,4,4,1,4,5,15.995,2,1,7.083,2,1996,California,7,3,1,,7,,,9,4,1,oliviastrebe@gmail.com,56.436,61156cab775e1f9e2c3a4bfa,"{""startTime"":1678929838789,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678929800643,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678929663477,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":1699,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1274,""week"":""34"",""id"":""chart""},{""time"":4413,""label"":""tour_next"",""step"":5},{""time"":8218,""label"":""tour_back"",""step"":5},{""time"":9534,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1254,""week"":""50"",""id"":""chart""},{""time"":11452,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6387,""week"":""52"",""id"":""chart""},{""time"":24523,""label"":""tour_next"",""step"":5},{""time"":27851,""label"":""cleared_brush"",""using"":""Click""},{""time"":30502,""label"":""started_brush"",""startDate"":""2021-06-16"",""endDate"":""2021-07-15""},{""time"":31123,""label"":""started_brush"",""startDate"":""2021-09-03"",""endDate"":""2021-10-21""},{""time"":31796,""label"":""tour_next"",""step"":5},{""time"":35395,""label"":""started_brush"",""startDate"":""2021-07-15"",""endDate"":""2021-09-20""},{""time"":46213,""label"":""cleared_brush"",""using"":""Click""},{""time"":48568,""label"":""cleared_brush"",""using"":""Click""},{""time"":49879,""label"":""cleared_brush"",""using"":""Click""},{""time"":51131,""label"":""started_brush"",""startDate"":""2021-10-28"",""endDate"":""2021-11-24""},{""time"":53710,""label"":""moved_brush"",""startDate"":""2021-10-28"",""endDate"":""2022-01-08""},{""time"":56234,""label"":""tour_next"",""step"":5},{""time"":62010,""label"":""cleared_brush"",""using"":""Click""},{""time"":63093,""label"":""tour_next"",""step"":5},{""time"":65018,""label"":""tour_end"",""step"":5},{""time"":66456,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1462,""week"":""51"",""id"":""chart""},{""time"":68327,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4248,""week"":""51"",""id"":""chart""},{""time"":73462,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1870,""week"":""1"",""id"":""chart""},{""time"":75356,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1895,""week"":""2"",""id"":""chart""}]}","{""startTime"":1678929785027,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":232,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1841,""week"":""47"",""id"":""chart""},{""time"":4112,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2001,""week"":""52"",""id"":""chart""},{""time"":6154,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1418,""week"":""1"",""id"":""chart""}]}",1,complex,bar,1,1,0,Positive,3.8,0,3,3,5.26,1.7533333333333332,5922,15,1,1,1,1,3 -2023-03-15 21:23:59,2023-03-15 21:30:46,0,100,406,1,2023-03-15 21:30:46,R_Y0jMxRO4A207PBT,33.5879,-117.6974,EN,1,4.241,,,,,15.02,99,99,51,12.781,24.315,1,1,19.524,1,1,51.735,1,28.353,15.023,5,6,5,6,6,5,,23.473,6,6,4,1,2,5,I don't see any reason why the data would be manipulated and it is presented clearly. It seems like seasonal variations in weather could cause the spikes in disease.,33.825,1,,7.951,2,7,3,4,1,5,6,14.076,1,1,5,5,1,3,3,5,,21.093,3,4,4,2,4,4,27.793,5,,5.466,1,1988,California,3,2,1,,7,,,6,4,2,,53.475,5e1a7114a90da52e206de7ea,"{""startTime"":1678929994937,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678929939194,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678929879117,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":11817,""label"":""hovered"",""timeHovered"":3790,""week"":""2021-12-27""},{""time"":17440,""label"":""tour_next"",""step"":2},{""time"":21976,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678929923737,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":10677,""label"":""hovered"",""timeHovered"":1739,""week"":""2021-12-27""}]}",0,simple,line,1,1,0,Positive,3.5,0,1,1,1.739,1.739,0,15,1,1,1,1,1 -2023-03-15 21:18:54,2023-03-15 21:30:49,0,100,714,1,2023-03-15 21:30:50,R_3fADeCqzCrwYlau,43.0812,-89.3845,EN,1,14.729,,,,,15.009,100,100,54,32.462,115.677,1,1,36.117,1,1,53.298,1,38.255,15.11,6,5,6,6,6,6,"Like I said, I basically trust the data, but there seems to be an issue with the interactive part of the visualization where the fungus/insect colors don't match the key. I'm not sure if this was a deliberate part of the study or not.",68.864,6,6,6,4,2,6,"Actually, I just noticed that maybe the colors of the fungi and insects don't match between the interactive part and the key; so maybe I don't. But now I don't remember if it was like that in all of the times I saw it or just last time. But other than that it seems like a good and comprehensive graph.",70.339,5,,10.98,2,7,3,4,1,5,6,17.9,1,1,1,3,3,1,10,9,,26.102,4,4,5,1,5,5,24.441,1,,6.633,1,1987,Wisconsin,7,2,1,,7,,,3,2,1,jlpars@umich.edu,69.287,5b5e7e643bac1d0001f9bf28,"{""startTime"":1678929914629,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":10687,""label"":""hovered"",""timeHovered"":1538,""week"":""2022-01-17""},{""time"":12237,""label"":""hovered"",""timeHovered"":1272,""week"":""2022-01-17""}]}","{""startTime"":1678929777601,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":28258,""label"":""hovered"",""timeHovered"":2580,""week"":""2022-01-03""},{""time"":33176,""label"":""hovered"",""timeHovered"":1558,""week"":""2021-12-27""},{""time"":34745,""label"":""hovered"",""timeHovered"":1156,""week"":""2021-12-27""},{""time"":42582,""label"":""hovered"",""timeHovered"":1456,""week"":""2022-01-31""},{""time"":56184,""label"":""hovered"",""timeHovered"":2239,""week"":""2022-01-31""},{""time"":59337,""label"":""hovered"",""timeHovered"":1655,""week"":""2022-01-31""}]}","{""startTime"":1678929606224,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":8109,""label"":""hovered"",""timeHovered"":1401,""week"":""2021-10-18""},{""time"":39115,""label"":""tour_next"",""step"":5},{""time"":58046,""label"":""started_brush"",""startDate"":""2021-06-18"",""endDate"":""2021-09-07""},{""time"":59341,""label"":""tour_next"",""step"":5},{""time"":63949,""label"":""moved_brush"",""startDate"":""2021-06-18"",""endDate"":""2021-09-07""},{""time"":67267,""label"":""moved_brush"",""startDate"":""2021-06-18"",""endDate"":""2022-02-13""},{""time"":71826,""label"":""moved_brush"",""startDate"":""2021-12-10"",""endDate"":""2022-02-13""},{""time"":72839,""label"":""tour_next"",""step"":5},{""time"":77702,""label"":""cleared_brush"",""using"":""click""},{""time"":79184,""label"":""tour_next"",""step"":5},{""time"":90269,""label"":""tour_end"",""step"":5},{""time"":105274,""label"":""started_brush"",""startDate"":""2021-08-27"",""endDate"":""2021-11-19""},{""time"":107587,""label"":""moved_brush"",""startDate"":""2021-08-27"",""endDate"":""2021-11-19""},{""time"":108468,""label"":""cleared_brush"",""using"":""click""}]}","{""startTime"":1678929761870,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line,0,1,0,Negative,4,0,0,0,0,0,0,15,1,1,1,1,3 -2023-03-15 21:21:17,2023-03-15 21:31:34,0,100,616,1,2023-03-15 21:31:35,R_1Q5gKFqyuwRXSAm,32.3151,-86.2449,EN,1,5.137,,,,,15.01,91,94,79,24.948,29.087,1,1,64.951,1,1,67.016,1,88.583,15.121,5,6,6,6,4,5,,35.155,6,6,6,3,2,6,"I don't know anything about the topic, but it seems reasonable to believe in the data shown here. It has numbers that span over a period of time which shows a pretty big picture too.",87.701,5,,8.049,2,7,3,4,1,5,6,18.732,4,4,1,4,4,2,9,6,,20.261,4,4,4,2,4,4,20.781,1,,4.353,2,1993,Alabama,6,3,1,,9,,Montgomery,3,3,2,,57.687,5aef97b09516fe00010959f4,"{""startTime"":1678929956512,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678929846644,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678929735254,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":13797,""label"":""hovered"",""timeHovered"":3443,""week"":""2021-10-11""},{""time"":23005,""label"":""tour_next"",""step"":2},{""time"":26642,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678929830866,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,line,1,1,0,Positive,3.7,0,0,0,0,0,0,15,1,1,1,1,1 -2023-03-15 21:07:08,2023-03-15 21:31:56,0,100,1488,1,2023-03-15 21:31:57,R_3IRwMATmZEoo2i1,40.2917,-79.4054,EN,1,35.906,2,,2,9.957,15.022,69,33,79,52.76,159.575,-2,1,100.604,-1,-3,114.893,-3,37.786,15.111,4,5,4,5,7,5,"I see the CDC is the source now, in the previous question I answered I didn't know where the data was obtained because i didn't notice the CDC notation under the chart, unless it wasn't there? :)",95.655,5,4,3,5,3,4,"I have no idea how the data was gathered, if this is a 'dishonest' research study, etc. Where did the visualization come from? Who provided the data? How was it collected? ",61.764,6,"Thank you, good luck! ",21.93,2,7,3,4,1,5,6,26.697,3,5,4,4,7,6,10,8,,34.845,2,4,4,4,5,3,40.455,3,1,13.667,2,1967,Pennsylvania,3,1,1,,7,,,3,4,1,6066736bd2119d9d5f7232eb@email.prolific.co,363.907,6066736bd2119d9d5f7232eb,"{""startTime"":1678929297889,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678929169429,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":7170,""label"":""started_brush"",""startDate"":""2021-11-01"",""endDate"":""2022-01-02""},{""time"":11060,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1496,""week"":""52"",""id"":""chart""},{""time"":17522,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2418,""week"":""52"",""id"":""chart""},{""time"":19993,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1946,""week"":""51"",""id"":""chart""}]}","{""startTime"":1678928954753,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":25,""label"":""tour_started""},{""time"":30396,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3931,""week"":""52"",""id"":""chart""},{""time"":35837,""label"":""tour_next"",""step"":5},{""time"":56566,""label"":""started_brush"",""startDate"":""2021-05-04"",""endDate"":""2021-08-01""},{""time"":58188,""label"":""tour_next"",""step"":5},{""time"":70967,""label"":""moved_brush"",""startDate"":""2021-06-01"",""endDate"":""2021-08-29""},{""time"":73131,""label"":""tour_next"",""step"":5},{""time"":79682,""label"":""cleared_brush"",""using"":""Click""},{""time"":79682,""label"":""cleared_brush"",""using"":""Escape""},{""time"":85658,""label"":""tour_next"",""step"":5},{""time"":95075,""label"":""tour_end"",""step"":5},{""time"":99363,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5145,""week"":""52"",""id"":""chart""},{""time"":104919,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3003,""week"":""52"",""id"":""chart""},{""time"":108601,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1218,""week"":""51"",""id"":""chart""},{""time"":109917,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8042,""week"":""52"",""id"":""chart""},{""time"":129475,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3049,""week"":""15"",""id"":""chart""},{""time"":132533,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1051,""week"":""15"",""id"":""chart""},{""time"":135727,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1247,""week"":""16"",""id"":""chart""}]}","{""startTime"":1678929153598,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":3169,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3238,""week"":""1"",""id"":""chart""}]}",1,complex,bar,1,0,0,Negative,3.7,0,1,1,3.238,3.238,0,15,0.5,0,0,0,3 -2023-03-15 21:19:49,2023-03-15 21:32:26,0,100,757,1,2023-03-15 21:32:26,R_1EgledL37tT9QJV,32.0563,-81.05,EN,1,41.369,1,3,1,8.895,15.113,92,100,100,30.98,37.969,1,1,39.896,-3,1,94.603,-1,44.325,15.01,6,5,6,7,7,6,,69.92,7,7,7,7,7,7,The visualization matches the numbers. There doesn't appear to be any trickery. ,60.422,6,,22.838,2,7,3,4,1,5,6,28.598,4,4,1,4,3,1,8,7,,44.848,3,5,5,2,5,4,39.551,1,1,15.209,2,1994,Georgia,7,2,1,,9,,Savannah,5,4,1,justinarieger94@gmail.com,86.507,6412602f8dbfc5b8426867f2,"{""startTime"":1678929852511,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":12282,""label"":""source_clicked""},{""label"":""window_blurred"",""time"":12307},{""label"":""window_focused"",""time"":18897},{""label"":""window_blurred"",""time"":22145},{""label"":""window_focused"",""time"":27461},{""time"":51771,""label"":""hovered"",""timeHovered"":9542,""week"":""2022-01-10""}]}","{""startTime"":1678929923073,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678929703209,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":1988,""label"":""hovered"",""timeHovered"":3372,""week"":""2021-12-20""},{""time"":10373,""label"":""hovered"",""timeHovered"":3825,""week"":""2021-09-13""},{""time"":15353,""label"":""hovered"",""timeHovered"":1790,""week"":""2021-11-22""},{""time"":19080,""label"":""hovered"",""timeHovered"":2455,""week"":""2022-01-10""},{""time"":22915,""label"":""tour_next"",""step"":2},{""time"":27152,""label"":""tour_end"",""step"":2},{""time"":30046,""label"":""hovered"",""timeHovered"":1933,""week"":""2021-11-08""}]}","{""startTime"":1678929836917,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7598,""label"":""hovered"",""timeHovered"":2093,""week"":""2022-01-10""},{""time"":11267,""label"":""hovered"",""timeHovered"":1175,""week"":""2022-01-10""},{""time"":12448,""label"":""hovered"",""timeHovered"":1487,""week"":""2022-01-10""}]}",1,moderate,line,1,0,0,Positive,4,0,3,3,4.755,1.585,4850,15,1,0.5,0,0.5,2 -2023-03-15 21:22:46,2023-03-15 21:33:24,0,100,637,1,2023-03-15 21:33:25,R_12gR0QmA3TNVDNl,43.1503,-77.5881,EN,1,8.89,,,,,15.008,88,87,70,15.635,81.685,1,-2,90.343,1,1,22.84,1,45.458,15.024,3,2,3,4,2,2,The color key w/in the static and interactive maps have different color coding. ,72.595,2,2,5,2,1,2,The key for the static vs. interactive visualizations are inconsistent. ,27.537,4,,6.536,2,7,3,4,1,5,6,19.346,4,5,3,4,7,4,9,9,,19.401,4,4,4,2,4,4,18.2,2,,4.19,2,1993,New York,7,3,1,,7,,,11,3,2,,109.262,5ec3f446aa5afd2881e19363,"{""startTime"":1678929957236,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":14046,""label"":""hovered"",""timeHovered"":8716,""week"":""2022-01-03""},{""time"":48991,""label"":""hovered"",""timeHovered"":1891,""week"":""2021-11-22""}]}","{""startTime"":1678930030451,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":3616,""label"":""hovered"",""timeHovered"":1615,""week"":""2021-12-20""},{""time"":5764,""label"":""hovered"",""timeHovered"":4334,""week"":""2022-01-03""}]}","{""startTime"":1678929813409,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":6175,""label"":""hovered"",""timeHovered"":7872,""week"":""2021-08-23""},{""time"":15297,""label"":""hovered"",""timeHovered"":2631,""week"":""2022-01-03""},{""time"":18710,""label"":""hovered"",""timeHovered"":3877,""week"":""2021-12-27""},{""time"":28615,""label"":""tour_next"",""step"":5},{""time"":50846,""label"":""cleared_brush"",""using"":""click""},{""time"":55145,""label"":""started_brush"",""startDate"":""2021-09-26"",""endDate"":""2022-02-13""},{""time"":57991,""label"":""moved_brush"",""startDate"":""2021-05-27"",""endDate"":""2021-10-14""},{""time"":58928,""label"":""tour_next"",""step"":5},{""time"":63644,""label"":""moved_brush"",""startDate"":""2021-05-27"",""endDate"":""2021-12-17""},{""time"":64989,""label"":""tour_next"",""step"":5},{""time"":71694,""label"":""cleared_brush"",""using"":""click""},{""time"":71698,""label"":""cleared_brush"",""using"":""Escape""},{""time"":72978,""label"":""tour_next"",""step"":5},{""time"":77486,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678929941681,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":4070,""label"":""hovered"",""timeHovered"":1453,""week"":""2021-09-06""}]}",0,complex,line,0,1,0,Negative,3.7,0,1,1,1.453,1.453,0,15,0.5,1,1,1,3 -2023-03-15 21:21:14,2023-03-15 21:33:25,0,100,731,1,2023-03-15 21:33:26,R_22y49Pr15ubkmpV,39.9587,-82.9987,EN,1,6.6,,,,,15.012,92,93,75,46.672,53.41,1,1,60,1,1,148.765,1,29.725,15.009,4,4,4,5,5,4,,35.142,4,5,5,1,4,4,I feel like I don't know enough about it. Who created it? Is it verified? etc.,34.634,6,,13.617,2,7,3,4,1,5,6,22.526,5,9,5,8,8,6,11,10,,47.079,2,2,4,3,3,3,51.929,1,,6.73,2,1988,Michigan,6,3,1,,9,,Bear Lake,9,4,1,kekazmer@gmail.com,60.314,610855877c8363d76b3e6338,"{""startTime"":1678930001137,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":130,""label"":""hovered"",""timeHovered"":1737,""week"":""2022-01-10""},{""time"":2881,""label"":""hovered"",""timeHovered"":1004,""week"":""2022-01-10""}]}","{""startTime"":1678930037574,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678929779923,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":13764,""label"":""hovered"",""timeHovered"":1100,""week"":""2021-12-20""},{""time"":16565,""label"":""hovered"",""timeHovered"":5735,""week"":""2022-01-10""},{""time"":25323,""label"":""tour_next"",""step"":2},{""time"":30387,""label"":""tour_end"",""step"":2},{""time"":36311,""label"":""hovered"",""timeHovered"":1112,""week"":""2022-01-10""},{""time"":42628,""label"":""hovered"",""timeHovered"":2321,""week"":""2021-08-23""},{""time"":47243,""label"":""hovered"",""timeHovered"":1228,""week"":""2021-09-13""}]}","{""startTime"":1678929984183,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7931,""label"":""hovered"",""timeHovered"":1115,""week"":""2022-01-03""},{""time"":9868,""label"":""hovered"",""timeHovered"":4155,""week"":""2022-01-03""}]}",0,moderate,line,1,0,0,Negative,2.8,0,2,2,5.27,2.635,1937,15,1,1,1,1,2 -2023-03-15 21:26:20,2023-03-15 21:33:47,0,100,446,1,2023-03-15 21:33:47,R_xaTqLFnMn6jUN5n,31.1498,-85.369,EN,1,6.524,,,,,15.008,78,100,56,15.682,30.523,1,1,27.925,-3,-3,75.664,1,36.732,15.011,5,6,5,6,6,6,,27.178,4,6,6,4,4,5,I don't know where they are getting the data.,9.798,6,,8.536,2,7,3,4,1,5,6,13.747,6,6,6,6,6,6,6,6,,36.672,3,4,4,2,4,4,18.336,4,,3.61,2,1990,Alabama,2,3,1,,7,,,9,3,1,,39.481,62b0d68496379e085ae5d793,"{""startTime"":1678930147611,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":239,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1687,""week"":""1"",""id"":""chart""},{""time"":2431,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1618,""week"":""2"",""id"":""chart""}]}","{""startTime"":1678930175230,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678930024455,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":22,""label"":""tour_started""},{""time"":7862,""label"":""tour_next"",""step"":2},{""time"":11789,""label"":""tour_end"",""step"":2},{""time"":16489,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4364,""week"":""52"",""id"":""chart""},{""time"":22313,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2619,""week"":""52"",""id"":""chart""},{""time"":25013,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1722,""week"":""51"",""id"":""chart""}]}","{""startTime"":1678930132185,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":4715,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2399,""week"":""1"",""id"":""chart""},{""time"":8028,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3091,""week"":""50"",""id"":""chart""},{""time"":11167,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1047,""week"":""51"",""id"":""chart""}]}",0,moderate,bar,1,0,0,Negative,3.5,0,3,3,6.537,2.179,6452,15,1,0,1,0,2 -2023-03-15 21:27:05,2023-03-15 21:34:54,0,100,469,1,2023-03-15 21:34:55,R_3nGF4bARqRFo5Di,36.1788,-115.1715,EN,1,3.044,,,,,15.019,91,100,76,15.453,22.388,1,1,56.319,-2,-3,68.382,1,42.697,15.12,6,6,7,7,7,7,,30.825,7,7,7,6,5,7,"Because it links the Croatian Agricultural Ministry (or something like that) source at the bottom, and the data looks legit.",44.629,4,,6.634,2,7,3,4,1,5,6,15.591,5,6,4,7,6,5,11,10,,16.055,5,5,5,1,5,5,14.069,2,,3.286,1,1997,Nevada,5,3,1,,5,,,4,4,1,5cfb6018bdfd56001820466f@email.prolific.co,49.278,5cfb6018bdfd56001820466f,"{""startTime"":1678930229849,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":12219},{""label"":""window_focused"",""time"":22029}]}","{""startTime"":1678930163628,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678930068555,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":10310,""label"":""tour_next"",""step"":2},{""time"":16205,""label"":""tour_end"",""step"":2},{""time"":18468,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1145,""week"":""52"",""id"":""chart2""},{""time"":20121,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1526,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678930148144,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":3975,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1544,""week"":""52"",""id"":""chart2""}]}",0,simple,bar,1,0,0,Positive,4.3,0,1,1,1.544,1.544,0,15,1,0,1,1,1 -2023-03-15 21:26:10,2023-03-15 21:35:42,0,100,571,1,2023-03-15 21:35:43,R_3fjizYOzJhJgzQU,40.7406,-111.823,EN,1,78.84,,,,,15.107,71,63,57,53.615,19.07,1,1,62.629,1,1,44.902,-1,30.561,15.108,6,3,6,6,5,6,,40.353,6,6,6,2,1,6,"The source of the data seems reputable, and it seems to be presented in a more factual way that limits bias.",39.975,5,,8.046,2,7,3,4,1,5,6,22.347,3,4,5,7,5,5,8,9,,22.066,4,4,4,2,4,4,25.772,2,,2.522,1,2000,Utah,6,3,1,,7,,,7,4,2,,36.925,607b58309b190663ca83c23f,"{""startTime"":1678930277253,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":18340},{""label"":""window_focused"",""time"":22478}]}","{""startTime"":1678930215539,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678930134847,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":6921,""label"":""tour_next"",""step"":2},{""time"":9263,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678930199855,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":4479,""label"":""hovered"",""timeHovered"":1118,""week"":""2022-01-03""}]}",0,moderate,line,2,0,0,Positive,3.7,0,1,1,1.118,1.118,0,15,1,1,0,1,2 -2023-03-15 21:26:16,2023-03-15 21:35:51,0,100,575,1,2023-03-15 21:35:52,R_2flnl1kA43DxTD6,47.0111,-122.875,EN,1,6.533,1,4,2,6.532,15.11,100,100,84,39.381,53.128,1,1,42.411,1,1,50.313,1,32.083,15.012,6,6,6,6,6,6,,30.653,6,7,6,6,6,6,"Although I'm not 100% confident in the CDC, they have access to the biggest database of Covid infections and have the resources to gather and present their best efforts when it comes to providing the data to the public. ",74.458,4,,7.817,2,7,3,4,1,5,6,13.832,6,6,3,4,7,4,10,9,,26.766,2,3,1,4,4,2,25.672,2,1,13.298,2,1967,Washington,6,2,1,,7,,,6,4,1,,75.874,5c5fc0136467ac0001b80940,"{""startTime"":1678930170225,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678930201319,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678930057980,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":6112,""label"":""hovered"",""timeHovered"":1734,""week"":""2021-09-13""},{""time"":21623,""label"":""tour_next"",""step"":2},{""time"":27443,""label"":""tour_end"",""step"":2},{""time"":28619,""label"":""hovered"",""timeHovered"":1231,""week"":""2021-12-27""},{""time"":32355,""label"":""hovered"",""timeHovered"":3649,""week"":""2021-04-12""},{""time"":44651,""label"":""hovered"",""timeHovered"":1425,""week"":""2021-12-27""}]}","{""startTime"":1678930154476,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":4699,""label"":""hovered"",""timeHovered"":2675,""week"":""2021-12-27""},{""time"":11319,""label"":""hovered"",""timeHovered"":2218,""week"":""2022-02-07""},{""time"":13717,""label"":""hovered"",""timeHovered"":1658,""week"":""2022-01-31""}]}",1,simple,line,1,0,0,Positive,2.7,0,3,3,6.551,2.183666666666667,9018,15,1,1,1,1,1 -2023-03-15 21:28:07,2023-03-15 21:36:01,0,100,473,1,2023-03-15 21:36:01,R_3JJYM9m6Ezqe0YB,38.8768,-104.812,EN,1,5.532,,,,,15.115,100,100,100,16.244,55.587,1,1,33.975,1,1,29.535,1,42.69,15.01,6,6,6,6,6,6,,22.134,7,7,7,2,3,6,the data is displayed in a which in which I can get specific pieces of data and view it accurately. I have control over it and it is plotted in an unbiased way. Also it comes from a reputable source,58.85,4,,11.27,2,7,3,4,1,5,6,18.826,3,8,8,6,3,6,11,11,,22.742,3,3,4,3,3,3,32.672,2,,6.992,1,1999,Colorado,6,3,1,,7,,,18,4,2,,42.948,63ea72008c84049045b492c7,"{""startTime"":1678930249396,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930272326,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930134760,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":14149,""label"":""tour_next"",""step"":5},{""time"":23181,""label"":""cleared_brush"",""using"":""click""},{""time"":27916,""label"":""started_brush"",""startDate"":""2021-06-09"",""endDate"":""2021-08-06""},{""time"":28721,""label"":""tour_next"",""step"":5},{""time"":30036,""label"":""moved_brush"",""startDate"":""2021-06-09"",""endDate"":""2021-08-06""},{""time"":31804,""label"":""moved_brush"",""startDate"":""2021-09-21"",""endDate"":""2021-11-18""},{""time"":33885,""label"":""tour_next"",""step"":5},{""time"":39989,""label"":""moved_brush"",""startDate"":""2021-06-15"",""endDate"":""2021-08-12""},{""time"":42477,""label"":""cleared_brush"",""using"":""click""},{""time"":42478,""label"":""cleared_brush"",""using"":""Escape""},{""time"":44139,""label"":""tour_next"",""step"":5},{""time"":46607,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678930233755,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":5754,""label"":""hovered"",""timeHovered"":1497,""week"":""2021-12-20""}]}",0,complex,line,1,1,0,Positive,3.2,0,1,1,1.497,1.497,0,15,1,1,1,1,3 -2023-03-15 21:23:06,2023-03-15 21:36:30,0,100,803,1,2023-03-15 21:36:30,R_bsDAFObH3ysFXJT,42.5231,-96.396,EN,1,13.479,2,,2,2.424,15.008,62,71,50,14.362,25.167,-2,1,107.866,-3,-3,87.263,-1,235.057,15.008,5,3,4,5,5,5,,16.207,4,5,4,3,4,5,It seems realistic but not sure how accurate it actually is,20.603,4,,6.389,2,7,3,4,1,5,6,18.542,4,5,8,7,4,5,9,9,,23.389,3,2,2,3,3,4,20.146,6,2,14.843,2,2001,Nebraska,3,3,1,,7,,,12,2,2,,127.178,611d2be161ceef6c9d25af13,"{""startTime"":1678929991617,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678930008479,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678929842262,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":9804,""label"":""tour_next"",""step"":2},{""time"":13701,""label"":""tour_end"",""step"":2},{""time"":14448,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2035,""week"":""33"",""id"":""chart""},{""time"":18648,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3092,""week"":""52"",""id"":""chart""},{""time"":22453,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2164,""week"":""52"",""id"":""chart2""}]}","{""startTime"":1678929976049,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":2915,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1523,""week"":""52"",""id"":""chart2""},{""time"":4824,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1165,""week"":""52"",""id"":""chart""},{""time"":6663,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2380,""week"":""52"",""id"":""chart""}]}",1,simple,bar,0,1,0,Neutral,2.8,0,3,3,5.068,1.6893333333333331,3748,15,0.5,0,0,0.5,1 -2023-03-15 21:15:02,2023-03-15 21:36:32,0,100,1290,1,2023-03-15 21:36:33,R_3jZhAAXVx0xwbUz,30.4908,-84.3158,EN,1,9.306,,,,,15.112,100,3,17,20.898,227.131,1,-2,67.242,-1,-3,189.816,1,91.535,15.01,4,5,4,5,6,4,,49.809,6,5,5,5,2,6,"I agreed with the statement because the question started with ""assume the data is trustworthy"" therefore, if the data was trustworthy, I trust the visualization to represent that",91.125,4,,7.901,2,7,3,4,1,5,6,26.462,1,5,2,3,4,3,10,8,,29.201,3,2,5,3,3,3,41.362,1,,8.541,2,2003,Florida,2,1,1,,9,,NORTH LAUDERDALE,5,4,1,mayastinafredericks@gmail.com,244.945,61650ba8e42101c561bf7335,"{""startTime"":1678929893172,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":31623},{""label"":""window_focused"",""time"":36706}]}","{""startTime"":1678929944420,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678929458867,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":30,""label"":""tour_started""},{""time"":179444,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4012,""week"":""49"",""id"":""chart""},{""time"":186869,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1249,""week"":""52"",""id"":""chart""},{""time"":191409,""label"":""tour_next"",""step"":2},{""time"":195614,""label"":""tour_end"",""step"":2},{""time"":201003,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":24012,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678929877580,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":7893,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1531,""week"":""1"",""id"":""chart""},{""time"":9809,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4874,""week"":""49"",""id"":""chart""}]}",0,moderate,bar,1,0,0,Positive,3.2,0,2,2,6.405,3.2025,1916,15,0.5,0,1,0,2 -2023-03-15 21:29:06,2023-03-15 21:36:46,0,100,459,1,2023-03-15 21:36:47,R_yqAf1ZWKJErwihH,36.0048,-86.7886,EN,1,4.441,1,1,1,4.886,15.009,83,36,39,13.203,83.244,1,1,30.959,1,1,43.727,-1,35.301,15.01,6,6,6,6,6,6,,15.965,6,6,6,6,5,6,It comes from a reputable source and has specific data points to explain it,27.797,5,,6.902,2,7,3,4,1,5,6,25.103,4,4,4,4,4,5,10,10,,15.228,4,3,4,2,3,3,24.46,2,2,14.739,2,2000,Tennessee,6,3,1,,7,,,14,4,2,,43.048,6282a009d98ec3cafb4d8d48,"{""startTime"":1678930379283,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930330527,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930195380,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":19,""label"":""tour_started""},{""time"":14127,""label"":""hovered"",""timeHovered"":2762,""week"":""2022-01-10""},{""time"":19341,""label"":""hovered"",""timeHovered"":1450,""week"":""2021-08-16""},{""time"":22623,""label"":""hovered"",""timeHovered"":3150,""week"":""2021-08-23""},{""time"":30003,""label"":""tour_next"",""step"":5},{""time"":43155,""label"":""started_brush"",""startDate"":""2021-05-31"",""endDate"":""2021-11-19""},{""time"":44598,""label"":""tour_next"",""step"":5},{""time"":51772,""label"":""moved_brush"",""startDate"":""2021-05-05"",""endDate"":""2021-10-24""},{""time"":52716,""label"":""tour_next"",""step"":5},{""time"":59586,""label"":""cleared_brush"",""using"":""click""},{""time"":59588,""label"":""cleared_brush"",""using"":""Escape""},{""time"":60740,""label"":""tour_next"",""step"":5},{""time"":64021,""label"":""tour_end"",""step"":5},{""time"":68439,""label"":""started_brush"",""startDate"":""2022-01-10"",""endDate"":""2022-02-13""},{""time"":71268,""label"":""moved_brush"",""startDate"":""2021-12-08"",""endDate"":""2022-02-13""},{""time"":74080,""label"":""hovered"",""timeHovered"":5167,""week"":""2022-01-10""}]}","{""startTime"":1678930314935,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":12906,""label"":""started_brush"",""startDate"":""2021-04-12"",""endDate"":""2021-05-05""}]}",1,complex,line,1,0,0,Positive,3.2,1,1,0,0,0,0,15,1,1,0,0,3 -2023-03-15 21:25:26,2023-03-15 21:37:48,0,100,741,1,2023-03-15 21:37:49,R_1flnDlXf1gDahEK,41.0326,-73.7621,EN,1,40.103,,,,,15.124,69,87,50,34.879,51.102,1,1,51.27,-3,-3,87.812,1,74.105,15.116,6,6,6,6,6,6,,38.305,6,6,6,5,4,6,It is easy to understand and seems accurate.,39.762,4,,28.153,2,7,3,4,1,5,6,28.419,5,5,5,5,6,4,10,9,,33.58,4,4,4,2,4,4,25.646,2,,10.388,2,2001,New York,3,1,1,,7,,,6,4,1,solanagagliano@gmail.com,98.737,6100a94845f823a05d74deb3,"{""startTime"":1678930141992,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":5552,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1826,""week"":""2"",""id"":""chart2""}]}","{""startTime"":1678930180811,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678930023537,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":6097,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3683,""week"":""1"",""id"":""chart""},{""time"":9881,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2631,""week"":""52"",""id"":""chart""},{""time"":17613,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1216,""week"":""49"",""id"":""chart""},{""time"":23141,""label"":""tour_next"",""step"":2},{""time"":40776,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1031,""week"":""26"",""id"":""chart2""},{""time"":43551,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678930126530,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,bar,0,2,0,Positive,3.7,0,0,0,0,0,0,15,1,0,1,1,1 -2023-03-15 21:31:30,2023-03-15 21:37:50,0,100,379,1,2023-03-15 21:37:50,R_YbHGh2dNd1DEV7r,21.3195,-157.8525,EN,1,5.433,1,4,2,8.452,15.008,87,96,89,9.842,14.236,1,1,34.292,1,1,64.766,1,26.58,15.007,6,5,6,6,6,6,,17.957,5,7,6,6,5,6,"It makes sense to me, it totals 100% of the confirmed cases and provides a breakdown of those cases that makes more sense.",26.344,6,,6.23,2,7,3,4,1,5,6,15.784,7,8,8,8,8,6,10,10,,15.824,3,4,4,2,3,4,11.44,2,1,7.317,1,1984,Hawaii,6,3,1,,9,,Honolulu,14,4,1,gregtake@gmail.com,48.681,559c192bfdf99b218a61f57f,"{""startTime"":1678930477767,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678930437051,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678930341051,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":8068,""label"":""tour_next"",""step"":2},{""time"":10156,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678930421326,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":4962,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2992,""week"":""50"",""id"":""chart""},{""time"":8946,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1602,""week"":""50"",""id"":""chart""},{""time"":10585,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1242,""week"":""51"",""id"":""chart""}]}",1,moderate,bar,0,1,0,Positive,3.3,0,3,3,5.836,1.9453333333333334,5623,15,1,1,1,1,2 -2023-03-15 21:23:11,2023-03-15 21:38:14,0,100,903,1,2023-03-15 21:38:15,R_238DbHH52USWLkE,28.6529,-81.2106,EN,1,14.2,1,3,2,5.451,15.016,96,98,72,33.975,150.431,1,-2,33.202,1,1,105.946,1,129.89,15.009,7,6,7,6,7,7,,26.493,6,6,6,7,7,6,"The visualization is a graphic published by the CDC, which is the established national public health agency of the US and is funded by the government. It is the foremost organization in terms of credibility and public trust when it comes to information, and so anything published by it would automatically have my trust unless proven otherwise.",92.565,4,,12.626,2,7,3,4,1,5,6,46.954,2,3,5,6,2,3,10,10,,37.02,2,4,5,2,5,3,27.444,2,1,9.131,2,1998,Florida,3,3,1,,2,,,19,4,1,aisirij9@gmail.com,98.158,5fee456f8929f014481adff9,"{""startTime"":1678930259564,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":3944},{""label"":""window_focused"",""time"":4548}]}","{""startTime"":1678930151749,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678929871923,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":136631,""label"":""hovered"",""timeHovered"":2716,""week"":""2022-01-03""},{""time"":145829,""label"":""tour_next"",""step"":2},{""time"":148598,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678930136174,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":2310,""label"":""hovered"",""timeHovered"":1949,""week"":""2021-09-27""},{""time"":5071,""label"":""hovered"",""timeHovered"":3927,""week"":""2022-01-10""},{""time"":9133,""label"":""hovered"",""timeHovered"":1391,""week"":""2022-01-10""},{""time"":10848,""label"":""hovered"",""timeHovered"":3411,""week"":""2021-09-06""}]}",1,moderate,line,1,0,0,Positive,3.5,0,4,4,10.678,2.6695,8538,15,0.5,1,1,1,2 -2023-03-15 21:28:57,2023-03-15 21:38:51,0,100,593,1,2023-03-15 21:38:52,R_2xL8AIyul71Jmis,29.7373,-95.3972,EN,1,156.981,1,1,1,5.963,15.014,81,100,100,11.156,28.605,1,1,46.176,-2,1,45.811,-3,32.396,15.117,6,7,7,7,7,7,,11.38,7,6,6,7,7,6,It only makes sense for those who havent taken the shot to be more affected than a person who has.,38.353,5,,5.98,2,7,3,4,1,5,6,24.246,1,3,1,1,1,4,9,10,,14.946,4,4,4,1,4,4,20.674,1,5,12.955,2,1999,Texas,6,1,1,,3,,,5,4,1,gladis.idlet1234@gmail.com,66.663,5d62239454f7a50001c70f03,"{""startTime"":1678930431611,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678930444313,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678930337937,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":25,""label"":""tour_started""},{""time"":6395,""label"":""tour_next"",""step"":2},{""time"":12572,""label"":""tour_end"",""step"":2},{""time"":14071,""label"":""hovered"",""timeHovered"":1677,""week"":""2021-12-27""},{""time"":16526,""label"":""hovered"",""timeHovered"":10287,""week"":""2022-01-03""}]}","{""startTime"":1678930415577,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":4440,""label"":""hovered"",""timeHovered"":1388,""week"":""2022-01-31""},{""time"":9914,""label"":""hovered"",""timeHovered"":1179,""week"":""2022-01-31""},{""time"":11538,""label"":""hovered"",""timeHovered"":2281,""week"":""2021-12-27""}]}",1,simple,line,0,1,0,Positive,3.5,0,3,3,4.848,1.6159999999999999,7098,15,1,0.5,0,1,1 -2023-03-15 21:31:51,2023-03-15 21:39:01,0,100,429,1,2023-03-15 21:39:02,R_1fZANCvjrS2RSDi,36.0217,-79.7839,EN,1,3.665,2,,2,3.497,15.113,59,29,74,25.421,31.899,1,1,36.222,1,1,34.425,1,39.925,15.107,4,2,4,5,5,4,,16.224,4,5,5,3,4,4,It doesn't have enough detail to confidently agree,27.126,4,,6.954,2,7,3,4,1,5,6,12.958,3,3,3,4,4,4,9,8,,20.829,3,4,4,3,3,2,20.643,3,2,14.924,2,1994,North Carolina,5,2,1,,7,,,19,3,2,,47.489,61004696895aeda4629ecd6e,"{""startTime"":1678930519364,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678930460667,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678930373023,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":10537,""label"":""hovered"",""timeHovered"":2917,""week"":""2022-01-10""},{""time"":15941,""label"":""tour_next"",""step"":2},{""time"":19005,""label"":""tour_end"",""step"":2},{""time"":26056,""label"":""hovered"",""timeHovered"":4709,""week"":""2022-01-10""}]}","{""startTime"":1678930440393,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":2322,""label"":""hovered"",""timeHovered"":2369,""week"":""2022-01-17""},{""time"":5572,""label"":""hovered"",""timeHovered"":3689,""week"":""2022-01-10""}]}",1,moderate,line,1,0,0,Neutral,3.2,0,2,2,6.058,3.029,3250,15,1,1,1,1,2 -2023-03-15 21:26:23,2023-03-15 21:39:35,0,100,791,1,2023-03-15 21:39:36,R_aVOhBj6ZLVoemJj,37.7958,-122.4203,EN,1,7.627,1,1,2,4.453,15.02,50,85,31,16.504,20.751,1,1,32.048,-3,-3,102.327,1,17.306,15.026,4,4,4,6,5,4,None,19.396,4,5,4,4,4,4,It was difficult to line up the bars with the correct dates and I wasn't sure if I was reading it correctly or not. ,28.519,4,None,8.084,2,7,3,4,1,5,6,14.294,3,1,1,3,3,3,6,6,None,19.021,4,4,5,2,4,4,11.473,5,1,9.646,2,1997,California,5,1,1,,7,,,7,4,1,mikaelaanderson13@gmail.com,47.747,5dec18ea1aaabf30d92ad722,"{""startTime"":1678930544022,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":1310,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1079,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678930564339,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678930403963,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":4822,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3242,""week"":""52"",""id"":""chart""},{""time"":10991,""label"":""tour_next"",""step"":2},{""time"":14539,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678930528195,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":2970,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1632,""week"":""1"",""id"":""chart""},{""time"":5138,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1428,""week"":""2"",""id"":""chart""},{""time"":7678,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1479,""week"":""2"",""id"":""chart""},{""time"":9812,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2695,""week"":""51"",""id"":""chart""},{""time"":12827,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1192,""week"":""52"",""id"":""chart""}]}",1,moderate,bar,0,1,0,Negative,3.8,0,5,5,8.426,1.6852,9857,15,1,0,1,0,2 -2023-03-15 21:17:00,2023-03-15 21:40:02,0,100,1382,1,2023-03-15 21:40:03,R_4PIR9ohTfulANBn,33.3974,-88.0245,EN,1,60.363,1,2,2,8.273,15.046,80,94,82,27.797,43.038,1,1,61.132,-3,-3,210.909,-1,59.416,15.115,4,6,4,6,7,5,none,49.133,4,6,6,6,6,6,because the questions were prefaced with saying assume you trust this data! lol also it cites the CDC,45.312,3,none,21.202,2,7,3,4,1,5,6,78.683,5,2,3,9,2,4,9,6,none,35.788,4,4,5,1,5,5,130.138,5,1,44.47,1,1977,Alabama,3,1,1,,9,,Millport,7,4,1,jladdsmith@gmail.com,74.498,6400f14b24ac2b910c9f2d93,"{""startTime"":1678929819948,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678929869867,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678929548285,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":29,""label"":""tour_started""},{""time"":23044,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1899,""week"":""52"",""id"":""chart""},{""time"":30019,""label"":""tour_next"",""step"":2},{""time"":35877,""label"":""tour_end"",""step"":2},{""time"":36769,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1306,""week"":""1"",""id"":""chart""}]}","{""startTime"":1678929803984,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar,1,0,0,Positive,4,0,0,0,0,0,0,15,1,0,0,0,2 -2023-03-15 21:28:32,2023-03-15 21:40:35,0,100,722,1,2023-03-15 21:40:36,R_31HqybmReTg2bC5,44.0197,-123.1008,EN,1,6.041,1,4,2,7.981,15.011,74,30,19,24.259,114.321,-2,1,37.434,1,1,55.872,1,31.874,15.118,4,4,4,5,2,4,,39.737,3,3,2,2,2,4,"I'm not sure how accurate the data that's being displayed tracks the historical data. But I'm not especially confident about my own sense of what was bad when, so I chose the most noncommital response.",107.701,4,,7.916,2,7,3,4,1,5,6,21.372,3,6,8,8,5,6,9,8,,33.052,5,5,5,1,5,5,24.572,5,2,20.736,1,1975,Oregon,6,2,1,,7,,,2,4,2,,91.684,5b745fb794c93d00010fc4c6,"{""startTime"":1678930491902,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930343254,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930180273,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":15391,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1451,""week"":""51"",""id"":""chart""},{""time"":19597,""label"":""tour_next"",""step"":5},{""time"":34810,""label"":""started_brush"",""startDate"":""2021-06-29"",""endDate"":""2021-11-29""},{""time"":36508,""label"":""tour_next"",""step"":5},{""time"":48317,""label"":""cleared_brush"",""using"":""Click""},{""time"":55758,""label"":""cleared_brush"",""using"":""Click""},{""time"":65119,""label"":""cleared_brush"",""using"":""Click""},{""time"":72009,""label"":""moved_brush"",""startDate"":""2021-05-07"",""endDate"":""2021-08-25""},{""time"":73632,""label"":""tour_next"",""step"":5},{""time"":80033,""label"":""cleared_brush"",""using"":""Click""},{""time"":81839,""label"":""tour_next"",""step"":5},{""time"":89787,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678930327639,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar,0,1,0,Neutral,4.3,0,0,0,0,0,0,15,0.5,1,1,1,3 -2023-03-15 21:23:56,2023-03-15 21:40:50,0,100,1014,1,2023-03-15 21:40:51,R_2EH8C905qstVlE2,30.3466,-81.6748,EN,1,12.451,,,,,15.013,1,100,0,75.098,68.865,1,1,54.88,-2,1,122.746,-2,106.62,15.111,6,6,6,6,6,6,,19.274,6,5,6,5,4,6,Because the data is clear.,20.367,4,,67.827,2,7,3,4,1,5,6,43.255,9,9,9,9,8,9,9,8,,36.901,5,5,5,1,5,4,107.152,2,,24.373,1,1965,Florida,7,3,1,,7,,,7,2,1,,138.076,631685f7d6d6fcb196e87f0a,"{""startTime"":1678930235981,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678930155521,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6313,""label"":""hovered"",""timeHovered"":1405,""week"":""2021-12-27""},{""time"":11289,""label"":""hovered"",""timeHovered"":2405,""week"":""2022-01-17""},{""time"":13926,""label"":""hovered"",""timeHovered"":1497,""week"":""2022-01-17""},{""time"":15550,""label"":""hovered"",""timeHovered"":1017,""week"":""2022-01-17""},{""time"":17680,""label"":""hovered"",""timeHovered"":1802,""week"":""2022-01-24""},{""time"":22505,""label"":""hovered"",""timeHovered"":4572,""week"":""2022-01-31""},{""time"":27514,""label"":""hovered"",""timeHovered"":1242,""week"":""2022-01-17""},{""time"":29062,""label"":""hovered"",""timeHovered"":4290,""week"":""2022-01-17""}]}","{""startTime"":1678929947426,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":34131,""label"":""tour_next"",""step"":2},{""time"":50286,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678930139991,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":13218,""label"":""hovered"",""timeHovered"":1299,""week"":""2022-01-10""}]}",0,moderate,line,0,1,0,Positive,4.2,0,1,1,1.299,1.299,0,15,1,0.5,0,0.5,2 -2023-03-15 21:32:07,2023-03-15 21:41:15,0,100,548,1,2023-03-15 21:41:17,R_ZvCkKt4auTexo6R,38.2539,-85.76,EN,1,7.257,,,,,15.106,85,85,80,20.194,22.839,-2,1,60.928,-3,-3,71.751,1,45.12,15.006,5,4,4,6,4,5,,16.794,4,5,5,1,1,5,I just don't know if there is anything being left out or how reputable the source is.,26.833,5,,15.342,2,7,3,4,1,5,6,17.298,7,9,8,9,9,6,8,10,,34.02,2,3,2,4,3,2,25.434,5,,12.403,1,1993,Kentucky,6,1,1,,7,,,17,2,2,,60.608,5e6040ebbccd41000ad90a4e,"{""startTime"":1678930484443,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678930501638,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678930384324,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":17,""label"":""tour_started""},{""time"":7235,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1726,""week"":""45"",""id"":""chart""},{""time"":12941,""label"":""tour_next"",""step"":2},{""time"":17424,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678930469077,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,bar,1,1,0,Negative,2.7,0,0,0,0,0,0,15,0.5,0,1,0.5,1 -2023-03-15 21:33:02,2023-03-15 21:41:17,0,100,495,1,2023-03-15 21:41:18,R_24FO6gcJetZihQi,34.0544,-118.2441,EN,1,4.871,,,,,15.009,82,83,82,35.475,30.726,1,1,45.254,1,1,44.403,1,83.379,15.113,6,5,6,6,6,6,,26.141,5,7,6,5,5,6,"It is easy to follow and it does not seem biased. I am not sure if it has gathered all information, but I typically trust science.",33.126,4,,7.541,2,7,3,4,1,5,6,19.547,4,6,4,6,9,7,11,10,,16.868,3,4,3,4,4,4,25.282,2,,3.477,2,2001,California,6,3,1,,7,,,17,4,1,610925067b0ea968105a1b72@email.prolific.co,47.675,610925067b0ea968105a1b72,"{""startTime"":1678930590071,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":980,""label"":""hovered"",""timeHovered"":1657,""week"":""2021-10-04""}]}","{""startTime"":1678930538116,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678930445683,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":3,""label"":""tour_started""},{""time"":5455,""label"":""hovered"",""timeHovered"":1323,""week"":""2021-12-06""},{""time"":11619,""label"":""tour_next"",""step"":2},{""time"":19419,""label"":""tour_end"",""step"":2},{""time"":21070,""label"":""hovered"",""timeHovered"":1455,""week"":""2022-02-07""},{""time"":24238,""label"":""hovered"",""timeHovered"":3323,""week"":""2021-12-27""}]}","{""startTime"":1678930522521,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":6295,""label"":""hovered"",""timeHovered"":3549,""week"":""2022-02-07""}]}",0,simple,line,1,1,0,Positive,3.7,0,1,1,3.549,3.549,0,15,1,1,1,1,1 -2023-03-15 21:25:21,2023-03-15 21:41:18,0,100,957,1,2023-03-15 21:41:20,R_07m37BlwEJyyun7,39.3179,-84.2483,EN,1,65.75,,,,,15.014,88,76,69,34.073,140.601,1,1,105.034,-2,1,93.931,1,37.286,15.115,6,6,5,6,6,6,,48.205,6,6,6,2,1,6,"It is a well designed graph that seems to clearly show the data and it is pretty easy to visualize the trends. I looked at the axes, legend, and looked more closely at certain time periods with the filter, and I did not feel that this graph was misleading in any way.",100.7,4,,16.778,2,7,3,4,1,5,6,22.01,4,3,5,4,3,4,10,8,,74.97,4,3,4,1,5,5,33.032,2,,7.557,2,2003,Ohio,3,1,1,,7,,,17,3,1,616870f3f5785e447dd90a2f@email.prolific.co,78.781,616870f3f5785e447dd90a2f,"{""startTime"":1678930238941,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930287714,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930044713,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":5673,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2849,""week"":""30"",""id"":""chart""},{""time"":38038,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1133,""week"":""39"",""id"":""chart""},{""time"":39188,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1033,""week"":""40"",""id"":""chart""},{""time"":40321,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1150,""week"":""41"",""id"":""chart""},{""time"":42354,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1283,""week"":""50"",""id"":""chart""},{""time"":44287,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5683,""week"":""51"",""id"":""chart""},{""time"":51574,""label"":""tour_next"",""step"":5},{""time"":59706,""label"":""cleared_brush"",""using"":""Click""},{""time"":76056,""label"":""started_brush"",""startDate"":""2021-05-08"",""endDate"":""2021-09-11""},{""time"":79112,""label"":""tour_next"",""step"":5},{""time"":104318,""label"":""started_brush"",""startDate"":""2021-05-16"",""endDate"":""2021-09-25""},{""time"":107307,""label"":""moved_brush"",""startDate"":""2021-06-24"",""endDate"":""2021-11-04""},{""time"":108104,""label"":""tour_next"",""step"":5},{""time"":115617,""label"":""cleared_brush"",""using"":""Click""},{""time"":115617,""label"":""cleared_brush"",""using"":""Escape""},{""time"":117362,""label"":""tour_next"",""step"":5},{""time"":124587,""label"":""tour_end"",""step"":5},{""time"":133391,""label"":""started_brush"",""startDate"":""2021-04-08"",""endDate"":""2021-06-16""},{""time"":134347,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3867,""week"":""15"",""id"":""chart""}]}","{""startTime"":1678930223274,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":6991,""label"":""started_brush"",""startDate"":""2021-07-25"",""endDate"":""2021-10-26""},{""time"":8189,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4296,""week"":""31"",""id"":""chart""},{""time"":12614,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1971,""week"":""32"",""id"":""chart""}]}",0,complex,bar,1,1,0,Positive,3.7,1,3,2,6.267,3.1335,5623,15,1,0.5,1,1,3 -2023-03-15 21:13:55,2023-03-15 21:41:26,0,100,1650,1,2023-03-15 21:41:28,R_2dSCUEHxxw1sv4p,29.9762,-95.6401,EN,1,40.769,,,,,15.016,64,36,61,97.827,381.105,1,1,226.729,1,-3,113.475,-2,101.62,15.023,5,4,4,5,6,4,Is this really a study done in Croatia?,188.082,5,5,6,2,2,4,Because I do not know if this is an actual study where this data was collected.,39.507,5,,29.605,2,7,3,4,1,5,6,35.39,5,8,9,7,6,8,9,9,,36.204,1,1,1,5,2,1,44.307,5,,16.498,2,1966,Texas,3,1,1,,7,,,17,1,1,sarmimom@gmail.com,149.813,6277f8b4e9145fb3dd34debd,"{""startTime"":1678929923697,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930112676,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678929423300,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":30456,""label"":""hovered"",""timeHovered"":7962,""week"":""2021-11-15""},{""time"":39574,""label"":""hovered"",""timeHovered"":5760,""week"":""2021-11-29""},{""time"":47301,""label"":""hovered"",""timeHovered"":4216,""week"":""2021-12-27""},{""time"":52440,""label"":""hovered"",""timeHovered"":1993,""week"":""2022-01-31""},{""time"":56016,""label"":""hovered"",""timeHovered"":3783,""week"":""2021-04-26""},{""time"":63823,""label"":""tour_next"",""step"":5},{""time"":87246,""label"":""started_brush"",""startDate"":""2021-06-05"",""endDate"":""2021-09-03""},{""time"":90277,""label"":""tour_next"",""step"":5},{""time"":109082,""label"":""moved_brush"",""startDate"":""2021-08-12"",""endDate"":""2021-11-11""},{""time"":112233,""label"":""tour_next"",""step"":5},{""time"":215277,""label"":""started_brush"",""startDate"":""2021-12-06"",""endDate"":""2022-02-13""},{""time"":236380,""label"":""moved_brush"",""startDate"":""2021-05-26"",""endDate"":""2022-02-13""},{""time"":236744,""label"":""moved_brush"",""startDate"":""2021-05-26"",""endDate"":""2022-02-13""},{""time"":240135,""label"":""cleared_brush"",""using"":""click""},{""time"":242902,""label"":""started_brush"",""startDate"":""2021-04-27"",""endDate"":""2021-05-18""},{""time"":244849,""label"":""tour_next"",""step"":5},{""time"":268409,""label"":""moved_brush"",""startDate"":""2021-05-27"",""endDate"":""2021-06-16""},{""time"":280700,""label"":""moved_brush"",""startDate"":""2021-05-27"",""endDate"":""2021-06-16""},{""time"":289752,""label"":""moved_brush"",""startDate"":""2021-05-27"",""endDate"":""2021-08-23""},{""time"":295002,""label"":""moved_brush"",""startDate"":""2021-06-27"",""endDate"":""2021-09-24""},{""time"":307853,""label"":""moved_brush"",""startDate"":""2021-06-27"",""endDate"":""2021-10-24""},{""time"":350934,""label"":""moved_brush"",""startDate"":""2021-06-27"",""endDate"":""2021-12-30""},{""time"":353950,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678929908390,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line,1,0,0,Negative,1.8,0,0,0,0,0,0,15,1,0.5,0,0,3 -2023-03-15 21:14:12,2023-03-15 21:41:48,0,100,1655,1,2023-03-15 21:41:49,R_2aRfSp7BzoInIYL,40.3469,-79.8689,EN,1,8.597,1,2,2,7.197,15.006,100,100,79,23.001,64.613,1,1,71.601,-3,-3,567.208,-3,64.013,15.007,6,6,6,6,6,6,,81.028,6,7,6,3,3,6,This information seems to be well research and provides dates and numbers that make sense.,32.389,4,,11.868,2,7,3,4,1,5,6,23.491,1,1,1,6,6,5,9,10,,107.29,2,2,5,2,2,2,32.364,1,3,15.884,1,1986,Pennsylvania,6,2,1,,3,,,5,4,2,,65.396,63e548215b42b3f3aa069dc2,"{""startTime"":1678929506989,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":8061},{""label"":""window_focused"",""time"":58503},{""label"":""window_blurred"",""time"":62555},{""label"":""window_focused"",""time"":63511}]}","{""startTime"":1678929588564,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":404},{""label"":""window_focused"",""time"":74223},{""label"":""window_blurred"",""time"":76247},{""label"":""window_focused"",""time"":77154},{""label"":""window_blurred"",""time"":83772},{""label"":""window_focused"",""time"":246526}]}","{""startTime"":1678929361656,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":17703,""label"":""tour_next"",""step"":5},{""time"":30465,""label"":""cleared_brush"",""using"":""Click""},{""time"":32147,""label"":""cleared_brush"",""using"":""Click""},{""time"":33082,""label"":""started_brush"",""startDate"":""2021-08-03"",""endDate"":""2021-11-16""},{""time"":38540,""label"":""tour_next"",""step"":5},{""time"":46486,""label"":""moved_brush"",""startDate"":""2021-09-02"",""endDate"":""2021-12-15""},{""time"":48486,""label"":""tour_next"",""step"":5},{""time"":54788,""label"":""cleared_brush"",""using"":""Click""},{""time"":54788,""label"":""cleared_brush"",""using"":""Escape""},{""time"":57239,""label"":""tour_next"",""step"":5},{""time"":62257,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678929491375,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar,1,1,0,Positive,2.5,0,0,0,0,0,0,15,1,0,0,0,3 -2023-03-15 21:31:59,2023-03-15 21:42:32,0,100,632,1,2023-03-15 21:42:33,R_28ZZTxj90YeYGGK,45.5472,-122.6417,EN,1,8.61,1,4,2,6.591,15.114,81,91,57,52.394,42.542,1,-2,41.427,-2,1,41.89,-3,106.118,15.01,5,4,7,7,7,7,I like that this one has the axes labelled.,40.904,6,6,7,1,2,7,I think it is consistent with what I remember at the time.,23.117,7,,6.888,2,7,3,4,1,5,6,21.104,1,1,1,3,1,1,10,10,,22.947,5,4,5,1,4,4,14.617,1,1,16.337,2,1967,Oregon,7,2,1,,7,,,12,4,1,cindihounton@yahoo.com,98.346,5664626351fac700118ed1df,"{""startTime"":1678930588490,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":33167},{""label"":""window_focused"",""time"":34073}]}","{""startTime"":1678930542442,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678930441021,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":20,""label"":""tour_started""},{""time"":33803,""label"":""tour_next"",""step"":2},{""time"":39483,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678930526670,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line,0,1,0,Positive,3.8,0,0,0,0,0,0,15,0.5,0.5,0,0.5,2 -2023-03-15 21:35:38,2023-03-15 21:42:34,0,100,415,1,2023-03-15 21:42:35,R_7aHi3p89Hp0e6E9,27.552,-99.4959,EN,1,2.626,,,,,15.013,0,60,50,10.855,52.811,1,1,38.768,-1,1,31.603,-3,52.021,15.009,6,4,6,6,6,6,,17.07,4,6,6,4,4,6,I feel it is based on scientific observation ,14.751,4,,5.928,2,7,3,4,1,5,6,15.505,1,2,4,5,6,1,11,10,,14.755,1,1,1,5,1,1,19.226,4,,3.416,2,1997,Texas,7,1,2,,4,,,4,5,2,,64.08,5f78ce64cb5f144a98a4fa38,"{""startTime"":1678930697878,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930715794,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930575142,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":28,""label"":""tour_started""},{""time"":7867,""label"":""tour_next"",""step"":5},{""time"":29945,""label"":""started_brush"",""startDate"":""2021-05-23"",""endDate"":""2022-02-13""},{""time"":31552,""label"":""tour_next"",""step"":5},{""time"":37452,""label"":""moved_brush"",""startDate"":""2021-05-23"",""endDate"":""2022-02-13""},{""time"":38934,""label"":""tour_next"",""step"":5},{""time"":46213,""label"":""cleared_brush"",""using"":""click""},{""time"":46216,""label"":""cleared_brush"",""using"":""Escape""},{""time"":48736,""label"":""tour_next"",""step"":5},{""time"":50254,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678930681225,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":6367,""label"":""hovered"",""timeHovered"":1752,""week"":""2022-01-17""},{""time"":9774,""label"":""hovered"",""timeHovered"":4364,""week"":""2022-01-17""}]}",0,complex,line,1,0,0,Positive,1.7,0,2,2,6.116,3.058,3407,15,1,0.5,0,0,3 -2023-03-15 21:34:18,2023-03-15 21:42:52,0,100,513,1,2023-03-15 21:42:53,R_4YHYIIzBjFmDBDP,34.0587,-118.2781,EN,1,13.122,2,,2,3.123,15.113,23,23,64,21.273,17.424,1,1,50.379,-3,1,30.992,1,26.746,15.01,5,6,5,6,2,6,n/a,31.798,6,6,7,3,2,4,it looks like it was professionally created and the data seems accurate.,23.494,4,n/a,13.007,2,7,3,4,1,5,6,23.481,4,4,7,5,4,6,10,8,n/a,29.899,4,3,4,3,5,4,37.235,6,3,23.197,1,1987,California,6,3,1,,9,,Bel Air,14,2,1,jdchiles87@gmail.com,86.64,63345f710321e08d1720919e,"{""startTime"":1678930662101,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678930611955,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678930526873,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":12318,""label"":""tour_next"",""step"":2},{""time"":15564,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678930596265,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line,1,1,0,Positive,3.8,0,0,0,0,0,0,15,1,0.5,1,1,1 -2023-03-15 21:32:53,2023-03-15 21:43:22,0,100,629,1,2023-03-15 21:43:24,R_3rTbColiNmsIXf7,33.4849,-86.8596,EN,1,12.337,1,2,1,5.806,15.012,99,56,69,32.481,44.919,1,1,50.967,1,1,108.647,1,76.562,15.143,6,3,2,7,6,5,,23.506,3,7,6,2,5,5,"It looks like a legitimate, credible, and valid scientific visualization using reputable data and information. However, there is less information than I would like.",42.816,4,,4.632,2,7,3,4,1,5,6,17.237,1,1,2,3,2,5,5,3,,31.699,3,5,4,3,4,3,24.535,5,1,9.005,2,2000,Alabama,6,3,4,Arabic and English,5,,,11,1,1,,45.784,63d79e5ecdcf4d0dbd646bf6,"{""startTime"":1678930672246,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930593163,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930453557,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":8242,""label"":""tour_next"",""step"":5},{""time"":20170,""label"":""started_brush"",""startDate"":""2021-06-05"",""endDate"":""2021-08-04""},{""time"":22570,""label"":""moved_brush"",""startDate"":""2021-06-05"",""endDate"":""2021-08-13""},{""time"":26017,""label"":""tour_next"",""step"":5},{""time"":30039,""label"":""moved_brush"",""startDate"":""2021-06-05"",""endDate"":""2021-07-10""},{""time"":30956,""label"":""tour_next"",""step"":5},{""time"":36465,""label"":""cleared_brush"",""using"":""click""},{""time"":38221,""label"":""tour_next"",""step"":5},{""time"":42580,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678930576959,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":9930,""label"":""hovered"",""timeHovered"":5182,""week"":""2021-12-20""}]}",1,complex,line,1,0,0,Positive,3.7,0,1,1,5.182,5.182,0,15,1,1,1,1,3 -2023-03-15 21:32:27,2023-03-15 21:44:12,0,100,705,1,2023-03-15 21:44:13,R_1Do2jQURDJSUyMu,35.8677,-86.4174,EN,1,13.057,,,,,15.017,63,34,73,21.448,122.273,1,1,40.985,-3,1,52.794,1,39.716,15.016,6,5,6,6,6,6,,83.016,6,5,6,4,5,7,Because it said to assume that I trust this visualization.,33.454,6,,22.397,2,7,3,4,1,5,6,25.179,6,6,7,7,7,5,11,10,,31.142,4,3,4,2,4,3,22.016,1,,5.837,1,1986,Tennessee,2,2,1,,7,,,6,4,2,,98.322,5f7d026c6fd2421d2dc1af04,"{""startTime"":1678930654878,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930586092,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930406724,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":20149,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4389,""week"":""51"",""id"":""chart""},{""time"":24634,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1056,""week"":""52"",""id"":""chart""},{""time"":26410,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1135,""week"":""1"",""id"":""chart""},{""time"":30823,""label"":""tour_next"",""step"":5},{""time"":52695,""label"":""cleared_brush"",""using"":""Click""},{""time"":56443,""label"":""cleared_brush"",""using"":""Click""},{""time"":59356,""label"":""cleared_brush"",""using"":""Click""},{""time"":64193,""label"":""started_brush"",""startDate"":""2021-11-08"",""endDate"":""2021-12-20""},{""time"":65141,""label"":""tour_next"",""step"":5},{""time"":73957,""label"":""moved_brush"",""startDate"":""2021-10-16"",""endDate"":""2021-11-27""},{""time"":75475,""label"":""tour_next"",""step"":5},{""time"":84116,""label"":""cleared_brush"",""using"":""Click""},{""time"":86663,""label"":""tour_next"",""step"":5},{""time"":93780,""label"":""tour_end"",""step"":5},{""time"":107547,""label"":""started_brush"",""startDate"":""2021-06-02"",""endDate"":""2021-10-29""},{""time"":113139,""label"":""moved_brush"",""startDate"":""2021-09-10"",""endDate"":""2022-02-07""},{""time"":116122,""label"":""moved_brush"",""startDate"":""2021-12-03"",""endDate"":""2022-02-07""},{""time"":118365,""label"":""moved_brush"",""startDate"":""2021-12-03"",""endDate"":""2022-01-14""},{""time"":119763,""label"":""cleared_brush"",""using"":""Click""}]}","{""startTime"":1678930570393,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,bar,1,0,0,Neutral,3.3,0,0,0,0,0,0,15,1,0.5,1,1,3 -2023-03-15 21:33:56,2023-03-15 21:44:37,0,100,640,1,2023-03-15 21:44:37,R_2dlNhD8Lee8t0Di,41.8033,-87.9283,EN,1,9.263,,,,,15.123,100,100,76,22.502,12.793,1,1,121.228,-3,-3,58.49,-1,96.262,15.017,4,4,4,7,7,5,,30.101,7,7,6,3,2,5,"The data is displayed in a clear manner. It looks to be trustworthy, although I do not know the source or how it was taken.",27.746,5,,13.642,2,7,3,4,1,5,6,15.716,1,6,1,6,5,2,9,8,,22.689,3,5,5,2,5,4,24.104,1,,5.805,2,1994,Illinois,7,3,1,,7,,,4,3,1,egizew2@gmail.com,77.339,63c0e405027c09642621327f,"{""startTime"":1678930584197,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678930615310,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678930494871,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":106,""label"":""tour_started""},{""time"":6121,""label"":""tour_next"",""step"":2},{""time"":8901,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678930567744,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":10370,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3512,""week"":""1"",""id"":""chart""},{""time"":14014,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1133,""week"":""4"",""id"":""chart""}]}",0,moderate,bar,2,1,0,Positive,4,0,2,2,4.645,2.3225,3644,15,1,0,0,0,2 -2023-03-15 21:28:14,2023-03-15 21:45:32,0,100,1037,1,2023-03-15 21:45:33,R_DwuUDAr9KGKHPTr,39.0151,-95.6402,EN,1,69.769,1,2,1,11.001,15.011,90,65,44,56.268,67.021,1,1,64.365,1,1,81.304,1,85.911,15.008,6,5,6,6,6,5,None,105.104,5,6,6,5,5,5,"I understand it should be easy to just count the number of cases, however I have seen so many things changed to fit an agenda, that I always have some concerns when I see data. I just don't trust things 100%. ",71.395,3,,20.158,2,7,3,4,1,5,6,25.908,2,2,3,7,2,5,6,5,,56.359,4,4,4,2,4,4,87.853,5,2,25.379,2,1988,Kansas,7,3,1,,7,,,5,3,2,,105.924,6170afe6e3197de7542fd205,"{""startTime"":1678930410650,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":7749,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1442,""week"":""52"",""id"":""chart""},{""time"":9264,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1076,""week"":""51"",""id"":""chart""},{""time"":13604,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1132,""week"":""51"",""id"":""chart2""},{""time"":14854,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1270,""week"":""52"",""id"":""chart2""}]}","{""startTime"":1678930516398,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678930262681,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":22,""label"":""tour_started""},{""time"":12791,""label"":""tour_next"",""step"":2},{""time"":19604,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2701,""week"":""52"",""id"":""chart2""},{""time"":22372,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":13651,""week"":""51"",""id"":""chart2""},{""time"":38965,""label"":""tour_end"",""step"":2},{""time"":44734,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2061,""week"":""33"",""id"":""chart""},{""time"":48094,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3229,""week"":""1"",""id"":""chart""},{""time"":51900,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8690,""week"":""52"",""id"":""chart2""},{""time"":61675,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2017,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678930395176,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":1922,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1241,""week"":""1"",""id"":""chart""}]}",1,simple,bar,1,1,0,Negative,3.7,0,1,1,1.241,1.241,0,15,1,1,1,1,1 -2023-03-15 21:34:58,2023-03-15 21:45:59,0,100,661,1,2023-03-15 21:46:00,R_bq07yZx1RsKEWnD,43.2189,-88.1165,EN,1,8.422,,,,,15.043,77,47,54,31.307,63.965,-3,1,74.049,1,1,71.079,1,55.588,15.064,5,4,6,6,6,6,,36.838,4,6,6,5,5,5,Its from the chamber of Agriculture so I would assume the information on the visualization is correct but of course I can not be one hundred percent sure.,72.364,4,,7.647,2,7,3,4,1,5,6,24.565,6,6,6,6,6,7,9,9,,16.191,4,4,4,2,4,4,20.105,3,,3.157,2,1986,Wisconsin,3,2,1,,7,,,11,3,1,5f4f1795c7230316afc2b88a@email.prolific.co,72.101,5f4f1795c7230316afc2b88a,"{""startTime"":1678930712440,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":2123,""label"":""hovered"",""timeHovered"":1208,""week"":""2022-01-03""},{""time"":4968,""label"":""hovered"",""timeHovered"":2070,""week"":""2022-01-17""}]}","{""startTime"":1678930749725,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678930561076,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":22355,""label"":""tour_next"",""step"":2},{""time"":27638,""label"":""tour_end"",""step"":2},{""time"":28802,""label"":""hovered"",""timeHovered"":1001,""week"":""2022-01-10""},{""time"":32262,""label"":""hovered"",""timeHovered"":1388,""week"":""2021-08-09""},{""time"":34393,""label"":""hovered"",""timeHovered"":2728,""week"":""2021-04-12""},{""time"":38543,""label"":""hovered"",""timeHovered"":1317,""week"":""2021-04-12""},{""time"":46745,""label"":""hovered"",""timeHovered"":1673,""week"":""2021-11-22""},{""time"":50285,""label"":""hovered"",""timeHovered"":2905,""week"":""2021-12-27""},{""time"":54643,""label"":""hovered"",""timeHovered"":2417,""week"":""2022-01-10""}]}","{""startTime"":1678930696850,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":9175,""label"":""hovered"",""timeHovered"":3339,""week"":""2022-01-10""}]}",0,moderate,line,1,0,0,Positive,3.7,0,1,1,3.339,3.339,0,15,0.5,1,1,1,2 -2023-03-15 21:33:11,2023-03-15 21:46:18,0,100,787,1,2023-03-15 21:46:19,R_3PNRTmc8F2s06Fi,40.6124,-111.8832,EN,1,29.401,1,4,1,7.857,15.017,93,100,51,39.703,43.952,1,-3,76.91,-3,-1,132.592,1,70.723,15.115,6,7,7,7,7,7,,38.576,7,7,7,5,5,7,It reflects what I understand from the news I have read.,19.974,6,,11.445,2,7,3,4,1,5,6,18.612,5,8,6,6,8,5,11,10,,68.467,4,3,4,1,3,4,35.811,1,1,17.602,2,1954,Utah,7,1,1,,7,,,10,4,1,5e373f33a42bce6daa55ea65@email.prolific.co,80.274,5e373f33a42bce6daa55ea65,"{""startTime"":1678930695127,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678930636330,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678930498795,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":11475,""label"":""tour_next"",""step"":2},{""time"":20440,""label"":""tour_end"",""step"":2},{""time"":22839,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1815,""week"":""2"",""id"":""chart2""},{""time"":25094,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4343,""week"":""4"",""id"":""chart2""},{""time"":29808,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7179,""week"":""4"",""id"":""chart""}]}","{""startTime"":1678930620639,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":12642,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1503,""week"":""1"",""id"":""chart""},{""time"":14179,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1216,""week"":""2"",""id"":""chart""}]}",1,simple,bar,0,1,0,Positive,3.2,0,2,2,2.719,1.3595,1537,15,0.5,0,1,0.5,1 -2023-03-15 21:38:06,2023-03-15 21:47:24,0,100,557,1,2023-03-15 21:47:24,R_2XcAdyaHHUIQmZg,47.1173,-88.5535,EN,1,5.512,,,,,15.13,93,90,41,18.88,43.111,1,1,45.867,1,1,87.505,1,27.789,15.125,6,2,2,6,7,6,,20.323,5,6,6,2,3,5,"The visualization looks well put together and professional, which makes me trust it. However, I do not know anything about the topic, so I am unsure if the numbers are reasonable. ",31.622,4,,8.973,2,7,3,4,1,5,6,12.627,4,7,5,7,5,3,10,9,,90.506,2,2,3,4,3,4,32.758,1,,3.82,1,2001,Michigan,3,3,1,,7,,,11,3,2,,50.36,5eecf1789af5910cfeb71b53,"{""startTime"":1678930835868,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678930856988,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678930729894,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":22,""label"":""tour_started""},{""time"":6585,""label"":""hovered"",""timeHovered"":1674,""week"":""2021-08-09""},{""time"":16560,""label"":""hovered"",""timeHovered"":1037,""week"":""2021-06-07""},{""time"":20252,""label"":""tour_next"",""step"":2},{""time"":23406,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678930820024,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":671,""label"":""hovered"",""timeHovered"":4103,""week"":""2022-01-10""},{""time"":9331,""label"":""hovered"",""timeHovered"":1186,""week"":""2022-01-03""},{""time"":10516,""label"":""hovered"",""timeHovered"":1491,""week"":""2022-01-03""}]}",0,simple,line,1,1,0,Positive,3,0,3,3,6.78,2.2600000000000002,9845,15,1,1,1,1,1 -2023-03-15 21:35:23,2023-03-15 21:47:37,0,100,733,1,2023-03-15 21:47:37,R_3HKZgIMnnEMvVGF,42.0326,-97.4265,EN,1,26.899,1,2,2,7.517,15.043,73,83,52,27.803,32.968,1,-3,72.201,-3,1,79.662,-3,43.988,15.161,6,6,6,7,7,6,,49.295,6,6,6,4,4,6,The Center for Disease Control is the experts on this so I trust it.,34.053,5,,11.851,2,7,3,4,1,5,6,20.966,3,6,10,8,5,6,9,9,My trust in Doctors has decreased over the last few years. They seem to not have any idea sometimes.,68.804,3,4,4,2,5,4,54.003,4,4,10.518,1,1976,Nebraska,6,2,1,,7,,,10,3,2,,105.524,60e35afc1d7e1aee451eba47,"{""startTime"":1678930748096,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678930797930,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678930618698,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":20,""label"":""tour_started""},{""time"":19481,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2537,""week"":""50"",""id"":""chart""},{""time"":25369,""label"":""tour_next"",""step"":2},{""time"":30026,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678930732386,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar,1,0,0,Positive,3.7,0,0,0,0,0,0,15,0.5,0.5,0,0.5,2 -2023-03-15 21:30:19,2023-03-15 21:47:51,0,100,1052,1,2023-03-15 21:47:52,R_411uN30SxVoVzpf,42.5181,-70.899,EN,1,33.832,,,,,15.007,100,88,68,33.512,193.388,-2,1,91.622,-2,1,106.283,1,102.846,15.019,7,6,6,5,6,6,"I would like to see the weather added to this chart. Also, did the amount of workers in the field change due to COVID effect the planting and care at all? I wish there was a way to break out each type of dieses ",162.9,3,6,6,5,5,6,It looks professional. If I knew what organization produced the data I would trust it more ,41.169,7,,12.184,2,7,3,4,1,5,6,30.497,4,7,2,3,11,4,11,10,,29.459,2,2,2,4,1,2,29.802,2,,7.257,1,1965,Massachusetts,4,2,1,,9,,SALEM,3,3,1,chrisf01864@gmail.com,74.346,59ba2a6e6495ef00019fbd70,"{""startTime"":1678930624360,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930788150,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930311510,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":20,""label"":""tour_started""},{""time"":20017,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1334,""week"":""39"",""id"":""chart""},{""time"":26467,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1565,""week"":""51"",""id"":""chart""},{""time"":28099,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2049,""week"":""52"",""id"":""chart""},{""time"":36247,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1083,""week"":""46"",""id"":""chart""},{""time"":39817,""label"":""tour_next"",""step"":5},{""time"":48232,""label"":""cleared_brush"",""using"":""Click""},{""time"":68964,""label"":""started_brush"",""startDate"":""2021-05-25"",""endDate"":""2021-07-31""},{""time"":70194,""label"":""tour_next"",""step"":5},{""time"":78940,""label"":""moved_brush"",""startDate"":""2021-04-29"",""endDate"":""2021-07-05""},{""time"":80453,""label"":""tour_next"",""step"":5},{""time"":89001,""label"":""cleared_brush"",""using"":""Click""},{""time"":89001,""label"":""cleared_brush"",""using"":""Escape""},{""time"":94206,""label"":""cleared_brush"",""using"":""Click""},{""time"":94206,""label"":""cleared_brush"",""using"":""Escape""},{""time"":95388,""label"":""tour_next"",""step"":5},{""time"":104077,""label"":""tour_end"",""step"":5},{""time"":105250,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1142,""week"":""52"",""id"":""chart""},{""time"":111803,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1383,""week"":""51"",""id"":""chart""},{""time"":116979,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1224,""week"":""31"",""id"":""chart""},{""time"":124492,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1076,""week"":""40"",""id"":""chart""},{""time"":126651,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1966,""week"":""40"",""id"":""chart""},{""time"":129114,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1073,""week"":""36"",""id"":""chart""},{""time"":145735,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":2614,""week"":""52"",""id"":""chart""},{""time"":150936,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":2153,""week"":""1"",""id"":""chart""},{""time"":190567,""label"":""cleared_brush"",""using"":""Click""}]}","{""startTime"":1678930608819,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,bar,2,0,0,Positive,2.2,0,0,0,0,0,0,15,0.5,0.5,1,1,3 -2023-03-15 21:37:26,2023-03-15 21:48:13,0,100,647,1,2023-03-15 21:48:14,R_1fjxDquVEQcBLVh,37.9606,-87.5333,EN,1,8.275,1,3,2,5.695,15.182,74,62,51,26.199,94.752,1,-2,33.585,1,1,60.551,1,18.951,15.117,2,2,2,6,6,1,,33.747,3,6,5,2,2,4,I don't believe the data is true,13.601,1,,10.438,2,7,3,4,1,5,6,20.753,5,5,7,6,3,6,7,8,,27.053,2,2,3,3,2,2,34.696,5,4,16.3,2,1983,Indiana,6,2,1,,7,,,13,2,2,,153.466,63d18313a0fe35f35c2dfb1a,"{""startTime"":1678930889975,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930849094,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930717313,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":57,""label"":""tour_started""},{""time"":8548,""label"":""tour_next"",""step"":5},{""time"":20861,""label"":""cleared_brush"",""using"":""click""},{""time"":31608,""label"":""cleared_brush"",""using"":""click""},{""time"":46995,""label"":""started_brush"",""startDate"":""2021-06-09"",""endDate"":""2021-08-02""},{""time"":48123,""label"":""tour_next"",""step"":5},{""time"":55615,""label"":""moved_brush"",""startDate"":""2021-05-16"",""endDate"":""2021-07-10""},{""time"":56706,""label"":""tour_next"",""step"":5},{""time"":61908,""label"":""cleared_brush"",""using"":""click""},{""time"":61923,""label"":""cleared_brush"",""using"":""Escape""},{""time"":63458,""label"":""tour_next"",""step"":5},{""time"":67859,""label"":""tour_end"",""step"":5},{""time"":92469,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-10-13""}]}","{""startTime"":1678930832591,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":8823,""label"":""hovered"",""timeHovered"":1252,""week"":""2021-12-27""}]}",1,complex,line,1,0,0,Negative,2.3,0,1,1,1.252,1.252,0,15,0.5,1,1,1,3 -2023-03-15 21:32:07,2023-03-15 21:48:18,0,100,970,1,2023-03-15 21:48:19,R_3fNss7odunMmvVu,30.3586,-90.0561,EN,1,108.664,1,3,1,10.552,15.146,73,89,53,45.743,83.733,1,1,97.362,-3,1,106.302,1,56.737,15.022,6,6,6,6,6,6,,74.536,5,5,5,2,2,6,It is put out by the CDC,17.153,4,,10.778,2,7,3,4,1,5,6,33.683,4,6,6,6,5,7,9,9,,43.864,4,4,5,1,5,4,67.731,3,2,23.832,2,1957,Louisiana,3,3,1,,7,,,11,2,2,,89.296,62ea66128e0806710fb41dcc,"{""startTime"":1678930732999,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678930808681,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678930524553,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":32,""label"":""tour_started""},{""time"":59854,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4250,""week"":""52"",""id"":""chart""},{""time"":67508,""label"":""tour_next"",""step"":2},{""time"":73064,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678930716709,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar,1,0,0,Positive,3.8,0,0,0,0,0,0,15,1,0.5,1,0.5,2 -2023-03-15 21:34:03,2023-03-15 21:49:00,0,100,897,1,2023-03-15 21:49:01,R_3nJBfntOEC4dwKJ,21.3328,-158.0181,EN,1,48.522,1,2,2,6.598,15.013,84,92,48,40.586,73.028,1,1,93.4,-2,1,101.516,-1,73.552,15.014,2,2,2,3,2,1,none,49.028,2,3,3,2,2,2,"Based on recent information revealed to the public, I seriously question the accuracy and reliability of information coming from the CDC.",54.888,2,,8.125,2,7,3,4,1,5,6,20.531,1,1,11,4,1,4,4,8,,28.943,2,1,2,4,1,2,30.581,6,4,21.67,1,1951,Hawaii,7,2,1,,8,pdomen@hawaii.rr.com,,14,2,1,,136.825,5ef035131f1b2a546b44c391,"{""startTime"":1678930864995,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678930763227,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678930571659,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":28024,""label"":""hovered"",""timeHovered"":1231,""week"":""2022-01-10""},{""time"":33089,""label"":""hovered"",""timeHovered"":7299,""week"":""2022-01-10""},{""time"":41371,""label"":""hovered"",""timeHovered"":7566,""week"":""2022-02-07""},{""time"":48938,""label"":""hovered"",""timeHovered"":1249,""week"":""2022-02-07""},{""time"":59289,""label"":""tour_next"",""step"":2},{""time"":67353,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678930747354,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":3771,""label"":""hovered"",""timeHovered"":2049,""week"":""2022-01-10""},{""time"":9755,""label"":""hovered"",""timeHovered"":2425,""week"":""2022-01-17""}]}",1,moderate,line,1,0,0,Negative,2,0,2,2,4.474,2.237,5984,15,1,0.5,0,0.5,2 -2023-03-15 21:32:14,2023-03-15 21:49:51,0,100,1056,1,2023-03-15 21:49:52,R_1kIB0sojzmaFeSE,35.6383,-79.8557,EN,1,4.147,1,2,2,5.929,15.008,100,8,0,57.417,178.352,-2,-1,103.118,-3,-3,69.554,-3,61.479,15.11,4,2,4,5,5,5,N/A,78.503,3,3,2,5,3,5,It's tough to look at. Pretty messy. I do like the interactive feature. I think that helps. But I think it could be cleaned up a bit. And I would like to see more details along with the visualization. Overall I trust it.,87.136,3,"I think most people can be trusted, but tend to be on guard.",62.142,2,7,3,4,1,5,6,40.286,2,2,5,3,4,2,10,10,N/A,44.263,3,2,4,3,3,2,56.724,1,3,18.987,1,1987,North Carolina,2,2,1,,7,,,3,4,1,stitchedsketch@gmail.com,84.2,62867b51e71606f873d41b05,"{""startTime"":1678930824464,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930699764,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930443419,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":23,""label"":""tour_started""},{""time"":42820,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2367,""week"":""52"",""id"":""chart""},{""time"":45388,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6249,""week"":""52"",""id"":""chart""},{""time"":52654,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2482,""week"":""1"",""id"":""chart""},{""time"":58454,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1182,""week"":""24"",""id"":""chart""},{""time"":62719,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1183,""week"":""31"",""id"":""chart""},{""time"":70218,""label"":""tour_next"",""step"":5},{""time"":95869,""label"":""started_brush"",""startDate"":""2021-06-27"",""endDate"":""2021-09-04""},{""time"":98257,""label"":""tour_next"",""step"":5},{""time"":113949,""label"":""moved_brush"",""startDate"":""2021-11-18"",""endDate"":""2022-01-25""},{""time"":114761,""label"":""tour_next"",""step"":5},{""time"":129453,""label"":""cleared_brush"",""using"":""Click""},{""time"":132288,""label"":""tour_next"",""step"":5},{""time"":143561,""label"":""tour_end"",""step"":5},{""time"":153595,""label"":""started_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-05-31""},{""time"":157379,""label"":""moved_brush"",""startDate"":""2021-05-10"",""endDate"":""2021-07-05""},{""time"":163083,""label"":""moved_brush"",""startDate"":""2021-07-26"",""endDate"":""2021-09-20""},{""time"":163700,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":4254,""week"":""34"",""id"":""chart""},{""time"":172427,""label"":""moved_brush"",""startDate"":""2021-12-13"",""endDate"":""2022-02-07""},{""time"":173192,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1513,""week"":""6"",""id"":""chart""}]}","{""startTime"":1678930684172,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":14530,""label"":""started_brush"",""startDate"":""2021-10-29"",""endDate"":""2022-01-02""}]}",1,complex,bar,1,1,0,Positive,2.8,1,1,0,0,0,0,15,0,0,0,0,3 -2023-03-15 21:40:03,2023-03-15 21:50:04,0,100,600,1,2023-03-15 21:50:04,R_2qkLlPRIN60BUr6,43.0132,-87.9287,EN,1,12.186,,,,,15.11,61,62,51,36.97,26.402,1,1,45.405,-3,-3,63.441,1,51.478,15.012,6,2,4,2,4,6,none,34.496,5,5,4,4,4,6,It appears to present objective data in a form I can understand.,19.773,4,,11.107,2,7,3,4,1,5,6,18.587,1,4,2,2,6,2,8,9,,65.161,3,3,5,3,2,2,32.639,3,,10.758,1,1979,Wisconsin,6,2,1,,7,,,17,4,1,5f8e3f6a1a1f4421715a2879@email.prolific.co,80.047,5f8e3f6a1a1f4421715a2879,"{""startTime"":1678931014305,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678930962314,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678930874083,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":21,""label"":""tour_started""},{""time"":13508,""label"":""tour_next"",""step"":2},{""time"":23332,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678930946833,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":9030,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1749,""week"":""52"",""id"":""chart""}]}",0,simple,bar,1,1,0,Positive,3,0,1,1,1.749,1.749,0,15,1,0,1,1,1 -2023-03-15 21:40:20,2023-03-15 21:50:13,0,100,593,1,2023-03-15 21:50:14,R_1lfuSNsHUXgkJX8,34.7766,-114.4779,EN,1,4.464,,,,,15.018,94,34,41,35.074,46.773,1,1,46.103,1,1,155.711,1,35.672,15.023,6,5,2,5,6,6,,43.607,5,5,4,1,1,6,I have no reason to believe the information is false.,29.437,4,,7.304,2,7,3,4,1,5,6,15.478,1,1,1,1,2,1,9,8,,18.489,3,4,4,2,4,4,20.325,1,,3.129,2,1997,Arizona,2,2,1,,7,,,8,4,2,,48.778,62bddb63d7c84ff6e9c592f5,"{""startTime"":1678931163362,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":22670},{""label"":""window_focused"",""time"":23594}]}","{""startTime"":1678931101345,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678930881889,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":34549,""label"":""tour_next"",""step"":2},{""time"":38550,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678931086011,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":420,""label"":""hovered"",""timeHovered"":1148,""week"":""2022-01-31""},{""time"":4125,""label"":""hovered"",""timeHovered"":8054,""week"":""2022-01-17""}]}",0,moderate,line,0,1,0,Positive,3.5,0,2,2,9.202,4.601,3705,15,1,1,1,1,2 -2023-03-15 21:27:23,2023-03-15 21:50:14,0,100,1371,1,2023-03-15 21:50:14,R_3oGChGiVw7KhtfS,30.3341,-81.6544,EN,1,431.086,,,,,15.016,98,40,59,26.246,72.426,1,1,49.936,-3,-1,68.652,1,78.779,15.116,6,5,6,5,5,6,,262.053,3,3,4,1,1,6,The visualization is detailed and I mostly trust the data shown since it appears to be reliable.,74.657,4,,9.94,2,7,3,4,1,5,6,23.838,3,6,6,8,6,6,10,9,,57.942,2,2,2,4,3,3,42.361,2,,11.134,2,2002,Florida,5,3,1,,7,,,19,4,2,,77.008,6110c3de4d73c26eb588091f,"{""startTime"":1678930681105,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":2063,""label"":""hovered"",""timeHovered"":2019,""week"":""2022-01-03""},{""label"":""window_blurred"",""time"":4913},{""label"":""window_focused"",""time"":8542}]}","{""startTime"":1678930943916,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678930522773,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":42657,""label"":""tour_next"",""step"":2},{""time"":48714,""label"":""tour_end"",""step"":2},{""time"":55690,""label"":""hovered"",""timeHovered"":1326,""week"":""2021-05-10""},{""time"":58354,""label"":""hovered"",""timeHovered"":1977,""week"":""2021-07-12""},{""time"":62986,""label"":""hovered"",""timeHovered"":1443,""week"":""2021-08-30""}]}","{""startTime"":1678930665145,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7286,""label"":""hovered"",""timeHovered"":1514,""week"":""2022-01-10""}]}",0,moderate,line,1,1,0,Positive,2.7,0,1,1,1.514,1.514,0,15,1,0,1,0,2 -2023-03-15 21:32:13,2023-03-15 21:50:22,0,100,1088,1,2023-03-15 21:50:23,R_3gY4kJUJtUbe7ud,26.6909,-81.9483,EN,1,9.127,,,,,15.008,93,92,50,58.813,201.107,1,1,66.901,1,1,78.208,-2,41.972,15.007,6,6,6,5,7,6,Thank you for the opportunity.,60.446,6,6,7,5,4,6,The chart seems to be accurate and reliable.,109.35,6,Thank you.,26.052,2,7,3,4,1,5,6,42.457,6,10,10,10,8,10,10,10,"I am satisfied, thank you.",58.214,2,2,2,3,2,2,85.856,4,,15.828,2,1967,Florida,3,1,1,,7,,,5,3,1,,94.602,638a2f44aadfb032e1116645,"{""startTime"":1678930696593,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930757897,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930435932,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":5110,""label"":""hovered"",""timeHovered"":1450,""week"":""2022-02-07""},{""time"":29143,""label"":""hovered"",""timeHovered"":2166,""week"":""2021-11-29""},{""time"":33359,""label"":""hovered"",""timeHovered"":6000,""week"":""2022-01-03""},{""time"":48087,""label"":""tour_next"",""step"":5},{""time"":72346,""label"":""started_brush"",""startDate"":""2022-01-08"",""endDate"":""2022-01-17""},{""time"":75342,""label"":""tour_next"",""step"":5},{""time"":95386,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-10-10""},{""time"":113975,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-11""},{""time"":121457,""label"":""moved_brush"",""startDate"":""2021-04-12"",""endDate"":""2022-02-13""},{""time"":122777,""label"":""moved_brush"",""startDate"":""2021-04-12"",""endDate"":""2022-02-13""},{""time"":126997,""label"":""tour_back"",""step"":5},{""time"":135777,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-11""},{""time"":137041,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-11""},{""time"":138105,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-11""},{""time"":138537,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-11""},{""time"":139489,""label"":""moved_brush"",""startDate"":""2021-04-12"",""endDate"":""2022-02-13""},{""time"":142674,""label"":""moved_brush"",""startDate"":""2021-04-12"",""endDate"":""2021-05-03""},{""time"":146178,""label"":""cleared_brush"",""using"":""click""},{""time"":148856,""label"":""cleared_brush"",""using"":""click""},{""time"":151243,""label"":""started_brush"",""startDate"":""2021-10-16"",""endDate"":""2021-10-30""},{""time"":153801,""label"":""moved_brush"",""startDate"":""2021-10-16"",""endDate"":""2022-01-06""},{""time"":154646,""label"":""tour_next"",""step"":5},{""time"":159233,""label"":""started_brush"",""startDate"":""2021-07-15"",""endDate"":""2021-12-20""},{""time"":161233,""label"":""moved_brush"",""startDate"":""2021-07-15"",""endDate"":""2021-12-20""},{""time"":161730,""label"":""moved_brush"",""startDate"":""2021-07-15"",""endDate"":""2021-12-20""},{""time"":162896,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-09-16""},{""time"":163974,""label"":""tour_next"",""step"":5},{""time"":174485,""label"":""cleared_brush"",""using"":""click""},{""time"":174486,""label"":""cleared_brush"",""using"":""Escape""},{""time"":176749,""label"":""tour_next"",""step"":5},{""time"":190501,""label"":""tour_end"",""step"":5},{""time"":192721,""label"":""cleared_brush"",""using"":""click""},{""time"":198361,""label"":""started_brush"",""startDate"":""2021-12-13"",""endDate"":""2022-01-19""}]}","{""startTime"":1678930680828,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line,1,1,0,Positive,2.2,0,0,0,0,0,0,15,1,1,0,0,3 -2023-03-15 21:40:44,2023-03-15 21:50:55,0,100,611,1,2023-03-15 21:50:55,R_2AGZvtcwdJzq7Bh,45.1692,-93.2487,EN,1,15.7,,,,,15.111,71,91,49,18.248,43.056,1,1,41.519,-3,-3,100.317,1,58.72,15.011,6,6,6,6,6,6,,19.102,6,6,6,2,2,6,I really have no reason not to. It's presenting data which has no effect on me personally.,27.036,4,,7.265,2,7,3,4,1,5,6,19.046,4,6,1,3,4,4,10,9,,23.419,3,4,4,3,4,3,30.457,1,,2.902,1,1989,Minnesota,3,1,1,,7,,,9,4,1,cyruscesar@gmail.com,133.255,5d4fa7c197082b0001f7f483,"{""startTime"":1678931063928,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678931083732,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678930903303,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":14908,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2299,""week"":""46"",""id"":""chart""},{""time"":29881,""label"":""tour_next"",""step"":2},{""time"":34416,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678931048314,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":4965,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1662,""week"":""50"",""id"":""chart""},{""time"":8557,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2329,""week"":""2"",""id"":""chart""}]}",0,moderate,bar,1,0,0,Positive,3.5,0,2,2,3.991,1.9955,3592,15,1,0,1,0,2 -2023-03-15 21:40:41,2023-03-15 21:52:04,0,100,683,1,2023-03-15 21:52:05,R_1JJc45QZAbY4GDU,29.6286,-81.8919,EN,1,51.203,2,,1,3.068,15.997,67,83,50,62.92,12.668,1,1,54.036,-3,1,68.994,-3,17.087,15.007,4,4,3,3,3,3,thanks,50.899,3,3,4,4,4,4,i dont really care either way,29.481,3,thanks,26.458,2,7,3,4,1,5,6,20.641,1,1,2,2,1,3,2,5,thanks,27.516,3,3,2,3,2,2,17.528,3,4,12.264,1,1977,Florida,3,3,1,,8,branford,,4,2,1,562563ceed6e5a000bc7f386@email.prolific.co,127.659,562563ceed6e5a000bc7f386,"{""startTime"":1678931096235,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678931148399,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678930996058,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":29,""label"":""tour_started""},{""time"":7599,""label"":""tour_next"",""step"":2},{""time"":9849,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678931080018,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":1012,""label"":""hovered"",""timeHovered"":4246,""week"":""2021-11-29""},{""time"":6076,""label"":""hovered"",""timeHovered"":1828,""week"":""2021-12-13""}]}",1,moderate,line,0,0,0,,2.5,0,2,2,6.074,3.037,5064,15,1,0.5,0,0.5,2 -2023-03-15 21:40:33,2023-03-15 21:52:32,0,100,718,1,2023-03-15 21:52:32,R_1q88FwqmutbWlKk,32.6963,-97.1346,EN,1,6.504,1,3,1,5.347,15.015,98,92,38,19.176,136.213,-2,1,37.427,1,1,90.552,-3,53.063,15.011,7,6,2,7,6,6,,21.47,6,7,6,6,4,6,I concrete information derived from a reliable source,21.881,5,,9.53,2,7,3,4,1,5,6,23.035,5,5,8,6,5,5,10,9,,22.314,4,4,4,1,4,4,31.594,2,1,14.267,2,1964,Texas,6,3,1,,7,,,17,3,1,cmartz3391@sbcglobal.net,137.629,5bd4e6f7c4f8e900013ae526,"{""startTime"":1678931105924,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":111,""label"":""cleared_brush"",""using"":""click""}]}","{""startTime"":1678931128059,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930898506,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":24,""label"":""tour_started""},{""time"":12793,""label"":""hovered"",""timeHovered"":2749,""week"":""2021-12-13""},{""time"":18024,""label"":""hovered"",""timeHovered"":1250,""week"":""2022-01-17""},{""time"":22780,""label"":""tour_next"",""step"":5},{""time"":46415,""label"":""started_brush"",""startDate"":""2021-08-04"",""endDate"":""2021-10-21""},{""time"":48907,""label"":""started_brush"",""startDate"":""2021-12-06"",""endDate"":""2022-01-27""},{""time"":51436,""label"":""tour_next"",""step"":5},{""time"":74881,""label"":""started_brush"",""startDate"":""2021-07-30"",""endDate"":""2021-09-09""},{""time"":88346,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-09""},{""time"":97847,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-09""},{""time"":99871,""label"":""moved_brush"",""startDate"":""2021-04-14"",""endDate"":""2022-02-13""},{""time"":102505,""label"":""moved_brush"",""startDate"":""2021-04-14"",""endDate"":""2022-02-13""},{""time"":107889,""label"":""moved_brush"",""startDate"":""2021-04-14"",""endDate"":""2022-02-13""},{""time"":108297,""label"":""moved_brush"",""startDate"":""2021-04-14"",""endDate"":""2022-02-13""},{""time"":108467,""label"":""moved_brush"",""startDate"":""2021-04-14"",""endDate"":""2022-02-13""},{""time"":108988,""label"":""moved_brush"",""startDate"":""2021-04-14"",""endDate"":""2022-02-13""},{""time"":109695,""label"":""moved_brush"",""startDate"":""2021-04-14"",""endDate"":""2022-02-13""},{""time"":110575,""label"":""tour_next"",""step"":5},{""time"":116996,""label"":""cleared_brush"",""using"":""click""},{""time"":117006,""label"":""cleared_brush"",""using"":""Escape""},{""time"":119131,""label"":""tour_next"",""step"":5},{""time"":130977,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678931090012,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line,1,0,0,Positive,3.5,0,0,0,0,0,0,15,0.5,1,0,0,3 -2023-03-15 21:39:41,2023-03-15 21:52:50,0,100,788,1,2023-03-15 21:52:50,R_xEoGWND77OYga0p,44.9028,-89.5819,EN,1,19.901,1,2,1,5.841,15.115,73,66,19,20.74,65.659,1,1,85.203,-3,-3,63.9,1,77.298,15.017,6,5,6,6,6,6,,77.153,6,5,6,6,6,6,I trust this visualization because it contains scientific data in a bar charge that indicates how many cases of COVID 19 were confirmed during that week. ,47.415,3,,15.93,2,7,3,4,1,5,6,18.977,7,8,8,7,7,6,8,8,,24.891,4,3,3,3,4,4,64.951,4,1,19.079,2,1992,Wisconsin,5,2,1,,7,,,11,3,2,,76.721,63617635b76b7732fc0f141e,"{""startTime"":1678931103859,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678931034809,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678930888637,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":21,""label"":""tour_started""},{""time"":15739,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1880,""week"":""50"",""id"":""chart""},{""time"":20700,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1764,""week"":""1"",""id"":""chart""},{""time"":22798,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1232,""week"":""52"",""id"":""chart""},{""time"":26981,""label"":""tour_next"",""step"":2},{""time"":29133,""label"":""tour_end"",""step"":2},{""time"":60579,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1267,""week"":""3"",""id"":""chart""}]}","{""startTime"":1678931019208,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":1941,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1567,""week"":""52"",""id"":""chart""},{""time"":3536,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1755,""week"":""1"",""id"":""chart""}]}",1,moderate,bar,1,1,0,Positive,3.5,0,2,2,3.322,1.661,1595,15,1,0,1,0,2 -2023-03-15 21:40:28,2023-03-15 21:53:04,0,100,755,1,2023-03-15 21:53:04,R_3nP1IHYR7HPLNK6,33.2109,-117.2232,EN,1,7.097,1,4,2,12.42,15.112,100,75,100,26.455,125.372,1,1,81.624,-2,-3,63.691,-2,43.953,15.107,7,3,6,6,7,6,thanks,51.879,6,7,7,6,5,7,"It makes sense, based on reports we've heard from scientists during this pandemic crisis.",49.939,5,thanks,11.471,2,7,3,4,1,5,6,25.431,4,6,4,6,9,4,9,8,,49.343,4,4,4,2,4,3,33.362,1,1,15.664,2,1958,California,6,2,1,,9,,VISTA,5,3,1,marycory3@gmail.com,61.675,6164674aee2f6131757520fe,"{""startTime"":1678931165797,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931077735,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":2575,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4347,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678930891036,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":27,""label"":""tour_started""},{""time"":10928,""label"":""tour_next"",""step"":5},{""time"":52985,""label"":""started_brush"",""startDate"":""2021-06-29"",""endDate"":""2021-11-08""},{""time"":53905,""label"":""tour_next"",""step"":5},{""time"":64777,""label"":""moved_brush"",""startDate"":""2021-06-01"",""endDate"":""2021-10-12""},{""time"":65777,""label"":""tour_next"",""step"":5},{""time"":70833,""label"":""cleared_brush"",""using"":""Click""},{""time"":72384,""label"":""tour_next"",""step"":5},{""time"":80984,""label"":""tour_end"",""step"":5},{""time"":89937,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1867,""week"":""50"",""id"":""chart""},{""time"":92988,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2099,""week"":""27"",""id"":""chart""},{""time"":99215,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4514,""week"":""50"",""id"":""chart""},{""time"":105449,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4796,""week"":""50"",""id"":""chart""},{""time"":111955,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5013,""week"":""51"",""id"":""chart""},{""time"":120139,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1612,""week"":""3"",""id"":""chart""}]}","{""startTime"":1678931061991,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":7646,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1617,""week"":""50"",""id"":""chart""}]}",1,complex,bar,0,1,0,Positive,3.5,0,1,1,1.617,1.617,0,15,1,0,0,0,3 -2023-03-15 21:46:26,2023-03-15 21:53:25,0,100,419,1,2023-03-15 21:53:26,R_1GWcfNimAtwjFwf,38.9268,-94.7134,EN,1,3.143,,,,,15.119,100,68,79,13.9,18.114,1,1,25.987,1,1,39.893,-1,37.809,15.019,7,5,7,3,6,6,,32.002,5,5,6,1,1,6,the data it covers is too specific to be false,29.647,5,,16.979,2,7,3,4,1,5,6,11.946,3,9,2,8,5,3,11,11,,30.92,4,4,4,2,4,3,36.949,1,,4.419,1,2000,Kansas,6,3,1,,7,,,17,4,2,,47.712,5f87cb31bea4ed20a90d8168,"{""startTime"":1678931350987,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678931299524,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678931225184,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":4,""label"":""tour_started""},{""time"":7922,""label"":""tour_next"",""step"":2},{""time"":11558,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678931284089,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,line,0,1,0,Positive,3.5,0,0,0,0,0,0,15,1,1,0,1,2 -2023-03-15 21:32:56,2023-03-15 21:53:35,0,100,1239,1,2023-03-15 21:53:36,R_1hAA77y5i7KM1Pb,37.7562,-122.4866,EN,1,108.652,,,,,15.01,44,31,34,51.423,12.458,-1,1,137.637,-3,-3,255.437,-2,83.674,15.009,4,4,4,4,4,4,N/A,118.675,4,4,4,4,4,4,I slightly understand the graph representation ,63.067,2,,4.864,2,7,3,4,1,5,6,40.155,5,5,5,6,4,5,10,9,,69.718,3,3,3,3,3,3,10.676,6,,5.101,1,1962,California,6,3,1,,3,,,10,3,1,62ff26509176c97c9ceebc2b,63.05,62ff26509176c97c9ceebc2b,"{""startTime"":1678930956684,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_focused"",""time"":92286}]}","{""startTime"":1678930956684,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_focused"",""time"":92286}]}","{""startTime"":1678930657464,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":21,""label"":""tour_started""},{""time"":4144,""label"":""tour_next"",""step"":2},{""time"":9853,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678930938429,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":15535}]}",0,moderate,bar,0,1,0,Negative,3,0,0,0,0,0,0,15.535,0.5,0,0,0,2 -2023-03-15 21:45:22,2023-03-15 21:53:37,0,100,495,1,2023-03-15 21:53:38,R_1HcLlY0jLgmtIQ2,33.5137,-83.8699,EN,1,21.416,,,,,15.016,69,93,75,19.866,27.078,1,1,41.026,1,1,46.109,1,34.849,15.109,6,4,5,5,7,6,,29.95,5,6,6,2,2,6,"The source seems trustworthy, and I don't have any reason to not trust it.",23.228,5,,6.771,2,7,3,4,1,5,6,15.325,3,8,9,8,8,8,10,10,,27.163,2,3,3,4,2,2,36.69,5,,5.738,1,1982,Georgia,3,1,1,,7,,,7,2,1,5865ecf6a7f6480001ed9791@email.prolific.co,52.293,5865ecf6a7f6480001ed9791,"{""startTime"":1678931295740,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931326076,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931211225,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":12234,""label"":""tour_next"",""step"":2},{""time"":15506,""label"":""tour_end"",""step"":2},{""time"":25169,""label"":""hovered"",""timeHovered"":1180,""week"":""2022-01-03""}]}","{""startTime"":1678931280165,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,line,1,0,0,Positive,2.7,0,0,0,0,0,0,15,1,1,1,1,1 -2023-03-15 21:42:34,2023-03-15 21:53:54,0,100,680,1,2023-03-15 21:53:55,R_1I9PtGRXdMysCeu,41.8482,-87.6521,EN,1,30.875,1,2,2,11.446,15.116,86,70,78,31.777,67.501,1,1,44.233,1,1,56.951,1,63.101,15.019,6,3,2,6,7,6,I don't have any additional thoughts.,34.24,3,7,5,6,2,6,It's data is sourced from the CDC.,24.798,4,I don't have any additional thoughts or comments.,19.588,2,7,3,4,1,5,6,28.379,4,5,1,3,1,1,10,10,I don't have any comments.,28.778,3,4,5,3,5,4,52.91,1,1,13.237,1,1984,Illinois,3,1,1,,3,,,9,4,2,,63.545,5dd59e901986eb55f1e2cb22,"{""startTime"":1678931225698,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678931260553,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678931084385,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":13,""label"":""tour_started""},{""label"":""window_blurred"",""time"":11855},{""label"":""window_focused"",""time"":11996},{""label"":""window_blurred"",""time"":16148},{""label"":""window_focused"",""time"":17645},{""time"":18602,""label"":""tour_next"",""step"":2},{""time"":23134,""label"":""tour_end"",""step"":2},{""time"":27276,""label"":""hovered"",""timeHovered"":1807,""week"":""2021-04-26""},{""time"":29558,""label"":""hovered"",""timeHovered"":1184,""week"":""2021-05-03""},{""time"":30829,""label"":""hovered"",""timeHovered"":4989,""week"":""2021-05-03""},{""time"":36945,""label"":""hovered"",""timeHovered"":1849,""week"":""2021-04-19""},{""time"":39368,""label"":""hovered"",""timeHovered"":1585,""week"":""2021-05-03""}]}","{""startTime"":1678931210097,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line,1,0,0,Positive,4,0,0,0,0,0,0,15,1,1,1,1,2 -2023-03-15 21:46:32,2023-03-15 21:54:10,0,100,457,1,2023-03-15 21:54:11,R_3enq4lvuiUwZAfD,30.2661,-97.7136,EN,1,3.616,,,,,15.007,73,100,100,15.386,18.13,1,1,42.602,-3,-3,30.363,1,18.408,15.007,4,6,4,7,7,6,,29.208,5,7,7,6,5,6,"I have no personal experience on the matter and wouldn't know otherwise. However, The data seems collected and presentable, making it move believable. ",78.477,4,,7.926,2,7,3,4,1,5,6,21.265,4,5,6,7,4,6,8,9,,25.984,3,3,5,3,4,4,38.631,4,,11.982,1,1991,Texas,3,2,1,,7,,,7,4,2,,38.991,62b1e73c146dfd1d162fdf11,"{""startTime"":1678931417891,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931311901,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931235220,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":6263,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1150,""week"":""52"",""id"":""chart""},{""time"":8513,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1050,""week"":""52"",""id"":""chart""},{""time"":10317,""label"":""tour_next"",""step"":2},{""time"":12963,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1567,""week"":""52"",""id"":""chart2""},{""time"":16664,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678931296544,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":3599,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1359,""week"":""52"",""id"":""chart2""},{""time"":9783,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1192,""week"":""4"",""id"":""chart""}]}",0,simple,bar,1,0,0,Positive,3.7,0,2,2,2.551,1.2755,6184,15,1,0,1,1,1 -2023-03-15 21:43:33,2023-03-15 21:55:13,0,100,699,1,2023-03-15 21:55:13,R_1OZHniTIxx74RF1,36.224,-83.3179,EN,1,15.587,1,3,1,11.552,15.018,88,82,43,23.162,37.19,1,-3,74.397,-2,1,77.404,1,51.407,15.115,3,3,2,2,2,2,,26.263,3,5,2,2,3,2,Why should I trust it? What does it prove? ,18.744,4,,10.985,2,7,3,4,1,5,6,26.503,2,2,2,7,7,3,6,3,,26.862,2,2,3,3,2,3,33.365,4,1,23.611,2,1971,Tennessee,6,2,1,,9,,What is the name of your first school?,11,2,1,lgolden3832@gmail.com,127.581,563e5abecbd4c60005dc9153,"{""startTime"":1678931288413,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931231361,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":982,""label"":""hovered"",""timeHovered"":1087,""week"":""2022-01-24""},{""time"":3333,""label"":""hovered"",""timeHovered"":1492,""week"":""2021-11-29""}]}","{""startTime"":1678931100650,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":6878,""label"":""hovered"",""timeHovered"":1662,""week"":""2021-10-25""},{""time"":25741,""label"":""tour_next"",""step"":2},{""time"":32809,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678931215013,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line,0,0,0,Negative,2.5,0,0,0,0,0,0,15,0.5,0.5,1,0.5,1 -2023-03-15 21:41:22,2023-03-15 21:55:32,0,100,850,1,2023-03-15 21:55:33,R_6CZ5pu1OF0ZIiv7,40.5153,-112.0316,EN,1,2.845,,,,,15.109,74,28,23,68.095,172.897,1,1,41.729,1,-3,115.429,1,68.928,15.104,6,6,5,5,6,5,,27.346,4,2,3,1,3,5,I was told the data was reliable but the data is presented in an unfamiliar way. Even accurate data can be misrepresented in graphs so I'm not sure I can completely trust what a graph is showing without examining it carefully.,92.451,3,,6.317,2,7,3,4,1,5,6,16,4,5,3,4,4,4,9,8,,18.073,4,3,2,4,2,2,35.253,3,,3.533,1,1992,Utah,6,3,1,,7,,,5,4,2,,105.203,559ecce6fdf99b16653fb880,"{""startTime"":1678931233006,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_focused"",""time"":6119}]}","{""startTime"":1678931261071,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930973824,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":27,""label"":""tour_started""},{""time"":1794,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":10154,""week"":""37"",""id"":""chart""},{""time"":15264,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":65148,""week"":""2"",""id"":""chart""},{""time"":81258,""label"":""tour_next"",""step"":5},{""time"":91703,""label"":""started_brush"",""startDate"":""2021-05-28"",""endDate"":""2021-09-11""},{""time"":92340,""label"":""tour_next"",""step"":5},{""time"":99632,""label"":""moved_brush"",""startDate"":""2021-05-28"",""endDate"":""2021-08-10""},{""time"":100219,""label"":""tour_next"",""step"":5},{""time"":108424,""label"":""cleared_brush"",""using"":""Click""},{""time"":109256,""label"":""tour_next"",""step"":5},{""time"":114626,""label"":""tour_end"",""step"":5},{""time"":124288,""label"":""started_brush"",""startDate"":""2021-05-29"",""endDate"":""2021-09-01""},{""label"":""window_blurred"",""time"":132088},{""label"":""window_focused"",""time"":171897}]}","{""startTime"":1678931216989,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":11343}]}",0,complex,bar,1,0,0,Negative,2.8,0,0,0,0,0,0,11.343,1,0.5,1,1,3 -2023-03-15 21:48:40,2023-03-15 21:55:51,0,100,431,1,2023-03-15 21:55:52,R_3M9H8wC2ZEGeWY1,29.5422,-95.3212,EN,1,17.488,1,3,1,5.736,15.11,78,38,24,16.189,28.672,1,1,26.401,1,1,29.403,-3,20.602,15.112,6,5,6,5,6,6,,23.297,3,3,3,5,2,5,Data could be presented better,15.527,5,,7.669,2,7,4,5,1,3,6,50.994,4,7,4,9,6,6,10,10,,16.475,3,4,4,2,3,4,21.777,2,1,6.683,1,1985,Texas,8,2,1,,7,,,17,4,1,633c2576bb250e8f0da2be0a@email.prolific.co,57.205,633c2576bb250e8f0da2be0a,"{""startTime"":1678931488155,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931449321,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931383560,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":4100,""label"":""tour_next"",""step"":5},{""time"":9433,""label"":""started_brush"",""startDate"":""2021-05-10"",""endDate"":""2021-08-14""},{""time"":11132,""label"":""tour_next"",""step"":5},{""time"":15266,""label"":""started_brush"",""startDate"":""2021-10-06"",""endDate"":""2021-11-04""},{""time"":17683,""label"":""started_brush"",""startDate"":""2021-05-13"",""endDate"":""2021-10-14""},{""time"":18320,""label"":""moved_brush"",""startDate"":""2021-05-13"",""endDate"":""2021-10-14""},{""time"":20189,""label"":""moved_brush"",""startDate"":""2021-06-02"",""endDate"":""2021-11-03""},{""time"":20848,""label"":""tour_next"",""step"":5},{""time"":24172,""label"":""cleared_brush"",""using"":""click""},{""time"":25365,""label"":""tour_next"",""step"":5},{""time"":26831,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678931433743,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line,1,0,0,Negative,3.3,0,0,0,0,0,0,15,1,1,0,0,3 -2023-03-15 21:46:23,2023-03-15 21:56:31,0,100,607,1,2023-03-15 21:56:31,R_DNMsYv2k49PT1K1,32.4581,-84.9963,EN,1,9.532,,,,,15.113,83,77,64,21.806,107.333,1,1,42.695,1,1,56.802,-2,33.383,15.012,6,5,7,6,7,7,,31.615,5,5,5,1,1,6,It looks like scientific data that is trusworthy,26.6,5,,8.762,2,7,3,4,1,5,6,19.126,3,3,11,7,2,9,9,10,,27.95,3,2,3,3,3,4,24.673,7,,8.432,1,1954,Georgia,7,1,1,,7,,,7,1,1,cpearson@gmc.edu,107.767,6143e022ec8dfbce17b7e211,"{""startTime"":1678931451484,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931396605,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":5177,""label"":""started_brush"",""startDate"":""2021-10-20"",""endDate"":""2022-01-20""}]}","{""startTime"":1678931239316,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":26404,""label"":""tour_next"",""step"":5},{""time"":39822,""label"":""cleared_brush"",""using"":""click""},{""time"":40821,""label"":""cleared_brush"",""using"":""click""},{""time"":46893,""label"":""started_brush"",""startDate"":""2021-12-28"",""endDate"":""2022-01-01""},{""time"":50197,""label"":""cleared_brush"",""using"":""click""},{""time"":52381,""label"":""tour_next"",""step"":5},{""time"":71878,""label"":""started_brush"",""startDate"":""2021-08-25"",""endDate"":""2022-01-20""},{""time"":80940,""label"":""moved_brush"",""startDate"":""2021-10-20"",""endDate"":""2022-01-20""},{""time"":81933,""label"":""tour_next"",""step"":5},{""time"":92488,""label"":""cleared_brush"",""using"":""click""},{""time"":92490,""label"":""cleared_brush"",""using"":""Escape""},{""time"":94305,""label"":""tour_next"",""step"":5},{""time"":102275,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678931381042,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":15062,""label"":""cleared_brush"",""using"":""click""}]}",0,complex,line,1,0,0,Positive,3,0,1,0,0,0,0,15,1,1,0,0,3 -2023-03-15 21:48:25,2023-03-15 21:57:10,0,100,524,1,2023-03-15 21:57:10,R_3qwANH5I9K2Ozfm,39.8616,-88.9355,EN,1,6.633,,,,,15.106,100,100,100,17.36,9.826,1,-3,34.231,-3,-3,66.189,1,47.196,15.01,6,3,3,3,3,3,N/A,33.703,6,6,6,2,1,6,I was instructed to answer the questions as if the information provided was true,44.112,4,,11.936,2,7,3,4,1,5,6,37.399,1,1,5,1,1,3,10,8,,20.742,2,1,4,2,4,3,39.384,2,,12.016,3,2000,Illinois,3,1,1,,9,,Decatur,2,4,1,britripp0424@gmail.com,74.575,61509f0576598bbf74387211,"{""startTime"":1678931508898,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678931440138,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678931347453,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":5294,""label"":""tour_next"",""step"":2},{""time"":7688,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678931424283,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,bar,1,0,0,Neutral,2.7,0,0,0,0,0,0,15,0.5,0,1,0,2 -2023-03-15 21:45:15,2023-03-15 21:57:11,0,100,716,1,2023-03-15 21:57:12,R_2SeriURL7PbvUHw,42.0364,-88.324,EN,1,2.522,1,3,1,5.583,15.009,61,40,58,9.955,16.551,1,1,31.215,1,-3,62.491,-3,29.915,15.108,5,5,5,5,4,5,,101.122,6,5,5,3,5,5,I think it seems in line with what I knew,152.985,4,,6.589,2,7,3,4,1,5,6,14.515,3,9,3,8,4,6,10,10,,13.699,4,3,4,3,3,3,9.958,2,1,18.672,2,1989,Massachusetts,6,3,1,,7,,,14,4,1,5aa83a71f6dfdd0001eb1690@email.prolific.co,42.781,5aa83a71f6dfdd0001eb1690,"{""startTime"":1678931555819,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678931395042,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678931203168,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":8972,""label"":""tour_next"",""step"":2},{""time"":13689,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678931296611,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar,0,1,0,Positive,3.3,0,0,0,0,0,0,15,1,0.5,0,0.5,2 -2023-03-15 21:37:16,2023-03-15 21:57:11,0,100,1194,1,2023-03-15 21:57:12,R_2489DJnuyhHCah5,28.5978,-81.3024,EN,1,33.374,2,,1,2.701,15.02,49,74,27,29.284,81.013,1,1,114.073,-3,-3,74.64,1,44.831,15.032,4,2,4,4,5,4,,33.54,4,5,4,2,4,4,I'd like to follow the source links and view more data before coming to a conclusion.,40.521,5,,8.651,2,7,3,4,1,5,6,19.127,3,6,5,6,4,3,7,7,,26.581,4,3,4,3,4,4,263.259,4,4,86.528,1,1989,Florida,3,2,1,,3,,,4,4,2,,123.393,5642af61942576000566efda,"{""startTime"":1678930878504,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930912904,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":574},{""label"":""window_focused"",""time"":1390},{""label"":""window_blurred"",""time"":7311},{""label"":""window_focused"",""time"":127112}]}","{""startTime"":1678930734738,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":24,""label"":""tour_started""},{""time"":32044,""label"":""tour_next"",""step"":5},{""time"":45815,""label"":""cleared_brush"",""using"":""Click""},{""time"":47770,""label"":""started_brush"",""startDate"":""2021-07-15"",""endDate"":""2021-07-21""},{""time"":49893,""label"":""started_brush"",""startDate"":""2021-08-30"",""endDate"":""2022-02-07""},{""time"":50943,""label"":""tour_next"",""step"":5},{""time"":57026,""label"":""moved_brush"",""startDate"":""2021-08-25"",""endDate"":""2022-02-07""},{""time"":58580,""label"":""moved_brush"",""startDate"":""2021-06-08"",""endDate"":""2021-11-21""},{""time"":59858,""label"":""tour_next"",""step"":5},{""time"":69032,""label"":""cleared_brush"",""using"":""Click""},{""time"":71363,""label"":""cleared_brush"",""using"":""Click""},{""time"":72130,""label"":""cleared_brush"",""using"":""Click""},{""time"":73414,""label"":""started_brush"",""startDate"":""2021-07-28"",""endDate"":""2021-09-21""},{""time"":74121,""label"":""cleared_brush"",""using"":""Click""},{""time"":75167,""label"":""tour_next"",""step"":5},{""time"":78580,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678930862034,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":6827,""label"":""cleared_brush"",""using"":""Click""},{""time"":8260,""label"":""started_brush"",""startDate"":""2021-06-04"",""endDate"":""2021-09-29""},{""time"":11338,""label"":""moved_brush"",""startDate"":""2021-10-13"",""endDate"":""2022-02-07""},{""time"":14261,""label"":""moved_brush"",""startDate"":""2021-11-07"",""endDate"":""2022-02-07""}]}",1,complex,bar,1,0,0,Neutral,3.7,1,4,0,0,0,7434,15,1,0,1,1,3 -2023-03-15 21:34:30,2023-03-15 21:57:29,0,100,1378,1,2023-03-15 21:57:29,R_2aahPzcos3gPB4Q,32.7797,-96.8022,EN,1,39.732,1,3,1,3.37,15.013,64,46,40,107.036,19.935,1,1,148.332,1,1,28.297,1,36.401,15.105,4,2,4,5,6,4,,25.613,1,6,4,1,1,4,I do not trust any single source of data and I do not know the real numbers.,347.217,1,,18.748,2,7,3,4,1,5,6,16.146,1,1,1,1,1,1,6,5,"alll gucci, ty for nice paying survey",62.34,2,3,4,3,2,3,11.101,5,4,135.423,1,1986,Texas,4,2,1,,8,Dallas,,12,3,2,,296.468,62838cdc775f6094ddf0664b,"{""startTime"":1678931211891,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":5582},{""label"":""window_focused"",""time"":16897}]}","{""startTime"":1678930828699,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_focused"",""time"":15269},{""label"":""window_blurred"",""time"":15638},{""label"":""window_focused"",""time"":21417},{""label"":""window_blurred"",""time"":21863},{""label"":""window_focused"",""time"":24010},{""label"":""window_blurred"",""time"":24541},{""label"":""window_focused"",""time"":27399},{""label"":""window_blurred"",""time"":27796},{""label"":""window_focused"",""time"":31357},{""label"":""window_blurred"",""time"":32450},{""label"":""window_focused"",""time"":34498}]}","{""startTime"":1678930644265,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":4,""label"":""tour_started""},{""time"":3749,""label"":""tour_next"",""step"":2},{""time"":6648,""label"":""tour_end"",""step"":2},{""label"":""window_blurred"",""time"":10100},{""time"":12592,""label"":""hovered"",""timeHovered"":1575,""week"":""2022-01-03""},{""time"":14977,""label"":""hovered"",""timeHovered"":1683,""week"":""2022-01-17""},{""label"":""window_focused"",""time"":19792}]}","{""startTime"":1678930813305,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":4866},{""label"":""window_focused"",""time"":7014},{""label"":""window_blurred"",""time"":7016},{""label"":""window_focused"",""time"":8189},{""label"":""window_blurred"",""time"":8789}]}",1,simple,line,1,0,0,Negative,2.8,0,0,0,0,0,0,5.468,1,1,1,1,1 -2023-03-15 21:48:47,2023-03-15 21:57:31,0,100,523,1,2023-03-15 21:57:31,R_2TsN1EuLufrbVKD,32.7797,-96.8022,EN,1,7.536,1,3,1,4.388,15.108,66,56,81,32.536,47.866,1,-3,37.645,-3,-3,73.951,1,22.09,15.018,6,5,6,6,7,6,CDC is a reputable source,59.325,4,5,6,1,5,6,I was instructed to assume that I trust the visualization,19.769,4,,10.34,2,7,3,4,1,5,6,11.202,5,9,5,9,9,5,11,10,,28.206,4,3,3,3,3,3,24.392,2,1,11.938,2,1990,Texas,7,3,1,,7,,,6,2,2,,45.795,6310dbdfda69599720736665,"{""startTime"":1678931535635,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":1253,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1066,""week"":""4"",""id"":""chart""}]}","{""startTime"":1678931486295,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931398836,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":43,""label"":""tour_started""},{""time"":7612,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1564,""week"":""51"",""id"":""chart""},{""time"":10347,""label"":""tour_next"",""step"":5},{""time"":19402,""label"":""started_brush"",""startDate"":""2021-08-12"",""endDate"":""2021-09-27""},{""time"":20224,""label"":""tour_next"",""step"":5},{""time"":25472,""label"":""moved_brush"",""startDate"":""2021-07-25"",""endDate"":""2021-09-09""},{""time"":26941,""label"":""cleared_brush"",""using"":""Click""},{""time"":27597,""label"":""tour_next"",""step"":5},{""time"":36271,""label"":""cleared_brush"",""using"":""Click""},{""time"":37527,""label"":""tour_next"",""step"":5},{""time"":44392,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678931470306,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":3606,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3229,""week"":""1"",""id"":""chart""},{""time"":6853,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8100,""week"":""52"",""id"":""chart""}]}",1,complex,bar,1,0,0,Neutral,3.2,0,2,2,11.329,5.6645,3247,15,0.5,0,1,1,3 -2023-03-15 21:48:55,2023-03-15 21:58:00,0,100,545,1,2023-03-15 21:58:01,R_vBKbA98nKxMc5sB,44.5389,-90.0359,EN,1,22.968,,,,,15.119,100,100,88,18.048,40.023,1,1,80.849,-3,-3,64.603,1,28.696,15.124,7,7,4,7,7,7,,32.494,7,7,7,6,5,7,It is put together in such a well mannered way that it makes me trust that the data is correct,20.359,1,,7.332,2,7,3,4,1,5,6,21.455,1,2,3,5,3,1,9,9,,48.888,2,2,2,4,2,2,12.38,5,,3.953,1,2000,Wisconsin,2,2,1,,7,,,8,4,1,konradblaschka@gmail.com,30.489,5c634094e30ff200016baccb,"{""startTime"":1678931616774,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931579980,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931442466,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":21968,""label"":""tour_next"",""step"":2},{""time"":28689,""label"":""tour_end"",""step"":2},{""label"":""window_blurred"",""time"":31354},{""label"":""window_focused"",""time"":32139}]}","{""startTime"":1678931564393,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,bar,0,1,0,Positive,2.3,0,0,0,0,0,0,15,1,0,1,1,1 -2023-03-15 21:44:45,2023-03-15 21:58:19,0,100,813,1,2023-03-15 21:58:20,R_sMObk6BZviSH5yF,43.0818,-87.892,EN,1,27.405,,,,,15.015,93,99,86,59.482,51.822,1,1,45.798,-3,-3,50.829,1,34.611,15.113,5,3,5,6,7,6,"They do not list what criteria they used to count something as an ""insect-related"" or ""fungi-related"" plant disease...that would be important to know. ",98.98,3,7,6,2,5,6,The visualization appears to be portraying concrete facts...numbers of pests per size of land through time. There are no glaringly apparent ways that this data could be portrayed in a way to falsify the results. ,117.234,5,,17.73,2,7,3,4,1,5,6,30.383,4,5,7,5,7,4,10,6,,45.581,4,4,5,2,4,3,60.582,1,,6.833,2,1965,Wisconsin,3,2,1,,9,,Milwaukee,8,2,1,sandy.weisto@gmail.com,62.454,63e1b63e2163c30bae297a66,"{""startTime"":1678931463561,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931311529,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931197274,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":7658,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4415,""week"":""33"",""id"":""chart""},{""time"":12757,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1966,""week"":""52"",""id"":""chart""},{""time"":17356,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2550,""week"":""22"",""id"":""chart""},{""time"":22328,""label"":""tour_next"",""step"":2},{""time"":34757,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2167,""week"":""26"",""id"":""chart2""},{""time"":38206,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2033,""week"":""52"",""id"":""chart2""},{""time"":45245,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678931295926,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":12491,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2595,""week"":""52"",""id"":""chart2""}]}",0,simple,bar,1,0,0,Positive,3.7,0,1,1,2.595,2.595,0,15,1,0,1,1,1 -2023-03-15 21:43:33,2023-03-15 21:58:32,0,100,899,1,2023-03-15 21:58:32,R_3oKH5JHpY5PFCv7,35.8437,-86.3881,EN,1,41.024,,,,,15.112,83,53,61,36.077,140.693,1,1,66.351,-3,-3,44.974,1,124.855,15.01,5,5,5,4,5,4,,29.016,3,4,4,3,4,3,It is rather complex.,50.074,4,,7.719,2,7,3,4,1,5,6,24.676,5,5,5,4,4,5,6,7,,25.713,3,3,3,4,3,3,27.172,2,,4.669,1,1979,Tennessee,6,3,1,,3,,,9,4,2,,172.796,590fbd5b4e83da0001b6fbbc,"{""startTime"":1678931496056,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931413469,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931131149,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":25,""label"":""tour_started""},{""time"":16264,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3765,""week"":""1"",""id"":""chart""},{""time"":22030,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1416,""week"":""52"",""id"":""chart""},{""time"":24596,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2284,""week"":""52"",""id"":""chart""},{""time"":27813,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5299,""week"":""52"",""id"":""chart""},{""time"":33646,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1217,""week"":""51"",""id"":""chart""},{""time"":35364,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1832,""week"":""47"",""id"":""chart""},{""time"":49034,""label"":""tour_next"",""step"":5},{""time"":71651,""label"":""started_brush"",""startDate"":""2021-08-06"",""endDate"":""2021-11-22""},{""time"":72756,""label"":""tour_next"",""step"":5},{""time"":80519,""label"":""started_brush"",""startDate"":""2021-06-24"",""endDate"":""2021-10-25""},{""time"":84234,""label"":""moved_brush"",""startDate"":""2021-06-25"",""endDate"":""2021-10-26""},{""time"":84707,""label"":""moved_brush"",""startDate"":""2021-06-26"",""endDate"":""2021-10-27""},{""time"":86182,""label"":""tour_next"",""step"":5},{""time"":101619,""label"":""started_brush"",""startDate"":""2021-10-25"",""endDate"":""2022-01-22""},{""time"":102291,""label"":""moved_brush"",""startDate"":""2021-10-26"",""endDate"":""2022-01-23""},{""time"":103007,""label"":""moved_brush"",""startDate"":""2021-10-26"",""endDate"":""2022-01-23""},{""time"":113333,""label"":""moved_brush"",""startDate"":""2021-10-27"",""endDate"":""2022-01-24""},{""time"":114047,""label"":""moved_brush"",""startDate"":""2021-10-27"",""endDate"":""2022-01-24""},{""time"":114293,""label"":""moved_brush"",""startDate"":""2021-10-28"",""endDate"":""2022-01-24""},{""time"":115159,""label"":""moved_brush"",""startDate"":""2021-11-10"",""endDate"":""2022-02-07""},{""time"":118791,""label"":""started_brush"",""startDate"":""2021-08-29"",""endDate"":""2021-09-16""},{""time"":122366,""label"":""started_brush"",""startDate"":""2021-04-15"",""endDate"":""2021-06-07""},{""time"":125970,""label"":""cleared_brush"",""using"":""Click""},{""time"":127205,""label"":""tour_next"",""step"":5},{""time"":131912,""label"":""tour_end"",""step"":5},{""time"":135917,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1750,""week"":""51"",""id"":""chart""}]}","{""startTime"":1678931397876,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,bar,0,1,0,Negative,3.2,0,0,0,0,0,0,15,1,0,1,1,3 -2023-03-15 21:51:38,2023-03-15 21:58:42,0,100,423,1,2023-03-15 21:58:43,R_2YahwTryleDuMEm,47.5741,-122.3975,EN,1,4.736,1,4,2,4.897,15.11,87,85,64,16.978,58.676,1,1,34.089,1,1,23.601,1,41.355,15.01,6,7,6,7,6,7,,18.72,6,7,6,5,6,6,"It seems unbiased, in terms of not distorting/scaling axes to slant the story",32.149,5,,11.543,2,7,3,4,1,5,6,14.237,3,7,3,8,6,6,10,9,,21.946,4,4,4,2,5,4,24.179,2,1,8.217,1,1986,Washington,6,1,1,,7,,,17,4,2,,43.95,5b739512924a8800013e84b7,"{""startTime"":1678931690574,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931709818,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931574353,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":5062,""label"":""tour_next"",""step"":5},{""time"":16541,""label"":""started_brush"",""startDate"":""2021-07-18"",""endDate"":""2022-01-06""},{""time"":17676,""label"":""tour_next"",""step"":5},{""time"":21684,""label"":""moved_brush"",""startDate"":""2021-07-18"",""endDate"":""2021-12-04""},{""time"":22773,""label"":""tour_next"",""step"":5},{""time"":27995,""label"":""cleared_brush"",""using"":""click""},{""time"":29407,""label"":""tour_next"",""step"":5},{""time"":31739,""label"":""tour_end"",""step"":5},{""time"":35346,""label"":""cleared_brush"",""using"":""click""},{""time"":35348,""label"":""cleared_brush"",""using"":""Escape""},{""time"":37241,""label"":""cleared_brush"",""using"":""click""},{""time"":37243,""label"":""cleared_brush"",""using"":""Escape""},{""time"":37740,""label"":""cleared_brush"",""using"":""click""},{""time"":37742,""label"":""cleared_brush"",""using"":""Escape""},{""time"":37774,""label"":""cleared_brush"",""using"":""click""},{""time"":37776,""label"":""cleared_brush"",""using"":""Escape""},{""time"":37807,""label"":""cleared_brush"",""using"":""click""},{""time"":37808,""label"":""cleared_brush"",""using"":""Escape""},{""time"":37839,""label"":""cleared_brush"",""using"":""click""},{""time"":37840,""label"":""cleared_brush"",""using"":""Escape""},{""time"":37873,""label"":""cleared_brush"",""using"":""click""},{""time"":37875,""label"":""cleared_brush"",""using"":""Escape""},{""time"":37907,""label"":""cleared_brush"",""using"":""click""},{""time"":37909,""label"":""cleared_brush"",""using"":""Escape""},{""time"":37938,""label"":""cleared_brush"",""using"":""click""},{""time"":37940,""label"":""cleared_brush"",""using"":""Escape""},{""time"":37973,""label"":""cleared_brush"",""using"":""click""},{""time"":37975,""label"":""cleared_brush"",""using"":""Escape""},{""time"":38005,""label"":""cleared_brush"",""using"":""click""},{""time"":38007,""label"":""cleared_brush"",""using"":""Escape""},{""time"":38037,""label"":""cleared_brush"",""using"":""click""},{""time"":38039,""label"":""cleared_brush"",""using"":""Escape""},{""time"":38072,""label"":""cleared_brush"",""using"":""click""},{""time"":38074,""label"":""cleared_brush"",""using"":""Escape""},{""time"":38104,""label"":""cleared_brush"",""using"":""click""},{""time"":38106,""label"":""cleared_brush"",""using"":""Escape""},{""time"":38137,""label"":""cleared_brush"",""using"":""click""},{""time"":38138,""label"":""cleared_brush"",""using"":""Escape""},{""time"":38171,""label"":""cleared_brush"",""using"":""click""},{""time"":38172,""label"":""cleared_brush"",""using"":""Escape""},{""time"":38204,""label"":""cleared_brush"",""using"":""click""},{""time"":38206,""label"":""cleared_brush"",""using"":""Escape""},{""time"":38236,""label"":""cleared_brush"",""using"":""click""},{""time"":38238,""label"":""cleared_brush"",""using"":""Escape""},{""time"":38270,""label"":""cleared_brush"",""using"":""click""},{""time"":38272,""label"":""cleared_brush"",""using"":""Escape""},{""time"":41722,""label"":""cleared_brush"",""using"":""click""},{""time"":41724,""label"":""cleared_brush"",""using"":""Escape""},{""time"":45260,""label"":""started_brush"",""startDate"":""2021-07-05"",""endDate"":""2021-11-23""},{""time"":51466,""label"":""cleared_brush"",""using"":""click""}]}","{""startTime"":1678931675074,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line,1,0,0,Positive,3.8,0,0,0,0,0,0,15,1,1,1,1,3 -2023-03-15 21:51:14,2023-03-15 21:58:43,0,100,448,1,2023-03-15 21:58:43,R_wYnOh41sEBnjuEx,38.9683,-95.2695,EN,1,11.022,,,,,15.106,93,100,82,12.887,26.523,1,1,32.659,1,1,38.471,-1,20.637,15.008,4,5,4,6,6,5,,21.612,6,6,6,5,5,7,It was given in the prompt that I was assumed to trust it,13.31,5,,11.879,2,7,3,4,1,5,6,16.919,1,8,7,7,4,8,10,9,,40.723,2,4,4,2,3,4,24.552,3,,6.043,2,2001,Kansas,6,3,1,,7,,,16,3,1,60fb66677fec313644c22612@email.prolific.co,90.72,60fb66677fec313644c22612,"{""startTime"":1678931604534,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678931627203,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678931521376,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":9573,""label"":""hovered"",""timeHovered"":3319,""week"":""2021-09-06""},{""time"":12941,""label"":""hovered"",""timeHovered"":2625,""week"":""2021-09-06""},{""time"":17985,""label"":""tour_next"",""step"":2},{""time"":22551,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678931588112,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":1963,""label"":""hovered"",""timeHovered"":1014,""week"":""2022-01-31""},{""time"":6046,""label"":""hovered"",""timeHovered"":1026,""week"":""2022-01-10""}]}",0,moderate,line,0,0,0,Neutral,3.2,0,2,2,2.04,1.02,4083,15,1,1,0,1,2 -2023-03-15 21:32:44,2023-03-15 21:58:51,0,100,1566,1,2023-03-15 21:58:53,R_1IaQsuy97NlsZhC,42.2314,-83.6344,EN,1,167.703,1,2,1,9.234,15.011,86,100,87,21.824,69.966,1,1,101.396,-3,-3,318.991,-2,149.635,15.115,4,5,4,6,6,4,,155.368,5,7,6,5,6,6,"Because at the beginning of the page, the survey stated: ""Assuming you trust this visualization...""",49.221,3,,11.722,2,7,3,4,1,5,6,110.371,5,5,7,7,5,4,8,8,,100.527,3,3,3,4,4,2,76.296,5,2,14.343,2,2001,Michigan,3,1,1,,9,,Ypsilanti,11,1,1,chuwandu@umich.edu,68.926,5fc4c48946722649740111be,"{""startTime"":1678930782945,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":53,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2973,""week"":""52"",""id"":""chart""},{""time"":3980,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2946,""week"":""50"",""id"":""chart""},{""time"":7764,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1929,""week"":""50"",""id"":""chart""},{""time"":10381,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1512,""week"":""50"",""id"":""chart""},{""time"":12733,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8586,""week"":""4"",""id"":""chart""},{""time"":22580,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7230,""week"":""52"",""id"":""chart2""}]}","{""startTime"":1678930939376,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678930594491,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":26,""label"":""tour_started""},{""time"":7085,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":19226,""week"":""50"",""id"":""chart""},{""time"":28033,""label"":""tour_next"",""step"":2},{""time"":30894,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1734,""week"":""52"",""id"":""chart2""},{""time"":32654,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1107,""week"":""51"",""id"":""chart2""},{""time"":33778,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3649,""week"":""50"",""id"":""chart2""},{""time"":37484,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4245,""week"":""51"",""id"":""chart2""},{""time"":43004,""label"":""tour_end"",""step"":2},{""time"":45352,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4959,""week"":""50"",""id"":""chart2""},{""time"":50935,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4626,""week"":""49"",""id"":""chart""},{""time"":57176,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3604,""week"":""1"",""id"":""chart""},{""time"":62183,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1966,""week"":""1"",""id"":""chart2""},{""time"":67034,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1086,""week"":""1"",""id"":""chart""}]}","{""startTime"":1678930766974,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar,0,0,0,Neutral,3.2,0,0,0,0,0,0,15,1,0,0,1,1 -2023-03-15 21:46:29,2023-03-15 21:59:01,0,100,751,1,2023-03-15 21:59:02,R_2rGaPNhzt7E6p3e,37.6736,-122.0944,EN,1,40.832,1,4,2,5.661,15.116,85,86,59,30.449,53.734,1,1,55.302,1,1,227.539,1,47.919,15.01,5,4,5,6,7,5,,27.268,6,6,5,4,4,6,It seems to be accurate based on what I know about unvaccinated versus vaccinated covid cases,43.948,3,,12.43,2,7,3,4,1,5,6,16.079,3,7,6,8,8,5,10,9,,24.772,2,1,3,4,3,3,30.204,2,2,9.843,5,1982,California,6,2,1,,10,,,19,4,2,,46.908,5d73c234dec761000138c0f0,"{""startTime"":1678931488916,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931419612,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931293655,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":19,""label"":""tour_started""},{""time"":8934,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1198,""week"":""52"",""id"":""chart""},{""time"":10820,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1027,""week"":""3"",""id"":""chart""},{""time"":15240,""label"":""tour_next"",""step"":2},{""time"":23857,""label"":""tour_end"",""step"":2},{""time"":25349,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1085,""week"":""52"",""id"":""chart""},{""time"":30140,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1374,""week"":""1"",""id"":""chart2""}]}","{""startTime"":1678931404041,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":7613,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1049,""week"":""38"",""id"":""chart""},{""time"":9952,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1076,""week"":""52"",""id"":""chart2""},{""time"":11653,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1109,""week"":""52"",""id"":""chart2""}]}",1,simple,bar,0,1,0,Positive,2.7,0,3,3,3.234,1.078,4040,15,1,1,1,1,1 -2023-03-15 21:41:17,2023-03-15 21:59:03,0,100,1066,1,2023-03-15 21:59:03,R_OrQsW37RdBvVEDD,43.2078,-77.6602,EN,1,5.894,1,2,2,13.763,15.203,100,87,64,55.608,41.274,1,-3,159.831,1,1,135.455,-3,123.132,15.255,7,7,7,7,7,7,,50.759,7,7,7,4,6,7,The data is easy to understand and nothing seems inaccurate based on what I remember hearing or reading in the news.,64.585,1,,15.799,2,7,3,4,1,5,6,37.937,3,8,1,1,10,1,11,4,,76.24,4,4,5,2,5,4,51.292,1,1,28.997,1,1984,New York,2,2,1,,7,,,1,3,2,,65.332,565b2be310593c000bff9695,"{""startTime"":1678931344572,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931210847,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678930991169,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":89,""label"":""tour_started""},{""time"":14876,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1356,""week"":""48"",""id"":""chart""},{""time"":25278,""label"":""tour_next"",""step"":2},{""time"":33078,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678931194099,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":7476,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2105,""week"":""52"",""id"":""chart""}]}",1,simple,bar,0,2,0,Positive,4,0,1,1,2.105,2.105,0,15,0.5,1,0,0.5,1 -2023-03-15 21:40:36,2023-03-15 21:59:10,0,100,1114,1,2023-03-15 21:59:11,R_1jlwQsu7lw1r9pX,40.1094,-76.5131,EN,1,52.402,1,2,1,8.6,15.018,100,100,100,33.767,74.377,1,1,54.123,-1,-1,284.572,1,164.201,15.019,7,7,7,7,7,7,,21.073,7,7,7,7,7,7,"It is clear and easy to understand, I don't believe they would record false and inaccurate information ",39.374,4,,9.373,2,7,3,4,1,5,6,64.488,1,1,10,5,1,7,7,7,,70.881,1,5,5,1,3,5,59.233,6,4,27.144,2,1977,Pennsylvania,6,1,1,,9,,Mountville,12,2,1,sharg.357@gmail.com,71.464,5c1e94832c45d40001477352,"{""startTime"":1678931171243,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931106843,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678930961969,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":18204,""label"":""hovered"",""timeHovered"":4477,""week"":""2021-07-26""},{""time"":23768,""label"":""hovered"",""timeHovered"":2213,""week"":""2021-09-27""},{""time"":26155,""label"":""hovered"",""timeHovered"":3010,""week"":""2022-01-17""},{""time"":31129,""label"":""hovered"",""timeHovered"":6919,""week"":""2021-04-12""},{""time"":38104,""label"":""hovered"",""timeHovered"":4093,""week"":""2021-05-17""},{""time"":42883,""label"":""hovered"",""timeHovered"":5032,""week"":""2021-09-20""},{""time"":48521,""label"":""hovered"",""timeHovered"":3377,""week"":""2022-01-03""},{""time"":55444,""label"":""hovered"",""timeHovered"":4303,""week"":""2021-11-29""},{""time"":63205,""label"":""tour_next"",""step"":2},{""time"":70725,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678931091261,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line,1,1,0,Positive,3.3,0,0,0,0,0,0,15,1,0,1,1,1 -2023-03-15 21:51:08,2023-03-15 21:59:53,0,100,524,1,2023-03-15 21:59:53,R_3HodsVTJtpQM91m,46.3521,-94.1046,EN,1,7.639,1,3,1,9.629,15.01,76,88,65,17.527,48.588,1,1,45.676,1,1,59.11,-1,34.801,15.009,6,6,6,6,7,6,,30.194,5,7,7,7,7,7,The data and results of the effectiveness of the vaccine seem extremely clear,26.077,3,,14.519,2,7,3,4,1,5,6,21.74,6,8,4,6,9,3,11,8,,27.988,5,5,5,1,5,5,30.42,1,1,13.068,1,1994,Minnesota,6,3,1,,9,,Brainerd,8,3,1,dkgrilz@gmail.com,57.291,5f32f61bbff4620bf0794044,"{""startTime"":1678931643214,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":15529},{""label"":""window_focused"",""time"":17111}]}","{""startTime"":1678931674226,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931532839,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":4,""label"":""tour_started""},{""time"":17016,""label"":""tour_next"",""step"":2},{""time"":21076,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678931627859,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":10416,""label"":""hovered"",""timeHovered"":1109,""week"":""2021-12-27""}]}",1,simple,line,0,1,0,Positive,4.3,0,1,1,1.109,1.109,0,15,1,1,0,1,1 -2023-03-15 21:51:34,2023-03-15 21:59:55,0,100,500,1,2023-03-15 21:59:55,R_21FyKrD47ueDAFS,38.2213,-85.7396,EN,1,7.001,1,4,2,7.663,15.012,100,76,71,16.466,62.218,1,1,40.458,1,1,39.79,-1,61.623,15.016,7,7,7,7,7,7,,16.175,6,6,7,2,5,7,"The data seems to be presented in a complete manner, not leaving out any facts that could obscure the point presented.",24.656,4,,7.113,2,7,3,4,1,5,6,22.919,3,6,2,5,7,3,10,7,,16.988,2,2,2,4,2,2,18.862,2,1,14.158,2,1983,Kentucky,6,2,1,,7,,,10,4,2,,69.639,578bcb2c09fb91000133750e,"{""startTime"":1678931717414,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678931671652,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678931552774,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":17089,""label"":""hovered"",""timeHovered"":2143,""week"":""2021-09-13""},{""time"":19373,""label"":""hovered"",""timeHovered"":4491,""week"":""2021-09-13""},{""time"":24181,""label"":""hovered"",""timeHovered"":1466,""week"":""2022-01-03""},{""time"":28471,""label"":""tour_next"",""step"":2},{""time"":32237,""label"":""tour_end"",""step"":2},{""time"":33058,""label"":""hovered"",""timeHovered"":1278,""week"":""2022-01-31""},{""time"":35505,""label"":""hovered"",""timeHovered"":1406,""week"":""2022-02-07""},{""time"":38258,""label"":""hovered"",""timeHovered"":1060,""week"":""2022-01-10""},{""time"":39788,""label"":""hovered"",""timeHovered"":1878,""week"":""2022-01-10""},{""time"":41676,""label"":""hovered"",""timeHovered"":1799,""week"":""2022-01-10""},{""time"":43484,""label"":""hovered"",""timeHovered"":1865,""week"":""2022-01-10""},{""time"":49354,""label"":""hovered"",""timeHovered"":1186,""week"":""2022-01-03""},{""time"":50884,""label"":""hovered"",""timeHovered"":1036,""week"":""2022-01-03""},{""time"":52036,""label"":""hovered"",""timeHovered"":1870,""week"":""2022-01-03""},{""time"":54036,""label"":""hovered"",""timeHovered"":3608,""week"":""2022-01-03""},{""time"":58076,""label"":""hovered"",""timeHovered"":1505,""week"":""2022-01-10""}]}","{""startTime"":1678931655855,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7142,""label"":""hovered"",""timeHovered"":1859,""week"":""2022-01-10""},{""time"":9775,""label"":""hovered"",""timeHovered"":1915,""week"":""2022-01-17""},{""time"":12002,""label"":""hovered"",""timeHovered"":2159,""week"":""2022-01-17""}]}",1,moderate,line,0,1,0,Positive,2.3,0,3,3,5.933,1.9776666666666667,4860,15,1,1,0,1,2 -2023-03-15 21:42:08,2023-03-15 22:00:26,0,100,1098,1,2023-03-15 22:00:27,R_1C1mbFfb9S8WZB4,40.7015,-73.8422,EN,1,2.922,,,,,15.008,100,77,46,20.442,20.748,1,1,55.494,1,-2,42.686,1,150.78,15.009,4,4,4,5,3,5,,18.545,5,6,5,5,1,5,"I don't have any inherent reason to distrust the visualization, but by the nature of a survey it is also likely to be fake and made solely for the survey.",31.957,1,,8.931,2,7,3,4,1,5,6,16.316,1,2,3,6,3,2,8,2,,155.304,3,3,5,1,3,3,13.743,4,,3.084,1,2000,New York,6,1,1,,9,,Jamaica,5,4,1,BasilLuneth@gmail.com,395.396,608c75be6bf5ca1f23ab35ad,"{""startTime"":1678931202117,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931066813,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_focused"",""time"":17163},{""label"":""window_blurred"",""time"":18392},{""label"":""window_focused"",""time"":84652}]}","{""startTime"":1678930973167,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":9089,""label"":""tour_next"",""step"":2},{""time"":12423,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678931051130,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":904}]}",0,simple,line,1,0,0,Positive,3,0,0,0,0,0,0,0.904,1,0.5,1,1,1 -2023-03-15 21:49:33,2023-03-15 22:00:43,0,100,669,1,2023-03-15 22:00:43,R_dmcXO2FsiOd7dyV,41.7041,-72.679,EN,1,5.376,1,2,2,4.095,15.009,78,25,6,40.401,37.826,-2,1,45.988,-3,-3,61.842,1,30.848,15.007,5,3,2,3,7,3,I wish it had more information about where in the world/country presumably USA it was taken.,115.592,2,7,7,1,5,4,I'm not sure if it's some sort of optical illusion or the best way to display such data. Many of the months are so close that there might be a better way to depict the data. Additionally it covers a long time period.,56.04,2,,67.246,2,7,3,4,1,5,6,23.299,1,7,9,8,2,5,10,10,,16.951,5,5,5,1,5,5,23.013,4,1,9.85,1,1986,Connecticut,7,2,1,,7,,,16,3,1,5d62886927a84f00010fbbb4@email.prolific.co,53.733,5d62886927a84f00010fbbb4,"{""startTime"":1678931554633,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931670717,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931454085,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":6645,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3540,""week"":""2"",""id"":""chart""},{""time"":13330,""label"":""tour_next"",""step"":2},{""time"":16713,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2108,""week"":""4"",""id"":""chart2""},{""time"":22279,""label"":""tour_end"",""step"":2},{""time"":24876,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1866,""week"":""27"",""id"":""chart2""},{""time"":31108,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1022,""week"":""1"",""id"":""chart""},{""time"":32719,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1036,""week"":""52"",""id"":""chart""},{""time"":35174,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1228,""week"":""33"",""id"":""chart""}]}","{""startTime"":1678931539166,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":4782,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1658,""week"":""52"",""id"":""chart""},{""time"":10735,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1861,""week"":""3"",""id"":""chart2""}]}",1,simple,bar,0,1,0,Negative,4.3,0,2,2,3.519,1.7595,5953,15,0.5,0,1,0.5,1 -2023-03-15 21:52:01,2023-03-15 22:00:43,0,100,521,1,2023-03-15 22:00:44,R_sMstya6WOblULBv,30.6293,-97.6687,EN,1,5.257,,,,,15.11,100,100,37,18.35,93.102,1,1,50.347,-3,-3,64.238,1,41.803,15.015,6,6,7,5,5,6,,25.45,6,5,2,3,3,5,"Well I trust it, but it may be hard for the average Joe to understand it.",21.724,3,,6.379,2,7,3,4,1,5,6,15.387,1,2,1,6,4,3,10,9,,20.96,1,2,3,4,1,1,16.21,4,,3.689,2,1984,Texas,6,2,1,,7,,,17,3,2,,71.089,5c935d881754ba001b25697a,"{""startTime"":1678931755949,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931716007,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931565081,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":16666,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":11966,""week"":""51"",""id"":""chart""},{""time"":28984,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2015,""week"":""51"",""id"":""chart""},{""time"":32349,""label"":""tour_next"",""step"":5},{""time"":55078,""label"":""started_brush"",""startDate"":""2021-05-30"",""endDate"":""2021-07-03""},{""time"":59453,""label"":""tour_next"",""step"":5},{""time"":65846,""label"":""moved_brush"",""startDate"":""2021-05-30"",""endDate"":""2021-06-28""},{""time"":67030,""label"":""moved_brush"",""startDate"":""2021-05-30"",""endDate"":""2021-06-22""},{""time"":68174,""label"":""moved_brush"",""startDate"":""2021-05-30"",""endDate"":""2021-06-17""},{""time"":69780,""label"":""tour_next"",""step"":5},{""time"":79659,""label"":""cleared_brush"",""using"":""Click""},{""time"":79659,""label"":""cleared_brush"",""using"":""Escape""},{""time"":80909,""label"":""tour_next"",""step"":5},{""time"":85117,""label"":""tour_end"",""step"":5},{""time"":89700,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1065,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678931700670,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":4939,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6937,""week"":""52"",""id"":""chart""}]}",0,complex,bar,0,1,0,Neutral,2,0,1,1,6.937,6.937,0,15,1,0,1,1,3 -2023-03-15 21:38:16,2023-03-15 22:00:44,0,100,1347,1,2023-03-15 22:00:44,R_1cYsNBYLNzQVYZx,38.8768,-104.812,EN,1,48.692,,,,,15.022,86,88,21,57.782,300.566,1,1,94.685,1,1,104.101,1,97.035,15.019,6,6,6,6,6,6,,71.444,6,6,6,2,1,6,The data appear to be reasonable.,38.875,6,,17.824,2,7,3,4,1,5,6,29.435,5,5,10,9,6,8,10,10,,49.071,5,5,5,1,5,5,50.16,4,,14.239,1,1949,Colorado,3,2,1,,7,,,7,3,1,landcjackson@msn.com,257.297,5e5ae01d75f13d2efe7db45e,"{""startTime"":1678931242724,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":5464,""label"":""started_brush"",""startDate"":""2021-12-07"",""endDate"":""2022-01-16""}]}","{""startTime"":1678931314843,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930828688,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":44505,""label"":""tour_next"",""step"":5},{""time"":102605,""label"":""tour_back"",""step"":5},{""time"":110146,""label"":""tour_next"",""step"":5},{""time"":223727,""label"":""cleared_brush"",""using"":""click""},{""time"":230824,""label"":""started_brush"",""startDate"":""2021-09-08"",""endDate"":""2022-02-10""},{""time"":235572,""label"":""tour_next"",""step"":5},{""time"":253183,""label"":""moved_brush"",""startDate"":""2021-09-10"",""endDate"":""2022-02-13""},{""time"":255697,""label"":""tour_next"",""step"":5},{""time"":269054,""label"":""cleared_brush"",""using"":""click""},{""time"":269056,""label"":""cleared_brush"",""using"":""Escape""},{""time"":275001,""label"":""tour_next"",""step"":5},{""time"":292024,""label"":""tour_end"",""step"":5},{""time"":293329,""label"":""hovered"",""timeHovered"":1063,""week"":""2022-02-07""}]}","{""startTime"":1678931227165,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line,0,1,0,Positive,4.3,0,0,0,0,0,0,15,1,1,1,1,3 -2023-03-15 21:46:07,2023-03-15 22:01:27,0,100,920,1,2023-03-15 22:01:28,R_1NnpvvsjCtLAj5u,32.7797,-96.8022,EN,1,22.347,2,,2,4.541,15.117,50,50,50,31.681,30.392,1,-1,76.473,-3,-3,155.692,-2,49.361,15.022,4,4,4,6,6,4,,59.361,4,6,1,1,1,1,N/A ,81.109,4,,18.151,2,7,3,4,1,5,6,22.707,3,2,6,7,3,3,8,4,,75.905,2,2,3,3,4,3,62.056,6,5,20.445,1,1983,Texas,10,2,1,,7,,,4,3,2,,92.212,630345dd92f26599c777a5fc,"{""startTime"":1678931596287,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":6285,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":17634,""week"":""2"",""id"":""chart""},{""time"":24941,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1038,""week"":""51"",""id"":""chart""}]}","{""startTime"":1678931473681,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":1871,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2341,""week"":""3"",""id"":""chart""}]}","{""startTime"":1678931267993,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":19911,""label"":""tour_next"",""step"":2},{""time"":25530,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678931456694,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar,0,0,0,,2.8,0,0,0,0,0,0,15,0.5,0,0,0,2 -2023-03-15 21:49:45,2023-03-15 22:01:55,0,100,729,1,2023-03-15 22:01:56,R_Wf9sP9DynDjBWMh,47.8978,-122.0693,EN,1,20.773,,,,,15.007,87,63,35,33.967,34.694,-2,1,36.221,1,-3,130.079,-1,90.066,15.009,6,6,6,5,6,5,Seems legit to me.,41.578,6,6,4,2,1,6,The data seems fairly precise and realistic.,33.267,5,Trust but verify.,24.685,2,7,3,4,1,5,6,19.577,5,7,7,7,6,7,10,8,Trust but verify.,38.372,2,2,3,4,2,2,32.911,3,,5.166,1,1969,Washington,6,2,1,,7,,,6,3,1,,77.924,5dd9e1e0a4aa2696d9a15c0d,"{""startTime"":1678931730864,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678931658325,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678931476449,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":19,""label"":""tour_started""},{""time"":21008,""label"":""tour_next"",""step"":2},{""time"":29264,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678931642648,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":7209,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1430,""week"":""52"",""id"":""chart""},{""time"":12945,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1080,""week"":""1"",""id"":""chart""}]}",0,moderate,bar,0,1,0,Positive,2.5,0,2,2,2.51,1.255,5736,15,0.5,0.5,0,0.5,2 -2023-03-15 21:51:26,2023-03-15 22:01:57,0,100,630,1,2023-03-15 22:01:57,R_1oAsvOr4qsNJkPQ,30.2881,-97.764,EN,1,237.769,,,,,15.01,92,88,64,12,52.679,1,1,26.257,-2,1,35.909,-3,28.018,15.012,6,6,6,6,6,6,,11.594,6,6,6,6,5,6,I assume the data is well supported considering I'm seeing it in a formal survey,33.018,2,,5.792,2,7,3,4,1,5,6,14.744,2,5,8,8,3,5,8,8,,14.835,4,4,5,1,4,4,12.356,4,,3.298,1,1993,Texas,7,2,1,,9,,Austin,17,3,2,,77.098,5e8953f2e770eb5f55dfc4c0,"{""startTime"":1678931862779,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931875062,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931764502,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":13899,""label"":""tour_next"",""step"":5},{""time"":30566,""label"":""started_brush"",""startDate"":""2021-06-05"",""endDate"":""2021-11-02""},{""time"":31565,""label"":""tour_next"",""step"":5},{""time"":38118,""label"":""moved_brush"",""startDate"":""2021-05-06"",""endDate"":""2021-11-02""},{""time"":38642,""label"":""tour_next"",""step"":5},{""time"":43878,""label"":""moved_brush"",""startDate"":""2021-05-06"",""endDate"":""2021-11-02""},{""time"":46248,""label"":""cleared_brush"",""using"":""click""},{""time"":46250,""label"":""cleared_brush"",""using"":""Escape""},{""time"":46801,""label"":""tour_next"",""step"":5},{""time"":50093,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678931847299,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":6568,""label"":""hovered"",""timeHovered"":2937,""week"":""2021-11-22""}]}",0,complex,line,1,0,0,Positive,3.7,0,1,1,2.937,2.937,0,15,1,0.5,0,0,3 -2023-03-15 21:52:58,2023-03-15 22:02:52,0,100,593,1,2023-03-15 22:02:52,R_1Qc2iRc5kRChxMd,40.5482,-122.3367,EN,1,3.936,2,,1,3.545,15.009,77,100,50,31.46,19.378,1,1,74.21,1,1,75.146,1,53.068,15.008,4,4,4,7,7,4,,24.862,4,7,6,2,3,4,I am not sure if I trust it until I get more information on what was conducted.,38.16,4,,12.373,2,7,3,4,1,5,6,27.679,8,6,9,6,8,6,6,8,,24.809,2,2,4,4,2,2,30.492,7,2,21.281,2,1999,California,6,1,1,,7,,,6,1,2,,77.238,60fd8e58bf7248c3312f59c1,"{""startTime"":1678931755638,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931781074,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":591,""label"":""hovered"",""timeHovered"":1415,""week"":""2021-12-06""}]}","{""startTime"":1678931645386,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":1423,""label"":""hovered"",""timeHovered"":4688,""week"":""2021-12-13""},{""time"":8104,""label"":""hovered"",""timeHovered"":3348,""week"":""2022-01-03""},{""time"":12679,""label"":""tour_next"",""step"":2},{""time"":17429,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678931739901,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line,1,0,0,Positive,2.7,0,0,0,0,0,0,15,1,1,1,1,1 -2023-03-15 21:47:47,2023-03-15 22:03:09,0,100,922,1,2023-03-15 22:03:10,R_2cilxlgT4rnmqzD,24.5615,-81.7818,EN,1,19.291,,,,,15.114,97,98,90,59.638,347.944,-2,1,80.305,1,-2,83.761,-3,19.447,15.013,7,6,4,7,7,7,,23.637,7,7,7,6,6,7,I work with data and I love data.,16.558,3,,9.234,2,7,3,4,1,5,6,30.165,5,6,8,8,6,6,10,9,,23.192,4,4,5,2,5,4,30.008,2,,7.798,2,1960,Florida,3,3,1,,7,,,8,4,1,prevspec@gmail.com,78.778,5c1baf8fdbc4da0001648218,"{""startTime"":1678931796518,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931757216,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931371889,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":32,""label"":""tour_started""},{""time"":13619,""label"":""tour_next"",""step"":5},{""time"":32063,""label"":""tour_back"",""step"":5},{""time"":38267,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":11613,""week"":""50"",""id"":""chart""},{""time"":53871,""label"":""tour_next"",""step"":5},{""time"":55945,""label"":""tour_back"",""step"":5},{""time"":59071,""label"":""tour_next"",""step"":5},{""time"":70519,""label"":""tour_back"",""step"":5},{""time"":85853,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1582,""week"":""2"",""id"":""chart""},{""time"":87502,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1699,""week"":""1"",""id"":""chart""},{""time"":98320,""label"":""tour_next"",""step"":5},{""time"":106942,""label"":""tour_back"",""step"":5},{""time"":109798,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1180,""week"":""1"",""id"":""chart""},{""time"":113583,""label"":""cleared_brush"",""using"":""Click""},{""time"":113583,""label"":""cleared_brush"",""using"":""Escape""},{""time"":114008,""label"":""cleared_brush"",""using"":""Click""},{""time"":114008,""label"":""cleared_brush"",""using"":""Escape""},{""time"":114394,""label"":""cleared_brush"",""using"":""Click""},{""time"":114394,""label"":""cleared_brush"",""using"":""Escape""},{""time"":114362,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":2831,""week"":""36"",""id"":""chart""},{""time"":118510,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":2982,""week"":""34"",""id"":""chart""},{""label"":""window_blurred"",""time"":137111},{""label"":""window_focused"",""time"":137119},{""time"":158215,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1366,""week"":""50"",""id"":""chart""},{""time"":165006,""label"":""tour_next"",""step"":5},{""time"":180934,""label"":""tour_back"",""step"":5},{""time"":216487,""label"":""tour_next"",""step"":5},{""time"":227246,""label"":""tour_back"",""step"":5},{""time"":233112,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1248,""week"":""50"",""id"":""chart""},{""time"":234378,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1465,""week"":""51"",""id"":""chart""},{""time"":239174,""label"":""tour_next"",""step"":5},{""time"":241698,""label"":""tour_back"",""step"":5},{""time"":252739,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1482,""week"":""50"",""id"":""chart""},{""time"":254672,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1865,""week"":""49"",""id"":""chart""},{""time"":258286,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":2700,""week"":""49"",""id"":""chart""},{""time"":263829,""label"":""tour_next"",""step"":5},{""time"":265648,""label"":""tour_back"",""step"":5},{""time"":271817,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":2582,""week"":""1"",""id"":""chart""},{""time"":275166,""label"":""tour_next"",""step"":5},{""time"":292406,""label"":""cleared_brush"",""using"":""Click""},{""time"":298356,""label"":""cleared_brush"",""using"":""Click""},{""time"":299232,""label"":""cleared_brush"",""using"":""Click""},{""time"":307465,""label"":""started_brush"",""startDate"":""2021-10-27"",""endDate"":""2022-02-07""},{""time"":310678,""label"":""tour_next"",""step"":5},{""time"":321195,""label"":""moved_brush"",""startDate"":""2021-11-28"",""endDate"":""2022-02-07""},{""time"":327321,""label"":""moved_brush"",""startDate"":""2021-11-28"",""endDate"":""2022-01-20""},{""time"":328349,""label"":""tour_next"",""step"":5},{""time"":334929,""label"":""cleared_brush"",""using"":""Click""},{""time"":336413,""label"":""tour_next"",""step"":5},{""time"":339542,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678931740607,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,bar,1,0,1,Positive,4,0,0,0,0,0,0,15,0.5,0.5,0,0,3 -2023-03-15 21:57:03,2023-03-15 22:04:20,0,100,436,1,2023-03-15 22:04:21,R_1IZtjWu1ukWyk1W,30.2791,-89.7679,EN,1,3.518,,,,,15.106,62,5,50,20.684,56.641,1,1,44.454,-3,-3,45.684,1,51.224,15.006,4,4,4,2,2,4,n.a,24.096,1,1,1,1,1,1,I find it difficult to read and understand and just plain confusing.,13.342,1,n/a,8.513,2,7,3,4,1,5,6,20.59,3,5,11,5,3,2,7,9,n/a,25.624,1,1,1,5,1,1,18.83,4,,3.76,1,1995,Louisiana,6,2,1,,7,,,6,4,2,,33.309,62d39a47594b3446ba0c1585,"{""startTime"":1678932024457,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931994507,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":19},{""label"":""window_focused"",""time"":5083}]}","{""startTime"":1678931870597,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":15564,""label"":""tour_next"",""step"":5},{""time"":27819,""label"":""started_brush"",""startDate"":""2021-09-03"",""endDate"":""2021-11-26""},{""time"":28693,""label"":""tour_next"",""step"":5},{""time"":32654,""label"":""moved_brush"",""startDate"":""2021-07-23"",""endDate"":""2021-09-03""},{""time"":33355,""label"":""tour_next"",""step"":5},{""time"":42063,""label"":""moved_brush"",""startDate"":""2021-09-06"",""endDate"":""2021-10-18""},{""time"":43922,""label"":""started_brush"",""startDate"":""2021-07-15"",""endDate"":""2021-08-21""},{""time"":49593,""label"":""cleared_brush"",""using"":""Click""},{""time"":49593,""label"":""cleared_brush"",""using"":""Escape""},{""time"":50251,""label"":""tour_next"",""step"":5},{""time"":53936,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678931979103,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":5566,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1309,""week"":""1"",""id"":""chart""},{""time"":6998,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1843,""week"":""51"",""id"":""chart""},{""time"":10721,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1037,""week"":""2"",""id"":""chart""}]}",0,complex,bar,0,1,0,Negative,1.7,0,3,3,4.189,1.3963333333333334,5155,15,1,0,1,1,3 -2023-03-15 21:47:51,2023-03-15 22:04:24,0,100,993,1,2023-03-15 22:04:24,R_3esM87FhqAs67Gt,42.7893,-83.7135,EN,1,15.489,,,,,15.014,66,92,77,43.21,113.527,1,-2,53.163,1,1,77.529,1,76.5,15.014,7,7,7,6,7,7,"I noticed that when you hover the visualization, the colors of the text do not match up to the colors on the legend. As well, the yellow text is a tad difficult to read on a white background. Otherwise, it looks really good. ",199.961,7,7,7,4,2,7,"It feels organized, and it clearly cites a reputable source. ",39.89,5,,13.223,2,7,3,4,1,5,6,24.422,2,4,3,8,6,5,10,8,,32.967,4,3,4,1,5,5,41.898,3,,6.879,1,1996,Michigan,5,1,1,,7,,,12,4,2,,140.79,63ea7e60bdd3090eb4b0dcc5,"{""startTime"":1678931561270,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":41,""label"":""hovered"",""timeHovered"":8698,""week"":""2021-12-27""},{""time"":9960,""label"":""hovered"",""timeHovered"":1680,""week"":""2021-12-27""},{""time"":13726,""label"":""hovered"",""timeHovered"":2887,""week"":""2022-01-31""},{""time"":18679,""label"":""hovered"",""timeHovered"":46614,""week"":""2022-01-24""},{""time"":67049,""label"":""hovered"",""timeHovered"":2068,""week"":""2021-12-20""},{""time"":69535,""label"":""hovered"",""timeHovered"":1933,""week"":""2021-12-27""},{""time"":71471,""label"":""hovered"",""timeHovered"":3811,""week"":""2021-12-27""},{""time"":77301,""label"":""hovered"",""timeHovered"":57233,""week"":""2021-11-08""},{""time"":134603,""label"":""hovered"",""timeHovered"":1665,""week"":""2021-11-08""}]}","{""startTime"":1678931763302,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":2661,""label"":""hovered"",""timeHovered"":1437,""week"":""2021-11-01""}]}","{""startTime"":1678931354141,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":29003,""label"":""tour_next"",""step"":5},{""time"":51123,""label"":""started_brush"",""startDate"":""2021-09-04"",""endDate"":""2021-10-15""},{""time"":52536,""label"":""tour_next"",""step"":5},{""time"":57741,""label"":""moved_brush"",""startDate"":""2021-07-13"",""endDate"":""2021-08-23""},{""time"":59460,""label"":""moved_brush"",""startDate"":""2021-07-13"",""endDate"":""2021-09-18""},{""time"":62309,""label"":""tour_next"",""step"":5},{""time"":70070,""label"":""cleared_brush"",""using"":""click""},{""time"":71216,""label"":""tour_next"",""step"":5},{""time"":78287,""label"":""tour_end"",""step"":5},{""time"":94953,""label"":""started_brush"",""startDate"":""2021-09-07"",""endDate"":""2021-10-07""},{""time"":98337,""label"":""moved_brush"",""startDate"":""2021-09-05"",""endDate"":""2021-10-07""},{""time"":102811,""label"":""hovered"",""timeHovered"":1333,""week"":""2021-09-13""},{""time"":105603,""label"":""hovered"",""timeHovered"":1038,""week"":""2021-09-20""}]}","{""startTime"":1678931545724,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line,2,0,0,Positive,3.7,0,0,0,0,0,0,15,0.5,1,1,1,3 -2023-03-15 21:46:55,2023-03-15 22:04:29,0,100,1054,1,2023-03-15 22:04:30,R_2Y99y0aScyo512M,40.8691,-73.9191,EN,1,592.234,,,,,15.018,81,82,50,12.835,66.236,1,1,30.949,1,1,31.656,1,22.238,15.123,6,5,6,5,6,6,The Croatia Chamber of Agriculture would have no reason to falsify any data here.,46.346,6,6,4,2,1,6,"The data seems solid, it looks convincing. ",23.468,5,"I think most people can be trusted, but it's good to be aware of your surroundings.",25.486,2,7,3,4,1,5,6,10.003,1,3,3,3,3,3,10,10,,20.558,5,5,5,1,5,5,17.876,2,,2.713,1,1986,New York,6,2,1,,7,,,16,4,1,michaelchagnon@gmail.com,47.731,5d1bf643f18c6c00187def44,"{""startTime"":1678932021373,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931981574,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931876263,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":6315,""label"":""tour_next"",""step"":5},{""time"":21461,""label"":""started_brush"",""startDate"":""2021-05-03"",""endDate"":""2021-12-12""},{""time"":22346,""label"":""tour_next"",""step"":5},{""time"":25456,""label"":""moved_brush"",""startDate"":""2021-05-03"",""endDate"":""2021-12-12""},{""time"":26947,""label"":""moved_brush"",""startDate"":""2021-05-03"",""endDate"":""2021-12-12""},{""time"":30206,""label"":""moved_brush"",""startDate"":""2021-07-05"",""endDate"":""2022-02-13""},{""time"":31066,""label"":""tour_next"",""step"":5},{""time"":34693,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-06-10""},{""time"":35776,""label"":""moved_brush"",""startDate"":""2021-07-24"",""endDate"":""2021-09-23""},{""time"":37030,""label"":""started_brush"",""startDate"":""2021-10-18"",""endDate"":""2022-01-17""},{""time"":37701,""label"":""moved_brush"",""startDate"":""2021-08-15"",""endDate"":""2021-11-14""},{""time"":39924,""label"":""started_brush"",""startDate"":""2021-12-03"",""endDate"":""2022-02-13""},{""time"":40980,""label"":""started_brush"",""startDate"":""2021-07-17"",""endDate"":""2022-01-17""},{""time"":41745,""label"":""cleared_brush"",""using"":""click""},{""time"":41749,""label"":""cleared_brush"",""using"":""Escape""},{""time"":43210,""label"":""tour_next"",""step"":5},{""time"":45907,""label"":""tour_end"",""step"":5},{""time"":51012,""label"":""started_brush"",""startDate"":""2021-04-13"",""endDate"":""2021-05-31""},{""time"":64587,""label"":""moved_brush"",""startDate"":""2021-12-28"",""endDate"":""2022-02-13""}]}","{""startTime"":1678931965836,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line,0,1,0,Positive,4.3,0,0,0,0,0,0,15,1,1,1,1,3 -2023-03-15 21:59:20,2023-03-15 22:05:34,0,100,373,1,2023-03-15 22:05:34,R_3dMS2z9yJBhGdgP,41.7042,-71.4558,EN,1,8.118,,,,,15.012,67,78,50,20.454,27.244,1,1,31.053,1,1,38.069,1,36.6,15.111,4,4,4,5,5,4,,21.122,7,6,6,6,2,7,The instructions said to answer from the perspective of someone who trusts the visualization.,23.131,5,,7.804,2,7,3,4,1,5,6,18.299,1,3,1,8,3,1,10,10,,18.768,5,5,5,1,5,5,13.317,1,,2.538,1,2001,Rhode Island,6,1,1,,7,,,16,4,2,,35.35,63e54336ed7afb1425f7888f,"{""startTime"":1678932139398,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932091067,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932009512,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7,""label"":""tour_started""},{""label"":""window_blurred"",""time"":6938},{""label"":""window_focused"",""time"":8833},{""time"":16728,""label"":""tour_next"",""step"":2},{""time"":20256,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932075555,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6214,""label"":""hovered"",""timeHovered"":6058,""week"":""2022-01-10""}]}",0,moderate,line,0,0,0,Neutral,4.3,0,1,1,6.058,6.058,0,15,1,1,1,1,2 -2023-03-15 21:57:58,2023-03-15 22:05:36,0,100,457,1,2023-03-15 22:05:36,R_3JdTb7QpwPtblbx,38.7893,-104.8221,EN,1,10.349,,,,,15.01,61,45,44,22.359,19.715,1,-3,39.018,-3,-3,63.88,-3,46.9,15.114,6,4,6,6,6,6,,15.286,4,3,3,2,2,3,The stacked format makes it harder to determine the actual level for one of the two sources of pestilence. ,43.298,4,,4.842,2,7,3,4,1,5,6,7.974,2,2,6,3,1,4,5,6,,13.703,5,5,5,1,5,5,30.09,7,,2.941,1,1990,Colorado,6,3,1,,7,,,2,4,2,,71.186,62a0b34cbcc5987a8fa73c39,"{""startTime"":1678932034488,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932050305,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678931934570,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":7654,""label"":""tour_next"",""step"":2},{""time"":10260,""label"":""tour_end"",""step"":2},{""time"":11531,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6895,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678932018909,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":11590,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3009,""week"":""1"",""id"":""chart""}]}",0,moderate,bar,0,1,0,Negative,4.3,0,1,1,3.009,3.009,0,15,0.5,0,0,0,2 -2023-03-15 21:56:17,2023-03-15 22:05:55,0,100,578,1,2023-03-15 22:05:56,R_1gITkk17jrQ9aaX,35.9151,-79.0972,EN,1,3.806,1,3,1,11.78,15.019,87,88,67,24.418,44.111,1,-3,56.135,1,-3,78.633,-3,37.792,15.123,6,6,6,6,6,6,,33.398,6,6,6,3,4,6,"The data seems to have come from the CDC, so I'm assuming the visualization is accurate.",42.72,2,,6.751,2,7,3,4,1,5,6,17.311,1,3,1,4,4,2,9,7,,30.243,3,3,3,4,2,2,38.125,1,2,16.113,1,1992,North Carolina,7,2,1,,7,,,6,4,2,,52.001,565c931eba63db00051cd52d,"{""startTime"":1678931958603,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931992453,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931841964,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":6948,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2023,""week"":""50"",""id"":""chart""},{""time"":9942,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1529,""week"":""52"",""id"":""chart""},{""time"":12204,""label"":""tour_next"",""step"":2},{""time"":16050,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3143,""week"":""52"",""id"":""chart2""},{""time"":21618,""label"":""tour_end"",""step"":2},{""time"":27713,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3544,""week"":""46"",""id"":""chart2""},{""time"":32101,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2042,""week"":""52"",""id"":""chart2""},{""time"":34149,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1050,""week"":""52"",""id"":""chart""},{""time"":35274,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3473,""week"":""1"",""id"":""chart""},{""time"":39941,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1193,""week"":""24"",""id"":""chart""}]}","{""startTime"":1678931942934,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":10100,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3505,""week"":""52"",""id"":""chart""}]}",1,simple,bar,1,0,0,Positive,2.8,0,1,1,3.505,3.505,0,15,0.5,0.5,0,0.5,1 -2023-03-15 21:45:20,2023-03-15 22:06:03,0,100,1243,1,2023-03-15 22:06:04,R_3Dkb5x7m2kadfcW,33.4901,-117.1852,EN,1,95.79,,,,,15.12,85,91,75,50.251,74.102,1,1,57.435,1,1,141.678,1,101.956,15.015,6,4,4,6,7,4,,52.699,4,6,5,2,2,5,"Assuming I trust the source, I would have no reason to disbelieve it. However because I have no knowledge of fungi and insect based crop diseases, I do not know how much this information matters. There may also be important information missing that not even the researchers know about due to no fault of their own.",256.012,6,,10.698,2,7,3,4,1,5,6,41.425,1,3,2,5,1,2,10,9,,44.086,2,1,3,4,4,3,66.071,2,,23.53,1,1999,California,1,2,1,,7,,,3,4,2,,88.81,5e60460125834138aae85307,"{""startTime"":1678931456139,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931510060,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":21588,""label"":""hovered"",""timeHovered"":1948,""week"":""2022-01-03""},{""time"":24490,""label"":""hovered"",""timeHovered"":1420,""week"":""2022-01-10""}]}","{""startTime"":1678931304628,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":22,""label"":""tour_started""},{""time"":31121,""label"":""hovered"",""timeHovered"":6083,""week"":""2021-08-23""},{""time"":39779,""label"":""hovered"",""timeHovered"":1010,""week"":""2021-12-20""},{""time"":41456,""label"":""hovered"",""timeHovered"":5826,""week"":""2021-12-27""},{""time"":51177,""label"":""tour_next"",""step"":2},{""time"":55029,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678931440027,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":3519,""label"":""hovered"",""timeHovered"":1199,""week"":""2021-12-20""},{""time"":9431,""label"":""hovered"",""timeHovered"":1565,""week"":""2022-01-03""},{""time"":13096,""label"":""hovered"",""timeHovered"":1005,""week"":""2022-01-31""}]}",0,simple,line,1,0,0,Positive,2.8,0,3,3,3.769,1.2563333333333333,9577,15,1,1,1,1,1 -2023-03-15 21:53:43,2023-03-15 22:07:04,0,100,800,1,2023-03-15 22:07:04,R_yjvnY6MKVRH8Bwt,36.1493,-95.9499,EN,1,68.748,,,,,15.513,100,28,39,48.65,23.836,1,1,50.272,-3,-3,80.355,-2,76.475,15.044,7,7,7,6,6,7,,12.092,7,5,4,4,5,7,I feel like it's very comprehensive and the data is precise.,15.708,5,,4.841,2,7,3,4,1,5,6,12.071,3,4,6,6,4,3,11,10,,38.361,1,1,1,5,1,1,28.402,2,,3.173,2,1990,Oklahoma,2,2,1,,7,,,8,2,1,mandydee200@yahoo.com,39.138,55a75835fdf99b26395fae40,"{""startTime"":1678932083497,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932095930,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":1675},{""label"":""window_focused"",""time"":31811},{""label"":""window_blurred"",""time"":33790},{""label"":""window_focused"",""time"":40202}]}","{""startTime"":1678931963493,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":11141,""label"":""tour_next"",""step"":2},{""time"":17037,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932068169,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":2832},{""label"":""window_focused"",""time"":11834}]}",0,moderate,bar,0,2,0,Positive,1.7,0,0,0,0,0,0,2.832,1,0,0,0,2 -2023-03-15 22:00:06,2023-03-15 22:07:38,0,100,451,1,2023-03-15 22:07:39,R_3OTikwyfae72yqd,39.952,-75.1814,EN,1,3.423,1,3,1,5.983,15.01,71,74,57,26.458,66.163,1,1,32.582,1,1,34.761,1,37.115,15.014,6,6,6,6,6,6,I think there is a typo. Vaccinated & unvaccinated are reversed in the interactive plot.,28.776,5,5,5,5,5,5,It includes both the raw count and proportion data.,15.744,4,,8.265,2,7,3,4,1,5,6,13.059,5,5,7,7,5,6,10,8,,22.96,4,4,5,3,4,4,17.487,2,1,9.701,2,1990,Pennsylvania,9,3,4,Korean,2,,,7,3,2,,64.99,638a6928a6b4801e5b229ebc,"{""startTime"":1678932218325,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932186422,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932066748,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":4,""label"":""tour_started""},{""time"":1931,""label"":""hovered"",""timeHovered"":1367,""week"":""2021-12-20""},{""time"":4981,""label"":""hovered"",""timeHovered"":1084,""week"":""2022-01-03""},{""time"":6965,""label"":""hovered"",""timeHovered"":8399,""week"":""2022-01-03""},{""time"":15414,""label"":""hovered"",""timeHovered"":1001,""week"":""2022-01-03""},{""time"":19398,""label"":""hovered"",""timeHovered"":6717,""week"":""2022-01-17""},{""time"":30189,""label"":""tour_next"",""step"":5},{""time"":46989,""label"":""started_brush"",""startDate"":""2021-07-26"",""endDate"":""2022-02-13""},{""time"":47939,""label"":""tour_next"",""step"":5},{""time"":54091,""label"":""moved_brush"",""startDate"":""2021-04-26"",""endDate"":""2021-11-13""},{""time"":54937,""label"":""tour_next"",""step"":5},{""time"":58064,""label"":""cleared_brush"",""using"":""click""},{""time"":58954,""label"":""tour_next"",""step"":5},{""time"":63972,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678932171099,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":4842,""label"":""hovered"",""timeHovered"":1851,""week"":""2021-12-27""},{""time"":10366,""label"":""hovered"",""timeHovered"":1168,""week"":""2021-09-27""}]}",1,complex,line,0,1,0,Positive,4,0,2,2,3.019,1.5095,5524,15,1,1,1,1,3 -2023-03-15 21:54:31,2023-03-15 22:08:08,0,100,816,1,2023-03-15 22:08:09,R_1Q9DnSpJZ2ogpCr,34.727,-81.6156,EN,1,8.162,,,,,15.147,100,0,0,40.546,32.427,1,1,108.937,-1,1,80.606,1,59.701,15.019,6,6,6,6,6,6,,22.901,5,6,6,4,4,6,It seems like a lot of data and work was put into it.,40.707,4,,6.791,2,7,3,4,1,5,6,31.596,1,1,6,6,1,2,9,9,,34.452,1,1,1,5,3,1,34.848,4,,6.435,2,1996,South Carolina,2,2,1,,7,,,5,3,1,alifowler96@gmail.com,63.799,5ce9bfc4d439ae00015968dd,"{""startTime"":1678932063072,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932087526,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931903107,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":2608,""label"":""hovered"",""timeHovered"":1044,""week"":""2021-11-29""},{""time"":19035,""label"":""tour_next"",""step"":2},{""time"":27420,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932046664,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":6650,""label"":""hovered"",""timeHovered"":1367,""week"":""2021-12-27""}]}",0,simple,line,1,1,0,Positive,2,0,1,1,1.367,1.367,0,15,1,0.5,1,1,1 -2023-03-15 22:02:26,2023-03-15 22:08:46,0,100,380,1,2023-03-15 22:08:47,R_3PRzwD9WQCUAYzx,42.1139,-80.1499,EN,1,4.99,1,4,2,4.461,15.025,50,100,61,13.566,16.555,1,-3,62.726,-2,-3,59.519,-3,19.769,15.025,6,6,6,6,6,6,,14.976,6,7,7,6,6,6,It shows the data clearly and cites the CDC,13.454,4,,7.447,2,7,3,4,1,5,6,9.248,1,6,3,7,9,1,11,9,,17.953,5,5,1,5,5,5,10.84,1,2,9.423,3,2001,Pennsylvania,3,1,1,,7,,,12,3,1,gabriellemsteppic@gmail.com,45.042,5eb0bbbc0be27c183500b45d,"{""startTime"":1678932319284,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932293658,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932199958,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":43,""label"":""tour_started""},{""time"":8251,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1815,""week"":""52"",""id"":""chart""},{""time"":13259,""label"":""tour_next"",""step"":2},{""time"":15075,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932277753,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":10090,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1758,""week"":""21"",""id"":""chart""}]}",1,moderate,bar,1,0,0,Positive,4.3,0,1,1,1.758,1.758,0,15,0.5,0,0,0,2 -2023-03-15 21:59:48,2023-03-15 22:08:48,0,100,539,1,2023-03-15 22:08:48,R_3GwcU3aNRRvMMYO,40.6511,-74.26,EN,1,7.301,1,2,2,6.303,15.108,57,90,71,19.886,25.69,1,1,62.336,-2,1,49.436,-1,24.451,15.012,6,6,4,6,7,4,none,24.88,5,7,6,4,6,4,I do not know who provided the data and why,19.835,5,none,12.379,2,7,3,4,1,5,6,24.403,2,1,9,6,1,6,7,10,none,21.721,4,4,3,2,4,3,26.837,6,1,12.293,1,1986,New Jersey,6,1,1,,7,,,7,3,1,txsteve20@gmail.com,124.613,638d5097d95db2c5c143d5b7,"{""startTime"":1678932155680,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932181082,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932050966,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":17,""label"":""tour_started""},{""time"":12372,""label"":""hovered"",""timeHovered"":1832,""week"":""2021-12-27""},{""time"":16340,""label"":""tour_next"",""step"":2},{""time"":22066,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932140016,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line,1,0,0,Negative,3.3,0,0,0,0,0,0,15,1,0.5,0,1,1 -2023-03-15 21:56:02,2023-03-15 22:08:54,0,100,771,1,2023-03-15 22:08:54,R_3HnPK9yCua0DTKP,33.9845,-85.9077,EN,1,23.817,1,2,1,4.432,15.014,76,8,12,24.97,63.363,1,-2,37.827,-2,1,92.095,1,95.349,15.008,7,6,7,7,6,7,,49.425,6,6,6,4,6,6,"I trust the visualization because the data comes from the CDC, which is a reliable source.",29.887,4,,12.693,2,7,3,4,1,5,6,28.782,3,5,2,7,6,2,10,10,,60.85,3,3,4,2,2,2,45.683,1,2,23.975,1,2002,Alabama,3,2,1,,7,,,11,4,2,,98.306,63f8dc7bc5e76c51f767134e,"{""startTime"":1678932012883,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932062792,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678931841323,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":4,""label"":""tour_started""},{""time"":25821,""label"":""hovered"",""timeHovered"":3454,""week"":""2022-01-03""},{""time"":31010,""label"":""hovered"",""timeHovered"":1691,""week"":""2022-01-10""},{""time"":34100,""label"":""hovered"",""timeHovered"":1243,""week"":""2022-02-07""},{""time"":38524,""label"":""tour_next"",""step"":2},{""time"":41317,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678931997428,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":12500,""label"":""hovered"",""timeHovered"":2448,""week"":""2022-01-17""}]}",1,moderate,line,1,0,0,Positive,2.7,0,1,1,2.448,2.448,0,15,0.5,0.5,1,0.5,2 -2023-03-15 22:03:03,2023-03-15 22:09:36,0,100,392,1,2023-03-15 22:09:37,R_2E4bILHDLYsscYK,39.7007,-75.7419,EN,1,6.099,,,,,15.01,85,71,34,22.7,11.182,-2,1,42.141,1,-3,33.393,1,56.57,15.11,5,5,5,5,5,5,,23.949,6,6,6,6,6,6,It seems legit to me.,9.855,4,,15.209,2,7,3,4,1,5,6,15.67,6,8,5,8,4,8,9,10,,22.302,3,3,4,3,3,4,21.339,2,,5.025,1,2000,Delaware,3,3,1,,7,,,12,3,2,,41.728,5efa98dd74af25000cdbbf43,"{""startTime"":1678932304256,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932328712,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932242757,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":20,""label"":""tour_started""},{""time"":3873,""label"":""tour_next"",""step"":2},{""time"":6580,""label"":""tour_end"",""step"":2},{""time"":8982,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1192,""week"":""2"",""id"":""chart""}]}","{""startTime"":1678932288644,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,bar,1,0,0,Positive,3.3,0,0,0,0,0,0,15,0.5,0.5,1,0.5,2 -2023-03-15 21:59:26,2023-03-15 22:09:48,0,100,621,1,2023-03-15 22:09:48,R_2Sq3Ku9iwn7lPsy,39.8286,-86.1796,EN,1,11.19,1,3,1,9.078,15.118,95,100,91,17.866,40.691,1,1,72.993,-3,-3,63.661,-2,62.71,15.02,6,6,6,7,7,6,,34.702,7,7,7,4,3,6,"This visualization uses data from the CDC and everything is laid out in a way that is easy to see and understand. The data is over vaccinated vs. unvaccinated individuals who caught COVID, which is pretty cut and dry (either you have had it or you have it, there isn't an in between), so the information is pretty believable.",91.809,6,,9.623,2,7,3,4,1,5,6,17.292,4,4,8,6,6,6,10,9,,30.065,3,3,4,3,4,3,20.798,3,2,19.117,2,2001,Indiana,3,2,1,,7,,,11,4,1,Hugbug2016@gmail.com,47.272,5f5ba66db8e6413162a5c703,"{""startTime"":1678932163211,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932198363,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932033044,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":4705,""label"":""tour_next"",""step"":2},{""time"":8246,""label"":""tour_back"",""step"":2},{""time"":10856,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4038,""week"":""52"",""id"":""chart""},{""time"":16323,""label"":""tour_next"",""step"":2},{""time"":17516,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3902,""week"":""52"",""id"":""chart2""},{""time"":30921,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932147735,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":8573,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1792,""week"":""52"",""id"":""chart2""}]}",1,simple,bar,1,1,0,Positive,3.3,0,1,1,1.792,1.792,0,15,1,0,0,1,1 -2023-03-15 21:52:10,2023-03-15 22:09:50,0,100,1059,1,2023-03-15 22:09:50,R_eKcG19Oh6iSPvuV,35.958,-83.9172,EN,1,62.761,,,,,15.196,78,88,30,75.694,37.789,-2,1,56.843,-3,-3,246.446,-1,18.964,15.012,4,4,2,5,7,5,,38.87,4,6,5,3,4,4,It doesn't give me all of the information but it gives me some and that's fine but i don't trust it blindly and i don't not trust it,55.856,4,,5.499,2,7,3,4,1,5,6,34.727,2,3,4,6,3,4,4,6,,33.205,3,3,4,4,4,4,139.627,8,,10.175,2,1989,Tennessee,3,2,1,,3,,,19,5,2,,77.851,60eea778df60b9a7d88b7ade,"{""startTime"":1678931954038,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931860721,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931748074,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":44,""label"":""tour_started""},{""time"":6768,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":10524,""week"":""51"",""id"":""chart""},{""time"":27652,""label"":""tour_next"",""step"":2},{""time"":35914,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678931844516,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":5371,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1367,""week"":""51"",""id"":""chart2""}]}",0,simple,bar,1,1,0,Neutral,3.7,0,1,1,1.367,1.367,0,15,0.5,0,0,0.5,1 -2023-03-15 21:45:39,2023-03-15 22:09:58,0,100,1458,1,2023-03-15 22:09:58,R_Qj00ORVJ8bW67IJ,29.1281,-82.2975,EN,1,136.847,,,,,15.115,100,70,55,20.065,178.675,1,-3,117.119,1,1,84.737,1,93.782,15.109,4,5,4,5,6,5,,91.266,5,6,5,2,3,5,"I can only assume they are using accurate information, but seeming as how they have no data references in the subcaption of their chart, it is based on trust alone. ",78.03,4,,18.033,2,7,3,4,1,5,6,28.823,1,1,1,2,1,4,8,7,,41.276,3,4,4,1,5,3,39.55,2,,15.948,2,2000,Florida,6,2,1,,7,,,6,2,2,,121.233,640264c46bd5d0e0cdeaec5e,"{""startTime"":1678931835208,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931933263,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931523287,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":28269,""label"":""hovered"",""timeHovered"":1941,""week"":""2021-04-12""},{""time"":47419,""label"":""hovered"",""timeHovered"":1550,""week"":""2021-12-27""},{""time"":55202,""label"":""tour_next"",""step"":5},{""time"":82078,""label"":""started_brush"",""startDate"":""2021-10-03"",""endDate"":""2022-02-13""},{""time"":84926,""label"":""tour_next"",""step"":5},{""time"":92941,""label"":""moved_brush"",""startDate"":""2021-10-03"",""endDate"":""2022-02-13""},{""time"":93879,""label"":""tour_next"",""step"":5},{""time"":100404,""label"":""moved_brush"",""startDate"":""2021-10-03"",""endDate"":""2022-02-13""},{""time"":100915,""label"":""cleared_brush"",""using"":""click""},{""time"":103009,""label"":""tour_next"",""step"":5},{""time"":167007,""label"":""tour_end"",""step"":5},{""time"":173512,""label"":""hovered"",""timeHovered"":1116,""week"":""2022-01-10""}]}","{""startTime"":1678931815374,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line,1,0,0,Negative,3.3,0,0,0,0,0,0,15,0.5,1,1,1,3 -2023-03-15 21:44:47,2023-03-15 22:10:15,0,100,1528,1,2023-03-15 22:10:16,R_3G0NC2RD8eOHmzr,36.122,-115.086,EN,1,3.132,1,2,2,88.526,16.122,85,90,81,119.876,495.263,1,-3,207.594,1,-3,49.952,-2,42.622,15.008,6,6,6,6,6,6,,16.235,6,6,6,4,6,6,The data looks professional and well put together ,20.055,3,,9.299,2,7,3,4,1,5,6,21.995,3,8,7,8,2,6,11,10,,30.367,2,3,2,3,3,2,85.044,1,1,14.325,1,1999,Nevada,2,2,1,,8,Henderson,,10,4,2,,69.89,6296bef3248bf76cc113926b,"{""startTime"":1678931888897,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931905810,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":764,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1109,""week"":""49"",""id"":""chart""},{""label"":""window_blurred"",""time"":162455},{""label"":""window_focused"",""time"":163658}]}","{""startTime"":1678931333249,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":22,""label"":""tour_started""},{""time"":2454,""label"":""tour_next"",""step"":5},{""time"":8359,""label"":""tour_back"",""step"":5},{""time"":11691,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4304,""week"":""30"",""id"":""chart""},{""time"":19833,""label"":""tour_next"",""step"":5},{""time"":50890,""label"":""started_brush"",""startDate"":""2021-08-22"",""endDate"":""2021-10-27""},{""time"":51973,""label"":""tour_next"",""step"":5},{""time"":59053,""label"":""moved_brush"",""startDate"":""2021-07-31"",""endDate"":""2021-10-04""},{""time"":61522,""label"":""tour_next"",""step"":5},{""time"":70340,""label"":""moved_brush"",""startDate"":""2021-08-22"",""endDate"":""2021-10-27""},{""time"":76865,""label"":""moved_brush"",""startDate"":""2021-08-22"",""endDate"":""2021-10-27""},{""time"":82464,""label"":""cleared_brush"",""using"":""Click""},{""time"":82465,""label"":""cleared_brush"",""using"":""Escape""},{""time"":83625,""label"":""cleared_brush"",""using"":""Click""},{""time"":83626,""label"":""cleared_brush"",""using"":""Escape""},{""time"":87817,""label"":""started_brush"",""startDate"":""2021-07-01"",""endDate"":""2021-09-07""},{""label"":""window_blurred"",""time"":452112},{""label"":""window_focused"",""time"":454419},{""time"":460238,""label"":""moved_brush"",""startDate"":""2021-09-30"",""endDate"":""2021-12-06""},{""time"":462743,""label"":""tour_next"",""step"":5},{""time"":468028,""label"":""tour_end"",""step"":5},{""time"":489422,""label"":""moved_brush"",""startDate"":""2021-10-01"",""endDate"":""2021-12-07""},{""time"":494336,""label"":""moved_brush"",""startDate"":""2021-10-01"",""endDate"":""2022-01-02""}]}","{""startTime"":1678931873007,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":12934,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1912,""week"":""3"",""id"":""chart""}]}",1,complex,bar,2,0,0,Positive,2.5,0,1,1,1.912,1.912,0,15,0.5,0.5,0,0,3 -2023-03-15 21:58:45,2023-03-15 22:10:32,0,100,706,1,2023-03-15 22:10:32,R_2fqUc4FmZUTbQYo,36.7126,-121.6437,EN,1,14.244,,,,,15.126,91,81,90,20.258,227.714,1,1,34.581,1,1,65.518,1,31.138,15.106,6,4,6,4,6,6,,28.188,6,6,6,2,2,6,The data seem realistic and follow smooth variations,38.635,5,,6.394,2,7,3,4,1,5,6,18.388,5,7,7,8,8,8,10,10,,21.261,4,4,4,2,3,4,24.55,2,,5.535,2,1951,California,7,1,1,,7,,,6,2,1,pam.walchli@att.net,70.27,62fcf3d9948e4a6a9623cce8,"{""startTime"":1678932353486,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932284565,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932007333,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":34,""label"":""tour_started""},{""time"":13878,""label"":""tour_next"",""step"":5},{""time"":33815,""label"":""cleared_brush"",""using"":""Click""},{""time"":42799,""label"":""tour_back"",""step"":5},{""time"":43068,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1096,""week"":""51"",""id"":""chart""},{""time"":45478,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2239,""week"":""52"",""id"":""chart""},{""time"":52396,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2093,""week"":""2"",""id"":""chart""},{""time"":55444,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1552,""week"":""1"",""id"":""chart""},{""time"":57963,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2382,""week"":""1"",""id"":""chart""},{""time"":60904,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2392,""week"":""49"",""id"":""chart""},{""time"":66875,""label"":""tour_next"",""step"":5},{""time"":77125,""label"":""tour_back"",""step"":5},{""time"":98927,""label"":""tour_next"",""step"":5},{""time"":123170,""label"":""started_brush"",""startDate"":""2021-10-01"",""endDate"":""2021-12-28""},{""time"":125868,""label"":""tour_next"",""step"":5},{""time"":156911,""label"":""started_brush"",""startDate"":""2021-09-27"",""endDate"":""2021-10-05""},{""time"":162346,""label"":""started_brush"",""startDate"":""2021-10-24"",""endDate"":""2021-12-08""},{""time"":173888,""label"":""tour_back"",""step"":5},{""time"":184251,""label"":""started_brush"",""startDate"":""2021-10-04"",""endDate"":""2021-10-14""},{""time"":190967,""label"":""started_brush"",""startDate"":""2021-06-08"",""endDate"":""2021-10-01""},{""time"":192355,""label"":""tour_next"",""step"":5},{""time"":205634,""label"":""moved_brush"",""startDate"":""2021-04-28"",""endDate"":""2021-08-21""},{""time"":207060,""label"":""tour_next"",""step"":5},{""time"":213618,""label"":""cleared_brush"",""using"":""Click""},{""time"":213618,""label"":""cleared_brush"",""using"":""Escape""},{""time"":215013,""label"":""tour_next"",""step"":5},{""time"":220733,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678932267670,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,bar,0,1,0,Positive,3.5,0,0,0,0,0,0,15,1,1,1,1,3 -2023-03-15 21:50:47,2023-03-15 22:10:47,0,100,1200,1,2023-03-15 22:10:48,R_7QXwC3d96zESfZf,35.4971,-97.733,EN,1,52.56,1,3,2,12.173,15.014,81,38,42,44.839,169.473,1,1,114.247,-1,1,61.75,1,76.942,15.007,6,4,6,5,6,6,"The info the graph states is from the CDC. Is it really from the CDC? This could be a fake graph, not sure.",99.035,5,6,5,2,2,6,"In your instructions it said to assume the date is trustworthy, so I then trust the visualization.",38.521,6,"Yes, and thanks for asking, at the beginning when I first saw the graph I though the 01 at each month meant the data was from 2021. So it was not until this last part that I did see the year of 2021 and 2022 listed below. Therefore an answer in the first part of the survey was wrong because I was not reading the year correctly. Perhaps a bolder color in the year at the bottom would help the eye look at the bottom. ",172.501,2,7,3,4,1,5,6,34.369,9,9,8,9,9,9,10,9,,70.171,4,4,5,1,5,4,41.602,1,2,27.171,2,1956,Oklahoma,3,2,1,,7,,,4,3,1,Janie.Fried@gmail.com,72.752,5f5a0f0a612008057e58d281,"{""startTime"":1678931836576,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678931936307,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678931588005,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":3,""label"":""tour_started""},{""time"":8703,""label"":""hovered"",""timeHovered"":5318,""week"":""2022-01-10""},{""time"":14022,""label"":""hovered"",""timeHovered"":1933,""week"":""2022-01-10""},{""time"":20894,""label"":""hovered"",""timeHovered"":5315,""week"":""2022-01-10""},{""time"":32902,""label"":""hovered"",""timeHovered"":2200,""week"":""2021-12-20""},{""time"":35168,""label"":""hovered"",""timeHovered"":1125,""week"":""2021-12-20""},{""time"":37968,""label"":""hovered"",""timeHovered"":3551,""week"":""2021-11-29""},{""time"":42109,""label"":""hovered"",""timeHovered"":1819,""week"":""2021-11-29""},{""time"":45676,""label"":""hovered"",""timeHovered"":1719,""week"":""2021-08-16""},{""time"":49927,""label"":""hovered"",""timeHovered"":1632,""week"":""2021-11-22""},{""time"":51561,""label"":""hovered"",""timeHovered"":1816,""week"":""2021-08-02""},{""time"":55793,""label"":""hovered"",""timeHovered"":1226,""week"":""2021-04-26""},{""time"":57909,""label"":""hovered"",""timeHovered"":1418,""week"":""2021-04-26""},{""time"":65593,""label"":""hovered"",""timeHovered"":41943,""week"":""2021-12-20""},{""time"":113302,""label"":""hovered"",""timeHovered"":3025,""week"":""2022-01-03""},{""time"":117943,""label"":""hovered"",""timeHovered"":3116,""week"":""2022-01-10""},{""time"":122633,""label"":""hovered"",""timeHovered"":2618,""week"":""2021-10-25""},{""time"":127465,""label"":""hovered"",""timeHovered"":5377,""week"":""2022-01-03""},{""time"":135468,""label"":""hovered"",""timeHovered"":2112,""week"":""2021-11-08""},{""time"":138427,""label"":""hovered"",""timeHovered"":2141,""week"":""2021-11-22""},{""label"":""window_blurred"",""time"":143679},{""label"":""window_focused"",""time"":154785},{""time"":157460,""label"":""tour_next"",""step"":2},{""time"":164655,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678931820775,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line,0,0,0,Neutral,3.8,0,0,0,0,0,0,15,1,0.5,1,0.5,2 -2023-03-15 21:58:01,2023-03-15 22:10:49,0,100,767,1,2023-03-15 22:10:50,R_ypCZF8bYnORX51T,37.3083,-121.9643,EN,1,10.479,,,,,15.12,86,87,65,12.832,257.712,1,1,57.489,1,1,45.602,1,50.678,15.117,6,5,4,5,6,5,The ability to zoom and mouse over makes things much more clear. ,53.307,5,6,7,4,3,6,"It is easy to make charts look better or worse, but considering the actual data shows up over the mouse over, it provides more clarity ",42.227,4,Thank you,8.451,2,7,3,4,1,5,6,12.291,3,7,7,7,6,3,10,9,,42.484,4,4,5,4,4,4,32.282,2,,4.167,1,1982,California,6,2,1,,7,,,11,4,1,mattlovesdeals82@gmail.com,57.669,5cc22481f6ef910019e5120f,"{""startTime"":1678932258238,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932312313,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931932438,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":7543,""label"":""tour_next"",""step"":5},{""time"":16177,""label"":""cleared_brush"",""using"":""click""},{""time"":17206,""label"":""tour_back"",""step"":5},{""time"":18630,""label"":""tour_next"",""step"":5},{""time"":25088,""label"":""cleared_brush"",""using"":""click""},{""time"":25504,""label"":""cleared_brush"",""using"":""click""},{""time"":25920,""label"":""cleared_brush"",""using"":""click""},{""time"":26204,""label"":""started_brush"",""startDate"":""2021-06-26"",""endDate"":""2021-08-04""},{""time"":28480,""label"":""cleared_brush"",""using"":""click""},{""time"":30481,""label"":""started_brush"",""startDate"":""2021-08-03"",""endDate"":""2021-08-08""},{""time"":31174,""label"":""tour_next"",""step"":5},{""time"":35599,""label"":""started_brush"",""startDate"":""2021-06-06"",""endDate"":""2022-01-19""},{""time"":37008,""label"":""moved_brush"",""startDate"":""2021-05-29"",""endDate"":""2021-06-06""},{""time"":92566,""label"":""tour_next"",""step"":5},{""time"":96769,""label"":""cleared_brush"",""using"":""click""},{""time"":99392,""label"":""cleared_brush"",""using"":""click""},{""time"":99862,""label"":""tour_next"",""step"":5},{""time"":103910,""label"":""tour_end"",""step"":5},{""time"":105946,""label"":""hovered"",""timeHovered"":24006,""week"":""2021-12-13""},{""time"":134903,""label"":""started_brush"",""startDate"":""2021-06-05"",""endDate"":""2021-07-14""},{""time"":137496,""label"":""started_brush"",""startDate"":""2021-07-22"",""endDate"":""2021-10-02""},{""time"":137816,""label"":""cleared_brush"",""using"":""click""},{""time"":139087,""label"":""started_brush"",""startDate"":""2021-10-18"",""endDate"":""2021-12-15""},{""time"":139448,""label"":""cleared_brush"",""using"":""click""},{""time"":143128,""label"":""started_brush"",""startDate"":""2021-10-12"",""endDate"":""2022-02-12""},{""time"":147984,""label"":""cleared_brush"",""using"":""click""},{""time"":153720,""label"":""hovered"",""timeHovered"":1014,""week"":""2021-06-21""},{""time"":155301,""label"":""hovered"",""timeHovered"":100939,""week"":""2022-01-10""}]}","{""startTime"":1678932242504,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":10862,""label"":""started_brush"",""startDate"":""2021-12-07"",""endDate"":""2022-01-10""}]}",0,complex,line,0,1,0,Positive,4.2,1,1,0,0,0,0,15,1,1,1,1,3 -2023-03-15 21:57:32,2023-03-15 22:10:51,0,100,798,1,2023-03-15 22:10:52,R_27JXDhT87ncCwdK,45.7512,-121.8401,EN,1,8.81,1,3,2,126.953,15.022,81,83,64,31.411,119.788,-3,1,73.097,-3,-3,79.819,-3,44.003,15.02,6,5,5,6,6,6,n/a. ,35.425,5,6,5,2,4,6,It seems trustworthy because it looks official and bold,36.688,3,n/a,10.575,2,7,3,4,1,5,6,26.467,3,3,4,5,2,6,8,9,n/a,25.42,2,3,3,3,3,3,26.719,3,4,34.517,2,1993,Oregon,2,2,1,,7,,,4,4,2,,40.102,596bac33670f410001fe9c07,"{""startTime"":1678932298776,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932234239,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":850,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1437,""week"":""44"",""id"":""chart""},{""time"":2879,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1624,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678932053571,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":6339,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1358,""week"":""48"",""id"":""chart""},{""time"":13730,""label"":""tour_next"",""step"":5},{""time"":23166,""label"":""cleared_brush"",""using"":""Click""},{""time"":27960,""label"":""cleared_brush"",""using"":""Click""},{""time"":33413,""label"":""started_brush"",""startDate"":""2021-08-18"",""endDate"":""2021-09-11""},{""time"":36053,""label"":""started_brush"",""startDate"":""2021-06-08"",""endDate"":""2021-10-06""},{""time"":36916,""label"":""tour_next"",""step"":5},{""time"":39581,""label"":""moved_brush"",""startDate"":""2021-07-17"",""endDate"":""2021-11-15""},{""time"":40251,""label"":""moved_brush"",""startDate"":""2021-07-17"",""endDate"":""2021-11-15""},{""time"":40931,""label"":""tour_next"",""step"":5},{""time"":45423,""label"":""cleared_brush"",""using"":""Click""},{""time"":47789,""label"":""tour_next"",""step"":5},{""time"":51118,""label"":""tour_end"",""step"":5},{""time"":53622,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2095,""week"":""52"",""id"":""chart""},{""time"":55778,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1254,""week"":""1"",""id"":""chart""},{""time"":57705,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1328,""week"":""1"",""id"":""chart""},{""time"":63094,""label"":""started_brush"",""startDate"":""2021-06-03"",""endDate"":""2021-09-26""},{""time"":63924,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1009,""week"":""38"",""id"":""chart""},{""time"":66517,""label"":""moved_brush"",""startDate"":""2021-06-03"",""endDate"":""2021-09-26""},{""time"":72467,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-07-29""},{""time"":74196,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":2221,""week"":""30"",""id"":""chart""},{""time"":80912,""label"":""moved_brush"",""startDate"":""2021-04-13"",""endDate"":""2021-08-06""},{""time"":83575,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":2918,""week"":""24"",""id"":""chart""},{""time"":86743,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1175,""week"":""25"",""id"":""chart""},{""time"":90766,""label"":""moved_brush"",""startDate"":""2021-04-13"",""endDate"":""2021-09-16""},{""time"":95163,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":2538,""week"":""25"",""id"":""chart""},{""time"":105219,""label"":""moved_brush"",""startDate"":""2021-05-07"",""endDate"":""2021-10-11""},{""time"":106134,""label"":""cleared_brush"",""using"":""Click""},{""time"":110311,""label"":""started_brush"",""startDate"":""2021-04-30"",""endDate"":""2021-05-25""},{""time"":113205,""label"":""started_brush"",""startDate"":""2021-06-29"",""endDate"":""2021-07-31""},{""label"":""window_blurred"",""time"":117101},{""label"":""window_focused"",""time"":117772},{""label"":""window_blurred"",""time"":117830},{""label"":""window_focused"",""time"":118228}]}","{""startTime"":1678932218656,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":3595,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2578,""week"":""51"",""id"":""chart""},{""time"":9408,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3044,""week"":""43"",""id"":""chart""}]}",1,complex,bar,1,0,0,Positive,2.8,0,2,2,5.622,2.811,5813,15,0.5,0,0,0,3 -2023-03-15 22:03:23,2023-03-15 22:10:58,0,100,454,1,2023-03-15 22:10:58,R_SZuI8jte3nV3cgp,43.1571,-76.328,EN,1,3.375,2,,2,1.71,15.007,93,100,62,13.191,17.384,1,1,49.039,1,1,79.023,1,31.215,15.108,4,3,4,5,5,4,,24.048,5,5,6,4,4,4,"It seems basic and to the point, but I can't verify whether the data is true.",68.507,3,,8.37,2,7,3,4,1,5,6,14.449,1,3,6,6,1,6,5,6,,14.189,4,4,4,2,4,4,15.334,6,2,9.557,1,1990,New York,6,3,1,,7,,,7,3,1,SSX997@gmail.com,37.598,62dc2f45630616c5920dcb75,"{""startTime"":1678932448186,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932365083,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932250611,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":9803,""label"":""tour_next"",""step"":2},{""time"":12946,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932348825,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar,2,0,0,Positive,3.7,0,0,0,0,0,0,15,1,1,1,1,2 -2023-03-15 21:59:13,2023-03-15 22:11:08,0,100,715,1,2023-03-15 22:11:09,R_z0Ud4jHNABHOKw9,41.6344,-91.5054,EN,1,4.091,1,2,2,6.748,15.012,100,100,79,31.919,88.509,1,1,86.128,-3,-3,54.698,1,98.667,15.117,6,6,6,6,6,6,,23.427,6,5,6,6,6,6,As the visualization uses objective data rather than being expressed in subjective term I can verify it from another source.,88.271,6,,12.087,2,7,3,4,1,5,6,28.722,4,5,2,6,5,3,10,9,,20.886,1,2,1,5,2,2,20.632,1,1,15.782,1,1979,Iowa,2,3,1,,7,,,5,4,2,,64.37,5bfb5784a66aa500019dabef,"{""startTime"":1678932165109,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932188978,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931960966,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":23923,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2232,""week"":""1"",""id"":""chart""},{""time"":27064,""label"":""tour_next"",""step"":5},{""time"":42530,""label"":""started_brush"",""startDate"":""2021-10-27"",""endDate"":""2022-01-26""},{""time"":44233,""label"":""tour_next"",""step"":5},{""time"":54413,""label"":""moved_brush"",""startDate"":""2021-10-09"",""endDate"":""2022-01-26""},{""time"":56086,""label"":""moved_brush"",""startDate"":""2021-08-24"",""endDate"":""2021-12-11""},{""time"":57325,""label"":""tour_next"",""step"":5},{""time"":65517,""label"":""moved_brush"",""startDate"":""2021-08-24"",""endDate"":""2021-12-11""},{""time"":74320,""label"":""cleared_brush"",""using"":""Click""},{""time"":77086,""label"":""tour_next"",""step"":5},{""time"":84972,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678932149610,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar,1,0,0,Positive,2.2,0,0,0,0,0,0,15,1,0,1,1,3 -2023-03-15 21:58:09,2023-03-15 22:11:17,0,100,787,1,2023-03-15 22:11:17,R_1eFPbEt7JY087fa,31.3357,-94.7272,EN,1,15.54,2,,2,5.028,15.007,21,74,16,39.596,24.064,1,-3,78.434,1,-3,125.586,-2,66.649,15.007,2,1,2,7,7,1,I don't trust the CDC,45.563,4,4,1,1,1,1,I don't believe the vaccine helps you at all.,27.284,4,,12.263,2,7,3,4,1,5,6,29.875,1,1,2,1,1,1,5,5,,35.41,3,3,5,1,3,3,39.73,5,5,14.136,1,1979,Texas,6,2,1,,7,,,12,4,1,chrisvanworth@gmail.com,148.476,5fdeb821bbdf7f6a1815d08f,"{""startTime"":1678932198910,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932144984,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678931979342,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":18511,""label"":""tour_next"",""step"":2},{""time"":21834,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932129608,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar,0,1,0,Negative,3,0,0,0,0,0,0,15,0.5,0.5,0,0.5,2 -2023-03-15 22:02:24,2023-03-15 22:11:38,0,100,553,1,2023-03-15 22:11:39,R_1GV8pLjO0CyAm5H,42.5763,-71.9883,EN,1,18.559,1,2,2,6.626,15.019,68,76,36,31.926,27.975,1,1,50.466,1,-3,84.778,-2,19.301,15.12,5,3,5,6,6,6,,27.61,2,5,5,2,4,5,"I trust that the data is factual, but I would like to know more about how the research and data was obtained",26.339,5,,8.909,2,7,3,4,1,5,6,24.385,4,8,4,8,4,6,10,10,,36.333,3,3,4,3,4,3,53.2,2,2,15.573,2,1996,Massachusetts,6,3,1,,7,,,3,3,2,,51.669,611401411bf1ede5a4d85bdc,"{""startTime"":1678932321806,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932349941,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932226154,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":11035,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1214,""week"":""46"",""id"":""chart""},{""time"":14673,""label"":""tour_next"",""step"":2},{""time"":24320,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932306120,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":5212,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5740,""week"":""52"",""id"":""chart""}]}",1,simple,bar,1,0,0,Positive,3.3,0,1,1,5.74,5.74,0,15,1,0.5,0,1,1 -2023-03-15 22:03:39,2023-03-15 22:11:46,0,100,486,1,2023-03-15 22:11:46,R_3J7XDuoI3KmhheT,42.0128,-88.0967,EN,1,7.206,1,1,1,5.001,15.128,92,91,47,22.138,22.227,1,1,34.501,1,1,27.201,-1,82.434,15.112,4,4,2,6,6,2,,33.03,4,6,4,2,2,2,The government doesn't always tell us the truth and also changes what the truth is later on.,28.443,6,,5.768,2,7,3,4,1,5,6,16.381,1,1,2,2,1,3,3,4,,24.38,5,5,5,1,5,5,11.731,4,1,11.977,2,1969,Illinois,5,1,1,,8,SCHAUMBURG,,9,2,2,,71.697,5c69f9dd4b5bb30001b3d31c,"{""startTime"":1678932358115,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932392220,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932283299,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":16800,""label"":""tour_next"",""step"":2},{""time"":20185,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932341758,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":5592,""label"":""hovered"",""timeHovered"":4695,""week"":""2021-11-29""}]}",1,simple,line,1,0,0,Negative,4.3,0,1,1,4.695,4.695,0,15,1,1,0,1,1 -2023-03-15 21:54:15,2023-03-15 22:12:20,0,100,1085,1,2023-03-15 22:12:21,R_3IRgSmoMFwWNy60,26.3106,-80.1429,EN,1,195.486,,,,,15.114,87,100,76,94.504,49.192,1,1,74.643,1,1,123.098,1,44.56,15.015,7,7,7,7,7,7,,50.456,7,7,7,7,7,7,It's very clear what the chart is trying to convey,36.603,3,"It's difficult to know if you can trust people, even if you know them well. Unfortunately, only time will tell. ",71.69,2,7,3,4,1,5,6,24.159,2,3,2,2,4,4,6,7,"Unfortunately the gov't corrupts many of these avenues, so it's hard to know what you can trust. Money and political influence reach veeery far.",80.305,4,4,5,4,4,4,52.535,2,,12.169,2,1983,Florida,3,1,1,,9,,DEERFIELD BEACH,7,4,1,niki2651@gmail.com,60.111,640bc58e374e2b687c756344,"{""startTime"":1678932252091,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932161218,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":685,""label"":""hovered"",""timeHovered"":10129,""week"":""2021-10-04""},{""time"":11754,""label"":""hovered"",""timeHovered"":9737,""week"":""2022-01-10""}]}","{""startTime"":1678931971620,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":25,""label"":""tour_started""},{""time"":19364,""label"":""hovered"",""timeHovered"":1127,""week"":""2021-04-12""},{""time"":22764,""label"":""hovered"",""timeHovered"":2639,""week"":""2021-04-26""},{""time"":27076,""label"":""hovered"",""timeHovered"":1076,""week"":""2021-06-28""},{""time"":30875,""label"":""hovered"",""timeHovered"":1025,""week"":""2021-10-04""},{""time"":34283,""label"":""hovered"",""timeHovered"":1680,""week"":""2022-01-10""},{""time"":38247,""label"":""tour_next"",""step"":2},{""time"":43993,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932145454,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,line,0,1,0,Positive,4.2,0,0,0,0,0,0,15,1,1,1,1,2 -2023-03-15 22:02:30,2023-03-15 22:12:28,0,100,598,1,2023-03-15 22:12:28,R_2RVwXcTP5Wr5Lkj,27.8011,-97.3994,EN,1,8.296,,,,,15.014,67,52,37,45.536,51.704,1,1,50.421,-3,-3,71.906,-3,61.445,15.017,5,5,5,5,6,5,,34.122,6,6,6,4,4,6,It had the source written at the bottom from where they got the information. ,23.958,5,,9.876,2,7,3,4,1,5,6,27.889,6,6,9,7,6,6,9,8,,27.702,3,3,4,2,3,2,32.641,4,,9.048,2,1975,Texas,6,1,1,,7,,,4,4,2,,59.079,5658f4787d69570012dfe2d1,"{""startTime"":1678932345030,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932379910,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932226184,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":31,""label"":""tour_started""},{""time"":13332,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2334,""week"":""2"",""id"":""chart""},{""time"":16281,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1367,""week"":""6"",""id"":""chart""},{""time"":28232,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7783,""week"":""51"",""id"":""chart""},{""time"":36499,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1594,""week"":""1"",""id"":""chart""},{""time"":40406,""label"":""tour_next"",""step"":2},{""time"":43476,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3333,""week"":""51"",""id"":""chart2""},{""time"":46950,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1610,""week"":""2"",""id"":""chart2""},{""time"":49347,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932329418,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,bar,1,0,0,Positive,2.8,0,0,0,0,0,0,15,1,0,0,1,1 -2023-03-15 22:01:15,2023-03-15 22:12:35,0,100,679,1,2023-03-15 22:12:35,R_UGYjJa0izx4qqJz,36.0432,-95.8072,EN,1,42.93,,,,,15.118,100,88,83,29.42,31.323,1,-2,58.563,1,1,114.867,-1,29.125,15.126,4,2,4,2,6,5,,30.396,2,3,5,2,1,5,The source and the information itself showing things that might be taken as criticism of the source lead me to think it might be true.,50.185,5,"The final question about the expanded graph asked about December 2022, not 2021. Don't know if you meant to introduce that bit of uncertainty there.",41.754,2,7,3,4,1,5,6,12.443,5,5,1,7,8,4,9,6,,24.253,4,3,5,2,5,4,23.685,2,,6.7,3,1987,Oklahoma,7,3,1,,9,,"White, Native American",3,3,1,6168e3efc08671bd92f7fd37@email.prolific.co,94.726,6168e3efc08671bd92f7fd37,"{""startTime"":1678932339371,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932391684,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932176387,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":9804,""label"":""tour_next"",""step"":2},{""time"":14788,""label"":""tour_end"",""step"":2},{""time"":23772,""label"":""hovered"",""timeHovered"":1049,""week"":""2021-11-22""}]}","{""startTime"":1678932323655,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":8342,""label"":""hovered"",""timeHovered"":1235,""week"":""2022-01-17""},{""time"":10389,""label"":""hovered"",""timeHovered"":1243,""week"":""2022-01-10""}]}",0,moderate,line,1,0,0,Positive,3.8,0,2,2,2.478,1.239,2047,15,0.5,1,0,1,2 -2023-03-15 21:59:12,2023-03-15 22:12:48,0,100,816,1,2023-03-15 22:12:49,R_YcClsrMopoNmN4B,37.1038,-113.5764,EN,1,3.969,2,,2,2.448,15.008,85,72,63,14.222,104.958,1,-3,52.471,1,-3,134.434,1,37.6,15.008,4,5,4,6,6,4,,36.372,5,6,6,2,2,4,I don't know where you pulled these stats from.,12.109,2,,26.181,2,7,3,4,1,5,6,38.543,5,4,5,6,3,4,7,8,,18.565,2,2,2,3,3,2,94.543,3,3,7.148,1,1990,Utah,2,1,1,,7,,,13,4,1,5f741b74992460061db87287@email.prolific.co,148.45,5f741b74992460061db87287,"{""startTime"":1678932202117,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932158053,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931998806,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":10459,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1816,""week"":""51"",""id"":""chart""},{""time"":12291,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3664,""week"":""52"",""id"":""chart""},{""time"":16933,""label"":""tour_next"",""step"":5},{""time"":26115,""label"":""cleared_brush"",""using"":""Click""},{""time"":30837,""label"":""cleared_brush"",""using"":""Click""},{""time"":39707,""label"":""cleared_brush"",""using"":""Click""},{""time"":41248,""label"":""cleared_brush"",""using"":""Click""},{""time"":42238,""label"":""cleared_brush"",""using"":""Click""},{""time"":42830,""label"":""cleared_brush"",""using"":""Click""},{""time"":44767,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-08-15""},{""time"":45565,""label"":""moved_brush"",""startDate"":""2021-09-28"",""endDate"":""2022-02-07""},{""time"":47721,""label"":""cleared_brush"",""using"":""Click""},{""time"":49536,""label"":""cleared_brush"",""using"":""Click""},{""time"":50967,""label"":""started_brush"",""startDate"":""2021-05-08"",""endDate"":""2021-09-23""},{""time"":51681,""label"":""tour_next"",""step"":5},{""time"":55640,""label"":""moved_brush"",""startDate"":""2021-05-08"",""endDate"":""2021-09-23""},{""time"":57374,""label"":""moved_brush"",""startDate"":""2021-05-08"",""endDate"":""2021-09-23""},{""time"":64658,""label"":""moved_brush"",""startDate"":""2021-05-08"",""endDate"":""2021-09-23""},{""time"":68016,""label"":""moved_brush"",""startDate"":""2021-06-09"",""endDate"":""2021-10-24""},{""time"":69520,""label"":""cleared_brush"",""using"":""Click""},{""time"":71383,""label"":""cleared_brush"",""using"":""Click""},{""time"":74383,""label"":""cleared_brush"",""using"":""Click""},{""time"":81595,""label"":""tour_next"",""step"":5},{""time"":86091,""label"":""cleared_brush"",""using"":""Click""},{""time"":86091,""label"":""cleared_brush"",""using"":""Escape""},{""time"":86709,""label"":""cleared_brush"",""using"":""Click""},{""time"":86710,""label"":""cleared_brush"",""using"":""Escape""},{""time"":90073,""label"":""tour_next"",""step"":5},{""time"":98015,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678932142663,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar,1,0,0,Negative,2.3,0,0,0,0,0,0,15,0.5,0.5,1,1,3 -2023-03-15 21:59:48,2023-03-15 22:12:55,0,100,787,1,2023-03-15 22:12:56,R_3f9lkpqQHBCFBYJ,39.6195,-86.1552,EN,1,61.213,1,2,2,9.4,15.018,100,100,35,25.901,59.115,1,1,42.148,-3,1,55.394,-1,36.117,15.011,7,6,7,7,7,7,It looks like any other chart/graph I've seen in the news showing Covid death numbers.,62.455,7,7,6,6,6,7,"I trust that the reported numbers represent the minimum of total deaths, and could actually be much higher. I know that Covid is dangerous and kills unvaccinated individuals at much higher rates than vaccinated ones.",70.453,2,It's sad that more people don't take Covid seriously.,56.426,2,7,3,4,1,5,6,19.917,6,9,5,7,8,2,11,10,Interesting study!,54.753,4,4,5,2,4,3,24.898,1,2,14.054,2,1982,Indiana,5,2,1,,7,,,5,4,1,6362ed6cd9d25c2306e67e41@email.prolific.co,121.538,6362ed6cd9d25c2306e67e41,"{""startTime"":1678932338017,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":2603,""label"":""hovered"",""timeHovered"":1182,""week"":""2022-01-17""}]}","{""startTime"":1678932244995,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932114058,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":7793,""label"":""hovered"",""timeHovered"":1181,""week"":""2021-12-20""},{""time"":9108,""label"":""hovered"",""timeHovered"":2917,""week"":""2021-12-27""},{""time"":22177,""label"":""tour_next"",""step"":2},{""time"":28086,""label"":""tour_end"",""step"":2},{""time"":31731,""label"":""hovered"",""timeHovered"":1151,""week"":""2021-04-19""},{""time"":39391,""label"":""hovered"",""timeHovered"":2158,""week"":""2021-12-27""},{""time"":41654,""label"":""hovered"",""timeHovered"":4121,""week"":""2022-01-03""},{""time"":46861,""label"":""hovered"",""timeHovered"":1358,""week"":""2022-01-10""},{""time"":49014,""label"":""hovered"",""timeHovered"":3135,""week"":""2022-01-17""}]}","{""startTime"":1678932229393,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":8461,""label"":""hovered"",""timeHovered"":2384,""week"":""2021-08-30""}]}",1,moderate,line,0,1,0,Positive,3.7,0,1,1,2.384,2.384,0,15,1,0.5,0,0.5,2 -2023-03-15 21:58:58,2023-03-15 22:13:10,0,100,851,1,2023-03-15 22:13:10,R_111kkbcXXG0q4cA,35.0535,-82.0582,EN,1,17.404,2,,2,4.71,15.033,50,64,44,43.504,39.662,1,1,115.511,1,1,130.273,-3,61.599,15.011,3,3,3,5,6,2,,41.285,3,6,4,2,3,3,I don't feel like it's acurate,22.469,4,,8.648,2,7,3,4,1,5,6,24.296,4,4,7,6,4,6,6,6,,18.383,4,4,4,2,4,4,30.386,5,1,16.851,2,1957,Wisconsin,2,2,1,,7,,,5,3,1,missybkt@gmail.com,137.967,58e558cc728bea0001bbda24,"{""startTime"":1678932309202,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":652,""label"":""hovered"",""timeHovered"":4883,""week"":""2022-01-03""},{""label"":""window_blurred"",""time"":9042},{""label"":""window_focused"",""time"":15799}]}","{""startTime"":1678932227334,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":1495,""label"":""hovered"",""timeHovered"":2496,""week"":""2022-01-03""},{""time"":4015,""label"":""hovered"",""timeHovered"":6136,""week"":""2022-01-03""},{""time"":12431,""label"":""hovered"",""timeHovered"":5917,""week"":""2022-01-31""},{""label"":""window_blurred"",""time"":19579},{""label"":""window_focused"",""time"":31741}]}","{""startTime"":1678932054825,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":29,""label"":""tour_started""},{""time"":15310,""label"":""hovered"",""timeHovered"":6605,""week"":""2022-01-03""},{""time"":23840,""label"":""tour_next"",""step"":2},{""time"":33903,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932211501,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":9568,""label"":""hovered"",""timeHovered"":1846,""week"":""2022-01-03""},{""time"":11416,""label"":""hovered"",""timeHovered"":3789,""week"":""2022-01-03""}]}",1,simple,line,0,1,0,Negative,3.7,0,2,2,5.635,2.8175,1848,15,1,1,0,1,1 -2023-03-15 21:54:45,2023-03-15 22:13:36,0,100,1130,1,2023-03-15 22:13:37,R_3D25BlAhUYsZVVk,40.9509,-90.3658,EN,1,360.032,,,,,15.109,50,31,32,20.984,38.742,1,-1,95.078,-1,1,44.37,-1,40.503,15.111,4,4,4,5,4,5,,36.098,5,5,5,4,4,5,"I feel like with visualizations you choose one part of a really big set of information to prove a point on, so it's hard to say I trust it in full because I don't necessarily know the greater context it's being used in.",43.989,6,,20.246,2,7,3,4,1,5,6,16.878,4,4,1,7,8,4,9,9,,36.184,3,3,3,3,3,2,75.128,1,,24.959,2,2000,Illinois,6,3,1,,7,,,17,4,1,gilylates@gmail.com,46.355,628796d280ab208970e125df,"{""startTime"":1678932458898,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932395118,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932242887,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":7458,""label"":""hovered"",""timeHovered"":1303,""week"":""2022-01-10""},{""time"":13607,""label"":""tour_next"",""step"":2},{""time"":20007,""label"":""tour_end"",""step"":2},{""time"":23013,""label"":""hovered"",""timeHovered"":3109,""week"":""2021-08-09""},{""time"":27181,""label"":""hovered"",""timeHovered"":1021,""week"":""2021-09-06""},{""time"":29421,""label"":""hovered"",""timeHovered"":1639,""week"":""2021-09-20""},{""time"":34654,""label"":""hovered"",""timeHovered"":1206,""week"":""2022-01-03""}]}","{""startTime"":1678932379561,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7637,""label"":""hovered"",""timeHovered"":4741,""week"":""2022-01-31""},{""time"":12384,""label"":""hovered"",""timeHovered"":1325,""week"":""2022-01-31""}]}",0,simple,line,1,0,0,Negative,2.8,0,2,2,6.066,3.033,4747,15,0.5,0.5,0,0.5,1 -2023-03-15 21:26:14,2023-03-15 22:14:01,0,100,2867,1,2023-03-15 22:14:02,R_1C737FxldDIboMB,33.4849,-86.8596,EN,1,1123.27,2,,1,4.952,15.009,56,33,50,20.132,107.854,-2,-2,116.648,-3,1,57.251,-2,59.658,15.02,4,4,4,6,6,4,,49.439,2,5,4,1,2,4,of course it could be made up but it could also be real!,25.747,4,,13.256,2,7,3,4,1,5,6,25.852,2,3,6,6,3,7,6,4,,31.796,2,3,5,2,4,2,55.996,4,5,18.806,2,1994,Alabama,2,2,1,,8,birmingham,,9,1,1,6139aed4f23d087290d96200@email.prolific.co,373.129,6139aed4f23d087290d96200,"{""startTime"":1678931661728,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931711756,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931477105,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":8542,""label"":""tour_next"",""step"":5},{""time"":19273,""label"":""tour_back"",""step"":5},{""time"":21960,""label"":""tour_next"",""step"":5},{""time"":27018,""label"":""cleared_brush"",""using"":""click""},{""time"":30950,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-08-25""},{""time"":36044,""label"":""moved_brush"",""startDate"":""2021-09-30"",""endDate"":""2022-02-13""},{""time"":41665,""label"":""moved_brush"",""startDate"":""2021-04-23"",""endDate"":""2021-09-06""},{""time"":51141,""label"":""moved_brush"",""startDate"":""2021-09-30"",""endDate"":""2022-02-13""},{""time"":52258,""label"":""tour_next"",""step"":5},{""time"":59881,""label"":""moved_brush"",""startDate"":""2021-09-30"",""endDate"":""2022-02-13""},{""time"":64956,""label"":""tour_next"",""step"":5},{""time"":70309,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-08-25""},{""time"":79464,""label"":""moved_brush"",""startDate"":""2021-09-30"",""endDate"":""2022-02-13""},{""time"":88711,""label"":""cleared_brush"",""using"":""click""},{""time"":92011,""label"":""started_brush"",""startDate"":""2021-06-16"",""endDate"":""2022-02-13""},{""time"":92815,""label"":""tour_next"",""step"":5},{""time"":103858,""label"":""tour_end"",""step"":5},{""time"":106796,""label"":""moved_brush"",""startDate"":""2021-06-16"",""endDate"":""2022-02-13""}]}","{""startTime"":1678931646186,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line,2,0,0,Neutral,3,0,0,0,0,0,0,15,0,0.5,0,0,3 -2023-03-15 22:05:55,2023-03-15 22:14:02,0,100,487,1,2023-03-15 22:14:03,R_BWbQzybBBAl6USJ,35.1494,-85.3384,EN,1,6.24,1,2,1,3.609,15.014,100,84,50,34.899,32.141,1,1,63.037,-3,-3,38.425,1,59.354,15.011,3,5,4,7,7,3,,46.448,6,7,7,1,7,6,"The data is easy to understand, the bar graph represents the data well",21.401,1,,4.617,2,7,3,4,1,5,6,10.931,1,1,8,6,1,1,9,9,,17.967,5,5,5,1,5,5,14.505,6,1,10.838,2,1968,Tennessee,7,3,1,,7,,,17,4,1,misodiva@usa.com,49.879,5eb83f00de449a08d23547dd,"{""startTime"":1678932542948,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":18,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3537,""week"":""6"",""id"":""chart""},{""time"":10272,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1033,""week"":""52"",""id"":""chart2""},{""time"":33422,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1193,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678932589881,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":5146,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2793,""week"":""52"",""id"":""chart2""}]}","{""startTime"":1678932431105,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":5131,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1334,""week"":""1"",""id"":""chart""},{""time"":8648,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3316,""week"":""1"",""id"":""chart""},{""time"":11966,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4965,""week"":""52"",""id"":""chart""},{""time"":17065,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1600,""week"":""5"",""id"":""chart""},{""time"":20595,""label"":""tour_next"",""step"":2},{""time"":23283,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1865,""week"":""3"",""id"":""chart2""},{""time"":25498,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1216,""week"":""52"",""id"":""chart2""},{""time"":29562,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932527366,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":7069,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1105,""week"":""1"",""id"":""chart""}]}",1,simple,bar,0,1,0,Positive,4.3,0,1,1,1.105,1.105,0,15,1,0,1,1,1 -2023-03-15 22:05:09,2023-03-15 22:14:07,0,100,537,1,2023-03-15 22:14:07,R_3HgY11Psv5I7yHl,34.0264,-117.936,EN,1,14.91,,,,,15.008,93,92,88,10.093,110.152,1,1,37.301,1,1,45.707,1,56.493,15.137,7,7,7,7,7,7,I like that I can zoom into a specific timeline and see the stats from that window,28.64,6,6,7,6,6,6,I think the visualization is presented well and I can easily understand it,15.251,5,,4.895,2,7,3,4,1,5,6,13.764,6,5,3,9,7,7,10,8,,22.686,3,4,5,2,4,3,13.672,4,,12.108,2,1986,California,3,1,1,,9,,La Puente,4,3,1,aranetanina1369@gmail.com,80.639,59c3289b8e6ea10001f7b926,"{""startTime"":1678932542090,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932572968,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932358315,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":20,""label"":""tour_started""},{""time"":2188,""label"":""hovered"",""timeHovered"":1466,""week"":""2021-11-29""},{""time"":23273,""label"":""tour_next"",""step"":5},{""time"":36340,""label"":""tour_back"",""step"":5},{""time"":37067,""label"":""hovered"",""timeHovered"":2206,""week"":""2021-12-13""},{""time"":42974,""label"":""tour_next"",""step"":5},{""time"":46510,""label"":""tour_back"",""step"":5},{""time"":68002,""label"":""tour_next"",""step"":5},{""time"":70024,""label"":""cleared_brush"",""using"":""click""},{""time"":70643,""label"":""cleared_brush"",""using"":""click""},{""time"":71325,""label"":""started_brush"",""startDate"":""2021-08-08"",""endDate"":""2021-11-13""},{""time"":73215,""label"":""tour_next"",""step"":5},{""time"":75689,""label"":""moved_brush"",""startDate"":""2021-07-02"",""endDate"":""2021-10-08""},{""time"":78122,""label"":""moved_brush"",""startDate"":""2021-08-03"",""endDate"":""2021-11-08""},{""time"":78696,""label"":""tour_next"",""step"":5},{""time"":81087,""label"":""moved_brush"",""startDate"":""2021-07-20"",""endDate"":""2021-10-25""},{""time"":81634,""label"":""moved_brush"",""startDate"":""2021-07-20"",""endDate"":""2021-10-25""},{""time"":82518,""label"":""moved_brush"",""startDate"":""2021-06-13"",""endDate"":""2021-09-18""},{""time"":83252,""label"":""cleared_brush"",""using"":""click""},{""time"":83255,""label"":""cleared_brush"",""using"":""Escape""},{""time"":84216,""label"":""tour_next"",""step"":5},{""time"":86985,""label"":""tour_end"",""step"":5},{""time"":101097,""label"":""started_brush"",""startDate"":""2021-08-11"",""endDate"":""2021-12-29""},{""time"":108421,""label"":""moved_brush"",""startDate"":""2021-09-25"",""endDate"":""2022-02-13""}]}","{""startTime"":1678932526017,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":6029,""label"":""started_brush"",""startDate"":""2021-12-01"",""endDate"":""2021-12-27""},{""time"":6633,""label"":""hovered"",""timeHovered"":1088,""week"":""2021-12-20""},{""time"":9343,""label"":""hovered"",""timeHovered"":3007,""week"":""2021-12-20""}]}",0,complex,line,0,1,0,Positive,3.5,1,3,2,4.095,2.0475,3314,15,1,1,1,1,3 -2023-03-15 22:06:04,2023-03-15 22:14:10,0,100,486,1,2023-03-15 22:14:11,R_3rM1UpuMbUK6Ghu,42.3975,-83.3733,EN,1,3.845,,,,,15.123,58,87,69,31.171,25.72,1,1,99.233,-3,1,48.3,1,50.135,15.06,5,5,5,5,6,5,,15.382,5,6,6,5,5,5,it looks logical but i dont know where the data comes from,35.834,5,,4.166,2,7,3,4,1,5,6,16.015,4,5,8,7,5,6,9,9,,13.46,4,4,3,4,4,3,9.602,5,,4.951,2,1998,Michigan,7,3,1,,7,,,9,4,1,,50.633,60fe134bea0a58a6b9d96ee3,"{""startTime"":1678932564387,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932510281,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932419645,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":4,""label"":""tour_started""},{""time"":22440,""label"":""tour_next"",""step"":2},{""time"":24209,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932494532,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,line,1,1,0,Positive,3.7,0,0,0,0,0,0,15,1,0.5,1,0.5,2 -2023-03-15 22:02:08,2023-03-15 22:14:17,0,100,728,1,2023-03-15 22:14:18,R_2YfHrVRcjFweuny,34.5804,-84.9433,EN,1,9.11,,,,,16.126,70,39,25,33.767,44.045,-3,1,54.97,-3,-3,128.352,-1,39.257,16.275,4,6,4,6,6,4,,23.333,4,6,5,6,6,5,You never really know for sure how much something is according to graphs.,45.041,3,,7.399,2,7,3,4,1,5,6,20.859,5,4,8,2,3,3,6,10,,20.937,1,1,1,5,1,1,23.587,5,,5.517,2,1965,Georgia,2,2,1,,7,,,13,2,1,brittmike66@yahoo.com,179.36,5d649652adc4e8001a2d258d,"{""startTime"":1678932390597,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932315929,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932197338,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":20,""label"":""tour_started""},{""time"":8852,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7250,""week"":""4"",""id"":""chart""},{""time"":17851,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1610,""week"":""6"",""id"":""chart""},{""time"":21331,""label"":""tour_next"",""step"":2},{""time"":34851,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2094,""week"":""52"",""id"":""chart2""},{""time"":42629,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932298150,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,bar,0,0,0,Neutral,1.7,0,0,0,0,0,0,15,0.5,0,0,0.5,1 -2023-03-15 21:58:40,2023-03-15 22:15:00,0,100,979,1,2023-03-15 22:15:01,R_3G0MrkmAaPvWC5t,29.9046,-90.0501,EN,1,18.875,1,4,2,7.287,15.027,97,95,44,72.196,120.502,1,-3,79.388,-2,1,97.949,-1,28.702,15.12,6,5,6,5,6,6,"No additional thoughts, but it does stress the importance and timeliness of being vaccinated more than once. ",69.138,6,6,6,4,5,6,"The data seems accurate, especially seeing a comparison. Also, it makes a strong case about the importance of being vaccinated, but also encourages me to continually get vaccinated as there as surges here and there in time. ",57.159,6,,11.914,2,7,3,4,1,5,6,26.444,4,6,5,7,9,5,10,9,,28.906,4,3,4,2,3,4,40.807,2,1,18.252,2,1963,Louisiana,6,1,1,,3,,,9,3,1,MDAUPHIN.G@GMAIL.COM,147.652,62a9513ae9305607fd5af01a,"{""startTime"":1678932438408,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932290059,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":183,""label"":""hovered"",""timeHovered"":1091,""week"":""2021-07-26""},{""time"":15261,""label"":""hovered"",""timeHovered"":2591,""week"":""2021-08-09""},{""time"":21341,""label"":""hovered"",""timeHovered"":1179,""week"":""2021-08-23""}]}","{""startTime"":1678932052083,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":1579,""label"":""hovered"",""timeHovered"":4459,""week"":""2021-09-20""},{""time"":20187,""label"":""hovered"",""timeHovered"":8698,""week"":""2022-01-17""},{""time"":32286,""label"":""hovered"",""timeHovered"":3735,""week"":""2022-01-10""},{""time"":36854,""label"":""hovered"",""timeHovered"":5097,""week"":""2022-02-07""},{""time"":42369,""label"":""hovered"",""timeHovered"":1715,""week"":""2022-02-07""},{""time"":46784,""label"":""hovered"",""timeHovered"":6784,""week"":""2021-08-23""},{""time"":53868,""label"":""hovered"",""timeHovered"":1783,""week"":""2021-09-13""},{""time"":57484,""label"":""hovered"",""timeHovered"":1168,""week"":""2022-02-07""},{""time"":59991,""label"":""hovered"",""timeHovered"":5910,""week"":""2022-01-31""},{""time"":67618,""label"":""hovered"",""timeHovered"":3499,""week"":""2022-01-10""},{""time"":71734,""label"":""hovered"",""timeHovered"":1726,""week"":""2022-01-17""},{""time"":76789,""label"":""tour_next"",""step"":2},{""time"":84892,""label"":""tour_end"",""step"":2},{""time"":86617,""label"":""hovered"",""timeHovered"":1597,""week"":""2022-01-24""},{""time"":90671,""label"":""hovered"",""timeHovered"":3979,""week"":""2021-06-14""},{""time"":101867,""label"":""hovered"",""timeHovered"":2527,""week"":""2022-01-03""},{""time"":105354,""label"":""hovered"",""timeHovered"":1536,""week"":""2022-01-03""},{""time"":106939,""label"":""hovered"",""timeHovered"":1277,""week"":""2022-01-03""},{""time"":110808,""label"":""hovered"",""timeHovered"":6326,""week"":""2021-12-20""}]}","{""startTime"":1678932274387,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":9741,""label"":""hovered"",""timeHovered"":2297,""week"":""2021-08-16""}]}",1,moderate,line,0,1,0,Positive,3.3,0,1,1,2.297,2.297,0,15,0.5,0.5,0,0.5,2 -2023-03-15 21:57:13,2023-03-15 22:15:02,0,100,1068,1,2023-03-15 22:15:02,R_28IkVKoHGyomj05,33.9168,-118.3432,EN,1,69.662,,,,,15.011,95,88,68,202.583,34.169,1,-2,45.833,-2,1,52.859,-1,23.972,15.111,7,7,5,7,6,5,,19.226,5,5,6,7,5,5,All of the information on the graph looks like it resembles the legend accurately. ,32.688,3,,235.296,2,7,3,4,1,5,6,12.005,7,8,10,8,10,9,10,10,,12.554,2,4,4,3,4,2,19.387,4,,6.732,1,1997,California,6,3,1,,3,,,7,3,1,,230.066,5e9b5d5193295f05c902b8d2,"{""startTime"":1678932277890,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932228814,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":1730,""label"":""hovered"",""timeHovered"":1166,""week"":""2022-01-31""}]}","{""startTime"":1678932131773,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":22553,""label"":""tour_next"",""step"":2},{""time"":27541,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932212903,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":11273,""label"":""hovered"",""timeHovered"":1499,""week"":""2021-12-27""}]}",0,simple,line,0,1,0,Positive,3.2,0,1,1,1.499,1.499,0,15,0.5,0.5,0,0.5,1 -2023-03-15 21:58:04,2023-03-15 22:15:07,0,100,1022,1,2023-03-15 22:15:08,R_1py74DHwkUeom5y,34.0544,-118.2441,EN,1,28.861,1,4,2,13.928,15.2,94,94,28,65.281,240.327,1,1,89.644,1,1,80.836,1,52.452,15.125,6,4,6,6,6,6,Surprising that the oldest demographic didn't rate the highest incidents of Covid 19.,71.586,4,6,6,4,6,6,I have no reason do doubt that this is accurate information.,21.488,5,no,16.034,2,7,3,4,1,5,6,24.683,4,6,6,4,8,3,10,10,no,39.424,4,4,4,2,4,4,30.184,3,1,18.291,1,1957,California,6,3,1,,7,,,3,4,1,jbrooks202@yahoo.com,95.025,5ea72b8aedd4c90da065607c,"{""startTime"":1678932374584,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932447754,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932062380,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":69,""label"":""tour_started""},{""time"":10103,""label"":""hovered"",""timeHovered"":16305,""week"":""2021-06-21""},{""time"":27554,""label"":""hovered"",""timeHovered"":23231,""week"":""2021-08-16""},{""time"":52594,""label"":""hovered"",""timeHovered"":7272,""week"":""2021-10-18""},{""time"":66726,""label"":""hovered"",""timeHovered"":5527,""week"":""2022-01-10""},{""time"":75144,""label"":""hovered"",""timeHovered"":1659,""week"":""2022-01-31""},{""time"":76804,""label"":""hovered"",""timeHovered"":3585,""week"":""2022-01-31""},{""time"":80641,""label"":""hovered"",""timeHovered"":7519,""week"":""2022-01-31""},{""time"":88161,""label"":""hovered"",""timeHovered"":1577,""week"":""2022-01-31""},{""time"":90868,""label"":""hovered"",""timeHovered"":1228,""week"":""2022-01-31""},{""time"":92545,""label"":""hovered"",""timeHovered"":17632,""week"":""2022-01-24""},{""time"":117413,""label"":""tour_next"",""step"":5},{""time"":134107,""label"":""cleared_brush"",""using"":""click""},{""time"":141188,""label"":""tour_back"",""step"":5},{""time"":160002,""label"":""tour_next"",""step"":5},{""time"":178761,""label"":""started_brush"",""startDate"":""2021-06-04"",""endDate"":""2022-01-09""},{""time"":180331,""label"":""tour_next"",""step"":5},{""time"":190245,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-16""},{""time"":193083,""label"":""moved_brush"",""startDate"":""2021-06-02"",""endDate"":""2022-01-07""},{""time"":193961,""label"":""tour_next"",""step"":5},{""time"":203813,""label"":""cleared_brush"",""using"":""click""},{""time"":203820,""label"":""cleared_brush"",""using"":""Escape""},{""time"":209788,""label"":""started_brush"",""startDate"":""2021-05-31"",""endDate"":""2021-09-13""},{""time"":210830,""label"":""tour_next"",""step"":5},{""time"":217758,""label"":""tour_end"",""step"":5},{""time"":223292,""label"":""hovered"",""timeHovered"":1160,""week"":""2021-08-09""},{""time"":229869,""label"":""hovered"",""timeHovered"":2063,""week"":""2021-07-19""}]}","{""startTime"":1678932357856,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line,0,1,0,Positive,3.7,0,0,0,0,0,0,15,1,1,1,1,3 -2023-03-15 22:04:12,2023-03-15 22:15:11,0,100,659,1,2023-03-15 22:15:13,R_22zckpgMVfJ5Bde,34.2243,-77.8849,EN,1,10.897,,,,,15.109,93,97,89,16.8,42.824,1,1,65.276,-1,1,57.86,1,19.175,15.114,4,6,4,6,7,5,,23.797,6,6,6,2,2,6,The information is well put together,15.159,3,,28.283,2,7,3,4,1,5,6,21.288,2,2,7,4,3,6,6,5,,144.459,2,2,2,2,2,4,60.902,6,,3.302,2,2001,North Carolina,6,2,1,,7,,,1,2,2,,57.802,6109799a92fb44f6c1a86e38,"{""startTime"":1678932438404,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932389788,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932311298,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":7437,""label"":""tour_next"",""step"":5},{""time"":14043,""label"":""cleared_brush"",""using"":""click""},{""time"":15177,""label"":""cleared_brush"",""using"":""click""},{""time"":22102,""label"":""started_brush"",""startDate"":""2021-05-08"",""endDate"":""2021-09-19""},{""time"":23280,""label"":""tour_next"",""step"":5},{""time"":30031,""label"":""moved_brush"",""startDate"":""2021-07-27"",""endDate"":""2021-12-09""},{""time"":30960,""label"":""tour_next"",""step"":5},{""time"":33963,""label"":""cleared_brush"",""using"":""click""},{""time"":33967,""label"":""cleared_brush"",""using"":""Escape""},{""time"":35027,""label"":""tour_next"",""step"":5},{""time"":37137,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678932374154,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":6075,""label"":""hovered"",""timeHovered"":2553,""week"":""2022-01-03""}]}",0,complex,line,0,1,0,Positive,2.3,0,1,1,2.553,2.553,0,15,1,0.5,1,1,3 -2023-03-15 22:01:00,2023-03-15 22:15:31,0,100,871,1,2023-03-15 22:15:32,R_3Op6BGI7OZGOoio,30.6411,-97.7511,EN,1,11.402,,,,,15.009,84,70,64,30.601,36.034,1,-2,50.185,-2,1,46.801,1,83.795,15.117,4,4,5,6,3,4,,185.746,5,6,6,6,4,4,I trust the way it's presented but I am always skeptical about information on the internet until I can find verification.,46.135,3,,13.417,2,7,3,4,1,5,6,22.743,5,6,5,6,7,5,9,9,,34.338,3,3,5,2,3,4,48.738,2,,9.743,2,1983,Texas,6,2,1,,7,,,14,4,1,gina@twintails.com,136.849,5d5464629b7c4e000188782d,"{""startTime"":1678932331854,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":1662},{""label"":""window_focused"",""time"":39599}]}","{""startTime"":1678932240903,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932138014,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":13303,""label"":""tour_next"",""step"":2},{""time"":20878,""label"":""tour_end"",""step"":2},{""time"":27528,""label"":""hovered"",""timeHovered"":6514,""week"":""2022-01-03""}]}","{""startTime"":1678932225101,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":4749,""label"":""hovered"",""timeHovered"":2217,""week"":""2021-12-27""}]}",0,simple,line,1,1,0,Neutral,3.3,0,1,1,2.217,2.217,0,15,0.5,0.5,1,0.5,1 -2023-03-15 22:04:17,2023-03-15 22:15:33,0,100,675,1,2023-03-15 22:15:33,R_1CwoJfTknS05Ul2,37.9387,-122.3661,EN,1,6.98,,,,,15.107,87,100,95,38.569,93.536,1,-2,93.188,1,-3,85.045,1,50.16,15.015,6,4,6,6,7,6,,26.063,5,6,6,4,5,6,I trust this visualization because it seems credible based on the data and effort put into creating the chart.,49.662,4,,10.757,2,7,3,4,1,5,6,18.732,6,8,6,9,8,7,10,10,,25.177,4,4,5,2,3,4,25.363,2,,5.702,1,1994,California,6,1,1,,9,,Los Altos Hills,6,4,1,andrew98573@gmail.com,64.45,6245c8c532cdc22633ecbf3f,"{""startTime"":1678932562362,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932485230,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":23,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1263,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678932324753,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":11840,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1482,""week"":""51"",""id"":""chart""},{""time"":13622,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3749,""week"":""52"",""id"":""chart""},{""time"":20840,""label"":""tour_next"",""step"":5},{""time"":39981,""label"":""cleared_brush"",""using"":""Click""},{""time"":50273,""label"":""started_brush"",""startDate"":""2021-08-07"",""endDate"":""2021-11-22""},{""time"":51940,""label"":""tour_next"",""step"":5},{""time"":61650,""label"":""moved_brush"",""startDate"":""2021-10-22"",""endDate"":""2022-02-07""},{""time"":62950,""label"":""tour_next"",""step"":5},{""time"":67317,""label"":""cleared_brush"",""using"":""Click""},{""time"":67317,""label"":""cleared_brush"",""using"":""Escape""},{""time"":69601,""label"":""tour_next"",""step"":5},{""time"":74601,""label"":""tour_end"",""step"":5},{""time"":76866,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2094,""week"":""52"",""id"":""chart""},{""time"":86482,""label"":""started_brush"",""startDate"":""2021-04-17"",""endDate"":""2021-09-28""}]}","{""startTime"":1678932469687,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":5827,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1069,""week"":""52"",""id"":""chart""},{""time"":7605,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2574,""week"":""1"",""id"":""chart""}]}",0,complex,bar,1,0,0,Positive,3.7,0,2,2,3.643,1.8215,1778,15,0.5,0.5,1,1,3 -2023-03-15 22:06:06,2023-03-15 22:15:36,0,100,569,1,2023-03-15 22:15:37,R_26o8MnxQrmV4FLw,31.1455,-81.4981,EN,1,12.328,,,,,15.006,71,77,45,22.113,23.604,1,1,49.412,-3,-3,63.299,1,44.526,15.107,5,2,4,6,6,5,,29.429,2,6,4,2,2,5,"It doesn't seem like there is a reason to be fraudulent, but without research I can't say I fully trust it.",23.534,5,,12.907,2,7,3,4,1,5,6,25.055,5,6,7,6,6,6,10,10,,20.993,3,4,4,1,4,3,25.289,2,,5.185,2,1972,Georgia,6,2,1,,7,,,7,4,1,6266a87a7adacd7a91cabc93@email.prolific.co,72.841,6266a87a7adacd7a91cabc93,"{""startTime"":1678932624054,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932566835,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":6776,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1383,""week"":""14"",""id"":""chart""}]}","{""startTime"":1678932477132,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":5515,""label"":""tour_next"",""step"":2},{""time"":9423,""label"":""tour_end"",""step"":2},{""time"":10907,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1840,""week"":""49"",""id"":""chart2""},{""time"":12868,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1465,""week"":""47"",""id"":""chart2""},{""time"":15033,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1679,""week"":""52"",""id"":""chart2""},{""time"":17666,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1489,""week"":""52"",""id"":""chart""},{""time"":19182,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1022,""week"":""51"",""id"":""chart""},{""time"":20393,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1718,""week"":""5"",""id"":""chart""}]}","{""startTime"":1678932551244,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":6580,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1098,""week"":""50"",""id"":""chart""}]}",0,simple,bar,1,0,0,Positive,3.2,0,1,1,1.098,1.098,0,15,1,0,1,1,1 -2023-03-15 22:01:41,2023-03-15 22:15:59,0,100,858,1,2023-03-15 22:15:59,R_2967QleNcDJjoPS,26.2516,-98.2271,EN,1,16.744,1,3,2,7.536,15.108,100,100,100,23.849,45.138,1,1,85.148,-3,-3,100.971,1,71.971,15.015,4,4,4,7,6,4,A pretty standard data set. An option to zoom in on the graphs would be nice.,73.302,4,7,5,1,5,7,Does seem in line with previous COVID case graphs I have seen.,35.487,3,The graphs are a bit hard to see clearly.,30.502,2,7,3,4,1,5,6,14.939,1,1,1,1,1,1,11,1,Most of these are very corrupt and disorderly currently in the US. No trust can be had to these systems that are broken and flawed.,157.597,5,5,5,1,5,5,21.556,1,1,12.358,1,1994,Texas,3,2,1,,4,,,19,4,1,5e455faf462e0802d9d9c3e2@email.prolific.co,82.424,5e455faf462e0802d9d9c3e2,"{""startTime"":1678932325626,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":32067,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1065,""week"":""1"",""id"":""chart2""}]}","{""startTime"":1678932399622,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932178187,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":24,""label"":""tour_started""},{""time"":12805,""label"":""tour_next"",""step"":2},{""time"":21856,""label"":""tour_end"",""step"":2},{""time"":37597,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1199,""week"":""14"",""id"":""chart2""}]}","{""startTime"":1678932309704,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":5780,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1048,""week"":""4"",""id"":""chart""},{""time"":8929,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1049,""week"":""52"",""id"":""chart2""}]}",1,simple,bar,0,1,0,Positive,4.3,0,2,2,2.097,1.0485,3149,15,1,0,1,1,1 -2023-03-15 22:08:16,2023-03-15 22:16:17,0,100,480,1,2023-03-15 22:16:18,R_1LoOxZ4qRBWi3XB,45.0139,-93.1545,EN,1,10.289,,,,,15.011,92,93,55,15.152,63.846,1,1,46.06,1,1,29.486,1,36.58,16.825,7,7,5,7,7,7,,18.993,7,7,7,3,5,6,"It looks clear and easy to understand, the data is most likely verifiable",75.03,6,,5.334,2,7,3,4,1,5,6,8.118,3,7,9,7,9,7,9,10,,10.266,3,4,3,4,4,2,15.782,3,,4.814,2,1982,Minnesota,7,3,1,,9,,roseville,12,1,1,cobberreb@yahoo.com,35.339,614fe09fec9ce4a2a415476d,"{""startTime"":1678932777653,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_focused"",""time"":3417}]}","{""startTime"":1678932670461,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_focused"",""time"":19492}]}","{""startTime"":1678932549716,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":67,""label"":""tour_started""},{""label"":""window_focused"",""time"":3488},{""time"":9372,""label"":""tour_next"",""step"":5},{""label"":""window_blurred"",""time"":21633},{""label"":""window_focused"",""time"":29806},{""time"":38741,""label"":""started_brush"",""startDate"":""2021-07-05"",""endDate"":""2021-10-05""},{""time"":41213,""label"":""tour_next"",""step"":5},{""time"":45391,""label"":""moved_brush"",""startDate"":""2021-06-13"",""endDate"":""2021-09-13""},{""time"":46252,""label"":""tour_next"",""step"":5},{""time"":53129,""label"":""cleared_brush"",""using"":""click""},{""time"":54280,""label"":""tour_next"",""step"":5},{""time"":56839,""label"":""tour_end"",""step"":5},{""label"":""window_blurred"",""time"":58257},{""label"":""window_focused"",""time"":61580}]}","{""startTime"":1678932652004,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_focused"",""time"":1737},{""label"":""window_blurred"",""time"":5066}]}",0,complex,line,0,2,0,Positive,3.3,0,0,0,0,0,0,3.329,1,1,1,1,3 -2023-03-15 21:52:53,2023-03-15 22:16:35,0,100,1421,1,2023-03-15 22:16:36,R_yOzJSoUUC5Ml7d7,35.0812,-92.4722,EN,1,4.726,1,4,1,9.556,15.012,100,100,65,64.194,34.874,1,1,36.245,1,1,91.252,-1,96.53,15.111,6,6,6,7,7,6,,38.611,6,6,6,6,6,6,I trust it so far as I trust the the givers of this survey. It would not surprise me in any way if the data is correct. I could also see it being incorrect for the purposes of the survey.,97.424,4,,15.532,2,7,3,4,1,5,6,17.129,1,2,1,1,6,1,10,9,,36.393,3,3,5,3,4,3,50.734,2,1,14.082,1,1983,Arkansas,6,1,1,,7,,,5,4,2,,113.813,57a12661913c7100019767b7,"{""startTime"":1678932377846,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932416800,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932290295,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":4,""label"":""tour_started""},{""time"":9374,""label"":""hovered"",""timeHovered"":2376,""week"":""2021-12-27""},{""time"":12386,""label"":""tour_next"",""step"":2},{""time"":17801,""label"":""tour_end"",""step"":2},{""time"":18687,""label"":""hovered"",""timeHovered"":1060,""week"":""2021-12-20""},{""time"":23331,""label"":""hovered"",""timeHovered"":1782,""week"":""2021-08-16""},{""time"":29551,""label"":""hovered"",""timeHovered"":1502,""week"":""2022-01-03""}]}","{""startTime"":1678932362165,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":6383,""label"":""hovered"",""timeHovered"":1174,""week"":""2021-09-27""}]}",1,simple,line,1,1,0,Positive,3.5,0,1,1,1.174,1.174,0,15,1,1,0,1,1 -2023-03-15 21:54:30,2023-03-15 22:16:40,0,100,1329,1,2023-03-15 22:16:40,R_21tz0YGR8eIGTd9,38.783,-90.6351,EN,1,225.862,,,,,15.012,57,29,41,17.336,415.745,1,1,155.322,-3,-3,28.402,-1,21.412,15.011,5,5,4,5,4,5,n/a,20.529,4,4,3,3,3,3,No sources to back up this information. it is hearsay.,14.79,4,n/a,11.928,2,7,3,4,1,5,6,24.717,4,8,4,7,7,9,7,5,n/a,19.126,2,3,4,4,3,4,10.835,4,,7.734,1,2002,Missouri,6,1,1,,9,,Wright City,7,2,1,gwpezold@gmail.com,289.173,610323ee2d67fc117e7ef300,"{""startTime"":1678932557056,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":18314},{""label"":""window_focused"",""time"":19829}]}","{""startTime"":1678932527680,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931939315,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":34,""label"":""tour_started""},{""time"":407825,""label"":""tour_next"",""step"":2},{""time"":413452,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932512517,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,bar,1,0,0,Negative,3.3,0,0,0,0,0,0,15,1,0,0,1,1 -2023-03-15 21:55:11,2023-03-15 22:17:33,0,100,1342,1,2023-03-15 22:17:34,R_1kRZ1GA9dkDVGnW,36.1214,-115.141,EN,1,16.666,,,,,15.111,93,87,64,82.299,296.181,1,1,217.202,1,-3,120.495,1,158.66,15.112,4,4,4,5,6,4,,59.727,4,5,5,1,4,4,I have not been given any reason to trust or distrust the visualization/data so I can't say one way or the other.,70.604,5,,12.649,2,7,3,4,1,5,6,40.702,8,7,5,5,9,9,11,11,,31.403,1,1,1,5,2,1,34.997,2,,6,1,1974,Nevada,2,2,1,,7,,,2,4,2,,57.994,5f9e612e5e10814115cc780d,"{""startTime"":1678932310419,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932371312,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":7421,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1063,""week"":""50"",""id"":""chart""}]}","{""startTime"":1678931838399,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":28,""label"":""tour_started""},{""time"":33167,""label"":""tour_next"",""step"":5},{""time"":69584,""label"":""cleared_brush"",""using"":""Click""},{""time"":77861,""label"":""cleared_brush"",""using"":""Click""},{""time"":80997,""label"":""cleared_brush"",""using"":""Click""},{""time"":82666,""label"":""cleared_brush"",""using"":""Click""},{""time"":83831,""label"":""cleared_brush"",""using"":""Click""},{""time"":84454,""label"":""cleared_brush"",""using"":""Click""},{""time"":88239,""label"":""tour_back"",""step"":5},{""time"":89423,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":2551,""week"":""51"",""id"":""chart""},{""time"":93893,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1163,""week"":""1"",""id"":""chart""},{""time"":96301,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1689,""week"":""31"",""id"":""chart""},{""time"":101261,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":3395,""week"":""2"",""id"":""chart""},{""time"":114258,""label"":""tour_next"",""step"":5},{""time"":116665,""label"":""cleared_brush"",""using"":""Click""},{""time"":118124,""label"":""cleared_brush"",""using"":""Click""},{""time"":123607,""label"":""moved_brush"",""startDate"":""2021-08-25"",""endDate"":""2022-02-07""},{""time"":126213,""label"":""cleared_brush"",""using"":""Click""},{""time"":134287,""label"":""cleared_brush"",""using"":""Click""},{""time"":139728,""label"":""cleared_brush"",""using"":""Click""},{""time"":147087,""label"":""cleared_brush"",""using"":""Click""},{""time"":149045,""label"":""cleared_brush"",""using"":""Click""},{""time"":154031,""label"":""moved_brush"",""startDate"":""2021-08-10"",""endDate"":""2022-01-29""},{""time"":157806,""label"":""moved_brush"",""startDate"":""2021-08-10"",""endDate"":""2021-12-13""},{""label"":""window_blurred"",""time"":161322},{""label"":""window_focused"",""time"":246215},{""time"":258867,""label"":""started_brush"",""startDate"":""2021-12-30"",""endDate"":""2022-01-23""},{""time"":261556,""label"":""tour_next"",""step"":5},{""time"":267801,""label"":""moved_brush"",""startDate"":""2021-09-16"",""endDate"":""2022-01-23""},{""time"":269384,""label"":""tour_next"",""step"":5},{""time"":278496,""label"":""cleared_brush"",""using"":""Click""},{""time"":279673,""label"":""tour_next"",""step"":5},{""time"":291419,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678932294507,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,bar,0,0,0,Neutral,1.8,0,0,0,0,0,0,15,1,0.5,1,1,3 -2023-03-15 22:08:12,2023-03-15 22:17:35,0,100,563,1,2023-03-15 22:17:36,R_3nkqKWy7GvpDzuc,43.4219,-88.1847,EN,1,3.245,1,2,2,3.027,15.11,67,79,32,7.702,35.416,-2,-3,28.614,-3,1,37.27,1,33.798,15.014,6,5,6,5,5,6,,13.282,4,4,4,2,3,5,"I think that the data feels valid, but it has no context to how the data was populated or received and compiled.",21.783,5,,2.163,2,7,3,4,1,5,6,11.102,5,7,8,9,4,7,9,10,,12.337,4,2,3,4,3,3,8.436,3,4,5.501,1,1995,Wisconsin,6,2,1,,7,,,11,3,1,calebhorst4995@gmail.com,58.822,628eabb243fb4a73e29d9385,"{""startTime"":1678932615447,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932629446,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932529547,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":17,""label"":""tour_started""},{""time"":2282,""label"":""tour_next"",""step"":5},{""time"":21362,""label"":""cleared_brush"",""using"":""Click""},{""time"":21791,""label"":""cleared_brush"",""using"":""Click""},{""time"":22820,""label"":""started_brush"",""startDate"":""2021-08-21"",""endDate"":""2021-11-19""},{""time"":24002,""label"":""tour_next"",""step"":5},{""time"":27228,""label"":""moved_brush"",""startDate"":""2021-10-05"",""endDate"":""2021-11-19""},{""time"":27836,""label"":""tour_next"",""step"":5},{""time"":30167,""label"":""cleared_brush"",""using"":""Click""},{""time"":31162,""label"":""tour_next"",""step"":5},{""time"":33734,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678932599755,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":5135,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2705,""week"":""51"",""id"":""chart""},{""time"":7866,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1575,""week"":""52"",""id"":""chart""},{""time"":9462,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1059,""week"":""1"",""id"":""chart""},{""time"":12040,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1460,""week"":""2"",""id"":""chart""}]}",1,complex,bar,1,0,0,Negative,3.2,0,4,4,6.799,1.69975,6905,15,0,0.5,1,1,3 -2023-03-15 22:11:50,2023-03-15 22:17:56,0,100,365,1,2023-03-15 22:17:56,R_2rAhc4e6oPoVxx7,33.4948,-117.0954,EN,1,15.683,1,3,2,5.838,15.008,100,100,0,14.93,40.847,1,-2,25.885,-2,1,27.878,1,9.827,15.01,7,7,7,7,7,7,,20.682,7,7,7,7,7,7,I feel the data matches my idea,17.205,5,,9.068,2,7,3,4,1,5,6,20.086,2,5,1,8,8,6,10,7,,18.606,5,5,5,5,5,5,17.704,5,4,9.008,1,1960,California,8,3,1,,9,,Temecula,10,2,1,rojeda63@roadrunner.com,39.427,62e47e029b91347575df3047,"{""startTime"":1678932892290,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932859964,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932776060,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":19,""label"":""tour_started""},{""time"":1777,""label"":""hovered"",""timeHovered"":13617,""week"":""2022-01-31""},{""time"":17277,""label"":""hovered"",""timeHovered"":3517,""week"":""2021-12-27""},{""time"":28627,""label"":""hovered"",""timeHovered"":2615,""week"":""2022-01-03""},{""time"":32494,""label"":""tour_next"",""step"":2},{""time"":38063,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932844154,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":402,""label"":""hovered"",""timeHovered"":1097,""week"":""2021-07-12""},{""time"":3999,""label"":""hovered"",""timeHovered"":3000,""week"":""2021-08-16""},{""time"":7101,""label"":""hovered"",""timeHovered"":1266,""week"":""2022-01-03""},{""time"":9683,""label"":""hovered"",""timeHovered"":2966,""week"":""2022-01-03""}]}",1,simple,line,0,1,0,Positive,5,0,4,4,8.329,2.08225,9281,15,0.5,0.5,1,0.5,1 -2023-03-15 22:06:31,2023-03-15 22:18:08,0,100,696,1,2023-03-15 22:18:08,R_3dEoVedQDxdTVx4,34.2037,-84.1031,EN,1,4.984,,,,,15.013,7,100,68,31.768,55.098,1,1,36.459,-2,1,51.615,1,65.481,15.116,4,2,4,7,6,4,interesting study ,51.717,2,7,6,6,4,4,I don't know where the information came from or what sources brought the numbers together or even if there are any outside conditions that make the information inaccurate that are not included ,89.861,2,,60.954,2,7,3,4,1,5,6,28.776,1,4,9,1,1,3,8,8,,28.965,1,5,5,3,5,4,36.203,5,,10.387,2,2004,Georgia,3,3,1,,7,,,7,4,2,,54.645,63ed70c4b62c9946c66b38e9,"{""startTime"":1678932561560,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932613785,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932453885,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":3,""label"":""tour_started""},{""time"":13161,""label"":""tour_next"",""step"":2},{""time"":48606,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932546053,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":12562,""label"":""hovered"",""timeHovered"":1052,""week"":""2021-04-26""}]}",0,simple,line,1,0,0,Positive,3.8,0,1,1,1.052,1.052,0,15,1,0.5,1,1,1 -2023-03-15 21:58:02,2023-03-15 22:18:25,0,100,1223,1,2023-03-15 22:18:26,R_3PGjseMIffwiKrK,29.7646,-95.3657,EN,1,3.335,1,2,2,3.555,15.105,86,97,87,17.349,52.135,-2,1,50.571,-3,1,147.222,1,69.268,15.007,6,6,6,6,6,6,no comments,96.42,6,6,6,2,2,6,the data makes sense and I have no reason to disagree with it,64.094,4,no comments,10.807,2,7,3,4,1,5,6,16.889,5,5,6,6,3,4,10,10,no comments,63.349,2,2,3,4,2,2,155.737,1,2,18.352,1,2001,Texas,3,2,1,,9,,HOUSTON,9,4,1,tony9684@outlook.com,342.245,6282abf0be2e9e2a65af807e,"{""startTime"":1678932263113,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":9630,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1671,""week"":""3"",""id"":""chart""}]}","{""startTime"":1678932144938,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_focused"",""time"":6197}]}","{""startTime"":1678931929141,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":8283,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4566,""week"":""1"",""id"":""chart""},{""time"":14059,""label"":""tour_next"",""step"":2},{""label"":""window_blurred"",""time"":15793},{""label"":""window_focused"",""time"":18909},{""label"":""window_blurred"",""time"":20587},{""label"":""window_focused"",""time"":23890},{""time"":26508,""label"":""tour_end"",""step"":2},{""time"":34278,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3203,""week"":""52"",""id"":""chart""},{""label"":""window_blurred"",""time"":41017},{""label"":""window_focused"",""time"":51114}]}","{""startTime"":1678932129540,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":2737}]}",1,moderate,bar,0,1,0,Positive,2.5,0,0,0,0,0,0,2.737,0.5,0.5,1,0.5,2 -2023-03-15 22:08:26,2023-03-15 22:18:42,0,100,616,1,2023-03-15 22:18:43,R_3EhCcoRAlAkcmqx,40.68,-73.4425,EN,1,5.739,1,2,1,5.209,15.11,64,68,69,112.262,51.774,1,1,50.493,-3,-3,47.261,1,37.321,15.109,4,3,3,6,6,3,,42.64,6,6,7,6,7,6,It is clear to see that the occurrence of the variable is higher with one population over another,28.323,2,,6.944,2,7,3,4,1,5,6,16.549,2,1,9,10,7,7,8,10,,26.011,2,2,3,4,4,4,45.706,7,1,13.9,1,2000,New York,6,1,1,,9,,Massapequa Park,14,1,1,marranara5@gmail.com,46.725,63d3f95e93b636344cf403d9,"{""startTime"":1678936519023,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678936467981,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678936347774,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":23,""label"":""tour_started""},{""time"":8875,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1872,""week"":""50"",""id"":""chart""},{""time"":10881,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1624,""week"":""51"",""id"":""chart""},{""time"":14917,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1623,""week"":""2"",""id"":""chart""},{""time"":18225,""label"":""tour_next"",""step"":2},{""time"":25843,""label"":""tour_end"",""step"":2},{""time"":39045,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1617,""week"":""52"",""id"":""chart""},{""time"":41143,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7415,""week"":""52"",""id"":""chart2""}]}","{""startTime"":1678936451877,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar,0,1,0,Positive,3.2,0,0,0,0,0,0,15,1,0,1,1,1 -2023-03-15 22:09:47,2023-03-15 22:18:53,0,100,545,1,2023-03-15 22:18:53,R_27rLdkyCnFTwlTX,41.7817,-124.1332,EN,1,13.615,,,,,15.113,100,100,50,26.177,27.134,1,1,54.181,1,1,58.158,-1,37.91,15.114,6,4,5,6,6,6,,38.738,6,6,6,2,2,6,"Assuming we trust the data, then the visualization would be an accurate representation of the data in an easy to understand format.",33.148,6,,10.594,2,7,3,4,1,5,6,23.102,1,1,1,1,1,3,3,1,,38.728,5,5,5,1,5,5,25.429,5,,8.202,2,1975,California,3,2,1,,7,,,7,4,1,59f21fe8cc514a00011a66cf@email.prolific.co,54.975,59f21fe8cc514a00011a66cf,"{""startTime"":1678932806881,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":35927},{""label"":""window_focused"",""time"":37377}]}","{""startTime"":1678932748931,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932650830,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":3250,""label"":""hovered"",""timeHovered"":2504,""week"":""2021-12-27""},{""time"":17084,""label"":""tour_next"",""step"":2},{""time"":21449,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932733212,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":12549,""label"":""hovered"",""timeHovered"":2804,""week"":""2022-01-03""}]}",0,simple,line,0,1,0,Positive,4.3,0,1,1,2.804,2.804,0,15,1,1,0,1,1 -2023-03-15 22:04:03,2023-03-15 22:18:57,0,100,894,1,2023-03-15 22:18:58,R_1OWbjGjTJyf2ujb,41.4129,-72.9077,EN,1,11.455,1,4,1,15.074,15.01,80,95,63,51.145,53.939,1,-2,76.57,1,1,147.635,1,96.21,15.056,6,4,2,5,6,6,,42.981,6,6,4,3,2,6,I trust CDC as a source.,41.809,5,,14.054,2,7,3,4,1,5,6,31.456,3,6,6,7,8,4,10,9,,44.277,3,3,4,2,4,4,39.405,2,1,25.193,1,1967,Connecticut,3,1,1,,7,,,4,4,1,605d0d00436a36ad0d8d6fa5@email.prolific.co,109.194,605d0d00436a36ad0d8d6fa5,"{""startTime"":1678932569845,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932613462,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932351464,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":17,""label"":""tour_started""},{""time"":35778,""label"":""hovered"",""timeHovered"":1648,""week"":""2021-07-26""},{""time"":39445,""label"":""hovered"",""timeHovered"":2903,""week"":""2022-01-10""},{""time"":42549,""label"":""hovered"",""timeHovered"":1017,""week"":""2022-01-10""},{""time"":45558,""label"":""tour_next"",""step"":2},{""time"":49390,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932554219,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line,1,0,0,Positive,3.3,0,0,0,0,0,0,15,0.5,1,1,1,2 -2023-03-15 22:10:27,2023-03-15 22:19:10,0,100,522,1,2023-03-15 22:19:11,R_1iq8IlqDRIifWhk,38.5774,-90.6709,EN,1,9.698,,,,,15.021,90,82,72,17.06,81.351,-2,1,37.522,-3,-3,32.057,1,40.285,15.023,6,7,7,7,7,7,"The interactive data is actually kinda fun to use, much better than a standard boring chart.",28.941,7,7,7,5,7,7,"Clearly a lot of thought has gone into it to make it designed in a matter that is clear and easy to use, so I trust the visualization.",38.236,5,,9.263,2,7,3,4,1,5,6,16.312,4,8,8,8,3,6,10,10,"Anything that has money involved/trying to make a profit, I trust less since those people are just going to go after the money.",38.266,3,4,3,3,4,3,32.763,2,,7.529,1,2004,Wisconsin,3,3,1,,7,,,3,2,1,63f4eb046bcf1fda92414a71@email.prolific.co,52.568,63f4eb046bcf1fda92414a71,"{""startTime"":1678932820852,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932850605,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932681741,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":19802,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1063,""week"":""39"",""id"":""chart""},{""time"":22683,""label"":""tour_next"",""step"":5},{""time"":36129,""label"":""started_brush"",""startDate"":""2021-09-12"",""endDate"":""2022-02-07""},{""time"":37325,""label"":""tour_next"",""step"":5},{""time"":44435,""label"":""moved_brush"",""startDate"":""2021-07-20"",""endDate"":""2021-12-15""},{""time"":45782,""label"":""moved_brush"",""startDate"":""2021-08-05"",""endDate"":""2021-12-31""},{""time"":47356,""label"":""moved_brush"",""startDate"":""2021-07-10"",""endDate"":""2021-12-05""},{""time"":48211,""label"":""tour_next"",""step"":5},{""time"":54545,""label"":""cleared_brush"",""using"":""Click""},{""time"":54545,""label"":""cleared_brush"",""using"":""Escape""},{""time"":55693,""label"":""tour_next"",""step"":5},{""time"":60468,""label"":""tour_end"",""step"":5},{""time"":67487,""label"":""started_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-07-03""},{""time"":74588,""label"":""moved_brush"",""startDate"":""2021-11-09"",""endDate"":""2022-02-07""},{""time"":80720,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-07-03""}]}","{""startTime"":1678932804865,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":3560,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1472,""week"":""52"",""id"":""chart""},{""time"":5196,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1962,""week"":""2"",""id"":""chart""},{""time"":8225,""label"":""started_brush"",""startDate"":""2021-09-16"",""endDate"":""2021-12-01""},{""label"":""window_blurred"",""time"":9789},{""label"":""window_focused"",""time"":13134},{""time"":15218,""label"":""moved_brush"",""startDate"":""2021-11-14"",""endDate"":""2022-01-29""}]}",0,complex,bar,1,1,0,Positive,3.3,1,4,2,3.434,1.717,11658,9.789,0.5,0,1,1,3 -2023-03-15 21:59:55,2023-03-15 22:19:19,0,100,1163,1,2023-03-15 22:19:19,R_33x6bbhQpyX6O8c,41.9082,-71.1031,EN,1,10.702,,,,,15.111,80,23,29,51.478,196.365,-2,1,109.148,-3,-3,104.701,1,82.111,15.019,4,4,4,6,5,5,"This is a very busy graph, but after viewing it for a bit, it wasn't too hard to understand. To make it a little easier for the study taker, the task/instructions should be moved so they don't cover the graph while you are trying to perform the tasks. ",176.91,5,6,6,2,2,6,I chose that because the instructions note: assume you trust the data.,36.266,5,,34.818,2,7,3,4,1,5,6,34.63,2,1,8,4,2,5,7,9,,42.498,4,4,5,2,5,3,55.825,6,,8.632,1,1959,Massachusetts,6,2,1,,7,,,8,3,1,prt10@verizon.net,83.479,64029de99a8a72fc5a205b7e,"{""startTime"":1678932377117,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":12,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1210,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678932554527,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932082391,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":4001,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1414,""week"":""6"",""id"":""chart""},{""time"":32506,""label"":""tour_next"",""step"":5},{""time"":53633,""label"":""tour_back"",""step"":5},{""time"":55848,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1982,""week"":""35"",""id"":""chart""},{""time"":60215,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3799,""week"":""36"",""id"":""chart""},{""time"":65333,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1115,""week"":""36"",""id"":""chart""},{""time"":66451,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1064,""week"":""36"",""id"":""chart""},{""time"":67532,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1617,""week"":""35"",""id"":""chart""},{""time"":73345,""label"":""tour_next"",""step"":5},{""time"":92371,""label"":""cleared_brush"",""using"":""Click""},{""time"":93006,""label"":""started_brush"",""startDate"":""2021-08-06"",""endDate"":""2021-09-10""},{""time"":103276,""label"":""cleared_brush"",""using"":""Click""},{""time"":104837,""label"":""cleared_brush"",""using"":""Click""},{""time"":112701,""label"":""started_brush"",""startDate"":""2021-08-07"",""endDate"":""2021-08-28""},{""time"":113545,""label"":""tour_next"",""step"":5},{""time"":131659,""label"":""moved_brush"",""startDate"":""2021-10-08"",""endDate"":""2021-10-29""},{""time"":132382,""label"":""tour_next"",""step"":5},{""time"":141450,""label"":""cleared_brush"",""using"":""Click""},{""time"":141450,""label"":""cleared_brush"",""using"":""Escape""},{""time"":145624,""label"":""tour_next"",""step"":5},{""time"":155966,""label"":""tour_end"",""step"":5},{""time"":158004,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2627,""week"":""52"",""id"":""chart""},{""time"":161724,""label"":""cleared_brush"",""using"":""Click""},{""time"":163698,""label"":""started_brush"",""startDate"":""2021-06-06"",""endDate"":""2021-07-22""},{""time"":169360,""label"":""cleared_brush"",""using"":""Click""},{""time"":169360,""label"":""cleared_brush"",""using"":""Escape""}]}","{""startTime"":1678932361728,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,bar,0,0,0,Neutral,3.8,0,0,0,0,0,0,15,0.5,0,1,1,3 -2023-03-15 22:05:26,2023-03-15 22:19:46,0,100,859,1,2023-03-15 22:19:47,R_3m35gRci87gwNPL,41.141,-81.4768,EN,1,21.993,1,3,1,11.591,15.107,100,92,80,37.36,138.717,1,1,66.498,1,1,102.441,1,65.769,15.106,6,6,6,6,6,6,,32.035,6,7,6,5,2,6,I trust the source. The Center of Disease control is someone I trust to provide accurate information regarding disease.,51.221,6,,17.583,2,7,3,4,1,5,6,28.452,2,4,6,5,4,7,10,10,,35.165,4,3,5,2,4,4,40.224,2,1,15.255,2,1984,Ohio,6,1,1,,7,,,9,4,2,,90.565,617390ea6b825a0eb8904f29,"{""startTime"":1678932784023,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932690888,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932432655,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":26,""label"":""tour_started""},{""time"":29250,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":14028,""week"":""52"",""id"":""chart""},{""time"":44110,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2161,""week"":""1"",""id"":""chart""},{""time"":46903,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1678,""week"":""52"",""id"":""chart""},{""time"":48667,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1378,""week"":""1"",""id"":""chart""},{""time"":51829,""label"":""tour_next"",""step"":2},{""time"":63529,""label"":""tour_end"",""step"":2},{""time"":103024,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2606,""week"":""14"",""id"":""chart""},{""time"":106627,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1102,""week"":""21"",""id"":""chart""},{""time"":112083,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2909,""week"":""23"",""id"":""chart""},{""time"":116391,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1710,""week"":""24"",""id"":""chart""},{""time"":121378,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1726,""week"":""6"",""id"":""chart""},{""time"":125635,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1444,""week"":""52"",""id"":""chart""},{""time"":127845,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1977,""week"":""1"",""id"":""chart""},{""time"":129922,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1279,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678932675100,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":5914,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3189,""week"":""3"",""id"":""chart""},{""time"":9140,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1261,""week"":""2"",""id"":""chart""}]}",1,moderate,bar,1,0,0,Positive,3.7,0,2,2,4.45,2.225,3226,15,1,1,1,1,2 -2023-03-15 22:07:57,2023-03-15 22:19:53,0,100,716,1,2023-03-15 22:19:54,R_1QmZTMYRCbZAgTE,34.9879,-79.2169,EN,1,6.543,2,,1,4.381,15.017,86,99,39,31.549,29.971,1,1,110.682,-1,-2,158.931,1,29.638,15.116,5,5,5,6,6,5,,25.277,6,6,5,2,2,5,You never know what people put out there. It may be true but i can never really be sure unless I look it up myself.,33.294,3,,6.764,2,7,3,4,1,5,6,40.079,5,6,7,6,6,5,7,6,,18.485,2,2,2,4,2,2,17.161,2,2,14.408,2,1986,North Carolina,3,1,1,,3,,,4,2,1,smith.angela8635@gmail.com,108.321,5a8ac2d8f49c9a0001f3ab34,"{""startTime"":1678932763354,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932704345,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932546661,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":4121,""label"":""hovered"",""timeHovered"":3226,""week"":""2021-10-11""},{""time"":8063,""label"":""hovered"",""timeHovered"":2583,""week"":""2022-01-03""},{""time"":11496,""label"":""hovered"",""timeHovered"":2999,""week"":""2021-12-13""},{""time"":17268,""label"":""tour_next"",""step"":2},{""time"":20327,""label"":""tour_end"",""step"":2},{""time"":21417,""label"":""hovered"",""timeHovered"":1520,""week"":""2021-10-18""},{""time"":23143,""label"":""hovered"",""timeHovered"":1152,""week"":""2022-01-17""},{""time"":26228,""label"":""hovered"",""timeHovered"":1683,""week"":""2021-09-06""}]}","{""startTime"":1678932688460,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":3611,""label"":""hovered"",""timeHovered"":1829,""week"":""2021-09-13""},{""time"":8729,""label"":""hovered"",""timeHovered"":5232,""week"":""2022-01-03""}]}",1,simple,line,1,0,0,Neutral,2.3,0,2,2,7.061,3.5305,5118,15,1,0,1,1,1 -2023-03-15 22:10:40,2023-03-15 22:20:00,0,100,559,1,2023-03-15 22:20:00,R_1rdBFI71bALra1L,42.5181,-70.899,EN,1,5.396,,,,,15.107,93,59,92,22.895,96.81,1,1,42.829,1,1,59.024,1,69.865,15.011,6,7,7,7,5,7,,32.051,7,7,7,3,2,7,"It represents the data in a clear manner, and allows the user to gain more detailed information through hovering over the relevant parts.",28.953,5,,8.155,2,7,3,4,1,5,6,18.966,3,3,1,6,7,4,11,11,,28,5,5,5,1,5,5,15.058,3,,4.873,2,1985,Massachusetts,7,3,1,,2,,,13,5,2,,48.81,636168a962acef1f1f1cc4ce,"{""startTime"":1678932876578,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932912001,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932692969,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":12773,""label"":""tour_next"",""step"":5},{""time"":29674,""label"":""started_brush"",""startDate"":""2021-04-14"",""endDate"":""2021-06-28""},{""time"":30938,""label"":""moved_brush"",""startDate"":""2021-08-06"",""endDate"":""2021-10-20""},{""time"":31836,""label"":""moved_brush"",""startDate"":""2021-10-03"",""endDate"":""2021-12-17""},{""time"":33591,""label"":""moved_brush"",""startDate"":""2021-06-10"",""endDate"":""2021-08-24""},{""time"":34380,""label"":""tour_next"",""step"":5},{""time"":40636,""label"":""moved_brush"",""startDate"":""2021-06-10"",""endDate"":""2021-07-06""},{""time"":42081,""label"":""tour_next"",""step"":5},{""time"":54680,""label"":""moved_brush"",""startDate"":""2021-06-10"",""endDate"":""2021-07-06""},{""time"":54883,""label"":""moved_brush"",""startDate"":""2021-06-10"",""endDate"":""2021-07-06""},{""time"":59287,""label"":""cleared_brush"",""using"":""click""},{""time"":59289,""label"":""cleared_brush"",""using"":""Escape""},{""time"":61437,""label"":""tour_next"",""step"":5},{""time"":65286,""label"":""tour_end"",""step"":5},{""time"":77426,""label"":""hovered"",""timeHovered"":1556,""week"":""2022-01-10""},{""time"":88344,""label"":""started_brush"",""startDate"":""2021-08-08"",""endDate"":""2021-10-05""},{""time"":90659,""label"":""cleared_brush"",""using"":""click""},{""time"":90832,""label"":""cleared_brush"",""using"":""click""}]}","{""startTime"":1678932860713,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":4258,""label"":""hovered"",""timeHovered"":1355,""week"":""2021-11-15""},{""time"":7300,""label"":""hovered"",""timeHovered"":1520,""week"":""2021-12-20""},{""time"":9835,""label"":""hovered"",""timeHovered"":2141,""week"":""2021-12-27""}]}",0,complex,line,0,2,0,Positive,4.3,0,3,3,5.016,1.672,5577,15,1,1,1,1,3 -2023-03-15 22:07:59,2023-03-15 22:20:09,0,100,729,1,2023-03-15 22:20:09,R_3sbTemNx1QuR9dm,36.3519,-94.2197,EN,1,12.932,,,,,15.009,84,60,86,37.558,62.291,1,-3,84.28,-3,1,86.894,1,60.588,15.121,6,4,7,5,7,6,,32.962,5,5,6,5,5,5,I believe that the research is very friendly and was done right so I am able to trust the visualization. ,52.433,4,,11.989,2,7,3,4,1,5,6,26.701,1,2,8,4,2,9,7,9,,25.988,3,4,5,2,3,4,53.152,5,,17.046,2,1973,Arkansas,4,1,1,,9,,Fayetteville,8,4,1,tammybomar.kc@gmail.com,79.818,63f6ac6d4ce41fa2a87ea79b,"{""startTime"":1678932804258,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932722755,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932557023,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":24602,""label"":""hovered"",""timeHovered"":1315,""week"":""2022-02-07""},{""time"":31184,""label"":""tour_next"",""step"":2},{""time"":54990,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932707164,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":12220,""label"":""hovered"",""timeHovered"":1315,""week"":""2022-02-07""}]}",0,moderate,line,1,0,0,Positive,3.5,0,1,1,1.315,1.315,0,15,0.5,0.5,1,0.5,2 -2023-03-15 21:57:23,2023-03-15 22:20:18,0,100,1375,1,2023-03-15 22:20:18,R_bkqfLnHio8wEYMN,39.2124,-76.8776,EN,1,11.416,,,,,15.108,100,100,76,26.834,151.13,1,-3,279.846,-3,1,255.084,1,139.462,15.008,6,6,6,7,7,6,,23.495,7,7,5,2,1,6,The data looks to be well organized and seems to be accurate given the data presented in the graph,79.824,4,,10.982,2,7,3,4,1,5,6,12.974,4,4,5,5,6,6,9,8,,23.377,3,3,3,2,4,3,28.916,4,,4.347,1,1986,Maryland,3,1,1,,3,,,4,3,1,1fr33man1@gmail.com,56.798,62e1ede63f23cc2eb6170242,"{""startTime"":1678932615458,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":570},{""label"":""window_focused"",""time"":1799}]}","{""startTime"":1678932511733,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932063582,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":21,""label"":""tour_started""},{""time"":13709,""label"":""hovered"",""timeHovered"":1451,""week"":""2021-11-22""},{""time"":18209,""label"":""hovered"",""timeHovered"":1718,""week"":""2021-08-16""},{""time"":28268,""label"":""tour_next"",""step"":2},{""time"":37021,""label"":""tour_end"",""step"":2},{""label"":""window_blurred"",""time"":42718},{""label"":""window_focused"",""time"":146547}]}","{""startTime"":1678932496140,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,line,0,1,0,Positive,3,0,0,0,0,0,0,15,0.5,0.5,1,0.5,1 -2023-03-15 22:07:01,2023-03-15 22:20:32,0,100,810,1,2023-03-15 22:20:32,R_9yKqDJp7jv6VSUx,32.7797,-96.8022,EN,1,4.408,1,2,1,6.169,15.014,61,90,88,34.151,94.253,1,1,35.738,1,1,34.402,-2,30.17,15.013,6,5,6,6,7,5,,23.64,5,6,6,6,5,5,I do know there is a margin for error with these results and numbers. So I take that into account but it looks pretty accurate,41.595,4,,8.648,2,7,3,4,1,5,6,22.672,2,1,1,1,3,3,6,7,,18.901,4,4,5,1,5,4,19.908,3,1,12.501,1,1984,Texas,6,1,1,,7,,,14,3,1,5d6807f9778de5001a120d9a@email.prolific.co,306.034,5d6807f9778de5001a120d9a,"{""startTime"":1678932701991,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932638550,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932493456,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":5675,""label"":""hovered"",""timeHovered"":7670,""week"":""2022-01-10""},{""time"":29769,""label"":""hovered"",""timeHovered"":1399,""week"":""2022-01-10""},{""time"":34457,""label"":""tour_next"",""step"":2},{""time"":40589,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932623082,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":11290,""label"":""hovered"",""timeHovered"":1250,""week"":""2022-01-03""}]}",1,moderate,line,0,1,0,Positive,3.8,0,1,1,1.25,1.25,0,15,1,1,0,1,2 -2023-03-15 21:56:15,2023-03-15 22:20:49,0,100,1473,1,2023-03-15 22:20:49,R_27wmZkCoKoqugCb,42.3394,-122.8475,EN,1,47.795,1,4,1,12.568,15.013,100,100,76,73.919,258.122,1,1,80.5,1,1,75.055,-1,76.394,15.107,4,4,4,4,4,4,"Actually, in the interactive visualization, the pop-up box had the information regarding infection rate of vaccinated vs unvaccinated people reversed. In the pop-up box when one hovers over a certain date, the information provided is incorrect according to the legend, in that the box shows more vaccinated than unvaccinated people having been infected during any certain time. Additionally, there is no information for number of infections for late December 2022",382.125,4,1,4,1,1,1,"AS I explained before, when you hover over a certain time frame, the information presented in the pop-up box is the reverse of what is shown in the legend and in the actual graph itself. Either the graph and legend are wrong, which I doubt, or the information in the pop-up box is incorrect. Therefore< I do not trust the information in the visualization.",111.107,5,I'm not sure if providing incorrect information in the pop-up boxes was intentional but I will message the researchers to make sure they are aware of it.,62.78,2,7,3,4,1,5,6,24.675,2,4,7,5,6,2,10,9,,34.142,4,5,5,1,5,1,39.781,1,1,14.208,2,1950,Oregon,7,2,1,,7,,,14,4,2,,55.673,622a4d6cf143081ed1887ee5,"{""startTime"":1678932292139,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":158067,""label"":""hovered"",""timeHovered"":4560,""week"":""2022-01-10""}]}","{""startTime"":1678932675269,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":36743,""label"":""hovered"",""timeHovered"":2835,""week"":""2021-08-23""}]}","{""startTime"":1678931940492,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":4,""label"":""tour_started""},{""time"":15276,""label"":""hovered"",""timeHovered"":4364,""week"":""2022-01-03""},{""time"":22477,""label"":""hovered"",""timeHovered"":1244,""week"":""2022-01-03""},{""time"":26035,""label"":""hovered"",""timeHovered"":1305,""week"":""2021-08-16""},{""time"":32666,""label"":""hovered"",""timeHovered"":1624,""week"":""2022-01-10""},{""time"":36150,""label"":""hovered"",""timeHovered"":8087,""week"":""2022-01-10""},{""time"":48045,""label"":""tour_next"",""step"":5},{""time"":68619,""label"":""started_brush"",""startDate"":""2021-05-30"",""endDate"":""2021-09-21""},{""time"":88554,""label"":""moved_brush"",""startDate"":""2021-06-20"",""endDate"":""2021-10-12""},{""time"":89916,""label"":""tour_next"",""step"":5},{""time"":108069,""label"":""moved_brush"",""startDate"":""2021-06-20"",""endDate"":""2022-02-13""},{""time"":110546,""label"":""moved_brush"",""startDate"":""2021-06-20"",""endDate"":""2022-02-13""},{""time"":113822,""label"":""moved_brush"",""startDate"":""2021-08-05"",""endDate"":""2022-02-13""},{""time"":115490,""label"":""moved_brush"",""startDate"":""2021-08-05"",""endDate"":""2022-02-13""},{""time"":125620,""label"":""moved_brush"",""startDate"":""2021-08-05"",""endDate"":""2022-02-13""},{""time"":127957,""label"":""moved_brush"",""startDate"":""2021-08-05"",""endDate"":""2022-02-13""},{""time"":143442,""label"":""moved_brush"",""startDate"":""2021-11-23"",""endDate"":""2022-02-13""},{""time"":144842,""label"":""tour_next"",""step"":5},{""time"":160357,""label"":""cleared_brush"",""using"":""click""},{""time"":164859,""label"":""tour_next"",""step"":5},{""time"":174344,""label"":""tour_end"",""step"":5},{""time"":184699,""label"":""started_brush"",""startDate"":""2021-09-07"",""endDate"":""2022-02-13""},{""time"":190650,""label"":""hovered"",""timeHovered"":26716,""week"":""2022-01-03""},{""time"":228681,""label"":""hovered"",""timeHovered"":1308,""week"":""2021-12-06""},{""time"":235363,""label"":""hovered"",""timeHovered"":4993,""week"":""2022-01-03""},{""time"":245121,""label"":""hovered"",""timeHovered"":11712,""week"":""2022-01-10""}]}","{""startTime"":1678932276344,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":7648,""label"":""hovered"",""timeHovered"":1481,""week"":""2022-01-10""},{""time"":9176,""label"":""hovered"",""timeHovered"":2272,""week"":""2022-01-10""},{""time"":14043,""label"":""cleared_brush"",""using"":""click""},{""time"":14943,""label"":""cleared_brush"",""using"":""click""}]}",1,complex,line,0,1,0,Negative,3.5,0,4,2,3.753,1.8765,7295,15,1,1,0,0,3 -2023-03-15 22:07:23,2023-03-15 22:21:28,0,100,845,1,2023-03-15 22:21:30,R_wMN2FdGJ7ISq68F,35.5991,-81.0305,EN,1,8.085,1,3,2,9.674,15.111,86,32,23,23.441,48.179,-2,-3,87.453,1,-3,104.08,1,61.253,15.013,5,4,6,5,6,4,,133.56,5,5,4,2,3,4,I am unsure whether the data is accurate.,23.713,1,,11.733,2,7,3,4,1,5,6,26.306,1,1,1,1,1,1,10,8,,24.46,1,1,1,5,4,1,83.582,2,2,17.802,1,1966,North Carolina,4,2,1,,7,,,6,4,1,,73.965,5cbe00898f939c0017c0b9d8,"{""startTime"":1678932755325,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932687365,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932517571,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":35,""label"":""tour_started""},{""time"":27148,""label"":""tour_next"",""step"":2},{""time"":36402,""label"":""tour_end"",""step"":2},{""time"":39419,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3566,""week"":""6"",""id"":""chart""}]}","{""startTime"":1678932671576,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar,0,1,0,Positive,2.2,0,0,0,0,0,0,15,0,0.5,1,0.5,2 -2023-03-15 22:12:13,2023-03-15 22:21:41,0,100,567,1,2023-03-15 22:21:41,R_pi6IkSMXRBl8sVj,47.6722,-122.1257,EN,1,8.45,,,,,15.109,76,76,33,26.359,27.562,1,1,55.896,1,1,75.501,1,87.745,15.007,6,5,5,5,6,6,It looks good,38.502,5,5,4,2,1,5,"It looks like a graph that has reliable information on it, a line graph is used often.",25.321,5,,9.73,2,7,3,4,1,5,6,22.375,8,8,9,10,8,8,10,10,,22.358,4,4,3,3,4,4,23.067,4,,6.37,1,1984,Washington,6,3,1,,2,,,9,4,2,,45.038,61686f8376bd6ff59ea15479,"{""startTime"":1678932902597,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932941627,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932802551,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":16083,""label"":""tour_next"",""step"":2},{""time"":22267,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932886912,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7911,""label"":""hovered"",""timeHovered"":1054,""week"":""2022-01-03""},{""time"":9226,""label"":""hovered"",""timeHovered"":1403,""week"":""2022-01-03""},{""time"":10959,""label"":""hovered"",""timeHovered"":1063,""week"":""2022-01-10""},{""time"":13807,""label"":""hovered"",""timeHovered"":1093,""week"":""2021-11-15""}]}",0,simple,line,2,0,0,Positive,3.7,0,4,4,4.613,1.15325,5896,15,1,1,1,1,1 -2023-03-15 22:10:55,2023-03-15 22:22:12,0,100,677,1,2023-03-15 22:22:13,R_2bIxwoDpEwcu03F,37.2951,-79.987,EN,1,7.385,1,2,2,11.053,15.106,55,44,60,19.333,88.371,1,-2,64.799,1,1,64.145,1,35.054,15.014,5,5,5,5,4,5,,38.149,5,5,5,4,3,5,I looks like it comes from a reputable source.,34.865,4,,38.854,2,7,3,4,1,5,6,28.785,5,7,6,6,7,6,9,8,,29.098,4,4,5,2,4,4,33.917,4,1,22.523,1,1984,Virginia,6,2,1,,3,,,4,3,1,58074104c314770001876e7b@email.prolific.co,70.087,58074104c314770001876e7b,"{""startTime"":1678932863723,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932902476,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932723810,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":4549,""label"":""hovered"",""timeHovered"":8809,""week"":""2021-12-20""},{""time"":19040,""label"":""tour_next"",""step"":5},{""time"":37212,""label"":""started_brush"",""startDate"":""2021-07-09"",""endDate"":""2021-10-24""},{""time"":38242,""label"":""tour_next"",""step"":5},{""time"":45799,""label"":""moved_brush"",""startDate"":""2021-07-04"",""endDate"":""2021-10-19""},{""time"":47121,""label"":""moved_brush"",""startDate"":""2021-08-10"",""endDate"":""2021-10-19""},{""time"":48064,""label"":""tour_next"",""step"":5},{""time"":64719,""label"":""cleared_brush"",""using"":""click""},{""time"":66469,""label"":""tour_next"",""step"":5},{""time"":73478,""label"":""tour_end"",""step"":5},{""time"":81564,""label"":""started_brush"",""startDate"":""2021-07-09"",""endDate"":""2021-07-14""},{""time"":83279,""label"":""started_brush"",""startDate"":""2021-08-07"",""endDate"":""2021-10-02""},{""time"":84443,""label"":""moved_brush"",""startDate"":""2021-07-28"",""endDate"":""2021-08-07""},{""time"":85044,""label"":""started_brush"",""startDate"":""2021-07-09"",""endDate"":""2021-07-10""}]}","{""startTime"":1678932848208,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":9215,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-07-14""}]}",1,complex,line,1,0,0,Positive,3.8,1,1,0,0,0,0,15,0.5,1,1,1,3 -2023-03-15 22:09:16,2023-03-15 22:22:18,0,100,782,1,2023-03-15 22:22:19,R_2agJfRV2z3r6vzz,43.6573,-103.4258,EN,1,8.245,2,,2,2.663,15.109,25,87,20,30.252,29.681,1,1,46.801,-2,1,50.178,-1,63.812,15.11,4,1,1,7,6,1,,42.488,2,7,2,1,1,1,Not nearly enough information is given on any variables or criteria for the data.,22.871,2,,9.348,2,7,3,4,1,5,6,31.076,1,1,4,1,1,2,3,5,,27.594,3,4,5,2,4,4,23.747,7,2,16.512,1,1985,South Dakota,3,2,1,,7,,,5,4,1,headphonefiend24@gmail.com,175.945,5a1fa084063e8600012fa6a3,"{""startTime"":1678932889937,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":20363},{""label"":""window_focused"",""time"":25722}]}","{""startTime"":1678932721470,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":2594},{""label"":""window_focused"",""time"":112943}]}","{""startTime"":1678932625108,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":14328,""label"":""tour_next"",""step"":2},{""time"":17763,""label"":""tour_end"",""step"":2},{""time"":20627,""label"":""hovered"",""timeHovered"":1092,""week"":""2021-12-27""},{""time"":22179,""label"":""hovered"",""timeHovered"":1136,""week"":""2022-01-10""},{""time"":24779,""label"":""hovered"",""timeHovered"":1899,""week"":""2022-01-10""}]}","{""startTime"":1678932705938,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line,1,0,0,Negative,3.7,0,0,0,0,0,0,15,1,0.5,0,0.5,2 -2023-03-15 22:12:21,2023-03-15 22:22:40,0,100,619,1,2023-03-15 22:22:40,R_2AEBDzyw8gf3nSk,42.0753,-80.0671,EN,1,13.434,1,3,1,8.537,15.025,94,75,49,25.087,41.35,-1,1,54.341,-2,1,50.858,-1,61.077,15.132,7,7,7,7,7,7,,24.57,7,7,5,4,4,7,The visualization was presented with information from the CDC. I trust the CDC.,43.35,4,There was no one that was vaccinated higher than the unvaccinated 80+ year olds with Covid.,48.834,2,7,3,4,1,5,6,24.252,6,6,9,4,6,3,10,10,,24.849,4,3,5,1,4,3,34.074,3,1,16.321,2,1971,Pennsylvania,6,1,1,,7,,,11,2,2,,53.716,63d18135c4e44a77f71702e8,"{""startTime"":1678932929554,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932954682,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932820615,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":14438,""label"":""tour_next"",""step"":2},{""time"":19646,""label"":""tour_end"",""step"":2},{""time"":22708,""label"":""hovered"",""timeHovered"":1921,""week"":""2022-01-10""},{""time"":24945,""label"":""hovered"",""timeHovered"":2445,""week"":""2022-01-03""},{""time"":35139,""label"":""hovered"",""timeHovered"":2995,""week"":""2022-01-10""}]}","{""startTime"":1678932913857,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":8780,""label"":""hovered"",""timeHovered"":1455,""week"":""2022-01-03""}]}",1,moderate,line,1,0,0,Positive,3.3,0,1,1,1.455,1.455,0,15,0.5,0.5,0,0.5,2 -2023-03-15 22:14:46,2023-03-15 22:22:54,0,100,488,1,2023-03-15 22:22:55,R_1FILFdQd467APIP,40.0008,-76.7697,EN,1,5.333,,,,,15.109,92,72,51,16.17,78.996,1,1,29.048,1,1,55.577,1,74.607,15.008,5,6,6,7,6,6,,29.222,6,7,6,1,2,5,I didn't see the references,12.674,4,,6.7,2,7,3,4,1,5,6,19.932,4,8,6,9,7,5,10,10,,17.659,5,5,5,1,4,4,19.725,5,,3.575,1,1963,Pennsylvania,7,3,1,,7,,,11,4,2,,44.702,5d6e502d05e693001ea14a37,"{""startTime"":1678933137885,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933098943,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932929233,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":3553,""label"":""tour_next"",""step"":5},{""time"":9553,""label"":""tour_back"",""step"":5},{""time"":10886,""label"":""tour_next"",""step"":5},{""time"":40346,""label"":""cleared_brush"",""using"":""click""},{""time"":42887,""label"":""tour_back"",""step"":5},{""time"":48336,""label"":""tour_next"",""step"":5},{""time"":56321,""label"":""started_brush"",""startDate"":""2021-06-06"",""endDate"":""2021-12-16""},{""time"":57354,""label"":""tour_next"",""step"":5},{""time"":63659,""label"":""moved_brush"",""startDate"":""2021-06-06"",""endDate"":""2021-12-16""},{""time"":65425,""label"":""moved_brush"",""startDate"":""2021-06-06"",""endDate"":""2021-12-16""},{""time"":67507,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-10-21""},{""time"":68153,""label"":""tour_next"",""step"":5},{""time"":71656,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-10-21""},{""time"":73974,""label"":""cleared_brush"",""using"":""click""},{""time"":73976,""label"":""cleared_brush"",""using"":""Escape""},{""time"":75321,""label"":""tour_next"",""step"":5},{""time"":77339,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678933083449,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":3285,""label"":""hovered"",""timeHovered"":3799,""week"":""2021-12-13""}]}",0,complex,line,1,0,0,Negative,4,0,1,1,3.799,3.799,0,15,1,1,1,1,3 -2023-03-15 22:13:20,2023-03-15 22:23:20,0,100,599,1,2023-03-15 22:23:20,R_3iKoMvtA6Muz0Zl,33.6647,-117.1743,EN,1,7.108,,,,,15.126,100,100,78,29.473,36.111,1,1,48.447,-2,1,67.601,1,52.375,15.11,5,4,4,5,3,5,I didn't even see the source info printed at the bottom it was very small.,62.279,3,6,4,2,4,5,"It seems accurate and like it has all of the information it should have. But I'm not at all familiar with this field of research/science, so I don't really feel I can be absolutely certain of what I'm looking at.",39.226,4,,10.363,2,7,3,4,1,5,6,17.84,3,4,3,4,6,6,9,9,,22.669,3,3,4,3,3,3,33.24,1,,7.055,2,1990,California,6,2,1,,8,Menifee,,6,3,2,,51.39,6101f78a3f9b44e8c17e8593,"{""startTime"":1678933081810,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932983547,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932862120,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":16766,""label"":""tour_next"",""step"":2},{""time"":22103,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932967440,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,line,0,3,0,Positive,3.2,0,0,0,0,0,0,15,1,0.5,1,0.5,2 -2023-03-15 21:54:53,2023-03-15 22:23:48,0,100,1735,1,2023-03-15 22:23:49,R_1LLGkSF21duRbYr,43.1128,-71.9029,EN,1,4.126,1,2,1,4.818,15.02,87,18,76,19.706,162.704,-2,-2,29.786,-2,1,197.65,-2,35.45,15.014,4,2,4,2,2,4,,286.383,2,2,3,2,1,2,Its extremely difficult to thoroughly read the data provided.,12.347,2,,5.923,2,7,3,4,1,5,6,169.588,3,5,8,6,1,3,8,9,,19.875,5,5,5,1,5,5,22.014,4,3,22.102,2,1987,New Hampshire,6,2,1,,7,,,9,4,1,Stef@mintmayhem.com,70.277,5e92a98518ca6c5e48437217,"{""startTime"":1678932755812,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":271292},{""label"":""window_focused"",""time"":272546}]}","{""startTime"":1678932725858,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":92,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3080,""week"":""2"",""id"":""chart""}]}","{""startTime"":1678932348291,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":58,""label"":""tour_started""},{""time"":139991,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4170,""week"":""1"",""id"":""chart""},{""time"":144910,""label"":""tour_next"",""step"":2},{""time"":154089,""label"":""tour_end"",""step"":2},{""time"":155195,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4183,""week"":""51"",""id"":""chart""}]}","{""startTime"":1678932710203,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":5426,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5399,""week"":""52"",""id"":""chart""},{""time"":10883,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2460,""week"":""1"",""id"":""chart""}]}",1,moderate,bar,0,1,0,Negative,4.3,0,2,2,7.859,3.9295,5457,15,0,0.5,0,0.5,2 -2023-03-15 22:08:50,2023-03-15 22:23:52,0,100,902,1,2023-03-15 22:23:53,R_eA1mmkx5w180jXb,27.935,-82.3772,EN,1,17.712,,,,,15.006,53,99,48,68.952,62.993,1,-2,106.516,-3,-3,110.559,-3,119.914,15.12,4,4,4,5,6,4,,65.374,6,6,6,4,4,4,I do not know if it was created by a reputable source.,78.684,1,,21.76,2,7,3,4,1,5,6,21.551,6,6,6,6,6,6,6,6,,19.104,3,3,3,3,3,3,37.184,4,,20.899,2,1964,Florida,4,2,1,,9,,Orlando,4,4,1,jcuffee51@gmail.com,59.966,5f3f5ad05ec7d1257993b196,"{""startTime"":1678932938385,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932835462,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932645018,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":24,""label"":""tour_started""},{""time"":30316,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4231,""week"":""24"",""id"":""chart""},{""time"":36018,""label"":""tour_next"",""step"":2},{""time"":49986,""label"":""tour_end"",""step"":2},{""time"":54202,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1688,""week"":""47"",""id"":""chart""},{""time"":57753,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2921,""week"":""6"",""id"":""chart""}]}","{""startTime"":1678932819563,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,bar,1,0,0,Negative,3,0,0,0,0,0,0,15,0.5,0,0,0,2 -2023-03-15 22:15:36,2023-03-15 22:23:54,0,100,498,1,2023-03-15 22:23:54,R_12KFkmG7PFLfMEi,27.9455,-82.4598,EN,1,3.602,,,,,15.112,91,79,58,10.859,53.553,1,1,39.352,-3,-3,48.309,1,63.507,15.012,6,4,5,5,6,5,none,19.435,5,6,5,2,3,5,"I found no reason to distrust it. It seems like an odd thing to lie about and they cited their sources. However, I cannot be fully sure unless I were to review the sources myself.",31.365,4,n/a,14.045,2,7,3,4,1,5,6,19.111,2,7,5,8,3,3,9,10,n/a,20.361,2,2,2,4,2,2,13.993,2,,8.629,1,2000,Kentucky,6,3,1,,8,lexington,,5,4,1,62f9fbc07e4fc1bfe47070e5@email.prolific.co,90.877,62f9fbc07e4fc1bfe47070e5,"{""startTime"":1678933079976,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933099840,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932970475,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":4003,""label"":""tour_next"",""step"":2},{""time"":7353,""label"":""tour_end"",""step"":2},{""time"":7903,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1240,""week"":""51"",""id"":""chart2""},{""time"":12139,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1088,""week"":""52"",""id"":""chart2""},{""time"":13930,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1479,""week"":""52"",""id"":""chart""},{""time"":19627,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4606,""week"":""6"",""id"":""chart""}]}","{""startTime"":1678933064627,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":6247},{""label"":""window_focused"",""time"":7385}]}",0,simple,bar,1,0,0,Positive,2.3,0,0,0,0,0,0,6.247,1,0,1,1,1 -2023-03-15 22:13:54,2023-03-15 22:24:18,0,100,623,1,2023-03-15 22:24:18,R_1GDg6DF55sW3C5W,42.8895,-87.9074,EN,1,15.45,1,2,2,6.595,15.009,62,62,76,13.359,31.433,1,1,47.579,-2,1,63.008,1,71.157,15.116,5,5,5,5,5,5,,44.205,6,5,6,3,6,6,It seems accurate and like what I have heard in the news.,19.663,6,,9.206,2,7,3,4,1,5,6,21.056,4,7,8,7,5,6,10,10,,40.204,4,4,4,4,4,4,18.351,3,2,11.326,2,1964,Wisconsin,6,1,1,,7,,,6,4,1,5e72e0d8adc903240ac70891@email.prolific.co,129.169,5e72e0d8adc903240ac70891,"{""startTime"":1678933040894,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":101,""label"":""hovered"",""timeHovered"":11240,""week"":""2021-10-11""},{""time"":12053,""label"":""hovered"",""timeHovered"":5293,""week"":""2022-01-03""}]}","{""startTime"":1678933012723,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932899045,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":17,""label"":""tour_started""},{""time"":9990,""label"":""hovered"",""timeHovered"":1031,""week"":""2021-07-05""},{""time"":17735,""label"":""tour_next"",""step"":2},{""time"":24353,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932979166,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":3237,""label"":""hovered"",""timeHovered"":1015,""week"":""2021-09-13""}]}",1,simple,line,0,1,0,Positive,4,0,1,1,1.015,1.015,0,15,1,0.5,1,1,1 -2023-03-15 22:17:05,2023-03-15 22:24:38,0,100,453,1,2023-03-15 22:24:39,R_3O0u4ZmY19dHd7g,42.6626,-83.1837,EN,1,9.651,,,,,15.01,83,75,43,15.377,18.813,1,1,34.289,1,1,53.483,1,39.644,15.015,5,5,5,6,6,5,,24.807,5,5,4,3,3,5,I don't have a reason not to trust it.,13.219,4,,7.496,2,7,3,4,1,5,6,15.915,5,5,4,5,6,8,9,9,,26.055,2,3,4,2,3,3,30.615,2,,5.589,2,1994,Michigan,6,1,1,,7,,,17,3,1,rachelwhicker06@gmail.com,79.02,612e75305c548dd77bca9d73,"{""startTime"":1678933201906,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":11009},{""label"":""window_focused"",""time"":11093}]}","{""startTime"":1678933160310,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933071808,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":11225,""label"":""tour_next"",""step"":2},{""time"":13949,""label"":""tour_end"",""step"":2},{""time"":15524,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1424,""week"":""1"",""id"":""chart""}]}","{""startTime"":1678933144754,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,bar,0,0,0,Positive,2.8,0,0,0,0,0,0,15,1,1,1,1,2 -2023-03-15 22:14:32,2023-03-15 22:24:40,0,100,608,1,2023-03-15 22:24:40,R_2TouoKQTZzoRsfz,33.4935,-111.9211,EN,1,23.008,1,2,2,9.078,15.016,83,81,57,48.429,86.096,-1,1,36.607,-1,1,41.402,1,49.618,15.017,6,5,6,6,6,6,,28.012,5,5,5,4,4,5,It is pretty straightforward but takes time to analyze the data and really understand the data.,32.344,6,,7.487,2,7,3,4,1,5,6,25.001,7,7,9,9,5,9,10,10,,18.371,4,4,4,2,4,4,27.599,6,1,14.191,2,1963,Arizona,8,1,1,,2,,,16,2,2,,82.587,63804d105c37525d499b9c6c,"{""startTime"":1678933129910,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933158994,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932985433,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":20569,""label"":""hovered"",""timeHovered"":1800,""week"":""2021-12-20""},{""time"":22370,""label"":""hovered"",""timeHovered"":3888,""week"":""2021-12-20""},{""time"":27009,""label"":""hovered"",""timeHovered"":8711,""week"":""2022-01-10""},{""time"":36837,""label"":""hovered"",""timeHovered"":5239,""week"":""2022-01-10""},{""time"":42444,""label"":""hovered"",""timeHovered"":2486,""week"":""2022-01-24""},{""time"":46064,""label"":""hovered"",""timeHovered"":3370,""week"":""2021-08-30""},{""time"":50086,""label"":""hovered"",""timeHovered"":2301,""week"":""2021-06-28""},{""time"":52555,""label"":""hovered"",""timeHovered"":3386,""week"":""2021-06-07""},{""time"":57428,""label"":""hovered"",""timeHovered"":2017,""week"":""2021-04-12""},{""time"":59663,""label"":""hovered"",""timeHovered"":1384,""week"":""2021-04-26""},{""time"":63234,""label"":""hovered"",""timeHovered"":1016,""week"":""2021-11-29""},{""time"":64603,""label"":""hovered"",""timeHovered"":1550,""week"":""2021-12-20""},{""time"":74096,""label"":""tour_next"",""step"":2},{""time"":82004,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933113967,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7135,""label"":""hovered"",""timeHovered"":2277,""week"":""2022-01-03""},{""time"":11884,""label"":""hovered"",""timeHovered"":1152,""week"":""2022-01-10""},{""time"":13549,""label"":""hovered"",""timeHovered"":1143,""week"":""2021-10-11""}]}",1,moderate,line,0,1,0,Positive,3.7,0,3,3,4.572,1.524,6414,15,0.5,0.5,1,0.5,2 -2023-03-15 22:11:17,2023-03-15 22:24:43,0,100,806,1,2023-03-15 22:24:44,R_1qZZpV4tIBv7wSw,33.9828,-88.4683,EN,1,6.941,,,,,15.116,100,52,25,18.551,33.582,1,-1,56.56,-2,1,68.002,1,211.983,15.014,6,4,4,5,7,5,,36.682,6,6,6,6,6,6,"I trust this visualization because of the interactive mode. But when I went to look for the week of Jan. 15th specifically in reference to that one question I couldn't find it, but maybe that was a generalization of a question...",57.468,4,,6.485,2,7,3,4,1,5,6,21.629,2,2,8,2,2,3,10,10,,84.501,2,2,3,3,2,3,23.31,3,,4.623,2,1973,Mississippi,7,2,1,,7,,,13,2,1,allofmyheartsoulmind@gmail.com,91.82,5de9ce848b29320fd922c587,"{""startTime"":1678932847649,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932887025,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932729050,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":10579,""label"":""tour_next"",""step"":2},{""time"":17683,""label"":""tour_end"",""step"":2},{""time"":22031,""label"":""hovered"",""timeHovered"":1362,""week"":""2021-10-04""},{""time"":23898,""label"":""hovered"",""timeHovered"":1499,""week"":""2021-07-19""},{""time"":27779,""label"":""hovered"",""timeHovered"":1091,""week"":""2021-07-12""}]}","{""startTime"":1678932831861,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":4428,""label"":""hovered"",""timeHovered"":1001,""week"":""2021-05-24""},{""time"":5501,""label"":""hovered"",""timeHovered"":1549,""week"":""2021-05-24""},{""time"":8911,""label"":""hovered"",""timeHovered"":1475,""week"":""2021-04-26""},{""time"":12150,""label"":""hovered"",""timeHovered"":1448,""week"":""2022-01-03""}]}",0,moderate,line,0,1,0,Positive,2.5,0,4,4,5.473,1.36825,7722,15,0.5,0.5,1,0.5,2 -2023-03-15 22:13:48,2023-03-15 22:24:48,0,100,659,1,2023-03-15 22:24:48,R_2cwPmj4eFkAWZ27,42.5029,-83.1021,EN,1,4.805,,,,,15.112,30,44,8,28.931,53.032,1,1,48.097,1,-3,155.691,1,75.725,15.009,4,6,5,5,7,5,,40.466,6,6,6,4,4,7,the chart and graphs showed it all ,33.432,4,,6.693,2,7,3,4,1,5,6,26.74,5,6,7,7,9,4,8,9,,23.048,2,3,3,2,4,2,23.19,6,,5.314,1,1969,Michigan,2,2,1,,3,,,4,1,2,,70.819,5c961ee66357fb0001ef4b4a,"{""startTime"":1678933000032,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933040945,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":29,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1706,""week"":""50"",""id"":""chart""}]}","{""startTime"":1678932882451,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":8386,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1817,""week"":""2"",""id"":""chart""},{""time"":10269,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1167,""week"":""1"",""id"":""chart""},{""time"":11503,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6866,""week"":""52"",""id"":""chart""},{""time"":19986,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2367,""week"":""1"",""id"":""chart""},{""time"":23119,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2051,""week"":""1"",""id"":""chart""},{""time"":25271,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1582,""week"":""2"",""id"":""chart""},{""time"":26853,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1250,""week"":""3"",""id"":""chart""},{""time"":30486,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1716,""week"":""6"",""id"":""chart""},{""time"":35391,""label"":""tour_next"",""step"":2},{""time"":40770,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1716,""week"":""52"",""id"":""chart2""},{""time"":43236,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1317,""week"":""4"",""id"":""chart2""},{""time"":51125,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932984608,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":9118,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1205,""week"":""52"",""id"":""chart2""}]}",0,simple,bar,1,0,0,Positive,2.7,0,1,1,1.205,1.205,0,15,1,0.5,1,1,1 -2023-03-15 22:06:50,2023-03-15 22:25:11,0,100,1100,1,2023-03-15 22:25:11,R_3PpDKhmrEhMCUZQ,34.066,-117.8928,EN,1,22.273,,,,,15.122,100,100,62,49.801,36.501,1,1,106.894,-2,-3,155.261,-2,161.377,15.111,7,6,7,6,7,7,,39.467,6,7,6,6,6,6,I agree in trusting this visualization because it includes all relevant data in a way that I can generally understand/read it.,47.891,4,,15.224,2,7,3,4,1,5,6,27.753,2,6,7,7,2,4,8,7,,59.974,2,3,4,3,3,2,40.498,5,,7.495,2,1988,California,7,3,1,,9,,"Hispanic, Asian, White",17,2,1,londonspring@aol.com,192.757,5d4ac837d2844e0001ecf699,"{""startTime"":1678932792834,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932670463,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":14014},{""label"":""window_focused"",""time"":21155}]}","{""startTime"":1678932509506,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":24,""label"":""tour_started""},{""time"":8836,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1882,""week"":""1"",""id"":""chart""},{""time"":11249,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1117,""week"":""52"",""id"":""chart""},{""time"":17174,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1034,""week"":""52"",""id"":""chart""},{""time"":19639,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1416,""week"":""5"",""id"":""chart""},{""time"":22722,""label"":""tour_next"",""step"":2},{""time"":26478,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2268,""week"":""1"",""id"":""chart2""},{""time"":28843,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1134,""week"":""2"",""id"":""chart2""},{""time"":31107,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1383,""week"":""2"",""id"":""chart2""},{""time"":34550,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932654684,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,bar,0,2,0,Positive,2.8,0,0,0,0,0,0,15,1,0,0,1,1 -2023-03-15 22:15:49,2023-03-15 22:25:12,0,100,562,1,2023-03-15 22:25:12,R_xzUXATYZ8vud7dD,43.0127,-85.722,EN,1,12.334,1,4,2,9.027,15.014,70,50,17,33.115,26.18,1,1,59.696,-3,-3,69.419,-3,35.356,15.012,6,4,6,6,7,6,,37.282,5,6,6,4,6,6,Provided by CDC ,30.403,6,,10.736,2,7,3,4,1,5,6,28.027,3,9,8,5,8,5,10,9,,26.301,3,4,5,2,4,4,30.473,3,2,14.504,1,1965,Michigan,3,3,1,,7,,,7,4,2,,62.806,5bdf513338109a0001f474c8,"{""startTime"":1678933190167,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933136064,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933033475,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":19,""label"":""tour_started""},{""time"":9337,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2017,""week"":""1"",""id"":""chart""},{""time"":13141,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1498,""week"":""49"",""id"":""chart""},{""time"":17320,""label"":""tour_next"",""step"":2},{""time"":19677,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1517,""week"":""2"",""id"":""chart2""},{""time"":21943,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1183,""week"":""51"",""id"":""chart2""},{""time"":23966,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933120415,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":6998,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1335,""week"":""1"",""id"":""chart2""},{""time"":8366,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2400,""week"":""52"",""id"":""chart2""},{""time"":11090,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2093,""week"":""52"",""id"":""chart""},{""time"":13779,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1039,""week"":""52"",""id"":""chart2""}]}",1,simple,bar,1,0,0,Positive,3.7,0,4,4,6.867,1.71675,6781,15,1,0,0,1,1 -2023-03-15 22:18:50,2023-03-15 22:25:38,0,100,407,1,2023-03-15 22:25:38,R_1hZlA5UMtogNfvg,39.1094,-84.5718,EN,1,3.701,1,2,1,5.888,15.009,65,100,24,13.014,42.401,1,1,33.662,-2,-3,41.664,1,37.099,15.018,4,4,4,5,6,4,,19.741,4,4,3,2,2,4,I haven't done enough research about it to have an opinion either way.,21.396,2,,9.034,2,7,3,4,1,5,6,15.479,1,4,1,5,6,4,9,8,,21.22,1,1,1,5,2,1,20.751,2,1,11.232,2,1984,Ohio,7,3,1,,7,,,10,4,1,missjamieyoung@gmail.com,42.243,614f297f566989948fc108ad,"{""startTime"":1678933316583,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933275736,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933179621,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":6973,""label"":""hovered"",""timeHovered"":1615,""week"":""2021-12-13""},{""time"":13971,""label"":""hovered"",""timeHovered"":1533,""week"":""2022-01-24""},{""time"":17260,""label"":""tour_next"",""step"":5},{""time"":24315,""label"":""started_brush"",""startDate"":""2021-06-21"",""endDate"":""2021-10-24""},{""time"":26091,""label"":""moved_brush"",""startDate"":""2021-06-21"",""endDate"":""2021-09-12""},{""time"":26824,""label"":""tour_next"",""step"":5},{""time"":30776,""label"":""moved_brush"",""startDate"":""2021-09-28"",""endDate"":""2021-12-21""},{""time"":31874,""label"":""tour_next"",""step"":5},{""time"":35447,""label"":""cleared_brush"",""using"":""click""},{""time"":35448,""label"":""cleared_brush"",""using"":""Escape""},{""time"":36791,""label"":""tour_next"",""step"":5},{""time"":39808,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678933260112,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":6070,""label"":""cleared_brush"",""using"":""click""},{""time"":7887,""label"":""started_brush"",""startDate"":""2021-10-08"",""endDate"":""2021-12-07""},{""time"":10150,""label"":""started_brush"",""startDate"":""2021-05-29"",""endDate"":""2021-08-11""}]}",1,complex,line,0,0,0,Neutral,1.8,1,3,0,0,0,4080,15,1,0,1,1,3 -2023-03-15 22:14:27,2023-03-15 22:25:38,0,100,670,1,2023-03-15 22:25:38,R_1f1aLTm8AtuzVzN,46.9718,-124.157,EN,1,4.297,1,4,2,5.725,15.01,60,91,74,33.908,107.859,1,1,58.29,1,1,40.286,1,88.551,15.117,7,5,7,7,7,7,,43.136,6,7,7,2,5,6,"It seems to have all of the appropriate data, and seems to be in line with the data I saw in the New York Times during the same time period.",32.85,6,,9.856,2,7,3,4,1,5,6,19.176,7,8,9,10,9,8,11,10,,17.248,3,3,4,3,4,3,30.397,1,1,11.203,1,1969,Washington,6,1,1,,7,,,5,4,1,records@dblcrown.com,88.705,62db76a315d362749f584469,"{""startTime"":1678933212581,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":19800,""label"":""started_brush"",""startDate"":""2021-08-08"",""endDate"":""2021-08-11""}]}","{""startTime"":1678933151669,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932938332,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":9719,""label"":""tour_next"",""step"":5},{""time"":25158,""label"":""tour_back"",""step"":5},{""time"":28496,""label"":""hovered"",""timeHovered"":1178,""week"":""2021-08-30""},{""time"":31046,""label"":""hovered"",""timeHovered"":1128,""week"":""2021-09-06""},{""time"":32557,""label"":""hovered"",""timeHovered"":1534,""week"":""2021-09-20""},{""time"":37908,""label"":""hovered"",""timeHovered"":3081,""week"":""2022-01-03""},{""time"":43180,""label"":""tour_next"",""step"":5},{""time"":51019,""label"":""tour_back"",""step"":5},{""time"":61971,""label"":""tour_next"",""step"":5},{""time"":68481,""label"":""started_brush"",""startDate"":""2021-06-05"",""endDate"":""2021-10-18""},{""time"":69360,""label"":""tour_next"",""step"":5},{""time"":76501,""label"":""moved_brush"",""startDate"":""2021-04-20"",""endDate"":""2021-09-02""},{""time"":77532,""label"":""tour_next"",""step"":5},{""time"":85488,""label"":""cleared_brush"",""using"":""click""},{""time"":85491,""label"":""cleared_brush"",""using"":""Escape""},{""time"":86937,""label"":""tour_next"",""step"":5},{""time"":92606,""label"":""tour_end"",""step"":5},{""time"":95137,""label"":""hovered"",""timeHovered"":1210,""week"":""2022-01-31""},{""time"":100070,""label"":""hovered"",""timeHovered"":3632,""week"":""2022-01-10""}]}","{""startTime"":1678933136055,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line,0,1,0,Positive,3.3,0,0,0,0,0,0,15,1,1,1,1,3 -2023-03-15 22:12:22,2023-03-15 22:25:54,0,100,812,1,2023-03-15 22:25:55,R_1LHVRHuwrMhwsQO,39.6545,-78.7665,EN,1,6.605,,,,,15.108,86,100,77,23.944,44.75,1,1,54.468,1,-3,76.43,1,61.298,15.015,6,3,1,5,3,7,I just needed to realize that the two factors (insect & fungi) were added together and not two separate bars.,104.18,5,6,7,2,7,7,"I think once you see how the numbers are presented and what they mean, they are easy to follow. I do wish you didn't have to subtract the fungi from the insect to get to accurate insect count, but at least I know how the data is presented.",71.145,2,,14.617,2,7,3,4,1,5,6,21.65,5,8,9,9,8,8,9,9,,34.597,4,5,5,2,5,5,35.548,5,,12.3,1,1976,Maryland,4,2,1,,7,,,3,1,1,jeremynt17@msn.com,165.664,5bfc4058bab673000163c8af,"{""startTime"":1678932935831,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":91,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":12601,""week"":""2"",""id"":""chart""}]}","{""startTime"":1678933040787,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932797748,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":27,""label"":""tour_started""},{""time"":17594,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1017,""week"":""52"",""id"":""chart""},{""time"":18627,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1366,""week"":""51"",""id"":""chart""},{""time"":22721,""label"":""tour_next"",""step"":2},{""time"":30928,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932920145,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":4194,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1986,""week"":""52"",""id"":""chart""},{""time"":6212,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1055,""week"":""1"",""id"":""chart""}]}",0,moderate,bar,0,1,0,Positive,4.3,0,2,2,3.041,1.5205,2018,15,1,0.5,1,0.5,2 -2023-03-15 22:12:05,2023-03-15 22:25:55,0,100,830,1,2023-03-15 22:25:56,R_DpWSJH152xU3JDj,47.3014,-122.6062,EN,1,14.08,1,3,2,21.45,15.111,100,50,36,24.445,66.741,1,1,79.671,-3,1,154.431,1,42.349,15.014,4,4,3,4,4,4,I am not sure why we are not using the visualization data above for this set of questions,65.792,7,6,7,5,6,7,I trust scientific data and all that it includes. ,38.896,6,,28.784,2,7,3,4,1,5,6,28.201,7,9,8,8,8,5,10,10,,27.432,4,4,4,2,4,4,37.476,2,1,17.666,2,1958,Washington,5,2,1,,9,,Gig Harbor,14,4,1,pferrari58@gmail.com,81.848,62eed9e3e4c704bcef237b74,"{""startTime"":1678933136625,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933052478,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932814390,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":19257,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1749,""week"":""51"",""id"":""chart""},{""time"":22967,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3472,""week"":""52"",""id"":""chart""},{""time"":26460,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1563,""week"":""51"",""id"":""chart""},{""time"":29291,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1049,""week"":""50"",""id"":""chart""},{""time"":32097,""label"":""tour_next"",""step"":2},{""time"":41113,""label"":""tour_end"",""step"":2},{""time"":50676,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":9630,""week"":""52"",""id"":""chart""},{""time"":60325,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3581,""week"":""51"",""id"":""chart""}]}","{""startTime"":1678933036918,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar,1,0,0,Positive,3.7,0,0,0,0,0,0,15,1,0.5,1,0.5,2 -2023-03-15 22:16:02,2023-03-15 22:25:59,0,100,597,1,2023-03-15 22:26:00,R_RCin6YeQvqjkusN,41.6133,-87.0446,EN,1,10.063,,,,,15.027,85,87,50,20.48,27.124,1,1,59.646,1,1,86.418,1,100.151,15.023,5,5,5,6,6,5,,31.724,4,6,4,4,4,5,I don't know the context nor who performed the research.,33.448,4,,8.044,2,7,3,4,1,5,6,25.725,6,6,8,8,8,4,10,9,,20.429,4,3,5,3,3,3,23.06,4,,7.231,2,1961,Indiana,7,1,1,,7,,,9,5,2,,70.767,609c6cc79875c8f0ba5d2242,"{""startTime"":1678933202343,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933149909,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933019540,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":15210,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1373,""week"":""4"",""id"":""chart""},{""time"":18460,""label"":""tour_next"",""step"":2},{""time"":23561,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933134326,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":9133,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5429,""week"":""52"",""id"":""chart""}]}",0,moderate,bar,1,0,0,Negative,3.5,0,1,1,5.429,5.429,0,15,1,1,1,1,2 -2023-03-15 22:17:55,2023-03-15 22:26:11,0,100,495,1,2023-03-15 22:26:11,R_Oe6gRD8JcG59CM1,38.6287,-90.1988,EN,1,6.495,1,2,2,3.847,15.02,89,88,67,18.339,20.627,1,1,45.908,-2,-2,43.582,1,144.643,15.008,7,4,1,7,7,6,,13.791,6,7,7,6,5,6,"It seems scientific, it provides a good amount of information and it provides it in a clear manner.",26.1,5,,5.185,2,7,3,4,1,5,6,12.658,2,2,1,2,4,1,10,9,,19.3,5,5,5,1,5,5,10.799,1,1,6.335,3,1977,Missouri,3,2,1,,7,,,5,4,2,,45.342,5589a309fdf99b7ae5007c33,"{""startTime"":1678933262291,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933219141,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":1257,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1463,""week"":""4"",""id"":""chart""}]}","{""startTime"":1678933138492,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":21,""label"":""tour_started""},{""time"":7655,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2682,""week"":""52"",""id"":""chart""},{""time"":15303,""label"":""tour_next"",""step"":2},{""time"":18025,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933203463,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar,1,2,0,Positive,4.3,0,0,0,0,0,0,15,1,0,1,0,2 -2023-03-15 22:03:37,2023-03-15 22:26:26,0,100,1369,1,2023-03-15 22:26:27,R_7aH75gihyw78gNP,38.6283,-121.3307,EN,1,105.357,1,2,2,8.848,15.107,50,54,26,108.431,281.07,-2,-3,75.789,-3,-3,81.635,1,60.4,15.006,4,4,2,6,6,2,,55.67,2,6,5,2,2,4,"I don't know how this info was collected, how it was reported, where it came from, who compiled it, or whether or not it was skewed. I also don't trust information compiled by the government unless it can be independently verified.",71.222,6,,11.944,2,7,3,4,1,5,6,27.93,1,2,2,6,1,6,10,9,,48.505,5,5,5,1,5,5,38.324,4,4,27.883,2,1957,California,6,2,1,,7,,,14,4,1,639aa4b8f52bdf60b603c9b1@email.prolific.co,219.631,639aa4b8f52bdf60b603c9b1,"{""startTime"":1678932987483,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932827228,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":29,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4323,""week"":""52"",""id"":""chart""},{""time"":4688,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3097,""week"":""51"",""id"":""chart""}]}","{""startTime"":1678932468863,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":32183,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3199,""week"":""50"",""id"":""chart""},{""time"":36267,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1649,""week"":""34"",""id"":""chart""},{""time"":46016,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4782,""week"":""4"",""id"":""chart""},{""time"":74874,""label"":""tour_next"",""step"":5},{""time"":111913,""label"":""cleared_brush"",""using"":""Click""},{""time"":114704,""label"":""cleared_brush"",""using"":""Click""},{""time"":127767,""label"":""started_brush"",""startDate"":""2021-11-29"",""endDate"":""2022-02-04""},{""time"":152842,""label"":""moved_brush"",""startDate"":""2021-11-20"",""endDate"":""2022-01-26""},{""time"":158845,""label"":""moved_brush"",""startDate"":""2021-12-01"",""endDate"":""2022-02-06""},{""time"":162706,""label"":""tour_next"",""step"":5},{""time"":178265,""label"":""moved_brush"",""startDate"":""2021-12-01"",""endDate"":""2022-01-31""},{""time"":182099,""label"":""moved_brush"",""startDate"":""2021-12-07"",""endDate"":""2022-01-31""},{""time"":188954,""label"":""moved_brush"",""startDate"":""2021-12-06"",""endDate"":""2022-01-30""},{""time"":190403,""label"":""tour_next"",""step"":5},{""time"":221364,""label"":""cleared_brush"",""using"":""Click""},{""time"":223352,""label"":""tour_next"",""step"":5},{""time"":232419,""label"":""tour_end"",""step"":5},{""time"":233755,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3635,""week"":""2"",""id"":""chart""},{""time"":237816,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":15091,""week"":""52"",""id"":""chart""},{""time"":257631,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2728,""week"":""33"",""id"":""chart""},{""time"":263675,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2230,""week"":""14"",""id"":""chart""},{""time"":266426,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4930,""week"":""24"",""id"":""chart""},{""time"":273410,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1795,""week"":""24"",""id"":""chart""}]}","{""startTime"":1678932811712,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":2779,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":9939,""week"":""1"",""id"":""chart""}]}",1,complex,bar,1,0,0,Negative,4.3,0,1,1,9.939,9.939,0,15,0,0,1,1,3 -2023-03-15 22:02:53,2023-03-15 22:26:47,0,100,1433,1,2023-03-15 22:26:47,R_3JwObxfdgpysLjZ,48.3595,-114.1884,EN,1,41.142,,,,,15.011,95,74,62,71.642,75.6,-1,1,135.441,-3,1,58.903,1,114.356,15.014,4,2,4,3,6,3,,80.939,3,5,6,2,4,5,"I chose ""slightly agree"" because the instructions said to assume I trust the data. Something I can't put my finger on seems missing, though.",103.254,5,,21.755,2,7,3,4,1,5,6,35.915,3,7,7,5,4,3,9,5,I trust the Democratic Party (8) much more than the current Republican party (1).,139.245,2,3,5,2,4,3,85.77,2,,14.673,2,1956,Montana,6,1,1,,7,,,3,4,1,claritywritten@gmail.com,200.26,63d87654c14b742db0fba872,"{""startTime"":1678932475458,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932558472,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932320335,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":32,""label"":""tour_started""},{""time"":25079,""label"":""hovered"",""timeHovered"":2485,""week"":""2021-12-27""},{""time"":28950,""label"":""hovered"",""timeHovered"":5324,""week"":""2022-01-10""},{""time"":36676,""label"":""hovered"",""timeHovered"":6524,""week"":""2022-01-17""},{""time"":46634,""label"":""tour_next"",""step"":2},{""time"":54264,""label"":""tour_end"",""step"":2},{""time"":56570,""label"":""hovered"",""timeHovered"":1466,""week"":""2022-01-31""},{""time"":60773,""label"":""hovered"",""timeHovered"":2036,""week"":""2021-04-12""},{""time"":68738,""label"":""hovered"",""timeHovered"":1230,""week"":""2021-10-18""}]}","{""startTime"":1678932458895,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":4564,""label"":""hovered"",""timeHovered"":2572,""week"":""2021-06-21""},{""time"":7536,""label"":""hovered"",""timeHovered"":1401,""week"":""2021-05-31""},{""time"":8938,""label"":""hovered"",""timeHovered"":2419,""week"":""2021-06-14""},{""time"":11461,""label"":""hovered"",""timeHovered"":2482,""week"":""2021-08-16""}]}",0,moderate,line,0,0,0,Negative,3.2,0,4,4,8.874,2.2185,6897,15,0.5,0.5,1,0.5,2 -2023-03-15 22:11:17,2023-03-15 22:27:00,0,100,942,1,2023-03-15 22:27:01,R_xsavud1viZoDwyt,39.7351,-105.0269,EN,1,9.747,1,4,2,8.777,15.012,85,100,84,38.454,155.381,-2,1,72.255,-3,-3,152.056,1,47.799,15.011,6,6,6,6,6,6,No additional comments.,55.919,6,7,7,7,6,7,Because it came from the CDC.,23.259,6,No additional comments.,18.953,2,7,3,4,1,5,6,19.148,5,9,9,8,7,5,10,10,These are very general categories and my answers might vary if specific people were mentioned.,110.521,5,5,5,1,5,5,34.703,2,1,13.653,1,1956,Colorado,3,2,1,,7,,,4,4,1,5de5dba9ff87c15699804260@email.prolific.co,78.164,5de5dba9ff87c15699804260,"{""startTime"":1678933053705,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932984286,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932764676,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":27,""label"":""tour_started""},{""time"":71,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1840,""week"":""50"",""id"":""chart""},{""time"":13507,""label"":""tour_next"",""step"":5},{""time"":34482,""label"":""cleared_brush"",""using"":""Click""},{""time"":40945,""label"":""tour_back"",""step"":5},{""time"":42865,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5098,""week"":""52"",""id"":""chart""},{""time"":48452,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6780,""week"":""52"",""id"":""chart""},{""time"":55287,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1534,""week"":""51"",""id"":""chart""},{""time"":59049,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1836,""week"":""6"",""id"":""chart""},{""time"":62011,""label"":""tour_next"",""step"":5},{""time"":73289,""label"":""started_brush"",""startDate"":""2021-09-23"",""endDate"":""2021-11-02""},{""time"":77955,""label"":""tour_next"",""step"":5},{""time"":97516,""label"":""moved_brush"",""startDate"":""2021-10-04"",""endDate"":""2021-11-02""},{""time"":101521,""label"":""moved_brush"",""startDate"":""2021-10-02"",""endDate"":""2021-10-30""},{""time"":103070,""label"":""tour_next"",""step"":5},{""time"":114131,""label"":""cleared_brush"",""using"":""Click""},{""time"":114131,""label"":""cleared_brush"",""using"":""Escape""},{""time"":117548,""label"":""tour_next"",""step"":5},{""time"":127700,""label"":""tour_end"",""step"":5},{""time"":130726,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1086,""week"":""3"",""id"":""chart""},{""time"":138751,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2084,""week"":""38"",""id"":""chart""},{""time"":147972,""label"":""started_brush"",""startDate"":""2021-12-04"",""endDate"":""2021-12-11""}]}","{""startTime"":1678932968727,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar,1,0,0,Positive,4.3,0,0,0,0,0,0,15,0.5,0,1,1,3 -2023-03-15 22:08:35,2023-03-15 22:27:11,0,100,1115,1,2023-03-15 22:27:11,R_3DcmpiXm8gQB9CT,40.7876,-74.06,EN,1,42.845,2,,2,5.748,15.018,86,95,58,102.916,180.443,1,1,177.722,-2,1,58.856,1,52.595,15.007,6,5,6,7,6,6,,49.486,5,7,6,6,4,6,Cause it's trustful information.,64.05,4,,22.094,2,7,3,4,1,5,6,41.055,5,6,9,6,4,8,7,9,,42.658,2,3,3,4,4,3,48.05,7,1,19.695,1,1960,New Jersey,5,2,1,,7,,,6,3,1,MayB4Me@yahoo.com,106.616,5ba345bcf07414000106135e,"{""startTime"":1678932949880,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933000070,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932699989,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":30374,""label"":""hovered"",""timeHovered"":4406,""week"":""2021-12-13""},{""time"":36348,""label"":""hovered"",""timeHovered"":9344,""week"":""2021-11-29""},{""time"":47500,""label"":""tour_next"",""step"":5},{""time"":95394,""label"":""cleared_brush"",""using"":""click""},{""time"":98401,""label"":""cleared_brush"",""using"":""click""},{""time"":116171,""label"":""started_brush"",""startDate"":""2021-09-22"",""endDate"":""2022-02-13""},{""time"":118812,""label"":""tour_next"",""step"":5},{""time"":131108,""label"":""moved_brush"",""startDate"":""2021-09-22"",""endDate"":""2022-02-13""},{""time"":133944,""label"":""moved_brush"",""startDate"":""2021-09-22"",""endDate"":""2022-02-13""},{""time"":136635,""label"":""moved_brush"",""startDate"":""2021-10-03"",""endDate"":""2022-02-13""},{""time"":137788,""label"":""tour_next"",""step"":5},{""time"":154356,""label"":""moved_brush"",""startDate"":""2021-10-03"",""endDate"":""2022-02-13""},{""time"":162114,""label"":""cleared_brush"",""using"":""click""},{""time"":162122,""label"":""cleared_brush"",""using"":""Escape""},{""time"":165099,""label"":""tour_next"",""step"":5},{""time"":177179,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678932934359,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line,1,0,0,Positive,3.2,0,0,0,0,0,0,15,1,0.5,1,1,3 -2023-03-15 22:15:11,2023-03-15 22:27:18,0,100,726,1,2023-03-15 22:27:18,R_2D0426ZofRM28re,39.1027,-94.5778,EN,1,15.245,,,,,15.011,100,90,41,26.315,50.786,1,1,51.411,1,1,49.079,-1,37.934,15.012,4,4,4,6,7,4,,32.833,6,7,4,4,2,4,"I don't know enough about the subject to know if the data is accurate. There's no reason for me to think it's incorrect, but I can't say that I know it is correct.",79.597,5,,39.785,2,7,3,4,1,5,6,36.196,3,5,5,5,5,3,9,9,,39.159,5,5,5,1,5,4,39.622,2,,5.271,2,1977,Missouri,6,3,1,,9,,Gladstone,6,3,1,andil77@hotmail.com,119.028,6171da4573cf08b98b35ed1a,"{""startTime"":1678933297499,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933179912,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":19819},{""label"":""window_focused"",""time"":23095}]}","{""startTime"":1678933061197,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":15181,""label"":""tour_next"",""step"":2},{""time"":22354,""label"":""tour_end"",""step"":2},{""time"":28121,""label"":""hovered"",""timeHovered"":3365,""week"":""2022-01-03""}]}","{""startTime"":1678933164371,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":11428,""label"":""hovered"",""timeHovered"":1484,""week"":""2022-01-10""}]}",0,simple,line,0,1,0,Neutral,4.2,0,1,1,1.484,1.484,0,15,1,1,0,1,1 -2023-03-15 21:55:47,2023-03-15 22:27:22,0,100,1894,1,2023-03-15 22:27:23,R_1djpcqyvyjMqeGg,37.7042,-97.2778,EN,1,4.804,1,3,1,5.458,15.113,88,85,50,21.223,66.785,1,1,65.069,-3,-3,94.359,1,24.98,15.008,5,5,6,6,7,6,,61.201,4,6,5,3,4,5,"I trust the CDC. I don't trust anything completely, and I am not going to trust something that I see just because it says the data is from the CDC.",41.817,3,,10.166,2,7,3,4,1,5,6,15.307,4,6,6,6,8,3,8,7,,13.991,3,3,4,2,4,3,122.819,3,1,18.889,2,1983,Kansas,6,2,1,,7,,,5,4,1,5dea9fb3cb53ca1cda9f6116@email.prolific.co,64.135,5dea9fb3cb53ca1cda9f6116,"{""startTime"":1678932732341,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932794406,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":2613},{""label"":""window_focused"",""time"":411402}]}","{""startTime"":1678932583557,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":28182,""label"":""tour_next"",""step"":2},{""time"":35123,""label"":""tour_end"",""step"":2},{""time"":37614,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2766,""week"":""52"",""id"":""chart""},{""time"":40715,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1550,""week"":""1"",""id"":""chart""},{""time"":42351,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1048,""week"":""2"",""id"":""chart""},{""time"":46189,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6675,""week"":""52"",""id"":""chart2""},{""time"":52914,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1100,""week"":""1"",""id"":""chart2""},{""time"":61932,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1634,""week"":""17"",""id"":""chart2""}]}","{""startTime"":1678932716380,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar,1,0,0,Positive,3.2,0,0,0,0,0,0,15,1,0,1,1,1 -2023-03-15 22:16:56,2023-03-15 22:27:34,0,100,637,1,2023-03-15 22:27:34,R_1HnueyKLVTSRkf4,40.2389,-77.1935,EN,1,6.826,,,,,15.107,70,22,60,23.703,145.301,1,1,50.667,-3,1,79.45,1,37.394,15.111,6,6,6,5,5,6,,17.782,5,3,5,2,3,6,I would assume it to be accurate. It looks scientific and seems professional. ,24.719,2,,5.353,2,7,3,4,1,5,6,23.424,3,3,5,3,3,6,6,8,,14.123,1,2,3,4,2,2,17.058,6,,5.382,2,1981,Pennsylvania,5,1,1,,8,Carlisle,,7,1,2,,105.479,60838e2e91a6300001f9ac89,"{""startTime"":1678933277555,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933296250,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933076906,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":54,""label"":""tour_started""},{""time"":10403,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4930,""week"":""2"",""id"":""chart""},{""time"":19696,""label"":""tour_next"",""step"":5},{""time"":33481,""label"":""cleared_brush"",""using"":""Click""},{""time"":36616,""label"":""tour_back"",""step"":5},{""time"":36843,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1063,""week"":""51"",""id"":""chart""},{""time"":41891,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1344,""week"":""46"",""id"":""chart""},{""time"":43603,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1681,""week"":""51"",""id"":""chart""},{""time"":45307,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2259,""week"":""52"",""id"":""chart""},{""time"":49786,""label"":""tour_next"",""step"":5},{""time"":61694,""label"":""started_brush"",""startDate"":""2021-06-23"",""endDate"":""2021-09-17""},{""time"":62731,""label"":""tour_next"",""step"":5},{""time"":71703,""label"":""moved_brush"",""startDate"":""2021-10-01"",""endDate"":""2021-12-26""},{""time"":72540,""label"":""tour_next"",""step"":5},{""time"":81698,""label"":""cleared_brush"",""using"":""Click""},{""time"":83323,""label"":""tour_next"",""step"":5},{""time"":88124,""label"":""tour_end"",""step"":5},{""time"":123003,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1360,""week"":""51"",""id"":""chart""},{""time"":129234,""label"":""started_brush"",""startDate"":""2021-12-05"",""endDate"":""2022-02-07""},{""time"":135994,""label"":""moved_brush"",""startDate"":""2021-12-05"",""endDate"":""2022-02-07""},{""time"":136963,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":5306,""week"":""52"",""id"":""chart""},{""time"":142275,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1546,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678933261277,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":4166,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1562,""week"":""2"",""id"":""chart""},{""time"":5912,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1232,""week"":""1"",""id"":""chart""},{""time"":7160,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3481,""week"":""52"",""id"":""chart""}]}",0,complex,bar,1,1,0,Positive,2.3,0,3,3,6.275,2.091666666666667,2994,15,1,0.5,1,1,3 -2023-03-15 22:11:28,2023-03-15 22:27:38,0,100,970,1,2023-03-15 22:27:39,R_3qm7yBnA26l4Jzt,40.38,-75.2718,EN,1,3.825,1,2,2,7.37,15.006,68,2,55,31.68,72.185,1,1,63.748,-3,-3,60.468,-2,26.619,15.115,6,4,5,6,6,6,,46.272,5,6,6,5,2,6,It just seemed accurate in my opinion. It had a lot of data that seemed to coincide with what was happening in the world. ,32.898,6,,6.277,2,7,3,4,1,5,6,19.38,2,2,5,3,1,8,10,9,,17.201,3,4,5,4,4,4,371.498,2,3,25.546,2,1988,Pennsylvania,6,2,1,,7,,,7,4,1,jenniferspencer742@gmail.com,100.508,5f4a187b40b01f589fe766eb,"{""startTime"":1678932981270,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932912860,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932760287,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":6897,""label"":""tour_next"",""step"":2},{""time"":15493,""label"":""tour_end"",""step"":2},{""time"":16579,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2777,""week"":""50"",""id"":""chart""},{""time"":19534,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":24090,""week"":""51"",""id"":""chart""},{""time"":44407,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1206,""week"":""1"",""id"":""chart""},{""time"":47676,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":21979,""week"":""52"",""id"":""chart2""},{""time"":69699,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1120,""week"":""1"",""id"":""chart2""}]}","{""startTime"":1678932897257,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar,0,1,0,Positive,4,0,0,0,0,0,0,15,1,0,0,1,1 -2023-03-15 22:18:40,2023-03-15 22:27:45,0,100,545,1,2023-03-15 22:27:46,R_1MSROdXcSW6Qd0w,28.1131,-81.6241,EN,1,5.616,,,,,15.008,79,91,50,15.798,30.81,1,1,91.985,-3,1,72.343,1,37.24,15.01,4,3,4,5,6,4,,27.662,4,6,6,2,4,6,"Because you said ""assume i trust this visualization"" So, in this situation, i am agreeing with the statement, i trust this visualization.",43.999,4,,6.843,2,7,3,4,1,5,6,13.894,5,4,4,4,5,1,10,10,,21.888,3,3,4,4,4,3,35.645,2,,3.589,1,1982,Florida,3,2,1,,7,,,4,4,1,5ba2877a7590cc0001b50d0f@email.prolific.co,62.041,5ba2877a7590cc0001b50d0f,"{""startTime"":1678933303156,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933331745,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933164069,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":8892,""label"":""hovered"",""timeHovered"":1761,""week"":""2021-08-30""},{""time"":13106,""label"":""hovered"",""timeHovered"":1381,""week"":""2022-01-10""},{""time"":18043,""label"":""tour_next"",""step"":2},{""time"":23120,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933287637,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":6744,""label"":""hovered"",""timeHovered"":3863,""week"":""2022-01-03""},{""time"":10644,""label"":""hovered"",""timeHovered"":1126,""week"":""2022-01-03""}]}",0,simple,line,0,0,0,Neutral,3.5,0,2,2,4.989,2.4945,3900,15,1,0.5,1,1,1 -2023-03-15 22:13:19,2023-03-15 22:27:53,0,100,874,1,2023-03-15 22:27:53,R_3jfezqWCPQX2j0f,37.8051,-122.272,EN,1,21.574,,,,,15.027,94,88,78,22.247,176.298,1,1,93.641,-2,-3,106.204,1,54.346,15.015,6,2,7,4,7,6,,25.386,6,6,6,2,2,6,It is detailed and broken down into multiple data sets ,25.469,2,Thank you for the opportunity,33.531,2,7,3,4,1,5,6,40.154,6,7,6,7,7,6,10,8,,30.488,4,4,2,1,4,4,31.352,1,,4.703,1,1970,California,6,2,1,,3,,,16,4,1,,101.3,62fee4976ce0883ebbc86e20,"{""startTime"":1678933120310,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933146940,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932871200,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":95,""label"":""tour_started""},{""time"":22453,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5192,""week"":""2"",""id"":""chart""},{""time"":31164,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1632,""week"":""31"",""id"":""chart""},{""time"":36249,""label"":""tour_next"",""step"":5},{""time"":57268,""label"":""started_brush"",""startDate"":""2021-06-16"",""endDate"":""2021-07-24""},{""time"":59425,""label"":""tour_next"",""step"":5},{""time"":71477,""label"":""cleared_brush"",""using"":""Click""},{""time"":96967,""label"":""cleared_brush"",""using"":""Click""},{""time"":113135,""label"":""cleared_brush"",""using"":""Click""},{""time"":131819,""label"":""started_brush"",""startDate"":""2021-05-10"",""endDate"":""2021-07-29""},{""time"":139062,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-06-24""},{""time"":142259,""label"":""tour_next"",""step"":5},{""time"":148421,""label"":""cleared_brush"",""using"":""Click""},{""time"":148422,""label"":""cleared_brush"",""using"":""Escape""},{""time"":151060,""label"":""tour_next"",""step"":5},{""time"":156190,""label"":""tour_end"",""step"":5},{""time"":163472,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":4345,""week"":""38"",""id"":""chart""}]}","{""startTime"":1678933103901,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,bar,0,1,0,Positive,3.2,0,0,0,0,0,0,15,1,0,1,1,3 -2023-03-15 22:02:16,2023-03-15 22:28:14,0,100,1557,1,2023-03-15 22:28:15,R_28SyaPrlkQmutjV,41.1683,-87.8779,EN,1,6.451,,,,,15.126,77,84,60,28.427,137.087,1,1,131.391,-3,-3,56.522,1,103.847,15.019,6,3,6,6,7,6,,147.806,6,6,6,5,6,7,The data is presented in a way that is easy to understand.,23.909,5,,9.294,2,7,3,4,1,5,6,163.126,6,8,2,9,9,3,10,10,,74.841,2,3,4,3,3,3,38.869,2,,6.329,1,1985,Illinois,2,2,1,,7,,,7,4,1,61128c2c056a6993a3868078@email.prolific.co,219.902,61128c2c056a6993a3868078,"{""startTime"":1678932780707,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":107617,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1862,""week"":""4"",""id"":""chart""}]}","{""startTime"":1678932404046,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932193603,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":10993,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1222,""week"":""46"",""id"":""chart""},{""time"":15391,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3710,""week"":""33"",""id"":""chart""},{""time"":21033,""label"":""tour_next"",""step"":2},{""time"":51649,""label"":""tour_end"",""step"":2},{""time"":53821,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1227,""week"":""1"",""id"":""chart""}]}","{""startTime"":1678932388327,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,bar,0,1,0,Positive,3,0,0,0,0,0,0,15,1,0,1,0,2 -2023-03-15 22:17:08,2023-03-15 22:28:23,0,100,675,1,2023-03-15 22:28:24,R_1ptei3yvCzdTEd8,29.4032,-98.508,EN,1,5.497,1,4,2,8.402,15.016,84,100,48,26.494,38.902,-2,1,49.167,-3,-3,69.854,-3,46.951,15.008,4,5,5,6,6,6,n/a,39.914,6,7,6,6,6,6,I somewhat trust this visualization in this instance. I feel like this showed way less case numbers than the reality though.,99.875,1,n/a,19.966,2,7,3,4,1,5,6,14.887,1,1,1,2,1,2,11,5,n/a,20.725,3,3,2,2,3,3,39.87,2,1,16.975,2,1979,Texas,4,3,1,,7,,,5,4,2,,93.075,6365a371d807016cebfdb16c,"{""startTime"":1678933205779,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933246386,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933100856,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":35,""label"":""tour_started""},{""time"":25648,""label"":""tour_next"",""step"":2},{""time"":27679,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3181,""week"":""51"",""id"":""chart2""},{""time"":32010,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1050,""week"":""50"",""id"":""chart2""},{""time"":36929,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933190181,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar,0,1,0,Neutral,2.7,0,0,0,0,0,0,15,0.5,0,0,0.5,1 -2023-03-15 22:19:41,2023-03-15 22:28:42,0,100,540,1,2023-03-15 22:28:42,R_1C2UHZYM1QfpEl0,42.3737,-71.1284,EN,1,7.459,,,,,15.109,80,79,65,27.799,20.886,1,-2,69.523,-3,-3,73.639,1,48.031,15.017,4,5,4,4,6,4,,22.677,4,6,5,4,6,4,I don't know if the figures are accurate; therefore I can't know whether the visualization is accurate. ,20.122,4,,6.682,2,7,3,4,1,5,6,13.911,4,7,1,5,6,4,8,8,,19.48,4,4,5,2,3,4,19.8,1,,3.682,1,1971,Massachusetts,9,3,1,,7,,,17,4,1,neil4pleasure@gmail.com,40.604,58d876b14240e50001190090,"{""startTime"":1678933425727,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933448804,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933318997,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":6647,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3265,""week"":""1"",""id"":""chart""},{""time"":10825,""label"":""tour_next"",""step"":2},{""time"":14040,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1347,""week"":""50"",""id"":""chart2""},{""time"":16065,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1214,""week"":""1"",""id"":""chart2""},{""time"":18393,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933410117,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,bar,0,1,0,Negative,3.7,0,0,0,0,0,0,15,0.5,0,1,0.5,1 -2023-03-15 22:17:46,2023-03-15 22:28:51,0,100,665,1,2023-03-15 22:28:52,R_5nkT0xg0LJA6GM9,30.2423,-97.7672,EN,1,35.738,,,,,15.008,100,100,50,31.508,27.966,1,1,50.727,1,1,103.873,1,69.16,15.007,6,6,2,6,7,6,,30.184,4,6,6,2,2,6,The data was from the Department of Agriculture and I would believe that to be credible source of information for this study,65.113,4,,7.856,2,7,3,4,1,5,6,21.909,6,6,5,6,6,7,10,8,,36.629,4,4,4,2,4,4,31.476,5,,7.836,2,1970,Texas,6,3,1,,7,,,8,2,1,amanda78748@gmail.com,57.167,5f2f6bd965964e35e20c7445,"{""startTime"":1678933304548,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":2953,""label"":""hovered"",""timeHovered"":1390,""week"":""2022-01-03""},{""time"":5280,""label"":""hovered"",""timeHovered"":1167,""week"":""2022-01-03""}]}","{""startTime"":1678933335585,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933156394,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":10002,""label"":""tour_next"",""step"":2},{""time"":16706,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933289065,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,line,1,0,0,Positive,3.7,0,0,0,0,0,0,15,1,1,1,1,2 -2023-03-15 22:14:10,2023-03-15 22:28:58,0,100,887,1,2023-03-15 22:28:58,R_vC7LPxgYcRHXmVz,40.38,-75.2718,EN,1,21.492,,,,,15.111,100,78,58,25.3,104.195,1,1,77.087,1,1,80.872,1,55.094,15.012,5,7,5,6,7,5,,34.122,7,6,6,1,1,5,"well considering i know nothing about fungi and these 3 bugs's lives in croatia (altho I am familiar with them in my own life in PA), id have to take your word for it that it was accurate. if i saw this in a textbook or on the website of a scientist than i would accept it as accurate. it is a lovely graph but a survey showing it to me does not make it really real.",134.407,2,,11.455,2,7,3,4,1,5,6,23.794,4,6,2,3,4,4,10,7,,32.336,2,2,4,4,2,2,41.844,1,,3.797,2,1955,Pennsylvania,6,1,1,,7,,,8,3,2,,76.918,62b341383dad27265a7a75cb,"{""startTime"":1678933342384,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933099868,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":66270,""label"":""started_brush"",""startDate"":""2021-08-09"",""endDate"":""2021-09-15""},{""time"":69315,""label"":""started_brush"",""startDate"":""2021-10-07"",""endDate"":""2022-01-06""},{""time"":71556,""label"":""started_brush"",""startDate"":""2021-05-08"",""endDate"":""2021-07-18""}]}","{""startTime"":1678932924151,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":12892,""label"":""hovered"",""timeHovered"":2451,""week"":""2022-01-10""},{""time"":22811,""label"":""tour_next"",""step"":5},{""time"":44332,""label"":""started_brush"",""startDate"":""2021-07-30"",""endDate"":""2021-10-09""},{""time"":45250,""label"":""tour_next"",""step"":5},{""time"":50964,""label"":""moved_brush"",""startDate"":""2021-08-26"",""endDate"":""2021-11-05""},{""time"":51762,""label"":""tour_next"",""step"":5},{""time"":57653,""label"":""moved_brush"",""startDate"":""2021-06-01"",""endDate"":""2021-08-10""},{""time"":59932,""label"":""moved_brush"",""startDate"":""2021-09-30"",""endDate"":""2021-12-10""},{""time"":70404,""label"":""cleared_brush"",""using"":""click""},{""time"":70411,""label"":""cleared_brush"",""using"":""Escape""},{""time"":73284,""label"":""tour_next"",""step"":5},{""time"":80818,""label"":""tour_end"",""step"":5},{""time"":92890,""label"":""started_brush"",""startDate"":""2021-07-05"",""endDate"":""2021-09-26""},{""time"":101821,""label"":""started_brush"",""startDate"":""2021-05-04"",""endDate"":""2021-06-13""}]}","{""startTime"":1678933084332,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line,1,0,0,Positive,2.7,0,0,0,0,0,0,15,1,1,1,1,3 -2023-03-15 22:19:55,2023-03-15 22:29:16,0,100,560,1,2023-03-15 22:29:16,R_1MRj4wCeBagnUCO,33.3124,-111.9195,EN,1,6.728,,,,,15.01,50,82,50,17.775,15.87,1,1,42.186,-2,1,49.659,1,81.785,15.011,6,2,2,6,6,6,,21.733,6,6,4,2,4,6,"The data seems to be presented accurately. Therefore, I feel I can trust it",57.044,4,,9.447,2,7,3,4,1,5,6,19.986,4,4,8,9,4,6,8,8,,23.594,3,3,4,3,4,3,34.265,3,,6.601,2,1959,Arizona,4,2,1,,7,,,6,3,1,601736d3f57edd250d376de9@email.prolific.co,86.745,601736d3f57edd250d376de9,"{""startTime"":1678933330837,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933353361,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933248244,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":10871,""label"":""tour_next"",""step"":2},{""time"":14327,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933314965,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":13120,""label"":""hovered"",""timeHovered"":2313,""week"":""2022-01-10""}]}",0,moderate,line,1,0,0,Positive,3.3,0,1,1,2.313,2.313,0,15,1,0.5,1,0.5,2 -2023-03-15 22:10:58,2023-03-15 22:29:40,0,100,1121,1,2023-03-15 22:29:40,R_3qe2ANcjn8N7xTZ,36.0571,-86.6729,EN,1,72.737,,,,,15.201,93,68,50,71.354,78.394,-2,1,73.629,-3,-3,122.375,1,86.973,15.118,5,5,5,5,5,5,"I didn't remember seeing the source for the information before, but I do see it now underneath the graphs.",128.974,3,6,5,2,2,5,I don't recall a source for the provided information.,69.1,5,no additional comments,36.435,2,7,3,4,1,5,6,35.801,5,7,8,7,6,7,9,6,no additional comments,54.655,3,4,4,3,4,4,49.278,4,,32.888,2,1970,Tennessee,4,2,1,,7,,,7,4,1,579a4c6a82f7f90001ee9d92@email.prolific.co,89.416,579a4c6a82f7f90001ee9d92,"{""startTime"":1678933130846,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933001201,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932831863,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":9090,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5749,""week"":""35"",""id"":""chart""},{""time"":15473,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3433,""week"":""1"",""id"":""chart""},{""time"":18940,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3816,""week"":""52"",""id"":""chart""},{""time"":23906,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5050,""week"":""22"",""id"":""chart""},{""time"":30196,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":9026,""week"":""52"",""id"":""chart""},{""time"":43137,""label"":""tour_next"",""step"":2},{""time"":51839,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4067,""week"":""52"",""id"":""chart2""},{""time"":56606,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1033,""week"":""49"",""id"":""chart2""},{""time"":63389,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1667,""week"":""42"",""id"":""chart2""},{""time"":76389,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932985438,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":2261,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3124,""week"":""4"",""id"":""chart""},{""time"":6557,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2093,""week"":""50"",""id"":""chart""}]}",0,simple,bar,1,0,0,Negative,3.7,0,2,2,5.217,2.6085,4296,15,0.5,0,1,0.5,1 -2023-03-15 22:11:27,2023-03-15 22:30:25,0,100,1138,1,2023-03-15 22:30:26,R_2QPz0YOO8Uu0YCT,41.7965,-71.4304,EN,1,68.732,1,4,2,38.371,15.011,68,82,49,71.4,101.533,1,1,76.546,-3,-3,119.256,1,57.069,15.014,6,5,5,5,7,6,,114.647,4,6,5,3,4,6,"If the data is sound, I don't see any sort of distortions in the way it is presented, and all the numbers are available for inspection.",96.414,5,,11.069,2,7,3,4,1,5,6,31.607,3,5,4,6,4,6,9,7,,55.906,4,3,5,2,4,4,38.154,2,2,18.105,1,1975,Massachusetts,7,3,1,,7,,,5,4,2,,71.463,5c55b95b91c0ad0001cf86ab,"{""startTime"":1678933298038,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":34626,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3889,""week"":""40"",""id"":""chart2""}]}","{""startTime"":1678933098919,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":54,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1110,""week"":""52"",""id"":""chart""},{""time"":36173,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1737,""week"":""1"",""id"":""chart""},{""time"":57010,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1834,""week"":""52"",""id"":""chart2""}]}","{""startTime"":1678932903328,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":20,""label"":""tour_started""},{""time"":8906,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1251,""week"":""5"",""id"":""chart""},{""time"":11441,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2086,""week"":""2"",""id"":""chart""},{""time"":22806,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1131,""week"":""37"",""id"":""chart""},{""time"":23987,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1368,""week"":""38"",""id"":""chart""},{""time"":27857,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3253,""week"":""48"",""id"":""chart""},{""time"":35000,""label"":""tour_next"",""step"":2},{""time"":39885,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4988,""week"":""51"",""id"":""chart2""},{""time"":53716,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1350,""week"":""29"",""id"":""chart2""},{""time"":55100,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1084,""week"":""30"",""id"":""chart2""},{""time"":61155,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1119,""week"":""50"",""id"":""chart2""},{""time"":64358,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1252,""week"":""1"",""id"":""chart2""},{""time"":65760,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2769,""week"":""2"",""id"":""chart2""},{""time"":72717,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2603,""week"":""6"",""id"":""chart2""},{""time"":81164,""label"":""tour_end"",""step"":2},{""time"":88058,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4122,""week"":""52"",""id"":""chart""},{""time"":94221,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1167,""week"":""1"",""id"":""chart""},{""time"":98010,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1504,""week"":""52"",""id"":""chart2""}]}","{""startTime"":1678933083120,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":10871,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3569,""week"":""50"",""id"":""chart""},{""time"":14490,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1066,""week"":""51"",""id"":""chart""}]}",1,simple,bar,1,1,0,Positive,3.7,0,2,2,4.635,2.3175,3619,15,1,0,1,1,1 -2023-03-15 22:21:34,2023-03-15 22:31:19,0,100,584,1,2023-03-15 22:31:19,R_byGFAFWpG8xfaQF,42.055,-87.6951,EN,1,7.244,,,,,15.012,73,85,75,44.549,25.007,1,1,46.016,-3,-3,54.76,1,37.694,15.01,4,2,4,4,2,4,none,27.991,4,5,5,4,4,4,"I like to understand where sources of data come from, how studies were conducted. I just want more data to make an informed decision.",71.6,4,none,12.721,2,7,3,4,1,5,6,23.942,2,2,2,2,2,5,8,5,none,53.244,3,3,4,3,3,3,20.943,5,,5.367,1,1973,Illinois,3,3,1,,7,,,7,4,1,5fbb89e20ddd50a66ab62a67@email.prolific.co,81.995,5fbb89e20ddd50a66ab62a67,"{""startTime"":1678933547645,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933455312,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":177,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1298,""week"":""1"",""id"":""chart""}]}","{""startTime"":1678933368061,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":9413,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2799,""week"":""1"",""id"":""chart""},{""time"":12401,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2544,""week"":""52"",""id"":""chart""},{""time"":16100,""label"":""tour_next"",""step"":2},{""time"":21967,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933439984,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":6742,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5863,""week"":""52"",""id"":""chart2""}]}",0,simple,bar,1,0,0,Negative,3.2,0,1,1,5.863,5.863,0,15,1,0,1,1,1 -2023-03-15 22:20:28,2023-03-15 22:31:22,0,100,653,1,2023-03-15 22:31:22,R_2dAaRFKcxotCF4P,33.5631,-84.5832,EN,1,17.167,2,,2,4.801,15.069,63,65,0,33.264,140.646,-2,1,34.449,1,1,75.51,1,55.31,15.11,2,2,1,6,7,1,,28.692,5,6,5,2,3,4,I don't trust the criteria that are being used to collect the data in the first place.,39.965,5,,7.968,2,7,3,4,1,5,6,19.297,1,1,7,3,2,6,9,7,,20.503,4,4,4,2,5,4,22.807,7,5,13.002,2,1982,Georgia,6,1,1,,7,,,11,4,1,adbrady22@gmail.com,43.651,605776c7ffd8cb64476fc73f,"{""startTime"":1678933601624,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933533526,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933319252,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":48,""label"":""tour_started""},{""time"":41632,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3553,""week"":""35"",""id"":""chart""},{""time"":47080,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":9988,""week"":""1"",""id"":""chart""},{""time"":57987,""label"":""tour_next"",""step"":5},{""time"":76025,""label"":""started_brush"",""startDate"":""2021-07-28"",""endDate"":""2021-10-03""},{""time"":77533,""label"":""started_brush"",""startDate"":""2021-12-16"",""endDate"":""2022-02-07""},{""time"":78787,""label"":""tour_next"",""step"":5},{""time"":86102,""label"":""moved_brush"",""startDate"":""2021-08-16"",""endDate"":""2021-10-07""},{""time"":88217,""label"":""tour_next"",""step"":5},{""time"":98687,""label"":""cleared_brush"",""using"":""Click""},{""time"":98688,""label"":""cleared_brush"",""using"":""Escape""},{""time"":100681,""label"":""tour_next"",""step"":5},{""time"":107299,""label"":""tour_end"",""step"":5},{""time"":108049,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1373,""week"":""52"",""id"":""chart""},{""time"":136473,""label"":""cleared_brush"",""using"":""Click""}]}","{""startTime"":1678933517366,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":13169,""label"":""started_brush"",""startDate"":""2021-10-31"",""endDate"":""2021-12-29""}]}",1,complex,bar,1,0,0,Negative,3.8,1,1,0,0,0,0,15,0.5,1,1,1,3 -2023-03-15 22:24:42,2023-03-15 22:31:26,0,100,403,1,2023-03-15 22:31:26,R_1pSx1jtfFqd7WTH,37.9208,-122.0182,EN,1,6.437,1,4,1,5.812,15.007,100,100,85,19.548,22.732,-2,-3,39.5,-3,1,40.879,1,30.377,15.109,5,2,6,5,5,6,,21.858,5,5,5,3,2,6,I figure it's taken from people who reported to them - no reason to mislead. ,19.586,6,,9.211,2,7,3,4,1,5,6,11.879,2,6,11,10,1,9,6,11,,20.266,5,5,5,1,5,5,14.921,6,1,10.539,2,1955,California,8,2,1,,7,,,16,1,1,STu3784833@aol.com,51.2,5e2b74daae56b71b9d24d89b,"{""startTime"":1678933720531,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933672834,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933592625,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":27,""label"":""tour_started""},{""time"":6701,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1500,""week"":""6"",""id"":""chart""},{""time"":9082,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1164,""week"":""14"",""id"":""chart""},{""time"":15946,""label"":""tour_next"",""step"":2},{""time"":20657,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933657184,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":9433,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2586,""week"":""6"",""id"":""chart""}]}",1,moderate,bar,1,0,0,Positive,4.3,0,1,1,2.586,2.586,0,15,0,0.5,1,0.5,2 -2023-03-15 22:16:31,2023-03-15 22:31:27,0,100,895,1,2023-03-15 22:31:27,R_WdiiPgZl83NRg77,40.6643,-73.9763,EN,1,12.237,1,3,1,12.886,15.111,100,100,73,59.403,105.671,1,1,74.103,1,1,78.173,1,89.454,15.021,6,6,6,6,7,6,,64.355,7,6,7,2,5,6,The data comes from a reputable scientific source and is displayed in an accurate and useful way.,44.207,5,,10.133,2,7,3,4,1,5,6,27.535,2,8,4,6,5,1,9,8,,54.199,3,5,5,3,4,3,20.759,2,1,17.932,1,1970,New York,6,3,1,,8,Brooklyn,,3,4,2,,119.122,570521cfde5095001018a0c8,"{""startTime"":1678933321445,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933387097,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933107825,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":19,""label"":""tour_started""},{""time"":3785,""label"":""hovered"",""timeHovered"":1929,""week"":""2021-12-20""},{""time"":5783,""label"":""hovered"",""timeHovered"":2727,""week"":""2021-12-20""},{""time"":10000,""label"":""hovered"",""timeHovered"":1411,""week"":""2022-01-03""},{""time"":11997,""label"":""hovered"",""timeHovered"":1080,""week"":""2022-01-24""},{""time"":31517,""label"":""tour_next"",""step"":5},{""time"":52067,""label"":""started_brush"",""startDate"":""2021-08-08"",""endDate"":""2021-12-07""},{""time"":53806,""label"":""tour_next"",""step"":5},{""time"":60426,""label"":""moved_brush"",""startDate"":""2021-06-16"",""endDate"":""2021-10-15""},{""time"":62834,""label"":""moved_brush"",""startDate"":""2021-06-16"",""endDate"":""2021-09-13""},{""time"":64741,""label"":""tour_next"",""step"":5},{""time"":71039,""label"":""cleared_brush"",""using"":""click""},{""time"":74836,""label"":""tour_next"",""step"":5},{""time"":85465,""label"":""tour_end"",""step"":5},{""time"":90930,""label"":""started_brush"",""startDate"":""2021-06-18"",""endDate"":""2021-08-07""},{""time"":94954,""label"":""moved_brush"",""startDate"":""2021-12-05"",""endDate"":""2022-01-24""},{""time"":98215,""label"":""moved_brush"",""startDate"":""2021-11-01"",""endDate"":""2022-01-24""}]}","{""startTime"":1678933305262,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line,1,1,0,Positive,3.8,0,0,0,0,0,0,15,1,1,1,1,3 -2023-03-15 22:21:42,2023-03-15 22:31:40,0,100,597,1,2023-03-15 22:31:40,R_3HnRNnanjtug6Vb,21.4254,-157.8138,EN,1,10.969,,,,,15.027,47,26,52,38.726,37.189,1,-1,47.145,-3,-3,69.99,1,44.041,15.023,3,3,4,3,6,4,,30.38,5,3,3,3,1,4,i dont understand it,18.475,4,,8.33,2,7,3,4,1,5,6,31.898,1,1,4,6,1,2,6,8,,24.909,2,3,3,3,2,2,30.294,2,,11.146,2,1950,Hawaii,6,2,1,,7,,,9,5,2,,97.514,5ec195df3f2aec276ff0bf33,"{""startTime"":1678933552657,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933505686,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933381254,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":29,""label"":""tour_started""},{""time"":9389,""label"":""tour_next"",""step"":2},{""time"":17092,""label"":""tour_end"",""step"":2},{""time"":28905,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3171,""week"":""1"",""id"":""chart""}]}","{""startTime"":1678933489946,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":8348,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3321,""week"":""6"",""id"":""chart""}]}",0,moderate,bar,0,1,0,Negative,2.5,0,1,1,3.321,3.321,0,15,0.5,0,1,0,2 -2023-03-15 22:23:50,2023-03-15 22:31:49,0,100,478,1,2023-03-15 22:31:49,R_2c25vFYYkfRhdAd,37.6692,-97.2754,EN,1,5.346,1,2,1,5.953,15.012,91,97,82,13.545,39.87,-2,1,32.767,-2,1,57.72,1,71.515,15.012,5,5,6,5,5,6,,18.651,5,6,6,5,5,6,It looks like what I would imagine the data would be.,34.686,5,,8.806,2,7,3,4,1,5,6,14.788,2,3,2,2,7,6,10,10,,14.849,3,3,4,3,3,3,13.009,3,1,12.031,1,1982,Kansas,5,2,1,,9,,Wichita,4,4,1,stpeterdustin@gmail.com,62.952,62d38f10654f3fc8a393b551,"{""startTime"":1678933650608,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933595960,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933481834,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":3277,""label"":""hovered"",""timeHovered"":1231,""week"":""2021-10-25""},{""time"":6557,""label"":""hovered"",""timeHovered"":4628,""week"":""2022-01-10""},{""time"":16746,""label"":""hovered"",""timeHovered"":1333,""week"":""2021-06-21""},{""time"":21942,""label"":""hovered"",""timeHovered"":1698,""week"":""2022-01-10""},{""time"":32397,""label"":""tour_next"",""step"":2},{""time"":36152,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933580298,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7881,""label"":""hovered"",""timeHovered"":4594,""week"":""2021-05-31""}]}",1,moderate,line,0,1,0,Positive,3.2,0,1,1,4.594,4.594,0,15,0.5,0.5,1,0.5,2 -2023-03-15 22:24:22,2023-03-15 22:32:21,0,100,479,1,2023-03-15 22:32:22,R_2c8cFnT9zKW2nxA,33.9761,-83.3632,EN,1,4.812,,,,,15.108,100,100,42,13.326,10.201,-2,1,32.337,-3,-3,123.218,-2,79.57,15.145,7,7,7,7,7,7,,9.788,5,6,5,4,5,6,Its not a deceptive visualization and its clear to understand the data presented. ,21.453,5,,5.736,2,7,3,4,1,5,6,11.588,1,1,3,2,1,2,2,4,,24.038,3,5,4,2,5,3,33.994,4,,3.063,1,1995,Georgia,3,1,1,,7,,,9,4,1,talonergan7@gmail.com,45.018,62f70dd38becd2f7f2ce53a8,"{""startTime"":1678933688201,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933651860,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_focused"",""time"":1401}]}","{""startTime"":1678933501807,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":6111,""label"":""tour_next"",""step"":2},{""time"":8103,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933636240,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":7905},{""label"":""window_focused"",""time"":8922},{""label"":""window_blurred"",""time"":11868}]}",0,moderate,bar,1,1,0,Positive,3.7,0,0,0,0,0,0,10.851,0.5,0,0,0,2 -2023-03-15 22:21:55,2023-03-15 22:32:29,0,100,633,1,2023-03-15 22:32:29,R_1lAAakGCl39jdrp,40.7597,-73.981,EN,1,9.288,1,3,2,7.799,15.109,100,100,53,41.124,31.923,1,1,73.106,-2,1,59.539,1,71.437,15.009,5,5,7,6,6,5,Many people never reported their status and whether or not they contracted covid so the statistics are not accurate without those findings,73.412,2,7,5,2,2,6,I trust it for reported cases...that's all the CDC can go by.,17.156,4,,13.308,2,7,3,4,1,5,6,27.392,8,5,7,8,9,9,11,10,,25.051,4,3,4,2,4,4,34.995,2,1,8.836,2,1948,New York,7,2,1,,7,,,5,2,1,spaghetti4@gmail.com,63.384,5dcf34f64fee9907fc626f0f,"{""startTime"":1678933523413,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933597349,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933401650,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":11866,""label"":""hovered"",""timeHovered"":1360,""week"":""2021-12-13""},{""time"":14255,""label"":""hovered"",""timeHovered"":4420,""week"":""2021-11-01""},{""time"":18731,""label"":""hovered"",""timeHovered"":1630,""week"":""2021-11-01""},{""time"":22573,""label"":""tour_next"",""step"":2},{""time"":29305,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933507899,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line,1,0,0,Positive,3.5,0,0,0,0,0,0,15,1,0.5,1,1,1 -2023-03-15 22:15:07,2023-03-15 22:32:43,0,100,1056,1,2023-03-15 22:32:44,R_2WPjf7Bf1R8xjkc,40.6327,-73.6333,EN,1,6.612,1,2,2,8.168,15.117,100,100,85,82.778,39.741,1,-3,93.984,1,1,83.3,1,114.65,15.112,6,6,6,7,7,6,,45.964,7,7,7,7,7,7,"I can see the important data points on the graph, and it is informative.",91.096,1,,17.981,2,7,3,4,1,5,6,27.46,1,1,1,2,1,3,7,9,,43.79,1,2,2,4,2,2,44.99,4,4,35.566,1,1976,New York,3,1,1,,7,,,6,3,1,robert25577@gmail.com,193.421,60b9af795939f976cb74232a,"{""startTime"":1678933347838,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933223270,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933073001,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":5209,""label"":""hovered"",""timeHovered"":2927,""week"":""2021-12-20""},{""time"":9220,""label"":""hovered"",""timeHovered"":3208,""week"":""2021-08-30""},{""time"":13220,""label"":""hovered"",""timeHovered"":2625,""week"":""2021-11-29""},{""time"":24005,""label"":""tour_next"",""step"":2},{""time"":29704,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933207501,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line,0,1,0,Positive,2.2,0,0,0,0,0,0,15,0.5,1,1,0.5,1 -2023-03-15 22:22:56,2023-03-15 22:32:53,0,100,596,1,2023-03-15 22:32:54,R_przuxICVhpEAk93,39.9945,-75.1648,EN,1,8.944,,,,,15.007,92,91,72,23.199,42.65,1,1,68.221,1,1,81.538,1,63.483,15.006,6,5,2,6,6,6,None.,33.504,6,6,6,5,4,6,"The visualization is easy to understand and gather info from, and I trust that the information provided is accurate. ",46.971,4,None.,10.282,2,7,3,4,1,5,6,19.394,5,8,2,8,5,4,10,9,None,29.355,2,2,4,3,3,2,19.452,2,,3.917,1,1999,Pennsylvania,5,2,1,,7,,,7,3,2,,60.887,5d6513f46f5284000118ef1d,"{""startTime"":1678933637937,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933558579,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":4959,""label"":""hovered"",""timeHovered"":2795,""week"":""2022-01-03""}]}","{""startTime"":1678933431647,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":4,""label"":""tour_started""},{""time"":15297,""label"":""hovered"",""timeHovered"":2000,""week"":""2021-12-27""},{""time"":22683,""label"":""tour_next"",""step"":2},{""time"":29867,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933543269,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,line,0,2,0,Positive,2.7,0,0,0,0,0,0,15,1,1,1,1,1 -2023-03-15 22:22:33,2023-03-15 22:33:04,0,100,631,1,2023-03-15 22:33:04,R_1CeXtf7jFYE2lLw,29.4227,-98.4927,EN,1,43.865,2,,1,4.508,15.011,68,29,24,35.799,47.269,1,-1,37.458,-1,-3,66.945,-3,31.402,15.01,7,3,3,6,7,4,,45.252,6,7,6,7,5,4,I have read too many articles for and against the vaccine so I don't know what to trust or not trust.,46,5,,9.844,2,7,3,4,1,5,6,31.22,5,5,8,7,7,7,8,10,,29.798,4,5,4,1,5,5,33.827,3,1,16.1,2,1958,Texas,6,2,1,,7,,,3,4,2,,71.628,55899b8dfdf99b7ae47f5fa4,"{""startTime"":1678933670979,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933598789,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933468534,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":18008,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6605,""week"":""1"",""id"":""chart""},{""time"":25809,""label"":""tour_next"",""step"":2},{""time"":33185,""label"":""tour_end"",""step"":2},{""time"":34873,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7324,""week"":""52"",""id"":""chart""},{""time"":43432,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1535,""week"":""46"",""id"":""chart""}]}","{""startTime"":1678933583414,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":10536,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2385,""week"":""14"",""id"":""chart""}]}",1,moderate,bar,0,1,0,Neutral,4,0,1,1,2.385,2.385,0,15,0.5,0,0,0,2 -2023-03-15 22:14:32,2023-03-15 22:33:07,0,100,1115,1,2023-03-15 22:33:08,R_3PaF9itgolhm9V5,31.3432,-85.844,EN,1,18.056,,,,,15.044,100,100,81,59.611,181.554,1,1,77.239,1,1,79.423,-1,36.26,15.05,5,5,6,7,7,6,,161.86,6,6,6,4,4,7,"If I trust the data and I understand the visualization, then I my trust the visualization.",52.601,5,,21.437,2,7,3,4,1,5,6,37.223,3,7,9,9,3,7,9,9,,83.142,3,4,4,3,4,3,81.706,6,,14.048,1,1974,Alabama,6,2,1,,7,,,17,3,2,,79.41,640e3d1ee18df712eca9ec2d,"{""startTime"":1678933213987,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933376948,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932979458,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":22,""label"":""tour_started""},{""time"":31095,""label"":""hovered"",""timeHovered"":2034,""week"":""2022-01-10""},{""time"":40686,""label"":""tour_next"",""step"":5},{""time"":78087,""label"":""tour_back"",""step"":5},{""time"":93326,""label"":""tour_next"",""step"":5},{""time"":118155,""label"":""started_brush"",""startDate"":""2021-06-15"",""endDate"":""2021-07-11""},{""time"":130594,""label"":""started_brush"",""startDate"":""2021-08-07"",""endDate"":""2021-11-06""},{""time"":132476,""label"":""tour_next"",""step"":5},{""time"":139174,""label"":""moved_brush"",""startDate"":""2021-06-05"",""endDate"":""2021-11-06""},{""time"":142128,""label"":""moved_brush"",""startDate"":""2021-06-05"",""endDate"":""2021-12-07""},{""time"":144298,""label"":""tour_next"",""step"":5},{""time"":151027,""label"":""cleared_brush"",""using"":""click""},{""time"":163357,""label"":""cleared_brush"",""using"":""click""},{""time"":164736,""label"":""tour_next"",""step"":5},{""time"":175344,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678933198429,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line,1,1,0,Positive,3.5,0,0,0,0,0,0,15,1,1,0,0,3 -2023-03-15 22:19:09,2023-03-15 22:33:11,0,100,842,1,2023-03-15 22:33:11,R_zZpHtvbKDG2GvE5,40.726,-73.848,EN,1,11.514,,,,,15.107,85,94,55,42.785,52.101,1,1,53.802,-3,-3,87.201,1,51.492,15.008,5,4,3,4,5,5,,67.32,6,5,4,2,3,4,There is no indication where this data was obtained but it seems believable.,107.266,6,,7.603,2,7,3,4,1,5,6,28.302,3,4,9,7,2,9,8,9,,38.949,3,3,5,2,4,4,31.973,5,,9.312,1,1968,New York,6,3,1,,9,,White/Latino,4,4,1,5de96ccf7aeafe09d7e8a74a@email.prolific.co,131.301,5de96ccf7aeafe09d7e8a74a,"{""startTime"":1678933514496,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":11479,""label"":""source_clicked""},{""label"":""window_blurred"",""time"":11534},{""label"":""window_focused"",""time"":16570}]}","{""startTime"":1678933360253,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933237438,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":17112,""label"":""hovered"",""timeHovered"":1232,""week"":""2021-09-20""},{""time"":24834,""label"":""hovered"",""timeHovered"":1179,""week"":""2022-01-03""},{""time"":26013,""label"":""hovered"",""timeHovered"":1268,""week"":""2022-01-03""},{""time"":31249,""label"":""tour_next"",""step"":2},{""time"":38719,""label"":""tour_end"",""step"":2},{""label"":""window_blurred"",""time"":42502},{""label"":""window_focused"",""time"":50720}]}","{""startTime"":1678933344654,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7192,""label"":""hovered"",""timeHovered"":1651,""week"":""2021-04-19""},{""time"":10548,""label"":""hovered"",""timeHovered"":3996,""week"":""2021-11-29""}]}",0,simple,line,1,0,0,Positive,3.5,0,2,2,5.647,2.8235,3356,15,1,0,1,1,1 -2023-03-15 22:18:53,2023-03-15 22:33:29,0,100,876,1,2023-03-15 22:33:30,R_ROV6c2jLAv98mdj,39.1032,-108.5495,EN,1,22.275,1,4,1,13.251,15.113,92,85,31,51.163,38.391,1,1,122.426,-3,-3,87.829,1,47.87,15.013,6,6,6,6,7,6,,59.647,6,6,6,4,4,6,I looks like scientific and accurate data,21.444,4,,32.85,2,7,3,4,1,5,6,46.008,2,1,3,2,3,4,9,8,,28.904,2,3,3,3,3,3,38.192,2,1,22.691,2,1964,Colorado,4,2,1,,7,,,12,4,1,,113.202,63d475b3b7f363ed16c745b0,"{""startTime"":1678933425797,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933485979,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933248047,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":12892,""label"":""tour_next"",""step"":2},{""time"":26506,""label"":""tour_end"",""step"":2},{""time"":32167,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2175,""week"":""4"",""id"":""chart2""}]}","{""startTime"":1678933410608,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar,1,1,0,Positive,2.8,0,0,0,0,0,0,15,1,0,1,1,1 -2023-03-15 22:18:50,2023-03-15 22:34:02,0,100,911,1,2023-03-15 22:34:02,R_1pJRJfQIVrwBAUG,40.1788,-77.0047,EN,1,7,,,,,15.121,100,91,62,63.287,219.157,1,1,62.625,-3,1,98.312,1,131.302,15.126,7,7,7,7,7,7,,26.642,7,7,7,7,7,7,"Since the visualization was based on a scientific and trusted reference, I trust that the data is accurate and can be trusted to be true, hence the same would apply to the visualization.",70.334,4,,7.32,2,7,3,4,1,5,6,26.783,4,5,6,8,5,7,8,7,,21.3,5,5,5,1,5,5,28.068,4,,4.885,1,1979,Pennsylvania,7,3,1,,2,,,12,2,1,navs.gags@gmail.com,62.811,5f490d10022f3f2e8f33cc9a,"{""startTime"":1678933594676,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933622246,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933226704,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":25,""label"":""tour_started""},{""time"":13990,""label"":""hovered"",""timeHovered"":2278,""week"":""2021-07-12""},{""time"":24235,""label"":""hovered"",""timeHovered"":31156,""week"":""2022-01-24""},{""time"":57993,""label"":""hovered"",""timeHovered"":2174,""week"":""2022-01-03""},{""time"":63438,""label"":""hovered"",""timeHovered"":2540,""week"":""2021-09-06""},{""time"":66493,""label"":""hovered"",""timeHovered"":9257,""week"":""2021-08-09""},{""time"":77457,""label"":""hovered"",""timeHovered"":1073,""week"":""2021-04-12""},{""time"":88173,""label"":""hovered"",""timeHovered"":1910,""week"":""2022-01-31""},{""time"":91709,""label"":""hovered"",""timeHovered"":2686,""week"":""2022-01-03""},{""time"":95500,""label"":""hovered"",""timeHovered"":1043,""week"":""2022-01-03""},{""time"":96548,""label"":""hovered"",""timeHovered"":4656,""week"":""2022-01-03""},{""time"":115541,""label"":""tour_next"",""step"":5},{""time"":129332,""label"":""started_brush"",""startDate"":""2021-06-04"",""endDate"":""2021-07-07""},{""time"":130313,""label"":""cleared_brush"",""using"":""click""},{""time"":133786,""label"":""started_brush"",""startDate"":""2021-08-07"",""endDate"":""2022-02-13""},{""time"":134401,""label"":""cleared_brush"",""using"":""click""},{""time"":141871,""label"":""started_brush"",""startDate"":""2021-04-22"",""endDate"":""2022-02-13""},{""time"":142939,""label"":""tour_next"",""step"":5},{""time"":150277,""label"":""moved_brush"",""startDate"":""2021-04-22"",""endDate"":""2022-02-13""},{""time"":151799,""label"":""moved_brush"",""startDate"":""2021-04-22"",""endDate"":""2022-02-13""},{""time"":154227,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-01""},{""time"":157735,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-12-13""},{""time"":158603,""label"":""tour_next"",""step"":5},{""time"":167606,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-13""},{""time"":171787,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-13""},{""time"":174761,""label"":""cleared_brush"",""using"":""click""},{""time"":174765,""label"":""cleared_brush"",""using"":""Escape""},{""time"":176076,""label"":""tour_next"",""step"":5},{""time"":185981,""label"":""started_brush"",""startDate"":""2021-07-28"",""endDate"":""2021-12-10""},{""time"":201733,""label"":""tour_end"",""step"":5},{""time"":211482,""label"":""started_brush"",""startDate"":""2021-04-13"",""endDate"":""2022-02-13""}]}","{""startTime"":1678933578928,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":8554,""label"":""hovered"",""timeHovered"":3966,""week"":""2021-06-07""}]}",0,complex,line,1,1,0,Positive,4.3,0,1,1,3.966,3.966,0,15,1,0.5,1,1,3 -2023-03-15 22:23:10,2023-03-15 22:34:32,0,100,682,1,2023-03-15 22:34:32,R_3EEV0L60eHzB1vP,40.6774,-80.6006,EN,1,7.526,,,,,15.112,87,83,36,59.699,41.781,1,1,51.401,-1,1,62.236,-1,54.116,15.009,4,5,6,5,6,4,,76.701,4,4,3,2,1,6,BECAUSE AT THE BEGINNING YOU SAID TO ASSUME WE TRUST THE IDEA SO THATS WHAT I DID,41.758,1,,10.878,2,7,3,4,1,5,6,24.41,7,8,8,6,6,8,9,9,,27.34,3,3,3,3,3,3,37,4,,8.42,2,1976,Ohio,3,2,1,,7,,,6,3,1,KIMBERLYMSPEECE@GMAIL.COM,72.102,5ec9fc1650b79c158be48421,"{""startTime"":1678933693717,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933605306,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":3663,""label"":""hovered"",""timeHovered"":1282,""week"":""2021-09-20""},{""time"":4977,""label"":""hovered"",""timeHovered"":1845,""week"":""2021-09-27""}]}","{""startTime"":1678933484909,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":25520,""label"":""tour_next"",""step"":2},{""time"":32831,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933589769,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":2847,""label"":""hovered"",""timeHovered"":5107,""week"":""2021-12-13""}]}",0,moderate,line,0,0,0,Neutral,3,0,1,1,5.107,5.107,0,15,1,0.5,0,0.5,2 -2023-03-15 22:13:25,2023-03-15 22:34:34,0,100,1268,1,2023-03-15 22:34:34,R_2rpW46mDGSjOpjr,43.1774,-86.1982,EN,1,98.803,1,2,1,10.456,15.111,84,84,50,54.223,102.283,1,1,123.934,1,-3,125.404,1,98.27,15.111,6,3,6,5,6,6,It is worth it to get the vaccine.,70.208,3,5,5,1,2,5,"I trust that it shows increases or decreases in the amount of people with COVID. If someone asked me for precise numbers, which they most likely won't, it is a little more difficult to give them precise numbers. I do believe it gives a somewhat good overall picture of those that were diagnosed with COVID.",155.76,5,,17.084,2,7,3,4,1,5,6,46.701,3,5,9,6,5,5,10,9,,32.84,3,3,4,2,4,4,58.206,3,1,29.433,1,1973,Michigan,8,3,1,,7,,,17,4,1,scottlamiman@gmail.com,118.886,63c6e885e6834fbb0d9c0ebf,"{""startTime"":1678933465980,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933252620,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933007676,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":44,""label"":""tour_started""},{""time"":18961,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1061,""week"":""1"",""id"":""chart""},{""time"":20729,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3022,""week"":""52"",""id"":""chart""},{""time"":28305,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1824,""week"":""5"",""id"":""chart""},{""time"":33528,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1046,""week"":""6"",""id"":""chart""},{""time"":52997,""label"":""tour_next"",""step"":2},{""time"":62663,""label"":""tour_end"",""step"":2},{""time"":71425,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1395,""week"":""52"",""id"":""chart""},{""time"":80801,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2509,""week"":""5"",""id"":""chart""},{""time"":84113,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1095,""week"":""1"",""id"":""chart""},{""time"":85424,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1865,""week"":""52"",""id"":""chart""},{""time"":87456,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1382,""week"":""1"",""id"":""chart""},{""time"":91992,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3205,""week"":""24"",""id"":""chart""},{""time"":95401,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3593,""week"":""23"",""id"":""chart""}]}","{""startTime"":1678933236782,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar,0,1,0,Neutral,3.3,0,0,0,0,0,0,15,1,0.5,1,0.5,2 -2023-03-15 22:21:30,2023-03-15 22:34:39,0,100,788,1,2023-03-15 22:34:40,R_3erAQroDH00eDAw,40.9039,-73.837,EN,1,6.301,1,4,2,9.014,15.01,100,100,50,63.446,202.073,1,-2,50.026,-1,1,21.259,-1,16.177,15.111,7,4,7,4,1,7,I don't know how to interpret the graph.,42.102,4,1,1,1,1,7,I suspect it was put together by the CDC.,28.934,7,,12.401,2,7,3,4,1,5,6,37.774,3,3,2,3,3,2,11,7,,24.27,1,1,5,5,1,1,25.063,1,1,41.364,2,1946,New York,7,2,1,,7,,,5,4,1,rp.fix@verizon.net,102.051,57d435c8ca054400014bac35,"{""startTime"":1678933706898,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933749594,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933469273,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":5179,""label"":""hovered"",""timeHovered"":4180,""week"":""2022-01-24""},{""time"":27121,""label"":""tour_next"",""step"":5},{""time"":76480,""label"":""tour_back"",""step"":5},{""time"":78196,""label"":""hovered"",""timeHovered"":1262,""week"":""2021-12-20""},{""time"":85511,""label"":""tour_next"",""step"":5},{""time"":146104,""label"":""cleared_brush"",""using"":""click""},{""time"":156491,""label"":""started_brush"",""startDate"":""2021-12-10"",""endDate"":""2022-02-13""},{""time"":159526,""label"":""tour_next"",""step"":5},{""time"":172587,""label"":""moved_brush"",""startDate"":""2021-12-10"",""endDate"":""2022-02-13""},{""time"":176946,""label"":""moved_brush"",""startDate"":""2021-12-10"",""endDate"":""2022-02-13""},{""time"":178158,""label"":""tour_next"",""step"":5},{""time"":190188,""label"":""cleared_brush"",""using"":""click""},{""time"":190191,""label"":""cleared_brush"",""using"":""Escape""},{""time"":192527,""label"":""tour_next"",""step"":5},{""time"":199359,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678933691412,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line,1,0,0,Positive,2.3,0,0,0,0,0,0,15,0.5,0.5,0,0,3 -2023-03-15 22:25:21,2023-03-15 22:34:55,0,100,573,1,2023-03-15 22:34:55,R_O89HNSVjsjlwEmt,40.1597,-75.7862,EN,1,29,1,4,2,7.222,15.113,91,31,51,41.4,53.401,1,-2,29.285,-2,1,70.702,-1,35.782,15.01,5,3,4,5,5,5,If this data is truly from the CDC then I would trust it,45.667,3,5,5,5,4,4,"I am not sure where this data came from, so I am not sure if it is reliable. ",26.167,1,,5.507,2,7,3,4,1,5,6,24.485,4,5,3,6,6,4,9,8,,17.685,3,2,2,4,3,2,26.97,2,1,16.059,2,1983,Pennsylvania,3,2,1,,9,,St. Marys,7,4,1,h_b33@hotmail.com,58.797,5d4254db5b2c430001418a3c,"{""startTime"":1678933823374,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933776364,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933635074,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":11730,""label"":""hovered"",""timeHovered"":6181,""week"":""2021-04-12""},{""time"":25195,""label"":""hovered"",""timeHovered"":2666,""week"":""2022-01-17""},{""time"":46100,""label"":""tour_next"",""step"":2},{""time"":49706,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933760695,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line,1,0,0,Negative,2.7,0,0,0,0,0,0,15,0.5,0.5,0,0.5,2 -2023-03-15 22:24:22,2023-03-15 22:35:03,0,100,641,1,2023-03-15 22:35:04,R_2rBnyudY0WBAV5x,43.0382,-87.91,EN,1,6.454,,,,,15.014,75,93,65,33.86,31.53,1,1,42.961,1,1,140.08,1,23.703,15.112,4,4,5,6,7,5,,32.917,5,6,6,4,4,5,"it has a source, so why shouldn't I trust it?",32.643,4,,17.171,2,7,3,4,1,5,6,27.422,2,2,9,6,1,2,3,3,,25.035,4,4,5,1,4,4,36.023,7,,8.628,1,1977,Iowa,3,1,1,,8,Dyersville,,14,3,1,eschroby77@gmail.com,85.467,63d7e87ee7333b219a553295,"{""startTime"":1678933621011,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933654586,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933529542,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":12671,""label"":""tour_next"",""step"":2},{""time"":19683,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933605107,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,line,1,0,0,Positive,3.7,0,0,0,0,0,0,15,1,1,1,1,1 -2023-03-15 22:19:31,2023-03-15 22:35:38,0,100,966,1,2023-03-15 22:35:38,R_1gABTZYJeMJGBKZ,47.2067,-122.4414,EN,1,9.108,1,4,2,10.001,15.111,79,39,62,63.805,273.206,1,1,46.65,-3,-3,92.511,1,36.946,15.121,6,4,6,6,7,6,I always thought the CDC data was not collected very well. Wasn't it by fax or something? Also rise of home tests calls this all into question as time goes on.,92.544,4,5,2,1,1,6,"I don't think there are any lies here. It's the most accurate information the CDC has. It might miss some cases but the trends are still correct, I think.",37.874,7,,11.308,2,7,3,4,1,5,6,24.207,8,9,7,8,10,6,11,11,Currently I trust the Democratic Party far more than the Republican Party. Dems only would be an 8.,54.517,5,5,5,1,5,5,27.193,1,1,15.203,2,1970,Washington,7,2,1,,7,,,9,4,2,,77.559,5dda0a8b3c870a9824c901f5,"{""startTime"":1678933613581,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":15936,""label"":""started_brush"",""startDate"":""2021-08-20"",""endDate"":""2021-08-31""},{""time"":21270,""label"":""started_brush"",""startDate"":""2021-10-31"",""endDate"":""2021-12-30""},{""time"":26713,""label"":""cleared_brush"",""using"":""Click""}]}","{""startTime"":1678933706652,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933285469,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":21,""label"":""tour_started""},{""time"":55878,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6680,""week"":""38"",""id"":""chart""},{""time"":63411,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":11111,""week"":""52"",""id"":""chart""},{""time"":74873,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2349,""week"":""51"",""id"":""chart""},{""time"":79260,""label"":""tour_next"",""step"":5},{""time"":106544,""label"":""started_brush"",""startDate"":""2021-06-02"",""endDate"":""2021-09-01""},{""time"":108552,""label"":""tour_next"",""step"":5},{""time"":130080,""label"":""cleared_brush"",""using"":""Click""},{""time"":142112,""label"":""started_brush"",""startDate"":""2021-11-05"",""endDate"":""2021-11-10""},{""time"":143530,""label"":""cleared_brush"",""using"":""Click""},{""time"":145734,""label"":""cleared_brush"",""using"":""Click""},{""time"":147999,""label"":""started_brush"",""startDate"":""2021-08-31"",""endDate"":""2021-11-04""},{""time"":155011,""label"":""tour_back"",""step"":5},{""time"":161568,""label"":""cleared_brush"",""using"":""Click""},{""time"":169221,""label"":""cleared_brush"",""using"":""Click""},{""time"":172557,""label"":""tour_back"",""step"":5},{""time"":178025,""label"":""tour_next"",""step"":5},{""time"":185274,""label"":""cleared_brush"",""using"":""Click""},{""time"":188456,""label"":""cleared_brush"",""using"":""Click""},{""time"":190695,""label"":""tour_back"",""step"":5},{""time"":190828,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":2247,""week"":""44"",""id"":""chart""},{""time"":196495,""label"":""tour_next"",""step"":5},{""time"":201458,""label"":""cleared_brush"",""using"":""Click""},{""time"":218082,""label"":""cleared_brush"",""using"":""Click""},{""time"":220048,""label"":""started_brush"",""startDate"":""2021-06-26"",""endDate"":""2021-09-06""},{""time"":221330,""label"":""tour_next"",""step"":5},{""time"":238144,""label"":""moved_brush"",""startDate"":""2021-11-03"",""endDate"":""2022-01-14""},{""time"":241584,""label"":""tour_next"",""step"":5},{""time"":246448,""label"":""cleared_brush"",""using"":""Click""},{""time"":247885,""label"":""tour_next"",""step"":5},{""time"":258187,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678933596653,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar,1,0,0,Positive,4.3,0,0,0,0,0,0,15,1,0,1,1,3 -2023-03-15 22:16:56,2023-03-15 22:35:38,0,100,1121,1,2023-03-15 22:35:39,R_1mDvut5HXaOmqnb,45.4383,-122.6147,EN,1,13.703,1,3,1,11.998,15.007,70,46,62,93.203,311.437,-2,1,89.301,-3,-3,117.864,1,45.303,15.109,6,3,6,5,6,6,It might be interesting to see the age brackets further broken up.,102.602,7,5,5,4,5,6,"It seems like it has very specific data and it corresponds with what I think might happen, especially in the winter months.",62.171,4,,9.901,2,7,3,4,1,5,6,31.543,4,7,8,6,7,5,9,9,,27.006,3,2,4,3,4,3,36.105,2,2,17.455,1,1966,Oregon,4,3,1,,9,,Milwaukie,4,4,1,floatingleaf2050@gmail.com,59.301,60faefcf667e07570bed9dcb,"{""startTime"":1678933637013,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933544043,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933169705,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":60,""label"":""tour_started""},{""time"":7326,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":20521,""week"":""52"",""id"":""chart""},{""time"":28774,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1115,""week"":""51"",""id"":""chart""},{""time"":31189,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7685,""week"":""4"",""id"":""chart""},{""time"":41424,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1418,""week"":""50"",""id"":""chart""},{""time"":54361,""label"":""tour_next"",""step"":5},{""time"":71266,""label"":""started_brush"",""startDate"":""2021-05-31"",""endDate"":""2021-07-04""},{""time"":78247,""label"":""started_brush"",""startDate"":""2021-09-29"",""endDate"":""2022-02-07""},{""time"":86651,""label"":""started_brush"",""startDate"":""2021-04-29"",""endDate"":""2021-08-24""},{""time"":91251,""label"":""tour_next"",""step"":5},{""time"":128297,""label"":""started_brush"",""startDate"":""2021-10-24"",""endDate"":""2022-02-02""},{""time"":137395,""label"":""cleared_brush"",""using"":""Click""},{""time"":146012,""label"":""tour_back"",""step"":5},{""time"":151784,""label"":""cleared_brush"",""using"":""Click""},{""time"":157429,""label"":""cleared_brush"",""using"":""Click""},{""time"":159834,""label"":""cleared_brush"",""using"":""Click""},{""time"":169406,""label"":""moved_brush"",""startDate"":""2021-11-19"",""endDate"":""2022-01-06""},{""time"":184916,""label"":""cleared_brush"",""using"":""Click""},{""time"":192920,""label"":""started_brush"",""startDate"":""2022-02-01"",""endDate"":""2022-02-07""},{""time"":193831,""label"":""started_brush"",""startDate"":""2021-09-15"",""endDate"":""2021-09-25""},{""time"":195504,""label"":""tour_next"",""step"":5},{""time"":206642,""label"":""cleared_brush"",""using"":""Click""},{""time"":216455,""label"":""cleared_brush"",""using"":""Click""},{""time"":219547,""label"":""cleared_brush"",""using"":""Click""},{""time"":223779,""label"":""cleared_brush"",""using"":""Click""},{""time"":227547,""label"":""cleared_brush"",""using"":""Click""},{""time"":239766,""label"":""cleared_brush"",""using"":""Click""},{""time"":245209,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-07-25""},{""time"":246906,""label"":""tour_next"",""step"":5},{""time"":260376,""label"":""cleared_brush"",""using"":""Click""},{""time"":260376,""label"":""cleared_brush"",""using"":""Escape""},{""time"":262487,""label"":""tour_next"",""step"":5},{""time"":269518,""label"":""tour_end"",""step"":5},{""time"":275398,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":9246,""week"":""2"",""id"":""chart""},{""time"":284782,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":5681,""week"":""1"",""id"":""chart""},{""time"":290718,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":2910,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678933528096,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar,0,1,0,Positive,3.2,0,0,0,0,0,0,15,0.5,0,1,1,3 -2023-03-15 22:24:45,2023-03-15 22:36:14,0,100,688,1,2023-03-15 22:36:14,R_2f1aKBmj9N45uHS,28.0109,-82.4948,EN,1,8.178,1,4,1,7.16,15.108,90,97,83,18.291,30.639,-2,-2,96.273,1,1,46.783,-1,121.777,15.115,6,5,5,6,6,6,,43.754,6,6,6,4,3,6,It cited the CDC as the source of the data and I trust the CDC.,19.932,4,,17.94,2,7,3,4,1,5,6,14.734,1,6,9,6,6,8,10,10,,26.748,5,5,5,1,5,5,34.154,2,2,9.263,1,1982,North Carolina,6,3,1,,7,,,17,3,1,62354223d36eda662355a9c0@email.prolific.co,95.165,62354223d36eda662355a9c0,"{""startTime"":1678933699865,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933744358,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933553630,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":1002,""label"":""hovered"",""timeHovered"":2117,""week"":""2021-09-20""},{""time"":14824,""label"":""hovered"",""timeHovered"":4228,""week"":""2021-12-27""},{""time"":21240,""label"":""tour_next"",""step"":2},{""time"":24858,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933683870,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":1410,""label"":""hovered"",""timeHovered"":1216,""week"":""2022-01-03""},{""time"":5243,""label"":""hovered"",""timeHovered"":8761,""week"":""2021-12-27""}]}",1,simple,line,1,0,0,Positive,4.3,0,2,2,9.977,4.9885,3833,15,0,1,0,0,1 -2023-03-15 22:17:19,2023-03-15 22:36:19,0,100,1139,1,2023-03-15 22:36:19,R_3dtPGOk0hlqjxuh,44.5542,-72.6002,EN,1,34.214,,,,,15.052,69,79,29,60.6,92.144,-2,1,74.433,-3,-3,140.303,-1,91.901,15.044,4,4,4,6,7,5,,138.11,4,6,4,3,3,4,"This particular version did not show that it came from their department of agriculture. Plus, any data can be slanted toward one direction, especially if there is no opposing data shown that could show another viewpoint. I trust it only to the extent of the data I was provided.",130.234,5,,19.136,2,7,3,4,1,5,6,45.208,6,6,7,6,6,6,8,7,,47.495,4,4,5,1,4,4,31.547,2,,8.044,2,1954,Vermont,3,2,1,,9,,Stowe,4,3,1,Cat_Whispurrer@hotmail.com,74.235,5dbd1569f8223b28d73ed6ae,"{""startTime"":1678933348220,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":5826,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5116,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678933487390,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933164552,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":34,""label"":""tour_started""},{""time"":8806,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2868,""week"":""1"",""id"":""chart""},{""time"":11823,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2785,""week"":""52"",""id"":""chart""},{""time"":14707,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1885,""week"":""51"",""id"":""chart""},{""time"":16658,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1200,""week"":""50"",""id"":""chart""},{""time"":34268,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4389,""week"":""4"",""id"":""chart""},{""time"":40595,""label"":""tour_next"",""step"":2},{""time"":43318,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5638,""week"":""51"",""id"":""chart2""},{""time"":49096,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1195,""week"":""52"",""id"":""chart2""},{""time"":64003,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8219,""week"":""52"",""id"":""chart2""},{""time"":88222,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933332280,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,bar,1,0,0,Negative,3.7,0,0,0,0,0,0,15,0.5,0,0,0.5,1 -2023-03-15 22:01:01,2023-03-15 22:36:48,0,100,2147,1,2023-03-15 22:36:49,R_3nPAIyjlNVOXnyD,28.4643,-82.5998,EN,1,25.926,,,,,15.01,64,89,54,391.92,127.869,-3,1,49.385,1,-3,189.062,1,121.448,15.016,4,4,4,6,7,4,,298.922,4,6,4,4,4,6,I was told to assume I trusted it for those questions,199.644,2,,35.791,2,7,3,4,1,5,6,20.682,4,4,3,3,3,5,11,11,,31.397,4,5,5,3,5,4,24.485,4,,5.387,1,1976,Florida,2,2,1,,7,,,4,4,1,,146.192,62951acd624dba0f4429d988,"{""startTime"":1678932996376,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":82941},{""label"":""window_focused"",""time"":168765}]}","{""startTime"":1678933296392,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":1471,""label"":""hovered"",""timeHovered"":1229,""week"":""2021-11-29""},{""time"":2710,""label"":""hovered"",""timeHovered"":86557,""week"":""2021-11-29""},{""time"":92630,""label"":""hovered"",""timeHovered"":50830,""week"":""2021-11-08""}]}","{""startTime"":1678932730265,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":11132,""label"":""hovered"",""timeHovered"":1515,""week"":""2021-09-06""},{""time"":13330,""label"":""hovered"",""timeHovered"":2517,""week"":""2021-09-20""},{""time"":18198,""label"":""hovered"",""timeHovered"":1032,""week"":""2021-09-20""},{""time"":19528,""label"":""hovered"",""timeHovered"":1983,""week"":""2021-07-19""},{""time"":28273,""label"":""tour_next"",""step"":5},{""time"":79457,""label"":""started_brush"",""startDate"":""2021-05-30"",""endDate"":""2021-06-30""},{""time"":81149,""label"":""tour_next"",""step"":5},{""time"":97667,""label"":""moved_brush"",""startDate"":""2021-05-30"",""endDate"":""2021-06-18""},{""time"":99504,""label"":""tour_next"",""step"":5},{""time"":108594,""label"":""cleared_brush"",""using"":""click""},{""time"":110721,""label"":""tour_next"",""step"":5},{""time"":119111,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678932980973,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line,0,0,0,Neutral,4.3,0,0,0,0,0,0,15,0.5,0.5,1,1,3 -2023-03-15 22:20:23,2023-03-15 22:36:51,0,100,988,1,2023-03-15 22:36:52,R_2zGSDca8S3TEXz1,28.2365,-82.3289,EN,1,24.145,1,2,2,7.158,15.016,86,86,13,60.051,59.777,1,1,120.101,-2,1,58.194,1,100.804,15.019,4,3,5,6,7,5,Thank you.,70.083,3,6,5,6,5,5,"I would need a little more information to say that I absolutely ""trust this visualization.""",57.532,4,Thank you.,18.752,2,7,3,4,1,5,6,35.25,2,3,2,2,3,5,8,5,,28.473,3,4,4,1,3,3,46.6,1,2,24.873,2,1970,Florida,3,2,1,,9,,Snellville,7,4,1,sheliamclendontraining@gmail.com,85.765,5e1b5ab486a44538d261922c,"{""startTime"":1678933672502,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933523957,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933389648,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":12926,""label"":""hovered"",""timeHovered"":1309,""week"":""2021-08-09""},{""time"":17202,""label"":""hovered"",""timeHovered"":1515,""week"":""2022-01-03""},{""time"":28978,""label"":""hovered"",""timeHovered"":3464,""week"":""2022-01-10""},{""time"":32744,""label"":""hovered"",""timeHovered"":1265,""week"":""2021-12-13""},{""time"":34278,""label"":""hovered"",""timeHovered"":2096,""week"":""2021-10-04""},{""time"":37317,""label"":""hovered"",""timeHovered"":1590,""week"":""2022-01-24""},{""time"":38991,""label"":""hovered"",""timeHovered"":1682,""week"":""2022-02-07""},{""time"":46158,""label"":""tour_next"",""step"":2},{""time"":52826,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933508448,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line,1,0,0,Negative,3,0,0,0,0,0,0,15,1,0.5,1,0.5,2 -2023-03-15 22:24:26,2023-03-15 22:37:01,0,100,754,1,2023-03-15 22:37:01,R_3shOC6Sx21Ydc3y,42.2739,-89.0474,EN,1,66.025,,,,,15.016,50,0,50,19.942,66.95,-1,1,59.963,-3,-3,169.849,-1,57.802,15.01,4,1,4,1,1,4,,23.166,1,2,1,1,1,4,I don't know the source or the purpose.,25.083,1,,10.448,2,7,3,4,1,5,6,21.401,1,2,1,2,1,1,10,10,,26.903,2,1,2,4,2,2,27.846,1,,9.441,2,1966,Illinois,4,2,1,,7,,,7,4,1,sadiesparents@gmail.com,87.518,5ee2e7bf21501a83d55642cd,"{""startTime"":1678933828573,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933852315,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933575142,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":22,""label"":""tour_started""},{""time"":17850,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2683,""week"":""51"",""id"":""chart""},{""time"":20617,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2132,""week"":""52"",""id"":""chart""},{""time"":22783,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1134,""week"":""1"",""id"":""chart""},{""time"":26457,""label"":""tour_next"",""step"":2},{""time"":32876,""label"":""tour_end"",""step"":2},{""time"":41584,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2900,""week"":""52"",""id"":""chart""},{""time"":46133,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5114,""week"":""22"",""id"":""chart""},{""time"":51891,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3549,""week"":""22"",""id"":""chart""},{""time"":56520,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1359,""week"":""1"",""id"":""chart""},{""time"":57922,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6858,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678933813040,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":13429,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1294,""week"":""49"",""id"":""chart""}]}",0,moderate,bar,1,0,0,Negative,2.2,0,1,1,1.294,1.294,0,15,0.5,0,0,0,2 -2023-03-15 22:14:15,2023-03-15 22:37:46,0,100,1411,1,2023-03-15 22:37:47,R_2wvFtKyf6MgL5ON,42.8003,-85.7093,EN,1,54.884,,,,,15.01,80,100,90,37.796,61.105,1,1,166.67,-1,1,67.849,1,110.428,15.073,6,6,4,6,6,6,none,94.555,6,7,7,1,1,7,I dont know why anyone would lie about this data. Maybe a pesticide company would... I have no reason not to. Idon't know enough about pests to say what is reliable or isn't. ,49.145,6,none,30.621,2,7,3,4,1,5,6,35.47,1,7,7,8,1,4,9,10,none,47.674,2,3,3,3,3,3,76.269,4,,34.246,2,1993,Michigan,6,1,1,,7,,,13,3,1,kaciebreen@gmail.com,146.834,62fb85a89ccb1ac663b54783,"{""startTime"":1678933371715,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933219305,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933039679,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":335,""label"":""tour_started""},{""time"":12635,""label"":""tour_next"",""step"":2},{""time"":24478,""label"":""tour_end"",""step"":2},{""time"":29693,""label"":""hovered"",""timeHovered"":2479,""week"":""2021-12-20""},{""time"":34884,""label"":""hovered"",""timeHovered"":1723,""week"":""2022-01-10""},{""time"":37125,""label"":""hovered"",""timeHovered"":1970,""week"":""2021-11-15""},{""time"":53602,""label"":""hovered"",""timeHovered"":5597,""week"":""2022-01-10""}]}","{""startTime"":1678933191849,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,line,1,0,0,Negative,2.8,0,0,0,0,0,0,15,1,0.5,1,0.5,2 -2023-03-15 22:24:31,2023-03-15 22:37:51,0,100,799,1,2023-03-15 22:37:52,R_31Mz4kZaaUfVOmB,38.2539,-85.76,EN,1,19.003,,,,,15.011,77,78,78,36.79,139.756,1,1,52.821,1,1,56.96,1,80.939,15.118,5,4,5,3,3,5,,52.918,5,5,5,2,4,5,I think I get the gist of it. I have no reason to distrust it.,45.394,3,,9.178,2,7,3,4,1,5,6,26.464,6,9,7,2,10,1,10,10,,24.104,2,2,3,4,2,2,25.906,1,,6.093,1,1964,Kentucky,8,2,1,,7,,,7,3,1,dwhite11@gmail.com,129.989,62ed458d61ebd1930833e95a,"{""startTime"":1678933866408,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933790274,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933552993,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":26801,""label"":""hovered"",""timeHovered"":4283,""week"":""2022-01-10""},{""time"":32617,""label"":""hovered"",""timeHovered"":1267,""week"":""2022-01-31""},{""time"":35334,""label"":""hovered"",""timeHovered"":1866,""week"":""2022-02-07""},{""time"":40152,""label"":""tour_next"",""step"":5},{""time"":72609,""label"":""started_brush"",""startDate"":""2021-11-08"",""endDate"":""2022-02-08""},{""time"":73824,""label"":""tour_next"",""step"":5},{""time"":90745,""label"":""moved_brush"",""startDate"":""2021-12-20"",""endDate"":""2022-02-08""},{""time"":91728,""label"":""tour_next"",""step"":5},{""time"":109653,""label"":""cleared_brush"",""using"":""click""},{""time"":109655,""label"":""cleared_brush"",""using"":""Escape""},{""time"":113879,""label"":""tour_next"",""step"":5},{""time"":120839,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678933774611,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line,0,1,0,Positive,2.5,0,0,0,0,0,0,15,1,1,1,1,3 -2023-03-15 22:19:54,2023-03-15 22:37:54,0,100,1079,1,2023-03-15 22:37:55,R_1CmsvA3z2AxeZDF,36.1506,-115.1805,EN,1,22.681,1,2,1,8.766,15.006,100,100,29,26.733,51.693,1,1,55.538,1,-3,74.718,1,70.183,15.009,7,6,7,7,7,7,,20.527,6,7,7,6,6,7,"Barring political interference, I trust the CDC to provide reliable data based on actual numbers available on infections. ",31.329,4,,116.152,2,7,3,4,1,5,6,150.863,6,6,4,5,6,5,9,6,,58.589,3,4,4,1,4,4,107.335,2,1,14.987,2,1976,Nevada,6,2,1,,1,,,4,3,1,mistyzahn@gmail.com,76.442,60c433a4f78e97b5ef1ce71b,"{""startTime"":1678933475954,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933424867,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933281861,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":49,""label"":""tour_started""},{""time"":11691,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2316,""week"":""49"",""id"":""chart""},{""time"":16005,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1863,""week"":""6"",""id"":""chart""},{""time"":19300,""label"":""tour_next"",""step"":2},{""time"":25838,""label"":""tour_end"",""step"":2},{""time"":26616,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2106,""week"":""1"",""id"":""chart""},{""time"":29804,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3304,""week"":""52"",""id"":""chart""},{""time"":42116,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3012,""week"":""23"",""id"":""chart""}]}","{""startTime"":1678933409328,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":8040,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1201,""week"":""49"",""id"":""chart""}]}",1,moderate,bar,1,0,0,Positive,3.3,0,1,1,1.201,1.201,0,15,1,0.5,1,0.5,2 -2023-03-15 22:26:23,2023-03-15 22:37:58,0,100,694,1,2023-03-15 22:37:58,R_AHUPEBq2Ykyz3Nf,40.3062,-76.8841,EN,1,7.641,,,,,15.115,80,96,96,32.33,22.901,1,1,47.664,-3,-3,70.409,1,84.353,15.01,6,6,6,6,7,6,,51.017,6,7,6,2,2,6,The visualization seems to portray accurate information in a precise way which makes me trust it. ,21.077,4,,57.193,2,7,3,4,1,5,6,21.258,4,4,5,10,4,6,10,9,,22.039,5,5,5,1,5,5,56.182,3,,3.429,1,1998,Pennsylvania,2,1,1,,3,,,7,2,1,5ae3a41d32ef52000131a531@email.prolific.co,92.672,5ae3a41d32ef52000131a531,"{""startTime"":1678933803892,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":33501},{""label"":""window_focused"",""time"":38066}]}","{""startTime"":1678933733777,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":4679},{""label"":""window_focused"",""time"":16265}]}","{""startTime"":1678933646513,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":12447,""label"":""tour_next"",""step"":2},{""time"":18784,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933718302,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,bar,0,2,0,Positive,4.3,0,0,0,0,0,0,15,1,0,1,1,1 -2023-03-15 22:29:29,2023-03-15 22:38:53,0,100,563,1,2023-03-15 22:38:53,R_9RZ2sZEmq5SYGTD,32.749,-96.4629,EN,1,30.401,,,,,15.01,100,14,33,15.702,66.592,1,1,68.58,-3,1,59.561,1,42.582,15.008,6,6,6,2,7,6,,24.237,6,2,4,1,1,5,It just seems reliable. I doubt someone would make a detailed chart with fake data.,32.405,2,,7.417,2,7,3,4,1,5,6,20.202,6,7,1,6,4,7,9,10,,20.923,2,1,1,5,3,1,35.022,2,,4.701,1,2004,Texas,2,2,1,,3,,,3,2,2,,50.832,63d43839677cd9a315302808,"{""startTime"":1678934021414,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933969060,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":521,""label"":""cleared_brush"",""using"":""click""}]}","{""startTime"":1678933842750,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":37,""label"":""tour_started""},{""time"":11579,""label"":""tour_next"",""step"":5},{""time"":30655,""label"":""started_brush"",""startDate"":""2021-05-23"",""endDate"":""2021-09-02""},{""time"":31652,""label"":""tour_next"",""step"":5},{""time"":40565,""label"":""moved_brush"",""startDate"":""2021-11-03"",""endDate"":""2022-02-13""},{""time"":41596,""label"":""tour_next"",""step"":5},{""time"":47435,""label"":""cleared_brush"",""using"":""click""},{""time"":47447,""label"":""cleared_brush"",""using"":""Escape""},{""time"":48975,""label"":""tour_next"",""step"":5},{""time"":55990,""label"":""tour_end"",""step"":5},{""time"":60582,""label"":""started_brush"",""startDate"":""2021-07-15"",""endDate"":""2021-10-16""}]}","{""startTime"":1678933953227,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line,1,0,0,Positive,2.2,0,0,0,0,0,0,15,1,0.5,1,1,3 -2023-03-15 22:30:42,2023-03-15 22:39:09,0,100,507,1,2023-03-15 22:39:09,R_BPOhVYsg0W01dvj,35.6854,-88.8281,EN,1,3.744,,,,,15.019,94,45,87,16.589,40.826,-2,1,52.688,-3,-3,62.009,-1,37.325,15.122,4,3,4,3,5,5,,27.315,1,5,6,1,1,3,I do not know all the circumstances,20.799,6,,6.883,2,7,3,4,1,5,6,18.834,7,7,11,7,2,8,9,8,,21.125,4,5,4,1,4,5,20.245,6,,4.644,1,1960,Tennessee,6,2,1,,7,,,7,2,1,5f82567f1e720a3842580d23@email.prolific.co,80.55,5f82567f1e720a3842580d23,"{""startTime"":1678934000836,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934051304,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933890586,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":15352,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2712,""week"":""51"",""id"":""chart""},{""time"":18777,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3224,""week"":""52"",""id"":""chart""},{""time"":22716,""label"":""tour_next"",""step"":2},{""time"":28249,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5630,""week"":""52"",""id"":""chart2""},{""time"":34356,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933985012,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":6718,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1086,""week"":""1"",""id"":""chart""},{""time"":10683,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1759,""week"":""52"",""id"":""chart""}]}",0,simple,bar,1,0,0,Negative,3.8,0,2,2,2.845,1.4225,3965,15,0.5,0,0,0.5,1 -2023-03-15 22:28:34,2023-03-15 22:39:12,0,100,638,1,2023-03-15 22:39:13,R_3dXpVsKXHBEZ6YW,38.0551,-97.9323,EN,1,11.142,,,,,15.108,24,23,75,26.442,69.703,-2,1,49.755,-3,-3,94.489,-2,40.226,15.009,4,4,4,4,6,4,,32.179,5,6,6,4,4,5,Can you fully trust something that you just saw once?,62.463,6,,12.624,2,7,3,4,1,5,6,26.25,8,8,9,8,7,7,9,9,,19.347,4,4,4,2,5,4,32.502,1,,7.17,2,1955,Kansas,4,1,1,,7,,,4,2,1,,56.47,638476f72ab8021be345e3ac,"{""startTime"":1678933968038,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934001213,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933786630,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":19,""label"":""tour_started""},{""time"":12437,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4266,""week"":""35"",""id"":""chart""},{""time"":16719,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1735,""week"":""34"",""id"":""chart""},{""time"":19022,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2147,""week"":""1"",""id"":""chart""},{""time"":21270,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3567,""week"":""50"",""id"":""chart""},{""time"":25071,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1615,""week"":""1"",""id"":""chart""},{""time"":28821,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1265,""week"":""29"",""id"":""chart""},{""time"":33623,""label"":""tour_next"",""step"":2},{""time"":43423,""label"":""tour_end"",""step"":2},{""time"":44574,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2844,""week"":""1"",""id"":""chart""},{""time"":47772,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1830,""week"":""4"",""id"":""chart""},{""time"":50046,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1757,""week"":""5"",""id"":""chart""},{""time"":53550,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2253,""week"":""23"",""id"":""chart""},{""time"":57289,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1890,""week"":""24"",""id"":""chart""},{""time"":59645,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2174,""week"":""14"",""id"":""chart""},{""time"":63352,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1701,""week"":""6"",""id"":""chart""}]}","{""startTime"":1678933952100,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,bar,1,0,0,Negative,3.8,0,0,0,0,0,0,15,0.5,0,0,0,2 -2023-03-15 22:26:44,2023-03-15 22:39:16,0,100,752,1,2023-03-15 22:39:16,R_OChBiqyd1QnjAsh,45.7659,-87.089,EN,1,5.319,1,4,2,11.781,15.01,100,100,63,14.915,42.244,1,1,85.864,1,1,79.8,1,82.691,15.017,7,6,7,7,7,7,I have a lot of trust in this data given the source of it is from the CDC,50.822,7,7,7,7,6,7,"It's detailed, provides information as to the source of which the data comes from, and is easy to understand.",43.105,6,I try to trust people until they give me a reason not to,31.076,2,7,3,4,1,5,6,41.676,4,3,6,5,7,3,11,10,,29.762,5,5,5,1,5,5,24.582,1,1,21.424,1,1984,Michigan,6,3,1,,8,COMSTOCK PARK,,5,4,1,5f877e0715f8781a0c7c3ab8@email.prolific.co,101.251,5f877e0715f8781a0c7c3ab8,"{""startTime"":1678933875849,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933813252,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933667132,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":47,""label"":""tour_started""},{""time"":20273,""label"":""tour_next"",""step"":2},{""time"":26900,""label"":""tour_end"",""step"":2},{""time"":31604,""label"":""hovered"",""timeHovered"":4081,""week"":""2021-06-14""}]}","{""startTime"":1678933797172,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":11963,""label"":""hovered"",""timeHovered"":2388,""week"":""2022-01-17""}]}",1,simple,line,1,1,0,Positive,4.3,0,1,1,2.388,2.388,0,15,1,1,1,1,1 -2023-03-15 22:29:57,2023-03-15 22:41:00,0,100,663,1,2023-03-15 22:41:01,R_1FLY9YhxDJSvZkK,39.7427,-104.8129,EN,1,12.303,,,,,15.186,66,65,58,25.655,25.794,1,1,51.645,-2,1,50.648,-1,50.627,15.051,5,5,4,5,5,5,,38.897,3,5,5,2,1,5,I don't have any contradictory information.,29.674,4,,16.099,2,7,3,4,1,5,6,33.3,2,1,5,4,1,7,7,4,,39.212,4,4,5,2,4,4,45.161,7,,17.027,1,1966,Colorado,6,2,1,,7,,,1,4,1,,75.369,639e0331bc3cc615f5a3dd89,"{""startTime"":1678933993768,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934036702,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933897292,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":88,""label"":""tour_started""},{""time"":15535,""label"":""tour_next"",""step"":2},{""time"":21525,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933976730,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,line,0,1,0,Positive,3.8,0,0,0,0,0,0,15,1,0.5,0,0.5,2 -2023-03-15 22:31:20,2023-03-15 22:41:07,0,100,587,1,2023-03-15 22:41:08,R_1erUejSPMywhuXZ,38.581,-121.4939,EN,1,11.059,2,,2,3.64,15.013,74,93,50,21.398,30.202,1,-1,38.978,-2,1,45.82,1,57.705,15.01,5,4,5,6,6,4,,30.05,4,6,4,1,1,4,"I do not really trust the CDC for data anymore, but I trust that the data is not too far from the truth. ",59.944,2,,9.134,2,7,3,4,1,5,6,19.859,3,2,1,4,2,6,6,7,,22.376,4,4,5,4,3,4,23.078,7,2,13.262,1,1961,California,3,1,1,,7,,,6,4,2,,115.382,5e16c978783225c8108ef055,"{""startTime"":1678934039250,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934070158,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933946551,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":13267,""label"":""tour_next"",""step"":2},{""time"":18011,""label"":""tour_end"",""step"":2},{""time"":18927,""label"":""hovered"",""timeHovered"":6141,""week"":""2022-01-03""},{""time"":27007,""label"":""hovered"",""timeHovered"":1389,""week"":""2021-10-18""}]}","{""startTime"":1678934023552,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7651,""label"":""hovered"",""timeHovered"":3109,""week"":""2022-01-10""}]}",1,moderate,line,1,1,0,Positive,4,0,1,1,3.109,3.109,0,15,0.5,0.5,1,0.5,2 -2023-03-15 22:24:36,2023-03-15 22:41:08,0,100,992,1,2023-03-15 22:41:09,R_3lFABJTS7LxZLqQ,40.5992,-77.5768,EN,1,75.961,,,,,15.112,77,20,33,13.299,183.646,1,1,58.232,-2,1,92.773,1,68.553,15.02,6,6,6,5,7,6,,47.671,6,6,5,2,2,6,It appears to be well done and from a credible source.,44.029,5,,12.275,2,7,3,4,1,5,6,39.339,2,3,11,10,1,9,9,10,,24.259,2,3,3,4,3,2,57.805,4,,7.456,1,1969,Pennsylvania,5,1,1,,9,,LEWISTOWN,10,4,1,iwemcurry@yahoo.com,143.96,5fb96b9798cd084465b0bf36,"{""startTime"":1678933869872,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933918718,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933600767,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":17,""label"":""tour_started""},{""time"":52805,""label"":""tour_next"",""step"":5},{""time"":121033,""label"":""started_brush"",""startDate"":""2021-08-02"",""endDate"":""2021-09-13""},{""time"":122952,""label"":""tour_next"",""step"":5},{""time"":134001,""label"":""started_brush"",""startDate"":""2021-07-15"",""endDate"":""2021-12-13""},{""time"":138326,""label"":""moved_brush"",""startDate"":""2021-05-08"",""endDate"":""2021-10-06""},{""time"":139494,""label"":""tour_next"",""step"":5},{""time"":153829,""label"":""moved_brush"",""startDate"":""2021-05-08"",""endDate"":""2021-10-06""},{""time"":154229,""label"":""moved_brush"",""startDate"":""2021-05-08"",""endDate"":""2021-10-06""},{""time"":154645,""label"":""moved_brush"",""startDate"":""2021-05-08"",""endDate"":""2021-10-06""},{""time"":155914,""label"":""cleared_brush"",""using"":""click""},{""time"":157440,""label"":""tour_next"",""step"":5},{""time"":181093,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678933854202,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line,2,0,0,Positive,2.8,0,0,0,0,0,0,15,1,0.5,1,1,3 -2023-03-15 22:19:38,2023-03-15 22:41:11,0,100,1293,1,2023-03-15 22:41:12,R_2R1VCX5ioj1qAiJ,40.4625,-79.9461,EN,1,50.505,1,4,2,8.774,15.014,78,85,64,224.933,149.834,1,1,100.55,-2,1,154.638,-1,59.873,15.114,6,6,6,7,6,6,,97.603,6,6,6,6,6,6,"I have seen a number of different visualizations of COVID-19 vaccine data , this one is clear into the point. It's very uncluttered which I like.",96.75,5,,11.869,2,7,3,4,1,5,6,22.802,6,6,5,5,8,4,9,5,,54.724,4,4,5,2,4,4,30.555,1,1,12.379,1,1964,Pennsylvania,2,2,1,,7,,,3,2,1,62896076149e8f156545884c@email.prolific.co,105.889,62896076149e8f156545884c,"{""startTime"":1678933908515,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933779632,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933511281,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":31,""label"":""tour_started""},{""time"":1657,""label"":""hovered"",""timeHovered"":1691,""week"":""2022-01-10""},{""time"":7336,""label"":""hovered"",""timeHovered"":3699,""week"":""2022-01-03""},{""time"":59968,""label"":""hovered"",""timeHovered"":2394,""week"":""2021-05-03""},{""time"":62801,""label"":""hovered"",""timeHovered"":1946,""week"":""2021-05-17""},{""time"":65152,""label"":""hovered"",""timeHovered"":2013,""week"":""2021-06-07""},{""time"":70168,""label"":""hovered"",""timeHovered"":1649,""week"":""2022-01-03""},{""time"":71889,""label"":""hovered"",""timeHovered"":1312,""week"":""2022-01-03""},{""time"":74253,""label"":""hovered"",""timeHovered"":1466,""week"":""2022-01-03""},{""time"":76009,""label"":""hovered"",""timeHovered"":2695,""week"":""2022-01-03""},{""time"":78809,""label"":""hovered"",""timeHovered"":1579,""week"":""2022-01-03""},{""time"":85759,""label"":""hovered"",""timeHovered"":4516,""week"":""2021-12-27""},{""time"":90369,""label"":""hovered"",""timeHovered"":7525,""week"":""2021-12-27""},{""time"":105779,""label"":""tour_next"",""step"":2},{""time"":142309,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933763753,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":3577,""label"":""hovered"",""timeHovered"":1659,""week"":""2021-08-09""}]}",1,simple,line,0,1,0,Positive,3.8,0,1,1,1.659,1.659,0,15,1,0.5,0,1,1 -2023-03-15 22:21:11,2023-03-15 22:41:13,0,100,1202,1,2023-03-15 22:41:13,R_begFaowzi2mFrKp,39.9792,-75.1279,EN,1,36.56,,,,,15.026,79,34,38,100.54,171.539,1,-2,64.936,1,1,96.245,-1,34.787,15.145,4,4,4,4,4,4,,92.829,4,4,6,1,1,4,Because I don't know the real source.,67.579,4,,23.318,2,7,3,4,1,5,6,37.175,1,2,6,4,1,4,7,9,,87.764,3,4,4,2,4,3,83.067,8,,15.335,1,1981,Pennsylvania,5,2,1,,7,,,6,2,1,,168.111,6401094035971e9972e06328,"{""startTime"":1678933670226,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":4072,""label"":""started_brush"",""startDate"":""2021-09-17"",""endDate"":""2021-12-30""},{""time"":6174,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-09-06""},{""time"":8022,""label"":""started_brush"",""startDate"":""2021-09-10"",""endDate"":""2022-02-13""},{""time"":10707,""label"":""started_brush"",""startDate"":""2021-04-15"",""endDate"":""2022-02-13""}]}","{""startTime"":1678933763753,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933446434,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":25699,""label"":""hovered"",""timeHovered"":1731,""week"":""2022-01-10""},{""time"":49309,""label"":""tour_next"",""step"":5},{""time"":77588,""label"":""cleared_brush"",""using"":""click""},{""time"":83733,""label"":""started_brush"",""startDate"":""2021-06-04"",""endDate"":""2021-06-18""},{""time"":87800,""label"":""started_brush"",""startDate"":""2021-05-22"",""endDate"":""2022-02-13""},{""time"":88787,""label"":""tour_next"",""step"":5},{""time"":97786,""label"":""moved_brush"",""startDate"":""2021-05-22"",""endDate"":""2022-02-13""},{""time"":99858,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-01-03""},{""time"":102600,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-09-24""},{""time"":103496,""label"":""tour_next"",""step"":5},{""time"":127204,""label"":""moved_brush"",""startDate"":""2021-08-30"",""endDate"":""2022-02-13""},{""time"":128772,""label"":""moved_brush"",""startDate"":""2021-08-30"",""endDate"":""2022-02-13""},{""time"":130445,""label"":""moved_brush"",""startDate"":""2021-09-21"",""endDate"":""2022-02-13""},{""time"":133380,""label"":""cleared_brush"",""using"":""click""},{""time"":133383,""label"":""cleared_brush"",""using"":""Escape""},{""time"":137747,""label"":""tour_next"",""step"":5},{""time"":155569,""label"":""tour_end"",""step"":5},{""time"":163943,""label"":""started_brush"",""startDate"":""2021-05-29"",""endDate"":""2022-01-17""}]}","{""startTime"":1678933654334,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":15435,""label"":""started_brush"",""startDate"":""2021-06-06"",""endDate"":""2022-02-13""}]}",0,complex,line,1,0,0,Negative,3.3,1,1,0,0,0,0,15,0.5,1,0,0,3 -2023-03-15 22:26:46,2023-03-15 22:41:15,0,100,869,1,2023-03-15 22:41:16,R_cXSC0Pz4llBCZnX,29.8875,-90.0337,EN,1,60.308,,,,,15.111,96,94,87,38.649,31.14,-3,1,41.849,-3,1,58.432,1,41.772,15.007,6,4,5,7,6,6,,56,6,7,7,5,6,6,"Assuming nobody's lying to me about bugs, the data is presented in a way that makes the issue apparent. ",48.754,5,,19.977,2,7,3,4,1,5,6,19.411,6,7,6,7,7,6,9,8,,37.084,3,4,4,3,4,3,50.818,3,,9.304,1,1972,Maryland,3,2,1,,7,,,3,3,1,xaxsxvx@gmail.com,251.633,63fa78f21e485a372c6528fa,"{""startTime"":1678933919544,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":1990,""label"":""hovered"",""timeHovered"":2028,""week"":""2022-01-10""}]}","{""startTime"":1678933838879,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":1545,""label"":""hovered"",""timeHovered"":2233,""week"":""2022-01-17""},{""time"":4187,""label"":""hovered"",""timeHovered"":1898,""week"":""2022-01-17""}]}","{""startTime"":1678933732454,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":10415,""label"":""tour_next"",""step"":2},{""time"":15836,""label"":""tour_end"",""step"":2},{""time"":21347,""label"":""hovered"",""timeHovered"":1063,""week"":""2022-01-10""},{""time"":23764,""label"":""hovered"",""timeHovered"":4652,""week"":""2022-01-31""}]}","{""startTime"":1678933823204,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,line,1,1,0,Positive,3.5,0,0,0,0,0,0,15,0.5,0.5,1,0.5,2 -2023-03-15 22:21:01,2023-03-15 22:41:22,0,100,1220,1,2023-03-15 22:41:23,R_12gUl6UCpHLMxBL,32.853,-79.9876,EN,1,60.109,,,,,15.061,89,56,68,79.198,151.725,1,1,48.671,-3,1,80.62,1,64.665,15.009,4,4,6,3,6,6,,49.111,5,6,6,2,2,6,The source is a govenment office which for this kind of information would likely be dependable and trustworthy. ,199.847,6,None,15.238,2,7,3,4,1,5,6,38.362,2,7,6,8,8,6,10,10,None,42.487,4,5,5,2,4,5,36.017,2,,66.183,1,1964,South Carolina,8,1,1,,7,,,9,4,1,5e059d2bb1fb05fd1f841142@email.prolific.co,161.744,5e059d2bb1fb05fd1f841142,"{""startTime"":1678933668088,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933757134,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933434568,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":41,""label"":""tour_started""},{""time"":24186,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1841,""week"":""44"",""id"":""chart""},{""time"":33734,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1500,""week"":""1"",""id"":""chart""},{""time"":36235,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2811,""week"":""51"",""id"":""chart""},{""time"":46067,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2644,""week"":""4"",""id"":""chart""},{""time"":65605,""label"":""tour_next"",""step"":5},{""time"":102928,""label"":""started_brush"",""startDate"":""2021-08-31"",""endDate"":""2021-10-01""},{""time"":111500,""label"":""tour_next"",""step"":5},{""time"":122894,""label"":""moved_brush"",""startDate"":""2021-08-01"",""endDate"":""2021-10-01""},{""time"":126847,""label"":""tour_next"",""step"":5},{""time"":134860,""label"":""cleared_brush"",""using"":""Click""},{""time"":138049,""label"":""tour_next"",""step"":5},{""time"":147170,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678933652398,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,bar,1,0,0,Positive,4.2,0,0,0,0,0,0,15,1,0.5,1,1,3 -2023-03-15 22:27:58,2023-03-15 22:42:05,0,100,846,1,2023-03-15 22:42:05,R_3RftS8bgsc777dN,45.5645,-122.6447,EN,1,121.741,,,,,15.082,100,100,73,32.331,56.354,1,1,62.864,-1,1,82.307,1,64.245,15.021,4,4,4,5,5,4,,42.162,4,6,6,2,5,4,because I don't know enough about this topic or who came up with the data to know if I can trust this visualization.,58.735,1,,10.204,2,7,3,4,1,5,6,25.126,1,1,5,3,2,1,9,6,,34.191,1,1,1,4,2,1,46.867,1,,8.102,2,1972,Oregon,6,1,1,,7,,,6,4,1,5e4a59b502b78f4a232c0cff@email.prolific.co,94.073,5e4a59b502b78f4a232c0cff,"{""startTime"":1678934095222,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933996679,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933860522,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":5240,""label"":""hovered"",""timeHovered"":2353,""week"":""2022-01-03""},{""time"":38583,""label"":""tour_next"",""step"":2},{""time"":48998,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933980828,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":12434,""label"":""hovered"",""timeHovered"":1575,""week"":""2022-01-03""}]}",0,simple,line,1,0,0,Negative,1.7,0,1,1,1.575,1.575,0,15,1,0.5,1,1,1 -2023-03-15 22:31:55,2023-03-15 22:42:11,0,100,615,1,2023-03-15 22:42:12,R_Ce7IFOa8kyHv04h,39.6343,-77.7337,EN,1,17.164,1,4,2,4.482,15.006,100,100,20,25.054,33.97,1,1,52.891,-2,-3,120.338,1,40.319,15.012,6,6,6,6,6,6,,35.935,6,6,6,5,6,6,I trust the figures given by the CDC. They have never given me a reason not to trust them.,29.174,5,,7.011,2,7,3,4,1,5,6,21.618,2,2,9,9,3,5,10,11,,26.18,3,4,5,2,4,4,32.825,2,1,14.083,2,1963,Maryland,4,3,1,,7,,,8,4,2,,84.467,5d63179aa3b94d0001da4bb6,"{""startTime"":1678934157864,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934194205,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933987319,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":11626,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3995,""week"":""43"",""id"":""chart""},{""time"":18654,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4927,""week"":""52"",""id"":""chart""},{""time"":25134,""label"":""tour_next"",""step"":2},{""time"":30982,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678934142414,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":9237,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2057,""week"":""52"",""id"":""chart""}]}",1,moderate,bar,1,0,0,Positive,3.7,0,1,1,2.057,2.057,0,15,1,0,1,0,2 -2023-03-15 22:27:09,2023-03-15 22:43:09,0,100,959,1,2023-03-15 22:43:09,R_3dLN2Qa1tD9othi,38.8976,-77.5109,EN,1,5.19,,,,,15.019,93,81,59,48.058,142.092,1,1,103.982,-3,-3,104.25,1,164.852,15.119,5,5,5,5,5,5,none,35.329,5,5,5,4,5,5,because it illustrates relevant information but has alot on one graph to make sense of ,67.509,4,none,16.043,2,7,3,4,1,5,6,26.46,2,6,2,3,3,4,9,7,none,44.185,3,3,3,3,3,3,25.065,3,,6.2,2,1982,Virginia,7,3,1,,2,,,17,2,2,,78.906,5ee09c1a0c2ad1027f541f53,"{""startTime"":1678934137521,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678934030286,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933706339,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":32,""label"":""tour_started""},{""time"":21414,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2449,""week"":""2"",""id"":""chart""},{""time"":24263,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7627,""week"":""51"",""id"":""chart""},{""time"":32828,""label"":""tour_next"",""step"":5},{""time"":50338,""label"":""started_brush"",""startDate"":""2021-06-15"",""endDate"":""2021-08-22""},{""time"":53995,""label"":""cleared_brush"",""using"":""Click""},{""time"":54829,""label"":""tour_next"",""step"":5},{""time"":65536,""label"":""cleared_brush"",""using"":""Click""},{""time"":75061,""label"":""cleared_brush"",""using"":""Click""},{""time"":85660,""label"":""started_brush"",""startDate"":""2021-10-07"",""endDate"":""2022-02-03""},{""time"":101998,""label"":""moved_brush"",""startDate"":""2021-10-11"",""endDate"":""2022-02-07""},{""time"":103162,""label"":""tour_next"",""step"":5},{""time"":111532,""label"":""cleared_brush"",""using"":""Click""},{""time"":112874,""label"":""tour_next"",""step"":5},{""time"":118833,""label"":""tour_end"",""step"":5},{""time"":126067,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4262,""week"":""6"",""id"":""chart""},{""time"":131488,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8338,""week"":""34"",""id"":""chart""}]}","{""startTime"":1678934014525,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":4313,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1125,""week"":""1"",""id"":""chart""},{""time"":12157,""label"":""started_brush"",""startDate"":""2021-06-08"",""endDate"":""2021-11-16""},{""time"":13868,""label"":""cleared_brush"",""using"":""Click""}]}",0,complex,bar,1,1,0,Neutral,3,1,3,1,1.125,1.125,9555,15,1,0,1,1,3 -2023-03-15 22:30:16,2023-03-15 22:43:20,0,100,783,1,2023-03-15 22:43:20,R_3fmAd6LQEV9hCRH,33.7657,-84.2951,EN,1,9.552,1,2,2,8.088,15.016,91,78,33,40.192,55.381,-2,-1,77.239,-1,-1,43.448,-2,24.807,15.015,5,5,4,3,5,4,,53.87,4,4,5,5,5,4,Not sure of the source of the data.,18.991,5,,13.105,2,7,3,4,1,5,6,36.454,8,8,8,8,8,8,8,8,,25.091,4,4,4,2,4,4,47.569,3,1,19.672,2,1972,Georgia,5,2,1,,3,,,7,3,1,blkice112@gmail.com,180.238,60bd3949b6f6d9c3453e8def,"{""startTime"":1678934083607,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934138999,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933933958,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":36,""label"":""tour_started""},{""time"":27470,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3814,""week"":""14"",""id"":""chart""},{""time"":33971,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3998,""week"":""6"",""id"":""chart""},{""time"":39849,""label"":""tour_next"",""step"":2},{""time"":51511,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678934067833,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar,1,0,0,Negative,3.7,0,0,0,0,0,0,15,0,0,0,0,1 -2023-03-15 22:16:56,2023-03-15 22:43:38,0,100,1602,1,2023-03-15 22:43:39,R_0JaAw2MiBALHt2V,38.768,-121.3349,EN,1,23.376,1,2,1,13.245,15.02,50,86,50,29.701,71.825,-1,-1,121.896,1,1,102.504,-1,44.464,15.115,4,1,2,5,4,2,"Apart from the case counts being highly questionable, there's additional data about seriousness and outcomes missing. If you wanted to actually understand what was happening you'd probably have to break down ""vaccinated"" better and include information about repeat cases in both groups.",102.642,2,6,6,2,2,6,"I don't especially, I was told to rate it based on the assumption that I trusted the data. The data is incomplete as presented (just case counts) and the case count numbers are notoriously incomplete themselves. That being said, the visualization is adequate, it doesn't do any tricks like altering the baseline, and it shows (sort of) error bars.",113.511,4,"The previous two pages' questions were a complete hash. The first page had two questions about the monthly count of vaccinated and unvaccinated cases and the chart was weekly cases. The counts given as choices were in the first case FAR under the count (looked like 8500 adding up weekly cases based on the chart), and in the second case they wanted the February numbers and only half of February was on the chart. On the second page (immediately prior to this one), the question was regarding the cases in an age group for December 2022 - the chart showed early 2021 to *early* 2022, the month in question was not on the chart. I mean, this might have been intentional, and bravo if it was I guess, but it seems like a series of typos.",196.711,2,7,3,4,1,5,6,15.124,2,3,6,4,2,6,6,7,nah,54.775,4,4,5,2,5,5,38.811,6,3,28.246,1,1971,California,3,3,1,,7,,,5,2,1,5bee108b6f2d54000198e0c6@email.prolific.co,543.867,5bee108b6f2d54000198e0c6,"{""startTime"":1678933459499,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933300470,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":13960,""label"":""hovered"",""timeHovered"":3856,""week"":""2022-01-03""}]}","{""startTime"":1678933109542,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":31053,""label"":""hovered"",""timeHovered"":1967,""week"":""2021-12-20""},{""time"":43326,""label"":""tour_next"",""step"":2},{""time"":47733,""label"":""tour_end"",""step"":2},{""time"":60087,""label"":""hovered"",""timeHovered"":1558,""week"":""2022-01-10""},{""time"":65414,""label"":""hovered"",""timeHovered"":3555,""week"":""2022-01-03""}]}","{""startTime"":1678933284850,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line,0,2,0,Neutral,4.2,0,0,0,0,0,0,15,0,1,0,1,2 -2023-03-15 22:27:01,2023-03-15 22:43:45,0,100,1003,1,2023-03-15 22:43:46,R_1jwdEpTKlR1xa0h,37.9998,-120.3267,EN,1,4.178,,,,,15.007,74,84,68,77.22,207.243,-2,-2,44.101,-3,1,135.739,-2,40.671,15.015,5,6,6,6,7,5,n/a,60.66,6,7,7,5,4,7,Because it said to pretend that I trust it so I said strongly agree. ,25.228,5,n/a,13.379,2,7,3,4,1,5,6,19.567,6,7,8,8,4,10,8,9,n/a,42.864,4,4,5,3,4,4,39.047,7,,7.366,2,1964,California,3,2,1,,7,,,11,2,2,,189.002,62b755ac8d4ceeb1a463c05a,"{""startTime"":1678933992420,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":2535,""label"":""started_brush"",""startDate"":""2021-04-29"",""endDate"":""2021-06-01""},{""time"":13558,""label"":""started_brush"",""startDate"":""2021-10-31"",""endDate"":""2021-12-02""},{""time"":17924,""label"":""started_brush"",""startDate"":""2021-12-31"",""endDate"":""2022-01-25""}]}","{""startTime"":1678934053726,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933727961,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":21,""label"":""tour_started""},{""time"":39050,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3783,""week"":""48"",""id"":""chart""},{""time"":43717,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4150,""week"":""51"",""id"":""chart""},{""time"":48166,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1484,""week"":""1"",""id"":""chart""},{""time"":50877,""label"":""tour_next"",""step"":5},{""time"":71463,""label"":""cleared_brush"",""using"":""Click""},{""time"":90195,""label"":""cleared_brush"",""using"":""Click""},{""time"":92152,""label"":""cleared_brush"",""using"":""Click""},{""time"":92647,""label"":""cleared_brush"",""using"":""Click""},{""time"":93096,""label"":""cleared_brush"",""using"":""Click""},{""time"":97458,""label"":""cleared_brush"",""using"":""Click""},{""time"":98093,""label"":""cleared_brush"",""using"":""Click""},{""time"":98472,""label"":""cleared_brush"",""using"":""Click""},{""time"":101274,""label"":""started_brush"",""startDate"":""2021-10-30"",""endDate"":""2021-12-02""},{""time"":104791,""label"":""tour_next"",""step"":5},{""time"":124872,""label"":""moved_brush"",""startDate"":""2021-08-27"",""endDate"":""2021-09-29""},{""time"":125543,""label"":""tour_next"",""step"":5},{""time"":130976,""label"":""cleared_brush"",""using"":""Click""},{""time"":130976,""label"":""cleared_brush"",""using"":""Escape""},{""time"":133385,""label"":""tour_next"",""step"":5},{""time"":141798,""label"":""tour_end"",""step"":5},{""time"":161914,""label"":""started_brush"",""startDate"":""2021-08-17"",""endDate"":""2021-11-03""},{""time"":174584,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2054,""week"":""38"",""id"":""chart""},{""time"":178525,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1279,""week"":""36"",""id"":""chart""},{""time"":185667,""label"":""started_brush"",""startDate"":""2021-06-04"",""endDate"":""2021-06-29""},{""time"":189288,""label"":""moved_brush"",""startDate"":""2021-06-04"",""endDate"":""2021-06-29""},{""time"":190688,""label"":""cleared_brush"",""using"":""Click""},{""time"":190688,""label"":""cleared_brush"",""using"":""Escape""},{""time"":192796,""label"":""started_brush"",""startDate"":""2021-05-02"",""endDate"":""2021-06-02""},{""time"":201153,""label"":""moved_brush"",""startDate"":""2021-05-02"",""endDate"":""2021-06-02""},{""time"":202733,""label"":""started_brush"",""startDate"":""2021-07-01"",""endDate"":""2021-08-04""}]}","{""startTime"":1678933976779,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":11239,""label"":""started_brush"",""startDate"":""2021-08-30"",""endDate"":""2021-11-01""}]}",0,complex,bar,0,0,0,Neutral,4,1,1,0,0,0,0,15,0,0.5,0,0,3 -2023-03-15 22:25:20,2023-03-15 22:43:50,0,100,1110,1,2023-03-15 22:43:50,R_3ELpGpQSIo14Ecm,37.752,-87.1514,EN,1,68.559,1,4,2,9.402,15.01,100,100,18,30.75,141.089,1,1,64.205,-2,1,335.171,-3,166.823,15.111,5,4,5,5,2,5,,34.804,6,5,6,5,5,5,I need more information to trust it completely. Where are these numbers coming from?,34.602,2,,9.653,2,7,3,4,1,5,6,18.505,4,4,2,4,6,3,10,9,,25.297,3,4,4,2,4,4,22.756,1,2,10.484,2,1970,Kentucky,6,1,1,,4,,,14,4,2,,47.306,60fe250b3984cfdf32c05860,"{""startTime"":1678934048787,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933991310,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933665272,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":22,""label"":""tour_started""},{""time"":15313,""label"":""hovered"",""timeHovered"":4927,""week"":""2021-10-11""},{""time"":29669,""label"":""tour_next"",""step"":5},{""time"":55172,""label"":""started_brush"",""startDate"":""2021-08-07"",""endDate"":""2021-10-16""},{""time"":59497,""label"":""tour_next"",""step"":5},{""time"":83698,""label"":""moved_brush"",""startDate"":""2021-10-06"",""endDate"":""2021-12-14""},{""time"":84913,""label"":""cleared_brush"",""using"":""click""},{""time"":86527,""label"":""tour_next"",""step"":5},{""time"":98609,""label"":""cleared_brush"",""using"":""click""},{""time"":98614,""label"":""cleared_brush"",""using"":""Escape""},{""time"":100525,""label"":""tour_next"",""step"":5},{""time"":110952,""label"":""tour_end"",""step"":5},{""time"":26361,""label"":""hovered"",""timeHovered"":92354,""week"":""2022-01-17""},{""time"":118896,""label"":""hovered"",""timeHovered"":2108,""week"":""2022-01-24""},{""time"":125633,""label"":""hovered"",""timeHovered"":1628,""week"":""2022-01-17""}]}","{""startTime"":1678933975290,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line,1,0,0,Negative,3.5,0,0,0,0,0,0,15,1,0.5,0,0,3 -2023-03-15 22:35:34,2023-03-15 22:43:57,0,100,502,1,2023-03-15 22:43:57,R_ToRJUpMUImxc22d,40.6994,-73.8883,EN,1,6.194,,,,,15.053,100,100,1,20.69,45.691,1,1,48.253,1,1,68.493,-1,32.906,15.021,6,4,2,6,6,6,,23.252,6,7,6,5,5,6,It looks accurately represented and based on real numbers.,24.915,2,,6.559,2,7,3,4,1,5,6,37.904,6,6,5,8,10,6,11,8,,21.886,3,4,5,3,4,4,16.659,1,,3.55,2,1982,New York,6,2,1,,2,,,11,4,1,elmodj2@aol.com,65.135,5fb2041681fe9376804e1249,"{""startTime"":1678934359391,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934383466,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934248055,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":29,""label"":""tour_started""},{""time"":14824,""label"":""hovered"",""timeHovered"":4175,""week"":""2021-12-27""},{""time"":22486,""label"":""hovered"",""timeHovered"":1196,""week"":""2021-06-07""},{""time"":24901,""label"":""tour_next"",""step"":2},{""time"":34259,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678934343313,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":10999,""label"":""hovered"",""timeHovered"":1481,""week"":""2022-01-03""},{""time"":12509,""label"":""hovered"",""timeHovered"":2300,""week"":""2021-12-27""}]}",0,simple,line,1,1,0,Positive,3.8,0,2,2,3.781,1.8905,1510,15,1,1,0,1,1 -2023-03-15 22:26:41,2023-03-15 22:44:01,0,100,1039,1,2023-03-15 22:44:02,R_WlGVcAxMva6bon7,32.6951,-97.269,EN,1,387.478,1,2,1,6.513,15.011,40,65,66,29.905,37.989,1,1,54.439,1,1,44.172,1,75.106,15.016,4,3,4,5,6,3,,27.203,2,5,4,3,3,3,Hard to know whats real anymore,19.533,4,,10.202,2,7,3,4,1,5,6,23.7,2,2,9,7,2,5,7,9,,71.449,4,3,3,2,4,4,23.021,6,2,54.359,1,1984,Texas,6,2,1,,7,,,13,2,1,5caa183a9ac82a001631374e@email.prolific.co,76.818,5caa183a9ac82a001631374e,"{""startTime"":1678934215666,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934170759,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934072074,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":13029,""label"":""tour_next"",""step"":2},{""time"":15686,""label"":""tour_end"",""step"":2},{""time"":17592,""label"":""hovered"",""timeHovered"":1564,""week"":""2022-01-10""},{""time"":20707,""label"":""hovered"",""timeHovered"":12177,""week"":""2022-01-03""}]}","{""startTime"":1678934155136,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6896,""label"":""hovered"",""timeHovered"":2669,""week"":""2021-12-27""}]}",1,moderate,line,1,0,0,Negative,3.3,0,1,1,2.669,2.669,0,15,1,1,1,1,2 -2023-03-15 22:26:22,2023-03-15 22:44:03,0,100,1060,1,2023-03-15 22:44:03,R_1Hp18fesRIy6iox,29.0266,-81.3349,EN,1,37.878,1,4,2,20.164,15.117,93,94,50,33.558,59.064,1,1,91.832,-3,-3,139.871,1,81.402,15.115,6,3,5,6,6,6,"While I've lost a lot of faith in the CDC, I do believe that they reported the true numbers to the best of their ability.",138.933,5,6,6,6,6,6,This visualizations meshes with the news I was reading during this period of the pandemic.,66.201,4,,23.564,2,7,3,4,1,5,6,26.059,2,3,8,8,1,7,10,10,,28.569,4,4,4,2,4,4,26.722,4,1,13.23,2,1958,Florida,6,1,1,,7,,,5,4,1,5f92002ccc33eb0ff3d749c5@email.prolific.co,141.773,5f92002ccc33eb0ff3d749c5,"{""startTime"":1678934012131,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":37833},{""label"":""window_focused"",""time"":63187},{""label"":""window_blurred"",""time"":124415},{""label"":""window_focused"",""time"":135784}]}","{""startTime"":1678933871695,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933703982,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":21,""label"":""tour_started""},{""time"":8502,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1302,""week"":""52"",""id"":""chart""},{""time"":10584,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5761,""week"":""52"",""id"":""chart""},{""time"":18552,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8391,""week"":""6"",""id"":""chart""},{""time"":30537,""label"":""tour_next"",""step"":2},{""time"":37730,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1569,""week"":""35"",""id"":""chart2""},{""time"":41846,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6332,""week"":""52"",""id"":""chart2""},{""time"":48850,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2288,""week"":""6"",""id"":""chart2""},{""time"":54975,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933855753,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":2555,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2852,""week"":""1"",""id"":""chart""},{""time"":5916,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2017,""week"":""6"",""id"":""chart""},{""time"":9997,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2535,""week"":""6"",""id"":""chart""}]}",1,simple,bar,0,1,0,Positive,3.7,0,3,3,7.404,2.468,7442,15,1,0,1,1,1 -2023-03-15 22:31:25,2023-03-15 22:44:15,0,100,770,1,2023-03-15 22:44:16,R_vvEVapll2HkwjCx,41.9739,-71.3284,EN,1,28.195,,,,,15.008,72,73,52,47.378,41.104,1,1,78.095,-1,1,95.922,-1,72.683,15.014,6,6,5,5,6,4,,33.686,5,4,5,4,4,4,I am not sure if there are other factors we do not know.,41.885,3,,16.403,2,7,3,4,1,5,6,29.202,7,8,9,10,8,10,10,11,,28.96,3,3,4,3,4,3,39.701,3,,15.419,1,1966,Massachusetts,6,2,1,,8,North Attleboro,,19,3,2,,111.54,616f315b5e74ca5b9a1d2ca7,"{""startTime"":1678934125333,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934159806,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933988693,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":14037,""label"":""hovered"",""timeHovered"":1116,""week"":""2021-11-29""},{""time"":16703,""label"":""hovered"",""timeHovered"":1650,""week"":""2022-01-03""},{""time"":20170,""label"":""hovered"",""timeHovered"":3250,""week"":""2022-01-03""},{""time"":27816,""label"":""tour_next"",""step"":2},{""time"":38262,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678934109856,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,line,0,1,0,Neutral,3.3,0,0,0,0,0,0,15,1,0.5,0,1,1 -2023-03-15 22:32:23,2023-03-15 22:44:23,0,100,719,1,2023-03-15 22:44:23,R_CgKtoqYfKZ1Pfmp,35.7704,-78.6293,EN,1,11.547,,,,,15.126,97,6,0,19.121,195.965,-2,1,87.356,-3,-3,71.114,-1,71.697,15.019,4,4,4,3,7,4,,26.94,4,2,1,1,1,4,I have no idea what is being left out of this visualization.,19.625,6,The event of the night that has convinced me to go to sleep...,28.182,2,7,3,4,1,5,6,10.742,3,3,7,7,3,5,9,8,,18.233,5,5,5,1,5,5,18.001,2,,5.51,2,1959,North Carolina,7,3,1,,7,,,17,4,1,bonnybutterworth@gmail.com,61.285,5a91877e777df200015fa0f5,"{""startTime"":1678934282635,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":26,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1187,""week"":""1"",""id"":""chart""}]}","{""startTime"":1678934309969,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933998576,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":13732,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1005,""week"":""2"",""id"":""chart""},{""time"":15399,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2773,""week"":""52"",""id"":""chart""},{""time"":20369,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1257,""week"":""45"",""id"":""chart""},{""time"":23230,""label"":""tour_next"",""step"":5},{""time"":60511,""label"":""tour_back"",""step"":5},{""time"":62405,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1422,""week"":""2"",""id"":""chart""},{""time"":64894,""label"":""tour_next"",""step"":5},{""time"":85690,""label"":""cleared_brush"",""using"":""Click""},{""label"":""window_blurred"",""time"":105826},{""label"":""window_focused"",""time"":142146},{""time"":143406,""label"":""tour_back"",""step"":5},{""time"":151993,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1408,""week"":""3"",""id"":""chart""},{""time"":155054,""label"":""tour_next"",""step"":5},{""time"":162478,""label"":""started_brush"",""startDate"":""2021-10-02"",""endDate"":""2021-10-09""},{""time"":164559,""label"":""started_brush"",""startDate"":""2021-08-04"",""endDate"":""2021-09-19""},{""time"":166638,""label"":""tour_next"",""step"":5},{""time"":174688,""label"":""moved_brush"",""startDate"":""2021-06-27"",""endDate"":""2021-08-12""},{""time"":175726,""label"":""tour_next"",""step"":5},{""time"":185264,""label"":""cleared_brush"",""using"":""Click""},{""time"":185264,""label"":""cleared_brush"",""using"":""Escape""},{""time"":186279,""label"":""tour_next"",""step"":5},{""time"":190989,""label"":""tour_end"",""step"":5},{""time"":192788,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1834,""week"":""50"",""id"":""chart""}]}","{""startTime"":1678934267268,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":5059,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2150,""week"":""51"",""id"":""chart""},{""time"":8306,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4674,""week"":""46"",""id"":""chart""},{""time"":13305,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1144,""week"":""42"",""id"":""chart""}]}",0,complex,bar,1,1,0,Negative,4.3,0,3,3,7.968,2.656,8246,15,0.5,0,0,0,3 -2023-03-15 22:28:17,2023-03-15 22:44:24,0,100,966,1,2023-03-15 22:44:24,R_30qSBZMmdDITbjT,40.4298,-78.4408,EN,1,21.241,1,2,2,8.793,15.011,19,100,100,38.044,74.318,1,1,63.901,1,1,69.844,-1,104.54,15.011,3,1,3,6,5,2,,67.422,3,7,3,1,2,6,"Because you told me to assume it's true. I don't really believe it, but I like that it's colorful.",97.495,3,,10.754,2,7,3,4,1,5,6,26.802,1,1,10,6,1,7,5,3,,25.9,3,3,4,4,2,3,41.852,7,3,16.794,2,1966,Pennsylvania,2,2,1,,9,,Duncansville,5,1,1,LMB1602PVB@aol.com,123.201,63b3208b1734328e43b42532,"{""startTime"":1678934144205,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":7076},{""label"":""window_focused"",""time"":14518}]}","{""startTime"":1678933933914,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933773154,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":30038,""label"":""tour_next"",""step"":2},{""time"":39606,""label"":""tour_end"",""step"":2},{""time"":40707,""label"":""hovered"",""timeHovered"":2466,""week"":""2022-01-24""},{""time"":43283,""label"":""hovered"",""timeHovered"":2234,""week"":""2022-01-24""},{""time"":45842,""label"":""hovered"",""timeHovered"":1155,""week"":""2022-01-10""},{""time"":47002,""label"":""hovered"",""timeHovered"":9379,""week"":""2022-01-10""},{""time"":60411,""label"":""hovered"",""timeHovered"":2186,""week"":""2021-04-26""},{""time"":65939,""label"":""hovered"",""timeHovered"":1842,""week"":""2022-01-31""}]}","{""startTime"":1678933918320,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line,2,0,0,Neutral,3.2,0,0,0,0,0,0,15,1,1,0,1,2 -2023-03-15 22:27:46,2023-03-15 22:44:31,0,100,1004,1,2023-03-15 22:44:32,R_3kqaEeJ5odI03uq,34.1867,-118.3878,EN,1,5.777,,,,,15.007,86,87,50,36.115,48.958,1,1,117.495,-3,-3,166.502,1,63.271,15.01,6,5,6,5,6,6,,71.589,5,5,4,4,4,6,"Since it's based on scientific data, I don't really see a valid reason not to trust it. ",77.591,5,,6.325,2,7,3,4,1,5,6,32.685,6,8,9,8,6,8,10,9,,78.849,2,3,3,2,4,4,17.471,3,,4.142,2,1963,California,5,2,1,,7,,,4,2,1,jewelgreen777@yahoo.com,153.201,55bfa58afdf99b339da508c2,"{""startTime"":1678934005742,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933885625,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933701951,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":26,""label"":""tour_started""},{""time"":27370,""label"":""tour_next"",""step"":2},{""time"":28714,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1934,""week"":""52"",""id"":""chart2""},{""time"":31617,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1266,""week"":""49"",""id"":""chart2""},{""time"":41025,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1017,""week"":""31"",""id"":""chart2""},{""time"":46770,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933869709,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,bar,1,0,0,Positive,3,0,0,0,0,0,0,15,1,0,1,1,1 -2023-03-15 22:26:18,2023-03-15 22:44:33,0,100,1094,1,2023-03-15 22:44:35,R_3pnZbCCRZQf0r5D,39.5177,-87.1238,EN,1,26.534,2,,2,4.476,15.166,5,100,52,100.218,106.376,1,1,117.168,-3,-3,114.389,-2,145.789,15.133,1,1,1,2,1,1,Thank you,46.457,1,2,2,1,1,1,I believe that charts like this misrepresent the truth and present things in an oversimplified way in order to mislead the viewer.,108.919,4,Thank you,15.177,2,7,3,4,1,5,6,27.301,5,2,10,10,2,6,3,6,Thank you,56.671,3,3,3,3,4,3,26.914,6,3,23.768,2,1961,Indiana,6,1,1,,7,,,6,2,1,auxierlo1611@gmail.com,68.874,56494d5b6902220012c4acb7,"{""startTime"":1678933992211,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934039975,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933747162,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":140,""label"":""tour_started""},{""time"":29285,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6209,""week"":""2"",""id"":""chart""},{""time"":36416,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":12990,""week"":""6"",""id"":""chart""},{""time"":50339,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":11580,""week"":""1"",""id"":""chart""},{""time"":64080,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4883,""week"":""41"",""id"":""chart""},{""time"":72074,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5432,""week"":""23"",""id"":""chart""},{""time"":81238,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7543,""week"":""52"",""id"":""chart""},{""time"":90951,""label"":""tour_next"",""step"":2},{""time"":96803,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933970085,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar,1,0,0,Negative,3.2,0,0,0,0,0,0,15,1,0,0,0,2 -2023-03-15 22:27:24,2023-03-15 22:44:47,0,100,1042,1,2023-03-15 22:44:47,R_ZDB09PyY8b9JkTn,29.5422,-95.3212,EN,1,63.604,1,4,1,11.899,15.01,100,74,77,29.325,174.089,1,-2,59.227,-3,1,96.134,1,40.678,15.011,6,4,5,5,7,6,,79.109,5,6,6,6,3,6,"All of the axes are labeled and I understand what they mean. With the numerical values included, I will not be fooled by the slope of the lines on the graph.",96.946,4,,13.669,2,7,3,4,1,5,6,37.635,6,6,5,4,8,5,10,9,,45.697,5,5,5,1,4,5,32.973,2,2,17.327,1,1971,Texas,6,2,1,,3,,,10,2,1,598ba20f716a2c000187ce01@email.prolific.co,85.127,598ba20f716a2c000187ce01,"{""startTime"":1678934229917,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":2463,""label"":""hovered"",""timeHovered"":1337,""week"":""2021-04-26""}]}","{""startTime"":1678934055019,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":2006,""label"":""hovered"",""timeHovered"":3092,""week"":""2021-04-12""},{""time"":8335,""label"":""hovered"",""timeHovered"":1385,""week"":""2021-04-26""},{""time"":11731,""label"":""hovered"",""timeHovered"":1325,""week"":""2022-02-07""}]}","{""startTime"":1678933805326,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":17348,""label"":""hovered"",""timeHovered"":4116,""week"":""2021-08-02""},{""time"":21697,""label"":""hovered"",""timeHovered"":1867,""week"":""2021-08-23""},{""time"":27081,""label"":""hovered"",""timeHovered"":2666,""week"":""2021-06-07""},{""time"":31414,""label"":""hovered"",""timeHovered"":2183,""week"":""2022-01-03""},{""time"":35758,""label"":""tour_next"",""step"":2},{""time"":48640,""label"":""tour_end"",""step"":2},{""time"":55824,""label"":""hovered"",""timeHovered"":1902,""week"":""2021-04-12""},{""time"":57760,""label"":""hovered"",""timeHovered"":2255,""week"":""2021-04-12""},{""time"":65175,""label"":""hovered"",""timeHovered"":1408,""week"":""2021-04-12""},{""time"":66949,""label"":""hovered"",""timeHovered"":6721,""week"":""2021-04-12""},{""time"":73876,""label"":""hovered"",""timeHovered"":5826,""week"":""2021-04-12""},{""time"":79955,""label"":""hovered"",""timeHovered"":1401,""week"":""2021-04-26""},{""time"":82263,""label"":""hovered"",""timeHovered"":1856,""week"":""2021-06-14""},{""time"":84714,""label"":""hovered"",""timeHovered"":1413,""week"":""2021-05-31""},{""time"":86546,""label"":""hovered"",""timeHovered"":4044,""week"":""2021-06-14""},{""time"":90809,""label"":""hovered"",""timeHovered"":3246,""week"":""2021-06-14""},{""time"":94366,""label"":""hovered"",""timeHovered"":3056,""week"":""2021-06-21""},{""time"":97895,""label"":""hovered"",""timeHovered"":3238,""week"":""2021-07-05""},{""time"":102951,""label"":""hovered"",""timeHovered"":2288,""week"":""2021-08-16""},{""time"":108615,""label"":""hovered"",""timeHovered"":2918,""week"":""2021-12-13""},{""time"":111778,""label"":""hovered"",""timeHovered"":2788,""week"":""2021-12-06""},{""time"":115207,""label"":""hovered"",""timeHovered"":3465,""week"":""2021-12-13""},{""time"":118675,""label"":""hovered"",""timeHovered"":1341,""week"":""2021-12-13""},{""time"":121683,""label"":""hovered"",""timeHovered"":1868,""week"":""2022-01-03""},{""time"":124857,""label"":""hovered"",""timeHovered"":2045,""week"":""2022-01-31""},{""time"":127298,""label"":""hovered"",""timeHovered"":1251,""week"":""2022-02-07""},{""time"":128832,""label"":""hovered"",""timeHovered"":1200,""week"":""2022-01-31""},{""time"":137699,""label"":""hovered"",""timeHovered"":1483,""week"":""2021-11-22""},{""time"":142312,""label"":""hovered"",""timeHovered"":1623,""week"":""2021-11-22""},{""time"":144111,""label"":""hovered"",""timeHovered"":1208,""week"":""2021-11-22""},{""time"":146373,""label"":""hovered"",""timeHovered"":1001,""week"":""2021-11-22""},{""time"":148007,""label"":""hovered"",""timeHovered"":2447,""week"":""2021-11-22""},{""time"":150996,""label"":""hovered"",""timeHovered"":1154,""week"":""2021-11-01""},{""time"":154120,""label"":""hovered"",""timeHovered"":2070,""week"":""2021-08-16""},{""time"":156712,""label"":""hovered"",""timeHovered"":5991,""week"":""2021-08-09""},{""time"":167555,""label"":""hovered"",""timeHovered"":5324,""week"":""2021-12-27""}]}","{""startTime"":1678934039488,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line,0,1,0,Positive,4.2,0,0,0,0,0,0,15,0.5,0.5,1,0.5,1 -2023-03-15 22:27:32,2023-03-15 22:45:16,0,100,1063,1,2023-03-15 22:45:17,R_UfqjUubFL525gnn,34.0068,-118.256,EN,1,12.432,1,2,2,28.388,16.394,100,100,43,21.406,25.848,-3,1,62.74,-2,-3,113.986,-3,62.072,15.125,6,7,6,6,7,7,,125.467,6,6,6,2,7,7,It's from a trustworthy source so I assume it's accurate unless it isn't then oh well.,30.69,4,,53.87,2,7,3,4,1,5,6,47.362,1,1,1,5,8,6,8,8,,26.208,1,1,1,4,3,3,100.478,4,2,8.317,1,1998,California,2,2,1,,4,,,2,4,1,rubenarriaga99@gmail.com,152.222,5fb0a3d6a8e4224b973e750b,"{""startTime"":1678933904163,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934030292,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":24700},{""label"":""window_focused"",""time"":25780},{""label"":""window_blurred"",""time"":28503},{""label"":""window_focused"",""time"":34026}]}","{""startTime"":1678933746380,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":17,""label"":""tour_started""},{""time"":3970,""label"":""tour_next"",""step"":2},{""time"":7232,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933888488,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar,1,0,0,Positive,2.2,0,0,0,0,0,0,15,0.5,0,0,0,2 -2023-03-15 22:35:41,2023-03-15 22:45:39,0,100,598,1,2023-03-15 22:45:40,R_2tKD43trPxpIgzF,39.7436,-86.1158,EN,1,12.638,,,,,16.364,86,73,72,43.433,40.308,1,1,32.774,1,1,36.161,1,45.843,15.107,6,5,5,6,6,3,I find it implausible there is a spike in the coldest part of the year,84.195,6,6,6,2,2,6,I was told I trust the data and this is a good way to represent it accurately,42.036,3,,6.904,2,7,3,4,1,5,6,15.756,1,6,1,5,7,3,10,10,,20.286,5,5,5,1,5,5,31.929,1,,5.762,1,1969,Indiana,6,1,1,,7,,,13,4,1,FLACO629@GMAIL.COM,94.81,5fc07d1d954a2251529dcfd6,"{""startTime"":1678934384798,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":1873},{""label"":""window_focused"",""time"":5157}]}","{""startTime"":1678934315410,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934222428,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":12517,""label"":""tour_next"",""step"":2},{""time"":17239,""label"":""tour_end"",""step"":2},{""time"":19245,""label"":""hovered"",""timeHovered"":5265,""week"":""2021-06-14""},{""time"":29713,""label"":""hovered"",""timeHovered"":1616,""week"":""2021-08-30""},{""time"":35365,""label"":""hovered"",""timeHovered"":3186,""week"":""2022-01-10""}]}","{""startTime"":1678934299769,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":8375,""label"":""hovered"",""timeHovered"":1804,""week"":""2022-02-07""},{""time"":12425,""label"":""hovered"",""timeHovered"":1006,""week"":""2022-01-17""}]}",0,moderate,line,1,0,0,Positive,4.3,0,2,2,2.81,1.405,4050,15,1,1,1,1,2 -2023-03-15 22:31:38,2023-03-15 22:45:48,0,100,850,1,2023-03-15 22:45:49,R_241zbLpvVgr0kZo,36.1214,-115.141,EN,1,55.735,,,,,15.128,89,100,80,44.594,97.578,1,1,61.538,-3,-3,84.57,-3,51.61,15.126,4,6,4,7,7,5,,56.02,6,5,6,6,4,5,I don't know about the measuring processes so I can't be sure that the results are trustworthy.,49.27,4,,29.721,2,7,3,4,1,5,6,32.544,2,1,9,8,3,5,4,3,,34.853,3,3,3,3,3,2,45.056,4,,10.539,2,1954,California,6,1,1,,3,,,3,4,2,,61.98,638e415e46b2a8da60722496,"{""startTime"":1678934332925,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934244701,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934045176,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":44697,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1042,""week"":""2"",""id"":""chart""},{""time"":46932,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5257,""week"":""1"",""id"":""chart""},{""time"":52305,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6482,""week"":""52"",""id"":""chart""},{""time"":60243,""label"":""tour_next"",""step"":2},{""time"":78247,""label"":""tour_end"",""step"":2},{""time"":83162,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1855,""week"":""1"",""id"":""chart""},{""time"":85824,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2763,""week"":""52"",""id"":""chart""},{""time"":88598,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3802,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678934228765,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":5688,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2026,""week"":""1"",""id"":""chart""},{""time"":10110,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2329,""week"":""1"",""id"":""chart""}]}",0,moderate,bar,1,0,0,Negative,2.8,0,2,2,4.355,2.1775,4422,15,1,0,0,0,2 -2023-03-15 22:38:14,2023-03-15 22:45:52,0,100,457,1,2023-03-15 22:45:52,R_3kFKJSBH5o6Npys,40.4441,-75.345,EN,1,6.224,1,4,2,6.828,15.106,93,95,94,30.98,66.786,1,1,45.665,-2,1,39.823,-3,26.683,15.154,6,7,7,6,6,7,,8.498,7,7,7,6,7,6,It shows facts in easy to understand color line graph,16.415,6,,5.109,2,7,3,4,1,5,6,16.203,7,8,9,9,7,8,10,10,,13.62,5,5,5,1,5,5,17.413,7,1,10.94,1,1973,Pennsylvania,7,3,1,,7,,,16,1,1,COOPERXZXZ@HOTMAIL.COM,69.22,5ba292385301b80001c71ba2,"{""startTime"":1678934516764,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678934490155,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678934377825,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":38,""label"":""tour_started""},{""time"":9127,""label"":""tour_next"",""step"":5},{""time"":22752,""label"":""cleared_brush"",""using"":""click""},{""time"":26405,""label"":""cleared_brush"",""using"":""click""},{""time"":26630,""label"":""cleared_brush"",""using"":""click""},{""time"":27974,""label"":""started_brush"",""startDate"":""2021-07-18"",""endDate"":""2021-11-02""},{""time"":29015,""label"":""tour_next"",""step"":5},{""time"":33016,""label"":""started_brush"",""startDate"":""2021-06-17"",""endDate"":""2021-07-11""},{""time"":37775,""label"":""moved_brush"",""startDate"":""2021-08-10"",""endDate"":""2021-09-03""},{""time"":38864,""label"":""tour_next"",""step"":5},{""time"":60744,""label"":""cleared_brush"",""using"":""click""},{""time"":60752,""label"":""cleared_brush"",""using"":""Escape""},{""time"":62393,""label"":""tour_next"",""step"":5},{""time"":63958,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678934473375,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line,1,1,0,Positive,4.3,0,0,0,0,0,0,15,1,0.5,0,0,3 -2023-03-15 22:31:12,2023-03-15 22:46:11,0,100,899,1,2023-03-15 22:46:12,R_1g0iDnRJuIS5FrI,44.482,-88.0185,EN,1,85.863,1,4,1,28.838,15.115,100,100,50,39.514,96.242,1,1,56.364,1,1,97.346,1,57.389,15.012,6,6,7,7,6,6,,26.23,6,6,6,4,2,6,The information comes from the CDC and I believe the data they gather and distribute regarding Covid is as accurate as data could be.,60.591,4,,15.424,2,7,3,4,1,5,6,39.961,4,4,4,5,5,3,11,9,,41.016,4,4,5,1,4,4,40.087,1,2,27.868,2,1982,Wisconsin,6,2,1,,7,,,11,4,1,slpeterson82@gmail.com,85.329,63f796a016e377d12cff50f1,"{""startTime"":1678934333364,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934226471,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934057108,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":11779,""label"":""hovered"",""timeHovered"":1266,""week"":""2021-12-27""},{""time"":13146,""label"":""hovered"",""timeHovered"":4032,""week"":""2021-12-27""},{""time"":18928,""label"":""hovered"",""timeHovered"":2766,""week"":""2022-02-07""},{""time"":22394,""label"":""hovered"",""timeHovered"":1500,""week"":""2021-04-12""},{""time"":26161,""label"":""hovered"",""timeHovered"":1116,""week"":""2021-04-19""},{""time"":33426,""label"":""hovered"",""timeHovered"":3183,""week"":""2021-08-16""},{""time"":36609,""label"":""hovered"",""timeHovered"":1399,""week"":""2021-08-16""},{""time"":39926,""label"":""hovered"",""timeHovered"":1332,""week"":""2021-10-04""},{""time"":42675,""label"":""hovered"",""timeHovered"":4749,""week"":""2021-11-01""},{""time"":50790,""label"":""hovered"",""timeHovered"":1168,""week"":""2022-01-03""},{""time"":52223,""label"":""hovered"",""timeHovered"":3866,""week"":""2022-01-03""},{""time"":60933,""label"":""tour_next"",""step"":2},{""time"":69464,""label"":""tour_end"",""step"":2},{""time"":77651,""label"":""hovered"",""timeHovered"":1198,""week"":""2021-06-07""},{""time"":82630,""label"":""hovered"",""timeHovered"":1031,""week"":""2021-08-23""},{""time"":84001,""label"":""hovered"",""timeHovered"":1055,""week"":""2021-08-16""},{""time"":85170,""label"":""hovered"",""timeHovered"":2421,""week"":""2021-08-16""},{""time"":89204,""label"":""hovered"",""timeHovered"":1207,""week"":""2021-11-22""},{""time"":90575,""label"":""hovered"",""timeHovered"":1518,""week"":""2021-11-29""}]}","{""startTime"":1678934210931,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line,1,0,0,Positive,3.7,0,0,0,0,0,0,15,1,1,1,1,1 -2023-03-15 22:31:17,2023-03-15 22:46:17,0,100,900,1,2023-03-15 22:46:18,R_2s0aKmzoEuRs433,34.3797,-97.9778,EN,1,4.367,1,4,2,4.374,15.114,100,100,100,10.935,117.269,1,1,59.104,-2,1,90.994,1,108.558,15.109,7,7,7,7,7,7,"I genuinely enjoyed using the data to answer the questions, especially the animated data that made the numbers more precise. The information appears trustworthy, and the graph is very easy to use and understand.",61.797,7,7,7,7,7,7,"The data makes sense to me, given what I know of vaccinated and unvaccinated cases of Covid-19. Unvaccinated people routinely become ill more frequently than vaccinated people, oftentimes by large margins.",63.961,3,I genuinely enjoyed using all the charts. They were pleasant to look at and made reading the data very easy. Thank you so much!,24.9,2,7,3,4,1,5,6,15.991,6,6,5,7,8,7,11,9,,21.125,2,2,4,3,3,2,15.085,3,1,14.764,2,1951,Oklahoma,2,2,1,,7,,,3,4,1,574ce0a57fd0ec000db73aa6@email.prolific.co,56.032,574ce0a57fd0ec000db73aa6,"{""startTime"":1678934360907,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":634},{""label"":""window_focused"",""time"":3743}]}","{""startTime"":1678934279133,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":1933},{""label"":""window_focused"",""time"":3598}]}","{""startTime"":1678934072779,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":9,""label"":""tour_started""},{""label"":""window_blurred"",""time"":1069},{""label"":""window_focused"",""time"":4086},{""time"":14550,""label"":""hovered"",""timeHovered"":1617,""week"":""2021-04-12""},{""time"":23754,""label"":""hovered"",""timeHovered"":1568,""week"":""2021-08-23""},{""time"":30640,""label"":""hovered"",""timeHovered"":2734,""week"":""2021-11-15""},{""time"":39594,""label"":""hovered"",""timeHovered"":4017,""week"":""2022-01-03""},{""time"":48165,""label"":""tour_next"",""step"":2},{""time"":52007,""label"":""tour_end"",""step"":2},{""label"":""window_blurred"",""time"":54212},{""label"":""window_focused"",""time"":95987},{""time"":101882,""label"":""hovered"",""timeHovered"":1304,""week"":""2021-06-07""},{""time"":109528,""label"":""hovered"",""timeHovered"":1284,""week"":""2022-01-03""},{""time"":111807,""label"":""hovered"",""timeHovered"":2072,""week"":""2022-01-03""}]}","{""startTime"":1678934262400,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":5942,""label"":""hovered"",""timeHovered"":1095,""week"":""2021-04-19""}]}",1,simple,line,0,1,0,Positive,2.7,0,1,1,1.095,1.095,0,15,1,0.5,1,1,1 -2023-03-15 22:36:05,2023-03-15 22:46:47,0,100,641,1,2023-03-15 22:46:48,R_3qagv2l5kbQ8olp,38.1043,-122.2442,EN,1,78.055,,,,,15.015,100,100,73,18.203,16.553,1,1,53.551,-3,-3,54.858,1,28.728,15.107,6,6,6,6,7,6,,25.694,6,6,6,4,4,6,It is well designed and clear. I have no reason to not trust it,28.544,5,,8.812,2,7,3,4,1,5,6,17.616,4,4,10,8,4,9,8,11,,49.547,3,2,2,4,3,3,30.415,7,,15.129,1,1974,California,2,2,1,,7,,,7,3,1,6398db762e009c7af9e1da88@email.prolific.co,131.468,6398db762e009c7af9e1da88,"{""startTime"":1678934374426,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934400969,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":19905},{""label"":""window_focused"",""time"":22127}]}","{""startTime"":1678934287500,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":22,""label"":""tour_started""},{""time"":6836,""label"":""tour_next"",""step"":2},{""label"":""window_blurred"",""time"":9080},{""label"":""window_focused"",""time"":10977},{""time"":14853,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678934358719,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":8771,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1140,""week"":""2"",""id"":""chart2""},{""label"":""window_blurred"",""time"":11645},{""label"":""window_focused"",""time"":13825}]}",0,simple,bar,0,1,0,Positive,2.8,0,1,1,1.14,1.14,0,11.645,1,0,1,1,1 -2023-03-15 22:06:42,2023-03-15 22:46:52,0,100,2409,1,2023-03-15 22:46:53,R_1mPhSQREQzxy5CX,30.161,-81.7311,EN,1,4.772,,,,,15.014,100,100,51,12.654,216.895,-2,1,126.937,1,-3,153.782,1,81.582,15.013,6,4,5,6,7,7,,495.958,5,7,6,4,4,6,I feel like this visualization shows all of the relevant information for what they trying to convey.,119.692,4,,7.625,2,7,3,4,1,5,6,14.138,5,2,1,1,10,3,10,10,,13.102,3,4,5,3,4,2,8.049,1,,3.444,1,1994,Florida,6,3,1,,3,,,6,3,1,allforone1901@gmail.com,131.325,6081adb85a8992a84093ed21,"{""startTime"":1678933772883,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":214859},{""label"":""window_focused"",""time"":334965}]}","{""startTime"":1678934271824,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933383142,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":33,""label"":""tour_started""},{""time"":170837,""label"":""tour_next"",""step"":2},{""time"":176044,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933757007,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,bar,0,1,0,Positive,3.5,0,0,0,0,0,0,15,0.5,0.5,1,0.5,2 -2023-03-15 22:34:10,2023-03-15 22:47:01,0,100,771,1,2023-03-15 22:47:01,R_1lyk8sRVZgVmOtM,35.7113,-82.5467,EN,1,9.508,,,,,15.012,85,57,54,19.502,291.267,1,1,44.563,-3,1,20.998,1,55.938,15.111,5,6,7,4,7,7,,20.45,6,6,7,6,7,7,It looks professional,14.758,5,,6.565,2,7,3,4,1,5,6,12.722,7,8,6,8,9,7,11,11,,13.602,5,5,5,1,5,1,13.954,2,,5.879,1,1958,North Carolina,7,3,1,,7,,,14,4,2,,163.504,63c3118da7ffa9c9fa88a10e,"{""startTime"":1678934478230,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678934499367,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678934261454,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":32,""label"":""tour_started""},{""time"":6955,""label"":""hovered"",""timeHovered"":25726,""week"":""2021-04-12""},{""time"":52115,""label"":""hovered"",""timeHovered"":1736,""week"":""2021-05-10""},{""time"":54869,""label"":""hovered"",""timeHovered"":1450,""week"":""2021-05-24""},{""time"":57591,""label"":""tour_next"",""step"":5},{""time"":68573,""label"":""started_brush"",""startDate"":""2021-04-19"",""endDate"":""2022-02-13""},{""time"":72117,""label"":""tour_next"",""step"":5},{""time"":91114,""label"":""moved_brush"",""startDate"":""2021-10-31"",""endDate"":""2022-02-13""},{""time"":96058,""label"":""tour_next"",""step"":5},{""time"":131438,""label"":""cleared_brush"",""using"":""click""},{""time"":131444,""label"":""cleared_brush"",""using"":""Escape""},{""time"":133533,""label"":""tour_next"",""step"":5},{""time"":142428,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678934462544,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line,1,0,0,Positive,3.7,0,0,0,0,0,0,15,1,0.5,1,1,3 -2023-03-15 22:36:35,2023-03-15 22:47:45,0,100,669,1,2023-03-15 22:47:45,R_3LZ8LxHCm2MvtC1,40.5334,-74.2099,EN,1,10.181,,,,,15.148,85,67,73,26.043,37.995,-2,1,52.18,-3,-3,86.4,1,59.374,15.021,6,6,5,6,6,6,none,27.551,6,5,5,5,5,6,It is data driven and makes sense,56.849,6,none,16.131,2,7,3,4,1,5,6,23.554,8,8,8,7,8,5,9,9,none,29.512,4,4,4,2,4,4,23.685,2,,6.747,1,1953,New York,3,2,1,,7,,,7,2,1,cafelily@aol.com,126.041,5b233660648d5b0001b7de87,"{""startTime"":1678934483195,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934405646,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934263896,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":48,""label"":""tour_started""},{""time"":27693,""label"":""tour_next"",""step"":2},{""time"":30829,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678934389739,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,bar,0,1,0,Positive,3.7,0,0,0,0,0,0,15,0.5,0,1,0,2 -2023-03-15 22:32:52,2023-03-15 22:47:48,0,100,895,1,2023-03-15 22:47:48,R_3MAlONauBx4gWRG,35.0125,-80.9309,EN,1,35.093,1,3,2,6.16,15.147,95,96,78,40.976,136.67,-2,1,71.923,-3,-3,95.926,-3,56.448,15.198,7,6,6,7,3,7,"Interesting because I did not see the source for the data in the first set of questions, but I did see once a question came up about the source of the data and I specifically focused in on the chart for the information.",111.67,7,6,6,6,4,5,I did not see any sources listed for the data (or it was there but not clear to me as I navigated the dataset),33.058,5,,17.728,2,7,3,4,1,5,6,20.268,2,4,10,7,5,9,9,10,,24.045,4,5,4,2,5,2,35.762,4,1,12.88,1,1971,South Carolina,5,2,1,,7,,,17,4,1,63d9c4ea4b5efb771f895e11@email.prolific.co,97.731,63d9c4ea4b5efb771f895e11,"{""startTime"":1678934369140,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":22465},{""label"":""window_focused"",""time"":32155}]}","{""startTime"":1678934303397,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678934160744,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":80,""label"":""tour_started""},{""time"":8155,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1541,""week"":""50"",""id"":""chart""},{""time"":10805,""label"":""tour_next"",""step"":5},{""time"":17486,""label"":""started_brush"",""startDate"":""2021-04-08"",""endDate"":""2021-06-05""},{""time"":26148,""label"":""started_brush"",""startDate"":""2021-08-01"",""endDate"":""2021-10-20""},{""time"":26886,""label"":""tour_next"",""step"":5},{""time"":32908,""label"":""moved_brush"",""startDate"":""2021-10-07"",""endDate"":""2021-12-26""},{""time"":38068,""label"":""started_brush"",""startDate"":""2021-08-15"",""endDate"":""2021-09-29""},{""time"":39599,""label"":""tour_next"",""step"":5},{""time"":44992,""label"":""cleared_brush"",""using"":""Click""},{""time"":44992,""label"":""cleared_brush"",""using"":""Escape""},{""time"":47783,""label"":""tour_next"",""step"":5},{""time"":51271,""label"":""tour_end"",""step"":5},{""time"":61826,""label"":""cleared_brush"",""using"":""Click""},{""time"":63225,""label"":""cleared_brush"",""using"":""Click""}]}","{""startTime"":1678934286614,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":6588,""label"":""started_brush"",""startDate"":""2021-04-30"",""endDate"":""2021-07-01""},{""time"":11659,""label"":""started_brush"",""startDate"":""2021-10-30"",""endDate"":""2022-01-01""}]}",1,complex,bar,1,0,0,Negative,3.7,1,2,0,0,0,5071,15,0.5,0,0,0,3 -2023-03-15 22:37:31,2023-03-15 22:48:00,0,100,628,1,2023-03-15 22:48:00,R_3RmvhlM9cJwQrar,38.4934,-86.0139,EN,1,6.932,,,,,15.115,100,18,38,30.267,93.491,1,1,33.893,1,1,38.626,1,57.868,15.012,4,4,4,4,6,4,,36.692,4,3,2,2,2,4,"I have no way of knowing if the data represented here is correct, or if it's presented in a relevant way (because I'm missing the context of understanding these kinds of numbers.)",58.142,3,,9.375,2,7,3,4,1,5,6,18.277,6,9,3,6,9,1,11,11,"""political parties"" The answer varies widely, depending on which party.",55.439,5,5,5,1,5,5,27.378,1,,3.906,1,1973,Indiana,6,2,1,,7,,,8,3,1,63e1dbd6e3b024508cfb12e9@email.prolific.co,75.562,63e1dbd6e3b024508cfb12e9,"{""startTime"":1678934565484,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678934479859,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678934311964,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":14075,""label"":""tour_next"",""step"":5},{""time"":33875,""label"":""tour_back"",""step"":5},{""time"":37086,""label"":""tour_next"",""step"":5},{""time"":39065,""label"":""tour_back"",""step"":5},{""time"":43115,""label"":""tour_next"",""step"":5},{""time"":49297,""label"":""started_brush"",""startDate"":""2021-06-21"",""endDate"":""2021-06-24""},{""time"":59962,""label"":""started_brush"",""startDate"":""2021-10-05"",""endDate"":""2022-01-08""},{""time"":61683,""label"":""tour_next"",""step"":5},{""time"":75268,""label"":""moved_brush"",""startDate"":""2021-07-07"",""endDate"":""2021-10-10""},{""time"":76488,""label"":""tour_next"",""step"":5},{""time"":81630,""label"":""cleared_brush"",""using"":""click""},{""time"":84818,""label"":""tour_next"",""step"":5},{""time"":89614,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678934464323,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":14310,""label"":""started_brush"",""startDate"":""2021-12-09"",""endDate"":""2022-01-02""}]}",0,complex,line,1,1,0,Negative,4.3,1,1,0,0,0,0,15,1,1,1,1,3 -2023-03-15 22:24:00,2023-03-15 22:48:03,0,100,1442,1,2023-03-15 22:48:03,R_XSpIJB33RxUbdqV,47.36,-122.6015,EN,1,24.456,,,,,15.018,96,92,15,81.462,63.593,-2,1,149.955,-3,-3,100.029,-2,91.513,15.113,6,6,6,6,6,6,,200.938,6,6,3,2,2,6,Because I see that the data is from an official government entity in Croatia. ,115.627,6,,15.6,2,7,3,4,1,5,6,38.579,1,1,10,5,1,7,7,1,,83.37,2,4,4,2,2,4,118.757,4,,8.531,2,1969,Washington,6,3,1,,7,,,5,4,2,,145.772,5bde6c564842880001308324,"{""startTime"":1678933829218,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":163266,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1929,""week"":""50"",""id"":""chart""},{""time"":167811,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3823,""week"":""1"",""id"":""chart2""},{""time"":192344,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1860,""week"":""1"",""id"":""chart2""}]}","{""startTime"":1678934031872,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933595493,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":44,""label"":""tour_started""},{""time"":21388,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1175,""week"":""52"",""id"":""chart""},{""time"":27240,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1007,""week"":""34"",""id"":""chart""},{""time"":28581,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1661,""week"":""32"",""id"":""chart""},{""time"":39959,""label"":""tour_next"",""step"":2},{""time"":52140,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2298,""week"":""32"",""id"":""chart2""},{""time"":54597,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1283,""week"":""2"",""id"":""chart2""},{""time"":55913,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1024,""week"":""1"",""id"":""chart2""},{""time"":60431,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933812818,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,bar,1,0,0,Positive,3,0,0,0,0,0,0,15,0.5,0,0,0.5,1 -2023-03-15 22:40:24,2023-03-15 22:48:34,0,100,490,1,2023-03-15 22:48:35,R_1NwSmzXTesP3xRV,43.1743,-79.0215,EN,1,7.006,,,,,15.006,75,85,58,19.011,81.796,1,1,28.163,1,1,45.756,-3,35.235,15.009,6,5,6,6,6,6,"I love the way this is presented, allowing the zoom on a section. Very fancy!",53.012,6,6,7,6,3,5,I trust it as much as I trust any limited data set in a vacuum.,50.491,4,,6.291,2,7,3,4,1,5,6,8.906,3,5,5,6,4,6,8,5,,17.001,3,4,4,3,4,4,14.526,4,,3.192,1,1974,New York,3,2,1,,7,,,2,4,2,,46.404,6332274d72eff2df47171a78,"{""startTime"":1678934607906,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":2826,""label"":""started_brush"",""startDate"":""2021-06-13"",""endDate"":""2021-08-09""},{""time"":4372,""label"":""started_brush"",""startDate"":""2021-12-11"",""endDate"":""2022-02-13""},{""time"":10085,""label"":""moved_brush"",""startDate"":""2021-12-13"",""endDate"":""2022-02-13""}]}","{""startTime"":1678934661746,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678934473451,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":32,""label"":""tour_started""},{""time"":13230,""label"":""tour_next"",""step"":5},{""time"":31786,""label"":""started_brush"",""startDate"":""2021-06-20"",""endDate"":""2022-02-13""},{""time"":32980,""label"":""tour_next"",""step"":5},{""time"":35887,""label"":""moved_brush"",""startDate"":""2021-07-09"",""endDate"":""2022-02-13""},{""time"":37826,""label"":""moved_brush"",""startDate"":""2021-07-09"",""endDate"":""2022-02-13""},{""time"":39953,""label"":""moved_brush"",""startDate"":""2021-07-09"",""endDate"":""2021-11-11""},{""time"":42129,""label"":""moved_brush"",""startDate"":""2021-10-01"",""endDate"":""2021-11-11""},{""time"":43232,""label"":""moved_brush"",""startDate"":""2021-10-01"",""endDate"":""2022-02-13""},{""time"":47896,""label"":""moved_brush"",""startDate"":""2021-12-30"",""endDate"":""2022-02-13""},{""time"":48911,""label"":""tour_next"",""step"":5},{""time"":51806,""label"":""cleared_brush"",""using"":""click""},{""time"":52979,""label"":""tour_next"",""step"":5},{""time"":60333,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678934591563,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":8582,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-07-23""},{""time"":10028,""label"":""started_brush"",""startDate"":""2021-10-04"",""endDate"":""2022-02-13""}]}",0,complex,line,1,0,0,Neutral,3.7,1,2,0,0,0,1446,15,1,1,0,0,3 -2023-03-15 22:17:13,2023-03-15 22:49:51,0,100,1957,1,2023-03-15 22:49:51,R_1lAlyGFOQ6jHsII,26.6165,-80.0444,EN,1,52.322,1,4,2,18.718,15.114,95,71,72,34.223,485.485,1,-2,116.361,-2,1,377.94,1,205.305,15.118,4,2,4,3,5,5,,83.039,5,4,5,5,4,5,Because it uses different colors to distinguish what ages it represents and is easier to see vs reading a study. ,91.675,5,Very interesting graphs,56.146,2,7,3,4,1,5,6,41.788,4,8,4,8,9,6,10,9,,26.124,5,5,5,1,5,5,51.892,1,1,17.498,2,1957,Florida,2,2,1,,7,,,5,4,1,5f048fdc0aea5b0ae3215fc9@email.prolific.co,190.029,5f048fdc0aea5b0ae3215fc9,"{""startTime"":1678933886333,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933969894,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933178119,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":25153,""label"":""hovered"",""timeHovered"":1467,""week"":""2022-01-03""},{""time"":26621,""label"":""hovered"",""timeHovered"":2049,""week"":""2022-01-03""},{""time"":30871,""label"":""hovered"",""timeHovered"":2049,""week"":""2022-01-10""},{""time"":36987,""label"":""hovered"",""timeHovered"":7099,""week"":""2021-12-27""},{""time"":46271,""label"":""tour_next"",""step"":5},{""time"":57472,""label"":""tour_back"",""step"":5},{""time"":63503,""label"":""hovered"",""timeHovered"":1348,""week"":""2022-01-17""},{""time"":65101,""label"":""hovered"",""timeHovered"":1733,""week"":""2021-12-06""},{""time"":68302,""label"":""hovered"",""timeHovered"":1182,""week"":""2022-01-03""},{""time"":78391,""label"":""tour_next"",""step"":5},{""time"":113131,""label"":""tour_back"",""step"":5},{""time"":123415,""label"":""hovered"",""timeHovered"":2733,""week"":""2022-01-24""},{""time"":128695,""label"":""tour_next"",""step"":5},{""time"":138197,""label"":""cleared_brush"",""using"":""click""},{""time"":168764,""label"":""cleared_brush"",""using"":""click""},{""time"":193069,""label"":""tour_back"",""step"":5},{""time"":209945,""label"":""tour_next"",""step"":5},{""time"":241521,""label"":""tour_back"",""step"":5},{""time"":243876,""label"":""hovered"",""timeHovered"":1149,""week"":""2021-04-12""},{""time"":249941,""label"":""hovered"",""timeHovered"":7283,""week"":""2021-09-13""},{""time"":266040,""label"":""tour_next"",""step"":5},{""time"":286524,""label"":""started_brush"",""startDate"":""2021-12-01"",""endDate"":""2022-02-06""},{""time"":287498,""label"":""tour_next"",""step"":5},{""time"":299977,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-04-21""},{""time"":313408,""label"":""started_brush"",""startDate"":""2021-05-31"",""endDate"":""2021-08-22""},{""time"":319859,""label"":""cleared_brush"",""using"":""click""},{""time"":322348,""label"":""started_brush"",""startDate"":""2021-11-21"",""endDate"":""2022-02-13""},{""time"":326971,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-07-03""},{""time"":338332,""label"":""moved_brush"",""startDate"":""2021-11-21"",""endDate"":""2022-02-13""},{""time"":342879,""label"":""moved_brush"",""startDate"":""2021-11-21"",""endDate"":""2022-02-13""},{""time"":344316,""label"":""tour_next"",""step"":5},{""time"":367044,""label"":""cleared_brush"",""using"":""click""},{""time"":367049,""label"":""cleared_brush"",""using"":""Escape""},{""time"":382700,""label"":""cleared_brush"",""using"":""click""},{""time"":383267,""label"":""cleared_brush"",""using"":""click""},{""time"":411535,""label"":""cleared_brush"",""using"":""click""},{""time"":426487,""label"":""started_brush"",""startDate"":""2021-05-03"",""endDate"":""2021-08-17""},{""time"":427581,""label"":""tour_next"",""step"":5},{""time"":451642,""label"":""tour_end"",""step"":5},{""time"":455290,""label"":""hovered"",""timeHovered"":1478,""week"":""2021-08-09""},{""time"":456934,""label"":""hovered"",""timeHovered"":7092,""week"":""2021-08-09""},{""label"":""window_blurred"",""time"":466697},{""label"":""window_focused"",""time"":471154},{""time"":475542,""label"":""hovered"",""timeHovered"":6800,""week"":""2021-08-02""}]}","{""startTime"":1678933870663,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line,0,1,0,Positive,4.3,0,0,0,0,0,0,15,0.5,0.5,1,1,3 -2023-03-15 22:29:31,2023-03-15 22:50:02,0,100,1230,1,2023-03-15 22:50:03,R_3rVtwrV6oSq0dhG,40.488,-74.4544,EN,1,61.403,,,,,15.129,86,58,65,43.293,241.159,1,-1,97.804,1,1,64.154,1,104.161,15.171,4,4,4,6,6,4,,35.144,6,6,5,2,2,6,"When I say I trust this visualization, I mean that I trust that they depicted the visualization well based on the numbers. I 'm not saying I trust the sources of the visualization though.",74.398,5,,16.99,2,7,3,4,1,5,6,89.415,3,6,7,7,2,6,6,7,,100.496,3,3,4,2,3,3,48.637,6,,8.698,1,1997,New Jersey,6,2,1,,7,,,3,2,2,,100.724,5f2016b023978b04f9679bec,"{""startTime"":1678934283569,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678934319520,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933920707,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":137,""label"":""tour_started""},{""time"":926,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4171,""week"":""2"",""id"":""chart""},{""label"":""window_blurred"",""time"":7532},{""label"":""window_focused"",""time"":7955},{""time"":68878,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5080,""week"":""48"",""id"":""chart""},{""time"":74212,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7998,""week"":""52"",""id"":""chart""},{""time"":83951,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3733,""week"":""45"",""id"":""chart""},{""time"":88565,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":11719,""week"":""51"",""id"":""chart""},{""time"":109061,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1029,""week"":""51"",""id"":""chart""},{""time"":110139,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1817,""week"":""52"",""id"":""chart""},{""time"":116852,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1989,""week"":""24"",""id"":""chart""},{""time"":119243,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2273,""week"":""22"",""id"":""chart""},{""time"":129266,""label"":""tour_next"",""step"":5},{""time"":161884,""label"":""started_brush"",""startDate"":""2021-06-13"",""endDate"":""2021-08-10""},{""time"":163300,""label"":""moved_brush"",""startDate"":""2021-06-01"",""endDate"":""2021-06-13""},{""time"":173867,""label"":""started_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-05-05""},{""time"":177669,""label"":""tour_next"",""step"":5},{""time"":182546,""label"":""started_brush"",""startDate"":""2021-04-30"",""endDate"":""2021-07-13""},{""time"":185559,""label"":""moved_brush"",""startDate"":""2021-04-30"",""endDate"":""2021-07-13""},{""time"":187658,""label"":""moved_brush"",""startDate"":""2021-04-30"",""endDate"":""2021-07-13""},{""time"":190558,""label"":""cleared_brush"",""using"":""Click""},{""time"":192395,""label"":""tour_next"",""step"":5},{""time"":198146,""label"":""cleared_brush"",""using"":""Click""},{""time"":198147,""label"":""cleared_brush"",""using"":""Escape""},{""time"":200718,""label"":""tour_next"",""step"":5},{""time"":210496,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678934267535,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":9519,""label"":""started_brush"",""startDate"":""2021-08-29"",""endDate"":""2022-01-05""},{""time"":10903,""label"":""moved_brush"",""startDate"":""2021-08-29"",""endDate"":""2022-01-05""},{""time"":11459,""label"":""moved_brush"",""startDate"":""2021-08-29"",""endDate"":""2022-01-05""},{""time"":12113,""label"":""cleared_brush"",""using"":""Click""},{""time"":14438,""label"":""started_brush"",""startDate"":""2021-10-31"",""endDate"":""2022-01-07""}]}",0,complex,bar,0,1,0,Positive,3,1,5,0,0,0,4919,15,0.5,1,1,1,3 -2023-03-15 22:32:31,2023-03-15 22:50:04,0,100,1052,1,2023-03-15 22:50:04,R_1r1RklrU5JFSU10,40.8449,-81.7736,EN,1,10.533,,,,,15.117,100,89,56,64.997,97.692,1,1,57.578,1,1,66.404,-1,84.175,15.117,7,7,7,7,7,7,,65.255,7,6,6,2,1,7,Source was referenced. Data looks plausable,26.544,5,the question back 2 asked about dec 2022 info. Dec 2021 was listed but not 2022,73.924,2,7,3,4,1,5,6,39.121,2,4,8,6,8,9,10,10,,60.135,5,4,4,1,3,4,63.973,3,,13.499,1,1966,Ohio,6,2,1,,7,,,14,2,2,,165.055,640912d475d8f1047d318723,"{""startTime"":1678934346645,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934234432,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934053070,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":24382,""label"":""hovered"",""timeHovered"":1453,""week"":""2021-12-27""},{""time"":29180,""label"":""hovered"",""timeHovered"":1422,""week"":""2021-08-09""},{""time"":37140,""label"":""hovered"",""timeHovered"":6379,""week"":""2021-08-16""},{""time"":43572,""label"":""hovered"",""timeHovered"":2214,""week"":""2021-08-23""},{""time"":49418,""label"":""tour_next"",""step"":2},{""time"":65138,""label"":""tour_end"",""step"":2},{""time"":87640,""label"":""hovered"",""timeHovered"":7014,""week"":""2021-12-27""}]}","{""startTime"":1678934218213,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,line,2,0,0,Positive,3.5,0,0,0,0,0,0,15,1,1,0,1,2 -2023-03-15 22:42:36,2023-03-15 22:50:24,0,100,468,1,2023-03-15 22:50:25,R_3fN7vh6jDtkfGrt,40.7365,-74.0055,EN,1,8.89,,,,,15.111,89,93,62,20.814,31.009,1,1,49.801,1,1,83.77,1,29.53,15.015,6,6,4,6,7,6,,20.847,6,7,5,1,1,6,I have no reason to believe that the data is inaccurate.,14.601,4,,7.512,2,7,3,4,1,5,6,28.644,2,3,7,8,7,7,10,9,,18.977,5,4,5,4,5,4,22.849,6,,4.779,1,1969,Connecticut,8,3,1,,7,,,17,4,1,corey.lavinsky@gmail.com,52.064,6234dbba467fabd56fa59e1a,"{""startTime"":1678934778051,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934740127,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934608297,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":9082,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1081,""week"":""52"",""id"":""chart""},{""time"":11295,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1583,""week"":""51"",""id"":""chart""},{""time"":14377,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3446,""week"":""50"",""id"":""chart""},{""time"":18440,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1914,""week"":""51"",""id"":""chart""},{""time"":24837,""label"":""tour_next"",""step"":2},{""time"":28916,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678934724497,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,bar,0,1,0,Positive,4.5,0,0,0,0,0,0,15,1,1,1,1,2 -2023-03-15 22:41:15,2023-03-15 22:50:28,0,100,552,1,2023-03-15 22:50:28,R_shhxjKwNyAZOSwF,31.3145,-89.3788,EN,1,8.102,2,,2,3.801,15.183,51,98,66,32.292,66.355,-3,1,49.196,-3,-3,34.2,1,41.797,15.019,3,3,2,6,6,2,,35.993,4,7,6,1,1,2,"I trust charts, but I don't trust the data coming from this particular source.",38.14,3,,8.602,2,7,3,4,1,5,6,19.36,1,1,6,3,1,3,5,5,,23.348,5,5,5,1,4,5,28.27,6,3,15.837,2,1977,Mississippi,7,2,1,,7,,,14,4,1,5e8ccdf9b3423e07b04b4853@email.prolific.co,55.839,5e8ccdf9b3423e07b04b4853,"{""startTime"":1678934689946,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934726794,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934556589,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":52,""label"":""tour_started""},{""time"":8709,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":26333,""week"":""2"",""id"":""chart""},{""time"":35129,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1956,""week"":""3"",""id"":""chart""},{""time"":37873,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3375,""week"":""52"",""id"":""chart""},{""time"":41695,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1184,""week"":""50"",""id"":""chart""},{""time"":46633,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1644,""week"":""14"",""id"":""chart""},{""time"":53667,""label"":""tour_next"",""step"":2},{""time"":60821,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678934673999,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar,2,0,0,Neutral,4.2,0,0,0,0,0,0,15,0.5,0,1,0.5,1 -2023-03-15 22:35:54,2023-03-15 22:51:17,0,100,923,1,2023-03-15 22:51:18,R_2w4gKEIjBudikLo,35.0987,-77.1045,EN,1,7.677,1,3,1,11.584,15.111,77,90,69,73.525,51.075,1,1,107.363,-3,1,162.754,-1,70.595,15.01,6,6,6,6,6,6,,41.195,6,6,6,5,5,6,One of the frames stated that the data came from the CDC. They are probably as close to accurate that we are going to get.,53.162,5,,14.431,2,7,3,4,1,5,6,19.719,5,7,8,7,5,7,8,8,,30.554,2,2,2,4,2,2,42.455,4,2,22.213,2,1957,North Carolina,6,2,1,,9,,New Bern,7,2,1,chelynmas@gmail.com,105.785,6007a7996fbeef04ce080f90,"{""startTime"":1678934454253,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":3162,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3639,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678934496112,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934278512,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":22,""label"":""tour_started""},{""time"":16043,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3608,""week"":""41"",""id"":""chart""},{""time"":20076,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3421,""week"":""32"",""id"":""chart""},{""time"":27264,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2704,""week"":""52"",""id"":""chart""},{""time"":30759,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4494,""week"":""2"",""id"":""chart""},{""time"":37083,""label"":""tour_next"",""step"":2},{""time"":46192,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678934438035,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar,1,0,0,Positive,2.3,0,0,0,0,0,0,15,1,0.5,0,1,1 -2023-03-15 22:41:45,2023-03-15 22:51:44,0,100,598,1,2023-03-15 22:51:44,R_1ezR2KPKkmz208J,36.7614,-86.1929,EN,1,7.101,1,2,1,4.299,15.01,23,16,11,24.444,55.43,1,-3,44.866,-3,-3,80.092,1,46.201,15.02,2,1,2,5,5,1,,19.359,1,6,3,1,1,1,It seems to me that the information is skewed. I believe that a lot more people have been vaccinated than what the graph shows.,37.602,5,,9.164,2,7,3,4,1,5,6,17.369,3,2,10,4,2,4,3,9,,23.723,1,1,2,4,3,1,23.606,6,1,12.076,2,1957,Kentucky,6,2,1,,7,,,17,3,1,60e4c09a4b30f16f5a1053e7@email.prolific.co,110.754,60e4c09a4b30f16f5a1053e7,"{""startTime"":1678934716228,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934754669,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934563899,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":35,""label"":""tour_started""},{""time"":15072,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6000,""week"":""47"",""id"":""chart""},{""time"":22906,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4730,""week"":""1"",""id"":""chart""},{""time"":32463,""label"":""tour_next"",""step"":2},{""time"":40715,""label"":""tour_end"",""step"":2},{""time"":41600,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3121,""week"":""1"",""id"":""chart""},{""time"":44741,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3913,""week"":""1"",""id"":""chart""},{""time"":49920,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1449,""week"":""14"",""id"":""chart""}]}","{""startTime"":1678934700501,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar,0,1,0,Negative,2,0,0,0,0,0,0,15,0.5,0,1,0,2 -2023-03-15 22:35:37,2023-03-15 22:52:35,0,100,1017,1,2023-03-15 22:52:35,R_9uZKWXvHIYdu5Hz,32.1943,-110.9767,EN,1,22.534,,,,,15.115,98,92,61,34.441,175.588,1,1,49.3,1,1,49.814,1,67.771,15.015,6,6,6,6,7,6,,36.166,6,7,6,1,1,6,"It appears to be a scientific count, with independent statistics about each thing counted, and I think it is probably an accurate representation of the info gathered",50.639,5,,9.54,2,7,3,4,1,5,6,14.775,4,5,5,5,9,3,10,10,,31.621,5,5,5,1,5,5,20.592,1,,5.414,2,1947,Arizona,7,2,1,,7,,,5,2,1,5ea45eb9abef8a07bcced2bc@email.prolific.co,367.033,5ea45eb9abef8a07bcced2bc,"{""startTime"":1678934555198,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678934477977,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678934217845,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":11903,""label"":""tour_next"",""step"":5},{""time"":33738,""label"":""tour_back"",""step"":5},{""time"":40575,""label"":""hovered"",""timeHovered"":2559,""week"":""2021-10-18""},{""time"":47409,""label"":""hovered"",""timeHovered"":1131,""week"":""2021-08-16""},{""time"":51875,""label"":""tour_next"",""step"":5},{""time"":54248,""label"":""tour_back"",""step"":5},{""time"":57680,""label"":""tour_next"",""step"":5},{""time"":65341,""label"":""tour_back"",""step"":5},{""time"":67496,""label"":""hovered"",""timeHovered"":1612,""week"":""2021-07-12""},{""time"":70954,""label"":""hovered"",""timeHovered"":1031,""week"":""2021-09-27""},{""time"":76142,""label"":""hovered"",""timeHovered"":2960,""week"":""2021-09-27""},{""time"":81641,""label"":""tour_next"",""step"":5},{""time"":97617,""label"":""tour_back"",""step"":5},{""time"":110563,""label"":""hovered"",""timeHovered"":2262,""week"":""2021-09-13""},{""time"":114355,""label"":""hovered"",""timeHovered"":2244,""week"":""2021-07-26""},{""time"":120242,""label"":""tour_next"",""step"":5},{""time"":133072,""label"":""started_brush"",""startDate"":""2021-07-04"",""endDate"":""2021-11-04""},{""time"":134417,""label"":""tour_next"",""step"":5},{""time"":145130,""label"":""moved_brush"",""startDate"":""2021-07-04"",""endDate"":""2021-11-10""},{""time"":150676,""label"":""moved_brush"",""startDate"":""2021-08-05"",""endDate"":""2021-11-10""},{""time"":152034,""label"":""tour_next"",""step"":5},{""time"":160547,""label"":""cleared_brush"",""using"":""click""},{""time"":165903,""label"":""tour_next"",""step"":5},{""time"":172488,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678934462410,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line,0,2,0,Positive,4.3,0,0,0,0,0,0,15,1,1,1,1,3 -2023-03-15 22:38:09,2023-03-15 22:52:38,0,100,868,1,2023-03-15 22:52:38,R_1FwE3nQblA0gAwj,28.4883,-81.4061,EN,1,21.717,1,3,2,8.333,15.009,100,100,7,48.687,35.88,1,1,99.092,-3,1,76.878,1,36.234,15.008,5,3,5,6,7,5,"I know it is not scientific, but I have kind of lost faith in a lot of reporting based on recently released information regarding Covid.",75.218,3,6,6,5,6,5,"I think there are other elements that may not be included. I believe that some people get Covid and may not be properly diagnosed. I believe I had a mild case of Covid during this period, but I never tested positive. I was very closely exposed twice and showed all the symptoms, but never showed positive during any testing, and I have had vaccines.",127.518,4,none,13.765,2,7,3,4,1,5,6,20.685,5,7,8,7,5,5,7,8,none,40.137,4,3,4,2,4,4,35.323,5,1,17.859,2,1962,Florida,6,3,1,,7,,,10,2,1,6394e83b4be197877056c3bd@email.prolific.co,91.475,6394e83b4be197877056c3bd,"{""startTime"":1678934709888,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934538247,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934406531,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":17,""label"":""tour_started""},{""time"":7888,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2950,""week"":""52"",""id"":""chart""},{""time"":11872,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2748,""week"":""6"",""id"":""chart""},{""time"":15790,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1849,""week"":""14"",""id"":""chart""},{""time"":19314,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1258,""week"":""27"",""id"":""chart""},{""time"":24277,""label"":""tour_next"",""step"":2},{""time"":33148,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678934521447,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":5752,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3682,""week"":""52"",""id"":""chart""},{""time"":9473,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2327,""week"":""1"",""id"":""chart""},{""time"":11923,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3043,""week"":""2"",""id"":""chart""}]}",1,moderate,bar,0,1,0,Negative,3.5,0,3,3,9.052,3.017333333333333,6171,15,1,0.5,1,0.5,2 -2023-03-15 22:37:20,2023-03-15 22:52:39,0,100,918,1,2023-03-15 22:52:40,R_3NQDNwYHEcai6DC,37.589,-122.0461,EN,1,92.86,,,,,15.012,85,100,78,44.067,61.369,1,1,60.059,-2,1,76.736,1,115.184,15.112,7,4,6,6,6,6,It would be interesting to understand if they know why (or have theories on why) the sudden rise in crop diseases occurred in Jan 2022.,80.193,4,7,7,4,2,6,"The accuracy of the detailed counts in the interactive version makes it seem as if it's a statistic that is closely tracked, and that they have thorough data on it.",40.727,6,"The question that asked ""What was the range (max - min) of insect-related pest counts on Jan 15 2022?"" was single-select, and only let me choose either the max OR min (not a range). Also for the question ""In late December 2022, what type of fungi-related disease had a higher pest count than the insect-related Mealybug?"", the graph doesn't go to Dec 2022, so maybe it meant to say late Dec 2021 instead?",94.685,2,7,3,4,1,5,6,20.253,2,3,7,8,3,6,9,8,,29.043,3,4,4,3,2,3,20.853,5,,6.206,2,1978,California,6,2,1,,9,,Union City,15,4,1,valerieheising@hotmail.com,69.992,62a76dfc808c176cecd72dfa,"{""startTime"":1678934557369,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934638176,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934419327,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":12220,""label"":""tour_next"",""step"":2},{""time"":20951,""label"":""tour_end"",""step"":2},{""time"":23838,""label"":""hovered"",""timeHovered"":3471,""week"":""2021-09-13""},{""time"":29891,""label"":""hovered"",""timeHovered"":2477,""week"":""2021-12-27""},{""time"":39310,""label"":""hovered"",""timeHovered"":1523,""week"":""2021-04-12""},{""time"":41477,""label"":""hovered"",""timeHovered"":1470,""week"":""2021-04-19""},{""time"":48222,""label"":""hovered"",""timeHovered"":4281,""week"":""2021-09-13""},{""label"":""window_blurred"",""time"":53477},{""label"":""window_focused"",""time"":56563},{""time"":58553,""label"":""hovered"",""timeHovered"":1261,""week"":""2022-01-17""}]}","{""startTime"":1678934541717,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":9921,""label"":""hovered"",""timeHovered"":2615,""week"":""2021-12-27""}]}",0,simple,line,0,2,0,Positive,3.2,0,1,1,2.615,2.615,0,15,1,0.5,1,1,1 -2023-03-15 22:25:43,2023-03-15 22:53:09,0,100,1646,1,2023-03-15 22:53:09,R_2BgsgYzLnRBORZw,30.4199,-87.217,EN,1,11.099,,,,,15.115,98,86,22,76.545,128.167,1,1,199.796,-2,1,182.102,-1,353.283,15.117,6,4,6,5,6,6,,67.597,5,6,6,2,2,6,it is very detailed and contains pertinent information,67.858,1,,15.544,2,7,3,4,1,5,6,34.701,1,2,2,2,2,6,10,10,,41.914,3,2,4,3,3,2,52.651,2,,17.451,2,1965,Florida,4,2,1,,8,Pensacola,,7,3,1,5bd7971b0aac450001f951aa@email.prolific.co,175.327,5bd7971b0aac450001f951aa,"{""startTime"":1678934220427,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934012625,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":14774,""label"":""hovered"",""timeHovered"":1155,""week"":""2021-07-26""}]}","{""startTime"":1678933665270,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":28,""label"":""tour_started""},{""time"":10293,""label"":""hovered"",""timeHovered"":1266,""week"":""2021-09-20""},{""time"":28193,""label"":""hovered"",""timeHovered"":1314,""week"":""2021-05-31""},{""time"":29896,""label"":""hovered"",""timeHovered"":6743,""week"":""2021-05-31""},{""time"":38677,""label"":""hovered"",""timeHovered"":7681,""week"":""2021-07-05""},{""time"":49741,""label"":""hovered"",""timeHovered"":1898,""week"":""2021-08-02""},{""time"":57057,""label"":""hovered"",""timeHovered"":9765,""week"":""2021-10-04""},{""time"":68659,""label"":""hovered"",""timeHovered"":2596,""week"":""2021-11-01""},{""time"":76739,""label"":""hovered"",""timeHovered"":1384,""week"":""2021-11-29""},{""time"":80955,""label"":""hovered"",""timeHovered"":1367,""week"":""2021-11-29""},{""time"":83556,""label"":""hovered"",""timeHovered"":4798,""week"":""2021-12-27""},{""time"":108006,""label"":""tour_next"",""step"":2},{""time"":115962,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933996264,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,line,1,1,0,Positive,2.8,0,0,0,0,0,0,15,1,0.5,0,1,1 -2023-03-15 22:16:03,2023-03-15 22:53:16,0,100,2232,1,2023-03-15 22:53:16,R_3EFEfnY1JLXxHUR,32.7797,-96.8022,EN,1,72.258,1,3,2,34.588,15.012,80,80,52,116.771,85.361,1,1,241.789,1,1,183.572,1,356.922,15.111,7,6,7,6,6,7,"I like specific details, such as exact numbers, which probably would be impossible in this case.",203.534,6,6,6,4,6,6,"I can give it the benefit of a doubt. I would likely explore different sources to compare. Sadly, I cannot remember if it showed the source in this example. That is on me.",121.401,5,"What I think and feel are two different things. I generally think that people can be trusted, but I strongly do not feel I cannot be too careful.",170.156,2,7,3,4,1,5,6,52.819,8,8,9,8,7,7,10,9,,138.928,3,3,4,3,2,3,113.234,2,1,34.662,2,1965,Texas,6,3,1,,7,,,19,2,2,,157.8,5ddc07391e42a9000b2622be,"{""startTime"":1678933574543,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":190989},{""label"":""window_focused"",""time"":203449}]}","{""startTime"":1678933779392,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":60190},{""label"":""window_focused"",""time"":71989}]}","{""startTime"":1678933230527,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":16476,""label"":""tour_next"",""step"":2},{""time"":30779,""label"":""tour_end"",""step"":2},{""time"":11992,""label"":""hovered"",""timeHovered"":19597,""week"":""2021-11-29""},{""time"":36207,""label"":""hovered"",""timeHovered"":10356,""week"":""2022-01-03""}]}","{""startTime"":1678933559157,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":9984,""label"":""hovered"",""timeHovered"":2268,""week"":""2021-12-27""},{""time"":12858,""label"":""hovered"",""timeHovered"":1225,""week"":""2022-01-03""}]}",1,simple,line,1,0,0,Positive,3,0,2,2,3.493,1.7465,2874,15,1,1,1,1,1 -2023-03-15 22:19:10,2023-03-15 22:54:03,0,100,2092,1,2023-03-15 22:54:03,R_5su091KHFPaP8Nr,39.0157,-77.0085,EN,1,21.201,1,2,1,43.595,15.096,71,65,70,208.849,107.308,1,1,176.435,-2,1,138.655,1,100.594,15.14,5,3,5,5,3,5,,71.613,5,5,6,6,5,6,It is quite informative.,53.346,3,,85.219,2,7,3,4,1,5,6,74.757,6,7,7,7,7,8,10,9,,51.93,4,4,4,2,4,4,47.043,2,1,76.269,1,1974,Maryland,6,3,1,,7,,,14,4,2,,192.107,637ee3e42ee7996a07233f21,"{""startTime"":1678934297209,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_focused"",""time"":41041}]}","{""startTime"":1678934202058,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":27973}]}","{""startTime"":1678933877403,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":847,""label"":""tour_started""},{""label"":""window_focused"",""time"":54669},{""time"":71910,""label"":""tour_next"",""step"":2},{""time"":91015,""label"":""tour_back"",""step"":2},{""time"":101305,""label"":""tour_next"",""step"":2},{""time"":103732,""label"":""tour_end"",""step"":2},{""label"":""window_blurred"",""time"":110355}]}","{""startTime"":1678934179285,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar,1,0,0,Positive,3.7,0,0,0,0,0,0,15,1,0.5,1,1,1 -2023-03-15 22:27:00,2023-03-15 22:54:10,0,100,1629,1,2023-03-15 22:54:11,R_3NvUeGyb9PePalj,37.6868,-122.1496,EN,1,105.442,,,,,15.006,100,100,73,71.231,84.285,1,1,78.213,1,1,168.409,-3,124.65,15.006,6,6,6,7,4,6,"Whoops! I did not see the source at the bottom before. So say that I generally trust government sources, although my blanket trust eroded a bit under Trump., I will amend my previous answer to",149.895,7,6,6,1,1,6,"Well, I think the previous page mentioned that the data were trustworthy. Otherwise, I would want more info on who compiled the data - e.g., a government agricultural agency vs. a pesticide company that wanted to sell more product.",180.054,6,"Even though I said I completely understood the first chart, I was wrong. I thought The highest number was cumulative, not that the next category started at the color change.",144.779,2,7,3,4,1,5,6,25.772,4,8,7,6,8,5,9,8,"The above are such broad categories, it is hard to answer these questions/ E.g., Do you mean NY Times or Fox?",165.539,3,5,5,1,4,4,34.984,2,,6.353,2,1960,California,6,2,1,,8,Vacaville CA,,9,4,1,5e6bdd2a3ea572199bb7f6b6@email.prolific.co,141.758,5e6bdd2a3ea572199bb7f6b6,"{""startTime"":1678934352234,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934099524,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":2655,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2806,""week"":""52"",""id"":""chart""},{""time"":7271,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1222,""week"":""31"",""id"":""chart""},{""time"":10047,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4104,""week"":""51"",""id"":""chart""}]}","{""startTime"":1678933828441,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":22,""label"":""tour_started""},{""time"":14187,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":21358,""week"":""52"",""id"":""chart""},{""time"":35801,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1328,""week"":""52"",""id"":""chart""},{""time"":40261,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5682,""week"":""32"",""id"":""chart""},{""time"":53790,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2531,""week"":""6"",""id"":""chart""},{""time"":59154,""label"":""tour_next"",""step"":2},{""time"":65436,""label"":""tour_end"",""step"":2},{""time"":67162,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3188,""week"":""1"",""id"":""chart""},{""time"":71159,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5839,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678934083089,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,bar,1,0,0,Positive,3.7,0,0,0,0,0,0,15,1,1,0,1,2 -2023-03-15 22:33:48,2023-03-15 22:54:19,0,100,1231,1,2023-03-15 22:54:20,R_2AL1pNQlCC3R3Zd,42.6374,-82.5764,EN,1,41.574,,,,,15.116,100,100,65,60.903,120.883,1,1,127.826,-3,-3,174.557,1,219.366,15.02,4,4,4,6,7,4,,44.5,6,6,6,5,4,6,"If its based on scientific fact that can be checked I trust it, but it could just be made up",45.686,5,,18.15,2,7,3,4,1,5,6,27.684,5,7,7,7,6,6,10,8,,48.433,4,4,4,4,4,4,48.553,3,,3.622,1,1964,Michigan,3,2,1,,7,,,3,4,1,xxeh@yahoo.com,92.016,59a88f5b321f870001d16d68,"{""startTime"":1678934591975,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934479220,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934167215,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":49582,""label"":""tour_next"",""step"":2},{""time"":79102,""label"":""tour_back"",""step"":2},{""time"":84967,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1401,""week"":""1"",""id"":""chart""},{""time"":86401,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1485,""week"":""52"",""id"":""chart""},{""time"":90789,""label"":""tour_next"",""step"":2},{""time"":92773,""label"":""tour_end"",""step"":2},{""time"":95225,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1422,""week"":""2"",""id"":""chart""}]}","{""startTime"":1678934463749,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,bar,1,0,0,Positive,4,0,0,0,0,0,0,15,1,0,1,0,2 -2023-03-15 22:43:28,2023-03-15 22:54:38,0,100,670,1,2023-03-15 22:54:39,R_3GvUYQ8Os5sve5p,39.9703,-75.0617,EN,1,20.009,1,4,1,9.672,15.216,84,82,62,11.782,106.852,1,1,39.271,1,-3,49.04,-3,38.605,15.019,6,7,6,7,7,5,,52.489,6,6,6,2,5,5,I would like to see supporting data,13.397,5,,13.047,2,7,3,4,1,5,6,13.302,7,8,9,7,8,3,10,9,,19.398,3,3,2,2,4,3,20.42,2,1,9.986,1,1973,New Jersey,6,2,1,,7,,,16,4,1,5cf5134c8f8ff80019e76721@email.prolific.co,131.705,5cf5134c8f8ff80019e76721,"{""startTime"":1678934882805,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":22224},{""label"":""window_focused"",""time"":23696},{""label"":""window_blurred"",""time"":23703},{""label"":""window_focused"",""time"":27402},{""label"":""window_blurred"",""time"":31474},{""label"":""window_focused"",""time"":36767},{""label"":""window_blurred"",""time"":43508},{""label"":""window_focused"",""time"":50204}]}","{""startTime"":1678934936079,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":14910},{""label"":""window_focused"",""time"":16239}]}","{""startTime"":1678934798650,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":29,""label"":""tour_started""},{""time"":5251,""label"":""tour_next"",""step"":5},{""label"":""window_blurred"",""time"":7163},{""label"":""window_focused"",""time"":7825},{""time"":8889,""label"":""started_brush"",""startDate"":""2021-05-20"",""endDate"":""2021-10-11""},{""time"":9691,""label"":""tour_next"",""step"":5},{""time"":16207,""label"":""moved_brush"",""startDate"":""2021-07-13"",""endDate"":""2021-12-04""},{""time"":16846,""label"":""tour_next"",""step"":5},{""time"":21978,""label"":""cleared_brush"",""using"":""Click""},{""time"":21978,""label"":""cleared_brush"",""using"":""Escape""},{""time"":22863,""label"":""tour_next"",""step"":5},{""time"":26631,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678934867166,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar,1,0,0,Negative,2.8,0,0,0,0,0,0,15,1,0.5,0,0,3 -2023-03-15 22:41:22,2023-03-15 22:54:44,0,100,801,1,2023-03-15 22:54:45,R_2UXgXhtgQ2VuW1g,30.6922,-88.0425,EN,1,21.946,,,,,15.014,93,89,31,40.511,129.249,1,-1,87.802,-1,1,90.558,-3,77.001,15.108,6,4,7,5,7,5,I wonder why the diseases increased so high.,63.679,6,5,6,1,1,7,I think it's really easy to follow and it appears to be realistic information that could potentially happen.,37.501,4,,6.108,2,7,3,4,1,5,6,31.894,3,6,4,6,8,4,10,10,,32.91,5,1,5,2,4,3,26.364,2,,4.107,2,1994,Alabama,6,2,1,,3,,,9,4,1,,45.079,5d10102523f6320017c63e07,"{""startTime"":1678934937462,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678934792454,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":6007,""label"":""hovered"",""timeHovered"":1725,""week"":""2021-12-20""},{""time"":7750,""label"":""hovered"",""timeHovered"":5178,""week"":""2021-12-20""},{""time"":13125,""label"":""hovered"",""timeHovered"":2690,""week"":""2021-12-27""},{""time"":17820,""label"":""hovered"",""timeHovered"":1098,""week"":""2021-12-13""},{""time"":20021,""label"":""hovered"",""timeHovered"":2013,""week"":""2021-12-06""}]}","{""startTime"":1678934569115,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":17967,""label"":""hovered"",""timeHovered"":1691,""week"":""2021-12-13""},{""time"":20313,""label"":""hovered"",""timeHovered"":1722,""week"":""2022-01-10""},{""time"":22923,""label"":""hovered"",""timeHovered"":2104,""week"":""2022-01-03""},{""time"":29154,""label"":""tour_next"",""step"":5},{""time"":45378,""label"":""started_brush"",""startDate"":""2021-07-28"",""endDate"":""2022-02-13""},{""time"":46114,""label"":""tour_next"",""step"":5},{""time"":55828,""label"":""moved_brush"",""startDate"":""2021-07-28"",""endDate"":""2022-02-13""},{""time"":57677,""label"":""tour_next"",""step"":5},{""time"":62589,""label"":""moved_brush"",""startDate"":""2021-07-28"",""endDate"":""2022-02-13""},{""time"":69151,""label"":""cleared_brush"",""using"":""click""},{""time"":70559,""label"":""tour_next"",""step"":5},{""time"":78071,""label"":""tour_end"",""step"":5},{""time"":88858,""label"":""started_brush"",""startDate"":""2021-06-11"",""endDate"":""2021-09-07""},{""time"":101853,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-07-08""},{""time"":102346,""label"":""hovered"",""timeHovered"":1907,""week"":""2021-05-03""},{""time"":115149,""label"":""moved_brush"",""startDate"":""2021-11-16"",""endDate"":""2022-02-13""},{""time"":119534,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-07-08""},{""time"":121154,""label"":""started_brush"",""startDate"":""2021-08-27"",""endDate"":""2021-11-14""},{""time"":123410,""label"":""cleared_brush"",""using"":""click""},{""time"":125023,""label"":""hovered"",""timeHovered"":2726,""week"":""2022-01-03""}]}","{""startTime"":1678934776928,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":10766,""label"":""started_brush"",""startDate"":""2021-05-03"",""endDate"":""2021-10-25""},{""time"":14083,""label"":""moved_brush"",""startDate"":""2021-08-22"",""endDate"":""2022-02-13""}]}",0,complex,line,0,2,0,Positive,3.3,1,2,0,0,0,3317,15,0.5,0.5,0,0,3 -2023-03-15 22:34:45,2023-03-15 22:54:46,0,100,1200,1,2023-03-15 22:54:46,R_3Esv4BzbnpQQdfW,39.6732,-75.7121,EN,1,51.326,2,,2,6.746,15.012,32,62,70,70.251,98.544,1,1,156.74,-2,1,80.63,-1,189.277,15.116,6,1,7,4,5,6,,69.493,1,4,1,1,1,4,There was no source on that page. The previous page listed the CDC,47.247,4,,13.621,2,7,3,4,1,5,6,32.499,5,6,8,7,8,3,10,9,,75.904,3,4,4,2,4,3,69.549,1,3,24.302,1,1959,Delaware,6,2,1,,7,,,17,4,1,jfmcallister55@gmail.com,99.762,5bf8f34abdd6400001bd5e66,"{""startTime"":1678934446864,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934517217,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934250176,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":73443,""label"":""hovered"",""timeHovered"":3416,""week"":""2021-06-21""},{""time"":81410,""label"":""hovered"",""timeHovered"":2699,""week"":""2022-02-07""},{""time"":88086,""label"":""tour_next"",""step"":2},{""time"":94678,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678934430993,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line,1,0,0,Negative,3.3,0,0,0,0,0,0,15,1,0.5,0,0.5,2 -2023-03-15 22:37:26,2023-03-15 22:55:33,0,100,1086,1,2023-03-15 22:55:33,R_8i8d54KlhPsZfRT,35.2416,-81.2181,EN,1,106.768,,,,,15.113,79,73,27,44.357,164.001,1,1,52.458,1,1,153.354,1,117.037,15.012,3,1,3,5,6,3,,64.885,2,3,1,1,1,4,I think I would need a bit more information about the details of the data before I could fully trust it. The huge spike in both pest and fungi diseases in 2022 should include more explanations.,101.046,4,,16.347,2,7,3,4,1,5,6,28.813,4,6,3,7,2,8,10,9,,32.991,3,4,5,2,3,2,31.446,3,,6.04,2,1973,North Carolina,5,2,1,,3,,,5,3,2,,54.901,55d8389069dbc30005b67b57,"{""startTime"":1678934777238,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934842719,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934442333,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":55146,""label"":""tour_next"",""step"":2},{""time"":62570,""label"":""tour_end"",""step"":2},{""time"":64671,""label"":""hovered"",""timeHovered"":2523,""week"":""2022-01-03""},{""time"":67199,""label"":""hovered"",""timeHovered"":2560,""week"":""2022-01-03""},{""time"":71295,""label"":""hovered"",""timeHovered"":3942,""week"":""2022-02-07""},{""time"":76895,""label"":""hovered"",""timeHovered"":1132,""week"":""2022-01-10""},{""time"":79247,""label"":""hovered"",""timeHovered"":1132,""week"":""2022-01-10""},{""time"":90926,""label"":""hovered"",""timeHovered"":2233,""week"":""2021-06-07""},{""time"":93606,""label"":""hovered"",""timeHovered"":1397,""week"":""2021-06-28""},{""time"":98191,""label"":""hovered"",""timeHovered"":6566,""week"":""2021-06-28""},{""time"":105927,""label"":""hovered"",""timeHovered"":1339,""week"":""2021-08-09""},{""time"":108662,""label"":""hovered"",""timeHovered"":1135,""week"":""2021-08-30""},{""time"":110222,""label"":""hovered"",""timeHovered"":3693,""week"":""2021-09-20""},{""time"":122647,""label"":""hovered"",""timeHovered"":5364,""week"":""2021-12-13""},{""time"":138230,""label"":""hovered"",""timeHovered"":1177,""week"":""2021-12-27""},{""time"":140222,""label"":""hovered"",""timeHovered"":1266,""week"":""2021-11-29""},{""time"":144118,""label"":""hovered"",""timeHovered"":1285,""week"":""2021-12-13""},{""time"":145470,""label"":""hovered"",""timeHovered"":1283,""week"":""2021-12-20""},{""time"":147382,""label"":""hovered"",""timeHovered"":1711,""week"":""2021-12-27""},{""time"":151350,""label"":""hovered"",""timeHovered"":4932,""week"":""2022-01-17""}]}","{""startTime"":1678934761549,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":3614,""label"":""hovered"",""timeHovered"":1222,""week"":""2021-11-29""},{""time"":6054,""label"":""hovered"",""timeHovered"":1167,""week"":""2021-08-02""}]}",0,moderate,line,1,0,0,Negative,3.2,0,2,2,2.389,1.1945,2440,15,1,1,1,1,2 -2023-03-15 22:41:02,2023-03-15 22:55:41,0,100,879,1,2023-03-15 22:55:42,R_vBpulNQx1PwFpx7,34.2773,-118.5001,EN,1,46.839,,,,,15.009,97,99,69,45.348,49.629,1,1,48.861,1,1,78.231,-1,61.663,15.116,6,6,6,6,6,6,,72.897,6,7,6,6,6,6,It seemed to be presenting data in an appropriate manner without suggestion of being manipulated for someone's personal advantage. ,154.076,4,,8.696,2,7,3,4,1,5,6,28.4,4,6,6,8,4,4,10,10,,31.601,3,3,5,3,4,3,21.613,1,,9.339,2,1946,California,6,2,1,,9,,Granada Hills,4,4,1,ingridmaria6491@gmail.com,87.379,5c1150e31e7d6900018207ef,"{""startTime"":1678934948182,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":3006,""label"":""hovered"",""timeHovered"":1498,""week"":""2022-02-07""}]}","{""startTime"":1678934781570,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934581591,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":35919,""label"":""tour_next"",""step"":2},{""time"":46021,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678934711171,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,line,1,0,0,Positive,3.5,0,0,0,0,0,0,15,1,1,0,1,2 -2023-03-15 22:33:44,2023-03-15 22:55:43,0,100,1318,1,2023-03-15 22:55:43,R_8cUPn4yaBNPrbod,42.0753,-80.0671,EN,1,473.895,1,4,1,10.279,15.017,100,100,100,23.673,36.85,-2,1,64.407,1,1,75.043,-1,59.574,15.112,7,7,7,7,7,7,I trust this data from the CDC.,43.963,7,7,7,7,7,7,I trust it because it comes from the CDC which is a trusted scientific source and it makes sense with commonly known truthful knowledge about COVID 19.,49.243,3,,41.492,2,7,3,4,1,5,6,28.929,6,10,8,9,10,7,11,11,,27.471,5,5,5,1,5,5,41.434,1,1,14.502,1,1965,Pennsylvania,6,1,1,,7,,,5,4,1,sberlin1965@gmail.com,233.937,614ead1e38ca4b390b860c23,"{""startTime"":1678934699651,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934744154,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934581965,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":14116,""label"":""hovered"",""timeHovered"":1200,""week"":""2021-12-27""},{""time"":15614,""label"":""hovered"",""timeHovered"":9485,""week"":""2021-12-27""},{""time"":26270,""label"":""tour_next"",""step"":2},{""time"":31535,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678934684108,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":8992,""label"":""hovered"",""timeHovered"":2521,""week"":""2022-01-31""},{""time"":12304,""label"":""hovered"",""timeHovered"":1322,""week"":""2022-01-03""},{""time"":13662,""label"":""hovered"",""timeHovered"":1192,""week"":""2022-01-03""}]}",1,simple,line,1,0,0,Positive,4.3,0,3,3,5.035,1.6783333333333335,4670,15,0.5,1,0,0.5,1 -2023-03-15 22:23:32,2023-03-15 22:55:48,0,100,1935,1,2023-03-15 22:55:49,R_2ron0YwM1Yxrtww,40.9241,-77.052,EN,1,39.232,1,3,2,17.964,15.012,84,100,69,68.602,319.165,-2,1,165.306,-1,-3,177.003,-3,96.7,15.014,6,5,7,6,6,6,Thank you for allowing me to take part in your study. ,66.979,6,6,5,7,4,6,"The presentation of the data seems scientific in nature. Additionally, the data presented lines up with what public health officials have said about Covid. Specifically, that unvaccinated people are far mot likely to become infected with the virus than vaccinated people, and that older individuals are more susceptible to the virus than those who are younger. ",181.2,5,I feel that the topic of the study is interesting. ,83.831,2,7,3,4,1,5,6,57.028,6,8,9,10,9,7,11,11,,51.724,5,4,5,1,5,5,56.588,1,1,39.06,1,1983,Pennsylvania,7,2,1,,7,,,7,2,2,,383.787,5c11f3face422b0001d69416,"{""startTime"":1678934250240,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678934011226,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933578096,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":33,""label"":""tour_started""},{""time"":15569,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1225,""week"":""45"",""id"":""chart""},{""time"":16810,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":21449,""week"":""44"",""id"":""chart""},{""time"":38961,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3502,""week"":""52"",""id"":""chart""},{""time"":43409,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1801,""week"":""52"",""id"":""chart""},{""time"":46078,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3747,""week"":""1"",""id"":""chart""},{""time"":50953,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5342,""week"":""41"",""id"":""chart""},{""time"":60142,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":18299,""week"":""51"",""id"":""chart""},{""time"":82344,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":11863,""week"":""47"",""id"":""chart""},{""time"":95433,""label"":""tour_next"",""step"":5},{""time"":143102,""label"":""tour_back"",""step"":5},{""time"":148567,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1122,""week"":""51"",""id"":""chart""},{""time"":160471,""label"":""tour_next"",""step"":5},{""time"":178043,""label"":""cleared_brush"",""using"":""Click""},{""time"":189049,""label"":""started_brush"",""startDate"":""2021-10-30"",""endDate"":""2022-01-12""},{""time"":200229,""label"":""tour_next"",""step"":5},{""time"":214125,""label"":""cleared_brush"",""using"":""Click""},{""time"":221308,""label"":""cleared_brush"",""using"":""Click""},{""time"":231436,""label"":""cleared_brush"",""using"":""Click""},{""time"":242028,""label"":""moved_brush"",""startDate"":""2021-06-03"",""endDate"":""2021-10-03""},{""time"":244068,""label"":""tour_next"",""step"":5},{""time"":256091,""label"":""cleared_brush"",""using"":""Click""},{""time"":256091,""label"":""cleared_brush"",""using"":""Escape""},{""time"":260147,""label"":""tour_next"",""step"":5},{""time"":273579,""label"":""tour_end"",""step"":5},{""time"":277259,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2127,""week"":""1"",""id"":""chart""},{""time"":280110,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2992,""week"":""1"",""id"":""chart""},{""time"":290256,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1178,""week"":""51"",""id"":""chart""},{""time"":292474,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":9047,""week"":""52"",""id"":""chart""},{""time"":303393,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":9493,""week"":""15"",""id"":""chart""}]}","{""startTime"":1678933995547,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":8693,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2270,""week"":""52"",""id"":""chart""},{""time"":11067,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2214,""week"":""51"",""id"":""chart""}]}",1,complex,bar,1,1,0,Positive,4.2,0,2,2,4.484,2.242,2374,15,0.5,0,0,0,3 -2023-03-15 22:37:46,2023-03-15 22:56:09,0,100,1103,1,2023-03-15 22:56:10,R_3lRqnOcqmEwNbpq,46.2515,-119.1034,EN,1,38.995,1,4,2,3.9,15.013,84,95,55,71.531,125.2,-2,1,43.174,1,1,80.061,1,57.751,15.011,5,6,7,7,7,5,The data above almost certainly leaves out a large number of people who had covid but weren't officially diagnosed. I trust it to be accurate as far as reported cases go. ,376.246,7,7,6,1,1,6,I have no reason to think that it is an inaccurate portrayal of the existing statistics. ,37.975,4,,8.299,2,7,3,4,1,5,6,19.575,2,6,8,7,9,2,10,6,How trustworthy the government is depends on who is in control of it at the time. The trustworthiness of the police depends on where you are. ,63.361,3,4,5,1,4,4,32.657,3,1,10.822,2,1962,Washington,6,1,1,,7,,,4,4,1,5e1fc8d45427912f6143b012@email.prolific.co,55,5e1fc8d45427912f6143b012,"{""startTime"":1678934593999,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678934972183,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678934394038,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":13329,""label"":""tour_next"",""step"":5},{""label"":""window_blurred"",""time"":56744},{""label"":""window_focused"",""time"":63269},{""time"":87884,""label"":""started_brush"",""startDate"":""2021-11-03"",""endDate"":""2022-02-13""},{""time"":89392,""label"":""tour_next"",""step"":5},{""time"":100447,""label"":""moved_brush"",""startDate"":""2021-11-03"",""endDate"":""2022-02-13""},{""time"":101296,""label"":""tour_next"",""step"":5},{""time"":114252,""label"":""cleared_brush"",""using"":""click""},{""time"":115127,""label"":""tour_next"",""step"":5},{""time"":121673,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678934578459,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line,1,0,0,Positive,3.5,0,0,0,0,0,0,15,0.5,1,1,1,3 -2023-03-15 22:23:23,2023-03-15 22:58:03,0,100,2079,1,2023-03-15 22:58:03,R_snHEpXzaSYeSaSl,41.8358,-72.8178,EN,1,292.596,1,3,2,12.615,15.011,91,33,59,44.647,315.419,1,1,113.935,1,1,87.9,-1,104.715,15.006,4,1,4,5,1,4,The visualization of the data chart was not clear and was difficult to understand.,169.486,4,3,3,2,1,4,I found it a little difficult to decipher the data gathered,43.595,4,No additional comments. Enjoyable survey. ,66.823,2,7,3,4,1,5,6,56.992,4,5,6,6,7,6,8,9,No additional thoughts or comments.,66.869,3,4,5,4,4,4,71.515,2,2,47.497,1,1966,Connecticut,6,2,1,,3,,,17,3,1,RGMcNish@gmail.com,92.247,628a4816764d2f993ee7493d,"{""startTime"":1678934605208,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":100625,""label"":""hovered"",""timeHovered"":1782,""week"":""2021-09-20""}]}","{""startTime"":1678934775946,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678934168866,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":5180,""label"":""hovered"",""timeHovered"":1873,""week"":""2022-01-31""},{""time"":45803,""label"":""tour_next"",""step"":5},{""time"":59893,""label"":""cleared_brush"",""using"":""click""},{""time"":82979,""label"":""started_brush"",""startDate"":""2021-04-18"",""endDate"":""2021-07-14""},{""time"":88811,""label"":""tour_next"",""step"":5},{""time"":99121,""label"":""cleared_brush"",""using"":""click""},{""time"":115326,""label"":""started_brush"",""startDate"":""2021-06-30"",""endDate"":""2021-09-20""},{""time"":119239,""label"":""tour_back"",""step"":5},{""time"":161080,""label"":""moved_brush"",""startDate"":""2021-06-30"",""endDate"":""2022-02-13""},{""time"":165377,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-13""},{""time"":180877,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-13""},{""time"":182011,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-13""},{""time"":184426,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-13""},{""time"":186755,""label"":""tour_back"",""step"":5},{""time"":204192,""label"":""hovered"",""timeHovered"":4678,""week"":""2022-01-17""},{""time"":209154,""label"":""hovered"",""timeHovered"":1581,""week"":""2022-01-17""},{""time"":214730,""label"":""tour_next"",""step"":5},{""time"":229945,""label"":""cleared_brush"",""using"":""click""},{""time"":234460,""label"":""started_brush"",""startDate"":""2021-04-15"",""endDate"":""2021-05-21""},{""time"":236075,""label"":""tour_next"",""step"":5},{""time"":243972,""label"":""moved_brush"",""startDate"":""2021-05-13"",""endDate"":""2021-06-17""},{""time"":244927,""label"":""tour_next"",""step"":5},{""time"":253685,""label"":""started_brush"",""startDate"":""2021-06-22"",""endDate"":""2021-08-12""},{""time"":257224,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-06-01""},{""time"":261979,""label"":""moved_brush"",""startDate"":""2021-09-24"",""endDate"":""2021-11-14""},{""time"":263909,""label"":""moved_brush"",""startDate"":""2021-12-24"",""endDate"":""2022-02-13""},{""time"":266942,""label"":""moved_brush"",""startDate"":""2021-09-12"",""endDate"":""2022-02-13""},{""time"":274571,""label"":""cleared_brush"",""using"":""click""},{""time"":274575,""label"":""cleared_brush"",""using"":""Escape""},{""time"":276721,""label"":""tour_next"",""step"":5},{""time"":309119,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678934589989,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line,0,1,0,Negative,4,0,0,0,0,0,0,15,1,1,0,0,3 -2023-03-15 22:46:05,2023-03-15 22:58:06,0,100,720,1,2023-03-15 22:58:06,R_2cqDpV4Y4Y5nxbm,42.8984,-85.7223,EN,1,18.885,,,,,15.129,78,90,80,48.428,126.729,-2,1,54.506,-3,1,97.451,1,50.723,15.122,5,4,4,5,6,6,,29.57,5,6,6,5,1,6,The information is detailed and appears to reflect seasonal changes which makes sense.,30.496,6,,11.508,2,7,3,4,1,5,6,25.413,4,8,9,8,8,6,10,10,,25.702,4,4,4,2,5,4,36.677,2,,9.929,2,1953,Michigan,7,1,1,,7,,,10,3,2,,58.68,5c5f8a910edbd90001e1feda,"{""startTime"":1678935115667,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678935052619,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678934858191,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":46,""label"":""tour_started""},{""time"":21171,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5244,""week"":""44"",""id"":""chart""},{""time"":35167,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2290,""week"":""6"",""id"":""chart""},{""time"":38544,""label"":""tour_next"",""step"":5},{""time"":64001,""label"":""started_brush"",""startDate"":""2021-07-01"",""endDate"":""2021-09-01""},{""time"":69707,""label"":""tour_next"",""step"":5},{""time"":90359,""label"":""moved_brush"",""startDate"":""2021-07-01"",""endDate"":""2021-09-14""},{""time"":92976,""label"":""tour_next"",""step"":5},{""time"":100016,""label"":""cleared_brush"",""using"":""Click""},{""time"":102159,""label"":""tour_next"",""step"":5},{""time"":111741,""label"":""tour_end"",""step"":5},{""time"":117760,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2916,""week"":""2"",""id"":""chart""},{""time"":122149,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3545,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678935036721,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,bar,0,2,0,Positive,3.8,0,0,0,0,0,0,15,0.5,0.5,1,1,3 -2023-03-15 22:31:22,2023-03-15 22:58:13,0,100,1611,1,2023-03-15 22:58:14,R_2ZK7zPABvUgMj8m,37.751,-97.822,EN,1,265.58,1,2,1,34.073,15.054,77,73,78,204.947,97.205,1,1,57.938,-2,1,118.671,1,119.762,15.191,3,4,4,3,4,4,,41.192,5,5,5,5,5,4,I am not sure if it is well done and if I can trust the data,76.067,4,,55.69,2,7,3,4,1,5,6,47.208,5,7,5,6,7,9,10,10,,25.377,4,4,4,2,4,4,55.758,2,1,35.903,2,1973,Kentucky,6,3,1,,7,,,14,1,2,,89.572,63c4a90d09909e33d5e82f21,"{""startTime"":1678934773933,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_focused"",""time"":11606},{""label"":""window_blurred"",""time"":42318}]}","{""startTime"":1678934820410,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_focused"",""time"":22613},{""label"":""window_blurred"",""time"":40416}]}","{""startTime"":1678934527394,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":119,""label"":""tour_started""},{""label"":""window_focused"",""time"":86395},{""time"":89590,""label"":""tour_next"",""step"":2},{""time"":92222,""label"":""tour_end"",""step"":2},{""label"":""window_blurred"",""time"":96918}]}","{""startTime"":1678934753221,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar,1,0,0,Negative,3.7,0,0,0,0,0,0,15,1,0.5,1,0.5,2 -2023-03-15 22:50:58,2023-03-15 22:58:16,0,100,438,1,2023-03-15 22:58:17,R_10vDUtuLVqDD0VN,39.1059,-84.5047,EN,1,5.569,,,,,15.009,60,93,50,26.441,44.07,1,1,37.463,-3,-3,51.065,-3,23.961,15.108,4,4,4,6,7,6,,25.727,4,6,4,2,2,6,"I really have no reason to distrust it, so I err on being trusting.",27.781,6,,5.219,2,7,3,4,1,5,6,12.344,2,2,8,8,4,4,10,10,,19.704,2,1,3,5,2,1,22.362,2,,4.231,2,1963,Ohio,2,2,1,,9,,Cincinnati,15,3,1,belsbrock@zoomtown.com,59.59,5fb9de27e62120924c5b2176,"{""startTime"":1678935228737,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":27,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5887,""week"":""1"",""id"":""chart""}]}","{""startTime"":1678935255026,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678935116654,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":8563,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3835,""week"":""1"",""id"":""chart""},{""time"":12506,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6691,""week"":""52"",""id"":""chart""},{""time"":21345,""label"":""tour_next"",""step"":2},{""time"":26680,""label"":""tour_end"",""step"":2},{""time"":28322,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1644,""week"":""24"",""id"":""chart""},{""time"":31475,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3308,""week"":""14"",""id"":""chart""},{""time"":35602,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2870,""week"":""50"",""id"":""chart""}]}","{""startTime"":1678935212876,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":6559,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2913,""week"":""3"",""id"":""chart""}]}",0,moderate,bar,0,0,0,Positive,2.3,0,1,1,2.913,2.913,0,15,1,0,0,0,2 -2023-03-15 22:33:15,2023-03-15 22:58:42,0,100,1526,1,2023-03-15 22:58:42,R_2EzUCOgB5Q2Vvi5,32.8118,-83.565,EN,1,38.922,,,,,15.008,56,80,43,41.249,75.029,1,-3,331.006,-1,-3,186.286,-1,109.942,15.121,4,4,4,5,5,4,"Interesting survey, best of luck with your research. Thank you.",109.513,5,5,6,4,3,4,I would prefer more sources / data to make a concrete determination.,70.031,4,Quite interesting survey. Thank you. Best of success with your research,77.196,2,7,3,4,1,5,6,36.719,2,3,6,6,2,6,7,8,,36.462,4,4,4,2,5,4,41.403,4,,15.86,1,1960,Georgia,6,2,1,,7,,,15,2,1,bornekontry@yahoo.com,185.262,5e3f4c676d06fc1b240e6021,"{""startTime"":1678934686201,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934572253,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":2839,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3723,""week"":""51"",""id"":""chart""},{""time"":6563,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1967,""week"":""51"",""id"":""chart2""}]}","{""startTime"":1678934144900,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":29786,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":9695,""week"":""35"",""id"":""chart""},{""time"":41132,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3896,""week"":""29"",""id"":""chart""},{""time"":45045,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1266,""week"":""30"",""id"":""chart""},{""time"":46329,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1081,""week"":""31"",""id"":""chart""},{""time"":50995,""label"":""tour_next"",""step"":2},{""time"":56107,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6563,""week"":""36"",""id"":""chart2""},{""time"":69491,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678934555948,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,bar,1,0,0,Negative,3.8,0,0,0,0,0,0,15,0.5,0,0,0.5,1 -2023-03-15 22:40:35,2023-03-15 22:58:44,0,100,1089,1,2023-03-15 22:58:45,R_26gUhwEEs29Zp0J,39.0831,-94.5853,EN,1,38.304,,,,,15.109,100,100,78,26.579,83.277,-2,-3,94.004,-3,-3,152.853,1,81.507,15.11,5,6,5,3,7,5,"I'm having a bit of trouble understanding how the numbers are working as the graph doesn't seem to match the numbers in the interactive feature, but I have a math disability and that may explain it",97.597,5,5,5,3,1,5,It would be a bit more helpful if there was an explanation of how it works As the numbers don't seem to be quite right,64.728,6,"I think most people can be trusted as the majority of people are relatively honest, but it's best to go with your instincts in uncertain situations.",40.689,2,7,3,4,1,5,6,24.303,8,9,9,8,9,7,10,10,,45.291,2,2,3,4,3,2,34.803,2,,10.033,1,1973,Missouri,2,1,1,,7,,,3,4,2,,101.81,5f6fd1451758e95a989623b2,"{""startTime"":1678934972890,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934783831,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":12714,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7856,""week"":""2"",""id"":""chart""},{""time"":20689,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":11250,""week"":""2"",""id"":""chart""},{""time"":32361,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4408,""week"":""3"",""id"":""chart""},{""time"":38089,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":11046,""week"":""1"",""id"":""chart""},{""time"":49642,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3094,""week"":""52"",""id"":""chart""},{""time"":81267,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":14114,""week"":""32"",""id"":""chart""},{""label"":""window_blurred"",""time"":96039},{""label"":""window_focused"",""time"":97032}]}","{""startTime"":1678934529358,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":34,""label"":""tour_started""},{""time"":19272,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":9232,""week"":""48"",""id"":""chart""},{""time"":28687,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1600,""week"":""49"",""id"":""chart""},{""time"":31237,""label"":""tour_next"",""step"":2},{""time"":38794,""label"":""tour_end"",""step"":2},{""time"":43072,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2831,""week"":""51"",""id"":""chart""},{""time"":46010,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6276,""week"":""52"",""id"":""chart""},{""time"":53754,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1415,""week"":""45"",""id"":""chart""},{""time"":55554,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1515,""week"":""46"",""id"":""chart""},{""time"":57170,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1649,""week"":""47"",""id"":""chart""},{""time"":59043,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1426,""week"":""48"",""id"":""chart""},{""time"":60690,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1412,""week"":""49"",""id"":""chart""},{""time"":63107,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3012,""week"":""50"",""id"":""chart""},{""time"":69779,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5623,""week"":""4"",""id"":""chart""}]}","{""startTime"":1678934767863,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":7499,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1240,""week"":""52"",""id"":""chart""},{""time"":8745,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1577,""week"":""52"",""id"":""chart""}]}",0,moderate,bar,1,0,0,Negative,2.7,0,2,2,2.817,1.4085,1246,15,0,0,1,0,2 -2023-03-15 22:45:32,2023-03-15 22:58:52,0,100,800,1,2023-03-15 22:58:54,R_2OJdVzIg6rckfm0,33.9837,-84.1487,EN,1,33.82,1,2,2,5.589,15.113,65,61,57,47.636,145.199,1,1,85.759,1,1,72.535,-3,44.919,15.108,4,3,4,5,6,4,,38.441,5,5,6,4,6,4,I o not now who created the visualization.,46.833,3,,10.86,2,7,3,4,1,5,6,17.288,2,2,1,3,2,2,4,4,,32.11,3,3,3,2,4,3,36.76,3,2,21.391,1,1960,Georgia,3,1,1,,3,,,7,4,2,,78.904,5fc44494862e3e78b8181623,"{""startTime"":1678935131456,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678935057793,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678934851180,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":25,""label"":""tour_started""},{""time"":32688,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":10067,""week"":""47"",""id"":""chart""},{""time"":42757,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2515,""week"":""47"",""id"":""chart""},{""time"":45656,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":12920,""week"":""51"",""id"":""chart""},{""time"":61110,""label"":""tour_next"",""step"":5},{""time"":82891,""label"":""started_brush"",""startDate"":""2021-05-02"",""endDate"":""2021-06-27""},{""time"":83991,""label"":""tour_next"",""step"":5},{""time"":107495,""label"":""moved_brush"",""startDate"":""2021-05-23"",""endDate"":""2021-07-18""},{""time"":109105,""label"":""moved_brush"",""startDate"":""2021-04-29"",""endDate"":""2021-07-18""},{""time"":109934,""label"":""tour_next"",""step"":5},{""time"":114851,""label"":""cleared_brush"",""using"":""Click""},{""time"":116103,""label"":""tour_next"",""step"":5},{""time"":123795,""label"":""tour_end"",""step"":5},{""time"":124920,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1274,""week"":""4"",""id"":""chart""},{""time"":143706,""label"":""started_brush"",""startDate"":""2021-04-06"",""endDate"":""2021-08-25""}]}","{""startTime"":1678935042225,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar,1,0,0,Negative,3,0,0,0,0,0,0,15,1,1,0,0,3 -2023-03-15 22:39:30,2023-03-15 22:58:56,0,100,1166,1,2023-03-15 22:58:57,R_3Ein9YnsyWehFKt,37.751,-97.822,EN,1,10.268,,,,,15.12,81,97,50,32.518,45.776,1,-3,114.545,-1,1,223.988,1,89.284,15.01,6,3,6,6,6,6,Interesting subject if true.,83.747,5,6,5,5,6,6,It seems like there was thought and analysis put into gathering the data.,70.716,3,,28.027,2,7,3,4,1,5,6,26.969,1,1,1,1,1,1,5,3,,27.623,1,3,4,4,2,1,64.274,3,,17.324,2,1965,Georgia,6,3,1,,3,,,6,4,1,63d9455555931a8fa4d7a3d8@email.prolific.co,114.675,63d9455555931a8fa4d7a3d8,"{""startTime"":1678934804531,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934659398,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934475963,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":5612,""label"":""hovered"",""timeHovered"":1149,""week"":""2022-01-24""},{""time"":7127,""label"":""hovered"",""timeHovered"":1315,""week"":""2022-02-07""},{""time"":13155,""label"":""hovered"",""timeHovered"":1414,""week"":""2022-01-03""},{""time"":14687,""label"":""hovered"",""timeHovered"":1231,""week"":""2022-01-03""},{""time"":15919,""label"":""hovered"",""timeHovered"":1247,""week"":""2022-01-03""},{""time"":27864,""label"":""tour_next"",""step"":2},{""time"":32968,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678934642370,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,line,1,0,0,Positive,2.5,0,0,0,0,0,0,15,0.5,0.5,1,0.5,1 -2023-03-15 22:44:44,2023-03-15 22:59:14,0,100,869,1,2023-03-15 22:59:15,R_x0gEOWk0AIZu9ZT,40.595,-75.5289,EN,1,18.48,1,4,1,16.712,15.016,89,90,53,55.052,88.75,1,-2,62.281,-3,1,102.282,-3,51.548,15.011,6,4,6,6,7,6,,63.33,7,7,7,7,6,7,I states all that I need to know. ,24.448,7,,17.201,2,7,3,4,1,5,6,31.894,5,6,8,8,5,9,10,10,,40.138,3,3,3,3,3,3,39.025,4,1,19.708,1,1945,Pennsylvania,3,2,1,,9,,Allentown,7,4,1,hittner@juno.com,103.663,580e8bdbf25c44000167943b,"{""startTime"":1678935113485,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678935047069,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":2854,""label"":""hovered"",""timeHovered"":1076,""week"":""2022-01-10""},{""time"":4786,""label"":""hovered"",""timeHovered"":2810,""week"":""2022-01-03""}]}","{""startTime"":1678934839289,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":37391,""label"":""hovered"",""timeHovered"":1398,""week"":""2022-01-10""},{""time"":39656,""label"":""hovered"",""timeHovered"":2330,""week"":""2022-01-10""},{""time"":47249,""label"":""hovered"",""timeHovered"":6461,""week"":""2022-01-03""},{""time"":55625,""label"":""tour_next"",""step"":2},{""time"":70304,""label"":""tour_end"",""step"":2},{""time"":77692,""label"":""hovered"",""timeHovered"":4434,""week"":""2022-01-10""}]}","{""startTime"":1678935031200,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line,0,1,0,Positive,3,0,0,0,0,0,0,15,0.5,0.5,0,0.5,2 -2023-03-15 22:45:33,2023-03-15 22:59:43,0,100,849,1,2023-03-15 22:59:43,R_5iR0pVv2T0vxiY9,40.625,-75.3953,EN,1,26.83,,,,,15.007,75,90,76,43.885,58.237,1,-3,66.683,-3,1,106.037,-1,72.798,15.008,4,3,4,6,7,4,"The CCA made a report of data using this form of chart. It's easy to read, but that doesn't mean the data is accurate.",84.505,6,6,6,2,4,4,I don't know how reliable the data is that the visualization supports.,32.876,5,It depends on what factors you are trusting them about: is it knowledge? character? emotion?,44.996,2,7,3,4,1,5,6,21.501,6,5,9,5,2,9,8,9,,34.18,4,4,4,2,4,3,37.259,6,,8.724,2,1962,Pennsylvania,7,2,1,,7,,,4,2,1,5c6c597c42e33400019c72a5@email.prolific.co,120.444,5c6c597c42e33400019c72a5,"{""startTime"":1678935073985,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678935010218,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934829439,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":29,""label"":""tour_started""},{""time"":15571,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8332,""week"":""1"",""id"":""chart""},{""time"":24921,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2532,""week"":""26"",""id"":""chart""},{""time"":28219,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4733,""week"":""52"",""id"":""chart""},{""time"":34104,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2832,""week"":""6"",""id"":""chart""},{""time"":39651,""label"":""tour_next"",""step"":2},{""time"":47426,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678934994670,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,bar,1,0,0,Negative,3.5,0,0,0,0,0,0,15,0.5,0.5,0,0.5,2 -2023-03-15 22:48:25,2023-03-15 23:00:13,0,100,708,1,2023-03-15 23:00:13,R_2tJMbXWbCg49gDC,33.6404,-117.9226,EN,1,4.295,,,,,15.111,85,82,59,44.657,56.285,-1,1,158.831,-2,1,37.691,-1,47.874,15.011,4,4,4,5,5,2,,31.422,4,5,5,2,4,4,"I don't know the accuracy of the data behind the visualization, nor whether I trust the source.",44.687,6,December 2022 wasn't represented by the graph.,27.237,2,7,3,4,1,5,6,17.949,2,3,8,6,3,6,7,6,,39.285,3,4,4,3,3,4,26.532,5,,7.398,1,1961,California,3,1,1,,7,,,17,1,1,61523f5edff0567aa388e752@email.prolific.co,77.321,61523f5edff0567aa388e752,"{""startTime"":1678935086096,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678935118516,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934975750,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":3,""label"":""tour_started""},{""time"":21293,""label"":""tour_next"",""step"":2},{""time"":27184,""label"":""tour_end"",""step"":2},{""time"":29284,""label"":""hovered"",""timeHovered"":1665,""week"":""2022-01-10""},{""time"":32292,""label"":""hovered"",""timeHovered"":5296,""week"":""2022-01-03""}]}","{""startTime"":1678935070588,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":8694,""label"":""hovered"",""timeHovered"":1854,""week"":""2022-01-03""}]}",0,moderate,line,1,0,0,Negative,3.5,0,1,1,1.854,1.854,0,15,0.5,0.5,0,0.5,2 -2023-03-15 22:46:10,2023-03-15 23:01:31,0,100,920,1,2023-03-15 23:01:32,R_2pQscFUuHga4GDz,33.7372,-117.8232,EN,1,48.667,,,,,15.119,74,85,77,62.125,171.585,1,1,61.681,1,1,57.368,1,49.154,15.012,4,4,4,6,6,4,,77.311,6,6,6,2,2,5,I have no idea whether the data is made up or accurate plus there should be an explanation for the large change in Dec-Jan.,45.948,5,,9.621,2,7,3,4,1,5,6,25.955,7,8,10,8,6,9,10,10,,32.306,5,5,5,1,5,5,43.941,5,,8.948,2,1955,California,6,1,1,,7,,,12,4,1,608e2cb9067eb028500433d5@email.prolific.co,111.985,608e2cb9067eb028500433d5,"{""startTime"":1678935144242,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":1398,""label"":""hovered"",""timeHovered"":2868,""week"":""2021-12-06""},{""time"":4268,""label"":""hovered"",""timeHovered"":16948,""week"":""2021-10-18""}]}","{""startTime"":1678935222275,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":2769,""label"":""hovered"",""timeHovered"":15713,""week"":""2022-01-17""},{""time"":19690,""label"":""hovered"",""timeHovered"":1927,""week"":""2022-01-17""},{""time"":21626,""label"":""hovered"",""timeHovered"":1302,""week"":""2022-01-17""}]}","{""startTime"":1678934906773,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":31,""label"":""tour_started""},{""time"":21984,""label"":""hovered"",""timeHovered"":1298,""week"":""2021-11-15""},{""time"":36103,""label"":""hovered"",""timeHovered"":4163,""week"":""2021-11-08""},{""time"":45877,""label"":""tour_next"",""step"":5},{""time"":66727,""label"":""started_brush"",""startDate"":""2021-06-10"",""endDate"":""2021-09-05""},{""time"":77988,""label"":""tour_next"",""step"":5},{""time"":87991,""label"":""moved_brush"",""startDate"":""2021-06-06"",""endDate"":""2021-09-05""},{""time"":92135,""label"":""moved_brush"",""startDate"":""2021-06-06"",""endDate"":""2021-08-11""},{""time"":106503,""label"":""moved_brush"",""startDate"":""2021-06-06"",""endDate"":""2021-07-31""},{""time"":112440,""label"":""moved_brush"",""startDate"":""2021-06-01"",""endDate"":""2021-07-31""},{""time"":120069,""label"":""tour_next"",""step"":5},{""time"":127506,""label"":""cleared_brush"",""using"":""click""},{""time"":132390,""label"":""tour_next"",""step"":5},{""time"":141501,""label"":""tour_end"",""step"":5},{""time"":161519,""label"":""started_brush"",""startDate"":""2022-01-09"",""endDate"":""2022-02-11""},{""time"":167648,""label"":""started_brush"",""startDate"":""2021-12-06"",""endDate"":""2022-01-12""}]}","{""startTime"":1678935128540,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line,1,0,0,Negative,4.3,0,0,0,0,0,0,15,1,1,1,1,3 -2023-03-15 22:50:31,2023-03-15 23:01:55,0,100,684,1,2023-03-15 23:01:57,R_1LYXeSGHABpjcoG,30.3341,-81.6544,EN,1,31.806,,,,,15.114,100,100,80,29.326,47.109,-2,1,34.388,-3,-3,99.126,1,32.156,15.018,6,4,6,5,6,6,,33.1,6,6,6,5,2,6,"It's more that I think the agency that compiled the data seems official, so I trust them. Why would they lie about this kind of data?",66.408,4,,7.778,2,7,3,4,1,5,6,24.413,1,4,5,4,4,5,8,9,,36.833,3,3,5,3,4,3,24.521,8,,12.259,2,1988,Florida,6,1,1,,9,,Black and White,11,2,1,59f9b3918a2d3d00012c19d9@email.prolific.co,101.723,59f9b3918a2d3d00012c19d9,"{""startTime"":1678935393972,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678935283432,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":1215,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2048,""week"":""50"",""id"":""chart""},{""time"":3960,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1008,""week"":""51"",""id"":""chart""},{""time"":5076,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3020,""week"":""50"",""id"":""chart""},{""time"":8136,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4719,""week"":""51"",""id"":""chart""}]}","{""startTime"":1678935120706,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":11749,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1499,""week"":""49"",""id"":""chart""},{""time"":14014,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2733,""week"":""52"",""id"":""chart""},{""time"":18181,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2949,""week"":""52"",""id"":""chart""},{""time"":22147,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1949,""week"":""6"",""id"":""chart""},{""time"":31001,""label"":""tour_next"",""step"":2},{""time"":35900,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678935267897,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":6149,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2253,""week"":""52"",""id"":""chart""},{""time"":8936,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4102,""week"":""1"",""id"":""chart""}]}",0,moderate,bar,1,0,0,Positive,3.5,0,2,2,6.355,3.1775,2787,15,0.5,0,1,0,2 -2023-03-15 22:48:29,2023-03-15 23:02:22,0,100,832,1,2023-03-15 23:02:22,R_1f3f8fHD0F2BuqU,37.8971,-77.7895,EN,1,10.906,1,4,2,7.698,15.016,83,67,73,36.905,65.592,-3,-3,63.153,1,1,101.363,1,54.701,15.111,6,4,6,5,6,6,I don't find the data surprising.,39.779,6,6,6,2,6,6,I assume it is actual data.,13.101,4,None,25.675,2,7,3,4,1,5,6,28.971,4,4,5,9,8,5,10,9,I have none.,41.966,4,2,3,3,3,4,23.433,2,2,10.891,2,1957,Virginia,7,2,1,,7,,,6,3,1,561d98e03d7fe8000b0f5e09@prolidic.co,126.223,561d98e03d7fe8000b0f5e09,"{""startTime"":1678935295027,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678935242748,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678935047481,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":18286,""label"":""hovered"",""timeHovered"":1284,""week"":""2022-01-17""},{""time"":24103,""label"":""hovered"",""timeHovered"":1276,""week"":""2021-12-13""},{""time"":26919,""label"":""hovered"",""timeHovered"":1808,""week"":""2021-10-25""},{""time"":30600,""label"":""hovered"",""timeHovered"":2241,""week"":""2022-01-24""},{""time"":45204,""label"":""tour_next"",""step"":2},{""time"":51465,""label"":""tour_end"",""step"":2},{""time"":53727,""label"":""hovered"",""timeHovered"":2159,""week"":""2022-01-17""},{""time"":56787,""label"":""hovered"",""timeHovered"":1479,""week"":""2022-01-17""},{""time"":59971,""label"":""hovered"",""timeHovered"":1309,""week"":""2022-01-03""}]}","{""startTime"":1678935224566,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":12869,""label"":""hovered"",""timeHovered"":2012,""week"":""2022-01-17""},{""time"":16148,""label"":""hovered"",""timeHovered"":1654,""week"":""2022-01-31""}]}",1,moderate,line,1,0,0,Positive,3.2,0,2,2,3.666,1.833,3279,15,0,1,1,1,2 -2023-03-15 22:45:08,2023-03-15 23:02:28,0,100,1039,1,2023-03-15 23:02:29,R_29m2EM89Tx9MYIg,29.7215,-95.3159,EN,1,6.976,,,,,15.129,86,89,10,49.61,39.155,-2,1,71.824,-3,-3,120.267,-2,110.252,15.168,6,3,4,5,6,6,,61.839,4,7,4,2,2,6,"While I don't know the organization, it seems they are much like the government Agriculture boards that we have in the US.",93.183,4,,125.213,2,7,3,4,1,5,6,17.661,5,7,9,9,8,8,10,10,,41.95,5,5,5,1,5,5,39.168,4,,28.143,2,1962,Texas,3,2,1,,9,,Houston,4,4,1,pab3733@gmail.com,100.374,5c3a5a61fc2bdf00017714a2,"{""startTime"":1678934922820,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934986409,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934792640,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":81,""label"":""tour_started""},{""time"":7997,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4882,""week"":""52"",""id"":""chart""},{""time"":12901,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1645,""week"":""1"",""id"":""chart""},{""time"":14615,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1081,""week"":""52"",""id"":""chart""},{""time"":17166,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4212,""week"":""44"",""id"":""chart""},{""time"":24308,""label"":""tour_next"",""step"":2},{""time"":28460,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4350,""week"":""52"",""id"":""chart2""},{""time"":36943,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678934906470,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,bar,1,0,0,Neutral,4.3,0,0,0,0,0,0,15,0.5,0,0,0.5,1 -2023-03-15 22:51:39,2023-03-15 23:02:33,0,100,653,1,2023-03-15 23:02:33,R_ywL2KCU6iWF7x5L,40.2514,-74.7632,EN,1,14.166,1,2,1,8.633,15.108,94,92,66,24.293,34.981,1,1,65.436,-3,-3,88.204,-2,80.645,15.11,6,6,6,6,6,6,,39.463,6,6,6,5,5,6,It seems to mesh with the statistics I have heard in the past.,36.904,5,,6,2,7,3,4,1,5,6,20.869,6,7,4,7,8,5,10,7,,19.903,4,4,5,1,4,4,19.162,2,1,16.062,2,1963,New Jersey,3,1,1,,7,,,16,2,1,5c2ab2de9136140001b90737@email.prolific.co,71.01,5c2ab2de9136140001b90737,"{""startTime"":1678935404990,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678935325415,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":3295,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5176,""week"":""2"",""id"":""chart""},{""time"":12663,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1277,""week"":""2"",""id"":""chart""},{""time"":14079,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1295,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678935184473,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":28,""label"":""tour_started""},{""time"":16005,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2380,""week"":""52"",""id"":""chart""},{""time"":20250,""label"":""tour_next"",""step"":2},{""time"":30732,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678935309446,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":2784,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2607,""week"":""52"",""id"":""chart""},{""time"":10776,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2382,""week"":""52"",""id"":""chart""}]}",1,moderate,bar,0,1,0,Positive,3.7,0,2,2,4.989,2.4945,7992,15,1,0,0,0,2 -2023-03-15 22:34:16,2023-03-15 23:03:35,0,100,1758,1,2023-03-15 23:03:36,R_3DhgHb0MCZibXG8,42.0514,-93.6908,EN,1,7.49,,,,,15.012,69,70,70,16.158,80.134,-2,1,73.957,1,-3,107.297,1,67.019,15.013,6,6,6,6,6,6,,1118.709,6,6,6,6,6,6,the graph's visualization is clear and easily understood,48.391,5,,6.132,2,7,3,4,1,5,6,21.567,9,9,9,9,9,9,9,9,,12.237,4,4,5,4,4,4,43.937,2,,4.038,1,1953,Iowa,7,3,1,,7,,,15,2,1,638fdf87700dd1228bade2e1@email.prolific.co,94.117,638fdf87700dd1228bade2e1,"{""startTime"":1678934264836,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":16475},{""label"":""window_focused"",""time"":17981},{""label"":""window_blurred"",""time"":31715},{""label"":""window_focused"",""time"":34644},{""label"":""window_blurred"",""time"":1107994},{""label"":""window_focused"",""time"":1109942}]}","{""startTime"":1678935384580,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678934101004,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":31,""label"":""tour_started""},{""time"":7384,""label"":""tour_next"",""step"":5},{""time"":17649,""label"":""tour_back"",""step"":5},{""time"":20152,""label"":""tour_next"",""step"":5},{""time"":21475,""label"":""cleared_brush"",""using"":""Click""},{""time"":29924,""label"":""cleared_brush"",""using"":""Click""},{""time"":41824,""label"":""cleared_brush"",""using"":""Click""},{""time"":42689,""label"":""cleared_brush"",""using"":""Click""},{""time"":42876,""label"":""cleared_brush"",""using"":""Click""},{""time"":47863,""label"":""started_brush"",""startDate"":""2021-06-14"",""endDate"":""2021-10-12""},{""time"":50865,""label"":""tour_next"",""step"":5},{""time"":56663,""label"":""started_brush"",""startDate"":""2021-06-06"",""endDate"":""2021-09-24""},{""time"":66758,""label"":""moved_brush"",""startDate"":""2021-10-20"",""endDate"":""2022-02-07""},{""time"":68104,""label"":""tour_next"",""step"":5},{""time"":73236,""label"":""cleared_brush"",""using"":""Click""},{""time"":75265,""label"":""tour_next"",""step"":5},{""time"":77104,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678934249236,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,bar,0,1,0,Positive,4.2,0,0,0,0,0,0,15,0.5,0.5,1,1,3 -2023-03-15 22:48:06,2023-03-15 23:04:46,0,100,1000,1,2023-03-15 23:04:47,R_10UygkbUoGFix5A,32.7147,-79.9526,EN,1,5.87,1,4,2,12.105,15.013,50,100,50,33.464,40.711,-2,1,94.305,-3,-3,269.032,1,82.962,15.009,4,2,4,7,7,2,,49.378,2,6,6,2,4,4,Not enough data to determine outcomes,38.45,4,,14.687,2,7,3,4,1,5,6,27.5,6,6,9,8,2,8,7,9,,54.503,4,4,5,1,4,5,54.849,4,1,27.343,2,1962,South Carolina,6,1,1,,7,,,16,2,1,632fa9e40fa5b8393ed87659@email.prolific.co,94.679,632fa9e40fa5b8393ed87659,"{""startTime"":1678935292244,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":2132,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2935,""week"":""52"",""id"":""chart""},{""time"":5249,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1350,""week"":""1"",""id"":""chart""},{""time"":6835,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1997,""week"":""2"",""id"":""chart""}]}","{""startTime"":1678935342305,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934965746,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":26306,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2541,""week"":""52"",""id"":""chart""},{""time"":29804,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1276,""week"":""47"",""id"":""chart""},{""time"":32621,""label"":""tour_next"",""step"":2},{""time"":38659,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678935276535,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":10601,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2589,""week"":""51"",""id"":""chart""},{""time"":13374,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1433,""week"":""52"",""id"":""chart""}]}",1,moderate,bar,0,1,0,Negative,3.8,0,2,2,4.022,2.011,2773,15,0.5,0,1,0,2 -2023-03-15 22:39:53,2023-03-15 23:05:54,0,100,1560,1,2023-03-15 23:05:54,R_2whOEu2JyaQxNEq,26.6414,-81.6977,EN,1,48.708,2,,1,22.236,15.023,74,0,32,89.724,70.669,1,1,140.315,-3,1,119.831,-3,117.742,15.11,6,5,5,7,7,5,,37.97,4,7,5,1,1,5,"The source for the data is the CDC so it should be reliable but there is a huge spike for the unvaccinated in January, a lot higher than for the vaccinated, so I question if it's fully trustworthy. ",256.473,6,,14.289,2,7,3,4,1,5,6,42.185,6,6,6,6,3,3,6,8,,57.111,1,1,2,3,1,3,39.795,4,4,24.125,2,1957,Florida,3,2,1,,7,,,6,4,2,,354.171,5d60b5beea1c1c0001c98bf6,"{""startTime"":1678934815922,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934855370,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934588074,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":10,""label"":""tour_started""},{""label"":""window_blurred"",""time"":7940},{""label"":""window_focused"",""time"":9287},{""label"":""window_blurred"",""time"":9703},{""label"":""window_focused"",""time"":12368},{""label"":""window_blurred"",""time"":14425},{""label"":""window_focused"",""time"":18120},{""time"":40793,""label"":""hovered"",""timeHovered"":2603,""week"":""2022-01-03""},{""time"":43633,""label"":""hovered"",""timeHovered"":1383,""week"":""2022-01-03""},{""time"":47237,""label"":""tour_next"",""step"":2},{""time"":66642,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678934800146,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line,1,1,0,Neutral,1.8,0,0,0,0,0,0,15,1,0.5,0,1,1 -2023-03-15 22:54:09,2023-03-15 23:05:58,0,100,708,1,2023-03-15 23:05:58,R_25utXHsmzBsU0R3,40.5956,-74.0806,EN,1,8.291,1,3,1,7.018,15.112,86,90,28,37.541,59.783,1,-2,52.623,-2,1,68.631,1,58.019,15.111,6,7,7,7,7,6,,23.151,7,7,7,6,4,6,It is such a clear chart and it seems true to how I remember the cases back then when they were happening,37.843,4,,7.51,2,7,3,4,1,5,6,30.373,5,6,10,9,5,10,11,11,,39.808,5,5,5,1,5,5,44.407,6,1,18.653,2,1964,New York,6,3,1,,7,,,12,2,1,Thilbo@aol.com,131.272,5d49a0b751695e0001a188a8,"{""startTime"":1678935526674,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678935461422,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678935332041,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":25799,""label"":""hovered"",""timeHovered"":6777,""week"":""2021-09-20""},{""time"":33255,""label"":""hovered"",""timeHovered"":2471,""week"":""2021-07-26""},{""time"":39494,""label"":""hovered"",""timeHovered"":1614,""week"":""2021-12-27""},{""time"":41968,""label"":""hovered"",""timeHovered"":1041,""week"":""2022-02-07""},{""time"":45841,""label"":""tour_next"",""step"":2},{""time"":52367,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678935445811,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line,0,2,0,Positive,4.3,0,0,0,0,0,0,15,0.5,0.5,1,0.5,1 -2023-03-15 22:40:31,2023-03-15 23:06:04,0,100,1533,1,2023-03-15 23:06:06,R_1n0YCVlhuzQezrF,41.4319,-91.0485,EN,1,15.89,2,,2,3.966,15.118,63,64,4,260.146,68.965,1,-3,92.287,-3,-3,121.955,-3,27.472,15.015,2,1,2,7,6,1,"I went to the CDC website linked and I can't find the information presented here. I am not saying it doesn't exist but I don't believe this is accurate. Also, there is still high number of vaccinated individuals in this report that contracted Covid 19 that were vaccinated. ",283.168,1,2,1,1,1,1,It's not a true reflection of the number and variables. The CDC has another chart in the website url that was linked that shows a completely different set of numbers during this time period. ,78.412,2,We were lied to about this Virus. The WSJ finally reported this virus was leaked from a Chinese lab. Young people are having severe heart issues. We were all lied to. Why was this mRNA vaccine pushed through so quickly but not traditional vaccines like the Novovax? It is really a travesty as to what these governments did to us all. ,212.2,2,7,3,4,1,5,6,21.584,7,2,5,2,1,5,4,7,none,40.526,2,2,4,5,2,2,37.601,6,1,17.387,2,1964,Iowa,4,2,1,,7,,,14,2,2,,143.916,6272ae90bcc3709d723d1d2b,"{""startTime"":1678934954070,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":29344,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8382,""week"":""1"",""id"":""chart""},{""time"":89894,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2937,""week"":""3"",""id"":""chart""},{""time"":94101,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3162,""week"":""1"",""id"":""chart""},{""time"":273350,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2179,""week"":""50"",""id"":""chart""}]}","{""startTime"":1678935238621,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934745324,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":35,""label"":""tour_started""},{""label"":""window_blurred"",""time"":6204},{""label"":""window_focused"",""time"":20087},{""time"":27800,""label"":""tour_next"",""step"":2},{""time"":35896,""label"":""tour_end"",""step"":2},{""time"":37091,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1668,""week"":""51"",""id"":""chart""},{""time"":40082,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1166,""week"":""52"",""id"":""chart""},{""time"":42125,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1292,""week"":""52"",""id"":""chart""},{""time"":45328,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2124,""week"":""2"",""id"":""chart""}]}","{""startTime"":1678934938464,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":2389,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3112,""week"":""1"",""id"":""chart""},{""time"":5614,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4518,""week"":""2"",""id"":""chart""},{""time"":10189,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1265,""week"":""3"",""id"":""chart""}]}",1,moderate,bar,0,1,0,Negative,2.8,0,3,3,8.895,2.965,7800,15,0.5,0,0,0,2 -2023-03-15 22:51:23,2023-03-15 23:06:11,0,100,887,1,2023-03-15 23:06:11,R_wUhqJ3hDYlTuvjb,30.5788,-91.1419,EN,1,5.564,,,,,15.107,58,91,60,142.502,55.12,-3,1,109.846,-3,-3,83.52,-2,103.721,15.015,4,4,6,4,6,4,I think graphs should be voice activate to help you understand more. One interpretation can be confusing for some,80.014,7,6,6,6,7,6,It gives a clear illustration of the highs and lows during the time period with words and numbers to help you grasp it better,54.025,3,I tried my hardest on graph reading I hope that I will be compensated for effort to help with data. Thank you,35.168,2,7,3,4,1,5,6,24.282,2,3,3,5,6,2,9,9,,13.72,3,2,4,4,5,3,21.601,2,,5.661,2,1972,Louisiana,6,3,1,,3,,,6,1,1,orchidbeauty88@gmail.com,74.21,6266b4ea9408fc167507d923,"{""startTime"":1678935437995,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":3732,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4111,""week"":""6"",""id"":""chart""},{""time"":9313,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2010,""week"":""52"",""id"":""chart""},{""time"":12940,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1421,""week"":""5"",""id"":""chart2""},{""time"":15999,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3367,""week"":""6"",""id"":""chart2""},{""label"":""window_blurred"",""time"":35427},{""label"":""window_focused"",""time"":38984}]}","{""startTime"":1678935532523,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678935255351,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":6828,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4193,""week"":""6"",""id"":""chart""},{""time"":15685,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2497,""week"":""6"",""id"":""chart""},{""time"":25641,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7910,""week"":""6"",""id"":""chart""},{""time"":34331,""label"":""tour_next"",""step"":2},{""time"":44075,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1781,""week"":""6"",""id"":""chart2""},{""time"":50512,""label"":""tour_end"",""step"":2},{""time"":52435,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1930,""week"":""6"",""id"":""chart2""}]}","{""startTime"":1678935422360,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":18,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1531,""week"":""5"",""id"":""chart""}]}",0,simple,bar,0,1,0,Positive,3.5,0,1,1,1.531,1.531,0,15,0.5,0,0,0.5,1 -2023-03-15 22:53:14,2023-03-15 23:06:23,0,100,789,1,2023-03-15 23:06:24,R_33fjwJxElUvDVdF,43.103,-89.5073,EN,1,48.804,,,,,15.019,94,93,53,40.967,45.958,1,1,60.618,-1,1,59.001,1,69.682,15.106,4,4,4,6,6,4,,31.301,4,6,6,2,1,4,I don't know if the source is a valid one. I don't knwo what other data would impact this. I don't know what this data is being used for. There is a lot of things that this data doesn't tell me. ,56.655,6,,9.485,2,7,3,4,1,5,6,23.671,4,6,3,4,7,3,10,10,,39.538,5,5,5,1,5,5,19.639,1,,5.969,2,1960,Wisconsin,7,2,1,,7,,,16,3,1,crowhillhouse@gmail.com,180.538,5dd405ab80123f3eaae9af80,"{""startTime"":1678935434907,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678935466666,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678935313151,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":18706,""label"":""hovered"",""timeHovered"":2999,""week"":""2022-01-10""},{""time"":21806,""label"":""hovered"",""timeHovered"":1599,""week"":""2022-01-24""},{""time"":26206,""label"":""hovered"",""timeHovered"":1500,""week"":""2021-08-23""},{""time"":31080,""label"":""tour_next"",""step"":2},{""time"":40529,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678935419158,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,line,2,0,0,Negative,4.3,0,0,0,0,0,0,15,1,0.5,1,0.5,2 -2023-03-15 22:54:44,2023-03-15 23:07:11,0,100,746,1,2023-03-15 23:07:11,R_1NvJQOYYY4p64Y9,28.9025,-81.248,EN,1,14.48,,,,,15.117,93,78,45,51.927,75.057,1,1,62.563,-2,1,63.503,1,53.924,15.018,6,6,7,5,6,7,,33.405,6,6,6,5,6,7,it seems very detail oriented,24.601,4,,10.131,2,7,3,4,1,5,6,24.656,3,4,4,8,4,2,10,7,,33.022,2,2,2,4,3,2,26.386,1,,9.201,2,1963,Florida,3,2,1,,7,,,8,4,2,,166.905,5bb10d4288f88d0001f3d151,"{""startTime"":1678935588352,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678935542302,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678935387120,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":23733,""label"":""hovered"",""timeHovered"":2482,""week"":""2022-01-10""},{""time"":33914,""label"":""hovered"",""timeHovered"":1001,""week"":""2021-09-06""},{""time"":35099,""label"":""hovered"",""timeHovered"":1066,""week"":""2021-08-09""},{""time"":36615,""label"":""hovered"",""timeHovered"":1366,""week"":""2021-07-12""},{""time"":39233,""label"":""hovered"",""timeHovered"":1631,""week"":""2021-04-26""},{""time"":48199,""label"":""hovered"",""timeHovered"":2266,""week"":""2022-01-03""},{""time"":59967,""label"":""tour_next"",""step"":2},{""time"":65759,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678935526649,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":9795,""label"":""hovered"",""timeHovered"":3772,""week"":""2022-01-03""}]}",0,simple,line,1,0,0,Positive,2.5,0,1,1,3.772,3.772,0,15,1,0.5,1,1,1 -2023-03-15 22:30:16,2023-03-15 23:07:20,0,100,2223,1,2023-03-15 23:07:20,R_3q9ZijA0aWwJ3Kr,33.6331,-86.5987,EN,1,90.28,,,,,15.015,80,23,69,53.932,114.35,-2,1,231.706,1,-1,254.241,-2,164.18,15.016,3,4,4,3,6,4,I don't know if I trust the data because I don't know if the data is accurate. We have no way to determine if the data is accurate.,240.631,4,3,2,2,2,4,I don't know whether or not I trust the data because I am not sure of my interpretation of the data. It could be correct. The problem lies with me.,85.896,4,none,51.964,2,7,3,4,1,5,6,60.857,8,9,6,8,9,6,9,9,,78.454,2,4,2,2,4,3,90.042,3,,19.758,2,1961,Alabama,6,2,1,,3,,,4,1,1,mcollins8678@yahoo.com,467.675,5e3f51334425131b3e43a2a9,"{""startTime"":1678934578789,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934350919,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":7028,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1251,""week"":""52"",""id"":""chart""},{""time"":8442,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2356,""week"":""51"",""id"":""chart""},{""time"":10832,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2526,""week"":""50"",""id"":""chart""},{""time"":14384,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1854,""week"":""49"",""id"":""chart""},{""time"":16369,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1551,""week"":""47"",""id"":""chart""},{""time"":18109,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1864,""week"":""48"",""id"":""chart""},{""time"":20124,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2751,""week"":""46"",""id"":""chart""},{""time"":23151,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2611,""week"":""44"",""id"":""chart""},{""time"":29250,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2208,""week"":""43"",""id"":""chart2""},{""time"":33008,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1198,""week"":""46"",""id"":""chart2""},{""time"":36696,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2749,""week"":""51"",""id"":""chart2""},{""time"":39898,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3095,""week"":""52"",""id"":""chart2""}]}","{""startTime"":1678933987894,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":23283,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":9655,""week"":""36"",""id"":""chart""},{""time"":33005,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2963,""week"":""37"",""id"":""chart""},{""time"":45704,""label"":""tour_next"",""step"":2},{""time"":57248,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1997,""week"":""47"",""id"":""chart2""},{""time"":59280,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2629,""week"":""48"",""id"":""chart2""},{""time"":63259,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2230,""week"":""49"",""id"":""chart2""},{""time"":65507,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1814,""week"":""50"",""id"":""chart2""},{""time"":67355,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1930,""week"":""51"",""id"":""chart2""},{""time"":71768,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1347,""week"":""41"",""id"":""chart2""},{""time"":75281,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2196,""week"":""45"",""id"":""chart2""},{""time"":78543,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1149,""week"":""47"",""id"":""chart2""},{""time"":81225,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1914,""week"":""49"",""id"":""chart2""},{""time"":84439,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1164,""week"":""46"",""id"":""chart2""},{""time"":85619,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1083,""week"":""45"",""id"":""chart2""},{""time"":91415,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2529,""week"":""38"",""id"":""chart2""},{""time"":106476,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678934335434,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,bar,1,0,0,Neutral,2.8,0,0,0,0,0,0,15,0.5,0.5,0,0.5,1 -2023-03-15 22:50:57,2023-03-15 23:07:52,0,100,1014,1,2023-03-15 23:07:52,R_2TGW1AU26hyEykf,37.1235,-76.4502,EN,1,27.988,1,3,1,11.248,15.11,91,82,50,71.924,133.95,1,1,81.962,1,1,56.343,-1,71.223,15.116,6,4,5,6,7,6,,34.985,4,6,6,5,5,6,"Generally speaking, I find the CDC to be a dedicated group of serious scientists. I trust that the veracity of the information.",66.902,5,"I don't know if it was intentional, but the last chart question referenced statistics for December 2022. There was not data for December 2022, only December 2021.",69.969,2,7,3,4,1,5,6,29.728,3,6,6,6,7,4,8,8,,53.943,3,2,4,4,3,2,44.264,2,1,25.604,2,1966,Virginia,6,1,1,,3,,,11,4,1,workwaiver@gmail.com,104.221,63fb77a17acd544343fb98fb,"{""startTime"":1678935569082,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678935450831,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":732,""label"":""hovered"",""timeHovered"":1495,""week"":""2022-01-03""},{""time"":2400,""label"":""hovered"",""timeHovered"":1416,""week"":""2022-01-03""},{""time"":4599,""label"":""hovered"",""timeHovered"":9420,""week"":""2022-01-03""},{""time"":15530,""label"":""hovered"",""timeHovered"":5819,""week"":""2022-01-31""}]}","{""startTime"":1678935218022,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":28,""label"":""tour_started""},{""time"":13629,""label"":""hovered"",""timeHovered"":4874,""week"":""2021-09-20""},{""time"":18503,""label"":""hovered"",""timeHovered"":1299,""week"":""2021-09-20""},{""time"":22537,""label"":""hovered"",""timeHovered"":11949,""week"":""2022-01-03""},{""time"":36919,""label"":""hovered"",""timeHovered"":2517,""week"":""2022-01-24""},{""time"":40622,""label"":""hovered"",""timeHovered"":1497,""week"":""2021-06-07""},{""time"":47894,""label"":""tour_next"",""step"":2},{""time"":58255,""label"":""tour_end"",""step"":2},{""time"":63379,""label"":""hovered"",""timeHovered"":1084,""week"":""2021-04-12""},{""time"":64662,""label"":""hovered"",""timeHovered"":1820,""week"":""2021-04-12""},{""time"":81708,""label"":""hovered"",""timeHovered"":1184,""week"":""2021-04-12""},{""time"":83046,""label"":""hovered"",""timeHovered"":3033,""week"":""2021-04-12""},{""time"":88633,""label"":""hovered"",""timeHovered"":2187,""week"":""2022-02-07""},{""time"":92488,""label"":""hovered"",""timeHovered"":3678,""week"":""2022-02-07""},{""time"":97506,""label"":""hovered"",""timeHovered"":1738,""week"":""2022-01-03""},{""time"":99386,""label"":""hovered"",""timeHovered"":1351,""week"":""2021-12-27""},{""time"":116917,""label"":""hovered"",""timeHovered"":1486,""week"":""2021-08-09""},{""time"":119268,""label"":""hovered"",""timeHovered"":1058,""week"":""2021-08-09""}]}","{""startTime"":1678935435151,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line,1,0,0,Positive,3,0,0,0,0,0,0,15,1,1,0,1,1 -2023-03-15 22:57:37,2023-03-15 23:08:15,0,100,637,1,2023-03-15 23:08:15,R_1BY1z2VfMuwn5hq,35.8047,-78.8881,EN,1,21.866,1,4,2,10.218,15.008,80,92,50,20.421,26.649,-2,1,69.566,-3,-3,65.533,-1,43.227,15.109,6,5,6,6,6,6,None.,29.977,5,6,6,4,6,6,It comes from a credible source and it has real data (counts of people with Covid).,63.532,3,None.,14.016,2,7,3,4,1,5,6,20.669,3,6,5,5,3,4,10,10,None.,42.044,3,4,4,3,4,3,27.527,2,4,24.654,1,1947,North Carolina,5,2,1,,7,,,5,4,1,5ea47bda5b1a9807ed89eb76@email.prolific.co,76.988,5ea47bda5b1a9807ed89eb76,"{""startTime"":1678935739583,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678935646179,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678935538005,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":14939,""label"":""tour_next"",""step"":2},{""time"":22972,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678935630788,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar,1,0,0,Positive,3.5,0,0,0,0,0,0,15,0.5,0,0,0,2 -2023-03-15 22:36:07,2023-03-15 23:08:59,0,100,1972,1,2023-03-15 23:09:02,R_24I9OV1lmND1gi5,48.3711,-107.8436,EN,1,97.381,,,,,15.009,90,0,79,69.862,208.087,1,-3,155.412,-2,1,315.767,-2,110.447,15.009,6,6,7,7,7,7,"I didn't understand the data on the first question, but I do now. As I said though, unless you hover, the way the date is presented would be misleading as to the number of bugs.",166.396,7,6,7,3,3,7,"I trust it because it gives the total count when you hover on the visualization. I now understand the height of the color corresponds to the number of bugs and not the height it's at on the y-axis. If it didn't have the numbers showing when you hovered, I wouldn't trust it because it would be misleading.",233.836,6,"Since there wasn't any graph for January 20, you had to assume the insect population was continuing to rise. ",122.522,2,7,3,4,1,5,6,38.213,9,10,10,9,9,9,10,10,This was interesting.,59.403,4,4,4,2,3,4,39.538,3,,7.78,2,1953,Montana,8,3,1,,7,,,6,2,2,,76.635,5fb9b9c1c62f408e51e09e32,"{""startTime"":1678935123202,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678934695427,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":1961,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6510,""week"":""52"",""id"":""chart""},{""time"":9547,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4665,""week"":""52"",""id"":""chart""},{""time"":18813,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":12851,""week"":""52"",""id"":""chart""},{""time"":33424,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7902,""week"":""52"",""id"":""chart""},{""time"":41326,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5074,""week"":""52"",""id"":""chart""},{""time"":46514,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5575,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678934359110,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":35,""label"":""tour_started""},{""time"":36216,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":10910,""week"":""51"",""id"":""chart""},{""time"":47679,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":27960,""week"":""1"",""id"":""chart""},{""time"":78112,""label"":""tour_next"",""step"":5},{""time"":107936,""label"":""started_brush"",""startDate"":""2021-07-29"",""endDate"":""2021-12-05""},{""time"":114844,""label"":""tour_next"",""step"":5},{""time"":150230,""label"":""moved_brush"",""startDate"":""2021-04-29"",""endDate"":""2021-09-06""},{""time"":151796,""label"":""cleared_brush"",""using"":""Click""},{""time"":155109,""label"":""started_brush"",""startDate"":""2021-08-15"",""endDate"":""2021-11-30""},{""time"":156738,""label"":""tour_next"",""step"":5},{""time"":176803,""label"":""cleared_brush"",""using"":""Click""},{""time"":176803,""label"":""cleared_brush"",""using"":""Escape""},{""time"":180223,""label"":""tour_next"",""step"":5},{""time"":201357,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678934679869,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,bar,0,1,0,Positive,3.5,0,0,0,0,0,0,15,0.5,0.5,0,0,3 -2023-03-15 22:50:11,2023-03-15 23:09:42,0,100,1170,1,2023-03-15 23:09:42,R_1FxFOnNyIrVr3uw,29.2866,-81.0869,EN,1,171.955,2,,2,4.498,15.018,94,94,51,76.718,191.41,1,1,67.603,1,1,91.676,1,52.378,15.016,2,4,2,6,6,1,I have no additional thoughts or comments.,70.704,4,6,2,1,1,1,Because I simply don't know how this visualization's data was aggregated. Plus I don't trust information from the CDC.,90.766,2,,12.272,2,7,3,4,1,5,6,30.883,4,2,7,4,5,3,4,8,,48.162,4,3,3,2,3,4,36.458,6,2,18.596,2,1943,Florida,3,1,1,,7,,,4,1,2,,122.423,6348846ae221cb4a0efbf3f9,"{""startTime"":1678935674655,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678935550948,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":26785},{""label"":""window_focused"",""time"":29485}]}","{""startTime"":1678935289594,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":22,""label"":""tour_started""},{""time"":5438,""label"":""hovered"",""timeHovered"":1417,""week"":""2021-04-12""},{""time"":8909,""label"":""hovered"",""timeHovered"":6863,""week"":""2021-05-10""},{""time"":18070,""label"":""hovered"",""timeHovered"":3034,""week"":""2021-04-12""},{""label"":""window_blurred"",""time"":21877},{""label"":""window_focused"",""time"":27638},{""time"":29910,""label"":""hovered"",""timeHovered"":2487,""week"":""2021-06-07""},{""time"":34766,""label"":""hovered"",""timeHovered"":2222,""week"":""2021-07-12""},{""time"":38694,""label"":""hovered"",""timeHovered"":1777,""week"":""2021-08-02""},{""time"":53698,""label"":""tour_next"",""step"":5},{""time"":73493,""label"":""cleared_brush"",""using"":""click""},{""time"":83876,""label"":""started_brush"",""startDate"":""2021-05-07"",""endDate"":""2021-08-06""},{""time"":85706,""label"":""tour_next"",""step"":5},{""time"":106269,""label"":""moved_brush"",""startDate"":""2021-07-30"",""endDate"":""2021-10-30""},{""time"":107882,""label"":""tour_next"",""step"":5},{""time"":131151,""label"":""cleared_brush"",""using"":""click""},{""time"":131157,""label"":""cleared_brush"",""using"":""Escape""},{""time"":132390,""label"":""tour_next"",""step"":5},{""time"":141885,""label"":""tour_end"",""step"":5},{""time"":160042,""label"":""started_brush"",""startDate"":""2021-04-12"",""endDate"":""2021-08-08""},{""time"":189246,""label"":""moved_brush"",""startDate"":""2021-10-18"",""endDate"":""2022-02-13""}]}","{""startTime"":1678935535219,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line,2,0,0,Negative,3.2,0,0,0,0,0,0,15,1,1,1,1,3 -2023-03-15 22:37:18,2023-03-15 23:09:58,0,100,1960,1,2023-03-15 23:09:58,R_1pM9ES7TW60tnsX,37.4245,-122.296,EN,1,15.303,1,2,1,12.126,15.007,100,100,66,151.004,63.787,1,1,53.392,-2,1,146.848,-1,46.965,15.007,6,3,6,5,5,6,,69.053,3,6,4,1,2,4,"I have no reason to trust or distrust this visualization. These data broadly correspond with my recollection of case counts over the depicted timeframes (e.g., my wife and I both tested positive for Covid in August 2021, a couple months after we had received our second doses of the Pfizer vaccine, and the Omicron variant was prevalent). I have a background in science and data visualization (geology/geographic information systems) and I would say that this graph needs more explanatory material to specify what is meant by the shaded areas; that being said, it is fairly straightforward and simple to understand.",493.689,5,"Toward the beginning of this study, one of the questions asked to provide a range of data points. However, only one answer (one number) could be selected. It is impossible to provide a range without selecting two numbers. If I recall correctly, I would have selected between 2000 and 3500 for that question. Furthermore, I don't know if the previous question was an attention check, but the graph did not include data from December of 2022. It only went up to February of 2022. Perhaps this was a typo, or perhaps it was a deliberate deception in order to make sure attention was being paid. Either way, I was unable to give an honest response to that question because the graph did not include that Information.",351.343,2,7,3,4,1,5,6,149.995,4,6,7,9,6,9,9,8,none,83.257,4,5,5,2,4,4,40.24,4,2,20.855,1,1974,California,6,3,1,,7,,,17,4,1,threeboydad@hotmail.com,113.874,60d2cf988de167c9da56eeb0,"{""startTime"":1678935260168,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":51528,""label"":""hovered"",""timeHovered"":1216,""week"":""2022-01-17""}]}","{""startTime"":1678934670961,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":55898,""label"":""hovered"",""timeHovered"":1457,""week"":""2022-01-10""}]}","{""startTime"":1678934443900,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":3233,""label"":""hovered"",""timeHovered"":6577,""week"":""2022-01-10""},{""time"":12211,""label"":""hovered"",""timeHovered"":4935,""week"":""2021-08-02""},{""time"":17245,""label"":""hovered"",""timeHovered"":6240,""week"":""2021-08-09""},{""time"":24752,""label"":""hovered"",""timeHovered"":4366,""week"":""2021-08-09""},{""time"":29902,""label"":""hovered"",""timeHovered"":3768,""week"":""2021-08-09""},{""time"":35186,""label"":""hovered"",""timeHovered"":1635,""week"":""2021-08-09""},{""time"":39390,""label"":""tour_next"",""step"":2},{""time"":46591,""label"":""tour_end"",""step"":2},{""time"":57152,""label"":""hovered"",""timeHovered"":4289,""week"":""2021-08-16""}]}","{""startTime"":1678934655470,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line,0,1,0,Positive,4,0,0,0,0,0,0,15,1,0.5,0,0.5,2 -2023-03-15 22:52:11,2023-03-15 23:10:41,0,100,1109,1,2023-03-15 23:10:41,R_2aX1NSra7p1QSa8,33.1909,-96.6198,EN,1,26.404,1,2,1,77.115,15.059,82,80,74,17.364,156.546,1,1,9.081,-2,1,35.869,1,14.659,15.044,4,3,4,3,3,3,,98.876,3,3,3,3,3,3,I am not sure if the data is accurate,72.17,4,,158.997,2,7,3,4,1,5,6,19.804,4,6,4,5,6,8,9,9,,37.689,4,4,4,2,5,4,48.892,2,1,10.864,1,1960,Texas,6,1,1,,3,,,15,1,2,,70.502,640cd020656929eeb856a443,"{""startTime"":1678935711769,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_focused"",""time"":897},{""label"":""window_blurred"",""time"":2002},{""label"":""window_focused"",""time"":2911},{""label"":""window_blurred"",""time"":3667},{""label"":""window_focused"",""time"":5717},{""label"":""window_blurred"",""time"":6377},{""label"":""window_focused"",""time"":7497},{""label"":""window_blurred"",""time"":8270},{""label"":""window_focused"",""time"":9410},{""label"":""window_blurred"",""time"":10426},{""label"":""window_focused"",""time"":70856},{""label"":""window_blurred"",""time"":100121}]}","{""startTime"":1678935530937,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_focused"",""time"":88986},{""label"":""window_blurred"",""time"":104536}]}","{""startTime"":1678935344199,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":34,""label"":""tour_started""},{""label"":""window_focused"",""time"":149116},{""time"":151827,""label"":""tour_next"",""step"":2},{""time"":153421,""label"":""tour_end"",""step"":2},{""label"":""window_blurred"",""time"":158525}]}","{""startTime"":1678935513469,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar,0,1,0,Negative,3.8,0,0,0,0,0,0,15,1,0.5,1,1,1 -2023-03-15 22:52:51,2023-03-15 23:10:54,0,100,1083,1,2023-03-15 23:10:55,R_296yxyxIKudAjka,29.9375,-90.0848,EN,1,88.84,,,,,15.031,100,100,50,25.812,92.697,1,-2,102.929,-2,1,54.727,1,150.302,15.024,7,7,7,7,7,7,The date is relevent because it is provided by the Croation Chamber of Agriculture. I would think that agency keeps strong records of trends that would impact crops. ,131.741,6,6,6,2,2,6,The information is provided by the Croatian Chamber of Commerce. It is a legitimate source and it has a link that I can click to learn more.,52.842,6,None,13.285,2,7,3,4,1,5,6,87.593,9,11,10,10,11,10,11,11,None,22.298,3,4,4,2,4,4,30.417,6,,14.998,2,1972,Louisiana,7,2,1,,4,,,17,1,1,5d86d05f9854a60019240621@email.prolific.co,74.523,5d86d05f9854a60019240621,"{""startTime"":1678935668005,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":6533,""label"":""hovered"",""timeHovered"":1631,""week"":""2021-09-20""},{""label"":""window_blurred"",""time"":40871},{""label"":""window_focused"",""time"":51365}]}","{""startTime"":1678935571729,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":1074,""label"":""hovered"",""timeHovered"":1663,""week"":""2021-07-19""},{""time"":11385,""label"":""hovered"",""timeHovered"":1416,""week"":""2021-11-29""},{""time"":13071,""label"":""hovered"",""timeHovered"":23294,""week"":""2022-01-10""}]}","{""startTime"":1678935311492,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":6459,""label"":""tour_next"",""step"":5},{""time"":13060,""label"":""tour_back"",""step"":5},{""time"":16292,""label"":""tour_next"",""step"":5},{""time"":28700,""label"":""tour_back"",""step"":5},{""time"":31421,""label"":""hovered"",""timeHovered"":2072,""week"":""2021-08-02""},{""time"":37997,""label"":""hovered"",""timeHovered"":3547,""week"":""2022-01-31""},{""time"":41862,""label"":""hovered"",""timeHovered"":1015,""week"":""2021-09-20""},{""time"":46635,""label"":""tour_next"",""step"":5},{""time"":51033,""label"":""cleared_brush"",""using"":""click""},{""time"":56495,""label"":""started_brush"",""startDate"":""2021-06-17"",""endDate"":""2021-10-01""},{""time"":58516,""label"":""tour_next"",""step"":5},{""time"":64638,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-07-26""},{""time"":65508,""label"":""tour_next"",""step"":5},{""time"":75050,""label"":""cleared_brush"",""using"":""click""},{""time"":75052,""label"":""cleared_brush"",""using"":""Escape""},{""time"":75952,""label"":""cleared_brush"",""using"":""click""},{""time"":75955,""label"":""cleared_brush"",""using"":""Escape""},{""time"":77025,""label"":""cleared_brush"",""using"":""click""},{""time"":77027,""label"":""cleared_brush"",""using"":""Escape""},{""time"":77247,""label"":""cleared_brush"",""using"":""click""},{""time"":77249,""label"":""cleared_brush"",""using"":""Escape""},{""time"":77464,""label"":""cleared_brush"",""using"":""click""},{""time"":77466,""label"":""cleared_brush"",""using"":""Escape""},{""time"":78084,""label"":""tour_next"",""step"":5},{""time"":80100,""label"":""tour_end"",""step"":5},{""time"":82294,""label"":""hovered"",""timeHovered"":1077,""week"":""2021-09-20""},{""time"":84329,""label"":""hovered"",""timeHovered"":1522,""week"":""2021-08-30""},{""time"":87675,""label"":""hovered"",""timeHovered"":1136,""week"":""2021-08-30""}]}","{""startTime"":1678935556073,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":4379,""label"":""hovered"",""timeHovered"":1286,""week"":""2021-05-24""},{""time"":5925,""label"":""hovered"",""timeHovered"":1283,""week"":""2021-04-19""}]}",0,complex,line,1,0,0,Positive,3.5,0,2,2,2.569,1.2845,1546,15,0.5,0.5,1,1,3 -2023-03-15 22:39:35,2023-03-15 23:11:09,0,100,1893,1,2023-03-15 23:11:09,R_OfMtNsyHYhpkkg1,26.6371,-80.0841,EN,1,290.702,1,4,2,12.72,15.116,92,15,36,78.744,121.372,1,1,148.123,-3,-3,227.605,1,141.067,15.127,6,3,6,6,6,6,none,82.922,5,2,2,2,4,6,"I checked the source of the data and it said the CDC, I trust that his was the best information they had. I hope those reporting to CDC were true and accurate",107.636,5,none,41.027,2,7,3,4,1,5,6,44.553,2,2,2,3,5,1,5,3,,61.7,5,5,5,1,5,5,80.251,1,1,32.84,2,1950,Maine,7,2,1,,7,,,3,4,1,,260.125,63b48736ce3bb3afbc79ff7c,"{""startTime"":1678935280233,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678935104784,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934817142,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":16450,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":26357,""week"":""1"",""id"":""chart""},{""time"":50575,""label"":""tour_next"",""step"":2},{""time"":64240,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2975,""week"":""2"",""id"":""chart2""},{""time"":67218,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2514,""week"":""1"",""id"":""chart2""},{""time"":80662,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5781,""week"":""2"",""id"":""chart2""},{""time"":89081,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3494,""week"":""2"",""id"":""chart2""},{""time"":113119,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678935088987,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar,1,0,0,Positive,4.3,0,0,0,0,0,0,15,1,0,1,1,1 -2023-03-15 22:59:42,2023-03-15 23:11:36,0,100,713,1,2023-03-15 23:11:36,R_2qdvkOPfGP3bpWy,42.7368,-78.8358,EN,1,6.8,1,4,2,5.285,15.111,100,50,50,40.887,84.713,1,1,52.147,-3,1,85.794,-3,83.327,15.016,7,1,4,4,7,4,How was it collected? Was it self reported (for example)?,61.578,1,4,6,1,1,6,I trust the numbers. I don't completely understand how they were collected,37.147,7,none,8.862,2,7,3,4,1,5,6,15.826,1,3,10,6,2,7,10,10,none,22.345,3,3,3,3,2,3,20.209,5,1,9.325,1,1955,New York,7,3,1,,7,,,9,2,1,dougreif@hotmail.com,98.857,5b6f49b7d60bdd0001ade437,"{""startTime"":1678935915548,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678935845692,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":3010,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1101,""week"":""51"",""id"":""chart""},{""time"":5295,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1215,""week"":""2"",""id"":""chart""}]}","{""startTime"":1678935661519,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":8924,""label"":""tour_next"",""step"":5},{""time"":18963,""label"":""started_brush"",""startDate"":""2021-06-10"",""endDate"":""2021-09-03""},{""time"":22862,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-06-28""},{""time"":23523,""label"":""tour_next"",""step"":5},{""time"":28622,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-08-13""},{""time"":29523,""label"":""tour_next"",""step"":5},{""time"":39886,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-09-10""},{""time"":52583,""label"":""moved_brush"",""startDate"":""2021-06-05"",""endDate"":""2021-11-10""},{""time"":54834,""label"":""cleared_brush"",""using"":""Click""},{""time"":54834,""label"":""cleared_brush"",""using"":""Escape""},{""time"":56740,""label"":""tour_next"",""step"":5},{""time"":62059,""label"":""tour_end"",""step"":5},{""time"":63672,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3660,""week"":""50"",""id"":""chart""},{""time"":67361,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3689,""week"":""51"",""id"":""chart""},{""time"":76382,""label"":""started_brush"",""startDate"":""2021-06-26"",""endDate"":""2021-10-25""}]}","{""startTime"":1678935830262,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":4030,""label"":""started_brush"",""startDate"":""2021-07-03"",""endDate"":""2021-07-21""},{""time"":10054,""label"":""started_brush"",""startDate"":""2021-07-31"",""endDate"":""2021-11-24""},{""time"":11077,""label"":""cleared_brush"",""using"":""Click""},{""time"":11077,""label"":""cleared_brush"",""using"":""Escape""}]}",1,complex,bar,2,0,0,Positive,2.8,1,4,0,0,0,7047,15,1,0.5,0,0,3 -2023-03-15 22:57:17,2023-03-15 23:12:12,0,100,894,1,2023-03-15 23:12:13,R_2VrUHkzistQkDxK,41.8486,-87.6288,EN,1,30.992,,,,,15.112,80,60,56,49.486,98.272,1,1,72.091,1,1,77.682,1,118.503,15.118,5,4,5,5,6,5,,75.737,6,6,6,2,2,6,"well, you told me you trusted the data source. The visualization seems pretty straightforward and easy to understand.",55.949,4,,10.213,2,7,3,4,1,5,6,27.346,6,7,7,8,9,6,11,10,I trust the Democrats a ton more than the power obsessed (at any cost) Republicans. Sad you lumped them together,65.852,4,5,5,1,5,5,27.159,2,,6.789,1,1953,Illinois,7,1,1,,7,,,5,4,1,57bf14513c449a000189c89a@email.prolific.co,74.553,57bf14513c449a000189c89a,"{""startTime"":1678935739932,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678935816152,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678935546996,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":11,""label"":""tour_started""},{""label"":""window_blurred"",""time"":22189},{""time"":24628,""label"":""hovered"",""timeHovered"":1198,""week"":""2021-12-27""},{""time"":26944,""label"":""hovered"",""timeHovered"":11751,""week"":""2022-01-10""},{""label"":""window_focused"",""time"":42328},{""time"":42435,""label"":""tour_next"",""step"":2},{""time"":51963,""label"":""tour_end"",""step"":2},{""time"":54375,""label"":""hovered"",""timeHovered"":3132,""week"":""2022-02-07""},{""time"":65255,""label"":""hovered"",""timeHovered"":4256,""week"":""2021-10-11""},{""time"":71025,""label"":""hovered"",""timeHovered"":3651,""week"":""2021-08-23""},{""time"":75767,""label"":""hovered"",""timeHovered"":5478,""week"":""2022-01-31""},{""time"":87742,""label"":""hovered"",""timeHovered"":1454,""week"":""2021-09-13""},{""time"":89507,""label"":""hovered"",""timeHovered"":1681,""week"":""2021-08-23""}]}","{""startTime"":1678935724278,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7994,""label"":""hovered"",""timeHovered"":5503,""week"":""2022-01-03""}]}",0,moderate,line,0,1,0,Positive,4.2,0,1,1,5.503,5.503,0,15,1,1,1,1,2 -2023-03-15 22:57:33,2023-03-15 23:12:15,0,100,881,1,2023-03-15 23:12:15,R_3n7dh8syL3s5BBR,39.2514,-76.7979,EN,1,19.928,,,,,15.008,87,74,86,57.294,271.292,-2,-3,68.502,-3,-3,81.024,1,34.067,15.005,6,4,5,5,7,6,,37.701,6,7,7,6,6,6,There is a lot of information but with the chart being interactive I can change it so I can see and compare the data as I want. It is very flexible.,66.627,6,,7.7,2,7,3,4,1,5,6,21.774,3,8,10,8,9,8,10,10,,29.679,4,4,4,2,4,4,33.52,3,,8.449,1,1954,Maryland,6,2,1,,7,,,14,3,1,nadolny2@verizon.net,60.916,6229fff149374541c22a95bf,"{""startTime"":1678935973289,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678935880345,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678935558538,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":12366,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1372,""week"":""45"",""id"":""chart""},{""time"":14605,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1562,""week"":""52"",""id"":""chart""},{""time"":31039,""label"":""tour_next"",""step"":5},{""time"":76104,""label"":""tour_back"",""step"":5},{""time"":81441,""label"":""tour_next"",""step"":5},{""time"":92282,""label"":""tour_back"",""step"":5},{""time"":112146,""label"":""tour_next"",""step"":5},{""time"":118934,""label"":""tour_back"",""step"":5},{""time"":127156,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1333,""week"":""3"",""id"":""chart""},{""time"":148057,""label"":""tour_next"",""step"":5},{""time"":156513,""label"":""tour_back"",""step"":5},{""time"":172042,""label"":""tour_next"",""step"":5},{""time"":177645,""label"":""started_brush"",""startDate"":""2021-11-30"",""endDate"":""2022-01-31""},{""time"":180617,""label"":""started_brush"",""startDate"":""2021-11-01"",""endDate"":""2022-02-05""},{""time"":184597,""label"":""tour_next"",""step"":5},{""time"":212370,""label"":""moved_brush"",""startDate"":""2021-06-09"",""endDate"":""2021-09-14""},{""time"":214385,""label"":""tour_next"",""step"":5},{""time"":227274,""label"":""cleared_brush"",""using"":""Click""},{""time"":227274,""label"":""cleared_brush"",""using"":""Escape""},{""time"":229162,""label"":""tour_next"",""step"":5},{""time"":236168,""label"":""tour_end"",""step"":5},{""time"":241660,""label"":""cleared_brush"",""using"":""Click""},{""time"":243127,""label"":""cleared_brush"",""using"":""Click""},{""time"":251232,""label"":""started_brush"",""startDate"":""2021-12-25"",""endDate"":""2022-01-01""},{""time"":256090,""label"":""cleared_brush"",""using"":""Click""},{""time"":256090,""label"":""cleared_brush"",""using"":""Escape""},{""time"":258591,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4017,""week"":""23"",""id"":""chart""},{""time"":264136,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3284,""week"":""1"",""id"":""chart""}]}","{""startTime"":1678935864689,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":5426,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1069,""week"":""32"",""id"":""chart""},{""time"":8588,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2204,""week"":""52"",""id"":""chart""},{""time"":12806,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1915,""week"":""14"",""id"":""chart""}]}",0,complex,bar,0,1,0,Positive,3.7,0,3,3,5.188,1.7293333333333332,7380,15,0,0,1,1,3 -2023-03-15 23:02:10,2023-03-15 23:12:28,0,100,618,1,2023-03-15 23:12:29,R_1lobqL9RlaVxbgv,47.3236,-122.3187,EN,1,36.94,,,,,15.146,61,60,52,27.292,90.749,1,1,31.876,1,1,40.932,1,20.397,15.017,4,4,4,5,5,4,,23.339,4,5,4,1,1,4,"I don't know how reliable the material is. I believe it had a source, which I probably should've looked closer at, to more adequately trust the visualization.",52.095,4,,6.254,2,7,3,4,1,5,6,11.323,3,3,5,4,4,3,5,7,,25.826,2,2,3,4,2,2,30.804,2,,1.749,1,1990,Washington,6,2,1,,7,,,19,4,1,humbleturker@gmail.com,108.47,5b48f2d0ff7497000125165e,"{""startTime"":1678935950001,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":674,""label"":""hovered"",""timeHovered"":3299,""week"":""2021-09-20""}]}","{""startTime"":1678935974259,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678935821399,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":32,""label"":""tour_started""},{""time"":7564,""label"":""tour_next"",""step"":5},{""time"":19066,""label"":""tour_back"",""step"":5},{""time"":29749,""label"":""tour_next"",""step"":5},{""time"":41523,""label"":""started_brush"",""startDate"":""2021-11-08"",""endDate"":""2022-02-12""},{""time"":43763,""label"":""tour_next"",""step"":5},{""time"":51819,""label"":""moved_brush"",""startDate"":""2021-11-08"",""endDate"":""2022-02-13""},{""time"":54949,""label"":""tour_next"",""step"":5},{""time"":58369,""label"":""cleared_brush"",""using"":""click""},{""time"":58375,""label"":""cleared_brush"",""using"":""Escape""},{""time"":60148,""label"":""tour_next"",""step"":5},{""time"":66708,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678935933982,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":6907,""label"":""hovered"",""timeHovered"":1013,""week"":""2022-01-03""},{""time"":11044,""label"":""hovered"",""timeHovered"":1080,""week"":""2022-01-03""},{""time"":13081,""label"":""hovered"",""timeHovered"":2088,""week"":""2022-01-03""}]}",0,complex,line,1,0,0,Neutral,2.5,0,3,3,4.181,1.3936666666666666,6174,15,1,1,1,1,3 -2023-03-15 22:56:46,2023-03-15 23:12:47,0,100,960,1,2023-03-15 23:12:48,R_3iywB6FbljnS6K9,40.5565,-79.5772,EN,1,30.308,1,2,2,7.514,15.008,78,75,54,46.448,256.525,1,1,62.643,-3,1,137.26,-1,28.027,15.015,5,4,6,5,7,5,I think that the CDC would be reliable.,56.895,6,6,7,4,4,6,It seems like it would be easy to read.,18.952,6,none,11.673,2,7,3,4,1,5,6,25.197,5,5,6,7,6,7,8,9,none,23.302,3,3,4,2,3,3,25.12,4,2,16.558,2,1953,Pennsylvania,2,2,1,,7,,,6,3,1,5b33a01fa8327d0001003821@email.prolific.co,107.884,5b33a01fa8327d0001003821,"{""startTime"":1678936002202,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678935945007,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678935533711,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":23,""label"":""tour_started""},{""time"":4479,""label"":""hovered"",""timeHovered"":1901,""week"":""2022-01-17""},{""label"":""window_blurred"",""time"":37738},{""label"":""window_focused"",""time"":39801},{""time"":6381,""label"":""hovered"",""timeHovered"":67995,""week"":""2021-12-06""},{""time"":79942,""label"":""hovered"",""timeHovered"":1481,""week"":""2022-02-07""},{""time"":82291,""label"":""hovered"",""timeHovered"":3566,""week"":""2022-01-31""},{""time"":91873,""label"":""tour_next"",""step"":2},{""time"":97896,""label"":""tour_end"",""step"":2},{""time"":120602,""label"":""hovered"",""timeHovered"":24591,""week"":""2022-02-07""},{""time"":151638,""label"":""hovered"",""timeHovered"":2339,""week"":""2022-01-31""},{""time"":154057,""label"":""hovered"",""timeHovered"":1728,""week"":""2022-01-31""},{""time"":162665,""label"":""hovered"",""timeHovered"":3512,""week"":""2022-01-10""},{""time"":167263,""label"":""hovered"",""timeHovered"":4786,""week"":""2022-01-03""},{""time"":173054,""label"":""hovered"",""timeHovered"":2499,""week"":""2022-01-03""},{""time"":178937,""label"":""hovered"",""timeHovered"":1504,""week"":""2022-01-10""},{""time"":180455,""label"":""hovered"",""timeHovered"":18546,""week"":""2022-01-10""},{""time"":202898,""label"":""hovered"",""timeHovered"":24399,""week"":""2022-01-10""},{""time"":228890,""label"":""hovered"",""timeHovered"":1046,""week"":""2022-01-03""},{""time"":229949,""label"":""hovered"",""timeHovered"":2259,""week"":""2022-01-03""},{""time"":233328,""label"":""hovered"",""timeHovered"":1152,""week"":""2022-01-10""},{""time"":235131,""label"":""hovered"",""timeHovered"":1127,""week"":""2022-01-03""},{""time"":237898,""label"":""hovered"",""timeHovered"":15302,""week"":""2021-12-27""}]}","{""startTime"":1678935929271,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6665,""label"":""hovered"",""timeHovered"":7118,""week"":""2022-01-17""}]}",1,moderate,line,0,0,0,,3,0,1,1,7.118,7.118,0,15,1,0.5,0,0.5,2 -2023-03-15 22:57:59,2023-03-15 23:13:09,0,100,909,1,2023-03-15 23:13:09,R_1roAZtWE0gywaZJ,33.1768,-86.3547,EN,1,19.979,,,,,15.162,82,18,29,23.676,85.803,1,1,66.999,-3,-3,116.454,-1,40.136,15.068,6,6,6,5,6,6,none,48.824,6,4,2,2,2,6,As far as I know it was put together by people who know what they are talking about.,33.445,5,none,16.101,2,7,3,4,1,5,6,34.82,3,3,8,8,1,5,9,9,none,36.878,2,2,3,4,2,2,34.303,6,,10.664,1,1963,Alabama,2,2,1,,7,,,4,1,1,karlchilders63@gmail.com,228.472,610a151c96de07b15f28c8cb,"{""startTime"":1678935790243,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678935720193,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678935549978,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":25,""label"":""tour_started""},{""time"":44777,""label"":""tour_next"",""step"":2},{""time"":50038,""label"":""tour_end"",""step"":2},{""time"":51362,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1444,""week"":""52"",""id"":""chart2""},{""time"":53759,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3407,""week"":""52"",""id"":""chart2""},{""time"":58585,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4587,""week"":""52"",""id"":""chart""},{""time"":63386,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2485,""week"":""1"",""id"":""chart""},{""time"":67079,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1710,""week"":""6"",""id"":""chart""},{""time"":70565,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5960,""week"":""23"",""id"":""chart""},{""time"":77168,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1104,""week"":""48"",""id"":""chart""},{""time"":79437,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1418,""week"":""6"",""id"":""chart""}]}","{""startTime"":1678935704185,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":10307,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1721,""week"":""4"",""id"":""chart""}]}",0,simple,bar,0,0,0,,2.5,0,1,1,1.721,1.721,0,15,1,0,0,1,1 -2023-03-15 22:53:39,2023-03-15 23:13:28,0,100,1189,1,2023-03-15 23:13:29,R_2zdMESEgXFeXTZz,37.168,-93.3039,EN,1,21.649,,,,,15.008,95,91,77,125.501,280.591,1,1,45.179,-2,1,50.626,1,55.336,15.109,3,3,3,3,3,3,with the scrolling function that seems as off as this one does you know when you drag the cursor across the line and the figures are reversed i don't know what to believe it's hard for me to answer this reasonably. if everything lined up i would probably say agree to all the above seems like it's accurate seems like it's meaningful seems like if i was a farmer or somebody at delta agriculture it would be very useful information. but i sure wouldn't want to be buying a lot of treatments for one or the other if the data doesn't match up every time i look at it or every way i look at it perhaps i should say.,81.018,6,6,3,2,2,3,for one thing the system is difficult to use and for a second thing when you scroll over the timeline the figures are reversed. they report them just opposite i can't remember exactly which way it was but the whichever way it was the figures were reversed the blue ones were the opposite as the brown ones on the scroll in other words it was giving you the exact opposite data when you scrolled across it then what the chart itself read. so you never know with researchers are you guys doing this just to throw us off and see if somebody has a screwy operating system we'll say we trust it or is it just a mistake. if everything was consistent i would say i trust the data but since the design is flawed i don't know what's going on.,118.213,5,in the comments i made earlier i should have said mouse over instead of scroll but that's what i meant the mouse over reversed the figures the numbers were if i remember right were the insects were in blue and wrong and the fungus was in brown and wrong for the mouse over that was in the system i looked at now if i was a control group then that's why i don't trust the data i mean i guess i should say experimental group that i don't trust the data. these last two charts where everything was consistent yes i would trust the data.,70.901,2,7,3,4,1,5,6,26.23,4,6,6,6,6,4,8,8,Thanks for letting me participate and thanks for adding to our body of knowledge. :),32.458,4,3,4,3,5,3,23.366,2,,5.746,1,1948,Missouri,7,1,1,,7,,,6,1,1,5484655ffdf99b07b28f22cc@email.prolific.co ,137.371,5484655ffdf99b07b28f22cc,"{""startTime"":1678935916675,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678935746596,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678935394274,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":11102,""label"":""hovered"",""timeHovered"":2368,""week"":""2021-06-21""},{""time"":13487,""label"":""hovered"",""timeHovered"":6354,""week"":""2021-06-21""},{""time"":46310,""label"":""hovered"",""timeHovered"":5469,""week"":""2021-06-21""},{""time"":53615,""label"":""hovered"",""timeHovered"":10240,""week"":""2022-01-10""},{""time"":64341,""label"":""hovered"",""timeHovered"":3702,""week"":""2021-12-13""},{""time"":72795,""label"":""hovered"",""timeHovered"":19380,""week"":""2022-01-03""},{""time"":94110,""label"":""hovered"",""timeHovered"":1116,""week"":""2021-09-06""},{""time"":95227,""label"":""hovered"",""timeHovered"":1200,""week"":""2021-09-06""},{""time"":98181,""label"":""hovered"",""timeHovered"":1098,""week"":""2022-02-07""},{""time"":99330,""label"":""hovered"",""timeHovered"":1851,""week"":""2022-02-07""},{""time"":103216,""label"":""hovered"",""timeHovered"":3118,""week"":""2022-01-10""},{""time"":110123,""label"":""tour_next"",""step"":5},{""time"":118515,""label"":""tour_back"",""step"":5},{""time"":125661,""label"":""tour_next"",""step"":5},{""time"":140150,""label"":""tour_back"",""step"":5},{""time"":144944,""label"":""hovered"",""timeHovered"":1117,""week"":""2022-01-31""},{""time"":151307,""label"":""tour_next"",""step"":5},{""time"":153732,""label"":""tour_back"",""step"":5},{""time"":164241,""label"":""tour_next"",""step"":5},{""time"":191695,""label"":""tour_back"",""step"":5},{""time"":204180,""label"":""tour_next"",""step"":5},{""time"":226469,""label"":""started_brush"",""startDate"":""2021-04-30"",""endDate"":""2022-02-13""},{""time"":227992,""label"":""tour_next"",""step"":5},{""time"":234691,""label"":""moved_brush"",""startDate"":""2021-04-30"",""endDate"":""2022-02-13""},{""time"":238175,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-01-25""},{""time"":239421,""label"":""tour_next"",""step"":5},{""time"":250664,""label"":""cleared_brush"",""using"":""click""},{""time"":250667,""label"":""cleared_brush"",""using"":""Escape""},{""time"":252457,""label"":""tour_next"",""step"":5},{""time"":261225,""label"":""tour_end"",""step"":5},{""time"":265858,""label"":""hovered"",""timeHovered"":8857,""week"":""2022-01-17""},{""time"":275075,""label"":""hovered"",""timeHovered"":1594,""week"":""2022-01-24""}]}","{""startTime"":1678935730996,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":10397,""label"":""hovered"",""timeHovered"":1535,""week"":""2022-01-17""},{""time"":11935,""label"":""hovered"",""timeHovered"":1098,""week"":""2022-01-17""}]}",0,complex,line,0,0,0,,3.7,0,2,2,2.633,1.3165,1538,15,1,0.5,1,1,3 -2023-03-15 22:58:17,2023-03-15 23:13:43,0,100,925,1,2023-03-15 23:13:43,R_3RraRTYvx6aJPoB,34.0447,-118.2946,EN,1,40.791,1,2,2,12.611,15.118,74,93,12,49.201,39.102,1,-3,52.071,-3,-3,124.401,-2,39.514,15.011,6,5,6,6,6,5,none,35.383,3,6,5,4,5,5,"I trust this visualization slightly agree due to some missing key facts such as information related to that facts of humans age, sex and location.",139.644,5,none,15.411,2,7,3,4,1,5,6,32.367,7,9,9,10,9,8,8,10,none,28.588,2,3,3,4,4,4,36.028,6,2,15.781,1,1967,California,2,2,1,,2,,,6,3,1,tailee33167@aol.com,147.23,5e1efdb3a8c111230db526ff,"{""startTime"":1678935820880,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678935857378,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678935636566,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":78,""label"":""tour_started""},{""time"":22251,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1032,""week"":""4"",""id"":""chart""},{""time"":26760,""label"":""tour_next"",""step"":2},{""time"":35731,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678935804402,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar,0,0,0,,3.3,0,0,0,0,0,0,15,0.5,0,0,0,2 -2023-03-15 22:46:47,2023-03-15 23:14:56,0,100,1688,1,2023-03-15 23:14:57,R_3J5a32NrXQGuwqg,36.5246,-87.3465,EN,1,74.911,2,,2,4.577,15.117,59,100,57,69.046,150.365,1,1,69.004,1,1,193.811,1,116.275,15.119,4,1,4,7,7,1,"I want to know how the cases were determined to be COVID-19. What kind of test was used? If I don't trust the testing, the I don't trust the data. I have never been able to find out any information about how the home tests work or what those test results are based on. I know they can't be pcr which I don't trust for testing COVID-19. (I have experience with pcr from a former job)",350.585,4,7,4,1,1,7,"I only chose ""I trust this visualization' because you told me to assume I trust the data in the visualization. I actually DON'T trust the data, but you prefaced the questions based on my trusting the data.",84.686,6,Most people can be trusted. But I have absolutely no trust in the CDC. Before COVID-19 and for the first few months of the pandemic I trusted and had great respect for the CDC.,180.469,2,7,3,4,1,5,6,35.841,1,2,9,4,1,6,9,6,,44.703,5,5,5,1,3,5,38.001,6,4,24.508,2,1951,Tennessee,9,2,1,,9,,Clarksville,3,1,1,kizzyeleven@comcast.net,125.269,5c1976c90d57c30001b4162c,"{""startTime"":1678935374800,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678935223703,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934987080,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":24613,""label"":""hovered"",""timeHovered"":1350,""week"":""2021-04-12""},{""time"":27080,""label"":""hovered"",""timeHovered"":32583,""week"":""2021-04-12""},{""time"":60596,""label"":""hovered"",""timeHovered"":6102,""week"":""2021-05-03""},{""time"":67381,""label"":""hovered"",""timeHovered"":4267,""week"":""2021-06-14""},{""time"":73565,""label"":""hovered"",""timeHovered"":17635,""week"":""2021-08-16""},{""time"":94283,""label"":""hovered"",""timeHovered"":3766,""week"":""2022-01-03""},{""time"":98767,""label"":""hovered"",""timeHovered"":2232,""week"":""2022-01-03""},{""time"":104984,""label"":""hovered"",""timeHovered"":3666,""week"":""2022-01-03""},{""time"":109166,""label"":""hovered"",""timeHovered"":1933,""week"":""2022-01-03""},{""time"":112333,""label"":""hovered"",""timeHovered"":4017,""week"":""2021-11-22""},{""time"":118000,""label"":""hovered"",""timeHovered"":3234,""week"":""2021-08-23""},{""time"":124563,""label"":""tour_next"",""step"":2},{""time"":145247,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678935207868,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line,0,0,0,,4,0,0,0,0,0,0,15,1,1,1,1,1 -2023-03-15 23:03:35,2023-03-15 23:15:38,0,100,722,1,2023-03-15 23:15:38,R_3OkvuMkCoG9hziw,36.3966,-78.9933,EN,1,12.849,,,,,15.015,91,5,69,38.517,25.381,1,1,59.126,1,1,64.426,-1,86.643,15.116,6,6,7,7,6,6,,93.001,6,7,6,4,6,6,The visualization accurately shows the numbers on the axes and also includes the data source.,49.277,6,,7.176,2,7,3,4,1,5,6,24.963,3,4,7,6,6,5,10,10,,30.125,5,4,5,1,5,5,29.579,1,,7.402,2,1973,North Carolina,6,2,1,,7,,,2,4,1,5e26341c63251a881e185ecf@email.prolific.co,72.902,5e26341c63251a881e185ecf,"{""startTime"":1678935996417,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":31715},{""label"":""window_focused"",""time"":31987},{""time"":42770,""label"":""hovered"",""timeHovered"":1483,""week"":""2021-12-20""},{""time"":46160,""label"":""hovered"",""timeHovered"":2575,""week"":""2022-01-10""}]}","{""startTime"":1678936090290,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":11693,""label"":""hovered"",""timeHovered"":3214,""week"":""2021-12-13""}]}","{""startTime"":1678935893213,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":11127,""label"":""tour_next"",""step"":2},{""time"":20784,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678935979851,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,line,0,0,0,,4.2,0,0,0,0,0,0,15,1,1,0,1,1 -2023-03-15 22:58:33,2023-03-15 23:18:09,0,100,1175,1,2023-03-15 23:18:10,R_vIAAIzvNJ0BBEFb,30.1909,-85.6696,EN,1,16.863,,,,,15.071,84,83,87,35.761,58.99,-2,1,50.379,-2,-3,165.601,-3,74.944,15.115,4,6,4,2,7,6,,41.661,6,3,5,1,1,5,The data is only as good as its source and the people who are inputting it.,55.19,4,,12.661,2,7,3,4,1,5,6,18.499,3,3,7,3,2,6,8,6,,92.627,3,4,4,2,4,3,41.049,5,,8.92,1,1964,Florida,2,3,1,,9,,Panama city,5,3,1,jminfl32405@gmail.com,122.669,63eb13f36c0fe9ba20d45234,"{""startTime"":1678936121261,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678936163585,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678935878436,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":32162,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2449,""week"":""51"",""id"":""chart""},{""time"":35756,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2525,""week"":""44"",""id"":""chart""},{""time"":40001,""label"":""tour_next"",""step"":2},{""time"":43775,""label"":""tour_end"",""step"":2},{""time"":49132,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1134,""week"":""39"",""id"":""chart""}]}","{""startTime"":1678936105496,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":6885,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1977,""week"":""51"",""id"":""chart""},{""time"":9886,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1018,""week"":""50"",""id"":""chart""},{""time"":11029,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1226,""week"":""50"",""id"":""chart""}]}",0,moderate,bar,0,0,0,,3.3,0,3,3,4.221,1.407,4144,15,0.5,0,0,0,2 -2023-03-15 22:59:20,2023-03-15 23:18:18,0,100,1137,1,2023-03-15 23:18:18,R_3sdeLwoiqyPcvwW,41.6332,-83.579,EN,1,18.255,1,3,1,8.957,15.008,90,90,50,45.319,64.902,-2,1,197.502,-2,1,95.327,1,135.486,15.01,3,2,5,6,5,6,What about those who didn't know they had Covid or those people who didn't report it?,105.645,5,6,6,2,4,5,I trust the numbers on the visualization but it can be inaccurate because many people who had Covid may not have re[ported it.,54.9,6,,8.801,2,7,3,4,1,5,6,27.395,9,9,10,9,4,8,10,9,,29.801,4,3,4,2,4,3,45.336,3,1,26.996,2,1958,Ohio,6,1,1,,7,,,11,2,1,,136.862,611b09935cd6e67f2b5e9ea2,"{""startTime"":1678936003969,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678935867890,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":4240,""label"":""hovered"",""timeHovered"":1960,""week"":""2021-04-12""},{""time"":7188,""label"":""hovered"",""timeHovered"":11032,""week"":""2021-08-16""},{""time"":20045,""label"":""hovered"",""timeHovered"":1966,""week"":""2021-11-22""},{""time"":31215,""label"":""hovered"",""timeHovered"":1586,""week"":""2022-01-10""},{""time"":32973,""label"":""hovered"",""timeHovered"":4617,""week"":""2022-01-10""},{""time"":39041,""label"":""hovered"",""timeHovered"":6253,""week"":""2022-01-24""}]}","{""startTime"":1678935588742,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":15649,""label"":""hovered"",""timeHovered"":5856,""week"":""2021-11-01""},{""time"":25756,""label"":""hovered"",""timeHovered"":8015,""week"":""2022-01-03""},{""time"":40964,""label"":""tour_next"",""step"":2},{""time"":53809,""label"":""tour_end"",""step"":2},{""time"":34683,""label"":""hovered"",""timeHovered"":22014,""week"":""2021-12-20""},{""time"":60335,""label"":""hovered"",""timeHovered"":1230,""week"":""2021-08-23""}]}","{""startTime"":1678935852326,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line,0,0,0,,3.3,0,0,0,0,0,0,15,0.5,0.5,1,0.5,1 -2023-03-15 22:37:29,2023-03-15 23:19:01,0,100,2491,1,2023-03-15 23:19:01,R_2urfE3oVwQxqfoW,38.894,-77.0365,EN,1,148.848,1,4,2,27.198,15.014,100,100,83,126.066,213.317,1,1,196.595,1,1,306.858,1,153.106,15.11,7,7,7,6,7,7,,67.058,7,7,7,5,5,7,"The chart says the graph and data are from the CDC, and I trust them to provide the public with accurate health-related information. ",121.654,6,,21.42,2,7,3,4,1,5,6,55.671,8,9,8,8,10,8,11,10,,57.059,3,4,5,2,4,4,53.44,1,1,42.746,2,1959,Maryland,3,1,1,,7,,,5,4,1,5ba5d8b960f3d50001697104@email.prolific.co,680.405,5ba5d8b960f3d50001697104,"{""startTime"":1678935388903,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":356},{""label"":""window_focused"",""time"":4523},{""label"":""window_blurred"",""time"":10534},{""label"":""window_focused"",""time"":14062},{""label"":""window_blurred"",""time"":64268},{""label"":""window_focused"",""time"":65815}]}","{""startTime"":1678935168570,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":9410},{""label"":""window_focused"",""time"":10534},{""time"":31976,""label"":""hovered"",""timeHovered"":1882,""week"":""2022-01-10""},{""time"":34906,""label"":""hovered"",""timeHovered"":1090,""week"":""2022-01-10""},{""label"":""window_blurred"",""time"":38639},{""label"":""window_focused"",""time"":54682}]}","{""startTime"":1678934630984,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":46821,""label"":""hovered"",""timeHovered"":1258,""week"":""2021-12-20""},{""time"":49698,""label"":""hovered"",""timeHovered"":2001,""week"":""2022-01-10""},{""time"":58317,""label"":""hovered"",""timeHovered"":9988,""week"":""2021-04-12""},{""time"":74222,""label"":""hovered"",""timeHovered"":1649,""week"":""2021-08-23""},{""time"":75872,""label"":""hovered"",""timeHovered"":2701,""week"":""2021-08-23""},{""time"":82612,""label"":""hovered"",""timeHovered"":1550,""week"":""2021-08-09""},{""time"":90298,""label"":""hovered"",""timeHovered"":6654,""week"":""2021-08-16""},{""time"":101048,""label"":""hovered"",""timeHovered"":5202,""week"":""2021-11-22""},{""time"":107318,""label"":""hovered"",""timeHovered"":4868,""week"":""2021-11-29""},{""time"":113273,""label"":""hovered"",""timeHovered"":7486,""week"":""2022-01-03""},{""time"":126676,""label"":""hovered"",""timeHovered"":1127,""week"":""2022-01-10""},{""time"":130855,""label"":""hovered"",""timeHovered"":1299,""week"":""2022-01-03""},{""time"":137903,""label"":""hovered"",""timeHovered"":2902,""week"":""2021-12-27""},{""time"":143999,""label"":""hovered"",""timeHovered"":1700,""week"":""2022-01-10""},{""time"":156722,""label"":""hovered"",""timeHovered"":6002,""week"":""2022-01-03""},{""time"":163721,""label"":""hovered"",""timeHovered"":1884,""week"":""2022-02-07""},{""time"":169174,""label"":""hovered"",""timeHovered"":5400,""week"":""2022-02-07""},{""time"":175877,""label"":""tour_next"",""step"":2},{""time"":186102,""label"":""tour_end"",""step"":2},{""time"":187540,""label"":""hovered"",""timeHovered"":1342,""week"":""2022-01-31""},{""time"":189869,""label"":""hovered"",""timeHovered"":2933,""week"":""2022-01-03""},{""time"":197825,""label"":""hovered"",""timeHovered"":2524,""week"":""2022-01-31""},{""time"":206139,""label"":""hovered"",""timeHovered"":2626,""week"":""2021-12-27""}]}","{""startTime"":1678935152685,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":11393,""label"":""hovered"",""timeHovered"":2163,""week"":""2021-10-25""}]}",1,moderate,line,0,0,0,,3.7,0,1,1,2.163,2.163,0,15,1,1,1,1,2 -2023-03-15 22:57:29,2023-03-15 23:19:13,0,100,1304,1,2023-03-15 23:19:14,R_294jYpRSUoEeYIE,35.001,-78.9345,EN,1,13.307,1,2,1,7.471,15.017,89,89,83,42.139,119.345,1,1,72.877,-3,-3,89.669,1,76.341,15.011,5,2,5,5,7,6,"It if is actually information from the CDC, it would have to be information collected from a lot of sources. Any of those sources could be (but shouldn't be) suspect. Hospitals or nursing homes may or may not have wanted to say that X number of people died at our facility from COVID. Maybe there was confusion whether someone actually died from COVID or some other illness. There are too many variables. But if it was from the CDC, I would trust it as being accurate as humans at this time can make it. ",154.647,4,6,7,5,4,6,"It seems like this was the trend for the pandemic. It started off slow, then hit a peak and then started to diminish again. Then it seemed to get worse - hit a peak and then began to come down. I would want to verify it if I had to use the chart for something, but it seems very plausible. ",82.341,4,"My view of humankind changed during the Trump/COVID years. I truly thought we were smarter than what I was shown to be the case during that time. I don't know if it was actual politics or what, but so many people I knew that were Trump supporters refused to get the vaccine. Two of those people died and I know of one who is suffering from long-COVID. I didn't think COVID should have been politicized, but it seems that is what the Republicans wanted to do? I felt so sorry for Dr. Fauci. He was the person everyone should be listening to, but he had to deal with Trump and his ilk. I really don't understand what is going on. ",161.765,2,7,3,4,1,5,6,25.096,5,6,4,4,8,5,10,8,"I trust actual news media - - MSNBC, CBS, etc. for actual news. I want to put CNN in there, but sometimes they get carried away. I don't consider Fox News ""news"" in any way, shape or fashion. I think they should be tried for treason along with Trump and the Jan 6th idiots. I trust scientists, but I know there are a few bad ones who just want a name for themselves and they will 'fudge' results. I just went through a lawsuit and I think the legal system is so f*(ked up. I trust the Democratic party somewhat, but I don't trust Republicans at all. Santos, Taylor-Green, Boebert, seriously? ",253.406,3,4,5,3,5,3,20.227,2,1,13.874,2,1956,North Carolina,6,2,1,,7,,,11,4,1,happyttrails56@gmail.com,84.612,5de87c376522177f4f41cbd2,"{""startTime"":1678935864283,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678935750142,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678935541132,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":56,""label"":""tour_started""},{""time"":8112,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3167,""week"":""33"",""id"":""chart""},{""time"":11297,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7532,""week"":""32"",""id"":""chart""},{""time"":19147,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":10483,""week"":""52"",""id"":""chart""},{""time"":30319,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1046,""week"":""6"",""id"":""chart""},{""time"":33614,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1484,""week"":""22"",""id"":""chart""},{""time"":44884,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":12264,""week"":""32"",""id"":""chart""},{""time"":58034,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7533,""week"":""52"",""id"":""chart""},{""time"":67130,""label"":""tour_next"",""step"":2},{""time"":85303,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1134,""week"":""32"",""id"":""chart2""},{""time"":88870,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7216,""week"":""32"",""id"":""chart2""},{""time"":97672,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":10481,""week"":""52"",""id"":""chart2""},{""time"":110750,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678935734401,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":9645,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1935,""week"":""52"",""id"":""chart""}]}",1,simple,bar,0,0,0,,3.8,0,1,1,1.935,1.935,0,15,1,0,1,1,1 -2023-03-15 22:39:12,2023-03-15 23:20:08,0,100,2455,1,2023-03-15 23:20:08,R_3lEb8uHJlYFBcY5,34.0797,-83.9328,EN,1,359.679,,,,,15.11,89,96,46,33.457,36.082,-2,-2,43.671,1,-3,74.053,1,293.742,15.107,6,6,6,6,2,7,na,54.196,6,6,5,2,6,7,The source it came from. ,11.752,4,,8.79,2,7,3,4,1,5,6,19.254,2,4,6,7,4,4,9,9,,21.213,4,4,5,2,2,3,22.734,4,,5.372,2,1977,Georgia,3,1,1,,7,,,13,2,1,5c47cab451c26300012cdd41@email.prolific.co,69.07,5c47cab451c26300012cdd41,"{""startTime"":1678936300868,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678936219503,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678936092787,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":12677,""label"":""hovered"",""timeHovered"":5483,""week"":""2021-10-04""},{""time"":23827,""label"":""hovered"",""timeHovered"":1416,""week"":""2022-01-24""},{""time"":26147,""label"":""tour_next"",""step"":2},{""time"":32791,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678936203982,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,line,0,0,0,,3.3,0,0,0,0,0,0,15,0,0.5,1,0.5,2 -2023-03-15 23:12:48,2023-03-15 23:21:36,0,100,527,1,2023-03-15 23:21:36,R_8AknEDek9SNOt8t,39.2124,-76.8776,EN,1,8.053,1,3,2,6.853,15.017,84,39,11,18.624,15.876,-2,-2,80.472,-3,-3,93.594,1,25.437,15.118,5,5,6,6,5,5,,19.985,5,5,5,3,4,5,I don't trust covid data because it is so badly collected.,31.79,4,,4.224,2,7,3,4,1,5,6,33.979,5,6,2,6,6,4,9,8,,24.946,4,3,5,2,4,4,17.226,2,1,7.746,2,1979,Maryland,6,1,1,,9,,Columbia,19,3,1,sunshined121@hotmail.com,46.908,5eace152e25d6800091dd418,"{""startTime"":1678936563462,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678936583821,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678936437700,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":21,""label"":""tour_started""},{""time"":10182,""label"":""tour_next"",""step"":2},{""time"":13240,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678936547740,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar,0,0,0,,3.7,0,0,0,0,0,0,15,0,0,1,0,2 -2023-03-15 23:12:34,2023-03-15 23:21:50,0,100,556,1,2023-03-15 23:21:51,R_O7k7O92foMKhiGR,34.0757,-118.3161,EN,1,7.106,,,,,15.203,76,68,69,11.5,28.582,1,1,72.415,1,1,70.198,1,74.789,15.007,6,6,6,6,6,6,,22.015,6,6,6,6,6,6,The legend and other indicators on the chart look very clear to me. I didn't see any confusion at all.,32.213,3,,13.903,2,7,3,4,1,5,6,25.214,6,6,6,6,6,6,6,6,,12.067,3,3,3,3,3,3,13.1,5,,7.736,1,1971,California,6,2,1,,4,,,4,3,1,,68.786,604ae23075cb7165f9730564,"{""startTime"":1678936526021,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678936549313,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678936406678,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":28,""label"":""tour_started""},{""time"":13603,""label"":""tour_next"",""step"":2},{""time"":24790,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678936509603,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,line,0,0,0,,3,0,0,0,0,0,0,15,1,1,1,1,1 -2023-03-15 23:04:52,2023-03-15 23:21:55,0,100,1023,1,2023-03-15 23:21:56,R_1i4oxIgu6dEO9Ln,40.726,-73.848,EN,1,10.49,1,4,1,7.502,15.129,100,100,50,19.287,25.681,1,1,45.666,1,1,80.621,-1,138.755,15.128,7,7,7,7,7,7,,28.259,6,7,7,5,6,7,I believe all the necessary data is present and the conclusions here are consistent with what I have seen from other sources,41.273,6,"Was the question ""In late December 2022, what age group of vaccinated people report a higher case count than unvaccinated people Ages 80+?"" correct? I read the graph as showing 2021 and then Jan & Feb 2022 and no graph for Dec 2022 so answered 'don't know'. Should the question have read ""Dec 2021"" or was this a trick question?",150.793,2,7,3,4,1,5,6,35.093,10,10,10,10,10,10,11,11,,24.435,5,5,5,1,5,5,26.124,4,1,14.737,1,1960,New York,6,2,1,,7,,,17,4,1,m_levine@pipeline.com,167.959,60c75628113cc78734583d3b,"{""startTime"":1678936206067,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_focused"",""time"":2274}]}","{""startTime"":1678936234753,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678936083216,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":18436,""label"":""tour_next"",""step"":2},{""time"":22430,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678936190435,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":9475},{""label"":""window_focused"",""time"":10999},{""label"":""window_blurred"",""time"":11312},{""label"":""window_focused"",""time"":14867},{""label"":""window_blurred"",""time"":14883}]}",1,moderate,line,0,0,0,,4.3,0,0,0,0,0,0,9.804,1,1,0,1,2 -2023-03-15 22:51:23,2023-03-15 23:22:10,0,100,1846,1,2023-03-15 23:22:10,R_1gCHLaZhmEH4lkZ,41.028,-75.978,EN,1,7.505,,,,,15.115,45,11,53,27.578,34.555,1,1,113.367,-2,1,56.663,1,119.884,15.017,6,6,6,6,7,6,,20.951,6,7,6,3,5,6," can see all the relevant information, the number of diseases and the time period ",64.742,3,,10.232,2,7,3,4,1,5,6,19.684,6,8,9,6,7,9,10,10,,23.762,4,4,4,2,4,4,28.091,6,,6.36,2,1980,Pennsylvania,4,3,1,,9,,Austin,8,3,1,Lynette1016@outlook.com,46.51,634696400ff1ac25ed01ad11,"{""startTime"":1678936586040,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678936497458,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678936332926,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":10962,""label"":""hovered"",""timeHovered"":2750,""week"":""2022-01-03""},{""time"":15330,""label"":""hovered"",""timeHovered"":1033,""week"":""2022-01-17""},{""time"":18277,""label"":""tour_next"",""step"":2},{""time"":26925,""label"":""tour_end"",""step"":2},{""time"":29196,""label"":""hovered"",""timeHovered"":2828,""week"":""2022-01-10""}]}","{""startTime"":1678936481785,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,line,0,0,0,,3.7,0,0,0,0,0,0,15,1,0.5,1,1,1 -2023-03-15 23:12:01,2023-03-15 23:22:40,0,100,639,1,2023-03-15 23:22:41,R_2XptompMLEsRxZ1,41.5412,-88.0546,EN,1,12.047,,,,,16.99,83,100,27,36.669,43.914,1,-1,60.252,1,1,44.895,-3,68.719,16.765,4,4,4,5,3,3,,23.13,5,6,4,1,3,4,I dont mistrust the information but I dont trust it 100%,37.503,3,,9.7,2,7,3,4,1,5,6,34.544,5,6,6,7,6,3,8,10,,32.23,5,4,5,4,5,3,25.546,3,,5.125,3,2003,Illinois,3,2,1,,4,,,5,4,1,,85.984,62c5cdfe50000fce3e390be0,"{""startTime"":1678936512145,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678936536633,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678936402100,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":23227,""label"":""tour_next"",""step"":2},{""time"":28235,""label"":""tour_end"",""step"":2},{""time"":36774,""label"":""hovered"",""timeHovered"":2122,""week"":""2022-01-10""}]}","{""startTime"":1678936493149,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":2202},{""label"":""window_focused"",""time"":7918}]}",0,moderate,line,0,0,0,,4.3,0,0,0,0,0,0,2.202,0.5,1,0,1,2 -2023-03-15 23:05:41,2023-03-15 23:22:54,0,100,1032,1,2023-03-15 23:22:54,R_XHPH1bmOrOfzxHX,39.0352,-94.5456,EN,1,46.682,1,4,2,13.366,15.342,100,100,66,107.489,52.677,1,1,66.872,-3,-3,66.286,-2,65.203,15.117,7,7,7,7,7,7,,15.403,7,7,6,7,7,7,It provides data that I believe corresponds with what I have seen previously reported on infections.,205.586,6,,7.828,2,7,3,4,1,5,6,17.802,6,6,7,8,9,2,11,11,,25.689,5,5,5,1,4,4,18.332,1,4,12.689,1,1973,Missouri,6,2,1,,9,,KANSAS CITY,3,4,1,CCWMATTHEWS@AOL.COM,60.122,54847f1cfdf99b07b28f22f9,"{""startTime"":1678936667951,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678936431913,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678936291796,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":38,""label"":""tour_started""},{""time"":13433,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1582,""week"":""48"",""id"":""chart""},{""time"":20127,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2420,""week"":""31"",""id"":""chart""},{""time"":23615,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1067,""week"":""34"",""id"":""chart""},{""time"":24744,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1071,""week"":""37"",""id"":""chart""},{""time"":26742,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1025,""week"":""50"",""id"":""chart""},{""time"":27848,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2233,""week"":""52"",""id"":""chart""},{""time"":31127,""label"":""tour_next"",""step"":2},{""time"":37030,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2550,""week"":""51"",""id"":""chart2""},{""time"":40246,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2266,""week"":""1"",""id"":""chart2""},{""time"":42745,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1935,""week"":""47"",""id"":""chart2""},{""time"":45979,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1367,""week"":""40"",""id"":""chart2""},{""time"":51623,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678936414247,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":9394,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1459,""week"":""52"",""id"":""chart""},{""time"":11192,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2226,""week"":""52"",""id"":""chart2""}]}",1,simple,bar,0,0,0,,4,0,2,2,3.685,1.8425,1798,15,1,0,0,1,1 -2023-03-15 23:18:15,2023-03-15 23:24:59,0,100,404,1,2023-03-15 23:25:00,R_11j94qkhR03uLX4,43.8013,-91.2134,EN,1,4.037,,,,,15.113,77,71,16,9.67,25.164,1,1,53.845,-3,-3,51.982,-1,9.8,16.957,5,5,5,6,6,6,Purpose???,26.902,6,5,5,5,6,6,Numbers back up the bars.,13.844,2,Purpose??,9.572,2,7,3,4,1,5,6,13.986,1,1,7,2,1,3,3,6,,16.304,4,3,2,3,3,3,6.189,7,,20.549,1,1962,Wisconsin,4,2,1,,7,,,7,2,1,jeffe@centurytel.net,63.391,5e1e935be3c7191e0519b486,"{""startTime"":1678936869860,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678936829632,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_focused"",""time"":18190}]}","{""startTime"":1678936730416,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":8249,""label"":""tour_next"",""step"":2},{""time"":9250,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2865,""week"":""52"",""id"":""chart2""},{""time"":14126,""label"":""tour_end"",""step"":2},{""time"":19727,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4008,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678936810598,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":7011}]}",0,simple,bar,0,0,0,,3,0,0,0,0,0,0,7.011,1,0,0,1,1 -2023-03-15 23:12:22,2023-03-15 23:25:11,0,100,768,1,2023-03-15 23:25:11,R_2ZJFWRDlOXqdCzE,39.9486,-75.2339,EN,1,29.144,,,,,15.034,56,46,26,20.383,123.205,1,1,63.079,-1,1,107.014,1,78.987,15.155,6,4,6,4,6,6,,32.217,6,4,2,2,2,6,"I believe the data in the visualaztion to be true, because it was presented as a fact.",46.153,4,,6.586,2,7,3,4,1,5,6,23.297,2,2,2,2,2,4,9,9,,25.732,4,4,4,2,4,3,29.383,2,,7.205,2,1986,Pennsylvania,2,1,1,,3,,,6,3,1,63d83eafdd418ada3528719e@email.prolific.co,88.827,63d83eafdd418ada3528719e,"{""startTime"":1678936706474,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678936632648,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678936413074,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":16332,""label"":""hovered"",""timeHovered"":1023,""week"":""2021-12-27""},{""time"":17559,""label"":""hovered"",""timeHovered"":3995,""week"":""2022-01-10""},{""time"":22237,""label"":""hovered"",""timeHovered"":2034,""week"":""2022-01-31""},{""time"":26509,""label"":""tour_next"",""step"":5},{""time"":45497,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-11""},{""time"":47098,""label"":""tour_next"",""step"":5},{""time"":50849,""label"":""moved_brush"",""startDate"":""2021-04-12"",""endDate"":""2022-02-13""},{""time"":51482,""label"":""moved_brush"",""startDate"":""2021-04-12"",""endDate"":""2022-02-13""},{""time"":52196,""label"":""moved_brush"",""startDate"":""2021-04-12"",""endDate"":""2022-02-13""},{""time"":63099,""label"":""moved_brush"",""startDate"":""2021-10-08"",""endDate"":""2022-02-13""},{""time"":65197,""label"":""tour_next"",""step"":5},{""time"":75684,""label"":""cleared_brush"",""using"":""click""},{""time"":78292,""label"":""cleared_brush"",""using"":""click""},{""time"":79814,""label"":""started_brush"",""startDate"":""2021-07-04"",""endDate"":""2021-07-20""},{""time"":80579,""label"":""cleared_brush"",""using"":""click""},{""time"":81262,""label"":""tour_next"",""step"":5},{""time"":88932,""label"":""tour_end"",""step"":5},{""time"":98565,""label"":""started_brush"",""startDate"":""2021-04-23"",""endDate"":""2022-02-13""},{""time"":104290,""label"":""hovered"",""timeHovered"":1109,""week"":""2022-01-10""},{""time"":118172,""label"":""moved_brush"",""startDate"":""2021-04-23"",""endDate"":""2022-02-13""}]}","{""startTime"":1678936616784,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":6148,""label"":""hovered"",""timeHovered"":2115,""week"":""2022-01-03""},{""time"":10960,""label"":""hovered"",""timeHovered"":1071,""week"":""2021-12-20""},{""time"":12059,""label"":""hovered"",""timeHovered"":1122,""week"":""2021-12-20""}]}",0,complex,line,0,0,0,,3.5,0,3,3,4.308,1.436,5911,15,1,0.5,1,1,3 -2023-03-15 22:26:17,2023-03-15 23:26:00,0,100,3582,1,2023-03-15 23:26:01,R_3MtbiuJjOEuf8sJ,28.2404,-82.7188,EN,1,21.625,1,2,2,11.4,15.009,66,34,68,24.974,69.001,-2,-2,89.406,1,-2,222.847,1,68.396,15.009,5,4,4,5,5,3,,132.764,5,3,6,3,1,4,I would have to do more research of where they get their data from before i can say i fully trust something.,38.705,4,,25.924,2,7,3,4,1,5,6,31.816,4,6,6,7,4,7,9,9,,243.179,2,3,2,3,5,5,52.204,2,1,49.502,1,1973,Florida,2,2,1,,7,,,6,4,1,,2336.109,631677b07578c19a17bf4c5a,"{""startTime"":1678933965216,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933827219,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933672894,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":7130,""label"":""tour_next"",""step"":5},{""time"":37091,""label"":""started_brush"",""startDate"":""2021-09-07"",""endDate"":""2021-12-15""},{""time"":39164,""label"":""tour_next"",""step"":5},{""time"":48102,""label"":""moved_brush"",""startDate"":""2021-06-01"",""endDate"":""2021-09-09""},{""time"":49422,""label"":""tour_next"",""step"":5},{""time"":57581,""label"":""cleared_brush"",""using"":""Click""},{""time"":57581,""label"":""cleared_brush"",""using"":""Escape""},{""time"":59402,""label"":""tour_next"",""step"":5},{""time"":64355,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678933811658,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar,0,0,0,,3.3,0,0,0,0,0,0,15,0,0.5,1,1,3 -2023-03-15 23:15:26,2023-03-15 23:26:30,0,100,663,1,2023-03-15 23:26:31,R_3RgRuZWd4SNnglM,39.9727,-74.2474,EN,1,17.583,,,,,15.022,93,94,85,25.86,59.797,1,1,42.542,1,1,64.905,1,57.121,15.124,6,6,6,7,5,6,"At first I though both insect and fungus bars started at 0, which seems like it would be a better comparison between them, although this type of bar chart is good for determining the diference in totals I suppose. Thank you!",101.761,6,5,6,4,7,6,"It seems to come from a dataset of evidence, there may be actually a bit more than what the chart shows if not all areas were detected unless it is an estimate.",59.964,4,Thank you.,12.597,2,7,3,4,1,5,6,22.758,3,2,1,2,3,4,11,10,,25.32,4,4,5,1,4,5,22.038,2,,7.298,1,1989,New Jersey,3,2,1,,7,,,7,4,1,877wrangler@gmail.com,58.15,5611f6dd7ffc8a00058117e7,"{""startTime"":1678936734422,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678936837132,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678936592463,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":12048,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2198,""week"":""1"",""id"":""chart""},{""time"":14372,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":9283,""week"":""2"",""id"":""chart""},{""time"":23725,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2794,""week"":""3"",""id"":""chart""},{""label"":""window_blurred"",""time"":31862},{""label"":""window_focused"",""time"":33452},{""time"":33652,""label"":""tour_next"",""step"":2},{""time"":37870,""label"":""tour_end"",""step"":2},{""time"":40548,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1390,""week"":""52"",""id"":""chart""},{""time"":42300,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3242,""week"":""50"",""id"":""chart""},{""time"":45736,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1172,""week"":""51"",""id"":""chart""},{""time"":47041,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2427,""week"":""52"",""id"":""chart""},{""time"":49536,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1659,""week"":""1"",""id"":""chart""},{""time"":51288,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2144,""week"":""2"",""id"":""chart""}]}","{""startTime"":1678936718321,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":6813,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2231,""week"":""51"",""id"":""chart""},{""time"":9927,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3118,""week"":""3"",""id"":""chart""}]}",0,moderate,bar,0,0,0,,3.8,0,2,2,5.349,2.6745,3114,15,1,1,1,1,2 -2023-03-15 23:16:14,2023-03-15 23:27:14,0,100,660,1,2023-03-15 23:27:15,R_10USxRiCgqWheBJ,35.7113,-82.5467,EN,1,24.329,1,4,1,7.214,15.068,89,77,81,21.967,91.575,-2,-3,67.5,-3,-3,58.719,-2,20.68,15.009,7,6,7,6,7,7,,22.6,7,7,7,5,6,7,it looks scientific,17.401,6,very fun and interesting,14.76,2,7,3,4,1,5,6,22.491,8,9,8,9,9,8,11,11,,24.224,4,5,5,1,5,5,24.119,2,1,12.504,2,1958,North Carolina,6,1,1,,7,,,12,4,1,Rhondasue219@hotmail.com,73.005,6063737f1039adcbf6428ac2,"{""startTime"":1678936908876,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678936932184,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678936732962,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":23,""label"":""tour_started""},{""time"":63699,""label"":""tour_next"",""step"":2},{""time"":72187,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1083,""week"":""1"",""id"":""chart2""},{""time"":82813,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678936893237,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar,0,0,0,,4.2,0,0,0,0,0,0,15,0,0,0,0,1 -2023-03-15 23:10:03,2023-03-15 23:27:37,0,100,1053,1,2023-03-15 23:27:37,R_2xFVc32CUxxRXbQ,32.2871,-90.2306,EN,1,51.46,,,,,15.014,74,91,62,49.626,46.132,-2,1,71.254,-3,-3,118.476,1,71.099,15.028,6,6,4,6,7,4,,78.143,6,6,4,2,2,4,I know nothing about the data source or crops in general in Croatia.,63.361,6,,21.338,2,7,3,4,1,5,6,23.135,8,8,10,8,8,8,9,10,A lot of the above put their self interests first.,97.021,3,3,4,4,3,3,32.068,6,,21.242,2,1964,Mississippi,6,2,1,,9,,Byram,16,1,1,b_frances@msn.com,199.753,5fe49a4ad8918ba1615e298d,"{""startTime"":1678936559281,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678936638359,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":1506,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4195,""week"":""2"",""id"":""chart""}]}","{""startTime"":1678936424447,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":41,""label"":""tour_started""},{""time"":9516,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5148,""week"":""52"",""id"":""chart""},{""time"":14745,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1132,""week"":""51"",""id"":""chart""},{""time"":16081,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1464,""week"":""49"",""id"":""chart""},{""time"":23591,""label"":""tour_next"",""step"":2},{""time"":25699,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1117,""week"":""2"",""id"":""chart2""},{""time"":28539,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2632,""week"":""44"",""id"":""chart2""},{""time"":31295,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1415,""week"":""41"",""id"":""chart2""},{""time"":44318,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678936543321,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,bar,0,0,0,,3.3,0,0,0,0,0,0,15,0.5,0,1,0.5,1 -2023-03-15 23:17:20,2023-03-15 23:31:35,0,100,855,1,2023-03-15 23:31:36,R_1dmqHLr8cTaxvna,32.5298,-94.7949,EN,1,28.201,1,4,1,12.79,15.11,100,83,43,53.879,134.312,1,1,61.088,1,1,57.282,1,28.648,15.111,7,6,7,7,7,7,I think it's important to have publicly accessible visualizations of data like this to help combat misinformation.,56.282,6,7,7,3,4,7,"I trust the data source of the CDC to be reasonably accurate. If there are inaccuracies, they probably don't affect the differences between the vaccinated and unvaccinated groups that much.",62.266,5,I did like the interactive graph. It made it easier to understand the data and would have been helpful in answering some of the questions where we had the static visualizaiotn.,55.897,2,7,3,4,1,5,6,28.893,2,7,5,8,7,5,10,10,,40.712,5,5,5,1,5,5,31.22,3,1,24.09,1,1980,Texas,6,3,1,,7,,,14,2,1,63ed059a43d8d970d47c98a0@email.prolific.co,88.172,63ed059a43d8d970d47c98a0,"{""startTime"":1678937043613,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678936941837,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678936762692,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":18085,""label"":""hovered"",""timeHovered"":8807,""week"":""2022-01-17""},{""time"":30845,""label"":""tour_next"",""step"":5},{""time"":42853,""label"":""started_brush"",""startDate"":""2021-10-01"",""endDate"":""2022-01-05""},{""time"":46072,""label"":""started_brush"",""startDate"":""2021-12-10"",""endDate"":""2022-02-11""},{""time"":47572,""label"":""tour_next"",""step"":5},{""time"":55529,""label"":""moved_brush"",""startDate"":""2021-07-28"",""endDate"":""2021-09-29""},{""time"":56716,""label"":""tour_next"",""step"":5},{""time"":62771,""label"":""cleared_brush"",""using"":""click""},{""time"":65724,""label"":""tour_next"",""step"":5},{""time"":75986,""label"":""tour_end"",""step"":5},{""time"":77413,""label"":""hovered"",""timeHovered"":1022,""week"":""2022-01-17""},{""time"":82279,""label"":""started_brush"",""startDate"":""2021-07-09"",""endDate"":""2021-10-09""},{""time"":94173,""label"":""moved_brush"",""startDate"":""2021-04-13"",""endDate"":""2021-07-15""},{""time"":95179,""label"":""hovered"",""timeHovered"":2210,""week"":""2021-06-14""},{""time"":104279,""label"":""moved_brush"",""startDate"":""2021-11-12"",""endDate"":""2022-02-13""},{""time"":110319,""label"":""moved_brush"",""startDate"":""2021-12-15"",""endDate"":""2022-02-13""},{""time"":113051,""label"":""moved_brush"",""startDate"":""2021-12-15"",""endDate"":""2022-01-25""},{""time"":115402,""label"":""moved_brush"",""startDate"":""2021-12-24"",""endDate"":""2022-01-25""},{""time"":118684,""label"":""moved_brush"",""startDate"":""2021-12-29"",""endDate"":""2022-01-25""},{""time"":121062,""label"":""hovered"",""timeHovered"":1412,""week"":""2022-01-03""},{""time"":122478,""label"":""hovered"",""timeHovered"":1907,""week"":""2022-01-03""}]}","{""startTime"":1678936926349,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":8839,""label"":""started_brush"",""startDate"":""2021-12-02"",""endDate"":""2022-02-05""},{""time"":11739,""label"":""hovered"",""timeHovered"":1033,""week"":""2022-01-03""}]}",1,complex,line,0,0,0,,4.3,1,2,1,1.033,1.033,2900,15,1,1,1,1,3 -2023-03-15 23:10:25,2023-03-15 23:35:25,0,100,1499,1,2023-03-15 23:35:26,R_1ms0XANovAODlnJ,33.7228,-83.9976,EN,1,54.029,2,,1,24.396,15.017,33,68,28,43.318,239.206,1,1,70.772,-1,1,98.685,1,95.272,15.01,3,3,4,6,7,3,"There is a great deal of missing information if one is to draw meaningful conclusions. For instance, has the data been filtered or adjusted and what is the margin for error.",173.437,3,6,4,2,1,3,There is no indication of margin for error and how the data was collected.,56.449,5,There was no information about the number or percentage of reinfections in any category.,110.167,2,7,3,4,1,5,6,29.502,2,5,8,7,2,6,10,10,None,55.096,3,5,4,2,5,4,64.603,6,3,31.167,1,1957,Georgia,6,3,1,,4,,,4,3,2,,248.587,6163abe84640981d685a57f2,"{""startTime"":1678936733099,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":6474,""label"":""started_brush"",""startDate"":""2021-07-08"",""endDate"":""2021-08-05""},{""time"":7770,""label"":""cleared_brush"",""using"":""click""}]}","{""startTime"":1678936907391,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678936381882,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":5991,""label"":""hovered"",""timeHovered"":2039,""week"":""2022-01-10""},{""time"":11536,""label"":""hovered"",""timeHovered"":1279,""week"":""2022-01-03""},{""time"":22563,""label"":""hovered"",""timeHovered"":19882,""week"":""2021-09-20""},{""time"":56200,""label"":""tour_next"",""step"":5},{""time"":78596,""label"":""started_brush"",""startDate"":""2021-05-03"",""endDate"":""2021-09-10""},{""time"":84626,""label"":""started_brush"",""startDate"":""2022-01-05"",""endDate"":""2022-02-12""},{""time"":92762,""label"":""started_brush"",""startDate"":""2021-05-05"",""endDate"":""2021-06-07""},{""time"":101567,""label"":""tour_next"",""step"":5},{""time"":165984,""label"":""moved_brush"",""startDate"":""2021-11-14"",""endDate"":""2021-12-16""},{""time"":168477,""label"":""tour_next"",""step"":5},{""time"":175953,""label"":""cleared_brush"",""using"":""click""},{""time"":181955,""label"":""tour_next"",""step"":5},{""time"":195371,""label"":""tour_end"",""step"":5},{""time"":218407,""label"":""started_brush"",""startDate"":""2022-01-21"",""endDate"":""2022-02-07""},{""time"":224751,""label"":""moved_brush"",""startDate"":""2021-12-31"",""endDate"":""2022-01-18""},{""time"":226144,""label"":""cleared_brush"",""using"":""click""}]}","{""startTime"":1678936717446,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line,0,0,0,,3.8,0,0,0,0,0,0,15,1,0.5,1,1,3 -2023-03-15 23:24:49,2023-03-15 23:36:47,0,100,718,1,2023-03-15 23:36:48,R_3p3TVdYvB0JWcYL,40.6002,-74.1469,EN,1,11.359,1,1,1,5.814,15.008,100,100,75,30.132,52.867,1,1,68.898,-3,1,87.12,1,62.482,15.011,7,2,7,7,7,7,Are those only people who presented with symptoms (or to their medical providers)? What about the hospitalizations? ,65.577,2,7,7,6,2,7,"It is CDC data: I might doubt the completeness of the data, but I have no reasons to doubt the validity. ",35.601,3,,10.363,2,7,3,4,1,5,6,25.013,2,8,8,7,4,3,10,10,,25.846,5,5,5,1,5,5,31.662,5,1,15.447,2,1964,New York,7,3,1,,7,,,9,4,1,63b7992d848592c307fe1e49@email.prolific.co,85.484,63b7992d848592c307fe1e49,"{""startTime"":1678937409239,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678937327145,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678937170694,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":20040,""label"":""tour_next"",""step"":2},{""time"":25000,""label"":""tour_end"",""step"":2},{""time"":26452,""label"":""hovered"",""timeHovered"":1582,""week"":""2021-06-14""},{""time"":30496,""label"":""hovered"",""timeHovered"":4883,""week"":""2022-01-10""},{""time"":37955,""label"":""hovered"",""timeHovered"":2856,""week"":""2022-01-03""},{""time"":42804,""label"":""hovered"",""timeHovered"":1755,""week"":""2022-02-07""}]}","{""startTime"":1678937311546,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":4641,""label"":""hovered"",""timeHovered"":1588,""week"":""2022-01-03""},{""time"":6239,""label"":""hovered"",""timeHovered"":1742,""week"":""2022-01-03""}]}",1,moderate,line,0,0,0,,4.3,0,2,2,3.33,1.665,1598,15,1,0.5,1,0.5,2 -2023-03-15 23:19:35,2023-03-15 23:38:01,0,100,1105,1,2023-03-15 23:38:01,R_abNqNI56JEfjIOt,32.7797,-96.8022,EN,1,11.797,2,,2,7.586,36.095,0,0,33,18.856,3.275,1,-1,158.589,1,-3,10.52,-2,59.952,15.008,1,2,2,6,6,1,,35.991,4,3,2,2,2,1,Don't trust the data.,1.857,3,,2.438,2,7,3,4,1,5,6,26.511,4,1,7,3,1,9,1,4,,11.451,4,1,5,1,4,2,36.414,7,1,3.028,2,1954,Texas,3,2,1,,7,,,6,2,1,6384e535ba619451063f5223@email.prolific.co,137,6384e535ba619451063f5223,"{""startTime"":1678937397924,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678937318918,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678937054127,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":23,""label"":""tour_started""}]}","{""startTime"":1678937303619,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":9525,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1305,""week"":""2"",""id"":""chart""},{""time"":10973,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1465,""week"":""52"",""id"":""chart""}]}",1,simple,bar,0,0,0,,2.8,0,2,2,2.77,1.385,1448,15,0.5,0.5,0,0.5,1 -2023-03-15 22:36:54,2023-03-15 23:38:10,0,100,3675,1,2023-03-15 23:38:10,R_2SCxHtB1QcFPAr0,42.417,-88.9995,EN,1,454.142,1,3,2,10.812,15.105,83,83,60,1645.434,574.327,1,-2,120.186,-3,1,77.945,-1,214.886,16.997,5,3,5,3,2,4,Thanks. ,42.046,6,5,6,6,6,4,I don't feel like I was given a great deal of info and the dates are somewhat hard to understand.,55.379,5,Thanks,16.948,2,7,3,4,1,5,6,19.418,3,5,5,4,5,4,10,10,Thanks,38.73,3,4,5,1,5,4,24.425,2,2,17.161,1,1982,Illinois,6,1,1,,7,,,14,4,1,5e606b1eaf84e83c728748d7@email.prolific.co,267.823,5e606b1eaf84e83c728748d7,"{""startTime"":1678937171702,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":29017},{""label"":""window_focused"",""time"":30563}]}","{""startTime"":1678937214864,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678936361440,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":23,""label"":""tour_started""},{""time"":3391,""label"":""hovered"",""timeHovered"":4792,""week"":""2022-01-03""},{""time"":9400,""label"":""hovered"",""timeHovered"":2099,""week"":""2021-09-20""},{""time"":27082,""label"":""tour_next"",""step"":5},{""time"":50763,""label"":""tour_back"",""step"":5},{""time"":53611,""label"":""hovered"",""timeHovered"":1092,""week"":""2021-08-30""},{""time"":82474,""label"":""hovered"",""timeHovered"":2670,""week"":""2022-01-17""},{""time"":93157,""label"":""tour_next"",""step"":5},{""time"":120120,""label"":""started_brush"",""startDate"":""2021-10-15"",""endDate"":""2021-11-18""},{""time"":132194,""label"":""started_brush"",""startDate"":""2021-05-27"",""endDate"":""2022-01-04""},{""time"":134946,""label"":""tour_back"",""step"":5},{""label"":""window_blurred"",""time"":159620},{""label"":""window_focused"",""time"":316904},{""time"":332655,""label"":""tour_next"",""step"":5},{""time"":343832,""label"":""moved_brush"",""startDate"":""2021-07-06"",""endDate"":""2022-02-13""},{""time"":348976,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-19""},{""time"":356078,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-19""},{""time"":356316,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-19""},{""time"":356478,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-19""},{""time"":358065,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-19""},{""time"":359651,""label"":""moved_brush"",""startDate"":""2021-07-06"",""endDate"":""2022-02-13""},{""time"":360949,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-19""},{""time"":364344,""label"":""moved_brush"",""startDate"":""2021-07-06"",""endDate"":""2022-02-13""},{""time"":384883,""label"":""tour_back"",""step"":5},{""time"":412648,""label"":""tour_next"",""step"":5},{""time"":418872,""label"":""moved_brush"",""startDate"":""2021-07-06"",""endDate"":""2022-02-13""},{""time"":419447,""label"":""started_brush"",""startDate"":""2021-06-03"",""endDate"":""2021-06-05""},{""time"":431336,""label"":""cleared_brush"",""using"":""click""},{""time"":452150,""label"":""started_brush"",""startDate"":""2021-11-07"",""endDate"":""2021-11-24""},{""time"":453709,""label"":""tour_next"",""step"":5},{""time"":462945,""label"":""moved_brush"",""startDate"":""2021-11-07"",""endDate"":""2021-12-05""},{""time"":464440,""label"":""tour_next"",""step"":5},{""time"":474471,""label"":""moved_brush"",""startDate"":""2021-10-08"",""endDate"":""2021-11-04""},{""time"":478685,""label"":""moved_brush"",""startDate"":""2021-10-08"",""endDate"":""2021-10-21""},{""time"":480741,""label"":""moved_brush"",""startDate"":""2021-08-18"",""endDate"":""2021-10-21""},{""time"":486787,""label"":""moved_brush"",""startDate"":""2021-08-18"",""endDate"":""2021-10-21""},{""time"":491529,""label"":""moved_brush"",""startDate"":""2021-08-18"",""endDate"":""2021-10-21""},{""time"":491672,""label"":""moved_brush"",""startDate"":""2021-08-18"",""endDate"":""2021-10-21""},{""time"":496799,""label"":""moved_brush"",""startDate"":""2021-08-18"",""endDate"":""2021-10-21""},{""time"":498729,""label"":""cleared_brush"",""using"":""click""},{""time"":498733,""label"":""cleared_brush"",""using"":""Escape""},{""time"":500637,""label"":""tour_next"",""step"":5},{""time"":511786,""label"":""tour_end"",""step"":5},{""time"":548636,""label"":""started_brush"",""startDate"":""2021-05-09"",""endDate"":""2022-02-13""},{""time"":556196,""label"":""moved_brush"",""startDate"":""2021-05-09"",""endDate"":""2022-02-13""},{""time"":557704,""label"":""moved_brush"",""startDate"":""2021-05-09"",""endDate"":""2022-02-13""},{""time"":558215,""label"":""moved_brush"",""startDate"":""2021-05-08"",""endDate"":""2022-02-12""},{""time"":559716,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-01-16""},{""time"":561283,""label"":""cleared_brush"",""using"":""click""},{""time"":561297,""label"":""cleared_brush"",""using"":""Escape""},{""time"":570480,""label"":""started_brush"",""startDate"":""2021-05-13"",""endDate"":""2022-02-13""}]}","{""startTime"":1678937153054,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":7771,""label"":""hovered"",""timeHovered"":3086,""week"":""2021-12-20""},{""label"":""window_blurred"",""time"":12445},{""label"":""window_focused"",""time"":17834}]}",1,complex,line,0,0,0,,3.7,0,1,1,3.086,3.086,0,12.445,0.5,0.5,0,0,3 -2023-03-15 23:25:13,2023-03-15 23:39:46,0,100,873,1,2023-03-15 23:39:47,R_3nOtwymXNQYryVN,43.1723,-76.1032,EN,1,30.319,,,,,15.118,90,89,87,57.762,181.239,1,1,117.04,-3,-3,79.577,-2,52.226,15.115,4,4,4,6,6,6,,51.928,4,7,6,1,1,6,The source appears to be legitimate,28.982,6,,8.767,2,7,3,4,1,5,6,26.59,5,8,8,7,10,6,10,10,,22.446,4,4,5,1,4,4,33.851,3,,9.453,1,1954,New York,6,1,1,,9,,Cicero,13,4,1,earley.steve5993@gmail.com,77.476,5dfb693a73d72487b1fe495b,"{""startTime"":1678937548453,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678937487365,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678937235645,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":12476,""label"":""tour_next"",""step"":5},{""time"":28428,""label"":""tour_back"",""step"":5},{""time"":37709,""label"":""tour_next"",""step"":5},{""time"":65482,""label"":""started_brush"",""startDate"":""2021-07-03"",""endDate"":""2021-09-09""},{""time"":66812,""label"":""tour_next"",""step"":5},{""time"":82289,""label"":""started_brush"",""startDate"":""2021-11-20"",""endDate"":""2021-11-24""},{""time"":98631,""label"":""tour_back"",""step"":5},{""time"":111642,""label"":""started_brush"",""startDate"":""2021-06-02"",""endDate"":""2021-11-22""},{""time"":112981,""label"":""tour_next"",""step"":5},{""time"":125612,""label"":""cleared_brush"",""using"":""Click""},{""time"":130826,""label"":""cleared_brush"",""using"":""Click""},{""time"":134140,""label"":""cleared_brush"",""using"":""Click""},{""time"":141216,""label"":""moved_brush"",""startDate"":""2021-05-07"",""endDate"":""2021-08-30""},{""time"":142261,""label"":""tour_next"",""step"":5},{""time"":163168,""label"":""cleared_brush"",""using"":""Click""},{""time"":164974,""label"":""tour_next"",""step"":5},{""time"":176804,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678937470640,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,bar,0,0,0,,3.7,0,0,0,0,0,0,15,1,0,0,0,3 -2023-03-15 23:24:09,2023-03-15 23:41:14,0,100,1025,1,2023-03-15 23:41:14,R_2QJvhg23oiN86Nt,30.3659,-86.2458,EN,1,106.119,,,,,15.017,76,100,77,26.147,195.737,1,-2,50.836,-2,1,55.227,1,68.358,15.009,4,4,4,6,6,6,,154.683,6,6,6,1,1,6,It seems quite logical and the data for both sets correlates well. It makes sense and I like how it breaks down by acres as well. Good charts!,67.789,5,Good survey; great charts and labels. ,36.845,2,7,3,4,1,5,6,26.959,7,8,8,9,7,8,10,10,,21.964,3,5,5,2,5,5,31.979,6,,9.88,1,1967,Florida,7,2,1,,9,,Tallahassee,14,2,1,fsumike38@embarqmail.com,61.804,63cac85f8519383ef0422593,"{""startTime"":1678937483397,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":24880},{""label"":""window_focused"",""time"":29937},{""label"":""window_blurred"",""time"":41262},{""label"":""window_focused"",""time"":87983},{""label"":""window_blurred"",""time"":118675},{""label"":""window_focused"",""time"":149256}]}","{""startTime"":1678937638902,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678937215394,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":14310,""label"":""tour_next"",""step"":2},{""time"":18737,""label"":""tour_end"",""step"":2},{""label"":""window_blurred"",""time"":37999},{""label"":""window_focused"",""time"":193109}]}","{""startTime"":1678937467653,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":3425,""label"":""hovered"",""timeHovered"":1993,""week"":""2021-09-13""},{""time"":9834,""label"":""hovered"",""timeHovered"":1001,""week"":""2021-12-27""},{""time"":10953,""label"":""hovered"",""timeHovered"":2551,""week"":""2021-12-13""}]}",0,moderate,line,0,0,0,,4.2,0,3,3,5.545,1.8483333333333334,7528,15,0.5,0.5,1,0.5,2 -2023-03-15 23:20:24,2023-03-15 23:41:38,0,100,1273,1,2023-03-15 23:41:39,R_2zGZtKTJcC1Zwzw,30.2712,-81.7529,EN,1,110.269,,,,,15.109,82,65,23,39.563,46.868,1,1,152.502,1,1,45.06,1,142.538,15.009,6,6,6,5,6,6,I need darker/ bolder font. This light font gives me a headache. ,78.358,6,6,6,2,2,6,"I read ""assuming you trust this data"" so I'm assuming I should trust the data. I cannot remember what I'm counting though. Is it 1000 insects per acre? ",104.357,2,I used to think I could trust some people but then I saw what sheep they were during the lockdowns. ,35.667,2,7,3,4,1,5,6,28.559,4,2,4,2,2,4,6,3,,56.727,3,3,3,2,3,3,26.277,5,,6.243,2,1964,Georgia,6,1,1,,7,,,2,4,1,5dd352c51c219b35931aefd1@email.prolific.co,86.229,5dd352c51c219b35931aefd1,"{""startTime"":1678937573874,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678937422824,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678937206508,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":17070,""label"":""hovered"",""timeHovered"":2381,""week"":""2021-12-20""},{""time"":19819,""label"":""hovered"",""timeHovered"":4295,""week"":""2021-12-27""},{""time"":24764,""label"":""hovered"",""timeHovered"":3164,""week"":""2021-08-16""},{""time"":29300,""label"":""tour_next"",""step"":2},{""time"":42116,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678937407314,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,line,0,0,0,,2.8,0,0,0,0,0,0,15,1,1,1,1,1 -2023-03-15 23:22:02,2023-03-15 23:42:44,0,100,1242,1,2023-03-15 23:42:45,R_2xFC4PRt2L6pLqF,33.7585,-84.183,EN,1,70.351,,,,,15.114,82,76,28,51.901,248.66,-1,-3,193.072,-3,1,83.304,-3,110.489,15.013,4,4,4,5,5,4,,40.678,5,5,4,4,4,4,"I'm usually skeptical about scientific ""facts and figures'",49.587,5,,12.795,2,7,3,4,1,5,6,42.433,7,9,9,9,5,9,9,10,,41.789,4,4,2,1,4,4,38.959,2,,21.089,2,1962,Georgia,3,1,1,,8,KENNESAW,,12,2,2,,119.973,63a519bb6eeff2ad74314b53,"{""startTime"":1678937457706,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678937498951,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":9287},{""label"":""window_focused"",""time"":9751},{""label"":""window_blurred"",""time"":29763},{""label"":""window_focused"",""time"":29889}]}","{""startTime"":1678937081199,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":30263,""label"":""hovered"",""timeHovered"":3360,""week"":""2021-12-27""},{""time"":34677,""label"":""hovered"",""timeHovered"":1562,""week"":""2022-01-17""},{""time"":36605,""label"":""hovered"",""timeHovered"":2081,""week"":""2022-01-31""},{""time"":39405,""label"":""hovered"",""timeHovered"":2444,""week"":""2021-09-27""},{""time"":45053,""label"":""hovered"",""timeHovered"":2111,""week"":""2021-04-12""},{""time"":49298,""label"":""tour_next"",""step"":5},{""time"":65848,""label"":""cleared_brush"",""using"":""click""},{""time"":73897,""label"":""started_brush"",""startDate"":""2021-05-29"",""endDate"":""2021-11-07""},{""time"":77832,""label"":""tour_next"",""step"":5},{""time"":92154,""label"":""moved_brush"",""startDate"":""2021-06-25"",""endDate"":""2021-12-04""},{""time"":95770,""label"":""moved_brush"",""startDate"":""2021-06-25"",""endDate"":""2021-10-09""},{""time"":97940,""label"":""tour_next"",""step"":5},{""time"":126257,""label"":""moved_brush"",""startDate"":""2021-06-25"",""endDate"":""2021-10-09""},{""time"":126893,""label"":""moved_brush"",""startDate"":""2021-06-25"",""endDate"":""2021-10-09""},{""time"":129362,""label"":""cleared_brush"",""using"":""click""},{""time"":133524,""label"":""tour_next"",""step"":5},{""label"":""window_blurred"",""time"":168572},{""label"":""window_focused"",""time"":168705},{""time"":172936,""label"":""tour_end"",""step"":5},{""time"":177659,""label"":""cleared_brush"",""using"":""click""},{""time"":181753,""label"":""hovered"",""timeHovered"":1039,""week"":""2021-10-25""},{""time"":184086,""label"":""hovered"",""timeHovered"":1541,""week"":""2021-10-25""},{""time"":186022,""label"":""hovered"",""timeHovered"":1493,""week"":""2021-10-25""},{""time"":195366,""label"":""hovered"",""timeHovered"":1752,""week"":""2022-01-03""},{""time"":206100,""label"":""started_brush"",""startDate"":""2021-04-15"",""endDate"":""2021-07-23""},{""time"":211224,""label"":""moved_brush"",""startDate"":""2021-04-15"",""endDate"":""2021-07-23""},{""label"":""window_blurred"",""time"":211889},{""label"":""window_focused"",""time"":212008},{""time"":216765,""label"":""moved_brush"",""startDate"":""2021-04-15"",""endDate"":""2021-07-23""},{""time"":222376,""label"":""moved_brush"",""startDate"":""2021-10-29"",""endDate"":""2022-02-04""},{""time"":224778,""label"":""moved_brush"",""startDate"":""2021-10-29"",""endDate"":""2022-02-04""},{""time"":225089,""label"":""moved_brush"",""startDate"":""2021-10-29"",""endDate"":""2022-02-04""}]}","{""startTime"":1678937442150,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line,0,0,0,,3.2,0,0,0,0,0,0,15,0,0.5,0,0,3 -2023-03-15 23:30:58,2023-03-15 23:42:57,0,100,718,1,2023-03-15 23:42:57,R_1NmrAHsug9BVDhO,40.3658,-105.5142,EN,1,7.417,,,,,15.009,75,34,32,21.175,62.938,1,1,83.272,1,1,99.417,1,53.622,15.11,6,6,6,3,2,6,,26.25,6,3,2,2,2,6,The visualization makes sense when you look at it closely and I have no reason to believe the data is false,36.999,2,,23.985,2,7,3,4,1,5,6,28.498,1,2,9,7,1,8,4,3,,32.722,2,5,4,4,4,2,47.309,6,,9.75,1,2000,Washington,6,1,1,,7,,,8,4,2,,95.309,63f4734905f91d8c0582dc27,"{""startTime"":1678937642082,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678937668860,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678937509178,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":20,""label"":""tour_started""},{""time"":12614,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1381,""week"":""51"",""id"":""chart""},{""time"":14688,""label"":""tour_next"",""step"":5},{""time"":26832,""label"":""started_brush"",""startDate"":""2021-05-10"",""endDate"":""2021-08-31""},{""time"":27986,""label"":""tour_next"",""step"":5},{""time"":34742,""label"":""moved_brush"",""startDate"":""2021-08-16"",""endDate"":""2021-12-07""},{""time"":35587,""label"":""tour_next"",""step"":5},{""time"":43112,""label"":""cleared_brush"",""using"":""Click""},{""time"":44351,""label"":""tour_next"",""step"":5},{""time"":49426,""label"":""tour_end"",""step"":5},{""time"":52694,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1104,""week"":""2"",""id"":""chart""},{""time"":55068,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4653,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678937626539,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,bar,0,0,0,,3.5,0,0,0,0,0,0,15,1,1,1,1,3 -2023-03-15 23:16:44,2023-03-15 23:43:43,0,100,1618,1,2023-03-15 23:43:43,R_ykAJEZujUPnVsCl,35.2296,-80.843,EN,1,15.602,1,2,1,10.688,15.033,88,92,33,33.453,337.797,1,1,59.098,1,1,119.248,1,194.687,15.013,6,5,6,6,7,6,,251.386,5,6,5,3,4,5,I have no way of knowing if this is correct,24.603,6,,77.727,2,7,3,4,1,5,6,24.257,5,7,6,5,4,9,8,9,,39.876,3,4,3,2,4,3,73.751,5,1,21.086,1,1960,North Carolina,6,2,1,,7,,,16,1,1,steveulcards1@gmail.com,224.387,61001d9b2e3d8a75a09f3db3,"{""startTime"":1678937184349,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":39941},{""label"":""window_focused"",""time"":240540}]}","{""startTime"":1678937438008,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678936708703,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":16,""label"":""tour_started""},{""label"":""window_blurred"",""time"":13754},{""label"":""window_focused"",""time"":266771},{""time"":290588,""label"":""tour_next"",""step"":2},{""time"":298408,""label"":""tour_end"",""step"":2},{""label"":""window_blurred"",""time"":315284},{""label"":""window_focused"",""time"":333375}]}","{""startTime"":1678937167736,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line,0,0,0,,3.2,0,0,0,0,0,0,15,1,1,1,1,2 -2023-03-15 23:31:40,2023-03-15 23:45:28,0,100,827,1,2023-03-15 23:45:29,R_2ScVCPLzCJkxtHE,40.2708,-76.8564,EN,1,26.518,,,,,15.009,86,100,69,32.446,19.309,1,1,128.39,-3,-3,155.041,-3,76.603,15.006,6,6,6,6,6,6,,56.121,6,6,4,1,1,6,It appears to be genuine,43.476,6,,10.204,2,7,3,4,1,5,6,22.878,8,8,10,8,8,10,10,10,,32.239,3,3,5,3,3,2,24.817,4,,6.56,2,1978,West Virginia,6,2,1,,3,,,3,1,2,,110.584,62b9c2f1e55fe9f17dfedc5d,"{""startTime"":1678937779251,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678937835743,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678937588060,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":7670,""label"":""tour_next"",""step"":2},{""time"":14139,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678937763713,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,bar,0,0,0,,3.2,0,0,0,0,0,0,15,1,0,0,0,2 -2023-03-15 23:20:30,2023-03-15 23:45:42,0,100,1512,1,2023-03-15 23:45:43,R_DwwlzFU0v1N6hjz,38.5463,-122.8047,EN,1,49.799,,,,,15.024,83,60,46,93.915,88.412,1,1,91.855,-2,-1,183.101,1,73.033,15.015,6,3,4,6,2,4,I acknowledge answering incorrectly on previous questions about amounts. My eyes were aimed at the blue bars only.,229.925,6,6,6,2,3,5,I'm thinking that could be other factors involved with the numbers. Perhaps my answer should have been agree.,81.657,6,,69.83,2,7,3,4,1,5,6,32.516,6,9,8,9,8,9,10,10,Political party answer was an average of my feelings split between the two major parties.,114.308,3,4,4,2,4,4,61.93,2,,21.669,1,1959,California,3,1,1,,7,,,4,4,1,63d570d979c31656fece7c7d@email.prolific.co,138.565,63d570d979c31656fece7c7d,"{""startTime"":1678937500520,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678937524604,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":18810,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2693,""week"":""1"",""id"":""chart""},{""time"":26821,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2193,""week"":""52"",""id"":""chart""},{""time"":35951,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1033,""week"":""52"",""id"":""chart""},{""time"":51169,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1636,""week"":""32"",""id"":""chart""}]}","{""startTime"":1678937004045,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":19,""label"":""tour_started""},{""time"":24278,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3402,""week"":""52"",""id"":""chart""},{""time"":27715,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2234,""week"":""1"",""id"":""chart""},{""time"":29949,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1970,""week"":""1"",""id"":""chart""},{""time"":35848,""label"":""tour_next"",""step"":2},{""time"":48571,""label"":""tour_end"",""step"":2},{""time"":49205,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2724,""week"":""1"",""id"":""chart""},{""time"":54275,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3524,""week"":""50"",""id"":""chart""},{""time"":58462,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2073,""week"":""50"",""id"":""chart""},{""time"":65385,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5661,""week"":""27"",""id"":""chart""},{""time"":71150,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1664,""week"":""28"",""id"":""chart""},{""time"":82257,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3441,""week"":""44"",""id"":""chart""}]}","{""startTime"":1678937276530,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":3955,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5861,""week"":""2"",""id"":""chart""}]}",0,moderate,bar,0,0,0,,3.5,0,1,1,5.861,5.861,0,15,1,0,1,0,2 -2023-03-15 23:29:17,2023-03-15 23:46:46,0,100,1049,1,2023-03-15 23:46:47,R_3R3I9RDQqajgkF5,29.7373,-95.3972,EN,1,28.245,1,4,2,8.106,15.113,100,100,100,30.385,57.786,1,1,64.061,1,1,103.954,1,62.23,15.016,6,6,6,6,6,6,The source of data (CDC) it seems to be a reliable entity.,88.483,6,6,6,6,6,6,"I trust this visualization because it is a math study in graphic presentation. I assume that is not fake. So, I trust.",82.123,5,I like the study! It is an important issue to our country! Tks!,49.16,2,7,3,4,1,5,6,45.087,5,6,9,9,5,5,9,8,I like the study!,38.957,5,5,5,1,5,5,35.347,6,1,26.019,1,1951,New York,6,2,1,,8,White,,17,3,1,scamparini33@gmail.com,240.134,62885de1cdfe242015ccacef,"{""startTime"":1678937744029,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678937637898,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":769,""label"":""hovered"",""timeHovered"":1526,""week"":""2021-09-13""}]}","{""startTime"":1678937459113,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":19597,""label"":""hovered"",""timeHovered"":2267,""week"":""2021-07-26""},{""time"":29248,""label"":""hovered"",""timeHovered"":2466,""week"":""2022-01-10""},{""time"":33264,""label"":""hovered"",""timeHovered"":2238,""week"":""2022-01-10""},{""time"":38506,""label"":""hovered"",""timeHovered"":1125,""week"":""2022-02-07""},{""time"":43029,""label"":""tour_next"",""step"":2},{""time"":50137,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678937622126,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":4734,""label"":""hovered"",""timeHovered"":3183,""week"":""2021-09-20""},{""time"":10336,""label"":""hovered"",""timeHovered"":3799,""week"":""2022-01-10""}]}",1,moderate,line,0,0,0,,4.3,0,2,2,6.982,3.491,5602,15,1,1,1,1,2 -2023-03-15 23:30:12,2023-03-15 23:46:52,0,100,1000,1,2023-03-15 23:46:53,R_d0QgZFzHGyztp4t,35.7704,-78.6293,EN,1,13.448,,,,,15.02,66,65,50,47.702,44.002,1,1,108.68,-3,-1,168.333,1,96.484,15.021,4,3,4,5,5,4,,52.203,5,5,3,4,3,4,IT'S NOT TOO Hard to understand it but the visuals are not too great.,87.106,4,,10.044,2,7,3,4,1,5,6,33.971,5,2,5,2,8,6,9,8,,39.072,1,1,3,5,1,1,46.815,4,,9.497,2,1978,North Carolina,4,2,1,,3,,,3,3,2,,82.239,611144542cf9d49b089b7d55,"{""startTime"":1678937846007,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678937681222,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678937509142,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":37,""label"":""tour_started""},{""time"":13641,""label"":""tour_next"",""step"":2},{""time"":17320,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678937665098,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,bar,0,0,0,,2,0,0,0,0,0,0,15,1,0,1,1,1 -2023-03-15 23:09:24,2023-03-15 23:48:07,0,100,2322,1,2023-03-15 23:48:07,R_OrriS4729l0wavT,33.6338,-112.2066,EN,1,145.755,,,,,15.02,84,83,57,106.09,435.372,-2,1,234.855,-3,1,226.402,1,234.878,15.025,6,5,5,5,6,6,,236.232,6,6,6,4,6,6,"It is well organized, easy to read",136.826,6,,12.95,2,7,3,4,1,5,6,54.844,3,5,3,6,7,6,9,9,,30.797,4,4,5,1,4,4,51.109,2,,31.79,2,1954,Arizona,4,2,1,,7,,,10,4,1,,94.925,5bf349126f97050001e6a6e6,"{""startTime"":1678937449261,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":27145},{""label"":""window_focused"",""time"":37282}]}","{""startTime"":1678937151419,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":13020,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8522,""week"":""52"",""id"":""chart""},{""time"":101851,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2011,""week"":""51"",""id"":""chart""},{""time"":110012,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":26024,""week"":""44"",""id"":""chart""}]}","{""startTime"":1678936461831,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":27,""label"":""tour_started""},{""time"":94648,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1140,""week"":""52"",""id"":""chart""},{""time"":96499,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1806,""week"":""52"",""id"":""chart""},{""time"":99665,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1124,""week"":""52"",""id"":""chart""},{""time"":101423,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2631,""week"":""52"",""id"":""chart""},{""time"":104083,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2088,""week"":""51"",""id"":""chart""},{""time"":111354,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2921,""week"":""41"",""id"":""chart""},{""time"":115530,""label"":""tour_next"",""step"":5},{""label"":""window_blurred"",""time"":172561},{""label"":""window_focused"",""time"":240729},{""time"":262039,""label"":""started_brush"",""startDate"":""2021-09-10"",""endDate"":""2021-09-30""},{""time"":263994,""label"":""tour_next"",""step"":5},{""time"":293408,""label"":""moved_brush"",""startDate"":""2021-12-03"",""endDate"":""2021-12-23""},{""time"":298237,""label"":""tour_next"",""step"":5},{""time"":366839,""label"":""cleared_brush"",""using"":""Click""},{""time"":366840,""label"":""cleared_brush"",""using"":""Escape""},{""time"":367355,""label"":""cleared_brush"",""using"":""Click""},{""time"":367356,""label"":""cleared_brush"",""using"":""Escape""},{""time"":367426,""label"":""cleared_brush"",""using"":""Click""},{""time"":367426,""label"":""cleared_brush"",""using"":""Escape""},{""time"":367480,""label"":""cleared_brush"",""using"":""Click""},{""time"":367480,""label"":""cleared_brush"",""using"":""Escape""},{""time"":370533,""label"":""tour_next"",""step"":5},{""time"":428296,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678937135583,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":14148,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1065,""week"":""2"",""id"":""chart""}]}",0,complex,bar,0,0,0,,3.7,0,1,1,1.065,1.065,0,15,0.5,0.5,1,1,3 -2023-03-15 23:36:30,2023-03-15 23:49:26,0,100,775,1,2023-03-15 23:49:26,R_3Jw6TBqICUEeHUc,33.8874,-111.9508,EN,1,9.745,1,1,1,15.798,15.13,49,77,84,36.981,62.28,1,-2,83.966,1,1,82.001,1,50.102,15.12,4,4,4,5,6,2,,61.205,4,6,5,5,4,4,There is no way to verify this data set on its validity.,46.247,2,,14.059,2,7,3,4,1,5,6,35.631,2,4,6,7,2,5,8,9,,31.997,4,4,4,2,5,4,32.766,2,1,22.893,1,1954,Arizona,6,3,1,,7,,,14,4,1,,71.057,63cd7b78fff71624a85b294f,"{""startTime"":1678938058999,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":3257,""label"":""hovered"",""timeHovered"":1001,""week"":""2022-01-10""}]}","{""startTime"":1678938125009,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678937893760,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":18206,""label"":""hovered"",""timeHovered"":11038,""week"":""2022-01-03""},{""time"":31538,""label"":""hovered"",""timeHovered"":1257,""week"":""2022-02-07""},{""time"":35034,""label"":""hovered"",""timeHovered"":1027,""week"":""2022-01-03""},{""time"":40703,""label"":""hovered"",""timeHovered"":1407,""week"":""2021-04-12""},{""time"":47794,""label"":""tour_next"",""step"":2},{""time"":55986,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678938042646,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":10034,""label"":""hovered"",""timeHovered"":5243,""week"":""2022-01-03""}]}",1,simple,line,0,0,0,,3.8,0,1,1,5.243,5.243,0,15,0.5,1,1,0.5,1 -2023-03-15 23:33:59,2023-03-15 23:49:38,0,100,938,1,2023-03-15 23:49:38,R_2wte51ILtLuyP5T,41.0217,-78.4418,EN,1,66.299,,,,,15.108,81,85,52,75.572,23.351,1,1,69.169,1,1,116.772,1,85.895,15.108,6,6,4,7,6,5,,87.101,6,7,4,1,1,5,There is no reason for anyone to issue dishonest data.,66.454,3,,10.427,2,7,3,4,1,5,6,30.881,4,5,4,4,5,5,8,7,,32.628,3,4,4,3,4,3,38.095,5,,7.154,1,1961,Pennsylvania,6,2,1,,7,,,10,4,2,,96.94,5ee4b29de1640f1bc85da97b,"{""startTime"":1678937938728,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678938027120,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678937828929,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":11979,""label"":""tour_next"",""step"":2},{""time"":19210,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678937922829,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,line,0,0,0,,3.5,0,0,0,0,0,0,15,1,1,1,1,1 -2023-03-15 23:36:30,2023-03-15 23:49:50,0,100,799,1,2023-03-15 23:49:50,R_3fje8LKWz0uiKy6,38.6549,-80.6785,EN,1,35.192,,,,,15.013,92,84,53,31.586,49.288,1,1,53.995,1,1,68.978,1,58.132,15.116,4,5,4,5,6,3,The CCA would seem to have a vested interest in underreporting problems (IMHO).,107.682,6,6,5,2,2,3,"As I stated previously, the CCA has a vested interest in providing LOW numbers. Even though the chart may display the reported data accurately, who the heck knows if the data itself is worth a darn?",66.773,2,none,11.866,2,7,3,4,1,5,6,21.441,2,8,4,7,6,4,8,7,none,51.34,2,1,3,4,1,2,31.346,4,,8.08,1,1964,West Virginia,6,2,1,,7,,,4,1,2,,106.538,5c3b70640eaa0100018ea877,"{""startTime"":1678938017009,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":37732,""label"":""hovered"",""timeHovered"":4798,""week"":""2021-07-19""}]}","{""startTime"":1678938125199,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678937882164,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":22452,""label"":""hovered"",""timeHovered"":3820,""week"":""2021-12-13""},{""time"":26506,""label"":""hovered"",""timeHovered"":1034,""week"":""2021-12-13""},{""time"":33135,""label"":""tour_next"",""step"":2},{""time"":39862,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678938001204,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,line,0,0,0,,2.2,0,0,0,0,0,0,15,1,1,1,1,2 -2023-03-15 23:39:57,2023-03-15 23:49:57,0,100,600,1,2023-03-15 23:49:58,R_PXmeEmWYxJPrvcB,47.648,-117.4209,EN,1,9.83,1,4,1,10.118,15.112,81,85,67,26.384,61.925,1,1,51.001,-2,-2,76.931,-3,50.599,15.112,6,3,6,6,6,6,,27.801,6,6,6,6,6,6,I trust the CDC -- and those are actual numbers not ballpark figures. If they aren't exactly accurate they show general trends and I trust that.,42.919,5,,8.204,2,7,3,4,1,5,6,20.434,7,7,6,8,9,5,10,10,,28.707,5,5,5,2,5,5,23.082,2,1,17.158,1,1950,Washington,3,3,1,,7,,,6,4,1,sw.stealthstartup@gmail.com,58.81,5dc483cf74939e34e55c3619,"{""startTime"":1678938230008,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678938258540,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678938073377,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":19,""label"":""tour_started""},{""time"":6317,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2832,""week"":""52"",""id"":""chart""},{""time"":18100,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3266,""week"":""2"",""id"":""chart""},{""time"":22017,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8633,""week"":""50"",""id"":""chart""},{""time"":31155,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4762,""week"":""52"",""id"":""chart""},{""time"":36220,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2714,""week"":""2"",""id"":""chart""},{""time"":40291,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1843,""week"":""6"",""id"":""chart""},{""time"":43200,""label"":""tour_next"",""step"":2},{""time"":50378,""label"":""tour_end"",""step"":2},{""time"":52324,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1443,""week"":""40"",""id"":""chart""},{""time"":53804,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4045,""week"":""39"",""id"":""chart""}]}","{""startTime"":1678938213449,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":10751,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1246,""week"":""44"",""id"":""chart""},{""time"":13135,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1612,""week"":""52"",""id"":""chart""}]}",1,moderate,bar,0,0,0,,4.5,0,2,2,2.858,1.429,2384,15,1,0,0,0,2 -2023-03-15 23:24:47,2023-03-15 23:50:09,0,100,1521,1,2023-03-15 23:50:10,R_2Emlandhlf0ubba,34.11,-117.2955,EN,1,28.509,2,,2,4.504,15.122,85,100,64,70.164,114.186,-3,1,153.69,-3,-3,185.728,-2,261.143,15.11,5,5,5,7,7,5,,49.319,5,7,7,4,7,5,"The information/data varies from different ""reputable"" sources. Therefore I tried to find consensus or the most frequent common ground stats while analyzing the data.",219.961,5,,13.432,2,7,3,4,1,5,6,43.749,4,4,4,4,4,4,9,6,,60.902,4,4,5,2,5,5,35.502,4,1,25.602,1,1972,California,6,2,1,,3,,,9,2,1,5eb074c7e612c1129942044c@email.prolific.co,165.002,5eb074c7e612c1129942044c,"{""startTime"":1678937539547,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678937589542,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678937222793,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":26,""label"":""tour_started""},{""time"":17540,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3907,""week"":""2"",""id"":""chart""},{""time"":26857,""label"":""tour_next"",""step"":2},{""time"":38227,""label"":""tour_end"",""step"":2},{""time"":41829,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2750,""week"":""47"",""id"":""chart""},{""time"":47921,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1581,""week"":""20"",""id"":""chart""},{""time"":52331,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2484,""week"":""14"",""id"":""chart""},{""time"":61932,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4141,""week"":""23"",""id"":""chart""},{""time"":70625,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1282,""week"":""16"",""id"":""chart""},{""time"":72176,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3771,""week"":""15"",""id"":""chart""},{""time"":76208,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3263,""week"":""14"",""id"":""chart""},{""time"":82955,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1509,""week"":""33"",""id"":""chart""},{""time"":85587,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":10334,""week"":""52"",""id"":""chart""},{""time"":97009,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2916,""week"":""1"",""id"":""chart""},{""time"":102130,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4789,""week"":""6"",""id"":""chart""}]}","{""startTime"":1678937523768,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":3626,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3019,""week"":""1"",""id"":""chart""},{""time"":8834,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2053,""week"":""51"",""id"":""chart""},{""time"":10939,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1000,""week"":""50"",""id"":""chart""},{""time"":11979,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1264,""week"":""49"",""id"":""chart""}]}",1,moderate,bar,0,0,0,,4.2,0,4,4,7.336,1.834,8353,15,0.5,0,0,0,2 -2023-03-15 23:29:32,2023-03-15 23:53:20,0,100,1427,1,2023-03-15 23:53:20,R_1mnj6fwa1WD7zqj,39.3709,-76.8003,EN,1,59.75,2,,2,5.783,15.127,65,100,52,120.201,78.275,-2,1,304.13,-3,-3,193.539,-3,112.669,15.01,6,7,7,5,7,7,,39.194,6,5,5,6,5,7,I think they really researched well and came up with their conclusions ,88.642,1,,9.507,2,7,3,4,1,5,6,35.663,1,1,4,4,5,1,11,8,,21.898,1,1,1,3,3,1,114.885,5,3,17.202,2,1984,Maryland,2,3,1,,3,,,4,1,2,,97.647,63fe65bdfad2487269dc02b5,"{""startTime"":1678938011891,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678938052525,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678937611820,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":128,""label"":""tour_started""},{""time"":23069,""label"":""tour_next"",""step"":2},{""time"":43761,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678937996065,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar,0,0,0,,1.7,0,0,0,0,0,0,15,0.5,0,0,0.5,1 -2023-03-15 23:40:05,2023-03-15 23:53:21,0,100,796,1,2023-03-15 23:53:21,R_9QvVWaEdCF6HHJ7,47.5079,-122.1773,EN,1,8.354,1,4,2,8.943,15.114,100,99,99,64.711,104.46,1,1,66.091,1,1,75.208,-3,88.611,15.125,6,6,6,6,6,6,,82.908,6,6,6,4,6,6,It is a from a good source.,23.77,5,,9.685,2,7,3,4,1,5,6,21.388,8,8,8,8,9,8,9,9,,48.514,4,4,4,2,4,4,19.408,2,1,27.064,1,1960,Washington,6,2,1,,7,,,6,4,2,,68.305,6056962634a5230dacdb63fc,"{""startTime"":1678938327462,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678938412192,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678938117350,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":39,""label"":""tour_started""},{""time"":12740,""label"":""tour_next"",""step"":5},{""time"":71757,""label"":""started_brush"",""startDate"":""2021-06-15"",""endDate"":""2021-08-15""},{""time"":73838,""label"":""tour_next"",""step"":5},{""time"":82295,""label"":""moved_brush"",""startDate"":""2021-06-22"",""endDate"":""2021-08-22""},{""time"":83430,""label"":""tour_next"",""step"":5},{""time"":92356,""label"":""cleared_brush"",""using"":""click""},{""time"":92362,""label"":""cleared_brush"",""using"":""Escape""},{""time"":94156,""label"":""tour_next"",""step"":5},{""time"":100588,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678938311720,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":9206,""label"":""hovered"",""timeHovered"":1440,""week"":""2021-12-27""}]}",1,complex,line,0,0,0,,3.7,0,1,1,1.44,1.44,0,15,1,1,0,0,3 -2023-03-15 23:42:22,2023-03-15 23:53:46,0,100,684,1,2023-03-15 23:53:47,R_2sX85StpiwK3GVD,32.7449,-117.165,EN,1,8.312,,,,,15.11,100,99,50,38.631,37.71,-2,1,60.256,-2,1,87.518,1,55.931,15.11,6,6,7,6,6,7,no comments,41.755,6,6,6,2,2,7,The data seems clear and correct,20.404,6,,13.895,2,7,3,4,1,5,6,25.84,7,8,8,9,6,6,10,10,,31.338,2,3,2,3,4,3,48.386,2,,11.158,1,1938,California,7,3,1,,7,,,10,4,2,,106.314,62e5ed723490aa324bc05d84,"{""startTime"":1678938329088,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678938371445,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678938214417,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":15970,""label"":""hovered"",""timeHovered"":1282,""week"":""2021-11-01""},{""time"":19070,""label"":""hovered"",""timeHovered"":1082,""week"":""2022-01-03""},{""time"":21353,""label"":""hovered"",""timeHovered"":1050,""week"":""2022-01-17""},{""time"":24173,""label"":""tour_next"",""step"":2},{""time"":32566,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678938313345,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,line,0,0,0,,2.8,0,0,0,0,0,0,15,0.5,0.5,1,0.5,1 -2023-03-15 23:23:01,2023-03-15 23:53:51,0,100,1849,1,2023-03-15 23:53:51,R_pyhmM2Z79aU6M81,30.0053,-91.8226,EN,1,172.406,,,,,15.116,92,91,100,95.806,106.605,1,1,97.204,-2,1,203.004,-1,109.078,15.113,6,4,4,5,7,4,,117.272,5,5,6,2,4,4,"i never trust one source. I would normally do more research before believing one source.,",254.827,2,,90.326,2,7,3,4,1,5,6,78.805,1,5,6,8,8,4,7,9,,90.131,4,4,5,4,4,4,91.782,4,,13.452,2,1964,Louisiana,8,1,1,,3,,,3,3,1,63336348c3ae085755192b6a@email.prolific.co,92.876,63336348c3ae085755192b6a,"{""startTime"":1678938028009,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678937700837,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":112,""label"":""hovered"",""timeHovered"":3203,""week"":""2022-01-10""},{""time"":3320,""label"":""hovered"",""timeHovered"":2388,""week"":""2022-01-10""},{""time"":5712,""label"":""hovered"",""timeHovered"":2699,""week"":""2022-01-10""},{""time"":8951,""label"":""hovered"",""timeHovered"":2948,""week"":""2022-01-10""}]}","{""startTime"":1678937374020,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":26573,""label"":""hovered"",""timeHovered"":2279,""week"":""2021-12-06""},{""time"":29325,""label"":""hovered"",""timeHovered"":1960,""week"":""2022-01-10""},{""time"":35385,""label"":""hovered"",""timeHovered"":1134,""week"":""2022-02-07""},{""time"":37052,""label"":""hovered"",""timeHovered"":1217,""week"":""2022-01-03""},{""time"":40839,""label"":""tour_next"",""step"":2},{""time"":95648,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678937685172,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,line,0,0,0,,4.2,0,0,0,0,0,0,15,1,0.5,0,0.5,2 -2023-03-15 23:30:45,2023-03-15 23:54:09,0,100,1403,1,2023-03-15 23:54:10,R_oXcQXwPKd5ReXS1,34.0544,-118.2441,EN,1,137.331,1,3,2,7.912,15.02,92,93,75,44.988,63.176,1,-3,123.876,-3,-3,150.226,1,57.379,15.019,6,5,6,6,6,6,,114.365,5,6,6,6,6,6,I agree because the visualization looks credible and easy to understand.,68.902,5,,12.938,2,7,3,4,1,5,6,31.067,7,8,8,8,6,5,9,10,,49.64,2,2,2,4,2,2,99.135,2,1,16.286,2,1975,California,4,2,1,,4,,,7,2,2,,122.999,559e82dffdf99b7a9a124180,"{""startTime"":1678938059019,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":105151},{""label"":""window_focused"",""time"":110265}]}","{""startTime"":1678938173905,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678937828516,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":20540,""label"":""tour_next"",""step"":2},{""time"":31041,""label"":""tour_end"",""step"":2},{""time"":33458,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2349,""week"":""52"",""id"":""chart""},{""time"":53386,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1230,""week"":""37"",""id"":""chart""},{""time"":60425,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1742,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678938043221,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar,0,0,0,,2.3,0,0,0,0,0,0,15,0.5,0,1,0,2 -2023-03-15 23:36:46,2023-03-15 23:55:48,0,100,1142,1,2023-03-15 23:55:49,R_28A460fi7PuVbyG,47.7946,-122.2193,EN,1,12.529,1,4,2,9.52,15.01,100,50,50,38.276,172.336,1,-2,49.372,1,1,114.228,1,88.14,15.108,6,4,7,5,6,7,"I trust the data, but I don't know how accurate it actually is, because people were home testing and not reporting and asymptomatic cases are not taken into account. But I think, given the constraints of the data collection, it is very accurate. The graph was much better with the interactive features. ",168.258,5,6,7,4,4,7,"Again, given the constraints of the data collection, it is the best scientific data we have on Covid and because it was based on data from the CDC. Of course, it is dated now, and does not take into account the latest dominant strain of Covid, so I don't know how predictive it will be of our current situation, where cases did not spike in January, as predicted.",106.404,4,None. Thank you.,29.122,2,7,3,4,1,5,6,25.983,5,8,8,8,7,5,11,10,"It depends on which individual organization in the group -- say, the New York Times or Fox News.",86.225,5,5,5,1,5,4,43.6,2,1,22.901,2,1958,Washington,8,2,1,,2,,,10,4,1,phbartok@yahoo.com,76.753,629d16db307da2e64ea7b1e7,"{""startTime"":1678938176371,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":1922,""label"":""hovered"",""timeHovered"":3413,""week"":""2021-12-27""},{""time"":5349,""label"":""hovered"",""timeHovered"":5993,""week"":""2021-12-27""}]}","{""startTime"":1678938345424,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678937899122,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":20398,""label"":""hovered"",""timeHovered"":2600,""week"":""2022-01-03""},{""time"":23548,""label"":""hovered"",""timeHovered"":2731,""week"":""2022-01-17""},{""time"":26280,""label"":""hovered"",""timeHovered"":2315,""week"":""2022-01-10""},{""time"":33107,""label"":""tour_next"",""step"":5},{""time"":57836,""label"":""started_brush"",""startDate"":""2021-07-15"",""endDate"":""2021-07-17""},{""time"":67849,""label"":""started_brush"",""startDate"":""2021-06-26"",""endDate"":""2021-10-14""},{""time"":73418,""label"":""moved_brush"",""startDate"":""2021-06-26"",""endDate"":""2021-12-03""},{""time"":75136,""label"":""tour_next"",""step"":5},{""time"":93181,""label"":""moved_brush"",""startDate"":""2021-06-26"",""endDate"":""2021-12-03""},{""time"":95885,""label"":""moved_brush"",""startDate"":""2021-06-28"",""endDate"":""2021-12-05""},{""time"":104153,""label"":""cleared_brush"",""using"":""click""},{""time"":109029,""label"":""tour_next"",""step"":5},{""time"":123308,""label"":""cleared_brush"",""using"":""click""},{""time"":123309,""label"":""cleared_brush"",""using"":""Escape""},{""time"":124890,""label"":""tour_next"",""step"":5},{""time"":133888,""label"":""tour_end"",""step"":5},{""time"":137724,""label"":""cleared_brush"",""using"":""click""},{""time"":154559,""label"":""started_brush"",""startDate"":""2021-05-14"",""endDate"":""2022-02-13""},{""time"":165767,""label"":""moved_brush"",""startDate"":""2021-12-15"",""endDate"":""2022-02-13""}]}","{""startTime"":1678938160753,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":6151,""label"":""hovered"",""timeHovered"":1640,""week"":""2021-12-27""},{""time"":9046,""label"":""hovered"",""timeHovered"":2481,""week"":""2022-01-03""}]}",1,complex,line,0,0,0,,4.2,0,2,2,4.121,2.0605,2895,15,0.5,1,1,1,3 -2023-03-15 23:26:47,2023-03-15 23:56:38,0,100,1790,1,2023-03-15 23:56:38,R_3qyVOI1FX6H7SGm,28.2987,-82.6902,EN,1,678.77,,,,,15.01,66,92,50,43.229,277.735,1,1,45.513,-3,1,105.55,-1,83.693,15.01,6,5,5,6,6,5,I didn't realize I needed to memorize the data to answer the question. Not being able to use the monthy filter on the page with the question was why I didn't know the answer. ,202.655,5,7,6,3,5,6,I have no reason not too. It makes sense and is feasible. ,46.551,3,NA,18.485,2,7,3,4,1,5,6,15.128,1,2,8,6,3,7,9,5,NA,31.855,4,4,5,2,4,4,32.584,4,,10.373,2,1968,Florida,6,1,1,,7,,,8,2,1,55b3120cfdf99b6ef6263a71@email.prolific.co,104.227,55b3120cfdf99b6ef6263a71,"{""startTime"":1678938332023,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":45588,""label"":""cleared_brush"",""using"":""click""},{""time"":50086,""label"":""cleared_brush"",""using"":""click""},{""time"":52896,""label"":""started_brush"",""startDate"":""2021-08-05"",""endDate"":""2021-08-08""},{""time"":57717,""label"":""cleared_brush"",""using"":""click""},{""time"":61616,""label"":""started_brush"",""startDate"":""2022-02-06"",""endDate"":""2022-02-13""},{""time"":67446,""label"":""started_brush"",""startDate"":""2021-12-06"",""endDate"":""2022-01-06""}]}","{""startTime"":1678938536303,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678937954050,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":37734,""label"":""hovered"",""timeHovered"":2465,""week"":""2021-05-03""},{""time"":42734,""label"":""hovered"",""timeHovered"":3749,""week"":""2021-04-26""},{""time"":50200,""label"":""hovered"",""timeHovered"":1432,""week"":""2021-11-29""},{""time"":56135,""label"":""tour_next"",""step"":5},{""time"":105187,""label"":""started_brush"",""startDate"":""2021-07-10"",""endDate"":""2021-08-23""},{""time"":110065,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-05-25""},{""time"":117266,""label"":""started_brush"",""startDate"":""2021-06-07"",""endDate"":""2021-07-08""},{""time"":118942,""label"":""tour_next"",""step"":5},{""time"":132455,""label"":""moved_brush"",""startDate"":""2021-06-09"",""endDate"":""2021-07-10""},{""time"":135793,""label"":""moved_brush"",""startDate"":""2021-06-05"",""endDate"":""2021-07-06""},{""time"":141249,""label"":""moved_brush"",""startDate"":""2021-06-05"",""endDate"":""2021-07-06""},{""time"":145622,""label"":""moved_brush"",""startDate"":""2021-06-07"",""endDate"":""2021-07-06""},{""time"":148587,""label"":""moved_brush"",""startDate"":""2021-08-12"",""endDate"":""2021-09-11""},{""time"":150564,""label"":""tour_next"",""step"":5},{""time"":163116,""label"":""cleared_brush"",""using"":""click""},{""time"":165281,""label"":""cleared_brush"",""using"":""click""},{""time"":165282,""label"":""cleared_brush"",""using"":""Escape""},{""time"":167141,""label"":""tour_next"",""step"":5},{""time"":189210,""label"":""tour_end"",""step"":5},{""time"":51867,""label"":""hovered"",""timeHovered"":138569,""week"":""2022-01-31""},{""time"":194288,""label"":""hovered"",""timeHovered"":9038,""week"":""2022-01-31""},{""time"":204089,""label"":""hovered"",""timeHovered"":8307,""week"":""2022-02-07""},{""time"":216227,""label"":""started_brush"",""startDate"":""2021-05-09"",""endDate"":""2021-06-06""},{""time"":219775,""label"":""started_brush"",""startDate"":""2021-06-10"",""endDate"":""2021-07-15""},{""time"":222767,""label"":""moved_brush"",""startDate"":""2021-06-10"",""endDate"":""2021-07-15""},{""time"":223745,""label"":""moved_brush"",""startDate"":""2021-06-10"",""endDate"":""2021-07-15""},{""time"":224491,""label"":""cleared_brush"",""using"":""click""},{""time"":224493,""label"":""cleared_brush"",""using"":""Escape""},{""time"":227243,""label"":""started_brush"",""startDate"":""2021-07-04"",""endDate"":""2021-08-10""},{""time"":232894,""label"":""moved_brush"",""startDate"":""2021-07-24"",""endDate"":""2021-08-29""},{""time"":237317,""label"":""moved_brush"",""startDate"":""2021-08-04"",""endDate"":""2021-09-09""},{""time"":239941,""label"":""moved_brush"",""startDate"":""2021-09-05"",""endDate"":""2021-10-11""},{""time"":242926,""label"":""moved_brush"",""startDate"":""2021-10-07"",""endDate"":""2021-11-12""},{""time"":247251,""label"":""moved_brush"",""startDate"":""2021-11-11"",""endDate"":""2021-12-17""},{""time"":250935,""label"":""moved_brush"",""startDate"":""2021-10-06"",""endDate"":""2021-12-17""},{""time"":253720,""label"":""moved_brush"",""startDate"":""2021-08-08"",""endDate"":""2021-12-17""},{""time"":256620,""label"":""moved_brush"",""startDate"":""2021-11-03"",""endDate"":""2021-12-17""},{""time"":259966,""label"":""moved_brush"",""startDate"":""2021-11-03"",""endDate"":""2021-12-07""},{""time"":260807,""label"":""moved_brush"",""startDate"":""2021-11-03"",""endDate"":""2021-12-07""},{""time"":264046,""label"":""moved_brush"",""startDate"":""2021-12-01"",""endDate"":""2022-01-04""},{""time"":275335,""label"":""moved_brush"",""startDate"":""2022-01-03"",""endDate"":""2022-02-06""}]}","{""startTime"":1678938316622,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line,0,0,0,,3.8,0,0,0,0,0,0,15,1,0.5,0,0,3 -2023-03-15 23:43:25,2023-03-15 23:57:39,0,100,854,1,2023-03-15 23:57:40,R_265WSOU3xSXUGMA,33.1909,-96.6198,EN,1,12.214,,,,,15.133,75,88,87,26.601,14.273,1,1,8.102,-2,1,28.557,1,71.495,16.764,4,3,4,3,3,4,,29.568,3,3,3,3,3,4,I am not sure of the credibility of the data,36.429,4,,51.868,2,7,4,3,1,5,6,80.805,4,7,4,6,6,8,10,10,,39.229,4,4,4,2,4,4,40.217,2,,13.51,1,1974,Alabama,6,1,1,,2,,,14,4,1,637ef4d4e9abb3274bc1c925@email.prolific.co,252.579,637ef4d4e9abb3274bc1c925,"{""startTime"":1678938436671,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_focused"",""time"":12349}]}","{""startTime"":1678938364978,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_focused"",""time"":12697},{""label"":""window_blurred"",""time"":31089}]}","{""startTime"":1678938295212,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":39,""label"":""tour_started""},{""time"":4731,""label"":""tour_next"",""step"":2},{""time"":8562,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678938343681,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":7052}]}",0,moderate,bar,0,0,0,,3.7,0,0,0,0,0,0,7.052,1,0.5,1,0.5,2 -2023-03-15 23:44:18,2023-03-15 23:59:45,0,100,926,1,2023-03-15 23:59:46,R_3hsjVQPV76OWn3s,36.1219,-79.7777,EN,1,10.984,1,3,2,13.722,15.118,100,10,45,71.718,57.263,-2,-3,87.271,-3,1,92.784,-3,114.2,15.012,6,6,7,7,7,7,,48.854,7,7,6,5,5,6,The graphs are believable because it gives me the dame data that we were given during that time. Those that got the shots were less likely to get sick. ,71.162,6,,9.622,2,7,3,4,1,5,6,32.618,8,9,8,10,6,8,10,10,,26.626,4,4,3,2,4,4,32.054,2,1,17.571,2,1957,North Carolina,6,2,1,,3,,,9,2,1,5fc50bb38378c80ac88354ef@email.prolific.co,145.496,5fc50bb38378c80ac88354ef,"{""startTime"":1678938694143,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678938550904,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678938389871,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":20,""label"":""tour_started""},{""time"":13437,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6238,""week"":""35"",""id"":""chart""},{""time"":20693,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6524,""week"":""1"",""id"":""chart""},{""time"":33900,""label"":""tour_next"",""step"":2},{""time"":33916,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7983,""week"":""46"",""id"":""chart2""},{""time"":43051,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2770,""week"":""43"",""id"":""chart2""},{""time"":47672,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5072,""week"":""52"",""id"":""chart2""},{""time"":54250,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678938535358,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar,0,0,0,,3.5,0,0,0,0,0,0,15,0,0.5,0,0,1 -2023-03-15 23:31:12,2023-03-16 00:02:27,0,100,1874,1,2023-03-16 00:02:27,R_06YER2wSPEDOpep,41.4722,-81.745,EN,1,5.902,1,4,2,18.698,15.014,92,60,44,101.713,253.547,1,1,90.02,-3,-3,146.225,1,166.535,15.013,5,3,5,6,6,6,"Agree my one thought which would make me question the data some would be the since taking the vaccine would lower the effects of Covid, the actual numbers of vaccinated people with covid could be higher since many may have had cases so mild they did not even test",190.643,5,4,5,5,3,5,"It's well known that while the Covid vaccine won't stop you from getting Covid it will help, so it is sensible that the numbers are lower. It is also likely the vaccinated individuals would get less sick thus making them less likely to get tested, which would be reflected in the numbers",192.787,5,,11.341,2,7,3,4,1,5,6,23.828,7,8,10,8,5,8,9,9,,27.143,5,5,5,1,5,5,33.54,4,2,11.026,1,1964,Ohio,6,2,1,,9,,Cleveland,9,4,1,dstraub64@sbcglobal.net,74.371,62ef104b5e9352c2ead31fde,"{""startTime"":1678938732054,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678938062480,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":68868},{""label"":""window_focused"",""time"":70670},{""label"":""window_blurred"",""time"":457001},{""label"":""window_focused"",""time"":460087}]}","{""startTime"":1678937625700,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":34092,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6214,""week"":""52"",""id"":""chart""},{""time"":41943,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8318,""week"":""52"",""id"":""chart""},{""time"":51940,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3018,""week"":""2"",""id"":""chart""},{""time"":60325,""label"":""tour_next"",""step"":5},{""time"":74496,""label"":""tour_back"",""step"":5},{""time"":81832,""label"":""tour_next"",""step"":5},{""time"":86634,""label"":""tour_back"",""step"":5},{""time"":105873,""label"":""tour_next"",""step"":5},{""time"":128504,""label"":""cleared_brush"",""using"":""Click""},{""time"":132370,""label"":""started_brush"",""startDate"":""2021-07-30"",""endDate"":""2021-10-06""},{""time"":138938,""label"":""cleared_brush"",""using"":""Click""},{""time"":141436,""label"":""started_brush"",""startDate"":""2021-11-23"",""endDate"":""2022-02-07""},{""time"":145802,""label"":""tour_next"",""step"":5},{""time"":157807,""label"":""moved_brush"",""startDate"":""2021-11-13"",""endDate"":""2022-01-28""},{""time"":159456,""label"":""tour_next"",""step"":5},{""time"":181681,""label"":""tour_back"",""step"":5},{""time"":191835,""label"":""moved_brush"",""startDate"":""2021-11-13"",""endDate"":""2022-01-28""},{""time"":193268,""label"":""moved_brush"",""startDate"":""2021-10-18"",""endDate"":""2022-01-02""},{""time"":195033,""label"":""tour_next"",""step"":5},{""time"":209980,""label"":""cleared_brush"",""using"":""Click""},{""time"":209980,""label"":""cleared_brush"",""using"":""Escape""},{""time"":213756,""label"":""tour_next"",""step"":5},{""time"":220458,""label"":""tour_end"",""step"":5},{""time"":224097,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2000,""week"":""2"",""id"":""chart""},{""time"":226231,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":13831,""week"":""1"",""id"":""chart""}]}","{""startTime"":1678938046901,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar,0,0,0,,4.3,0,0,0,0,0,0,15,1,0,1,1,3 -2023-03-15 23:50:27,2023-03-16 00:04:37,0,100,850,1,2023-03-16 00:04:38,R_3Mm4LW4wmkqJWG8,41.1095,-104.8157,EN,1,14.99,1,3,2,10.284,15.109,73,72,70,48.1,51.312,1,1,64.022,1,1,72.401,1,70.61,15.007,4,4,4,6,6,4,"How trustworthy is the CDC, can I get a second opinion?",71.538,4,6,5,4,5,5,"It is only a visualization, not sure of the source, could be made up data",38.399,4,interesting data,20.133,2,7,3,4,1,5,6,19.239,4,5,7,8,3,7,9,9,nope,42.333,3,3,4,2,4,3,32.635,6,2,19.58,1,1963,Wyoming,7,1,1,,8,Cheyenne,,9,3,1,615ddab1e4f013092538b6c5@email.prolific.co,165.414,615ddab1e4f013092538b6c5,"{""startTime"":1678938953159,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678938870762,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":1433,""label"":""hovered"",""timeHovered"":1367,""week"":""2021-06-07""},{""time"":5988,""label"":""hovered"",""timeHovered"":2405,""week"":""2021-08-30""}]}","{""startTime"":1678938739376,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":4,""label"":""tour_started""},{""time"":23782,""label"":""tour_next"",""step"":2},{""time"":30627,""label"":""tour_end"",""step"":2},{""time"":34575,""label"":""hovered"",""timeHovered"":1446,""week"":""2021-04-19""},{""time"":38997,""label"":""hovered"",""timeHovered"":1848,""week"":""2021-08-16""},{""time"":42360,""label"":""hovered"",""timeHovered"":2263,""week"":""2021-12-27""}]}","{""startTime"":1678938855375,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":6298,""label"":""hovered"",""timeHovered"":1015,""week"":""2022-01-03""},{""time"":7361,""label"":""hovered"",""timeHovered"":1826,""week"":""2022-01-03""},{""time"":9252,""label"":""hovered"",""timeHovered"":1751,""week"":""2022-01-03""},{""time"":12249,""label"":""hovered"",""timeHovered"":2162,""week"":""2022-01-31""}]}",1,simple,line,0,0,0,,3.2,0,4,4,6.754,1.6885,5951,15,1,1,1,1,1 -2023-03-15 23:51:41,2023-03-16 00:07:30,0,100,949,1,2023-03-16 00:07:31,R_30nK3ZILtQiymWk,41.8373,-87.8283,EN,1,15.207,2,,2,8.196,15.044,62,78,38,102.56,41.79,1,1,84.581,-2,-3,75.501,1,107.502,15.118,4,4,4,6,6,5,,31.946,4,6,6,1,1,5,"I would want to know how the data was collected, across teh country? one coast?",74.546,4,,17.476,2,7,3,4,1,5,6,26.832,6,6,3,5,7,8,8,6,,35.701,3,3,3,1,4,3,59.829,3,2,24.101,1,1964,Illinois,6,2,1,,3,,,14,2,1,57210674951c9b0011d3eaaa@email.prolific.co,99.865,57210674951c9b0011d3eaaa,"{""startTime"":1678939170387,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678939050468,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678938905483,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":10843,""label"":""hovered"",""timeHovered"":1413,""week"":""2021-12-20""},{""time"":14134,""label"":""tour_next"",""step"":2},{""time"":24567,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678939033636,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line,0,0,0,,2.8,0,0,0,0,0,0,15,1,0,1,1,1 -2023-03-15 23:53:32,2023-03-16 00:07:39,0,100,846,1,2023-03-16 00:07:39,R_1N34V9dFcIaMY1L,30.1569,-95.7414,EN,1,8.501,,,,,15.011,96,53,71,34.198,211.232,1,1,54.728,1,1,72.503,-1,58.523,15.111,4,4,6,3,4,3,none,30.594,5,2,4,3,3,4,The color designations did not seem right.,26.532,6,none,11.102,2,7,3,4,1,5,6,20.504,3,5,9,9,3,8,8,10,none,26.061,3,4,4,2,4,4,31.993,6,,5.01,1,1943,Texas,3,3,1,,7,,,6,3,1,j2jtx@yahoo.com,170.224,5d069f2f041328001a7815be,"{""startTime"":1678939166663,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678939197838,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678938879888,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":12378,""label"":""hovered"",""timeHovered"":4162,""week"":""2021-10-11""},{""time"":19803,""label"":""hovered"",""timeHovered"":5444,""week"":""2022-01-17""},{""time"":29293,""label"":""hovered"",""timeHovered"":1414,""week"":""2022-01-17""},{""time"":31042,""label"":""hovered"",""timeHovered"":1097,""week"":""2022-01-17""},{""time"":32389,""label"":""hovered"",""timeHovered"":3213,""week"":""2022-01-10""},{""time"":35686,""label"":""hovered"",""timeHovered"":8722,""week"":""2022-01-10""},{""time"":44758,""label"":""hovered"",""timeHovered"":1082,""week"":""2021-12-27""},{""time"":49483,""label"":""tour_next"",""step"":5},{""time"":68097,""label"":""cleared_brush"",""using"":""click""},{""time"":69506,""label"":""cleared_brush"",""using"":""click""},{""time"":76920,""label"":""started_brush"",""startDate"":""2021-04-27"",""endDate"":""2021-11-01""},{""time"":80228,""label"":""tour_next"",""step"":5},{""time"":87127,""label"":""moved_brush"",""startDate"":""2021-05-12"",""endDate"":""2021-11-15""},{""time"":88542,""label"":""tour_next"",""step"":5},{""time"":106524,""label"":""cleared_brush"",""using"":""click""},{""time"":106528,""label"":""cleared_brush"",""using"":""Escape""},{""time"":108772,""label"":""tour_next"",""step"":5},{""time"":121794,""label"":""tour_end"",""step"":5},{""time"":137627,""label"":""hovered"",""timeHovered"":1035,""week"":""2021-10-18""},{""time"":140124,""label"":""hovered"",""timeHovered"":17643,""week"":""2021-10-25""},{""time"":162027,""label"":""started_brush"",""startDate"":""2021-04-16"",""endDate"":""2021-07-07""},{""time"":166725,""label"":""hovered"",""timeHovered"":2112,""week"":""2021-06-28""},{""time"":168920,""label"":""hovered"",""timeHovered"":1793,""week"":""2021-06-28""},{""time"":173360,""label"":""hovered"",""timeHovered"":8365,""week"":""2021-06-28""},{""time"":181725,""label"":""hovered"",""timeHovered"":1847,""week"":""2021-06-28""},{""time"":186337,""label"":""hovered"",""timeHovered"":6341,""week"":""2021-06-28""},{""time"":192686,""label"":""hovered"",""timeHovered"":6116,""week"":""2021-06-28""},{""time"":198805,""label"":""hovered"",""timeHovered"":4683,""week"":""2021-06-28""}]}","{""startTime"":1678939150983,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":12526,""label"":""hovered"",""timeHovered"":2447,""week"":""2021-11-29""}]}",0,complex,line,0,0,0,,3.5,0,1,1,2.447,2.447,0,15,1,1,0,0,3 -2023-03-15 23:47:55,2023-03-16 00:09:48,0,100,1312,1,2023-03-16 00:09:48,R_2EBnFEnYHHL45H1,36.1724,-115.0677,EN,1,6.647,,,,,15.009,100,100,0,32.268,314.06,-1,1,43.767,1,-3,378.534,1,166.622,15.115,4,7,5,5,7,5,,28.074,6,6,7,4,5,6,It seems to be accurate. Nothing about it seemed false. ,50.156,1,,12.568,2,7,3,4,1,5,6,31.24,1,1,1,4,4,6,9,7,,29.18,5,4,5,1,4,5,32.136,1,,11.388,2,1982,Nevada,6,2,1,,3,,,5,2,1,,74.902,5e9272473f920e5b0caf8279,"{""startTime"":1678939060948,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678939091199,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678938563337,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":11069,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2819,""week"":""51"",""id"":""chart""},{""time"":13971,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1417,""week"":""52"",""id"":""chart""},{""time"":15455,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1168,""week"":""1"",""id"":""chart""},{""time"":19262,""label"":""tour_next"",""step"":5},{""time"":33000,""label"":""started_brush"",""startDate"":""2021-04-12"",""endDate"":""2021-08-11""},{""time"":35087,""label"":""tour_next"",""step"":5},{""label"":""window_blurred"",""time"":36793},{""label"":""window_focused"",""time"":191893},{""time"":199399,""label"":""moved_brush"",""startDate"":""2021-06-24"",""endDate"":""2021-08-11""},{""time"":200206,""label"":""tour_next"",""step"":5},{""time"":212626,""label"":""cleared_brush"",""using"":""Click""},{""time"":212626,""label"":""cleared_brush"",""using"":""Escape""},{""time"":214573,""label"":""tour_next"",""step"":5},{""time"":220125,""label"":""tour_end"",""step"":5},{""time"":302248,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1487,""week"":""5"",""id"":""chart""}]}","{""startTime"":1678939045166,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,bar,0,0,0,,4,0,0,0,0,0,0,15,0.5,0.5,1,1,3 -2023-03-15 23:59:46,2023-03-16 00:19:00,0,100,1153,1,2023-03-16 00:19:00,R_1FyLNFVi0XGTXMU,33.7485,-84.3871,EN,1,28.902,,,,,15.032,100,100,60,23.368,54.688,-2,-3,95.566,1,-3,191.047,-2,100.54,15.179,4,4,4,7,1,4,,94.065,4,7,4,1,1,4,I have no idea how valid this data is,36.284,5,I have nothing further to add here,41.211,2,7,3,4,1,5,6,44.055,6,8,10,10,3,7,10,10,,39.983,3,5,5,1,5,4,78.078,6,,22.717,1,1947,Georgia,4,1,1,,7,,,5,4,1,wheelguner@gmail.com,181.163,5c2414b8101408000140617a,"{""startTime"":1678939533039,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":9770,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1046,""week"":""41"",""id"":""chart""}]}","{""startTime"":1678939628285,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678939268958,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":80,""label"":""tour_started""},{""time"":29355,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2705,""week"":""37"",""id"":""chart""},{""time"":33593,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2029,""week"":""3"",""id"":""chart""},{""time"":39312,""label"":""tour_next"",""step"":2},{""time"":48082,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678939516759,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,bar,0,0,0,,3.8,0,0,0,0,0,0,15,0,0.5,0,0.5,2 -2023-03-16 00:01:21,2023-03-16 00:24:48,0,100,1406,1,2023-03-16 00:24:49,R_3elgJV0QMPHZsJz,29.4227,-98.4927,EN,1,5.635,1,3,1,27.657,15.113,100,71,26,74.189,209.948,-2,-3,207.085,-3,-3,115.632,1,139.094,15.11,7,7,7,7,7,7,,100.537,7,7,6,4,4,7,I trust the CDC since it is the foremost authority on COVID. ,68.868,4,,18.937,2,7,3,4,1,5,6,32.436,2,3,7,6,6,3,9,9,,67.091,3,3,3,2,4,3,66.981,2,1,12.406,1,1960,Texas,7,3,1,,7,,,17,3,1,rengel210@twc.com,157.703,5e3581ed0082f15283413024,"{""startTime"":1678939783081,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":6543,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1813,""week"":""51"",""id"":""chart""},{""time"":68692,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":23101,""week"":""48"",""id"":""chart""},{""time"":91897,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5410,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678939884224,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":13196,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5027,""week"":""51"",""id"":""chart""}]}","{""startTime"":1678939417513,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":24,""label"":""tour_started""},{""time"":12979,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":32305,""week"":""1"",""id"":""chart""},{""time"":49545,""label"":""tour_next"",""step"":5},{""label"":""window_blurred"",""time"":97587},{""label"":""window_focused"",""time"":104512},{""time"":128208,""label"":""cleared_brush"",""using"":""Click""},{""time"":135148,""label"":""started_brush"",""startDate"":""2021-07-25"",""endDate"":""2021-10-04""},{""time"":138970,""label"":""tour_next"",""step"":5},{""time"":158331,""label"":""moved_brush"",""startDate"":""2021-07-07"",""endDate"":""2021-07-25""},{""time"":159369,""label"":""tour_next"",""step"":5},{""time"":174479,""label"":""cleared_brush"",""using"":""Click""},{""time"":174479,""label"":""cleared_brush"",""using"":""Escape""},{""time"":179601,""label"":""cleared_brush"",""using"":""Click""},{""time"":179601,""label"":""cleared_brush"",""using"":""Escape""},{""time"":180922,""label"":""tour_next"",""step"":5},{""time"":193417,""label"":""cleared_brush"",""using"":""Click""},{""time"":193417,""label"":""cleared_brush"",""using"":""Escape""},{""time"":198705,""label"":""tour_end"",""step"":5},{""time"":203827,""label"":""started_brush"",""startDate"":""2021-09-17"",""endDate"":""2021-09-29""}]}","{""startTime"":1678939767467,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar,0,0,0,,3,0,0,0,0,0,0,15,0,0,1,1,3 -2023-03-15 23:40:24,2023-03-16 00:38:55,0,100,3510,1,2023-03-16 00:38:55,R_1M4iqM1InHMWpZ6,39.0469,-77.4903,EN,1,14.288,1,3,2,14.786,15.008,100,100,100,47.067,44.844,1,-2,112.797,-2,1,994.096,1,94.956,15.107,7,7,7,7,7,7,,31.334,7,6,7,7,6,7,the graph is well armed and looks like real data,35.982,5,,13.09,2,7,3,4,1,5,6,38.652,9,9,11,11,10,9,11,11,,22.294,4,4,5,1,5,4,18.183,7,3,80.237,1,1963,Massachusetts,7,3,1,,7,,,8,2,1,jcarlossnchez06@gmail.com,89.175,64050cfd151bc9945fd3eac9,"{""startTime"":1678941024943,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":5437},{""label"":""window_focused"",""time"":6746},{""label"":""window_blurred"",""time"":12205},{""label"":""window_focused"",""time"":26427}]}","{""startTime"":1678939191366,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":470203},{""label"":""window_focused"",""time"":473354},{""label"":""window_blurred"",""time"":490266},{""label"":""window_focused"",""time"":1792547}]}",,"{""startTime"":1678939175247,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":2251,""label"":""hovered"",""timeHovered"":1860,""week"":""2022-01-10""},{""time"":9157,""label"":""hovered"",""timeHovered"":1002,""week"":""2022-01-17""},{""time"":10783,""label"":""hovered"",""timeHovered"":1056,""week"":""2022-01-17""},{""time"":11840,""label"":""hovered"",""timeHovered"":1393,""week"":""2022-01-17""}]}",1,moderate,line,0,0,0,,3.8,0,4,4,5.311,1.32775,9589,15,0.5,0.5,1,0.5,2 -2023-03-15 23:12:36,2023-03-16 00:44:47,0,100,5531,1,2023-03-16 00:44:48,R_1IxUXsQQje1Zm4L,42.4178,-71.1134,EN,1,950.169,,,,,16.625,63,60,50,352.723,14.43,1,1,36.797,-3,1,74.406,1,32.004,15.111,6,5,6,4,6,5,,22.666,4,3,4,1,1,5,I trust the source to a degree. I do not really know it well,19.161,1,,5.302,2,7,3,4,1,5,6,10.961,6,6,8,8,8,7,9,10,,15.888,2,3,3,4,3,3,33.889,3,,31.797,2,1979,Massachusetts,6,2,1,,3,,,12,3,1,resajohn79@yahoo.com,78.661,55b1add5fdf99b6731f04c5a,"{""startTime"":1678941558292,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678941581744,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678941451944,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":9121,""label"":""tour_next"",""step"":2},{""time"":11272,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678941542512,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":5127},{""label"":""window_focused"",""time"":12291}]}",0,moderate,line,0,0,0,,3,0,0,0,0,0,0,5.127,1,0.5,1,0.5,2 -2023-03-16 00:44:14,2023-03-16 00:55:01,0,100,646,1,2023-03-16 00:55:01,R_12RTgfiOZkVAaU1,33.7485,-84.3871,EN,1,11.006,1,3,2,43.447,15.009,100,100,82,9.298,9.19,-3,1,88.721,-3,-3,154.999,1,67.048,15.009,7,7,7,7,7,7,,7.834,7,7,7,7,7,7,It gives me a lot of confidence because the source is attached,28.672,7,,5.027,2,7,3,4,1,5,6,20.499,10,10,10,10,10,10,10,10,,23.531,3,1,5,1,3,1,20.821,6,2,41.182,1,1945,Wisconsin,7,3,1,,7,,,8,2,2,,40.57,6100372e3a116cb5cb36ebea,"{""startTime"":1678942174939,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":1046,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1355,""week"":""2"",""id"":""chart""}]}","{""startTime"":1678942134462,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":4141},{""label"":""window_focused"",""time"":5895}]}","{""startTime"":1678941951888,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":22,""label"":""tour_started""},{""time"":4020,""label"":""tour_next"",""step"":2},{""time"":6099,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678942118124,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar,0,0,0,,2.3,0,0,0,0,0,0,15,0.5,0,1,0,2 -2023-03-16 00:55:54,2023-03-16 01:03:09,0,100,435,1,2023-03-16 01:03:10,R_ue2uKkWldX42tmF,41.871,-87.6289,EN,1,23.134,,,,,15.11,100,100,87,30.771,5.787,-3,1,29.002,-3,-3,33.09,1,82.396,15.018,7,7,7,6,6,7,,9.554,6,6,7,7,7,7,I don't see anything suspicious in the data,26.742,3,,4.205,2,7,3,4,1,5,6,20.959,10,11,11,11,11,11,11,11,,16.626,4,4,5,1,4,4,19.595,4,,17.292,2,1973,Kansas,7,3,1,,7,,,8,1,2,,39.223,60e2577f8c52db9d1fb5ffac,"{""startTime"":1678942762231,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":4302},{""label"":""window_focused"",""time"":5930}]}","{""startTime"":1678942772557,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678942709680,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":26,""label"":""tour_started""},{""time"":1845,""label"":""tour_next"",""step"":2},{""time"":3421,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678942745968,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,bar,0,0,0,,3.7,0,0,0,0,0,0,15,0.5,0,1,0.5,1 -2023-03-16 01:03:49,2023-03-16 01:12:08,0,100,498,1,2023-03-16 01:12:08,R_2wS81jTO311KP2e,32.8137,-96.8704,EN,1,5.219,,,,,15.317,100,100,100,88.417,47.301,-3,1,17.331,-3,-3,62.855,1,19.687,15.009,7,7,7,7,7,7,,10.422,7,7,7,7,7,7,I have reviewed the source and I see that the study carried out seems legitimate,46.708,4,,4.196,2,7,3,4,1,5,6,17.03,9,9,10,10,11,10,10,10,,17.403,4,5,5,2,4,5,20.875,6,,19.674,2,1982,Maryland,7,3,1,,7,,,8,2,2,,52.155,60cd717e463162435e3b7d46,"{""startTime"":1678943237264,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":3811},{""label"":""window_focused"",""time"":5309}]}","{""startTime"":1678943248662,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678943151676,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":29,""label"":""tour_started""},{""time"":3650,""label"":""tour_next"",""step"":5},{""time"":7285,""label"":""cleared_brush"",""using"":""Click""},{""time"":9646,""label"":""cleared_brush"",""using"":""Click""},{""time"":10276,""label"":""cleared_brush"",""using"":""Click""},{""time"":11563,""label"":""cleared_brush"",""using"":""Click""},{""time"":13067,""label"":""cleared_brush"",""using"":""Click""},{""time"":13782,""label"":""cleared_brush"",""using"":""Click""},{""time"":14724,""label"":""cleared_brush"",""using"":""Click""},{""time"":16742,""label"":""cleared_brush"",""using"":""Click""},{""time"":19446,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-09-01""},{""time"":21071,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-09-15""},{""time"":23719,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-09-15""},{""time"":26862,""label"":""cleared_brush"",""using"":""Click""},{""time"":27749,""label"":""cleared_brush"",""using"":""Click""},{""time"":29702,""label"":""started_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-09-11""},{""time"":31202,""label"":""tour_next"",""step"":5},{""time"":37233,""label"":""moved_brush"",""startDate"":""2021-08-31"",""endDate"":""2022-02-07""},{""time"":38505,""label"":""tour_next"",""step"":5},{""time"":41412,""label"":""cleared_brush"",""using"":""Click""},{""time"":42505,""label"":""tour_next"",""step"":5},{""time"":44147,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678943220667,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":3606,""label"":""started_brush"",""startDate"":""2021-09-30"",""endDate"":""2021-12-03""}]}",0,complex,bar,0,0,0,,4.2,1,1,0,0,0,0,15,0.5,0,1,1,3 -2023-03-15 20:56:18,2023-03-16 14:05:41,0,100,61763,1,2023-03-16 14:05:42,R_1r8PRygbcAttrA6,47.6987,-117.4397,EN,1,108.98,,,,,15.107,100,100,61,85.499,1277.564,-2,-3,52.161,-2,1,115.545,1,170.873,15.006,7,7,1,7,7,7,,1961.76,7,7,7,2,4,7,I can easily see the information there and the hover over feature just makes it easier to find the data much quicker.,71.448,4,"This was very interesting, interactive!",56.766,2,7,3,4,1,5,6,54.938,2,1,3,3,3,3,4,8,,51.581,4,5,2,4,5,4,110.958,4,,28.462,2,1976,Washington,5,2,1,,7,,,4,3,1,jabbajawsnicci@gmail.com,174.603,5b88a7aa5548a50001e59666,"{""startTime"":1678929994446,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":1800889},{""label"":""window_focused"",""time"":1801552},{""label"":""window_focused"",""time"":1801552},{""label"":""window_focused"",""time"":59043303},{""label"":""window_blurred"",""time"":59053505},{""label"":""window_focused"",""time"":59118472},{""label"":""window_blurred"",""time"":59179788},{""label"":""window_focused"",""time"":59201294}]}","{""startTime"":1678929842497,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678928428935,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":1247414,""label"":""hovered"",""timeHovered"":3783,""week"":""2021-11-22""},{""time"":1253744,""label"":""tour_next"",""step"":2},{""time"":1274128,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678929826672,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7607,""label"":""hovered"",""timeHovered"":1891,""week"":""2022-01-03""},{""time"":9499,""label"":""hovered"",""timeHovered"":2205,""week"":""2022-01-10""}]}",0,moderate,line,0,0,0,,4,0,2,2,4.096,2.048,1892,15,0,0.5,1,0.5,2 -2023-03-15 22:09:03,2023-03-15 22:19:38,0,82,634,0,2023-03-22 22:19:39,R_RJCQd1nvrNfKEWR,,,EN,1,8.481,,,,,15.122,94,76,77,19.135,35.557,1,1,33.054,1,-3,69.388,1,55.922,15.124,6,5,2,6,5,5,,20.795,5,5,6,3,5,5,It's presented in a way that suggests a lot of work to put it together. I trust that effort.,37.668,4,,8.97,2,7,3,4,1,5,6,20.607,3,3,6,4,4,5,7,8,,18.329,4,3,4,2,4,3,17.715,4,,6.138,,,,,,,,,,,,,,,,63d81d44b2884aa3332fa3aa,"{""startTime"":1678932716870,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932738906,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932594009,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":43,""label"":""tour_started""},{""time"":12495,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1533,""week"":""48"",""id"":""chart""},{""time"":14233,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1594,""week"":""50"",""id"":""chart""},{""time"":16868,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2492,""week"":""51"",""id"":""chart""},{""time"":20532,""label"":""tour_next"",""step"":2},{""time"":25904,""label"":""tour_end"",""step"":2},{""time"":26363,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1618,""week"":""2"",""id"":""chart""}]}","{""startTime"":1678932700769,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":4999,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4864,""week"":""1"",""id"":""chart""},{""time"":9933,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1096,""week"":""52"",""id"":""chart""}]}",0,moderate,bar,0,0,0,,3.3,0,2,2,5.96,2.98,4934,15,1,0.5,1,0.5,2 -2023-03-15 22:04:45,2023-03-15 22:20:19,0,82,934,0,2023-03-22 22:20:23,R_ez0o34bKXh3ETkZ,,,EN,1,11.153,1,1,2,7.905,15.013,94,82,53,50.62,167.426,1,1,63.169,1,1,87.265,1,110.742,15.112,6,5,7,6,7,6,,38.509,6,7,6,6,3,6,"If the data is accurate, the visualization gives me a convenient view of the data.",42.43,5,,5.976,2,7,3,4,1,5,6,23.68,4,5,8,9,8,8,10,10,,26.155,4,5,5,2,5,4,20.846,6,1,21.872,,,,,,,,,,,,,,,,5920b1f62b529b00013f3214,"{""startTime"":1678932756644,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932679928,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932384659,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":26131,""label"":""tour_next"",""step"":5},{""time"":57853,""label"":""cleared_brush"",""using"":""click""},{""time"":73752,""label"":""started_brush"",""startDate"":""2021-05-29"",""endDate"":""2021-09-01""},{""time"":76567,""label"":""tour_next"",""step"":5},{""time"":87323,""label"":""moved_brush"",""startDate"":""2021-06-28"",""endDate"":""2021-10-01""},{""time"":89850,""label"":""moved_brush"",""startDate"":""2021-07-31"",""endDate"":""2021-10-01""},{""time"":92662,""label"":""tour_next"",""step"":5},{""time"":117131,""label"":""cleared_brush"",""using"":""click""},{""time"":123799,""label"":""started_brush"",""startDate"":""2021-07-08"",""endDate"":""2021-09-23""},{""time"":125586,""label"":""cleared_brush"",""using"":""click""},{""time"":128169,""label"":""tour_next"",""step"":5},{""time"":139067,""label"":""tour_end"",""step"":5},{""time"":144884,""label"":""started_brush"",""startDate"":""2021-06-24"",""endDate"":""2021-07-26""},{""time"":148390,""label"":""moved_brush"",""startDate"":""2021-07-04"",""endDate"":""2021-08-05""},{""time"":152396,""label"":""moved_brush"",""startDate"":""2021-07-04"",""endDate"":""2021-09-08""},{""time"":157935,""label"":""moved_brush"",""startDate"":""2021-11-20"",""endDate"":""2022-01-25""},{""time"":158810,""label"":""cleared_brush"",""using"":""click""},{""time"":163882,""label"":""hovered"",""timeHovered"":1699,""week"":""2022-01-17""}]}","{""startTime"":1678932664275,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":7343,""label"":""hovered"",""timeHovered"":1464,""week"":""2021-12-27""}]}",1,complex,line,0,0,0,,4.2,0,1,1,1.464,1.464,0,15,1,1,1,1,3 -2023-03-15 22:30:10,2023-03-16 14:36:02,0,82,57951,0,2023-03-23 14:36:04,R_2zLKkKyjW0ARSFU,,,EN,1,7.283,1,4,2,7.254,15.008,100,100,65,40.44,90.607,1,1,66.362,1,1,134.3,1,75.668,15.01,6,6,6,6,7,6,,47.499,6,6,6,1,1,6,The chart doesn't play any tricks with the data and the data source is a trustworthy source.,36.31,5,,11.841,2,7,3,4,1,5,6,20.941,4,7,9,8,4,6,10,10,,44.071,3,3,4,2,4,3,42.489,6,4,14.781,,,,,,,,,,,,,,,,62dc177e02f82aabb20aebc2,"{""startTime"":1678934143718,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":76,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3463,""week"":""2"",""id"":""chart""},{""time"":5209,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4795,""week"":""50"",""id"":""chart""},{""time"":10193,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3426,""week"":""51"",""id"":""chart""}]}","{""startTime"":1678934192152,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_focused"",""time"":28394},{""label"":""window_focused"",""time"":28394}]}","{""startTime"":1678933900211,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":34,""label"":""tour_started""},{""time"":19433,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1015,""week"":""2"",""id"":""chart""},{""time"":25596,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":10814,""week"":""52"",""id"":""chart""},{""time"":36445,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2813,""week"":""1"",""id"":""chart""},{""time"":39425,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2299,""week"":""2"",""id"":""chart""},{""time"":41774,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1333,""week"":""3"",""id"":""chart""},{""time"":43845,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2061,""week"":""3"",""id"":""chart""},{""time"":47490,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3431,""week"":""6"",""id"":""chart""},{""time"":50924,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1764,""week"":""6"",""id"":""chart""},{""time"":53530,""label"":""tour_next"",""step"":2},{""time"":60086,""label"":""tour_end"",""step"":2},{""time"":69934,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7447,""week"":""14"",""id"":""chart""},{""time"":77567,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2483,""week"":""15"",""id"":""chart""},{""time"":82249,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3062,""week"":""28"",""id"":""chart""}]}","{""startTime"":1678934126809,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":10703,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1315,""week"":""2"",""id"":""chart""},{""time"":13236,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1322,""week"":""6"",""id"":""chart""}]}",1,moderate,bar,0,0,0,,3.2,0,2,2,2.637,1.3185,2533,15,1,1,1,1,2 -2023-05-11 12:22:15,2023-05-11 12:31:46,0,100,571,1,2023-05-11 12:31:47,R_3IVMSdVzislG7LJ,48.7959,2.5228,EN,1,5.357,1,1,1,6.701,15.016,62,70,63,14.101,39.182,1,-3,40.358,1,1,70.897,1,63.441,15.076,1,1,1,1,1,1,,9.331,1,1,1,1,1,1,supercalifragilisticexpialidocious,19.178,1,,12.578,2,7,3,4,1,5,6,72.22,1,1,1,1,1,1,1,1,,9.348,1,1,1,5,1,1,26.348,8,5,13.45,5,1900,Alaska,10,2,1,,10,,,1,5,2,,93.996,,"{""startTime"":1683822344287,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1683822311771,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1683822192790,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":31,""label"":""tour_started""},{""time"":3286,""label"":""tour_next"",""step"":5},{""time"":13837,""label"":""started_brush"",""startDate"":""2021-06-05"",""endDate"":""2021-12-27""},{""time"":16350,""label"":""moved_brush"",""startDate"":""2021-10-07"",""endDate"":""2021-12-27""},{""time"":18200,""label"":""moved_brush"",""startDate"":""2021-11-20"",""endDate"":""2022-02-10""},{""time"":18909,""label"":""tour_next"",""step"":5},{""time"":24142,""label"":""moved_brush"",""startDate"":""2021-11-07"",""endDate"":""2022-01-28""},{""time"":25419,""label"":""tour_next"",""step"":5},{""time"":33458,""label"":""cleared_brush"",""using"":""click""},{""time"":34566,""label"":""tour_next"",""step"":5},{""time"":37135,""label"":""tour_end"",""step"":5}]}","{""startTime"":1683822296154,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":10182,""label"":""started_brush"",""startDate"":""2021-07-09"",""endDate"":""2021-07-10""},{""time"":10786,""label"":""cleared_brush"",""using"":""click""},{""time"":13892,""label"":""started_brush"",""startDate"":""2021-10-14"",""endDate"":""2021-12-15""},{""time"":14570,""label"":""cleared_brush"",""using"":""click""}]}",1,complex,line,1,0,0,Positive,1.7,1,4,0,0,0,4388,15,0.5,1,1,1,3 +StartDate,EndDate,Status,Progress,Duration (in seconds),Finished,RecordedDate,ResponseId,LocationLatitude,LocationLongitude,UserLanguage,Consent Form,consent-time_Page Submit,covid-vaccine,covid-vaccine-doses,covid-infection,covid-time_Page Submit,intro-vis-time_Page Submit,affect-science_1,affect-clarity_1,affect-aesthetic_1,initial-time_Page Submit,tour-time_Page Submit,simple-vlat-1,simple-vlat-2,simple-vlat-time_Page Submit,moderate-vlat-1,moderate-vlat-2,moderate-vlat-time_Page Submit,complex-vlat-1,complex-vlat-time_Page Submit,explore-time_Page Submit,data-trust_1,data-trust_2,data-trust_3,data-trust_4,data-trust_5,data-trust_6,data-trust-exp,data-trust-time_Page Submit,vis-trust_1,vis-trust_2,vis-trust_3,vis-trust_4,vis-trust_5,vis-trust_6,vis-trust-exp,vis-trust-time_Page Submit,interpersonal-trust_1,interper-trust-exp,interper-trust-time_Page Submit,attention-check_1,attention-check_2,attention-check_3,attention-check_4,attention-check_5,attention-check_6,attention-check_7,attention-check-time_Page Submit,trust-in-science_1,trust-in-science_2,trust-in-science_3,trust-in-science_4,trust-in-science_5,trust-in-science_6,trust-in-science_7,trust-in-science_8,trust-science-exp,trust-science-time_Page Submit,cognition_1,cognition_2,cognition_3,cognition_4,cognition_5,cognition_6,need-cognition-time_Page Submit,political_views,covid_information,politics_time_Page Submit,Gender,Age,State_1,Education,Parents_education,Language,Language_4_TEXT,Ethnicity,Ethnicity_8_TEXT,Ethnicity_9_TEXT,Income,Religion,Interview,demographics_time_Page Submit,PROLIFIC_PID,provenance-data,provenance-vis,provenance-tour,provenance-explore,isCovidData,complexity,chartType,affective_tags,cognitive_tags,individual_characteristics,tag_valence,need_for_cognition,brushed,explore_interactions,hover_interactions,total_hover_time,avg_hover_time,explore_time,explore_active_time,vlat_simple,vlat_moderate,vlat_complex,assigned_vlat,ordinal_complexity +2023-03-12 20:55:26,2023-03-12 20:59:13,0,100,227,1,2023-03-12 20:59:14,R_8rmBCqRevUJbRip,43.6859,-79.3974,EN,1,4.591,,,,,15.01,80,45,88,10.534,6.225,-1,-3,8.181000000000001,1,-2,9.187000000000001,-3,6.497000000000001,52.498999999999995,4,1,2,5,3,2,,13.606,2,2,3,3,1,6,It seems scientific,7.176,1,,5.635,2,7,3,4,1,5,6,8.669,2,2,2,3,3,2,3,3,,7.555,3,2,4,2,3,1,6.7379999999999995,2,,2.475,2.0,1984.0,Massachusetts,1.0,3.0,1.0,,2.0,,,1.0,1.0,2.0,25.414,,"{""startTime"":1678669055627,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678669031416,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678668963081,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":1865,""label"":""tour_next"",""step"":2},{""time"":4413,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678668978467,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":4579,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2291,""week"":""52"",""id"":""chart""},{""time"":8641,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3695,""week"":""52"",""id"":""chart2""},{""time"":22625,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1312,""week"":""1"",""id"":""chart""}]}",0,simple,bar,1,0,0,Positive,2.5,0,3,3,7.297999999999999,2.4326666666666665,18046,15.0,0.0,0.5,0,0.0,1 +2023-03-12 22:55:27,2023-03-12 23:03:56,0,100,508,1,2023-03-12 23:03:56,R_24CbqjyCefqjEDT,39.2124,-76.8776,EN,1,11.717,1.0,4.0,2.0,4.822,15.007,100,100,50,17.347,28.831,-3,1,66.381,-3,-3,74.179,-3,48.376999999999995,15.01,7,7,7,7,7,7,,11.581,7,7,7,7,5,7,"The visualization is showing me the rate of cases as opposed to absolute numbers, which indicates it is trying to communicate useful information to me.",43.449,5,,8.503,2,7,3,4,1,5,6,15.853,5,6,1,5,7,3,10,9,,17.493,3,4,4,3,4,3,20.905,1,3.0,14.332,2.0,1999.0,Maryland,6.0,3.0,1.0,,7.0,,,17.0,4.0,1.0,52.461000000000006,5ec4a0fffe991f37f61b356e,"{""startTime"":1678676376070,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678676313498,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678676193499,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":38,""label"":""tour_started""},{""time"":7057,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3016,""week"":""52"",""id"":""chart""},{""time"":14340,""label"":""tour_next"",""step"":2},{""time"":17421,""label"":""tour_end"",""step"":2},{""time"":23728,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2118,""week"":""23"",""id"":""chart""}]}","{""startTime"":1678676297785,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":4607,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1030,""week"":""51"",""id"":""chart""},{""time"":6973,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2597,""week"":""50"",""id"":""chart""},{""time"":9726,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1129,""week"":""51"",""id"":""chart""},{""time"":10877,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2076,""week"":""52"",""id"":""chart""}]}",1,moderate,bar,0,1,0,Positive,3.5,0,4,4,6.832000000000001,1.7080000000000002,6270,15.0,0.5,0.0,0,0.0,2 +2023-03-12 22:52:45,2023-03-12 23:05:28,0,100,762,1,2023-03-12 23:05:29,R_1kZDJESNJtHyIqs,36.0557,-94.1567,EN,1,13.057,1.0,2.0,1.0,6.33,15.109000000000002,63,34,57,27.854,64.286,1,1,64.76,-3,-1,56.821999999999996,1,82.57,15.136,3,3,5,4,7,5,,30.455,3,4,4,1,1,6,"In this context, I feel no reason for distrusting it. No clear dishonest motive.",60.18899999999999,4,,9.629,2,7,3,4,1,5,6,16.473,1,3,5,5,2,1,11,11,,50.021,4,4,5,1,4,5,26.75,2,1.0,10.985999999999999,1.0,1999.0,Arkansas,3.0,3.0,1.0,,2.0,,,8.0,4.0,1.0,60.20399999999999,63127274665ebf35cb1a9571,"{""startTime"":1678676392060,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678676305907,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678676142593,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":11598,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3328,""week"":""51"",""id"":""chart""},{""time"":15913,""label"":""tour_next"",""step"":5},{""time"":24156,""label"":""started_brush"",""startDate"":""2021-08-09"",""endDate"":""2022-01-08""},{""time"":29291,""label"":""cleared_brush"",""using"":""Click""},{""time"":30981,""label"":""cleared_brush"",""using"":""Click""},{""time"":31404,""label"":""cleared_brush"",""using"":""Click""},{""time"":33342,""label"":""cleared_brush"",""using"":""Click""},{""time"":33971,""label"":""tour_next"",""step"":5},{""time"":38675,""label"":""cleared_brush"",""using"":""Click""},{""time"":42197,""label"":""moved_brush"",""startDate"":""2021-04-15"",""endDate"":""2021-06-22""},{""time"":44732,""label"":""moved_brush"",""startDate"":""2021-04-17"",""endDate"":""2021-06-24""},{""time"":45817,""label"":""tour_next"",""step"":5},{""time"":53331,""label"":""moved_brush"",""startDate"":""2021-04-17"",""endDate"":""2021-06-10""},{""time"":53611,""label"":""moved_brush"",""startDate"":""2021-04-17"",""endDate"":""2021-06-10""},{""time"":55819,""label"":""cleared_brush"",""using"":""Click""},{""time"":57026,""label"":""tour_next"",""step"":5},{""time"":60796,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678676290236,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":10308,""label"":""started_brush"",""startDate"":""2021-09-06"",""endDate"":""2022-02-07""},{""time"":11952,""label"":""moved_brush"",""startDate"":""2021-09-06"",""endDate"":""2022-02-07""}]}",1,complex,bar,1,0,0,Positive,3.8,1,2,0,0.0,0.0,1644,15.0,1.0,0.0,1,1.0,3 +2023-03-12 22:49:06,2023-03-12 23:08:06,0,100,1139,1,2023-03-12 23:08:07,R_3Hnsy0bnh9pW97e,38.6326,-77.2661,EN,1,34.236,,,,,15.009,96,95,41,55.961999999999996,80.64399999999999,1,1,87.53200000000001,1,-2,91.57799999999999,-2,109.125,15.015999999999998,4,5,4,6,6,4,,60.221000000000004,6,6,4,2,1,4,"You can use data and visualizations to sway others in many different ways. While I have no proof, there could be information unaccounted for, or the information recorded could have been calculated incorrectly.",156.19799999999998,3,,18.243,2,7,3,4,1,5,6,31.31,1,7,7,4,1,2,9,5,,57.36600000000001,3,4,4,3,4,3,58.65,3,,19.632,2.0,2002.0,Virginia,3.0,1.0,1.0,,8.0,Woodbridge,,16.0,4.0,2.0,146.498,60f1bdd684969df9641e994b,"{""startTime"":1678676264286,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678676047616,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":1296,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7336,""week"":""52"",""id"":""chart2""}]}","{""startTime"":1678675863205,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":11682,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3275,""week"":""15"",""id"":""chart""},{""time"":17550,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1607,""week"":""1"",""id"":""chart""},{""time"":19174,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5051,""week"":""52"",""id"":""chart""},{""time"":32202,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":14309,""week"":""52"",""id"":""chart""},{""time"":47517,""label"":""tour_next"",""step"":2},{""time"":52846,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7276,""week"":""52"",""id"":""chart2""},{""time"":61356,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3059,""week"":""52"",""id"":""chart2""},{""time"":72663,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678676032212,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,bar,0,2,0,Neutral,3.5,0,0,0,0.0,0.0,0,15.0,1.0,0.5,0,1.0,1 +2023-03-12 23:02:01,2023-03-12 23:14:33,0,100,751,1,2023-03-12 23:14:34,R_31jGH7YiQuZev6v,29.4227,-98.4927,EN,1,5.922999999999999,1.0,4.0,2.0,13.342,15.106,100,100,50,25.39,162.164,1,1,50.001000000000005,1,-3,55.925,1,39.833,15.107000000000001,7,7,7,7,7,7,,18.861,7,7,6,6,4,7,It shows it in an organized manner,12.78,3,,15.892000000000001,2,7,3,4,1,5,6,25.301,1,1,1,1,1,1,11,10,,17.801,4,4,4,3,3,3,43.298,1,2.0,17.526,1.0,1993.0,Texas,3.0,3.0,1.0,,9.0,,Black and Mexican,3.0,4.0,1.0,158.024,63129dd30887fb3d46640f2b,"{""startTime"":1678676873713,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678676826351,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678676596658,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":5662,""label"":""tour_next"",""step"":2},{""time"":6344,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2117,""week"":""50"",""id"":""chart2""},{""time"":160158,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678676810353,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":3858,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1467,""week"":""52"",""id"":""chart""},{""time"":5338,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2853,""week"":""52"",""id"":""chart2""}]}",1,simple,bar,0,1,0,Positive,3.5,0,2,2,4.32,2.16,1480,15.0,1.0,0.5,1,1.0,1 +2023-03-12 23:04:47,2023-03-12 23:15:00,0,100,612,1,2023-03-12 23:15:01,R_3eldnrMSyXSZgDz,33.5173,-117.1208,EN,1,40.403,,,,,15.015,22,15,15,11.652000000000001,24.996,1,1,40.467,1,-1,82.022,1,39.953,15.109000000000002,4,2,4,2,6,4,"I think count and rate seem different, so I don't understand why both terms are used.Also it's visually confusing with the stacking as it's not clear if the orange bar goes all the way down ",123.751,2,1,1,2,1,4,"I have no domain knowledge to say whether it makes sense or not.,And I find the stacked format really confusing and pointless",34.181999999999995,5,,10.645999999999999,2,7,3,4,1,5,6,14.520999999999999,4,5,2,8,7,7,10,10,,15.507,4,4,4,2,3,4,21.820999999999998,1,,17.384,2.0,1980.0,California,6.0,1.0,1.0,,7.0,,,17.0,4.0,1.0,54.501999999999995,5a49d6a06d85f80001c25bc4,"{""startTime"":1678676948655,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678676893874,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678676769598,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":6929,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6916,""week"":""52"",""id"":""chart""},{""time"":14911,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2517,""week"":""19"",""id"":""chart""},{""time"":19392,""label"":""tour_next"",""step"":2},{""time"":22592,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678676878178,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,bar,0,2,0,Negative,3.5,0,0,0,0.0,0.0,0,15.0,1.0,0.5,1,0.5,2 +2023-03-12 23:07:40,2023-03-12 23:17:14,0,100,573,1,2023-03-12 23:17:14,R_1rPvaQfO3zfCdsf,47.6631,-122.3029,EN,1,47.262,,,,,15.109000000000002,85,84,35,17.795,25.863000000000003,1,1,41.553999999999995,-3,-3,84.941,1,71.197,15.011,5,4,6,6,6,6,,21.342,5,6,4,2,2,5,"Well it doesn't include a source to verify its statistics, but other than that, it appears to be trustworthy. I'm not really sure, as I am not an expert in insect troubles or fungi troubles in Croatia of all places.",51.215,5,,10.407,2,7,3,4,1,5,6,18.595,2,5,2,4,4,6,10,10,,27.021,5,4,5,2,5,4,27.750999999999998,2,,5.631,1.0,1998.0,Washington,3.0,1.0,1.0,,7.0,,,4.0,3.0,2.0,38.201,610333282a90d4b77609c5f8,"{""startTime"":1678677035221,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678677057088,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678676950797,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":23,""label"":""tour_started""},{""time"":5657,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1550,""week"":""52"",""id"":""chart""},{""time"":11841,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1033,""week"":""52"",""id"":""chart""},{""time"":13514,""label"":""tour_next"",""step"":2},{""time"":19159,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1216,""week"":""52"",""id"":""chart2""},{""time"":21918,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678677019758,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":2143},{""label"":""window_focused"",""time"":11167}]}",0,simple,bar,1,0,0,Neutral,4.2,0,0,0,0.0,0.0,0,2.1430000000000002,1.0,0.0,1,1.0,1 +2023-03-12 23:09:51,2023-03-12 23:20:45,0,100,654,1,2023-03-12 23:20:46,R_3pi2kNkyG6wUhE5,33.4734,-82.0111,EN,1,10.457,1.0,3.0,1.0,7.672000000000001,15.110999999999999,70,44,72,16.703,69.442,1,1,52.803999999999995,-3,-3,52.903,1,34.935,16.224,4,4,5,5,5,5,,26.515,5,4,5,3,4,4,I don't know if the data is verifiable. ,16.746,4,,18.1,2,7,3,4,1,5,6,23.434,2,5,7,4,3,6,10,9,,29.865,4,4,3,2,2,4,35.435,5,4.0,16.829,1.0,1997.0,Georgia,6.0,3.0,1.0,,7.0,,,12.0,3.0,1.0,62.971000000000004,5c17294778ee390001ab19e5,"{""startTime"":1678677319057,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678677176107,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_focused"",""time"":103425}]}","{""startTime"":1678677052421,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":21,""label"":""tour_started""},{""time"":6301,""label"":""tour_next"",""step"":5},{""time"":18481,""label"":""cleared_brush"",""using"":""Click""},{""time"":19888,""label"":""tour_back"",""step"":5},{""time"":29121,""label"":""tour_next"",""step"":5},{""time"":39529,""label"":""cleared_brush"",""using"":""Click""},{""time"":48054,""label"":""started_brush"",""startDate"":""2021-04-14"",""endDate"":""2021-06-25""},{""time"":49400,""label"":""tour_next"",""step"":5},{""time"":59094,""label"":""moved_brush"",""startDate"":""2021-07-30"",""endDate"":""2021-10-10""},{""time"":60233,""label"":""tour_next"",""step"":5},{""time"":63468,""label"":""cleared_brush"",""using"":""Click""},{""time"":64757,""label"":""tour_next"",""step"":5},{""time"":66351,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678677157889,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":9385}]}",1,complex,bar,1,0,0,Neutral,3.2,0,0,0,0.0,0.0,0,9.385,1.0,0.0,1,1.0,3 +2023-03-12 23:13:51,2023-03-12 23:22:43,0,100,531,1,2023-03-12 23:22:43,R_1g7xhCUCoRYIwAy,38.8503,-104.8567,EN,1,4.89,1.0,3.0,2.0,12.0,15.107000000000001,73,79,55,16.930999999999997,22.021,1,1,35.878,-3,1,82.057,1,57.965,15.007,4,2,5,5,6,5,,25.593000000000004,6,6,5,7,6,6,"Although there are no hard data associated with this, it seems like a plausible number of cases based on societal behaviors of vacc/unvacc individuals.",45.785,2,,8.398,2,7,3,4,1,5,6,19.283,3,4,10,9,3,7,9,10,,28.024,4,4,5,1,4,5,17.4,5,1.0,11.602,1.0,1981.0,Colorado,7.0,1.0,1.0,,7.0,,,14.0,2.0,1.0,74.11399999999999,5e11882114ae638303c715d9,"{""startTime"":1678677478424,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678677415910,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678677295689,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":8340,""label"":""tour_next"",""step"":2},{""time"":12829,""label"":""tour_end"",""step"":2},{""time"":18190,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1453,""week"":""1"",""id"":""chart""}]}","{""startTime"":1678677400468,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar,0,1,0,Positive,3.8,0,0,0,0.0,0.0,0,15.0,1.0,0.5,1,0.5,2 +2023-03-12 22:56:45,2023-03-12 23:22:56,0,100,1570,1,2023-03-12 23:22:56,R_vrc5DL09FLrqtGx,37.11,-76.5115,EN,1,6.218,,,,,16.172,81,0,0,162.121,527.5980000000001,-1,-1,154.547,-1,-1,11.081,-1,272.875,15.01,1,1,1,1,1,1,,25.868000000000002,1,1,1,1,1,1,I don't know how to read them and its too much,24.219,1,,11.685,2,7,3,4,1,5,6,27.144000000000002,1,1,1,1,1,1,1,1,,12.849,5,5,5,1,5,1,47.123999999999995,4,,15.865,1.0,1991.0,Virginia,3.0,2.0,1.0,,3.0,,,4.0,3.0,1.0,115.691,62e6c5d05d354e1f99d612e4,"{""startTime"":1678677344631,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":4468},{""label"":""window_focused"",""time"":4679}]}","{""startTime"":1678677302465,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678676435199,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":47,""label"":""tour_started""},{""time"":5255,""label"":""tour_next"",""step"":5},{""time"":30822,""label"":""cleared_brush"",""using"":""Click""},{""time"":34356,""label"":""cleared_brush"",""using"":""Click""},{""time"":35453,""label"":""cleared_brush"",""using"":""Click""},{""time"":38244,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-08-21""},{""time"":39301,""label"":""moved_brush"",""startDate"":""2021-05-25"",""endDate"":""2021-10-10""},{""time"":42953,""label"":""moved_brush"",""startDate"":""2021-07-16"",""endDate"":""2021-12-02""},{""time"":120241,""label"":""moved_brush"",""startDate"":""2021-11-26"",""endDate"":""2021-12-02""},{""time"":128617,""label"":""tour_back"",""step"":5},{""time"":137336,""label"":""tour_next"",""step"":5},{""time"":152775,""label"":""started_brush"",""startDate"":""2021-08-01"",""endDate"":""2021-08-09""},{""time"":154177,""label"":""moved_brush"",""startDate"":""2021-08-01"",""endDate"":""2021-08-24""},{""time"":155300,""label"":""tour_next"",""step"":5},{""label"":""window_blurred"",""time"":173292},{""label"":""window_focused"",""time"":297671},{""label"":""window_blurred"",""time"":355902},{""label"":""window_focused"",""time"":372726},{""time"":379111,""label"":""started_brush"",""startDate"":""2021-07-02"",""endDate"":""2021-08-04""},{""time"":384009,""label"":""moved_brush"",""startDate"":""2021-12-23"",""endDate"":""2022-01-25""},{""time"":385811,""label"":""moved_brush"",""startDate"":""2021-05-03"",""endDate"":""2021-06-05""},{""time"":387342,""label"":""tour_next"",""step"":5},{""time"":469726,""label"":""moved_brush"",""startDate"":""2021-05-03"",""endDate"":""2021-07-04""},{""time"":472175,""label"":""started_brush"",""startDate"":""2021-07-25"",""endDate"":""2021-08-29""},{""time"":474257,""label"":""started_brush"",""startDate"":""2021-09-15"",""endDate"":""2021-10-10""},{""time"":476923,""label"":""started_brush"",""startDate"":""2021-10-19"",""endDate"":""2021-11-11""},{""time"":478237,""label"":""moved_brush"",""startDate"":""2021-10-19"",""endDate"":""2021-11-24""},{""time"":480021,""label"":""started_brush"",""startDate"":""2021-12-02"",""endDate"":""2021-12-19""},{""time"":481942,""label"":""started_brush"",""startDate"":""2022-01-03"",""endDate"":""2022-01-27""},{""time"":483790,""label"":""started_brush"",""startDate"":""2022-01-18"",""endDate"":""2022-02-06""},{""time"":486955,""label"":""started_brush"",""startDate"":""2021-04-17"",""endDate"":""2021-05-17""},{""time"":487712,""label"":""moved_brush"",""startDate"":""2021-04-17"",""endDate"":""2021-05-21""},{""time"":490876,""label"":""started_brush"",""startDate"":""2021-06-13"",""endDate"":""2021-08-03""},{""time"":492244,""label"":""moved_brush"",""startDate"":""2021-06-13"",""endDate"":""2021-11-13""},{""time"":496623,""label"":""moved_brush"",""startDate"":""2021-06-13"",""endDate"":""2021-08-27""},{""time"":549598,""label"":""cleared_brush"",""using"":""Click""},{""time"":550837,""label"":""started_brush"",""startDate"":""2021-11-20"",""endDate"":""2021-12-29""},{""time"":552785,""label"":""started_brush"",""startDate"":""2022-01-16"",""endDate"":""2022-01-29""},{""time"":555244,""label"":""tour_next"",""step"":5},{""time"":563780,""label"":""tour_end"",""step"":5},{""label"":""window_blurred"",""time"":573151},{""label"":""window_focused"",""time"":574314}]}","{""startTime"":1678677286837,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,bar,0,1,0,Negative,3.7,0,0,0,0.0,0.0,0,15.0,0.0,0.0,0,0.0,3 +2023-03-12 23:15:40,2023-03-12 23:28:09,0,100,748,1,2023-03-12 23:28:11,R_1n29yspyMQhoH9u,38.5317,-89.9988,EN,1,9.225,,,,,15.007,78,64,62,24.705,180.75400000000002,1,1,36.535,-3,-3,77.20100000000001,1,44.386,16.316,6,6,6,5,6,5,This graph's coloring is unpleasant.,30.221999999999998,6,6,5,4,4,5,"It seems scientific, though I don't like the way the data is presented.",20.549,5,Thank you for the opportunity.,20.877,2,7,3,4,1,5,6,20.715999999999998,6,6,8,7,6,7,8,8,"None, thanks :)",23.998,4,3,4,2,4,4,27.926,4,,4.862,1.0,1996.0,Illinois,6.0,1.0,1.0,,7.0,,,19.0,5.0,2.0,115.448,5c7e14531c3cf8001638b5b0,"{""startTime"":1678677707067,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678677636794,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_focused"",""time"":32360}]}","{""startTime"":1678677393001,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":17,""label"":""tour_started""},{""time"":10425,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1019,""week"":""1"",""id"":""chart""},{""time"":25195,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1840,""week"":""22"",""id"":""chart""},{""time"":28875,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1139,""week"":""15"",""id"":""chart""},{""time"":31814,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1089,""week"":""15"",""id"":""chart""},{""time"":33168,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1305,""week"":""41"",""id"":""chart""},{""time"":39022,""label"":""tour_next"",""step"":5},{""time"":54060,""label"":""cleared_brush"",""using"":""Click""},{""time"":59193,""label"":""cleared_brush"",""using"":""Click""},{""time"":65386,""label"":""cleared_brush"",""using"":""Click""},{""time"":66358,""label"":""cleared_brush"",""using"":""Click""},{""time"":66844,""label"":""cleared_brush"",""using"":""Click""},{""time"":71884,""label"":""cleared_brush"",""using"":""Click""},{""time"":72982,""label"":""cleared_brush"",""using"":""Click""},{""time"":81694,""label"":""started_brush"",""startDate"":""2021-04-08"",""endDate"":""2021-05-12""},{""time"":84001,""label"":""cleared_brush"",""using"":""Click""},{""time"":88653,""label"":""cleared_brush"",""using"":""Click""},{""time"":102161,""label"":""cleared_brush"",""using"":""Click""},{""time"":104433,""label"":""tour_next"",""step"":5},{""time"":119960,""label"":""cleared_brush"",""using"":""Click""},{""time"":122527,""label"":""cleared_brush"",""using"":""Click""},{""time"":125567,""label"":""cleared_brush"",""using"":""Click""},{""time"":126755,""label"":""cleared_brush"",""using"":""Click""},{""time"":129300,""label"":""cleared_brush"",""using"":""Click""},{""time"":132120,""label"":""cleared_brush"",""using"":""Click""},{""time"":133296,""label"":""cleared_brush"",""using"":""Click""},{""time"":134622,""label"":""cleared_brush"",""using"":""Click""},{""time"":137414,""label"":""cleared_brush"",""using"":""Click""},{""time"":140485,""label"":""cleared_brush"",""using"":""Click""},{""time"":141969,""label"":""moved_brush"",""startDate"":""2021-08-10"",""endDate"":""2021-10-08""},{""time"":144257,""label"":""cleared_brush"",""using"":""Click""},{""time"":148522,""label"":""cleared_brush"",""using"":""Click""},{""time"":149283,""label"":""tour_next"",""step"":5},{""time"":154387,""label"":""cleared_brush"",""using"":""Click""},{""time"":154387,""label"":""cleared_brush"",""using"":""Escape""},{""time"":155376,""label"":""tour_next"",""step"":5},{""time"":159383,""label"":""tour_end"",""step"":5},{""time"":174528,""label"":""started_brush"",""startDate"":""2021-09-05"",""endDate"":""2022-02-07""},{""time"":175447,""label"":""cleared_brush"",""using"":""Click""},{""time"":178739,""label"":""cleared_brush"",""using"":""Click""}]}","{""startTime"":1678677618832,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":13995}]}",0,complex,bar,1,1,0,Neutral,3.5,0,0,0,0.0,0.0,0,13.995,1.0,0.0,1,1.0,3 +2023-03-12 23:18:41,2023-03-12 23:28:31,0,100,590,1,2023-03-12 23:28:32,R_2tMAIUb1zU7FkvP,39.7436,-86.1158,EN,1,24.998,2.0,,2.0,3.763,15.01,50,100,50,27.691,35.77,1,-3,48.906000000000006,-3,-3,75.402,-1,41.306000000000004,15.027000000000001,4,2,4,6,6,1,,45.423,2,6,4,1,1,6,"You told me to assume that I trust the data. I don't, but that's what you told me to do.",29.203000000000003,4,,8.599,2,7,3,4,1,5,6,14.585999999999999,1,1,1,1,1,1,1,1,"I don't trust scientists. I would trust science, except it is performed by humans.",39.303000000000004,1,1,2,5,1,2,19.975,6,2.0,14.277000000000001,2.0,1977.0,Indiana,7.0,3.0,1.0,,8.0,Indianapolis,,10.0,4.0,2.0,74.298,55cb79e0fdf99b3c26ae4bca,"{""startTime"":1678677706055,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":1338},{""label"":""window_focused"",""time"":8098}]}","{""startTime"":1678677751942,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678677605058,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":17,""label"":""tour_started""},{""time"":11727,""label"":""tour_next"",""step"":2},{""time"":21333,""label"":""tour_end"",""step"":2},{""time"":26488,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1269,""week"":""1"",""id"":""chart2""},{""time"":27927,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1974,""week"":""1"",""id"":""chart""},{""time"":29963,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3538,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678677690558,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar,1,0,0,Negative,2.0,0,0,0,0.0,0.0,0,15.0,0.5,0.0,0,0.5,1 +2023-03-12 23:20:47,2023-03-12 23:31:34,0,100,646,1,2023-03-12 23:31:36,R_3hyC0Rwbk7iPMzb,40.8784,-82.6541,EN,1,15.408,,,,,15.009,83,82,70,17.495,35.593,-2,1,34.177,-3,-3,69.218,1,33.569,15.11,6,5,6,6,7,6,,25.118000000000002,7,7,7,7,7,7,I trust this visualization,34.505,3,,15.052999999999999,2,7,3,4,1,5,6,54.797,3,5,4,4,1,5,10,11,,18.476,4,4,4,3,4,4,39.37,4,,7.654,1.0,1998.0,Ohio,2.0,2.0,1.0,,7.0,,,4.0,3.0,1.0,153.864,63d80e0449b458dd5f8140be,"{""startTime"":1678677860351,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678677789034,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_focused"",""time"":580},{""label"":""window_blurred"",""time"":8079},{""label"":""window_focused"",""time"":20745},{""label"":""window_blurred"",""time"":22526},{""label"":""window_focused"",""time"":26007}]}","{""startTime"":1678677702874,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":7198,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1417,""week"":""48"",""id"":""chart""},{""time"":9631,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1750,""week"":""1"",""id"":""chart""},{""time"":14542,""label"":""tour_next"",""step"":2},{""time"":17698,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1050,""week"":""2"",""id"":""chart2""},{""time"":20862,""label"":""tour_end"",""step"":2},{""time"":23060,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2274,""week"":""50"",""id"":""chart2""},{""time"":29872,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1626,""week"":""32"",""id"":""chart2""}]}","{""startTime"":1678677773491,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":15157}]}",0,simple,bar,1,0,0,Positive,3.8,0,0,0,0.0,0.0,0,15.157,0.5,0.0,1,0.5,1 +2023-03-12 23:21:18,2023-03-12 23:33:09,0,100,710,1,2023-03-12 23:33:10,R_1QLPEXxUJgrVGxr,40.6001,-73.7497,EN,1,16.283,,,,,15.114,44,21,12,39.705999999999996,35.238,-1,-1,31.685,1,-1,78.937,-1,26.401999999999997,15.020999999999999,4,4,4,1,3,4,none,38.681,1,1,1,1,1,4,I don't know if these are actually facts or its random data.,42.693000000000005,5,none,23.891,2,7,3,4,1,5,6,26.986,5,5,8,7,7,7,8,10,none,34.75,1,3,5,2,2,3,46.701,2,,25.406,1.0,1979.0,New York,3.0,1.0,1.0,,8.0,Rockaway Park,,9.0,2.0,1.0,147.803,63f2e107c4d0bc684b99d2c6,"{""startTime"":1678677852171,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678677891525,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678677721221,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":31,""label"":""tour_started""},{""time"":14958,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1069,""week"":""45"",""id"":""chart""},{""time"":17465,""label"":""tour_next"",""step"":2},{""time"":23741,""label"":""tour_end"",""step"":2},{""time"":26825,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2907,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678677836494,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,bar,1,0,0,Neutral,2.7,0,0,0,0.0,0.0,0,15.0,0.0,0.5,0,0.5,2 +2023-03-12 23:24:07,2023-03-12 23:33:12,0,100,544,1,2023-03-12 23:33:13,R_1oBenWNiEBzuFqv,37.6752,-120.9465,EN,1,6.439,,,,,15.014000000000001,100,100,78,18.502,50.437,-1,1,32.37,-3,-3,55.678999999999995,1,22.401,15.02,6,5,7,5,6,6,,39.586,5,5,6,3,2,7,I don't think that there is any reason for anyone to lie about the data on the visualization. The graph seems like it has accurate information.,27.35,6,When using the interactive graph a box with information got stuck open and appeared on every page of the survey and blocked some of the information on the other graphs.,58.924,2,7,3,4,1,5,6,16.184,1,1,2,4,1,3,11,10,,19.535,3,3,5,2,5,3,28.6,1,,9.656,2.0,1989.0,California,7.0,2.0,1.0,,9.0,,Modesto,11.0,4.0,1.0,76.579,5fb54678abd965015f4ae7b7,"{""startTime"":1678678036782,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678076930,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678677913946,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":4788,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2724,""week"":""2"",""id"":""chart""},{""time"":8612,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2563,""week"":""52"",""id"":""chart""},{""time"":15497,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1490,""week"":""42"",""id"":""chart""},{""time"":17725,""label"":""tour_next"",""step"":2},{""time"":23837,""label"":""tour_end"",""step"":2},{""time"":24660,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1489,""week"":""52"",""id"":""chart""},{""time"":27960,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8942,""week"":""52"",""id"":""chart""},{""time"":37693,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1658,""week"":""51"",""id"":""chart""},{""time"":45254,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1252,""week"":""6"",""id"":""chart""}]}","{""startTime"":1678678021174,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":4315,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1159,""week"":""3"",""id"":""chart""},{""time"":5799,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8297,""week"":""2"",""id"":""chart""}]}",0,moderate,bar,1,1,0,Positive,3.5,0,2,2,9.456,4.728,1484,15.0,0.5,0.0,1,0.0,2 +2023-03-12 23:24:38,2023-03-12 23:34:35,0,100,597,1,2023-03-12 23:34:36,R_232a0FWkOGkpCHe,41.3944,-74.3332,EN,1,11.446,1.0,2.0,2.0,10.970999999999998,15.057,100,100,52,32.374,17.277,1,1,44.957,-3,-3,110.904,1,37.153,15.022,7,4,4,7,7,7,,24.923000000000002,7,7,7,6,6,7,it's from the CDC,13.055,4,,9.987,2,7,3,4,1,5,6,26.238000000000003,1,6,1,6,1,1,11,10,,29.987,2,3,3,3,1,3,55.464,2,2.0,19.213,1.0,1999.0,New York,3.0,3.0,1.0,,7.0,,,18.0,4.0,2.0,63.531000000000006,640e11f99076926cad445e1e,"{""startTime"":1678678109673,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678135861,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678677963933,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":73,""label"":""tour_started""},{""time"":6518,""label"":""tour_next"",""step"":2},{""time"":13289,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678678093639,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":10598,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1286,""week"":""34"",""id"":""chart""}]}",1,moderate,bar,1,0,0,Positive,2.5,0,1,1,1.286,1.286,0,15.0,1.0,0.0,1,0.0,2 +2023-03-12 23:27:36,2023-03-12 23:34:43,0,100,427,1,2023-03-12 23:34:44,R_vOdpQIc9BfTck13,36.0344,-114.9705,EN,1,4.038,1.0,2.0,2.0,3.885,15.109000000000002,82,92,71,13.495,28.164,-3,1,68.391,1,-3,35.245,1,29.427,15.013,5,5,6,6,6,6,,20.669,5,6,6,4,5,5,"It states the source and the source should be somewhere that I trust. But then again, anyone can claim the source is from this place but not be true.",32.294000000000004,5,,6.202999999999999,2,7,3,4,1,5,6,16.968,6,7,8,9,7,6,10,10,,15.407,2,2,3,3,3,4,14.665,2,2.0,11.077,1.0,1991.0,Nevada,5.0,2.0,1.0,,7.0,,,6.0,4.0,2.0,58.62,5e1f7b2a4c9b832b34e7c9d3,"{""startTime"":1678678217431,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678238594,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678104502,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":7260,""label"":""tour_next"",""step"":2},{""time"":13170,""label"":""tour_end"",""step"":2},{""time"":13848,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1849,""week"":""41"",""id"":""chart""},{""time"":18005,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3779,""week"":""52"",""id"":""chart""},{""time"":22990,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1110,""week"":""52"",""id"":""chart2""}]}","{""startTime"":1678678201902,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":3779,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2195,""week"":""52"",""id"":""chart2""},{""time"":13131,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1949,""week"":""52"",""id"":""chart""}]}",1,simple,bar,1,0,0,Neutral,2.8,0,2,2,4.144,2.072,9352,15.0,0.5,0.5,1,0.5,1 +2023-03-12 23:23:49,2023-03-12 23:34:45,0,100,655,1,2023-03-12 23:34:45,R_9N8K5fxwjCP8WUp,44.2433,-88.3564,EN,1,16.992,1.0,1.0,1.0,10.880999999999998,15.015,67,80,46,20.105,11.552,1,1,55.082,-3,-3,50.945,-2,139.096,15.009,5,5,5,5,5,5,,16.033,7,7,7,7,7,7,its easy to understand,13.635,4,,7.4510000000000005,2,7,3,4,1,5,6,14.030999999999999,9,9,9,9,9,9,9,9,,13.819,1,1,1,4,1,1,33.123000000000005,4,2.0,8.839,2.0,1988.0,Wisconsin,4.0,2.0,1.0,,7.0,,,4.0,5.0,1.0,59.285,5e8681d1fc96dd135df99ee6,"{""startTime"":1678678132993,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678096926,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678013117,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":35,""label"":""tour_started""},{""time"":4508,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1481,""week"":""50"",""id"":""chart""},{""time"":6746,""label"":""tour_next"",""step"":2},{""time"":9752,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678678081155,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":5054,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3108,""week"":""51"",""id"":""chart2""}]}",1,simple,bar,0,1,0,Positive,1.5,0,1,1,3.108,3.108,0,15.0,1.0,0.0,0,1.0,1 +2023-03-12 23:20:27,2023-03-12 23:34:49,0,100,861,1,2023-03-12 23:34:50,R_2E77mJLu1PZxmrB,33.6128,-117.6622,EN,1,263.171,,,,,15.008,100,100,50,27.820999999999998,51.297,1,1,36.016,-3,-3,43.852,1,42.678999999999995,15.014000000000001,4,5,5,5,6,6,,26.769000000000002,6,6,6,1,4,6,I have no reason not to believe the information presented to me,18.405,6,,8.539,2,7,3,4,1,5,6,14.383,3,6,6,5,6,7,9,9,,21.395,4,4,4,2,4,4,23.647,2,,4.752,2.0,1972.0,California,7.0,1.0,1.0,,7.0,,,13.0,4.0,1.0,60.592,5b894987e79bf50001e1ff95,"{""startTime"":1678678227596,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678046916,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":2811},{""label"":""window_focused"",""time"":18550}]}","{""startTime"":1678677943121,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":20,""label"":""tour_started""},{""time"":9347,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1534,""week"":""45"",""id"":""chart""},{""time"":10981,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1183,""week"":""43"",""id"":""chart""},{""time"":15155,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2518,""week"":""52"",""id"":""chart""},{""time"":18835,""label"":""tour_next"",""step"":2},{""time"":27058,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1968,""week"":""2"",""id"":""chart2""},{""time"":30309,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1299,""week"":""6"",""id"":""chart2""},{""time"":34727,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1367,""week"":""33"",""id"":""chart2""},{""time"":38060,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1734,""week"":""51"",""id"":""chart2""},{""time"":48377,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678678031338,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,bar,1,0,0,Positive,3.7,0,0,0,0.0,0.0,0,15.0,1.0,0.0,1,1.0,1 +2023-03-12 23:18:58,2023-03-12 23:35:53,0,100,1014,1,2023-03-12 23:35:53,R_12hI9VBFMasfujl,45.2377,-93.2765,EN,1,5.931,1.0,2.0,2.0,4.54,15.107999999999999,100,83,74,11.681,29.676,1,-3,53.221000000000004,-3,1,64.499,-3,32.543,15.005999999999998,5,4,5,7,6,7,,22.355,5,6,6,2,2,6,"The data makes sense to me, and I like that the axes are consistent. ",17.227,4,,8.593,2,7,3,4,1,5,6,338.68,3,7,9,9,6,8,11,10,,20.227,5,4,5,1,5,5,20.909000000000002,5,3.0,23.612,1.0,1991.0,Minnesota,6.0,1.0,1.0,,4.0,,,17.0,3.0,1.0,53.622,63e081512a825f68bcfdc757,"{""startTime"":1678677742181,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678677682668,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678677583539,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":5413,""label"":""tour_next"",""step"":2},{""time"":10558,""label"":""tour_end"",""step"":2},{""time"":11288,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1204,""week"":""52"",""id"":""chart2""},{""time"":12800,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5512,""week"":""52"",""id"":""chart""},{""time"":21768,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1551,""week"":""52"",""id"":""chart2""}]}","{""startTime"":1678677667197,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":4523,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2041,""week"":""52"",""id"":""chart""}]}",1,simple,bar,0,2,0,Positive,4.2,0,1,1,2.041,2.041,0,15.0,0.5,0.5,0,0.5,1 +2023-03-12 23:28:32,2023-03-12 23:36:14,0,100,461,1,2023-03-12 23:36:14,R_1GTxX0GlJFNNFW0,38.580999999999996,-121.4939,EN,1,5.2860000000000005,1.0,2.0,2.0,3.7710000000000004,15.106,93,100,100,25.537,27.798000000000002,1,1,38.165,-3,-3,62.193999999999996,1,25.453000000000003,15.013,2,4,2,7,7,2,,24.313000000000002,6,7,7,1,4,7,"It said ""Assuming you trust the information"". So, assuming I trust the actual numbers, I do not feel the visualization was doing anything to try and misrepresent those numbers.",54.913999999999994,6,,6.098,2,7,3,4,1,5,6,13.487,1,1,10,10,1,6,9,10,,17.84,4,3,3,3,3,4,23.197,6,2.0,10.305,1.0,1998.0,California,6.0,3.0,1.0,,7.0,,,19.0,4.0,1.0,44.805,640e54837a907926a3ee82aa,"{""startTime"":1678678362848,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678280493,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":4168},{""label"":""window_focused"",""time"":10171}]}","{""startTime"":1678678173446,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":13477,""label"":""tour_next"",""step"":2},{""time"":19000,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678678264865,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":8252},{""label"":""window_focused"",""time"":12520}]}",1,moderate,bar,1,0,0,Neutral,3.3,0,0,0,0.0,0.0,0,8.252,1.0,0.0,1,0.0,2 +2023-03-12 23:21:52,2023-03-12 23:37:08,0,100,915,1,2023-03-12 23:37:08,R_phC14PS2rTiRoQN,30.2627,-97.7467,EN,1,26.107,1.0,3.0,2.0,8.327,15.118,100,100,85,26.705,59.331,1,1,41.772,-3,-3,183.465,1,44.387,15.02,7,6,7,7,7,6,,67.71600000000001,7,6,6,4,5,6,Seems to align with scientific data in regards to the efficacy of the covid-19 vaccine. The only reason I didn't put strong agree is because I just in general try not to believe everything I see on the internet without fact-checking.,83.443,2,,17.232,2,7,3,4,1,5,6,28.249000000000002,1,1,1,1,4,1,10,8,,70.88,3,3,5,1,4,5,40.2,1,2.0,31.405,1.0,1991.0,Texas,6.0,1.0,1.0,,7.0,,,6.0,4.0,1.0,86.823,610878f08e2b6c83ea3905da,"{""startTime"":1678678066270,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678134441,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678677807199,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":11103,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3509,""week"":""50"",""id"":""chart""},{""time"":15667,""label"":""tour_next"",""step"":2},{""time"":19110,""label"":""tour_end"",""step"":2},{""time"":22691,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2095,""week"":""52"",""id"":""chart""},{""time"":25619,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2858,""week"":""6"",""id"":""chart""},{""time"":30673,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":26157,""week"":""6"",""id"":""chart""}]}","{""startTime"":1678678050792,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar,1,0,0,Positive,3.5,0,0,0,0.0,0.0,0,15.0,1.0,0.0,1,0.0,2 +2023-03-12 23:25:56,2023-03-12 23:37:26,0,100,690,1,2023-03-12 23:37:26,R_RklXsEeQFmhn1Yt,37.3177,-122.0438,EN,1,17.646,1.0,3.0,1.0,7.1979999999999995,15.125,79,19,66,22.839000000000002,91.94,1,-3,63.565,1,-1,91.134,1,37.0,15.015999999999998,5,6,6,5,4,5,,29.484,5,2,5,3,3,5,"I think it looks accurate to my knowledge, but it needs to indicate the source for me to say that I fully trust the visualization.",58.231,5,,12.898,2,7,3,4,1,5,6,25.82,6,4,8,5,9,3,10,11,,20.608,3,2,4,3,4,2,33.833,3,1.0,9.0,1.0,2005.0,California,1.0,3.0,1.0,,2.0,,,13.0,3.0,2.0,86.323,63d8548b51a28912d9fba859,"{""startTime"":1678678175150,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678205355,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":11354,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1143,""week"":""51"",""id"":""chart""},{""time"":13157,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1038,""week"":""50"",""id"":""chart""}]}","{""startTime"":1678678030028,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":23,""label"":""tour_started""},{""time"":9015,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1696,""week"":""3"",""id"":""chart""},{""time"":11097,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4045,""week"":""3"",""id"":""chart""},{""time"":17478,""label"":""tour_next"",""step"":5},{""time"":25298,""label"":""cleared_brush"",""using"":""Click""},{""time"":28148,""label"":""started_brush"",""startDate"":""2021-05-30"",""endDate"":""2021-11-01""},{""time"":31045,""label"":""tour_next"",""step"":5},{""time"":34967,""label"":""moved_brush"",""startDate"":""2021-06-14"",""endDate"":""2021-11-17""},{""time"":36339,""label"":""moved_brush"",""startDate"":""2021-06-14"",""endDate"":""2021-08-26""},{""time"":37606,""label"":""tour_next"",""step"":5},{""time"":41698,""label"":""cleared_brush"",""using"":""Click""},{""time"":43648,""label"":""tour_next"",""step"":5},{""time"":48285,""label"":""tour_end"",""step"":5},{""time"":51762,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1279,""week"":""6"",""id"":""chart""},{""time"":53389,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1184,""week"":""6"",""id"":""chart""},{""time"":58930,""label"":""started_brush"",""startDate"":""2022-01-01"",""endDate"":""2022-02-07""},{""time"":65107,""label"":""cleared_brush"",""using"":""Click""},{""time"":71467,""label"":""started_brush"",""startDate"":""2021-04-06"",""endDate"":""2021-07-30""},{""time"":76015,""label"":""moved_brush"",""startDate"":""2021-04-06"",""endDate"":""2021-07-03""},{""time"":76934,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1169,""week"":""15"",""id"":""chart""},{""time"":79575,""label"":""cleared_brush"",""using"":""Click""},{""time"":86310,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1850,""week"":""1"",""id"":""chart""}]}","{""startTime"":1678678159699,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":10667,""label"":""started_brush"",""startDate"":""2021-10-28"",""endDate"":""2022-01-07""},{""time"":11908,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1184,""week"":""44"",""id"":""chart""}]}",1,complex,bar,1,0,0,Positive,3.0,1,2,1,1.1840000000000002,1.1840000000000002,1241,15.0,0.5,0.5,1,1.0,3 +2023-03-12 23:25:24,2023-03-12 23:37:30,0,100,725,1,2023-03-12 23:37:30,R_1kXN6Klz7fR2rnW,35.1499,-90.0558,EN,1,130.937,,,,,15.008,73,87,67,41.383,28.285,1,1,48.434,1,-3,58.784,1,54.101000000000006,15.109000000000002,6,2,6,2,6,6,It does not say why there were so many pests certain weeks. ,71.118,6,6,6,2,3,6,"It is clear, especially because you can see exact numbers by hovering over it, plus it is weekly data so it is easy to compare each week. ",41.126999999999995,5,,11.470999999999998,2,7,3,4,1,5,6,21.209,2,2,3,3,2,4,3,3,,26.618000000000002,4,4,4,2,4,3,33.243,5,,9.326,2.0,2001.0,Tennessee,3.0,1.0,1.0,,7.0,,,15.0,2.0,1.0,66.245,6108bfbf2e07c5612eb90182,"{""startTime"":1678678291745,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678222825,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678119400,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":20,""label"":""tour_started""},{""time"":9797,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2677,""week"":""1"",""id"":""chart""},{""time"":13253,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1141,""week"":""51"",""id"":""chart""},{""time"":15935,""label"":""tour_next"",""step"":2},{""time"":19249,""label"":""tour_end"",""step"":2},{""time"":21420,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2265,""week"":""1"",""id"":""chart""},{""time"":23756,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1131,""week"":""2"",""id"":""chart""}]}","{""startTime"":1678678207222,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":2875,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5289,""week"":""2"",""id"":""chart""},{""time"":10273,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1076,""week"":""3"",""id"":""chart""}]}",0,moderate,bar,0,2,0,Positive,3.5,0,2,2,6.365,3.1825,7398,15.0,1.0,0.5,1,0.5,2 +2023-03-12 23:28:33,2023-03-12 23:38:19,0,100,586,1,2023-03-12 23:38:19,R_Zn6w6YOyxBWXxLP,41.8482,-87.6521,EN,1,5.28,1.0,4.0,2.0,4.59,15.013,98,100,99,18.84,19.414,1,-3,29.971999999999998,1,1,98.745,1,40.144,15.013,6,4,4,7,2,4,,20.116,6,2,2,2,5,2,It took me a second to realize the stacked nature of the bars makes it difficult to compare populations visually. Weeks where both populations spiked make the unvaccinated population look disproportionately higher,44.397,5,,19.332,2,7,3,4,1,5,6,24.554000000000002,2,5,2,5,4,9,10,11,,29.112,4,1,4,2,4,4,59.896,5,2.0,10.472999999999999,1.0,1993.0,Illinois,6.0,3.0,1.0,,2.0,,,16.0,2.0,1.0,92.47399999999999,615a1d9297d4e05d6df9da22,"{""startTime"":1678678365414,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678300160,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678165756,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":10157,""label"":""tour_next"",""step"":2},{""time"":13835,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678678284785,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":5890,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6110,""week"":""1"",""id"":""chart""},{""time"":12464,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1038,""week"":""2"",""id"":""chart""}]}",1,moderate,bar,0,1,0,Negative,3.2,0,2,2,7.148,3.574,6574,15.0,0.5,1.0,1,1.0,2 +2023-03-12 23:28:03,2023-03-12 23:39:53,0,100,709,1,2023-03-12 23:39:54,R_1Hdi1kTkTuBg3L6,28.9108,-81.5248,EN,1,69.04,,,,,15.03,85,42,41,52.363,46.333999999999996,-2,1,45.059,-3,-3,70.94,1,36.541,15.164000000000001,4,3,4,5,5,5,What happened the week of December 27th? How does that compare to previous Decembers?,60.093999999999994,5,5,4,1,1,5,"I have no reason not to, but then I don't care enough to fact check it.",19.649,6,,8.02,2,7,3,4,1,5,6,21.055999999999997,1,3,1,2,3,1,8,8,,33.42,2,2,5,4,2,3,25.249000000000002,1,,4.553999999999999,1.0,1989.0,Florida,7.0,1.0,1.0,,7.0,,,1.0,3.0,1.0,80.77,63e5ffdf639ebdcf35aacb09,"{""startTime"":1678678392272,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678344402,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678231009,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":410,""label"":""tour_started""},{""time"":11426,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4840,""week"":""51"",""id"":""chart""},{""time"":18673,""label"":""tour_next"",""step"":2},{""time"":22542,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2123,""week"":""52"",""id"":""chart2""},{""time"":24700,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3115,""week"":""1"",""id"":""chart2""},{""time"":30986,""label"":""tour_end"",""step"":2},{""time"":36443,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1571,""week"":""5"",""id"":""chart2""},{""time"":39331,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1895,""week"":""52"",""id"":""chart""},{""time"":43010,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1002,""week"":""52"",""id"":""chart2""}]}","{""startTime"":1678678326559,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,bar,1,0,0,Neutral,3.0,0,0,0,0.0,0.0,0,15.0,0.5,0.0,1,0.5,1 +2023-03-12 23:23:18,2023-03-12 23:40:22,0,100,1023,1,2023-03-12 23:40:22,R_1kLGitbJyAuEvO8,36.3403,-86.7195,EN,1,35.376999999999995,1.0,3.0,1.0,4.047,15.009,92,60,72,33.836,97.665,-2,1,86.676,-3,-3,135.416,-3,189.185,15.112,7,6,7,7,6,6,,44.402,6,7,6,6,6,7,I trust it because of the data that is presented within it.,36.852,6,,6.767,2,7,3,4,1,5,6,12.5,5,7,7,7,7,8,10,9,,116.089,4,4,4,2,5,4,30.688000000000002,2,2.0,69.074,2.0,1994.0,Tennessee,7.0,3.0,1.0,,7.0,,,7.0,3.0,1.0,47.131,612fea78b655df755fe7db24,"{""startTime"":1678678266094,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678202510,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678677898925,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":19,""label"":""tour_started""},{""time"":11244,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1147,""week"":""51"",""id"":""chart""},{""time"":13364,""label"":""tour_next"",""step"":5},{""time"":18995,""label"":""started_brush"",""startDate"":""2021-08-09"",""endDate"":""2021-11-25""},{""time"":21202,""label"":""tour_next"",""step"":5},{""time"":24567,""label"":""moved_brush"",""startDate"":""2021-05-22"",""endDate"":""2021-09-07""},{""time"":28964,""label"":""moved_brush"",""startDate"":""2021-05-22"",""endDate"":""2021-09-07""},{""time"":30285,""label"":""moved_brush"",""startDate"":""2021-05-22"",""endDate"":""2021-11-08""},{""time"":31285,""label"":""tour_next"",""step"":5},{""time"":43171,""label"":""cleared_brush"",""using"":""Click""},{""time"":43171,""label"":""cleared_brush"",""using"":""Escape""},{""time"":44384,""label"":""tour_next"",""step"":5},{""label"":""window_blurred"",""time"":48693},{""label"":""window_focused"",""time"":63159},{""time"":65384,""label"":""tour_end"",""step"":5},{""time"":70750,""label"":""started_brush"",""startDate"":""2021-04-24"",""endDate"":""2021-05-27""},{""time"":75667,""label"":""moved_brush"",""startDate"":""2021-09-18"",""endDate"":""2021-10-22""},{""time"":77457,""label"":""moved_brush"",""startDate"":""2021-07-06"",""endDate"":""2021-08-09""},{""time"":79781,""label"":""cleared_brush"",""using"":""Click""},{""time"":81320,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1433,""week"":""50"",""id"":""chart""},{""time"":93621,""label"":""started_brush"",""startDate"":""2021-04-18"",""endDate"":""2021-05-30""},{""time"":95884,""label"":""cleared_brush"",""using"":""Click""},{""time"":95884,""label"":""cleared_brush"",""using"":""Escape""}]}","{""startTime"":1678678186793,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":8275,""label"":""started_brush"",""startDate"":""2021-10-18"",""endDate"":""2022-01-08""},{""time"":14214,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1324,""week"":""52"",""id"":""chart""}]}",1,complex,bar,1,0,0,Positive,3.8,1,2,1,1.324,1.324,5939,15.0,0.5,0.0,0,0.0,3 +2023-03-12 23:31:56,2023-03-12 23:40:23,0,100,507,1,2023-03-12 23:40:23,R_1Qa84VBi0xYwevQ,30.4274,-84.258,EN,1,5.043,1.0,1.0,1.0,5.858,15.011,100,100,69,14.640999999999998,40.672,-2,1,39.875,-3,-3,47.983999999999995,1,27.215999999999998,15.014000000000001,4,4,4,7,7,6,,38.729,5,7,5,3,4,6,It seems pretty logical... as to the timing and pattern of cases.,22.552,5,,10.324000000000002,2,7,3,4,1,5,6,20.791,5,7,6,5,9,6,9,9,,33.306,5,5,5,1,5,5,24.682,3,1.0,34.556,1.0,1985.0,Florida,6.0,3.0,1.0,,7.0,,,10.0,4.0,1.0,55.711000000000006,60f66877a0a732b6dbe3485d,"{""startTime"":1678678465073,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678504675,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678367373,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":17,""label"":""tour_started""},{""time"":24607,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4312,""week"":""52"",""id"":""chart""},{""time"":30117,""label"":""tour_next"",""step"":2},{""time"":37059,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1315,""week"":""52"",""id"":""chart2""},{""time"":39159,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678678449639,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar,0,1,0,Positive,4.3,0,0,0,0.0,0.0,0,15.0,0.5,0.0,1,0.5,1 +2023-03-12 23:32:28,2023-03-12 23:40:41,0,100,492,1,2023-03-12 23:40:42,R_27JNXmmIg4vq0e6,40.5582,-74.5262,EN,1,16.989,,,,,15.024000000000001,58,41,46,11.392999999999999,15.550999999999998,1,1,27.305999999999997,1,-2,54.958,1,35.188,15.02,5,5,3,5,5,5,,12.370999999999999,5,4,3,5,5,5,"It looks easy to follow, but anyone can bend data.",12.690999999999999,4,,5.2010000000000005,2,7,3,4,1,5,6,16.24,6,7,3,6,2,7,6,5,,11.594000000000001,3,3,4,3,4,4,11.569,2,,6.4,1.0,1989.0,New Jersey,7.0,2.0,1.0,,7.0,,,9.0,4.0,1.0,122.40700000000001,601e13b872774f263d64acac,"{""startTime"":1678678575966,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678545780,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_focused"",""time"":3423}]}","{""startTime"":1678678457491,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":37,""label"":""tour_started""},{""time"":5037,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1643,""week"":""2"",""id"":""chart""},{""time"":11926,""label"":""tour_next"",""step"":2},{""time"":13508,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678678529647,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":5341}]}",0,moderate,bar,0,1,0,Neutral,3.5,0,0,0,0.0,0.0,0,5.341,1.0,0.5,1,0.5,2 +2023-03-12 23:28:01,2023-03-12 23:41:03,0,100,782,1,2023-03-12 23:41:04,R_3KBz2hTjMzmmyrM,33.2663,-86.902,EN,1,13.865,,,,,15.1,100,85,93,14.001,87.375,1,1,37.58,-3,-3,72.237,-2,83.602,15.093,7,6,6,7,7,7,"I've never seen such a well detailed interactive graph such as this before. I will say for such large amounts of data with many variables, the interactive slider is needed. ",50.915,6,7,7,4,1,7,"Very detailed, nicely organized with plenty of information.",15.100999999999999,4,,8.652999999999999,2,7,3,4,1,5,6,28.455,4,4,5,8,5,4,10,10,,20.721,4,5,5,1,5,5,27.389,2,,7.879,2.0,1999.0,Alabama,6.0,2.0,1.0,,8.0,Frisco City,,5.0,3.0,1.0,218.608,61706d258625bf685b7d6902,"{""startTime"":1678678324658,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678397249,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678135589,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":119,""label"":""tour_started""},{""time"":7721,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1400,""week"":""43"",""id"":""chart""},{""time"":17508,""label"":""tour_next"",""step"":5},{""time"":24050,""label"":""cleared_brush"",""using"":""Click""},{""time"":24815,""label"":""cleared_brush"",""using"":""Click""},{""time"":25867,""label"":""cleared_brush"",""using"":""Click""},{""time"":26809,""label"":""started_brush"",""startDate"":""2021-06-30"",""endDate"":""2021-08-28""},{""time"":28467,""label"":""tour_next"",""step"":5},{""time"":34442,""label"":""moved_brush"",""startDate"":""2021-06-30"",""endDate"":""2021-08-05""},{""time"":35425,""label"":""tour_next"",""step"":5},{""time"":39821,""label"":""moved_brush"",""startDate"":""2021-07-16"",""endDate"":""2021-08-22""},{""time"":41510,""label"":""cleared_brush"",""using"":""Click""},{""time"":41510,""label"":""cleared_brush"",""using"":""Escape""},{""time"":41872,""label"":""cleared_brush"",""using"":""Click""},{""time"":41873,""label"":""cleared_brush"",""using"":""Escape""},{""time"":52702,""label"":""tour_next"",""step"":5},{""time"":57285,""label"":""tour_end"",""step"":5},{""time"":61258,""label"":""started_brush"",""startDate"":""2021-06-10"",""endDate"":""2021-10-07""},{""time"":64858,""label"":""moved_brush"",""startDate"":""2021-06-10"",""endDate"":""2021-09-30""},{""time"":66273,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1077,""week"":""31"",""id"":""chart""},{""time"":72563,""label"":""moved_brush"",""startDate"":""2021-07-26"",""endDate"":""2021-09-30""},{""time"":74189,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":2119,""week"":""37"",""id"":""chart""},{""time"":82604,""label"":""moved_brush"",""startDate"":""2021-09-06"",""endDate"":""2021-09-30""},{""time"":84951,""label"":""moved_brush"",""startDate"":""2021-12-15"",""endDate"":""2022-01-07""}]}","{""startTime"":1678678308544,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":13093,""label"":""started_brush"",""startDate"":""2021-10-31"",""endDate"":""2022-01-01""}]}",0,complex,bar,0,1,0,Positive,4.2,1,1,0,0.0,0.0,0,15.0,1.0,0.0,0,0.0,3 +2023-03-12 23:30:03,2023-03-12 23:41:45,0,100,701,1,2023-03-12 23:41:45,R_RkoA9bzY6Kr2CmR,30.671,-87.1737,EN,1,25.964000000000002,1.0,3.0,2.0,19.961,15.114,100,23,87,14.844000000000001,76.78399999999999,1,1,46.731,1,-2,90.257,1,61.156000000000006,15.01,6,5,6,3,3,6,I would've much rather this be split into 2 different graphs based on vaccination rather than one graph with every single group ,61.095,3,3,3,3,3,6,I trust the makers of the graph ,33.773,4,,13.577,2,7,3,4,1,5,6,30.302,2,2,1,4,2,4,11,7,,31.615,4,1,5,2,4,2,45.63399999999999,2,1.0,13.158,1.0,2003.0,Florida,3.0,1.0,1.0,,2.0,,,14.0,3.0,2.0,66.21600000000001,63ee7c9441abc1335d678cab,"{""startTime"":1678678444189,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678505682,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678290139,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":9899,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1378,""week"":""3"",""id"":""chart""},{""time"":14242,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7345,""week"":""52"",""id"":""chart""},{""time"":22778,""label"":""tour_next"",""step"":5},{""time"":33344,""label"":""started_brush"",""startDate"":""2021-05-17"",""endDate"":""2021-08-23""},{""time"":34139,""label"":""tour_next"",""step"":5},{""time"":37289,""label"":""moved_brush"",""startDate"":""2021-07-19"",""endDate"":""2021-10-25""},{""time"":39230,""label"":""tour_next"",""step"":5},{""time"":47296,""label"":""cleared_brush"",""using"":""Click""},{""time"":47296,""label"":""cleared_brush"",""using"":""Escape""},{""time"":48677,""label"":""tour_next"",""step"":5},{""time"":52677,""label"":""tour_end"",""step"":5},{""time"":56231,""label"":""started_brush"",""startDate"":""2021-05-02"",""endDate"":""2021-05-21""},{""time"":70167,""label"":""cleared_brush"",""using"":""Click""},{""time"":73339,""label"":""cleared_brush"",""using"":""Click""},{""time"":73339,""label"":""cleared_brush"",""using"":""Escape""}]}","{""startTime"":1678678428814,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":9607,""label"":""started_brush"",""startDate"":""2021-06-14"",""endDate"":""2021-06-19""},{""time"":11382,""label"":""cleared_brush"",""using"":""Click""},{""time"":11382,""label"":""cleared_brush"",""using"":""Escape""},{""time"":14573,""label"":""started_brush"",""startDate"":""2021-10-30"",""endDate"":""2021-12-30""}]}",1,complex,bar,1,0,0,Positive,3.0,1,4,0,0.0,0.0,4966,15.0,1.0,0.5,1,1.0,3 +2023-03-12 23:32:55,2023-03-12 23:42:46,0,100,590,1,2023-03-12 23:42:46,R_2w14QXXZXgTuYJ0,28.5378,-80.6711,EN,1,3.722,1.0,2.0,1.0,5.135,15.120999999999999,59,17,39,12.655,127.471,1,1,44.68,-3,-3,51.397,1,26.939,15.113,5,3,5,5,6,5,,26.886999999999997,5,5,5,3,3,5,I can't tell for sure whether this data is accurate,27.734,4,,6.567,2,7,3,4,1,5,6,27.601,4,6,4,5,2,3,10,9,,18.845,4,2,4,2,3,3,24.031,2,2.0,12.770999999999999,2.0,1995.0,Florida,5.0,2.0,1.0,,4.0,,,5.0,2.0,1.0,103.515,6109d5b1a9daba0fb4e833b9,"{""startTime"":1678678596312,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":1867,""label"":""started_brush"",""startDate"":""2021-11-08"",""endDate"":""2021-12-23""},{""time"":3450,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1610,""week"":""51"",""id"":""chart""}]}","{""startTime"":1678678624458,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":5601},{""label"":""window_focused"",""time"":6918}]}","{""startTime"":1678678424980,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":13311,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":15068,""week"":""52"",""id"":""chart""},{""time"":30380,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3299,""week"":""14"",""id"":""chart""},{""time"":37251,""label"":""tour_next"",""step"":5},{""time"":67135,""label"":""started_brush"",""startDate"":""2021-05-18"",""endDate"":""2021-08-10""},{""time"":68489,""label"":""tour_next"",""step"":5},{""time"":80031,""label"":""moved_brush"",""startDate"":""2021-07-23"",""endDate"":""2021-10-15""},{""time"":81215,""label"":""tour_next"",""step"":5},{""time"":86470,""label"":""cleared_brush"",""using"":""Click""},{""time"":88749,""label"":""tour_next"",""step"":5},{""time"":101937,""label"":""tour_end"",""step"":5},{""time"":106378,""label"":""started_brush"",""startDate"":""2021-04-09"",""endDate"":""2021-05-31""},{""time"":108297,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4033,""week"":""15"",""id"":""chart""},{""time"":113569,""label"":""cleared_brush"",""using"":""Click""},{""time"":118249,""label"":""started_brush"",""startDate"":""2021-10-14"",""endDate"":""2022-01-16""},{""time"":120339,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3819,""week"":""52"",""id"":""chart""},{""time"":125683,""label"":""cleared_brush"",""using"":""Click""}]}","{""startTime"":1678678580615,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":2389,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1528,""week"":""47"",""id"":""chart""},{""time"":9621,""label"":""started_brush"",""startDate"":""2021-06-24"",""endDate"":""2021-10-01""},{""time"":10972,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2181,""week"":""33"",""id"":""chart""},{""time"":13194,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1542,""week"":""32"",""id"":""chart""}]}",1,complex,bar,0,1,0,Neutral,3.0,1,4,3,5.251,1.7503333333333335,10805,15.0,1.0,0.0,1,1.0,3 +2023-03-12 23:34:18,2023-03-12 23:42:49,0,100,510,1,2023-03-12 23:42:49,R_414vg6VCJrsFTKF,32.7797,-96.8022,EN,1,4.83,,,,,15.005999999999998,87,76,90,11.58,49.918,-3,1,76.333,1,-3,37.001,1,63.258,15.12,4,4,5,5,6,6,,21.688000000000002,6,6,6,2,2,6,The exact numbers when you hover over the bars makes me trust it more.,30.112,3,,7.01,2,7,3,4,1,5,6,28.375999999999998,4,5,4,6,2,3,8,9,,16.464000000000002,4,4,5,1,5,5,29.328000000000003,5,,4.1739999999999995,1.0,2005.0,Texas,1.0,2.0,2.0,,9.0,,Dallas,8.0,2.0,1.0,63.875,63f77fe7daecacc6523836d1,"{""startTime"":1678678673851,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":14184},{""label"":""window_focused"",""time"":18117}]}","{""startTime"":1678678624964,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678495431,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":19,""label"":""tour_started""},{""time"":12224,""label"":""tour_next"",""step"":5},{""time"":21022,""label"":""cleared_brush"",""using"":""Click""},{""time"":22453,""label"":""started_brush"",""startDate"":""2021-07-29"",""endDate"":""2021-08-11""},{""time"":23794,""label"":""tour_next"",""step"":5},{""time"":31225,""label"":""started_brush"",""startDate"":""2021-05-30"",""endDate"":""2021-06-20""},{""time"":35403,""label"":""started_brush"",""startDate"":""2021-08-23"",""endDate"":""2021-10-16""},{""time"":38203,""label"":""moved_brush"",""startDate"":""2021-06-29"",""endDate"":""2021-08-22""},{""time"":38929,""label"":""tour_next"",""step"":5},{""time"":43951,""label"":""cleared_brush"",""using"":""Click""},{""time"":43951,""label"":""cleared_brush"",""using"":""Escape""},{""time"":45282,""label"":""tour_next"",""step"":5},{""time"":48160,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678678609446,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":13500,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1094,""week"":""52"",""id"":""chart""}]}",0,complex,bar,0,1,0,Positive,4.0,0,1,1,1.094,1.094,0,15.0,0.5,0.5,1,1.0,3 +2023-03-12 23:32:46,2023-03-12 23:43:27,0,100,640,1,2023-03-12 23:43:27,R_1oAPoQyQ0zNVjPW,40.5948,-73.9715,EN,1,11.584000000000001,,,,,15.107999999999999,100,100,67,22.7,27.517,1,-2,47.078,-3,-3,59.29,1,43.591,15.005999999999998,6,1,6,6,7,6,,44.836999999999996,5,7,7,1,2,7,I see no reason to not trust the data,25.296999999999997,5,,15.5,2,7,3,4,1,5,6,18.077,3,4,6,7,6,5,10,10,,47.22,4,4,5,2,4,5,50.912,3,,10.932,1.0,1997.0,New York,6.0,2.0,3.0,,2.0,,,4.0,4.0,1.0,101.834,5b1a3fa488ee7400012aef74,"{""startTime"":1678678513800,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":198,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1089,""week"":""50"",""id"":""chart""}]}","{""startTime"":1678678559154,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":27487},{""label"":""window_focused"",""time"":27605},{""label"":""window_blurred"",""time"":27619},{""label"":""window_focused"",""time"":32879}]}","{""startTime"":1678678423118,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":6135,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1134,""week"":""33"",""id"":""chart""},{""time"":11403,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2849,""week"":""52"",""id"":""chart""},{""time"":16848,""label"":""tour_next"",""step"":2},{""time"":20119,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2517,""week"":""52"",""id"":""chart2""},{""time"":25718,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678678498457,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,bar,1,0,0,Positive,4.0,0,0,0,0.0,0.0,0,15.0,0.5,0.0,1,0.5,1 +2023-03-12 23:37:30,2023-03-12 23:43:53,0,100,382,1,2023-03-12 23:43:54,R_3dKXJBwKmfb0AGv,35.0125,-80.9309,EN,1,2.911,,,,,15.122,56,31,75,11.565,40.81,-2,-1,34.181999999999995,-1,-1,15.356,1,61.806999999999995,15.037,4,4,4,3,3,4,,24.624000000000002,4,2,4,1,1,4,I do not know the origin of this information.,12.787,4,,8.097999999999999,2,7,3,4,1,5,6,17.453,6,4,6,6,6,3,8,8,,20.204,4,3,4,3,3,3,26.915,3,,6.79,2.0,1991.0,South Carolina,3.0,2.0,1.0,,7.0,,,2.0,2.0,2.0,35.258,5d76bf508da7af001b5fa26c,"{""startTime"":1678678805315,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678830982,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678686255,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":8548,""label"":""tour_next"",""step"":5},{""time"":17028,""label"":""cleared_brush"",""using"":""Click""},{""time"":22169,""label"":""started_brush"",""startDate"":""2021-08-18"",""endDate"":""2022-02-07""},{""time"":22868,""label"":""tour_next"",""step"":5},{""time"":29174,""label"":""moved_brush"",""startDate"":""2021-04-24"",""endDate"":""2021-10-14""},{""time"":29981,""label"":""tour_next"",""step"":5},{""time"":34824,""label"":""cleared_brush"",""using"":""Click""},{""time"":34824,""label"":""cleared_brush"",""using"":""Escape""},{""time"":36046,""label"":""tour_next"",""step"":5},{""time"":38871,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678678789754,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":5218,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2089,""week"":""51"",""id"":""chart""},{""time"":7409,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3110,""week"":""52"",""id"":""chart""}]}",0,complex,bar,1,0,0,Negative,3.3,0,2,2,5.199,2.5995,2191,15.0,0.0,0.0,1,1.0,3 +2023-03-12 23:37:10,2023-03-12 23:44:23,0,100,433,1,2023-03-12 23:44:24,R_siIPstaAZwgnGCt,40.3177,-79.7223,EN,1,2.5669999999999997,1.0,3.0,2.0,3.5639999999999996,15.12,86,100,54,9.948,16.61,-2,1,28.412,1,-3,35.955,1,16.187,16.757,7,6,1,6,6,7,,12.0,6,6,4,3,4,7,"To me, the data backs up the intuitive sentiment that vaccines work. I trust that these numbers are an accurate reflection of how vaccines operate in terms of coming down with COVID-19.",37.874,5,,9.969,2,7,3,4,1,5,6,14.08,2,4,3,2,5,8,10,10,,16.303,4,3,3,3,3,5,5.501,1,2.0,9.629,1.0,1992.0,Pennsylvania,8.0,1.0,1.0,,7.0,,,10.0,4.0,2.0,79.42699999999999,60c2cc653d0c6208fc8899fc,"{""startTime"":1678678856846,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678741986,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678672459,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":3827,""label"":""tour_next"",""step"":2},{""time"":10710,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678678718282,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":13422}]}",1,simple,bar,0,1,0,Positive,3.5,0,0,0,0.0,0.0,0,13.422,0.5,0.5,1,0.5,1 +2023-03-12 23:33:17,2023-03-12 23:44:39,0,100,681,1,2023-03-12 23:44:40,R_3CVDTxRddclXABu,37.0368,-88.5934,EN,1,33.453,,,,,15.107000000000001,75,88,69,44.1,37.834,1,1,34.569,1,-3,101.765,1,93.583,15.112,4,4,4,6,6,4,Need explaination of method at least.,64.156,5,6,6,1,1,4,It's just a graph I can't trust it or not trust it.,23.378,5,,11.661,2,7,3,4,1,5,6,21.209,1,1,1,1,1,1,1,1,,19.238,2,3,2,4,4,2,18.453,7,,4.065,1.0,1983.0,Kentucky,3.0,3.0,1.0,,7.0,,,4.0,1.0,2.0,69.631,5f8486766d8e7b0f17df0206,"{""startTime"":1678678715845,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678652473,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678496496,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":13117,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1327,""week"":""14"",""id"":""chart""},{""time"":17180,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1799,""week"":""6"",""id"":""chart""},{""time"":20278,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1833,""week"":""14"",""id"":""chart""},{""time"":26307,""label"":""tour_next"",""step"":2},{""time"":31472,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678678636943,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":8646,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1149,""week"":""2"",""id"":""chart""},{""time"":10765,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1051,""week"":""2"",""id"":""chart""},{""time"":12597,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1010,""week"":""2"",""id"":""chart""},{""time"":14149,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1178,""week"":""1"",""id"":""chart""}]}",0,moderate,bar,0,0,0,Neutral,2.8,0,4,4,4.388,1.097,5503,15.0,1.0,0.5,1,0.5,2 +2023-03-12 23:33:36,2023-03-12 23:46:00,0,100,743,1,2023-03-12 23:46:01,R_2P29oLSa6m40Tek,42.1921,-121.7233,EN,1,24.285999999999998,1.0,3.0,2.0,9.488999999999999,15.118,91,91,52,21.961,49.503,-1,1,77.359,-1,-3,103.544,1,44.353,15.015999999999998,6,5,6,5,7,6,,57.519,6,5,5,5,5,6,"The statement said ""Assuming you trust the data in this visualization"", so if the data is accurate and the graph is clear and readable, I would find it trustworthy. ",51.103,4,,10.181000000000001,2,7,3,4,1,5,6,34.143,3,3,5,3,3,3,6,6,,32.701,4,4,3,2,4,4,36.006,3,2.0,25.593000000000004,2.0,1996.0,Oregon,7.0,2.0,1.0,,7.0,,,8.0,3.0,2.0,56.56,60fd933d5461857048f9e74c,"{""startTime"":1678678777734,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":37348},{""label"":""window_focused"",""time"":44214}]}","{""startTime"":1678678672707,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":42,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1049,""week"":""1"",""id"":""chart""},{""time"":1171,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3801,""week"":""2"",""id"":""chart""},{""time"":6776,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1064,""week"":""51"",""id"":""chart""},{""time"":11909,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2977,""week"":""49"",""id"":""chart""},{""time"":18068,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1854,""week"":""50"",""id"":""chart""},{""time"":20494,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1056,""week"":""50"",""id"":""chart""},{""time"":21594,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1138,""week"":""51"",""id"":""chart""}]}","{""startTime"":1678678503183,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":24,""label"":""tour_started""},{""time"":17520,""label"":""tour_next"",""step"":2},{""time"":21931,""label"":""tour_end"",""step"":2},{""time"":22684,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5282,""week"":""51"",""id"":""chart""},{""time"":32275,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1958,""week"":""14"",""id"":""chart""},{""time"":35668,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2670,""week"":""16"",""id"":""chart""},{""time"":40422,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1409,""week"":""21"",""id"":""chart""}]}","{""startTime"":1678678657225,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":5555,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1118,""week"":""3"",""id"":""chart""},{""time"":7622,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1201,""week"":""1"",""id"":""chart""},{""time"":8865,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4157,""week"":""52"",""id"":""chart""}]}",1,moderate,bar,0,2,0,Neutral,3.5,0,3,3,6.476,2.1586666666666665,3310,15.0,0.5,0.0,1,0.0,2 +2023-03-12 23:36:02,2023-03-12 23:46:18,0,100,616,1,2023-03-12 23:46:19,R_12D67AGPTV6radJ,32.7185,-97.1432,EN,1,9.166,,,,,15.110999999999999,100,100,88,24.776,30.958000000000002,1,1,75.967,-2,-3,77.362,1,36.096,15.11,5,7,1,6,7,7,,65.785,7,7,6,4,1,7,The visualization feels like it gives me very specific and clear information.,39.898,4,,6.431,2,7,3,4,1,5,6,21.094,5,3,1,5,4,5,10,9,,29.706999999999997,4,4,4,1,5,4,42.05,3,,7.62,2.0,1999.0,Texas,5.0,3.0,1.0,,3.0,,,17.0,3.0,2.0,56.035,5ed5afc6e8229914710ada06,"{""startTime"":1678678822030,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":14954,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1079,""week"":""52"",""id"":""chart""},{""time"":36058,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4611,""week"":""50"",""id"":""chart""}]}","{""startTime"":1678678748451,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":54,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5870,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678678623276,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":24,""label"":""tour_started""},{""time"":13673,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1716,""week"":""45"",""id"":""chart""},{""time"":15897,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1011,""week"":""50"",""id"":""chart""},{""time"":18741,""label"":""tour_next"",""step"":2},{""time"":21666,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3011,""week"":""1"",""id"":""chart2""},{""time"":29267,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678678731429,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,bar,0,1,0,Positive,3.7,0,0,0,0.0,0.0,0,15.0,1.0,0.0,1,1.0,1 +2023-03-12 23:35:11,2023-03-12 23:46:36,0,100,684,1,2023-03-12 23:46:36,R_1dB00tHs973qg8G,39.7301,-104.9078,EN,1,6.292999999999999,1.0,3.0,1.0,12.623,15.116,66,31,38,16.226,31.598000000000003,-2,-3,88.663,-3,-3,80.741,-1,48.783,15.017999999999999,4,5,3,6,6,3,,32.099000000000004,6,6,4,1,2,3,I feel as though this may be influenced by companies that make vaccines. ,44.778,2,,20.015,2,7,3,4,1,5,6,28.134,1,2,1,2,2,4,7,4,,21.296999999999997,4,2,4,3,4,4,34.766999999999996,1,2.0,20.116,3.0,1983.0,Colorado,3.0,2.0,1.0,,7.0,,,7.0,4.0,1.0,111.35799999999999,5e643d29df313c1ced363682,"{""startTime"":1678678704781,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678737424,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678576173,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":14136,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1624,""week"":""50"",""id"":""chart""},{""time"":15802,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1812,""week"":""51"",""id"":""chart""},{""time"":17711,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1757,""week"":""52"",""id"":""chart""},{""time"":21556,""label"":""tour_next"",""step"":2},{""time"":27789,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678678689334,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":10730,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1050,""week"":""25"",""id"":""chart""},{""time"":12364,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1620,""week"":""32"",""id"":""chart""}]}",1,moderate,bar,2,0,1,Negative,3.5,0,2,2,2.67,1.335,1634,15.0,0.0,0.0,0,0.0,2 +2023-03-12 23:39:16,2023-03-12 23:48:09,0,100,533,1,2023-03-12 23:48:10,R_3iW5fCIsczUrofi,47.63,-122.2972,EN,1,14.229000000000001,1.0,4.0,1.0,5.151,15.011,81,40,57,29.193,17.671,1,1,48.552,-3,1,40.758,1,18.101,16.61,6,6,6,5,6,4,"The subtitles of the graph are somewhat misleading, the main header for both is what clarifies that it's COVID cases, not rates of people being vaccinated, which was my initial thought. Also for the second question on the last page, I was a little unsure about my answer because the question didn't specify over what duration",106.81700000000001,5,6,3,1,4,4,"context -- it's in a qualtrics survey. if it were published in a reputable news venue, then I would trust it more",30.065,4,,5.229,2,7,3,4,1,5,6,25.204,5,6,4,6,7,6,8,10,,20.669,2,4,5,3,3,4,22.99,1,1.0,13.764000000000001,2.0,1995.0,Washington,7.0,3.0,1.0,,2.0,,,8.0,4.0,2.0,50.378,5bcfb99d77740000016b3dbf,"{""startTime"":1678678930617,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_focused"",""time"":4292}]}","{""startTime"":1678679037537,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678829359,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":3504,""label"":""tour_next"",""step"":2},{""time"":8223,""label"":""tour_end"",""step"":2},{""time"":12197,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2366,""week"":""1"",""id"":""chart""}]}","{""startTime"":1678678896400,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":4823,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1740,""week"":""52"",""id"":""chart2""},{""label"":""window_blurred"",""time"":11285}]}",1,simple,bar,1,0,0,Neutral,3.5,0,1,1,1.74,1.74,0,11.285,1.0,0.5,1,1.0,1 +2023-03-12 23:41:50,2023-03-12 23:48:19,0,100,388,1,2023-03-12 23:48:19,R_27QJONFOvGR6dqQ,40.7263,-73.9818,EN,1,8.487,1.0,4.0,1.0,4.602,15.117,79,64,30,18.473,20.223,-2,1,33.019,-1,-3,61.131,-3,24.642,15.015999999999998,6,2,6,6,6,6,,17.815,3,5,5,2,6,6,The data within the visualization comes from a reputable source,25.305999999999997,5,,8.002,2,7,3,4,1,5,6,10.306,9,9,6,6,9,8,10,10,,13.093,3,4,4,2,4,4,24.845,2,1.0,8.103,2.0,1998.0,New York,7.0,3.0,1.0,,7.0,,,17.0,3.0,2.0,49.754,610386b89cf31f6859e7df7c,"{""startTime"":1678679063107,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678679081305,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678965125,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":4713,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1141,""week"":""52"",""id"":""chart""},{""time"":6990,""label"":""tour_next"",""step"":2},{""time"":8959,""label"":""tour_end"",""step"":2},{""time"":12545,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1576,""week"":""38"",""id"":""chart""},{""time"":14529,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1391,""week"":""52"",""id"":""chart""},{""time"":16427,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1647,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678679047558,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":5081,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1073,""week"":""6"",""id"":""chart""}]}",1,moderate,bar,1,0,0,Positive,3.5,0,1,1,1.073,1.073,0,15.0,0.5,0.0,0,0.0,2 +2023-03-12 23:39:00,2023-03-12 23:48:20,0,100,560,1,2023-03-12 23:48:21,R_3QFORBYsb3C4f2S,33.5986,-86.3434,EN,1,10.004,,,,,15.105,77,98,50,21.268,69.411,-2,-2,43.163000000000004,1,-3,80.96300000000001,-3,67.773,15.124,5,6,5,5,6,6,,23.313000000000002,6,6,6,6,6,6,This was easy top understand and something the average person could understand.,23.801,5,,10.475999999999999,2,7,3,4,1,5,6,24.165,2,6,9,6,2,6,9,9,,22.3,4,4,5,4,4,4,19.021,5,,5.15,1.0,1969.0,Alabama,6.0,2.0,1.0,,9.0,,Pell City,4.0,2.0,1.0,51.867,5e404a68f09a9f28310e8701,"{""startTime"":1678678953823,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678978162,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678798826,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":64,""label"":""tour_started""},{""time"":12722,""label"":""tour_next"",""step"":5},{""time"":32878,""label"":""started_brush"",""startDate"":""2021-06-08"",""endDate"":""2021-08-27""},{""time"":34183,""label"":""tour_next"",""step"":5},{""time"":37811,""label"":""moved_brush"",""startDate"":""2021-07-31"",""endDate"":""2021-10-18""},{""time"":40686,""label"":""tour_next"",""step"":5},{""time"":45314,""label"":""moved_brush"",""startDate"":""2021-06-28"",""endDate"":""2021-09-16""},{""time"":47053,""label"":""moved_brush"",""startDate"":""2021-10-14"",""endDate"":""2022-01-02""},{""time"":48501,""label"":""moved_brush"",""startDate"":""2021-05-17"",""endDate"":""2021-08-04""},{""time"":49935,""label"":""moved_brush"",""startDate"":""2021-04-07"",""endDate"":""2021-06-25""},{""time"":50783,""label"":""moved_brush"",""startDate"":""2021-04-08"",""endDate"":""2021-06-26""},{""time"":51962,""label"":""moved_brush"",""startDate"":""2021-04-08"",""endDate"":""2021-06-26""},{""time"":53888,""label"":""moved_brush"",""startDate"":""2021-05-22"",""endDate"":""2021-08-09""},{""time"":60433,""label"":""cleared_brush"",""using"":""Click""},{""time"":60433,""label"":""cleared_brush"",""using"":""Escape""},{""time"":61779,""label"":""tour_next"",""step"":5},{""time"":67094,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678678937665,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,bar,0,2,0,Positive,4.2,0,0,0,0.0,0.0,0,15.0,0.0,0.5,0,0.0,3 +2023-03-12 23:37:13,2023-03-12 23:48:23,0,100,670,1,2023-03-12 23:48:23,R_OB8SUtt2KSQ6oGB,39.1541,-76.717,EN,1,2.093,1.0,3.0,1.0,3.8139999999999996,15.110999999999999,87,98,83,10.312000000000001,76.10300000000001,-3,-3,44.202,1,-1,188.88299999999998,1,104.524,15.012,6,6,2,6,6,6,,19.432000000000002,5,6,6,3,5,5,Id like to know more information. Such as states/countries where these results are being calculated from.,28.500999999999998,3,,9.275,2,7,3,4,1,5,6,14.482999999999999,4,4,6,5,5,6,8,9,,20.717,3,3,2,4,3,3,17.081,4,3.0,7.242000000000001,1.0,1999.0,Maryland,5.0,3.0,1.0,,3.0,,,7.0,4.0,2.0,54.536,603f31444049ae098abb8bf7,"{""startTime"":1678678874361,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678894241,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678677060,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":3448,""label"":""tour_next"",""step"":5},{""time"":15670,""label"":""tour_back"",""step"":5},{""time"":24902,""label"":""tour_next"",""step"":5},{""time"":28008,""label"":""cleared_brush"",""using"":""Click""},{""time"":33343,""label"":""moved_brush"",""startDate"":""2021-06-11"",""endDate"":""2021-11-06""},{""time"":34946,""label"":""moved_brush"",""startDate"":""2021-09-12"",""endDate"":""2022-02-07""},{""time"":43418,""label"":""moved_brush"",""startDate"":""2021-12-31"",""endDate"":""2022-02-07""},{""time"":45688,""label"":""started_brush"",""startDate"":""2021-10-22"",""endDate"":""2021-10-27""},{""time"":47573,""label"":""started_brush"",""startDate"":""2021-05-07"",""endDate"":""2021-06-18""},{""time"":47899,""label"":""moved_brush"",""startDate"":""2021-05-01"",""endDate"":""2021-06-18""},{""time"":48207,""label"":""cleared_brush"",""using"":""Click""},{""time"":48673,""label"":""tour_next"",""step"":5},{""time"":53129,""label"":""cleared_brush"",""using"":""Click""},{""time"":54838,""label"":""started_brush"",""startDate"":""2021-05-01"",""endDate"":""2021-08-02""},{""time"":56102,""label"":""moved_brush"",""startDate"":""2021-11-05"",""endDate"":""2022-02-07""},{""time"":56706,""label"":""tour_next"",""step"":5},{""time"":60928,""label"":""cleared_brush"",""using"":""Click""},{""time"":60928,""label"":""cleared_brush"",""using"":""Escape""},{""time"":61768,""label"":""tour_next"",""step"":5},{""time"":63978,""label"":""tour_end"",""step"":5},{""time"":68037,""label"":""started_brush"",""startDate"":""2021-05-24"",""endDate"":""2021-10-21""},{""time"":72284,""label"":""moved_brush"",""startDate"":""2021-05-24"",""endDate"":""2021-10-21""},{""time"":72550,""label"":""moved_brush"",""startDate"":""2021-05-24"",""endDate"":""2021-10-21""},{""time"":72736,""label"":""moved_brush"",""startDate"":""2021-05-24"",""endDate"":""2021-10-21""},{""time"":73736,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1923,""week"":""32"",""id"":""chart""}]}","{""startTime"":1678678858732,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":10340,""label"":""cleared_brush"",""using"":""Click""}]}",1,complex,bar,0,2,0,Neutral,3.0,0,1,0,0.0,0.0,0,15.0,0.0,0.5,1,1.0,3 +2023-03-12 23:41:37,2023-03-12 23:49:05,0,100,447,1,2023-03-12 23:49:05,R_1mE6szJMEdJRu4q,37.8414,-122.1254,EN,1,9.057,,,,,15.013,94,43,50,19.024,19.98,1,1,37.648,1,-2,61.145,1,58.354,15.005999999999998,6,4,6,7,7,5,,19.596,5,6,5,1,2,5,"I trust the source and the data makes sense, but I know nothing about the researchers or any potential bias.",25.45,4,,5.909,2,7,3,4,1,5,6,19.173,3,5,4,7,6,3,9,9,,19.998,4,3,4,2,3,4,18.021,2,,5.0760000000000005,2.0,2001.0,California,6.0,3.0,1.0,,7.0,,,17.0,3.0,2.0,48.31100000000001,60fcd2b146529d02f1566012,"{""startTime"":1678679021973,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":100,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2244,""week"":""51"",""id"":""chart""}]}","{""startTime"":1678679042095,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678947748,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":5140,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1027,""week"":""52"",""id"":""chart""},{""time"":8090,""label"":""tour_next"",""step"":2},{""time"":9203,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2159,""week"":""52"",""id"":""chart2""},{""time"":17624,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678679006430,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":5628,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1432,""week"":""52"",""id"":""chart2""},{""time"":11819,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1561,""week"":""31"",""id"":""chart""}]}",0,simple,bar,1,0,0,Neutral,3.3,0,2,2,2.9930000000000003,1.4965,6191,15.0,1.0,0.5,1,1.0,1 +2023-03-12 23:41:25,2023-03-12 23:49:21,0,100,475,1,2023-03-12 23:49:21,R_2ypaHQEVog6b0nh,47.5364,-122.27799999999999,EN,1,3.1010000000000004,,,,,15.005,72,100,47,8.162,12.502,1,1,27.031,1,-2,67.344,1,42.875,15.005999999999998,6,7,7,5,6,6,,17.715,7,7,7,7,7,7,Has a clear y and x axis and it very easy to read,27.54,4,,4.997,2,3,4,7,1,5,6,28.744,4,7,6,6,6,6,11,11,,12.07,4,4,5,1,4,5,33.082,3,,2.151,1.0,1998.0,Washington,6.0,2.0,1.0,,2.0,,,11.0,4.0,2.0,43.763000000000005,5e17945242fb0b000da71b21,"{""startTime"":1678679232216,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678679187382,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678997418,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":3752,""label"":""tour_next"",""step"":2},{""time"":4960,""label"":""tour_end"",""step"":2},{""time"":6148,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1099,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678679078080,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,bar,0,1,0,Positive,3.8,0,0,0,0.0,0.0,0,15.0,1.0,0.5,1,0.5,2 +2023-03-12 23:32:33,2023-03-12 23:50:07,0,100,1053,1,2023-03-12 23:50:08,R_yyUWjsVxLn513QR,25.7846,-80.233,EN,1,20.673000000000002,,,,,15.129000000000001,97,93,85,37.389,87.435,1,1,100.45,-3,-3,79.941,1,65.57300000000001,15.052,7,5,7,5,6,7,,39.125,5,6,5,1,1,7,It did not show data that greatly increased one week and then decrease suddenly. The ebb and flow of infestation seemed natural.,164.888,4,,11.001,2,7,3,4,1,5,6,38.868,6,7,4,5,9,4,10,6,,59.905,3,3,4,3,3,3,53.096000000000004,2,,9.15,1.0,1954.0,Florida,5.0,2.0,1.0,,7.0,,,7.0,4.0,2.0,162.59,5ddcd77f23f9f1c2c45d6c18,"{""startTime"":1678678856275,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678646728,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678441307,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":120,""label"":""tour_started""},{""time"":16712,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5758,""week"":""52"",""id"":""chart""},{""time"":22550,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1239,""week"":""1"",""id"":""chart""},{""time"":25035,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1238,""week"":""5"",""id"":""chart""},{""time"":33966,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2399,""week"":""23"",""id"":""chart""},{""time"":39392,""label"":""tour_next"",""step"":2},{""time"":48985,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2915,""week"":""52"",""id"":""chart2""},{""time"":59956,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1018,""week"":""1"",""id"":""chart2""},{""time"":73112,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678678630759,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":6450,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5164,""week"":""52"",""id"":""chart2""}]}",0,simple,bar,0,1,0,Positive,3.2,0,1,1,5.164,5.164,0,15.0,1.0,0.0,1,1.0,1 +2023-03-12 23:45:07,2023-03-12 23:50:12,0,100,304,1,2023-03-12 23:50:12,R_2WNFwQnGeysDld2,33.3874,-112.0998,EN,1,6.001,,,,,15.106,62,75,45,11.937999999999999,11.959000000000001,-1,-1,6.972,-3,-2,54.203,-1,12.210999999999999,15.014000000000001,4,4,6,6,7,5,,13.102,7,6,7,6,4,6,I seen many reports of insect and fungi related infections.,23.346999999999998,1,,7.905,2,7,3,4,1,5,6,18.949,3,1,7,2,1,3,6,4,,14.843,2,4,3,5,3,4,10.718,7,,3.4,1.0,1996.0,Arizona,6.0,2.0,1.0,,7.0,,,10.0,4.0,1.0,40.762,61363ce02e6022a741d63a6e,"{""startTime"":1678679270786,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678679233604,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678679150672,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":3347,""label"":""tour_next"",""step"":2},{""time"":6773,""label"":""tour_end"",""step"":2},{""time"":8927,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2274,""week"":""1"",""id"":""chart""}]}","{""startTime"":1678679217873,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,bar,0,1,1,Neutral,3.5,0,0,0,0.0,0.0,0,15.0,0.0,0.0,0,0.0,2 +2023-03-12 23:35:02,2023-03-12 23:50:13,0,100,910,1,2023-03-12 23:50:14,R_2eatHxPaSCT8qkA,44.5228,-89.5583,EN,1,4.263,2.0,,2.0,2.821,15.007,57,76,44,49.42100000000001,24.108,1,1,59.718,-3,-3,78.15,1,60.79600000000001,15.008,4,3,3,6,4,3,,48.218,3,5,5,3,3,4,"I think that it would be more transparent if we also had info on how serious/life-threatening cases were. I also just find the data hard to believe, because I haven't known any unvaccinated people who got COVID-19 in the last year, yet I have known a handful of vaccinated people who have.",129.515,2,,13.100999999999999,2,7,3,4,1,5,6,24.462,2,4,9,9,4,7,10,9,,49.701,3,3,4,3,4,4,160.744,4,2.0,21.596,2.0,1999.0,Wisconsin,6.0,3.0,1.0,,9.0,,Hortonville,13.0,3.0,1.0,80.958,60fc54b735f3211d0d10a371,"{""startTime"":1678678868580,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678689012,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678588581,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":22,""label"":""tour_started""},{""time"":7121,""label"":""tour_next"",""step"":2},{""time"":10439,""label"":""tour_end"",""step"":2},{""time"":17006,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2502,""week"":""52"",""id"":""chart2""},{""time"":20495,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1502,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678678673393,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":9687,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1561,""week"":""16"",""id"":""chart2""}]}",1,simple,bar,1,1,0,Negative,3.5,0,1,1,1.561,1.561,0,15.0,1.0,0.0,1,1.0,1 +2023-03-12 23:37:28,2023-03-12 23:50:17,0,100,769,1,2023-03-12 23:50:18,R_3EMydtHlggSmv7v,34.5404,-117.3532,EN,1,25.449,,,,,15.005,85,96,74,36.528,33.911,1,1,54.159,-3,-3,109.33,1,46.248999999999995,15.110999999999999,5,3,6,3,6,6,,63.203,5,5,5,3,1,6,The source of the data seemed like a trustworthy organization and the visualization looks clean and professional.,53.851000000000006,6,,28.033,2,7,3,4,1,5,6,24.4,6,9,7,9,7,6,10,10,,80.1,4,4,5,2,3,4,40.422,2,,9.198,2.0,1983.0,California,4.0,2.0,1.0,,7.0,,,11.0,4.0,2.0,52.188,5d4b14caed2dfc0001a22c1a,"{""startTime"":1678678893815,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":29,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6939,""week"":""2"",""id"":""chart""}]}","{""startTime"":1678678957602,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678734208,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":14288,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1633,""week"":""36"",""id"":""chart""},{""time"":20557,""label"":""tour_next"",""step"":2},{""time"":26713,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678678878274,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":7390,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2236,""week"":""52"",""id"":""chart""}]}",0,moderate,bar,2,0,0,Positive,3.7,0,1,1,2.2359999999999998,2.2359999999999998,0,15.0,1.0,0.0,1,0.0,2 +2023-03-12 23:27:00,2023-03-12 23:50:37,0,100,1416,1,2023-03-12 23:50:38,R_3fposxNHrBYzwl3,33.7173,-84.4783,EN,1,30.073,,,,,15.114,100,44,50,26.791999999999998,99.16,1,-3,184.25900000000001,1,-3,164.452,-2,40.082,15.012,4,4,4,4,3,4,,25.201,5,4,2,1,1,4,I'm not sure if it's accurate or not because i'm not familiar with the topic.,83.507,2,,40.077,2,7,3,4,1,5,6,27.787,3,3,1,2,4,2,4,5,,56.598,3,3,5,1,3,3,47.955,1,,39.193000000000005,1.0,1987.0,Georgia,2.0,2.0,1.0,,9.0,,"albany, ga",3.0,2.0,2.0,142.532,63039dbefda87c47a91fec04,"{""startTime"":1678678573720,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678599400,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678418134,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":10149,""label"":""tour_next"",""step"":5},{""time"":18170,""label"":""tour_back"",""step"":5},{""time"":30217,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2231,""week"":""50"",""id"":""chart""},{""time"":32649,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1716,""week"":""50"",""id"":""chart""},{""time"":38239,""label"":""tour_next"",""step"":5},{""time"":47955,""label"":""started_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-06-05""},{""time"":49205,""label"":""tour_next"",""step"":5},{""time"":55816,""label"":""moved_brush"",""startDate"":""2021-12-01"",""endDate"":""2022-01-31""},{""time"":57306,""label"":""tour_next"",""step"":5},{""time"":64241,""label"":""moved_brush"",""startDate"":""2021-06-22"",""endDate"":""2021-08-23""},{""time"":81332,""label"":""cleared_brush"",""using"":""Click""},{""time"":84672,""label"":""started_brush"",""startDate"":""2021-08-06"",""endDate"":""2021-10-31""},{""time"":85956,""label"":""tour_next"",""step"":5},{""time"":91453,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678678558148,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,bar,0,1,0,Neutral,3.0,0,0,0,0.0,0.0,0,15.0,0.5,0.5,0,0.0,3 +2023-03-12 23:42:11,2023-03-12 23:53:56,0,100,705,1,2023-03-12 23:53:57,R_Z2lAA9Tq2wPIDHH,41.6837,-88.3499,EN,1,14.658,,,,,15.008,81,5,63,24.351999999999997,150.35399999999998,1,1,45.867,1,-3,114.85799999999999,1,40.978,15.011,6,4,6,5,5,6,,20.717,6,3,5,3,2,6,"There is a lot of information, I would find it hard to believe that someone would take all that time to put together an untrustworthy visual like this.",41.442,5,,10.059,2,7,3,4,1,5,6,10.918,5,7,7,7,9,6,11,10,,26.017,3,4,4,3,3,4,37.841,2,,6.085,2.0,1999.0,Illinois,6.0,1.0,1.0,,8.0,Yorkville,,17.0,4.0,2.0,78.596,6101ced6dafdbea2d88a52b0,"{""startTime"":1678679263145,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678679202114,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678994679,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":13722,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4263,""week"":""52"",""id"":""chart""},{""time"":18318,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1333,""week"":""52"",""id"":""chart""},{""time"":21204,""label"":""tour_next"",""step"":5},{""time"":67834,""label"":""started_brush"",""startDate"":""2021-06-18"",""endDate"":""2021-06-26""},{""time"":69817,""label"":""started_brush"",""startDate"":""2021-05-30"",""endDate"":""2021-07-29""},{""time"":72421,""label"":""tour_next"",""step"":5},{""time"":77289,""label"":""started_brush"",""startDate"":""2021-08-02"",""endDate"":""2021-09-06""},{""time"":79016,""label"":""started_brush"",""startDate"":""2021-05-07"",""endDate"":""2021-08-28""},{""time"":85597,""label"":""cleared_brush"",""using"":""Click""},{""time"":86192,""label"":""cleared_brush"",""using"":""Click""},{""time"":89422,""label"":""started_brush"",""startDate"":""2021-04-23"",""endDate"":""2021-09-01""},{""time"":90815,""label"":""moved_brush"",""startDate"":""2021-06-20"",""endDate"":""2021-10-29""},{""time"":92333,""label"":""tour_next"",""step"":5},{""time"":95933,""label"":""cleared_brush"",""using"":""Click""},{""time"":97064,""label"":""tour_next"",""step"":5},{""time"":104666,""label"":""tour_end"",""step"":5},{""time"":106290,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1143,""week"":""2"",""id"":""chart""},{""time"":108641,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6459,""week"":""1"",""id"":""chart""},{""time"":115119,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2581,""week"":""52"",""id"":""chart""},{""time"":117702,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1248,""week"":""52"",""id"":""chart""},{""time"":122607,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3692,""week"":""52"",""id"":""chart""},{""time"":127536,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6798,""week"":""22"",""id"":""chart""},{""time"":136234,""label"":""started_brush"",""startDate"":""2021-06-19"",""endDate"":""2021-07-31""},{""time"":137351,""label"":""moved_brush"",""startDate"":""2021-06-19"",""endDate"":""2021-09-16""},{""time"":142837,""label"":""moved_brush"",""startDate"":""2021-06-14"",""endDate"":""2021-09-11""},{""time"":143920,""label"":""cleared_brush"",""using"":""Click""}]}","{""startTime"":1678679186705,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":7317,""label"":""started_brush"",""startDate"":""2021-06-20"",""endDate"":""2021-11-06""},{""time"":12131,""label"":""moved_brush"",""startDate"":""2021-08-23"",""endDate"":""2022-01-09""},{""time"":12640,""label"":""cleared_brush"",""using"":""Click""}]}",0,complex,bar,1,0,0,Positive,3.5,1,3,0,0.0,0.0,5323,15.0,1.0,0.5,1,1.0,3 +2023-03-12 23:32:57,2023-03-12 23:56:03,0,100,1386,1,2023-03-12 23:56:03,R_1f4667MY6GDXYCu,41.698,-70.0602,EN,1,22.335,2.0,,2.0,4.3,15.020999999999999,70,93,95,96.637,220.987,1,1,49.751000000000005,-3,1,83.177,1,99.75,15.017000000000001,3,3,3,5,6,6,,96.973,4,6,3,2,2,4,I would need to have at least one other source confirming the same information before I trusted this .,91.62899999999999,3,,32.172,2,7,3,4,1,5,6,20.971,5,5,8,9,4,7,10,9,,52.292,3,3,3,2,4,3,83.08200000000001,3,4.0,41.958,1.0,1975.0,Massachusetts,2.0,2.0,1.0,,7.0,,,10.0,3.0,2.0,261.434,640d43c9451ce148162a7643,"{""startTime"":1678678729269,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678826683,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678391669,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":44,""label"":""tour_started""},{""time"":18948,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":9857,""week"":""52"",""id"":""chart""},{""time"":28826,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":17527,""week"":""1"",""id"":""chart""},{""time"":50053,""label"":""tour_next"",""step"":5},{""time"":80665,""label"":""cleared_brush"",""using"":""Click""},{""time"":89530,""label"":""cleared_brush"",""using"":""Click""},{""time"":94770,""label"":""cleared_brush"",""using"":""Click""},{""time"":96964,""label"":""tour_back"",""step"":5},{""time"":97171,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1025,""week"":""51"",""id"":""chart""},{""time"":103856,""label"":""tour_next"",""step"":5},{""time"":121440,""label"":""cleared_brush"",""using"":""Click""},{""time"":122306,""label"":""cleared_brush"",""using"":""Click""},{""time"":122895,""label"":""cleared_brush"",""using"":""Click""},{""time"":123968,""label"":""cleared_brush"",""using"":""Click""},{""time"":125200,""label"":""cleared_brush"",""using"":""Click""},{""time"":126244,""label"":""cleared_brush"",""using"":""Click""},{""time"":127514,""label"":""cleared_brush"",""using"":""Click""},{""time"":130920,""label"":""cleared_brush"",""using"":""Click""},{""time"":132044,""label"":""cleared_brush"",""using"":""Click""},{""time"":132764,""label"":""cleared_brush"",""using"":""Click""},{""time"":136519,""label"":""tour_back"",""step"":5},{""time"":139892,""label"":""tour_next"",""step"":5},{""time"":145384,""label"":""cleared_brush"",""using"":""Click""},{""time"":149904,""label"":""cleared_brush"",""using"":""Click""},{""time"":150460,""label"":""cleared_brush"",""using"":""Click""},{""time"":152576,""label"":""cleared_brush"",""using"":""Click""},{""time"":154387,""label"":""cleared_brush"",""using"":""Click""},{""time"":165088,""label"":""cleared_brush"",""using"":""Click""},{""time"":165308,""label"":""cleared_brush"",""using"":""Click""},{""time"":165559,""label"":""cleared_brush"",""using"":""Click""},{""time"":165698,""label"":""cleared_brush"",""using"":""Click""},{""time"":168057,""label"":""cleared_brush"",""using"":""Click""},{""time"":169900,""label"":""cleared_brush"",""using"":""Click""},{""time"":170925,""label"":""cleared_brush"",""using"":""Click""},{""time"":175993,""label"":""cleared_brush"",""using"":""Click""},{""time"":177846,""label"":""started_brush"",""startDate"":""2021-08-25"",""endDate"":""2021-09-06""},{""time"":181631,""label"":""tour_next"",""step"":5},{""time"":187144,""label"":""moved_brush"",""startDate"":""2021-07-29"",""endDate"":""2021-08-10""},{""time"":187252,""label"":""cleared_brush"",""using"":""Click""},{""time"":187308,""label"":""cleared_brush"",""using"":""Click""},{""time"":188150,""label"":""started_brush"",""startDate"":""2021-06-30"",""endDate"":""2021-07-08""},{""time"":189671,""label"":""tour_next"",""step"":5},{""time"":196335,""label"":""cleared_brush"",""using"":""Click""},{""time"":196335,""label"":""cleared_brush"",""using"":""Escape""},{""time"":200639,""label"":""tour_next"",""step"":5},{""time"":208456,""label"":""tour_end"",""step"":5},{""time"":216542,""label"":""cleared_brush"",""using"":""Click""},{""time"":216845,""label"":""cleared_brush"",""using"":""Click""},{""time"":217461,""label"":""started_brush"",""startDate"":""2021-07-19"",""endDate"":""2021-09-02""}]}","{""startTime"":1678678713233,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar,1,0,0,Neutral,3.0,0,0,0,0.0,0.0,0,15.0,1.0,0.5,1,1.0,3 +2023-03-12 23:30:25,2023-03-12 23:57:03,0,100,1597,1,2023-03-12 23:57:03,R_1CBH2uBmiwxwQuj,39.3408,-80.0285,EN,1,51.248000000000005,,,,,15.130999999999998,67,71,23,80.536,140.905,-2,-1,184.79,-3,-3,260.394,-2,61.843999999999994,15.04,6,3,5,5,5,5,I have no additional thought nor comment.,105.08,4,4,5,4,4,4,"The visualization appears to be well-designed and informative, but its effectiveness ultimately depends on the accuracy and reliability of the data it represents, and whether it meets the user's specific needs and goals. Ultimately, it is up to the user to determine whether or not they trust the information conveyed by the visualization.",74.638,4,,24.498,2,7,3,4,1,5,6,58.79,4,5,7,6,5,8,11,11,,37.001999999999995,4,3,2,3,5,4,85.139,6,,12.732000000000001,2.0,1942.0,California,7.0,1.0,1.0,,7.0,,,14.0,2.0,2.0,173.49,64033349ec5c1a27ee79d14b,"{""startTime"":1678678871970,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678647814,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678423146,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":61,""label"":""tour_started""},{""label"":""window_focused"",""time"":1708},{""label"":""window_blurred"",""time"":13340},{""label"":""window_focused"",""time"":16803},{""time"":18963,""label"":""tour_next"",""step"":5},{""label"":""window_blurred"",""time"":24608},{""label"":""window_focused"",""time"":28121},{""time"":35957,""label"":""tour_back"",""step"":5},{""time"":43071,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1330,""week"":""52"",""id"":""chart""},{""time"":44463,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1069,""week"":""51"",""id"":""chart""},{""time"":49959,""label"":""tour_next"",""step"":5},{""label"":""window_blurred"",""time"":53932},{""label"":""window_focused"",""time"":56119},{""time"":57941,""label"":""tour_back"",""step"":5},{""time"":59771,""label"":""cleared_brush"",""using"":""Click""},{""time"":59771,""label"":""cleared_brush"",""using"":""Escape""},{""time"":64838,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1402,""week"":""50"",""id"":""chart""},{""time"":66245,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3679,""week"":""50"",""id"":""chart""},{""time"":76878,""label"":""tour_next"",""step"":5},{""time"":78783,""label"":""cleared_brush"",""using"":""Click""},{""time"":79532,""label"":""cleared_brush"",""using"":""Click""},{""time"":80253,""label"":""cleared_brush"",""using"":""Click""},{""time"":80763,""label"":""cleared_brush"",""using"":""Click""},{""time"":80999,""label"":""cleared_brush"",""using"":""Click""},{""time"":93206,""label"":""started_brush"",""startDate"":""2021-11-01"",""endDate"":""2022-01-09""},{""time"":105511,""label"":""cleared_brush"",""using"":""Click""},{""time"":108863,""label"":""started_brush"",""startDate"":""2021-09-28"",""endDate"":""2022-02-02""},{""time"":110090,""label"":""tour_next"",""step"":5},{""time"":117659,""label"":""moved_brush"",""startDate"":""2021-10-03"",""endDate"":""2022-02-07""},{""time"":118657,""label"":""tour_next"",""step"":5},{""time"":125364,""label"":""moved_brush"",""startDate"":""2021-10-03"",""endDate"":""2022-02-07""},{""time"":131320,""label"":""cleared_brush"",""using"":""Click""},{""time"":133383,""label"":""tour_next"",""step"":5},{""time"":136808,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678678630351,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,bar,0,2,0,Positive,3.5,0,0,0,0.0,0.0,0,15.0,0.0,0.0,0,0.0,3 +2023-03-12 23:23:38,2023-03-12 23:57:13,0,100,2015,1,2023-03-12 23:57:14,R_3h3CS0WJ2ELqWVz,33.9521,-84.5475,EN,1,19.656,,,,,15.106,87,79,72,43.431999999999995,133.787,1,1,73.57300000000001,-3,-3,135.914,1,35.115,15.017999999999999,4,4,4,6,7,5,,43.62,4,7,6,5,5,6,Crop pests and diseases aren't something that would normally be falsified. Pesticides and anti-fungals aren't cheap - no farmer would want to use more than needed and conversely wouldn't want to NOT use them if they were needed. So the agency putting out the information has a real incentive to make sure the information's as solid as possible.,200.44400000000002,5,Interesting survey - thank you!,24.529,2,7,3,4,1,5,6,76.48100000000001,3,4,9,8,2,10,7,9,,170.64700000000002,3,4,4,2,5,4,142.97,5,,167.297,1.0,1956.0,Georgia,6.0,2.0,1.0,,7.0,,,12.0,3.0,2.0,628.302,62ffe399d769a8e595609133,"{""startTime"":1678678091383,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678135409,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678677906241,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":16622,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1743,""week"":""1"",""id"":""chart""},{""time"":21315,""label"":""tour_next"",""step"":5},{""time"":48197,""label"":""cleared_brush"",""using"":""Click""},{""time"":53417,""label"":""started_brush"",""startDate"":""2021-09-06"",""endDate"":""2021-12-25""},{""time"":56004,""label"":""tour_next"",""step"":5},{""time"":64405,""label"":""moved_brush"",""startDate"":""2021-11-06"",""endDate"":""2021-12-25""},{""time"":67778,""label"":""tour_next"",""step"":5},{""time"":75481,""label"":""cleared_brush"",""using"":""Click""},{""time"":77014,""label"":""cleared_brush"",""using"":""Click""},{""time"":77014,""label"":""cleared_brush"",""using"":""Escape""},{""time"":79366,""label"":""tour_next"",""step"":5},{""time"":94299,""label"":""tour_end"",""step"":5},{""time"":100273,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1050,""week"":""1"",""id"":""chart""},{""time"":101638,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1398,""week"":""51"",""id"":""chart""},{""time"":117073,""label"":""cleared_brush"",""using"":""Click""},{""time"":130956,""label"":""cleared_brush"",""using"":""Click""}]}","{""startTime"":1678678075745,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,bar,0,1,0,Positive,3.7,0,0,0,0.0,0.0,0,15.0,1.0,0.0,1,1.0,3 +2023-03-12 23:50:07,2023-03-13 00:05:53,0,100,946,1,2023-03-13 00:05:54,R_1Nt6466WnD9QWO4,37.9186,-121.3132,EN,1,23.169,1.0,3.0,2.0,8.542,15.012,100,98,68,23.941,52.486999999999995,-1,-3,121.917,-3,-3,62.531000000000006,-3,40.674,15.011,7,6,6,7,7,7,,66.185,6,7,6,7,6,7,It is based on science as far as I can tell,79.7,4,,13.987,2,7,3,4,1,5,6,27.772,8,6,4,6,10,2,11,9,,29.739,4,5,5,1,5,5,35.417,2,1.0,17.083,2.0,1969.0,California,6.0,2.0,1.0,,9.0,,white/hispanic,16.0,4.0,1.0,239.36599999999999,56fb36ca34a0d3000b1a5701,"{""startTime"":1678679807841,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678679686609,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678679495314,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":21,""label"":""tour_started""},{""time"":13439,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4965,""week"":""52"",""id"":""chart""},{""time"":18736,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1217,""week"":""51"",""id"":""chart""},{""time"":29017,""label"":""tour_next"",""step"":2},{""time"":39784,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2898,""week"":""52"",""id"":""chart2""},{""time"":43382,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1166,""week"":""51"",""id"":""chart2""},{""time"":48773,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678679670918,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":10801,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1866,""week"":""52"",""id"":""chart""}]}",1,simple,bar,1,0,0,Positive,4.2,0,1,1,1.8659999999999999,1.8659999999999999,0,15.0,0.0,0.0,0,0.0,1 +2023-03-12 23:45:27,2023-03-13 00:06:06,0,100,1239,1,2023-03-13 00:06:07,R_2fxJmAqfBx3uM5Y,35.2296,-80.843,EN,1,68.682,1.0,2.0,2.0,9.901,15.012,84,45,5,32.694,174.79,1,1,84.055,-3,-3,89.073,-3,146.338,15.013,4,4,4,2,2,4,,47.388999999999996,5,4,1,2,3,4,Because I dont know where the information came and if it was accurately kept up with. And I don't trust alot of things or people trust is a very special thing and it gets broken a lot and I just don't trust stuff.,88.411,1,,20.301,2,7,3,4,1,5,6,32.338,6,6,6,6,9,4,11,9,,37.957,3,3,1,2,4,3,62.192,4,2.0,32.496,1.0,1983.0,North Carolina,2.0,2.0,1.0,,7.0,,,4.0,3.0,1.0,116.12899999999999,5ec617a2e79285689c82fb8f,"{""startTime"":1678679802138,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678679652075,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678679302339,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":40,""label"":""tour_started""},{""time"":34068,""label"":""tour_next"",""step"":5},{""time"":117493,""label"":""cleared_brush"",""using"":""Click""},{""time"":118571,""label"":""started_brush"",""startDate"":""2021-06-28"",""endDate"":""2021-09-24""},{""time"":122893,""label"":""tour_next"",""step"":5},{""time"":137714,""label"":""moved_brush"",""startDate"":""2021-05-31"",""endDate"":""2021-09-24""},{""time"":142027,""label"":""moved_brush"",""startDate"":""2021-05-31"",""endDate"":""2021-10-02""},{""time"":143729,""label"":""tour_next"",""step"":5},{""time"":154092,""label"":""cleared_brush"",""using"":""Click""},{""time"":154092,""label"":""cleared_brush"",""using"":""Escape""},{""time"":155917,""label"":""tour_next"",""step"":5},{""time"":166332,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678679631666,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar,1,0,0,Negative,2.7,0,0,0,0.0,0.0,0,15.0,1.0,0.0,0,0.0,3 +2023-03-12 23:38:32,2023-03-13 00:08:36,0,100,1803,1,2023-03-13 00:08:37,R_6mUpOVbvFD6vmk9,40.0172,-75.0883,EN,1,10.300999999999998,1.0,3.0,2.0,32.501999999999995,15.077,74,94,40,113.441,83.42,-2,1,139.737,-3,-3,208.072,-3,139.553,15.167,5,4,4,6,6,6,I have nothing to say. Thanks.,91.75299999999999,6,5,7,6,4,7,I found this visualization to be a research and scientific analysis that is very informative.,361.62300000000005,4,No comments. Thanks.,42.147,2,7,3,4,1,5,6,79.332,10,11,11,7,10,8,11,11,No comments.,55.95,4,5,2,3,4,3,40.556,2,1.0,28.500999999999998,2.0,1991.0,Virginia,6.0,3.0,1.0,,7.0,,,15.0,2.0,1.0,209.517,614ee5e28a2f0a07d4d639dd,"{""startTime"":1678679670640,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678679249523,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678938607,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":27,""label"":""tour_started""},{""time"":44501,""label"":""tour_next"",""step"":2},{""time"":65340,""label"":""tour_end"",""step"":2},{""time"":72008,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2879,""week"":""30"",""id"":""chart""},{""time"":78073,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2807,""week"":""2"",""id"":""chart""}]}","{""startTime"":1678679232907,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":8308,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1684,""week"":""31"",""id"":""chart""}]}",1,moderate,bar,1,0,0,Positive,3.5,0,1,1,1.6840000000000002,1.6840000000000002,0,15.0,0.5,0.0,0,0.0,2 +2023-03-12 23:41:06,2023-03-13 00:11:53,0,100,1847,1,2023-03-13 00:11:54,R_2QMnugZVX5P069l,43.2078,-77.6602,EN,1,31.478,1.0,2.0,2.0,15.238,15.009,0,0,27,118.479,249.982,1,1,123.281,1,1,262.255,1,167.81099999999998,15.027999999999999,7,7,7,5,7,7,Including both vaccinated individuals and the unvaccinated in the same chart was very confusing to me when I first was presented with the data.,157.569,5,3,2,1,2,7,"Because I view the source, the CDC, as a credible source of information.",80.233,1,,19.98,2,7,3,4,1,5,6,54.0,2,7,1,1,11,1,11,4,,93.788,5,5,5,2,5,4,86.257,1,1.0,45.53,1.0,1984.0,New York,2.0,2.0,1.0,,7.0,,,1.0,3.0,2.0,193.791,565b2be310593c000bff9695,"{""startTime"":1678679513385,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678679671817,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678679077800,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":35,""label"":""tour_started""},{""label"":""window_blurred"",""time"":4841},{""label"":""window_focused"",""time"":6999},{""time"":46744,""label"":""tour_next"",""step"":5},{""time"":112389,""label"":""cleared_brush"",""using"":""Click""},{""time"":122274,""label"":""started_brush"",""startDate"":""2021-05-09"",""endDate"":""2021-05-28""},{""time"":129840,""label"":""started_brush"",""startDate"":""2021-06-12"",""endDate"":""2021-11-14""},{""time"":137158,""label"":""tour_next"",""step"":5},{""time"":154279,""label"":""moved_brush"",""startDate"":""2021-07-06"",""endDate"":""2021-12-09""},{""time"":155512,""label"":""moved_brush"",""startDate"":""2021-07-06"",""endDate"":""2021-12-09""},{""time"":158712,""label"":""moved_brush"",""startDate"":""2021-07-06"",""endDate"":""2021-11-15""},{""time"":160449,""label"":""tour_next"",""step"":5},{""time"":182479,""label"":""cleared_brush"",""using"":""Click""},{""time"":186797,""label"":""tour_next"",""step"":5},{""time"":198224,""label"":""tour_end"",""step"":5},{""time"":199817,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1108,""week"":""52"",""id"":""chart""},{""time"":206274,""label"":""started_brush"",""startDate"":""2021-07-18"",""endDate"":""2021-09-15""},{""time"":206701,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1564,""week"":""34"",""id"":""chart""},{""time"":208331,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1321,""week"":""33"",""id"":""chart""},{""time"":210700,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2498,""week"":""32"",""id"":""chart""},{""time"":215493,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3608,""week"":""32"",""id"":""chart""},{""time"":220902,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2357,""week"":""32"",""id"":""chart""},{""time"":225594,""label"":""cleared_brush"",""using"":""Click""},{""time"":225805,""label"":""cleared_brush"",""using"":""Click""},{""time"":227020,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":19402,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678679497675,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":7289,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2677,""week"":""2"",""id"":""chart""},{""time"":12530,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1002,""week"":""35"",""id"":""chart""}]}",1,complex,bar,0,2,0,Positive,4.3,0,2,2,3.679,1.8395,5241,15.0,1.0,1.0,1,1.0,3 +2023-03-13 00:15:25,2023-03-13 00:22:31,0,100,426,1,2023-03-13 00:22:32,R_2CxGy8dicE0PyBZ,38.8452,-77.4651,EN,1,6.747999999999999,,,,,15.107999999999999,71,76,40,12.725,18.702,1,1,42.905,-3,-3,42.005,1,43.203,15.01,4,4,4,5,5,5,,20.932,6,6,5,4,2,5,"It is well presented and doesn't seem misleading. For example, the scales are the same (in units of 1000 for each line).",27.633000000000003,2,,9.826,2,7,3,4,1,5,6,15.005999999999998,3,5,1,3,3,4,9,8,,18.802,1,2,2,4,1,1,15.543,1,,3.505,1.0,1996.0,Virginia,6.0,2.0,1.0,,2.0,,,9.0,4.0,2.0,54.05,62e01fdb9adf283ff375724f,"{""startTime"":1678681115263,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678681066303,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678680987396,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":47,""label"":""tour_started""},{""time"":3928,""label"":""tour_next"",""step"":2},{""time"":6920,""label"":""tour_end"",""step"":2},{""time"":8412,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3328,""week"":""33"",""id"":""chart""},{""time"":13758,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1367,""week"":""51"",""id"":""chart""}]}","{""startTime"":1678681050476,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":6772,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1375,""week"":""52"",""id"":""chart""}]}",0,simple,bar,0,1,0,Positive,1.8,0,1,1,1.375,1.375,0,15.0,1.0,0.0,1,1.0,1 +2023-03-15 18:50:04,2023-03-15 18:56:54,0,100,409,1,2023-03-15 18:56:54,R_1ODgQHpknhnxpqN,33.8081,-85.7852,EN,1,105.78200000000001,,,,,15.009,71,71,54,15.74,15.209000000000001,1,1,23.412,1,1,19.695,1,18.872,15.009,5,5,5,3,6,5,,12.966,3,6,6,2,3,5,It does not seem like the kind of data someone would lie about but I am not educated on the topic.,23.373,5,,5.897,2,7,3,4,1,5,6,12.889000000000001,3,4,3,8,2,3,10,9,,19.265,4,4,4,2,4,4,12.571,3,,3.713,1.0,2002.0,Florida,3.0,3.0,1.0,,7.0,,,13.0,4.0,2.0,58.38399999999999,5d0fbedf101793000168ef7a,"{""startTime"":1678920801096,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678920814612,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678920745665,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678920785278,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":9977,""label"":""hovered"",""timeHovered"":2405,""week"":""2021-09-06""}]}",0,simple,line,1,0,0,Positive,3.7,0,1,1,2.405,2.405,0,15.0,1.0,1.0,1,1.0,1 +2023-03-15 18:53:09,2023-03-15 18:58:31,0,100,322,1,2023-03-15 18:58:32,R_3oO1EBHuRWJtgka,38.5317,-89.9988,EN,1,6.0329999999999995,,,,,15.005999999999998,74,61,54,19.002,6.768,1,1,52.196999999999996,-2,1,28.801,1,59.628,15.107999999999999,4,4,5,5,6,5,,8.829,5,5,5,4,4,4,It seems to be well-constructed and clear.,14.127,4,,6.942,2,7,3,4,1,5,6,11.158,7,7,6,6,4,7,6,6,,12.732000000000001,4,4,3,3,3,3,6.29,4,,2.441,1.0,1996.0,Illinois,6.0,1.0,1.0,,7.0,,,19.0,5.0,1.0,31.910999999999998,5c7e14531c3cf8001638b5b0,"{""startTime"":1678920892181,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678920901360,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678920840616,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678920876772,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6350,""label"":""hovered"",""timeHovered"":1327,""week"":""2022-01-10""}]}",0,moderate,line,1,1,0,Neutral,3.3,0,1,1,1.327,1.327,0,15.0,1.0,0.5,1,0.5,2 +2023-03-15 18:50:51,2023-03-15 18:58:38,0,100,466,1,2023-03-15 18:58:38,R_2uxiliv4sEaENuu,39.7933,-84.21799999999999,EN,1,3.062,,,,,15.105,100,82,56,19.229,52.477,1,1,56.156000000000006,1,1,43.965,-1,24.226999999999997,15.005999999999998,4,4,4,4,3,4,,22.093000000000004,5,6,4,2,2,4,I don't really have enough information to know whether it's trustworthy or not.,16.339000000000002,2,,7.61,2,7,3,4,1,5,6,11.764000000000001,1,2,1,1,1,1,9,9,,15.4,4,4,5,1,4,4,15.214,1,,3.67,1.0,1997.0,Ohio,3.0,2.0,1.0,,7.0,,,4.0,4.0,1.0,100.925,5eebe4e6e61002183aec9b70,"{""startTime"":1678920859913,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678920822462,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678920697436,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":19449,""label"":""hovered"",""timeHovered"":1470,""week"":""2021-10-11""}]}","{""startTime"":1678920806907,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,line,0,0,0,Neutral,3.7,0,0,0,0.0,0.0,0,15.0,1.0,1.0,0,1.0,1 +2023-03-15 18:49:08,2023-03-15 18:59:38,0,100,630,1,2023-03-15 18:59:39,R_3GjtotVrdvEkx87,32.9658,-97.6866,EN,1,7.234,1.0,4.0,1.0,41.07899999999999,15.008,81,100,50,27.099,26.011999999999997,1,1,53.619,-2,1,43.699,-1,27.616999999999997,15.120999999999999,6,4,6,6,5,6,,55.967,7,7,7,7,7,7,It seems like it is laid out well that it is accurately.,21.819000000000003,4,,10.177,2,7,3,4,1,5,6,49.915,1,1,1,1,1,4,8,8,,21.525,5,5,5,1,5,5,55.288000000000004,1,2.0,15.515999999999998,2.0,1981.0,Texas,3.0,2.0,1.0,,7.0,,,6.0,3.0,1.0,80.589,5fc6904e5ed32c0778ae12a1,"{""startTime"":1678920809818,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678920755793,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678920659970,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":16158,""label"":""hovered"",""timeHovered"":1268,""week"":""2022-01-03""}]}","{""startTime"":1678920740273,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line,0,1,0,Positive,4.3,0,0,0,0.0,0.0,0,15.0,1.0,0.5,0,1.0,1 +2023-03-15 18:51:00,2023-03-15 19:00:17,0,100,557,1,2023-03-15 19:00:18,R_zcXADuwuXBMQ9bP,37.5172,-121.9191,EN,1,25.596,,,,,15.005999999999998,61,40,80,60.388999999999996,24.066999999999997,1,1,35.38,1,-1,97.072,1,40.234,15.02,5,6,6,6,6,6,,12.002,5,5,6,5,5,6,It has the authoritative source stated.,42.583,3,,9.305,2,7,3,4,1,5,6,27.96,2,5,3,4,3,3,3,8,,20.417,2,2,2,2,2,3,24.199,2,,3.375,1.0,1990.0,California,6.0,1.0,3.0,,2.0,,,17.0,3.0,1.0,55.817,63d17041a37f603dd01616b8,"{""startTime"":1678920971024,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678920910365,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678920772003,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678920894498,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6109,""label"":""hovered"",""timeHovered"":1446,""week"":""2021-12-20""},{""time"":8317,""label"":""hovered"",""timeHovered"":1100,""week"":""2022-01-10""},{""time"":10489,""label"":""hovered"",""timeHovered"":2144,""week"":""2021-11-22""}]}",0,moderate,line,1,0,0,Positive,2.2,0,3,3,4.69,1.5633333333333337,4380,15.0,1.0,0.5,1,0.5,2 +2023-03-15 18:51:29,2023-03-15 19:00:59,0,100,569,1,2023-03-15 19:01:00,R_25HImA9xqFEHtJI,38.0996,-122.5873,EN,1,6.398,,,,,15.008,95,88,15,19.6,50.354,1,1,32.824,-1,1,73.097,1,49.027,15.12,4,6,4,6,6,5,,48.927,5,6,6,2,2,6,The directions stated to assume that I trusted the data so I extended that to mean I then trusted the visualization.,40.412,5,,8.347000000000001,2,7,3,4,1,5,6,16.914,2,7,2,4,4,7,10,9,,24.7,3,4,4,3,4,3,28.729,3,,11.019,1.0,1989.0,California,6.0,3.0,1.0,,7.0,,,17.0,4.0,2.0,86.685,6070defd464139156ac85ac3,"{""startTime"":1678920852663,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678920902075,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678920736311,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":28733,""label"":""started_brush"",""startDate"":""2021-04-29"",""endDate"":""2022-02-11""},{""time"":39792,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-01-24""},{""time"":43767,""label"":""cleared_brush"",""using"":""click""},{""time"":43769,""label"":""cleared_brush"",""using"":""Escape""}]}","{""startTime"":1678920836396,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":6577,""label"":""started_brush"",""startDate"":""2021-05-09"",""endDate"":""2021-06-20""},{""time"":9312,""label"":""moved_brush"",""startDate"":""2021-10-25"",""endDate"":""2021-12-06""},{""time"":11858,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-05-23""},{""time"":12156,""label"":""cleared_brush"",""using"":""click""}]}",0,complex,line,0,0,0,Positive,3.5,1,4,0,0.0,0.0,5579,15.0,1.0,0.5,1,1.0,3 +2023-03-15 18:52:20,2023-03-15 19:01:09,0,100,528,1,2023-03-15 19:01:09,R_2TAb7urkh16o1pU,36.0499,-83.9228,EN,1,13.777000000000001,2.0,,2.0,3.803,15.117,34,22,22,24.982,38.853,1,-3,37.603,1,1,74.582,1,47.123999999999995,15.113,2,2,2,5,3,1,,19.936,3,2,2,1,1,2,I just do not believe vaccinated vs unvaccinated has any difference in cases.,34.6,4,,9.507,2,7,3,4,1,5,6,17.854,1,1,5,5,1,1,6,7,,26.656,3,3,3,2,4,4,30.055999999999997,5,3.0,17.175,2.0,1996.0,Tennessee,3.0,2.0,1.0,,7.0,,,7.0,1.0,2.0,47.698,60d23790d4dba01a9b2c0085,"{""startTime"":1678921008166,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678920950362,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678920819748,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678920934502,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":10516,""label"":""hovered"",""timeHovered"":3687,""week"":""2022-01-17""}]}",1,moderate,line,1,0,0,Negative,3.2,0,1,1,3.687,3.687,0,15.0,0.5,1.0,1,1.0,2 +2023-03-15 18:51:45,2023-03-15 19:02:28,0,100,642,1,2023-03-15 19:02:28,R_3kiFkaHSmU9WLgC,40.7157,-74.0,EN,1,3.1910000000000003,1.0,3.0,1.0,5.667000000000001,15.009,83,89,83,21.828000000000003,83.429,1,1,80.00399999999999,1,1,61.101000000000006,1,64.90100000000001,15.027000000000001,4,4,4,7,3,4,,23.901999999999997,6,7,7,7,7,4,"I didn't see a source. (And, then, I would need to trust/verify the source/data.)",34.349000000000004,5,,10.63,2,7,3,4,1,5,6,18.123,4,5,5,8,3,7,7,6,,36.602,5,5,5,1,5,5,22.108,4,1.0,11.49,1.0,1978.0,Rhode Island,6.0,2.0,1.0,,7.0,,,10.0,4.0,1.0,60.931000000000004,62b9ddea12bb2643ff512fea,"{""startTime"":1678920936539,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678920961451,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678920770842,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":731,""label"":""hovered"",""timeHovered"":5891,""week"":""2021-08-16""},{""time"":48768,""label"":""started_brush"",""startDate"":""2021-07-21"",""endDate"":""2021-12-06""},{""time"":61522,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-08-26""},{""time"":62603,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-08-26""},{""time"":69122,""label"":""cleared_brush"",""using"":""click""}]}","{""startTime"":1678920920766,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":14844,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-05-31""}]}",1,complex,line,1,0,0,Negative,4.3,1,1,0,0.0,0.0,0,15.0,1.0,1.0,1,1.0,3 +2023-03-15 18:49:13,2023-03-15 19:03:06,0,100,833,1,2023-03-15 19:03:06,R_sczgu52zr4DZ6xz,47.4758,-122.6422,EN,1,34.297,2.0,,1.0,8.253,15.112,84,100,81,25.677,68.226,1,1,85.54799999999999,-2,1,63.495,1,131.334,15.110999999999999,7,6,6,7,7,7,,52.778999999999996,6,7,6,2,2,7,"The visualization says that it's from the CDC, which I trust to give accurate information",30.004,3,,10.118,2,7,3,4,1,5,6,33.917,4,7,9,4,4,5,10,10,,37.769,2,3,2,3,3,3,72.557,2,3.0,16.176,1.0,2001.0,Washington,2.0,2.0,1.0,,7.0,,,6.0,3.0,2.0,67.245,5daa9e16546237001681d0f1,"{""startTime"":1678920869981,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":1046,""label"":""hovered"",""timeHovered"":1011,""week"":""2021-12-13""},{""time"":2915,""label"":""hovered"",""timeHovered"":1972,""week"":""2021-12-13""}]}","{""startTime"":1678920795458,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678920647400,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":14592,""label"":""hovered"",""timeHovered"":1415,""week"":""2022-01-03""},{""time"":26578,""label"":""hovered"",""timeHovered"":1126,""week"":""2022-01-03""},{""time"":31711,""label"":""hovered"",""timeHovered"":1647,""week"":""2022-01-03""},{""time"":34060,""label"":""hovered"",""timeHovered"":2408,""week"":""2022-01-03""},{""time"":36646,""label"":""hovered"",""timeHovered"":1849,""week"":""2022-01-10""},{""time"":38512,""label"":""hovered"",""timeHovered"":1145,""week"":""2022-01-10""},{""time"":42355,""label"":""hovered"",""timeHovered"":1565,""week"":""2022-02-07""},{""time"":47231,""label"":""hovered"",""timeHovered"":2292,""week"":""2022-01-31""},{""time"":51779,""label"":""hovered"",""timeHovered"":1113,""week"":""2021-10-18""},{""time"":56197,""label"":""hovered"",""timeHovered"":1312,""week"":""2021-08-23""},{""time"":58267,""label"":""hovered"",""timeHovered"":1607,""week"":""2022-01-03""}]}","{""startTime"":1678920779825,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":11457,""label"":""hovered"",""timeHovered"":1536,""week"":""2022-01-10""}]}",1,moderate,line,1,0,0,Positive,2.7,0,1,1,1.536,1.536,0,15.0,1.0,0.5,1,0.5,2 +2023-03-15 18:55:23,2023-03-15 19:03:07,0,100,463,1,2023-03-15 19:03:07,R_08IZuCAGfsdjECR,34.1624,-118.1275,EN,1,9.787,1.0,3.0,1.0,3.6060000000000003,15.107000000000001,100,77,56,16.061,26.358,1,1,31.252,1,1,33.76,1,32.086999999999996,15.014000000000001,6,5,6,6,6,7,,16.562,6,6,6,2,6,7,"I feel it accurately presents to me the fact that the vaccines work, but to an extent",31.862,5,,6.499,2,7,3,4,1,5,6,14.269,1,4,4,6,8,3,5,8,,17.067999999999998,2,1,4,4,4,2,78.101,3,1.0,10.1,1.0,1987.0,California,6.0,2.0,1.0,,6.0,,,7.0,1.0,2.0,75.868,5e589bf82e08c90a78a29bbe,"{""startTime"":1678921050832,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921067830,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678920977010,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":19176,""label"":""hovered"",""timeHovered"":1155,""week"":""2022-01-03""}]}","{""startTime"":1678921035365,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7938,""label"":""hovered"",""timeHovered"":2486,""week"":""2022-02-07""}]}",1,simple,line,0,1,0,Positive,2.8,0,1,1,2.4859999999999998,2.4859999999999998,0,15.0,1.0,1.0,1,1.0,1 +2023-03-15 18:50:06,2023-03-15 19:04:06,0,100,840,1,2023-03-15 19:04:07,R_4Z6E971VfCPa54l,32.7003,-97.6086,EN,1,24.486,,,,,15.01,80,67,69,46.203,150.44299999999998,1,1,70.357,1,1,72.464,-3,81.65899999999999,15.014000000000001,5,5,5,5,5,4,,56.785,6,6,6,5,5,5,I tend not to trust something that is presented to me right away. I need someone or something to confirm or deny the information in front of me.,69.706,5,,7.4239999999999995,2,7,3,4,1,5,6,19.076,7,6,7,7,7,8,9,9,,28.461,3,2,2,3,3,2,39.199,5,,7.975,1.0,2001.0,Texas,2.0,2.0,1.0,,7.0,,,5.0,4.0,2.0,76.941,63e51bc3169991cfbcd4fe97,"{""startTime"":1678920950564,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":6515,""label"":""hovered"",""timeHovered"":3318,""week"":""2021-12-27""},{""time"":11365,""label"":""hovered"",""timeHovered"":1244,""week"":""2021-12-27""},{""time"":12681,""label"":""hovered"",""timeHovered"":4976,""week"":""2021-12-27""},{""time"":18218,""label"":""hovered"",""timeHovered"":1547,""week"":""2021-12-27""}]}","{""startTime"":1678921008013,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678920701865,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":21357,""label"":""hovered"",""timeHovered"":1817,""week"":""2022-01-03""},{""time"":27108,""label"":""hovered"",""timeHovered"":1550,""week"":""2022-01-10""},{""time"":28776,""label"":""hovered"",""timeHovered"":1267,""week"":""2022-01-03""},{""time"":72780,""label"":""started_brush"",""startDate"":""2021-05-06"",""endDate"":""2022-02-13""},{""time"":84916,""label"":""moved_brush"",""startDate"":""2021-05-06"",""endDate"":""2022-02-13""},{""time"":90280,""label"":""moved_brush"",""startDate"":""2021-12-11"",""endDate"":""2022-02-13""},{""time"":105673,""label"":""moved_brush"",""startDate"":""2021-12-07"",""endDate"":""2022-02-13""},{""time"":121787,""label"":""cleared_brush"",""using"":""click""},{""time"":121789,""label"":""cleared_brush"",""using"":""Escape""},{""time"":130399,""label"":""hovered"",""timeHovered"":1720,""week"":""2022-01-31""},{""time"":141365,""label"":""started_brush"",""startDate"":""2021-08-27"",""endDate"":""2022-02-13""},{""time"":143377,""label"":""moved_brush"",""startDate"":""2021-11-29"",""endDate"":""2022-02-13""},{""time"":145966,""label"":""hovered"",""timeHovered"":2576,""week"":""2022-01-10""}]}","{""startTime"":1678920934987,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line,1,0,0,Negative,2.5,0,0,0,0.0,0.0,0,15.0,1.0,1.0,0,0.0,3 +2023-03-15 18:52:57,2023-03-15 19:04:19,0,100,682,1,2023-03-15 19:04:20,R_6LFVw5NmSzjl1sd,32.7254,-97.3208,EN,1,70.809,1.0,2.0,2.0,7.936,15.008,100,100,80,39.917,35.77,1,1,62.073,-2,1,45.982,1,24.849,15.012,4,4,4,4,6,4,,56.93600000000001,6,6,5,2,4,4,i haven't verified its integrity.,25.926,4,,16.742,2,7,3,4,1,5,6,29.06,4,3,5,5,3,6,9,9,,28.888,3,3,4,4,4,3,47.263000000000005,4,3.0,17.201,1.0,1990.0,Texas,4.0,2.0,2.0,,4.0,,,6.0,4.0,2.0,85.936,5fe3f539dd8cf10e7d545231,"{""startTime"":1678921082555,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921024424,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678920926490,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":15404,""label"":""hovered"",""timeHovered"":1045,""week"":""2022-01-10""},{""time"":31431,""label"":""hovered"",""timeHovered"":2601,""week"":""2021-08-16""}]}","{""startTime"":1678921008987,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6703,""label"":""hovered"",""timeHovered"":1699,""week"":""2022-01-10""},{""time"":8575,""label"":""hovered"",""timeHovered"":5265,""week"":""2022-01-10""}]}",1,moderate,line,1,0,0,Neutral,3.5,0,2,2,6.9639999999999995,3.4819999999999998,1872,15.0,1.0,0.5,1,0.5,2 +2023-03-15 18:52:38,2023-03-15 19:05:57,0,100,799,1,2023-03-15 19:05:58,R_2aPKVSiNg6RZUzc,32.4699,-90.1102,EN,1,3.5,,,,,15.015,85,73,66,16.176,13.74,-2,-2,126.525,1,1,122.24600000000001,1,91.963,15.171,7,7,7,7,6,7,,14.073,7,7,7,7,7,7,Because it seems accurate and the information is presented in a way that allows me to accurately pinpoint what I need,30.955,4,,13.495,2,7,3,4,1,5,6,24.445999999999998,4,5,4,4,3,6,10,10,,47.088,5,5,5,1,5,5,147.499,2,,2.615,2.0,2002.0,Mississippi,2.0,1.0,1.0,,3.0,,,12.0,4.0,1.0,92.34899999999999,60f592f40e80188d5bc991e8,"{""startTime"":1678920882743,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678920897278,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678920725653,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678920867042,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":3071,""label"":""hovered"",""timeHovered"":3093,""week"":""2021-08-23""}]}",0,simple,line,0,1,0,Positive,4.3,0,1,1,3.093,3.093,0,15.0,0.0,1.0,1,0.0,1 +2023-03-15 18:57:16,2023-03-15 19:06:22,0,100,546,1,2023-03-15 19:06:23,R_20URAtlnLIYekvM,41.3186,-72.9302,EN,1,19.407,,,,,15.118,60,60,62,22.863000000000003,31.096999999999998,1,1,45.64,-3,1,63.28,1,42.553999999999995,15.112,4,4,4,3,4,4,,27.037,4,5,4,2,2,4,I have no reason to trust it or not trust it. ,18.194000000000003,5,,7.471,2,7,3,4,1,5,6,13.593,5,8,7,6,6,5,8,8,,14.924000000000001,3,3,4,2,4,4,22.247,3,,3.877,2.0,1984.0,Connecticut,6.0,1.0,1.0,,7.0,,,14.0,4.0,2.0,82.411,63d15bdba3ed809e5df7bd5b,"{""startTime"":1678921290486,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921234411,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921140012,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":21676,""label"":""hovered"",""timeHovered"":2680,""week"":""2022-01-03""}]}","{""startTime"":1678921218119,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7846,""label"":""hovered"",""timeHovered"":4959,""week"":""2021-08-23""}]}",0,simple,line,0,0,0,Neutral,3.3,0,1,1,4.959,4.959,0,15.0,1.0,0.5,1,1.0,1 +2023-03-15 18:50:10,2023-03-15 19:06:24,0,100,973,1,2023-03-15 19:06:25,R_22A1OFcJ0DKnYVW,36.3701,-95.8469,EN,1,117.815,1.0,4.0,2.0,24.049,15.017999999999999,97,97,67,45.161,49.184,1,-2,69.491,1,1,89.365,-1,61.315,15.023,6,6,7,7,7,7,,38.584,6,7,7,6,5,7,"It is a clearly represented graph showing number of cases in vaccinated versus unvaccinated people per 100K. It is not ambiguous, it's very clear cut in presenting the data.",61.256,5,"On the previous question, it asked about the number of 80 year olds in late Dec 2022, but the chart only shows Jan and Feb of 2022. I answered I don't know, even though I assume the question might have meant late 2021?",64.61,2,7,3,4,1,5,6,35.635,2,4,4,4,3,7,9,9,,29.932,3,2,4,3,3,4,43.29600000000001,2,1.0,22.103,2.0,1974.0,Oklahoma,3.0,1.0,1.0,,7.0,,,11.0,4.0,1.0,120.925,6159fe7811a7e1b94401c33f,"{""startTime"":1678920973675,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921012715,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678920838661,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":9855,""label"":""hovered"",""timeHovered"":11284,""week"":""2022-01-03""},{""time"":34131,""label"":""hovered"",""timeHovered"":1263,""week"":""2021-12-27""},{""time"":35997,""label"":""hovered"",""timeHovered"":4241,""week"":""2021-10-25""},{""time"":40614,""label"":""hovered"",""timeHovered"":2270,""week"":""2022-02-07""}]}","{""startTime"":1678920958165,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":3985,""label"":""hovered"",""timeHovered"":2736,""week"":""2022-01-03""},{""time"":9068,""label"":""hovered"",""timeHovered"":1291,""week"":""2021-07-12""}]}",1,simple,line,1,2,0,Positive,3.2,0,2,2,4.027,2.0135,5083,15.0,0.5,1.0,0,0.5,1 +2023-03-15 18:59:10,2023-03-15 19:07:16,0,100,485,1,2023-03-15 19:07:16,R_2VPGmYrxVtW241k,39.872,-105.0405,EN,1,3.984,1.0,3.0,2.0,4.883,15.007,93,90,89,13.575,7.575,1,-1,18.032,-2,-1,43.646,1,30.124000000000002,15.01,6,5,5,6,6,5,,19.612000000000002,5,5,5,4,5,5,"I do not disagree, therefore, I slightly agree because I don't if this graph is accurate (but have a feeling it's more accurate than anti-vaxxors)",38.586,2,,12.052999999999999,2,7,3,4,1,5,6,57.693000000000005,2,1,3,1,1,2,4,3,,24.416999999999998,3,3,4,3,4,3,37.378,3,2.0,13.479000000000001,1.0,1990.0,Colorado,3.0,2.0,1.0,,2.0,,,10.0,4.0,2.0,87.91,61645d805d7b358ed3e052a6,"{""startTime"":1678921325288,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921267950,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921200583,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921252509,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line,0,1,0,Positive,3.3,0,0,0,0.0,0.0,0,15.0,0.5,0.0,1,0.0,2 +2023-03-15 18:54:35,2023-03-15 19:08:34,0,100,838,1,2023-03-15 19:08:34,R_2zMhUR8qtUxsBqc,39.3434,-84.4009,EN,1,26.241,,,,,15.113,78,82,29,47.276,146.467,1,1,63.523999999999994,-2,1,105.229,1,75.462,15.009,6,6,6,6,7,6,,37.872,6,6,6,1,1,6,Broken down what each one is also colors and dates,20.638,4,,10.799000000000001,2,7,3,4,1,5,6,30.219,6,9,9,9,6,10,10,10,,26.563000000000002,1,1,3,4,2,1,38.585,4,,13.276,2.0,1978.0,Ohio,2.0,2.0,1.0,,9.0,,Westchester,7.0,2.0,1.0,88.083,5cb7d17ddd3aff0017d13821,"{""startTime"":1678921271819,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921213696,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678920975238,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":79337,""label"":""cleared_brush"",""using"":""click""},{""time"":80307,""label"":""started_brush"",""startDate"":""2021-06-08"",""endDate"":""2021-08-17""},{""time"":96737,""label"":""moved_brush"",""startDate"":""2021-05-17"",""endDate"":""2021-07-26""},{""time"":111691,""label"":""moved_brush"",""startDate"":""2021-05-17"",""endDate"":""2021-07-26""},{""time"":121242,""label"":""moved_brush"",""startDate"":""2021-06-19"",""endDate"":""2021-08-28""},{""time"":126478,""label"":""cleared_brush"",""using"":""click""},{""time"":126480,""label"":""cleared_brush"",""using"":""Escape""},{""time"":129586,""label"":""started_brush"",""startDate"":""2021-06-30"",""endDate"":""2021-08-27""}]}","{""startTime"":1678921198184,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line,0,1,0,Positive,2.0,0,0,0,0.0,0.0,0,15.0,1.0,0.5,1,1.0,3 +2023-03-15 19:00:24,2023-03-15 19:08:39,0,100,494,1,2023-03-15 19:08:39,R_1qUFFXW4eKeFTuu,38.8503,-104.8567,EN,1,3.832,1.0,4.0,1.0,7.047999999999999,15.011,86,91,61,13.562000000000001,25.916999999999998,1,1,44.126000000000005,-1,-3,67.183,-1,57.285,15.114,6,3,6,6,6,6,,21.605,3,6,6,6,5,6,"The visualization is based on data from the CDC, which tends to have accurate information.",22.625999999999998,5,,8.602,2,7,3,4,1,5,6,15.797,5,8,3,8,7,4,10,9,,30.361,4,4,4,2,4,4,24.824,2,1.0,13.8,2.0,1998.0,Colorado,6.0,3.0,1.0,,7.0,,,6.0,4.0,1.0,65.138,61007138183fbe1c96ac250e,"{""startTime"":1678921387317,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921409570,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921277375,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":7510,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1183,""week"":""52"",""id"":""chart""},{""time"":12510,""label"":""tour_next"",""step"":2},{""time"":16093,""label"":""tour_end"",""step"":2},{""time"":19783,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3248,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678921371528,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":3273,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1659,""week"":""52"",""id"":""chart""},{""time"":7088,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1204,""week"":""20"",""id"":""chart""}]}",1,moderate,bar,1,0,0,Positive,3.7,0,2,2,2.863,1.4315,3815,15.0,1.0,0.0,0,0.0,2 +2023-03-15 18:55:18,2023-03-15 19:09:28,0,100,849,1,2023-03-15 19:09:29,R_1FPxFtIesGC3l8p,39.1027,-94.5778,EN,1,78.17699999999999,1.0,2.0,1.0,6.041,15.008,63,86,68,42.448,54.38399999999999,1,1,66.818,-1,1,56.926,1,106.56299999999999,15.011,4,4,5,5,6,5,,33.398,5,5,5,4,4,5,"I remember there being flar ups in the time after the Vaccine was rolled out, but I can't remember specifics. Even now, flare ups especially in large cities are rather common. ",95.613,2,,9.345,2,7,3,4,1,5,6,27.748,2,2,2,2,4,6,4,6,,36.085,2,3,3,4,3,3,37.298,2,2.0,12.115,1.0,1997.0,Missouri,4.0,1.0,1.0,,3.0,,,9.0,4.0,2.0,107.79899999999999,628ecc32276d54517f4c004d,"{""startTime"":1678921207178,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921241018,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":4158,""label"":""hovered"",""timeHovered"":1018,""week"":""2021-12-20""},{""time"":6061,""label"":""hovered"",""timeHovered"":3234,""week"":""2021-11-22""}]}","{""startTime"":1678921069918,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":28139,""label"":""hovered"",""timeHovered"":4606,""week"":""2021-04-12""},{""time"":44571,""label"":""hovered"",""timeHovered"":6645,""week"":""2022-01-03""}]}","{""startTime"":1678921191725,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":13544,""label"":""hovered"",""timeHovered"":1809,""week"":""2022-01-03""}]}",1,simple,line,0,1,0,Neutral,3.0,0,1,1,1.8090000000000002,1.8090000000000002,0,15.0,1.0,0.5,1,1.0,1 +2023-03-15 18:58:06,2023-03-15 19:09:39,0,100,693,1,2023-03-15 19:09:40,R_1ocosnuw5X3tjWm,35.2316,-80.8428,EN,1,11.895,,,,,15.01,91,87,58,30.239,105.62700000000001,1,1,27.995,1,1,62.455,-1,21.647,15.014000000000001,6,4,2,6,3,6,,37.326,5,7,6,2,6,6,It comes from the Croatian government and I have no reason to believe they would misrepresent this data.,40.775,4,,8.581,2,7,3,4,1,5,6,25.929000000000002,3,5,7,5,8,5,11,11,,30.668000000000003,4,4,5,1,4,5,27.565,2,,8.023,1.0,1968.0,North Carolina,7.0,3.0,1.0,,7.0,,,17.0,4.0,2.0,124.71700000000001,61008174621af4fde89d5c7f,"{""startTime"":1678921414737,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":1086,""label"":""hovered"",""timeHovered"":5742,""week"":""2021-12-20""}]}","{""startTime"":1678921316392,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":10692,""label"":""started_brush"",""startDate"":""2021-07-27"",""endDate"":""2022-02-06""},{""time"":20011,""label"":""moved_brush"",""startDate"":""2021-08-02"",""endDate"":""2022-02-13""}]}","{""startTime"":1678921172321,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":9134,""label"":""hovered"",""timeHovered"":1150,""week"":""2021-09-06""},{""time"":16722,""label"":""hovered"",""timeHovered"":1178,""week"":""2021-08-23""},{""time"":22543,""label"":""hovered"",""timeHovered"":1909,""week"":""2021-12-06""},{""time"":66485,""label"":""cleared_brush"",""using"":""click""},{""time"":70843,""label"":""started_brush"",""startDate"":""2021-07-09"",""endDate"":""2021-09-26""},{""time"":79386,""label"":""moved_brush"",""startDate"":""2021-06-25"",""endDate"":""2021-09-12""},{""time"":92767,""label"":""moved_brush"",""startDate"":""2021-06-25"",""endDate"":""2021-09-12""},{""time"":93591,""label"":""cleared_brush"",""using"":""click""}]}","{""startTime"":1678921300798,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":11042,""label"":""hovered"",""timeHovered"":2120,""week"":""2022-01-17""}]}",0,complex,line,1,0,0,Positive,3.8,0,1,1,2.12,2.12,0,15.0,1.0,1.0,0,0.0,3 +2023-03-15 19:01:20,2023-03-15 19:10:05,0,100,525,1,2023-03-15 19:10:06,R_2OV0ysUAzO5ncte,41.0413,-83.6461,EN,1,29.205,,,,,15.01,36,38,63,21.153000000000002,39.942,1,-2,37.059,1,1,44.912,-1,27.565,15.110999999999999,5,4,6,3,5,5,Not at this time.,23.815,5,5,3,2,1,5,"I have no frame of reference to know if the information is really true, but it appears to be specific and easy enough to understand I lean towards trusting it",55.305,5,Not at this time.,13.517999999999999,2,7,3,4,1,5,6,22.236,5,5,2,6,5,3,9,7,Not at this time.,25.793000000000003,5,5,4,1,5,5,33.203,1,,6.21,2.0,1994.0,Ohio,6.0,3.0,1.0,,7.0,,,10.0,4.0,2.0,52.188,63161b57aa5e6c648c58692a,"{""startTime"":1678921446482,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921471048,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921352566,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":6904,""label"":""hovered"",""timeHovered"":1688,""week"":""2021-12-20""},{""time"":24507,""label"":""hovered"",""timeHovered"":1954,""week"":""2021-04-12""},{""time"":34531,""label"":""hovered"",""timeHovered"":1984,""week"":""2021-12-27""}]}","{""startTime"":1678921430888,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7852,""label"":""hovered"",""timeHovered"":1212,""week"":""2021-12-27""},{""time"":13547,""label"":""hovered"",""timeHovered"":1001,""week"":""2022-01-03""}]}",0,simple,line,1,1,0,Positive,4.2,0,2,2,2.213,1.1065,5695,15.0,0.5,1.0,0,0.5,1 +2023-03-15 18:53:00,2023-03-15 19:10:11,0,100,1031,1,2023-03-15 19:10:12,R_3iyjxR2vaBdNEJd,43.8971,-69.9817,EN,1,5.2620000000000005,1.0,2.0,1.0,6.2,15.027000000000001,100,100,1,17.475,20.756999999999998,1,1,44.79600000000001,-3,1,120.72399999999999,-3,102.70100000000001,15.017000000000001,7,6,7,6,7,7,,464.43300000000005,6,7,5,6,6,7,"It seems pretty accurate, regarding most of the things that I know about the Covid pandemic.",24.368000000000002,2,,8.504,2,7,3,4,1,5,6,15.765999999999998,1,1,1,1,1,1,11,9,,17.46,5,5,5,1,5,5,25.183000000000003,1,1.0,10.562000000000001,2.0,1989.0,Rhode Island,5.0,2.0,1.0,,9.0,,Providence,6.0,4.0,1.0,68.666,55132578fdf99b1b0568bdb8,"{""startTime"":1678920921761,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921387787,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678920838326,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678920905457,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":5206,""label"":""hovered"",""timeHovered"":1597,""week"":""2022-01-10""}]}",1,simple,line,0,1,0,Positive,4.3,0,1,1,1.597,1.597,0,15.0,1.0,0.5,0,1.0,1 +2023-03-15 19:00:13,2023-03-15 19:10:36,0,100,623,1,2023-03-15 19:10:37,R_2ZDoeNGR6AsEAHN,33.8321,-118.1739,EN,1,15.627,1.0,3.0,1.0,6.07,15.11,71,78,19,11.937000000000001,33.893,-2,1,59.39,-3,-3,105.443,-2,61.728,15.015,5,2,4,3,3,3,,26.801,5,3,3,4,2,3,"I am not quite sure how accurate the data reporting is, nor how severe the cases were (hospitalizations, etc)",42.187,4,,13.235,2,7,3,4,1,5,6,16.480999999999998,3,4,6,7,4,5,5,7,,28.186999999999998,4,3,4,2,4,2,28.085,4,4.0,8.554,2.0,1996.0,California,6.0,1.0,1.0,,7.0,,,6.0,3.0,1.0,80.3,5e7e89cc4fd114104a39fb88,"{""startTime"":1678921507090,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921428377,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921272650,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":11500,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1176,""week"":""50"",""id"":""chart""},{""time"":15416,""label"":""tour_next"",""step"":2},{""time"":19535,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678921412910,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":3340,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1471,""week"":""52"",""id"":""chart""},{""time"":4817,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1183,""week"":""52"",""id"":""chart""},{""time"":6060,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2472,""week"":""51"",""id"":""chart""},{""time"":10723,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1309,""week"":""50"",""id"":""chart""},{""time"":12189,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1160,""week"":""51"",""id"":""chart""}]}",1,moderate,bar,0,1,0,Negative,3.2,0,5,5,7.595,1.5190000000000001,8849,15.0,0.5,0.0,0,0.0,2 +2023-03-15 19:03:32,2023-03-15 19:10:43,0,100,431,1,2023-03-15 19:10:44,R_agim7QzLTkd6FDb,41.9261,-71.3011,EN,1,2.989,1.0,3.0,2.0,6.212000000000001,15.005,100,100,74,18.711,25.194000000000003,1,1,60.391999999999996,1,1,42.868,1,44.909,15.005999999999998,7,6,7,7,7,7,,35.101,4,7,7,4,4,7,The source is a trusted source.,19.842,4,,10.0,2,7,3,4,1,5,6,19.667,6,7,6,7,6,3,10,8,,18.663,3,3,4,3,3,3,16.239,2,3.0,13.834000000000001,1.0,1993.0,Massachusetts,2.0,2.0,1.0,,7.0,,,5.0,4.0,2.0,33.984,5e156dbb19232db781789a8f,"{""startTime"":1678921564655,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921600152,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921463114,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921549233,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":12800,""label"":""hovered"",""timeHovered"":1047,""week"":""2021-09-13""}]}",1,simple,line,1,0,0,Positive,3.2,0,1,1,1.047,1.047,0,15.0,1.0,1.0,1,1.0,1 +2023-03-15 19:00:24,2023-03-15 19:12:05,0,100,700,1,2023-03-15 19:12:06,R_p9SPtFtglrWQyS5,30.6922,-88.0425,EN,1,20.284000000000002,1.0,2.0,2.0,9.953,15.008,87,58,62,34.214,55.672,1,1,83.536,-3,1,46.105,1,85.134,15.113,4,5,5,6,5,5,,49.476000000000006,5,5,5,4,5,5,If it's accurate,45.393,5,,9.652000000000001,2,7,3,4,1,5,6,18.805999999999997,5,4,4,5,6,7,9,8,,23.462,2,3,3,3,3,3,75.039,7,4.0,9.757,1.0,1983.0,Alabama,5.0,2.0,3.0,,2.0,,,11.0,1.0,1.0,53.756,5971640e7ec240000170cb69,"{""startTime"":1678921479003,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921529071,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921320703,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":21621,""label"":""started_brush"",""startDate"":""2021-06-30"",""endDate"":""2022-01-27""},{""time"":31400,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-08""},{""time"":37327,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-08""},{""time"":38399,""label"":""cleared_brush"",""using"":""click""},{""time"":50971,""label"":""started_brush"",""startDate"":""2021-06-01"",""endDate"":""2021-10-26""}]}","{""startTime"":1678921462551,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":8565,""label"":""started_brush"",""startDate"":""2021-07-23"",""endDate"":""2022-02-13""},{""time"":12970,""label"":""moved_brush"",""startDate"":""2021-07-23"",""endDate"":""2022-02-13""}]}",1,complex,line,0,1,0,Neutral,2.8,1,2,0,0.0,0.0,4405,15.0,1.0,0.5,1,1.0,3 +2023-03-15 19:03:15,2023-03-15 19:12:27,0,100,551,1,2023-03-15 19:12:27,R_3My9Se6gK1Mqb4A,33.7657,-84.2951,EN,1,7.202999999999999,1.0,4.0,2.0,5.882999999999999,15.025,96,98,88,14.844000000000001,123.40100000000001,-3,1,42.701,-3,1,44.602,-3,44.598,15.015999999999998,6,6,6,6,6,6,,22.906,7,6,5,5,3,6,"It is from a reputable source the CDC. Also, it is just well presented and looks scientific which makes me trust it more.",29.771,3,,9.705,2,7,3,4,1,5,6,19.609,4,4,3,5,6,6,10,8,,22.204,4,4,4,2,4,4,28.014,3,3.0,11.106,1.0,2004.0,Georgia,3.0,3.0,1.0,,9.0,,Decatur,13.0,3.0,1.0,49.792,5e9f766e2535380e106a8c6b,"{""startTime"":1678921638266,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921662126,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921451525,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":72,""label"":""tour_started""},{""time"":10240,""label"":""tour_next"",""step"":5},{""time"":17744,""label"":""cleared_brush"",""using"":""Click""},{""time"":18932,""label"":""tour_back"",""step"":5},{""time"":23364,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2540,""week"":""47"",""id"":""chart""},{""time"":27475,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1476,""week"":""52"",""id"":""chart""},{""time"":33385,""label"":""tour_next"",""step"":5},{""time"":36685,""label"":""cleared_brush"",""using"":""Click""},{""time"":41326,""label"":""cleared_brush"",""using"":""Click""},{""time"":43444,""label"":""cleared_brush"",""using"":""Click""},{""time"":44187,""label"":""cleared_brush"",""using"":""Click""},{""time"":46341,""label"":""cleared_brush"",""using"":""Click""},{""time"":54030,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-04-13""},{""time"":60630,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-04-11""},{""time"":81009,""label"":""tour_back"",""step"":5},{""time"":83587,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":2542,""week"":""14"",""id"":""chart""},{""time"":89279,""label"":""tour_next"",""step"":5},{""time"":95037,""label"":""cleared_brush"",""using"":""Click""},{""time"":99695,""label"":""started_brush"",""startDate"":""2021-09-06"",""endDate"":""2021-11-15""},{""time"":101268,""label"":""tour_next"",""step"":5},{""time"":107404,""label"":""moved_brush"",""startDate"":""2021-08-13"",""endDate"":""2021-10-22""},{""time"":109013,""label"":""tour_next"",""step"":5},{""time"":115509,""label"":""cleared_brush"",""using"":""Click""},{""time"":115510,""label"":""cleared_brush"",""using"":""Escape""},{""time"":117088,""label"":""tour_next"",""step"":5},{""time"":119559,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678921622200,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar,2,0,0,Positive,3.7,0,0,0,0.0,0.0,0,15.0,0.5,0.5,0,0.0,3 +2023-03-15 18:53:34,2023-03-15 19:12:44,0,100,1150,1,2023-03-15 19:12:45,R_3DiNz275Scwop4f,38.894,-77.0365,EN,1,170.89,,,,,15.11,71,89,63,22.665,248.352,1,1,80.86399999999999,1,1,103.596,1,117.941,15.11,4,4,4,4,2,4,None,48.398,2,4,2,2,2,4,I didn't think that the information provided when you hovered over the visualization matched the legend on the side.,34.903,4,,9.582,2,7,3,4,1,5,6,13.005999999999998,6,6,6,6,6,5,9,9,,13.338,3,4,4,2,4,4,9.686,1,,3.593,1.0,1993.0,California,6.0,3.0,1.0,,7.0,,,12.0,4.0,1.0,71.725,587418895c17910001ea4e75,"{""startTime"":1678921596430,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":1719,""label"":""hovered"",""timeHovered"":1231,""week"":""2022-01-24""},{""time"":3230,""label"":""hovered"",""timeHovered"":18353,""week"":""2022-02-07""},{""time"":22285,""label"":""hovered"",""timeHovered"":9401,""week"":""2021-12-27""},{""time"":31926,""label"":""hovered"",""timeHovered"":3756,""week"":""2021-12-27""},{""time"":37393,""label"":""hovered"",""timeHovered"":1393,""week"":""2021-12-27""}]}","{""startTime"":1678921457208,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":3509,""label"":""hovered"",""timeHovered"":6181,""week"":""2021-12-27""},{""time"":19195,""label"":""hovered"",""timeHovered"":1109,""week"":""2021-12-27""},{""time"":20390,""label"":""hovered"",""timeHovered"":11153,""week"":""2021-12-27""},{""time"":33293,""label"":""hovered"",""timeHovered"":30497,""week"":""2021-12-27""},{""time"":64873,""label"":""hovered"",""timeHovered"":1311,""week"":""2022-01-03""},{""time"":66490,""label"":""hovered"",""timeHovered"":2182,""week"":""2022-02-07""},{""time"":68960,""label"":""hovered"",""timeHovered"":7012,""week"":""2022-01-24""},{""time"":77477,""label"":""cleared_brush"",""using"":""click""},{""time"":78730,""label"":""started_brush"",""startDate"":""2021-05-06"",""endDate"":""2021-07-11""},{""time"":79363,""label"":""hovered"",""timeHovered"":4808,""week"":""2021-06-21""}]}","{""startTime"":1678921074001,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":1190,""label"":""hovered"",""timeHovered"":1396,""week"":""2021-08-16""},{""time"":10858,""label"":""hovered"",""timeHovered"":1911,""week"":""2022-01-03""},{""time"":166519,""label"":""started_brush"",""startDate"":""2021-05-12"",""endDate"":""2021-08-14""},{""time"":172387,""label"":""moved_brush"",""startDate"":""2021-05-12"",""endDate"":""2021-08-14""},{""time"":174339,""label"":""moved_brush"",""startDate"":""2021-06-16"",""endDate"":""2021-08-14""},{""time"":182622,""label"":""cleared_brush"",""using"":""click""},{""time"":201559,""label"":""cleared_brush"",""using"":""click""},{""time"":204637,""label"":""started_brush"",""startDate"":""2021-06-30"",""endDate"":""2021-11-09""},{""time"":209904,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-09""},{""time"":212954,""label"":""moved_brush"",""startDate"":""2021-07-15"",""endDate"":""2022-02-13""},{""time"":219004,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-13""},{""time"":224153,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-13""},{""time"":226271,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-13""},{""time"":228254,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-13""},{""time"":228537,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-13""},{""time"":228837,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-13""},{""time"":230920,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-13""},{""time"":232154,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-10-18""},{""time"":235274,""label"":""moved_brush"",""startDate"":""2021-09-14"",""endDate"":""2021-10-18""},{""time"":237486,""label"":""moved_brush"",""startDate"":""2021-09-14"",""endDate"":""2022-01-22""},{""time"":239601,""label"":""moved_brush"",""startDate"":""2021-10-06"",""endDate"":""2022-02-13""},{""time"":244477,""label"":""moved_brush"",""startDate"":""2021-12-14"",""endDate"":""2022-02-13""}]}","{""startTime"":1678921441634,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":2782,""label"":""hovered"",""timeHovered"":1468,""week"":""2021-11-08""},{""time"":4849,""label"":""hovered"",""timeHovered"":2234,""week"":""2022-01-03""}]}",0,complex,line,0,1,0,Negative,3.5,0,2,2,3.702,1.851,2067,15.0,1.0,1.0,1,1.0,3 +2023-03-15 18:58:58,2023-03-15 19:12:45,0,100,826,1,2023-03-15 19:12:45,R_1QzHKaGOMGSFQW3,39.6343,-77.7337,EN,1,9.865,,,,,15.116,93,86,36,49.007,106.46799999999999,1,-3,36.931,-1,1,103.49799999999999,1,58.855,15.110999999999999,6,6,2,5,6,6,,40.597,5,5,5,6,4,6,The source of the data is the Department of Agriculture and the graphic is put together well showing all the variation in data.,57.158,5,,9.552999999999999,2,7,3,4,1,5,6,22.587,1,5,8,9,4,7,11,10,,31.180999999999997,4,4,5,2,4,4,51.876999999999995,4,,9.666,1.0,1962.0,Maryland,4.0,2.0,1.0,,8.0,Hagerstown,,6.0,4.0,2.0,143.582,5ee526f3eca1a22601d187f4,"{""startTime"":1678921448887,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921489967,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921222798,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":23362,""label"":""hovered"",""timeHovered"":2283,""week"":""2022-01-03""},{""time"":41137,""label"":""hovered"",""timeHovered"":1333,""week"":""2021-08-23""},{""time"":44808,""label"":""hovered"",""timeHovered"":22275,""week"":""2021-10-25""},{""time"":73255,""label"":""hovered"",""timeHovered"":12082,""week"":""2022-01-10""}]}","{""startTime"":1678921433440,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,line,1,1,0,Positive,3.8,0,0,0,0.0,0.0,0,15.0,0.5,0.5,1,0.5,2 +2023-03-15 18:58:09,2023-03-15 19:13:11,0,100,901,1,2023-03-15 19:13:11,R_1K7lIBrO2rVyLEU,26.6598,-80.2429,EN,1,4.063,,,,,15.112,80,97,75,49.699,193.014,1,-3,71.52,1,1,77.436,1,63.034,15.311,5,5,4,6,7,5,Very interesting study.,56.81399999999999,6,7,6,3,2,5,The graph and its' interactivity seem top be well-done. I slightly agree that the information is possibly valid.,68.707,5,Very interesting study.,16.309,2,7,3,4,1,5,6,28.906999999999996,4,4,9,7,5,7,10,9,Interesting study.,34.367,3,2,4,2,4,3,35.506,3,,11.302999999999999,1.0,1986.0,Florida,4.0,2.0,1.0,,9.0,,West Palm Beach,13.0,4.0,1.0,52.688,5f8b066742a6381ddae03d75,"{""startTime"":1678921586027,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921436501,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921163680,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":2371,""label"":""hovered"",""timeHovered"":3225,""week"":""2021-08-02""},{""time"":21632,""label"":""hovered"",""timeHovered"":13398,""week"":""2021-10-11""},{""time"":44103,""label"":""hovered"",""timeHovered"":3025,""week"":""2021-10-04""},{""time"":50805,""label"":""hovered"",""timeHovered"":1191,""week"":""2021-04-12""},{""time"":53392,""label"":""hovered"",""timeHovered"":1365,""week"":""2021-04-19""},{""time"":105026,""label"":""started_brush"",""startDate"":""2021-11-21"",""endDate"":""2022-01-22""},{""time"":106345,""label"":""moved_brush"",""startDate"":""2021-11-21"",""endDate"":""2022-02-13""},{""time"":116448,""label"":""moved_brush"",""startDate"":""2021-11-21"",""endDate"":""2022-02-13""},{""time"":118515,""label"":""moved_brush"",""startDate"":""2022-01-02"",""endDate"":""2022-02-13""},{""time"":151743,""label"":""cleared_brush"",""using"":""click""},{""time"":153647,""label"":""started_brush"",""startDate"":""2021-11-13"",""endDate"":""2021-12-04""},{""time"":153915,""label"":""started_brush"",""startDate"":""2022-01-15"",""endDate"":""2022-01-17""},{""time"":174723,""label"":""started_brush"",""startDate"":""2021-07-10"",""endDate"":""2021-09-28""},{""time"":175136,""label"":""cleared_brush"",""using"":""click""},{""time"":176398,""label"":""started_brush"",""startDate"":""2021-12-27"",""endDate"":""2021-12-28""},{""time"":176867,""label"":""cleared_brush"",""using"":""click""},{""time"":177390,""label"":""cleared_brush"",""using"":""click""},{""time"":177877,""label"":""cleared_brush"",""using"":""click""},{""time"":180898,""label"":""started_brush"",""startDate"":""2021-07-27"",""endDate"":""2022-01-14""},{""time"":183369,""label"":""moved_brush"",""startDate"":""2021-07-27"",""endDate"":""2021-12-15""}]}","{""startTime"":1678921420798,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line,0,3,0,Positive,3.0,0,0,0,0.0,0.0,0,15.0,0.5,1.0,1,1.0,3 +2023-03-15 19:02:57,2023-03-15 19:13:35,0,100,638,1,2023-03-15 19:13:36,R_1Fbnp4hUNpDtnpW,40.7429,-73.9392,EN,1,6.025,,,,,15.115,78,22,58,18.421,53.431999999999995,1,1,41.601000000000006,-3,1,49.683,1,61.066,15.025,4,2,4,1,3,4,,46.147,2,3,5,4,2,3,"If I don't understand what I am looking at, as a layperson, then I won't trust that I am being presented with an argument which is easy to prove (because there would be mountains of data to choose from).",62.225,2,,10.763,2,7,3,4,1,5,6,25.348000000000003,1,2,8,8,3,6,2,4,,26.342,1,5,5,2,4,4,29.559,6,,8.0,1.0,1966.0,New York,6.0,1.0,1.0,,7.0,,,12.0,4.0,2.0,114.463,5adf6ea7f6b58c0001fa8404,"{""startTime"":1678921557582,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":12109,""label"":""hovered"",""timeHovered"":2907,""week"":""2022-01-24""}]}","{""startTime"":1678921604194,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921426184,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":29195,""label"":""started_brush"",""startDate"":""2021-06-26"",""endDate"":""2021-07-25""},{""time"":35609,""label"":""moved_brush"",""startDate"":""2021-06-26"",""endDate"":""2021-10-21""},{""time"":42995,""label"":""cleared_brush"",""using"":""click""},{""time"":43004,""label"":""cleared_brush"",""using"":""Escape""}]}","{""startTime"":1678921541840,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":9165,""label"":""hovered"",""timeHovered"":1043,""week"":""2021-12-27""}]}",0,complex,line,0,1,0,Negative,3.5,0,1,1,1.043,1.043,0,15.0,1.0,0.5,1,1.0,3 +2023-03-15 18:59:17,2023-03-15 19:13:37,0,100,860,1,2023-03-15 19:13:37,R_ahJNT1D0ZeY7sJz,41.9025,-87.6726,EN,1,3.503,1.0,3.0,1.0,7.59,15.125,100,97,55,33.246,32.76,-1,-1,35.365,-1,1,44.208999999999996,-1,10.128,16.942,7,4,7,4,7,7,,37.773,4,5,5,4,4,7,it's from a reliable source,11.999,3,,423.666,2,7,3,4,1,5,6,20.36,3,4,9,3,2,7,11,11,,34.005,1,3,3,3,3,3,16.262,2,4.0,8.804,2.0,1993.0,Illinois,6.0,2.0,2.0,,4.0,,,8.0,4.0,2.0,49.961999999999996,60fccc2c096c38cc9ad63ff3,"{""startTime"":1678921315020,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921353463,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":10699,""label"":""hovered"",""timeHovered"":2329,""week"":""2021-12-27""}]}","{""startTime"":1678921226913,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921296247,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line,1,0,0,Positive,2.7,0,0,0,0.0,0.0,0,15.0,0.0,0.5,0,0.0,1 +2023-03-15 18:55:55,2023-03-15 19:13:45,0,100,1070,1,2023-03-15 19:13:45,R_2AHylKmhS4OKdBj,33.3874,-112.0998,EN,1,35.097,,,,,15.007,87,91,58,26.25,73.094,1,1,97.04299999999999,1,1,112.86399999999999,1,68.865,15.020999999999999,5,5,5,4,7,6,,62.552,5,6,6,2,3,6,I thought the visualization was nicely laid out with the hover option to get even more accurate results. The source of the visualization was shown clearly in the bottom left corner.,116.335,4,,12.888,2,7,3,4,1,5,6,42.972,5,5,9,8,4,4,8,9,,31.219,2,3,4,3,3,2,40.664,4,,6.8389999999999995,2.0,1963.0,Arizona,5.0,1.0,1.0,,7.0,,,6.0,2.0,2.0,212.36,5da4152a3ab39a0011295a3e,"{""startTime"":1678921231183,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921294722,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":153,""label"":""hovered"",""timeHovered"":11836,""week"":""2022-02-07""}]}","{""startTime"":1678921043803,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7829,""label"":""hovered"",""timeHovered"":1131,""week"":""2021-10-25""},{""time"":41196,""label"":""hovered"",""timeHovered"":1601,""week"":""2021-08-30""},{""time"":44262,""label"":""hovered"",""timeHovered"":2699,""week"":""2022-01-03""},{""time"":68313,""label"":""hovered"",""timeHovered"":1077,""week"":""2022-01-03""}]}","{""startTime"":1678921215278,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,line,2,0,0,Positive,2.8,0,0,0,0.0,0.0,0,15.0,1.0,1.0,1,1.0,1 +2023-03-15 18:57:20,2023-03-15 19:14:02,0,100,1001,1,2023-03-15 19:14:03,R_1OlUJ59irANm3PB,41.1499,-85.2057,EN,1,41.76,1.0,2.0,2.0,7.359,15.125,66,35,60,23.8,167.111,-2,1,73.98,-2,1,88.34700000000001,1,95.25200000000001,15.013,4,5,4,6,7,4,,49.191,4,6,6,1,2,4,I do not know enough about all the information to know if I can trust it. I have seen a lot of false information out there,46.975,3,,12.488,2,7,3,4,1,5,6,33.071999999999996,4,6,8,5,2,5,8,9,,27.7,1,1,4,2,3,1,33.463,4,2.0,24.604,1.0,1955.0,Ohio,2.0,2.0,1.0,,7.0,,,5.0,4.0,2.0,169.655,6130cdbb53f773b3125576a7,"{""startTime"":1678921428806,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921478356,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":8592,""label"":""started_brush"",""startDate"":""2021-06-28"",""endDate"":""2021-08-23""}]}","{""startTime"":1678921150309,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":58230,""label"":""started_brush"",""startDate"":""2021-05-27"",""endDate"":""2021-12-11""},{""time"":69015,""label"":""moved_brush"",""startDate"":""2021-05-27"",""endDate"":""2021-10-09""},{""time"":72629,""label"":""moved_brush"",""startDate"":""2021-09-01"",""endDate"":""2022-01-13""},{""time"":75314,""label"":""moved_brush"",""startDate"":""2021-09-01"",""endDate"":""2021-12-08""},{""time"":77216,""label"":""moved_brush"",""startDate"":""2021-09-04"",""endDate"":""2021-12-12""},{""time"":91803,""label"":""cleared_brush"",""using"":""click""},{""time"":91804,""label"":""cleared_brush"",""using"":""Escape""},{""time"":115563,""label"":""started_brush"",""startDate"":""2021-05-24"",""endDate"":""2021-09-26""},{""time"":119882,""label"":""hovered"",""timeHovered"":1181,""week"":""2021-06-28""},{""time"":126950,""label"":""moved_brush"",""startDate"":""2021-09-26"",""endDate"":""2021-12-07""},{""time"":137043,""label"":""hovered"",""timeHovered"":2654,""week"":""2021-11-15""},{""time"":152105,""label"":""moved_brush"",""startDate"":""2021-09-26"",""endDate"":""2021-11-18""},{""time"":154801,""label"":""hovered"",""timeHovered"":1304,""week"":""2021-11-01""},{""time"":156950,""label"":""hovered"",""timeHovered"":1060,""week"":""2021-11-08""},{""time"":162316,""label"":""moved_brush"",""startDate"":""2021-10-30"",""endDate"":""2021-12-22""},{""time"":165883,""label"":""moved_brush"",""startDate"":""2021-10-30"",""endDate"":""2021-12-01""}]}","{""startTime"":1678921413422,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":2842,""label"":""hovered"",""timeHovered"":1184,""week"":""2022-01-03""},{""time"":4145,""label"":""hovered"",""timeHovered"":2431,""week"":""2021-12-20""},{""time"":11857,""label"":""started_brush"",""startDate"":""2021-07-06"",""endDate"":""2022-01-06""}]}",1,complex,line,1,0,0,Neutral,2.0,1,3,2,3.615,1.8075,9015,15.0,0.5,0.5,1,1.0,3 +2023-03-15 19:03:06,2023-03-15 19:14:34,0,100,687,1,2023-03-15 19:14:35,R_2dgrcKqhiLcyivt,38.9458,-90.2049,EN,1,18.066,,,,,16.172,80,80,100,34.31,25.226,1,-2,52.102,1,1,138.356,-1,87.553,16.708,4,4,4,4,4,4,,19.188,7,7,7,1,1,7,"Assuming the data in the visualization is real and valid, I see no reason to trust it as it includes all relevant datapoints relating to the data.",36.849000000000004,4,,9.206,2,7,3,4,1,5,6,20.128,4,2,4,4,4,6,5,8,,48.465,5,5,5,1,5,5,33.645,6,,10.470999999999998,1.0,2000.0,Illinois,1.0,2.0,1.0,,7.0,,,1.0,4.0,2.0,67.545,5d613f02b9233e0018f9450b,"{""startTime"":1678921707332,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921648898,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921466044,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":22532,""label"":""hovered"",""timeHovered"":1079,""week"":""2021-10-25""}]}","{""startTime"":1678921630651,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":15693,""label"":""hovered"",""timeHovered"":1737,""week"":""2021-12-13""}]}",0,moderate,line,1,0,0,Positive,4.3,0,1,1,1.7369999999999999,1.7369999999999999,0,15.0,0.5,1.0,0,1.0,2 +2023-03-15 19:04:51,2023-03-15 19:15:34,0,100,642,1,2023-03-15 19:15:34,R_234aD0kUhCVeCbE,40.296,-75.9894,EN,1,5.751,2.0,,1.0,4.001,15.114,81,83,47,33.28,29.713,1,1,64.498,1,-3,90.902,-3,31.991,15.007,5,4,4,5,5,4,,34.185,4,5,4,4,4,4,I am unsure that this accurately displays the real data. ,36.224000000000004,3,,11.075,2,7,3,4,1,5,6,20.212,4,6,5,6,5,2,7,7,,30.066999999999997,4,4,5,2,4,4,30.189,2,2.0,10.800999999999998,2.0,1961.0,Pennsylvania,2.0,2.0,1.0,,7.0,,,4.0,4.0,1.0,124.006,62dea723c6db0370fd6c8229,"{""startTime"":1678921699791,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921734378,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921562392,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":9972,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5116,""week"":""2"",""id"":""chart""},{""time"":16750,""label"":""tour_next"",""step"":2},{""time"":23664,""label"":""tour_end"",""step"":2},{""time"":25402,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1469,""week"":""46"",""id"":""chart""}]}","{""startTime"":1678921683842,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":10392,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3729,""week"":""51"",""id"":""chart""}]}",1,moderate,bar,0,1,0,Negative,3.8,0,1,1,3.7289999999999996,3.7289999999999996,0,15.0,1.0,0.5,0,0.5,2 +2023-03-15 18:56:18,2023-03-15 19:15:37,0,100,1158,1,2023-03-15 19:15:38,R_125StEF1XJfKV2T,44.8098,-73.0918,EN,1,13.394,1.0,4.0,1.0,10.995999999999999,15.106,98,100,53,22.493000000000002,143.344,1,1,91.743,1,1,427.648,1,31.96,15.115,4,4,4,7,7,4,,25.267,3,7,6,2,4,4,"Until I research the data presented and learn about the methods used to gather that data, I cannot say that I trust or distrust it. I still have questions.",53.015,5,,12.452,2,7,3,4,1,5,6,23.398000000000003,3,3,3,7,6,4,11,10,,26.31,3,5,5,2,5,4,27.928,2,1.0,16.088,2.0,1966.0,Vermont,7.0,3.0,1.0,,7.0,,,13.0,4.0,2.0,145.731,60fe14fa6b07c0db08b74436,"{""startTime"":1678921332745,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921244999,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":2857,""label"":""started_brush"",""startDate"":""2021-09-05"",""endDate"":""2021-12-26""}]}","{""startTime"":1678921053374,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":7620,""label"":""hovered"",""timeHovered"":5349,""week"":""2022-01-10""},{""time"":13820,""label"":""hovered"",""timeHovered"":1266,""week"":""2021-12-20""},{""time"":18420,""label"":""hovered"",""timeHovered"":15918,""week"":""2022-01-17""},{""time"":45156,""label"":""hovered"",""timeHovered"":6634,""week"":""2022-01-10""},{""time"":84696,""label"":""cleared_brush"",""using"":""click""},{""time"":94924,""label"":""started_brush"",""startDate"":""2021-06-17"",""endDate"":""2022-01-07""},{""time"":105904,""label"":""moved_brush"",""startDate"":""2021-07-19"",""endDate"":""2022-02-07""},{""time"":119458,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-10-31""},{""time"":123320,""label"":""moved_brush"",""startDate"":""2021-07-24"",""endDate"":""2022-02-13""},{""time"":128542,""label"":""moved_brush"",""startDate"":""2021-06-28"",""endDate"":""2022-01-17""},{""time"":129913,""label"":""cleared_brush"",""using"":""click""},{""time"":129915,""label"":""cleared_brush"",""using"":""Escape""}]}","{""startTime"":1678921229459,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":6951,""label"":""hovered"",""timeHovered"":1082,""week"":""2021-12-20""}]}",1,complex,line,0,1,0,Neutral,4.0,0,1,1,1.082,1.082,0,15.0,1.0,1.0,1,1.0,3 +2023-03-15 19:03:27,2023-03-15 19:16:06,0,100,759,1,2023-03-15 19:16:07,R_RDZKW3zBXYbPxSh,29.3959,-98.4761,EN,1,13.626,,,,,15.007,98,94,55,18.704,77.277,-2,-3,72.771,1,-3,140.465,-1,33.522,15.01,4,4,3,3,4,3,I guess it can be easy to understand if you go by the numbers themselves and not by the color scheme.,65.45100000000001,4,2,4,1,2,3,I could not tell if the numbers were all supposed to start at zero (the very bottom) or from where one color ended (blue) so it was not easy to understand because of that one reason.,61.592,3,Trying to tell the numbers apart in some charts was not easy.,30.854,2,7,3,4,1,5,6,17.584,4,2,1,3,2,4,2,4,I am very bias to not trusting the system/,46.021,5,3,5,2,3,5,29.315,5,,11.286,1.0,1981.0,Texas,4.0,2.0,1.0,,4.0,,,6.0,2.0,1.0,55.943999999999996,566c7564d408ea000519c678,"{""startTime"":1678921782121,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921697759,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921463288,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":5027,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1116,""week"":""1"",""id"":""chart""},{""time"":7161,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1316,""week"":""1"",""id"":""chart""},{""time"":13961,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2100,""week"":""52"",""id"":""chart""},{""time"":16095,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1116,""week"":""51"",""id"":""chart""},{""time"":18011,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1033,""week"":""3"",""id"":""chart""},{""time"":28213,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1699,""week"":""2"",""id"":""chart""},{""time"":31813,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1033,""week"":""3"",""id"":""chart""},{""time"":33047,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2033,""week"":""49"",""id"":""chart""},{""time"":38340,""label"":""tour_next"",""step"":2},{""time"":48212,""label"":""tour_end"",""step"":2},{""time"":48617,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2467,""week"":""1"",""id"":""chart""},{""time"":55779,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1353,""week"":""51"",""id"":""chart""},{""time"":57159,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1469,""week"":""52"",""id"":""chart""},{""time"":69633,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1131,""week"":""41"",""id"":""chart""},{""time"":72063,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1645,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678921682252,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":1781,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1935,""week"":""40"",""id"":""chart""},{""time"":4597,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2354,""week"":""1"",""id"":""chart""},{""time"":7921,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3831,""week"":""2"",""id"":""chart""},{""time"":11753,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3206,""week"":""2"",""id"":""chart""}]}",0,moderate,bar,0,1,0,Negative,3.8,0,4,4,11.325999999999999,2.8315,9972,15.0,0.0,0.5,0,0.5,2 +2023-03-15 19:04:43,2023-03-15 19:18:18,0,100,814,1,2023-03-15 19:18:19,R_8didFSEiDLiJIOt,41.85,-87.7165,EN,1,6.551,1.0,2.0,2.0,20.997,15.014000000000001,76,68,82,18.273,129.505,-2,1,97.671,1,-3,194.30200000000002,1,44.2,15.007,3,6,7,6,6,5,,19.258,5,3,6,7,6,7,"The visualization is detailed, organized and seems accurate",37.388000000000005,3,,7.497999999999999,2,7,3,4,1,5,6,13.427999999999999,5,9,8,8,5,5,9,5,,15.085,4,2,2,4,4,4,21.718000000000004,5,3.0,43.379,2.0,1991.0,Illinois,3.0,2.0,1.0,,7.0,,,5.0,3.0,2.0,73.378,5a2add709408dc00016f57d3,"{""startTime"":1678921806723,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921757466,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921567225,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":27,""label"":""tour_started""},{""time"":4627,""label"":""tour_next"",""step"":5},{""time"":35912,""label"":""tour_back"",""step"":5},{""time"":38913,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1365,""week"":""52"",""id"":""chart""},{""time"":57210,""label"":""tour_next"",""step"":5},{""time"":62375,""label"":""tour_back"",""step"":5},{""time"":80901,""label"":""tour_next"",""step"":5},{""time"":83583,""label"":""started_brush"",""startDate"":""2021-07-05"",""endDate"":""2021-12-04""},{""time"":85893,""label"":""tour_next"",""step"":5},{""time"":89143,""label"":""moved_brush"",""startDate"":""2021-09-07"",""endDate"":""2022-02-07""},{""time"":90478,""label"":""tour_next"",""step"":5},{""time"":95162,""label"":""started_brush"",""startDate"":""2021-05-09"",""endDate"":""2021-08-15""},{""time"":97090,""label"":""started_brush"",""startDate"":""2021-09-02"",""endDate"":""2021-09-24""},{""time"":99045,""label"":""started_brush"",""startDate"":""2021-07-29"",""endDate"":""2021-08-10""},{""time"":121399,""label"":""cleared_brush"",""using"":""Click""},{""time"":122326,""label"":""started_brush"",""startDate"":""2021-05-23"",""endDate"":""2021-06-27""},{""time"":124699,""label"":""tour_next"",""step"":5},{""time"":128223,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678921742039,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar,0,1,0,Positive,3.3,0,0,0,0.0,0.0,0,15.0,0.5,0.5,1,1.0,3 +2023-03-15 19:03:42,2023-03-15 19:19:18,0,100,936,1,2023-03-15 19:19:19,R_2OPz8CaQPY2kTPZ,35.7532,-81.3264,EN,1,5.0169999999999995,,,,,15.019,99,8,49,23.503,156.315,1,1,28.662,-2,-3,46.059,1,63.812,15.112,4,6,4,6,7,4,very interesting and engaging! thank you!,59.828,6,6,4,4,4,6,because its a well presented graph chart with specific entities related to other specidied entities,47.177,1,,15.679,2,7,3,4,1,5,6,13.53,2,2,4,5,2,5,4,6,,27.198,3,3,4,3,4,3,17.936,6,,3.7089999999999996,1.0,1982.0,North Carolina,3.0,1.0,1.0,,7.0,,,10.0,2.0,1.0,83.28299999999999,5bc8897f462bdb0001a61426,"{""startTime"":1678921968239,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678922059431,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921730522,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":57326,""label"":""cleared_brush"",""using"":""click""},{""time"":62497,""label"":""started_brush"",""startDate"":""2021-08-11"",""endDate"":""2021-08-28""},{""time"":63408,""label"":""started_brush"",""startDate"":""2021-06-12"",""endDate"":""2021-09-09""},{""time"":66761,""label"":""started_brush"",""startDate"":""2021-04-27"",""endDate"":""2021-12-02""},{""time"":75024,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-16""},{""time"":76103,""label"":""moved_brush"",""startDate"":""2021-05-29"",""endDate"":""2022-01-03""},{""time"":77192,""label"":""moved_brush"",""startDate"":""2021-06-27"",""endDate"":""2022-02-02""},{""time"":78076,""label"":""moved_brush"",""startDate"":""2021-04-28"",""endDate"":""2021-12-04""},{""time"":79745,""label"":""moved_brush"",""startDate"":""2021-04-28"",""endDate"":""2021-09-28""},{""time"":80421,""label"":""moved_brush"",""startDate"":""2021-05-27"",""endDate"":""2021-10-26""},{""time"":96781,""label"":""moved_brush"",""startDate"":""2021-05-27"",""endDate"":""2021-10-26""},{""time"":108488,""label"":""cleared_brush"",""using"":""click""},{""time"":108490,""label"":""cleared_brush"",""using"":""Escape""},{""time"":123010,""label"":""hovered"",""timeHovered"":3305,""week"":""2021-11-15""},{""time"":131316,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-04-15""},{""time"":134036,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-04-15""},{""time"":135092,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-04-15""},{""time"":138511,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-09""},{""time"":143200,""label"":""moved_brush"",""startDate"":""2021-04-23"",""endDate"":""2021-11-22""},{""time"":146033,""label"":""moved_brush"",""startDate"":""2021-04-23"",""endDate"":""2021-08-12""},{""time"":155387,""label"":""moved_brush"",""startDate"":""2021-06-19"",""endDate"":""2021-10-08""}]}","{""startTime"":1678921952419,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":1067,""label"":""hovered"",""timeHovered"":6584,""week"":""2021-08-09""},{""time"":9408,""label"":""started_brush"",""startDate"":""2021-06-10"",""endDate"":""2021-08-31""},{""time"":9901,""label"":""started_brush"",""startDate"":""2021-10-08"",""endDate"":""2021-10-19""},{""time"":10828,""label"":""started_brush"",""startDate"":""2021-07-23"",""endDate"":""2021-09-02""},{""time"":13729,""label"":""moved_brush"",""startDate"":""2021-12-27"",""endDate"":""2022-02-05""},{""time"":14667,""label"":""moved_brush"",""startDate"":""2022-01-03"",""endDate"":""2022-02-13""}]}",0,complex,line,1,0,0,Positive,3.3,1,6,1,6.584,6.584,13600,15.0,1.0,0.0,1,1.0,3 +2023-03-15 19:02:28,2023-03-15 19:20:58,0,100,1109,1,2023-03-15 19:20:58,R_2wvLJiObaN9s9hD,33.3124,-111.9195,EN,1,70.205,,,,,15.015,61,100,71,94.22399999999999,117.90799999999999,1,1,69.09100000000001,-3,-3,101.712,-3,69.66,15.013,4,4,4,6,6,3,,66.416,5,6,6,2,2,6,"The instructions included to assume that I trust the data, and this is the way scientific data is often presented. ",84.031,5,,23.128,2,7,3,4,1,5,6,26.553,2,2,8,4,2,4,8,8,,58.748999999999995,4,4,5,1,4,4,69.685,3,,18.046,2.0,1970.0,Arizona,7.0,1.0,1.0,,7.0,,,17.0,4.0,2.0,100.885,639241f806b3758a1b3c1de3,"{""startTime"":1678921788850,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921855646,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921553147,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":27301,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3817,""week"":""32"",""id"":""chart""},{""time"":31119,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1083,""week"":""32"",""id"":""chart""},{""time"":32293,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2060,""week"":""33"",""id"":""chart""},{""time"":34506,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2480,""week"":""34"",""id"":""chart""},{""time"":37120,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1949,""week"":""35"",""id"":""chart""},{""time"":41053,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3268,""week"":""50"",""id"":""chart""},{""time"":44430,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1542,""week"":""49"",""id"":""chart""},{""time"":46010,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1597,""week"":""50"",""id"":""chart""},{""time"":49624,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2299,""week"":""51"",""id"":""chart""},{""time"":52025,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1249,""week"":""52"",""id"":""chart""},{""time"":53281,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2976,""week"":""52"",""id"":""chart""},{""time"":56308,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2183,""week"":""1"",""id"":""chart""},{""time"":58776,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4282,""week"":""2"",""id"":""chart""},{""time"":66132,""label"":""tour_next"",""step"":2},{""time"":75750,""label"":""tour_end"",""step"":2},{""time"":87357,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2506,""week"":""51"",""id"":""chart""},{""time"":89956,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3158,""week"":""52"",""id"":""chart""},{""time"":93228,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1738,""week"":""51"",""id"":""chart""},{""time"":95043,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2556,""week"":""52"",""id"":""chart""},{""time"":97640,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2393,""week"":""1"",""id"":""chart""},{""time"":100169,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2448,""week"":""2"",""id"":""chart""},{""time"":102827,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2424,""week"":""3"",""id"":""chart""},{""time"":106194,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4292,""week"":""4"",""id"":""chart""},{""time"":110777,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2259,""week"":""5"",""id"":""chart""},{""time"":113289,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1431,""week"":""6"",""id"":""chart""}]}","{""startTime"":1678921773431,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,bar,1,0,0,Positive,3.7,0,0,0,0.0,0.0,0,15.0,1.0,0.0,0,0.0,2 +2023-03-15 19:02:02,2023-03-15 19:24:02,0,100,1320,1,2023-03-15 19:24:03,R_1gdbHKiLByTfhGX,42.364,-71.0265,EN,1,106.156,,,,,15.181,99,81,79,20.701,51.727,1,1,105.095,-3,-3,125.292,1,103.3,15.075999999999999,6,6,6,6,6,6,,145.825,5,6,4,2,2,6,it seems to come from a credible source ,26.724,2,,33.116,2,7,3,4,1,5,6,40.455999999999996,6,7,8,8,8,7,9,9,,21.471999999999998,3,3,5,2,3,3,31.448,4,,13.818,2.0,1982.0,Maine,2.0,2.0,1.0,,7.0,,,4.0,4.0,1.0,110.89200000000001,62728c148af5805feea46dc8,"{""startTime"":1678921690574,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":30923},{""label"":""window_focused"",""time"":36733}]}","{""startTime"":1678921840275,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_focused"",""time"":100088},{""label"":""window_focused"",""time"":100089}]}","{""startTime"":1678921512612,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":53,""label"":""tour_started""},{""time"":27960,""label"":""tour_next"",""step"":2},{""time"":35688,""label"":""tour_end"",""step"":2},{""time"":36518,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2858,""week"":""1"",""id"":""chart2""}]}","{""startTime"":1678921673276,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":6260,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2570,""week"":""50"",""id"":""chart""},{""time"":9181,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1616,""week"":""2"",""id"":""chart2""}]}",0,simple,bar,1,0,0,Positive,3.2,0,2,2,4.186,2.093,2921,15.0,1.0,0.0,1,1.0,1 +2023-03-15 19:03:32,2023-03-15 19:25:39,0,100,1326,1,2023-03-15 19:25:40,R_2XmU8lr5Y6TYs8N,36.0432,-95.8072,EN,1,144.52,1.0,4.0,2.0,16.49,15.13,89,100,67,38.863,157.343,1,1,116.27799999999999,-1,1,110.617,1,64.30199999999999,15.127,6,6,6,6,5,6,,51.028999999999996,6,6,6,3,2,6,I believe that the covid rate increases in those not vaccinated.,46.705,5,,40.065,2,7,3,4,1,5,6,34.949,6,8,10,10,10,10,10,10,,42.659,2,4,3,2,1,4,82.61399999999999,2,1.0,25.241,2.0,1967.0,Oklahoma,2.0,2.0,1.0,,7.0,,,1.0,3.0,1.0,206.488,5d4252914733ca0018ff29d7,"{""startTime"":1678922011768,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921894694,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921653274,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":12636,""label"":""hovered"",""timeHovered"":19672,""week"":""2022-01-10""},{""time"":81099,""label"":""cleared_brush"",""using"":""click""},{""time"":89433,""label"":""started_brush"",""startDate"":""2021-11-07"",""endDate"":""2022-01-04""},{""time"":109305,""label"":""moved_brush"",""startDate"":""2021-10-04"",""endDate"":""2022-01-04""},{""time"":121129,""label"":""cleared_brush"",""using"":""click""},{""time"":121135,""label"":""cleared_brush"",""using"":""Escape""},{""time"":153449,""label"":""hovered"",""timeHovered"":1468,""week"":""2022-01-10""}]}","{""startTime"":1678921878359,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line,0,1,0,Positive,2.7,0,0,0,0.0,0.0,0,15.0,1.0,0.5,1,1.0,3 +2023-03-15 19:04:10,2023-03-15 19:30:20,0,100,1569,1,2023-03-15 19:30:21,R_5AelWusKc3X3hJv,41.2093,-96.0548,EN,1,16.487000000000002,1.0,4.0,1.0,23.199,15.037,96,94,43,66.369,98.654,1,-2,139.866,1,1,146.61,1,38.243,15.055,7,7,7,6,6,7,,22.246,5,7,6,5,6,6,The data falls right where I expect it to be.,39.085,3,,15.35,2,7,3,4,1,5,6,32.893,7,9,9,9,10,8,11,10,,41.053999999999995,3,3,2,4,2,2,41.548,1,1.0,15.136,1.0,1962.0,Nebraska,6.0,3.0,1.0,,9.0,,Omaha,16.0,4.0,1.0,476.142,5ee6f91291a7f3467cd37704,"{""startTime"":1678921949664,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921850571,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":2065,""label"":""hovered"",""timeHovered"":1617,""week"":""2021-12-27""},{""time"":6054,""label"":""hovered"",""timeHovered"":1443,""week"":""2022-01-17""},{""time"":10385,""label"":""hovered"",""timeHovered"":1562,""week"":""2022-01-17""},{""time"":16444,""label"":""hovered"",""timeHovered"":8044,""week"":""2022-01-17""},{""time"":25452,""label"":""hovered"",""timeHovered"":1214,""week"":""2022-01-17""},{""time"":27735,""label"":""hovered"",""timeHovered"":1651,""week"":""2022-01-17""},{""time"":30470,""label"":""hovered"",""timeHovered"":1348,""week"":""2022-01-17""},{""time"":32613,""label"":""hovered"",""timeHovered"":1475,""week"":""2022-01-17""}]}","{""startTime"":1678921588871,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":31661,""label"":""hovered"",""timeHovered"":1475,""week"":""2021-06-21""}]}","{""startTime"":1678921835203,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":10844,""label"":""hovered"",""timeHovered"":1889,""week"":""2022-01-10""}]}",1,moderate,line,0,1,0,Positive,2.7,0,1,1,1.889,1.889,0,15.0,0.5,1.0,1,1.0,2 +2023-03-15 18:59:16,2023-03-15 19:34:44,0,100,2128,1,2023-03-15 19:34:44,R_1dhIfEOjQEMo8NP,29.6626,-94.5945,EN,1,13.21,,,,,15.008,75,55,38,46.03,463.945,1,1,49.988,-2,1,327.502,1,187.50099999999998,15.109000000000002,4,4,5,4,4,4,,34.49,3,4,4,2,4,4,I would like to compare it more.,27.463,2,,9.037,2,7,3,4,1,5,6,40.341,3,3,8,6,4,6,6,6,,30.662,3,3,3,3,3,3,63.646,6,,7.473,2.0,1991.0,Texas,1.0,2.0,1.0,,7.0,,,16.0,2.0,1.0,365.61699999999996,5e8d44819163b611f62d706c,"{""startTime"":1678922102326,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678922137705,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921290353,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":4671,""label"":""hovered"",""timeHovered"":1541,""week"":""2022-01-03""},{""time"":7146,""label"":""hovered"",""timeHovered"":2217,""week"":""2022-01-03""}]}","{""startTime"":1678922086417,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,line,0,1,0,Neutral,3.0,0,0,0,0.0,0.0,0,15.0,1.0,0.5,1,1.0,1 +2023-03-15 18:49:19,2023-03-15 19:37:42,0,100,2903,1,2023-03-15 19:37:43,R_POL25rAkSiSqMF3,33.0073,-111.9324,EN,1,11.259,1.0,2.0,1.0,5.354,15.106,85,14,0,36.593,107.573,1,-3,46.901,-2,1,415.466,-3,95.39399999999999,15.01,5,5,6,3,3,5,,445.50199999999995,6,1,2,6,6,6,"The information portrayed is something I have seen outside of this graph, I have observed it in my day to day",49.632,3,,8.596,2,7,3,4,1,5,6,23.947,1,1,1,1,1,1,10,9,,21.096999999999998,4,5,5,2,4,2,25.811999999999998,2,1.0,23.173000000000002,2.0,2000.0,Arizona,3.0,1.0,1.0,,9.0,,black and hispanic,4.0,4.0,1.0,90.89,6103217486fd393d9efbba25,"{""startTime"":1678920861785,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921309582,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678920642522,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":31046,""label"":""started_brush"",""startDate"":""2021-06-05"",""endDate"":""2022-02-13""},{""time"":38472,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-12-20""},{""time"":43877,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-12-20""},{""time"":45231,""label"":""moved_brush"",""startDate"":""2021-06-03"",""endDate"":""2022-02-11""},{""time"":48824,""label"":""moved_brush"",""startDate"":""2021-06-05"",""endDate"":""2022-02-13""},{""time"":49548,""label"":""moved_brush"",""startDate"":""2021-06-05"",""endDate"":""2022-02-13""},{""time"":52231,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-05-05""},{""time"":54889,""label"":""cleared_brush"",""using"":""click""},{""time"":54892,""label"":""cleared_brush"",""using"":""Escape""},{""time"":66942,""label"":""hovered"",""timeHovered"":1369,""week"":""2022-01-03""},{""time"":89418,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-06-06""},{""time"":103378,""label"":""started_brush"",""startDate"":""2021-11-04"",""endDate"":""2022-02-13""}]}","{""startTime"":1678920846322,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":10777,""label"":""started_brush"",""startDate"":""2021-06-25"",""endDate"":""2022-02-13""}]}",1,complex,line,0,1,0,Positive,3.7,1,1,0,0.0,0.0,0,15.0,0.5,0.5,0,0.0,3 +2023-03-15 19:01:40,2023-03-15 19:43:05,0,100,2484,1,2023-03-15 19:43:06,R_2cvLiTj12HaXwCE,43.2189,-88.1165,EN,1,961.628,1.0,2.0,1.0,4.641,15.122,69,83,90,16.375999999999998,12.424000000000001,1,1,58.902,1,1,30.595,-3,19.667,15.008,5,5,4,6,5,5,,18.273,5,5,5,5,5,4,I'm just not sure if any of the data in the graph is factual.,36.491,3,,3.516,2,7,3,4,1,5,6,10.989,2,3,2,3,3,2,9,8,,17.902,4,4,4,1,4,4,9.7,1,4.0,4.87,1.0,2003.0,Wisconsin,3.0,3.0,1.0,,7.0,,,4.0,3.0,1.0,34.435,63181446b17ea16a213403c9,"{""startTime"":1678923576355,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678923595131,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678923489081,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678923560988,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":5369,""label"":""hovered"",""timeHovered"":1462,""week"":""2022-01-03""},{""time"":8144,""label"":""hovered"",""timeHovered"":1199,""week"":""2021-12-27""}]}",1,simple,line,1,0,0,Negative,3.5,0,2,2,2.661,1.3305,2775,15.0,1.0,1.0,0,1.0,1 +2023-03-15 18:56:08,2023-03-15 19:43:13,0,100,2824,1,2023-03-15 19:43:13,R_1gFoTN07tuFpMWQ,32.9475,-96.4407,EN,1,292.60400000000004,1.0,3.0,2.0,90.309,15.209000000000001,67,39,64,174.268,100.855,-2,-1,71.083,1,1,163.078,-3,115.086,15.047,4,4,4,5,4,4,,89.521,4,4,4,3,3,4,"I neither agree nor disagree because the data is not entirely accurate, there were people who did not report having covid, which made it difficult to keep an accurate count.",380.88300000000004,4,,56.066,2,7,3,4,1,5,6,96.103,7,8,9,8,8,9,7,8,,94.147,2,4,3,3,4,2,148.96,6,2.0,79.14,1.0,1983.0,Florida,7.0,1.0,1.0,,7.0,,,8.0,2.0,2.0,373.119,5dcccec0092079953154f997,"{""startTime"":1678922636261,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921957282,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921634808,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":42369,""label"":""hovered"",""timeHovered"":1915,""week"":""2021-12-06""},{""time"":50274,""label"":""hovered"",""timeHovered"":2149,""week"":""2021-04-19""}]}","{""startTime"":1678921939314,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6304,""label"":""hovered"",""timeHovered"":4410,""week"":""2021-07-26""},{""time"":14509,""label"":""hovered"",""timeHovered"":2457,""week"":""2021-12-27""}]}",1,moderate,line,0,1,0,Neutral,3.0,0,2,2,6.867000000000001,3.4335,8205,15.0,0.0,1.0,0,1.0,2 +2023-03-15 18:52:34,2023-03-15 19:52:51,0,100,3617,1,2023-03-15 19:52:52,R_1ezpAh9tBTZi7uu,32.691,-97.1918,EN,1,2031.5320000000002,1.0,4.0,1.0,22.889,15.116,83,100,22,41.753,43.856,1,1,130.687,1,-3,205.15599999999998,-3,79.83,15.012,6,4,5,6,6,5,,46.618,5,6,4,6,6,6,it seems simple and straightforward,30.945999999999998,4,,39.898,2,7,3,4,1,5,6,66.329,1,1,2,2,3,1,9,8,,31.178,3,3,4,3,4,3,223.077,2,2.0,126.696,2.0,1970.0,Texas,2.0,3.0,1.0,,4.0,,,3.0,4.0,2.0,335.522,60dc58e913fdfde86caccc77,"{""startTime"":1678923107464,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678923154618,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678922916118,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":11036,""label"":""tour_next"",""step"":2},{""time"":17149,""label"":""tour_end"",""step"":2},{""time"":19761,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3075,""week"":""52"",""id"":""chart2""},{""time"":27661,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2807,""week"":""52"",""id"":""chart""},{""time"":30682,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4437,""week"":""1"",""id"":""chart""}]}","{""startTime"":1678923091756,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar,0,1,0,Positive,3.3,0,0,0,0.0,0.0,0,15.0,1.0,0.5,0,1.0,1 +2023-03-15 20:36:04,2023-03-15 20:53:52,0,100,1067,1,2023-03-15 20:53:53,R_2t9js19kjhWuRud,47.9425,-122.2139,EN,1,18.319000000000003,,,,,15.008,72,83,65,50.715,138.069,1,1,67.134,-1,-1,76.203,-1,118.277,15.015,4,4,4,5,5,4,,81.816,5,4,4,2,2,5,"I don't know much about their government, so have no real reason to trust or distrust them so I gave them the benefit of the doubt that they are telling the truth about the data.",93.524,5,,16.682000000000002,2,7,3,4,1,5,6,32.65,4,5,4,4,5,4,9,9,,55.478,3,3,4,2,4,4,62.372,1,,8.411,1.0,1965.0,Washington,3.0,2.0,1.0,,7.0,,,9.0,4.0,1.0,106.23,5d1b8b02e24a990019f32501,"{""startTime"":1678927335675,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678927418036,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":8594,""label"":""hovered"",""timeHovered"":6177,""week"":""2021-11-15""},{""time"":33777,""label"":""hovered"",""timeHovered"":1066,""week"":""2021-07-19""}]}","{""startTime"":1678927062932,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":20171,""label"":""hovered"",""timeHovered"":1165,""week"":""2021-11-01""},{""label"":""window_blurred"",""time"":25377},{""label"":""window_focused"",""time"":25656},{""time"":34992,""label"":""tour_next"",""step"":5},{""time"":49780,""label"":""tour_back"",""step"":5},{""time"":64354,""label"":""tour_next"",""step"":5},{""time"":85833,""label"":""started_brush"",""startDate"":""2021-08-29"",""endDate"":""2021-11-07""},{""time"":93255,""label"":""tour_next"",""step"":5},{""time"":109413,""label"":""moved_brush"",""startDate"":""2021-05-07"",""endDate"":""2021-11-07""},{""time"":110212,""label"":""tour_next"",""step"":5},{""time"":116904,""label"":""cleared_brush"",""using"":""click""},{""time"":116905,""label"":""cleared_brush"",""using"":""Escape""},{""time"":118203,""label"":""tour_next"",""step"":5},{""time"":127133,""label"":""tour_end"",""step"":5},{""time"":134304,""label"":""started_brush"",""startDate"":""2021-05-06"",""endDate"":""2021-12-31""}]}","{""startTime"":1678927320209,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line,1,0,0,Positive,3.3,0,0,0,0.0,0.0,0,15.0,1.0,0.0,0,0.0,3 +2023-03-15 20:41:01,2023-03-15 20:57:33,0,100,991,1,2023-03-15 20:57:34,R_3gN6XtlahEUFAxJ,40.3226,-76.4042,EN,1,10.954,2.0,,2.0,3.568,15.677,89,98,56,57.705,95.57799999999999,-2,1,111.958,1,1,96.546,1,178.6,15.216,5,6,5,6,7,5,,31.616999999999997,5,6,6,3,2,5,I feel like its trustworthy based on the amount of information but I dont know the source,42.107,2,,9.146,2,7,3,4,1,5,6,18.756,3,5,6,6,4,6,5,7,,32.241,2,2,2,4,2,4,26.406,2,2.0,15.752,2.0,1989.0,Pennsylvania,4.0,2.0,1.0,,9.0,,Richland,2.0,4.0,2.0,77.153,5f2861ba111b901601482e6f,"{""startTime"":1678927812112,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678927737497,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678927444297,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":32,""label"":""tour_started""},{""time"":22997,""label"":""tour_next"",""step"":5},{""time"":36891,""label"":""cleared_brush"",""using"":""click""},{""time"":37690,""label"":""cleared_brush"",""using"":""click""},{""time"":39070,""label"":""started_brush"",""startDate"":""2021-07-05"",""endDate"":""2021-09-22""},{""time"":39551,""label"":""moved_brush"",""startDate"":""2021-07-16"",""endDate"":""2021-10-03""},{""time"":39639,""label"":""moved_brush"",""startDate"":""2021-07-16"",""endDate"":""2021-10-03""},{""time"":42995,""label"":""moved_brush"",""startDate"":""2021-08-23"",""endDate"":""2021-11-10""},{""time"":44665,""label"":""moved_brush"",""startDate"":""2021-06-26"",""endDate"":""2021-09-13""},{""time"":46043,""label"":""moved_brush"",""startDate"":""2021-05-22"",""endDate"":""2021-08-08""},{""time"":47424,""label"":""tour_next"",""step"":5},{""time"":52744,""label"":""moved_brush"",""startDate"":""2021-05-22"",""endDate"":""2021-08-08""},{""time"":55199,""label"":""moved_brush"",""startDate"":""2021-06-03"",""endDate"":""2021-08-20""},{""time"":56970,""label"":""moved_brush"",""startDate"":""2021-10-15"",""endDate"":""2022-01-02""},{""time"":58045,""label"":""tour_next"",""step"":5},{""time"":62336,""label"":""cleared_brush"",""using"":""click""},{""time"":65008,""label"":""tour_next"",""step"":5},{""time"":73330,""label"":""tour_end"",""step"":5},{""time"":84542,""label"":""cleared_brush"",""using"":""click""},{""time"":85023,""label"":""started_brush"",""startDate"":""2021-10-09"",""endDate"":""2021-12-03""},{""time"":87245,""label"":""moved_brush"",""startDate"":""2021-09-17"",""endDate"":""2021-11-11""},{""time"":87561,""label"":""cleared_brush"",""using"":""click""},{""time"":89228,""label"":""started_brush"",""startDate"":""2021-07-05"",""endDate"":""2021-07-10""},{""time"":93434,""label"":""moved_brush"",""startDate"":""2021-07-05"",""endDate"":""2021-11-23""}]}","{""startTime"":1678927721281,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line,1,0,0,Positive,2.7,0,0,0,0.0,0.0,0,15.0,0.5,1.0,1,1.0,3 +2023-03-15 20:52:40,2023-03-15 21:00:04,0,100,444,1,2023-03-15 21:00:05,R_3sp6AIyIkYnzSiv,39.3277,-82.0996,EN,1,6.447,,,,,15.109000000000002,88,89,63,20.283,26.923000000000002,1,1,59.418,-3,-3,42.772,1,57.18,15.012,7,7,7,7,7,7,,19.954,7,7,7,1,1,7,The data seems to be presented very clearly and thoroughly.,18.352999999999998,5,,9.201,2,7,3,4,1,5,6,12.07,2,5,1,7,6,3,11,11,,27.302,5,5,5,1,5,5,13.863,1,,3.195,2.0,1991.0,Ohio,7.0,3.0,1.0,,7.0,,,8.0,4.0,2.0,46.725,61006b0f1f3bfddb6b4c5d55,"{""startTime"":1678928165048,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678928118213,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678928015481,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":7087,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1082,""week"":""45"",""id"":""chart""},{""time"":12307,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1096,""week"":""35"",""id"":""chart""},{""time"":13891,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1064,""week"":""1"",""id"":""chart""},{""time"":15525,""label"":""tour_next"",""step"":2},{""time"":22381,""label"":""tour_end"",""step"":2},{""time"":24923,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1382,""week"":""48"",""id"":""chart2""}]}","{""startTime"":1678928102563,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,bar,0,1,0,Positive,4.3,0,0,0,0.0,0.0,0,15.0,1.0,0.0,1,1.0,1 +2023-03-15 20:53:49,2023-03-15 21:00:26,0,100,396,1,2023-03-15 21:00:27,R_3QLbfNQYkRpreRd,38.0076,-85.6921,EN,1,4.512,,,,,15.114,65,9,29,15.444,23.936999999999998,1,1,27.35,1,1,36.663000000000004,1,29.26,15.115,6,4,6,6,6,5,,41.471000000000004,6,6,6,4,3,6,"At least at a glance, the chart seems consistent.",24.745,5,,7.216,2,7,3,4,1,5,6,16.292,6,8,3,7,3,4,9,8,,31.377,4,5,4,3,4,4,25.006999999999998,1,,4.198,1.0,1991.0,Kentucky,6.0,2.0,1.0,,7.0,,,1.0,2.0,2.0,32.895,62ea3271cc6c19525f896495,"{""startTime"":1678928190953,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7783,""label"":""hovered"",""timeHovered"":3250,""week"":""2022-01-24""}]}","{""startTime"":1678928140863,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678928072816,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":4,""label"":""tour_started""},{""time"":7417,""label"":""hovered"",""timeHovered"":1200,""week"":""2021-11-22""},{""time"":10957,""label"":""hovered"",""timeHovered"":5208,""week"":""2022-01-03""},{""time"":18109,""label"":""tour_next"",""step"":2},{""time"":21819,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678928125052,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,line,1,0,0,Positive,4.0,0,0,0,0.0,0.0,0,15.0,1.0,1.0,1,1.0,1 +2023-03-15 20:55:06,2023-03-15 21:00:52,0,100,346,1,2023-03-15 21:00:53,R_8vu0cYsE9DURUe5,42.4444,-76.4926,EN,1,4.774,,,,,15.107999999999999,84,23,98,9.306000000000001,23.898000000000003,1,1,24.635,1,1,24.518,1,21.555,15.107999999999999,4,4,5,6,5,4,,15.715,6,5,7,2,2,5,Seems scientific. But with no more context I cannot 100% trust it.,23.546999999999997,4,,6.127999999999999,2,7,3,4,1,5,6,16.555999999999997,4,5,6,6,7,7,10,9,,16.597,2,2,2,5,3,4,12.157,3,,4.546,2.0,2002.0,Massachusetts,6.0,3.0,1.0,,2.0,,,19.0,4.0,2.0,54.117,61036102a3f05e2ef6e4e3c6,"{""startTime"":1678928269504,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678928207598,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678928142339,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":4,""label"":""tour_started""},{""time"":6223,""label"":""tour_next"",""step"":2},{""time"":8857,""label"":""tour_end"",""step"":2},{""time"":10158,""label"":""hovered"",""timeHovered"":7085,""week"":""2021-12-27""},{""time"":18437,""label"":""hovered"",""timeHovered"":1536,""week"":""2021-11-01""}]}","{""startTime"":1678928191972,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":6270,""label"":""hovered"",""timeHovered"":1347,""week"":""2022-01-03""}]}",0,simple,line,2,0,0,Positive,3.0,0,1,1,1.347,1.347,0,15.0,1.0,1.0,1,1.0,1 +2023-03-15 20:48:30,2023-03-15 21:01:43,0,100,793,1,2023-03-15 21:01:44,R_XTIw9HhI13d4LKh,39.5953,-79.9229,EN,1,13.065999999999999,,,,,15.005999999999998,89,33,94,16.107,62.865,1,-3,55.841,1,-3,96.57700000000001,1,68.167,15.114,6,4,5,4,6,6,,25.576999999999998,4,4,6,4,1,6,The data is detailed enough that I believe the data seems correct. ,57.411,4,,9.305,2,7,3,4,1,5,6,24.115,8,9,6,8,9,7,10,9,,27.003,4,3,4,2,3,4,173.885,1,,5.003,1.0,1987.0,West Virginia,6.0,2.0,1.0,,7.0,,,16.0,4.0,2.0,79.479,5f51667a8dff8f39dba7df7f,"{""startTime"":1678927993585,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678927908883,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678927761268,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":2644,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1485,""week"":""1"",""id"":""chart""},{""time"":11737,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2518,""week"":""39"",""id"":""chart""},{""time"":17410,""label"":""tour_next"",""step"":5},{""time"":29827,""label"":""started_brush"",""startDate"":""2021-06-29"",""endDate"":""2021-07-27""},{""time"":31017,""label"":""tour_next"",""step"":5},{""time"":37643,""label"":""moved_brush"",""startDate"":""2021-08-30"",""endDate"":""2021-09-27""},{""time"":38730,""label"":""tour_next"",""step"":5},{""time"":45588,""label"":""cleared_brush"",""using"":""Click""},{""time"":45588,""label"":""cleared_brush"",""using"":""Escape""},{""time"":47083,""label"":""tour_next"",""step"":5},{""time"":54575,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678927893292,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,bar,1,0,0,Positive,3.3,0,0,0,0.0,0.0,0,15.0,0.5,0.5,1,1.0,3 +2023-03-15 20:55:56,2023-03-15 21:01:47,0,100,351,1,2023-03-15 21:01:48,R_3Ol8JGpGmxYegKn,33.933,-84.604,EN,1,4.114,2.0,,2.0,2.4859999999999998,15.118,100,100,60,22.816999999999997,14.331,1,1,54.931999999999995,-1,1,40.589,-1,11.284,15.012,7,7,7,7,7,7,,14.130999999999998,7,7,7,1,1,7,Everything is displayed cleanly. There is no evident bias,15.922,4,,6.247999999999999,2,7,3,4,1,5,6,15.135,2,3,3,4,4,2,9,8,,18.104,3,4,4,4,4,4,11.177999999999999,4,5.0,11.752,1.0,2004.0,Georgia,1.0,1.0,1.0,,3.0,,,11.0,4.0,2.0,46.852,5f0f433274ad8a03f0a4c8f4,"{""startTime"":1678928298459,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678928313392,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678928212269,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":8272,""label"":""tour_next"",""step"":2},{""time"":11172,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678928282852,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line,0,1,0,Positive,3.8,0,0,0,0.0,0.0,0,15.0,1.0,0.5,0,1.0,1 +2023-03-15 20:56:02,2023-03-15 21:03:27,0,100,445,1,2023-03-15 21:03:28,R_2VeEfWCZ7xJYJvv,39.1027,-94.5778,EN,1,15.402000000000001,1.0,3.0,2.0,4.008,15.009,78,77,57,17.938,29.182,1,-3,27.293000000000003,1,1,50.964,1,34.465,15.013,6,4,5,4,6,6,,26.607,5,5,4,3,4,6,It seems consistent with other data I have read.,15.841,5,,9.048,2,7,3,4,1,5,6,19.712,5,7,5,9,6,7,9,9,,39.021,2,4,4,2,4,4,19.025,3,1.0,7.587999999999999,1.0,1990.0,Missouri,6.0,3.0,1.0,,7.0,,,4.0,4.0,2.0,53.706,6335f7d7dad0ae03e9a2509a,"{""startTime"":1678928365013,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678928324157,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678928227376,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":11906,""label"":""tour_next"",""step"":2},{""time"":14490,""label"":""tour_end"",""step"":2},{""time"":15419,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2333,""week"":""1"",""id"":""chart""},{""time"":19069,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1167,""week"":""51"",""id"":""chart""},{""time"":20826,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1268,""week"":""50"",""id"":""chart""}]}","{""startTime"":1678928308546,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":2956,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1644,""week"":""35"",""id"":""chart""},{""time"":7725,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1743,""week"":""6"",""id"":""chart""}]}",1,moderate,bar,0,1,0,Positive,3.3,0,2,2,3.387,1.6935,4769,15.0,0.5,1.0,1,1.0,2 +2023-03-15 20:58:22,2023-03-15 21:04:04,0,100,342,1,2023-03-15 21:04:05,R_3pmVHcTnx83ZLoz,32.7097,-117.1228,EN,1,7.981,,,,,15.110999999999999,72,42,49,13.104000000000001,20.398,1,1,31.438000000000002,-3,1,43.125,1,17.063,15.011,4,4,4,4,4,4,,20.385,3,6,6,4,4,6,Because it lets me get more data from the visualization in writing.,14.642000000000001,3,,6.768,2,7,3,4,1,5,6,11.94,5,8,5,5,8,3,6,8,,19.685,4,4,4,4,4,4,11.068,1,,3.108,2.0,2000.0,California,6.0,3.0,1.0,,7.0,,,7.0,4.0,2.0,49.909,6102dc69fe9b452795eb3d72,"{""startTime"":1678928462987,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678928425546,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678928345300,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":8198,""label"":""tour_next"",""step"":2},{""time"":12988,""label"":""tour_end"",""step"":2},{""time"":15303,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2808,""week"":""2"",""id"":""chart""}]}","{""startTime"":1678928410018,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":3544,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2741,""week"":""1"",""id"":""chart""},{""time"":6416,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1681,""week"":""2"",""id"":""chart""},{""time"":8552,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3112,""week"":""50"",""id"":""chart""}]}",0,moderate,bar,0,1,0,Positive,4.0,0,3,3,7.534,2.5113333333333334,5008,15.0,1.0,0.5,1,0.5,2 +2023-03-15 20:55:47,2023-03-15 21:05:03,0,100,555,1,2023-03-15 21:05:04,R_1eEJ7lMkssmgiZV,27.8044,-82.2759,EN,1,4.488,,,,,15.107999999999999,100,100,50,16.689,116.46799999999999,1,1,66.132,-3,-3,47.806000000000004,1,44.652,15.115,6,6,4,5,5,6,,21.458000000000002,6,5,4,2,2,4,Its a bit jumbled with a lot of data in one section. It can get confusing ,24.78,1,,7.837000000000001,2,7,3,4,1,5,6,18.692999999999998,5,5,8,7,2,6,8,8,,28.266,4,4,5,4,5,3,23.564,6,,10.045,2.0,1986.0,Florida,7.0,3.0,1.0,,7.0,,,9.0,3.0,2.0,54.303999999999995,5cec2163d439ae0016596611,"{""startTime"":1678928370759,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678928392959,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678928193055,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":30,""label"":""tour_started""},{""time"":19253,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1284,""week"":""50"",""id"":""chart""},{""time"":23437,""label"":""tour_next"",""step"":5},{""time"":33023,""label"":""cleared_brush"",""using"":""Click""},{""time"":33993,""label"":""cleared_brush"",""using"":""Click""},{""time"":36382,""label"":""moved_brush"",""startDate"":""2021-04-30"",""endDate"":""2021-06-02""},{""time"":47201,""label"":""cleared_brush"",""using"":""Click""},{""time"":50992,""label"":""cleared_brush"",""using"":""Click""},{""time"":62819,""label"":""cleared_brush"",""using"":""Click""},{""time"":63656,""label"":""cleared_brush"",""using"":""Click""},{""time"":67058,""label"":""cleared_brush"",""using"":""Click""},{""time"":86343,""label"":""started_brush"",""startDate"":""2021-04-12"",""endDate"":""2021-09-04""},{""time"":88873,""label"":""moved_brush"",""startDate"":""2021-04-12"",""endDate"":""2021-09-02""},{""time"":90185,""label"":""tour_next"",""step"":5},{""time"":100342,""label"":""moved_brush"",""startDate"":""2021-06-02"",""endDate"":""2021-10-22""},{""time"":101694,""label"":""tour_next"",""step"":5},{""time"":106280,""label"":""cleared_brush"",""using"":""Click""},{""time"":107400,""label"":""tour_next"",""step"":5},{""time"":112710,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678928354998,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,bar,0,1,0,Negative,4.2,0,0,0,0.0,0.0,0,15.0,1.0,0.0,1,1.0,3 +2023-03-15 20:49:14,2023-03-15 21:06:28,0,100,1033,1,2023-03-15 21:06:30,R_22DZr5UMzi6UXmd,34.7456,-92.3419,EN,1,59.22,1.0,2.0,2.0,12.966,15.107999999999999,86,84,87,117.507,77.09,1,1,124.626,-3,-2,106.351,1,39.766,15.007,5,3,5,5,6,5,,34.117,4,6,6,5,5,5,The difference between the unvaccinated and vaccinated data seems reasonable. Unvaccinated people have more risk in contracting the virus.,115.02600000000001,3,,29.574,2,7,3,4,1,5,6,25.820999999999998,4,5,7,5,3,4,6,7,,36.696999999999996,3,3,5,2,4,4,71.6,4,1.0,17.592,1.0,1987.0,Arkansas,6.0,1.0,1.0,,2.0,,,11.0,2.0,2.0,60.21,63d8915c1adeaab48c7f2029,"{""startTime"":1678928360385,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678928192071,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678927973954,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":17,""label"":""tour_started""},{""time"":19444,""label"":""tour_next"",""step"":2},{""time"":20994,""label"":""tour_back"",""step"":2},{""time"":21846,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4276,""week"":""14"",""id"":""chart""},{""time"":31165,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1091,""week"":""24"",""id"":""chart""},{""time"":32297,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1409,""week"":""25"",""id"":""chart""},{""time"":35713,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1534,""week"":""1"",""id"":""chart""},{""time"":37315,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2632,""week"":""52"",""id"":""chart""},{""time"":39964,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1475,""week"":""1"",""id"":""chart""},{""time"":42038,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1184,""week"":""2"",""id"":""chart""},{""time"":45398,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2741,""week"":""1"",""id"":""chart""},{""time"":49747,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1325,""week"":""52"",""id"":""chart""},{""time"":51690,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3024,""week"":""51"",""id"":""chart""},{""time"":58953,""label"":""tour_next"",""step"":2},{""time"":65266,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3441,""week"":""52"",""id"":""chart2""},{""time"":72019,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678928176359,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":5546,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1725,""week"":""50"",""id"":""chart""},{""time"":8208,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1118,""week"":""52"",""id"":""chart""},{""time"":10890,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3495,""week"":""4"",""id"":""chart""}]}",1,simple,bar,0,1,0,Positive,3.5,0,3,3,6.337999999999999,2.1126666666666667,5344,15.0,1.0,0.0,1,1.0,1 +2023-03-15 20:59:49,2023-03-15 21:09:58,0,100,609,1,2023-03-15 21:09:59,R_6sZXiXEXmWtSjhT,30.2627,-97.7467,EN,1,5.063,1.0,3.0,2.0,4.713,15.012,84,99,97,17.820999999999998,96.0,1,1,46.088,1,1,95.77799999999999,1,35.408,15.014000000000001,6,6,6,7,6,6,,38.34,5,6,6,3,5,6,"It seems to align with the experiences of that I have seen in the rise of cases overall during this time, and I know that this has risen for both vaccinated and unvaccinated in the past",43.4,4,,12.417,2,7,3,4,1,5,6,16.694000000000003,2,3,1,6,4,3,8,9,,18.235,5,5,5,1,5,5,19.892,1,1.0,34.085,2.0,1989.0,Texas,6.0,3.0,1.0,,9.0,,Austin,17.0,4.0,2.0,62.562,54849ec4fdf99b0379939d1d,"{""startTime"":1678928588612,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":1129,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4295,""week"":""52"",""id"":""chart""},{""time"":6418,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2040,""week"":""50"",""id"":""chart""},{""time"":8644,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1181,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678928627334,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678928441272,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":5084,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4479,""week"":""52"",""id"":""chart""},{""time"":11284,""label"":""tour_next"",""step"":5},{""time"":25705,""label"":""started_brush"",""startDate"":""2021-07-22"",""endDate"":""2021-09-04""},{""time"":28787,""label"":""started_brush"",""startDate"":""2021-12-09"",""endDate"":""2022-01-08""},{""time"":30099,""label"":""tour_next"",""step"":5},{""time"":46687,""label"":""moved_brush"",""startDate"":""2021-12-09"",""endDate"":""2021-12-17""},{""time"":47683,""label"":""tour_next"",""step"":5},{""time"":52384,""label"":""cleared_brush"",""using"":""Click""},{""time"":52384,""label"":""cleared_brush"",""using"":""Escape""},{""time"":54066,""label"":""tour_next"",""step"":5},{""time"":57935,""label"":""tour_end"",""step"":5},{""time"":76975,""label"":""started_brush"",""startDate"":""2021-07-10"",""endDate"":""2021-10-15""},{""time"":81254,""label"":""moved_brush"",""startDate"":""2021-07-10"",""endDate"":""2021-09-10""},{""time"":83852,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":4527,""week"":""33"",""id"":""chart""}]}","{""startTime"":1678928573245,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":1577,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4547,""week"":""52"",""id"":""chart""},{""time"":6547,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2977,""week"":""48"",""id"":""chart""}]}",1,complex,bar,0,1,0,Positive,4.3,0,2,2,7.524,3.762,4970,15.0,1.0,1.0,1,1.0,3 +2023-03-15 20:54:02,2023-03-15 21:10:16,0,100,974,1,2023-03-15 21:10:17,R_33kYM3HQfNhNqxW,39.1256,-84.5127,EN,1,10.478,1.0,2.0,1.0,11.072000000000001,15.107000000000001,50,79,43,68.275,206.755,1,1,89.182,-2,1,79.259,1,80.53399999999999,15.007,4,4,4,6,5,4,,66.858,5,6,6,4,5,5,No data on how the study was done.,61.7,4,,11.012,2,7,3,4,1,5,6,24.263,7,8,9,10,4,9,8,10,,33.495,3,4,5,2,4,4,42.04,6,2.0,16.0,1.0,1965.0,Ohio,4.0,2.0,1.0,,7.0,,,14.0,2.0,2.0,69.82600000000001,5c65b61fad596e000179ece5,"{""startTime"":1678928575937,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":42746,""label"":""source_clicked""},{""label"":""window_blurred"",""time"":42770},{""label"":""window_focused"",""time"":55278}]}","{""startTime"":1678928467857,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678928164189,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":4009,""label"":""hovered"",""timeHovered"":3602,""week"":""2021-10-11""},{""time"":14519,""label"":""hovered"",""timeHovered"":7083,""week"":""2022-01-17""},{""time"":21631,""label"":""hovered"",""timeHovered"":5172,""week"":""2022-01-10""},{""time"":55054,""label"":""hovered"",""timeHovered"":11857,""week"":""2021-10-18""},{""time"":73019,""label"":""hovered"",""timeHovered"":7496,""week"":""2021-08-23""},{""time"":95213,""label"":""tour_next"",""step"":5},{""time"":110725,""label"":""tour_back"",""step"":5},{""time"":123197,""label"":""tour_next"",""step"":5},{""time"":152739,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-05-27""},{""time"":158655,""label"":""tour_next"",""step"":5},{""time"":173747,""label"":""moved_brush"",""startDate"":""2021-08-05"",""endDate"":""2021-09-20""},{""time"":174512,""label"":""tour_next"",""step"":5},{""time"":183354,""label"":""cleared_brush"",""using"":""click""},{""time"":183355,""label"":""cleared_brush"",""using"":""Escape""},{""time"":185608,""label"":""tour_next"",""step"":5},{""time"":197089,""label"":""tour_end"",""step"":5},{""time"":198931,""label"":""hovered"",""timeHovered"":3495,""week"":""2021-11-22""}]}","{""startTime"":1678928452364,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":8207,""label"":""hovered"",""timeHovered"":1384,""week"":""2021-10-11""}]}",1,complex,line,1,0,0,Negative,3.7,0,1,1,1.3840000000000001,1.3840000000000001,0,15.0,1.0,0.5,1,1.0,3 +2023-03-15 21:00:26,2023-03-15 21:11:05,0,100,639,1,2023-03-15 21:11:06,R_OwlIyyXoP46x6IF,43.1205,-89.3523,EN,1,30.365,1.0,2.0,1.0,5.265,15.008,100,81,89,30.976,92.29700000000001,1,1,36.146,1,1,46.977,1,27.645,15.107999999999999,4,3,4,6,6,6,,40.085,6,6,4,5,4,6,"It comes from a reputable source, and there is no realistic reason for it to be skewed to untrustworthy levels - given the mission of the CDC.",30.241999999999997,4,,7.25,2,7,3,4,1,5,6,19.195999999999998,1,4,1,7,1,1,9,8,,24.543000000000003,4,4,5,2,5,4,86.70200000000001,1,1.0,10.113999999999999,1.0,1991.0,Wisconsin,6.0,1.0,1.0,,7.0,,,6.0,4.0,1.0,71.986,62be632336006d96574e22ef,"{""startTime"":1678928662172,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678928702894,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678928506068,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":13171,""label"":""tour_next"",""step"":2},{""time"":20115,""label"":""tour_end"",""step"":2},{""time"":24437,""label"":""hovered"",""timeHovered"":1455,""week"":""2022-01-03""},{""time"":27251,""label"":""hovered"",""timeHovered"":4648,""week"":""2022-01-03""},{""time"":37741,""label"":""hovered"",""timeHovered"":1851,""week"":""2021-11-22""},{""time"":40465,""label"":""hovered"",""timeHovered"":7101,""week"":""2021-06-07""},{""time"":51513,""label"":""hovered"",""timeHovered"":4410,""week"":""2022-01-10""},{""time"":57621,""label"":""hovered"",""timeHovered"":1274,""week"":""2022-01-10""},{""time"":58898,""label"":""hovered"",""timeHovered"":4588,""week"":""2022-01-10""},{""time"":64634,""label"":""hovered"",""timeHovered"":2155,""week"":""2021-12-20""},{""time"":66803,""label"":""hovered"",""timeHovered"":11489,""week"":""2021-12-20""}]}","{""startTime"":1678928646296,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":4122,""label"":""hovered"",""timeHovered"":1091,""week"":""2021-08-16""},{""time"":12206,""label"":""hovered"",""timeHovered"":1125,""week"":""2022-01-10""}]}",1,moderate,line,1,0,0,Positive,4.0,0,2,2,2.2159999999999997,1.1079999999999999,8084,15.0,1.0,1.0,1,1.0,2 +2023-03-15 21:01:20,2023-03-15 21:11:09,0,100,589,1,2023-03-15 21:11:11,R_2wThjxe76MJaV49,26.5355,-80.1098,EN,1,2.904,1.0,2.0,2.0,7.733,15.115,74,76,50,13.205,17.35,1,1,50.341,-3,-3,57.20399999999999,-1,39.07,15.119000000000002,4,4,4,5,3,2,,48.986999999999995,4,6,4,1,2,4,one random chart in a study which may or not intentionally share incorrect information cant be judged normally.,43.782,1,,13.116,2,7,3,4,1,5,6,17.276,1,2,1,2,1,1,2,2,,30.085,3,2,3,2,4,3,80.883,2,5.0,15.856,1.0,1998.0,Florida,3.0,1.0,1.0,,3.0,,,1.0,4.0,2.0,79.263,5fff0f626abf51640c57419e,"{""startTime"":1678928681645,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678928616511,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678928531216,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":4285,""label"":""tour_next"",""step"":2},{""time"":6471,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678928600768,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":10286,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1377,""week"":""14"",""id"":""chart2""}]}",1,simple,bar,1,0,0,Neutral,2.8,0,1,1,1.3769999999999998,1.3769999999999998,0,15.0,1.0,0.0,0,1.0,1 +2023-03-15 21:02:37,2023-03-15 21:11:40,0,100,542,1,2023-03-15 21:11:40,R_2aS9rRCLx5EWXfv,33.6647,-117.9663,EN,1,6.97,1.0,3.0,1.0,5.638,15.114,88,100,65,16.529,28.281,1,1,45.155,-3,-3,64.681,1,37.955999999999996,15.119000000000002,7,7,7,7,7,7,,14.209000000000001,5,7,6,6,5,7,"Because it appears to show information that is universally understood, unvaccinated people get sick more often than vaccinated people",106.94200000000001,5,,11.517999999999999,2,7,3,4,1,5,6,18.024,3,7,2,6,10,2,11,9,,24.801,3,3,3,3,4,3,25.112,3,1.0,13.411,2.0,1988.0,California,4.0,1.0,1.0,,7.0,,,9.0,4.0,1.0,51.582,5c68c8726e9608000140f828,"{""startTime"":1678928723339,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678928738695,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678928613906,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":3553,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2388,""week"":""37"",""id"":""chart""},{""time"":8164,""label"":""tour_next"",""step"":2},{""time"":13226,""label"":""tour_end"",""step"":2},{""time"":14720,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2268,""week"":""51"",""id"":""chart""},{""time"":19020,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1001,""week"":""6"",""id"":""chart""}]}","{""startTime"":1678928707730,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":10231,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3254,""week"":""15"",""id"":""chart""}]}",1,moderate,bar,0,1,0,Positive,3.2,0,1,1,3.2539999999999996,3.2539999999999996,0,15.0,1.0,0.0,1,0.0,2 +2023-03-15 21:01:48,2023-03-15 21:12:26,0,100,637,1,2023-03-15 21:12:28,R_2y9JUqZ1l7ESpzF,38.5753,-90.2651,EN,1,9.078,,,,,15.164000000000001,79,5,4,34.055,92.57700000000001,1,1,41.983999999999995,-1,1,33.326,-2,79.89,15.065999999999999,5,5,5,1,1,2,,27.146,5,1,2,2,2,2,"Hard to understand and since it's so complicated, I don't trust the data",27.701,6,,8.738,2,7,3,4,1,5,6,28.635,1,1,10,7,2,4,8,9,none,46.593,2,2,2,4,2,2,29.959,4,,6.846,2.0,1947.0,Missouri,3.0,2.0,1.0,,7.0,,,6.0,3.0,2.0,68.439,5e30cffb5a41120d29d33113,"{""startTime"":1678928840598,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678928777243,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678928586821,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":20,""label"":""tour_started""},{""time"":15708,""label"":""hovered"",""timeHovered"":8642,""week"":""2021-12-13""},{""time"":27563,""label"":""tour_next"",""step"":5},{""time"":45560,""label"":""started_brush"",""startDate"":""2021-05-04"",""endDate"":""2021-05-13""},{""time"":49969,""label"":""moved_brush"",""startDate"":""2021-05-04"",""endDate"":""2022-02-13""},{""time"":51884,""label"":""tour_next"",""step"":5},{""time"":60766,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-01-20""},{""time"":62516,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-01-20""},{""time"":63992,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-01-20""},{""time"":64997,""label"":""tour_next"",""step"":5},{""time"":72843,""label"":""cleared_brush"",""using"":""click""},{""time"":72846,""label"":""cleared_brush"",""using"":""Escape""},{""time"":74686,""label"":""tour_next"",""step"":5},{""time"":79713,""label"":""tour_end"",""step"":5},{""time"":82037,""label"":""hovered"",""timeHovered"":1340,""week"":""2022-01-10""},{""time"":85458,""label"":""hovered"",""timeHovered"":2367,""week"":""2022-01-10""}]}","{""startTime"":1678928761291,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line,1,1,0,Negative,2.3,0,0,0,0.0,0.0,0,15.0,1.0,0.5,0,0.0,3 +2023-03-15 21:03:42,2023-03-15 21:13:55,0,100,613,1,2023-03-15 21:13:56,R_31nNIP8jXSDfhyq,43.6842,-70.2816,EN,1,15.167,,,,,15.110999999999999,89,69,78,35.535,25.845,1,1,70.447,-1,1,72.404,1,70.98,15.014000000000001,6,6,6,5,6,6,,21.393,6,5,6,3,2,6,The data seems plausible; there's nothing to indicate that any of it is false or misleading. It's hard to imagine anyone deciding to deliberately mislead the general public on this topic.,74.469,6,,14.901,2,7,3,4,1,5,6,14.742,7,8,6,8,10,4,10,10,,25.388,4,4,4,2,5,5,30.113000000000003,2,,6.73,2.0,1970.0,Maine,6.0,3.0,1.0,,7.0,,,10.0,2.0,2.0,53.036,5dceb040f2fabc10bd4a10fa,"{""startTime"":1678928810210,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678928832067,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678928695372,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":16279,""label"":""tour_next"",""step"":2},{""time"":22295,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678928794639,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6637,""label"":""hovered"",""timeHovered"":5256,""week"":""2022-01-17""},{""time"":12523,""label"":""hovered"",""timeHovered"":1573,""week"":""2022-01-17""}]}",0,moderate,line,1,0,0,Positive,4.0,0,2,2,6.829,3.4145,5886,15.0,1.0,0.5,1,0.5,2 +2023-03-15 21:06:19,2023-03-15 21:14:06,0,100,467,1,2023-03-15 21:14:07,R_Tbk1bcIhcVdqM1z,42.4723,-82.9967,EN,1,3.9730000000000003,,,,,15.012,89,70,58,26.997,67.015,1,1,37.657,-1,1,34.111,1,24.694000000000003,15.110999999999999,4,5,5,4,5,6,,25.754,4,5,2,1,1,6,"It is from the chamber of agriculture, and why would someone lie about this",25.634,4,,9.036,2,7,3,4,1,5,6,16.43,3,3,8,8,8,1,11,10,,26.159000000000002,1,1,3,4,1,4,30.180999999999997,1,,8.751,2.0,1999.0,Michigan,6.0,3.0,1.0,,2.0,,,17.0,4.0,1.0,61.636,602c4e244525b352fc0779ee,"{""startTime"":1678928984307,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678928937900,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678928829963,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":13354,""label"":""hovered"",""timeHovered"":3600,""week"":""2022-01-24""},{""time"":17738,""label"":""hovered"",""timeHovered"":1599,""week"":""2022-01-17""},{""time"":20204,""label"":""hovered"",""timeHovered"":1533,""week"":""2022-01-03""},{""time"":22456,""label"":""tour_next"",""step"":5},{""time"":31272,""label"":""cleared_brush"",""using"":""click""},{""time"":34300,""label"":""started_brush"",""startDate"":""2021-07-16"",""endDate"":""2022-02-13""},{""time"":35667,""label"":""started_brush"",""startDate"":""2021-05-19"",""endDate"":""2021-10-17""},{""time"":38856,""label"":""moved_brush"",""startDate"":""2021-07-17"",""endDate"":""2021-12-15""},{""time"":39760,""label"":""tour_next"",""step"":5},{""time"":47084,""label"":""moved_brush"",""startDate"":""2021-07-17"",""endDate"":""2021-12-15""},{""time"":47669,""label"":""moved_brush"",""startDate"":""2021-04-26"",""endDate"":""2021-09-25""},{""time"":48319,""label"":""tour_next"",""step"":5},{""time"":60198,""label"":""cleared_brush"",""using"":""click""},{""time"":60206,""label"":""cleared_brush"",""using"":""Escape""},{""time"":61053,""label"":""tour_next"",""step"":5},{""time"":64221,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678928922408,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":7346,""label"":""hovered"",""timeHovered"":2488,""week"":""2022-01-24""},{""time"":14878,""label"":""started_brush"",""startDate"":""2022-01-03"",""endDate"":""2022-02-13""}]}",0,complex,line,1,0,0,Positive,2.3,1,2,1,2.488,2.488,7532,15.0,1.0,0.5,1,1.0,3 +2023-03-15 21:02:39,2023-03-15 21:14:56,0,100,736,1,2023-03-15 21:14:56,R_24jeB1Q7sDxZqTR,39.2812,-76.7406,EN,1,10.198,1.0,1.0,2.0,8.215,15.127,75,38,76,19.382,63.631,-1,-2,63.385,-3,-1,86.139,-1,48.016999999999996,15.020999999999999,3,4,4,3,4,2,,23.386,4,3,3,3,1,4,covid numbers are bloated with inaccurate data,59.20399999999999,3,,13.17,2,7,3,4,1,5,6,51.537,4,6,4,4,2,8,9,9,,25.601,2,3,5,2,3,4,31.099,3,4.0,17.62,1.0,1986.0,Maryland,2.0,1.0,1.0,,3.0,,,12.0,2.0,1.0,86.647,63480f3ff2ebda4f9403cc01,"{""startTime"":1678928919390,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678928829314,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678928662180,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":25795,""label"":""tour_next"",""step"":2},{""time"":37837,""label"":""tour_end"",""step"":2},{""time"":42905,""label"":""hovered"",""timeHovered"":1590,""week"":""2021-08-02""},{""time"":45733,""label"":""hovered"",""timeHovered"":2209,""week"":""2021-04-12""}]}","{""startTime"":1678928813499,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line,0,1,0,Negative,3.2,0,0,0,0.0,0.0,0,15.0,0.0,0.0,0,0.0,2 +2023-03-15 21:09:21,2023-03-15 21:15:02,0,100,340,1,2023-03-15 21:15:03,R_2f34ZFf3Qe37QTf,44.2433,-88.3564,EN,1,14.487,1.0,3.0,2.0,4.8,15.011,89,88,71,12.727,18.082,-2,1,26.866,-3,-3,29.929000000000002,1,24.13,15.116,7,6,6,6,5,6,,21.794,6,7,7,6,6,6,I've read other information that corroborates this visualization.,15.698,5,,5.602,2,7,3,4,1,5,6,25.689,3,7,2,8,4,3,11,9,,21.503,4,5,5,2,5,5,13.100999999999999,2,3.0,7.757000000000001,2.0,2001.0,Minnesota,3.0,3.0,1.0,,7.0,,,16.0,4.0,1.0,38.838,5e8787bf14e2970c36c20705,"{""startTime"":1678929110260,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678929081419,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678929016700,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":6220,""label"":""tour_next"",""step"":2},{""time"":8612,""label"":""tour_end"",""step"":2},{""time"":9699,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1211,""week"":""52"",""id"":""chart""},{""time"":13027,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1329,""week"":""3"",""id"":""chart""}]}","{""startTime"":1678929065767,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar,0,1,0,Positive,4.3,0,0,0,0.0,0.0,0,15.0,0.5,0.0,1,0.0,2 +2023-03-15 21:02:53,2023-03-15 21:15:26,0,100,753,1,2023-03-15 21:15:27,R_29i8cP8qx2s5vJN,44.0683,-123.0763,EN,1,11.247,1.0,4.0,2.0,5.777,15.2,89,94,80,51.298,60.056999999999995,1,1,98.679,-1,1,101.978,-1,36.315,15.013,6,5,6,7,7,6,,23.12,5,7,7,6,6,6,"first off it shows data from a very reliable source, CDC. They do not stand anything to gain by manipulating the data.",49.497,5,,9.954,2,7,3,4,1,5,6,24.759,7,8,9,8,8,7,10,10,,42.153,4,4,4,2,4,4,35.164,2,1.0,11.835,1.0,1967.0,Oregon,3.0,1.0,1.0,,7.0,,,16.0,4.0,1.0,109.27600000000001,5fc2ab07be970b4cde3ba33d,"{""startTime"":1678928848177,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678928871915,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678928672229,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":5032,""label"":""hovered"",""timeHovered"":1017,""week"":""2021-07-19""},{""time"":9136,""label"":""hovered"",""timeHovered"":2752,""week"":""2021-12-27""},{""time"":11905,""label"":""hovered"",""timeHovered"":1218,""week"":""2021-12-27""},{""time"":30390,""label"":""tour_next"",""step"":2},{""time"":37749,""label"":""tour_end"",""step"":2},{""label"":""window_blurred"",""time"":41847},{""label"":""window_focused"",""time"":47600}]}","{""startTime"":1678928832529,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":5810,""label"":""hovered"",""timeHovered"":1826,""week"":""2021-12-27""},{""time"":7922,""label"":""hovered"",""timeHovered"":1024,""week"":""2021-12-27""},{""time"":10195,""label"":""hovered"",""timeHovered"":1221,""week"":""2022-01-31""}]}",1,simple,line,1,0,0,Positive,3.7,0,3,3,4.071000000000001,1.357,4385,15.0,1.0,0.5,0,1.0,1 +2023-03-15 21:08:42,2023-03-15 21:16:34,0,100,472,1,2023-03-15 21:16:34,R_2QzAf8dawazvySI,33.9883,-118.1823,EN,1,5.542999999999999,1.0,3.0,1.0,17.503,15.078,100,100,19,20.39,22.459,-2,-1,59.799,-3,-2,54.343,1,26.357,15.118,6,6,6,6,6,6,,14.684000000000001,5,5,5,5,5,5,Based on the source of the information,25.689,2,,8.132,2,7,3,4,1,5,6,21.008000000000003,5,6,3,6,4,6,9,8,,24.629,4,4,5,1,4,4,25.406999999999996,2,2.0,23.677,2.0,1998.0,California,6.0,1.0,1.0,,9.0,,Downey,10.0,3.0,1.0,48.938,60fff33b80569cb2f8d1b007,"{""startTime"":1678929136740,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678929093435,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678928993869,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":54,""label"":""tour_started""},{""time"":5399,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2366,""week"":""29"",""id"":""chart""},{""time"":10463,""label"":""tour_next"",""step"":2},{""time"":20094,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678929077333,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":7658,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1035,""week"":""50"",""id"":""chart""},{""time"":9475,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1610,""week"":""3"",""id"":""chart""},{""time"":11829,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2474,""week"":""50"",""id"":""chart""}]}",1,simple,bar,1,0,0,Positive,3.7,0,3,3,5.119,1.7063333333333333,4171,15.0,0.0,0.0,1,0.0,1 +2023-03-15 20:49:40,2023-03-15 21:17:54,0,100,1693,1,2023-03-15 21:17:54,R_1llWpvBd4rvtw5Y,31.1823,-83.7641,EN,1,92.50299999999999,1.0,3.0,1.0,17.063,15.187000000000001,94,85,56,76.308,134.238,1,1,164.34799999999998,-3,-3,134.687,-2,86.073,15.061,5,4,5,6,5,5,"I wondering how this graph would account for people who caught COVID, but did not seek medical help for it.",289.60200000000003,5,6,6,4,5,5,"I question the medical communities ability to accurately measure the actual number of COVID cases. For the most part, I do trust the CDC though.",124.369,4,,80.025,2,7,3,4,1,5,6,47.657,2,3,8,6,3,5,9,9,,69.095,3,3,4,3,4,4,81.434,4,1.0,39.463,2.0,1969.0,Georgia,6.0,2.0,1.0,,7.0,,,9.0,4.0,2.0,109.432,60160f7fe4c5e278be505f72,"{""startTime"":1678928303866,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":144713,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5346,""week"":""1"",""id"":""chart""},{""time"":200087,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1300,""week"":""51"",""id"":""chart""}]}","{""startTime"":1678928595427,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678928014329,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":25,""label"":""tour_started""},{""time"":53766,""label"":""tour_next"",""step"":2},{""time"":67732,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678928285380,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar,1,1,0,Neutral,3.5,0,0,0,0.0,0.0,0,15.0,1.0,0.0,0,0.0,2 +2023-03-15 21:09:55,2023-03-15 21:18:01,0,100,485,1,2023-03-15 21:18:02,R_1rBu5r7fQ35uzqt,41.8502,-87.6736,EN,1,4.654,1.0,2.0,2.0,7.563,15.017999999999999,38,69,53,26.414,24.329,1,-3,55.4,1,-3,55.365,-3,33.202,15.120999999999999,2,2,2,5,6,2,,28.598000000000003,5,6,6,2,2,2,"I dont trust any covid numbers, i feel the tests are not accurate.",29.046999999999997,5,,6.462999999999999,2,7,3,4,1,5,6,17.79,2,2,9,7,2,6,6,7,,20.643,2,4,4,2,4,2,22.855,4,1.0,13.946,1.0,1970.0,Michigan,4.0,2.0,1.0,,7.0,,,17.0,2.0,1.0,49.89,5a6b35d3d5d4cb0001d643d8,"{""startTime"":1678929227293,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678929165480,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678929069225,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":17,""label"":""tour_started""},{""time"":7785,""label"":""tour_next"",""step"":2},{""time"":16092,""label"":""tour_end"",""step"":2},{""time"":20821,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1559,""week"":""1"",""id"":""chart2""}]}","{""startTime"":1678929150120,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":2579,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3054,""week"":""52"",""id"":""chart""},{""time"":9460,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1022,""week"":""52"",""id"":""chart2""}]}",1,simple,bar,0,1,0,Negative,3.0,0,2,2,4.0760000000000005,2.0380000000000003,6881,15.0,0.5,0.5,0,0.5,1 +2023-03-15 21:06:13,2023-03-15 21:19:17,0,100,783,1,2023-03-15 21:19:17,R_1rAe6rWFYXEBri4,40.7038,-111.5437,EN,1,11.593,,,,,15.005999999999998,91,97,74,58.21,46.349,-3,-3,57.555,1,1,98.94200000000001,-1,43.122,15.013,5,6,5,7,3,6,,63.303000000000004,6,7,7,4,6,6,Its clear and comes from a governmental agriculture agency. ,37.019,4,,8.835,2,7,3,4,1,5,6,23.948,1,5,1,6,4,3,10,8,,34.603,4,4,4,2,3,4,46.58,2,,6.766,2.0,1988.0,Utah,5.0,2.0,1.0,,7.0,,,9.0,4.0,1.0,155.87,63fb001cebe7de78a66a9bdd,"{""startTime"":1678928989555,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678929053496,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678928868628,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":13392,""label"":""tour_next"",""step"":2},{""time"":17564,""label"":""tour_end"",""step"":2},{""time"":20577,""label"":""hovered"",""timeHovered"":2803,""week"":""2022-01-03""},{""time"":23393,""label"":""hovered"",""timeHovered"":1474,""week"":""2022-01-03""},{""time"":32041,""label"":""hovered"",""timeHovered"":1423,""week"":""2021-12-20""},{""time"":34585,""label"":""hovered"",""timeHovered"":1290,""week"":""2021-12-20""}]}","{""startTime"":1678928973578,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":13631,""label"":""hovered"",""timeHovered"":1509,""week"":""2022-01-31""}]}",0,simple,line,1,1,0,Positive,3.5,0,1,1,1.5090000000000001,1.5090000000000001,0,15.0,0.0,1.0,0,0.0,1 +2023-03-15 21:11:07,2023-03-15 21:21:08,0,100,600,1,2023-03-15 21:21:09,R_1IWdWXABoR84SWn,33.5173,-117.1208,EN,1,4.296,,,,,15.015,95,93,96,35.464,65.331,-2,1,47.413999999999994,1,1,65.477,-1,30.301,15.118,4,2,4,4,1,4,,30.244,5,6,6,1,1,7,"I don't have any reason not to trust it. I'm assuming for ""survey"" purposes it is accurate. However, if I was really interested in trusting it, I would verify sources.",37.107,3,,11.82,2,7,3,4,1,5,6,18.293,5,3,4,5,1,6,9,10,,44.341,2,3,2,3,2,3,40.507,6,,7.51,2.0,1962.0,California,4.0,2.0,1.0,,7.0,,,14.0,3.0,2.0,73.808,5dd61dcccaee3e5c8b9141cf,"{""startTime"":1678929348690,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678929278261,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678929130882,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":7802,""label"":""hovered"",""timeHovered"":1633,""week"":""2021-08-30""},{""time"":10369,""label"":""hovered"",""timeHovered"":1116,""week"":""2021-09-20""},{""time"":43810,""label"":""tour_next"",""step"":2},{""time"":53585,""label"":""tour_end"",""step"":2},{""time"":55522,""label"":""hovered"",""timeHovered"":2530,""week"":""2021-08-16""}]}","{""startTime"":1678929262555,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,line,1,0,0,Positive,2.5,0,0,0,0.0,0.0,0,15.0,0.5,1.0,0,1.0,2 +2023-03-15 21:08:10,2023-03-15 21:22:32,0,100,862,1,2023-03-15 21:22:33,R_25YFprQkeMxbBMG,34.0125,-118.4682,EN,1,19.789,,,,,15.116,46,74,53,75.39399999999999,77.71600000000001,-2,1,82.801,-3,-3,58.828,-2,76.062,15.015999999999998,4,2,4,4,3,5,,61.535,3,6,4,1,2,5,"I don't distrust this chart, but also not sure where the info is from.",34.293,4,,15.262,2,7,3,4,1,5,6,40.286,6,6,6,6,5,6,9,8,,35.736999999999995,3,2,4,3,3,2,59.233000000000004,2,,14.300999999999998,2.0,1974.0,California,6.0,3.0,1.0,,2.0,,,4.0,4.0,2.0,82.285,612d247d45adec4a638aef83,"{""startTime"":1678929270258,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678929194090,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678929016338,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":34,""label"":""tour_started""},{""time"":19500,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5383,""week"":""42"",""id"":""chart""},{""time"":25900,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4215,""week"":""42"",""id"":""chart""},{""time"":30866,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2398,""week"":""47"",""id"":""chart""},{""time"":33314,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2416,""week"":""49"",""id"":""chart""},{""time"":36347,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3050,""week"":""1"",""id"":""chart""},{""time"":39616,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2480,""week"":""46"",""id"":""chart""},{""time"":42430,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2349,""week"":""45"",""id"":""chart""},{""time"":46430,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1833,""week"":""1"",""id"":""chart""},{""time"":48962,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1251,""week"":""52"",""id"":""chart""},{""time"":50228,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1502,""week"":""1"",""id"":""chart""},{""time"":53313,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1266,""week"":""1"",""id"":""chart""},{""time"":54631,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1164,""week"":""52"",""id"":""chart""},{""time"":55844,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1235,""week"":""1"",""id"":""chart""},{""time"":57112,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1083,""week"":""2"",""id"":""chart""},{""time"":60857,""label"":""tour_next"",""step"":2},{""time"":62747,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1798,""week"":""50"",""id"":""chart2""},{""time"":65628,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2566,""week"":""52"",""id"":""chart2""},{""time"":68228,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1683,""week"":""1"",""id"":""chart2""},{""time"":69927,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3470,""week"":""2"",""id"":""chart2""},{""time"":76121,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678929178097,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":8356,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1399,""week"":""3"",""id"":""chart""},{""time"":10572,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3523,""week"":""4"",""id"":""chart""}]}",0,simple,bar,1,0,0,Neutral,2.8,0,2,2,4.922,2.461,2216,15.0,0.5,0.0,0,0.5,1 +2023-03-15 21:02:43,2023-03-15 21:23:04,0,100,1220,1,2023-03-15 21:23:04,R_1g0FLNI5GKYVKpc,33.9372,-84.0791,EN,1,22.756999999999998,,,,,15.115,86,80,78,84.971,89.146,1,1,67.595,-3,-3,159.97899999999998,1,56.596000000000004,15.115,7,7,7,7,7,7,,20.87,6,6,7,3,6,7,I don't think there would be any reason to lie about the data presented in the visualization.,23.284000000000002,5,,8.538,2,7,3,4,1,5,6,18.192,3,3,8,7,2,6,8,10,,23.997,4,4,4,2,4,4,42.14,4,,4.513999999999999,1.0,1992.0,Georgia,6.0,1.0,1.0,,7.0,,,16.0,1.0,2.0,465.218,5f4b3cf86618635f0e7d250b,"{""startTime"":1678929023067,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":14,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1222,""week"":""2"",""id"":""chart""}]}","{""startTime"":1678929044449,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678928756937,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":22135,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3595,""week"":""3"",""id"":""chart""},{""time"":26836,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":30010,""week"":""6"",""id"":""chart""},{""label"":""window_blurred"",""time"":58462},{""label"":""window_focused"",""time"":70136},{""time"":70975,""label"":""tour_next"",""step"":2},{""time"":78882,""label"":""tour_end"",""step"":2},{""time"":79668,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2081,""week"":""2"",""id"":""chart""}]}","{""startTime"":1678929007528,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":7928,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1011,""week"":""2"",""id"":""chart""},{""time"":9000,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1792,""week"":""3"",""id"":""chart""}]}",0,moderate,bar,1,0,0,Positive,3.7,0,2,2,2.803,1.4015,1072,15.0,1.0,0.0,1,0.0,2 +2023-03-15 21:14:34,2023-03-15 21:23:08,0,100,513,1,2023-03-15 21:23:09,R_1d0lWHAfKSnoTBe,30.6032,-96.3136,EN,1,8.972000000000001,,,,,15.115,90,82,73,26.625,91.54299999999999,1,1,41.446000000000005,1,-3,39.117,1,44.7,15.01,6,6,6,6,6,6,,23.388,6,6,5,2,2,6,The visualization clearly labels all of the data and where the source is from.,22.186,5,,9.396,2,7,3,4,1,5,6,15.600999999999999,2,4,1,3,4,4,10,8,,17.075,3,4,5,2,5,4,23.471999999999998,1,,3.95,2.0,1996.0,Texas,9.0,3.0,1.0,,9.0,,College Station,4.0,4.0,1.0,66.403,6122b5527020257bf5aabc8e,"{""startTime"":1678929492887,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678929516870,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678929340495,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":9039,""label"":""tour_next"",""step"":5},{""time"":30340,""label"":""cleared_brush"",""using"":""Click""},{""time"":34870,""label"":""started_brush"",""startDate"":""2021-06-21"",""endDate"":""2021-08-08""},{""time"":35629,""label"":""tour_next"",""step"":5},{""time"":41862,""label"":""cleared_brush"",""using"":""Click""},{""time"":46132,""label"":""started_brush"",""startDate"":""2021-06-03"",""endDate"":""2021-07-20""},{""time"":54480,""label"":""moved_brush"",""startDate"":""2021-06-03"",""endDate"":""2021-07-20""},{""time"":55709,""label"":""moved_brush"",""startDate"":""2021-06-03"",""endDate"":""2021-07-28""},{""time"":56755,""label"":""moved_brush"",""startDate"":""2021-08-25"",""endDate"":""2021-10-19""},{""time"":57414,""label"":""tour_next"",""step"":5},{""time"":71548,""label"":""cleared_brush"",""using"":""Click""},{""time"":72879,""label"":""tour_next"",""step"":5},{""time"":76104,""label"":""tour_end"",""step"":5},{""time"":82180,""label"":""started_brush"",""startDate"":""2021-05-23"",""endDate"":""2021-06-08""},{""time"":84286,""label"":""moved_brush"",""startDate"":""2021-07-28"",""endDate"":""2021-08-13""},{""time"":86077,""label"":""moved_brush"",""startDate"":""2021-07-28"",""endDate"":""2021-12-31""},{""time"":89938,""label"":""moved_brush"",""startDate"":""2021-09-03"",""endDate"":""2022-02-07""}]}","{""startTime"":1678929477492,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":10994,""label"":""started_brush"",""startDate"":""2021-11-02"",""endDate"":""2022-01-01""}]}",0,complex,bar,1,1,0,Positive,3.8,1,1,0,0.0,0.0,0,15.0,1.0,0.5,1,1.0,3 +2023-03-15 21:12:53,2023-03-15 21:23:34,0,100,641,1,2023-03-15 21:23:35,R_11X8JD8XcYY4PID,42.5134,-83.0647,EN,1,4.769,1.0,3.0,1.0,4.334,15.02,59,27,39,48.773999999999994,36.397,-2,1,39.669000000000004,1,1,55.673,1,46.001999999999995,15.020999999999999,4,4,3,4,5,4,Opened the data source in a new tab just now and absolutely zero idea what I was looking at. Extremely confusing.,105.175,3,3,2,1,1,4,Don't know how cases of covid were reported or verified. E.g. don't know the source of the data and how trustworthy it is.,29.267,5,,18.596,2,7,3,4,1,5,6,26.455,2,6,6,7,3,6,8,8,,39.292,2,2,3,4,3,2,36.611,4,5.0,25.021,1.0,1985.0,Michigan,5.0,2.0,1.0,,7.0,,,7.0,4.0,2.0,44.035,614149e12ad52d5ea08555e9,"{""startTime"":1678929439481,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":42271},{""label"":""window_focused"",""time"":72089}]}","{""startTime"":1678929374540,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":150,""label"":""hovered"",""timeHovered"":1126,""week"":""2021-08-09""}]}","{""startTime"":1678929266117,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":4745,""label"":""hovered"",""timeHovered"":1458,""week"":""2022-01-03""},{""time"":21914,""label"":""tour_next"",""step"":2},{""time"":25733,""label"":""tour_end"",""step"":2},{""time"":30960,""label"":""hovered"",""timeHovered"":3938,""week"":""2022-01-03""}]}","{""startTime"":1678929359004,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":9708,""label"":""hovered"",""timeHovered"":1666,""week"":""2021-09-20""}]}",1,moderate,line,1,1,0,Negative,2.7,0,1,1,1.666,1.666,0,15.0,0.5,1.0,1,1.0,2 +2023-03-15 21:15:15,2023-03-15 21:23:53,0,100,517,1,2023-03-15 21:23:54,R_2644r2Io2JBlLZg,41.8502,-87.6736,EN,1,17.863,1.0,2.0,2.0,5.681,15.110999999999999,93,100,50,37.010999999999996,70.285,1,1,42.663999999999994,1,1,47.317,1,47.281000000000006,15.11,6,3,7,7,6,6,,10.284,7,7,6,3,6,7,It seems realistic and trustworthy. Seems very accurate.,21.489,5,,8.007,2,7,3,4,1,5,6,17.777,3,2,1,3,2,4,1,1,,30.515,4,5,4,2,5,4,32.181999999999995,5,1.0,16.249000000000002,2.0,2002.0,Illinois,2.0,3.0,1.0,,3.0,,,10.0,3.0,2.0,48.398999999999994,61366a0250ad37452b08b9a3,"{""startTime"":1678929574225,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678929533363,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":9130},{""label"":""window_focused"",""time"":10242},{""label"":""window_blurred"",""time"":10653},{""label"":""window_focused"",""time"":12110}]}","{""startTime"":1678929399369,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":9010,""label"":""tour_next"",""step"":5},{""time"":18228,""label"":""started_brush"",""startDate"":""2021-08-16"",""endDate"":""2022-02-13""},{""time"":18923,""label"":""tour_next"",""step"":5},{""time"":22359,""label"":""started_brush"",""startDate"":""2021-04-27"",""endDate"":""2021-08-08""},{""time"":23426,""label"":""cleared_brush"",""using"":""click""},{""time"":26380,""label"":""started_brush"",""startDate"":""2021-05-10"",""endDate"":""2021-08-20""},{""time"":28661,""label"":""cleared_brush"",""using"":""click""},{""time"":35163,""label"":""started_brush"",""startDate"":""2021-04-28"",""endDate"":""2021-07-10""},{""time"":36376,""label"":""moved_brush"",""startDate"":""2021-08-26"",""endDate"":""2021-11-07""},{""time"":37224,""label"":""moved_brush"",""startDate"":""2021-06-05"",""endDate"":""2021-08-16""},{""time"":37807,""label"":""tour_next"",""step"":5},{""time"":41042,""label"":""started_brush"",""startDate"":""2021-06-21"",""endDate"":""2021-09-11""},{""time"":42592,""label"":""moved_brush"",""startDate"":""2021-06-20"",""endDate"":""2021-09-10""},{""time"":43096,""label"":""cleared_brush"",""using"":""click""},{""time"":43940,""label"":""tour_next"",""step"":5},{""time"":49422,""label"":""tour_end"",""step"":5},{""time"":57726,""label"":""started_brush"",""startDate"":""2021-06-30"",""endDate"":""2022-02-05""},{""time"":58892,""label"":""moved_brush"",""startDate"":""2021-06-30"",""endDate"":""2022-02-05""},{""time"":59961,""label"":""moved_brush"",""startDate"":""2021-06-30"",""endDate"":""2022-02-05""},{""time"":60909,""label"":""moved_brush"",""startDate"":""2021-06-30"",""endDate"":""2022-02-05""},{""time"":61946,""label"":""moved_brush"",""startDate"":""2021-06-30"",""endDate"":""2022-02-05""},{""time"":62629,""label"":""moved_brush"",""startDate"":""2021-06-30"",""endDate"":""2022-02-05""},{""time"":63143,""label"":""moved_brush"",""startDate"":""2021-06-30"",""endDate"":""2022-02-05""},{""time"":64007,""label"":""cleared_brush"",""using"":""click""},{""time"":64009,""label"":""cleared_brush"",""using"":""Escape""},{""time"":66344,""label"":""started_brush"",""startDate"":""2021-10-08"",""endDate"":""2022-02-13""},{""time"":67237,""label"":""cleared_brush"",""using"":""click""},{""time"":67240,""label"":""cleared_brush"",""using"":""Escape""},{""time"":69289,""label"":""started_brush"",""startDate"":""2021-12-08"",""endDate"":""2022-02-13""}]}","{""startTime"":1678929517846,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":4598,""label"":""started_brush"",""startDate"":""2021-07-15"",""endDate"":""2022-02-13""},{""time"":5147,""label"":""moved_brush"",""startDate"":""2021-07-15"",""endDate"":""2022-02-13""},{""time"":5748,""label"":""moved_brush"",""startDate"":""2021-07-15"",""endDate"":""2022-02-13""},{""time"":7549,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-10""},{""time"":9765,""label"":""started_brush"",""startDate"":""2022-01-09"",""endDate"":""2022-01-11""},{""time"":10500,""label"":""cleared_brush"",""using"":""click""},{""time"":14114,""label"":""started_brush"",""startDate"":""2021-09-07"",""endDate"":""2021-10-06""}]}",1,complex,line,1,1,0,Positive,4.0,1,7,0,0.0,0.0,9516,15.0,1.0,1.0,1,1.0,3 +2023-03-15 21:04:16,2023-03-15 21:24:22,0,100,1205,1,2023-03-15 21:24:23,R_3smHkNO3ON3RBfG,33.7315,-84.4195,EN,1,4.0280000000000005,,,,,15.014000000000001,81,90,91,39.533,75.078,1,-3,95.178,-3,-3,76.665,1,84.035,15.012,6,6,6,6,6,6,,85.459,6,6,6,6,6,6,"It's clear and concise, I understand the data.",23.156,4,I am in the middle of road with that. ,43.428999999999995,2,7,3,4,1,5,6,16.031,6,6,7,7,5,6,7,6,,34.475,3,3,5,3,3,3,29.706,4,,5.58,1.0,1981.0,Georgia,6.0,2.0,1.0,,3.0,,,13.0,2.0,2.0,72.01100000000001,5ed7b5af65b9ae09f16de102,"{""startTime"":1678929357815,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":26,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":23499,""week"":""2"",""id"":""chart""}]}","{""startTime"":1678929443778,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678929182024,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":4086,""label"":""tour_next"",""step"":5},{""time"":16243,""label"":""cleared_brush"",""using"":""Click""},{""time"":28367,""label"":""started_brush"",""startDate"":""2021-06-14"",""endDate"":""2021-10-13""},{""time"":30323,""label"":""tour_next"",""step"":5},{""time"":33633,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-08-04""},{""time"":34301,""label"":""tour_next"",""step"":5},{""time"":37819,""label"":""cleared_brush"",""using"":""Click""},{""time"":37819,""label"":""cleared_brush"",""using"":""Escape""},{""time"":41704,""label"":""started_brush"",""startDate"":""2021-08-29"",""endDate"":""2021-10-25""},{""time"":42397,""label"":""tour_next"",""step"":5},{""time"":48497,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678929341920,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":8045,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1731,""week"":""52"",""id"":""chart""},{""time"":9911,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1549,""week"":""1"",""id"":""chart""}]}",0,complex,bar,0,2,0,Positive,3.3,0,2,2,3.28,1.64,1866,15.0,0.5,0.0,1,1.0,3 +2023-03-15 21:06:47,2023-03-15 21:25:30,0,100,1122,1,2023-03-15 21:25:31,R_3g8hm476IzhM0ui,40.5541,-111.9429,EN,1,17.308,1.0,3.0,1.0,9.704,15.038,100,100,50,23.553,237.172,1,1,65.11,1,1,78.947,1,57.773,15.116,6,6,6,7,7,6,No additional feedback to give.,65.12,6,6,6,5,4,6,"The different colored lines made it easy for me to figure out the data between the different age groups of vaccinated and unvaccinated people. It didn't see like there was anything deliberately misleading about it or anything lie that, so I trust it.",99.912,5,No additional feedback to give.,21.798000000000002,2,7,3,4,1,5,6,39.912,6,6,3,4,8,6,10,8,No additional feedback to give.,63.07,4,3,5,2,4,4,45.507,1,1.0,27.044,2.0,1987.0,Utah,6.0,3.0,1.0,,7.0,,,8.0,2.0,1.0,154.488,5e4a1730c94447480594cea4,"{""startTime"":1678929356484,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678929206346,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678928893308,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":35,""label"":""tour_started""},{""time"":17827,""label"":""hovered"",""timeHovered"":28733,""week"":""2022-01-10""},{""time"":48045,""label"":""hovered"",""timeHovered"":1050,""week"":""2021-08-16""},{""time"":51083,""label"":""hovered"",""timeHovered"":1315,""week"":""2022-01-17""},{""label"":""window_blurred"",""time"":61827},{""label"":""window_focused"",""time"":64512},{""time"":67812,""label"":""tour_next"",""step"":5},{""label"":""window_blurred"",""time"":85455},{""label"":""window_focused"",""time"":87174},{""time"":94234,""label"":""started_brush"",""startDate"":""2021-09-05"",""endDate"":""2022-02-13""},{""time"":96622,""label"":""tour_next"",""step"":5},{""time"":109753,""label"":""moved_brush"",""startDate"":""2021-05-15"",""endDate"":""2021-10-23""},{""time"":112483,""label"":""tour_next"",""step"":5},{""time"":129092,""label"":""cleared_brush"",""using"":""click""},{""time"":129101,""label"":""cleared_brush"",""using"":""Escape""},{""time"":132148,""label"":""tour_next"",""step"":5},{""time"":142806,""label"":""tour_end"",""step"":5},{""time"":156752,""label"":""started_brush"",""startDate"":""2021-10-31"",""endDate"":""2022-02-13""},{""time"":159717,""label"":""hovered"",""timeHovered"":1304,""week"":""2022-01-24""},{""time"":162171,""label"":""hovered"",""timeHovered"":1041,""week"":""2022-01-03""},{""time"":163278,""label"":""hovered"",""timeHovered"":3198,""week"":""2022-01-03""},{""time"":172095,""label"":""hovered"",""timeHovered"":2816,""week"":""2022-02-07""},{""time"":181350,""label"":""moved_brush"",""startDate"":""2021-07-24"",""endDate"":""2021-11-06""},{""time"":182242,""label"":""hovered"",""timeHovered"":3524,""week"":""2021-09-20""},{""time"":191949,""label"":""moved_brush"",""startDate"":""2021-10-08"",""endDate"":""2022-01-21""},{""time"":193430,""label"":""hovered"",""timeHovered"":1261,""week"":""2022-01-10""},{""time"":195384,""label"":""hovered"",""timeHovered"":1987,""week"":""2022-01-03""},{""time"":199253,""label"":""hovered"",""timeHovered"":1139,""week"":""2021-12-20""},{""time"":201235,""label"":""hovered"",""timeHovered"":1101,""week"":""2022-01-03""},{""time"":203520,""label"":""hovered"",""timeHovered"":1496,""week"":""2021-11-29""},{""time"":209727,""label"":""moved_brush"",""startDate"":""2021-08-01"",""endDate"":""2021-11-14""},{""time"":212418,""label"":""hovered"",""timeHovered"":3368,""week"":""2021-08-23""},{""time"":216121,""label"":""hovered"",""timeHovered"":1102,""week"":""2021-08-23""},{""time"":221228,""label"":""moved_brush"",""startDate"":""2021-08-27"",""endDate"":""2021-12-10""},{""time"":223138,""label"":""hovered"",""timeHovered"":1123,""week"":""2021-11-29""},{""time"":225702,""label"":""hovered"",""timeHovered"":1014,""week"":""2021-11-29""},{""time"":229560,""label"":""hovered"",""timeHovered"":1886,""week"":""2021-08-30""}]}","{""startTime"":1678929190390,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":11784,""label"":""started_brush"",""startDate"":""2021-09-23"",""endDate"":""2022-01-07""},{""time"":12577,""label"":""hovered"",""timeHovered"":2431,""week"":""2021-12-20""}]}",1,complex,line,1,1,0,Positive,3.7,1,2,1,2.431,2.431,793,15.0,1.0,1.0,1,1.0,3 +2023-03-15 21:15:28,2023-03-15 21:25:33,0,100,604,1,2023-03-15 21:25:34,R_AHi41qbTyQPPNaV,33.9521,-84.5475,EN,1,6.665,1.0,2.0,2.0,9.715,16.117,89,34,62,14.228,91.95100000000001,1,1,59.47,-2,1,67.038,1,34.65,15.975999999999999,6,3,6,6,6,6,no thank you,39.602,6,5,6,2,2,6,the facts look solid,12.238,4,no thank you,13.139000000000001,2,7,3,4,1,5,6,18.026,5,8,7,8,7,8,10,8,no thank you,33.451,4,3,4,2,3,5,40.938,3,1.0,13.58,2.0,1977.0,Georgia,3.0,3.0,1.0,,7.0,,,5.0,4.0,1.0,59.445,5adb40e0f6b58c0001fa33d3,"{""startTime"":1678929533551,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678929573620,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678929389458,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":11651,""label"":""hovered"",""timeHovered"":2694,""week"":""2021-08-16""},{""time"":14652,""label"":""hovered"",""timeHovered"":1668,""week"":""2021-08-09""},{""time"":30781,""label"":""tour_next"",""step"":5},{""time"":50786,""label"":""cleared_brush"",""using"":""click""},{""time"":53804,""label"":""cleared_brush"",""using"":""click""},{""time"":56318,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-07-26""},{""time"":57374,""label"":""tour_next"",""step"":5},{""time"":64718,""label"":""moved_brush"",""startDate"":""2021-04-25"",""endDate"":""2021-08-09""},{""time"":65529,""label"":""tour_next"",""step"":5},{""time"":77303,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-07-26""},{""time"":79557,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-07-26""},{""time"":83601,""label"":""cleared_brush"",""using"":""click""},{""time"":83602,""label"":""cleared_brush"",""using"":""Escape""},{""time"":85077,""label"":""tour_next"",""step"":5},{""time"":88525,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678929516971,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":12226,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-07-10""}]}",1,complex,line,0,1,0,Positive,3.5,1,1,0,0.0,0.0,0,15.0,1.0,0.5,1,1.0,3 +2023-03-15 21:18:10,2023-03-15 21:25:54,0,100,464,1,2023-03-15 21:25:55,R_9yFylgPpn3fcprz,37.7562,-122.4866,EN,1,4.053,1.0,4.0,1.0,43.263999999999996,15.011,92,90,63,13.769,34.069,1,1,62.538000000000004,-3,-3,38.994,1,27.23,15.007,6,4,5,6,6,6,,51.275,3,5,6,4,4,5,"I think I do, but not sure if the survey made up the charts.",13.270999999999999,4,,4.426,2,7,3,4,1,5,6,13.449000000000002,8,8,7,8,9,4,9,9,,14.013,3,2,2,4,3,2,20.709,2,1.0,7.159,2.0,1990.0,California,6.0,3.0,1.0,,2.0,,,17.0,1.0,2.0,34.825,5f473eafdbc4a2121ceae963,"{""startTime"":1678929706958,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678929758738,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678929593995,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":7656,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1849,""week"":""34"",""id"":""chart""},{""time"":9831,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5267,""week"":""35"",""id"":""chart""},{""time"":16214,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2108,""week"":""52"",""id"":""chart""},{""time"":18342,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1806,""week"":""1"",""id"":""chart""},{""time"":22010,""label"":""tour_next"",""step"":2},{""time"":29685,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678929691471,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":5930,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2259,""week"":""52"",""id"":""chart2""},{""time"":12892,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2047,""week"":""32"",""id"":""chart""}]}",1,simple,bar,1,0,0,Neutral,2.7,0,2,2,4.306,2.153,6962,15.0,1.0,0.0,1,1.0,1 +2023-03-15 21:16:31,2023-03-15 21:26:00,0,100,569,1,2023-03-15 21:26:01,R_yJWvkJlKJpWVh9n,40.7114,-74.0005,EN,1,16.000999999999998,1.0,3.0,1.0,4.958,15.107000000000001,95,96,50,18.269000000000002,25.381,1,-3,55.373000000000005,1,1,72.428,1,34.079,15.115,6,4,6,6,6,6,,18.673,6,6,6,4,6,6,The chart seems very comprehensible and also aligned with my own knowledge of the cases back in Jan and the spike. ,28.035999999999998,4,,11.892999999999999,2,7,3,4,1,5,6,15.55,4,7,7,4,5,6,9,8,,20.531999999999996,3,4,4,2,5,4,32.693000000000005,3,1.0,15.710999999999999,2.0,1993.0,New York,6.0,2.0,3.0,,2.0,,,8.0,2.0,2.0,122.92399999999999,6016dca5fdf98587f9a0ca71,"{""startTime"":1678929607325,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678929559428,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678929461895,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":13626,""label"":""hovered"",""timeHovered"":1240,""week"":""2021-12-06""},{""time"":17425,""label"":""tour_next"",""step"":2},{""time"":21028,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678929543596,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":10353,""label"":""hovered"",""timeHovered"":2619,""week"":""2022-01-31""}]}",1,simple,line,1,1,0,Positive,3.7,0,1,1,2.6189999999999998,2.6189999999999998,0,15.0,0.5,1.0,1,0.5,1 +2023-03-15 21:13:42,2023-03-15 21:27:14,0,100,811,1,2023-03-15 21:27:14,R_1E0srBrcs6saGsb,33.6528,-85.8417,EN,1,14.333,,,,,15.040999999999999,100,100,72,47.705,56.193999999999996,1,1,65.02600000000001,-3,-3,128.593,-2,65.843,15.046,4,3,4,6,7,5,,48.038000000000004,6,7,7,2,2,5,I don't know enough about insect and fungi related diseases in crops so I trust that there is a possibility that it is an accurate visualization.,114.319,4,,11.718,2,7,3,4,1,5,6,25.612,2,2,5,3,1,3,3,3,,25.581,5,5,5,1,5,5,32.668,4,,6.718999999999999,2.0,1997.0,Alabama,3.0,1.0,1.0,,3.0,,,3.0,1.0,2.0,63.434,5daca5b06aa37b00126c8d41,"{""startTime"":1678929605357,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678929452693,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678929313694,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":43,""label"":""tour_started""},{""time"":7283,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3618,""week"":""40"",""id"":""chart""},{""time"":15414,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1402,""week"":""26"",""id"":""chart""},{""time"":21581,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1650,""week"":""52"",""id"":""chart""},{""time"":27397,""label"":""tour_next"",""step"":2},{""time"":31494,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1884,""week"":""52"",""id"":""chart2""},{""time"":40621,""label"":""tour_end"",""step"":2},{""time"":49815,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1675,""week"":""28"",""id"":""chart2""},{""time"":52963,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1110,""week"":""32"",""id"":""chart""}]}","{""startTime"":1678929436576,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":3770,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2044,""week"":""52"",""id"":""chart2""},{""time"":8877,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2009,""week"":""1"",""id"":""chart""},{""time"":10953,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1060,""week"":""52"",""id"":""chart""}]}",0,simple,bar,2,0,0,Positive,4.3,0,3,3,5.113,1.7043333333333337,7183,15.0,1.0,0.0,0,1.0,1 +2023-03-15 21:17:51,2023-03-15 21:27:23,0,100,571,1,2023-03-15 21:27:23,R_ZaeqA4wmOYPx5OF,40.4856,-74.6265,EN,1,8.965,,,,,15.123,88,83,20,20.336,28.745,-3,1,53.138000000000005,1,-3,47.669,1,49.857,15.017999999999999,5,5,5,5,3,5,The dates within each month are distracting. Just use the week number.,57.735,4,6,4,2,2,5,I don't really know the source. But who would lie about this?,21.349,6,,11.933,2,7,3,4,1,5,6,24.34,1,2,9,5,1,8,6,7,,30.486,5,4,5,1,5,5,36.04,6,,9.4,1.0,1957.0,New Jersey,7.0,1.0,1.0,,7.0,,,17.0,4.0,2.0,83.885,614efa2878aa3275b54d0bdf,"{""startTime"":1678929623244,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678929681501,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678929524687,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":9179,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1486,""week"":""3"",""id"":""chart""},{""time"":17117,""label"":""tour_next"",""step"":2},{""time"":26545,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678929607412,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":6197,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2698,""week"":""52"",""id"":""chart""}]}",0,simple,bar,1,0,0,Positive,4.2,0,1,1,2.698,2.698,0,15.0,0.5,0.5,1,0.5,1 +2023-03-15 21:21:06,2023-03-15 21:27:39,0,100,392,1,2023-03-15 21:27:40,R_2rNNUZF6ROPnlkb,39.9947,-105.2366,EN,1,5.138,1.0,2.0,2.0,3.5610000000000004,15.01,100,63,82,9.644,13.870999999999999,1,-3,42.071000000000005,1,1,48.985,-1,47.483999999999995,15.009,7,5,7,7,6,7,,14.472000000000001,6,6,6,4,6,6,it looks professional and the data comes from the cdc,16.11,5,,8.546,2,7,3,4,1,5,6,14.007,3,4,7,7,3,6,10,11,,22.794,3,5,4,2,5,4,25.697,3,2.0,6.9639999999999995,1.0,2002.0,Colorado,3.0,1.0,1.0,,7.0,,,19.0,3.0,1.0,41.784,6293ec5a8c59ee7feb09eab7,"{""startTime"":1678929818464,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678929785047,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678929712222,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":8223,""label"":""tour_next"",""step"":2},{""time"":13013,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678929769281,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":9006,""label"":""hovered"",""timeHovered"":1107,""week"":""2022-01-31""}]}",1,simple,line,2,0,0,Positive,3.8,0,1,1,1.107,1.107,0,15.0,0.5,1.0,0,0.5,1 +2023-03-15 21:21:10,2023-03-15 21:28:38,0,100,448,1,2023-03-15 21:28:38,R_1llSKCS77zU6Gcg,34.3454,-86.274,EN,1,4.226,,,,,15.007,94,81,90,16.554000000000002,72.999,1,1,34.898,-3,-3,38.324,1,37.403,15.008,7,7,7,5,7,7,,23.07,7,7,7,3,2,7,I have no reason to believe this visualization is giving untrue data,26.339000000000002,6,,4.148,2,7,3,4,1,5,6,13.32,2,5,10,9,2,8,10,10,,17.177,4,5,5,2,5,4,12.215,4,,3.605,2.0,1982.0,Alabama,3.0,2.0,1.0,,9.0,,Guntersville,5.0,4.0,1.0,56.126000000000005,5bcc1fce4249b20001bc99f1,"{""startTime"":1678929897181,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678929847952,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678929719497,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":24,""label"":""tour_started""},{""time"":19519,""label"":""tour_next"",""step"":5},{""time"":32088,""label"":""started_brush"",""startDate"":""2021-09-03"",""endDate"":""2021-10-02""},{""time"":33070,""label"":""tour_next"",""step"":5},{""time"":38168,""label"":""moved_brush"",""startDate"":""2021-08-24"",""endDate"":""2021-09-21""},{""time"":41209,""label"":""moved_brush"",""startDate"":""2021-08-24"",""endDate"":""2021-11-22""},{""time"":41934,""label"":""tour_next"",""step"":5},{""time"":51122,""label"":""cleared_brush"",""using"":""Click""},{""time"":51122,""label"":""cleared_brush"",""using"":""Escape""},{""time"":53126,""label"":""tour_next"",""step"":5},{""time"":57390,""label"":""tour_end"",""step"":5},{""time"":64472,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2295,""week"":""1"",""id"":""chart""},{""time"":68891,""label"":""cleared_brush"",""using"":""Click""},{""time"":72098,""label"":""started_brush"",""startDate"":""2021-05-19"",""endDate"":""2021-10-25""}]}","{""startTime"":1678929832004,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":3468,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3608,""week"":""52"",""id"":""chart""},{""time"":12029,""label"":""started_brush"",""startDate"":""2021-10-31"",""endDate"":""2022-01-01""}]}",0,complex,bar,1,0,0,Positive,4.2,1,2,1,3.608,3.608,8561,15.0,1.0,0.0,1,1.0,3 +2023-03-15 21:14:59,2023-03-15 21:29:34,0,100,875,1,2023-03-15 21:29:35,R_3gR8CtsQWyshzfO,37.9653,-87.3902,EN,1,34.825,2.0,,2.0,4.059,15.007,2,98,99,31.878,144.621,1,-3,70.244,1,1,59.055,-2,52.606,15.107000000000001,1,1,1,6,3,1,,34.599000000000004,4,5,5,3,2,1,"I don't trust any numbers reguarding covid-19 infection of the unvaccinated or vaccinated. There was way way too many things counted as covid that were not and nuumbers and counts were fudged across all stake holders like hospitals, doctors, scientists, and the government in order to push their agendas and narratives.",102.265,2,,12.304,2,7,3,4,1,5,6,23.734,1,1,9,7,2,6,2,4,,51.663999999999994,4,4,5,2,4,4,42.693000000000005,6,4.0,22.660999999999998,1.0,1980.0,Indiana,3.0,2.0,1.0,,7.0,,,5.0,3.0,1.0,68.169,63356ce6be65e7962bfc424d,"{""startTime"":1678929780189,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678929622655,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":5920,""label"":""hovered"",""timeHovered"":2812,""week"":""2022-01-24""},{""time"":13959,""label"":""started_brush"",""startDate"":""2021-06-02"",""endDate"":""2022-02-13""},{""time"":19931,""label"":""moved_brush"",""startDate"":""2022-01-28"",""endDate"":""2022-02-13""},{""time"":24162,""label"":""moved_brush"",""startDate"":""2022-01-28"",""endDate"":""2022-02-13""}]}","{""startTime"":1678929407929,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":13484,""label"":""hovered"",""timeHovered"":5698,""week"":""2021-07-12""},{""time"":21099,""label"":""hovered"",""timeHovered"":2882,""week"":""2021-07-05""},{""time"":24365,""label"":""hovered"",""timeHovered"":1282,""week"":""2021-05-31""},{""time"":25731,""label"":""hovered"",""timeHovered"":1766,""week"":""2021-05-31""},{""time"":27914,""label"":""hovered"",""timeHovered"":6498,""week"":""2021-06-21""},{""time"":35698,""label"":""tour_next"",""step"":5},{""time"":53461,""label"":""cleared_brush"",""using"":""click""},{""time"":56185,""label"":""cleared_brush"",""using"":""click""},{""time"":64057,""label"":""started_brush"",""startDate"":""2021-09-04"",""endDate"":""2021-10-22""},{""time"":64923,""label"":""tour_next"",""step"":5},{""time"":75211,""label"":""moved_brush"",""startDate"":""2021-05-01"",""endDate"":""2021-06-18""},{""time"":82624,""label"":""moved_brush"",""startDate"":""2021-09-25"",""endDate"":""2021-11-12""},{""time"":83546,""label"":""tour_next"",""step"":5},{""time"":88938,""label"":""cleared_brush"",""using"":""click""},{""time"":88942,""label"":""cleared_brush"",""using"":""Escape""},{""time"":90984,""label"":""tour_next"",""step"":5},{""time"":96780,""label"":""tour_end"",""step"":5},{""time"":112948,""label"":""started_brush"",""startDate"":""2021-04-21"",""endDate"":""2021-05-18""},{""time"":142614,""label"":""moved_brush"",""startDate"":""2022-01-17"",""endDate"":""2022-02-13""}]}","{""startTime"":1678929606549,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":13184,""label"":""started_brush"",""startDate"":""2021-11-12"",""endDate"":""2022-01-04""}]}",1,complex,line,0,1,0,Negative,3.8,1,1,0,0.0,0.0,0,15.0,0.5,1.0,0,0.0,3 +2023-03-15 21:20:14,2023-03-15 21:30:32,0,100,617,1,2023-03-15 21:30:32,R_1oaPS87RQpgh5cB,34.0903,-118.3749,EN,1,7.973,1.0,4.0,2.0,3.928,15.008,53,64,66,13.425,82.395,1,1,80.86,1,1,129.7,1,38.431,15.109000000000002,6,6,6,6,7,6,,49.943000000000005,4,6,6,4,3,6,"It seems like a good way to represent data and the data seems accurate from what I remember, though I obviously don't have the numbers in front of me.",22.706999999999997,4,,6.7989999999999995,2,7,3,4,1,5,6,19.599,2,4,3,3,4,4,9,8,,18.561,5,4,4,1,4,5,15.995,2,1.0,7.082999999999999,2.0,1996.0,California,7.0,3.0,1.0,,7.0,,,9.0,4.0,1.0,56.43600000000001,61156cab775e1f9e2c3a4bfa,"{""startTime"":1678929838789,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678929800643,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678929663477,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":1699,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1274,""week"":""34"",""id"":""chart""},{""time"":4413,""label"":""tour_next"",""step"":5},{""time"":8218,""label"":""tour_back"",""step"":5},{""time"":9534,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1254,""week"":""50"",""id"":""chart""},{""time"":11452,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6387,""week"":""52"",""id"":""chart""},{""time"":24523,""label"":""tour_next"",""step"":5},{""time"":27851,""label"":""cleared_brush"",""using"":""Click""},{""time"":30502,""label"":""started_brush"",""startDate"":""2021-06-16"",""endDate"":""2021-07-15""},{""time"":31123,""label"":""started_brush"",""startDate"":""2021-09-03"",""endDate"":""2021-10-21""},{""time"":31796,""label"":""tour_next"",""step"":5},{""time"":35395,""label"":""started_brush"",""startDate"":""2021-07-15"",""endDate"":""2021-09-20""},{""time"":46213,""label"":""cleared_brush"",""using"":""Click""},{""time"":48568,""label"":""cleared_brush"",""using"":""Click""},{""time"":49879,""label"":""cleared_brush"",""using"":""Click""},{""time"":51131,""label"":""started_brush"",""startDate"":""2021-10-28"",""endDate"":""2021-11-24""},{""time"":53710,""label"":""moved_brush"",""startDate"":""2021-10-28"",""endDate"":""2022-01-08""},{""time"":56234,""label"":""tour_next"",""step"":5},{""time"":62010,""label"":""cleared_brush"",""using"":""Click""},{""time"":63093,""label"":""tour_next"",""step"":5},{""time"":65018,""label"":""tour_end"",""step"":5},{""time"":66456,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1462,""week"":""51"",""id"":""chart""},{""time"":68327,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4248,""week"":""51"",""id"":""chart""},{""time"":73462,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1870,""week"":""1"",""id"":""chart""},{""time"":75356,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1895,""week"":""2"",""id"":""chart""}]}","{""startTime"":1678929785027,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":232,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1841,""week"":""47"",""id"":""chart""},{""time"":4112,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2001,""week"":""52"",""id"":""chart""},{""time"":6154,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1418,""week"":""1"",""id"":""chart""}]}",1,complex,bar,1,1,0,Positive,3.8,0,3,3,5.26,1.7533333333333332,5922,15.0,1.0,1.0,1,1.0,3 +2023-03-15 21:23:59,2023-03-15 21:30:46,0,100,406,1,2023-03-15 21:30:46,R_Y0jMxRO4A207PBT,33.5879,-117.6974,EN,1,4.2410000000000005,,,,,15.02,99,99,51,12.780999999999999,24.315,1,1,19.524,1,1,51.735,1,28.353,15.023,5,6,5,6,6,5,,23.473000000000003,6,6,4,1,2,5,I don't see any reason why the data would be manipulated and it is presented clearly. It seems like seasonal variations in weather could cause the spikes in disease.,33.825,1,,7.9510000000000005,2,7,3,4,1,5,6,14.075999999999999,1,1,5,5,1,3,3,5,,21.093000000000004,3,4,4,2,4,4,27.793000000000003,5,,5.466,1.0,1988.0,California,3.0,2.0,1.0,,7.0,,,6.0,4.0,2.0,53.475,5e1a7114a90da52e206de7ea,"{""startTime"":1678929994937,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678929939194,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678929879117,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":11817,""label"":""hovered"",""timeHovered"":3790,""week"":""2021-12-27""},{""time"":17440,""label"":""tour_next"",""step"":2},{""time"":21976,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678929923737,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":10677,""label"":""hovered"",""timeHovered"":1739,""week"":""2021-12-27""}]}",0,simple,line,1,1,0,Positive,3.5,0,1,1,1.739,1.739,0,15.0,1.0,1.0,1,1.0,1 +2023-03-15 21:18:54,2023-03-15 21:30:49,0,100,714,1,2023-03-15 21:30:50,R_3fADeCqzCrwYlau,43.0812,-89.3845,EN,1,14.729000000000001,,,,,15.009,100,100,54,32.461999999999996,115.677,1,1,36.117,1,1,53.298,1,38.255,15.11,6,5,6,6,6,6,"Like I said, I basically trust the data, but there seems to be an issue with the interactive part of the visualization where the fungus/insect colors don't match the key. I'm not sure if this was a deliberate part of the study or not.",68.86399999999999,6,6,6,4,2,6,"Actually, I just noticed that maybe the colors of the fungi and insects don't match between the interactive part and the key; so maybe I don't. But now I don't remember if it was like that in all of the times I saw it or just last time. But other than that it seems like a good and comprehensive graph.",70.339,5,,10.98,2,7,3,4,1,5,6,17.9,1,1,1,3,3,1,10,9,,26.101999999999997,4,4,5,1,5,5,24.441,1,,6.632999999999999,1.0,1987.0,Wisconsin,7.0,2.0,1.0,,7.0,,,3.0,2.0,1.0,69.28699999999999,5b5e7e643bac1d0001f9bf28,"{""startTime"":1678929914629,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":10687,""label"":""hovered"",""timeHovered"":1538,""week"":""2022-01-17""},{""time"":12237,""label"":""hovered"",""timeHovered"":1272,""week"":""2022-01-17""}]}","{""startTime"":1678929777601,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":28258,""label"":""hovered"",""timeHovered"":2580,""week"":""2022-01-03""},{""time"":33176,""label"":""hovered"",""timeHovered"":1558,""week"":""2021-12-27""},{""time"":34745,""label"":""hovered"",""timeHovered"":1156,""week"":""2021-12-27""},{""time"":42582,""label"":""hovered"",""timeHovered"":1456,""week"":""2022-01-31""},{""time"":56184,""label"":""hovered"",""timeHovered"":2239,""week"":""2022-01-31""},{""time"":59337,""label"":""hovered"",""timeHovered"":1655,""week"":""2022-01-31""}]}","{""startTime"":1678929606224,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":8109,""label"":""hovered"",""timeHovered"":1401,""week"":""2021-10-18""},{""time"":39115,""label"":""tour_next"",""step"":5},{""time"":58046,""label"":""started_brush"",""startDate"":""2021-06-18"",""endDate"":""2021-09-07""},{""time"":59341,""label"":""tour_next"",""step"":5},{""time"":63949,""label"":""moved_brush"",""startDate"":""2021-06-18"",""endDate"":""2021-09-07""},{""time"":67267,""label"":""moved_brush"",""startDate"":""2021-06-18"",""endDate"":""2022-02-13""},{""time"":71826,""label"":""moved_brush"",""startDate"":""2021-12-10"",""endDate"":""2022-02-13""},{""time"":72839,""label"":""tour_next"",""step"":5},{""time"":77702,""label"":""cleared_brush"",""using"":""click""},{""time"":79184,""label"":""tour_next"",""step"":5},{""time"":90269,""label"":""tour_end"",""step"":5},{""time"":105274,""label"":""started_brush"",""startDate"":""2021-08-27"",""endDate"":""2021-11-19""},{""time"":107587,""label"":""moved_brush"",""startDate"":""2021-08-27"",""endDate"":""2021-11-19""},{""time"":108468,""label"":""cleared_brush"",""using"":""click""}]}","{""startTime"":1678929761870,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line,0,1,0,Negative,4.0,0,0,0,0.0,0.0,0,15.0,1.0,1.0,1,1.0,3 +2023-03-15 21:21:17,2023-03-15 21:31:34,0,100,616,1,2023-03-15 21:31:35,R_1Q5gKFqyuwRXSAm,32.3151,-86.2449,EN,1,5.1370000000000005,,,,,15.01,91,94,79,24.948,29.087,1,1,64.95100000000001,1,1,67.016,1,88.583,15.120999999999999,5,6,6,6,4,5,,35.155,6,6,6,3,2,6,"I don't know anything about the topic, but it seems reasonable to believe in the data shown here. It has numbers that span over a period of time which shows a pretty big picture too.",87.70100000000001,5,,8.049,2,7,3,4,1,5,6,18.732,4,4,1,4,4,2,9,6,,20.261,4,4,4,2,4,4,20.781,1,,4.353,2.0,1993.0,Alabama,6.0,3.0,1.0,,9.0,,Montgomery,3.0,3.0,2.0,57.687,5aef97b09516fe00010959f4,"{""startTime"":1678929956512,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678929846644,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678929735254,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":13797,""label"":""hovered"",""timeHovered"":3443,""week"":""2021-10-11""},{""time"":23005,""label"":""tour_next"",""step"":2},{""time"":26642,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678929830866,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,line,1,1,0,Positive,3.7,0,0,0,0.0,0.0,0,15.0,1.0,1.0,1,1.0,1 +2023-03-15 21:07:08,2023-03-15 21:31:56,0,100,1488,1,2023-03-15 21:31:57,R_3IRwMATmZEoo2i1,40.2917,-79.4054,EN,1,35.906,2.0,,2.0,9.957,15.022,69,33,79,52.76,159.575,-2,1,100.604,-1,-3,114.89299999999999,-3,37.786,15.110999999999999,4,5,4,5,7,5,"I see the CDC is the source now, in the previous question I answered I didn't know where the data was obtained because i didn't notice the CDC notation under the chart, unless it wasn't there? :)",95.655,5,4,3,5,3,4,"I have no idea how the data was gathered, if this is a 'dishonest' research study, etc. Where did the visualization come from? Who provided the data? How was it collected? ",61.763999999999996,6,"Thank you, good luck! ",21.93,2,7,3,4,1,5,6,26.697,3,5,4,4,7,6,10,8,,34.845,2,4,4,4,5,3,40.455,3,1.0,13.667,2.0,1967.0,Pennsylvania,3.0,1.0,1.0,,7.0,,,3.0,4.0,1.0,363.907,6066736bd2119d9d5f7232eb,"{""startTime"":1678929297889,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678929169429,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":7170,""label"":""started_brush"",""startDate"":""2021-11-01"",""endDate"":""2022-01-02""},{""time"":11060,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1496,""week"":""52"",""id"":""chart""},{""time"":17522,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2418,""week"":""52"",""id"":""chart""},{""time"":19993,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1946,""week"":""51"",""id"":""chart""}]}","{""startTime"":1678928954753,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":25,""label"":""tour_started""},{""time"":30396,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3931,""week"":""52"",""id"":""chart""},{""time"":35837,""label"":""tour_next"",""step"":5},{""time"":56566,""label"":""started_brush"",""startDate"":""2021-05-04"",""endDate"":""2021-08-01""},{""time"":58188,""label"":""tour_next"",""step"":5},{""time"":70967,""label"":""moved_brush"",""startDate"":""2021-06-01"",""endDate"":""2021-08-29""},{""time"":73131,""label"":""tour_next"",""step"":5},{""time"":79682,""label"":""cleared_brush"",""using"":""Click""},{""time"":79682,""label"":""cleared_brush"",""using"":""Escape""},{""time"":85658,""label"":""tour_next"",""step"":5},{""time"":95075,""label"":""tour_end"",""step"":5},{""time"":99363,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5145,""week"":""52"",""id"":""chart""},{""time"":104919,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3003,""week"":""52"",""id"":""chart""},{""time"":108601,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1218,""week"":""51"",""id"":""chart""},{""time"":109917,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8042,""week"":""52"",""id"":""chart""},{""time"":129475,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3049,""week"":""15"",""id"":""chart""},{""time"":132533,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1051,""week"":""15"",""id"":""chart""},{""time"":135727,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1247,""week"":""16"",""id"":""chart""}]}","{""startTime"":1678929153598,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":3169,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3238,""week"":""1"",""id"":""chart""}]}",1,complex,bar,1,0,0,Negative,3.7,0,1,1,3.238,3.238,0,15.0,0.5,0.0,0,0.0,3 +2023-03-15 21:19:49,2023-03-15 21:32:26,0,100,757,1,2023-03-15 21:32:26,R_1EgledL37tT9QJV,32.0563,-81.05,EN,1,41.369,1.0,3.0,1.0,8.895,15.113,92,100,100,30.98,37.969,1,1,39.896,-3,1,94.603,-1,44.325,15.01,6,5,6,7,7,6,,69.92,7,7,7,7,7,7,The visualization matches the numbers. There doesn't appear to be any trickery. ,60.422,6,,22.838,2,7,3,4,1,5,6,28.598000000000003,4,4,1,4,3,1,8,7,,44.848,3,5,5,2,5,4,39.551,1,1.0,15.209000000000001,2.0,1994.0,Georgia,7.0,2.0,1.0,,9.0,,Savannah,5.0,4.0,1.0,86.507,6412602f8dbfc5b8426867f2,"{""startTime"":1678929852511,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":12282,""label"":""source_clicked""},{""label"":""window_blurred"",""time"":12307},{""label"":""window_focused"",""time"":18897},{""label"":""window_blurred"",""time"":22145},{""label"":""window_focused"",""time"":27461},{""time"":51771,""label"":""hovered"",""timeHovered"":9542,""week"":""2022-01-10""}]}","{""startTime"":1678929923073,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678929703209,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":1988,""label"":""hovered"",""timeHovered"":3372,""week"":""2021-12-20""},{""time"":10373,""label"":""hovered"",""timeHovered"":3825,""week"":""2021-09-13""},{""time"":15353,""label"":""hovered"",""timeHovered"":1790,""week"":""2021-11-22""},{""time"":19080,""label"":""hovered"",""timeHovered"":2455,""week"":""2022-01-10""},{""time"":22915,""label"":""tour_next"",""step"":2},{""time"":27152,""label"":""tour_end"",""step"":2},{""time"":30046,""label"":""hovered"",""timeHovered"":1933,""week"":""2021-11-08""}]}","{""startTime"":1678929836917,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7598,""label"":""hovered"",""timeHovered"":2093,""week"":""2022-01-10""},{""time"":11267,""label"":""hovered"",""timeHovered"":1175,""week"":""2022-01-10""},{""time"":12448,""label"":""hovered"",""timeHovered"":1487,""week"":""2022-01-10""}]}",1,moderate,line,1,0,0,Positive,4.0,0,3,3,4.755,1.585,4850,15.0,1.0,0.5,0,0.5,2 +2023-03-15 21:22:46,2023-03-15 21:33:24,0,100,637,1,2023-03-15 21:33:25,R_12gR0QmA3TNVDNl,43.1503,-77.5881,EN,1,8.89,,,,,15.008,88,87,70,15.635,81.685,1,-2,90.34299999999999,1,1,22.84,1,45.458,15.024000000000001,3,2,3,4,2,2,The color key w/in the static and interactive maps have different color coding. ,72.595,2,2,5,2,1,2,The key for the static vs. interactive visualizations are inconsistent. ,27.537,4,,6.5360000000000005,2,7,3,4,1,5,6,19.346,4,5,3,4,7,4,9,9,,19.401,4,4,4,2,4,4,18.2,2,,4.19,2.0,1993.0,New York,7.0,3.0,1.0,,7.0,,,11.0,3.0,2.0,109.262,5ec3f446aa5afd2881e19363,"{""startTime"":1678929957236,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":14046,""label"":""hovered"",""timeHovered"":8716,""week"":""2022-01-03""},{""time"":48991,""label"":""hovered"",""timeHovered"":1891,""week"":""2021-11-22""}]}","{""startTime"":1678930030451,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":3616,""label"":""hovered"",""timeHovered"":1615,""week"":""2021-12-20""},{""time"":5764,""label"":""hovered"",""timeHovered"":4334,""week"":""2022-01-03""}]}","{""startTime"":1678929813409,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":6175,""label"":""hovered"",""timeHovered"":7872,""week"":""2021-08-23""},{""time"":15297,""label"":""hovered"",""timeHovered"":2631,""week"":""2022-01-03""},{""time"":18710,""label"":""hovered"",""timeHovered"":3877,""week"":""2021-12-27""},{""time"":28615,""label"":""tour_next"",""step"":5},{""time"":50846,""label"":""cleared_brush"",""using"":""click""},{""time"":55145,""label"":""started_brush"",""startDate"":""2021-09-26"",""endDate"":""2022-02-13""},{""time"":57991,""label"":""moved_brush"",""startDate"":""2021-05-27"",""endDate"":""2021-10-14""},{""time"":58928,""label"":""tour_next"",""step"":5},{""time"":63644,""label"":""moved_brush"",""startDate"":""2021-05-27"",""endDate"":""2021-12-17""},{""time"":64989,""label"":""tour_next"",""step"":5},{""time"":71694,""label"":""cleared_brush"",""using"":""click""},{""time"":71698,""label"":""cleared_brush"",""using"":""Escape""},{""time"":72978,""label"":""tour_next"",""step"":5},{""time"":77486,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678929941681,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":4070,""label"":""hovered"",""timeHovered"":1453,""week"":""2021-09-06""}]}",0,complex,line,0,1,0,Negative,3.7,0,1,1,1.453,1.453,0,15.0,0.5,1.0,1,1.0,3 +2023-03-15 21:21:14,2023-03-15 21:33:25,0,100,731,1,2023-03-15 21:33:26,R_22y49Pr15ubkmpV,39.9587,-82.9987,EN,1,6.6,,,,,15.012,92,93,75,46.672,53.41,1,1,60.0,1,1,148.765,1,29.725,15.009,4,4,4,5,5,4,,35.141999999999996,4,5,5,1,4,4,I feel like I don't know enough about it. Who created it? Is it verified? etc.,34.634,6,,13.617,2,7,3,4,1,5,6,22.526,5,9,5,8,8,6,11,10,,47.07899999999999,2,2,4,3,3,3,51.928999999999995,1,,6.73,2.0,1988.0,Michigan,6.0,3.0,1.0,,9.0,,Bear Lake,9.0,4.0,1.0,60.31399999999999,610855877c8363d76b3e6338,"{""startTime"":1678930001137,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":130,""label"":""hovered"",""timeHovered"":1737,""week"":""2022-01-10""},{""time"":2881,""label"":""hovered"",""timeHovered"":1004,""week"":""2022-01-10""}]}","{""startTime"":1678930037574,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678929779923,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":13764,""label"":""hovered"",""timeHovered"":1100,""week"":""2021-12-20""},{""time"":16565,""label"":""hovered"",""timeHovered"":5735,""week"":""2022-01-10""},{""time"":25323,""label"":""tour_next"",""step"":2},{""time"":30387,""label"":""tour_end"",""step"":2},{""time"":36311,""label"":""hovered"",""timeHovered"":1112,""week"":""2022-01-10""},{""time"":42628,""label"":""hovered"",""timeHovered"":2321,""week"":""2021-08-23""},{""time"":47243,""label"":""hovered"",""timeHovered"":1228,""week"":""2021-09-13""}]}","{""startTime"":1678929984183,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7931,""label"":""hovered"",""timeHovered"":1115,""week"":""2022-01-03""},{""time"":9868,""label"":""hovered"",""timeHovered"":4155,""week"":""2022-01-03""}]}",0,moderate,line,1,0,0,Negative,2.8,0,2,2,5.27,2.635,1937,15.0,1.0,1.0,1,1.0,2 +2023-03-15 21:26:20,2023-03-15 21:33:47,0,100,446,1,2023-03-15 21:33:47,R_xaTqLFnMn6jUN5n,31.1498,-85.369,EN,1,6.524,,,,,15.008,78,100,56,15.682,30.523000000000003,1,1,27.925,-3,-3,75.664,1,36.732,15.011,5,6,5,6,6,6,,27.178,4,6,6,4,4,5,I don't know where they are getting the data.,9.798,6,,8.536,2,7,3,4,1,5,6,13.747,6,6,6,6,6,6,6,6,,36.672,3,4,4,2,4,4,18.336,4,,3.61,2.0,1990.0,Alabama,2.0,3.0,1.0,,7.0,,,9.0,3.0,1.0,39.481,62b0d68496379e085ae5d793,"{""startTime"":1678930147611,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":239,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1687,""week"":""1"",""id"":""chart""},{""time"":2431,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1618,""week"":""2"",""id"":""chart""}]}","{""startTime"":1678930175230,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678930024455,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":22,""label"":""tour_started""},{""time"":7862,""label"":""tour_next"",""step"":2},{""time"":11789,""label"":""tour_end"",""step"":2},{""time"":16489,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4364,""week"":""52"",""id"":""chart""},{""time"":22313,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2619,""week"":""52"",""id"":""chart""},{""time"":25013,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1722,""week"":""51"",""id"":""chart""}]}","{""startTime"":1678930132185,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":4715,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2399,""week"":""1"",""id"":""chart""},{""time"":8028,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3091,""week"":""50"",""id"":""chart""},{""time"":11167,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1047,""week"":""51"",""id"":""chart""}]}",0,moderate,bar,1,0,0,Negative,3.5,0,3,3,6.537000000000001,2.1790000000000003,6452,15.0,1.0,0.0,1,0.0,2 +2023-03-15 21:27:05,2023-03-15 21:34:54,0,100,469,1,2023-03-15 21:34:55,R_3nGF4bARqRFo5Di,36.1788,-115.1715,EN,1,3.0439999999999996,,,,,15.019,91,100,76,15.453,22.388,1,1,56.318999999999996,-2,-3,68.382,1,42.696999999999996,15.12,6,6,7,7,7,7,,30.825,7,7,7,6,5,7,"Because it links the Croatian Agricultural Ministry (or something like that) source at the bottom, and the data looks legit.",44.629,4,,6.6339999999999995,2,7,3,4,1,5,6,15.591,5,6,4,7,6,5,11,10,,16.055,5,5,5,1,5,5,14.069,2,,3.286,1.0,1997.0,Nevada,5.0,3.0,1.0,,5.0,,,4.0,4.0,1.0,49.278,5cfb6018bdfd56001820466f,"{""startTime"":1678930229849,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":12219},{""label"":""window_focused"",""time"":22029}]}","{""startTime"":1678930163628,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678930068555,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":10310,""label"":""tour_next"",""step"":2},{""time"":16205,""label"":""tour_end"",""step"":2},{""time"":18468,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1145,""week"":""52"",""id"":""chart2""},{""time"":20121,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1526,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678930148144,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":3975,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1544,""week"":""52"",""id"":""chart2""}]}",0,simple,bar,1,0,0,Positive,4.3,0,1,1,1.544,1.544,0,15.0,1.0,0.0,1,1.0,1 +2023-03-15 21:26:10,2023-03-15 21:35:42,0,100,571,1,2023-03-15 21:35:43,R_3fjizYOzJhJgzQU,40.7406,-111.823,EN,1,78.84,,,,,15.107000000000001,71,63,57,53.615,19.07,1,1,62.629,1,1,44.902,-1,30.561,15.107999999999999,6,3,6,6,5,6,,40.353,6,6,6,2,1,6,"The source of the data seems reputable, and it seems to be presented in a more factual way that limits bias.",39.975,5,,8.046,2,7,3,4,1,5,6,22.346999999999998,3,4,5,7,5,5,8,9,,22.066,4,4,4,2,4,4,25.772,2,,2.522,1.0,2000.0,Utah,6.0,3.0,1.0,,7.0,,,7.0,4.0,2.0,36.925,607b58309b190663ca83c23f,"{""startTime"":1678930277253,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":18340},{""label"":""window_focused"",""time"":22478}]}","{""startTime"":1678930215539,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678930134847,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":6921,""label"":""tour_next"",""step"":2},{""time"":9263,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678930199855,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":4479,""label"":""hovered"",""timeHovered"":1118,""week"":""2022-01-03""}]}",0,moderate,line,2,0,0,Positive,3.7,0,1,1,1.1179999999999999,1.1179999999999999,0,15.0,1.0,1.0,0,1.0,2 +2023-03-15 21:26:16,2023-03-15 21:35:51,0,100,575,1,2023-03-15 21:35:52,R_2flnl1kA43DxTD6,47.0111,-122.875,EN,1,6.5329999999999995,1.0,4.0,2.0,6.532,15.11,100,100,84,39.381,53.128,1,1,42.411,1,1,50.313,1,32.083,15.012,6,6,6,6,6,6,,30.653000000000002,6,7,6,6,6,6,"Although I'm not 100% confident in the CDC, they have access to the biggest database of Covid infections and have the resources to gather and present their best efforts when it comes to providing the data to the public. ",74.458,4,,7.817,2,7,3,4,1,5,6,13.832,6,6,3,4,7,4,10,9,,26.766,2,3,1,4,4,2,25.671999999999997,2,1.0,13.298,2.0,1967.0,Washington,6.0,2.0,1.0,,7.0,,,6.0,4.0,1.0,75.874,5c5fc0136467ac0001b80940,"{""startTime"":1678930170225,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678930201319,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678930057980,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":6112,""label"":""hovered"",""timeHovered"":1734,""week"":""2021-09-13""},{""time"":21623,""label"":""tour_next"",""step"":2},{""time"":27443,""label"":""tour_end"",""step"":2},{""time"":28619,""label"":""hovered"",""timeHovered"":1231,""week"":""2021-12-27""},{""time"":32355,""label"":""hovered"",""timeHovered"":3649,""week"":""2021-04-12""},{""time"":44651,""label"":""hovered"",""timeHovered"":1425,""week"":""2021-12-27""}]}","{""startTime"":1678930154476,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":4699,""label"":""hovered"",""timeHovered"":2675,""week"":""2021-12-27""},{""time"":11319,""label"":""hovered"",""timeHovered"":2218,""week"":""2022-02-07""},{""time"":13717,""label"":""hovered"",""timeHovered"":1658,""week"":""2022-01-31""}]}",1,simple,line,1,0,0,Positive,2.7,0,3,3,6.551,2.183666666666667,9018,15.0,1.0,1.0,1,1.0,1 +2023-03-15 21:28:07,2023-03-15 21:36:01,0,100,473,1,2023-03-15 21:36:01,R_3JJYM9m6Ezqe0YB,38.8768,-104.81200000000001,EN,1,5.532,,,,,15.115,100,100,100,16.244,55.586999999999996,1,1,33.975,1,1,29.535,1,42.69,15.01,6,6,6,6,6,6,,22.134,7,7,7,2,3,6,the data is displayed in a which in which I can get specific pieces of data and view it accurately. I have control over it and it is plotted in an unbiased way. Also it comes from a reputable source,58.85,4,,11.27,2,7,3,4,1,5,6,18.826,3,8,8,6,3,6,11,11,,22.741999999999997,3,3,4,3,3,3,32.672,2,,6.992000000000001,1.0,1999.0,Colorado,6.0,3.0,1.0,,7.0,,,18.0,4.0,2.0,42.948,63ea72008c84049045b492c7,"{""startTime"":1678930249396,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930272326,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930134760,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":14149,""label"":""tour_next"",""step"":5},{""time"":23181,""label"":""cleared_brush"",""using"":""click""},{""time"":27916,""label"":""started_brush"",""startDate"":""2021-06-09"",""endDate"":""2021-08-06""},{""time"":28721,""label"":""tour_next"",""step"":5},{""time"":30036,""label"":""moved_brush"",""startDate"":""2021-06-09"",""endDate"":""2021-08-06""},{""time"":31804,""label"":""moved_brush"",""startDate"":""2021-09-21"",""endDate"":""2021-11-18""},{""time"":33885,""label"":""tour_next"",""step"":5},{""time"":39989,""label"":""moved_brush"",""startDate"":""2021-06-15"",""endDate"":""2021-08-12""},{""time"":42477,""label"":""cleared_brush"",""using"":""click""},{""time"":42478,""label"":""cleared_brush"",""using"":""Escape""},{""time"":44139,""label"":""tour_next"",""step"":5},{""time"":46607,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678930233755,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":5754,""label"":""hovered"",""timeHovered"":1497,""week"":""2021-12-20""}]}",0,complex,line,1,1,0,Positive,3.2,0,1,1,1.4969999999999999,1.4969999999999999,0,15.0,1.0,1.0,1,1.0,3 +2023-03-15 21:23:06,2023-03-15 21:36:30,0,100,803,1,2023-03-15 21:36:30,R_bsDAFObH3ysFXJT,42.5231,-96.396,EN,1,13.479000000000001,2.0,,2.0,2.424,15.008,62,71,50,14.362,25.166999999999998,-2,1,107.866,-3,-3,87.26299999999999,-1,235.05700000000002,15.008,5,3,4,5,5,5,,16.207,4,5,4,3,4,5,It seems realistic but not sure how accurate it actually is,20.603,4,,6.388999999999999,2,7,3,4,1,5,6,18.542,4,5,8,7,4,5,9,9,,23.389,3,2,2,3,3,4,20.146,6,2.0,14.843,2.0,2001.0,Nebraska,3.0,3.0,1.0,,7.0,,,12.0,2.0,2.0,127.178,611d2be161ceef6c9d25af13,"{""startTime"":1678929991617,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678930008479,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678929842262,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":9804,""label"":""tour_next"",""step"":2},{""time"":13701,""label"":""tour_end"",""step"":2},{""time"":14448,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2035,""week"":""33"",""id"":""chart""},{""time"":18648,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3092,""week"":""52"",""id"":""chart""},{""time"":22453,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2164,""week"":""52"",""id"":""chart2""}]}","{""startTime"":1678929976049,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":2915,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1523,""week"":""52"",""id"":""chart2""},{""time"":4824,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1165,""week"":""52"",""id"":""chart""},{""time"":6663,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2380,""week"":""52"",""id"":""chart""}]}",1,simple,bar,0,1,0,Neutral,2.8,0,3,3,5.0680000000000005,1.6893333333333331,3748,15.0,0.5,0.0,0,0.5,1 +2023-03-15 21:15:02,2023-03-15 21:36:32,0,100,1290,1,2023-03-15 21:36:33,R_3jZhAAXVx0xwbUz,30.4908,-84.3158,EN,1,9.306000000000001,,,,,15.112,100,3,17,20.898000000000003,227.13099999999997,1,-2,67.242,-1,-3,189.81599999999997,1,91.535,15.01,4,5,4,5,6,4,,49.809,6,5,5,5,2,6,"I agreed with the statement because the question started with ""assume the data is trustworthy"" therefore, if the data was trustworthy, I trust the visualization to represent that",91.125,4,,7.901,2,7,3,4,1,5,6,26.462,1,5,2,3,4,3,10,8,,29.201,3,2,5,3,3,3,41.361999999999995,1,,8.541,2.0,2003.0,Florida,2.0,1.0,1.0,,9.0,,NORTH LAUDERDALE,5.0,4.0,1.0,244.945,61650ba8e42101c561bf7335,"{""startTime"":1678929893172,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":31623},{""label"":""window_focused"",""time"":36706}]}","{""startTime"":1678929944420,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678929458867,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":30,""label"":""tour_started""},{""time"":179444,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4012,""week"":""49"",""id"":""chart""},{""time"":186869,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1249,""week"":""52"",""id"":""chart""},{""time"":191409,""label"":""tour_next"",""step"":2},{""time"":195614,""label"":""tour_end"",""step"":2},{""time"":201003,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":24012,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678929877580,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":7893,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1531,""week"":""1"",""id"":""chart""},{""time"":9809,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4874,""week"":""49"",""id"":""chart""}]}",0,moderate,bar,1,0,0,Positive,3.2,0,2,2,6.405,3.2025,1916,15.0,0.5,0.0,1,0.0,2 +2023-03-15 21:29:06,2023-03-15 21:36:46,0,100,459,1,2023-03-15 21:36:47,R_yqAf1ZWKJErwihH,36.0048,-86.7886,EN,1,4.441,1.0,1.0,1.0,4.886,15.009,83,36,39,13.203,83.244,1,1,30.959,1,1,43.727,-1,35.301,15.01,6,6,6,6,6,6,,15.965,6,6,6,6,5,6,It comes from a reputable source and has specific data points to explain it,27.796999999999997,5,,6.902,2,7,3,4,1,5,6,25.103,4,4,4,4,4,5,10,10,,15.228,4,3,4,2,3,3,24.46,2,2.0,14.739,2.0,2000.0,Tennessee,6.0,3.0,1.0,,7.0,,,14.0,4.0,2.0,43.048,6282a009d98ec3cafb4d8d48,"{""startTime"":1678930379283,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930330527,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930195380,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":19,""label"":""tour_started""},{""time"":14127,""label"":""hovered"",""timeHovered"":2762,""week"":""2022-01-10""},{""time"":19341,""label"":""hovered"",""timeHovered"":1450,""week"":""2021-08-16""},{""time"":22623,""label"":""hovered"",""timeHovered"":3150,""week"":""2021-08-23""},{""time"":30003,""label"":""tour_next"",""step"":5},{""time"":43155,""label"":""started_brush"",""startDate"":""2021-05-31"",""endDate"":""2021-11-19""},{""time"":44598,""label"":""tour_next"",""step"":5},{""time"":51772,""label"":""moved_brush"",""startDate"":""2021-05-05"",""endDate"":""2021-10-24""},{""time"":52716,""label"":""tour_next"",""step"":5},{""time"":59586,""label"":""cleared_brush"",""using"":""click""},{""time"":59588,""label"":""cleared_brush"",""using"":""Escape""},{""time"":60740,""label"":""tour_next"",""step"":5},{""time"":64021,""label"":""tour_end"",""step"":5},{""time"":68439,""label"":""started_brush"",""startDate"":""2022-01-10"",""endDate"":""2022-02-13""},{""time"":71268,""label"":""moved_brush"",""startDate"":""2021-12-08"",""endDate"":""2022-02-13""},{""time"":74080,""label"":""hovered"",""timeHovered"":5167,""week"":""2022-01-10""}]}","{""startTime"":1678930314935,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":12906,""label"":""started_brush"",""startDate"":""2021-04-12"",""endDate"":""2021-05-05""}]}",1,complex,line,1,0,0,Positive,3.2,1,1,0,0.0,0.0,0,15.0,1.0,1.0,0,0.0,3 +2023-03-15 21:25:26,2023-03-15 21:37:48,0,100,741,1,2023-03-15 21:37:49,R_1flnDlXf1gDahEK,41.0326,-73.7621,EN,1,40.103,,,,,15.124,69,87,50,34.879,51.102,1,1,51.27,-3,-3,87.81200000000001,1,74.105,15.116,6,6,6,6,6,6,,38.305,6,6,6,5,4,6,It is easy to understand and seems accurate.,39.762,4,,28.153000000000002,2,7,3,4,1,5,6,28.419,5,5,5,5,6,4,10,9,,33.58,4,4,4,2,4,4,25.646,2,,10.388,2.0,2001.0,New York,3.0,1.0,1.0,,7.0,,,6.0,4.0,1.0,98.73700000000001,6100a94845f823a05d74deb3,"{""startTime"":1678930141992,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":5552,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1826,""week"":""2"",""id"":""chart2""}]}","{""startTime"":1678930180811,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678930023537,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":6097,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3683,""week"":""1"",""id"":""chart""},{""time"":9881,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2631,""week"":""52"",""id"":""chart""},{""time"":17613,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1216,""week"":""49"",""id"":""chart""},{""time"":23141,""label"":""tour_next"",""step"":2},{""time"":40776,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1031,""week"":""26"",""id"":""chart2""},{""time"":43551,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678930126530,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,bar,0,2,0,Positive,3.7,0,0,0,0.0,0.0,0,15.0,1.0,0.0,1,1.0,1 +2023-03-15 21:31:30,2023-03-15 21:37:50,0,100,379,1,2023-03-15 21:37:50,R_YbHGh2dNd1DEV7r,21.3195,-157.8525,EN,1,5.433,1.0,4.0,2.0,8.452,15.008,87,96,89,9.842,14.235999999999999,1,1,34.292,1,1,64.766,1,26.58,15.007,6,5,6,6,6,6,,17.957,5,7,6,6,5,6,"It makes sense to me, it totals 100% of the confirmed cases and provides a breakdown of those cases that makes more sense.",26.344,6,,6.23,2,7,3,4,1,5,6,15.784,7,8,8,8,8,6,10,10,,15.824000000000002,3,4,4,2,3,4,11.44,2,1.0,7.317,1.0,1984.0,Hawaii,6.0,3.0,1.0,,9.0,,Honolulu,14.0,4.0,1.0,48.681000000000004,559c192bfdf99b218a61f57f,"{""startTime"":1678930477767,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678930437051,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678930341051,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":8068,""label"":""tour_next"",""step"":2},{""time"":10156,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678930421326,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":4962,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2992,""week"":""50"",""id"":""chart""},{""time"":8946,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1602,""week"":""50"",""id"":""chart""},{""time"":10585,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1242,""week"":""51"",""id"":""chart""}]}",1,moderate,bar,0,1,0,Positive,3.3,0,3,3,5.836,1.9453333333333331,5623,15.0,1.0,1.0,1,1.0,2 +2023-03-15 21:23:11,2023-03-15 21:38:14,0,100,903,1,2023-03-15 21:38:15,R_238DbHH52USWLkE,28.6529,-81.2106,EN,1,14.2,1.0,3.0,2.0,5.4510000000000005,15.015999999999998,96,98,72,33.975,150.431,1,-2,33.202,1,1,105.946,1,129.89,15.009,7,6,7,6,7,7,,26.493000000000002,6,6,6,7,7,6,"The visualization is a graphic published by the CDC, which is the established national public health agency of the US and is funded by the government. It is the foremost organization in terms of credibility and public trust when it comes to information, and so anything published by it would automatically have my trust unless proven otherwise.",92.565,4,,12.626,2,7,3,4,1,5,6,46.95399999999999,2,3,5,6,2,3,10,10,,37.02,2,4,5,2,5,3,27.444000000000003,2,1.0,9.131,2.0,1998.0,Florida,3.0,3.0,1.0,,2.0,,,19.0,4.0,1.0,98.15799999999999,5fee456f8929f014481adff9,"{""startTime"":1678930259564,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":3944},{""label"":""window_focused"",""time"":4548}]}","{""startTime"":1678930151749,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678929871923,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":136631,""label"":""hovered"",""timeHovered"":2716,""week"":""2022-01-03""},{""time"":145829,""label"":""tour_next"",""step"":2},{""time"":148598,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678930136174,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":2310,""label"":""hovered"",""timeHovered"":1949,""week"":""2021-09-27""},{""time"":5071,""label"":""hovered"",""timeHovered"":3927,""week"":""2022-01-10""},{""time"":9133,""label"":""hovered"",""timeHovered"":1391,""week"":""2022-01-10""},{""time"":10848,""label"":""hovered"",""timeHovered"":3411,""week"":""2021-09-06""}]}",1,moderate,line,1,0,0,Positive,3.5,0,4,4,10.677999999999999,2.6695,8538,15.0,0.5,1.0,1,1.0,2 +2023-03-15 21:28:57,2023-03-15 21:38:51,0,100,593,1,2023-03-15 21:38:52,R_2xL8AIyul71Jmis,29.7373,-95.3972,EN,1,156.981,1.0,1.0,1.0,5.962999999999999,15.014000000000001,81,100,100,11.155999999999999,28.605,1,1,46.176,-2,1,45.81100000000001,-3,32.396,15.117,6,7,7,7,7,7,,11.38,7,6,6,7,7,6,It only makes sense for those who havent taken the shot to be more affected than a person who has.,38.353,5,,5.98,2,7,3,4,1,5,6,24.246,1,3,1,1,1,4,9,10,,14.946,4,4,4,1,4,4,20.674,1,5.0,12.955,2.0,1999.0,Texas,6.0,1.0,1.0,,3.0,,,5.0,4.0,1.0,66.663,5d62239454f7a50001c70f03,"{""startTime"":1678930431611,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678930444313,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678930337937,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":25,""label"":""tour_started""},{""time"":6395,""label"":""tour_next"",""step"":2},{""time"":12572,""label"":""tour_end"",""step"":2},{""time"":14071,""label"":""hovered"",""timeHovered"":1677,""week"":""2021-12-27""},{""time"":16526,""label"":""hovered"",""timeHovered"":10287,""week"":""2022-01-03""}]}","{""startTime"":1678930415577,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":4440,""label"":""hovered"",""timeHovered"":1388,""week"":""2022-01-31""},{""time"":9914,""label"":""hovered"",""timeHovered"":1179,""week"":""2022-01-31""},{""time"":11538,""label"":""hovered"",""timeHovered"":2281,""week"":""2021-12-27""}]}",1,simple,line,0,1,0,Positive,3.5,0,3,3,4.848,1.616,7098,15.0,1.0,0.5,0,1.0,1 +2023-03-15 21:31:51,2023-03-15 21:39:01,0,100,429,1,2023-03-15 21:39:02,R_1fZANCvjrS2RSDi,36.0217,-79.7839,EN,1,3.665,2.0,,2.0,3.497,15.113,59,29,74,25.421,31.899,1,1,36.222,1,1,34.425,1,39.925,15.107000000000001,4,2,4,5,5,4,,16.224,4,5,5,3,4,4,It doesn't have enough detail to confidently agree,27.125999999999998,4,,6.954,2,7,3,4,1,5,6,12.958,3,3,3,4,4,4,9,8,,20.829,3,4,4,3,3,2,20.643,3,2.0,14.924000000000001,2.0,1994.0,North Carolina,5.0,2.0,1.0,,7.0,,,19.0,3.0,2.0,47.489,61004696895aeda4629ecd6e,"{""startTime"":1678930519364,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678930460667,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678930373023,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":10537,""label"":""hovered"",""timeHovered"":2917,""week"":""2022-01-10""},{""time"":15941,""label"":""tour_next"",""step"":2},{""time"":19005,""label"":""tour_end"",""step"":2},{""time"":26056,""label"":""hovered"",""timeHovered"":4709,""week"":""2022-01-10""}]}","{""startTime"":1678930440393,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":2322,""label"":""hovered"",""timeHovered"":2369,""week"":""2022-01-17""},{""time"":5572,""label"":""hovered"",""timeHovered"":3689,""week"":""2022-01-10""}]}",1,moderate,line,1,0,0,Neutral,3.2,0,2,2,6.058,3.029,3250,15.0,1.0,1.0,1,1.0,2 +2023-03-15 21:26:23,2023-03-15 21:39:35,0,100,791,1,2023-03-15 21:39:36,R_aVOhBj6ZLVoemJj,37.7958,-122.4203,EN,1,7.627000000000001,1.0,1.0,2.0,4.453,15.02,50,85,31,16.504,20.750999999999998,1,1,32.048,-3,-3,102.32700000000001,1,17.305999999999997,15.026,4,4,4,6,5,4,None,19.396,4,5,4,4,4,4,It was difficult to line up the bars with the correct dates and I wasn't sure if I was reading it correctly or not. ,28.519000000000002,4,None,8.084,2,7,3,4,1,5,6,14.294,3,1,1,3,3,3,6,6,None,19.021,4,4,5,2,4,4,11.472999999999999,5,1.0,9.646,2.0,1997.0,California,5.0,1.0,1.0,,7.0,,,7.0,4.0,1.0,47.747,5dec18ea1aaabf30d92ad722,"{""startTime"":1678930544022,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":1310,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1079,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678930564339,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678930403963,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":4822,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3242,""week"":""52"",""id"":""chart""},{""time"":10991,""label"":""tour_next"",""step"":2},{""time"":14539,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678930528195,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":2970,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1632,""week"":""1"",""id"":""chart""},{""time"":5138,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1428,""week"":""2"",""id"":""chart""},{""time"":7678,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1479,""week"":""2"",""id"":""chart""},{""time"":9812,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2695,""week"":""51"",""id"":""chart""},{""time"":12827,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1192,""week"":""52"",""id"":""chart""}]}",1,moderate,bar,0,1,0,Negative,3.8,0,5,5,8.426,1.6852,9857,15.0,1.0,0.0,1,0.0,2 +2023-03-15 21:17:00,2023-03-15 21:40:02,0,100,1382,1,2023-03-15 21:40:03,R_4PIR9ohTfulANBn,33.3974,-88.0245,EN,1,60.363,1.0,2.0,2.0,8.273,15.046,80,94,82,27.796999999999997,43.038000000000004,1,1,61.132,-3,-3,210.90900000000002,-1,59.416000000000004,15.115,4,6,4,6,7,5,none,49.133,4,6,6,6,6,6,because the questions were prefaced with saying assume you trust this data! lol also it cites the CDC,45.312,3,none,21.201999999999998,2,7,3,4,1,5,6,78.683,5,2,3,9,2,4,9,6,none,35.788000000000004,4,4,5,1,5,5,130.138,5,1.0,44.47,1.0,1977.0,Alabama,3.0,1.0,1.0,,9.0,,Millport,7.0,4.0,1.0,74.498,6400f14b24ac2b910c9f2d93,"{""startTime"":1678929819948,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678929869867,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678929548285,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":29,""label"":""tour_started""},{""time"":23044,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1899,""week"":""52"",""id"":""chart""},{""time"":30019,""label"":""tour_next"",""step"":2},{""time"":35877,""label"":""tour_end"",""step"":2},{""time"":36769,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1306,""week"":""1"",""id"":""chart""}]}","{""startTime"":1678929803984,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar,1,0,0,Positive,4.0,0,0,0,0.0,0.0,0,15.0,1.0,0.0,0,0.0,2 +2023-03-15 21:28:32,2023-03-15 21:40:35,0,100,722,1,2023-03-15 21:40:36,R_31HqybmReTg2bC5,44.0197,-123.1008,EN,1,6.041,1.0,4.0,2.0,7.981,15.011,74,30,19,24.259,114.321,-2,1,37.434,1,1,55.872,1,31.874000000000002,15.118,4,4,4,5,2,4,,39.736999999999995,3,3,2,2,2,4,"I'm not sure how accurate the data that's being displayed tracks the historical data. But I'm not especially confident about my own sense of what was bad when, so I chose the most noncommital response.",107.70100000000001,4,,7.916,2,7,3,4,1,5,6,21.372,3,6,8,8,5,6,9,8,,33.052,5,5,5,1,5,5,24.572,5,2.0,20.736,1.0,1975.0,Oregon,6.0,2.0,1.0,,7.0,,,2.0,4.0,2.0,91.684,5b745fb794c93d00010fc4c6,"{""startTime"":1678930491902,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930343254,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930180273,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":15391,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1451,""week"":""51"",""id"":""chart""},{""time"":19597,""label"":""tour_next"",""step"":5},{""time"":34810,""label"":""started_brush"",""startDate"":""2021-06-29"",""endDate"":""2021-11-29""},{""time"":36508,""label"":""tour_next"",""step"":5},{""time"":48317,""label"":""cleared_brush"",""using"":""Click""},{""time"":55758,""label"":""cleared_brush"",""using"":""Click""},{""time"":65119,""label"":""cleared_brush"",""using"":""Click""},{""time"":72009,""label"":""moved_brush"",""startDate"":""2021-05-07"",""endDate"":""2021-08-25""},{""time"":73632,""label"":""tour_next"",""step"":5},{""time"":80033,""label"":""cleared_brush"",""using"":""Click""},{""time"":81839,""label"":""tour_next"",""step"":5},{""time"":89787,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678930327639,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar,0,1,0,Neutral,4.3,0,0,0,0.0,0.0,0,15.0,0.5,1.0,1,1.0,3 +2023-03-15 21:23:56,2023-03-15 21:40:50,0,100,1014,1,2023-03-15 21:40:51,R_2EH8C905qstVlE2,30.3466,-81.6748,EN,1,12.450999999999999,,,,,15.013,1,100,0,75.098,68.865,1,1,54.88,-2,1,122.74600000000001,-2,106.62,15.110999999999999,6,6,6,6,6,6,,19.274,6,5,6,5,4,6,Because the data is clear.,20.367,4,,67.827,2,7,3,4,1,5,6,43.255,9,9,9,9,8,9,9,8,,36.900999999999996,5,5,5,1,5,4,107.152,2,,24.373,1.0,1965.0,Florida,7.0,3.0,1.0,,7.0,,,7.0,2.0,1.0,138.076,631685f7d6d6fcb196e87f0a,"{""startTime"":1678930235981,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678930155521,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6313,""label"":""hovered"",""timeHovered"":1405,""week"":""2021-12-27""},{""time"":11289,""label"":""hovered"",""timeHovered"":2405,""week"":""2022-01-17""},{""time"":13926,""label"":""hovered"",""timeHovered"":1497,""week"":""2022-01-17""},{""time"":15550,""label"":""hovered"",""timeHovered"":1017,""week"":""2022-01-17""},{""time"":17680,""label"":""hovered"",""timeHovered"":1802,""week"":""2022-01-24""},{""time"":22505,""label"":""hovered"",""timeHovered"":4572,""week"":""2022-01-31""},{""time"":27514,""label"":""hovered"",""timeHovered"":1242,""week"":""2022-01-17""},{""time"":29062,""label"":""hovered"",""timeHovered"":4290,""week"":""2022-01-17""}]}","{""startTime"":1678929947426,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":34131,""label"":""tour_next"",""step"":2},{""time"":50286,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678930139991,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":13218,""label"":""hovered"",""timeHovered"":1299,""week"":""2022-01-10""}]}",0,moderate,line,0,1,0,Positive,4.2,0,1,1,1.2990000000000002,1.2990000000000002,0,15.0,1.0,0.5,0,0.5,2 +2023-03-15 21:32:07,2023-03-15 21:41:15,0,100,548,1,2023-03-15 21:41:17,R_ZvCkKt4auTexo6R,38.2539,-85.76,EN,1,7.257000000000001,,,,,15.106,85,85,80,20.194000000000003,22.839000000000002,-2,1,60.928000000000004,-3,-3,71.751,1,45.12,15.005999999999998,5,4,4,6,4,5,,16.794,4,5,5,1,1,5,I just don't know if there is anything being left out or how reputable the source is.,26.833000000000002,5,,15.342,2,7,3,4,1,5,6,17.298,7,9,8,9,9,6,8,10,,34.02,2,3,2,4,3,2,25.434,5,,12.402999999999999,1.0,1993.0,Kentucky,6.0,1.0,1.0,,7.0,,,17.0,2.0,2.0,60.608000000000004,5e6040ebbccd41000ad90a4e,"{""startTime"":1678930484443,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678930501638,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678930384324,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":17,""label"":""tour_started""},{""time"":7235,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1726,""week"":""45"",""id"":""chart""},{""time"":12941,""label"":""tour_next"",""step"":2},{""time"":17424,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678930469077,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,bar,1,1,0,Negative,2.7,0,0,0,0.0,0.0,0,15.0,0.5,0.0,1,0.5,1 +2023-03-15 21:33:02,2023-03-15 21:41:17,0,100,495,1,2023-03-15 21:41:18,R_24FO6gcJetZihQi,34.0544,-118.2441,EN,1,4.871,,,,,15.009,82,83,82,35.475,30.726,1,1,45.254,1,1,44.403,1,83.37899999999999,15.113,6,5,6,6,6,6,,26.141,5,7,6,5,5,6,"It is easy to follow and it does not seem biased. I am not sure if it has gathered all information, but I typically trust science.",33.126,4,,7.541,2,7,3,4,1,5,6,19.547,4,6,4,6,9,7,11,10,,16.868,3,4,3,4,4,4,25.281999999999996,2,,3.477,2.0,2001.0,California,6.0,3.0,1.0,,7.0,,,17.0,4.0,1.0,47.675,610925067b0ea968105a1b72,"{""startTime"":1678930590071,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":980,""label"":""hovered"",""timeHovered"":1657,""week"":""2021-10-04""}]}","{""startTime"":1678930538116,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678930445683,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":3,""label"":""tour_started""},{""time"":5455,""label"":""hovered"",""timeHovered"":1323,""week"":""2021-12-06""},{""time"":11619,""label"":""tour_next"",""step"":2},{""time"":19419,""label"":""tour_end"",""step"":2},{""time"":21070,""label"":""hovered"",""timeHovered"":1455,""week"":""2022-02-07""},{""time"":24238,""label"":""hovered"",""timeHovered"":3323,""week"":""2021-12-27""}]}","{""startTime"":1678930522521,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":6295,""label"":""hovered"",""timeHovered"":3549,""week"":""2022-02-07""}]}",0,simple,line,1,1,0,Positive,3.7,0,1,1,3.549,3.549,0,15.0,1.0,1.0,1,1.0,1 +2023-03-15 21:25:21,2023-03-15 21:41:18,0,100,957,1,2023-03-15 21:41:20,R_07m37BlwEJyyun7,39.3179,-84.2483,EN,1,65.75,,,,,15.014000000000001,88,76,69,34.073,140.601,1,1,105.03399999999999,-2,1,93.931,1,37.286,15.115,6,6,5,6,6,6,,48.205,6,6,6,2,1,6,"It is a well designed graph that seems to clearly show the data and it is pretty easy to visualize the trends. I looked at the axes, legend, and looked more closely at certain time periods with the filter, and I did not feel that this graph was misleading in any way.",100.7,4,,16.778,2,7,3,4,1,5,6,22.01,4,3,5,4,3,4,10,8,,74.97,4,3,4,1,5,5,33.032,2,,7.557,2.0,2003.0,Ohio,3.0,1.0,1.0,,7.0,,,17.0,3.0,1.0,78.781,616870f3f5785e447dd90a2f,"{""startTime"":1678930238941,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930287714,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930044713,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":5673,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2849,""week"":""30"",""id"":""chart""},{""time"":38038,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1133,""week"":""39"",""id"":""chart""},{""time"":39188,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1033,""week"":""40"",""id"":""chart""},{""time"":40321,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1150,""week"":""41"",""id"":""chart""},{""time"":42354,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1283,""week"":""50"",""id"":""chart""},{""time"":44287,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5683,""week"":""51"",""id"":""chart""},{""time"":51574,""label"":""tour_next"",""step"":5},{""time"":59706,""label"":""cleared_brush"",""using"":""Click""},{""time"":76056,""label"":""started_brush"",""startDate"":""2021-05-08"",""endDate"":""2021-09-11""},{""time"":79112,""label"":""tour_next"",""step"":5},{""time"":104318,""label"":""started_brush"",""startDate"":""2021-05-16"",""endDate"":""2021-09-25""},{""time"":107307,""label"":""moved_brush"",""startDate"":""2021-06-24"",""endDate"":""2021-11-04""},{""time"":108104,""label"":""tour_next"",""step"":5},{""time"":115617,""label"":""cleared_brush"",""using"":""Click""},{""time"":115617,""label"":""cleared_brush"",""using"":""Escape""},{""time"":117362,""label"":""tour_next"",""step"":5},{""time"":124587,""label"":""tour_end"",""step"":5},{""time"":133391,""label"":""started_brush"",""startDate"":""2021-04-08"",""endDate"":""2021-06-16""},{""time"":134347,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3867,""week"":""15"",""id"":""chart""}]}","{""startTime"":1678930223274,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":6991,""label"":""started_brush"",""startDate"":""2021-07-25"",""endDate"":""2021-10-26""},{""time"":8189,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4296,""week"":""31"",""id"":""chart""},{""time"":12614,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1971,""week"":""32"",""id"":""chart""}]}",0,complex,bar,1,1,0,Positive,3.7,1,3,2,6.267,3.1335,5623,15.0,1.0,0.5,1,1.0,3 +2023-03-15 21:13:55,2023-03-15 21:41:26,0,100,1650,1,2023-03-15 21:41:28,R_2dSCUEHxxw1sv4p,29.9762,-95.6401,EN,1,40.769,,,,,15.015999999999998,64,36,61,97.82700000000001,381.105,1,1,226.729,1,-3,113.475,-2,101.62,15.023,5,4,4,5,6,4,Is this really a study done in Croatia?,188.082,5,5,6,2,2,4,Because I do not know if this is an actual study where this data was collected.,39.507,5,,29.605,2,7,3,4,1,5,6,35.39,5,8,9,7,6,8,9,9,,36.204,1,1,1,5,2,1,44.306999999999995,5,,16.498,2.0,1966.0,Texas,3.0,1.0,1.0,,7.0,,,17.0,1.0,1.0,149.813,6277f8b4e9145fb3dd34debd,"{""startTime"":1678929923697,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930112676,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678929423300,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":30456,""label"":""hovered"",""timeHovered"":7962,""week"":""2021-11-15""},{""time"":39574,""label"":""hovered"",""timeHovered"":5760,""week"":""2021-11-29""},{""time"":47301,""label"":""hovered"",""timeHovered"":4216,""week"":""2021-12-27""},{""time"":52440,""label"":""hovered"",""timeHovered"":1993,""week"":""2022-01-31""},{""time"":56016,""label"":""hovered"",""timeHovered"":3783,""week"":""2021-04-26""},{""time"":63823,""label"":""tour_next"",""step"":5},{""time"":87246,""label"":""started_brush"",""startDate"":""2021-06-05"",""endDate"":""2021-09-03""},{""time"":90277,""label"":""tour_next"",""step"":5},{""time"":109082,""label"":""moved_brush"",""startDate"":""2021-08-12"",""endDate"":""2021-11-11""},{""time"":112233,""label"":""tour_next"",""step"":5},{""time"":215277,""label"":""started_brush"",""startDate"":""2021-12-06"",""endDate"":""2022-02-13""},{""time"":236380,""label"":""moved_brush"",""startDate"":""2021-05-26"",""endDate"":""2022-02-13""},{""time"":236744,""label"":""moved_brush"",""startDate"":""2021-05-26"",""endDate"":""2022-02-13""},{""time"":240135,""label"":""cleared_brush"",""using"":""click""},{""time"":242902,""label"":""started_brush"",""startDate"":""2021-04-27"",""endDate"":""2021-05-18""},{""time"":244849,""label"":""tour_next"",""step"":5},{""time"":268409,""label"":""moved_brush"",""startDate"":""2021-05-27"",""endDate"":""2021-06-16""},{""time"":280700,""label"":""moved_brush"",""startDate"":""2021-05-27"",""endDate"":""2021-06-16""},{""time"":289752,""label"":""moved_brush"",""startDate"":""2021-05-27"",""endDate"":""2021-08-23""},{""time"":295002,""label"":""moved_brush"",""startDate"":""2021-06-27"",""endDate"":""2021-09-24""},{""time"":307853,""label"":""moved_brush"",""startDate"":""2021-06-27"",""endDate"":""2021-10-24""},{""time"":350934,""label"":""moved_brush"",""startDate"":""2021-06-27"",""endDate"":""2021-12-30""},{""time"":353950,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678929908390,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line,1,0,0,Negative,1.8,0,0,0,0.0,0.0,0,15.0,1.0,0.5,0,0.0,3 +2023-03-15 21:14:12,2023-03-15 21:41:48,0,100,1655,1,2023-03-15 21:41:49,R_2aRfSp7BzoInIYL,40.3469,-79.8689,EN,1,8.597000000000001,1.0,2.0,2.0,7.197,15.005999999999998,100,100,79,23.000999999999998,64.613,1,1,71.601,-3,-3,567.2080000000001,-3,64.013,15.007,6,6,6,6,6,6,,81.028,6,7,6,3,3,6,This information seems to be well research and provides dates and numbers that make sense.,32.389,4,,11.868,2,7,3,4,1,5,6,23.491,1,1,1,6,6,5,9,10,,107.29,2,2,5,2,2,2,32.364000000000004,1,3.0,15.884,1.0,1986.0,Pennsylvania,6.0,2.0,1.0,,3.0,,,5.0,4.0,2.0,65.396,63e548215b42b3f3aa069dc2,"{""startTime"":1678929506989,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":8061},{""label"":""window_focused"",""time"":58503},{""label"":""window_blurred"",""time"":62555},{""label"":""window_focused"",""time"":63511}]}","{""startTime"":1678929588564,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":404},{""label"":""window_focused"",""time"":74223},{""label"":""window_blurred"",""time"":76247},{""label"":""window_focused"",""time"":77154},{""label"":""window_blurred"",""time"":83772},{""label"":""window_focused"",""time"":246526}]}","{""startTime"":1678929361656,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":17703,""label"":""tour_next"",""step"":5},{""time"":30465,""label"":""cleared_brush"",""using"":""Click""},{""time"":32147,""label"":""cleared_brush"",""using"":""Click""},{""time"":33082,""label"":""started_brush"",""startDate"":""2021-08-03"",""endDate"":""2021-11-16""},{""time"":38540,""label"":""tour_next"",""step"":5},{""time"":46486,""label"":""moved_brush"",""startDate"":""2021-09-02"",""endDate"":""2021-12-15""},{""time"":48486,""label"":""tour_next"",""step"":5},{""time"":54788,""label"":""cleared_brush"",""using"":""Click""},{""time"":54788,""label"":""cleared_brush"",""using"":""Escape""},{""time"":57239,""label"":""tour_next"",""step"":5},{""time"":62257,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678929491375,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar,1,1,0,Positive,2.5,0,0,0,0.0,0.0,0,15.0,1.0,0.0,0,0.0,3 +2023-03-15 21:31:59,2023-03-15 21:42:32,0,100,632,1,2023-03-15 21:42:33,R_28ZZTxj90YeYGGK,45.5472,-122.6417,EN,1,8.61,1.0,4.0,2.0,6.591,15.114,81,91,57,52.394,42.542,1,-2,41.427,-2,1,41.89,-3,106.118,15.01,5,4,7,7,7,7,I like that this one has the axes labelled.,40.904,6,6,7,1,2,7,I think it is consistent with what I remember at the time.,23.116999999999997,7,,6.888,2,7,3,4,1,5,6,21.104,1,1,1,3,1,1,10,10,,22.947,5,4,5,1,4,4,14.617,1,1.0,16.337,2.0,1967.0,Oregon,7.0,2.0,1.0,,7.0,,,12.0,4.0,1.0,98.346,5664626351fac700118ed1df,"{""startTime"":1678930588490,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":33167},{""label"":""window_focused"",""time"":34073}]}","{""startTime"":1678930542442,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678930441021,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":20,""label"":""tour_started""},{""time"":33803,""label"":""tour_next"",""step"":2},{""time"":39483,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678930526670,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line,0,1,0,Positive,3.8,0,0,0,0.0,0.0,0,15.0,0.5,0.5,0,0.5,2 +2023-03-15 21:35:38,2023-03-15 21:42:34,0,100,415,1,2023-03-15 21:42:35,R_7aHi3p89Hp0e6E9,27.552,-99.4959,EN,1,2.6260000000000003,,,,,15.013,0,60,50,10.855,52.81100000000001,1,1,38.768,-1,1,31.603,-3,52.021,15.009,6,4,6,6,6,6,,17.07,4,6,6,4,4,6,I feel it is based on scientific observation ,14.751,4,,5.928,2,7,3,4,1,5,6,15.505,1,2,4,5,6,1,11,10,,14.755,1,1,1,5,1,1,19.226,4,,3.4160000000000004,2.0,1997.0,Texas,7.0,1.0,2.0,,4.0,,,4.0,5.0,2.0,64.08,5f78ce64cb5f144a98a4fa38,"{""startTime"":1678930697878,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930715794,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930575142,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":28,""label"":""tour_started""},{""time"":7867,""label"":""tour_next"",""step"":5},{""time"":29945,""label"":""started_brush"",""startDate"":""2021-05-23"",""endDate"":""2022-02-13""},{""time"":31552,""label"":""tour_next"",""step"":5},{""time"":37452,""label"":""moved_brush"",""startDate"":""2021-05-23"",""endDate"":""2022-02-13""},{""time"":38934,""label"":""tour_next"",""step"":5},{""time"":46213,""label"":""cleared_brush"",""using"":""click""},{""time"":46216,""label"":""cleared_brush"",""using"":""Escape""},{""time"":48736,""label"":""tour_next"",""step"":5},{""time"":50254,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678930681225,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":6367,""label"":""hovered"",""timeHovered"":1752,""week"":""2022-01-17""},{""time"":9774,""label"":""hovered"",""timeHovered"":4364,""week"":""2022-01-17""}]}",0,complex,line,1,0,0,Positive,1.7,0,2,2,6.1160000000000005,3.0580000000000003,3407,15.0,1.0,0.5,0,0.0,3 +2023-03-15 21:34:18,2023-03-15 21:42:52,0,100,513,1,2023-03-15 21:42:53,R_4YHYIIzBjFmDBDP,34.0587,-118.2781,EN,1,13.122,2.0,,2.0,3.123,15.113,23,23,64,21.273000000000003,17.424,1,1,50.379,-3,1,30.991999999999997,1,26.746,15.01,5,6,5,6,2,6,,31.798000000000002,6,6,7,3,2,4,it looks like it was professionally created and the data seems accurate.,23.494,4,,13.007,2,7,3,4,1,5,6,23.480999999999998,4,4,7,5,4,6,10,8,,29.899,4,3,4,3,5,4,37.235,6,3.0,23.197,1.0,1987.0,California,6.0,3.0,1.0,,9.0,,Bel Air,14.0,2.0,1.0,86.64,63345f710321e08d1720919e,"{""startTime"":1678930662101,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678930611955,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678930526873,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":12318,""label"":""tour_next"",""step"":2},{""time"":15564,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678930596265,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line,1,1,0,Positive,3.8,0,0,0,0.0,0.0,0,15.0,1.0,0.5,1,1.0,1 +2023-03-15 21:32:53,2023-03-15 21:43:22,0,100,629,1,2023-03-15 21:43:24,R_3rTbColiNmsIXf7,33.4849,-86.8596,EN,1,12.337,1.0,2.0,1.0,5.806,15.012,99,56,69,32.481,44.919,1,1,50.967,1,1,108.647,1,76.562,15.142999999999999,6,3,2,7,6,5,,23.506,3,7,6,2,5,5,"It looks like a legitimate, credible, and valid scientific visualization using reputable data and information. However, there is less information than I would like.",42.816,4,,4.632,2,7,3,4,1,5,6,17.237000000000002,1,1,2,3,2,5,5,3,,31.699,3,5,4,3,4,3,24.535,5,1.0,9.005,2.0,2000.0,Alabama,6.0,3.0,4.0,Arabic and English,5.0,,,11.0,1.0,1.0,45.784,63d79e5ecdcf4d0dbd646bf6,"{""startTime"":1678930672246,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930593163,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930453557,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":8242,""label"":""tour_next"",""step"":5},{""time"":20170,""label"":""started_brush"",""startDate"":""2021-06-05"",""endDate"":""2021-08-04""},{""time"":22570,""label"":""moved_brush"",""startDate"":""2021-06-05"",""endDate"":""2021-08-13""},{""time"":26017,""label"":""tour_next"",""step"":5},{""time"":30039,""label"":""moved_brush"",""startDate"":""2021-06-05"",""endDate"":""2021-07-10""},{""time"":30956,""label"":""tour_next"",""step"":5},{""time"":36465,""label"":""cleared_brush"",""using"":""click""},{""time"":38221,""label"":""tour_next"",""step"":5},{""time"":42580,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678930576959,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":9930,""label"":""hovered"",""timeHovered"":5182,""week"":""2021-12-20""}]}",1,complex,line,1,0,0,Positive,3.7,0,1,1,5.182,5.182,0,15.0,1.0,1.0,1,1.0,3 +2023-03-15 21:32:27,2023-03-15 21:44:12,0,100,705,1,2023-03-15 21:44:13,R_1Do2jQURDJSUyMu,35.8677,-86.4174,EN,1,13.057,,,,,15.017000000000001,63,34,73,21.448,122.273,1,1,40.985,-3,1,52.794,1,39.716,15.015999999999998,6,5,6,6,6,6,,83.016,6,5,6,4,5,7,Because it said to assume that I trust this visualization.,33.454,6,,22.397,2,7,3,4,1,5,6,25.179000000000002,6,6,7,7,7,5,11,10,,31.142,4,3,4,2,4,3,22.016,1,,5.837000000000001,1.0,1986.0,Tennessee,2.0,2.0,1.0,,7.0,,,6.0,4.0,2.0,98.322,5f7d026c6fd2421d2dc1af04,"{""startTime"":1678930654878,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930586092,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930406724,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":20149,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4389,""week"":""51"",""id"":""chart""},{""time"":24634,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1056,""week"":""52"",""id"":""chart""},{""time"":26410,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1135,""week"":""1"",""id"":""chart""},{""time"":30823,""label"":""tour_next"",""step"":5},{""time"":52695,""label"":""cleared_brush"",""using"":""Click""},{""time"":56443,""label"":""cleared_brush"",""using"":""Click""},{""time"":59356,""label"":""cleared_brush"",""using"":""Click""},{""time"":64193,""label"":""started_brush"",""startDate"":""2021-11-08"",""endDate"":""2021-12-20""},{""time"":65141,""label"":""tour_next"",""step"":5},{""time"":73957,""label"":""moved_brush"",""startDate"":""2021-10-16"",""endDate"":""2021-11-27""},{""time"":75475,""label"":""tour_next"",""step"":5},{""time"":84116,""label"":""cleared_brush"",""using"":""Click""},{""time"":86663,""label"":""tour_next"",""step"":5},{""time"":93780,""label"":""tour_end"",""step"":5},{""time"":107547,""label"":""started_brush"",""startDate"":""2021-06-02"",""endDate"":""2021-10-29""},{""time"":113139,""label"":""moved_brush"",""startDate"":""2021-09-10"",""endDate"":""2022-02-07""},{""time"":116122,""label"":""moved_brush"",""startDate"":""2021-12-03"",""endDate"":""2022-02-07""},{""time"":118365,""label"":""moved_brush"",""startDate"":""2021-12-03"",""endDate"":""2022-01-14""},{""time"":119763,""label"":""cleared_brush"",""using"":""Click""}]}","{""startTime"":1678930570393,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,bar,1,0,0,Neutral,3.3,0,0,0,0.0,0.0,0,15.0,1.0,0.5,1,1.0,3 +2023-03-15 21:33:56,2023-03-15 21:44:37,0,100,640,1,2023-03-15 21:44:37,R_2dlNhD8Lee8t0Di,41.8033,-87.9283,EN,1,9.263,,,,,15.123,100,100,76,22.502,12.793,1,1,121.228,-3,-3,58.49,-1,96.262,15.017000000000001,4,4,4,7,7,5,,30.101,7,7,6,3,2,5,"The data is displayed in a clear manner. It looks to be trustworthy, although I do not know the source or how it was taken.",27.746,5,,13.642000000000001,2,7,3,4,1,5,6,15.716,1,6,1,6,5,2,9,8,,22.689,3,5,5,2,5,4,24.104,1,,5.805,2.0,1994.0,Illinois,7.0,3.0,1.0,,7.0,,,4.0,3.0,1.0,77.339,63c0e405027c09642621327f,"{""startTime"":1678930584197,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678930615310,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678930494871,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":106,""label"":""tour_started""},{""time"":6121,""label"":""tour_next"",""step"":2},{""time"":8901,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678930567744,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":10370,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3512,""week"":""1"",""id"":""chart""},{""time"":14014,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1133,""week"":""4"",""id"":""chart""}]}",0,moderate,bar,2,1,0,Positive,4.0,0,2,2,4.645,2.3225,3644,15.0,1.0,0.0,0,0.0,2 +2023-03-15 21:28:14,2023-03-15 21:45:32,0,100,1037,1,2023-03-15 21:45:33,R_DwuUDAr9KGKHPTr,39.0151,-95.6402,EN,1,69.76899999999999,1.0,2.0,1.0,11.001,15.011,90,65,44,56.268,67.021,1,1,64.365,1,1,81.304,1,85.911,15.008,6,5,6,6,6,5,None,105.104,5,6,6,5,5,5,"I understand it should be easy to just count the number of cases, however I have seen so many things changed to fit an agenda, that I always have some concerns when I see data. I just don't trust things 100%. ",71.395,3,,20.158,2,7,3,4,1,5,6,25.908,2,2,3,7,2,5,6,5,,56.358999999999995,4,4,4,2,4,4,87.853,5,2.0,25.379,2.0,1988.0,Kansas,7.0,3.0,1.0,,7.0,,,5.0,3.0,2.0,105.92399999999999,6170afe6e3197de7542fd205,"{""startTime"":1678930410650,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":7749,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1442,""week"":""52"",""id"":""chart""},{""time"":9264,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1076,""week"":""51"",""id"":""chart""},{""time"":13604,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1132,""week"":""51"",""id"":""chart2""},{""time"":14854,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1270,""week"":""52"",""id"":""chart2""}]}","{""startTime"":1678930516398,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678930262681,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":22,""label"":""tour_started""},{""time"":12791,""label"":""tour_next"",""step"":2},{""time"":19604,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2701,""week"":""52"",""id"":""chart2""},{""time"":22372,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":13651,""week"":""51"",""id"":""chart2""},{""time"":38965,""label"":""tour_end"",""step"":2},{""time"":44734,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2061,""week"":""33"",""id"":""chart""},{""time"":48094,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3229,""week"":""1"",""id"":""chart""},{""time"":51900,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8690,""week"":""52"",""id"":""chart2""},{""time"":61675,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2017,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678930395176,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":1922,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1241,""week"":""1"",""id"":""chart""}]}",1,simple,bar,1,1,0,Negative,3.7,0,1,1,1.2409999999999999,1.2409999999999999,0,15.0,1.0,1.0,1,1.0,1 +2023-03-15 21:34:58,2023-03-15 21:45:59,0,100,661,1,2023-03-15 21:46:00,R_bq07yZx1RsKEWnD,43.2189,-88.1165,EN,1,8.422,,,,,15.043,77,47,54,31.307,63.965,-3,1,74.04899999999999,1,1,71.079,1,55.588,15.064,5,4,6,6,6,6,,36.838,4,6,6,5,5,5,Its from the chamber of Agriculture so I would assume the information on the visualization is correct but of course I can not be one hundred percent sure.,72.36399999999999,4,,7.647,2,7,3,4,1,5,6,24.565,6,6,6,6,6,7,9,9,,16.191,4,4,4,2,4,4,20.105,3,,3.157,2.0,1986.0,Wisconsin,3.0,2.0,1.0,,7.0,,,11.0,3.0,1.0,72.101,5f4f1795c7230316afc2b88a,"{""startTime"":1678930712440,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":2123,""label"":""hovered"",""timeHovered"":1208,""week"":""2022-01-03""},{""time"":4968,""label"":""hovered"",""timeHovered"":2070,""week"":""2022-01-17""}]}","{""startTime"":1678930749725,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678930561076,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":22355,""label"":""tour_next"",""step"":2},{""time"":27638,""label"":""tour_end"",""step"":2},{""time"":28802,""label"":""hovered"",""timeHovered"":1001,""week"":""2022-01-10""},{""time"":32262,""label"":""hovered"",""timeHovered"":1388,""week"":""2021-08-09""},{""time"":34393,""label"":""hovered"",""timeHovered"":2728,""week"":""2021-04-12""},{""time"":38543,""label"":""hovered"",""timeHovered"":1317,""week"":""2021-04-12""},{""time"":46745,""label"":""hovered"",""timeHovered"":1673,""week"":""2021-11-22""},{""time"":50285,""label"":""hovered"",""timeHovered"":2905,""week"":""2021-12-27""},{""time"":54643,""label"":""hovered"",""timeHovered"":2417,""week"":""2022-01-10""}]}","{""startTime"":1678930696850,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":9175,""label"":""hovered"",""timeHovered"":3339,""week"":""2022-01-10""}]}",0,moderate,line,1,0,0,Positive,3.7,0,1,1,3.339,3.339,0,15.0,0.5,1.0,1,1.0,2 +2023-03-15 21:33:11,2023-03-15 21:46:18,0,100,787,1,2023-03-15 21:46:19,R_3PNRTmc8F2s06Fi,40.6124,-111.8832,EN,1,29.401,1.0,4.0,1.0,7.857,15.017000000000001,93,100,51,39.703,43.952,1,-3,76.91,-3,-1,132.592,1,70.723,15.115,6,7,7,7,7,7,,38.576,7,7,7,5,5,7,It reflects what I understand from the news I have read.,19.974,6,,11.445,2,7,3,4,1,5,6,18.612000000000002,5,8,6,6,8,5,11,10,,68.467,4,3,4,1,3,4,35.811,1,1.0,17.602,2.0,1954.0,Utah,7.0,1.0,1.0,,7.0,,,10.0,4.0,1.0,80.274,5e373f33a42bce6daa55ea65,"{""startTime"":1678930695127,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678930636330,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678930498795,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":11475,""label"":""tour_next"",""step"":2},{""time"":20440,""label"":""tour_end"",""step"":2},{""time"":22839,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1815,""week"":""2"",""id"":""chart2""},{""time"":25094,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4343,""week"":""4"",""id"":""chart2""},{""time"":29808,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7179,""week"":""4"",""id"":""chart""}]}","{""startTime"":1678930620639,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":12642,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1503,""week"":""1"",""id"":""chart""},{""time"":14179,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1216,""week"":""2"",""id"":""chart""}]}",1,simple,bar,0,1,0,Positive,3.2,0,2,2,2.719,1.3595,1537,15.0,0.5,0.0,1,0.5,1 +2023-03-15 21:38:06,2023-03-15 21:47:24,0,100,557,1,2023-03-15 21:47:24,R_2XcAdyaHHUIQmZg,47.1173,-88.5535,EN,1,5.5120000000000005,,,,,15.13,93,90,41,18.88,43.111000000000004,1,1,45.867,1,1,87.505,1,27.789,15.125,6,2,2,6,7,6,,20.323,5,6,6,2,3,5,"The visualization looks well put together and professional, which makes me trust it. However, I do not know anything about the topic, so I am unsure if the numbers are reasonable. ",31.622,4,,8.972999999999999,2,7,3,4,1,5,6,12.627,4,7,5,7,5,3,10,9,,90.506,2,2,3,4,3,4,32.758,1,,3.82,1.0,2001.0,Michigan,3.0,3.0,1.0,,7.0,,,11.0,3.0,2.0,50.36,5eecf1789af5910cfeb71b53,"{""startTime"":1678930835868,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678930856988,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678930729894,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":22,""label"":""tour_started""},{""time"":6585,""label"":""hovered"",""timeHovered"":1674,""week"":""2021-08-09""},{""time"":16560,""label"":""hovered"",""timeHovered"":1037,""week"":""2021-06-07""},{""time"":20252,""label"":""tour_next"",""step"":2},{""time"":23406,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678930820024,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":671,""label"":""hovered"",""timeHovered"":4103,""week"":""2022-01-10""},{""time"":9331,""label"":""hovered"",""timeHovered"":1186,""week"":""2022-01-03""},{""time"":10516,""label"":""hovered"",""timeHovered"":1491,""week"":""2022-01-03""}]}",0,simple,line,1,1,0,Positive,3.0,0,3,3,6.78,2.26,9845,15.0,1.0,1.0,1,1.0,1 +2023-03-15 21:35:23,2023-03-15 21:47:37,0,100,733,1,2023-03-15 21:47:37,R_3HKZgIMnnEMvVGF,42.0326,-97.4265,EN,1,26.899,1.0,2.0,2.0,7.517,15.043,73,83,52,27.803,32.968,1,-3,72.20100000000001,-3,1,79.66199999999999,-3,43.988,15.161,6,6,6,7,7,6,,49.295,6,6,6,4,4,6,The Center for Disease Control is the experts on this so I trust it.,34.053000000000004,5,,11.850999999999999,2,7,3,4,1,5,6,20.965999999999998,3,6,10,8,5,6,9,9,My trust in Doctors has decreased over the last few years. They seem to not have any idea sometimes.,68.804,3,4,4,2,5,4,54.003,4,4.0,10.517999999999999,1.0,1976.0,Nebraska,6.0,2.0,1.0,,7.0,,,10.0,3.0,2.0,105.524,60e35afc1d7e1aee451eba47,"{""startTime"":1678930748096,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678930797930,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678930618698,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":20,""label"":""tour_started""},{""time"":19481,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2537,""week"":""50"",""id"":""chart""},{""time"":25369,""label"":""tour_next"",""step"":2},{""time"":30026,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678930732386,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar,1,0,0,Positive,3.7,0,0,0,0.0,0.0,0,15.0,0.5,0.5,0,0.5,2 +2023-03-15 21:30:19,2023-03-15 21:47:51,0,100,1052,1,2023-03-15 21:47:52,R_411uN30SxVoVzpf,42.5181,-70.899,EN,1,33.832,,,,,15.007,100,88,68,33.512,193.388,-2,1,91.62200000000001,-2,1,106.28299999999999,1,102.846,15.019,7,6,6,5,6,6,"I would like to see the weather added to this chart. Also, did the amount of workers in the field change due to COVID effect the planting and care at all? I wish there was a way to break out each type of dieses ",162.9,3,6,6,5,5,6,It looks professional. If I knew what organization produced the data I would trust it more ,41.169,7,,12.184000000000001,2,7,3,4,1,5,6,30.497,4,7,2,3,11,4,11,10,,29.459,2,2,2,4,1,2,29.802,2,,7.257000000000001,1.0,1965.0,Massachusetts,4.0,2.0,1.0,,9.0,,SALEM,3.0,3.0,1.0,74.346,59ba2a6e6495ef00019fbd70,"{""startTime"":1678930624360,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930788150,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930311510,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":20,""label"":""tour_started""},{""time"":20017,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1334,""week"":""39"",""id"":""chart""},{""time"":26467,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1565,""week"":""51"",""id"":""chart""},{""time"":28099,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2049,""week"":""52"",""id"":""chart""},{""time"":36247,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1083,""week"":""46"",""id"":""chart""},{""time"":39817,""label"":""tour_next"",""step"":5},{""time"":48232,""label"":""cleared_brush"",""using"":""Click""},{""time"":68964,""label"":""started_brush"",""startDate"":""2021-05-25"",""endDate"":""2021-07-31""},{""time"":70194,""label"":""tour_next"",""step"":5},{""time"":78940,""label"":""moved_brush"",""startDate"":""2021-04-29"",""endDate"":""2021-07-05""},{""time"":80453,""label"":""tour_next"",""step"":5},{""time"":89001,""label"":""cleared_brush"",""using"":""Click""},{""time"":89001,""label"":""cleared_brush"",""using"":""Escape""},{""time"":94206,""label"":""cleared_brush"",""using"":""Click""},{""time"":94206,""label"":""cleared_brush"",""using"":""Escape""},{""time"":95388,""label"":""tour_next"",""step"":5},{""time"":104077,""label"":""tour_end"",""step"":5},{""time"":105250,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1142,""week"":""52"",""id"":""chart""},{""time"":111803,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1383,""week"":""51"",""id"":""chart""},{""time"":116979,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1224,""week"":""31"",""id"":""chart""},{""time"":124492,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1076,""week"":""40"",""id"":""chart""},{""time"":126651,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1966,""week"":""40"",""id"":""chart""},{""time"":129114,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1073,""week"":""36"",""id"":""chart""},{""time"":145735,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":2614,""week"":""52"",""id"":""chart""},{""time"":150936,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":2153,""week"":""1"",""id"":""chart""},{""time"":190567,""label"":""cleared_brush"",""using"":""Click""}]}","{""startTime"":1678930608819,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,bar,2,0,0,Positive,2.2,0,0,0,0.0,0.0,0,15.0,0.5,0.5,1,1.0,3 +2023-03-15 21:37:26,2023-03-15 21:48:13,0,100,647,1,2023-03-15 21:48:14,R_1fjxDquVEQcBLVh,37.9606,-87.5333,EN,1,8.275,1.0,3.0,2.0,5.695,15.182,74,62,51,26.199,94.75200000000001,1,-2,33.585,1,1,60.551,1,18.951,15.117,2,2,2,6,6,1,,33.747,3,6,5,2,2,4,I don't believe the data is true,13.600999999999999,1,,10.437999999999999,2,7,3,4,1,5,6,20.753,5,5,7,6,3,6,7,8,,27.053,2,2,3,3,2,2,34.696,5,4.0,16.3,2.0,1983.0,Indiana,6.0,2.0,1.0,,7.0,,,13.0,2.0,2.0,153.466,63d18313a0fe35f35c2dfb1a,"{""startTime"":1678930889975,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930849094,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930717313,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":57,""label"":""tour_started""},{""time"":8548,""label"":""tour_next"",""step"":5},{""time"":20861,""label"":""cleared_brush"",""using"":""click""},{""time"":31608,""label"":""cleared_brush"",""using"":""click""},{""time"":46995,""label"":""started_brush"",""startDate"":""2021-06-09"",""endDate"":""2021-08-02""},{""time"":48123,""label"":""tour_next"",""step"":5},{""time"":55615,""label"":""moved_brush"",""startDate"":""2021-05-16"",""endDate"":""2021-07-10""},{""time"":56706,""label"":""tour_next"",""step"":5},{""time"":61908,""label"":""cleared_brush"",""using"":""click""},{""time"":61923,""label"":""cleared_brush"",""using"":""Escape""},{""time"":63458,""label"":""tour_next"",""step"":5},{""time"":67859,""label"":""tour_end"",""step"":5},{""time"":92469,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-10-13""}]}","{""startTime"":1678930832591,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":8823,""label"":""hovered"",""timeHovered"":1252,""week"":""2021-12-27""}]}",1,complex,line,1,0,0,Negative,2.3,0,1,1,1.252,1.252,0,15.0,0.5,1.0,1,1.0,3 +2023-03-15 21:32:07,2023-03-15 21:48:18,0,100,970,1,2023-03-15 21:48:19,R_3fNss7odunMmvVu,30.3586,-90.0561,EN,1,108.664,1.0,3.0,1.0,10.552,15.145999999999999,73,89,53,45.743,83.73299999999999,1,1,97.36200000000001,-3,1,106.302,1,56.736999999999995,15.022,6,6,6,6,6,6,,74.536,5,5,5,2,2,6,It is put out by the CDC,17.153,4,,10.777999999999999,2,7,3,4,1,5,6,33.683,4,6,6,6,5,7,9,9,,43.864,4,4,5,1,5,4,67.73100000000001,3,2.0,23.831999999999997,2.0,1957.0,Louisiana,3.0,3.0,1.0,,7.0,,,11.0,2.0,2.0,89.296,62ea66128e0806710fb41dcc,"{""startTime"":1678930732999,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678930808681,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678930524553,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":32,""label"":""tour_started""},{""time"":59854,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4250,""week"":""52"",""id"":""chart""},{""time"":67508,""label"":""tour_next"",""step"":2},{""time"":73064,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678930716709,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar,1,0,0,Positive,3.8,0,0,0,0.0,0.0,0,15.0,1.0,0.5,1,0.5,2 +2023-03-15 21:34:03,2023-03-15 21:49:00,0,100,897,1,2023-03-15 21:49:01,R_3nJBfntOEC4dwKJ,21.3328,-158.0181,EN,1,48.522,1.0,2.0,2.0,6.598,15.013,84,92,48,40.586,73.028,1,1,93.4,-2,1,101.516,-1,73.55199999999999,15.014000000000001,2,2,2,3,2,1,none,49.028,2,3,3,2,2,2,"Based on recent information revealed to the public, I seriously question the accuracy and reliability of information coming from the CDC.",54.888000000000005,2,,8.125,2,7,3,4,1,5,6,20.531,1,1,11,4,1,4,4,8,,28.943,2,1,2,4,1,2,30.581,6,4.0,21.67,1.0,1951.0,Hawaii,7.0,2.0,1.0,,8.0,pdomen@hawaii.rr.com,,14.0,2.0,1.0,136.825,5ef035131f1b2a546b44c391,"{""startTime"":1678930864995,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678930763227,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678930571659,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":28024,""label"":""hovered"",""timeHovered"":1231,""week"":""2022-01-10""},{""time"":33089,""label"":""hovered"",""timeHovered"":7299,""week"":""2022-01-10""},{""time"":41371,""label"":""hovered"",""timeHovered"":7566,""week"":""2022-02-07""},{""time"":48938,""label"":""hovered"",""timeHovered"":1249,""week"":""2022-02-07""},{""time"":59289,""label"":""tour_next"",""step"":2},{""time"":67353,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678930747354,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":3771,""label"":""hovered"",""timeHovered"":2049,""week"":""2022-01-10""},{""time"":9755,""label"":""hovered"",""timeHovered"":2425,""week"":""2022-01-17""}]}",1,moderate,line,1,0,0,Negative,2.0,0,2,2,4.474,2.237,5984,15.0,1.0,0.5,0,0.5,2 +2023-03-15 21:32:14,2023-03-15 21:49:51,0,100,1056,1,2023-03-15 21:49:52,R_1kIB0sojzmaFeSE,35.6383,-79.8557,EN,1,4.147,1.0,2.0,2.0,5.928999999999999,15.008,100,8,0,57.417,178.352,-2,-1,103.118,-3,-3,69.554,-3,61.479,15.11,4,2,4,5,5,5,,78.503,3,3,2,5,3,5,It's tough to look at. Pretty messy. I do like the interactive feature. I think that helps. But I think it could be cleaned up a bit. And I would like to see more details along with the visualization. Overall I trust it.,87.13600000000001,3,"I think most people can be trusted, but tend to be on guard.",62.141999999999996,2,7,3,4,1,5,6,40.286,2,2,5,3,4,2,10,10,,44.263000000000005,3,2,4,3,3,2,56.724,1,3.0,18.987000000000002,1.0,1987.0,North Carolina,2.0,2.0,1.0,,7.0,,,3.0,4.0,1.0,84.2,62867b51e71606f873d41b05,"{""startTime"":1678930824464,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930699764,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930443419,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":23,""label"":""tour_started""},{""time"":42820,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2367,""week"":""52"",""id"":""chart""},{""time"":45388,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6249,""week"":""52"",""id"":""chart""},{""time"":52654,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2482,""week"":""1"",""id"":""chart""},{""time"":58454,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1182,""week"":""24"",""id"":""chart""},{""time"":62719,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1183,""week"":""31"",""id"":""chart""},{""time"":70218,""label"":""tour_next"",""step"":5},{""time"":95869,""label"":""started_brush"",""startDate"":""2021-06-27"",""endDate"":""2021-09-04""},{""time"":98257,""label"":""tour_next"",""step"":5},{""time"":113949,""label"":""moved_brush"",""startDate"":""2021-11-18"",""endDate"":""2022-01-25""},{""time"":114761,""label"":""tour_next"",""step"":5},{""time"":129453,""label"":""cleared_brush"",""using"":""Click""},{""time"":132288,""label"":""tour_next"",""step"":5},{""time"":143561,""label"":""tour_end"",""step"":5},{""time"":153595,""label"":""started_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-05-31""},{""time"":157379,""label"":""moved_brush"",""startDate"":""2021-05-10"",""endDate"":""2021-07-05""},{""time"":163083,""label"":""moved_brush"",""startDate"":""2021-07-26"",""endDate"":""2021-09-20""},{""time"":163700,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":4254,""week"":""34"",""id"":""chart""},{""time"":172427,""label"":""moved_brush"",""startDate"":""2021-12-13"",""endDate"":""2022-02-07""},{""time"":173192,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1513,""week"":""6"",""id"":""chart""}]}","{""startTime"":1678930684172,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":14530,""label"":""started_brush"",""startDate"":""2021-10-29"",""endDate"":""2022-01-02""}]}",1,complex,bar,1,1,0,Positive,2.8,1,1,0,0.0,0.0,0,15.0,0.0,0.0,0,0.0,3 +2023-03-15 21:40:03,2023-03-15 21:50:04,0,100,600,1,2023-03-15 21:50:04,R_2qkLlPRIN60BUr6,43.0132,-87.9287,EN,1,12.186,,,,,15.11,61,62,51,36.97,26.401999999999997,1,1,45.405,-3,-3,63.441,1,51.478,15.012,6,2,4,2,4,6,none,34.496,5,5,4,4,4,6,It appears to present objective data in a form I can understand.,19.773,4,,11.107000000000001,2,7,3,4,1,5,6,18.587,1,4,2,2,6,2,8,9,,65.161,3,3,5,3,2,2,32.639,3,,10.758,1.0,1979.0,Wisconsin,6.0,2.0,1.0,,7.0,,,17.0,4.0,1.0,80.047,5f8e3f6a1a1f4421715a2879,"{""startTime"":1678931014305,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678930962314,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678930874083,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":21,""label"":""tour_started""},{""time"":13508,""label"":""tour_next"",""step"":2},{""time"":23332,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678930946833,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":9030,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1749,""week"":""52"",""id"":""chart""}]}",0,simple,bar,1,1,0,Positive,3.0,0,1,1,1.749,1.749,0,15.0,1.0,0.0,1,1.0,1 +2023-03-15 21:40:20,2023-03-15 21:50:13,0,100,593,1,2023-03-15 21:50:14,R_1lfuSNsHUXgkJX8,34.7766,-114.4779,EN,1,4.4639999999999995,,,,,15.017999999999999,94,34,41,35.074,46.773,1,1,46.103,1,1,155.711,1,35.672,15.023,6,5,2,5,6,6,,43.607,5,5,4,1,1,6,I have no reason to believe the information is false.,29.436999999999998,4,,7.303999999999999,2,7,3,4,1,5,6,15.478,1,1,1,1,2,1,9,8,,18.489,3,4,4,2,4,4,20.325,1,,3.1289999999999996,2.0,1997.0,Arizona,2.0,2.0,1.0,,7.0,,,8.0,4.0,2.0,48.778,62bddb63d7c84ff6e9c592f5,"{""startTime"":1678931163362,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":22670},{""label"":""window_focused"",""time"":23594}]}","{""startTime"":1678931101345,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678930881889,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":34549,""label"":""tour_next"",""step"":2},{""time"":38550,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678931086011,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":420,""label"":""hovered"",""timeHovered"":1148,""week"":""2022-01-31""},{""time"":4125,""label"":""hovered"",""timeHovered"":8054,""week"":""2022-01-17""}]}",0,moderate,line,0,1,0,Positive,3.5,0,2,2,9.202,4.601,3705,15.0,1.0,1.0,1,1.0,2 +2023-03-15 21:27:23,2023-03-15 21:50:14,0,100,1371,1,2023-03-15 21:50:14,R_3oGChGiVw7KhtfS,30.3341,-81.6544,EN,1,431.086,,,,,15.015999999999998,98,40,59,26.246,72.426,1,1,49.93600000000001,-3,-1,68.652,1,78.779,15.116,6,5,6,5,5,6,,262.053,3,3,4,1,1,6,The visualization is detailed and I mostly trust the data shown since it appears to be reliable.,74.657,4,,9.94,2,7,3,4,1,5,6,23.838,3,6,6,8,6,6,10,9,,57.942,2,2,2,4,3,3,42.361000000000004,2,,11.134,2.0,2002.0,Florida,5.0,3.0,1.0,,7.0,,,19.0,4.0,2.0,77.008,6110c3de4d73c26eb588091f,"{""startTime"":1678930681105,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":2063,""label"":""hovered"",""timeHovered"":2019,""week"":""2022-01-03""},{""label"":""window_blurred"",""time"":4913},{""label"":""window_focused"",""time"":8542}]}","{""startTime"":1678930943916,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678930522773,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":42657,""label"":""tour_next"",""step"":2},{""time"":48714,""label"":""tour_end"",""step"":2},{""time"":55690,""label"":""hovered"",""timeHovered"":1326,""week"":""2021-05-10""},{""time"":58354,""label"":""hovered"",""timeHovered"":1977,""week"":""2021-07-12""},{""time"":62986,""label"":""hovered"",""timeHovered"":1443,""week"":""2021-08-30""}]}","{""startTime"":1678930665145,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7286,""label"":""hovered"",""timeHovered"":1514,""week"":""2022-01-10""}]}",0,moderate,line,1,1,0,Positive,2.7,0,1,1,1.514,1.514,0,15.0,1.0,0.0,1,0.0,2 +2023-03-15 21:32:13,2023-03-15 21:50:22,0,100,1088,1,2023-03-15 21:50:23,R_3gY4kJUJtUbe7ud,26.6909,-81.9483,EN,1,9.127,,,,,15.008,93,92,50,58.813,201.107,1,1,66.90100000000001,1,1,78.208,-2,41.972,15.007,6,6,6,5,7,6,Thank you for the opportunity.,60.446000000000005,6,6,7,5,4,6,The chart seems to be accurate and reliable.,109.35,6,Thank you.,26.052,2,7,3,4,1,5,6,42.457,6,10,10,10,8,10,10,10,"I am satisfied, thank you.",58.214,2,2,2,3,2,2,85.85600000000001,4,,15.828,2.0,1967.0,Florida,3.0,1.0,1.0,,7.0,,,5.0,3.0,1.0,94.602,638a2f44aadfb032e1116645,"{""startTime"":1678930696593,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930757897,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930435932,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":5110,""label"":""hovered"",""timeHovered"":1450,""week"":""2022-02-07""},{""time"":29143,""label"":""hovered"",""timeHovered"":2166,""week"":""2021-11-29""},{""time"":33359,""label"":""hovered"",""timeHovered"":6000,""week"":""2022-01-03""},{""time"":48087,""label"":""tour_next"",""step"":5},{""time"":72346,""label"":""started_brush"",""startDate"":""2022-01-08"",""endDate"":""2022-01-17""},{""time"":75342,""label"":""tour_next"",""step"":5},{""time"":95386,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-10-10""},{""time"":113975,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-11""},{""time"":121457,""label"":""moved_brush"",""startDate"":""2021-04-12"",""endDate"":""2022-02-13""},{""time"":122777,""label"":""moved_brush"",""startDate"":""2021-04-12"",""endDate"":""2022-02-13""},{""time"":126997,""label"":""tour_back"",""step"":5},{""time"":135777,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-11""},{""time"":137041,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-11""},{""time"":138105,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-11""},{""time"":138537,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-11""},{""time"":139489,""label"":""moved_brush"",""startDate"":""2021-04-12"",""endDate"":""2022-02-13""},{""time"":142674,""label"":""moved_brush"",""startDate"":""2021-04-12"",""endDate"":""2021-05-03""},{""time"":146178,""label"":""cleared_brush"",""using"":""click""},{""time"":148856,""label"":""cleared_brush"",""using"":""click""},{""time"":151243,""label"":""started_brush"",""startDate"":""2021-10-16"",""endDate"":""2021-10-30""},{""time"":153801,""label"":""moved_brush"",""startDate"":""2021-10-16"",""endDate"":""2022-01-06""},{""time"":154646,""label"":""tour_next"",""step"":5},{""time"":159233,""label"":""started_brush"",""startDate"":""2021-07-15"",""endDate"":""2021-12-20""},{""time"":161233,""label"":""moved_brush"",""startDate"":""2021-07-15"",""endDate"":""2021-12-20""},{""time"":161730,""label"":""moved_brush"",""startDate"":""2021-07-15"",""endDate"":""2021-12-20""},{""time"":162896,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-09-16""},{""time"":163974,""label"":""tour_next"",""step"":5},{""time"":174485,""label"":""cleared_brush"",""using"":""click""},{""time"":174486,""label"":""cleared_brush"",""using"":""Escape""},{""time"":176749,""label"":""tour_next"",""step"":5},{""time"":190501,""label"":""tour_end"",""step"":5},{""time"":192721,""label"":""cleared_brush"",""using"":""click""},{""time"":198361,""label"":""started_brush"",""startDate"":""2021-12-13"",""endDate"":""2022-01-19""}]}","{""startTime"":1678930680828,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line,1,1,0,Positive,2.2,0,0,0,0.0,0.0,0,15.0,1.0,1.0,0,0.0,3 +2023-03-15 21:40:44,2023-03-15 21:50:55,0,100,611,1,2023-03-15 21:50:55,R_2AGZvtcwdJzq7Bh,45.1692,-93.2487,EN,1,15.7,,,,,15.110999999999999,71,91,49,18.248,43.056000000000004,1,1,41.519,-3,-3,100.31700000000001,1,58.72,15.011,6,6,6,6,6,6,,19.102,6,6,6,2,2,6,I really have no reason not to. It's presenting data which has no effect on me personally.,27.035999999999998,4,,7.265,2,7,3,4,1,5,6,19.046,4,6,1,3,4,4,10,9,,23.419,3,4,4,3,4,3,30.456999999999997,1,,2.9019999999999997,1.0,1989.0,Minnesota,3.0,1.0,1.0,,7.0,,,9.0,4.0,1.0,133.255,5d4fa7c197082b0001f7f483,"{""startTime"":1678931063928,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678931083732,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678930903303,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":14908,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2299,""week"":""46"",""id"":""chart""},{""time"":29881,""label"":""tour_next"",""step"":2},{""time"":34416,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678931048314,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":4965,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1662,""week"":""50"",""id"":""chart""},{""time"":8557,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2329,""week"":""2"",""id"":""chart""}]}",0,moderate,bar,1,0,0,Positive,3.5,0,2,2,3.991,1.9955,3592,15.0,1.0,0.0,1,0.0,2 +2023-03-15 21:40:41,2023-03-15 21:52:04,0,100,683,1,2023-03-15 21:52:05,R_1JJc45QZAbY4GDU,29.6286,-81.8919,EN,1,51.203,2.0,,1.0,3.068,15.997,67,83,50,62.92,12.668,1,1,54.036,-3,1,68.994,-3,17.087,15.007,4,4,3,3,3,3,thanks,50.898999999999994,3,3,4,4,4,4,i dont really care either way,29.480999999999998,3,thanks,26.458000000000002,2,7,3,4,1,5,6,20.641,1,1,2,2,1,3,2,5,thanks,27.516,3,3,2,3,2,2,17.528,3,4.0,12.264000000000001,1.0,1977.0,Florida,3.0,3.0,1.0,,8.0,branford,,4.0,2.0,1.0,127.65899999999999,562563ceed6e5a000bc7f386,"{""startTime"":1678931096235,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678931148399,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678930996058,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":29,""label"":""tour_started""},{""time"":7599,""label"":""tour_next"",""step"":2},{""time"":9849,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678931080018,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":1012,""label"":""hovered"",""timeHovered"":4246,""week"":""2021-11-29""},{""time"":6076,""label"":""hovered"",""timeHovered"":1828,""week"":""2021-12-13""}]}",1,moderate,line,0,0,0,,2.5,0,2,2,6.074,3.037,5064,15.0,1.0,0.5,0,0.5,2 +2023-03-15 21:40:33,2023-03-15 21:52:32,0,100,718,1,2023-03-15 21:52:32,R_1q88FwqmutbWlKk,32.6963,-97.1346,EN,1,6.504,1.0,3.0,1.0,5.347,15.015,98,92,38,19.176,136.213,-2,1,37.427,1,1,90.552,-3,53.063,15.011,7,6,2,7,6,6,,21.47,6,7,6,6,4,6,I concrete information derived from a reliable source,21.881,5,,9.53,2,7,3,4,1,5,6,23.035,5,5,8,6,5,5,10,9,,22.314,4,4,4,1,4,4,31.594,2,1.0,14.267000000000001,2.0,1964.0,Texas,6.0,3.0,1.0,,7.0,,,17.0,3.0,1.0,137.629,5bd4e6f7c4f8e900013ae526,"{""startTime"":1678931105924,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":111,""label"":""cleared_brush"",""using"":""click""}]}","{""startTime"":1678931128059,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930898506,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":24,""label"":""tour_started""},{""time"":12793,""label"":""hovered"",""timeHovered"":2749,""week"":""2021-12-13""},{""time"":18024,""label"":""hovered"",""timeHovered"":1250,""week"":""2022-01-17""},{""time"":22780,""label"":""tour_next"",""step"":5},{""time"":46415,""label"":""started_brush"",""startDate"":""2021-08-04"",""endDate"":""2021-10-21""},{""time"":48907,""label"":""started_brush"",""startDate"":""2021-12-06"",""endDate"":""2022-01-27""},{""time"":51436,""label"":""tour_next"",""step"":5},{""time"":74881,""label"":""started_brush"",""startDate"":""2021-07-30"",""endDate"":""2021-09-09""},{""time"":88346,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-09""},{""time"":97847,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-09""},{""time"":99871,""label"":""moved_brush"",""startDate"":""2021-04-14"",""endDate"":""2022-02-13""},{""time"":102505,""label"":""moved_brush"",""startDate"":""2021-04-14"",""endDate"":""2022-02-13""},{""time"":107889,""label"":""moved_brush"",""startDate"":""2021-04-14"",""endDate"":""2022-02-13""},{""time"":108297,""label"":""moved_brush"",""startDate"":""2021-04-14"",""endDate"":""2022-02-13""},{""time"":108467,""label"":""moved_brush"",""startDate"":""2021-04-14"",""endDate"":""2022-02-13""},{""time"":108988,""label"":""moved_brush"",""startDate"":""2021-04-14"",""endDate"":""2022-02-13""},{""time"":109695,""label"":""moved_brush"",""startDate"":""2021-04-14"",""endDate"":""2022-02-13""},{""time"":110575,""label"":""tour_next"",""step"":5},{""time"":116996,""label"":""cleared_brush"",""using"":""click""},{""time"":117006,""label"":""cleared_brush"",""using"":""Escape""},{""time"":119131,""label"":""tour_next"",""step"":5},{""time"":130977,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678931090012,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line,1,0,0,Positive,3.5,0,0,0,0.0,0.0,0,15.0,0.5,1.0,0,0.0,3 +2023-03-15 21:39:41,2023-03-15 21:52:50,0,100,788,1,2023-03-15 21:52:50,R_xEoGWND77OYga0p,44.9028,-89.5819,EN,1,19.901,1.0,2.0,1.0,5.841,15.115,73,66,19,20.74,65.65899999999999,1,1,85.20299999999999,-3,-3,63.9,1,77.298,15.017000000000001,6,5,6,6,6,6,,77.153,6,5,6,6,6,6,I trust this visualization because it contains scientific data in a bar charge that indicates how many cases of COVID 19 were confirmed during that week. ,47.415,3,,15.93,2,7,3,4,1,5,6,18.977,7,8,8,7,7,6,8,8,,24.891,4,3,3,3,4,4,64.95100000000001,4,1.0,19.079,2.0,1992.0,Wisconsin,5.0,2.0,1.0,,7.0,,,11.0,3.0,2.0,76.721,63617635b76b7732fc0f141e,"{""startTime"":1678931103859,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678931034809,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678930888637,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":21,""label"":""tour_started""},{""time"":15739,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1880,""week"":""50"",""id"":""chart""},{""time"":20700,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1764,""week"":""1"",""id"":""chart""},{""time"":22798,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1232,""week"":""52"",""id"":""chart""},{""time"":26981,""label"":""tour_next"",""step"":2},{""time"":29133,""label"":""tour_end"",""step"":2},{""time"":60579,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1267,""week"":""3"",""id"":""chart""}]}","{""startTime"":1678931019208,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":1941,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1567,""week"":""52"",""id"":""chart""},{""time"":3536,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1755,""week"":""1"",""id"":""chart""}]}",1,moderate,bar,1,1,0,Positive,3.5,0,2,2,3.322,1.661,1595,15.0,1.0,0.0,1,0.0,2 +2023-03-15 21:40:28,2023-03-15 21:53:04,0,100,755,1,2023-03-15 21:53:04,R_3nP1IHYR7HPLNK6,33.2109,-117.2232,EN,1,7.097,1.0,4.0,2.0,12.42,15.112,100,75,100,26.455,125.37200000000001,1,1,81.624,-2,-3,63.691,-2,43.953,15.107000000000001,7,3,6,6,7,6,thanks,51.879,6,7,7,6,5,7,"It makes sense, based on reports we've heard from scientists during this pandemic crisis.",49.93899999999999,5,thanks,11.470999999999998,2,7,3,4,1,5,6,25.430999999999997,4,6,4,6,9,4,9,8,,49.343,4,4,4,2,4,3,33.361999999999995,1,1.0,15.664000000000001,2.0,1958.0,California,6.0,2.0,1.0,,9.0,,VISTA,5.0,3.0,1.0,61.675,6164674aee2f6131757520fe,"{""startTime"":1678931165797,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931077735,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":2575,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4347,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678930891036,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":27,""label"":""tour_started""},{""time"":10928,""label"":""tour_next"",""step"":5},{""time"":52985,""label"":""started_brush"",""startDate"":""2021-06-29"",""endDate"":""2021-11-08""},{""time"":53905,""label"":""tour_next"",""step"":5},{""time"":64777,""label"":""moved_brush"",""startDate"":""2021-06-01"",""endDate"":""2021-10-12""},{""time"":65777,""label"":""tour_next"",""step"":5},{""time"":70833,""label"":""cleared_brush"",""using"":""Click""},{""time"":72384,""label"":""tour_next"",""step"":5},{""time"":80984,""label"":""tour_end"",""step"":5},{""time"":89937,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1867,""week"":""50"",""id"":""chart""},{""time"":92988,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2099,""week"":""27"",""id"":""chart""},{""time"":99215,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4514,""week"":""50"",""id"":""chart""},{""time"":105449,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4796,""week"":""50"",""id"":""chart""},{""time"":111955,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5013,""week"":""51"",""id"":""chart""},{""time"":120139,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1612,""week"":""3"",""id"":""chart""}]}","{""startTime"":1678931061991,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":7646,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1617,""week"":""50"",""id"":""chart""}]}",1,complex,bar,0,1,0,Positive,3.5,0,1,1,1.617,1.617,0,15.0,1.0,0.0,0,0.0,3 +2023-03-15 21:46:26,2023-03-15 21:53:25,0,100,419,1,2023-03-15 21:53:26,R_1GWcfNimAtwjFwf,38.9268,-94.7134,EN,1,3.1430000000000002,,,,,15.119000000000002,100,68,79,13.9,18.114,1,1,25.987,1,1,39.893,-1,37.809,15.019,7,5,7,3,6,6,,32.001999999999995,5,5,6,1,1,6,the data it covers is too specific to be false,29.647,5,,16.979,2,7,3,4,1,5,6,11.946,3,9,2,8,5,3,11,11,,30.92,4,4,4,2,4,3,36.949,1,,4.419,1.0,2000.0,Kansas,6.0,3.0,1.0,,7.0,,,17.0,4.0,2.0,47.711999999999996,5f87cb31bea4ed20a90d8168,"{""startTime"":1678931350987,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678931299524,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678931225184,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":4,""label"":""tour_started""},{""time"":7922,""label"":""tour_next"",""step"":2},{""time"":11558,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678931284089,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,line,0,1,0,Positive,3.5,0,0,0,0.0,0.0,0,15.0,1.0,1.0,0,1.0,2 +2023-03-15 21:32:56,2023-03-15 21:53:35,0,100,1239,1,2023-03-15 21:53:36,R_1hAA77y5i7KM1Pb,37.7562,-122.4866,EN,1,108.652,,,,,15.01,44,31,34,51.423,12.458,-1,1,137.637,-3,-3,255.437,-2,83.67399999999999,15.009,4,4,4,4,4,4,,118.675,4,4,4,4,4,4,I slightly understand the graph representation ,63.067,2,,4.864,2,7,3,4,1,5,6,40.155,5,5,5,6,4,5,10,9,,69.718,3,3,3,3,3,3,10.675999999999998,6,,5.101,1.0,1962.0,California,6.0,3.0,1.0,,3.0,,,10.0,3.0,1.0,63.05,62ff26509176c97c9ceebc2b,"{""startTime"":1678930956684,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_focused"",""time"":92286}]}","{""startTime"":1678930956684,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_focused"",""time"":92286}]}","{""startTime"":1678930657464,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":21,""label"":""tour_started""},{""time"":4144,""label"":""tour_next"",""step"":2},{""time"":9853,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678930938429,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":15535}]}",0,moderate,bar,0,1,0,Negative,3.0,0,0,0,0.0,0.0,0,15.535,0.5,0.0,0,0.0,2 +2023-03-15 21:45:22,2023-03-15 21:53:37,0,100,495,1,2023-03-15 21:53:38,R_1HcLlY0jLgmtIQ2,33.5137,-83.8699,EN,1,21.416,,,,,15.015999999999998,69,93,75,19.866,27.078000000000003,1,1,41.026,1,1,46.108999999999995,1,34.849000000000004,15.109000000000002,6,4,5,5,7,6,,29.95,5,6,6,2,2,6,"The source seems trustworthy, and I don't have any reason to not trust it.",23.228,5,,6.771,2,7,3,4,1,5,6,15.325,3,8,9,8,8,8,10,10,,27.163,2,3,3,4,2,2,36.69,5,,5.7379999999999995,1.0,1982.0,Georgia,3.0,1.0,1.0,,7.0,,,7.0,2.0,1.0,52.293,5865ecf6a7f6480001ed9791,"{""startTime"":1678931295740,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931326076,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931211225,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":12234,""label"":""tour_next"",""step"":2},{""time"":15506,""label"":""tour_end"",""step"":2},{""time"":25169,""label"":""hovered"",""timeHovered"":1180,""week"":""2022-01-03""}]}","{""startTime"":1678931280165,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,line,1,0,0,Positive,2.7,0,0,0,0.0,0.0,0,15.0,1.0,1.0,1,1.0,1 +2023-03-15 21:42:34,2023-03-15 21:53:54,0,100,680,1,2023-03-15 21:53:55,R_1I9PtGRXdMysCeu,41.8482,-87.6521,EN,1,30.875,1.0,2.0,2.0,11.446,15.116,86,70,78,31.776999999999997,67.501,1,1,44.233000000000004,1,1,56.951,1,63.101000000000006,15.019,6,3,2,6,7,6,I don't have any additional thoughts.,34.24,3,7,5,6,2,6,It's data is sourced from the CDC.,24.798000000000002,4,I don't have any additional thoughts or comments.,19.588,2,7,3,4,1,5,6,28.379,4,5,1,3,1,1,10,10,I don't have any comments.,28.778000000000002,3,4,5,3,5,4,52.91,1,1.0,13.237,1.0,1984.0,Illinois,3.0,1.0,1.0,,3.0,,,9.0,4.0,2.0,63.545,5dd59e901986eb55f1e2cb22,"{""startTime"":1678931225698,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678931260553,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678931084385,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":13,""label"":""tour_started""},{""label"":""window_blurred"",""time"":11855},{""label"":""window_focused"",""time"":11996},{""label"":""window_blurred"",""time"":16148},{""label"":""window_focused"",""time"":17645},{""time"":18602,""label"":""tour_next"",""step"":2},{""time"":23134,""label"":""tour_end"",""step"":2},{""time"":27276,""label"":""hovered"",""timeHovered"":1807,""week"":""2021-04-26""},{""time"":29558,""label"":""hovered"",""timeHovered"":1184,""week"":""2021-05-03""},{""time"":30829,""label"":""hovered"",""timeHovered"":4989,""week"":""2021-05-03""},{""time"":36945,""label"":""hovered"",""timeHovered"":1849,""week"":""2021-04-19""},{""time"":39368,""label"":""hovered"",""timeHovered"":1585,""week"":""2021-05-03""}]}","{""startTime"":1678931210097,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line,1,0,0,Positive,4.0,0,0,0,0.0,0.0,0,15.0,1.0,1.0,1,1.0,2 +2023-03-15 21:46:32,2023-03-15 21:54:10,0,100,457,1,2023-03-15 21:54:11,R_3enq4lvuiUwZAfD,30.2661,-97.7136,EN,1,3.616,,,,,15.007,73,100,100,15.386,18.13,1,1,42.602,-3,-3,30.363000000000003,1,18.408,15.007,4,6,4,7,7,6,,29.208000000000002,5,7,7,6,5,6,"I have no personal experience on the matter and wouldn't know otherwise. However, The data seems collected and presentable, making it move believable. ",78.477,4,,7.926,2,7,3,4,1,5,6,21.265,4,5,6,7,4,6,8,9,,25.984,3,3,5,3,4,4,38.631,4,,11.982000000000001,1.0,1991.0,Texas,3.0,2.0,1.0,,7.0,,,7.0,4.0,2.0,38.991,62b1e73c146dfd1d162fdf11,"{""startTime"":1678931417891,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931311901,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931235220,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":6263,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1150,""week"":""52"",""id"":""chart""},{""time"":8513,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1050,""week"":""52"",""id"":""chart""},{""time"":10317,""label"":""tour_next"",""step"":2},{""time"":12963,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1567,""week"":""52"",""id"":""chart2""},{""time"":16664,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678931296544,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":3599,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1359,""week"":""52"",""id"":""chart2""},{""time"":9783,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1192,""week"":""4"",""id"":""chart""}]}",0,simple,bar,1,0,0,Positive,3.7,0,2,2,2.551,1.2755,6184,15.0,1.0,0.0,1,1.0,1 +2023-03-15 21:43:33,2023-03-15 21:55:13,0,100,699,1,2023-03-15 21:55:13,R_1OZHniTIxx74RF1,36.224000000000004,-83.3179,EN,1,15.587,1.0,3.0,1.0,11.552,15.017999999999999,88,82,43,23.162,37.19,1,-3,74.39699999999999,-2,1,77.404,1,51.407,15.115,3,3,2,2,2,2,,26.263,3,5,2,2,3,2,Why should I trust it? What does it prove? ,18.744,4,,10.985,2,7,3,4,1,5,6,26.503,2,2,2,7,7,3,6,3,,26.862,2,2,3,3,2,3,33.365,4,1.0,23.611,2.0,1971.0,Tennessee,6.0,2.0,1.0,,9.0,,What is the name of your first school?,11.0,2.0,1.0,127.581,563e5abecbd4c60005dc9153,"{""startTime"":1678931288413,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931231361,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":982,""label"":""hovered"",""timeHovered"":1087,""week"":""2022-01-24""},{""time"":3333,""label"":""hovered"",""timeHovered"":1492,""week"":""2021-11-29""}]}","{""startTime"":1678931100650,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":6878,""label"":""hovered"",""timeHovered"":1662,""week"":""2021-10-25""},{""time"":25741,""label"":""tour_next"",""step"":2},{""time"":32809,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678931215013,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line,0,0,0,Negative,2.5,0,0,0,0.0,0.0,0,15.0,0.5,0.5,1,0.5,1 +2023-03-15 21:41:22,2023-03-15 21:55:32,0,100,850,1,2023-03-15 21:55:33,R_6CZ5pu1OF0ZIiv7,40.5153,-112.0316,EN,1,2.845,,,,,15.109000000000002,74,28,23,68.095,172.89700000000002,1,1,41.729,1,-3,115.429,1,68.928,15.104000000000001,6,6,5,5,6,5,,27.346,4,2,3,1,3,5,I was told the data was reliable but the data is presented in an unfamiliar way. Even accurate data can be misrepresented in graphs so I'm not sure I can completely trust what a graph is showing without examining it carefully.,92.45100000000001,3,,6.317,2,7,3,4,1,5,6,16.0,4,5,3,4,4,4,9,8,,18.073,4,3,2,4,2,2,35.253,3,,3.533,1.0,1992.0,Utah,6.0,3.0,1.0,,7.0,,,5.0,4.0,2.0,105.20299999999999,559ecce6fdf99b16653fb880,"{""startTime"":1678931233006,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_focused"",""time"":6119}]}","{""startTime"":1678931261071,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930973824,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":27,""label"":""tour_started""},{""time"":1794,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":10154,""week"":""37"",""id"":""chart""},{""time"":15264,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":65148,""week"":""2"",""id"":""chart""},{""time"":81258,""label"":""tour_next"",""step"":5},{""time"":91703,""label"":""started_brush"",""startDate"":""2021-05-28"",""endDate"":""2021-09-11""},{""time"":92340,""label"":""tour_next"",""step"":5},{""time"":99632,""label"":""moved_brush"",""startDate"":""2021-05-28"",""endDate"":""2021-08-10""},{""time"":100219,""label"":""tour_next"",""step"":5},{""time"":108424,""label"":""cleared_brush"",""using"":""Click""},{""time"":109256,""label"":""tour_next"",""step"":5},{""time"":114626,""label"":""tour_end"",""step"":5},{""time"":124288,""label"":""started_brush"",""startDate"":""2021-05-29"",""endDate"":""2021-09-01""},{""label"":""window_blurred"",""time"":132088},{""label"":""window_focused"",""time"":171897}]}","{""startTime"":1678931216989,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":11343}]}",0,complex,bar,1,0,0,Negative,2.8,0,0,0,0.0,0.0,0,11.343,1.0,0.5,1,1.0,3 +2023-03-15 21:48:40,2023-03-15 21:55:51,0,100,431,1,2023-03-15 21:55:52,R_3M9H8wC2ZEGeWY1,29.5422,-95.3212,EN,1,17.488,1.0,3.0,1.0,5.736000000000001,15.11,78,38,24,16.189,28.671999999999997,1,1,26.401,1,1,29.403000000000002,-3,20.601999999999997,15.112,6,5,6,5,6,6,,23.296999999999997,3,3,3,5,2,5,Data could be presented better,15.527000000000001,5,,7.669,2,7,4,5,1,3,6,50.994,4,7,4,9,6,6,10,10,,16.475,3,4,4,2,3,4,21.776999999999997,2,1.0,6.683,1.0,1985.0,Texas,8.0,2.0,1.0,,7.0,,,17.0,4.0,1.0,57.205,633c2576bb250e8f0da2be0a,"{""startTime"":1678931488155,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931449321,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931383560,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":4100,""label"":""tour_next"",""step"":5},{""time"":9433,""label"":""started_brush"",""startDate"":""2021-05-10"",""endDate"":""2021-08-14""},{""time"":11132,""label"":""tour_next"",""step"":5},{""time"":15266,""label"":""started_brush"",""startDate"":""2021-10-06"",""endDate"":""2021-11-04""},{""time"":17683,""label"":""started_brush"",""startDate"":""2021-05-13"",""endDate"":""2021-10-14""},{""time"":18320,""label"":""moved_brush"",""startDate"":""2021-05-13"",""endDate"":""2021-10-14""},{""time"":20189,""label"":""moved_brush"",""startDate"":""2021-06-02"",""endDate"":""2021-11-03""},{""time"":20848,""label"":""tour_next"",""step"":5},{""time"":24172,""label"":""cleared_brush"",""using"":""click""},{""time"":25365,""label"":""tour_next"",""step"":5},{""time"":26831,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678931433743,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line,1,0,0,Negative,3.3,0,0,0,0.0,0.0,0,15.0,1.0,1.0,0,0.0,3 +2023-03-15 21:46:23,2023-03-15 21:56:31,0,100,607,1,2023-03-15 21:56:31,R_DNMsYv2k49PT1K1,32.4581,-84.9963,EN,1,9.532,,,,,15.113,83,77,64,21.805999999999997,107.333,1,1,42.695,1,1,56.802,-2,33.383,15.012,6,5,7,6,7,7,,31.615,5,5,5,1,1,6,It looks like scientific data that is trusworthy,26.6,5,,8.762,2,7,3,4,1,5,6,19.125999999999998,3,3,11,7,2,9,9,10,,27.95,3,2,3,3,3,4,24.673000000000002,7,,8.432,1.0,1954.0,Georgia,7.0,1.0,1.0,,7.0,,,7.0,1.0,1.0,107.76700000000001,6143e022ec8dfbce17b7e211,"{""startTime"":1678931451484,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931396605,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":5177,""label"":""started_brush"",""startDate"":""2021-10-20"",""endDate"":""2022-01-20""}]}","{""startTime"":1678931239316,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":26404,""label"":""tour_next"",""step"":5},{""time"":39822,""label"":""cleared_brush"",""using"":""click""},{""time"":40821,""label"":""cleared_brush"",""using"":""click""},{""time"":46893,""label"":""started_brush"",""startDate"":""2021-12-28"",""endDate"":""2022-01-01""},{""time"":50197,""label"":""cleared_brush"",""using"":""click""},{""time"":52381,""label"":""tour_next"",""step"":5},{""time"":71878,""label"":""started_brush"",""startDate"":""2021-08-25"",""endDate"":""2022-01-20""},{""time"":80940,""label"":""moved_brush"",""startDate"":""2021-10-20"",""endDate"":""2022-01-20""},{""time"":81933,""label"":""tour_next"",""step"":5},{""time"":92488,""label"":""cleared_brush"",""using"":""click""},{""time"":92490,""label"":""cleared_brush"",""using"":""Escape""},{""time"":94305,""label"":""tour_next"",""step"":5},{""time"":102275,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678931381042,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":15062,""label"":""cleared_brush"",""using"":""click""}]}",0,complex,line,1,0,0,Positive,3.0,0,1,0,0.0,0.0,0,15.0,1.0,1.0,0,0.0,3 +2023-03-15 21:48:25,2023-03-15 21:57:10,0,100,524,1,2023-03-15 21:57:10,R_3qwANH5I9K2Ozfm,39.8616,-88.9355,EN,1,6.632999999999999,,,,,15.106,100,100,100,17.36,9.826,1,-3,34.231,-3,-3,66.189,1,47.196000000000005,15.01,6,3,3,3,3,3,,33.703,6,6,6,2,1,6,I was instructed to answer the questions as if the information provided was true,44.111999999999995,4,,11.936,2,7,3,4,1,5,6,37.399,1,1,5,1,1,3,10,8,,20.741999999999997,2,1,4,2,4,3,39.384,2,,12.015999999999998,3.0,2000.0,Illinois,3.0,1.0,1.0,,9.0,,Decatur,2.0,4.0,1.0,74.575,61509f0576598bbf74387211,"{""startTime"":1678931508898,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678931440138,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678931347453,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":5294,""label"":""tour_next"",""step"":2},{""time"":7688,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678931424283,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,bar,1,0,0,Neutral,2.7,0,0,0,0.0,0.0,0,15.0,0.5,0.0,1,0.0,2 +2023-03-15 21:45:15,2023-03-15 21:57:11,0,100,716,1,2023-03-15 21:57:12,R_2SeriURL7PbvUHw,42.0364,-88.324,EN,1,2.522,1.0,3.0,1.0,5.582999999999999,15.009,61,40,58,9.955,16.551,1,1,31.215,1,-3,62.49100000000001,-3,29.915,15.107999999999999,5,5,5,5,4,5,,101.12200000000001,6,5,5,3,5,5,I think it seems in line with what I knew,152.985,4,,6.5889999999999995,2,7,3,4,1,5,6,14.515,3,9,3,8,4,6,10,10,,13.699000000000002,4,3,4,3,3,3,9.958,2,1.0,18.672,2.0,1989.0,Massachusetts,6.0,3.0,1.0,,7.0,,,14.0,4.0,1.0,42.781000000000006,5aa83a71f6dfdd0001eb1690,"{""startTime"":1678931555819,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678931395042,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678931203168,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":8972,""label"":""tour_next"",""step"":2},{""time"":13689,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678931296611,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar,0,1,0,Positive,3.3,0,0,0,0.0,0.0,0,15.0,1.0,0.5,0,0.5,2 +2023-03-15 21:37:16,2023-03-15 21:57:11,0,100,1194,1,2023-03-15 21:57:12,R_2489DJnuyhHCah5,28.5978,-81.3024,EN,1,33.374,2.0,,1.0,2.701,15.02,49,74,27,29.284000000000002,81.013,1,1,114.073,-3,-3,74.64,1,44.831,15.032,4,2,4,4,5,4,,33.54,4,5,4,2,4,4,I'd like to follow the source links and view more data before coming to a conclusion.,40.521,5,,8.651,2,7,3,4,1,5,6,19.127,3,6,5,6,4,3,7,7,,26.581,4,3,4,3,4,4,263.259,4,4.0,86.52799999999999,1.0,1989.0,Florida,3.0,2.0,1.0,,3.0,,,4.0,4.0,2.0,123.39299999999999,5642af61942576000566efda,"{""startTime"":1678930878504,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930912904,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":574},{""label"":""window_focused"",""time"":1390},{""label"":""window_blurred"",""time"":7311},{""label"":""window_focused"",""time"":127112}]}","{""startTime"":1678930734738,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":24,""label"":""tour_started""},{""time"":32044,""label"":""tour_next"",""step"":5},{""time"":45815,""label"":""cleared_brush"",""using"":""Click""},{""time"":47770,""label"":""started_brush"",""startDate"":""2021-07-15"",""endDate"":""2021-07-21""},{""time"":49893,""label"":""started_brush"",""startDate"":""2021-08-30"",""endDate"":""2022-02-07""},{""time"":50943,""label"":""tour_next"",""step"":5},{""time"":57026,""label"":""moved_brush"",""startDate"":""2021-08-25"",""endDate"":""2022-02-07""},{""time"":58580,""label"":""moved_brush"",""startDate"":""2021-06-08"",""endDate"":""2021-11-21""},{""time"":59858,""label"":""tour_next"",""step"":5},{""time"":69032,""label"":""cleared_brush"",""using"":""Click""},{""time"":71363,""label"":""cleared_brush"",""using"":""Click""},{""time"":72130,""label"":""cleared_brush"",""using"":""Click""},{""time"":73414,""label"":""started_brush"",""startDate"":""2021-07-28"",""endDate"":""2021-09-21""},{""time"":74121,""label"":""cleared_brush"",""using"":""Click""},{""time"":75167,""label"":""tour_next"",""step"":5},{""time"":78580,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678930862034,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":6827,""label"":""cleared_brush"",""using"":""Click""},{""time"":8260,""label"":""started_brush"",""startDate"":""2021-06-04"",""endDate"":""2021-09-29""},{""time"":11338,""label"":""moved_brush"",""startDate"":""2021-10-13"",""endDate"":""2022-02-07""},{""time"":14261,""label"":""moved_brush"",""startDate"":""2021-11-07"",""endDate"":""2022-02-07""}]}",1,complex,bar,1,0,0,Neutral,3.7,1,4,0,0.0,0.0,7434,15.0,1.0,0.0,1,1.0,3 +2023-03-15 21:34:30,2023-03-15 21:57:29,0,100,1378,1,2023-03-15 21:57:29,R_2aahPzcos3gPB4Q,32.7797,-96.8022,EN,1,39.732,1.0,3.0,1.0,3.37,15.013,64,46,40,107.036,19.935,1,1,148.332,1,1,28.296999999999997,1,36.400999999999996,15.105,4,2,4,5,6,4,,25.613000000000003,1,6,4,1,1,4,I do not trust any single source of data and I do not know the real numbers.,347.217,1,,18.748,2,7,3,4,1,5,6,16.146,1,1,1,1,1,1,6,5,"alll gucci, ty for nice paying survey",62.34,2,3,4,3,2,3,11.100999999999999,5,4.0,135.423,1.0,1986.0,Texas,4.0,2.0,1.0,,8.0,Dallas,,12.0,3.0,2.0,296.468,62838cdc775f6094ddf0664b,"{""startTime"":1678931211891,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":5582},{""label"":""window_focused"",""time"":16897}]}","{""startTime"":1678930828699,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_focused"",""time"":15269},{""label"":""window_blurred"",""time"":15638},{""label"":""window_focused"",""time"":21417},{""label"":""window_blurred"",""time"":21863},{""label"":""window_focused"",""time"":24010},{""label"":""window_blurred"",""time"":24541},{""label"":""window_focused"",""time"":27399},{""label"":""window_blurred"",""time"":27796},{""label"":""window_focused"",""time"":31357},{""label"":""window_blurred"",""time"":32450},{""label"":""window_focused"",""time"":34498}]}","{""startTime"":1678930644265,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":4,""label"":""tour_started""},{""time"":3749,""label"":""tour_next"",""step"":2},{""time"":6648,""label"":""tour_end"",""step"":2},{""label"":""window_blurred"",""time"":10100},{""time"":12592,""label"":""hovered"",""timeHovered"":1575,""week"":""2022-01-03""},{""time"":14977,""label"":""hovered"",""timeHovered"":1683,""week"":""2022-01-17""},{""label"":""window_focused"",""time"":19792}]}","{""startTime"":1678930813305,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":4866},{""label"":""window_focused"",""time"":7014},{""label"":""window_blurred"",""time"":7016},{""label"":""window_focused"",""time"":8189},{""label"":""window_blurred"",""time"":8789}]}",1,simple,line,1,0,0,Negative,2.8,0,0,0,0.0,0.0,0,5.468,1.0,1.0,1,1.0,1 +2023-03-15 21:48:47,2023-03-15 21:57:31,0,100,523,1,2023-03-15 21:57:31,R_2TsN1EuLufrbVKD,32.7797,-96.8022,EN,1,7.5360000000000005,1.0,3.0,1.0,4.388,15.107999999999999,66,56,81,32.536,47.86600000000001,1,-3,37.645,-3,-3,73.95100000000001,1,22.09,15.017999999999999,6,5,6,6,7,6,CDC is a reputable source,59.325,4,5,6,1,5,6,I was instructed to assume that I trust the visualization,19.769000000000002,4,,10.34,2,7,3,4,1,5,6,11.202,5,9,5,9,9,5,11,10,,28.206,4,3,3,3,3,3,24.392,2,1.0,11.937999999999999,2.0,1990.0,Texas,7.0,3.0,1.0,,7.0,,,6.0,2.0,2.0,45.795,6310dbdfda69599720736665,"{""startTime"":1678931535635,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":1253,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1066,""week"":""4"",""id"":""chart""}]}","{""startTime"":1678931486295,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931398836,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":43,""label"":""tour_started""},{""time"":7612,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1564,""week"":""51"",""id"":""chart""},{""time"":10347,""label"":""tour_next"",""step"":5},{""time"":19402,""label"":""started_brush"",""startDate"":""2021-08-12"",""endDate"":""2021-09-27""},{""time"":20224,""label"":""tour_next"",""step"":5},{""time"":25472,""label"":""moved_brush"",""startDate"":""2021-07-25"",""endDate"":""2021-09-09""},{""time"":26941,""label"":""cleared_brush"",""using"":""Click""},{""time"":27597,""label"":""tour_next"",""step"":5},{""time"":36271,""label"":""cleared_brush"",""using"":""Click""},{""time"":37527,""label"":""tour_next"",""step"":5},{""time"":44392,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678931470306,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":3606,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3229,""week"":""1"",""id"":""chart""},{""time"":6853,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8100,""week"":""52"",""id"":""chart""}]}",1,complex,bar,1,0,0,Neutral,3.2,0,2,2,11.329,5.6645,3247,15.0,0.5,0.0,1,1.0,3 +2023-03-15 21:48:55,2023-03-15 21:58:00,0,100,545,1,2023-03-15 21:58:01,R_vBKbA98nKxMc5sB,44.5389,-90.0359,EN,1,22.968000000000004,,,,,15.119000000000002,100,100,88,18.048,40.023,1,1,80.84899999999999,-3,-3,64.60300000000001,1,28.695999999999998,15.124,7,7,4,7,7,7,,32.494,7,7,7,6,5,7,It is put together in such a well mannered way that it makes me trust that the data is correct,20.359,1,,7.332000000000001,2,7,3,4,1,5,6,21.455,1,2,3,5,3,1,9,9,,48.888000000000005,2,2,2,4,2,2,12.38,5,,3.9530000000000003,1.0,2000.0,Wisconsin,2.0,2.0,1.0,,7.0,,,8.0,4.0,1.0,30.489,5c634094e30ff200016baccb,"{""startTime"":1678931616774,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931579980,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931442466,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":21968,""label"":""tour_next"",""step"":2},{""time"":28689,""label"":""tour_end"",""step"":2},{""label"":""window_blurred"",""time"":31354},{""label"":""window_focused"",""time"":32139}]}","{""startTime"":1678931564393,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,bar,0,1,0,Positive,2.3,0,0,0,0.0,0.0,0,15.0,1.0,0.0,1,1.0,1 +2023-03-15 21:44:45,2023-03-15 21:58:19,0,100,813,1,2023-03-15 21:58:20,R_sMObk6BZviSH5yF,43.0818,-87.89200000000001,EN,1,27.405,,,,,15.015,93,99,86,59.482,51.821999999999996,1,1,45.798,-3,-3,50.82899999999999,1,34.611,15.113,5,3,5,6,7,6,"They do not list what criteria they used to count something as an ""insect-related"" or ""fungi-related"" plant disease...that would be important to know. ",98.98,3,7,6,2,5,6,The visualization appears to be portraying concrete facts...numbers of pests per size of land through time. There are no glaringly apparent ways that this data could be portrayed in a way to falsify the results. ,117.234,5,,17.73,2,7,3,4,1,5,6,30.383000000000003,4,5,7,5,7,4,10,6,,45.581,4,4,5,2,4,3,60.582,1,,6.832999999999999,2.0,1965.0,Wisconsin,3.0,2.0,1.0,,9.0,,Milwaukee,8.0,2.0,1.0,62.45399999999999,63e1b63e2163c30bae297a66,"{""startTime"":1678931463561,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931311529,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931197274,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":7658,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4415,""week"":""33"",""id"":""chart""},{""time"":12757,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1966,""week"":""52"",""id"":""chart""},{""time"":17356,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2550,""week"":""22"",""id"":""chart""},{""time"":22328,""label"":""tour_next"",""step"":2},{""time"":34757,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2167,""week"":""26"",""id"":""chart2""},{""time"":38206,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2033,""week"":""52"",""id"":""chart2""},{""time"":45245,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678931295926,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":12491,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2595,""week"":""52"",""id"":""chart2""}]}",0,simple,bar,1,0,0,Positive,3.7,0,1,1,2.595,2.595,0,15.0,1.0,0.0,1,1.0,1 +2023-03-15 21:43:33,2023-03-15 21:58:32,0,100,899,1,2023-03-15 21:58:32,R_3oKH5JHpY5PFCv7,35.8437,-86.3881,EN,1,41.023999999999994,,,,,15.112,83,53,61,36.077,140.69299999999998,1,1,66.351,-3,-3,44.974,1,124.855,15.01,5,5,5,4,5,4,,29.016,3,4,4,3,4,3,It is rather complex.,50.074,4,,7.718999999999999,2,7,3,4,1,5,6,24.676,5,5,5,4,4,5,6,7,,25.713,3,3,3,4,3,3,27.171999999999997,2,,4.669,1.0,1979.0,Tennessee,6.0,3.0,1.0,,3.0,,,9.0,4.0,2.0,172.796,590fbd5b4e83da0001b6fbbc,"{""startTime"":1678931496056,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931413469,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931131149,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":25,""label"":""tour_started""},{""time"":16264,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3765,""week"":""1"",""id"":""chart""},{""time"":22030,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1416,""week"":""52"",""id"":""chart""},{""time"":24596,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2284,""week"":""52"",""id"":""chart""},{""time"":27813,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5299,""week"":""52"",""id"":""chart""},{""time"":33646,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1217,""week"":""51"",""id"":""chart""},{""time"":35364,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1832,""week"":""47"",""id"":""chart""},{""time"":49034,""label"":""tour_next"",""step"":5},{""time"":71651,""label"":""started_brush"",""startDate"":""2021-08-06"",""endDate"":""2021-11-22""},{""time"":72756,""label"":""tour_next"",""step"":5},{""time"":80519,""label"":""started_brush"",""startDate"":""2021-06-24"",""endDate"":""2021-10-25""},{""time"":84234,""label"":""moved_brush"",""startDate"":""2021-06-25"",""endDate"":""2021-10-26""},{""time"":84707,""label"":""moved_brush"",""startDate"":""2021-06-26"",""endDate"":""2021-10-27""},{""time"":86182,""label"":""tour_next"",""step"":5},{""time"":101619,""label"":""started_brush"",""startDate"":""2021-10-25"",""endDate"":""2022-01-22""},{""time"":102291,""label"":""moved_brush"",""startDate"":""2021-10-26"",""endDate"":""2022-01-23""},{""time"":103007,""label"":""moved_brush"",""startDate"":""2021-10-26"",""endDate"":""2022-01-23""},{""time"":113333,""label"":""moved_brush"",""startDate"":""2021-10-27"",""endDate"":""2022-01-24""},{""time"":114047,""label"":""moved_brush"",""startDate"":""2021-10-27"",""endDate"":""2022-01-24""},{""time"":114293,""label"":""moved_brush"",""startDate"":""2021-10-28"",""endDate"":""2022-01-24""},{""time"":115159,""label"":""moved_brush"",""startDate"":""2021-11-10"",""endDate"":""2022-02-07""},{""time"":118791,""label"":""started_brush"",""startDate"":""2021-08-29"",""endDate"":""2021-09-16""},{""time"":122366,""label"":""started_brush"",""startDate"":""2021-04-15"",""endDate"":""2021-06-07""},{""time"":125970,""label"":""cleared_brush"",""using"":""Click""},{""time"":127205,""label"":""tour_next"",""step"":5},{""time"":131912,""label"":""tour_end"",""step"":5},{""time"":135917,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1750,""week"":""51"",""id"":""chart""}]}","{""startTime"":1678931397876,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,bar,0,1,0,Negative,3.2,0,0,0,0.0,0.0,0,15.0,1.0,0.0,1,1.0,3 +2023-03-15 21:51:38,2023-03-15 21:58:42,0,100,423,1,2023-03-15 21:58:43,R_2YahwTryleDuMEm,47.5741,-122.3975,EN,1,4.736000000000001,1.0,4.0,2.0,4.897,15.11,87,85,64,16.977999999999998,58.676,1,1,34.089,1,1,23.601,1,41.355,15.01,6,7,6,7,6,7,,18.72,6,7,6,5,6,6,"It seems unbiased, in terms of not distorting/scaling axes to slant the story",32.149,5,,11.543,2,7,3,4,1,5,6,14.237,3,7,3,8,6,6,10,9,,21.945999999999998,4,4,4,2,5,4,24.179000000000002,2,1.0,8.217,1.0,1986.0,Washington,6.0,1.0,1.0,,7.0,,,17.0,4.0,2.0,43.95,5b739512924a8800013e84b7,"{""startTime"":1678931690574,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931709818,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931574353,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":5062,""label"":""tour_next"",""step"":5},{""time"":16541,""label"":""started_brush"",""startDate"":""2021-07-18"",""endDate"":""2022-01-06""},{""time"":17676,""label"":""tour_next"",""step"":5},{""time"":21684,""label"":""moved_brush"",""startDate"":""2021-07-18"",""endDate"":""2021-12-04""},{""time"":22773,""label"":""tour_next"",""step"":5},{""time"":27995,""label"":""cleared_brush"",""using"":""click""},{""time"":29407,""label"":""tour_next"",""step"":5},{""time"":31739,""label"":""tour_end"",""step"":5},{""time"":35346,""label"":""cleared_brush"",""using"":""click""},{""time"":35348,""label"":""cleared_brush"",""using"":""Escape""},{""time"":37241,""label"":""cleared_brush"",""using"":""click""},{""time"":37243,""label"":""cleared_brush"",""using"":""Escape""},{""time"":37740,""label"":""cleared_brush"",""using"":""click""},{""time"":37742,""label"":""cleared_brush"",""using"":""Escape""},{""time"":37774,""label"":""cleared_brush"",""using"":""click""},{""time"":37776,""label"":""cleared_brush"",""using"":""Escape""},{""time"":37807,""label"":""cleared_brush"",""using"":""click""},{""time"":37808,""label"":""cleared_brush"",""using"":""Escape""},{""time"":37839,""label"":""cleared_brush"",""using"":""click""},{""time"":37840,""label"":""cleared_brush"",""using"":""Escape""},{""time"":37873,""label"":""cleared_brush"",""using"":""click""},{""time"":37875,""label"":""cleared_brush"",""using"":""Escape""},{""time"":37907,""label"":""cleared_brush"",""using"":""click""},{""time"":37909,""label"":""cleared_brush"",""using"":""Escape""},{""time"":37938,""label"":""cleared_brush"",""using"":""click""},{""time"":37940,""label"":""cleared_brush"",""using"":""Escape""},{""time"":37973,""label"":""cleared_brush"",""using"":""click""},{""time"":37975,""label"":""cleared_brush"",""using"":""Escape""},{""time"":38005,""label"":""cleared_brush"",""using"":""click""},{""time"":38007,""label"":""cleared_brush"",""using"":""Escape""},{""time"":38037,""label"":""cleared_brush"",""using"":""click""},{""time"":38039,""label"":""cleared_brush"",""using"":""Escape""},{""time"":38072,""label"":""cleared_brush"",""using"":""click""},{""time"":38074,""label"":""cleared_brush"",""using"":""Escape""},{""time"":38104,""label"":""cleared_brush"",""using"":""click""},{""time"":38106,""label"":""cleared_brush"",""using"":""Escape""},{""time"":38137,""label"":""cleared_brush"",""using"":""click""},{""time"":38138,""label"":""cleared_brush"",""using"":""Escape""},{""time"":38171,""label"":""cleared_brush"",""using"":""click""},{""time"":38172,""label"":""cleared_brush"",""using"":""Escape""},{""time"":38204,""label"":""cleared_brush"",""using"":""click""},{""time"":38206,""label"":""cleared_brush"",""using"":""Escape""},{""time"":38236,""label"":""cleared_brush"",""using"":""click""},{""time"":38238,""label"":""cleared_brush"",""using"":""Escape""},{""time"":38270,""label"":""cleared_brush"",""using"":""click""},{""time"":38272,""label"":""cleared_brush"",""using"":""Escape""},{""time"":41722,""label"":""cleared_brush"",""using"":""click""},{""time"":41724,""label"":""cleared_brush"",""using"":""Escape""},{""time"":45260,""label"":""started_brush"",""startDate"":""2021-07-05"",""endDate"":""2021-11-23""},{""time"":51466,""label"":""cleared_brush"",""using"":""click""}]}","{""startTime"":1678931675074,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line,1,0,0,Positive,3.8,0,0,0,0.0,0.0,0,15.0,1.0,1.0,1,1.0,3 +2023-03-15 21:51:14,2023-03-15 21:58:43,0,100,448,1,2023-03-15 21:58:43,R_wYnOh41sEBnjuEx,38.9683,-95.2695,EN,1,11.022,,,,,15.106,93,100,82,12.887,26.523000000000003,1,1,32.659,1,1,38.471,-1,20.636999999999997,15.008,4,5,4,6,6,5,,21.612,6,6,6,5,5,7,It was given in the prompt that I was assumed to trust it,13.31,5,,11.879000000000001,2,7,3,4,1,5,6,16.919,1,8,7,7,4,8,10,9,,40.723,2,4,4,2,3,4,24.552,3,,6.042999999999999,2.0,2001.0,Kansas,6.0,3.0,1.0,,7.0,,,16.0,3.0,1.0,90.72,60fb66677fec313644c22612,"{""startTime"":1678931604534,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678931627203,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678931521376,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":9573,""label"":""hovered"",""timeHovered"":3319,""week"":""2021-09-06""},{""time"":12941,""label"":""hovered"",""timeHovered"":2625,""week"":""2021-09-06""},{""time"":17985,""label"":""tour_next"",""step"":2},{""time"":22551,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678931588112,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":1963,""label"":""hovered"",""timeHovered"":1014,""week"":""2022-01-31""},{""time"":6046,""label"":""hovered"",""timeHovered"":1026,""week"":""2022-01-10""}]}",0,moderate,line,0,0,0,Neutral,3.2,0,2,2,2.04,1.02,4083,15.0,1.0,1.0,0,1.0,2 +2023-03-15 21:32:44,2023-03-15 21:58:51,0,100,1566,1,2023-03-15 21:58:53,R_1IaQsuy97NlsZhC,42.2314,-83.6344,EN,1,167.703,1.0,2.0,1.0,9.234,15.011,86,100,87,21.824,69.96600000000001,1,1,101.396,-3,-3,318.991,-2,149.635,15.115,4,5,4,6,6,4,,155.368,5,7,6,5,6,6,"Because at the beginning of the page, the survey stated: ""Assuming you trust this visualization...""",49.221000000000004,3,,11.722000000000001,2,7,3,4,1,5,6,110.37100000000001,5,5,7,7,5,4,8,8,,100.527,3,3,3,4,4,2,76.296,5,2.0,14.343,2.0,2001.0,Michigan,3.0,1.0,1.0,,9.0,,Ypsilanti,11.0,1.0,1.0,68.926,5fc4c48946722649740111be,"{""startTime"":1678930782945,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":53,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2973,""week"":""52"",""id"":""chart""},{""time"":3980,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2946,""week"":""50"",""id"":""chart""},{""time"":7764,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1929,""week"":""50"",""id"":""chart""},{""time"":10381,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1512,""week"":""50"",""id"":""chart""},{""time"":12733,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8586,""week"":""4"",""id"":""chart""},{""time"":22580,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7230,""week"":""52"",""id"":""chart2""}]}","{""startTime"":1678930939376,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678930594491,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":26,""label"":""tour_started""},{""time"":7085,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":19226,""week"":""50"",""id"":""chart""},{""time"":28033,""label"":""tour_next"",""step"":2},{""time"":30894,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1734,""week"":""52"",""id"":""chart2""},{""time"":32654,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1107,""week"":""51"",""id"":""chart2""},{""time"":33778,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3649,""week"":""50"",""id"":""chart2""},{""time"":37484,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4245,""week"":""51"",""id"":""chart2""},{""time"":43004,""label"":""tour_end"",""step"":2},{""time"":45352,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4959,""week"":""50"",""id"":""chart2""},{""time"":50935,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4626,""week"":""49"",""id"":""chart""},{""time"":57176,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3604,""week"":""1"",""id"":""chart""},{""time"":62183,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1966,""week"":""1"",""id"":""chart2""},{""time"":67034,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1086,""week"":""1"",""id"":""chart""}]}","{""startTime"":1678930766974,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar,0,0,0,Neutral,3.2,0,0,0,0.0,0.0,0,15.0,1.0,0.0,0,1.0,1 +2023-03-15 21:46:29,2023-03-15 21:59:01,0,100,751,1,2023-03-15 21:59:02,R_2rGaPNhzt7E6p3e,37.6736,-122.0944,EN,1,40.832,1.0,4.0,2.0,5.6610000000000005,15.116,85,86,59,30.449,53.733999999999995,1,1,55.302,1,1,227.53900000000002,1,47.919,15.01,5,4,5,6,7,5,,27.268,6,6,5,4,4,6,It seems to be accurate based on what I know about unvaccinated versus vaccinated covid cases,43.948,3,,12.43,2,7,3,4,1,5,6,16.079,3,7,6,8,8,5,10,9,,24.772,2,1,3,4,3,3,30.204,2,2.0,9.843,5.0,1982.0,California,6.0,2.0,1.0,,10.0,,,19.0,4.0,2.0,46.908,5d73c234dec761000138c0f0,"{""startTime"":1678931488916,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931419612,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931293655,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":19,""label"":""tour_started""},{""time"":8934,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1198,""week"":""52"",""id"":""chart""},{""time"":10820,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1027,""week"":""3"",""id"":""chart""},{""time"":15240,""label"":""tour_next"",""step"":2},{""time"":23857,""label"":""tour_end"",""step"":2},{""time"":25349,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1085,""week"":""52"",""id"":""chart""},{""time"":30140,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1374,""week"":""1"",""id"":""chart2""}]}","{""startTime"":1678931404041,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":7613,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1049,""week"":""38"",""id"":""chart""},{""time"":9952,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1076,""week"":""52"",""id"":""chart2""},{""time"":11653,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1109,""week"":""52"",""id"":""chart2""}]}",1,simple,bar,0,1,0,Positive,2.7,0,3,3,3.234,1.078,4040,15.0,1.0,1.0,1,1.0,1 +2023-03-15 21:41:17,2023-03-15 21:59:03,0,100,1066,1,2023-03-15 21:59:03,R_OrQsW37RdBvVEDD,43.2078,-77.6602,EN,1,5.894,1.0,2.0,2.0,13.763,15.203,100,87,64,55.608000000000004,41.273999999999994,1,-3,159.83100000000002,1,1,135.455,-3,123.132,15.255,7,7,7,7,7,7,,50.75899999999999,7,7,7,4,6,7,The data is easy to understand and nothing seems inaccurate based on what I remember hearing or reading in the news.,64.585,1,,15.799000000000001,2,7,3,4,1,5,6,37.937,3,8,1,1,10,1,11,4,,76.24,4,4,5,2,5,4,51.292,1,1.0,28.997,1.0,1984.0,New York,2.0,2.0,1.0,,7.0,,,1.0,3.0,2.0,65.332,565b2be310593c000bff9695,"{""startTime"":1678931344572,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931210847,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678930991169,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":89,""label"":""tour_started""},{""time"":14876,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1356,""week"":""48"",""id"":""chart""},{""time"":25278,""label"":""tour_next"",""step"":2},{""time"":33078,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678931194099,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":7476,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2105,""week"":""52"",""id"":""chart""}]}",1,simple,bar,0,2,0,Positive,4.0,0,1,1,2.105,2.105,0,15.0,0.5,1.0,0,0.5,1 +2023-03-15 21:40:36,2023-03-15 21:59:10,0,100,1114,1,2023-03-15 21:59:11,R_1jlwQsu7lw1r9pX,40.1094,-76.5131,EN,1,52.402,1.0,2.0,1.0,8.6,15.017999999999999,100,100,100,33.766999999999996,74.377,1,1,54.123000000000005,-1,-1,284.572,1,164.201,15.019,7,7,7,7,7,7,,21.073,7,7,7,7,7,7,"It is clear and easy to understand, I don't believe they would record false and inaccurate information ",39.374,4,,9.373,2,7,3,4,1,5,6,64.488,1,1,10,5,1,7,7,7,,70.881,1,5,5,1,3,5,59.233000000000004,6,4.0,27.144000000000002,2.0,1977.0,Pennsylvania,6.0,1.0,1.0,,9.0,,Mountville,12.0,2.0,1.0,71.464,5c1e94832c45d40001477352,"{""startTime"":1678931171243,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931106843,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678930961969,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":18204,""label"":""hovered"",""timeHovered"":4477,""week"":""2021-07-26""},{""time"":23768,""label"":""hovered"",""timeHovered"":2213,""week"":""2021-09-27""},{""time"":26155,""label"":""hovered"",""timeHovered"":3010,""week"":""2022-01-17""},{""time"":31129,""label"":""hovered"",""timeHovered"":6919,""week"":""2021-04-12""},{""time"":38104,""label"":""hovered"",""timeHovered"":4093,""week"":""2021-05-17""},{""time"":42883,""label"":""hovered"",""timeHovered"":5032,""week"":""2021-09-20""},{""time"":48521,""label"":""hovered"",""timeHovered"":3377,""week"":""2022-01-03""},{""time"":55444,""label"":""hovered"",""timeHovered"":4303,""week"":""2021-11-29""},{""time"":63205,""label"":""tour_next"",""step"":2},{""time"":70725,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678931091261,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line,1,1,0,Positive,3.3,0,0,0,0.0,0.0,0,15.0,1.0,0.0,1,1.0,1 +2023-03-15 21:51:08,2023-03-15 21:59:53,0,100,524,1,2023-03-15 21:59:53,R_3HodsVTJtpQM91m,46.3521,-94.1046,EN,1,7.638999999999999,1.0,3.0,1.0,9.629,15.01,76,88,65,17.527,48.588,1,1,45.676,1,1,59.11,-1,34.801,15.009,6,6,6,6,7,6,,30.194000000000003,5,7,7,7,7,7,The data and results of the effectiveness of the vaccine seem extremely clear,26.076999999999998,3,,14.519,2,7,3,4,1,5,6,21.74,6,8,4,6,9,3,11,8,,27.988000000000003,5,5,5,1,5,5,30.42,1,1.0,13.068,1.0,1994.0,Minnesota,6.0,3.0,1.0,,9.0,,Brainerd,8.0,3.0,1.0,57.291000000000004,5f32f61bbff4620bf0794044,"{""startTime"":1678931643214,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":15529},{""label"":""window_focused"",""time"":17111}]}","{""startTime"":1678931674226,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931532839,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":4,""label"":""tour_started""},{""time"":17016,""label"":""tour_next"",""step"":2},{""time"":21076,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678931627859,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":10416,""label"":""hovered"",""timeHovered"":1109,""week"":""2021-12-27""}]}",1,simple,line,0,1,0,Positive,4.3,0,1,1,1.109,1.109,0,15.0,1.0,1.0,0,1.0,1 +2023-03-15 21:51:34,2023-03-15 21:59:55,0,100,500,1,2023-03-15 21:59:55,R_21FyKrD47ueDAFS,38.2213,-85.7396,EN,1,7.001,1.0,4.0,2.0,7.662999999999999,15.012,100,76,71,16.465999999999998,62.218,1,1,40.458,1,1,39.79,-1,61.623000000000005,15.015999999999998,7,7,7,7,7,7,,16.175,6,6,7,2,5,7,"The data seems to be presented in a complete manner, not leaving out any facts that could obscure the point presented.",24.656,4,,7.1129999999999995,2,7,3,4,1,5,6,22.919,3,6,2,5,7,3,10,7,,16.988,2,2,2,4,2,2,18.862000000000002,2,1.0,14.158,2.0,1983.0,Kentucky,6.0,2.0,1.0,,7.0,,,10.0,4.0,2.0,69.639,578bcb2c09fb91000133750e,"{""startTime"":1678931717414,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678931671652,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678931552774,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":17089,""label"":""hovered"",""timeHovered"":2143,""week"":""2021-09-13""},{""time"":19373,""label"":""hovered"",""timeHovered"":4491,""week"":""2021-09-13""},{""time"":24181,""label"":""hovered"",""timeHovered"":1466,""week"":""2022-01-03""},{""time"":28471,""label"":""tour_next"",""step"":2},{""time"":32237,""label"":""tour_end"",""step"":2},{""time"":33058,""label"":""hovered"",""timeHovered"":1278,""week"":""2022-01-31""},{""time"":35505,""label"":""hovered"",""timeHovered"":1406,""week"":""2022-02-07""},{""time"":38258,""label"":""hovered"",""timeHovered"":1060,""week"":""2022-01-10""},{""time"":39788,""label"":""hovered"",""timeHovered"":1878,""week"":""2022-01-10""},{""time"":41676,""label"":""hovered"",""timeHovered"":1799,""week"":""2022-01-10""},{""time"":43484,""label"":""hovered"",""timeHovered"":1865,""week"":""2022-01-10""},{""time"":49354,""label"":""hovered"",""timeHovered"":1186,""week"":""2022-01-03""},{""time"":50884,""label"":""hovered"",""timeHovered"":1036,""week"":""2022-01-03""},{""time"":52036,""label"":""hovered"",""timeHovered"":1870,""week"":""2022-01-03""},{""time"":54036,""label"":""hovered"",""timeHovered"":3608,""week"":""2022-01-03""},{""time"":58076,""label"":""hovered"",""timeHovered"":1505,""week"":""2022-01-10""}]}","{""startTime"":1678931655855,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7142,""label"":""hovered"",""timeHovered"":1859,""week"":""2022-01-10""},{""time"":9775,""label"":""hovered"",""timeHovered"":1915,""week"":""2022-01-17""},{""time"":12002,""label"":""hovered"",""timeHovered"":2159,""week"":""2022-01-17""}]}",1,moderate,line,0,1,0,Positive,2.3,0,3,3,5.933,1.977666666666667,4860,15.0,1.0,1.0,0,1.0,2 +2023-03-15 21:42:08,2023-03-15 22:00:26,0,100,1098,1,2023-03-15 22:00:27,R_1C1mbFfb9S8WZB4,40.7015,-73.8422,EN,1,2.9219999999999997,,,,,15.008,100,77,46,20.442,20.748,1,1,55.494,1,-2,42.68600000000001,1,150.78,15.009,4,4,4,5,3,5,,18.545,5,6,5,5,1,5,"I don't have any inherent reason to distrust the visualization, but by the nature of a survey it is also likely to be fake and made solely for the survey.",31.956999999999997,1,,8.931000000000001,2,7,3,4,1,5,6,16.316,1,2,3,6,3,2,8,2,,155.304,3,3,5,1,3,3,13.743,4,,3.0839999999999996,1.0,2000.0,New York,6.0,1.0,1.0,,9.0,,Jamaica,5.0,4.0,1.0,395.39599999999996,608c75be6bf5ca1f23ab35ad,"{""startTime"":1678931202117,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931066813,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_focused"",""time"":17163},{""label"":""window_blurred"",""time"":18392},{""label"":""window_focused"",""time"":84652}]}","{""startTime"":1678930973167,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":9089,""label"":""tour_next"",""step"":2},{""time"":12423,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678931051130,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":904}]}",0,simple,line,1,0,0,Positive,3.0,0,0,0,0.0,0.0,0,0.904,1.0,0.5,1,1.0,1 +2023-03-15 21:49:33,2023-03-15 22:00:43,0,100,669,1,2023-03-15 22:00:43,R_dmcXO2FsiOd7dyV,41.7041,-72.679,EN,1,5.376,1.0,2.0,2.0,4.095,15.009,78,25,6,40.400999999999996,37.826,-2,1,45.988,-3,-3,61.842,1,30.848000000000003,15.007,5,3,2,3,7,3,I wish it had more information about where in the world/country presumably USA it was taken.,115.59200000000001,2,7,7,1,5,4,I'm not sure if it's some sort of optical illusion or the best way to display such data. Many of the months are so close that there might be a better way to depict the data. Additionally it covers a long time period.,56.04,2,,67.24600000000001,2,7,3,4,1,5,6,23.299,1,7,9,8,2,5,10,10,,16.951,5,5,5,1,5,5,23.013,4,1.0,9.85,1.0,1986.0,Connecticut,7.0,2.0,1.0,,7.0,,,16.0,3.0,1.0,53.733000000000004,5d62886927a84f00010fbbb4,"{""startTime"":1678931554633,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931670717,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931454085,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":6645,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3540,""week"":""2"",""id"":""chart""},{""time"":13330,""label"":""tour_next"",""step"":2},{""time"":16713,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2108,""week"":""4"",""id"":""chart2""},{""time"":22279,""label"":""tour_end"",""step"":2},{""time"":24876,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1866,""week"":""27"",""id"":""chart2""},{""time"":31108,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1022,""week"":""1"",""id"":""chart""},{""time"":32719,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1036,""week"":""52"",""id"":""chart""},{""time"":35174,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1228,""week"":""33"",""id"":""chart""}]}","{""startTime"":1678931539166,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":4782,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1658,""week"":""52"",""id"":""chart""},{""time"":10735,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1861,""week"":""3"",""id"":""chart2""}]}",1,simple,bar,0,1,0,Negative,4.3,0,2,2,3.5189999999999997,1.7595,5953,15.0,0.5,0.0,1,0.5,1 +2023-03-15 21:52:01,2023-03-15 22:00:43,0,100,521,1,2023-03-15 22:00:44,R_sMstya6WOblULBv,30.6293,-97.6687,EN,1,5.257000000000001,,,,,15.11,100,100,37,18.35,93.102,1,1,50.347,-3,-3,64.238,1,41.803000000000004,15.015,6,6,7,5,5,6,,25.45,6,5,2,3,3,5,"Well I trust it, but it may be hard for the average Joe to understand it.",21.724,3,,6.379,2,7,3,4,1,5,6,15.387,1,2,1,6,4,3,10,9,,20.96,1,2,3,4,1,1,16.21,4,,3.6889999999999996,2.0,1984.0,Texas,6.0,2.0,1.0,,7.0,,,17.0,3.0,2.0,71.089,5c935d881754ba001b25697a,"{""startTime"":1678931755949,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931716007,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931565081,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":16666,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":11966,""week"":""51"",""id"":""chart""},{""time"":28984,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2015,""week"":""51"",""id"":""chart""},{""time"":32349,""label"":""tour_next"",""step"":5},{""time"":55078,""label"":""started_brush"",""startDate"":""2021-05-30"",""endDate"":""2021-07-03""},{""time"":59453,""label"":""tour_next"",""step"":5},{""time"":65846,""label"":""moved_brush"",""startDate"":""2021-05-30"",""endDate"":""2021-06-28""},{""time"":67030,""label"":""moved_brush"",""startDate"":""2021-05-30"",""endDate"":""2021-06-22""},{""time"":68174,""label"":""moved_brush"",""startDate"":""2021-05-30"",""endDate"":""2021-06-17""},{""time"":69780,""label"":""tour_next"",""step"":5},{""time"":79659,""label"":""cleared_brush"",""using"":""Click""},{""time"":79659,""label"":""cleared_brush"",""using"":""Escape""},{""time"":80909,""label"":""tour_next"",""step"":5},{""time"":85117,""label"":""tour_end"",""step"":5},{""time"":89700,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1065,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678931700670,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":4939,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6937,""week"":""52"",""id"":""chart""}]}",0,complex,bar,0,1,0,Neutral,2.0,0,1,1,6.937,6.937,0,15.0,1.0,0.0,1,1.0,3 +2023-03-15 21:38:16,2023-03-15 22:00:44,0,100,1347,1,2023-03-15 22:00:44,R_1cYsNBYLNzQVYZx,38.8768,-104.81200000000001,EN,1,48.692,,,,,15.022,86,88,21,57.782,300.566,1,1,94.685,1,1,104.101,1,97.035,15.019,6,6,6,6,6,6,,71.444,6,6,6,2,1,6,The data appear to be reasonable.,38.875,6,,17.824,2,7,3,4,1,5,6,29.435,5,5,10,9,6,8,10,10,,49.071000000000005,5,5,5,1,5,5,50.16,4,,14.239,1.0,1949.0,Colorado,3.0,2.0,1.0,,7.0,,,7.0,3.0,1.0,257.297,5e5ae01d75f13d2efe7db45e,"{""startTime"":1678931242724,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":5464,""label"":""started_brush"",""startDate"":""2021-12-07"",""endDate"":""2022-01-16""}]}","{""startTime"":1678931314843,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678930828688,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":44505,""label"":""tour_next"",""step"":5},{""time"":102605,""label"":""tour_back"",""step"":5},{""time"":110146,""label"":""tour_next"",""step"":5},{""time"":223727,""label"":""cleared_brush"",""using"":""click""},{""time"":230824,""label"":""started_brush"",""startDate"":""2021-09-08"",""endDate"":""2022-02-10""},{""time"":235572,""label"":""tour_next"",""step"":5},{""time"":253183,""label"":""moved_brush"",""startDate"":""2021-09-10"",""endDate"":""2022-02-13""},{""time"":255697,""label"":""tour_next"",""step"":5},{""time"":269054,""label"":""cleared_brush"",""using"":""click""},{""time"":269056,""label"":""cleared_brush"",""using"":""Escape""},{""time"":275001,""label"":""tour_next"",""step"":5},{""time"":292024,""label"":""tour_end"",""step"":5},{""time"":293329,""label"":""hovered"",""timeHovered"":1063,""week"":""2022-02-07""}]}","{""startTime"":1678931227165,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line,0,1,0,Positive,4.3,0,0,0,0.0,0.0,0,15.0,1.0,1.0,1,1.0,3 +2023-03-15 21:46:07,2023-03-15 22:01:27,0,100,920,1,2023-03-15 22:01:28,R_1NnpvvsjCtLAj5u,32.7797,-96.8022,EN,1,22.346999999999998,2.0,,2.0,4.541,15.117,50,50,50,31.680999999999997,30.392,1,-1,76.473,-3,-3,155.692,-2,49.361000000000004,15.022,4,4,4,6,6,4,,59.361000000000004,4,6,1,1,1,1,N/A ,81.109,4,,18.151,2,7,3,4,1,5,6,22.706999999999997,3,2,6,7,3,3,8,4,,75.905,2,2,3,3,4,3,62.056000000000004,6,5.0,20.445,1.0,1983.0,Texas,10.0,2.0,1.0,,7.0,,,4.0,3.0,2.0,92.212,630345dd92f26599c777a5fc,"{""startTime"":1678931596287,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":6285,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":17634,""week"":""2"",""id"":""chart""},{""time"":24941,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1038,""week"":""51"",""id"":""chart""}]}","{""startTime"":1678931473681,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":1871,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2341,""week"":""3"",""id"":""chart""}]}","{""startTime"":1678931267993,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":19911,""label"":""tour_next"",""step"":2},{""time"":25530,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678931456694,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar,0,0,0,,2.8,0,0,0,0.0,0.0,0,15.0,0.5,0.0,0,0.0,2 +2023-03-15 21:49:45,2023-03-15 22:01:55,0,100,729,1,2023-03-15 22:01:56,R_Wf9sP9DynDjBWMh,47.8978,-122.0693,EN,1,20.773000000000003,,,,,15.007,87,63,35,33.967,34.694,-2,1,36.221,1,-3,130.079,-1,90.066,15.009,6,6,6,5,6,5,Seems legit to me.,41.578,6,6,4,2,1,6,The data seems fairly precise and realistic.,33.266999999999996,5,Trust but verify.,24.685,2,7,3,4,1,5,6,19.577,5,7,7,7,6,7,10,8,Trust but verify.,38.372,2,2,3,4,2,2,32.911,3,,5.166,1.0,1969.0,Washington,6.0,2.0,1.0,,7.0,,,6.0,3.0,1.0,77.92399999999999,5dd9e1e0a4aa2696d9a15c0d,"{""startTime"":1678931730864,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678931658325,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678931476449,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":19,""label"":""tour_started""},{""time"":21008,""label"":""tour_next"",""step"":2},{""time"":29264,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678931642648,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":7209,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1430,""week"":""52"",""id"":""chart""},{""time"":12945,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1080,""week"":""1"",""id"":""chart""}]}",0,moderate,bar,0,1,0,Positive,2.5,0,2,2,2.51,1.255,5736,15.0,0.5,0.5,0,0.5,2 +2023-03-15 21:51:26,2023-03-15 22:01:57,0,100,630,1,2023-03-15 22:01:57,R_1oAsvOr4qsNJkPQ,30.2881,-97.764,EN,1,237.769,,,,,15.01,92,88,64,12.0,52.678999999999995,1,1,26.256999999999998,-2,1,35.909,-3,28.018,15.012,6,6,6,6,6,6,,11.594000000000001,6,6,6,6,5,6,I assume the data is well supported considering I'm seeing it in a formal survey,33.018,2,,5.792000000000001,2,7,3,4,1,5,6,14.744000000000002,2,5,8,8,3,5,8,8,,14.835,4,4,5,1,4,4,12.356,4,,3.298,1.0,1993.0,Texas,7.0,2.0,1.0,,9.0,,Austin,17.0,3.0,2.0,77.098,5e8953f2e770eb5f55dfc4c0,"{""startTime"":1678931862779,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931875062,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931764502,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":13899,""label"":""tour_next"",""step"":5},{""time"":30566,""label"":""started_brush"",""startDate"":""2021-06-05"",""endDate"":""2021-11-02""},{""time"":31565,""label"":""tour_next"",""step"":5},{""time"":38118,""label"":""moved_brush"",""startDate"":""2021-05-06"",""endDate"":""2021-11-02""},{""time"":38642,""label"":""tour_next"",""step"":5},{""time"":43878,""label"":""moved_brush"",""startDate"":""2021-05-06"",""endDate"":""2021-11-02""},{""time"":46248,""label"":""cleared_brush"",""using"":""click""},{""time"":46250,""label"":""cleared_brush"",""using"":""Escape""},{""time"":46801,""label"":""tour_next"",""step"":5},{""time"":50093,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678931847299,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":6568,""label"":""hovered"",""timeHovered"":2937,""week"":""2021-11-22""}]}",0,complex,line,1,0,0,Positive,3.7,0,1,1,2.937,2.937,0,15.0,1.0,0.5,0,0.0,3 +2023-03-15 21:52:58,2023-03-15 22:02:52,0,100,593,1,2023-03-15 22:02:52,R_1Qc2iRc5kRChxMd,40.5482,-122.3367,EN,1,3.9360000000000004,2.0,,1.0,3.545,15.009,77,100,50,31.46,19.378,1,1,74.21,1,1,75.146,1,53.068000000000005,15.008,4,4,4,7,7,4,,24.862,4,7,6,2,3,4,I am not sure if I trust it until I get more information on what was conducted.,38.16,4,,12.373,2,7,3,4,1,5,6,27.679000000000002,8,6,9,6,8,6,6,8,,24.809,2,2,4,4,2,2,30.491999999999997,7,2.0,21.281,2.0,1999.0,California,6.0,1.0,1.0,,7.0,,,6.0,1.0,2.0,77.238,60fd8e58bf7248c3312f59c1,"{""startTime"":1678931755638,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931781074,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":591,""label"":""hovered"",""timeHovered"":1415,""week"":""2021-12-06""}]}","{""startTime"":1678931645386,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":1423,""label"":""hovered"",""timeHovered"":4688,""week"":""2021-12-13""},{""time"":8104,""label"":""hovered"",""timeHovered"":3348,""week"":""2022-01-03""},{""time"":12679,""label"":""tour_next"",""step"":2},{""time"":17429,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678931739901,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line,1,0,0,Positive,2.7,0,0,0,0.0,0.0,0,15.0,1.0,1.0,1,1.0,1 +2023-03-15 21:47:47,2023-03-15 22:03:09,0,100,922,1,2023-03-15 22:03:10,R_2cilxlgT4rnmqzD,24.5615,-81.7818,EN,1,19.291,,,,,15.114,97,98,90,59.638000000000005,347.944,-2,1,80.305,1,-2,83.76100000000001,-3,19.447,15.013,7,6,4,7,7,7,,23.636999999999997,7,7,7,6,6,7,I work with data and I love data.,16.558,3,,9.234,2,7,3,4,1,5,6,30.165,5,6,8,8,6,6,10,9,,23.191999999999997,4,4,5,2,5,4,30.008000000000003,2,,7.797999999999999,2.0,1960.0,Florida,3.0,3.0,1.0,,7.0,,,8.0,4.0,1.0,78.778,5c1baf8fdbc4da0001648218,"{""startTime"":1678931796518,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931757216,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931371889,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":32,""label"":""tour_started""},{""time"":13619,""label"":""tour_next"",""step"":5},{""time"":32063,""label"":""tour_back"",""step"":5},{""time"":38267,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":11613,""week"":""50"",""id"":""chart""},{""time"":53871,""label"":""tour_next"",""step"":5},{""time"":55945,""label"":""tour_back"",""step"":5},{""time"":59071,""label"":""tour_next"",""step"":5},{""time"":70519,""label"":""tour_back"",""step"":5},{""time"":85853,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1582,""week"":""2"",""id"":""chart""},{""time"":87502,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1699,""week"":""1"",""id"":""chart""},{""time"":98320,""label"":""tour_next"",""step"":5},{""time"":106942,""label"":""tour_back"",""step"":5},{""time"":109798,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1180,""week"":""1"",""id"":""chart""},{""time"":113583,""label"":""cleared_brush"",""using"":""Click""},{""time"":113583,""label"":""cleared_brush"",""using"":""Escape""},{""time"":114008,""label"":""cleared_brush"",""using"":""Click""},{""time"":114008,""label"":""cleared_brush"",""using"":""Escape""},{""time"":114394,""label"":""cleared_brush"",""using"":""Click""},{""time"":114394,""label"":""cleared_brush"",""using"":""Escape""},{""time"":114362,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":2831,""week"":""36"",""id"":""chart""},{""time"":118510,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":2982,""week"":""34"",""id"":""chart""},{""label"":""window_blurred"",""time"":137111},{""label"":""window_focused"",""time"":137119},{""time"":158215,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1366,""week"":""50"",""id"":""chart""},{""time"":165006,""label"":""tour_next"",""step"":5},{""time"":180934,""label"":""tour_back"",""step"":5},{""time"":216487,""label"":""tour_next"",""step"":5},{""time"":227246,""label"":""tour_back"",""step"":5},{""time"":233112,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1248,""week"":""50"",""id"":""chart""},{""time"":234378,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1465,""week"":""51"",""id"":""chart""},{""time"":239174,""label"":""tour_next"",""step"":5},{""time"":241698,""label"":""tour_back"",""step"":5},{""time"":252739,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1482,""week"":""50"",""id"":""chart""},{""time"":254672,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1865,""week"":""49"",""id"":""chart""},{""time"":258286,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":2700,""week"":""49"",""id"":""chart""},{""time"":263829,""label"":""tour_next"",""step"":5},{""time"":265648,""label"":""tour_back"",""step"":5},{""time"":271817,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":2582,""week"":""1"",""id"":""chart""},{""time"":275166,""label"":""tour_next"",""step"":5},{""time"":292406,""label"":""cleared_brush"",""using"":""Click""},{""time"":298356,""label"":""cleared_brush"",""using"":""Click""},{""time"":299232,""label"":""cleared_brush"",""using"":""Click""},{""time"":307465,""label"":""started_brush"",""startDate"":""2021-10-27"",""endDate"":""2022-02-07""},{""time"":310678,""label"":""tour_next"",""step"":5},{""time"":321195,""label"":""moved_brush"",""startDate"":""2021-11-28"",""endDate"":""2022-02-07""},{""time"":327321,""label"":""moved_brush"",""startDate"":""2021-11-28"",""endDate"":""2022-01-20""},{""time"":328349,""label"":""tour_next"",""step"":5},{""time"":334929,""label"":""cleared_brush"",""using"":""Click""},{""time"":336413,""label"":""tour_next"",""step"":5},{""time"":339542,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678931740607,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,bar,1,0,1,Positive,4.0,0,0,0,0.0,0.0,0,15.0,0.5,0.5,0,0.0,3 +2023-03-15 21:57:03,2023-03-15 22:04:20,0,100,436,1,2023-03-15 22:04:21,R_1IZtjWu1ukWyk1W,30.2791,-89.7679,EN,1,3.5180000000000002,,,,,15.106,62,5,50,20.684,56.641000000000005,1,1,44.45399999999999,-3,-3,45.684,1,51.224,15.005999999999998,4,4,4,2,2,4,n.a,24.096,1,1,1,1,1,1,I find it difficult to read and understand and just plain confusing.,13.342,1,,8.513,2,7,3,4,1,5,6,20.59,3,5,11,5,3,2,7,9,,25.624000000000002,1,1,1,5,1,1,18.83,4,,3.76,1.0,1995.0,Louisiana,6.0,2.0,1.0,,7.0,,,6.0,4.0,2.0,33.309,62d39a47594b3446ba0c1585,"{""startTime"":1678932024457,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931994507,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":19},{""label"":""window_focused"",""time"":5083}]}","{""startTime"":1678931870597,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":15564,""label"":""tour_next"",""step"":5},{""time"":27819,""label"":""started_brush"",""startDate"":""2021-09-03"",""endDate"":""2021-11-26""},{""time"":28693,""label"":""tour_next"",""step"":5},{""time"":32654,""label"":""moved_brush"",""startDate"":""2021-07-23"",""endDate"":""2021-09-03""},{""time"":33355,""label"":""tour_next"",""step"":5},{""time"":42063,""label"":""moved_brush"",""startDate"":""2021-09-06"",""endDate"":""2021-10-18""},{""time"":43922,""label"":""started_brush"",""startDate"":""2021-07-15"",""endDate"":""2021-08-21""},{""time"":49593,""label"":""cleared_brush"",""using"":""Click""},{""time"":49593,""label"":""cleared_brush"",""using"":""Escape""},{""time"":50251,""label"":""tour_next"",""step"":5},{""time"":53936,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678931979103,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":5566,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1309,""week"":""1"",""id"":""chart""},{""time"":6998,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1843,""week"":""51"",""id"":""chart""},{""time"":10721,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1037,""week"":""2"",""id"":""chart""}]}",0,complex,bar,0,1,0,Negative,1.7,0,3,3,4.189,1.3963333333333334,5155,15.0,1.0,0.0,1,1.0,3 +2023-03-15 21:47:51,2023-03-15 22:04:24,0,100,993,1,2023-03-15 22:04:24,R_3esM87FhqAs67Gt,42.7893,-83.7135,EN,1,15.489,,,,,15.014000000000001,66,92,77,43.21,113.527,1,-2,53.163000000000004,1,1,77.529,1,76.5,15.014000000000001,7,7,7,6,7,7,"I noticed that when you hover the visualization, the colors of the text do not match up to the colors on the legend. As well, the yellow text is a tad difficult to read on a white background. Otherwise, it looks really good. ",199.96099999999998,7,7,7,4,2,7,"It feels organized, and it clearly cites a reputable source. ",39.89,5,,13.222999999999999,2,7,3,4,1,5,6,24.421999999999997,2,4,3,8,6,5,10,8,,32.967,4,3,4,1,5,5,41.898,3,,6.879,1.0,1996.0,Michigan,5.0,1.0,1.0,,7.0,,,12.0,4.0,2.0,140.79,63ea7e60bdd3090eb4b0dcc5,"{""startTime"":1678931561270,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":41,""label"":""hovered"",""timeHovered"":8698,""week"":""2021-12-27""},{""time"":9960,""label"":""hovered"",""timeHovered"":1680,""week"":""2021-12-27""},{""time"":13726,""label"":""hovered"",""timeHovered"":2887,""week"":""2022-01-31""},{""time"":18679,""label"":""hovered"",""timeHovered"":46614,""week"":""2022-01-24""},{""time"":67049,""label"":""hovered"",""timeHovered"":2068,""week"":""2021-12-20""},{""time"":69535,""label"":""hovered"",""timeHovered"":1933,""week"":""2021-12-27""},{""time"":71471,""label"":""hovered"",""timeHovered"":3811,""week"":""2021-12-27""},{""time"":77301,""label"":""hovered"",""timeHovered"":57233,""week"":""2021-11-08""},{""time"":134603,""label"":""hovered"",""timeHovered"":1665,""week"":""2021-11-08""}]}","{""startTime"":1678931763302,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":2661,""label"":""hovered"",""timeHovered"":1437,""week"":""2021-11-01""}]}","{""startTime"":1678931354141,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":29003,""label"":""tour_next"",""step"":5},{""time"":51123,""label"":""started_brush"",""startDate"":""2021-09-04"",""endDate"":""2021-10-15""},{""time"":52536,""label"":""tour_next"",""step"":5},{""time"":57741,""label"":""moved_brush"",""startDate"":""2021-07-13"",""endDate"":""2021-08-23""},{""time"":59460,""label"":""moved_brush"",""startDate"":""2021-07-13"",""endDate"":""2021-09-18""},{""time"":62309,""label"":""tour_next"",""step"":5},{""time"":70070,""label"":""cleared_brush"",""using"":""click""},{""time"":71216,""label"":""tour_next"",""step"":5},{""time"":78287,""label"":""tour_end"",""step"":5},{""time"":94953,""label"":""started_brush"",""startDate"":""2021-09-07"",""endDate"":""2021-10-07""},{""time"":98337,""label"":""moved_brush"",""startDate"":""2021-09-05"",""endDate"":""2021-10-07""},{""time"":102811,""label"":""hovered"",""timeHovered"":1333,""week"":""2021-09-13""},{""time"":105603,""label"":""hovered"",""timeHovered"":1038,""week"":""2021-09-20""}]}","{""startTime"":1678931545724,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line,2,0,0,Positive,3.7,0,0,0,0.0,0.0,0,15.0,0.5,1.0,1,1.0,3 +2023-03-15 21:46:55,2023-03-15 22:04:29,0,100,1054,1,2023-03-15 22:04:30,R_2Y99y0aScyo512M,40.8691,-73.9191,EN,1,592.234,,,,,15.017999999999999,81,82,50,12.835,66.236,1,1,30.949,1,1,31.656,1,22.238000000000003,15.123,6,5,6,5,6,6,The Croatia Chamber of Agriculture would have no reason to falsify any data here.,46.346000000000004,6,6,4,2,1,6,"The data seems solid, it looks convincing. ",23.468000000000004,5,"I think most people can be trusted, but it's good to be aware of your surroundings.",25.486,2,7,3,4,1,5,6,10.003,1,3,3,3,3,3,10,10,,20.558000000000003,5,5,5,1,5,5,17.875999999999998,2,,2.713,1.0,1986.0,New York,6.0,2.0,1.0,,7.0,,,16.0,4.0,1.0,47.731,5d1bf643f18c6c00187def44,"{""startTime"":1678932021373,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931981574,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931876263,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":6315,""label"":""tour_next"",""step"":5},{""time"":21461,""label"":""started_brush"",""startDate"":""2021-05-03"",""endDate"":""2021-12-12""},{""time"":22346,""label"":""tour_next"",""step"":5},{""time"":25456,""label"":""moved_brush"",""startDate"":""2021-05-03"",""endDate"":""2021-12-12""},{""time"":26947,""label"":""moved_brush"",""startDate"":""2021-05-03"",""endDate"":""2021-12-12""},{""time"":30206,""label"":""moved_brush"",""startDate"":""2021-07-05"",""endDate"":""2022-02-13""},{""time"":31066,""label"":""tour_next"",""step"":5},{""time"":34693,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-06-10""},{""time"":35776,""label"":""moved_brush"",""startDate"":""2021-07-24"",""endDate"":""2021-09-23""},{""time"":37030,""label"":""started_brush"",""startDate"":""2021-10-18"",""endDate"":""2022-01-17""},{""time"":37701,""label"":""moved_brush"",""startDate"":""2021-08-15"",""endDate"":""2021-11-14""},{""time"":39924,""label"":""started_brush"",""startDate"":""2021-12-03"",""endDate"":""2022-02-13""},{""time"":40980,""label"":""started_brush"",""startDate"":""2021-07-17"",""endDate"":""2022-01-17""},{""time"":41745,""label"":""cleared_brush"",""using"":""click""},{""time"":41749,""label"":""cleared_brush"",""using"":""Escape""},{""time"":43210,""label"":""tour_next"",""step"":5},{""time"":45907,""label"":""tour_end"",""step"":5},{""time"":51012,""label"":""started_brush"",""startDate"":""2021-04-13"",""endDate"":""2021-05-31""},{""time"":64587,""label"":""moved_brush"",""startDate"":""2021-12-28"",""endDate"":""2022-02-13""}]}","{""startTime"":1678931965836,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line,0,1,0,Positive,4.3,0,0,0,0.0,0.0,0,15.0,1.0,1.0,1,1.0,3 +2023-03-15 21:59:20,2023-03-15 22:05:34,0,100,373,1,2023-03-15 22:05:34,R_3dMS2z9yJBhGdgP,41.7042,-71.4558,EN,1,8.118,,,,,15.012,67,78,50,20.454,27.244,1,1,31.053,1,1,38.069,1,36.6,15.110999999999999,4,4,4,5,5,4,,21.122,7,6,6,6,2,7,The instructions said to answer from the perspective of someone who trusts the visualization.,23.131,5,,7.803999999999999,2,7,3,4,1,5,6,18.299,1,3,1,8,3,1,10,10,,18.768,5,5,5,1,5,5,13.317,1,,2.5380000000000003,1.0,2001.0,Rhode Island,6.0,1.0,1.0,,7.0,,,16.0,4.0,2.0,35.35,63e54336ed7afb1425f7888f,"{""startTime"":1678932139398,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932091067,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932009512,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7,""label"":""tour_started""},{""label"":""window_blurred"",""time"":6938},{""label"":""window_focused"",""time"":8833},{""time"":16728,""label"":""tour_next"",""step"":2},{""time"":20256,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932075555,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6214,""label"":""hovered"",""timeHovered"":6058,""week"":""2022-01-10""}]}",0,moderate,line,0,0,0,Neutral,4.3,0,1,1,6.058,6.058,0,15.0,1.0,1.0,1,1.0,2 +2023-03-15 21:57:58,2023-03-15 22:05:36,0,100,457,1,2023-03-15 22:05:36,R_3JdTb7QpwPtblbx,38.7893,-104.8221,EN,1,10.349,,,,,15.01,61,45,44,22.359,19.715,1,-3,39.018,-3,-3,63.88,-3,46.9,15.114,6,4,6,6,6,6,,15.286,4,3,3,2,2,3,The stacked format makes it harder to determine the actual level for one of the two sources of pestilence. ,43.298,4,,4.842,2,7,3,4,1,5,6,7.974,2,2,6,3,1,4,5,6,,13.703,5,5,5,1,5,5,30.09,7,,2.9410000000000003,1.0,1990.0,Colorado,6.0,3.0,1.0,,7.0,,,2.0,4.0,2.0,71.186,62a0b34cbcc5987a8fa73c39,"{""startTime"":1678932034488,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932050305,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678931934570,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":7654,""label"":""tour_next"",""step"":2},{""time"":10260,""label"":""tour_end"",""step"":2},{""time"":11531,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6895,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678932018909,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":11590,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3009,""week"":""1"",""id"":""chart""}]}",0,moderate,bar,0,1,0,Negative,4.3,0,1,1,3.009,3.009,0,15.0,0.5,0.0,0,0.0,2 +2023-03-15 21:56:17,2023-03-15 22:05:55,0,100,578,1,2023-03-15 22:05:56,R_1gITkk17jrQ9aaX,35.9151,-79.0972,EN,1,3.806,1.0,3.0,1.0,11.78,15.019,87,88,67,24.418000000000003,44.111000000000004,1,-3,56.135,1,-3,78.633,-3,37.792,15.123,6,6,6,6,6,6,,33.398,6,6,6,3,4,6,"The data seems to have come from the CDC, so I'm assuming the visualization is accurate.",42.72,2,,6.751,2,7,3,4,1,5,6,17.311,1,3,1,4,4,2,9,7,,30.243000000000002,3,3,3,4,2,2,38.125,1,2.0,16.113,1.0,1992.0,North Carolina,7.0,2.0,1.0,,7.0,,,6.0,4.0,2.0,52.001000000000005,565c931eba63db00051cd52d,"{""startTime"":1678931958603,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931992453,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931841964,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":6948,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2023,""week"":""50"",""id"":""chart""},{""time"":9942,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1529,""week"":""52"",""id"":""chart""},{""time"":12204,""label"":""tour_next"",""step"":2},{""time"":16050,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3143,""week"":""52"",""id"":""chart2""},{""time"":21618,""label"":""tour_end"",""step"":2},{""time"":27713,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3544,""week"":""46"",""id"":""chart2""},{""time"":32101,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2042,""week"":""52"",""id"":""chart2""},{""time"":34149,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1050,""week"":""52"",""id"":""chart""},{""time"":35274,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3473,""week"":""1"",""id"":""chart""},{""time"":39941,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1193,""week"":""24"",""id"":""chart""}]}","{""startTime"":1678931942934,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":10100,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3505,""week"":""52"",""id"":""chart""}]}",1,simple,bar,1,0,0,Positive,2.8,0,1,1,3.505,3.505,0,15.0,0.5,0.5,0,0.5,1 +2023-03-15 21:45:20,2023-03-15 22:06:03,0,100,1243,1,2023-03-15 22:06:04,R_3Dkb5x7m2kadfcW,33.4901,-117.1852,EN,1,95.79,,,,,15.12,85,91,75,50.251000000000005,74.102,1,1,57.435,1,1,141.678,1,101.956,15.015,6,4,4,6,7,4,,52.699,4,6,5,2,2,5,"Assuming I trust the source, I would have no reason to disbelieve it. However because I have no knowledge of fungi and insect based crop diseases, I do not know how much this information matters. There may also be important information missing that not even the researchers know about due to no fault of their own.",256.012,6,,10.698,2,7,3,4,1,5,6,41.425,1,3,2,5,1,2,10,9,,44.086000000000006,2,1,3,4,4,3,66.071,2,,23.53,1.0,1999.0,California,1.0,2.0,1.0,,7.0,,,3.0,4.0,2.0,88.81,5e60460125834138aae85307,"{""startTime"":1678931456139,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931510060,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":21588,""label"":""hovered"",""timeHovered"":1948,""week"":""2022-01-03""},{""time"":24490,""label"":""hovered"",""timeHovered"":1420,""week"":""2022-01-10""}]}","{""startTime"":1678931304628,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":22,""label"":""tour_started""},{""time"":31121,""label"":""hovered"",""timeHovered"":6083,""week"":""2021-08-23""},{""time"":39779,""label"":""hovered"",""timeHovered"":1010,""week"":""2021-12-20""},{""time"":41456,""label"":""hovered"",""timeHovered"":5826,""week"":""2021-12-27""},{""time"":51177,""label"":""tour_next"",""step"":2},{""time"":55029,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678931440027,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":3519,""label"":""hovered"",""timeHovered"":1199,""week"":""2021-12-20""},{""time"":9431,""label"":""hovered"",""timeHovered"":1565,""week"":""2022-01-03""},{""time"":13096,""label"":""hovered"",""timeHovered"":1005,""week"":""2022-01-31""}]}",0,simple,line,1,0,0,Positive,2.8,0,3,3,3.7689999999999997,1.2563333333333333,9577,15.0,1.0,1.0,1,1.0,1 +2023-03-15 21:53:43,2023-03-15 22:07:04,0,100,800,1,2023-03-15 22:07:04,R_yjvnY6MKVRH8Bwt,36.1493,-95.9499,EN,1,68.748,,,,,15.513,100,28,39,48.65,23.836,1,1,50.272,-3,-3,80.355,-2,76.475,15.044,7,7,7,6,6,7,,12.092,7,5,4,4,5,7,I feel like it's very comprehensive and the data is precise.,15.708,5,,4.841,2,7,3,4,1,5,6,12.071,3,4,6,6,4,3,11,10,,38.361,1,1,1,5,1,1,28.401999999999997,2,,3.173,2.0,1990.0,Oklahoma,2.0,2.0,1.0,,7.0,,,8.0,2.0,1.0,39.138000000000005,55a75835fdf99b26395fae40,"{""startTime"":1678932083497,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932095930,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":1675},{""label"":""window_focused"",""time"":31811},{""label"":""window_blurred"",""time"":33790},{""label"":""window_focused"",""time"":40202}]}","{""startTime"":1678931963493,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":11141,""label"":""tour_next"",""step"":2},{""time"":17037,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932068169,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":2832},{""label"":""window_focused"",""time"":11834}]}",0,moderate,bar,0,2,0,Positive,1.7,0,0,0,0.0,0.0,0,2.832,1.0,0.0,0,0.0,2 +2023-03-15 22:00:06,2023-03-15 22:07:38,0,100,451,1,2023-03-15 22:07:39,R_3OTikwyfae72yqd,39.952,-75.1814,EN,1,3.423,1.0,3.0,1.0,5.983,15.01,71,74,57,26.458000000000002,66.163,1,1,32.582,1,1,34.760999999999996,1,37.115,15.014000000000001,6,6,6,6,6,6,I think there is a typo. Vaccinated & unvaccinated are reversed in the interactive plot.,28.776,5,5,5,5,5,5,It includes both the raw count and proportion data.,15.744000000000002,4,,8.265,2,7,3,4,1,5,6,13.059000000000001,5,5,7,7,5,6,10,8,,22.96,4,4,5,3,4,4,17.487000000000002,2,1.0,9.701,2.0,1990.0,Pennsylvania,9.0,3.0,4.0,Korean,2.0,,,7.0,3.0,2.0,64.99,638a6928a6b4801e5b229ebc,"{""startTime"":1678932218325,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932186422,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932066748,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":4,""label"":""tour_started""},{""time"":1931,""label"":""hovered"",""timeHovered"":1367,""week"":""2021-12-20""},{""time"":4981,""label"":""hovered"",""timeHovered"":1084,""week"":""2022-01-03""},{""time"":6965,""label"":""hovered"",""timeHovered"":8399,""week"":""2022-01-03""},{""time"":15414,""label"":""hovered"",""timeHovered"":1001,""week"":""2022-01-03""},{""time"":19398,""label"":""hovered"",""timeHovered"":6717,""week"":""2022-01-17""},{""time"":30189,""label"":""tour_next"",""step"":5},{""time"":46989,""label"":""started_brush"",""startDate"":""2021-07-26"",""endDate"":""2022-02-13""},{""time"":47939,""label"":""tour_next"",""step"":5},{""time"":54091,""label"":""moved_brush"",""startDate"":""2021-04-26"",""endDate"":""2021-11-13""},{""time"":54937,""label"":""tour_next"",""step"":5},{""time"":58064,""label"":""cleared_brush"",""using"":""click""},{""time"":58954,""label"":""tour_next"",""step"":5},{""time"":63972,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678932171099,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":4842,""label"":""hovered"",""timeHovered"":1851,""week"":""2021-12-27""},{""time"":10366,""label"":""hovered"",""timeHovered"":1168,""week"":""2021-09-27""}]}",1,complex,line,0,1,0,Positive,4.0,0,2,2,3.0189999999999997,1.5095,5524,15.0,1.0,1.0,1,1.0,3 +2023-03-15 21:54:31,2023-03-15 22:08:08,0,100,816,1,2023-03-15 22:08:09,R_1Q9DnSpJZ2ogpCr,34.727,-81.6156,EN,1,8.162,,,,,15.147,100,0,0,40.546,32.427,1,1,108.93700000000001,-1,1,80.60600000000001,1,59.701,15.019,6,6,6,6,6,6,,22.901,5,6,6,4,4,6,It seems like a lot of data and work was put into it.,40.707,4,,6.791,2,7,3,4,1,5,6,31.596,1,1,6,6,1,2,9,9,,34.452,1,1,1,5,3,1,34.848,4,,6.435,2.0,1996.0,South Carolina,2.0,2.0,1.0,,7.0,,,5.0,3.0,1.0,63.799,5ce9bfc4d439ae00015968dd,"{""startTime"":1678932063072,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932087526,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931903107,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":2608,""label"":""hovered"",""timeHovered"":1044,""week"":""2021-11-29""},{""time"":19035,""label"":""tour_next"",""step"":2},{""time"":27420,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932046664,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":6650,""label"":""hovered"",""timeHovered"":1367,""week"":""2021-12-27""}]}",0,simple,line,1,1,0,Positive,2.0,0,1,1,1.367,1.367,0,15.0,1.0,0.5,1,1.0,1 +2023-03-15 22:02:26,2023-03-15 22:08:46,0,100,380,1,2023-03-15 22:08:47,R_3PRzwD9WQCUAYzx,42.1139,-80.1499,EN,1,4.99,1.0,4.0,2.0,4.461,15.025,50,100,61,13.565999999999999,16.555,1,-3,62.726000000000006,-2,-3,59.519,-3,19.769000000000002,15.025,6,6,6,6,6,6,,14.975999999999999,6,7,7,6,6,6,It shows the data clearly and cites the CDC,13.454,4,,7.447,2,7,3,4,1,5,6,9.248,1,6,3,7,9,1,11,9,,17.953,5,5,1,5,5,5,10.84,1,2.0,9.423,3.0,2001.0,Pennsylvania,3.0,1.0,1.0,,7.0,,,12.0,3.0,1.0,45.042,5eb0bbbc0be27c183500b45d,"{""startTime"":1678932319284,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932293658,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932199958,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":43,""label"":""tour_started""},{""time"":8251,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1815,""week"":""52"",""id"":""chart""},{""time"":13259,""label"":""tour_next"",""step"":2},{""time"":15075,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932277753,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":10090,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1758,""week"":""21"",""id"":""chart""}]}",1,moderate,bar,1,0,0,Positive,4.3,0,1,1,1.758,1.758,0,15.0,0.5,0.0,0,0.0,2 +2023-03-15 21:59:48,2023-03-15 22:08:48,0,100,539,1,2023-03-15 22:08:48,R_3GwcU3aNRRvMMYO,40.6511,-74.26,EN,1,7.301,1.0,2.0,2.0,6.303,15.107999999999999,57,90,71,19.886,25.69,1,1,62.336000000000006,-2,1,49.43600000000001,-1,24.451,15.012,6,6,4,6,7,4,none,24.88,5,7,6,4,6,4,I do not know who provided the data and why,19.835,5,none,12.379000000000001,2,7,3,4,1,5,6,24.403000000000002,2,1,9,6,1,6,7,10,none,21.721,4,4,3,2,4,3,26.837,6,1.0,12.293,1.0,1986.0,New Jersey,6.0,1.0,1.0,,7.0,,,7.0,3.0,1.0,124.613,638d5097d95db2c5c143d5b7,"{""startTime"":1678932155680,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932181082,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932050966,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":17,""label"":""tour_started""},{""time"":12372,""label"":""hovered"",""timeHovered"":1832,""week"":""2021-12-27""},{""time"":16340,""label"":""tour_next"",""step"":2},{""time"":22066,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932140016,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line,1,0,0,Negative,3.3,0,0,0,0.0,0.0,0,15.0,1.0,0.5,0,1.0,1 +2023-03-15 21:56:02,2023-03-15 22:08:54,0,100,771,1,2023-03-15 22:08:54,R_3HnPK9yCua0DTKP,33.9845,-85.9077,EN,1,23.816999999999997,1.0,2.0,1.0,4.4319999999999995,15.014000000000001,76,8,12,24.97,63.363,1,-2,37.827,-2,1,92.095,1,95.34899999999999,15.008,7,6,7,7,6,7,,49.425,6,6,6,4,6,6,"I trust the visualization because the data comes from the CDC, which is a reliable source.",29.886999999999997,4,,12.693,2,7,3,4,1,5,6,28.781999999999996,3,5,2,7,6,2,10,10,,60.85,3,3,4,2,2,2,45.683,1,2.0,23.975,1.0,2002.0,Alabama,3.0,2.0,1.0,,7.0,,,11.0,4.0,2.0,98.306,63f8dc7bc5e76c51f767134e,"{""startTime"":1678932012883,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932062792,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678931841323,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":4,""label"":""tour_started""},{""time"":25821,""label"":""hovered"",""timeHovered"":3454,""week"":""2022-01-03""},{""time"":31010,""label"":""hovered"",""timeHovered"":1691,""week"":""2022-01-10""},{""time"":34100,""label"":""hovered"",""timeHovered"":1243,""week"":""2022-02-07""},{""time"":38524,""label"":""tour_next"",""step"":2},{""time"":41317,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678931997428,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":12500,""label"":""hovered"",""timeHovered"":2448,""week"":""2022-01-17""}]}",1,moderate,line,1,0,0,Positive,2.7,0,1,1,2.448,2.448,0,15.0,0.5,0.5,1,0.5,2 +2023-03-15 22:03:03,2023-03-15 22:09:36,0,100,392,1,2023-03-15 22:09:37,R_2E4bILHDLYsscYK,39.7007,-75.7419,EN,1,6.099,,,,,15.01,85,71,34,22.7,11.182,-2,1,42.141000000000005,1,-3,33.393,1,56.57,15.11,5,5,5,5,5,5,,23.949,6,6,6,6,6,6,It seems legit to me.,9.855,4,,15.209000000000001,2,7,3,4,1,5,6,15.67,6,8,5,8,4,8,9,10,,22.302,3,3,4,3,3,4,21.339000000000002,2,,5.025,1.0,2000.0,Delaware,3.0,3.0,1.0,,7.0,,,12.0,3.0,2.0,41.728,5efa98dd74af25000cdbbf43,"{""startTime"":1678932304256,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932328712,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932242757,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":20,""label"":""tour_started""},{""time"":3873,""label"":""tour_next"",""step"":2},{""time"":6580,""label"":""tour_end"",""step"":2},{""time"":8982,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1192,""week"":""2"",""id"":""chart""}]}","{""startTime"":1678932288644,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,bar,1,0,0,Positive,3.3,0,0,0,0.0,0.0,0,15.0,0.5,0.5,1,0.5,2 +2023-03-15 21:59:26,2023-03-15 22:09:48,0,100,621,1,2023-03-15 22:09:48,R_2Sq3Ku9iwn7lPsy,39.8286,-86.1796,EN,1,11.19,1.0,3.0,1.0,9.078,15.118,95,100,91,17.866,40.691,1,1,72.993,-3,-3,63.661,-2,62.71,15.02,6,6,6,7,7,6,,34.702,7,7,7,4,3,6,"This visualization uses data from the CDC and everything is laid out in a way that is easy to see and understand. The data is over vaccinated vs. unvaccinated individuals who caught COVID, which is pretty cut and dry (either you have had it or you have it, there isn't an in between), so the information is pretty believable.",91.809,6,,9.623,2,7,3,4,1,5,6,17.292,4,4,8,6,6,6,10,9,,30.065,3,3,4,3,4,3,20.798000000000002,3,2.0,19.117,2.0,2001.0,Indiana,3.0,2.0,1.0,,7.0,,,11.0,4.0,1.0,47.272,5f5ba66db8e6413162a5c703,"{""startTime"":1678932163211,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932198363,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932033044,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":4705,""label"":""tour_next"",""step"":2},{""time"":8246,""label"":""tour_back"",""step"":2},{""time"":10856,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4038,""week"":""52"",""id"":""chart""},{""time"":16323,""label"":""tour_next"",""step"":2},{""time"":17516,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3902,""week"":""52"",""id"":""chart2""},{""time"":30921,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932147735,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":8573,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1792,""week"":""52"",""id"":""chart2""}]}",1,simple,bar,1,1,0,Positive,3.3,0,1,1,1.7919999999999998,1.7919999999999998,0,15.0,1.0,0.0,0,1.0,1 +2023-03-15 21:52:10,2023-03-15 22:09:50,0,100,1059,1,2023-03-15 22:09:50,R_eKcG19Oh6iSPvuV,35.958,-83.9172,EN,1,62.761,,,,,15.196,78,88,30,75.694,37.789,-2,1,56.843,-3,-3,246.446,-1,18.964000000000002,15.012,4,4,2,5,7,5,,38.87,4,6,5,3,4,4,It doesn't give me all of the information but it gives me some and that's fine but i don't trust it blindly and i don't not trust it,55.856,4,,5.499,2,7,3,4,1,5,6,34.727,2,3,4,6,3,4,4,6,,33.205,3,3,4,4,4,4,139.627,8,,10.175,2.0,1989.0,Tennessee,3.0,2.0,1.0,,3.0,,,19.0,5.0,2.0,77.851,60eea778df60b9a7d88b7ade,"{""startTime"":1678931954038,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931860721,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931748074,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":44,""label"":""tour_started""},{""time"":6768,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":10524,""week"":""51"",""id"":""chart""},{""time"":27652,""label"":""tour_next"",""step"":2},{""time"":35914,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678931844516,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":5371,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1367,""week"":""51"",""id"":""chart2""}]}",0,simple,bar,1,1,0,Neutral,3.7,0,1,1,1.367,1.367,0,15.0,0.5,0.0,0,0.5,1 +2023-03-15 21:45:39,2023-03-15 22:09:58,0,100,1458,1,2023-03-15 22:09:58,R_Qj00ORVJ8bW67IJ,29.1281,-82.2975,EN,1,136.847,,,,,15.115,100,70,55,20.065,178.675,1,-3,117.119,1,1,84.73700000000001,1,93.78200000000001,15.109000000000002,4,5,4,5,6,5,,91.266,5,6,5,2,3,5,"I can only assume they are using accurate information, but seeming as how they have no data references in the subcaption of their chart, it is based on trust alone. ",78.03,4,,18.033,2,7,3,4,1,5,6,28.823,1,1,1,2,1,4,8,7,,41.276,3,4,4,1,5,3,39.55,2,,15.948,2.0,2000.0,Florida,6.0,2.0,1.0,,7.0,,,6.0,2.0,2.0,121.23299999999999,640264c46bd5d0e0cdeaec5e,"{""startTime"":1678931835208,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931933263,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931523287,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":28269,""label"":""hovered"",""timeHovered"":1941,""week"":""2021-04-12""},{""time"":47419,""label"":""hovered"",""timeHovered"":1550,""week"":""2021-12-27""},{""time"":55202,""label"":""tour_next"",""step"":5},{""time"":82078,""label"":""started_brush"",""startDate"":""2021-10-03"",""endDate"":""2022-02-13""},{""time"":84926,""label"":""tour_next"",""step"":5},{""time"":92941,""label"":""moved_brush"",""startDate"":""2021-10-03"",""endDate"":""2022-02-13""},{""time"":93879,""label"":""tour_next"",""step"":5},{""time"":100404,""label"":""moved_brush"",""startDate"":""2021-10-03"",""endDate"":""2022-02-13""},{""time"":100915,""label"":""cleared_brush"",""using"":""click""},{""time"":103009,""label"":""tour_next"",""step"":5},{""time"":167007,""label"":""tour_end"",""step"":5},{""time"":173512,""label"":""hovered"",""timeHovered"":1116,""week"":""2022-01-10""}]}","{""startTime"":1678931815374,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line,1,0,0,Negative,3.3,0,0,0,0.0,0.0,0,15.0,0.5,1.0,1,1.0,3 +2023-03-15 21:44:47,2023-03-15 22:10:15,0,100,1528,1,2023-03-15 22:10:16,R_3G0NC2RD8eOHmzr,36.122,-115.086,EN,1,3.1319999999999997,1.0,2.0,2.0,88.52600000000001,16.122,85,90,81,119.876,495.26300000000003,1,-3,207.59400000000002,1,-3,49.952,-2,42.622,15.008,6,6,6,6,6,6,,16.235,6,6,6,4,6,6,The data looks professional and well put together ,20.055,3,,9.299,2,7,3,4,1,5,6,21.995,3,8,7,8,2,6,11,10,,30.366999999999997,2,3,2,3,3,2,85.044,1,1.0,14.325,1.0,1999.0,Nevada,2.0,2.0,1.0,,8.0,Henderson,,10.0,4.0,2.0,69.89,6296bef3248bf76cc113926b,"{""startTime"":1678931888897,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931905810,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":764,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1109,""week"":""49"",""id"":""chart""},{""label"":""window_blurred"",""time"":162455},{""label"":""window_focused"",""time"":163658}]}","{""startTime"":1678931333249,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":22,""label"":""tour_started""},{""time"":2454,""label"":""tour_next"",""step"":5},{""time"":8359,""label"":""tour_back"",""step"":5},{""time"":11691,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4304,""week"":""30"",""id"":""chart""},{""time"":19833,""label"":""tour_next"",""step"":5},{""time"":50890,""label"":""started_brush"",""startDate"":""2021-08-22"",""endDate"":""2021-10-27""},{""time"":51973,""label"":""tour_next"",""step"":5},{""time"":59053,""label"":""moved_brush"",""startDate"":""2021-07-31"",""endDate"":""2021-10-04""},{""time"":61522,""label"":""tour_next"",""step"":5},{""time"":70340,""label"":""moved_brush"",""startDate"":""2021-08-22"",""endDate"":""2021-10-27""},{""time"":76865,""label"":""moved_brush"",""startDate"":""2021-08-22"",""endDate"":""2021-10-27""},{""time"":82464,""label"":""cleared_brush"",""using"":""Click""},{""time"":82465,""label"":""cleared_brush"",""using"":""Escape""},{""time"":83625,""label"":""cleared_brush"",""using"":""Click""},{""time"":83626,""label"":""cleared_brush"",""using"":""Escape""},{""time"":87817,""label"":""started_brush"",""startDate"":""2021-07-01"",""endDate"":""2021-09-07""},{""label"":""window_blurred"",""time"":452112},{""label"":""window_focused"",""time"":454419},{""time"":460238,""label"":""moved_brush"",""startDate"":""2021-09-30"",""endDate"":""2021-12-06""},{""time"":462743,""label"":""tour_next"",""step"":5},{""time"":468028,""label"":""tour_end"",""step"":5},{""time"":489422,""label"":""moved_brush"",""startDate"":""2021-10-01"",""endDate"":""2021-12-07""},{""time"":494336,""label"":""moved_brush"",""startDate"":""2021-10-01"",""endDate"":""2022-01-02""}]}","{""startTime"":1678931873007,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":12934,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1912,""week"":""3"",""id"":""chart""}]}",1,complex,bar,2,0,0,Positive,2.5,0,1,1,1.912,1.912,0,15.0,0.5,0.5,0,0.0,3 +2023-03-15 21:58:45,2023-03-15 22:10:32,0,100,706,1,2023-03-15 22:10:32,R_2fqUc4FmZUTbQYo,36.7126,-121.6437,EN,1,14.244000000000002,,,,,15.126,91,81,90,20.258,227.71400000000003,1,1,34.580999999999996,1,1,65.518,1,31.138,15.106,6,4,6,4,6,6,,28.188000000000002,6,6,6,2,2,6,The data seem realistic and follow smooth variations,38.635,5,,6.394,2,7,3,4,1,5,6,18.387999999999998,5,7,7,8,8,8,10,10,,21.261,4,4,4,2,3,4,24.55,2,,5.535,2.0,1951.0,California,7.0,1.0,1.0,,7.0,,,6.0,2.0,1.0,70.27,62fcf3d9948e4a6a9623cce8,"{""startTime"":1678932353486,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932284565,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932007333,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":34,""label"":""tour_started""},{""time"":13878,""label"":""tour_next"",""step"":5},{""time"":33815,""label"":""cleared_brush"",""using"":""Click""},{""time"":42799,""label"":""tour_back"",""step"":5},{""time"":43068,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1096,""week"":""51"",""id"":""chart""},{""time"":45478,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2239,""week"":""52"",""id"":""chart""},{""time"":52396,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2093,""week"":""2"",""id"":""chart""},{""time"":55444,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1552,""week"":""1"",""id"":""chart""},{""time"":57963,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2382,""week"":""1"",""id"":""chart""},{""time"":60904,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2392,""week"":""49"",""id"":""chart""},{""time"":66875,""label"":""tour_next"",""step"":5},{""time"":77125,""label"":""tour_back"",""step"":5},{""time"":98927,""label"":""tour_next"",""step"":5},{""time"":123170,""label"":""started_brush"",""startDate"":""2021-10-01"",""endDate"":""2021-12-28""},{""time"":125868,""label"":""tour_next"",""step"":5},{""time"":156911,""label"":""started_brush"",""startDate"":""2021-09-27"",""endDate"":""2021-10-05""},{""time"":162346,""label"":""started_brush"",""startDate"":""2021-10-24"",""endDate"":""2021-12-08""},{""time"":173888,""label"":""tour_back"",""step"":5},{""time"":184251,""label"":""started_brush"",""startDate"":""2021-10-04"",""endDate"":""2021-10-14""},{""time"":190967,""label"":""started_brush"",""startDate"":""2021-06-08"",""endDate"":""2021-10-01""},{""time"":192355,""label"":""tour_next"",""step"":5},{""time"":205634,""label"":""moved_brush"",""startDate"":""2021-04-28"",""endDate"":""2021-08-21""},{""time"":207060,""label"":""tour_next"",""step"":5},{""time"":213618,""label"":""cleared_brush"",""using"":""Click""},{""time"":213618,""label"":""cleared_brush"",""using"":""Escape""},{""time"":215013,""label"":""tour_next"",""step"":5},{""time"":220733,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678932267670,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,bar,0,1,0,Positive,3.5,0,0,0,0.0,0.0,0,15.0,1.0,1.0,1,1.0,3 +2023-03-15 21:50:47,2023-03-15 22:10:47,0,100,1200,1,2023-03-15 22:10:48,R_7QXwC3d96zESfZf,35.4971,-97.73299999999999,EN,1,52.56,1.0,3.0,2.0,12.173,15.014000000000001,81,38,42,44.839,169.47299999999998,1,1,114.24700000000001,-1,1,61.75,1,76.942,15.007,6,4,6,5,6,6,"The info the graph states is from the CDC. Is it really from the CDC? This could be a fake graph, not sure.",99.035,5,6,5,2,2,6,"In your instructions it said to assume the date is trustworthy, so I then trust the visualization.",38.521,6,"Yes, and thanks for asking, at the beginning when I first saw the graph I though the 01 at each month meant the data was from 2021. So it was not until this last part that I did see the year of 2021 and 2022 listed below. Therefore an answer in the first part of the survey was wrong because I was not reading the year correctly. Perhaps a bolder color in the year at the bottom would help the eye look at the bottom. ",172.50099999999998,2,7,3,4,1,5,6,34.369,9,9,8,9,9,9,10,9,,70.171,4,4,5,1,5,4,41.602,1,2.0,27.171,2.0,1956.0,Oklahoma,3.0,2.0,1.0,,7.0,,,4.0,3.0,1.0,72.752,5f5a0f0a612008057e58d281,"{""startTime"":1678931836576,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678931936307,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678931588005,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":3,""label"":""tour_started""},{""time"":8703,""label"":""hovered"",""timeHovered"":5318,""week"":""2022-01-10""},{""time"":14022,""label"":""hovered"",""timeHovered"":1933,""week"":""2022-01-10""},{""time"":20894,""label"":""hovered"",""timeHovered"":5315,""week"":""2022-01-10""},{""time"":32902,""label"":""hovered"",""timeHovered"":2200,""week"":""2021-12-20""},{""time"":35168,""label"":""hovered"",""timeHovered"":1125,""week"":""2021-12-20""},{""time"":37968,""label"":""hovered"",""timeHovered"":3551,""week"":""2021-11-29""},{""time"":42109,""label"":""hovered"",""timeHovered"":1819,""week"":""2021-11-29""},{""time"":45676,""label"":""hovered"",""timeHovered"":1719,""week"":""2021-08-16""},{""time"":49927,""label"":""hovered"",""timeHovered"":1632,""week"":""2021-11-22""},{""time"":51561,""label"":""hovered"",""timeHovered"":1816,""week"":""2021-08-02""},{""time"":55793,""label"":""hovered"",""timeHovered"":1226,""week"":""2021-04-26""},{""time"":57909,""label"":""hovered"",""timeHovered"":1418,""week"":""2021-04-26""},{""time"":65593,""label"":""hovered"",""timeHovered"":41943,""week"":""2021-12-20""},{""time"":113302,""label"":""hovered"",""timeHovered"":3025,""week"":""2022-01-03""},{""time"":117943,""label"":""hovered"",""timeHovered"":3116,""week"":""2022-01-10""},{""time"":122633,""label"":""hovered"",""timeHovered"":2618,""week"":""2021-10-25""},{""time"":127465,""label"":""hovered"",""timeHovered"":5377,""week"":""2022-01-03""},{""time"":135468,""label"":""hovered"",""timeHovered"":2112,""week"":""2021-11-08""},{""time"":138427,""label"":""hovered"",""timeHovered"":2141,""week"":""2021-11-22""},{""label"":""window_blurred"",""time"":143679},{""label"":""window_focused"",""time"":154785},{""time"":157460,""label"":""tour_next"",""step"":2},{""time"":164655,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678931820775,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line,0,0,0,Neutral,3.8,0,0,0,0.0,0.0,0,15.0,1.0,0.5,1,0.5,2 +2023-03-15 21:58:01,2023-03-15 22:10:49,0,100,767,1,2023-03-15 22:10:50,R_ypCZF8bYnORX51T,37.3083,-121.9643,EN,1,10.479000000000001,,,,,15.12,86,87,65,12.832,257.712,1,1,57.489,1,1,45.602,1,50.678000000000004,15.117,6,5,4,5,6,5,The ability to zoom and mouse over makes things much more clear. ,53.306999999999995,5,6,7,4,3,6,"It is easy to make charts look better or worse, but considering the actual data shows up over the mouse over, it provides more clarity ",42.227,4,Thank you,8.451,2,7,3,4,1,5,6,12.290999999999999,3,7,7,7,6,3,10,9,,42.483999999999995,4,4,5,4,4,4,32.282,2,,4.167,1.0,1982.0,California,6.0,2.0,1.0,,7.0,,,11.0,4.0,1.0,57.669,5cc22481f6ef910019e5120f,"{""startTime"":1678932258238,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932312313,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931932438,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":7543,""label"":""tour_next"",""step"":5},{""time"":16177,""label"":""cleared_brush"",""using"":""click""},{""time"":17206,""label"":""tour_back"",""step"":5},{""time"":18630,""label"":""tour_next"",""step"":5},{""time"":25088,""label"":""cleared_brush"",""using"":""click""},{""time"":25504,""label"":""cleared_brush"",""using"":""click""},{""time"":25920,""label"":""cleared_brush"",""using"":""click""},{""time"":26204,""label"":""started_brush"",""startDate"":""2021-06-26"",""endDate"":""2021-08-04""},{""time"":28480,""label"":""cleared_brush"",""using"":""click""},{""time"":30481,""label"":""started_brush"",""startDate"":""2021-08-03"",""endDate"":""2021-08-08""},{""time"":31174,""label"":""tour_next"",""step"":5},{""time"":35599,""label"":""started_brush"",""startDate"":""2021-06-06"",""endDate"":""2022-01-19""},{""time"":37008,""label"":""moved_brush"",""startDate"":""2021-05-29"",""endDate"":""2021-06-06""},{""time"":92566,""label"":""tour_next"",""step"":5},{""time"":96769,""label"":""cleared_brush"",""using"":""click""},{""time"":99392,""label"":""cleared_brush"",""using"":""click""},{""time"":99862,""label"":""tour_next"",""step"":5},{""time"":103910,""label"":""tour_end"",""step"":5},{""time"":105946,""label"":""hovered"",""timeHovered"":24006,""week"":""2021-12-13""},{""time"":134903,""label"":""started_brush"",""startDate"":""2021-06-05"",""endDate"":""2021-07-14""},{""time"":137496,""label"":""started_brush"",""startDate"":""2021-07-22"",""endDate"":""2021-10-02""},{""time"":137816,""label"":""cleared_brush"",""using"":""click""},{""time"":139087,""label"":""started_brush"",""startDate"":""2021-10-18"",""endDate"":""2021-12-15""},{""time"":139448,""label"":""cleared_brush"",""using"":""click""},{""time"":143128,""label"":""started_brush"",""startDate"":""2021-10-12"",""endDate"":""2022-02-12""},{""time"":147984,""label"":""cleared_brush"",""using"":""click""},{""time"":153720,""label"":""hovered"",""timeHovered"":1014,""week"":""2021-06-21""},{""time"":155301,""label"":""hovered"",""timeHovered"":100939,""week"":""2022-01-10""}]}","{""startTime"":1678932242504,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":10862,""label"":""started_brush"",""startDate"":""2021-12-07"",""endDate"":""2022-01-10""}]}",0,complex,line,0,1,0,Positive,4.2,1,1,0,0.0,0.0,0,15.0,1.0,1.0,1,1.0,3 +2023-03-15 21:57:32,2023-03-15 22:10:51,0,100,798,1,2023-03-15 22:10:52,R_27JXDhT87ncCwdK,45.7512,-121.8401,EN,1,8.81,1.0,3.0,2.0,126.95299999999999,15.022,81,83,64,31.410999999999998,119.788,-3,1,73.097,-3,-3,79.819,-3,44.003,15.02,6,5,5,6,6,6,n/a. ,35.425,5,6,5,2,4,6,It seems trustworthy because it looks official and bold,36.688,3,,10.575,2,7,3,4,1,5,6,26.467,3,3,4,5,2,6,8,9,,25.42,2,3,3,3,3,3,26.719,3,4.0,34.516999999999996,2.0,1993.0,Oregon,2.0,2.0,1.0,,7.0,,,4.0,4.0,2.0,40.102,596bac33670f410001fe9c07,"{""startTime"":1678932298776,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932234239,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":850,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1437,""week"":""44"",""id"":""chart""},{""time"":2879,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1624,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678932053571,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":6339,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1358,""week"":""48"",""id"":""chart""},{""time"":13730,""label"":""tour_next"",""step"":5},{""time"":23166,""label"":""cleared_brush"",""using"":""Click""},{""time"":27960,""label"":""cleared_brush"",""using"":""Click""},{""time"":33413,""label"":""started_brush"",""startDate"":""2021-08-18"",""endDate"":""2021-09-11""},{""time"":36053,""label"":""started_brush"",""startDate"":""2021-06-08"",""endDate"":""2021-10-06""},{""time"":36916,""label"":""tour_next"",""step"":5},{""time"":39581,""label"":""moved_brush"",""startDate"":""2021-07-17"",""endDate"":""2021-11-15""},{""time"":40251,""label"":""moved_brush"",""startDate"":""2021-07-17"",""endDate"":""2021-11-15""},{""time"":40931,""label"":""tour_next"",""step"":5},{""time"":45423,""label"":""cleared_brush"",""using"":""Click""},{""time"":47789,""label"":""tour_next"",""step"":5},{""time"":51118,""label"":""tour_end"",""step"":5},{""time"":53622,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2095,""week"":""52"",""id"":""chart""},{""time"":55778,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1254,""week"":""1"",""id"":""chart""},{""time"":57705,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1328,""week"":""1"",""id"":""chart""},{""time"":63094,""label"":""started_brush"",""startDate"":""2021-06-03"",""endDate"":""2021-09-26""},{""time"":63924,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1009,""week"":""38"",""id"":""chart""},{""time"":66517,""label"":""moved_brush"",""startDate"":""2021-06-03"",""endDate"":""2021-09-26""},{""time"":72467,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-07-29""},{""time"":74196,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":2221,""week"":""30"",""id"":""chart""},{""time"":80912,""label"":""moved_brush"",""startDate"":""2021-04-13"",""endDate"":""2021-08-06""},{""time"":83575,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":2918,""week"":""24"",""id"":""chart""},{""time"":86743,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1175,""week"":""25"",""id"":""chart""},{""time"":90766,""label"":""moved_brush"",""startDate"":""2021-04-13"",""endDate"":""2021-09-16""},{""time"":95163,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":2538,""week"":""25"",""id"":""chart""},{""time"":105219,""label"":""moved_brush"",""startDate"":""2021-05-07"",""endDate"":""2021-10-11""},{""time"":106134,""label"":""cleared_brush"",""using"":""Click""},{""time"":110311,""label"":""started_brush"",""startDate"":""2021-04-30"",""endDate"":""2021-05-25""},{""time"":113205,""label"":""started_brush"",""startDate"":""2021-06-29"",""endDate"":""2021-07-31""},{""label"":""window_blurred"",""time"":117101},{""label"":""window_focused"",""time"":117772},{""label"":""window_blurred"",""time"":117830},{""label"":""window_focused"",""time"":118228}]}","{""startTime"":1678932218656,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":3595,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2578,""week"":""51"",""id"":""chart""},{""time"":9408,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3044,""week"":""43"",""id"":""chart""}]}",1,complex,bar,1,0,0,Positive,2.8,0,2,2,5.622000000000001,2.8110000000000004,5813,15.0,0.5,0.0,0,0.0,3 +2023-03-15 22:03:23,2023-03-15 22:10:58,0,100,454,1,2023-03-15 22:10:58,R_SZuI8jte3nV3cgp,43.1571,-76.328,EN,1,3.375,2.0,,2.0,1.71,15.007,93,100,62,13.190999999999999,17.384,1,1,49.038999999999994,1,1,79.023,1,31.215,15.107999999999999,4,3,4,5,5,4,,24.048000000000002,5,5,6,4,4,4,"It seems basic and to the point, but I can't verify whether the data is true.",68.507,3,,8.37,2,7,3,4,1,5,6,14.449000000000002,1,3,6,6,1,6,5,6,,14.189,4,4,4,2,4,4,15.334000000000001,6,2.0,9.557,1.0,1990.0,New York,6.0,3.0,1.0,,7.0,,,7.0,3.0,1.0,37.598,62dc2f45630616c5920dcb75,"{""startTime"":1678932448186,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932365083,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932250611,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":9803,""label"":""tour_next"",""step"":2},{""time"":12946,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932348825,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar,2,0,0,Positive,3.7,0,0,0,0.0,0.0,0,15.0,1.0,1.0,1,1.0,2 +2023-03-15 21:59:13,2023-03-15 22:11:08,0,100,715,1,2023-03-15 22:11:09,R_z0Ud4jHNABHOKw9,41.6344,-91.5054,EN,1,4.091,1.0,2.0,2.0,6.747999999999999,15.012,100,100,79,31.919,88.509,1,1,86.12799999999999,-3,-3,54.698,1,98.667,15.117,6,6,6,6,6,6,,23.427,6,5,6,6,6,6,As the visualization uses objective data rather than being expressed in subjective term I can verify it from another source.,88.271,6,,12.087,2,7,3,4,1,5,6,28.721999999999998,4,5,2,6,5,3,10,9,,20.886,1,2,1,5,2,2,20.631999999999998,1,1.0,15.782,1.0,1979.0,Iowa,2.0,3.0,1.0,,7.0,,,5.0,4.0,2.0,64.37,5bfb5784a66aa500019dabef,"{""startTime"":1678932165109,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932188978,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931960966,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":23923,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2232,""week"":""1"",""id"":""chart""},{""time"":27064,""label"":""tour_next"",""step"":5},{""time"":42530,""label"":""started_brush"",""startDate"":""2021-10-27"",""endDate"":""2022-01-26""},{""time"":44233,""label"":""tour_next"",""step"":5},{""time"":54413,""label"":""moved_brush"",""startDate"":""2021-10-09"",""endDate"":""2022-01-26""},{""time"":56086,""label"":""moved_brush"",""startDate"":""2021-08-24"",""endDate"":""2021-12-11""},{""time"":57325,""label"":""tour_next"",""step"":5},{""time"":65517,""label"":""moved_brush"",""startDate"":""2021-08-24"",""endDate"":""2021-12-11""},{""time"":74320,""label"":""cleared_brush"",""using"":""Click""},{""time"":77086,""label"":""tour_next"",""step"":5},{""time"":84972,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678932149610,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar,1,0,0,Positive,2.2,0,0,0,0.0,0.0,0,15.0,1.0,0.0,1,1.0,3 +2023-03-15 21:58:09,2023-03-15 22:11:17,0,100,787,1,2023-03-15 22:11:17,R_1eFPbEt7JY087fa,31.3357,-94.7272,EN,1,15.54,2.0,,2.0,5.0280000000000005,15.007,21,74,16,39.596,24.064,1,-3,78.434,1,-3,125.586,-2,66.649,15.007,2,1,2,7,7,1,I don't trust the CDC,45.563,4,4,1,1,1,1,I don't believe the vaccine helps you at all.,27.284000000000002,4,,12.263,2,7,3,4,1,5,6,29.875,1,1,2,1,1,1,5,5,,35.41,3,3,5,1,3,3,39.73,5,5.0,14.136,1.0,1979.0,Texas,6.0,2.0,1.0,,7.0,,,12.0,4.0,1.0,148.476,5fdeb821bbdf7f6a1815d08f,"{""startTime"":1678932198910,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932144984,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678931979342,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":18511,""label"":""tour_next"",""step"":2},{""time"":21834,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932129608,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar,0,1,0,Negative,3.0,0,0,0,0.0,0.0,0,15.0,0.5,0.5,0,0.5,2 +2023-03-15 22:02:24,2023-03-15 22:11:38,0,100,553,1,2023-03-15 22:11:39,R_1GV8pLjO0CyAm5H,42.5763,-71.9883,EN,1,18.559,1.0,2.0,2.0,6.626,15.019,68,76,36,31.926,27.975,1,1,50.466,1,-3,84.77799999999999,-2,19.301,15.12,5,3,5,6,6,6,,27.61,2,5,5,2,4,5,"I trust that the data is factual, but I would like to know more about how the research and data was obtained",26.339000000000002,5,,8.908999999999999,2,7,3,4,1,5,6,24.385,4,8,4,8,4,6,10,10,,36.333,3,3,4,3,4,3,53.2,2,2.0,15.573,2.0,1996.0,Massachusetts,6.0,3.0,1.0,,7.0,,,3.0,3.0,2.0,51.669,611401411bf1ede5a4d85bdc,"{""startTime"":1678932321806,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932349941,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932226154,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":11035,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1214,""week"":""46"",""id"":""chart""},{""time"":14673,""label"":""tour_next"",""step"":2},{""time"":24320,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932306120,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":5212,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5740,""week"":""52"",""id"":""chart""}]}",1,simple,bar,1,0,0,Positive,3.3,0,1,1,5.74,5.74,0,15.0,1.0,0.5,0,1.0,1 +2023-03-15 22:03:39,2023-03-15 22:11:46,0,100,486,1,2023-03-15 22:11:46,R_3J7XDuoI3KmhheT,42.0128,-88.0967,EN,1,7.206,1.0,1.0,1.0,5.001,15.128,92,91,47,22.138,22.226999999999997,1,1,34.501,1,1,27.201,-1,82.434,15.112,4,4,2,6,6,2,,33.03,4,6,4,2,2,2,The government doesn't always tell us the truth and also changes what the truth is later on.,28.443,6,,5.768,2,7,3,4,1,5,6,16.381,1,1,2,2,1,3,3,4,,24.38,5,5,5,1,5,5,11.731,4,1.0,11.977,2.0,1969.0,Illinois,5.0,1.0,1.0,,8.0,SCHAUMBURG,,9.0,2.0,2.0,71.697,5c69f9dd4b5bb30001b3d31c,"{""startTime"":1678932358115,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932392220,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932283299,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":16800,""label"":""tour_next"",""step"":2},{""time"":20185,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932341758,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":5592,""label"":""hovered"",""timeHovered"":4695,""week"":""2021-11-29""}]}",1,simple,line,1,0,0,Negative,4.3,0,1,1,4.695,4.695,0,15.0,1.0,1.0,0,1.0,1 +2023-03-15 21:54:15,2023-03-15 22:12:20,0,100,1085,1,2023-03-15 22:12:21,R_3IRgSmoMFwWNy60,26.3106,-80.1429,EN,1,195.486,,,,,15.114,87,100,76,94.50399999999999,49.192,1,1,74.643,1,1,123.098,1,44.56,15.015,7,7,7,7,7,7,,50.456,7,7,7,7,7,7,It's very clear what the chart is trying to convey,36.603,3,"It's difficult to know if you can trust people, even if you know them well. Unfortunately, only time will tell. ",71.69,2,7,3,4,1,5,6,24.159000000000002,2,3,2,2,4,4,6,7,"Unfortunately the gov't corrupts many of these avenues, so it's hard to know what you can trust. Money and political influence reach veeery far.",80.305,4,4,5,4,4,4,52.535,2,,12.169,2.0,1983.0,Florida,3.0,1.0,1.0,,9.0,,DEERFIELD BEACH,7.0,4.0,1.0,60.111000000000004,640bc58e374e2b687c756344,"{""startTime"":1678932252091,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932161218,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":685,""label"":""hovered"",""timeHovered"":10129,""week"":""2021-10-04""},{""time"":11754,""label"":""hovered"",""timeHovered"":9737,""week"":""2022-01-10""}]}","{""startTime"":1678931971620,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":25,""label"":""tour_started""},{""time"":19364,""label"":""hovered"",""timeHovered"":1127,""week"":""2021-04-12""},{""time"":22764,""label"":""hovered"",""timeHovered"":2639,""week"":""2021-04-26""},{""time"":27076,""label"":""hovered"",""timeHovered"":1076,""week"":""2021-06-28""},{""time"":30875,""label"":""hovered"",""timeHovered"":1025,""week"":""2021-10-04""},{""time"":34283,""label"":""hovered"",""timeHovered"":1680,""week"":""2022-01-10""},{""time"":38247,""label"":""tour_next"",""step"":2},{""time"":43993,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932145454,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,line,0,1,0,Positive,4.2,0,0,0,0.0,0.0,0,15.0,1.0,1.0,1,1.0,2 +2023-03-15 22:02:30,2023-03-15 22:12:28,0,100,598,1,2023-03-15 22:12:28,R_2RVwXcTP5Wr5Lkj,27.8011,-97.3994,EN,1,8.296,,,,,15.014000000000001,67,52,37,45.536,51.70399999999999,1,1,50.42100000000001,-3,-3,71.906,-3,61.445,15.017000000000001,5,5,5,5,6,5,,34.122,6,6,6,4,4,6,It had the source written at the bottom from where they got the information. ,23.958000000000002,5,,9.876,2,7,3,4,1,5,6,27.889,6,6,9,7,6,6,9,8,,27.701999999999998,3,3,4,2,3,2,32.641,4,,9.048,2.0,1975.0,Texas,6.0,1.0,1.0,,7.0,,,4.0,4.0,2.0,59.07899999999999,5658f4787d69570012dfe2d1,"{""startTime"":1678932345030,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932379910,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932226184,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":31,""label"":""tour_started""},{""time"":13332,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2334,""week"":""2"",""id"":""chart""},{""time"":16281,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1367,""week"":""6"",""id"":""chart""},{""time"":28232,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7783,""week"":""51"",""id"":""chart""},{""time"":36499,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1594,""week"":""1"",""id"":""chart""},{""time"":40406,""label"":""tour_next"",""step"":2},{""time"":43476,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3333,""week"":""51"",""id"":""chart2""},{""time"":46950,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1610,""week"":""2"",""id"":""chart2""},{""time"":49347,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932329418,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,bar,1,0,0,Positive,2.8,0,0,0,0.0,0.0,0,15.0,1.0,0.0,0,1.0,1 +2023-03-15 22:01:15,2023-03-15 22:12:35,0,100,679,1,2023-03-15 22:12:35,R_UGYjJa0izx4qqJz,36.0432,-95.8072,EN,1,42.93,,,,,15.118,100,88,83,29.42,31.323,1,-2,58.563,1,1,114.867,-1,29.125,15.126,4,2,4,2,6,5,,30.396,2,3,5,2,1,5,The source and the information itself showing things that might be taken as criticism of the source lead me to think it might be true.,50.185,5,"The final question about the expanded graph asked about December 2022, not 2021. Don't know if you meant to introduce that bit of uncertainty there.",41.754,2,7,3,4,1,5,6,12.443,5,5,1,7,8,4,9,6,,24.253,4,3,5,2,5,4,23.685,2,,6.7,3.0,1987.0,Oklahoma,7.0,3.0,1.0,,9.0,,"White, Native American",3.0,3.0,1.0,94.726,6168e3efc08671bd92f7fd37,"{""startTime"":1678932339371,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932391684,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932176387,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":9804,""label"":""tour_next"",""step"":2},{""time"":14788,""label"":""tour_end"",""step"":2},{""time"":23772,""label"":""hovered"",""timeHovered"":1049,""week"":""2021-11-22""}]}","{""startTime"":1678932323655,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":8342,""label"":""hovered"",""timeHovered"":1235,""week"":""2022-01-17""},{""time"":10389,""label"":""hovered"",""timeHovered"":1243,""week"":""2022-01-10""}]}",0,moderate,line,1,0,0,Positive,3.8,0,2,2,2.478,1.239,2047,15.0,0.5,1.0,0,1.0,2 +2023-03-15 21:59:12,2023-03-15 22:12:48,0,100,816,1,2023-03-15 22:12:49,R_YcClsrMopoNmN4B,37.1038,-113.5764,EN,1,3.969,2.0,,2.0,2.448,15.008,85,72,63,14.222000000000001,104.958,1,-3,52.471000000000004,1,-3,134.434,1,37.6,15.008,4,5,4,6,6,4,,36.372,5,6,6,2,2,4,I don't know where you pulled these stats from.,12.109000000000002,2,,26.180999999999997,2,7,3,4,1,5,6,38.543,5,4,5,6,3,4,7,8,,18.565,2,2,2,3,3,2,94.54299999999999,3,3.0,7.148,1.0,1990.0,Utah,2.0,1.0,1.0,,7.0,,,13.0,4.0,1.0,148.45,5f741b74992460061db87287,"{""startTime"":1678932202117,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932158053,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931998806,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":10459,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1816,""week"":""51"",""id"":""chart""},{""time"":12291,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3664,""week"":""52"",""id"":""chart""},{""time"":16933,""label"":""tour_next"",""step"":5},{""time"":26115,""label"":""cleared_brush"",""using"":""Click""},{""time"":30837,""label"":""cleared_brush"",""using"":""Click""},{""time"":39707,""label"":""cleared_brush"",""using"":""Click""},{""time"":41248,""label"":""cleared_brush"",""using"":""Click""},{""time"":42238,""label"":""cleared_brush"",""using"":""Click""},{""time"":42830,""label"":""cleared_brush"",""using"":""Click""},{""time"":44767,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-08-15""},{""time"":45565,""label"":""moved_brush"",""startDate"":""2021-09-28"",""endDate"":""2022-02-07""},{""time"":47721,""label"":""cleared_brush"",""using"":""Click""},{""time"":49536,""label"":""cleared_brush"",""using"":""Click""},{""time"":50967,""label"":""started_brush"",""startDate"":""2021-05-08"",""endDate"":""2021-09-23""},{""time"":51681,""label"":""tour_next"",""step"":5},{""time"":55640,""label"":""moved_brush"",""startDate"":""2021-05-08"",""endDate"":""2021-09-23""},{""time"":57374,""label"":""moved_brush"",""startDate"":""2021-05-08"",""endDate"":""2021-09-23""},{""time"":64658,""label"":""moved_brush"",""startDate"":""2021-05-08"",""endDate"":""2021-09-23""},{""time"":68016,""label"":""moved_brush"",""startDate"":""2021-06-09"",""endDate"":""2021-10-24""},{""time"":69520,""label"":""cleared_brush"",""using"":""Click""},{""time"":71383,""label"":""cleared_brush"",""using"":""Click""},{""time"":74383,""label"":""cleared_brush"",""using"":""Click""},{""time"":81595,""label"":""tour_next"",""step"":5},{""time"":86091,""label"":""cleared_brush"",""using"":""Click""},{""time"":86091,""label"":""cleared_brush"",""using"":""Escape""},{""time"":86709,""label"":""cleared_brush"",""using"":""Click""},{""time"":86710,""label"":""cleared_brush"",""using"":""Escape""},{""time"":90073,""label"":""tour_next"",""step"":5},{""time"":98015,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678932142663,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar,1,0,0,Negative,2.3,0,0,0,0.0,0.0,0,15.0,0.5,0.5,1,1.0,3 +2023-03-15 21:59:48,2023-03-15 22:12:55,0,100,787,1,2023-03-15 22:12:56,R_3f9lkpqQHBCFBYJ,39.6195,-86.1552,EN,1,61.213,1.0,2.0,2.0,9.4,15.017999999999999,100,100,35,25.901,59.115,1,1,42.148,-3,1,55.394,-1,36.117,15.011,7,6,7,7,7,7,It looks like any other chart/graph I've seen in the news showing Covid death numbers.,62.455,7,7,6,6,6,7,"I trust that the reported numbers represent the minimum of total deaths, and could actually be much higher. I know that Covid is dangerous and kills unvaccinated individuals at much higher rates than vaccinated ones.",70.453,2,It's sad that more people don't take Covid seriously.,56.426,2,7,3,4,1,5,6,19.917,6,9,5,7,8,2,11,10,Interesting study!,54.753,4,4,5,2,4,3,24.898000000000003,1,2.0,14.054,2.0,1982.0,Indiana,5.0,2.0,1.0,,7.0,,,5.0,4.0,1.0,121.538,6362ed6cd9d25c2306e67e41,"{""startTime"":1678932338017,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":2603,""label"":""hovered"",""timeHovered"":1182,""week"":""2022-01-17""}]}","{""startTime"":1678932244995,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932114058,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":7793,""label"":""hovered"",""timeHovered"":1181,""week"":""2021-12-20""},{""time"":9108,""label"":""hovered"",""timeHovered"":2917,""week"":""2021-12-27""},{""time"":22177,""label"":""tour_next"",""step"":2},{""time"":28086,""label"":""tour_end"",""step"":2},{""time"":31731,""label"":""hovered"",""timeHovered"":1151,""week"":""2021-04-19""},{""time"":39391,""label"":""hovered"",""timeHovered"":2158,""week"":""2021-12-27""},{""time"":41654,""label"":""hovered"",""timeHovered"":4121,""week"":""2022-01-03""},{""time"":46861,""label"":""hovered"",""timeHovered"":1358,""week"":""2022-01-10""},{""time"":49014,""label"":""hovered"",""timeHovered"":3135,""week"":""2022-01-17""}]}","{""startTime"":1678932229393,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":8461,""label"":""hovered"",""timeHovered"":2384,""week"":""2021-08-30""}]}",1,moderate,line,0,1,0,Positive,3.7,0,1,1,2.384,2.384,0,15.0,1.0,0.5,0,0.5,2 +2023-03-15 21:58:58,2023-03-15 22:13:10,0,100,851,1,2023-03-15 22:13:10,R_111kkbcXXG0q4cA,35.0535,-82.0582,EN,1,17.404,2.0,,2.0,4.71,15.033,50,64,44,43.504,39.662,1,1,115.51100000000001,1,1,130.273,-3,61.599,15.011,3,3,3,5,6,2,,41.285,3,6,4,2,3,3,I don't feel like it's acurate,22.469,4,,8.648,2,7,3,4,1,5,6,24.296,4,4,7,6,4,6,6,6,,18.383,4,4,4,2,4,4,30.386,5,1.0,16.851,2.0,1957.0,Wisconsin,2.0,2.0,1.0,,7.0,,,5.0,3.0,1.0,137.967,58e558cc728bea0001bbda24,"{""startTime"":1678932309202,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":652,""label"":""hovered"",""timeHovered"":4883,""week"":""2022-01-03""},{""label"":""window_blurred"",""time"":9042},{""label"":""window_focused"",""time"":15799}]}","{""startTime"":1678932227334,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":1495,""label"":""hovered"",""timeHovered"":2496,""week"":""2022-01-03""},{""time"":4015,""label"":""hovered"",""timeHovered"":6136,""week"":""2022-01-03""},{""time"":12431,""label"":""hovered"",""timeHovered"":5917,""week"":""2022-01-31""},{""label"":""window_blurred"",""time"":19579},{""label"":""window_focused"",""time"":31741}]}","{""startTime"":1678932054825,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":29,""label"":""tour_started""},{""time"":15310,""label"":""hovered"",""timeHovered"":6605,""week"":""2022-01-03""},{""time"":23840,""label"":""tour_next"",""step"":2},{""time"":33903,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932211501,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":9568,""label"":""hovered"",""timeHovered"":1846,""week"":""2022-01-03""},{""time"":11416,""label"":""hovered"",""timeHovered"":3789,""week"":""2022-01-03""}]}",1,simple,line,0,1,0,Negative,3.7,0,2,2,5.635,2.8175,1848,15.0,1.0,1.0,0,1.0,1 +2023-03-15 21:54:45,2023-03-15 22:13:36,0,100,1130,1,2023-03-15 22:13:37,R_3D25BlAhUYsZVVk,40.9509,-90.3658,EN,1,360.032,,,,,15.109000000000002,50,31,32,20.984,38.742,1,-1,95.07799999999999,-1,1,44.37,-1,40.503,15.110999999999999,4,4,4,5,4,5,,36.098,5,5,5,4,4,5,"I feel like with visualizations you choose one part of a really big set of information to prove a point on, so it's hard to say I trust it in full because I don't necessarily know the greater context it's being used in.",43.989,6,,20.246,2,7,3,4,1,5,6,16.878,4,4,1,7,8,4,9,9,,36.184,3,3,3,3,3,2,75.128,1,,24.959,2.0,2000.0,Illinois,6.0,3.0,1.0,,7.0,,,17.0,4.0,1.0,46.355,628796d280ab208970e125df,"{""startTime"":1678932458898,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932395118,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932242887,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":7458,""label"":""hovered"",""timeHovered"":1303,""week"":""2022-01-10""},{""time"":13607,""label"":""tour_next"",""step"":2},{""time"":20007,""label"":""tour_end"",""step"":2},{""time"":23013,""label"":""hovered"",""timeHovered"":3109,""week"":""2021-08-09""},{""time"":27181,""label"":""hovered"",""timeHovered"":1021,""week"":""2021-09-06""},{""time"":29421,""label"":""hovered"",""timeHovered"":1639,""week"":""2021-09-20""},{""time"":34654,""label"":""hovered"",""timeHovered"":1206,""week"":""2022-01-03""}]}","{""startTime"":1678932379561,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7637,""label"":""hovered"",""timeHovered"":4741,""week"":""2022-01-31""},{""time"":12384,""label"":""hovered"",""timeHovered"":1325,""week"":""2022-01-31""}]}",0,simple,line,1,0,0,Negative,2.8,0,2,2,6.066,3.033,4747,15.0,0.5,0.5,0,0.5,1 +2023-03-15 21:26:14,2023-03-15 22:14:01,0,100,2867,1,2023-03-15 22:14:02,R_1C737FxldDIboMB,33.4849,-86.8596,EN,1,1123.27,2.0,,1.0,4.952,15.009,56,33,50,20.132,107.854,-2,-2,116.648,-3,1,57.251000000000005,-2,59.658,15.02,4,4,4,6,6,4,,49.43899999999999,2,5,4,1,2,4,of course it could be made up but it could also be real!,25.747,4,,13.255999999999998,2,7,3,4,1,5,6,25.851999999999997,2,3,6,6,3,7,6,4,,31.796,2,3,5,2,4,2,55.996,4,5.0,18.805999999999997,2.0,1994.0,Alabama,2.0,2.0,1.0,,8.0,birmingham,,9.0,1.0,1.0,373.129,6139aed4f23d087290d96200,"{""startTime"":1678931661728,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931711756,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678931477105,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":8542,""label"":""tour_next"",""step"":5},{""time"":19273,""label"":""tour_back"",""step"":5},{""time"":21960,""label"":""tour_next"",""step"":5},{""time"":27018,""label"":""cleared_brush"",""using"":""click""},{""time"":30950,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-08-25""},{""time"":36044,""label"":""moved_brush"",""startDate"":""2021-09-30"",""endDate"":""2022-02-13""},{""time"":41665,""label"":""moved_brush"",""startDate"":""2021-04-23"",""endDate"":""2021-09-06""},{""time"":51141,""label"":""moved_brush"",""startDate"":""2021-09-30"",""endDate"":""2022-02-13""},{""time"":52258,""label"":""tour_next"",""step"":5},{""time"":59881,""label"":""moved_brush"",""startDate"":""2021-09-30"",""endDate"":""2022-02-13""},{""time"":64956,""label"":""tour_next"",""step"":5},{""time"":70309,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-08-25""},{""time"":79464,""label"":""moved_brush"",""startDate"":""2021-09-30"",""endDate"":""2022-02-13""},{""time"":88711,""label"":""cleared_brush"",""using"":""click""},{""time"":92011,""label"":""started_brush"",""startDate"":""2021-06-16"",""endDate"":""2022-02-13""},{""time"":92815,""label"":""tour_next"",""step"":5},{""time"":103858,""label"":""tour_end"",""step"":5},{""time"":106796,""label"":""moved_brush"",""startDate"":""2021-06-16"",""endDate"":""2022-02-13""}]}","{""startTime"":1678931646186,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line,2,0,0,Neutral,3.0,0,0,0,0.0,0.0,0,15.0,0.0,0.5,0,0.0,3 +2023-03-15 22:05:55,2023-03-15 22:14:02,0,100,487,1,2023-03-15 22:14:03,R_BWbQzybBBAl6USJ,35.1494,-85.3384,EN,1,6.24,1.0,2.0,1.0,3.609,15.014000000000001,100,84,50,34.899,32.141,1,1,63.037,-3,-3,38.425,1,59.354,15.011,3,5,4,7,7,3,,46.448,6,7,7,1,7,6,"The data is easy to understand, the bar graph represents the data well",21.401,1,,4.617,2,7,3,4,1,5,6,10.931,1,1,8,6,1,1,9,9,,17.967,5,5,5,1,5,5,14.505,6,1.0,10.838,2.0,1968.0,Tennessee,7.0,3.0,1.0,,7.0,,,17.0,4.0,1.0,49.879,5eb83f00de449a08d23547dd,"{""startTime"":1678932542948,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":18,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3537,""week"":""6"",""id"":""chart""},{""time"":10272,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1033,""week"":""52"",""id"":""chart2""},{""time"":33422,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1193,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678932589881,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":5146,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2793,""week"":""52"",""id"":""chart2""}]}","{""startTime"":1678932431105,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":5131,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1334,""week"":""1"",""id"":""chart""},{""time"":8648,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3316,""week"":""1"",""id"":""chart""},{""time"":11966,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4965,""week"":""52"",""id"":""chart""},{""time"":17065,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1600,""week"":""5"",""id"":""chart""},{""time"":20595,""label"":""tour_next"",""step"":2},{""time"":23283,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1865,""week"":""3"",""id"":""chart2""},{""time"":25498,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1216,""week"":""52"",""id"":""chart2""},{""time"":29562,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932527366,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":7069,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1105,""week"":""1"",""id"":""chart""}]}",1,simple,bar,0,1,0,Positive,4.3,0,1,1,1.105,1.105,0,15.0,1.0,0.0,1,1.0,1 +2023-03-15 22:05:09,2023-03-15 22:14:07,0,100,537,1,2023-03-15 22:14:07,R_3HgY11Psv5I7yHl,34.0264,-117.936,EN,1,14.91,,,,,15.008,93,92,88,10.093,110.152,1,1,37.301,1,1,45.707,1,56.493,15.137,7,7,7,7,7,7,I like that I can zoom into a specific timeline and see the stats from that window,28.64,6,6,7,6,6,6,I think the visualization is presented well and I can easily understand it,15.251,5,,4.895,2,7,3,4,1,5,6,13.764000000000001,6,5,3,9,7,7,10,8,,22.686,3,4,5,2,4,3,13.672,4,,12.107999999999999,2.0,1986.0,California,3.0,1.0,1.0,,9.0,,La Puente,4.0,3.0,1.0,80.639,59c3289b8e6ea10001f7b926,"{""startTime"":1678932542090,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932572968,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932358315,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":20,""label"":""tour_started""},{""time"":2188,""label"":""hovered"",""timeHovered"":1466,""week"":""2021-11-29""},{""time"":23273,""label"":""tour_next"",""step"":5},{""time"":36340,""label"":""tour_back"",""step"":5},{""time"":37067,""label"":""hovered"",""timeHovered"":2206,""week"":""2021-12-13""},{""time"":42974,""label"":""tour_next"",""step"":5},{""time"":46510,""label"":""tour_back"",""step"":5},{""time"":68002,""label"":""tour_next"",""step"":5},{""time"":70024,""label"":""cleared_brush"",""using"":""click""},{""time"":70643,""label"":""cleared_brush"",""using"":""click""},{""time"":71325,""label"":""started_brush"",""startDate"":""2021-08-08"",""endDate"":""2021-11-13""},{""time"":73215,""label"":""tour_next"",""step"":5},{""time"":75689,""label"":""moved_brush"",""startDate"":""2021-07-02"",""endDate"":""2021-10-08""},{""time"":78122,""label"":""moved_brush"",""startDate"":""2021-08-03"",""endDate"":""2021-11-08""},{""time"":78696,""label"":""tour_next"",""step"":5},{""time"":81087,""label"":""moved_brush"",""startDate"":""2021-07-20"",""endDate"":""2021-10-25""},{""time"":81634,""label"":""moved_brush"",""startDate"":""2021-07-20"",""endDate"":""2021-10-25""},{""time"":82518,""label"":""moved_brush"",""startDate"":""2021-06-13"",""endDate"":""2021-09-18""},{""time"":83252,""label"":""cleared_brush"",""using"":""click""},{""time"":83255,""label"":""cleared_brush"",""using"":""Escape""},{""time"":84216,""label"":""tour_next"",""step"":5},{""time"":86985,""label"":""tour_end"",""step"":5},{""time"":101097,""label"":""started_brush"",""startDate"":""2021-08-11"",""endDate"":""2021-12-29""},{""time"":108421,""label"":""moved_brush"",""startDate"":""2021-09-25"",""endDate"":""2022-02-13""}]}","{""startTime"":1678932526017,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":6029,""label"":""started_brush"",""startDate"":""2021-12-01"",""endDate"":""2021-12-27""},{""time"":6633,""label"":""hovered"",""timeHovered"":1088,""week"":""2021-12-20""},{""time"":9343,""label"":""hovered"",""timeHovered"":3007,""week"":""2021-12-20""}]}",0,complex,line,0,1,0,Positive,3.5,1,3,2,4.095,2.0475,3314,15.0,1.0,1.0,1,1.0,3 +2023-03-15 22:06:04,2023-03-15 22:14:10,0,100,486,1,2023-03-15 22:14:11,R_3rM1UpuMbUK6Ghu,42.3975,-83.3733,EN,1,3.845,,,,,15.123,58,87,69,31.171,25.72,1,1,99.23299999999999,-3,1,48.3,1,50.135,15.06,5,5,5,5,6,5,,15.382,5,6,6,5,5,5,it looks logical but i dont know where the data comes from,35.834,5,,4.166,2,7,3,4,1,5,6,16.015,4,5,8,7,5,6,9,9,,13.46,4,4,3,4,4,3,9.602,5,,4.9510000000000005,2.0,1998.0,Michigan,7.0,3.0,1.0,,7.0,,,9.0,4.0,1.0,50.633,60fe134bea0a58a6b9d96ee3,"{""startTime"":1678932564387,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932510281,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932419645,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":4,""label"":""tour_started""},{""time"":22440,""label"":""tour_next"",""step"":2},{""time"":24209,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932494532,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,line,1,1,0,Positive,3.7,0,0,0,0.0,0.0,0,15.0,1.0,0.5,1,0.5,2 +2023-03-15 22:02:08,2023-03-15 22:14:17,0,100,728,1,2023-03-15 22:14:18,R_2YfHrVRcjFweuny,34.5804,-84.9433,EN,1,9.11,,,,,16.125999999999998,70,39,25,33.766999999999996,44.045,-3,1,54.97,-3,-3,128.352,-1,39.257,16.275,4,6,4,6,6,4,,23.333000000000002,4,6,5,6,6,5,You never really know for sure how much something is according to graphs.,45.041000000000004,3,,7.399,2,7,3,4,1,5,6,20.859,5,4,8,2,3,3,6,10,,20.936999999999998,1,1,1,5,1,1,23.587,5,,5.517,2.0,1965.0,Georgia,2.0,2.0,1.0,,7.0,,,13.0,2.0,1.0,179.36,5d649652adc4e8001a2d258d,"{""startTime"":1678932390597,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932315929,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932197338,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":20,""label"":""tour_started""},{""time"":8852,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7250,""week"":""4"",""id"":""chart""},{""time"":17851,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1610,""week"":""6"",""id"":""chart""},{""time"":21331,""label"":""tour_next"",""step"":2},{""time"":34851,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2094,""week"":""52"",""id"":""chart2""},{""time"":42629,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932298150,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,bar,0,0,0,Neutral,1.7,0,0,0,0.0,0.0,0,15.0,0.5,0.0,0,0.5,1 +2023-03-15 21:58:40,2023-03-15 22:15:00,0,100,979,1,2023-03-15 22:15:01,R_3G0MrkmAaPvWC5t,29.9046,-90.0501,EN,1,18.875,1.0,4.0,2.0,7.287000000000001,15.027000000000001,97,95,44,72.196,120.50200000000001,1,-3,79.388,-2,1,97.949,-1,28.701999999999998,15.12,6,5,6,5,6,6,"No additional thoughts, but it does stress the importance and timeliness of being vaccinated more than once. ",69.138,6,6,6,4,5,6,"The data seems accurate, especially seeing a comparison. Also, it makes a strong case about the importance of being vaccinated, but also encourages me to continually get vaccinated as there as surges here and there in time. ",57.159,6,,11.914000000000001,2,7,3,4,1,5,6,26.444000000000003,4,6,5,7,9,5,10,9,,28.906,4,3,4,2,3,4,40.806999999999995,2,1.0,18.252,2.0,1963.0,Louisiana,6.0,1.0,1.0,,3.0,,,9.0,3.0,1.0,147.65200000000002,62a9513ae9305607fd5af01a,"{""startTime"":1678932438408,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932290059,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":183,""label"":""hovered"",""timeHovered"":1091,""week"":""2021-07-26""},{""time"":15261,""label"":""hovered"",""timeHovered"":2591,""week"":""2021-08-09""},{""time"":21341,""label"":""hovered"",""timeHovered"":1179,""week"":""2021-08-23""}]}","{""startTime"":1678932052083,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":1579,""label"":""hovered"",""timeHovered"":4459,""week"":""2021-09-20""},{""time"":20187,""label"":""hovered"",""timeHovered"":8698,""week"":""2022-01-17""},{""time"":32286,""label"":""hovered"",""timeHovered"":3735,""week"":""2022-01-10""},{""time"":36854,""label"":""hovered"",""timeHovered"":5097,""week"":""2022-02-07""},{""time"":42369,""label"":""hovered"",""timeHovered"":1715,""week"":""2022-02-07""},{""time"":46784,""label"":""hovered"",""timeHovered"":6784,""week"":""2021-08-23""},{""time"":53868,""label"":""hovered"",""timeHovered"":1783,""week"":""2021-09-13""},{""time"":57484,""label"":""hovered"",""timeHovered"":1168,""week"":""2022-02-07""},{""time"":59991,""label"":""hovered"",""timeHovered"":5910,""week"":""2022-01-31""},{""time"":67618,""label"":""hovered"",""timeHovered"":3499,""week"":""2022-01-10""},{""time"":71734,""label"":""hovered"",""timeHovered"":1726,""week"":""2022-01-17""},{""time"":76789,""label"":""tour_next"",""step"":2},{""time"":84892,""label"":""tour_end"",""step"":2},{""time"":86617,""label"":""hovered"",""timeHovered"":1597,""week"":""2022-01-24""},{""time"":90671,""label"":""hovered"",""timeHovered"":3979,""week"":""2021-06-14""},{""time"":101867,""label"":""hovered"",""timeHovered"":2527,""week"":""2022-01-03""},{""time"":105354,""label"":""hovered"",""timeHovered"":1536,""week"":""2022-01-03""},{""time"":106939,""label"":""hovered"",""timeHovered"":1277,""week"":""2022-01-03""},{""time"":110808,""label"":""hovered"",""timeHovered"":6326,""week"":""2021-12-20""}]}","{""startTime"":1678932274387,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":9741,""label"":""hovered"",""timeHovered"":2297,""week"":""2021-08-16""}]}",1,moderate,line,0,1,0,Positive,3.3,0,1,1,2.2969999999999997,2.2969999999999997,0,15.0,0.5,0.5,0,0.5,2 +2023-03-15 21:57:13,2023-03-15 22:15:02,0,100,1068,1,2023-03-15 22:15:02,R_28IkVKoHGyomj05,33.9168,-118.3432,EN,1,69.66199999999999,,,,,15.011,95,88,68,202.583,34.169000000000004,1,-2,45.833,-2,1,52.858999999999995,-1,23.971999999999998,15.110999999999999,7,7,5,7,6,5,,19.226,5,5,6,7,5,5,All of the information on the graph looks like it resembles the legend accurately. ,32.688,3,,235.296,2,7,3,4,1,5,6,12.005,7,8,10,8,10,9,10,10,,12.554,2,4,4,3,4,2,19.387,4,,6.732,1.0,1997.0,California,6.0,3.0,1.0,,3.0,,,7.0,3.0,1.0,230.06599999999997,5e9b5d5193295f05c902b8d2,"{""startTime"":1678932277890,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932228814,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":1730,""label"":""hovered"",""timeHovered"":1166,""week"":""2022-01-31""}]}","{""startTime"":1678932131773,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":22553,""label"":""tour_next"",""step"":2},{""time"":27541,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932212903,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":11273,""label"":""hovered"",""timeHovered"":1499,""week"":""2021-12-27""}]}",0,simple,line,0,1,0,Positive,3.2,0,1,1,1.499,1.499,0,15.0,0.5,0.5,0,0.5,1 +2023-03-15 21:58:04,2023-03-15 22:15:07,0,100,1022,1,2023-03-15 22:15:08,R_1py74DHwkUeom5y,34.0544,-118.2441,EN,1,28.861,1.0,4.0,2.0,13.927999999999999,15.2,94,94,28,65.281,240.327,1,1,89.64399999999999,1,1,80.836,1,52.452,15.125,6,4,6,6,6,6,Surprising that the oldest demographic didn't rate the highest incidents of Covid 19.,71.586,4,6,6,4,6,6,I have no reason do doubt that this is accurate information.,21.488000000000003,5,no,16.034000000000002,2,7,3,4,1,5,6,24.683000000000003,4,6,6,4,8,3,10,10,no,39.424,4,4,4,2,4,4,30.184,3,1.0,18.291,1.0,1957.0,California,6.0,3.0,1.0,,7.0,,,3.0,4.0,1.0,95.025,5ea72b8aedd4c90da065607c,"{""startTime"":1678932374584,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932447754,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932062380,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":69,""label"":""tour_started""},{""time"":10103,""label"":""hovered"",""timeHovered"":16305,""week"":""2021-06-21""},{""time"":27554,""label"":""hovered"",""timeHovered"":23231,""week"":""2021-08-16""},{""time"":52594,""label"":""hovered"",""timeHovered"":7272,""week"":""2021-10-18""},{""time"":66726,""label"":""hovered"",""timeHovered"":5527,""week"":""2022-01-10""},{""time"":75144,""label"":""hovered"",""timeHovered"":1659,""week"":""2022-01-31""},{""time"":76804,""label"":""hovered"",""timeHovered"":3585,""week"":""2022-01-31""},{""time"":80641,""label"":""hovered"",""timeHovered"":7519,""week"":""2022-01-31""},{""time"":88161,""label"":""hovered"",""timeHovered"":1577,""week"":""2022-01-31""},{""time"":90868,""label"":""hovered"",""timeHovered"":1228,""week"":""2022-01-31""},{""time"":92545,""label"":""hovered"",""timeHovered"":17632,""week"":""2022-01-24""},{""time"":117413,""label"":""tour_next"",""step"":5},{""time"":134107,""label"":""cleared_brush"",""using"":""click""},{""time"":141188,""label"":""tour_back"",""step"":5},{""time"":160002,""label"":""tour_next"",""step"":5},{""time"":178761,""label"":""started_brush"",""startDate"":""2021-06-04"",""endDate"":""2022-01-09""},{""time"":180331,""label"":""tour_next"",""step"":5},{""time"":190245,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-16""},{""time"":193083,""label"":""moved_brush"",""startDate"":""2021-06-02"",""endDate"":""2022-01-07""},{""time"":193961,""label"":""tour_next"",""step"":5},{""time"":203813,""label"":""cleared_brush"",""using"":""click""},{""time"":203820,""label"":""cleared_brush"",""using"":""Escape""},{""time"":209788,""label"":""started_brush"",""startDate"":""2021-05-31"",""endDate"":""2021-09-13""},{""time"":210830,""label"":""tour_next"",""step"":5},{""time"":217758,""label"":""tour_end"",""step"":5},{""time"":223292,""label"":""hovered"",""timeHovered"":1160,""week"":""2021-08-09""},{""time"":229869,""label"":""hovered"",""timeHovered"":2063,""week"":""2021-07-19""}]}","{""startTime"":1678932357856,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line,0,1,0,Positive,3.7,0,0,0,0.0,0.0,0,15.0,1.0,1.0,1,1.0,3 +2023-03-15 22:04:12,2023-03-15 22:15:11,0,100,659,1,2023-03-15 22:15:13,R_22zckpgMVfJ5Bde,34.2243,-77.8849,EN,1,10.897,,,,,15.109000000000002,93,97,89,16.8,42.824,1,1,65.27600000000001,-1,1,57.86,1,19.175,15.114,4,6,4,6,7,5,,23.796999999999997,6,6,6,2,2,6,The information is well put together,15.159,3,,28.283,2,7,3,4,1,5,6,21.288,2,2,7,4,3,6,6,5,,144.459,2,2,2,2,2,4,60.902,6,,3.302,2.0,2001.0,North Carolina,6.0,2.0,1.0,,7.0,,,1.0,2.0,2.0,57.802,6109799a92fb44f6c1a86e38,"{""startTime"":1678932438404,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932389788,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932311298,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":7437,""label"":""tour_next"",""step"":5},{""time"":14043,""label"":""cleared_brush"",""using"":""click""},{""time"":15177,""label"":""cleared_brush"",""using"":""click""},{""time"":22102,""label"":""started_brush"",""startDate"":""2021-05-08"",""endDate"":""2021-09-19""},{""time"":23280,""label"":""tour_next"",""step"":5},{""time"":30031,""label"":""moved_brush"",""startDate"":""2021-07-27"",""endDate"":""2021-12-09""},{""time"":30960,""label"":""tour_next"",""step"":5},{""time"":33963,""label"":""cleared_brush"",""using"":""click""},{""time"":33967,""label"":""cleared_brush"",""using"":""Escape""},{""time"":35027,""label"":""tour_next"",""step"":5},{""time"":37137,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678932374154,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":6075,""label"":""hovered"",""timeHovered"":2553,""week"":""2022-01-03""}]}",0,complex,line,0,1,0,Positive,2.3,0,1,1,2.553,2.553,0,15.0,1.0,0.5,1,1.0,3 +2023-03-15 22:01:00,2023-03-15 22:15:31,0,100,871,1,2023-03-15 22:15:32,R_3Op6BGI7OZGOoio,30.6411,-97.7511,EN,1,11.402000000000001,,,,,15.009,84,70,64,30.601,36.034,1,-2,50.185,-2,1,46.801,1,83.795,15.117,4,4,5,6,3,4,,185.74599999999998,5,6,6,6,4,4,I trust the way it's presented but I am always skeptical about information on the internet until I can find verification.,46.135,3,,13.417,2,7,3,4,1,5,6,22.743000000000002,5,6,5,6,7,5,9,9,,34.338,3,3,5,2,3,4,48.738,2,,9.743,2.0,1983.0,Texas,6.0,2.0,1.0,,7.0,,,14.0,4.0,1.0,136.849,5d5464629b7c4e000188782d,"{""startTime"":1678932331854,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":1662},{""label"":""window_focused"",""time"":39599}]}","{""startTime"":1678932240903,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932138014,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":13303,""label"":""tour_next"",""step"":2},{""time"":20878,""label"":""tour_end"",""step"":2},{""time"":27528,""label"":""hovered"",""timeHovered"":6514,""week"":""2022-01-03""}]}","{""startTime"":1678932225101,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":4749,""label"":""hovered"",""timeHovered"":2217,""week"":""2021-12-27""}]}",0,simple,line,1,1,0,Neutral,3.3,0,1,1,2.217,2.217,0,15.0,0.5,0.5,1,0.5,1 +2023-03-15 22:04:17,2023-03-15 22:15:33,0,100,675,1,2023-03-15 22:15:33,R_1CwoJfTknS05Ul2,37.9387,-122.3661,EN,1,6.98,,,,,15.107000000000001,87,100,95,38.569,93.536,1,-2,93.18799999999999,1,-3,85.045,1,50.16,15.015,6,4,6,6,7,6,,26.063000000000002,5,6,6,4,5,6,I trust this visualization because it seems credible based on the data and effort put into creating the chart.,49.662,4,,10.757,2,7,3,4,1,5,6,18.732,6,8,6,9,8,7,10,10,,25.177,4,4,5,2,3,4,25.363000000000003,2,,5.702000000000001,1.0,1994.0,California,6.0,1.0,1.0,,9.0,,Los Altos Hills,6.0,4.0,1.0,64.45,6245c8c532cdc22633ecbf3f,"{""startTime"":1678932562362,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932485230,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":23,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1263,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678932324753,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":11840,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1482,""week"":""51"",""id"":""chart""},{""time"":13622,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3749,""week"":""52"",""id"":""chart""},{""time"":20840,""label"":""tour_next"",""step"":5},{""time"":39981,""label"":""cleared_brush"",""using"":""Click""},{""time"":50273,""label"":""started_brush"",""startDate"":""2021-08-07"",""endDate"":""2021-11-22""},{""time"":51940,""label"":""tour_next"",""step"":5},{""time"":61650,""label"":""moved_brush"",""startDate"":""2021-10-22"",""endDate"":""2022-02-07""},{""time"":62950,""label"":""tour_next"",""step"":5},{""time"":67317,""label"":""cleared_brush"",""using"":""Click""},{""time"":67317,""label"":""cleared_brush"",""using"":""Escape""},{""time"":69601,""label"":""tour_next"",""step"":5},{""time"":74601,""label"":""tour_end"",""step"":5},{""time"":76866,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2094,""week"":""52"",""id"":""chart""},{""time"":86482,""label"":""started_brush"",""startDate"":""2021-04-17"",""endDate"":""2021-09-28""}]}","{""startTime"":1678932469687,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":5827,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1069,""week"":""52"",""id"":""chart""},{""time"":7605,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2574,""week"":""1"",""id"":""chart""}]}",0,complex,bar,1,0,0,Positive,3.7,0,2,2,3.6430000000000002,1.8215,1778,15.0,0.5,0.5,1,1.0,3 +2023-03-15 22:06:06,2023-03-15 22:15:36,0,100,569,1,2023-03-15 22:15:37,R_26o8MnxQrmV4FLw,31.1455,-81.4981,EN,1,12.328,,,,,15.005999999999998,71,77,45,22.113000000000003,23.604,1,1,49.412,-3,-3,63.299,1,44.526,15.107000000000001,5,2,4,6,6,5,,29.429000000000002,2,6,4,2,2,5,"It doesn't seem like there is a reason to be fraudulent, but without research I can't say I fully trust it.",23.534000000000002,5,,12.907,2,7,3,4,1,5,6,25.055,5,6,7,6,6,6,10,10,,20.993000000000002,3,4,4,1,4,3,25.289,2,,5.185,2.0,1972.0,Georgia,6.0,2.0,1.0,,7.0,,,7.0,4.0,1.0,72.84100000000001,6266a87a7adacd7a91cabc93,"{""startTime"":1678932624054,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932566835,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":6776,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1383,""week"":""14"",""id"":""chart""}]}","{""startTime"":1678932477132,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":5515,""label"":""tour_next"",""step"":2},{""time"":9423,""label"":""tour_end"",""step"":2},{""time"":10907,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1840,""week"":""49"",""id"":""chart2""},{""time"":12868,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1465,""week"":""47"",""id"":""chart2""},{""time"":15033,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1679,""week"":""52"",""id"":""chart2""},{""time"":17666,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1489,""week"":""52"",""id"":""chart""},{""time"":19182,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1022,""week"":""51"",""id"":""chart""},{""time"":20393,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1718,""week"":""5"",""id"":""chart""}]}","{""startTime"":1678932551244,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":6580,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1098,""week"":""50"",""id"":""chart""}]}",0,simple,bar,1,0,0,Positive,3.2,0,1,1,1.0979999999999999,1.0979999999999999,0,15.0,1.0,0.0,1,1.0,1 +2023-03-15 22:01:41,2023-03-15 22:15:59,0,100,858,1,2023-03-15 22:15:59,R_2967QleNcDJjoPS,26.2516,-98.2271,EN,1,16.744,1.0,3.0,2.0,7.5360000000000005,15.107999999999999,100,100,100,23.849,45.138000000000005,1,1,85.148,-3,-3,100.971,1,71.971,15.015,4,4,4,7,6,4,A pretty standard data set. An option to zoom in on the graphs would be nice.,73.30199999999999,4,7,5,1,5,7,Does seem in line with previous COVID case graphs I have seen.,35.486999999999995,3,The graphs are a bit hard to see clearly.,30.502,2,7,3,4,1,5,6,14.939,1,1,1,1,1,1,11,1,Most of these are very corrupt and disorderly currently in the US. No trust can be had to these systems that are broken and flawed.,157.597,5,5,5,1,5,5,21.555999999999997,1,1.0,12.357999999999999,1.0,1994.0,Texas,3.0,2.0,1.0,,4.0,,,19.0,4.0,1.0,82.42399999999999,5e455faf462e0802d9d9c3e2,"{""startTime"":1678932325626,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":32067,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1065,""week"":""1"",""id"":""chart2""}]}","{""startTime"":1678932399622,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932178187,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":24,""label"":""tour_started""},{""time"":12805,""label"":""tour_next"",""step"":2},{""time"":21856,""label"":""tour_end"",""step"":2},{""time"":37597,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1199,""week"":""14"",""id"":""chart2""}]}","{""startTime"":1678932309704,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":5780,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1048,""week"":""4"",""id"":""chart""},{""time"":8929,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1049,""week"":""52"",""id"":""chart2""}]}",1,simple,bar,0,1,0,Positive,4.3,0,2,2,2.097,1.0485,3149,15.0,1.0,0.0,1,1.0,1 +2023-03-15 22:08:16,2023-03-15 22:16:17,0,100,480,1,2023-03-15 22:16:18,R_1LoOxZ4qRBWi3XB,45.0139,-93.1545,EN,1,10.289000000000001,,,,,15.011,92,93,55,15.152000000000001,63.846000000000004,1,1,46.06,1,1,29.486,1,36.58,16.825,7,7,5,7,7,7,,18.993,7,7,7,3,5,6,"It looks clear and easy to understand, the data is most likely verifiable",75.03,6,,5.334,2,7,3,4,1,5,6,8.118,3,7,9,7,9,7,9,10,,10.265999999999998,3,4,3,4,4,2,15.782,3,,4.814,2.0,1982.0,Minnesota,7.0,3.0,1.0,,9.0,,roseville,12.0,1.0,1.0,35.339,614fe09fec9ce4a2a415476d,"{""startTime"":1678932777653,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_focused"",""time"":3417}]}","{""startTime"":1678932670461,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_focused"",""time"":19492}]}","{""startTime"":1678932549716,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":67,""label"":""tour_started""},{""label"":""window_focused"",""time"":3488},{""time"":9372,""label"":""tour_next"",""step"":5},{""label"":""window_blurred"",""time"":21633},{""label"":""window_focused"",""time"":29806},{""time"":38741,""label"":""started_brush"",""startDate"":""2021-07-05"",""endDate"":""2021-10-05""},{""time"":41213,""label"":""tour_next"",""step"":5},{""time"":45391,""label"":""moved_brush"",""startDate"":""2021-06-13"",""endDate"":""2021-09-13""},{""time"":46252,""label"":""tour_next"",""step"":5},{""time"":53129,""label"":""cleared_brush"",""using"":""click""},{""time"":54280,""label"":""tour_next"",""step"":5},{""time"":56839,""label"":""tour_end"",""step"":5},{""label"":""window_blurred"",""time"":58257},{""label"":""window_focused"",""time"":61580}]}","{""startTime"":1678932652004,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_focused"",""time"":1737},{""label"":""window_blurred"",""time"":5066}]}",0,complex,line,0,2,0,Positive,3.3,0,0,0,0.0,0.0,0,3.3289999999999997,1.0,1.0,1,1.0,3 +2023-03-15 21:52:53,2023-03-15 22:16:35,0,100,1421,1,2023-03-15 22:16:36,R_yOzJSoUUC5Ml7d7,35.0812,-92.4722,EN,1,4.726,1.0,4.0,1.0,9.556000000000001,15.012,100,100,65,64.194,34.874,1,1,36.245,1,1,91.25200000000001,-1,96.53,15.110999999999999,6,6,6,7,7,6,,38.611,6,6,6,6,6,6,I trust it so far as I trust the the givers of this survey. It would not surprise me in any way if the data is correct. I could also see it being incorrect for the purposes of the survey.,97.42399999999999,4,,15.532,2,7,3,4,1,5,6,17.129,1,2,1,1,6,1,10,9,,36.393,3,3,5,3,4,3,50.733999999999995,2,1.0,14.082,1.0,1983.0,Arkansas,6.0,1.0,1.0,,7.0,,,5.0,4.0,2.0,113.81299999999999,57a12661913c7100019767b7,"{""startTime"":1678932377846,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932416800,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932290295,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":4,""label"":""tour_started""},{""time"":9374,""label"":""hovered"",""timeHovered"":2376,""week"":""2021-12-27""},{""time"":12386,""label"":""tour_next"",""step"":2},{""time"":17801,""label"":""tour_end"",""step"":2},{""time"":18687,""label"":""hovered"",""timeHovered"":1060,""week"":""2021-12-20""},{""time"":23331,""label"":""hovered"",""timeHovered"":1782,""week"":""2021-08-16""},{""time"":29551,""label"":""hovered"",""timeHovered"":1502,""week"":""2022-01-03""}]}","{""startTime"":1678932362165,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":6383,""label"":""hovered"",""timeHovered"":1174,""week"":""2021-09-27""}]}",1,simple,line,1,1,0,Positive,3.5,0,1,1,1.1740000000000002,1.1740000000000002,0,15.0,1.0,1.0,0,1.0,1 +2023-03-15 21:54:30,2023-03-15 22:16:40,0,100,1329,1,2023-03-15 22:16:40,R_21tz0YGR8eIGTd9,38.783,-90.6351,EN,1,225.862,,,,,15.012,57,29,41,17.336,415.745,1,1,155.322,-3,-3,28.401999999999997,-1,21.412,15.011,5,5,4,5,4,5,,20.529,4,4,3,3,3,3,No sources to back up this information. it is hearsay.,14.79,4,,11.927999999999999,2,7,3,4,1,5,6,24.717,4,8,4,7,7,9,7,5,,19.125999999999998,2,3,4,4,3,4,10.835,4,,7.734,1.0,2002.0,Missouri,6.0,1.0,1.0,,9.0,,Wright City,7.0,2.0,1.0,289.173,610323ee2d67fc117e7ef300,"{""startTime"":1678932557056,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":18314},{""label"":""window_focused"",""time"":19829}]}","{""startTime"":1678932527680,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678931939315,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":34,""label"":""tour_started""},{""time"":407825,""label"":""tour_next"",""step"":2},{""time"":413452,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932512517,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,bar,1,0,0,Negative,3.3,0,0,0,0.0,0.0,0,15.0,1.0,0.0,0,1.0,1 +2023-03-15 21:55:11,2023-03-15 22:17:33,0,100,1342,1,2023-03-15 22:17:34,R_1kRZ1GA9dkDVGnW,36.1214,-115.141,EN,1,16.666,,,,,15.110999999999999,93,87,64,82.29899999999999,296.181,1,1,217.202,1,-3,120.495,1,158.66,15.112,4,4,4,5,6,4,,59.727,4,5,5,1,4,4,I have not been given any reason to trust or distrust the visualization/data so I can't say one way or the other.,70.604,5,,12.649000000000001,2,7,3,4,1,5,6,40.702,8,7,5,5,9,9,11,11,,31.403000000000002,1,1,1,5,2,1,34.997,2,,6.0,1.0,1974.0,Nevada,2.0,2.0,1.0,,7.0,,,2.0,4.0,2.0,57.994,5f9e612e5e10814115cc780d,"{""startTime"":1678932310419,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932371312,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":7421,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1063,""week"":""50"",""id"":""chart""}]}","{""startTime"":1678931838399,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":28,""label"":""tour_started""},{""time"":33167,""label"":""tour_next"",""step"":5},{""time"":69584,""label"":""cleared_brush"",""using"":""Click""},{""time"":77861,""label"":""cleared_brush"",""using"":""Click""},{""time"":80997,""label"":""cleared_brush"",""using"":""Click""},{""time"":82666,""label"":""cleared_brush"",""using"":""Click""},{""time"":83831,""label"":""cleared_brush"",""using"":""Click""},{""time"":84454,""label"":""cleared_brush"",""using"":""Click""},{""time"":88239,""label"":""tour_back"",""step"":5},{""time"":89423,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":2551,""week"":""51"",""id"":""chart""},{""time"":93893,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1163,""week"":""1"",""id"":""chart""},{""time"":96301,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1689,""week"":""31"",""id"":""chart""},{""time"":101261,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":3395,""week"":""2"",""id"":""chart""},{""time"":114258,""label"":""tour_next"",""step"":5},{""time"":116665,""label"":""cleared_brush"",""using"":""Click""},{""time"":118124,""label"":""cleared_brush"",""using"":""Click""},{""time"":123607,""label"":""moved_brush"",""startDate"":""2021-08-25"",""endDate"":""2022-02-07""},{""time"":126213,""label"":""cleared_brush"",""using"":""Click""},{""time"":134287,""label"":""cleared_brush"",""using"":""Click""},{""time"":139728,""label"":""cleared_brush"",""using"":""Click""},{""time"":147087,""label"":""cleared_brush"",""using"":""Click""},{""time"":149045,""label"":""cleared_brush"",""using"":""Click""},{""time"":154031,""label"":""moved_brush"",""startDate"":""2021-08-10"",""endDate"":""2022-01-29""},{""time"":157806,""label"":""moved_brush"",""startDate"":""2021-08-10"",""endDate"":""2021-12-13""},{""label"":""window_blurred"",""time"":161322},{""label"":""window_focused"",""time"":246215},{""time"":258867,""label"":""started_brush"",""startDate"":""2021-12-30"",""endDate"":""2022-01-23""},{""time"":261556,""label"":""tour_next"",""step"":5},{""time"":267801,""label"":""moved_brush"",""startDate"":""2021-09-16"",""endDate"":""2022-01-23""},{""time"":269384,""label"":""tour_next"",""step"":5},{""time"":278496,""label"":""cleared_brush"",""using"":""Click""},{""time"":279673,""label"":""tour_next"",""step"":5},{""time"":291419,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678932294507,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,bar,0,0,0,Neutral,1.8,0,0,0,0.0,0.0,0,15.0,1.0,0.5,1,1.0,3 +2023-03-15 22:08:12,2023-03-15 22:17:35,0,100,563,1,2023-03-15 22:17:36,R_3nkqKWy7GvpDzuc,43.4219,-88.1847,EN,1,3.245,1.0,2.0,2.0,3.0269999999999997,15.11,67,79,32,7.702000000000001,35.416,-2,-3,28.614,-3,1,37.27,1,33.798,15.014000000000001,6,5,6,5,5,6,,13.282,4,4,4,2,3,5,"I think that the data feels valid, but it has no context to how the data was populated or received and compiled.",21.783,5,,2.1630000000000003,2,7,3,4,1,5,6,11.102,5,7,8,9,4,7,9,10,,12.337,4,2,3,4,3,3,8.436,3,4.0,5.501,1.0,1995.0,Wisconsin,6.0,2.0,1.0,,7.0,,,11.0,3.0,1.0,58.821999999999996,628eabb243fb4a73e29d9385,"{""startTime"":1678932615447,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932629446,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932529547,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":17,""label"":""tour_started""},{""time"":2282,""label"":""tour_next"",""step"":5},{""time"":21362,""label"":""cleared_brush"",""using"":""Click""},{""time"":21791,""label"":""cleared_brush"",""using"":""Click""},{""time"":22820,""label"":""started_brush"",""startDate"":""2021-08-21"",""endDate"":""2021-11-19""},{""time"":24002,""label"":""tour_next"",""step"":5},{""time"":27228,""label"":""moved_brush"",""startDate"":""2021-10-05"",""endDate"":""2021-11-19""},{""time"":27836,""label"":""tour_next"",""step"":5},{""time"":30167,""label"":""cleared_brush"",""using"":""Click""},{""time"":31162,""label"":""tour_next"",""step"":5},{""time"":33734,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678932599755,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":5135,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2705,""week"":""51"",""id"":""chart""},{""time"":7866,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1575,""week"":""52"",""id"":""chart""},{""time"":9462,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1059,""week"":""1"",""id"":""chart""},{""time"":12040,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1460,""week"":""2"",""id"":""chart""}]}",1,complex,bar,1,0,0,Negative,3.2,0,4,4,6.7989999999999995,1.69975,6905,15.0,0.0,0.5,1,1.0,3 +2023-03-15 22:11:50,2023-03-15 22:17:56,0,100,365,1,2023-03-15 22:17:56,R_2rAhc4e6oPoVxx7,33.4948,-117.0954,EN,1,15.683,1.0,3.0,2.0,5.837999999999999,15.008,100,100,0,14.93,40.847,1,-2,25.885,-2,1,27.878,1,9.827,15.01,7,7,7,7,7,7,,20.682,7,7,7,7,7,7,I feel the data matches my idea,17.205,5,,9.068,2,7,3,4,1,5,6,20.086,2,5,1,8,8,6,10,7,,18.605999999999998,5,5,5,5,5,5,17.704,5,4.0,9.008,1.0,1960.0,California,8.0,3.0,1.0,,9.0,,Temecula,10.0,2.0,1.0,39.427,62e47e029b91347575df3047,"{""startTime"":1678932892290,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932859964,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932776060,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":19,""label"":""tour_started""},{""time"":1777,""label"":""hovered"",""timeHovered"":13617,""week"":""2022-01-31""},{""time"":17277,""label"":""hovered"",""timeHovered"":3517,""week"":""2021-12-27""},{""time"":28627,""label"":""hovered"",""timeHovered"":2615,""week"":""2022-01-03""},{""time"":32494,""label"":""tour_next"",""step"":2},{""time"":38063,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932844154,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":402,""label"":""hovered"",""timeHovered"":1097,""week"":""2021-07-12""},{""time"":3999,""label"":""hovered"",""timeHovered"":3000,""week"":""2021-08-16""},{""time"":7101,""label"":""hovered"",""timeHovered"":1266,""week"":""2022-01-03""},{""time"":9683,""label"":""hovered"",""timeHovered"":2966,""week"":""2022-01-03""}]}",1,simple,line,0,1,0,Positive,5.0,0,4,4,8.329,2.08225,9281,15.0,0.5,0.5,1,0.5,1 +2023-03-15 22:06:31,2023-03-15 22:18:08,0,100,696,1,2023-03-15 22:18:08,R_3dEoVedQDxdTVx4,34.2037,-84.1031,EN,1,4.984,,,,,15.013,7,100,68,31.768,55.098,1,1,36.459,-2,1,51.615,1,65.48100000000001,15.116,4,2,4,7,6,4,interesting study ,51.717,2,7,6,6,4,4,I don't know where the information came from or what sources brought the numbers together or even if there are any outside conditions that make the information inaccurate that are not included ,89.861,2,,60.95399999999999,2,7,3,4,1,5,6,28.776,1,4,9,1,1,3,8,8,,28.965,1,5,5,3,5,4,36.203,5,,10.387,2.0,2004.0,Georgia,3.0,3.0,1.0,,7.0,,,7.0,4.0,2.0,54.645,63ed70c4b62c9946c66b38e9,"{""startTime"":1678932561560,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932613785,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932453885,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":3,""label"":""tour_started""},{""time"":13161,""label"":""tour_next"",""step"":2},{""time"":48606,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932546053,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":12562,""label"":""hovered"",""timeHovered"":1052,""week"":""2021-04-26""}]}",0,simple,line,1,0,0,Positive,3.8,0,1,1,1.052,1.052,0,15.0,1.0,0.5,1,1.0,1 +2023-03-15 21:58:02,2023-03-15 22:18:25,0,100,1223,1,2023-03-15 22:18:26,R_3PGjseMIffwiKrK,29.7646,-95.3657,EN,1,3.335,1.0,2.0,2.0,3.555,15.105,86,97,87,17.349,52.135,-2,1,50.571000000000005,-3,1,147.222,1,69.268,15.007,6,6,6,6,6,6,no comments,96.42,6,6,6,2,2,6,the data makes sense and I have no reason to disagree with it,64.094,4,no comments,10.807,2,7,3,4,1,5,6,16.889,5,5,6,6,3,4,10,10,no comments,63.349,2,2,3,4,2,2,155.737,1,2.0,18.352,1.0,2001.0,Texas,3.0,2.0,1.0,,9.0,,HOUSTON,9.0,4.0,1.0,342.245,6282abf0be2e9e2a65af807e,"{""startTime"":1678932263113,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":9630,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1671,""week"":""3"",""id"":""chart""}]}","{""startTime"":1678932144938,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_focused"",""time"":6197}]}","{""startTime"":1678931929141,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":8283,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4566,""week"":""1"",""id"":""chart""},{""time"":14059,""label"":""tour_next"",""step"":2},{""label"":""window_blurred"",""time"":15793},{""label"":""window_focused"",""time"":18909},{""label"":""window_blurred"",""time"":20587},{""label"":""window_focused"",""time"":23890},{""time"":26508,""label"":""tour_end"",""step"":2},{""time"":34278,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3203,""week"":""52"",""id"":""chart""},{""label"":""window_blurred"",""time"":41017},{""label"":""window_focused"",""time"":51114}]}","{""startTime"":1678932129540,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":2737}]}",1,moderate,bar,0,1,0,Positive,2.5,0,0,0,0.0,0.0,0,2.737,0.5,0.5,1,0.5,2 +2023-03-15 22:08:26,2023-03-15 22:18:42,0,100,616,1,2023-03-15 22:18:43,R_3EhCcoRAlAkcmqx,40.68,-73.4425,EN,1,5.739,1.0,2.0,1.0,5.209,15.11,64,68,69,112.262,51.773999999999994,1,1,50.493,-3,-3,47.261,1,37.321,15.109000000000002,4,3,3,6,6,3,,42.64,6,6,7,6,7,6,It is clear to see that the occurrence of the variable is higher with one population over another,28.323,2,,6.944,2,7,3,4,1,5,6,16.549,2,1,9,10,7,7,8,10,,26.011,2,2,3,4,4,4,45.706,7,1.0,13.9,1.0,2000.0,New York,6.0,1.0,1.0,,9.0,,Massapequa Park,14.0,1.0,1.0,46.725,63d3f95e93b636344cf403d9,"{""startTime"":1678936519023,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678936467981,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678936347774,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":23,""label"":""tour_started""},{""time"":8875,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1872,""week"":""50"",""id"":""chart""},{""time"":10881,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1624,""week"":""51"",""id"":""chart""},{""time"":14917,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1623,""week"":""2"",""id"":""chart""},{""time"":18225,""label"":""tour_next"",""step"":2},{""time"":25843,""label"":""tour_end"",""step"":2},{""time"":39045,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1617,""week"":""52"",""id"":""chart""},{""time"":41143,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7415,""week"":""52"",""id"":""chart2""}]}","{""startTime"":1678936451877,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar,0,1,0,Positive,3.2,0,0,0,0.0,0.0,0,15.0,1.0,0.0,1,1.0,1 +2023-03-15 22:09:47,2023-03-15 22:18:53,0,100,545,1,2023-03-15 22:18:53,R_27rLdkyCnFTwlTX,41.7817,-124.1332,EN,1,13.615,,,,,15.113,100,100,50,26.177,27.134,1,1,54.181000000000004,1,1,58.158,-1,37.91,15.114,6,4,5,6,6,6,,38.738,6,6,6,2,2,6,"Assuming we trust the data, then the visualization would be an accurate representation of the data in an easy to understand format.",33.148,6,,10.594000000000001,2,7,3,4,1,5,6,23.101999999999997,1,1,1,1,1,3,3,1,,38.728,5,5,5,1,5,5,25.429000000000002,5,,8.202,2.0,1975.0,California,3.0,2.0,1.0,,7.0,,,7.0,4.0,1.0,54.975,59f21fe8cc514a00011a66cf,"{""startTime"":1678932806881,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":35927},{""label"":""window_focused"",""time"":37377}]}","{""startTime"":1678932748931,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932650830,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":3250,""label"":""hovered"",""timeHovered"":2504,""week"":""2021-12-27""},{""time"":17084,""label"":""tour_next"",""step"":2},{""time"":21449,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932733212,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":12549,""label"":""hovered"",""timeHovered"":2804,""week"":""2022-01-03""}]}",0,simple,line,0,1,0,Positive,4.3,0,1,1,2.804,2.804,0,15.0,1.0,1.0,0,1.0,1 +2023-03-15 22:04:03,2023-03-15 22:18:57,0,100,894,1,2023-03-15 22:18:58,R_1OWbjGjTJyf2ujb,41.4129,-72.9077,EN,1,11.455,1.0,4.0,1.0,15.074000000000002,15.01,80,95,63,51.145,53.93899999999999,1,-2,76.57,1,1,147.635,1,96.21,15.056,6,4,2,5,6,6,,42.981,6,6,4,3,2,6,I trust CDC as a source.,41.809,5,,14.054,2,7,3,4,1,5,6,31.456,3,6,6,7,8,4,10,9,,44.277,3,3,4,2,4,4,39.405,2,1.0,25.193,1.0,1967.0,Connecticut,3.0,1.0,1.0,,7.0,,,4.0,4.0,1.0,109.194,605d0d00436a36ad0d8d6fa5,"{""startTime"":1678932569845,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932613462,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932351464,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":17,""label"":""tour_started""},{""time"":35778,""label"":""hovered"",""timeHovered"":1648,""week"":""2021-07-26""},{""time"":39445,""label"":""hovered"",""timeHovered"":2903,""week"":""2022-01-10""},{""time"":42549,""label"":""hovered"",""timeHovered"":1017,""week"":""2022-01-10""},{""time"":45558,""label"":""tour_next"",""step"":2},{""time"":49390,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932554219,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line,1,0,0,Positive,3.3,0,0,0,0.0,0.0,0,15.0,0.5,1.0,1,1.0,2 +2023-03-15 22:10:27,2023-03-15 22:19:10,0,100,522,1,2023-03-15 22:19:11,R_1iq8IlqDRIifWhk,38.5774,-90.6709,EN,1,9.698,,,,,15.020999999999999,90,82,72,17.06,81.351,-2,1,37.522,-3,-3,32.056999999999995,1,40.285,15.023,6,7,7,7,7,7,"The interactive data is actually kinda fun to use, much better than a standard boring chart.",28.941,7,7,7,5,7,7,"Clearly a lot of thought has gone into it to make it designed in a matter that is clear and easy to use, so I trust the visualization.",38.236,5,,9.263,2,7,3,4,1,5,6,16.312,4,8,8,8,3,6,10,10,"Anything that has money involved/trying to make a profit, I trust less since those people are just going to go after the money.",38.266,3,4,3,3,4,3,32.763000000000005,2,,7.529,1.0,2004.0,Wisconsin,3.0,3.0,1.0,,7.0,,,3.0,2.0,1.0,52.568000000000005,63f4eb046bcf1fda92414a71,"{""startTime"":1678932820852,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932850605,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932681741,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":19802,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1063,""week"":""39"",""id"":""chart""},{""time"":22683,""label"":""tour_next"",""step"":5},{""time"":36129,""label"":""started_brush"",""startDate"":""2021-09-12"",""endDate"":""2022-02-07""},{""time"":37325,""label"":""tour_next"",""step"":5},{""time"":44435,""label"":""moved_brush"",""startDate"":""2021-07-20"",""endDate"":""2021-12-15""},{""time"":45782,""label"":""moved_brush"",""startDate"":""2021-08-05"",""endDate"":""2021-12-31""},{""time"":47356,""label"":""moved_brush"",""startDate"":""2021-07-10"",""endDate"":""2021-12-05""},{""time"":48211,""label"":""tour_next"",""step"":5},{""time"":54545,""label"":""cleared_brush"",""using"":""Click""},{""time"":54545,""label"":""cleared_brush"",""using"":""Escape""},{""time"":55693,""label"":""tour_next"",""step"":5},{""time"":60468,""label"":""tour_end"",""step"":5},{""time"":67487,""label"":""started_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-07-03""},{""time"":74588,""label"":""moved_brush"",""startDate"":""2021-11-09"",""endDate"":""2022-02-07""},{""time"":80720,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-07-03""}]}","{""startTime"":1678932804865,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":3560,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1472,""week"":""52"",""id"":""chart""},{""time"":5196,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1962,""week"":""2"",""id"":""chart""},{""time"":8225,""label"":""started_brush"",""startDate"":""2021-09-16"",""endDate"":""2021-12-01""},{""label"":""window_blurred"",""time"":9789},{""label"":""window_focused"",""time"":13134},{""time"":15218,""label"":""moved_brush"",""startDate"":""2021-11-14"",""endDate"":""2022-01-29""}]}",0,complex,bar,1,1,0,Positive,3.3,1,4,2,3.4339999999999997,1.7169999999999999,11658,9.789,0.5,0.0,1,1.0,3 +2023-03-15 21:59:55,2023-03-15 22:19:19,0,100,1163,1,2023-03-15 22:19:19,R_33x6bbhQpyX6O8c,41.9082,-71.1031,EN,1,10.702,,,,,15.110999999999999,80,23,29,51.478,196.365,-2,1,109.148,-3,-3,104.70100000000001,1,82.111,15.019,4,4,4,6,5,5,"This is a very busy graph, but after viewing it for a bit, it wasn't too hard to understand. To make it a little easier for the study taker, the task/instructions should be moved so they don't cover the graph while you are trying to perform the tasks. ",176.91,5,6,6,2,2,6,I chose that because the instructions note: assume you trust the data.,36.266,5,,34.818000000000005,2,7,3,4,1,5,6,34.63,2,1,8,4,2,5,7,9,,42.498000000000005,4,4,5,2,5,3,55.825,6,,8.632,1.0,1959.0,Massachusetts,6.0,2.0,1.0,,7.0,,,8.0,3.0,1.0,83.479,64029de99a8a72fc5a205b7e,"{""startTime"":1678932377117,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":12,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1210,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678932554527,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932082391,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":4001,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1414,""week"":""6"",""id"":""chart""},{""time"":32506,""label"":""tour_next"",""step"":5},{""time"":53633,""label"":""tour_back"",""step"":5},{""time"":55848,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1982,""week"":""35"",""id"":""chart""},{""time"":60215,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3799,""week"":""36"",""id"":""chart""},{""time"":65333,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1115,""week"":""36"",""id"":""chart""},{""time"":66451,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1064,""week"":""36"",""id"":""chart""},{""time"":67532,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1617,""week"":""35"",""id"":""chart""},{""time"":73345,""label"":""tour_next"",""step"":5},{""time"":92371,""label"":""cleared_brush"",""using"":""Click""},{""time"":93006,""label"":""started_brush"",""startDate"":""2021-08-06"",""endDate"":""2021-09-10""},{""time"":103276,""label"":""cleared_brush"",""using"":""Click""},{""time"":104837,""label"":""cleared_brush"",""using"":""Click""},{""time"":112701,""label"":""started_brush"",""startDate"":""2021-08-07"",""endDate"":""2021-08-28""},{""time"":113545,""label"":""tour_next"",""step"":5},{""time"":131659,""label"":""moved_brush"",""startDate"":""2021-10-08"",""endDate"":""2021-10-29""},{""time"":132382,""label"":""tour_next"",""step"":5},{""time"":141450,""label"":""cleared_brush"",""using"":""Click""},{""time"":141450,""label"":""cleared_brush"",""using"":""Escape""},{""time"":145624,""label"":""tour_next"",""step"":5},{""time"":155966,""label"":""tour_end"",""step"":5},{""time"":158004,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2627,""week"":""52"",""id"":""chart""},{""time"":161724,""label"":""cleared_brush"",""using"":""Click""},{""time"":163698,""label"":""started_brush"",""startDate"":""2021-06-06"",""endDate"":""2021-07-22""},{""time"":169360,""label"":""cleared_brush"",""using"":""Click""},{""time"":169360,""label"":""cleared_brush"",""using"":""Escape""}]}","{""startTime"":1678932361728,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,bar,0,0,0,Neutral,3.8,0,0,0,0.0,0.0,0,15.0,0.5,0.0,1,1.0,3 +2023-03-15 22:05:26,2023-03-15 22:19:46,0,100,859,1,2023-03-15 22:19:47,R_3m35gRci87gwNPL,41.141000000000005,-81.4768,EN,1,21.993000000000002,1.0,3.0,1.0,11.591,15.107000000000001,100,92,80,37.36,138.717,1,1,66.498,1,1,102.441,1,65.76899999999999,15.106,6,6,6,6,6,6,,32.035,6,7,6,5,2,6,I trust the source. The Center of Disease control is someone I trust to provide accurate information regarding disease.,51.221000000000004,6,,17.583,2,7,3,4,1,5,6,28.451999999999998,2,4,6,5,4,7,10,10,,35.165,4,3,5,2,4,4,40.224000000000004,2,1.0,15.255,2.0,1984.0,Ohio,6.0,1.0,1.0,,7.0,,,9.0,4.0,2.0,90.565,617390ea6b825a0eb8904f29,"{""startTime"":1678932784023,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932690888,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932432655,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":26,""label"":""tour_started""},{""time"":29250,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":14028,""week"":""52"",""id"":""chart""},{""time"":44110,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2161,""week"":""1"",""id"":""chart""},{""time"":46903,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1678,""week"":""52"",""id"":""chart""},{""time"":48667,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1378,""week"":""1"",""id"":""chart""},{""time"":51829,""label"":""tour_next"",""step"":2},{""time"":63529,""label"":""tour_end"",""step"":2},{""time"":103024,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2606,""week"":""14"",""id"":""chart""},{""time"":106627,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1102,""week"":""21"",""id"":""chart""},{""time"":112083,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2909,""week"":""23"",""id"":""chart""},{""time"":116391,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1710,""week"":""24"",""id"":""chart""},{""time"":121378,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1726,""week"":""6"",""id"":""chart""},{""time"":125635,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1444,""week"":""52"",""id"":""chart""},{""time"":127845,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1977,""week"":""1"",""id"":""chart""},{""time"":129922,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1279,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678932675100,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":5914,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3189,""week"":""3"",""id"":""chart""},{""time"":9140,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1261,""week"":""2"",""id"":""chart""}]}",1,moderate,bar,1,0,0,Positive,3.7,0,2,2,4.45,2.225,3226,15.0,1.0,1.0,1,1.0,2 +2023-03-15 22:07:57,2023-03-15 22:19:53,0,100,716,1,2023-03-15 22:19:54,R_1QmZTMYRCbZAgTE,34.9879,-79.2169,EN,1,6.542999999999999,2.0,,1.0,4.381,15.017000000000001,86,99,39,31.549,29.971,1,1,110.682,-1,-2,158.931,1,29.638,15.116,5,5,5,6,6,5,,25.276999999999997,6,6,5,2,2,5,You never know what people put out there. It may be true but i can never really be sure unless I look it up myself.,33.294000000000004,3,,6.763999999999999,2,7,3,4,1,5,6,40.079,5,6,7,6,6,5,7,6,,18.485,2,2,2,4,2,2,17.160999999999998,2,2.0,14.408,2.0,1986.0,North Carolina,3.0,1.0,1.0,,3.0,,,4.0,2.0,1.0,108.321,5a8ac2d8f49c9a0001f3ab34,"{""startTime"":1678932763354,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932704345,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932546661,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":4121,""label"":""hovered"",""timeHovered"":3226,""week"":""2021-10-11""},{""time"":8063,""label"":""hovered"",""timeHovered"":2583,""week"":""2022-01-03""},{""time"":11496,""label"":""hovered"",""timeHovered"":2999,""week"":""2021-12-13""},{""time"":17268,""label"":""tour_next"",""step"":2},{""time"":20327,""label"":""tour_end"",""step"":2},{""time"":21417,""label"":""hovered"",""timeHovered"":1520,""week"":""2021-10-18""},{""time"":23143,""label"":""hovered"",""timeHovered"":1152,""week"":""2022-01-17""},{""time"":26228,""label"":""hovered"",""timeHovered"":1683,""week"":""2021-09-06""}]}","{""startTime"":1678932688460,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":3611,""label"":""hovered"",""timeHovered"":1829,""week"":""2021-09-13""},{""time"":8729,""label"":""hovered"",""timeHovered"":5232,""week"":""2022-01-03""}]}",1,simple,line,1,0,0,Neutral,2.3,0,2,2,7.061,3.5305,5118,15.0,1.0,0.0,1,1.0,1 +2023-03-15 22:10:40,2023-03-15 22:20:00,0,100,559,1,2023-03-15 22:20:00,R_1rdBFI71bALra1L,42.5181,-70.899,EN,1,5.396,,,,,15.107000000000001,93,59,92,22.895,96.81,1,1,42.82899999999999,1,1,59.023999999999994,1,69.865,15.011,6,7,7,7,5,7,,32.051,7,7,7,3,2,7,"It represents the data in a clear manner, and allows the user to gain more detailed information through hovering over the relevant parts.",28.953000000000003,5,,8.155,2,7,3,4,1,5,6,18.965999999999998,3,3,1,6,7,4,11,11,,28.0,5,5,5,1,5,5,15.058,3,,4.873,2.0,1985.0,Massachusetts,7.0,3.0,1.0,,2.0,,,13.0,5.0,2.0,48.81,636168a962acef1f1f1cc4ce,"{""startTime"":1678932876578,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932912001,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932692969,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":12773,""label"":""tour_next"",""step"":5},{""time"":29674,""label"":""started_brush"",""startDate"":""2021-04-14"",""endDate"":""2021-06-28""},{""time"":30938,""label"":""moved_brush"",""startDate"":""2021-08-06"",""endDate"":""2021-10-20""},{""time"":31836,""label"":""moved_brush"",""startDate"":""2021-10-03"",""endDate"":""2021-12-17""},{""time"":33591,""label"":""moved_brush"",""startDate"":""2021-06-10"",""endDate"":""2021-08-24""},{""time"":34380,""label"":""tour_next"",""step"":5},{""time"":40636,""label"":""moved_brush"",""startDate"":""2021-06-10"",""endDate"":""2021-07-06""},{""time"":42081,""label"":""tour_next"",""step"":5},{""time"":54680,""label"":""moved_brush"",""startDate"":""2021-06-10"",""endDate"":""2021-07-06""},{""time"":54883,""label"":""moved_brush"",""startDate"":""2021-06-10"",""endDate"":""2021-07-06""},{""time"":59287,""label"":""cleared_brush"",""using"":""click""},{""time"":59289,""label"":""cleared_brush"",""using"":""Escape""},{""time"":61437,""label"":""tour_next"",""step"":5},{""time"":65286,""label"":""tour_end"",""step"":5},{""time"":77426,""label"":""hovered"",""timeHovered"":1556,""week"":""2022-01-10""},{""time"":88344,""label"":""started_brush"",""startDate"":""2021-08-08"",""endDate"":""2021-10-05""},{""time"":90659,""label"":""cleared_brush"",""using"":""click""},{""time"":90832,""label"":""cleared_brush"",""using"":""click""}]}","{""startTime"":1678932860713,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":4258,""label"":""hovered"",""timeHovered"":1355,""week"":""2021-11-15""},{""time"":7300,""label"":""hovered"",""timeHovered"":1520,""week"":""2021-12-20""},{""time"":9835,""label"":""hovered"",""timeHovered"":2141,""week"":""2021-12-27""}]}",0,complex,line,0,2,0,Positive,4.3,0,3,3,5.016,1.672,5577,15.0,1.0,1.0,1,1.0,3 +2023-03-15 22:07:59,2023-03-15 22:20:09,0,100,729,1,2023-03-15 22:20:09,R_3sbTemNx1QuR9dm,36.3519,-94.2197,EN,1,12.932,,,,,15.009,84,60,86,37.558,62.291000000000004,1,-3,84.28,-3,1,86.89399999999999,1,60.588,15.120999999999999,6,4,7,5,7,6,,32.961999999999996,5,5,6,5,5,5,I believe that the research is very friendly and was done right so I am able to trust the visualization. ,52.433,4,,11.989,2,7,3,4,1,5,6,26.701,1,2,8,4,2,9,7,9,,25.988000000000003,3,4,5,2,3,4,53.152,5,,17.046,2.0,1973.0,Arkansas,4.0,1.0,1.0,,9.0,,Fayetteville,8.0,4.0,1.0,79.818,63f6ac6d4ce41fa2a87ea79b,"{""startTime"":1678932804258,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932722755,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932557023,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":24602,""label"":""hovered"",""timeHovered"":1315,""week"":""2022-02-07""},{""time"":31184,""label"":""tour_next"",""step"":2},{""time"":54990,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932707164,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":12220,""label"":""hovered"",""timeHovered"":1315,""week"":""2022-02-07""}]}",0,moderate,line,1,0,0,Positive,3.5,0,1,1,1.315,1.315,0,15.0,0.5,0.5,1,0.5,2 +2023-03-15 21:57:23,2023-03-15 22:20:18,0,100,1375,1,2023-03-15 22:20:18,R_bkqfLnHio8wEYMN,39.2124,-76.8776,EN,1,11.415999999999999,,,,,15.107999999999999,100,100,76,26.834,151.13,1,-3,279.846,-3,1,255.084,1,139.46200000000002,15.008,6,6,6,7,7,6,,23.495,7,7,5,2,1,6,The data looks to be well organized and seems to be accurate given the data presented in the graph,79.824,4,,10.982000000000001,2,7,3,4,1,5,6,12.974,4,4,5,5,6,6,9,8,,23.377,3,3,3,2,4,3,28.916,4,,4.3469999999999995,1.0,1986.0,Maryland,3.0,1.0,1.0,,3.0,,,4.0,3.0,1.0,56.798,62e1ede63f23cc2eb6170242,"{""startTime"":1678932615458,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":570},{""label"":""window_focused"",""time"":1799}]}","{""startTime"":1678932511733,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932063582,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":21,""label"":""tour_started""},{""time"":13709,""label"":""hovered"",""timeHovered"":1451,""week"":""2021-11-22""},{""time"":18209,""label"":""hovered"",""timeHovered"":1718,""week"":""2021-08-16""},{""time"":28268,""label"":""tour_next"",""step"":2},{""time"":37021,""label"":""tour_end"",""step"":2},{""label"":""window_blurred"",""time"":42718},{""label"":""window_focused"",""time"":146547}]}","{""startTime"":1678932496140,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,line,0,1,0,Positive,3.0,0,0,0,0.0,0.0,0,15.0,0.5,0.5,1,0.5,1 +2023-03-15 22:07:01,2023-03-15 22:20:32,0,100,810,1,2023-03-15 22:20:32,R_9yKqDJp7jv6VSUx,32.7797,-96.8022,EN,1,4.408,1.0,2.0,1.0,6.169,15.014000000000001,61,90,88,34.150999999999996,94.25299999999999,1,1,35.738,1,1,34.402,-2,30.17,15.013,6,5,6,6,7,5,,23.64,5,6,6,6,5,5,I do know there is a margin for error with these results and numbers. So I take that into account but it looks pretty accurate,41.595,4,,8.648,2,7,3,4,1,5,6,22.671999999999997,2,1,1,1,3,3,6,7,,18.901,4,4,5,1,5,4,19.908,3,1.0,12.501,1.0,1984.0,Texas,6.0,1.0,1.0,,7.0,,,14.0,3.0,1.0,306.034,5d6807f9778de5001a120d9a,"{""startTime"":1678932701991,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932638550,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932493456,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":5675,""label"":""hovered"",""timeHovered"":7670,""week"":""2022-01-10""},{""time"":29769,""label"":""hovered"",""timeHovered"":1399,""week"":""2022-01-10""},{""time"":34457,""label"":""tour_next"",""step"":2},{""time"":40589,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932623082,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":11290,""label"":""hovered"",""timeHovered"":1250,""week"":""2022-01-03""}]}",1,moderate,line,0,1,0,Positive,3.8,0,1,1,1.25,1.25,0,15.0,1.0,1.0,0,1.0,2 +2023-03-15 21:56:15,2023-03-15 22:20:49,0,100,1473,1,2023-03-15 22:20:49,R_27wmZkCoKoqugCb,42.3394,-122.8475,EN,1,47.795,1.0,4.0,1.0,12.568,15.013,100,100,76,73.919,258.122,1,1,80.5,1,1,75.055,-1,76.39399999999999,15.107000000000001,4,4,4,4,4,4,"Actually, in the interactive visualization, the pop-up box had the information regarding infection rate of vaccinated vs unvaccinated people reversed. In the pop-up box when one hovers over a certain date, the information provided is incorrect according to the legend, in that the box shows more vaccinated than unvaccinated people having been infected during any certain time. Additionally, there is no information for number of infections for late December 2022",382.125,4,1,4,1,1,1,"AS I explained before, when you hover over a certain time frame, the information presented in the pop-up box is the reverse of what is shown in the legend and in the actual graph itself. Either the graph and legend are wrong, which I doubt, or the information in the pop-up box is incorrect. Therefore< I do not trust the information in the visualization.",111.10700000000001,5,I'm not sure if providing incorrect information in the pop-up boxes was intentional but I will message the researchers to make sure they are aware of it.,62.78,2,7,3,4,1,5,6,24.675,2,4,7,5,6,2,10,9,,34.141999999999996,4,5,5,1,5,1,39.781,1,1.0,14.208,2.0,1950.0,Oregon,7.0,2.0,1.0,,7.0,,,14.0,4.0,2.0,55.673,622a4d6cf143081ed1887ee5,"{""startTime"":1678932292139,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":158067,""label"":""hovered"",""timeHovered"":4560,""week"":""2022-01-10""}]}","{""startTime"":1678932675269,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":36743,""label"":""hovered"",""timeHovered"":2835,""week"":""2021-08-23""}]}","{""startTime"":1678931940492,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":4,""label"":""tour_started""},{""time"":15276,""label"":""hovered"",""timeHovered"":4364,""week"":""2022-01-03""},{""time"":22477,""label"":""hovered"",""timeHovered"":1244,""week"":""2022-01-03""},{""time"":26035,""label"":""hovered"",""timeHovered"":1305,""week"":""2021-08-16""},{""time"":32666,""label"":""hovered"",""timeHovered"":1624,""week"":""2022-01-10""},{""time"":36150,""label"":""hovered"",""timeHovered"":8087,""week"":""2022-01-10""},{""time"":48045,""label"":""tour_next"",""step"":5},{""time"":68619,""label"":""started_brush"",""startDate"":""2021-05-30"",""endDate"":""2021-09-21""},{""time"":88554,""label"":""moved_brush"",""startDate"":""2021-06-20"",""endDate"":""2021-10-12""},{""time"":89916,""label"":""tour_next"",""step"":5},{""time"":108069,""label"":""moved_brush"",""startDate"":""2021-06-20"",""endDate"":""2022-02-13""},{""time"":110546,""label"":""moved_brush"",""startDate"":""2021-06-20"",""endDate"":""2022-02-13""},{""time"":113822,""label"":""moved_brush"",""startDate"":""2021-08-05"",""endDate"":""2022-02-13""},{""time"":115490,""label"":""moved_brush"",""startDate"":""2021-08-05"",""endDate"":""2022-02-13""},{""time"":125620,""label"":""moved_brush"",""startDate"":""2021-08-05"",""endDate"":""2022-02-13""},{""time"":127957,""label"":""moved_brush"",""startDate"":""2021-08-05"",""endDate"":""2022-02-13""},{""time"":143442,""label"":""moved_brush"",""startDate"":""2021-11-23"",""endDate"":""2022-02-13""},{""time"":144842,""label"":""tour_next"",""step"":5},{""time"":160357,""label"":""cleared_brush"",""using"":""click""},{""time"":164859,""label"":""tour_next"",""step"":5},{""time"":174344,""label"":""tour_end"",""step"":5},{""time"":184699,""label"":""started_brush"",""startDate"":""2021-09-07"",""endDate"":""2022-02-13""},{""time"":190650,""label"":""hovered"",""timeHovered"":26716,""week"":""2022-01-03""},{""time"":228681,""label"":""hovered"",""timeHovered"":1308,""week"":""2021-12-06""},{""time"":235363,""label"":""hovered"",""timeHovered"":4993,""week"":""2022-01-03""},{""time"":245121,""label"":""hovered"",""timeHovered"":11712,""week"":""2022-01-10""}]}","{""startTime"":1678932276344,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":7648,""label"":""hovered"",""timeHovered"":1481,""week"":""2022-01-10""},{""time"":9176,""label"":""hovered"",""timeHovered"":2272,""week"":""2022-01-10""},{""time"":14043,""label"":""cleared_brush"",""using"":""click""},{""time"":14943,""label"":""cleared_brush"",""using"":""click""}]}",1,complex,line,0,1,0,Negative,3.5,0,4,2,3.753,1.8765,7295,15.0,1.0,1.0,0,0.0,3 +2023-03-15 22:07:23,2023-03-15 22:21:28,0,100,845,1,2023-03-15 22:21:30,R_wMN2FdGJ7ISq68F,35.5991,-81.0305,EN,1,8.085,1.0,3.0,2.0,9.674,15.110999999999999,86,32,23,23.441,48.178999999999995,-2,-3,87.45299999999999,1,-3,104.08,1,61.253,15.013,5,4,6,5,6,4,,133.56,5,5,4,2,3,4,I am unsure whether the data is accurate.,23.713,1,,11.732999999999999,2,7,3,4,1,5,6,26.305999999999997,1,1,1,1,1,1,10,8,,24.46,1,1,1,5,4,1,83.58200000000001,2,2.0,17.802,1.0,1966.0,North Carolina,4.0,2.0,1.0,,7.0,,,6.0,4.0,1.0,73.965,5cbe00898f939c0017c0b9d8,"{""startTime"":1678932755325,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932687365,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932517571,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":35,""label"":""tour_started""},{""time"":27148,""label"":""tour_next"",""step"":2},{""time"":36402,""label"":""tour_end"",""step"":2},{""time"":39419,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3566,""week"":""6"",""id"":""chart""}]}","{""startTime"":1678932671576,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar,0,1,0,Positive,2.2,0,0,0,0.0,0.0,0,15.0,0.0,0.5,1,0.5,2 +2023-03-15 22:12:13,2023-03-15 22:21:41,0,100,567,1,2023-03-15 22:21:41,R_pi6IkSMXRBl8sVj,47.6722,-122.1257,EN,1,8.45,,,,,15.109000000000002,76,76,33,26.359,27.561999999999998,1,1,55.896,1,1,75.501,1,87.745,15.007,6,5,5,5,6,6,It looks good,38.501999999999995,5,5,4,2,1,5,"It looks like a graph that has reliable information on it, a line graph is used often.",25.320999999999998,5,,9.73,2,7,3,4,1,5,6,22.375,8,8,9,10,8,8,10,10,,22.358,4,4,3,3,4,4,23.066999999999997,4,,6.37,1.0,1984.0,Washington,6.0,3.0,1.0,,2.0,,,9.0,4.0,2.0,45.038000000000004,61686f8376bd6ff59ea15479,"{""startTime"":1678932902597,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932941627,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932802551,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":16083,""label"":""tour_next"",""step"":2},{""time"":22267,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932886912,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7911,""label"":""hovered"",""timeHovered"":1054,""week"":""2022-01-03""},{""time"":9226,""label"":""hovered"",""timeHovered"":1403,""week"":""2022-01-03""},{""time"":10959,""label"":""hovered"",""timeHovered"":1063,""week"":""2022-01-10""},{""time"":13807,""label"":""hovered"",""timeHovered"":1093,""week"":""2021-11-15""}]}",0,simple,line,2,0,0,Positive,3.7,0,4,4,4.613,1.15325,5896,15.0,1.0,1.0,1,1.0,1 +2023-03-15 22:10:55,2023-03-15 22:22:12,0,100,677,1,2023-03-15 22:22:13,R_2bIxwoDpEwcu03F,37.2951,-79.987,EN,1,7.385,1.0,2.0,2.0,11.052999999999999,15.106,55,44,60,19.333,88.37100000000001,1,-2,64.79899999999999,1,1,64.145,1,35.054,15.014000000000001,5,5,5,5,4,5,,38.149,5,5,5,4,3,5,I looks like it comes from a reputable source.,34.865,4,,38.854,2,7,3,4,1,5,6,28.785,5,7,6,6,7,6,9,8,,29.098000000000003,4,4,5,2,4,4,33.917,4,1.0,22.523000000000003,1.0,1984.0,Virginia,6.0,2.0,1.0,,3.0,,,4.0,3.0,1.0,70.087,58074104c314770001876e7b,"{""startTime"":1678932863723,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932902476,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932723810,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":4549,""label"":""hovered"",""timeHovered"":8809,""week"":""2021-12-20""},{""time"":19040,""label"":""tour_next"",""step"":5},{""time"":37212,""label"":""started_brush"",""startDate"":""2021-07-09"",""endDate"":""2021-10-24""},{""time"":38242,""label"":""tour_next"",""step"":5},{""time"":45799,""label"":""moved_brush"",""startDate"":""2021-07-04"",""endDate"":""2021-10-19""},{""time"":47121,""label"":""moved_brush"",""startDate"":""2021-08-10"",""endDate"":""2021-10-19""},{""time"":48064,""label"":""tour_next"",""step"":5},{""time"":64719,""label"":""cleared_brush"",""using"":""click""},{""time"":66469,""label"":""tour_next"",""step"":5},{""time"":73478,""label"":""tour_end"",""step"":5},{""time"":81564,""label"":""started_brush"",""startDate"":""2021-07-09"",""endDate"":""2021-07-14""},{""time"":83279,""label"":""started_brush"",""startDate"":""2021-08-07"",""endDate"":""2021-10-02""},{""time"":84443,""label"":""moved_brush"",""startDate"":""2021-07-28"",""endDate"":""2021-08-07""},{""time"":85044,""label"":""started_brush"",""startDate"":""2021-07-09"",""endDate"":""2021-07-10""}]}","{""startTime"":1678932848208,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":9215,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-07-14""}]}",1,complex,line,1,0,0,Positive,3.8,1,1,0,0.0,0.0,0,15.0,0.5,1.0,1,1.0,3 +2023-03-15 22:09:16,2023-03-15 22:22:18,0,100,782,1,2023-03-15 22:22:19,R_2agJfRV2z3r6vzz,43.6573,-103.4258,EN,1,8.245,2.0,,2.0,2.6630000000000003,15.109000000000002,25,87,20,30.252,29.680999999999997,1,1,46.801,-2,1,50.178000000000004,-1,63.812,15.11,4,1,1,7,6,1,,42.488,2,7,2,1,1,1,Not nearly enough information is given on any variables or criteria for the data.,22.871,2,,9.347999999999999,2,7,3,4,1,5,6,31.076,1,1,4,1,1,2,3,5,,27.594,3,4,5,2,4,4,23.747,7,2.0,16.512,1.0,1985.0,South Dakota,3.0,2.0,1.0,,7.0,,,5.0,4.0,1.0,175.945,5a1fa084063e8600012fa6a3,"{""startTime"":1678932889937,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":20363},{""label"":""window_focused"",""time"":25722}]}","{""startTime"":1678932721470,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":2594},{""label"":""window_focused"",""time"":112943}]}","{""startTime"":1678932625108,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":14328,""label"":""tour_next"",""step"":2},{""time"":17763,""label"":""tour_end"",""step"":2},{""time"":20627,""label"":""hovered"",""timeHovered"":1092,""week"":""2021-12-27""},{""time"":22179,""label"":""hovered"",""timeHovered"":1136,""week"":""2022-01-10""},{""time"":24779,""label"":""hovered"",""timeHovered"":1899,""week"":""2022-01-10""}]}","{""startTime"":1678932705938,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line,1,0,0,Negative,3.7,0,0,0,0.0,0.0,0,15.0,1.0,0.5,0,0.5,2 +2023-03-15 22:12:21,2023-03-15 22:22:40,0,100,619,1,2023-03-15 22:22:40,R_2AEBDzyw8gf3nSk,42.0753,-80.0671,EN,1,13.434000000000001,1.0,3.0,1.0,8.537,15.025,94,75,49,25.087,41.35,-1,1,54.341,-2,1,50.858000000000004,-1,61.077,15.132,7,7,7,7,7,7,,24.57,7,7,5,4,4,7,The visualization was presented with information from the CDC. I trust the CDC.,43.35,4,There was no one that was vaccinated higher than the unvaccinated 80+ year olds with Covid.,48.833999999999996,2,7,3,4,1,5,6,24.252,6,6,9,4,6,3,10,10,,24.849,4,3,5,1,4,3,34.074,3,1.0,16.320999999999998,2.0,1971.0,Pennsylvania,6.0,1.0,1.0,,7.0,,,11.0,2.0,2.0,53.716,63d18135c4e44a77f71702e8,"{""startTime"":1678932929554,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932954682,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932820615,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":14438,""label"":""tour_next"",""step"":2},{""time"":19646,""label"":""tour_end"",""step"":2},{""time"":22708,""label"":""hovered"",""timeHovered"":1921,""week"":""2022-01-10""},{""time"":24945,""label"":""hovered"",""timeHovered"":2445,""week"":""2022-01-03""},{""time"":35139,""label"":""hovered"",""timeHovered"":2995,""week"":""2022-01-10""}]}","{""startTime"":1678932913857,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":8780,""label"":""hovered"",""timeHovered"":1455,""week"":""2022-01-03""}]}",1,moderate,line,1,0,0,Positive,3.3,0,1,1,1.455,1.455,0,15.0,0.5,0.5,0,0.5,2 +2023-03-15 22:14:46,2023-03-15 22:22:54,0,100,488,1,2023-03-15 22:22:55,R_1FILFdQd467APIP,40.0008,-76.7697,EN,1,5.332999999999999,,,,,15.109000000000002,92,72,51,16.17,78.99600000000001,1,1,29.048000000000002,1,1,55.577,1,74.607,15.008,5,6,6,7,6,6,,29.221999999999998,6,7,6,1,2,5,I didn't see the references,12.674000000000001,4,,6.7,2,7,3,4,1,5,6,19.932000000000002,4,8,6,9,7,5,10,10,,17.659000000000002,5,5,5,1,4,4,19.725,5,,3.575,1.0,1963.0,Pennsylvania,7.0,3.0,1.0,,7.0,,,11.0,4.0,2.0,44.702,5d6e502d05e693001ea14a37,"{""startTime"":1678933137885,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933098943,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932929233,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":3553,""label"":""tour_next"",""step"":5},{""time"":9553,""label"":""tour_back"",""step"":5},{""time"":10886,""label"":""tour_next"",""step"":5},{""time"":40346,""label"":""cleared_brush"",""using"":""click""},{""time"":42887,""label"":""tour_back"",""step"":5},{""time"":48336,""label"":""tour_next"",""step"":5},{""time"":56321,""label"":""started_brush"",""startDate"":""2021-06-06"",""endDate"":""2021-12-16""},{""time"":57354,""label"":""tour_next"",""step"":5},{""time"":63659,""label"":""moved_brush"",""startDate"":""2021-06-06"",""endDate"":""2021-12-16""},{""time"":65425,""label"":""moved_brush"",""startDate"":""2021-06-06"",""endDate"":""2021-12-16""},{""time"":67507,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-10-21""},{""time"":68153,""label"":""tour_next"",""step"":5},{""time"":71656,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-10-21""},{""time"":73974,""label"":""cleared_brush"",""using"":""click""},{""time"":73976,""label"":""cleared_brush"",""using"":""Escape""},{""time"":75321,""label"":""tour_next"",""step"":5},{""time"":77339,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678933083449,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":3285,""label"":""hovered"",""timeHovered"":3799,""week"":""2021-12-13""}]}",0,complex,line,1,0,0,Negative,4.0,0,1,1,3.799,3.799,0,15.0,1.0,1.0,1,1.0,3 +2023-03-15 22:13:20,2023-03-15 22:23:20,0,100,599,1,2023-03-15 22:23:20,R_3iKoMvtA6Muz0Zl,33.6647,-117.1743,EN,1,7.108,,,,,15.126,100,100,78,29.473000000000003,36.111,1,1,48.446999999999996,-2,1,67.601,1,52.375,15.11,5,4,4,5,3,5,I didn't even see the source info printed at the bottom it was very small.,62.278999999999996,3,6,4,2,4,5,"It seems accurate and like it has all of the information it should have. But I'm not at all familiar with this field of research/science, so I don't really feel I can be absolutely certain of what I'm looking at.",39.226,4,,10.363,2,7,3,4,1,5,6,17.84,3,4,3,4,6,6,9,9,,22.669,3,3,4,3,3,3,33.24,1,,7.055,2.0,1990.0,California,6.0,2.0,1.0,,8.0,Menifee,,6.0,3.0,2.0,51.39,6101f78a3f9b44e8c17e8593,"{""startTime"":1678933081810,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932983547,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932862120,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":16766,""label"":""tour_next"",""step"":2},{""time"":22103,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932967440,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,line,0,3,0,Positive,3.2,0,0,0,0.0,0.0,0,15.0,1.0,0.5,1,0.5,2 +2023-03-15 21:54:53,2023-03-15 22:23:48,0,100,1735,1,2023-03-15 22:23:49,R_1LLGkSF21duRbYr,43.1128,-71.9029,EN,1,4.126,1.0,2.0,1.0,4.8180000000000005,15.02,87,18,76,19.706,162.704,-2,-2,29.785999999999998,-2,1,197.65,-2,35.45,15.014000000000001,4,2,4,2,2,4,,286.383,2,2,3,2,1,2,Its extremely difficult to thoroughly read the data provided.,12.347000000000001,2,,5.922999999999999,2,7,3,4,1,5,6,169.588,3,5,8,6,1,3,8,9,,19.875,5,5,5,1,5,5,22.014,4,3.0,22.101999999999997,2.0,1987.0,New Hampshire,6.0,2.0,1.0,,7.0,,,9.0,4.0,1.0,70.277,5e92a98518ca6c5e48437217,"{""startTime"":1678932755812,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":271292},{""label"":""window_focused"",""time"":272546}]}","{""startTime"":1678932725858,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":92,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3080,""week"":""2"",""id"":""chart""}]}","{""startTime"":1678932348291,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":58,""label"":""tour_started""},{""time"":139991,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4170,""week"":""1"",""id"":""chart""},{""time"":144910,""label"":""tour_next"",""step"":2},{""time"":154089,""label"":""tour_end"",""step"":2},{""time"":155195,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4183,""week"":""51"",""id"":""chart""}]}","{""startTime"":1678932710203,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":5426,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5399,""week"":""52"",""id"":""chart""},{""time"":10883,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2460,""week"":""1"",""id"":""chart""}]}",1,moderate,bar,0,1,0,Negative,4.3,0,2,2,7.859,3.9295,5457,15.0,0.0,0.5,0,0.5,2 +2023-03-15 22:08:50,2023-03-15 22:23:52,0,100,902,1,2023-03-15 22:23:53,R_eA1mmkx5w180jXb,27.935,-82.3772,EN,1,17.712,,,,,15.005999999999998,53,99,48,68.952,62.993,1,-2,106.516,-3,-3,110.559,-3,119.914,15.12,4,4,4,5,6,4,,65.374,6,6,6,4,4,4,I do not know if it was created by a reputable source.,78.684,1,,21.76,2,7,3,4,1,5,6,21.551,6,6,6,6,6,6,6,6,,19.104,3,3,3,3,3,3,37.184,4,,20.899,2.0,1964.0,Florida,4.0,2.0,1.0,,9.0,,Orlando,4.0,4.0,1.0,59.966,5f3f5ad05ec7d1257993b196,"{""startTime"":1678932938385,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932835462,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932645018,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":24,""label"":""tour_started""},{""time"":30316,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4231,""week"":""24"",""id"":""chart""},{""time"":36018,""label"":""tour_next"",""step"":2},{""time"":49986,""label"":""tour_end"",""step"":2},{""time"":54202,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1688,""week"":""47"",""id"":""chart""},{""time"":57753,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2921,""week"":""6"",""id"":""chart""}]}","{""startTime"":1678932819563,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,bar,1,0,0,Negative,3.0,0,0,0,0.0,0.0,0,15.0,0.5,0.0,0,0.0,2 +2023-03-15 22:15:36,2023-03-15 22:23:54,0,100,498,1,2023-03-15 22:23:54,R_12KFkmG7PFLfMEi,27.9455,-82.4598,EN,1,3.602,,,,,15.112,91,79,58,10.859000000000002,53.553000000000004,1,1,39.352,-3,-3,48.309,1,63.507,15.012,6,4,5,5,6,5,none,19.435,5,6,5,2,3,5,"I found no reason to distrust it. It seems like an odd thing to lie about and they cited their sources. However, I cannot be fully sure unless I were to review the sources myself.",31.365,4,,14.045,2,7,3,4,1,5,6,19.111,2,7,5,8,3,3,9,10,,20.361,2,2,2,4,2,2,13.993,2,,8.629,1.0,2000.0,Kentucky,6.0,3.0,1.0,,8.0,lexington,,5.0,4.0,1.0,90.87700000000001,62f9fbc07e4fc1bfe47070e5,"{""startTime"":1678933079976,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933099840,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932970475,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":4003,""label"":""tour_next"",""step"":2},{""time"":7353,""label"":""tour_end"",""step"":2},{""time"":7903,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1240,""week"":""51"",""id"":""chart2""},{""time"":12139,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1088,""week"":""52"",""id"":""chart2""},{""time"":13930,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1479,""week"":""52"",""id"":""chart""},{""time"":19627,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4606,""week"":""6"",""id"":""chart""}]}","{""startTime"":1678933064627,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":6247},{""label"":""window_focused"",""time"":7385}]}",0,simple,bar,1,0,0,Positive,2.3,0,0,0,0.0,0.0,0,6.247000000000001,1.0,0.0,1,1.0,1 +2023-03-15 22:13:54,2023-03-15 22:24:18,0,100,623,1,2023-03-15 22:24:18,R_1GDg6DF55sW3C5W,42.8895,-87.9074,EN,1,15.45,1.0,2.0,2.0,6.595,15.009,62,62,76,13.359000000000002,31.433000000000003,1,1,47.57899999999999,-2,1,63.008,1,71.157,15.116,5,5,5,5,5,5,,44.205,6,5,6,3,6,6,It seems accurate and like what I have heard in the news.,19.663,6,,9.206,2,7,3,4,1,5,6,21.055999999999997,4,7,8,7,5,6,10,10,,40.204,4,4,4,4,4,4,18.351,3,2.0,11.325999999999999,2.0,1964.0,Wisconsin,6.0,1.0,1.0,,7.0,,,6.0,4.0,1.0,129.16899999999998,5e72e0d8adc903240ac70891,"{""startTime"":1678933040894,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":101,""label"":""hovered"",""timeHovered"":11240,""week"":""2021-10-11""},{""time"":12053,""label"":""hovered"",""timeHovered"":5293,""week"":""2022-01-03""}]}","{""startTime"":1678933012723,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932899045,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":17,""label"":""tour_started""},{""time"":9990,""label"":""hovered"",""timeHovered"":1031,""week"":""2021-07-05""},{""time"":17735,""label"":""tour_next"",""step"":2},{""time"":24353,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932979166,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":3237,""label"":""hovered"",""timeHovered"":1015,""week"":""2021-09-13""}]}",1,simple,line,0,1,0,Positive,4.0,0,1,1,1.015,1.015,0,15.0,1.0,0.5,1,1.0,1 +2023-03-15 22:17:05,2023-03-15 22:24:38,0,100,453,1,2023-03-15 22:24:39,R_3O0u4ZmY19dHd7g,42.6626,-83.1837,EN,1,9.651,,,,,15.01,83,75,43,15.377,18.813,1,1,34.289,1,1,53.483000000000004,1,39.644,15.015,5,5,5,6,6,5,,24.807,5,5,4,3,3,5,I don't have a reason not to trust it.,13.219000000000001,4,,7.496,2,7,3,4,1,5,6,15.915,5,5,4,5,6,8,9,9,,26.055,2,3,4,2,3,3,30.615,2,,5.5889999999999995,2.0,1994.0,Michigan,6.0,1.0,1.0,,7.0,,,17.0,3.0,1.0,79.02,612e75305c548dd77bca9d73,"{""startTime"":1678933201906,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":11009},{""label"":""window_focused"",""time"":11093}]}","{""startTime"":1678933160310,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933071808,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":11225,""label"":""tour_next"",""step"":2},{""time"":13949,""label"":""tour_end"",""step"":2},{""time"":15524,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1424,""week"":""1"",""id"":""chart""}]}","{""startTime"":1678933144754,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,bar,0,0,0,Positive,2.8,0,0,0,0.0,0.0,0,15.0,1.0,1.0,1,1.0,2 +2023-03-15 22:14:32,2023-03-15 22:24:40,0,100,608,1,2023-03-15 22:24:40,R_2TouoKQTZzoRsfz,33.4935,-111.9211,EN,1,23.008000000000003,1.0,2.0,2.0,9.078,15.015999999999998,83,81,57,48.428999999999995,86.096,-1,1,36.607,-1,1,41.402,1,49.618,15.017000000000001,6,5,6,6,6,6,,28.011999999999997,5,5,5,4,4,5,It is pretty straightforward but takes time to analyze the data and really understand the data.,32.344,6,,7.487,2,7,3,4,1,5,6,25.000999999999998,7,7,9,9,5,9,10,10,,18.371,4,4,4,2,4,4,27.599,6,1.0,14.190999999999999,2.0,1963.0,Arizona,8.0,1.0,1.0,,2.0,,,16.0,2.0,2.0,82.587,63804d105c37525d499b9c6c,"{""startTime"":1678933129910,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933158994,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932985433,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":20569,""label"":""hovered"",""timeHovered"":1800,""week"":""2021-12-20""},{""time"":22370,""label"":""hovered"",""timeHovered"":3888,""week"":""2021-12-20""},{""time"":27009,""label"":""hovered"",""timeHovered"":8711,""week"":""2022-01-10""},{""time"":36837,""label"":""hovered"",""timeHovered"":5239,""week"":""2022-01-10""},{""time"":42444,""label"":""hovered"",""timeHovered"":2486,""week"":""2022-01-24""},{""time"":46064,""label"":""hovered"",""timeHovered"":3370,""week"":""2021-08-30""},{""time"":50086,""label"":""hovered"",""timeHovered"":2301,""week"":""2021-06-28""},{""time"":52555,""label"":""hovered"",""timeHovered"":3386,""week"":""2021-06-07""},{""time"":57428,""label"":""hovered"",""timeHovered"":2017,""week"":""2021-04-12""},{""time"":59663,""label"":""hovered"",""timeHovered"":1384,""week"":""2021-04-26""},{""time"":63234,""label"":""hovered"",""timeHovered"":1016,""week"":""2021-11-29""},{""time"":64603,""label"":""hovered"",""timeHovered"":1550,""week"":""2021-12-20""},{""time"":74096,""label"":""tour_next"",""step"":2},{""time"":82004,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933113967,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7135,""label"":""hovered"",""timeHovered"":2277,""week"":""2022-01-03""},{""time"":11884,""label"":""hovered"",""timeHovered"":1152,""week"":""2022-01-10""},{""time"":13549,""label"":""hovered"",""timeHovered"":1143,""week"":""2021-10-11""}]}",1,moderate,line,0,1,0,Positive,3.7,0,3,3,4.572,1.524,6414,15.0,0.5,0.5,1,0.5,2 +2023-03-15 22:11:17,2023-03-15 22:24:43,0,100,806,1,2023-03-15 22:24:44,R_1qZZpV4tIBv7wSw,33.9828,-88.4683,EN,1,6.941,,,,,15.116,100,52,25,18.551,33.582,1,-1,56.56,-2,1,68.002,1,211.983,15.014000000000001,6,4,4,5,7,5,,36.681999999999995,6,6,6,6,6,6,"I trust this visualization because of the interactive mode. But when I went to look for the week of Jan. 15th specifically in reference to that one question I couldn't find it, but maybe that was a generalization of a question...",57.468,4,,6.485,2,7,3,4,1,5,6,21.629,2,2,8,2,2,3,10,10,,84.501,2,2,3,3,2,3,23.31,3,,4.623,2.0,1973.0,Mississippi,7.0,2.0,1.0,,7.0,,,13.0,2.0,1.0,91.82,5de9ce848b29320fd922c587,"{""startTime"":1678932847649,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932887025,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932729050,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":10579,""label"":""tour_next"",""step"":2},{""time"":17683,""label"":""tour_end"",""step"":2},{""time"":22031,""label"":""hovered"",""timeHovered"":1362,""week"":""2021-10-04""},{""time"":23898,""label"":""hovered"",""timeHovered"":1499,""week"":""2021-07-19""},{""time"":27779,""label"":""hovered"",""timeHovered"":1091,""week"":""2021-07-12""}]}","{""startTime"":1678932831861,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":4428,""label"":""hovered"",""timeHovered"":1001,""week"":""2021-05-24""},{""time"":5501,""label"":""hovered"",""timeHovered"":1549,""week"":""2021-05-24""},{""time"":8911,""label"":""hovered"",""timeHovered"":1475,""week"":""2021-04-26""},{""time"":12150,""label"":""hovered"",""timeHovered"":1448,""week"":""2022-01-03""}]}",0,moderate,line,0,1,0,Positive,2.5,0,4,4,5.473,1.36825,7722,15.0,0.5,0.5,1,0.5,2 +2023-03-15 22:13:48,2023-03-15 22:24:48,0,100,659,1,2023-03-15 22:24:48,R_2cwPmj4eFkAWZ27,42.5029,-83.1021,EN,1,4.805,,,,,15.112,30,44,8,28.930999999999997,53.032,1,1,48.097,1,-3,155.691,1,75.725,15.009,4,6,5,5,7,5,,40.466,6,6,6,4,4,7,the chart and graphs showed it all ,33.431999999999995,4,,6.693,2,7,3,4,1,5,6,26.74,5,6,7,7,9,4,8,9,,23.048000000000002,2,3,3,2,4,2,23.19,6,,5.314,1.0,1969.0,Michigan,2.0,2.0,1.0,,3.0,,,4.0,1.0,2.0,70.819,5c961ee66357fb0001ef4b4a,"{""startTime"":1678933000032,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933040945,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":29,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1706,""week"":""50"",""id"":""chart""}]}","{""startTime"":1678932882451,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":8386,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1817,""week"":""2"",""id"":""chart""},{""time"":10269,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1167,""week"":""1"",""id"":""chart""},{""time"":11503,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6866,""week"":""52"",""id"":""chart""},{""time"":19986,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2367,""week"":""1"",""id"":""chart""},{""time"":23119,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2051,""week"":""1"",""id"":""chart""},{""time"":25271,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1582,""week"":""2"",""id"":""chart""},{""time"":26853,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1250,""week"":""3"",""id"":""chart""},{""time"":30486,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1716,""week"":""6"",""id"":""chart""},{""time"":35391,""label"":""tour_next"",""step"":2},{""time"":40770,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1716,""week"":""52"",""id"":""chart2""},{""time"":43236,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1317,""week"":""4"",""id"":""chart2""},{""time"":51125,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932984608,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":9118,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1205,""week"":""52"",""id"":""chart2""}]}",0,simple,bar,1,0,0,Positive,2.7,0,1,1,1.205,1.205,0,15.0,1.0,0.5,1,1.0,1 +2023-03-15 22:06:50,2023-03-15 22:25:11,0,100,1100,1,2023-03-15 22:25:11,R_3PpDKhmrEhMCUZQ,34.066,-117.8928,EN,1,22.273000000000003,,,,,15.122,100,100,62,49.801,36.501,1,1,106.89399999999999,-2,-3,155.261,-2,161.377,15.110999999999999,7,6,7,6,7,7,,39.467,6,7,6,6,6,6,I agree in trusting this visualization because it includes all relevant data in a way that I can generally understand/read it.,47.891000000000005,4,,15.224,2,7,3,4,1,5,6,27.753,2,6,7,7,2,4,8,7,,59.974,2,3,4,3,3,2,40.498000000000005,5,,7.495,2.0,1988.0,California,7.0,3.0,1.0,,9.0,,"Hispanic, Asian, White",17.0,2.0,1.0,192.757,5d4ac837d2844e0001ecf699,"{""startTime"":1678932792834,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932670463,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":14014},{""label"":""window_focused"",""time"":21155}]}","{""startTime"":1678932509506,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":24,""label"":""tour_started""},{""time"":8836,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1882,""week"":""1"",""id"":""chart""},{""time"":11249,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1117,""week"":""52"",""id"":""chart""},{""time"":17174,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1034,""week"":""52"",""id"":""chart""},{""time"":19639,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1416,""week"":""5"",""id"":""chart""},{""time"":22722,""label"":""tour_next"",""step"":2},{""time"":26478,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2268,""week"":""1"",""id"":""chart2""},{""time"":28843,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1134,""week"":""2"",""id"":""chart2""},{""time"":31107,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1383,""week"":""2"",""id"":""chart2""},{""time"":34550,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932654684,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,bar,0,2,0,Positive,2.8,0,0,0,0.0,0.0,0,15.0,1.0,0.0,0,1.0,1 +2023-03-15 22:15:49,2023-03-15 22:25:12,0,100,562,1,2023-03-15 22:25:12,R_xzUXATYZ8vud7dD,43.0127,-85.72200000000001,EN,1,12.334000000000001,1.0,4.0,2.0,9.027000000000001,15.014000000000001,70,50,17,33.115,26.18,1,1,59.696000000000005,-3,-3,69.419,-3,35.356,15.012,6,4,6,6,7,6,,37.282,5,6,6,4,6,6,Provided by CDC ,30.403000000000002,6,,10.735999999999999,2,7,3,4,1,5,6,28.026999999999997,3,9,8,5,8,5,10,9,,26.301,3,4,5,2,4,4,30.473000000000003,3,2.0,14.504000000000001,1.0,1965.0,Michigan,3.0,3.0,1.0,,7.0,,,7.0,4.0,2.0,62.806000000000004,5bdf513338109a0001f474c8,"{""startTime"":1678933190167,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933136064,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933033475,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":19,""label"":""tour_started""},{""time"":9337,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2017,""week"":""1"",""id"":""chart""},{""time"":13141,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1498,""week"":""49"",""id"":""chart""},{""time"":17320,""label"":""tour_next"",""step"":2},{""time"":19677,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1517,""week"":""2"",""id"":""chart2""},{""time"":21943,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1183,""week"":""51"",""id"":""chart2""},{""time"":23966,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933120415,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":6998,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1335,""week"":""1"",""id"":""chart2""},{""time"":8366,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2400,""week"":""52"",""id"":""chart2""},{""time"":11090,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2093,""week"":""52"",""id"":""chart""},{""time"":13779,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1039,""week"":""52"",""id"":""chart2""}]}",1,simple,bar,1,0,0,Positive,3.7,0,4,4,6.867000000000001,1.71675,6781,15.0,1.0,0.0,0,1.0,1 +2023-03-15 22:18:50,2023-03-15 22:25:38,0,100,407,1,2023-03-15 22:25:38,R_1hZlA5UMtogNfvg,39.1094,-84.5718,EN,1,3.701,1.0,2.0,1.0,5.888,15.009,65,100,24,13.014000000000001,42.401,1,1,33.662,-2,-3,41.663999999999994,1,37.099000000000004,15.017999999999999,4,4,4,5,6,4,,19.741,4,4,3,2,2,4,I haven't done enough research about it to have an opinion either way.,21.396,2,,9.033999999999999,2,7,3,4,1,5,6,15.479000000000001,1,4,1,5,6,4,9,8,,21.22,1,1,1,5,2,1,20.750999999999998,2,1.0,11.232000000000001,2.0,1984.0,Ohio,7.0,3.0,1.0,,7.0,,,10.0,4.0,1.0,42.243,614f297f566989948fc108ad,"{""startTime"":1678933316583,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933275736,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933179621,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":6973,""label"":""hovered"",""timeHovered"":1615,""week"":""2021-12-13""},{""time"":13971,""label"":""hovered"",""timeHovered"":1533,""week"":""2022-01-24""},{""time"":17260,""label"":""tour_next"",""step"":5},{""time"":24315,""label"":""started_brush"",""startDate"":""2021-06-21"",""endDate"":""2021-10-24""},{""time"":26091,""label"":""moved_brush"",""startDate"":""2021-06-21"",""endDate"":""2021-09-12""},{""time"":26824,""label"":""tour_next"",""step"":5},{""time"":30776,""label"":""moved_brush"",""startDate"":""2021-09-28"",""endDate"":""2021-12-21""},{""time"":31874,""label"":""tour_next"",""step"":5},{""time"":35447,""label"":""cleared_brush"",""using"":""click""},{""time"":35448,""label"":""cleared_brush"",""using"":""Escape""},{""time"":36791,""label"":""tour_next"",""step"":5},{""time"":39808,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678933260112,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":6070,""label"":""cleared_brush"",""using"":""click""},{""time"":7887,""label"":""started_brush"",""startDate"":""2021-10-08"",""endDate"":""2021-12-07""},{""time"":10150,""label"":""started_brush"",""startDate"":""2021-05-29"",""endDate"":""2021-08-11""}]}",1,complex,line,0,0,0,Neutral,1.8,1,3,0,0.0,0.0,4080,15.0,1.0,0.0,1,1.0,3 +2023-03-15 22:14:27,2023-03-15 22:25:38,0,100,670,1,2023-03-15 22:25:38,R_1f1aLTm8AtuzVzN,46.9718,-124.15700000000001,EN,1,4.297,1.0,4.0,2.0,5.725,15.01,60,91,74,33.908,107.859,1,1,58.29,1,1,40.286,1,88.551,15.117,7,5,7,7,7,7,,43.136,6,7,7,2,5,6,"It seems to have all of the appropriate data, and seems to be in line with the data I saw in the New York Times during the same time period.",32.85,6,,9.856,2,7,3,4,1,5,6,19.176,7,8,9,10,9,8,11,10,,17.248,3,3,4,3,4,3,30.397,1,1.0,11.203,1.0,1969.0,Washington,6.0,1.0,1.0,,7.0,,,5.0,4.0,1.0,88.705,62db76a315d362749f584469,"{""startTime"":1678933212581,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":19800,""label"":""started_brush"",""startDate"":""2021-08-08"",""endDate"":""2021-08-11""}]}","{""startTime"":1678933151669,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932938332,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":9719,""label"":""tour_next"",""step"":5},{""time"":25158,""label"":""tour_back"",""step"":5},{""time"":28496,""label"":""hovered"",""timeHovered"":1178,""week"":""2021-08-30""},{""time"":31046,""label"":""hovered"",""timeHovered"":1128,""week"":""2021-09-06""},{""time"":32557,""label"":""hovered"",""timeHovered"":1534,""week"":""2021-09-20""},{""time"":37908,""label"":""hovered"",""timeHovered"":3081,""week"":""2022-01-03""},{""time"":43180,""label"":""tour_next"",""step"":5},{""time"":51019,""label"":""tour_back"",""step"":5},{""time"":61971,""label"":""tour_next"",""step"":5},{""time"":68481,""label"":""started_brush"",""startDate"":""2021-06-05"",""endDate"":""2021-10-18""},{""time"":69360,""label"":""tour_next"",""step"":5},{""time"":76501,""label"":""moved_brush"",""startDate"":""2021-04-20"",""endDate"":""2021-09-02""},{""time"":77532,""label"":""tour_next"",""step"":5},{""time"":85488,""label"":""cleared_brush"",""using"":""click""},{""time"":85491,""label"":""cleared_brush"",""using"":""Escape""},{""time"":86937,""label"":""tour_next"",""step"":5},{""time"":92606,""label"":""tour_end"",""step"":5},{""time"":95137,""label"":""hovered"",""timeHovered"":1210,""week"":""2022-01-31""},{""time"":100070,""label"":""hovered"",""timeHovered"":3632,""week"":""2022-01-10""}]}","{""startTime"":1678933136055,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line,0,1,0,Positive,3.3,0,0,0,0.0,0.0,0,15.0,1.0,1.0,1,1.0,3 +2023-03-15 22:12:22,2023-03-15 22:25:54,0,100,812,1,2023-03-15 22:25:55,R_1LHVRHuwrMhwsQO,39.6545,-78.7665,EN,1,6.605,,,,,15.107999999999999,86,100,77,23.944000000000003,44.75,1,1,54.468,1,-3,76.43,1,61.298,15.015,6,3,1,5,3,7,I just needed to realize that the two factors (insect & fungi) were added together and not two separate bars.,104.18,5,6,7,2,7,7,"I think once you see how the numbers are presented and what they mean, they are easy to follow. I do wish you didn't have to subtract the fungi from the insect to get to accurate insect count, but at least I know how the data is presented.",71.145,2,,14.617,2,7,3,4,1,5,6,21.65,5,8,9,9,8,8,9,9,,34.597,4,5,5,2,5,5,35.548,5,,12.3,1.0,1976.0,Maryland,4.0,2.0,1.0,,7.0,,,3.0,1.0,1.0,165.66400000000002,5bfc4058bab673000163c8af,"{""startTime"":1678932935831,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":91,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":12601,""week"":""2"",""id"":""chart""}]}","{""startTime"":1678933040787,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932797748,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":27,""label"":""tour_started""},{""time"":17594,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1017,""week"":""52"",""id"":""chart""},{""time"":18627,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1366,""week"":""51"",""id"":""chart""},{""time"":22721,""label"":""tour_next"",""step"":2},{""time"":30928,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932920145,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":4194,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1986,""week"":""52"",""id"":""chart""},{""time"":6212,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1055,""week"":""1"",""id"":""chart""}]}",0,moderate,bar,0,1,0,Positive,4.3,0,2,2,3.0410000000000004,1.5205,2018,15.0,1.0,0.5,1,0.5,2 +2023-03-15 22:12:05,2023-03-15 22:25:55,0,100,830,1,2023-03-15 22:25:56,R_DpWSJH152xU3JDj,47.3014,-122.6062,EN,1,14.08,1.0,3.0,2.0,21.45,15.110999999999999,100,50,36,24.445,66.741,1,1,79.671,-3,1,154.431,1,42.349,15.014000000000001,4,4,3,4,4,4,I am not sure why we are not using the visualization data above for this set of questions,65.792,7,6,7,5,6,7,I trust scientific data and all that it includes. ,38.896,6,,28.784000000000002,2,7,3,4,1,5,6,28.201,7,9,8,8,8,5,10,10,,27.432,4,4,4,2,4,4,37.476,2,1.0,17.666,2.0,1958.0,Washington,5.0,2.0,1.0,,9.0,,Gig Harbor,14.0,4.0,1.0,81.848,62eed9e3e4c704bcef237b74,"{""startTime"":1678933136625,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933052478,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932814390,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":19257,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1749,""week"":""51"",""id"":""chart""},{""time"":22967,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3472,""week"":""52"",""id"":""chart""},{""time"":26460,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1563,""week"":""51"",""id"":""chart""},{""time"":29291,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1049,""week"":""50"",""id"":""chart""},{""time"":32097,""label"":""tour_next"",""step"":2},{""time"":41113,""label"":""tour_end"",""step"":2},{""time"":50676,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":9630,""week"":""52"",""id"":""chart""},{""time"":60325,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3581,""week"":""51"",""id"":""chart""}]}","{""startTime"":1678933036918,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar,1,0,0,Positive,3.7,0,0,0,0.0,0.0,0,15.0,1.0,0.5,1,0.5,2 +2023-03-15 22:16:02,2023-03-15 22:25:59,0,100,597,1,2023-03-15 22:26:00,R_RCin6YeQvqjkusN,41.6133,-87.0446,EN,1,10.062999999999999,,,,,15.027000000000001,85,87,50,20.48,27.124000000000002,1,1,59.646,1,1,86.41799999999999,1,100.15100000000001,15.023,5,5,5,6,6,5,,31.724,4,6,4,4,4,5,I don't know the context nor who performed the research.,33.448,4,,8.044,2,7,3,4,1,5,6,25.725,6,6,8,8,8,4,10,9,,20.429000000000002,4,3,5,3,3,3,23.06,4,,7.231,2.0,1961.0,Indiana,7.0,1.0,1.0,,7.0,,,9.0,5.0,2.0,70.767,609c6cc79875c8f0ba5d2242,"{""startTime"":1678933202343,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933149909,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933019540,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":15210,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1373,""week"":""4"",""id"":""chart""},{""time"":18460,""label"":""tour_next"",""step"":2},{""time"":23561,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933134326,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":9133,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5429,""week"":""52"",""id"":""chart""}]}",0,moderate,bar,1,0,0,Negative,3.5,0,1,1,5.428999999999999,5.428999999999999,0,15.0,1.0,1.0,1,1.0,2 +2023-03-15 22:17:55,2023-03-15 22:26:11,0,100,495,1,2023-03-15 22:26:11,R_Oe6gRD8JcG59CM1,38.6287,-90.1988,EN,1,6.495,1.0,2.0,2.0,3.847,15.02,89,88,67,18.339000000000002,20.627,1,1,45.908,-2,-2,43.582,1,144.643,15.008,7,4,1,7,7,6,,13.790999999999999,6,7,7,6,5,6,"It seems scientific, it provides a good amount of information and it provides it in a clear manner.",26.1,5,,5.185,2,7,3,4,1,5,6,12.658,2,2,1,2,4,1,10,9,,19.3,5,5,5,1,5,5,10.799000000000001,1,1.0,6.335,3.0,1977.0,Missouri,3.0,2.0,1.0,,7.0,,,5.0,4.0,2.0,45.342,5589a309fdf99b7ae5007c33,"{""startTime"":1678933262291,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933219141,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":1257,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1463,""week"":""4"",""id"":""chart""}]}","{""startTime"":1678933138492,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":21,""label"":""tour_started""},{""time"":7655,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2682,""week"":""52"",""id"":""chart""},{""time"":15303,""label"":""tour_next"",""step"":2},{""time"":18025,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933203463,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar,1,2,0,Positive,4.3,0,0,0,0.0,0.0,0,15.0,1.0,0.0,1,0.0,2 +2023-03-15 22:03:37,2023-03-15 22:26:26,0,100,1369,1,2023-03-15 22:26:27,R_7aH75gihyw78gNP,38.6283,-121.3307,EN,1,105.35700000000001,1.0,2.0,2.0,8.847999999999999,15.107000000000001,50,54,26,108.431,281.07,-2,-3,75.789,-3,-3,81.635,1,60.4,15.005999999999998,4,4,2,6,6,2,,55.67,2,6,5,2,2,4,"I don't know how this info was collected, how it was reported, where it came from, who compiled it, or whether or not it was skewed. I also don't trust information compiled by the government unless it can be independently verified.",71.222,6,,11.944,2,7,3,4,1,5,6,27.93,1,2,2,6,1,6,10,9,,48.505,5,5,5,1,5,5,38.324,4,4.0,27.883000000000003,2.0,1957.0,California,6.0,2.0,1.0,,7.0,,,14.0,4.0,1.0,219.63099999999997,639aa4b8f52bdf60b603c9b1,"{""startTime"":1678932987483,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932827228,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":29,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4323,""week"":""52"",""id"":""chart""},{""time"":4688,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3097,""week"":""51"",""id"":""chart""}]}","{""startTime"":1678932468863,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":32183,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3199,""week"":""50"",""id"":""chart""},{""time"":36267,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1649,""week"":""34"",""id"":""chart""},{""time"":46016,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4782,""week"":""4"",""id"":""chart""},{""time"":74874,""label"":""tour_next"",""step"":5},{""time"":111913,""label"":""cleared_brush"",""using"":""Click""},{""time"":114704,""label"":""cleared_brush"",""using"":""Click""},{""time"":127767,""label"":""started_brush"",""startDate"":""2021-11-29"",""endDate"":""2022-02-04""},{""time"":152842,""label"":""moved_brush"",""startDate"":""2021-11-20"",""endDate"":""2022-01-26""},{""time"":158845,""label"":""moved_brush"",""startDate"":""2021-12-01"",""endDate"":""2022-02-06""},{""time"":162706,""label"":""tour_next"",""step"":5},{""time"":178265,""label"":""moved_brush"",""startDate"":""2021-12-01"",""endDate"":""2022-01-31""},{""time"":182099,""label"":""moved_brush"",""startDate"":""2021-12-07"",""endDate"":""2022-01-31""},{""time"":188954,""label"":""moved_brush"",""startDate"":""2021-12-06"",""endDate"":""2022-01-30""},{""time"":190403,""label"":""tour_next"",""step"":5},{""time"":221364,""label"":""cleared_brush"",""using"":""Click""},{""time"":223352,""label"":""tour_next"",""step"":5},{""time"":232419,""label"":""tour_end"",""step"":5},{""time"":233755,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3635,""week"":""2"",""id"":""chart""},{""time"":237816,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":15091,""week"":""52"",""id"":""chart""},{""time"":257631,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2728,""week"":""33"",""id"":""chart""},{""time"":263675,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2230,""week"":""14"",""id"":""chart""},{""time"":266426,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4930,""week"":""24"",""id"":""chart""},{""time"":273410,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1795,""week"":""24"",""id"":""chart""}]}","{""startTime"":1678932811712,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":2779,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":9939,""week"":""1"",""id"":""chart""}]}",1,complex,bar,1,0,0,Negative,4.3,0,1,1,9.939,9.939,0,15.0,0.0,0.0,1,1.0,3 +2023-03-15 22:02:53,2023-03-15 22:26:47,0,100,1433,1,2023-03-15 22:26:47,R_3JwObxfdgpysLjZ,48.3595,-114.1884,EN,1,41.141999999999996,,,,,15.011,95,74,62,71.642,75.6,-1,1,135.441,-3,1,58.903,1,114.35600000000001,15.014000000000001,4,2,4,3,6,3,,80.939,3,5,6,2,4,5,"I chose ""slightly agree"" because the instructions said to assume I trust the data. Something I can't put my finger on seems missing, though.",103.25399999999999,5,,21.755,2,7,3,4,1,5,6,35.915,3,7,7,5,4,3,9,5,I trust the Democratic Party (8) much more than the current Republican party (1).,139.245,2,3,5,2,4,3,85.77,2,,14.673,2.0,1956.0,Montana,6.0,1.0,1.0,,7.0,,,3.0,4.0,1.0,200.26,63d87654c14b742db0fba872,"{""startTime"":1678932475458,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932558472,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932320335,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":32,""label"":""tour_started""},{""time"":25079,""label"":""hovered"",""timeHovered"":2485,""week"":""2021-12-27""},{""time"":28950,""label"":""hovered"",""timeHovered"":5324,""week"":""2022-01-10""},{""time"":36676,""label"":""hovered"",""timeHovered"":6524,""week"":""2022-01-17""},{""time"":46634,""label"":""tour_next"",""step"":2},{""time"":54264,""label"":""tour_end"",""step"":2},{""time"":56570,""label"":""hovered"",""timeHovered"":1466,""week"":""2022-01-31""},{""time"":60773,""label"":""hovered"",""timeHovered"":2036,""week"":""2021-04-12""},{""time"":68738,""label"":""hovered"",""timeHovered"":1230,""week"":""2021-10-18""}]}","{""startTime"":1678932458895,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":4564,""label"":""hovered"",""timeHovered"":2572,""week"":""2021-06-21""},{""time"":7536,""label"":""hovered"",""timeHovered"":1401,""week"":""2021-05-31""},{""time"":8938,""label"":""hovered"",""timeHovered"":2419,""week"":""2021-06-14""},{""time"":11461,""label"":""hovered"",""timeHovered"":2482,""week"":""2021-08-16""}]}",0,moderate,line,0,0,0,Negative,3.2,0,4,4,8.874,2.2185,6897,15.0,0.5,0.5,1,0.5,2 +2023-03-15 22:11:17,2023-03-15 22:27:00,0,100,942,1,2023-03-15 22:27:01,R_xsavud1viZoDwyt,39.7351,-105.0269,EN,1,9.747,1.0,4.0,2.0,8.777000000000001,15.012,85,100,84,38.454,155.381,-2,1,72.255,-3,-3,152.056,1,47.799,15.011,6,6,6,6,6,6,No additional comments.,55.919,6,7,7,7,6,7,Because it came from the CDC.,23.259,6,No additional comments.,18.953,2,7,3,4,1,5,6,19.148,5,9,9,8,7,5,10,10,These are very general categories and my answers might vary if specific people were mentioned.,110.521,5,5,5,1,5,5,34.703,2,1.0,13.652999999999999,1.0,1956.0,Colorado,3.0,2.0,1.0,,7.0,,,4.0,4.0,1.0,78.164,5de5dba9ff87c15699804260,"{""startTime"":1678933053705,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932984286,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932764676,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":27,""label"":""tour_started""},{""time"":71,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1840,""week"":""50"",""id"":""chart""},{""time"":13507,""label"":""tour_next"",""step"":5},{""time"":34482,""label"":""cleared_brush"",""using"":""Click""},{""time"":40945,""label"":""tour_back"",""step"":5},{""time"":42865,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5098,""week"":""52"",""id"":""chart""},{""time"":48452,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6780,""week"":""52"",""id"":""chart""},{""time"":55287,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1534,""week"":""51"",""id"":""chart""},{""time"":59049,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1836,""week"":""6"",""id"":""chart""},{""time"":62011,""label"":""tour_next"",""step"":5},{""time"":73289,""label"":""started_brush"",""startDate"":""2021-09-23"",""endDate"":""2021-11-02""},{""time"":77955,""label"":""tour_next"",""step"":5},{""time"":97516,""label"":""moved_brush"",""startDate"":""2021-10-04"",""endDate"":""2021-11-02""},{""time"":101521,""label"":""moved_brush"",""startDate"":""2021-10-02"",""endDate"":""2021-10-30""},{""time"":103070,""label"":""tour_next"",""step"":5},{""time"":114131,""label"":""cleared_brush"",""using"":""Click""},{""time"":114131,""label"":""cleared_brush"",""using"":""Escape""},{""time"":117548,""label"":""tour_next"",""step"":5},{""time"":127700,""label"":""tour_end"",""step"":5},{""time"":130726,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1086,""week"":""3"",""id"":""chart""},{""time"":138751,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2084,""week"":""38"",""id"":""chart""},{""time"":147972,""label"":""started_brush"",""startDate"":""2021-12-04"",""endDate"":""2021-12-11""}]}","{""startTime"":1678932968727,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar,1,0,0,Positive,4.3,0,0,0,0.0,0.0,0,15.0,0.5,0.0,1,1.0,3 +2023-03-15 22:08:35,2023-03-15 22:27:11,0,100,1115,1,2023-03-15 22:27:11,R_3DcmpiXm8gQB9CT,40.7876,-74.06,EN,1,42.845,2.0,,2.0,5.747999999999999,15.017999999999999,86,95,58,102.916,180.44299999999998,1,1,177.722,-2,1,58.856,1,52.595,15.007,6,5,6,7,6,6,,49.486000000000004,5,7,6,6,4,6,Cause it's trustful information.,64.05,4,,22.094,2,7,3,4,1,5,6,41.055,5,6,9,6,4,8,7,9,,42.658,2,3,3,4,4,3,48.05,7,1.0,19.695,1.0,1960.0,New Jersey,5.0,2.0,1.0,,7.0,,,6.0,3.0,1.0,106.616,5ba345bcf07414000106135e,"{""startTime"":1678932949880,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933000070,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932699989,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":30374,""label"":""hovered"",""timeHovered"":4406,""week"":""2021-12-13""},{""time"":36348,""label"":""hovered"",""timeHovered"":9344,""week"":""2021-11-29""},{""time"":47500,""label"":""tour_next"",""step"":5},{""time"":95394,""label"":""cleared_brush"",""using"":""click""},{""time"":98401,""label"":""cleared_brush"",""using"":""click""},{""time"":116171,""label"":""started_brush"",""startDate"":""2021-09-22"",""endDate"":""2022-02-13""},{""time"":118812,""label"":""tour_next"",""step"":5},{""time"":131108,""label"":""moved_brush"",""startDate"":""2021-09-22"",""endDate"":""2022-02-13""},{""time"":133944,""label"":""moved_brush"",""startDate"":""2021-09-22"",""endDate"":""2022-02-13""},{""time"":136635,""label"":""moved_brush"",""startDate"":""2021-10-03"",""endDate"":""2022-02-13""},{""time"":137788,""label"":""tour_next"",""step"":5},{""time"":154356,""label"":""moved_brush"",""startDate"":""2021-10-03"",""endDate"":""2022-02-13""},{""time"":162114,""label"":""cleared_brush"",""using"":""click""},{""time"":162122,""label"":""cleared_brush"",""using"":""Escape""},{""time"":165099,""label"":""tour_next"",""step"":5},{""time"":177179,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678932934359,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line,1,0,0,Positive,3.2,0,0,0,0.0,0.0,0,15.0,1.0,0.5,1,1.0,3 +2023-03-15 22:15:11,2023-03-15 22:27:18,0,100,726,1,2023-03-15 22:27:18,R_2D0426ZofRM28re,39.1027,-94.5778,EN,1,15.245,,,,,15.011,100,90,41,26.315,50.786,1,1,51.411,1,1,49.07899999999999,-1,37.934,15.012,4,4,4,6,7,4,,32.833,6,7,4,4,2,4,"I don't know enough about the subject to know if the data is accurate. There's no reason for me to think it's incorrect, but I can't say that I know it is correct.",79.597,5,,39.785,2,7,3,4,1,5,6,36.196,3,5,5,5,5,3,9,9,,39.159,5,5,5,1,5,4,39.622,2,,5.271,2.0,1977.0,Missouri,6.0,3.0,1.0,,9.0,,Gladstone,6.0,3.0,1.0,119.02799999999999,6171da4573cf08b98b35ed1a,"{""startTime"":1678933297499,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933179912,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":19819},{""label"":""window_focused"",""time"":23095}]}","{""startTime"":1678933061197,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":15181,""label"":""tour_next"",""step"":2},{""time"":22354,""label"":""tour_end"",""step"":2},{""time"":28121,""label"":""hovered"",""timeHovered"":3365,""week"":""2022-01-03""}]}","{""startTime"":1678933164371,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":11428,""label"":""hovered"",""timeHovered"":1484,""week"":""2022-01-10""}]}",0,simple,line,0,1,0,Neutral,4.2,0,1,1,1.484,1.484,0,15.0,1.0,1.0,0,1.0,1 +2023-03-15 21:55:47,2023-03-15 22:27:22,0,100,1894,1,2023-03-15 22:27:23,R_1djpcqyvyjMqeGg,37.7042,-97.2778,EN,1,4.803999999999999,1.0,3.0,1.0,5.457999999999999,15.113,88,85,50,21.223000000000003,66.785,1,1,65.069,-3,-3,94.359,1,24.98,15.008,5,5,6,6,7,6,,61.201,4,6,5,3,4,5,"I trust the CDC. I don't trust anything completely, and I am not going to trust something that I see just because it says the data is from the CDC.",41.817,3,,10.166,2,7,3,4,1,5,6,15.307,4,6,6,6,8,3,8,7,,13.991,3,3,4,2,4,3,122.819,3,1.0,18.889,2.0,1983.0,Kansas,6.0,2.0,1.0,,7.0,,,5.0,4.0,1.0,64.135,5dea9fb3cb53ca1cda9f6116,"{""startTime"":1678932732341,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932794406,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":2613},{""label"":""window_focused"",""time"":411402}]}","{""startTime"":1678932583557,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":28182,""label"":""tour_next"",""step"":2},{""time"":35123,""label"":""tour_end"",""step"":2},{""time"":37614,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2766,""week"":""52"",""id"":""chart""},{""time"":40715,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1550,""week"":""1"",""id"":""chart""},{""time"":42351,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1048,""week"":""2"",""id"":""chart""},{""time"":46189,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6675,""week"":""52"",""id"":""chart2""},{""time"":52914,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1100,""week"":""1"",""id"":""chart2""},{""time"":61932,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1634,""week"":""17"",""id"":""chart2""}]}","{""startTime"":1678932716380,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar,1,0,0,Positive,3.2,0,0,0,0.0,0.0,0,15.0,1.0,0.0,1,1.0,1 +2023-03-15 22:16:56,2023-03-15 22:27:34,0,100,637,1,2023-03-15 22:27:34,R_1HnueyKLVTSRkf4,40.2389,-77.1935,EN,1,6.8260000000000005,,,,,15.107000000000001,70,22,60,23.703000000000003,145.30100000000002,1,1,50.667,-3,1,79.45,1,37.394,15.110999999999999,6,6,6,5,5,6,,17.782,5,3,5,2,3,6,I would assume it to be accurate. It looks scientific and seems professional. ,24.719,2,,5.353,2,7,3,4,1,5,6,23.424,3,3,5,3,3,6,6,8,,14.123,1,2,3,4,2,2,17.058,6,,5.382000000000001,2.0,1981.0,Pennsylvania,5.0,1.0,1.0,,8.0,Carlisle,,7.0,1.0,2.0,105.479,60838e2e91a6300001f9ac89,"{""startTime"":1678933277555,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933296250,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933076906,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":54,""label"":""tour_started""},{""time"":10403,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4930,""week"":""2"",""id"":""chart""},{""time"":19696,""label"":""tour_next"",""step"":5},{""time"":33481,""label"":""cleared_brush"",""using"":""Click""},{""time"":36616,""label"":""tour_back"",""step"":5},{""time"":36843,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1063,""week"":""51"",""id"":""chart""},{""time"":41891,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1344,""week"":""46"",""id"":""chart""},{""time"":43603,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1681,""week"":""51"",""id"":""chart""},{""time"":45307,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2259,""week"":""52"",""id"":""chart""},{""time"":49786,""label"":""tour_next"",""step"":5},{""time"":61694,""label"":""started_brush"",""startDate"":""2021-06-23"",""endDate"":""2021-09-17""},{""time"":62731,""label"":""tour_next"",""step"":5},{""time"":71703,""label"":""moved_brush"",""startDate"":""2021-10-01"",""endDate"":""2021-12-26""},{""time"":72540,""label"":""tour_next"",""step"":5},{""time"":81698,""label"":""cleared_brush"",""using"":""Click""},{""time"":83323,""label"":""tour_next"",""step"":5},{""time"":88124,""label"":""tour_end"",""step"":5},{""time"":123003,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1360,""week"":""51"",""id"":""chart""},{""time"":129234,""label"":""started_brush"",""startDate"":""2021-12-05"",""endDate"":""2022-02-07""},{""time"":135994,""label"":""moved_brush"",""startDate"":""2021-12-05"",""endDate"":""2022-02-07""},{""time"":136963,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":5306,""week"":""52"",""id"":""chart""},{""time"":142275,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1546,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678933261277,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":4166,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1562,""week"":""2"",""id"":""chart""},{""time"":5912,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1232,""week"":""1"",""id"":""chart""},{""time"":7160,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3481,""week"":""52"",""id"":""chart""}]}",0,complex,bar,1,1,0,Positive,2.3,0,3,3,6.275,2.091666666666667,2994,15.0,1.0,0.5,1,1.0,3 +2023-03-15 22:11:28,2023-03-15 22:27:38,0,100,970,1,2023-03-15 22:27:39,R_3qm7yBnA26l4Jzt,40.38,-75.2718,EN,1,3.825,1.0,2.0,2.0,7.37,15.005999999999998,68,2,55,31.68,72.185,1,1,63.748000000000005,-3,-3,60.468,-2,26.619,15.115,6,4,5,6,6,6,,46.272,5,6,6,5,2,6,It just seemed accurate in my opinion. It had a lot of data that seemed to coincide with what was happening in the world. ,32.898,6,,6.277,2,7,3,4,1,5,6,19.38,2,2,5,3,1,8,10,9,,17.201,3,4,5,4,4,4,371.49800000000005,2,3.0,25.546,2.0,1988.0,Pennsylvania,6.0,2.0,1.0,,7.0,,,7.0,4.0,1.0,100.508,5f4a187b40b01f589fe766eb,"{""startTime"":1678932981270,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932912860,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932760287,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":6897,""label"":""tour_next"",""step"":2},{""time"":15493,""label"":""tour_end"",""step"":2},{""time"":16579,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2777,""week"":""50"",""id"":""chart""},{""time"":19534,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":24090,""week"":""51"",""id"":""chart""},{""time"":44407,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1206,""week"":""1"",""id"":""chart""},{""time"":47676,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":21979,""week"":""52"",""id"":""chart2""},{""time"":69699,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1120,""week"":""1"",""id"":""chart2""}]}","{""startTime"":1678932897257,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar,0,1,0,Positive,4.0,0,0,0,0.0,0.0,0,15.0,1.0,0.0,0,1.0,1 +2023-03-15 22:18:40,2023-03-15 22:27:45,0,100,545,1,2023-03-15 22:27:46,R_1MSROdXcSW6Qd0w,28.1131,-81.6241,EN,1,5.6160000000000005,,,,,15.008,79,91,50,15.798,30.81,1,1,91.985,-3,1,72.343,1,37.24,15.01,4,3,4,5,6,4,,27.662,4,6,6,2,4,6,"Because you said ""assume i trust this visualization"" So, in this situation, i am agreeing with the statement, i trust this visualization.",43.998999999999995,4,,6.843,2,7,3,4,1,5,6,13.894,5,4,4,4,5,1,10,10,,21.888,3,3,4,4,4,3,35.645,2,,3.589,1.0,1982.0,Florida,3.0,2.0,1.0,,7.0,,,4.0,4.0,1.0,62.041000000000004,5ba2877a7590cc0001b50d0f,"{""startTime"":1678933303156,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933331745,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933164069,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":8892,""label"":""hovered"",""timeHovered"":1761,""week"":""2021-08-30""},{""time"":13106,""label"":""hovered"",""timeHovered"":1381,""week"":""2022-01-10""},{""time"":18043,""label"":""tour_next"",""step"":2},{""time"":23120,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933287637,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":6744,""label"":""hovered"",""timeHovered"":3863,""week"":""2022-01-03""},{""time"":10644,""label"":""hovered"",""timeHovered"":1126,""week"":""2022-01-03""}]}",0,simple,line,0,0,0,Neutral,3.5,0,2,2,4.989,2.4945,3900,15.0,1.0,0.5,1,1.0,1 +2023-03-15 22:13:19,2023-03-15 22:27:53,0,100,874,1,2023-03-15 22:27:53,R_3jfezqWCPQX2j0f,37.8051,-122.272,EN,1,21.574,,,,,15.027000000000001,94,88,78,22.247,176.298,1,1,93.641,-2,-3,106.204,1,54.346000000000004,15.015,6,2,7,4,7,6,,25.386,6,6,6,2,2,6,It is detailed and broken down into multiple data sets ,25.469,2,Thank you for the opportunity,33.531,2,7,3,4,1,5,6,40.154,6,7,6,7,7,6,10,8,,30.488000000000003,4,4,2,1,4,4,31.351999999999997,1,,4.703,1.0,1970.0,California,6.0,2.0,1.0,,3.0,,,16.0,4.0,1.0,101.3,62fee4976ce0883ebbc86e20,"{""startTime"":1678933120310,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933146940,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932871200,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":95,""label"":""tour_started""},{""time"":22453,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5192,""week"":""2"",""id"":""chart""},{""time"":31164,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1632,""week"":""31"",""id"":""chart""},{""time"":36249,""label"":""tour_next"",""step"":5},{""time"":57268,""label"":""started_brush"",""startDate"":""2021-06-16"",""endDate"":""2021-07-24""},{""time"":59425,""label"":""tour_next"",""step"":5},{""time"":71477,""label"":""cleared_brush"",""using"":""Click""},{""time"":96967,""label"":""cleared_brush"",""using"":""Click""},{""time"":113135,""label"":""cleared_brush"",""using"":""Click""},{""time"":131819,""label"":""started_brush"",""startDate"":""2021-05-10"",""endDate"":""2021-07-29""},{""time"":139062,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-06-24""},{""time"":142259,""label"":""tour_next"",""step"":5},{""time"":148421,""label"":""cleared_brush"",""using"":""Click""},{""time"":148422,""label"":""cleared_brush"",""using"":""Escape""},{""time"":151060,""label"":""tour_next"",""step"":5},{""time"":156190,""label"":""tour_end"",""step"":5},{""time"":163472,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":4345,""week"":""38"",""id"":""chart""}]}","{""startTime"":1678933103901,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,bar,0,1,0,Positive,3.2,0,0,0,0.0,0.0,0,15.0,1.0,0.0,1,1.0,3 +2023-03-15 22:02:16,2023-03-15 22:28:14,0,100,1557,1,2023-03-15 22:28:15,R_28SyaPrlkQmutjV,41.1683,-87.8779,EN,1,6.4510000000000005,,,,,15.126,77,84,60,28.427,137.08700000000002,1,1,131.391,-3,-3,56.522,1,103.84700000000001,15.019,6,3,6,6,7,6,,147.806,6,6,6,5,6,7,The data is presented in a way that is easy to understand.,23.909000000000002,5,,9.294,2,7,3,4,1,5,6,163.126,6,8,2,9,9,3,10,10,,74.84100000000001,2,3,4,3,3,3,38.869,2,,6.329,1.0,1985.0,Illinois,2.0,2.0,1.0,,7.0,,,7.0,4.0,1.0,219.90200000000002,61128c2c056a6993a3868078,"{""startTime"":1678932780707,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":107617,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1862,""week"":""4"",""id"":""chart""}]}","{""startTime"":1678932404046,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932193603,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":10993,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1222,""week"":""46"",""id"":""chart""},{""time"":15391,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3710,""week"":""33"",""id"":""chart""},{""time"":21033,""label"":""tour_next"",""step"":2},{""time"":51649,""label"":""tour_end"",""step"":2},{""time"":53821,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1227,""week"":""1"",""id"":""chart""}]}","{""startTime"":1678932388327,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,bar,0,1,0,Positive,3.0,0,0,0,0.0,0.0,0,15.0,1.0,0.0,1,0.0,2 +2023-03-15 22:17:08,2023-03-15 22:28:23,0,100,675,1,2023-03-15 22:28:24,R_1ptei3yvCzdTEd8,29.4032,-98.508,EN,1,5.497000000000001,1.0,4.0,2.0,8.402000000000001,15.015999999999998,84,100,48,26.494,38.902,-2,1,49.167,-3,-3,69.854,-3,46.951,15.008,4,5,5,6,6,6,,39.914,6,7,6,6,6,6,I somewhat trust this visualization in this instance. I feel like this showed way less case numbers than the reality though.,99.875,1,,19.965999999999998,2,7,3,4,1,5,6,14.887,1,1,1,2,1,2,11,5,,20.725,3,3,2,2,3,3,39.87,2,1.0,16.975,2.0,1979.0,Texas,4.0,3.0,1.0,,7.0,,,5.0,4.0,2.0,93.075,6365a371d807016cebfdb16c,"{""startTime"":1678933205779,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933246386,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933100856,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":35,""label"":""tour_started""},{""time"":25648,""label"":""tour_next"",""step"":2},{""time"":27679,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3181,""week"":""51"",""id"":""chart2""},{""time"":32010,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1050,""week"":""50"",""id"":""chart2""},{""time"":36929,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933190181,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar,0,1,0,Neutral,2.7,0,0,0,0.0,0.0,0,15.0,0.5,0.0,0,0.5,1 +2023-03-15 22:19:41,2023-03-15 22:28:42,0,100,540,1,2023-03-15 22:28:42,R_1C2UHZYM1QfpEl0,42.3737,-71.1284,EN,1,7.459,,,,,15.109000000000002,80,79,65,27.799,20.886,1,-2,69.523,-3,-3,73.639,1,48.031000000000006,15.017000000000001,4,5,4,4,6,4,,22.677,4,6,5,4,6,4,I don't know if the figures are accurate; therefore I can't know whether the visualization is accurate. ,20.122,4,,6.682,2,7,3,4,1,5,6,13.911,4,7,1,5,6,4,8,8,,19.48,4,4,5,2,3,4,19.8,1,,3.682,1.0,1971.0,Massachusetts,9.0,3.0,1.0,,7.0,,,17.0,4.0,1.0,40.604,58d876b14240e50001190090,"{""startTime"":1678933425727,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933448804,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933318997,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":6647,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3265,""week"":""1"",""id"":""chart""},{""time"":10825,""label"":""tour_next"",""step"":2},{""time"":14040,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1347,""week"":""50"",""id"":""chart2""},{""time"":16065,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1214,""week"":""1"",""id"":""chart2""},{""time"":18393,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933410117,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,bar,0,1,0,Negative,3.7,0,0,0,0.0,0.0,0,15.0,0.5,0.0,1,0.5,1 +2023-03-15 22:17:46,2023-03-15 22:28:51,0,100,665,1,2023-03-15 22:28:52,R_5nkT0xg0LJA6GM9,30.2423,-97.7672,EN,1,35.738,,,,,15.008,100,100,50,31.508000000000003,27.965999999999998,1,1,50.727,1,1,103.87299999999999,1,69.16,15.007,6,6,2,6,7,6,,30.184,4,6,6,2,2,6,The data was from the Department of Agriculture and I would believe that to be credible source of information for this study,65.113,4,,7.856,2,7,3,4,1,5,6,21.909000000000002,6,6,5,6,6,7,10,8,,36.629,4,4,4,2,4,4,31.476,5,,7.836,2.0,1970.0,Texas,6.0,3.0,1.0,,7.0,,,8.0,2.0,1.0,57.167,5f2f6bd965964e35e20c7445,"{""startTime"":1678933304548,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":2953,""label"":""hovered"",""timeHovered"":1390,""week"":""2022-01-03""},{""time"":5280,""label"":""hovered"",""timeHovered"":1167,""week"":""2022-01-03""}]}","{""startTime"":1678933335585,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933156394,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":10002,""label"":""tour_next"",""step"":2},{""time"":16706,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933289065,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,line,1,0,0,Positive,3.7,0,0,0,0.0,0.0,0,15.0,1.0,1.0,1,1.0,2 +2023-03-15 22:14:10,2023-03-15 22:28:58,0,100,887,1,2023-03-15 22:28:58,R_vC7LPxgYcRHXmVz,40.38,-75.2718,EN,1,21.491999999999997,,,,,15.110999999999999,100,78,58,25.3,104.195,1,1,77.087,1,1,80.872,1,55.093999999999994,15.012,5,7,5,6,7,5,,34.122,7,6,6,1,1,5,"well considering i know nothing about fungi and these 3 bugs's lives in croatia (altho I am familiar with them in my own life in PA), id have to take your word for it that it was accurate. if i saw this in a textbook or on the website of a scientist than i would accept it as accurate. it is a lovely graph but a survey showing it to me does not make it really real.",134.407,2,,11.455,2,7,3,4,1,5,6,23.794,4,6,2,3,4,4,10,7,,32.336,2,2,4,4,2,2,41.843999999999994,1,,3.7969999999999997,2.0,1955.0,Pennsylvania,6.0,1.0,1.0,,7.0,,,8.0,3.0,2.0,76.918,62b341383dad27265a7a75cb,"{""startTime"":1678933342384,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933099868,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":66270,""label"":""started_brush"",""startDate"":""2021-08-09"",""endDate"":""2021-09-15""},{""time"":69315,""label"":""started_brush"",""startDate"":""2021-10-07"",""endDate"":""2022-01-06""},{""time"":71556,""label"":""started_brush"",""startDate"":""2021-05-08"",""endDate"":""2021-07-18""}]}","{""startTime"":1678932924151,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":12892,""label"":""hovered"",""timeHovered"":2451,""week"":""2022-01-10""},{""time"":22811,""label"":""tour_next"",""step"":5},{""time"":44332,""label"":""started_brush"",""startDate"":""2021-07-30"",""endDate"":""2021-10-09""},{""time"":45250,""label"":""tour_next"",""step"":5},{""time"":50964,""label"":""moved_brush"",""startDate"":""2021-08-26"",""endDate"":""2021-11-05""},{""time"":51762,""label"":""tour_next"",""step"":5},{""time"":57653,""label"":""moved_brush"",""startDate"":""2021-06-01"",""endDate"":""2021-08-10""},{""time"":59932,""label"":""moved_brush"",""startDate"":""2021-09-30"",""endDate"":""2021-12-10""},{""time"":70404,""label"":""cleared_brush"",""using"":""click""},{""time"":70411,""label"":""cleared_brush"",""using"":""Escape""},{""time"":73284,""label"":""tour_next"",""step"":5},{""time"":80818,""label"":""tour_end"",""step"":5},{""time"":92890,""label"":""started_brush"",""startDate"":""2021-07-05"",""endDate"":""2021-09-26""},{""time"":101821,""label"":""started_brush"",""startDate"":""2021-05-04"",""endDate"":""2021-06-13""}]}","{""startTime"":1678933084332,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line,1,0,0,Positive,2.7,0,0,0,0.0,0.0,0,15.0,1.0,1.0,1,1.0,3 +2023-03-15 22:19:55,2023-03-15 22:29:16,0,100,560,1,2023-03-15 22:29:16,R_1MRj4wCeBagnUCO,33.3124,-111.9195,EN,1,6.728,,,,,15.01,50,82,50,17.775,15.87,1,1,42.18600000000001,-2,1,49.659,1,81.785,15.011,6,2,2,6,6,6,,21.733,6,6,4,2,4,6,"The data seems to be presented accurately. Therefore, I feel I can trust it",57.044,4,,9.447000000000001,2,7,3,4,1,5,6,19.986,4,4,8,9,4,6,8,8,,23.594,3,3,4,3,4,3,34.265,3,,6.601,2.0,1959.0,Arizona,4.0,2.0,1.0,,7.0,,,6.0,3.0,1.0,86.745,601736d3f57edd250d376de9,"{""startTime"":1678933330837,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933353361,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933248244,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":10871,""label"":""tour_next"",""step"":2},{""time"":14327,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933314965,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":13120,""label"":""hovered"",""timeHovered"":2313,""week"":""2022-01-10""}]}",0,moderate,line,1,0,0,Positive,3.3,0,1,1,2.313,2.313,0,15.0,1.0,0.5,1,0.5,2 +2023-03-15 22:10:58,2023-03-15 22:29:40,0,100,1121,1,2023-03-15 22:29:40,R_3qe2ANcjn8N7xTZ,36.0571,-86.6729,EN,1,72.737,,,,,15.200999999999999,93,68,50,71.354,78.39399999999999,-2,1,73.62899999999999,-3,-3,122.375,1,86.973,15.118,5,5,5,5,5,5,"I didn't remember seeing the source for the information before, but I do see it now underneath the graphs.",128.974,3,6,5,2,2,5,I don't recall a source for the provided information.,69.1,5,no additional comments,36.435,2,7,3,4,1,5,6,35.801,5,7,8,7,6,7,9,6,no additional comments,54.655,3,4,4,3,4,4,49.278,4,,32.888000000000005,2.0,1970.0,Tennessee,4.0,2.0,1.0,,7.0,,,7.0,4.0,1.0,89.416,579a4c6a82f7f90001ee9d92,"{""startTime"":1678933130846,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933001201,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678932831863,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":9090,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5749,""week"":""35"",""id"":""chart""},{""time"":15473,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3433,""week"":""1"",""id"":""chart""},{""time"":18940,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3816,""week"":""52"",""id"":""chart""},{""time"":23906,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5050,""week"":""22"",""id"":""chart""},{""time"":30196,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":9026,""week"":""52"",""id"":""chart""},{""time"":43137,""label"":""tour_next"",""step"":2},{""time"":51839,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4067,""week"":""52"",""id"":""chart2""},{""time"":56606,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1033,""week"":""49"",""id"":""chart2""},{""time"":63389,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1667,""week"":""42"",""id"":""chart2""},{""time"":76389,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678932985438,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":2261,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3124,""week"":""4"",""id"":""chart""},{""time"":6557,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2093,""week"":""50"",""id"":""chart""}]}",0,simple,bar,1,0,0,Negative,3.7,0,2,2,5.2170000000000005,2.6085,4296,15.0,0.5,0.0,1,0.5,1 +2023-03-15 22:11:27,2023-03-15 22:30:25,0,100,1138,1,2023-03-15 22:30:26,R_2QPz0YOO8Uu0YCT,41.7965,-71.4304,EN,1,68.732,1.0,4.0,2.0,38.371,15.011,68,82,49,71.4,101.53299999999999,1,1,76.546,-3,-3,119.256,1,57.068999999999996,15.014000000000001,6,5,5,5,7,6,,114.647,4,6,5,3,4,6,"If the data is sound, I don't see any sort of distortions in the way it is presented, and all the numbers are available for inspection.",96.414,5,,11.069,2,7,3,4,1,5,6,31.607,3,5,4,6,4,6,9,7,,55.906000000000006,4,3,5,2,4,4,38.154,2,2.0,18.105,1.0,1975.0,Massachusetts,7.0,3.0,1.0,,7.0,,,5.0,4.0,2.0,71.46300000000001,5c55b95b91c0ad0001cf86ab,"{""startTime"":1678933298038,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":34626,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3889,""week"":""40"",""id"":""chart2""}]}","{""startTime"":1678933098919,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":54,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1110,""week"":""52"",""id"":""chart""},{""time"":36173,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1737,""week"":""1"",""id"":""chart""},{""time"":57010,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1834,""week"":""52"",""id"":""chart2""}]}","{""startTime"":1678932903328,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":20,""label"":""tour_started""},{""time"":8906,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1251,""week"":""5"",""id"":""chart""},{""time"":11441,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2086,""week"":""2"",""id"":""chart""},{""time"":22806,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1131,""week"":""37"",""id"":""chart""},{""time"":23987,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1368,""week"":""38"",""id"":""chart""},{""time"":27857,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3253,""week"":""48"",""id"":""chart""},{""time"":35000,""label"":""tour_next"",""step"":2},{""time"":39885,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4988,""week"":""51"",""id"":""chart2""},{""time"":53716,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1350,""week"":""29"",""id"":""chart2""},{""time"":55100,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1084,""week"":""30"",""id"":""chart2""},{""time"":61155,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1119,""week"":""50"",""id"":""chart2""},{""time"":64358,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1252,""week"":""1"",""id"":""chart2""},{""time"":65760,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2769,""week"":""2"",""id"":""chart2""},{""time"":72717,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2603,""week"":""6"",""id"":""chart2""},{""time"":81164,""label"":""tour_end"",""step"":2},{""time"":88058,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4122,""week"":""52"",""id"":""chart""},{""time"":94221,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1167,""week"":""1"",""id"":""chart""},{""time"":98010,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1504,""week"":""52"",""id"":""chart2""}]}","{""startTime"":1678933083120,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":10871,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3569,""week"":""50"",""id"":""chart""},{""time"":14490,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1066,""week"":""51"",""id"":""chart""}]}",1,simple,bar,1,1,0,Positive,3.7,0,2,2,4.635,2.3175,3619,15.0,1.0,0.0,1,1.0,1 +2023-03-15 22:21:34,2023-03-15 22:31:19,0,100,584,1,2023-03-15 22:31:19,R_byGFAFWpG8xfaQF,42.055,-87.6951,EN,1,7.244,,,,,15.012,73,85,75,44.549,25.006999999999998,1,1,46.016000000000005,-3,-3,54.76,1,37.694,15.01,4,2,4,4,2,4,none,27.991,4,5,5,4,4,4,"I like to understand where sources of data come from, how studies were conducted. I just want more data to make an informed decision.",71.6,4,none,12.720999999999998,2,7,3,4,1,5,6,23.941999999999997,2,2,2,2,2,5,8,5,none,53.244,3,3,4,3,3,3,20.943,5,,5.367000000000001,1.0,1973.0,Illinois,3.0,3.0,1.0,,7.0,,,7.0,4.0,1.0,81.995,5fbb89e20ddd50a66ab62a67,"{""startTime"":1678933547645,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933455312,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":177,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1298,""week"":""1"",""id"":""chart""}]}","{""startTime"":1678933368061,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":9413,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2799,""week"":""1"",""id"":""chart""},{""time"":12401,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2544,""week"":""52"",""id"":""chart""},{""time"":16100,""label"":""tour_next"",""step"":2},{""time"":21967,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933439984,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":6742,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5863,""week"":""52"",""id"":""chart2""}]}",0,simple,bar,1,0,0,Negative,3.2,0,1,1,5.8629999999999995,5.8629999999999995,0,15.0,1.0,0.0,1,1.0,1 +2023-03-15 22:20:28,2023-03-15 22:31:22,0,100,653,1,2023-03-15 22:31:22,R_2dAaRFKcxotCF4P,33.5631,-84.5832,EN,1,17.167,2.0,,2.0,4.801,15.069,63,65,0,33.264,140.64600000000002,-2,1,34.449,1,1,75.51,1,55.31,15.11,2,2,1,6,7,1,,28.691999999999997,5,6,5,2,3,4,I don't trust the criteria that are being used to collect the data in the first place.,39.965,5,,7.968,2,7,3,4,1,5,6,19.297,1,1,7,3,2,6,9,7,,20.503,4,4,4,2,5,4,22.807,7,5.0,13.002,2.0,1982.0,Georgia,6.0,1.0,1.0,,7.0,,,11.0,4.0,1.0,43.651,605776c7ffd8cb64476fc73f,"{""startTime"":1678933601624,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933533526,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933319252,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":48,""label"":""tour_started""},{""time"":41632,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3553,""week"":""35"",""id"":""chart""},{""time"":47080,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":9988,""week"":""1"",""id"":""chart""},{""time"":57987,""label"":""tour_next"",""step"":5},{""time"":76025,""label"":""started_brush"",""startDate"":""2021-07-28"",""endDate"":""2021-10-03""},{""time"":77533,""label"":""started_brush"",""startDate"":""2021-12-16"",""endDate"":""2022-02-07""},{""time"":78787,""label"":""tour_next"",""step"":5},{""time"":86102,""label"":""moved_brush"",""startDate"":""2021-08-16"",""endDate"":""2021-10-07""},{""time"":88217,""label"":""tour_next"",""step"":5},{""time"":98687,""label"":""cleared_brush"",""using"":""Click""},{""time"":98688,""label"":""cleared_brush"",""using"":""Escape""},{""time"":100681,""label"":""tour_next"",""step"":5},{""time"":107299,""label"":""tour_end"",""step"":5},{""time"":108049,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1373,""week"":""52"",""id"":""chart""},{""time"":136473,""label"":""cleared_brush"",""using"":""Click""}]}","{""startTime"":1678933517366,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":13169,""label"":""started_brush"",""startDate"":""2021-10-31"",""endDate"":""2021-12-29""}]}",1,complex,bar,1,0,0,Negative,3.8,1,1,0,0.0,0.0,0,15.0,0.5,1.0,1,1.0,3 +2023-03-15 22:24:42,2023-03-15 22:31:26,0,100,403,1,2023-03-15 22:31:26,R_1pSx1jtfFqd7WTH,37.9208,-122.0182,EN,1,6.437,1.0,4.0,1.0,5.812,15.007,100,100,85,19.548,22.732,-2,-3,39.5,-3,1,40.879,1,30.377,15.109000000000002,5,2,6,5,5,6,,21.858,5,5,5,3,2,6,I figure it's taken from people who reported to them - no reason to mislead. ,19.586,6,,9.211,2,7,3,4,1,5,6,11.879000000000001,2,6,11,10,1,9,6,11,,20.266,5,5,5,1,5,5,14.921,6,1.0,10.539000000000001,2.0,1955.0,California,8.0,2.0,1.0,,7.0,,,16.0,1.0,1.0,51.2,5e2b74daae56b71b9d24d89b,"{""startTime"":1678933720531,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933672834,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933592625,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":27,""label"":""tour_started""},{""time"":6701,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1500,""week"":""6"",""id"":""chart""},{""time"":9082,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1164,""week"":""14"",""id"":""chart""},{""time"":15946,""label"":""tour_next"",""step"":2},{""time"":20657,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933657184,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":9433,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2586,""week"":""6"",""id"":""chart""}]}",1,moderate,bar,1,0,0,Positive,4.3,0,1,1,2.5860000000000003,2.5860000000000003,0,15.0,0.0,0.5,1,0.5,2 +2023-03-15 22:16:31,2023-03-15 22:31:27,0,100,895,1,2023-03-15 22:31:27,R_WdiiPgZl83NRg77,40.6643,-73.9763,EN,1,12.237,1.0,3.0,1.0,12.886,15.110999999999999,100,100,73,59.403,105.671,1,1,74.10300000000001,1,1,78.173,1,89.454,15.020999999999999,6,6,6,6,7,6,,64.355,7,6,7,2,5,6,The data comes from a reputable scientific source and is displayed in an accurate and useful way.,44.207,5,,10.133,2,7,3,4,1,5,6,27.535,2,8,4,6,5,1,9,8,,54.199,3,5,5,3,4,3,20.759,2,1.0,17.932000000000002,1.0,1970.0,New York,6.0,3.0,1.0,,8.0,Brooklyn,,3.0,4.0,2.0,119.12200000000001,570521cfde5095001018a0c8,"{""startTime"":1678933321445,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933387097,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933107825,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":19,""label"":""tour_started""},{""time"":3785,""label"":""hovered"",""timeHovered"":1929,""week"":""2021-12-20""},{""time"":5783,""label"":""hovered"",""timeHovered"":2727,""week"":""2021-12-20""},{""time"":10000,""label"":""hovered"",""timeHovered"":1411,""week"":""2022-01-03""},{""time"":11997,""label"":""hovered"",""timeHovered"":1080,""week"":""2022-01-24""},{""time"":31517,""label"":""tour_next"",""step"":5},{""time"":52067,""label"":""started_brush"",""startDate"":""2021-08-08"",""endDate"":""2021-12-07""},{""time"":53806,""label"":""tour_next"",""step"":5},{""time"":60426,""label"":""moved_brush"",""startDate"":""2021-06-16"",""endDate"":""2021-10-15""},{""time"":62834,""label"":""moved_brush"",""startDate"":""2021-06-16"",""endDate"":""2021-09-13""},{""time"":64741,""label"":""tour_next"",""step"":5},{""time"":71039,""label"":""cleared_brush"",""using"":""click""},{""time"":74836,""label"":""tour_next"",""step"":5},{""time"":85465,""label"":""tour_end"",""step"":5},{""time"":90930,""label"":""started_brush"",""startDate"":""2021-06-18"",""endDate"":""2021-08-07""},{""time"":94954,""label"":""moved_brush"",""startDate"":""2021-12-05"",""endDate"":""2022-01-24""},{""time"":98215,""label"":""moved_brush"",""startDate"":""2021-11-01"",""endDate"":""2022-01-24""}]}","{""startTime"":1678933305262,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line,1,1,0,Positive,3.8,0,0,0,0.0,0.0,0,15.0,1.0,1.0,1,1.0,3 +2023-03-15 22:21:42,2023-03-15 22:31:40,0,100,597,1,2023-03-15 22:31:40,R_3HnRNnanjtug6Vb,21.4254,-157.8138,EN,1,10.969000000000001,,,,,15.027000000000001,47,26,52,38.726,37.189,1,-1,47.145,-3,-3,69.99,1,44.041000000000004,15.023,3,3,4,3,6,4,,30.38,5,3,3,3,1,4,i dont understand it,18.475,4,,8.33,2,7,3,4,1,5,6,31.898000000000003,1,1,4,6,1,2,6,8,,24.909000000000002,2,3,3,3,2,2,30.294,2,,11.145999999999999,2.0,1950.0,Hawaii,6.0,2.0,1.0,,7.0,,,9.0,5.0,2.0,97.514,5ec195df3f2aec276ff0bf33,"{""startTime"":1678933552657,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933505686,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933381254,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":29,""label"":""tour_started""},{""time"":9389,""label"":""tour_next"",""step"":2},{""time"":17092,""label"":""tour_end"",""step"":2},{""time"":28905,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3171,""week"":""1"",""id"":""chart""}]}","{""startTime"":1678933489946,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":8348,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3321,""week"":""6"",""id"":""chart""}]}",0,moderate,bar,0,1,0,Negative,2.5,0,1,1,3.321,3.321,0,15.0,0.5,0.0,1,0.0,2 +2023-03-15 22:23:50,2023-03-15 22:31:49,0,100,478,1,2023-03-15 22:31:49,R_2c25vFYYkfRhdAd,37.6692,-97.2754,EN,1,5.346,1.0,2.0,1.0,5.952999999999999,15.012,91,97,82,13.545,39.87,-2,1,32.766999999999996,-2,1,57.72,1,71.515,15.012,5,5,6,5,5,6,,18.651,5,6,6,5,5,6,It looks like what I would imagine the data would be.,34.686,5,,8.806000000000001,2,7,3,4,1,5,6,14.788,2,3,2,2,7,6,10,10,,14.849,3,3,4,3,3,3,13.009,3,1.0,12.030999999999999,1.0,1982.0,Kansas,5.0,2.0,1.0,,9.0,,Wichita,4.0,4.0,1.0,62.952,62d38f10654f3fc8a393b551,"{""startTime"":1678933650608,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933595960,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933481834,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":3277,""label"":""hovered"",""timeHovered"":1231,""week"":""2021-10-25""},{""time"":6557,""label"":""hovered"",""timeHovered"":4628,""week"":""2022-01-10""},{""time"":16746,""label"":""hovered"",""timeHovered"":1333,""week"":""2021-06-21""},{""time"":21942,""label"":""hovered"",""timeHovered"":1698,""week"":""2022-01-10""},{""time"":32397,""label"":""tour_next"",""step"":2},{""time"":36152,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933580298,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7881,""label"":""hovered"",""timeHovered"":4594,""week"":""2021-05-31""}]}",1,moderate,line,0,1,0,Positive,3.2,0,1,1,4.593999999999999,4.593999999999999,0,15.0,0.5,0.5,1,0.5,2 +2023-03-15 22:24:22,2023-03-15 22:32:21,0,100,479,1,2023-03-15 22:32:22,R_2c8cFnT9zKW2nxA,33.9761,-83.3632,EN,1,4.812,,,,,15.107999999999999,100,100,42,13.325999999999999,10.201,-2,1,32.336999999999996,-3,-3,123.21799999999999,-2,79.57,15.145,7,7,7,7,7,7,,9.788,5,6,5,4,5,6,Its not a deceptive visualization and its clear to understand the data presented. ,21.453000000000003,5,,5.736000000000001,2,7,3,4,1,5,6,11.588,1,1,3,2,1,2,2,4,,24.038,3,5,4,2,5,3,33.994,4,,3.063,1.0,1995.0,Georgia,3.0,1.0,1.0,,7.0,,,9.0,4.0,1.0,45.018,62f70dd38becd2f7f2ce53a8,"{""startTime"":1678933688201,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933651860,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_focused"",""time"":1401}]}","{""startTime"":1678933501807,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":6111,""label"":""tour_next"",""step"":2},{""time"":8103,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933636240,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":7905},{""label"":""window_focused"",""time"":8922},{""label"":""window_blurred"",""time"":11868}]}",0,moderate,bar,1,1,0,Positive,3.7,0,0,0,0.0,0.0,0,10.850999999999999,0.5,0.0,0,0.0,2 +2023-03-15 22:21:55,2023-03-15 22:32:29,0,100,633,1,2023-03-15 22:32:29,R_1lAAakGCl39jdrp,40.7597,-73.98100000000001,EN,1,9.288,1.0,3.0,2.0,7.7989999999999995,15.109000000000002,100,100,53,41.123999999999995,31.923000000000002,1,1,73.10600000000001,-2,1,59.538999999999994,1,71.437,15.009,5,5,7,6,6,5,Many people never reported their status and whether or not they contracted covid so the statistics are not accurate without those findings,73.41199999999999,2,7,5,2,2,6,I trust it for reported cases...that's all the CDC can go by.,17.156,4,,13.308,2,7,3,4,1,5,6,27.392,8,5,7,8,9,9,11,10,,25.051,4,3,4,2,4,4,34.995,2,1.0,8.836,2.0,1948.0,New York,7.0,2.0,1.0,,7.0,,,5.0,2.0,1.0,63.38399999999999,5dcf34f64fee9907fc626f0f,"{""startTime"":1678933523413,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933597349,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933401650,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":11866,""label"":""hovered"",""timeHovered"":1360,""week"":""2021-12-13""},{""time"":14255,""label"":""hovered"",""timeHovered"":4420,""week"":""2021-11-01""},{""time"":18731,""label"":""hovered"",""timeHovered"":1630,""week"":""2021-11-01""},{""time"":22573,""label"":""tour_next"",""step"":2},{""time"":29305,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933507899,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line,1,0,0,Positive,3.5,0,0,0,0.0,0.0,0,15.0,1.0,0.5,1,1.0,1 +2023-03-15 22:15:07,2023-03-15 22:32:43,0,100,1056,1,2023-03-15 22:32:44,R_2WPjf7Bf1R8xjkc,40.6327,-73.6333,EN,1,6.612,1.0,2.0,2.0,8.168,15.117,100,100,85,82.77799999999999,39.741,1,-3,93.984,1,1,83.3,1,114.65,15.112,6,6,6,7,7,6,,45.964,7,7,7,7,7,7,"I can see the important data points on the graph, and it is informative.",91.096,1,,17.980999999999998,2,7,3,4,1,5,6,27.46,1,1,1,2,1,3,7,9,,43.79,1,2,2,4,2,2,44.99,4,4.0,35.566,1.0,1976.0,New York,3.0,1.0,1.0,,7.0,,,6.0,3.0,1.0,193.421,60b9af795939f976cb74232a,"{""startTime"":1678933347838,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933223270,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933073001,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":5209,""label"":""hovered"",""timeHovered"":2927,""week"":""2021-12-20""},{""time"":9220,""label"":""hovered"",""timeHovered"":3208,""week"":""2021-08-30""},{""time"":13220,""label"":""hovered"",""timeHovered"":2625,""week"":""2021-11-29""},{""time"":24005,""label"":""tour_next"",""step"":2},{""time"":29704,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933207501,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line,0,1,0,Positive,2.2,0,0,0,0.0,0.0,0,15.0,0.5,1.0,1,0.5,1 +2023-03-15 22:22:56,2023-03-15 22:32:53,0,100,596,1,2023-03-15 22:32:54,R_przuxICVhpEAk93,39.9945,-75.1648,EN,1,8.943999999999999,,,,,15.007,92,91,72,23.199,42.65,1,1,68.221,1,1,81.538,1,63.483000000000004,15.005999999999998,6,5,2,6,6,6,None.,33.504,6,6,6,5,4,6,"The visualization is easy to understand and gather info from, and I trust that the information provided is accurate. ",46.971000000000004,4,None.,10.282,2,7,3,4,1,5,6,19.394000000000002,5,8,2,8,5,4,10,9,None,29.355,2,2,4,3,3,2,19.452,2,,3.917,1.0,1999.0,Pennsylvania,5.0,2.0,1.0,,7.0,,,7.0,3.0,2.0,60.887,5d6513f46f5284000118ef1d,"{""startTime"":1678933637937,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933558579,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":4959,""label"":""hovered"",""timeHovered"":2795,""week"":""2022-01-03""}]}","{""startTime"":1678933431647,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":4,""label"":""tour_started""},{""time"":15297,""label"":""hovered"",""timeHovered"":2000,""week"":""2021-12-27""},{""time"":22683,""label"":""tour_next"",""step"":2},{""time"":29867,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933543269,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,line,0,2,0,Positive,2.7,0,0,0,0.0,0.0,0,15.0,1.0,1.0,1,1.0,1 +2023-03-15 22:22:33,2023-03-15 22:33:04,0,100,631,1,2023-03-15 22:33:04,R_1CeXtf7jFYE2lLw,29.4227,-98.4927,EN,1,43.865,2.0,,1.0,4.508,15.011,68,29,24,35.799,47.269,1,-1,37.458,-1,-3,66.945,-3,31.401999999999997,15.01,7,3,3,6,7,4,,45.251999999999995,6,7,6,7,5,4,I have read too many articles for and against the vaccine so I don't know what to trust or not trust.,46.0,5,,9.844,2,7,3,4,1,5,6,31.22,5,5,8,7,7,7,8,10,,29.798000000000002,4,5,4,1,5,5,33.827,3,1.0,16.1,2.0,1958.0,Texas,6.0,2.0,1.0,,7.0,,,3.0,4.0,2.0,71.628,55899b8dfdf99b7ae47f5fa4,"{""startTime"":1678933670979,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933598789,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933468534,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":18008,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6605,""week"":""1"",""id"":""chart""},{""time"":25809,""label"":""tour_next"",""step"":2},{""time"":33185,""label"":""tour_end"",""step"":2},{""time"":34873,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7324,""week"":""52"",""id"":""chart""},{""time"":43432,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1535,""week"":""46"",""id"":""chart""}]}","{""startTime"":1678933583414,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":10536,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2385,""week"":""14"",""id"":""chart""}]}",1,moderate,bar,0,1,0,Neutral,4.0,0,1,1,2.385,2.385,0,15.0,0.5,0.0,0,0.0,2 +2023-03-15 22:14:32,2023-03-15 22:33:07,0,100,1115,1,2023-03-15 22:33:08,R_3PaF9itgolhm9V5,31.3432,-85.844,EN,1,18.055999999999997,,,,,15.044,100,100,81,59.611000000000004,181.554,1,1,77.23899999999999,1,1,79.423,-1,36.26,15.05,5,5,6,7,7,6,,161.86,6,6,6,4,4,7,"If I trust the data and I understand the visualization, then I my trust the visualization.",52.601000000000006,5,,21.436999999999998,2,7,3,4,1,5,6,37.223,3,7,9,9,3,7,9,9,,83.14200000000001,3,4,4,3,4,3,81.706,6,,14.048,1.0,1974.0,Alabama,6.0,2.0,1.0,,7.0,,,17.0,3.0,2.0,79.41,640e3d1ee18df712eca9ec2d,"{""startTime"":1678933213987,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933376948,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932979458,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":22,""label"":""tour_started""},{""time"":31095,""label"":""hovered"",""timeHovered"":2034,""week"":""2022-01-10""},{""time"":40686,""label"":""tour_next"",""step"":5},{""time"":78087,""label"":""tour_back"",""step"":5},{""time"":93326,""label"":""tour_next"",""step"":5},{""time"":118155,""label"":""started_brush"",""startDate"":""2021-06-15"",""endDate"":""2021-07-11""},{""time"":130594,""label"":""started_brush"",""startDate"":""2021-08-07"",""endDate"":""2021-11-06""},{""time"":132476,""label"":""tour_next"",""step"":5},{""time"":139174,""label"":""moved_brush"",""startDate"":""2021-06-05"",""endDate"":""2021-11-06""},{""time"":142128,""label"":""moved_brush"",""startDate"":""2021-06-05"",""endDate"":""2021-12-07""},{""time"":144298,""label"":""tour_next"",""step"":5},{""time"":151027,""label"":""cleared_brush"",""using"":""click""},{""time"":163357,""label"":""cleared_brush"",""using"":""click""},{""time"":164736,""label"":""tour_next"",""step"":5},{""time"":175344,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678933198429,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line,1,1,0,Positive,3.5,0,0,0,0.0,0.0,0,15.0,1.0,1.0,0,0.0,3 +2023-03-15 22:19:09,2023-03-15 22:33:11,0,100,842,1,2023-03-15 22:33:11,R_zZpHtvbKDG2GvE5,40.726,-73.848,EN,1,11.514000000000001,,,,,15.107000000000001,85,94,55,42.785,52.101000000000006,1,1,53.802,-3,-3,87.20100000000001,1,51.492,15.008,5,4,3,4,5,5,,67.32,6,5,4,2,3,4,There is no indication where this data was obtained but it seems believable.,107.266,6,,7.603,2,7,3,4,1,5,6,28.302,3,4,9,7,2,9,8,9,,38.949,3,3,5,2,4,4,31.973000000000003,5,,9.312000000000001,1.0,1968.0,New York,6.0,3.0,1.0,,9.0,,White/Latino,4.0,4.0,1.0,131.30100000000002,5de96ccf7aeafe09d7e8a74a,"{""startTime"":1678933514496,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":11479,""label"":""source_clicked""},{""label"":""window_blurred"",""time"":11534},{""label"":""window_focused"",""time"":16570}]}","{""startTime"":1678933360253,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933237438,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":17112,""label"":""hovered"",""timeHovered"":1232,""week"":""2021-09-20""},{""time"":24834,""label"":""hovered"",""timeHovered"":1179,""week"":""2022-01-03""},{""time"":26013,""label"":""hovered"",""timeHovered"":1268,""week"":""2022-01-03""},{""time"":31249,""label"":""tour_next"",""step"":2},{""time"":38719,""label"":""tour_end"",""step"":2},{""label"":""window_blurred"",""time"":42502},{""label"":""window_focused"",""time"":50720}]}","{""startTime"":1678933344654,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7192,""label"":""hovered"",""timeHovered"":1651,""week"":""2021-04-19""},{""time"":10548,""label"":""hovered"",""timeHovered"":3996,""week"":""2021-11-29""}]}",0,simple,line,1,0,0,Positive,3.5,0,2,2,5.647,2.8235,3356,15.0,1.0,0.0,1,1.0,1 +2023-03-15 22:18:53,2023-03-15 22:33:29,0,100,876,1,2023-03-15 22:33:30,R_ROV6c2jLAv98mdj,39.1032,-108.5495,EN,1,22.275,1.0,4.0,1.0,13.251,15.113,92,85,31,51.163000000000004,38.391,1,1,122.426,-3,-3,87.829,1,47.87,15.013,6,6,6,6,7,6,,59.647,6,6,6,4,4,6,I looks like scientific and accurate data,21.444000000000003,4,,32.85,2,7,3,4,1,5,6,46.008,2,1,3,2,3,4,9,8,,28.904,2,3,3,3,3,3,38.192,2,1.0,22.691,2.0,1964.0,Colorado,4.0,2.0,1.0,,7.0,,,12.0,4.0,1.0,113.20200000000001,63d475b3b7f363ed16c745b0,"{""startTime"":1678933425797,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933485979,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933248047,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":12892,""label"":""tour_next"",""step"":2},{""time"":26506,""label"":""tour_end"",""step"":2},{""time"":32167,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2175,""week"":""4"",""id"":""chart2""}]}","{""startTime"":1678933410608,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar,1,1,0,Positive,2.8,0,0,0,0.0,0.0,0,15.0,1.0,0.0,1,1.0,1 +2023-03-15 22:18:50,2023-03-15 22:34:02,0,100,911,1,2023-03-15 22:34:02,R_1pJRJfQIVrwBAUG,40.1788,-77.0047,EN,1,7.0,,,,,15.120999999999999,100,91,62,63.287,219.157,1,1,62.625,-3,1,98.31200000000001,1,131.30200000000002,15.126,7,7,7,7,7,7,,26.642,7,7,7,7,7,7,"Since the visualization was based on a scientific and trusted reference, I trust that the data is accurate and can be trusted to be true, hence the same would apply to the visualization.",70.334,4,,7.32,2,7,3,4,1,5,6,26.783,4,5,6,8,5,7,8,7,,21.3,5,5,5,1,5,5,28.068,4,,4.885,1.0,1979.0,Pennsylvania,7.0,3.0,1.0,,2.0,,,12.0,2.0,1.0,62.81100000000001,5f490d10022f3f2e8f33cc9a,"{""startTime"":1678933594676,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933622246,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933226704,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":25,""label"":""tour_started""},{""time"":13990,""label"":""hovered"",""timeHovered"":2278,""week"":""2021-07-12""},{""time"":24235,""label"":""hovered"",""timeHovered"":31156,""week"":""2022-01-24""},{""time"":57993,""label"":""hovered"",""timeHovered"":2174,""week"":""2022-01-03""},{""time"":63438,""label"":""hovered"",""timeHovered"":2540,""week"":""2021-09-06""},{""time"":66493,""label"":""hovered"",""timeHovered"":9257,""week"":""2021-08-09""},{""time"":77457,""label"":""hovered"",""timeHovered"":1073,""week"":""2021-04-12""},{""time"":88173,""label"":""hovered"",""timeHovered"":1910,""week"":""2022-01-31""},{""time"":91709,""label"":""hovered"",""timeHovered"":2686,""week"":""2022-01-03""},{""time"":95500,""label"":""hovered"",""timeHovered"":1043,""week"":""2022-01-03""},{""time"":96548,""label"":""hovered"",""timeHovered"":4656,""week"":""2022-01-03""},{""time"":115541,""label"":""tour_next"",""step"":5},{""time"":129332,""label"":""started_brush"",""startDate"":""2021-06-04"",""endDate"":""2021-07-07""},{""time"":130313,""label"":""cleared_brush"",""using"":""click""},{""time"":133786,""label"":""started_brush"",""startDate"":""2021-08-07"",""endDate"":""2022-02-13""},{""time"":134401,""label"":""cleared_brush"",""using"":""click""},{""time"":141871,""label"":""started_brush"",""startDate"":""2021-04-22"",""endDate"":""2022-02-13""},{""time"":142939,""label"":""tour_next"",""step"":5},{""time"":150277,""label"":""moved_brush"",""startDate"":""2021-04-22"",""endDate"":""2022-02-13""},{""time"":151799,""label"":""moved_brush"",""startDate"":""2021-04-22"",""endDate"":""2022-02-13""},{""time"":154227,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-01""},{""time"":157735,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-12-13""},{""time"":158603,""label"":""tour_next"",""step"":5},{""time"":167606,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-13""},{""time"":171787,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-13""},{""time"":174761,""label"":""cleared_brush"",""using"":""click""},{""time"":174765,""label"":""cleared_brush"",""using"":""Escape""},{""time"":176076,""label"":""tour_next"",""step"":5},{""time"":185981,""label"":""started_brush"",""startDate"":""2021-07-28"",""endDate"":""2021-12-10""},{""time"":201733,""label"":""tour_end"",""step"":5},{""time"":211482,""label"":""started_brush"",""startDate"":""2021-04-13"",""endDate"":""2022-02-13""}]}","{""startTime"":1678933578928,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":8554,""label"":""hovered"",""timeHovered"":3966,""week"":""2021-06-07""}]}",0,complex,line,1,1,0,Positive,4.3,0,1,1,3.966,3.966,0,15.0,1.0,0.5,1,1.0,3 +2023-03-15 22:23:10,2023-03-15 22:34:32,0,100,682,1,2023-03-15 22:34:32,R_3EEV0L60eHzB1vP,40.6774,-80.6006,EN,1,7.526,,,,,15.112,87,83,36,59.699,41.781000000000006,1,1,51.401,-1,1,62.236000000000004,-1,54.11600000000001,15.009,4,5,6,5,6,4,,76.70100000000001,4,4,3,2,1,6,BECAUSE AT THE BEGINNING YOU SAID TO ASSUME WE TRUST THE IDEA SO THATS WHAT I DID,41.758,1,,10.878,2,7,3,4,1,5,6,24.41,7,8,8,6,6,8,9,9,,27.34,3,3,3,3,3,3,37.0,4,,8.42,2.0,1976.0,Ohio,3.0,2.0,1.0,,7.0,,,6.0,3.0,1.0,72.102,5ec9fc1650b79c158be48421,"{""startTime"":1678933693717,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933605306,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":3663,""label"":""hovered"",""timeHovered"":1282,""week"":""2021-09-20""},{""time"":4977,""label"":""hovered"",""timeHovered"":1845,""week"":""2021-09-27""}]}","{""startTime"":1678933484909,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":25520,""label"":""tour_next"",""step"":2},{""time"":32831,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933589769,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":2847,""label"":""hovered"",""timeHovered"":5107,""week"":""2021-12-13""}]}",0,moderate,line,0,0,0,Neutral,3.0,0,1,1,5.107,5.107,0,15.0,1.0,0.5,0,0.5,2 +2023-03-15 22:13:25,2023-03-15 22:34:34,0,100,1268,1,2023-03-15 22:34:34,R_2rpW46mDGSjOpjr,43.1774,-86.1982,EN,1,98.803,1.0,2.0,1.0,10.456,15.110999999999999,84,84,50,54.223,102.28299999999999,1,1,123.934,1,-3,125.404,1,98.27,15.110999999999999,6,3,6,5,6,6,It is worth it to get the vaccine.,70.208,3,5,5,1,2,5,"I trust that it shows increases or decreases in the amount of people with COVID. If someone asked me for precise numbers, which they most likely won't, it is a little more difficult to give them precise numbers. I do believe it gives a somewhat good overall picture of those that were diagnosed with COVID.",155.76,5,,17.084,2,7,3,4,1,5,6,46.701,3,5,9,6,5,5,10,9,,32.84,3,3,4,2,4,4,58.206,3,1.0,29.433000000000003,1.0,1973.0,Michigan,8.0,3.0,1.0,,7.0,,,17.0,4.0,1.0,118.88600000000001,63c6e885e6834fbb0d9c0ebf,"{""startTime"":1678933465980,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933252620,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933007676,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":44,""label"":""tour_started""},{""time"":18961,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1061,""week"":""1"",""id"":""chart""},{""time"":20729,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3022,""week"":""52"",""id"":""chart""},{""time"":28305,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1824,""week"":""5"",""id"":""chart""},{""time"":33528,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1046,""week"":""6"",""id"":""chart""},{""time"":52997,""label"":""tour_next"",""step"":2},{""time"":62663,""label"":""tour_end"",""step"":2},{""time"":71425,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1395,""week"":""52"",""id"":""chart""},{""time"":80801,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2509,""week"":""5"",""id"":""chart""},{""time"":84113,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1095,""week"":""1"",""id"":""chart""},{""time"":85424,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1865,""week"":""52"",""id"":""chart""},{""time"":87456,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1382,""week"":""1"",""id"":""chart""},{""time"":91992,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3205,""week"":""24"",""id"":""chart""},{""time"":95401,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3593,""week"":""23"",""id"":""chart""}]}","{""startTime"":1678933236782,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar,0,1,0,Neutral,3.3,0,0,0,0.0,0.0,0,15.0,1.0,0.5,1,0.5,2 +2023-03-15 22:21:30,2023-03-15 22:34:39,0,100,788,1,2023-03-15 22:34:40,R_3erAQroDH00eDAw,40.9039,-73.837,EN,1,6.301,1.0,4.0,2.0,9.014,15.01,100,100,50,63.446000000000005,202.07299999999998,1,-2,50.026,-1,1,21.259,-1,16.177,15.110999999999999,7,4,7,4,1,7,I don't know how to interpret the graph.,42.102,4,1,1,1,1,7,I suspect it was put together by the CDC.,28.934,7,,12.401,2,7,3,4,1,5,6,37.774,3,3,2,3,3,2,11,7,,24.27,1,1,5,5,1,1,25.063000000000002,1,1.0,41.364,2.0,1946.0,New York,7.0,2.0,1.0,,7.0,,,5.0,4.0,1.0,102.051,57d435c8ca054400014bac35,"{""startTime"":1678933706898,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933749594,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933469273,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":5179,""label"":""hovered"",""timeHovered"":4180,""week"":""2022-01-24""},{""time"":27121,""label"":""tour_next"",""step"":5},{""time"":76480,""label"":""tour_back"",""step"":5},{""time"":78196,""label"":""hovered"",""timeHovered"":1262,""week"":""2021-12-20""},{""time"":85511,""label"":""tour_next"",""step"":5},{""time"":146104,""label"":""cleared_brush"",""using"":""click""},{""time"":156491,""label"":""started_brush"",""startDate"":""2021-12-10"",""endDate"":""2022-02-13""},{""time"":159526,""label"":""tour_next"",""step"":5},{""time"":172587,""label"":""moved_brush"",""startDate"":""2021-12-10"",""endDate"":""2022-02-13""},{""time"":176946,""label"":""moved_brush"",""startDate"":""2021-12-10"",""endDate"":""2022-02-13""},{""time"":178158,""label"":""tour_next"",""step"":5},{""time"":190188,""label"":""cleared_brush"",""using"":""click""},{""time"":190191,""label"":""cleared_brush"",""using"":""Escape""},{""time"":192527,""label"":""tour_next"",""step"":5},{""time"":199359,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678933691412,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line,1,0,0,Positive,2.3,0,0,0,0.0,0.0,0,15.0,0.5,0.5,0,0.0,3 +2023-03-15 22:25:21,2023-03-15 22:34:55,0,100,573,1,2023-03-15 22:34:55,R_O89HNSVjsjlwEmt,40.1597,-75.7862,EN,1,29.0,1.0,4.0,2.0,7.222,15.113,91,31,51,41.4,53.401,1,-2,29.285,-2,1,70.702,-1,35.782,15.01,5,3,4,5,5,5,If this data is truly from the CDC then I would trust it,45.667,3,5,5,5,4,4,"I am not sure where this data came from, so I am not sure if it is reliable. ",26.166999999999998,1,,5.507000000000001,2,7,3,4,1,5,6,24.485,4,5,3,6,6,4,9,8,,17.685,3,2,2,4,3,2,26.97,2,1.0,16.059,2.0,1983.0,Pennsylvania,3.0,2.0,1.0,,9.0,,St. Marys,7.0,4.0,1.0,58.797,5d4254db5b2c430001418a3c,"{""startTime"":1678933823374,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933776364,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933635074,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":11730,""label"":""hovered"",""timeHovered"":6181,""week"":""2021-04-12""},{""time"":25195,""label"":""hovered"",""timeHovered"":2666,""week"":""2022-01-17""},{""time"":46100,""label"":""tour_next"",""step"":2},{""time"":49706,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933760695,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line,1,0,0,Negative,2.7,0,0,0,0.0,0.0,0,15.0,0.5,0.5,0,0.5,2 +2023-03-15 22:24:22,2023-03-15 22:35:03,0,100,641,1,2023-03-15 22:35:04,R_2rBnyudY0WBAV5x,43.0382,-87.91,EN,1,6.454,,,,,15.014000000000001,75,93,65,33.86,31.53,1,1,42.961000000000006,1,1,140.08,1,23.703000000000003,15.112,4,4,5,6,7,5,,32.917,5,6,6,4,4,5,"it has a source, so why shouldn't I trust it?",32.643,4,,17.171,2,7,3,4,1,5,6,27.421999999999997,2,2,9,6,1,2,3,3,,25.035,4,4,5,1,4,4,36.023,7,,8.628,1.0,1977.0,Iowa,3.0,1.0,1.0,,8.0,Dyersville,,14.0,3.0,1.0,85.46700000000001,63d7e87ee7333b219a553295,"{""startTime"":1678933621011,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933654586,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933529542,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":12671,""label"":""tour_next"",""step"":2},{""time"":19683,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933605107,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,line,1,0,0,Positive,3.7,0,0,0,0.0,0.0,0,15.0,1.0,1.0,1,1.0,1 +2023-03-15 22:19:31,2023-03-15 22:35:38,0,100,966,1,2023-03-15 22:35:38,R_1gABTZYJeMJGBKZ,47.2067,-122.4414,EN,1,9.107999999999999,1.0,4.0,2.0,10.001,15.110999999999999,79,39,62,63.805,273.20599999999996,1,1,46.65,-3,-3,92.51100000000001,1,36.946,15.120999999999999,6,4,6,6,7,6,I always thought the CDC data was not collected very well. Wasn't it by fax or something? Also rise of home tests calls this all into question as time goes on.,92.544,4,5,2,1,1,6,"I don't think there are any lies here. It's the most accurate information the CDC has. It might miss some cases but the trends are still correct, I think.",37.874,7,,11.308,2,7,3,4,1,5,6,24.206999999999997,8,9,7,8,10,6,11,11,Currently I trust the Democratic Party far more than the Republican Party. Dems only would be an 8.,54.516999999999996,5,5,5,1,5,5,27.193,1,1.0,15.203,2.0,1970.0,Washington,7.0,2.0,1.0,,7.0,,,9.0,4.0,2.0,77.559,5dda0a8b3c870a9824c901f5,"{""startTime"":1678933613581,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":15936,""label"":""started_brush"",""startDate"":""2021-08-20"",""endDate"":""2021-08-31""},{""time"":21270,""label"":""started_brush"",""startDate"":""2021-10-31"",""endDate"":""2021-12-30""},{""time"":26713,""label"":""cleared_brush"",""using"":""Click""}]}","{""startTime"":1678933706652,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933285469,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":21,""label"":""tour_started""},{""time"":55878,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6680,""week"":""38"",""id"":""chart""},{""time"":63411,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":11111,""week"":""52"",""id"":""chart""},{""time"":74873,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2349,""week"":""51"",""id"":""chart""},{""time"":79260,""label"":""tour_next"",""step"":5},{""time"":106544,""label"":""started_brush"",""startDate"":""2021-06-02"",""endDate"":""2021-09-01""},{""time"":108552,""label"":""tour_next"",""step"":5},{""time"":130080,""label"":""cleared_brush"",""using"":""Click""},{""time"":142112,""label"":""started_brush"",""startDate"":""2021-11-05"",""endDate"":""2021-11-10""},{""time"":143530,""label"":""cleared_brush"",""using"":""Click""},{""time"":145734,""label"":""cleared_brush"",""using"":""Click""},{""time"":147999,""label"":""started_brush"",""startDate"":""2021-08-31"",""endDate"":""2021-11-04""},{""time"":155011,""label"":""tour_back"",""step"":5},{""time"":161568,""label"":""cleared_brush"",""using"":""Click""},{""time"":169221,""label"":""cleared_brush"",""using"":""Click""},{""time"":172557,""label"":""tour_back"",""step"":5},{""time"":178025,""label"":""tour_next"",""step"":5},{""time"":185274,""label"":""cleared_brush"",""using"":""Click""},{""time"":188456,""label"":""cleared_brush"",""using"":""Click""},{""time"":190695,""label"":""tour_back"",""step"":5},{""time"":190828,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":2247,""week"":""44"",""id"":""chart""},{""time"":196495,""label"":""tour_next"",""step"":5},{""time"":201458,""label"":""cleared_brush"",""using"":""Click""},{""time"":218082,""label"":""cleared_brush"",""using"":""Click""},{""time"":220048,""label"":""started_brush"",""startDate"":""2021-06-26"",""endDate"":""2021-09-06""},{""time"":221330,""label"":""tour_next"",""step"":5},{""time"":238144,""label"":""moved_brush"",""startDate"":""2021-11-03"",""endDate"":""2022-01-14""},{""time"":241584,""label"":""tour_next"",""step"":5},{""time"":246448,""label"":""cleared_brush"",""using"":""Click""},{""time"":247885,""label"":""tour_next"",""step"":5},{""time"":258187,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678933596653,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar,1,0,0,Positive,4.3,0,0,0,0.0,0.0,0,15.0,1.0,0.0,1,1.0,3 +2023-03-15 22:16:56,2023-03-15 22:35:38,0,100,1121,1,2023-03-15 22:35:39,R_1mDvut5HXaOmqnb,45.4383,-122.6147,EN,1,13.703,1.0,3.0,1.0,11.998,15.007,70,46,62,93.20299999999999,311.437,-2,1,89.301,-3,-3,117.86399999999999,1,45.303000000000004,15.109000000000002,6,3,6,5,6,6,It might be interesting to see the age brackets further broken up.,102.602,7,5,5,4,5,6,"It seems like it has very specific data and it corresponds with what I think might happen, especially in the winter months.",62.17100000000001,4,,9.901,2,7,3,4,1,5,6,31.543000000000003,4,7,8,6,7,5,9,9,,27.006,3,2,4,3,4,3,36.105,2,2.0,17.455,1.0,1966.0,Oregon,4.0,3.0,1.0,,9.0,,Milwaukie,4.0,4.0,1.0,59.301,60faefcf667e07570bed9dcb,"{""startTime"":1678933637013,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933544043,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933169705,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":60,""label"":""tour_started""},{""time"":7326,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":20521,""week"":""52"",""id"":""chart""},{""time"":28774,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1115,""week"":""51"",""id"":""chart""},{""time"":31189,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7685,""week"":""4"",""id"":""chart""},{""time"":41424,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1418,""week"":""50"",""id"":""chart""},{""time"":54361,""label"":""tour_next"",""step"":5},{""time"":71266,""label"":""started_brush"",""startDate"":""2021-05-31"",""endDate"":""2021-07-04""},{""time"":78247,""label"":""started_brush"",""startDate"":""2021-09-29"",""endDate"":""2022-02-07""},{""time"":86651,""label"":""started_brush"",""startDate"":""2021-04-29"",""endDate"":""2021-08-24""},{""time"":91251,""label"":""tour_next"",""step"":5},{""time"":128297,""label"":""started_brush"",""startDate"":""2021-10-24"",""endDate"":""2022-02-02""},{""time"":137395,""label"":""cleared_brush"",""using"":""Click""},{""time"":146012,""label"":""tour_back"",""step"":5},{""time"":151784,""label"":""cleared_brush"",""using"":""Click""},{""time"":157429,""label"":""cleared_brush"",""using"":""Click""},{""time"":159834,""label"":""cleared_brush"",""using"":""Click""},{""time"":169406,""label"":""moved_brush"",""startDate"":""2021-11-19"",""endDate"":""2022-01-06""},{""time"":184916,""label"":""cleared_brush"",""using"":""Click""},{""time"":192920,""label"":""started_brush"",""startDate"":""2022-02-01"",""endDate"":""2022-02-07""},{""time"":193831,""label"":""started_brush"",""startDate"":""2021-09-15"",""endDate"":""2021-09-25""},{""time"":195504,""label"":""tour_next"",""step"":5},{""time"":206642,""label"":""cleared_brush"",""using"":""Click""},{""time"":216455,""label"":""cleared_brush"",""using"":""Click""},{""time"":219547,""label"":""cleared_brush"",""using"":""Click""},{""time"":223779,""label"":""cleared_brush"",""using"":""Click""},{""time"":227547,""label"":""cleared_brush"",""using"":""Click""},{""time"":239766,""label"":""cleared_brush"",""using"":""Click""},{""time"":245209,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-07-25""},{""time"":246906,""label"":""tour_next"",""step"":5},{""time"":260376,""label"":""cleared_brush"",""using"":""Click""},{""time"":260376,""label"":""cleared_brush"",""using"":""Escape""},{""time"":262487,""label"":""tour_next"",""step"":5},{""time"":269518,""label"":""tour_end"",""step"":5},{""time"":275398,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":9246,""week"":""2"",""id"":""chart""},{""time"":284782,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":5681,""week"":""1"",""id"":""chart""},{""time"":290718,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":2910,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678933528096,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar,0,1,0,Positive,3.2,0,0,0,0.0,0.0,0,15.0,0.5,0.0,1,1.0,3 +2023-03-15 22:24:45,2023-03-15 22:36:14,0,100,688,1,2023-03-15 22:36:14,R_2f1aKBmj9N45uHS,28.0109,-82.4948,EN,1,8.177999999999999,1.0,4.0,1.0,7.16,15.107999999999999,90,97,83,18.291,30.639,-2,-2,96.273,1,1,46.783,-1,121.777,15.115,6,5,5,6,6,6,,43.754,6,6,6,4,3,6,It cited the CDC as the source of the data and I trust the CDC.,19.932000000000002,4,,17.94,2,7,3,4,1,5,6,14.734000000000002,1,6,9,6,6,8,10,10,,26.748,5,5,5,1,5,5,34.154,2,2.0,9.263,1.0,1982.0,North Carolina,6.0,3.0,1.0,,7.0,,,17.0,3.0,1.0,95.165,62354223d36eda662355a9c0,"{""startTime"":1678933699865,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933744358,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933553630,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":1002,""label"":""hovered"",""timeHovered"":2117,""week"":""2021-09-20""},{""time"":14824,""label"":""hovered"",""timeHovered"":4228,""week"":""2021-12-27""},{""time"":21240,""label"":""tour_next"",""step"":2},{""time"":24858,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933683870,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":1410,""label"":""hovered"",""timeHovered"":1216,""week"":""2022-01-03""},{""time"":5243,""label"":""hovered"",""timeHovered"":8761,""week"":""2021-12-27""}]}",1,simple,line,1,0,0,Positive,4.3,0,2,2,9.977,4.9885,3833,15.0,0.0,1.0,0,0.0,1 +2023-03-15 22:17:19,2023-03-15 22:36:19,0,100,1139,1,2023-03-15 22:36:19,R_3dtPGOk0hlqjxuh,44.5542,-72.6002,EN,1,34.214,,,,,15.052,69,79,29,60.6,92.14399999999999,-2,1,74.433,-3,-3,140.303,-1,91.90100000000001,15.044,4,4,4,6,7,5,,138.11,4,6,4,3,3,4,"This particular version did not show that it came from their department of agriculture. Plus, any data can be slanted toward one direction, especially if there is no opposing data shown that could show another viewpoint. I trust it only to the extent of the data I was provided.",130.234,5,,19.136,2,7,3,4,1,5,6,45.208,6,6,7,6,6,6,8,7,,47.495,4,4,5,1,4,4,31.546999999999997,2,,8.044,2.0,1954.0,Vermont,3.0,2.0,1.0,,9.0,,Stowe,4.0,3.0,1.0,74.235,5dbd1569f8223b28d73ed6ae,"{""startTime"":1678933348220,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":5826,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5116,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678933487390,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933164552,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":34,""label"":""tour_started""},{""time"":8806,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2868,""week"":""1"",""id"":""chart""},{""time"":11823,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2785,""week"":""52"",""id"":""chart""},{""time"":14707,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1885,""week"":""51"",""id"":""chart""},{""time"":16658,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1200,""week"":""50"",""id"":""chart""},{""time"":34268,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4389,""week"":""4"",""id"":""chart""},{""time"":40595,""label"":""tour_next"",""step"":2},{""time"":43318,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5638,""week"":""51"",""id"":""chart2""},{""time"":49096,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1195,""week"":""52"",""id"":""chart2""},{""time"":64003,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8219,""week"":""52"",""id"":""chart2""},{""time"":88222,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933332280,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,bar,1,0,0,Negative,3.7,0,0,0,0.0,0.0,0,15.0,0.5,0.0,0,0.5,1 +2023-03-15 22:01:01,2023-03-15 22:36:48,0,100,2147,1,2023-03-15 22:36:49,R_3nPAIyjlNVOXnyD,28.4643,-82.5998,EN,1,25.926,,,,,15.01,64,89,54,391.92,127.869,-3,1,49.385,1,-3,189.062,1,121.448,15.015999999999998,4,4,4,6,7,4,,298.922,4,6,4,4,4,6,I was told to assume I trusted it for those questions,199.644,2,,35.791,2,7,3,4,1,5,6,20.682,4,4,3,3,3,5,11,11,,31.397,4,5,5,3,5,4,24.485,4,,5.3870000000000005,1.0,1976.0,Florida,2.0,2.0,1.0,,7.0,,,4.0,4.0,1.0,146.192,62951acd624dba0f4429d988,"{""startTime"":1678932996376,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":82941},{""label"":""window_focused"",""time"":168765}]}","{""startTime"":1678933296392,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":1471,""label"":""hovered"",""timeHovered"":1229,""week"":""2021-11-29""},{""time"":2710,""label"":""hovered"",""timeHovered"":86557,""week"":""2021-11-29""},{""time"":92630,""label"":""hovered"",""timeHovered"":50830,""week"":""2021-11-08""}]}","{""startTime"":1678932730265,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":11132,""label"":""hovered"",""timeHovered"":1515,""week"":""2021-09-06""},{""time"":13330,""label"":""hovered"",""timeHovered"":2517,""week"":""2021-09-20""},{""time"":18198,""label"":""hovered"",""timeHovered"":1032,""week"":""2021-09-20""},{""time"":19528,""label"":""hovered"",""timeHovered"":1983,""week"":""2021-07-19""},{""time"":28273,""label"":""tour_next"",""step"":5},{""time"":79457,""label"":""started_brush"",""startDate"":""2021-05-30"",""endDate"":""2021-06-30""},{""time"":81149,""label"":""tour_next"",""step"":5},{""time"":97667,""label"":""moved_brush"",""startDate"":""2021-05-30"",""endDate"":""2021-06-18""},{""time"":99504,""label"":""tour_next"",""step"":5},{""time"":108594,""label"":""cleared_brush"",""using"":""click""},{""time"":110721,""label"":""tour_next"",""step"":5},{""time"":119111,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678932980973,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line,0,0,0,Neutral,4.3,0,0,0,0.0,0.0,0,15.0,0.5,0.5,1,1.0,3 +2023-03-15 22:20:23,2023-03-15 22:36:51,0,100,988,1,2023-03-15 22:36:52,R_2zGSDca8S3TEXz1,28.2365,-82.3289,EN,1,24.145,1.0,2.0,2.0,7.1579999999999995,15.015999999999998,86,86,13,60.051,59.777,1,1,120.101,-2,1,58.193999999999996,1,100.804,15.019,4,3,5,6,7,5,Thank you.,70.083,3,6,5,6,5,5,"I would need a little more information to say that I absolutely ""trust this visualization.""",57.532,4,Thank you.,18.752,2,7,3,4,1,5,6,35.25,2,3,2,2,3,5,8,5,,28.473000000000003,3,4,4,1,3,3,46.6,1,2.0,24.873,2.0,1970.0,Florida,3.0,2.0,1.0,,9.0,,Snellville,7.0,4.0,1.0,85.765,5e1b5ab486a44538d261922c,"{""startTime"":1678933672502,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933523957,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933389648,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":12926,""label"":""hovered"",""timeHovered"":1309,""week"":""2021-08-09""},{""time"":17202,""label"":""hovered"",""timeHovered"":1515,""week"":""2022-01-03""},{""time"":28978,""label"":""hovered"",""timeHovered"":3464,""week"":""2022-01-10""},{""time"":32744,""label"":""hovered"",""timeHovered"":1265,""week"":""2021-12-13""},{""time"":34278,""label"":""hovered"",""timeHovered"":2096,""week"":""2021-10-04""},{""time"":37317,""label"":""hovered"",""timeHovered"":1590,""week"":""2022-01-24""},{""time"":38991,""label"":""hovered"",""timeHovered"":1682,""week"":""2022-02-07""},{""time"":46158,""label"":""tour_next"",""step"":2},{""time"":52826,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933508448,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line,1,0,0,Negative,3.0,0,0,0,0.0,0.0,0,15.0,1.0,0.5,1,0.5,2 +2023-03-15 22:24:26,2023-03-15 22:37:01,0,100,754,1,2023-03-15 22:37:01,R_3shOC6Sx21Ydc3y,42.2739,-89.0474,EN,1,66.025,,,,,15.015999999999998,50,0,50,19.942,66.95,-1,1,59.963,-3,-3,169.84900000000002,-1,57.802,15.01,4,1,4,1,1,4,,23.166,1,2,1,1,1,4,I don't know the source or the purpose.,25.083000000000002,1,,10.448,2,7,3,4,1,5,6,21.401,1,2,1,2,1,1,10,10,,26.903000000000002,2,1,2,4,2,2,27.846,1,,9.441,2.0,1966.0,Illinois,4.0,2.0,1.0,,7.0,,,7.0,4.0,1.0,87.51799999999999,5ee2e7bf21501a83d55642cd,"{""startTime"":1678933828573,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933852315,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933575142,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":22,""label"":""tour_started""},{""time"":17850,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2683,""week"":""51"",""id"":""chart""},{""time"":20617,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2132,""week"":""52"",""id"":""chart""},{""time"":22783,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1134,""week"":""1"",""id"":""chart""},{""time"":26457,""label"":""tour_next"",""step"":2},{""time"":32876,""label"":""tour_end"",""step"":2},{""time"":41584,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2900,""week"":""52"",""id"":""chart""},{""time"":46133,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5114,""week"":""22"",""id"":""chart""},{""time"":51891,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3549,""week"":""22"",""id"":""chart""},{""time"":56520,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1359,""week"":""1"",""id"":""chart""},{""time"":57922,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6858,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678933813040,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":13429,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1294,""week"":""49"",""id"":""chart""}]}",0,moderate,bar,1,0,0,Negative,2.2,0,1,1,1.294,1.294,0,15.0,0.5,0.0,0,0.0,2 +2023-03-15 22:14:15,2023-03-15 22:37:46,0,100,1411,1,2023-03-15 22:37:47,R_2wvFtKyf6MgL5ON,42.8003,-85.7093,EN,1,54.88399999999999,,,,,15.01,80,100,90,37.796,61.105,1,1,166.67,-1,1,67.84899999999999,1,110.428,15.073,6,6,4,6,6,6,none,94.555,6,7,7,1,1,7,I dont know why anyone would lie about this data. Maybe a pesticide company would... I have no reason not to. Idon't know enough about pests to say what is reliable or isn't. ,49.145,6,none,30.621,2,7,3,4,1,5,6,35.47,1,7,7,8,1,4,9,10,none,47.674,2,3,3,3,3,3,76.26899999999999,4,,34.246,2.0,1993.0,Michigan,6.0,1.0,1.0,,7.0,,,13.0,3.0,1.0,146.834,62fb85a89ccb1ac663b54783,"{""startTime"":1678933371715,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933219305,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933039679,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":335,""label"":""tour_started""},{""time"":12635,""label"":""tour_next"",""step"":2},{""time"":24478,""label"":""tour_end"",""step"":2},{""time"":29693,""label"":""hovered"",""timeHovered"":2479,""week"":""2021-12-20""},{""time"":34884,""label"":""hovered"",""timeHovered"":1723,""week"":""2022-01-10""},{""time"":37125,""label"":""hovered"",""timeHovered"":1970,""week"":""2021-11-15""},{""time"":53602,""label"":""hovered"",""timeHovered"":5597,""week"":""2022-01-10""}]}","{""startTime"":1678933191849,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,line,1,0,0,Negative,2.8,0,0,0,0.0,0.0,0,15.0,1.0,0.5,1,0.5,2 +2023-03-15 22:24:31,2023-03-15 22:37:51,0,100,799,1,2023-03-15 22:37:52,R_31Mz4kZaaUfVOmB,38.2539,-85.76,EN,1,19.003,,,,,15.011,77,78,78,36.79,139.756,1,1,52.821000000000005,1,1,56.96,1,80.939,15.118,5,4,5,3,3,5,,52.918,5,5,5,2,4,5,I think I get the gist of it. I have no reason to distrust it.,45.394,3,,9.177999999999999,2,7,3,4,1,5,6,26.464000000000002,6,9,7,2,10,1,10,10,,24.104,2,2,3,4,2,2,25.906,1,,6.093,1.0,1964.0,Kentucky,8.0,2.0,1.0,,7.0,,,7.0,3.0,1.0,129.989,62ed458d61ebd1930833e95a,"{""startTime"":1678933866408,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933790274,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933552993,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":26801,""label"":""hovered"",""timeHovered"":4283,""week"":""2022-01-10""},{""time"":32617,""label"":""hovered"",""timeHovered"":1267,""week"":""2022-01-31""},{""time"":35334,""label"":""hovered"",""timeHovered"":1866,""week"":""2022-02-07""},{""time"":40152,""label"":""tour_next"",""step"":5},{""time"":72609,""label"":""started_brush"",""startDate"":""2021-11-08"",""endDate"":""2022-02-08""},{""time"":73824,""label"":""tour_next"",""step"":5},{""time"":90745,""label"":""moved_brush"",""startDate"":""2021-12-20"",""endDate"":""2022-02-08""},{""time"":91728,""label"":""tour_next"",""step"":5},{""time"":109653,""label"":""cleared_brush"",""using"":""click""},{""time"":109655,""label"":""cleared_brush"",""using"":""Escape""},{""time"":113879,""label"":""tour_next"",""step"":5},{""time"":120839,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678933774611,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line,0,1,0,Positive,2.5,0,0,0,0.0,0.0,0,15.0,1.0,1.0,1,1.0,3 +2023-03-15 22:19:54,2023-03-15 22:37:54,0,100,1079,1,2023-03-15 22:37:55,R_1CmsvA3z2AxeZDF,36.1506,-115.1805,EN,1,22.680999999999997,1.0,2.0,1.0,8.766,15.005999999999998,100,100,29,26.733,51.693000000000005,1,1,55.538000000000004,1,-3,74.718,1,70.183,15.009,7,6,7,7,7,7,,20.526999999999997,6,7,7,6,6,7,"Barring political interference, I trust the CDC to provide reliable data based on actual numbers available on infections. ",31.329,4,,116.152,2,7,3,4,1,5,6,150.863,6,6,4,5,6,5,9,6,,58.589,3,4,4,1,4,4,107.335,2,1.0,14.987,2.0,1976.0,Nevada,6.0,2.0,1.0,,1.0,,,4.0,3.0,1.0,76.442,60c433a4f78e97b5ef1ce71b,"{""startTime"":1678933475954,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933424867,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933281861,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":49,""label"":""tour_started""},{""time"":11691,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2316,""week"":""49"",""id"":""chart""},{""time"":16005,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1863,""week"":""6"",""id"":""chart""},{""time"":19300,""label"":""tour_next"",""step"":2},{""time"":25838,""label"":""tour_end"",""step"":2},{""time"":26616,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2106,""week"":""1"",""id"":""chart""},{""time"":29804,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3304,""week"":""52"",""id"":""chart""},{""time"":42116,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3012,""week"":""23"",""id"":""chart""}]}","{""startTime"":1678933409328,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":8040,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1201,""week"":""49"",""id"":""chart""}]}",1,moderate,bar,1,0,0,Positive,3.3,0,1,1,1.2009999999999998,1.2009999999999998,0,15.0,1.0,0.5,1,0.5,2 +2023-03-15 22:26:23,2023-03-15 22:37:58,0,100,694,1,2023-03-15 22:37:58,R_AHUPEBq2Ykyz3Nf,40.3062,-76.8841,EN,1,7.641,,,,,15.115,80,96,96,32.33,22.901,1,1,47.663999999999994,-3,-3,70.40899999999999,1,84.353,15.01,6,6,6,6,7,6,,51.016999999999996,6,7,6,2,2,6,The visualization seems to portray accurate information in a precise way which makes me trust it. ,21.076999999999998,4,,57.193000000000005,2,7,3,4,1,5,6,21.258000000000003,4,4,5,10,4,6,10,9,,22.039,5,5,5,1,5,5,56.181999999999995,3,,3.429,1.0,1998.0,Pennsylvania,2.0,1.0,1.0,,3.0,,,7.0,2.0,1.0,92.67200000000001,5ae3a41d32ef52000131a531,"{""startTime"":1678933803892,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":33501},{""label"":""window_focused"",""time"":38066}]}","{""startTime"":1678933733777,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":4679},{""label"":""window_focused"",""time"":16265}]}","{""startTime"":1678933646513,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":12447,""label"":""tour_next"",""step"":2},{""time"":18784,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933718302,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,bar,0,2,0,Positive,4.3,0,0,0,0.0,0.0,0,15.0,1.0,0.0,1,1.0,1 +2023-03-15 22:29:29,2023-03-15 22:38:53,0,100,563,1,2023-03-15 22:38:53,R_9RZ2sZEmq5SYGTD,32.749,-96.4629,EN,1,30.401,,,,,15.01,100,14,33,15.702,66.592,1,1,68.58,-3,1,59.56100000000001,1,42.582,15.008,6,6,6,2,7,6,,24.237,6,2,4,1,1,5,It just seems reliable. I doubt someone would make a detailed chart with fake data.,32.405,2,,7.417000000000001,2,7,3,4,1,5,6,20.202,6,7,1,6,4,7,9,10,,20.923000000000002,2,1,1,5,3,1,35.022,2,,4.7010000000000005,1.0,2004.0,Texas,2.0,2.0,1.0,,3.0,,,3.0,2.0,2.0,50.832,63d43839677cd9a315302808,"{""startTime"":1678934021414,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933969060,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":521,""label"":""cleared_brush"",""using"":""click""}]}","{""startTime"":1678933842750,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":37,""label"":""tour_started""},{""time"":11579,""label"":""tour_next"",""step"":5},{""time"":30655,""label"":""started_brush"",""startDate"":""2021-05-23"",""endDate"":""2021-09-02""},{""time"":31652,""label"":""tour_next"",""step"":5},{""time"":40565,""label"":""moved_brush"",""startDate"":""2021-11-03"",""endDate"":""2022-02-13""},{""time"":41596,""label"":""tour_next"",""step"":5},{""time"":47435,""label"":""cleared_brush"",""using"":""click""},{""time"":47447,""label"":""cleared_brush"",""using"":""Escape""},{""time"":48975,""label"":""tour_next"",""step"":5},{""time"":55990,""label"":""tour_end"",""step"":5},{""time"":60582,""label"":""started_brush"",""startDate"":""2021-07-15"",""endDate"":""2021-10-16""}]}","{""startTime"":1678933953227,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line,1,0,0,Positive,2.2,0,0,0,0.0,0.0,0,15.0,1.0,0.5,1,1.0,3 +2023-03-15 22:30:42,2023-03-15 22:39:09,0,100,507,1,2023-03-15 22:39:09,R_BPOhVYsg0W01dvj,35.6854,-88.8281,EN,1,3.7439999999999998,,,,,15.019,94,45,87,16.589000000000002,40.826,-2,1,52.688,-3,-3,62.00899999999999,-1,37.325,15.122,4,3,4,3,5,5,,27.315,1,5,6,1,1,3,I do not know all the circumstances,20.799,6,,6.882999999999999,2,7,3,4,1,5,6,18.834,7,7,11,7,2,8,9,8,,21.125,4,5,4,1,4,5,20.245,6,,4.644,1.0,1960.0,Tennessee,6.0,2.0,1.0,,7.0,,,7.0,2.0,1.0,80.55,5f82567f1e720a3842580d23,"{""startTime"":1678934000836,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934051304,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933890586,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":15352,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2712,""week"":""51"",""id"":""chart""},{""time"":18777,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3224,""week"":""52"",""id"":""chart""},{""time"":22716,""label"":""tour_next"",""step"":2},{""time"":28249,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5630,""week"":""52"",""id"":""chart2""},{""time"":34356,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933985012,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":6718,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1086,""week"":""1"",""id"":""chart""},{""time"":10683,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1759,""week"":""52"",""id"":""chart""}]}",0,simple,bar,1,0,0,Negative,3.8,0,2,2,2.845,1.4225,3965,15.0,0.5,0.0,0,0.5,1 +2023-03-15 22:28:34,2023-03-15 22:39:12,0,100,638,1,2023-03-15 22:39:13,R_3dXpVsKXHBEZ6YW,38.0551,-97.9323,EN,1,11.142000000000001,,,,,15.107999999999999,24,23,75,26.441999999999997,69.703,-2,1,49.755,-3,-3,94.48899999999999,-2,40.226,15.009,4,4,4,4,6,4,,32.179,5,6,6,4,4,5,Can you fully trust something that you just saw once?,62.463,6,,12.624,2,7,3,4,1,5,6,26.25,8,8,9,8,7,7,9,9,,19.347,4,4,4,2,5,4,32.501999999999995,1,,7.17,2.0,1955.0,Kansas,4.0,1.0,1.0,,7.0,,,4.0,2.0,1.0,56.47,638476f72ab8021be345e3ac,"{""startTime"":1678933968038,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934001213,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933786630,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":19,""label"":""tour_started""},{""time"":12437,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4266,""week"":""35"",""id"":""chart""},{""time"":16719,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1735,""week"":""34"",""id"":""chart""},{""time"":19022,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2147,""week"":""1"",""id"":""chart""},{""time"":21270,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3567,""week"":""50"",""id"":""chart""},{""time"":25071,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1615,""week"":""1"",""id"":""chart""},{""time"":28821,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1265,""week"":""29"",""id"":""chart""},{""time"":33623,""label"":""tour_next"",""step"":2},{""time"":43423,""label"":""tour_end"",""step"":2},{""time"":44574,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2844,""week"":""1"",""id"":""chart""},{""time"":47772,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1830,""week"":""4"",""id"":""chart""},{""time"":50046,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1757,""week"":""5"",""id"":""chart""},{""time"":53550,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2253,""week"":""23"",""id"":""chart""},{""time"":57289,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1890,""week"":""24"",""id"":""chart""},{""time"":59645,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2174,""week"":""14"",""id"":""chart""},{""time"":63352,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1701,""week"":""6"",""id"":""chart""}]}","{""startTime"":1678933952100,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,bar,1,0,0,Negative,3.8,0,0,0,0.0,0.0,0,15.0,0.5,0.0,0,0.0,2 +2023-03-15 22:26:44,2023-03-15 22:39:16,0,100,752,1,2023-03-15 22:39:16,R_OChBiqyd1QnjAsh,45.7659,-87.089,EN,1,5.319,1.0,4.0,2.0,11.780999999999999,15.01,100,100,63,14.915,42.244,1,1,85.86399999999999,1,1,79.8,1,82.691,15.017000000000001,7,6,7,7,7,7,I have a lot of trust in this data given the source of it is from the CDC,50.821999999999996,7,7,7,7,6,7,"It's detailed, provides information as to the source of which the data comes from, and is easy to understand.",43.105,6,I try to trust people until they give me a reason not to,31.076,2,7,3,4,1,5,6,41.676,4,3,6,5,7,3,11,10,,29.761999999999997,5,5,5,1,5,5,24.581999999999997,1,1.0,21.424,1.0,1984.0,Michigan,6.0,3.0,1.0,,8.0,COMSTOCK PARK,,5.0,4.0,1.0,101.251,5f877e0715f8781a0c7c3ab8,"{""startTime"":1678933875849,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933813252,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933667132,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":47,""label"":""tour_started""},{""time"":20273,""label"":""tour_next"",""step"":2},{""time"":26900,""label"":""tour_end"",""step"":2},{""time"":31604,""label"":""hovered"",""timeHovered"":4081,""week"":""2021-06-14""}]}","{""startTime"":1678933797172,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":11963,""label"":""hovered"",""timeHovered"":2388,""week"":""2022-01-17""}]}",1,simple,line,1,1,0,Positive,4.3,0,1,1,2.388,2.388,0,15.0,1.0,1.0,1,1.0,1 +2023-03-15 22:29:57,2023-03-15 22:41:00,0,100,663,1,2023-03-15 22:41:01,R_1FLY9YhxDJSvZkK,39.7427,-104.8129,EN,1,12.302999999999999,,,,,15.186,66,65,58,25.655,25.794,1,1,51.645,-2,1,50.648,-1,50.626999999999995,15.050999999999998,5,5,4,5,5,5,,38.897,3,5,5,2,1,5,I don't have any contradictory information.,29.674,4,,16.099,2,7,3,4,1,5,6,33.3,2,1,5,4,1,7,7,4,,39.211999999999996,4,4,5,2,4,4,45.161,7,,17.027,1.0,1966.0,Colorado,6.0,2.0,1.0,,7.0,,,1.0,4.0,1.0,75.369,639e0331bc3cc615f5a3dd89,"{""startTime"":1678933993768,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934036702,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933897292,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":88,""label"":""tour_started""},{""time"":15535,""label"":""tour_next"",""step"":2},{""time"":21525,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933976730,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,line,0,1,0,Positive,3.8,0,0,0,0.0,0.0,0,15.0,1.0,0.5,0,0.5,2 +2023-03-15 22:31:20,2023-03-15 22:41:07,0,100,587,1,2023-03-15 22:41:08,R_1erUejSPMywhuXZ,38.580999999999996,-121.4939,EN,1,11.059000000000001,2.0,,2.0,3.64,15.013,74,93,50,21.398000000000003,30.201999999999998,1,-1,38.978,-2,1,45.82,1,57.705,15.01,5,4,5,6,6,4,,30.05,4,6,4,1,1,4,"I do not really trust the CDC for data anymore, but I trust that the data is not too far from the truth. ",59.943999999999996,2,,9.134,2,7,3,4,1,5,6,19.859,3,2,1,4,2,6,6,7,,22.375999999999998,4,4,5,4,3,4,23.078000000000003,7,2.0,13.262,1.0,1961.0,California,3.0,1.0,1.0,,7.0,,,6.0,4.0,2.0,115.382,5e16c978783225c8108ef055,"{""startTime"":1678934039250,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934070158,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933946551,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":13267,""label"":""tour_next"",""step"":2},{""time"":18011,""label"":""tour_end"",""step"":2},{""time"":18927,""label"":""hovered"",""timeHovered"":6141,""week"":""2022-01-03""},{""time"":27007,""label"":""hovered"",""timeHovered"":1389,""week"":""2021-10-18""}]}","{""startTime"":1678934023552,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7651,""label"":""hovered"",""timeHovered"":3109,""week"":""2022-01-10""}]}",1,moderate,line,1,1,0,Positive,4.0,0,1,1,3.109,3.109,0,15.0,0.5,0.5,1,0.5,2 +2023-03-15 22:24:36,2023-03-15 22:41:08,0,100,992,1,2023-03-15 22:41:09,R_3lFABJTS7LxZLqQ,40.5992,-77.5768,EN,1,75.961,,,,,15.112,77,20,33,13.299000000000001,183.646,1,1,58.232,-2,1,92.773,1,68.553,15.02,6,6,6,5,7,6,,47.67100000000001,6,6,5,2,2,6,It appears to be well done and from a credible source.,44.028999999999996,5,,12.275,2,7,3,4,1,5,6,39.339,2,3,11,10,1,9,9,10,,24.259,2,3,3,4,3,2,57.805,4,,7.456,1.0,1969.0,Pennsylvania,5.0,1.0,1.0,,9.0,,LEWISTOWN,10.0,4.0,1.0,143.96,5fb96b9798cd084465b0bf36,"{""startTime"":1678933869872,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933918718,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933600767,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":17,""label"":""tour_started""},{""time"":52805,""label"":""tour_next"",""step"":5},{""time"":121033,""label"":""started_brush"",""startDate"":""2021-08-02"",""endDate"":""2021-09-13""},{""time"":122952,""label"":""tour_next"",""step"":5},{""time"":134001,""label"":""started_brush"",""startDate"":""2021-07-15"",""endDate"":""2021-12-13""},{""time"":138326,""label"":""moved_brush"",""startDate"":""2021-05-08"",""endDate"":""2021-10-06""},{""time"":139494,""label"":""tour_next"",""step"":5},{""time"":153829,""label"":""moved_brush"",""startDate"":""2021-05-08"",""endDate"":""2021-10-06""},{""time"":154229,""label"":""moved_brush"",""startDate"":""2021-05-08"",""endDate"":""2021-10-06""},{""time"":154645,""label"":""moved_brush"",""startDate"":""2021-05-08"",""endDate"":""2021-10-06""},{""time"":155914,""label"":""cleared_brush"",""using"":""click""},{""time"":157440,""label"":""tour_next"",""step"":5},{""time"":181093,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678933854202,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line,2,0,0,Positive,2.8,0,0,0,0.0,0.0,0,15.0,1.0,0.5,1,1.0,3 +2023-03-15 22:19:38,2023-03-15 22:41:11,0,100,1293,1,2023-03-15 22:41:12,R_2R1VCX5ioj1qAiJ,40.4625,-79.9461,EN,1,50.505,1.0,4.0,2.0,8.774,15.014000000000001,78,85,64,224.933,149.834,1,1,100.55,-2,1,154.638,-1,59.873000000000005,15.114,6,6,6,7,6,6,,97.603,6,6,6,6,6,6,"I have seen a number of different visualizations of COVID-19 vaccine data , this one is clear into the point. It's very uncluttered which I like.",96.75,5,,11.869000000000002,2,7,3,4,1,5,6,22.802,6,6,5,5,8,4,9,5,,54.724,4,4,5,2,4,4,30.555,1,1.0,12.379000000000001,1.0,1964.0,Pennsylvania,2.0,2.0,1.0,,7.0,,,3.0,2.0,1.0,105.889,62896076149e8f156545884c,"{""startTime"":1678933908515,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933779632,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933511281,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":31,""label"":""tour_started""},{""time"":1657,""label"":""hovered"",""timeHovered"":1691,""week"":""2022-01-10""},{""time"":7336,""label"":""hovered"",""timeHovered"":3699,""week"":""2022-01-03""},{""time"":59968,""label"":""hovered"",""timeHovered"":2394,""week"":""2021-05-03""},{""time"":62801,""label"":""hovered"",""timeHovered"":1946,""week"":""2021-05-17""},{""time"":65152,""label"":""hovered"",""timeHovered"":2013,""week"":""2021-06-07""},{""time"":70168,""label"":""hovered"",""timeHovered"":1649,""week"":""2022-01-03""},{""time"":71889,""label"":""hovered"",""timeHovered"":1312,""week"":""2022-01-03""},{""time"":74253,""label"":""hovered"",""timeHovered"":1466,""week"":""2022-01-03""},{""time"":76009,""label"":""hovered"",""timeHovered"":2695,""week"":""2022-01-03""},{""time"":78809,""label"":""hovered"",""timeHovered"":1579,""week"":""2022-01-03""},{""time"":85759,""label"":""hovered"",""timeHovered"":4516,""week"":""2021-12-27""},{""time"":90369,""label"":""hovered"",""timeHovered"":7525,""week"":""2021-12-27""},{""time"":105779,""label"":""tour_next"",""step"":2},{""time"":142309,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933763753,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":3577,""label"":""hovered"",""timeHovered"":1659,""week"":""2021-08-09""}]}",1,simple,line,0,1,0,Positive,3.8,0,1,1,1.659,1.659,0,15.0,1.0,0.5,0,1.0,1 +2023-03-15 22:21:11,2023-03-15 22:41:13,0,100,1202,1,2023-03-15 22:41:13,R_begFaowzi2mFrKp,39.9792,-75.1279,EN,1,36.56,,,,,15.026,79,34,38,100.54,171.53900000000002,1,-2,64.936,1,1,96.245,-1,34.787,15.145,4,4,4,4,4,4,,92.829,4,4,6,1,1,4,Because I don't know the real source.,67.579,4,,23.318,2,7,3,4,1,5,6,37.175,1,2,6,4,1,4,7,9,,87.764,3,4,4,2,4,3,83.06700000000001,8,,15.335,1.0,1981.0,Pennsylvania,5.0,2.0,1.0,,7.0,,,6.0,2.0,1.0,168.111,6401094035971e9972e06328,"{""startTime"":1678933670226,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":4072,""label"":""started_brush"",""startDate"":""2021-09-17"",""endDate"":""2021-12-30""},{""time"":6174,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-09-06""},{""time"":8022,""label"":""started_brush"",""startDate"":""2021-09-10"",""endDate"":""2022-02-13""},{""time"":10707,""label"":""started_brush"",""startDate"":""2021-04-15"",""endDate"":""2022-02-13""}]}","{""startTime"":1678933763753,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933446434,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":25699,""label"":""hovered"",""timeHovered"":1731,""week"":""2022-01-10""},{""time"":49309,""label"":""tour_next"",""step"":5},{""time"":77588,""label"":""cleared_brush"",""using"":""click""},{""time"":83733,""label"":""started_brush"",""startDate"":""2021-06-04"",""endDate"":""2021-06-18""},{""time"":87800,""label"":""started_brush"",""startDate"":""2021-05-22"",""endDate"":""2022-02-13""},{""time"":88787,""label"":""tour_next"",""step"":5},{""time"":97786,""label"":""moved_brush"",""startDate"":""2021-05-22"",""endDate"":""2022-02-13""},{""time"":99858,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-01-03""},{""time"":102600,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-09-24""},{""time"":103496,""label"":""tour_next"",""step"":5},{""time"":127204,""label"":""moved_brush"",""startDate"":""2021-08-30"",""endDate"":""2022-02-13""},{""time"":128772,""label"":""moved_brush"",""startDate"":""2021-08-30"",""endDate"":""2022-02-13""},{""time"":130445,""label"":""moved_brush"",""startDate"":""2021-09-21"",""endDate"":""2022-02-13""},{""time"":133380,""label"":""cleared_brush"",""using"":""click""},{""time"":133383,""label"":""cleared_brush"",""using"":""Escape""},{""time"":137747,""label"":""tour_next"",""step"":5},{""time"":155569,""label"":""tour_end"",""step"":5},{""time"":163943,""label"":""started_brush"",""startDate"":""2021-05-29"",""endDate"":""2022-01-17""}]}","{""startTime"":1678933654334,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":15435,""label"":""started_brush"",""startDate"":""2021-06-06"",""endDate"":""2022-02-13""}]}",0,complex,line,1,0,0,Negative,3.3,1,1,0,0.0,0.0,0,15.0,0.5,1.0,0,0.0,3 +2023-03-15 22:26:46,2023-03-15 22:41:15,0,100,869,1,2023-03-15 22:41:16,R_cXSC0Pz4llBCZnX,29.8875,-90.0337,EN,1,60.308,,,,,15.110999999999999,96,94,87,38.649,31.14,-3,1,41.849,-3,1,58.431999999999995,1,41.772,15.007,6,4,5,7,6,6,,56.0,6,7,7,5,6,6,"Assuming nobody's lying to me about bugs, the data is presented in a way that makes the issue apparent. ",48.754,5,,19.977,2,7,3,4,1,5,6,19.410999999999998,6,7,6,7,7,6,9,8,,37.084,3,4,4,3,4,3,50.818000000000005,3,,9.304,1.0,1972.0,Maryland,3.0,2.0,1.0,,7.0,,,3.0,3.0,1.0,251.63299999999998,63fa78f21e485a372c6528fa,"{""startTime"":1678933919544,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":1990,""label"":""hovered"",""timeHovered"":2028,""week"":""2022-01-10""}]}","{""startTime"":1678933838879,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":1545,""label"":""hovered"",""timeHovered"":2233,""week"":""2022-01-17""},{""time"":4187,""label"":""hovered"",""timeHovered"":1898,""week"":""2022-01-17""}]}","{""startTime"":1678933732454,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":10415,""label"":""tour_next"",""step"":2},{""time"":15836,""label"":""tour_end"",""step"":2},{""time"":21347,""label"":""hovered"",""timeHovered"":1063,""week"":""2022-01-10""},{""time"":23764,""label"":""hovered"",""timeHovered"":4652,""week"":""2022-01-31""}]}","{""startTime"":1678933823204,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,line,1,1,0,Positive,3.5,0,0,0,0.0,0.0,0,15.0,0.5,0.5,1,0.5,2 +2023-03-15 22:21:01,2023-03-15 22:41:22,0,100,1220,1,2023-03-15 22:41:23,R_12gUl6UCpHLMxBL,32.853,-79.9876,EN,1,60.108999999999995,,,,,15.061,89,56,68,79.19800000000001,151.725,1,1,48.67100000000001,-3,1,80.62,1,64.665,15.009,4,4,6,3,6,6,,49.111000000000004,5,6,6,2,2,6,The source is a govenment office which for this kind of information would likely be dependable and trustworthy. ,199.847,6,None,15.238,2,7,3,4,1,5,6,38.361999999999995,2,7,6,8,8,6,10,10,None,42.486999999999995,4,5,5,2,4,5,36.016999999999996,2,,66.183,1.0,1964.0,South Carolina,8.0,1.0,1.0,,7.0,,,9.0,4.0,1.0,161.744,5e059d2bb1fb05fd1f841142,"{""startTime"":1678933668088,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933757134,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933434568,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":41,""label"":""tour_started""},{""time"":24186,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1841,""week"":""44"",""id"":""chart""},{""time"":33734,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1500,""week"":""1"",""id"":""chart""},{""time"":36235,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2811,""week"":""51"",""id"":""chart""},{""time"":46067,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2644,""week"":""4"",""id"":""chart""},{""time"":65605,""label"":""tour_next"",""step"":5},{""time"":102928,""label"":""started_brush"",""startDate"":""2021-08-31"",""endDate"":""2021-10-01""},{""time"":111500,""label"":""tour_next"",""step"":5},{""time"":122894,""label"":""moved_brush"",""startDate"":""2021-08-01"",""endDate"":""2021-10-01""},{""time"":126847,""label"":""tour_next"",""step"":5},{""time"":134860,""label"":""cleared_brush"",""using"":""Click""},{""time"":138049,""label"":""tour_next"",""step"":5},{""time"":147170,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678933652398,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,bar,1,0,0,Positive,4.2,0,0,0,0.0,0.0,0,15.0,1.0,0.5,1,1.0,3 +2023-03-15 22:27:58,2023-03-15 22:42:05,0,100,846,1,2023-03-15 22:42:05,R_3RftS8bgsc777dN,45.5645,-122.6447,EN,1,121.741,,,,,15.082,100,100,73,32.330999999999996,56.354,1,1,62.864,-1,1,82.307,1,64.245,15.020999999999999,4,4,4,5,5,4,,42.162,4,6,6,2,5,4,because I don't know enough about this topic or who came up with the data to know if I can trust this visualization.,58.735,1,,10.204,2,7,3,4,1,5,6,25.125999999999998,1,1,5,3,2,1,9,6,,34.191,1,1,1,4,2,1,46.867,1,,8.102,2.0,1972.0,Oregon,6.0,1.0,1.0,,7.0,,,6.0,4.0,1.0,94.073,5e4a59b502b78f4a232c0cff,"{""startTime"":1678934095222,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933996679,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933860522,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":5240,""label"":""hovered"",""timeHovered"":2353,""week"":""2022-01-03""},{""time"":38583,""label"":""tour_next"",""step"":2},{""time"":48998,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933980828,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":12434,""label"":""hovered"",""timeHovered"":1575,""week"":""2022-01-03""}]}",0,simple,line,1,0,0,Negative,1.7,0,1,1,1.575,1.575,0,15.0,1.0,0.5,1,1.0,1 +2023-03-15 22:31:55,2023-03-15 22:42:11,0,100,615,1,2023-03-15 22:42:12,R_Ce7IFOa8kyHv04h,39.6343,-77.7337,EN,1,17.164,1.0,4.0,2.0,4.482,15.005999999999998,100,100,20,25.054000000000002,33.97,1,1,52.891000000000005,-2,-3,120.338,1,40.319,15.012,6,6,6,6,6,6,,35.935,6,6,6,5,6,6,I trust the figures given by the CDC. They have never given me a reason not to trust them.,29.174,5,,7.011,2,7,3,4,1,5,6,21.618000000000002,2,2,9,9,3,5,10,11,,26.18,3,4,5,2,4,4,32.825,2,1.0,14.083,2.0,1963.0,Maryland,4.0,3.0,1.0,,7.0,,,8.0,4.0,2.0,84.46700000000001,5d63179aa3b94d0001da4bb6,"{""startTime"":1678934157864,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934194205,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933987319,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":11626,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3995,""week"":""43"",""id"":""chart""},{""time"":18654,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4927,""week"":""52"",""id"":""chart""},{""time"":25134,""label"":""tour_next"",""step"":2},{""time"":30982,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678934142414,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":9237,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2057,""week"":""52"",""id"":""chart""}]}",1,moderate,bar,1,0,0,Positive,3.7,0,1,1,2.057,2.057,0,15.0,1.0,0.0,1,0.0,2 +2023-03-15 22:27:09,2023-03-15 22:43:09,0,100,959,1,2023-03-15 22:43:09,R_3dLN2Qa1tD9othi,38.8976,-77.5109,EN,1,5.19,,,,,15.019,93,81,59,48.058,142.092,1,1,103.98200000000001,-3,-3,104.25,1,164.852,15.119000000000002,5,5,5,5,5,5,none,35.329,5,5,5,4,5,5,because it illustrates relevant information but has alot on one graph to make sense of ,67.509,4,none,16.043,2,7,3,4,1,5,6,26.46,2,6,2,3,3,4,9,7,none,44.185,3,3,3,3,3,3,25.065,3,,6.2,2.0,1982.0,Virginia,7.0,3.0,1.0,,2.0,,,17.0,2.0,2.0,78.906,5ee09c1a0c2ad1027f541f53,"{""startTime"":1678934137521,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678934030286,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933706339,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":32,""label"":""tour_started""},{""time"":21414,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2449,""week"":""2"",""id"":""chart""},{""time"":24263,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7627,""week"":""51"",""id"":""chart""},{""time"":32828,""label"":""tour_next"",""step"":5},{""time"":50338,""label"":""started_brush"",""startDate"":""2021-06-15"",""endDate"":""2021-08-22""},{""time"":53995,""label"":""cleared_brush"",""using"":""Click""},{""time"":54829,""label"":""tour_next"",""step"":5},{""time"":65536,""label"":""cleared_brush"",""using"":""Click""},{""time"":75061,""label"":""cleared_brush"",""using"":""Click""},{""time"":85660,""label"":""started_brush"",""startDate"":""2021-10-07"",""endDate"":""2022-02-03""},{""time"":101998,""label"":""moved_brush"",""startDate"":""2021-10-11"",""endDate"":""2022-02-07""},{""time"":103162,""label"":""tour_next"",""step"":5},{""time"":111532,""label"":""cleared_brush"",""using"":""Click""},{""time"":112874,""label"":""tour_next"",""step"":5},{""time"":118833,""label"":""tour_end"",""step"":5},{""time"":126067,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4262,""week"":""6"",""id"":""chart""},{""time"":131488,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8338,""week"":""34"",""id"":""chart""}]}","{""startTime"":1678934014525,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":4313,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1125,""week"":""1"",""id"":""chart""},{""time"":12157,""label"":""started_brush"",""startDate"":""2021-06-08"",""endDate"":""2021-11-16""},{""time"":13868,""label"":""cleared_brush"",""using"":""Click""}]}",0,complex,bar,1,1,0,Neutral,3.0,1,3,1,1.125,1.125,9555,15.0,1.0,0.0,1,1.0,3 +2023-03-15 22:30:16,2023-03-15 22:43:20,0,100,783,1,2023-03-15 22:43:20,R_3fmAd6LQEV9hCRH,33.7657,-84.2951,EN,1,9.552,1.0,2.0,2.0,8.088,15.015999999999998,91,78,33,40.192,55.381,-2,-1,77.23899999999999,-1,-1,43.448,-2,24.807,15.015,5,5,4,3,5,4,,53.87,4,4,5,5,5,4,Not sure of the source of the data.,18.991,5,,13.105,2,7,3,4,1,5,6,36.454,8,8,8,8,8,8,8,8,,25.090999999999998,4,4,4,2,4,4,47.568999999999996,3,1.0,19.672,2.0,1972.0,Georgia,5.0,2.0,1.0,,3.0,,,7.0,3.0,1.0,180.238,60bd3949b6f6d9c3453e8def,"{""startTime"":1678934083607,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934138999,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933933958,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":36,""label"":""tour_started""},{""time"":27470,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3814,""week"":""14"",""id"":""chart""},{""time"":33971,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3998,""week"":""6"",""id"":""chart""},{""time"":39849,""label"":""tour_next"",""step"":2},{""time"":51511,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678934067833,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar,1,0,0,Negative,3.7,0,0,0,0.0,0.0,0,15.0,0.0,0.0,0,0.0,1 +2023-03-15 22:16:56,2023-03-15 22:43:38,0,100,1602,1,2023-03-15 22:43:39,R_0JaAw2MiBALHt2V,38.768,-121.3349,EN,1,23.375999999999998,1.0,2.0,1.0,13.245,15.02,50,86,50,29.701,71.825,-1,-1,121.896,1,1,102.50399999999999,-1,44.464,15.115,4,1,2,5,4,2,"Apart from the case counts being highly questionable, there's additional data about seriousness and outcomes missing. If you wanted to actually understand what was happening you'd probably have to break down ""vaccinated"" better and include information about repeat cases in both groups.",102.64200000000001,2,6,6,2,2,6,"I don't especially, I was told to rate it based on the assumption that I trusted the data. The data is incomplete as presented (just case counts) and the case count numbers are notoriously incomplete themselves. That being said, the visualization is adequate, it doesn't do any tricks like altering the baseline, and it shows (sort of) error bars.",113.51100000000001,4,"The previous two pages' questions were a complete hash. The first page had two questions about the monthly count of vaccinated and unvaccinated cases and the chart was weekly cases. The counts given as choices were in the first case FAR under the count (looked like 8500 adding up weekly cases based on the chart), and in the second case they wanted the February numbers and only half of February was on the chart. On the second page (immediately prior to this one), the question was regarding the cases in an age group for December 2022 - the chart showed early 2021 to *early* 2022, the month in question was not on the chart. I mean, this might have been intentional, and bravo if it was I guess, but it seems like a series of typos.",196.71099999999998,2,7,3,4,1,5,6,15.124,2,3,6,4,2,6,6,7,nah,54.775,4,4,5,2,5,5,38.811,6,3.0,28.246,1.0,1971.0,California,3.0,3.0,1.0,,7.0,,,5.0,2.0,1.0,543.867,5bee108b6f2d54000198e0c6,"{""startTime"":1678933459499,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933300470,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":13960,""label"":""hovered"",""timeHovered"":3856,""week"":""2022-01-03""}]}","{""startTime"":1678933109542,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":31053,""label"":""hovered"",""timeHovered"":1967,""week"":""2021-12-20""},{""time"":43326,""label"":""tour_next"",""step"":2},{""time"":47733,""label"":""tour_end"",""step"":2},{""time"":60087,""label"":""hovered"",""timeHovered"":1558,""week"":""2022-01-10""},{""time"":65414,""label"":""hovered"",""timeHovered"":3555,""week"":""2022-01-03""}]}","{""startTime"":1678933284850,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line,0,2,0,Neutral,4.2,0,0,0,0.0,0.0,0,15.0,0.0,1.0,0,1.0,2 +2023-03-15 22:27:01,2023-03-15 22:43:45,0,100,1003,1,2023-03-15 22:43:46,R_1jwdEpTKlR1xa0h,37.9998,-120.3267,EN,1,4.178,,,,,15.007,74,84,68,77.22,207.243,-2,-2,44.101000000000006,-3,1,135.739,-2,40.671,15.015,5,6,6,6,7,5,,60.66,6,7,7,5,4,7,Because it said to pretend that I trust it so I said strongly agree. ,25.228,5,,13.379000000000001,2,7,3,4,1,5,6,19.567,6,7,8,8,4,10,8,9,,42.864,4,4,5,3,4,4,39.047,7,,7.3660000000000005,2.0,1964.0,California,3.0,2.0,1.0,,7.0,,,11.0,2.0,2.0,189.002,62b755ac8d4ceeb1a463c05a,"{""startTime"":1678933992420,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":2535,""label"":""started_brush"",""startDate"":""2021-04-29"",""endDate"":""2021-06-01""},{""time"":13558,""label"":""started_brush"",""startDate"":""2021-10-31"",""endDate"":""2021-12-02""},{""time"":17924,""label"":""started_brush"",""startDate"":""2021-12-31"",""endDate"":""2022-01-25""}]}","{""startTime"":1678934053726,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933727961,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":21,""label"":""tour_started""},{""time"":39050,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3783,""week"":""48"",""id"":""chart""},{""time"":43717,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4150,""week"":""51"",""id"":""chart""},{""time"":48166,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1484,""week"":""1"",""id"":""chart""},{""time"":50877,""label"":""tour_next"",""step"":5},{""time"":71463,""label"":""cleared_brush"",""using"":""Click""},{""time"":90195,""label"":""cleared_brush"",""using"":""Click""},{""time"":92152,""label"":""cleared_brush"",""using"":""Click""},{""time"":92647,""label"":""cleared_brush"",""using"":""Click""},{""time"":93096,""label"":""cleared_brush"",""using"":""Click""},{""time"":97458,""label"":""cleared_brush"",""using"":""Click""},{""time"":98093,""label"":""cleared_brush"",""using"":""Click""},{""time"":98472,""label"":""cleared_brush"",""using"":""Click""},{""time"":101274,""label"":""started_brush"",""startDate"":""2021-10-30"",""endDate"":""2021-12-02""},{""time"":104791,""label"":""tour_next"",""step"":5},{""time"":124872,""label"":""moved_brush"",""startDate"":""2021-08-27"",""endDate"":""2021-09-29""},{""time"":125543,""label"":""tour_next"",""step"":5},{""time"":130976,""label"":""cleared_brush"",""using"":""Click""},{""time"":130976,""label"":""cleared_brush"",""using"":""Escape""},{""time"":133385,""label"":""tour_next"",""step"":5},{""time"":141798,""label"":""tour_end"",""step"":5},{""time"":161914,""label"":""started_brush"",""startDate"":""2021-08-17"",""endDate"":""2021-11-03""},{""time"":174584,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2054,""week"":""38"",""id"":""chart""},{""time"":178525,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1279,""week"":""36"",""id"":""chart""},{""time"":185667,""label"":""started_brush"",""startDate"":""2021-06-04"",""endDate"":""2021-06-29""},{""time"":189288,""label"":""moved_brush"",""startDate"":""2021-06-04"",""endDate"":""2021-06-29""},{""time"":190688,""label"":""cleared_brush"",""using"":""Click""},{""time"":190688,""label"":""cleared_brush"",""using"":""Escape""},{""time"":192796,""label"":""started_brush"",""startDate"":""2021-05-02"",""endDate"":""2021-06-02""},{""time"":201153,""label"":""moved_brush"",""startDate"":""2021-05-02"",""endDate"":""2021-06-02""},{""time"":202733,""label"":""started_brush"",""startDate"":""2021-07-01"",""endDate"":""2021-08-04""}]}","{""startTime"":1678933976779,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":11239,""label"":""started_brush"",""startDate"":""2021-08-30"",""endDate"":""2021-11-01""}]}",0,complex,bar,0,0,0,Neutral,4.0,1,1,0,0.0,0.0,0,15.0,0.0,0.5,0,0.0,3 +2023-03-15 22:25:20,2023-03-15 22:43:50,0,100,1110,1,2023-03-15 22:43:50,R_3ELpGpQSIo14Ecm,37.751999999999995,-87.1514,EN,1,68.559,1.0,4.0,2.0,9.402000000000001,15.01,100,100,18,30.75,141.089,1,1,64.205,-2,1,335.171,-3,166.82299999999998,15.110999999999999,5,4,5,5,2,5,,34.804,6,5,6,5,5,5,I need more information to trust it completely. Where are these numbers coming from?,34.602,2,,9.652999999999999,2,7,3,4,1,5,6,18.505,4,4,2,4,6,3,10,9,,25.296999999999997,3,4,4,2,4,4,22.756,1,2.0,10.484000000000002,2.0,1970.0,Kentucky,6.0,1.0,1.0,,4.0,,,14.0,4.0,2.0,47.306000000000004,60fe250b3984cfdf32c05860,"{""startTime"":1678934048787,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933991310,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933665272,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":22,""label"":""tour_started""},{""time"":15313,""label"":""hovered"",""timeHovered"":4927,""week"":""2021-10-11""},{""time"":29669,""label"":""tour_next"",""step"":5},{""time"":55172,""label"":""started_brush"",""startDate"":""2021-08-07"",""endDate"":""2021-10-16""},{""time"":59497,""label"":""tour_next"",""step"":5},{""time"":83698,""label"":""moved_brush"",""startDate"":""2021-10-06"",""endDate"":""2021-12-14""},{""time"":84913,""label"":""cleared_brush"",""using"":""click""},{""time"":86527,""label"":""tour_next"",""step"":5},{""time"":98609,""label"":""cleared_brush"",""using"":""click""},{""time"":98614,""label"":""cleared_brush"",""using"":""Escape""},{""time"":100525,""label"":""tour_next"",""step"":5},{""time"":110952,""label"":""tour_end"",""step"":5},{""time"":26361,""label"":""hovered"",""timeHovered"":92354,""week"":""2022-01-17""},{""time"":118896,""label"":""hovered"",""timeHovered"":2108,""week"":""2022-01-24""},{""time"":125633,""label"":""hovered"",""timeHovered"":1628,""week"":""2022-01-17""}]}","{""startTime"":1678933975290,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line,1,0,0,Negative,3.5,0,0,0,0.0,0.0,0,15.0,1.0,0.5,0,0.0,3 +2023-03-15 22:35:34,2023-03-15 22:43:57,0,100,502,1,2023-03-15 22:43:57,R_ToRJUpMUImxc22d,40.6994,-73.8883,EN,1,6.194,,,,,15.052999999999999,100,100,1,20.69,45.691,1,1,48.253,1,1,68.493,-1,32.906,15.020999999999999,6,4,2,6,6,6,,23.252,6,7,6,5,5,6,It looks accurately represented and based on real numbers.,24.915,2,,6.559,2,7,3,4,1,5,6,37.904,6,6,5,8,10,6,11,8,,21.886,3,4,5,3,4,4,16.659000000000002,1,,3.55,2.0,1982.0,New York,6.0,2.0,1.0,,2.0,,,11.0,4.0,1.0,65.135,5fb2041681fe9376804e1249,"{""startTime"":1678934359391,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934383466,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934248055,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":29,""label"":""tour_started""},{""time"":14824,""label"":""hovered"",""timeHovered"":4175,""week"":""2021-12-27""},{""time"":22486,""label"":""hovered"",""timeHovered"":1196,""week"":""2021-06-07""},{""time"":24901,""label"":""tour_next"",""step"":2},{""time"":34259,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678934343313,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":10999,""label"":""hovered"",""timeHovered"":1481,""week"":""2022-01-03""},{""time"":12509,""label"":""hovered"",""timeHovered"":2300,""week"":""2021-12-27""}]}",0,simple,line,1,1,0,Positive,3.8,0,2,2,3.781,1.8905,1510,15.0,1.0,1.0,0,1.0,1 +2023-03-15 22:26:41,2023-03-15 22:44:01,0,100,1039,1,2023-03-15 22:44:02,R_WlGVcAxMva6bon7,32.6951,-97.26899999999999,EN,1,387.478,1.0,2.0,1.0,6.513,15.011,40,65,66,29.905,37.989000000000004,1,1,54.43899999999999,1,1,44.172,1,75.10600000000001,15.015999999999998,4,3,4,5,6,3,,27.203000000000003,2,5,4,3,3,3,Hard to know whats real anymore,19.533,4,,10.202,2,7,3,4,1,5,6,23.7,2,2,9,7,2,5,7,9,,71.449,4,3,3,2,4,4,23.021,6,2.0,54.358999999999995,1.0,1984.0,Texas,6.0,2.0,1.0,,7.0,,,13.0,2.0,1.0,76.818,5caa183a9ac82a001631374e,"{""startTime"":1678934215666,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934170759,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934072074,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":13029,""label"":""tour_next"",""step"":2},{""time"":15686,""label"":""tour_end"",""step"":2},{""time"":17592,""label"":""hovered"",""timeHovered"":1564,""week"":""2022-01-10""},{""time"":20707,""label"":""hovered"",""timeHovered"":12177,""week"":""2022-01-03""}]}","{""startTime"":1678934155136,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6896,""label"":""hovered"",""timeHovered"":2669,""week"":""2021-12-27""}]}",1,moderate,line,1,0,0,Negative,3.3,0,1,1,2.6689999999999996,2.6689999999999996,0,15.0,1.0,1.0,1,1.0,2 +2023-03-15 22:26:22,2023-03-15 22:44:03,0,100,1060,1,2023-03-15 22:44:03,R_1Hp18fesRIy6iox,29.0266,-81.3349,EN,1,37.878,1.0,4.0,2.0,20.164,15.117,93,94,50,33.558,59.06399999999999,1,1,91.83200000000001,-3,-3,139.871,1,81.402,15.115,6,3,5,6,6,6,"While I've lost a lot of faith in the CDC, I do believe that they reported the true numbers to the best of their ability.",138.933,5,6,6,6,6,6,This visualizations meshes with the news I was reading during this period of the pandemic.,66.20100000000001,4,,23.564,2,7,3,4,1,5,6,26.059,2,3,8,8,1,7,10,10,,28.569000000000003,4,4,4,2,4,4,26.721999999999998,4,1.0,13.23,2.0,1958.0,Florida,6.0,1.0,1.0,,7.0,,,5.0,4.0,1.0,141.773,5f92002ccc33eb0ff3d749c5,"{""startTime"":1678934012131,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":37833},{""label"":""window_focused"",""time"":63187},{""label"":""window_blurred"",""time"":124415},{""label"":""window_focused"",""time"":135784}]}","{""startTime"":1678933871695,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933703982,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":21,""label"":""tour_started""},{""time"":8502,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1302,""week"":""52"",""id"":""chart""},{""time"":10584,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5761,""week"":""52"",""id"":""chart""},{""time"":18552,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8391,""week"":""6"",""id"":""chart""},{""time"":30537,""label"":""tour_next"",""step"":2},{""time"":37730,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1569,""week"":""35"",""id"":""chart2""},{""time"":41846,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6332,""week"":""52"",""id"":""chart2""},{""time"":48850,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2288,""week"":""6"",""id"":""chart2""},{""time"":54975,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933855753,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":2555,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2852,""week"":""1"",""id"":""chart""},{""time"":5916,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2017,""week"":""6"",""id"":""chart""},{""time"":9997,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2535,""week"":""6"",""id"":""chart""}]}",1,simple,bar,0,1,0,Positive,3.7,0,3,3,7.404,2.468,7442,15.0,1.0,0.0,1,1.0,1 +2023-03-15 22:31:25,2023-03-15 22:44:15,0,100,770,1,2023-03-15 22:44:16,R_vvEVapll2HkwjCx,41.9739,-71.3284,EN,1,28.195,,,,,15.008,72,73,52,47.378,41.104,1,1,78.095,-1,1,95.92200000000001,-1,72.683,15.014000000000001,6,6,5,5,6,4,,33.686,5,4,5,4,4,4,I am not sure if there are other factors we do not know.,41.885,3,,16.403,2,7,3,4,1,5,6,29.201999999999998,7,8,9,10,8,10,10,11,,28.96,3,3,4,3,4,3,39.701,3,,15.419,1.0,1966.0,Massachusetts,6.0,2.0,1.0,,8.0,North Attleboro,,19.0,3.0,2.0,111.54,616f315b5e74ca5b9a1d2ca7,"{""startTime"":1678934125333,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934159806,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933988693,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":14037,""label"":""hovered"",""timeHovered"":1116,""week"":""2021-11-29""},{""time"":16703,""label"":""hovered"",""timeHovered"":1650,""week"":""2022-01-03""},{""time"":20170,""label"":""hovered"",""timeHovered"":3250,""week"":""2022-01-03""},{""time"":27816,""label"":""tour_next"",""step"":2},{""time"":38262,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678934109856,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,line,0,1,0,Neutral,3.3,0,0,0,0.0,0.0,0,15.0,1.0,0.5,0,1.0,1 +2023-03-15 22:32:23,2023-03-15 22:44:23,0,100,719,1,2023-03-15 22:44:23,R_CgKtoqYfKZ1Pfmp,35.7704,-78.6293,EN,1,11.547,,,,,15.126,97,6,0,19.121,195.965,-2,1,87.35600000000001,-3,-3,71.11399999999999,-1,71.697,15.019,4,4,4,3,7,4,,26.94,4,2,1,1,1,4,I have no idea what is being left out of this visualization.,19.625,6,The event of the night that has convinced me to go to sleep...,28.182,2,7,3,4,1,5,6,10.742,3,3,7,7,3,5,9,8,,18.233,5,5,5,1,5,5,18.000999999999998,2,,5.51,2.0,1959.0,North Carolina,7.0,3.0,1.0,,7.0,,,17.0,4.0,1.0,61.285,5a91877e777df200015fa0f5,"{""startTime"":1678934282635,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":26,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1187,""week"":""1"",""id"":""chart""}]}","{""startTime"":1678934309969,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933998576,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":13732,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1005,""week"":""2"",""id"":""chart""},{""time"":15399,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2773,""week"":""52"",""id"":""chart""},{""time"":20369,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1257,""week"":""45"",""id"":""chart""},{""time"":23230,""label"":""tour_next"",""step"":5},{""time"":60511,""label"":""tour_back"",""step"":5},{""time"":62405,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1422,""week"":""2"",""id"":""chart""},{""time"":64894,""label"":""tour_next"",""step"":5},{""time"":85690,""label"":""cleared_brush"",""using"":""Click""},{""label"":""window_blurred"",""time"":105826},{""label"":""window_focused"",""time"":142146},{""time"":143406,""label"":""tour_back"",""step"":5},{""time"":151993,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1408,""week"":""3"",""id"":""chart""},{""time"":155054,""label"":""tour_next"",""step"":5},{""time"":162478,""label"":""started_brush"",""startDate"":""2021-10-02"",""endDate"":""2021-10-09""},{""time"":164559,""label"":""started_brush"",""startDate"":""2021-08-04"",""endDate"":""2021-09-19""},{""time"":166638,""label"":""tour_next"",""step"":5},{""time"":174688,""label"":""moved_brush"",""startDate"":""2021-06-27"",""endDate"":""2021-08-12""},{""time"":175726,""label"":""tour_next"",""step"":5},{""time"":185264,""label"":""cleared_brush"",""using"":""Click""},{""time"":185264,""label"":""cleared_brush"",""using"":""Escape""},{""time"":186279,""label"":""tour_next"",""step"":5},{""time"":190989,""label"":""tour_end"",""step"":5},{""time"":192788,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1834,""week"":""50"",""id"":""chart""}]}","{""startTime"":1678934267268,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":5059,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2150,""week"":""51"",""id"":""chart""},{""time"":8306,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4674,""week"":""46"",""id"":""chart""},{""time"":13305,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1144,""week"":""42"",""id"":""chart""}]}",0,complex,bar,1,1,0,Negative,4.3,0,3,3,7.968,2.656,8246,15.0,0.5,0.0,0,0.0,3 +2023-03-15 22:28:17,2023-03-15 22:44:24,0,100,966,1,2023-03-15 22:44:24,R_30qSBZMmdDITbjT,40.4298,-78.4408,EN,1,21.241,1.0,2.0,2.0,8.793,15.011,19,100,100,38.044000000000004,74.318,1,1,63.901,1,1,69.844,-1,104.54,15.011,3,1,3,6,5,2,,67.422,3,7,3,1,2,6,"Because you told me to assume it's true. I don't really believe it, but I like that it's colorful.",97.495,3,,10.754000000000001,2,7,3,4,1,5,6,26.802,1,1,10,6,1,7,5,3,,25.9,3,3,4,4,2,3,41.852,7,3.0,16.794,2.0,1966.0,Pennsylvania,2.0,2.0,1.0,,9.0,,Duncansville,5.0,1.0,1.0,123.20100000000001,63b3208b1734328e43b42532,"{""startTime"":1678934144205,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":7076},{""label"":""window_focused"",""time"":14518}]}","{""startTime"":1678933933914,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933773154,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":30038,""label"":""tour_next"",""step"":2},{""time"":39606,""label"":""tour_end"",""step"":2},{""time"":40707,""label"":""hovered"",""timeHovered"":2466,""week"":""2022-01-24""},{""time"":43283,""label"":""hovered"",""timeHovered"":2234,""week"":""2022-01-24""},{""time"":45842,""label"":""hovered"",""timeHovered"":1155,""week"":""2022-01-10""},{""time"":47002,""label"":""hovered"",""timeHovered"":9379,""week"":""2022-01-10""},{""time"":60411,""label"":""hovered"",""timeHovered"":2186,""week"":""2021-04-26""},{""time"":65939,""label"":""hovered"",""timeHovered"":1842,""week"":""2022-01-31""}]}","{""startTime"":1678933918320,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line,2,0,0,Neutral,3.2,0,0,0,0.0,0.0,0,15.0,1.0,1.0,0,1.0,2 +2023-03-15 22:27:46,2023-03-15 22:44:31,0,100,1004,1,2023-03-15 22:44:32,R_3kqaEeJ5odI03uq,34.1867,-118.3878,EN,1,5.777,,,,,15.007,86,87,50,36.115,48.958,1,1,117.495,-3,-3,166.502,1,63.271,15.01,6,5,6,5,6,6,,71.589,5,5,4,4,4,6,"Since it's based on scientific data, I don't really see a valid reason not to trust it. ",77.59100000000001,5,,6.325,2,7,3,4,1,5,6,32.685,6,8,9,8,6,8,10,9,,78.84899999999999,2,3,3,2,4,4,17.471,3,,4.1419999999999995,2.0,1963.0,California,5.0,2.0,1.0,,7.0,,,4.0,2.0,1.0,153.201,55bfa58afdf99b339da508c2,"{""startTime"":1678934005742,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933885625,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933701951,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":26,""label"":""tour_started""},{""time"":27370,""label"":""tour_next"",""step"":2},{""time"":28714,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1934,""week"":""52"",""id"":""chart2""},{""time"":31617,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1266,""week"":""49"",""id"":""chart2""},{""time"":41025,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1017,""week"":""31"",""id"":""chart2""},{""time"":46770,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933869709,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,bar,1,0,0,Positive,3.0,0,0,0,0.0,0.0,0,15.0,1.0,0.0,1,1.0,1 +2023-03-15 22:26:18,2023-03-15 22:44:33,0,100,1094,1,2023-03-15 22:44:35,R_3pnZbCCRZQf0r5D,39.5177,-87.1238,EN,1,26.534000000000002,2.0,,2.0,4.476,15.165999999999999,5,100,52,100.21799999999999,106.376,1,1,117.16799999999999,-3,-3,114.389,-2,145.789,15.133,1,1,1,2,1,1,Thank you,46.457,1,2,2,1,1,1,I believe that charts like this misrepresent the truth and present things in an oversimplified way in order to mislead the viewer.,108.919,4,Thank you,15.177,2,7,3,4,1,5,6,27.301,5,2,10,10,2,6,3,6,Thank you,56.67100000000001,3,3,3,3,4,3,26.914,6,3.0,23.768,2.0,1961.0,Indiana,6.0,1.0,1.0,,7.0,,,6.0,2.0,1.0,68.874,56494d5b6902220012c4acb7,"{""startTime"":1678933992211,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934039975,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933747162,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":140,""label"":""tour_started""},{""time"":29285,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6209,""week"":""2"",""id"":""chart""},{""time"":36416,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":12990,""week"":""6"",""id"":""chart""},{""time"":50339,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":11580,""week"":""1"",""id"":""chart""},{""time"":64080,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4883,""week"":""41"",""id"":""chart""},{""time"":72074,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5432,""week"":""23"",""id"":""chart""},{""time"":81238,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7543,""week"":""52"",""id"":""chart""},{""time"":90951,""label"":""tour_next"",""step"":2},{""time"":96803,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933970085,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar,1,0,0,Negative,3.2,0,0,0,0.0,0.0,0,15.0,1.0,0.0,0,0.0,2 +2023-03-15 22:27:24,2023-03-15 22:44:47,0,100,1042,1,2023-03-15 22:44:47,R_ZDB09PyY8b9JkTn,29.5422,-95.3212,EN,1,63.604,1.0,4.0,1.0,11.899000000000001,15.01,100,74,77,29.325,174.08900000000003,1,-2,59.227,-3,1,96.134,1,40.678000000000004,15.011,6,4,5,5,7,6,,79.109,5,6,6,6,3,6,"All of the axes are labeled and I understand what they mean. With the numerical values included, I will not be fooled by the slope of the lines on the graph.",96.946,4,,13.669,2,7,3,4,1,5,6,37.635,6,6,5,4,8,5,10,9,,45.696999999999996,5,5,5,1,4,5,32.973,2,2.0,17.327,1.0,1971.0,Texas,6.0,2.0,1.0,,3.0,,,10.0,2.0,1.0,85.12700000000001,598ba20f716a2c000187ce01,"{""startTime"":1678934229917,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":2463,""label"":""hovered"",""timeHovered"":1337,""week"":""2021-04-26""}]}","{""startTime"":1678934055019,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":2006,""label"":""hovered"",""timeHovered"":3092,""week"":""2021-04-12""},{""time"":8335,""label"":""hovered"",""timeHovered"":1385,""week"":""2021-04-26""},{""time"":11731,""label"":""hovered"",""timeHovered"":1325,""week"":""2022-02-07""}]}","{""startTime"":1678933805326,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":17348,""label"":""hovered"",""timeHovered"":4116,""week"":""2021-08-02""},{""time"":21697,""label"":""hovered"",""timeHovered"":1867,""week"":""2021-08-23""},{""time"":27081,""label"":""hovered"",""timeHovered"":2666,""week"":""2021-06-07""},{""time"":31414,""label"":""hovered"",""timeHovered"":2183,""week"":""2022-01-03""},{""time"":35758,""label"":""tour_next"",""step"":2},{""time"":48640,""label"":""tour_end"",""step"":2},{""time"":55824,""label"":""hovered"",""timeHovered"":1902,""week"":""2021-04-12""},{""time"":57760,""label"":""hovered"",""timeHovered"":2255,""week"":""2021-04-12""},{""time"":65175,""label"":""hovered"",""timeHovered"":1408,""week"":""2021-04-12""},{""time"":66949,""label"":""hovered"",""timeHovered"":6721,""week"":""2021-04-12""},{""time"":73876,""label"":""hovered"",""timeHovered"":5826,""week"":""2021-04-12""},{""time"":79955,""label"":""hovered"",""timeHovered"":1401,""week"":""2021-04-26""},{""time"":82263,""label"":""hovered"",""timeHovered"":1856,""week"":""2021-06-14""},{""time"":84714,""label"":""hovered"",""timeHovered"":1413,""week"":""2021-05-31""},{""time"":86546,""label"":""hovered"",""timeHovered"":4044,""week"":""2021-06-14""},{""time"":90809,""label"":""hovered"",""timeHovered"":3246,""week"":""2021-06-14""},{""time"":94366,""label"":""hovered"",""timeHovered"":3056,""week"":""2021-06-21""},{""time"":97895,""label"":""hovered"",""timeHovered"":3238,""week"":""2021-07-05""},{""time"":102951,""label"":""hovered"",""timeHovered"":2288,""week"":""2021-08-16""},{""time"":108615,""label"":""hovered"",""timeHovered"":2918,""week"":""2021-12-13""},{""time"":111778,""label"":""hovered"",""timeHovered"":2788,""week"":""2021-12-06""},{""time"":115207,""label"":""hovered"",""timeHovered"":3465,""week"":""2021-12-13""},{""time"":118675,""label"":""hovered"",""timeHovered"":1341,""week"":""2021-12-13""},{""time"":121683,""label"":""hovered"",""timeHovered"":1868,""week"":""2022-01-03""},{""time"":124857,""label"":""hovered"",""timeHovered"":2045,""week"":""2022-01-31""},{""time"":127298,""label"":""hovered"",""timeHovered"":1251,""week"":""2022-02-07""},{""time"":128832,""label"":""hovered"",""timeHovered"":1200,""week"":""2022-01-31""},{""time"":137699,""label"":""hovered"",""timeHovered"":1483,""week"":""2021-11-22""},{""time"":142312,""label"":""hovered"",""timeHovered"":1623,""week"":""2021-11-22""},{""time"":144111,""label"":""hovered"",""timeHovered"":1208,""week"":""2021-11-22""},{""time"":146373,""label"":""hovered"",""timeHovered"":1001,""week"":""2021-11-22""},{""time"":148007,""label"":""hovered"",""timeHovered"":2447,""week"":""2021-11-22""},{""time"":150996,""label"":""hovered"",""timeHovered"":1154,""week"":""2021-11-01""},{""time"":154120,""label"":""hovered"",""timeHovered"":2070,""week"":""2021-08-16""},{""time"":156712,""label"":""hovered"",""timeHovered"":5991,""week"":""2021-08-09""},{""time"":167555,""label"":""hovered"",""timeHovered"":5324,""week"":""2021-12-27""}]}","{""startTime"":1678934039488,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line,0,1,0,Positive,4.2,0,0,0,0.0,0.0,0,15.0,0.5,0.5,1,0.5,1 +2023-03-15 22:27:32,2023-03-15 22:45:16,0,100,1063,1,2023-03-15 22:45:17,R_UfqjUubFL525gnn,34.0068,-118.256,EN,1,12.432,1.0,2.0,2.0,28.388,16.394000000000002,100,100,43,21.406,25.848000000000003,-3,1,62.74,-2,-3,113.986,-3,62.071999999999996,15.125,6,7,6,6,7,7,,125.46700000000001,6,6,6,2,7,7,It's from a trustworthy source so I assume it's accurate unless it isn't then oh well.,30.69,4,,53.87,2,7,3,4,1,5,6,47.361999999999995,1,1,1,5,8,6,8,8,,26.208000000000002,1,1,1,4,3,3,100.478,4,2.0,8.317,1.0,1998.0,California,2.0,2.0,1.0,,4.0,,,2.0,4.0,1.0,152.222,5fb0a3d6a8e4224b973e750b,"{""startTime"":1678933904163,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934030292,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":24700},{""label"":""window_focused"",""time"":25780},{""label"":""window_blurred"",""time"":28503},{""label"":""window_focused"",""time"":34026}]}","{""startTime"":1678933746380,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":17,""label"":""tour_started""},{""time"":3970,""label"":""tour_next"",""step"":2},{""time"":7232,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933888488,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar,1,0,0,Positive,2.2,0,0,0,0.0,0.0,0,15.0,0.5,0.0,0,0.0,2 +2023-03-15 22:35:41,2023-03-15 22:45:39,0,100,598,1,2023-03-15 22:45:40,R_2tKD43trPxpIgzF,39.7436,-86.1158,EN,1,12.638,,,,,16.364,86,73,72,43.433,40.308,1,1,32.774,1,1,36.161,1,45.843,15.107000000000001,6,5,5,6,6,3,I find it implausible there is a spike in the coldest part of the year,84.195,6,6,6,2,2,6,I was told I trust the data and this is a good way to represent it accurately,42.036,3,,6.904,2,7,3,4,1,5,6,15.755999999999998,1,6,1,5,7,3,10,10,,20.285999999999998,5,5,5,1,5,5,31.929000000000002,1,,5.7620000000000005,1.0,1969.0,Indiana,6.0,1.0,1.0,,7.0,,,13.0,4.0,1.0,94.81,5fc07d1d954a2251529dcfd6,"{""startTime"":1678934384798,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":1873},{""label"":""window_focused"",""time"":5157}]}","{""startTime"":1678934315410,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934222428,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":12517,""label"":""tour_next"",""step"":2},{""time"":17239,""label"":""tour_end"",""step"":2},{""time"":19245,""label"":""hovered"",""timeHovered"":5265,""week"":""2021-06-14""},{""time"":29713,""label"":""hovered"",""timeHovered"":1616,""week"":""2021-08-30""},{""time"":35365,""label"":""hovered"",""timeHovered"":3186,""week"":""2022-01-10""}]}","{""startTime"":1678934299769,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":8375,""label"":""hovered"",""timeHovered"":1804,""week"":""2022-02-07""},{""time"":12425,""label"":""hovered"",""timeHovered"":1006,""week"":""2022-01-17""}]}",0,moderate,line,1,0,0,Positive,4.3,0,2,2,2.81,1.405,4050,15.0,1.0,1.0,1,1.0,2 +2023-03-15 22:31:38,2023-03-15 22:45:48,0,100,850,1,2023-03-15 22:45:49,R_241zbLpvVgr0kZo,36.1214,-115.141,EN,1,55.735,,,,,15.128,89,100,80,44.593999999999994,97.57799999999999,1,1,61.538000000000004,-3,-3,84.57,-3,51.61,15.126,4,6,4,7,7,5,,56.02,6,5,6,6,4,5,I don't know about the measuring processes so I can't be sure that the results are trustworthy.,49.27,4,,29.721,2,7,3,4,1,5,6,32.544000000000004,2,1,9,8,3,5,4,3,,34.853,3,3,3,3,3,2,45.056000000000004,4,,10.539000000000001,2.0,1954.0,California,6.0,1.0,1.0,,3.0,,,3.0,4.0,2.0,61.98,638e415e46b2a8da60722496,"{""startTime"":1678934332925,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934244701,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934045176,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":44697,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1042,""week"":""2"",""id"":""chart""},{""time"":46932,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5257,""week"":""1"",""id"":""chart""},{""time"":52305,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6482,""week"":""52"",""id"":""chart""},{""time"":60243,""label"":""tour_next"",""step"":2},{""time"":78247,""label"":""tour_end"",""step"":2},{""time"":83162,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1855,""week"":""1"",""id"":""chart""},{""time"":85824,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2763,""week"":""52"",""id"":""chart""},{""time"":88598,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3802,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678934228765,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":5688,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2026,""week"":""1"",""id"":""chart""},{""time"":10110,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2329,""week"":""1"",""id"":""chart""}]}",0,moderate,bar,1,0,0,Negative,2.8,0,2,2,4.355,2.1775,4422,15.0,1.0,0.0,0,0.0,2 +2023-03-15 22:38:14,2023-03-15 22:45:52,0,100,457,1,2023-03-15 22:45:52,R_3kFKJSBH5o6Npys,40.4441,-75.345,EN,1,6.224,1.0,4.0,2.0,6.827999999999999,15.106,93,95,94,30.98,66.786,1,1,45.665,-2,1,39.823,-3,26.683000000000003,15.154000000000002,6,7,7,6,6,7,,8.498,7,7,7,6,7,6,It shows facts in easy to understand color line graph,16.415,6,,5.109,2,7,3,4,1,5,6,16.203,7,8,9,9,7,8,10,10,,13.62,5,5,5,1,5,5,17.413,7,1.0,10.94,1.0,1973.0,Pennsylvania,7.0,3.0,1.0,,7.0,,,16.0,1.0,1.0,69.22,5ba292385301b80001c71ba2,"{""startTime"":1678934516764,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678934490155,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678934377825,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":38,""label"":""tour_started""},{""time"":9127,""label"":""tour_next"",""step"":5},{""time"":22752,""label"":""cleared_brush"",""using"":""click""},{""time"":26405,""label"":""cleared_brush"",""using"":""click""},{""time"":26630,""label"":""cleared_brush"",""using"":""click""},{""time"":27974,""label"":""started_brush"",""startDate"":""2021-07-18"",""endDate"":""2021-11-02""},{""time"":29015,""label"":""tour_next"",""step"":5},{""time"":33016,""label"":""started_brush"",""startDate"":""2021-06-17"",""endDate"":""2021-07-11""},{""time"":37775,""label"":""moved_brush"",""startDate"":""2021-08-10"",""endDate"":""2021-09-03""},{""time"":38864,""label"":""tour_next"",""step"":5},{""time"":60744,""label"":""cleared_brush"",""using"":""click""},{""time"":60752,""label"":""cleared_brush"",""using"":""Escape""},{""time"":62393,""label"":""tour_next"",""step"":5},{""time"":63958,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678934473375,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line,1,1,0,Positive,4.3,0,0,0,0.0,0.0,0,15.0,1.0,0.5,0,0.0,3 +2023-03-15 22:31:12,2023-03-15 22:46:11,0,100,899,1,2023-03-15 22:46:12,R_1g0iDnRJuIS5FrI,44.482,-88.0185,EN,1,85.863,1.0,4.0,1.0,28.838,15.115,100,100,50,39.514,96.242,1,1,56.364,1,1,97.346,1,57.388999999999996,15.012,6,6,7,7,6,6,,26.23,6,6,6,4,2,6,The information comes from the CDC and I believe the data they gather and distribute regarding Covid is as accurate as data could be.,60.591,4,,15.424000000000001,2,7,3,4,1,5,6,39.961,4,4,4,5,5,3,11,9,,41.016000000000005,4,4,5,1,4,4,40.086999999999996,1,2.0,27.868000000000002,2.0,1982.0,Wisconsin,6.0,2.0,1.0,,7.0,,,11.0,4.0,1.0,85.329,63f796a016e377d12cff50f1,"{""startTime"":1678934333364,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934226471,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934057108,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":11779,""label"":""hovered"",""timeHovered"":1266,""week"":""2021-12-27""},{""time"":13146,""label"":""hovered"",""timeHovered"":4032,""week"":""2021-12-27""},{""time"":18928,""label"":""hovered"",""timeHovered"":2766,""week"":""2022-02-07""},{""time"":22394,""label"":""hovered"",""timeHovered"":1500,""week"":""2021-04-12""},{""time"":26161,""label"":""hovered"",""timeHovered"":1116,""week"":""2021-04-19""},{""time"":33426,""label"":""hovered"",""timeHovered"":3183,""week"":""2021-08-16""},{""time"":36609,""label"":""hovered"",""timeHovered"":1399,""week"":""2021-08-16""},{""time"":39926,""label"":""hovered"",""timeHovered"":1332,""week"":""2021-10-04""},{""time"":42675,""label"":""hovered"",""timeHovered"":4749,""week"":""2021-11-01""},{""time"":50790,""label"":""hovered"",""timeHovered"":1168,""week"":""2022-01-03""},{""time"":52223,""label"":""hovered"",""timeHovered"":3866,""week"":""2022-01-03""},{""time"":60933,""label"":""tour_next"",""step"":2},{""time"":69464,""label"":""tour_end"",""step"":2},{""time"":77651,""label"":""hovered"",""timeHovered"":1198,""week"":""2021-06-07""},{""time"":82630,""label"":""hovered"",""timeHovered"":1031,""week"":""2021-08-23""},{""time"":84001,""label"":""hovered"",""timeHovered"":1055,""week"":""2021-08-16""},{""time"":85170,""label"":""hovered"",""timeHovered"":2421,""week"":""2021-08-16""},{""time"":89204,""label"":""hovered"",""timeHovered"":1207,""week"":""2021-11-22""},{""time"":90575,""label"":""hovered"",""timeHovered"":1518,""week"":""2021-11-29""}]}","{""startTime"":1678934210931,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line,1,0,0,Positive,3.7,0,0,0,0.0,0.0,0,15.0,1.0,1.0,1,1.0,1 +2023-03-15 22:31:17,2023-03-15 22:46:17,0,100,900,1,2023-03-15 22:46:18,R_2s0aKmzoEuRs433,34.3797,-97.9778,EN,1,4.367,1.0,4.0,2.0,4.374,15.114,100,100,100,10.935,117.26899999999999,1,1,59.104,-2,1,90.994,1,108.55799999999999,15.109000000000002,7,7,7,7,7,7,"I genuinely enjoyed using the data to answer the questions, especially the animated data that made the numbers more precise. The information appears trustworthy, and the graph is very easy to use and understand.",61.797,7,7,7,7,7,7,"The data makes sense to me, given what I know of vaccinated and unvaccinated cases of Covid-19. Unvaccinated people routinely become ill more frequently than vaccinated people, oftentimes by large margins.",63.961000000000006,3,I genuinely enjoyed using all the charts. They were pleasant to look at and made reading the data very easy. Thank you so much!,24.9,2,7,3,4,1,5,6,15.991,6,6,5,7,8,7,11,9,,21.125,2,2,4,3,3,2,15.085,3,1.0,14.764000000000001,2.0,1951.0,Oklahoma,2.0,2.0,1.0,,7.0,,,3.0,4.0,1.0,56.032,574ce0a57fd0ec000db73aa6,"{""startTime"":1678934360907,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":634},{""label"":""window_focused"",""time"":3743}]}","{""startTime"":1678934279133,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":1933},{""label"":""window_focused"",""time"":3598}]}","{""startTime"":1678934072779,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":9,""label"":""tour_started""},{""label"":""window_blurred"",""time"":1069},{""label"":""window_focused"",""time"":4086},{""time"":14550,""label"":""hovered"",""timeHovered"":1617,""week"":""2021-04-12""},{""time"":23754,""label"":""hovered"",""timeHovered"":1568,""week"":""2021-08-23""},{""time"":30640,""label"":""hovered"",""timeHovered"":2734,""week"":""2021-11-15""},{""time"":39594,""label"":""hovered"",""timeHovered"":4017,""week"":""2022-01-03""},{""time"":48165,""label"":""tour_next"",""step"":2},{""time"":52007,""label"":""tour_end"",""step"":2},{""label"":""window_blurred"",""time"":54212},{""label"":""window_focused"",""time"":95987},{""time"":101882,""label"":""hovered"",""timeHovered"":1304,""week"":""2021-06-07""},{""time"":109528,""label"":""hovered"",""timeHovered"":1284,""week"":""2022-01-03""},{""time"":111807,""label"":""hovered"",""timeHovered"":2072,""week"":""2022-01-03""}]}","{""startTime"":1678934262400,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":5942,""label"":""hovered"",""timeHovered"":1095,""week"":""2021-04-19""}]}",1,simple,line,0,1,0,Positive,2.7,0,1,1,1.095,1.095,0,15.0,1.0,0.5,1,1.0,1 +2023-03-15 22:36:05,2023-03-15 22:46:47,0,100,641,1,2023-03-15 22:46:48,R_3qagv2l5kbQ8olp,38.1043,-122.2442,EN,1,78.055,,,,,15.015,100,100,73,18.203,16.553,1,1,53.551,-3,-3,54.858000000000004,1,28.728,15.107000000000001,6,6,6,6,7,6,,25.694000000000003,6,6,6,4,4,6,It is well designed and clear. I have no reason to not trust it,28.544,5,,8.812000000000001,2,7,3,4,1,5,6,17.616,4,4,10,8,4,9,8,11,,49.547,3,2,2,4,3,3,30.415,7,,15.129000000000001,1.0,1974.0,California,2.0,2.0,1.0,,7.0,,,7.0,3.0,1.0,131.468,6398db762e009c7af9e1da88,"{""startTime"":1678934374426,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934400969,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":19905},{""label"":""window_focused"",""time"":22127}]}","{""startTime"":1678934287500,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":22,""label"":""tour_started""},{""time"":6836,""label"":""tour_next"",""step"":2},{""label"":""window_blurred"",""time"":9080},{""label"":""window_focused"",""time"":10977},{""time"":14853,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678934358719,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":8771,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1140,""week"":""2"",""id"":""chart2""},{""label"":""window_blurred"",""time"":11645},{""label"":""window_focused"",""time"":13825}]}",0,simple,bar,0,1,0,Positive,2.8,0,1,1,1.14,1.14,0,11.645,1.0,0.0,1,1.0,1 +2023-03-15 22:06:42,2023-03-15 22:46:52,0,100,2409,1,2023-03-15 22:46:53,R_1mPhSQREQzxy5CX,30.160999999999998,-81.7311,EN,1,4.772,,,,,15.014000000000001,100,100,51,12.654000000000002,216.895,-2,1,126.93700000000001,1,-3,153.782,1,81.582,15.013,6,4,5,6,7,7,,495.958,5,7,6,4,4,6,I feel like this visualization shows all of the relevant information for what they trying to convey.,119.69200000000001,4,,7.625,2,7,3,4,1,5,6,14.138,5,2,1,1,10,3,10,10,,13.102,3,4,5,3,4,2,8.049,1,,3.444,1.0,1994.0,Florida,6.0,3.0,1.0,,3.0,,,6.0,3.0,1.0,131.325,6081adb85a8992a84093ed21,"{""startTime"":1678933772883,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":214859},{""label"":""window_focused"",""time"":334965}]}","{""startTime"":1678934271824,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678933383142,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":33,""label"":""tour_started""},{""time"":170837,""label"":""tour_next"",""step"":2},{""time"":176044,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933757007,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,bar,0,1,0,Positive,3.5,0,0,0,0.0,0.0,0,15.0,0.5,0.5,1,0.5,2 +2023-03-15 22:34:10,2023-03-15 22:47:01,0,100,771,1,2023-03-15 22:47:01,R_1lyk8sRVZgVmOtM,35.7113,-82.5467,EN,1,9.508,,,,,15.012,85,57,54,19.502,291.267,1,1,44.563,-3,1,20.998,1,55.938,15.110999999999999,5,6,7,4,7,7,,20.45,6,6,7,6,7,7,It looks professional,14.758,5,,6.565,2,7,3,4,1,5,6,12.722000000000001,7,8,6,8,9,7,11,11,,13.602,5,5,5,1,5,1,13.954,2,,5.879,1.0,1958.0,North Carolina,7.0,3.0,1.0,,7.0,,,14.0,4.0,2.0,163.504,63c3118da7ffa9c9fa88a10e,"{""startTime"":1678934478230,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678934499367,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678934261454,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":32,""label"":""tour_started""},{""time"":6955,""label"":""hovered"",""timeHovered"":25726,""week"":""2021-04-12""},{""time"":52115,""label"":""hovered"",""timeHovered"":1736,""week"":""2021-05-10""},{""time"":54869,""label"":""hovered"",""timeHovered"":1450,""week"":""2021-05-24""},{""time"":57591,""label"":""tour_next"",""step"":5},{""time"":68573,""label"":""started_brush"",""startDate"":""2021-04-19"",""endDate"":""2022-02-13""},{""time"":72117,""label"":""tour_next"",""step"":5},{""time"":91114,""label"":""moved_brush"",""startDate"":""2021-10-31"",""endDate"":""2022-02-13""},{""time"":96058,""label"":""tour_next"",""step"":5},{""time"":131438,""label"":""cleared_brush"",""using"":""click""},{""time"":131444,""label"":""cleared_brush"",""using"":""Escape""},{""time"":133533,""label"":""tour_next"",""step"":5},{""time"":142428,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678934462544,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line,1,0,0,Positive,3.7,0,0,0,0.0,0.0,0,15.0,1.0,0.5,1,1.0,3 +2023-03-15 22:36:35,2023-03-15 22:47:45,0,100,669,1,2023-03-15 22:47:45,R_3LZ8LxHCm2MvtC1,40.5334,-74.2099,EN,1,10.181000000000001,,,,,15.148,85,67,73,26.043000000000003,37.995,-2,1,52.18,-3,-3,86.4,1,59.373999999999995,15.020999999999999,6,6,5,6,6,6,none,27.551,6,5,5,5,5,6,It is data driven and makes sense,56.849,6,none,16.131,2,7,3,4,1,5,6,23.554000000000002,8,8,8,7,8,5,9,9,none,29.511999999999997,4,4,4,2,4,4,23.685,2,,6.747000000000001,1.0,1953.0,New York,3.0,2.0,1.0,,7.0,,,7.0,2.0,1.0,126.041,5b233660648d5b0001b7de87,"{""startTime"":1678934483195,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934405646,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934263896,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":48,""label"":""tour_started""},{""time"":27693,""label"":""tour_next"",""step"":2},{""time"":30829,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678934389739,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,bar,0,1,0,Positive,3.7,0,0,0,0.0,0.0,0,15.0,0.5,0.0,1,0.0,2 +2023-03-15 22:32:52,2023-03-15 22:47:48,0,100,895,1,2023-03-15 22:47:48,R_3MAlONauBx4gWRG,35.0125,-80.9309,EN,1,35.093,1.0,3.0,2.0,6.16,15.147,95,96,78,40.976000000000006,136.67,-2,1,71.923,-3,-3,95.926,-3,56.448,15.198,7,6,6,7,3,7,"Interesting because I did not see the source for the data in the first set of questions, but I did see once a question came up about the source of the data and I specifically focused in on the chart for the information.",111.67,7,6,6,6,4,5,I did not see any sources listed for the data (or it was there but not clear to me as I navigated the dataset),33.058,5,,17.727999999999998,2,7,3,4,1,5,6,20.268,2,4,10,7,5,9,9,10,,24.045,4,5,4,2,5,2,35.762,4,1.0,12.88,1.0,1971.0,South Carolina,5.0,2.0,1.0,,7.0,,,17.0,4.0,1.0,97.73100000000001,63d9c4ea4b5efb771f895e11,"{""startTime"":1678934369140,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":22465},{""label"":""window_focused"",""time"":32155}]}","{""startTime"":1678934303397,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678934160744,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":80,""label"":""tour_started""},{""time"":8155,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1541,""week"":""50"",""id"":""chart""},{""time"":10805,""label"":""tour_next"",""step"":5},{""time"":17486,""label"":""started_brush"",""startDate"":""2021-04-08"",""endDate"":""2021-06-05""},{""time"":26148,""label"":""started_brush"",""startDate"":""2021-08-01"",""endDate"":""2021-10-20""},{""time"":26886,""label"":""tour_next"",""step"":5},{""time"":32908,""label"":""moved_brush"",""startDate"":""2021-10-07"",""endDate"":""2021-12-26""},{""time"":38068,""label"":""started_brush"",""startDate"":""2021-08-15"",""endDate"":""2021-09-29""},{""time"":39599,""label"":""tour_next"",""step"":5},{""time"":44992,""label"":""cleared_brush"",""using"":""Click""},{""time"":44992,""label"":""cleared_brush"",""using"":""Escape""},{""time"":47783,""label"":""tour_next"",""step"":5},{""time"":51271,""label"":""tour_end"",""step"":5},{""time"":61826,""label"":""cleared_brush"",""using"":""Click""},{""time"":63225,""label"":""cleared_brush"",""using"":""Click""}]}","{""startTime"":1678934286614,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":6588,""label"":""started_brush"",""startDate"":""2021-04-30"",""endDate"":""2021-07-01""},{""time"":11659,""label"":""started_brush"",""startDate"":""2021-10-30"",""endDate"":""2022-01-01""}]}",1,complex,bar,1,0,0,Negative,3.7,1,2,0,0.0,0.0,5071,15.0,0.5,0.0,0,0.0,3 +2023-03-15 22:37:31,2023-03-15 22:48:00,0,100,628,1,2023-03-15 22:48:00,R_3RmvhlM9cJwQrar,38.4934,-86.0139,EN,1,6.932,,,,,15.115,100,18,38,30.267,93.491,1,1,33.893,1,1,38.626,1,57.868,15.012,4,4,4,4,6,4,,36.692,4,3,2,2,2,4,"I have no way of knowing if the data represented here is correct, or if it's presented in a relevant way (because I'm missing the context of understanding these kinds of numbers.)",58.141999999999996,3,,9.375,2,7,3,4,1,5,6,18.277,6,9,3,6,9,1,11,11,"""political parties"" The answer varies widely, depending on which party.",55.43899999999999,5,5,5,1,5,5,27.378,1,,3.906,1.0,1973.0,Indiana,6.0,2.0,1.0,,7.0,,,8.0,3.0,1.0,75.562,63e1dbd6e3b024508cfb12e9,"{""startTime"":1678934565484,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678934479859,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678934311964,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":14075,""label"":""tour_next"",""step"":5},{""time"":33875,""label"":""tour_back"",""step"":5},{""time"":37086,""label"":""tour_next"",""step"":5},{""time"":39065,""label"":""tour_back"",""step"":5},{""time"":43115,""label"":""tour_next"",""step"":5},{""time"":49297,""label"":""started_brush"",""startDate"":""2021-06-21"",""endDate"":""2021-06-24""},{""time"":59962,""label"":""started_brush"",""startDate"":""2021-10-05"",""endDate"":""2022-01-08""},{""time"":61683,""label"":""tour_next"",""step"":5},{""time"":75268,""label"":""moved_brush"",""startDate"":""2021-07-07"",""endDate"":""2021-10-10""},{""time"":76488,""label"":""tour_next"",""step"":5},{""time"":81630,""label"":""cleared_brush"",""using"":""click""},{""time"":84818,""label"":""tour_next"",""step"":5},{""time"":89614,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678934464323,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":14310,""label"":""started_brush"",""startDate"":""2021-12-09"",""endDate"":""2022-01-02""}]}",0,complex,line,1,1,0,Negative,4.3,1,1,0,0.0,0.0,0,15.0,1.0,1.0,1,1.0,3 +2023-03-15 22:24:00,2023-03-15 22:48:03,0,100,1442,1,2023-03-15 22:48:03,R_XSpIJB33RxUbdqV,47.36,-122.6015,EN,1,24.456,,,,,15.017999999999999,96,92,15,81.462,63.593,-2,1,149.955,-3,-3,100.029,-2,91.51299999999999,15.113,6,6,6,6,6,6,,200.938,6,6,3,2,2,6,Because I see that the data is from an official government entity in Croatia. ,115.62700000000001,6,,15.6,2,7,3,4,1,5,6,38.579,1,1,10,5,1,7,7,1,,83.37,2,4,4,2,2,4,118.757,4,,8.531,2.0,1969.0,Washington,6.0,3.0,1.0,,7.0,,,5.0,4.0,2.0,145.77200000000002,5bde6c564842880001308324,"{""startTime"":1678933829218,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":163266,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1929,""week"":""50"",""id"":""chart""},{""time"":167811,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3823,""week"":""1"",""id"":""chart2""},{""time"":192344,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1860,""week"":""1"",""id"":""chart2""}]}","{""startTime"":1678934031872,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678933595493,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":44,""label"":""tour_started""},{""time"":21388,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1175,""week"":""52"",""id"":""chart""},{""time"":27240,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1007,""week"":""34"",""id"":""chart""},{""time"":28581,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1661,""week"":""32"",""id"":""chart""},{""time"":39959,""label"":""tour_next"",""step"":2},{""time"":52140,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2298,""week"":""32"",""id"":""chart2""},{""time"":54597,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1283,""week"":""2"",""id"":""chart2""},{""time"":55913,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1024,""week"":""1"",""id"":""chart2""},{""time"":60431,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933812818,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,bar,1,0,0,Positive,3.0,0,0,0,0.0,0.0,0,15.0,0.5,0.0,0,0.5,1 +2023-03-15 22:40:24,2023-03-15 22:48:34,0,100,490,1,2023-03-15 22:48:35,R_1NwSmzXTesP3xRV,43.1743,-79.0215,EN,1,7.006,,,,,15.005999999999998,75,85,58,19.011,81.796,1,1,28.163,1,1,45.756,-3,35.235,15.009,6,5,6,6,6,6,"I love the way this is presented, allowing the zoom on a section. Very fancy!",53.012,6,6,7,6,3,5,I trust it as much as I trust any limited data set in a vacuum.,50.49100000000001,4,,6.291,2,7,3,4,1,5,6,8.906,3,5,5,6,4,6,8,5,,17.000999999999998,3,4,4,3,4,4,14.526,4,,3.1919999999999997,1.0,1974.0,New York,3.0,2.0,1.0,,7.0,,,2.0,4.0,2.0,46.403999999999996,6332274d72eff2df47171a78,"{""startTime"":1678934607906,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":2826,""label"":""started_brush"",""startDate"":""2021-06-13"",""endDate"":""2021-08-09""},{""time"":4372,""label"":""started_brush"",""startDate"":""2021-12-11"",""endDate"":""2022-02-13""},{""time"":10085,""label"":""moved_brush"",""startDate"":""2021-12-13"",""endDate"":""2022-02-13""}]}","{""startTime"":1678934661746,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678934473451,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":32,""label"":""tour_started""},{""time"":13230,""label"":""tour_next"",""step"":5},{""time"":31786,""label"":""started_brush"",""startDate"":""2021-06-20"",""endDate"":""2022-02-13""},{""time"":32980,""label"":""tour_next"",""step"":5},{""time"":35887,""label"":""moved_brush"",""startDate"":""2021-07-09"",""endDate"":""2022-02-13""},{""time"":37826,""label"":""moved_brush"",""startDate"":""2021-07-09"",""endDate"":""2022-02-13""},{""time"":39953,""label"":""moved_brush"",""startDate"":""2021-07-09"",""endDate"":""2021-11-11""},{""time"":42129,""label"":""moved_brush"",""startDate"":""2021-10-01"",""endDate"":""2021-11-11""},{""time"":43232,""label"":""moved_brush"",""startDate"":""2021-10-01"",""endDate"":""2022-02-13""},{""time"":47896,""label"":""moved_brush"",""startDate"":""2021-12-30"",""endDate"":""2022-02-13""},{""time"":48911,""label"":""tour_next"",""step"":5},{""time"":51806,""label"":""cleared_brush"",""using"":""click""},{""time"":52979,""label"":""tour_next"",""step"":5},{""time"":60333,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678934591563,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":8582,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-07-23""},{""time"":10028,""label"":""started_brush"",""startDate"":""2021-10-04"",""endDate"":""2022-02-13""}]}",0,complex,line,1,0,0,Neutral,3.7,1,2,0,0.0,0.0,1446,15.0,1.0,1.0,0,0.0,3 +2023-03-15 22:17:13,2023-03-15 22:49:51,0,100,1957,1,2023-03-15 22:49:51,R_1lAlyGFOQ6jHsII,26.6165,-80.0444,EN,1,52.321999999999996,1.0,4.0,2.0,18.718,15.114,95,71,72,34.223,485.485,1,-2,116.361,-2,1,377.94,1,205.305,15.118,4,2,4,3,5,5,,83.039,5,4,5,5,4,5,Because it uses different colors to distinguish what ages it represents and is easier to see vs reading a study. ,91.675,5,Very interesting graphs,56.146,2,7,3,4,1,5,6,41.788000000000004,4,8,4,8,9,6,10,9,,26.124000000000002,5,5,5,1,5,5,51.891999999999996,1,1.0,17.498,2.0,1957.0,Florida,2.0,2.0,1.0,,7.0,,,5.0,4.0,1.0,190.02900000000002,5f048fdc0aea5b0ae3215fc9,"{""startTime"":1678933886333,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933969894,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933178119,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":25153,""label"":""hovered"",""timeHovered"":1467,""week"":""2022-01-03""},{""time"":26621,""label"":""hovered"",""timeHovered"":2049,""week"":""2022-01-03""},{""time"":30871,""label"":""hovered"",""timeHovered"":2049,""week"":""2022-01-10""},{""time"":36987,""label"":""hovered"",""timeHovered"":7099,""week"":""2021-12-27""},{""time"":46271,""label"":""tour_next"",""step"":5},{""time"":57472,""label"":""tour_back"",""step"":5},{""time"":63503,""label"":""hovered"",""timeHovered"":1348,""week"":""2022-01-17""},{""time"":65101,""label"":""hovered"",""timeHovered"":1733,""week"":""2021-12-06""},{""time"":68302,""label"":""hovered"",""timeHovered"":1182,""week"":""2022-01-03""},{""time"":78391,""label"":""tour_next"",""step"":5},{""time"":113131,""label"":""tour_back"",""step"":5},{""time"":123415,""label"":""hovered"",""timeHovered"":2733,""week"":""2022-01-24""},{""time"":128695,""label"":""tour_next"",""step"":5},{""time"":138197,""label"":""cleared_brush"",""using"":""click""},{""time"":168764,""label"":""cleared_brush"",""using"":""click""},{""time"":193069,""label"":""tour_back"",""step"":5},{""time"":209945,""label"":""tour_next"",""step"":5},{""time"":241521,""label"":""tour_back"",""step"":5},{""time"":243876,""label"":""hovered"",""timeHovered"":1149,""week"":""2021-04-12""},{""time"":249941,""label"":""hovered"",""timeHovered"":7283,""week"":""2021-09-13""},{""time"":266040,""label"":""tour_next"",""step"":5},{""time"":286524,""label"":""started_brush"",""startDate"":""2021-12-01"",""endDate"":""2022-02-06""},{""time"":287498,""label"":""tour_next"",""step"":5},{""time"":299977,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-04-21""},{""time"":313408,""label"":""started_brush"",""startDate"":""2021-05-31"",""endDate"":""2021-08-22""},{""time"":319859,""label"":""cleared_brush"",""using"":""click""},{""time"":322348,""label"":""started_brush"",""startDate"":""2021-11-21"",""endDate"":""2022-02-13""},{""time"":326971,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-07-03""},{""time"":338332,""label"":""moved_brush"",""startDate"":""2021-11-21"",""endDate"":""2022-02-13""},{""time"":342879,""label"":""moved_brush"",""startDate"":""2021-11-21"",""endDate"":""2022-02-13""},{""time"":344316,""label"":""tour_next"",""step"":5},{""time"":367044,""label"":""cleared_brush"",""using"":""click""},{""time"":367049,""label"":""cleared_brush"",""using"":""Escape""},{""time"":382700,""label"":""cleared_brush"",""using"":""click""},{""time"":383267,""label"":""cleared_brush"",""using"":""click""},{""time"":411535,""label"":""cleared_brush"",""using"":""click""},{""time"":426487,""label"":""started_brush"",""startDate"":""2021-05-03"",""endDate"":""2021-08-17""},{""time"":427581,""label"":""tour_next"",""step"":5},{""time"":451642,""label"":""tour_end"",""step"":5},{""time"":455290,""label"":""hovered"",""timeHovered"":1478,""week"":""2021-08-09""},{""time"":456934,""label"":""hovered"",""timeHovered"":7092,""week"":""2021-08-09""},{""label"":""window_blurred"",""time"":466697},{""label"":""window_focused"",""time"":471154},{""time"":475542,""label"":""hovered"",""timeHovered"":6800,""week"":""2021-08-02""}]}","{""startTime"":1678933870663,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line,0,1,0,Positive,4.3,0,0,0,0.0,0.0,0,15.0,0.5,0.5,1,1.0,3 +2023-03-15 22:29:31,2023-03-15 22:50:02,0,100,1230,1,2023-03-15 22:50:03,R_3rVtwrV6oSq0dhG,40.488,-74.4544,EN,1,61.403,,,,,15.129000000000001,86,58,65,43.293,241.15900000000002,1,-1,97.804,1,1,64.154,1,104.161,15.171,4,4,4,6,6,4,,35.144,6,6,5,2,2,6,"When I say I trust this visualization, I mean that I trust that they depicted the visualization well based on the numbers. I 'm not saying I trust the sources of the visualization though.",74.398,5,,16.99,2,7,3,4,1,5,6,89.415,3,6,7,7,2,6,6,7,,100.49600000000001,3,3,4,2,3,3,48.637,6,,8.698,1.0,1997.0,New Jersey,6.0,2.0,1.0,,7.0,,,3.0,2.0,2.0,100.72399999999999,5f2016b023978b04f9679bec,"{""startTime"":1678934283569,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678934319520,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933920707,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":137,""label"":""tour_started""},{""time"":926,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4171,""week"":""2"",""id"":""chart""},{""label"":""window_blurred"",""time"":7532},{""label"":""window_focused"",""time"":7955},{""time"":68878,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5080,""week"":""48"",""id"":""chart""},{""time"":74212,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7998,""week"":""52"",""id"":""chart""},{""time"":83951,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3733,""week"":""45"",""id"":""chart""},{""time"":88565,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":11719,""week"":""51"",""id"":""chart""},{""time"":109061,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1029,""week"":""51"",""id"":""chart""},{""time"":110139,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1817,""week"":""52"",""id"":""chart""},{""time"":116852,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1989,""week"":""24"",""id"":""chart""},{""time"":119243,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2273,""week"":""22"",""id"":""chart""},{""time"":129266,""label"":""tour_next"",""step"":5},{""time"":161884,""label"":""started_brush"",""startDate"":""2021-06-13"",""endDate"":""2021-08-10""},{""time"":163300,""label"":""moved_brush"",""startDate"":""2021-06-01"",""endDate"":""2021-06-13""},{""time"":173867,""label"":""started_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-05-05""},{""time"":177669,""label"":""tour_next"",""step"":5},{""time"":182546,""label"":""started_brush"",""startDate"":""2021-04-30"",""endDate"":""2021-07-13""},{""time"":185559,""label"":""moved_brush"",""startDate"":""2021-04-30"",""endDate"":""2021-07-13""},{""time"":187658,""label"":""moved_brush"",""startDate"":""2021-04-30"",""endDate"":""2021-07-13""},{""time"":190558,""label"":""cleared_brush"",""using"":""Click""},{""time"":192395,""label"":""tour_next"",""step"":5},{""time"":198146,""label"":""cleared_brush"",""using"":""Click""},{""time"":198147,""label"":""cleared_brush"",""using"":""Escape""},{""time"":200718,""label"":""tour_next"",""step"":5},{""time"":210496,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678934267535,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":9519,""label"":""started_brush"",""startDate"":""2021-08-29"",""endDate"":""2022-01-05""},{""time"":10903,""label"":""moved_brush"",""startDate"":""2021-08-29"",""endDate"":""2022-01-05""},{""time"":11459,""label"":""moved_brush"",""startDate"":""2021-08-29"",""endDate"":""2022-01-05""},{""time"":12113,""label"":""cleared_brush"",""using"":""Click""},{""time"":14438,""label"":""started_brush"",""startDate"":""2021-10-31"",""endDate"":""2022-01-07""}]}",0,complex,bar,0,1,0,Positive,3.0,1,5,0,0.0,0.0,4919,15.0,0.5,1.0,1,1.0,3 +2023-03-15 22:32:31,2023-03-15 22:50:04,0,100,1052,1,2023-03-15 22:50:04,R_1r1RklrU5JFSU10,40.8449,-81.7736,EN,1,10.533,,,,,15.117,100,89,56,64.997,97.69200000000001,1,1,57.578,1,1,66.404,-1,84.175,15.117,7,7,7,7,7,7,,65.255,7,6,6,2,1,7,Source was referenced. Data looks plausable,26.544,5,the question back 2 asked about dec 2022 info. Dec 2021 was listed but not 2022,73.92399999999999,2,7,3,4,1,5,6,39.121,2,4,8,6,8,9,10,10,,60.135,5,4,4,1,3,4,63.973,3,,13.499,1.0,1966.0,Ohio,6.0,2.0,1.0,,7.0,,,14.0,2.0,2.0,165.055,640912d475d8f1047d318723,"{""startTime"":1678934346645,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934234432,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934053070,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":24382,""label"":""hovered"",""timeHovered"":1453,""week"":""2021-12-27""},{""time"":29180,""label"":""hovered"",""timeHovered"":1422,""week"":""2021-08-09""},{""time"":37140,""label"":""hovered"",""timeHovered"":6379,""week"":""2021-08-16""},{""time"":43572,""label"":""hovered"",""timeHovered"":2214,""week"":""2021-08-23""},{""time"":49418,""label"":""tour_next"",""step"":2},{""time"":65138,""label"":""tour_end"",""step"":2},{""time"":87640,""label"":""hovered"",""timeHovered"":7014,""week"":""2021-12-27""}]}","{""startTime"":1678934218213,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,line,2,0,0,Positive,3.5,0,0,0,0.0,0.0,0,15.0,1.0,1.0,0,1.0,2 +2023-03-15 22:42:36,2023-03-15 22:50:24,0,100,468,1,2023-03-15 22:50:25,R_3fN7vh6jDtkfGrt,40.7365,-74.0055,EN,1,8.89,,,,,15.110999999999999,89,93,62,20.814,31.009,1,1,49.801,1,1,83.77,1,29.53,15.015,6,6,4,6,7,6,,20.846999999999998,6,7,5,1,1,6,I have no reason to believe that the data is inaccurate.,14.600999999999999,4,,7.5120000000000005,2,7,3,4,1,5,6,28.644000000000002,2,3,7,8,7,7,10,9,,18.977,5,4,5,4,5,4,22.849,6,,4.779,1.0,1969.0,Connecticut,8.0,3.0,1.0,,7.0,,,17.0,4.0,1.0,52.06399999999999,6234dbba467fabd56fa59e1a,"{""startTime"":1678934778051,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934740127,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934608297,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":9082,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1081,""week"":""52"",""id"":""chart""},{""time"":11295,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1583,""week"":""51"",""id"":""chart""},{""time"":14377,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3446,""week"":""50"",""id"":""chart""},{""time"":18440,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1914,""week"":""51"",""id"":""chart""},{""time"":24837,""label"":""tour_next"",""step"":2},{""time"":28916,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678934724497,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,bar,0,1,0,Positive,4.5,0,0,0,0.0,0.0,0,15.0,1.0,1.0,1,1.0,2 +2023-03-15 22:41:15,2023-03-15 22:50:28,0,100,552,1,2023-03-15 22:50:28,R_shhxjKwNyAZOSwF,31.3145,-89.3788,EN,1,8.102,2.0,,2.0,3.801,15.183,51,98,66,32.292,66.355,-3,1,49.196000000000005,-3,-3,34.2,1,41.797,15.019,3,3,2,6,6,2,,35.993,4,7,6,1,1,2,"I trust charts, but I don't trust the data coming from this particular source.",38.14,3,,8.602,2,7,3,4,1,5,6,19.36,1,1,6,3,1,3,5,5,,23.348000000000003,5,5,5,1,4,5,28.27,6,3.0,15.837,2.0,1977.0,Mississippi,7.0,2.0,1.0,,7.0,,,14.0,4.0,1.0,55.839,5e8ccdf9b3423e07b04b4853,"{""startTime"":1678934689946,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934726794,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934556589,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":52,""label"":""tour_started""},{""time"":8709,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":26333,""week"":""2"",""id"":""chart""},{""time"":35129,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1956,""week"":""3"",""id"":""chart""},{""time"":37873,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3375,""week"":""52"",""id"":""chart""},{""time"":41695,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1184,""week"":""50"",""id"":""chart""},{""time"":46633,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1644,""week"":""14"",""id"":""chart""},{""time"":53667,""label"":""tour_next"",""step"":2},{""time"":60821,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678934673999,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar,2,0,0,Neutral,4.2,0,0,0,0.0,0.0,0,15.0,0.5,0.0,1,0.5,1 +2023-03-15 22:35:54,2023-03-15 22:51:17,0,100,923,1,2023-03-15 22:51:18,R_2w4gKEIjBudikLo,35.0987,-77.1045,EN,1,7.6770000000000005,1.0,3.0,1.0,11.584000000000001,15.110999999999999,77,90,69,73.525,51.075,1,1,107.363,-3,1,162.754,-1,70.595,15.01,6,6,6,6,6,6,,41.195,6,6,6,5,5,6,One of the frames stated that the data came from the CDC. They are probably as close to accurate that we are going to get.,53.162,5,,14.431,2,7,3,4,1,5,6,19.719,5,7,8,7,5,7,8,8,,30.554000000000002,2,2,2,4,2,2,42.455,4,2.0,22.213,2.0,1957.0,North Carolina,6.0,2.0,1.0,,9.0,,New Bern,7.0,2.0,1.0,105.785,6007a7996fbeef04ce080f90,"{""startTime"":1678934454253,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":3162,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3639,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678934496112,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934278512,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":22,""label"":""tour_started""},{""time"":16043,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3608,""week"":""41"",""id"":""chart""},{""time"":20076,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3421,""week"":""32"",""id"":""chart""},{""time"":27264,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2704,""week"":""52"",""id"":""chart""},{""time"":30759,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4494,""week"":""2"",""id"":""chart""},{""time"":37083,""label"":""tour_next"",""step"":2},{""time"":46192,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678934438035,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar,1,0,0,Positive,2.3,0,0,0,0.0,0.0,0,15.0,1.0,0.5,0,1.0,1 +2023-03-15 22:41:45,2023-03-15 22:51:44,0,100,598,1,2023-03-15 22:51:44,R_1ezR2KPKkmz208J,36.7614,-86.1929,EN,1,7.101,1.0,2.0,1.0,4.2989999999999995,15.01,23,16,11,24.444000000000003,55.43,1,-3,44.86600000000001,-3,-3,80.092,1,46.201,15.02,2,1,2,5,5,1,,19.359,1,6,3,1,1,1,It seems to me that the information is skewed. I believe that a lot more people have been vaccinated than what the graph shows.,37.602,5,,9.164,2,7,3,4,1,5,6,17.369,3,2,10,4,2,4,3,9,,23.723000000000003,1,1,2,4,3,1,23.605999999999998,6,1.0,12.075999999999999,2.0,1957.0,Kentucky,6.0,2.0,1.0,,7.0,,,17.0,3.0,1.0,110.75399999999999,60e4c09a4b30f16f5a1053e7,"{""startTime"":1678934716228,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934754669,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934563899,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":35,""label"":""tour_started""},{""time"":15072,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6000,""week"":""47"",""id"":""chart""},{""time"":22906,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4730,""week"":""1"",""id"":""chart""},{""time"":32463,""label"":""tour_next"",""step"":2},{""time"":40715,""label"":""tour_end"",""step"":2},{""time"":41600,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3121,""week"":""1"",""id"":""chart""},{""time"":44741,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3913,""week"":""1"",""id"":""chart""},{""time"":49920,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1449,""week"":""14"",""id"":""chart""}]}","{""startTime"":1678934700501,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar,0,1,0,Negative,2.0,0,0,0,0.0,0.0,0,15.0,0.5,0.0,1,0.0,2 +2023-03-15 22:35:37,2023-03-15 22:52:35,0,100,1017,1,2023-03-15 22:52:35,R_9uZKWXvHIYdu5Hz,32.1943,-110.9767,EN,1,22.534000000000002,,,,,15.115,98,92,61,34.441,175.588,1,1,49.3,1,1,49.81399999999999,1,67.771,15.015,6,6,6,6,7,6,,36.166,6,7,6,1,1,6,"It appears to be a scientific count, with independent statistics about each thing counted, and I think it is probably an accurate representation of the info gathered",50.638999999999996,5,,9.54,2,7,3,4,1,5,6,14.775,4,5,5,5,9,3,10,10,,31.621,5,5,5,1,5,5,20.592,1,,5.414,2.0,1947.0,Arizona,7.0,2.0,1.0,,7.0,,,5.0,2.0,1.0,367.033,5ea45eb9abef8a07bcced2bc,"{""startTime"":1678934555198,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678934477977,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678934217845,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":11903,""label"":""tour_next"",""step"":5},{""time"":33738,""label"":""tour_back"",""step"":5},{""time"":40575,""label"":""hovered"",""timeHovered"":2559,""week"":""2021-10-18""},{""time"":47409,""label"":""hovered"",""timeHovered"":1131,""week"":""2021-08-16""},{""time"":51875,""label"":""tour_next"",""step"":5},{""time"":54248,""label"":""tour_back"",""step"":5},{""time"":57680,""label"":""tour_next"",""step"":5},{""time"":65341,""label"":""tour_back"",""step"":5},{""time"":67496,""label"":""hovered"",""timeHovered"":1612,""week"":""2021-07-12""},{""time"":70954,""label"":""hovered"",""timeHovered"":1031,""week"":""2021-09-27""},{""time"":76142,""label"":""hovered"",""timeHovered"":2960,""week"":""2021-09-27""},{""time"":81641,""label"":""tour_next"",""step"":5},{""time"":97617,""label"":""tour_back"",""step"":5},{""time"":110563,""label"":""hovered"",""timeHovered"":2262,""week"":""2021-09-13""},{""time"":114355,""label"":""hovered"",""timeHovered"":2244,""week"":""2021-07-26""},{""time"":120242,""label"":""tour_next"",""step"":5},{""time"":133072,""label"":""started_brush"",""startDate"":""2021-07-04"",""endDate"":""2021-11-04""},{""time"":134417,""label"":""tour_next"",""step"":5},{""time"":145130,""label"":""moved_brush"",""startDate"":""2021-07-04"",""endDate"":""2021-11-10""},{""time"":150676,""label"":""moved_brush"",""startDate"":""2021-08-05"",""endDate"":""2021-11-10""},{""time"":152034,""label"":""tour_next"",""step"":5},{""time"":160547,""label"":""cleared_brush"",""using"":""click""},{""time"":165903,""label"":""tour_next"",""step"":5},{""time"":172488,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678934462410,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line,0,2,0,Positive,4.3,0,0,0,0.0,0.0,0,15.0,1.0,1.0,1,1.0,3 +2023-03-15 22:38:09,2023-03-15 22:52:38,0,100,868,1,2023-03-15 22:52:38,R_1FwE3nQblA0gAwj,28.4883,-81.4061,EN,1,21.717,1.0,3.0,2.0,8.333,15.009,100,100,7,48.687,35.88,1,1,99.09200000000001,-3,1,76.878,1,36.234,15.008,5,3,5,6,7,5,"I know it is not scientific, but I have kind of lost faith in a lot of reporting based on recently released information regarding Covid.",75.218,3,6,6,5,6,5,"I think there are other elements that may not be included. I believe that some people get Covid and may not be properly diagnosed. I believe I had a mild case of Covid during this period, but I never tested positive. I was very closely exposed twice and showed all the symptoms, but never showed positive during any testing, and I have had vaccines.",127.51799999999999,4,none,13.765,2,7,3,4,1,5,6,20.685,5,7,8,7,5,5,7,8,none,40.137,4,3,4,2,4,4,35.323,5,1.0,17.859,2.0,1962.0,Florida,6.0,3.0,1.0,,7.0,,,10.0,2.0,1.0,91.475,6394e83b4be197877056c3bd,"{""startTime"":1678934709888,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934538247,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934406531,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":17,""label"":""tour_started""},{""time"":7888,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2950,""week"":""52"",""id"":""chart""},{""time"":11872,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2748,""week"":""6"",""id"":""chart""},{""time"":15790,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1849,""week"":""14"",""id"":""chart""},{""time"":19314,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1258,""week"":""27"",""id"":""chart""},{""time"":24277,""label"":""tour_next"",""step"":2},{""time"":33148,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678934521447,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":5752,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3682,""week"":""52"",""id"":""chart""},{""time"":9473,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2327,""week"":""1"",""id"":""chart""},{""time"":11923,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3043,""week"":""2"",""id"":""chart""}]}",1,moderate,bar,0,1,0,Negative,3.5,0,3,3,9.052,3.017333333333333,6171,15.0,1.0,0.5,1,0.5,2 +2023-03-15 22:37:20,2023-03-15 22:52:39,0,100,918,1,2023-03-15 22:52:40,R_3NQDNwYHEcai6DC,37.589,-122.0461,EN,1,92.86,,,,,15.012,85,100,78,44.067,61.369,1,1,60.059,-2,1,76.736,1,115.184,15.112,7,4,6,6,6,6,It would be interesting to understand if they know why (or have theories on why) the sudden rise in crop diseases occurred in Jan 2022.,80.193,4,7,7,4,2,6,"The accuracy of the detailed counts in the interactive version makes it seem as if it's a statistic that is closely tracked, and that they have thorough data on it.",40.727,6,"The question that asked ""What was the range (max - min) of insect-related pest counts on Jan 15 2022?"" was single-select, and only let me choose either the max OR min (not a range). Also for the question ""In late December 2022, what type of fungi-related disease had a higher pest count than the insect-related Mealybug?"", the graph doesn't go to Dec 2022, so maybe it meant to say late Dec 2021 instead?",94.685,2,7,3,4,1,5,6,20.253,2,3,7,8,3,6,9,8,,29.043000000000003,3,4,4,3,2,3,20.853,5,,6.206,2.0,1978.0,California,6.0,2.0,1.0,,9.0,,Union City,15.0,4.0,1.0,69.992,62a76dfc808c176cecd72dfa,"{""startTime"":1678934557369,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934638176,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934419327,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":12220,""label"":""tour_next"",""step"":2},{""time"":20951,""label"":""tour_end"",""step"":2},{""time"":23838,""label"":""hovered"",""timeHovered"":3471,""week"":""2021-09-13""},{""time"":29891,""label"":""hovered"",""timeHovered"":2477,""week"":""2021-12-27""},{""time"":39310,""label"":""hovered"",""timeHovered"":1523,""week"":""2021-04-12""},{""time"":41477,""label"":""hovered"",""timeHovered"":1470,""week"":""2021-04-19""},{""time"":48222,""label"":""hovered"",""timeHovered"":4281,""week"":""2021-09-13""},{""label"":""window_blurred"",""time"":53477},{""label"":""window_focused"",""time"":56563},{""time"":58553,""label"":""hovered"",""timeHovered"":1261,""week"":""2022-01-17""}]}","{""startTime"":1678934541717,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":9921,""label"":""hovered"",""timeHovered"":2615,""week"":""2021-12-27""}]}",0,simple,line,0,2,0,Positive,3.2,0,1,1,2.615,2.615,0,15.0,1.0,0.5,1,1.0,1 +2023-03-15 22:25:43,2023-03-15 22:53:09,0,100,1646,1,2023-03-15 22:53:09,R_2BgsgYzLnRBORZw,30.4199,-87.21700000000001,EN,1,11.099,,,,,15.115,98,86,22,76.545,128.167,1,1,199.796,-2,1,182.102,-1,353.283,15.117,6,4,6,5,6,6,,67.597,5,6,6,2,2,6,it is very detailed and contains pertinent information,67.858,1,,15.544,2,7,3,4,1,5,6,34.701,1,2,2,2,2,6,10,10,,41.913999999999994,3,2,4,3,3,2,52.651,2,,17.451,2.0,1965.0,Florida,4.0,2.0,1.0,,8.0,Pensacola,,7.0,3.0,1.0,175.327,5bd7971b0aac450001f951aa,"{""startTime"":1678934220427,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934012625,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":14774,""label"":""hovered"",""timeHovered"":1155,""week"":""2021-07-26""}]}","{""startTime"":1678933665270,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":28,""label"":""tour_started""},{""time"":10293,""label"":""hovered"",""timeHovered"":1266,""week"":""2021-09-20""},{""time"":28193,""label"":""hovered"",""timeHovered"":1314,""week"":""2021-05-31""},{""time"":29896,""label"":""hovered"",""timeHovered"":6743,""week"":""2021-05-31""},{""time"":38677,""label"":""hovered"",""timeHovered"":7681,""week"":""2021-07-05""},{""time"":49741,""label"":""hovered"",""timeHovered"":1898,""week"":""2021-08-02""},{""time"":57057,""label"":""hovered"",""timeHovered"":9765,""week"":""2021-10-04""},{""time"":68659,""label"":""hovered"",""timeHovered"":2596,""week"":""2021-11-01""},{""time"":76739,""label"":""hovered"",""timeHovered"":1384,""week"":""2021-11-29""},{""time"":80955,""label"":""hovered"",""timeHovered"":1367,""week"":""2021-11-29""},{""time"":83556,""label"":""hovered"",""timeHovered"":4798,""week"":""2021-12-27""},{""time"":108006,""label"":""tour_next"",""step"":2},{""time"":115962,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678933996264,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,line,1,1,0,Positive,2.8,0,0,0,0.0,0.0,0,15.0,1.0,0.5,0,1.0,1 +2023-03-15 22:16:03,2023-03-15 22:53:16,0,100,2232,1,2023-03-15 22:53:16,R_3EFEfnY1JLXxHUR,32.7797,-96.8022,EN,1,72.258,1.0,3.0,2.0,34.588,15.012,80,80,52,116.771,85.361,1,1,241.78900000000002,1,1,183.572,1,356.92199999999997,15.110999999999999,7,6,7,6,6,7,"I like specific details, such as exact numbers, which probably would be impossible in this case.",203.53400000000002,6,6,6,4,6,6,"I can give it the benefit of a doubt. I would likely explore different sources to compare. Sadly, I cannot remember if it showed the source in this example. That is on me.",121.40100000000001,5,"What I think and feel are two different things. I generally think that people can be trusted, but I strongly do not feel I cannot be too careful.",170.15599999999998,2,7,3,4,1,5,6,52.818999999999996,8,8,9,8,7,7,10,9,,138.928,3,3,4,3,2,3,113.234,2,1.0,34.662,2.0,1965.0,Texas,6.0,3.0,1.0,,7.0,,,19.0,2.0,2.0,157.8,5ddc07391e42a9000b2622be,"{""startTime"":1678933574543,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":190989},{""label"":""window_focused"",""time"":203449}]}","{""startTime"":1678933779392,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":60190},{""label"":""window_focused"",""time"":71989}]}","{""startTime"":1678933230527,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":16476,""label"":""tour_next"",""step"":2},{""time"":30779,""label"":""tour_end"",""step"":2},{""time"":11992,""label"":""hovered"",""timeHovered"":19597,""week"":""2021-11-29""},{""time"":36207,""label"":""hovered"",""timeHovered"":10356,""week"":""2022-01-03""}]}","{""startTime"":1678933559157,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":9984,""label"":""hovered"",""timeHovered"":2268,""week"":""2021-12-27""},{""time"":12858,""label"":""hovered"",""timeHovered"":1225,""week"":""2022-01-03""}]}",1,simple,line,1,0,0,Positive,3.0,0,2,2,3.4930000000000003,1.7465,2874,15.0,1.0,1.0,1,1.0,1 +2023-03-15 22:19:10,2023-03-15 22:54:03,0,100,2092,1,2023-03-15 22:54:03,R_5su091KHFPaP8Nr,39.0157,-77.0085,EN,1,21.201,1.0,2.0,1.0,43.595,15.095999999999998,71,65,70,208.84900000000002,107.30799999999999,1,1,176.435,-2,1,138.655,1,100.594,15.14,5,3,5,5,3,5,,71.613,5,5,6,6,5,6,It is quite informative.,53.346000000000004,3,,85.219,2,7,3,4,1,5,6,74.757,6,7,7,7,7,8,10,9,,51.93,4,4,4,2,4,4,47.043,2,1.0,76.26899999999999,1.0,1974.0,Maryland,6.0,3.0,1.0,,7.0,,,14.0,4.0,2.0,192.107,637ee3e42ee7996a07233f21,"{""startTime"":1678934297209,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_focused"",""time"":41041}]}","{""startTime"":1678934202058,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":27973}]}","{""startTime"":1678933877403,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":847,""label"":""tour_started""},{""label"":""window_focused"",""time"":54669},{""time"":71910,""label"":""tour_next"",""step"":2},{""time"":91015,""label"":""tour_back"",""step"":2},{""time"":101305,""label"":""tour_next"",""step"":2},{""time"":103732,""label"":""tour_end"",""step"":2},{""label"":""window_blurred"",""time"":110355}]}","{""startTime"":1678934179285,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar,1,0,0,Positive,3.7,0,0,0,0.0,0.0,0,15.0,1.0,0.5,1,1.0,1 +2023-03-15 22:27:00,2023-03-15 22:54:10,0,100,1629,1,2023-03-15 22:54:11,R_3NvUeGyb9PePalj,37.6868,-122.1496,EN,1,105.44200000000001,,,,,15.005999999999998,100,100,73,71.23100000000001,84.285,1,1,78.21300000000001,1,1,168.40900000000002,-3,124.65,15.005999999999998,6,6,6,7,4,6,"Whoops! I did not see the source at the bottom before. So say that I generally trust government sources, although my blanket trust eroded a bit under Trump., I will amend my previous answer to",149.895,7,6,6,1,1,6,"Well, I think the previous page mentioned that the data were trustworthy. Otherwise, I would want more info on who compiled the data - e.g., a government agricultural agency vs. a pesticide company that wanted to sell more product.",180.054,6,"Even though I said I completely understood the first chart, I was wrong. I thought The highest number was cumulative, not that the next category started at the color change.",144.779,2,7,3,4,1,5,6,25.772,4,8,7,6,8,5,9,8,"The above are such broad categories, it is hard to answer these questions/ E.g., Do you mean NY Times or Fox?",165.53900000000002,3,5,5,1,4,4,34.984,2,,6.353,2.0,1960.0,California,6.0,2.0,1.0,,8.0,Vacaville CA,,9.0,4.0,1.0,141.75799999999998,5e6bdd2a3ea572199bb7f6b6,"{""startTime"":1678934352234,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934099524,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":2655,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2806,""week"":""52"",""id"":""chart""},{""time"":7271,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1222,""week"":""31"",""id"":""chart""},{""time"":10047,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4104,""week"":""51"",""id"":""chart""}]}","{""startTime"":1678933828441,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":22,""label"":""tour_started""},{""time"":14187,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":21358,""week"":""52"",""id"":""chart""},{""time"":35801,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1328,""week"":""52"",""id"":""chart""},{""time"":40261,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5682,""week"":""32"",""id"":""chart""},{""time"":53790,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2531,""week"":""6"",""id"":""chart""},{""time"":59154,""label"":""tour_next"",""step"":2},{""time"":65436,""label"":""tour_end"",""step"":2},{""time"":67162,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3188,""week"":""1"",""id"":""chart""},{""time"":71159,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5839,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678934083089,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,bar,1,0,0,Positive,3.7,0,0,0,0.0,0.0,0,15.0,1.0,1.0,0,1.0,2 +2023-03-15 22:33:48,2023-03-15 22:54:19,0,100,1231,1,2023-03-15 22:54:20,R_2AL1pNQlCC3R3Zd,42.6374,-82.5764,EN,1,41.574,,,,,15.116,100,100,65,60.903,120.883,1,1,127.82600000000001,-3,-3,174.55700000000002,1,219.36599999999999,15.02,4,4,4,6,7,4,,44.5,6,6,6,5,4,6,"If its based on scientific fact that can be checked I trust it, but it could just be made up",45.68600000000001,5,,18.15,2,7,3,4,1,5,6,27.684,5,7,7,7,6,6,10,8,,48.433,4,4,4,4,4,4,48.553000000000004,3,,3.622,1.0,1964.0,Michigan,3.0,2.0,1.0,,7.0,,,3.0,4.0,1.0,92.016,59a88f5b321f870001d16d68,"{""startTime"":1678934591975,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934479220,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934167215,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":49582,""label"":""tour_next"",""step"":2},{""time"":79102,""label"":""tour_back"",""step"":2},{""time"":84967,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1401,""week"":""1"",""id"":""chart""},{""time"":86401,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1485,""week"":""52"",""id"":""chart""},{""time"":90789,""label"":""tour_next"",""step"":2},{""time"":92773,""label"":""tour_end"",""step"":2},{""time"":95225,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1422,""week"":""2"",""id"":""chart""}]}","{""startTime"":1678934463749,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,bar,1,0,0,Positive,4.0,0,0,0,0.0,0.0,0,15.0,1.0,0.0,1,0.0,2 +2023-03-15 22:43:28,2023-03-15 22:54:38,0,100,670,1,2023-03-15 22:54:39,R_3GvUYQ8Os5sve5p,39.9703,-75.0617,EN,1,20.009,1.0,4.0,1.0,9.672,15.216,84,82,62,11.782,106.852,1,1,39.271,1,-3,49.04,-3,38.605,15.019,6,7,6,7,7,5,,52.489,6,6,6,2,5,5,I would like to see supporting data,13.397,5,,13.047,2,7,3,4,1,5,6,13.302,7,8,9,7,8,3,10,9,,19.398,3,3,2,2,4,3,20.42,2,1.0,9.986,1.0,1973.0,New Jersey,6.0,2.0,1.0,,7.0,,,16.0,4.0,1.0,131.705,5cf5134c8f8ff80019e76721,"{""startTime"":1678934882805,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":22224},{""label"":""window_focused"",""time"":23696},{""label"":""window_blurred"",""time"":23703},{""label"":""window_focused"",""time"":27402},{""label"":""window_blurred"",""time"":31474},{""label"":""window_focused"",""time"":36767},{""label"":""window_blurred"",""time"":43508},{""label"":""window_focused"",""time"":50204}]}","{""startTime"":1678934936079,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":14910},{""label"":""window_focused"",""time"":16239}]}","{""startTime"":1678934798650,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":29,""label"":""tour_started""},{""time"":5251,""label"":""tour_next"",""step"":5},{""label"":""window_blurred"",""time"":7163},{""label"":""window_focused"",""time"":7825},{""time"":8889,""label"":""started_brush"",""startDate"":""2021-05-20"",""endDate"":""2021-10-11""},{""time"":9691,""label"":""tour_next"",""step"":5},{""time"":16207,""label"":""moved_brush"",""startDate"":""2021-07-13"",""endDate"":""2021-12-04""},{""time"":16846,""label"":""tour_next"",""step"":5},{""time"":21978,""label"":""cleared_brush"",""using"":""Click""},{""time"":21978,""label"":""cleared_brush"",""using"":""Escape""},{""time"":22863,""label"":""tour_next"",""step"":5},{""time"":26631,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678934867166,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar,1,0,0,Negative,2.8,0,0,0,0.0,0.0,0,15.0,1.0,0.5,0,0.0,3 +2023-03-15 22:41:22,2023-03-15 22:54:44,0,100,801,1,2023-03-15 22:54:45,R_2UXgXhtgQ2VuW1g,30.6922,-88.0425,EN,1,21.945999999999998,,,,,15.014000000000001,93,89,31,40.510999999999996,129.249,1,-1,87.802,-1,1,90.55799999999999,-3,77.001,15.107999999999999,6,4,7,5,7,5,I wonder why the diseases increased so high.,63.678999999999995,6,5,6,1,1,7,I think it's really easy to follow and it appears to be realistic information that could potentially happen.,37.501,4,,6.108,2,7,3,4,1,5,6,31.894000000000002,3,6,4,6,8,4,10,10,,32.91,5,1,5,2,4,3,26.364,2,,4.107,2.0,1994.0,Alabama,6.0,2.0,1.0,,3.0,,,9.0,4.0,1.0,45.07899999999999,5d10102523f6320017c63e07,"{""startTime"":1678934937462,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678934792454,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":6007,""label"":""hovered"",""timeHovered"":1725,""week"":""2021-12-20""},{""time"":7750,""label"":""hovered"",""timeHovered"":5178,""week"":""2021-12-20""},{""time"":13125,""label"":""hovered"",""timeHovered"":2690,""week"":""2021-12-27""},{""time"":17820,""label"":""hovered"",""timeHovered"":1098,""week"":""2021-12-13""},{""time"":20021,""label"":""hovered"",""timeHovered"":2013,""week"":""2021-12-06""}]}","{""startTime"":1678934569115,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":17967,""label"":""hovered"",""timeHovered"":1691,""week"":""2021-12-13""},{""time"":20313,""label"":""hovered"",""timeHovered"":1722,""week"":""2022-01-10""},{""time"":22923,""label"":""hovered"",""timeHovered"":2104,""week"":""2022-01-03""},{""time"":29154,""label"":""tour_next"",""step"":5},{""time"":45378,""label"":""started_brush"",""startDate"":""2021-07-28"",""endDate"":""2022-02-13""},{""time"":46114,""label"":""tour_next"",""step"":5},{""time"":55828,""label"":""moved_brush"",""startDate"":""2021-07-28"",""endDate"":""2022-02-13""},{""time"":57677,""label"":""tour_next"",""step"":5},{""time"":62589,""label"":""moved_brush"",""startDate"":""2021-07-28"",""endDate"":""2022-02-13""},{""time"":69151,""label"":""cleared_brush"",""using"":""click""},{""time"":70559,""label"":""tour_next"",""step"":5},{""time"":78071,""label"":""tour_end"",""step"":5},{""time"":88858,""label"":""started_brush"",""startDate"":""2021-06-11"",""endDate"":""2021-09-07""},{""time"":101853,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-07-08""},{""time"":102346,""label"":""hovered"",""timeHovered"":1907,""week"":""2021-05-03""},{""time"":115149,""label"":""moved_brush"",""startDate"":""2021-11-16"",""endDate"":""2022-02-13""},{""time"":119534,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-07-08""},{""time"":121154,""label"":""started_brush"",""startDate"":""2021-08-27"",""endDate"":""2021-11-14""},{""time"":123410,""label"":""cleared_brush"",""using"":""click""},{""time"":125023,""label"":""hovered"",""timeHovered"":2726,""week"":""2022-01-03""}]}","{""startTime"":1678934776928,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":10766,""label"":""started_brush"",""startDate"":""2021-05-03"",""endDate"":""2021-10-25""},{""time"":14083,""label"":""moved_brush"",""startDate"":""2021-08-22"",""endDate"":""2022-02-13""}]}",0,complex,line,0,2,0,Positive,3.3,1,2,0,0.0,0.0,3317,15.0,0.5,0.5,0,0.0,3 +2023-03-15 22:34:45,2023-03-15 22:54:46,0,100,1200,1,2023-03-15 22:54:46,R_3Esv4BzbnpQQdfW,39.6732,-75.7121,EN,1,51.326,2.0,,2.0,6.746,15.012,32,62,70,70.251,98.544,1,1,156.74,-2,1,80.63,-1,189.27700000000002,15.116,6,1,7,4,5,6,,69.493,1,4,1,1,1,4,There was no source on that page. The previous page listed the CDC,47.247,4,,13.620999999999999,2,7,3,4,1,5,6,32.499,5,6,8,7,8,3,10,9,,75.904,3,4,4,2,4,3,69.54899999999999,1,3.0,24.302,1.0,1959.0,Delaware,6.0,2.0,1.0,,7.0,,,17.0,4.0,1.0,99.762,5bf8f34abdd6400001bd5e66,"{""startTime"":1678934446864,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934517217,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934250176,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":73443,""label"":""hovered"",""timeHovered"":3416,""week"":""2021-06-21""},{""time"":81410,""label"":""hovered"",""timeHovered"":2699,""week"":""2022-02-07""},{""time"":88086,""label"":""tour_next"",""step"":2},{""time"":94678,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678934430993,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line,1,0,0,Negative,3.3,0,0,0,0.0,0.0,0,15.0,1.0,0.5,0,0.5,2 +2023-03-15 22:37:26,2023-03-15 22:55:33,0,100,1086,1,2023-03-15 22:55:33,R_8i8d54KlhPsZfRT,35.2416,-81.2181,EN,1,106.76799999999999,,,,,15.113,79,73,27,44.357,164.00099999999998,1,1,52.458,1,1,153.35399999999998,1,117.037,15.012,3,1,3,5,6,3,,64.885,2,3,1,1,1,4,I think I would need a bit more information about the details of the data before I could fully trust it. The huge spike in both pest and fungi diseases in 2022 should include more explanations.,101.046,4,,16.347,2,7,3,4,1,5,6,28.813000000000002,4,6,3,7,2,8,10,9,,32.991,3,4,5,2,3,2,31.445999999999998,3,,6.04,2.0,1973.0,North Carolina,5.0,2.0,1.0,,3.0,,,5.0,3.0,2.0,54.901,55d8389069dbc30005b67b57,"{""startTime"":1678934777238,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934842719,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934442333,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":55146,""label"":""tour_next"",""step"":2},{""time"":62570,""label"":""tour_end"",""step"":2},{""time"":64671,""label"":""hovered"",""timeHovered"":2523,""week"":""2022-01-03""},{""time"":67199,""label"":""hovered"",""timeHovered"":2560,""week"":""2022-01-03""},{""time"":71295,""label"":""hovered"",""timeHovered"":3942,""week"":""2022-02-07""},{""time"":76895,""label"":""hovered"",""timeHovered"":1132,""week"":""2022-01-10""},{""time"":79247,""label"":""hovered"",""timeHovered"":1132,""week"":""2022-01-10""},{""time"":90926,""label"":""hovered"",""timeHovered"":2233,""week"":""2021-06-07""},{""time"":93606,""label"":""hovered"",""timeHovered"":1397,""week"":""2021-06-28""},{""time"":98191,""label"":""hovered"",""timeHovered"":6566,""week"":""2021-06-28""},{""time"":105927,""label"":""hovered"",""timeHovered"":1339,""week"":""2021-08-09""},{""time"":108662,""label"":""hovered"",""timeHovered"":1135,""week"":""2021-08-30""},{""time"":110222,""label"":""hovered"",""timeHovered"":3693,""week"":""2021-09-20""},{""time"":122647,""label"":""hovered"",""timeHovered"":5364,""week"":""2021-12-13""},{""time"":138230,""label"":""hovered"",""timeHovered"":1177,""week"":""2021-12-27""},{""time"":140222,""label"":""hovered"",""timeHovered"":1266,""week"":""2021-11-29""},{""time"":144118,""label"":""hovered"",""timeHovered"":1285,""week"":""2021-12-13""},{""time"":145470,""label"":""hovered"",""timeHovered"":1283,""week"":""2021-12-20""},{""time"":147382,""label"":""hovered"",""timeHovered"":1711,""week"":""2021-12-27""},{""time"":151350,""label"":""hovered"",""timeHovered"":4932,""week"":""2022-01-17""}]}","{""startTime"":1678934761549,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":3614,""label"":""hovered"",""timeHovered"":1222,""week"":""2021-11-29""},{""time"":6054,""label"":""hovered"",""timeHovered"":1167,""week"":""2021-08-02""}]}",0,moderate,line,1,0,0,Negative,3.2,0,2,2,2.3890000000000002,1.1945,2440,15.0,1.0,1.0,1,1.0,2 +2023-03-15 22:41:02,2023-03-15 22:55:41,0,100,879,1,2023-03-15 22:55:42,R_vBpulNQx1PwFpx7,34.2773,-118.5001,EN,1,46.839,,,,,15.009,97,99,69,45.348,49.629,1,1,48.861000000000004,1,1,78.23100000000001,-1,61.663000000000004,15.116,6,6,6,6,6,6,,72.89699999999999,6,7,6,6,6,6,It seemed to be presenting data in an appropriate manner without suggestion of being manipulated for someone's personal advantage. ,154.076,4,,8.696,2,7,3,4,1,5,6,28.4,4,6,6,8,4,4,10,10,,31.601,3,3,5,3,4,3,21.613000000000003,1,,9.339,2.0,1946.0,California,6.0,2.0,1.0,,9.0,,Granada Hills,4.0,4.0,1.0,87.37899999999999,5c1150e31e7d6900018207ef,"{""startTime"":1678934948182,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":3006,""label"":""hovered"",""timeHovered"":1498,""week"":""2022-02-07""}]}","{""startTime"":1678934781570,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934581591,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":35919,""label"":""tour_next"",""step"":2},{""time"":46021,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678934711171,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,line,1,0,0,Positive,3.5,0,0,0,0.0,0.0,0,15.0,1.0,1.0,0,1.0,2 +2023-03-15 22:33:44,2023-03-15 22:55:43,0,100,1318,1,2023-03-15 22:55:43,R_8cUPn4yaBNPrbod,42.0753,-80.0671,EN,1,473.895,1.0,4.0,1.0,10.279000000000002,15.017000000000001,100,100,100,23.673000000000002,36.85,-2,1,64.407,1,1,75.043,-1,59.574,15.112,7,7,7,7,7,7,I trust this data from the CDC.,43.963,7,7,7,7,7,7,I trust it because it comes from the CDC which is a trusted scientific source and it makes sense with commonly known truthful knowledge about COVID 19.,49.243,3,,41.492,2,7,3,4,1,5,6,28.929000000000002,6,10,8,9,10,7,11,11,,27.471,5,5,5,1,5,5,41.434,1,1.0,14.502,1.0,1965.0,Pennsylvania,6.0,1.0,1.0,,7.0,,,5.0,4.0,1.0,233.937,614ead1e38ca4b390b860c23,"{""startTime"":1678934699651,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934744154,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934581965,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":14116,""label"":""hovered"",""timeHovered"":1200,""week"":""2021-12-27""},{""time"":15614,""label"":""hovered"",""timeHovered"":9485,""week"":""2021-12-27""},{""time"":26270,""label"":""tour_next"",""step"":2},{""time"":31535,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678934684108,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":8992,""label"":""hovered"",""timeHovered"":2521,""week"":""2022-01-31""},{""time"":12304,""label"":""hovered"",""timeHovered"":1322,""week"":""2022-01-03""},{""time"":13662,""label"":""hovered"",""timeHovered"":1192,""week"":""2022-01-03""}]}",1,simple,line,1,0,0,Positive,4.3,0,3,3,5.035,1.6783333333333337,4670,15.0,0.5,1.0,0,0.5,1 +2023-03-15 22:23:32,2023-03-15 22:55:48,0,100,1935,1,2023-03-15 22:55:49,R_2ron0YwM1Yxrtww,40.9241,-77.05199999999999,EN,1,39.232,1.0,3.0,2.0,17.964000000000002,15.012,84,100,69,68.602,319.165,-2,1,165.30599999999998,-1,-3,177.003,-3,96.7,15.014000000000001,6,5,7,6,6,6,Thank you for allowing me to take part in your study. ,66.979,6,6,5,7,4,6,"The presentation of the data seems scientific in nature. Additionally, the data presented lines up with what public health officials have said about Covid. Specifically, that unvaccinated people are far mot likely to become infected with the virus than vaccinated people, and that older individuals are more susceptible to the virus than those who are younger. ",181.2,5,I feel that the topic of the study is interesting. ,83.831,2,7,3,4,1,5,6,57.028,6,8,9,10,9,7,11,11,,51.724,5,4,5,1,5,5,56.588,1,1.0,39.06,1.0,1983.0,Pennsylvania,7.0,2.0,1.0,,7.0,,,7.0,2.0,2.0,383.787,5c11f3face422b0001d69416,"{""startTime"":1678934250240,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678934011226,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933578096,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":33,""label"":""tour_started""},{""time"":15569,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1225,""week"":""45"",""id"":""chart""},{""time"":16810,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":21449,""week"":""44"",""id"":""chart""},{""time"":38961,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3502,""week"":""52"",""id"":""chart""},{""time"":43409,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1801,""week"":""52"",""id"":""chart""},{""time"":46078,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3747,""week"":""1"",""id"":""chart""},{""time"":50953,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5342,""week"":""41"",""id"":""chart""},{""time"":60142,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":18299,""week"":""51"",""id"":""chart""},{""time"":82344,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":11863,""week"":""47"",""id"":""chart""},{""time"":95433,""label"":""tour_next"",""step"":5},{""time"":143102,""label"":""tour_back"",""step"":5},{""time"":148567,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1122,""week"":""51"",""id"":""chart""},{""time"":160471,""label"":""tour_next"",""step"":5},{""time"":178043,""label"":""cleared_brush"",""using"":""Click""},{""time"":189049,""label"":""started_brush"",""startDate"":""2021-10-30"",""endDate"":""2022-01-12""},{""time"":200229,""label"":""tour_next"",""step"":5},{""time"":214125,""label"":""cleared_brush"",""using"":""Click""},{""time"":221308,""label"":""cleared_brush"",""using"":""Click""},{""time"":231436,""label"":""cleared_brush"",""using"":""Click""},{""time"":242028,""label"":""moved_brush"",""startDate"":""2021-06-03"",""endDate"":""2021-10-03""},{""time"":244068,""label"":""tour_next"",""step"":5},{""time"":256091,""label"":""cleared_brush"",""using"":""Click""},{""time"":256091,""label"":""cleared_brush"",""using"":""Escape""},{""time"":260147,""label"":""tour_next"",""step"":5},{""time"":273579,""label"":""tour_end"",""step"":5},{""time"":277259,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2127,""week"":""1"",""id"":""chart""},{""time"":280110,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2992,""week"":""1"",""id"":""chart""},{""time"":290256,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1178,""week"":""51"",""id"":""chart""},{""time"":292474,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":9047,""week"":""52"",""id"":""chart""},{""time"":303393,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":9493,""week"":""15"",""id"":""chart""}]}","{""startTime"":1678933995547,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":8693,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2270,""week"":""52"",""id"":""chart""},{""time"":11067,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2214,""week"":""51"",""id"":""chart""}]}",1,complex,bar,1,1,0,Positive,4.2,0,2,2,4.484,2.242,2374,15.0,0.5,0.0,0,0.0,3 +2023-03-15 22:37:46,2023-03-15 22:56:09,0,100,1103,1,2023-03-15 22:56:10,R_3lRqnOcqmEwNbpq,46.2515,-119.1034,EN,1,38.995,1.0,4.0,2.0,3.9,15.013,84,95,55,71.531,125.2,-2,1,43.174,1,1,80.061,1,57.751000000000005,15.011,5,6,7,7,7,5,The data above almost certainly leaves out a large number of people who had covid but weren't officially diagnosed. I trust it to be accurate as far as reported cases go. ,376.246,7,7,6,1,1,6,I have no reason to think that it is an inaccurate portrayal of the existing statistics. ,37.975,4,,8.299,2,7,3,4,1,5,6,19.575,2,6,8,7,9,2,10,6,How trustworthy the government is depends on who is in control of it at the time. The trustworthiness of the police depends on where you are. ,63.361000000000004,3,4,5,1,4,4,32.657,3,1.0,10.822000000000001,2.0,1962.0,Washington,6.0,1.0,1.0,,7.0,,,4.0,4.0,1.0,55.0,5e1fc8d45427912f6143b012,"{""startTime"":1678934593999,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678934972183,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678934394038,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":13329,""label"":""tour_next"",""step"":5},{""label"":""window_blurred"",""time"":56744},{""label"":""window_focused"",""time"":63269},{""time"":87884,""label"":""started_brush"",""startDate"":""2021-11-03"",""endDate"":""2022-02-13""},{""time"":89392,""label"":""tour_next"",""step"":5},{""time"":100447,""label"":""moved_brush"",""startDate"":""2021-11-03"",""endDate"":""2022-02-13""},{""time"":101296,""label"":""tour_next"",""step"":5},{""time"":114252,""label"":""cleared_brush"",""using"":""click""},{""time"":115127,""label"":""tour_next"",""step"":5},{""time"":121673,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678934578459,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line,1,0,0,Positive,3.5,0,0,0,0.0,0.0,0,15.0,0.5,1.0,1,1.0,3 +2023-03-15 22:23:23,2023-03-15 22:58:03,0,100,2079,1,2023-03-15 22:58:03,R_snHEpXzaSYeSaSl,41.8358,-72.8178,EN,1,292.596,1.0,3.0,2.0,12.615,15.011,91,33,59,44.647,315.41900000000004,1,1,113.935,1,1,87.9,-1,104.715,15.005999999999998,4,1,4,5,1,4,The visualization of the data chart was not clear and was difficult to understand.,169.486,4,3,3,2,1,4,I found it a little difficult to decipher the data gathered,43.595,4,No additional comments. Enjoyable survey. ,66.82300000000001,2,7,3,4,1,5,6,56.992,4,5,6,6,7,6,8,9,No additional thoughts or comments.,66.869,3,4,5,4,4,4,71.515,2,2.0,47.497,1.0,1966.0,Connecticut,6.0,2.0,1.0,,3.0,,,17.0,3.0,1.0,92.24700000000001,628a4816764d2f993ee7493d,"{""startTime"":1678934605208,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":100625,""label"":""hovered"",""timeHovered"":1782,""week"":""2021-09-20""}]}","{""startTime"":1678934775946,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678934168866,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":5180,""label"":""hovered"",""timeHovered"":1873,""week"":""2022-01-31""},{""time"":45803,""label"":""tour_next"",""step"":5},{""time"":59893,""label"":""cleared_brush"",""using"":""click""},{""time"":82979,""label"":""started_brush"",""startDate"":""2021-04-18"",""endDate"":""2021-07-14""},{""time"":88811,""label"":""tour_next"",""step"":5},{""time"":99121,""label"":""cleared_brush"",""using"":""click""},{""time"":115326,""label"":""started_brush"",""startDate"":""2021-06-30"",""endDate"":""2021-09-20""},{""time"":119239,""label"":""tour_back"",""step"":5},{""time"":161080,""label"":""moved_brush"",""startDate"":""2021-06-30"",""endDate"":""2022-02-13""},{""time"":165377,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-13""},{""time"":180877,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-13""},{""time"":182011,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-13""},{""time"":184426,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-13""},{""time"":186755,""label"":""tour_back"",""step"":5},{""time"":204192,""label"":""hovered"",""timeHovered"":4678,""week"":""2022-01-17""},{""time"":209154,""label"":""hovered"",""timeHovered"":1581,""week"":""2022-01-17""},{""time"":214730,""label"":""tour_next"",""step"":5},{""time"":229945,""label"":""cleared_brush"",""using"":""click""},{""time"":234460,""label"":""started_brush"",""startDate"":""2021-04-15"",""endDate"":""2021-05-21""},{""time"":236075,""label"":""tour_next"",""step"":5},{""time"":243972,""label"":""moved_brush"",""startDate"":""2021-05-13"",""endDate"":""2021-06-17""},{""time"":244927,""label"":""tour_next"",""step"":5},{""time"":253685,""label"":""started_brush"",""startDate"":""2021-06-22"",""endDate"":""2021-08-12""},{""time"":257224,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-06-01""},{""time"":261979,""label"":""moved_brush"",""startDate"":""2021-09-24"",""endDate"":""2021-11-14""},{""time"":263909,""label"":""moved_brush"",""startDate"":""2021-12-24"",""endDate"":""2022-02-13""},{""time"":266942,""label"":""moved_brush"",""startDate"":""2021-09-12"",""endDate"":""2022-02-13""},{""time"":274571,""label"":""cleared_brush"",""using"":""click""},{""time"":274575,""label"":""cleared_brush"",""using"":""Escape""},{""time"":276721,""label"":""tour_next"",""step"":5},{""time"":309119,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678934589989,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line,0,1,0,Negative,4.0,0,0,0,0.0,0.0,0,15.0,1.0,1.0,0,0.0,3 +2023-03-15 22:46:05,2023-03-15 22:58:06,0,100,720,1,2023-03-15 22:58:06,R_2cqDpV4Y4Y5nxbm,42.8984,-85.7223,EN,1,18.885,,,,,15.129000000000001,78,90,80,48.428000000000004,126.729,-2,1,54.506,-3,1,97.45100000000001,1,50.723,15.122,5,4,4,5,6,6,,29.57,5,6,6,5,1,6,The information is detailed and appears to reflect seasonal changes which makes sense.,30.496,6,,11.508,2,7,3,4,1,5,6,25.413,4,8,9,8,8,6,10,10,,25.701999999999998,4,4,4,2,5,4,36.677,2,,9.929,2.0,1953.0,Michigan,7.0,1.0,1.0,,7.0,,,10.0,3.0,2.0,58.68,5c5f8a910edbd90001e1feda,"{""startTime"":1678935115667,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678935052619,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678934858191,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":46,""label"":""tour_started""},{""time"":21171,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5244,""week"":""44"",""id"":""chart""},{""time"":35167,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2290,""week"":""6"",""id"":""chart""},{""time"":38544,""label"":""tour_next"",""step"":5},{""time"":64001,""label"":""started_brush"",""startDate"":""2021-07-01"",""endDate"":""2021-09-01""},{""time"":69707,""label"":""tour_next"",""step"":5},{""time"":90359,""label"":""moved_brush"",""startDate"":""2021-07-01"",""endDate"":""2021-09-14""},{""time"":92976,""label"":""tour_next"",""step"":5},{""time"":100016,""label"":""cleared_brush"",""using"":""Click""},{""time"":102159,""label"":""tour_next"",""step"":5},{""time"":111741,""label"":""tour_end"",""step"":5},{""time"":117760,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2916,""week"":""2"",""id"":""chart""},{""time"":122149,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3545,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678935036721,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,bar,0,2,0,Positive,3.8,0,0,0,0.0,0.0,0,15.0,0.5,0.5,1,1.0,3 +2023-03-15 22:31:22,2023-03-15 22:58:13,0,100,1611,1,2023-03-15 22:58:14,R_2ZK7zPABvUgMj8m,37.751,-97.822,EN,1,265.58,1.0,2.0,1.0,34.073,15.054,77,73,78,204.947,97.205,1,1,57.938,-2,1,118.671,1,119.762,15.190999999999999,3,4,4,3,4,4,,41.192,5,5,5,5,5,4,I am not sure if it is well done and if I can trust the data,76.067,4,,55.69,2,7,3,4,1,5,6,47.208,5,7,5,6,7,9,10,10,,25.377,4,4,4,2,4,4,55.758,2,1.0,35.903,2.0,1973.0,Kentucky,6.0,3.0,1.0,,7.0,,,14.0,1.0,2.0,89.572,63c4a90d09909e33d5e82f21,"{""startTime"":1678934773933,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_focused"",""time"":11606},{""label"":""window_blurred"",""time"":42318}]}","{""startTime"":1678934820410,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_focused"",""time"":22613},{""label"":""window_blurred"",""time"":40416}]}","{""startTime"":1678934527394,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":119,""label"":""tour_started""},{""label"":""window_focused"",""time"":86395},{""time"":89590,""label"":""tour_next"",""step"":2},{""time"":92222,""label"":""tour_end"",""step"":2},{""label"":""window_blurred"",""time"":96918}]}","{""startTime"":1678934753221,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar,1,0,0,Negative,3.7,0,0,0,0.0,0.0,0,15.0,1.0,0.5,1,0.5,2 +2023-03-15 22:50:58,2023-03-15 22:58:16,0,100,438,1,2023-03-15 22:58:17,R_10vDUtuLVqDD0VN,39.1059,-84.5047,EN,1,5.569,,,,,15.009,60,93,50,26.441,44.07,1,1,37.463,-3,-3,51.065,-3,23.961,15.107999999999999,4,4,4,6,7,6,,25.726999999999997,4,6,4,2,2,6,"I really have no reason to distrust it, so I err on being trusting.",27.781,6,,5.218999999999999,2,7,3,4,1,5,6,12.344000000000001,2,2,8,8,4,4,10,10,,19.704,2,1,3,5,2,1,22.362,2,,4.231,2.0,1963.0,Ohio,2.0,2.0,1.0,,9.0,,Cincinnati,15.0,3.0,1.0,59.59,5fb9de27e62120924c5b2176,"{""startTime"":1678935228737,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":27,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5887,""week"":""1"",""id"":""chart""}]}","{""startTime"":1678935255026,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678935116654,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":8563,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3835,""week"":""1"",""id"":""chart""},{""time"":12506,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6691,""week"":""52"",""id"":""chart""},{""time"":21345,""label"":""tour_next"",""step"":2},{""time"":26680,""label"":""tour_end"",""step"":2},{""time"":28322,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1644,""week"":""24"",""id"":""chart""},{""time"":31475,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3308,""week"":""14"",""id"":""chart""},{""time"":35602,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2870,""week"":""50"",""id"":""chart""}]}","{""startTime"":1678935212876,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":6559,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2913,""week"":""3"",""id"":""chart""}]}",0,moderate,bar,0,0,0,Positive,2.3,0,1,1,2.9130000000000003,2.9130000000000003,0,15.0,1.0,0.0,0,0.0,2 +2023-03-15 22:33:15,2023-03-15 22:58:42,0,100,1526,1,2023-03-15 22:58:42,R_2EzUCOgB5Q2Vvi5,32.8118,-83.565,EN,1,38.922,,,,,15.008,56,80,43,41.248999999999995,75.029,1,-3,331.006,-1,-3,186.28599999999997,-1,109.94200000000001,15.120999999999999,4,4,4,5,5,4,"Interesting survey, best of luck with your research. Thank you.",109.51299999999999,5,5,6,4,3,4,I would prefer more sources / data to make a concrete determination.,70.031,4,Quite interesting survey. Thank you. Best of success with your research,77.196,2,7,3,4,1,5,6,36.719,2,3,6,6,2,6,7,8,,36.461999999999996,4,4,4,2,5,4,41.403,4,,15.86,1.0,1960.0,Georgia,6.0,2.0,1.0,,7.0,,,15.0,2.0,1.0,185.262,5e3f4c676d06fc1b240e6021,"{""startTime"":1678934686201,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934572253,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":2839,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3723,""week"":""51"",""id"":""chart""},{""time"":6563,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1967,""week"":""51"",""id"":""chart2""}]}","{""startTime"":1678934144900,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":29786,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":9695,""week"":""35"",""id"":""chart""},{""time"":41132,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3896,""week"":""29"",""id"":""chart""},{""time"":45045,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1266,""week"":""30"",""id"":""chart""},{""time"":46329,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1081,""week"":""31"",""id"":""chart""},{""time"":50995,""label"":""tour_next"",""step"":2},{""time"":56107,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6563,""week"":""36"",""id"":""chart2""},{""time"":69491,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678934555948,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,bar,1,0,0,Negative,3.8,0,0,0,0.0,0.0,0,15.0,0.5,0.0,0,0.5,1 +2023-03-15 22:40:35,2023-03-15 22:58:44,0,100,1089,1,2023-03-15 22:58:45,R_26gUhwEEs29Zp0J,39.0831,-94.5853,EN,1,38.304,,,,,15.109000000000002,100,100,78,26.579,83.277,-2,-3,94.00399999999999,-3,-3,152.85299999999998,1,81.507,15.11,5,6,5,3,7,5,"I'm having a bit of trouble understanding how the numbers are working as the graph doesn't seem to match the numbers in the interactive feature, but I have a math disability and that may explain it",97.59700000000001,5,5,5,3,1,5,It would be a bit more helpful if there was an explanation of how it works As the numbers don't seem to be quite right,64.72800000000001,6,"I think most people can be trusted as the majority of people are relatively honest, but it's best to go with your instincts in uncertain situations.",40.689,2,7,3,4,1,5,6,24.303,8,9,9,8,9,7,10,10,,45.291000000000004,2,2,3,4,3,2,34.803000000000004,2,,10.033,1.0,1973.0,Missouri,2.0,1.0,1.0,,7.0,,,3.0,4.0,2.0,101.81,5f6fd1451758e95a989623b2,"{""startTime"":1678934972890,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934783831,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":12714,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7856,""week"":""2"",""id"":""chart""},{""time"":20689,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":11250,""week"":""2"",""id"":""chart""},{""time"":32361,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4408,""week"":""3"",""id"":""chart""},{""time"":38089,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":11046,""week"":""1"",""id"":""chart""},{""time"":49642,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3094,""week"":""52"",""id"":""chart""},{""time"":81267,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":14114,""week"":""32"",""id"":""chart""},{""label"":""window_blurred"",""time"":96039},{""label"":""window_focused"",""time"":97032}]}","{""startTime"":1678934529358,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":34,""label"":""tour_started""},{""time"":19272,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":9232,""week"":""48"",""id"":""chart""},{""time"":28687,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1600,""week"":""49"",""id"":""chart""},{""time"":31237,""label"":""tour_next"",""step"":2},{""time"":38794,""label"":""tour_end"",""step"":2},{""time"":43072,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2831,""week"":""51"",""id"":""chart""},{""time"":46010,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6276,""week"":""52"",""id"":""chart""},{""time"":53754,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1415,""week"":""45"",""id"":""chart""},{""time"":55554,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1515,""week"":""46"",""id"":""chart""},{""time"":57170,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1649,""week"":""47"",""id"":""chart""},{""time"":59043,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1426,""week"":""48"",""id"":""chart""},{""time"":60690,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1412,""week"":""49"",""id"":""chart""},{""time"":63107,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3012,""week"":""50"",""id"":""chart""},{""time"":69779,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5623,""week"":""4"",""id"":""chart""}]}","{""startTime"":1678934767863,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":7499,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1240,""week"":""52"",""id"":""chart""},{""time"":8745,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1577,""week"":""52"",""id"":""chart""}]}",0,moderate,bar,1,0,0,Negative,2.7,0,2,2,2.8169999999999997,1.4085,1246,15.0,0.0,0.0,1,0.0,2 +2023-03-15 22:45:32,2023-03-15 22:58:52,0,100,800,1,2023-03-15 22:58:54,R_2OJdVzIg6rckfm0,33.9837,-84.1487,EN,1,33.82,1.0,2.0,2.0,5.5889999999999995,15.113,65,61,57,47.636,145.19899999999998,1,1,85.759,1,1,72.535,-3,44.919,15.107999999999999,4,3,4,5,6,4,,38.441,5,5,6,4,6,4,I o not now who created the visualization.,46.833,3,,10.86,2,7,3,4,1,5,6,17.288,2,2,1,3,2,2,4,4,,32.11,3,3,3,2,4,3,36.76,3,2.0,21.391,1.0,1960.0,Georgia,3.0,1.0,1.0,,3.0,,,7.0,4.0,2.0,78.904,5fc44494862e3e78b8181623,"{""startTime"":1678935131456,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678935057793,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678934851180,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":25,""label"":""tour_started""},{""time"":32688,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":10067,""week"":""47"",""id"":""chart""},{""time"":42757,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2515,""week"":""47"",""id"":""chart""},{""time"":45656,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":12920,""week"":""51"",""id"":""chart""},{""time"":61110,""label"":""tour_next"",""step"":5},{""time"":82891,""label"":""started_brush"",""startDate"":""2021-05-02"",""endDate"":""2021-06-27""},{""time"":83991,""label"":""tour_next"",""step"":5},{""time"":107495,""label"":""moved_brush"",""startDate"":""2021-05-23"",""endDate"":""2021-07-18""},{""time"":109105,""label"":""moved_brush"",""startDate"":""2021-04-29"",""endDate"":""2021-07-18""},{""time"":109934,""label"":""tour_next"",""step"":5},{""time"":114851,""label"":""cleared_brush"",""using"":""Click""},{""time"":116103,""label"":""tour_next"",""step"":5},{""time"":123795,""label"":""tour_end"",""step"":5},{""time"":124920,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1274,""week"":""4"",""id"":""chart""},{""time"":143706,""label"":""started_brush"",""startDate"":""2021-04-06"",""endDate"":""2021-08-25""}]}","{""startTime"":1678935042225,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar,1,0,0,Negative,3.0,0,0,0,0.0,0.0,0,15.0,1.0,1.0,0,0.0,3 +2023-03-15 22:39:30,2023-03-15 22:58:56,0,100,1166,1,2023-03-15 22:58:57,R_3Ein9YnsyWehFKt,37.751,-97.822,EN,1,10.267999999999999,,,,,15.12,81,97,50,32.518,45.776,1,-3,114.545,-1,1,223.988,1,89.28399999999999,15.01,6,3,6,6,6,6,Interesting subject if true.,83.74700000000001,5,6,5,5,6,6,It seems like there was thought and analysis put into gathering the data.,70.71600000000001,3,,28.026999999999997,2,7,3,4,1,5,6,26.969,1,1,1,1,1,1,5,3,,27.623,1,3,4,4,2,1,64.274,3,,17.324,2.0,1965.0,Georgia,6.0,3.0,1.0,,3.0,,,6.0,4.0,1.0,114.675,63d9455555931a8fa4d7a3d8,"{""startTime"":1678934804531,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934659398,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934475963,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":5612,""label"":""hovered"",""timeHovered"":1149,""week"":""2022-01-24""},{""time"":7127,""label"":""hovered"",""timeHovered"":1315,""week"":""2022-02-07""},{""time"":13155,""label"":""hovered"",""timeHovered"":1414,""week"":""2022-01-03""},{""time"":14687,""label"":""hovered"",""timeHovered"":1231,""week"":""2022-01-03""},{""time"":15919,""label"":""hovered"",""timeHovered"":1247,""week"":""2022-01-03""},{""time"":27864,""label"":""tour_next"",""step"":2},{""time"":32968,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678934642370,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,line,1,0,0,Positive,2.5,0,0,0,0.0,0.0,0,15.0,0.5,0.5,1,0.5,1 +2023-03-15 22:44:44,2023-03-15 22:59:14,0,100,869,1,2023-03-15 22:59:15,R_x0gEOWk0AIZu9ZT,40.595,-75.5289,EN,1,18.48,1.0,4.0,1.0,16.712,15.015999999999998,89,90,53,55.052,88.75,1,-2,62.281000000000006,-3,1,102.28200000000001,-3,51.548,15.011,6,4,6,6,7,6,,63.33,7,7,7,7,6,7,I states all that I need to know. ,24.448,7,,17.201,2,7,3,4,1,5,6,31.894000000000002,5,6,8,8,5,9,10,10,,40.138000000000005,3,3,3,3,3,3,39.025,4,1.0,19.708,1.0,1945.0,Pennsylvania,3.0,2.0,1.0,,9.0,,Allentown,7.0,4.0,1.0,103.663,580e8bdbf25c44000167943b,"{""startTime"":1678935113485,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678935047069,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":2854,""label"":""hovered"",""timeHovered"":1076,""week"":""2022-01-10""},{""time"":4786,""label"":""hovered"",""timeHovered"":2810,""week"":""2022-01-03""}]}","{""startTime"":1678934839289,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":37391,""label"":""hovered"",""timeHovered"":1398,""week"":""2022-01-10""},{""time"":39656,""label"":""hovered"",""timeHovered"":2330,""week"":""2022-01-10""},{""time"":47249,""label"":""hovered"",""timeHovered"":6461,""week"":""2022-01-03""},{""time"":55625,""label"":""tour_next"",""step"":2},{""time"":70304,""label"":""tour_end"",""step"":2},{""time"":77692,""label"":""hovered"",""timeHovered"":4434,""week"":""2022-01-10""}]}","{""startTime"":1678935031200,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line,0,1,0,Positive,3.0,0,0,0,0.0,0.0,0,15.0,0.5,0.5,0,0.5,2 +2023-03-15 22:45:33,2023-03-15 22:59:43,0,100,849,1,2023-03-15 22:59:43,R_5iR0pVv2T0vxiY9,40.625,-75.3953,EN,1,26.83,,,,,15.007,75,90,76,43.885,58.236999999999995,1,-3,66.683,-3,1,106.037,-1,72.798,15.008,4,3,4,6,7,4,"The CCA made a report of data using this form of chart. It's easy to read, but that doesn't mean the data is accurate.",84.505,6,6,6,2,4,4,I don't know how reliable the data is that the visualization supports.,32.876,5,It depends on what factors you are trusting them about: is it knowledge? character? emotion?,44.996,2,7,3,4,1,5,6,21.500999999999998,6,5,9,5,2,9,8,9,,34.18,4,4,4,2,4,3,37.259,6,,8.724,2.0,1962.0,Pennsylvania,7.0,2.0,1.0,,7.0,,,4.0,2.0,1.0,120.444,5c6c597c42e33400019c72a5,"{""startTime"":1678935073985,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678935010218,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934829439,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":29,""label"":""tour_started""},{""time"":15571,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8332,""week"":""1"",""id"":""chart""},{""time"":24921,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2532,""week"":""26"",""id"":""chart""},{""time"":28219,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4733,""week"":""52"",""id"":""chart""},{""time"":34104,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2832,""week"":""6"",""id"":""chart""},{""time"":39651,""label"":""tour_next"",""step"":2},{""time"":47426,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678934994670,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,bar,1,0,0,Negative,3.5,0,0,0,0.0,0.0,0,15.0,0.5,0.5,0,0.5,2 +2023-03-15 22:48:25,2023-03-15 23:00:13,0,100,708,1,2023-03-15 23:00:13,R_2tJMbXWbCg49gDC,33.6404,-117.9226,EN,1,4.295,,,,,15.110999999999999,85,82,59,44.657,56.285,-1,1,158.83100000000002,-2,1,37.691,-1,47.873999999999995,15.011,4,4,4,5,5,2,,31.421999999999997,4,5,5,2,4,4,"I don't know the accuracy of the data behind the visualization, nor whether I trust the source.",44.687,6,December 2022 wasn't represented by the graph.,27.237,2,7,3,4,1,5,6,17.949,2,3,8,6,3,6,7,6,,39.285,3,4,4,3,3,4,26.531999999999996,5,,7.398,1.0,1961.0,California,3.0,1.0,1.0,,7.0,,,17.0,1.0,1.0,77.321,61523f5edff0567aa388e752,"{""startTime"":1678935086096,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678935118516,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934975750,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":3,""label"":""tour_started""},{""time"":21293,""label"":""tour_next"",""step"":2},{""time"":27184,""label"":""tour_end"",""step"":2},{""time"":29284,""label"":""hovered"",""timeHovered"":1665,""week"":""2022-01-10""},{""time"":32292,""label"":""hovered"",""timeHovered"":5296,""week"":""2022-01-03""}]}","{""startTime"":1678935070588,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":8694,""label"":""hovered"",""timeHovered"":1854,""week"":""2022-01-03""}]}",0,moderate,line,1,0,0,Negative,3.5,0,1,1,1.854,1.854,0,15.0,0.5,0.5,0,0.5,2 +2023-03-15 22:46:10,2023-03-15 23:01:31,0,100,920,1,2023-03-15 23:01:32,R_2pQscFUuHga4GDz,33.7372,-117.8232,EN,1,48.667,,,,,15.119000000000002,74,85,77,62.125,171.585,1,1,61.681000000000004,1,1,57.368,1,49.153999999999996,15.012,4,4,4,6,6,4,,77.311,6,6,6,2,2,5,I have no idea whether the data is made up or accurate plus there should be an explanation for the large change in Dec-Jan.,45.948,5,,9.621,2,7,3,4,1,5,6,25.955,7,8,10,8,6,9,10,10,,32.306,5,5,5,1,5,5,43.941,5,,8.948,2.0,1955.0,California,6.0,1.0,1.0,,7.0,,,12.0,4.0,1.0,111.985,608e2cb9067eb028500433d5,"{""startTime"":1678935144242,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":1398,""label"":""hovered"",""timeHovered"":2868,""week"":""2021-12-06""},{""time"":4268,""label"":""hovered"",""timeHovered"":16948,""week"":""2021-10-18""}]}","{""startTime"":1678935222275,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":2769,""label"":""hovered"",""timeHovered"":15713,""week"":""2022-01-17""},{""time"":19690,""label"":""hovered"",""timeHovered"":1927,""week"":""2022-01-17""},{""time"":21626,""label"":""hovered"",""timeHovered"":1302,""week"":""2022-01-17""}]}","{""startTime"":1678934906773,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":31,""label"":""tour_started""},{""time"":21984,""label"":""hovered"",""timeHovered"":1298,""week"":""2021-11-15""},{""time"":36103,""label"":""hovered"",""timeHovered"":4163,""week"":""2021-11-08""},{""time"":45877,""label"":""tour_next"",""step"":5},{""time"":66727,""label"":""started_brush"",""startDate"":""2021-06-10"",""endDate"":""2021-09-05""},{""time"":77988,""label"":""tour_next"",""step"":5},{""time"":87991,""label"":""moved_brush"",""startDate"":""2021-06-06"",""endDate"":""2021-09-05""},{""time"":92135,""label"":""moved_brush"",""startDate"":""2021-06-06"",""endDate"":""2021-08-11""},{""time"":106503,""label"":""moved_brush"",""startDate"":""2021-06-06"",""endDate"":""2021-07-31""},{""time"":112440,""label"":""moved_brush"",""startDate"":""2021-06-01"",""endDate"":""2021-07-31""},{""time"":120069,""label"":""tour_next"",""step"":5},{""time"":127506,""label"":""cleared_brush"",""using"":""click""},{""time"":132390,""label"":""tour_next"",""step"":5},{""time"":141501,""label"":""tour_end"",""step"":5},{""time"":161519,""label"":""started_brush"",""startDate"":""2022-01-09"",""endDate"":""2022-02-11""},{""time"":167648,""label"":""started_brush"",""startDate"":""2021-12-06"",""endDate"":""2022-01-12""}]}","{""startTime"":1678935128540,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line,1,0,0,Negative,4.3,0,0,0,0.0,0.0,0,15.0,1.0,1.0,1,1.0,3 +2023-03-15 22:50:31,2023-03-15 23:01:55,0,100,684,1,2023-03-15 23:01:57,R_1LYXeSGHABpjcoG,30.3341,-81.6544,EN,1,31.805999999999997,,,,,15.114,100,100,80,29.326,47.108999999999995,-2,1,34.388000000000005,-3,-3,99.126,1,32.156,15.017999999999999,6,4,6,5,6,6,,33.1,6,6,6,5,2,6,"It's more that I think the agency that compiled the data seems official, so I trust them. Why would they lie about this kind of data?",66.408,4,,7.778,2,7,3,4,1,5,6,24.413,1,4,5,4,4,5,8,9,,36.833,3,3,5,3,4,3,24.521,8,,12.259,2.0,1988.0,Florida,6.0,1.0,1.0,,9.0,,Black and White,11.0,2.0,1.0,101.723,59f9b3918a2d3d00012c19d9,"{""startTime"":1678935393972,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678935283432,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":1215,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2048,""week"":""50"",""id"":""chart""},{""time"":3960,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1008,""week"":""51"",""id"":""chart""},{""time"":5076,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3020,""week"":""50"",""id"":""chart""},{""time"":8136,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4719,""week"":""51"",""id"":""chart""}]}","{""startTime"":1678935120706,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":11749,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1499,""week"":""49"",""id"":""chart""},{""time"":14014,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2733,""week"":""52"",""id"":""chart""},{""time"":18181,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2949,""week"":""52"",""id"":""chart""},{""time"":22147,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1949,""week"":""6"",""id"":""chart""},{""time"":31001,""label"":""tour_next"",""step"":2},{""time"":35900,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678935267897,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":6149,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2253,""week"":""52"",""id"":""chart""},{""time"":8936,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4102,""week"":""1"",""id"":""chart""}]}",0,moderate,bar,1,0,0,Positive,3.5,0,2,2,6.355,3.1775,2787,15.0,0.5,0.0,1,0.0,2 +2023-03-15 22:48:29,2023-03-15 23:02:22,0,100,832,1,2023-03-15 23:02:22,R_1f3f8fHD0F2BuqU,37.8971,-77.7895,EN,1,10.905999999999999,1.0,4.0,2.0,7.6979999999999995,15.015999999999998,83,67,73,36.905,65.592,-3,-3,63.153,1,1,101.363,1,54.701,15.110999999999999,6,4,6,5,6,6,I don't find the data surprising.,39.779,6,6,6,2,6,6,I assume it is actual data.,13.100999999999999,4,None,25.675,2,7,3,4,1,5,6,28.971,4,4,5,9,8,5,10,9,I have none.,41.966,4,2,3,3,3,4,23.433000000000003,2,2.0,10.890999999999998,2.0,1957.0,Virginia,7.0,2.0,1.0,,7.0,,,6.0,3.0,1.0,126.223,561d98e03d7fe8000b0f5e09,"{""startTime"":1678935295027,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678935242748,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678935047481,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":18286,""label"":""hovered"",""timeHovered"":1284,""week"":""2022-01-17""},{""time"":24103,""label"":""hovered"",""timeHovered"":1276,""week"":""2021-12-13""},{""time"":26919,""label"":""hovered"",""timeHovered"":1808,""week"":""2021-10-25""},{""time"":30600,""label"":""hovered"",""timeHovered"":2241,""week"":""2022-01-24""},{""time"":45204,""label"":""tour_next"",""step"":2},{""time"":51465,""label"":""tour_end"",""step"":2},{""time"":53727,""label"":""hovered"",""timeHovered"":2159,""week"":""2022-01-17""},{""time"":56787,""label"":""hovered"",""timeHovered"":1479,""week"":""2022-01-17""},{""time"":59971,""label"":""hovered"",""timeHovered"":1309,""week"":""2022-01-03""}]}","{""startTime"":1678935224566,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":12869,""label"":""hovered"",""timeHovered"":2012,""week"":""2022-01-17""},{""time"":16148,""label"":""hovered"",""timeHovered"":1654,""week"":""2022-01-31""}]}",1,moderate,line,1,0,0,Positive,3.2,0,2,2,3.6660000000000004,1.8330000000000002,3279,15.0,0.0,1.0,1,1.0,2 +2023-03-15 22:45:08,2023-03-15 23:02:28,0,100,1039,1,2023-03-15 23:02:29,R_29m2EM89Tx9MYIg,29.7215,-95.3159,EN,1,6.976,,,,,15.129000000000001,86,89,10,49.61,39.155,-2,1,71.824,-3,-3,120.26700000000001,-2,110.25200000000001,15.168,6,3,4,5,6,6,,61.839,4,7,4,2,2,6,"While I don't know the organization, it seems they are much like the government Agriculture boards that we have in the US.",93.18299999999999,4,,125.213,2,7,3,4,1,5,6,17.660999999999998,5,7,9,9,8,8,10,10,,41.95,5,5,5,1,5,5,39.168,4,,28.143,2.0,1962.0,Texas,3.0,2.0,1.0,,9.0,,Houston,4.0,4.0,1.0,100.374,5c3a5a61fc2bdf00017714a2,"{""startTime"":1678934922820,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934986409,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934792640,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":81,""label"":""tour_started""},{""time"":7997,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4882,""week"":""52"",""id"":""chart""},{""time"":12901,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1645,""week"":""1"",""id"":""chart""},{""time"":14615,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1081,""week"":""52"",""id"":""chart""},{""time"":17166,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4212,""week"":""44"",""id"":""chart""},{""time"":24308,""label"":""tour_next"",""step"":2},{""time"":28460,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4350,""week"":""52"",""id"":""chart2""},{""time"":36943,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678934906470,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,bar,1,0,0,Neutral,4.3,0,0,0,0.0,0.0,0,15.0,0.5,0.0,0,0.5,1 +2023-03-15 22:51:39,2023-03-15 23:02:33,0,100,653,1,2023-03-15 23:02:33,R_ywL2KCU6iWF7x5L,40.2514,-74.7632,EN,1,14.165999999999999,1.0,2.0,1.0,8.633,15.107999999999999,94,92,66,24.293000000000003,34.981,1,1,65.436,-3,-3,88.204,-2,80.645,15.11,6,6,6,6,6,6,,39.463,6,6,6,5,5,6,It seems to mesh with the statistics I have heard in the past.,36.904,5,,6.0,2,7,3,4,1,5,6,20.869,6,7,4,7,8,5,10,7,,19.903,4,4,5,1,4,4,19.162,2,1.0,16.062,2.0,1963.0,New Jersey,3.0,1.0,1.0,,7.0,,,16.0,2.0,1.0,71.01,5c2ab2de9136140001b90737,"{""startTime"":1678935404990,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678935325415,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":3295,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5176,""week"":""2"",""id"":""chart""},{""time"":12663,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1277,""week"":""2"",""id"":""chart""},{""time"":14079,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1295,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678935184473,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":28,""label"":""tour_started""},{""time"":16005,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2380,""week"":""52"",""id"":""chart""},{""time"":20250,""label"":""tour_next"",""step"":2},{""time"":30732,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678935309446,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":2784,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2607,""week"":""52"",""id"":""chart""},{""time"":10776,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2382,""week"":""52"",""id"":""chart""}]}",1,moderate,bar,0,1,0,Positive,3.7,0,2,2,4.989,2.4945,7992,15.0,1.0,0.0,0,0.0,2 +2023-03-15 22:34:16,2023-03-15 23:03:35,0,100,1758,1,2023-03-15 23:03:36,R_3DhgHb0MCZibXG8,42.0514,-93.6908,EN,1,7.49,,,,,15.012,69,70,70,16.158,80.134,-2,1,73.957,1,-3,107.29700000000001,1,67.01899999999999,15.013,6,6,6,6,6,6,,1118.7089999999998,6,6,6,6,6,6,the graph's visualization is clear and easily understood,48.391000000000005,5,,6.132000000000001,2,7,3,4,1,5,6,21.566999999999997,9,9,9,9,9,9,9,9,,12.237,4,4,5,4,4,4,43.937,2,,4.038,1.0,1953.0,Iowa,7.0,3.0,1.0,,7.0,,,15.0,2.0,1.0,94.117,638fdf87700dd1228bade2e1,"{""startTime"":1678934264836,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":16475},{""label"":""window_focused"",""time"":17981},{""label"":""window_blurred"",""time"":31715},{""label"":""window_focused"",""time"":34644},{""label"":""window_blurred"",""time"":1107994},{""label"":""window_focused"",""time"":1109942}]}","{""startTime"":1678935384580,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678934101004,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":31,""label"":""tour_started""},{""time"":7384,""label"":""tour_next"",""step"":5},{""time"":17649,""label"":""tour_back"",""step"":5},{""time"":20152,""label"":""tour_next"",""step"":5},{""time"":21475,""label"":""cleared_brush"",""using"":""Click""},{""time"":29924,""label"":""cleared_brush"",""using"":""Click""},{""time"":41824,""label"":""cleared_brush"",""using"":""Click""},{""time"":42689,""label"":""cleared_brush"",""using"":""Click""},{""time"":42876,""label"":""cleared_brush"",""using"":""Click""},{""time"":47863,""label"":""started_brush"",""startDate"":""2021-06-14"",""endDate"":""2021-10-12""},{""time"":50865,""label"":""tour_next"",""step"":5},{""time"":56663,""label"":""started_brush"",""startDate"":""2021-06-06"",""endDate"":""2021-09-24""},{""time"":66758,""label"":""moved_brush"",""startDate"":""2021-10-20"",""endDate"":""2022-02-07""},{""time"":68104,""label"":""tour_next"",""step"":5},{""time"":73236,""label"":""cleared_brush"",""using"":""Click""},{""time"":75265,""label"":""tour_next"",""step"":5},{""time"":77104,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678934249236,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,bar,0,1,0,Positive,4.2,0,0,0,0.0,0.0,0,15.0,0.5,0.5,1,1.0,3 +2023-03-15 22:48:06,2023-03-15 23:04:46,0,100,1000,1,2023-03-15 23:04:47,R_10UygkbUoGFix5A,32.7147,-79.9526,EN,1,5.87,1.0,4.0,2.0,12.105,15.013,50,100,50,33.464,40.711,-2,1,94.305,-3,-3,269.032,1,82.962,15.009,4,2,4,7,7,2,,49.378,2,6,6,2,4,4,Not enough data to determine outcomes,38.45,4,,14.687000000000001,2,7,3,4,1,5,6,27.5,6,6,9,8,2,8,7,9,,54.503,4,4,5,1,4,5,54.849,4,1.0,27.343000000000004,2.0,1962.0,South Carolina,6.0,1.0,1.0,,7.0,,,16.0,2.0,1.0,94.679,632fa9e40fa5b8393ed87659,"{""startTime"":1678935292244,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":2132,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2935,""week"":""52"",""id"":""chart""},{""time"":5249,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1350,""week"":""1"",""id"":""chart""},{""time"":6835,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1997,""week"":""2"",""id"":""chart""}]}","{""startTime"":1678935342305,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934965746,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":26306,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2541,""week"":""52"",""id"":""chart""},{""time"":29804,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1276,""week"":""47"",""id"":""chart""},{""time"":32621,""label"":""tour_next"",""step"":2},{""time"":38659,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678935276535,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":10601,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2589,""week"":""51"",""id"":""chart""},{""time"":13374,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1433,""week"":""52"",""id"":""chart""}]}",1,moderate,bar,0,1,0,Negative,3.8,0,2,2,4.022,2.011,2773,15.0,0.5,0.0,1,0.0,2 +2023-03-15 22:39:53,2023-03-15 23:05:54,0,100,1560,1,2023-03-15 23:05:54,R_2whOEu2JyaQxNEq,26.6414,-81.6977,EN,1,48.708,2.0,,1.0,22.236,15.023,74,0,32,89.72399999999999,70.669,1,1,140.315,-3,1,119.831,-3,117.742,15.11,6,5,5,7,7,5,,37.97,4,7,5,1,1,5,"The source for the data is the CDC so it should be reliable but there is a huge spike for the unvaccinated in January, a lot higher than for the vaccinated, so I question if it's fully trustworthy. ",256.473,6,,14.289000000000001,2,7,3,4,1,5,6,42.185,6,6,6,6,3,3,6,8,,57.111000000000004,1,1,2,3,1,3,39.795,4,4.0,24.125,2.0,1957.0,Florida,3.0,2.0,1.0,,7.0,,,6.0,4.0,2.0,354.171,5d60b5beea1c1c0001c98bf6,"{""startTime"":1678934815922,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934855370,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934588074,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":10,""label"":""tour_started""},{""label"":""window_blurred"",""time"":7940},{""label"":""window_focused"",""time"":9287},{""label"":""window_blurred"",""time"":9703},{""label"":""window_focused"",""time"":12368},{""label"":""window_blurred"",""time"":14425},{""label"":""window_focused"",""time"":18120},{""time"":40793,""label"":""hovered"",""timeHovered"":2603,""week"":""2022-01-03""},{""time"":43633,""label"":""hovered"",""timeHovered"":1383,""week"":""2022-01-03""},{""time"":47237,""label"":""tour_next"",""step"":2},{""time"":66642,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678934800146,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line,1,1,0,Neutral,1.8,0,0,0,0.0,0.0,0,15.0,1.0,0.5,0,1.0,1 +2023-03-15 22:54:09,2023-03-15 23:05:58,0,100,708,1,2023-03-15 23:05:58,R_25utXHsmzBsU0R3,40.5956,-74.0806,EN,1,8.291,1.0,3.0,1.0,7.018,15.112,86,90,28,37.541,59.783,1,-2,52.623000000000005,-2,1,68.631,1,58.019,15.110999999999999,6,7,7,7,7,6,,23.151,7,7,7,6,4,6,It is such a clear chart and it seems true to how I remember the cases back then when they were happening,37.843,4,,7.51,2,7,3,4,1,5,6,30.373,5,6,10,9,5,10,11,11,,39.808,5,5,5,1,5,5,44.407,6,1.0,18.653,2.0,1964.0,New York,6.0,3.0,1.0,,7.0,,,12.0,2.0,1.0,131.27200000000002,5d49a0b751695e0001a188a8,"{""startTime"":1678935526674,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678935461422,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678935332041,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":25799,""label"":""hovered"",""timeHovered"":6777,""week"":""2021-09-20""},{""time"":33255,""label"":""hovered"",""timeHovered"":2471,""week"":""2021-07-26""},{""time"":39494,""label"":""hovered"",""timeHovered"":1614,""week"":""2021-12-27""},{""time"":41968,""label"":""hovered"",""timeHovered"":1041,""week"":""2022-02-07""},{""time"":45841,""label"":""tour_next"",""step"":2},{""time"":52367,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678935445811,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line,0,2,0,Positive,4.3,0,0,0,0.0,0.0,0,15.0,0.5,0.5,1,0.5,1 +2023-03-15 22:40:31,2023-03-15 23:06:04,0,100,1533,1,2023-03-15 23:06:06,R_1n0YCVlhuzQezrF,41.4319,-91.0485,EN,1,15.89,2.0,,2.0,3.966,15.118,63,64,4,260.14599999999996,68.965,1,-3,92.287,-3,-3,121.955,-3,27.471999999999998,15.015,2,1,2,7,6,1,"I went to the CDC website linked and I can't find the information presented here. I am not saying it doesn't exist but I don't believe this is accurate. Also, there is still high number of vaccinated individuals in this report that contracted Covid 19 that were vaccinated. ",283.168,1,2,1,1,1,1,It's not a true reflection of the number and variables. The CDC has another chart in the website url that was linked that shows a completely different set of numbers during this time period. ,78.41199999999999,2,We were lied to about this Virus. The WSJ finally reported this virus was leaked from a Chinese lab. Young people are having severe heart issues. We were all lied to. Why was this mRNA vaccine pushed through so quickly but not traditional vaccines like the Novovax? It is really a travesty as to what these governments did to us all. ,212.2,2,7,3,4,1,5,6,21.584,7,2,5,2,1,5,4,7,none,40.525999999999996,2,2,4,5,2,2,37.601,6,1.0,17.387,2.0,1964.0,Iowa,4.0,2.0,1.0,,7.0,,,14.0,2.0,2.0,143.916,6272ae90bcc3709d723d1d2b,"{""startTime"":1678934954070,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":29344,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8382,""week"":""1"",""id"":""chart""},{""time"":89894,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2937,""week"":""3"",""id"":""chart""},{""time"":94101,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3162,""week"":""1"",""id"":""chart""},{""time"":273350,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2179,""week"":""50"",""id"":""chart""}]}","{""startTime"":1678935238621,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678934745324,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":35,""label"":""tour_started""},{""label"":""window_blurred"",""time"":6204},{""label"":""window_focused"",""time"":20087},{""time"":27800,""label"":""tour_next"",""step"":2},{""time"":35896,""label"":""tour_end"",""step"":2},{""time"":37091,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1668,""week"":""51"",""id"":""chart""},{""time"":40082,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1166,""week"":""52"",""id"":""chart""},{""time"":42125,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1292,""week"":""52"",""id"":""chart""},{""time"":45328,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2124,""week"":""2"",""id"":""chart""}]}","{""startTime"":1678934938464,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":2389,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3112,""week"":""1"",""id"":""chart""},{""time"":5614,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4518,""week"":""2"",""id"":""chart""},{""time"":10189,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1265,""week"":""3"",""id"":""chart""}]}",1,moderate,bar,0,1,0,Negative,2.8,0,3,3,8.895,2.965,7800,15.0,0.5,0.0,0,0.0,2 +2023-03-15 22:51:23,2023-03-15 23:06:11,0,100,887,1,2023-03-15 23:06:11,R_wUhqJ3hDYlTuvjb,30.5788,-91.1419,EN,1,5.564,,,,,15.107000000000001,58,91,60,142.502,55.12,-3,1,109.846,-3,-3,83.52,-2,103.721,15.015,4,4,6,4,6,4,I think graphs should be voice activate to help you understand more. One interpretation can be confusing for some,80.014,7,6,6,6,7,6,It gives a clear illustration of the highs and lows during the time period with words and numbers to help you grasp it better,54.025,3,I tried my hardest on graph reading I hope that I will be compensated for effort to help with data. Thank you,35.168,2,7,3,4,1,5,6,24.281999999999996,2,3,3,5,6,2,9,9,,13.72,3,2,4,4,5,3,21.601,2,,5.6610000000000005,2.0,1972.0,Louisiana,6.0,3.0,1.0,,3.0,,,6.0,1.0,1.0,74.21,6266b4ea9408fc167507d923,"{""startTime"":1678935437995,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":3732,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4111,""week"":""6"",""id"":""chart""},{""time"":9313,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2010,""week"":""52"",""id"":""chart""},{""time"":12940,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1421,""week"":""5"",""id"":""chart2""},{""time"":15999,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3367,""week"":""6"",""id"":""chart2""},{""label"":""window_blurred"",""time"":35427},{""label"":""window_focused"",""time"":38984}]}","{""startTime"":1678935532523,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678935255351,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":6828,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4193,""week"":""6"",""id"":""chart""},{""time"":15685,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2497,""week"":""6"",""id"":""chart""},{""time"":25641,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7910,""week"":""6"",""id"":""chart""},{""time"":34331,""label"":""tour_next"",""step"":2},{""time"":44075,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1781,""week"":""6"",""id"":""chart2""},{""time"":50512,""label"":""tour_end"",""step"":2},{""time"":52435,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1930,""week"":""6"",""id"":""chart2""}]}","{""startTime"":1678935422360,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":18,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1531,""week"":""5"",""id"":""chart""}]}",0,simple,bar,0,1,0,Positive,3.5,0,1,1,1.531,1.531,0,15.0,0.5,0.0,0,0.5,1 +2023-03-15 22:53:14,2023-03-15 23:06:23,0,100,789,1,2023-03-15 23:06:24,R_33fjwJxElUvDVdF,43.103,-89.5073,EN,1,48.803999999999995,,,,,15.019,94,93,53,40.967,45.958,1,1,60.618,-1,1,59.001000000000005,1,69.682,15.106,4,4,4,6,6,4,,31.301,4,6,6,2,1,4,I don't know if the source is a valid one. I don't knwo what other data would impact this. I don't know what this data is being used for. There is a lot of things that this data doesn't tell me. ,56.655,6,,9.485,2,7,3,4,1,5,6,23.671,4,6,3,4,7,3,10,10,,39.538000000000004,5,5,5,1,5,5,19.639,1,,5.968999999999999,2.0,1960.0,Wisconsin,7.0,2.0,1.0,,7.0,,,16.0,3.0,1.0,180.53799999999998,5dd405ab80123f3eaae9af80,"{""startTime"":1678935434907,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678935466666,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678935313151,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":18706,""label"":""hovered"",""timeHovered"":2999,""week"":""2022-01-10""},{""time"":21806,""label"":""hovered"",""timeHovered"":1599,""week"":""2022-01-24""},{""time"":26206,""label"":""hovered"",""timeHovered"":1500,""week"":""2021-08-23""},{""time"":31080,""label"":""tour_next"",""step"":2},{""time"":40529,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678935419158,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,line,2,0,0,Negative,4.3,0,0,0,0.0,0.0,0,15.0,1.0,0.5,1,0.5,2 +2023-03-15 22:54:44,2023-03-15 23:07:11,0,100,746,1,2023-03-15 23:07:11,R_1NvJQOYYY4p64Y9,28.9025,-81.248,EN,1,14.48,,,,,15.117,93,78,45,51.927,75.057,1,1,62.563,-2,1,63.503,1,53.924,15.017999999999999,6,6,7,5,6,7,,33.405,6,6,6,5,6,7,it seems very detail oriented,24.601,4,,10.131,2,7,3,4,1,5,6,24.656,3,4,4,8,4,2,10,7,,33.022,2,2,2,4,3,2,26.386,1,,9.201,2.0,1963.0,Florida,3.0,2.0,1.0,,7.0,,,8.0,4.0,2.0,166.905,5bb10d4288f88d0001f3d151,"{""startTime"":1678935588352,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678935542302,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678935387120,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":23733,""label"":""hovered"",""timeHovered"":2482,""week"":""2022-01-10""},{""time"":33914,""label"":""hovered"",""timeHovered"":1001,""week"":""2021-09-06""},{""time"":35099,""label"":""hovered"",""timeHovered"":1066,""week"":""2021-08-09""},{""time"":36615,""label"":""hovered"",""timeHovered"":1366,""week"":""2021-07-12""},{""time"":39233,""label"":""hovered"",""timeHovered"":1631,""week"":""2021-04-26""},{""time"":48199,""label"":""hovered"",""timeHovered"":2266,""week"":""2022-01-03""},{""time"":59967,""label"":""tour_next"",""step"":2},{""time"":65759,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678935526649,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":9795,""label"":""hovered"",""timeHovered"":3772,""week"":""2022-01-03""}]}",0,simple,line,1,0,0,Positive,2.5,0,1,1,3.772,3.772,0,15.0,1.0,0.5,1,1.0,1 +2023-03-15 22:30:16,2023-03-15 23:07:20,0,100,2223,1,2023-03-15 23:07:20,R_3q9ZijA0aWwJ3Kr,33.6331,-86.5987,EN,1,90.28,,,,,15.015,80,23,69,53.931999999999995,114.35,-2,1,231.706,1,-1,254.24099999999999,-2,164.18,15.015999999999998,3,4,4,3,6,4,I don't know if I trust the data because I don't know if the data is accurate. We have no way to determine if the data is accurate.,240.63099999999997,4,3,2,2,2,4,I don't know whether or not I trust the data because I am not sure of my interpretation of the data. It could be correct. The problem lies with me.,85.896,4,none,51.964,2,7,3,4,1,5,6,60.857,8,9,6,8,9,6,9,9,,78.454,2,4,2,2,4,3,90.042,3,,19.758,2.0,1961.0,Alabama,6.0,2.0,1.0,,3.0,,,4.0,1.0,1.0,467.675,5e3f51334425131b3e43a2a9,"{""startTime"":1678934578789,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934350919,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":7028,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1251,""week"":""52"",""id"":""chart""},{""time"":8442,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2356,""week"":""51"",""id"":""chart""},{""time"":10832,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2526,""week"":""50"",""id"":""chart""},{""time"":14384,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1854,""week"":""49"",""id"":""chart""},{""time"":16369,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1551,""week"":""47"",""id"":""chart""},{""time"":18109,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1864,""week"":""48"",""id"":""chart""},{""time"":20124,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2751,""week"":""46"",""id"":""chart""},{""time"":23151,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2611,""week"":""44"",""id"":""chart""},{""time"":29250,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2208,""week"":""43"",""id"":""chart2""},{""time"":33008,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1198,""week"":""46"",""id"":""chart2""},{""time"":36696,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2749,""week"":""51"",""id"":""chart2""},{""time"":39898,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3095,""week"":""52"",""id"":""chart2""}]}","{""startTime"":1678933987894,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":23283,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":9655,""week"":""36"",""id"":""chart""},{""time"":33005,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2963,""week"":""37"",""id"":""chart""},{""time"":45704,""label"":""tour_next"",""step"":2},{""time"":57248,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1997,""week"":""47"",""id"":""chart2""},{""time"":59280,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2629,""week"":""48"",""id"":""chart2""},{""time"":63259,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2230,""week"":""49"",""id"":""chart2""},{""time"":65507,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1814,""week"":""50"",""id"":""chart2""},{""time"":67355,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1930,""week"":""51"",""id"":""chart2""},{""time"":71768,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1347,""week"":""41"",""id"":""chart2""},{""time"":75281,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2196,""week"":""45"",""id"":""chart2""},{""time"":78543,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1149,""week"":""47"",""id"":""chart2""},{""time"":81225,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1914,""week"":""49"",""id"":""chart2""},{""time"":84439,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1164,""week"":""46"",""id"":""chart2""},{""time"":85619,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1083,""week"":""45"",""id"":""chart2""},{""time"":91415,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2529,""week"":""38"",""id"":""chart2""},{""time"":106476,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678934335434,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,bar,1,0,0,Neutral,2.8,0,0,0,0.0,0.0,0,15.0,0.5,0.5,0,0.5,1 +2023-03-15 22:50:57,2023-03-15 23:07:52,0,100,1014,1,2023-03-15 23:07:52,R_2TGW1AU26hyEykf,37.1235,-76.4502,EN,1,27.988000000000003,1.0,3.0,1.0,11.248,15.11,91,82,50,71.92399999999999,133.95,1,1,81.962,1,1,56.343,-1,71.223,15.116,6,4,5,6,7,6,,34.985,4,6,6,5,5,6,"Generally speaking, I find the CDC to be a dedicated group of serious scientists. I trust that the veracity of the information.",66.902,5,"I don't know if it was intentional, but the last chart question referenced statistics for December 2022. There was not data for December 2022, only December 2021.",69.969,2,7,3,4,1,5,6,29.728,3,6,6,6,7,4,8,8,,53.943000000000005,3,2,4,4,3,2,44.263999999999996,2,1.0,25.604,2.0,1966.0,Virginia,6.0,1.0,1.0,,3.0,,,11.0,4.0,1.0,104.221,63fb77a17acd544343fb98fb,"{""startTime"":1678935569082,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678935450831,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":732,""label"":""hovered"",""timeHovered"":1495,""week"":""2022-01-03""},{""time"":2400,""label"":""hovered"",""timeHovered"":1416,""week"":""2022-01-03""},{""time"":4599,""label"":""hovered"",""timeHovered"":9420,""week"":""2022-01-03""},{""time"":15530,""label"":""hovered"",""timeHovered"":5819,""week"":""2022-01-31""}]}","{""startTime"":1678935218022,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":28,""label"":""tour_started""},{""time"":13629,""label"":""hovered"",""timeHovered"":4874,""week"":""2021-09-20""},{""time"":18503,""label"":""hovered"",""timeHovered"":1299,""week"":""2021-09-20""},{""time"":22537,""label"":""hovered"",""timeHovered"":11949,""week"":""2022-01-03""},{""time"":36919,""label"":""hovered"",""timeHovered"":2517,""week"":""2022-01-24""},{""time"":40622,""label"":""hovered"",""timeHovered"":1497,""week"":""2021-06-07""},{""time"":47894,""label"":""tour_next"",""step"":2},{""time"":58255,""label"":""tour_end"",""step"":2},{""time"":63379,""label"":""hovered"",""timeHovered"":1084,""week"":""2021-04-12""},{""time"":64662,""label"":""hovered"",""timeHovered"":1820,""week"":""2021-04-12""},{""time"":81708,""label"":""hovered"",""timeHovered"":1184,""week"":""2021-04-12""},{""time"":83046,""label"":""hovered"",""timeHovered"":3033,""week"":""2021-04-12""},{""time"":88633,""label"":""hovered"",""timeHovered"":2187,""week"":""2022-02-07""},{""time"":92488,""label"":""hovered"",""timeHovered"":3678,""week"":""2022-02-07""},{""time"":97506,""label"":""hovered"",""timeHovered"":1738,""week"":""2022-01-03""},{""time"":99386,""label"":""hovered"",""timeHovered"":1351,""week"":""2021-12-27""},{""time"":116917,""label"":""hovered"",""timeHovered"":1486,""week"":""2021-08-09""},{""time"":119268,""label"":""hovered"",""timeHovered"":1058,""week"":""2021-08-09""}]}","{""startTime"":1678935435151,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line,1,0,0,Positive,3.0,0,0,0,0.0,0.0,0,15.0,1.0,1.0,0,1.0,1 +2023-03-15 22:57:37,2023-03-15 23:08:15,0,100,637,1,2023-03-15 23:08:15,R_1BY1z2VfMuwn5hq,35.8047,-78.8881,EN,1,21.866,1.0,4.0,2.0,10.218,15.008,80,92,50,20.421,26.649,-2,1,69.566,-3,-3,65.533,-1,43.227,15.109000000000002,6,5,6,6,6,6,None.,29.976999999999997,5,6,6,4,6,6,It comes from a credible source and it has real data (counts of people with Covid).,63.532,3,None.,14.015999999999998,2,7,3,4,1,5,6,20.669,3,6,5,5,3,4,10,10,None.,42.044,3,4,4,3,4,3,27.526999999999997,2,4.0,24.654,1.0,1947.0,North Carolina,5.0,2.0,1.0,,7.0,,,5.0,4.0,1.0,76.988,5ea47bda5b1a9807ed89eb76,"{""startTime"":1678935739583,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678935646179,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678935538005,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":14939,""label"":""tour_next"",""step"":2},{""time"":22972,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678935630788,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar,1,0,0,Positive,3.5,0,0,0,0.0,0.0,0,15.0,0.5,0.0,0,0.0,2 +2023-03-15 22:36:07,2023-03-15 23:08:59,0,100,1972,1,2023-03-15 23:09:02,R_24I9OV1lmND1gi5,48.3711,-107.8436,EN,1,97.381,,,,,15.009,90,0,79,69.862,208.08700000000002,1,-3,155.412,-2,1,315.767,-2,110.447,15.009,6,6,7,7,7,7,"I didn't understand the data on the first question, but I do now. As I said though, unless you hover, the way the date is presented would be misleading as to the number of bugs.",166.396,7,6,7,3,3,7,"I trust it because it gives the total count when you hover on the visualization. I now understand the height of the color corresponds to the number of bugs and not the height it's at on the y-axis. If it didn't have the numbers showing when you hovered, I wouldn't trust it because it would be misleading.",233.83599999999998,6,"Since there wasn't any graph for January 20, you had to assume the insect population was continuing to rise. ",122.522,2,7,3,4,1,5,6,38.213,9,10,10,9,9,9,10,10,This was interesting.,59.403,4,4,4,2,3,4,39.538000000000004,3,,7.78,2.0,1953.0,Montana,8.0,3.0,1.0,,7.0,,,6.0,2.0,2.0,76.635,5fb9b9c1c62f408e51e09e32,"{""startTime"":1678935123202,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678934695427,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":1961,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6510,""week"":""52"",""id"":""chart""},{""time"":9547,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4665,""week"":""52"",""id"":""chart""},{""time"":18813,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":12851,""week"":""52"",""id"":""chart""},{""time"":33424,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7902,""week"":""52"",""id"":""chart""},{""time"":41326,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5074,""week"":""52"",""id"":""chart""},{""time"":46514,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5575,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678934359110,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":35,""label"":""tour_started""},{""time"":36216,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":10910,""week"":""51"",""id"":""chart""},{""time"":47679,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":27960,""week"":""1"",""id"":""chart""},{""time"":78112,""label"":""tour_next"",""step"":5},{""time"":107936,""label"":""started_brush"",""startDate"":""2021-07-29"",""endDate"":""2021-12-05""},{""time"":114844,""label"":""tour_next"",""step"":5},{""time"":150230,""label"":""moved_brush"",""startDate"":""2021-04-29"",""endDate"":""2021-09-06""},{""time"":151796,""label"":""cleared_brush"",""using"":""Click""},{""time"":155109,""label"":""started_brush"",""startDate"":""2021-08-15"",""endDate"":""2021-11-30""},{""time"":156738,""label"":""tour_next"",""step"":5},{""time"":176803,""label"":""cleared_brush"",""using"":""Click""},{""time"":176803,""label"":""cleared_brush"",""using"":""Escape""},{""time"":180223,""label"":""tour_next"",""step"":5},{""time"":201357,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678934679869,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,bar,0,1,0,Positive,3.5,0,0,0,0.0,0.0,0,15.0,0.5,0.5,0,0.0,3 +2023-03-15 22:50:11,2023-03-15 23:09:42,0,100,1170,1,2023-03-15 23:09:42,R_1FxFOnNyIrVr3uw,29.2866,-81.0869,EN,1,171.955,2.0,,2.0,4.498,15.017999999999999,94,94,51,76.718,191.41,1,1,67.60300000000001,1,1,91.676,1,52.378,15.015999999999998,2,4,2,6,6,1,I have no additional thoughts or comments.,70.704,4,6,2,1,1,1,Because I simply don't know how this visualization's data was aggregated. Plus I don't trust information from the CDC.,90.766,2,,12.272,2,7,3,4,1,5,6,30.883000000000003,4,2,7,4,5,3,4,8,,48.162,4,3,3,2,3,4,36.458,6,2.0,18.596,2.0,1943.0,Florida,3.0,1.0,1.0,,7.0,,,4.0,1.0,2.0,122.42299999999999,6348846ae221cb4a0efbf3f9,"{""startTime"":1678935674655,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678935550948,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":26785},{""label"":""window_focused"",""time"":29485}]}","{""startTime"":1678935289594,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":22,""label"":""tour_started""},{""time"":5438,""label"":""hovered"",""timeHovered"":1417,""week"":""2021-04-12""},{""time"":8909,""label"":""hovered"",""timeHovered"":6863,""week"":""2021-05-10""},{""time"":18070,""label"":""hovered"",""timeHovered"":3034,""week"":""2021-04-12""},{""label"":""window_blurred"",""time"":21877},{""label"":""window_focused"",""time"":27638},{""time"":29910,""label"":""hovered"",""timeHovered"":2487,""week"":""2021-06-07""},{""time"":34766,""label"":""hovered"",""timeHovered"":2222,""week"":""2021-07-12""},{""time"":38694,""label"":""hovered"",""timeHovered"":1777,""week"":""2021-08-02""},{""time"":53698,""label"":""tour_next"",""step"":5},{""time"":73493,""label"":""cleared_brush"",""using"":""click""},{""time"":83876,""label"":""started_brush"",""startDate"":""2021-05-07"",""endDate"":""2021-08-06""},{""time"":85706,""label"":""tour_next"",""step"":5},{""time"":106269,""label"":""moved_brush"",""startDate"":""2021-07-30"",""endDate"":""2021-10-30""},{""time"":107882,""label"":""tour_next"",""step"":5},{""time"":131151,""label"":""cleared_brush"",""using"":""click""},{""time"":131157,""label"":""cleared_brush"",""using"":""Escape""},{""time"":132390,""label"":""tour_next"",""step"":5},{""time"":141885,""label"":""tour_end"",""step"":5},{""time"":160042,""label"":""started_brush"",""startDate"":""2021-04-12"",""endDate"":""2021-08-08""},{""time"":189246,""label"":""moved_brush"",""startDate"":""2021-10-18"",""endDate"":""2022-02-13""}]}","{""startTime"":1678935535219,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line,2,0,0,Negative,3.2,0,0,0,0.0,0.0,0,15.0,1.0,1.0,1,1.0,3 +2023-03-15 22:37:18,2023-03-15 23:09:58,0,100,1960,1,2023-03-15 23:09:58,R_1pM9ES7TW60tnsX,37.4245,-122.296,EN,1,15.302999999999999,1.0,2.0,1.0,12.126,15.007,100,100,66,151.004,63.787,1,1,53.391999999999996,-2,1,146.84799999999998,-1,46.965,15.007,6,3,6,5,5,6,,69.053,3,6,4,1,2,4,"I have no reason to trust or distrust this visualization. These data broadly correspond with my recollection of case counts over the depicted timeframes (e.g., my wife and I both tested positive for Covid in August 2021, a couple months after we had received our second doses of the Pfizer vaccine, and the Omicron variant was prevalent). I have a background in science and data visualization (geology/geographic information systems) and I would say that this graph needs more explanatory material to specify what is meant by the shaded areas; that being said, it is fairly straightforward and simple to understand.",493.689,5,"Toward the beginning of this study, one of the questions asked to provide a range of data points. However, only one answer (one number) could be selected. It is impossible to provide a range without selecting two numbers. If I recall correctly, I would have selected between 2000 and 3500 for that question. Furthermore, I don't know if the previous question was an attention check, but the graph did not include data from December of 2022. It only went up to February of 2022. Perhaps this was a typo, or perhaps it was a deliberate deception in order to make sure attention was being paid. Either way, I was unable to give an honest response to that question because the graph did not include that Information.",351.343,2,7,3,4,1,5,6,149.995,4,6,7,9,6,9,9,8,none,83.257,4,5,5,2,4,4,40.24,4,2.0,20.855,1.0,1974.0,California,6.0,3.0,1.0,,7.0,,,17.0,4.0,1.0,113.874,60d2cf988de167c9da56eeb0,"{""startTime"":1678935260168,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":51528,""label"":""hovered"",""timeHovered"":1216,""week"":""2022-01-17""}]}","{""startTime"":1678934670961,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":55898,""label"":""hovered"",""timeHovered"":1457,""week"":""2022-01-10""}]}","{""startTime"":1678934443900,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":3233,""label"":""hovered"",""timeHovered"":6577,""week"":""2022-01-10""},{""time"":12211,""label"":""hovered"",""timeHovered"":4935,""week"":""2021-08-02""},{""time"":17245,""label"":""hovered"",""timeHovered"":6240,""week"":""2021-08-09""},{""time"":24752,""label"":""hovered"",""timeHovered"":4366,""week"":""2021-08-09""},{""time"":29902,""label"":""hovered"",""timeHovered"":3768,""week"":""2021-08-09""},{""time"":35186,""label"":""hovered"",""timeHovered"":1635,""week"":""2021-08-09""},{""time"":39390,""label"":""tour_next"",""step"":2},{""time"":46591,""label"":""tour_end"",""step"":2},{""time"":57152,""label"":""hovered"",""timeHovered"":4289,""week"":""2021-08-16""}]}","{""startTime"":1678934655470,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line,0,1,0,Positive,4.0,0,0,0,0.0,0.0,0,15.0,1.0,0.5,0,0.5,2 +2023-03-15 22:52:11,2023-03-15 23:10:41,0,100,1109,1,2023-03-15 23:10:41,R_2aX1NSra7p1QSa8,33.1909,-96.6198,EN,1,26.404,1.0,2.0,1.0,77.115,15.059000000000001,82,80,74,17.364,156.546,1,1,9.081,-2,1,35.869,1,14.659,15.044,4,3,4,3,3,3,,98.876,3,3,3,3,3,3,I am not sure if the data is accurate,72.17,4,,158.997,2,7,3,4,1,5,6,19.804000000000002,4,6,4,5,6,8,9,9,,37.689,4,4,4,2,5,4,48.891999999999996,2,1.0,10.864,1.0,1960.0,Texas,6.0,1.0,1.0,,3.0,,,15.0,1.0,2.0,70.502,640cd020656929eeb856a443,"{""startTime"":1678935711769,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_focused"",""time"":897},{""label"":""window_blurred"",""time"":2002},{""label"":""window_focused"",""time"":2911},{""label"":""window_blurred"",""time"":3667},{""label"":""window_focused"",""time"":5717},{""label"":""window_blurred"",""time"":6377},{""label"":""window_focused"",""time"":7497},{""label"":""window_blurred"",""time"":8270},{""label"":""window_focused"",""time"":9410},{""label"":""window_blurred"",""time"":10426},{""label"":""window_focused"",""time"":70856},{""label"":""window_blurred"",""time"":100121}]}","{""startTime"":1678935530937,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_focused"",""time"":88986},{""label"":""window_blurred"",""time"":104536}]}","{""startTime"":1678935344199,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":34,""label"":""tour_started""},{""label"":""window_focused"",""time"":149116},{""time"":151827,""label"":""tour_next"",""step"":2},{""time"":153421,""label"":""tour_end"",""step"":2},{""label"":""window_blurred"",""time"":158525}]}","{""startTime"":1678935513469,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar,0,1,0,Negative,3.8,0,0,0,0.0,0.0,0,15.0,1.0,0.5,1,1.0,1 +2023-03-15 22:52:51,2023-03-15 23:10:54,0,100,1083,1,2023-03-15 23:10:55,R_296yxyxIKudAjka,29.9375,-90.0848,EN,1,88.84,,,,,15.030999999999999,100,100,50,25.811999999999998,92.697,1,-2,102.929,-2,1,54.727,1,150.30200000000002,15.024000000000001,7,7,7,7,7,7,The date is relevent because it is provided by the Croation Chamber of Agriculture. I would think that agency keeps strong records of trends that would impact crops. ,131.741,6,6,6,2,2,6,The information is provided by the Croatian Chamber of Commerce. It is a legitimate source and it has a link that I can click to learn more.,52.842,6,None,13.285,2,7,3,4,1,5,6,87.59299999999999,9,11,10,10,11,10,11,11,None,22.298000000000002,3,4,4,2,4,4,30.416999999999998,6,,14.998,2.0,1972.0,Louisiana,7.0,2.0,1.0,,4.0,,,17.0,1.0,1.0,74.523,5d86d05f9854a60019240621,"{""startTime"":1678935668005,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":6533,""label"":""hovered"",""timeHovered"":1631,""week"":""2021-09-20""},{""label"":""window_blurred"",""time"":40871},{""label"":""window_focused"",""time"":51365}]}","{""startTime"":1678935571729,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":1074,""label"":""hovered"",""timeHovered"":1663,""week"":""2021-07-19""},{""time"":11385,""label"":""hovered"",""timeHovered"":1416,""week"":""2021-11-29""},{""time"":13071,""label"":""hovered"",""timeHovered"":23294,""week"":""2022-01-10""}]}","{""startTime"":1678935311492,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":6459,""label"":""tour_next"",""step"":5},{""time"":13060,""label"":""tour_back"",""step"":5},{""time"":16292,""label"":""tour_next"",""step"":5},{""time"":28700,""label"":""tour_back"",""step"":5},{""time"":31421,""label"":""hovered"",""timeHovered"":2072,""week"":""2021-08-02""},{""time"":37997,""label"":""hovered"",""timeHovered"":3547,""week"":""2022-01-31""},{""time"":41862,""label"":""hovered"",""timeHovered"":1015,""week"":""2021-09-20""},{""time"":46635,""label"":""tour_next"",""step"":5},{""time"":51033,""label"":""cleared_brush"",""using"":""click""},{""time"":56495,""label"":""started_brush"",""startDate"":""2021-06-17"",""endDate"":""2021-10-01""},{""time"":58516,""label"":""tour_next"",""step"":5},{""time"":64638,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-07-26""},{""time"":65508,""label"":""tour_next"",""step"":5},{""time"":75050,""label"":""cleared_brush"",""using"":""click""},{""time"":75052,""label"":""cleared_brush"",""using"":""Escape""},{""time"":75952,""label"":""cleared_brush"",""using"":""click""},{""time"":75955,""label"":""cleared_brush"",""using"":""Escape""},{""time"":77025,""label"":""cleared_brush"",""using"":""click""},{""time"":77027,""label"":""cleared_brush"",""using"":""Escape""},{""time"":77247,""label"":""cleared_brush"",""using"":""click""},{""time"":77249,""label"":""cleared_brush"",""using"":""Escape""},{""time"":77464,""label"":""cleared_brush"",""using"":""click""},{""time"":77466,""label"":""cleared_brush"",""using"":""Escape""},{""time"":78084,""label"":""tour_next"",""step"":5},{""time"":80100,""label"":""tour_end"",""step"":5},{""time"":82294,""label"":""hovered"",""timeHovered"":1077,""week"":""2021-09-20""},{""time"":84329,""label"":""hovered"",""timeHovered"":1522,""week"":""2021-08-30""},{""time"":87675,""label"":""hovered"",""timeHovered"":1136,""week"":""2021-08-30""}]}","{""startTime"":1678935556073,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":4379,""label"":""hovered"",""timeHovered"":1286,""week"":""2021-05-24""},{""time"":5925,""label"":""hovered"",""timeHovered"":1283,""week"":""2021-04-19""}]}",0,complex,line,1,0,0,Positive,3.5,0,2,2,2.569,1.2845,1546,15.0,0.5,0.5,1,1.0,3 +2023-03-15 22:39:35,2023-03-15 23:11:09,0,100,1893,1,2023-03-15 23:11:09,R_OfMtNsyHYhpkkg1,26.6371,-80.0841,EN,1,290.702,1.0,4.0,2.0,12.72,15.116,92,15,36,78.744,121.37200000000001,1,1,148.123,-3,-3,227.605,1,141.067,15.127,6,3,6,6,6,6,none,82.92200000000001,5,2,2,2,4,6,"I checked the source of the data and it said the CDC, I trust that his was the best information they had. I hope those reporting to CDC were true and accurate",107.63600000000001,5,none,41.027,2,7,3,4,1,5,6,44.553000000000004,2,2,2,3,5,1,5,3,,61.7,5,5,5,1,5,5,80.251,1,1.0,32.84,2.0,1950.0,Maine,7.0,2.0,1.0,,7.0,,,3.0,4.0,1.0,260.125,63b48736ce3bb3afbc79ff7c,"{""startTime"":1678935280233,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678935104784,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934817142,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":16450,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":26357,""week"":""1"",""id"":""chart""},{""time"":50575,""label"":""tour_next"",""step"":2},{""time"":64240,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2975,""week"":""2"",""id"":""chart2""},{""time"":67218,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2514,""week"":""1"",""id"":""chart2""},{""time"":80662,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5781,""week"":""2"",""id"":""chart2""},{""time"":89081,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3494,""week"":""2"",""id"":""chart2""},{""time"":113119,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678935088987,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar,1,0,0,Positive,4.3,0,0,0,0.0,0.0,0,15.0,1.0,0.0,1,1.0,1 +2023-03-15 22:59:42,2023-03-15 23:11:36,0,100,713,1,2023-03-15 23:11:36,R_2qdvkOPfGP3bpWy,42.7368,-78.8358,EN,1,6.8,1.0,4.0,2.0,5.285,15.110999999999999,100,50,50,40.887,84.713,1,1,52.147,-3,1,85.794,-3,83.32700000000001,15.015999999999998,7,1,4,4,7,4,How was it collected? Was it self reported (for example)?,61.578,1,4,6,1,1,6,I trust the numbers. I don't completely understand how they were collected,37.147,7,none,8.862,2,7,3,4,1,5,6,15.825999999999999,1,3,10,6,2,7,10,10,none,22.345,3,3,3,3,2,3,20.209,5,1.0,9.325,1.0,1955.0,New York,7.0,3.0,1.0,,7.0,,,9.0,2.0,1.0,98.85700000000001,5b6f49b7d60bdd0001ade437,"{""startTime"":1678935915548,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678935845692,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":3010,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1101,""week"":""51"",""id"":""chart""},{""time"":5295,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1215,""week"":""2"",""id"":""chart""}]}","{""startTime"":1678935661519,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":8924,""label"":""tour_next"",""step"":5},{""time"":18963,""label"":""started_brush"",""startDate"":""2021-06-10"",""endDate"":""2021-09-03""},{""time"":22862,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-06-28""},{""time"":23523,""label"":""tour_next"",""step"":5},{""time"":28622,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-08-13""},{""time"":29523,""label"":""tour_next"",""step"":5},{""time"":39886,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-09-10""},{""time"":52583,""label"":""moved_brush"",""startDate"":""2021-06-05"",""endDate"":""2021-11-10""},{""time"":54834,""label"":""cleared_brush"",""using"":""Click""},{""time"":54834,""label"":""cleared_brush"",""using"":""Escape""},{""time"":56740,""label"":""tour_next"",""step"":5},{""time"":62059,""label"":""tour_end"",""step"":5},{""time"":63672,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3660,""week"":""50"",""id"":""chart""},{""time"":67361,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3689,""week"":""51"",""id"":""chart""},{""time"":76382,""label"":""started_brush"",""startDate"":""2021-06-26"",""endDate"":""2021-10-25""}]}","{""startTime"":1678935830262,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":4030,""label"":""started_brush"",""startDate"":""2021-07-03"",""endDate"":""2021-07-21""},{""time"":10054,""label"":""started_brush"",""startDate"":""2021-07-31"",""endDate"":""2021-11-24""},{""time"":11077,""label"":""cleared_brush"",""using"":""Click""},{""time"":11077,""label"":""cleared_brush"",""using"":""Escape""}]}",1,complex,bar,2,0,0,Positive,2.8,1,4,0,0.0,0.0,7047,15.0,1.0,0.5,0,0.0,3 +2023-03-15 22:57:17,2023-03-15 23:12:12,0,100,894,1,2023-03-15 23:12:13,R_2VrUHkzistQkDxK,41.8486,-87.6288,EN,1,30.991999999999997,,,,,15.112,80,60,56,49.486000000000004,98.272,1,1,72.09100000000001,1,1,77.682,1,118.50299999999999,15.118,5,4,5,5,6,5,,75.737,6,6,6,2,2,6,"well, you told me you trusted the data source. The visualization seems pretty straightforward and easy to understand.",55.949,4,,10.213,2,7,3,4,1,5,6,27.346,6,7,7,8,9,6,11,10,I trust the Democrats a ton more than the power obsessed (at any cost) Republicans. Sad you lumped them together,65.852,4,5,5,1,5,5,27.159000000000002,2,,6.789,1.0,1953.0,Illinois,7.0,1.0,1.0,,7.0,,,5.0,4.0,1.0,74.553,57bf14513c449a000189c89a,"{""startTime"":1678935739932,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678935816152,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678935546996,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":11,""label"":""tour_started""},{""label"":""window_blurred"",""time"":22189},{""time"":24628,""label"":""hovered"",""timeHovered"":1198,""week"":""2021-12-27""},{""time"":26944,""label"":""hovered"",""timeHovered"":11751,""week"":""2022-01-10""},{""label"":""window_focused"",""time"":42328},{""time"":42435,""label"":""tour_next"",""step"":2},{""time"":51963,""label"":""tour_end"",""step"":2},{""time"":54375,""label"":""hovered"",""timeHovered"":3132,""week"":""2022-02-07""},{""time"":65255,""label"":""hovered"",""timeHovered"":4256,""week"":""2021-10-11""},{""time"":71025,""label"":""hovered"",""timeHovered"":3651,""week"":""2021-08-23""},{""time"":75767,""label"":""hovered"",""timeHovered"":5478,""week"":""2022-01-31""},{""time"":87742,""label"":""hovered"",""timeHovered"":1454,""week"":""2021-09-13""},{""time"":89507,""label"":""hovered"",""timeHovered"":1681,""week"":""2021-08-23""}]}","{""startTime"":1678935724278,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7994,""label"":""hovered"",""timeHovered"":5503,""week"":""2022-01-03""}]}",0,moderate,line,0,1,0,Positive,4.2,0,1,1,5.502999999999999,5.502999999999999,0,15.0,1.0,1.0,1,1.0,2 +2023-03-15 22:57:33,2023-03-15 23:12:15,0,100,881,1,2023-03-15 23:12:15,R_3n7dh8syL3s5BBR,39.2514,-76.7979,EN,1,19.928,,,,,15.008,87,74,86,57.294,271.29200000000003,-2,-3,68.502,-3,-3,81.024,1,34.067,15.005,6,4,5,5,7,6,,37.701,6,7,7,6,6,6,There is a lot of information but with the chart being interactive I can change it so I can see and compare the data as I want. It is very flexible.,66.627,6,,7.7,2,7,3,4,1,5,6,21.774,3,8,10,8,9,8,10,10,,29.679000000000002,4,4,4,2,4,4,33.52,3,,8.449,1.0,1954.0,Maryland,6.0,2.0,1.0,,7.0,,,14.0,3.0,1.0,60.916000000000004,6229fff149374541c22a95bf,"{""startTime"":1678935973289,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678935880345,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678935558538,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":12366,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1372,""week"":""45"",""id"":""chart""},{""time"":14605,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1562,""week"":""52"",""id"":""chart""},{""time"":31039,""label"":""tour_next"",""step"":5},{""time"":76104,""label"":""tour_back"",""step"":5},{""time"":81441,""label"":""tour_next"",""step"":5},{""time"":92282,""label"":""tour_back"",""step"":5},{""time"":112146,""label"":""tour_next"",""step"":5},{""time"":118934,""label"":""tour_back"",""step"":5},{""time"":127156,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1333,""week"":""3"",""id"":""chart""},{""time"":148057,""label"":""tour_next"",""step"":5},{""time"":156513,""label"":""tour_back"",""step"":5},{""time"":172042,""label"":""tour_next"",""step"":5},{""time"":177645,""label"":""started_brush"",""startDate"":""2021-11-30"",""endDate"":""2022-01-31""},{""time"":180617,""label"":""started_brush"",""startDate"":""2021-11-01"",""endDate"":""2022-02-05""},{""time"":184597,""label"":""tour_next"",""step"":5},{""time"":212370,""label"":""moved_brush"",""startDate"":""2021-06-09"",""endDate"":""2021-09-14""},{""time"":214385,""label"":""tour_next"",""step"":5},{""time"":227274,""label"":""cleared_brush"",""using"":""Click""},{""time"":227274,""label"":""cleared_brush"",""using"":""Escape""},{""time"":229162,""label"":""tour_next"",""step"":5},{""time"":236168,""label"":""tour_end"",""step"":5},{""time"":241660,""label"":""cleared_brush"",""using"":""Click""},{""time"":243127,""label"":""cleared_brush"",""using"":""Click""},{""time"":251232,""label"":""started_brush"",""startDate"":""2021-12-25"",""endDate"":""2022-01-01""},{""time"":256090,""label"":""cleared_brush"",""using"":""Click""},{""time"":256090,""label"":""cleared_brush"",""using"":""Escape""},{""time"":258591,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4017,""week"":""23"",""id"":""chart""},{""time"":264136,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3284,""week"":""1"",""id"":""chart""}]}","{""startTime"":1678935864689,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":5426,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1069,""week"":""32"",""id"":""chart""},{""time"":8588,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2204,""week"":""52"",""id"":""chart""},{""time"":12806,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1915,""week"":""14"",""id"":""chart""}]}",0,complex,bar,0,1,0,Positive,3.7,0,3,3,5.188,1.7293333333333332,7380,15.0,0.0,0.0,1,1.0,3 +2023-03-15 23:02:10,2023-03-15 23:12:28,0,100,618,1,2023-03-15 23:12:29,R_1lobqL9RlaVxbgv,47.3236,-122.3187,EN,1,36.94,,,,,15.145999999999999,61,60,52,27.291999999999998,90.749,1,1,31.875999999999998,1,1,40.931999999999995,1,20.397000000000002,15.017000000000001,4,4,4,5,5,4,,23.339000000000002,4,5,4,1,1,4,"I don't know how reliable the material is. I believe it had a source, which I probably should've looked closer at, to more adequately trust the visualization.",52.095,4,,6.254,2,7,3,4,1,5,6,11.323,3,3,5,4,4,3,5,7,,25.826,2,2,3,4,2,2,30.804000000000002,2,,1.749,1.0,1990.0,Washington,6.0,2.0,1.0,,7.0,,,19.0,4.0,1.0,108.47,5b48f2d0ff7497000125165e,"{""startTime"":1678935950001,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":674,""label"":""hovered"",""timeHovered"":3299,""week"":""2021-09-20""}]}","{""startTime"":1678935974259,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678935821399,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":32,""label"":""tour_started""},{""time"":7564,""label"":""tour_next"",""step"":5},{""time"":19066,""label"":""tour_back"",""step"":5},{""time"":29749,""label"":""tour_next"",""step"":5},{""time"":41523,""label"":""started_brush"",""startDate"":""2021-11-08"",""endDate"":""2022-02-12""},{""time"":43763,""label"":""tour_next"",""step"":5},{""time"":51819,""label"":""moved_brush"",""startDate"":""2021-11-08"",""endDate"":""2022-02-13""},{""time"":54949,""label"":""tour_next"",""step"":5},{""time"":58369,""label"":""cleared_brush"",""using"":""click""},{""time"":58375,""label"":""cleared_brush"",""using"":""Escape""},{""time"":60148,""label"":""tour_next"",""step"":5},{""time"":66708,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678935933982,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":6907,""label"":""hovered"",""timeHovered"":1013,""week"":""2022-01-03""},{""time"":11044,""label"":""hovered"",""timeHovered"":1080,""week"":""2022-01-03""},{""time"":13081,""label"":""hovered"",""timeHovered"":2088,""week"":""2022-01-03""}]}",0,complex,line,1,0,0,Neutral,2.5,0,3,3,4.181,1.3936666666666666,6174,15.0,1.0,1.0,1,1.0,3 +2023-03-15 22:56:46,2023-03-15 23:12:47,0,100,960,1,2023-03-15 23:12:48,R_3iywB6FbljnS6K9,40.5565,-79.5772,EN,1,30.308000000000003,1.0,2.0,2.0,7.513999999999999,15.008,78,75,54,46.448,256.525,1,1,62.643,-3,1,137.26,-1,28.026999999999997,15.015,5,4,6,5,7,5,I think that the CDC would be reliable.,56.895,6,6,7,4,4,6,It seems like it would be easy to read.,18.952,6,none,11.673,2,7,3,4,1,5,6,25.197,5,5,6,7,6,7,8,9,none,23.302,3,3,4,2,3,3,25.12,4,2.0,16.558,2.0,1953.0,Pennsylvania,2.0,2.0,1.0,,7.0,,,6.0,3.0,1.0,107.884,5b33a01fa8327d0001003821,"{""startTime"":1678936002202,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678935945007,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678935533711,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":23,""label"":""tour_started""},{""time"":4479,""label"":""hovered"",""timeHovered"":1901,""week"":""2022-01-17""},{""label"":""window_blurred"",""time"":37738},{""label"":""window_focused"",""time"":39801},{""time"":6381,""label"":""hovered"",""timeHovered"":67995,""week"":""2021-12-06""},{""time"":79942,""label"":""hovered"",""timeHovered"":1481,""week"":""2022-02-07""},{""time"":82291,""label"":""hovered"",""timeHovered"":3566,""week"":""2022-01-31""},{""time"":91873,""label"":""tour_next"",""step"":2},{""time"":97896,""label"":""tour_end"",""step"":2},{""time"":120602,""label"":""hovered"",""timeHovered"":24591,""week"":""2022-02-07""},{""time"":151638,""label"":""hovered"",""timeHovered"":2339,""week"":""2022-01-31""},{""time"":154057,""label"":""hovered"",""timeHovered"":1728,""week"":""2022-01-31""},{""time"":162665,""label"":""hovered"",""timeHovered"":3512,""week"":""2022-01-10""},{""time"":167263,""label"":""hovered"",""timeHovered"":4786,""week"":""2022-01-03""},{""time"":173054,""label"":""hovered"",""timeHovered"":2499,""week"":""2022-01-03""},{""time"":178937,""label"":""hovered"",""timeHovered"":1504,""week"":""2022-01-10""},{""time"":180455,""label"":""hovered"",""timeHovered"":18546,""week"":""2022-01-10""},{""time"":202898,""label"":""hovered"",""timeHovered"":24399,""week"":""2022-01-10""},{""time"":228890,""label"":""hovered"",""timeHovered"":1046,""week"":""2022-01-03""},{""time"":229949,""label"":""hovered"",""timeHovered"":2259,""week"":""2022-01-03""},{""time"":233328,""label"":""hovered"",""timeHovered"":1152,""week"":""2022-01-10""},{""time"":235131,""label"":""hovered"",""timeHovered"":1127,""week"":""2022-01-03""},{""time"":237898,""label"":""hovered"",""timeHovered"":15302,""week"":""2021-12-27""}]}","{""startTime"":1678935929271,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6665,""label"":""hovered"",""timeHovered"":7118,""week"":""2022-01-17""}]}",1,moderate,line,0,0,0,,3.0,0,1,1,7.117999999999999,7.117999999999999,0,15.0,1.0,0.5,0,0.5,2 +2023-03-15 22:57:59,2023-03-15 23:13:09,0,100,909,1,2023-03-15 23:13:09,R_1roAZtWE0gywaZJ,33.1768,-86.3547,EN,1,19.979,,,,,15.162,82,18,29,23.676,85.803,1,1,66.999,-3,-3,116.454,-1,40.135999999999996,15.068,6,6,6,5,6,6,none,48.824,6,4,2,2,2,6,As far as I know it was put together by people who know what they are talking about.,33.445,5,none,16.101,2,7,3,4,1,5,6,34.82,3,3,8,8,1,5,9,9,none,36.878,2,2,3,4,2,2,34.303000000000004,6,,10.664000000000001,1.0,1963.0,Alabama,2.0,2.0,1.0,,7.0,,,4.0,1.0,1.0,228.472,610a151c96de07b15f28c8cb,"{""startTime"":1678935790243,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678935720193,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678935549978,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":25,""label"":""tour_started""},{""time"":44777,""label"":""tour_next"",""step"":2},{""time"":50038,""label"":""tour_end"",""step"":2},{""time"":51362,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1444,""week"":""52"",""id"":""chart2""},{""time"":53759,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3407,""week"":""52"",""id"":""chart2""},{""time"":58585,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4587,""week"":""52"",""id"":""chart""},{""time"":63386,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2485,""week"":""1"",""id"":""chart""},{""time"":67079,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1710,""week"":""6"",""id"":""chart""},{""time"":70565,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5960,""week"":""23"",""id"":""chart""},{""time"":77168,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1104,""week"":""48"",""id"":""chart""},{""time"":79437,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1418,""week"":""6"",""id"":""chart""}]}","{""startTime"":1678935704185,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":10307,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1721,""week"":""4"",""id"":""chart""}]}",0,simple,bar,0,0,0,,2.5,0,1,1,1.7209999999999999,1.7209999999999999,0,15.0,1.0,0.0,0,1.0,1 +2023-03-15 22:53:39,2023-03-15 23:13:28,0,100,1189,1,2023-03-15 23:13:29,R_2zdMESEgXFeXTZz,37.168,-93.3039,EN,1,21.649,,,,,15.008,95,91,77,125.501,280.591,1,1,45.178999999999995,-2,1,50.626000000000005,1,55.336000000000006,15.109000000000002,3,3,3,3,3,3,with the scrolling function that seems as off as this one does you know when you drag the cursor across the line and the figures are reversed i don't know what to believe it's hard for me to answer this reasonably. if everything lined up i would probably say agree to all the above seems like it's accurate seems like it's meaningful seems like if i was a farmer or somebody at delta agriculture it would be very useful information. but i sure wouldn't want to be buying a lot of treatments for one or the other if the data doesn't match up every time i look at it or every way i look at it perhaps i should say.,81.018,6,6,3,2,2,3,for one thing the system is difficult to use and for a second thing when you scroll over the timeline the figures are reversed. they report them just opposite i can't remember exactly which way it was but the whichever way it was the figures were reversed the blue ones were the opposite as the brown ones on the scroll in other words it was giving you the exact opposite data when you scrolled across it then what the chart itself read. so you never know with researchers are you guys doing this just to throw us off and see if somebody has a screwy operating system we'll say we trust it or is it just a mistake. if everything was consistent i would say i trust the data but since the design is flawed i don't know what's going on.,118.213,5,in the comments i made earlier i should have said mouse over instead of scroll but that's what i meant the mouse over reversed the figures the numbers were if i remember right were the insects were in blue and wrong and the fungus was in brown and wrong for the mouse over that was in the system i looked at now if i was a control group then that's why i don't trust the data i mean i guess i should say experimental group that i don't trust the data. these last two charts where everything was consistent yes i would trust the data.,70.90100000000001,2,7,3,4,1,5,6,26.23,4,6,6,6,6,4,8,8,Thanks for letting me participate and thanks for adding to our body of knowledge. :),32.458,4,3,4,3,5,3,23.366,2,,5.746,1.0,1948.0,Missouri,7.0,1.0,1.0,,7.0,,,6.0,1.0,1.0,137.371,5484655ffdf99b07b28f22cc,"{""startTime"":1678935916675,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678935746596,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678935394274,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":11102,""label"":""hovered"",""timeHovered"":2368,""week"":""2021-06-21""},{""time"":13487,""label"":""hovered"",""timeHovered"":6354,""week"":""2021-06-21""},{""time"":46310,""label"":""hovered"",""timeHovered"":5469,""week"":""2021-06-21""},{""time"":53615,""label"":""hovered"",""timeHovered"":10240,""week"":""2022-01-10""},{""time"":64341,""label"":""hovered"",""timeHovered"":3702,""week"":""2021-12-13""},{""time"":72795,""label"":""hovered"",""timeHovered"":19380,""week"":""2022-01-03""},{""time"":94110,""label"":""hovered"",""timeHovered"":1116,""week"":""2021-09-06""},{""time"":95227,""label"":""hovered"",""timeHovered"":1200,""week"":""2021-09-06""},{""time"":98181,""label"":""hovered"",""timeHovered"":1098,""week"":""2022-02-07""},{""time"":99330,""label"":""hovered"",""timeHovered"":1851,""week"":""2022-02-07""},{""time"":103216,""label"":""hovered"",""timeHovered"":3118,""week"":""2022-01-10""},{""time"":110123,""label"":""tour_next"",""step"":5},{""time"":118515,""label"":""tour_back"",""step"":5},{""time"":125661,""label"":""tour_next"",""step"":5},{""time"":140150,""label"":""tour_back"",""step"":5},{""time"":144944,""label"":""hovered"",""timeHovered"":1117,""week"":""2022-01-31""},{""time"":151307,""label"":""tour_next"",""step"":5},{""time"":153732,""label"":""tour_back"",""step"":5},{""time"":164241,""label"":""tour_next"",""step"":5},{""time"":191695,""label"":""tour_back"",""step"":5},{""time"":204180,""label"":""tour_next"",""step"":5},{""time"":226469,""label"":""started_brush"",""startDate"":""2021-04-30"",""endDate"":""2022-02-13""},{""time"":227992,""label"":""tour_next"",""step"":5},{""time"":234691,""label"":""moved_brush"",""startDate"":""2021-04-30"",""endDate"":""2022-02-13""},{""time"":238175,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-01-25""},{""time"":239421,""label"":""tour_next"",""step"":5},{""time"":250664,""label"":""cleared_brush"",""using"":""click""},{""time"":250667,""label"":""cleared_brush"",""using"":""Escape""},{""time"":252457,""label"":""tour_next"",""step"":5},{""time"":261225,""label"":""tour_end"",""step"":5},{""time"":265858,""label"":""hovered"",""timeHovered"":8857,""week"":""2022-01-17""},{""time"":275075,""label"":""hovered"",""timeHovered"":1594,""week"":""2022-01-24""}]}","{""startTime"":1678935730996,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":10397,""label"":""hovered"",""timeHovered"":1535,""week"":""2022-01-17""},{""time"":11935,""label"":""hovered"",""timeHovered"":1098,""week"":""2022-01-17""}]}",0,complex,line,0,0,0,,3.7,0,2,2,2.633,1.3165,1538,15.0,1.0,0.5,1,1.0,3 +2023-03-15 22:58:17,2023-03-15 23:13:43,0,100,925,1,2023-03-15 23:13:43,R_3RraRTYvx6aJPoB,34.0447,-118.2946,EN,1,40.791,1.0,2.0,2.0,12.610999999999999,15.118,74,93,12,49.201,39.102,1,-3,52.071000000000005,-3,-3,124.40100000000001,-2,39.514,15.011,6,5,6,6,6,5,none,35.383,3,6,5,4,5,5,"I trust this visualization slightly agree due to some missing key facts such as information related to that facts of humans age, sex and location.",139.644,5,none,15.411,2,7,3,4,1,5,6,32.367,7,9,9,10,9,8,8,10,none,28.588,2,3,3,4,4,4,36.028,6,2.0,15.780999999999999,1.0,1967.0,California,2.0,2.0,1.0,,2.0,,,6.0,3.0,1.0,147.23,5e1efdb3a8c111230db526ff,"{""startTime"":1678935820880,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678935857378,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678935636566,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":78,""label"":""tour_started""},{""time"":22251,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1032,""week"":""4"",""id"":""chart""},{""time"":26760,""label"":""tour_next"",""step"":2},{""time"":35731,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678935804402,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar,0,0,0,,3.3,0,0,0,0.0,0.0,0,15.0,0.5,0.0,0,0.0,2 +2023-03-15 22:46:47,2023-03-15 23:14:56,0,100,1688,1,2023-03-15 23:14:57,R_3J5a32NrXQGuwqg,36.5246,-87.3465,EN,1,74.911,2.0,,2.0,4.577,15.117,59,100,57,69.046,150.365,1,1,69.00399999999999,1,1,193.81099999999998,1,116.275,15.119000000000002,4,1,4,7,7,1,"I want to know how the cases were determined to be COVID-19. What kind of test was used? If I don't trust the testing, the I don't trust the data. I have never been able to find out any information about how the home tests work or what those test results are based on. I know they can't be pcr which I don't trust for testing COVID-19. (I have experience with pcr from a former job)",350.585,4,7,4,1,1,7,"I only chose ""I trust this visualization' because you told me to assume I trust the data in the visualization. I actually DON'T trust the data, but you prefaced the questions based on my trusting the data.",84.686,6,Most people can be trusted. But I have absolutely no trust in the CDC. Before COVID-19 and for the first few months of the pandemic I trusted and had great respect for the CDC.,180.46900000000002,2,7,3,4,1,5,6,35.841,1,2,9,4,1,6,9,6,,44.703,5,5,5,1,3,5,38.001,6,4.0,24.508000000000003,2.0,1951.0,Tennessee,9.0,2.0,1.0,,9.0,,Clarksville,3.0,1.0,1.0,125.26899999999999,5c1976c90d57c30001b4162c,"{""startTime"":1678935374800,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678935223703,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678934987080,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":24613,""label"":""hovered"",""timeHovered"":1350,""week"":""2021-04-12""},{""time"":27080,""label"":""hovered"",""timeHovered"":32583,""week"":""2021-04-12""},{""time"":60596,""label"":""hovered"",""timeHovered"":6102,""week"":""2021-05-03""},{""time"":67381,""label"":""hovered"",""timeHovered"":4267,""week"":""2021-06-14""},{""time"":73565,""label"":""hovered"",""timeHovered"":17635,""week"":""2021-08-16""},{""time"":94283,""label"":""hovered"",""timeHovered"":3766,""week"":""2022-01-03""},{""time"":98767,""label"":""hovered"",""timeHovered"":2232,""week"":""2022-01-03""},{""time"":104984,""label"":""hovered"",""timeHovered"":3666,""week"":""2022-01-03""},{""time"":109166,""label"":""hovered"",""timeHovered"":1933,""week"":""2022-01-03""},{""time"":112333,""label"":""hovered"",""timeHovered"":4017,""week"":""2021-11-22""},{""time"":118000,""label"":""hovered"",""timeHovered"":3234,""week"":""2021-08-23""},{""time"":124563,""label"":""tour_next"",""step"":2},{""time"":145247,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678935207868,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line,0,0,0,,4.0,0,0,0,0.0,0.0,0,15.0,1.0,1.0,1,1.0,1 +2023-03-15 23:03:35,2023-03-15 23:15:38,0,100,722,1,2023-03-15 23:15:38,R_3OkvuMkCoG9hziw,36.3966,-78.9933,EN,1,12.849,,,,,15.015,91,5,69,38.516999999999996,25.381,1,1,59.126000000000005,1,1,64.426,-1,86.64299999999999,15.116,6,6,7,7,6,6,,93.001,6,7,6,4,6,6,The visualization accurately shows the numbers on the axes and also includes the data source.,49.277,6,,7.176,2,7,3,4,1,5,6,24.963,3,4,7,6,6,5,10,10,,30.125,5,4,5,1,5,5,29.579,1,,7.402,2.0,1973.0,North Carolina,6.0,2.0,1.0,,7.0,,,2.0,4.0,1.0,72.902,5e26341c63251a881e185ecf,"{""startTime"":1678935996417,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":31715},{""label"":""window_focused"",""time"":31987},{""time"":42770,""label"":""hovered"",""timeHovered"":1483,""week"":""2021-12-20""},{""time"":46160,""label"":""hovered"",""timeHovered"":2575,""week"":""2022-01-10""}]}","{""startTime"":1678936090290,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":11693,""label"":""hovered"",""timeHovered"":3214,""week"":""2021-12-13""}]}","{""startTime"":1678935893213,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":11127,""label"":""tour_next"",""step"":2},{""time"":20784,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678935979851,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,line,0,0,0,,4.2,0,0,0,0.0,0.0,0,15.0,1.0,1.0,0,1.0,1 +2023-03-15 22:58:33,2023-03-15 23:18:09,0,100,1175,1,2023-03-15 23:18:10,R_vIAAIzvNJ0BBEFb,30.1909,-85.6696,EN,1,16.863,,,,,15.071,84,83,87,35.760999999999996,58.99,-2,1,50.379,-2,-3,165.601,-3,74.944,15.115,4,6,4,2,7,6,,41.661,6,3,5,1,1,5,The data is only as good as its source and the people who are inputting it.,55.19,4,,12.661,2,7,3,4,1,5,6,18.499000000000002,3,3,7,3,2,6,8,6,,92.62700000000001,3,4,4,2,4,3,41.049,5,,8.92,1.0,1964.0,Florida,2.0,3.0,1.0,,9.0,,Panama city,5.0,3.0,1.0,122.669,63eb13f36c0fe9ba20d45234,"{""startTime"":1678936121261,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678936163585,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678935878436,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":32162,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2449,""week"":""51"",""id"":""chart""},{""time"":35756,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2525,""week"":""44"",""id"":""chart""},{""time"":40001,""label"":""tour_next"",""step"":2},{""time"":43775,""label"":""tour_end"",""step"":2},{""time"":49132,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1134,""week"":""39"",""id"":""chart""}]}","{""startTime"":1678936105496,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":6885,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1977,""week"":""51"",""id"":""chart""},{""time"":9886,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1018,""week"":""50"",""id"":""chart""},{""time"":11029,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1226,""week"":""50"",""id"":""chart""}]}",0,moderate,bar,0,0,0,,3.3,0,3,3,4.221,1.4069999999999998,4144,15.0,0.5,0.0,0,0.0,2 +2023-03-15 22:59:20,2023-03-15 23:18:18,0,100,1137,1,2023-03-15 23:18:18,R_3sdeLwoiqyPcvwW,41.6332,-83.579,EN,1,18.255,1.0,3.0,1.0,8.957,15.008,90,90,50,45.318999999999996,64.902,-2,1,197.502,-2,1,95.32700000000001,1,135.486,15.01,3,2,5,6,5,6,What about those who didn't know they had Covid or those people who didn't report it?,105.645,5,6,6,2,4,5,I trust the numbers on the visualization but it can be inaccurate because many people who had Covid may not have re[ported it.,54.9,6,,8.801,2,7,3,4,1,5,6,27.395,9,9,10,9,4,8,10,9,,29.801,4,3,4,2,4,3,45.336000000000006,3,1.0,26.996,2.0,1958.0,Ohio,6.0,1.0,1.0,,7.0,,,11.0,2.0,1.0,136.862,611b09935cd6e67f2b5e9ea2,"{""startTime"":1678936003969,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678935867890,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":4240,""label"":""hovered"",""timeHovered"":1960,""week"":""2021-04-12""},{""time"":7188,""label"":""hovered"",""timeHovered"":11032,""week"":""2021-08-16""},{""time"":20045,""label"":""hovered"",""timeHovered"":1966,""week"":""2021-11-22""},{""time"":31215,""label"":""hovered"",""timeHovered"":1586,""week"":""2022-01-10""},{""time"":32973,""label"":""hovered"",""timeHovered"":4617,""week"":""2022-01-10""},{""time"":39041,""label"":""hovered"",""timeHovered"":6253,""week"":""2022-01-24""}]}","{""startTime"":1678935588742,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":15649,""label"":""hovered"",""timeHovered"":5856,""week"":""2021-11-01""},{""time"":25756,""label"":""hovered"",""timeHovered"":8015,""week"":""2022-01-03""},{""time"":40964,""label"":""tour_next"",""step"":2},{""time"":53809,""label"":""tour_end"",""step"":2},{""time"":34683,""label"":""hovered"",""timeHovered"":22014,""week"":""2021-12-20""},{""time"":60335,""label"":""hovered"",""timeHovered"":1230,""week"":""2021-08-23""}]}","{""startTime"":1678935852326,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line,0,0,0,,3.3,0,0,0,0.0,0.0,0,15.0,0.5,0.5,1,0.5,1 +2023-03-15 22:37:29,2023-03-15 23:19:01,0,100,2491,1,2023-03-15 23:19:01,R_2urfE3oVwQxqfoW,38.894,-77.0365,EN,1,148.84799999999998,1.0,4.0,2.0,27.198,15.014000000000001,100,100,83,126.066,213.317,1,1,196.595,1,1,306.858,1,153.106,15.11,7,7,7,6,7,7,,67.058,7,7,7,5,5,7,"The chart says the graph and data are from the CDC, and I trust them to provide the public with accurate health-related information. ",121.654,6,,21.42,2,7,3,4,1,5,6,55.67100000000001,8,9,8,8,10,8,11,10,,57.059,3,4,5,2,4,4,53.44,1,1.0,42.746,2.0,1959.0,Maryland,3.0,1.0,1.0,,7.0,,,5.0,4.0,1.0,680.405,5ba5d8b960f3d50001697104,"{""startTime"":1678935388903,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":356},{""label"":""window_focused"",""time"":4523},{""label"":""window_blurred"",""time"":10534},{""label"":""window_focused"",""time"":14062},{""label"":""window_blurred"",""time"":64268},{""label"":""window_focused"",""time"":65815}]}","{""startTime"":1678935168570,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":9410},{""label"":""window_focused"",""time"":10534},{""time"":31976,""label"":""hovered"",""timeHovered"":1882,""week"":""2022-01-10""},{""time"":34906,""label"":""hovered"",""timeHovered"":1090,""week"":""2022-01-10""},{""label"":""window_blurred"",""time"":38639},{""label"":""window_focused"",""time"":54682}]}","{""startTime"":1678934630984,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":46821,""label"":""hovered"",""timeHovered"":1258,""week"":""2021-12-20""},{""time"":49698,""label"":""hovered"",""timeHovered"":2001,""week"":""2022-01-10""},{""time"":58317,""label"":""hovered"",""timeHovered"":9988,""week"":""2021-04-12""},{""time"":74222,""label"":""hovered"",""timeHovered"":1649,""week"":""2021-08-23""},{""time"":75872,""label"":""hovered"",""timeHovered"":2701,""week"":""2021-08-23""},{""time"":82612,""label"":""hovered"",""timeHovered"":1550,""week"":""2021-08-09""},{""time"":90298,""label"":""hovered"",""timeHovered"":6654,""week"":""2021-08-16""},{""time"":101048,""label"":""hovered"",""timeHovered"":5202,""week"":""2021-11-22""},{""time"":107318,""label"":""hovered"",""timeHovered"":4868,""week"":""2021-11-29""},{""time"":113273,""label"":""hovered"",""timeHovered"":7486,""week"":""2022-01-03""},{""time"":126676,""label"":""hovered"",""timeHovered"":1127,""week"":""2022-01-10""},{""time"":130855,""label"":""hovered"",""timeHovered"":1299,""week"":""2022-01-03""},{""time"":137903,""label"":""hovered"",""timeHovered"":2902,""week"":""2021-12-27""},{""time"":143999,""label"":""hovered"",""timeHovered"":1700,""week"":""2022-01-10""},{""time"":156722,""label"":""hovered"",""timeHovered"":6002,""week"":""2022-01-03""},{""time"":163721,""label"":""hovered"",""timeHovered"":1884,""week"":""2022-02-07""},{""time"":169174,""label"":""hovered"",""timeHovered"":5400,""week"":""2022-02-07""},{""time"":175877,""label"":""tour_next"",""step"":2},{""time"":186102,""label"":""tour_end"",""step"":2},{""time"":187540,""label"":""hovered"",""timeHovered"":1342,""week"":""2022-01-31""},{""time"":189869,""label"":""hovered"",""timeHovered"":2933,""week"":""2022-01-03""},{""time"":197825,""label"":""hovered"",""timeHovered"":2524,""week"":""2022-01-31""},{""time"":206139,""label"":""hovered"",""timeHovered"":2626,""week"":""2021-12-27""}]}","{""startTime"":1678935152685,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":11393,""label"":""hovered"",""timeHovered"":2163,""week"":""2021-10-25""}]}",1,moderate,line,0,0,0,,3.7,0,1,1,2.1630000000000003,2.1630000000000003,0,15.0,1.0,1.0,1,1.0,2 +2023-03-15 22:57:29,2023-03-15 23:19:13,0,100,1304,1,2023-03-15 23:19:14,R_294jYpRSUoEeYIE,35.001,-78.9345,EN,1,13.307,1.0,2.0,1.0,7.471,15.017000000000001,89,89,83,42.138999999999996,119.345,1,1,72.877,-3,-3,89.669,1,76.34100000000001,15.011,5,2,5,5,7,6,"It if is actually information from the CDC, it would have to be information collected from a lot of sources. Any of those sources could be (but shouldn't be) suspect. Hospitals or nursing homes may or may not have wanted to say that X number of people died at our facility from COVID. Maybe there was confusion whether someone actually died from COVID or some other illness. There are too many variables. But if it was from the CDC, I would trust it as being accurate as humans at this time can make it. ",154.64700000000002,4,6,7,5,4,6,"It seems like this was the trend for the pandemic. It started off slow, then hit a peak and then started to diminish again. Then it seemed to get worse - hit a peak and then began to come down. I would want to verify it if I had to use the chart for something, but it seems very plausible. ",82.34100000000001,4,"My view of humankind changed during the Trump/COVID years. I truly thought we were smarter than what I was shown to be the case during that time. I don't know if it was actual politics or what, but so many people I knew that were Trump supporters refused to get the vaccine. Two of those people died and I know of one who is suffering from long-COVID. I didn't think COVID should have been politicized, but it seems that is what the Republicans wanted to do? I felt so sorry for Dr. Fauci. He was the person everyone should be listening to, but he had to deal with Trump and his ilk. I really don't understand what is going on. ",161.765,2,7,3,4,1,5,6,25.096,5,6,4,4,8,5,10,8,"I trust actual news media - - MSNBC, CBS, etc. for actual news. I want to put CNN in there, but sometimes they get carried away. I don't consider Fox News ""news"" in any way, shape or fashion. I think they should be tried for treason along with Trump and the Jan 6th idiots. I trust scientists, but I know there are a few bad ones who just want a name for themselves and they will 'fudge' results. I just went through a lawsuit and I think the legal system is so f*(ked up. I trust the Democratic party somewhat, but I don't trust Republicans at all. Santos, Taylor-Green, Boebert, seriously? ",253.40599999999998,3,4,5,3,5,3,20.227,2,1.0,13.874,2.0,1956.0,North Carolina,6.0,2.0,1.0,,7.0,,,11.0,4.0,1.0,84.61200000000001,5de87c376522177f4f41cbd2,"{""startTime"":1678935864283,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678935750142,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678935541132,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":56,""label"":""tour_started""},{""time"":8112,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3167,""week"":""33"",""id"":""chart""},{""time"":11297,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7532,""week"":""32"",""id"":""chart""},{""time"":19147,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":10483,""week"":""52"",""id"":""chart""},{""time"":30319,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1046,""week"":""6"",""id"":""chart""},{""time"":33614,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1484,""week"":""22"",""id"":""chart""},{""time"":44884,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":12264,""week"":""32"",""id"":""chart""},{""time"":58034,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7533,""week"":""52"",""id"":""chart""},{""time"":67130,""label"":""tour_next"",""step"":2},{""time"":85303,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1134,""week"":""32"",""id"":""chart2""},{""time"":88870,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7216,""week"":""32"",""id"":""chart2""},{""time"":97672,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":10481,""week"":""52"",""id"":""chart2""},{""time"":110750,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678935734401,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":9645,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1935,""week"":""52"",""id"":""chart""}]}",1,simple,bar,0,0,0,,3.8,0,1,1,1.935,1.935,0,15.0,1.0,0.0,1,1.0,1 +2023-03-15 22:39:12,2023-03-15 23:20:08,0,100,2455,1,2023-03-15 23:20:08,R_3lEb8uHJlYFBcY5,34.0797,-83.9328,EN,1,359.67900000000003,,,,,15.11,89,96,46,33.457,36.082,-2,-2,43.67100000000001,1,-3,74.053,1,293.742,15.107000000000001,6,6,6,6,2,7,na,54.196000000000005,6,6,5,2,6,7,The source it came from. ,11.752,4,,8.79,2,7,3,4,1,5,6,19.254,2,4,6,7,4,4,9,9,,21.213,4,4,5,2,2,3,22.734,4,,5.372000000000001,2.0,1977.0,Georgia,3.0,1.0,1.0,,7.0,,,13.0,2.0,1.0,69.07,5c47cab451c26300012cdd41,"{""startTime"":1678936300868,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678936219503,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678936092787,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":12677,""label"":""hovered"",""timeHovered"":5483,""week"":""2021-10-04""},{""time"":23827,""label"":""hovered"",""timeHovered"":1416,""week"":""2022-01-24""},{""time"":26147,""label"":""tour_next"",""step"":2},{""time"":32791,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678936203982,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,line,0,0,0,,3.3,0,0,0,0.0,0.0,0,15.0,0.0,0.5,1,0.5,2 +2023-03-15 23:12:48,2023-03-15 23:21:36,0,100,527,1,2023-03-15 23:21:36,R_8AknEDek9SNOt8t,39.2124,-76.8776,EN,1,8.052999999999999,1.0,3.0,2.0,6.853,15.017000000000001,84,39,11,18.624000000000002,15.876,-2,-2,80.472,-3,-3,93.594,1,25.436999999999998,15.118,5,5,6,6,5,5,,19.985,5,5,5,3,4,5,I don't trust covid data because it is so badly collected.,31.79,4,,4.224,2,7,3,4,1,5,6,33.979,5,6,2,6,6,4,9,8,,24.945999999999998,4,3,5,2,4,4,17.226,2,1.0,7.746,2.0,1979.0,Maryland,6.0,1.0,1.0,,9.0,,Columbia,19.0,3.0,1.0,46.908,5eace152e25d6800091dd418,"{""startTime"":1678936563462,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678936583821,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678936437700,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":21,""label"":""tour_started""},{""time"":10182,""label"":""tour_next"",""step"":2},{""time"":13240,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678936547740,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar,0,0,0,,3.7,0,0,0,0.0,0.0,0,15.0,0.0,0.0,1,0.0,2 +2023-03-15 23:12:34,2023-03-15 23:21:50,0,100,556,1,2023-03-15 23:21:51,R_O7k7O92foMKhiGR,34.0757,-118.3161,EN,1,7.106,,,,,15.203,76,68,69,11.5,28.581999999999997,1,1,72.415,1,1,70.19800000000001,1,74.789,15.007,6,6,6,6,6,6,,22.015,6,6,6,6,6,6,The legend and other indicators on the chart look very clear to me. I didn't see any confusion at all.,32.213,3,,13.902999999999999,2,7,3,4,1,5,6,25.214000000000002,6,6,6,6,6,6,6,6,,12.067,3,3,3,3,3,3,13.1,5,,7.736000000000001,1.0,1971.0,California,6.0,2.0,1.0,,4.0,,,4.0,3.0,1.0,68.786,604ae23075cb7165f9730564,"{""startTime"":1678936526021,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678936549313,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678936406678,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":28,""label"":""tour_started""},{""time"":13603,""label"":""tour_next"",""step"":2},{""time"":24790,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678936509603,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,line,0,0,0,,3.0,0,0,0,0.0,0.0,0,15.0,1.0,1.0,1,1.0,1 +2023-03-15 23:04:52,2023-03-15 23:21:55,0,100,1023,1,2023-03-15 23:21:56,R_1i4oxIgu6dEO9Ln,40.726,-73.848,EN,1,10.49,1.0,4.0,1.0,7.502000000000001,15.129000000000001,100,100,50,19.287,25.680999999999997,1,1,45.666000000000004,1,1,80.62100000000001,-1,138.755,15.128,7,7,7,7,7,7,,28.259,6,7,7,5,6,7,I believe all the necessary data is present and the conclusions here are consistent with what I have seen from other sources,41.273,6,"Was the question ""In late December 2022, what age group of vaccinated people report a higher case count than unvaccinated people Ages 80+?"" correct? I read the graph as showing 2021 and then Jan & Feb 2022 and no graph for Dec 2022 so answered 'don't know'. Should the question have read ""Dec 2021"" or was this a trick question?",150.793,2,7,3,4,1,5,6,35.093,10,10,10,10,10,10,11,11,,24.435,5,5,5,1,5,5,26.124000000000002,4,1.0,14.737,1.0,1960.0,New York,6.0,2.0,1.0,,7.0,,,17.0,4.0,1.0,167.959,60c75628113cc78734583d3b,"{""startTime"":1678936206067,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_focused"",""time"":2274}]}","{""startTime"":1678936234753,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678936083216,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":18436,""label"":""tour_next"",""step"":2},{""time"":22430,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678936190435,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":9475},{""label"":""window_focused"",""time"":10999},{""label"":""window_blurred"",""time"":11312},{""label"":""window_focused"",""time"":14867},{""label"":""window_blurred"",""time"":14883}]}",1,moderate,line,0,0,0,,4.3,0,0,0,0.0,0.0,0,9.804,1.0,1.0,0,1.0,2 +2023-03-15 22:51:23,2023-03-15 23:22:10,0,100,1846,1,2023-03-15 23:22:10,R_1gCHLaZhmEH4lkZ,41.028,-75.97800000000001,EN,1,7.505,,,,,15.115,45,11,53,27.578000000000003,34.555,1,1,113.367,-2,1,56.663000000000004,1,119.884,15.017000000000001,6,6,6,6,7,6,,20.951,6,7,6,3,5,6," can see all the relevant information, the number of diseases and the time period ",64.742,3,,10.232000000000001,2,7,3,4,1,5,6,19.684,6,8,9,6,7,9,10,10,,23.761999999999997,4,4,4,2,4,4,28.090999999999998,6,,6.36,2.0,1980.0,Pennsylvania,4.0,3.0,1.0,,9.0,,Austin,8.0,3.0,1.0,46.51,634696400ff1ac25ed01ad11,"{""startTime"":1678936586040,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678936497458,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678936332926,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":10962,""label"":""hovered"",""timeHovered"":2750,""week"":""2022-01-03""},{""time"":15330,""label"":""hovered"",""timeHovered"":1033,""week"":""2022-01-17""},{""time"":18277,""label"":""tour_next"",""step"":2},{""time"":26925,""label"":""tour_end"",""step"":2},{""time"":29196,""label"":""hovered"",""timeHovered"":2828,""week"":""2022-01-10""}]}","{""startTime"":1678936481785,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,line,0,0,0,,3.7,0,0,0,0.0,0.0,0,15.0,1.0,0.5,1,1.0,1 +2023-03-15 23:12:01,2023-03-15 23:22:40,0,100,639,1,2023-03-15 23:22:41,R_2XptompMLEsRxZ1,41.5412,-88.0546,EN,1,12.047,,,,,16.99,83,100,27,36.669000000000004,43.913999999999994,1,-1,60.251999999999995,1,1,44.895,-3,68.719,16.765,4,4,4,5,3,3,,23.13,5,6,4,1,3,4,I dont mistrust the information but I dont trust it 100%,37.503,3,,9.7,2,7,3,4,1,5,6,34.544000000000004,5,6,6,7,6,3,8,10,,32.23,5,4,5,4,5,3,25.546,3,,5.125,3.0,2003.0,Illinois,3.0,2.0,1.0,,4.0,,,5.0,4.0,1.0,85.984,62c5cdfe50000fce3e390be0,"{""startTime"":1678936512145,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678936536633,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678936402100,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":23227,""label"":""tour_next"",""step"":2},{""time"":28235,""label"":""tour_end"",""step"":2},{""time"":36774,""label"":""hovered"",""timeHovered"":2122,""week"":""2022-01-10""}]}","{""startTime"":1678936493149,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":2202},{""label"":""window_focused"",""time"":7918}]}",0,moderate,line,0,0,0,,4.3,0,0,0,0.0,0.0,0,2.202,0.5,1.0,0,1.0,2 +2023-03-15 23:05:41,2023-03-15 23:22:54,0,100,1032,1,2023-03-15 23:22:54,R_XHPH1bmOrOfzxHX,39.0352,-94.5456,EN,1,46.681999999999995,1.0,4.0,2.0,13.366,15.342,100,100,66,107.48899999999999,52.677,1,1,66.872,-3,-3,66.286,-2,65.203,15.117,7,7,7,7,7,7,,15.402999999999999,7,7,6,7,7,7,It provides data that I believe corresponds with what I have seen previously reported on infections.,205.58599999999998,6,,7.827999999999999,2,7,3,4,1,5,6,17.802,6,6,7,8,9,2,11,11,,25.689,5,5,5,1,4,4,18.332,1,4.0,12.689,1.0,1973.0,Missouri,6.0,2.0,1.0,,9.0,,KANSAS CITY,3.0,4.0,1.0,60.122,54847f1cfdf99b07b28f22f9,"{""startTime"":1678936667951,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678936431913,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678936291796,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":38,""label"":""tour_started""},{""time"":13433,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1582,""week"":""48"",""id"":""chart""},{""time"":20127,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2420,""week"":""31"",""id"":""chart""},{""time"":23615,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1067,""week"":""34"",""id"":""chart""},{""time"":24744,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1071,""week"":""37"",""id"":""chart""},{""time"":26742,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1025,""week"":""50"",""id"":""chart""},{""time"":27848,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2233,""week"":""52"",""id"":""chart""},{""time"":31127,""label"":""tour_next"",""step"":2},{""time"":37030,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2550,""week"":""51"",""id"":""chart2""},{""time"":40246,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2266,""week"":""1"",""id"":""chart2""},{""time"":42745,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1935,""week"":""47"",""id"":""chart2""},{""time"":45979,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1367,""week"":""40"",""id"":""chart2""},{""time"":51623,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678936414247,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":9394,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1459,""week"":""52"",""id"":""chart""},{""time"":11192,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2226,""week"":""52"",""id"":""chart2""}]}",1,simple,bar,0,0,0,,4.0,0,2,2,3.685,1.8425,1798,15.0,1.0,0.0,0,1.0,1 +2023-03-15 23:18:15,2023-03-15 23:24:59,0,100,404,1,2023-03-15 23:25:00,R_11j94qkhR03uLX4,43.8013,-91.2134,EN,1,4.037,,,,,15.113,77,71,16,9.67,25.164,1,1,53.845,-3,-3,51.982,-1,9.8,16.957,5,5,5,6,6,6,Purpose???,26.901999999999997,6,5,5,5,6,6,Numbers back up the bars.,13.844000000000001,2,Purpose??,9.572000000000001,2,7,3,4,1,5,6,13.985999999999999,1,1,7,2,1,3,3,6,,16.304000000000002,4,3,2,3,3,3,6.189,7,,20.549,1.0,1962.0,Wisconsin,4.0,2.0,1.0,,7.0,,,7.0,2.0,1.0,63.391000000000005,5e1e935be3c7191e0519b486,"{""startTime"":1678936869860,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678936829632,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_focused"",""time"":18190}]}","{""startTime"":1678936730416,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":8249,""label"":""tour_next"",""step"":2},{""time"":9250,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2865,""week"":""52"",""id"":""chart2""},{""time"":14126,""label"":""tour_end"",""step"":2},{""time"":19727,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4008,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678936810598,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":7011}]}",0,simple,bar,0,0,0,,3.0,0,0,0,0.0,0.0,0,7.011,1.0,0.0,0,1.0,1 +2023-03-15 23:12:22,2023-03-15 23:25:11,0,100,768,1,2023-03-15 23:25:11,R_2ZJFWRDlOXqdCzE,39.9486,-75.2339,EN,1,29.144000000000002,,,,,15.034,56,46,26,20.383,123.205,1,1,63.07899999999999,-1,1,107.014,1,78.987,15.155,6,4,6,4,6,6,,32.217,6,4,2,2,2,6,"I believe the data in the visualaztion to be true, because it was presented as a fact.",46.153,4,,6.586,2,7,3,4,1,5,6,23.296999999999997,2,2,2,2,2,4,9,9,,25.732,4,4,4,2,4,3,29.383000000000003,2,,7.205,2.0,1986.0,Pennsylvania,2.0,1.0,1.0,,3.0,,,6.0,3.0,1.0,88.82700000000001,63d83eafdd418ada3528719e,"{""startTime"":1678936706474,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678936632648,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678936413074,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":16332,""label"":""hovered"",""timeHovered"":1023,""week"":""2021-12-27""},{""time"":17559,""label"":""hovered"",""timeHovered"":3995,""week"":""2022-01-10""},{""time"":22237,""label"":""hovered"",""timeHovered"":2034,""week"":""2022-01-31""},{""time"":26509,""label"":""tour_next"",""step"":5},{""time"":45497,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-11""},{""time"":47098,""label"":""tour_next"",""step"":5},{""time"":50849,""label"":""moved_brush"",""startDate"":""2021-04-12"",""endDate"":""2022-02-13""},{""time"":51482,""label"":""moved_brush"",""startDate"":""2021-04-12"",""endDate"":""2022-02-13""},{""time"":52196,""label"":""moved_brush"",""startDate"":""2021-04-12"",""endDate"":""2022-02-13""},{""time"":63099,""label"":""moved_brush"",""startDate"":""2021-10-08"",""endDate"":""2022-02-13""},{""time"":65197,""label"":""tour_next"",""step"":5},{""time"":75684,""label"":""cleared_brush"",""using"":""click""},{""time"":78292,""label"":""cleared_brush"",""using"":""click""},{""time"":79814,""label"":""started_brush"",""startDate"":""2021-07-04"",""endDate"":""2021-07-20""},{""time"":80579,""label"":""cleared_brush"",""using"":""click""},{""time"":81262,""label"":""tour_next"",""step"":5},{""time"":88932,""label"":""tour_end"",""step"":5},{""time"":98565,""label"":""started_brush"",""startDate"":""2021-04-23"",""endDate"":""2022-02-13""},{""time"":104290,""label"":""hovered"",""timeHovered"":1109,""week"":""2022-01-10""},{""time"":118172,""label"":""moved_brush"",""startDate"":""2021-04-23"",""endDate"":""2022-02-13""}]}","{""startTime"":1678936616784,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":6148,""label"":""hovered"",""timeHovered"":2115,""week"":""2022-01-03""},{""time"":10960,""label"":""hovered"",""timeHovered"":1071,""week"":""2021-12-20""},{""time"":12059,""label"":""hovered"",""timeHovered"":1122,""week"":""2021-12-20""}]}",0,complex,line,0,0,0,,3.5,0,3,3,4.308,1.436,5911,15.0,1.0,0.5,1,1.0,3 +2023-03-15 22:26:17,2023-03-15 23:26:00,0,100,3582,1,2023-03-15 23:26:01,R_3MtbiuJjOEuf8sJ,28.2404,-82.7188,EN,1,21.625,1.0,2.0,2.0,11.4,15.009,66,34,68,24.974,69.001,-2,-2,89.406,1,-2,222.847,1,68.396,15.009,5,4,4,5,5,3,,132.764,5,3,6,3,1,4,I would have to do more research of where they get their data from before i can say i fully trust something.,38.705,4,,25.924,2,7,3,4,1,5,6,31.816,4,6,6,7,4,7,9,9,,243.179,2,3,2,3,5,5,52.20399999999999,2,1.0,49.501999999999995,1.0,1973.0,Florida,2.0,2.0,1.0,,7.0,,,6.0,4.0,1.0,2336.109,631677b07578c19a17bf4c5a,"{""startTime"":1678933965216,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933827219,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678933672894,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":7130,""label"":""tour_next"",""step"":5},{""time"":37091,""label"":""started_brush"",""startDate"":""2021-09-07"",""endDate"":""2021-12-15""},{""time"":39164,""label"":""tour_next"",""step"":5},{""time"":48102,""label"":""moved_brush"",""startDate"":""2021-06-01"",""endDate"":""2021-09-09""},{""time"":49422,""label"":""tour_next"",""step"":5},{""time"":57581,""label"":""cleared_brush"",""using"":""Click""},{""time"":57581,""label"":""cleared_brush"",""using"":""Escape""},{""time"":59402,""label"":""tour_next"",""step"":5},{""time"":64355,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678933811658,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar,0,0,0,,3.3,0,0,0,0.0,0.0,0,15.0,0.0,0.5,1,1.0,3 +2023-03-15 23:15:26,2023-03-15 23:26:30,0,100,663,1,2023-03-15 23:26:31,R_3RgRuZWd4SNnglM,39.9727,-74.2474,EN,1,17.583,,,,,15.022,93,94,85,25.86,59.797,1,1,42.542,1,1,64.905,1,57.121,15.124,6,6,6,7,5,6,"At first I though both insect and fungus bars started at 0, which seems like it would be a better comparison between them, although this type of bar chart is good for determining the diference in totals I suppose. Thank you!",101.76100000000001,6,5,6,4,7,6,"It seems to come from a dataset of evidence, there may be actually a bit more than what the chart shows if not all areas were detected unless it is an estimate.",59.964,4,Thank you.,12.597000000000001,2,7,3,4,1,5,6,22.758000000000003,3,2,1,2,3,4,11,10,,25.32,4,4,5,1,4,5,22.038,2,,7.297999999999999,1.0,1989.0,New Jersey,3.0,2.0,1.0,,7.0,,,7.0,4.0,1.0,58.15,5611f6dd7ffc8a00058117e7,"{""startTime"":1678936734422,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678936837132,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678936592463,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":12048,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2198,""week"":""1"",""id"":""chart""},{""time"":14372,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":9283,""week"":""2"",""id"":""chart""},{""time"":23725,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2794,""week"":""3"",""id"":""chart""},{""label"":""window_blurred"",""time"":31862},{""label"":""window_focused"",""time"":33452},{""time"":33652,""label"":""tour_next"",""step"":2},{""time"":37870,""label"":""tour_end"",""step"":2},{""time"":40548,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1390,""week"":""52"",""id"":""chart""},{""time"":42300,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3242,""week"":""50"",""id"":""chart""},{""time"":45736,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1172,""week"":""51"",""id"":""chart""},{""time"":47041,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2427,""week"":""52"",""id"":""chart""},{""time"":49536,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1659,""week"":""1"",""id"":""chart""},{""time"":51288,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2144,""week"":""2"",""id"":""chart""}]}","{""startTime"":1678936718321,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":6813,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2231,""week"":""51"",""id"":""chart""},{""time"":9927,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3118,""week"":""3"",""id"":""chart""}]}",0,moderate,bar,0,0,0,,3.8,0,2,2,5.349,2.6745,3114,15.0,1.0,1.0,1,1.0,2 +2023-03-15 23:16:14,2023-03-15 23:27:14,0,100,660,1,2023-03-15 23:27:15,R_10USxRiCgqWheBJ,35.7113,-82.5467,EN,1,24.329,1.0,4.0,1.0,7.2139999999999995,15.068,89,77,81,21.967,91.575,-2,-3,67.5,-3,-3,58.718999999999994,-2,20.68,15.009,7,6,7,6,7,7,,22.6,7,7,7,5,6,7,it looks scientific,17.401,6,very fun and interesting,14.76,2,7,3,4,1,5,6,22.491,8,9,8,9,9,8,11,11,,24.224,4,5,5,1,5,5,24.119,2,1.0,12.504000000000001,2.0,1958.0,North Carolina,6.0,1.0,1.0,,7.0,,,12.0,4.0,1.0,73.005,6063737f1039adcbf6428ac2,"{""startTime"":1678936908876,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678936932184,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678936732962,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":23,""label"":""tour_started""},{""time"":63699,""label"":""tour_next"",""step"":2},{""time"":72187,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1083,""week"":""1"",""id"":""chart2""},{""time"":82813,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678936893237,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar,0,0,0,,4.2,0,0,0,0.0,0.0,0,15.0,0.0,0.0,0,0.0,1 +2023-03-15 23:10:03,2023-03-15 23:27:37,0,100,1053,1,2023-03-15 23:27:37,R_2xFVc32CUxxRXbQ,32.2871,-90.2306,EN,1,51.46,,,,,15.014000000000001,74,91,62,49.626000000000005,46.132,-2,1,71.25399999999999,-3,-3,118.476,1,71.09899999999999,15.027999999999999,6,6,4,6,7,4,,78.143,6,6,4,2,2,4,I know nothing about the data source or crops in general in Croatia.,63.361000000000004,6,,21.338,2,7,3,4,1,5,6,23.135,8,8,10,8,8,8,9,10,A lot of the above put their self interests first.,97.021,3,3,4,4,3,3,32.068000000000005,6,,21.241999999999997,2.0,1964.0,Mississippi,6.0,2.0,1.0,,9.0,,Byram,16.0,1.0,1.0,199.753,5fe49a4ad8918ba1615e298d,"{""startTime"":1678936559281,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678936638359,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":1506,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4195,""week"":""2"",""id"":""chart""}]}","{""startTime"":1678936424447,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":41,""label"":""tour_started""},{""time"":9516,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5148,""week"":""52"",""id"":""chart""},{""time"":14745,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1132,""week"":""51"",""id"":""chart""},{""time"":16081,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1464,""week"":""49"",""id"":""chart""},{""time"":23591,""label"":""tour_next"",""step"":2},{""time"":25699,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1117,""week"":""2"",""id"":""chart2""},{""time"":28539,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2632,""week"":""44"",""id"":""chart2""},{""time"":31295,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1415,""week"":""41"",""id"":""chart2""},{""time"":44318,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678936543321,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,bar,0,0,0,,3.3,0,0,0,0.0,0.0,0,15.0,0.5,0.0,1,0.5,1 +2023-03-15 23:17:20,2023-03-15 23:31:35,0,100,855,1,2023-03-15 23:31:36,R_1dmqHLr8cTaxvna,32.5298,-94.7949,EN,1,28.201,1.0,4.0,1.0,12.79,15.11,100,83,43,53.879,134.312,1,1,61.088,1,1,57.282,1,28.648000000000003,15.110999999999999,7,6,7,7,7,7,I think it's important to have publicly accessible visualizations of data like this to help combat misinformation.,56.282,6,7,7,3,4,7,"I trust the data source of the CDC to be reasonably accurate. If there are inaccuracies, they probably don't affect the differences between the vaccinated and unvaccinated groups that much.",62.266000000000005,5,I did like the interactive graph. It made it easier to understand the data and would have been helpful in answering some of the questions where we had the static visualizaiotn.,55.897,2,7,3,4,1,5,6,28.893,2,7,5,8,7,5,10,10,,40.711999999999996,5,5,5,1,5,5,31.22,3,1.0,24.09,1.0,1980.0,Texas,6.0,3.0,1.0,,7.0,,,14.0,2.0,1.0,88.17200000000001,63ed059a43d8d970d47c98a0,"{""startTime"":1678937043613,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678936941837,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678936762692,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":18085,""label"":""hovered"",""timeHovered"":8807,""week"":""2022-01-17""},{""time"":30845,""label"":""tour_next"",""step"":5},{""time"":42853,""label"":""started_brush"",""startDate"":""2021-10-01"",""endDate"":""2022-01-05""},{""time"":46072,""label"":""started_brush"",""startDate"":""2021-12-10"",""endDate"":""2022-02-11""},{""time"":47572,""label"":""tour_next"",""step"":5},{""time"":55529,""label"":""moved_brush"",""startDate"":""2021-07-28"",""endDate"":""2021-09-29""},{""time"":56716,""label"":""tour_next"",""step"":5},{""time"":62771,""label"":""cleared_brush"",""using"":""click""},{""time"":65724,""label"":""tour_next"",""step"":5},{""time"":75986,""label"":""tour_end"",""step"":5},{""time"":77413,""label"":""hovered"",""timeHovered"":1022,""week"":""2022-01-17""},{""time"":82279,""label"":""started_brush"",""startDate"":""2021-07-09"",""endDate"":""2021-10-09""},{""time"":94173,""label"":""moved_brush"",""startDate"":""2021-04-13"",""endDate"":""2021-07-15""},{""time"":95179,""label"":""hovered"",""timeHovered"":2210,""week"":""2021-06-14""},{""time"":104279,""label"":""moved_brush"",""startDate"":""2021-11-12"",""endDate"":""2022-02-13""},{""time"":110319,""label"":""moved_brush"",""startDate"":""2021-12-15"",""endDate"":""2022-02-13""},{""time"":113051,""label"":""moved_brush"",""startDate"":""2021-12-15"",""endDate"":""2022-01-25""},{""time"":115402,""label"":""moved_brush"",""startDate"":""2021-12-24"",""endDate"":""2022-01-25""},{""time"":118684,""label"":""moved_brush"",""startDate"":""2021-12-29"",""endDate"":""2022-01-25""},{""time"":121062,""label"":""hovered"",""timeHovered"":1412,""week"":""2022-01-03""},{""time"":122478,""label"":""hovered"",""timeHovered"":1907,""week"":""2022-01-03""}]}","{""startTime"":1678936926349,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":8839,""label"":""started_brush"",""startDate"":""2021-12-02"",""endDate"":""2022-02-05""},{""time"":11739,""label"":""hovered"",""timeHovered"":1033,""week"":""2022-01-03""}]}",1,complex,line,0,0,0,,4.3,1,2,1,1.033,1.033,2900,15.0,1.0,1.0,1,1.0,3 +2023-03-15 23:10:25,2023-03-15 23:35:25,0,100,1499,1,2023-03-15 23:35:26,R_1ms0XANovAODlnJ,33.7228,-83.9976,EN,1,54.028999999999996,2.0,,1.0,24.396,15.017000000000001,33,68,28,43.318000000000005,239.206,1,1,70.77199999999999,-1,1,98.685,1,95.272,15.01,3,3,4,6,7,3,"There is a great deal of missing information if one is to draw meaningful conclusions. For instance, has the data been filtered or adjusted and what is the margin for error.",173.437,3,6,4,2,1,3,There is no indication of margin for error and how the data was collected.,56.449,5,There was no information about the number or percentage of reinfections in any category.,110.167,2,7,3,4,1,5,6,29.502,2,5,8,7,2,6,10,10,None,55.096000000000004,3,5,4,2,5,4,64.60300000000001,6,3.0,31.166999999999998,1.0,1957.0,Georgia,6.0,3.0,1.0,,4.0,,,4.0,3.0,2.0,248.58700000000002,6163abe84640981d685a57f2,"{""startTime"":1678936733099,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":6474,""label"":""started_brush"",""startDate"":""2021-07-08"",""endDate"":""2021-08-05""},{""time"":7770,""label"":""cleared_brush"",""using"":""click""}]}","{""startTime"":1678936907391,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678936381882,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":5991,""label"":""hovered"",""timeHovered"":2039,""week"":""2022-01-10""},{""time"":11536,""label"":""hovered"",""timeHovered"":1279,""week"":""2022-01-03""},{""time"":22563,""label"":""hovered"",""timeHovered"":19882,""week"":""2021-09-20""},{""time"":56200,""label"":""tour_next"",""step"":5},{""time"":78596,""label"":""started_brush"",""startDate"":""2021-05-03"",""endDate"":""2021-09-10""},{""time"":84626,""label"":""started_brush"",""startDate"":""2022-01-05"",""endDate"":""2022-02-12""},{""time"":92762,""label"":""started_brush"",""startDate"":""2021-05-05"",""endDate"":""2021-06-07""},{""time"":101567,""label"":""tour_next"",""step"":5},{""time"":165984,""label"":""moved_brush"",""startDate"":""2021-11-14"",""endDate"":""2021-12-16""},{""time"":168477,""label"":""tour_next"",""step"":5},{""time"":175953,""label"":""cleared_brush"",""using"":""click""},{""time"":181955,""label"":""tour_next"",""step"":5},{""time"":195371,""label"":""tour_end"",""step"":5},{""time"":218407,""label"":""started_brush"",""startDate"":""2022-01-21"",""endDate"":""2022-02-07""},{""time"":224751,""label"":""moved_brush"",""startDate"":""2021-12-31"",""endDate"":""2022-01-18""},{""time"":226144,""label"":""cleared_brush"",""using"":""click""}]}","{""startTime"":1678936717446,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line,0,0,0,,3.8,0,0,0,0.0,0.0,0,15.0,1.0,0.5,1,1.0,3 +2023-03-15 23:24:49,2023-03-15 23:36:47,0,100,718,1,2023-03-15 23:36:48,R_3p3TVdYvB0JWcYL,40.6002,-74.1469,EN,1,11.359000000000002,1.0,1.0,1.0,5.814,15.008,100,100,75,30.131999999999998,52.867,1,1,68.898,-3,1,87.12,1,62.482,15.011,7,2,7,7,7,7,Are those only people who presented with symptoms (or to their medical providers)? What about the hospitalizations? ,65.577,2,7,7,6,2,7,"It is CDC data: I might doubt the completeness of the data, but I have no reasons to doubt the validity. ",35.601,3,,10.363,2,7,3,4,1,5,6,25.013,2,8,8,7,4,3,10,10,,25.846,5,5,5,1,5,5,31.662,5,1.0,15.447000000000001,2.0,1964.0,New York,7.0,3.0,1.0,,7.0,,,9.0,4.0,1.0,85.484,63b7992d848592c307fe1e49,"{""startTime"":1678937409239,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678937327145,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678937170694,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":20040,""label"":""tour_next"",""step"":2},{""time"":25000,""label"":""tour_end"",""step"":2},{""time"":26452,""label"":""hovered"",""timeHovered"":1582,""week"":""2021-06-14""},{""time"":30496,""label"":""hovered"",""timeHovered"":4883,""week"":""2022-01-10""},{""time"":37955,""label"":""hovered"",""timeHovered"":2856,""week"":""2022-01-03""},{""time"":42804,""label"":""hovered"",""timeHovered"":1755,""week"":""2022-02-07""}]}","{""startTime"":1678937311546,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":4641,""label"":""hovered"",""timeHovered"":1588,""week"":""2022-01-03""},{""time"":6239,""label"":""hovered"",""timeHovered"":1742,""week"":""2022-01-03""}]}",1,moderate,line,0,0,0,,4.3,0,2,2,3.33,1.665,1598,15.0,1.0,0.5,1,0.5,2 +2023-03-15 23:19:35,2023-03-15 23:38:01,0,100,1105,1,2023-03-15 23:38:01,R_abNqNI56JEfjIOt,32.7797,-96.8022,EN,1,11.797,2.0,,2.0,7.586,36.095,0,0,33,18.855999999999998,3.275,1,-1,158.589,1,-3,10.52,-2,59.952,15.008,1,2,2,6,6,1,,35.991,4,3,2,2,2,1,Don't trust the data.,1.857,3,,2.438,2,7,3,4,1,5,6,26.511,4,1,7,3,1,9,1,4,,11.450999999999999,4,1,5,1,4,2,36.414,7,1.0,3.028,2.0,1954.0,Texas,3.0,2.0,1.0,,7.0,,,6.0,2.0,1.0,137.0,6384e535ba619451063f5223,"{""startTime"":1678937397924,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678937318918,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678937054127,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":23,""label"":""tour_started""}]}","{""startTime"":1678937303619,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":9525,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1305,""week"":""2"",""id"":""chart""},{""time"":10973,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1465,""week"":""52"",""id"":""chart""}]}",1,simple,bar,0,0,0,,2.8,0,2,2,2.77,1.385,1448,15.0,0.5,0.5,0,0.5,1 +2023-03-15 22:36:54,2023-03-15 23:38:10,0,100,3675,1,2023-03-15 23:38:10,R_2SCxHtB1QcFPAr0,42.417,-88.9995,EN,1,454.142,1.0,3.0,2.0,10.812000000000001,15.105,83,83,60,1645.434,574.327,1,-2,120.186,-3,1,77.945,-1,214.886,16.997,5,3,5,3,2,4,Thanks. ,42.04600000000001,6,5,6,6,6,4,I don't feel like I was given a great deal of info and the dates are somewhat hard to understand.,55.379,5,Thanks,16.948,2,7,3,4,1,5,6,19.418,3,5,5,4,5,4,10,10,Thanks,38.73,3,4,5,1,5,4,24.425,2,2.0,17.160999999999998,1.0,1982.0,Illinois,6.0,1.0,1.0,,7.0,,,14.0,4.0,1.0,267.823,5e606b1eaf84e83c728748d7,"{""startTime"":1678937171702,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":29017},{""label"":""window_focused"",""time"":30563}]}","{""startTime"":1678937214864,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678936361440,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":23,""label"":""tour_started""},{""time"":3391,""label"":""hovered"",""timeHovered"":4792,""week"":""2022-01-03""},{""time"":9400,""label"":""hovered"",""timeHovered"":2099,""week"":""2021-09-20""},{""time"":27082,""label"":""tour_next"",""step"":5},{""time"":50763,""label"":""tour_back"",""step"":5},{""time"":53611,""label"":""hovered"",""timeHovered"":1092,""week"":""2021-08-30""},{""time"":82474,""label"":""hovered"",""timeHovered"":2670,""week"":""2022-01-17""},{""time"":93157,""label"":""tour_next"",""step"":5},{""time"":120120,""label"":""started_brush"",""startDate"":""2021-10-15"",""endDate"":""2021-11-18""},{""time"":132194,""label"":""started_brush"",""startDate"":""2021-05-27"",""endDate"":""2022-01-04""},{""time"":134946,""label"":""tour_back"",""step"":5},{""label"":""window_blurred"",""time"":159620},{""label"":""window_focused"",""time"":316904},{""time"":332655,""label"":""tour_next"",""step"":5},{""time"":343832,""label"":""moved_brush"",""startDate"":""2021-07-06"",""endDate"":""2022-02-13""},{""time"":348976,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-19""},{""time"":356078,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-19""},{""time"":356316,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-19""},{""time"":356478,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-19""},{""time"":358065,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-19""},{""time"":359651,""label"":""moved_brush"",""startDate"":""2021-07-06"",""endDate"":""2022-02-13""},{""time"":360949,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-19""},{""time"":364344,""label"":""moved_brush"",""startDate"":""2021-07-06"",""endDate"":""2022-02-13""},{""time"":384883,""label"":""tour_back"",""step"":5},{""time"":412648,""label"":""tour_next"",""step"":5},{""time"":418872,""label"":""moved_brush"",""startDate"":""2021-07-06"",""endDate"":""2022-02-13""},{""time"":419447,""label"":""started_brush"",""startDate"":""2021-06-03"",""endDate"":""2021-06-05""},{""time"":431336,""label"":""cleared_brush"",""using"":""click""},{""time"":452150,""label"":""started_brush"",""startDate"":""2021-11-07"",""endDate"":""2021-11-24""},{""time"":453709,""label"":""tour_next"",""step"":5},{""time"":462945,""label"":""moved_brush"",""startDate"":""2021-11-07"",""endDate"":""2021-12-05""},{""time"":464440,""label"":""tour_next"",""step"":5},{""time"":474471,""label"":""moved_brush"",""startDate"":""2021-10-08"",""endDate"":""2021-11-04""},{""time"":478685,""label"":""moved_brush"",""startDate"":""2021-10-08"",""endDate"":""2021-10-21""},{""time"":480741,""label"":""moved_brush"",""startDate"":""2021-08-18"",""endDate"":""2021-10-21""},{""time"":486787,""label"":""moved_brush"",""startDate"":""2021-08-18"",""endDate"":""2021-10-21""},{""time"":491529,""label"":""moved_brush"",""startDate"":""2021-08-18"",""endDate"":""2021-10-21""},{""time"":491672,""label"":""moved_brush"",""startDate"":""2021-08-18"",""endDate"":""2021-10-21""},{""time"":496799,""label"":""moved_brush"",""startDate"":""2021-08-18"",""endDate"":""2021-10-21""},{""time"":498729,""label"":""cleared_brush"",""using"":""click""},{""time"":498733,""label"":""cleared_brush"",""using"":""Escape""},{""time"":500637,""label"":""tour_next"",""step"":5},{""time"":511786,""label"":""tour_end"",""step"":5},{""time"":548636,""label"":""started_brush"",""startDate"":""2021-05-09"",""endDate"":""2022-02-13""},{""time"":556196,""label"":""moved_brush"",""startDate"":""2021-05-09"",""endDate"":""2022-02-13""},{""time"":557704,""label"":""moved_brush"",""startDate"":""2021-05-09"",""endDate"":""2022-02-13""},{""time"":558215,""label"":""moved_brush"",""startDate"":""2021-05-08"",""endDate"":""2022-02-12""},{""time"":559716,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-01-16""},{""time"":561283,""label"":""cleared_brush"",""using"":""click""},{""time"":561297,""label"":""cleared_brush"",""using"":""Escape""},{""time"":570480,""label"":""started_brush"",""startDate"":""2021-05-13"",""endDate"":""2022-02-13""}]}","{""startTime"":1678937153054,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":7771,""label"":""hovered"",""timeHovered"":3086,""week"":""2021-12-20""},{""label"":""window_blurred"",""time"":12445},{""label"":""window_focused"",""time"":17834}]}",1,complex,line,0,0,0,,3.7,0,1,1,3.0860000000000003,3.0860000000000003,0,12.445,0.5,0.5,0,0.0,3 +2023-03-15 23:25:13,2023-03-15 23:39:46,0,100,873,1,2023-03-15 23:39:47,R_3nOtwymXNQYryVN,43.1723,-76.1032,EN,1,30.319000000000003,,,,,15.118,90,89,87,57.762,181.239,1,1,117.04,-3,-3,79.577,-2,52.226000000000006,15.115,4,4,4,6,6,6,,51.928000000000004,4,7,6,1,1,6,The source appears to be legitimate,28.982,6,,8.767000000000001,2,7,3,4,1,5,6,26.59,5,8,8,7,10,6,10,10,,22.445999999999998,4,4,5,1,4,4,33.851,3,,9.453,1.0,1954.0,New York,6.0,1.0,1.0,,9.0,,Cicero,13.0,4.0,1.0,77.476,5dfb693a73d72487b1fe495b,"{""startTime"":1678937548453,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678937487365,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678937235645,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":12476,""label"":""tour_next"",""step"":5},{""time"":28428,""label"":""tour_back"",""step"":5},{""time"":37709,""label"":""tour_next"",""step"":5},{""time"":65482,""label"":""started_brush"",""startDate"":""2021-07-03"",""endDate"":""2021-09-09""},{""time"":66812,""label"":""tour_next"",""step"":5},{""time"":82289,""label"":""started_brush"",""startDate"":""2021-11-20"",""endDate"":""2021-11-24""},{""time"":98631,""label"":""tour_back"",""step"":5},{""time"":111642,""label"":""started_brush"",""startDate"":""2021-06-02"",""endDate"":""2021-11-22""},{""time"":112981,""label"":""tour_next"",""step"":5},{""time"":125612,""label"":""cleared_brush"",""using"":""Click""},{""time"":130826,""label"":""cleared_brush"",""using"":""Click""},{""time"":134140,""label"":""cleared_brush"",""using"":""Click""},{""time"":141216,""label"":""moved_brush"",""startDate"":""2021-05-07"",""endDate"":""2021-08-30""},{""time"":142261,""label"":""tour_next"",""step"":5},{""time"":163168,""label"":""cleared_brush"",""using"":""Click""},{""time"":164974,""label"":""tour_next"",""step"":5},{""time"":176804,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678937470640,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,bar,0,0,0,,3.7,0,0,0,0.0,0.0,0,15.0,1.0,0.0,0,0.0,3 +2023-03-15 23:24:09,2023-03-15 23:41:14,0,100,1025,1,2023-03-15 23:41:14,R_2QJvhg23oiN86Nt,30.3659,-86.2458,EN,1,106.119,,,,,15.017000000000001,76,100,77,26.147,195.737,1,-2,50.836000000000006,-2,1,55.227,1,68.358,15.009,4,4,4,6,6,6,,154.683,6,6,6,1,1,6,It seems quite logical and the data for both sets correlates well. It makes sense and I like how it breaks down by acres as well. Good charts!,67.789,5,Good survey; great charts and labels. ,36.845,2,7,3,4,1,5,6,26.959,7,8,8,9,7,8,10,10,,21.964000000000002,3,5,5,2,5,5,31.979,6,,9.88,1.0,1967.0,Florida,7.0,2.0,1.0,,9.0,,Tallahassee,14.0,2.0,1.0,61.803999999999995,63cac85f8519383ef0422593,"{""startTime"":1678937483397,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":24880},{""label"":""window_focused"",""time"":29937},{""label"":""window_blurred"",""time"":41262},{""label"":""window_focused"",""time"":87983},{""label"":""window_blurred"",""time"":118675},{""label"":""window_focused"",""time"":149256}]}","{""startTime"":1678937638902,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678937215394,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":14310,""label"":""tour_next"",""step"":2},{""time"":18737,""label"":""tour_end"",""step"":2},{""label"":""window_blurred"",""time"":37999},{""label"":""window_focused"",""time"":193109}]}","{""startTime"":1678937467653,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":3425,""label"":""hovered"",""timeHovered"":1993,""week"":""2021-09-13""},{""time"":9834,""label"":""hovered"",""timeHovered"":1001,""week"":""2021-12-27""},{""time"":10953,""label"":""hovered"",""timeHovered"":2551,""week"":""2021-12-13""}]}",0,moderate,line,0,0,0,,4.2,0,3,3,5.545,1.8483333333333332,7528,15.0,0.5,0.5,1,0.5,2 +2023-03-15 23:20:24,2023-03-15 23:41:38,0,100,1273,1,2023-03-15 23:41:39,R_2zGZtKTJcC1Zwzw,30.2712,-81.7529,EN,1,110.26899999999999,,,,,15.109000000000002,82,65,23,39.563,46.868,1,1,152.502,1,1,45.06,1,142.53799999999998,15.009,6,6,6,5,6,6,I need darker/ bolder font. This light font gives me a headache. ,78.358,6,6,6,2,2,6,"I read ""assuming you trust this data"" so I'm assuming I should trust the data. I cannot remember what I'm counting though. Is it 1000 insects per acre? ",104.35700000000001,2,I used to think I could trust some people but then I saw what sheep they were during the lockdowns. ,35.667,2,7,3,4,1,5,6,28.559,4,2,4,2,2,4,6,3,,56.727,3,3,3,2,3,3,26.276999999999997,5,,6.242999999999999,2.0,1964.0,Georgia,6.0,1.0,1.0,,7.0,,,2.0,4.0,1.0,86.229,5dd352c51c219b35931aefd1,"{""startTime"":1678937573874,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678937422824,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678937206508,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":17070,""label"":""hovered"",""timeHovered"":2381,""week"":""2021-12-20""},{""time"":19819,""label"":""hovered"",""timeHovered"":4295,""week"":""2021-12-27""},{""time"":24764,""label"":""hovered"",""timeHovered"":3164,""week"":""2021-08-16""},{""time"":29300,""label"":""tour_next"",""step"":2},{""time"":42116,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678937407314,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,line,0,0,0,,2.8,0,0,0,0.0,0.0,0,15.0,1.0,1.0,1,1.0,1 +2023-03-15 23:22:02,2023-03-15 23:42:44,0,100,1242,1,2023-03-15 23:42:45,R_2xFC4PRt2L6pLqF,33.7585,-84.18299999999999,EN,1,70.351,,,,,15.114,82,76,28,51.901,248.66,-1,-3,193.072,-3,1,83.304,-3,110.48899999999999,15.013,4,4,4,5,5,4,,40.678000000000004,5,5,4,4,4,4,"I'm usually skeptical about scientific ""facts and figures'",49.586999999999996,5,,12.795,2,7,3,4,1,5,6,42.433,7,9,9,9,5,9,9,10,,41.788999999999994,4,4,2,1,4,4,38.959,2,,21.089000000000002,2.0,1962.0,Georgia,3.0,1.0,1.0,,8.0,KENNESAW,,12.0,2.0,2.0,119.973,63a519bb6eeff2ad74314b53,"{""startTime"":1678937457706,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678937498951,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":9287},{""label"":""window_focused"",""time"":9751},{""label"":""window_blurred"",""time"":29763},{""label"":""window_focused"",""time"":29889}]}","{""startTime"":1678937081199,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":30263,""label"":""hovered"",""timeHovered"":3360,""week"":""2021-12-27""},{""time"":34677,""label"":""hovered"",""timeHovered"":1562,""week"":""2022-01-17""},{""time"":36605,""label"":""hovered"",""timeHovered"":2081,""week"":""2022-01-31""},{""time"":39405,""label"":""hovered"",""timeHovered"":2444,""week"":""2021-09-27""},{""time"":45053,""label"":""hovered"",""timeHovered"":2111,""week"":""2021-04-12""},{""time"":49298,""label"":""tour_next"",""step"":5},{""time"":65848,""label"":""cleared_brush"",""using"":""click""},{""time"":73897,""label"":""started_brush"",""startDate"":""2021-05-29"",""endDate"":""2021-11-07""},{""time"":77832,""label"":""tour_next"",""step"":5},{""time"":92154,""label"":""moved_brush"",""startDate"":""2021-06-25"",""endDate"":""2021-12-04""},{""time"":95770,""label"":""moved_brush"",""startDate"":""2021-06-25"",""endDate"":""2021-10-09""},{""time"":97940,""label"":""tour_next"",""step"":5},{""time"":126257,""label"":""moved_brush"",""startDate"":""2021-06-25"",""endDate"":""2021-10-09""},{""time"":126893,""label"":""moved_brush"",""startDate"":""2021-06-25"",""endDate"":""2021-10-09""},{""time"":129362,""label"":""cleared_brush"",""using"":""click""},{""time"":133524,""label"":""tour_next"",""step"":5},{""label"":""window_blurred"",""time"":168572},{""label"":""window_focused"",""time"":168705},{""time"":172936,""label"":""tour_end"",""step"":5},{""time"":177659,""label"":""cleared_brush"",""using"":""click""},{""time"":181753,""label"":""hovered"",""timeHovered"":1039,""week"":""2021-10-25""},{""time"":184086,""label"":""hovered"",""timeHovered"":1541,""week"":""2021-10-25""},{""time"":186022,""label"":""hovered"",""timeHovered"":1493,""week"":""2021-10-25""},{""time"":195366,""label"":""hovered"",""timeHovered"":1752,""week"":""2022-01-03""},{""time"":206100,""label"":""started_brush"",""startDate"":""2021-04-15"",""endDate"":""2021-07-23""},{""time"":211224,""label"":""moved_brush"",""startDate"":""2021-04-15"",""endDate"":""2021-07-23""},{""label"":""window_blurred"",""time"":211889},{""label"":""window_focused"",""time"":212008},{""time"":216765,""label"":""moved_brush"",""startDate"":""2021-04-15"",""endDate"":""2021-07-23""},{""time"":222376,""label"":""moved_brush"",""startDate"":""2021-10-29"",""endDate"":""2022-02-04""},{""time"":224778,""label"":""moved_brush"",""startDate"":""2021-10-29"",""endDate"":""2022-02-04""},{""time"":225089,""label"":""moved_brush"",""startDate"":""2021-10-29"",""endDate"":""2022-02-04""}]}","{""startTime"":1678937442150,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line,0,0,0,,3.2,0,0,0,0.0,0.0,0,15.0,0.0,0.5,0,0.0,3 +2023-03-15 23:30:58,2023-03-15 23:42:57,0,100,718,1,2023-03-15 23:42:57,R_1NmrAHsug9BVDhO,40.3658,-105.5142,EN,1,7.417000000000001,,,,,15.009,75,34,32,21.175,62.938,1,1,83.272,1,1,99.417,1,53.622,15.11,6,6,6,3,2,6,,26.25,6,3,2,2,2,6,The visualization makes sense when you look at it closely and I have no reason to believe the data is false,36.999,2,,23.985,2,7,3,4,1,5,6,28.498,1,2,9,7,1,8,4,3,,32.722,2,5,4,4,4,2,47.309,6,,9.75,1.0,2000.0,Washington,6.0,1.0,1.0,,7.0,,,8.0,4.0,2.0,95.309,63f4734905f91d8c0582dc27,"{""startTime"":1678937642082,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678937668860,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678937509178,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":20,""label"":""tour_started""},{""time"":12614,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1381,""week"":""51"",""id"":""chart""},{""time"":14688,""label"":""tour_next"",""step"":5},{""time"":26832,""label"":""started_brush"",""startDate"":""2021-05-10"",""endDate"":""2021-08-31""},{""time"":27986,""label"":""tour_next"",""step"":5},{""time"":34742,""label"":""moved_brush"",""startDate"":""2021-08-16"",""endDate"":""2021-12-07""},{""time"":35587,""label"":""tour_next"",""step"":5},{""time"":43112,""label"":""cleared_brush"",""using"":""Click""},{""time"":44351,""label"":""tour_next"",""step"":5},{""time"":49426,""label"":""tour_end"",""step"":5},{""time"":52694,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1104,""week"":""2"",""id"":""chart""},{""time"":55068,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4653,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678937626539,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,bar,0,0,0,,3.5,0,0,0,0.0,0.0,0,15.0,1.0,1.0,1,1.0,3 +2023-03-15 23:16:44,2023-03-15 23:43:43,0,100,1618,1,2023-03-15 23:43:43,R_ykAJEZujUPnVsCl,35.2296,-80.843,EN,1,15.602,1.0,2.0,1.0,10.687999999999999,15.033,88,92,33,33.453,337.79699999999997,1,1,59.098,1,1,119.24799999999999,1,194.687,15.013,6,5,6,6,7,6,,251.386,5,6,5,3,4,5,I have no way of knowing if this is correct,24.603,6,,77.727,2,7,3,4,1,5,6,24.256999999999998,5,7,6,5,4,9,8,9,,39.876,3,4,3,2,4,3,73.751,5,1.0,21.086,1.0,1960.0,North Carolina,6.0,2.0,1.0,,7.0,,,16.0,1.0,1.0,224.387,61001d9b2e3d8a75a09f3db3,"{""startTime"":1678937184349,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":39941},{""label"":""window_focused"",""time"":240540}]}","{""startTime"":1678937438008,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678936708703,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":16,""label"":""tour_started""},{""label"":""window_blurred"",""time"":13754},{""label"":""window_focused"",""time"":266771},{""time"":290588,""label"":""tour_next"",""step"":2},{""time"":298408,""label"":""tour_end"",""step"":2},{""label"":""window_blurred"",""time"":315284},{""label"":""window_focused"",""time"":333375}]}","{""startTime"":1678937167736,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line,0,0,0,,3.2,0,0,0,0.0,0.0,0,15.0,1.0,1.0,1,1.0,2 +2023-03-15 23:31:40,2023-03-15 23:45:28,0,100,827,1,2023-03-15 23:45:29,R_2ScVCPLzCJkxtHE,40.2708,-76.8564,EN,1,26.518,,,,,15.009,86,100,69,32.446,19.309,1,1,128.39,-3,-3,155.041,-3,76.60300000000001,15.005999999999998,6,6,6,6,6,6,,56.121,6,6,4,1,1,6,It appears to be genuine,43.476000000000006,6,,10.204,2,7,3,4,1,5,6,22.878,8,8,10,8,8,10,10,10,,32.239000000000004,3,3,5,3,3,2,24.816999999999997,4,,6.56,2.0,1978.0,West Virginia,6.0,2.0,1.0,,3.0,,,3.0,1.0,2.0,110.584,62b9c2f1e55fe9f17dfedc5d,"{""startTime"":1678937779251,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678937835743,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678937588060,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":7670,""label"":""tour_next"",""step"":2},{""time"":14139,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678937763713,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,bar,0,0,0,,3.2,0,0,0,0.0,0.0,0,15.0,1.0,0.0,0,0.0,2 +2023-03-15 23:20:30,2023-03-15 23:45:42,0,100,1512,1,2023-03-15 23:45:43,R_DwwlzFU0v1N6hjz,38.5463,-122.8047,EN,1,49.799,,,,,15.024000000000001,83,60,46,93.915,88.412,1,1,91.855,-2,-1,183.101,1,73.033,15.015,6,3,4,6,2,4,I acknowledge answering incorrectly on previous questions about amounts. My eyes were aimed at the blue bars only.,229.925,6,6,6,2,3,5,I'm thinking that could be other factors involved with the numbers. Perhaps my answer should have been agree.,81.657,6,,69.83,2,7,3,4,1,5,6,32.516,6,9,8,9,8,9,10,10,Political party answer was an average of my feelings split between the two major parties.,114.30799999999999,3,4,4,2,4,4,61.93,2,,21.669,1.0,1959.0,California,3.0,1.0,1.0,,7.0,,,4.0,4.0,1.0,138.565,63d570d979c31656fece7c7d,"{""startTime"":1678937500520,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678937524604,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":18810,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2693,""week"":""1"",""id"":""chart""},{""time"":26821,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2193,""week"":""52"",""id"":""chart""},{""time"":35951,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1033,""week"":""52"",""id"":""chart""},{""time"":51169,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1636,""week"":""32"",""id"":""chart""}]}","{""startTime"":1678937004045,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":19,""label"":""tour_started""},{""time"":24278,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3402,""week"":""52"",""id"":""chart""},{""time"":27715,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2234,""week"":""1"",""id"":""chart""},{""time"":29949,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1970,""week"":""1"",""id"":""chart""},{""time"":35848,""label"":""tour_next"",""step"":2},{""time"":48571,""label"":""tour_end"",""step"":2},{""time"":49205,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2724,""week"":""1"",""id"":""chart""},{""time"":54275,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3524,""week"":""50"",""id"":""chart""},{""time"":58462,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2073,""week"":""50"",""id"":""chart""},{""time"":65385,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5661,""week"":""27"",""id"":""chart""},{""time"":71150,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1664,""week"":""28"",""id"":""chart""},{""time"":82257,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3441,""week"":""44"",""id"":""chart""}]}","{""startTime"":1678937276530,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":3955,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5861,""week"":""2"",""id"":""chart""}]}",0,moderate,bar,0,0,0,,3.5,0,1,1,5.861000000000001,5.861000000000001,0,15.0,1.0,0.0,1,0.0,2 +2023-03-15 23:29:17,2023-03-15 23:46:46,0,100,1049,1,2023-03-15 23:46:47,R_3R3I9RDQqajgkF5,29.7373,-95.3972,EN,1,28.245,1.0,4.0,2.0,8.106,15.113,100,100,100,30.385,57.786,1,1,64.061,1,1,103.954,1,62.23,15.015999999999998,6,6,6,6,6,6,The source of data (CDC) it seems to be a reliable entity.,88.48299999999999,6,6,6,6,6,6,"I trust this visualization because it is a math study in graphic presentation. I assume that is not fake. So, I trust.",82.12299999999999,5,I like the study! It is an important issue to our country! Tks!,49.16,2,7,3,4,1,5,6,45.086999999999996,5,6,9,9,5,5,9,8,I like the study!,38.957,5,5,5,1,5,5,35.347,6,1.0,26.019000000000002,1.0,1951.0,New York,6.0,2.0,1.0,,8.0,White,,17.0,3.0,1.0,240.13400000000001,62885de1cdfe242015ccacef,"{""startTime"":1678937744029,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678937637898,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":769,""label"":""hovered"",""timeHovered"":1526,""week"":""2021-09-13""}]}","{""startTime"":1678937459113,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":19597,""label"":""hovered"",""timeHovered"":2267,""week"":""2021-07-26""},{""time"":29248,""label"":""hovered"",""timeHovered"":2466,""week"":""2022-01-10""},{""time"":33264,""label"":""hovered"",""timeHovered"":2238,""week"":""2022-01-10""},{""time"":38506,""label"":""hovered"",""timeHovered"":1125,""week"":""2022-02-07""},{""time"":43029,""label"":""tour_next"",""step"":2},{""time"":50137,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678937622126,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":4734,""label"":""hovered"",""timeHovered"":3183,""week"":""2021-09-20""},{""time"":10336,""label"":""hovered"",""timeHovered"":3799,""week"":""2022-01-10""}]}",1,moderate,line,0,0,0,,4.3,0,2,2,6.982,3.491,5602,15.0,1.0,1.0,1,1.0,2 +2023-03-15 23:30:12,2023-03-15 23:46:52,0,100,1000,1,2023-03-15 23:46:53,R_d0QgZFzHGyztp4t,35.7704,-78.6293,EN,1,13.448,,,,,15.02,66,65,50,47.702,44.001999999999995,1,1,108.68,-3,-1,168.333,1,96.484,15.020999999999999,4,3,4,5,5,4,,52.203,5,5,3,4,3,4,IT'S NOT TOO Hard to understand it but the visuals are not too great.,87.10600000000001,4,,10.044,2,7,3,4,1,5,6,33.971,5,2,5,2,8,6,9,8,,39.071999999999996,1,1,3,5,1,1,46.815,4,,9.497,2.0,1978.0,North Carolina,4.0,2.0,1.0,,3.0,,,3.0,3.0,2.0,82.23899999999999,611144542cf9d49b089b7d55,"{""startTime"":1678937846007,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678937681222,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678937509142,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":37,""label"":""tour_started""},{""time"":13641,""label"":""tour_next"",""step"":2},{""time"":17320,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678937665098,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,bar,0,0,0,,2.0,0,0,0,0.0,0.0,0,15.0,1.0,0.0,1,1.0,1 +2023-03-15 23:09:24,2023-03-15 23:48:07,0,100,2322,1,2023-03-15 23:48:07,R_OrriS4729l0wavT,33.6338,-112.2066,EN,1,145.755,,,,,15.02,84,83,57,106.09,435.37199999999996,-2,1,234.855,-3,1,226.40200000000002,1,234.878,15.025,6,5,5,5,6,6,,236.232,6,6,6,4,6,6,"It is well organized, easy to read",136.826,6,,12.95,2,7,3,4,1,5,6,54.843999999999994,3,5,3,6,7,6,9,9,,30.796999999999997,4,4,5,1,4,4,51.108999999999995,2,,31.79,2.0,1954.0,Arizona,4.0,2.0,1.0,,7.0,,,10.0,4.0,1.0,94.925,5bf349126f97050001e6a6e6,"{""startTime"":1678937449261,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":27145},{""label"":""window_focused"",""time"":37282}]}","{""startTime"":1678937151419,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":13020,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8522,""week"":""52"",""id"":""chart""},{""time"":101851,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2011,""week"":""51"",""id"":""chart""},{""time"":110012,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":26024,""week"":""44"",""id"":""chart""}]}","{""startTime"":1678936461831,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":27,""label"":""tour_started""},{""time"":94648,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1140,""week"":""52"",""id"":""chart""},{""time"":96499,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1806,""week"":""52"",""id"":""chart""},{""time"":99665,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1124,""week"":""52"",""id"":""chart""},{""time"":101423,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2631,""week"":""52"",""id"":""chart""},{""time"":104083,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2088,""week"":""51"",""id"":""chart""},{""time"":111354,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2921,""week"":""41"",""id"":""chart""},{""time"":115530,""label"":""tour_next"",""step"":5},{""label"":""window_blurred"",""time"":172561},{""label"":""window_focused"",""time"":240729},{""time"":262039,""label"":""started_brush"",""startDate"":""2021-09-10"",""endDate"":""2021-09-30""},{""time"":263994,""label"":""tour_next"",""step"":5},{""time"":293408,""label"":""moved_brush"",""startDate"":""2021-12-03"",""endDate"":""2021-12-23""},{""time"":298237,""label"":""tour_next"",""step"":5},{""time"":366839,""label"":""cleared_brush"",""using"":""Click""},{""time"":366840,""label"":""cleared_brush"",""using"":""Escape""},{""time"":367355,""label"":""cleared_brush"",""using"":""Click""},{""time"":367356,""label"":""cleared_brush"",""using"":""Escape""},{""time"":367426,""label"":""cleared_brush"",""using"":""Click""},{""time"":367426,""label"":""cleared_brush"",""using"":""Escape""},{""time"":367480,""label"":""cleared_brush"",""using"":""Click""},{""time"":367480,""label"":""cleared_brush"",""using"":""Escape""},{""time"":370533,""label"":""tour_next"",""step"":5},{""time"":428296,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678937135583,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":14148,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1065,""week"":""2"",""id"":""chart""}]}",0,complex,bar,0,0,0,,3.7,0,1,1,1.065,1.065,0,15.0,0.5,0.5,1,1.0,3 +2023-03-15 23:36:30,2023-03-15 23:49:26,0,100,775,1,2023-03-15 23:49:26,R_3Jw6TBqICUEeHUc,33.8874,-111.9508,EN,1,9.745,1.0,1.0,1.0,15.798,15.13,49,77,84,36.981,62.28,1,-2,83.96600000000001,1,1,82.001,1,50.102,15.12,4,4,4,5,6,2,,61.205,4,6,5,5,4,4,There is no way to verify this data set on its validity.,46.247,2,,14.059000000000001,2,7,3,4,1,5,6,35.631,2,4,6,7,2,5,8,9,,31.997,4,4,4,2,5,4,32.766,2,1.0,22.893,1.0,1954.0,Arizona,6.0,3.0,1.0,,7.0,,,14.0,4.0,1.0,71.057,63cd7b78fff71624a85b294f,"{""startTime"":1678938058999,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":3257,""label"":""hovered"",""timeHovered"":1001,""week"":""2022-01-10""}]}","{""startTime"":1678938125009,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678937893760,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":18206,""label"":""hovered"",""timeHovered"":11038,""week"":""2022-01-03""},{""time"":31538,""label"":""hovered"",""timeHovered"":1257,""week"":""2022-02-07""},{""time"":35034,""label"":""hovered"",""timeHovered"":1027,""week"":""2022-01-03""},{""time"":40703,""label"":""hovered"",""timeHovered"":1407,""week"":""2021-04-12""},{""time"":47794,""label"":""tour_next"",""step"":2},{""time"":55986,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678938042646,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":10034,""label"":""hovered"",""timeHovered"":5243,""week"":""2022-01-03""}]}",1,simple,line,0,0,0,,3.8,0,1,1,5.242999999999999,5.242999999999999,0,15.0,0.5,1.0,1,0.5,1 +2023-03-15 23:33:59,2023-03-15 23:49:38,0,100,938,1,2023-03-15 23:49:38,R_2wte51ILtLuyP5T,41.0217,-78.4418,EN,1,66.29899999999999,,,,,15.107999999999999,81,85,52,75.572,23.351,1,1,69.169,1,1,116.772,1,85.895,15.107999999999999,6,6,4,7,6,5,,87.101,6,7,4,1,1,5,There is no reason for anyone to issue dishonest data.,66.454,3,,10.427,2,7,3,4,1,5,6,30.881,4,5,4,4,5,5,8,7,,32.628,3,4,4,3,4,3,38.095,5,,7.154,1.0,1961.0,Pennsylvania,6.0,2.0,1.0,,7.0,,,10.0,4.0,2.0,96.94,5ee4b29de1640f1bc85da97b,"{""startTime"":1678937938728,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678938027120,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678937828929,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":11979,""label"":""tour_next"",""step"":2},{""time"":19210,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678937922829,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,line,0,0,0,,3.5,0,0,0,0.0,0.0,0,15.0,1.0,1.0,1,1.0,1 +2023-03-15 23:36:30,2023-03-15 23:49:50,0,100,799,1,2023-03-15 23:49:50,R_3fje8LKWz0uiKy6,38.6549,-80.6785,EN,1,35.192,,,,,15.013,92,84,53,31.586,49.288000000000004,1,1,53.995,1,1,68.97800000000001,1,58.132,15.116,4,5,4,5,6,3,The CCA would seem to have a vested interest in underreporting problems (IMHO).,107.682,6,6,5,2,2,3,"As I stated previously, the CCA has a vested interest in providing LOW numbers. Even though the chart may display the reported data accurately, who the heck knows if the data itself is worth a darn?",66.773,2,none,11.866,2,7,3,4,1,5,6,21.441,2,8,4,7,6,4,8,7,none,51.34,2,1,3,4,1,2,31.346,4,,8.08,1.0,1964.0,West Virginia,6.0,2.0,1.0,,7.0,,,4.0,1.0,2.0,106.538,5c3b70640eaa0100018ea877,"{""startTime"":1678938017009,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":37732,""label"":""hovered"",""timeHovered"":4798,""week"":""2021-07-19""}]}","{""startTime"":1678938125199,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678937882164,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":22452,""label"":""hovered"",""timeHovered"":3820,""week"":""2021-12-13""},{""time"":26506,""label"":""hovered"",""timeHovered"":1034,""week"":""2021-12-13""},{""time"":33135,""label"":""tour_next"",""step"":2},{""time"":39862,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678938001204,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,line,0,0,0,,2.2,0,0,0,0.0,0.0,0,15.0,1.0,1.0,1,1.0,2 +2023-03-15 23:39:57,2023-03-15 23:49:57,0,100,600,1,2023-03-15 23:49:58,R_PXmeEmWYxJPrvcB,47.648,-117.4209,EN,1,9.83,1.0,4.0,1.0,10.118,15.112,81,85,67,26.384,61.925,1,1,51.001000000000005,-2,-2,76.931,-3,50.599,15.112,6,3,6,6,6,6,,27.801,6,6,6,6,6,6,I trust the CDC -- and those are actual numbers not ballpark figures. If they aren't exactly accurate they show general trends and I trust that.,42.919,5,,8.204,2,7,3,4,1,5,6,20.434,7,7,6,8,9,5,10,10,,28.706999999999997,5,5,5,2,5,5,23.081999999999997,2,1.0,17.158,1.0,1950.0,Washington,3.0,3.0,1.0,,7.0,,,6.0,4.0,1.0,58.81,5dc483cf74939e34e55c3619,"{""startTime"":1678938230008,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678938258540,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678938073377,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":19,""label"":""tour_started""},{""time"":6317,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2832,""week"":""52"",""id"":""chart""},{""time"":18100,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3266,""week"":""2"",""id"":""chart""},{""time"":22017,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8633,""week"":""50"",""id"":""chart""},{""time"":31155,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4762,""week"":""52"",""id"":""chart""},{""time"":36220,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2714,""week"":""2"",""id"":""chart""},{""time"":40291,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1843,""week"":""6"",""id"":""chart""},{""time"":43200,""label"":""tour_next"",""step"":2},{""time"":50378,""label"":""tour_end"",""step"":2},{""time"":52324,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1443,""week"":""40"",""id"":""chart""},{""time"":53804,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4045,""week"":""39"",""id"":""chart""}]}","{""startTime"":1678938213449,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":10751,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1246,""week"":""44"",""id"":""chart""},{""time"":13135,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1612,""week"":""52"",""id"":""chart""}]}",1,moderate,bar,0,0,0,,4.5,0,2,2,2.858,1.429,2384,15.0,1.0,0.0,0,0.0,2 +2023-03-15 23:24:47,2023-03-15 23:50:09,0,100,1521,1,2023-03-15 23:50:10,R_2Emlandhlf0ubba,34.11,-117.2955,EN,1,28.509,2.0,,2.0,4.504,15.122,85,100,64,70.164,114.186,-3,1,153.69,-3,-3,185.72799999999998,-2,261.143,15.11,5,5,5,7,7,5,,49.318999999999996,5,7,7,4,7,5,"The information/data varies from different ""reputable"" sources. Therefore I tried to find consensus or the most frequent common ground stats while analyzing the data.",219.96099999999998,5,,13.432,2,7,3,4,1,5,6,43.748999999999995,4,4,4,4,4,4,9,6,,60.902,4,4,5,2,5,5,35.501999999999995,4,1.0,25.601999999999997,1.0,1972.0,California,6.0,2.0,1.0,,3.0,,,9.0,2.0,1.0,165.002,5eb074c7e612c1129942044c,"{""startTime"":1678937539547,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678937589542,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678937222793,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":26,""label"":""tour_started""},{""time"":17540,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3907,""week"":""2"",""id"":""chart""},{""time"":26857,""label"":""tour_next"",""step"":2},{""time"":38227,""label"":""tour_end"",""step"":2},{""time"":41829,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2750,""week"":""47"",""id"":""chart""},{""time"":47921,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1581,""week"":""20"",""id"":""chart""},{""time"":52331,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2484,""week"":""14"",""id"":""chart""},{""time"":61932,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4141,""week"":""23"",""id"":""chart""},{""time"":70625,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1282,""week"":""16"",""id"":""chart""},{""time"":72176,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3771,""week"":""15"",""id"":""chart""},{""time"":76208,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3263,""week"":""14"",""id"":""chart""},{""time"":82955,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1509,""week"":""33"",""id"":""chart""},{""time"":85587,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":10334,""week"":""52"",""id"":""chart""},{""time"":97009,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2916,""week"":""1"",""id"":""chart""},{""time"":102130,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4789,""week"":""6"",""id"":""chart""}]}","{""startTime"":1678937523768,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":3626,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3019,""week"":""1"",""id"":""chart""},{""time"":8834,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2053,""week"":""51"",""id"":""chart""},{""time"":10939,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1000,""week"":""50"",""id"":""chart""},{""time"":11979,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1264,""week"":""49"",""id"":""chart""}]}",1,moderate,bar,0,0,0,,4.2,0,4,4,7.336,1.834,8353,15.0,0.5,0.0,0,0.0,2 +2023-03-15 23:29:32,2023-03-15 23:53:20,0,100,1427,1,2023-03-15 23:53:20,R_1mnj6fwa1WD7zqj,39.3709,-76.8003,EN,1,59.75,2.0,,2.0,5.7829999999999995,15.127,65,100,52,120.20100000000001,78.275,-2,1,304.13,-3,-3,193.53900000000002,-3,112.669,15.01,6,7,7,5,7,7,,39.194,6,5,5,6,5,7,I think they really researched well and came up with their conclusions ,88.64200000000001,1,,9.507,2,7,3,4,1,5,6,35.663000000000004,1,1,4,4,5,1,11,8,,21.898000000000003,1,1,1,3,3,1,114.885,5,3.0,17.202,2.0,1984.0,Maryland,2.0,3.0,1.0,,3.0,,,4.0,1.0,2.0,97.647,63fe65bdfad2487269dc02b5,"{""startTime"":1678938011891,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678938052525,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678937611820,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":128,""label"":""tour_started""},{""time"":23069,""label"":""tour_next"",""step"":2},{""time"":43761,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678937996065,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar,0,0,0,,1.7,0,0,0,0.0,0.0,0,15.0,0.5,0.0,0,0.5,1 +2023-03-15 23:40:05,2023-03-15 23:53:21,0,100,796,1,2023-03-15 23:53:21,R_9QvVWaEdCF6HHJ7,47.5079,-122.1773,EN,1,8.354,1.0,4.0,2.0,8.943,15.114,100,99,99,64.711,104.46,1,1,66.09100000000001,1,1,75.208,-3,88.611,15.125,6,6,6,6,6,6,,82.90799999999999,6,6,6,4,6,6,It is a from a good source.,23.77,5,,9.685,2,7,3,4,1,5,6,21.388,8,8,8,8,9,8,9,9,,48.513999999999996,4,4,4,2,4,4,19.408,2,1.0,27.064,1.0,1960.0,Washington,6.0,2.0,1.0,,7.0,,,6.0,4.0,2.0,68.305,6056962634a5230dacdb63fc,"{""startTime"":1678938327462,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678938412192,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678938117350,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":39,""label"":""tour_started""},{""time"":12740,""label"":""tour_next"",""step"":5},{""time"":71757,""label"":""started_brush"",""startDate"":""2021-06-15"",""endDate"":""2021-08-15""},{""time"":73838,""label"":""tour_next"",""step"":5},{""time"":82295,""label"":""moved_brush"",""startDate"":""2021-06-22"",""endDate"":""2021-08-22""},{""time"":83430,""label"":""tour_next"",""step"":5},{""time"":92356,""label"":""cleared_brush"",""using"":""click""},{""time"":92362,""label"":""cleared_brush"",""using"":""Escape""},{""time"":94156,""label"":""tour_next"",""step"":5},{""time"":100588,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678938311720,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":9206,""label"":""hovered"",""timeHovered"":1440,""week"":""2021-12-27""}]}",1,complex,line,0,0,0,,3.7,0,1,1,1.44,1.44,0,15.0,1.0,1.0,0,0.0,3 +2023-03-15 23:42:22,2023-03-15 23:53:46,0,100,684,1,2023-03-15 23:53:47,R_2sX85StpiwK3GVD,32.7449,-117.165,EN,1,8.312000000000001,,,,,15.11,100,99,50,38.631,37.71,-2,1,60.256,-2,1,87.51799999999999,1,55.931000000000004,15.11,6,6,7,6,6,7,no comments,41.755,6,6,6,2,2,7,The data seems clear and correct,20.404,6,,13.895,2,7,3,4,1,5,6,25.84,7,8,8,9,6,6,10,10,,31.338,2,3,2,3,4,3,48.386,2,,11.158,1.0,1938.0,California,7.0,3.0,1.0,,7.0,,,10.0,4.0,2.0,106.314,62e5ed723490aa324bc05d84,"{""startTime"":1678938329088,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678938371445,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678938214417,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":15970,""label"":""hovered"",""timeHovered"":1282,""week"":""2021-11-01""},{""time"":19070,""label"":""hovered"",""timeHovered"":1082,""week"":""2022-01-03""},{""time"":21353,""label"":""hovered"",""timeHovered"":1050,""week"":""2022-01-17""},{""time"":24173,""label"":""tour_next"",""step"":2},{""time"":32566,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678938313345,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,line,0,0,0,,2.8,0,0,0,0.0,0.0,0,15.0,0.5,0.5,1,0.5,1 +2023-03-15 23:23:01,2023-03-15 23:53:51,0,100,1849,1,2023-03-15 23:53:51,R_pyhmM2Z79aU6M81,30.0053,-91.8226,EN,1,172.40599999999998,,,,,15.116,92,91,100,95.806,106.605,1,1,97.204,-2,1,203.00400000000002,-1,109.07799999999999,15.113,6,4,4,5,7,4,,117.272,5,5,6,2,4,4,"i never trust one source. I would normally do more research before believing one source.,",254.827,2,,90.32600000000001,2,7,3,4,1,5,6,78.805,1,5,6,8,8,4,7,9,,90.131,4,4,5,4,4,4,91.78200000000001,4,,13.452,2.0,1964.0,Louisiana,8.0,1.0,1.0,,3.0,,,3.0,3.0,1.0,92.876,63336348c3ae085755192b6a,"{""startTime"":1678938028009,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678937700837,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":112,""label"":""hovered"",""timeHovered"":3203,""week"":""2022-01-10""},{""time"":3320,""label"":""hovered"",""timeHovered"":2388,""week"":""2022-01-10""},{""time"":5712,""label"":""hovered"",""timeHovered"":2699,""week"":""2022-01-10""},{""time"":8951,""label"":""hovered"",""timeHovered"":2948,""week"":""2022-01-10""}]}","{""startTime"":1678937374020,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":26573,""label"":""hovered"",""timeHovered"":2279,""week"":""2021-12-06""},{""time"":29325,""label"":""hovered"",""timeHovered"":1960,""week"":""2022-01-10""},{""time"":35385,""label"":""hovered"",""timeHovered"":1134,""week"":""2022-02-07""},{""time"":37052,""label"":""hovered"",""timeHovered"":1217,""week"":""2022-01-03""},{""time"":40839,""label"":""tour_next"",""step"":2},{""time"":95648,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678937685172,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,line,0,0,0,,4.2,0,0,0,0.0,0.0,0,15.0,1.0,0.5,0,0.5,2 +2023-03-15 23:30:45,2023-03-15 23:54:09,0,100,1403,1,2023-03-15 23:54:10,R_oXcQXwPKd5ReXS1,34.0544,-118.2441,EN,1,137.33100000000002,1.0,3.0,2.0,7.912000000000001,15.02,92,93,75,44.988,63.176,1,-3,123.876,-3,-3,150.226,1,57.379,15.019,6,5,6,6,6,6,,114.365,5,6,6,6,6,6,I agree because the visualization looks credible and easy to understand.,68.902,5,,12.937999999999999,2,7,3,4,1,5,6,31.066999999999997,7,8,8,8,6,5,9,10,,49.64,2,2,2,4,2,2,99.135,2,1.0,16.285999999999998,2.0,1975.0,California,4.0,2.0,1.0,,4.0,,,7.0,2.0,2.0,122.999,559e82dffdf99b7a9a124180,"{""startTime"":1678938059019,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":105151},{""label"":""window_focused"",""time"":110265}]}","{""startTime"":1678938173905,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678937828516,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":20540,""label"":""tour_next"",""step"":2},{""time"":31041,""label"":""tour_end"",""step"":2},{""time"":33458,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2349,""week"":""52"",""id"":""chart""},{""time"":53386,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1230,""week"":""37"",""id"":""chart""},{""time"":60425,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1742,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678938043221,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar,0,0,0,,2.3,0,0,0,0.0,0.0,0,15.0,0.5,0.0,1,0.0,2 +2023-03-15 23:36:46,2023-03-15 23:55:48,0,100,1142,1,2023-03-15 23:55:49,R_28A460fi7PuVbyG,47.7946,-122.2193,EN,1,12.529000000000002,1.0,4.0,2.0,9.52,15.01,100,50,50,38.275999999999996,172.33599999999998,1,-2,49.372,1,1,114.228,1,88.14,15.107999999999999,6,4,7,5,6,7,"I trust the data, but I don't know how accurate it actually is, because people were home testing and not reporting and asymptomatic cases are not taken into account. But I think, given the constraints of the data collection, it is very accurate. The graph was much better with the interactive features. ",168.25799999999998,5,6,7,4,4,7,"Again, given the constraints of the data collection, it is the best scientific data we have on Covid and because it was based on data from the CDC. Of course, it is dated now, and does not take into account the latest dominant strain of Covid, so I don't know how predictive it will be of our current situation, where cases did not spike in January, as predicted.",106.404,4,None. Thank you.,29.122,2,7,3,4,1,5,6,25.983,5,8,8,8,7,5,11,10,"It depends on which individual organization in the group -- say, the New York Times or Fox News.",86.225,5,5,5,1,5,4,43.6,2,1.0,22.901,2.0,1958.0,Washington,8.0,2.0,1.0,,2.0,,,10.0,4.0,1.0,76.753,629d16db307da2e64ea7b1e7,"{""startTime"":1678938176371,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":1922,""label"":""hovered"",""timeHovered"":3413,""week"":""2021-12-27""},{""time"":5349,""label"":""hovered"",""timeHovered"":5993,""week"":""2021-12-27""}]}","{""startTime"":1678938345424,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678937899122,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":20398,""label"":""hovered"",""timeHovered"":2600,""week"":""2022-01-03""},{""time"":23548,""label"":""hovered"",""timeHovered"":2731,""week"":""2022-01-17""},{""time"":26280,""label"":""hovered"",""timeHovered"":2315,""week"":""2022-01-10""},{""time"":33107,""label"":""tour_next"",""step"":5},{""time"":57836,""label"":""started_brush"",""startDate"":""2021-07-15"",""endDate"":""2021-07-17""},{""time"":67849,""label"":""started_brush"",""startDate"":""2021-06-26"",""endDate"":""2021-10-14""},{""time"":73418,""label"":""moved_brush"",""startDate"":""2021-06-26"",""endDate"":""2021-12-03""},{""time"":75136,""label"":""tour_next"",""step"":5},{""time"":93181,""label"":""moved_brush"",""startDate"":""2021-06-26"",""endDate"":""2021-12-03""},{""time"":95885,""label"":""moved_brush"",""startDate"":""2021-06-28"",""endDate"":""2021-12-05""},{""time"":104153,""label"":""cleared_brush"",""using"":""click""},{""time"":109029,""label"":""tour_next"",""step"":5},{""time"":123308,""label"":""cleared_brush"",""using"":""click""},{""time"":123309,""label"":""cleared_brush"",""using"":""Escape""},{""time"":124890,""label"":""tour_next"",""step"":5},{""time"":133888,""label"":""tour_end"",""step"":5},{""time"":137724,""label"":""cleared_brush"",""using"":""click""},{""time"":154559,""label"":""started_brush"",""startDate"":""2021-05-14"",""endDate"":""2022-02-13""},{""time"":165767,""label"":""moved_brush"",""startDate"":""2021-12-15"",""endDate"":""2022-02-13""}]}","{""startTime"":1678938160753,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":6151,""label"":""hovered"",""timeHovered"":1640,""week"":""2021-12-27""},{""time"":9046,""label"":""hovered"",""timeHovered"":2481,""week"":""2022-01-03""}]}",1,complex,line,0,0,0,,4.2,0,2,2,4.121,2.0605,2895,15.0,0.5,1.0,1,1.0,3 +2023-03-15 23:26:47,2023-03-15 23:56:38,0,100,1790,1,2023-03-15 23:56:38,R_3qyVOI1FX6H7SGm,28.2987,-82.6902,EN,1,678.77,,,,,15.01,66,92,50,43.229,277.735,1,1,45.513000000000005,-3,1,105.55,-1,83.693,15.01,6,5,5,6,6,5,I didn't realize I needed to memorize the data to answer the question. Not being able to use the monthy filter on the page with the question was why I didn't know the answer. ,202.655,5,7,6,3,5,6,I have no reason not too. It makes sense and is feasible. ,46.551,3,,18.485,2,7,3,4,1,5,6,15.128,1,2,8,6,3,7,9,5,,31.855,4,4,5,2,4,4,32.584,4,,10.373,2.0,1968.0,Florida,6.0,1.0,1.0,,7.0,,,8.0,2.0,1.0,104.227,55b3120cfdf99b6ef6263a71,"{""startTime"":1678938332023,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":45588,""label"":""cleared_brush"",""using"":""click""},{""time"":50086,""label"":""cleared_brush"",""using"":""click""},{""time"":52896,""label"":""started_brush"",""startDate"":""2021-08-05"",""endDate"":""2021-08-08""},{""time"":57717,""label"":""cleared_brush"",""using"":""click""},{""time"":61616,""label"":""started_brush"",""startDate"":""2022-02-06"",""endDate"":""2022-02-13""},{""time"":67446,""label"":""started_brush"",""startDate"":""2021-12-06"",""endDate"":""2022-01-06""}]}","{""startTime"":1678938536303,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678937954050,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":37734,""label"":""hovered"",""timeHovered"":2465,""week"":""2021-05-03""},{""time"":42734,""label"":""hovered"",""timeHovered"":3749,""week"":""2021-04-26""},{""time"":50200,""label"":""hovered"",""timeHovered"":1432,""week"":""2021-11-29""},{""time"":56135,""label"":""tour_next"",""step"":5},{""time"":105187,""label"":""started_brush"",""startDate"":""2021-07-10"",""endDate"":""2021-08-23""},{""time"":110065,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-05-25""},{""time"":117266,""label"":""started_brush"",""startDate"":""2021-06-07"",""endDate"":""2021-07-08""},{""time"":118942,""label"":""tour_next"",""step"":5},{""time"":132455,""label"":""moved_brush"",""startDate"":""2021-06-09"",""endDate"":""2021-07-10""},{""time"":135793,""label"":""moved_brush"",""startDate"":""2021-06-05"",""endDate"":""2021-07-06""},{""time"":141249,""label"":""moved_brush"",""startDate"":""2021-06-05"",""endDate"":""2021-07-06""},{""time"":145622,""label"":""moved_brush"",""startDate"":""2021-06-07"",""endDate"":""2021-07-06""},{""time"":148587,""label"":""moved_brush"",""startDate"":""2021-08-12"",""endDate"":""2021-09-11""},{""time"":150564,""label"":""tour_next"",""step"":5},{""time"":163116,""label"":""cleared_brush"",""using"":""click""},{""time"":165281,""label"":""cleared_brush"",""using"":""click""},{""time"":165282,""label"":""cleared_brush"",""using"":""Escape""},{""time"":167141,""label"":""tour_next"",""step"":5},{""time"":189210,""label"":""tour_end"",""step"":5},{""time"":51867,""label"":""hovered"",""timeHovered"":138569,""week"":""2022-01-31""},{""time"":194288,""label"":""hovered"",""timeHovered"":9038,""week"":""2022-01-31""},{""time"":204089,""label"":""hovered"",""timeHovered"":8307,""week"":""2022-02-07""},{""time"":216227,""label"":""started_brush"",""startDate"":""2021-05-09"",""endDate"":""2021-06-06""},{""time"":219775,""label"":""started_brush"",""startDate"":""2021-06-10"",""endDate"":""2021-07-15""},{""time"":222767,""label"":""moved_brush"",""startDate"":""2021-06-10"",""endDate"":""2021-07-15""},{""time"":223745,""label"":""moved_brush"",""startDate"":""2021-06-10"",""endDate"":""2021-07-15""},{""time"":224491,""label"":""cleared_brush"",""using"":""click""},{""time"":224493,""label"":""cleared_brush"",""using"":""Escape""},{""time"":227243,""label"":""started_brush"",""startDate"":""2021-07-04"",""endDate"":""2021-08-10""},{""time"":232894,""label"":""moved_brush"",""startDate"":""2021-07-24"",""endDate"":""2021-08-29""},{""time"":237317,""label"":""moved_brush"",""startDate"":""2021-08-04"",""endDate"":""2021-09-09""},{""time"":239941,""label"":""moved_brush"",""startDate"":""2021-09-05"",""endDate"":""2021-10-11""},{""time"":242926,""label"":""moved_brush"",""startDate"":""2021-10-07"",""endDate"":""2021-11-12""},{""time"":247251,""label"":""moved_brush"",""startDate"":""2021-11-11"",""endDate"":""2021-12-17""},{""time"":250935,""label"":""moved_brush"",""startDate"":""2021-10-06"",""endDate"":""2021-12-17""},{""time"":253720,""label"":""moved_brush"",""startDate"":""2021-08-08"",""endDate"":""2021-12-17""},{""time"":256620,""label"":""moved_brush"",""startDate"":""2021-11-03"",""endDate"":""2021-12-17""},{""time"":259966,""label"":""moved_brush"",""startDate"":""2021-11-03"",""endDate"":""2021-12-07""},{""time"":260807,""label"":""moved_brush"",""startDate"":""2021-11-03"",""endDate"":""2021-12-07""},{""time"":264046,""label"":""moved_brush"",""startDate"":""2021-12-01"",""endDate"":""2022-01-04""},{""time"":275335,""label"":""moved_brush"",""startDate"":""2022-01-03"",""endDate"":""2022-02-06""}]}","{""startTime"":1678938316622,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line,0,0,0,,3.8,0,0,0,0.0,0.0,0,15.0,1.0,0.5,0,0.0,3 +2023-03-15 23:43:25,2023-03-15 23:57:39,0,100,854,1,2023-03-15 23:57:40,R_265WSOU3xSXUGMA,33.1909,-96.6198,EN,1,12.214,,,,,15.133,75,88,87,26.601,14.273,1,1,8.102,-2,1,28.557,1,71.495,16.764,4,3,4,3,3,4,,29.568,3,3,3,3,3,4,I am not sure of the credibility of the data,36.429,4,,51.868,2,7,4,3,1,5,6,80.805,4,7,4,6,6,8,10,10,,39.229,4,4,4,2,4,4,40.217,2,,13.51,1.0,1974.0,Alabama,6.0,1.0,1.0,,2.0,,,14.0,4.0,1.0,252.579,637ef4d4e9abb3274bc1c925,"{""startTime"":1678938436671,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_focused"",""time"":12349}]}","{""startTime"":1678938364978,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_focused"",""time"":12697},{""label"":""window_blurred"",""time"":31089}]}","{""startTime"":1678938295212,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":39,""label"":""tour_started""},{""time"":4731,""label"":""tour_next"",""step"":2},{""time"":8562,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678938343681,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":7052}]}",0,moderate,bar,0,0,0,,3.7,0,0,0,0.0,0.0,0,7.0520000000000005,1.0,0.5,1,0.5,2 +2023-03-15 23:44:18,2023-03-15 23:59:45,0,100,926,1,2023-03-15 23:59:46,R_3hsjVQPV76OWn3s,36.1219,-79.7777,EN,1,10.984000000000002,1.0,3.0,2.0,13.722000000000001,15.118,100,10,45,71.718,57.263000000000005,-2,-3,87.271,-3,1,92.78399999999999,-3,114.2,15.012,6,6,7,7,7,7,,48.854,7,7,6,5,5,6,The graphs are believable because it gives me the dame data that we were given during that time. Those that got the shots were less likely to get sick. ,71.16199999999999,6,,9.622,2,7,3,4,1,5,6,32.618,8,9,8,10,6,8,10,10,,26.625999999999998,4,4,3,2,4,4,32.054,2,1.0,17.570999999999998,2.0,1957.0,North Carolina,6.0,2.0,1.0,,3.0,,,9.0,2.0,1.0,145.496,5fc50bb38378c80ac88354ef,"{""startTime"":1678938694143,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678938550904,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678938389871,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":20,""label"":""tour_started""},{""time"":13437,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6238,""week"":""35"",""id"":""chart""},{""time"":20693,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6524,""week"":""1"",""id"":""chart""},{""time"":33900,""label"":""tour_next"",""step"":2},{""time"":33916,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7983,""week"":""46"",""id"":""chart2""},{""time"":43051,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2770,""week"":""43"",""id"":""chart2""},{""time"":47672,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5072,""week"":""52"",""id"":""chart2""},{""time"":54250,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678938535358,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar,0,0,0,,3.5,0,0,0,0.0,0.0,0,15.0,0.0,0.5,0,0.0,1 +2023-03-15 23:31:12,2023-03-16 00:02:27,0,100,1874,1,2023-03-16 00:02:27,R_06YER2wSPEDOpep,41.4722,-81.745,EN,1,5.902,1.0,4.0,2.0,18.698,15.014000000000001,92,60,44,101.713,253.547,1,1,90.02,-3,-3,146.225,1,166.535,15.013,5,3,5,6,6,6,"Agree my one thought which would make me question the data some would be the since taking the vaccine would lower the effects of Covid, the actual numbers of vaccinated people with covid could be higher since many may have had cases so mild they did not even test",190.643,5,4,5,5,3,5,"It's well known that while the Covid vaccine won't stop you from getting Covid it will help, so it is sensible that the numbers are lower. It is also likely the vaccinated individuals would get less sick thus making them less likely to get tested, which would be reflected in the numbers",192.787,5,,11.341,2,7,3,4,1,5,6,23.828000000000003,7,8,10,8,5,8,9,9,,27.143,5,5,5,1,5,5,33.54,4,2.0,11.026,1.0,1964.0,Ohio,6.0,2.0,1.0,,9.0,,Cleveland,9.0,4.0,1.0,74.37100000000001,62ef104b5e9352c2ead31fde,"{""startTime"":1678938732054,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678938062480,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":68868},{""label"":""window_focused"",""time"":70670},{""label"":""window_blurred"",""time"":457001},{""label"":""window_focused"",""time"":460087}]}","{""startTime"":1678937625700,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":34092,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6214,""week"":""52"",""id"":""chart""},{""time"":41943,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8318,""week"":""52"",""id"":""chart""},{""time"":51940,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3018,""week"":""2"",""id"":""chart""},{""time"":60325,""label"":""tour_next"",""step"":5},{""time"":74496,""label"":""tour_back"",""step"":5},{""time"":81832,""label"":""tour_next"",""step"":5},{""time"":86634,""label"":""tour_back"",""step"":5},{""time"":105873,""label"":""tour_next"",""step"":5},{""time"":128504,""label"":""cleared_brush"",""using"":""Click""},{""time"":132370,""label"":""started_brush"",""startDate"":""2021-07-30"",""endDate"":""2021-10-06""},{""time"":138938,""label"":""cleared_brush"",""using"":""Click""},{""time"":141436,""label"":""started_brush"",""startDate"":""2021-11-23"",""endDate"":""2022-02-07""},{""time"":145802,""label"":""tour_next"",""step"":5},{""time"":157807,""label"":""moved_brush"",""startDate"":""2021-11-13"",""endDate"":""2022-01-28""},{""time"":159456,""label"":""tour_next"",""step"":5},{""time"":181681,""label"":""tour_back"",""step"":5},{""time"":191835,""label"":""moved_brush"",""startDate"":""2021-11-13"",""endDate"":""2022-01-28""},{""time"":193268,""label"":""moved_brush"",""startDate"":""2021-10-18"",""endDate"":""2022-01-02""},{""time"":195033,""label"":""tour_next"",""step"":5},{""time"":209980,""label"":""cleared_brush"",""using"":""Click""},{""time"":209980,""label"":""cleared_brush"",""using"":""Escape""},{""time"":213756,""label"":""tour_next"",""step"":5},{""time"":220458,""label"":""tour_end"",""step"":5},{""time"":224097,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2000,""week"":""2"",""id"":""chart""},{""time"":226231,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":13831,""week"":""1"",""id"":""chart""}]}","{""startTime"":1678938046901,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar,0,0,0,,4.3,0,0,0,0.0,0.0,0,15.0,1.0,0.0,1,1.0,3 +2023-03-15 23:50:27,2023-03-16 00:04:37,0,100,850,1,2023-03-16 00:04:38,R_3Mm4LW4wmkqJWG8,41.1095,-104.8157,EN,1,14.99,1.0,3.0,2.0,10.284,15.109000000000002,73,72,70,48.1,51.312,1,1,64.02199999999999,1,1,72.40100000000001,1,70.61,15.007,4,4,4,6,6,4,"How trustworthy is the CDC, can I get a second opinion?",71.538,4,6,5,4,5,5,"It is only a visualization, not sure of the source, could be made up data",38.399,4,interesting data,20.133,2,7,3,4,1,5,6,19.239,4,5,7,8,3,7,9,9,nope,42.333,3,3,4,2,4,3,32.635,6,2.0,19.58,1.0,1963.0,Wyoming,7.0,1.0,1.0,,8.0,Cheyenne,,9.0,3.0,1.0,165.41400000000002,615ddab1e4f013092538b6c5,"{""startTime"":1678938953159,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678938870762,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":1433,""label"":""hovered"",""timeHovered"":1367,""week"":""2021-06-07""},{""time"":5988,""label"":""hovered"",""timeHovered"":2405,""week"":""2021-08-30""}]}","{""startTime"":1678938739376,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":4,""label"":""tour_started""},{""time"":23782,""label"":""tour_next"",""step"":2},{""time"":30627,""label"":""tour_end"",""step"":2},{""time"":34575,""label"":""hovered"",""timeHovered"":1446,""week"":""2021-04-19""},{""time"":38997,""label"":""hovered"",""timeHovered"":1848,""week"":""2021-08-16""},{""time"":42360,""label"":""hovered"",""timeHovered"":2263,""week"":""2021-12-27""}]}","{""startTime"":1678938855375,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":6298,""label"":""hovered"",""timeHovered"":1015,""week"":""2022-01-03""},{""time"":7361,""label"":""hovered"",""timeHovered"":1826,""week"":""2022-01-03""},{""time"":9252,""label"":""hovered"",""timeHovered"":1751,""week"":""2022-01-03""},{""time"":12249,""label"":""hovered"",""timeHovered"":2162,""week"":""2022-01-31""}]}",1,simple,line,0,0,0,,3.2,0,4,4,6.754,1.6885,5951,15.0,1.0,1.0,1,1.0,1 +2023-03-15 23:51:41,2023-03-16 00:07:30,0,100,949,1,2023-03-16 00:07:31,R_30nK3ZILtQiymWk,41.8373,-87.8283,EN,1,15.207,2.0,,2.0,8.196,15.044,62,78,38,102.56,41.79,1,1,84.581,-2,-3,75.501,1,107.50200000000001,15.118,4,4,4,6,6,5,,31.945999999999998,4,6,6,1,1,5,"I would want to know how the data was collected, across teh country? one coast?",74.546,4,,17.476,2,7,3,4,1,5,6,26.831999999999997,6,6,3,5,7,8,8,6,,35.701,3,3,3,1,4,3,59.82899999999999,3,2.0,24.101,1.0,1964.0,Illinois,6.0,2.0,1.0,,3.0,,,14.0,2.0,1.0,99.865,57210674951c9b0011d3eaaa,"{""startTime"":1678939170387,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678939050468,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678938905483,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":10843,""label"":""hovered"",""timeHovered"":1413,""week"":""2021-12-20""},{""time"":14134,""label"":""tour_next"",""step"":2},{""time"":24567,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678939033636,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line,0,0,0,,2.8,0,0,0,0.0,0.0,0,15.0,1.0,0.0,1,1.0,1 +2023-03-15 23:53:32,2023-03-16 00:07:39,0,100,846,1,2023-03-16 00:07:39,R_1N34V9dFcIaMY1L,30.1569,-95.7414,EN,1,8.501,,,,,15.011,96,53,71,34.198,211.232,1,1,54.728,1,1,72.503,-1,58.523,15.110999999999999,4,4,6,3,4,3,none,30.594,5,2,4,3,3,4,The color designations did not seem right.,26.531999999999996,6,none,11.102,2,7,3,4,1,5,6,20.504,3,5,9,9,3,8,8,10,none,26.061,3,4,4,2,4,4,31.993000000000002,6,,5.01,1.0,1943.0,Texas,3.0,3.0,1.0,,7.0,,,6.0,3.0,1.0,170.22400000000002,5d069f2f041328001a7815be,"{""startTime"":1678939166663,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678939197838,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678938879888,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":12378,""label"":""hovered"",""timeHovered"":4162,""week"":""2021-10-11""},{""time"":19803,""label"":""hovered"",""timeHovered"":5444,""week"":""2022-01-17""},{""time"":29293,""label"":""hovered"",""timeHovered"":1414,""week"":""2022-01-17""},{""time"":31042,""label"":""hovered"",""timeHovered"":1097,""week"":""2022-01-17""},{""time"":32389,""label"":""hovered"",""timeHovered"":3213,""week"":""2022-01-10""},{""time"":35686,""label"":""hovered"",""timeHovered"":8722,""week"":""2022-01-10""},{""time"":44758,""label"":""hovered"",""timeHovered"":1082,""week"":""2021-12-27""},{""time"":49483,""label"":""tour_next"",""step"":5},{""time"":68097,""label"":""cleared_brush"",""using"":""click""},{""time"":69506,""label"":""cleared_brush"",""using"":""click""},{""time"":76920,""label"":""started_brush"",""startDate"":""2021-04-27"",""endDate"":""2021-11-01""},{""time"":80228,""label"":""tour_next"",""step"":5},{""time"":87127,""label"":""moved_brush"",""startDate"":""2021-05-12"",""endDate"":""2021-11-15""},{""time"":88542,""label"":""tour_next"",""step"":5},{""time"":106524,""label"":""cleared_brush"",""using"":""click""},{""time"":106528,""label"":""cleared_brush"",""using"":""Escape""},{""time"":108772,""label"":""tour_next"",""step"":5},{""time"":121794,""label"":""tour_end"",""step"":5},{""time"":137627,""label"":""hovered"",""timeHovered"":1035,""week"":""2021-10-18""},{""time"":140124,""label"":""hovered"",""timeHovered"":17643,""week"":""2021-10-25""},{""time"":162027,""label"":""started_brush"",""startDate"":""2021-04-16"",""endDate"":""2021-07-07""},{""time"":166725,""label"":""hovered"",""timeHovered"":2112,""week"":""2021-06-28""},{""time"":168920,""label"":""hovered"",""timeHovered"":1793,""week"":""2021-06-28""},{""time"":173360,""label"":""hovered"",""timeHovered"":8365,""week"":""2021-06-28""},{""time"":181725,""label"":""hovered"",""timeHovered"":1847,""week"":""2021-06-28""},{""time"":186337,""label"":""hovered"",""timeHovered"":6341,""week"":""2021-06-28""},{""time"":192686,""label"":""hovered"",""timeHovered"":6116,""week"":""2021-06-28""},{""time"":198805,""label"":""hovered"",""timeHovered"":4683,""week"":""2021-06-28""}]}","{""startTime"":1678939150983,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":12526,""label"":""hovered"",""timeHovered"":2447,""week"":""2021-11-29""}]}",0,complex,line,0,0,0,,3.5,0,1,1,2.447,2.447,0,15.0,1.0,1.0,0,0.0,3 +2023-03-15 23:47:55,2023-03-16 00:09:48,0,100,1312,1,2023-03-16 00:09:48,R_2EBnFEnYHHL45H1,36.1724,-115.0677,EN,1,6.647,,,,,15.009,100,100,0,32.268,314.06,-1,1,43.766999999999996,1,-3,378.534,1,166.622,15.115,4,7,5,5,7,5,,28.074,6,6,7,4,5,6,It seems to be accurate. Nothing about it seemed false. ,50.156000000000006,1,,12.568,2,7,3,4,1,5,6,31.24,1,1,1,4,4,6,9,7,,29.18,5,4,5,1,4,5,32.135999999999996,1,,11.388,2.0,1982.0,Nevada,6.0,2.0,1.0,,3.0,,,5.0,2.0,1.0,74.902,5e9272473f920e5b0caf8279,"{""startTime"":1678939060948,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678939091199,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678938563337,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":11069,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2819,""week"":""51"",""id"":""chart""},{""time"":13971,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1417,""week"":""52"",""id"":""chart""},{""time"":15455,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1168,""week"":""1"",""id"":""chart""},{""time"":19262,""label"":""tour_next"",""step"":5},{""time"":33000,""label"":""started_brush"",""startDate"":""2021-04-12"",""endDate"":""2021-08-11""},{""time"":35087,""label"":""tour_next"",""step"":5},{""label"":""window_blurred"",""time"":36793},{""label"":""window_focused"",""time"":191893},{""time"":199399,""label"":""moved_brush"",""startDate"":""2021-06-24"",""endDate"":""2021-08-11""},{""time"":200206,""label"":""tour_next"",""step"":5},{""time"":212626,""label"":""cleared_brush"",""using"":""Click""},{""time"":212626,""label"":""cleared_brush"",""using"":""Escape""},{""time"":214573,""label"":""tour_next"",""step"":5},{""time"":220125,""label"":""tour_end"",""step"":5},{""time"":302248,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1487,""week"":""5"",""id"":""chart""}]}","{""startTime"":1678939045166,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,bar,0,0,0,,4.0,0,0,0,0.0,0.0,0,15.0,0.5,0.5,1,1.0,3 +2023-03-15 23:59:46,2023-03-16 00:19:00,0,100,1153,1,2023-03-16 00:19:00,R_1FyLNFVi0XGTXMU,33.7485,-84.3871,EN,1,28.901999999999997,,,,,15.032,100,100,60,23.368000000000002,54.688,-2,-3,95.566,1,-3,191.047,-2,100.54,15.179,4,4,4,7,1,4,,94.065,4,7,4,1,1,4,I have no idea how valid this data is,36.284,5,I have nothing further to add here,41.211000000000006,2,7,3,4,1,5,6,44.055,6,8,10,10,3,7,10,10,,39.983000000000004,3,5,5,1,5,4,78.078,6,,22.717,1.0,1947.0,Georgia,4.0,1.0,1.0,,7.0,,,5.0,4.0,1.0,181.16299999999998,5c2414b8101408000140617a,"{""startTime"":1678939533039,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":9770,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1046,""week"":""41"",""id"":""chart""}]}","{""startTime"":1678939628285,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678939268958,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":80,""label"":""tour_started""},{""time"":29355,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2705,""week"":""37"",""id"":""chart""},{""time"":33593,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2029,""week"":""3"",""id"":""chart""},{""time"":39312,""label"":""tour_next"",""step"":2},{""time"":48082,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678939516759,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,bar,0,0,0,,3.8,0,0,0,0.0,0.0,0,15.0,0.0,0.5,0,0.5,2 +2023-03-16 00:01:21,2023-03-16 00:24:48,0,100,1406,1,2023-03-16 00:24:49,R_3elgJV0QMPHZsJz,29.4227,-98.4927,EN,1,5.635,1.0,3.0,1.0,27.656999999999996,15.113,100,71,26,74.189,209.94799999999998,-2,-3,207.085,-3,-3,115.632,1,139.094,15.11,7,7,7,7,7,7,,100.537,7,7,6,4,4,7,I trust the CDC since it is the foremost authority on COVID. ,68.868,4,,18.937,2,7,3,4,1,5,6,32.436,2,3,7,6,6,3,9,9,,67.09100000000001,3,3,3,2,4,3,66.98100000000001,2,1.0,12.405999999999999,1.0,1960.0,Texas,7.0,3.0,1.0,,7.0,,,17.0,3.0,1.0,157.703,5e3581ed0082f15283413024,"{""startTime"":1678939783081,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":6543,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1813,""week"":""51"",""id"":""chart""},{""time"":68692,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":23101,""week"":""48"",""id"":""chart""},{""time"":91897,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5410,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678939884224,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":13196,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5027,""week"":""51"",""id"":""chart""}]}","{""startTime"":1678939417513,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":24,""label"":""tour_started""},{""time"":12979,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":32305,""week"":""1"",""id"":""chart""},{""time"":49545,""label"":""tour_next"",""step"":5},{""label"":""window_blurred"",""time"":97587},{""label"":""window_focused"",""time"":104512},{""time"":128208,""label"":""cleared_brush"",""using"":""Click""},{""time"":135148,""label"":""started_brush"",""startDate"":""2021-07-25"",""endDate"":""2021-10-04""},{""time"":138970,""label"":""tour_next"",""step"":5},{""time"":158331,""label"":""moved_brush"",""startDate"":""2021-07-07"",""endDate"":""2021-07-25""},{""time"":159369,""label"":""tour_next"",""step"":5},{""time"":174479,""label"":""cleared_brush"",""using"":""Click""},{""time"":174479,""label"":""cleared_brush"",""using"":""Escape""},{""time"":179601,""label"":""cleared_brush"",""using"":""Click""},{""time"":179601,""label"":""cleared_brush"",""using"":""Escape""},{""time"":180922,""label"":""tour_next"",""step"":5},{""time"":193417,""label"":""cleared_brush"",""using"":""Click""},{""time"":193417,""label"":""cleared_brush"",""using"":""Escape""},{""time"":198705,""label"":""tour_end"",""step"":5},{""time"":203827,""label"":""started_brush"",""startDate"":""2021-09-17"",""endDate"":""2021-09-29""}]}","{""startTime"":1678939767467,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar,0,0,0,,3.0,0,0,0,0.0,0.0,0,15.0,0.0,0.0,1,1.0,3 +2023-03-15 23:40:24,2023-03-16 00:38:55,0,100,3510,1,2023-03-16 00:38:55,R_1M4iqM1InHMWpZ6,39.0469,-77.4903,EN,1,14.288,1.0,3.0,2.0,14.786,15.008,100,100,100,47.067,44.843999999999994,1,-2,112.79700000000001,-2,1,994.096,1,94.956,15.107000000000001,7,7,7,7,7,7,,31.334,7,6,7,7,6,7,the graph is well armed and looks like real data,35.982,5,,13.09,2,7,3,4,1,5,6,38.652,9,9,11,11,10,9,11,11,,22.294,4,4,5,1,5,4,18.183,7,3.0,80.237,1.0,1963.0,Massachusetts,7.0,3.0,1.0,,7.0,,,8.0,2.0,1.0,89.175,64050cfd151bc9945fd3eac9,"{""startTime"":1678941024943,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":5437},{""label"":""window_focused"",""time"":6746},{""label"":""window_blurred"",""time"":12205},{""label"":""window_focused"",""time"":26427}]}","{""startTime"":1678939191366,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":470203},{""label"":""window_focused"",""time"":473354},{""label"":""window_blurred"",""time"":490266},{""label"":""window_focused"",""time"":1792547}]}",,"{""startTime"":1678939175247,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":2251,""label"":""hovered"",""timeHovered"":1860,""week"":""2022-01-10""},{""time"":9157,""label"":""hovered"",""timeHovered"":1002,""week"":""2022-01-17""},{""time"":10783,""label"":""hovered"",""timeHovered"":1056,""week"":""2022-01-17""},{""time"":11840,""label"":""hovered"",""timeHovered"":1393,""week"":""2022-01-17""}]}",1,moderate,line,0,0,0,,3.8,0,4,4,5.311,1.32775,9589,15.0,0.5,0.5,1,0.5,2 +2023-03-15 23:12:36,2023-03-16 00:44:47,0,100,5531,1,2023-03-16 00:44:48,R_1IxUXsQQje1Zm4L,42.4178,-71.1134,EN,1,950.169,,,,,16.625,63,60,50,352.723,14.43,1,1,36.797,-3,1,74.406,1,32.004,15.110999999999999,6,5,6,4,6,5,,22.666,4,3,4,1,1,5,I trust the source to a degree. I do not really know it well,19.160999999999998,1,,5.3020000000000005,2,7,3,4,1,5,6,10.960999999999999,6,6,8,8,8,7,9,10,,15.888,2,3,3,4,3,3,33.889,3,,31.796999999999997,2.0,1979.0,Massachusetts,6.0,2.0,1.0,,3.0,,,12.0,3.0,1.0,78.661,55b1add5fdf99b6731f04c5a,"{""startTime"":1678941558292,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678941581744,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678941451944,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":9121,""label"":""tour_next"",""step"":2},{""time"":11272,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678941542512,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":5127},{""label"":""window_focused"",""time"":12291}]}",0,moderate,line,0,0,0,,3.0,0,0,0,0.0,0.0,0,5.127000000000001,1.0,0.5,1,0.5,2 +2023-03-16 00:44:14,2023-03-16 00:55:01,0,100,646,1,2023-03-16 00:55:01,R_12RTgfiOZkVAaU1,33.7485,-84.3871,EN,1,11.005999999999998,1.0,3.0,2.0,43.446999999999996,15.009,100,100,82,9.298,9.19,-3,1,88.721,-3,-3,154.999,1,67.048,15.009,7,7,7,7,7,7,,7.834,7,7,7,7,7,7,It gives me a lot of confidence because the source is attached,28.671999999999997,7,,5.027,2,7,3,4,1,5,6,20.499000000000002,10,10,10,10,10,10,10,10,,23.531,3,1,5,1,3,1,20.820999999999998,6,2.0,41.181999999999995,1.0,1945.0,Wisconsin,7.0,3.0,1.0,,7.0,,,8.0,2.0,2.0,40.57,6100372e3a116cb5cb36ebea,"{""startTime"":1678942174939,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":1046,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1355,""week"":""2"",""id"":""chart""}]}","{""startTime"":1678942134462,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":4141},{""label"":""window_focused"",""time"":5895}]}","{""startTime"":1678941951888,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":22,""label"":""tour_started""},{""time"":4020,""label"":""tour_next"",""step"":2},{""time"":6099,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678942118124,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar,0,0,0,,2.3,0,0,0,0.0,0.0,0,15.0,0.5,0.0,1,0.0,2 +2023-03-16 00:55:54,2023-03-16 01:03:09,0,100,435,1,2023-03-16 01:03:10,R_ue2uKkWldX42tmF,41.871,-87.6289,EN,1,23.134,,,,,15.11,100,100,87,30.771,5.787000000000001,-3,1,29.002,-3,-3,33.09,1,82.396,15.017999999999999,7,7,7,6,6,7,,9.554,6,6,7,7,7,7,I don't see anything suspicious in the data,26.741999999999997,3,,4.205,2,7,3,4,1,5,6,20.959,10,11,11,11,11,11,11,11,,16.625999999999998,4,4,5,1,4,4,19.595,4,,17.292,2.0,1973.0,Kansas,7.0,3.0,1.0,,7.0,,,8.0,1.0,2.0,39.223,60e2577f8c52db9d1fb5ffac,"{""startTime"":1678942762231,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":4302},{""label"":""window_focused"",""time"":5930}]}","{""startTime"":1678942772557,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678942709680,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":26,""label"":""tour_started""},{""time"":1845,""label"":""tour_next"",""step"":2},{""time"":3421,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678942745968,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,bar,0,0,0,,3.7,0,0,0,0.0,0.0,0,15.0,0.5,0.0,1,0.5,1 +2023-03-16 01:03:49,2023-03-16 01:12:08,0,100,498,1,2023-03-16 01:12:08,R_2wS81jTO311KP2e,32.8137,-96.8704,EN,1,5.218999999999999,,,,,15.317,100,100,100,88.417,47.301,-3,1,17.331,-3,-3,62.855,1,19.687,15.009,7,7,7,7,7,7,,10.422,7,7,7,7,7,7,I have reviewed the source and I see that the study carried out seems legitimate,46.708,4,,4.196000000000001,2,7,3,4,1,5,6,17.03,9,9,10,10,11,10,10,10,,17.403,4,5,5,2,4,5,20.875,6,,19.674,2.0,1982.0,Maryland,7.0,3.0,1.0,,7.0,,,8.0,2.0,2.0,52.155,60cd717e463162435e3b7d46,"{""startTime"":1678943237264,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":3811},{""label"":""window_focused"",""time"":5309}]}","{""startTime"":1678943248662,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678943151676,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":29,""label"":""tour_started""},{""time"":3650,""label"":""tour_next"",""step"":5},{""time"":7285,""label"":""cleared_brush"",""using"":""Click""},{""time"":9646,""label"":""cleared_brush"",""using"":""Click""},{""time"":10276,""label"":""cleared_brush"",""using"":""Click""},{""time"":11563,""label"":""cleared_brush"",""using"":""Click""},{""time"":13067,""label"":""cleared_brush"",""using"":""Click""},{""time"":13782,""label"":""cleared_brush"",""using"":""Click""},{""time"":14724,""label"":""cleared_brush"",""using"":""Click""},{""time"":16742,""label"":""cleared_brush"",""using"":""Click""},{""time"":19446,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-09-01""},{""time"":21071,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-09-15""},{""time"":23719,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-09-15""},{""time"":26862,""label"":""cleared_brush"",""using"":""Click""},{""time"":27749,""label"":""cleared_brush"",""using"":""Click""},{""time"":29702,""label"":""started_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-09-11""},{""time"":31202,""label"":""tour_next"",""step"":5},{""time"":37233,""label"":""moved_brush"",""startDate"":""2021-08-31"",""endDate"":""2022-02-07""},{""time"":38505,""label"":""tour_next"",""step"":5},{""time"":41412,""label"":""cleared_brush"",""using"":""Click""},{""time"":42505,""label"":""tour_next"",""step"":5},{""time"":44147,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678943220667,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":3606,""label"":""started_brush"",""startDate"":""2021-09-30"",""endDate"":""2021-12-03""}]}",0,complex,bar,0,0,0,,4.2,1,1,0,0.0,0.0,0,15.0,0.5,0.0,1,1.0,3 +2023-03-15 20:56:18,2023-03-16 14:05:41,0,100,61763,1,2023-03-16 14:05:42,R_1r8PRygbcAttrA6,47.6987,-117.4397,EN,1,108.98,,,,,15.107000000000001,100,100,61,85.499,1277.5639999999999,-2,-3,52.161,-2,1,115.545,1,170.873,15.005999999999998,7,7,1,7,7,7,,1961.76,7,7,7,2,4,7,I can easily see the information there and the hover over feature just makes it easier to find the data much quicker.,71.44800000000001,4,"This was very interesting, interactive!",56.766000000000005,2,7,3,4,1,5,6,54.938,2,1,3,3,3,3,4,8,,51.581,4,5,2,4,5,4,110.958,4,,28.462,2.0,1976.0,Washington,5.0,2.0,1.0,,7.0,,,4.0,3.0,1.0,174.60299999999998,5b88a7aa5548a50001e59666,"{""startTime"":1678929994446,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":1800889},{""label"":""window_focused"",""time"":1801552},{""label"":""window_focused"",""time"":1801552},{""label"":""window_focused"",""time"":59043303},{""label"":""window_blurred"",""time"":59053505},{""label"":""window_focused"",""time"":59118472},{""label"":""window_blurred"",""time"":59179788},{""label"":""window_focused"",""time"":59201294}]}","{""startTime"":1678929842497,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678928428935,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":1247414,""label"":""hovered"",""timeHovered"":3783,""week"":""2021-11-22""},{""time"":1253744,""label"":""tour_next"",""step"":2},{""time"":1274128,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678929826672,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7607,""label"":""hovered"",""timeHovered"":1891,""week"":""2022-01-03""},{""time"":9499,""label"":""hovered"",""timeHovered"":2205,""week"":""2022-01-10""}]}",0,moderate,line,0,0,0,,4.0,0,2,2,4.096,2.048,1892,15.0,0.0,0.5,1,0.5,2 +2023-03-15 22:09:03,2023-03-15 22:19:38,0,82,634,0,2023-03-22 22:19:39,R_RJCQd1nvrNfKEWR,,,EN,1,8.481,,,,,15.122,94,76,77,19.135,35.556999999999995,1,1,33.054,1,-3,69.388,1,55.922,15.124,6,5,2,6,5,5,,20.795,5,5,6,3,5,5,It's presented in a way that suggests a lot of work to put it together. I trust that effort.,37.668,4,,8.97,2,7,3,4,1,5,6,20.607,3,3,6,4,4,5,7,8,,18.329,4,3,4,2,4,3,17.715,4,,6.138,,,,,,,,,,,,,,,63d81d44b2884aa3332fa3aa,"{""startTime"":1678932716870,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932738906,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678932594009,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":43,""label"":""tour_started""},{""time"":12495,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1533,""week"":""48"",""id"":""chart""},{""time"":14233,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1594,""week"":""50"",""id"":""chart""},{""time"":16868,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2492,""week"":""51"",""id"":""chart""},{""time"":20532,""label"":""tour_next"",""step"":2},{""time"":25904,""label"":""tour_end"",""step"":2},{""time"":26363,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1618,""week"":""2"",""id"":""chart""}]}","{""startTime"":1678932700769,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":4999,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4864,""week"":""1"",""id"":""chart""},{""time"":9933,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1096,""week"":""52"",""id"":""chart""}]}",0,moderate,bar,0,0,0,,3.3,0,2,2,5.96,2.98,4934,15.0,1.0,0.5,1,0.5,2 +2023-03-15 22:04:45,2023-03-15 22:20:19,0,82,934,0,2023-03-22 22:20:23,R_ez0o34bKXh3ETkZ,,,EN,1,11.152999999999999,1.0,1.0,2.0,7.905,15.013,94,82,53,50.62,167.426,1,1,63.169,1,1,87.265,1,110.742,15.112,6,5,7,6,7,6,,38.509,6,7,6,6,3,6,"If the data is accurate, the visualization gives me a convenient view of the data.",42.43,5,,5.976,2,7,3,4,1,5,6,23.68,4,5,8,9,8,8,10,10,,26.155,4,5,5,2,5,4,20.846,6,1.0,21.872,,,,,,,,,,,,,,,5920b1f62b529b00013f3214,"{""startTime"":1678932756644,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932679928,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678932384659,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":26131,""label"":""tour_next"",""step"":5},{""time"":57853,""label"":""cleared_brush"",""using"":""click""},{""time"":73752,""label"":""started_brush"",""startDate"":""2021-05-29"",""endDate"":""2021-09-01""},{""time"":76567,""label"":""tour_next"",""step"":5},{""time"":87323,""label"":""moved_brush"",""startDate"":""2021-06-28"",""endDate"":""2021-10-01""},{""time"":89850,""label"":""moved_brush"",""startDate"":""2021-07-31"",""endDate"":""2021-10-01""},{""time"":92662,""label"":""tour_next"",""step"":5},{""time"":117131,""label"":""cleared_brush"",""using"":""click""},{""time"":123799,""label"":""started_brush"",""startDate"":""2021-07-08"",""endDate"":""2021-09-23""},{""time"":125586,""label"":""cleared_brush"",""using"":""click""},{""time"":128169,""label"":""tour_next"",""step"":5},{""time"":139067,""label"":""tour_end"",""step"":5},{""time"":144884,""label"":""started_brush"",""startDate"":""2021-06-24"",""endDate"":""2021-07-26""},{""time"":148390,""label"":""moved_brush"",""startDate"":""2021-07-04"",""endDate"":""2021-08-05""},{""time"":152396,""label"":""moved_brush"",""startDate"":""2021-07-04"",""endDate"":""2021-09-08""},{""time"":157935,""label"":""moved_brush"",""startDate"":""2021-11-20"",""endDate"":""2022-01-25""},{""time"":158810,""label"":""cleared_brush"",""using"":""click""},{""time"":163882,""label"":""hovered"",""timeHovered"":1699,""week"":""2022-01-17""}]}","{""startTime"":1678932664275,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":7343,""label"":""hovered"",""timeHovered"":1464,""week"":""2021-12-27""}]}",1,complex,line,0,0,0,,4.2,0,1,1,1.464,1.464,0,15.0,1.0,1.0,1,1.0,3 +2023-03-15 22:30:10,2023-03-16 14:36:02,0,82,57951,0,2023-03-23 14:36:04,R_2zLKkKyjW0ARSFU,,,EN,1,7.2829999999999995,1.0,4.0,2.0,7.254,15.008,100,100,65,40.44,90.60700000000001,1,1,66.362,1,1,134.3,1,75.668,15.01,6,6,6,6,7,6,,47.498999999999995,6,6,6,1,1,6,The chart doesn't play any tricks with the data and the data source is a trustworthy source.,36.31,5,,11.841,2,7,3,4,1,5,6,20.941,4,7,9,8,4,6,10,10,,44.071000000000005,3,3,4,2,4,3,42.489,6,4.0,14.780999999999999,,,,,,,,,,,,,,,62dc177e02f82aabb20aebc2,"{""startTime"":1678934143718,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":76,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3463,""week"":""2"",""id"":""chart""},{""time"":5209,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4795,""week"":""50"",""id"":""chart""},{""time"":10193,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3426,""week"":""51"",""id"":""chart""}]}","{""startTime"":1678934192152,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_focused"",""time"":28394},{""label"":""window_focused"",""time"":28394}]}","{""startTime"":1678933900211,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":34,""label"":""tour_started""},{""time"":19433,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1015,""week"":""2"",""id"":""chart""},{""time"":25596,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":10814,""week"":""52"",""id"":""chart""},{""time"":36445,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2813,""week"":""1"",""id"":""chart""},{""time"":39425,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2299,""week"":""2"",""id"":""chart""},{""time"":41774,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1333,""week"":""3"",""id"":""chart""},{""time"":43845,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2061,""week"":""3"",""id"":""chart""},{""time"":47490,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3431,""week"":""6"",""id"":""chart""},{""time"":50924,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1764,""week"":""6"",""id"":""chart""},{""time"":53530,""label"":""tour_next"",""step"":2},{""time"":60086,""label"":""tour_end"",""step"":2},{""time"":69934,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7447,""week"":""14"",""id"":""chart""},{""time"":77567,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2483,""week"":""15"",""id"":""chart""},{""time"":82249,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3062,""week"":""28"",""id"":""chart""}]}","{""startTime"":1678934126809,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":10703,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1315,""week"":""2"",""id"":""chart""},{""time"":13236,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1322,""week"":""6"",""id"":""chart""}]}",1,moderate,bar,0,0,0,,3.2,0,2,2,2.637,1.3185,2533,15.0,1.0,1.0,1,1.0,2 +2023-05-11 12:22:15,2023-05-11 12:31:46,0,100,571,1,2023-05-11 12:31:47,R_3IVMSdVzislG7LJ,48.7959,2.5228,EN,1,5.357,1.0,1.0,1.0,6.7010000000000005,15.015999999999998,62,70,63,14.100999999999999,39.181999999999995,1,-3,40.358000000000004,1,1,70.89699999999999,1,63.441,15.075999999999999,1,1,1,1,1,1,,9.331,1,1,1,1,1,1,supercalifragilisticexpialidocious,19.178,1,,12.578,2,7,3,4,1,5,6,72.22,1,1,1,1,1,1,1,1,,9.347999999999999,1,1,1,5,1,1,26.348000000000003,8,5.0,13.45,5.0,1900.0,Alaska,10.0,2.0,1.0,,10.0,,,1.0,5.0,2.0,93.99600000000001,,"{""startTime"":1683822344287,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1683822311771,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1683822192790,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":31,""label"":""tour_started""},{""time"":3286,""label"":""tour_next"",""step"":5},{""time"":13837,""label"":""started_brush"",""startDate"":""2021-06-05"",""endDate"":""2021-12-27""},{""time"":16350,""label"":""moved_brush"",""startDate"":""2021-10-07"",""endDate"":""2021-12-27""},{""time"":18200,""label"":""moved_brush"",""startDate"":""2021-11-20"",""endDate"":""2022-02-10""},{""time"":18909,""label"":""tour_next"",""step"":5},{""time"":24142,""label"":""moved_brush"",""startDate"":""2021-11-07"",""endDate"":""2022-01-28""},{""time"":25419,""label"":""tour_next"",""step"":5},{""time"":33458,""label"":""cleared_brush"",""using"":""click""},{""time"":34566,""label"":""tour_next"",""step"":5},{""time"":37135,""label"":""tour_end"",""step"":5}]}","{""startTime"":1683822296154,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":10182,""label"":""started_brush"",""startDate"":""2021-07-09"",""endDate"":""2021-07-10""},{""time"":10786,""label"":""cleared_brush"",""using"":""click""},{""time"":13892,""label"":""started_brush"",""startDate"":""2021-10-14"",""endDate"":""2021-12-15""},{""time"":14570,""label"":""cleared_brush"",""using"":""click""}]}",1,complex,line,1,0,0,Positive,1.7,1,4,0,0.0,0.0,4388,15.0,0.5,1.0,1,1.0,3 diff --git a/study_data/full_Study/data_patch.csv b/study_data/full_Study/data_patch.csv index 02c8b20..99795f4 100644 --- a/study_data/full_Study/data_patch.csv +++ b/study_data/full_Study/data_patch.csv @@ -1,61 +1,61 @@ -StartDate,EndDate,Status,IPAddress,Progress,Duration (in seconds),Finished,RecordedDate,ResponseId,RecipientLastName,RecipientFirstName,RecipientEmail,ExternalReference,LocationLatitude,LocationLongitude,DistributionChannel,UserLanguage,Consent Form,consent-time_First Click,consent-time_Last Click,consent-time_Page Submit,consent-time_Click Count,covid-vaccine,covid-vaccine-doses,covid-infection,covid-time_First Click,covid-time_Last Click,covid-time_Page Submit,covid-time_Click Count,bar-vis-timer_First Click,bar-vis-timer_Last Click,bar-vis-timer_Page Submit,bar-vis-timer_Click Count,affect-science_1,affect-clarity_1,affect-aesthetic_1,bar-initial-time_First Click,bar-initial-time_Last Click,bar-initial-time_Page Submit,bar-initial-time_Click Count,bar-tour-time_First Click,bar-tour-time_Last Click,bar-tour-time_Page Submit,bar-tour-time_Click Count,simple-bar-vlat-1,simple-bar-vlat-2,simple-bar-vlat-time_First Click,simple-bar-vlat-time_Last Click,simple-bar-vlat-time_Page Submit,simple-bar-vlat-time_Click Count,moderate-bar-vlat-1,moderate-bar-vlat-2,mod-bar-vlat-time_First Click,mod-bar-vlat-time_Last Click,mod-bar-vlat-time_Page Submit,mod-bar-vlat-time_Click Count,complex-bar-vlat-1,com-bar-vlat-time_First Click,com-bar-vlat-time_Last Click,com-bar-vlat-time_Page Submit,com-bar-vlat-time_Click Count,bar-explore-time_First Click,bar-explore-time_Last Click,bar-explore-time_Page Submit,bar-explore-time_Click Count,bar-data_1,bar-data_2,bar-data_3,bar-data_4,bar-data_5,bar-data_6,bar-data-exp,bar-data-time_First Click,bar-data-time_Last Click,bar-data-time_Page Submit,bar-data-time_Click Count,bar-vis_1,bar-vis_2,bar-vis_3,bar-vis_4,bar-vis_5,bar-vis_6,bar-why,bar-vis-time_First Click,bar-vis-time_Last Click,bar-vis-time_Page Submit,bar-vis-time_Click Count,interpersonal-trust_1,interper-trust-exp,interper-trust-time_First Click,interper-trust-time_Last Click,interper-trust-time_Page Submit,interper-trust-time_Click Count,attention-check_1,attention-check_2,attention-check_3,attention-check_4,attention-check_5,attention-check_6,attention-check_7,attention-check-time_First Click,attention-check-time_Last Click,attention-check-time_Page Submit,attention-check-time_Click Count,trust-in-science_1,trust-in-science_2,trust-in-science_3,trust-in-science_4,trust-in-science_5,trust-in-science_6,trust-in-science_7,trust-in-science_8,trust-science-exp,trust-science-time_First Click,trust-science-time_Last Click,trust-science-time_Page Submit,trust-science-time_Click Count,cognition_1,cognition_2,cognition_3,cognition_4,cognition_5,cognition_6,need-cognition-time_First Click,need-cognition-time_Last Click,need-cognition-time_Page Submit,need-cognition-time_Click Count,political_views,covid_information,politics_time_First Click,politics_time_Last Click,politics_time_Page Submit,politics_time_Click Count,Gender,Age,State_1,Education,Parents_education,Language,Language_4_TEXT,Ethnicity,Ethnicity_8_TEXT,Ethnicity_9_TEXT,Income,Religion,Interview,Interview_1_TEXT,demographics_time_First Click,demographics_time_Last Click,demographics_time_Page Submit,demographics_time_Click Count,PROLIFIC_PID,isCovidData,provenance-bar-data,provenance-bar-vis,provenance-bar-tour,provenance-bar-explore,bar-complexity,vlat_simple,vlat_moderate,vlat_complex,assigned_vlat -2023-03-12 20:55:26,2023-03-12 20:59:13,0,72.140.211.54,100,227,1,2023-03-12 20:59:14,R_8rmBCqRevUJbRip,,,,,43.6859,-79.3974,anonymous,EN,1,3.541,3.541,4.591,1,,,,,,,,0,0,15.01,0,80,45,88,3.993,9.391,10.534,3,1.866,4.415,6.225,2,-1,-3,6.102,7.097,8.181,2,1,-2,5.138,6.329,9.187,2,-3,5.469,5.469,6.497,1,0,0,52.499,0,3,1,7,4,2,7,,7.096,12.496,13.606,6,7,7,2,2,1,5,It seems scientific,1.84,1.84,7.176,1,1,,2.222,4.572,5.635,2,2,7,3,4,1,5,6,0,0,8.669,0,2,2,2,3,3,2,3,3,,2.328,5.928,7.555,8,3,2,2,2,3,1,2.183,4.707,6.738,6,2,,1.402,1.402,2.475,1,2,1984,Massachusetts,1,3,1,,2,,,1,1,2,,1.077,24.044,25.414,14,,0,"{""startTime"":1678669055627,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678669031416,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678668963081,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":1865,""label"":""tour_next"",""step"":2},{""time"":4413,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678668978467,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":4579,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2291,""week"":""52"",""id"":""chart""},{""time"":8641,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3695,""week"":""52"",""id"":""chart2""},{""time"":22625,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1312,""week"":""1"",""id"":""chart""}]}",simple,0,0.5,0,0 -2023-03-12 22:55:27,2023-03-12 23:03:56,0,96.244.99.19,100,508,1,2023-03-12 23:03:56,R_24CbqjyCefqjEDT,,,,,39.2124,-76.8776,anonymous,EN,1,9.267,9.902,11.717,2,1,4,2,1.802,3.904,4.822,3,0,0,15.007,0,100,100,50,9.084,16.242,17.347,3,14.352,17.433,28.831,2,-3,1,43.947,63.925,66.381,3,-3,-3,5.99,71.921,74.179,5,-3,46.049,46.79,48.377,2,0,0,15.01,0,6,6,6,6,6,6,,4.133,9.663,11.581,6,6,6,6,6,4,6,"The visualization is showing me the rate of cases as opposed to absolute numbers, which indicates it is trying to communicate useful information to me.",2.27,2.27,43.449,1,5,,3.661,5.474,8.503,2,2,7,3,4,1,5,6,0,0,15.853,0,5,6,1,5,7,3,10,9,,4.052,15.547,17.493,8,3,4,2,3,4,3,3.563,19.786,20.905,6,1,3,1.756,13.133,14.332,2,2,1999,Maryland,6,3,1,,7,,,17,4,1,emilyconn9@gmail.com,3.958,42.813,52.461,12,5ec4a0fffe991f37f61b356e,1,"{""startTime"":1678676376070,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678676313498,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678676193499,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":38,""label"":""tour_started""},{""time"":7057,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3016,""week"":""52"",""id"":""chart""},{""time"":14340,""label"":""tour_next"",""step"":2},{""time"":17421,""label"":""tour_end"",""step"":2},{""time"":23728,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2118,""week"":""23"",""id"":""chart""}]}","{""startTime"":1678676297785,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":4607,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1030,""week"":""51"",""id"":""chart""},{""time"":6973,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2597,""week"":""50"",""id"":""chart""},{""time"":9726,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1129,""week"":""51"",""id"":""chart""},{""time"":10877,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2076,""week"":""52"",""id"":""chart""}]}",moderate,0.5,0,0,0 -2023-03-12 22:52:45,2023-03-12 23:05:28,0,167.224.159.51,100,762,1,2023-03-12 23:05:29,R_1kZDJESNJtHyIqs,,,,,36.0557,-94.1567,anonymous,EN,1,11.565,11.565,13.057,1,1,2,1,1.835,5.572,6.33,2,14.198,14.198,15.109,1,63,34,57,0.53,26.614,27.854,4,15.92,60.804,64.286,11,1,1,33.066,63.213,64.76,10,-3,-1,14.354,56.06,56.822,13,1,9.108,81.76,82.57,16,13.617,13.617,15.136,1,2,2,4,3,6,4,,1.516,27.755,30.455,12,2,3,3,1,1,5,"In this context, I feel no reason for distrusting it. No clear dishonest motive.",0.901,0.901,60.189,1,4,,7.967,7.967,9.629,1,2,7,3,4,1,5,6,6.309,6.777,16.473,2,1,3,5,5,2,1,11,11,,4.799,45.26,50.021,18,4,4,1,1,4,5,6.542,26.207,26.75,8,2,1,3.184,8.092,10.986,3,1,1999,Arkansas,3,3,1,,2,,,8,4,1,juminlee6@gmail.com,2.369,57.956,60.204,29,63127274665ebf35cb1a9571,1,"{""startTime"":1678676392060,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678676305907,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678676142593,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":11598,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3328,""week"":""51"",""id"":""chart""},{""time"":15913,""label"":""tour_next"",""step"":5},{""time"":24156,""label"":""started_brush"",""startDate"":""2021-08-09"",""endDate"":""2022-01-08""},{""time"":29291,""label"":""cleared_brush"",""using"":""Click""},{""time"":30981,""label"":""cleared_brush"",""using"":""Click""},{""time"":31404,""label"":""cleared_brush"",""using"":""Click""},{""time"":33342,""label"":""cleared_brush"",""using"":""Click""},{""time"":33971,""label"":""tour_next"",""step"":5},{""time"":38675,""label"":""cleared_brush"",""using"":""Click""},{""time"":42197,""label"":""moved_brush"",""startDate"":""2021-04-15"",""endDate"":""2021-06-22""},{""time"":44732,""label"":""moved_brush"",""startDate"":""2021-04-17"",""endDate"":""2021-06-24""},{""time"":45817,""label"":""tour_next"",""step"":5},{""time"":53331,""label"":""moved_brush"",""startDate"":""2021-04-17"",""endDate"":""2021-06-10""},{""time"":53611,""label"":""moved_brush"",""startDate"":""2021-04-17"",""endDate"":""2021-06-10""},{""time"":55819,""label"":""cleared_brush"",""using"":""Click""},{""time"":57026,""label"":""tour_next"",""step"":5},{""time"":60796,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678676290236,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":10308,""label"":""started_brush"",""startDate"":""2021-09-06"",""endDate"":""2022-02-07""},{""time"":11952,""label"":""moved_brush"",""startDate"":""2021-09-06"",""endDate"":""2022-02-07""}]}",complex,1,0,1,1 -2023-03-12 22:49:06,2023-03-12 23:08:06,0,71.114.60.102,100,1139,1,2023-03-12 23:08:07,R_3Hnsy0bnh9pW97e,,,,,38.6326,-77.2661,anonymous,EN,1,31.406,31.406,34.236,1,,,,,,,,0,0,15.009,0,96,95,41,32.044,54.797,55.962,6,8.089,72.668,80.644,3,1,1,40.406,52.677,87.532,2,1,-2,40.26,88.13,91.578,3,-2,97.616,97.616,109.125,1,0,0,15.016,0,3,4,3,5,5,3,N/A,10.875,57.411,60.221,7,5,5,3,7,1,3,"You can use data and visualizations to sway others in many different ways. While I have no proof, there could be information unaccounted for, or the information recorded could have been calculated incorrectly.",3.401,151.338,156.198,8,3,N/A,13.763,14.983,18.243,2,2,7,3,4,1,5,6,0,0,31.31,0,1,7,7,4,1,2,9,5,N/A,11.766,52.462,57.366,12,3,4,2,3,4,3,23.275,54.331,58.65,6,3,,15.827,15.827,19.632,1,2,2002,Virginia,3,1,1,,8,Woodbridge,,16,4,2,,10.53,145.531,146.498,46,60f1bdd684969df9641e994b,0,"{""startTime"":1678676264286,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678676047616,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":1296,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7336,""week"":""52"",""id"":""chart2""}]}","{""startTime"":1678675863205,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":11682,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3275,""week"":""15"",""id"":""chart""},{""time"":17550,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1607,""week"":""1"",""id"":""chart""},{""time"":19174,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5051,""week"":""52"",""id"":""chart""},{""time"":32202,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":14309,""week"":""52"",""id"":""chart""},{""time"":47517,""label"":""tour_next"",""step"":2},{""time"":52846,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7276,""week"":""52"",""id"":""chart2""},{""time"":61356,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3059,""week"":""52"",""id"":""chart2""},{""time"":72663,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678676032212,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",simple,1,0.5,0,1 -2023-03-12 23:02:01,2023-03-12 23:14:33,0,75.1.91.184,100,751,1,2023-03-12 23:14:34,R_31jGH7YiQuZev6v,,,,,29.4227,-98.4927,anonymous,EN,1,4.961,4.961,5.923,1,1,4,2,11.141,12.336,13.342,2,8.758,8.758,15.106,1,100,100,50,15.308,24.376,25.39,3,5.668,160.165,162.164,2,1,1,22.185,48.708,50.001,4,1,-3,30.698,54.968,55.925,2,1,38.418,38.418,39.833,1,0,0,15.107,0,6,6,6,6,6,6,,7.735,16.736,18.861,7,6,6,5,5,3,6,It shows it in an organized manner,2.407,2.407,12.78,1,3,,5.117,14.527,15.892,5,2,7,3,4,1,5,6,0,0,25.301,0,1,1,1,1,1,1,11,10,,6.052,16.319,17.801,8,4,4,2,3,3,3,12.861,42.337,43.298,7,1,2,5.775,13.07,17.526,3,1,1993,Texas,3,3,1,,9,,Black and Mexican,3,4,1,lildj5000@gmail.com,3.207,157.3,158.024,53,63129dd30887fb3d46640f2b,1,"{""startTime"":1678676873713,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678676826351,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678676596658,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":5662,""label"":""tour_next"",""step"":2},{""time"":6344,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2117,""week"":""50"",""id"":""chart2""},{""time"":160158,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678676810353,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":3858,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1467,""week"":""52"",""id"":""chart""},{""time"":5338,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2853,""week"":""52"",""id"":""chart2""}]}",simple,1,0.5,1,1 -2023-03-12 23:04:47,2023-03-12 23:15:00,0,24.43.21.218,100,612,1,2023-03-12 23:15:01,R_3eldnrMSyXSZgDz,,,,,33.5173,-117.1208,anonymous,EN,1,39.353,39.353,40.403,1,,,,,,,,0,0,15.015,0,22,15,15,5.166,9.832,11.652,4,19.4,22.599,24.996,2,1,1,30.475,39.255,40.467,2,1,-1,30.432,78.102,82.022,5,1,38.552,38.552,39.953,1,0,0,15.109,0,3,7,3,7,5,3,"I think count and rate seem different, so I don't understand why both terms are used.Also it's visually confusing with the stacking as it's not clear if the orange bar goes all the way down ",9.537,116.666,123.751,13,7,1,1,7,1,3,"I have no domain knowledge to say whether it makes sense or not.,And I find the stacked format really confusing and pointless",2.013,33.198,34.182,2,5,,3.216,8.083,10.646,5,2,7,3,4,1,5,6,0,0,14.521,0,4,5,2,8,7,7,10,10,,3.22,13.722,15.507,8,4,4,2,2,3,4,10.286,20.376,21.821,6,1,,15.636,15.636,17.384,1,2,1980,California,6,1,1,,7,,,17,4,1,lotster@gmail.com,1.766,35.88,54.502,13,5a49d6a06d85f80001c25bc4,0,"{""startTime"":1678676948655,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678676893874,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678676769598,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":6929,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6916,""week"":""52"",""id"":""chart""},{""time"":14911,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2517,""week"":""19"",""id"":""chart""},{""time"":19392,""label"":""tour_next"",""step"":2},{""time"":22592,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678676878178,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",moderate,1,0.5,1,0.5 -2023-03-12 23:07:40,2023-03-12 23:17:14,0,75.172.177.246,100,573,1,2023-03-12 23:17:14,R_1rPvaQfO3zfCdsf,,,,,47.6631,-122.3029,anonymous,EN,1,46.247,46.247,47.262,1,,,,,,,,0,0,15.109,0,85,84,35,6.533,10.534,17.795,3,13.522,21.926,25.863,2,1,1,28.502,38.116,41.554,2,-3,-3,35.383,67.596,84.941,8,1,14.687,67.203,71.197,4,0,0,15.011,0,4,3,5,5,5,5,,6.072,19.647,21.342,7,4,5,3,7,7,4,"Well it doesn't include a source to verify its statistics, but other than that, it appears to be trustworthy. I'm not really sure, as I am not an expert in insect troubles or fungi troubles in Croatia of all places.",1.631,2.8,51.215,2,5,,4.298,8.921,10.407,7,2,7,3,4,1,5,6,6.71,16.821,18.595,4,2,5,2,4,4,6,10,10,,4.463,25.189,27.021,16,5,4,1,2,5,4,6.817,26.946,27.751,11,2,,1.644,1.644,5.631,1,1,1998,Washington,3,1,1,,7,,,4,3,2,,1.198,36.927,38.201,15,610333282a90d4b77609c5f8,0,"{""startTime"":1678677035221,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678677057088,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678676950797,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":23,""label"":""tour_started""},{""time"":5657,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1550,""week"":""52"",""id"":""chart""},{""time"":11841,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1033,""week"":""52"",""id"":""chart""},{""time"":13514,""label"":""tour_next"",""step"":2},{""time"":19159,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1216,""week"":""52"",""id"":""chart2""},{""time"":21918,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678677019758,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":2143},{""label"":""window_focused"",""time"":11167}]}",simple,1,0,1,1 -2023-03-12 23:09:51,2023-03-12 23:20:45,0,24.214.85.223,100,654,1,2023-03-12 23:20:46,R_3pi2kNkyG6wUhE5,,,,,33.4734,-82.0111,anonymous,EN,1,4.37,4.37,10.457,1,1,3,1,2.156,6.018,7.672,2,0,0,15.111,0,70,44,72,6.188,15.109,16.703,3,6.312,66.363,69.442,9,1,1,39.452,50.354,52.804,2,-3,-3,30.615,50.377,52.903,2,1,18.389,32.995,34.935,2,0,0,16.224,0,3,3,4,4,4,4,,4.532,22.026,26.515,8,4,3,4,2,3,3,I don't know if the data is verifiable. ,2.063,2.063,16.746,1,4,,12.097,12.097,18.1,1,2,7,3,4,1,5,6,0,0,23.434,0,2,5,7,4,3,6,10,9,,10.425,26.748,29.865,8,4,4,3,2,2,4,3.005,31.466,35.435,6,5,4,3.953,14.08,16.829,2,1,1997,Georgia,6,3,1,,7,,,12,3,1,,2.15,60.601,62.971,16,5c17294778ee390001ab19e5,1,"{""startTime"":1678677319057,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678677176107,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_focused"",""time"":103425}]}","{""startTime"":1678677052421,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":21,""label"":""tour_started""},{""time"":6301,""label"":""tour_next"",""step"":5},{""time"":18481,""label"":""cleared_brush"",""using"":""Click""},{""time"":19888,""label"":""tour_back"",""step"":5},{""time"":29121,""label"":""tour_next"",""step"":5},{""time"":39529,""label"":""cleared_brush"",""using"":""Click""},{""time"":48054,""label"":""started_brush"",""startDate"":""2021-04-14"",""endDate"":""2021-06-25""},{""time"":49400,""label"":""tour_next"",""step"":5},{""time"":59094,""label"":""moved_brush"",""startDate"":""2021-07-30"",""endDate"":""2021-10-10""},{""time"":60233,""label"":""tour_next"",""step"":5},{""time"":63468,""label"":""cleared_brush"",""using"":""Click""},{""time"":64757,""label"":""tour_next"",""step"":5},{""time"":66351,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678677157889,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":9385}]}",complex,1,0,1,1 -2023-03-12 23:13:51,2023-03-12 23:22:43,0,174.63.59.104,100,531,1,2023-03-12 23:22:43,R_1g7xhCUCoRYIwAy,,,,,38.8503,-104.8567,anonymous,EN,1,3.845,3.845,4.89,1,1,3,2,4.015,10.03,12,2,0,0,15.107,0,73,79,55,10.096,15.234,16.931,3,8.358,12.843,22.021,2,1,1,17.452,34.064,35.878,3,-3,1,33.545,79.583,82.057,3,1,28.569,56.518,57.965,2,0,0,15.007,0,3,7,4,4,5,4,n/a,7.021,22.288,25.593,7,5,5,4,6,5,5,"Although there are no hard data associated with this, it seems like a plausible number of cases based on societal behaviors of vacc/unvacc individuals.",1.643,1.643,45.785,1,2,n/a,3.273,4.861,8.398,2,2,7,3,4,1,5,6,0,0,19.283,0,3,4,10,9,3,7,9,10,n/a,3.87,25.05,28.024,10,4,4,1,1,4,5,2.945,16.356,17.4,6,5,1,3.434,9.009,11.602,2,1,1981,Colorado,7,1,1,,7,,,14,2,1,5e11882114ae638303c715d9@email.prolific.co,2.062,68.993,74.114,17,5e11882114ae638303c715d9,1,"{""startTime"":1678677478424,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678677415910,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678677295689,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":8340,""label"":""tour_next"",""step"":2},{""time"":12829,""label"":""tour_end"",""step"":2},{""time"":18190,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1453,""week"":""1"",""id"":""chart""}]}","{""startTime"":1678677400468,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",moderate,1,0.5,1,0.5 -2023-03-12 22:56:45,2023-03-12 23:22:56,0,72.218.13.127,100,1570,1,2023-03-12 23:22:56,R_vrc5DL09FLrqtGx,,,,,37.11,-76.5115,anonymous,EN,1,4.354,4.354,6.218,1,,,,,,,,3.502,5.235,16.172,3,81,0,0,58.555,160.915,162.121,7,3.079,523.207,527.598,31,-1,-1,3.886,153.52,154.547,8,-1,-1,2.983,9.883,11.081,5,-1,121.291,271.634,272.875,10,6.465,6.465,15.01,1,1,1,1,1,1,1,,3.18,24.473,25.868,9,1,1,1,1,1,1,I don't know how to read them and its too much,2.629,2.629,24.219,1,1,,2.245,10.564,11.685,5,2,7,3,4,1,5,6,3.401,25.825,27.144,3,1,1,1,1,1,1,1,1,,1.623,11.691,12.849,13,5,5,1,1,5,1,1.787,45.974,47.124,11,4,,11.712,14.656,15.865,4,1,1991,Virginia,3,2,1,,3,,,4,3,1,Kwanny757@gmail.com,1.589,114.49,115.691,35,62e6c5d05d354e1f99d612e4,0,"{""startTime"":1678677344631,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":4468},{""label"":""window_focused"",""time"":4679}]}","{""startTime"":1678677302465,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678676435199,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":47,""label"":""tour_started""},{""time"":5255,""label"":""tour_next"",""step"":5},{""time"":30822,""label"":""cleared_brush"",""using"":""Click""},{""time"":34356,""label"":""cleared_brush"",""using"":""Click""},{""time"":35453,""label"":""cleared_brush"",""using"":""Click""},{""time"":38244,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-08-21""},{""time"":39301,""label"":""moved_brush"",""startDate"":""2021-05-25"",""endDate"":""2021-10-10""},{""time"":42953,""label"":""moved_brush"",""startDate"":""2021-07-16"",""endDate"":""2021-12-02""},{""time"":120241,""label"":""moved_brush"",""startDate"":""2021-11-26"",""endDate"":""2021-12-02""},{""time"":128617,""label"":""tour_back"",""step"":5},{""time"":137336,""label"":""tour_next"",""step"":5},{""time"":152775,""label"":""started_brush"",""startDate"":""2021-08-01"",""endDate"":""2021-08-09""},{""time"":154177,""label"":""moved_brush"",""startDate"":""2021-08-01"",""endDate"":""2021-08-24""},{""time"":155300,""label"":""tour_next"",""step"":5},{""label"":""window_blurred"",""time"":173292},{""label"":""window_focused"",""time"":297671},{""label"":""window_blurred"",""time"":355902},{""label"":""window_focused"",""time"":372726},{""time"":379111,""label"":""started_brush"",""startDate"":""2021-07-02"",""endDate"":""2021-08-04""},{""time"":384009,""label"":""moved_brush"",""startDate"":""2021-12-23"",""endDate"":""2022-01-25""},{""time"":385811,""label"":""moved_brush"",""startDate"":""2021-05-03"",""endDate"":""2021-06-05""},{""time"":387342,""label"":""tour_next"",""step"":5},{""time"":469726,""label"":""moved_brush"",""startDate"":""2021-05-03"",""endDate"":""2021-07-04""},{""time"":472175,""label"":""started_brush"",""startDate"":""2021-07-25"",""endDate"":""2021-08-29""},{""time"":474257,""label"":""started_brush"",""startDate"":""2021-09-15"",""endDate"":""2021-10-10""},{""time"":476923,""label"":""started_brush"",""startDate"":""2021-10-19"",""endDate"":""2021-11-11""},{""time"":478237,""label"":""moved_brush"",""startDate"":""2021-10-19"",""endDate"":""2021-11-24""},{""time"":480021,""label"":""started_brush"",""startDate"":""2021-12-02"",""endDate"":""2021-12-19""},{""time"":481942,""label"":""started_brush"",""startDate"":""2022-01-03"",""endDate"":""2022-01-27""},{""time"":483790,""label"":""started_brush"",""startDate"":""2022-01-18"",""endDate"":""2022-02-06""},{""time"":486955,""label"":""started_brush"",""startDate"":""2021-04-17"",""endDate"":""2021-05-17""},{""time"":487712,""label"":""moved_brush"",""startDate"":""2021-04-17"",""endDate"":""2021-05-21""},{""time"":490876,""label"":""started_brush"",""startDate"":""2021-06-13"",""endDate"":""2021-08-03""},{""time"":492244,""label"":""moved_brush"",""startDate"":""2021-06-13"",""endDate"":""2021-11-13""},{""time"":496623,""label"":""moved_brush"",""startDate"":""2021-06-13"",""endDate"":""2021-08-27""},{""time"":549598,""label"":""cleared_brush"",""using"":""Click""},{""time"":550837,""label"":""started_brush"",""startDate"":""2021-11-20"",""endDate"":""2021-12-29""},{""time"":552785,""label"":""started_brush"",""startDate"":""2022-01-16"",""endDate"":""2022-01-29""},{""time"":555244,""label"":""tour_next"",""step"":5},{""time"":563780,""label"":""tour_end"",""step"":5},{""label"":""window_blurred"",""time"":573151},{""label"":""window_focused"",""time"":574314}]}","{""startTime"":1678677286837,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",complex,0,0,0,0 -2023-03-12 23:15:40,2023-03-12 23:28:09,0,47.232.88.100,100,748,1,2023-03-12 23:28:11,R_1n29yspyMQhoH9u,,,,,38.5317,-89.9988,anonymous,EN,1,8.067,8.699,9.225,2,,,,,,,,0,0,15.007,0,78,64,62,12.153,19.951,24.705,4,7.339,159.386,180.754,17,1,1,24.237,35.056,36.535,2,-3,-3,33.324,76.043,77.201,4,1,43.236,43.236,44.386,1,5.56,9.291,16.316,7,5,5,5,4,5,4,This graph's coloring is unpleasant.,6.662,15.888,30.222,7,5,5,4,3,3,4,"It seems scientific, though I don't like the way the data is presented.",2.919,2.919,20.549,1,5,Thank you for the opportunity.,8.927,10.022,20.877,2,2,7,3,4,1,5,6,0,0,20.716,0,6,6,8,7,6,7,8,8,"None, thanks :)",4.121,19.113,23.998,9,4,3,2,2,4,4,2.654,25.091,27.926,11,4,,3.192,3.192,4.862,1,1,1996,Illinois,6,1,1,,7,,,19,5,2,,0.799,111.221,115.448,24,5c7e14531c3cf8001638b5b0,0,"{""startTime"":1678677707067,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678677636794,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_focused"",""time"":32360}]}","{""startTime"":1678677393001,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":17,""label"":""tour_started""},{""time"":10425,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1019,""week"":""1"",""id"":""chart""},{""time"":25195,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1840,""week"":""22"",""id"":""chart""},{""time"":28875,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1139,""week"":""15"",""id"":""chart""},{""time"":31814,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1089,""week"":""15"",""id"":""chart""},{""time"":33168,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1305,""week"":""41"",""id"":""chart""},{""time"":39022,""label"":""tour_next"",""step"":5},{""time"":54060,""label"":""cleared_brush"",""using"":""Click""},{""time"":59193,""label"":""cleared_brush"",""using"":""Click""},{""time"":65386,""label"":""cleared_brush"",""using"":""Click""},{""time"":66358,""label"":""cleared_brush"",""using"":""Click""},{""time"":66844,""label"":""cleared_brush"",""using"":""Click""},{""time"":71884,""label"":""cleared_brush"",""using"":""Click""},{""time"":72982,""label"":""cleared_brush"",""using"":""Click""},{""time"":81694,""label"":""started_brush"",""startDate"":""2021-04-08"",""endDate"":""2021-05-12""},{""time"":84001,""label"":""cleared_brush"",""using"":""Click""},{""time"":88653,""label"":""cleared_brush"",""using"":""Click""},{""time"":102161,""label"":""cleared_brush"",""using"":""Click""},{""time"":104433,""label"":""tour_next"",""step"":5},{""time"":119960,""label"":""cleared_brush"",""using"":""Click""},{""time"":122527,""label"":""cleared_brush"",""using"":""Click""},{""time"":125567,""label"":""cleared_brush"",""using"":""Click""},{""time"":126755,""label"":""cleared_brush"",""using"":""Click""},{""time"":129300,""label"":""cleared_brush"",""using"":""Click""},{""time"":132120,""label"":""cleared_brush"",""using"":""Click""},{""time"":133296,""label"":""cleared_brush"",""using"":""Click""},{""time"":134622,""label"":""cleared_brush"",""using"":""Click""},{""time"":137414,""label"":""cleared_brush"",""using"":""Click""},{""time"":140485,""label"":""cleared_brush"",""using"":""Click""},{""time"":141969,""label"":""moved_brush"",""startDate"":""2021-08-10"",""endDate"":""2021-10-08""},{""time"":144257,""label"":""cleared_brush"",""using"":""Click""},{""time"":148522,""label"":""cleared_brush"",""using"":""Click""},{""time"":149283,""label"":""tour_next"",""step"":5},{""time"":154387,""label"":""cleared_brush"",""using"":""Click""},{""time"":154387,""label"":""cleared_brush"",""using"":""Escape""},{""time"":155376,""label"":""tour_next"",""step"":5},{""time"":159383,""label"":""tour_end"",""step"":5},{""time"":174528,""label"":""started_brush"",""startDate"":""2021-09-05"",""endDate"":""2022-02-07""},{""time"":175447,""label"":""cleared_brush"",""using"":""Click""},{""time"":178739,""label"":""cleared_brush"",""using"":""Click""}]}","{""startTime"":1678677618832,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":13995}]}",complex,1,0,1,1 -2023-03-12 23:18:41,2023-03-12 23:28:31,0,99.9.227.253,100,590,1,2023-03-12 23:28:32,R_2tMAIUb1zU7FkvP,,,,,39.7436,-86.1158,anonymous,EN,1,5.176,24.003,24.998,3,2,,2,2.732,2.732,3.763,1,0,0,15.01,0,50,100,50,11.19,23.246,27.691,3,11.733,21.339,35.77,2,1,-3,25.754,47.199,48.906,2,-3,-3,38.217,74.525,75.402,3,-1,40.488,40.488,41.306,1,0,0,15.027,0,3,7,3,5,5,1,,19.122,41.818,45.423,6,7,5,3,1,1,5,"You told me to assume that I trust the data. I don't, but that's what you told me to do.",3.322,25.757,29.203,5,4,,6.6,6.6,8.599,1,2,7,3,4,1,5,6,0,0,14.586,0,1,1,1,1,1,1,1,1,"I don't trust scientists. I would trust science, except it is performed by humans.",2.816,20.48,39.303,10,1,1,4,5,1,2,8.427,19.182,19.975,6,6,2,2.201,12.944,14.277,2,2,1977,Indiana,7,3,1,,8,Indianapolis,,10,4,2,,2.596,67.952,74.298,31,55cb79e0fdf99b3c26ae4bca,1,"{""startTime"":1678677706055,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":1338},{""label"":""window_focused"",""time"":8098}]}","{""startTime"":1678677751942,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678677605058,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":17,""label"":""tour_started""},{""time"":11727,""label"":""tour_next"",""step"":2},{""time"":21333,""label"":""tour_end"",""step"":2},{""time"":26488,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1269,""week"":""1"",""id"":""chart2""},{""time"":27927,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1974,""week"":""1"",""id"":""chart""},{""time"":29963,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3538,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678677690558,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",simple,0.5,0,0,0.5 -2023-03-12 23:20:47,2023-03-12 23:31:34,0,66.61.113.24,100,646,1,2023-03-12 23:31:36,R_3hyC0Rwbk7iPMzb,,,,,40.8784,-82.6541,anonymous,EN,1,13.969,13.969,15.408,1,,,,,,,,0,0,15.009,0,83,82,70,8.892,16.484,17.495,3,14.548,20.867,35.593,2,-2,1,10.414,33.173,34.177,4,-3,-3,27.339,66.275,69.218,2,1,24.252,24.252,33.569,1,0,0,15.11,0,5,4,5,5,6,5,,11.943,21.807,25.118,6,6,6,6,6,6,6,I trust this visualization,1.382,18.294,34.505,2,3,,7.944,7.944,15.053,1,2,7,3,4,1,5,6,39.488,39.488,54.797,1,3,5,4,4,1,5,10,11,,4.383,16.248,18.476,8,4,4,2,3,4,4,8.911,37.878,39.37,7,4,,5.913,5.913,7.654,1,1,1998,Ohio,2,2,1,,7,,,4,3,1,Zemaus2014@gmail.com,1.274,127.273,153.864,43,63d80e0449b458dd5f8140be,0,"{""startTime"":1678677860351,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678677789034,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_focused"",""time"":580},{""label"":""window_blurred"",""time"":8079},{""label"":""window_focused"",""time"":20745},{""label"":""window_blurred"",""time"":22526},{""label"":""window_focused"",""time"":26007}]}","{""startTime"":1678677702874,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":7198,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1417,""week"":""48"",""id"":""chart""},{""time"":9631,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1750,""week"":""1"",""id"":""chart""},{""time"":14542,""label"":""tour_next"",""step"":2},{""time"":17698,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1050,""week"":""2"",""id"":""chart2""},{""time"":20862,""label"":""tour_end"",""step"":2},{""time"":23060,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2274,""week"":""50"",""id"":""chart2""},{""time"":29872,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1626,""week"":""32"",""id"":""chart2""}]}","{""startTime"":1678677773491,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":15157}]}",simple,0.5,0,1,0.5 -2023-03-12 23:21:18,2023-03-12 23:33:09,0,24.193.135.1,100,710,1,2023-03-12 23:33:10,R_1QLPEXxUJgrVGxr,,,,,40.6001,-73.7497,anonymous,EN,1,13.707,15.215,16.283,3,,,,,,,,0,0,15.114,0,44,21,12,18.152,38.536,39.706,6,5.019,32.713,35.238,5,-1,-1,23.4,30.728,31.685,4,1,-1,12.59,77.952,78.937,8,-1,16.646,25.646,26.402,4,3.027,10.492,15.021,3,3,3,3,1,2,3,none,1.511,35.229,38.681,10,1,1,1,1,1,3,I don't know if these are actually facts or its random data.,3.366,38.089,42.693,2,5,none,12.474,22.165,23.891,5,2,7,3,4,1,5,6,10.08,26.054,26.986,3,5,5,8,7,7,7,8,10,none,6.735,31.863,34.75,12,1,3,1,2,2,3,9.692,44.911,46.701,8,2,,8.797,23.841,25.406,3,1,1979,New York,3,1,1,,8,Rockaway Park,,9,2,1,hulu9760@gmail.com,3.828,146.819,147.803,28,63f2e107c4d0bc684b99d2c6,0,"{""startTime"":1678677852171,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678677891525,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678677721221,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":31,""label"":""tour_started""},{""time"":14958,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1069,""week"":""45"",""id"":""chart""},{""time"":17465,""label"":""tour_next"",""step"":2},{""time"":23741,""label"":""tour_end"",""step"":2},{""time"":26825,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2907,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678677836494,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",moderate,0,0.5,0,0.5 -2023-03-12 23:24:07,2023-03-12 23:33:12,0,67.182.177.152,100,544,1,2023-03-12 23:33:13,R_1oBenWNiEBzuFqv,,,,,37.6752,-120.9465,anonymous,EN,1,5.432,5.432,6.439,1,,,,,,,,0,0,15.014,0,100,100,78,4.267,15.84,18.502,6,17.73,23.842,50.437,2,-1,1,15.123,29.58,32.37,10,-3,-3,25.857,55.243,55.679,3,1,20.576,20.576,22.401,1,0,0,15.02,0,5,4,6,4,5,5,,5.892,28.831,39.586,9,4,4,5,2,7,6,I don't think that there is any reason for anyone to lie about the data on the visualization. The graph seems like it has accurate information.,2.808,2.808,27.35,1,6,When using the interactive graph a box with information got stuck open and appeared on every page of the survey and blocked some of the information on the other graphs.,5.339,6.51,58.924,2,2,7,3,4,1,5,6,0,0,16.184,0,1,1,2,4,1,3,11,10,,6.5,17.155,19.535,8,3,3,1,2,5,3,12.012,27.595,28.6,7,1,,8.084,8.084,9.656,1,2,1989,California,7,2,1,,9,,Modesto,11,4,1,ccarpenter117@gmail.com,2.292,72.317,76.579,43,5fb54678abd965015f4ae7b7,0,"{""startTime"":1678678036782,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678076930,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678677913946,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":4788,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2724,""week"":""2"",""id"":""chart""},{""time"":8612,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2563,""week"":""52"",""id"":""chart""},{""time"":15497,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1490,""week"":""42"",""id"":""chart""},{""time"":17725,""label"":""tour_next"",""step"":2},{""time"":23837,""label"":""tour_end"",""step"":2},{""time"":24660,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1489,""week"":""52"",""id"":""chart""},{""time"":27960,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8942,""week"":""52"",""id"":""chart""},{""time"":37693,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1658,""week"":""51"",""id"":""chart""},{""time"":45254,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1252,""week"":""6"",""id"":""chart""}]}","{""startTime"":1678678021174,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":4315,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1159,""week"":""3"",""id"":""chart""},{""time"":5799,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8297,""week"":""2"",""id"":""chart""}]}",moderate,0.5,0,1,0 -2023-03-12 23:24:38,2023-03-12 23:34:35,0,98.15.201.132,100,597,1,2023-03-12 23:34:36,R_232a0FWkOGkpCHe,,,,,41.3944,-74.3332,anonymous,EN,1,1.555,10.598,11.446,2,1,2,2,2.014,5.642,10.971,2,0,0,15.057,0,100,100,52,18.006,31.495,32.374,5,6.551,13.324,17.277,2,1,1,29.048,43.03,44.957,3,-3,-3,17.587,90.501,110.904,4,1,32.729,34.196,37.153,2,0,0,15.022,0,6,3,3,6,6,6,,7.509,21.02,24.923,7,6,6,6,5,5,6,it's from the CDC,3.819,3.819,13.055,1,4,,6.822,6.822,9.987,1,2,7,3,4,1,5,6,0,0,26.238,0,1,6,1,6,1,1,11,10,,9.226,28.035,29.987,9,2,3,3,3,1,3,18.426,53.374,55.464,8,2,2,0.846,17.403,19.213,3,1,1999,New York,3,3,1,,7,,,18,4,2,,4.296,59.028,63.531,13,640e11f99076926cad445e1e,1,"{""startTime"":1678678109673,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678135861,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678677963933,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":73,""label"":""tour_started""},{""time"":6518,""label"":""tour_next"",""step"":2},{""time"":13289,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678678093639,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":10598,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1286,""week"":""34"",""id"":""chart""}]}",moderate,1,0,1,0 -2023-03-12 23:27:36,2023-03-12 23:34:43,0,98.188.190.24,100,427,1,2023-03-12 23:34:44,R_vOdpQIc9BfTck13,,,,,36.0344,-114.9705,anonymous,EN,1,3.238,3.238,4.038,1,1,2,2,0,0,3.885,0,0,0,15.109,0,82,92,71,8.78,12.25,13.495,3,7.267,22.262,28.164,3,-3,1,49.89,64.784,68.391,3,1,-3,11.718,34.021,35.245,3,1,26.271,26.542,29.427,2,0,0,15.013,0,4,4,5,5,5,5,,7.369,19.047,20.669,8,4,5,5,3,4,4,"It states the source and the source should be somewhere that I trust. But then again, anyone can claim the source is from this place but not be true.",2.188,2.188,32.294,1,5,,4.92,4.92,6.203,1,2,7,3,4,1,5,6,0,0,16.968,0,6,7,8,9,7,6,10,10,,0,0,15.407,0,2,2,3,3,3,4,0,0,14.665,0,2,2,0,0,11.077,0,1,1991,Nevada,5,2,1,,7,,,6,4,2,,6.575,54.494,58.62,16,5e1f7b2a4c9b832b34e7c9d3,1,"{""startTime"":1678678217431,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678238594,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678104502,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":7260,""label"":""tour_next"",""step"":2},{""time"":13170,""label"":""tour_end"",""step"":2},{""time"":13848,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1849,""week"":""41"",""id"":""chart""},{""time"":18005,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3779,""week"":""52"",""id"":""chart""},{""time"":22990,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1110,""week"":""52"",""id"":""chart2""}]}","{""startTime"":1678678201902,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":3779,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2195,""week"":""52"",""id"":""chart2""},{""time"":13131,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1949,""week"":""52"",""id"":""chart""}]}",simple,0.5,0.5,1,0.5 -2023-03-12 23:23:49,2023-03-12 23:34:45,0,69.23.103.128,100,655,1,2023-03-12 23:34:45,R_9N8K5fxwjCP8WUp,,,,,44.2433,-88.3564,anonymous,EN,1,16.133,16.133,16.992,1,1,1,1,7.671,9.382,10.881,2,0,0,15.015,0,67,80,46,12.995,19.307,20.105,3,6.762,9.769,11.552,2,1,1,42.179,53.51,55.082,2,-3,-3,31.421,49.691,50.945,2,-2,137.619,137.619,139.096,1,0,0,15.009,0,4,4,4,4,4,4,,10.313,13.346,16.033,6,6,6,6,6,6,6,its easy to understand,1.964,1.964,13.635,1,4,,5.498,5.498,7.451,1,2,7,3,4,1,5,6,0,0,14.031,0,9,9,9,9,9,9,9,9,,6.364,11.657,13.819,8,1,1,5,4,1,1,18.047,31.376,33.123,7,4,2,3.259,7.689,8.839,2,2,1988,Wisconsin,4,2,1,,7,,,4,5,1,dmharrington37@gmail.com,2.274,55.15,59.285,16,5e8681d1fc96dd135df99ee6,1,"{""startTime"":1678678132993,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678096926,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678013117,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":35,""label"":""tour_started""},{""time"":4508,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1481,""week"":""50"",""id"":""chart""},{""time"":6746,""label"":""tour_next"",""step"":2},{""time"":9752,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678678081155,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":5054,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3108,""week"":""51"",""id"":""chart2""}]}",simple,1,0,0,1 -2023-03-12 23:20:27,2023-03-12 23:34:49,0,72.219.78.66,100,861,1,2023-03-12 23:34:50,R_2E77mJLu1PZxmrB,,,,,33.6128,-117.6622,anonymous,EN,1,257.195,261.504,263.171,8,,,,,,,,2.897,2.897,15.008,1,100,100,50,0.268,25.943,27.821,11,4.666,50.06,51.297,9,1,1,1.737,34.862,36.016,10,-3,-3,2.17,42.613,43.852,16,1,2.34,41.594,42.679,5,2.139,5.526,15.014,2,3,4,4,4,5,5,,3.668,25.589,26.769,11,5,5,5,1,3,5,I have no reason not to believe the information presented to me,2.834,4.96,18.405,3,6,,3.012,7.291,8.539,5,2,7,3,4,1,5,6,4.853,13.59,14.383,4,3,6,6,5,6,7,9,9,,3.331,20.309,21.395,14,4,4,2,2,4,4,4.579,17.93,23.647,10,2,,1.92,3.662,4.752,3,2,1972,California,7,1,1,,7,,,13,4,1,5b894987e79bf50001e1ff95@email.prolific.co,1.438,57.519,60.592,28,5b894987e79bf50001e1ff95,0,"{""startTime"":1678678227596,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678046916,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":2811},{""label"":""window_focused"",""time"":18550}]}","{""startTime"":1678677943121,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":20,""label"":""tour_started""},{""time"":9347,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1534,""week"":""45"",""id"":""chart""},{""time"":10981,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1183,""week"":""43"",""id"":""chart""},{""time"":15155,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2518,""week"":""52"",""id"":""chart""},{""time"":18835,""label"":""tour_next"",""step"":2},{""time"":27058,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1968,""week"":""2"",""id"":""chart2""},{""time"":30309,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1299,""week"":""6"",""id"":""chart2""},{""time"":34727,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1367,""week"":""33"",""id"":""chart2""},{""time"":38060,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1734,""week"":""51"",""id"":""chart2""},{""time"":48377,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678678031338,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",simple,1,0,1,1 -2023-03-12 23:18:58,2023-03-12 23:35:53,0,68.46.90.139,100,1014,1,2023-03-12 23:35:53,R_12hI9VBFMasfujl,,,,,45.2377,-93.2765,anonymous,EN,1,4.713,4.713,5.931,1,1,2,2,1.156,3.865,4.54,2,0,0,15.108,0,100,83,74,7.366,10.813,11.681,4,5.419,10.564,29.676,2,1,-3,43.639,52.458,53.221,2,-3,1,2.678,63.067,64.499,22,-3,9.856,30.99,32.543,2,0,0,15.006,0,4,3,4,6,5,6,,9.36,20.596,22.355,8,4,5,5,7,7,5,"The data makes sense to me, and I like that the axes are consistent. ",1.576,2.701,17.227,2,4,,4.55,7.829,8.593,5,2,7,3,4,1,5,6,12.181,17.225,338.68,2,3,7,9,9,6,8,11,10,,8.308,18.724,20.227,11,5,4,1,1,5,5,5.497,19.959,20.909,7,5,3,3.215,22.974,23.612,6,1,1991,Minnesota,6,1,1,,4,,,17,3,1,jondeyoung@outlook.com,2.478,51.821,53.622,20,63e081512a825f68bcfdc757,1,"{""startTime"":1678677742181,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678677682668,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678677583539,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":5413,""label"":""tour_next"",""step"":2},{""time"":10558,""label"":""tour_end"",""step"":2},{""time"":11288,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1204,""week"":""52"",""id"":""chart2""},{""time"":12800,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5512,""week"":""52"",""id"":""chart""},{""time"":21768,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1551,""week"":""52"",""id"":""chart2""}]}","{""startTime"":1678677667197,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":4523,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2041,""week"":""52"",""id"":""chart""}]}",simple,0.5,0.5,0,0.5 -2023-03-12 23:28:32,2023-03-12 23:36:14,0,67.182.64.231,100,461,1,2023-03-12 23:36:14,R_1GTxX0GlJFNNFW0,,,,,38.581,-121.4939,anonymous,EN,1,3.81,3.81,5.286,1,1,2,2,1.3,3.039,3.771,2,0,0,15.106,0,93,100,100,9.137,21.555,25.537,4,7.66,27.213,27.798,8,1,1,30.061,37.085,38.165,2,-3,-3,6.334,61.197,62.194,8,1,14.76,24.468,25.453,2,12.633,12.633,15.013,1,7,3,7,6,6,7,,8.477,21.922,24.313,7,5,6,6,1,3,6,"It said ""Assuming you trust the information"". So, assuming I trust the actual numbers, I do not feel the visualization was doing anything to try and misrepresent those numbers.",4.112,54.249,54.914,8,6,,4.327,4.327,6.098,1,2,7,3,4,1,5,6,0,0,13.487,0,1,1,10,10,1,6,9,10,,3.709,16.595,17.84,9,4,3,3,3,3,4,8.999,20.643,23.197,6,6,2,2.274,8.147,10.305,2,1,1998,California,6,3,1,,7,,,19,4,1,640e54837a907926a3ee82aa@email.prolific.co,1.974,40.906,44.805,12,640e54837a907926a3ee82aa,1,"{""startTime"":1678678362848,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678280493,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":4168},{""label"":""window_focused"",""time"":10171}]}","{""startTime"":1678678173446,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":13477,""label"":""tour_next"",""step"":2},{""time"":19000,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678678264865,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":8252},{""label"":""window_focused"",""time"":12520}]}",moderate,1,0,1,0 -2023-03-12 23:21:52,2023-03-12 23:37:08,0,70.123.36.249,100,915,1,2023-03-12 23:37:08,R_phC14PS2rTiRoQN,,,,,30.2627,-97.7467,anonymous,EN,1,24.594,25.097,26.107,2,1,3,2,4.335,7.035,8.327,2,0,0,15.118,0,100,100,85,5.001,26.061,26.705,5,15.673,19.115,59.331,2,1,1,27.588,40,41.772,2,-3,-3,66.148,179.527,183.465,11,1,42.651,42.651,44.387,1,2.257,2.257,15.02,1,6,5,6,6,6,5,,3.285,64.549,67.716,9,6,5,5,3,4,5,Seems to align with scientific data in regards to the efficacy of the covid-19 vaccine. The only reason I didn't put strong agree is because I just in general try not to believe everything I see on the internet without fact-checking.,2.796,2.796,83.443,1,2,,7.827,10.966,17.232,4,2,7,3,4,1,5,6,0,0,28.249,0,1,1,1,1,4,1,10,8,,12.421,45.526,70.88,14,3,3,1,1,4,5,10.432,38.53,40.2,6,1,2,13.917,29.047,31.405,5,1,1991,Texas,6,1,1,,7,,,6,4,1,noah.k423@yahoo.com,5.83,85.267,86.823,22,610878f08e2b6c83ea3905da,1,"{""startTime"":1678678066270,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678134441,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678677807199,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":11103,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3509,""week"":""50"",""id"":""chart""},{""time"":15667,""label"":""tour_next"",""step"":2},{""time"":19110,""label"":""tour_end"",""step"":2},{""time"":22691,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2095,""week"":""52"",""id"":""chart""},{""time"":25619,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2858,""week"":""6"",""id"":""chart""},{""time"":30673,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":26157,""week"":""6"",""id"":""chart""}]}","{""startTime"":1678678050792,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",moderate,1,0,1,0 -2023-03-12 23:25:56,2023-03-12 23:37:26,0,76.132.72.146,100,690,1,2023-03-12 23:37:26,R_RklXsEeQFmhn1Yt,,,,,37.3177,-122.0438,anonymous,EN,1,16.873,16.873,17.646,1,1,3,1,3.622,6.369,7.198,2,0,0,15.125,0,79,19,66,4.145,19.756,22.839,4,17.484,62.034,91.94,7,1,-3,41.411,49.14,63.565,2,1,-1,66.877,90.365,91.134,3,1,34.255,34.255,37,1,6.663,7.46,15.016,2,4,5,5,4,3,4,,3.225,27.433,29.484,13,4,7,4,2,2,4,"I think it looks accurate to my knowledge, but it needs to indicate the source for me to say that I fully trust the visualization.",2.051,14.671,58.231,6,5,,1.536,10.971,12.898,3,2,7,3,4,1,5,6,0,0,25.82,0,6,4,8,5,9,3,10,11,,5.363,18.754,20.608,10,3,2,2,3,4,2,14.558,32.854,33.833,10,3,1,2.4,6.881,9,2,1,2005,California,1,3,1,,2,,,13,3,2,,2.387,80.651,86.323,31,63d8548b51a28912d9fba859,1,"{""startTime"":1678678175150,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678205355,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":11354,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1143,""week"":""51"",""id"":""chart""},{""time"":13157,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1038,""week"":""50"",""id"":""chart""}]}","{""startTime"":1678678030028,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":23,""label"":""tour_started""},{""time"":9015,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1696,""week"":""3"",""id"":""chart""},{""time"":11097,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4045,""week"":""3"",""id"":""chart""},{""time"":17478,""label"":""tour_next"",""step"":5},{""time"":25298,""label"":""cleared_brush"",""using"":""Click""},{""time"":28148,""label"":""started_brush"",""startDate"":""2021-05-30"",""endDate"":""2021-11-01""},{""time"":31045,""label"":""tour_next"",""step"":5},{""time"":34967,""label"":""moved_brush"",""startDate"":""2021-06-14"",""endDate"":""2021-11-17""},{""time"":36339,""label"":""moved_brush"",""startDate"":""2021-06-14"",""endDate"":""2021-08-26""},{""time"":37606,""label"":""tour_next"",""step"":5},{""time"":41698,""label"":""cleared_brush"",""using"":""Click""},{""time"":43648,""label"":""tour_next"",""step"":5},{""time"":48285,""label"":""tour_end"",""step"":5},{""time"":51762,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1279,""week"":""6"",""id"":""chart""},{""time"":53389,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1184,""week"":""6"",""id"":""chart""},{""time"":58930,""label"":""started_brush"",""startDate"":""2022-01-01"",""endDate"":""2022-02-07""},{""time"":65107,""label"":""cleared_brush"",""using"":""Click""},{""time"":71467,""label"":""started_brush"",""startDate"":""2021-04-06"",""endDate"":""2021-07-30""},{""time"":76015,""label"":""moved_brush"",""startDate"":""2021-04-06"",""endDate"":""2021-07-03""},{""time"":76934,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1169,""week"":""15"",""id"":""chart""},{""time"":79575,""label"":""cleared_brush"",""using"":""Click""},{""time"":86310,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1850,""week"":""1"",""id"":""chart""}]}","{""startTime"":1678678159699,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":10667,""label"":""started_brush"",""startDate"":""2021-10-28"",""endDate"":""2022-01-07""},{""time"":11908,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1184,""week"":""44"",""id"":""chart""}]}",complex,0.5,0.5,1,1 -2023-03-12 23:25:24,2023-03-12 23:37:30,0,76.107.134.196,100,725,1,2023-03-12 23:37:30,R_1kXN6Klz7fR2rnW,,,,,35.1499,-90.0558,anonymous,EN,1,120.172,120.172,130.937,1,,,,,,,,0,0,15.008,0,73,87,67,34.938,40.251,41.383,3,15.937,19.254,28.285,2,1,1,27.499,44.182,48.434,3,1,-3,22.301,57.135,58.784,2,1,52.703,52.703,54.101,1,0,0,15.109,0,5,7,5,7,5,5,It does not say why there were so many pests certain weeks. ,9.528,70.652,71.118,9,5,5,5,7,2,5,"It is clear, especially because you can see exact numbers by hovering over it, plus it is weekly data so it is easy to compare each week. ",1.346,1.346,41.127,1,5,,6.559,9.81,11.471,5,2,7,3,4,1,5,6,0,0,21.209,0,2,2,3,3,2,4,3,3,,10.766,21.634,26.618,8,4,4,2,2,4,3,13.797,31.681,33.243,6,5,,7.429,7.429,9.326,1,2,2001,Tennessee,3,1,1,,7,,,15,2,1,Ldpursuit8@gmail.com,2.435,62.56,66.245,19,6108bfbf2e07c5612eb90182,0,"{""startTime"":1678678291745,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678222825,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678119400,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":20,""label"":""tour_started""},{""time"":9797,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2677,""week"":""1"",""id"":""chart""},{""time"":13253,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1141,""week"":""51"",""id"":""chart""},{""time"":15935,""label"":""tour_next"",""step"":2},{""time"":19249,""label"":""tour_end"",""step"":2},{""time"":21420,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2265,""week"":""1"",""id"":""chart""},{""time"":23756,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1131,""week"":""2"",""id"":""chart""}]}","{""startTime"":1678678207222,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":2875,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5289,""week"":""2"",""id"":""chart""},{""time"":10273,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1076,""week"":""3"",""id"":""chart""}]}",moderate,1,0.5,1,0.5 -2023-03-12 23:28:33,2023-03-12 23:38:19,0,98.213.160.72,100,586,1,2023-03-12 23:38:19,R_Zn6w6YOyxBWXxLP,,,,,41.8482,-87.6521,anonymous,EN,1,3.813,3.813,5.28,1,1,4,2,1.977,3.383,4.59,2,0,0,15.013,0,98,100,99,7.467,17.34,18.84,7,10.209,13.887,19.414,2,1,-3,19.474,27.817,29.972,2,1,1,22.264,96.746,98.745,4,1,37.925,37.925,40.144,1,0,0,15.013,0,5,3,3,6,7,3,,5.194,17.785,20.116,6,5,7,7,7,4,7,It took me a second to realize the stacked nature of the bars makes it difficult to compare populations visually. Weeks where both populations spiked make the unvaccinated population look disproportionately higher,3.893,3.893,44.397,1,5,,9.91,11.624,19.332,2,2,7,3,4,1,5,6,0,0,24.554,0,2,5,2,5,4,9,10,11,,3.378,27.85,29.112,11,4,1,2,2,4,4,13.993,37.777,59.896,8,5,2,3.458,8.911,10.473,2,1,1993,Illinois,6,3,1,,2,,,16,2,1,615a1d9297d4e05d6df9da22@email.prolific.co,2.864,74.154,92.474,14,615a1d9297d4e05d6df9da22,1,"{""startTime"":1678678365414,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678300160,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678165756,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":10157,""label"":""tour_next"",""step"":2},{""time"":13835,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678678284785,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":5890,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6110,""week"":""1"",""id"":""chart""},{""time"":12464,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1038,""week"":""2"",""id"":""chart""}]}",moderate,0.5,1,1,1 -2023-03-12 23:28:03,2023-03-12 23:39:53,0,71.1.156.211,100,709,1,2023-03-12 23:39:54,R_1Hdi1kTkTuBg3L6,,,,,28.9108,-81.5248,anonymous,EN,1,18.39,19.194,69.04,2,,,,,,,,0,0,15.03,0,85,42,41,10.359,47.872,52.363,7,7.108,31.479,46.334,3,-2,1,32.204,43.454,45.059,2,-3,-3,34.649,68.412,70.94,2,1,34.365,34.365,36.541,1,0,0,15.164,0,3,2,3,4,4,4,What happened the week of December 27th? How does that compare to previous Decembers?,16.939,39.395,60.094,7,4,4,3,1,1,4,"I have no reason not to, but then I don't care enough to fact check it.",2.458,2.458,19.649,1,6,,4.188,5.608,8.02,4,2,7,3,4,1,5,6,0,0,21.056,0,1,3,1,2,3,1,8,8,,3.963,21.472,33.42,11,2,2,1,4,2,3,4.252,23.461,25.249,8,1,,1.478,1.478,4.554,1,1,1989,Florida,7,1,1,,7,,,1,3,1,steven.michael.osborne@gmail.com,0.027,76.343,80.77,17,63e5ffdf639ebdcf35aacb09,0,"{""startTime"":1678678392272,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678344402,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678231009,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":410,""label"":""tour_started""},{""time"":11426,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4840,""week"":""51"",""id"":""chart""},{""time"":18673,""label"":""tour_next"",""step"":2},{""time"":22542,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2123,""week"":""52"",""id"":""chart2""},{""time"":24700,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3115,""week"":""1"",""id"":""chart2""},{""time"":30986,""label"":""tour_end"",""step"":2},{""time"":36443,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1571,""week"":""5"",""id"":""chart2""},{""time"":39331,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1895,""week"":""52"",""id"":""chart""},{""time"":43010,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1002,""week"":""52"",""id"":""chart2""}]}","{""startTime"":1678678326559,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",simple,0.5,0,1,0.5 -2023-03-12 23:23:18,2023-03-12 23:40:22,0,68.32.110.193,100,1023,1,2023-03-12 23:40:22,R_1kLGitbJyAuEvO8,,,,,36.3403,-86.7195,anonymous,EN,1,33.895,33.895,35.377,1,1,3,1,1.371,2.953,4.047,2,0,0,15.009,0,92,60,72,10.978,30.638,33.836,4,13.373,84.304,97.665,14,-2,1,30.528,85.234,86.676,2,-3,-3,51.9,132.617,135.416,7,-3,176.554,187.84,189.185,4,0,0,15.112,0,6,5,6,6,5,5,,26.708,42.009,44.402,6,5,6,5,5,5,6,I trust it because of the data that is presented within it.,1.503,36.343,36.852,2,6,,5.422,5.422,6.767,1,2,7,3,4,1,5,6,0,0,12.5,0,5,7,7,7,7,8,10,9,,15.578,113.777,116.089,11,4,4,2,2,5,4,7.275,29.421,30.688,6,2,2,59.064,67.693,69.074,3,2,1994,Tennessee,7,3,1,,7,,,7,3,1,taylor.flutist@gmail.com,1.653,39.692,47.131,19,612fea78b655df755fe7db24,1,"{""startTime"":1678678266094,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678202510,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678677898925,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":19,""label"":""tour_started""},{""time"":11244,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1147,""week"":""51"",""id"":""chart""},{""time"":13364,""label"":""tour_next"",""step"":5},{""time"":18995,""label"":""started_brush"",""startDate"":""2021-08-09"",""endDate"":""2021-11-25""},{""time"":21202,""label"":""tour_next"",""step"":5},{""time"":24567,""label"":""moved_brush"",""startDate"":""2021-05-22"",""endDate"":""2021-09-07""},{""time"":28964,""label"":""moved_brush"",""startDate"":""2021-05-22"",""endDate"":""2021-09-07""},{""time"":30285,""label"":""moved_brush"",""startDate"":""2021-05-22"",""endDate"":""2021-11-08""},{""time"":31285,""label"":""tour_next"",""step"":5},{""time"":43171,""label"":""cleared_brush"",""using"":""Click""},{""time"":43171,""label"":""cleared_brush"",""using"":""Escape""},{""time"":44384,""label"":""tour_next"",""step"":5},{""label"":""window_blurred"",""time"":48693},{""label"":""window_focused"",""time"":63159},{""time"":65384,""label"":""tour_end"",""step"":5},{""time"":70750,""label"":""started_brush"",""startDate"":""2021-04-24"",""endDate"":""2021-05-27""},{""time"":75667,""label"":""moved_brush"",""startDate"":""2021-09-18"",""endDate"":""2021-10-22""},{""time"":77457,""label"":""moved_brush"",""startDate"":""2021-07-06"",""endDate"":""2021-08-09""},{""time"":79781,""label"":""cleared_brush"",""using"":""Click""},{""time"":81320,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1433,""week"":""50"",""id"":""chart""},{""time"":93621,""label"":""started_brush"",""startDate"":""2021-04-18"",""endDate"":""2021-05-30""},{""time"":95884,""label"":""cleared_brush"",""using"":""Click""},{""time"":95884,""label"":""cleared_brush"",""using"":""Escape""}]}","{""startTime"":1678678186793,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":8275,""label"":""started_brush"",""startDate"":""2021-10-18"",""endDate"":""2022-01-08""},{""time"":14214,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1324,""week"":""52"",""id"":""chart""}]}",complex,0.5,0,0,0 -2023-03-12 23:31:56,2023-03-12 23:40:23,0,68.84.26.109,100,507,1,2023-03-12 23:40:23,R_1Qa84VBi0xYwevQ,,,,,30.4274,-84.258,anonymous,EN,1,3.855,3.855,5.043,1,1,1,1,1.704,4.596,5.858,3,0,0,15.011,0,100,100,69,9.358,13.285,14.641,3,30.121,39.163,40.672,2,-2,1,20.467,38.029,39.875,2,-3,-3,30.491,46.522,47.984,2,1,23.815,23.815,27.216,1,0,0,15.014,0,3,3,3,6,6,5,,7.974,33.38,38.729,12,4,6,4,2,3,5,It seems pretty logical... as to the timing and pattern of cases.,3.785,4.765,22.552,2,5,,4.59,8.174,10.324,3,2,7,3,4,1,5,6,0,0,20.791,0,5,7,6,5,9,6,9,9,,11.737,31.093,33.306,11,5,5,1,1,5,5,4.226,23.786,24.682,7,3,1,26.103,31.842,34.556,2,1,1985,Florida,6,3,1,,7,,,10,4,1,60f66877a0a732b6dbe3485d@email.prolific.co,2.368,53.332,55.711,13,60f66877a0a732b6dbe3485d,1,"{""startTime"":1678678465073,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678504675,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678367373,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":17,""label"":""tour_started""},{""time"":24607,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4312,""week"":""52"",""id"":""chart""},{""time"":30117,""label"":""tour_next"",""step"":2},{""time"":37059,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1315,""week"":""52"",""id"":""chart2""},{""time"":39159,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678678449639,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",simple,0.5,0,1,0.5 -2023-03-12 23:32:28,2023-03-12 23:40:41,0,67.82.209.97,100,492,1,2023-03-12 23:40:42,R_27JNXmmIg4vq0e6,,,,,40.5582,-74.5262,anonymous,EN,1,10.739,15.666,16.989,3,,,,,,,,9.869,14.437,15.024,5,58,41,46,3.911,10.531,11.393,9,3.507,14.643,15.551,6,1,1,18.02,25.106,27.306,3,1,-2,11.069,53.451,54.958,5,1,33.834,33.834,35.188,1,0,0,15.02,0,4,4,2,4,4,4,,4.766,10.509,12.371,7,4,3,2,4,4,4,"It looks easy to follow, but anyone can bend data.",1.454,1.454,12.691,1,4,,2.748,4.089,5.201,3,2,7,3,4,1,5,6,4.843,15.248,16.24,2,6,7,3,6,2,7,6,5,,3.62,10.302,11.594,10,3,3,2,3,4,4,1.863,11.068,11.569,10,2,,3.275,3.712,6.4,2,1,1989,New Jersey,7,2,1,,7,,,9,4,1,tmeyer2@gmail.com,2.084,120.688,122.407,59,601e13b872774f263d64acac,0,"{""startTime"":1678678575966,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678545780,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_focused"",""time"":3423}]}","{""startTime"":1678678457491,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":37,""label"":""tour_started""},{""time"":5037,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1643,""week"":""2"",""id"":""chart""},{""time"":11926,""label"":""tour_next"",""step"":2},{""time"":13508,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678678529647,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":5341}]}",moderate,1,0.5,1,0.5 -2023-03-12 23:28:01,2023-03-12 23:41:03,0,71.8.83.241,100,782,1,2023-03-12 23:41:04,R_3KBz2hTjMzmmyrM,,,,,33.2663,-86.902,anonymous,EN,1,11.97,11.97,13.865,1,,,,,,,,0,0,15.1,0,100,85,93,8.236,11.946,14.001,3,17.54,66.937,87.375,7,1,1,1.464,36.824,37.58,16,-3,-3,1.068,71.463,72.237,32,-2,38.047,81.245,83.602,2,0,0,15.093,0,6,5,5,6,6,6,"I've never seen such a well detailed interactive graph such as this before. I will say for such large amounts of data with many variables, the interactive slider is needed. ",7.385,17.02,50.915,7,5,6,6,3,1,6,"Very detailed, nicely organized with plenty of information.",1.687,1.687,15.101,1,4,,6.349,6.349,8.653,1,2,7,3,4,1,5,6,0,0,28.455,0,4,4,5,8,5,4,10,10,,6.023,18.424,20.721,8,4,5,1,1,5,5,8.672,26.092,27.389,6,2,,5.8,5.8,7.879,1,2,1999,Alabama,6,2,1,,8,Frisco City,,5,3,1,phimujessica@gmail.com,2.507,218.006,218.608,103,61706d258625bf685b7d6902,0,"{""startTime"":1678678324658,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678397249,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678135589,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":119,""label"":""tour_started""},{""time"":7721,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1400,""week"":""43"",""id"":""chart""},{""time"":17508,""label"":""tour_next"",""step"":5},{""time"":24050,""label"":""cleared_brush"",""using"":""Click""},{""time"":24815,""label"":""cleared_brush"",""using"":""Click""},{""time"":25867,""label"":""cleared_brush"",""using"":""Click""},{""time"":26809,""label"":""started_brush"",""startDate"":""2021-06-30"",""endDate"":""2021-08-28""},{""time"":28467,""label"":""tour_next"",""step"":5},{""time"":34442,""label"":""moved_brush"",""startDate"":""2021-06-30"",""endDate"":""2021-08-05""},{""time"":35425,""label"":""tour_next"",""step"":5},{""time"":39821,""label"":""moved_brush"",""startDate"":""2021-07-16"",""endDate"":""2021-08-22""},{""time"":41510,""label"":""cleared_brush"",""using"":""Click""},{""time"":41510,""label"":""cleared_brush"",""using"":""Escape""},{""time"":41872,""label"":""cleared_brush"",""using"":""Click""},{""time"":41873,""label"":""cleared_brush"",""using"":""Escape""},{""time"":52702,""label"":""tour_next"",""step"":5},{""time"":57285,""label"":""tour_end"",""step"":5},{""time"":61258,""label"":""started_brush"",""startDate"":""2021-06-10"",""endDate"":""2021-10-07""},{""time"":64858,""label"":""moved_brush"",""startDate"":""2021-06-10"",""endDate"":""2021-09-30""},{""time"":66273,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1077,""week"":""31"",""id"":""chart""},{""time"":72563,""label"":""moved_brush"",""startDate"":""2021-07-26"",""endDate"":""2021-09-30""},{""time"":74189,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":2119,""week"":""37"",""id"":""chart""},{""time"":82604,""label"":""moved_brush"",""startDate"":""2021-09-06"",""endDate"":""2021-09-30""},{""time"":84951,""label"":""moved_brush"",""startDate"":""2021-12-15"",""endDate"":""2022-01-07""}]}","{""startTime"":1678678308544,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":13093,""label"":""started_brush"",""startDate"":""2021-10-31"",""endDate"":""2022-01-01""}]}",complex,1,0,0,0 -2023-03-12 23:30:03,2023-03-12 23:41:45,0,107.193.125.27,100,701,1,2023-03-12 23:41:45,R_RkoA9bzY6Kr2CmR,,,,,30.671,-87.1737,anonymous,EN,1,3.544,23.983,25.964,6,1,3,2,1.622,18.952,19.961,4,0,0,15.114,0,100,23,87,9.527,14.198,14.844,3,22.781,52.68,76.784,5,1,1,5.553,43.026,46.731,10,1,-2,8.531,89.415,90.257,5,1,11.675,60.693,61.156,4,0,0,15.01,0,5,4,5,2,2,5,I would've much rather this be split into 2 different graphs based on vaccination rather than one graph with every single group ,6.246,60.778,61.095,11,2,2,2,2,2,5,I trust the makers of the graph ,1.113,31.433,33.773,2,4,,10.166,12.323,13.577,2,2,7,3,4,1,5,6,10.136,10.5,30.302,2,2,2,1,4,2,4,11,7,,6.104,31.135,31.615,20,4,1,1,2,4,2,7.221,35.221,45.634,10,2,1,5.783,11.648,13.158,3,1,2003,Florida,3,1,1,,2,,,14,3,2,,3.314,63.438,66.216,39,63ee7c9441abc1335d678cab,1,"{""startTime"":1678678444189,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678505682,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678290139,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":9899,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1378,""week"":""3"",""id"":""chart""},{""time"":14242,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7345,""week"":""52"",""id"":""chart""},{""time"":22778,""label"":""tour_next"",""step"":5},{""time"":33344,""label"":""started_brush"",""startDate"":""2021-05-17"",""endDate"":""2021-08-23""},{""time"":34139,""label"":""tour_next"",""step"":5},{""time"":37289,""label"":""moved_brush"",""startDate"":""2021-07-19"",""endDate"":""2021-10-25""},{""time"":39230,""label"":""tour_next"",""step"":5},{""time"":47296,""label"":""cleared_brush"",""using"":""Click""},{""time"":47296,""label"":""cleared_brush"",""using"":""Escape""},{""time"":48677,""label"":""tour_next"",""step"":5},{""time"":52677,""label"":""tour_end"",""step"":5},{""time"":56231,""label"":""started_brush"",""startDate"":""2021-05-02"",""endDate"":""2021-05-21""},{""time"":70167,""label"":""cleared_brush"",""using"":""Click""},{""time"":73339,""label"":""cleared_brush"",""using"":""Click""},{""time"":73339,""label"":""cleared_brush"",""using"":""Escape""}]}","{""startTime"":1678678428814,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":9607,""label"":""started_brush"",""startDate"":""2021-06-14"",""endDate"":""2021-06-19""},{""time"":11382,""label"":""cleared_brush"",""using"":""Click""},{""time"":11382,""label"":""cleared_brush"",""using"":""Escape""},{""time"":14573,""label"":""started_brush"",""startDate"":""2021-10-30"",""endDate"":""2021-12-30""}]}",complex,1,0.5,1,1 -2023-03-12 23:32:55,2023-03-12 23:42:46,0,72.239.235.142,100,590,1,2023-03-12 23:42:46,R_2w14QXXZXgTuYJ0,,,,,28.5378,-80.6711,anonymous,EN,1,2.768,2.768,3.722,1,1,2,1,1.306,3.902,5.135,2,4.089,4.089,15.121,1,59,17,39,5.54,10.524,12.655,3,37.255,124.639,127.471,12,1,1,32.48,43.286,44.68,2,-3,-3,0.903,49.793,51.397,5,1,15.792,25.302,26.939,2,0,0,15.113,0,4,2,4,4,5,4,,9.348,24.561,26.887,8,4,4,4,2,2,4,I can't tell for sure whether this data is accurate,1.794,2.807,27.734,2,4,,4.289,4.289,6.567,1,2,7,3,4,1,5,6,0,0,27.601,0,4,6,4,5,2,3,10,9,,6.862,17.035,18.845,8,4,2,2,2,3,3,6.382,23.044,24.031,10,2,2,3.871,9.912,12.771,3,2,1995,Florida,5,2,1,,4,,,5,2,1,6109d5b1a9daba0fb4e833b9@email.prolific.co,2.146,99.815,103.515,22,6109d5b1a9daba0fb4e833b9,1,"{""startTime"":1678678596312,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":1867,""label"":""started_brush"",""startDate"":""2021-11-08"",""endDate"":""2021-12-23""},{""time"":3450,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1610,""week"":""51"",""id"":""chart""}]}","{""startTime"":1678678624458,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":5601},{""label"":""window_focused"",""time"":6918}]}","{""startTime"":1678678424980,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":13311,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":15068,""week"":""52"",""id"":""chart""},{""time"":30380,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3299,""week"":""14"",""id"":""chart""},{""time"":37251,""label"":""tour_next"",""step"":5},{""time"":67135,""label"":""started_brush"",""startDate"":""2021-05-18"",""endDate"":""2021-08-10""},{""time"":68489,""label"":""tour_next"",""step"":5},{""time"":80031,""label"":""moved_brush"",""startDate"":""2021-07-23"",""endDate"":""2021-10-15""},{""time"":81215,""label"":""tour_next"",""step"":5},{""time"":86470,""label"":""cleared_brush"",""using"":""Click""},{""time"":88749,""label"":""tour_next"",""step"":5},{""time"":101937,""label"":""tour_end"",""step"":5},{""time"":106378,""label"":""started_brush"",""startDate"":""2021-04-09"",""endDate"":""2021-05-31""},{""time"":108297,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4033,""week"":""15"",""id"":""chart""},{""time"":113569,""label"":""cleared_brush"",""using"":""Click""},{""time"":118249,""label"":""started_brush"",""startDate"":""2021-10-14"",""endDate"":""2022-01-16""},{""time"":120339,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3819,""week"":""52"",""id"":""chart""},{""time"":125683,""label"":""cleared_brush"",""using"":""Click""}]}","{""startTime"":1678678580615,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":2389,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1528,""week"":""47"",""id"":""chart""},{""time"":9621,""label"":""started_brush"",""startDate"":""2021-06-24"",""endDate"":""2021-10-01""},{""time"":10972,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2181,""week"":""33"",""id"":""chart""},{""time"":13194,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1542,""week"":""32"",""id"":""chart""}]}",complex,1,0,1,1 -2023-03-12 23:34:18,2023-03-12 23:42:49,0,173.175.212.17,100,510,1,2023-03-12 23:42:49,R_414vg6VCJrsFTKF,,,,,32.7797,-96.8022,anonymous,EN,1,3.406,4.093,4.83,2,,,,,,,,0,0,15.006,0,87,76,90,6.095,10.936,11.58,5,12.231,48.167,49.918,6,-3,1,1.274,75.228,76.333,10,1,-3,23.346,36.378,37.001,2,1,48.133,62.254,63.258,2,0,0,15.12,0,3,3,4,4,5,5,,3.258,20.058,21.688,8,5,5,5,7,7,5,The exact numbers when you hover over the bars makes me trust it more.,2.908,2.908,30.112,1,3,,5.623,5.623,7.01,1,2,7,3,4,1,5,6,0,0,28.376,0,4,5,4,6,2,3,8,9,,3.224,14.807,16.464,15,4,4,1,1,5,5,3.029,28.315,29.328,12,5,,3.255,3.255,4.174,1,1,2005,Texas,1,2,2,,9,,Dallas,8,2,1,pablovasquez0110@gmail.com,1.869,63.23,63.875,33,63f77fe7daecacc6523836d1,0,"{""startTime"":1678678673851,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":14184},{""label"":""window_focused"",""time"":18117}]}","{""startTime"":1678678624964,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678495431,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":19,""label"":""tour_started""},{""time"":12224,""label"":""tour_next"",""step"":5},{""time"":21022,""label"":""cleared_brush"",""using"":""Click""},{""time"":22453,""label"":""started_brush"",""startDate"":""2021-07-29"",""endDate"":""2021-08-11""},{""time"":23794,""label"":""tour_next"",""step"":5},{""time"":31225,""label"":""started_brush"",""startDate"":""2021-05-30"",""endDate"":""2021-06-20""},{""time"":35403,""label"":""started_brush"",""startDate"":""2021-08-23"",""endDate"":""2021-10-16""},{""time"":38203,""label"":""moved_brush"",""startDate"":""2021-06-29"",""endDate"":""2021-08-22""},{""time"":38929,""label"":""tour_next"",""step"":5},{""time"":43951,""label"":""cleared_brush"",""using"":""Click""},{""time"":43951,""label"":""cleared_brush"",""using"":""Escape""},{""time"":45282,""label"":""tour_next"",""step"":5},{""time"":48160,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678678609446,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":13500,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1094,""week"":""52"",""id"":""chart""}]}",complex,0.5,0.5,1,1 -2023-03-12 23:32:46,2023-03-12 23:43:27,0,68.161.163.31,100,640,1,2023-03-12 23:43:27,R_1oAPoQyQ0zNVjPW,,,,,40.5948,-73.9715,anonymous,EN,1,10.402,10.402,11.584,1,,,,,,,,0,0,15.108,0,100,100,67,14.431,21.871,22.7,3,16.85,25.721,27.517,2,1,-2,12.696,41.633,47.078,4,-3,-3,34.288,58.176,59.29,3,1,40.223,40.223,43.591,1,0,0,15.006,0,5,1,5,5,6,5,,18.089,41.935,44.837,8,4,6,6,1,7,6,I see no reason to not trust the data,1.546,24.381,25.297,3,5,,6.927,14.826,15.5,3,2,7,3,4,1,5,6,0,0,18.077,0,3,4,6,7,6,5,10,10,,5.724,45.401,47.22,8,4,4,1,2,4,5,9.167,49.538,50.912,11,3,,9.169,9.169,10.932,1,1,1997,New York,6,2,3,,2,,,4,4,1,5b1a3fa488ee7400012aef74@email.prolific.co,2.324,90.134,101.834,24,5b1a3fa488ee7400012aef74,0,"{""startTime"":1678678513800,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":198,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1089,""week"":""50"",""id"":""chart""}]}","{""startTime"":1678678559154,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":27487},{""label"":""window_focused"",""time"":27605},{""label"":""window_blurred"",""time"":27619},{""label"":""window_focused"",""time"":32879}]}","{""startTime"":1678678423118,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":6135,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1134,""week"":""33"",""id"":""chart""},{""time"":11403,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2849,""week"":""52"",""id"":""chart""},{""time"":16848,""label"":""tour_next"",""step"":2},{""time"":20119,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2517,""week"":""52"",""id"":""chart2""},{""time"":25718,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678678498457,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",simple,0.5,0,1,0.5 -2023-03-12 23:37:30,2023-03-12 23:43:53,0,208.104.213.129,100,382,1,2023-03-12 23:43:54,R_3dKXJBwKmfb0AGv,,,,,35.0125,-80.9309,anonymous,EN,1,1.366,2.154,2.911,2,,,,,,,,6.539,9.918,15.122,2,56,31,75,5.056,10.875,11.565,3,8.554,38.877,40.81,5,-2,-1,7.926,32.126,34.182,5,-1,-1,12.435,14.281,15.356,2,1,6.272,60.83,61.807,3,0,0,15.037,0,3,3,3,2,2,3,n/a,11.314,22.139,24.624,7,3,7,3,1,1,3,I do not know the origin of this information.,1.769,1.769,12.787,1,4,n/a,4.588,5.667,8.098,2,2,7,3,4,1,5,6,0,0,17.453,0,6,4,6,6,6,3,8,8,n/a,3.29,19.763,20.204,10,4,3,2,3,3,3,6.024,26.232,26.915,6,3,,5.337,6.387,6.79,2,2,1991,South Carolina,3,2,1,,7,,,2,2,2,,1.419,34.133,35.258,11,5d76bf508da7af001b5fa26c,0,"{""startTime"":1678678805315,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678830982,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678686255,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":8548,""label"":""tour_next"",""step"":5},{""time"":17028,""label"":""cleared_brush"",""using"":""Click""},{""time"":22169,""label"":""started_brush"",""startDate"":""2021-08-18"",""endDate"":""2022-02-07""},{""time"":22868,""label"":""tour_next"",""step"":5},{""time"":29174,""label"":""moved_brush"",""startDate"":""2021-04-24"",""endDate"":""2021-10-14""},{""time"":29981,""label"":""tour_next"",""step"":5},{""time"":34824,""label"":""cleared_brush"",""using"":""Click""},{""time"":34824,""label"":""cleared_brush"",""using"":""Escape""},{""time"":36046,""label"":""tour_next"",""step"":5},{""time"":38871,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678678789754,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":5218,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2089,""week"":""51"",""id"":""chart""},{""time"":7409,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3110,""week"":""52"",""id"":""chart""}]}",complex,0,0,1,1 -2023-03-12 23:37:10,2023-03-12 23:44:23,0,71.61.184.166,100,433,1,2023-03-12 23:44:24,R_siIPstaAZwgnGCt,,,,,40.3177,-79.7223,anonymous,EN,1,1.861,1.861,2.567,1,1,3,2,1.23,2.707,3.564,2,0,0,15.12,0,86,100,54,3.117,7.948,9.948,4,3.832,10.715,16.61,2,-2,1,14.95,27.368,28.412,3,1,-3,18.032,34.944,35.955,2,1,15.228,15.228,16.187,1,0,0,16.757,0,6,5,1,5,5,6,,3.457,10.023,12,6,5,5,3,2,3,6,"To me, the data backs up the intuitive sentiment that vaccines work. I trust that these numbers are an accurate reflection of how vaccines operate in terms of coming down with COVID-19.",1.972,1.972,37.874,1,5,,8.742,8.742,9.969,1,2,7,3,4,1,5,6,0,0,14.08,0,2,4,3,2,5,8,10,10,,2.931,14.581,16.303,11,4,3,3,3,3,5,1.208,4.163,5.501,6,1,2,2.17,8.706,9.629,2,1,1992,Pennsylvania,8,1,1,,7,,,10,4,2,,1.824,78.532,79.427,25,60c2cc653d0c6208fc8899fc,1,"{""startTime"":1678678856846,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678741986,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678672459,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":3827,""label"":""tour_next"",""step"":2},{""time"":10710,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678678718282,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":13422}]}",simple,0.5,0.5,1,0.5 -2023-03-12 23:33:17,2023-03-12 23:44:39,0,107.3.222.77,100,681,1,2023-03-12 23:44:40,R_3CVDTxRddclXABu,,,,,37.0368,-88.5934,anonymous,EN,1,2.117,2.117,33.453,1,,,,,,,,0,0,15.107,0,75,88,69,19.583,42.452,44.1,6,26.313,31.478,37.834,2,1,1,17.784,28.336,34.569,2,1,-3,56.931,100.213,101.765,3,1,49.978,91.955,93.583,3,0,0,15.112,0,3,3,3,5,5,3,Need explaination of method at least.,13.072,43.693,64.156,10,4,5,5,1,1,3,It's just a graph I can't trust it or not trust it.,1.137,15.747,23.378,2,5,,4.217,6.043,11.661,2,2,7,3,4,1,5,6,0,0,21.209,0,1,1,1,1,1,1,1,1,,6.661,16.642,19.238,9,2,3,4,4,4,2,4.221,17.273,18.453,6,7,,2.082,2.082,4.065,1,1,1983,Kentucky,3,3,1,,7,,,4,1,2,,1.878,67.06,69.631,27,5f8486766d8e7b0f17df0206,0,"{""startTime"":1678678715845,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678652473,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678496496,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":13117,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1327,""week"":""14"",""id"":""chart""},{""time"":17180,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1799,""week"":""6"",""id"":""chart""},{""time"":20278,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1833,""week"":""14"",""id"":""chart""},{""time"":26307,""label"":""tour_next"",""step"":2},{""time"":31472,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678678636943,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":8646,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1149,""week"":""2"",""id"":""chart""},{""time"":10765,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1051,""week"":""2"",""id"":""chart""},{""time"":12597,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1010,""week"":""2"",""id"":""chart""},{""time"":14149,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1178,""week"":""1"",""id"":""chart""}]}",moderate,1,0.5,1,0.5 -2023-03-12 23:33:36,2023-03-12 23:46:00,0,71.94.240.109,100,743,1,2023-03-12 23:46:01,R_2P29oLSa6m40Tek,,,,,42.1921,-121.7233,anonymous,EN,1,22.086,22.641,24.286,2,1,3,2,4.235,7.98,9.489,3,7.098,11.253,15.118,9,91,91,52,10.037,20.945,21.961,8,8.382,21.941,49.503,11,-1,1,20.046,76.316,77.359,44,-1,-3,50.967,99.826,103.544,8,1,1.82,42.451,44.353,6,0,0,15.016,0,5,4,5,4,6,5,,11.605,54.646,57.519,17,5,4,4,4,4,5,"The statement said ""Assuming you trust the data in this visualization"", so if the data is accurate and the graph is clear and readable, I would find it trustworthy. ",4.713,4.713,51.103,1,4,,5.095,9.161,10.181,4,2,7,3,4,1,5,6,4.872,32.794,34.143,6,3,3,5,3,3,3,6,6,,3.106,30.882,32.701,18,4,4,3,2,4,4,9.372,35.127,36.006,9,3,2,16.548,24.634,25.593,7,2,1996,Oregon,7,2,1,,7,,,8,3,2,,2.798,55.097,56.56,20,60fd933d5461857048f9e74c,1,"{""startTime"":1678678777734,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":37348},{""label"":""window_focused"",""time"":44214}]}","{""startTime"":1678678672707,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":42,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1049,""week"":""1"",""id"":""chart""},{""time"":1171,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3801,""week"":""2"",""id"":""chart""},{""time"":6776,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1064,""week"":""51"",""id"":""chart""},{""time"":11909,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2977,""week"":""49"",""id"":""chart""},{""time"":18068,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1854,""week"":""50"",""id"":""chart""},{""time"":20494,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1056,""week"":""50"",""id"":""chart""},{""time"":21594,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1138,""week"":""51"",""id"":""chart""}]}","{""startTime"":1678678503183,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":24,""label"":""tour_started""},{""time"":17520,""label"":""tour_next"",""step"":2},{""time"":21931,""label"":""tour_end"",""step"":2},{""time"":22684,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5282,""week"":""51"",""id"":""chart""},{""time"":32275,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1958,""week"":""14"",""id"":""chart""},{""time"":35668,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2670,""week"":""16"",""id"":""chart""},{""time"":40422,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1409,""week"":""21"",""id"":""chart""}]}","{""startTime"":1678678657225,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":5555,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1118,""week"":""3"",""id"":""chart""},{""time"":7622,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1201,""week"":""1"",""id"":""chart""},{""time"":8865,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4157,""week"":""52"",""id"":""chart""}]}",moderate,0.5,0,1,0 -2023-03-12 23:36:02,2023-03-12 23:46:18,0,129.107.80.53,100,616,1,2023-03-12 23:46:19,R_12D67AGPTV6radJ,,,,,32.7185,-97.1432,anonymous,EN,1,7.691,7.691,9.166,1,,,,,,,,0,0,15.111,0,100,100,88,8.983,21.878,24.776,4,18.753,29.28,30.958,2,1,1,9.517,73.242,75.967,3,-2,-3,26.042,75.35,77.362,3,1,35.199,35.199,36.096,1,0,0,15.11,0,4,6,1,5,6,6,,13.243,63.795,65.785,11,6,6,5,3,1,6,The visualization feels like it gives me very specific and clear information.,4.305,4.305,39.898,1,4,,4.701,4.701,6.431,1,2,7,3,4,1,5,6,0,0,21.094,0,5,3,1,5,4,5,10,9,,13.283,27.28,29.707,11,4,4,2,1,5,4,8.077,41.071,42.05,11,3,,5.73,5.73,7.62,1,2,1999,Texas,5,3,1,,3,,,17,3,2,,2.261,55.368,56.035,12,5ed5afc6e8229914710ada06,0,"{""startTime"":1678678822030,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":14954,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1079,""week"":""52"",""id"":""chart""},{""time"":36058,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4611,""week"":""50"",""id"":""chart""}]}","{""startTime"":1678678748451,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":54,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5870,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678678623276,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":24,""label"":""tour_started""},{""time"":13673,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1716,""week"":""45"",""id"":""chart""},{""time"":15897,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1011,""week"":""50"",""id"":""chart""},{""time"":18741,""label"":""tour_next"",""step"":2},{""time"":21666,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3011,""week"":""1"",""id"":""chart2""},{""time"":29267,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678678731429,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",simple,1,0,1,1 -2023-03-12 23:35:11,2023-03-12 23:46:36,0,70.58.17.119,100,684,1,2023-03-12 23:46:36,R_1dB00tHs973qg8G,,,,,39.7301,-104.9078,anonymous,EN,1,5.312,5.312,6.293,1,1,3,1,5.305,11.732,12.623,2,0,0,15.116,0,66,31,38,8.975,15.073,16.226,3,21.561,30.99,31.598,3,-2,-3,68.162,88.297,88.663,3,-3,-3,47.155,79.29,80.741,2,-1,20.339,47.488,48.783,3,0,0,15.018,0,3,4,2,5,5,2,,3.354,31.676,32.099,9,5,5,3,1,7,2,I feel as though this may be influenced by companies that make vaccines. ,4.697,4.697,44.778,1,2,,1.947,17.238,20.015,9,2,7,3,4,1,5,6,0,0,28.134,0,1,2,1,2,2,4,7,4,,3.548,19.348,21.297,8,4,2,2,3,4,4,10.166,33.873,34.767,9,1,2,6.749,17.368,20.116,2,3,1983,Colorado,3,2,1,,7,,,7,4,1,lightechoesham@gmail.com,4.525,100.584,111.358,25,5e643d29df313c1ced363682,1,"{""startTime"":1678678704781,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678737424,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678576173,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":14136,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1624,""week"":""50"",""id"":""chart""},{""time"":15802,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1812,""week"":""51"",""id"":""chart""},{""time"":17711,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1757,""week"":""52"",""id"":""chart""},{""time"":21556,""label"":""tour_next"",""step"":2},{""time"":27789,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678678689334,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":10730,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1050,""week"":""25"",""id"":""chart""},{""time"":12364,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1620,""week"":""32"",""id"":""chart""}]}",moderate,0,0,0,0 -2023-03-12 23:39:16,2023-03-12 23:48:09,0,174.61.155.120,100,533,1,2023-03-12 23:48:10,R_3iW5fCIsczUrofi,,,,,47.63,-122.2972,anonymous,EN,1,12.71,12.71,14.229,1,1,4,1,2.541,4.241,5.151,2,9.234,9.234,15.011,1,81,40,57,13.182,27.555,29.193,7,3.511,8.231,17.671,2,1,1,24.234,41.087,48.552,2,-3,1,16.482,39.592,40.758,4,1,10.751,16.731,18.101,2,9.842,9.842,16.61,1,5,5,5,4,5,3,"The subtitles of the graph are somewhat misleading, the main header for both is what clarifies that it's COVID cases, not rates of people being vaccinated, which was my initial thought. Also for the second question on the last page, I was a little unsure about my answer because the question didn't specify over what duration",12.986,67.316,106.817,11,4,5,2,1,3,3,"context -- it's in a qualtrics survey. if it were published in a reputable news venue, then I would trust it more",1.475,1.475,30.065,1,4,,3.49,3.996,5.229,2,2,7,3,4,1,5,6,10.867,12.447,25.204,2,5,6,4,6,7,6,8,10,,3.634,19.031,20.669,8,2,4,1,3,3,4,3.746,21.678,22.99,7,1,1,1.623,12.46,13.764,4,2,1995,Washington,7,3,1,,2,,,8,4,2,,2.059,46.997,50.378,15,5bcfb99d77740000016b3dbf,1,"{""startTime"":1678678930617,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_focused"",""time"":4292}]}","{""startTime"":1678679037537,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678829359,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":3504,""label"":""tour_next"",""step"":2},{""time"":8223,""label"":""tour_end"",""step"":2},{""time"":12197,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2366,""week"":""1"",""id"":""chart""}]}","{""startTime"":1678678896400,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":4823,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1740,""week"":""52"",""id"":""chart2""},{""label"":""window_blurred"",""time"":11285}]}",simple,1,0.5,1,1 -2023-03-12 23:41:50,2023-03-12 23:48:19,0,47.230.199.10,100,388,1,2023-03-12 23:48:19,R_27QJONFOvGR6dqQ,,,,,40.7263,-73.9818,anonymous,EN,1,7.495,7.495,8.487,1,1,4,1,2.616,3.922,4.602,2,0,0,15.117,0,79,64,30,7.986,16.599,18.473,5,6.993,8.962,20.223,2,-2,1,11.171,31.764,33.019,3,-1,-3,20.085,58.658,61.131,3,-3,7.162,22.486,24.642,6,0,0,15.016,0,5,7,5,5,5,5,,4.043,15.209,17.815,6,2,4,4,7,5,5,The data within the visualization comes from a reputable source,1.598,24.286,25.306,5,5,,3.959,6.61,8.002,4,2,7,3,4,1,5,6,0,0,10.306,0,9,9,6,6,9,8,10,10,,2.527,11.257,13.093,8,3,4,2,2,4,4,7.771,24.102,24.845,8,2,1,2.64,6.78,8.103,3,2,1998,New York,7,3,1,,7,,,17,3,2,,1.523,48.441,49.754,15,610386b89cf31f6859e7df7c,1,"{""startTime"":1678679063107,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678679081305,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678965125,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":4713,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1141,""week"":""52"",""id"":""chart""},{""time"":6990,""label"":""tour_next"",""step"":2},{""time"":8959,""label"":""tour_end"",""step"":2},{""time"":12545,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1576,""week"":""38"",""id"":""chart""},{""time"":14529,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1391,""week"":""52"",""id"":""chart""},{""time"":16427,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1647,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678679047558,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":5081,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1073,""week"":""6"",""id"":""chart""}]}",moderate,0.5,0,0,0 -2023-03-12 23:39:00,2023-03-12 23:48:20,0,144.163.27.131,100,560,1,2023-03-12 23:48:21,R_3QFORBYsb3C4f2S,,,,,33.5986,-86.3434,anonymous,EN,1,8.912,8.912,10.004,1,,,,,,,,0,0,15.105,0,77,98,50,12.68,20.081,21.268,3,4.555,67.108,69.411,15,-2,-2,25.211,41.457,43.163,3,1,-3,42.798,79.901,80.963,2,-3,60.1,66.319,67.773,5,0,0,15.124,0,4,5,4,4,5,5,,9.58,20.712,23.313,7,5,5,5,5,5,5,This was easy top understand and something the average person could understand.,2.835,2.835,23.801,1,5,,3.825,8.766,10.476,7,2,7,3,4,1,5,6,0,0,24.165,0,2,6,9,6,2,6,9,9,,5.122,20.148,22.3,8,4,4,1,4,4,4,7.315,17.207,19.021,6,5,,3.219,3.219,5.15,1,1,1969,Alabama,6,2,1,,9,,Pell City,4,2,1,ejrfan14@yahoo.com,1.118,49.181,51.867,13,5e404a68f09a9f28310e8701,0,"{""startTime"":1678678953823,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678978162,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678798826,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":64,""label"":""tour_started""},{""time"":12722,""label"":""tour_next"",""step"":5},{""time"":32878,""label"":""started_brush"",""startDate"":""2021-06-08"",""endDate"":""2021-08-27""},{""time"":34183,""label"":""tour_next"",""step"":5},{""time"":37811,""label"":""moved_brush"",""startDate"":""2021-07-31"",""endDate"":""2021-10-18""},{""time"":40686,""label"":""tour_next"",""step"":5},{""time"":45314,""label"":""moved_brush"",""startDate"":""2021-06-28"",""endDate"":""2021-09-16""},{""time"":47053,""label"":""moved_brush"",""startDate"":""2021-10-14"",""endDate"":""2022-01-02""},{""time"":48501,""label"":""moved_brush"",""startDate"":""2021-05-17"",""endDate"":""2021-08-04""},{""time"":49935,""label"":""moved_brush"",""startDate"":""2021-04-07"",""endDate"":""2021-06-25""},{""time"":50783,""label"":""moved_brush"",""startDate"":""2021-04-08"",""endDate"":""2021-06-26""},{""time"":51962,""label"":""moved_brush"",""startDate"":""2021-04-08"",""endDate"":""2021-06-26""},{""time"":53888,""label"":""moved_brush"",""startDate"":""2021-05-22"",""endDate"":""2021-08-09""},{""time"":60433,""label"":""cleared_brush"",""using"":""Click""},{""time"":60433,""label"":""cleared_brush"",""using"":""Escape""},{""time"":61779,""label"":""tour_next"",""step"":5},{""time"":67094,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678678937665,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",complex,0,0.5,0,0 -2023-03-12 23:37:13,2023-03-12 23:48:23,0,69.138.232.140,100,670,1,2023-03-12 23:48:23,R_OB8SUtt2KSQ6oGB,,,,,39.1541,-76.717,anonymous,EN,1,0.462,1.447,2.093,3,1,3,1,1.418,2.215,3.814,2,1.751,3.387,15.111,3,87,98,83,1.043,9.519,10.312,13,1.018,75.639,76.103,38,-3,-3,0.824,43.062,44.202,34,1,-1,0.865,188.096,188.883,48,1,1.007,103.779,104.524,43,0.905,11.626,15.012,4,5,5,7,5,5,5,,1.083,18.3,19.432,41,4,5,5,2,4,4,Id like to know more information. Such as states/countries where these results are being calculated from.,1.059,1.49,28.501,2,3,,1.4,8.275,9.275,5,2,7,3,4,1,5,6,0.858,10.581,14.483,4,4,4,6,5,5,6,8,9,,0.86,20.224,20.717,31,3,3,4,4,3,3,1.564,14.802,17.081,28,4,3,0.855,6.366,7.242,6,1,1999,Maryland,5,3,1,,3,,,7,4,2,,1.095,52.183,54.536,31,603f31444049ae098abb8bf7,1,"{""startTime"":1678678874361,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678894241,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678677060,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":3448,""label"":""tour_next"",""step"":5},{""time"":15670,""label"":""tour_back"",""step"":5},{""time"":24902,""label"":""tour_next"",""step"":5},{""time"":28008,""label"":""cleared_brush"",""using"":""Click""},{""time"":33343,""label"":""moved_brush"",""startDate"":""2021-06-11"",""endDate"":""2021-11-06""},{""time"":34946,""label"":""moved_brush"",""startDate"":""2021-09-12"",""endDate"":""2022-02-07""},{""time"":43418,""label"":""moved_brush"",""startDate"":""2021-12-31"",""endDate"":""2022-02-07""},{""time"":45688,""label"":""started_brush"",""startDate"":""2021-10-22"",""endDate"":""2021-10-27""},{""time"":47573,""label"":""started_brush"",""startDate"":""2021-05-07"",""endDate"":""2021-06-18""},{""time"":47899,""label"":""moved_brush"",""startDate"":""2021-05-01"",""endDate"":""2021-06-18""},{""time"":48207,""label"":""cleared_brush"",""using"":""Click""},{""time"":48673,""label"":""tour_next"",""step"":5},{""time"":53129,""label"":""cleared_brush"",""using"":""Click""},{""time"":54838,""label"":""started_brush"",""startDate"":""2021-05-01"",""endDate"":""2021-08-02""},{""time"":56102,""label"":""moved_brush"",""startDate"":""2021-11-05"",""endDate"":""2022-02-07""},{""time"":56706,""label"":""tour_next"",""step"":5},{""time"":60928,""label"":""cleared_brush"",""using"":""Click""},{""time"":60928,""label"":""cleared_brush"",""using"":""Escape""},{""time"":61768,""label"":""tour_next"",""step"":5},{""time"":63978,""label"":""tour_end"",""step"":5},{""time"":68037,""label"":""started_brush"",""startDate"":""2021-05-24"",""endDate"":""2021-10-21""},{""time"":72284,""label"":""moved_brush"",""startDate"":""2021-05-24"",""endDate"":""2021-10-21""},{""time"":72550,""label"":""moved_brush"",""startDate"":""2021-05-24"",""endDate"":""2021-10-21""},{""time"":72736,""label"":""moved_brush"",""startDate"":""2021-05-24"",""endDate"":""2021-10-21""},{""time"":73736,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1923,""week"":""32"",""id"":""chart""}]}","{""startTime"":1678678858732,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":10340,""label"":""cleared_brush"",""using"":""Click""}]}",complex,0,0.5,1,1 -2023-03-12 23:41:37,2023-03-12 23:49:05,0,71.198.231.172,100,447,1,2023-03-12 23:49:05,R_1mE6szJMEdJRu4q,,,,,37.8414,-122.1254,anonymous,EN,1,7.731,7.731,9.057,1,,,,,,,,0,0,15.013,0,94,43,50,7.367,17.251,19.024,4,8.092,17.626,19.98,2,1,1,26.058,36.09,37.648,3,1,-2,29.903,59.286,61.145,2,1,56.113,56.113,58.354,1,0,0,15.006,0,5,3,5,6,6,4,,9.737,18.001,19.596,6,4,5,4,1,7,4,"I trust the source and the data makes sense, but I know nothing about the researchers or any potential bias.",2.211,2.211,25.45,1,4,,3.64,3.64,5.909,1,2,7,3,4,1,5,6,0,0,19.173,0,3,5,4,7,6,3,9,9,,5.439,18.623,19.998,9,4,3,2,2,3,4,6.715,16.75,18.021,6,2,,2.372,2.372,5.076,1,2,2001,California,6,3,1,,7,,,17,3,2,,1.868,46.434,48.311,14,60fcd2b146529d02f1566012,0,"{""startTime"":1678679021973,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":100,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2244,""week"":""51"",""id"":""chart""}]}","{""startTime"":1678679042095,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678947748,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":5140,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1027,""week"":""52"",""id"":""chart""},{""time"":8090,""label"":""tour_next"",""step"":2},{""time"":9203,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2159,""week"":""52"",""id"":""chart2""},{""time"":17624,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678679006430,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":5628,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1432,""week"":""52"",""id"":""chart2""},{""time"":11819,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1561,""week"":""31"",""id"":""chart""}]}",simple,1,0.5,1,1 -2023-03-12 23:41:25,2023-03-12 23:49:21,0,97.113.100.151,100,475,1,2023-03-12 23:49:21,R_2ypaHQEVog6b0nh,,,,,47.5364,-122.278,anonymous,EN,1,2.224,2.957,3.101,2,,,,,,,,3.431,4.062,15.005,2,72,100,47,1.995,7.18,8.162,4,3.76,4.968,12.502,2,1,1,19.08,23.605,27.031,2,1,-2,10.436,67.069,67.344,6,1,41.958,41.958,42.875,1,2.009,2.009,15.006,1,5,6,6,4,5,5,,1.948,16.835,17.715,8,6,6,6,6,6,6,Has a clear y and x axis and it very easy to read,0.827,26.466,27.54,6,4,,2.019,4.11,4.997,3,2,3,4,7,1,5,6,5.742,12.241,28.744,2,4,7,6,6,6,6,11,11,,2.879,10.684,12.07,9,4,4,1,1,4,5,2,30.937,33.082,13,3,,1.443,1.443,2.151,1,1,1998,Washington,6,2,1,,2,,,11,4,2,,0.718,40.052,43.763,23,5e17945242fb0b000da71b21,0,"{""startTime"":1678679232216,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678679187382,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678997418,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":3752,""label"":""tour_next"",""step"":2},{""time"":4960,""label"":""tour_end"",""step"":2},{""time"":6148,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1099,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678679078080,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",moderate,1,0.5,1,0.5 -2023-03-12 23:32:33,2023-03-12 23:50:07,0,172.58.129.62,100,1053,1,2023-03-12 23:50:08,R_yyUWjsVxLn513QR,,,,,25.7846,-80.233,anonymous,EN,1,19.402,19.402,20.673,1,,,,,,,,0,0,15.129,0,97,93,85,26.315,34.13,37.389,3,39.416,73.137,87.435,3,1,1,45.026,98.58,100.45,3,-3,-3,32.075,77.404,79.941,2,1,62.674,62.674,65.573,1,0,0,15.052,0,6,4,6,4,5,6,,21.6,35.775,39.125,6,4,5,4,1,1,6,It did not show data that greatly increased one week and then decrease suddenly. The ebb and flow of infestation seemed natural.,5.226,150.249,164.888,8,4,,8.409,8.409,11.001,1,2,7,3,4,1,5,6,0,0,38.868,0,6,7,4,5,9,4,10,6,,23,44.047,59.905,8,3,3,2,3,3,3,24.226,49.322,53.096,6,2,,5.825,5.825,9.15,1,1,1954,Florida,5,2,1,,7,,,7,4,2,,3.412,145.72,162.59,21,5ddcd77f23f9f1c2c45d6c18,0,"{""startTime"":1678678856275,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678646728,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678441307,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":120,""label"":""tour_started""},{""time"":16712,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5758,""week"":""52"",""id"":""chart""},{""time"":22550,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1239,""week"":""1"",""id"":""chart""},{""time"":25035,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1238,""week"":""5"",""id"":""chart""},{""time"":33966,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2399,""week"":""23"",""id"":""chart""},{""time"":39392,""label"":""tour_next"",""step"":2},{""time"":48985,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2915,""week"":""52"",""id"":""chart2""},{""time"":59956,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1018,""week"":""1"",""id"":""chart2""},{""time"":73112,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678678630759,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":6450,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5164,""week"":""52"",""id"":""chart2""}]}",simple,1,0,1,1 -2023-03-12 23:45:07,2023-03-12 23:50:12,0,184.103.58.107,100,304,1,2023-03-12 23:50:12,R_2WNFwQnGeysDld2,,,,,33.3874,-112.0998,anonymous,EN,1,2.214,5.121,6.001,4,,,,,,,,12.42,12.42,15.106,1,62,75,45,6.832,11.215,11.938,4,3.363,6.79,11.959,2,-1,-1,1.589,5.54,6.972,4,-3,-2,2.097,53.378,54.203,6,-1,9.474,11.113,12.211,2,1.502,1.502,15.014,1,3,3,5,5,6,4,,2.673,12.575,13.102,10,6,5,6,5,3,5,I seen many reports of insect and fungi related infections.,1.164,3.629,23.347,2,1,,3.639,6.623,7.905,3,2,7,3,4,1,5,6,0,0,18.949,0,3,1,7,2,1,3,6,4,,3.049,14.495,14.843,12,2,4,3,5,3,4,2.614,7.766,10.718,7,7,,2.387,2.387,3.4,1,1,1996,Arizona,6,2,1,,7,,,10,4,1,61363ce02e6022a741d63a6e@email.prolific.co,2.129,39.777,40.762,18,61363ce02e6022a741d63a6e,0,"{""startTime"":1678679270786,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678679233604,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678679150672,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":3347,""label"":""tour_next"",""step"":2},{""time"":6773,""label"":""tour_end"",""step"":2},{""time"":8927,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2274,""week"":""1"",""id"":""chart""}]}","{""startTime"":1678679217873,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",moderate,0,0,0,0 -2023-03-12 23:35:02,2023-03-12 23:50:13,0,35.148.23.141,100,910,1,2023-03-12 23:50:14,R_2eatHxPaSCT8qkA,,,,,44.5228,-89.5583,anonymous,EN,1,2.468,3.354,4.263,2,2,,2,1.771,1.771,2.821,1,0,0,15.007,0,57,76,44,0.597,48.337,49.421,7,4.865,23.203,24.108,5,1,1,4.143,58.79,59.718,11,-3,-3,12.629,76.41,78.15,9,1,15.686,58.776,60.796,5,5.481,5.481,15.008,1,3,2,2,5,3,2,,5.337,46.04,48.218,9,2,4,4,2,2,3,"I think that it would be more transparent if we also had info on how serious/life-threatening cases were. I also just find the data hard to believe, because I haven't known any unvaccinated people who got COVID-19 in the last year, yet I have known a handful of vaccinated people who have.",3.964,3.964,129.515,1,2,,9.438,11.964,13.101,2,2,7,3,4,1,5,6,12.893,23.643,24.462,3,2,4,9,9,4,7,10,9,,6.589,48.659,49.701,12,3,3,2,3,4,4,2.514,159.595,160.744,12,4,2,2.736,20.779,21.596,5,2,1999,Wisconsin,6,3,1,,9,,Hortonville,13,3,1,dmatilyn@gmail.com,1.371,77.138,80.958,22,60fc54b735f3211d0d10a371,1,"{""startTime"":1678678868580,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678689012,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678588581,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":22,""label"":""tour_started""},{""time"":7121,""label"":""tour_next"",""step"":2},{""time"":10439,""label"":""tour_end"",""step"":2},{""time"":17006,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2502,""week"":""52"",""id"":""chart2""},{""time"":20495,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1502,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678678673393,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":9687,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1561,""week"":""16"",""id"":""chart2""}]}",simple,1,0,1,1 -2023-03-12 23:37:28,2023-03-12 23:50:17,0,137.25.201.195,100,769,1,2023-03-12 23:50:18,R_3EMydtHlggSmv7v,,,,,34.5404,-117.3532,anonymous,EN,1,24.204,24.204,25.449,1,,,,,,,,0,0,15.005,0,85,96,74,24.525,32.342,36.528,3,12.178,26.717,33.911,4,1,1,33.887,46.033,54.159,2,-3,-3,63.61,108.029,109.33,3,1,40.056,40.056,46.249,1,0,0,15.111,0,4,2,5,2,5,5,,17.951,50.996,63.203,6,4,4,4,2,1,5,The source of the data seemed like a trustworthy organization and the visualization looks clean and professional.,3.953,3.953,53.851,1,6,,9.735,23.733,28.033,6,2,7,3,4,1,5,6,0,0,24.4,0,6,9,7,9,7,6,10,10,,15.241,60.743,80.1,15,4,4,1,2,3,4,12.457,38.481,40.422,6,2,,7.32,7.32,9.198,1,2,1983,California,4,2,1,,7,,,11,4,2,,3.197,50.285,52.188,11,5d4b14caed2dfc0001a22c1a,0,"{""startTime"":1678678893815,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":29,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6939,""week"":""2"",""id"":""chart""}]}","{""startTime"":1678678957602,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678734208,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":14288,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1633,""week"":""36"",""id"":""chart""},{""time"":20557,""label"":""tour_next"",""step"":2},{""time"":26713,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678678878274,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":7390,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2236,""week"":""52"",""id"":""chart""}]}",moderate,1,0,1,0 -2023-03-12 23:27:00,2023-03-12 23:50:37,0,172.58.5.102,100,1416,1,2023-03-12 23:50:38,R_3fposxNHrBYzwl3,,,,,33.7173,-84.4783,anonymous,EN,1,13.888,28.078,30.073,3,,,,,,,,4.886,4.886,15.114,1,100,44,50,11.7,25.055,26.792,6,3.951,97.494,99.16,18,1,-3,13.486,182.657,184.259,12,1,-3,116.928,162.943,164.452,5,-2,15.663,38.641,40.082,4,0,0,15.012,0,3,3,3,3,2,3,,1.132,21.318,25.201,10,4,3,7,1,1,3,I'm not sure if it's accurate or not because i'm not familiar with the topic.,6.077,79.934,83.507,2,2,,30.469,37.457,40.077,4,2,7,3,4,1,5,6,11.398,25.626,27.787,2,3,3,1,2,4,2,4,5,,35.728,55.212,56.598,10,3,3,1,1,3,3,6.683,46.738,47.955,9,1,,34.65,37.768,39.193,2,1,1987,Georgia,2,2,1,,9,,"albany, ga",3,2,2,,45.39,135.731,142.532,20,63039dbefda87c47a91fec04,0,"{""startTime"":1678678573720,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678599400,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678418134,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":10149,""label"":""tour_next"",""step"":5},{""time"":18170,""label"":""tour_back"",""step"":5},{""time"":30217,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2231,""week"":""50"",""id"":""chart""},{""time"":32649,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1716,""week"":""50"",""id"":""chart""},{""time"":38239,""label"":""tour_next"",""step"":5},{""time"":47955,""label"":""started_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-06-05""},{""time"":49205,""label"":""tour_next"",""step"":5},{""time"":55816,""label"":""moved_brush"",""startDate"":""2021-12-01"",""endDate"":""2022-01-31""},{""time"":57306,""label"":""tour_next"",""step"":5},{""time"":64241,""label"":""moved_brush"",""startDate"":""2021-06-22"",""endDate"":""2021-08-23""},{""time"":81332,""label"":""cleared_brush"",""using"":""Click""},{""time"":84672,""label"":""started_brush"",""startDate"":""2021-08-06"",""endDate"":""2021-10-31""},{""time"":85956,""label"":""tour_next"",""step"":5},{""time"":91453,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678678558148,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",complex,0.5,0.5,0,0 -2023-03-12 23:42:11,2023-03-12 23:53:56,0,199.66.65.227,100,705,1,2023-03-12 23:53:57,R_Z2lAA9Tq2wPIDHH,,,,,41.6837,-88.3499,anonymous,EN,1,13.828,13.828,14.658,1,,,,,,,,0,0,15.008,0,81,5,63,7.457,23.352,24.352,5,21.211,147.87,150.354,11,1,1,37.403,44.853,45.867,2,1,-3,62.163,113.883,114.858,2,1,9.901,38.506,40.978,2,7.96,13.863,15.011,2,5,3,5,4,4,5,,5.991,19.038,20.717,7,5,2,4,2,7,5,"There is a lot of information, I would find it hard to believe that someone would take all that time to put together an untrustworthy visual like this.",13.522,13.522,41.442,1,5,,7.864,8.828,10.059,2,2,7,3,4,1,5,6,0,0,10.918,0,5,7,7,7,9,6,11,10,,8.664,23.466,26.017,8,3,4,2,3,3,4,21.13,36.712,37.841,6,2,,3.986,3.986,6.085,1,2,1999,Illinois,6,1,1,,8,Yorkville,,17,4,2,,6.566,75.919,78.596,22,6101ced6dafdbea2d88a52b0,0,"{""startTime"":1678679263145,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678679202114,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678994679,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":13722,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4263,""week"":""52"",""id"":""chart""},{""time"":18318,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1333,""week"":""52"",""id"":""chart""},{""time"":21204,""label"":""tour_next"",""step"":5},{""time"":67834,""label"":""started_brush"",""startDate"":""2021-06-18"",""endDate"":""2021-06-26""},{""time"":69817,""label"":""started_brush"",""startDate"":""2021-05-30"",""endDate"":""2021-07-29""},{""time"":72421,""label"":""tour_next"",""step"":5},{""time"":77289,""label"":""started_brush"",""startDate"":""2021-08-02"",""endDate"":""2021-09-06""},{""time"":79016,""label"":""started_brush"",""startDate"":""2021-05-07"",""endDate"":""2021-08-28""},{""time"":85597,""label"":""cleared_brush"",""using"":""Click""},{""time"":86192,""label"":""cleared_brush"",""using"":""Click""},{""time"":89422,""label"":""started_brush"",""startDate"":""2021-04-23"",""endDate"":""2021-09-01""},{""time"":90815,""label"":""moved_brush"",""startDate"":""2021-06-20"",""endDate"":""2021-10-29""},{""time"":92333,""label"":""tour_next"",""step"":5},{""time"":95933,""label"":""cleared_brush"",""using"":""Click""},{""time"":97064,""label"":""tour_next"",""step"":5},{""time"":104666,""label"":""tour_end"",""step"":5},{""time"":106290,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1143,""week"":""2"",""id"":""chart""},{""time"":108641,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6459,""week"":""1"",""id"":""chart""},{""time"":115119,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2581,""week"":""52"",""id"":""chart""},{""time"":117702,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1248,""week"":""52"",""id"":""chart""},{""time"":122607,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3692,""week"":""52"",""id"":""chart""},{""time"":127536,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6798,""week"":""22"",""id"":""chart""},{""time"":136234,""label"":""started_brush"",""startDate"":""2021-06-19"",""endDate"":""2021-07-31""},{""time"":137351,""label"":""moved_brush"",""startDate"":""2021-06-19"",""endDate"":""2021-09-16""},{""time"":142837,""label"":""moved_brush"",""startDate"":""2021-06-14"",""endDate"":""2021-09-11""},{""time"":143920,""label"":""cleared_brush"",""using"":""Click""}]}","{""startTime"":1678679186705,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":7317,""label"":""started_brush"",""startDate"":""2021-06-20"",""endDate"":""2021-11-06""},{""time"":12131,""label"":""moved_brush"",""startDate"":""2021-08-23"",""endDate"":""2022-01-09""},{""time"":12640,""label"":""cleared_brush"",""using"":""Click""}]}",complex,1,0.5,1,1 -2023-03-12 23:32:57,2023-03-12 23:56:03,0,73.143.196.250,100,1386,1,2023-03-12 23:56:03,R_1f4667MY6GDXYCu,,,,,41.698,-70.0602,anonymous,EN,1,21.361,21.361,22.335,1,2,,2,3.1,3.1,4.3,1,0,0,15.021,0,70,93,95,55.433,94.528,96.637,9,50.059,208.464,220.987,36,1,1,33.022,47.434,49.751,2,-3,1,56.277,81.401,83.177,2,1,60.001,84.705,99.75,3,0,0,15.017,0,2,2,2,4,5,5,,17.588,89.042,96.973,7,3,5,2,7,7,3,I would need to have at least one other source confirming the same information before I trusted this .,7.561,90.593,91.629,5,3,,14.094,24.166,32.172,2,2,7,3,4,1,5,6,0,0,20.971,0,5,5,8,9,4,7,10,9,,8.923,47.337,52.292,9,3,3,3,2,4,3,21.955,81.857,83.082,7,3,4,13.56,40.284,41.958,2,1,1975,Massachusetts,2,2,1,,7,,,10,3,2,,6.023,256.656,261.434,62,640d43c9451ce148162a7643,1,"{""startTime"":1678678729269,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678826683,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678391669,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":44,""label"":""tour_started""},{""time"":18948,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":9857,""week"":""52"",""id"":""chart""},{""time"":28826,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":17527,""week"":""1"",""id"":""chart""},{""time"":50053,""label"":""tour_next"",""step"":5},{""time"":80665,""label"":""cleared_brush"",""using"":""Click""},{""time"":89530,""label"":""cleared_brush"",""using"":""Click""},{""time"":94770,""label"":""cleared_brush"",""using"":""Click""},{""time"":96964,""label"":""tour_back"",""step"":5},{""time"":97171,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1025,""week"":""51"",""id"":""chart""},{""time"":103856,""label"":""tour_next"",""step"":5},{""time"":121440,""label"":""cleared_brush"",""using"":""Click""},{""time"":122306,""label"":""cleared_brush"",""using"":""Click""},{""time"":122895,""label"":""cleared_brush"",""using"":""Click""},{""time"":123968,""label"":""cleared_brush"",""using"":""Click""},{""time"":125200,""label"":""cleared_brush"",""using"":""Click""},{""time"":126244,""label"":""cleared_brush"",""using"":""Click""},{""time"":127514,""label"":""cleared_brush"",""using"":""Click""},{""time"":130920,""label"":""cleared_brush"",""using"":""Click""},{""time"":132044,""label"":""cleared_brush"",""using"":""Click""},{""time"":132764,""label"":""cleared_brush"",""using"":""Click""},{""time"":136519,""label"":""tour_back"",""step"":5},{""time"":139892,""label"":""tour_next"",""step"":5},{""time"":145384,""label"":""cleared_brush"",""using"":""Click""},{""time"":149904,""label"":""cleared_brush"",""using"":""Click""},{""time"":150460,""label"":""cleared_brush"",""using"":""Click""},{""time"":152576,""label"":""cleared_brush"",""using"":""Click""},{""time"":154387,""label"":""cleared_brush"",""using"":""Click""},{""time"":165088,""label"":""cleared_brush"",""using"":""Click""},{""time"":165308,""label"":""cleared_brush"",""using"":""Click""},{""time"":165559,""label"":""cleared_brush"",""using"":""Click""},{""time"":165698,""label"":""cleared_brush"",""using"":""Click""},{""time"":168057,""label"":""cleared_brush"",""using"":""Click""},{""time"":169900,""label"":""cleared_brush"",""using"":""Click""},{""time"":170925,""label"":""cleared_brush"",""using"":""Click""},{""time"":175993,""label"":""cleared_brush"",""using"":""Click""},{""time"":177846,""label"":""started_brush"",""startDate"":""2021-08-25"",""endDate"":""2021-09-06""},{""time"":181631,""label"":""tour_next"",""step"":5},{""time"":187144,""label"":""moved_brush"",""startDate"":""2021-07-29"",""endDate"":""2021-08-10""},{""time"":187252,""label"":""cleared_brush"",""using"":""Click""},{""time"":187308,""label"":""cleared_brush"",""using"":""Click""},{""time"":188150,""label"":""started_brush"",""startDate"":""2021-06-30"",""endDate"":""2021-07-08""},{""time"":189671,""label"":""tour_next"",""step"":5},{""time"":196335,""label"":""cleared_brush"",""using"":""Click""},{""time"":196335,""label"":""cleared_brush"",""using"":""Escape""},{""time"":200639,""label"":""tour_next"",""step"":5},{""time"":208456,""label"":""tour_end"",""step"":5},{""time"":216542,""label"":""cleared_brush"",""using"":""Click""},{""time"":216845,""label"":""cleared_brush"",""using"":""Click""},{""time"":217461,""label"":""started_brush"",""startDate"":""2021-07-19"",""endDate"":""2021-09-02""}]}","{""startTime"":1678678713233,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",complex,1,0.5,1,1 -2023-03-12 23:30:25,2023-03-12 23:57:03,0,73.174.244.12,100,1597,1,2023-03-12 23:57:03,R_1CBH2uBmiwxwQuj,,,,,39.3408,-80.0285,anonymous,EN,1,50.137,50.137,51.248,1,,,,,,,,0,0,15.131,0,67,71,23,28.912,78.454,80.536,11,5.887,136.814,140.905,35,-2,-1,4.738,183.19,184.79,11,-3,-3,45.806,252.385,260.394,13,-2,3.61,60.215,61.844,3,11.606,11.606,15.04,1,5,2,4,4,4,4,I have no additional thought nor comment.,5.948,103.218,105.08,14,3,3,4,3,3,3,"The visualization appears to be well-designed and informative, but its effectiveness ultimately depends on the accuracy and reliability of the data it represents, and whether it meets the user's specific needs and goals. Ultimately, it is up to the user to determine whether or not they trust the information conveyed by the visualization.",7.85,71.956,74.638,3,4,,6.362,21.503,24.498,2,2,7,3,4,1,5,6,0,0,58.79,0,4,5,7,6,5,8,11,11,,6.566,29.747,37.002,16,4,3,4,3,5,4,2.15,82.898,85.139,7,6,,10.848,10.848,12.732,1,2,1942,California,7,1,1,,7,,,14,2,2,,80.334,162.903,173.49,23,64033349ec5c1a27ee79d14b,0,"{""startTime"":1678678871970,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678647814,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678423146,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":61,""label"":""tour_started""},{""label"":""window_focused"",""time"":1708},{""label"":""window_blurred"",""time"":13340},{""label"":""window_focused"",""time"":16803},{""time"":18963,""label"":""tour_next"",""step"":5},{""label"":""window_blurred"",""time"":24608},{""label"":""window_focused"",""time"":28121},{""time"":35957,""label"":""tour_back"",""step"":5},{""time"":43071,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1330,""week"":""52"",""id"":""chart""},{""time"":44463,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1069,""week"":""51"",""id"":""chart""},{""time"":49959,""label"":""tour_next"",""step"":5},{""label"":""window_blurred"",""time"":53932},{""label"":""window_focused"",""time"":56119},{""time"":57941,""label"":""tour_back"",""step"":5},{""time"":59771,""label"":""cleared_brush"",""using"":""Click""},{""time"":59771,""label"":""cleared_brush"",""using"":""Escape""},{""time"":64838,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1402,""week"":""50"",""id"":""chart""},{""time"":66245,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3679,""week"":""50"",""id"":""chart""},{""time"":76878,""label"":""tour_next"",""step"":5},{""time"":78783,""label"":""cleared_brush"",""using"":""Click""},{""time"":79532,""label"":""cleared_brush"",""using"":""Click""},{""time"":80253,""label"":""cleared_brush"",""using"":""Click""},{""time"":80763,""label"":""cleared_brush"",""using"":""Click""},{""time"":80999,""label"":""cleared_brush"",""using"":""Click""},{""time"":93206,""label"":""started_brush"",""startDate"":""2021-11-01"",""endDate"":""2022-01-09""},{""time"":105511,""label"":""cleared_brush"",""using"":""Click""},{""time"":108863,""label"":""started_brush"",""startDate"":""2021-09-28"",""endDate"":""2022-02-02""},{""time"":110090,""label"":""tour_next"",""step"":5},{""time"":117659,""label"":""moved_brush"",""startDate"":""2021-10-03"",""endDate"":""2022-02-07""},{""time"":118657,""label"":""tour_next"",""step"":5},{""time"":125364,""label"":""moved_brush"",""startDate"":""2021-10-03"",""endDate"":""2022-02-07""},{""time"":131320,""label"":""cleared_brush"",""using"":""Click""},{""time"":133383,""label"":""tour_next"",""step"":5},{""time"":136808,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678678630351,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",complex,0,0,0,0 -2023-03-12 23:23:38,2023-03-12 23:57:13,0,99.96.118.119,100,2015,1,2023-03-12 23:57:14,R_3h3CS0WJ2ELqWVz,,,,,33.9521,-84.5475,anonymous,EN,1,16.341,16.341,19.656,1,,,,,,,,0,0,15.106,0,87,79,72,14.328,41.351,43.432,4,21.322,94.306,133.787,9,1,1,51.921,70.223,73.573,4,-3,-3,84.357,116.703,135.914,2,1,33.302,33.302,35.115,1,0,0,15.018,0,3,3,3,5,6,4,,11.844,32.32,43.62,6,3,6,5,4,4,5,Crop pests and diseases aren't something that would normally be falsified. Pesticides and anti-fungals aren't cheap - no farmer would want to use more than needed and conversely wouldn't want to NOT use them if they were needed. So the agency putting out the information has a real incentive to make sure the information's as solid as possible.,2.894,2.894,200.444,1,5,Interesting survey - thank you!,7.618,9.95,24.529,2,2,7,3,4,1,5,6,0,0,76.481,0,3,4,9,8,2,10,7,9,,4.696,63.625,170.647,8,3,4,2,2,5,4,6.264,36.16,142.97,6,5,,5.651,5.651,167.297,1,1,1956,Georgia,6,2,1,,7,,,12,3,2,,2.192,477.609,628.302,19,62ffe399d769a8e595609133,0,"{""startTime"":1678678091383,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678135409,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678677906241,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":16622,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1743,""week"":""1"",""id"":""chart""},{""time"":21315,""label"":""tour_next"",""step"":5},{""time"":48197,""label"":""cleared_brush"",""using"":""Click""},{""time"":53417,""label"":""started_brush"",""startDate"":""2021-09-06"",""endDate"":""2021-12-25""},{""time"":56004,""label"":""tour_next"",""step"":5},{""time"":64405,""label"":""moved_brush"",""startDate"":""2021-11-06"",""endDate"":""2021-12-25""},{""time"":67778,""label"":""tour_next"",""step"":5},{""time"":75481,""label"":""cleared_brush"",""using"":""Click""},{""time"":77014,""label"":""cleared_brush"",""using"":""Click""},{""time"":77014,""label"":""cleared_brush"",""using"":""Escape""},{""time"":79366,""label"":""tour_next"",""step"":5},{""time"":94299,""label"":""tour_end"",""step"":5},{""time"":100273,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1050,""week"":""1"",""id"":""chart""},{""time"":101638,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1398,""week"":""51"",""id"":""chart""},{""time"":117073,""label"":""cleared_brush"",""using"":""Click""},{""time"":130956,""label"":""cleared_brush"",""using"":""Click""}]}","{""startTime"":1678678075745,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",complex,1,0,1,1 -2023-03-12 23:50:07,2023-03-13 00:05:53,0,172.59.144.137,100,946,1,2023-03-13 00:05:54,R_1Nt6466WnD9QWO4,,,,,37.9186,-121.3132,anonymous,EN,1,7.849,22.226,23.169,7,1,3,2,3.221,7.436,8.542,3,9.727,11.239,15.012,2,100,98,68,5.229,22.738,23.941,6,4.857,51.621,52.487,10,-1,-3,25.29,121.185,121.917,11,-3,-3,15.107,61.601,62.531,6,-3,14.789,39.981,40.674,5,8.484,13.969,15.011,3,6,5,5,6,6,6,,11.703,65.174,66.185,18,5,6,5,6,5,6,It is based on science as far as I can tell,8.7,75.788,79.7,4,4,,6.847,13.039,13.987,5,2,7,3,4,1,5,6,13.879,27.091,27.772,3,8,6,4,6,10,2,11,9,,4.154,28.314,29.739,11,4,5,1,1,5,5,8.079,34.431,35.417,12,2,1,4.701,15.537,17.083,6,2,1969,California,6,2,1,,9,,white/hispanic,16,4,1,edyrae13@gmail.com,5.327,238.301,239.366,54,56fb36ca34a0d3000b1a5701,1,"{""startTime"":1678679807841,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678679686609,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678679495314,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":21,""label"":""tour_started""},{""time"":13439,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4965,""week"":""52"",""id"":""chart""},{""time"":18736,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1217,""week"":""51"",""id"":""chart""},{""time"":29017,""label"":""tour_next"",""step"":2},{""time"":39784,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2898,""week"":""52"",""id"":""chart2""},{""time"":43382,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1166,""week"":""51"",""id"":""chart2""},{""time"":48773,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678679670918,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":10801,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1866,""week"":""52"",""id"":""chart""}]}",simple,0,0,0,0 -2023-03-12 23:45:27,2023-03-13 00:06:06,0,174.235.32.95,100,1239,1,2023-03-13 00:06:07,R_2fxJmAqfBx3uM5Y,,,,,35.2296,-80.843,anonymous,EN,1,11.534,65.611,68.682,40,1,2,2,2.773,7.35,9.901,3,0,0,15.012,0,84,45,5,4.477,30.455,32.694,8,10.293,173.704,174.79,41,1,1,61.07,82.769,84.055,6,-3,-3,4.957,87.782,89.073,11,-3,3.784,144.907,146.338,18,14.802,14.802,15.013,1,3,3,3,7,7,3,,3.569,45.873,47.389,11,4,3,1,7,2,3,Because I dont know where the information came and if it was accurately kept up with. And I don't trust alot of things or people trust is a very special thing and it gets broken a lot and I just don't trust stuff.,9.278,9.278,88.411,1,1,,6.645,19.259,20.301,11,2,7,3,4,1,5,6,16.564,31.258,32.338,3,6,6,6,6,9,4,11,9,,1.201,35.41,37.957,15,3,3,5,2,4,3,21.023,60.968,62.192,10,4,2,16.388,27.742,32.496,4,1,1983,North Carolina,2,2,1,,7,,,4,3,1,chrisandambones@gmail.com,4.74,114.442,116.129,73,5ec617a2e79285689c82fb8f,1,"{""startTime"":1678679802138,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678679652075,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678679302339,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":40,""label"":""tour_started""},{""time"":34068,""label"":""tour_next"",""step"":5},{""time"":117493,""label"":""cleared_brush"",""using"":""Click""},{""time"":118571,""label"":""started_brush"",""startDate"":""2021-06-28"",""endDate"":""2021-09-24""},{""time"":122893,""label"":""tour_next"",""step"":5},{""time"":137714,""label"":""moved_brush"",""startDate"":""2021-05-31"",""endDate"":""2021-09-24""},{""time"":142027,""label"":""moved_brush"",""startDate"":""2021-05-31"",""endDate"":""2021-10-02""},{""time"":143729,""label"":""tour_next"",""step"":5},{""time"":154092,""label"":""cleared_brush"",""using"":""Click""},{""time"":154092,""label"":""cleared_brush"",""using"":""Escape""},{""time"":155917,""label"":""tour_next"",""step"":5},{""time"":166332,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678679631666,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",complex,1,0,0,0 -2023-03-12 23:38:32,2023-03-13 00:08:36,0,121.91.229.168,100,1803,1,2023-03-13 00:08:37,R_6mUpOVbvFD6vmk9,,,,,40.0172,-75.0883,anonymous,EN,1,7.85,7.85,10.301,1,1,3,2,9.586,30.617,32.502,4,0,0,15.077,0,74,94,40,3.894,109.614,113.441,16,6.089,71.425,83.42,17,-2,1,4.482,128.577,139.737,10,-3,-3,4.854,193.741,208.072,11,-3,2.958,127.83,139.553,4,7.968,12.296,15.167,2,4,3,3,5,5,5,I have nothing to say. Thanks.,7.062,89.758,91.753,16,5,4,6,5,3,6,I found this visualization to be a research and scientific analysis that is very informative.,3.053,249.773,361.623,5,4,No comments. Thanks.,1.976,23.041,42.147,6,2,7,3,4,1,5,6,3.99,74.646,79.332,6,10,11,11,7,10,8,11,11,No comments.,1.789,47.021,55.95,17,4,5,4,3,4,3,3.672,38.543,40.556,7,2,1,0.819,26.546,28.501,6,2,1991,Virginia,6,3,1,,7,,,15,2,1,614ee5e28a2f0a07d4d639dd@email.prolific.co,1.367,203.039,209.517,32,614ee5e28a2f0a07d4d639dd,1,"{""startTime"":1678679670640,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678679249523,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678938607,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":27,""label"":""tour_started""},{""time"":44501,""label"":""tour_next"",""step"":2},{""time"":65340,""label"":""tour_end"",""step"":2},{""time"":72008,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2879,""week"":""30"",""id"":""chart""},{""time"":78073,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2807,""week"":""2"",""id"":""chart""}]}","{""startTime"":1678679232907,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":8308,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1684,""week"":""31"",""id"":""chart""}]}",moderate,0.5,0,0,0 -2023-03-12 23:41:06,2023-03-13 00:11:53,0,67.247.164.186,100,1847,1,2023-03-13 00:11:54,R_2QMnugZVX5P069l,,,,,43.2078,-77.6602,anonymous,EN,1,7.359,30.413,31.478,5,1,2,2,2.435,7.611,15.238,2,4.089,4.089,15.009,1,0,0,27,63.039,115.797,118.479,12,7.102,224.702,249.982,15,1,1,72.937,112.905,123.281,2,1,1,156.278,248.956,262.255,4,1,23.832,106.35,167.811,16,0,0,15.028,0,6,6,6,4,6,6,Including both vaccinated individuals and the unvaccinated in the same chart was very confusing to me when I first was presented with the data.,15.193,143.772,157.569,12,4,2,7,1,7,6,"Because I view the source, the CDC, as a credible source of information.",3.167,3.167,80.233,1,1,,5.312,5.312,19.98,1,2,7,3,4,1,5,6,0,0,54,0,2,7,1,1,11,1,11,4,,10.726,54.605,93.788,11,5,5,1,2,5,4,16.415,67.044,86.257,7,1,1,19.185,32.296,45.53,2,1,1984,New York,2,2,1,,7,,,1,3,2,,3.651,157.152,193.791,17,565b2be310593c000bff9695,1,"{""startTime"":1678679513385,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678679671817,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678679077800,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":35,""label"":""tour_started""},{""label"":""window_blurred"",""time"":4841},{""label"":""window_focused"",""time"":6999},{""time"":46744,""label"":""tour_next"",""step"":5},{""time"":112389,""label"":""cleared_brush"",""using"":""Click""},{""time"":122274,""label"":""started_brush"",""startDate"":""2021-05-09"",""endDate"":""2021-05-28""},{""time"":129840,""label"":""started_brush"",""startDate"":""2021-06-12"",""endDate"":""2021-11-14""},{""time"":137158,""label"":""tour_next"",""step"":5},{""time"":154279,""label"":""moved_brush"",""startDate"":""2021-07-06"",""endDate"":""2021-12-09""},{""time"":155512,""label"":""moved_brush"",""startDate"":""2021-07-06"",""endDate"":""2021-12-09""},{""time"":158712,""label"":""moved_brush"",""startDate"":""2021-07-06"",""endDate"":""2021-11-15""},{""time"":160449,""label"":""tour_next"",""step"":5},{""time"":182479,""label"":""cleared_brush"",""using"":""Click""},{""time"":186797,""label"":""tour_next"",""step"":5},{""time"":198224,""label"":""tour_end"",""step"":5},{""time"":199817,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1108,""week"":""52"",""id"":""chart""},{""time"":206274,""label"":""started_brush"",""startDate"":""2021-07-18"",""endDate"":""2021-09-15""},{""time"":206701,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1564,""week"":""34"",""id"":""chart""},{""time"":208331,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1321,""week"":""33"",""id"":""chart""},{""time"":210700,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2498,""week"":""32"",""id"":""chart""},{""time"":215493,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3608,""week"":""32"",""id"":""chart""},{""time"":220902,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2357,""week"":""32"",""id"":""chart""},{""time"":225594,""label"":""cleared_brush"",""using"":""Click""},{""time"":225805,""label"":""cleared_brush"",""using"":""Click""},{""time"":227020,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":19402,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678679497675,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":7289,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2677,""week"":""2"",""id"":""chart""},{""time"":12530,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1002,""week"":""35"",""id"":""chart""}]}",complex,1,1,1,1 -2023-03-13 00:15:25,2023-03-13 00:22:31,0,74.96.61.186,100,426,1,2023-03-13 00:22:32,R_2CxGy8dicE0PyBZ,,,,,38.8452,-77.4651,anonymous,EN,1,5.904,5.904,6.748,1,,,,,,,,13.529,13.529,15.108,1,71,76,40,6.375,12.015,12.725,4,3.948,6.941,18.702,2,1,1,9.734,41.713,42.905,6,-3,-3,16.991,41.134,42.005,3,1,42.439,42.439,43.203,1,0,0,15.01,0,3,3,3,4,4,4,,8.89,19.563,20.932,7,5,5,4,3,7,4,"It is well presented and doesn't seem misleading. For example, the scales are the same (in units of 1000 for each line).",1.214,7.514,27.633,2,2,,2.778,2.778,9.826,1,2,7,3,4,1,5,6,14.79,14.79,15.006,1,3,5,1,3,3,4,9,8,,4.346,16.901,18.802,12,1,2,4,4,1,1,5.667,14.884,15.543,7,1,,2.456,2.456,3.505,1,1,1996,Virginia,6,2,1,,2,,,9,4,2,,5.27,45.05,54.05,11,62e01fdb9adf283ff375724f,0,"{""startTime"":1678681115263,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678681066303,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678680987396,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":47,""label"":""tour_started""},{""time"":3928,""label"":""tour_next"",""step"":2},{""time"":6920,""label"":""tour_end"",""step"":2},{""time"":8412,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3328,""week"":""33"",""id"":""chart""},{""time"":13758,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1367,""week"":""51"",""id"":""chart""}]}","{""startTime"":1678681050476,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":6772,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1375,""week"":""52"",""id"":""chart""}]}",simple,1,0,1,1 +StartDate,EndDate,Status,IPAddress,Progress,Duration (in seconds),Finished,RecordedDate,ResponseId,RecipientLastName,RecipientFirstName,RecipientEmail,ExternalReference,LocationLatitude,LocationLongitude,DistributionChannel,UserLanguage,Consent Form,consent-time_First Click,consent-time_Last Click,consent-time_Page Submit,consent-time_Click Count,covid-vaccine,covid-vaccine-doses,covid-infection,covid-time_First Click,covid-time_Last Click,covid-time_Page Submit,covid-time_Click Count,bar-vis-timer_First Click,bar-vis-timer_Last Click,bar-vis-timer_Page Submit,bar-vis-timer_Click Count,affect-science_1,affect-clarity_1,affect-aesthetic_1,bar-initial-time_First Click,bar-initial-time_Last Click,bar-initial-time_Page Submit,bar-initial-time_Click Count,bar-tour-time_First Click,bar-tour-time_Last Click,bar-tour-time_Page Submit,bar-tour-time_Click Count,simple-bar-vlat-1,simple-bar-vlat-2,simple-bar-vlat-time_First Click,simple-bar-vlat-time_Last Click,simple-bar-vlat-time_Page Submit,simple-bar-vlat-time_Click Count,moderate-bar-vlat-1,moderate-bar-vlat-2,mod-bar-vlat-time_First Click,mod-bar-vlat-time_Last Click,mod-bar-vlat-time_Page Submit,mod-bar-vlat-time_Click Count,complex-bar-vlat-1,com-bar-vlat-time_First Click,com-bar-vlat-time_Last Click,com-bar-vlat-time_Page Submit,com-bar-vlat-time_Click Count,bar-explore-time_First Click,bar-explore-time_Last Click,bar-explore-time_Page Submit,bar-explore-time_Click Count,bar-data_1,bar-data_2,bar-data_3,bar-data_4,bar-data_5,bar-data_6,bar-data-exp,bar-data-time_First Click,bar-data-time_Last Click,bar-data-time_Page Submit,bar-data-time_Click Count,bar-vis_1,bar-vis_2,bar-vis_3,bar-vis_4,bar-vis_5,bar-vis_6,bar-why,bar-vis-time_First Click,bar-vis-time_Last Click,bar-vis-time_Page Submit,bar-vis-time_Click Count,interpersonal-trust_1,interper-trust-exp,interper-trust-time_First Click,interper-trust-time_Last Click,interper-trust-time_Page Submit,interper-trust-time_Click Count,attention-check_1,attention-check_2,attention-check_3,attention-check_4,attention-check_5,attention-check_6,attention-check_7,attention-check-time_First Click,attention-check-time_Last Click,attention-check-time_Page Submit,attention-check-time_Click Count,trust-in-science_1,trust-in-science_2,trust-in-science_3,trust-in-science_4,trust-in-science_5,trust-in-science_6,trust-in-science_7,trust-in-science_8,trust-science-exp,trust-science-time_First Click,trust-science-time_Last Click,trust-science-time_Page Submit,trust-science-time_Click Count,cognition_1,cognition_2,cognition_3,cognition_4,cognition_5,cognition_6,need-cognition-time_First Click,need-cognition-time_Last Click,need-cognition-time_Page Submit,need-cognition-time_Click Count,political_views,covid_information,politics_time_First Click,politics_time_Last Click,politics_time_Page Submit,politics_time_Click Count,Gender,Age,State_1,Education,Parents_education,Language,Language_4_TEXT,Ethnicity,Ethnicity_8_TEXT,Ethnicity_9_TEXT,Income,Religion,Interview,demographics_time_First Click,demographics_time_Last Click,demographics_time_Page Submit,demographics_time_Click Count,PROLIFIC_PID,isCovidData,provenance-bar-data,provenance-bar-vis,provenance-bar-tour,provenance-bar-explore,bar-complexity,vlat_simple,vlat_moderate,vlat_complex,assigned_vlat +2023-03-12 20:55:26,2023-03-12 20:59:13,0,72.140.211.54,100,227,1,2023-03-12 20:59:14,R_8rmBCqRevUJbRip,,,,,43.6859,-79.3974,anonymous,EN,1,3.5410000000000004,3.5410000000000004,4.591,1,,,,,,,,0.0,0.0,15.01,0,80,45,88,3.9930000000000003,9.391,10.534,3,1.8659999999999999,4.415,6.225,2,-1,-3,6.102,7.097,8.181000000000001,2,1,-2,5.138,6.329,9.187000000000001,2,-3,5.468999999999999,5.468999999999999,6.497000000000001,1,0.0,0.0,52.498999999999995,0,3,1,7,4,2,7,,7.096,12.495999999999999,13.606,6,7,7,2,2,1,5,It seems scientific,1.84,1.84,7.176,1,1,,2.222,4.572,5.635,2,2,7,3,4,1,5,6,0.0,0.0,8.669,0,2,2,2,3,3,2,3,3,,2.3280000000000003,5.928,7.555,8,3,2,2,2,3,1,2.1830000000000003,4.707,6.7379999999999995,6,2,,1.402,1.402,2.475,1,2,1984,Massachusetts,1,3,1,,2,,,1,1,2,1.077,24.044,25.414,14,,0,"{""startTime"":1678669055627,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678669031416,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678668963081,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":1865,""label"":""tour_next"",""step"":2},{""time"":4413,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678668978467,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":4579,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2291,""week"":""52"",""id"":""chart""},{""time"":8641,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3695,""week"":""52"",""id"":""chart2""},{""time"":22625,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1312,""week"":""1"",""id"":""chart""}]}",simple,0.0,0.5,0,0.0 +2023-03-12 22:55:27,2023-03-12 23:03:56,0,96.244.99.19,100,508,1,2023-03-12 23:03:56,R_24CbqjyCefqjEDT,,,,,39.2124,-76.8776,anonymous,EN,1,9.267000000000001,9.902000000000001,11.717,2,1.0,4.0,2.0,1.8019999999999998,3.904,4.822,3.0,0.0,0.0,15.007,0,100,100,50,9.084,16.242,17.347,3,14.352,17.433,28.831,2,-3,1,43.946999999999996,63.925,66.381,3,-3,-3,5.99,71.921,74.179,5,-3,46.049,46.79,48.376999999999995,2,0.0,0.0,15.01,0,6,6,6,6,6,6,,4.133,9.663,11.581,6,6,6,6,6,4,6,"The visualization is showing me the rate of cases as opposed to absolute numbers, which indicates it is trying to communicate useful information to me.",2.27,2.27,43.449,1,5,,3.661,5.474,8.503,2,2,7,3,4,1,5,6,0.0,0.0,15.853,0,5,6,1,5,7,3,10,9,,4.052,15.547,17.493,8,3,4,2,3,4,3,3.563,19.785999999999998,20.905,6,1,3.0,1.756,13.133,14.332,2,2,1999,Maryland,6,3,1,,7,,,17,4,1,3.958,42.813,52.461000000000006,12,5ec4a0fffe991f37f61b356e,1,"{""startTime"":1678676376070,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678676313498,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678676193499,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":38,""label"":""tour_started""},{""time"":7057,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3016,""week"":""52"",""id"":""chart""},{""time"":14340,""label"":""tour_next"",""step"":2},{""time"":17421,""label"":""tour_end"",""step"":2},{""time"":23728,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2118,""week"":""23"",""id"":""chart""}]}","{""startTime"":1678676297785,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":4607,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1030,""week"":""51"",""id"":""chart""},{""time"":6973,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2597,""week"":""50"",""id"":""chart""},{""time"":9726,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1129,""week"":""51"",""id"":""chart""},{""time"":10877,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2076,""week"":""52"",""id"":""chart""}]}",moderate,0.5,0.0,0,0.0 +2023-03-12 22:52:45,2023-03-12 23:05:28,0,167.224.159.51,100,762,1,2023-03-12 23:05:29,R_1kZDJESNJtHyIqs,,,,,36.0557,-94.1567,anonymous,EN,1,11.565,11.565,13.057,1,1.0,2.0,1.0,1.835,5.572,6.33,2.0,14.198,14.198,15.109000000000002,1,63,34,57,0.53,26.614,27.854,4,15.92,60.803999999999995,64.286,11,1,1,33.066,63.213,64.76,10,-3,-1,14.354000000000001,56.06,56.821999999999996,13,1,9.107999999999999,81.76,82.57,16,13.617,13.617,15.136,1,2,2,4,3,6,4,,1.516,27.755,30.455,12,2,3,3,1,1,5,"In this context, I feel no reason for distrusting it. No clear dishonest motive.",0.9009999999999999,0.9009999999999999,60.18899999999999,1,4,,7.9670000000000005,7.9670000000000005,9.629,1,2,7,3,4,1,5,6,6.309,6.777,16.473,2,1,3,5,5,2,1,11,11,,4.7989999999999995,45.26,50.021,18,4,4,1,1,4,5,6.542000000000001,26.206999999999997,26.75,8,2,1.0,3.1839999999999997,8.092,10.985999999999999,3,1,1999,Arkansas,3,3,1,,2,,,8,4,1,2.369,57.956,60.20399999999999,29,63127274665ebf35cb1a9571,1,"{""startTime"":1678676392060,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678676305907,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678676142593,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":11598,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3328,""week"":""51"",""id"":""chart""},{""time"":15913,""label"":""tour_next"",""step"":5},{""time"":24156,""label"":""started_brush"",""startDate"":""2021-08-09"",""endDate"":""2022-01-08""},{""time"":29291,""label"":""cleared_brush"",""using"":""Click""},{""time"":30981,""label"":""cleared_brush"",""using"":""Click""},{""time"":31404,""label"":""cleared_brush"",""using"":""Click""},{""time"":33342,""label"":""cleared_brush"",""using"":""Click""},{""time"":33971,""label"":""tour_next"",""step"":5},{""time"":38675,""label"":""cleared_brush"",""using"":""Click""},{""time"":42197,""label"":""moved_brush"",""startDate"":""2021-04-15"",""endDate"":""2021-06-22""},{""time"":44732,""label"":""moved_brush"",""startDate"":""2021-04-17"",""endDate"":""2021-06-24""},{""time"":45817,""label"":""tour_next"",""step"":5},{""time"":53331,""label"":""moved_brush"",""startDate"":""2021-04-17"",""endDate"":""2021-06-10""},{""time"":53611,""label"":""moved_brush"",""startDate"":""2021-04-17"",""endDate"":""2021-06-10""},{""time"":55819,""label"":""cleared_brush"",""using"":""Click""},{""time"":57026,""label"":""tour_next"",""step"":5},{""time"":60796,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678676290236,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":10308,""label"":""started_brush"",""startDate"":""2021-09-06"",""endDate"":""2022-02-07""},{""time"":11952,""label"":""moved_brush"",""startDate"":""2021-09-06"",""endDate"":""2022-02-07""}]}",complex,1.0,0.0,1,1.0 +2023-03-12 22:49:06,2023-03-12 23:08:06,0,71.114.60.102,100,1139,1,2023-03-12 23:08:07,R_3Hnsy0bnh9pW97e,,,,,38.6326,-77.2661,anonymous,EN,1,31.406,31.406,34.236,1,,,,,,,,0.0,0.0,15.009,0,96,95,41,32.044000000000004,54.797,55.961999999999996,6,8.089,72.668,80.64399999999999,3,1,1,40.406,52.677,87.53200000000001,2,1,-2,40.26,88.13,91.57799999999999,3,-2,97.616,97.616,109.125,1,0.0,0.0,15.015999999999998,0,3,4,3,5,5,3,,10.875,57.411,60.221000000000004,7,5,5,3,7,1,3,"You can use data and visualizations to sway others in many different ways. While I have no proof, there could be information unaccounted for, or the information recorded could have been calculated incorrectly.",3.4010000000000002,151.338,156.19799999999998,8,3,,13.763,14.982999999999999,18.243,2,2,7,3,4,1,5,6,0.0,0.0,31.31,0,1,7,7,4,1,2,9,5,,11.765999999999998,52.461999999999996,57.36600000000001,12,3,4,2,3,4,3,23.275,54.331,58.65,6,3,,15.827,15.827,19.632,1,2,2002,Virginia,3,1,1,,8,Woodbridge,,16,4,2,10.53,145.531,146.498,46,60f1bdd684969df9641e994b,0,"{""startTime"":1678676264286,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678676047616,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":1296,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7336,""week"":""52"",""id"":""chart2""}]}","{""startTime"":1678675863205,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":11682,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3275,""week"":""15"",""id"":""chart""},{""time"":17550,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1607,""week"":""1"",""id"":""chart""},{""time"":19174,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5051,""week"":""52"",""id"":""chart""},{""time"":32202,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":14309,""week"":""52"",""id"":""chart""},{""time"":47517,""label"":""tour_next"",""step"":2},{""time"":52846,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7276,""week"":""52"",""id"":""chart2""},{""time"":61356,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3059,""week"":""52"",""id"":""chart2""},{""time"":72663,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678676032212,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",simple,1.0,0.5,0,1.0 +2023-03-12 23:02:01,2023-03-12 23:14:33,0,75.1.91.184,100,751,1,2023-03-12 23:14:34,R_31jGH7YiQuZev6v,,,,,29.4227,-98.4927,anonymous,EN,1,4.961,4.961,5.922999999999999,1,1.0,4.0,2.0,11.140999999999998,12.335999999999999,13.342,2.0,8.758,8.758,15.106,1,100,100,50,15.308,24.375999999999998,25.39,3,5.667999999999999,160.165,162.164,2,1,1,22.185,48.708,50.001000000000005,4,1,-3,30.698,54.968,55.925,2,1,38.418,38.418,39.833,1,0.0,0.0,15.107000000000001,0,6,6,6,6,6,6,,7.735,16.736,18.861,7,6,6,5,5,3,6,It shows it in an organized manner,2.407,2.407,12.78,1,3,,5.117,14.527000000000001,15.892000000000001,5,2,7,3,4,1,5,6,0.0,0.0,25.301,0,1,1,1,1,1,1,11,10,,6.0520000000000005,16.319000000000003,17.801,8,4,4,2,3,3,3,12.860999999999999,42.336999999999996,43.298,7,1,2.0,5.775,13.07,17.526,3,1,1993,Texas,3,3,1,,9,,Black and Mexican,3,4,1,3.207,157.3,158.024,53,63129dd30887fb3d46640f2b,1,"{""startTime"":1678676873713,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678676826351,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678676596658,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":5662,""label"":""tour_next"",""step"":2},{""time"":6344,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2117,""week"":""50"",""id"":""chart2""},{""time"":160158,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678676810353,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":3858,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1467,""week"":""52"",""id"":""chart""},{""time"":5338,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2853,""week"":""52"",""id"":""chart2""}]}",simple,1.0,0.5,1,1.0 +2023-03-12 23:04:47,2023-03-12 23:15:00,0,24.43.21.218,100,612,1,2023-03-12 23:15:01,R_3eldnrMSyXSZgDz,,,,,33.5173,-117.1208,anonymous,EN,1,39.353,39.353,40.403,1,,,,,,,,0.0,0.0,15.015,0,22,15,15,5.166,9.832,11.652000000000001,4,19.4,22.599,24.996,2,1,1,30.475,39.255,40.467,2,1,-1,30.432,78.102,82.022,5,1,38.552,38.552,39.953,1,0.0,0.0,15.109000000000002,0,3,7,3,7,5,3,"I think count and rate seem different, so I don't understand why both terms are used.Also it's visually confusing with the stacking as it's not clear if the orange bar goes all the way down ",9.537,116.666,123.751,13,7,1,1,7,1,3,"I have no domain knowledge to say whether it makes sense or not.,And I find the stacked format really confusing and pointless",2.013,33.198,34.181999999999995,2,5,,3.216,8.083,10.645999999999999,5,2,7,3,4,1,5,6,0.0,0.0,14.520999999999999,0,4,5,2,8,7,7,10,10,,3.22,13.722000000000001,15.507,8,4,4,2,2,3,4,10.286,20.375999999999998,21.820999999999998,6,1,,15.636,15.636,17.384,1,2,1980,California,6,1,1,,7,,,17,4,1,1.766,35.88,54.501999999999995,13,5a49d6a06d85f80001c25bc4,0,"{""startTime"":1678676948655,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678676893874,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678676769598,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":6929,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6916,""week"":""52"",""id"":""chart""},{""time"":14911,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2517,""week"":""19"",""id"":""chart""},{""time"":19392,""label"":""tour_next"",""step"":2},{""time"":22592,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678676878178,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",moderate,1.0,0.5,1,0.5 +2023-03-12 23:07:40,2023-03-12 23:17:14,0,75.172.177.246,100,573,1,2023-03-12 23:17:14,R_1rPvaQfO3zfCdsf,,,,,47.6631,-122.3029,anonymous,EN,1,46.247,46.247,47.262,1,,,,,,,,0.0,0.0,15.109000000000002,0,85,84,35,6.5329999999999995,10.534,17.795,3,13.522,21.926,25.863000000000003,2,1,1,28.502,38.116,41.553999999999995,2,-3,-3,35.383,67.596,84.941,8,1,14.687000000000001,67.203,71.197,4,0.0,0.0,15.011,0,4,3,5,5,5,5,,6.072,19.647000000000002,21.342,7,4,5,3,7,7,4,"Well it doesn't include a source to verify its statistics, but other than that, it appears to be trustworthy. I'm not really sure, as I am not an expert in insect troubles or fungi troubles in Croatia of all places.",1.631,2.8,51.215,2,5,,4.298,8.921,10.407,7,2,7,3,4,1,5,6,6.71,16.820999999999998,18.595,4,2,5,2,4,4,6,10,10,,4.463,25.189,27.021,16,5,4,1,2,5,4,6.817,26.945999999999998,27.750999999999998,11,2,,1.6440000000000001,1.6440000000000001,5.631,1,1,1998,Washington,3,1,1,,7,,,4,3,2,1.198,36.927,38.201,15,610333282a90d4b77609c5f8,0,"{""startTime"":1678677035221,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678677057088,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678676950797,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":23,""label"":""tour_started""},{""time"":5657,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1550,""week"":""52"",""id"":""chart""},{""time"":11841,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1033,""week"":""52"",""id"":""chart""},{""time"":13514,""label"":""tour_next"",""step"":2},{""time"":19159,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1216,""week"":""52"",""id"":""chart2""},{""time"":21918,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678677019758,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":2143},{""label"":""window_focused"",""time"":11167}]}",simple,1.0,0.0,1,1.0 +2023-03-12 23:09:51,2023-03-12 23:20:45,0,24.214.85.223,100,654,1,2023-03-12 23:20:46,R_3pi2kNkyG6wUhE5,,,,,33.4734,-82.0111,anonymous,EN,1,4.37,4.37,10.457,1,1.0,3.0,1.0,2.156,6.018,7.672000000000001,2.0,0.0,0.0,15.110999999999999,0,70,44,72,6.188,15.109000000000002,16.703,3,6.312,66.363,69.442,9,1,1,39.452,50.354,52.803999999999995,2,-3,-3,30.615,50.376999999999995,52.903,2,1,18.389,32.995,34.935,2,0.0,0.0,16.224,0,3,3,4,4,4,4,,4.532,22.026,26.515,8,4,3,4,2,3,3,I don't know if the data is verifiable. ,2.063,2.063,16.746,1,4,,12.097000000000001,12.097000000000001,18.1,1,2,7,3,4,1,5,6,0.0,0.0,23.434,0,2,5,7,4,3,6,10,9,,10.425,26.748,29.865,8,4,4,3,2,2,4,3.005,31.465999999999998,35.435,6,5,4.0,3.9530000000000003,14.08,16.829,2,1,1997,Georgia,6,3,1,,7,,,12,3,1,2.15,60.601000000000006,62.971000000000004,16,5c17294778ee390001ab19e5,1,"{""startTime"":1678677319057,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678677176107,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_focused"",""time"":103425}]}","{""startTime"":1678677052421,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":21,""label"":""tour_started""},{""time"":6301,""label"":""tour_next"",""step"":5},{""time"":18481,""label"":""cleared_brush"",""using"":""Click""},{""time"":19888,""label"":""tour_back"",""step"":5},{""time"":29121,""label"":""tour_next"",""step"":5},{""time"":39529,""label"":""cleared_brush"",""using"":""Click""},{""time"":48054,""label"":""started_brush"",""startDate"":""2021-04-14"",""endDate"":""2021-06-25""},{""time"":49400,""label"":""tour_next"",""step"":5},{""time"":59094,""label"":""moved_brush"",""startDate"":""2021-07-30"",""endDate"":""2021-10-10""},{""time"":60233,""label"":""tour_next"",""step"":5},{""time"":63468,""label"":""cleared_brush"",""using"":""Click""},{""time"":64757,""label"":""tour_next"",""step"":5},{""time"":66351,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678677157889,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":9385}]}",complex,1.0,0.0,1,1.0 +2023-03-12 23:13:51,2023-03-12 23:22:43,0,174.63.59.104,100,531,1,2023-03-12 23:22:43,R_1g7xhCUCoRYIwAy,,,,,38.8503,-104.8567,anonymous,EN,1,3.845,3.845,4.89,1,1.0,3.0,2.0,4.015,10.03,12.0,2.0,0.0,0.0,15.107000000000001,0,73,79,55,10.096,15.234000000000002,16.930999999999997,3,8.357999999999999,12.843,22.021,2,1,1,17.452,34.064,35.878,3,-3,1,33.545,79.583,82.057,3,1,28.569000000000003,56.518,57.965,2,0.0,0.0,15.007,0,3,7,4,4,5,4,,7.021,22.288,25.593000000000004,7,5,5,4,6,5,5,"Although there are no hard data associated with this, it seems like a plausible number of cases based on societal behaviors of vacc/unvacc individuals.",1.643,1.643,45.785,1,2,,3.273,4.861000000000001,8.398,2,2,7,3,4,1,5,6,0.0,0.0,19.283,0,3,4,10,9,3,7,9,10,,3.87,25.05,28.024,10,4,4,1,1,4,5,2.945,16.355999999999998,17.4,6,5,1.0,3.4339999999999997,9.009,11.602,2,1,1981,Colorado,7,1,1,,7,,,14,2,1,2.062,68.993,74.11399999999999,17,5e11882114ae638303c715d9,1,"{""startTime"":1678677478424,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678677415910,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678677295689,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":8340,""label"":""tour_next"",""step"":2},{""time"":12829,""label"":""tour_end"",""step"":2},{""time"":18190,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1453,""week"":""1"",""id"":""chart""}]}","{""startTime"":1678677400468,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",moderate,1.0,0.5,1,0.5 +2023-03-12 22:56:45,2023-03-12 23:22:56,0,72.218.13.127,100,1570,1,2023-03-12 23:22:56,R_vrc5DL09FLrqtGx,,,,,37.11,-76.5115,anonymous,EN,1,4.354,4.354,6.218,1,,,,,,,,3.502,5.235,16.172,3,81,0,0,58.555,160.915,162.121,7,3.0789999999999997,523.207,527.5980000000001,31,-1,-1,3.886,153.52,154.547,8,-1,-1,2.983,9.883,11.081,5,-1,121.291,271.634,272.875,10,6.465,6.465,15.01,1,1,1,1,1,1,1,,3.18,24.473000000000003,25.868000000000002,9,1,1,1,1,1,1,I don't know how to read them and its too much,2.6289999999999996,2.6289999999999996,24.219,1,1,,2.245,10.564,11.685,5,2,7,3,4,1,5,6,3.4010000000000002,25.825,27.144000000000002,3,1,1,1,1,1,1,1,1,,1.6230000000000002,11.690999999999999,12.849,13,5,5,1,1,5,1,1.787,45.974,47.123999999999995,11,4,,11.712,14.655999999999999,15.865,4,1,1991,Virginia,3,2,1,,3,,,4,3,1,1.589,114.49,115.691,35,62e6c5d05d354e1f99d612e4,0,"{""startTime"":1678677344631,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":4468},{""label"":""window_focused"",""time"":4679}]}","{""startTime"":1678677302465,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678676435199,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":47,""label"":""tour_started""},{""time"":5255,""label"":""tour_next"",""step"":5},{""time"":30822,""label"":""cleared_brush"",""using"":""Click""},{""time"":34356,""label"":""cleared_brush"",""using"":""Click""},{""time"":35453,""label"":""cleared_brush"",""using"":""Click""},{""time"":38244,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-08-21""},{""time"":39301,""label"":""moved_brush"",""startDate"":""2021-05-25"",""endDate"":""2021-10-10""},{""time"":42953,""label"":""moved_brush"",""startDate"":""2021-07-16"",""endDate"":""2021-12-02""},{""time"":120241,""label"":""moved_brush"",""startDate"":""2021-11-26"",""endDate"":""2021-12-02""},{""time"":128617,""label"":""tour_back"",""step"":5},{""time"":137336,""label"":""tour_next"",""step"":5},{""time"":152775,""label"":""started_brush"",""startDate"":""2021-08-01"",""endDate"":""2021-08-09""},{""time"":154177,""label"":""moved_brush"",""startDate"":""2021-08-01"",""endDate"":""2021-08-24""},{""time"":155300,""label"":""tour_next"",""step"":5},{""label"":""window_blurred"",""time"":173292},{""label"":""window_focused"",""time"":297671},{""label"":""window_blurred"",""time"":355902},{""label"":""window_focused"",""time"":372726},{""time"":379111,""label"":""started_brush"",""startDate"":""2021-07-02"",""endDate"":""2021-08-04""},{""time"":384009,""label"":""moved_brush"",""startDate"":""2021-12-23"",""endDate"":""2022-01-25""},{""time"":385811,""label"":""moved_brush"",""startDate"":""2021-05-03"",""endDate"":""2021-06-05""},{""time"":387342,""label"":""tour_next"",""step"":5},{""time"":469726,""label"":""moved_brush"",""startDate"":""2021-05-03"",""endDate"":""2021-07-04""},{""time"":472175,""label"":""started_brush"",""startDate"":""2021-07-25"",""endDate"":""2021-08-29""},{""time"":474257,""label"":""started_brush"",""startDate"":""2021-09-15"",""endDate"":""2021-10-10""},{""time"":476923,""label"":""started_brush"",""startDate"":""2021-10-19"",""endDate"":""2021-11-11""},{""time"":478237,""label"":""moved_brush"",""startDate"":""2021-10-19"",""endDate"":""2021-11-24""},{""time"":480021,""label"":""started_brush"",""startDate"":""2021-12-02"",""endDate"":""2021-12-19""},{""time"":481942,""label"":""started_brush"",""startDate"":""2022-01-03"",""endDate"":""2022-01-27""},{""time"":483790,""label"":""started_brush"",""startDate"":""2022-01-18"",""endDate"":""2022-02-06""},{""time"":486955,""label"":""started_brush"",""startDate"":""2021-04-17"",""endDate"":""2021-05-17""},{""time"":487712,""label"":""moved_brush"",""startDate"":""2021-04-17"",""endDate"":""2021-05-21""},{""time"":490876,""label"":""started_brush"",""startDate"":""2021-06-13"",""endDate"":""2021-08-03""},{""time"":492244,""label"":""moved_brush"",""startDate"":""2021-06-13"",""endDate"":""2021-11-13""},{""time"":496623,""label"":""moved_brush"",""startDate"":""2021-06-13"",""endDate"":""2021-08-27""},{""time"":549598,""label"":""cleared_brush"",""using"":""Click""},{""time"":550837,""label"":""started_brush"",""startDate"":""2021-11-20"",""endDate"":""2021-12-29""},{""time"":552785,""label"":""started_brush"",""startDate"":""2022-01-16"",""endDate"":""2022-01-29""},{""time"":555244,""label"":""tour_next"",""step"":5},{""time"":563780,""label"":""tour_end"",""step"":5},{""label"":""window_blurred"",""time"":573151},{""label"":""window_focused"",""time"":574314}]}","{""startTime"":1678677286837,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",complex,0.0,0.0,0,0.0 +2023-03-12 23:15:40,2023-03-12 23:28:09,0,47.232.88.100,100,748,1,2023-03-12 23:28:11,R_1n29yspyMQhoH9u,,,,,38.5317,-89.9988,anonymous,EN,1,8.067,8.699,9.225,2,,,,,,,,0.0,0.0,15.007,0,78,64,62,12.152999999999999,19.951,24.705,4,7.3389999999999995,159.386,180.75400000000002,17,1,1,24.237,35.056,36.535,2,-3,-3,33.324,76.043,77.20100000000001,4,1,43.236000000000004,43.236000000000004,44.386,1,5.56,9.291,16.316,7,5,5,5,4,5,4,This graph's coloring is unpleasant.,6.662000000000001,15.888,30.221999999999998,7,5,5,4,3,3,4,"It seems scientific, though I don't like the way the data is presented.",2.9189999999999996,2.9189999999999996,20.549,1,5,Thank you for the opportunity.,8.927,10.022,20.877,2,2,7,3,4,1,5,6,0.0,0.0,20.715999999999998,0,6,6,8,7,6,7,8,8,"None, thanks :)",4.121,19.113,23.998,9,4,3,2,2,4,4,2.654,25.090999999999998,27.926,11,4,,3.1919999999999997,3.1919999999999997,4.862,1,1,1996,Illinois,6,1,1,,7,,,19,5,2,0.799,111.221,115.448,24,5c7e14531c3cf8001638b5b0,0,"{""startTime"":1678677707067,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678677636794,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_focused"",""time"":32360}]}","{""startTime"":1678677393001,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":17,""label"":""tour_started""},{""time"":10425,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1019,""week"":""1"",""id"":""chart""},{""time"":25195,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1840,""week"":""22"",""id"":""chart""},{""time"":28875,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1139,""week"":""15"",""id"":""chart""},{""time"":31814,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1089,""week"":""15"",""id"":""chart""},{""time"":33168,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1305,""week"":""41"",""id"":""chart""},{""time"":39022,""label"":""tour_next"",""step"":5},{""time"":54060,""label"":""cleared_brush"",""using"":""Click""},{""time"":59193,""label"":""cleared_brush"",""using"":""Click""},{""time"":65386,""label"":""cleared_brush"",""using"":""Click""},{""time"":66358,""label"":""cleared_brush"",""using"":""Click""},{""time"":66844,""label"":""cleared_brush"",""using"":""Click""},{""time"":71884,""label"":""cleared_brush"",""using"":""Click""},{""time"":72982,""label"":""cleared_brush"",""using"":""Click""},{""time"":81694,""label"":""started_brush"",""startDate"":""2021-04-08"",""endDate"":""2021-05-12""},{""time"":84001,""label"":""cleared_brush"",""using"":""Click""},{""time"":88653,""label"":""cleared_brush"",""using"":""Click""},{""time"":102161,""label"":""cleared_brush"",""using"":""Click""},{""time"":104433,""label"":""tour_next"",""step"":5},{""time"":119960,""label"":""cleared_brush"",""using"":""Click""},{""time"":122527,""label"":""cleared_brush"",""using"":""Click""},{""time"":125567,""label"":""cleared_brush"",""using"":""Click""},{""time"":126755,""label"":""cleared_brush"",""using"":""Click""},{""time"":129300,""label"":""cleared_brush"",""using"":""Click""},{""time"":132120,""label"":""cleared_brush"",""using"":""Click""},{""time"":133296,""label"":""cleared_brush"",""using"":""Click""},{""time"":134622,""label"":""cleared_brush"",""using"":""Click""},{""time"":137414,""label"":""cleared_brush"",""using"":""Click""},{""time"":140485,""label"":""cleared_brush"",""using"":""Click""},{""time"":141969,""label"":""moved_brush"",""startDate"":""2021-08-10"",""endDate"":""2021-10-08""},{""time"":144257,""label"":""cleared_brush"",""using"":""Click""},{""time"":148522,""label"":""cleared_brush"",""using"":""Click""},{""time"":149283,""label"":""tour_next"",""step"":5},{""time"":154387,""label"":""cleared_brush"",""using"":""Click""},{""time"":154387,""label"":""cleared_brush"",""using"":""Escape""},{""time"":155376,""label"":""tour_next"",""step"":5},{""time"":159383,""label"":""tour_end"",""step"":5},{""time"":174528,""label"":""started_brush"",""startDate"":""2021-09-05"",""endDate"":""2022-02-07""},{""time"":175447,""label"":""cleared_brush"",""using"":""Click""},{""time"":178739,""label"":""cleared_brush"",""using"":""Click""}]}","{""startTime"":1678677618832,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":13995}]}",complex,1.0,0.0,1,1.0 +2023-03-12 23:18:41,2023-03-12 23:28:31,0,99.9.227.253,100,590,1,2023-03-12 23:28:32,R_2tMAIUb1zU7FkvP,,,,,39.7436,-86.1158,anonymous,EN,1,5.176,24.003,24.998,3,2.0,,2.0,2.7319999999999998,2.7319999999999998,3.763,1.0,0.0,0.0,15.01,0,50,100,50,11.19,23.246,27.691,3,11.732999999999999,21.339000000000002,35.77,2,1,-3,25.754,47.199,48.906000000000006,2,-3,-3,38.217,74.525,75.402,3,-1,40.488,40.488,41.306000000000004,1,0.0,0.0,15.027000000000001,0,3,7,3,5,5,1,,19.122,41.818000000000005,45.423,6,7,5,3,1,1,5,"You told me to assume that I trust the data. I don't, but that's what you told me to do.",3.322,25.756999999999998,29.203000000000003,5,4,,6.6,6.6,8.599,1,2,7,3,4,1,5,6,0.0,0.0,14.585999999999999,0,1,1,1,1,1,1,1,1,"I don't trust scientists. I would trust science, except it is performed by humans.",2.8160000000000003,20.48,39.303000000000004,10,1,1,4,5,1,2,8.427,19.182000000000002,19.975,6,6,2.0,2.201,12.944,14.277000000000001,2,2,1977,Indiana,7,3,1,,8,Indianapolis,,10,4,2,2.596,67.952,74.298,31,55cb79e0fdf99b3c26ae4bca,1,"{""startTime"":1678677706055,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":1338},{""label"":""window_focused"",""time"":8098}]}","{""startTime"":1678677751942,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678677605058,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":17,""label"":""tour_started""},{""time"":11727,""label"":""tour_next"",""step"":2},{""time"":21333,""label"":""tour_end"",""step"":2},{""time"":26488,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1269,""week"":""1"",""id"":""chart2""},{""time"":27927,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1974,""week"":""1"",""id"":""chart""},{""time"":29963,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3538,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678677690558,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",simple,0.5,0.0,0,0.5 +2023-03-12 23:20:47,2023-03-12 23:31:34,0,66.61.113.24,100,646,1,2023-03-12 23:31:36,R_3hyC0Rwbk7iPMzb,,,,,40.8784,-82.6541,anonymous,EN,1,13.969000000000001,13.969000000000001,15.408,1,,,,,,,,0.0,0.0,15.009,0,83,82,70,8.892000000000001,16.484,17.495,3,14.548,20.866999999999997,35.593,2,-2,1,10.414000000000001,33.173,34.177,4,-3,-3,27.339000000000002,66.275,69.218,2,1,24.252,24.252,33.569,1,0.0,0.0,15.11,0,5,4,5,5,6,5,,11.943,21.807,25.118000000000002,6,6,6,6,6,6,6,I trust this visualization,1.382,18.294,34.505,2,3,,7.944,7.944,15.052999999999999,1,2,7,3,4,1,5,6,39.488,39.488,54.797,1,3,5,4,4,1,5,10,11,,4.383,16.248,18.476,8,4,4,2,3,4,4,8.911,37.878,39.37,7,4,,5.912999999999999,5.912999999999999,7.654,1,1,1998,Ohio,2,2,1,,7,,,4,3,1,1.274,127.273,153.864,43,63d80e0449b458dd5f8140be,0,"{""startTime"":1678677860351,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678677789034,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_focused"",""time"":580},{""label"":""window_blurred"",""time"":8079},{""label"":""window_focused"",""time"":20745},{""label"":""window_blurred"",""time"":22526},{""label"":""window_focused"",""time"":26007}]}","{""startTime"":1678677702874,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":7198,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1417,""week"":""48"",""id"":""chart""},{""time"":9631,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1750,""week"":""1"",""id"":""chart""},{""time"":14542,""label"":""tour_next"",""step"":2},{""time"":17698,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1050,""week"":""2"",""id"":""chart2""},{""time"":20862,""label"":""tour_end"",""step"":2},{""time"":23060,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2274,""week"":""50"",""id"":""chart2""},{""time"":29872,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1626,""week"":""32"",""id"":""chart2""}]}","{""startTime"":1678677773491,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":15157}]}",simple,0.5,0.0,1,0.5 +2023-03-12 23:21:18,2023-03-12 23:33:09,0,24.193.135.1,100,710,1,2023-03-12 23:33:10,R_1QLPEXxUJgrVGxr,,,,,40.6001,-73.7497,anonymous,EN,1,13.707,15.215,16.283,3,,,,,,,,0.0,0.0,15.114,0,44,21,12,18.152,38.536,39.705999999999996,6,5.019,32.713,35.238,5,-1,-1,23.4,30.728,31.685,4,1,-1,12.59,77.952,78.937,8,-1,16.646,25.646,26.401999999999997,4,3.0269999999999997,10.492,15.020999999999999,3,3,3,3,1,2,3,none,1.511,35.229,38.681,10,1,1,1,1,1,3,I don't know if these are actually facts or its random data.,3.366,38.089,42.693000000000005,2,5,none,12.474,22.165,23.891,5,2,7,3,4,1,5,6,10.08,26.054000000000002,26.986,3,5,5,8,7,7,7,8,10,none,6.735,31.863000000000003,34.75,12,1,3,1,2,2,3,9.692,44.911,46.701,8,2,,8.797,23.840999999999998,25.406,3,1,1979,New York,3,1,1,,8,Rockaway Park,,9,2,1,3.8280000000000003,146.819,147.803,28,63f2e107c4d0bc684b99d2c6,0,"{""startTime"":1678677852171,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678677891525,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678677721221,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":31,""label"":""tour_started""},{""time"":14958,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1069,""week"":""45"",""id"":""chart""},{""time"":17465,""label"":""tour_next"",""step"":2},{""time"":23741,""label"":""tour_end"",""step"":2},{""time"":26825,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2907,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678677836494,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",moderate,0.0,0.5,0,0.5 +2023-03-12 23:24:07,2023-03-12 23:33:12,0,67.182.177.152,100,544,1,2023-03-12 23:33:13,R_1oBenWNiEBzuFqv,,,,,37.6752,-120.9465,anonymous,EN,1,5.432,5.432,6.439,1,,,,,,,,0.0,0.0,15.014000000000001,0,100,100,78,4.2669999999999995,15.84,18.502,6,17.73,23.842,50.437,2,-1,1,15.123,29.58,32.37,10,-3,-3,25.857,55.243,55.678999999999995,3,1,20.576,20.576,22.401,1,0.0,0.0,15.02,0,5,4,6,4,5,5,,5.892,28.831,39.586,9,4,4,5,2,7,6,I don't think that there is any reason for anyone to lie about the data on the visualization. The graph seems like it has accurate information.,2.8080000000000003,2.8080000000000003,27.35,1,6,When using the interactive graph a box with information got stuck open and appeared on every page of the survey and blocked some of the information on the other graphs.,5.3389999999999995,6.51,58.924,2,2,7,3,4,1,5,6,0.0,0.0,16.184,0,1,1,2,4,1,3,11,10,,6.5,17.155,19.535,8,3,3,1,2,5,3,12.012,27.595,28.6,7,1,,8.084,8.084,9.656,1,2,1989,California,7,2,1,,9,,Modesto,11,4,1,2.292,72.317,76.579,43,5fb54678abd965015f4ae7b7,0,"{""startTime"":1678678036782,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678076930,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678677913946,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":4788,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2724,""week"":""2"",""id"":""chart""},{""time"":8612,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2563,""week"":""52"",""id"":""chart""},{""time"":15497,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1490,""week"":""42"",""id"":""chart""},{""time"":17725,""label"":""tour_next"",""step"":2},{""time"":23837,""label"":""tour_end"",""step"":2},{""time"":24660,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1489,""week"":""52"",""id"":""chart""},{""time"":27960,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8942,""week"":""52"",""id"":""chart""},{""time"":37693,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1658,""week"":""51"",""id"":""chart""},{""time"":45254,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1252,""week"":""6"",""id"":""chart""}]}","{""startTime"":1678678021174,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":4315,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1159,""week"":""3"",""id"":""chart""},{""time"":5799,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8297,""week"":""2"",""id"":""chart""}]}",moderate,0.5,0.0,1,0.0 +2023-03-12 23:24:38,2023-03-12 23:34:35,0,98.15.201.132,100,597,1,2023-03-12 23:34:36,R_232a0FWkOGkpCHe,,,,,41.3944,-74.3332,anonymous,EN,1,1.555,10.597999999999999,11.446,2,1.0,2.0,2.0,2.0140000000000002,5.642,10.970999999999998,2.0,0.0,0.0,15.057,0,100,100,52,18.006,31.495,32.374,5,6.551,13.324000000000002,17.277,2,1,1,29.048000000000002,43.03,44.957,3,-3,-3,17.587,90.501,110.904,4,1,32.729,34.196,37.153,2,0.0,0.0,15.022,0,6,3,3,6,6,6,,7.5089999999999995,21.02,24.923000000000002,7,6,6,6,5,5,6,it's from the CDC,3.819,3.819,13.055,1,4,,6.822,6.822,9.987,1,2,7,3,4,1,5,6,0.0,0.0,26.238000000000003,0,1,6,1,6,1,1,11,10,,9.226,28.035,29.987,9,2,3,3,3,1,3,18.426,53.373999999999995,55.464,8,2,2.0,0.846,17.403,19.213,3,1,1999,New York,3,3,1,,7,,,18,4,2,4.296,59.028,63.531000000000006,13,640e11f99076926cad445e1e,1,"{""startTime"":1678678109673,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678135861,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678677963933,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":73,""label"":""tour_started""},{""time"":6518,""label"":""tour_next"",""step"":2},{""time"":13289,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678678093639,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":10598,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1286,""week"":""34"",""id"":""chart""}]}",moderate,1.0,0.0,1,0.0 +2023-03-12 23:27:36,2023-03-12 23:34:43,0,98.188.190.24,100,427,1,2023-03-12 23:34:44,R_vOdpQIc9BfTck13,,,,,36.0344,-114.9705,anonymous,EN,1,3.238,3.238,4.038,1,1.0,2.0,2.0,0.0,0.0,3.885,0.0,0.0,0.0,15.109000000000002,0,82,92,71,8.78,12.25,13.495,3,7.267,22.261999999999997,28.164,3,-3,1,49.89,64.78399999999999,68.391,3,1,-3,11.718,34.021,35.245,3,1,26.271,26.541999999999998,29.427,2,0.0,0.0,15.013,0,4,4,5,5,5,5,,7.369,19.047,20.669,8,4,5,5,3,4,4,"It states the source and the source should be somewhere that I trust. But then again, anyone can claim the source is from this place but not be true.",2.188,2.188,32.294000000000004,1,5,,4.92,4.92,6.202999999999999,1,2,7,3,4,1,5,6,0.0,0.0,16.968,0,6,7,8,9,7,6,10,10,,0.0,0.0,15.407,0,2,2,3,3,3,4,0.0,0.0,14.665,0,2,2.0,0.0,0.0,11.077,0,1,1991,Nevada,5,2,1,,7,,,6,4,2,6.575,54.494,58.62,16,5e1f7b2a4c9b832b34e7c9d3,1,"{""startTime"":1678678217431,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678238594,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678104502,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":7260,""label"":""tour_next"",""step"":2},{""time"":13170,""label"":""tour_end"",""step"":2},{""time"":13848,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1849,""week"":""41"",""id"":""chart""},{""time"":18005,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3779,""week"":""52"",""id"":""chart""},{""time"":22990,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1110,""week"":""52"",""id"":""chart2""}]}","{""startTime"":1678678201902,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":3779,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2195,""week"":""52"",""id"":""chart2""},{""time"":13131,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1949,""week"":""52"",""id"":""chart""}]}",simple,0.5,0.5,1,0.5 +2023-03-12 23:23:49,2023-03-12 23:34:45,0,69.23.103.128,100,655,1,2023-03-12 23:34:45,R_9N8K5fxwjCP8WUp,,,,,44.2433,-88.3564,anonymous,EN,1,16.133,16.133,16.992,1,1.0,1.0,1.0,7.671,9.382,10.880999999999998,2.0,0.0,0.0,15.015,0,67,80,46,12.995,19.307000000000002,20.105,3,6.7620000000000005,9.769,11.552,2,1,1,42.178999999999995,53.51,55.082,2,-3,-3,31.421,49.691,50.945,2,-2,137.619,137.619,139.096,1,0.0,0.0,15.009,0,4,4,4,4,4,4,,10.312999999999999,13.345999999999998,16.033,6,6,6,6,6,6,6,its easy to understand,1.964,1.964,13.635,1,4,,5.497999999999999,5.497999999999999,7.4510000000000005,1,2,7,3,4,1,5,6,0.0,0.0,14.030999999999999,0,9,9,9,9,9,9,9,9,,6.364,11.657,13.819,8,1,1,5,4,1,1,18.047,31.375999999999998,33.123000000000005,7,4,2.0,3.259,7.689,8.839,2,2,1988,Wisconsin,4,2,1,,7,,,4,5,1,2.274,55.15,59.285,16,5e8681d1fc96dd135df99ee6,1,"{""startTime"":1678678132993,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678096926,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678013117,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":35,""label"":""tour_started""},{""time"":4508,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1481,""week"":""50"",""id"":""chart""},{""time"":6746,""label"":""tour_next"",""step"":2},{""time"":9752,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678678081155,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":5054,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3108,""week"":""51"",""id"":""chart2""}]}",simple,1.0,0.0,0,1.0 +2023-03-12 23:20:27,2023-03-12 23:34:49,0,72.219.78.66,100,861,1,2023-03-12 23:34:50,R_2E77mJLu1PZxmrB,,,,,33.6128,-117.6622,anonymous,EN,1,257.195,261.504,263.171,8,,,,,,,,2.897,2.897,15.008,1,100,100,50,0.268,25.943,27.820999999999998,11,4.666,50.06,51.297,9,1,1,1.7369999999999999,34.861999999999995,36.016,10,-3,-3,2.17,42.613,43.852,16,1,2.34,41.593999999999994,42.678999999999995,5,2.1390000000000002,5.526,15.014000000000001,2,3,4,4,4,5,5,,3.668,25.589000000000002,26.769000000000002,11,5,5,5,1,3,5,I have no reason not to believe the information presented to me,2.8339999999999996,4.96,18.405,3,6,,3.012,7.291,8.539,5,2,7,3,4,1,5,6,4.853,13.59,14.383,4,3,6,6,5,6,7,9,9,,3.3310000000000004,20.309,21.395,14,4,4,2,2,4,4,4.579,17.93,23.647,10,2,,1.92,3.662,4.752,3,2,1972,California,7,1,1,,7,,,13,4,1,1.4380000000000002,57.519,60.592,28,5b894987e79bf50001e1ff95,0,"{""startTime"":1678678227596,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678046916,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":2811},{""label"":""window_focused"",""time"":18550}]}","{""startTime"":1678677943121,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":20,""label"":""tour_started""},{""time"":9347,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1534,""week"":""45"",""id"":""chart""},{""time"":10981,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1183,""week"":""43"",""id"":""chart""},{""time"":15155,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2518,""week"":""52"",""id"":""chart""},{""time"":18835,""label"":""tour_next"",""step"":2},{""time"":27058,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1968,""week"":""2"",""id"":""chart2""},{""time"":30309,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1299,""week"":""6"",""id"":""chart2""},{""time"":34727,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1367,""week"":""33"",""id"":""chart2""},{""time"":38060,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1734,""week"":""51"",""id"":""chart2""},{""time"":48377,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678678031338,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",simple,1.0,0.0,1,1.0 +2023-03-12 23:18:58,2023-03-12 23:35:53,0,68.46.90.139,100,1014,1,2023-03-12 23:35:53,R_12hI9VBFMasfujl,,,,,45.2377,-93.2765,anonymous,EN,1,4.713,4.713,5.931,1,1.0,2.0,2.0,1.156,3.865,4.54,2.0,0.0,0.0,15.107999999999999,0,100,83,74,7.3660000000000005,10.812999999999999,11.681,4,5.419,10.564,29.676,2,1,-3,43.638999999999996,52.458,53.221000000000004,2,-3,1,2.678,63.067,64.499,22,-3,9.856,30.99,32.543,2,0.0,0.0,15.005999999999998,0,4,3,4,6,5,6,,9.36,20.596,22.355,8,4,5,5,7,7,5,"The data makes sense to me, and I like that the axes are consistent. ",1.5759999999999998,2.701,17.227,2,4,,4.55,7.829,8.593,5,2,7,3,4,1,5,6,12.181,17.225,338.68,2,3,7,9,9,6,8,11,10,,8.308,18.724,20.227,11,5,4,1,1,5,5,5.497000000000001,19.959,20.909000000000002,7,5,3.0,3.215,22.974,23.612,6,1,1991,Minnesota,6,1,1,,4,,,17,3,1,2.478,51.821000000000005,53.622,20,63e081512a825f68bcfdc757,1,"{""startTime"":1678677742181,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678677682668,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678677583539,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":5413,""label"":""tour_next"",""step"":2},{""time"":10558,""label"":""tour_end"",""step"":2},{""time"":11288,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1204,""week"":""52"",""id"":""chart2""},{""time"":12800,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5512,""week"":""52"",""id"":""chart""},{""time"":21768,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1551,""week"":""52"",""id"":""chart2""}]}","{""startTime"":1678677667197,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":4523,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2041,""week"":""52"",""id"":""chart""}]}",simple,0.5,0.5,0,0.5 +2023-03-12 23:28:32,2023-03-12 23:36:14,0,67.182.64.231,100,461,1,2023-03-12 23:36:14,R_1GTxX0GlJFNNFW0,,,,,38.580999999999996,-121.4939,anonymous,EN,1,3.81,3.81,5.2860000000000005,1,1.0,2.0,2.0,1.3,3.0389999999999997,3.7710000000000004,2.0,0.0,0.0,15.106,0,93,100,100,9.137,21.555,25.537,4,7.66,27.213,27.798000000000002,8,1,1,30.061,37.085,38.165,2,-3,-3,6.334,61.196999999999996,62.193999999999996,8,1,14.76,24.468000000000004,25.453000000000003,2,12.633,12.633,15.013,1,7,3,7,6,6,7,,8.477,21.921999999999997,24.313000000000002,7,5,6,6,1,3,6,"It said ""Assuming you trust the information"". So, assuming I trust the actual numbers, I do not feel the visualization was doing anything to try and misrepresent those numbers.",4.112,54.248999999999995,54.913999999999994,8,6,,4.327,4.327,6.098,1,2,7,3,4,1,5,6,0.0,0.0,13.487,0,1,1,10,10,1,6,9,10,,3.7089999999999996,16.595,17.84,9,4,3,3,3,3,4,8.999,20.643,23.197,6,6,2.0,2.274,8.147,10.305,2,1,1998,California,6,3,1,,7,,,19,4,1,1.974,40.906,44.805,12,640e54837a907926a3ee82aa,1,"{""startTime"":1678678362848,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678280493,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":4168},{""label"":""window_focused"",""time"":10171}]}","{""startTime"":1678678173446,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":13477,""label"":""tour_next"",""step"":2},{""time"":19000,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678678264865,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":8252},{""label"":""window_focused"",""time"":12520}]}",moderate,1.0,0.0,1,0.0 +2023-03-12 23:21:52,2023-03-12 23:37:08,0,70.123.36.249,100,915,1,2023-03-12 23:37:08,R_phC14PS2rTiRoQN,,,,,30.2627,-97.7467,anonymous,EN,1,24.594,25.096999999999998,26.107,2,1.0,3.0,2.0,4.335,7.035,8.327,2.0,0.0,0.0,15.118,0,100,100,85,5.001,26.061,26.705,5,15.673,19.115,59.331,2,1,1,27.588,40.0,41.772,2,-3,-3,66.148,179.52700000000002,183.465,11,1,42.651,42.651,44.387,1,2.2569999999999997,2.2569999999999997,15.02,1,6,5,6,6,6,5,,3.285,64.54899999999999,67.71600000000001,9,6,5,5,3,4,5,Seems to align with scientific data in regards to the efficacy of the covid-19 vaccine. The only reason I didn't put strong agree is because I just in general try not to believe everything I see on the internet without fact-checking.,2.7960000000000003,2.7960000000000003,83.443,1,2,,7.827000000000001,10.966,17.232,4,2,7,3,4,1,5,6,0.0,0.0,28.249000000000002,0,1,1,1,1,4,1,10,8,,12.421,45.526,70.88,14,3,3,1,1,4,5,10.432,38.53,40.2,6,1,2.0,13.917,29.046999999999997,31.405,5,1,1991,Texas,6,1,1,,7,,,6,4,1,5.83,85.26700000000001,86.823,22,610878f08e2b6c83ea3905da,1,"{""startTime"":1678678066270,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678134441,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678677807199,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":11103,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3509,""week"":""50"",""id"":""chart""},{""time"":15667,""label"":""tour_next"",""step"":2},{""time"":19110,""label"":""tour_end"",""step"":2},{""time"":22691,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2095,""week"":""52"",""id"":""chart""},{""time"":25619,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2858,""week"":""6"",""id"":""chart""},{""time"":30673,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":26157,""week"":""6"",""id"":""chart""}]}","{""startTime"":1678678050792,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",moderate,1.0,0.0,1,0.0 +2023-03-12 23:25:56,2023-03-12 23:37:26,0,76.132.72.146,100,690,1,2023-03-12 23:37:26,R_RklXsEeQFmhn1Yt,,,,,37.3177,-122.0438,anonymous,EN,1,16.873,16.873,17.646,1,1.0,3.0,1.0,3.622,6.369,7.1979999999999995,2.0,0.0,0.0,15.125,0,79,19,66,4.145,19.756,22.839000000000002,4,17.484,62.034,91.94,7,1,-3,41.411,49.14,63.565,2,1,-1,66.877,90.365,91.134,3,1,34.255,34.255,37.0,1,6.662999999999999,7.46,15.015999999999998,2,4,5,5,4,3,4,,3.225,27.433000000000003,29.484,13,4,7,4,2,2,4,"I think it looks accurate to my knowledge, but it needs to indicate the source for me to say that I fully trust the visualization.",2.051,14.671,58.231,6,5,,1.536,10.970999999999998,12.898,3,2,7,3,4,1,5,6,0.0,0.0,25.82,0,6,4,8,5,9,3,10,11,,5.3629999999999995,18.754,20.608,10,3,2,2,3,4,2,14.558,32.854,33.833,10,3,1.0,2.4,6.881,9.0,2,1,2005,California,1,3,1,,2,,,13,3,2,2.387,80.65100000000001,86.323,31,63d8548b51a28912d9fba859,1,"{""startTime"":1678678175150,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678205355,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":11354,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1143,""week"":""51"",""id"":""chart""},{""time"":13157,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1038,""week"":""50"",""id"":""chart""}]}","{""startTime"":1678678030028,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":23,""label"":""tour_started""},{""time"":9015,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1696,""week"":""3"",""id"":""chart""},{""time"":11097,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4045,""week"":""3"",""id"":""chart""},{""time"":17478,""label"":""tour_next"",""step"":5},{""time"":25298,""label"":""cleared_brush"",""using"":""Click""},{""time"":28148,""label"":""started_brush"",""startDate"":""2021-05-30"",""endDate"":""2021-11-01""},{""time"":31045,""label"":""tour_next"",""step"":5},{""time"":34967,""label"":""moved_brush"",""startDate"":""2021-06-14"",""endDate"":""2021-11-17""},{""time"":36339,""label"":""moved_brush"",""startDate"":""2021-06-14"",""endDate"":""2021-08-26""},{""time"":37606,""label"":""tour_next"",""step"":5},{""time"":41698,""label"":""cleared_brush"",""using"":""Click""},{""time"":43648,""label"":""tour_next"",""step"":5},{""time"":48285,""label"":""tour_end"",""step"":5},{""time"":51762,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1279,""week"":""6"",""id"":""chart""},{""time"":53389,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1184,""week"":""6"",""id"":""chart""},{""time"":58930,""label"":""started_brush"",""startDate"":""2022-01-01"",""endDate"":""2022-02-07""},{""time"":65107,""label"":""cleared_brush"",""using"":""Click""},{""time"":71467,""label"":""started_brush"",""startDate"":""2021-04-06"",""endDate"":""2021-07-30""},{""time"":76015,""label"":""moved_brush"",""startDate"":""2021-04-06"",""endDate"":""2021-07-03""},{""time"":76934,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1169,""week"":""15"",""id"":""chart""},{""time"":79575,""label"":""cleared_brush"",""using"":""Click""},{""time"":86310,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1850,""week"":""1"",""id"":""chart""}]}","{""startTime"":1678678159699,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":10667,""label"":""started_brush"",""startDate"":""2021-10-28"",""endDate"":""2022-01-07""},{""time"":11908,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1184,""week"":""44"",""id"":""chart""}]}",complex,0.5,0.5,1,1.0 +2023-03-12 23:25:24,2023-03-12 23:37:30,0,76.107.134.196,100,725,1,2023-03-12 23:37:30,R_1kXN6Klz7fR2rnW,,,,,35.1499,-90.0558,anonymous,EN,1,120.17200000000001,120.17200000000001,130.937,1,,,,,,,,0.0,0.0,15.008,0,73,87,67,34.938,40.251,41.383,3,15.937000000000001,19.254,28.285,2,1,1,27.499000000000002,44.181999999999995,48.434,3,1,-3,22.301,57.135,58.784,2,1,52.703,52.703,54.101000000000006,1,0.0,0.0,15.109000000000002,0,5,7,5,7,5,5,It does not say why there were so many pests certain weeks. ,9.527999999999999,70.652,71.118,9,5,5,5,7,2,5,"It is clear, especially because you can see exact numbers by hovering over it, plus it is weekly data so it is easy to compare each week. ",1.3459999999999999,1.3459999999999999,41.126999999999995,1,5,,6.559,9.81,11.470999999999998,5,2,7,3,4,1,5,6,0.0,0.0,21.209,0,2,2,3,3,2,4,3,3,,10.765999999999998,21.634,26.618000000000002,8,4,4,2,2,4,3,13.797,31.680999999999997,33.243,6,5,,7.428999999999999,7.428999999999999,9.326,1,2,2001,Tennessee,3,1,1,,7,,,15,2,1,2.435,62.56,66.245,19,6108bfbf2e07c5612eb90182,0,"{""startTime"":1678678291745,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678222825,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678119400,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":20,""label"":""tour_started""},{""time"":9797,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2677,""week"":""1"",""id"":""chart""},{""time"":13253,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1141,""week"":""51"",""id"":""chart""},{""time"":15935,""label"":""tour_next"",""step"":2},{""time"":19249,""label"":""tour_end"",""step"":2},{""time"":21420,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2265,""week"":""1"",""id"":""chart""},{""time"":23756,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1131,""week"":""2"",""id"":""chart""}]}","{""startTime"":1678678207222,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":2875,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5289,""week"":""2"",""id"":""chart""},{""time"":10273,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1076,""week"":""3"",""id"":""chart""}]}",moderate,1.0,0.5,1,0.5 +2023-03-12 23:28:33,2023-03-12 23:38:19,0,98.213.160.72,100,586,1,2023-03-12 23:38:19,R_Zn6w6YOyxBWXxLP,,,,,41.8482,-87.6521,anonymous,EN,1,3.813,3.813,5.28,1,1.0,4.0,2.0,1.9769999999999999,3.383,4.59,2.0,0.0,0.0,15.013,0,98,100,99,7.4670000000000005,17.34,18.84,7,10.209,13.887,19.414,2,1,-3,19.474,27.816999999999997,29.971999999999998,2,1,1,22.264,96.74600000000001,98.745,4,1,37.925,37.925,40.144,1,0.0,0.0,15.013,0,5,3,3,6,7,3,,5.194,17.785,20.116,6,5,7,7,7,4,7,It took me a second to realize the stacked nature of the bars makes it difficult to compare populations visually. Weeks where both populations spiked make the unvaccinated population look disproportionately higher,3.8930000000000002,3.8930000000000002,44.397,1,5,,9.91,11.624,19.332,2,2,7,3,4,1,5,6,0.0,0.0,24.554000000000002,0,2,5,2,5,4,9,10,11,,3.378,27.85,29.112,11,4,1,2,2,4,4,13.993,37.777,59.896,8,5,2.0,3.458,8.911,10.472999999999999,2,1,1993,Illinois,6,3,1,,2,,,16,2,1,2.864,74.154,92.47399999999999,14,615a1d9297d4e05d6df9da22,1,"{""startTime"":1678678365414,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678300160,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678165756,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":10157,""label"":""tour_next"",""step"":2},{""time"":13835,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678678284785,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":5890,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6110,""week"":""1"",""id"":""chart""},{""time"":12464,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1038,""week"":""2"",""id"":""chart""}]}",moderate,0.5,1.0,1,1.0 +2023-03-12 23:28:03,2023-03-12 23:39:53,0,71.1.156.211,100,709,1,2023-03-12 23:39:54,R_1Hdi1kTkTuBg3L6,,,,,28.9108,-81.5248,anonymous,EN,1,18.39,19.194000000000003,69.04,2,,,,,,,,0.0,0.0,15.03,0,85,42,41,10.359000000000002,47.872,52.363,7,7.108,31.479,46.333999999999996,3,-2,1,32.204,43.45399999999999,45.059,2,-3,-3,34.649,68.41199999999999,70.94,2,1,34.365,34.365,36.541,1,0.0,0.0,15.164000000000001,0,3,2,3,4,4,4,What happened the week of December 27th? How does that compare to previous Decembers?,16.939,39.395,60.093999999999994,7,4,4,3,1,1,4,"I have no reason not to, but then I don't care enough to fact check it.",2.458,2.458,19.649,1,6,,4.188,5.608,8.02,4,2,7,3,4,1,5,6,0.0,0.0,21.055999999999997,0,1,3,1,2,3,1,8,8,,3.963,21.471999999999998,33.42,11,2,2,1,4,2,3,4.252,23.461,25.249000000000002,8,1,,1.4780000000000002,1.4780000000000002,4.553999999999999,1,1,1989,Florida,7,1,1,,7,,,1,3,1,0.027000000000000003,76.343,80.77,17,63e5ffdf639ebdcf35aacb09,0,"{""startTime"":1678678392272,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678344402,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678231009,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":410,""label"":""tour_started""},{""time"":11426,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4840,""week"":""51"",""id"":""chart""},{""time"":18673,""label"":""tour_next"",""step"":2},{""time"":22542,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2123,""week"":""52"",""id"":""chart2""},{""time"":24700,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3115,""week"":""1"",""id"":""chart2""},{""time"":30986,""label"":""tour_end"",""step"":2},{""time"":36443,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1571,""week"":""5"",""id"":""chart2""},{""time"":39331,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1895,""week"":""52"",""id"":""chart""},{""time"":43010,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1002,""week"":""52"",""id"":""chart2""}]}","{""startTime"":1678678326559,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",simple,0.5,0.0,1,0.5 +2023-03-12 23:23:18,2023-03-12 23:40:22,0,68.32.110.193,100,1023,1,2023-03-12 23:40:22,R_1kLGitbJyAuEvO8,,,,,36.3403,-86.7195,anonymous,EN,1,33.895,33.895,35.376999999999995,1,1.0,3.0,1.0,1.371,2.9530000000000003,4.047,2.0,0.0,0.0,15.009,0,92,60,72,10.978,30.638,33.836,4,13.373,84.304,97.665,14,-2,1,30.528000000000002,85.234,86.676,2,-3,-3,51.9,132.61700000000002,135.416,7,-3,176.554,187.84,189.185,4,0.0,0.0,15.112,0,6,5,6,6,5,5,,26.708000000000002,42.00899999999999,44.402,6,5,6,5,5,5,6,I trust it because of the data that is presented within it.,1.5030000000000001,36.343,36.852,2,6,,5.422000000000001,5.422000000000001,6.767,1,2,7,3,4,1,5,6,0.0,0.0,12.5,0,5,7,7,7,7,8,10,9,,15.578,113.777,116.089,11,4,4,2,2,5,4,7.275,29.421,30.688000000000002,6,2,2.0,59.06399999999999,67.693,69.074,3,2,1994,Tennessee,7,3,1,,7,,,7,3,1,1.653,39.692,47.131,19,612fea78b655df755fe7db24,1,"{""startTime"":1678678266094,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678202510,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678677898925,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":19,""label"":""tour_started""},{""time"":11244,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1147,""week"":""51"",""id"":""chart""},{""time"":13364,""label"":""tour_next"",""step"":5},{""time"":18995,""label"":""started_brush"",""startDate"":""2021-08-09"",""endDate"":""2021-11-25""},{""time"":21202,""label"":""tour_next"",""step"":5},{""time"":24567,""label"":""moved_brush"",""startDate"":""2021-05-22"",""endDate"":""2021-09-07""},{""time"":28964,""label"":""moved_brush"",""startDate"":""2021-05-22"",""endDate"":""2021-09-07""},{""time"":30285,""label"":""moved_brush"",""startDate"":""2021-05-22"",""endDate"":""2021-11-08""},{""time"":31285,""label"":""tour_next"",""step"":5},{""time"":43171,""label"":""cleared_brush"",""using"":""Click""},{""time"":43171,""label"":""cleared_brush"",""using"":""Escape""},{""time"":44384,""label"":""tour_next"",""step"":5},{""label"":""window_blurred"",""time"":48693},{""label"":""window_focused"",""time"":63159},{""time"":65384,""label"":""tour_end"",""step"":5},{""time"":70750,""label"":""started_brush"",""startDate"":""2021-04-24"",""endDate"":""2021-05-27""},{""time"":75667,""label"":""moved_brush"",""startDate"":""2021-09-18"",""endDate"":""2021-10-22""},{""time"":77457,""label"":""moved_brush"",""startDate"":""2021-07-06"",""endDate"":""2021-08-09""},{""time"":79781,""label"":""cleared_brush"",""using"":""Click""},{""time"":81320,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1433,""week"":""50"",""id"":""chart""},{""time"":93621,""label"":""started_brush"",""startDate"":""2021-04-18"",""endDate"":""2021-05-30""},{""time"":95884,""label"":""cleared_brush"",""using"":""Click""},{""time"":95884,""label"":""cleared_brush"",""using"":""Escape""}]}","{""startTime"":1678678186793,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":8275,""label"":""started_brush"",""startDate"":""2021-10-18"",""endDate"":""2022-01-08""},{""time"":14214,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1324,""week"":""52"",""id"":""chart""}]}",complex,0.5,0.0,0,0.0 +2023-03-12 23:31:56,2023-03-12 23:40:23,0,68.84.26.109,100,507,1,2023-03-12 23:40:23,R_1Qa84VBi0xYwevQ,,,,,30.4274,-84.258,anonymous,EN,1,3.855,3.855,5.043,1,1.0,1.0,1.0,1.704,4.596,5.858,3.0,0.0,0.0,15.011,0,100,100,69,9.357999999999999,13.285,14.640999999999998,3,30.121,39.163000000000004,40.672,2,-2,1,20.467,38.029,39.875,2,-3,-3,30.491,46.522,47.983999999999995,2,1,23.815,23.815,27.215999999999998,1,0.0,0.0,15.014000000000001,0,3,3,3,6,6,5,,7.974,33.38,38.729,12,4,6,4,2,3,5,It seems pretty logical... as to the timing and pattern of cases.,3.785,4.765,22.552,2,5,,4.59,8.174,10.324000000000002,3,2,7,3,4,1,5,6,0.0,0.0,20.791,0,5,7,6,5,9,6,9,9,,11.737,31.093000000000004,33.306,11,5,5,1,1,5,5,4.226,23.785999999999998,24.682,7,3,1.0,26.103,31.842,34.556,2,1,1985,Florida,6,3,1,,7,,,10,4,1,2.3680000000000003,53.332,55.711000000000006,13,60f66877a0a732b6dbe3485d,1,"{""startTime"":1678678465073,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678504675,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678367373,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":17,""label"":""tour_started""},{""time"":24607,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4312,""week"":""52"",""id"":""chart""},{""time"":30117,""label"":""tour_next"",""step"":2},{""time"":37059,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1315,""week"":""52"",""id"":""chart2""},{""time"":39159,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678678449639,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",simple,0.5,0.0,1,0.5 +2023-03-12 23:32:28,2023-03-12 23:40:41,0,67.82.209.97,100,492,1,2023-03-12 23:40:42,R_27JNXmmIg4vq0e6,,,,,40.5582,-74.5262,anonymous,EN,1,10.739,15.665999999999999,16.989,3,,,,,,,,9.869,14.437000000000001,15.024000000000001,5,58,41,46,3.911,10.530999999999999,11.392999999999999,9,3.5069999999999997,14.642999999999999,15.550999999999998,6,1,1,18.02,25.105999999999998,27.305999999999997,3,1,-2,11.069,53.451,54.958,5,1,33.834,33.834,35.188,1,0.0,0.0,15.02,0,4,4,2,4,4,4,,4.766,10.509,12.370999999999999,7,4,3,2,4,4,4,"It looks easy to follow, but anyone can bend data.",1.454,1.454,12.690999999999999,1,4,,2.748,4.0889999999999995,5.2010000000000005,3,2,7,3,4,1,5,6,4.843,15.248,16.24,2,6,7,3,6,2,7,6,5,,3.62,10.302,11.594000000000001,10,3,3,2,3,4,4,1.8630000000000002,11.068,11.569,10,2,,3.275,3.7119999999999997,6.4,2,1,1989,New Jersey,7,2,1,,7,,,9,4,1,2.084,120.68799999999999,122.40700000000001,59,601e13b872774f263d64acac,0,"{""startTime"":1678678575966,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678545780,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_focused"",""time"":3423}]}","{""startTime"":1678678457491,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":37,""label"":""tour_started""},{""time"":5037,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1643,""week"":""2"",""id"":""chart""},{""time"":11926,""label"":""tour_next"",""step"":2},{""time"":13508,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678678529647,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":5341}]}",moderate,1.0,0.5,1,0.5 +2023-03-12 23:28:01,2023-03-12 23:41:03,0,71.8.83.241,100,782,1,2023-03-12 23:41:04,R_3KBz2hTjMzmmyrM,,,,,33.2663,-86.902,anonymous,EN,1,11.97,11.97,13.865,1,,,,,,,,0.0,0.0,15.1,0,100,85,93,8.236,11.946,14.001,3,17.54,66.937,87.375,7,1,1,1.464,36.824,37.58,16,-3,-3,1.068,71.46300000000001,72.237,32,-2,38.047,81.245,83.602,2,0.0,0.0,15.093,0,6,5,5,6,6,6,"I've never seen such a well detailed interactive graph such as this before. I will say for such large amounts of data with many variables, the interactive slider is needed. ",7.385,17.02,50.915,7,5,6,6,3,1,6,"Very detailed, nicely organized with plenty of information.",1.6869999999999998,1.6869999999999998,15.100999999999999,1,4,,6.349,6.349,8.652999999999999,1,2,7,3,4,1,5,6,0.0,0.0,28.455,0,4,4,5,8,5,4,10,10,,6.023,18.424,20.721,8,4,5,1,1,5,5,8.672,26.092,27.389,6,2,,5.8,5.8,7.879,1,2,1999,Alabama,6,2,1,,8,Frisco City,,5,3,1,2.5069999999999997,218.00599999999997,218.608,103,61706d258625bf685b7d6902,0,"{""startTime"":1678678324658,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678397249,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678135589,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":119,""label"":""tour_started""},{""time"":7721,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1400,""week"":""43"",""id"":""chart""},{""time"":17508,""label"":""tour_next"",""step"":5},{""time"":24050,""label"":""cleared_brush"",""using"":""Click""},{""time"":24815,""label"":""cleared_brush"",""using"":""Click""},{""time"":25867,""label"":""cleared_brush"",""using"":""Click""},{""time"":26809,""label"":""started_brush"",""startDate"":""2021-06-30"",""endDate"":""2021-08-28""},{""time"":28467,""label"":""tour_next"",""step"":5},{""time"":34442,""label"":""moved_brush"",""startDate"":""2021-06-30"",""endDate"":""2021-08-05""},{""time"":35425,""label"":""tour_next"",""step"":5},{""time"":39821,""label"":""moved_brush"",""startDate"":""2021-07-16"",""endDate"":""2021-08-22""},{""time"":41510,""label"":""cleared_brush"",""using"":""Click""},{""time"":41510,""label"":""cleared_brush"",""using"":""Escape""},{""time"":41872,""label"":""cleared_brush"",""using"":""Click""},{""time"":41873,""label"":""cleared_brush"",""using"":""Escape""},{""time"":52702,""label"":""tour_next"",""step"":5},{""time"":57285,""label"":""tour_end"",""step"":5},{""time"":61258,""label"":""started_brush"",""startDate"":""2021-06-10"",""endDate"":""2021-10-07""},{""time"":64858,""label"":""moved_brush"",""startDate"":""2021-06-10"",""endDate"":""2021-09-30""},{""time"":66273,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1077,""week"":""31"",""id"":""chart""},{""time"":72563,""label"":""moved_brush"",""startDate"":""2021-07-26"",""endDate"":""2021-09-30""},{""time"":74189,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":2119,""week"":""37"",""id"":""chart""},{""time"":82604,""label"":""moved_brush"",""startDate"":""2021-09-06"",""endDate"":""2021-09-30""},{""time"":84951,""label"":""moved_brush"",""startDate"":""2021-12-15"",""endDate"":""2022-01-07""}]}","{""startTime"":1678678308544,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":13093,""label"":""started_brush"",""startDate"":""2021-10-31"",""endDate"":""2022-01-01""}]}",complex,1.0,0.0,0,0.0 +2023-03-12 23:30:03,2023-03-12 23:41:45,0,107.193.125.27,100,701,1,2023-03-12 23:41:45,R_RkoA9bzY6Kr2CmR,,,,,30.671,-87.1737,anonymous,EN,1,3.5439999999999996,23.983,25.964000000000002,6,1.0,3.0,2.0,1.6219999999999999,18.952,19.961,4.0,0.0,0.0,15.114,0,100,23,87,9.527000000000001,14.198,14.844000000000001,3,22.781,52.68,76.78399999999999,5,1,1,5.553,43.026,46.731,10,1,-2,8.531,89.415,90.257,5,1,11.675,60.693000000000005,61.156000000000006,4,0.0,0.0,15.01,0,5,4,5,2,2,5,I would've much rather this be split into 2 different graphs based on vaccination rather than one graph with every single group ,6.246,60.778,61.095,11,2,2,2,2,2,5,I trust the makers of the graph ,1.113,31.433000000000003,33.773,2,4,,10.166,12.323,13.577,2,2,7,3,4,1,5,6,10.136000000000001,10.5,30.302,2,2,2,1,4,2,4,11,7,,6.104,31.135,31.615,20,4,1,1,2,4,2,7.221,35.221,45.63399999999999,10,2,1.0,5.7829999999999995,11.648,13.158,3,1,2003,Florida,3,1,1,,2,,,14,3,2,3.3139999999999996,63.438,66.21600000000001,39,63ee7c9441abc1335d678cab,1,"{""startTime"":1678678444189,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678505682,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678290139,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":9899,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1378,""week"":""3"",""id"":""chart""},{""time"":14242,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7345,""week"":""52"",""id"":""chart""},{""time"":22778,""label"":""tour_next"",""step"":5},{""time"":33344,""label"":""started_brush"",""startDate"":""2021-05-17"",""endDate"":""2021-08-23""},{""time"":34139,""label"":""tour_next"",""step"":5},{""time"":37289,""label"":""moved_brush"",""startDate"":""2021-07-19"",""endDate"":""2021-10-25""},{""time"":39230,""label"":""tour_next"",""step"":5},{""time"":47296,""label"":""cleared_brush"",""using"":""Click""},{""time"":47296,""label"":""cleared_brush"",""using"":""Escape""},{""time"":48677,""label"":""tour_next"",""step"":5},{""time"":52677,""label"":""tour_end"",""step"":5},{""time"":56231,""label"":""started_brush"",""startDate"":""2021-05-02"",""endDate"":""2021-05-21""},{""time"":70167,""label"":""cleared_brush"",""using"":""Click""},{""time"":73339,""label"":""cleared_brush"",""using"":""Click""},{""time"":73339,""label"":""cleared_brush"",""using"":""Escape""}]}","{""startTime"":1678678428814,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":9607,""label"":""started_brush"",""startDate"":""2021-06-14"",""endDate"":""2021-06-19""},{""time"":11382,""label"":""cleared_brush"",""using"":""Click""},{""time"":11382,""label"":""cleared_brush"",""using"":""Escape""},{""time"":14573,""label"":""started_brush"",""startDate"":""2021-10-30"",""endDate"":""2021-12-30""}]}",complex,1.0,0.5,1,1.0 +2023-03-12 23:32:55,2023-03-12 23:42:46,0,72.239.235.142,100,590,1,2023-03-12 23:42:46,R_2w14QXXZXgTuYJ0,,,,,28.5378,-80.6711,anonymous,EN,1,2.7680000000000002,2.7680000000000002,3.722,1,1.0,2.0,1.0,1.306,3.9019999999999997,5.135,2.0,4.0889999999999995,4.0889999999999995,15.120999999999999,1,59,17,39,5.54,10.524000000000001,12.655,3,37.255,124.639,127.471,12,1,1,32.48,43.286,44.68,2,-3,-3,0.903,49.793,51.397,5,1,15.792,25.302,26.939,2,0.0,0.0,15.113,0,4,2,4,4,5,4,,9.347999999999999,24.561,26.886999999999997,8,4,4,4,2,2,4,I can't tell for sure whether this data is accurate,1.794,2.807,27.734,2,4,,4.289,4.289,6.567,1,2,7,3,4,1,5,6,0.0,0.0,27.601,0,4,6,4,5,2,3,10,9,,6.862,17.035,18.845,8,4,2,2,2,3,3,6.382000000000001,23.044,24.031,10,2,2.0,3.8710000000000004,9.912,12.770999999999999,3,2,1995,Florida,5,2,1,,4,,,5,2,1,2.146,99.815,103.515,22,6109d5b1a9daba0fb4e833b9,1,"{""startTime"":1678678596312,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":1867,""label"":""started_brush"",""startDate"":""2021-11-08"",""endDate"":""2021-12-23""},{""time"":3450,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1610,""week"":""51"",""id"":""chart""}]}","{""startTime"":1678678624458,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":5601},{""label"":""window_focused"",""time"":6918}]}","{""startTime"":1678678424980,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":13311,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":15068,""week"":""52"",""id"":""chart""},{""time"":30380,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3299,""week"":""14"",""id"":""chart""},{""time"":37251,""label"":""tour_next"",""step"":5},{""time"":67135,""label"":""started_brush"",""startDate"":""2021-05-18"",""endDate"":""2021-08-10""},{""time"":68489,""label"":""tour_next"",""step"":5},{""time"":80031,""label"":""moved_brush"",""startDate"":""2021-07-23"",""endDate"":""2021-10-15""},{""time"":81215,""label"":""tour_next"",""step"":5},{""time"":86470,""label"":""cleared_brush"",""using"":""Click""},{""time"":88749,""label"":""tour_next"",""step"":5},{""time"":101937,""label"":""tour_end"",""step"":5},{""time"":106378,""label"":""started_brush"",""startDate"":""2021-04-09"",""endDate"":""2021-05-31""},{""time"":108297,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4033,""week"":""15"",""id"":""chart""},{""time"":113569,""label"":""cleared_brush"",""using"":""Click""},{""time"":118249,""label"":""started_brush"",""startDate"":""2021-10-14"",""endDate"":""2022-01-16""},{""time"":120339,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3819,""week"":""52"",""id"":""chart""},{""time"":125683,""label"":""cleared_brush"",""using"":""Click""}]}","{""startTime"":1678678580615,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":2389,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1528,""week"":""47"",""id"":""chart""},{""time"":9621,""label"":""started_brush"",""startDate"":""2021-06-24"",""endDate"":""2021-10-01""},{""time"":10972,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2181,""week"":""33"",""id"":""chart""},{""time"":13194,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1542,""week"":""32"",""id"":""chart""}]}",complex,1.0,0.0,1,1.0 +2023-03-12 23:34:18,2023-03-12 23:42:49,0,173.175.212.17,100,510,1,2023-03-12 23:42:49,R_414vg6VCJrsFTKF,,,,,32.7797,-96.8022,anonymous,EN,1,3.406,4.093,4.83,2,,,,,,,,0.0,0.0,15.005999999999998,0,87,76,90,6.095,10.936,11.58,5,12.231,48.167,49.918,6,-3,1,1.274,75.22800000000001,76.333,10,1,-3,23.346,36.378,37.001,2,1,48.133,62.254,63.258,2,0.0,0.0,15.12,0,3,3,4,4,5,5,,3.258,20.058,21.688000000000002,8,5,5,5,7,7,5,The exact numbers when you hover over the bars makes me trust it more.,2.908,2.908,30.112,1,3,,5.622999999999999,5.622999999999999,7.01,1,2,7,3,4,1,5,6,0.0,0.0,28.375999999999998,0,4,5,4,6,2,3,8,9,,3.2239999999999998,14.807,16.464000000000002,15,4,4,1,1,5,5,3.029,28.315,29.328000000000003,12,5,,3.255,3.255,4.1739999999999995,1,1,2005,Texas,1,2,2,,9,,Dallas,8,2,1,1.869,63.23,63.875,33,63f77fe7daecacc6523836d1,0,"{""startTime"":1678678673851,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":14184},{""label"":""window_focused"",""time"":18117}]}","{""startTime"":1678678624964,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678495431,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":19,""label"":""tour_started""},{""time"":12224,""label"":""tour_next"",""step"":5},{""time"":21022,""label"":""cleared_brush"",""using"":""Click""},{""time"":22453,""label"":""started_brush"",""startDate"":""2021-07-29"",""endDate"":""2021-08-11""},{""time"":23794,""label"":""tour_next"",""step"":5},{""time"":31225,""label"":""started_brush"",""startDate"":""2021-05-30"",""endDate"":""2021-06-20""},{""time"":35403,""label"":""started_brush"",""startDate"":""2021-08-23"",""endDate"":""2021-10-16""},{""time"":38203,""label"":""moved_brush"",""startDate"":""2021-06-29"",""endDate"":""2021-08-22""},{""time"":38929,""label"":""tour_next"",""step"":5},{""time"":43951,""label"":""cleared_brush"",""using"":""Click""},{""time"":43951,""label"":""cleared_brush"",""using"":""Escape""},{""time"":45282,""label"":""tour_next"",""step"":5},{""time"":48160,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678678609446,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":13500,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1094,""week"":""52"",""id"":""chart""}]}",complex,0.5,0.5,1,1.0 +2023-03-12 23:32:46,2023-03-12 23:43:27,0,68.161.163.31,100,640,1,2023-03-12 23:43:27,R_1oAPoQyQ0zNVjPW,,,,,40.5948,-73.9715,anonymous,EN,1,10.402000000000001,10.402000000000001,11.584000000000001,1,,,,,,,,0.0,0.0,15.107999999999999,0,100,100,67,14.431,21.871,22.7,3,16.85,25.721,27.517,2,1,-2,12.696,41.633,47.078,4,-3,-3,34.288000000000004,58.176,59.29,3,1,40.223,40.223,43.591,1,0.0,0.0,15.005999999999998,0,5,1,5,5,6,5,,18.089000000000002,41.935,44.836999999999996,8,4,6,6,1,7,6,I see no reason to not trust the data,1.546,24.381,25.296999999999997,3,5,,6.9270000000000005,14.825999999999999,15.5,3,2,7,3,4,1,5,6,0.0,0.0,18.077,0,3,4,6,7,6,5,10,10,,5.724,45.401,47.22,8,4,4,1,2,4,5,9.167,49.538000000000004,50.912,11,3,,9.169,9.169,10.932,1,1,1997,New York,6,2,3,,2,,,4,4,1,2.324,90.134,101.834,24,5b1a3fa488ee7400012aef74,0,"{""startTime"":1678678513800,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":198,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1089,""week"":""50"",""id"":""chart""}]}","{""startTime"":1678678559154,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":27487},{""label"":""window_focused"",""time"":27605},{""label"":""window_blurred"",""time"":27619},{""label"":""window_focused"",""time"":32879}]}","{""startTime"":1678678423118,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":6135,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1134,""week"":""33"",""id"":""chart""},{""time"":11403,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2849,""week"":""52"",""id"":""chart""},{""time"":16848,""label"":""tour_next"",""step"":2},{""time"":20119,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2517,""week"":""52"",""id"":""chart2""},{""time"":25718,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678678498457,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",simple,0.5,0.0,1,0.5 +2023-03-12 23:37:30,2023-03-12 23:43:53,0,208.104.213.129,100,382,1,2023-03-12 23:43:54,R_3dKXJBwKmfb0AGv,,,,,35.0125,-80.9309,anonymous,EN,1,1.3659999999999999,2.154,2.911,2,,,,,,,,6.539,9.918,15.122,2,56,31,75,5.056,10.875,11.565,3,8.554,38.876999999999995,40.81,5,-2,-1,7.926,32.126,34.181999999999995,5,-1,-1,12.435,14.280999999999999,15.356,2,1,6.272,60.83,61.806999999999995,3,0.0,0.0,15.037,0,3,3,3,2,2,3,,11.314,22.139,24.624000000000002,7,3,7,3,1,1,3,I do not know the origin of this information.,1.7690000000000001,1.7690000000000001,12.787,1,4,,4.588,5.667000000000001,8.097999999999999,2,2,7,3,4,1,5,6,0.0,0.0,17.453,0,6,4,6,6,6,3,8,8,,3.29,19.762999999999998,20.204,10,4,3,2,3,3,3,6.024,26.232,26.915,6,3,,5.337000000000001,6.3870000000000005,6.79,2,2,1991,South Carolina,3,2,1,,7,,,2,2,2,1.419,34.133,35.258,11,5d76bf508da7af001b5fa26c,0,"{""startTime"":1678678805315,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678830982,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678686255,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":8548,""label"":""tour_next"",""step"":5},{""time"":17028,""label"":""cleared_brush"",""using"":""Click""},{""time"":22169,""label"":""started_brush"",""startDate"":""2021-08-18"",""endDate"":""2022-02-07""},{""time"":22868,""label"":""tour_next"",""step"":5},{""time"":29174,""label"":""moved_brush"",""startDate"":""2021-04-24"",""endDate"":""2021-10-14""},{""time"":29981,""label"":""tour_next"",""step"":5},{""time"":34824,""label"":""cleared_brush"",""using"":""Click""},{""time"":34824,""label"":""cleared_brush"",""using"":""Escape""},{""time"":36046,""label"":""tour_next"",""step"":5},{""time"":38871,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678678789754,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":5218,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2089,""week"":""51"",""id"":""chart""},{""time"":7409,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3110,""week"":""52"",""id"":""chart""}]}",complex,0.0,0.0,1,1.0 +2023-03-12 23:37:10,2023-03-12 23:44:23,0,71.61.184.166,100,433,1,2023-03-12 23:44:24,R_siIPstaAZwgnGCt,,,,,40.3177,-79.7223,anonymous,EN,1,1.861,1.861,2.5669999999999997,1,1.0,3.0,2.0,1.23,2.707,3.5639999999999996,2.0,0.0,0.0,15.12,0,86,100,54,3.117,7.9479999999999995,9.948,4,3.832,10.715,16.61,2,-2,1,14.95,27.368000000000002,28.412,3,1,-3,18.032,34.944,35.955,2,1,15.228,15.228,16.187,1,0.0,0.0,16.757,0,6,5,1,5,5,6,,3.457,10.023,12.0,6,5,5,3,2,3,6,"To me, the data backs up the intuitive sentiment that vaccines work. I trust that these numbers are an accurate reflection of how vaccines operate in terms of coming down with COVID-19.",1.972,1.972,37.874,1,5,,8.742,8.742,9.969,1,2,7,3,4,1,5,6,0.0,0.0,14.08,0,2,4,3,2,5,8,10,10,,2.931,14.581,16.303,11,4,3,3,3,3,5,1.208,4.163,5.501,6,1,2.0,2.17,8.706,9.629,2,1,1992,Pennsylvania,8,1,1,,7,,,10,4,2,1.824,78.532,79.42699999999999,25,60c2cc653d0c6208fc8899fc,1,"{""startTime"":1678678856846,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678741986,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678672459,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":3827,""label"":""tour_next"",""step"":2},{""time"":10710,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678678718282,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":13422}]}",simple,0.5,0.5,1,0.5 +2023-03-12 23:33:17,2023-03-12 23:44:39,0,107.3.222.77,100,681,1,2023-03-12 23:44:40,R_3CVDTxRddclXABu,,,,,37.0368,-88.5934,anonymous,EN,1,2.117,2.117,33.453,1,,,,,,,,0.0,0.0,15.107000000000001,0,75,88,69,19.583,42.452,44.1,6,26.313000000000002,31.478,37.834,2,1,1,17.784000000000002,28.336,34.569,2,1,-3,56.931000000000004,100.213,101.765,3,1,49.978,91.955,93.583,3,0.0,0.0,15.112,0,3,3,3,5,5,3,Need explaination of method at least.,13.072000000000001,43.693000000000005,64.156,10,4,5,5,1,1,3,It's just a graph I can't trust it or not trust it.,1.137,15.747,23.378,2,5,,4.217,6.042999999999999,11.661,2,2,7,3,4,1,5,6,0.0,0.0,21.209,0,1,1,1,1,1,1,1,1,,6.6610000000000005,16.642,19.238,9,2,3,4,4,4,2,4.221,17.273,18.453,6,7,,2.082,2.082,4.065,1,1,1983,Kentucky,3,3,1,,7,,,4,1,2,1.8780000000000001,67.06,69.631,27,5f8486766d8e7b0f17df0206,0,"{""startTime"":1678678715845,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678652473,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678496496,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":13117,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1327,""week"":""14"",""id"":""chart""},{""time"":17180,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1799,""week"":""6"",""id"":""chart""},{""time"":20278,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1833,""week"":""14"",""id"":""chart""},{""time"":26307,""label"":""tour_next"",""step"":2},{""time"":31472,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678678636943,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":8646,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1149,""week"":""2"",""id"":""chart""},{""time"":10765,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1051,""week"":""2"",""id"":""chart""},{""time"":12597,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1010,""week"":""2"",""id"":""chart""},{""time"":14149,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1178,""week"":""1"",""id"":""chart""}]}",moderate,1.0,0.5,1,0.5 +2023-03-12 23:33:36,2023-03-12 23:46:00,0,71.94.240.109,100,743,1,2023-03-12 23:46:01,R_2P29oLSa6m40Tek,,,,,42.1921,-121.7233,anonymous,EN,1,22.086,22.641,24.285999999999998,2,1.0,3.0,2.0,4.235,7.98,9.488999999999999,3.0,7.098,11.253,15.118,9,91,91,52,10.037,20.945,21.961,8,8.382,21.941,49.503,11,-1,1,20.046,76.316,77.359,44,-1,-3,50.967,99.82600000000001,103.544,8,1,1.82,42.451,44.353,6,0.0,0.0,15.015999999999998,0,5,4,5,4,6,5,,11.605,54.646,57.519,17,5,4,4,4,4,5,"The statement said ""Assuming you trust the data in this visualization"", so if the data is accurate and the graph is clear and readable, I would find it trustworthy. ",4.713,4.713,51.103,1,4,,5.095,9.161,10.181000000000001,4,2,7,3,4,1,5,6,4.872,32.794000000000004,34.143,6,3,3,5,3,3,3,6,6,,3.1060000000000003,30.881999999999998,32.701,18,4,4,3,2,4,4,9.372,35.126999999999995,36.006,9,3,2.0,16.548,24.634,25.593000000000004,7,2,1996,Oregon,7,2,1,,7,,,8,3,2,2.798,55.097,56.56,20,60fd933d5461857048f9e74c,1,"{""startTime"":1678678777734,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":37348},{""label"":""window_focused"",""time"":44214}]}","{""startTime"":1678678672707,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":42,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1049,""week"":""1"",""id"":""chart""},{""time"":1171,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3801,""week"":""2"",""id"":""chart""},{""time"":6776,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1064,""week"":""51"",""id"":""chart""},{""time"":11909,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2977,""week"":""49"",""id"":""chart""},{""time"":18068,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1854,""week"":""50"",""id"":""chart""},{""time"":20494,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1056,""week"":""50"",""id"":""chart""},{""time"":21594,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1138,""week"":""51"",""id"":""chart""}]}","{""startTime"":1678678503183,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":24,""label"":""tour_started""},{""time"":17520,""label"":""tour_next"",""step"":2},{""time"":21931,""label"":""tour_end"",""step"":2},{""time"":22684,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5282,""week"":""51"",""id"":""chart""},{""time"":32275,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1958,""week"":""14"",""id"":""chart""},{""time"":35668,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2670,""week"":""16"",""id"":""chart""},{""time"":40422,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1409,""week"":""21"",""id"":""chart""}]}","{""startTime"":1678678657225,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":5555,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1118,""week"":""3"",""id"":""chart""},{""time"":7622,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1201,""week"":""1"",""id"":""chart""},{""time"":8865,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4157,""week"":""52"",""id"":""chart""}]}",moderate,0.5,0.0,1,0.0 +2023-03-12 23:36:02,2023-03-12 23:46:18,0,129.107.80.53,100,616,1,2023-03-12 23:46:19,R_12D67AGPTV6radJ,,,,,32.7185,-97.1432,anonymous,EN,1,7.691,7.691,9.166,1,,,,,,,,0.0,0.0,15.110999999999999,0,100,100,88,8.982999999999999,21.878,24.776,4,18.753,29.28,30.958000000000002,2,1,1,9.517000000000001,73.242,75.967,3,-2,-3,26.041999999999998,75.35,77.362,3,1,35.199,35.199,36.096,1,0.0,0.0,15.11,0,4,6,1,5,6,6,,13.243,63.795,65.785,11,6,6,5,3,1,6,The visualization feels like it gives me very specific and clear information.,4.305,4.305,39.898,1,4,,4.7010000000000005,4.7010000000000005,6.431,1,2,7,3,4,1,5,6,0.0,0.0,21.094,0,5,3,1,5,4,5,10,9,,13.283,27.28,29.706999999999997,11,4,4,2,1,5,4,8.077,41.071000000000005,42.05,11,3,,5.73,5.73,7.62,1,2,1999,Texas,5,3,1,,3,,,17,3,2,2.261,55.368,56.035,12,5ed5afc6e8229914710ada06,0,"{""startTime"":1678678822030,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":14954,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1079,""week"":""52"",""id"":""chart""},{""time"":36058,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4611,""week"":""50"",""id"":""chart""}]}","{""startTime"":1678678748451,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":54,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5870,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678678623276,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":24,""label"":""tour_started""},{""time"":13673,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1716,""week"":""45"",""id"":""chart""},{""time"":15897,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1011,""week"":""50"",""id"":""chart""},{""time"":18741,""label"":""tour_next"",""step"":2},{""time"":21666,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3011,""week"":""1"",""id"":""chart2""},{""time"":29267,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678678731429,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",simple,1.0,0.0,1,1.0 +2023-03-12 23:35:11,2023-03-12 23:46:36,0,70.58.17.119,100,684,1,2023-03-12 23:46:36,R_1dB00tHs973qg8G,,,,,39.7301,-104.9078,anonymous,EN,1,5.312,5.312,6.292999999999999,1,1.0,3.0,1.0,5.305,11.732000000000001,12.623,2.0,0.0,0.0,15.116,0,66,31,38,8.975,15.073,16.226,3,21.561,30.99,31.598000000000003,3,-2,-3,68.16199999999999,88.29700000000001,88.663,3,-3,-3,47.155,79.29,80.741,2,-1,20.339000000000002,47.488,48.783,3,0.0,0.0,15.017999999999999,0,3,4,2,5,5,2,,3.3539999999999996,31.676,32.099000000000004,9,5,5,3,1,7,2,I feel as though this may be influenced by companies that make vaccines. ,4.697,4.697,44.778,1,2,,1.9469999999999998,17.238,20.015,9,2,7,3,4,1,5,6,0.0,0.0,28.134,0,1,2,1,2,2,4,7,4,,3.548,19.348,21.296999999999997,8,4,2,2,3,4,4,10.166,33.873000000000005,34.766999999999996,9,1,2.0,6.749,17.368,20.116,2,3,1983,Colorado,3,2,1,,7,,,7,4,1,4.525,100.584,111.35799999999999,25,5e643d29df313c1ced363682,1,"{""startTime"":1678678704781,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678737424,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678576173,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":14136,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1624,""week"":""50"",""id"":""chart""},{""time"":15802,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1812,""week"":""51"",""id"":""chart""},{""time"":17711,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1757,""week"":""52"",""id"":""chart""},{""time"":21556,""label"":""tour_next"",""step"":2},{""time"":27789,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678678689334,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":10730,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1050,""week"":""25"",""id"":""chart""},{""time"":12364,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1620,""week"":""32"",""id"":""chart""}]}",moderate,0.0,0.0,0,0.0 +2023-03-12 23:39:16,2023-03-12 23:48:09,0,174.61.155.120,100,533,1,2023-03-12 23:48:10,R_3iW5fCIsczUrofi,,,,,47.63,-122.2972,anonymous,EN,1,12.71,12.71,14.229000000000001,1,1.0,4.0,1.0,2.541,4.2410000000000005,5.151,2.0,9.234,9.234,15.011,1,81,40,57,13.182,27.555,29.193,7,3.511,8.231,17.671,2,1,1,24.234,41.086999999999996,48.552,2,-3,1,16.482,39.592,40.758,4,1,10.751,16.730999999999998,18.101,2,9.842,9.842,16.61,1,5,5,5,4,5,3,"The subtitles of the graph are somewhat misleading, the main header for both is what clarifies that it's COVID cases, not rates of people being vaccinated, which was my initial thought. Also for the second question on the last page, I was a little unsure about my answer because the question didn't specify over what duration",12.985999999999999,67.316,106.81700000000001,11,4,5,2,1,3,3,"context -- it's in a qualtrics survey. if it were published in a reputable news venue, then I would trust it more",1.475,1.475,30.065,1,4,,3.49,3.9960000000000004,5.229,2,2,7,3,4,1,5,6,10.867,12.447000000000001,25.204,2,5,6,4,6,7,6,8,10,,3.634,19.031,20.669,8,2,4,1,3,3,4,3.7460000000000004,21.678,22.99,7,1,1.0,1.6230000000000002,12.46,13.764000000000001,4,2,1995,Washington,7,3,1,,2,,,8,4,2,2.059,46.997,50.378,15,5bcfb99d77740000016b3dbf,1,"{""startTime"":1678678930617,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_focused"",""time"":4292}]}","{""startTime"":1678679037537,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678829359,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":3504,""label"":""tour_next"",""step"":2},{""time"":8223,""label"":""tour_end"",""step"":2},{""time"":12197,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2366,""week"":""1"",""id"":""chart""}]}","{""startTime"":1678678896400,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":4823,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1740,""week"":""52"",""id"":""chart2""},{""label"":""window_blurred"",""time"":11285}]}",simple,1.0,0.5,1,1.0 +2023-03-12 23:41:50,2023-03-12 23:48:19,0,47.230.199.10,100,388,1,2023-03-12 23:48:19,R_27QJONFOvGR6dqQ,,,,,40.7263,-73.9818,anonymous,EN,1,7.495,7.495,8.487,1,1.0,4.0,1.0,2.616,3.9219999999999997,4.602,2.0,0.0,0.0,15.117,0,79,64,30,7.986000000000001,16.599,18.473,5,6.992999999999999,8.962,20.223,2,-2,1,11.171,31.764,33.019,3,-1,-3,20.085,58.658,61.131,3,-3,7.162000000000001,22.486,24.642,6,0.0,0.0,15.015999999999998,0,5,7,5,5,5,5,,4.043,15.209000000000001,17.815,6,2,4,4,7,5,5,The data within the visualization comes from a reputable source,1.598,24.285999999999998,25.305999999999997,5,5,,3.9589999999999996,6.61,8.002,4,2,7,3,4,1,5,6,0.0,0.0,10.306,0,9,9,6,6,9,8,10,10,,2.5269999999999997,11.257,13.093,8,3,4,2,2,4,4,7.771,24.101999999999997,24.845,8,2,1.0,2.64,6.78,8.103,3,2,1998,New York,7,3,1,,7,,,17,3,2,1.5230000000000001,48.441,49.754,15,610386b89cf31f6859e7df7c,1,"{""startTime"":1678679063107,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678679081305,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678965125,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":4713,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1141,""week"":""52"",""id"":""chart""},{""time"":6990,""label"":""tour_next"",""step"":2},{""time"":8959,""label"":""tour_end"",""step"":2},{""time"":12545,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1576,""week"":""38"",""id"":""chart""},{""time"":14529,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1391,""week"":""52"",""id"":""chart""},{""time"":16427,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1647,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678679047558,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":5081,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1073,""week"":""6"",""id"":""chart""}]}",moderate,0.5,0.0,0,0.0 +2023-03-12 23:39:00,2023-03-12 23:48:20,0,144.163.27.131,100,560,1,2023-03-12 23:48:21,R_3QFORBYsb3C4f2S,,,,,33.5986,-86.3434,anonymous,EN,1,8.912,8.912,10.004,1,,,,,,,,0.0,0.0,15.105,0,77,98,50,12.68,20.081,21.268,3,4.555,67.108,69.411,15,-2,-2,25.211,41.457,43.163000000000004,3,1,-3,42.798,79.90100000000001,80.96300000000001,2,-3,60.1,66.319,67.773,5,0.0,0.0,15.124,0,4,5,4,4,5,5,,9.58,20.712,23.313000000000002,7,5,5,5,5,5,5,This was easy top understand and something the average person could understand.,2.835,2.835,23.801,1,5,,3.825,8.766,10.475999999999999,7,2,7,3,4,1,5,6,0.0,0.0,24.165,0,2,6,9,6,2,6,9,9,,5.122000000000001,20.148,22.3,8,4,4,1,4,4,4,7.315,17.207,19.021,6,5,,3.219,3.219,5.15,1,1,1969,Alabama,6,2,1,,9,,Pell City,4,2,1,1.1179999999999999,49.181000000000004,51.867,13,5e404a68f09a9f28310e8701,0,"{""startTime"":1678678953823,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678978162,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678798826,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":64,""label"":""tour_started""},{""time"":12722,""label"":""tour_next"",""step"":5},{""time"":32878,""label"":""started_brush"",""startDate"":""2021-06-08"",""endDate"":""2021-08-27""},{""time"":34183,""label"":""tour_next"",""step"":5},{""time"":37811,""label"":""moved_brush"",""startDate"":""2021-07-31"",""endDate"":""2021-10-18""},{""time"":40686,""label"":""tour_next"",""step"":5},{""time"":45314,""label"":""moved_brush"",""startDate"":""2021-06-28"",""endDate"":""2021-09-16""},{""time"":47053,""label"":""moved_brush"",""startDate"":""2021-10-14"",""endDate"":""2022-01-02""},{""time"":48501,""label"":""moved_brush"",""startDate"":""2021-05-17"",""endDate"":""2021-08-04""},{""time"":49935,""label"":""moved_brush"",""startDate"":""2021-04-07"",""endDate"":""2021-06-25""},{""time"":50783,""label"":""moved_brush"",""startDate"":""2021-04-08"",""endDate"":""2021-06-26""},{""time"":51962,""label"":""moved_brush"",""startDate"":""2021-04-08"",""endDate"":""2021-06-26""},{""time"":53888,""label"":""moved_brush"",""startDate"":""2021-05-22"",""endDate"":""2021-08-09""},{""time"":60433,""label"":""cleared_brush"",""using"":""Click""},{""time"":60433,""label"":""cleared_brush"",""using"":""Escape""},{""time"":61779,""label"":""tour_next"",""step"":5},{""time"":67094,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678678937665,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",complex,0.0,0.5,0,0.0 +2023-03-12 23:37:13,2023-03-12 23:48:23,0,69.138.232.140,100,670,1,2023-03-12 23:48:23,R_OB8SUtt2KSQ6oGB,,,,,39.1541,-76.717,anonymous,EN,1,0.462,1.4469999999999998,2.093,3,1.0,3.0,1.0,1.4180000000000001,2.215,3.8139999999999996,2.0,1.751,3.387,15.110999999999999,3,87,98,83,1.043,9.519,10.312000000000001,13,1.018,75.639,76.10300000000001,38,-3,-3,0.8240000000000001,43.062,44.202,34,1,-1,0.865,188.09599999999998,188.88299999999998,48,1,1.0070000000000001,103.779,104.524,43,0.905,11.626,15.012,4,5,5,7,5,5,5,,1.083,18.3,19.432000000000002,41,4,5,5,2,4,4,Id like to know more information. Such as states/countries where these results are being calculated from.,1.0590000000000002,1.49,28.500999999999998,2,3,,1.4,8.275,9.275,5,2,7,3,4,1,5,6,0.858,10.581,14.482999999999999,4,4,4,6,5,5,6,8,9,,0.86,20.224,20.717,31,3,3,4,4,3,3,1.564,14.802,17.081,28,4,3.0,0.855,6.3660000000000005,7.242000000000001,6,1,1999,Maryland,5,3,1,,3,,,7,4,2,1.095,52.183,54.536,31,603f31444049ae098abb8bf7,1,"{""startTime"":1678678874361,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678894241,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678677060,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":3448,""label"":""tour_next"",""step"":5},{""time"":15670,""label"":""tour_back"",""step"":5},{""time"":24902,""label"":""tour_next"",""step"":5},{""time"":28008,""label"":""cleared_brush"",""using"":""Click""},{""time"":33343,""label"":""moved_brush"",""startDate"":""2021-06-11"",""endDate"":""2021-11-06""},{""time"":34946,""label"":""moved_brush"",""startDate"":""2021-09-12"",""endDate"":""2022-02-07""},{""time"":43418,""label"":""moved_brush"",""startDate"":""2021-12-31"",""endDate"":""2022-02-07""},{""time"":45688,""label"":""started_brush"",""startDate"":""2021-10-22"",""endDate"":""2021-10-27""},{""time"":47573,""label"":""started_brush"",""startDate"":""2021-05-07"",""endDate"":""2021-06-18""},{""time"":47899,""label"":""moved_brush"",""startDate"":""2021-05-01"",""endDate"":""2021-06-18""},{""time"":48207,""label"":""cleared_brush"",""using"":""Click""},{""time"":48673,""label"":""tour_next"",""step"":5},{""time"":53129,""label"":""cleared_brush"",""using"":""Click""},{""time"":54838,""label"":""started_brush"",""startDate"":""2021-05-01"",""endDate"":""2021-08-02""},{""time"":56102,""label"":""moved_brush"",""startDate"":""2021-11-05"",""endDate"":""2022-02-07""},{""time"":56706,""label"":""tour_next"",""step"":5},{""time"":60928,""label"":""cleared_brush"",""using"":""Click""},{""time"":60928,""label"":""cleared_brush"",""using"":""Escape""},{""time"":61768,""label"":""tour_next"",""step"":5},{""time"":63978,""label"":""tour_end"",""step"":5},{""time"":68037,""label"":""started_brush"",""startDate"":""2021-05-24"",""endDate"":""2021-10-21""},{""time"":72284,""label"":""moved_brush"",""startDate"":""2021-05-24"",""endDate"":""2021-10-21""},{""time"":72550,""label"":""moved_brush"",""startDate"":""2021-05-24"",""endDate"":""2021-10-21""},{""time"":72736,""label"":""moved_brush"",""startDate"":""2021-05-24"",""endDate"":""2021-10-21""},{""time"":73736,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1923,""week"":""32"",""id"":""chart""}]}","{""startTime"":1678678858732,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":10340,""label"":""cleared_brush"",""using"":""Click""}]}",complex,0.0,0.5,1,1.0 +2023-03-12 23:41:37,2023-03-12 23:49:05,0,71.198.231.172,100,447,1,2023-03-12 23:49:05,R_1mE6szJMEdJRu4q,,,,,37.8414,-122.1254,anonymous,EN,1,7.731,7.731,9.057,1,,,,,,,,0.0,0.0,15.013,0,94,43,50,7.367000000000001,17.250999999999998,19.024,4,8.092,17.625999999999998,19.98,2,1,1,26.058000000000003,36.09,37.648,3,1,-2,29.903000000000002,59.286,61.145,2,1,56.113,56.113,58.354,1,0.0,0.0,15.005999999999998,0,5,3,5,6,6,4,,9.737,18.000999999999998,19.596,6,4,5,4,1,7,4,"I trust the source and the data makes sense, but I know nothing about the researchers or any potential bias.",2.211,2.211,25.45,1,4,,3.64,3.64,5.909,1,2,7,3,4,1,5,6,0.0,0.0,19.173,0,3,5,4,7,6,3,9,9,,5.439,18.623,19.998,9,4,3,2,2,3,4,6.715,16.75,18.021,6,2,,2.372,2.372,5.0760000000000005,1,2,2001,California,6,3,1,,7,,,17,3,2,1.868,46.434,48.31100000000001,14,60fcd2b146529d02f1566012,0,"{""startTime"":1678679021973,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":100,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2244,""week"":""51"",""id"":""chart""}]}","{""startTime"":1678679042095,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678947748,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":5140,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1027,""week"":""52"",""id"":""chart""},{""time"":8090,""label"":""tour_next"",""step"":2},{""time"":9203,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2159,""week"":""52"",""id"":""chart2""},{""time"":17624,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678679006430,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":5628,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1432,""week"":""52"",""id"":""chart2""},{""time"":11819,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1561,""week"":""31"",""id"":""chart""}]}",simple,1.0,0.5,1,1.0 +2023-03-12 23:41:25,2023-03-12 23:49:21,0,97.113.100.151,100,475,1,2023-03-12 23:49:21,R_2ypaHQEVog6b0nh,,,,,47.5364,-122.27799999999999,anonymous,EN,1,2.224,2.957,3.1010000000000004,2,,,,,,,,3.431,4.062,15.005,2,72,100,47,1.995,7.18,8.162,4,3.76,4.968,12.502,2,1,1,19.08,23.605,27.031,2,1,-2,10.436,67.069,67.344,6,1,41.958,41.958,42.875,1,2.009,2.009,15.005999999999998,1,5,6,6,4,5,5,,1.9480000000000002,16.835,17.715,8,6,6,6,6,6,6,Has a clear y and x axis and it very easy to read,0.8270000000000001,26.465999999999998,27.54,6,4,,2.019,4.11,4.997,3,2,3,4,7,1,5,6,5.742000000000001,12.241,28.744,2,4,7,6,6,6,6,11,11,,2.8789999999999996,10.684000000000001,12.07,9,4,4,1,1,4,5,2.0,30.936999999999998,33.082,13,3,,1.443,1.443,2.151,1,1,1998,Washington,6,2,1,,2,,,11,4,2,0.718,40.052,43.763000000000005,23,5e17945242fb0b000da71b21,0,"{""startTime"":1678679232216,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678679187382,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678997418,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":3752,""label"":""tour_next"",""step"":2},{""time"":4960,""label"":""tour_end"",""step"":2},{""time"":6148,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1099,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678679078080,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",moderate,1.0,0.5,1,0.5 +2023-03-12 23:32:33,2023-03-12 23:50:07,0,172.58.129.62,100,1053,1,2023-03-12 23:50:08,R_yyUWjsVxLn513QR,,,,,25.7846,-80.233,anonymous,EN,1,19.402,19.402,20.673000000000002,1,,,,,,,,0.0,0.0,15.129000000000001,0,97,93,85,26.315,34.13,37.389,3,39.416,73.137,87.435,3,1,1,45.026,98.58,100.45,3,-3,-3,32.075,77.404,79.941,2,1,62.674,62.674,65.57300000000001,1,0.0,0.0,15.052,0,6,4,6,4,5,6,,21.6,35.775,39.125,6,4,5,4,1,1,6,It did not show data that greatly increased one week and then decrease suddenly. The ebb and flow of infestation seemed natural.,5.226,150.249,164.888,8,4,,8.408999999999999,8.408999999999999,11.001,1,2,7,3,4,1,5,6,0.0,0.0,38.868,0,6,7,4,5,9,4,10,6,,23.0,44.047,59.905,8,3,3,2,3,3,3,24.226,49.321999999999996,53.096000000000004,6,2,,5.825,5.825,9.15,1,1,1954,Florida,5,2,1,,7,,,7,4,2,3.412,145.72,162.59,21,5ddcd77f23f9f1c2c45d6c18,0,"{""startTime"":1678678856275,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678646728,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678441307,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":120,""label"":""tour_started""},{""time"":16712,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5758,""week"":""52"",""id"":""chart""},{""time"":22550,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1239,""week"":""1"",""id"":""chart""},{""time"":25035,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1238,""week"":""5"",""id"":""chart""},{""time"":33966,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2399,""week"":""23"",""id"":""chart""},{""time"":39392,""label"":""tour_next"",""step"":2},{""time"":48985,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2915,""week"":""52"",""id"":""chart2""},{""time"":59956,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1018,""week"":""1"",""id"":""chart2""},{""time"":73112,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678678630759,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":6450,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5164,""week"":""52"",""id"":""chart2""}]}",simple,1.0,0.0,1,1.0 +2023-03-12 23:45:07,2023-03-12 23:50:12,0,184.103.58.107,100,304,1,2023-03-12 23:50:12,R_2WNFwQnGeysDld2,,,,,33.3874,-112.0998,anonymous,EN,1,2.214,5.121,6.001,4,,,,,,,,12.42,12.42,15.106,1,62,75,45,6.832000000000001,11.215,11.937999999999999,4,3.363,6.79,11.959000000000001,2,-1,-1,1.589,5.54,6.972,4,-3,-2,2.097,53.378,54.203,6,-1,9.474,11.113,12.210999999999999,2,1.5019999999999998,1.5019999999999998,15.014000000000001,1,3,3,5,5,6,4,,2.673,12.575,13.102,10,6,5,6,5,3,5,I seen many reports of insect and fungi related infections.,1.1640000000000001,3.6289999999999996,23.346999999999998,2,1,,3.639,6.622999999999999,7.905,3,2,7,3,4,1,5,6,0.0,0.0,18.949,0,3,1,7,2,1,3,6,4,,3.049,14.495,14.843,12,2,4,3,5,3,4,2.614,7.766,10.718,7,7,,2.387,2.387,3.4,1,1,1996,Arizona,6,2,1,,7,,,10,4,1,2.129,39.777,40.762,18,61363ce02e6022a741d63a6e,0,"{""startTime"":1678679270786,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678679233604,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678679150672,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":3347,""label"":""tour_next"",""step"":2},{""time"":6773,""label"":""tour_end"",""step"":2},{""time"":8927,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2274,""week"":""1"",""id"":""chart""}]}","{""startTime"":1678679217873,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",moderate,0.0,0.0,0,0.0 +2023-03-12 23:35:02,2023-03-12 23:50:13,0,35.148.23.141,100,910,1,2023-03-12 23:50:14,R_2eatHxPaSCT8qkA,,,,,44.5228,-89.5583,anonymous,EN,1,2.468,3.3539999999999996,4.263,2,2.0,,2.0,1.771,1.771,2.821,1.0,0.0,0.0,15.007,0,57,76,44,0.597,48.336999999999996,49.42100000000001,7,4.865,23.203000000000003,24.108,5,1,1,4.143,58.79,59.718,11,-3,-3,12.629000000000001,76.41,78.15,9,1,15.686,58.776,60.79600000000001,5,5.481,5.481,15.008,1,3,2,2,5,3,2,,5.337000000000001,46.04,48.218,9,2,4,4,2,2,3,"I think that it would be more transparent if we also had info on how serious/life-threatening cases were. I also just find the data hard to believe, because I haven't known any unvaccinated people who got COVID-19 in the last year, yet I have known a handful of vaccinated people who have.",3.964,3.964,129.515,1,2,,9.437999999999999,11.964,13.100999999999999,2,2,7,3,4,1,5,6,12.892999999999999,23.643,24.462,3,2,4,9,9,4,7,10,9,,6.5889999999999995,48.659,49.701,12,3,3,2,3,4,4,2.5140000000000002,159.595,160.744,12,4,2.0,2.736,20.779,21.596,5,2,1999,Wisconsin,6,3,1,,9,,Hortonville,13,3,1,1.371,77.138,80.958,22,60fc54b735f3211d0d10a371,1,"{""startTime"":1678678868580,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678689012,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678588581,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":22,""label"":""tour_started""},{""time"":7121,""label"":""tour_next"",""step"":2},{""time"":10439,""label"":""tour_end"",""step"":2},{""time"":17006,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2502,""week"":""52"",""id"":""chart2""},{""time"":20495,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1502,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678678673393,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":9687,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1561,""week"":""16"",""id"":""chart2""}]}",simple,1.0,0.0,1,1.0 +2023-03-12 23:37:28,2023-03-12 23:50:17,0,137.25.201.195,100,769,1,2023-03-12 23:50:18,R_3EMydtHlggSmv7v,,,,,34.5404,-117.3532,anonymous,EN,1,24.204,24.204,25.449,1,,,,,,,,0.0,0.0,15.005,0,85,96,74,24.525,32.342,36.528,3,12.177999999999999,26.717,33.911,4,1,1,33.887,46.033,54.159,2,-3,-3,63.61,108.029,109.33,3,1,40.056,40.056,46.248999999999995,1,0.0,0.0,15.110999999999999,0,4,2,5,2,5,5,,17.951,50.996,63.203,6,4,4,4,2,1,5,The source of the data seemed like a trustworthy organization and the visualization looks clean and professional.,3.9530000000000003,3.9530000000000003,53.851000000000006,1,6,,9.735,23.733,28.033,6,2,7,3,4,1,5,6,0.0,0.0,24.4,0,6,9,7,9,7,6,10,10,,15.241,60.743,80.1,15,4,4,1,2,3,4,12.457,38.481,40.422,6,2,,7.32,7.32,9.198,1,2,1983,California,4,2,1,,7,,,11,4,2,3.197,50.285,52.188,11,5d4b14caed2dfc0001a22c1a,0,"{""startTime"":1678678893815,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":29,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6939,""week"":""2"",""id"":""chart""}]}","{""startTime"":1678678957602,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678734208,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":14288,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1633,""week"":""36"",""id"":""chart""},{""time"":20557,""label"":""tour_next"",""step"":2},{""time"":26713,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678678878274,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":7390,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2236,""week"":""52"",""id"":""chart""}]}",moderate,1.0,0.0,1,0.0 +2023-03-12 23:27:00,2023-03-12 23:50:37,0,172.58.5.102,100,1416,1,2023-03-12 23:50:38,R_3fposxNHrBYzwl3,,,,,33.7173,-84.4783,anonymous,EN,1,13.888,28.078000000000003,30.073,3,,,,,,,,4.886,4.886,15.114,1,100,44,50,11.7,25.055,26.791999999999998,6,3.951,97.494,99.16,18,1,-3,13.485999999999999,182.657,184.25900000000001,12,1,-3,116.928,162.94299999999998,164.452,5,-2,15.663,38.641,40.082,4,0.0,0.0,15.012,0,3,3,3,3,2,3,,1.1320000000000001,21.318,25.201,10,4,3,7,1,1,3,I'm not sure if it's accurate or not because i'm not familiar with the topic.,6.077000000000001,79.934,83.507,2,2,,30.469,37.457,40.077,4,2,7,3,4,1,5,6,11.398,25.625999999999998,27.787,2,3,3,1,2,4,2,4,5,,35.728,55.211999999999996,56.598,10,3,3,1,1,3,3,6.683,46.738,47.955,9,1,,34.65,37.768,39.193000000000005,2,1,1987,Georgia,2,2,1,,9,,"albany, ga",3,2,2,45.39,135.731,142.532,20,63039dbefda87c47a91fec04,0,"{""startTime"":1678678573720,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678599400,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678418134,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":10149,""label"":""tour_next"",""step"":5},{""time"":18170,""label"":""tour_back"",""step"":5},{""time"":30217,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2231,""week"":""50"",""id"":""chart""},{""time"":32649,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1716,""week"":""50"",""id"":""chart""},{""time"":38239,""label"":""tour_next"",""step"":5},{""time"":47955,""label"":""started_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-06-05""},{""time"":49205,""label"":""tour_next"",""step"":5},{""time"":55816,""label"":""moved_brush"",""startDate"":""2021-12-01"",""endDate"":""2022-01-31""},{""time"":57306,""label"":""tour_next"",""step"":5},{""time"":64241,""label"":""moved_brush"",""startDate"":""2021-06-22"",""endDate"":""2021-08-23""},{""time"":81332,""label"":""cleared_brush"",""using"":""Click""},{""time"":84672,""label"":""started_brush"",""startDate"":""2021-08-06"",""endDate"":""2021-10-31""},{""time"":85956,""label"":""tour_next"",""step"":5},{""time"":91453,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678678558148,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",complex,0.5,0.5,0,0.0 +2023-03-12 23:42:11,2023-03-12 23:53:56,0,199.66.65.227,100,705,1,2023-03-12 23:53:57,R_Z2lAA9Tq2wPIDHH,,,,,41.6837,-88.3499,anonymous,EN,1,13.828,13.828,14.658,1,,,,,,,,0.0,0.0,15.008,0,81,5,63,7.457000000000001,23.351999999999997,24.351999999999997,5,21.211,147.87,150.35399999999998,11,1,1,37.403,44.853,45.867,2,1,-3,62.163000000000004,113.883,114.85799999999999,2,1,9.901,38.506,40.978,2,7.96,13.863,15.011,2,5,3,5,4,4,5,,5.9910000000000005,19.038,20.717,7,5,2,4,2,7,5,"There is a lot of information, I would find it hard to believe that someone would take all that time to put together an untrustworthy visual like this.",13.522,13.522,41.442,1,5,,7.864,8.828,10.059,2,2,7,3,4,1,5,6,0.0,0.0,10.918,0,5,7,7,7,9,6,11,10,,8.664,23.465999999999998,26.017,8,3,4,2,3,3,4,21.13,36.711999999999996,37.841,6,2,,3.986,3.986,6.085,1,2,1999,Illinois,6,1,1,,8,Yorkville,,17,4,2,6.566,75.919,78.596,22,6101ced6dafdbea2d88a52b0,0,"{""startTime"":1678679263145,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678679202114,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678994679,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":13722,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4263,""week"":""52"",""id"":""chart""},{""time"":18318,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1333,""week"":""52"",""id"":""chart""},{""time"":21204,""label"":""tour_next"",""step"":5},{""time"":67834,""label"":""started_brush"",""startDate"":""2021-06-18"",""endDate"":""2021-06-26""},{""time"":69817,""label"":""started_brush"",""startDate"":""2021-05-30"",""endDate"":""2021-07-29""},{""time"":72421,""label"":""tour_next"",""step"":5},{""time"":77289,""label"":""started_brush"",""startDate"":""2021-08-02"",""endDate"":""2021-09-06""},{""time"":79016,""label"":""started_brush"",""startDate"":""2021-05-07"",""endDate"":""2021-08-28""},{""time"":85597,""label"":""cleared_brush"",""using"":""Click""},{""time"":86192,""label"":""cleared_brush"",""using"":""Click""},{""time"":89422,""label"":""started_brush"",""startDate"":""2021-04-23"",""endDate"":""2021-09-01""},{""time"":90815,""label"":""moved_brush"",""startDate"":""2021-06-20"",""endDate"":""2021-10-29""},{""time"":92333,""label"":""tour_next"",""step"":5},{""time"":95933,""label"":""cleared_brush"",""using"":""Click""},{""time"":97064,""label"":""tour_next"",""step"":5},{""time"":104666,""label"":""tour_end"",""step"":5},{""time"":106290,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1143,""week"":""2"",""id"":""chart""},{""time"":108641,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6459,""week"":""1"",""id"":""chart""},{""time"":115119,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2581,""week"":""52"",""id"":""chart""},{""time"":117702,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1248,""week"":""52"",""id"":""chart""},{""time"":122607,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3692,""week"":""52"",""id"":""chart""},{""time"":127536,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6798,""week"":""22"",""id"":""chart""},{""time"":136234,""label"":""started_brush"",""startDate"":""2021-06-19"",""endDate"":""2021-07-31""},{""time"":137351,""label"":""moved_brush"",""startDate"":""2021-06-19"",""endDate"":""2021-09-16""},{""time"":142837,""label"":""moved_brush"",""startDate"":""2021-06-14"",""endDate"":""2021-09-11""},{""time"":143920,""label"":""cleared_brush"",""using"":""Click""}]}","{""startTime"":1678679186705,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":7317,""label"":""started_brush"",""startDate"":""2021-06-20"",""endDate"":""2021-11-06""},{""time"":12131,""label"":""moved_brush"",""startDate"":""2021-08-23"",""endDate"":""2022-01-09""},{""time"":12640,""label"":""cleared_brush"",""using"":""Click""}]}",complex,1.0,0.5,1,1.0 +2023-03-12 23:32:57,2023-03-12 23:56:03,0,73.143.196.250,100,1386,1,2023-03-12 23:56:03,R_1f4667MY6GDXYCu,,,,,41.698,-70.0602,anonymous,EN,1,21.361,21.361,22.335,1,2.0,,2.0,3.1,3.1,4.3,1.0,0.0,0.0,15.020999999999999,0,70,93,95,55.433,94.52799999999999,96.637,9,50.059,208.46400000000003,220.987,36,1,1,33.022,47.434,49.751000000000005,2,-3,1,56.277,81.40100000000001,83.177,2,1,60.001000000000005,84.705,99.75,3,0.0,0.0,15.017000000000001,0,2,2,2,4,5,5,,17.588,89.042,96.973,7,3,5,2,7,7,3,I would need to have at least one other source confirming the same information before I trusted this .,7.561,90.59299999999999,91.62899999999999,5,3,,14.094000000000001,24.166,32.172,2,2,7,3,4,1,5,6,0.0,0.0,20.971,0,5,5,8,9,4,7,10,9,,8.923,47.336999999999996,52.292,9,3,3,3,2,4,3,21.955,81.857,83.08200000000001,7,3,4.0,13.56,40.284,41.958,2,1,1975,Massachusetts,2,2,1,,7,,,10,3,2,6.023,256.656,261.434,62,640d43c9451ce148162a7643,1,"{""startTime"":1678678729269,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678826683,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678391669,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":44,""label"":""tour_started""},{""time"":18948,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":9857,""week"":""52"",""id"":""chart""},{""time"":28826,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":17527,""week"":""1"",""id"":""chart""},{""time"":50053,""label"":""tour_next"",""step"":5},{""time"":80665,""label"":""cleared_brush"",""using"":""Click""},{""time"":89530,""label"":""cleared_brush"",""using"":""Click""},{""time"":94770,""label"":""cleared_brush"",""using"":""Click""},{""time"":96964,""label"":""tour_back"",""step"":5},{""time"":97171,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1025,""week"":""51"",""id"":""chart""},{""time"":103856,""label"":""tour_next"",""step"":5},{""time"":121440,""label"":""cleared_brush"",""using"":""Click""},{""time"":122306,""label"":""cleared_brush"",""using"":""Click""},{""time"":122895,""label"":""cleared_brush"",""using"":""Click""},{""time"":123968,""label"":""cleared_brush"",""using"":""Click""},{""time"":125200,""label"":""cleared_brush"",""using"":""Click""},{""time"":126244,""label"":""cleared_brush"",""using"":""Click""},{""time"":127514,""label"":""cleared_brush"",""using"":""Click""},{""time"":130920,""label"":""cleared_brush"",""using"":""Click""},{""time"":132044,""label"":""cleared_brush"",""using"":""Click""},{""time"":132764,""label"":""cleared_brush"",""using"":""Click""},{""time"":136519,""label"":""tour_back"",""step"":5},{""time"":139892,""label"":""tour_next"",""step"":5},{""time"":145384,""label"":""cleared_brush"",""using"":""Click""},{""time"":149904,""label"":""cleared_brush"",""using"":""Click""},{""time"":150460,""label"":""cleared_brush"",""using"":""Click""},{""time"":152576,""label"":""cleared_brush"",""using"":""Click""},{""time"":154387,""label"":""cleared_brush"",""using"":""Click""},{""time"":165088,""label"":""cleared_brush"",""using"":""Click""},{""time"":165308,""label"":""cleared_brush"",""using"":""Click""},{""time"":165559,""label"":""cleared_brush"",""using"":""Click""},{""time"":165698,""label"":""cleared_brush"",""using"":""Click""},{""time"":168057,""label"":""cleared_brush"",""using"":""Click""},{""time"":169900,""label"":""cleared_brush"",""using"":""Click""},{""time"":170925,""label"":""cleared_brush"",""using"":""Click""},{""time"":175993,""label"":""cleared_brush"",""using"":""Click""},{""time"":177846,""label"":""started_brush"",""startDate"":""2021-08-25"",""endDate"":""2021-09-06""},{""time"":181631,""label"":""tour_next"",""step"":5},{""time"":187144,""label"":""moved_brush"",""startDate"":""2021-07-29"",""endDate"":""2021-08-10""},{""time"":187252,""label"":""cleared_brush"",""using"":""Click""},{""time"":187308,""label"":""cleared_brush"",""using"":""Click""},{""time"":188150,""label"":""started_brush"",""startDate"":""2021-06-30"",""endDate"":""2021-07-08""},{""time"":189671,""label"":""tour_next"",""step"":5},{""time"":196335,""label"":""cleared_brush"",""using"":""Click""},{""time"":196335,""label"":""cleared_brush"",""using"":""Escape""},{""time"":200639,""label"":""tour_next"",""step"":5},{""time"":208456,""label"":""tour_end"",""step"":5},{""time"":216542,""label"":""cleared_brush"",""using"":""Click""},{""time"":216845,""label"":""cleared_brush"",""using"":""Click""},{""time"":217461,""label"":""started_brush"",""startDate"":""2021-07-19"",""endDate"":""2021-09-02""}]}","{""startTime"":1678678713233,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",complex,1.0,0.5,1,1.0 +2023-03-12 23:30:25,2023-03-12 23:57:03,0,73.174.244.12,100,1597,1,2023-03-12 23:57:03,R_1CBH2uBmiwxwQuj,,,,,39.3408,-80.0285,anonymous,EN,1,50.137,50.137,51.248000000000005,1,,,,,,,,0.0,0.0,15.130999999999998,0,67,71,23,28.912,78.454,80.536,11,5.8870000000000005,136.814,140.905,35,-2,-1,4.738,183.19,184.79,11,-3,-3,45.806000000000004,252.385,260.394,13,-2,3.61,60.215,61.843999999999994,3,11.606,11.606,15.04,1,5,2,4,4,4,4,I have no additional thought nor comment.,5.9479999999999995,103.21799999999999,105.08,14,3,3,4,3,3,3,"The visualization appears to be well-designed and informative, but its effectiveness ultimately depends on the accuracy and reliability of the data it represents, and whether it meets the user's specific needs and goals. Ultimately, it is up to the user to determine whether or not they trust the information conveyed by the visualization.",7.85,71.956,74.638,3,4,,6.362,21.503,24.498,2,2,7,3,4,1,5,6,0.0,0.0,58.79,0,4,5,7,6,5,8,11,11,,6.566,29.747,37.001999999999995,16,4,3,4,3,5,4,2.15,82.898,85.139,7,6,,10.847999999999999,10.847999999999999,12.732000000000001,1,2,1942,California,7,1,1,,7,,,14,2,2,80.334,162.903,173.49,23,64033349ec5c1a27ee79d14b,0,"{""startTime"":1678678871970,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678647814,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678423146,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":61,""label"":""tour_started""},{""label"":""window_focused"",""time"":1708},{""label"":""window_blurred"",""time"":13340},{""label"":""window_focused"",""time"":16803},{""time"":18963,""label"":""tour_next"",""step"":5},{""label"":""window_blurred"",""time"":24608},{""label"":""window_focused"",""time"":28121},{""time"":35957,""label"":""tour_back"",""step"":5},{""time"":43071,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1330,""week"":""52"",""id"":""chart""},{""time"":44463,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1069,""week"":""51"",""id"":""chart""},{""time"":49959,""label"":""tour_next"",""step"":5},{""label"":""window_blurred"",""time"":53932},{""label"":""window_focused"",""time"":56119},{""time"":57941,""label"":""tour_back"",""step"":5},{""time"":59771,""label"":""cleared_brush"",""using"":""Click""},{""time"":59771,""label"":""cleared_brush"",""using"":""Escape""},{""time"":64838,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1402,""week"":""50"",""id"":""chart""},{""time"":66245,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3679,""week"":""50"",""id"":""chart""},{""time"":76878,""label"":""tour_next"",""step"":5},{""time"":78783,""label"":""cleared_brush"",""using"":""Click""},{""time"":79532,""label"":""cleared_brush"",""using"":""Click""},{""time"":80253,""label"":""cleared_brush"",""using"":""Click""},{""time"":80763,""label"":""cleared_brush"",""using"":""Click""},{""time"":80999,""label"":""cleared_brush"",""using"":""Click""},{""time"":93206,""label"":""started_brush"",""startDate"":""2021-11-01"",""endDate"":""2022-01-09""},{""time"":105511,""label"":""cleared_brush"",""using"":""Click""},{""time"":108863,""label"":""started_brush"",""startDate"":""2021-09-28"",""endDate"":""2022-02-02""},{""time"":110090,""label"":""tour_next"",""step"":5},{""time"":117659,""label"":""moved_brush"",""startDate"":""2021-10-03"",""endDate"":""2022-02-07""},{""time"":118657,""label"":""tour_next"",""step"":5},{""time"":125364,""label"":""moved_brush"",""startDate"":""2021-10-03"",""endDate"":""2022-02-07""},{""time"":131320,""label"":""cleared_brush"",""using"":""Click""},{""time"":133383,""label"":""tour_next"",""step"":5},{""time"":136808,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678678630351,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",complex,0.0,0.0,0,0.0 +2023-03-12 23:23:38,2023-03-12 23:57:13,0,99.96.118.119,100,2015,1,2023-03-12 23:57:14,R_3h3CS0WJ2ELqWVz,,,,,33.9521,-84.5475,anonymous,EN,1,16.340999999999998,16.340999999999998,19.656,1,,,,,,,,0.0,0.0,15.106,0,87,79,72,14.328,41.351000000000006,43.431999999999995,4,21.322,94.306,133.787,9,1,1,51.92100000000001,70.223,73.57300000000001,4,-3,-3,84.35700000000001,116.70299999999999,135.914,2,1,33.302,33.302,35.115,1,0.0,0.0,15.017999999999999,0,3,3,3,5,6,4,,11.844000000000001,32.32,43.62,6,3,6,5,4,4,5,Crop pests and diseases aren't something that would normally be falsified. Pesticides and anti-fungals aren't cheap - no farmer would want to use more than needed and conversely wouldn't want to NOT use them if they were needed. So the agency putting out the information has a real incentive to make sure the information's as solid as possible.,2.8939999999999997,2.8939999999999997,200.44400000000002,1,5,Interesting survey - thank you!,7.617999999999999,9.95,24.529,2,2,7,3,4,1,5,6,0.0,0.0,76.48100000000001,0,3,4,9,8,2,10,7,9,,4.696000000000001,63.625,170.64700000000002,8,3,4,2,2,5,4,6.263999999999999,36.16,142.97,6,5,,5.651,5.651,167.297,1,1,1956,Georgia,6,2,1,,7,,,12,3,2,2.1919999999999997,477.60900000000004,628.302,19,62ffe399d769a8e595609133,0,"{""startTime"":1678678091383,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678135409,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678677906241,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":16622,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1743,""week"":""1"",""id"":""chart""},{""time"":21315,""label"":""tour_next"",""step"":5},{""time"":48197,""label"":""cleared_brush"",""using"":""Click""},{""time"":53417,""label"":""started_brush"",""startDate"":""2021-09-06"",""endDate"":""2021-12-25""},{""time"":56004,""label"":""tour_next"",""step"":5},{""time"":64405,""label"":""moved_brush"",""startDate"":""2021-11-06"",""endDate"":""2021-12-25""},{""time"":67778,""label"":""tour_next"",""step"":5},{""time"":75481,""label"":""cleared_brush"",""using"":""Click""},{""time"":77014,""label"":""cleared_brush"",""using"":""Click""},{""time"":77014,""label"":""cleared_brush"",""using"":""Escape""},{""time"":79366,""label"":""tour_next"",""step"":5},{""time"":94299,""label"":""tour_end"",""step"":5},{""time"":100273,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1050,""week"":""1"",""id"":""chart""},{""time"":101638,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1398,""week"":""51"",""id"":""chart""},{""time"":117073,""label"":""cleared_brush"",""using"":""Click""},{""time"":130956,""label"":""cleared_brush"",""using"":""Click""}]}","{""startTime"":1678678075745,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",complex,1.0,0.0,1,1.0 +2023-03-12 23:50:07,2023-03-13 00:05:53,0,172.59.144.137,100,946,1,2023-03-13 00:05:54,R_1Nt6466WnD9QWO4,,,,,37.9186,-121.3132,anonymous,EN,1,7.849,22.226,23.169,7,1.0,3.0,2.0,3.221,7.436,8.542,3.0,9.727,11.239,15.012,2,100,98,68,5.229,22.738000000000003,23.941,6,4.857,51.621,52.486999999999995,10,-1,-3,25.29,121.185,121.917,11,-3,-3,15.107000000000001,61.601000000000006,62.531000000000006,6,-3,14.789000000000001,39.981,40.674,5,8.484,13.969000000000001,15.011,3,6,5,5,6,6,6,,11.703,65.17399999999999,66.185,18,5,6,5,6,5,6,It is based on science as far as I can tell,8.7,75.788,79.7,4,4,,6.847,13.039000000000001,13.987,5,2,7,3,4,1,5,6,13.879000000000001,27.090999999999998,27.772,3,8,6,4,6,10,2,11,9,,4.154,28.314,29.739,11,4,5,1,1,5,5,8.079,34.431,35.417,12,2,1.0,4.7010000000000005,15.537,17.083,6,2,1969,California,6,2,1,,9,,white/hispanic,16,4,1,5.327000000000001,238.301,239.36599999999999,54,56fb36ca34a0d3000b1a5701,1,"{""startTime"":1678679807841,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678679686609,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678679495314,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":21,""label"":""tour_started""},{""time"":13439,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4965,""week"":""52"",""id"":""chart""},{""time"":18736,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1217,""week"":""51"",""id"":""chart""},{""time"":29017,""label"":""tour_next"",""step"":2},{""time"":39784,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2898,""week"":""52"",""id"":""chart2""},{""time"":43382,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1166,""week"":""51"",""id"":""chart2""},{""time"":48773,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678679670918,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":10801,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1866,""week"":""52"",""id"":""chart""}]}",simple,0.0,0.0,0,0.0 +2023-03-12 23:45:27,2023-03-13 00:06:06,0,174.235.32.95,100,1239,1,2023-03-13 00:06:07,R_2fxJmAqfBx3uM5Y,,,,,35.2296,-80.843,anonymous,EN,1,11.534,65.611,68.682,40,1.0,2.0,2.0,2.773,7.35,9.901,3.0,0.0,0.0,15.012,0,84,45,5,4.477,30.455,32.694,8,10.293,173.704,174.79,41,1,1,61.07,82.76899999999999,84.055,6,-3,-3,4.957,87.78200000000001,89.073,11,-3,3.784,144.907,146.338,18,14.802,14.802,15.013,1,3,3,3,7,7,3,,3.569,45.873000000000005,47.388999999999996,11,4,3,1,7,2,3,Because I dont know where the information came and if it was accurately kept up with. And I don't trust alot of things or people trust is a very special thing and it gets broken a lot and I just don't trust stuff.,9.277999999999999,9.277999999999999,88.411,1,1,,6.645,19.259,20.301,11,2,7,3,4,1,5,6,16.564,31.258000000000003,32.338,3,6,6,6,6,9,4,11,9,,1.2009999999999998,35.41,37.957,15,3,3,5,2,4,3,21.023000000000003,60.968,62.192,10,4,2.0,16.387999999999998,27.741999999999997,32.496,4,1,1983,North Carolina,2,2,1,,7,,,4,3,1,4.74,114.44200000000001,116.12899999999999,73,5ec617a2e79285689c82fb8f,1,"{""startTime"":1678679802138,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678679652075,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678679302339,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":40,""label"":""tour_started""},{""time"":34068,""label"":""tour_next"",""step"":5},{""time"":117493,""label"":""cleared_brush"",""using"":""Click""},{""time"":118571,""label"":""started_brush"",""startDate"":""2021-06-28"",""endDate"":""2021-09-24""},{""time"":122893,""label"":""tour_next"",""step"":5},{""time"":137714,""label"":""moved_brush"",""startDate"":""2021-05-31"",""endDate"":""2021-09-24""},{""time"":142027,""label"":""moved_brush"",""startDate"":""2021-05-31"",""endDate"":""2021-10-02""},{""time"":143729,""label"":""tour_next"",""step"":5},{""time"":154092,""label"":""cleared_brush"",""using"":""Click""},{""time"":154092,""label"":""cleared_brush"",""using"":""Escape""},{""time"":155917,""label"":""tour_next"",""step"":5},{""time"":166332,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678679631666,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",complex,1.0,0.0,0,0.0 +2023-03-12 23:38:32,2023-03-13 00:08:36,0,121.91.229.168,100,1803,1,2023-03-13 00:08:37,R_6mUpOVbvFD6vmk9,,,,,40.0172,-75.0883,anonymous,EN,1,7.85,7.85,10.300999999999998,1,1.0,3.0,2.0,9.586,30.616999999999997,32.501999999999995,4.0,0.0,0.0,15.077,0,74,94,40,3.8939999999999997,109.61399999999999,113.441,16,6.0889999999999995,71.425,83.42,17,-2,1,4.482,128.577,139.737,10,-3,-3,4.854,193.74099999999999,208.072,11,-3,2.958,127.83,139.553,4,7.968,12.296,15.167,2,4,3,3,5,5,5,I have nothing to say. Thanks.,7.062,89.758,91.75299999999999,16,5,4,6,5,3,6,I found this visualization to be a research and scientific analysis that is very informative.,3.053,249.773,361.62300000000005,5,4,No comments. Thanks.,1.976,23.041,42.147,6,2,7,3,4,1,5,6,3.99,74.646,79.332,6,10,11,11,7,10,8,11,11,No comments.,1.7890000000000001,47.021,55.95,17,4,5,4,3,4,3,3.6719999999999997,38.543,40.556,7,2,1.0,0.8190000000000001,26.546,28.500999999999998,6,2,1991,Virginia,6,3,1,,7,,,15,2,1,1.367,203.03900000000002,209.517,32,614ee5e28a2f0a07d4d639dd,1,"{""startTime"":1678679670640,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678679249523,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678938607,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":27,""label"":""tour_started""},{""time"":44501,""label"":""tour_next"",""step"":2},{""time"":65340,""label"":""tour_end"",""step"":2},{""time"":72008,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2879,""week"":""30"",""id"":""chart""},{""time"":78073,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2807,""week"":""2"",""id"":""chart""}]}","{""startTime"":1678679232907,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":8308,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1684,""week"":""31"",""id"":""chart""}]}",moderate,0.5,0.0,0,0.0 +2023-03-12 23:41:06,2023-03-13 00:11:53,0,67.247.164.186,100,1847,1,2023-03-13 00:11:54,R_2QMnugZVX5P069l,,,,,43.2078,-77.6602,anonymous,EN,1,7.359,30.413,31.478,5,1.0,2.0,2.0,2.435,7.611000000000001,15.238,2.0,4.0889999999999995,4.0889999999999995,15.009,1,0,0,27,63.038999999999994,115.79700000000001,118.479,12,7.102,224.702,249.982,15,1,1,72.937,112.905,123.281,2,1,1,156.278,248.956,262.255,4,1,23.831999999999997,106.35,167.81099999999998,16,0.0,0.0,15.027999999999999,0,6,6,6,4,6,6,Including both vaccinated individuals and the unvaccinated in the same chart was very confusing to me when I first was presented with the data.,15.193,143.77200000000002,157.569,12,4,2,7,1,7,6,"Because I view the source, the CDC, as a credible source of information.",3.167,3.167,80.233,1,1,,5.312,5.312,19.98,1,2,7,3,4,1,5,6,0.0,0.0,54.0,0,2,7,1,1,11,1,11,4,,10.725999999999999,54.605,93.788,11,5,5,1,2,5,4,16.415,67.044,86.257,7,1,1.0,19.185,32.296,45.53,2,1,1984,New York,2,2,1,,7,,,1,3,2,3.6510000000000002,157.15200000000002,193.791,17,565b2be310593c000bff9695,1,"{""startTime"":1678679513385,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678679671817,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678679077800,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":35,""label"":""tour_started""},{""label"":""window_blurred"",""time"":4841},{""label"":""window_focused"",""time"":6999},{""time"":46744,""label"":""tour_next"",""step"":5},{""time"":112389,""label"":""cleared_brush"",""using"":""Click""},{""time"":122274,""label"":""started_brush"",""startDate"":""2021-05-09"",""endDate"":""2021-05-28""},{""time"":129840,""label"":""started_brush"",""startDate"":""2021-06-12"",""endDate"":""2021-11-14""},{""time"":137158,""label"":""tour_next"",""step"":5},{""time"":154279,""label"":""moved_brush"",""startDate"":""2021-07-06"",""endDate"":""2021-12-09""},{""time"":155512,""label"":""moved_brush"",""startDate"":""2021-07-06"",""endDate"":""2021-12-09""},{""time"":158712,""label"":""moved_brush"",""startDate"":""2021-07-06"",""endDate"":""2021-11-15""},{""time"":160449,""label"":""tour_next"",""step"":5},{""time"":182479,""label"":""cleared_brush"",""using"":""Click""},{""time"":186797,""label"":""tour_next"",""step"":5},{""time"":198224,""label"":""tour_end"",""step"":5},{""time"":199817,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1108,""week"":""52"",""id"":""chart""},{""time"":206274,""label"":""started_brush"",""startDate"":""2021-07-18"",""endDate"":""2021-09-15""},{""time"":206701,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1564,""week"":""34"",""id"":""chart""},{""time"":208331,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1321,""week"":""33"",""id"":""chart""},{""time"":210700,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2498,""week"":""32"",""id"":""chart""},{""time"":215493,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3608,""week"":""32"",""id"":""chart""},{""time"":220902,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2357,""week"":""32"",""id"":""chart""},{""time"":225594,""label"":""cleared_brush"",""using"":""Click""},{""time"":225805,""label"":""cleared_brush"",""using"":""Click""},{""time"":227020,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":19402,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678679497675,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":7289,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2677,""week"":""2"",""id"":""chart""},{""time"":12530,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1002,""week"":""35"",""id"":""chart""}]}",complex,1.0,1.0,1,1.0 +2023-03-13 00:15:25,2023-03-13 00:22:31,0,74.96.61.186,100,426,1,2023-03-13 00:22:32,R_2CxGy8dicE0PyBZ,,,,,38.8452,-77.4651,anonymous,EN,1,5.904,5.904,6.747999999999999,1,,,,,,,,13.529000000000002,13.529000000000002,15.107999999999999,1,71,76,40,6.375,12.015,12.725,4,3.948,6.941,18.702,2,1,1,9.734,41.713,42.905,6,-3,-3,16.991,41.13399999999999,42.005,3,1,42.43899999999999,42.43899999999999,43.203,1,0.0,0.0,15.01,0,3,3,3,4,4,4,,8.89,19.563,20.932,7,5,5,4,3,7,4,"It is well presented and doesn't seem misleading. For example, the scales are the same (in units of 1000 for each line).",1.214,7.513999999999999,27.633000000000003,2,2,,2.778,2.778,9.826,1,2,7,3,4,1,5,6,14.79,14.79,15.005999999999998,1,3,5,1,3,3,4,9,8,,4.346,16.901,18.802,12,1,2,4,4,1,1,5.667000000000001,14.884,15.543,7,1,,2.456,2.456,3.505,1,1,1996,Virginia,6,2,1,,2,,,9,4,2,5.27,45.05,54.05,11,62e01fdb9adf283ff375724f,0,"{""startTime"":1678681115263,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678681066303,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678680987396,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":47,""label"":""tour_started""},{""time"":3928,""label"":""tour_next"",""step"":2},{""time"":6920,""label"":""tour_end"",""step"":2},{""time"":8412,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3328,""week"":""33"",""id"":""chart""},{""time"":13758,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1367,""week"":""51"",""id"":""chart""}]}","{""startTime"":1678681050476,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":6772,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1375,""week"":""52"",""id"":""chart""}]}",simple,1.0,0.0,1,1.0 diff --git a/study_data/full_Study/study.csv b/study_data/full_Study/study.csv index c57c2c4..23df97b 100644 --- a/study_data/full_Study/study.csv +++ b/study_data/full_Study/study.csv @@ -1,4 +1,4 @@ -StartDate,EndDate,Status,IPAddress,Progress,Duration (in seconds),Finished,RecordedDate,ResponseId,RecipientLastName,RecipientFirstName,RecipientEmail,ExternalReference,LocationLatitude,LocationLongitude,DistributionChannel,UserLanguage,Consent Form,consent-time_First Click,consent-time_Last Click,consent-time_Page Submit,consent-time_Click Count,covid-vaccine,covid-vaccine-doses,covid-infection,covid-time_First Click,covid-time_Last Click,covid-time_Page Submit,covid-time_Click Count,intro-vis-time_First Click,intro-vis-time_Last Click,intro-vis-time_Page Submit,intro-vis-time_Click Count,affect-science_1,affect-clarity_1,affect-aesthetic_1,initial-time_First Click,initial-time_Last Click,initial-time_Page Submit,initial-time_Click Count,tour-time_First Click,tour-time_Last Click,tour-time_Page Submit,tour-time_Click Count,simple-vlat-1,simple-vlat-2,simple-vlat-time_First Click,simple-vlat-time_Last Click,simple-vlat-time_Page Submit,simple-vlat-time_Click Count,moderate-vlat-1,moderate-vlat-2,moderate-vlat-time_First Click,moderate-vlat-time_Last Click,moderate-vlat-time_Page Submit,moderate-vlat-time_Click Count,complex-vlat-1,complex-vlat-time_First Click,complex-vlat-time_Last Click,complex-vlat-time_Page Submit,complex-vlat-time_Click Count,explore-time_First Click,explore-time_Last Click,explore-time_Page Submit,explore-time_Click Count,data-trust_1,data-trust_2,data-trust_3,data-trust_4,data-trust_5,data-trust_6,data-trust-exp,data-trust-time_First Click,data-trust-time_Last Click,data-trust-time_Page Submit,data-trust-time_Click Count,vis-trust_1,vis-trust_2,vis-trust_3,vis-trust_4,vis-trust_5,vis-trust_6,vis-trust-exp,vis-trust-time_First Click,vis-trust-time_Last Click,vis-trust-time_Page Submit,vis-trust-time_Click Count,interpersonal-trust_1,interper-trust-exp,interper-trust-time_First Click,interper-trust-time_Last Click,interper-trust-time_Page Submit,interper-trust-time_Click Count,attention-check_1,attention-check_2,attention-check_3,attention-check_4,attention-check_5,attention-check_6,attention-check_7,attention-check-time_First Click,attention-check-time_Last Click,attention-check-time_Page Submit,attention-check-time_Click Count,trust-in-science_1,trust-in-science_2,trust-in-science_3,trust-in-science_4,trust-in-science_5,trust-in-science_6,trust-in-science_7,trust-in-science_8,trust-science-exp,trust-science-time_First Click,trust-science-time_Last Click,trust-science-time_Page Submit,trust-science-time_Click Count,cognition_1,cognition_2,cognition_3,cognition_4,cognition_5,cognition_6,need-cognition-time_First Click,need-cognition-time_Last Click,need-cognition-time_Page Submit,need-cognition-time_Click Count,political_views,covid_information,politics_time_First Click,politics_time_Last Click,politics_time_Page Submit,politics_time_Click Count,Gender,Age,State_1,Education,Parents_education,Language,Language_4_TEXT,Ethnicity,Ethnicity_8_TEXT,Ethnicity_9_TEXT,Income,Religion,Interview,Interview_1_TEXT,demographics_time_First Click,demographics_time_Last Click,demographics_time_Page Submit,demographics_time_Click Count,PROLIFIC_PID,provenance-data,provenance-vis,provenance-tour,provenance-explore,isCovidData,complexity,chartType +StartDate,EndDate,Status,IPAddress,Progress,Duration (in seconds),Finished,RecordedDate,ResponseId,RecipientLastName,RecipientFirstName,RecipientEmail,ExternalReference,LocationLatitude,LocationLongitude,DistributionChannel,UserLanguage,Consent Form,consent-time_First Click,consent-time_Last Click,consent-time_Page Submit,consent-time_Click Count,covid-vaccine,covid-vaccine-doses,covid-infection,covid-time_First Click,covid-time_Last Click,covid-time_Page Submit,covid-time_Click Count,intro-vis-time_First Click,intro-vis-time_Last Click,intro-vis-time_Page Submit,intro-vis-time_Click Count,affect-science_1,affect-clarity_1,affect-aesthetic_1,initial-time_First Click,initial-time_Last Click,initial-time_Page Submit,initial-time_Click Count,tour-time_First Click,tour-time_Last Click,tour-time_Page Submit,tour-time_Click Count,simple-vlat-1,simple-vlat-2,simple-vlat-time_First Click,simple-vlat-time_Last Click,simple-vlat-time_Page Submit,simple-vlat-time_Click Count,moderate-vlat-1,moderate-vlat-2,moderate-vlat-time_First Click,moderate-vlat-time_Last Click,moderate-vlat-time_Page Submit,moderate-vlat-time_Click Count,complex-vlat-1,complex-vlat-time_First Click,complex-vlat-time_Last Click,complex-vlat-time_Page Submit,complex-vlat-time_Click Count,explore-time_First Click,explore-time_Last Click,explore-time_Page Submit,explore-time_Click Count,data-trust_1,data-trust_2,data-trust_3,data-trust_4,data-trust_5,data-trust_6,data-trust-exp,data-trust-time_First Click,data-trust-time_Last Click,data-trust-time_Page Submit,data-trust-time_Click Count,vis-trust_1,vis-trust_2,vis-trust_3,vis-trust_4,vis-trust_5,vis-trust_6,vis-trust-exp,vis-trust-time_First Click,vis-trust-time_Last Click,vis-trust-time_Page Submit,vis-trust-time_Click Count,interpersonal-trust_1,interper-trust-exp,interper-trust-time_First Click,interper-trust-time_Last Click,interper-trust-time_Page Submit,interper-trust-time_Click Count,attention-check_1,attention-check_2,attention-check_3,attention-check_4,attention-check_5,attention-check_6,attention-check_7,attention-check-time_First Click,attention-check-time_Last Click,attention-check-time_Page Submit,attention-check-time_Click Count,trust-in-science_1,trust-in-science_2,trust-in-science_3,trust-in-science_4,trust-in-science_5,trust-in-science_6,trust-in-science_7,trust-in-science_8,trust-science-exp,trust-science-time_First Click,trust-science-time_Last Click,trust-science-time_Page Submit,trust-science-time_Click Count,cognition_1,cognition_2,cognition_3,cognition_4,cognition_5,cognition_6,need-cognition-time_First Click,need-cognition-time_Last Click,need-cognition-time_Page Submit,need-cognition-time_Click Count,political_views,covid_information,politics_time_First Click,politics_time_Last Click,politics_time_Page Submit,politics_time_Click Count,Gender,Age,State_1,Education,Parents_education,Language,Language_4_TEXT,Ethnicity,Ethnicity_8_TEXT,Ethnicity_9_TEXT,Income,Religion,Interview,demographics_time_First Click,demographics_time_Last Click,demographics_time_Page Submit,demographics_time_Click Count,PROLIFIC_PID,provenance-data,provenance-vis,provenance-tour,provenance-explore,isCovidData,complexity,chartType Start Date,End Date,Response Type,IP Address,Progress,Duration (in seconds),Finished,Recorded Date,Response ID,Recipient Last Name,Recipient First Name,Recipient Email,External Data Reference,Location Latitude,Location Longitude,Distribution Channel,User Language,"Consent Form for Participation in a Research Study @@ -85,150 +85,150 @@ You can decide not to participate in this research or you can start and then dec -By clicking “I agree” below you are indicating that you are at least 18 years old, have read this consent form, and agree to participate in this research study. Please print a copy of this page for your records.",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,Have you already received a Covid-19 vaccination?,How many doses of the Covid-19 vaccine did you receive?,Have you been verifiably infected with Covid-19?,Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,affect-science - Click to write Choice 1,affect-clarity - Click to write Choice 1,affect-aesthetic - Click to write Choice 1,Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,"How many weeks had higher unvaccinated Covid-19 case counts than the week of Dec 13, 2021?",What is the max number of case counts (per 100K) of vaccinated people who caught Covid-19?,Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,"By approximately how much did the number of cases in unvaccinated people increase from the week of December 13, 2021 to the week of December 20, 2021 (per 100K people)?","Approximately how many unvaccinated people caught Covid-19 (per 100K people) during the week of January 10, 2022?",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,"Among vaccinated people, which age group sees the largest increase in case count between November 2021 and January 2022?",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,Disregard the visualization for this question. To what extent do you agree or disagree with the following statements about the data used in the visualization above? - The data is accurate,Disregard the visualization for this question. To what extent do you agree or disagree with the following statements about the data used in the visualization above? - The data is complete and does not leave out important information,Disregard the visualization for this question. To what extent do you agree or disagree with the following statements about the data used in the visualization above? - The data is unbiased and trustworthy,Disregard the visualization for this question. To what extent do you agree or disagree with the following statements about the data used in the visualization above? - I understand the meaning of this data well,Disregard the visualization for this question. To what extent do you agree or disagree with the following statements about the data used in the visualization above? - The data source was clearly displayed,Disregard the visualization for this question. To what extent do you agree or disagree with the following statements about the data used in the visualization above? - I trust this data,"If you have any additional thoughts/comments, please enter them here.",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,Assume you trust the data used in the visualization. To what extent do you agree or disagree with the following statements about the visualization presented above? - The visualization transparently includes all important elements of the data,Assume you trust the data used in the visualization. To what extent do you agree or disagree with the following statements about the visualization presented above? - I find it easy to understand this visualization,Assume you trust the data used in the visualization. To what extent do you agree or disagree with the following statements about the visualization presented above? - I like this visualization,"Assume you trust the data used in the visualization. To what extent do you agree or disagree with the following statements about the visualization presented above? - I would likely share this visualization with my family, friends or on social media",Assume you trust the data used in the visualization. To what extent do you agree or disagree with the following statements about the visualization presented above? - I would likely use this visualization and its information in my daily life,Assume you trust the data used in the visualization. To what extent do you agree or disagree with the following statements about the visualization presented above? - I trust this visualization,"Tell us a bit more about why you [QID102-ChoiceGroup-SelectedAnswers-11] with the statement ""I trust this visualization"".",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,"Generally speaking, would you say that most people can be trusted or that you can't be too careful in dealing with people? - 2","If you have any additional thoughts/comments, please enter them here.",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,There are many important issues facing our country today. Research shows that issues people think are important can affect their views on other issues. We also want to know if you are paying attention. Please ignore the question and put “crime” in the top position and unemployment in the bottom position. Leave the rest of the issues in the same order. - Health care,There are many important issues facing our country today. Research shows that issues people think are important can affect their views on other issues. We also want to know if you are paying attention. Please ignore the question and put “crime” in the top position and unemployment in the bottom position. Leave the rest of the issues in the same order. - Unemployment,There are many important issues facing our country today. Research shows that issues people think are important can affect their views on other issues. We also want to know if you are paying attention. Please ignore the question and put “crime” in the top position and unemployment in the bottom position. Leave the rest of the issues in the same order. - The federal budget deficit,There are many important issues facing our country today. Research shows that issues people think are important can affect their views on other issues. We also want to know if you are paying attention. Please ignore the question and put “crime” in the top position and unemployment in the bottom position. Leave the rest of the issues in the same order. - The coronavirus pandemic,There are many important issues facing our country today. Research shows that issues people think are important can affect their views on other issues. We also want to know if you are paying attention. Please ignore the question and put “crime” in the top position and unemployment in the bottom position. Leave the rest of the issues in the same order. - Crime,There are many important issues facing our country today. Research shows that issues people think are important can affect their views on other issues. We also want to know if you are paying attention. Please ignore the question and put “crime” in the top position and unemployment in the bottom position. Leave the rest of the issues in the same order. - Education,There are many important issues facing our country today. Research shows that issues people think are important can affect their views on other issues. We also want to know if you are paying attention. Please ignore the question and put “crime” in the top position and unemployment in the bottom position. Leave the rest of the issues in the same order. - Relations with other countries,Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,"On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - Political parties","On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - The government","On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - The police","On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - The legal system","On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - The news media","On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - Business and industry","On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - Scientists/Science","On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - Doctors","If you have any additional thoughts/comments, please enter them here.",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,"The next questions will be about your motivation to engage in cognitive activity. For each sentence below, please select how uncharacteristic or characteristic (5-point scale) this is for you personally. - I would prefer complex to simple problems.","The next questions will be about your motivation to engage in cognitive activity. For each sentence below, please select how uncharacteristic or characteristic (5-point scale) this is for you personally. - I like to have the responsibility of handling a situation that requires a lot of thinking.","The next questions will be about your motivation to engage in cognitive activity. For each sentence below, please select how uncharacteristic or characteristic (5-point scale) this is for you personally. - Thinking is not my idea of fun.","The next questions will be about your motivation to engage in cognitive activity. For each sentence below, please select how uncharacteristic or characteristic (5-point scale) this is for you personally. - I would rather do something that requires little thought than something that is sure to challenge my thinking abilities.","The next questions will be about your motivation to engage in cognitive activity. For each sentence below, please select how uncharacteristic or characteristic (5-point scale) this is for you personally. - I really enjoy a task that involves coming up with new solutions to problems.","The next questions will be about your motivation to engage in cognitive activity. For each sentence below, please select how uncharacteristic or characteristic (5-point scale) this is for you personally. - I would prefer a task that is intellectual, difficult, and important to one that is somewhat important but does not require much thought.",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,Below is a seven-point scale on which the political views that people might hold are arranged from extremely liberal—point 1—to extremely conservative—point 7. Where would you place yourself on this scale?,"During the peak of the pandemic, how often did you actively seek information on Covid-19 from any sources including TV, newspapers, radios, online and social media, or personal conversations?",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,Lastly a few questions about socio-demographic characteristics. To which gender do you most identify?,In what year were you born? Please enter all four digits.,Text,What is the highest level of school you have completed or the highest degree you have received?,Have one or both of your parents completed a bachelor’s degree?,What language do you speak at home? - Selected Choice,"What language do you speak at home? - Other, please specify: - Text",Which of the following categories do you identify with? - Selected Choice,"Which of the following categories do you identify with? - Other race, ethnicity, or origin (please specify) - Text","Which of the following categories do you identify with? - Mixed race, ethnicity (please specify) - Text","In which of these groups did your total family income, from all sources, fall last year before taxes?",To what extent do you consider yourself a religious person?,Would you be interested in participating in a qualitative interview for this study? You would be paid $15 for about 30 minutes of your time. - Selected Choice,"Would you be interested in participating in a qualitative interview for this study? You would be paid $15 for about 30 minutes of your time. - Yes, you may contact me on this email address: - Text",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,PROLIFIC_PID,provenance-data,provenance-vis,provenance-tour,provenance-explore,isCovidData,complexity,chartType -"{""ImportId"":""startDate"",""timeZone"":""America/New_York""}","{""ImportId"":""endDate"",""timeZone"":""America/New_York""}","{""ImportId"":""status""}","{""ImportId"":""ipAddress""}","{""ImportId"":""progress""}","{""ImportId"":""duration""}","{""ImportId"":""finished""}","{""ImportId"":""recordedDate"",""timeZone"":""America/New_York""}","{""ImportId"":""_recordId""}","{""ImportId"":""recipientLastName""}","{""ImportId"":""recipientFirstName""}","{""ImportId"":""recipientEmail""}","{""ImportId"":""externalDataReference""}","{""ImportId"":""locationLatitude""}","{""ImportId"":""locationLongitude""}","{""ImportId"":""distributionChannel""}","{""ImportId"":""userLanguage""}","{""ImportId"":""QID182""}","{""ImportId"":""QID189_FIRST_CLICK""}","{""ImportId"":""QID189_LAST_CLICK""}","{""ImportId"":""QID189_PAGE_SUBMIT""}","{""ImportId"":""QID189_CLICK_COUNT""}","{""ImportId"":""QID4""}","{""ImportId"":""QID5""}","{""ImportId"":""QID6""}","{""ImportId"":""QID64_FIRST_CLICK""}","{""ImportId"":""QID64_LAST_CLICK""}","{""ImportId"":""QID64_PAGE_SUBMIT""}","{""ImportId"":""QID64_CLICK_COUNT""}","{""ImportId"":""QID191_FIRST_CLICK""}","{""ImportId"":""QID191_LAST_CLICK""}","{""ImportId"":""QID191_PAGE_SUBMIT""}","{""ImportId"":""QID191_CLICK_COUNT""}","{""ImportId"":""QID228_1""}","{""ImportId"":""QID230_1""}","{""ImportId"":""QID231_1""}","{""ImportId"":""QID209_FIRST_CLICK""}","{""ImportId"":""QID209_LAST_CLICK""}","{""ImportId"":""QID209_PAGE_SUBMIT""}","{""ImportId"":""QID209_CLICK_COUNT""}","{""ImportId"":""QID188_FIRST_CLICK""}","{""ImportId"":""QID188_LAST_CLICK""}","{""ImportId"":""QID188_PAGE_SUBMIT""}","{""ImportId"":""QID188_CLICK_COUNT""}","{""ImportId"":""QID245""}","{""ImportId"":""QID246""}","{""ImportId"":""QID247_FIRST_CLICK""}","{""ImportId"":""QID247_LAST_CLICK""}","{""ImportId"":""QID247_PAGE_SUBMIT""}","{""ImportId"":""QID247_CLICK_COUNT""}","{""ImportId"":""QID249""}","{""ImportId"":""QID250""}","{""ImportId"":""QID254_FIRST_CLICK""}","{""ImportId"":""QID254_LAST_CLICK""}","{""ImportId"":""QID254_PAGE_SUBMIT""}","{""ImportId"":""QID254_CLICK_COUNT""}","{""ImportId"":""QID253""}","{""ImportId"":""QID255_FIRST_CLICK""}","{""ImportId"":""QID255_LAST_CLICK""}","{""ImportId"":""QID255_PAGE_SUBMIT""}","{""ImportId"":""QID255_CLICK_COUNT""}","{""ImportId"":""QID223_FIRST_CLICK""}","{""ImportId"":""QID223_LAST_CLICK""}","{""ImportId"":""QID223_PAGE_SUBMIT""}","{""ImportId"":""QID223_CLICK_COUNT""}","{""ImportId"":""QID101_1""}","{""ImportId"":""QID101_2""}","{""ImportId"":""QID101_3""}","{""ImportId"":""QID101_4""}","{""ImportId"":""QID101_12""}","{""ImportId"":""QID101_15""}","{""ImportId"":""QID200_TEXT""}","{""ImportId"":""QID192_FIRST_CLICK""}","{""ImportId"":""QID192_LAST_CLICK""}","{""ImportId"":""QID192_PAGE_SUBMIT""}","{""ImportId"":""QID192_CLICK_COUNT""}","{""ImportId"":""QID102_6""}","{""ImportId"":""QID102_7""}","{""ImportId"":""QID102_8""}","{""ImportId"":""QID102_9""}","{""ImportId"":""QID102_10""}","{""ImportId"":""QID102_11""}","{""ImportId"":""QID117_TEXT""}","{""ImportId"":""QID78_FIRST_CLICK""}","{""ImportId"":""QID78_LAST_CLICK""}","{""ImportId"":""QID78_PAGE_SUBMIT""}","{""ImportId"":""QID78_CLICK_COUNT""}","{""ImportId"":""QID122_2""}","{""ImportId"":""QID203_TEXT""}","{""ImportId"":""QID199_FIRST_CLICK""}","{""ImportId"":""QID199_LAST_CLICK""}","{""ImportId"":""QID199_PAGE_SUBMIT""}","{""ImportId"":""QID199_CLICK_COUNT""}","{""ImportId"":""QID36_1""}","{""ImportId"":""QID36_2""}","{""ImportId"":""QID36_3""}","{""ImportId"":""QID36_4""}","{""ImportId"":""QID36_5""}","{""ImportId"":""QID36_6""}","{""ImportId"":""QID36_7""}","{""ImportId"":""QID65_FIRST_CLICK""}","{""ImportId"":""QID65_LAST_CLICK""}","{""ImportId"":""QID65_PAGE_SUBMIT""}","{""ImportId"":""QID65_CLICK_COUNT""}","{""ImportId"":""QID38_1""}","{""ImportId"":""QID38_2""}","{""ImportId"":""QID38_3""}","{""ImportId"":""QID38_4""}","{""ImportId"":""QID38_5""}","{""ImportId"":""QID38_6""}","{""ImportId"":""QID38_7""}","{""ImportId"":""QID38_8""}","{""ImportId"":""QID204_TEXT""}","{""ImportId"":""QID72_FIRST_CLICK""}","{""ImportId"":""QID72_LAST_CLICK""}","{""ImportId"":""QID72_PAGE_SUBMIT""}","{""ImportId"":""QID72_CLICK_COUNT""}","{""ImportId"":""QID39_1""}","{""ImportId"":""QID39_2""}","{""ImportId"":""QID39_3""}","{""ImportId"":""QID39_4""}","{""ImportId"":""QID39_5""}","{""ImportId"":""QID39_6""}","{""ImportId"":""QID73_FIRST_CLICK""}","{""ImportId"":""QID73_LAST_CLICK""}","{""ImportId"":""QID73_PAGE_SUBMIT""}","{""ImportId"":""QID73_CLICK_COUNT""}","{""ImportId"":""QID11""}","{""ImportId"":""QID13""}","{""ImportId"":""QID74_FIRST_CLICK""}","{""ImportId"":""QID74_LAST_CLICK""}","{""ImportId"":""QID74_PAGE_SUBMIT""}","{""ImportId"":""QID74_CLICK_COUNT""}","{""ImportId"":""QID14""}","{""ImportId"":""QID15_TEXT""}","{""ImportId"":""QID16_1""}","{""ImportId"":""QID17""}","{""ImportId"":""QID23""}","{""ImportId"":""QID27""}","{""ImportId"":""QID27_4_TEXT""}","{""ImportId"":""QID18""}","{""ImportId"":""QID18_8_TEXT""}","{""ImportId"":""QID18_9_TEXT""}","{""ImportId"":""QID19""}","{""ImportId"":""QID20""}","{""ImportId"":""QID25""}","{""ImportId"":""QID25_1_TEXT""}","{""ImportId"":""QID75_FIRST_CLICK""}","{""ImportId"":""QID75_LAST_CLICK""}","{""ImportId"":""QID75_PAGE_SUBMIT""}","{""ImportId"":""QID75_CLICK_COUNT""}","{""ImportId"":""PROLIFIC_PID""}","{""ImportId"":""provenance-data""}","{""ImportId"":""provenance-vis""}","{""ImportId"":""provenance-tour""}","{""ImportId"":""provenance-explore""}","{""ImportId"":""isCovidData""}","{""ImportId"":""complexity""}","{""ImportId"":""chartType""}" -2023-03-12 20:55:26,2023-03-12 20:59:13,0,72.140.211.54,100,227,1,2023-03-12 20:59:14,R_8rmBCqRevUJbRip,,,,,43.6859,-79.3974,anonymous,EN,1,3.541,3.541,4.591,1,,,,,,,,0,0,15.01,0,80,45,88,3.993,9.391,10.534,3,1.866,4.415,6.225,2,-1,-3,6.102,7.097,8.181,2,1,-2,5.138,6.329,9.187,2,-3,5.469,5.469,6.497,1,0,0,52.499,0,3,1,7,4,2,7,,7.096,12.496,13.606,6,7,7,2,2,1,5,It seems scientific,1.84,1.84,7.176,1,1,,2.222,4.572,5.635,2,2,7,3,4,1,5,6,0,0,8.669,0,2,2,2,3,3,2,3,3,,2.328,5.928,7.555,8,3,2,2,2,3,1,2.183,4.707,6.738,6,2,,1.402,1.402,2.475,1,2,1984,Massachusetts,1,3,1,,2,,,1,1,2,,1.077,24.044,25.414,14,,,,,,0,, -2023-03-12 22:55:27,2023-03-12 23:03:56,0,96.244.99.19,100,508,1,2023-03-12 23:03:56,R_24CbqjyCefqjEDT,,,,,39.2124,-76.8776,anonymous,EN,1,9.267,9.902,11.717,2,1,4,2,1.802,3.904,4.822,3,0,0,15.007,0,100,100,50,9.084,16.242,17.347,3,14.352,17.433,28.831,2,-3,1,43.947,63.925,66.381,3,-3,-3,5.99,71.921,74.179,5,-3,46.049,46.79,48.377,2,0,0,15.01,0,6,6,6,6,6,6,,4.133,9.663,11.581,6,6,6,6,6,4,6,"The visualization is showing me the rate of cases as opposed to absolute numbers, which indicates it is trying to communicate useful information to me.",2.27,2.27,43.449,1,5,,3.661,5.474,8.503,2,2,7,3,4,1,5,6,0,0,15.853,0,5,6,1,5,7,3,10,9,,4.052,15.547,17.493,8,3,4,2,3,4,3,3.563,19.786,20.905,6,1,3,1.756,13.133,14.332,2,2,1999,Maryland,6,3,1,,7,,,17,4,1,emilyconn9@gmail.com,3.958,42.813,52.461,12,5ec4a0fffe991f37f61b356e,,,,,1,, -2023-03-12 22:52:45,2023-03-12 23:05:28,0,167.224.159.51,100,762,1,2023-03-12 23:05:29,R_1kZDJESNJtHyIqs,,,,,36.0557,-94.1567,anonymous,EN,1,11.565,11.565,13.057,1,1,2,1,1.835,5.572,6.33,2,14.198,14.198,15.109,1,63,34,57,0.53,26.614,27.854,4,15.92,60.804,64.286,11,1,1,33.066,63.213,64.76,10,-3,-1,14.354,56.06,56.822,13,1,9.108,81.76,82.57,16,13.617,13.617,15.136,1,2,2,4,3,6,4,,1.516,27.755,30.455,12,2,3,3,1,1,5,"In this context, I feel no reason for distrusting it. No clear dishonest motive.",0.901,0.901,60.189,1,4,,7.967,7.967,9.629,1,2,7,3,4,1,5,6,6.309,6.777,16.473,2,1,3,5,5,2,1,11,11,,4.799,45.26,50.021,18,4,4,1,1,4,5,6.542,26.207,26.75,8,2,1,3.184,8.092,10.986,3,1,1999,Arkansas,3,3,1,,2,,,8,4,1,juminlee6@gmail.com,2.369,57.956,60.204,29,63127274665ebf35cb1a9571,,,,,1,, -2023-03-12 22:49:06,2023-03-12 23:08:06,0,71.114.60.102,100,1139,1,2023-03-12 23:08:07,R_3Hnsy0bnh9pW97e,,,,,38.6326,-77.2661,anonymous,EN,1,31.406,31.406,34.236,1,,,,,,,,0,0,15.009,0,96,95,41,32.044,54.797,55.962,6,8.089,72.668,80.644,3,1,1,40.406,52.677,87.532,2,1,-2,40.26,88.13,91.578,3,-2,97.616,97.616,109.125,1,0,0,15.016,0,3,4,3,5,5,3,N/A,10.875,57.411,60.221,7,5,5,3,7,1,3,"You can use data and visualizations to sway others in many different ways. While I have no proof, there could be information unaccounted for, or the information recorded could have been calculated incorrectly.",3.401,151.338,156.198,8,3,N/A,13.763,14.983,18.243,2,2,7,3,4,1,5,6,0,0,31.31,0,1,7,7,4,1,2,9,5,N/A,11.766,52.462,57.366,12,3,4,2,3,4,3,23.275,54.331,58.65,6,3,,15.827,15.827,19.632,1,2,2002,Virginia,3,1,1,,8,Woodbridge,,16,4,2,,10.53,145.531,146.498,46,60f1bdd684969df9641e994b,,,,,0,, -2023-03-12 23:02:01,2023-03-12 23:14:33,0,75.1.91.184,100,751,1,2023-03-12 23:14:34,R_31jGH7YiQuZev6v,,,,,29.4227,-98.4927,anonymous,EN,1,4.961,4.961,5.923,1,1,4,2,11.141,12.336,13.342,2,8.758,8.758,15.106,1,100,100,50,15.308,24.376,25.39,3,5.668,160.165,162.164,2,1,1,22.185,48.708,50.001,4,1,-3,30.698,54.968,55.925,2,1,38.418,38.418,39.833,1,0,0,15.107,0,6,6,6,6,6,6,,7.735,16.736,18.861,7,6,6,5,5,3,6,It shows it in an organized manner,2.407,2.407,12.78,1,3,,5.117,14.527,15.892,5,2,7,3,4,1,5,6,0,0,25.301,0,1,1,1,1,1,1,11,10,,6.052,16.319,17.801,8,4,4,2,3,3,3,12.861,42.337,43.298,7,1,2,5.775,13.07,17.526,3,1,1993,Texas,3,3,1,,9,,Black and Mexican,3,4,1,lildj5000@gmail.com,3.207,157.3,158.024,53,63129dd30887fb3d46640f2b,,,,,1,, -2023-03-12 23:04:47,2023-03-12 23:15:00,0,24.43.21.218,100,612,1,2023-03-12 23:15:01,R_3eldnrMSyXSZgDz,,,,,33.5173,-117.1208,anonymous,EN,1,39.353,39.353,40.403,1,,,,,,,,0,0,15.015,0,22,15,15,5.166,9.832,11.652,4,19.4,22.599,24.996,2,1,1,30.475,39.255,40.467,2,1,-1,30.432,78.102,82.022,5,1,38.552,38.552,39.953,1,0,0,15.109,0,3,7,3,7,5,3,"I think count and rate seem different, so I don't understand why both terms are used.Also it's visually confusing with the stacking as it's not clear if the orange bar goes all the way down ",9.537,116.666,123.751,13,7,1,1,7,1,3,"I have no domain knowledge to say whether it makes sense or not.,And I find the stacked format really confusing and pointless",2.013,33.198,34.182,2,5,,3.216,8.083,10.646,5,2,7,3,4,1,5,6,0,0,14.521,0,4,5,2,8,7,7,10,10,,3.22,13.722,15.507,8,4,4,2,2,3,4,10.286,20.376,21.821,6,1,,15.636,15.636,17.384,1,2,1980,California,6,1,1,,7,,,17,4,1,lotster@gmail.com,1.766,35.88,54.502,13,5a49d6a06d85f80001c25bc4,,,,,0,, -2023-03-12 23:07:40,2023-03-12 23:17:14,0,75.172.177.246,100,573,1,2023-03-12 23:17:14,R_1rPvaQfO3zfCdsf,,,,,47.6631,-122.3029,anonymous,EN,1,46.247,46.247,47.262,1,,,,,,,,0,0,15.109,0,85,84,35,6.533,10.534,17.795,3,13.522,21.926,25.863,2,1,1,28.502,38.116,41.554,2,-3,-3,35.383,67.596,84.941,8,1,14.687,67.203,71.197,4,0,0,15.011,0,4,3,5,5,5,5,,6.072,19.647,21.342,7,4,5,3,7,7,4,"Well it doesn't include a source to verify its statistics, but other than that, it appears to be trustworthy. I'm not really sure, as I am not an expert in insect troubles or fungi troubles in Croatia of all places.",1.631,2.8,51.215,2,5,,4.298,8.921,10.407,7,2,7,3,4,1,5,6,6.71,16.821,18.595,4,2,5,2,4,4,6,10,10,,4.463,25.189,27.021,16,5,4,1,2,5,4,6.817,26.946,27.751,11,2,,1.644,1.644,5.631,1,1,1998,Washington,3,1,1,,7,,,4,3,2,,1.198,36.927,38.201,15,610333282a90d4b77609c5f8,,,,,0,, -2023-03-12 23:09:51,2023-03-12 23:20:45,0,24.214.85.223,100,654,1,2023-03-12 23:20:46,R_3pi2kNkyG6wUhE5,,,,,33.4734,-82.0111,anonymous,EN,1,4.37,4.37,10.457,1,1,3,1,2.156,6.018,7.672,2,0,0,15.111,0,70,44,72,6.188,15.109,16.703,3,6.312,66.363,69.442,9,1,1,39.452,50.354,52.804,2,-3,-3,30.615,50.377,52.903,2,1,18.389,32.995,34.935,2,0,0,16.224,0,3,3,4,4,4,4,,4.532,22.026,26.515,8,4,3,4,2,3,3,"I don't know if the data is verifiable. ",2.063,2.063,16.746,1,4,,12.097,12.097,18.1,1,2,7,3,4,1,5,6,0,0,23.434,0,2,5,7,4,3,6,10,9,,10.425,26.748,29.865,8,4,4,3,2,2,4,3.005,31.466,35.435,6,5,4,3.953,14.08,16.829,2,1,1997,Georgia,6,3,1,,7,,,12,3,1,,2.15,60.601,62.971,16,5c17294778ee390001ab19e5,,,,,1,, -2023-03-12 23:13:51,2023-03-12 23:22:43,0,174.63.59.104,100,531,1,2023-03-12 23:22:43,R_1g7xhCUCoRYIwAy,,,,,38.8503,-104.8567,anonymous,EN,1,3.845,3.845,4.89,1,1,3,2,4.015,10.03,12,2,0,0,15.107,0,73,79,55,10.096,15.234,16.931,3,8.358,12.843,22.021,2,1,1,17.452,34.064,35.878,3,-3,1,33.545,79.583,82.057,3,1,28.569,56.518,57.965,2,0,0,15.007,0,3,7,4,4,5,4,n/a,7.021,22.288,25.593,7,5,5,4,6,5,5,"Although there are no hard data associated with this, it seems like a plausible number of cases based on societal behaviors of vacc/unvacc individuals.",1.643,1.643,45.785,1,2,n/a,3.273,4.861,8.398,2,2,7,3,4,1,5,6,0,0,19.283,0,3,4,10,9,3,7,9,10,n/a,3.87,25.05,28.024,10,4,4,1,1,4,5,2.945,16.356,17.4,6,5,1,3.434,9.009,11.602,2,1,1981,Colorado,7,1,1,,7,,,14,2,1,5e11882114ae638303c715d9@email.prolific.co,2.062,68.993,74.114,17,5e11882114ae638303c715d9,,,,,1,, -2023-03-12 22:56:45,2023-03-12 23:22:56,0,72.218.13.127,100,1570,1,2023-03-12 23:22:56,R_vrc5DL09FLrqtGx,,,,,37.11,-76.5115,anonymous,EN,1,4.354,4.354,6.218,1,,,,,,,,3.502,5.235,16.172,3,81,0,0,58.555,160.915,162.121,7,3.079,523.207,527.598,31,-1,-1,3.886,153.52,154.547,8,-1,-1,2.983,9.883,11.081,5,-1,121.291,271.634,272.875,10,6.465,6.465,15.01,1,1,1,1,1,1,1,,3.18,24.473,25.868,9,1,1,1,1,1,1,I don't know how to read them and its too much,2.629,2.629,24.219,1,1,,2.245,10.564,11.685,5,2,7,3,4,1,5,6,3.401,25.825,27.144,3,1,1,1,1,1,1,1,1,,1.623,11.691,12.849,13,5,5,1,1,5,1,1.787,45.974,47.124,11,4,,11.712,14.656,15.865,4,1,1991,Virginia,3,2,1,,3,,,4,3,1,Kwanny757@gmail.com,1.589,114.49,115.691,35,62e6c5d05d354e1f99d612e4,,,,,0,, -2023-03-12 23:27:49,2023-03-12 23:28:01,0,98.169.160.252,100,11,1,2023-03-12 23:28:02,R_0wcwHhKg4FxNhMR,,,,,38.3416,-77.4307,anonymous,EN,2,8.573,8.573,10.085,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5fd8ca40697e370870a312e8,,,,,,, -2023-03-12 23:15:40,2023-03-12 23:28:09,0,47.232.88.100,100,748,1,2023-03-12 23:28:11,R_1n29yspyMQhoH9u,,,,,38.5317,-89.9988,anonymous,EN,1,8.067,8.699,9.225,2,,,,,,,,0,0,15.007,0,78,64,62,12.153,19.951,24.705,4,7.339,159.386,180.754,17,1,1,24.237,35.056,36.535,2,-3,-3,33.324,76.043,77.201,4,1,43.236,43.236,44.386,1,5.56,9.291,16.316,7,5,5,5,4,5,4,This graph's coloring is unpleasant.,6.662,15.888,30.222,7,5,5,4,3,3,4,"It seems scientific, though I don't like the way the data is presented.",2.919,2.919,20.549,1,5,Thank you for the opportunity.,8.927,10.022,20.877,2,2,7,3,4,1,5,6,0,0,20.716,0,6,6,8,7,6,7,8,8,"None, thanks :)",4.121,19.113,23.998,9,4,3,2,2,4,4,2.654,25.091,27.926,11,4,,3.192,3.192,4.862,1,1,1996,Illinois,6,1,1,,7,,,19,5,2,,0.799,111.221,115.448,24,5c7e14531c3cf8001638b5b0,,,,,0,, -2023-03-12 23:18:41,2023-03-12 23:28:31,0,99.9.227.253,100,590,1,2023-03-12 23:28:32,R_2tMAIUb1zU7FkvP,,,,,39.7436,-86.1158,anonymous,EN,1,5.176,24.003,24.998,3,2,,2,2.732,2.732,3.763,1,0,0,15.01,0,50,100,50,11.19,23.246,27.691,3,11.733,21.339,35.77,2,1,-3,25.754,47.199,48.906,2,-3,-3,38.217,74.525,75.402,3,-1,40.488,40.488,41.306,1,0,0,15.027,0,3,7,3,5,5,1,,19.122,41.818,45.423,6,7,5,3,1,1,5,"You told me to assume that I trust the data. I don't, but that's what you told me to do.",3.322,25.757,29.203,5,4,,6.6,6.6,8.599,1,2,7,3,4,1,5,6,0,0,14.586,0,1,1,1,1,1,1,1,1,"I don't trust scientists. I would trust science, except it is performed by humans.",2.816,20.48,39.303,10,1,1,4,5,1,2,8.427,19.182,19.975,6,6,2,2.201,12.944,14.277,2,2,1977,Indiana,7,3,1,,8,Indianapolis,,10,4,2,,2.596,67.952,74.298,31,55cb79e0fdf99b3c26ae4bca,,,,,1,, -2023-03-12 23:20:47,2023-03-12 23:31:34,0,66.61.113.24,100,646,1,2023-03-12 23:31:36,R_3hyC0Rwbk7iPMzb,,,,,40.8784,-82.6541,anonymous,EN,1,13.969,13.969,15.408,1,,,,,,,,0,0,15.009,0,83,82,70,8.892,16.484,17.495,3,14.548,20.867,35.593,2,-2,1,10.414,33.173,34.177,4,-3,-3,27.339,66.275,69.218,2,1,24.252,24.252,33.569,1,0,0,15.11,0,5,4,5,5,6,5,,11.943,21.807,25.118,6,6,6,6,6,6,6,I trust this visualization,1.382,18.294,34.505,2,3,,7.944,7.944,15.053,1,2,7,3,4,1,5,6,39.488,39.488,54.797,1,3,5,4,4,1,5,10,11,,4.383,16.248,18.476,8,4,4,2,3,4,4,8.911,37.878,39.37,7,4,,5.913,5.913,7.654,1,1,1998,Ohio,2,2,1,,7,,,4,3,1,Zemaus2014@gmail.com,1.274,127.273,153.864,43,63d80e0449b458dd5f8140be,,,,,0,, -2023-03-12 23:21:18,2023-03-12 23:33:09,0,24.193.135.1,100,710,1,2023-03-12 23:33:10,R_1QLPEXxUJgrVGxr,,,,,40.6001,-73.7497,anonymous,EN,1,13.707,15.215,16.283,3,,,,,,,,0,0,15.114,0,44,21,12,18.152,38.536,39.706,6,5.019,32.713,35.238,5,-1,-1,23.4,30.728,31.685,4,1,-1,12.59,77.952,78.937,8,-1,16.646,25.646,26.402,4,3.027,10.492,15.021,3,3,3,3,1,2,3,none,1.511,35.229,38.681,10,1,1,1,1,1,3,I don't know if these are actually facts or its random data.,3.366,38.089,42.693,2,5,none,12.474,22.165,23.891,5,2,7,3,4,1,5,6,10.08,26.054,26.986,3,5,5,8,7,7,7,8,10,none,6.735,31.863,34.75,12,1,3,1,2,2,3,9.692,44.911,46.701,8,2,,8.797,23.841,25.406,3,1,1979,New York,3,1,1,,8,Rockaway Park,,9,2,1,hulu9760@gmail.com,3.828,146.819,147.803,28,63f2e107c4d0bc684b99d2c6,,,,,0,, -2023-03-12 23:24:07,2023-03-12 23:33:12,0,67.182.177.152,100,544,1,2023-03-12 23:33:13,R_1oBenWNiEBzuFqv,,,,,37.6752,-120.9465,anonymous,EN,1,5.432,5.432,6.439,1,,,,,,,,0,0,15.014,0,100,100,78,4.267,15.84,18.502,6,17.73,23.842,50.437,2,-1,1,15.123,29.58,32.37,10,-3,-3,25.857,55.243,55.679,3,1,20.576,20.576,22.401,1,0,0,15.02,0,5,4,6,4,5,5,,5.892,28.831,39.586,9,4,4,5,2,7,6,I don't think that there is any reason for anyone to lie about the data on the visualization. The graph seems like it has accurate information.,2.808,2.808,27.35,1,6,When using the interactive graph a box with information got stuck open and appeared on every page of the survey and blocked some of the information on the other graphs.,5.339,6.51,58.924,2,2,7,3,4,1,5,6,0,0,16.184,0,1,1,2,4,1,3,11,10,,6.5,17.155,19.535,8,3,3,1,2,5,3,12.012,27.595,28.6,7,1,,8.084,8.084,9.656,1,2,1989,California,7,2,1,,9,,Modesto,11,4,1,ccarpenter117@gmail.com,2.292,72.317,76.579,43,5fb54678abd965015f4ae7b7,,,,,0,, -2023-03-12 23:24:38,2023-03-12 23:34:35,0,98.15.201.132,100,597,1,2023-03-12 23:34:36,R_232a0FWkOGkpCHe,,,,,41.3944,-74.3332,anonymous,EN,1,1.555,10.598,11.446,2,1,2,2,2.014,5.642,10.971,2,0,0,15.057,0,100,100,52,18.006,31.495,32.374,5,6.551,13.324,17.277,2,1,1,29.048,43.03,44.957,3,-3,-3,17.587,90.501,110.904,4,1,32.729,34.196,37.153,2,0,0,15.022,0,6,3,3,6,6,6,,7.509,21.02,24.923,7,6,6,6,5,5,6,it's from the CDC,3.819,3.819,13.055,1,4,,6.822,6.822,9.987,1,2,7,3,4,1,5,6,0,0,26.238,0,1,6,1,6,1,1,11,10,,9.226,28.035,29.987,9,2,3,3,3,1,3,18.426,53.374,55.464,8,2,2,0.846,17.403,19.213,3,1,1999,New York,3,3,1,,7,,,18,4,2,,4.296,59.028,63.531,13,640e11f99076926cad445e1e,,,,,1,, -2023-03-12 23:27:36,2023-03-12 23:34:43,0,98.188.190.24,100,427,1,2023-03-12 23:34:44,R_vOdpQIc9BfTck13,,,,,36.0344,-114.9705,anonymous,EN,1,3.238,3.238,4.038,1,1,2,2,0,0,3.885,0,0,0,15.109,0,82,92,71,8.78,12.25,13.495,3,7.267,22.262,28.164,3,-3,1,49.89,64.784,68.391,3,1,-3,11.718,34.021,35.245,3,1,26.271,26.542,29.427,2,0,0,15.013,0,4,4,5,5,5,5,,7.369,19.047,20.669,8,4,5,5,3,4,4,"It states the source and the source should be somewhere that I trust. But then again, anyone can claim the source is from this place but not be true.",2.188,2.188,32.294,1,5,,4.92,4.92,6.203,1,2,7,3,4,1,5,6,0,0,16.968,0,6,7,8,9,7,6,10,10,,0,0,15.407,0,2,2,3,3,3,4,0,0,14.665,0,2,2,0,0,11.077,0,1,1991,Nevada,5,2,1,,7,,,6,4,2,,6.575,54.494,58.62,16,5e1f7b2a4c9b832b34e7c9d3,,,,,1,, -2023-03-12 23:23:49,2023-03-12 23:34:45,0,69.23.103.128,100,655,1,2023-03-12 23:34:45,R_9N8K5fxwjCP8WUp,,,,,44.2433,-88.3564,anonymous,EN,1,16.133,16.133,16.992,1,1,1,1,7.671,9.382,10.881,2,0,0,15.015,0,67,80,46,12.995,19.307,20.105,3,6.762,9.769,11.552,2,1,1,42.179,53.51,55.082,2,-3,-3,31.421,49.691,50.945,2,-2,137.619,137.619,139.096,1,0,0,15.009,0,4,4,4,4,4,4,,10.313,13.346,16.033,6,6,6,6,6,6,6,its easy to understand,1.964,1.964,13.635,1,4,,5.498,5.498,7.451,1,2,7,3,4,1,5,6,0,0,14.031,0,9,9,9,9,9,9,9,9,,6.364,11.657,13.819,8,1,1,5,4,1,1,18.047,31.376,33.123,7,4,2,3.259,7.689,8.839,2,2,1988,Wisconsin,4,2,1,,7,,,4,5,1,dmharrington37@gmail.com,2.274,55.15,59.285,16,5e8681d1fc96dd135df99ee6,,,,,1,, -2023-03-12 23:20:27,2023-03-12 23:34:49,0,72.219.78.66,100,861,1,2023-03-12 23:34:50,R_2E77mJLu1PZxmrB,,,,,33.6128,-117.6622,anonymous,EN,1,257.195,261.504,263.171,8,,,,,,,,2.897,2.897,15.008,1,100,100,50,0.268,25.943,27.821,11,4.666,50.06,51.297,9,1,1,1.737,34.862,36.016,10,-3,-3,2.17,42.613,43.852,16,1,2.34,41.594,42.679,5,2.139,5.526,15.014,2,3,4,4,4,5,5,,3.668,25.589,26.769,11,5,5,5,1,3,5,I have no reason not to believe the information presented to me,2.834,4.96,18.405,3,6,,3.012,7.291,8.539,5,2,7,3,4,1,5,6,4.853,13.59,14.383,4,3,6,6,5,6,7,9,9,,3.331,20.309,21.395,14,4,4,2,2,4,4,4.579,17.93,23.647,10,2,,1.92,3.662,4.752,3,2,1972,California,7,1,1,,7,,,13,4,1,5b894987e79bf50001e1ff95@email.prolific.co,1.438,57.519,60.592,28,5b894987e79bf50001e1ff95,,,,,0,, -2023-03-12 23:16:58,2023-03-12 23:34:53,0,73.208.7.87,100,1075,1,2023-03-12 23:34:53,R_1PZvm5tCZHMLiO4,,,,,41.8482,-87.6521,anonymous,EN,1,4.701,4.701,6.244,1,,,,,,,,12.373,12.373,15.009,1,50,94,99,22.667,50.614,54.654,30,5.575,23.913,25.134,5,1,1,44.042,52.202,54.612,4,-3,1,0.19,158.923,163.102,4,1,14.907,63.021,64.414,3,1.642,10.65,15.116,2,3,3,3,5,6,4,,2.647,33.68,34.505,10,2,6,4,2,7,4,"The sourcing is existent and I have no reason to believe the HPK is an unreliable source of data. ",2.483,295.968,296.278,10,4,,10.638,14.511,16.456,6,2,3,4,5,1,6,7,0,0,9.793,0,1,8,1,4,4,3,10,10,ACAB,12.908,57.755,64.662,27,4,5,1,2,4,5,19.412,49.804,51.337,7,8,,1.476,3.765,6.538,3,3,1999,Illinois,2,2,1,,7,,,5,4,1,63ed1a2c8c27c4099b576701@email.prolific.co,2.325,140.204,148.15,28,63ed1a2c8c27c4099b576701,,,,,0,, -2023-03-12 23:18:58,2023-03-12 23:35:53,0,68.46.90.139,100,1014,1,2023-03-12 23:35:53,R_12hI9VBFMasfujl,,,,,45.2377,-93.2765,anonymous,EN,1,4.713,4.713,5.931,1,1,2,2,1.156,3.865,4.54,2,0,0,15.108,0,100,83,74,7.366,10.813,11.681,4,5.419,10.564,29.676,2,1,-3,43.639,52.458,53.221,2,-3,1,2.678,63.067,64.499,22,-3,9.856,30.99,32.543,2,0,0,15.006,0,4,3,4,6,5,6,,9.36,20.596,22.355,8,4,5,5,7,7,5,"The data makes sense to me, and I like that the axes are consistent. ",1.576,2.701,17.227,2,4,,4.55,7.829,8.593,5,2,7,3,4,1,5,6,12.181,17.225,338.68,2,3,7,9,9,6,8,11,10,,8.308,18.724,20.227,11,5,4,1,1,5,5,5.497,19.959,20.909,7,5,3,3.215,22.974,23.612,6,1,1991,Minnesota,6,1,1,,4,,,17,3,1,jondeyoung@outlook.com,2.478,51.821,53.622,20,63e081512a825f68bcfdc757,,,,,1,, -2023-03-12 23:28:32,2023-03-12 23:36:14,0,67.182.64.231,100,461,1,2023-03-12 23:36:14,R_1GTxX0GlJFNNFW0,,,,,38.581,-121.4939,anonymous,EN,1,3.81,3.81,5.286,1,1,2,2,1.3,3.039,3.771,2,0,0,15.106,0,93,100,100,9.137,21.555,25.537,4,7.66,27.213,27.798,8,1,1,30.061,37.085,38.165,2,-3,-3,6.334,61.197,62.194,8,1,14.76,24.468,25.453,2,12.633,12.633,15.013,1,7,3,7,6,6,7,,8.477,21.922,24.313,7,5,6,6,1,3,6,"It said ""Assuming you trust the information"". So, assuming I trust the actual numbers, I do not feel the visualization was doing anything to try and misrepresent those numbers.",4.112,54.249,54.914,8,6,,4.327,4.327,6.098,1,2,7,3,4,1,5,6,0,0,13.487,0,1,1,10,10,1,6,9,10,,3.709,16.595,17.84,9,4,3,3,3,3,4,8.999,20.643,23.197,6,6,2,2.274,8.147,10.305,2,1,1998,California,6,3,1,,7,,,19,4,1,640e54837a907926a3ee82aa@email.prolific.co,1.974,40.906,44.805,12,640e54837a907926a3ee82aa,,,,,1,, -2023-03-12 23:21:52,2023-03-12 23:37:08,0,70.123.36.249,100,915,1,2023-03-12 23:37:08,R_phC14PS2rTiRoQN,,,,,30.2627,-97.7467,anonymous,EN,1,24.594,25.097,26.107,2,1,3,2,4.335,7.035,8.327,2,0,0,15.118,0,100,100,85,5.001,26.061,26.705,5,15.673,19.115,59.331,2,1,1,27.588,40,41.772,2,-3,-3,66.148,179.527,183.465,11,1,42.651,42.651,44.387,1,2.257,2.257,15.02,1,6,5,6,6,6,5,,3.285,64.549,67.716,9,6,5,5,3,4,5,Seems to align with scientific data in regards to the efficacy of the covid-19 vaccine. The only reason I didn't put strong agree is because I just in general try not to believe everything I see on the internet without fact-checking.,2.796,2.796,83.443,1,2,,7.827,10.966,17.232,4,2,7,3,4,1,5,6,0,0,28.249,0,1,1,1,1,4,1,10,8,,12.421,45.526,70.88,14,3,3,1,1,4,5,10.432,38.53,40.2,6,1,2,13.917,29.047,31.405,5,1,1991,Texas,6,1,1,,7,,,6,4,1,noah.k423@yahoo.com,5.83,85.267,86.823,22,610878f08e2b6c83ea3905da,,,,,1,, -2023-03-12 23:25:56,2023-03-12 23:37:26,0,76.132.72.146,100,690,1,2023-03-12 23:37:26,R_RklXsEeQFmhn1Yt,,,,,37.3177,-122.0438,anonymous,EN,1,16.873,16.873,17.646,1,1,3,1,3.622,6.369,7.198,2,0,0,15.125,0,79,19,66,4.145,19.756,22.839,4,17.484,62.034,91.94,7,1,-3,41.411,49.14,63.565,2,1,-1,66.877,90.365,91.134,3,1,34.255,34.255,37,1,6.663,7.46,15.016,2,4,5,5,4,3,4,,3.225,27.433,29.484,13,4,7,4,2,2,4,"I think it looks accurate to my knowledge, but it needs to indicate the source for me to say that I fully trust the visualization.",2.051,14.671,58.231,6,5,,1.536,10.971,12.898,3,2,7,3,4,1,5,6,0,0,25.82,0,6,4,8,5,9,3,10,11,,5.363,18.754,20.608,10,3,2,2,3,4,2,14.558,32.854,33.833,10,3,1,2.4,6.881,9,2,1,2005,California,1,3,1,,2,,,13,3,2,,2.387,80.651,86.323,31,63d8548b51a28912d9fba859,,,,,1,, -2023-03-12 23:25:24,2023-03-12 23:37:30,0,76.107.134.196,100,725,1,2023-03-12 23:37:30,R_1kXN6Klz7fR2rnW,,,,,35.1499,-90.0558,anonymous,EN,1,120.172,120.172,130.937,1,,,,,,,,0,0,15.008,0,73,87,67,34.938,40.251,41.383,3,15.937,19.254,28.285,2,1,1,27.499,44.182,48.434,3,1,-3,22.301,57.135,58.784,2,1,52.703,52.703,54.101,1,0,0,15.109,0,5,7,5,7,5,5,"It does not say why there were so many pests certain weeks. ",9.528,70.652,71.118,9,5,5,5,7,2,5,"It is clear, especially because you can see exact numbers by hovering over it, plus it is weekly data so it is easy to compare each week. ",1.346,1.346,41.127,1,5,,6.559,9.81,11.471,5,2,7,3,4,1,5,6,0,0,21.209,0,2,2,3,3,2,4,3,3,,10.766,21.634,26.618,8,4,4,2,2,4,3,13.797,31.681,33.243,6,5,,7.429,7.429,9.326,1,2,2001,Tennessee,3,1,1,,7,,,15,2,1,Ldpursuit8@gmail.com,2.435,62.56,66.245,19,6108bfbf2e07c5612eb90182,,,,,0,, -2023-03-12 23:28:33,2023-03-12 23:38:19,0,98.213.160.72,100,586,1,2023-03-12 23:38:19,R_Zn6w6YOyxBWXxLP,,,,,41.8482,-87.6521,anonymous,EN,1,3.813,3.813,5.28,1,1,4,2,1.977,3.383,4.59,2,0,0,15.013,0,98,100,99,7.467,17.34,18.84,7,10.209,13.887,19.414,2,1,-3,19.474,27.817,29.972,2,1,1,22.264,96.746,98.745,4,1,37.925,37.925,40.144,1,0,0,15.013,0,5,3,3,6,7,3,,5.194,17.785,20.116,6,5,7,7,7,4,7,It took me a second to realize the stacked nature of the bars makes it difficult to compare populations visually. Weeks where both populations spiked make the unvaccinated population look disproportionately higher,3.893,3.893,44.397,1,5,,9.91,11.624,19.332,2,2,7,3,4,1,5,6,0,0,24.554,0,2,5,2,5,4,9,10,11,,3.378,27.85,29.112,11,4,1,2,2,4,4,13.993,37.777,59.896,8,5,2,3.458,8.911,10.473,2,1,1993,Illinois,6,3,1,,2,,,16,2,1,615a1d9297d4e05d6df9da22@email.prolific.co,2.864,74.154,92.474,14,615a1d9297d4e05d6df9da22,,,,,1,, -2023-03-12 23:28:03,2023-03-12 23:39:53,0,71.1.156.211,100,709,1,2023-03-12 23:39:54,R_1Hdi1kTkTuBg3L6,,,,,28.9108,-81.5248,anonymous,EN,1,18.39,19.194,69.04,2,,,,,,,,0,0,15.03,0,85,42,41,10.359,47.872,52.363,7,7.108,31.479,46.334,3,-2,1,32.204,43.454,45.059,2,-3,-3,34.649,68.412,70.94,2,1,34.365,34.365,36.541,1,0,0,15.164,0,3,2,3,4,4,4,What happened the week of December 27th? How does that compare to previous Decembers?,16.939,39.395,60.094,7,4,4,3,1,1,4,"I have no reason not to, but then I don't care enough to fact check it.",2.458,2.458,19.649,1,6,,4.188,5.608,8.02,4,2,7,3,4,1,5,6,0,0,21.056,0,1,3,1,2,3,1,8,8,,3.963,21.472,33.42,11,2,2,1,4,2,3,4.252,23.461,25.249,8,1,,1.478,1.478,4.554,1,1,1989,Florida,7,1,1,,7,,,1,3,1,steven.michael.osborne@gmail.com,0.027,76.343,80.77,17,63e5ffdf639ebdcf35aacb09,,,,,0,, -2023-03-12 23:23:18,2023-03-12 23:40:22,0,68.32.110.193,100,1023,1,2023-03-12 23:40:22,R_1kLGitbJyAuEvO8,,,,,36.3403,-86.7195,anonymous,EN,1,33.895,33.895,35.377,1,1,3,1,1.371,2.953,4.047,2,0,0,15.009,0,92,60,72,10.978,30.638,33.836,4,13.373,84.304,97.665,14,-2,1,30.528,85.234,86.676,2,-3,-3,51.9,132.617,135.416,7,-3,176.554,187.84,189.185,4,0,0,15.112,0,6,5,6,6,5,5,,26.708,42.009,44.402,6,5,6,5,5,5,6,I trust it because of the data that is presented within it.,1.503,36.343,36.852,2,6,,5.422,5.422,6.767,1,2,7,3,4,1,5,6,0,0,12.5,0,5,7,7,7,7,8,10,9,,15.578,113.777,116.089,11,4,4,2,2,5,4,7.275,29.421,30.688,6,2,2,59.064,67.693,69.074,3,2,1994,Tennessee,7,3,1,,7,,,7,3,1,taylor.flutist@gmail.com,1.653,39.692,47.131,19,612fea78b655df755fe7db24,,,,,1,, -2023-03-12 23:31:56,2023-03-12 23:40:23,0,68.84.26.109,100,507,1,2023-03-12 23:40:23,R_1Qa84VBi0xYwevQ,,,,,30.4274,-84.258,anonymous,EN,1,3.855,3.855,5.043,1,1,1,1,1.704,4.596,5.858,3,0,0,15.011,0,100,100,69,9.358,13.285,14.641,3,30.121,39.163,40.672,2,-2,1,20.467,38.029,39.875,2,-3,-3,30.491,46.522,47.984,2,1,23.815,23.815,27.216,1,0,0,15.014,0,3,3,3,6,6,5,,7.974,33.38,38.729,12,4,6,4,2,3,5,It seems pretty logical... as to the timing and pattern of cases.,3.785,4.765,22.552,2,5,,4.59,8.174,10.324,3,2,7,3,4,1,5,6,0,0,20.791,0,5,7,6,5,9,6,9,9,,11.737,31.093,33.306,11,5,5,1,1,5,5,4.226,23.786,24.682,7,3,1,26.103,31.842,34.556,2,1,1985,Florida,6,3,1,,7,,,10,4,1,60f66877a0a732b6dbe3485d@email.prolific.co,2.368,53.332,55.711,13,60f66877a0a732b6dbe3485d,,,,,1,, -2023-03-12 23:32:28,2023-03-12 23:40:41,0,67.82.209.97,100,492,1,2023-03-12 23:40:42,R_27JNXmmIg4vq0e6,,,,,40.5582,-74.5262,anonymous,EN,1,10.739,15.666,16.989,3,,,,,,,,9.869,14.437,15.024,5,58,41,46,3.911,10.531,11.393,9,3.507,14.643,15.551,6,1,1,18.02,25.106,27.306,3,1,-2,11.069,53.451,54.958,5,1,33.834,33.834,35.188,1,0,0,15.02,0,4,4,2,4,4,4,,4.766,10.509,12.371,7,4,3,2,4,4,4,"It looks easy to follow, but anyone can bend data.",1.454,1.454,12.691,1,4,,2.748,4.089,5.201,3,2,7,3,4,1,5,6,4.843,15.248,16.24,2,6,7,3,6,2,7,6,5,,3.62,10.302,11.594,10,3,3,2,3,4,4,1.863,11.068,11.569,10,2,,3.275,3.712,6.4,2,1,1989,New Jersey,7,2,1,,7,,,9,4,1,tmeyer2@gmail.com,2.084,120.688,122.407,59,601e13b872774f263d64acac,,,,,0,, -2023-03-12 23:28:01,2023-03-12 23:41:03,0,71.8.83.241,100,782,1,2023-03-12 23:41:04,R_3KBz2hTjMzmmyrM,,,,,33.2663,-86.902,anonymous,EN,1,11.97,11.97,13.865,1,,,,,,,,0,0,15.1,0,100,85,93,8.236,11.946,14.001,3,17.54,66.937,87.375,7,1,1,1.464,36.824,37.58,16,-3,-3,1.068,71.463,72.237,32,-2,38.047,81.245,83.602,2,0,0,15.093,0,6,5,5,6,6,6,"I've never seen such a well detailed interactive graph such as this before. I will say for such large amounts of data with many variables, the interactive slider is needed. ",7.385,17.02,50.915,7,5,6,6,3,1,6,"Very detailed, nicely organized with plenty of information.",1.687,1.687,15.101,1,4,,6.349,6.349,8.653,1,2,7,3,4,1,5,6,0,0,28.455,0,4,4,5,8,5,4,10,10,,6.023,18.424,20.721,8,4,5,1,1,5,5,8.672,26.092,27.389,6,2,,5.8,5.8,7.879,1,2,1999,Alabama,6,2,1,,8,Frisco City,,5,3,1,phimujessica@gmail.com,2.507,218.006,218.608,103,61706d258625bf685b7d6902,,,,,0,, -2023-03-12 23:30:03,2023-03-12 23:41:45,0,107.193.125.27,100,701,1,2023-03-12 23:41:45,R_RkoA9bzY6Kr2CmR,,,,,30.671,-87.1737,anonymous,EN,1,3.544,23.983,25.964,6,1,3,2,1.622,18.952,19.961,4,0,0,15.114,0,100,23,87,9.527,14.198,14.844,3,22.781,52.68,76.784,5,1,1,5.553,43.026,46.731,10,1,-2,8.531,89.415,90.257,5,1,11.675,60.693,61.156,4,0,0,15.01,0,5,4,5,2,2,5,"I would've much rather this be split into 2 different graphs based on vaccination rather than one graph with every single group ",6.246,60.778,61.095,11,2,2,2,2,2,5,"I trust the makers of the graph ",1.113,31.433,33.773,2,4,,10.166,12.323,13.577,2,2,7,3,4,1,5,6,10.136,10.5,30.302,2,2,2,1,4,2,4,11,7,,6.104,31.135,31.615,20,4,1,1,2,4,2,7.221,35.221,45.634,10,2,1,5.783,11.648,13.158,3,1,2003,Florida,3,1,1,,2,,,14,3,2,,3.314,63.438,66.216,39,63ee7c9441abc1335d678cab,,,,,1,, -2023-03-12 23:32:55,2023-03-12 23:42:46,0,72.239.235.142,100,590,1,2023-03-12 23:42:46,R_2w14QXXZXgTuYJ0,,,,,28.5378,-80.6711,anonymous,EN,1,2.768,2.768,3.722,1,1,2,1,1.306,3.902,5.135,2,4.089,4.089,15.121,1,59,17,39,5.54,10.524,12.655,3,37.255,124.639,127.471,12,1,1,32.48,43.286,44.68,2,-3,-3,0.903,49.793,51.397,5,1,15.792,25.302,26.939,2,0,0,15.113,0,4,2,4,4,5,4,,9.348,24.561,26.887,8,4,4,4,2,2,4,I can't tell for sure whether this data is accurate,1.794,2.807,27.734,2,4,,4.289,4.289,6.567,1,2,7,3,4,1,5,6,0,0,27.601,0,4,6,4,5,2,3,10,9,,6.862,17.035,18.845,8,4,2,2,2,3,3,6.382,23.044,24.031,10,2,2,3.871,9.912,12.771,3,2,1995,Florida,5,2,1,,4,,,5,2,1,6109d5b1a9daba0fb4e833b9@email.prolific.co,2.146,99.815,103.515,22,6109d5b1a9daba0fb4e833b9,,,,,1,, -2023-03-12 23:34:18,2023-03-12 23:42:49,0,173.175.212.17,100,510,1,2023-03-12 23:42:49,R_414vg6VCJrsFTKF,,,,,32.7797,-96.8022,anonymous,EN,1,3.406,4.093,4.83,2,,,,,,,,0,0,15.006,0,87,76,90,6.095,10.936,11.58,5,12.231,48.167,49.918,6,-3,1,1.274,75.228,76.333,10,1,-3,23.346,36.378,37.001,2,1,48.133,62.254,63.258,2,0,0,15.12,0,3,3,4,4,5,5,,3.258,20.058,21.688,8,5,5,5,7,7,5,The exact numbers when you hover over the bars makes me trust it more.,2.908,2.908,30.112,1,3,,5.623,5.623,7.01,1,2,7,3,4,1,5,6,0,0,28.376,0,4,5,4,6,2,3,8,9,,3.224,14.807,16.464,15,4,4,1,1,5,5,3.029,28.315,29.328,12,5,,3.255,3.255,4.174,1,1,2005,Texas,1,2,2,,9,,Dallas,8,2,1,pablovasquez0110@gmail.com,1.869,63.23,63.875,33,63f77fe7daecacc6523836d1,,,,,0,, -2023-03-12 23:32:46,2023-03-12 23:43:27,0,68.161.163.31,100,640,1,2023-03-12 23:43:27,R_1oAPoQyQ0zNVjPW,,,,,40.5948,-73.9715,anonymous,EN,1,10.402,10.402,11.584,1,,,,,,,,0,0,15.108,0,100,100,67,14.431,21.871,22.7,3,16.85,25.721,27.517,2,1,-2,12.696,41.633,47.078,4,-3,-3,34.288,58.176,59.29,3,1,40.223,40.223,43.591,1,0,0,15.006,0,5,1,5,5,6,5,,18.089,41.935,44.837,8,4,6,6,1,7,6,I see no reason to not trust the data,1.546,24.381,25.297,3,5,,6.927,14.826,15.5,3,2,7,3,4,1,5,6,0,0,18.077,0,3,4,6,7,6,5,10,10,,5.724,45.401,47.22,8,4,4,1,2,4,5,9.167,49.538,50.912,11,3,,9.169,9.169,10.932,1,1,1997,New York,6,2,3,,2,,,4,4,1,5b1a3fa488ee7400012aef74@email.prolific.co,2.324,90.134,101.834,24,5b1a3fa488ee7400012aef74,,,,,0,, -2023-03-12 23:37:30,2023-03-12 23:43:53,0,208.104.213.129,100,382,1,2023-03-12 23:43:54,R_3dKXJBwKmfb0AGv,,,,,35.0125,-80.9309,anonymous,EN,1,1.366,2.154,2.911,2,,,,,,,,6.539,9.918,15.122,2,56,31,75,5.056,10.875,11.565,3,8.554,38.877,40.81,5,-2,-1,7.926,32.126,34.182,5,-1,-1,12.435,14.281,15.356,2,1,6.272,60.83,61.807,3,0,0,15.037,0,3,3,3,2,2,3,n/a,11.314,22.139,24.624,7,3,7,3,1,1,3,I do not know the origin of this information.,1.769,1.769,12.787,1,4,n/a,4.588,5.667,8.098,2,2,7,3,4,1,5,6,0,0,17.453,0,6,4,6,6,6,3,8,8,n/a,3.29,19.763,20.204,10,4,3,2,3,3,3,6.024,26.232,26.915,6,3,,5.337,6.387,6.79,2,2,1991,South Carolina,3,2,1,,7,,,2,2,2,,1.419,34.133,35.258,11,5d76bf508da7af001b5fa26c,,,,,0,, -2023-03-12 23:37:10,2023-03-12 23:44:23,0,71.61.184.166,100,433,1,2023-03-12 23:44:24,R_siIPstaAZwgnGCt,,,,,40.3177,-79.7223,anonymous,EN,1,1.861,1.861,2.567,1,1,3,2,1.23,2.707,3.564,2,0,0,15.12,0,86,100,54,3.117,7.948,9.948,4,3.832,10.715,16.61,2,-2,1,14.95,27.368,28.412,3,1,-3,18.032,34.944,35.955,2,1,15.228,15.228,16.187,1,0,0,16.757,0,6,5,1,5,5,6,,3.457,10.023,12,6,5,5,3,2,3,6,"To me, the data backs up the intuitive sentiment that vaccines work. I trust that these numbers are an accurate reflection of how vaccines operate in terms of coming down with COVID-19.",1.972,1.972,37.874,1,5,,8.742,8.742,9.969,1,2,7,3,4,1,5,6,0,0,14.08,0,2,4,3,2,5,8,10,10,,2.931,14.581,16.303,11,4,3,3,3,3,5,1.208,4.163,5.501,6,1,2,2.17,8.706,9.629,2,1,1992,Pennsylvania,8,1,1,,7,,,10,4,2,,1.824,78.532,79.427,25,60c2cc653d0c6208fc8899fc,,,,,1,, -2023-03-12 23:33:17,2023-03-12 23:44:39,0,107.3.222.77,100,681,1,2023-03-12 23:44:40,R_3CVDTxRddclXABu,,,,,37.0368,-88.5934,anonymous,EN,1,2.117,2.117,33.453,1,,,,,,,,0,0,15.107,0,75,88,69,19.583,42.452,44.1,6,26.313,31.478,37.834,2,1,1,17.784,28.336,34.569,2,1,-3,56.931,100.213,101.765,3,1,49.978,91.955,93.583,3,0,0,15.112,0,3,3,3,5,5,3,Need explaination of method at least.,13.072,43.693,64.156,10,4,5,5,1,1,3,It's just a graph I can't trust it or not trust it.,1.137,15.747,23.378,2,5,,4.217,6.043,11.661,2,2,7,3,4,1,5,6,0,0,21.209,0,1,1,1,1,1,1,1,1,,6.661,16.642,19.238,9,2,3,4,4,4,2,4.221,17.273,18.453,6,7,,2.082,2.082,4.065,1,1,1983,Kentucky,3,3,1,,7,,,4,1,2,,1.878,67.06,69.631,27,5f8486766d8e7b0f17df0206,,,,,0,, -2023-03-12 23:33:36,2023-03-12 23:46:00,0,71.94.240.109,100,743,1,2023-03-12 23:46:01,R_2P29oLSa6m40Tek,,,,,42.1921,-121.7233,anonymous,EN,1,22.086,22.641,24.286,2,1,3,2,4.235,7.98,9.489,3,7.098,11.253,15.118,9,91,91,52,10.037,20.945,21.961,8,8.382,21.941,49.503,11,-1,1,20.046,76.316,77.359,44,-1,-3,50.967,99.826,103.544,8,1,1.82,42.451,44.353,6,0,0,15.016,0,5,4,5,4,6,5,,11.605,54.646,57.519,17,5,4,4,4,4,5,"The statement said ""Assuming you trust the data in this visualization"", so if the data is accurate and the graph is clear and readable, I would find it trustworthy. ",4.713,4.713,51.103,1,4,,5.095,9.161,10.181,4,2,7,3,4,1,5,6,4.872,32.794,34.143,6,3,3,5,3,3,3,6,6,,3.106,30.882,32.701,18,4,4,3,2,4,4,9.372,35.127,36.006,9,3,2,16.548,24.634,25.593,7,2,1996,Oregon,7,2,1,,7,,,8,3,2,,2.798,55.097,56.56,20,60fd933d5461857048f9e74c,,,,,1,, -2023-03-12 23:36:02,2023-03-12 23:46:18,0,129.107.80.53,100,616,1,2023-03-12 23:46:19,R_12D67AGPTV6radJ,,,,,32.7185,-97.1432,anonymous,EN,1,7.691,7.691,9.166,1,,,,,,,,0,0,15.111,0,100,100,88,8.983,21.878,24.776,4,18.753,29.28,30.958,2,1,1,9.517,73.242,75.967,3,-2,-3,26.042,75.35,77.362,3,1,35.199,35.199,36.096,1,0,0,15.11,0,4,6,1,5,6,6,,13.243,63.795,65.785,11,6,6,5,3,1,6,The visualization feels like it gives me very specific and clear information.,4.305,4.305,39.898,1,4,,4.701,4.701,6.431,1,2,7,3,4,1,5,6,0,0,21.094,0,5,3,1,5,4,5,10,9,,13.283,27.28,29.707,11,4,4,2,1,5,4,8.077,41.071,42.05,11,3,,5.73,5.73,7.62,1,2,1999,Texas,5,3,1,,3,,,17,3,2,,2.261,55.368,56.035,12,5ed5afc6e8229914710ada06,,,,,0,, -2023-03-12 23:35:11,2023-03-12 23:46:36,0,70.58.17.119,100,684,1,2023-03-12 23:46:36,R_1dB00tHs973qg8G,,,,,39.7301,-104.9078,anonymous,EN,1,5.312,5.312,6.293,1,1,3,1,5.305,11.732,12.623,2,0,0,15.116,0,66,31,38,8.975,15.073,16.226,3,21.561,30.99,31.598,3,-2,-3,68.162,88.297,88.663,3,-3,-3,47.155,79.29,80.741,2,-1,20.339,47.488,48.783,3,0,0,15.018,0,3,4,2,5,5,2,,3.354,31.676,32.099,9,5,5,3,1,7,2,"I feel as though this may be influenced by companies that make vaccines. ",4.697,4.697,44.778,1,2,,1.947,17.238,20.015,9,2,7,3,4,1,5,6,0,0,28.134,0,1,2,1,2,2,4,7,4,,3.548,19.348,21.297,8,4,2,2,3,4,4,10.166,33.873,34.767,9,1,2,6.749,17.368,20.116,2,3,1983,Colorado,3,2,1,,7,,,7,4,1,lightechoesham@gmail.com,4.525,100.584,111.358,25,5e643d29df313c1ced363682,,,,,1,, -2023-03-12 23:39:16,2023-03-12 23:48:09,0,174.61.155.120,100,533,1,2023-03-12 23:48:10,R_3iW5fCIsczUrofi,,,,,47.63,-122.2972,anonymous,EN,1,12.71,12.71,14.229,1,1,4,1,2.541,4.241,5.151,2,9.234,9.234,15.011,1,81,40,57,13.182,27.555,29.193,7,3.511,8.231,17.671,2,1,1,24.234,41.087,48.552,2,-3,1,16.482,39.592,40.758,4,1,10.751,16.731,18.101,2,9.842,9.842,16.61,1,5,5,5,4,5,3,"The subtitles of the graph are somewhat misleading, the main header for both is what clarifies that it's COVID cases, not rates of people being vaccinated, which was my initial thought. Also for the second question on the last page, I was a little unsure about my answer because the question didn't specify over what duration",12.986,67.316,106.817,11,4,5,2,1,3,3,"context -- it's in a qualtrics survey. if it were published in a reputable news venue, then I would trust it more",1.475,1.475,30.065,1,4,,3.49,3.996,5.229,2,2,7,3,4,1,5,6,10.867,12.447,25.204,2,5,6,4,6,7,6,8,10,,3.634,19.031,20.669,8,2,4,1,3,3,4,3.746,21.678,22.99,7,1,1,1.623,12.46,13.764,4,2,1995,Washington,7,3,1,,2,,,8,4,2,,2.059,46.997,50.378,15,5bcfb99d77740000016b3dbf,,,,,1,, -2023-03-12 23:41:50,2023-03-12 23:48:19,0,47.230.199.10,100,388,1,2023-03-12 23:48:19,R_27QJONFOvGR6dqQ,,,,,40.7263,-73.9818,anonymous,EN,1,7.495,7.495,8.487,1,1,4,1,2.616,3.922,4.602,2,0,0,15.117,0,79,64,30,7.986,16.599,18.473,5,6.993,8.962,20.223,2,-2,1,11.171,31.764,33.019,3,-1,-3,20.085,58.658,61.131,3,-3,7.162,22.486,24.642,6,0,0,15.016,0,5,7,5,5,5,5,,4.043,15.209,17.815,6,2,4,4,7,5,5,The data within the visualization comes from a reputable source,1.598,24.286,25.306,5,5,,3.959,6.61,8.002,4,2,7,3,4,1,5,6,0,0,10.306,0,9,9,6,6,9,8,10,10,,2.527,11.257,13.093,8,3,4,2,2,4,4,7.771,24.102,24.845,8,2,1,2.64,6.78,8.103,3,2,1998,New York,7,3,1,,7,,,17,3,2,,1.523,48.441,49.754,15,610386b89cf31f6859e7df7c,,,,,1,, -2023-03-12 23:39:00,2023-03-12 23:48:20,0,144.163.27.131,100,560,1,2023-03-12 23:48:21,R_3QFORBYsb3C4f2S,,,,,33.5986,-86.3434,anonymous,EN,1,8.912,8.912,10.004,1,,,,,,,,0,0,15.105,0,77,98,50,12.68,20.081,21.268,3,4.555,67.108,69.411,15,-2,-2,25.211,41.457,43.163,3,1,-3,42.798,79.901,80.963,2,-3,60.1,66.319,67.773,5,0,0,15.124,0,4,5,4,4,5,5,,9.58,20.712,23.313,7,5,5,5,5,5,5,This was easy top understand and something the average person could understand.,2.835,2.835,23.801,1,5,,3.825,8.766,10.476,7,2,7,3,4,1,5,6,0,0,24.165,0,2,6,9,6,2,6,9,9,,5.122,20.148,22.3,8,4,4,1,4,4,4,7.315,17.207,19.021,6,5,,3.219,3.219,5.15,1,1,1969,Alabama,6,2,1,,9,,Pell City,4,2,1,ejrfan14@yahoo.com,1.118,49.181,51.867,13,5e404a68f09a9f28310e8701,,,,,0,, -2023-03-12 23:37:13,2023-03-12 23:48:23,0,69.138.232.140,100,670,1,2023-03-12 23:48:23,R_OB8SUtt2KSQ6oGB,,,,,39.1541,-76.717,anonymous,EN,1,0.462,1.447,2.093,3,1,3,1,1.418,2.215,3.814,2,1.751,3.387,15.111,3,87,98,83,1.043,9.519,10.312,13,1.018,75.639,76.103,38,-3,-3,0.824,43.062,44.202,34,1,-1,0.865,188.096,188.883,48,1,1.007,103.779,104.524,43,0.905,11.626,15.012,4,5,5,7,5,5,5,,1.083,18.3,19.432,41,4,5,5,2,4,4,Id like to know more information. Such as states/countries where these results are being calculated from.,1.059,1.49,28.501,2,3,,1.4,8.275,9.275,5,2,7,3,4,1,5,6,0.858,10.581,14.483,4,4,4,6,5,5,6,8,9,,0.86,20.224,20.717,31,3,3,4,4,3,3,1.564,14.802,17.081,28,4,3,0.855,6.366,7.242,6,1,1999,Maryland,5,3,1,,3,,,7,4,2,,1.095,52.183,54.536,31,603f31444049ae098abb8bf7,,,,,1,, -2023-03-12 23:41:37,2023-03-12 23:49:05,0,71.198.231.172,100,447,1,2023-03-12 23:49:05,R_1mE6szJMEdJRu4q,,,,,37.8414,-122.1254,anonymous,EN,1,7.731,7.731,9.057,1,,,,,,,,0,0,15.013,0,94,43,50,7.367,17.251,19.024,4,8.092,17.626,19.98,2,1,1,26.058,36.09,37.648,3,1,-2,29.903,59.286,61.145,2,1,56.113,56.113,58.354,1,0,0,15.006,0,5,3,5,6,6,4,,9.737,18.001,19.596,6,4,5,4,1,7,4,"I trust the source and the data makes sense, but I know nothing about the researchers or any potential bias.",2.211,2.211,25.45,1,4,,3.64,3.64,5.909,1,2,7,3,4,1,5,6,0,0,19.173,0,3,5,4,7,6,3,9,9,,5.439,18.623,19.998,9,4,3,2,2,3,4,6.715,16.75,18.021,6,2,,2.372,2.372,5.076,1,2,2001,California,6,3,1,,7,,,17,3,2,,1.868,46.434,48.311,14,60fcd2b146529d02f1566012,,,,,0,, -2023-03-12 23:41:25,2023-03-12 23:49:21,0,97.113.100.151,100,475,1,2023-03-12 23:49:21,R_2ypaHQEVog6b0nh,,,,,47.5364,-122.278,anonymous,EN,1,2.224,2.957,3.101,2,,,,,,,,3.431,4.062,15.005,2,72,100,47,1.995,7.18,8.162,4,3.76,4.968,12.502,2,1,1,19.08,23.605,27.031,2,1,-2,10.436,67.069,67.344,6,1,41.958,41.958,42.875,1,2.009,2.009,15.006,1,5,6,6,4,5,5,,1.948,16.835,17.715,8,6,6,6,6,6,6,Has a clear y and x axis and it very easy to read,0.827,26.466,27.54,6,4,,2.019,4.11,4.997,3,2,3,4,7,1,5,6,5.742,12.241,28.744,2,4,7,6,6,6,6,11,11,,2.879,10.684,12.07,9,4,4,1,1,4,5,2,30.937,33.082,13,3,,1.443,1.443,2.151,1,1,1998,Washington,6,2,1,,2,,,11,4,2,,0.718,40.052,43.763,23,5e17945242fb0b000da71b21,,,,,0,, -2023-03-12 23:32:33,2023-03-12 23:50:07,0,172.58.129.62,100,1053,1,2023-03-12 23:50:08,R_yyUWjsVxLn513QR,,,,,25.7846,-80.233,anonymous,EN,1,19.402,19.402,20.673,1,,,,,,,,0,0,15.129,0,97,93,85,26.315,34.13,37.389,3,39.416,73.137,87.435,3,1,1,45.026,98.58,100.45,3,-3,-3,32.075,77.404,79.941,2,1,62.674,62.674,65.573,1,0,0,15.052,0,6,4,6,4,5,6,,21.6,35.775,39.125,6,4,5,4,1,1,6,It did not show data that greatly increased one week and then decrease suddenly. The ebb and flow of infestation seemed natural.,5.226,150.249,164.888,8,4,,8.409,8.409,11.001,1,2,7,3,4,1,5,6,0,0,38.868,0,6,7,4,5,9,4,10,6,,23,44.047,59.905,8,3,3,2,3,3,3,24.226,49.322,53.096,6,2,,5.825,5.825,9.15,1,1,1954,Florida,5,2,1,,7,,,7,4,2,,3.412,145.72,162.59,21,5ddcd77f23f9f1c2c45d6c18,,,,,0,, -2023-03-12 23:45:07,2023-03-12 23:50:12,0,184.103.58.107,100,304,1,2023-03-12 23:50:12,R_2WNFwQnGeysDld2,,,,,33.3874,-112.0998,anonymous,EN,1,2.214,5.121,6.001,4,,,,,,,,12.42,12.42,15.106,1,62,75,45,6.832,11.215,11.938,4,3.363,6.79,11.959,2,-1,-1,1.589,5.54,6.972,4,-3,-2,2.097,53.378,54.203,6,-1,9.474,11.113,12.211,2,1.502,1.502,15.014,1,3,3,5,5,6,4,,2.673,12.575,13.102,10,6,5,6,5,3,5,I seen many reports of insect and fungi related infections.,1.164,3.629,23.347,2,1,,3.639,6.623,7.905,3,2,7,3,4,1,5,6,0,0,18.949,0,3,1,7,2,1,3,6,4,,3.049,14.495,14.843,12,2,4,3,5,3,4,2.614,7.766,10.718,7,7,,2.387,2.387,3.4,1,1,1996,Arizona,6,2,1,,7,,,10,4,1,61363ce02e6022a741d63a6e@email.prolific.co,2.129,39.777,40.762,18,61363ce02e6022a741d63a6e,,,,,0,, -2023-03-12 23:35:02,2023-03-12 23:50:13,0,35.148.23.141,100,910,1,2023-03-12 23:50:14,R_2eatHxPaSCT8qkA,,,,,44.5228,-89.5583,anonymous,EN,1,2.468,3.354,4.263,2,2,,2,1.771,1.771,2.821,1,0,0,15.007,0,57,76,44,0.597,48.337,49.421,7,4.865,23.203,24.108,5,1,1,4.143,58.79,59.718,11,-3,-3,12.629,76.41,78.15,9,1,15.686,58.776,60.796,5,5.481,5.481,15.008,1,3,2,2,5,3,2,,5.337,46.04,48.218,9,2,4,4,2,2,3,"I think that it would be more transparent if we also had info on how serious/life-threatening cases were. I also just find the data hard to believe, because I haven't known any unvaccinated people who got COVID-19 in the last year, yet I have known a handful of vaccinated people who have.",3.964,3.964,129.515,1,2,,9.438,11.964,13.101,2,2,7,3,4,1,5,6,12.893,23.643,24.462,3,2,4,9,9,4,7,10,9,,6.589,48.659,49.701,12,3,3,2,3,4,4,2.514,159.595,160.744,12,4,2,2.736,20.779,21.596,5,2,1999,Wisconsin,6,3,1,,9,,Hortonville,13,3,1,dmatilyn@gmail.com,1.371,77.138,80.958,22,60fc54b735f3211d0d10a371,,,,,1,, -2023-03-12 23:37:28,2023-03-12 23:50:17,0,137.25.201.195,100,769,1,2023-03-12 23:50:18,R_3EMydtHlggSmv7v,,,,,34.5404,-117.3532,anonymous,EN,1,24.204,24.204,25.449,1,,,,,,,,0,0,15.005,0,85,96,74,24.525,32.342,36.528,3,12.178,26.717,33.911,4,1,1,33.887,46.033,54.159,2,-3,-3,63.61,108.029,109.33,3,1,40.056,40.056,46.249,1,0,0,15.111,0,4,2,5,2,5,5,,17.951,50.996,63.203,6,4,4,4,2,1,5,The source of the data seemed like a trustworthy organization and the visualization looks clean and professional.,3.953,3.953,53.851,1,6,,9.735,23.733,28.033,6,2,7,3,4,1,5,6,0,0,24.4,0,6,9,7,9,7,6,10,10,,15.241,60.743,80.1,15,4,4,1,2,3,4,12.457,38.481,40.422,6,2,,7.32,7.32,9.198,1,2,1983,California,4,2,1,,7,,,11,4,2,,3.197,50.285,52.188,11,5d4b14caed2dfc0001a22c1a,,,,,0,, -2023-03-12 23:27:00,2023-03-12 23:50:37,0,172.58.5.102,100,1416,1,2023-03-12 23:50:38,R_3fposxNHrBYzwl3,,,,,33.7173,-84.4783,anonymous,EN,1,13.888,28.078,30.073,3,,,,,,,,4.886,4.886,15.114,1,100,44,50,11.7,25.055,26.792,6,3.951,97.494,99.16,18,1,-3,13.486,182.657,184.259,12,1,-3,116.928,162.943,164.452,5,-2,15.663,38.641,40.082,4,0,0,15.012,0,3,3,3,3,2,3,,1.132,21.318,25.201,10,4,3,7,1,1,3,I'm not sure if it's accurate or not because i'm not familiar with the topic.,6.077,79.934,83.507,2,2,,30.469,37.457,40.077,4,2,7,3,4,1,5,6,11.398,25.626,27.787,2,3,3,1,2,4,2,4,5,,35.728,55.212,56.598,10,3,3,1,1,3,3,6.683,46.738,47.955,9,1,,34.65,37.768,39.193,2,1,1987,Georgia,2,2,1,,9,,"albany, ga",3,2,2,,45.39,135.731,142.532,20,63039dbefda87c47a91fec04,,,,,0,, -2023-03-12 23:42:11,2023-03-12 23:53:56,0,199.66.65.227,100,705,1,2023-03-12 23:53:57,R_Z2lAA9Tq2wPIDHH,,,,,41.6837,-88.3499,anonymous,EN,1,13.828,13.828,14.658,1,,,,,,,,0,0,15.008,0,81,5,63,7.457,23.352,24.352,5,21.211,147.87,150.354,11,1,1,37.403,44.853,45.867,2,1,-3,62.163,113.883,114.858,2,1,9.901,38.506,40.978,2,7.96,13.863,15.011,2,5,3,5,4,4,5,,5.991,19.038,20.717,7,5,2,4,2,7,5,"There is a lot of information, I would find it hard to believe that someone would take all that time to put together an untrustworthy visual like this.",13.522,13.522,41.442,1,5,,7.864,8.828,10.059,2,2,7,3,4,1,5,6,0,0,10.918,0,5,7,7,7,9,6,11,10,,8.664,23.466,26.017,8,3,4,2,3,3,4,21.13,36.712,37.841,6,2,,3.986,3.986,6.085,1,2,1999,Illinois,6,1,1,,8,Yorkville,,17,4,2,,6.566,75.919,78.596,22,6101ced6dafdbea2d88a52b0,,,,,0,, -2023-03-12 23:32:57,2023-03-12 23:56:03,0,73.143.196.250,100,1386,1,2023-03-12 23:56:03,R_1f4667MY6GDXYCu,,,,,41.698,-70.0602,anonymous,EN,1,21.361,21.361,22.335,1,2,,2,3.1,3.1,4.3,1,0,0,15.021,0,70,93,95,55.433,94.528,96.637,9,50.059,208.464,220.987,36,1,1,33.022,47.434,49.751,2,-3,1,56.277,81.401,83.177,2,1,60.001,84.705,99.75,3,0,0,15.017,0,2,2,2,4,5,5,,17.588,89.042,96.973,7,3,5,2,7,7,3,I would need to have at least one other source confirming the same information before I trusted this .,7.561,90.593,91.629,5,3,,14.094,24.166,32.172,2,2,7,3,4,1,5,6,0,0,20.971,0,5,5,8,9,4,7,10,9,,8.923,47.337,52.292,9,3,3,3,2,4,3,21.955,81.857,83.082,7,3,4,13.56,40.284,41.958,2,1,1975,Massachusetts,2,2,1,,7,,,10,3,2,,6.023,256.656,261.434,62,640d43c9451ce148162a7643,,,,,1,, -2023-03-12 23:30:25,2023-03-12 23:57:03,0,73.174.244.12,100,1597,1,2023-03-12 23:57:03,R_1CBH2uBmiwxwQuj,,,,,39.3408,-80.0285,anonymous,EN,1,50.137,50.137,51.248,1,,,,,,,,0,0,15.131,0,67,71,23,28.912,78.454,80.536,11,5.887,136.814,140.905,35,-2,-1,4.738,183.19,184.79,11,-3,-3,45.806,252.385,260.394,13,-2,3.61,60.215,61.844,3,11.606,11.606,15.04,1,5,2,4,4,4,4,I have no additional thought nor comment.,5.948,103.218,105.08,14,3,3,4,3,3,3,"The visualization appears to be well-designed and informative, but its effectiveness ultimately depends on the accuracy and reliability of the data it represents, and whether it meets the user's specific needs and goals. Ultimately, it is up to the user to determine whether or not they trust the information conveyed by the visualization.",7.85,71.956,74.638,3,4,,6.362,21.503,24.498,2,2,7,3,4,1,5,6,0,0,58.79,0,4,5,7,6,5,8,11,11,,6.566,29.747,37.002,16,4,3,4,3,5,4,2.15,82.898,85.139,7,6,,10.848,10.848,12.732,1,2,1942,California,7,1,1,,7,,,14,2,2,,80.334,162.903,173.49,23,64033349ec5c1a27ee79d14b,,,,,0,, -2023-03-12 23:23:38,2023-03-12 23:57:13,0,99.96.118.119,100,2015,1,2023-03-12 23:57:14,R_3h3CS0WJ2ELqWVz,,,,,33.9521,-84.5475,anonymous,EN,1,16.341,16.341,19.656,1,,,,,,,,0,0,15.106,0,87,79,72,14.328,41.351,43.432,4,21.322,94.306,133.787,9,1,1,51.921,70.223,73.573,4,-3,-3,84.357,116.703,135.914,2,1,33.302,33.302,35.115,1,0,0,15.018,0,3,3,3,5,6,4,,11.844,32.32,43.62,6,3,6,5,4,4,5,Crop pests and diseases aren't something that would normally be falsified. Pesticides and anti-fungals aren't cheap - no farmer would want to use more than needed and conversely wouldn't want to NOT use them if they were needed. So the agency putting out the information has a real incentive to make sure the information's as solid as possible.,2.894,2.894,200.444,1,5,Interesting survey - thank you!,7.618,9.95,24.529,2,2,7,3,4,1,5,6,0,0,76.481,0,3,4,9,8,2,10,7,9,,4.696,63.625,170.647,8,3,4,2,2,5,4,6.264,36.16,142.97,6,5,,5.651,5.651,167.297,1,1,1956,Georgia,6,2,1,,7,,,12,3,2,,2.192,477.609,628.302,19,62ffe399d769a8e595609133,,,,,0,, -2023-03-12 23:50:07,2023-03-13 00:05:53,0,172.59.144.137,100,946,1,2023-03-13 00:05:54,R_1Nt6466WnD9QWO4,,,,,37.9186,-121.3132,anonymous,EN,1,7.849,22.226,23.169,7,1,3,2,3.221,7.436,8.542,3,9.727,11.239,15.012,2,100,98,68,5.229,22.738,23.941,6,4.857,51.621,52.487,10,-1,-3,25.29,121.185,121.917,11,-3,-3,15.107,61.601,62.531,6,-3,14.789,39.981,40.674,5,8.484,13.969,15.011,3,6,5,5,6,6,6,,11.703,65.174,66.185,18,5,6,5,6,5,6,It is based on science as far as I can tell,8.7,75.788,79.7,4,4,,6.847,13.039,13.987,5,2,7,3,4,1,5,6,13.879,27.091,27.772,3,8,6,4,6,10,2,11,9,,4.154,28.314,29.739,11,4,5,1,1,5,5,8.079,34.431,35.417,12,2,1,4.701,15.537,17.083,6,2,1969,California,6,2,1,,9,,white/hispanic,16,4,1,edyrae13@gmail.com,5.327,238.301,239.366,54,56fb36ca34a0d3000b1a5701,,,,,1,, -2023-03-12 23:45:27,2023-03-13 00:06:06,0,174.235.32.95,100,1239,1,2023-03-13 00:06:07,R_2fxJmAqfBx3uM5Y,,,,,35.2296,-80.843,anonymous,EN,1,11.534,65.611,68.682,40,1,2,2,2.773,7.35,9.901,3,0,0,15.012,0,84,45,5,4.477,30.455,32.694,8,10.293,173.704,174.79,41,1,1,61.07,82.769,84.055,6,-3,-3,4.957,87.782,89.073,11,-3,3.784,144.907,146.338,18,14.802,14.802,15.013,1,3,3,3,7,7,3,,3.569,45.873,47.389,11,4,3,1,7,2,3,Because I dont know where the information came and if it was accurately kept up with. And I don't trust alot of things or people trust is a very special thing and it gets broken a lot and I just don't trust stuff.,9.278,9.278,88.411,1,1,,6.645,19.259,20.301,11,2,7,3,4,1,5,6,16.564,31.258,32.338,3,6,6,6,6,9,4,11,9,,1.201,35.41,37.957,15,3,3,5,2,4,3,21.023,60.968,62.192,10,4,2,16.388,27.742,32.496,4,1,1983,North Carolina,2,2,1,,7,,,4,3,1,chrisandambones@gmail.com,4.74,114.442,116.129,73,5ec617a2e79285689c82fb8f,,,,,1,, -2023-03-12 23:38:32,2023-03-13 00:08:36,0,121.91.229.168,100,1803,1,2023-03-13 00:08:37,R_6mUpOVbvFD6vmk9,,,,,40.0172,-75.0883,anonymous,EN,1,7.85,7.85,10.301,1,1,3,2,9.586,30.617,32.502,4,0,0,15.077,0,74,94,40,3.894,109.614,113.441,16,6.089,71.425,83.42,17,-2,1,4.482,128.577,139.737,10,-3,-3,4.854,193.741,208.072,11,-3,2.958,127.83,139.553,4,7.968,12.296,15.167,2,4,3,3,5,5,5,I have nothing to say. Thanks.,7.062,89.758,91.753,16,5,4,6,5,3,6,I found this visualization to be a research and scientific analysis that is very informative.,3.053,249.773,361.623,5,4,No comments. Thanks.,1.976,23.041,42.147,6,2,7,3,4,1,5,6,3.99,74.646,79.332,6,10,11,11,7,10,8,11,11,No comments.,1.789,47.021,55.95,17,4,5,4,3,4,3,3.672,38.543,40.556,7,2,1,0.819,26.546,28.501,6,2,1991,Virginia,6,3,1,,7,,,15,2,1,614ee5e28a2f0a07d4d639dd@email.prolific.co,1.367,203.039,209.517,32,614ee5e28a2f0a07d4d639dd,,,,,1,, -2023-03-12 23:41:06,2023-03-13 00:11:53,0,67.247.164.186,100,1847,1,2023-03-13 00:11:54,R_2QMnugZVX5P069l,,,,,43.2078,-77.6602,anonymous,EN,1,7.359,30.413,31.478,5,1,2,2,2.435,7.611,15.238,2,4.089,4.089,15.009,1,0,0,27,63.039,115.797,118.479,12,7.102,224.702,249.982,15,1,1,72.937,112.905,123.281,2,1,1,156.278,248.956,262.255,4,1,23.832,106.35,167.811,16,0,0,15.028,0,6,6,6,4,6,6,Including both vaccinated individuals and the unvaccinated in the same chart was very confusing to me when I first was presented with the data.,15.193,143.772,157.569,12,4,2,7,1,7,6,"Because I view the source, the CDC, as a credible source of information.",3.167,3.167,80.233,1,1,,5.312,5.312,19.98,1,2,7,3,4,1,5,6,0,0,54,0,2,7,1,1,11,1,11,4,,10.726,54.605,93.788,11,5,5,1,2,5,4,16.415,67.044,86.257,7,1,1,19.185,32.296,45.53,2,1,1984,New York,2,2,1,,7,,,1,3,2,,3.651,157.152,193.791,17,565b2be310593c000bff9695,,,,,1,, -2023-03-13 00:15:25,2023-03-13 00:22:31,0,74.96.61.186,100,426,1,2023-03-13 00:22:32,R_2CxGy8dicE0PyBZ,,,,,38.8452,-77.4651,anonymous,EN,1,5.904,5.904,6.748,1,,,,,,,,13.529,13.529,15.108,1,71,76,40,6.375,12.015,12.725,4,3.948,6.941,18.702,2,1,1,9.734,41.713,42.905,6,-3,-3,16.991,41.134,42.005,3,1,42.439,42.439,43.203,1,0,0,15.01,0,3,3,3,4,4,4,,8.89,19.563,20.932,7,5,5,4,3,7,4,"It is well presented and doesn't seem misleading. For example, the scales are the same (in units of 1000 for each line).",1.214,7.514,27.633,2,2,,2.778,2.778,9.826,1,2,7,3,4,1,5,6,14.79,14.79,15.006,1,3,5,1,3,3,4,9,8,,4.346,16.901,18.802,12,1,2,4,4,1,1,5.667,14.884,15.543,7,1,,2.456,2.456,3.505,1,1,1996,Virginia,6,2,1,,2,,,9,4,2,,5.27,45.05,54.05,11,62e01fdb9adf283ff375724f,,,,,0,, -2023-03-13 16:09:10,2023-03-13 16:21:09,0,73.46.216.13,100,719,1,2023-03-13 16:21:10,R_3s0KqSTYuI9a5WK,,,,,26.0276,-80.2528,anonymous,EN,1,4.528,9.447,10.546,5,,,,,,,,1.728,1.728,15.013,1,94,97,66,1.133,29.379,32.051,11,6.13,68.786,70.561,5,1,1,1.618,54.699,56.33,16,-3,-3,2.855,47.205,48.1,10,-2,16.805,52.55,54.027,7,10.386,11.454,15.013,2,4,3,3,5,5,4,,5.068,31.294,32.503,22,3,5,5,2,7,5,I was told that the visualization was accurate. I would not completely trust it without extra information in the real world.,6.879,8.218,65.281,3,3,,7.601,14.002,15.227,6,2,7,3,4,1,5,6,9.868,42.683,43.644,3,4,3,5,4,5,3,9,8,,6.881,39.062,40.17,13,3,4,2,2,4,4,6.056,43.636,44.653,11,1,,9.016,11.509,12.831,2,2,1988,Florida,6,2,1,,4,,,11,2,1,jbrav88@gmail.com,2.287,97.697,98.62,77,5fc39578c37dd8683daabe49,,,,,0,, -2023-03-13 16:17:34,2023-03-13 16:23:53,0,70.23.58.238,100,378,1,2023-03-13 16:23:53,R_2VsF615PA5xETky,,,,,40.8833,-73.1597,anonymous,EN,1,4.067,4.067,4.938,1,,,,,,,,0,0,15.091,0,20,71,19,23.252,26.792,27.927,3,10.25,16.9,18.068,4,-2,1,16.573,25.737,26.112,3,-3,-1,6.261,8.95,11.373,4,-3,8.403,8.403,9.986,1,0,0,15.068,0,5,5,5,5,5,5,,26.61,28.803,30.694,6,4,4,5,5,5,4,It seems accurate.,2.989,2.989,13.586,1,3,,2.973,2.973,6.345,1,2,7,3,4,1,5,6,17.868,17.868,38.355,1,1,5,2,5,2,9,8,9,,5.236,11.919,13.554,8,3,3,5,3,3,3,4.308,8.994,10.951,6,5,,4.647,4.647,6.301,1,2,1972,Nevada,6,1,1,,2,,,13,3,1,63cbf0541ff94d37ddccfe9d@email.prolific.co,1.214,54.028,55.41,16,63cbf0541ff94d37ddccfe9d,,,,,0,, -2023-03-13 16:15:35,2023-03-13 16:26:50,0,76.97.114.171,100,675,1,2023-03-13 16:26:51,R_3JklfxXWcOpPZA9,,,,,33.5631,-84.5832,anonymous,EN,1,4.994,4.994,5.872,1,1,4,2,9.199,11.197,13.053,2,0,0,15.006,0,63,100,61,8.435,14.721,17.66,3,12.458,17.922,35.665,2,1,1,43.968,77.578,83.388,3,-3,-3,18.449,61.963,64.122,8,1,41.134,41.134,42.406,1,0,0,15.014,0,4,4,5,5,5,5,,8.56,20.56,22.272,6,4,5,5,2,4,5,As long as you have the ability to hover over the individual bars everything is represented fairly well.,20.374,20.374,77.516,1,6,,6.942,6.942,12.302,1,2,7,3,4,1,5,6,0,0,25.757,0,1,4,7,3,7,5,10,10,,9.066,34.216,36.216,10,3,2,2,2,4,4,12.803,69.573,70.741,8,4,2,5.47,13.343,15.066,2,1,1999,Georgia,2,1,1,,7,,,11,2,2,,2.911,74.896,76.013,13,5fe4e6bf8bcb1f2bd103d1c7,,,,,1,, -2023-03-13 16:21:42,2023-03-13 16:30:45,0,47.155.34.61,100,542,1,2023-03-13 16:30:46,R_3Grl11qIni9ZvcH,,,,,33.7903,-118.1215,anonymous,EN,1,15.688,15.688,17.675,1,1,2,1,2.338,4.728,6.237,2,0,0,15.012,0,85,100,65,18.959,24.349,29.024,3,12.831,20.766,26.934,2,-3,1,42.044,53.321,54.443,2,-3,-3,41.339,69.224,70.851,2,1,16.081,16.081,16.929,1,0,0,15.007,0,5,6,5,4,6,4,,4.846,14.782,17.451,6,4,6,4,3,3,5,"From what I've seen where I lived and seen online across various sources, it does make sense.",1.598,6.004,41.869,2,4,,6.679,6.679,8.351,1,2,3,4,5,1,6,7,0,0,11.623,0,1,3,2,3,4,1,8,6,,4.351,15.197,17.507,8,3,1,2,3,4,2,9.332,35.843,36.847,8,3,3,2.33,9.576,10.911,2,1,1996,California,3,1,1,,4,,,11,4,2,,1.633,104.033,104.958,41,606cc866e962b64372e64473,,,,,1,, -2023-03-13 16:22:18,2023-03-13 16:31:23,0,172.58.140.171,100,545,1,2023-03-13 16:31:24,R_3MbPjYoZ7wHbPix,,,,,41.8502,-87.6736,anonymous,EN,1,18.185,31.893,35.253,2,,,,,,,,1.488,1.488,15.113,1,93,91,73,8.905,16.69,17.383,6,12.438,41.87,42.871,4,1,1,3.357,66.157,66.772,9,-3,-3,11.155,65.346,66.157,7,-2,14.385,52.678,53.926,6,6.577,6.577,15.011,1,5,6,5,6,6,6,,5.468,18.382,19.427,9,6,6,6,5,4,6,it looks professional and it is very easy to read,2.301,2.301,15.945,1,5,,5.364,9.452,10.364,4,2,7,3,4,1,5,6,14.682,24.114,24.727,2,5,5,9,6,6,7,8,8,,4.625,20.711,22.053,10,3,4,3,3,4,3,6.006,25.127,26.174,8,5,,4.843,6.849,7.471,4,2,2001,Illinois,5,2,1,,7,,,13,3,2,,1.366,55.054,56.481,21,610cb306e137dce2a4de6790,,,,,0,, -2023-03-13 16:19:44,2023-03-13 16:31:57,0,50.80.17.197,100,732,1,2023-03-13 16:31:57,R_sU0IiDGDvhHWt8t,,,,,41.9504,-91.6897,anonymous,EN,1,11.108,11.108,12.581,1,,,,,,,,0,0,15.01,0,73,10,59,14.546,30.906,33.208,4,21.953,101.958,103.533,13,1,1,29.881,48.168,54.383,2,-3,1,36.215,50.832,61.397,2,-1,28.386,53.456,55.038,5,0,0,15.115,0,4,4,5,3,7,3,the medium this graph is portrayed is not the best for comparing data,11.645,32.132,55.741,7,5,3,2,7,3,3,"While the y and x axis have acceptable ranges its difficult to discern data on a stacked bar graph. I would prefer the data introduced to me in a different visualization ",2.825,84.373,88.547,8,5,N/A,9.021,13.501,17.592,4,2,7,3,4,1,5,6,0,0,21.169,0,5,4,2,2,7,8,10,10,n/a,7.416,28.567,34.11,10,4,4,1,2,4,4,7.232,21.467,22.33,7,3,,4.762,4.762,6.369,1,1,1993,Iowa,3,2,1,,3,,,5,4,1,jawondwalker@gmail.com,1.634,80.822,82.342,19,5f51135fd3e0342eda5f66c5,,,,,0,, -2023-03-13 16:25:04,2023-03-13 16:32:18,0,142.197.50.143,100,433,1,2023-03-13 16:32:19,R_soPctIBCcjEG8iR,,,,,29.0511,-82.038,anonymous,EN,1,2.644,10.965,11.551,4,,,,,,,,2.377,11.28,15.106,7,84,82,67,15.154,32.868,33.827,10,14.511,19.383,21.455,2,1,1,3.159,38.036,39.148,6,-3,1,3.674,40.781,41.557,4,1,7.925,30.704,31.711,3,3.853,11.39,15.008,2,6,5,6,5,6,6,,5.363,21.957,22.963,18,5,6,3,1,1,5,It is professional looking and well done,2.014,18.999,27.71,5,6,,3.028,3.756,5.474,3,2,7,3,4,1,5,6,0,0,13.609,0,2,3,11,7,4,4,10,11,,9.905,28.396,29.829,25,1,1,4,4,2,2,3.986,17.955,18.606,13,3,,2.871,5.68,6.401,4,1,1987,Florida,6,2,1,,7,,,7,4,2,,1.92,57.16,58.17,28,571144323d47e800096358d9,,,,,0,, -2023-03-13 16:25:56,2023-03-13 16:33:06,0,207.229.178.155,100,429,1,2023-03-13 16:33:07,R_1rcbNhmIfvA1G73,,,,,41.871,-87.6289,anonymous,EN,1,5.052,5.052,6.294,1,,,,,,,,0,0,15.115,0,73,81,39,6.138,11.027,11.275,4,7.29,77.656,81.122,6,-2,1,6.5,43.892,45.184,3,-3,-3,22.586,40.501,41.424,2,-1,2.451,44.642,45.343,3,3.41,4.597,15.014,2,4,4,4,4,4,4,,3.752,9.748,11.986,6,2,4,4,2,2,4,I don't really know where the information came from so it is hard to fully trust it.,2.765,10.867,28.924,3,3,,4.661,5.564,6.543,2,2,7,3,4,1,5,6,9.578,9.578,9.959,1,3,5,5,4,3,3,10,9,,4.214,14.469,15.967,9,4,4,2,2,4,4,3.733,13.873,14.141,7,3,,2.207,2.207,3.517,1,1,2001,Illinois,5,1,1,,7,,,11,4,1,,1.137,35.735,44.349,11,5f01230b4f8dff26fad883d2,,,,,0,, -2023-03-13 16:24:23,2023-03-13 16:34:29,0,73.38.74.47,100,606,1,2023-03-13 16:34:30,R_3oBgimHOijg2DCG,,,,,42.0825,-72.5621,anonymous,EN,1,16.041,16.041,17.125,1,1,2,1,1.495,4.26,5.092,2,0,0,15.014,0,77,96,94,8.724,19.595,27.996,6,13.911,24.693,28.465,2,-2,-3,57.288,69.092,70.56,2,-3,-3,29.701,56.563,58.479,3,1,16.746,16.746,24.467,1,0,0,15.114,0,5,4,5,6,6,5,"I now see the information was obtained from the CDC, a trusted source",16.959,35.682,52.489,7,2,6,5,7,3,4,I did not see the source of the information but it looked accurate.,3.224,3.224,40.776,1,3,,7.531,7.531,10.117,1,2,7,3,4,1,5,6,0,0,23.853,0,2,7,1,5,4,4,11,10,,4.594,18.698,21.042,9,4,4,1,2,5,4,13.711,38.902,39.668,7,1,1,5.297,11.946,19.061,2,1,1997,Massachusetts,7,1,1,,7,,,13,4,2,,2.818,78.507,84.002,16,616ef0bb9875de5db97fcb4c,,,,,1,, -2023-03-13 16:15:49,2023-03-13 16:36:04,0,73.251.50.71,100,1214,1,2023-03-13 16:36:05,R_2BaH2NdXxiLqmkx,,,,,37.4019,-79.8786,anonymous,EN,1,23.032,23.998,25.712,2,1,4,2,10.348,15.127,16.688,3,11.904,11.904,15.145,1,96,91,50,19.953,102.374,103.542,13,11.423,168.641,171.716,15,1,1,16.787,82.611,84.123,8,-3,-3,7.59,176.111,177.9,13,-2,3.792,25.328,28.613,4,12.409,12.409,15.035,1,5,5,5,5,5,5,,7.074,45.264,46.31,11,5,5,5,4,3,5,The CDC is a reliable source of research,7.308,9.594,75.803,3,5,,12.89,16.177,17.392,2,2,7,3,4,1,5,6,8.969,102.236,103.51,5,7,8,8,8,9,7,10,10,,12.933,42.207,43.57,13,4,5,1,1,5,5,9.956,48.342,50.129,8,2,1,7.044,22.1,23.353,4,2,1961,Virginia,7,3,1,,7,,,10,4,2,,2.9,107.277,108.416,27,60be871a11e1b84fa2d3076b,,,,,1,, -2023-03-13 16:26:25,2023-03-13 16:36:18,0,66.223.177.241,100,592,1,2023-03-13 16:36:19,R_yVZDYVeh8HeRXWN,,,,,64.8544,-147.8469,anonymous,EN,1,6.112,6.112,7.002,1,1,1,1,1.313,4.872,6.039,2,0,0,15.009,0,58,77,50,7.71,15.28,16.866,4,16.676,21.054,21.496,3,1,1,28.611,37.89,38.901,2,-3,-3,53.603,110.997,113.351,3,1,36.964,36.964,38.616,1,0,0,15.108,0,5,7,7,6,6,5,The CDC's page does have a breakdown of age but I had to take 5 extra seconds to click the reference link and most people probably won't.,10.558,43.571,80.351,8,2,6,4,2,3,3,"It doesn't break it down by age, previous health, or political alignment.",4.17,4.17,31.08,1,3,,9.269,10.237,12.158,3,2,7,3,4,1,5,6,0,0,14.374,0,3,10,7,5,4,6,10,10,,9.637,31.279,33.354,8,1,1,5,4,3,2,12.014,33.626,35.181,6,2,1,11.201,17.199,20.353,2,1,1985,Alaska,7,1,1,,7,,,10,4,2,,1.354,47.354,48.976,13,60df2a387184bf25da3ae6a2,,,,,1,, -2023-03-13 16:30:44,2023-03-13 16:36:44,0,40.133.142.193,100,359,1,2023-03-13 16:36:45,R_qJUwNjFu9wypByp,,,,,41.2616,-95.9355,anonymous,EN,1,2.771,2.771,3.661,1,1,2,1,1.612,3.813,4.933,3,14.428,14.428,15.01,1,73,30,30,6.173,9.274,10.794,3,6.562,15.797,34.89,4,-3,1,20.24,42.262,43.734,2,1,1,22.772,41.659,42.73,2,-3,16.263,17.946,18.401,2,0,0,15.013,0,3,1,3,7,6,7,,4.969,19.689,21.279,7,1,7,1,1,1,3,"It seems real but it's hard to understand making it hard for me to decide if I fully trust it. ",2.392,2.392,20.251,1,3,,6.377,6.377,7.881,1,2,7,3,4,1,5,6,0,0,15.921,0,4,4,8,8,3,10,7,8,,3.414,13.649,15.189,8,4,4,1,4,4,3,3.92,15.321,16.326,6,6,1,1.524,5.193,6.213,2,2,1994,Nebraska,7,3,1,,9,,Omaha,9,2,1,kkloke23@gmail.com,1.057,32.565,33.836,16,60fee74fa3b33a3312af7568,,,,,1,, -2023-03-13 16:24:26,2023-03-13 16:38:06,0,75.134.219.72,100,819,1,2023-03-13 16:38:07,R_R2EXvUFFjmxlzW1,,,,,43.0352,-83.5248,anonymous,EN,1,4.931,4.931,6.574,1,2,,2,1.906,1.906,3.199,1,0,0,15.111,0,82,83,85,20.007,38.415,40.119,3,19.921,189.018,190.524,18,1,-3,39.145,60.345,67.6,2,-2,-3,34.079,84.742,86.049,4,1,35.973,58.796,60.26,4,8.396,8.396,15.009,1,3,5,3,6,5,3,,5.728,18.471,22.975,6,5,6,5,3,4,3,i have done my own research on covif 10 infection rates from medical professionals i know and many of them have seen more infections from people that are vaccinated so i dont trust the data that much.,2.886,2.886,64.958,1,4,,6.715,10.675,14.861,5,2,3,4,5,1,6,7,0,0,23.837,0,1,1,2,1,1,9,9,6,,8.224,18.536,20.947,8,2,4,1,4,3,2,11.108,34.476,35.534,6,7,4,4.391,11.304,12.635,2,1,1965,Michigan,5,2,1,,9,,goodrich,6,3,1,mrctocco@aol.com,4.065,84.67,88.381,14,640d212a5935d5e5cb6ce6ad,,,,,1,, -2023-03-13 16:31:16,2023-03-13 16:38:21,0,108.51.134.197,100,424,1,2023-03-13 16:38:21,R_2y4sK0Eezp4sOfQ,,,,,39.037,-77.0412,anonymous,EN,1,5.058,5.89,6.646,2,1,4,2,1.685,4.382,5.243,3,0,0,15.011,0,80,93,67,0.477,15.383,16.17,7,4.188,38.277,39.19,5,-2,1,14.188,31.505,32.485,6,-3,1,7.237,37.12,38.804,6,1,23.35,33.416,34.094,4,5.279,14.502,15.124,2,5,5,5,6,4,5,,5.703,23.36,23.915,9,4,6,5,7,4,4,"The information seems straightforward, but there's no source cited.",1.786,1.786,20.08,1,6,,4.001,7.242,8.05,4,2,7,3,4,1,5,6,11.173,11.173,15.377,1,5,9,9,9,8,8,10,10,,4.285,17.456,18.674,9,5,5,1,1,5,5,5.832,17.549,18.544,7,2,2,3.249,9.16,10.735,4,2,1969,Maryland,7,3,1,,8,Silver Spring,,17,1,1,marcilb1@gmail.com,2.023,67.163,68.155,22,5eb0c3f05aeb111911ad74de,,,,,1,, -2023-03-13 16:32:00,2023-03-13 16:38:50,0,68.226.92.12,100,410,1,2023-03-13 16:38:50,R_3qU3X5Mefp3xJGM,,,,,41.886,-71.3457,anonymous,EN,1,4.383,4.383,5.538,1,,,,,,,,0,0,15.012,0,77,30,49,11.319,18.369,19.229,3,8.57,11.167,15.17,2,1,1,16.357,23.655,24.959,2,-3,-3,11.902,53.47,54.675,4,1,18.544,18.544,19.685,1,0,0,15.013,0,4,2,3,4,1,3,,5.889,16.652,19.317,7,2,1,1,1,1,7,you have to do math,1.986,1.986,10.842,1,5,,10.674,12.385,14.745,2,2,7,3,4,1,5,6,0,0,17.752,0,2,2,9,6,5,2,9,9,,8.338,30.309,32.753,9,3,3,2,2,4,1,8.544,38.864,39.875,7,4,,3.239,3.239,5.133,1,2,1998,Rhode Island,7,2,1,,7,,,10,4,2,,2.687,56.047,59.415,13,6100559e88e45c95776083a1,,,,,0,, -2023-03-13 16:28:53,2023-03-13 16:39:23,0,98.38.4.130,100,629,1,2023-03-13 16:39:23,R_330ZaIkRNZb5its,,,,,39.7067,-104.9694,anonymous,EN,1,5.506,5.506,6.714,1,1,2,1,1.572,7.218,8.538,3,0,0,15.009,0,80,16,67,10.839,24.491,25.318,7,15.625,54.429,58.51,5,-2,-3,27.349,37.776,39.228,2,-3,1,44.982,58.282,70.024,2,-3,57.264,57.264,61.284,1,0,0,15.007,0,5,2,4,5,5,5,,13.319,30.364,33.231,6,3,5,5,2,2,5,I trust the data source and it's a logical way to represent it,1.815,1.815,68.078,1,6,,9.81,9.81,11.777,1,2,3,4,5,1,6,7,0,0,19.075,0,2,5,4,6,5,5,8,8,,5.938,24.422,26.558,8,3,3,2,2,3,4,13.864,32.682,33.664,7,2,4,3.299,9.65,11.218,2,1,1995,Colorado,6,3,1,,9,,Denver,4,4,1,sean.wake17@gmail.com,2.711,57.141,61.149,17,611bfbd4af7fa6a01a106813,,,,,1,, -2023-03-13 16:34:15,2023-03-13 16:40:58,0,71.197.184.234,100,403,1,2023-03-13 16:40:59,R_3NKwcSFwu6Qecjb,,,,,47.2565,-122.4421,anonymous,EN,1,4.106,4.106,5.047,1,1,2,2,2.36,3.97,4.943,2,0,0,15.014,0,72,56,41,0.077,17.089,18.358,7,3.656,5.676,6.842,2,-2,1,33.516,43.222,44.145,2,-2,-1,20.871,53.585,54.859,2,1,26.378,26.378,27.275,1,0,0,15.017,0,3,3,3,3,3,3,,1.491,20.34,23.218,8,5,2,2,7,7,3,I don't have enough informaton about who made the data,3.577,3.577,19.052,1,3,,6.855,9.047,10.576,3,2,7,3,4,1,5,6,0,0,17.196,0,2,2,2,2,2,2,6,7,,4.489,14.127,15.219,8,3,3,2,2,3,3,9.568,18.703,19.552,6,2,3,5.747,9.571,10.714,2,2,1989,Washington,3,3,1,,8,Puyallup,,5,4,2,,2.415,49.758,52.95,15,5f13b237c08bc13e4ef2e760,,,,,1,, -2023-03-13 16:31:42,2023-03-13 16:42:12,0,100.0.164.34,100,630,1,2023-03-13 16:42:13,R_2nvp7pBb9MEGWaZ,,,,,42.2904,-71.0712,anonymous,EN,1,8.257,8.257,9.039,1,1,2,1,2.515,4.953,5.715,3,0,0,15.109,0,85,90,81,11.629,17.621,19.833,3,12.245,19.291,37.031,2,1,1,25.022,43.228,48.899,2,1,1,39.316,81.931,84.101,3,1,9.981,23.201,24.407,2,0,0,15.007,0,5,4,5,5,4,5,,18.653,44.981,46.986,8,5,5,5,4,4,5,It uses the same scales on both graphs,3.533,6.018,27.696,5,4,,8.317,9.531,13.508,2,2,7,3,4,1,5,6,18.456,18.456,26.162,1,1,5,1,6,6,1,10,10,,14.214,54.857,56.343,9,5,5,1,2,5,5,8.135,23.969,24.899,6,2,3,6.315,20.036,22.124,3,1,2002,New Hampshire,2,3,4,Portuguese,4,,,17,2,2,,2.9,110.838,111.207,36,610e4001aab8a70cb6e81967,,,,,1,, -2023-03-13 16:39:26,2023-03-13 16:45:08,0,68.205.169.51,100,342,1,2023-03-13 16:45:08,R_2yeVJ3ucoeNu2qZ,,,,,29.1383,-80.9956,anonymous,EN,1,2.127,2.127,2.742,1,1,1,1,2.022,4.898,5.616,4,0.901,2.634,15.006,2,100,100,50,4.107,8.442,8.986,4,6.205,12.264,21.369,2,-2,-3,5.234,30.206,36.109,3,-3,-3,11.446,58.511,58.741,5,-2,12.63,31.041,31.857,7,0,0,15.007,0,6,6,6,6,6,6,,5.089,10.672,10.93,7,6,5,5,7,3,5,"The numbers are easily viewable. The data is all there, and if I want more information hovering over helps. I also trust the source.",1.742,1.742,16.987,1,4,,2.082,4.153,4.884,4,2,7,3,4,1,5,6,0.888,2.422,10.752,3,1,1,4,2,1,1,6,9,,2.489,14.439,15.077,10,1,1,4,3,2,1,2.307,13.226,13.793,9,3,1,1.303,4.39,5.04,2,1,1986,Florida,2,2,1,,7,,,12,4,1,bladexxvv@gmail.com,1.556,30.737,38.801,19,55fc2b4377f33b000ecb21ed,,,,,1,, -2023-03-13 16:37:20,2023-03-13 16:46:05,0,173.29.56.149,100,524,1,2023-03-13 16:46:05,R_2e4QkIyxYQAPufD,,,,,40.9013,-89.5068,anonymous,EN,1,3.411,3.411,4.393,1,,,,,,,,3.693,3.931,15.008,2,89,50,100,4.608,12.821,14.063,5,8.945,19.045,28.919,3,1,1,1.471,37.42,38.382,8,1,-1,4.627,83.502,84.825,7,1,2.16,55.722,56.711,3,9.886,13.481,15.011,4,3,3,3,3,5,3,,6.87,17.046,19.123,6,4,5,5,1,3,5,"In the instructions it said, ""assume you trust the data"" so I said I trusted the visualization of the data",3.501,3.501,30.826,1,4,,2.64,7.316,9.337,6,2,7,3,4,1,5,6,2.522,7.008,18.685,4,2,3,7,4,4,4,5,6,,7.635,28.457,33.81,11,3,2,3,2,2,3,2.765,33.603,36.077,10,6,,4.597,7.998,15.255,5,2,1992,Illinois,6,3,1,,7,,,11,1,2,,2.769,50.962,53.19,21,610350093de97785fa2890b2,,,,,0,, -2023-03-13 16:36:24,2023-03-13 16:46:11,0,153.33.114.25,100,587,1,2023-03-13 16:46:12,R_8pmj76tTlZk0609,,,,,34.0095,-81.0819,anonymous,EN,1,2.328,2.328,3.182,1,,,,,,,,0,0,15.008,0,80,80,50,6.495,14.966,16.178,4,5.27,23.872,26.788,3,1,1,34.441,46.911,49.722,2,-1,-3,60.918,88.987,90.099,2,-2,47.553,47.553,48.872,1,0,0,15.008,0,5,5,7,5,5,5,,22.266,31.8,33.8,6,5,6,5,4,5,5,It has a clear and professional presentation which makes it seem more credible.,1.6,1.971,47.556,2,4,,6.449,6.449,7.999,1,2,7,3,4,1,5,6,0,0,13.536,0,4,6,5,7,5,4,9,8,,4.144,16.306,17.841,8,4,4,2,2,5,4,7.143,32.622,33.603,6,2,,4.329,4.329,6.424,1,1,1998,South Carolina,3,1,1,,3,,,4,3,1,trshillingford@gmail.com,1.735,111.966,116.292,33,5f036ad6524fe7281a4ad892,,,,,0,, -2023-03-13 16:36:33,2023-03-13 16:47:15,0,76.156.47.217,100,642,1,2023-03-13 16:47:15,R_3h0GCZvXN1p6RUp,,,,,44.971,-93.0498,anonymous,EN,1,4.34,4.34,5.247,1,,,,,,,,0,0,15.018,0,76,19,84,28.927,33.716,35.222,3,8.707,76.868,79.972,14,1,1,39.561,49.943,55.796,3,-3,-3,55.484,72.708,73.727,2,-2,12.604,70.116,71.451,6,0,0,15.118,0,3,5,3,7,7,3,,14.989,29.139,31.984,6,4,2,3,7,7,4,I trust it but it's hard to read.,2.066,2.066,21.837,1,6,,18.944,20.196,21.816,3,2,7,3,4,1,5,6,0,0,18.953,0,3,3,7,5,3,4,8,10,,9.343,22.68,24.796,8,4,3,2,4,4,3,13.175,42.301,43.705,7,4,,4.428,4.428,6.017,1,1,1991,Minnesota,2,2,1,,7,,,6,2,1,63e51d228f42d1767efa8cbf@email.prolific.co,1.577,60.473,62.104,15,63e51d228f42d1767efa8cbf,,,,,0,, -2023-03-13 16:38:46,2023-03-13 16:47:20,0,108.6.203.138,100,514,1,2023-03-13 16:47:21,R_PG1Xf1vRcr20aWd,,,,,40.7429,-73.9392,anonymous,EN,1,2.163,2.889,3.257,2,1,3,2,2.61,4.443,5.151,2,0,0,15.117,0,84,89,50,16.988,33.465,34.09,4,5.414,23.111,24.549,5,1,1,29.756,38.301,39.772,2,-3,-3,78.788,105.68,107.378,4,-3,17.774,38.582,39.808,9,3.614,3.614,15.111,1,5,3,4,5,6,5,,10.928,32.028,34.32,7,3,4,5,7,4,5,It's from the CDC,8.795,8.795,13.706,1,5,,7.284,9.515,11.103,3,2,7,3,4,1,5,6,0,0,18.081,0,1,5,4,4,1,2,9,7,,5.792,21.91,24.167,10,4,4,2,2,4,3,9.832,25.823,26.66,6,2,1,7.144,11.796,13.231,2,3,1997,New York,6,1,1,,7,,,17,4,2,,2.71,51.044,53.324,17,6009fbabfbc35d122a0ccee8,,,,,1,, -2023-03-13 16:36:07,2023-03-13 16:47:26,0,129.7.0.214,100,679,1,2023-03-13 16:47:27,R_e4zDg2I0Gl7t7cl,,,,,29.7212,-95.3626,anonymous,EN,1,4.975,5.935,7.305,2,1,2,2,1.788,4.962,6.023,3,5.747,5.747,15.009,1,75,100,50,12.062,21.017,22.026,5,4.811,20.196,21.23,6,-2,-3,4.273,35.082,36.104,7,1,1,1.7,121.052,121.988,11,-3,4.511,97.478,98.563,4,0,0,15.015,0,5,3,4,5,6,4,,7.271,25.584,26.944,9,3,6,3,5,3,4,I think the data comes from a good source,2.931,2.931,14.738,1,4,,46.444,47.871,58.094,2,2,3,4,5,1,6,7,5.566,10.542,11.619,2,3,4,1,5,4,6,9,8,,3.64,22.196,23.322,12,3,3,2,3,4,3,2.657,19.773,20.93,10,2,2,3.459,18.826,19.801,6,2,2001,Texas,6,3,1,,9,,"Asian, Latina, Black",12,4,2,,3.129,87.565,88.651,31,610764fe8fc46eb9f8868744,,,,,1,, -2023-03-13 16:36:59,2023-03-13 16:47:46,0,98.224.181.99,100,647,1,2023-03-13 16:47:47,R_2zYBRI75rgmB6MZ,,,,,42.6919,-83.0558,anonymous,EN,1,9.462,9.462,12.346,1,1,2,1,2.42,4.431,6.785,2,0,0,15.009,0,97,79,72,22.223,30.064,33.983,3,14.179,101.457,106.107,9,-2,1,38.567,57.28,60.988,2,-3,-3,22.52,58.52,61.533,2,-2,44.269,44.269,46.951,1,0,0,15.122,0,6,5,5,5,6,5,,6.102,13.527,17.105,6,5,5,5,4,5,5,I feel like it gave data that seemed believable so I would trust the chart,5.532,5.532,30.9,1,6,,8.853,8.853,10.97,1,2,7,3,4,1,5,6,0,0,21.549,0,6,7,10,9,8,9,10,10,,5.02,15.492,18.652,8,4,4,2,2,4,4,5.27,16.651,18.796,6,4,1,6.534,11.651,14.309,2,2,1964,Michigan,4,2,1,,7,,,16,4,2,,3.003,93.865,104.003,16,62869a1b7fff9c9a48fe6087,,,,,1,, -2023-03-13 16:38:44,2023-03-13 16:47:51,0,96.246.23.144,100,547,1,2023-03-13 16:47:52,R_BPukkWG989e9Lbz,,,,,40.7584,-73.7973,anonymous,EN,1,2.009,2.235,3.465,2,1,2,1,2.146,4.068,6.096,2,0,0,15.112,0,75,37,68,13.589,21.961,23.425,7,4.803,23.585,24.624,8,-2,-2,3.68,43.619,50.126,14,1,-3,31.734,59.499,69.301,3,1,7.518,24.754,29.286,2,0,0,15.011,0,4,2,2,4,5,4,,3.299,56.082,57.334,15,7,7,7,7,7,2,"The visualization is confusing and the overlapping of the unvaccinated and vaccinated numbers makes it hard to comprehend the true number of individuals affected. ",1.106,4.877,42.503,4,4,,1.507,5.226,5.555,6,2,7,3,4,1,5,6,0,0,13.027,0,4,5,1,4,3,5,10,10,,2.873,22.233,22.575,15,4,4,2,2,3,4,68.938,86.616,87.457,22,2,2,2.379,5.547,7.992,5,1,1996,New York,6,2,1,,2,,,12,4,2,,7.109,36.019,37.539,16,60b7f8e35090572dc7e7548c,,,,,1,, -2023-03-13 16:40:22,2023-03-13 16:47:55,0,47.7.188.186,100,453,1,2023-03-13 16:47:56,R_1pss0BSypbY1U7q,,,,,35.6854,-88.8281,anonymous,EN,1,6.073,6.073,6.839,1,,,,,,,,0,0,15.008,0,100,81,77,11.682,22.396,23.4,5,17.17,63.517,67.151,7,-2,1,7.217,27.431,29.547,4,1,1,25.541,43.965,53.053,4,1,46.609,46.609,48.097,1,0,0,15.061,0,6,6,6,6,6,6,,4.966,12.49,15.8,8,5,5,6,7,7,6,I trust this visualization because it's pretty and detailed.,1.937,1.937,24.497,1,4,,4.785,4.785,5.93,1,2,7,3,4,1,5,6,0,0,9.178,0,3,4,2,4,8,3,10,8,,2.217,12.63,13.658,15,1,1,5,5,1,1,4.183,28.971,29.974,8,1,,2.828,3.236,4.801,2,1,1991,Tennessee,3,2,1,,7,,,3,4,2,,26.157,54.952,56.222,14,6306f070d4f94e56cb544400,,,,,0,, -2023-03-13 16:39:15,2023-03-13 16:47:57,0,71.67.120.160,100,522,1,2023-03-13 16:47:58,R_rpT95RlpRnxtUQ1,,,,,39.336,-84.3126,anonymous,EN,1,10.06,10.06,11.003,1,,,,,,,,0,0,15.006,0,90,56,93,6.728,12.296,14.359,4,14.913,44.557,47.165,6,1,1,21.672,31.751,43.128,2,1,-3,40.395,93.995,94.793,2,1,56.157,56.157,57.719,1,0,0,15.01,0,5,5,5,5,5,5,,16.753,23.414,25.365,5,5,5,6,2,2,5,It is presented in a professional and scientific way that makes it seem accurate,3.568,19.193,27.621,2,5,,6.441,6.441,8.561,1,2,7,3,4,1,5,6,0,0,15.786,0,6,8,6,7,8,7,11,10,,6.371,17.269,19.367,8,4,5,2,2,5,4,6.828,22.212,25.38,6,1,,5.753,6.136,7.72,2,1,2000,Ohio,6,3,1,,2,,,19,4,2,,2.632,47.923,49.339,11,63d17d9a75ad3d6be9141600,,,,,0,, -2023-03-13 16:37:35,2023-03-13 16:50:12,0,68.8.6.50,100,756,1,2023-03-13 16:50:12,R_1l6rcDcsYJGV5OS,,,,,32.7203,-117.1552,anonymous,EN,1,6.604,6.604,7.768,1,1,3,2,6.388,9.004,10.762,2,0,0,15.008,0,100,100,51,10.961,29.449,30.711,4,11.859,22.363,23.372,3,1,1,58.008,69.624,71.865,2,-3,-3,31.922,60.722,63.039,2,-1,69.041,78.273,80.2,3,0,0,15.009,0,6,7,5,5,6,6,,10.349,26.275,28.032,6,2,6,5,4,7,5,"Matches data from the CDC & other reputable sources, though suspect these undercount the actual number of cases, especially in the case of unvaccinated individuals.",3.816,3.816,84.049,1,4,,6.918,12.295,15.257,3,2,7,3,4,1,5,6,0,0,37.894,0,4,4,1,2,7,1,9,9,,7.639,48.847,51.304,12,4,5,1,1,5,5,7.752,26.936,28.836,7,4,1,2.268,7.084,9.832,2,1,1959,California,7,3,1,,9,,A little dab of everything,12,4,1,rw@rwloony.com,2.712,118.204,125.779,18,615251a465f058e211cfbbb8,,,,,1,, -2023-03-13 16:39:48,2023-03-13 16:50:53,0,72.82.29.101,100,664,1,2023-03-13 16:50:53,R_1Cqp0MhWLQdhheA,,,,,41.64,-71.6435,anonymous,EN,1,10.463,10.463,11.618,1,,,,,,,,0,0,15.008,0,81,97,67,23.704,32.169,34.194,3,13.963,27.924,30.586,2,1,1,22.954,69.9,71.814,4,-3,-2,26.089,39.709,41.206,2,1,29.495,29.495,30.546,1,0,0,15.005,0,3,7,2,4,5,4,,5.585,19.416,22.735,8,2,5,6,4,3,4,this visualization matches my personal experience to a certain degree so I find myself slightly agreeing with it.,4.689,4.689,79.133,1,3,,8.314,8.314,10.285,1,2,7,3,4,1,5,6,0,0,18.426,0,5,4,6,7,3,8,8,9,,4.028,13.864,16.438,8,2,3,4,4,2,4,2.762,8.316,10.245,6,3,,7.65,7.65,10.13,1,1,2002,Massachusetts,6,3,1,,7,,,7,4,1,dylanzuleger1@gmail.com,1.304,180.007,206.075,14,63d42387aba51e699ab9ce5c,,,,,0,, -2023-03-13 16:39:14,2023-03-13 16:52:21,0,74.136.136.11,100,786,1,2023-03-13 16:52:21,R_2w0od5IkKbcY6z4,,,,,39.494,-80.2221,anonymous,EN,1,4.372,4.372,5.434,1,,,,,,,,7.098,7.098,15.005,1,100,100,67,19.082,28.421,29.211,4,10.605,26.58,64.412,4,-2,1,47.466,104.275,105.754,6,-3,-3,24.746,104.867,105.934,4,-2,32.945,60.847,61.861,7,0,0,15.007,0,6,3,6,4,5,6,none,12.4,45.571,49.72,8,4,4,5,5,3,6,it's put together well with the interaction when hovering over and shows the more specifics,6.236,6.236,31.611,1,1,none,8.106,9.521,16.087,2,2,7,3,4,1,5,6,0,0,25.002,0,1,1,1,1,5,5,9,9,i have no trust in government or politics etc because they love to lie a lot and deceive the public a lot,7.825,56.044,59.509,11,5,4,1,1,5,4,12.671,42.286,43.697,7,4,,5.189,5.189,7.255,1,2,1982,West Virginia,3,2,1,,8,fairmont,,9,4,2,,1.155,86.762,91.211,25,5cc90a99f24f6c001c1692e7,,,,,0,, -2023-03-13 16:32:32,2023-03-13 16:53:17,0,24.89.25.50,100,1244,1,2023-03-13 16:53:17,R_2dKnUUwiGlOzsoQ,,,,,39.6343,-77.7337,anonymous,EN,1,13.576,13.576,37.701,1,1,4,1,4.029,6.63,8.326,2,0,0,15.109,0,100,15,76,53.317,97.315,98.949,10,26.432,81.114,119.326,6,-2,1,42.125,67.574,75.632,2,1,1,155.715,263.93,269.81,4,1,13.148,58.898,69.584,3,0,0,15.009,0,6,4,6,4,3,6,"I know that this type of graph is more concise/efficient, but my brain just has a hard time singling out specific data because of so much going on in it. ",11.691,89.256,115.699,9,6,7,7,3,1,6,"I think this graph has all the necessary information when describing various demographics with regards to Covid. ",3.849,64.781,75.344,3,3,"I generally err on the side of caution around people I don't know. ",10.988,53.112,79.849,3,2,7,3,4,1,5,6,0,0,31.721,0,1,1,1,1,1,1,10,6,,8.771,20.437,39.104,8,5,5,1,1,5,5,12.102,49.234,51.999,6,1,1,2.26,11.393,14.534,2,2,1988,Maryland,6,2,1,,3,,,10,4,1,5feff5d30ad48b39d17b9c25@email.prolific.co,2.508,60.958,64.757,12,5feff5d30ad48b39d17b9c25,,,,,1,, -2023-03-13 16:38:25,2023-03-13 16:55:22,0,174.71.13.19,100,1016,1,2023-03-13 16:55:23,R_3De9GbIz20aiBXk,,,,,41.2615,-95.8304,anonymous,EN,1,60.176,60.176,63.982,1,,,,,,,,0,0,15.107,0,86,80,66,12.2,29.322,30.402,6,15.451,24.42,106.843,2,1,1,33.443,60.631,62.733,2,-3,-3,43.605,65.354,66.551,2,1,56.467,56.467,57.942,1,0,0,15.012,0,3,4,3,5,5,5,,12.547,90.274,93.954,6,5,5,4,6,7,6,the question was presented in the frame of already trusting the data source,3.592,3.592,34.212,1,3,,11.614,11.614,13.42,1,2,7,3,4,1,5,6,0,0,23.366,0,4,4,8,6,2,5,7,7,I Intended to put a 7 for doctors however a glitch appears to be preventing me from selecting 7-9 in that row,17.156,123.04,126.643,21,4,3,4,1,2,4,23.4,59.268,60.946,9,3,,15.069,15.069,16.981,1,1,2002,Iowa,2,2,1,,7,,,1,4,2,,3.824,116.739,120.599,11,63d41433a2c0cbe34ea28a22,,,,,0,, -2023-03-13 16:39:55,2023-03-13 16:55:36,0,98.29.29.16,100,940,1,2023-03-13 16:55:36,R_2U9kULuyF2b6jis,,,,,39.7522,-84.1993,anonymous,EN,1,17.868,17.868,19.239,1,2,,2,3.107,3.107,4.239,1,0,0,15.011,0,100,66,84,25.462,50.411,51.378,8,38.455,47.805,50.505,2,1,1,1.889,91.737,94.917,7,1,-3,4.437,132.012,133.807,6,1,3.187,58.796,62.911,4,6.017,6.017,15.013,1,1,1,1,6,6,1,"My mother died in December 2021. She was vaccinated but never had covid. Ironically, there is not chart in this study for useless deaths such as hers.",13.494,87.43,117.898,11,2,5,5,1,3,4,"If I trusted the information, then I would trust this visual.",6.339,28.736,36.471,3,6,The covid vaccine killed my mother.,6.34,11.496,50.959,3,2,7,3,4,1,5,6,24.05,24.05,27.86,1,1,1,10,9,1,7,5,6,n/a,8.447,44.752,46.373,13,5,5,1,1,4,4,7.405,34.025,35.654,10,7,1,3.73,19.427,20.861,4,2,1970,Ohio,6,1,1,,7,,,11,1,1,626810ad271afa9ad1c19e33@email.prolific.co,2.587,63.12,65.416,20,626810ad271afa9ad1c19e33,,,,,1,, -2023-03-13 16:30:33,2023-03-13 17:00:00,0,98.17.16.225,100,1766,1,2023-03-13 17:00:00,R_1FPqxaRTAtr3hib,,,,,31.1823,-83.7641,anonymous,EN,1,58.571,58.571,60.339,1,,,,,,,,0,0,15.115,0,78,43,78,29.033,109.559,123.095,3,89.61,287.279,331.371,2,1,1,46.965,112.475,113.869,4,-3,-3,113.834,146.953,153.056,2,1,52.622,52.622,54.155,1,0,0,15.109,0,4,2,4,4,5,5,none,55.628,102.898,111.349,7,4,5,4,4,1,5,Because at the bottom the chart was produced by the Agriculture department of Croatia.,4.201,79.547,93.377,4,4,It's a 50/50 because anyone is capable of anything.,70.334,179.761,182.632,5,2,7,3,4,1,5,6,0,0,46.207,0,3,7,6,7,5,10,11,10,,15.283,27.819,30.216,8,1,5,3,1,5,5,10.766,58.686,61.667,7,2,,4.803,4.803,6.896,1,2,1988,Georgia,3,2,1,,3,,,4,4,1,5c095c8a217d6000011193b8@email.prolific.co,3.558,207.401,215.324,84,5c095c8a217d6000011193b8,,,,,0,, -2023-03-13 16:33:32,2023-03-13 17:07:44,0,72.107.147.183,100,2051,1,2023-03-13 17:07:45,R_1Cd5MSRz1H5mTbW,,,,,38.581,-121.4939,anonymous,EN,1,33.237,33.237,35.852,1,,,,,,,,0,0,15.008,0,79,100,63,11.228,26.941,28.194,4,34.324,279.632,283.04,20,1,-2,146.227,372.806,373.965,3,-3,-3,89.102,112.776,116.693,2,-2,195.042,195.441,199.286,2,0,0,15.008,0,3,2,6,4,6,4,,44.761,148.453,227.556,7,5,6,4,7,6,6,i mildly trust this visualizations i feel like since im color blind just looking at bar charts alone is a little difficult for me but the hover info helps me understand it alot,4.77,4.77,86.064,1,4,,4.999,4.999,6.852,1,2,7,3,4,1,5,6,0,0,23.599,0,3,1,9,9,1,4,9,8,,12.273,29.779,31.897,9,3,3,2,3,5,4,4.802,35.053,36.098,8,5,,2.512,3.464,4.717,2,1,2000,California,1,1,1,,10,,,1,4,1,gamermech021@gmail.com,1.491,117.856,120.773,36,614ff5d9c6dc36af9c39da17,,,,,0,, -2023-03-15 18:50:04,2023-03-15 18:56:54,0,24.42.219.119,100,409,1,2023-03-15 18:56:54,R_1ODgQHpknhnxpqN,,,,,33.8081,-85.7852,anonymous,EN,1,104.413,104.919,105.782,2,,,,,,,,0,0,15.009,0,71,71,54,7.566,14.903,15.74,9,8.742,13.215,15.209,2,1,1,9.663,22.925,23.412,3,1,1,12.434,19.289,19.695,3,1,18.031,18.031,18.872,1,0,0,15.009,0,4,4,4,2,5,4,,3.552,11.727,12.966,6,2,5,5,7,2,4,It does not seem like the kind of data someone would lie about but I am not educated on the topic.,2.632,2.632,23.373,1,5,,4.608,4.608,5.897,1,2,7,3,4,1,5,6,0,0,12.889,0,3,4,3,8,2,3,10,9,,3.742,17.905,19.265,12,4,4,2,2,4,4,4.475,12.159,12.571,7,3,,2.544,2.544,3.713,1,1,2002,Florida,3,3,1,,7,,,13,4,2,,1.293,56.106,58.384,30,5d0fbedf101793000168ef7a,"{""startTime"":1678920801096,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678920814612,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678920745665,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678920785278,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":9977,""label"":""hovered"",""timeHovered"":2405,""week"":""2021-09-06""}]}",0,simple,line -2023-03-15 18:53:09,2023-03-15 18:58:31,0,47.232.88.100,100,322,1,2023-03-15 18:58:32,R_3oO1EBHuRWJtgka,,,,,38.5317,-89.9988,anonymous,EN,1,5.181,5.181,6.033,1,,,,,,,,3.119,3.119,15.006,1,74,61,54,3.155,17.648,19.002,7,1.623,5.199,6.768,7,1,1,19.086,50.958,52.197,4,-2,1,14.264,27.338,28.801,3,1,58.869,58.869,59.628,1,1.874,2.74,15.108,5,3,3,4,4,5,4,,0.895,7.278,8.829,8,4,4,4,3,3,3,It seems to be well-constructed and clear.,0.653,0.956,14.127,2,4,,2.597,3.111,6.942,2,2,7,3,4,1,5,6,0,0,11.158,0,7,7,6,6,4,7,6,6,,1.15,11.008,12.732,12,4,4,3,3,3,3,1.428,4.565,6.29,6,4,,1.508,1.508,2.441,1,1,1996,Illinois,6,1,1,,7,,,19,5,1,chieforion@gmail.com,0.603,25.536,31.911,12,5c7e14531c3cf8001638b5b0,"{""startTime"":1678920892181,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678920901360,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678920840616,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678920876772,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6350,""label"":""hovered"",""timeHovered"":1327,""week"":""2022-01-10""}]}",0,moderate,line -2023-03-15 18:50:51,2023-03-15 18:58:38,0,65.29.80.185,100,466,1,2023-03-15 18:58:38,R_2uxiliv4sEaENuu,,,,,39.7933,-84.218,anonymous,EN,1,2.444,2.444,3.062,1,,,,,,,,12.551,12.551,15.105,1,100,82,56,7.389,18.727,19.229,3,12.183,50.669,52.477,3,1,1,31.548,52.371,56.156,2,1,1,24.838,39.892,43.965,2,-1,11.893,16.014,24.227,3,0,0,15.006,0,3,3,3,3,2,3,,6.654,19.814,22.093,9,4,5,3,7,7,3,I don't really have enough information to know whether it's trustworthy or not.,2.13,3.356,16.339,4,2,,5.772,5.772,7.61,1,2,7,3,4,1,5,6,0,0,11.764,0,1,2,1,1,1,1,9,9,,3.272,14.464,15.4,8,4,4,1,1,4,4,3.903,14.232,15.214,7,1,,2.677,2.677,3.67,1,1,1997,Ohio,3,2,1,,7,,,4,4,1,dylanconley4l@gmail.com,1.708,98.129,100.925,53,5eebe4e6e61002183aec9b70,"{""startTime"":1678920859913,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678920822462,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678920697436,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":19449,""label"":""hovered"",""timeHovered"":1470,""week"":""2021-10-11""}]}","{""startTime"":1678920806907,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,line -2023-03-15 18:49:08,2023-03-15 18:59:38,0,52.128.53.109,100,630,1,2023-03-15 18:59:39,R_3GjtotVrdvEkx87,,,,,32.9658,-97.6866,anonymous,EN,1,5.022,6.141,7.234,2,1,4,1,19.216,40.107,41.079,5,8.892,8.892,15.008,1,81,100,50,4.336,25.773,27.099,9,7.262,24.6,26.012,4,1,1,2.773,52.94,53.619,10,-2,1,9.321,42.029,43.699,5,-1,25.659,26.719,27.617,2,7.913,7.913,15.121,1,5,3,5,5,4,5,,3.737,55.287,55.967,12,6,6,6,6,6,6,It seems like it is laid out well that it is accurately.,3.242,3.242,21.819,1,4,,5.517,9.374,10.177,4,2,7,3,4,1,5,6,37.762,45.433,49.915,2,1,1,1,1,1,4,8,8,,4.479,18.941,21.525,10,5,5,1,1,5,5,29.15,54.177,55.288,9,1,2,5.995,14.343,15.516,5,2,1981,Texas,3,2,1,,7,,,6,3,1,pebblejean@gmail.com,3.107,79.511,80.589,23,5fc6904e5ed32c0778ae12a1,"{""startTime"":1678920809818,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678920755793,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678920659970,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":16158,""label"":""hovered"",""timeHovered"":1268,""week"":""2022-01-03""}]}","{""startTime"":1678920740273,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line -2023-03-15 18:51:00,2023-03-15 19:00:17,0,96.72.176.37,100,557,1,2023-03-15 19:00:18,R_zcXADuwuXBMQ9bP,,,,,37.5172,-121.9191,anonymous,EN,1,4.663,24.613,25.596,5,,,,,,,,0,0,15.006,0,61,40,80,6.774,59.743,60.389,8,3.031,21.614,24.067,5,1,1,7.193,34.356,35.38,9,1,-1,4.359,96.434,97.072,11,1,21.784,39.191,40.234,3,4.895,4.895,15.02,1,4,5,5,5,5,5,,2.563,10.49,12.002,10,4,4,5,4,4,5,It has the authoritative source stated.,1.466,41.225,42.583,13,3,,2.395,8.421,9.305,2,2,7,3,4,1,5,6,15.347,27.157,27.96,2,2,5,3,4,3,3,3,8,,3.105,19.03,20.417,17,2,2,4,2,2,3,3.684,23.585,24.199,10,2,,0.95,2.607,3.375,3,1,1990,California,6,1,3,,2,,,17,3,1,fungjeremy@gmail.com,0.61,50.253,55.817,22,63d17041a37f603dd01616b8,"{""startTime"":1678920971024,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678920910365,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678920772003,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678920894498,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6109,""label"":""hovered"",""timeHovered"":1446,""week"":""2021-12-20""},{""time"":8317,""label"":""hovered"",""timeHovered"":1100,""week"":""2022-01-10""},{""time"":10489,""label"":""hovered"",""timeHovered"":2144,""week"":""2021-11-22""}]}",0,moderate,line -2023-03-15 18:51:29,2023-03-15 19:00:59,0,98.47.241.23,100,569,1,2023-03-15 19:01:00,R_25HImA9xqFEHtJI,,,,,38.0996,-122.5873,anonymous,EN,1,5.728,5.728,6.398,1,,,,,,,,0,0,15.008,0,95,88,15,7.956,18.774,19.6,3,9.805,47.201,50.354,11,1,1,20.41,30.555,32.824,2,-1,1,39.271,71.666,73.097,5,1,33.32,45.365,49.027,4,9.776,10.588,15.12,4,3,5,3,5,5,4,,29.114,47.904,48.927,8,4,5,5,7,7,5,The directions stated to assume that I trusted the data so I extended that to mean I then trusted the visualization.,3.273,31.425,40.412,4,5,,6.88,7.994,8.347,2,2,7,3,4,1,5,6,0,0,16.914,0,2,7,2,4,4,7,10,9,,6.957,23.3,24.7,8,3,4,2,3,4,3,10.573,27.801,28.729,7,3,,9.672,9.672,11.019,1,1,1989,California,6,3,1,,7,,,17,4,2,,1.135,84.076,86.685,22,6070defd464139156ac85ac3,"{""startTime"":1678920852663,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678920902075,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678920736311,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":28733,""label"":""started_brush"",""startDate"":""2021-04-29"",""endDate"":""2022-02-11""},{""time"":39792,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-01-24""},{""time"":43767,""label"":""cleared_brush"",""using"":""click""},{""time"":43769,""label"":""cleared_brush"",""using"":""Escape""}]}","{""startTime"":1678920836396,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":6577,""label"":""started_brush"",""startDate"":""2021-05-09"",""endDate"":""2021-06-20""},{""time"":9312,""label"":""moved_brush"",""startDate"":""2021-10-25"",""endDate"":""2021-12-06""},{""time"":11858,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-05-23""},{""time"":12156,""label"":""cleared_brush"",""using"":""click""}]}",0,complex,line -2023-03-15 18:52:20,2023-03-15 19:01:09,0,73.121.213.102,100,528,1,2023-03-15 19:01:09,R_2TAb7urkh16o1pU,,,,,36.0499,-83.9228,anonymous,EN,1,12.664,12.664,13.777,1,2,,2,2.605,2.605,3.803,1,0,0,15.117,0,34,22,22,10.482,23.938,24.982,4,25.258,34.757,38.853,5,1,-3,19.101,36.389,37.603,2,1,1,60.963,73.071,74.582,2,1,46.353,46.353,47.124,1,0,0,15.113,0,7,7,7,4,2,1,,6.04,17.776,19.936,6,2,7,7,1,1,7,I just do not believe vaccinated vs unvaccinated has any difference in cases.,9.342,9.342,34.6,1,4,,8.164,8.164,9.507,1,2,7,3,4,1,5,6,0,0,17.854,0,1,1,5,5,1,1,6,7,,7.464,24.815,26.656,8,3,3,3,2,4,4,9.932,29.226,30.056,7,5,3,3.988,14.776,17.175,2,2,1996,Tennessee,3,2,1,,7,,,7,1,2,,2.532,46.764,47.698,11,60d23790d4dba01a9b2c0085,"{""startTime"":1678921008166,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678920950362,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678920819748,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678920934502,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":10516,""label"":""hovered"",""timeHovered"":3687,""week"":""2022-01-17""}]}",1,moderate,line -2023-03-15 18:50:07,2023-03-15 19:01:30,0,68.205.133.83,100,682,1,2023-03-15 19:01:31,R_3L5dLgDuPolvvpd,,,,,28.5727,-80.8206,anonymous,EN,1,34.783,46.228,48.186,4,,,,,,,,0,0,15.016,0,89,80,94,13.411,27.118,28.522,6,3.79,21.269,33.35,3,1,1,25.351,35.69,37.851,2,-2,1,38.363,72.998,74.997,3,-3,31.938,65.742,67.298,3,0,0,15.017,0,3,3,4,3,5,4,none,8.134,27.301,34,7,5,5,5,5,5,5,It seems to me top be scientific. I don't know much about visualizations,4.043,4.043,35.673,1,4,none,11.225,13.202,16.261,2,2,3,4,5,1,6,7,0,0,15.752,0,5,5,9,8,3,7,8,10,none,4.868,21.791,26.046,10,4,2,4,4,4,4,11.188,34.278,35.728,6,5,,8.678,8.678,10.834,1,2,1957,Florida,2,2,1,,7,,,4,2,2,,4.101,60.559,61.977,12,6286e56db20530b65816d1d7,"{""startTime"":1678920958977,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678920840365,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678920713884,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":26838,""label"":""hovered"",""timeHovered"":1849,""week"":""2021-11-22""},{""time"":28774,""label"":""hovered"",""timeHovered"":1474,""week"":""2021-10-25""}]}","{""startTime"":1678920824073,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,line -2023-03-15 18:51:45,2023-03-15 19:02:28,0,172.56.160.174,100,642,1,2023-03-15 19:02:28,R_3kiFkaHSmU9WLgC,,,,,40.7157,-74,anonymous,EN,1,2.416,2.416,3.191,1,1,3,1,2.405,4.667,5.667,2,2.598,2.598,15.009,1,83,89,83,6.02,20.555,21.828,4,11.597,78.353,83.429,13,1,1,22.081,56.26,80.004,3,1,1,49.439,52.342,61.101,4,1,52.382,53.845,64.901,3,2.59,8.418,15.027,5,3,3,3,6,2,3,,7.589,22.964,23.902,9,5,6,6,6,6,3,"I didn't see a source. (And, then, I would need to trust/verify the source/data.)",1.579,2.253,34.349,2,5,,3.656,9.065,10.63,6,2,7,3,4,1,5,6,9.028,9.028,18.123,1,4,5,5,8,3,7,7,6,,5.802,34.998,36.602,10,5,5,1,1,5,5,3.97,21.204,22.108,7,4,1,1.984,9.901,11.49,3,1,1978,Rhode Island,6,2,1,,7,,,10,4,1,62b9ddea12bb2643ff512fea@email.prolific.co,1.541,49.636,60.931,19,62b9ddea12bb2643ff512fea,"{""startTime"":1678920936539,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678920961451,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678920770842,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":731,""label"":""hovered"",""timeHovered"":5891,""week"":""2021-08-16""},{""time"":48768,""label"":""started_brush"",""startDate"":""2021-07-21"",""endDate"":""2021-12-06""},{""time"":61522,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-08-26""},{""time"":62603,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-08-26""},{""time"":69122,""label"":""cleared_brush"",""using"":""click""}]}","{""startTime"":1678920920766,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":14844,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-05-31""}]}",1,complex,line -2023-03-15 18:49:13,2023-03-15 19:03:06,0,24.113.196.63,100,833,1,2023-03-15 19:03:06,R_sczgu52zr4DZ6xz,,,,,47.4758,-122.6422,anonymous,EN,1,31.117,31.117,34.297,1,2,,1,2.117,2.117,8.253,1,0,0,15.112,0,84,100,81,11.045,24.882,25.677,5,18.516,23.455,68.226,2,1,1,17.028,71.267,85.548,3,-2,1,38.5,61.787,63.495,4,1,115.791,115.791,131.334,1,0,0,15.111,0,6,5,5,6,6,6,,27.429,43.745,52.779,6,5,6,5,7,7,6,"The visualization says that it's from the CDC, which I trust to give accurate information",1.873,5.671,30.004,5,3,,4.671,7.59,10.118,2,2,7,3,4,1,5,6,0,0,33.917,0,4,7,9,4,4,5,10,10,,8.44,31.7,37.769,13,2,3,4,3,3,3,17.797,71.516,72.557,13,2,3,5.318,15.043,16.176,2,1,2001,Washington,2,2,1,,7,,,6,3,2,,6.024,57.607,67.245,13,5daa9e16546237001681d0f1,"{""startTime"":1678920869981,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":1046,""label"":""hovered"",""timeHovered"":1011,""week"":""2021-12-13""},{""time"":2915,""label"":""hovered"",""timeHovered"":1972,""week"":""2021-12-13""}]}","{""startTime"":1678920795458,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678920647400,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":14592,""label"":""hovered"",""timeHovered"":1415,""week"":""2022-01-03""},{""time"":26578,""label"":""hovered"",""timeHovered"":1126,""week"":""2022-01-03""},{""time"":31711,""label"":""hovered"",""timeHovered"":1647,""week"":""2022-01-03""},{""time"":34060,""label"":""hovered"",""timeHovered"":2408,""week"":""2022-01-03""},{""time"":36646,""label"":""hovered"",""timeHovered"":1849,""week"":""2022-01-10""},{""time"":38512,""label"":""hovered"",""timeHovered"":1145,""week"":""2022-01-10""},{""time"":42355,""label"":""hovered"",""timeHovered"":1565,""week"":""2022-02-07""},{""time"":47231,""label"":""hovered"",""timeHovered"":2292,""week"":""2022-01-31""},{""time"":51779,""label"":""hovered"",""timeHovered"":1113,""week"":""2021-10-18""},{""time"":56197,""label"":""hovered"",""timeHovered"":1312,""week"":""2021-08-23""},{""time"":58267,""label"":""hovered"",""timeHovered"":1607,""week"":""2022-01-03""}]}","{""startTime"":1678920779825,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":11457,""label"":""hovered"",""timeHovered"":1536,""week"":""2022-01-10""}]}",1,moderate,line -2023-03-15 18:55:23,2023-03-15 19:03:07,0,216.1.214.162,100,463,1,2023-03-15 19:03:07,R_08IZuCAGfsdjECR,,,,,34.1624,-118.1275,anonymous,EN,1,8.563,9.507,9.787,3,1,3,1,1.433,2.849,3.606,2,0,0,15.107,0,100,77,56,8.016,15.456,16.061,6,11.479,20.055,26.358,3,1,1,2.44,29.031,31.252,3,1,1,26.513,32.745,33.76,2,1,17.296,17.296,32.087,1,0,0,15.014,0,5,4,5,5,5,6,,5.932,15.059,16.562,6,5,5,5,7,5,6,"I feel it accurately presents to me the fact that the vaccines work, but to an extent",2.72,2.72,31.862,1,5,,5.692,5.692,6.499,1,2,7,3,4,1,5,6,0,0,14.269,0,1,4,4,6,8,3,5,8,,3.501,15.99,17.068,9,2,1,2,4,4,2,51.677,77.532,78.101,20,3,1,3.125,7.749,10.1,2,1,1987,California,6,2,1,,6,,,7,1,2,,1.701,73.733,75.868,51,5e589bf82e08c90a78a29bbe,"{""startTime"":1678921050832,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921067830,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678920977010,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":19176,""label"":""hovered"",""timeHovered"":1155,""week"":""2022-01-03""}]}","{""startTime"":1678921035365,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7938,""label"":""hovered"",""timeHovered"":2486,""week"":""2022-02-07""}]}",1,simple,line -2023-03-15 18:54:06,2023-03-15 19:03:32,0,174.160.114.115,100,566,1,2023-03-15 19:03:33,R_1lt9s8JffvgLJUE,,,,,37.6811,-122.4806,anonymous,EN,1,3.848,3.848,4.494,1,1,4,1,1.285,3.899,4.618,2,0,0,15.005,0,95,100,77,13.623,24.864,26.071,3,18.532,22.645,56.584,3,1,1,26.701,52.664,52.982,4,-3,1,14.9,28.488,38.055,2,1,16.894,16.894,35.888,1,0,0,15.112,0,5,4,5,4,5,4,,12.402,33.39,38.088,7,2,5,4,3,3,4,"The information sounds right, but the numbers could have just been made up. However, I have no reason to disagree with the visualization at the moment.",5.606,5.606,40.433,1,4,,3.825,8.17,8.354,4,2,3,4,5,1,6,7,0,0,8.835,0,1,4,3,4,3,3,9,11,,57.151,72.75,73.12,12,1,1,5,5,2,1,4.04,19.661,20.56,7,1,1,0.996,11.441,14.194,4,1,1999,California,6,1,1,,2,,,9,4,1,63d405cd213cc643902ce5da@email.prolific.co,0.969,52.163,54.111,23,63d405cd213cc643902ce5da,"{""startTime"":1678921100610,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921025537,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":4392,""label"":""hovered"",""timeHovered"":1088,""week"":""2021-06-21""}]}","{""startTime"":1678920914079,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":4595,""label"":""hovered"",""timeHovered"":1458,""week"":""2021-10-11""},{""time"":10440,""label"":""hovered"",""timeHovered"":1803,""week"":""2022-01-03""},{""time"":27816,""label"":""hovered"",""timeHovered"":1635,""week"":""2022-01-03""},{""time"":30410,""label"":""hovered"",""timeHovered"":1986,""week"":""2021-12-27""},{""time"":35868,""label"":""hovered"",""timeHovered"":1062,""week"":""2022-01-03""},{""time"":37034,""label"":""hovered"",""timeHovered"":2435,""week"":""2021-12-27""},{""time"":39758,""label"":""hovered"",""timeHovered"":2344,""week"":""2022-01-10""},{""time"":42112,""label"":""hovered"",""timeHovered"":1487,""week"":""2022-01-10""},{""time"":46627,""label"":""hovered"",""timeHovered"":8573,""week"":""2021-05-24""}]}","{""startTime"":1678921009947,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7598,""label"":""hovered"",""timeHovered"":2692,""week"":""2022-01-17""}]}",1,moderate,line -2023-03-15 18:50:06,2023-03-15 19:04:06,0,52.128.53.20,100,840,1,2023-03-15 19:04:07,R_4Z6E971VfCPa54l,,,,,32.7003,-97.6086,anonymous,EN,1,22.639,23.007,24.486,2,,,,,,,,0,0,15.01,0,80,67,69,35.196,44.84,46.203,4,35.683,137.014,150.443,14,1,1,21.89,65.477,70.357,2,1,1,43.473,65.751,72.464,2,-3,77.494,77.494,81.659,1,0,0,15.014,0,4,4,4,4,4,3,,38.837,55.854,56.785,8,5,5,5,4,4,4,I tend not to trust something that is presented to me right away. I need someone or something to confirm or deny the information in front of me.,2.827,55.969,69.706,4,5,,5.485,5.485,7.424,1,2,7,3,4,1,5,6,0,0,19.076,0,7,6,7,7,7,8,9,9,,6.351,26.102,28.461,10,3,2,4,3,3,2,10.865,38.188,39.199,10,5,,6.018,6.018,7.975,1,1,2001,Texas,2,2,1,,7,,,5,4,2,,3.415,67.78,76.941,16,63e51bc3169991cfbcd4fe97,"{""startTime"":1678920950564,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":6515,""label"":""hovered"",""timeHovered"":3318,""week"":""2021-12-27""},{""time"":11365,""label"":""hovered"",""timeHovered"":1244,""week"":""2021-12-27""},{""time"":12681,""label"":""hovered"",""timeHovered"":4976,""week"":""2021-12-27""},{""time"":18218,""label"":""hovered"",""timeHovered"":1547,""week"":""2021-12-27""}]}","{""startTime"":1678921008013,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678920701865,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":21357,""label"":""hovered"",""timeHovered"":1817,""week"":""2022-01-03""},{""time"":27108,""label"":""hovered"",""timeHovered"":1550,""week"":""2022-01-10""},{""time"":28776,""label"":""hovered"",""timeHovered"":1267,""week"":""2022-01-03""},{""time"":72780,""label"":""started_brush"",""startDate"":""2021-05-06"",""endDate"":""2022-02-13""},{""time"":84916,""label"":""moved_brush"",""startDate"":""2021-05-06"",""endDate"":""2022-02-13""},{""time"":90280,""label"":""moved_brush"",""startDate"":""2021-12-11"",""endDate"":""2022-02-13""},{""time"":105673,""label"":""moved_brush"",""startDate"":""2021-12-07"",""endDate"":""2022-02-13""},{""time"":121787,""label"":""cleared_brush"",""using"":""click""},{""time"":121789,""label"":""cleared_brush"",""using"":""Escape""},{""time"":130399,""label"":""hovered"",""timeHovered"":1720,""week"":""2022-01-31""},{""time"":141365,""label"":""started_brush"",""startDate"":""2021-08-27"",""endDate"":""2022-02-13""},{""time"":143377,""label"":""moved_brush"",""startDate"":""2021-11-29"",""endDate"":""2022-02-13""},{""time"":145966,""label"":""hovered"",""timeHovered"":2576,""week"":""2022-01-10""}]}","{""startTime"":1678920934987,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line -2023-03-15 18:52:57,2023-03-15 19:04:19,0,104.183.254.123,100,682,1,2023-03-15 19:04:20,R_6LFVw5NmSzjl1sd,,,,,32.7254,-97.3208,anonymous,EN,1,47.202,69.866,70.809,3,1,2,2,2.266,6.822,7.936,3,11.516,11.516,15.008,1,100,100,80,23.872,39.374,39.917,5,20.708,26.959,35.77,2,1,1,29.747,60.581,62.073,2,-2,1,27.54,44.873,45.982,2,1,23.883,23.883,24.849,1,0,0,15.012,0,3,3,3,3,5,3,,16.343,54.545,56.936,7,5,5,4,7,3,3,i haven't verified its integrity.,3.591,14.613,25.926,2,4,,10.119,15.635,16.742,7,2,7,3,4,1,5,6,0,0,29.06,0,4,3,5,5,3,6,9,9,,9.774,26.059,28.888,11,3,3,2,4,4,3,12.958,44.501,47.263,6,4,3,3.587,13.113,17.201,3,1,1990,Texas,4,2,2,,4,,,6,4,2,,3.509,81.101,85.936,24,5fe3f539dd8cf10e7d545231,"{""startTime"":1678921082555,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921024424,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678920926490,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":15404,""label"":""hovered"",""timeHovered"":1045,""week"":""2022-01-10""},{""time"":31431,""label"":""hovered"",""timeHovered"":2601,""week"":""2021-08-16""}]}","{""startTime"":1678921008987,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6703,""label"":""hovered"",""timeHovered"":1699,""week"":""2022-01-10""},{""time"":8575,""label"":""hovered"",""timeHovered"":5265,""week"":""2022-01-10""}]}",1,moderate,line -2023-03-15 18:57:38,2023-03-15 19:05:26,0,75.27.18.112,100,468,1,2023-03-15 19:05:27,R_Bx0bDu18F5C9X3z,,,,,40.2116,-85.4273,anonymous,EN,1,4.17,4.17,5.275,1,1,2,2,1.279,5.089,6.713,3,12.094,12.094,15.11,1,78,84,80,6.676,16.396,18.427,3,12.258,16.053,25.779,2,1,-3,22.038,48.785,51.272,3,-3,1,30.825,70.561,72.545,2,1,38.075,38.075,39.883,1,0,0,15.011,0,4,3,3,4,5,4,,9.461,20.255,23.153,6,4,4,4,2,3,3,I don't know enough about it to trust or distrust it,1.78,1.78,15.618,1,4,,5.116,5.116,7.298,1,2,3,4,5,1,6,7,0,0,15.654,0,1,3,1,6,1,1,11,10,,4.953,19.064,25.242,8,3,4,1,3,4,4,7.645,21.343,22.782,6,1,3,2.37,17.218,19.096,2,1,1978,Indiana,7,3,1,,7,,,10,4,1,5d63e12a54d79c00169844b8@email.prolific.co,3.36,46.608,49.321,12,5d63e12a54d79c00169844b8,"{""startTime"":1678921266930,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921226385,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921111926,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921211072,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line -2023-03-15 18:52:38,2023-03-15 19:05:57,0,73.177.124.207,100,799,1,2023-03-15 19:05:58,R_2aPKVSiNg6RZUzc,,,,,32.4699,-90.1102,anonymous,EN,1,2.665,2.665,3.5,1,,,,,,,,3.879,5.56,15.015,2,85,73,66,7.581,14.96,16.176,4,10.024,12.615,13.74,2,-2,-2,53.089,125.37,126.525,2,1,1,79.065,115.765,122.246,2,1,22.593,91.534,91.963,3,0,0,15.171,0,6,6,6,6,5,6,,3.313,13.339,14.073,7,6,6,6,6,6,6,Because it seems accurate and the information is presented in a way that allows me to accurately pinpoint what I need,0.822,0.822,30.955,1,4,,7.316,12.127,13.495,2,2,7,3,4,1,5,6,0,0,24.446,0,4,5,4,4,3,6,10,10,,11.252,45.17,47.088,19,5,5,1,1,5,5,4.24,145.769,147.499,10,2,,1.694,1.694,2.615,1,2,2002,Mississippi,2,1,1,,3,,,12,4,1,60f592f40e80188d5bc991e8@email.prolific.co,0.873,89.021,92.349,59,60f592f40e80188d5bc991e8,"{""startTime"":1678920882743,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678920897278,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678920725653,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678920867042,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":3071,""label"":""hovered"",""timeHovered"":3093,""week"":""2021-08-23""}]}",0,simple,line -2023-03-15 18:57:16,2023-03-15 19:06:22,0,71.235.185.151,100,546,1,2023-03-15 19:06:23,R_20URAtlnLIYekvM,,,,,41.3186,-72.9302,anonymous,EN,1,18.471,18.471,19.407,1,,,,,,,,0,0,15.118,0,60,60,62,9.649,17.206,22.863,5,13.521,16.668,31.097,2,1,1,27.629,43.603,45.64,2,-3,1,36.101,61.518,63.28,6,1,41.512,41.512,42.554,1,0,0,15.112,0,3,3,3,2,3,3,,9.865,24.898,27.037,6,3,4,3,7,7,3,"I have no reason to trust it or not trust it. ",4.258,4.258,18.194,1,5,,4.515,5.465,7.471,2,2,7,3,4,1,5,6,0,0,13.593,0,5,8,7,6,6,5,8,8,,4.319,13.273,14.924,8,3,3,2,2,4,4,3.409,21.268,22.247,6,3,,2.36,2.36,3.877,1,2,1984,Connecticut,6,1,1,,7,,,14,4,2,,1.581,78.333,82.411,32,63d15bdba3ed809e5df7bd5b,"{""startTime"":1678921290486,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921234411,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921140012,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":21676,""label"":""hovered"",""timeHovered"":2680,""week"":""2022-01-03""}]}","{""startTime"":1678921218119,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7846,""label"":""hovered"",""timeHovered"":4959,""week"":""2021-08-23""}]}",0,simple,line -2023-03-15 18:50:10,2023-03-15 19:06:24,0,68.13.252.70,100,973,1,2023-03-15 19:06:25,R_22A1OFcJ0DKnYVW,,,,,36.3701,-95.8469,anonymous,EN,1,115.699,115.699,117.815,1,1,4,2,20.786,22.182,24.049,2,0,0,15.018,0,97,97,67,26.297,42.633,45.161,4,25.338,47.457,49.184,3,1,-2,31.209,63.442,69.491,2,1,1,54.681,87.643,89.365,4,-1,54.257,60.145,61.315,3,0,0,15.023,0,5,5,6,6,6,6,,11.836,33.684,38.584,6,5,6,6,5,4,6,"It is a clearly represented graph showing number of cases in vaccinated versus unvaccinated people per 100K. It is not ambiguous, it's very clear cut in presenting the data.",3.3,3.3,61.256,1,5,"On the previous question, it asked about the number of 80 year olds in late Dec 2022, but the chart only shows Jan and Feb of 2022. I answered I don't know, even though I assume the question might have meant late 2021?",1.797,63.333,64.61,2,2,7,3,4,1,5,6,0,0,35.635,0,2,4,4,4,3,7,9,9,,6.595,27.66,29.932,8,3,2,2,3,3,4,13.845,42.327,43.296,7,2,1,7.412,17.696,22.103,3,2,1974,Oklahoma,3,1,1,,7,,,11,4,1,purdueliz@gmail.com,5.244,120.027,120.925,33,6159fe7811a7e1b94401c33f,"{""startTime"":1678920973675,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921012715,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678920838661,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":9855,""label"":""hovered"",""timeHovered"":11284,""week"":""2022-01-03""},{""time"":34131,""label"":""hovered"",""timeHovered"":1263,""week"":""2021-12-27""},{""time"":35997,""label"":""hovered"",""timeHovered"":4241,""week"":""2021-10-25""},{""time"":40614,""label"":""hovered"",""timeHovered"":2270,""week"":""2022-02-07""}]}","{""startTime"":1678920958165,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":3985,""label"":""hovered"",""timeHovered"":2736,""week"":""2022-01-03""},{""time"":9068,""label"":""hovered"",""timeHovered"":1291,""week"":""2021-07-12""}]}",1,simple,line -2023-03-15 18:59:10,2023-03-15 19:07:16,0,67.190.176.100,100,485,1,2023-03-15 19:07:16,R_2VPGmYrxVtW241k,,,,,39.872,-105.0405,anonymous,EN,1,3.219,3.219,3.984,1,1,3,2,1.846,4.235,4.883,2,8.637,10.23,15.007,2,93,90,89,8.664,12.69,13.575,3,4.839,5.943,7.575,2,1,-1,11.564,17.446,18.032,2,-2,-1,18.443,42.809,43.646,2,1,18.42,18.42,30.124,1,0,0,15.01,0,5,4,4,5,5,4,,7.128,17.803,19.612,6,4,4,4,3,4,4,"I do not disagree, therefore, I slightly agree because I don't if this graph is accurate (but have a feeling it's more accurate than anti-vaxxors)",4.506,5.419,38.586,2,2,,10.4,10.4,12.053,1,2,7,3,4,1,5,6,30.172,47.465,57.693,4,2,1,3,1,1,2,4,3,,6.784,23.463,24.417,9,3,3,2,3,4,3,3.186,36.466,37.378,7,3,2,4.717,12.752,13.479,2,1,1990,Colorado,3,2,1,,2,,,10,4,2,,1.728,87.265,87.91,62,61645d805d7b358ed3e052a6,"{""startTime"":1678921325288,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921267950,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921200583,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921252509,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line -2023-03-15 18:54:35,2023-03-15 19:08:34,0,98.28.242.133,100,838,1,2023-03-15 19:08:34,R_2zMhUR8qtUxsBqc,,,,,39.3434,-84.4009,anonymous,EN,1,23.517,25.488,26.241,3,,,,,,,,0,0,15.113,0,78,82,29,30.006,46.534,47.276,8,8.76,144.195,146.467,18,1,1,14.284,62.401,63.524,7,-2,1,15.279,104.317,105.229,8,1,31.842,74.308,75.462,6,0,0,15.009,0,5,5,5,5,6,5,,21.258,34.332,37.872,8,5,5,5,1,1,5,Broken down what each one is also colors and dates,5.019,5.019,20.638,1,4,,7.677,9.473,10.799,2,2,7,3,4,1,5,6,14.123,29.4,30.219,3,6,9,9,9,6,10,10,10,,8.172,25.333,26.563,10,1,1,3,4,2,1,11.66,37.929,38.585,8,4,,9.195,12.362,13.276,3,2,1978,Ohio,2,2,1,,9,,Westchester,7,2,1,j_tweety69@yahoo.com,3.972,87.315,88.083,24,5cb7d17ddd3aff0017d13821,"{""startTime"":1678921271819,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921213696,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678920975238,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":79337,""label"":""cleared_brush"",""using"":""click""},{""time"":80307,""label"":""started_brush"",""startDate"":""2021-06-08"",""endDate"":""2021-08-17""},{""time"":96737,""label"":""moved_brush"",""startDate"":""2021-05-17"",""endDate"":""2021-07-26""},{""time"":111691,""label"":""moved_brush"",""startDate"":""2021-05-17"",""endDate"":""2021-07-26""},{""time"":121242,""label"":""moved_brush"",""startDate"":""2021-06-19"",""endDate"":""2021-08-28""},{""time"":126478,""label"":""cleared_brush"",""using"":""click""},{""time"":126480,""label"":""cleared_brush"",""using"":""Escape""},{""time"":129586,""label"":""started_brush"",""startDate"":""2021-06-30"",""endDate"":""2021-08-27""}]}","{""startTime"":1678921198184,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line -2023-03-15 19:00:24,2023-03-15 19:08:39,0,97.121.136.116,100,494,1,2023-03-15 19:08:39,R_1qUFFXW4eKeFTuu,,,,,38.8503,-104.8567,anonymous,EN,1,2.829,2.829,3.832,1,1,4,1,3.085,5.968,7.048,2,0,0,15.011,0,86,91,61,6.582,12.733,13.562,3,12.519,16.102,25.917,2,1,1,27.16,39.46,44.126,2,-1,-3,5.397,66.22,67.183,7,-1,56.221,56.221,57.285,1,0,0,15.114,0,5,2,5,5,5,5,,8.513,21.163,21.605,7,2,5,5,5,4,5,"The visualization is based on data from the CDC, which tends to have accurate information.",1.523,1.523,22.626,1,5,,6.353,7.22,8.602,2,2,7,3,4,1,5,6,0,0,15.797,0,5,8,3,8,7,4,10,9,,9.109,26.827,30.361,8,4,4,2,2,4,4,5.411,23.865,24.824,6,2,1,1.769,11.653,13.8,2,2,1998,Colorado,6,3,1,,7,,,6,4,1,aprilgetz1998@gmail.com,4.034,54.09,65.138,19,61007138183fbe1c96ac250e,"{""startTime"":1678921387317,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921409570,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921277375,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":7510,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1183,""week"":""52"",""id"":""chart""},{""time"":12510,""label"":""tour_next"",""step"":2},{""time"":16093,""label"":""tour_end"",""step"":2},{""time"":19783,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3248,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678921371528,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":3273,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1659,""week"":""52"",""id"":""chart""},{""time"":7088,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1204,""week"":""20"",""id"":""chart""}]}",1,moderate,bar -2023-03-15 18:55:18,2023-03-15 19:09:28,0,75.81.138.211,100,849,1,2023-03-15 19:09:29,R_1FPxFtIesGC3l8p,,,,,39.1027,-94.5778,anonymous,EN,1,77.126,77.126,78.177,1,1,2,1,1.567,5.019,6.041,2,0,0,15.008,0,63,86,68,32.203,40.82,42.448,4,11.72,19.041,54.384,2,1,1,11.349,65.122,66.818,4,-1,1,20.995,55.865,56.926,2,1,105.286,105.286,106.563,1,0,0,15.011,0,3,3,4,4,5,4,,7.4,29.634,33.398,7,4,4,4,3,3,4,"I remember there being flar ups in the time after the Vaccine was rolled out, but I can't remember specifics. Even now, flare ups especially in large cities are rather common. ",10.871,93.849,95.613,3,2,,7.365,7.365,9.345,1,2,7,3,4,1,5,6,16.18,22.905,27.748,2,2,2,2,2,4,6,4,6,,7.784,34.418,36.085,9,2,3,3,4,3,3,13.97,35.489,37.298,8,2,2,3.485,9.428,12.115,2,1,1997,Missouri,4,1,1,,3,,,9,4,2,,2.247,103.454,107.799,35,628ecc32276d54517f4c004d,"{""startTime"":1678921207178,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921241018,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":4158,""label"":""hovered"",""timeHovered"":1018,""week"":""2021-12-20""},{""time"":6061,""label"":""hovered"",""timeHovered"":3234,""week"":""2021-11-22""}]}","{""startTime"":1678921069918,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":28139,""label"":""hovered"",""timeHovered"":4606,""week"":""2021-04-12""},{""time"":44571,""label"":""hovered"",""timeHovered"":6645,""week"":""2022-01-03""}]}","{""startTime"":1678921191725,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":13544,""label"":""hovered"",""timeHovered"":1809,""week"":""2022-01-03""}]}",1,simple,line -2023-03-15 18:58:06,2023-03-15 19:09:39,0,136.57.156.40,100,693,1,2023-03-15 19:09:40,R_1ocosnuw5X3tjWm,,,,,35.2316,-80.8428,anonymous,EN,1,9.879,9.879,11.895,1,,,,,,,,0,0,15.01,0,91,87,58,6.916,23.071,30.239,4,25.394,101.82,105.627,16,1,1,15.027,25.492,27.995,2,1,1,49.19,60.096,62.455,2,-1,19.958,19.958,21.647,1,0,0,15.014,0,5,3,7,5,2,5,,20.268,34.102,37.326,7,4,6,5,7,5,5,It comes from the Croatian government and I have no reason to believe they would misrepresent this data.,2.902,2.902,40.775,1,4,,6.35,6.35,8.581,1,2,7,3,4,1,5,6,0,0,25.929,0,3,5,7,5,8,5,11,11,,6.601,28.179,30.668,9,4,4,1,1,4,5,9.582,26.118,27.565,7,2,,5.939,5.939,8.023,1,1,1968,North Carolina,7,3,1,,7,,,17,4,2,,1.262,119.252,124.717,25,61008174621af4fde89d5c7f,"{""startTime"":1678921414737,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":1086,""label"":""hovered"",""timeHovered"":5742,""week"":""2021-12-20""}]}","{""startTime"":1678921316392,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":10692,""label"":""started_brush"",""startDate"":""2021-07-27"",""endDate"":""2022-02-06""},{""time"":20011,""label"":""moved_brush"",""startDate"":""2021-08-02"",""endDate"":""2022-02-13""}]}","{""startTime"":1678921172321,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":9134,""label"":""hovered"",""timeHovered"":1150,""week"":""2021-09-06""},{""time"":16722,""label"":""hovered"",""timeHovered"":1178,""week"":""2021-08-23""},{""time"":22543,""label"":""hovered"",""timeHovered"":1909,""week"":""2021-12-06""},{""time"":66485,""label"":""cleared_brush"",""using"":""click""},{""time"":70843,""label"":""started_brush"",""startDate"":""2021-07-09"",""endDate"":""2021-09-26""},{""time"":79386,""label"":""moved_brush"",""startDate"":""2021-06-25"",""endDate"":""2021-09-12""},{""time"":92767,""label"":""moved_brush"",""startDate"":""2021-06-25"",""endDate"":""2021-09-12""},{""time"":93591,""label"":""cleared_brush"",""using"":""click""}]}","{""startTime"":1678921300798,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":11042,""label"":""hovered"",""timeHovered"":2120,""week"":""2022-01-17""}]}",0,complex,line -2023-03-15 19:01:20,2023-03-15 19:10:05,0,108.222.91.118,100,525,1,2023-03-15 19:10:06,R_2OV0ysUAzO5ncte,,,,,41.0413,-83.6461,anonymous,EN,1,27.654,27.654,29.205,1,,,,,,,,0,0,15.01,0,36,38,63,11.978,19.17,21.153,5,14.666,20.246,39.942,2,1,-2,12.772,36.2,37.059,3,1,1,31.55,43.746,44.912,2,-1,24.378,24.378,27.565,1,0,0,15.111,0,4,3,5,2,4,4,Not at this time.,6.37,20.425,23.815,7,4,4,2,7,1,4,"I have no frame of reference to know if the information is really true, but it appears to be specific and easy enough to understand I lean towards trusting it",2.004,2.004,55.305,1,5,Not at this time.,5.187,9.89,13.518,5,2,7,3,4,1,5,6,0,0,22.236,0,5,5,2,6,5,3,9,7,Not at this time.,5.867,21.896,25.793,9,5,5,2,1,5,5,12.451,32.093,33.203,6,1,,4.163,4.163,6.21,1,2,1994,Ohio,6,3,1,,7,,,10,4,2,,3.162,47.701,52.188,12,63161b57aa5e6c648c58692a,"{""startTime"":1678921446482,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921471048,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921352566,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":6904,""label"":""hovered"",""timeHovered"":1688,""week"":""2021-12-20""},{""time"":24507,""label"":""hovered"",""timeHovered"":1954,""week"":""2021-04-12""},{""time"":34531,""label"":""hovered"",""timeHovered"":1984,""week"":""2021-12-27""}]}","{""startTime"":1678921430888,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7852,""label"":""hovered"",""timeHovered"":1212,""week"":""2021-12-27""},{""time"":13547,""label"":""hovered"",""timeHovered"":1001,""week"":""2022-01-03""}]}",0,simple,line -2023-03-15 18:53:00,2023-03-15 19:10:11,0,73.16.24.228,100,1031,1,2023-03-15 19:10:12,R_3iyjxR2vaBdNEJd,,,,,43.8971,-69.9817,anonymous,EN,1,3.85,3.85,5.262,1,1,2,1,1.99,4.761,6.2,3,0,0,15.027,0,100,100,1,11.672,16.398,17.475,3,7.291,10.357,20.757,2,1,1,12.561,42.446,44.796,3,-3,1,103.946,118.775,120.724,2,-3,100.963,100.963,102.701,1,0,0,15.017,0,6,5,6,5,6,6,,331.108,460.558,464.433,9,5,6,4,5,5,6,"It seems pretty accurate, regarding most of the things that I know about the Covid pandemic.",1.717,1.717,24.368,1,2,,4.435,6.052,8.504,2,2,7,3,4,1,5,6,0,0,15.766,0,1,1,1,1,1,1,11,9,,3.414,15.536,17.46,10,5,5,1,1,5,5,2.341,23.437,25.183,7,1,1,3.032,8.116,10.562,2,2,1989,Rhode Island,5,2,1,,9,,Providence,6,4,1,chestnutmsmith@gmail.com,2.295,61.77,68.666,16,55132578fdf99b1b0568bdb8,"{""startTime"":1678920921761,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921387787,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678920838326,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678920905457,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":5206,""label"":""hovered"",""timeHovered"":1597,""week"":""2022-01-10""}]}",1,simple,line -2023-03-15 19:00:13,2023-03-15 19:10:36,0,35.129.105.145,100,623,1,2023-03-15 19:10:37,R_2ZDoeNGR6AsEAHN,,,,,33.8321,-118.1739,anonymous,EN,1,14.848,14.848,15.627,1,1,3,1,2.263,5.345,6.07,3,0,0,15.11,0,71,78,19,6.061,10.144,11.937,3,15.418,20.718,33.893,3,-2,1,15.114,57.862,59.39,6,-3,-3,45.285,104.667,105.443,4,-2,26.803,59.802,61.728,2,0,0,15.015,0,4,7,3,2,2,2,,9.06,25.093,26.801,6,4,2,2,3,7,2,"I am not quite sure how accurate the data reporting is, nor how severe the cases were (hospitalizations, etc)",1.71,30.443,42.187,2,4,,11.078,11.078,13.235,1,2,7,3,4,1,5,6,0,0,16.481,0,3,4,6,7,4,5,5,7,,5.245,26.344,28.187,9,4,3,2,2,4,2,6.36,27.059,28.085,6,4,4,2.508,7.324,8.554,2,2,1996,California,6,1,1,,7,,,6,3,1,claire.epting@gmail.com,1.935,75.757,80.3,25,5e7e89cc4fd114104a39fb88,"{""startTime"":1678921507090,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921428377,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921272650,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":11500,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1176,""week"":""50"",""id"":""chart""},{""time"":15416,""label"":""tour_next"",""step"":2},{""time"":19535,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678921412910,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":3340,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1471,""week"":""52"",""id"":""chart""},{""time"":4817,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1183,""week"":""52"",""id"":""chart""},{""time"":6060,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2472,""week"":""51"",""id"":""chart""},{""time"":10723,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1309,""week"":""50"",""id"":""chart""},{""time"":12189,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1160,""week"":""51"",""id"":""chart""}]}",1,moderate,bar -2023-03-15 19:03:32,2023-03-15 19:10:43,0,66.30.134.175,100,431,1,2023-03-15 19:10:44,R_agim7QzLTkd6FDb,,,,,41.9261,-71.3011,anonymous,EN,1,2.421,2.421,2.989,1,1,3,2,2.65,5.333,6.212,2,0,0,15.005,0,100,100,74,10.192,14.803,18.711,3,7.227,24.158,25.194,3,1,1,10.717,58.711,60.392,5,1,1,22.768,41.876,42.868,2,1,37.537,37.537,44.909,1,0,0,15.006,0,6,5,6,6,6,6,,7.722,33.366,35.101,10,3,6,6,3,3,6,The source is a trusted source.,3.282,3.282,19.842,1,4,,6.181,9.148,10,6,2,7,3,4,1,5,6,0,0,19.667,0,6,7,6,7,6,3,10,8,,4.364,17.243,18.663,9,3,3,2,3,3,3,2.545,15.386,16.239,9,2,3,1.607,12.053,13.834,3,1,1993,Massachusetts,2,2,1,,7,,,5,4,2,,1.618,33.121,33.984,13,5e156dbb19232db781789a8f,"{""startTime"":1678921564655,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921600152,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921463114,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921549233,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":12800,""label"":""hovered"",""timeHovered"":1047,""week"":""2021-09-13""}]}",1,simple,line -2023-03-15 19:00:24,2023-03-15 19:12:05,0,73.42.37.216,100,700,1,2023-03-15 19:12:06,R_p9SPtFtglrWQyS5,,,,,30.6922,-88.0425,anonymous,EN,1,18.126,18.126,20.284,1,1,2,2,2.875,7.875,9.953,2,0,0,15.008,0,87,58,62,25.645,32.557,34.214,4,3.637,46.932,55.672,8,1,1,48.267,81.807,83.536,3,-3,1,21.512,43.782,46.105,11,1,12.442,66.448,85.134,11,0,0,15.113,0,3,4,4,5,4,4,,9.442,45.039,49.476,6,4,4,4,3,4,4,If it's accurate,3.346,3.346,45.393,1,5,,6.44,7.687,9.652,3,2,7,3,4,1,5,6,0,0,18.806,0,5,4,4,5,6,7,9,8,,6.547,21.742,23.462,9,2,3,3,3,3,3,63.472,73.115,75.039,7,7,4,7.573,7.573,9.757,1,1,1983,Alabama,5,2,3,,2,,,11,1,1,javakas@gmail.com,1.128,47.021,53.756,24,5971640e7ec240000170cb69,"{""startTime"":1678921479003,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921529071,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921320703,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":21621,""label"":""started_brush"",""startDate"":""2021-06-30"",""endDate"":""2022-01-27""},{""time"":31400,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-08""},{""time"":37327,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-08""},{""time"":38399,""label"":""cleared_brush"",""using"":""click""},{""time"":50971,""label"":""started_brush"",""startDate"":""2021-06-01"",""endDate"":""2021-10-26""}]}","{""startTime"":1678921462551,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":8565,""label"":""started_brush"",""startDate"":""2021-07-23"",""endDate"":""2022-02-13""},{""time"":12970,""label"":""moved_brush"",""startDate"":""2021-07-23"",""endDate"":""2022-02-13""}]}",1,complex,line -2023-03-15 18:55:13,2023-03-15 19:12:13,0,99.19.75.100,100,1020,1,2023-03-15 19:12:14,R_33eZGeFfolZmlcw,,,,,34.8775,-92.2265,anonymous,EN,1,28.551,28.551,29.975,1,,,,,,,,0,0,15.111,0,53,14,75,16.233,60.568,61.858,5,2.667,20.538,35.503,3,-2,-3,48.621,93.768,99.284,2,-1,1,133.049,149.633,150.932,2,1,107.501,107.501,109.393,1,0,0,15.111,0,5,3,4,5,4,5,,19.598,23.656,26.101,6,3,4,2,5,4,5,It seems to be an accurate infograph,10.859,47.637,56.856,2,4,,4.437,4.437,6.565,1,1,2,6,7,4,3,5,0,0,29.468,0,3,2,6,3,6,4,11,11,,3.635,19.306,20.882,8,5,2,3,4,4,3,35.403,47.886,49.374,6,4,,7.803,7.803,9.375,1,2,2003,Arkansas,2,2,1,,10,,,6,3,1,teelidi3@gmail.com,1.704,139.575,152.79,20,5e2cd786dc63ca2ff798a0ca,"{""startTime"":1678921406198,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921237301,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921033008,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":2459,""label"":""hovered"",""timeHovered"":1413,""week"":""2022-01-10""},{""time"":9843,""label"":""hovered"",""timeHovered"":2465,""week"":""2021-05-03""}]}","{""startTime"":1678921221321,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,line -2023-03-15 19:03:15,2023-03-15 19:12:27,0,66.56.14.60,100,551,1,2023-03-15 19:12:27,R_3My9Se6gK1Mqb4A,,,,,33.7657,-84.2951,anonymous,EN,1,1.221,5.241,7.203,9,1,4,2,2.15,4.84,5.883,4,2.531,2.531,15.025,1,96,98,88,1.526,14.261,14.844,11,2.389,122.795,123.401,42,-3,1,1.244,41.062,42.701,15,-3,1,0.979,44.283,44.602,25,-3,9.61,43.653,44.598,7,1.403,6.126,15.016,4,5,5,5,5,5,5,,6.357,21.7,22.906,13,6,5,4,4,2,5,"It is from a reputable source the CDC. Also, it is just well presented and looks scientific which makes me trust it more.",2.046,3.303,29.771,2,3,,2.166,7.971,9.705,3,2,7,3,4,1,5,6,5.35,18.502,19.609,5,4,4,3,5,6,6,10,8,,4.799,21.262,22.204,16,4,4,2,2,4,4,7.459,27.158,28.014,15,3,3,2.306,8.105,11.106,8,1,2004,Georgia,3,3,1,,9,,Decatur,13,3,1,declan.bolch@gmail.com,1.935,48.621,49.792,43,5e9f766e2535380e106a8c6b,"{""startTime"":1678921638266,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921662126,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921451525,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":72,""label"":""tour_started""},{""time"":10240,""label"":""tour_next"",""step"":5},{""time"":17744,""label"":""cleared_brush"",""using"":""Click""},{""time"":18932,""label"":""tour_back"",""step"":5},{""time"":23364,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2540,""week"":""47"",""id"":""chart""},{""time"":27475,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1476,""week"":""52"",""id"":""chart""},{""time"":33385,""label"":""tour_next"",""step"":5},{""time"":36685,""label"":""cleared_brush"",""using"":""Click""},{""time"":41326,""label"":""cleared_brush"",""using"":""Click""},{""time"":43444,""label"":""cleared_brush"",""using"":""Click""},{""time"":44187,""label"":""cleared_brush"",""using"":""Click""},{""time"":46341,""label"":""cleared_brush"",""using"":""Click""},{""time"":54030,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-04-13""},{""time"":60630,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-04-11""},{""time"":81009,""label"":""tour_back"",""step"":5},{""time"":83587,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":2542,""week"":""14"",""id"":""chart""},{""time"":89279,""label"":""tour_next"",""step"":5},{""time"":95037,""label"":""cleared_brush"",""using"":""Click""},{""time"":99695,""label"":""started_brush"",""startDate"":""2021-09-06"",""endDate"":""2021-11-15""},{""time"":101268,""label"":""tour_next"",""step"":5},{""time"":107404,""label"":""moved_brush"",""startDate"":""2021-08-13"",""endDate"":""2021-10-22""},{""time"":109013,""label"":""tour_next"",""step"":5},{""time"":115509,""label"":""cleared_brush"",""using"":""Click""},{""time"":115510,""label"":""cleared_brush"",""using"":""Escape""},{""time"":117088,""label"":""tour_next"",""step"":5},{""time"":119559,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678921622200,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar -2023-03-15 18:53:34,2023-03-15 19:12:44,0,71.255.232.45,100,1150,1,2023-03-15 19:12:45,R_3DiNz275Scwop4f,,,,,38.894,-77.0365,anonymous,EN,1,169.633,169.633,170.89,1,,,,,,,,0,0,15.11,0,71,89,63,5.858,21.291,22.665,5,15.643,230.357,248.352,19,1,1,7.173,47.322,80.864,3,1,1,33.246,89.238,103.596,2,1,8.986,94.118,117.941,3,0,0,15.11,0,3,3,3,3,7,3,None,12.697,19.056,48.398,7,7,3,7,7,7,3,I didn't think that the information provided when you hovered over the visualization matched the legend on the side.,1.28,1.28,34.903,1,4,,2.809,8.009,9.582,8,2,7,3,4,1,5,6,0,0,13.006,0,6,6,6,6,6,5,9,9,,2.545,11.961,13.338,9,3,4,2,2,4,4,2.362,8.811,9.686,6,1,,1.654,1.654,3.593,1,1,1993,California,6,3,1,,7,,,12,4,1,rachdangabriel@gmail.com,1.46,63.314,71.725,26,587418895c17910001ea4e75,"{""startTime"":1678921596430,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":1719,""label"":""hovered"",""timeHovered"":1231,""week"":""2022-01-24""},{""time"":3230,""label"":""hovered"",""timeHovered"":18353,""week"":""2022-02-07""},{""time"":22285,""label"":""hovered"",""timeHovered"":9401,""week"":""2021-12-27""},{""time"":31926,""label"":""hovered"",""timeHovered"":3756,""week"":""2021-12-27""},{""time"":37393,""label"":""hovered"",""timeHovered"":1393,""week"":""2021-12-27""}]}","{""startTime"":1678921457208,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":3509,""label"":""hovered"",""timeHovered"":6181,""week"":""2021-12-27""},{""time"":19195,""label"":""hovered"",""timeHovered"":1109,""week"":""2021-12-27""},{""time"":20390,""label"":""hovered"",""timeHovered"":11153,""week"":""2021-12-27""},{""time"":33293,""label"":""hovered"",""timeHovered"":30497,""week"":""2021-12-27""},{""time"":64873,""label"":""hovered"",""timeHovered"":1311,""week"":""2022-01-03""},{""time"":66490,""label"":""hovered"",""timeHovered"":2182,""week"":""2022-02-07""},{""time"":68960,""label"":""hovered"",""timeHovered"":7012,""week"":""2022-01-24""},{""time"":77477,""label"":""cleared_brush"",""using"":""click""},{""time"":78730,""label"":""started_brush"",""startDate"":""2021-05-06"",""endDate"":""2021-07-11""},{""time"":79363,""label"":""hovered"",""timeHovered"":4808,""week"":""2021-06-21""}]}","{""startTime"":1678921074001,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":1190,""label"":""hovered"",""timeHovered"":1396,""week"":""2021-08-16""},{""time"":10858,""label"":""hovered"",""timeHovered"":1911,""week"":""2022-01-03""},{""time"":166519,""label"":""started_brush"",""startDate"":""2021-05-12"",""endDate"":""2021-08-14""},{""time"":172387,""label"":""moved_brush"",""startDate"":""2021-05-12"",""endDate"":""2021-08-14""},{""time"":174339,""label"":""moved_brush"",""startDate"":""2021-06-16"",""endDate"":""2021-08-14""},{""time"":182622,""label"":""cleared_brush"",""using"":""click""},{""time"":201559,""label"":""cleared_brush"",""using"":""click""},{""time"":204637,""label"":""started_brush"",""startDate"":""2021-06-30"",""endDate"":""2021-11-09""},{""time"":209904,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-09""},{""time"":212954,""label"":""moved_brush"",""startDate"":""2021-07-15"",""endDate"":""2022-02-13""},{""time"":219004,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-13""},{""time"":224153,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-13""},{""time"":226271,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-13""},{""time"":228254,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-13""},{""time"":228537,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-13""},{""time"":228837,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-13""},{""time"":230920,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-13""},{""time"":232154,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-10-18""},{""time"":235274,""label"":""moved_brush"",""startDate"":""2021-09-14"",""endDate"":""2021-10-18""},{""time"":237486,""label"":""moved_brush"",""startDate"":""2021-09-14"",""endDate"":""2022-01-22""},{""time"":239601,""label"":""moved_brush"",""startDate"":""2021-10-06"",""endDate"":""2022-02-13""},{""time"":244477,""label"":""moved_brush"",""startDate"":""2021-12-14"",""endDate"":""2022-02-13""}]}","{""startTime"":1678921441634,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":2782,""label"":""hovered"",""timeHovered"":1468,""week"":""2021-11-08""},{""time"":4849,""label"":""hovered"",""timeHovered"":2234,""week"":""2022-01-03""}]}",0,complex,line -2023-03-15 18:58:58,2023-03-15 19:12:45,0,24.89.18.3,100,826,1,2023-03-15 19:12:45,R_1QzHKaGOMGSFQW3,,,,,39.6343,-77.7337,anonymous,EN,1,8.179,8.179,9.865,1,,,,,,,,0,0,15.116,0,93,86,36,26.062,47.888,49.007,3,30.267,38.875,106.468,2,1,-3,19.423,35.227,36.931,2,-1,1,77.232,101.24,103.498,2,1,54.609,54.609,58.855,1,0,0,15.111,0,5,5,7,4,5,5,,13.067,35.706,40.597,6,4,4,4,5,3,5,The source of the data is the Department of Agriculture and the graphic is put together well showing all the variation in data.,5.613,5.613,57.158,1,5,,7.286,7.286,9.553,1,2,7,3,4,1,5,6,0,0,22.587,0,1,5,8,9,4,7,11,10,,6.636,27.478,31.181,8,4,4,1,2,4,4,23.201,49.728,51.877,6,4,,7.163,7.163,9.666,1,1,1962,Maryland,4,2,1,,8,Hagerstown,,6,4,2,,4.054,130.612,143.582,18,5ee526f3eca1a22601d187f4,"{""startTime"":1678921448887,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921489967,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921222798,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":23362,""label"":""hovered"",""timeHovered"":2283,""week"":""2022-01-03""},{""time"":41137,""label"":""hovered"",""timeHovered"":1333,""week"":""2021-08-23""},{""time"":44808,""label"":""hovered"",""timeHovered"":22275,""week"":""2021-10-25""},{""time"":73255,""label"":""hovered"",""timeHovered"":12082,""week"":""2022-01-10""}]}","{""startTime"":1678921433440,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,line -2023-03-15 18:58:09,2023-03-15 19:13:11,0,98.58.190.99,100,901,1,2023-03-15 19:13:11,R_1K7lIBrO2rVyLEU,,,,,26.6598,-80.2429,anonymous,EN,1,3.114,3.114,4.063,1,,,,,,,,0,0,15.112,0,80,97,75,38.179,47.794,49.699,9,58.955,185.086,193.014,11,1,-3,26.773,70.574,71.52,2,1,1,48.555,69.355,77.436,2,1,62.098,62.098,63.034,1,0,0,15.311,0,4,4,3,5,6,4,Very interesting study.,14.162,38.002,56.814,7,5,6,5,2,7,4,The graph and its' interactivity seem top be well-done. I slightly agree that the information is possibly valid.,10.186,10.186,68.707,1,5,Very interesting study.,4.25,8.769,16.309,6,2,7,3,4,1,5,6,0,0,28.907,0,4,4,9,7,5,7,10,9,Interesting study.,6.717,28.397,34.367,11,3,2,2,2,4,3,11.215,34.552,35.506,6,3,,10.487,10.487,11.303,1,1,1986,Florida,4,2,1,,9,,West Palm Beach,13,4,1,skatr581@yahoo.com,0.979,49.485,52.688,17,5f8b066742a6381ddae03d75,"{""startTime"":1678921586027,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921436501,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921163680,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":2371,""label"":""hovered"",""timeHovered"":3225,""week"":""2021-08-02""},{""time"":21632,""label"":""hovered"",""timeHovered"":13398,""week"":""2021-10-11""},{""time"":44103,""label"":""hovered"",""timeHovered"":3025,""week"":""2021-10-04""},{""time"":50805,""label"":""hovered"",""timeHovered"":1191,""week"":""2021-04-12""},{""time"":53392,""label"":""hovered"",""timeHovered"":1365,""week"":""2021-04-19""},{""time"":105026,""label"":""started_brush"",""startDate"":""2021-11-21"",""endDate"":""2022-01-22""},{""time"":106345,""label"":""moved_brush"",""startDate"":""2021-11-21"",""endDate"":""2022-02-13""},{""time"":116448,""label"":""moved_brush"",""startDate"":""2021-11-21"",""endDate"":""2022-02-13""},{""time"":118515,""label"":""moved_brush"",""startDate"":""2022-01-02"",""endDate"":""2022-02-13""},{""time"":151743,""label"":""cleared_brush"",""using"":""click""},{""time"":153647,""label"":""started_brush"",""startDate"":""2021-11-13"",""endDate"":""2021-12-04""},{""time"":153915,""label"":""started_brush"",""startDate"":""2022-01-15"",""endDate"":""2022-01-17""},{""time"":174723,""label"":""started_brush"",""startDate"":""2021-07-10"",""endDate"":""2021-09-28""},{""time"":175136,""label"":""cleared_brush"",""using"":""click""},{""time"":176398,""label"":""started_brush"",""startDate"":""2021-12-27"",""endDate"":""2021-12-28""},{""time"":176867,""label"":""cleared_brush"",""using"":""click""},{""time"":177390,""label"":""cleared_brush"",""using"":""click""},{""time"":177877,""label"":""cleared_brush"",""using"":""click""},{""time"":180898,""label"":""started_brush"",""startDate"":""2021-07-27"",""endDate"":""2022-01-14""},{""time"":183369,""label"":""moved_brush"",""startDate"":""2021-07-27"",""endDate"":""2021-12-15""}]}","{""startTime"":1678921420798,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line -2023-03-15 19:02:57,2023-03-15 19:13:35,0,96.232.169.173,100,638,1,2023-03-15 19:13:36,R_1Fbnp4hUNpDtnpW,,,,,40.7429,-73.9392,anonymous,EN,1,4.684,4.684,6.025,1,,,,,,,,0,0,15.115,0,78,22,58,11.571,16.665,18.421,3,9.402,48.265,53.432,5,1,1,25.816,39.516,41.601,2,-3,1,27.348,48.258,49.683,3,1,59.529,59.529,61.066,1,0,0,15.025,0,3,7,3,1,2,3,,28.066,43.264,46.147,6,7,2,4,3,7,2,"If I don't understand what I am looking at, as a layperson, then I won't trust that I am being presented with an argument which is easy to prove (because there would be mountains of data to choose from).",2.451,2.451,62.225,1,2,,5.626,8.551,10.763,4,2,7,3,4,1,5,6,0,0,25.348,0,1,2,8,8,3,6,2,4,,7.557,24.466,26.342,8,1,5,1,2,4,4,11.175,28.604,29.559,6,6,,5.979,6.603,8,2,1,1966,New York,6,1,1,,7,,,12,4,2,,2.362,109.002,114.463,21,5adf6ea7f6b58c0001fa8404,"{""startTime"":1678921557582,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":12109,""label"":""hovered"",""timeHovered"":2907,""week"":""2022-01-24""}]}","{""startTime"":1678921604194,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921426184,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":29195,""label"":""started_brush"",""startDate"":""2021-06-26"",""endDate"":""2021-07-25""},{""time"":35609,""label"":""moved_brush"",""startDate"":""2021-06-26"",""endDate"":""2021-10-21""},{""time"":42995,""label"":""cleared_brush"",""using"":""click""},{""time"":43004,""label"":""cleared_brush"",""using"":""Escape""}]}","{""startTime"":1678921541840,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":9165,""label"":""hovered"",""timeHovered"":1043,""week"":""2021-12-27""}]}",0,complex,line -2023-03-15 18:59:17,2023-03-15 19:13:37,0,98.32.251.195,100,860,1,2023-03-15 19:13:37,R_ahJNT1D0ZeY7sJz,,,,,41.9025,-87.6726,anonymous,EN,1,2.481,2.481,3.503,1,1,3,1,2.305,6.731,7.59,2,0,0,15.125,0,100,97,55,11.677,32.098,33.246,5,7.669,30.129,32.76,5,-1,-1,12.389,34.101,35.365,3,-1,1,12.183,42.993,44.209,4,-1,7.488,8.632,10.128,2,0,0,16.942,0,6,3,6,3,6,6,,13.337,34.841,37.773,10,3,4,4,3,3,6,it's from a reliable source,2.981,2.981,11.999,1,3,,420.985,420.985,423.666,1,2,7,3,4,1,5,6,0,0,20.36,0,3,4,9,3,2,7,11,11,,7.937,32.203,34.005,11,1,3,3,3,3,3,3.411,14.61,16.262,7,2,4,2.029,7.485,8.804,2,2,1993,Illinois,6,2,2,,4,,,8,4,2,,1.639,45.704,49.962,13,60fccc2c096c38cc9ad63ff3,"{""startTime"":1678921315020,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921353463,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":10699,""label"":""hovered"",""timeHovered"":2329,""week"":""2021-12-27""}]}","{""startTime"":1678921226913,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921296247,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line -2023-03-15 18:55:55,2023-03-15 19:13:45,0,75.204.90.229,100,1070,1,2023-03-15 19:13:45,R_2AHylKmhS4OKdBj,,,,,33.3874,-112.0998,anonymous,EN,1,16.49,33.535,35.097,2,,,,,,,,0,0,15.007,0,87,91,58,11.621,24.491,26.25,5,30.016,60.133,73.094,3,1,1,36.422,93.101,97.043,2,1,1,45.701,102.337,112.864,4,1,66.607,66.607,68.865,1,0,0,15.021,0,4,4,4,3,6,5,,11.025,59.981,62.552,7,4,5,5,7,2,5,I thought the visualization was nicely laid out with the hover option to get even more accurate results. The source of the visualization was shown clearly in the bottom left corner.,3.64,114.477,116.335,6,4,,8.197,8.687,12.888,2,2,7,3,4,1,5,6,0,0,42.972,0,5,5,9,8,4,4,8,9,,8.556,27.675,31.219,8,2,3,2,3,3,2,11.975,38.513,40.664,6,4,,4.054,4.054,6.839,1,2,1963,Arizona,5,1,1,,7,,,6,2,2,,2.5,196.63,212.36,43,5da4152a3ab39a0011295a3e,"{""startTime"":1678921231183,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921294722,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":153,""label"":""hovered"",""timeHovered"":11836,""week"":""2022-02-07""}]}","{""startTime"":1678921043803,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7829,""label"":""hovered"",""timeHovered"":1131,""week"":""2021-10-25""},{""time"":41196,""label"":""hovered"",""timeHovered"":1601,""week"":""2021-08-30""},{""time"":44262,""label"":""hovered"",""timeHovered"":2699,""week"":""2022-01-03""},{""time"":68313,""label"":""hovered"",""timeHovered"":1077,""week"":""2022-01-03""}]}","{""startTime"":1678921215278,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,line -2023-03-15 18:57:20,2023-03-15 19:14:02,0,150.195.114.81,100,1001,1,2023-03-15 19:14:03,R_1OlUJ59irANm3PB,,,,,41.1499,-85.2057,anonymous,EN,1,40.026,40.026,41.76,1,1,2,2,2.239,5.939,7.359,2,0,0,15.125,0,66,35,60,7.111,16.617,23.8,4,29.768,147.972,167.111,16,-2,1,35.47,71.917,73.98,2,-2,1,41.976,86.427,88.347,2,1,41.831,93.192,95.252,3,7.673,7.673,15.013,1,3,4,3,5,6,3,,13.106,43.324,49.191,8,3,5,5,1,7,3,I do not know enough about all the information to know if I can trust it. I have seen a lot of false information out there,5.512,5.512,46.975,1,3,,9.365,9.365,12.488,1,2,7,3,4,1,5,6,0,0,33.072,0,4,6,8,5,2,5,8,9,,6.256,25.506,27.7,8,1,1,2,2,3,1,10.462,32.069,33.463,6,4,2,9.946,21.356,24.604,2,1,1955,Ohio,2,2,1,,7,,,5,4,2,,4.091,159.547,169.655,18,6130cdbb53f773b3125576a7,"{""startTime"":1678921428806,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921478356,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":8592,""label"":""started_brush"",""startDate"":""2021-06-28"",""endDate"":""2021-08-23""}]}","{""startTime"":1678921150309,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":58230,""label"":""started_brush"",""startDate"":""2021-05-27"",""endDate"":""2021-12-11""},{""time"":69015,""label"":""moved_brush"",""startDate"":""2021-05-27"",""endDate"":""2021-10-09""},{""time"":72629,""label"":""moved_brush"",""startDate"":""2021-09-01"",""endDate"":""2022-01-13""},{""time"":75314,""label"":""moved_brush"",""startDate"":""2021-09-01"",""endDate"":""2021-12-08""},{""time"":77216,""label"":""moved_brush"",""startDate"":""2021-09-04"",""endDate"":""2021-12-12""},{""time"":91803,""label"":""cleared_brush"",""using"":""click""},{""time"":91804,""label"":""cleared_brush"",""using"":""Escape""},{""time"":115563,""label"":""started_brush"",""startDate"":""2021-05-24"",""endDate"":""2021-09-26""},{""time"":119882,""label"":""hovered"",""timeHovered"":1181,""week"":""2021-06-28""},{""time"":126950,""label"":""moved_brush"",""startDate"":""2021-09-26"",""endDate"":""2021-12-07""},{""time"":137043,""label"":""hovered"",""timeHovered"":2654,""week"":""2021-11-15""},{""time"":152105,""label"":""moved_brush"",""startDate"":""2021-09-26"",""endDate"":""2021-11-18""},{""time"":154801,""label"":""hovered"",""timeHovered"":1304,""week"":""2021-11-01""},{""time"":156950,""label"":""hovered"",""timeHovered"":1060,""week"":""2021-11-08""},{""time"":162316,""label"":""moved_brush"",""startDate"":""2021-10-30"",""endDate"":""2021-12-22""},{""time"":165883,""label"":""moved_brush"",""startDate"":""2021-10-30"",""endDate"":""2021-12-01""}]}","{""startTime"":1678921413422,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":2842,""label"":""hovered"",""timeHovered"":1184,""week"":""2022-01-03""},{""time"":4145,""label"":""hovered"",""timeHovered"":2431,""week"":""2021-12-20""},{""time"":11857,""label"":""started_brush"",""startDate"":""2021-07-06"",""endDate"":""2022-01-06""}]}",1,complex,line -2023-03-15 19:03:06,2023-03-15 19:14:34,0,97.86.199.78,100,687,1,2023-03-15 19:14:35,R_2dgrcKqhiLcyivt,,,,,38.9458,-90.2049,anonymous,EN,1,16.172,17.419,18.066,3,,,,,,,,0,0,16.172,0,80,80,100,24.855,32.867,34.31,3,14.828,21.702,25.226,4,1,-2,27.743,43.885,52.102,2,1,1,19.77,136.735,138.356,3,-1,43.896,83.499,87.553,2,0,0,16.708,0,3,3,3,3,3,3,,10.323,18.864,19.188,8,6,6,6,1,1,6,"Assuming the data in the visualization is real and valid, I see no reason to trust it as it includes all relevant datapoints relating to the data.",2.748,2.748,36.849,1,4,,5.201,8.357,9.206,4,2,7,3,4,1,5,6,0,0,20.128,0,4,2,4,4,4,6,5,8,,7.634,48.044,48.465,14,5,5,1,1,5,5,2.535,32.937,33.645,11,6,,9.078,9.078,10.471,1,1,2000,Illinois,1,2,1,,7,,,1,4,2,,3.692,66.529,67.545,14,5d613f02b9233e0018f9450b,"{""startTime"":1678921707332,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921648898,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921466044,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":22532,""label"":""hovered"",""timeHovered"":1079,""week"":""2021-10-25""}]}","{""startTime"":1678921630651,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":15693,""label"":""hovered"",""timeHovered"":1737,""week"":""2021-12-13""}]}",0,moderate,line -2023-03-15 19:03:42,2023-03-15 19:14:48,0,73.237.167.201,100,665,1,2023-03-15 19:14:48,R_6SGyRYJROUuxvSp,,,,,33.9372,-84.0791,anonymous,EN,1,5.257,8.754,10.201,2,,,,,,,,0,0,15.119,0,96,89,50,14.973,42.887,43.79,9,8.445,11.958,16.993,2,1,-1,14.083,47.141,48.118,3,-2,1,31.715,44.954,46.165,2,-1,25.283,25.283,26.829,1,0,0,15.016,0,5,5,5,5,5,5,,12.67,19.975,23.824,6,5,5,5,5,5,5,to trust visualization is to see the outcome not ness the process,2.763,11.359,73.879,2,4,,4.974,4.974,6.433,1,,,,,,,,0,0,10.368,0,5,2,2,2,3,4,10,6,,6.185,19.228,20.643,8,3,3,3,3,3,3,7.943,11.037,12.102,6,1,,1.314,1.314,3.105,1,2,1963,Georgia,6,3,1,,7,,,11,5,2,,1.317,242.428,245.549,31,610ec37ea0648de28b37fb83,"{""startTime"":1678921677131,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921582353,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921502736,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921566798,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,line -2023-03-15 19:04:51,2023-03-15 19:15:34,0,98.49.213.177,100,642,1,2023-03-15 19:15:34,R_234aD0kUhCVeCbE,,,,,40.296,-75.9894,anonymous,EN,1,4.426,4.426,5.751,1,2,,1,2.788,2.788,4.001,1,0,0,15.114,0,81,83,47,23.197,32.556,33.28,4,16.762,23.676,29.713,2,1,1,18.733,62.594,64.498,3,1,-3,45.522,89.766,90.902,2,-3,29.595,29.595,31.991,1,0,0,15.007,0,4,3,3,4,4,3,,16.255,30.285,34.185,6,3,4,3,3,3,3,"I am unsure that this accurately displays the real data. ",7.429,35.022,36.224,3,3,,4.376,7.393,11.075,3,2,7,3,4,1,5,6,0,0,20.212,0,4,6,5,6,5,2,7,7,,8.14,26.468,30.067,11,4,4,1,2,4,4,7.811,29.075,30.189,7,2,2,2.043,9.163,10.801,2,2,1961,Pennsylvania,2,2,1,,7,,,4,4,1,crypticceltic@gmail.com,2.137,118.562,124.006,23,62dea723c6db0370fd6c8229,"{""startTime"":1678921699791,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921734378,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921562392,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":9972,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5116,""week"":""2"",""id"":""chart""},{""time"":16750,""label"":""tour_next"",""step"":2},{""time"":23664,""label"":""tour_end"",""step"":2},{""time"":25402,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1469,""week"":""46"",""id"":""chart""}]}","{""startTime"":1678921683842,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":10392,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3729,""week"":""51"",""id"":""chart""}]}",1,moderate,bar -2023-03-15 18:56:18,2023-03-15 19:15:37,0,75.68.153.88,100,1158,1,2023-03-15 19:15:38,R_125StEF1XJfKV2T,,,,,44.8098,-73.0918,anonymous,EN,1,6.669,12.411,13.394,3,1,4,1,2.556,9.327,10.996,3,0,0,15.106,0,98,100,53,0.435,21.182,22.493,7,7.059,142.286,143.344,17,1,1,6.253,90.871,91.743,13,1,1,1.977,426.744,427.648,8,1,21.842,30.926,31.96,4,12.127,13.479,15.115,2,3,3,3,6,6,3,,8.708,23.766,25.267,8,2,6,5,7,3,3,"Until I research the data presented and learn about the methods used to gather that data, I cannot say that I trust or distrust it. I still have questions.",2.438,2.438,53.015,1,5,,7.42,10.828,12.452,4,2,7,3,4,1,5,6,10.956,22.468,23.398,2,3,3,3,7,6,4,11,10,,3.935,24.869,26.31,10,3,5,1,2,5,4,4.764,26.358,27.928,9,2,1,3.37,15.333,16.088,4,2,1966,Vermont,7,3,1,,7,,,13,4,2,,2.573,144.22,145.731,42,60fe14fa6b07c0db08b74436,"{""startTime"":1678921332745,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921244999,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":2857,""label"":""started_brush"",""startDate"":""2021-09-05"",""endDate"":""2021-12-26""}]}","{""startTime"":1678921053374,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":7620,""label"":""hovered"",""timeHovered"":5349,""week"":""2022-01-10""},{""time"":13820,""label"":""hovered"",""timeHovered"":1266,""week"":""2021-12-20""},{""time"":18420,""label"":""hovered"",""timeHovered"":15918,""week"":""2022-01-17""},{""time"":45156,""label"":""hovered"",""timeHovered"":6634,""week"":""2022-01-10""},{""time"":84696,""label"":""cleared_brush"",""using"":""click""},{""time"":94924,""label"":""started_brush"",""startDate"":""2021-06-17"",""endDate"":""2022-01-07""},{""time"":105904,""label"":""moved_brush"",""startDate"":""2021-07-19"",""endDate"":""2022-02-07""},{""time"":119458,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-10-31""},{""time"":123320,""label"":""moved_brush"",""startDate"":""2021-07-24"",""endDate"":""2022-02-13""},{""time"":128542,""label"":""moved_brush"",""startDate"":""2021-06-28"",""endDate"":""2022-01-17""},{""time"":129913,""label"":""cleared_brush"",""using"":""click""},{""time"":129915,""label"":""cleared_brush"",""using"":""Escape""}]}","{""startTime"":1678921229459,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":6951,""label"":""hovered"",""timeHovered"":1082,""week"":""2021-12-20""}]}",1,complex,line -2023-03-15 19:03:27,2023-03-15 19:16:06,0,172.56.92.222,100,759,1,2023-03-15 19:16:07,R_RDZKW3zBXYbPxSh,,,,,29.3959,-98.4761,anonymous,EN,1,12.138,12.138,13.626,1,,,,,,,,0,0,15.007,0,98,94,55,10.42,17.164,18.704,3,22.227,48.22,77.277,3,-2,-3,44.622,70.949,72.771,2,1,-3,20.612,139.092,140.465,5,-1,32.002,32.002,33.522,1,0,0,15.01,0,3,3,2,2,3,2,I guess it can be easy to understand if you go by the numbers themselves and not by the color scheme.,8.427,37.795,65.451,8,3,7,3,1,7,2,I could not tell if the numbers were all supposed to start at zero (the very bottom) or from where one color ended (blue) so it was not easy to understand because of that one reason.,6.816,7.783,61.592,2,3,Trying to tell the numbers apart in some charts was not easy.,6.572,9.275,30.854,2,2,7,3,4,1,5,6,0,0,17.584,0,4,2,1,3,2,4,2,4,I am very bias to not trusting the system/,4.814,26.334,46.021,10,5,3,1,2,3,5,7.032,28.112,29.315,9,5,,9.6,9.6,11.286,1,1,1981,Texas,4,2,1,,4,,,6,2,1,anothergonzo462o@gmail.com,2.364,53.875,55.944,12,566c7564d408ea000519c678,"{""startTime"":1678921782121,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921697759,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921463288,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":5027,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1116,""week"":""1"",""id"":""chart""},{""time"":7161,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1316,""week"":""1"",""id"":""chart""},{""time"":13961,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2100,""week"":""52"",""id"":""chart""},{""time"":16095,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1116,""week"":""51"",""id"":""chart""},{""time"":18011,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1033,""week"":""3"",""id"":""chart""},{""time"":28213,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1699,""week"":""2"",""id"":""chart""},{""time"":31813,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1033,""week"":""3"",""id"":""chart""},{""time"":33047,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2033,""week"":""49"",""id"":""chart""},{""time"":38340,""label"":""tour_next"",""step"":2},{""time"":48212,""label"":""tour_end"",""step"":2},{""time"":48617,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2467,""week"":""1"",""id"":""chart""},{""time"":55779,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1353,""week"":""51"",""id"":""chart""},{""time"":57159,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1469,""week"":""52"",""id"":""chart""},{""time"":69633,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1131,""week"":""41"",""id"":""chart""},{""time"":72063,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1645,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678921682252,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":1781,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1935,""week"":""40"",""id"":""chart""},{""time"":4597,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2354,""week"":""1"",""id"":""chart""},{""time"":7921,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3831,""week"":""2"",""id"":""chart""},{""time"":11753,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3206,""week"":""2"",""id"":""chart""}]}",0,moderate,bar -2023-03-15 19:04:43,2023-03-15 19:18:18,0,73.110.74.211,100,814,1,2023-03-15 19:18:19,R_8didFSEiDLiJIOt,,,,,41.85,-87.7165,anonymous,EN,1,3.599,4.32,6.551,2,1,2,2,6.241,20.038,20.997,2,0,0,15.014,0,76,68,82,3.315,16.379,18.273,12,2.267,128.23,129.505,54,-2,1,22.987,96.824,97.671,7,1,-3,49.882,193.607,194.302,13,1,1.626,43.446,44.2,6,1.812,1.812,15.007,1,2,5,6,5,5,4,,2.655,11.617,19.258,9,4,2,5,6,5,6,"The visualization is detailed, organized and seems accurate",2.008,36.628,37.388,2,3,,2.647,6.449,7.498,2,2,7,3,4,1,5,6,0,0,13.428,0,5,9,8,8,5,5,9,5,,1.328,13.653,15.085,9,4,2,4,4,4,4,3.139,20.885,21.718,8,5,3,1.751,42.401,43.379,3,2,1991,Illinois,3,2,1,,7,,,5,3,2,,1.492,72.536,73.378,23,5a2add709408dc00016f57d3,"{""startTime"":1678921806723,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921757466,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921567225,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":27,""label"":""tour_started""},{""time"":4627,""label"":""tour_next"",""step"":5},{""time"":35912,""label"":""tour_back"",""step"":5},{""time"":38913,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1365,""week"":""52"",""id"":""chart""},{""time"":57210,""label"":""tour_next"",""step"":5},{""time"":62375,""label"":""tour_back"",""step"":5},{""time"":80901,""label"":""tour_next"",""step"":5},{""time"":83583,""label"":""started_brush"",""startDate"":""2021-07-05"",""endDate"":""2021-12-04""},{""time"":85893,""label"":""tour_next"",""step"":5},{""time"":89143,""label"":""moved_brush"",""startDate"":""2021-09-07"",""endDate"":""2022-02-07""},{""time"":90478,""label"":""tour_next"",""step"":5},{""time"":95162,""label"":""started_brush"",""startDate"":""2021-05-09"",""endDate"":""2021-08-15""},{""time"":97090,""label"":""started_brush"",""startDate"":""2021-09-02"",""endDate"":""2021-09-24""},{""time"":99045,""label"":""started_brush"",""startDate"":""2021-07-29"",""endDate"":""2021-08-10""},{""time"":121399,""label"":""cleared_brush"",""using"":""Click""},{""time"":122326,""label"":""started_brush"",""startDate"":""2021-05-23"",""endDate"":""2021-06-27""},{""time"":124699,""label"":""tour_next"",""step"":5},{""time"":128223,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678921742039,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar -2023-03-15 19:03:42,2023-03-15 19:19:18,0,47.135.18.234,100,936,1,2023-03-15 19:19:19,R_2OPz8CaQPY2kTPZ,,,,,35.7532,-81.3264,anonymous,EN,1,4.158,4.158,5.017,1,,,,,,,,0,0,15.019,0,99,8,49,14.897,21.121,23.503,3,35.841,154.09,156.315,35,1,1,14.385,22.694,28.662,2,-2,-3,21.429,39.714,46.059,2,1,11.551,60.06,63.812,3,0,0,15.112,0,3,5,3,5,6,3,very interesting and engaging! thank you!,0.362,40.076,59.828,8,5,5,3,3,3,5,because its a well presented graph chart with specific entities related to other specidied entities,3.206,3.206,47.177,1,1,n/a,6.467,9.65,15.679,4,2,7,3,4,1,5,6,0,0,13.53,0,2,2,4,5,2,5,4,6,n/a,4.6,22.885,27.198,10,3,3,2,3,4,3,5.179,16.534,17.936,6,6,,2.576,2.576,3.709,1,1,1982,North Carolina,3,1,1,,7,,,10,2,1,calebpsaxe123@yahoo.com,1.298,77.241,83.283,18,5bc8897f462bdb0001a61426,"{""startTime"":1678921968239,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678922059431,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921730522,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":57326,""label"":""cleared_brush"",""using"":""click""},{""time"":62497,""label"":""started_brush"",""startDate"":""2021-08-11"",""endDate"":""2021-08-28""},{""time"":63408,""label"":""started_brush"",""startDate"":""2021-06-12"",""endDate"":""2021-09-09""},{""time"":66761,""label"":""started_brush"",""startDate"":""2021-04-27"",""endDate"":""2021-12-02""},{""time"":75024,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-16""},{""time"":76103,""label"":""moved_brush"",""startDate"":""2021-05-29"",""endDate"":""2022-01-03""},{""time"":77192,""label"":""moved_brush"",""startDate"":""2021-06-27"",""endDate"":""2022-02-02""},{""time"":78076,""label"":""moved_brush"",""startDate"":""2021-04-28"",""endDate"":""2021-12-04""},{""time"":79745,""label"":""moved_brush"",""startDate"":""2021-04-28"",""endDate"":""2021-09-28""},{""time"":80421,""label"":""moved_brush"",""startDate"":""2021-05-27"",""endDate"":""2021-10-26""},{""time"":96781,""label"":""moved_brush"",""startDate"":""2021-05-27"",""endDate"":""2021-10-26""},{""time"":108488,""label"":""cleared_brush"",""using"":""click""},{""time"":108490,""label"":""cleared_brush"",""using"":""Escape""},{""time"":123010,""label"":""hovered"",""timeHovered"":3305,""week"":""2021-11-15""},{""time"":131316,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-04-15""},{""time"":134036,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-04-15""},{""time"":135092,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-04-15""},{""time"":138511,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-09""},{""time"":143200,""label"":""moved_brush"",""startDate"":""2021-04-23"",""endDate"":""2021-11-22""},{""time"":146033,""label"":""moved_brush"",""startDate"":""2021-04-23"",""endDate"":""2021-08-12""},{""time"":155387,""label"":""moved_brush"",""startDate"":""2021-06-19"",""endDate"":""2021-10-08""}]}","{""startTime"":1678921952419,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":1067,""label"":""hovered"",""timeHovered"":6584,""week"":""2021-08-09""},{""time"":9408,""label"":""started_brush"",""startDate"":""2021-06-10"",""endDate"":""2021-08-31""},{""time"":9901,""label"":""started_brush"",""startDate"":""2021-10-08"",""endDate"":""2021-10-19""},{""time"":10828,""label"":""started_brush"",""startDate"":""2021-07-23"",""endDate"":""2021-09-02""},{""time"":13729,""label"":""moved_brush"",""startDate"":""2021-12-27"",""endDate"":""2022-02-05""},{""time"":14667,""label"":""moved_brush"",""startDate"":""2022-01-03"",""endDate"":""2022-02-13""}]}",0,complex,line -2023-03-15 19:02:28,2023-03-15 19:20:58,0,98.177.0.188,100,1109,1,2023-03-15 19:20:58,R_2wvLJiObaN9s9hD,,,,,33.3124,-111.9195,anonymous,EN,1,66.637,66.637,70.205,1,,,,,,,,0,0,15.015,0,61,100,71,59.92,90.361,94.224,5,66.137,75.755,117.908,2,1,1,44.868,65.349,69.091,2,-3,-3,47.922,90.177,101.712,2,-3,66.592,66.592,69.66,1,0,0,15.013,0,3,3,3,5,5,2,,23.092,50.324,66.416,6,4,5,5,7,7,5,"The instructions included to assume that I trust the data, and this is the way scientific data is often presented. ",5.351,30.088,84.031,2,5,,12.794,18.794,23.128,2,2,7,3,4,1,5,6,0,0,26.553,0,2,2,8,4,2,4,8,8,,13.775,46.515,58.749,8,4,4,1,1,4,4,19.329,67.456,69.685,6,3,,14.174,14.174,18.046,1,2,1970,Arizona,7,1,1,,7,,,17,4,2,,5.044,91.603,100.885,13,639241f806b3758a1b3c1de3,"{""startTime"":1678921788850,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921855646,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921553147,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":27301,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3817,""week"":""32"",""id"":""chart""},{""time"":31119,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1083,""week"":""32"",""id"":""chart""},{""time"":32293,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2060,""week"":""33"",""id"":""chart""},{""time"":34506,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2480,""week"":""34"",""id"":""chart""},{""time"":37120,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1949,""week"":""35"",""id"":""chart""},{""time"":41053,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3268,""week"":""50"",""id"":""chart""},{""time"":44430,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1542,""week"":""49"",""id"":""chart""},{""time"":46010,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1597,""week"":""50"",""id"":""chart""},{""time"":49624,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2299,""week"":""51"",""id"":""chart""},{""time"":52025,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1249,""week"":""52"",""id"":""chart""},{""time"":53281,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2976,""week"":""52"",""id"":""chart""},{""time"":56308,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2183,""week"":""1"",""id"":""chart""},{""time"":58776,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4282,""week"":""2"",""id"":""chart""},{""time"":66132,""label"":""tour_next"",""step"":2},{""time"":75750,""label"":""tour_end"",""step"":2},{""time"":87357,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2506,""week"":""51"",""id"":""chart""},{""time"":89956,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3158,""week"":""52"",""id"":""chart""},{""time"":93228,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1738,""week"":""51"",""id"":""chart""},{""time"":95043,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2556,""week"":""52"",""id"":""chart""},{""time"":97640,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2393,""week"":""1"",""id"":""chart""},{""time"":100169,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2448,""week"":""2"",""id"":""chart""},{""time"":102827,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2424,""week"":""3"",""id"":""chart""},{""time"":106194,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4292,""week"":""4"",""id"":""chart""},{""time"":110777,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2259,""week"":""5"",""id"":""chart""},{""time"":113289,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1431,""week"":""6"",""id"":""chart""}]}","{""startTime"":1678921773431,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,bar -2023-03-15 19:02:02,2023-03-15 19:24:02,0,172.58.222.218,100,1320,1,2023-03-15 19:24:03,R_1gdbHKiLByTfhGX,,,,,42.364,-71.0265,anonymous,EN,1,100.184,105.384,106.156,6,,,,,,,,0,0,15.181,0,99,81,79,11.365,18.72,20.701,4,18.486,35.76,51.727,3,1,1,90.856,103.114,105.095,2,-3,-3,96.001,123.376,125.292,2,1,101.834,101.834,103.3,1,0,0,15.076,0,5,5,5,5,5,5,,36.662,142.952,145.825,9,4,5,3,7,7,5,"it seems to come from a credible source ",0.429,0.429,26.724,1,2,,28.365,30.901,33.116,2,2,7,3,4,1,5,6,35.863,36.87,40.456,2,6,7,8,8,8,7,9,9,,4.887,20.829,21.472,13,3,3,1,2,3,3,17.213,30.554,31.448,8,4,,12.005,13.019,13.818,2,2,1982,Maine,2,2,1,,7,,,4,4,1,chapmanstacy26@yahoo.com,1.015,110.092,110.892,43,62728c148af5805feea46dc8,"{""startTime"":1678921690574,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":30923},{""label"":""window_focused"",""time"":36733}]}","{""startTime"":1678921840275,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_focused"",""time"":100088},{""label"":""window_focused"",""time"":100089}]}","{""startTime"":1678921512612,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":53,""label"":""tour_started""},{""time"":27960,""label"":""tour_next"",""step"":2},{""time"":35688,""label"":""tour_end"",""step"":2},{""time"":36518,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2858,""week"":""1"",""id"":""chart2""}]}","{""startTime"":1678921673276,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":6260,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2570,""week"":""50"",""id"":""chart""},{""time"":9181,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1616,""week"":""2"",""id"":""chart2""}]}",0,simple,bar -2023-03-15 19:03:32,2023-03-15 19:25:39,0,98.22.149.113,100,1326,1,2023-03-15 19:25:40,R_2XmU8lr5Y6TYs8N,,,,,36.0432,-95.8072,anonymous,EN,1,5.6,142.98,144.52,2,1,4,2,9.984,14.933,16.49,3,0,0,15.13,0,89,100,67,2.106,36.667,38.863,6,34.946,145.194,157.343,9,1,1,5.417,113.719,116.278,12,-1,1,1.711,108.644,110.617,6,1,4.597,45.339,64.302,3,6.809,6.809,15.127,1,5,5,5,5,4,5,,2.269,48.721,51.029,9,5,5,5,2,7,5,I believe that the covid rate increases in those not vaccinated.,4.508,4.508,46.705,1,5,,2.601,37.651,40.065,5,2,7,3,4,1,5,6,18.778,32.238,34.949,2,6,8,10,10,10,10,10,10,,6.781,40.48,42.659,12,2,4,3,2,1,4,30.462,80.799,82.614,8,2,1,0.466,22.853,25.241,5,2,1967,Oklahoma,2,2,1,,7,,,1,3,1,drlucky03@sbcglobal.net,5.304,195.426,206.488,47,5d4252914733ca0018ff29d7,"{""startTime"":1678922011768,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921894694,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921653274,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":12636,""label"":""hovered"",""timeHovered"":19672,""week"":""2022-01-10""},{""time"":81099,""label"":""cleared_brush"",""using"":""click""},{""time"":89433,""label"":""started_brush"",""startDate"":""2021-11-07"",""endDate"":""2022-01-04""},{""time"":109305,""label"":""moved_brush"",""startDate"":""2021-10-04"",""endDate"":""2022-01-04""},{""time"":121129,""label"":""cleared_brush"",""using"":""click""},{""time"":121135,""label"":""cleared_brush"",""using"":""Escape""},{""time"":153449,""label"":""hovered"",""timeHovered"":1468,""week"":""2022-01-10""}]}","{""startTime"":1678921878359,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line +By clicking “I agree” below you are indicating that you are at least 18 years old, have read this consent form, and agree to participate in this research study. Please print a copy of this page for your records.",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,Have you already received a Covid-19 vaccination?,How many doses of the Covid-19 vaccine did you receive?,Have you been verifiably infected with Covid-19?,Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,affect-science - Click to write Choice 1,affect-clarity - Click to write Choice 1,affect-aesthetic - Click to write Choice 1,Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,"How many weeks had higher unvaccinated Covid-19 case counts than the week of Dec 13, 2021?",What is the max number of case counts (per 100K) of vaccinated people who caught Covid-19?,Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,"By approximately how much did the number of cases in unvaccinated people increase from the week of December 13, 2021 to the week of December 20, 2021 (per 100K people)?","Approximately how many unvaccinated people caught Covid-19 (per 100K people) during the week of January 10, 2022?",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,"Among vaccinated people, which age group sees the largest increase in case count between November 2021 and January 2022?",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,Disregard the visualization for this question. To what extent do you agree or disagree with the following statements about the data used in the visualization above? - The data is accurate,Disregard the visualization for this question. To what extent do you agree or disagree with the following statements about the data used in the visualization above? - The data is complete and does not leave out important information,Disregard the visualization for this question. To what extent do you agree or disagree with the following statements about the data used in the visualization above? - The data is unbiased and trustworthy,Disregard the visualization for this question. To what extent do you agree or disagree with the following statements about the data used in the visualization above? - I understand the meaning of this data well,Disregard the visualization for this question. To what extent do you agree or disagree with the following statements about the data used in the visualization above? - The data source was clearly displayed,Disregard the visualization for this question. To what extent do you agree or disagree with the following statements about the data used in the visualization above? - I trust this data,"If you have any additional thoughts/comments, please enter them here.",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,Assume you trust the data used in the visualization. To what extent do you agree or disagree with the following statements about the visualization presented above? - The visualization transparently includes all important elements of the data,Assume you trust the data used in the visualization. To what extent do you agree or disagree with the following statements about the visualization presented above? - I find it easy to understand this visualization,Assume you trust the data used in the visualization. To what extent do you agree or disagree with the following statements about the visualization presented above? - I like this visualization,"Assume you trust the data used in the visualization. To what extent do you agree or disagree with the following statements about the visualization presented above? - I would likely share this visualization with my family, friends or on social media",Assume you trust the data used in the visualization. To what extent do you agree or disagree with the following statements about the visualization presented above? - I would likely use this visualization and its information in my daily life,Assume you trust the data used in the visualization. To what extent do you agree or disagree with the following statements about the visualization presented above? - I trust this visualization,"Tell us a bit more about why you [QID102-ChoiceGroup-SelectedAnswers-11] with the statement ""I trust this visualization"".",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,"Generally speaking, would you say that most people can be trusted or that you can't be too careful in dealing with people? - 2","If you have any additional thoughts/comments, please enter them here.",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,There are many important issues facing our country today. Research shows that issues people think are important can affect their views on other issues. We also want to know if you are paying attention. Please ignore the question and put “crime” in the top position and unemployment in the bottom position. Leave the rest of the issues in the same order. - Health care,There are many important issues facing our country today. Research shows that issues people think are important can affect their views on other issues. We also want to know if you are paying attention. Please ignore the question and put “crime” in the top position and unemployment in the bottom position. Leave the rest of the issues in the same order. - Unemployment,There are many important issues facing our country today. Research shows that issues people think are important can affect their views on other issues. We also want to know if you are paying attention. Please ignore the question and put “crime” in the top position and unemployment in the bottom position. Leave the rest of the issues in the same order. - The federal budget deficit,There are many important issues facing our country today. Research shows that issues people think are important can affect their views on other issues. We also want to know if you are paying attention. Please ignore the question and put “crime” in the top position and unemployment in the bottom position. Leave the rest of the issues in the same order. - The coronavirus pandemic,There are many important issues facing our country today. Research shows that issues people think are important can affect their views on other issues. We also want to know if you are paying attention. Please ignore the question and put “crime” in the top position and unemployment in the bottom position. Leave the rest of the issues in the same order. - Crime,There are many important issues facing our country today. Research shows that issues people think are important can affect their views on other issues. We also want to know if you are paying attention. Please ignore the question and put “crime” in the top position and unemployment in the bottom position. Leave the rest of the issues in the same order. - Education,There are many important issues facing our country today. Research shows that issues people think are important can affect their views on other issues. We also want to know if you are paying attention. Please ignore the question and put “crime” in the top position and unemployment in the bottom position. Leave the rest of the issues in the same order. - Relations with other countries,Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,"On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - Political parties","On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - The government","On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - The police","On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - The legal system","On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - The news media","On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - Business and industry","On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - Scientists/Science","On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - Doctors","If you have any additional thoughts/comments, please enter them here.",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,"The next questions will be about your motivation to engage in cognitive activity. For each sentence below, please select how uncharacteristic or characteristic (5-point scale) this is for you personally. - I would prefer complex to simple problems.","The next questions will be about your motivation to engage in cognitive activity. For each sentence below, please select how uncharacteristic or characteristic (5-point scale) this is for you personally. - I like to have the responsibility of handling a situation that requires a lot of thinking.","The next questions will be about your motivation to engage in cognitive activity. For each sentence below, please select how uncharacteristic or characteristic (5-point scale) this is for you personally. - Thinking is not my idea of fun.","The next questions will be about your motivation to engage in cognitive activity. For each sentence below, please select how uncharacteristic or characteristic (5-point scale) this is for you personally. - I would rather do something that requires little thought than something that is sure to challenge my thinking abilities.","The next questions will be about your motivation to engage in cognitive activity. For each sentence below, please select how uncharacteristic or characteristic (5-point scale) this is for you personally. - I really enjoy a task that involves coming up with new solutions to problems.","The next questions will be about your motivation to engage in cognitive activity. For each sentence below, please select how uncharacteristic or characteristic (5-point scale) this is for you personally. - I would prefer a task that is intellectual, difficult, and important to one that is somewhat important but does not require much thought.",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,Below is a seven-point scale on which the political views that people might hold are arranged from extremely liberal—point 1—to extremely conservative—point 7. Where would you place yourself on this scale?,"During the peak of the pandemic, how often did you actively seek information on Covid-19 from any sources including TV, newspapers, radios, online and social media, or personal conversations?",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,Lastly a few questions about socio-demographic characteristics. To which gender do you most identify?,In what year were you born? Please enter all four digits.,Text,What is the highest level of school you have completed or the highest degree you have received?,Have one or both of your parents completed a bachelor’s degree?,What language do you speak at home? - Selected Choice,"What language do you speak at home? - Other, please specify: - Text",Which of the following categories do you identify with? - Selected Choice,"Which of the following categories do you identify with? - Other race, ethnicity, or origin (please specify) - Text","Which of the following categories do you identify with? - Mixed race, ethnicity (please specify) - Text","In which of these groups did your total family income, from all sources, fall last year before taxes?",To what extent do you consider yourself a religious person?,Would you be interested in participating in a qualitative interview for this study? You would be paid $15 for about 30 minutes of your time. - Selected Choice,Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,PROLIFIC_PID,provenance-data,provenance-vis,provenance-tour,provenance-explore,isCovidData,complexity,chartType +"{""ImportId"":""startDate"",""timeZone"":""America/New_York""}","{""ImportId"":""endDate"",""timeZone"":""America/New_York""}","{""ImportId"":""status""}","{""ImportId"":""ipAddress""}","{""ImportId"":""progress""}","{""ImportId"":""duration""}","{""ImportId"":""finished""}","{""ImportId"":""recordedDate"",""timeZone"":""America/New_York""}","{""ImportId"":""_recordId""}","{""ImportId"":""recipientLastName""}","{""ImportId"":""recipientFirstName""}","{""ImportId"":""recipientEmail""}","{""ImportId"":""externalDataReference""}","{""ImportId"":""locationLatitude""}","{""ImportId"":""locationLongitude""}","{""ImportId"":""distributionChannel""}","{""ImportId"":""userLanguage""}","{""ImportId"":""QID182""}","{""ImportId"":""QID189_FIRST_CLICK""}","{""ImportId"":""QID189_LAST_CLICK""}","{""ImportId"":""QID189_PAGE_SUBMIT""}","{""ImportId"":""QID189_CLICK_COUNT""}","{""ImportId"":""QID4""}","{""ImportId"":""QID5""}","{""ImportId"":""QID6""}","{""ImportId"":""QID64_FIRST_CLICK""}","{""ImportId"":""QID64_LAST_CLICK""}","{""ImportId"":""QID64_PAGE_SUBMIT""}","{""ImportId"":""QID64_CLICK_COUNT""}","{""ImportId"":""QID191_FIRST_CLICK""}","{""ImportId"":""QID191_LAST_CLICK""}","{""ImportId"":""QID191_PAGE_SUBMIT""}","{""ImportId"":""QID191_CLICK_COUNT""}","{""ImportId"":""QID228_1""}","{""ImportId"":""QID230_1""}","{""ImportId"":""QID231_1""}","{""ImportId"":""QID209_FIRST_CLICK""}","{""ImportId"":""QID209_LAST_CLICK""}","{""ImportId"":""QID209_PAGE_SUBMIT""}","{""ImportId"":""QID209_CLICK_COUNT""}","{""ImportId"":""QID188_FIRST_CLICK""}","{""ImportId"":""QID188_LAST_CLICK""}","{""ImportId"":""QID188_PAGE_SUBMIT""}","{""ImportId"":""QID188_CLICK_COUNT""}","{""ImportId"":""QID245""}","{""ImportId"":""QID246""}","{""ImportId"":""QID247_FIRST_CLICK""}","{""ImportId"":""QID247_LAST_CLICK""}","{""ImportId"":""QID247_PAGE_SUBMIT""}","{""ImportId"":""QID247_CLICK_COUNT""}","{""ImportId"":""QID249""}","{""ImportId"":""QID250""}","{""ImportId"":""QID254_FIRST_CLICK""}","{""ImportId"":""QID254_LAST_CLICK""}","{""ImportId"":""QID254_PAGE_SUBMIT""}","{""ImportId"":""QID254_CLICK_COUNT""}","{""ImportId"":""QID253""}","{""ImportId"":""QID255_FIRST_CLICK""}","{""ImportId"":""QID255_LAST_CLICK""}","{""ImportId"":""QID255_PAGE_SUBMIT""}","{""ImportId"":""QID255_CLICK_COUNT""}","{""ImportId"":""QID223_FIRST_CLICK""}","{""ImportId"":""QID223_LAST_CLICK""}","{""ImportId"":""QID223_PAGE_SUBMIT""}","{""ImportId"":""QID223_CLICK_COUNT""}","{""ImportId"":""QID101_1""}","{""ImportId"":""QID101_2""}","{""ImportId"":""QID101_3""}","{""ImportId"":""QID101_4""}","{""ImportId"":""QID101_12""}","{""ImportId"":""QID101_15""}","{""ImportId"":""QID200_TEXT""}","{""ImportId"":""QID192_FIRST_CLICK""}","{""ImportId"":""QID192_LAST_CLICK""}","{""ImportId"":""QID192_PAGE_SUBMIT""}","{""ImportId"":""QID192_CLICK_COUNT""}","{""ImportId"":""QID102_6""}","{""ImportId"":""QID102_7""}","{""ImportId"":""QID102_8""}","{""ImportId"":""QID102_9""}","{""ImportId"":""QID102_10""}","{""ImportId"":""QID102_11""}","{""ImportId"":""QID117_TEXT""}","{""ImportId"":""QID78_FIRST_CLICK""}","{""ImportId"":""QID78_LAST_CLICK""}","{""ImportId"":""QID78_PAGE_SUBMIT""}","{""ImportId"":""QID78_CLICK_COUNT""}","{""ImportId"":""QID122_2""}","{""ImportId"":""QID203_TEXT""}","{""ImportId"":""QID199_FIRST_CLICK""}","{""ImportId"":""QID199_LAST_CLICK""}","{""ImportId"":""QID199_PAGE_SUBMIT""}","{""ImportId"":""QID199_CLICK_COUNT""}","{""ImportId"":""QID36_1""}","{""ImportId"":""QID36_2""}","{""ImportId"":""QID36_3""}","{""ImportId"":""QID36_4""}","{""ImportId"":""QID36_5""}","{""ImportId"":""QID36_6""}","{""ImportId"":""QID36_7""}","{""ImportId"":""QID65_FIRST_CLICK""}","{""ImportId"":""QID65_LAST_CLICK""}","{""ImportId"":""QID65_PAGE_SUBMIT""}","{""ImportId"":""QID65_CLICK_COUNT""}","{""ImportId"":""QID38_1""}","{""ImportId"":""QID38_2""}","{""ImportId"":""QID38_3""}","{""ImportId"":""QID38_4""}","{""ImportId"":""QID38_5""}","{""ImportId"":""QID38_6""}","{""ImportId"":""QID38_7""}","{""ImportId"":""QID38_8""}","{""ImportId"":""QID204_TEXT""}","{""ImportId"":""QID72_FIRST_CLICK""}","{""ImportId"":""QID72_LAST_CLICK""}","{""ImportId"":""QID72_PAGE_SUBMIT""}","{""ImportId"":""QID72_CLICK_COUNT""}","{""ImportId"":""QID39_1""}","{""ImportId"":""QID39_2""}","{""ImportId"":""QID39_3""}","{""ImportId"":""QID39_4""}","{""ImportId"":""QID39_5""}","{""ImportId"":""QID39_6""}","{""ImportId"":""QID73_FIRST_CLICK""}","{""ImportId"":""QID73_LAST_CLICK""}","{""ImportId"":""QID73_PAGE_SUBMIT""}","{""ImportId"":""QID73_CLICK_COUNT""}","{""ImportId"":""QID11""}","{""ImportId"":""QID13""}","{""ImportId"":""QID74_FIRST_CLICK""}","{""ImportId"":""QID74_LAST_CLICK""}","{""ImportId"":""QID74_PAGE_SUBMIT""}","{""ImportId"":""QID74_CLICK_COUNT""}","{""ImportId"":""QID14""}","{""ImportId"":""QID15_TEXT""}","{""ImportId"":""QID16_1""}","{""ImportId"":""QID17""}","{""ImportId"":""QID23""}","{""ImportId"":""QID27""}","{""ImportId"":""QID27_4_TEXT""}","{""ImportId"":""QID18""}","{""ImportId"":""QID18_8_TEXT""}","{""ImportId"":""QID18_9_TEXT""}","{""ImportId"":""QID19""}","{""ImportId"":""QID20""}","{""ImportId"":""QID25""}","{""ImportId"":""QID75_FIRST_CLICK""}","{""ImportId"":""QID75_LAST_CLICK""}","{""ImportId"":""QID75_PAGE_SUBMIT""}","{""ImportId"":""QID75_CLICK_COUNT""}","{""ImportId"":""PROLIFIC_PID""}","{""ImportId"":""provenance-data""}","{""ImportId"":""provenance-vis""}","{""ImportId"":""provenance-tour""}","{""ImportId"":""provenance-explore""}","{""ImportId"":""isCovidData""}","{""ImportId"":""complexity""}","{""ImportId"":""chartType""}" +2023-03-12 20:55:26,2023-03-12 20:59:13,0,72.140.211.54,100,227,1,2023-03-12 20:59:14,R_8rmBCqRevUJbRip,,,,,43.6859,-79.3974,anonymous,EN,1,3.541,3.541,4.591,1,,,,,,,,0,0,15.01,0,80,45,88,3.993,9.391,10.534,3,1.866,4.415,6.225,2,-1,-3,6.102,7.097,8.181,2,1,-2,5.138,6.329,9.187,2,-3,5.469,5.469,6.497,1,0,0,52.499,0,3,1,7,4,2,7,,7.096,12.496,13.606,6,7,7,2,2,1,5,It seems scientific,1.84,1.84,7.176,1,1,,2.222,4.572,5.635,2,2,7,3,4,1,5,6,0,0,8.669,0,2,2,2,3,3,2,3,3,,2.328,5.928,7.555,8,3,2,2,2,3,1,2.183,4.707,6.738,6,2,,1.402,1.402,2.475,1,2,1984,Massachusetts,1,3,1,,2,,,1,1,2,1.077,24.044,25.414,14,,,,,,0,, +2023-03-12 22:55:27,2023-03-12 23:03:56,0,96.244.99.19,100,508,1,2023-03-12 23:03:56,R_24CbqjyCefqjEDT,,,,,39.2124,-76.8776,anonymous,EN,1,9.267,9.902,11.717,2,1,4,2,1.802,3.904,4.822,3,0,0,15.007,0,100,100,50,9.084,16.242,17.347,3,14.352,17.433,28.831,2,-3,1,43.947,63.925,66.381,3,-3,-3,5.99,71.921,74.179,5,-3,46.049,46.79,48.377,2,0,0,15.01,0,6,6,6,6,6,6,,4.133,9.663,11.581,6,6,6,6,6,4,6,"The visualization is showing me the rate of cases as opposed to absolute numbers, which indicates it is trying to communicate useful information to me.",2.27,2.27,43.449,1,5,,3.661,5.474,8.503,2,2,7,3,4,1,5,6,0,0,15.853,0,5,6,1,5,7,3,10,9,,4.052,15.547,17.493,8,3,4,2,3,4,3,3.563,19.786,20.905,6,1,3,1.756,13.133,14.332,2,2,1999,Maryland,6,3,1,,7,,,17,4,1,3.958,42.813,52.461,12,5ec4a0fffe991f37f61b356e,,,,,1,, +2023-03-12 22:52:45,2023-03-12 23:05:28,0,167.224.159.51,100,762,1,2023-03-12 23:05:29,R_1kZDJESNJtHyIqs,,,,,36.0557,-94.1567,anonymous,EN,1,11.565,11.565,13.057,1,1,2,1,1.835,5.572,6.33,2,14.198,14.198,15.109,1,63,34,57,0.53,26.614,27.854,4,15.92,60.804,64.286,11,1,1,33.066,63.213,64.76,10,-3,-1,14.354,56.06,56.822,13,1,9.108,81.76,82.57,16,13.617,13.617,15.136,1,2,2,4,3,6,4,,1.516,27.755,30.455,12,2,3,3,1,1,5,"In this context, I feel no reason for distrusting it. No clear dishonest motive.",0.901,0.901,60.189,1,4,,7.967,7.967,9.629,1,2,7,3,4,1,5,6,6.309,6.777,16.473,2,1,3,5,5,2,1,11,11,,4.799,45.26,50.021,18,4,4,1,1,4,5,6.542,26.207,26.75,8,2,1,3.184,8.092,10.986,3,1,1999,Arkansas,3,3,1,,2,,,8,4,1,2.369,57.956,60.204,29,63127274665ebf35cb1a9571,,,,,1,, +2023-03-12 22:49:06,2023-03-12 23:08:06,0,71.114.60.102,100,1139,1,2023-03-12 23:08:07,R_3Hnsy0bnh9pW97e,,,,,38.6326,-77.2661,anonymous,EN,1,31.406,31.406,34.236,1,,,,,,,,0,0,15.009,0,96,95,41,32.044,54.797,55.962,6,8.089,72.668,80.644,3,1,1,40.406,52.677,87.532,2,1,-2,40.26,88.13,91.578,3,-2,97.616,97.616,109.125,1,0,0,15.016,0,3,4,3,5,5,3,,10.875,57.411,60.221,7,5,5,3,7,1,3,"You can use data and visualizations to sway others in many different ways. While I have no proof, there could be information unaccounted for, or the information recorded could have been calculated incorrectly.",3.401,151.338,156.198,8,3,,13.763,14.983,18.243,2,2,7,3,4,1,5,6,0,0,31.31,0,1,7,7,4,1,2,9,5,,11.766,52.462,57.366,12,3,4,2,3,4,3,23.275,54.331,58.65,6,3,,15.827,15.827,19.632,1,2,2002,Virginia,3,1,1,,8,Woodbridge,,16,4,2,10.53,145.531,146.498,46,60f1bdd684969df9641e994b,,,,,0,, +2023-03-12 23:02:01,2023-03-12 23:14:33,0,75.1.91.184,100,751,1,2023-03-12 23:14:34,R_31jGH7YiQuZev6v,,,,,29.4227,-98.4927,anonymous,EN,1,4.961,4.961,5.923,1,1,4,2,11.141,12.336,13.342,2,8.758,8.758,15.106,1,100,100,50,15.308,24.376,25.39,3,5.668,160.165,162.164,2,1,1,22.185,48.708,50.001,4,1,-3,30.698,54.968,55.925,2,1,38.418,38.418,39.833,1,0,0,15.107,0,6,6,6,6,6,6,,7.735,16.736,18.861,7,6,6,5,5,3,6,It shows it in an organized manner,2.407,2.407,12.78,1,3,,5.117,14.527,15.892,5,2,7,3,4,1,5,6,0,0,25.301,0,1,1,1,1,1,1,11,10,,6.052,16.319,17.801,8,4,4,2,3,3,3,12.861,42.337,43.298,7,1,2,5.775,13.07,17.526,3,1,1993,Texas,3,3,1,,9,,Black and Mexican,3,4,1,3.207,157.3,158.024,53,63129dd30887fb3d46640f2b,,,,,1,, +2023-03-12 23:04:47,2023-03-12 23:15:00,0,24.43.21.218,100,612,1,2023-03-12 23:15:01,R_3eldnrMSyXSZgDz,,,,,33.5173,-117.1208,anonymous,EN,1,39.353,39.353,40.403,1,,,,,,,,0,0,15.015,0,22,15,15,5.166,9.832,11.652,4,19.4,22.599,24.996,2,1,1,30.475,39.255,40.467,2,1,-1,30.432,78.102,82.022,5,1,38.552,38.552,39.953,1,0,0,15.109,0,3,7,3,7,5,3,"I think count and rate seem different, so I don't understand why both terms are used.Also it's visually confusing with the stacking as it's not clear if the orange bar goes all the way down ",9.537,116.666,123.751,13,7,1,1,7,1,3,"I have no domain knowledge to say whether it makes sense or not.,And I find the stacked format really confusing and pointless",2.013,33.198,34.182,2,5,,3.216,8.083,10.646,5,2,7,3,4,1,5,6,0,0,14.521,0,4,5,2,8,7,7,10,10,,3.22,13.722,15.507,8,4,4,2,2,3,4,10.286,20.376,21.821,6,1,,15.636,15.636,17.384,1,2,1980,California,6,1,1,,7,,,17,4,1,1.766,35.88,54.502,13,5a49d6a06d85f80001c25bc4,,,,,0,, +2023-03-12 23:07:40,2023-03-12 23:17:14,0,75.172.177.246,100,573,1,2023-03-12 23:17:14,R_1rPvaQfO3zfCdsf,,,,,47.6631,-122.3029,anonymous,EN,1,46.247,46.247,47.262,1,,,,,,,,0,0,15.109,0,85,84,35,6.533,10.534,17.795,3,13.522,21.926,25.863,2,1,1,28.502,38.116,41.554,2,-3,-3,35.383,67.596,84.941,8,1,14.687,67.203,71.197,4,0,0,15.011,0,4,3,5,5,5,5,,6.072,19.647,21.342,7,4,5,3,7,7,4,"Well it doesn't include a source to verify its statistics, but other than that, it appears to be trustworthy. I'm not really sure, as I am not an expert in insect troubles or fungi troubles in Croatia of all places.",1.631,2.8,51.215,2,5,,4.298,8.921,10.407,7,2,7,3,4,1,5,6,6.71,16.821,18.595,4,2,5,2,4,4,6,10,10,,4.463,25.189,27.021,16,5,4,1,2,5,4,6.817,26.946,27.751,11,2,,1.644,1.644,5.631,1,1,1998,Washington,3,1,1,,7,,,4,3,2,1.198,36.927,38.201,15,610333282a90d4b77609c5f8,,,,,0,, +2023-03-12 23:09:51,2023-03-12 23:20:45,0,24.214.85.223,100,654,1,2023-03-12 23:20:46,R_3pi2kNkyG6wUhE5,,,,,33.4734,-82.0111,anonymous,EN,1,4.37,4.37,10.457,1,1,3,1,2.156,6.018,7.672,2,0,0,15.111,0,70,44,72,6.188,15.109,16.703,3,6.312,66.363,69.442,9,1,1,39.452,50.354,52.804,2,-3,-3,30.615,50.377,52.903,2,1,18.389,32.995,34.935,2,0,0,16.224,0,3,3,4,4,4,4,,4.532,22.026,26.515,8,4,3,4,2,3,3,I don't know if the data is verifiable. ,2.063,2.063,16.746,1,4,,12.097,12.097,18.1,1,2,7,3,4,1,5,6,0,0,23.434,0,2,5,7,4,3,6,10,9,,10.425,26.748,29.865,8,4,4,3,2,2,4,3.005,31.466,35.435,6,5,4,3.953,14.08,16.829,2,1,1997,Georgia,6,3,1,,7,,,12,3,1,2.15,60.601,62.971,16,5c17294778ee390001ab19e5,,,,,1,, +2023-03-12 23:13:51,2023-03-12 23:22:43,0,174.63.59.104,100,531,1,2023-03-12 23:22:43,R_1g7xhCUCoRYIwAy,,,,,38.8503,-104.8567,anonymous,EN,1,3.845,3.845,4.89,1,1,3,2,4.015,10.03,12,2,0,0,15.107,0,73,79,55,10.096,15.234,16.931,3,8.358,12.843,22.021,2,1,1,17.452,34.064,35.878,3,-3,1,33.545,79.583,82.057,3,1,28.569,56.518,57.965,2,0,0,15.007,0,3,7,4,4,5,4,,7.021,22.288,25.593,7,5,5,4,6,5,5,"Although there are no hard data associated with this, it seems like a plausible number of cases based on societal behaviors of vacc/unvacc individuals.",1.643,1.643,45.785,1,2,,3.273,4.861,8.398,2,2,7,3,4,1,5,6,0,0,19.283,0,3,4,10,9,3,7,9,10,,3.87,25.05,28.024,10,4,4,1,1,4,5,2.945,16.356,17.4,6,5,1,3.434,9.009,11.602,2,1,1981,Colorado,7,1,1,,7,,,14,2,1,2.062,68.993,74.114,17,5e11882114ae638303c715d9,,,,,1,, +2023-03-12 22:56:45,2023-03-12 23:22:56,0,72.218.13.127,100,1570,1,2023-03-12 23:22:56,R_vrc5DL09FLrqtGx,,,,,37.11,-76.5115,anonymous,EN,1,4.354,4.354,6.218,1,,,,,,,,3.502,5.235,16.172,3,81,0,0,58.555,160.915,162.121,7,3.079,523.207,527.598,31,-1,-1,3.886,153.52,154.547,8,-1,-1,2.983,9.883,11.081,5,-1,121.291,271.634,272.875,10,6.465,6.465,15.01,1,1,1,1,1,1,1,,3.18,24.473,25.868,9,1,1,1,1,1,1,I don't know how to read them and its too much,2.629,2.629,24.219,1,1,,2.245,10.564,11.685,5,2,7,3,4,1,5,6,3.401,25.825,27.144,3,1,1,1,1,1,1,1,1,,1.623,11.691,12.849,13,5,5,1,1,5,1,1.787,45.974,47.124,11,4,,11.712,14.656,15.865,4,1,1991,Virginia,3,2,1,,3,,,4,3,1,1.589,114.49,115.691,35,62e6c5d05d354e1f99d612e4,,,,,0,, +2023-03-12 23:27:49,2023-03-12 23:28:01,0,98.169.160.252,100,11,1,2023-03-12 23:28:02,R_0wcwHhKg4FxNhMR,,,,,38.3416,-77.4307,anonymous,EN,2,8.573,8.573,10.085,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5fd8ca40697e370870a312e8,,,,,,, +2023-03-12 23:15:40,2023-03-12 23:28:09,0,47.232.88.100,100,748,1,2023-03-12 23:28:11,R_1n29yspyMQhoH9u,,,,,38.5317,-89.9988,anonymous,EN,1,8.067,8.699,9.225,2,,,,,,,,0,0,15.007,0,78,64,62,12.153,19.951,24.705,4,7.339,159.386,180.754,17,1,1,24.237,35.056,36.535,2,-3,-3,33.324,76.043,77.201,4,1,43.236,43.236,44.386,1,5.56,9.291,16.316,7,5,5,5,4,5,4,This graph's coloring is unpleasant.,6.662,15.888,30.222,7,5,5,4,3,3,4,"It seems scientific, though I don't like the way the data is presented.",2.919,2.919,20.549,1,5,Thank you for the opportunity.,8.927,10.022,20.877,2,2,7,3,4,1,5,6,0,0,20.716,0,6,6,8,7,6,7,8,8,"None, thanks :)",4.121,19.113,23.998,9,4,3,2,2,4,4,2.654,25.091,27.926,11,4,,3.192,3.192,4.862,1,1,1996,Illinois,6,1,1,,7,,,19,5,2,0.799,111.221,115.448,24,5c7e14531c3cf8001638b5b0,,,,,0,, +2023-03-12 23:18:41,2023-03-12 23:28:31,0,99.9.227.253,100,590,1,2023-03-12 23:28:32,R_2tMAIUb1zU7FkvP,,,,,39.7436,-86.1158,anonymous,EN,1,5.176,24.003,24.998,3,2,,2,2.732,2.732,3.763,1,0,0,15.01,0,50,100,50,11.19,23.246,27.691,3,11.733,21.339,35.77,2,1,-3,25.754,47.199,48.906,2,-3,-3,38.217,74.525,75.402,3,-1,40.488,40.488,41.306,1,0,0,15.027,0,3,7,3,5,5,1,,19.122,41.818,45.423,6,7,5,3,1,1,5,"You told me to assume that I trust the data. I don't, but that's what you told me to do.",3.322,25.757,29.203,5,4,,6.6,6.6,8.599,1,2,7,3,4,1,5,6,0,0,14.586,0,1,1,1,1,1,1,1,1,"I don't trust scientists. I would trust science, except it is performed by humans.",2.816,20.48,39.303,10,1,1,4,5,1,2,8.427,19.182,19.975,6,6,2,2.201,12.944,14.277,2,2,1977,Indiana,7,3,1,,8,Indianapolis,,10,4,2,2.596,67.952,74.298,31,55cb79e0fdf99b3c26ae4bca,,,,,1,, +2023-03-12 23:20:47,2023-03-12 23:31:34,0,66.61.113.24,100,646,1,2023-03-12 23:31:36,R_3hyC0Rwbk7iPMzb,,,,,40.8784,-82.6541,anonymous,EN,1,13.969,13.969,15.408,1,,,,,,,,0,0,15.009,0,83,82,70,8.892,16.484,17.495,3,14.548,20.867,35.593,2,-2,1,10.414,33.173,34.177,4,-3,-3,27.339,66.275,69.218,2,1,24.252,24.252,33.569,1,0,0,15.11,0,5,4,5,5,6,5,,11.943,21.807,25.118,6,6,6,6,6,6,6,I trust this visualization,1.382,18.294,34.505,2,3,,7.944,7.944,15.053,1,2,7,3,4,1,5,6,39.488,39.488,54.797,1,3,5,4,4,1,5,10,11,,4.383,16.248,18.476,8,4,4,2,3,4,4,8.911,37.878,39.37,7,4,,5.913,5.913,7.654,1,1,1998,Ohio,2,2,1,,7,,,4,3,1,1.274,127.273,153.864,43,63d80e0449b458dd5f8140be,,,,,0,, +2023-03-12 23:21:18,2023-03-12 23:33:09,0,24.193.135.1,100,710,1,2023-03-12 23:33:10,R_1QLPEXxUJgrVGxr,,,,,40.6001,-73.7497,anonymous,EN,1,13.707,15.215,16.283,3,,,,,,,,0,0,15.114,0,44,21,12,18.152,38.536,39.706,6,5.019,32.713,35.238,5,-1,-1,23.4,30.728,31.685,4,1,-1,12.59,77.952,78.937,8,-1,16.646,25.646,26.402,4,3.027,10.492,15.021,3,3,3,3,1,2,3,none,1.511,35.229,38.681,10,1,1,1,1,1,3,I don't know if these are actually facts or its random data.,3.366,38.089,42.693,2,5,none,12.474,22.165,23.891,5,2,7,3,4,1,5,6,10.08,26.054,26.986,3,5,5,8,7,7,7,8,10,none,6.735,31.863,34.75,12,1,3,1,2,2,3,9.692,44.911,46.701,8,2,,8.797,23.841,25.406,3,1,1979,New York,3,1,1,,8,Rockaway Park,,9,2,1,3.828,146.819,147.803,28,63f2e107c4d0bc684b99d2c6,,,,,0,, +2023-03-12 23:24:07,2023-03-12 23:33:12,0,67.182.177.152,100,544,1,2023-03-12 23:33:13,R_1oBenWNiEBzuFqv,,,,,37.6752,-120.9465,anonymous,EN,1,5.432,5.432,6.439,1,,,,,,,,0,0,15.014,0,100,100,78,4.267,15.84,18.502,6,17.73,23.842,50.437,2,-1,1,15.123,29.58,32.37,10,-3,-3,25.857,55.243,55.679,3,1,20.576,20.576,22.401,1,0,0,15.02,0,5,4,6,4,5,5,,5.892,28.831,39.586,9,4,4,5,2,7,6,I don't think that there is any reason for anyone to lie about the data on the visualization. The graph seems like it has accurate information.,2.808,2.808,27.35,1,6,When using the interactive graph a box with information got stuck open and appeared on every page of the survey and blocked some of the information on the other graphs.,5.339,6.51,58.924,2,2,7,3,4,1,5,6,0,0,16.184,0,1,1,2,4,1,3,11,10,,6.5,17.155,19.535,8,3,3,1,2,5,3,12.012,27.595,28.6,7,1,,8.084,8.084,9.656,1,2,1989,California,7,2,1,,9,,Modesto,11,4,1,2.292,72.317,76.579,43,5fb54678abd965015f4ae7b7,,,,,0,, +2023-03-12 23:24:38,2023-03-12 23:34:35,0,98.15.201.132,100,597,1,2023-03-12 23:34:36,R_232a0FWkOGkpCHe,,,,,41.3944,-74.3332,anonymous,EN,1,1.555,10.598,11.446,2,1,2,2,2.014,5.642,10.971,2,0,0,15.057,0,100,100,52,18.006,31.495,32.374,5,6.551,13.324,17.277,2,1,1,29.048,43.03,44.957,3,-3,-3,17.587,90.501,110.904,4,1,32.729,34.196,37.153,2,0,0,15.022,0,6,3,3,6,6,6,,7.509,21.02,24.923,7,6,6,6,5,5,6,it's from the CDC,3.819,3.819,13.055,1,4,,6.822,6.822,9.987,1,2,7,3,4,1,5,6,0,0,26.238,0,1,6,1,6,1,1,11,10,,9.226,28.035,29.987,9,2,3,3,3,1,3,18.426,53.374,55.464,8,2,2,0.846,17.403,19.213,3,1,1999,New York,3,3,1,,7,,,18,4,2,4.296,59.028,63.531,13,640e11f99076926cad445e1e,,,,,1,, +2023-03-12 23:27:36,2023-03-12 23:34:43,0,98.188.190.24,100,427,1,2023-03-12 23:34:44,R_vOdpQIc9BfTck13,,,,,36.0344,-114.9705,anonymous,EN,1,3.238,3.238,4.038,1,1,2,2,0,0,3.885,0,0,0,15.109,0,82,92,71,8.78,12.25,13.495,3,7.267,22.262,28.164,3,-3,1,49.89,64.784,68.391,3,1,-3,11.718,34.021,35.245,3,1,26.271,26.542,29.427,2,0,0,15.013,0,4,4,5,5,5,5,,7.369,19.047,20.669,8,4,5,5,3,4,4,"It states the source and the source should be somewhere that I trust. But then again, anyone can claim the source is from this place but not be true.",2.188,2.188,32.294,1,5,,4.92,4.92,6.203,1,2,7,3,4,1,5,6,0,0,16.968,0,6,7,8,9,7,6,10,10,,0,0,15.407,0,2,2,3,3,3,4,0,0,14.665,0,2,2,0,0,11.077,0,1,1991,Nevada,5,2,1,,7,,,6,4,2,6.575,54.494,58.62,16,5e1f7b2a4c9b832b34e7c9d3,,,,,1,, +2023-03-12 23:23:49,2023-03-12 23:34:45,0,69.23.103.128,100,655,1,2023-03-12 23:34:45,R_9N8K5fxwjCP8WUp,,,,,44.2433,-88.3564,anonymous,EN,1,16.133,16.133,16.992,1,1,1,1,7.671,9.382,10.881,2,0,0,15.015,0,67,80,46,12.995,19.307,20.105,3,6.762,9.769,11.552,2,1,1,42.179,53.51,55.082,2,-3,-3,31.421,49.691,50.945,2,-2,137.619,137.619,139.096,1,0,0,15.009,0,4,4,4,4,4,4,,10.313,13.346,16.033,6,6,6,6,6,6,6,its easy to understand,1.964,1.964,13.635,1,4,,5.498,5.498,7.451,1,2,7,3,4,1,5,6,0,0,14.031,0,9,9,9,9,9,9,9,9,,6.364,11.657,13.819,8,1,1,5,4,1,1,18.047,31.376,33.123,7,4,2,3.259,7.689,8.839,2,2,1988,Wisconsin,4,2,1,,7,,,4,5,1,2.274,55.15,59.285,16,5e8681d1fc96dd135df99ee6,,,,,1,, +2023-03-12 23:20:27,2023-03-12 23:34:49,0,72.219.78.66,100,861,1,2023-03-12 23:34:50,R_2E77mJLu1PZxmrB,,,,,33.6128,-117.6622,anonymous,EN,1,257.195,261.504,263.171,8,,,,,,,,2.897,2.897,15.008,1,100,100,50,0.268,25.943,27.821,11,4.666,50.06,51.297,9,1,1,1.737,34.862,36.016,10,-3,-3,2.17,42.613,43.852,16,1,2.34,41.594,42.679,5,2.139,5.526,15.014,2,3,4,4,4,5,5,,3.668,25.589,26.769,11,5,5,5,1,3,5,I have no reason not to believe the information presented to me,2.834,4.96,18.405,3,6,,3.012,7.291,8.539,5,2,7,3,4,1,5,6,4.853,13.59,14.383,4,3,6,6,5,6,7,9,9,,3.331,20.309,21.395,14,4,4,2,2,4,4,4.579,17.93,23.647,10,2,,1.92,3.662,4.752,3,2,1972,California,7,1,1,,7,,,13,4,1,1.438,57.519,60.592,28,5b894987e79bf50001e1ff95,,,,,0,, +2023-03-12 23:16:58,2023-03-12 23:34:53,0,73.208.7.87,100,1075,1,2023-03-12 23:34:53,R_1PZvm5tCZHMLiO4,,,,,41.8482,-87.6521,anonymous,EN,1,4.701,4.701,6.244,1,,,,,,,,12.373,12.373,15.009,1,50,94,99,22.667,50.614,54.654,30,5.575,23.913,25.134,5,1,1,44.042,52.202,54.612,4,-3,1,0.19,158.923,163.102,4,1,14.907,63.021,64.414,3,1.642,10.65,15.116,2,3,3,3,5,6,4,,2.647,33.68,34.505,10,2,6,4,2,7,4,The sourcing is existent and I have no reason to believe the HPK is an unreliable source of data. ,2.483,295.968,296.278,10,4,,10.638,14.511,16.456,6,2,3,4,5,1,6,7,0,0,9.793,0,1,8,1,4,4,3,10,10,ACAB,12.908,57.755,64.662,27,4,5,1,2,4,5,19.412,49.804,51.337,7,8,,1.476,3.765,6.538,3,3,1999,Illinois,2,2,1,,7,,,5,4,1,2.325,140.204,148.15,28,63ed1a2c8c27c4099b576701,,,,,0,, +2023-03-12 23:18:58,2023-03-12 23:35:53,0,68.46.90.139,100,1014,1,2023-03-12 23:35:53,R_12hI9VBFMasfujl,,,,,45.2377,-93.2765,anonymous,EN,1,4.713,4.713,5.931,1,1,2,2,1.156,3.865,4.54,2,0,0,15.108,0,100,83,74,7.366,10.813,11.681,4,5.419,10.564,29.676,2,1,-3,43.639,52.458,53.221,2,-3,1,2.678,63.067,64.499,22,-3,9.856,30.99,32.543,2,0,0,15.006,0,4,3,4,6,5,6,,9.36,20.596,22.355,8,4,5,5,7,7,5,"The data makes sense to me, and I like that the axes are consistent. ",1.576,2.701,17.227,2,4,,4.55,7.829,8.593,5,2,7,3,4,1,5,6,12.181,17.225,338.68,2,3,7,9,9,6,8,11,10,,8.308,18.724,20.227,11,5,4,1,1,5,5,5.497,19.959,20.909,7,5,3,3.215,22.974,23.612,6,1,1991,Minnesota,6,1,1,,4,,,17,3,1,2.478,51.821,53.622,20,63e081512a825f68bcfdc757,,,,,1,, +2023-03-12 23:28:32,2023-03-12 23:36:14,0,67.182.64.231,100,461,1,2023-03-12 23:36:14,R_1GTxX0GlJFNNFW0,,,,,38.581,-121.4939,anonymous,EN,1,3.81,3.81,5.286,1,1,2,2,1.3,3.039,3.771,2,0,0,15.106,0,93,100,100,9.137,21.555,25.537,4,7.66,27.213,27.798,8,1,1,30.061,37.085,38.165,2,-3,-3,6.334,61.197,62.194,8,1,14.76,24.468,25.453,2,12.633,12.633,15.013,1,7,3,7,6,6,7,,8.477,21.922,24.313,7,5,6,6,1,3,6,"It said ""Assuming you trust the information"". So, assuming I trust the actual numbers, I do not feel the visualization was doing anything to try and misrepresent those numbers.",4.112,54.249,54.914,8,6,,4.327,4.327,6.098,1,2,7,3,4,1,5,6,0,0,13.487,0,1,1,10,10,1,6,9,10,,3.709,16.595,17.84,9,4,3,3,3,3,4,8.999,20.643,23.197,6,6,2,2.274,8.147,10.305,2,1,1998,California,6,3,1,,7,,,19,4,1,1.974,40.906,44.805,12,640e54837a907926a3ee82aa,,,,,1,, +2023-03-12 23:21:52,2023-03-12 23:37:08,0,70.123.36.249,100,915,1,2023-03-12 23:37:08,R_phC14PS2rTiRoQN,,,,,30.2627,-97.7467,anonymous,EN,1,24.594,25.097,26.107,2,1,3,2,4.335,7.035,8.327,2,0,0,15.118,0,100,100,85,5.001,26.061,26.705,5,15.673,19.115,59.331,2,1,1,27.588,40,41.772,2,-3,-3,66.148,179.527,183.465,11,1,42.651,42.651,44.387,1,2.257,2.257,15.02,1,6,5,6,6,6,5,,3.285,64.549,67.716,9,6,5,5,3,4,5,Seems to align with scientific data in regards to the efficacy of the covid-19 vaccine. The only reason I didn't put strong agree is because I just in general try not to believe everything I see on the internet without fact-checking.,2.796,2.796,83.443,1,2,,7.827,10.966,17.232,4,2,7,3,4,1,5,6,0,0,28.249,0,1,1,1,1,4,1,10,8,,12.421,45.526,70.88,14,3,3,1,1,4,5,10.432,38.53,40.2,6,1,2,13.917,29.047,31.405,5,1,1991,Texas,6,1,1,,7,,,6,4,1,5.83,85.267,86.823,22,610878f08e2b6c83ea3905da,,,,,1,, +2023-03-12 23:25:56,2023-03-12 23:37:26,0,76.132.72.146,100,690,1,2023-03-12 23:37:26,R_RklXsEeQFmhn1Yt,,,,,37.3177,-122.0438,anonymous,EN,1,16.873,16.873,17.646,1,1,3,1,3.622,6.369,7.198,2,0,0,15.125,0,79,19,66,4.145,19.756,22.839,4,17.484,62.034,91.94,7,1,-3,41.411,49.14,63.565,2,1,-1,66.877,90.365,91.134,3,1,34.255,34.255,37,1,6.663,7.46,15.016,2,4,5,5,4,3,4,,3.225,27.433,29.484,13,4,7,4,2,2,4,"I think it looks accurate to my knowledge, but it needs to indicate the source for me to say that I fully trust the visualization.",2.051,14.671,58.231,6,5,,1.536,10.971,12.898,3,2,7,3,4,1,5,6,0,0,25.82,0,6,4,8,5,9,3,10,11,,5.363,18.754,20.608,10,3,2,2,3,4,2,14.558,32.854,33.833,10,3,1,2.4,6.881,9,2,1,2005,California,1,3,1,,2,,,13,3,2,2.387,80.651,86.323,31,63d8548b51a28912d9fba859,,,,,1,, +2023-03-12 23:25:24,2023-03-12 23:37:30,0,76.107.134.196,100,725,1,2023-03-12 23:37:30,R_1kXN6Klz7fR2rnW,,,,,35.1499,-90.0558,anonymous,EN,1,120.172,120.172,130.937,1,,,,,,,,0,0,15.008,0,73,87,67,34.938,40.251,41.383,3,15.937,19.254,28.285,2,1,1,27.499,44.182,48.434,3,1,-3,22.301,57.135,58.784,2,1,52.703,52.703,54.101,1,0,0,15.109,0,5,7,5,7,5,5,It does not say why there were so many pests certain weeks. ,9.528,70.652,71.118,9,5,5,5,7,2,5,"It is clear, especially because you can see exact numbers by hovering over it, plus it is weekly data so it is easy to compare each week. ",1.346,1.346,41.127,1,5,,6.559,9.81,11.471,5,2,7,3,4,1,5,6,0,0,21.209,0,2,2,3,3,2,4,3,3,,10.766,21.634,26.618,8,4,4,2,2,4,3,13.797,31.681,33.243,6,5,,7.429,7.429,9.326,1,2,2001,Tennessee,3,1,1,,7,,,15,2,1,2.435,62.56,66.245,19,6108bfbf2e07c5612eb90182,,,,,0,, +2023-03-12 23:28:33,2023-03-12 23:38:19,0,98.213.160.72,100,586,1,2023-03-12 23:38:19,R_Zn6w6YOyxBWXxLP,,,,,41.8482,-87.6521,anonymous,EN,1,3.813,3.813,5.28,1,1,4,2,1.977,3.383,4.59,2,0,0,15.013,0,98,100,99,7.467,17.34,18.84,7,10.209,13.887,19.414,2,1,-3,19.474,27.817,29.972,2,1,1,22.264,96.746,98.745,4,1,37.925,37.925,40.144,1,0,0,15.013,0,5,3,3,6,7,3,,5.194,17.785,20.116,6,5,7,7,7,4,7,It took me a second to realize the stacked nature of the bars makes it difficult to compare populations visually. Weeks where both populations spiked make the unvaccinated population look disproportionately higher,3.893,3.893,44.397,1,5,,9.91,11.624,19.332,2,2,7,3,4,1,5,6,0,0,24.554,0,2,5,2,5,4,9,10,11,,3.378,27.85,29.112,11,4,1,2,2,4,4,13.993,37.777,59.896,8,5,2,3.458,8.911,10.473,2,1,1993,Illinois,6,3,1,,2,,,16,2,1,2.864,74.154,92.474,14,615a1d9297d4e05d6df9da22,,,,,1,, +2023-03-12 23:28:03,2023-03-12 23:39:53,0,71.1.156.211,100,709,1,2023-03-12 23:39:54,R_1Hdi1kTkTuBg3L6,,,,,28.9108,-81.5248,anonymous,EN,1,18.39,19.194,69.04,2,,,,,,,,0,0,15.03,0,85,42,41,10.359,47.872,52.363,7,7.108,31.479,46.334,3,-2,1,32.204,43.454,45.059,2,-3,-3,34.649,68.412,70.94,2,1,34.365,34.365,36.541,1,0,0,15.164,0,3,2,3,4,4,4,What happened the week of December 27th? How does that compare to previous Decembers?,16.939,39.395,60.094,7,4,4,3,1,1,4,"I have no reason not to, but then I don't care enough to fact check it.",2.458,2.458,19.649,1,6,,4.188,5.608,8.02,4,2,7,3,4,1,5,6,0,0,21.056,0,1,3,1,2,3,1,8,8,,3.963,21.472,33.42,11,2,2,1,4,2,3,4.252,23.461,25.249,8,1,,1.478,1.478,4.554,1,1,1989,Florida,7,1,1,,7,,,1,3,1,0.027,76.343,80.77,17,63e5ffdf639ebdcf35aacb09,,,,,0,, +2023-03-12 23:23:18,2023-03-12 23:40:22,0,68.32.110.193,100,1023,1,2023-03-12 23:40:22,R_1kLGitbJyAuEvO8,,,,,36.3403,-86.7195,anonymous,EN,1,33.895,33.895,35.377,1,1,3,1,1.371,2.953,4.047,2,0,0,15.009,0,92,60,72,10.978,30.638,33.836,4,13.373,84.304,97.665,14,-2,1,30.528,85.234,86.676,2,-3,-3,51.9,132.617,135.416,7,-3,176.554,187.84,189.185,4,0,0,15.112,0,6,5,6,6,5,5,,26.708,42.009,44.402,6,5,6,5,5,5,6,I trust it because of the data that is presented within it.,1.503,36.343,36.852,2,6,,5.422,5.422,6.767,1,2,7,3,4,1,5,6,0,0,12.5,0,5,7,7,7,7,8,10,9,,15.578,113.777,116.089,11,4,4,2,2,5,4,7.275,29.421,30.688,6,2,2,59.064,67.693,69.074,3,2,1994,Tennessee,7,3,1,,7,,,7,3,1,1.653,39.692,47.131,19,612fea78b655df755fe7db24,,,,,1,, +2023-03-12 23:31:56,2023-03-12 23:40:23,0,68.84.26.109,100,507,1,2023-03-12 23:40:23,R_1Qa84VBi0xYwevQ,,,,,30.4274,-84.258,anonymous,EN,1,3.855,3.855,5.043,1,1,1,1,1.704,4.596,5.858,3,0,0,15.011,0,100,100,69,9.358,13.285,14.641,3,30.121,39.163,40.672,2,-2,1,20.467,38.029,39.875,2,-3,-3,30.491,46.522,47.984,2,1,23.815,23.815,27.216,1,0,0,15.014,0,3,3,3,6,6,5,,7.974,33.38,38.729,12,4,6,4,2,3,5,It seems pretty logical... as to the timing and pattern of cases.,3.785,4.765,22.552,2,5,,4.59,8.174,10.324,3,2,7,3,4,1,5,6,0,0,20.791,0,5,7,6,5,9,6,9,9,,11.737,31.093,33.306,11,5,5,1,1,5,5,4.226,23.786,24.682,7,3,1,26.103,31.842,34.556,2,1,1985,Florida,6,3,1,,7,,,10,4,1,2.368,53.332,55.711,13,60f66877a0a732b6dbe3485d,,,,,1,, +2023-03-12 23:32:28,2023-03-12 23:40:41,0,67.82.209.97,100,492,1,2023-03-12 23:40:42,R_27JNXmmIg4vq0e6,,,,,40.5582,-74.5262,anonymous,EN,1,10.739,15.666,16.989,3,,,,,,,,9.869,14.437,15.024,5,58,41,46,3.911,10.531,11.393,9,3.507,14.643,15.551,6,1,1,18.02,25.106,27.306,3,1,-2,11.069,53.451,54.958,5,1,33.834,33.834,35.188,1,0,0,15.02,0,4,4,2,4,4,4,,4.766,10.509,12.371,7,4,3,2,4,4,4,"It looks easy to follow, but anyone can bend data.",1.454,1.454,12.691,1,4,,2.748,4.089,5.201,3,2,7,3,4,1,5,6,4.843,15.248,16.24,2,6,7,3,6,2,7,6,5,,3.62,10.302,11.594,10,3,3,2,3,4,4,1.863,11.068,11.569,10,2,,3.275,3.712,6.4,2,1,1989,New Jersey,7,2,1,,7,,,9,4,1,2.084,120.688,122.407,59,601e13b872774f263d64acac,,,,,0,, +2023-03-12 23:28:01,2023-03-12 23:41:03,0,71.8.83.241,100,782,1,2023-03-12 23:41:04,R_3KBz2hTjMzmmyrM,,,,,33.2663,-86.902,anonymous,EN,1,11.97,11.97,13.865,1,,,,,,,,0,0,15.1,0,100,85,93,8.236,11.946,14.001,3,17.54,66.937,87.375,7,1,1,1.464,36.824,37.58,16,-3,-3,1.068,71.463,72.237,32,-2,38.047,81.245,83.602,2,0,0,15.093,0,6,5,5,6,6,6,"I've never seen such a well detailed interactive graph such as this before. I will say for such large amounts of data with many variables, the interactive slider is needed. ",7.385,17.02,50.915,7,5,6,6,3,1,6,"Very detailed, nicely organized with plenty of information.",1.687,1.687,15.101,1,4,,6.349,6.349,8.653,1,2,7,3,4,1,5,6,0,0,28.455,0,4,4,5,8,5,4,10,10,,6.023,18.424,20.721,8,4,5,1,1,5,5,8.672,26.092,27.389,6,2,,5.8,5.8,7.879,1,2,1999,Alabama,6,2,1,,8,Frisco City,,5,3,1,2.507,218.006,218.608,103,61706d258625bf685b7d6902,,,,,0,, +2023-03-12 23:30:03,2023-03-12 23:41:45,0,107.193.125.27,100,701,1,2023-03-12 23:41:45,R_RkoA9bzY6Kr2CmR,,,,,30.671,-87.1737,anonymous,EN,1,3.544,23.983,25.964,6,1,3,2,1.622,18.952,19.961,4,0,0,15.114,0,100,23,87,9.527,14.198,14.844,3,22.781,52.68,76.784,5,1,1,5.553,43.026,46.731,10,1,-2,8.531,89.415,90.257,5,1,11.675,60.693,61.156,4,0,0,15.01,0,5,4,5,2,2,5,I would've much rather this be split into 2 different graphs based on vaccination rather than one graph with every single group ,6.246,60.778,61.095,11,2,2,2,2,2,5,I trust the makers of the graph ,1.113,31.433,33.773,2,4,,10.166,12.323,13.577,2,2,7,3,4,1,5,6,10.136,10.5,30.302,2,2,2,1,4,2,4,11,7,,6.104,31.135,31.615,20,4,1,1,2,4,2,7.221,35.221,45.634,10,2,1,5.783,11.648,13.158,3,1,2003,Florida,3,1,1,,2,,,14,3,2,3.314,63.438,66.216,39,63ee7c9441abc1335d678cab,,,,,1,, +2023-03-12 23:32:55,2023-03-12 23:42:46,0,72.239.235.142,100,590,1,2023-03-12 23:42:46,R_2w14QXXZXgTuYJ0,,,,,28.5378,-80.6711,anonymous,EN,1,2.768,2.768,3.722,1,1,2,1,1.306,3.902,5.135,2,4.089,4.089,15.121,1,59,17,39,5.54,10.524,12.655,3,37.255,124.639,127.471,12,1,1,32.48,43.286,44.68,2,-3,-3,0.903,49.793,51.397,5,1,15.792,25.302,26.939,2,0,0,15.113,0,4,2,4,4,5,4,,9.348,24.561,26.887,8,4,4,4,2,2,4,I can't tell for sure whether this data is accurate,1.794,2.807,27.734,2,4,,4.289,4.289,6.567,1,2,7,3,4,1,5,6,0,0,27.601,0,4,6,4,5,2,3,10,9,,6.862,17.035,18.845,8,4,2,2,2,3,3,6.382,23.044,24.031,10,2,2,3.871,9.912,12.771,3,2,1995,Florida,5,2,1,,4,,,5,2,1,2.146,99.815,103.515,22,6109d5b1a9daba0fb4e833b9,,,,,1,, +2023-03-12 23:34:18,2023-03-12 23:42:49,0,173.175.212.17,100,510,1,2023-03-12 23:42:49,R_414vg6VCJrsFTKF,,,,,32.7797,-96.8022,anonymous,EN,1,3.406,4.093,4.83,2,,,,,,,,0,0,15.006,0,87,76,90,6.095,10.936,11.58,5,12.231,48.167,49.918,6,-3,1,1.274,75.228,76.333,10,1,-3,23.346,36.378,37.001,2,1,48.133,62.254,63.258,2,0,0,15.12,0,3,3,4,4,5,5,,3.258,20.058,21.688,8,5,5,5,7,7,5,The exact numbers when you hover over the bars makes me trust it more.,2.908,2.908,30.112,1,3,,5.623,5.623,7.01,1,2,7,3,4,1,5,6,0,0,28.376,0,4,5,4,6,2,3,8,9,,3.224,14.807,16.464,15,4,4,1,1,5,5,3.029,28.315,29.328,12,5,,3.255,3.255,4.174,1,1,2005,Texas,1,2,2,,9,,Dallas,8,2,1,1.869,63.23,63.875,33,63f77fe7daecacc6523836d1,,,,,0,, +2023-03-12 23:32:46,2023-03-12 23:43:27,0,68.161.163.31,100,640,1,2023-03-12 23:43:27,R_1oAPoQyQ0zNVjPW,,,,,40.5948,-73.9715,anonymous,EN,1,10.402,10.402,11.584,1,,,,,,,,0,0,15.108,0,100,100,67,14.431,21.871,22.7,3,16.85,25.721,27.517,2,1,-2,12.696,41.633,47.078,4,-3,-3,34.288,58.176,59.29,3,1,40.223,40.223,43.591,1,0,0,15.006,0,5,1,5,5,6,5,,18.089,41.935,44.837,8,4,6,6,1,7,6,I see no reason to not trust the data,1.546,24.381,25.297,3,5,,6.927,14.826,15.5,3,2,7,3,4,1,5,6,0,0,18.077,0,3,4,6,7,6,5,10,10,,5.724,45.401,47.22,8,4,4,1,2,4,5,9.167,49.538,50.912,11,3,,9.169,9.169,10.932,1,1,1997,New York,6,2,3,,2,,,4,4,1,2.324,90.134,101.834,24,5b1a3fa488ee7400012aef74,,,,,0,, +2023-03-12 23:37:30,2023-03-12 23:43:53,0,208.104.213.129,100,382,1,2023-03-12 23:43:54,R_3dKXJBwKmfb0AGv,,,,,35.0125,-80.9309,anonymous,EN,1,1.366,2.154,2.911,2,,,,,,,,6.539,9.918,15.122,2,56,31,75,5.056,10.875,11.565,3,8.554,38.877,40.81,5,-2,-1,7.926,32.126,34.182,5,-1,-1,12.435,14.281,15.356,2,1,6.272,60.83,61.807,3,0,0,15.037,0,3,3,3,2,2,3,,11.314,22.139,24.624,7,3,7,3,1,1,3,I do not know the origin of this information.,1.769,1.769,12.787,1,4,,4.588,5.667,8.098,2,2,7,3,4,1,5,6,0,0,17.453,0,6,4,6,6,6,3,8,8,,3.29,19.763,20.204,10,4,3,2,3,3,3,6.024,26.232,26.915,6,3,,5.337,6.387,6.79,2,2,1991,South Carolina,3,2,1,,7,,,2,2,2,1.419,34.133,35.258,11,5d76bf508da7af001b5fa26c,,,,,0,, +2023-03-12 23:37:10,2023-03-12 23:44:23,0,71.61.184.166,100,433,1,2023-03-12 23:44:24,R_siIPstaAZwgnGCt,,,,,40.3177,-79.7223,anonymous,EN,1,1.861,1.861,2.567,1,1,3,2,1.23,2.707,3.564,2,0,0,15.12,0,86,100,54,3.117,7.948,9.948,4,3.832,10.715,16.61,2,-2,1,14.95,27.368,28.412,3,1,-3,18.032,34.944,35.955,2,1,15.228,15.228,16.187,1,0,0,16.757,0,6,5,1,5,5,6,,3.457,10.023,12,6,5,5,3,2,3,6,"To me, the data backs up the intuitive sentiment that vaccines work. I trust that these numbers are an accurate reflection of how vaccines operate in terms of coming down with COVID-19.",1.972,1.972,37.874,1,5,,8.742,8.742,9.969,1,2,7,3,4,1,5,6,0,0,14.08,0,2,4,3,2,5,8,10,10,,2.931,14.581,16.303,11,4,3,3,3,3,5,1.208,4.163,5.501,6,1,2,2.17,8.706,9.629,2,1,1992,Pennsylvania,8,1,1,,7,,,10,4,2,1.824,78.532,79.427,25,60c2cc653d0c6208fc8899fc,,,,,1,, +2023-03-12 23:33:17,2023-03-12 23:44:39,0,107.3.222.77,100,681,1,2023-03-12 23:44:40,R_3CVDTxRddclXABu,,,,,37.0368,-88.5934,anonymous,EN,1,2.117,2.117,33.453,1,,,,,,,,0,0,15.107,0,75,88,69,19.583,42.452,44.1,6,26.313,31.478,37.834,2,1,1,17.784,28.336,34.569,2,1,-3,56.931,100.213,101.765,3,1,49.978,91.955,93.583,3,0,0,15.112,0,3,3,3,5,5,3,Need explaination of method at least.,13.072,43.693,64.156,10,4,5,5,1,1,3,It's just a graph I can't trust it or not trust it.,1.137,15.747,23.378,2,5,,4.217,6.043,11.661,2,2,7,3,4,1,5,6,0,0,21.209,0,1,1,1,1,1,1,1,1,,6.661,16.642,19.238,9,2,3,4,4,4,2,4.221,17.273,18.453,6,7,,2.082,2.082,4.065,1,1,1983,Kentucky,3,3,1,,7,,,4,1,2,1.878,67.06,69.631,27,5f8486766d8e7b0f17df0206,,,,,0,, +2023-03-12 23:33:36,2023-03-12 23:46:00,0,71.94.240.109,100,743,1,2023-03-12 23:46:01,R_2P29oLSa6m40Tek,,,,,42.1921,-121.7233,anonymous,EN,1,22.086,22.641,24.286,2,1,3,2,4.235,7.98,9.489,3,7.098,11.253,15.118,9,91,91,52,10.037,20.945,21.961,8,8.382,21.941,49.503,11,-1,1,20.046,76.316,77.359,44,-1,-3,50.967,99.826,103.544,8,1,1.82,42.451,44.353,6,0,0,15.016,0,5,4,5,4,6,5,,11.605,54.646,57.519,17,5,4,4,4,4,5,"The statement said ""Assuming you trust the data in this visualization"", so if the data is accurate and the graph is clear and readable, I would find it trustworthy. ",4.713,4.713,51.103,1,4,,5.095,9.161,10.181,4,2,7,3,4,1,5,6,4.872,32.794,34.143,6,3,3,5,3,3,3,6,6,,3.106,30.882,32.701,18,4,4,3,2,4,4,9.372,35.127,36.006,9,3,2,16.548,24.634,25.593,7,2,1996,Oregon,7,2,1,,7,,,8,3,2,2.798,55.097,56.56,20,60fd933d5461857048f9e74c,,,,,1,, +2023-03-12 23:36:02,2023-03-12 23:46:18,0,129.107.80.53,100,616,1,2023-03-12 23:46:19,R_12D67AGPTV6radJ,,,,,32.7185,-97.1432,anonymous,EN,1,7.691,7.691,9.166,1,,,,,,,,0,0,15.111,0,100,100,88,8.983,21.878,24.776,4,18.753,29.28,30.958,2,1,1,9.517,73.242,75.967,3,-2,-3,26.042,75.35,77.362,3,1,35.199,35.199,36.096,1,0,0,15.11,0,4,6,1,5,6,6,,13.243,63.795,65.785,11,6,6,5,3,1,6,The visualization feels like it gives me very specific and clear information.,4.305,4.305,39.898,1,4,,4.701,4.701,6.431,1,2,7,3,4,1,5,6,0,0,21.094,0,5,3,1,5,4,5,10,9,,13.283,27.28,29.707,11,4,4,2,1,5,4,8.077,41.071,42.05,11,3,,5.73,5.73,7.62,1,2,1999,Texas,5,3,1,,3,,,17,3,2,2.261,55.368,56.035,12,5ed5afc6e8229914710ada06,,,,,0,, +2023-03-12 23:35:11,2023-03-12 23:46:36,0,70.58.17.119,100,684,1,2023-03-12 23:46:36,R_1dB00tHs973qg8G,,,,,39.7301,-104.9078,anonymous,EN,1,5.312,5.312,6.293,1,1,3,1,5.305,11.732,12.623,2,0,0,15.116,0,66,31,38,8.975,15.073,16.226,3,21.561,30.99,31.598,3,-2,-3,68.162,88.297,88.663,3,-3,-3,47.155,79.29,80.741,2,-1,20.339,47.488,48.783,3,0,0,15.018,0,3,4,2,5,5,2,,3.354,31.676,32.099,9,5,5,3,1,7,2,I feel as though this may be influenced by companies that make vaccines. ,4.697,4.697,44.778,1,2,,1.947,17.238,20.015,9,2,7,3,4,1,5,6,0,0,28.134,0,1,2,1,2,2,4,7,4,,3.548,19.348,21.297,8,4,2,2,3,4,4,10.166,33.873,34.767,9,1,2,6.749,17.368,20.116,2,3,1983,Colorado,3,2,1,,7,,,7,4,1,4.525,100.584,111.358,25,5e643d29df313c1ced363682,,,,,1,, +2023-03-12 23:39:16,2023-03-12 23:48:09,0,174.61.155.120,100,533,1,2023-03-12 23:48:10,R_3iW5fCIsczUrofi,,,,,47.63,-122.2972,anonymous,EN,1,12.71,12.71,14.229,1,1,4,1,2.541,4.241,5.151,2,9.234,9.234,15.011,1,81,40,57,13.182,27.555,29.193,7,3.511,8.231,17.671,2,1,1,24.234,41.087,48.552,2,-3,1,16.482,39.592,40.758,4,1,10.751,16.731,18.101,2,9.842,9.842,16.61,1,5,5,5,4,5,3,"The subtitles of the graph are somewhat misleading, the main header for both is what clarifies that it's COVID cases, not rates of people being vaccinated, which was my initial thought. Also for the second question on the last page, I was a little unsure about my answer because the question didn't specify over what duration",12.986,67.316,106.817,11,4,5,2,1,3,3,"context -- it's in a qualtrics survey. if it were published in a reputable news venue, then I would trust it more",1.475,1.475,30.065,1,4,,3.49,3.996,5.229,2,2,7,3,4,1,5,6,10.867,12.447,25.204,2,5,6,4,6,7,6,8,10,,3.634,19.031,20.669,8,2,4,1,3,3,4,3.746,21.678,22.99,7,1,1,1.623,12.46,13.764,4,2,1995,Washington,7,3,1,,2,,,8,4,2,2.059,46.997,50.378,15,5bcfb99d77740000016b3dbf,,,,,1,, +2023-03-12 23:41:50,2023-03-12 23:48:19,0,47.230.199.10,100,388,1,2023-03-12 23:48:19,R_27QJONFOvGR6dqQ,,,,,40.7263,-73.9818,anonymous,EN,1,7.495,7.495,8.487,1,1,4,1,2.616,3.922,4.602,2,0,0,15.117,0,79,64,30,7.986,16.599,18.473,5,6.993,8.962,20.223,2,-2,1,11.171,31.764,33.019,3,-1,-3,20.085,58.658,61.131,3,-3,7.162,22.486,24.642,6,0,0,15.016,0,5,7,5,5,5,5,,4.043,15.209,17.815,6,2,4,4,7,5,5,The data within the visualization comes from a reputable source,1.598,24.286,25.306,5,5,,3.959,6.61,8.002,4,2,7,3,4,1,5,6,0,0,10.306,0,9,9,6,6,9,8,10,10,,2.527,11.257,13.093,8,3,4,2,2,4,4,7.771,24.102,24.845,8,2,1,2.64,6.78,8.103,3,2,1998,New York,7,3,1,,7,,,17,3,2,1.523,48.441,49.754,15,610386b89cf31f6859e7df7c,,,,,1,, +2023-03-12 23:39:00,2023-03-12 23:48:20,0,144.163.27.131,100,560,1,2023-03-12 23:48:21,R_3QFORBYsb3C4f2S,,,,,33.5986,-86.3434,anonymous,EN,1,8.912,8.912,10.004,1,,,,,,,,0,0,15.105,0,77,98,50,12.68,20.081,21.268,3,4.555,67.108,69.411,15,-2,-2,25.211,41.457,43.163,3,1,-3,42.798,79.901,80.963,2,-3,60.1,66.319,67.773,5,0,0,15.124,0,4,5,4,4,5,5,,9.58,20.712,23.313,7,5,5,5,5,5,5,This was easy top understand and something the average person could understand.,2.835,2.835,23.801,1,5,,3.825,8.766,10.476,7,2,7,3,4,1,5,6,0,0,24.165,0,2,6,9,6,2,6,9,9,,5.122,20.148,22.3,8,4,4,1,4,4,4,7.315,17.207,19.021,6,5,,3.219,3.219,5.15,1,1,1969,Alabama,6,2,1,,9,,Pell City,4,2,1,1.118,49.181,51.867,13,5e404a68f09a9f28310e8701,,,,,0,, +2023-03-12 23:37:13,2023-03-12 23:48:23,0,69.138.232.140,100,670,1,2023-03-12 23:48:23,R_OB8SUtt2KSQ6oGB,,,,,39.1541,-76.717,anonymous,EN,1,0.462,1.447,2.093,3,1,3,1,1.418,2.215,3.814,2,1.751,3.387,15.111,3,87,98,83,1.043,9.519,10.312,13,1.018,75.639,76.103,38,-3,-3,0.824,43.062,44.202,34,1,-1,0.865,188.096,188.883,48,1,1.007,103.779,104.524,43,0.905,11.626,15.012,4,5,5,7,5,5,5,,1.083,18.3,19.432,41,4,5,5,2,4,4,Id like to know more information. Such as states/countries where these results are being calculated from.,1.059,1.49,28.501,2,3,,1.4,8.275,9.275,5,2,7,3,4,1,5,6,0.858,10.581,14.483,4,4,4,6,5,5,6,8,9,,0.86,20.224,20.717,31,3,3,4,4,3,3,1.564,14.802,17.081,28,4,3,0.855,6.366,7.242,6,1,1999,Maryland,5,3,1,,3,,,7,4,2,1.095,52.183,54.536,31,603f31444049ae098abb8bf7,,,,,1,, +2023-03-12 23:41:37,2023-03-12 23:49:05,0,71.198.231.172,100,447,1,2023-03-12 23:49:05,R_1mE6szJMEdJRu4q,,,,,37.8414,-122.1254,anonymous,EN,1,7.731,7.731,9.057,1,,,,,,,,0,0,15.013,0,94,43,50,7.367,17.251,19.024,4,8.092,17.626,19.98,2,1,1,26.058,36.09,37.648,3,1,-2,29.903,59.286,61.145,2,1,56.113,56.113,58.354,1,0,0,15.006,0,5,3,5,6,6,4,,9.737,18.001,19.596,6,4,5,4,1,7,4,"I trust the source and the data makes sense, but I know nothing about the researchers or any potential bias.",2.211,2.211,25.45,1,4,,3.64,3.64,5.909,1,2,7,3,4,1,5,6,0,0,19.173,0,3,5,4,7,6,3,9,9,,5.439,18.623,19.998,9,4,3,2,2,3,4,6.715,16.75,18.021,6,2,,2.372,2.372,5.076,1,2,2001,California,6,3,1,,7,,,17,3,2,1.868,46.434,48.311,14,60fcd2b146529d02f1566012,,,,,0,, +2023-03-12 23:41:25,2023-03-12 23:49:21,0,97.113.100.151,100,475,1,2023-03-12 23:49:21,R_2ypaHQEVog6b0nh,,,,,47.5364,-122.278,anonymous,EN,1,2.224,2.957,3.101,2,,,,,,,,3.431,4.062,15.005,2,72,100,47,1.995,7.18,8.162,4,3.76,4.968,12.502,2,1,1,19.08,23.605,27.031,2,1,-2,10.436,67.069,67.344,6,1,41.958,41.958,42.875,1,2.009,2.009,15.006,1,5,6,6,4,5,5,,1.948,16.835,17.715,8,6,6,6,6,6,6,Has a clear y and x axis and it very easy to read,0.827,26.466,27.54,6,4,,2.019,4.11,4.997,3,2,3,4,7,1,5,6,5.742,12.241,28.744,2,4,7,6,6,6,6,11,11,,2.879,10.684,12.07,9,4,4,1,1,4,5,2,30.937,33.082,13,3,,1.443,1.443,2.151,1,1,1998,Washington,6,2,1,,2,,,11,4,2,0.718,40.052,43.763,23,5e17945242fb0b000da71b21,,,,,0,, +2023-03-12 23:32:33,2023-03-12 23:50:07,0,172.58.129.62,100,1053,1,2023-03-12 23:50:08,R_yyUWjsVxLn513QR,,,,,25.7846,-80.233,anonymous,EN,1,19.402,19.402,20.673,1,,,,,,,,0,0,15.129,0,97,93,85,26.315,34.13,37.389,3,39.416,73.137,87.435,3,1,1,45.026,98.58,100.45,3,-3,-3,32.075,77.404,79.941,2,1,62.674,62.674,65.573,1,0,0,15.052,0,6,4,6,4,5,6,,21.6,35.775,39.125,6,4,5,4,1,1,6,It did not show data that greatly increased one week and then decrease suddenly. The ebb and flow of infestation seemed natural.,5.226,150.249,164.888,8,4,,8.409,8.409,11.001,1,2,7,3,4,1,5,6,0,0,38.868,0,6,7,4,5,9,4,10,6,,23,44.047,59.905,8,3,3,2,3,3,3,24.226,49.322,53.096,6,2,,5.825,5.825,9.15,1,1,1954,Florida,5,2,1,,7,,,7,4,2,3.412,145.72,162.59,21,5ddcd77f23f9f1c2c45d6c18,,,,,0,, +2023-03-12 23:45:07,2023-03-12 23:50:12,0,184.103.58.107,100,304,1,2023-03-12 23:50:12,R_2WNFwQnGeysDld2,,,,,33.3874,-112.0998,anonymous,EN,1,2.214,5.121,6.001,4,,,,,,,,12.42,12.42,15.106,1,62,75,45,6.832,11.215,11.938,4,3.363,6.79,11.959,2,-1,-1,1.589,5.54,6.972,4,-3,-2,2.097,53.378,54.203,6,-1,9.474,11.113,12.211,2,1.502,1.502,15.014,1,3,3,5,5,6,4,,2.673,12.575,13.102,10,6,5,6,5,3,5,I seen many reports of insect and fungi related infections.,1.164,3.629,23.347,2,1,,3.639,6.623,7.905,3,2,7,3,4,1,5,6,0,0,18.949,0,3,1,7,2,1,3,6,4,,3.049,14.495,14.843,12,2,4,3,5,3,4,2.614,7.766,10.718,7,7,,2.387,2.387,3.4,1,1,1996,Arizona,6,2,1,,7,,,10,4,1,2.129,39.777,40.762,18,61363ce02e6022a741d63a6e,,,,,0,, +2023-03-12 23:35:02,2023-03-12 23:50:13,0,35.148.23.141,100,910,1,2023-03-12 23:50:14,R_2eatHxPaSCT8qkA,,,,,44.5228,-89.5583,anonymous,EN,1,2.468,3.354,4.263,2,2,,2,1.771,1.771,2.821,1,0,0,15.007,0,57,76,44,0.597,48.337,49.421,7,4.865,23.203,24.108,5,1,1,4.143,58.79,59.718,11,-3,-3,12.629,76.41,78.15,9,1,15.686,58.776,60.796,5,5.481,5.481,15.008,1,3,2,2,5,3,2,,5.337,46.04,48.218,9,2,4,4,2,2,3,"I think that it would be more transparent if we also had info on how serious/life-threatening cases were. I also just find the data hard to believe, because I haven't known any unvaccinated people who got COVID-19 in the last year, yet I have known a handful of vaccinated people who have.",3.964,3.964,129.515,1,2,,9.438,11.964,13.101,2,2,7,3,4,1,5,6,12.893,23.643,24.462,3,2,4,9,9,4,7,10,9,,6.589,48.659,49.701,12,3,3,2,3,4,4,2.514,159.595,160.744,12,4,2,2.736,20.779,21.596,5,2,1999,Wisconsin,6,3,1,,9,,Hortonville,13,3,1,1.371,77.138,80.958,22,60fc54b735f3211d0d10a371,,,,,1,, +2023-03-12 23:37:28,2023-03-12 23:50:17,0,137.25.201.195,100,769,1,2023-03-12 23:50:18,R_3EMydtHlggSmv7v,,,,,34.5404,-117.3532,anonymous,EN,1,24.204,24.204,25.449,1,,,,,,,,0,0,15.005,0,85,96,74,24.525,32.342,36.528,3,12.178,26.717,33.911,4,1,1,33.887,46.033,54.159,2,-3,-3,63.61,108.029,109.33,3,1,40.056,40.056,46.249,1,0,0,15.111,0,4,2,5,2,5,5,,17.951,50.996,63.203,6,4,4,4,2,1,5,The source of the data seemed like a trustworthy organization and the visualization looks clean and professional.,3.953,3.953,53.851,1,6,,9.735,23.733,28.033,6,2,7,3,4,1,5,6,0,0,24.4,0,6,9,7,9,7,6,10,10,,15.241,60.743,80.1,15,4,4,1,2,3,4,12.457,38.481,40.422,6,2,,7.32,7.32,9.198,1,2,1983,California,4,2,1,,7,,,11,4,2,3.197,50.285,52.188,11,5d4b14caed2dfc0001a22c1a,,,,,0,, +2023-03-12 23:27:00,2023-03-12 23:50:37,0,172.58.5.102,100,1416,1,2023-03-12 23:50:38,R_3fposxNHrBYzwl3,,,,,33.7173,-84.4783,anonymous,EN,1,13.888,28.078,30.073,3,,,,,,,,4.886,4.886,15.114,1,100,44,50,11.7,25.055,26.792,6,3.951,97.494,99.16,18,1,-3,13.486,182.657,184.259,12,1,-3,116.928,162.943,164.452,5,-2,15.663,38.641,40.082,4,0,0,15.012,0,3,3,3,3,2,3,,1.132,21.318,25.201,10,4,3,7,1,1,3,I'm not sure if it's accurate or not because i'm not familiar with the topic.,6.077,79.934,83.507,2,2,,30.469,37.457,40.077,4,2,7,3,4,1,5,6,11.398,25.626,27.787,2,3,3,1,2,4,2,4,5,,35.728,55.212,56.598,10,3,3,1,1,3,3,6.683,46.738,47.955,9,1,,34.65,37.768,39.193,2,1,1987,Georgia,2,2,1,,9,,"albany, ga",3,2,2,45.39,135.731,142.532,20,63039dbefda87c47a91fec04,,,,,0,, +2023-03-12 23:42:11,2023-03-12 23:53:56,0,199.66.65.227,100,705,1,2023-03-12 23:53:57,R_Z2lAA9Tq2wPIDHH,,,,,41.6837,-88.3499,anonymous,EN,1,13.828,13.828,14.658,1,,,,,,,,0,0,15.008,0,81,5,63,7.457,23.352,24.352,5,21.211,147.87,150.354,11,1,1,37.403,44.853,45.867,2,1,-3,62.163,113.883,114.858,2,1,9.901,38.506,40.978,2,7.96,13.863,15.011,2,5,3,5,4,4,5,,5.991,19.038,20.717,7,5,2,4,2,7,5,"There is a lot of information, I would find it hard to believe that someone would take all that time to put together an untrustworthy visual like this.",13.522,13.522,41.442,1,5,,7.864,8.828,10.059,2,2,7,3,4,1,5,6,0,0,10.918,0,5,7,7,7,9,6,11,10,,8.664,23.466,26.017,8,3,4,2,3,3,4,21.13,36.712,37.841,6,2,,3.986,3.986,6.085,1,2,1999,Illinois,6,1,1,,8,Yorkville,,17,4,2,6.566,75.919,78.596,22,6101ced6dafdbea2d88a52b0,,,,,0,, +2023-03-12 23:32:57,2023-03-12 23:56:03,0,73.143.196.250,100,1386,1,2023-03-12 23:56:03,R_1f4667MY6GDXYCu,,,,,41.698,-70.0602,anonymous,EN,1,21.361,21.361,22.335,1,2,,2,3.1,3.1,4.3,1,0,0,15.021,0,70,93,95,55.433,94.528,96.637,9,50.059,208.464,220.987,36,1,1,33.022,47.434,49.751,2,-3,1,56.277,81.401,83.177,2,1,60.001,84.705,99.75,3,0,0,15.017,0,2,2,2,4,5,5,,17.588,89.042,96.973,7,3,5,2,7,7,3,I would need to have at least one other source confirming the same information before I trusted this .,7.561,90.593,91.629,5,3,,14.094,24.166,32.172,2,2,7,3,4,1,5,6,0,0,20.971,0,5,5,8,9,4,7,10,9,,8.923,47.337,52.292,9,3,3,3,2,4,3,21.955,81.857,83.082,7,3,4,13.56,40.284,41.958,2,1,1975,Massachusetts,2,2,1,,7,,,10,3,2,6.023,256.656,261.434,62,640d43c9451ce148162a7643,,,,,1,, +2023-03-12 23:30:25,2023-03-12 23:57:03,0,73.174.244.12,100,1597,1,2023-03-12 23:57:03,R_1CBH2uBmiwxwQuj,,,,,39.3408,-80.0285,anonymous,EN,1,50.137,50.137,51.248,1,,,,,,,,0,0,15.131,0,67,71,23,28.912,78.454,80.536,11,5.887,136.814,140.905,35,-2,-1,4.738,183.19,184.79,11,-3,-3,45.806,252.385,260.394,13,-2,3.61,60.215,61.844,3,11.606,11.606,15.04,1,5,2,4,4,4,4,I have no additional thought nor comment.,5.948,103.218,105.08,14,3,3,4,3,3,3,"The visualization appears to be well-designed and informative, but its effectiveness ultimately depends on the accuracy and reliability of the data it represents, and whether it meets the user's specific needs and goals. Ultimately, it is up to the user to determine whether or not they trust the information conveyed by the visualization.",7.85,71.956,74.638,3,4,,6.362,21.503,24.498,2,2,7,3,4,1,5,6,0,0,58.79,0,4,5,7,6,5,8,11,11,,6.566,29.747,37.002,16,4,3,4,3,5,4,2.15,82.898,85.139,7,6,,10.848,10.848,12.732,1,2,1942,California,7,1,1,,7,,,14,2,2,80.334,162.903,173.49,23,64033349ec5c1a27ee79d14b,,,,,0,, +2023-03-12 23:23:38,2023-03-12 23:57:13,0,99.96.118.119,100,2015,1,2023-03-12 23:57:14,R_3h3CS0WJ2ELqWVz,,,,,33.9521,-84.5475,anonymous,EN,1,16.341,16.341,19.656,1,,,,,,,,0,0,15.106,0,87,79,72,14.328,41.351,43.432,4,21.322,94.306,133.787,9,1,1,51.921,70.223,73.573,4,-3,-3,84.357,116.703,135.914,2,1,33.302,33.302,35.115,1,0,0,15.018,0,3,3,3,5,6,4,,11.844,32.32,43.62,6,3,6,5,4,4,5,Crop pests and diseases aren't something that would normally be falsified. Pesticides and anti-fungals aren't cheap - no farmer would want to use more than needed and conversely wouldn't want to NOT use them if they were needed. So the agency putting out the information has a real incentive to make sure the information's as solid as possible.,2.894,2.894,200.444,1,5,Interesting survey - thank you!,7.618,9.95,24.529,2,2,7,3,4,1,5,6,0,0,76.481,0,3,4,9,8,2,10,7,9,,4.696,63.625,170.647,8,3,4,2,2,5,4,6.264,36.16,142.97,6,5,,5.651,5.651,167.297,1,1,1956,Georgia,6,2,1,,7,,,12,3,2,2.192,477.609,628.302,19,62ffe399d769a8e595609133,,,,,0,, +2023-03-12 23:50:07,2023-03-13 00:05:53,0,172.59.144.137,100,946,1,2023-03-13 00:05:54,R_1Nt6466WnD9QWO4,,,,,37.9186,-121.3132,anonymous,EN,1,7.849,22.226,23.169,7,1,3,2,3.221,7.436,8.542,3,9.727,11.239,15.012,2,100,98,68,5.229,22.738,23.941,6,4.857,51.621,52.487,10,-1,-3,25.29,121.185,121.917,11,-3,-3,15.107,61.601,62.531,6,-3,14.789,39.981,40.674,5,8.484,13.969,15.011,3,6,5,5,6,6,6,,11.703,65.174,66.185,18,5,6,5,6,5,6,It is based on science as far as I can tell,8.7,75.788,79.7,4,4,,6.847,13.039,13.987,5,2,7,3,4,1,5,6,13.879,27.091,27.772,3,8,6,4,6,10,2,11,9,,4.154,28.314,29.739,11,4,5,1,1,5,5,8.079,34.431,35.417,12,2,1,4.701,15.537,17.083,6,2,1969,California,6,2,1,,9,,white/hispanic,16,4,1,5.327,238.301,239.366,54,56fb36ca34a0d3000b1a5701,,,,,1,, +2023-03-12 23:45:27,2023-03-13 00:06:06,0,174.235.32.95,100,1239,1,2023-03-13 00:06:07,R_2fxJmAqfBx3uM5Y,,,,,35.2296,-80.843,anonymous,EN,1,11.534,65.611,68.682,40,1,2,2,2.773,7.35,9.901,3,0,0,15.012,0,84,45,5,4.477,30.455,32.694,8,10.293,173.704,174.79,41,1,1,61.07,82.769,84.055,6,-3,-3,4.957,87.782,89.073,11,-3,3.784,144.907,146.338,18,14.802,14.802,15.013,1,3,3,3,7,7,3,,3.569,45.873,47.389,11,4,3,1,7,2,3,Because I dont know where the information came and if it was accurately kept up with. And I don't trust alot of things or people trust is a very special thing and it gets broken a lot and I just don't trust stuff.,9.278,9.278,88.411,1,1,,6.645,19.259,20.301,11,2,7,3,4,1,5,6,16.564,31.258,32.338,3,6,6,6,6,9,4,11,9,,1.201,35.41,37.957,15,3,3,5,2,4,3,21.023,60.968,62.192,10,4,2,16.388,27.742,32.496,4,1,1983,North Carolina,2,2,1,,7,,,4,3,1,4.74,114.442,116.129,73,5ec617a2e79285689c82fb8f,,,,,1,, +2023-03-12 23:38:32,2023-03-13 00:08:36,0,121.91.229.168,100,1803,1,2023-03-13 00:08:37,R_6mUpOVbvFD6vmk9,,,,,40.0172,-75.0883,anonymous,EN,1,7.85,7.85,10.301,1,1,3,2,9.586,30.617,32.502,4,0,0,15.077,0,74,94,40,3.894,109.614,113.441,16,6.089,71.425,83.42,17,-2,1,4.482,128.577,139.737,10,-3,-3,4.854,193.741,208.072,11,-3,2.958,127.83,139.553,4,7.968,12.296,15.167,2,4,3,3,5,5,5,I have nothing to say. Thanks.,7.062,89.758,91.753,16,5,4,6,5,3,6,I found this visualization to be a research and scientific analysis that is very informative.,3.053,249.773,361.623,5,4,No comments. Thanks.,1.976,23.041,42.147,6,2,7,3,4,1,5,6,3.99,74.646,79.332,6,10,11,11,7,10,8,11,11,No comments.,1.789,47.021,55.95,17,4,5,4,3,4,3,3.672,38.543,40.556,7,2,1,0.819,26.546,28.501,6,2,1991,Virginia,6,3,1,,7,,,15,2,1,1.367,203.039,209.517,32,614ee5e28a2f0a07d4d639dd,,,,,1,, +2023-03-12 23:41:06,2023-03-13 00:11:53,0,67.247.164.186,100,1847,1,2023-03-13 00:11:54,R_2QMnugZVX5P069l,,,,,43.2078,-77.6602,anonymous,EN,1,7.359,30.413,31.478,5,1,2,2,2.435,7.611,15.238,2,4.089,4.089,15.009,1,0,0,27,63.039,115.797,118.479,12,7.102,224.702,249.982,15,1,1,72.937,112.905,123.281,2,1,1,156.278,248.956,262.255,4,1,23.832,106.35,167.811,16,0,0,15.028,0,6,6,6,4,6,6,Including both vaccinated individuals and the unvaccinated in the same chart was very confusing to me when I first was presented with the data.,15.193,143.772,157.569,12,4,2,7,1,7,6,"Because I view the source, the CDC, as a credible source of information.",3.167,3.167,80.233,1,1,,5.312,5.312,19.98,1,2,7,3,4,1,5,6,0,0,54,0,2,7,1,1,11,1,11,4,,10.726,54.605,93.788,11,5,5,1,2,5,4,16.415,67.044,86.257,7,1,1,19.185,32.296,45.53,2,1,1984,New York,2,2,1,,7,,,1,3,2,3.651,157.152,193.791,17,565b2be310593c000bff9695,,,,,1,, +2023-03-13 00:15:25,2023-03-13 00:22:31,0,74.96.61.186,100,426,1,2023-03-13 00:22:32,R_2CxGy8dicE0PyBZ,,,,,38.8452,-77.4651,anonymous,EN,1,5.904,5.904,6.748,1,,,,,,,,13.529,13.529,15.108,1,71,76,40,6.375,12.015,12.725,4,3.948,6.941,18.702,2,1,1,9.734,41.713,42.905,6,-3,-3,16.991,41.134,42.005,3,1,42.439,42.439,43.203,1,0,0,15.01,0,3,3,3,4,4,4,,8.89,19.563,20.932,7,5,5,4,3,7,4,"It is well presented and doesn't seem misleading. For example, the scales are the same (in units of 1000 for each line).",1.214,7.514,27.633,2,2,,2.778,2.778,9.826,1,2,7,3,4,1,5,6,14.79,14.79,15.006,1,3,5,1,3,3,4,9,8,,4.346,16.901,18.802,12,1,2,4,4,1,1,5.667,14.884,15.543,7,1,,2.456,2.456,3.505,1,1,1996,Virginia,6,2,1,,2,,,9,4,2,5.27,45.05,54.05,11,62e01fdb9adf283ff375724f,,,,,0,, +2023-03-13 16:09:10,2023-03-13 16:21:09,0,73.46.216.13,100,719,1,2023-03-13 16:21:10,R_3s0KqSTYuI9a5WK,,,,,26.0276,-80.2528,anonymous,EN,1,4.528,9.447,10.546,5,,,,,,,,1.728,1.728,15.013,1,94,97,66,1.133,29.379,32.051,11,6.13,68.786,70.561,5,1,1,1.618,54.699,56.33,16,-3,-3,2.855,47.205,48.1,10,-2,16.805,52.55,54.027,7,10.386,11.454,15.013,2,4,3,3,5,5,4,,5.068,31.294,32.503,22,3,5,5,2,7,5,I was told that the visualization was accurate. I would not completely trust it without extra information in the real world.,6.879,8.218,65.281,3,3,,7.601,14.002,15.227,6,2,7,3,4,1,5,6,9.868,42.683,43.644,3,4,3,5,4,5,3,9,8,,6.881,39.062,40.17,13,3,4,2,2,4,4,6.056,43.636,44.653,11,1,,9.016,11.509,12.831,2,2,1988,Florida,6,2,1,,4,,,11,2,1,2.287,97.697,98.62,77,5fc39578c37dd8683daabe49,,,,,0,, +2023-03-13 16:17:34,2023-03-13 16:23:53,0,70.23.58.238,100,378,1,2023-03-13 16:23:53,R_2VsF615PA5xETky,,,,,40.8833,-73.1597,anonymous,EN,1,4.067,4.067,4.938,1,,,,,,,,0,0,15.091,0,20,71,19,23.252,26.792,27.927,3,10.25,16.9,18.068,4,-2,1,16.573,25.737,26.112,3,-3,-1,6.261,8.95,11.373,4,-3,8.403,8.403,9.986,1,0,0,15.068,0,5,5,5,5,5,5,,26.61,28.803,30.694,6,4,4,5,5,5,4,It seems accurate.,2.989,2.989,13.586,1,3,,2.973,2.973,6.345,1,2,7,3,4,1,5,6,17.868,17.868,38.355,1,1,5,2,5,2,9,8,9,,5.236,11.919,13.554,8,3,3,5,3,3,3,4.308,8.994,10.951,6,5,,4.647,4.647,6.301,1,2,1972,Nevada,6,1,1,,2,,,13,3,1,1.214,54.028,55.41,16,63cbf0541ff94d37ddccfe9d,,,,,0,, +2023-03-13 16:15:35,2023-03-13 16:26:50,0,76.97.114.171,100,675,1,2023-03-13 16:26:51,R_3JklfxXWcOpPZA9,,,,,33.5631,-84.5832,anonymous,EN,1,4.994,4.994,5.872,1,1,4,2,9.199,11.197,13.053,2,0,0,15.006,0,63,100,61,8.435,14.721,17.66,3,12.458,17.922,35.665,2,1,1,43.968,77.578,83.388,3,-3,-3,18.449,61.963,64.122,8,1,41.134,41.134,42.406,1,0,0,15.014,0,4,4,5,5,5,5,,8.56,20.56,22.272,6,4,5,5,2,4,5,As long as you have the ability to hover over the individual bars everything is represented fairly well.,20.374,20.374,77.516,1,6,,6.942,6.942,12.302,1,2,7,3,4,1,5,6,0,0,25.757,0,1,4,7,3,7,5,10,10,,9.066,34.216,36.216,10,3,2,2,2,4,4,12.803,69.573,70.741,8,4,2,5.47,13.343,15.066,2,1,1999,Georgia,2,1,1,,7,,,11,2,2,2.911,74.896,76.013,13,5fe4e6bf8bcb1f2bd103d1c7,,,,,1,, +2023-03-13 16:21:42,2023-03-13 16:30:45,0,47.155.34.61,100,542,1,2023-03-13 16:30:46,R_3Grl11qIni9ZvcH,,,,,33.7903,-118.1215,anonymous,EN,1,15.688,15.688,17.675,1,1,2,1,2.338,4.728,6.237,2,0,0,15.012,0,85,100,65,18.959,24.349,29.024,3,12.831,20.766,26.934,2,-3,1,42.044,53.321,54.443,2,-3,-3,41.339,69.224,70.851,2,1,16.081,16.081,16.929,1,0,0,15.007,0,5,6,5,4,6,4,,4.846,14.782,17.451,6,4,6,4,3,3,5,"From what I've seen where I lived and seen online across various sources, it does make sense.",1.598,6.004,41.869,2,4,,6.679,6.679,8.351,1,2,3,4,5,1,6,7,0,0,11.623,0,1,3,2,3,4,1,8,6,,4.351,15.197,17.507,8,3,1,2,3,4,2,9.332,35.843,36.847,8,3,3,2.33,9.576,10.911,2,1,1996,California,3,1,1,,4,,,11,4,2,1.633,104.033,104.958,41,606cc866e962b64372e64473,,,,,1,, +2023-03-13 16:22:18,2023-03-13 16:31:23,0,172.58.140.171,100,545,1,2023-03-13 16:31:24,R_3MbPjYoZ7wHbPix,,,,,41.8502,-87.6736,anonymous,EN,1,18.185,31.893,35.253,2,,,,,,,,1.488,1.488,15.113,1,93,91,73,8.905,16.69,17.383,6,12.438,41.87,42.871,4,1,1,3.357,66.157,66.772,9,-3,-3,11.155,65.346,66.157,7,-2,14.385,52.678,53.926,6,6.577,6.577,15.011,1,5,6,5,6,6,6,,5.468,18.382,19.427,9,6,6,6,5,4,6,it looks professional and it is very easy to read,2.301,2.301,15.945,1,5,,5.364,9.452,10.364,4,2,7,3,4,1,5,6,14.682,24.114,24.727,2,5,5,9,6,6,7,8,8,,4.625,20.711,22.053,10,3,4,3,3,4,3,6.006,25.127,26.174,8,5,,4.843,6.849,7.471,4,2,2001,Illinois,5,2,1,,7,,,13,3,2,1.366,55.054,56.481,21,610cb306e137dce2a4de6790,,,,,0,, +2023-03-13 16:19:44,2023-03-13 16:31:57,0,50.80.17.197,100,732,1,2023-03-13 16:31:57,R_sU0IiDGDvhHWt8t,,,,,41.9504,-91.6897,anonymous,EN,1,11.108,11.108,12.581,1,,,,,,,,0,0,15.01,0,73,10,59,14.546,30.906,33.208,4,21.953,101.958,103.533,13,1,1,29.881,48.168,54.383,2,-3,1,36.215,50.832,61.397,2,-1,28.386,53.456,55.038,5,0,0,15.115,0,4,4,5,3,7,3,the medium this graph is portrayed is not the best for comparing data,11.645,32.132,55.741,7,5,3,2,7,3,3,While the y and x axis have acceptable ranges its difficult to discern data on a stacked bar graph. I would prefer the data introduced to me in a different visualization ,2.825,84.373,88.547,8,5,,9.021,13.501,17.592,4,2,7,3,4,1,5,6,0,0,21.169,0,5,4,2,2,7,8,10,10,,7.416,28.567,34.11,10,4,4,1,2,4,4,7.232,21.467,22.33,7,3,,4.762,4.762,6.369,1,1,1993,Iowa,3,2,1,,3,,,5,4,1,1.634,80.822,82.342,19,5f51135fd3e0342eda5f66c5,,,,,0,, +2023-03-13 16:25:04,2023-03-13 16:32:18,0,142.197.50.143,100,433,1,2023-03-13 16:32:19,R_soPctIBCcjEG8iR,,,,,29.0511,-82.038,anonymous,EN,1,2.644,10.965,11.551,4,,,,,,,,2.377,11.28,15.106,7,84,82,67,15.154,32.868,33.827,10,14.511,19.383,21.455,2,1,1,3.159,38.036,39.148,6,-3,1,3.674,40.781,41.557,4,1,7.925,30.704,31.711,3,3.853,11.39,15.008,2,6,5,6,5,6,6,,5.363,21.957,22.963,18,5,6,3,1,1,5,It is professional looking and well done,2.014,18.999,27.71,5,6,,3.028,3.756,5.474,3,2,7,3,4,1,5,6,0,0,13.609,0,2,3,11,7,4,4,10,11,,9.905,28.396,29.829,25,1,1,4,4,2,2,3.986,17.955,18.606,13,3,,2.871,5.68,6.401,4,1,1987,Florida,6,2,1,,7,,,7,4,2,1.92,57.16,58.17,28,571144323d47e800096358d9,,,,,0,, +2023-03-13 16:25:56,2023-03-13 16:33:06,0,207.229.178.155,100,429,1,2023-03-13 16:33:07,R_1rcbNhmIfvA1G73,,,,,41.871,-87.6289,anonymous,EN,1,5.052,5.052,6.294,1,,,,,,,,0,0,15.115,0,73,81,39,6.138,11.027,11.275,4,7.29,77.656,81.122,6,-2,1,6.5,43.892,45.184,3,-3,-3,22.586,40.501,41.424,2,-1,2.451,44.642,45.343,3,3.41,4.597,15.014,2,4,4,4,4,4,4,,3.752,9.748,11.986,6,2,4,4,2,2,4,I don't really know where the information came from so it is hard to fully trust it.,2.765,10.867,28.924,3,3,,4.661,5.564,6.543,2,2,7,3,4,1,5,6,9.578,9.578,9.959,1,3,5,5,4,3,3,10,9,,4.214,14.469,15.967,9,4,4,2,2,4,4,3.733,13.873,14.141,7,3,,2.207,2.207,3.517,1,1,2001,Illinois,5,1,1,,7,,,11,4,1,1.137,35.735,44.349,11,5f01230b4f8dff26fad883d2,,,,,0,, +2023-03-13 16:24:23,2023-03-13 16:34:29,0,73.38.74.47,100,606,1,2023-03-13 16:34:30,R_3oBgimHOijg2DCG,,,,,42.0825,-72.5621,anonymous,EN,1,16.041,16.041,17.125,1,1,2,1,1.495,4.26,5.092,2,0,0,15.014,0,77,96,94,8.724,19.595,27.996,6,13.911,24.693,28.465,2,-2,-3,57.288,69.092,70.56,2,-3,-3,29.701,56.563,58.479,3,1,16.746,16.746,24.467,1,0,0,15.114,0,5,4,5,6,6,5,"I now see the information was obtained from the CDC, a trusted source",16.959,35.682,52.489,7,2,6,5,7,3,4,I did not see the source of the information but it looked accurate.,3.224,3.224,40.776,1,3,,7.531,7.531,10.117,1,2,7,3,4,1,5,6,0,0,23.853,0,2,7,1,5,4,4,11,10,,4.594,18.698,21.042,9,4,4,1,2,5,4,13.711,38.902,39.668,7,1,1,5.297,11.946,19.061,2,1,1997,Massachusetts,7,1,1,,7,,,13,4,2,2.818,78.507,84.002,16,616ef0bb9875de5db97fcb4c,,,,,1,, +2023-03-13 16:15:49,2023-03-13 16:36:04,0,73.251.50.71,100,1214,1,2023-03-13 16:36:05,R_2BaH2NdXxiLqmkx,,,,,37.4019,-79.8786,anonymous,EN,1,23.032,23.998,25.712,2,1,4,2,10.348,15.127,16.688,3,11.904,11.904,15.145,1,96,91,50,19.953,102.374,103.542,13,11.423,168.641,171.716,15,1,1,16.787,82.611,84.123,8,-3,-3,7.59,176.111,177.9,13,-2,3.792,25.328,28.613,4,12.409,12.409,15.035,1,5,5,5,5,5,5,,7.074,45.264,46.31,11,5,5,5,4,3,5,The CDC is a reliable source of research,7.308,9.594,75.803,3,5,,12.89,16.177,17.392,2,2,7,3,4,1,5,6,8.969,102.236,103.51,5,7,8,8,8,9,7,10,10,,12.933,42.207,43.57,13,4,5,1,1,5,5,9.956,48.342,50.129,8,2,1,7.044,22.1,23.353,4,2,1961,Virginia,7,3,1,,7,,,10,4,2,2.9,107.277,108.416,27,60be871a11e1b84fa2d3076b,,,,,1,, +2023-03-13 16:26:25,2023-03-13 16:36:18,0,66.223.177.241,100,592,1,2023-03-13 16:36:19,R_yVZDYVeh8HeRXWN,,,,,64.8544,-147.8469,anonymous,EN,1,6.112,6.112,7.002,1,1,1,1,1.313,4.872,6.039,2,0,0,15.009,0,58,77,50,7.71,15.28,16.866,4,16.676,21.054,21.496,3,1,1,28.611,37.89,38.901,2,-3,-3,53.603,110.997,113.351,3,1,36.964,36.964,38.616,1,0,0,15.108,0,5,7,7,6,6,5,The CDC's page does have a breakdown of age but I had to take 5 extra seconds to click the reference link and most people probably won't.,10.558,43.571,80.351,8,2,6,4,2,3,3,"It doesn't break it down by age, previous health, or political alignment.",4.17,4.17,31.08,1,3,,9.269,10.237,12.158,3,2,7,3,4,1,5,6,0,0,14.374,0,3,10,7,5,4,6,10,10,,9.637,31.279,33.354,8,1,1,5,4,3,2,12.014,33.626,35.181,6,2,1,11.201,17.199,20.353,2,1,1985,Alaska,7,1,1,,7,,,10,4,2,1.354,47.354,48.976,13,60df2a387184bf25da3ae6a2,,,,,1,, +2023-03-13 16:30:44,2023-03-13 16:36:44,0,40.133.142.193,100,359,1,2023-03-13 16:36:45,R_qJUwNjFu9wypByp,,,,,41.2616,-95.9355,anonymous,EN,1,2.771,2.771,3.661,1,1,2,1,1.612,3.813,4.933,3,14.428,14.428,15.01,1,73,30,30,6.173,9.274,10.794,3,6.562,15.797,34.89,4,-3,1,20.24,42.262,43.734,2,1,1,22.772,41.659,42.73,2,-3,16.263,17.946,18.401,2,0,0,15.013,0,3,1,3,7,6,7,,4.969,19.689,21.279,7,1,7,1,1,1,3,It seems real but it's hard to understand making it hard for me to decide if I fully trust it. ,2.392,2.392,20.251,1,3,,6.377,6.377,7.881,1,2,7,3,4,1,5,6,0,0,15.921,0,4,4,8,8,3,10,7,8,,3.414,13.649,15.189,8,4,4,1,4,4,3,3.92,15.321,16.326,6,6,1,1.524,5.193,6.213,2,2,1994,Nebraska,7,3,1,,9,,Omaha,9,2,1,1.057,32.565,33.836,16,60fee74fa3b33a3312af7568,,,,,1,, +2023-03-13 16:24:26,2023-03-13 16:38:06,0,75.134.219.72,100,819,1,2023-03-13 16:38:07,R_R2EXvUFFjmxlzW1,,,,,43.0352,-83.5248,anonymous,EN,1,4.931,4.931,6.574,1,2,,2,1.906,1.906,3.199,1,0,0,15.111,0,82,83,85,20.007,38.415,40.119,3,19.921,189.018,190.524,18,1,-3,39.145,60.345,67.6,2,-2,-3,34.079,84.742,86.049,4,1,35.973,58.796,60.26,4,8.396,8.396,15.009,1,3,5,3,6,5,3,,5.728,18.471,22.975,6,5,6,5,3,4,3,i have done my own research on covif 10 infection rates from medical professionals i know and many of them have seen more infections from people that are vaccinated so i dont trust the data that much.,2.886,2.886,64.958,1,4,,6.715,10.675,14.861,5,2,3,4,5,1,6,7,0,0,23.837,0,1,1,2,1,1,9,9,6,,8.224,18.536,20.947,8,2,4,1,4,3,2,11.108,34.476,35.534,6,7,4,4.391,11.304,12.635,2,1,1965,Michigan,5,2,1,,9,,goodrich,6,3,1,4.065,84.67,88.381,14,640d212a5935d5e5cb6ce6ad,,,,,1,, +2023-03-13 16:31:16,2023-03-13 16:38:21,0,108.51.134.197,100,424,1,2023-03-13 16:38:21,R_2y4sK0Eezp4sOfQ,,,,,39.037,-77.0412,anonymous,EN,1,5.058,5.89,6.646,2,1,4,2,1.685,4.382,5.243,3,0,0,15.011,0,80,93,67,0.477,15.383,16.17,7,4.188,38.277,39.19,5,-2,1,14.188,31.505,32.485,6,-3,1,7.237,37.12,38.804,6,1,23.35,33.416,34.094,4,5.279,14.502,15.124,2,5,5,5,6,4,5,,5.703,23.36,23.915,9,4,6,5,7,4,4,"The information seems straightforward, but there's no source cited.",1.786,1.786,20.08,1,6,,4.001,7.242,8.05,4,2,7,3,4,1,5,6,11.173,11.173,15.377,1,5,9,9,9,8,8,10,10,,4.285,17.456,18.674,9,5,5,1,1,5,5,5.832,17.549,18.544,7,2,2,3.249,9.16,10.735,4,2,1969,Maryland,7,3,1,,8,Silver Spring,,17,1,1,2.023,67.163,68.155,22,5eb0c3f05aeb111911ad74de,,,,,1,, +2023-03-13 16:32:00,2023-03-13 16:38:50,0,68.226.92.12,100,410,1,2023-03-13 16:38:50,R_3qU3X5Mefp3xJGM,,,,,41.886,-71.3457,anonymous,EN,1,4.383,4.383,5.538,1,,,,,,,,0,0,15.012,0,77,30,49,11.319,18.369,19.229,3,8.57,11.167,15.17,2,1,1,16.357,23.655,24.959,2,-3,-3,11.902,53.47,54.675,4,1,18.544,18.544,19.685,1,0,0,15.013,0,4,2,3,4,1,3,,5.889,16.652,19.317,7,2,1,1,1,1,7,you have to do math,1.986,1.986,10.842,1,5,,10.674,12.385,14.745,2,2,7,3,4,1,5,6,0,0,17.752,0,2,2,9,6,5,2,9,9,,8.338,30.309,32.753,9,3,3,2,2,4,1,8.544,38.864,39.875,7,4,,3.239,3.239,5.133,1,2,1998,Rhode Island,7,2,1,,7,,,10,4,2,2.687,56.047,59.415,13,6100559e88e45c95776083a1,,,,,0,, +2023-03-13 16:28:53,2023-03-13 16:39:23,0,98.38.4.130,100,629,1,2023-03-13 16:39:23,R_330ZaIkRNZb5its,,,,,39.7067,-104.9694,anonymous,EN,1,5.506,5.506,6.714,1,1,2,1,1.572,7.218,8.538,3,0,0,15.009,0,80,16,67,10.839,24.491,25.318,7,15.625,54.429,58.51,5,-2,-3,27.349,37.776,39.228,2,-3,1,44.982,58.282,70.024,2,-3,57.264,57.264,61.284,1,0,0,15.007,0,5,2,4,5,5,5,,13.319,30.364,33.231,6,3,5,5,2,2,5,I trust the data source and it's a logical way to represent it,1.815,1.815,68.078,1,6,,9.81,9.81,11.777,1,2,3,4,5,1,6,7,0,0,19.075,0,2,5,4,6,5,5,8,8,,5.938,24.422,26.558,8,3,3,2,2,3,4,13.864,32.682,33.664,7,2,4,3.299,9.65,11.218,2,1,1995,Colorado,6,3,1,,9,,Denver,4,4,1,2.711,57.141,61.149,17,611bfbd4af7fa6a01a106813,,,,,1,, +2023-03-13 16:34:15,2023-03-13 16:40:58,0,71.197.184.234,100,403,1,2023-03-13 16:40:59,R_3NKwcSFwu6Qecjb,,,,,47.2565,-122.4421,anonymous,EN,1,4.106,4.106,5.047,1,1,2,2,2.36,3.97,4.943,2,0,0,15.014,0,72,56,41,0.077,17.089,18.358,7,3.656,5.676,6.842,2,-2,1,33.516,43.222,44.145,2,-2,-1,20.871,53.585,54.859,2,1,26.378,26.378,27.275,1,0,0,15.017,0,3,3,3,3,3,3,,1.491,20.34,23.218,8,5,2,2,7,7,3,I don't have enough informaton about who made the data,3.577,3.577,19.052,1,3,,6.855,9.047,10.576,3,2,7,3,4,1,5,6,0,0,17.196,0,2,2,2,2,2,2,6,7,,4.489,14.127,15.219,8,3,3,2,2,3,3,9.568,18.703,19.552,6,2,3,5.747,9.571,10.714,2,2,1989,Washington,3,3,1,,8,Puyallup,,5,4,2,2.415,49.758,52.95,15,5f13b237c08bc13e4ef2e760,,,,,1,, +2023-03-13 16:31:42,2023-03-13 16:42:12,0,100.0.164.34,100,630,1,2023-03-13 16:42:13,R_2nvp7pBb9MEGWaZ,,,,,42.2904,-71.0712,anonymous,EN,1,8.257,8.257,9.039,1,1,2,1,2.515,4.953,5.715,3,0,0,15.109,0,85,90,81,11.629,17.621,19.833,3,12.245,19.291,37.031,2,1,1,25.022,43.228,48.899,2,1,1,39.316,81.931,84.101,3,1,9.981,23.201,24.407,2,0,0,15.007,0,5,4,5,5,4,5,,18.653,44.981,46.986,8,5,5,5,4,4,5,It uses the same scales on both graphs,3.533,6.018,27.696,5,4,,8.317,9.531,13.508,2,2,7,3,4,1,5,6,18.456,18.456,26.162,1,1,5,1,6,6,1,10,10,,14.214,54.857,56.343,9,5,5,1,2,5,5,8.135,23.969,24.899,6,2,3,6.315,20.036,22.124,3,1,2002,New Hampshire,2,3,4,Portuguese,4,,,17,2,2,2.9,110.838,111.207,36,610e4001aab8a70cb6e81967,,,,,1,, +2023-03-13 16:39:26,2023-03-13 16:45:08,0,68.205.169.51,100,342,1,2023-03-13 16:45:08,R_2yeVJ3ucoeNu2qZ,,,,,29.1383,-80.9956,anonymous,EN,1,2.127,2.127,2.742,1,1,1,1,2.022,4.898,5.616,4,0.901,2.634,15.006,2,100,100,50,4.107,8.442,8.986,4,6.205,12.264,21.369,2,-2,-3,5.234,30.206,36.109,3,-3,-3,11.446,58.511,58.741,5,-2,12.63,31.041,31.857,7,0,0,15.007,0,6,6,6,6,6,6,,5.089,10.672,10.93,7,6,5,5,7,3,5,"The numbers are easily viewable. The data is all there, and if I want more information hovering over helps. I also trust the source.",1.742,1.742,16.987,1,4,,2.082,4.153,4.884,4,2,7,3,4,1,5,6,0.888,2.422,10.752,3,1,1,4,2,1,1,6,9,,2.489,14.439,15.077,10,1,1,4,3,2,1,2.307,13.226,13.793,9,3,1,1.303,4.39,5.04,2,1,1986,Florida,2,2,1,,7,,,12,4,1,1.556,30.737,38.801,19,55fc2b4377f33b000ecb21ed,,,,,1,, +2023-03-13 16:37:20,2023-03-13 16:46:05,0,173.29.56.149,100,524,1,2023-03-13 16:46:05,R_2e4QkIyxYQAPufD,,,,,40.9013,-89.5068,anonymous,EN,1,3.411,3.411,4.393,1,,,,,,,,3.693,3.931,15.008,2,89,50,100,4.608,12.821,14.063,5,8.945,19.045,28.919,3,1,1,1.471,37.42,38.382,8,1,-1,4.627,83.502,84.825,7,1,2.16,55.722,56.711,3,9.886,13.481,15.011,4,3,3,3,3,5,3,,6.87,17.046,19.123,6,4,5,5,1,3,5,"In the instructions it said, ""assume you trust the data"" so I said I trusted the visualization of the data",3.501,3.501,30.826,1,4,,2.64,7.316,9.337,6,2,7,3,4,1,5,6,2.522,7.008,18.685,4,2,3,7,4,4,4,5,6,,7.635,28.457,33.81,11,3,2,3,2,2,3,2.765,33.603,36.077,10,6,,4.597,7.998,15.255,5,2,1992,Illinois,6,3,1,,7,,,11,1,2,2.769,50.962,53.19,21,610350093de97785fa2890b2,,,,,0,, +2023-03-13 16:36:24,2023-03-13 16:46:11,0,153.33.114.25,100,587,1,2023-03-13 16:46:12,R_8pmj76tTlZk0609,,,,,34.0095,-81.0819,anonymous,EN,1,2.328,2.328,3.182,1,,,,,,,,0,0,15.008,0,80,80,50,6.495,14.966,16.178,4,5.27,23.872,26.788,3,1,1,34.441,46.911,49.722,2,-1,-3,60.918,88.987,90.099,2,-2,47.553,47.553,48.872,1,0,0,15.008,0,5,5,7,5,5,5,,22.266,31.8,33.8,6,5,6,5,4,5,5,It has a clear and professional presentation which makes it seem more credible.,1.6,1.971,47.556,2,4,,6.449,6.449,7.999,1,2,7,3,4,1,5,6,0,0,13.536,0,4,6,5,7,5,4,9,8,,4.144,16.306,17.841,8,4,4,2,2,5,4,7.143,32.622,33.603,6,2,,4.329,4.329,6.424,1,1,1998,South Carolina,3,1,1,,3,,,4,3,1,1.735,111.966,116.292,33,5f036ad6524fe7281a4ad892,,,,,0,, +2023-03-13 16:36:33,2023-03-13 16:47:15,0,76.156.47.217,100,642,1,2023-03-13 16:47:15,R_3h0GCZvXN1p6RUp,,,,,44.971,-93.0498,anonymous,EN,1,4.34,4.34,5.247,1,,,,,,,,0,0,15.018,0,76,19,84,28.927,33.716,35.222,3,8.707,76.868,79.972,14,1,1,39.561,49.943,55.796,3,-3,-3,55.484,72.708,73.727,2,-2,12.604,70.116,71.451,6,0,0,15.118,0,3,5,3,7,7,3,,14.989,29.139,31.984,6,4,2,3,7,7,4,I trust it but it's hard to read.,2.066,2.066,21.837,1,6,,18.944,20.196,21.816,3,2,7,3,4,1,5,6,0,0,18.953,0,3,3,7,5,3,4,8,10,,9.343,22.68,24.796,8,4,3,2,4,4,3,13.175,42.301,43.705,7,4,,4.428,4.428,6.017,1,1,1991,Minnesota,2,2,1,,7,,,6,2,1,1.577,60.473,62.104,15,63e51d228f42d1767efa8cbf,,,,,0,, +2023-03-13 16:38:46,2023-03-13 16:47:20,0,108.6.203.138,100,514,1,2023-03-13 16:47:21,R_PG1Xf1vRcr20aWd,,,,,40.7429,-73.9392,anonymous,EN,1,2.163,2.889,3.257,2,1,3,2,2.61,4.443,5.151,2,0,0,15.117,0,84,89,50,16.988,33.465,34.09,4,5.414,23.111,24.549,5,1,1,29.756,38.301,39.772,2,-3,-3,78.788,105.68,107.378,4,-3,17.774,38.582,39.808,9,3.614,3.614,15.111,1,5,3,4,5,6,5,,10.928,32.028,34.32,7,3,4,5,7,4,5,It's from the CDC,8.795,8.795,13.706,1,5,,7.284,9.515,11.103,3,2,7,3,4,1,5,6,0,0,18.081,0,1,5,4,4,1,2,9,7,,5.792,21.91,24.167,10,4,4,2,2,4,3,9.832,25.823,26.66,6,2,1,7.144,11.796,13.231,2,3,1997,New York,6,1,1,,7,,,17,4,2,2.71,51.044,53.324,17,6009fbabfbc35d122a0ccee8,,,,,1,, +2023-03-13 16:36:07,2023-03-13 16:47:26,0,129.7.0.214,100,679,1,2023-03-13 16:47:27,R_e4zDg2I0Gl7t7cl,,,,,29.7212,-95.3626,anonymous,EN,1,4.975,5.935,7.305,2,1,2,2,1.788,4.962,6.023,3,5.747,5.747,15.009,1,75,100,50,12.062,21.017,22.026,5,4.811,20.196,21.23,6,-2,-3,4.273,35.082,36.104,7,1,1,1.7,121.052,121.988,11,-3,4.511,97.478,98.563,4,0,0,15.015,0,5,3,4,5,6,4,,7.271,25.584,26.944,9,3,6,3,5,3,4,I think the data comes from a good source,2.931,2.931,14.738,1,4,,46.444,47.871,58.094,2,2,3,4,5,1,6,7,5.566,10.542,11.619,2,3,4,1,5,4,6,9,8,,3.64,22.196,23.322,12,3,3,2,3,4,3,2.657,19.773,20.93,10,2,2,3.459,18.826,19.801,6,2,2001,Texas,6,3,1,,9,,"Asian, Latina, Black",12,4,2,3.129,87.565,88.651,31,610764fe8fc46eb9f8868744,,,,,1,, +2023-03-13 16:36:59,2023-03-13 16:47:46,0,98.224.181.99,100,647,1,2023-03-13 16:47:47,R_2zYBRI75rgmB6MZ,,,,,42.6919,-83.0558,anonymous,EN,1,9.462,9.462,12.346,1,1,2,1,2.42,4.431,6.785,2,0,0,15.009,0,97,79,72,22.223,30.064,33.983,3,14.179,101.457,106.107,9,-2,1,38.567,57.28,60.988,2,-3,-3,22.52,58.52,61.533,2,-2,44.269,44.269,46.951,1,0,0,15.122,0,6,5,5,5,6,5,,6.102,13.527,17.105,6,5,5,5,4,5,5,I feel like it gave data that seemed believable so I would trust the chart,5.532,5.532,30.9,1,6,,8.853,8.853,10.97,1,2,7,3,4,1,5,6,0,0,21.549,0,6,7,10,9,8,9,10,10,,5.02,15.492,18.652,8,4,4,2,2,4,4,5.27,16.651,18.796,6,4,1,6.534,11.651,14.309,2,2,1964,Michigan,4,2,1,,7,,,16,4,2,3.003,93.865,104.003,16,62869a1b7fff9c9a48fe6087,,,,,1,, +2023-03-13 16:38:44,2023-03-13 16:47:51,0,96.246.23.144,100,547,1,2023-03-13 16:47:52,R_BPukkWG989e9Lbz,,,,,40.7584,-73.7973,anonymous,EN,1,2.009,2.235,3.465,2,1,2,1,2.146,4.068,6.096,2,0,0,15.112,0,75,37,68,13.589,21.961,23.425,7,4.803,23.585,24.624,8,-2,-2,3.68,43.619,50.126,14,1,-3,31.734,59.499,69.301,3,1,7.518,24.754,29.286,2,0,0,15.011,0,4,2,2,4,5,4,,3.299,56.082,57.334,15,7,7,7,7,7,2,The visualization is confusing and the overlapping of the unvaccinated and vaccinated numbers makes it hard to comprehend the true number of individuals affected. ,1.106,4.877,42.503,4,4,,1.507,5.226,5.555,6,2,7,3,4,1,5,6,0,0,13.027,0,4,5,1,4,3,5,10,10,,2.873,22.233,22.575,15,4,4,2,2,3,4,68.938,86.616,87.457,22,2,2,2.379,5.547,7.992,5,1,1996,New York,6,2,1,,2,,,12,4,2,7.109,36.019,37.539,16,60b7f8e35090572dc7e7548c,,,,,1,, +2023-03-13 16:40:22,2023-03-13 16:47:55,0,47.7.188.186,100,453,1,2023-03-13 16:47:56,R_1pss0BSypbY1U7q,,,,,35.6854,-88.8281,anonymous,EN,1,6.073,6.073,6.839,1,,,,,,,,0,0,15.008,0,100,81,77,11.682,22.396,23.4,5,17.17,63.517,67.151,7,-2,1,7.217,27.431,29.547,4,1,1,25.541,43.965,53.053,4,1,46.609,46.609,48.097,1,0,0,15.061,0,6,6,6,6,6,6,,4.966,12.49,15.8,8,5,5,6,7,7,6,I trust this visualization because it's pretty and detailed.,1.937,1.937,24.497,1,4,,4.785,4.785,5.93,1,2,7,3,4,1,5,6,0,0,9.178,0,3,4,2,4,8,3,10,8,,2.217,12.63,13.658,15,1,1,5,5,1,1,4.183,28.971,29.974,8,1,,2.828,3.236,4.801,2,1,1991,Tennessee,3,2,1,,7,,,3,4,2,26.157,54.952,56.222,14,6306f070d4f94e56cb544400,,,,,0,, +2023-03-13 16:39:15,2023-03-13 16:47:57,0,71.67.120.160,100,522,1,2023-03-13 16:47:58,R_rpT95RlpRnxtUQ1,,,,,39.336,-84.3126,anonymous,EN,1,10.06,10.06,11.003,1,,,,,,,,0,0,15.006,0,90,56,93,6.728,12.296,14.359,4,14.913,44.557,47.165,6,1,1,21.672,31.751,43.128,2,1,-3,40.395,93.995,94.793,2,1,56.157,56.157,57.719,1,0,0,15.01,0,5,5,5,5,5,5,,16.753,23.414,25.365,5,5,5,6,2,2,5,It is presented in a professional and scientific way that makes it seem accurate,3.568,19.193,27.621,2,5,,6.441,6.441,8.561,1,2,7,3,4,1,5,6,0,0,15.786,0,6,8,6,7,8,7,11,10,,6.371,17.269,19.367,8,4,5,2,2,5,4,6.828,22.212,25.38,6,1,,5.753,6.136,7.72,2,1,2000,Ohio,6,3,1,,2,,,19,4,2,2.632,47.923,49.339,11,63d17d9a75ad3d6be9141600,,,,,0,, +2023-03-13 16:37:35,2023-03-13 16:50:12,0,68.8.6.50,100,756,1,2023-03-13 16:50:12,R_1l6rcDcsYJGV5OS,,,,,32.7203,-117.1552,anonymous,EN,1,6.604,6.604,7.768,1,1,3,2,6.388,9.004,10.762,2,0,0,15.008,0,100,100,51,10.961,29.449,30.711,4,11.859,22.363,23.372,3,1,1,58.008,69.624,71.865,2,-3,-3,31.922,60.722,63.039,2,-1,69.041,78.273,80.2,3,0,0,15.009,0,6,7,5,5,6,6,,10.349,26.275,28.032,6,2,6,5,4,7,5,"Matches data from the CDC & other reputable sources, though suspect these undercount the actual number of cases, especially in the case of unvaccinated individuals.",3.816,3.816,84.049,1,4,,6.918,12.295,15.257,3,2,7,3,4,1,5,6,0,0,37.894,0,4,4,1,2,7,1,9,9,,7.639,48.847,51.304,12,4,5,1,1,5,5,7.752,26.936,28.836,7,4,1,2.268,7.084,9.832,2,1,1959,California,7,3,1,,9,,A little dab of everything,12,4,1,2.712,118.204,125.779,18,615251a465f058e211cfbbb8,,,,,1,, +2023-03-13 16:39:48,2023-03-13 16:50:53,0,72.82.29.101,100,664,1,2023-03-13 16:50:53,R_1Cqp0MhWLQdhheA,,,,,41.64,-71.6435,anonymous,EN,1,10.463,10.463,11.618,1,,,,,,,,0,0,15.008,0,81,97,67,23.704,32.169,34.194,3,13.963,27.924,30.586,2,1,1,22.954,69.9,71.814,4,-3,-2,26.089,39.709,41.206,2,1,29.495,29.495,30.546,1,0,0,15.005,0,3,7,2,4,5,4,,5.585,19.416,22.735,8,2,5,6,4,3,4,this visualization matches my personal experience to a certain degree so I find myself slightly agreeing with it.,4.689,4.689,79.133,1,3,,8.314,8.314,10.285,1,2,7,3,4,1,5,6,0,0,18.426,0,5,4,6,7,3,8,8,9,,4.028,13.864,16.438,8,2,3,4,4,2,4,2.762,8.316,10.245,6,3,,7.65,7.65,10.13,1,1,2002,Massachusetts,6,3,1,,7,,,7,4,1,1.304,180.007,206.075,14,63d42387aba51e699ab9ce5c,,,,,0,, +2023-03-13 16:39:14,2023-03-13 16:52:21,0,74.136.136.11,100,786,1,2023-03-13 16:52:21,R_2w0od5IkKbcY6z4,,,,,39.494,-80.2221,anonymous,EN,1,4.372,4.372,5.434,1,,,,,,,,7.098,7.098,15.005,1,100,100,67,19.082,28.421,29.211,4,10.605,26.58,64.412,4,-2,1,47.466,104.275,105.754,6,-3,-3,24.746,104.867,105.934,4,-2,32.945,60.847,61.861,7,0,0,15.007,0,6,3,6,4,5,6,none,12.4,45.571,49.72,8,4,4,5,5,3,6,it's put together well with the interaction when hovering over and shows the more specifics,6.236,6.236,31.611,1,1,none,8.106,9.521,16.087,2,2,7,3,4,1,5,6,0,0,25.002,0,1,1,1,1,5,5,9,9,i have no trust in government or politics etc because they love to lie a lot and deceive the public a lot,7.825,56.044,59.509,11,5,4,1,1,5,4,12.671,42.286,43.697,7,4,,5.189,5.189,7.255,1,2,1982,West Virginia,3,2,1,,8,fairmont,,9,4,2,1.155,86.762,91.211,25,5cc90a99f24f6c001c1692e7,,,,,0,, +2023-03-13 16:32:32,2023-03-13 16:53:17,0,24.89.25.50,100,1244,1,2023-03-13 16:53:17,R_2dKnUUwiGlOzsoQ,,,,,39.6343,-77.7337,anonymous,EN,1,13.576,13.576,37.701,1,1,4,1,4.029,6.63,8.326,2,0,0,15.109,0,100,15,76,53.317,97.315,98.949,10,26.432,81.114,119.326,6,-2,1,42.125,67.574,75.632,2,1,1,155.715,263.93,269.81,4,1,13.148,58.898,69.584,3,0,0,15.009,0,6,4,6,4,3,6,"I know that this type of graph is more concise/efficient, but my brain just has a hard time singling out specific data because of so much going on in it. ",11.691,89.256,115.699,9,6,7,7,3,1,6,I think this graph has all the necessary information when describing various demographics with regards to Covid. ,3.849,64.781,75.344,3,3,I generally err on the side of caution around people I don't know. ,10.988,53.112,79.849,3,2,7,3,4,1,5,6,0,0,31.721,0,1,1,1,1,1,1,10,6,,8.771,20.437,39.104,8,5,5,1,1,5,5,12.102,49.234,51.999,6,1,1,2.26,11.393,14.534,2,2,1988,Maryland,6,2,1,,3,,,10,4,1,2.508,60.958,64.757,12,5feff5d30ad48b39d17b9c25,,,,,1,, +2023-03-13 16:38:25,2023-03-13 16:55:22,0,174.71.13.19,100,1016,1,2023-03-13 16:55:23,R_3De9GbIz20aiBXk,,,,,41.2615,-95.8304,anonymous,EN,1,60.176,60.176,63.982,1,,,,,,,,0,0,15.107,0,86,80,66,12.2,29.322,30.402,6,15.451,24.42,106.843,2,1,1,33.443,60.631,62.733,2,-3,-3,43.605,65.354,66.551,2,1,56.467,56.467,57.942,1,0,0,15.012,0,3,4,3,5,5,5,,12.547,90.274,93.954,6,5,5,4,6,7,6,the question was presented in the frame of already trusting the data source,3.592,3.592,34.212,1,3,,11.614,11.614,13.42,1,2,7,3,4,1,5,6,0,0,23.366,0,4,4,8,6,2,5,7,7,I Intended to put a 7 for doctors however a glitch appears to be preventing me from selecting 7-9 in that row,17.156,123.04,126.643,21,4,3,4,1,2,4,23.4,59.268,60.946,9,3,,15.069,15.069,16.981,1,1,2002,Iowa,2,2,1,,7,,,1,4,2,3.824,116.739,120.599,11,63d41433a2c0cbe34ea28a22,,,,,0,, +2023-03-13 16:39:55,2023-03-13 16:55:36,0,98.29.29.16,100,940,1,2023-03-13 16:55:36,R_2U9kULuyF2b6jis,,,,,39.7522,-84.1993,anonymous,EN,1,17.868,17.868,19.239,1,2,,2,3.107,3.107,4.239,1,0,0,15.011,0,100,66,84,25.462,50.411,51.378,8,38.455,47.805,50.505,2,1,1,1.889,91.737,94.917,7,1,-3,4.437,132.012,133.807,6,1,3.187,58.796,62.911,4,6.017,6.017,15.013,1,1,1,1,6,6,1,"My mother died in December 2021. She was vaccinated but never had covid. Ironically, there is not chart in this study for useless deaths such as hers.",13.494,87.43,117.898,11,2,5,5,1,3,4,"If I trusted the information, then I would trust this visual.",6.339,28.736,36.471,3,6,The covid vaccine killed my mother.,6.34,11.496,50.959,3,2,7,3,4,1,5,6,24.05,24.05,27.86,1,1,1,10,9,1,7,5,6,,8.447,44.752,46.373,13,5,5,1,1,4,4,7.405,34.025,35.654,10,7,1,3.73,19.427,20.861,4,2,1970,Ohio,6,1,1,,7,,,11,1,1,2.587,63.12,65.416,20,626810ad271afa9ad1c19e33,,,,,1,, +2023-03-13 16:30:33,2023-03-13 17:00:00,0,98.17.16.225,100,1766,1,2023-03-13 17:00:00,R_1FPqxaRTAtr3hib,,,,,31.1823,-83.7641,anonymous,EN,1,58.571,58.571,60.339,1,,,,,,,,0,0,15.115,0,78,43,78,29.033,109.559,123.095,3,89.61,287.279,331.371,2,1,1,46.965,112.475,113.869,4,-3,-3,113.834,146.953,153.056,2,1,52.622,52.622,54.155,1,0,0,15.109,0,4,2,4,4,5,5,none,55.628,102.898,111.349,7,4,5,4,4,1,5,Because at the bottom the chart was produced by the Agriculture department of Croatia.,4.201,79.547,93.377,4,4,It's a 50/50 because anyone is capable of anything.,70.334,179.761,182.632,5,2,7,3,4,1,5,6,0,0,46.207,0,3,7,6,7,5,10,11,10,,15.283,27.819,30.216,8,1,5,3,1,5,5,10.766,58.686,61.667,7,2,,4.803,4.803,6.896,1,2,1988,Georgia,3,2,1,,3,,,4,4,1,3.558,207.401,215.324,84,5c095c8a217d6000011193b8,,,,,0,, +2023-03-13 16:33:32,2023-03-13 17:07:44,0,72.107.147.183,100,2051,1,2023-03-13 17:07:45,R_1Cd5MSRz1H5mTbW,,,,,38.581,-121.4939,anonymous,EN,1,33.237,33.237,35.852,1,,,,,,,,0,0,15.008,0,79,100,63,11.228,26.941,28.194,4,34.324,279.632,283.04,20,1,-2,146.227,372.806,373.965,3,-3,-3,89.102,112.776,116.693,2,-2,195.042,195.441,199.286,2,0,0,15.008,0,3,2,6,4,6,4,,44.761,148.453,227.556,7,5,6,4,7,6,6,i mildly trust this visualizations i feel like since im color blind just looking at bar charts alone is a little difficult for me but the hover info helps me understand it alot,4.77,4.77,86.064,1,4,,4.999,4.999,6.852,1,2,7,3,4,1,5,6,0,0,23.599,0,3,1,9,9,1,4,9,8,,12.273,29.779,31.897,9,3,3,2,3,5,4,4.802,35.053,36.098,8,5,,2.512,3.464,4.717,2,1,2000,California,1,1,1,,10,,,1,4,1,1.491,117.856,120.773,36,614ff5d9c6dc36af9c39da17,,,,,0,, +2023-03-15 18:50:04,2023-03-15 18:56:54,0,24.42.219.119,100,409,1,2023-03-15 18:56:54,R_1ODgQHpknhnxpqN,,,,,33.8081,-85.7852,anonymous,EN,1,104.413,104.919,105.782,2,,,,,,,,0,0,15.009,0,71,71,54,7.566,14.903,15.74,9,8.742,13.215,15.209,2,1,1,9.663,22.925,23.412,3,1,1,12.434,19.289,19.695,3,1,18.031,18.031,18.872,1,0,0,15.009,0,4,4,4,2,5,4,,3.552,11.727,12.966,6,2,5,5,7,2,4,It does not seem like the kind of data someone would lie about but I am not educated on the topic.,2.632,2.632,23.373,1,5,,4.608,4.608,5.897,1,2,7,3,4,1,5,6,0,0,12.889,0,3,4,3,8,2,3,10,9,,3.742,17.905,19.265,12,4,4,2,2,4,4,4.475,12.159,12.571,7,3,,2.544,2.544,3.713,1,1,2002,Florida,3,3,1,,7,,,13,4,2,1.293,56.106,58.384,30,5d0fbedf101793000168ef7a,"{""startTime"":1678920801096,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678920814612,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678920745665,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678920785278,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":9977,""label"":""hovered"",""timeHovered"":2405,""week"":""2021-09-06""}]}",0,simple,line +2023-03-15 18:53:09,2023-03-15 18:58:31,0,47.232.88.100,100,322,1,2023-03-15 18:58:32,R_3oO1EBHuRWJtgka,,,,,38.5317,-89.9988,anonymous,EN,1,5.181,5.181,6.033,1,,,,,,,,3.119,3.119,15.006,1,74,61,54,3.155,17.648,19.002,7,1.623,5.199,6.768,7,1,1,19.086,50.958,52.197,4,-2,1,14.264,27.338,28.801,3,1,58.869,58.869,59.628,1,1.874,2.74,15.108,5,3,3,4,4,5,4,,0.895,7.278,8.829,8,4,4,4,3,3,3,It seems to be well-constructed and clear.,0.653,0.956,14.127,2,4,,2.597,3.111,6.942,2,2,7,3,4,1,5,6,0,0,11.158,0,7,7,6,6,4,7,6,6,,1.15,11.008,12.732,12,4,4,3,3,3,3,1.428,4.565,6.29,6,4,,1.508,1.508,2.441,1,1,1996,Illinois,6,1,1,,7,,,19,5,1,0.603,25.536,31.911,12,5c7e14531c3cf8001638b5b0,"{""startTime"":1678920892181,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678920901360,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678920840616,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678920876772,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6350,""label"":""hovered"",""timeHovered"":1327,""week"":""2022-01-10""}]}",0,moderate,line +2023-03-15 18:50:51,2023-03-15 18:58:38,0,65.29.80.185,100,466,1,2023-03-15 18:58:38,R_2uxiliv4sEaENuu,,,,,39.7933,-84.218,anonymous,EN,1,2.444,2.444,3.062,1,,,,,,,,12.551,12.551,15.105,1,100,82,56,7.389,18.727,19.229,3,12.183,50.669,52.477,3,1,1,31.548,52.371,56.156,2,1,1,24.838,39.892,43.965,2,-1,11.893,16.014,24.227,3,0,0,15.006,0,3,3,3,3,2,3,,6.654,19.814,22.093,9,4,5,3,7,7,3,I don't really have enough information to know whether it's trustworthy or not.,2.13,3.356,16.339,4,2,,5.772,5.772,7.61,1,2,7,3,4,1,5,6,0,0,11.764,0,1,2,1,1,1,1,9,9,,3.272,14.464,15.4,8,4,4,1,1,4,4,3.903,14.232,15.214,7,1,,2.677,2.677,3.67,1,1,1997,Ohio,3,2,1,,7,,,4,4,1,1.708,98.129,100.925,53,5eebe4e6e61002183aec9b70,"{""startTime"":1678920859913,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678920822462,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678920697436,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":19449,""label"":""hovered"",""timeHovered"":1470,""week"":""2021-10-11""}]}","{""startTime"":1678920806907,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,line +2023-03-15 18:49:08,2023-03-15 18:59:38,0,52.128.53.109,100,630,1,2023-03-15 18:59:39,R_3GjtotVrdvEkx87,,,,,32.9658,-97.6866,anonymous,EN,1,5.022,6.141,7.234,2,1,4,1,19.216,40.107,41.079,5,8.892,8.892,15.008,1,81,100,50,4.336,25.773,27.099,9,7.262,24.6,26.012,4,1,1,2.773,52.94,53.619,10,-2,1,9.321,42.029,43.699,5,-1,25.659,26.719,27.617,2,7.913,7.913,15.121,1,5,3,5,5,4,5,,3.737,55.287,55.967,12,6,6,6,6,6,6,It seems like it is laid out well that it is accurately.,3.242,3.242,21.819,1,4,,5.517,9.374,10.177,4,2,7,3,4,1,5,6,37.762,45.433,49.915,2,1,1,1,1,1,4,8,8,,4.479,18.941,21.525,10,5,5,1,1,5,5,29.15,54.177,55.288,9,1,2,5.995,14.343,15.516,5,2,1981,Texas,3,2,1,,7,,,6,3,1,3.107,79.511,80.589,23,5fc6904e5ed32c0778ae12a1,"{""startTime"":1678920809818,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678920755793,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678920659970,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":16158,""label"":""hovered"",""timeHovered"":1268,""week"":""2022-01-03""}]}","{""startTime"":1678920740273,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line +2023-03-15 18:51:00,2023-03-15 19:00:17,0,96.72.176.37,100,557,1,2023-03-15 19:00:18,R_zcXADuwuXBMQ9bP,,,,,37.5172,-121.9191,anonymous,EN,1,4.663,24.613,25.596,5,,,,,,,,0,0,15.006,0,61,40,80,6.774,59.743,60.389,8,3.031,21.614,24.067,5,1,1,7.193,34.356,35.38,9,1,-1,4.359,96.434,97.072,11,1,21.784,39.191,40.234,3,4.895,4.895,15.02,1,4,5,5,5,5,5,,2.563,10.49,12.002,10,4,4,5,4,4,5,It has the authoritative source stated.,1.466,41.225,42.583,13,3,,2.395,8.421,9.305,2,2,7,3,4,1,5,6,15.347,27.157,27.96,2,2,5,3,4,3,3,3,8,,3.105,19.03,20.417,17,2,2,4,2,2,3,3.684,23.585,24.199,10,2,,0.95,2.607,3.375,3,1,1990,California,6,1,3,,2,,,17,3,1,0.61,50.253,55.817,22,63d17041a37f603dd01616b8,"{""startTime"":1678920971024,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678920910365,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678920772003,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678920894498,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6109,""label"":""hovered"",""timeHovered"":1446,""week"":""2021-12-20""},{""time"":8317,""label"":""hovered"",""timeHovered"":1100,""week"":""2022-01-10""},{""time"":10489,""label"":""hovered"",""timeHovered"":2144,""week"":""2021-11-22""}]}",0,moderate,line +2023-03-15 18:51:29,2023-03-15 19:00:59,0,98.47.241.23,100,569,1,2023-03-15 19:01:00,R_25HImA9xqFEHtJI,,,,,38.0996,-122.5873,anonymous,EN,1,5.728,5.728,6.398,1,,,,,,,,0,0,15.008,0,95,88,15,7.956,18.774,19.6,3,9.805,47.201,50.354,11,1,1,20.41,30.555,32.824,2,-1,1,39.271,71.666,73.097,5,1,33.32,45.365,49.027,4,9.776,10.588,15.12,4,3,5,3,5,5,4,,29.114,47.904,48.927,8,4,5,5,7,7,5,The directions stated to assume that I trusted the data so I extended that to mean I then trusted the visualization.,3.273,31.425,40.412,4,5,,6.88,7.994,8.347,2,2,7,3,4,1,5,6,0,0,16.914,0,2,7,2,4,4,7,10,9,,6.957,23.3,24.7,8,3,4,2,3,4,3,10.573,27.801,28.729,7,3,,9.672,9.672,11.019,1,1,1989,California,6,3,1,,7,,,17,4,2,1.135,84.076,86.685,22,6070defd464139156ac85ac3,"{""startTime"":1678920852663,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678920902075,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678920736311,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":28733,""label"":""started_brush"",""startDate"":""2021-04-29"",""endDate"":""2022-02-11""},{""time"":39792,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-01-24""},{""time"":43767,""label"":""cleared_brush"",""using"":""click""},{""time"":43769,""label"":""cleared_brush"",""using"":""Escape""}]}","{""startTime"":1678920836396,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":6577,""label"":""started_brush"",""startDate"":""2021-05-09"",""endDate"":""2021-06-20""},{""time"":9312,""label"":""moved_brush"",""startDate"":""2021-10-25"",""endDate"":""2021-12-06""},{""time"":11858,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-05-23""},{""time"":12156,""label"":""cleared_brush"",""using"":""click""}]}",0,complex,line +2023-03-15 18:52:20,2023-03-15 19:01:09,0,73.121.213.102,100,528,1,2023-03-15 19:01:09,R_2TAb7urkh16o1pU,,,,,36.0499,-83.9228,anonymous,EN,1,12.664,12.664,13.777,1,2,,2,2.605,2.605,3.803,1,0,0,15.117,0,34,22,22,10.482,23.938,24.982,4,25.258,34.757,38.853,5,1,-3,19.101,36.389,37.603,2,1,1,60.963,73.071,74.582,2,1,46.353,46.353,47.124,1,0,0,15.113,0,7,7,7,4,2,1,,6.04,17.776,19.936,6,2,7,7,1,1,7,I just do not believe vaccinated vs unvaccinated has any difference in cases.,9.342,9.342,34.6,1,4,,8.164,8.164,9.507,1,2,7,3,4,1,5,6,0,0,17.854,0,1,1,5,5,1,1,6,7,,7.464,24.815,26.656,8,3,3,3,2,4,4,9.932,29.226,30.056,7,5,3,3.988,14.776,17.175,2,2,1996,Tennessee,3,2,1,,7,,,7,1,2,2.532,46.764,47.698,11,60d23790d4dba01a9b2c0085,"{""startTime"":1678921008166,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678920950362,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678920819748,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678920934502,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":10516,""label"":""hovered"",""timeHovered"":3687,""week"":""2022-01-17""}]}",1,moderate,line +2023-03-15 18:50:07,2023-03-15 19:01:30,0,68.205.133.83,100,682,1,2023-03-15 19:01:31,R_3L5dLgDuPolvvpd,,,,,28.5727,-80.8206,anonymous,EN,1,34.783,46.228,48.186,4,,,,,,,,0,0,15.016,0,89,80,94,13.411,27.118,28.522,6,3.79,21.269,33.35,3,1,1,25.351,35.69,37.851,2,-2,1,38.363,72.998,74.997,3,-3,31.938,65.742,67.298,3,0,0,15.017,0,3,3,4,3,5,4,none,8.134,27.301,34,7,5,5,5,5,5,5,It seems to me top be scientific. I don't know much about visualizations,4.043,4.043,35.673,1,4,none,11.225,13.202,16.261,2,2,3,4,5,1,6,7,0,0,15.752,0,5,5,9,8,3,7,8,10,none,4.868,21.791,26.046,10,4,2,4,4,4,4,11.188,34.278,35.728,6,5,,8.678,8.678,10.834,1,2,1957,Florida,2,2,1,,7,,,4,2,2,4.101,60.559,61.977,12,6286e56db20530b65816d1d7,"{""startTime"":1678920958977,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678920840365,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678920713884,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":26838,""label"":""hovered"",""timeHovered"":1849,""week"":""2021-11-22""},{""time"":28774,""label"":""hovered"",""timeHovered"":1474,""week"":""2021-10-25""}]}","{""startTime"":1678920824073,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,line +2023-03-15 18:51:45,2023-03-15 19:02:28,0,172.56.160.174,100,642,1,2023-03-15 19:02:28,R_3kiFkaHSmU9WLgC,,,,,40.7157,-74,anonymous,EN,1,2.416,2.416,3.191,1,1,3,1,2.405,4.667,5.667,2,2.598,2.598,15.009,1,83,89,83,6.02,20.555,21.828,4,11.597,78.353,83.429,13,1,1,22.081,56.26,80.004,3,1,1,49.439,52.342,61.101,4,1,52.382,53.845,64.901,3,2.59,8.418,15.027,5,3,3,3,6,2,3,,7.589,22.964,23.902,9,5,6,6,6,6,3,"I didn't see a source. (And, then, I would need to trust/verify the source/data.)",1.579,2.253,34.349,2,5,,3.656,9.065,10.63,6,2,7,3,4,1,5,6,9.028,9.028,18.123,1,4,5,5,8,3,7,7,6,,5.802,34.998,36.602,10,5,5,1,1,5,5,3.97,21.204,22.108,7,4,1,1.984,9.901,11.49,3,1,1978,Rhode Island,6,2,1,,7,,,10,4,1,1.541,49.636,60.931,19,62b9ddea12bb2643ff512fea,"{""startTime"":1678920936539,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678920961451,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678920770842,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":731,""label"":""hovered"",""timeHovered"":5891,""week"":""2021-08-16""},{""time"":48768,""label"":""started_brush"",""startDate"":""2021-07-21"",""endDate"":""2021-12-06""},{""time"":61522,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-08-26""},{""time"":62603,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-08-26""},{""time"":69122,""label"":""cleared_brush"",""using"":""click""}]}","{""startTime"":1678920920766,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":14844,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-05-31""}]}",1,complex,line +2023-03-15 18:49:13,2023-03-15 19:03:06,0,24.113.196.63,100,833,1,2023-03-15 19:03:06,R_sczgu52zr4DZ6xz,,,,,47.4758,-122.6422,anonymous,EN,1,31.117,31.117,34.297,1,2,,1,2.117,2.117,8.253,1,0,0,15.112,0,84,100,81,11.045,24.882,25.677,5,18.516,23.455,68.226,2,1,1,17.028,71.267,85.548,3,-2,1,38.5,61.787,63.495,4,1,115.791,115.791,131.334,1,0,0,15.111,0,6,5,5,6,6,6,,27.429,43.745,52.779,6,5,6,5,7,7,6,"The visualization says that it's from the CDC, which I trust to give accurate information",1.873,5.671,30.004,5,3,,4.671,7.59,10.118,2,2,7,3,4,1,5,6,0,0,33.917,0,4,7,9,4,4,5,10,10,,8.44,31.7,37.769,13,2,3,4,3,3,3,17.797,71.516,72.557,13,2,3,5.318,15.043,16.176,2,1,2001,Washington,2,2,1,,7,,,6,3,2,6.024,57.607,67.245,13,5daa9e16546237001681d0f1,"{""startTime"":1678920869981,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":1046,""label"":""hovered"",""timeHovered"":1011,""week"":""2021-12-13""},{""time"":2915,""label"":""hovered"",""timeHovered"":1972,""week"":""2021-12-13""}]}","{""startTime"":1678920795458,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678920647400,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":14592,""label"":""hovered"",""timeHovered"":1415,""week"":""2022-01-03""},{""time"":26578,""label"":""hovered"",""timeHovered"":1126,""week"":""2022-01-03""},{""time"":31711,""label"":""hovered"",""timeHovered"":1647,""week"":""2022-01-03""},{""time"":34060,""label"":""hovered"",""timeHovered"":2408,""week"":""2022-01-03""},{""time"":36646,""label"":""hovered"",""timeHovered"":1849,""week"":""2022-01-10""},{""time"":38512,""label"":""hovered"",""timeHovered"":1145,""week"":""2022-01-10""},{""time"":42355,""label"":""hovered"",""timeHovered"":1565,""week"":""2022-02-07""},{""time"":47231,""label"":""hovered"",""timeHovered"":2292,""week"":""2022-01-31""},{""time"":51779,""label"":""hovered"",""timeHovered"":1113,""week"":""2021-10-18""},{""time"":56197,""label"":""hovered"",""timeHovered"":1312,""week"":""2021-08-23""},{""time"":58267,""label"":""hovered"",""timeHovered"":1607,""week"":""2022-01-03""}]}","{""startTime"":1678920779825,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":11457,""label"":""hovered"",""timeHovered"":1536,""week"":""2022-01-10""}]}",1,moderate,line +2023-03-15 18:55:23,2023-03-15 19:03:07,0,216.1.214.162,100,463,1,2023-03-15 19:03:07,R_08IZuCAGfsdjECR,,,,,34.1624,-118.1275,anonymous,EN,1,8.563,9.507,9.787,3,1,3,1,1.433,2.849,3.606,2,0,0,15.107,0,100,77,56,8.016,15.456,16.061,6,11.479,20.055,26.358,3,1,1,2.44,29.031,31.252,3,1,1,26.513,32.745,33.76,2,1,17.296,17.296,32.087,1,0,0,15.014,0,5,4,5,5,5,6,,5.932,15.059,16.562,6,5,5,5,7,5,6,"I feel it accurately presents to me the fact that the vaccines work, but to an extent",2.72,2.72,31.862,1,5,,5.692,5.692,6.499,1,2,7,3,4,1,5,6,0,0,14.269,0,1,4,4,6,8,3,5,8,,3.501,15.99,17.068,9,2,1,2,4,4,2,51.677,77.532,78.101,20,3,1,3.125,7.749,10.1,2,1,1987,California,6,2,1,,6,,,7,1,2,1.701,73.733,75.868,51,5e589bf82e08c90a78a29bbe,"{""startTime"":1678921050832,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921067830,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678920977010,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":19176,""label"":""hovered"",""timeHovered"":1155,""week"":""2022-01-03""}]}","{""startTime"":1678921035365,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7938,""label"":""hovered"",""timeHovered"":2486,""week"":""2022-02-07""}]}",1,simple,line +2023-03-15 18:54:06,2023-03-15 19:03:32,0,174.160.114.115,100,566,1,2023-03-15 19:03:33,R_1lt9s8JffvgLJUE,,,,,37.6811,-122.4806,anonymous,EN,1,3.848,3.848,4.494,1,1,4,1,1.285,3.899,4.618,2,0,0,15.005,0,95,100,77,13.623,24.864,26.071,3,18.532,22.645,56.584,3,1,1,26.701,52.664,52.982,4,-3,1,14.9,28.488,38.055,2,1,16.894,16.894,35.888,1,0,0,15.112,0,5,4,5,4,5,4,,12.402,33.39,38.088,7,2,5,4,3,3,4,"The information sounds right, but the numbers could have just been made up. However, I have no reason to disagree with the visualization at the moment.",5.606,5.606,40.433,1,4,,3.825,8.17,8.354,4,2,3,4,5,1,6,7,0,0,8.835,0,1,4,3,4,3,3,9,11,,57.151,72.75,73.12,12,1,1,5,5,2,1,4.04,19.661,20.56,7,1,1,0.996,11.441,14.194,4,1,1999,California,6,1,1,,2,,,9,4,1,0.969,52.163,54.111,23,63d405cd213cc643902ce5da,"{""startTime"":1678921100610,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921025537,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":4392,""label"":""hovered"",""timeHovered"":1088,""week"":""2021-06-21""}]}","{""startTime"":1678920914079,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":4595,""label"":""hovered"",""timeHovered"":1458,""week"":""2021-10-11""},{""time"":10440,""label"":""hovered"",""timeHovered"":1803,""week"":""2022-01-03""},{""time"":27816,""label"":""hovered"",""timeHovered"":1635,""week"":""2022-01-03""},{""time"":30410,""label"":""hovered"",""timeHovered"":1986,""week"":""2021-12-27""},{""time"":35868,""label"":""hovered"",""timeHovered"":1062,""week"":""2022-01-03""},{""time"":37034,""label"":""hovered"",""timeHovered"":2435,""week"":""2021-12-27""},{""time"":39758,""label"":""hovered"",""timeHovered"":2344,""week"":""2022-01-10""},{""time"":42112,""label"":""hovered"",""timeHovered"":1487,""week"":""2022-01-10""},{""time"":46627,""label"":""hovered"",""timeHovered"":8573,""week"":""2021-05-24""}]}","{""startTime"":1678921009947,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7598,""label"":""hovered"",""timeHovered"":2692,""week"":""2022-01-17""}]}",1,moderate,line +2023-03-15 18:50:06,2023-03-15 19:04:06,0,52.128.53.20,100,840,1,2023-03-15 19:04:07,R_4Z6E971VfCPa54l,,,,,32.7003,-97.6086,anonymous,EN,1,22.639,23.007,24.486,2,,,,,,,,0,0,15.01,0,80,67,69,35.196,44.84,46.203,4,35.683,137.014,150.443,14,1,1,21.89,65.477,70.357,2,1,1,43.473,65.751,72.464,2,-3,77.494,77.494,81.659,1,0,0,15.014,0,4,4,4,4,4,3,,38.837,55.854,56.785,8,5,5,5,4,4,4,I tend not to trust something that is presented to me right away. I need someone or something to confirm or deny the information in front of me.,2.827,55.969,69.706,4,5,,5.485,5.485,7.424,1,2,7,3,4,1,5,6,0,0,19.076,0,7,6,7,7,7,8,9,9,,6.351,26.102,28.461,10,3,2,4,3,3,2,10.865,38.188,39.199,10,5,,6.018,6.018,7.975,1,1,2001,Texas,2,2,1,,7,,,5,4,2,3.415,67.78,76.941,16,63e51bc3169991cfbcd4fe97,"{""startTime"":1678920950564,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":6515,""label"":""hovered"",""timeHovered"":3318,""week"":""2021-12-27""},{""time"":11365,""label"":""hovered"",""timeHovered"":1244,""week"":""2021-12-27""},{""time"":12681,""label"":""hovered"",""timeHovered"":4976,""week"":""2021-12-27""},{""time"":18218,""label"":""hovered"",""timeHovered"":1547,""week"":""2021-12-27""}]}","{""startTime"":1678921008013,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678920701865,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":21357,""label"":""hovered"",""timeHovered"":1817,""week"":""2022-01-03""},{""time"":27108,""label"":""hovered"",""timeHovered"":1550,""week"":""2022-01-10""},{""time"":28776,""label"":""hovered"",""timeHovered"":1267,""week"":""2022-01-03""},{""time"":72780,""label"":""started_brush"",""startDate"":""2021-05-06"",""endDate"":""2022-02-13""},{""time"":84916,""label"":""moved_brush"",""startDate"":""2021-05-06"",""endDate"":""2022-02-13""},{""time"":90280,""label"":""moved_brush"",""startDate"":""2021-12-11"",""endDate"":""2022-02-13""},{""time"":105673,""label"":""moved_brush"",""startDate"":""2021-12-07"",""endDate"":""2022-02-13""},{""time"":121787,""label"":""cleared_brush"",""using"":""click""},{""time"":121789,""label"":""cleared_brush"",""using"":""Escape""},{""time"":130399,""label"":""hovered"",""timeHovered"":1720,""week"":""2022-01-31""},{""time"":141365,""label"":""started_brush"",""startDate"":""2021-08-27"",""endDate"":""2022-02-13""},{""time"":143377,""label"":""moved_brush"",""startDate"":""2021-11-29"",""endDate"":""2022-02-13""},{""time"":145966,""label"":""hovered"",""timeHovered"":2576,""week"":""2022-01-10""}]}","{""startTime"":1678920934987,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line +2023-03-15 18:52:57,2023-03-15 19:04:19,0,104.183.254.123,100,682,1,2023-03-15 19:04:20,R_6LFVw5NmSzjl1sd,,,,,32.7254,-97.3208,anonymous,EN,1,47.202,69.866,70.809,3,1,2,2,2.266,6.822,7.936,3,11.516,11.516,15.008,1,100,100,80,23.872,39.374,39.917,5,20.708,26.959,35.77,2,1,1,29.747,60.581,62.073,2,-2,1,27.54,44.873,45.982,2,1,23.883,23.883,24.849,1,0,0,15.012,0,3,3,3,3,5,3,,16.343,54.545,56.936,7,5,5,4,7,3,3,i haven't verified its integrity.,3.591,14.613,25.926,2,4,,10.119,15.635,16.742,7,2,7,3,4,1,5,6,0,0,29.06,0,4,3,5,5,3,6,9,9,,9.774,26.059,28.888,11,3,3,2,4,4,3,12.958,44.501,47.263,6,4,3,3.587,13.113,17.201,3,1,1990,Texas,4,2,2,,4,,,6,4,2,3.509,81.101,85.936,24,5fe3f539dd8cf10e7d545231,"{""startTime"":1678921082555,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921024424,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678920926490,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":15404,""label"":""hovered"",""timeHovered"":1045,""week"":""2022-01-10""},{""time"":31431,""label"":""hovered"",""timeHovered"":2601,""week"":""2021-08-16""}]}","{""startTime"":1678921008987,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6703,""label"":""hovered"",""timeHovered"":1699,""week"":""2022-01-10""},{""time"":8575,""label"":""hovered"",""timeHovered"":5265,""week"":""2022-01-10""}]}",1,moderate,line +2023-03-15 18:57:38,2023-03-15 19:05:26,0,75.27.18.112,100,468,1,2023-03-15 19:05:27,R_Bx0bDu18F5C9X3z,,,,,40.2116,-85.4273,anonymous,EN,1,4.17,4.17,5.275,1,1,2,2,1.279,5.089,6.713,3,12.094,12.094,15.11,1,78,84,80,6.676,16.396,18.427,3,12.258,16.053,25.779,2,1,-3,22.038,48.785,51.272,3,-3,1,30.825,70.561,72.545,2,1,38.075,38.075,39.883,1,0,0,15.011,0,4,3,3,4,5,4,,9.461,20.255,23.153,6,4,4,4,2,3,3,I don't know enough about it to trust or distrust it,1.78,1.78,15.618,1,4,,5.116,5.116,7.298,1,2,3,4,5,1,6,7,0,0,15.654,0,1,3,1,6,1,1,11,10,,4.953,19.064,25.242,8,3,4,1,3,4,4,7.645,21.343,22.782,6,1,3,2.37,17.218,19.096,2,1,1978,Indiana,7,3,1,,7,,,10,4,1,3.36,46.608,49.321,12,5d63e12a54d79c00169844b8,"{""startTime"":1678921266930,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921226385,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921111926,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921211072,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line +2023-03-15 18:52:38,2023-03-15 19:05:57,0,73.177.124.207,100,799,1,2023-03-15 19:05:58,R_2aPKVSiNg6RZUzc,,,,,32.4699,-90.1102,anonymous,EN,1,2.665,2.665,3.5,1,,,,,,,,3.879,5.56,15.015,2,85,73,66,7.581,14.96,16.176,4,10.024,12.615,13.74,2,-2,-2,53.089,125.37,126.525,2,1,1,79.065,115.765,122.246,2,1,22.593,91.534,91.963,3,0,0,15.171,0,6,6,6,6,5,6,,3.313,13.339,14.073,7,6,6,6,6,6,6,Because it seems accurate and the information is presented in a way that allows me to accurately pinpoint what I need,0.822,0.822,30.955,1,4,,7.316,12.127,13.495,2,2,7,3,4,1,5,6,0,0,24.446,0,4,5,4,4,3,6,10,10,,11.252,45.17,47.088,19,5,5,1,1,5,5,4.24,145.769,147.499,10,2,,1.694,1.694,2.615,1,2,2002,Mississippi,2,1,1,,3,,,12,4,1,0.873,89.021,92.349,59,60f592f40e80188d5bc991e8,"{""startTime"":1678920882743,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678920897278,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678920725653,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678920867042,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":3071,""label"":""hovered"",""timeHovered"":3093,""week"":""2021-08-23""}]}",0,simple,line +2023-03-15 18:57:16,2023-03-15 19:06:22,0,71.235.185.151,100,546,1,2023-03-15 19:06:23,R_20URAtlnLIYekvM,,,,,41.3186,-72.9302,anonymous,EN,1,18.471,18.471,19.407,1,,,,,,,,0,0,15.118,0,60,60,62,9.649,17.206,22.863,5,13.521,16.668,31.097,2,1,1,27.629,43.603,45.64,2,-3,1,36.101,61.518,63.28,6,1,41.512,41.512,42.554,1,0,0,15.112,0,3,3,3,2,3,3,,9.865,24.898,27.037,6,3,4,3,7,7,3,I have no reason to trust it or not trust it. ,4.258,4.258,18.194,1,5,,4.515,5.465,7.471,2,2,7,3,4,1,5,6,0,0,13.593,0,5,8,7,6,6,5,8,8,,4.319,13.273,14.924,8,3,3,2,2,4,4,3.409,21.268,22.247,6,3,,2.36,2.36,3.877,1,2,1984,Connecticut,6,1,1,,7,,,14,4,2,1.581,78.333,82.411,32,63d15bdba3ed809e5df7bd5b,"{""startTime"":1678921290486,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921234411,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921140012,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":21676,""label"":""hovered"",""timeHovered"":2680,""week"":""2022-01-03""}]}","{""startTime"":1678921218119,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7846,""label"":""hovered"",""timeHovered"":4959,""week"":""2021-08-23""}]}",0,simple,line +2023-03-15 18:50:10,2023-03-15 19:06:24,0,68.13.252.70,100,973,1,2023-03-15 19:06:25,R_22A1OFcJ0DKnYVW,,,,,36.3701,-95.8469,anonymous,EN,1,115.699,115.699,117.815,1,1,4,2,20.786,22.182,24.049,2,0,0,15.018,0,97,97,67,26.297,42.633,45.161,4,25.338,47.457,49.184,3,1,-2,31.209,63.442,69.491,2,1,1,54.681,87.643,89.365,4,-1,54.257,60.145,61.315,3,0,0,15.023,0,5,5,6,6,6,6,,11.836,33.684,38.584,6,5,6,6,5,4,6,"It is a clearly represented graph showing number of cases in vaccinated versus unvaccinated people per 100K. It is not ambiguous, it's very clear cut in presenting the data.",3.3,3.3,61.256,1,5,"On the previous question, it asked about the number of 80 year olds in late Dec 2022, but the chart only shows Jan and Feb of 2022. I answered I don't know, even though I assume the question might have meant late 2021?",1.797,63.333,64.61,2,2,7,3,4,1,5,6,0,0,35.635,0,2,4,4,4,3,7,9,9,,6.595,27.66,29.932,8,3,2,2,3,3,4,13.845,42.327,43.296,7,2,1,7.412,17.696,22.103,3,2,1974,Oklahoma,3,1,1,,7,,,11,4,1,5.244,120.027,120.925,33,6159fe7811a7e1b94401c33f,"{""startTime"":1678920973675,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921012715,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678920838661,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":9855,""label"":""hovered"",""timeHovered"":11284,""week"":""2022-01-03""},{""time"":34131,""label"":""hovered"",""timeHovered"":1263,""week"":""2021-12-27""},{""time"":35997,""label"":""hovered"",""timeHovered"":4241,""week"":""2021-10-25""},{""time"":40614,""label"":""hovered"",""timeHovered"":2270,""week"":""2022-02-07""}]}","{""startTime"":1678920958165,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":3985,""label"":""hovered"",""timeHovered"":2736,""week"":""2022-01-03""},{""time"":9068,""label"":""hovered"",""timeHovered"":1291,""week"":""2021-07-12""}]}",1,simple,line +2023-03-15 18:59:10,2023-03-15 19:07:16,0,67.190.176.100,100,485,1,2023-03-15 19:07:16,R_2VPGmYrxVtW241k,,,,,39.872,-105.0405,anonymous,EN,1,3.219,3.219,3.984,1,1,3,2,1.846,4.235,4.883,2,8.637,10.23,15.007,2,93,90,89,8.664,12.69,13.575,3,4.839,5.943,7.575,2,1,-1,11.564,17.446,18.032,2,-2,-1,18.443,42.809,43.646,2,1,18.42,18.42,30.124,1,0,0,15.01,0,5,4,4,5,5,4,,7.128,17.803,19.612,6,4,4,4,3,4,4,"I do not disagree, therefore, I slightly agree because I don't if this graph is accurate (but have a feeling it's more accurate than anti-vaxxors)",4.506,5.419,38.586,2,2,,10.4,10.4,12.053,1,2,7,3,4,1,5,6,30.172,47.465,57.693,4,2,1,3,1,1,2,4,3,,6.784,23.463,24.417,9,3,3,2,3,4,3,3.186,36.466,37.378,7,3,2,4.717,12.752,13.479,2,1,1990,Colorado,3,2,1,,2,,,10,4,2,1.728,87.265,87.91,62,61645d805d7b358ed3e052a6,"{""startTime"":1678921325288,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921267950,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921200583,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921252509,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line +2023-03-15 18:54:35,2023-03-15 19:08:34,0,98.28.242.133,100,838,1,2023-03-15 19:08:34,R_2zMhUR8qtUxsBqc,,,,,39.3434,-84.4009,anonymous,EN,1,23.517,25.488,26.241,3,,,,,,,,0,0,15.113,0,78,82,29,30.006,46.534,47.276,8,8.76,144.195,146.467,18,1,1,14.284,62.401,63.524,7,-2,1,15.279,104.317,105.229,8,1,31.842,74.308,75.462,6,0,0,15.009,0,5,5,5,5,6,5,,21.258,34.332,37.872,8,5,5,5,1,1,5,Broken down what each one is also colors and dates,5.019,5.019,20.638,1,4,,7.677,9.473,10.799,2,2,7,3,4,1,5,6,14.123,29.4,30.219,3,6,9,9,9,6,10,10,10,,8.172,25.333,26.563,10,1,1,3,4,2,1,11.66,37.929,38.585,8,4,,9.195,12.362,13.276,3,2,1978,Ohio,2,2,1,,9,,Westchester,7,2,1,3.972,87.315,88.083,24,5cb7d17ddd3aff0017d13821,"{""startTime"":1678921271819,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921213696,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678920975238,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":79337,""label"":""cleared_brush"",""using"":""click""},{""time"":80307,""label"":""started_brush"",""startDate"":""2021-06-08"",""endDate"":""2021-08-17""},{""time"":96737,""label"":""moved_brush"",""startDate"":""2021-05-17"",""endDate"":""2021-07-26""},{""time"":111691,""label"":""moved_brush"",""startDate"":""2021-05-17"",""endDate"":""2021-07-26""},{""time"":121242,""label"":""moved_brush"",""startDate"":""2021-06-19"",""endDate"":""2021-08-28""},{""time"":126478,""label"":""cleared_brush"",""using"":""click""},{""time"":126480,""label"":""cleared_brush"",""using"":""Escape""},{""time"":129586,""label"":""started_brush"",""startDate"":""2021-06-30"",""endDate"":""2021-08-27""}]}","{""startTime"":1678921198184,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line +2023-03-15 19:00:24,2023-03-15 19:08:39,0,97.121.136.116,100,494,1,2023-03-15 19:08:39,R_1qUFFXW4eKeFTuu,,,,,38.8503,-104.8567,anonymous,EN,1,2.829,2.829,3.832,1,1,4,1,3.085,5.968,7.048,2,0,0,15.011,0,86,91,61,6.582,12.733,13.562,3,12.519,16.102,25.917,2,1,1,27.16,39.46,44.126,2,-1,-3,5.397,66.22,67.183,7,-1,56.221,56.221,57.285,1,0,0,15.114,0,5,2,5,5,5,5,,8.513,21.163,21.605,7,2,5,5,5,4,5,"The visualization is based on data from the CDC, which tends to have accurate information.",1.523,1.523,22.626,1,5,,6.353,7.22,8.602,2,2,7,3,4,1,5,6,0,0,15.797,0,5,8,3,8,7,4,10,9,,9.109,26.827,30.361,8,4,4,2,2,4,4,5.411,23.865,24.824,6,2,1,1.769,11.653,13.8,2,2,1998,Colorado,6,3,1,,7,,,6,4,1,4.034,54.09,65.138,19,61007138183fbe1c96ac250e,"{""startTime"":1678921387317,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921409570,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921277375,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":7510,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1183,""week"":""52"",""id"":""chart""},{""time"":12510,""label"":""tour_next"",""step"":2},{""time"":16093,""label"":""tour_end"",""step"":2},{""time"":19783,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3248,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678921371528,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":3273,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1659,""week"":""52"",""id"":""chart""},{""time"":7088,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1204,""week"":""20"",""id"":""chart""}]}",1,moderate,bar +2023-03-15 18:55:18,2023-03-15 19:09:28,0,75.81.138.211,100,849,1,2023-03-15 19:09:29,R_1FPxFtIesGC3l8p,,,,,39.1027,-94.5778,anonymous,EN,1,77.126,77.126,78.177,1,1,2,1,1.567,5.019,6.041,2,0,0,15.008,0,63,86,68,32.203,40.82,42.448,4,11.72,19.041,54.384,2,1,1,11.349,65.122,66.818,4,-1,1,20.995,55.865,56.926,2,1,105.286,105.286,106.563,1,0,0,15.011,0,3,3,4,4,5,4,,7.4,29.634,33.398,7,4,4,4,3,3,4,"I remember there being flar ups in the time after the Vaccine was rolled out, but I can't remember specifics. Even now, flare ups especially in large cities are rather common. ",10.871,93.849,95.613,3,2,,7.365,7.365,9.345,1,2,7,3,4,1,5,6,16.18,22.905,27.748,2,2,2,2,2,4,6,4,6,,7.784,34.418,36.085,9,2,3,3,4,3,3,13.97,35.489,37.298,8,2,2,3.485,9.428,12.115,2,1,1997,Missouri,4,1,1,,3,,,9,4,2,2.247,103.454,107.799,35,628ecc32276d54517f4c004d,"{""startTime"":1678921207178,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921241018,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":4158,""label"":""hovered"",""timeHovered"":1018,""week"":""2021-12-20""},{""time"":6061,""label"":""hovered"",""timeHovered"":3234,""week"":""2021-11-22""}]}","{""startTime"":1678921069918,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":28139,""label"":""hovered"",""timeHovered"":4606,""week"":""2021-04-12""},{""time"":44571,""label"":""hovered"",""timeHovered"":6645,""week"":""2022-01-03""}]}","{""startTime"":1678921191725,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":13544,""label"":""hovered"",""timeHovered"":1809,""week"":""2022-01-03""}]}",1,simple,line +2023-03-15 18:58:06,2023-03-15 19:09:39,0,136.57.156.40,100,693,1,2023-03-15 19:09:40,R_1ocosnuw5X3tjWm,,,,,35.2316,-80.8428,anonymous,EN,1,9.879,9.879,11.895,1,,,,,,,,0,0,15.01,0,91,87,58,6.916,23.071,30.239,4,25.394,101.82,105.627,16,1,1,15.027,25.492,27.995,2,1,1,49.19,60.096,62.455,2,-1,19.958,19.958,21.647,1,0,0,15.014,0,5,3,7,5,2,5,,20.268,34.102,37.326,7,4,6,5,7,5,5,It comes from the Croatian government and I have no reason to believe they would misrepresent this data.,2.902,2.902,40.775,1,4,,6.35,6.35,8.581,1,2,7,3,4,1,5,6,0,0,25.929,0,3,5,7,5,8,5,11,11,,6.601,28.179,30.668,9,4,4,1,1,4,5,9.582,26.118,27.565,7,2,,5.939,5.939,8.023,1,1,1968,North Carolina,7,3,1,,7,,,17,4,2,1.262,119.252,124.717,25,61008174621af4fde89d5c7f,"{""startTime"":1678921414737,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":1086,""label"":""hovered"",""timeHovered"":5742,""week"":""2021-12-20""}]}","{""startTime"":1678921316392,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":10692,""label"":""started_brush"",""startDate"":""2021-07-27"",""endDate"":""2022-02-06""},{""time"":20011,""label"":""moved_brush"",""startDate"":""2021-08-02"",""endDate"":""2022-02-13""}]}","{""startTime"":1678921172321,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":9134,""label"":""hovered"",""timeHovered"":1150,""week"":""2021-09-06""},{""time"":16722,""label"":""hovered"",""timeHovered"":1178,""week"":""2021-08-23""},{""time"":22543,""label"":""hovered"",""timeHovered"":1909,""week"":""2021-12-06""},{""time"":66485,""label"":""cleared_brush"",""using"":""click""},{""time"":70843,""label"":""started_brush"",""startDate"":""2021-07-09"",""endDate"":""2021-09-26""},{""time"":79386,""label"":""moved_brush"",""startDate"":""2021-06-25"",""endDate"":""2021-09-12""},{""time"":92767,""label"":""moved_brush"",""startDate"":""2021-06-25"",""endDate"":""2021-09-12""},{""time"":93591,""label"":""cleared_brush"",""using"":""click""}]}","{""startTime"":1678921300798,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":11042,""label"":""hovered"",""timeHovered"":2120,""week"":""2022-01-17""}]}",0,complex,line +2023-03-15 19:01:20,2023-03-15 19:10:05,0,108.222.91.118,100,525,1,2023-03-15 19:10:06,R_2OV0ysUAzO5ncte,,,,,41.0413,-83.6461,anonymous,EN,1,27.654,27.654,29.205,1,,,,,,,,0,0,15.01,0,36,38,63,11.978,19.17,21.153,5,14.666,20.246,39.942,2,1,-2,12.772,36.2,37.059,3,1,1,31.55,43.746,44.912,2,-1,24.378,24.378,27.565,1,0,0,15.111,0,4,3,5,2,4,4,Not at this time.,6.37,20.425,23.815,7,4,4,2,7,1,4,"I have no frame of reference to know if the information is really true, but it appears to be specific and easy enough to understand I lean towards trusting it",2.004,2.004,55.305,1,5,Not at this time.,5.187,9.89,13.518,5,2,7,3,4,1,5,6,0,0,22.236,0,5,5,2,6,5,3,9,7,Not at this time.,5.867,21.896,25.793,9,5,5,2,1,5,5,12.451,32.093,33.203,6,1,,4.163,4.163,6.21,1,2,1994,Ohio,6,3,1,,7,,,10,4,2,3.162,47.701,52.188,12,63161b57aa5e6c648c58692a,"{""startTime"":1678921446482,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921471048,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921352566,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":6904,""label"":""hovered"",""timeHovered"":1688,""week"":""2021-12-20""},{""time"":24507,""label"":""hovered"",""timeHovered"":1954,""week"":""2021-04-12""},{""time"":34531,""label"":""hovered"",""timeHovered"":1984,""week"":""2021-12-27""}]}","{""startTime"":1678921430888,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7852,""label"":""hovered"",""timeHovered"":1212,""week"":""2021-12-27""},{""time"":13547,""label"":""hovered"",""timeHovered"":1001,""week"":""2022-01-03""}]}",0,simple,line +2023-03-15 18:53:00,2023-03-15 19:10:11,0,73.16.24.228,100,1031,1,2023-03-15 19:10:12,R_3iyjxR2vaBdNEJd,,,,,43.8971,-69.9817,anonymous,EN,1,3.85,3.85,5.262,1,1,2,1,1.99,4.761,6.2,3,0,0,15.027,0,100,100,1,11.672,16.398,17.475,3,7.291,10.357,20.757,2,1,1,12.561,42.446,44.796,3,-3,1,103.946,118.775,120.724,2,-3,100.963,100.963,102.701,1,0,0,15.017,0,6,5,6,5,6,6,,331.108,460.558,464.433,9,5,6,4,5,5,6,"It seems pretty accurate, regarding most of the things that I know about the Covid pandemic.",1.717,1.717,24.368,1,2,,4.435,6.052,8.504,2,2,7,3,4,1,5,6,0,0,15.766,0,1,1,1,1,1,1,11,9,,3.414,15.536,17.46,10,5,5,1,1,5,5,2.341,23.437,25.183,7,1,1,3.032,8.116,10.562,2,2,1989,Rhode Island,5,2,1,,9,,Providence,6,4,1,2.295,61.77,68.666,16,55132578fdf99b1b0568bdb8,"{""startTime"":1678920921761,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921387787,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678920838326,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678920905457,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":5206,""label"":""hovered"",""timeHovered"":1597,""week"":""2022-01-10""}]}",1,simple,line +2023-03-15 19:00:13,2023-03-15 19:10:36,0,35.129.105.145,100,623,1,2023-03-15 19:10:37,R_2ZDoeNGR6AsEAHN,,,,,33.8321,-118.1739,anonymous,EN,1,14.848,14.848,15.627,1,1,3,1,2.263,5.345,6.07,3,0,0,15.11,0,71,78,19,6.061,10.144,11.937,3,15.418,20.718,33.893,3,-2,1,15.114,57.862,59.39,6,-3,-3,45.285,104.667,105.443,4,-2,26.803,59.802,61.728,2,0,0,15.015,0,4,7,3,2,2,2,,9.06,25.093,26.801,6,4,2,2,3,7,2,"I am not quite sure how accurate the data reporting is, nor how severe the cases were (hospitalizations, etc)",1.71,30.443,42.187,2,4,,11.078,11.078,13.235,1,2,7,3,4,1,5,6,0,0,16.481,0,3,4,6,7,4,5,5,7,,5.245,26.344,28.187,9,4,3,2,2,4,2,6.36,27.059,28.085,6,4,4,2.508,7.324,8.554,2,2,1996,California,6,1,1,,7,,,6,3,1,1.935,75.757,80.3,25,5e7e89cc4fd114104a39fb88,"{""startTime"":1678921507090,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921428377,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921272650,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":11500,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1176,""week"":""50"",""id"":""chart""},{""time"":15416,""label"":""tour_next"",""step"":2},{""time"":19535,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678921412910,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":3340,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1471,""week"":""52"",""id"":""chart""},{""time"":4817,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1183,""week"":""52"",""id"":""chart""},{""time"":6060,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2472,""week"":""51"",""id"":""chart""},{""time"":10723,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1309,""week"":""50"",""id"":""chart""},{""time"":12189,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1160,""week"":""51"",""id"":""chart""}]}",1,moderate,bar +2023-03-15 19:03:32,2023-03-15 19:10:43,0,66.30.134.175,100,431,1,2023-03-15 19:10:44,R_agim7QzLTkd6FDb,,,,,41.9261,-71.3011,anonymous,EN,1,2.421,2.421,2.989,1,1,3,2,2.65,5.333,6.212,2,0,0,15.005,0,100,100,74,10.192,14.803,18.711,3,7.227,24.158,25.194,3,1,1,10.717,58.711,60.392,5,1,1,22.768,41.876,42.868,2,1,37.537,37.537,44.909,1,0,0,15.006,0,6,5,6,6,6,6,,7.722,33.366,35.101,10,3,6,6,3,3,6,The source is a trusted source.,3.282,3.282,19.842,1,4,,6.181,9.148,10,6,2,7,3,4,1,5,6,0,0,19.667,0,6,7,6,7,6,3,10,8,,4.364,17.243,18.663,9,3,3,2,3,3,3,2.545,15.386,16.239,9,2,3,1.607,12.053,13.834,3,1,1993,Massachusetts,2,2,1,,7,,,5,4,2,1.618,33.121,33.984,13,5e156dbb19232db781789a8f,"{""startTime"":1678921564655,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921600152,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921463114,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921549233,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":12800,""label"":""hovered"",""timeHovered"":1047,""week"":""2021-09-13""}]}",1,simple,line +2023-03-15 19:00:24,2023-03-15 19:12:05,0,73.42.37.216,100,700,1,2023-03-15 19:12:06,R_p9SPtFtglrWQyS5,,,,,30.6922,-88.0425,anonymous,EN,1,18.126,18.126,20.284,1,1,2,2,2.875,7.875,9.953,2,0,0,15.008,0,87,58,62,25.645,32.557,34.214,4,3.637,46.932,55.672,8,1,1,48.267,81.807,83.536,3,-3,1,21.512,43.782,46.105,11,1,12.442,66.448,85.134,11,0,0,15.113,0,3,4,4,5,4,4,,9.442,45.039,49.476,6,4,4,4,3,4,4,If it's accurate,3.346,3.346,45.393,1,5,,6.44,7.687,9.652,3,2,7,3,4,1,5,6,0,0,18.806,0,5,4,4,5,6,7,9,8,,6.547,21.742,23.462,9,2,3,3,3,3,3,63.472,73.115,75.039,7,7,4,7.573,7.573,9.757,1,1,1983,Alabama,5,2,3,,2,,,11,1,1,1.128,47.021,53.756,24,5971640e7ec240000170cb69,"{""startTime"":1678921479003,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921529071,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921320703,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":21621,""label"":""started_brush"",""startDate"":""2021-06-30"",""endDate"":""2022-01-27""},{""time"":31400,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-08""},{""time"":37327,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-08""},{""time"":38399,""label"":""cleared_brush"",""using"":""click""},{""time"":50971,""label"":""started_brush"",""startDate"":""2021-06-01"",""endDate"":""2021-10-26""}]}","{""startTime"":1678921462551,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":8565,""label"":""started_brush"",""startDate"":""2021-07-23"",""endDate"":""2022-02-13""},{""time"":12970,""label"":""moved_brush"",""startDate"":""2021-07-23"",""endDate"":""2022-02-13""}]}",1,complex,line +2023-03-15 18:55:13,2023-03-15 19:12:13,0,99.19.75.100,100,1020,1,2023-03-15 19:12:14,R_33eZGeFfolZmlcw,,,,,34.8775,-92.2265,anonymous,EN,1,28.551,28.551,29.975,1,,,,,,,,0,0,15.111,0,53,14,75,16.233,60.568,61.858,5,2.667,20.538,35.503,3,-2,-3,48.621,93.768,99.284,2,-1,1,133.049,149.633,150.932,2,1,107.501,107.501,109.393,1,0,0,15.111,0,5,3,4,5,4,5,,19.598,23.656,26.101,6,3,4,2,5,4,5,It seems to be an accurate infograph,10.859,47.637,56.856,2,4,,4.437,4.437,6.565,1,1,2,6,7,4,3,5,0,0,29.468,0,3,2,6,3,6,4,11,11,,3.635,19.306,20.882,8,5,2,3,4,4,3,35.403,47.886,49.374,6,4,,7.803,7.803,9.375,1,2,2003,Arkansas,2,2,1,,10,,,6,3,1,1.704,139.575,152.79,20,5e2cd786dc63ca2ff798a0ca,"{""startTime"":1678921406198,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921237301,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921033008,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":2459,""label"":""hovered"",""timeHovered"":1413,""week"":""2022-01-10""},{""time"":9843,""label"":""hovered"",""timeHovered"":2465,""week"":""2021-05-03""}]}","{""startTime"":1678921221321,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,line +2023-03-15 19:03:15,2023-03-15 19:12:27,0,66.56.14.60,100,551,1,2023-03-15 19:12:27,R_3My9Se6gK1Mqb4A,,,,,33.7657,-84.2951,anonymous,EN,1,1.221,5.241,7.203,9,1,4,2,2.15,4.84,5.883,4,2.531,2.531,15.025,1,96,98,88,1.526,14.261,14.844,11,2.389,122.795,123.401,42,-3,1,1.244,41.062,42.701,15,-3,1,0.979,44.283,44.602,25,-3,9.61,43.653,44.598,7,1.403,6.126,15.016,4,5,5,5,5,5,5,,6.357,21.7,22.906,13,6,5,4,4,2,5,"It is from a reputable source the CDC. Also, it is just well presented and looks scientific which makes me trust it more.",2.046,3.303,29.771,2,3,,2.166,7.971,9.705,3,2,7,3,4,1,5,6,5.35,18.502,19.609,5,4,4,3,5,6,6,10,8,,4.799,21.262,22.204,16,4,4,2,2,4,4,7.459,27.158,28.014,15,3,3,2.306,8.105,11.106,8,1,2004,Georgia,3,3,1,,9,,Decatur,13,3,1,1.935,48.621,49.792,43,5e9f766e2535380e106a8c6b,"{""startTime"":1678921638266,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921662126,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921451525,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":72,""label"":""tour_started""},{""time"":10240,""label"":""tour_next"",""step"":5},{""time"":17744,""label"":""cleared_brush"",""using"":""Click""},{""time"":18932,""label"":""tour_back"",""step"":5},{""time"":23364,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2540,""week"":""47"",""id"":""chart""},{""time"":27475,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1476,""week"":""52"",""id"":""chart""},{""time"":33385,""label"":""tour_next"",""step"":5},{""time"":36685,""label"":""cleared_brush"",""using"":""Click""},{""time"":41326,""label"":""cleared_brush"",""using"":""Click""},{""time"":43444,""label"":""cleared_brush"",""using"":""Click""},{""time"":44187,""label"":""cleared_brush"",""using"":""Click""},{""time"":46341,""label"":""cleared_brush"",""using"":""Click""},{""time"":54030,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-04-13""},{""time"":60630,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-04-11""},{""time"":81009,""label"":""tour_back"",""step"":5},{""time"":83587,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":2542,""week"":""14"",""id"":""chart""},{""time"":89279,""label"":""tour_next"",""step"":5},{""time"":95037,""label"":""cleared_brush"",""using"":""Click""},{""time"":99695,""label"":""started_brush"",""startDate"":""2021-09-06"",""endDate"":""2021-11-15""},{""time"":101268,""label"":""tour_next"",""step"":5},{""time"":107404,""label"":""moved_brush"",""startDate"":""2021-08-13"",""endDate"":""2021-10-22""},{""time"":109013,""label"":""tour_next"",""step"":5},{""time"":115509,""label"":""cleared_brush"",""using"":""Click""},{""time"":115510,""label"":""cleared_brush"",""using"":""Escape""},{""time"":117088,""label"":""tour_next"",""step"":5},{""time"":119559,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678921622200,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar +2023-03-15 18:53:34,2023-03-15 19:12:44,0,71.255.232.45,100,1150,1,2023-03-15 19:12:45,R_3DiNz275Scwop4f,,,,,38.894,-77.0365,anonymous,EN,1,169.633,169.633,170.89,1,,,,,,,,0,0,15.11,0,71,89,63,5.858,21.291,22.665,5,15.643,230.357,248.352,19,1,1,7.173,47.322,80.864,3,1,1,33.246,89.238,103.596,2,1,8.986,94.118,117.941,3,0,0,15.11,0,3,3,3,3,7,3,None,12.697,19.056,48.398,7,7,3,7,7,7,3,I didn't think that the information provided when you hovered over the visualization matched the legend on the side.,1.28,1.28,34.903,1,4,,2.809,8.009,9.582,8,2,7,3,4,1,5,6,0,0,13.006,0,6,6,6,6,6,5,9,9,,2.545,11.961,13.338,9,3,4,2,2,4,4,2.362,8.811,9.686,6,1,,1.654,1.654,3.593,1,1,1993,California,6,3,1,,7,,,12,4,1,1.46,63.314,71.725,26,587418895c17910001ea4e75,"{""startTime"":1678921596430,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":1719,""label"":""hovered"",""timeHovered"":1231,""week"":""2022-01-24""},{""time"":3230,""label"":""hovered"",""timeHovered"":18353,""week"":""2022-02-07""},{""time"":22285,""label"":""hovered"",""timeHovered"":9401,""week"":""2021-12-27""},{""time"":31926,""label"":""hovered"",""timeHovered"":3756,""week"":""2021-12-27""},{""time"":37393,""label"":""hovered"",""timeHovered"":1393,""week"":""2021-12-27""}]}","{""startTime"":1678921457208,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":3509,""label"":""hovered"",""timeHovered"":6181,""week"":""2021-12-27""},{""time"":19195,""label"":""hovered"",""timeHovered"":1109,""week"":""2021-12-27""},{""time"":20390,""label"":""hovered"",""timeHovered"":11153,""week"":""2021-12-27""},{""time"":33293,""label"":""hovered"",""timeHovered"":30497,""week"":""2021-12-27""},{""time"":64873,""label"":""hovered"",""timeHovered"":1311,""week"":""2022-01-03""},{""time"":66490,""label"":""hovered"",""timeHovered"":2182,""week"":""2022-02-07""},{""time"":68960,""label"":""hovered"",""timeHovered"":7012,""week"":""2022-01-24""},{""time"":77477,""label"":""cleared_brush"",""using"":""click""},{""time"":78730,""label"":""started_brush"",""startDate"":""2021-05-06"",""endDate"":""2021-07-11""},{""time"":79363,""label"":""hovered"",""timeHovered"":4808,""week"":""2021-06-21""}]}","{""startTime"":1678921074001,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":1190,""label"":""hovered"",""timeHovered"":1396,""week"":""2021-08-16""},{""time"":10858,""label"":""hovered"",""timeHovered"":1911,""week"":""2022-01-03""},{""time"":166519,""label"":""started_brush"",""startDate"":""2021-05-12"",""endDate"":""2021-08-14""},{""time"":172387,""label"":""moved_brush"",""startDate"":""2021-05-12"",""endDate"":""2021-08-14""},{""time"":174339,""label"":""moved_brush"",""startDate"":""2021-06-16"",""endDate"":""2021-08-14""},{""time"":182622,""label"":""cleared_brush"",""using"":""click""},{""time"":201559,""label"":""cleared_brush"",""using"":""click""},{""time"":204637,""label"":""started_brush"",""startDate"":""2021-06-30"",""endDate"":""2021-11-09""},{""time"":209904,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-09""},{""time"":212954,""label"":""moved_brush"",""startDate"":""2021-07-15"",""endDate"":""2022-02-13""},{""time"":219004,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-13""},{""time"":224153,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-13""},{""time"":226271,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-13""},{""time"":228254,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-13""},{""time"":228537,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-13""},{""time"":228837,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-13""},{""time"":230920,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-13""},{""time"":232154,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-10-18""},{""time"":235274,""label"":""moved_brush"",""startDate"":""2021-09-14"",""endDate"":""2021-10-18""},{""time"":237486,""label"":""moved_brush"",""startDate"":""2021-09-14"",""endDate"":""2022-01-22""},{""time"":239601,""label"":""moved_brush"",""startDate"":""2021-10-06"",""endDate"":""2022-02-13""},{""time"":244477,""label"":""moved_brush"",""startDate"":""2021-12-14"",""endDate"":""2022-02-13""}]}","{""startTime"":1678921441634,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":2782,""label"":""hovered"",""timeHovered"":1468,""week"":""2021-11-08""},{""time"":4849,""label"":""hovered"",""timeHovered"":2234,""week"":""2022-01-03""}]}",0,complex,line +2023-03-15 18:58:58,2023-03-15 19:12:45,0,24.89.18.3,100,826,1,2023-03-15 19:12:45,R_1QzHKaGOMGSFQW3,,,,,39.6343,-77.7337,anonymous,EN,1,8.179,8.179,9.865,1,,,,,,,,0,0,15.116,0,93,86,36,26.062,47.888,49.007,3,30.267,38.875,106.468,2,1,-3,19.423,35.227,36.931,2,-1,1,77.232,101.24,103.498,2,1,54.609,54.609,58.855,1,0,0,15.111,0,5,5,7,4,5,5,,13.067,35.706,40.597,6,4,4,4,5,3,5,The source of the data is the Department of Agriculture and the graphic is put together well showing all the variation in data.,5.613,5.613,57.158,1,5,,7.286,7.286,9.553,1,2,7,3,4,1,5,6,0,0,22.587,0,1,5,8,9,4,7,11,10,,6.636,27.478,31.181,8,4,4,1,2,4,4,23.201,49.728,51.877,6,4,,7.163,7.163,9.666,1,1,1962,Maryland,4,2,1,,8,Hagerstown,,6,4,2,4.054,130.612,143.582,18,5ee526f3eca1a22601d187f4,"{""startTime"":1678921448887,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921489967,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921222798,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":23362,""label"":""hovered"",""timeHovered"":2283,""week"":""2022-01-03""},{""time"":41137,""label"":""hovered"",""timeHovered"":1333,""week"":""2021-08-23""},{""time"":44808,""label"":""hovered"",""timeHovered"":22275,""week"":""2021-10-25""},{""time"":73255,""label"":""hovered"",""timeHovered"":12082,""week"":""2022-01-10""}]}","{""startTime"":1678921433440,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,line +2023-03-15 18:58:09,2023-03-15 19:13:11,0,98.58.190.99,100,901,1,2023-03-15 19:13:11,R_1K7lIBrO2rVyLEU,,,,,26.6598,-80.2429,anonymous,EN,1,3.114,3.114,4.063,1,,,,,,,,0,0,15.112,0,80,97,75,38.179,47.794,49.699,9,58.955,185.086,193.014,11,1,-3,26.773,70.574,71.52,2,1,1,48.555,69.355,77.436,2,1,62.098,62.098,63.034,1,0,0,15.311,0,4,4,3,5,6,4,Very interesting study.,14.162,38.002,56.814,7,5,6,5,2,7,4,The graph and its' interactivity seem top be well-done. I slightly agree that the information is possibly valid.,10.186,10.186,68.707,1,5,Very interesting study.,4.25,8.769,16.309,6,2,7,3,4,1,5,6,0,0,28.907,0,4,4,9,7,5,7,10,9,Interesting study.,6.717,28.397,34.367,11,3,2,2,2,4,3,11.215,34.552,35.506,6,3,,10.487,10.487,11.303,1,1,1986,Florida,4,2,1,,9,,West Palm Beach,13,4,1,0.979,49.485,52.688,17,5f8b066742a6381ddae03d75,"{""startTime"":1678921586027,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921436501,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921163680,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":2371,""label"":""hovered"",""timeHovered"":3225,""week"":""2021-08-02""},{""time"":21632,""label"":""hovered"",""timeHovered"":13398,""week"":""2021-10-11""},{""time"":44103,""label"":""hovered"",""timeHovered"":3025,""week"":""2021-10-04""},{""time"":50805,""label"":""hovered"",""timeHovered"":1191,""week"":""2021-04-12""},{""time"":53392,""label"":""hovered"",""timeHovered"":1365,""week"":""2021-04-19""},{""time"":105026,""label"":""started_brush"",""startDate"":""2021-11-21"",""endDate"":""2022-01-22""},{""time"":106345,""label"":""moved_brush"",""startDate"":""2021-11-21"",""endDate"":""2022-02-13""},{""time"":116448,""label"":""moved_brush"",""startDate"":""2021-11-21"",""endDate"":""2022-02-13""},{""time"":118515,""label"":""moved_brush"",""startDate"":""2022-01-02"",""endDate"":""2022-02-13""},{""time"":151743,""label"":""cleared_brush"",""using"":""click""},{""time"":153647,""label"":""started_brush"",""startDate"":""2021-11-13"",""endDate"":""2021-12-04""},{""time"":153915,""label"":""started_brush"",""startDate"":""2022-01-15"",""endDate"":""2022-01-17""},{""time"":174723,""label"":""started_brush"",""startDate"":""2021-07-10"",""endDate"":""2021-09-28""},{""time"":175136,""label"":""cleared_brush"",""using"":""click""},{""time"":176398,""label"":""started_brush"",""startDate"":""2021-12-27"",""endDate"":""2021-12-28""},{""time"":176867,""label"":""cleared_brush"",""using"":""click""},{""time"":177390,""label"":""cleared_brush"",""using"":""click""},{""time"":177877,""label"":""cleared_brush"",""using"":""click""},{""time"":180898,""label"":""started_brush"",""startDate"":""2021-07-27"",""endDate"":""2022-01-14""},{""time"":183369,""label"":""moved_brush"",""startDate"":""2021-07-27"",""endDate"":""2021-12-15""}]}","{""startTime"":1678921420798,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",0,complex,line +2023-03-15 19:02:57,2023-03-15 19:13:35,0,96.232.169.173,100,638,1,2023-03-15 19:13:36,R_1Fbnp4hUNpDtnpW,,,,,40.7429,-73.9392,anonymous,EN,1,4.684,4.684,6.025,1,,,,,,,,0,0,15.115,0,78,22,58,11.571,16.665,18.421,3,9.402,48.265,53.432,5,1,1,25.816,39.516,41.601,2,-3,1,27.348,48.258,49.683,3,1,59.529,59.529,61.066,1,0,0,15.025,0,3,7,3,1,2,3,,28.066,43.264,46.147,6,7,2,4,3,7,2,"If I don't understand what I am looking at, as a layperson, then I won't trust that I am being presented with an argument which is easy to prove (because there would be mountains of data to choose from).",2.451,2.451,62.225,1,2,,5.626,8.551,10.763,4,2,7,3,4,1,5,6,0,0,25.348,0,1,2,8,8,3,6,2,4,,7.557,24.466,26.342,8,1,5,1,2,4,4,11.175,28.604,29.559,6,6,,5.979,6.603,8,2,1,1966,New York,6,1,1,,7,,,12,4,2,2.362,109.002,114.463,21,5adf6ea7f6b58c0001fa8404,"{""startTime"":1678921557582,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":12109,""label"":""hovered"",""timeHovered"":2907,""week"":""2022-01-24""}]}","{""startTime"":1678921604194,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921426184,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":29195,""label"":""started_brush"",""startDate"":""2021-06-26"",""endDate"":""2021-07-25""},{""time"":35609,""label"":""moved_brush"",""startDate"":""2021-06-26"",""endDate"":""2021-10-21""},{""time"":42995,""label"":""cleared_brush"",""using"":""click""},{""time"":43004,""label"":""cleared_brush"",""using"":""Escape""}]}","{""startTime"":1678921541840,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":9165,""label"":""hovered"",""timeHovered"":1043,""week"":""2021-12-27""}]}",0,complex,line +2023-03-15 18:59:17,2023-03-15 19:13:37,0,98.32.251.195,100,860,1,2023-03-15 19:13:37,R_ahJNT1D0ZeY7sJz,,,,,41.9025,-87.6726,anonymous,EN,1,2.481,2.481,3.503,1,1,3,1,2.305,6.731,7.59,2,0,0,15.125,0,100,97,55,11.677,32.098,33.246,5,7.669,30.129,32.76,5,-1,-1,12.389,34.101,35.365,3,-1,1,12.183,42.993,44.209,4,-1,7.488,8.632,10.128,2,0,0,16.942,0,6,3,6,3,6,6,,13.337,34.841,37.773,10,3,4,4,3,3,6,it's from a reliable source,2.981,2.981,11.999,1,3,,420.985,420.985,423.666,1,2,7,3,4,1,5,6,0,0,20.36,0,3,4,9,3,2,7,11,11,,7.937,32.203,34.005,11,1,3,3,3,3,3,3.411,14.61,16.262,7,2,4,2.029,7.485,8.804,2,2,1993,Illinois,6,2,2,,4,,,8,4,2,1.639,45.704,49.962,13,60fccc2c096c38cc9ad63ff3,"{""startTime"":1678921315020,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921353463,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":10699,""label"":""hovered"",""timeHovered"":2329,""week"":""2021-12-27""}]}","{""startTime"":1678921226913,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921296247,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line +2023-03-15 18:55:55,2023-03-15 19:13:45,0,75.204.90.229,100,1070,1,2023-03-15 19:13:45,R_2AHylKmhS4OKdBj,,,,,33.3874,-112.0998,anonymous,EN,1,16.49,33.535,35.097,2,,,,,,,,0,0,15.007,0,87,91,58,11.621,24.491,26.25,5,30.016,60.133,73.094,3,1,1,36.422,93.101,97.043,2,1,1,45.701,102.337,112.864,4,1,66.607,66.607,68.865,1,0,0,15.021,0,4,4,4,3,6,5,,11.025,59.981,62.552,7,4,5,5,7,2,5,I thought the visualization was nicely laid out with the hover option to get even more accurate results. The source of the visualization was shown clearly in the bottom left corner.,3.64,114.477,116.335,6,4,,8.197,8.687,12.888,2,2,7,3,4,1,5,6,0,0,42.972,0,5,5,9,8,4,4,8,9,,8.556,27.675,31.219,8,2,3,2,3,3,2,11.975,38.513,40.664,6,4,,4.054,4.054,6.839,1,2,1963,Arizona,5,1,1,,7,,,6,2,2,2.5,196.63,212.36,43,5da4152a3ab39a0011295a3e,"{""startTime"":1678921231183,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678921294722,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":153,""label"":""hovered"",""timeHovered"":11836,""week"":""2022-02-07""}]}","{""startTime"":1678921043803,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7829,""label"":""hovered"",""timeHovered"":1131,""week"":""2021-10-25""},{""time"":41196,""label"":""hovered"",""timeHovered"":1601,""week"":""2021-08-30""},{""time"":44262,""label"":""hovered"",""timeHovered"":2699,""week"":""2022-01-03""},{""time"":68313,""label"":""hovered"",""timeHovered"":1077,""week"":""2022-01-03""}]}","{""startTime"":1678921215278,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",0,simple,line +2023-03-15 18:57:20,2023-03-15 19:14:02,0,150.195.114.81,100,1001,1,2023-03-15 19:14:03,R_1OlUJ59irANm3PB,,,,,41.1499,-85.2057,anonymous,EN,1,40.026,40.026,41.76,1,1,2,2,2.239,5.939,7.359,2,0,0,15.125,0,66,35,60,7.111,16.617,23.8,4,29.768,147.972,167.111,16,-2,1,35.47,71.917,73.98,2,-2,1,41.976,86.427,88.347,2,1,41.831,93.192,95.252,3,7.673,7.673,15.013,1,3,4,3,5,6,3,,13.106,43.324,49.191,8,3,5,5,1,7,3,I do not know enough about all the information to know if I can trust it. I have seen a lot of false information out there,5.512,5.512,46.975,1,3,,9.365,9.365,12.488,1,2,7,3,4,1,5,6,0,0,33.072,0,4,6,8,5,2,5,8,9,,6.256,25.506,27.7,8,1,1,2,2,3,1,10.462,32.069,33.463,6,4,2,9.946,21.356,24.604,2,1,1955,Ohio,2,2,1,,7,,,5,4,2,4.091,159.547,169.655,18,6130cdbb53f773b3125576a7,"{""startTime"":1678921428806,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921478356,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":8592,""label"":""started_brush"",""startDate"":""2021-06-28"",""endDate"":""2021-08-23""}]}","{""startTime"":1678921150309,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":58230,""label"":""started_brush"",""startDate"":""2021-05-27"",""endDate"":""2021-12-11""},{""time"":69015,""label"":""moved_brush"",""startDate"":""2021-05-27"",""endDate"":""2021-10-09""},{""time"":72629,""label"":""moved_brush"",""startDate"":""2021-09-01"",""endDate"":""2022-01-13""},{""time"":75314,""label"":""moved_brush"",""startDate"":""2021-09-01"",""endDate"":""2021-12-08""},{""time"":77216,""label"":""moved_brush"",""startDate"":""2021-09-04"",""endDate"":""2021-12-12""},{""time"":91803,""label"":""cleared_brush"",""using"":""click""},{""time"":91804,""label"":""cleared_brush"",""using"":""Escape""},{""time"":115563,""label"":""started_brush"",""startDate"":""2021-05-24"",""endDate"":""2021-09-26""},{""time"":119882,""label"":""hovered"",""timeHovered"":1181,""week"":""2021-06-28""},{""time"":126950,""label"":""moved_brush"",""startDate"":""2021-09-26"",""endDate"":""2021-12-07""},{""time"":137043,""label"":""hovered"",""timeHovered"":2654,""week"":""2021-11-15""},{""time"":152105,""label"":""moved_brush"",""startDate"":""2021-09-26"",""endDate"":""2021-11-18""},{""time"":154801,""label"":""hovered"",""timeHovered"":1304,""week"":""2021-11-01""},{""time"":156950,""label"":""hovered"",""timeHovered"":1060,""week"":""2021-11-08""},{""time"":162316,""label"":""moved_brush"",""startDate"":""2021-10-30"",""endDate"":""2021-12-22""},{""time"":165883,""label"":""moved_brush"",""startDate"":""2021-10-30"",""endDate"":""2021-12-01""}]}","{""startTime"":1678921413422,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":2842,""label"":""hovered"",""timeHovered"":1184,""week"":""2022-01-03""},{""time"":4145,""label"":""hovered"",""timeHovered"":2431,""week"":""2021-12-20""},{""time"":11857,""label"":""started_brush"",""startDate"":""2021-07-06"",""endDate"":""2022-01-06""}]}",1,complex,line +2023-03-15 19:03:06,2023-03-15 19:14:34,0,97.86.199.78,100,687,1,2023-03-15 19:14:35,R_2dgrcKqhiLcyivt,,,,,38.9458,-90.2049,anonymous,EN,1,16.172,17.419,18.066,3,,,,,,,,0,0,16.172,0,80,80,100,24.855,32.867,34.31,3,14.828,21.702,25.226,4,1,-2,27.743,43.885,52.102,2,1,1,19.77,136.735,138.356,3,-1,43.896,83.499,87.553,2,0,0,16.708,0,3,3,3,3,3,3,,10.323,18.864,19.188,8,6,6,6,1,1,6,"Assuming the data in the visualization is real and valid, I see no reason to trust it as it includes all relevant datapoints relating to the data.",2.748,2.748,36.849,1,4,,5.201,8.357,9.206,4,2,7,3,4,1,5,6,0,0,20.128,0,4,2,4,4,4,6,5,8,,7.634,48.044,48.465,14,5,5,1,1,5,5,2.535,32.937,33.645,11,6,,9.078,9.078,10.471,1,1,2000,Illinois,1,2,1,,7,,,1,4,2,3.692,66.529,67.545,14,5d613f02b9233e0018f9450b,"{""startTime"":1678921707332,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921648898,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921466044,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":22532,""label"":""hovered"",""timeHovered"":1079,""week"":""2021-10-25""}]}","{""startTime"":1678921630651,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":15693,""label"":""hovered"",""timeHovered"":1737,""week"":""2021-12-13""}]}",0,moderate,line +2023-03-15 19:03:42,2023-03-15 19:14:48,0,73.237.167.201,100,665,1,2023-03-15 19:14:48,R_6SGyRYJROUuxvSp,,,,,33.9372,-84.0791,anonymous,EN,1,5.257,8.754,10.201,2,,,,,,,,0,0,15.119,0,96,89,50,14.973,42.887,43.79,9,8.445,11.958,16.993,2,1,-1,14.083,47.141,48.118,3,-2,1,31.715,44.954,46.165,2,-1,25.283,25.283,26.829,1,0,0,15.016,0,5,5,5,5,5,5,,12.67,19.975,23.824,6,5,5,5,5,5,5,to trust visualization is to see the outcome not ness the process,2.763,11.359,73.879,2,4,,4.974,4.974,6.433,1,,,,,,,,0,0,10.368,0,5,2,2,2,3,4,10,6,,6.185,19.228,20.643,8,3,3,3,3,3,3,7.943,11.037,12.102,6,1,,1.314,1.314,3.105,1,2,1963,Georgia,6,3,1,,7,,,11,5,2,1.317,242.428,245.549,31,610ec37ea0648de28b37fb83,"{""startTime"":1678921677131,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921582353,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921502736,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921566798,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,line +2023-03-15 19:04:51,2023-03-15 19:15:34,0,98.49.213.177,100,642,1,2023-03-15 19:15:34,R_234aD0kUhCVeCbE,,,,,40.296,-75.9894,anonymous,EN,1,4.426,4.426,5.751,1,2,,1,2.788,2.788,4.001,1,0,0,15.114,0,81,83,47,23.197,32.556,33.28,4,16.762,23.676,29.713,2,1,1,18.733,62.594,64.498,3,1,-3,45.522,89.766,90.902,2,-3,29.595,29.595,31.991,1,0,0,15.007,0,4,3,3,4,4,3,,16.255,30.285,34.185,6,3,4,3,3,3,3,I am unsure that this accurately displays the real data. ,7.429,35.022,36.224,3,3,,4.376,7.393,11.075,3,2,7,3,4,1,5,6,0,0,20.212,0,4,6,5,6,5,2,7,7,,8.14,26.468,30.067,11,4,4,1,2,4,4,7.811,29.075,30.189,7,2,2,2.043,9.163,10.801,2,2,1961,Pennsylvania,2,2,1,,7,,,4,4,1,2.137,118.562,124.006,23,62dea723c6db0370fd6c8229,"{""startTime"":1678921699791,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921734378,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921562392,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":9972,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5116,""week"":""2"",""id"":""chart""},{""time"":16750,""label"":""tour_next"",""step"":2},{""time"":23664,""label"":""tour_end"",""step"":2},{""time"":25402,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1469,""week"":""46"",""id"":""chart""}]}","{""startTime"":1678921683842,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":10392,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3729,""week"":""51"",""id"":""chart""}]}",1,moderate,bar +2023-03-15 18:56:18,2023-03-15 19:15:37,0,75.68.153.88,100,1158,1,2023-03-15 19:15:38,R_125StEF1XJfKV2T,,,,,44.8098,-73.0918,anonymous,EN,1,6.669,12.411,13.394,3,1,4,1,2.556,9.327,10.996,3,0,0,15.106,0,98,100,53,0.435,21.182,22.493,7,7.059,142.286,143.344,17,1,1,6.253,90.871,91.743,13,1,1,1.977,426.744,427.648,8,1,21.842,30.926,31.96,4,12.127,13.479,15.115,2,3,3,3,6,6,3,,8.708,23.766,25.267,8,2,6,5,7,3,3,"Until I research the data presented and learn about the methods used to gather that data, I cannot say that I trust or distrust it. I still have questions.",2.438,2.438,53.015,1,5,,7.42,10.828,12.452,4,2,7,3,4,1,5,6,10.956,22.468,23.398,2,3,3,3,7,6,4,11,10,,3.935,24.869,26.31,10,3,5,1,2,5,4,4.764,26.358,27.928,9,2,1,3.37,15.333,16.088,4,2,1966,Vermont,7,3,1,,7,,,13,4,2,2.573,144.22,145.731,42,60fe14fa6b07c0db08b74436,"{""startTime"":1678921332745,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921244999,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":2857,""label"":""started_brush"",""startDate"":""2021-09-05"",""endDate"":""2021-12-26""}]}","{""startTime"":1678921053374,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":7620,""label"":""hovered"",""timeHovered"":5349,""week"":""2022-01-10""},{""time"":13820,""label"":""hovered"",""timeHovered"":1266,""week"":""2021-12-20""},{""time"":18420,""label"":""hovered"",""timeHovered"":15918,""week"":""2022-01-17""},{""time"":45156,""label"":""hovered"",""timeHovered"":6634,""week"":""2022-01-10""},{""time"":84696,""label"":""cleared_brush"",""using"":""click""},{""time"":94924,""label"":""started_brush"",""startDate"":""2021-06-17"",""endDate"":""2022-01-07""},{""time"":105904,""label"":""moved_brush"",""startDate"":""2021-07-19"",""endDate"":""2022-02-07""},{""time"":119458,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-10-31""},{""time"":123320,""label"":""moved_brush"",""startDate"":""2021-07-24"",""endDate"":""2022-02-13""},{""time"":128542,""label"":""moved_brush"",""startDate"":""2021-06-28"",""endDate"":""2022-01-17""},{""time"":129913,""label"":""cleared_brush"",""using"":""click""},{""time"":129915,""label"":""cleared_brush"",""using"":""Escape""}]}","{""startTime"":1678921229459,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":6951,""label"":""hovered"",""timeHovered"":1082,""week"":""2021-12-20""}]}",1,complex,line +2023-03-15 19:03:27,2023-03-15 19:16:06,0,172.56.92.222,100,759,1,2023-03-15 19:16:07,R_RDZKW3zBXYbPxSh,,,,,29.3959,-98.4761,anonymous,EN,1,12.138,12.138,13.626,1,,,,,,,,0,0,15.007,0,98,94,55,10.42,17.164,18.704,3,22.227,48.22,77.277,3,-2,-3,44.622,70.949,72.771,2,1,-3,20.612,139.092,140.465,5,-1,32.002,32.002,33.522,1,0,0,15.01,0,3,3,2,2,3,2,I guess it can be easy to understand if you go by the numbers themselves and not by the color scheme.,8.427,37.795,65.451,8,3,7,3,1,7,2,I could not tell if the numbers were all supposed to start at zero (the very bottom) or from where one color ended (blue) so it was not easy to understand because of that one reason.,6.816,7.783,61.592,2,3,Trying to tell the numbers apart in some charts was not easy.,6.572,9.275,30.854,2,2,7,3,4,1,5,6,0,0,17.584,0,4,2,1,3,2,4,2,4,I am very bias to not trusting the system/,4.814,26.334,46.021,10,5,3,1,2,3,5,7.032,28.112,29.315,9,5,,9.6,9.6,11.286,1,1,1981,Texas,4,2,1,,4,,,6,2,1,2.364,53.875,55.944,12,566c7564d408ea000519c678,"{""startTime"":1678921782121,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921697759,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921463288,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":5027,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1116,""week"":""1"",""id"":""chart""},{""time"":7161,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1316,""week"":""1"",""id"":""chart""},{""time"":13961,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2100,""week"":""52"",""id"":""chart""},{""time"":16095,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1116,""week"":""51"",""id"":""chart""},{""time"":18011,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1033,""week"":""3"",""id"":""chart""},{""time"":28213,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1699,""week"":""2"",""id"":""chart""},{""time"":31813,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1033,""week"":""3"",""id"":""chart""},{""time"":33047,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2033,""week"":""49"",""id"":""chart""},{""time"":38340,""label"":""tour_next"",""step"":2},{""time"":48212,""label"":""tour_end"",""step"":2},{""time"":48617,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2467,""week"":""1"",""id"":""chart""},{""time"":55779,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1353,""week"":""51"",""id"":""chart""},{""time"":57159,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1469,""week"":""52"",""id"":""chart""},{""time"":69633,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1131,""week"":""41"",""id"":""chart""},{""time"":72063,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1645,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678921682252,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":1781,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1935,""week"":""40"",""id"":""chart""},{""time"":4597,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2354,""week"":""1"",""id"":""chart""},{""time"":7921,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3831,""week"":""2"",""id"":""chart""},{""time"":11753,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3206,""week"":""2"",""id"":""chart""}]}",0,moderate,bar +2023-03-15 19:04:43,2023-03-15 19:18:18,0,73.110.74.211,100,814,1,2023-03-15 19:18:19,R_8didFSEiDLiJIOt,,,,,41.85,-87.7165,anonymous,EN,1,3.599,4.32,6.551,2,1,2,2,6.241,20.038,20.997,2,0,0,15.014,0,76,68,82,3.315,16.379,18.273,12,2.267,128.23,129.505,54,-2,1,22.987,96.824,97.671,7,1,-3,49.882,193.607,194.302,13,1,1.626,43.446,44.2,6,1.812,1.812,15.007,1,2,5,6,5,5,4,,2.655,11.617,19.258,9,4,2,5,6,5,6,"The visualization is detailed, organized and seems accurate",2.008,36.628,37.388,2,3,,2.647,6.449,7.498,2,2,7,3,4,1,5,6,0,0,13.428,0,5,9,8,8,5,5,9,5,,1.328,13.653,15.085,9,4,2,4,4,4,4,3.139,20.885,21.718,8,5,3,1.751,42.401,43.379,3,2,1991,Illinois,3,2,1,,7,,,5,3,2,1.492,72.536,73.378,23,5a2add709408dc00016f57d3,"{""startTime"":1678921806723,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921757466,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921567225,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":27,""label"":""tour_started""},{""time"":4627,""label"":""tour_next"",""step"":5},{""time"":35912,""label"":""tour_back"",""step"":5},{""time"":38913,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1365,""week"":""52"",""id"":""chart""},{""time"":57210,""label"":""tour_next"",""step"":5},{""time"":62375,""label"":""tour_back"",""step"":5},{""time"":80901,""label"":""tour_next"",""step"":5},{""time"":83583,""label"":""started_brush"",""startDate"":""2021-07-05"",""endDate"":""2021-12-04""},{""time"":85893,""label"":""tour_next"",""step"":5},{""time"":89143,""label"":""moved_brush"",""startDate"":""2021-09-07"",""endDate"":""2022-02-07""},{""time"":90478,""label"":""tour_next"",""step"":5},{""time"":95162,""label"":""started_brush"",""startDate"":""2021-05-09"",""endDate"":""2021-08-15""},{""time"":97090,""label"":""started_brush"",""startDate"":""2021-09-02"",""endDate"":""2021-09-24""},{""time"":99045,""label"":""started_brush"",""startDate"":""2021-07-29"",""endDate"":""2021-08-10""},{""time"":121399,""label"":""cleared_brush"",""using"":""Click""},{""time"":122326,""label"":""started_brush"",""startDate"":""2021-05-23"",""endDate"":""2021-06-27""},{""time"":124699,""label"":""tour_next"",""step"":5},{""time"":128223,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678921742039,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar +2023-03-15 19:03:42,2023-03-15 19:19:18,0,47.135.18.234,100,936,1,2023-03-15 19:19:19,R_2OPz8CaQPY2kTPZ,,,,,35.7532,-81.3264,anonymous,EN,1,4.158,4.158,5.017,1,,,,,,,,0,0,15.019,0,99,8,49,14.897,21.121,23.503,3,35.841,154.09,156.315,35,1,1,14.385,22.694,28.662,2,-2,-3,21.429,39.714,46.059,2,1,11.551,60.06,63.812,3,0,0,15.112,0,3,5,3,5,6,3,very interesting and engaging! thank you!,0.362,40.076,59.828,8,5,5,3,3,3,5,because its a well presented graph chart with specific entities related to other specidied entities,3.206,3.206,47.177,1,1,,6.467,9.65,15.679,4,2,7,3,4,1,5,6,0,0,13.53,0,2,2,4,5,2,5,4,6,,4.6,22.885,27.198,10,3,3,2,3,4,3,5.179,16.534,17.936,6,6,,2.576,2.576,3.709,1,1,1982,North Carolina,3,1,1,,7,,,10,2,1,1.298,77.241,83.283,18,5bc8897f462bdb0001a61426,"{""startTime"":1678921968239,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678922059431,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921730522,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":57326,""label"":""cleared_brush"",""using"":""click""},{""time"":62497,""label"":""started_brush"",""startDate"":""2021-08-11"",""endDate"":""2021-08-28""},{""time"":63408,""label"":""started_brush"",""startDate"":""2021-06-12"",""endDate"":""2021-09-09""},{""time"":66761,""label"":""started_brush"",""startDate"":""2021-04-27"",""endDate"":""2021-12-02""},{""time"":75024,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-16""},{""time"":76103,""label"":""moved_brush"",""startDate"":""2021-05-29"",""endDate"":""2022-01-03""},{""time"":77192,""label"":""moved_brush"",""startDate"":""2021-06-27"",""endDate"":""2022-02-02""},{""time"":78076,""label"":""moved_brush"",""startDate"":""2021-04-28"",""endDate"":""2021-12-04""},{""time"":79745,""label"":""moved_brush"",""startDate"":""2021-04-28"",""endDate"":""2021-09-28""},{""time"":80421,""label"":""moved_brush"",""startDate"":""2021-05-27"",""endDate"":""2021-10-26""},{""time"":96781,""label"":""moved_brush"",""startDate"":""2021-05-27"",""endDate"":""2021-10-26""},{""time"":108488,""label"":""cleared_brush"",""using"":""click""},{""time"":108490,""label"":""cleared_brush"",""using"":""Escape""},{""time"":123010,""label"":""hovered"",""timeHovered"":3305,""week"":""2021-11-15""},{""time"":131316,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-04-15""},{""time"":134036,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-04-15""},{""time"":135092,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-04-15""},{""time"":138511,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-09""},{""time"":143200,""label"":""moved_brush"",""startDate"":""2021-04-23"",""endDate"":""2021-11-22""},{""time"":146033,""label"":""moved_brush"",""startDate"":""2021-04-23"",""endDate"":""2021-08-12""},{""time"":155387,""label"":""moved_brush"",""startDate"":""2021-06-19"",""endDate"":""2021-10-08""}]}","{""startTime"":1678921952419,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":1067,""label"":""hovered"",""timeHovered"":6584,""week"":""2021-08-09""},{""time"":9408,""label"":""started_brush"",""startDate"":""2021-06-10"",""endDate"":""2021-08-31""},{""time"":9901,""label"":""started_brush"",""startDate"":""2021-10-08"",""endDate"":""2021-10-19""},{""time"":10828,""label"":""started_brush"",""startDate"":""2021-07-23"",""endDate"":""2021-09-02""},{""time"":13729,""label"":""moved_brush"",""startDate"":""2021-12-27"",""endDate"":""2022-02-05""},{""time"":14667,""label"":""moved_brush"",""startDate"":""2022-01-03"",""endDate"":""2022-02-13""}]}",0,complex,line +2023-03-15 19:02:28,2023-03-15 19:20:58,0,98.177.0.188,100,1109,1,2023-03-15 19:20:58,R_2wvLJiObaN9s9hD,,,,,33.3124,-111.9195,anonymous,EN,1,66.637,66.637,70.205,1,,,,,,,,0,0,15.015,0,61,100,71,59.92,90.361,94.224,5,66.137,75.755,117.908,2,1,1,44.868,65.349,69.091,2,-3,-3,47.922,90.177,101.712,2,-3,66.592,66.592,69.66,1,0,0,15.013,0,3,3,3,5,5,2,,23.092,50.324,66.416,6,4,5,5,7,7,5,"The instructions included to assume that I trust the data, and this is the way scientific data is often presented. ",5.351,30.088,84.031,2,5,,12.794,18.794,23.128,2,2,7,3,4,1,5,6,0,0,26.553,0,2,2,8,4,2,4,8,8,,13.775,46.515,58.749,8,4,4,1,1,4,4,19.329,67.456,69.685,6,3,,14.174,14.174,18.046,1,2,1970,Arizona,7,1,1,,7,,,17,4,2,5.044,91.603,100.885,13,639241f806b3758a1b3c1de3,"{""startTime"":1678921788850,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921855646,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678921553147,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":27301,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3817,""week"":""32"",""id"":""chart""},{""time"":31119,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1083,""week"":""32"",""id"":""chart""},{""time"":32293,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2060,""week"":""33"",""id"":""chart""},{""time"":34506,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2480,""week"":""34"",""id"":""chart""},{""time"":37120,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1949,""week"":""35"",""id"":""chart""},{""time"":41053,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3268,""week"":""50"",""id"":""chart""},{""time"":44430,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1542,""week"":""49"",""id"":""chart""},{""time"":46010,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1597,""week"":""50"",""id"":""chart""},{""time"":49624,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2299,""week"":""51"",""id"":""chart""},{""time"":52025,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1249,""week"":""52"",""id"":""chart""},{""time"":53281,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2976,""week"":""52"",""id"":""chart""},{""time"":56308,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2183,""week"":""1"",""id"":""chart""},{""time"":58776,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4282,""week"":""2"",""id"":""chart""},{""time"":66132,""label"":""tour_next"",""step"":2},{""time"":75750,""label"":""tour_end"",""step"":2},{""time"":87357,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2506,""week"":""51"",""id"":""chart""},{""time"":89956,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3158,""week"":""52"",""id"":""chart""},{""time"":93228,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1738,""week"":""51"",""id"":""chart""},{""time"":95043,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2556,""week"":""52"",""id"":""chart""},{""time"":97640,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2393,""week"":""1"",""id"":""chart""},{""time"":100169,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2448,""week"":""2"",""id"":""chart""},{""time"":102827,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2424,""week"":""3"",""id"":""chart""},{""time"":106194,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4292,""week"":""4"",""id"":""chart""},{""time"":110777,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2259,""week"":""5"",""id"":""chart""},{""time"":113289,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1431,""week"":""6"",""id"":""chart""}]}","{""startTime"":1678921773431,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",0,moderate,bar +2023-03-15 19:02:02,2023-03-15 19:24:02,0,172.58.222.218,100,1320,1,2023-03-15 19:24:03,R_1gdbHKiLByTfhGX,,,,,42.364,-71.0265,anonymous,EN,1,100.184,105.384,106.156,6,,,,,,,,0,0,15.181,0,99,81,79,11.365,18.72,20.701,4,18.486,35.76,51.727,3,1,1,90.856,103.114,105.095,2,-3,-3,96.001,123.376,125.292,2,1,101.834,101.834,103.3,1,0,0,15.076,0,5,5,5,5,5,5,,36.662,142.952,145.825,9,4,5,3,7,7,5,it seems to come from a credible source ,0.429,0.429,26.724,1,2,,28.365,30.901,33.116,2,2,7,3,4,1,5,6,35.863,36.87,40.456,2,6,7,8,8,8,7,9,9,,4.887,20.829,21.472,13,3,3,1,2,3,3,17.213,30.554,31.448,8,4,,12.005,13.019,13.818,2,2,1982,Maine,2,2,1,,7,,,4,4,1,1.015,110.092,110.892,43,62728c148af5805feea46dc8,"{""startTime"":1678921690574,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":30923},{""label"":""window_focused"",""time"":36733}]}","{""startTime"":1678921840275,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_focused"",""time"":100088},{""label"":""window_focused"",""time"":100089}]}","{""startTime"":1678921512612,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":53,""label"":""tour_started""},{""time"":27960,""label"":""tour_next"",""step"":2},{""time"":35688,""label"":""tour_end"",""step"":2},{""time"":36518,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2858,""week"":""1"",""id"":""chart2""}]}","{""startTime"":1678921673276,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":6260,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2570,""week"":""50"",""id"":""chart""},{""time"":9181,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1616,""week"":""2"",""id"":""chart2""}]}",0,simple,bar +2023-03-15 19:03:32,2023-03-15 19:25:39,0,98.22.149.113,100,1326,1,2023-03-15 19:25:40,R_2XmU8lr5Y6TYs8N,,,,,36.0432,-95.8072,anonymous,EN,1,5.6,142.98,144.52,2,1,4,2,9.984,14.933,16.49,3,0,0,15.13,0,89,100,67,2.106,36.667,38.863,6,34.946,145.194,157.343,9,1,1,5.417,113.719,116.278,12,-1,1,1.711,108.644,110.617,6,1,4.597,45.339,64.302,3,6.809,6.809,15.127,1,5,5,5,5,4,5,,2.269,48.721,51.029,9,5,5,5,2,7,5,I believe that the covid rate increases in those not vaccinated.,4.508,4.508,46.705,1,5,,2.601,37.651,40.065,5,2,7,3,4,1,5,6,18.778,32.238,34.949,2,6,8,10,10,10,10,10,10,,6.781,40.48,42.659,12,2,4,3,2,1,4,30.462,80.799,82.614,8,2,1,0.466,22.853,25.241,5,2,1967,Oklahoma,2,2,1,,7,,,1,3,1,5.304,195.426,206.488,47,5d4252914733ca0018ff29d7,"{""startTime"":1678922011768,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921894694,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678921653274,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":12636,""label"":""hovered"",""timeHovered"":19672,""week"":""2022-01-10""},{""time"":81099,""label"":""cleared_brush"",""using"":""click""},{""time"":89433,""label"":""started_brush"",""startDate"":""2021-11-07"",""endDate"":""2022-01-04""},{""time"":109305,""label"":""moved_brush"",""startDate"":""2021-10-04"",""endDate"":""2022-01-04""},{""time"":121129,""label"":""cleared_brush"",""using"":""click""},{""time"":121135,""label"":""cleared_brush"",""using"":""Escape""},{""time"":153449,""label"":""hovered"",""timeHovered"":1468,""week"":""2022-01-10""}]}","{""startTime"":1678921878359,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line diff --git a/study_data/pilot2/Complexity vs. Trust in Vis_March 6, 2023_07.54.csv b/study_data/pilot2/Complexity vs. Trust in Vis_March 6, 2023_07.54.csv index b44a729..4cf4517 100644 --- a/study_data/pilot2/Complexity vs. Trust in Vis_March 6, 2023_07.54.csv +++ b/study_data/pilot2/Complexity vs. Trust in Vis_March 6, 2023_07.54.csv @@ -1,4 +1,4 @@ -StartDate,EndDate,Status,IPAddress,Progress,Duration (in seconds),Finished,RecordedDate,ResponseId,RecipientLastName,RecipientFirstName,RecipientEmail,ExternalReference,LocationLatitude,LocationLongitude,DistributionChannel,UserLanguage,Consent Form,consent-time_First Click,consent-time_Last Click,consent-time_Page Submit,consent-time_Click Count,covid-vaccine,covid-vaccine-doses,covid-infection,covid-time_First Click,covid-time_Last Click,covid-time_Page Submit,covid-time_Click Count,sim-bar-vis-timer_First Click,sim-bar-vis-timer_Last Click,sim-bar-vis-timer_Page Submit,sim-bar-vis-timer_Click Count,simple-bar-initial,simple-bar-initial,sim-bar-initial-time_First Click,sim-bar-initial-time_Last Click,sim-bar-initial-time_Page Submit,sim-bar-initial-time_Click Count,simple-bar-tour-time_First Click,simple-bar-tour-time_Last Click,simple-bar-tour-time_Page Submit,simple-bar-tour-time_Click Count,simple-bar-vlat-1,simple-bar-vlat-2,sim-bar-vlat-time_First Click,sim-bar-vlat-time_Last Click,sim-bar-vlat-time_Page Submit,sim-bar-vlat-time_Click Count,simple-bar-data_1,simple-bar-data_2,simple-bar-data_3,simple-bar-data_4,simple-bar-data_5,simple-bar-data_6,simple-bar-data-exp,simple-bar-data-time_First Click,simple-bar-data-time_Last Click,simple-bar-data-time_Page Submit,simple-bar-data-time_Click Count,simple-bar-vis_1,simple-bar-vis_2,simple-bar-vis_3,simple-bar-vis_4,simple-bar-vis_5,simple-bar-vis_6,simple-bar-why,simple-bar-vis-time_First Click,simple-bar-vis-time_Last Click,simple-bar-vis-time_Page Submit,simple-bar-vis-time_Click Count,moderate-bar-timer_First Click,moderate-bar-timer_Last Click,moderate-bar-timer_Page Submit,moderate-bar-timer_Click Count,moderate-bar-initial,moderate-bar-initial,mod-bar-initial-time_First Click,mod-bar-initial-time_Last Click,mod-bar-initial-time_Page Submit,mod-bar-initial-time_Click Count,mod-bar-tour-time_First Click,mod-bar-tour-time_Last Click,mod-bar-tour-time_Page Submit,mod-bar-tour-time_Click Count,moderate-bar-vlat-1,moderate-bar-vlat-2,mod-bar-vlat-time_First Click,mod-bar-vlat-time_Last Click,mod-bar-vlat-time_Page Submit,mod-bar-vlat-time_Click Count,moderate-bar-data_1,moderate-bar-data_2,moderate-bar-data_3,moderate-bar-data_4,moderate-bar-data_5,moderate-bar-data_6,mod-bar-data-exp,mod-bar-data-time_First Click,mod-bar-data-time_Last Click,mod-bar-data-time_Page Submit,mod-bar-data-time_Click Count,moderate-bar-vis_1,moderate-bar-vis_2,moderate-bar-vis_3,moderate-bar-vis_4,moderate-bar-vis_5,moderate-bar-vis_6,moderate-bar-why,mod-bar-vis-time_First Click,mod-bar-vis-time_Last Click,mod-bar-vis-time_Page Submit,mod-bar-vis-time_Click Count,complex-bar-timer_First Click,complex-bar-timer_Last Click,complex-bar-timer_Page Submit,complex-bar-timer_Click Count,complex-bar-initial,complex-bar-initial,com-bar-initial-time_First Click,com-bar-initial-time_Last Click,com-bar-initial-time_Page Submit,com-bar-initial-time_Click Count,comp-bar-tour-time_First Click,comp-bar-tour-time_Last Click,comp-bar-tour-time_Page Submit,comp-bar-tour-time_Click Count,complex-bar-vlat-1,comp-bar-vlat-time_First Click,comp-bar-vlat-time_Last Click,comp-bar-vlat-time_Page Submit,comp-bar-vlat-time_Click Count,complex-bar-data_1,complex-bar-data_2,complex-bar-data_3,complex-bar-data_4,complex-bar-data_5,complex-bar-data_6,comp-bar-data-exp,comp-bar-data-time_First Click,comp-bar-data-time_Last Click,comp-bar-data-time_Page Submit,comp-bar-data-time_Click Count,complex-bar-vis_1,complex-bar-vis_2,complex-bar-vis_3,complex-bar-vis_4,complex-bar-vis_5,complex-bar-vis_6,complex-bar-why,comp-bar-vis-time_First Click,comp-bar-vis-time_Last Click,comp-bar-vis-time_Page Submit,comp-bar-vis-time_Click Count,interpersonal-trust_1,interper-trust-exp,interper-trust-time_First Click,interper-trust-time_Last Click,interper-trust-time_Page Submit,interper-trust-time_Click Count,Q32_1,Q32_2,Q32_3,Q32_4,Q32_5,Q32_6,Q32_7,Q32_8,Q61_First Click,Q61_Last Click,Q61_Page Submit,Q61_Click Count,trust-in-science_1,trust-in-science_2,trust-in-science_3,trust-in-science_4,trust-in-science_5,trust-in-science_6,trust-in-science_7,trust-in-science_8,trust-science-exp,trust-science-time_First Click,trust-science-time_Last Click,trust-science-time_Page Submit,trust-science-time_Click Count,cognition_1,cognition_2,cognition_3,cognition_4,cognition_5,cognition_6,need-cognition-time_First Click,need-cognition-time_Last Click,need-cognition-time_Page Submit,need-cognition-time_Click Count,political_views,covid_information,politics_time_First Click,politics_time_Last Click,politics_time_Page Submit,politics_time_Click Count,Gemder,Age,State_1,Education,Parents_education,Language,Language_4_TEXT,Ethnicity,Ethnicity_8_TEXT,Ethnicity_9_TEXT,Income,Religion,Interview,Interview_1_TEXT,demographics_time_First Click,demographics_time_Last Click,demographics_time_Page Submit,demographics_time_Click Count,simple-lin-initial,simple-lin-data_1,simple-lin-data_2,simple-lin-data_3,simple-lin-data_4,simple-lin-data_5,simple-lin-data_6,simple-lin-vis_1,simple-lin-vis_2,simple-lin-vis_3,simple-lin-vis_4,simple-lin-vis_5,simple-lin-vis_6,simple-lin-why,Q142_First Click,Q142_Last Click,Q142_Page Submit,Q142_Click Count,moderate-lin-initial,moderate-lin-data_1,moderate-lin-data_2,moderate-lin-data_3,moderate-lin-data_4,moderate-lin-data_5,moderate-lin-data_6,moderate-lin-vis_1,moderate-lin-vis_2,moderate-lin-vis_3,moderate-lin-vis_4,moderate-lin-vis_5,moderate-lin-vis_6,moderate-lin-why,Q147_First Click,Q147_Last Click,Q147_Page Submit,Q147_Click Count,complex-lin-initial,complex-lin-data_1,complex-lin-data_2,complex-lin-data_3,complex-lin-data_4,complex-lin-data_5,complex-lin-data_6,complex-lin-vis_1,complex-lin-vis_2,complex-lin-vis_3,complex-lin-vis_4,complex-lin-vis_5,complex-lin-vis_6,complex-lin-why,Q152_First Click,Q152_Last Click,Q152_Page Submit,Q152_Click Count,PROLIFIC_PID,provenance-simple-bar-initial,provenance-simple-bar-data,provenance-simple-bar-vis,provenance-moderate-bar-initial,provenance-moderate-bar-data,provenance-moderate-bar-vis,provenance-complex-bar-initial,provenance-complex-bar-data,provenance-complex-bar-vis,provenance-simple-bar-tour,provenance-moderate-bar-tour,provenance-complex-bar-tour +StartDate,EndDate,Status,IPAddress,Progress,Duration (in seconds),Finished,RecordedDate,ResponseId,RecipientLastName,RecipientFirstName,RecipientEmail,ExternalReference,LocationLatitude,LocationLongitude,DistributionChannel,UserLanguage,Consent Form,consent-time_First Click,consent-time_Last Click,consent-time_Page Submit,consent-time_Click Count,covid-vaccine,covid-vaccine-doses,covid-infection,covid-time_First Click,covid-time_Last Click,covid-time_Page Submit,covid-time_Click Count,sim-bar-vis-timer_First Click,sim-bar-vis-timer_Last Click,sim-bar-vis-timer_Page Submit,sim-bar-vis-timer_Click Count,simple-bar-initial,simple-bar-initial.1,sim-bar-initial-time_First Click,sim-bar-initial-time_Last Click,sim-bar-initial-time_Page Submit,sim-bar-initial-time_Click Count,simple-bar-tour-time_First Click,simple-bar-tour-time_Last Click,simple-bar-tour-time_Page Submit,simple-bar-tour-time_Click Count,simple-bar-vlat-1,simple-bar-vlat-2,sim-bar-vlat-time_First Click,sim-bar-vlat-time_Last Click,sim-bar-vlat-time_Page Submit,sim-bar-vlat-time_Click Count,simple-bar-data_1,simple-bar-data_2,simple-bar-data_3,simple-bar-data_4,simple-bar-data_5,simple-bar-data_6,simple-bar-data-exp,simple-bar-data-time_First Click,simple-bar-data-time_Last Click,simple-bar-data-time_Page Submit,simple-bar-data-time_Click Count,simple-bar-vis_1,simple-bar-vis_2,simple-bar-vis_3,simple-bar-vis_4,simple-bar-vis_5,simple-bar-vis_6,simple-bar-why,simple-bar-vis-time_First Click,simple-bar-vis-time_Last Click,simple-bar-vis-time_Page Submit,simple-bar-vis-time_Click Count,moderate-bar-timer_First Click,moderate-bar-timer_Last Click,moderate-bar-timer_Page Submit,moderate-bar-timer_Click Count,moderate-bar-initial,moderate-bar-initial.1,mod-bar-initial-time_First Click,mod-bar-initial-time_Last Click,mod-bar-initial-time_Page Submit,mod-bar-initial-time_Click Count,mod-bar-tour-time_First Click,mod-bar-tour-time_Last Click,mod-bar-tour-time_Page Submit,mod-bar-tour-time_Click Count,moderate-bar-vlat-1,moderate-bar-vlat-2,mod-bar-vlat-time_First Click,mod-bar-vlat-time_Last Click,mod-bar-vlat-time_Page Submit,mod-bar-vlat-time_Click Count,moderate-bar-data_1,moderate-bar-data_2,moderate-bar-data_3,moderate-bar-data_4,moderate-bar-data_5,moderate-bar-data_6,mod-bar-data-exp,mod-bar-data-time_First Click,mod-bar-data-time_Last Click,mod-bar-data-time_Page Submit,mod-bar-data-time_Click Count,moderate-bar-vis_1,moderate-bar-vis_2,moderate-bar-vis_3,moderate-bar-vis_4,moderate-bar-vis_5,moderate-bar-vis_6,moderate-bar-why,mod-bar-vis-time_First Click,mod-bar-vis-time_Last Click,mod-bar-vis-time_Page Submit,mod-bar-vis-time_Click Count,complex-bar-timer_First Click,complex-bar-timer_Last Click,complex-bar-timer_Page Submit,complex-bar-timer_Click Count,complex-bar-initial,complex-bar-initial.1,com-bar-initial-time_First Click,com-bar-initial-time_Last Click,com-bar-initial-time_Page Submit,com-bar-initial-time_Click Count,comp-bar-tour-time_First Click,comp-bar-tour-time_Last Click,comp-bar-tour-time_Page Submit,comp-bar-tour-time_Click Count,complex-bar-vlat-1,comp-bar-vlat-time_First Click,comp-bar-vlat-time_Last Click,comp-bar-vlat-time_Page Submit,comp-bar-vlat-time_Click Count,complex-bar-data_1,complex-bar-data_2,complex-bar-data_3,complex-bar-data_4,complex-bar-data_5,complex-bar-data_6,comp-bar-data-exp,comp-bar-data-time_First Click,comp-bar-data-time_Last Click,comp-bar-data-time_Page Submit,comp-bar-data-time_Click Count,complex-bar-vis_1,complex-bar-vis_2,complex-bar-vis_3,complex-bar-vis_4,complex-bar-vis_5,complex-bar-vis_6,complex-bar-why,comp-bar-vis-time_First Click,comp-bar-vis-time_Last Click,comp-bar-vis-time_Page Submit,comp-bar-vis-time_Click Count,interpersonal-trust_1,interper-trust-exp,interper-trust-time_First Click,interper-trust-time_Last Click,interper-trust-time_Page Submit,interper-trust-time_Click Count,Q32_1,Q32_2,Q32_3,Q32_4,Q32_5,Q32_6,Q32_7,Q32_8,Q61_First Click,Q61_Last Click,Q61_Page Submit,Q61_Click Count,trust-in-science_1,trust-in-science_2,trust-in-science_3,trust-in-science_4,trust-in-science_5,trust-in-science_6,trust-in-science_7,trust-in-science_8,trust-science-exp,trust-science-time_First Click,trust-science-time_Last Click,trust-science-time_Page Submit,trust-science-time_Click Count,cognition_1,cognition_2,cognition_3,cognition_4,cognition_5,cognition_6,need-cognition-time_First Click,need-cognition-time_Last Click,need-cognition-time_Page Submit,need-cognition-time_Click Count,political_views,covid_information,politics_time_First Click,politics_time_Last Click,politics_time_Page Submit,politics_time_Click Count,Gemder,Age,State_1,Education,Parents_education,Language,Language_4_TEXT,Ethnicity,Ethnicity_8_TEXT,Ethnicity_9_TEXT,Income,Religion,Interview,demographics_time_First Click,demographics_time_Last Click,demographics_time_Page Submit,demographics_time_Click Count,simple-lin-initial,simple-lin-data_1,simple-lin-data_2,simple-lin-data_3,simple-lin-data_4,simple-lin-data_5,simple-lin-data_6,simple-lin-vis_1,simple-lin-vis_2,simple-lin-vis_3,simple-lin-vis_4,simple-lin-vis_5,simple-lin-vis_6,simple-lin-why,Q142_First Click,Q142_Last Click,Q142_Page Submit,Q142_Click Count,moderate-lin-initial,moderate-lin-data_1,moderate-lin-data_2,moderate-lin-data_3,moderate-lin-data_4,moderate-lin-data_5,moderate-lin-data_6,moderate-lin-vis_1,moderate-lin-vis_2,moderate-lin-vis_3,moderate-lin-vis_4,moderate-lin-vis_5,moderate-lin-vis_6,moderate-lin-why,Q147_First Click,Q147_Last Click,Q147_Page Submit,Q147_Click Count,complex-lin-initial,complex-lin-data_1,complex-lin-data_2,complex-lin-data_3,complex-lin-data_4,complex-lin-data_5,complex-lin-data_6,complex-lin-vis_1,complex-lin-vis_2,complex-lin-vis_3,complex-lin-vis_4,complex-lin-vis_5,complex-lin-vis_6,complex-lin-why,Q152_First Click,Q152_Last Click,Q152_Page Submit,Q152_Click Count,PROLIFIC_PID,provenance-simple-bar-initial,provenance-simple-bar-data,provenance-simple-bar-vis,provenance-moderate-bar-initial,provenance-moderate-bar-data,provenance-moderate-bar-vis,provenance-complex-bar-initial,provenance-complex-bar-data,provenance-complex-bar-vis,provenance-simple-bar-tour,provenance-moderate-bar-tour,provenance-complex-bar-tour Start Date,End Date,Response Type,IP Address,Progress,Duration (in seconds),Finished,Recorded Date,Response ID,Recipient Last Name,Recipient First Name,Recipient Email,External Data Reference,Location Latitude,Location Longitude,Distribution Channel,User Language,"Consent Form for Participation in a Research Study @@ -113,7 +113,7 @@ Approximately how many unvaccinated people caught Covid-19 (per 100K people) dur What are your first/immediate impressions of this visualization? This could include things you like, dislike, as well as other first impressions.","What are your first/immediate impressions of this visualization? Based on what you saw, are you inclined to trust the visualization, why or why not?",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,"Using the static (no mouseover or interaction) version of the visualization above, please answer the following question: -Among vaccinated people, which age group sees the quickest increase in case count between November 2021 and January 2022?",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,Disregard the visualization for this question. To what extent do you agree or disagree with the following statements about the data used in the visualization above? - The data is accurate,Disregard the visualization for this question. To what extent do you agree or disagree with the following statements about the data used in the visualization above? - The data sufficiently describes the current state of COVID-19 vaccinations (the data is complete and does not leave out important information),Disregard the visualization for this question. To what extent do you agree or disagree with the following statements about the data used in the visualization above? - The data is unbiased and trustworthy,Disregard the visualization for this question. To what extent do you agree or disagree with the following statements about the data used in the visualization above? - I understand the meaning of this data well,Disregard the visualization for this question. To what extent do you agree or disagree with the following statements about the data used in the visualization above? - The data source was clearly displayed,Disregard the visualization for this question. To what extent do you agree or disagree with the following statements about the data used in the visualization above? - I trust this data,"If you have any additional thoughts/comments, please enter them here.",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,Assume you trust the data used for the visualization. To what extent do you agree or disagree with the following statements about the visualization presented above? - The visualization transparently includes all important elements of the data,Assume you trust the data used for the visualization. To what extent do you agree or disagree with the following statements about the visualization presented above? - I find it easy to understand this visualization,Assume you trust the data used for the visualization. To what extent do you agree or disagree with the following statements about the visualization presented above? - I like this visualization,"Assume you trust the data used for the visualization. To what extent do you agree or disagree with the following statements about the visualization presented above? - I would likely share this visualization with my family, friends or on social media",Assume you trust the data used for the visualization. To what extent do you agree or disagree with the following statements about the visualization presented above? - I would likely use this visualization and its information in my actions tackling Covid-19,Assume you trust the data used for the visualization. To what extent do you agree or disagree with the following statements about the visualization presented above? - I trust this visualization,"Tell us a bit more about why you [QID134-ChoiceGroup-SelectedAnswers-11] with the statement ""I trust this visualization"".",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,"Generally speaking, would you say that most people can be trusted or that you can't be too careful in dealing with people? - 2","If you have any additional thoughts/comments, please enter them here.",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,There are many important issues facing our country today. Research shows that issues people think are important can affect their views on other issues. We also want to know if you are paying attention. Please ignore the question and put “crime” in the top position and unemployment in the bottom position. Leave the rest of the issues in the same order. - Health care,There are many important issues facing our country today. Research shows that issues people think are important can affect their views on other issues. We also want to know if you are paying attention. Please ignore the question and put “crime” in the top position and unemployment in the bottom position. Leave the rest of the issues in the same order. - Unemployment,There are many important issues facing our country today. Research shows that issues people think are important can affect their views on other issues. We also want to know if you are paying attention. Please ignore the question and put “crime” in the top position and unemployment in the bottom position. Leave the rest of the issues in the same order. - The federal budget deficit,There are many important issues facing our country today. Research shows that issues people think are important can affect their views on other issues. We also want to know if you are paying attention. Please ignore the question and put “crime” in the top position and unemployment in the bottom position. Leave the rest of the issues in the same order. - The coronavirus pandemic,There are many important issues facing our country today. Research shows that issues people think are important can affect their views on other issues. We also want to know if you are paying attention. Please ignore the question and put “crime” in the top position and unemployment in the bottom position. Leave the rest of the issues in the same order. - Crime,There are many important issues facing our country today. Research shows that issues people think are important can affect their views on other issues. We also want to know if you are paying attention. Please ignore the question and put “crime” in the top position and unemployment in the bottom position. Leave the rest of the issues in the same order. - Education,There are many important issues facing our country today. Research shows that issues people think are important can affect their views on other issues. We also want to know if you are paying attention. Please ignore the question and put “crime” in the top position and unemployment in the bottom position. Leave the rest of the issues in the same order. - Relations with other countries,There are many important issues facing our country today. Research shows that issues people think are important can affect their views on other issues. We also want to know if you are paying attention. Please ignore the question and put “crime” in the top position and unemployment in the bottom position. Leave the rest of the issues in the same order. - Click to write Item 8,Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,"On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - Political parties","On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - The government","On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - The police","On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - The legal system","On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - The news media","On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - Business and industry","On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - Scientists/Science","On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - Doctors","If you have any additional thoughts/comments, please enter them here.",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,"The next questions will be about your motivation to engage in cognitive activity. For each sentence below, please select how uncharacteristic or characteristic (5-point scale) this is for you personally. - I would prefer complex to simple problems.","The next questions will be about your motivation to engage in cognitive activity. For each sentence below, please select how uncharacteristic or characteristic (5-point scale) this is for you personally. - I like to have the responsibility of handling a situation that requires a lot of thinking.","The next questions will be about your motivation to engage in cognitive activity. For each sentence below, please select how uncharacteristic or characteristic (5-point scale) this is for you personally. - Thinking is not my idea of fun.","The next questions will be about your motivation to engage in cognitive activity. For each sentence below, please select how uncharacteristic or characteristic (5-point scale) this is for you personally. - I would rather do something that requires little thought than something that is sure to challenge my thinking abilities.","The next questions will be about your motivation to engage in cognitive activity. For each sentence below, please select how uncharacteristic or characteristic (5-point scale) this is for you personally. - I really enjoy a task that involves coming up with new solutions to problems.","The next questions will be about your motivation to engage in cognitive activity. For each sentence below, please select how uncharacteristic or characteristic (5-point scale) this is for you personally. - I would prefer a task that is intellectual, difficult, and important to one that is somewhat important but does not require much thought.",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,Below is a seven-point scale on which the political views that people might hold are arranged from extremely liberal—point 1—to extremely conservative—point 7. Where would you place yourself on this scale?,"During the peak of the pandemic, how often did you actively seek information on Covid-19 from any sources including TV, newspapers, radios, online and social media, or personal conversations?",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,Lastly a few questions about socio-demographic characteristics. To which gender do you most identify?,In what year were you born? Please enter all four digits.,Text,What is the highest level of school you have completed or the highest degree you have received?,Have one or both of your parents completed a bachelor’s degree?,What language do you speak at home? - Selected Choice,"What language do you speak at home? - Other, please specify: - Text",Which of the following categories do you identify with? - Selected Choice,"Which of the following categories do you identify with? - Other race, ethnicity, or origin (please specify) - Text","Which of the following categories do you identify with? - Mixed race, ethnicity (please specify) - Text","In which of these groups did your total family income, from all sources, fall last year before taxes?",To what extent do you consider yourself a religious person?,Would you be interested in participating in a qualitative interview for this study? You would be paid $15 for about 30 minutes of your time. - Selected Choice,"Would you be interested in participating in a qualitative interview for this study? You would be paid $15 for about 30 minutes of your time. - Yes, you may contact me on this email address: - Text",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,"Above you see a chart containing information about Covid-19 cases in the USA. +Among vaccinated people, which age group sees the quickest increase in case count between November 2021 and January 2022?",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,Disregard the visualization for this question. To what extent do you agree or disagree with the following statements about the data used in the visualization above? - The data is accurate,Disregard the visualization for this question. To what extent do you agree or disagree with the following statements about the data used in the visualization above? - The data sufficiently describes the current state of COVID-19 vaccinations (the data is complete and does not leave out important information),Disregard the visualization for this question. To what extent do you agree or disagree with the following statements about the data used in the visualization above? - The data is unbiased and trustworthy,Disregard the visualization for this question. To what extent do you agree or disagree with the following statements about the data used in the visualization above? - I understand the meaning of this data well,Disregard the visualization for this question. To what extent do you agree or disagree with the following statements about the data used in the visualization above? - The data source was clearly displayed,Disregard the visualization for this question. To what extent do you agree or disagree with the following statements about the data used in the visualization above? - I trust this data,"If you have any additional thoughts/comments, please enter them here.",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,Assume you trust the data used for the visualization. To what extent do you agree or disagree with the following statements about the visualization presented above? - The visualization transparently includes all important elements of the data,Assume you trust the data used for the visualization. To what extent do you agree or disagree with the following statements about the visualization presented above? - I find it easy to understand this visualization,Assume you trust the data used for the visualization. To what extent do you agree or disagree with the following statements about the visualization presented above? - I like this visualization,"Assume you trust the data used for the visualization. To what extent do you agree or disagree with the following statements about the visualization presented above? - I would likely share this visualization with my family, friends or on social media",Assume you trust the data used for the visualization. To what extent do you agree or disagree with the following statements about the visualization presented above? - I would likely use this visualization and its information in my actions tackling Covid-19,Assume you trust the data used for the visualization. To what extent do you agree or disagree with the following statements about the visualization presented above? - I trust this visualization,"Tell us a bit more about why you [QID134-ChoiceGroup-SelectedAnswers-11] with the statement ""I trust this visualization"".",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,"Generally speaking, would you say that most people can be trusted or that you can't be too careful in dealing with people? - 2","If you have any additional thoughts/comments, please enter them here.",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,There are many important issues facing our country today. Research shows that issues people think are important can affect their views on other issues. We also want to know if you are paying attention. Please ignore the question and put “crime” in the top position and unemployment in the bottom position. Leave the rest of the issues in the same order. - Health care,There are many important issues facing our country today. Research shows that issues people think are important can affect their views on other issues. We also want to know if you are paying attention. Please ignore the question and put “crime” in the top position and unemployment in the bottom position. Leave the rest of the issues in the same order. - Unemployment,There are many important issues facing our country today. Research shows that issues people think are important can affect their views on other issues. We also want to know if you are paying attention. Please ignore the question and put “crime” in the top position and unemployment in the bottom position. Leave the rest of the issues in the same order. - The federal budget deficit,There are many important issues facing our country today. Research shows that issues people think are important can affect their views on other issues. We also want to know if you are paying attention. Please ignore the question and put “crime” in the top position and unemployment in the bottom position. Leave the rest of the issues in the same order. - The coronavirus pandemic,There are many important issues facing our country today. Research shows that issues people think are important can affect their views on other issues. We also want to know if you are paying attention. Please ignore the question and put “crime” in the top position and unemployment in the bottom position. Leave the rest of the issues in the same order. - Crime,There are many important issues facing our country today. Research shows that issues people think are important can affect their views on other issues. We also want to know if you are paying attention. Please ignore the question and put “crime” in the top position and unemployment in the bottom position. Leave the rest of the issues in the same order. - Education,There are many important issues facing our country today. Research shows that issues people think are important can affect their views on other issues. We also want to know if you are paying attention. Please ignore the question and put “crime” in the top position and unemployment in the bottom position. Leave the rest of the issues in the same order. - Relations with other countries,There are many important issues facing our country today. Research shows that issues people think are important can affect their views on other issues. We also want to know if you are paying attention. Please ignore the question and put “crime” in the top position and unemployment in the bottom position. Leave the rest of the issues in the same order. - Click to write Item 8,Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,"On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - Political parties","On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - The government","On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - The police","On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - The legal system","On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - The news media","On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - Business and industry","On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - Scientists/Science","On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - Doctors","If you have any additional thoughts/comments, please enter them here.",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,"The next questions will be about your motivation to engage in cognitive activity. For each sentence below, please select how uncharacteristic or characteristic (5-point scale) this is for you personally. - I would prefer complex to simple problems.","The next questions will be about your motivation to engage in cognitive activity. For each sentence below, please select how uncharacteristic or characteristic (5-point scale) this is for you personally. - I like to have the responsibility of handling a situation that requires a lot of thinking.","The next questions will be about your motivation to engage in cognitive activity. For each sentence below, please select how uncharacteristic or characteristic (5-point scale) this is for you personally. - Thinking is not my idea of fun.","The next questions will be about your motivation to engage in cognitive activity. For each sentence below, please select how uncharacteristic or characteristic (5-point scale) this is for you personally. - I would rather do something that requires little thought than something that is sure to challenge my thinking abilities.","The next questions will be about your motivation to engage in cognitive activity. For each sentence below, please select how uncharacteristic or characteristic (5-point scale) this is for you personally. - I really enjoy a task that involves coming up with new solutions to problems.","The next questions will be about your motivation to engage in cognitive activity. For each sentence below, please select how uncharacteristic or characteristic (5-point scale) this is for you personally. - I would prefer a task that is intellectual, difficult, and important to one that is somewhat important but does not require much thought.",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,Below is a seven-point scale on which the political views that people might hold are arranged from extremely liberal—point 1—to extremely conservative—point 7. Where would you place yourself on this scale?,"During the peak of the pandemic, how often did you actively seek information on Covid-19 from any sources including TV, newspapers, radios, online and social media, or personal conversations?",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,Lastly a few questions about socio-demographic characteristics. To which gender do you most identify?,In what year were you born? Please enter all four digits.,Text,What is the highest level of school you have completed or the highest degree you have received?,Have one or both of your parents completed a bachelor’s degree?,What language do you speak at home? - Selected Choice,"What language do you speak at home? - Other, please specify: - Text",Which of the following categories do you identify with? - Selected Choice,"Which of the following categories do you identify with? - Other race, ethnicity, or origin (please specify) - Text","Which of the following categories do you identify with? - Mixed race, ethnicity (please specify) - Text","In which of these groups did your total family income, from all sources, fall last year before taxes?",To what extent do you consider yourself a religious person?,Would you be interested in participating in a qualitative interview for this study? You would be paid $15 for about 30 minutes of your time. - Selected Choice,Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,"Above you see a chart containing information about Covid-19 cases in the USA. What are your first/immediate impressions of this visualization? This could include things you like, dislike, as well as other first impressions.","Above you see a chart containing information about Covid-19 cases in the USA. Please look at the chart and answer the question below. @@ -196,104 +196,104 @@ Assume you trust the data used for the visualization. To what extent do you agre Assume you trust the data used for the visualization. To what extent do you agree or disagree with the following statements about the visualization presented above? - I would likely use this visualization and its information in my actions tackling Covid-19","Above you see a chart containing information about Covid-19 cases in the USA. Please look at the chart and answer the question below. -Assume you trust the data used for the visualization. To what extent do you agree or disagree with the following statements about the visualization presented above? - I trust this visualization","Tell us a bit more about why you [QID150-ChoiceGroup-SelectedAnswers-11] with the statement ""I trust this visualization"".",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,PROLIFIC_PID,provenance-simple-bar-initial,provenance-simple-bar-data,provenance-simple-bar-vis,provenance-moderate-bar-initial,provenance-moderate-bar-data,provenance-moderate-bar-vis,provenance-complex-bar-initial,provenance-complex-bar-data,provenance-complex-bar-vis,provenance-simple-bar-tour,provenance-moderate-bar-tour,provenance-complex-bar-tour -"{""ImportId"":""startDate"",""timeZone"":""America/Denver""}","{""ImportId"":""endDate"",""timeZone"":""America/Denver""}","{""ImportId"":""status""}","{""ImportId"":""ipAddress""}","{""ImportId"":""progress""}","{""ImportId"":""duration""}","{""ImportId"":""finished""}","{""ImportId"":""recordedDate"",""timeZone"":""America/Denver""}","{""ImportId"":""_recordId""}","{""ImportId"":""recipientLastName""}","{""ImportId"":""recipientFirstName""}","{""ImportId"":""recipientEmail""}","{""ImportId"":""externalDataReference""}","{""ImportId"":""locationLatitude""}","{""ImportId"":""locationLongitude""}","{""ImportId"":""distributionChannel""}","{""ImportId"":""userLanguage""}","{""ImportId"":""QID182""}","{""ImportId"":""QID189_FIRST_CLICK""}","{""ImportId"":""QID189_LAST_CLICK""}","{""ImportId"":""QID189_PAGE_SUBMIT""}","{""ImportId"":""QID189_CLICK_COUNT""}","{""ImportId"":""QID4""}","{""ImportId"":""QID5""}","{""ImportId"":""QID6""}","{""ImportId"":""QID64_FIRST_CLICK""}","{""ImportId"":""QID64_LAST_CLICK""}","{""ImportId"":""QID64_PAGE_SUBMIT""}","{""ImportId"":""QID64_CLICK_COUNT""}","{""ImportId"":""QID191_FIRST_CLICK""}","{""ImportId"":""QID191_LAST_CLICK""}","{""ImportId"":""QID191_PAGE_SUBMIT""}","{""ImportId"":""QID191_CLICK_COUNT""}","{""ImportId"":""QID76_TEXT""}","{""ImportId"":""QID208_TEXT""}","{""ImportId"":""QID209_FIRST_CLICK""}","{""ImportId"":""QID209_LAST_CLICK""}","{""ImportId"":""QID209_PAGE_SUBMIT""}","{""ImportId"":""QID209_CLICK_COUNT""}","{""ImportId"":""QID188_FIRST_CLICK""}","{""ImportId"":""QID188_LAST_CLICK""}","{""ImportId"":""QID188_PAGE_SUBMIT""}","{""ImportId"":""QID188_CLICK_COUNT""}","{""ImportId"":""QID160""}","{""ImportId"":""QID161""}","{""ImportId"":""QID166_FIRST_CLICK""}","{""ImportId"":""QID166_LAST_CLICK""}","{""ImportId"":""QID166_PAGE_SUBMIT""}","{""ImportId"":""QID166_CLICK_COUNT""}","{""ImportId"":""QID101_1""}","{""ImportId"":""QID101_2""}","{""ImportId"":""QID101_3""}","{""ImportId"":""QID101_4""}","{""ImportId"":""QID101_12""}","{""ImportId"":""QID101_15""}","{""ImportId"":""QID200_TEXT""}","{""ImportId"":""QID192_FIRST_CLICK""}","{""ImportId"":""QID192_LAST_CLICK""}","{""ImportId"":""QID192_PAGE_SUBMIT""}","{""ImportId"":""QID192_CLICK_COUNT""}","{""ImportId"":""QID102_6""}","{""ImportId"":""QID102_7""}","{""ImportId"":""QID102_8""}","{""ImportId"":""QID102_9""}","{""ImportId"":""QID102_10""}","{""ImportId"":""QID102_11""}","{""ImportId"":""QID117_TEXT""}","{""ImportId"":""QID78_FIRST_CLICK""}","{""ImportId"":""QID78_LAST_CLICK""}","{""ImportId"":""QID78_PAGE_SUBMIT""}","{""ImportId"":""QID78_CLICK_COUNT""}","{""ImportId"":""QID213_FIRST_CLICK""}","{""ImportId"":""QID213_LAST_CLICK""}","{""ImportId"":""QID213_PAGE_SUBMIT""}","{""ImportId"":""QID213_CLICK_COUNT""}","{""ImportId"":""QID127_TEXT""}","{""ImportId"":""QID214_TEXT""}","{""ImportId"":""QID193_FIRST_CLICK""}","{""ImportId"":""QID193_LAST_CLICK""}","{""ImportId"":""QID193_PAGE_SUBMIT""}","{""ImportId"":""QID193_CLICK_COUNT""}","{""ImportId"":""QID194_FIRST_CLICK""}","{""ImportId"":""QID194_LAST_CLICK""}","{""ImportId"":""QID194_PAGE_SUBMIT""}","{""ImportId"":""QID194_CLICK_COUNT""}","{""ImportId"":""QID167""}","{""ImportId"":""QID168""}","{""ImportId"":""QID173_FIRST_CLICK""}","{""ImportId"":""QID173_LAST_CLICK""}","{""ImportId"":""QID173_PAGE_SUBMIT""}","{""ImportId"":""QID173_CLICK_COUNT""}","{""ImportId"":""QID128_1""}","{""ImportId"":""QID128_2""}","{""ImportId"":""QID128_3""}","{""ImportId"":""QID128_4""}","{""ImportId"":""QID128_12""}","{""ImportId"":""QID128_15""}","{""ImportId"":""QID201_TEXT""}","{""ImportId"":""QID186_FIRST_CLICK""}","{""ImportId"":""QID186_LAST_CLICK""}","{""ImportId"":""QID186_PAGE_SUBMIT""}","{""ImportId"":""QID186_CLICK_COUNT""}","{""ImportId"":""QID129_6""}","{""ImportId"":""QID129_7""}","{""ImportId"":""QID129_8""}","{""ImportId"":""QID129_9""}","{""ImportId"":""QID129_10""}","{""ImportId"":""QID129_11""}","{""ImportId"":""QID130_TEXT""}","{""ImportId"":""QID131_FIRST_CLICK""}","{""ImportId"":""QID131_LAST_CLICK""}","{""ImportId"":""QID131_PAGE_SUBMIT""}","{""ImportId"":""QID131_CLICK_COUNT""}","{""ImportId"":""QID219_FIRST_CLICK""}","{""ImportId"":""QID219_LAST_CLICK""}","{""ImportId"":""QID219_PAGE_SUBMIT""}","{""ImportId"":""QID219_CLICK_COUNT""}","{""ImportId"":""QID132_TEXT""}","{""ImportId"":""QID220_TEXT""}","{""ImportId"":""QID197_FIRST_CLICK""}","{""ImportId"":""QID197_LAST_CLICK""}","{""ImportId"":""QID197_PAGE_SUBMIT""}","{""ImportId"":""QID197_CLICK_COUNT""}","{""ImportId"":""QID196_FIRST_CLICK""}","{""ImportId"":""QID196_LAST_CLICK""}","{""ImportId"":""QID196_PAGE_SUBMIT""}","{""ImportId"":""QID196_CLICK_COUNT""}","{""ImportId"":""QID174""}","{""ImportId"":""QID179_FIRST_CLICK""}","{""ImportId"":""QID179_LAST_CLICK""}","{""ImportId"":""QID179_PAGE_SUBMIT""}","{""ImportId"":""QID179_CLICK_COUNT""}","{""ImportId"":""QID133_1""}","{""ImportId"":""QID133_2""}","{""ImportId"":""QID133_3""}","{""ImportId"":""QID133_4""}","{""ImportId"":""QID133_12""}","{""ImportId"":""QID133_15""}","{""ImportId"":""QID202_TEXT""}","{""ImportId"":""QID198_FIRST_CLICK""}","{""ImportId"":""QID198_LAST_CLICK""}","{""ImportId"":""QID198_PAGE_SUBMIT""}","{""ImportId"":""QID198_CLICK_COUNT""}","{""ImportId"":""QID134_6""}","{""ImportId"":""QID134_7""}","{""ImportId"":""QID134_8""}","{""ImportId"":""QID134_9""}","{""ImportId"":""QID134_10""}","{""ImportId"":""QID134_11""}","{""ImportId"":""QID135_TEXT""}","{""ImportId"":""QID136_FIRST_CLICK""}","{""ImportId"":""QID136_LAST_CLICK""}","{""ImportId"":""QID136_PAGE_SUBMIT""}","{""ImportId"":""QID136_CLICK_COUNT""}","{""ImportId"":""QID122_2""}","{""ImportId"":""QID203_TEXT""}","{""ImportId"":""QID199_FIRST_CLICK""}","{""ImportId"":""QID199_LAST_CLICK""}","{""ImportId"":""QID199_PAGE_SUBMIT""}","{""ImportId"":""QID199_CLICK_COUNT""}","{""ImportId"":""QID36_1""}","{""ImportId"":""QID36_2""}","{""ImportId"":""QID36_3""}","{""ImportId"":""QID36_4""}","{""ImportId"":""QID36_5""}","{""ImportId"":""QID36_6""}","{""ImportId"":""QID36_7""}","{""ImportId"":""QID36_8""}","{""ImportId"":""QID65_FIRST_CLICK""}","{""ImportId"":""QID65_LAST_CLICK""}","{""ImportId"":""QID65_PAGE_SUBMIT""}","{""ImportId"":""QID65_CLICK_COUNT""}","{""ImportId"":""QID38_1""}","{""ImportId"":""QID38_2""}","{""ImportId"":""QID38_3""}","{""ImportId"":""QID38_4""}","{""ImportId"":""QID38_5""}","{""ImportId"":""QID38_6""}","{""ImportId"":""QID38_7""}","{""ImportId"":""QID38_8""}","{""ImportId"":""QID204_TEXT""}","{""ImportId"":""QID72_FIRST_CLICK""}","{""ImportId"":""QID72_LAST_CLICK""}","{""ImportId"":""QID72_PAGE_SUBMIT""}","{""ImportId"":""QID72_CLICK_COUNT""}","{""ImportId"":""QID39_1""}","{""ImportId"":""QID39_2""}","{""ImportId"":""QID39_3""}","{""ImportId"":""QID39_4""}","{""ImportId"":""QID39_5""}","{""ImportId"":""QID39_6""}","{""ImportId"":""QID73_FIRST_CLICK""}","{""ImportId"":""QID73_LAST_CLICK""}","{""ImportId"":""QID73_PAGE_SUBMIT""}","{""ImportId"":""QID73_CLICK_COUNT""}","{""ImportId"":""QID11""}","{""ImportId"":""QID13""}","{""ImportId"":""QID74_FIRST_CLICK""}","{""ImportId"":""QID74_LAST_CLICK""}","{""ImportId"":""QID74_PAGE_SUBMIT""}","{""ImportId"":""QID74_CLICK_COUNT""}","{""ImportId"":""QID14""}","{""ImportId"":""QID15_TEXT""}","{""ImportId"":""QID16_1""}","{""ImportId"":""QID17""}","{""ImportId"":""QID23""}","{""ImportId"":""QID27""}","{""ImportId"":""QID27_4_TEXT""}","{""ImportId"":""QID18""}","{""ImportId"":""QID18_8_TEXT""}","{""ImportId"":""QID18_9_TEXT""}","{""ImportId"":""QID19""}","{""ImportId"":""QID20""}","{""ImportId"":""QID25""}","{""ImportId"":""QID25_1_TEXT""}","{""ImportId"":""QID75_FIRST_CLICK""}","{""ImportId"":""QID75_LAST_CLICK""}","{""ImportId"":""QID75_PAGE_SUBMIT""}","{""ImportId"":""QID75_CLICK_COUNT""}","{""ImportId"":""QID138_TEXT""}","{""ImportId"":""QID139_1""}","{""ImportId"":""QID139_2""}","{""ImportId"":""QID139_3""}","{""ImportId"":""QID139_4""}","{""ImportId"":""QID139_12""}","{""ImportId"":""QID139_15""}","{""ImportId"":""QID140_6""}","{""ImportId"":""QID140_7""}","{""ImportId"":""QID140_8""}","{""ImportId"":""QID140_9""}","{""ImportId"":""QID140_10""}","{""ImportId"":""QID140_11""}","{""ImportId"":""QID141_TEXT""}","{""ImportId"":""QID142_FIRST_CLICK""}","{""ImportId"":""QID142_LAST_CLICK""}","{""ImportId"":""QID142_PAGE_SUBMIT""}","{""ImportId"":""QID142_CLICK_COUNT""}","{""ImportId"":""QID143_TEXT""}","{""ImportId"":""QID144_1""}","{""ImportId"":""QID144_2""}","{""ImportId"":""QID144_3""}","{""ImportId"":""QID144_4""}","{""ImportId"":""QID144_12""}","{""ImportId"":""QID144_15""}","{""ImportId"":""QID145_6""}","{""ImportId"":""QID145_7""}","{""ImportId"":""QID145_8""}","{""ImportId"":""QID145_9""}","{""ImportId"":""QID145_10""}","{""ImportId"":""QID145_11""}","{""ImportId"":""QID146_TEXT""}","{""ImportId"":""QID147_FIRST_CLICK""}","{""ImportId"":""QID147_LAST_CLICK""}","{""ImportId"":""QID147_PAGE_SUBMIT""}","{""ImportId"":""QID147_CLICK_COUNT""}","{""ImportId"":""QID148_TEXT""}","{""ImportId"":""QID149_1""}","{""ImportId"":""QID149_2""}","{""ImportId"":""QID149_3""}","{""ImportId"":""QID149_4""}","{""ImportId"":""QID149_12""}","{""ImportId"":""QID149_15""}","{""ImportId"":""QID150_6""}","{""ImportId"":""QID150_7""}","{""ImportId"":""QID150_8""}","{""ImportId"":""QID150_9""}","{""ImportId"":""QID150_10""}","{""ImportId"":""QID150_11""}","{""ImportId"":""QID151_TEXT""}","{""ImportId"":""QID152_FIRST_CLICK""}","{""ImportId"":""QID152_LAST_CLICK""}","{""ImportId"":""QID152_PAGE_SUBMIT""}","{""ImportId"":""QID152_CLICK_COUNT""}","{""ImportId"":""PROLIFIC_PID""}","{""ImportId"":""provenance-simple-bar-initial""}","{""ImportId"":""provenance-simple-bar-data""}","{""ImportId"":""provenance-simple-bar-vis""}","{""ImportId"":""provenance-moderate-bar-initial""}","{""ImportId"":""provenance-moderate-bar-data""}","{""ImportId"":""provenance-moderate-bar-vis""}","{""ImportId"":""provenance-complex-bar-initial""}","{""ImportId"":""provenance-complex-bar-data""}","{""ImportId"":""provenance-complex-bar-vis""}","{""ImportId"":""provenance-simple-bar-tour""}","{""ImportId"":""provenance-moderate-bar-tour""}","{""ImportId"":""provenance-complex-bar-tour""}" -2023-02-26 06:06:59,2023-02-26 06:18:05,IP Address,47.214.225.56,100,666,True,2023-02-26 06:18:06,R_38UyJ0q1BSQr3W1,,,,,33.5153,-90.168,anonymous,EN,I consent,261.763,261.763,262.669,1,Yes,2,Yes,1.4,2.86,3.667,2,,,,,,,,,,,,,,,,3300,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,It's easy to understand,,18.929,18.929,42.926,1,7.886,11.893,24.992,2,,,,,,,Agree,Agree,Agree,Agree,Agree,Agree,,5.591,16.495,17.864,6,Slightly agree,Agree,Slightly agree,Neither agree nor disagree,Slightly agree,Agree,"I would check the sources, but there seems to be no bias at first glance.",1.561,1.561,25.311,1,,,,,,,,,,,,,,,Ages 80+,14.956,14.956,16.184,1,,,,,,,,,,,,,,,,,,,,,,,5,,24.787,24.787,26.038,1,,,,,,,,,,,,,4,5,3,3,6,3,7,7,,3.645,17.677,19.429,8,3,3,2,3,2,2,2.29,7.801,8.651,6,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5588d532fdf99b304ee567b9,,,,"{""startTime"":1677417096617,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1677417214526,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1677417232914,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",,,,,"{""startTime"":1677417140248,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":7878,""label"":""tour_next"",""step"":2},{""time"":11886,""label"":""tour_end"",""step"":2},{""time"":12255,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1169,""week"":""52"",""id"":""chart""},{""time"":15227,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4592,""week"":""2"",""id"":""chart""}]}", -2023-02-26 06:09:27,2023-02-26 06:23:33,IP Address,104.175.128.67,100,845,True,2023-02-26 06:23:33,R_3hiO8nCUe6iGFBq,,,,,33.919,-117.2359,anonymous,EN,I consent,9.489,9.489,10.554,1,Yes,1,No,2.122,12.828,14.214,3,,,,,,,,,,,,,,,,3300,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,looks good,,25.528,26.321,36.45,2,10.456,130.406,136.146,11,Ages 18-49,46.679,56.986,130.491,2,Slightly agree,Slightly agree,Slightly agree,Slightly agree,Agree,Slightly agree,,15.64,26.075,34.275,8,Neither agree nor disagree,Neither agree nor disagree,Slightly agree,Neither agree nor disagree,Neither agree nor disagree,Neither agree nor disagree,dont trust the data,,,,,4,,7.483,14.712,18.337,4,,,,,,,,,,,,,0 - Do not trust at all,0 - Do not trust at all,1,1,0 - Do not trust at all,0 - Do not trust at all,0 - Do not trust at all,4,,8.58,23.492,28.225,9,3,4,4,2,3,3,11.755,34.616,37.819,7,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,6273173c798a3e4be8c46e30,,,,,,,"{""startTime"":1677417005265,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1677417352497,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1677417309991,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",,,"{""startTime"":1677417041892,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":12309,""label"":""tour_next"",""step"":5},{""time"":27593,""label"":""cleared_brush"",""using"":""Click""},{""time"":30158,""label"":""cleared_brush"",""using"":""Click""},{""time"":39972,""label"":""cleared_brush"",""using"":""Click""},{""time"":51221,""label"":""started_brush"",""startDate"":""2021-06-02"",""endDate"":""2021-06-20""},{""time"":52107,""label"":""tour_next"",""step"":5},{""time"":59408,""label"":""moved_brush"",""startDate"":""2021-09-30"",""endDate"":""2021-10-18""},{""time"":60181,""label"":""tour_next"",""step"":5},{""time"":71337,""label"":""cleared_brush"",""using"":""Click""},{""time"":71337,""label"":""cleared_brush"",""using"":""Escape""},{""time"":73431,""label"":""tour_next"",""step"":5},{""time"":86697,""label"":""tour_end"",""step"":5},{""time"":89389,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1895,""week"":""51"",""id"":""chart""}]}" -2023-02-26 06:07:42,2023-02-26 06:25:01,IP Address,174.100.198.13,100,1039,True,2023-02-26 06:25:02,R_3MLhX2eL66rjqhr,,,,,41.4712,-81.5248,anonymous,EN,I consent,11.657,11.657,14,1,Yes,3,Yes,14.629,17.27,18.804,2,32.744,81.853,85.918,3,People who were not vacinnated had much higher infection rates. People who were vacinnated still caught the virus.,,,,,,23.442,43.609,57.17,2,,3300,,,,,Agree,Slightly disagree,Neither agree nor disagree,Agree,Agree,Agree,"The data doesn't differentiate the rate by those who are fully vaccinated or based upon whether they got updated boosters. ",10.409,57.177,118.43,7,Agree,Agree,Agree,Disagree,Neither agree nor disagree,Agree,It is fairly straightforward and easy to understand. And it indicates that the data is from the CDC which is reliable.,3.443,3.443,40.883,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Ages 18-49,47.234,47.234,49.173,1,,,,,,,,,,,,,,,,,,,,,,,6,,8.608,8.608,11.004,1,,,,,,,,,,,,,6,7,7,6,7,6,9,9,,7.369,34.002,42.229,8,2,2,2,3,4,2,9.894,41.775,43.74,6,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5e146ae30db892a7d9c12265,"{""startTime"":1677416912144,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1677417272095,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1677417391337,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",,,,,,,"{""startTime"":1677416998053,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":62,""label"":""tour_started""},{""time"":10942,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1609,""week"":""36"",""id"":""chart""},{""time"":13591,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1525,""week"":""51"",""id"":""chart""},{""time"":15165,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3829,""week"":""52"",""id"":""chart""},{""time"":19030,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1979,""week"":""1"",""id"":""chart""},{""time"":23425,""label"":""tour_next"",""step"":2},{""time"":27359,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3687,""week"":""49"",""id"":""chart2""},{""time"":32149,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4008,""week"":""52"",""id"":""chart2""},{""time"":38110,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1993,""week"":""1"",""id"":""chart2""},{""time"":43592,""label"":""tour_end"",""step"":2},{""time"":44191,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1888,""week"":""52"",""id"":""chart""},{""time"":48126,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3815,""week"":""52"",""id"":""chart2""}]}",, -2023-02-26 06:17:13,2023-02-26 06:25:42,IP Address,198.108.4.105,100,509,True,2023-02-26 06:25:42,R_1NtDIXWS6tcKhZP,,,,,42.2807,-83.7801,anonymous,EN,I consent,4.22,4.22,5.773,1,Yes,2,Yes,2.447,5.37,6.596,2,28.441,52.971,54.938,2,vaccines are effective bar none. I personally overserved this in my job,,,,,,17.743,28.157,29.723,2,,3300,,,,,Strongly Agree,Agree,Agree,Strongly Agree,Strongly Agree,Agree,,8.686,28.487,28.888,8,Agree,Strongly Agree,Strongly Agree,Agree,Agree,Agree,because it correlates with my own experiences.,5.925,30.004,31.881,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Ages 80+,15.18,15.18,16.488,1,,,,,,,,,,,,,,,,,,,,,,,5,,4.624,5.202,9.727,2,,,,,,,,,,,,,7,7,9,9,4,6,9,8,,2.296,13.308,15.114,9,4,4,2,2,4,4,2.946,18.438,19.109,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,62b32a0ea4ec7b2c14906e26,"{""startTime"":1677417452067,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1677417643013,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1677417789402,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",,,,,,,"{""startTime"":1677417507304,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":17735,""label"":""tour_next"",""step"":2},{""time"":19373,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1200,""week"":""1"",""id"":""chart2""},{""time"":28148,""label"":""tour_end"",""step"":2}]}",, -2023-02-26 06:14:54,2023-02-26 06:27:02,IP Address,75.131.17.158,100,727,True,2023-02-26 06:27:03,R_2tmvHa9f8nPotRY,,,,,33.0216,-84.9574,anonymous,EN,I consent,82.904,82.904,84.377,1,No,,No,2.069,2.069,3.968,1,53.027,119.418,156.964,9,That the amount of unvaccinated people seemed to gradually increase as year started to end and the same thing happened to the vaccinated towards the ending of the month where vaccinated people rose but quickly fell.,,,,,,10.901,19.273,36.271,2,,3300,,,,,Neither agree nor disagree,Slightly disagree,Neither agree nor disagree,Agree,Strongly Agree,Slightly disagree,,8.615,31.417,33.523,7,Slightly disagree,Strongly Agree,Agree,Agree,Agree,Slightly disagree,There are possibilities of people getting covid and not being reported.,2.026,2.026,44.044,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Ages 18-49,37.884,37.884,38.997,1,,,,,,,,,,,,,,,,,,,,,,,5,,8.333,8.333,9.673,1,,,,,,,,,,,,,0 - Do not trust at all,3,3,1,2,4,7,8,,8.497,22.324,24.217,8,3,4,1- extremely uncharacteristic of me,2,4,3,12.751,40.399,41.268,7,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,63d612829c84b70de3a949fa,"{""startTime"":1677417390245,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":8368,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2644,""week"":""33"",""id"":""chart""},{""time"":13288,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1486,""week"":""45"",""id"":""chart""},{""time"":16400,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1452,""week"":""1"",""id"":""chart""},{""time"":19256,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4119,""week"":""52"",""id"":""chart""}]}","{""startTime"":1677417763227,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1677417684323,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",,,,,,,"{""startTime"":1677417547619,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":19,""label"":""tour_started""},{""time"":7926,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1701,""week"":""34"",""id"":""chart""},{""time"":10894,""label"":""tour_next"",""step"":2},{""time"":19265,""label"":""tour_end"",""step"":2},{""time"":19994,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1415,""week"":""2"",""id"":""chart2""},{""time"":30946,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2080,""week"":""52"",""id"":""chart""},{""time"":33066,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1393,""week"":""1"",""id"":""chart""}]}",, -2023-02-26 06:15:50,2023-02-26 06:27:24,IP Address,100.19.85.130,100,693,True,2023-02-26 06:27:24,R_3G0QlobkfI52aLF,,,,,40.6027,-75.4778,anonymous,EN,I consent,6.073,12.729,13.603,2,Yes,2,Yes,5.043,7.338,8.38,2,,,,,,,,,,,,,,,,3300,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,My immediate impression is that this graph is formatted well. The contrasting colors make the cases really stand out which is a good thing. It is easy to understand. The only thing I dislike is the dates. They would be organized better if they were simply reported per month totals as opposed to the randomly selected dates during the months which seems to change constantly.,,58.24,58.24,142.737,1,5.986,19.386,20.869,3,,,,,,,Agree,Agree,Agree,Strongly Agree,Strongly Agree,Strongly Agree,,29.328,39.536,41.74,6,Neither agree nor disagree,Slightly agree,Agree,Agree,Agree,Agree,"I trust it because it appears to be from a verifiable source that I could easily cross reference. ",2.632,2.632,28.957,1,,,,,,,,,,,,,,,Ages 50-79,42.038,42.038,42.784,1,,,,,,,,,,,,,,,,,,,,,,,4,,7.835,7.835,10.438,1,,,,,,,,,,,,,2,5,2,3,4,3,7,8,,6.595,41.115,43.047,12,3,3,2,3,3,3,22.503,51.559,52.514,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5711110152ab8e0008d0dc05,,,,"{""startTime"":1677417377204,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":6983,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1414,""week"":""52"",""id"":""chart""},{""time"":8425,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4007,""week"":""1"",""id"":""chart""},{""time"":12436,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1930,""week"":""1"",""id"":""chart""},{""time"":16563,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8053,""week"":""1"",""id"":""chart""}]}","{""startTime"":1677417753154,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1677417688995,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",,,,,"{""startTime"":1677417520441,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":8505,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1165,""week"":""39"",""id"":""chart""},{""time"":15069,""label"":""tour_next"",""step"":2},{""time"":19381,""label"":""tour_end"",""step"":2}]}", -2023-02-26 06:15:36,2023-02-26 06:30:34,IP Address,69.201.26.72,100,897,True,2023-02-26 06:30:35,R_sRPpOGyqXPTqPId,,,,,44.9322,-74.8845,anonymous,EN,I consent,1.509,3.952,5.782,2,No,,No,1.577,1.577,2.339,1,,,,,,,,,,,,,,,,3300,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,COVID-19 cases peaked around the 2021 holiday season among both vaccinated and unvaccinated individuals. Vaccinated individuals seem to account for about one third of COVID cases during this time.,,46.62,114.992,192.785,2,5.279,87.117,123.795,26,Ages 18-49,18.602,75.648,77.985,10,Agree,Neither agree nor disagree,Agree,Strongly Agree,Strongly Agree,Agree,,11.089,25.137,28.214,9,Agree,Strongly Agree,Slightly agree,Slightly disagree,Slightly disagree,Agree,"It coincides with the time when COVID-19 was the most prevalent, and does not pass vaccination off as immunity.",,,,,3,,6.527,6.527,8.61,1,,,,,,,,,,,,,0 - Do not trust at all,1,6,4,0 - Do not trust at all,5,6,6,,7.352,47.964,50.427,10,5- extremely characteristic of me,4,1- extremely uncharacteristic of me,1- extremely uncharacteristic of me,5- extremely characteristic of me,5- extremely characteristic of me,8.366,40.985,42.126,6,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,6333dafae0a6b172dd2bd2af,,,,,,,"{""startTime"":1677417353153,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":26469,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4192,""week"":""52"",""id"":""chart""},{""time"":30691,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1033,""week"":""1"",""id"":""chart""},{""time"":31792,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1782,""week"":""3"",""id"":""chart""},{""time"":34261,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1013,""week"":""52"",""id"":""chart""},{""time"":36562,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3995,""week"":""51"",""id"":""chart""},{""time"":41774,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1017,""week"":""1"",""id"":""chart""},{""time"":56692,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":18261,""week"":""52"",""id"":""chart""},{""time"":86977,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":9799,""week"":""52"",""id"":""chart""},{""time"":98105,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4002,""week"":""52"",""id"":""chart""},{""time"":104536,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1696,""week"":""31"",""id"":""chart""},{""time"":107318,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1440,""week"":""51"",""id"":""chart""},{""time"":108791,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1117,""week"":""52"",""id"":""chart""},{""time"":109944,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1482,""week"":""1"",""id"":""chart""},{""time"":112090,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1089,""week"":""2"",""id"":""chart""}]}","{""startTime"":1677417882328,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1677417749488,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",,,"{""startTime"":1677417546694,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":5984,""label"":""tour_next"",""step"":5},{""time"":16161,""label"":""tour_back"",""step"":5},{""time"":20733,""label"":""tour_next"",""step"":5},{""time"":23431,""label"":""cleared_brush"",""using"":""Click""},{""time"":32034,""label"":""started_brush"",""startDate"":""2021-07-31"",""endDate"":""2021-12-31""},{""time"":32883,""label"":""tour_next"",""step"":5},{""time"":42975,""label"":""started_brush"",""startDate"":""2021-07-25"",""endDate"":""2021-12-19""},{""time"":49829,""label"":""moved_brush"",""startDate"":""2021-07-25"",""endDate"":""2021-12-19""},{""time"":51438,""label"":""moved_brush"",""startDate"":""2021-06-23"",""endDate"":""2021-11-16""},{""time"":52844,""label"":""tour_next"",""step"":5},{""time"":62528,""label"":""cleared_brush"",""using"":""Click""},{""time"":62528,""label"":""cleared_brush"",""using"":""Escape""},{""time"":64459,""label"":""tour_next"",""step"":5},{""time"":68865,""label"":""tour_end"",""step"":5},{""time"":69786,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1125,""week"":""3"",""id"":""chart""},{""time"":71287,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1564,""week"":""1"",""id"":""chart""},{""time"":76168,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1050,""week"":""1"",""id"":""chart""},{""time"":86695,""label"":""started_brush"",""startDate"":""2021-08-25"",""endDate"":""2021-11-13""},{""time"":90460,""label"":""moved_brush"",""startDate"":""2021-11-18"",""endDate"":""2022-02-07""},{""time"":118175,""label"":""moved_brush"",""startDate"":""2021-11-18"",""endDate"":""2022-02-07""}]}" -2023-02-26 06:22:23,2023-02-26 06:32:16,IP Address,173.189.210.226,100,592,True,2023-02-26 06:32:16,R_2PAlATTDAeXIY4H,,,,,34.5318,-83.9718,anonymous,EN,I consent,2.847,4.151,4.564,2,Yes,2,Yes,1.64,3.628,4.41,2,,,,,,,,,,,,,,,,3300,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"I think it makes sense, as there are general spikes there will be breakthrough cases, especially with new strains of the virus.",,11.907,11.907,70.132,1,3.062,46.422,47.319,5,,,,,,,Agree,Agree,Agree,Agree,Agree,Agree,,7.144,23.386,24.471,7,Agree,Agree,Agree,Agree,Agree,Agree,"It seems to coincide with the information i have heard about vaccine effectiveness. ",2.11,2.11,92.031,1,,,,,,,,,,,,,,,Ages 18-49,36.469,36.469,37.367,1,,,,,,,,,,,,,,,,,,,,,,,5,,34.745,37.395,38.146,3,,,,,,,,,,,,,0 - Do not trust at all,2,0 - Do not trust at all,0 - Do not trust at all,0 - Do not trust at all,0 - Do not trust at all,7,3,,4.265,18.943,20.762,10,4,2,2,2,2,4,4.267,22.731,23.202,7,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5f3d42de03555c0832cbef73,,,,"{""startTime"":1677417757236,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1677418100217,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1677417977406,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",,,,,"{""startTime"":1677417827650,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":8169,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1083,""week"":""52"",""id"":""chart""},{""time"":9269,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7183,""week"":""1"",""id"":""chart""},{""time"":18446,""label"":""tour_next"",""step"":2},{""time"":21234,""label"":""tour_end"",""step"":2},{""time"":38340,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3144,""week"":""52"",""id"":""chart""},{""time"":41644,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2290,""week"":""50"",""id"":""chart""}]}", -2023-02-26 06:27:41,2023-02-26 06:32:17,IP Address,75.137.169.229,100,276,True,2023-02-26 06:32:18,R_2QyuK5D5g1qhL1I,,,,,33.9588,-83.4384,anonymous,EN,I consent,3.614,3.614,5.077,1,Yes,2,Yes,1.098,4.03,5.15,3,17.94,50.601,59.238,2,I think more people should be vaccinated. It;s scary that more of the population isn't rushing to get vaccinated.,,,,,,2.273,5.718,7.167,2,,3300,,,,,Neither agree nor disagree,Neither agree nor disagree,Neither agree nor disagree,Slightly agree,Strongly Agree,Agree,,6.965,17.865,19.007,8,Agree,Agree,Agree,Agree,Agree,Agree,"It looks clean and concise, so I trust it.",1.695,1.695,23.238,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Ages 80+,12.054,12.054,13.087,1,,,,,,,,,,,,,,,,,,,,,,,5,,3.47,3.47,4.663,1,,,,,,,,,,,,,1,5,1,7,5,1,9,9,,2.902,12.878,14.673,8,5- extremely characteristic of me,5- extremely characteristic of me,1- extremely uncharacteristic of me,1- extremely uncharacteristic of me,5- extremely characteristic of me,4,6.051,11.798,12.952,6,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,61097498fb9e97e8a701c33f,"{""startTime"":1677418076685,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1677418239756,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1677418208428,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",,,,,,,"{""startTime"":1677418136214,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":2268,""label"":""tour_next"",""step"":2},{""time"":5713,""label"":""tour_end"",""step"":2}]}",, -2023-02-26 06:27:05,2023-02-26 06:36:10,IP Address,67.250.12.32,100,545,True,2023-02-26 06:36:11,R_122TX1eBw86O3Ee,,,,,40.7584,-73.7973,anonymous,EN,I consent,8.31,8.31,9.042,1,Yes,4 or more,No,0,0,4.677,0,14.727,24.854,142.179,2,"I first checked to make sure the grids were using the same numbers, just because I wanted to make sure everything was apples-to-apples. With that satisfied, I was happy to see that the vaccinated figures were so much lower than the unvaccinated ones. I thought the blue and orange color schemes were interesting choices. To make the unvaccinated ones look like more of an alert?",,,,,,27.021,64.013,65.718,2,,3300,,,,,Agree,Agree,Agree,Agree,Strongly Agree,Agree,,5.457,11.873,13.103,6,Agree,Agree,Agree,Agree,Agree,Strongly Agree,"I like that it allows for the fact that vaccinated people did still get COVID, so I wouldn't be lying to any of my family members who are skeptics.",2.873,2.873,59.144,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Ages 18-49,47.88,47.88,49.421,1,,,,,,,,,,,,,,,,,,,,,,,5,,2.321,3.49,4.842,3,,,,,,,,,,,,,7,7,6,8,7,6,9,8,,2.608,17.878,18.64,8,2,4,1- extremely uncharacteristic of me,3,3,4,2.425,9.576,10.263,6,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,57026b817a8448000fb64302,"{""startTime"":1677418054265,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1677418406386,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1677418329592,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",,,,,,,"{""startTime"":1677418196977,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":30,""label"":""tour_started""},{""time"":3735,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1391,""week"":""15"",""id"":""chart""},{""time"":6271,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1060,""week"":""16"",""id"":""chart""},{""time"":23190,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1227,""week"":""52"",""id"":""chart""},{""time"":27005,""label"":""tour_next"",""step"":2},{""time"":32837,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8702,""week"":""33"",""id"":""chart2""},{""time"":42633,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2569,""week"":""52"",""id"":""chart2""},{""time"":58265,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4111,""week"":""52"",""id"":""chart2""},{""time"":63997,""label"":""tour_end"",""step"":2}]}",, -2023-02-26 06:27:10,2023-02-26 06:39:08,IP Address,99.108.230.55,100,718,True,2023-02-26 06:39:09,R_ai2RoaXpEnmbTkB,,,,,39.9573,-86.277,anonymous,EN,I consent,6.229,6.229,7.526,1,Yes,1,Yes,2.103,5.599,6.83,2,,,,,,,,,,,,,,,,3300,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,I was surprised by how large the increase was at the end of 2021 and early 2022. It makes me feel like COVID is never going away and we need to just deal with it.,,33.807,33.807,75.588,1,21.152,26.066,49.068,3,,,,,,,Agree,Slightly disagree,Agree,Strongly Agree,Agree,Agree,,13.948,87.123,104.341,13,Agree,Agree,Slightly agree,Strongly Disagree,Agree,Agree,It seems like reasonable data and I have no reason to believe it isn't accurate.,1.557,1.557,73.364,1,,,,,,,,,,,,,,,Ages 18-49,18.373,18.373,24.117,1,,,,,,,,,,,,,,,,,,,,,,,5,,5.96,10.098,12.253,6,,,,,,,,,,,,,0 - Do not trust at all,1,9,9,0 - Do not trust at all,6,8,9,,7.631,21.858,24.319,9,4,4,2,2,4,4,124.175,136.866,138.691,7,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,55b45ce8fdf99b615b12d64b,,,,"{""startTime"":1677418053163,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":2263,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6340,""week"":""45"",""id"":""chart""},{""time"":25173,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1724,""week"":""31"",""id"":""chart""}]}","{""startTime"":1677418272144,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1677418377100,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",,,,,"{""startTime"":1677418129133,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":7287,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4373,""week"":""1"",""id"":""chart""},{""time"":11767,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5269,""week"":""3"",""id"":""chart""},{""time"":17584,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2350,""week"":""52"",""id"":""chart""},{""time"":21146,""label"":""tour_next"",""step"":2},{""time"":26059,""label"":""tour_end"",""step"":2},{""time"":29865,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3494,""week"":""14"",""id"":""chart""},{""time"":35793,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1698,""week"":""52"",""id"":""chart""},{""time"":37508,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5463,""week"":""52"",""id"":""chart""}]}", -2023-02-26 06:28:55,2023-02-26 06:45:45,IP Address,12.217.32.140,100,1009,True,2023-02-26 06:45:45,R_211k7hBA9QJc4R4,,,,,45.5242,-122.6684,anonymous,EN,I consent,20.274,20.274,21.782,1,Yes,3,No,2.683,30.433,32.766,3,,,,,,,,,,,,,,,,3300,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"My first impressions of this visualization are so thinking because here have very low vaccinate person. ",,24.254,203.839,211.246,12,15.643,126.684,129.481,7,,,,,,,Slightly agree,Neither agree nor disagree,Slightly agree,Slightly agree,Slightly agree,Slightly agree,,8.218,22.362,33.571,13,Neither agree nor disagree,Slightly agree,Slightly agree,Neither agree nor disagree,Neither agree nor disagree,Slightly agree,"COVID-19 cases and hospitalizations are starting to decline across the United States. However, deaths are still rising, and community transmission is still high nationwide. As of January 27, 2022, more than 211 million people in the United States have received a primary series of a COVID-19 vaccine and are considered fully vaccinated. More than 86 million people are up to date with their COVID-19 vaccines, which means they have received all recommended COVID-19 vaccines, including boosters.",1.18,69.389,70.977,9,,,,,,,,,,,,,,,Ages 80+,12.195,14.915,16.283,3,,,,,,,,,,,,,,,,,,,,,,,4,,50.425,50.425,52.962,1,,,,,,,,,,,,,5,8,5,6,7,6,7,8,,1.996,13.955,15.585,17,3,3,4,4,4,3,1.571,4.268,5.045,6,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,627eb71410801644729fb08a,,,,"{""startTime"":1677418215290,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1677418885893,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1677418919500,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",,,,,"{""startTime"":1677418427746,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":23,""label"":""tour_started""},{""time"":68741,""label"":""tour_next"",""step"":2},{""time"":126670,""label"":""tour_end"",""step"":2}]}", -2023-02-26 06:23:17,2023-02-26 06:46:11,IP Address,67.43.209.136,100,1373,True,2023-02-26 06:46:12,R_2Spoy3cQqXXVuv8,,,,,41.439,-105.801,anonymous,EN,I consent,14.453,14.453,17.643,1,Yes,4 or more,Yes,10.054,11.479,13.155,2,,,,,,,,,,,,,,,,3300,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,The colors catch your eye. The two increases are apparent.,,47.348,121.307,122.647,2,23.734,228.742,301.639,29,Ages 18-49,128.133,128.133,129.722,1,Slightly agree,Slightly disagree,Slightly agree,Slightly agree,Agree,Slightly agree,,10.318,50.399,57.212,6,Neither agree nor disagree,Slightly agree,Slightly agree,Neither agree nor disagree,Slightly agree,Slightly agree,"I usually trust the source of the information. I would want to know how they gathered the information. ",,,,,5,,7.048,7.048,10.932,1,,,,,,,,,,,,,6,6,7,7,6,6,7,8,"When I answered the number of people questions, I couldn't say per 10000 people.",9.453,30.021,86.356,9,4,4,2,2,4,4,4.106,22.802,24.047,6,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,622a04c3557ea04c82c8f62f,,,,,,,"{""startTime"":1677417837071,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":22099,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4796,""week"":""29"",""id"":""chart""},{""time"":32498,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1845,""week"":""50"",""id"":""chart""},{""time"":39023,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5728,""week"":""50"",""id"":""chart""}]}","{""startTime"":1677418393197,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1677418451930,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",,,"{""startTime"":1677417959993,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":13649,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7000,""week"":""52"",""id"":""chart""},{""time"":23732,""label"":""tour_next"",""step"":5},{""time"":74284,""label"":""tour_back"",""step"":5},{""time"":76766,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1334,""week"":""45"",""id"":""chart""},{""time"":80485,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1731,""week"":""3"",""id"":""chart""},{""time"":84196,""label"":""tour_next"",""step"":5},{""time"":129560,""label"":""started_brush"",""startDate"":""2021-05-14"",""endDate"":""2021-07-24""},{""time"":146469,""label"":""moved_brush"",""startDate"":""2021-06-28"",""endDate"":""2021-09-06""},{""time"":157556,""label"":""tour_next"",""step"":5},{""time"":176374,""label"":""moved_brush"",""startDate"":""2021-06-24"",""endDate"":""2021-09-03""},{""time"":188758,""label"":""moved_brush"",""startDate"":""2021-06-24"",""endDate"":""2021-10-31""},{""time"":194739,""label"":""tour_next"",""step"":5},{""time"":217449,""label"":""cleared_brush"",""using"":""Click""},{""time"":217449,""label"":""cleared_brush"",""using"":""Escape""},{""time"":220708,""label"":""tour_next"",""step"":5},{""time"":228739,""label"":""tour_end"",""step"":5},{""time"":254115,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3601,""week"":""50"",""id"":""chart""},{""time"":257764,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4112,""week"":""51"",""id"":""chart""},{""time"":270374,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5816,""week"":""1"",""id"":""chart""},{""time"":277845,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5071,""week"":""14"",""id"":""chart""},{""time"":284579,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3322,""week"":""45"",""id"":""chart""},{""time"":289872,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1643,""week"":""2"",""id"":""chart""},{""time"":291530,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1348,""week"":""1"",""id"":""chart""},{""time"":297739,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2345,""week"":""2"",""id"":""chart""}]}" -2023-02-26 07:45:17,2023-02-26 08:57:20,IP Address,136.36.195.1,100,4323,True,2023-02-26 08:57:21,R_2EDWVeb632NEzMX,,,,,40.2329,-111.6688,anonymous,EN,I consent,3.787,17.885,18.569,5,Yes,3,No,0.835,2.53,3.681,2,,,,,,,,,,,,,,,,3300,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"Everyone hates to say ""confusing"" with visualizations since it's the easiest thing to say without looking at the text though it's somewhat confusing at first though that makes me sound obtuse. Why is all the data stacked the same way for me for one. Without reading the text I would have failed to click on the additional data including the delineations of age. Do the cases need to all stack if it's comparing them? I also wonder if it could just have displayed per capita instead to drive it's point home. Though I did think to hover on the initial graph in the first place I did presume the additional data was there if I wanted the numbers. The colors are clear in interpretation too.",,0.577,3329.191,3331.796,33,20.633,89.492,128.871,16,Ages 50-79,12.353,58.791,219.127,4,Strongly Agree,Slightly agree,Strongly Agree,Agree,Neither agree nor disagree,Agree,It's elegant so my confusion migh have laid in the intentionally simplified pieces though the previous question was still tricky to answer.,5.211,97.564,98.522,14,Slightly agree,Slightly agree,Agree,Strongly Agree,Agree,Agree,It is straightforward in what it is saying with where it got it's precise data. Extremely clear if nothing else.,,,,,3,,2.106,4.171,5.495,3,,,,,,,,,,,,,4,6,3,7,6,5,8,7,,3.363,19.889,22.677,11,4,4,1- extremely uncharacteristic of me,2,5- extremely characteristic of me,5- extremely characteristic of me,3.763,26.006,26.868,11,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,55a9f6a1fdf99b2d81b5295f,,,,,,,"{""startTime"":1677422747477,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":2992473,""label"":""started_brush"",""startDate"":""2021-07-02"",""endDate"":""2021-08-25""},{""time"":2993795,""label"":""moved_brush"",""startDate"":""2021-07-02"",""endDate"":""2021-07-10""},{""time"":2995668,""label"":""cleared_brush"",""using"":""Click""},{""time"":3016866,""label"":""cleared_brush"",""using"":""Click""},{""time"":3018091,""label"":""cleared_brush"",""using"":""Click""},{""time"":3018366,""label"":""cleared_brush"",""using"":""Click""},{""time"":3019644,""label"":""cleared_brush"",""using"":""Click""},{""time"":3022147,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":4955,""week"":""1"",""id"":""chart""},{""time"":3027438,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":3484,""week"":""2"",""id"":""chart""},{""time"":3031712,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":2196,""week"":""6"",""id"":""chart""},{""time"":3102430,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1454,""week"":""2"",""id"":""chart""},{""time"":3136165,""label"":""cleared_brush"",""using"":""Click""},{""time"":3215029,""label"":""cleared_brush"",""using"":""Click""},{""time"":3215178,""label"":""cleared_brush"",""using"":""Click""},{""time"":3216428,""label"":""cleared_brush"",""using"":""Click""},{""time"":3217647,""label"":""cleared_brush"",""using"":""Click""},{""time"":3217911,""label"":""cleared_brush"",""using"":""Click""},{""time"":3218053,""label"":""cleared_brush"",""using"":""Click""},{""time"":3218207,""label"":""cleared_brush"",""using"":""Click""},{""time"":3218832,""label"":""cleared_brush"",""using"":""Click""},{""time"":3219019,""label"":""cleared_brush"",""using"":""Click""},{""time"":3221138,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1597,""week"":""49"",""id"":""chart""},{""time"":3239995,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":4228,""week"":""2"",""id"":""chart""}]}","{""startTime"":1677426430361,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1677426529601,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",,,"{""startTime"":1677426081038,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":32,""label"":""tour_started""},{""time"":14351,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1581,""week"":""36"",""id"":""chart""},{""time"":20364,""label"":""tour_next"",""step"":5},{""time"":34973,""label"":""started_brush"",""startDate"":""2021-05-01"",""endDate"":""2021-07-29""},{""time"":36598,""label"":""moved_brush"",""startDate"":""2021-05-01"",""endDate"":""2021-09-02""},{""time"":37903,""label"":""tour_next"",""step"":5},{""time"":44503,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-09-02""},{""time"":46065,""label"":""tour_next"",""step"":5},{""time"":52735,""label"":""cleared_brush"",""using"":""Click""},{""time"":54338,""label"":""started_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-09-01""},{""time"":56006,""label"":""tour_next"",""step"":5},{""time"":60504,""label"":""tour_end"",""step"":5},{""time"":61406,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-09-01""},{""time"":61748,""label"":""cleared_brush"",""using"":""Click""},{""time"":63088,""label"":""started_brush"",""startDate"":""2021-06-08"",""endDate"":""2021-08-04""},{""time"":63700,""label"":""cleared_brush"",""using"":""Click""},{""time"":64428,""label"":""cleared_brush"",""using"":""Click""},{""time"":65469,""label"":""cleared_brush"",""using"":""Click""},{""time"":65795,""label"":""cleared_brush"",""using"":""Click""},{""time"":105069,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4960,""week"":""1"",""id"":""chart""},{""time"":111794,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1030,""week"":""6"",""id"":""chart""},{""time"":113229,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1120,""week"":""52"",""id"":""chart""},{""time"":117246,""label"":""started_brush"",""startDate"":""2021-06-30"",""endDate"":""2021-07-31""},{""time"":124867,""label"":""started_brush"",""startDate"":""2021-05-02"",""endDate"":""2021-08-20""}]}" -2023-02-21 11:04:01,2023-02-22 12:35:52,IP Address,128.119.202.34,41,91910,False,2023-03-01 12:37:01,R_1Idhm4HDgh9LpAj,,,,,,,anonymous,EN,,,,,,Yes,4 or more,No,1.44,11.072,11.849,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Ages 18-49,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"{""startTime"":1677003159673,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":5523,""label"":""started_brush"",""startDate"":""2021-05-31"",""endDate"":""2021-10-16""},{""time"":7668,""label"":""moved_brush"",""startDate"":""2021-07-28"",""endDate"":""2021-12-13""},{""time"":9541,""label"":""cleared_brush""}]}",,,,, -2023-02-17 16:58:26,2023-02-22 12:35:03,IP Address,128.119.202.34,13,416196,False,2023-03-01 12:47:43,R_3qvXaRvk7yOgYkq,,,,,,,anonymous,EN,,,,,,Yes,3,No,2.405,4.89,6.344,4,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -2023-02-25 13:19:58,2023-02-25 13:21:24,IP Address,72.140.211.54,72,85,False,2023-03-04 13:21:25,R_2wdbuUaDRawvHmL,,,,,,,anonymous,EN,I consent,10.902,10.902,12.903,1,Yes,4 or more,No,1.004,2.085,3.002,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,2.583,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -2023-02-25 13:22:50,2023-02-25 13:23:29,IP Address,72.140.211.54,72,39,False,2023-03-04 13:23:32,R_1FLf9OQUBjOUfjl,,,,,,,anonymous,EN,I consent,5.995,5.995,7.098,1,No,,Yes,1.179,1.179,2.127,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1.265,1.265,2.382,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -2023-02-25 13:27:34,2023-02-25 13:28:09,IP Address,72.140.211.54,72,34,False,2023-03-04 13:28:11,R_3npXfocIZLGNEBS,,,,,,,anonymous,EN,I consent,3.394,3.394,4.381,1,No,,No,1.321,1.321,2.197,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,1.631,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -2023-02-25 13:28:20,2023-02-25 13:28:46,IP Address,72.140.211.54,67,26,False,2023-03-04 13:28:47,R_3CDEm9lktCNQ8WU,,,,,,,anonymous,EN,I consent,3.114,3.114,3.859,1,No,,No,0.963,0.963,1.701,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -2023-02-25 13:30:10,2023-02-25 13:30:22,IP Address,72.140.211.54,57,12,False,2023-03-04 13:30:24,R_1ojzxFh2JVOZD3i,,,,,,,anonymous,EN,I consent,2.647,2.647,3.701,1,No,,No,0.865,0.865,1.735,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -2023-02-25 15:17:59,2023-02-25 15:18:15,IP Address,72.140.211.54,57,16,False,2023-03-04 15:18:18,R_2zo9XwI0ahRi4Ix,,,,,,,anonymous,EN,I consent,6.728,6.728,7.72,1,No,,No,1.534,2.087,2.796,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -2023-02-22 12:47:57,2023-02-25 15:22:08,IP Address,73.167.46.66,12,268451,False,2023-03-04 15:22:12,R_3oI3iO3fFYPTxen,,,,,,,anonymous,EN,,,,,,Yes,4 or more,No,2.43,4.411,5.306,3,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Ages 18-49,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -2023-02-25 15:22:13,2023-02-25 15:24:51,IP Address,73.167.46.66,61,158,False,2023-03-04 15:24:52,R_Xn6IDKxV3ZQ8U49,,,,,,,anonymous,EN,I consent,10.717,10.717,11.741,1,Yes,3,Yes,1.269,2.451,3.623,2,,,,,,,,,,,,,,,,3300,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -2023-02-25 15:24:56,2023-02-25 15:25:17,IP Address,73.167.46.66,57,21,False,2023-03-04 15:25:20,R_06eZoK4dqwAYVWN,,,,,,,anonymous,EN,I consent,3.142,4.007,4.617,2,Yes,4 or more,Yes,0.602,2.236,2.723,3,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -2023-02-25 15:25:39,2023-02-25 15:25:49,IP Address,72.140.211.54,8,10,False,2023-03-04 15:25:49,R_3IRHsK0eBOLyCpo,,,,,,,anonymous,EN,I consent,3.068,3.068,4.025,1,No,,No,0.917,0.917,1.738,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -2023-02-25 15:25:37,2023-02-25 15:25:51,IP Address,73.167.46.66,8,13,False,2023-03-04 15:25:56,R_8AOWJHwcZCydFM5,,,,,,,anonymous,EN,I consent,2.951,2.951,3.792,1,Yes,4 or more,Yes,1.587,2.572,3.444,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -2023-02-25 15:29:17,2023-02-25 16:17:23,IP Address,72.140.211.54,18,2886,False,2023-03-04 16:17:26,R_1Q6h9bAg3N8SZzI,,,,,,,anonymous,EN,I consent,9.041,9.041,9.816,1,No,,No,1.07,2.02,2.525,3,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"easy to understand. i like it. ",,4.011,4.011,13.762,1,22.331,24.994,34.267,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"{""startTime"":1677364174942,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1677367031931,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",,,,,,, -2023-02-25 16:17:41,2023-02-25 16:19:40,IP Address,72.140.211.54,13,118,False,2023-03-04 16:19:45,R_suFDWUZhnbAKizf,,,,,,,anonymous,EN,I consent,2.95,2.95,3.701,1,Yes,4 or more,No,0.827,2.376,3.246,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,looks great,,8.605,8.605,12.173,1,8.74,12.844,92.051,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"{""startTime"":1677367075213,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":4310,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1492,""week"":""31"",""id"":""chart""}]}",,,,,,,, -2023-02-25 16:29:09,2023-02-25 16:40:39,IP Address,72.140.211.54,37,690,False,2023-03-04 16:40:41,R_QfS1W9ywyu6BHod,,,,,,,anonymous,EN,I consent,2.659,3.375,4.126,2,Yes,4 or more,Yes,0.816,1.503,2.487,2,10.607,10.607,13.529,1,nothing much,,,,,,7.167,12.104,13.218,3,,,0,0,236.21,0,Disagree,Slightly disagree,Disagree,Strongly Disagree,Disagree,Slightly disagree,,3.513,5.752,7.153,6,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,I think it's neat.,,12.801,12.801,19.112,1,8.815,122.479,124.702,6,Ages 80+,69.4,69.4,71.373,1,Disagree,Disagree,Slightly disagree,Slightly disagree,Slightly disagree,Disagree,,163.147,165.465,167.795,6,Strongly Disagree,Strongly Disagree,Strongly Disagree,Disagree,Strongly Disagree,Strongly Disagree,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"{""startTime"":1677368175899,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",,,,,,"{""startTime"":1677367761748,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":1006,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2508,""week"":""2"",""id"":""chart""},{""time"":5462,""label"":""started_brush"",""startDate"":""2021-05-24"",""endDate"":""2021-08-04""},{""time"":6741,""label"":""moved_brush"",""startDate"":""2021-09-01"",""endDate"":""2021-11-12""},{""time"":8106,""label"":""moved_brush"",""startDate"":""2021-09-21"",""endDate"":""2021-12-02""},{""time"":8884,""label"":""cleared_brush"",""using"":""Click""}]}","{""startTime"":1677367978818,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":157404,""label"":""started_brush"",""startDate"":""2021-06-21"",""endDate"":""2021-10-18""},{""time"":161410,""label"":""moved_brush"",""startDate"":""2021-10-11"",""endDate"":""2022-02-07""}]}","{""startTime"":1677368148394,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":2129,""label"":""started_brush"",""startDate"":""2021-05-12"",""endDate"":""2021-07-02""},{""time"":3031,""label"":""moved_brush"",""startDate"":""2021-06-22"",""endDate"":""2021-08-12""}]}","{""startTime"":1677368181002,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":7166,""label"":""tour_next"",""step"":2},{""time"":10786,""label"":""tour_end"",""step"":2}]}",,"{""startTime"":1677367781587,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":8811,""label"":""tour_next"",""step"":5},{""time"":18948,""label"":""started_brush"",""startDate"":""2021-06-09"",""endDate"":""2021-09-03""},{""time"":23527,""label"":""moved_brush"",""startDate"":""2021-08-18"",""endDate"":""2021-11-12""},{""time"":88104,""label"":""tour_next"",""step"":5},{""time"":94138,""label"":""moved_brush"",""startDate"":""2021-05-27"",""endDate"":""2021-11-12""},{""time"":98806,""label"":""cleared_brush"",""using"":""Click""},{""time"":115253,""label"":""tour_next"",""step"":5},{""time"":118375,""label"":""cleared_brush"",""using"":""Click""},{""time"":118375,""label"":""cleared_brush"",""using"":""Escape""},{""time"":119490,""label"":""tour_next"",""step"":5},{""time"":122474,""label"":""tour_end"",""step"":5}]}" -2023-02-24 09:54:07,2023-02-25 20:31:01,IP Address,72.140.211.54,14,124613,False,2023-03-04 20:31:06,R_3fq7Y0WdTvg1UDK,,,,,,,anonymous,EN,I consent,,,,,Yes,3,No,1.649,6.238,38.764,3,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -2023-02-25 20:31:05,2023-02-25 20:32:32,IP Address,72.140.211.54,41,87,False,2023-03-04 20:32:35,R_30xclUvZLNCCe7a,,,,,,,anonymous,EN,I consent,3.5,3.5,4.818,1,No,,No,1.09,1.09,1.986,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -2023-02-25 20:32:49,2023-02-25 20:32:59,IP Address,72.140.211.54,41,10,False,2023-03-04 20:33:04,R_3PB4htIQVKw8hYL,,,,,,,anonymous,EN,I consent,2.594,2.594,3.452,1,No,,No,1.714,1.714,2.505,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -2023-02-25 20:34:13,2023-02-25 20:34:24,IP Address,72.140.211.54,42,10,False,2023-03-04 20:34:29,R_1Ib0tIBlVMa6Ke8,,,,,,,anonymous,EN,I consent,3.854,3.854,4.596,1,Yes,3,Yes,0.521,1.168,2.159,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -2023-02-25 20:37:51,2023-02-25 20:38:13,IP Address,72.140.211.54,41,21,False,2023-03-04 20:38:15,R_1irG2OLlJ5Y5Drb,,,,,,,anonymous,EN,I consent,3.769,3.769,4.763,1,Yes,4 or more,Yes,3.154,4.943,5.957,3,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -2023-02-25 20:44:15,2023-02-25 20:44:27,IP Address,72.140.211.54,41,11,False,2023-03-04 20:44:28,R_1HqPUjTFQLyyANS,,,,,,,anonymous,EN,I consent,3.136,3.136,4.063,1,Yes,4 or more,Yes,1.391,2.761,3.565,3,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -2023-02-25 20:59:42,2023-02-25 21:00:04,IP Address,72.140.211.54,45,22,False,2023-03-04 21:00:07,R_2P740UsYs7wJOBw,,,,,,,anonymous,EN,I consent,3.113,3.113,4.107,1,Yes,4 or more,No,0.764,1.612,2.587,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,7.425,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,603e822b5b0386eafb338e96,,,,,,,"{""startTime"":1677383994371,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",,,,, -2023-02-26 06:20:41,2023-02-26 06:35:43,IP Address,73.136.78.117,72,901,False,2023-03-05 06:35:44,R_2YrY752ZJrRAO30,,,,,,,anonymous,EN,I consent,7.212,7.212,9.205,1,Yes,2,Yes,2.162,5.687,6.117,3,,,,,,,,,,,,,,,,3300,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"That this graph is old, and current numbers reflect the opposite outcome.",,32.871,32.93,60.272,2,5.328,124.47,127.235,49,Ages 18-49,26.177,26.177,27.584,1,Strongly Disagree,Strongly Disagree,Strongly Disagree,Strongly Agree,Strongly Agree,Strongly Disagree,,8.988,16.779,19.11,6,Strongly Disagree,Strongly Agree,Strongly Disagree,Strongly Disagree,Strongly Disagree,Strongly Disagree,the data is outdated and incorrect,,,,,2,,2.569,5.188,7.035,6,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,607dc33d82a84f39fad3a86b,,,,,,,"{""startTime"":1677417661077,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1677417911774,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1677417876828,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",,,"{""startTime"":1677417721375,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":5323,""label"":""tour_next"",""step"":5},{""time"":21249,""label"":""cleared_brush"",""using"":""Click""},{""time"":23353,""label"":""tour_back"",""step"":5},{""time"":34362,""label"":""tour_next"",""step"":5},{""time"":54151,""label"":""cleared_brush"",""using"":""Click""},{""time"":58065,""label"":""cleared_brush"",""using"":""Click""},{""time"":60564,""label"":""cleared_brush"",""using"":""Click""},{""time"":61620,""label"":""cleared_brush"",""using"":""Click""},{""time"":63664,""label"":""tour_back"",""step"":5},{""time"":66590,""label"":""tour_next"",""step"":5},{""time"":70304,""label"":""cleared_brush"",""using"":""Click""},{""time"":71062,""label"":""cleared_brush"",""using"":""Click""},{""time"":75673,""label"":""moved_brush"",""startDate"":""2021-04-19"",""endDate"":""2021-08-31""},{""time"":83572,""label"":""moved_brush"",""startDate"":""2021-06-05"",""endDate"":""2021-10-18""},{""time"":92977,""label"":""cleared_brush"",""using"":""Click""},{""time"":95789,""label"":""cleared_brush"",""using"":""Click""},{""time"":97528,""label"":""started_brush"",""startDate"":""2021-07-06"",""endDate"":""2021-08-28""},{""time"":100520,""label"":""moved_brush"",""startDate"":""2021-05-19"",""endDate"":""2021-07-06""},{""time"":108993,""label"":""tour_next"",""step"":5},{""time"":114011,""label"":""moved_brush"",""startDate"":""2021-05-30"",""endDate"":""2021-07-17""},{""time"":114782,""label"":""cleared_brush"",""using"":""Click""},{""time"":116175,""label"":""started_brush"",""startDate"":""2021-05-23"",""endDate"":""2021-09-16""},{""time"":116734,""label"":""tour_next"",""step"":5},{""time"":120622,""label"":""cleared_brush"",""using"":""Click""},{""time"":120622,""label"":""cleared_brush"",""using"":""Escape""},{""time"":121789,""label"":""tour_next"",""step"":5},{""time"":124465,""label"":""tour_end"",""step"":5}]}" -2023-03-06 06:10:48,2023-03-06 06:19:36,IP Address,24.60.200.26,100,527,True,2023-03-06 06:19:36,R_2ByqZzX2pjrXgME,,,,,42.3797,-71.1034,anonymous,EN,I consent,4.661,4.661,5.479,1,Yes,3,No,5.697,7.609,8.326,2,,,,,,,,,,,,,,,6,3300,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,5.112,0,,It makes sense that the spikes are similar but unvaccinated is way higher. I trust it because it looks to be based on actual numbers.,1.735,1.735,42.79,1,23.836,27.78,37.76,2,Between 2000 and 4000,6500,,,,,Agree,Slightly agree,Agree,Slightly agree,Strongly Agree,Agree,,10.285,30.221,34.774,7,Neither agree nor disagree,Slightly disagree,Neither agree nor disagree,Strongly Disagree,Strongly Disagree,Agree,"The numbers come from a good source, so I think the misleading bit is the graph format.",1.584,1.584,28.775,1,,,,,,,,,,,,,,,,47.248,70.4,71.095,2,,,,,,,,,,,,,,,,,,,,,,,6,,3.977,4.501,8.145,3,2,8,3,4,1,5,6,7,0,0,17.785,0,3,4,4,4,7,2,10 - Trust it completely,8,,5.558,17.846,18.965,9,4,4,2,3,5- extremely characteristic of me,4,6.754,15.107,15.755,6,Liberal,Several times a week,2.355,7.346,8.449,2,Female,1984,Massachusetts,"Bachelor’s degree (For example: BA, AB, BS)",Both,English,,"White (For example, German, Irish, English, Italian, Polish, French, etc).",,,"$40,000 -$49,999",Not religious at all,No,,1.521,45.432,46.552,14,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,55ad1d55fdf99b4c8f9941d4,,,,,"{""startTime"":1678108410542,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678108445902,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",,,,,"{""startTime"":1678108321812,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":30,""label"":""tour_started""},{""time"":18318,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1832,""week"":""52"",""id"":""chart""},{""time"":20201,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2216,""week"":""1"",""id"":""chart""},{""time"":23669,""label"":""tour_next"",""step"":2},{""time"":27612,""label"":""tour_end"",""step"":2}]}", -2023-03-06 06:15:16,2023-03-06 06:26:46,IP Address,24.30.110.246,100,689,True,2023-03-06 06:26:46,R_33DO5eFdhOihPCr,,,,,33.7485,-84.3871,anonymous,EN,I consent,42.792,48.584,49.495,4,Yes,3,Yes,0,0,4.774,0,,,,,,,,,,,,,,,6,3300,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,More than 4000,8500,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,5.012,0,,"I like the colors, make it more interesting and make me want to look closer. The graphs looked trustworthy based on the quick glimpse, mainly because they weren't too erratic or static.",0,0,46.683,0,9.806,54.676,68.321,12,Ages 18-49,15.449,46.153,46.82,5,Agree,Slightly disagree,Agree,Agree,Agree,Agree,,37.978,58.008,58.772,9,Slightly disagree,Agree,Agree,Slightly disagree,Agree,Agree,The data looks familiar to what I remember and logically matches what I both expect and saw reported.,,,,,5,,3.817,6.333,6.649,3,2,8,3,4,1,5,6,7,6.548,18.469,19.422,2,1,3,5,8,6,4,9,8,,6.007,25.18,26.233,11,3,4,2,3,4,3,6.828,24.552,25.427,7,Liberal,Once a day,2.046,8.314,9.334,5,Male,1968,Georgia,"Bachelor’s degree (For example: BA, AB, BS)",None,English,,"White (For example, German, Irish, English, Italian, Polish, French, etc).",,,"$150,000 and over",Not religious at all,No,,1.88,71.337,72.331,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5ca24832cc13cf0017659a7a,,,,,,,,"{""startTime"":1678108755064,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678108814221,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",,,"{""startTime"":1678108639247,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":41,""label"":""tour_started""},{""time"":15998,""label"":""tour_next"",""step"":5},{""time"":29943,""label"":""started_brush"",""startDate"":""2021-06-02"",""endDate"":""2021-10-06""},{""time"":30978,""label"":""tour_next"",""step"":5},{""time"":39090,""label"":""moved_brush"",""startDate"":""2021-06-29"",""endDate"":""2021-11-02""},{""time"":40594,""label"":""tour_next"",""step"":5},{""time"":44809,""label"":""cleared_brush"",""using"":""Click""},{""time"":48078,""label"":""tour_next"",""step"":5},{""time"":52878,""label"":""tour_end"",""step"":5}]}" -2023-03-06 06:14:33,2023-03-06 06:27:37,IP Address,63.239.64.77,100,783,True,2023-03-06 06:27:38,R_2ceDR2DXxeBgwX4,,,,,44.9509,-93.3366,anonymous,EN,I consent,5.863,5.863,7.202,1,Yes,2,No,2.182,4.589,5.859,2,,,,,,,,,,,,,,,6,3300,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,More than 4000,8500,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,5.119,0,,"I was not able to read all the data as much as I would have liked but based on what I did see, I would trust the data but have a dose of skepticism.",14.489,14.489,66.703,1,27.662,133.254,159.927,21,Ages 18-49,18.431,33.247,34.7,2,Slightly agree,Slightly disagree,Slightly agree,Agree,Agree,Agree,,14.464,39.623,42.237,6,Slightly disagree,Slightly agree,Agree,Slightly disagree,Disagree,Agree,"I I trust the visualization because I was told at the beginning of this portion of the survey that I trust the data the chart is based on. If I trust the data, then the chart is trustworthy as well.",,,,,4,,3.625,4.441,6.958,2,1,8,3,4,2,5,6,7,0,0,16.356,0,2,2,2,3,4,4,9,6,,6.563,31.123,35.195,10,4,4,2,2,4,4,8.823,25.295,26.421,6,Liberal,Several times a week,5.79,9.966,10.87,2,Female,1993,Minnesota,Associate degree in college - Academic program,Both,English,,"White (For example, German, Irish, English, Italian, Polish, French, etc).",,,"$50,000 -$59,999",Slightly religious,"Yes, you may contact me on this email address:",algaardtaylor@gmail.com,2.529,58.441,71.963,13,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,60fde496e34396277c61f471,,,,,,,,"{""startTime"":1678108881756,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678108764462,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",,,"{""startTime"":1678108569073,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":38,""label"":""tour_started""},{""time"":19464,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5683,""week"":""52"",""id"":""chart""},{""time"":27483,""label"":""tour_next"",""step"":5},{""time"":38935,""label"":""cleared_brush"",""using"":""Click""},{""time"":43966,""label"":""cleared_brush"",""using"":""Click""},{""time"":45270,""label"":""cleared_brush"",""using"":""Click""},{""time"":48079,""label"":""cleared_brush"",""using"":""Click""},{""time"":49528,""label"":""cleared_brush"",""using"":""Click""},{""time"":55487,""label"":""cleared_brush"",""using"":""Click""},{""time"":56960,""label"":""cleared_brush"",""using"":""Click""},{""time"":57175,""label"":""cleared_brush"",""using"":""Click""},{""time"":57672,""label"":""cleared_brush"",""using"":""Click""},{""time"":67481,""label"":""cleared_brush"",""using"":""Click""},{""time"":71200,""label"":""cleared_brush"",""using"":""Click""},{""time"":72228,""label"":""tour_back"",""step"":5},{""time"":74355,""label"":""tour_next"",""step"":5},{""time"":77239,""label"":""cleared_brush"",""using"":""Click""},{""time"":85756,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-05-06""},{""time"":88483,""label"":""moved_brush"",""startDate"":""2021-06-01"",""endDate"":""2021-07-02""},{""time"":90387,""label"":""moved_brush"",""startDate"":""2021-07-02"",""endDate"":""2021-08-03""},{""time"":91196,""label"":""moved_brush"",""startDate"":""2021-07-02"",""endDate"":""2021-08-03""},{""time"":91388,""label"":""moved_brush"",""startDate"":""2021-07-02"",""endDate"":""2021-08-03""},{""time"":93947,""label"":""moved_brush"",""startDate"":""2021-08-02"",""endDate"":""2021-09-02""},{""time"":101296,""label"":""cleared_brush"",""using"":""Click""},{""time"":105076,""label"":""started_brush"",""startDate"":""2021-07-04"",""endDate"":""2021-09-03""},{""time"":107067,""label"":""tour_next"",""step"":5},{""time"":112228,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-06-05""},{""time"":113443,""label"":""tour_next"",""step"":5},{""time"":123443,""label"":""tour_back"",""step"":5},{""time"":125692,""label"":""moved_brush"",""startDate"":""2021-05-28"",""endDate"":""2021-07-28""},{""time"":126420,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-06-05""},{""time"":126891,""label"":""tour_next"",""step"":5},{""time"":127935,""label"":""cleared_brush"",""using"":""Click""},{""time"":127935,""label"":""cleared_brush"",""using"":""Escape""},{""time"":129627,""label"":""tour_next"",""step"":5},{""time"":133075,""label"":""tour_end"",""step"":5},{""time"":142391,""label"":""cleared_brush"",""using"":""Click""},{""time"":144913,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1859,""week"":""1"",""id"":""chart""},{""time"":147654,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2343,""week"":""1"",""id"":""chart""},{""time"":150019,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1495,""week"":""52"",""id"":""chart""},{""time"":155179,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2168,""week"":""14"",""id"":""chart""}]}" -2023-03-06 06:24:49,2023-03-06 06:31:54,IP Address,173.235.63.196,100,424,True,2023-03-06 06:31:54,R_1doGSQORqvyHr68,,,,,33.3525,-89.194,anonymous,EN,I consent,14.63,14.63,16.281,1,No,,Yes,1.858,1.858,2.75,1,,,,,,,,,,,,,,,5,8600,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Less than 2000,8500,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,5.007,0,,I saw a bunch of colors and I did not get a good look at the chart. I do not trust the visualization because I did not get a chance to study the data.,1.305,1.305,45.907,1,9.119,48.737,54.721,9,Ages 50-79,23.405,23.405,27.489,1,Neither agree nor disagree,Neither agree nor disagree,Neither agree nor disagree,Strongly Agree,Neither agree nor disagree,Neither agree nor disagree,,4.45,11.218,12.981,7,Neither agree nor disagree,Agree,Slightly agree,Neither agree nor disagree,Neither agree nor disagree,Neither agree nor disagree,I do not know the source of this data therefore I cannot agree or disagree with it,,,,,4,,3.25,4.067,5.633,2,2,8,3,4,1,5,6,7,0,0,14.162,0,0 - Do not trust at all,0 - Do not trust at all,10 - Trust it completely,0 - Do not trust at all,0 - Do not trust at all,5,10 - Trust it completely,10 - Trust it completely,,5.093,14.943,16.592,9,5- extremely characteristic of me,5- extremely characteristic of me,1- extremely uncharacteristic of me,1- extremely uncharacteristic of me,5- extremely characteristic of me,5- extremely characteristic of me,4.084,14.668,15.398,6,Conservative,Once a week,4.329,9.712,11.398,2,Female,2001,Mississippi,Some college but no degree,One,English,,"Other race, ethnicity, or origin (please specify)",Starkville,,"None or less than $4,999",Very religious,No,,1.601,42.849,46.3,19,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,610845efa0dd9c9da496039e,,,,,,,,"{""startTime"":1678109252815,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678109266462,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",,,"{""startTime"":1678109169349,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":42,""label"":""tour_started""},{""time"":5342,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1027,""week"":""1"",""id"":""chart""},{""time"":8944,""label"":""tour_next"",""step"":5},{""time"":17955,""label"":""cleared_brush"",""using"":""Click""},{""time"":18763,""label"":""cleared_brush"",""using"":""Click""},{""time"":19490,""label"":""cleared_brush"",""using"":""Click""},{""time"":21518,""label"":""cleared_brush"",""using"":""Click""},{""time"":25849,""label"":""cleared_brush"",""using"":""Click""},{""time"":28568,""label"":""cleared_brush"",""using"":""Click""},{""time"":29268,""label"":""cleared_brush"",""using"":""Click""},{""time"":32047,""label"":""started_brush"",""startDate"":""2021-09-28"",""endDate"":""2021-12-19""},{""time"":33711,""label"":""tour_next"",""step"":5},{""time"":37686,""label"":""moved_brush"",""startDate"":""2021-06-16"",""endDate"":""2021-09-05""},{""time"":38475,""label"":""cleared_brush"",""using"":""Click""},{""time"":39765,""label"":""started_brush"",""startDate"":""2021-09-04"",""endDate"":""2021-12-21""},{""time"":40577,""label"":""tour_next"",""step"":5},{""time"":44850,""label"":""moved_brush"",""startDate"":""2021-09-04"",""endDate"":""2021-12-21""},{""time"":45490,""label"":""cleared_brush"",""using"":""Click""},{""time"":46412,""label"":""tour_next"",""step"":5},{""time"":48561,""label"":""tour_end"",""step"":5},{""time"":50942,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1246,""week"":""52"",""id"":""chart""}]}" -2023-03-06 06:21:41,2023-03-06 06:32:26,IP Address,73.255.43.156,100,645,True,2023-03-06 06:32:27,R_1HpomwFTX95TTNI,,,,,29.5209,-95.1922,anonymous,EN,I consent,4.301,4.732,5.534,2,Yes,2,Yes,2.17,4.083,4.968,2,,,,,,,,,,,,,,,6,3300,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,5.107,0,,The Visualization seems accurate to me based on seeing similar models in the past. Rates of unvaccinated individuals were higher than vaccinated ones throughout the pandemic. However 5 seconds was a quick amount of time to look over every part of the model.,2.827,55.347,82.777,2,15.722,21.267,33.495,2,,,,,,,Agree,Neither agree nor disagree,Agree,Strongly Agree,Agree,Strongly Agree,,28.141,42.172,50.459,6,Disagree,Strongly Agree,Strongly Agree,Slightly agree,Slightly agree,Strongly Agree,It resembles other models that I have seen. It also says where the data is pulled from so that you can do further reading if needed.,3.753,3.753,40.807,1,,,,,,,,,,,,,,,Ages 18-49,21.595,21.595,23.955,1,,,,,,,,,,,,,,,,,,,,,,,5,,7.262,7.262,9.044,1,2,8,3,4,1,5,6,7,0,0,17.146,0,0 - Do not trust at all,7,4,1,6,3,9,9,,4.823,22.199,24.814,11,5- extremely characteristic of me,4,1- extremely uncharacteristic of me,1- extremely uncharacteristic of me,5- extremely characteristic of me,4,12.695,29.207,29.701,7,Slightly liberal,Once a day,3.277,9.477,12.036,2,Male,1986,Texas,Some college but no degree,Both,English,,"White (For example, German, Irish, English, Italian, Polish, French, etc).",,,"$70,000 -$79,999",Slightly religious,"Yes, you may contact me on this email address:",60e5a074e98d1be9227cc106@email.prolific.co,25.198,117.231,119.845,48,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,60e5a074e98d1be9227cc106,,,,,"{""startTime"":1678109177883,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":4631,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2040,""week"":""37"",""id"":""chart""},{""time"":7048,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4841,""week"":""33"",""id"":""chart""},{""time"":13414,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1999,""week"":""51"",""id"":""chart""}]}","{""startTime"":1678109117103,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",,,,,"{""startTime"":1678109013091,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":19,""label"":""tour_started""},{""time"":10601,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1584,""week"":""1"",""id"":""chart""},{""time"":15479,""label"":""tour_next"",""step"":2},{""time"":21024,""label"":""tour_end"",""step"":2},{""time"":21516,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2198,""week"":""52"",""id"":""chart""},{""time"":23855,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1661,""week"":""51"",""id"":""chart""},{""time"":27464,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1004,""week"":""1"",""id"":""chart""}]}", -2023-03-06 06:16:23,2023-03-06 06:34:55,IP Address,47.33.196.155,100,1111,True,2023-03-06 06:34:55,R_1GBlNmMtJlyIjWk,,,,,43.6055,-84.7796,anonymous,EN,I consent,547.979,549.009,549.251,3,No,,Yes,2.116,2.116,3.92,1,0,0,5.109,0,,I read the title and then it disappeared lol. I don't know what information you expect me to get out of this image when I can't even remotely see it long enough.,5.821,5.821,42.361,1,22.939,30.396,35.267,2,8,3300,,,,,Neither agree nor disagree,Slightly disagree,Disagree,Disagree,Strongly Disagree,Slightly disagree,"I didn't see the source before, I don't know if it was there or not. I do not, at all trust the CDC though.",18.922,33.758,51.376,12,Neither agree nor disagree,Disagree,Slightly disagree,Strongly Disagree,Strongly Disagree,Slightly disagree,No sources listed as far as I saw.,2.181,17.582,17.869,3,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Ages 50-79,34.329,34.895,36.032,2,,,,,,,,,,,,,,,,,,,,,,,4,,2.9,4.841,6.253,6,2,8,3,4,1,5,6,7,0,0,28.539,0,0 - Do not trust at all,2,6,4,1,0 - Do not trust at all,8,5,,5.546,20.47,21.503,11,4,2,1- extremely uncharacteristic of me,2,4,3,7.221,19.725,20.312,6,Liberal,Less than once a week,0.061,11.67,12.514,3,Male,1985,Michigan,Some college but no degree,None,English,,"White (For example, German, Irish, English, Italian, Polish, French, etc).",,,"$50,000 -$59,999",Not religious at all,No,,2.231,62.662,63.223,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5d8108c0a6d2bf001afdb2d9,,"{""startTime"":1678109418265,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678109383682,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",,,,,,,"{""startTime"":1678109240670,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":19,""label"":""tour_started""},{""time"":2257,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1040,""week"":""52"",""id"":""chart""},{""time"":4564,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2161,""week"":""14"",""id"":""chart""},{""time"":13688,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2299,""week"":""15"",""id"":""chart""},{""time"":17484,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2421,""week"":""2"",""id"":""chart""},{""time"":22805,""label"":""tour_next"",""step"":2},{""time"":30263,""label"":""tour_end"",""step"":2}]}",, -2023-03-06 06:26:44,2023-03-06 06:35:40,IP Address,66.26.100.19,100,536,True,2023-03-06 06:35:41,R_pzamX62l3pwYdoZ,,,,,35.2296,-80.843,anonymous,EN,I consent,8.847,8.847,10.518,1,Yes,3,No,1.47,3.59,5.396,2,,,,,,,,,,,,,,,6,3300,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,More than 4000,6500,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,5.021,0,,"I think I trust the visualization. It seems that a peak in cases hit around the holidays, which is what I have come to expect based on previous trends in 2020 and 2021. There is no reason that 2022 should be any different.",1.361,1.361,51.529,1,14.167,57.382,73.48,14,Ages 18-49,67.372,67.372,68.449,1,Agree,Agree,Strongly Agree,Agree,Strongly Agree,Strongly Agree,"I now see that the data is from the CDC, so that makes me more likely to trust it.",5.641,14.065,30.879,9,Agree,Agree,Strongly Agree,Agree,Agree,Agree,"It seems like reliable data in line with previous trends. I don't see the source of the data, but it does seem to be accurate.",,,,,6,,6.13,6.13,7.482,1,2,8,3,4,1,5,6,7,0,0,25.489,0,2,5,4,4,4,1,9,7,,4.674,17.121,18.8,9,5- extremely characteristic of me,4,2,2,4,4,3.839,19.631,20.71,6,Liberal,Less than once a week,3.705,11.798,14.102,2,Male,2001,North Carolina,Some college but no degree,Both,English,,"White (For example, German, Irish, English, Italian, Polish, French, etc).",,,"$30,000 -$39,999",Not religious at all,"Yes, you may contact me on this email address:",636147ff2f921de691b08404@email.prolific.co,1.483,51.555,55.108,15,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,636147ff2f921de691b08404,,,,,,,,"{""startTime"":1678109473962,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678109425640,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",,,"{""startTime"":1678109283024,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":23,""label"":""tour_started""},{""time"":5276,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1281,""week"":""50"",""id"":""chart""},{""time"":9491,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1899,""week"":""52"",""id"":""chart""},{""time"":14094,""label"":""tour_next"",""step"":5},{""time"":27750,""label"":""tour_back"",""step"":5},{""time"":29894,""label"":""tour_next"",""step"":5},{""time"":31028,""label"":""cleared_brush"",""using"":""Click""},{""time"":32323,""label"":""cleared_brush"",""using"":""Click""},{""time"":34707,""label"":""cleared_brush"",""using"":""Click""},{""time"":40920,""label"":""started_brush"",""startDate"":""2021-09-11"",""endDate"":""2022-01-07""},{""time"":42478,""label"":""tour_next"",""step"":5},{""time"":49267,""label"":""moved_brush"",""startDate"":""2021-07-27"",""endDate"":""2021-11-22""},{""time"":50174,""label"":""tour_next"",""step"":5},{""time"":53521,""label"":""cleared_brush"",""using"":""Click""},{""time"":53521,""label"":""cleared_brush"",""using"":""Escape""},{""time"":54582,""label"":""tour_next"",""step"":5},{""time"":57310,""label"":""tour_end"",""step"":5},{""time"":61391,""label"":""started_brush"",""startDate"":""2021-06-03"",""endDate"":""2021-07-30""},{""time"":63116,""label"":""cleared_brush"",""using"":""Click""},{""time"":69379,""label"":""started_brush"",""startDate"":""2021-09-30"",""endDate"":""2021-12-28""}]}" -2023-03-06 06:15:25,2023-03-06 06:38:05,IP Address,24.131.129.173,100,1360,True,2023-03-06 06:38:05,R_3fVILjSrKdqAj3I,,,,,44.9985,-93.3029,anonymous,EN,I consent,42.05,42.05,46.735,1,No,,No,4.196,4.196,7.234,1,0,0,5.007,0,,Didn't see it long enough to make an accurate judgment.,4.805,4.805,23.328,1,67.946,87.276,102,2,6,3300,,,,,Disagree,Disagree,Agree,Strongly Agree,Strongly Agree,Strongly Disagree,None.,37.083,68.733,73.1,9,Neither agree nor disagree,Strongly Agree,Agree,Disagree,Neither agree nor disagree,Agree,"I don't trust it, but the question made me to imagine myself to trust the data, so I did.",2.024,30.878,82.377,2,,,,,,,,,,,,,,,More than 4000,8500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Ages 18-49,61.746,61.746,69.767,1,,,,,,,,,,,,,,,,,,,,,,,3,None.,11.095,12.6,17.937,2,2,8,3,4,1,5,6,7,0,0,29.034,0,1,0 - Do not trust at all,2,3,0 - Do not trust at all,3,0 - Do not trust at all,1,None.,12.573,40.992,46.739,9,2,2,2,3,2,2,18.014,44.717,46.773,6,Conservative,Less than once a week,7.846,23.034,25.626,2,Male,1991,Minnesota,High school graduate - High school diploma or equivalent (for example: GED),None,English,,"American Indian or Alaska Native (For example, Navajo Nation, Blackfeet Tribe, Mayan, Aztec, Nome Eskimo Community, etc)",,,"$90,000 -$99,999",Moderately religious,No,,3.673,165.17,176.178,22,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,612c6bd26f5f81c5765989d9,,"{""startTime"":1678109020373,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678109094049,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":535,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1087,""week"":""52"",""id"":""chart""}]}",,,,,,,"{""startTime"":1678108781872,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":24,""label"":""tour_started""},{""time"":27362,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2497,""week"":""34"",""id"":""chart""},{""time"":34943,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2683,""week"":""32"",""id"":""chart""},{""time"":49928,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1148,""week"":""49"",""id"":""chart""},{""time"":67690,""label"":""tour_next"",""step"":2},{""time"":76993,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1566,""week"":""31"",""id"":""chart2""},{""time"":87019,""label"":""tour_end"",""step"":2}]}",, -2023-03-06 06:26:41,2023-03-06 06:39:05,IP Address,173.88.197.143,100,744,True,2023-03-06 06:39:06,R_2tszfyFOY2b2Thr,,,,,40.0752,-80.7747,anonymous,EN,I consent,20.906,20.906,23.118,1,No,,Yes,2.038,2.038,3.254,1,,,,,,,,,,,,,,,6,3300,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,5.018,0,,"I looked at the bars and looked at what they represented. I can't trust the graph because of how little I was able to examine it. ",2.024,85.352,87.606,6,22.515,46.05,47.014,4,More than 4000,8500,,,,,Agree,Slightly agree,Strongly Disagree,Strongly Agree,Strongly Agree,Agree,,8.196,56.036,58.469,13,Slightly agree,Strongly Agree,Neither agree nor disagree,Slightly agree,Disagree,Slightly agree,It can be hard to determine the covid rate without putting the mouse over the bars,1.335,1.335,68.594,1,,,,,,,,,,,,,,,Ages 18-49,20.732,21.581,24.883,2,,,,,,,,,,,,,,,,,,,,,,,4,,8.491,8.491,10.079,1,2,8,3,4,1,5,6,7,0,0,17.505,0,0 - Do not trust at all,2,0 - Do not trust at all,2,0 - Do not trust at all,0 - Do not trust at all,9,6,,4.956,30.404,32.084,13,4,4,1- extremely uncharacteristic of me,2,3,3,5.149,25.157,26.275,7,Slightly liberal,Once a week,2.964,12.852,13.633,4,Female,2000,Ohio,Some college but no degree,None,English,,Prefer not to disclose,,,"$40,000 -$49,999",Not religious at all,No,,1.637,88.218,91.156,33,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5b5a29136fc6bb0001d3ba83,,,,,"{""startTime"":1678109477477,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678109536512,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",,,,,"{""startTime"":1678109333287,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":9526,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2730,""week"":""14"",""id"":""chart""},{""time"":15810,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2296,""week"":""1"",""id"":""chart""},{""time"":18160,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1297,""week"":""52"",""id"":""chart""},{""time"":22389,""label"":""tour_next"",""step"":2},{""time"":26493,""label"":""tour_end"",""step"":2},{""time"":27790,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1566,""week"":""52"",""id"":""chart""},{""time"":31399,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2165,""week"":""4"",""id"":""chart""},{""time"":33732,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1656,""week"":""6"",""id"":""chart""},{""time"":35398,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1750,""week"":""6"",""id"":""chart""}]}", -2023-03-06 06:34:15,2023-03-06 06:39:46,IP Address,100.0.11.244,100,331,True,2023-03-06 06:39:46,R_3qxnbLZEiQSDJdN,,,,,42.4945,-71.0715,anonymous,EN,I consent,3.876,4.904,5.76,3,Yes,4 or more,Yes,1.522,6.019,7.172,3,0,0,5.007,0,,The rates were very high for a cover at a certain time of year. Not sure,2.25,2.25,18.799,1,9.378,13.278,14.278,3,5,,,,,,Neither agree nor disagree,Neither agree nor disagree,Neither agree nor disagree,Slightly agree,Slightly agree,Neither agree nor disagree,,1.188,12.024,13.03,8,Slightly agree,Slightly agree,Neither agree nor disagree,Slightly disagree,Neither agree nor disagree,Neither agree nor disagree,I am not sure where the data comes from,1.993,1.993,21.433,1,,,,,,,,,,,,,,,Between 2000 and 4000,6500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Ages 50-79,0.919,13.584,14.916,6,,,,,,,,,,,,,,,,,,,,,,,5,,3.916,5.802,6.567,3,2,8,3,4,1,5,6,7,12.594,14.991,15.719,2,3,4,5,3,7,5,5,7,,4.657,16.748,18.131,10,4,3,3,3,3,3,4.123,12.471,13.344,7,Liberal,Once a day,4.792,10.294,11.057,5,Female,1975,Massachusetts,"Bachelor’s degree (For example: BA, AB, BS)",None,English,,"White (For example, German, Irish, English, Italian, Polish, French, etc).",,,"$100,000 -$109,999",Not religious at all,"Yes, you may contact me on this email address:",lizalou1019@hotmail.com,1.111,42.157,48.303,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,6015fe4f86fe247906d2fb4c,,"{""startTime"":1678109756422,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678109769883,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",,,,,,,"{""startTime"":1678109699474,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":48,""label"":""tour_started""},{""time"":4881,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2369,""week"":""50"",""id"":""chart""},{""time"":9255,""label"":""tour_next"",""step"":2},{""time"":11997,""label"":""tour_end"",""step"":2}]}",, -2023-03-06 06:32:57,2023-03-06 06:43:42,IP Address,24.148.1.246,100,645,True,2023-03-06 06:43:43,R_1KpwDf9OvMZo4Ee,,,,,41.8482,-87.6521,anonymous,EN,I consent,2.566,2.566,3.441,1,Yes,3,Yes,1.496,10.206,11.258,6,0,0,5.007,0,,ttheres a lot more people not being vaccinanted,1.082,1.082,13.392,1,4.442,12.591,22.201,2,,3300,,,,,Neither agree nor disagree,Agree,Slightly disagree,Agree,Strongly Agree,Agree,,6.805,22.033,22.986,7,Agree,Strongly Agree,Agree,Slightly agree,Agree,Agree,when you hover over the numbers it goes into great detail about the numbers and shows you the weeks ra ther than a static graph,1.503,1.503,35.781,1,,,,,,,,,,,,,,,More than 4000,8500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Ages 18-49,13.667,13.667,14.563,1,,,,,,,,,,,,,,,,,,,,,,,3,,88.06,88.06,89.088,1,2,8,3,4,1,5,6,7,13.561,13.561,16.062,1,3,3,3,5,1,6,9,9,,3.795,17.634,19.129,14,5- extremely characteristic of me,5- extremely characteristic of me,1- extremely uncharacteristic of me,3,5- extremely characteristic of me,5- extremely characteristic of me,2.371,16.998,17.552,9,Liberal,Once a day,1.259,5.421,6.308,2,Male,1992,Illinois,"Bachelor’s degree (For example: BA, AB, BS)",Both,English,,"Hispanic, Latino/a, or Chicano/a (For example, Mexican or Mexican American, Puerto Rican, Cuban, Salvadoran, Colombian, etc).",,,"$110,000 -$119,999",Not religious at all,"Yes, you may contact me on this email address:",humbertolaguna92@gmail.com,2.398,79.045,79.791,45,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,62d560526bd2941f33c9dad6,,"{""startTime"":1678109894166,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678109836266,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",,,,,,,"{""startTime"":1678109749881,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":17,""label"":""tour_started""},{""time"":4228,""label"":""tour_next"",""step"":2},{""time"":12377,""label"":""tour_end"",""step"":2},{""time"":18826,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2028,""week"":""52"",""id"":""chart2""}]}",, -2023-03-06 06:34:08,2023-03-06 06:45:28,IP Address,69.109.237.59,100,680,True,2023-03-06 06:45:29,R_1MJROZP4krYqZF3,,,,,28.7594,-81.3512,anonymous,EN,I consent,6.165,6.165,7.648,1,Yes,4 or more,Yes,10.707,14.693,15.098,3,0,0,5.009,0,,I didn't have time to get a good look at it. I guess it seems trustworthy.,5.281,5.281,25.498,1,30.76,37.168,38.792,2,6,3300,,,,,Slightly agree,Slightly disagree,Disagree,Slightly agree,Slightly disagree,Slightly agree,,17.606,38.792,40.52,7,Neither agree nor disagree,Slightly agree,Neither agree nor disagree,Strongly Disagree,Disagree,Slightly agree,It seems accurate based on my knowledge but I would need more information on the source of the data.,2.356,2.356,27.763,1,,,,,,,,,,,,,,,More than 4000,8500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Ages 18-49,60.121,60.121,61.103,1,,,,,,,,,,,,,,,,,,,,,,,5,,9.943,9.943,11.863,1,2,8,3,4,1,5,6,7,0,0,18.707,0,4,4,6,4,4,4,9,8,,7.9,25.595,27.877,8,2,2,5- extremely characteristic of me,4,1- extremely uncharacteristic of me,2,10.49,37.11,38.298,6,Slightly liberal,Once a day,3.336,9.614,11.595,2,Female,1984,Florida,"Master’s degree (For example: MA, MS, MEng, MEd, MSW, MBA)",Both,English,,"White (For example, German, Irish, English, Italian, Polish, French, etc).",,,"$150,000 and over",Slightly religious,"Yes, you may contact me on this email address:",5ea95ca4936cd3035f7e3e3a@email.prolific.co,3.282,60.933,63.108,14,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5ea95ca4936cd3035f7e3e3a,,"{""startTime"":1678109977467,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678109816482,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",,,,,,,"{""startTime"":1678109711345,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":51,""label"":""tour_started""},{""time"":16161,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1401,""week"":""51"",""id"":""chart""},{""time"":17928,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6182,""week"":""1"",""id"":""chart""},{""time"":26311,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1034,""week"":""52"",""id"":""chart""},{""time"":30642,""label"":""tour_next"",""step"":2},{""time"":33032,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1012,""week"":""52"",""id"":""chart2""},{""time"":37050,""label"":""tour_end"",""step"":2}]}",, -2023-03-06 06:37:57,2023-03-06 06:49:34,IP Address,71.200.203.90,100,697,True,2023-03-06 06:49:36,R_30xlaW7Wj80eb2H,,,,,26.1331,-81.7938,anonymous,EN,I consent,4.929,4.929,5.701,1,Yes,4 or more,No,5.568,6.451,26.619,2,,,,,,,,,,,,,,,6,3300,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,5.011,0,,"My first impression is that a lot more unvaccinated people got sick with COVID as opposed to those that are vaccinated. I am inclined to trust it, because it confirms that I have heard from news sources and scientists that are experts on the matter.",1.901,1.901,86.046,1,22.145,25.463,66.001,2,Between 2000 and 4000,8500,,,,,Strongly Agree,Strongly Agree,Strongly Agree,Strongly Agree,Strongly Agree,Strongly Agree,,13.197,27.665,28.963,7,Agree,Strongly Agree,Strongly Agree,Strongly Agree,Strongly Agree,Strongly Agree,"Because it confirms the information that I have heard from the CDC, which is that unvaccinated people have a much higher rate of getting COVID than vaccinated people.",1.996,1.996,77.811,1,,,,,,,,,,,,,,,Ages 50-79,35.122,35.122,36.071,1,,,,,,,,,,,,,,,,,,,,,,,4,,3.61,3.61,6.537,1,2,8,3,4,1,5,6,7,0,0,20.052,0,6,8,5,5,7,5,9,9,,3.965,20.466,22.105,11,2,3,3,3,3,2,5.63,23.433,24.679,6,Extremely liberal,Once a day,1.556,10.575,14.056,2,Female,1995,Florida,"Bachelor’s degree (For example: BA, AB, BS)",None,Spanish,,"Hispanic, Latino/a, or Chicano/a (For example, Mexican or Mexican American, Puerto Rican, Cuban, Salvadoran, Colombian, etc).",,,"$20,000 -$29,999",Not religious at all,No,,1.278,74.198,75.151,13,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,611131e47725f6a04c723651,,,,,"{""startTime"":1678110269914,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678110166365,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",,,,,"{""startTime"":1678110012503,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":24,""label"":""tour_started""},{""time"":5943,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5417,""week"":""52"",""id"":""chart""},{""time"":11393,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1799,""week"":""1"",""id"":""chart""},{""time"":13748,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1496,""week"":""5"",""id"":""chart""},{""time"":15860,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1699,""week"":""14"",""id"":""chart""},{""time"":17601,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2575,""week"":""15"",""id"":""chart""},{""time"":21971,""label"":""tour_next"",""step"":2},{""time"":25288,""label"":""tour_end"",""step"":2},{""time"":26973,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1437,""week"":""52"",""id"":""chart""},{""time"":32282,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1530,""week"":""1"",""id"":""chart""},{""time"":34194,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1185,""week"":""50"",""id"":""chart""},{""time"":39785,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5711,""week"":""6"",""id"":""chart""},{""time"":45587,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4211,""week"":""5"",""id"":""chart""},{""time"":51018,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1694,""week"":""1"",""id"":""chart""},{""time"":52895,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":9187,""week"":""52"",""id"":""chart""},{""time"":62152,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1980,""week"":""51"",""id"":""chart""}]}", -2023-03-06 06:39:16,2023-03-06 06:49:52,IP Address,71.82.23.120,100,635,True,2023-03-06 06:49:53,R_2zunGddGbQSRePt,,,,,34.3244,-86.1953,anonymous,EN,I consent,32.843,32.843,33.934,1,Yes,2,No,1.926,4.771,6.035,2,0,0,5.11,0,,I didn't have enough time to really dive into it. I would say its trustworthy from the intial impressions I got. I take things at face value until I find a reason not to.,4.369,4.369,54.888,1,14.061,23.197,45.371,2,5,3300,,,,,Strongly Agree,Neither agree nor disagree,Strongly Agree,Agree,Slightly disagree,Agree,It made a ton more sense when I could mouse hover than just looking at it for 5 seconds.,7.951,24.657,48.785,7,Agree,Agree,Strongly Agree,Disagree,Neither agree nor disagree,Strongly Agree,Because it just makes sense. Of course a lot more unvaccinated people are going to get Covid than vaccinated.,3.16,3.16,35.603,1,,,,,,,,,,,,,,,Between 2000 and 4000,7500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Ages 18-49,45.421,45.421,46.502,1,,,,,,,,,,,,,,,,,,,,,,,5,,5.972,5.972,7.587,1,2,8,3,4,1,5,6,7,0,0,19.088,0,0 - Do not trust at all,0 - Do not trust at all,1,0 - Do not trust at all,2,1,9,8,,0,0,19.767,0,3,5- extremely characteristic of me,1- extremely uncharacteristic of me,1- extremely uncharacteristic of me,3,4,9.258,9.258,23.296,1,Moderate; middle of the road,Several times a week,0,0,13.844,0,Female,1965,Alabama,Some college but no degree,None,English,,"Mixed race, ethnicity (please specify)",,Arab,"$10,000 -$19,999",Not religious at all,"Yes, you may contact me on this email address:",witch1@me.com,14.98,59.517,62.251,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,616ef680ab8ca318a227f5ec,,"{""startTime"":1678110192937,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678110242343,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",,,,,,,"{""startTime"":1678110069299,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":84,""label"":""tour_started""},{""time"":6060,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2799,""week"":""52"",""id"":""chart""},{""time"":8966,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1655,""week"":""1"",""id"":""chart""},{""time"":11299,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1054,""week"":""6"",""id"":""chart""},{""time"":13955,""label"":""tour_next"",""step"":2},{""time"":23090,""label"":""tour_end"",""step"":2},{""time"":27411,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2400,""week"":""28"",""id"":""chart2""},{""time"":31466,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8874,""week"":""52"",""id"":""chart2""},{""time"":41267,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2848,""week"":""52"",""id"":""chart""}]}",, -2023-03-06 06:33:43,2023-03-06 06:51:26,IP Address,47.202.169.189,100,1063,True,2023-03-06 06:51:26,R_3Dek4aLPvtWPNJ2,,,,,27.4749,-82.6186,anonymous,EN,I consent,8.015,8.015,9.554,1,Yes,2,No,3.038,7.818,9.062,2,,,,,,,,,,,,,,,6,8600,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,5.008,0,,"It was a detailed chart which usually means it contains data that should be factual. With the time given to view it, my first instinct would be to trust it.",6.907,6.907,105.952,1,68.16,80.057,117.1,2,More than 4000,6500,,,,,Slightly agree,Strongly Disagree,Slightly agree,Disagree,Slightly agree,Slightly disagree,,17.097,54.341,59.381,6,Slightly disagree,Slightly disagree,Slightly disagree,Slightly agree,Agree,Agree,Because I was instructed to assume I trusted it.,9.422,9.422,26.014,1,,,,,,,,,,,,,,,Ages 18-49,44.276,44.276,45.486,1,,,,,,,,,,,,,,,,,,,,,,,4,,18.029,18.029,20.294,1,2,3,4,5,1,6,7,8,0,0,21.18,0,1,2,7,7,0 - Do not trust at all,4,9,7,,12.461,41.514,44.28,8,2,2,3,2,4,3,19.183,53.164,55.192,6,Conservative,Several times a week,14.349,28.675,31.678,3,Female,1968,Florida,"Bachelor’s degree (For example: BA, AB, BS)",One,English,,"White (For example, German, Irish, English, Italian, Polish, French, etc).",,,"$130,000 -$139,999",Slightly religious,"Yes, you may contact me on this email address:",beachgrl820@gmail.com,4.433,61.802,74.924,12,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,63ee4c4c4cb29825ef56aba4,,,,,"{""startTime"":1678110044114,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678110104188,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",,,,,"{""startTime"":1678109769640,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":21437,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":9115,""week"":""1"",""id"":""chart""},{""time"":30970,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":16803,""week"":""50"",""id"":""chart""},{""time"":48375,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5899,""week"":""32"",""id"":""chart""},{""time"":55580,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5746,""week"":""3"",""id"":""chart""},{""time"":61663,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3748,""week"":""5"",""id"":""chart""},{""time"":68056,""label"":""tour_next"",""step"":2},{""time"":79953,""label"":""tour_end"",""step"":2},{""time"":81801,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":26235,""week"":""6"",""id"":""chart""},{""time"":109872,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4398,""week"":""6"",""id"":""chart""}]}", -2023-03-06 06:33:23,2023-03-06 06:52:34,IP Address,12.185.72.90,100,1150,True,2023-03-06 06:52:34,R_25X9dRDEuAs87GW,,,,,30.6131,-103.9364,anonymous,EN,I consent,3.244,3.244,4.969,1,Yes,3,No,4.122,7.146,9.169,3,,,,,,,,,,,,,,,8,3300,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,More than 4000,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,5.121,0,,bit of upsetting,10.498,10.498,58.867,1,25.541,177.802,212.232,17,Ages 80+,56.568,56.568,57.762,1,Agree,Agree,Agree,Agree,Agree,Agree,,3.605,21.933,24.16,7,Agree,Slightly agree,Slightly agree,Agree,Slightly agree,Slightly agree,not sure about it so,,,,,4,,8.224,13.271,16.697,3,2,8,3,4,1,5,6,7,39.531,39.531,54.064,1,4,6,6,8,5,6,8,8,,7.969,23.369,25.71,9,1- extremely uncharacteristic of me,4,1- extremely uncharacteristic of me,3,4,3,3.995,228.6,229.492,8,Liberal,Several times a week,2.493,11.021,12.13,2,Male,1982,Alabama,"Bachelor’s degree (For example: BA, AB, BS)",Both,English,,"White (For example, German, Irish, English, Italian, Polish, French, etc).",,,"$140,000 -$149,999",Moderately religious,No,,3.669,80.687,92.411,13,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,60b348a8332d26d4b88be6a1,,,,,,,,"{""startTime"":1678110091186,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678110005307,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",,,"{""startTime"":1678109736256,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":682,""label"":""tour_started""},{""time"":21190,""label"":""tour_next"",""step"":5},{""time"":40997,""label"":""tour_back"",""step"":5},{""time"":70300,""label"":""tour_next"",""step"":5},{""time"":73219,""label"":""cleared_brush"",""using"":""Click""},{""time"":83736,""label"":""cleared_brush"",""using"":""Click""},{""time"":85089,""label"":""cleared_brush"",""using"":""Click""},{""time"":89861,""label"":""cleared_brush"",""using"":""Click""},{""time"":90078,""label"":""cleared_brush"",""using"":""Click""},{""time"":104488,""label"":""started_brush"",""startDate"":""2021-08-25"",""endDate"":""2021-12-11""},{""time"":107220,""label"":""tour_next"",""step"":5},{""time"":130895,""label"":""moved_brush"",""startDate"":""2021-08-21"",""endDate"":""2021-12-11""},{""time"":134443,""label"":""tour_next"",""step"":5},{""time"":153128,""label"":""cleared_brush"",""using"":""Click""},{""time"":153129,""label"":""cleared_brush"",""using"":""Escape""},{""time"":157827,""label"":""tour_next"",""step"":5},{""time"":169507,""label"":""tour_end"",""step"":5},{""time"":174375,""label"":""cleared_brush"",""using"":""Click""},{""time"":180503,""label"":""started_brush"",""startDate"":""2021-10-14"",""endDate"":""2022-02-03""},{""time"":198565,""label"":""cleared_brush"",""using"":""Click""}]}" -2023-03-06 06:46:45,2023-03-06 06:53:06,IP Address,104.230.8.39,100,381,True,2023-03-06 06:53:07,R_3fqOFilf95UQQzT,,,,,41.2463,-81.831,anonymous,EN,I consent,2.13,2.13,2.802,1,Yes,3,No,1.586,7.056,7.301,3,,,,,,,,,,,,,,,6,3300,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,5.012,0,,It looks legit at first. It looked proper,1,21.955,22.501,2,2.836,5.432,6.648,2,Less than 2000,6500,,,,,Neither agree nor disagree,Neither agree nor disagree,Neither agree nor disagree,Strongly Agree,Strongly Agree,Slightly disagree,,8.387,26.237,27.904,7,Strongly Agree,Strongly Agree,Strongly Agree,Strongly Disagree,Strongly Disagree,Neither agree nor disagree,I didn't actually make sure the source is what it said it was,1.248,19.551,21.122,5,,,,,,,,,,,,,,,Ages 50-79,19.742,28.525,29.352,2,,,,,,,,,,,,,,,,,,,,,,,4,,3.271,4.648,6.16,3,2,8,3,4,1,5,6,7,0,0,18.544,0,2,4,6,8,0 - Do not trust at all,8,8,8,,5.46,20.435,22.11,8,4,3,1- extremely uncharacteristic of me,1- extremely uncharacteristic of me,4,5- extremely characteristic of me,4.834,19.701,21.375,6,Moderate; middle of the road,Several times a week,2.764,7.132,7.9,2,Male,1998,Ohio,"Bachelor’s degree (For example: BA, AB, BS)",Both,English,,"White (For example, German, Irish, English, Italian, Polish, French, etc).",,,"$90,000 -$99,999",Not religious at all,No,,2.734,56.125,59.272,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,600dcdff34fef66077146d8e,,,,,"{""startTime"":1678110513286,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678110541810,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",,,,,"{""startTime"":1678110453073,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":21,""label"":""tour_started""},{""time"":2660,""label"":""tour_next"",""step"":2},{""time"":5256,""label"":""tour_end"",""step"":2}]}", -2023-03-06 06:36:09,2023-03-06 06:53:11,IP Address,73.13.88.255,100,1022,True,2023-03-06 06:53:12,R_2qyifn3hRlzK50e,,,,,39.9664,-75.1685,anonymous,EN,I consent,7.777,7.777,9.448,1,Yes,3,No,2.664,4.288,4.989,2,,,,,,,,,,,,,,,5,3300,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,More than 4000,8500,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,5.01,0,,"It looked as if lots of data was collected for the visualization and many different age groups were represented. I would be inclined to believe it. ",2.431,292.247,292.572,2,239.697,315.153,323.277,17,Ages 18-49,25.694,25.694,28.569,1,Agree,Agree,Neither agree nor disagree,Agree,Agree,Strongly Agree,,8.626,22.749,23.737,6,Agree,Agree,Agree,Agree,Agree,Agree,Beacuse the figure is very comprehensive,,,,,4,,7.472,11.105,11.876,5,2,8,3,4,1,5,6,7,0,0,20.251,0,4,5,4,4,5,3,10 - Trust it completely,9,,7.1,27.247,29.557,10,5- extremely characteristic of me,5- extremely characteristic of me,2,1- extremely uncharacteristic of me,5- extremely characteristic of me,5- extremely characteristic of me,4.102,18.569,18.863,8,Extremely liberal,Once a day,4.009,11.146,12.645,2,Male,1999,Pennsylvania,"Bachelor’s degree (For example: BA, AB, BS)",Both,English,,"White (For example, German, Irish, English, Italian, Polish, French, etc).",,,"$40,000 -$49,999",Not religious at all,"Yes, you may contact me on this email address:",6294dc0a6c8540fc7756cbab@email.prolific.co,2.209,64.739,68.243,18,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,6294dc0a6c8540fc7756cbab,,,,,,,,"{""startTime"":1678110482932,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678110445769,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",,,"{""startTime"":1678110092774,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":21,""label"":""tour_started""},{""time"":236125,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2175,""week"":""52"",""id"":""chart""},{""time"":239571,""label"":""tour_next"",""step"":5},{""time"":262616,""label"":""cleared_brush"",""using"":""Click""},{""time"":263358,""label"":""started_brush"",""startDate"":""2021-05-30"",""endDate"":""2021-06-16""},{""time"":264232,""label"":""moved_brush"",""startDate"":""2021-06-16"",""endDate"":""2021-07-04""},{""time"":267368,""label"":""cleared_brush"",""using"":""Click""},{""time"":268202,""label"":""cleared_brush"",""using"":""Click""},{""time"":271390,""label"":""started_brush"",""startDate"":""2021-05-26"",""endDate"":""2021-07-14""},{""time"":274905,""label"":""tour_next"",""step"":5},{""time"":282033,""label"":""moved_brush"",""startDate"":""2021-05-26"",""endDate"":""2021-08-05""},{""time"":283593,""label"":""moved_brush"",""startDate"":""2021-05-26"",""endDate"":""2021-07-04""},{""time"":284462,""label"":""tour_next"",""step"":5},{""time"":291559,""label"":""moved_brush"",""startDate"":""2021-05-26"",""endDate"":""2021-07-04""},{""time"":291750,""label"":""moved_brush"",""startDate"":""2021-05-26"",""endDate"":""2021-07-04""},{""time"":292849,""label"":""cleared_brush"",""using"":""Click""},{""time"":292849,""label"":""cleared_brush"",""using"":""Escape""},{""time"":294870,""label"":""tour_next"",""step"":5},{""time"":297451,""label"":""tour_end"",""step"":5},{""time"":313289,""label"":""cleared_brush"",""using"":""Click""},{""time"":314635,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":2948,""week"":""52"",""id"":""chart""}]}" -2023-03-06 06:42:50,2023-03-06 06:54:24,IP Address,108.78.149.91,100,693,True,2023-03-06 06:54:24,R_wZ7aCcof5WAJxQd,,,,,35.7856,-80.8907,anonymous,EN,I consent,19.042,21.291,22.317,5,No,,No,1.245,1.245,1.97,1,,,,,,,,,,,,,,,5,8600,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,More than 4000,8500,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,5.008,0,,"I am inclined to trust this visualization because it didn't say that vaccinated people didn't suffer at all. The chart just showed that they suffer less than those who are unvaccinated. ",3.838,43.399,44.462,3,15.074,94.535,94.947,19,Ages 80+,2.149,79.292,82.268,15,Slightly agree,Slightly agree,Slightly agree,Agree,Agree,Slightly agree,,1.266,16.256,16.903,12,Slightly disagree,Agree,Slightly agree,Slightly disagree,Agree,Slightly agree,"I trust this visualization for the most part, but I'd just like to confirm with multiple charts because I feel like just looking at one chart doesn't show the whole picture. I think it's somewhat complicated to accurately track COVID data. ",,,,,4,,7.704,8.993,9.384,3,2,8,3,4,1,5,6,7,5.658,15.693,16.257,4,2,1,0 - Do not trust at all,2,3,4,8,7,,8.018,21.089,21.844,11,2,1- extremely uncharacteristic of me,4,4,2,1- extremely uncharacteristic of me,2.499,19.959,20.746,12,Extremely liberal,Once a day,1.756,9.173,10.107,7,Female,1987,North Carolina,Some college but no degree,None,English,,"White (For example, German, Irish, English, Italian, Polish, French, etc).",,,"$100,000 -$109,999",Not religious at all,"Yes, you may contact me on this email address:",lindseygaus@yahoo.com,1.924,92.19,92.989,68,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,56514c84715ff50011a43878,,,,,,,,"{""startTime"":1678110439356,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678110457436,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",,,"{""startTime"":1678110259992,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":432,""label"":""tour_started""},{""time"":19889,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3589,""week"":""1"",""id"":""chart""},{""time"":23552,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1458,""week"":""52"",""id"":""chart""},{""time"":25097,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1894,""week"":""51"",""id"":""chart""},{""time"":27762,""label"":""tour_next"",""step"":5},{""time"":49914,""label"":""started_brush"",""startDate"":""2021-07-01"",""endDate"":""2021-08-05""},{""time"":51005,""label"":""tour_next"",""step"":5},{""time"":58046,""label"":""moved_brush"",""startDate"":""2021-06-13"",""endDate"":""2021-07-18""},{""time"":59455,""label"":""tour_next"",""step"":5},{""time"":64409,""label"":""cleared_brush"",""using"":""Click""},{""time"":64409,""label"":""cleared_brush"",""using"":""Escape""},{""time"":68813,""label"":""tour_next"",""step"":5},{""time"":72226,""label"":""tour_end"",""step"":5},{""time"":82425,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1960,""week"":""14"",""id"":""chart""},{""time"":84553,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1131,""week"":""15"",""id"":""chart""},{""time"":86425,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2173,""week"":""30"",""id"":""chart""},{""time"":90337,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1263,""week"":""52"",""id"":""chart""}]}" -2023-03-06 06:14:36,2023-03-06 06:54:30,IP Address,71.86.99.18,100,2394,True,2023-03-06 06:54:31,R_1C3cNEd8FS5VXrg,,,,,33.4772,-84.0554,anonymous,EN,I consent,8.673,8.673,9.45,1,Yes,2,No,1.334,3.513,4.195,2,0,0,5.116,0,,"I'm inclined to trust the data mostly because I trust the CDC, in terms of data collection at least.",2.947,46.761,47.584,8,5.541,279.143,279.788,3,6,3300,,,,,Agree,Agree,Agree,Agree,Strongly Agree,Agree,,3.505,27.081,27.674,8,Neither agree nor disagree,Strongly Agree,Agree,Slightly agree,Neither agree nor disagree,Agree,"Partly because I trust the CDC, partly because it intuitively makes sense to me that covid cases would be much higher among the unvaccinated.",2.035,41.521,42.05,5,,,,,,,,,,,,,,,Between 2000 and 4000,8500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Ages 18-49,159.695,159.695,161.843,1,,,,,,,,,,,,,,,,,,,,,,,5,,7.196,9.258,9.555,2,2,8,3,4,1,5,6,7,0,0,15.42,0,2,3,1,2,4,4,9,8,,6.401,28.738,34.391,10,3,4,2,3,4,3,4.493,14.872,15.949,6,Liberal,Once a day,1.525,6.346,10.487,2,Male,1990,Georgia,High school graduate - High school diploma or equivalent (for example: GED),None,English,,"Black or African-American (For example, African American, Jamaican, Haitian, Nigerian, Ethiopian, Somalian, etc)",,,"$30,000 -$39,999",Not religious at all,No,,1.635,74.644,81.447,21,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5be94f66a169160001dafb9d,,"{""startTime"":1678110349025,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678110377140,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",,,,,,,"{""startTime"":1678110007874,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":38,""label"":""tour_started""},{""time"":5061,""label"":""tour_next"",""step"":2},{""time"":243804,""label"":""tour_end"",""step"":2},{""time"":244729,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1615,""week"":""1"",""id"":""chart""},{""time"":250324,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3311,""week"":""51"",""id"":""chart""},{""time"":254775,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2794,""week"":""1"",""id"":""chart""},{""time"":257659,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1662,""week"":""3"",""id"":""chart""},{""time"":265212,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1941,""week"":""51"",""id"":""chart2""}]}",, -2023-03-06 06:49:23,2023-03-06 06:54:49,IP Address,73.131.86.125,100,325,True,2023-03-06 06:54:49,R_1GC6x3tUZihPxVv,,,,,32.853,-79.9876,anonymous,EN,I consent,1.934,2.272,3.228,2,Yes,3,No,2.566,4.832,5.73,2,,,,,,,,,,,,,,,,3300,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,5.006,0,,"I do not have a strong opinion on it. I am not sure if I should trust it or not. ",1.055,1.055,24.184,1,5.584,7.873,9.684,2,Less than 2000,7500,,,,,Neither agree nor disagree,Neither agree nor disagree,Neither agree nor disagree,Neither agree nor disagree,Neither agree nor disagree,Neither agree nor disagree,,5.344,8.769,10.837,6,Disagree,Disagree,Disagree,Disagree,Disagree,Disagree,"I have no idea what the source of the data is and whether or not that is accurate. ",1.23,1.23,16.217,1,,,,,,,,,,,,,,,Ages 80+,15.937,15.937,17.294,1,,,,,,,,,,,,,,,,,,,,,,,4,,4.375,6.942,8.426,4,2,8,3,4,1,5,6,7,0,0,18.849,0,3,3,3,7,1,6,3,7,,4.044,12.825,14.515,9,4,4,2,4,4,4,8.213,16.097,18.174,7,Conservative,Several times a week,2.752,7.474,8.563,2,Male,1984,South Carolina,"Bachelor’s degree (For example: BA, AB, BS)",Both,English,,"White (For example, German, Irish, English, Italian, Polish, French, etc).",,,"$100,000 -$109,999",Slightly religious,No,,2.242,41.757,42.939,13,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5d61547443c13200193ccb12,,,,,"{""startTime"":1678110696037,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678110669070,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",,,,,"{""startTime"":1678110612001,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":20,""label"":""tour_started""},{""time"":5356,""label"":""tour_next"",""step"":2},{""time"":7645,""label"":""tour_end"",""step"":2}]}", -2023-03-06 06:47:56,2023-03-06 06:55:09,IP Address,71.77.33.232,100,432,True,2023-03-06 06:55:09,R_5dJlmOgU2b9NjgJ,,,,,35.7178,-78.8428,anonymous,EN,I consent,3.531,4.54,5.217,2,Yes,3,Yes,2.076,3.9,4.856,2,0,0,5.008,0,,idk it was confusing and I only had 5 seconds. I dont think infection was that high lately compared to earlier so I'm assuming this was misleading at least.,1.578,27.861,29.193,6,14.519,31.281,32.452,2,6,3300,,,,,Agree,Agree,Slightly agree,Agree,Strongly Disagree,Agree,"This is really clunky, overlay them or something, just have the bar divided and have it be cases would be soooooo much better",4.323,30.093,30.301,8,Slightly disagree,Slightly agree,Strongly Disagree,Strongly Disagree,Strongly Disagree,Strongly Agree,"Why wouldnt I? I thinl covid spiked, and obviously unvaxxed got it more lol",3.086,3.086,17.027,1,,,,,,,,,,,,,,,Between 2000 and 4000,7500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Ages 18-49,20.227,21.307,21.8,3,,,,,,,,,,,,,,,,,,,,,,,4,,1.921,4.889,5.566,3,2,8,3,4,1,5,6,7,0,0,10.759,0,0 - Do not trust at all,2,0 - Do not trust at all,2,2,0 - Do not trust at all,10 - Trust it completely,10 - Trust it completely,Gov is evil and just corporations who are *super* evil.,1.833,27.244,29.01,14,4,4,1- extremely uncharacteristic of me,1- extremely uncharacteristic of me,4,4,2.793,10.595,10.96,8,Extremely liberal,Never,0.838,3.062,4.395,3,Female,2001,North Carolina,Some college but no degree,One,English,,"Other race, ethnicity, or origin (please specify)",Cary,,"$70,000 -$79,999",Not religious at all,"Yes, you may contact me on this email address:",soleilgiselles@gmail.com,0.685,61.064,64.046,34,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,60aa6d8db045e2b649a4a08c,,"{""startTime"":1678110630274,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678110594855,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",,,,,,,"{""startTime"":1678110530249,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":20,""label"":""tour_started""},{""time"":4523,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1251,""week"":""1"",""id"":""chart""},{""time"":14399,""label"":""tour_next"",""step"":2},{""time"":15117,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1801,""week"":""1"",""id"":""chart2""},{""time"":19655,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1351,""week"":""52"",""id"":""chart2""},{""time"":24993,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2919,""week"":""52"",""id"":""chart2""},{""time"":31161,""label"":""tour_end"",""step"":2}]}",, -2023-03-06 06:42:10,2023-03-06 06:55:23,IP Address,172.222.80.113,100,792,True,2023-03-06 06:55:24,R_riFpx8Lug9CnHu9,,,,,42.2623,-85.6148,anonymous,EN,I consent,10.535,10.535,11.548,1,Yes,4 or more,Yes,3.582,34.752,38.83,3,0,0,5.119,0,,"The notable differences in the two graphs. They were pretty straight forward and I'm inclined to trust for the most part. I didn't get a chance to see if the data source was noted, which would have helped me form a stronger opinion. ",5.936,50.5,87.468,3,39.596,52.795,54.002,2,6,3300,,,,,Agree,Slightly agree,Agree,Agree,Strongly Agree,Agree,,14.273,45.362,46.134,10,Agree,Agree,Agree,Neither agree nor disagree,Agree,Agree,"It clearly shows the data points and correlation between cases and vaccinations. I trust the data source. ",2.587,73.152,74.24,8,,,,,,,,,,,,,,,Between 2000 and 4000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Ages 18-49,35.978,35.978,37.429,1,,,,,,,,,,,,,,,,,,,,,,,5,,5.502,5.502,13.166,1,2,8,3,4,1,5,6,7,0,0,24.977,0,7,8,8,8,6,7,9,9,,5.067,25.248,26.032,10,5- extremely characteristic of me,5- extremely characteristic of me,2,2,5- extremely characteristic of me,5- extremely characteristic of me,5.43,19.425,22.031,6,Liberal,Once a day,2.088,11.295,13.563,2,Female,1974,Michigan,"Master’s degree (For example: MA, MS, MEng, MEd, MSW, MBA)",None,English,,"White (For example, German, Irish, English, Italian, Polish, French, etc).",,,"$140,000 -$149,999",Slightly religious,"Yes, you may contact me on this email address:",shelleymuzo@gmail.com,2.444,54.595,68.428,18,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,610980b1cb873aebad3961c2,,"{""startTime"":1678110452980,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678110499566,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",,,,,,,"{""startTime"":1678110289121,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":29,""label"":""tour_started""},{""time"":4666,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2095,""week"":""2"",""id"":""chart""},{""time"":39517,""label"":""tour_next"",""step"":2},{""time"":45934,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4851,""week"":""1"",""id"":""chart2""},{""time"":52717,""label"":""tour_end"",""step"":2}]}",, -2023-03-06 06:45:44,2023-03-06 06:55:42,IP Address,72.238.65.184,100,597,True,2023-03-06 06:55:42,R_xtKZRJXS5yV34ZP,,,,,28.4883,-81.4061,anonymous,EN,I consent,2.013,4.266,5.31,4,Yes,3,No,1.753,6.063,7.211,3,,,,,,,,,,,,,,,6,3300,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,More than 4000,8500,,,,,,,,,,,,,,,,,,,,,,,,,,,2.875,3.752,5.008,2,,"It was only there for a brief second, I wish I had more time to look at it and analyze it. From what I saw it didn't seem super trustworthy, stating there are more people unvaccinated than vaccinated. That seems untrue",0.486,4.759,53.801,3,10.423,112.875,114.377,16,Ages 18-49,9.44,39.154,42.441,7,Slightly agree,Slightly agree,Neither agree nor disagree,Slightly agree,Slightly agree,Neither agree nor disagree,,7.093,26.375,28.165,11,Slightly agree,Slightly agree,Slightly agree,Neither agree nor disagree,Neither agree nor disagree,Slightly disagree,It just doesn't seem as accurate to me as I thought it would be. I also am not sure where they get this population of people,,,,,3,,5.512,7.976,8.713,4,2,8,3,4,1,5,6,7,10.329,24.194,24.977,3,2,4,3,2,3,4,7,5,,3.01,18.79,19.883,10,2,3,3,3,3,3,6.889,25.245,25.982,10,Extremely liberal,Once a week,2.1,10.211,10.816,4,Female,1993,Florida,"Bachelor’s degree (For example: BA, AB, BS)",None,English,,"White (For example, German, Irish, English, Italian, Polish, French, etc).",,,"$30,000 -$39,999",Not religious at all,"Yes, you may contact me on this email address:",,2.646,48.002,50.004,19,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,61002ca71733afe00bb724cb,,,,,,,,"{""startTime"":1678110648535,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678110587371,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",,,"{""startTime"":1678110428942,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":30,""label"":""tour_started""},{""time"":12751,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6334,""week"":""51"",""id"":""chart""},{""time"":21234,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5399,""week"":""42"",""id"":""chart""},{""time"":29301,""label"":""tour_next"",""step"":5},{""time"":36633,""label"":""cleared_brush"",""using"":""Click""},{""time"":38044,""label"":""cleared_brush"",""using"":""Click""},{""time"":41739,""label"":""cleared_brush"",""using"":""Click""},{""time"":45217,""label"":""cleared_brush"",""using"":""Click""},{""time"":46609,""label"":""cleared_brush"",""using"":""Click""},{""time"":49552,""label"":""moved_brush"",""startDate"":""2021-11-08"",""endDate"":""2022-02-07""},{""time"":60045,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-07-04""},{""time"":65392,""label"":""moved_brush"",""startDate"":""2021-04-10"",""endDate"":""2021-07-09""},{""time"":70052,""label"":""moved_brush"",""startDate"":""2021-07-02"",""endDate"":""2021-10-01""},{""time"":78392,""label"":""moved_brush"",""startDate"":""2021-06-30"",""endDate"":""2021-09-29""},{""time"":80081,""label"":""cleared_brush"",""using"":""Click""},{""time"":84406,""label"":""cleared_brush"",""using"":""Click""},{""time"":86458,""label"":""started_brush"",""startDate"":""2021-09-01"",""endDate"":""2022-02-07""},{""time"":87247,""label"":""moved_brush"",""startDate"":""2021-09-01"",""endDate"":""2022-02-07""},{""time"":88658,""label"":""moved_brush"",""startDate"":""2021-05-14"",""endDate"":""2021-10-20""},{""time"":89635,""label"":""tour_next"",""step"":5},{""time"":94636,""label"":""moved_brush"",""startDate"":""2021-05-15"",""endDate"":""2021-10-21""},{""time"":96757,""label"":""moved_brush"",""startDate"":""2021-05-15"",""endDate"":""2021-09-16""},{""time"":97425,""label"":""tour_next"",""step"":5},{""time"":105661,""label"":""cleared_brush"",""using"":""Click""},{""time"":105661,""label"":""cleared_brush"",""using"":""Escape""},{""time"":107225,""label"":""tour_next"",""step"":5},{""time"":110668,""label"":""tour_end"",""step"":5}]}" -2023-03-06 06:43:38,2023-03-06 06:56:47,IP Address,137.25.165.99,100,789,True,2023-03-06 06:56:48,R_s7JgT1po8bfe5lT,,,,,34.1354,-117.599,anonymous,EN,I consent,25.837,25.837,28.081,1,No,,Yes,6.313,6.313,7.797,1,,,,,,,,,,,,,,,6,3300,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,5.112,0,,My first impressions are that it is trustworthy because it makes sense for unvaccinated people to get COVID more often than vaccinated people.,4.796,14.433,67.3,2,46.842,52.384,63.723,2,More than 4000,8500,,,,,Agree,Neither agree nor disagree,Agree,Agree,Agree,Agree,,17.935,62.417,68.986,6,Agree,Agree,Agree,Agree,Agree,Agree,"As I said, it makes sense for unvaccinated people to catch COVID more than vaccinated people",8.924,9.884,39.268,2,,,,,,,,,,,,,,,Ages 18-49,39.883,39.883,42.387,1,,,,,,,,,,,,,,,,,,,,,,,3,,9.71,9.71,13.233,1,2,8,3,4,1,5,6,7,0,0,30.461,0,2,3,4,5,2,3,8,8,,9.5,34.677,38.388,12,5- extremely characteristic of me,5- extremely characteristic of me,1- extremely uncharacteristic of me,1- extremely uncharacteristic of me,5- extremely characteristic of me,5- extremely characteristic of me,3.122,34.359,36.297,7,Moderate; middle of the road,Less than once a week,12.319,22.181,25.167,2,Male,1988,California,Associate degree in college - Academic program,One,English,,"White (For example, German, Irish, English, Italian, Polish, French, etc).",,,"$30,000 -$39,999",Not religious at all,"Yes, you may contact me on this email address:",62956abc82b0a4b93f38e929@email.prolific.co,3.978,99.91,113.043,20,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,62956abc82b0a4b93f38e929,,,,,"{""startTime"":1678110542214,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678110472924,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",,,,,"{""startTime"":1678110342590,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":22,""label"":""tour_started""},{""time"":1387,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1634,""week"":""2"",""id"":""chart""},{""time"":5575,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1201,""week"":""47"",""id"":""chart""},{""time"":8961,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3120,""week"":""1"",""id"":""chart""},{""time"":41261,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1200,""week"":""5"",""id"":""chart""},{""time"":42462,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1384,""week"":""5"",""id"":""chart""},{""time"":46512,""label"":""tour_next"",""step"":2},{""time"":52054,""label"":""tour_end"",""step"":2},{""time"":56101,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1742,""week"":""1"",""id"":""chart""}]}", -2023-03-06 06:51:55,2023-03-06 06:57:49,IP Address,96.235.136.2,100,353,True,2023-03-06 06:57:49,R_vC5Lwwtu8Zr55XX,,,,,39.8952,-75.0347,anonymous,EN,I consent,4.006,4.006,4.887,1,Yes,3,Yes,1.39,5.79,6.822,2,,,,,,,,,,,,,,,6,3300,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,2.193,0,,It was interesting to see the statistics of everything. I do trust the visualization because it was showing Covid.,2.074,2.074,39.28,1,3.186,9.233,12.872,8,Between 2000 and 4000,8500,,,,,Strongly Agree,Slightly agree,Slightly agree,Agree,Agree,Strongly Agree,Great survey thanks!,2.503,7.622,12.933,7,Neither agree nor disagree,Slightly agree,Agree,Slightly disagree,Slightly disagree,Slightly disagree,The cases could sometimes be off from what the graph is saying.,1.055,1.055,18.711,1,,,,,,,,,,,,,,,Ages 18-49,14.934,14.934,15.855,1,,,,,,,,,,,,,,,,,,,,,,,4,Great survey!,3.098,3.738,9.29,2,2,8,3,4,1,5,6,7,0,0,15.149,0,3,7,5,6,3,5,4,5,,2.074,5.634,7.09,9,4,3,4,2,4,2,1.974,3.949,5.647,6,Extremely liberal,Once a day,1.962,3.507,4.539,2,Male,1995,New Jersey,"Doctorate degree (For example: PhD, EdD)",One,English,,"Native Hawaiian or Pacific Islander (For example, Native Hawaiian, Samoan, Chamorro, Tongan, Fijian, Marshallese, etc).",,,"$50,000 -$59,999",Prefer not to disclose,"Yes, you may contact me on this email address:",,1.013,91.676,95.313,43,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,62e9def01cac66654c67b9e6,,,,,"{""startTime"":1678110856985,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678110830264,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",,,,,"{""startTime"":1678110775542,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":29,""label"":""tour_started""},{""time"":3124,""label"":""tour_next"",""step"":2},{""time"":4604,""label"":""tour_end"",""step"":2}]}", -2023-03-06 06:44:23,2023-03-06 06:58:33,IP Address,162.84.148.201,100,850,True,2023-03-06 06:58:34,R_DjmCjpnSI6lwKdj,,,,,41.1684,-73.8498,anonymous,EN,I consent,15.628,15.628,16.763,1,Yes,3,No,5.391,10.265,11.461,2,,,,,,,,,,,,,,,5,8600,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,5.007,0,,"Those without vaccination were far more likely to get sick. It was too fast but yes, I trust it because it confirmed what I already know.",2.48,2.48,34.37,1,20.173,61.985,72.467,3,Less than 2000,8500,,,,,Neither agree nor disagree,Strongly Disagree,Neither agree nor disagree,Neither agree nor disagree,Strongly Disagree,Neither agree nor disagree,The years are incorrect. It goes from April 2021 to Dec 2022 but leaves out Dec 2021,15.714,35.606,61.672,8,Strongly Disagree,Strongly Disagree,Disagree,Strongly Disagree,Strongly Disagree,Neither agree nor disagree,I can't figure out the years,2.76,3.842,9.156,2,,,,,,,,,,,,,,,Ages 50-79,30.347,30.347,31.759,1,,,,,,,,,,,,,,,,,,,,,,,3,These diagrams are awful. Hard to read. Took 4 examples before I even figured out the years.,5.361,13.785,47.959,5,2,8,3,4,1,5,6,7,0,0,25.427,0,4,5,4,4,5,3,9,6,"Why did you not include the specific branches of judicial system -- Supreme Court? ",9.732,55.218,62.795,11,5- extremely characteristic of me,4,1- extremely uncharacteristic of me,1- extremely uncharacteristic of me,5- extremely characteristic of me,1- extremely uncharacteristic of me,9.568,29.163,30.646,6,Liberal,Once a day,8.304,15.902,17.99,2,Female,1957,New York,"Doctorate degree (For example: PhD, EdD)",Both,English,,"White (For example, German, Irish, English, Italian, Polish, French, etc).",,,"$60,000 -$69,999",Slightly religious,"Yes, you may contact me on this email address:",claudia.mausner@gmail.com,3.15,50.988,63.351,12,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,62d09b3966159c48ea7c9e85,,,,,"{""startTime"":1678110561529,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678110623666,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",,,,,"{""startTime"":1678110345920,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":21,""label"":""tour_started""},{""time"":24392,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3333,""week"":""16"",""id"":""chart""},{""time"":29841,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6235,""week"":""32"",""id"":""chart""},{""time"":39693,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3965,""week"":""45"",""id"":""chart""},{""time"":51775,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2683,""week"":""1"",""id"":""chart""},{""time"":57121,""label"":""tour_next"",""step"":2},{""time"":61921,""label"":""tour_end"",""step"":2}]}", -2023-03-06 06:44:04,2023-03-06 06:58:36,IP Address,24.158.178.71,100,871,True,2023-03-06 06:58:36,R_1f3JdkVP4kNAuUy,,,,,34.9213,-85.1486,anonymous,EN,I consent,22.933,22.933,24.547,1,Yes,3,Yes,2.345,4.762,6.107,2,0,0,5.006,0,,"I am inclined to not trust the visualization. Based on the limited time that I was able to view it, it appeared that the virus remained stable before spiking, after the vaccinations were available. While there were spikes after the vaccine was available, there were far more before.",4.876,12.766,101.037,2,31.12,38.738,54.495,2,6,3300,,,,,Slightly agree,Neither agree nor disagree,Strongly Agree,Strongly Agree,Strongly Agree,Slightly agree,,24.049,78.999,94.8,10,Neither agree nor disagree,Strongly Agree,Slightly agree,Strongly Disagree,Neither agree nor disagree,Slightly agree,There seems to be some data missing from the visualization. The rate of cases among vaccinated people needs to be broken down into how many doses that they have had.,2.112,2.112,69.665,1,,,,,,,,,,,,,,,More than 4000,8500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Ages 18-49,37.112,37.112,38.495,1,,,,,,,,,,,,,,,,,,,,,,,4,,7.277,8.329,12.928,2,2,8,3,4,1,5,6,7,0,0,22.253,0,0 - Do not trust at all,1,4,5,2,0 - Do not trust at all,8,5,,7.365,82.523,89.337,8,2,3,1- extremely uncharacteristic of me,1- extremely uncharacteristic of me,3,4,11.944,49.907,51.689,6,Liberal,Several times a week,7.137,15.434,17.329,2,Female,1981,Georgia,Associate degree in college - Academic program,One,English,,"White (For example, German, Irish, English, Italian, Polish, French, etc).",,,"$10,000 -$19,999",Slightly religious,No,,3.682,56.585,58.141,13,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,63614a5230a2eb300bf090b5,,"{""startTime"":1678110502807,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678110598018,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",,,,,,,"{""startTime"":1678110397305,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":2396,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":12011,""week"":""50"",""id"":""chart""},{""time"":15193,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1527,""week"":""52"",""id"":""chart""},{""time"":30989,""label"":""tour_next"",""step"":2},{""time"":38607,""label"":""tour_end"",""step"":2},{""time"":44575,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3395,""week"":""41"",""id"":""chart""},{""time"":48076,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1303,""week"":""44"",""id"":""chart""},{""time"":50013,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1368,""week"":""51"",""id"":""chart""}]}",, -2023-03-06 06:50:42,2023-03-06 06:58:57,IP Address,24.211.76.232,100,494,True,2023-03-06 06:58:57,R_5nJqFTdVso9QqaZ,,,,,34.1847,-79.7704,anonymous,EN,I consent,2.001,2.001,2.651,1,No,,No,1.153,1.153,1.873,1,0,0,5.019,0,,"no, didnt get to analyze the graph enough.",4.387,19.686,23.584,2,10.075,15.498,16.451,2,8,3300,,,,,Neither agree nor disagree,Neither agree nor disagree,Neither agree nor disagree,Strongly Agree,Slightly agree,Neither agree nor disagree,,4.667,20.713,22.984,7,Agree,Agree,Slightly agree,Slightly disagree,Disagree,Slightly agree,I would need to see other sources to confrm.,3.355,3.355,18.778,1,,,,,,,,,,,,,,,Less than 2000,8500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Ages 50-79,3.079,24.621,25.6,8,,,,,,,,,,,,,,,,,,,,,,,4,,3.361,4.631,5.964,2,2,3,4,5,1,6,7,8,2.121,2.352,9.166,2,2,5,3,5,3,4,9,8,,3.12,18.786,20.019,10,3,4,2,3,4,3,6.93,46.565,46.853,8,Moderate; middle of the road,Once a week,1.696,7.337,8.542,4,Male,1995,Wisconsin,Some college but no degree,Both,English,,"Black or African-American (For example, African American, Jamaican, Haitian, Nigerian, Ethiopian, Somalian, etc)",,,"$70,000 -$79,999",Not religious at all,"Yes, you may contact me on this email address:",,1.122,40.485,41.04,21,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,62cf9fa80a2461c060c7fef3,,"{""startTime"":1678110775470,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678110799137,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",,,,,,,"{""startTime"":1678110691540,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":10016,""label"":""tour_next"",""step"":2},{""time"":15439,""label"":""tour_end"",""step"":2}]}",, -2023-03-06 06:50:45,2023-03-06 06:59:08,IP Address,72.28.165.78,100,502,True,2023-03-06 06:59:08,R_1Ns71PE0wv0PceE,,,,,33.5546,-81.721,anonymous,EN,I consent,3.969,4.899,5.68,2,No,,No,2.73,2.73,3.536,1,,,,,,,,,,,,,,,6,3300,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,More than 4000,8500,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,5.018,0,,"Saying more vaccinated are covid free than unvaccinated. This is verifiably false as of the current time. I do not trust the visualization at first glance. ",5.303,5.303,38.026,1,28.555,125.588,126.677,76,Ages 18-49,26.552,40.573,41.568,3,Strongly Disagree,Disagree,Disagree,Agree,Slightly agree,Strongly Disagree,,9.036,26.488,27.412,9,Neither agree nor disagree,Slightly agree,Slightly disagree,Disagree,Disagree,Disagree,"Because the data used to create this graph is false. ",,,,,2,,6.406,6.406,7.804,1,2,8,3,4,1,5,6,7,6.195,11.711,12.406,2,3,1,4,5,1,5,2,2,,2.388,13.15,14.617,9,4,4,2,3,4,4,3.106,13.447,14.813,7,Extremely conservative,Several times a week,1.865,7.888,8.977,4,Male,1986,Florida,"Bachelor’s degree (For example: BA, AB, BS)",None,English,,"White (For example, German, Irish, English, Italian, Polish, French, etc).",,,"$20,000 -$29,999",Slightly religious,"Yes, you may contact me on this email address:",asalvato24@gmail.com,1.147,40.005,46.031,20,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,582879857e8aef000152fba4,,,,,,,,"{""startTime"":1678110926539,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678110889060,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",,,"{""startTime"":1678110718818,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":197,""label"":""tour_started""},{""time"":18038,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3414,""week"":""1"",""id"":""chart""},{""time"":21502,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1167,""week"":""2"",""id"":""chart""},{""time"":24119,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1450,""week"":""52"",""id"":""chart""},{""time"":33271,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1365,""week"":""15"",""id"":""chart""},{""time"":34737,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1482,""week"":""16"",""id"":""chart""},{""time"":39762,""label"":""tour_next"",""step"":5},{""time"":55740,""label"":""tour_back"",""step"":5},{""time"":60414,""label"":""tour_next"",""step"":5},{""time"":62323,""label"":""cleared_brush"",""using"":""Click""},{""time"":62682,""label"":""moved_brush"",""startDate"":""2021-08-01"",""endDate"":""2021-09-19""},{""time"":63911,""label"":""started_brush"",""startDate"":""2021-07-19"",""endDate"":""2021-07-24""},{""time"":63926,""label"":""moved_brush"",""startDate"":""2021-07-19"",""endDate"":""2021-07-24""},{""time"":64297,""label"":""started_brush"",""startDate"":""2021-08-13"",""endDate"":""2021-09-11""},{""time"":64644,""label"":""cleared_brush"",""using"":""Click""},{""time"":64867,""label"":""cleared_brush"",""using"":""Click""},{""time"":65114,""label"":""cleared_brush"",""using"":""Click""},{""time"":65204,""label"":""cleared_brush"",""using"":""Click""},{""time"":65381,""label"":""started_brush"",""startDate"":""2021-11-16"",""endDate"":""2021-12-30""},{""time"":65617,""label"":""cleared_brush"",""using"":""Click""},{""time"":65790,""label"":""moved_brush"",""startDate"":""2021-12-11"",""endDate"":""2022-01-19""},{""time"":66245,""label"":""cleared_brush"",""using"":""Click""},{""time"":66870,""label"":""tour_next"",""step"":5},{""time"":70307,""label"":""started_brush"",""startDate"":""2021-05-10"",""endDate"":""2021-05-21""},{""time"":85777,""label"":""started_brush"",""startDate"":""2021-07-21"",""endDate"":""2021-09-03""},{""time"":86007,""label"":""cleared_brush"",""using"":""Click""},{""time"":86234,""label"":""started_brush"",""startDate"":""2021-05-20"",""endDate"":""2021-05-25""},{""time"":86624,""label"":""started_brush"",""startDate"":""2021-10-01"",""endDate"":""2021-11-19""},{""time"":86790,""label"":""cleared_brush"",""using"":""Click""},{""time"":94033,""label"":""cleared_brush"",""using"":""Click""},{""time"":94154,""label"":""cleared_brush"",""using"":""Click""},{""time"":94597,""label"":""started_brush"",""startDate"":""2021-09-18"",""endDate"":""2021-10-05""},{""time"":94808,""label"":""cleared_brush"",""using"":""Click""},{""time"":95172,""label"":""cleared_brush"",""using"":""Click""},{""time"":95769,""label"":""cleared_brush"",""using"":""Click""},{""time"":96368,""label"":""cleared_brush"",""using"":""Click""},{""time"":96878,""label"":""started_brush"",""startDate"":""2021-06-19"",""endDate"":""2021-07-05""},{""time"":99821,""label"":""tour_back"",""step"":5},{""time"":101508,""label"":""started_brush"",""startDate"":""2021-06-15"",""endDate"":""2021-07-23""},{""time"":101572,""label"":""started_brush"",""startDate"":""2021-10-28"",""endDate"":""2021-12-09""},{""time"":102592,""label"":""tour_next"",""step"":5},{""time"":103638,""label"":""started_brush"",""startDate"":""2021-07-08"",""endDate"":""2021-07-27""},{""time"":114388,""label"":""moved_brush"",""startDate"":""2021-07-08"",""endDate"":""2021-07-23""},{""time"":114530,""label"":""moved_brush"",""startDate"":""2021-07-08"",""endDate"":""2021-07-23""},{""time"":114725,""label"":""moved_brush"",""startDate"":""2021-07-08"",""endDate"":""2021-07-25""},{""time"":114945,""label"":""started_brush"",""startDate"":""2021-08-18"",""endDate"":""2021-10-26""},{""time"":115124,""label"":""cleared_brush"",""using"":""Click""},{""time"":116016,""label"":""started_brush"",""startDate"":""2021-09-30"",""endDate"":""2021-11-02""},{""time"":116661,""label"":""tour_next"",""step"":5},{""time"":121663,""label"":""cleared_brush"",""using"":""Click""},{""time"":121663,""label"":""cleared_brush"",""using"":""Escape""},{""time"":122893,""label"":""tour_next"",""step"":5},{""time"":124334,""label"":""tour_end"",""step"":5}]}" -2023-03-06 06:50:08,2023-03-06 06:59:20,IP Address,173.64.21.60,100,551,True,2023-03-06 06:59:20,R_2U3puNqaM4Ue4cD,,,,,42.9685,-78.7492,anonymous,EN,I consent,19.008,19.571,20.417,2,Yes,3,No,2.035,4.399,5.205,2,0,0,5.009,0,,"Maybe, i didnt have enough time to understand what was being presented",3.585,3.585,15.133,1,19.76,26.522,31.268,2,6,3300,,,,,Agree,Slightly agree,Agree,Agree,Slightly agree,Agree,The data should have been combined into a single graph to show them side by side,37.619,57.477,68.561,11,Agree,Neither agree nor disagree,Neither agree nor disagree,Strongly Disagree,Neither agree nor disagree,Slightly agree,"It mentioned the source, but there is no link to where the data was from so that I could go there myself",1.364,1.364,16.899,1,,,,,,,,,,,,,,,Between 2000 and 4000,6500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Ages 50-79,17.481,33.414,34.242,2,,,,,,,,,,,,,,,,,,,,,,,3,,5.071,5.071,6.749,1,2,8,3,4,1,5,6,7,7.413,7.413,15.835,1,1,1,6,4,3,6,8,8,,3.124,15.966,17.307,10,5- extremely characteristic of me,4,1- extremely uncharacteristic of me,1- extremely uncharacteristic of me,5- extremely characteristic of me,4,5.211,16.804,17.666,8,Extremely conservative,Once a day,3.183,8.545,10.582,2,Male,1984,New York,"Master’s degree (For example: MA, MS, MEng, MEd, MSW, MBA)",None,English,,"White (For example, German, Irish, English, Italian, Polish, French, etc).",,,"$150,000 and over",Not religious at all,"Yes, you may contact me on this email address:",5712a503ba4da20011c0132f@email.prolific.co,1.535,95.944,96.55,64,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5712a503ba4da20011c0132f,,"{""startTime"":1678110781996,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678110850894,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",,,,,,,"{""startTime"":1678110705665,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":95,""label"":""tour_started""},{""time"":10100,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6243,""week"":""52"",""id"":""chart""},{""time"":19345,""label"":""tour_next"",""step"":2},{""time"":26107,""label"":""tour_end"",""step"":2}]}",, -2023-03-06 06:49:14,2023-03-06 06:59:22,IP Address,68.60.132.94,100,607,True,2023-03-06 06:59:23,R_22SlULvpytX6FjS,,,,,42.5538,-82.9185,anonymous,EN,I consent,4.749,4.749,5.702,1,Yes,3,Yes,3.64,5.339,6.841,2,0,0,5.118,0,,I saw there was a rise in people infected with COVID. I trust the visualization because it looks like something I've seen before.,6.22,6.22,41.874,1,8.541,22.144,31.679,7,6,3300,,,,,Slightly agree,Slightly agree,Neither agree nor disagree,Strongly Agree,Disagree,Slightly agree,,14.279,39.709,42.276,7,Disagree,Agree,Neither agree nor disagree,Disagree,Slightly disagree,Slightly agree,"It seems like correct information, but there isn't a clear source presented",3.878,3.878,20.784,1,,,,,,,,,,,,,,,More than 4000,8500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,72.201,73.275,73.619,2,,,,,,,,,,,,,,,,,,,,,,,2,,5.003,6.602,8.405,4,2,8,3,4,1,5,6,7,0,0,22.432,0,1,4,4,4,3,3,8,8,,9.578,21.916,23.339,8,2,2,4,4,2,2,10.788,22.594,23.383,6,Liberal,Several times a week,6.019,10.132,12.415,2,Female,1990,Michigan,"Bachelor’s degree (For example: BA, AB, BS)",None,English,,"White (For example, German, Irish, English, Italian, Polish, French, etc).",,,"$70,000 -$79,999",Not religious at all,No,,3.359,59.383,63.132,21,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,62791c8387c3f14a84f651be,,"{""startTime"":1678110736125,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678110779093,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":47,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1269,""week"":""37"",""id"":""chart""}]}",,,,,,,"{""startTime"":1678110630735,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":36,""label"":""tour_started""},{""time"":8396,""label"":""tour_next"",""step"":2},{""time"":15334,""label"":""tour_end"",""step"":2}]}",, -2023-03-06 06:49:29,2023-03-06 07:00:00,IP Address,72.88.146.151,100,630,True,2023-03-06 07:00:01,R_3KDSHsBL5tiBwQA,,,,,40.8185,-74.1589,anonymous,EN,I consent,10.945,10.945,12.248,1,Yes,3,No,2.956,5.475,6.517,2,,,,,,,,,,,,,,,5,8600,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Less than 2000,6500,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,5.008,0,,it went by way too fast so i don't know,3.462,12.424,13.936,2,31.397,97.999,118.987,16,Ages 50-79,32.316,32.316,33.932,1,Neither agree nor disagree,Slightly agree,Slightly agree,Slightly agree,Slightly agree,Neither agree nor disagree,,9.921,21.298,24.64,6,Slightly disagree,Neither agree nor disagree,Slightly agree,Neither agree nor disagree,Neither agree nor disagree,Neither agree nor disagree,Is the information accurate? I don't know. I guess I trust I know how to read it but I don't know if it's accurate,,,,,4,,6.168,11.02,13.879,4,2,8,3,4,1,5,6,7,0,0,21.95,0,5,6,3,7,6,4,7,8,,6.436,22.674,25.534,8,4,4,2,2,4,4,6.865,22.729,23.772,6,Liberal,Once a day,3.576,9.273,11.756,2,Male,1980,New Jersey,"Professional school Degree (For example: MD,DDS,DVM,LLB,JD)",None,English,,"White (For example, German, Irish, English, Italian, Polish, French, etc).",,,"$90,000 -$99,999",Not religious at all,No,,3.614,77.976,79.837,22,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5e816bdc285d3884d00d6dcb,,,,,,,,"{""startTime"":1678110830552,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678110773144,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",,,"{""startTime"":1678110619439,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":49,""label"":""tour_started""},{""time"":15551,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6823,""week"":""51"",""id"":""chart""},{""time"":23776,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5790,""week"":""41"",""id"":""chart""},{""time"":31371,""label"":""tour_next"",""step"":5},{""time"":49914,""label"":""started_brush"",""startDate"":""2021-05-22"",""endDate"":""2021-08-06""},{""time"":52426,""label"":""tour_next"",""step"":5},{""time"":59421,""label"":""moved_brush"",""startDate"":""2021-08-08"",""endDate"":""2021-10-23""},{""time"":60832,""label"":""tour_next"",""step"":5},{""time"":65574,""label"":""moved_brush"",""startDate"":""2021-08-04"",""endDate"":""2021-10-19""},{""time"":76635,""label"":""cleared_brush"",""using"":""Click""},{""time"":76635,""label"":""cleared_brush"",""using"":""Escape""},{""time"":78130,""label"":""tour_next"",""step"":5},{""time"":80948,""label"":""tour_end"",""step"":5},{""time"":90503,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3521,""week"":""4"",""id"":""chart""},{""time"":99449,""label"":""started_brush"",""startDate"":""2021-07-20"",""endDate"":""2021-12-18""},{""time"":101335,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":9566,""week"":""45"",""id"":""chart""},{""time"":112347,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1464,""week"":""50"",""id"":""chart""}]}" -2023-03-06 06:38:40,2023-03-06 07:00:03,IP Address,172.100.109.178,100,1283,True,2023-03-06 07:00:05,R_31oov70sDqciP41,,,,,42.6701,-73.7754,anonymous,EN,I consent,10.265,36.881,39.69,4,No,,No,1.862,1.862,3.001,1,,,,,,,,,,,,,,,6,3300,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,5.119,0,,"Nope, I'm not inclined to trust it at all. I see data about this topic all of the time that is both corroboratory and contradictory to what is presented here. I have no idea which is more trustworthy, and I'm not foreign to the fact that data can be manipulated either.",2.035,90.456,98.769,7,35.543,40.525,52.479,2,,8500,,,,,Neither agree nor disagree,Neither agree nor disagree,Neither agree nor disagree,Strongly Agree,Strongly Agree,Slightly agree,"I would want to read the methodology/how the data was collected and also other statistics to see if other variable possibly influenced the data, such as the rate of testing for vaccinated people vs. unvaccinated people. Those who were vaccinated were told they would be protected, so it makes sense that they wouldn't test themselves anymore.",5.755,138.093,145.732,16,Slightly agree,Strongly Agree,Neither agree nor disagree,Disagree,Disagree,Neither agree nor disagree,"I've seen contradictory data, and I'd want to read more about the methodology used and how other variables were controlled.",1.787,49.062,52.304,12,,,,,,,,,,,,,,,Ages 18-49,11.503,48.746,50.28,5,,,,,,,,,,,,,,,,,,,,,,,2,,3.937,11.514,13.079,3,2,8,3,4,1,5,6,7,0,0,29.669,0,1,2,4,3,1,5,5,6,,8.472,28.208,33.241,10,3,3,2,2,3,3,6.528,35.823,37.557,7,Do not know/Refused,Once a day,5.826,33.896,35.798,3,Female,2002,New York,Some college but no degree,None,English,,Prefer not to disclose,,,"$20,000 -$29,999",Prefer not to disclose,No,,4.164,388.538,391.214,40,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,6079ff1600ff2b7455e1c3e0,,,,,"{""startTime"":1678110230228,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678110377990,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",,,,,"{""startTime"":1678110084661,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":62,""label"":""tour_started""},{""time"":14435,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3522,""week"":""1"",""id"":""chart""},{""time"":18092,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3116,""week"":""3"",""id"":""chart""},{""time"":22813,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4928,""week"":""6"",""id"":""chart""},{""time"":28798,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1661,""week"":""52"",""id"":""chart""},{""time"":34977,""label"":""tour_next"",""step"":2},{""time"":39958,""label"":""tour_end"",""step"":2}]}", -2023-03-06 06:46:12,2023-03-06 07:01:05,IP Address,184.99.49.145,100,892,True,2023-03-06 07:01:07,R_ywjexFzF7YaNLwJ,,,,,38.7463,-104.7179,anonymous,EN,I consent,5.151,5.151,6.069,1,Yes,4 or more,No,2.031,5.573,6.502,2,0,0,5.111,0,,"From what I saw, I don't trust this visualization. It looks like the number of cases per month and those numbers should be way higher. ",1.939,77.295,92.211,4,25.02,44.82,83.475,2,5,3300,,,,,Agree,Agree,Agree,Strongly Agree,Strongly Agree,Agree,,8.991,22.723,24.718,6,Agree,Strongly Agree,Strongly Agree,Slightly agree,Agree,Agree,"After seeing this visualization for more than a few seconds, I was able to look at it closer and understand it a bit more. I think it's really helpful and a lot of people should be shown this. I think it looks accurate and it shows the difference in cases of people who are vaccinated and who aren't. It's fascinating. ",1.049,28.054,155.339,3,,,,,,,,,,,,,,,More than 4000,8500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Ages 18-49,22.616,22.616,23.643,1,,,,,,,,,,,,,,,,,,,,,,,5,,6.293,6.293,9.29,1,2,8,3,4,1,5,6,7,0,0,29.054,0,4,2,2,4,7,6,9,9,,4.346,21.43,23.323,9,2,4,2,3,4,3,12.581,38.222,39.721,6,Slightly conservative,Several times a week,2.543,9.341,11.528,2,Female,1988,Colorado,Some college but no degree,None,English,,"White (For example, German, Irish, English, Italian, Polish, French, etc).",,,"$150,000 and over",Not religious at all,"Yes, you may contact me on this email address:",chercarmichael0508@gmail.com,1.252,143.151,151.171,41,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5bbc18010cb04c00015025ce,,"{""startTime"":1678110892313,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678110707364,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",,,,,,,"{""startTime"":1678110545531,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":21,""label"":""tour_started""},{""time"":11448,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3932,""week"":""14"",""id"":""chart""},{""time"":24868,""label"":""tour_next"",""step"":2},{""time"":29839,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3867,""week"":""52"",""id"":""chart2""},{""time"":44667,""label"":""tour_end"",""step"":2},{""time"":58695,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6102,""week"":""52"",""id"":""chart""},{""time"":72330,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7800,""week"":""52"",""id"":""chart2""}]}",, -2023-03-06 06:52:08,2023-03-06 07:01:33,IP Address,24.210.102.81,100,565,True,2023-03-06 07:01:35,R_pgXaomZWHofxP8t,,,,,42.1139,-80.1499,anonymous,EN,I consent,3.439,3.439,4.484,1,Yes,2,Yes,1.303,3.52,4.432,2,0,0,5.009,0,,"That people who are unvaccinated caught the virus more often in the later parts of the year. I interpret this as due to the colder weather in the later months we are more confined and spread is much easier. I think this is a trustworthy visualization. ",4.831,4.831,79.939,1,30.929,39.943,41.504,2,5,3300,,,,,Strongly Agree,Agree,Strongly Agree,Strongly Agree,Agree,Strongly Agree,,9.431,20.148,21.918,6,Strongly Agree,Strongly Agree,Strongly Agree,Slightly agree,Strongly Agree,Strongly Agree,I have seen similar information to this previously.,5.901,5.901,23.199,1,,,,,,,,,,,,,,,More than 4000,8500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Ages 50-79,38.788,38.788,40.236,1,,,,,,,,,,,,,,,,,,,,,,,4,,7.053,7.053,8.984,1,2,8,3,4,1,5,6,7,0,0,40.758,0,0 - Do not trust at all,4,2,1,3,0 - Do not trust at all,8,8,,7.79,21.524,24.07,8,4,5- extremely characteristic of me,2,5- extremely characteristic of me,3,4,10.808,27.442,29.007,7,Liberal,Several times a week,2.663,8.043,9.777,2,Male,1994,Pennsylvania,"Master’s degree (For example: MA, MS, MEng, MEd, MSW, MBA)",Both,English,,"White (For example, German, Irish, English, Italian, Polish, French, etc).",,,"$20,000 -$29,999",Not religious at all,No,,1.602,60.347,62.094,14,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5f2cd45cd689ae1ec67c848c,,"{""startTime"":1678110931719,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678110954104,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",,,,,,,"{""startTime"":1678110833583,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":28,""label"":""tour_started""},{""time"":18370,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2960,""week"":""37"",""id"":""chart""},{""time"":22780,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5300,""week"":""1"",""id"":""chart""},{""time"":30668,""label"":""tour_next"",""step"":2},{""time"":39682,""label"":""tour_end"",""step"":2}]}",, -2023-03-06 06:44:16,2023-03-06 07:01:51,IP Address,72.94.149.110,100,1054,True,2023-03-06 07:01:52,R_3hzPbq5N9ga1KBR,,,,,40.1101,-75.1567,anonymous,EN,I consent,6.978,6.978,8.721,1,Yes,2,Yes,1.864,6.941,8.729,2,0,0,5.006,0,,"5 seconds is not long enough to really determine whether of not i trust what i see, but on the top graph is see a steady incline and that seems likely accurate, so it doesn't immediately seem untrustworthy, but i would need to look at it l longer to see other info to commit to trusting it.",5.866,5.866,84.056,1,16.05,26.539,64.913,2,6,3300,,,,,Agree,Neither agree nor disagree,Agree,Strongly Agree,Slightly disagree,Agree,"i always like more info when seeing statistics because there are always more parameters than are listed. some fine print is always appreciated with these kinds of things ",14.62,67.084,102.776,9,Slightly agree,Strongly Agree,Agree,Neither agree nor disagree,Slightly agree,Agree,"the source gives me trust in the data, but i would like more info on how they collected the data",8.367,8.367,51.242,1,,,,,,,,,,,,,,,Between 2000 and 4000,8500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Ages 18-49,172.447,172.447,174.751,1,,,,,,,,,,,,,,,,,,,,,,,4,,6.341,6.341,15.429,1,2,8,3,4,1,5,6,7,0,0,32.838,0,1,2,5,4,4,4,8,7,,10.185,29.058,35.192,8,3,3,2,3,5- extremely characteristic of me,4,15.035,52.279,54.609,9,Moderate; middle of the road,Several times a week,6.847,16.501,19.291,2,Female,1983,Pennsylvania,Associate degree in college - Academic program,Both,English,,"White (For example, German, Irish, English, Italian, Polish, French, etc).",,,"$90,000 -$99,999",Prefer not to disclose,"Yes, you may contact me on this email address:",badnewsfairy1@gmail.com,5.765,62.687,70.748,12,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,60fceda6cb5811d060c3694c,,"{""startTime"":1678110524270,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678110627857,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",,,,,,,"{""startTime"":1678110379195,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":32,""label"":""tour_started""},{""time"":16031,""label"":""tour_next"",""step"":2},{""time"":26519,""label"":""tour_end"",""step"":2},{""time"":27340,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1903,""week"":""50"",""id"":""chart2""},{""time"":39033,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":10008,""week"":""52"",""id"":""chart""},{""time"":49875,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2813,""week"":""52"",""id"":""chart2""}]}",, -2023-03-06 06:48:47,2023-03-06 07:02:54,IP Address,173.90.9.162,100,847,True,2023-03-06 07:02:56,R_T0lrS5mtC5KBm4p,,,,,39.8209,-84.0194,anonymous,EN,I consent,5.801,5.801,6.874,1,Yes,4 or more,No,1.618,3.569,4.71,2,,,,,,,,,,,,,,,6,3300,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,5.009,0,,"For me to give it a high level of trust, I want more time to look at it and see what the source of the information is. Given that you only gave me a limited amount of time, my answer is that the visualization showed that the vaccine works. Given other things I know about the vaccine, I am quite inclined to trust/believe what you showed me. ",0.228,101.38,104.997,7,32.466,62.54,69.693,6,Less than 2000,8500,,,,,Slightly agree,Neither agree nor disagree,Agree,Strongly Agree,Slightly agree,Agree,"I would trust the accuracy of this data more if you included the source of the data. ",10.444,41.579,58.256,8,Disagree,Agree,Agree,Strongly Disagree,Neither agree nor disagree,Agree,"The visualization confirms the overwhelming evidence that has already been presented that shows the vaccine works. How many more time do we need to beat the dead horse? ",10.314,69.027,70.275,3,,,,,,,,,,,,,,,Ages 80+,51.654,51.654,53.1,1,,,,,,,,,,,,,,,,,,,,,,,6,"Thank you for an interesting study. I didn't particularly like the format of the last visual. It made it tricky to answer your last question. ",3.522,22.577,57.092,5,2,3,4,5,1,6,7,8,0,0,18.398,0,1,7,1,8,7,3,8,8,"Thank you. ",4.558,19.169,30.901,10,4,5- extremely characteristic of me,1- extremely uncharacteristic of me,3,5- extremely characteristic of me,3,7.647,18.826,19.792,6,Moderate; middle of the road,Several times a week,1.878,8.557,10.258,2,Male,1954,Ohio,"Master’s degree (For example: MA, MS, MEng, MEd, MSW, MBA)",None,English,,"Mixed race, ethnicity (please specify)",,FAIRFIELD,"$80,000 -$89,999",Moderately religious,"Yes, you may contact me on this email address:",chuckc513@gmail.com,3.261,42.851,46.767,12,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,59d75f1b8fd07a0001841feb,,,,,"{""startTime"":1678110916272,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678110812719,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",,,,,"{""startTime"":1678110660473,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":11611,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1334,""week"":""52"",""id"":""chart""},{""time"":16886,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1436,""week"":""41"",""id"":""chart""},{""time"":27506,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2521,""week"":""52"",""id"":""chart""},{""time"":31960,""label"":""tour_next"",""step"":2},{""time"":38933,""label"":""tour_end"",""step"":2},{""time"":46300,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1244,""week"":""52"",""id"":""chart""}]}", -2023-03-06 06:50:36,2023-03-06 07:03:14,IP Address,141.217.211.15,100,757,True,2023-03-06 07:03:14,R_1pRM1m6BcfMu4wu,,,,,42.2385,-83.1783,anonymous,EN,I consent,8.114,8.114,9.134,1,Yes,3,No,2.587,4.427,5.295,2,,,,,,,,,,,,,,,5,8600,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,5.011,0,,"Immediately, after comprehending the chart, I felt disbelief. Although, I did not have enough time to analyze it fully, it seemed to show a large amount of unvaccinated population compared to vaccinated. I am inclined to not trust the vaccination, but I cannot say for sure.",4.113,69.986,70.851,2,2.01,20.851,75.216,3,Between 2000 and 4000,6500,,,,,Disagree,Disagree,Neither agree nor disagree,Slightly agree,Disagree,Disagree,,9.673,30.433,32.165,10,Strongly Disagree,Disagree,Disagree,Strongly Disagree,Strongly Disagree,Slightly disagree,I just feel like the statistics are somewhat off in relation to the timeframe. I feel like usually more people are vaccinated than not.,1.094,1.094,50.113,1,,,,,,,,,,,,,,,Ages 50-79,78.857,78.857,79.91,1,,,,,,,,,,,,,,,,,,,,,,,5,,4.366,4.366,5.034,1,2,8,3,4,1,5,6,7,0,0,16.359,0,5,6,5,4,4,6,10 - Trust it completely,10 - Trust it completely,,6.343,23.49,28.3,12,4,5- extremely characteristic of me,1- extremely uncharacteristic of me,2,4,4,7.128,32.8,33.8,8,Liberal,Less than once a week,3.651,11.435,12.564,2,Male,1999,Michigan,Some college but no degree,Both,English,,"White (For example, German, Irish, English, Italian, Polish, French, etc).",,,"$5,000 -$9,999",Not religious at all,No,,1.832,49.732,50.914,20,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5fb6f3bc48d534199270ad38,,,,,"{""startTime"":1678111009114,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678110939603,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",,,,,"{""startTime"":1678110738641,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":31,""label"":""tour_started""},{""time"":9590,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2333,""week"":""52"",""id"":""chart""},{""time"":11957,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3716,""week"":""1"",""id"":""chart""},{""time"":18302,""label"":""tour_next"",""step"":2},{""time"":20766,""label"":""tour_end"",""step"":2},{""time"":23998,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1250,""week"":""14"",""id"":""chart""},{""time"":31758,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6169,""week"":""24"",""id"":""chart""}]}", -2023-03-06 06:51:19,2023-03-06 07:03:20,IP Address,76.180.85.88,100,720,True,2023-03-06 07:03:20,R_1onWzA1GwCIsMaN,,,,,42.9074,-78.8197,anonymous,EN,I consent,8.626,8.626,10.794,1,Yes,2,No,7.432,11.799,14.703,3,,,,,,,,,,,,,,,8,8000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,More than 4000,8500,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,5.008,0,,I would be more inclined to trust the visualization if there were more evidence.,4.935,4.935,34.748,1,37.473,113.275,132.511,5,Ages 18-49,65.8,65.8,67.288,1,Slightly agree,Slightly agree,Slightly agree,Agree,Agree,Slightly agree,,14.674,43.055,45.409,6,Slightly agree,Agree,Agree,Neither agree nor disagree,Slightly agree,Slightly agree,I would like more evidence,,,,,4,,8.762,8.762,10.54,1,2,8,3,4,1,5,6,7,0,0,21.172,0,5,5,6,6,4,6,9,7,,7.555,30.364,35.285,8,3,4,2,2,4,3,10.206,37.736,39.649,6,Moderate; middle of the road,Once a day,3.506,18.79,20.477,2,Female,1988,New York,"Master’s degree (For example: MA, MS, MEng, MEd, MSW, MBA)",Both,English,,"White (For example, German, Irish, English, Italian, Polish, French, etc).",,,"$40,000 -$49,999",Slightly religious,No,,2.343,104.588,109.437,19,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5ee95a4c2a64f72f5d95a2fc,,,,,,,,"{""startTime"":1678110978312,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678110935635,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",,,"{""startTime"":1678110734846,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":53,""label"":""tour_started""},{""time"":13278,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":11350,""week"":""47"",""id"":""chart""},{""time"":28055,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7003,""week"":""52"",""id"":""chart""},{""time"":37324,""label"":""tour_next"",""step"":5},{""time"":60051,""label"":""started_brush"",""startDate"":""2021-05-27"",""endDate"":""2021-10-02""},{""time"":66618,""label"":""tour_next"",""step"":5},{""time"":73065,""label"":""cleared_brush"",""using"":""Click""},{""time"":80199,""label"":""cleared_brush"",""using"":""Click""},{""time"":93590,""label"":""moved_brush"",""startDate"":""2021-10-30"",""endDate"":""2022-02-07""},{""time"":94648,""label"":""tour_next"",""step"":5},{""time"":101915,""label"":""cleared_brush"",""using"":""Click""},{""time"":101915,""label"":""cleared_brush"",""using"":""Escape""},{""time"":105325,""label"":""tour_next"",""step"":5},{""time"":113126,""label"":""tour_end"",""step"":5},{""time"":119284,""label"":""cleared_brush"",""using"":""Click""},{""time"":128787,""label"":""started_brush"",""startDate"":""2021-09-13"",""endDate"":""2021-10-25""}]}" -2023-03-06 06:51:58,2023-03-06 07:03:56,IP Address,98.1.76.245,100,718,True,2023-03-06 07:03:57,R_1QxSNSh31y4eKCF,,,,,43.093,-78.9635,anonymous,EN,I consent,3.565,4.511,5.879,2,Yes,2,Yes,1.533,4.684,7.048,3,,,,,,,,,,,,,,,6,3300,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Between 2000 and 4000,7500,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,5.007,0,,"I saw a spike at the end of this year, but I couldn't determine what was the cause. It seems not in line with what I would have expected.",0.574,5.07,31.382,2,12.998,175.26,177.395,41,Ages 18-49,64.964,64.964,66.539,1,Agree,Agree,Agree,Agree,Agree,Agree,"I want to trust the data because of the source listed, but you can never be too careful.",5.979,15.723,29.483,9,Agree,Agree,Agree,Agree,Agree,Slightly agree,The numbers seem higher than I would have thought.,,,,,5,,3.786,4.778,6.324,3,1,8,2,3,4,5,6,7,0,0,13.387,0,5,7,8,7,5,7,8,8,,2.401,10.977,12.424,8,4,4,2,2,4,4,2.144,21.959,23.113,7,Moderate; middle of the road,Once a week,2.687,5.564,6.494,2,Male,1982,California,"Master’s degree (For example: MA, MS, MEng, MEd, MSW, MBA)",One,English,,"Other race, ethnicity, or origin (please specify)",Niagara Falls,,"$120,000 -$129,999",Slightly religious,"Yes, you may contact me on this email address:",ubmplong@gmail.com,2.728,193.575,199.498,70,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,56f542877e3935000ce43685,,,,,,,,"{""startTime"":1678111053915,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678111021612,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":3548,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1335,""week"":""46"",""id"":""chart""}]}",,,"{""startTime"":1678110776722,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":144,""label"":""tour_started""},{""time"":17457,""label"":""tour_next"",""step"":5},{""time"":28422,""label"":""cleared_brush"",""using"":""Click""},{""time"":29474,""label"":""cleared_brush"",""using"":""Click""},{""time"":50161,""label"":""tour_back"",""step"":5},{""time"":53151,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2816,""week"":""47"",""id"":""chart""},{""time"":57538,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2128,""week"":""49"",""id"":""chart""},{""time"":79297,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2018,""week"":""32"",""id"":""chart""},{""time"":85919,""label"":""tour_next"",""step"":5},{""time"":96930,""label"":""cleared_brush"",""using"":""Click""},{""time"":101397,""label"":""cleared_brush"",""using"":""Click""},{""time"":106008,""label"":""tour_back"",""step"":5},{""time"":108007,""label"":""tour_next"",""step"":5},{""time"":115441,""label"":""cleared_brush"",""using"":""Click""},{""time"":116516,""label"":""cleared_brush"",""using"":""Click""},{""time"":125952,""label"":""tour_back"",""step"":5},{""time"":128896,""label"":""tour_next"",""step"":5},{""time"":131585,""label"":""cleared_brush"",""using"":""Click""},{""time"":132242,""label"":""cleared_brush"",""using"":""Click""},{""time"":133569,""label"":""started_brush"",""startDate"":""2021-04-29"",""endDate"":""2021-05-22""},{""time"":135024,""label"":""tour_next"",""step"":5},{""time"":140441,""label"":""started_brush"",""startDate"":""2021-07-22"",""endDate"":""2021-08-16""},{""time"":147586,""label"":""started_brush"",""startDate"":""2021-05-04"",""endDate"":""2021-05-27""},{""time"":149064,""label"":""moved_brush"",""startDate"":""2021-04-23"",""endDate"":""2021-05-15""},{""time"":150064,""label"":""tour_next"",""step"":5},{""time"":152977,""label"":""started_brush"",""startDate"":""2021-06-13"",""endDate"":""2021-07-29""},{""time"":170353,""label"":""cleared_brush"",""using"":""Click""},{""time"":171339,""label"":""started_brush"",""startDate"":""2021-08-23"",""endDate"":""2021-09-26""},{""time"":172368,""label"":""tour_next"",""step"":5},{""time"":175087,""label"":""tour_end"",""step"":5}]}" -2023-03-06 06:41:33,2023-03-06 07:05:28,IP Address,72.188.25.197,100,1435,True,2023-03-06 07:05:29,R_BSdzOWzsm4koX8B,,,,,29.0422,-81.2863,anonymous,EN,I consent,16.864,17.755,19.22,2,Yes,3,No,7.602,59.895,61.077,4,,,,,,,,,,,,,,,6,3300,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,More than 4000,6500,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,5.108,0,,My first impression was that it looked accurate. I would trust that it is fairly accurate based on what I know about it.,62.474,62.474,142.089,1,81.88,193.403,214.628,17,Ages 18-49,42.838,42.838,57.825,1,Agree,Agree,Neither agree nor disagree,Strongly Agree,Agree,Slightly agree,,47.121,113.396,116.47,10,Slightly agree,Agree,Agree,Slightly agree,Slightly agree,Slightly agree,I have seen other sources of information such as news that makes me think the data is fairly accurate at a glance.,,,,,4,,12.929,12.929,15.754,1,2,8,3,4,1,5,6,7,0,0,30.6,0,6,6,7,6,5,7,9,9,,15.043,39.251,45.794,8,3,2,2,3,2,4,49.087,98.322,100.381,6,Liberal,Several times a week,14.521,26.243,31.549,2,Male,1985,Florida,"Bachelor’s degree (For example: BA, AB, BS)",None,English,,"White (For example, German, Irish, English, Italian, Polish, French, etc).",,,"$50,000 -$59,999",Slightly religious,No,,4.865,98.811,100.893,13,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5fc6bb4182ff63089f4a26be,,,,,,,,"{""startTime"":1678110612368,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678110729405,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",,,"{""startTime"":1678110338799,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":44,""label"":""tour_started""},{""time"":81784,""label"":""tour_next"",""step"":5},{""time"":142622,""label"":""cleared_brush"",""using"":""Click""},{""time"":147107,""label"":""moved_brush"",""startDate"":""2021-07-30"",""endDate"":""2021-09-02""},{""time"":151877,""label"":""started_brush"",""startDate"":""2021-06-09"",""endDate"":""2021-09-20""},{""time"":154717,""label"":""tour_next"",""step"":5},{""time"":162556,""label"":""moved_brush"",""startDate"":""2021-08-06"",""endDate"":""2021-09-20""},{""time"":164214,""label"":""tour_next"",""step"":5},{""time"":173951,""label"":""cleared_brush"",""using"":""Click""},{""time"":175880,""label"":""tour_next"",""step"":5},{""time"":178958,""label"":""tour_end"",""step"":5},{""time"":188512,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1144,""week"":""52"",""id"":""chart""},{""time"":201809,""label"":""started_brush"",""startDate"":""2021-11-20"",""endDate"":""2022-01-18""}]}" -2023-03-06 06:41:14,2023-03-06 07:05:37,IP Address,172.58.45.45,100,1462,True,2023-03-06 07:05:38,R_UYiP2Qo6WFoRxUR,,,,,47.6901,-122.3747,anonymous,EN,I consent,6.564,6.564,7.38,1,Yes,1,Yes,2.241,7.617,9.132,2,,,,,,,,,,,,,,,6,3300,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,5.009,0,,Probably not inclined to trust what I saw due to the spike on the chart.,3.67,3.67,44.098,1,59.922,214.619,220.599,5,More than 4000,8500,,,,,Slightly agree,Disagree,Neither agree nor disagree,Agree,Agree,Neither agree nor disagree,,18.154,45.235,48.012,6,Slightly agree,Agree,Neither agree nor disagree,Strongly Disagree,Slightly disagree,Neither agree nor disagree,"I find it hard to trust most information related to covid. There have been too many lies, misdirection's, and fake news coming from the media and even our government.",3.927,93.295,99.571,5,,,,,,,,,,,,,,,Ages 50-79,53.749,53.749,55.042,1,,,,,,,,,,,,,,,,,,,,,,,5,,7.436,7.774,12.101,2,2,8,3,4,1,5,6,7,0,0,25.908,0,4,5,9,7,1,5,8,8,,6.558,24.236,26.907,8,3,4,2,3,5- extremely characteristic of me,5- extremely characteristic of me,7.419,50.962,52.307,7,Conservative,Several times a week,7.124,18.733,20.691,2,Male,1963,Washington,Some college but no degree,None,English,,"Other race, ethnicity, or origin (please specify)",OCEAN PARK,,"$90,000 -$99,999",Not religious at all,"Yes, you may contact me on this email address:",6287a8c4a6303ff156cd0853@email.prolific.co,2.973,482.002,488.133,86,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,6287a8c4a6303ff156cd0853,,,,,"{""startTime"":1678110628216,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678110486345,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",,,,,"{""startTime"":1678110165394,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":34,""label"":""tour_started""},{""time"":8274,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1646,""week"":""51"",""id"":""chart""},{""time"":10704,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5312,""week"":""1"",""id"":""chart""},{""time"":16048,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1119,""week"":""2"",""id"":""chart""},{""time"":17301,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1061,""week"":""3"",""id"":""chart""},{""time"":19063,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1132,""week"":""5"",""id"":""chart""},{""time"":20197,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2962,""week"":""5"",""id"":""chart""},{""time"":42187,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2617,""week"":""51"",""id"":""chart""},{""time"":45751,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2601,""week"":""52"",""id"":""chart""},{""time"":48549,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1766,""week"":""1"",""id"":""chart""},{""time"":50333,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1515,""week"":""2"",""id"":""chart""},{""time"":51998,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1713,""week"":""3"",""id"":""chart""},{""time"":65898,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1484,""week"":""50"",""id"":""chart""},{""time"":67449,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1730,""week"":""49"",""id"":""chart""},{""time"":69611,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1266,""week"":""34"",""id"":""chart""},{""time"":73826,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2848,""week"":""27"",""id"":""chart""},{""time"":76721,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5863,""week"":""26"",""id"":""chart""},{""time"":84015,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1001,""week"":""28"",""id"":""chart""},{""time"":90258,""label"":""tour_next"",""step"":2},{""time"":114003,""label"":""tour_back"",""step"":2},{""time"":115083,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3965,""week"":""52"",""id"":""chart""},{""time"":119897,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1748,""week"":""1"",""id"":""chart""},{""time"":121664,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":9423,""week"":""52"",""id"":""chart""},{""time"":132036,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":18797,""week"":""14"",""id"":""chart""},{""time"":158626,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":9325,""week"":""31"",""id"":""chart""},{""time"":168532,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4781,""week"":""51"",""id"":""chart""},{""time"":173376,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":10541,""week"":""52"",""id"":""chart""},{""time"":183949,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":12837,""week"":""1"",""id"":""chart""},{""time"":197303,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2916,""week"":""52"",""id"":""chart""},{""time"":200535,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1765,""week"":""51"",""id"":""chart""},{""time"":202535,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6806,""week"":""50"",""id"":""chart""},{""time"":212849,""label"":""tour_next"",""step"":2},{""time"":214106,""label"":""tour_end"",""step"":2}]}", -2023-03-06 06:57:19,2023-03-06 07:06:00,IP Address,71.223.101.121,100,520,True,2023-03-06 07:06:00,R_ZF6Y1ZiNHflaY93,,,,,33.4342,-111.8454,anonymous,EN,I consent,5.277,5.277,5.902,1,Yes,3,Yes,1.248,4,4.934,3,,,,,,,,,,,,,,,6,8000,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,5.01,0,,no it looks like covid is gaining in a time people where vaccinated that makes no sense. Vaccines prevented all infections,1.522,33.874,36.017,5,3.267,12.771,20.443,4,More than 4000,6500,,,,,Strongly Disagree,Strongly Disagree,Strongly Disagree,Strongly Agree,Strongly Disagree,Strongly Disagree,,3.425,11.121,12.476,8,Strongly Disagree,Agree,Neither agree nor disagree,Strongly Disagree,Strongly Disagree,Strongly Disagree," lack of trust in the data used, concerns about bias towards promoting vaccinations, and a belief that the chart is being used to promote fear and panic",4.478,117.168,117.671,4,,,,,,,,,,,,,,,Ages 50-79,14.115,14.115,15.001,1,,,,,,,,,,,,,,,,,,,,,,,4,,3.739,3.739,5.397,1,2,8,3,4,1,5,6,7,0,0,13.158,0,0 - Do not trust at all,0 - Do not trust at all,8,0 - Do not trust at all,0 - Do not trust at all,0 - Do not trust at all,0 - Do not trust at all,0 - Do not trust at all,,4.195,11.091,13.169,9,1- extremely uncharacteristic of me,4,1- extremely uncharacteristic of me,4,1- extremely uncharacteristic of me,3,15.322,71.001,72.022,10,Moderate; middle of the road,Never,3.677,10.534,12.386,4,Male,1989,Arizona,"Bachelor’s degree (For example: BA, AB, BS)",One,English,,"Mixed race, ethnicity (please specify)",,Mesa,"$70,000 -$79,999",Very religious,"Yes, you may contact me on this email address:",jon.stumpf89@outlook.com,2.006,46.613,49.411,15,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,6297567582d2ed2d88ae0450,,,,,"{""startTime"":1678111330834,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678111197925,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",,,,,"{""startTime"":1678111103555,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":81,""label"":""tour_started""},{""time"":8271,""label"":""tour_next"",""step"":2},{""time"":12582,""label"":""tour_end"",""step"":2},{""time"":15976,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1951,""week"":""52"",""id"":""chart""}]}", -2023-03-06 06:45:52,2023-03-06 07:07:09,IP Address,50.201.78.248,100,1277,True,2023-03-06 07:07:10,R_2uBrwynRCmW8xRo,,,,,30.3524,-81.5867,anonymous,EN,I consent,3.041,3.041,4.295,1,Yes,2,Yes,1.954,3.866,5.163,2,,,,,,,,,,,,,,,8,3300,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Between 2000 and 4000,6500,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,5.008,0,,"It spiked at later part of 2022, with vaccinated and unvaccinated. It can be trusted. ",1.11,1.11,27.553,1,10.234,162.468,168.668,37,Ages 50-79,23.928,23.928,24.884,1,Agree,Agree,Agree,Agree,Agree,Agree,,11.286,16.754,19.03,7,Agree,Strongly Agree,Strongly Agree,Strongly Agree,Strongly Agree,Strongly Agree,"Because it shows a wide range of data based on age and vaccination status. ",,,,,5,,5.2,7.464,9.042,2,2,8,3,4,1,5,6,7,0,0,14.894,0,1,1,5,6,1,8,10 - Trust it completely,9,,35.42,59.481,60.688,8,5- extremely characteristic of me,4,1- extremely uncharacteristic of me,4,4,4,595.528,610.601,612.012,6,Moderate; middle of the road,Several times a week,106.857,109.801,111.113,2,Male,1992,Florida,"Master’s degree (For example: MA, MS, MEng, MEd, MSW, MBA)",None,English,,"White (For example, German, Irish, English, Italian, Polish, French, etc).",,,"$70,000 -$79,999",Very religious,"Yes, you may contact me on this email address:",matthewhunterplummer@gmail.com,1.272,40.521,45.58,15,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5ef517ab79cf2c15b7452eda,,,,,,,,"{""startTime"":1678110646990,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":3651,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1817,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678110602051,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",,,"{""startTime"":1678110516122,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":6213,""label"":""tour_next"",""step"":5},{""time"":8595,""label"":""cleared_brush"",""using"":""Click""},{""time"":10590,""label"":""cleared_brush"",""using"":""Click""}]}" -2023-03-06 06:48:01,2023-03-06 07:07:34,IP Address,128.173.138.84,100,1173,True,2023-03-06 07:07:35,R_0O0sh0JXjqYwKgF,,,,,37.1362,-80.4125,anonymous,EN,I consent,349.53,349.53,350.179,1,Yes,2,Yes,1.433,4.861,5.41,3,0,0,5.012,0,,That people who are vaccinated are less likely to be infected with Covid 19. I trust the visualization as there have been studies showing that those vaccinated are less likely to get Covid or have milder symptoms than those not vaccinated.,1.115,61.544,65.325,4,9.708,40.899,42.665,4,6,3300,,,,,Agree,Slightly disagree,Slightly agree,Strongly Agree,Strongly Agree,Agree,,5.985,35.201,38.183,9,Slightly agree,Strongly Agree,Strongly Agree,Agree,Strongly Agree,Agree,"The center for disease control is trustworthy source of information. ",13.882,13.882,29.84,1,,,,,,,,,,,,,,,More than 4000,8500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Ages 80+,40.027,40.027,41.57,1,,,,,,,,,,,,,,,,,,,,,,,5,,6.827,6.827,7.857,1,2,8,3,4,1,5,6,7,0,0,19,0,5,4,8,4,3,3,9,8,,6.611,22.351,24.252,9,5- extremely characteristic of me,1- extremely uncharacteristic of me,5- extremely characteristic of me,2,4,2,8.447,24.602,26.274,6,Moderate; middle of the road,Several times a week,5.5,17.884,18.243,3,Female,1986,Virginia,Associate degree in college - Occupational/vocational program,None,English,,"White (For example, German, Irish, English, Italian, Polish, French, etc).",,,"$80,000 -$89,999",Moderately religious,"Yes, you may contact me on this email address:",alharell@gmail.com,1.274,114.495,118.241,52,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5c0fa2324324e80001c951c9,,"{""startTime"":1678111172891,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":19285,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1621,""week"":""6"",""id"":""chart2""}]}","{""startTime"":1678111211587,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",,,,,,,"{""startTime"":1678111038752,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":32,""label"":""tour_started""},{""time"":10696,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1885,""week"":""2"",""id"":""chart""},{""time"":15652,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1684,""week"":""27"",""id"":""chart""},{""time"":18287,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1852,""week"":""52"",""id"":""chart""},{""time"":24236,""label"":""tour_next"",""step"":2},{""time"":31852,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3402,""week"":""34"",""id"":""chart2""},{""time"":35272,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2219,""week"":""35"",""id"":""chart2""},{""time"":40831,""label"":""tour_end"",""step"":2}]}",, -2023-03-06 06:47:16,2023-03-06 07:08:17,IP Address,121.91.227.206,100,1261,True,2023-03-06 07:08:18,R_XhzQFMbAZEFjGnf,,,,,34.0544,-118.2441,anonymous,EN,I consent,15.685,28.597,29.926,2,Yes,3,No,34.157,55.557,56.34,12,,,,,,,,,,,,,,,8,3300,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Between 2000 and 4000,8500,,,,,,,,,,,,,,,,,,,,,,,,,,,2.688,3.048,5.009,2,,My first impressions of this visualization is Positive. I trust the visualization because I think its right.,3.123,185.632,187.371,9,11.183,68.783,70.186,19,Ages 18-49,3.175,96.79,102.869,6,Agree,Neither agree nor disagree,Agree,Neither agree nor disagree,Agree,Slightly agree,Nope.,0.273,13.032,22.44,9,Neither agree nor disagree,Slightly agree,Slightly agree,Agree,Slightly agree,Slightly agree,"This visualization illustrates the vaccination rates of different age groups. That's why I Slightly agree with the statement ""I trust this visualization"".",,,,,5,,2.011,2.011,2.838,1,2,8,3,4,1,5,6,7,5.084,37.972,57.389,5,6,8,7,5,7,6,8,6,No comments.,1.861,6.301,17.455,9,3,4,3,3,4,4,1.609,8.441,9.14,7,Liberal,Several times a week,1.787,15.971,16.278,5,Female,1995,Pennsylvania,"Bachelor’s degree (For example: BA, AB, BS)",Both,English,,"White (For example, German, Irish, English, Italian, Polish, French, etc).",,,"$150,000 and over",Moderately religious,"Yes, you may contact me on this email address:",,1,75.59,76.384,21,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,6138c06bd7d7f2b7720e7a27,,,,,,,,"{""startTime"":1678110943335,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678110967879,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",,,"{""startTime"":1678110764868,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":89,""label"":""tour_started""},{""time"":14841,""label"":""tour_next"",""step"":5},{""time"":19035,""label"":""cleared_brush"",""using"":""Click""},{""time"":21602,""label"":""started_brush"",""startDate"":""2021-07-28"",""endDate"":""2021-09-09""},{""time"":23509,""label"":""moved_brush"",""startDate"":""2021-04-18"",""endDate"":""2021-05-31""},{""time"":24042,""label"":""tour_next"",""step"":5},{""time"":29885,""label"":""started_brush"",""startDate"":""2021-07-27"",""endDate"":""2021-11-28""},{""time"":32606,""label"":""moved_brush"",""startDate"":""2021-10-06"",""endDate"":""2022-02-07""},{""time"":33070,""label"":""moved_brush"",""startDate"":""2021-10-06"",""endDate"":""2022-02-07""},{""time"":33914,""label"":""tour_next"",""step"":5},{""time"":36317,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-08-07""},{""time"":37247,""label"":""moved_brush"",""startDate"":""2021-10-06"",""endDate"":""2022-02-07""},{""time"":39732,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-08-07""},{""time"":40445,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-08-07""},{""time"":41533,""label"":""moved_brush"",""startDate"":""2021-10-06"",""endDate"":""2022-02-07""},{""time"":42093,""label"":""moved_brush"",""startDate"":""2021-10-06"",""endDate"":""2022-02-07""},{""time"":42676,""label"":""moved_brush"",""startDate"":""2021-09-15"",""endDate"":""2022-01-17""},{""time"":42909,""label"":""moved_brush"",""startDate"":""2021-09-15"",""endDate"":""2022-01-17""},{""time"":43249,""label"":""cleared_brush"",""using"":""Click""},{""time"":43393,""label"":""moved_brush"",""startDate"":""2021-07-25"",""endDate"":""2021-07-30""},{""time"":43743,""label"":""started_brush"",""startDate"":""2021-08-22"",""endDate"":""2021-08-27""},{""time"":44466,""label"":""tour_next"",""step"":5},{""time"":46440,""label"":""tour_end"",""step"":5}]}" -2023-03-06 06:51:45,2023-03-06 07:08:45,IP Address,68.119.155.70,100,1019,True,2023-03-06 07:08:45,R_3EmPuE5t9Jx8zs0,,,,,33.9388,-117.416,anonymous,EN,I consent,19.521,27.904,28.776,2,Yes,2,No,4.986,6.8,8.064,2,,,,,,,,,,,,,,,6,3300,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,More than 4000,8500,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,5.015,0,,"The chart seems credible but it is also a lot of information to take in. Sometimes complexity can be used to misguide, but overall the visualization seemed legitimate on a very brief inspection. My gut would be to take it at face value and then potentially corroborate it using additional resources. ",5.185,72.584,88.681,5,15.724,251.813,275.3,36,Ages 18-49,2.132,60.427,65.819,5,Neither agree nor disagree,Slightly agree,Neither agree nor disagree,Agree,Slightly disagree,Agree,"It's interesting that sometimes data can be blinding - Which is to say I missed the source at the bottom of the chart because I was so focused on trying to decipher the various elements of the information provided with the visualization. ",5.811,33.108,76.823,13,Slightly agree,Slightly agree,Agree,Strongly Agree,Agree,Agree,In situations where I am presented with a highly specialized and high quality visualization I tend to lean towards trust versus mistrust. Typically misinformation is less-polished and not as in-depth. I tend to give the benefit of the doubt in these situation and if the data seems contradictory I would further investigate.,,,,,6,,4.386,5.367,7.198,4,2,8,3,4,1,5,6,7,0,0,21.879,0,7,8,6,6,4,6,9,7,,14.224,34.477,40.646,14,3,3,2,2,4,3,4.163,54.999,55.8,24,Liberal,Once a day,1.899,11.475,12.222,5,Male,1984,California,"Bachelor’s degree (For example: BA, AB, BS)",Both,English,,"White (For example, German, Irish, English, Italian, Polish, French, etc).",,,"$140,000 -$149,999",Moderately religious,No,,1.633,44.311,44.939,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5e3dff6b8714b707b9a258b0,,,,,,,,"{""startTime"":1678111300034,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678111194856,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",,,"{""startTime"":1678110853060,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":25264,""label"":""tour_next"",""step"":5},{""time"":27266,""label"":""tour_back"",""step"":5},{""time"":31494,""label"":""tour_next"",""step"":5},{""time"":55357,""label"":""started_brush"",""startDate"":""2021-08-16"",""endDate"":""2021-11-16""},{""time"":57439,""label"":""moved_brush"",""startDate"":""2021-08-16"",""endDate"":""2021-11-03""},{""time"":58189,""label"":""tour_next"",""step"":5},{""time"":64524,""label"":""moved_brush"",""startDate"":""2021-08-22"",""endDate"":""2021-11-09""},{""time"":65277,""label"":""moved_brush"",""startDate"":""2021-06-19"",""endDate"":""2021-09-06""},{""time"":66714,""label"":""moved_brush"",""startDate"":""2021-08-14"",""endDate"":""2021-11-02""},{""time"":71598,""label"":""cleared_brush"",""using"":""Click""},{""time"":72602,""label"":""tour_next"",""step"":5},{""time"":79439,""label"":""cleared_brush"",""using"":""Click""},{""time"":79439,""label"":""cleared_brush"",""using"":""Escape""},{""time"":80458,""label"":""tour_next"",""step"":5},{""time"":85842,""label"":""tour_end"",""step"":5},{""time"":87673,""label"":""cleared_brush"",""using"":""Click""},{""time"":87673,""label"":""cleared_brush"",""using"":""Escape""},{""time"":87945,""label"":""cleared_brush"",""using"":""Click""},{""time"":87945,""label"":""cleared_brush"",""using"":""Escape""},{""time"":106114,""label"":""started_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-04-29""},{""time"":107170,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-04-29""},{""time"":108175,""label"":""cleared_brush"",""using"":""Click""},{""time"":112990,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-07-14""},{""time"":113770,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1579,""week"":""15"",""id"":""chart""},{""time"":115362,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2693,""week"":""15"",""id"":""chart""},{""time"":119353,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2586,""week"":""15"",""id"":""chart""},{""time"":133843,""label"":""cleared_brush"",""using"":""Click""},{""time"":137927,""label"":""started_brush"",""startDate"":""2021-10-30"",""endDate"":""2021-11-05""},{""time"":140683,""label"":""cleared_brush"",""using"":""Click""},{""time"":141634,""label"":""cleared_brush"",""using"":""Click""},{""time"":144223,""label"":""cleared_brush"",""using"":""Click""},{""time"":147667,""label"":""moved_brush"",""startDate"":""2021-11-20"",""endDate"":""2022-01-24""},{""time"":148870,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1452,""week"":""52"",""id"":""chart""},{""time"":152970,""label"":""moved_brush"",""startDate"":""2021-11-20"",""endDate"":""2022-02-07""},{""time"":153766,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":2072,""week"":""6"",""id"":""chart""},{""time"":162053,""label"":""moved_brush"",""startDate"":""2021-08-18"",""endDate"":""2022-02-07""},{""time"":162620,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":14693,""week"":""52"",""id"":""chart""},{""time"":180428,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1193,""week"":""3"",""id"":""chart""},{""time"":203988,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1199,""week"":""52"",""id"":""chart""},{""time"":211713,""label"":""moved_brush"",""startDate"":""2021-08-18"",""endDate"":""2022-01-16""},{""time"":214641,""label"":""moved_brush"",""startDate"":""2021-12-09"",""endDate"":""2022-01-16""},{""time"":215259,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1470,""week"":""50"",""id"":""chart""},{""time"":218593,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1052,""week"":""52"",""id"":""chart""},{""time"":220509,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1386,""week"":""52"",""id"":""chart""},{""time"":224764,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":3248,""week"":""1"",""id"":""chart""},{""time"":238158,""label"":""moved_brush"",""startDate"":""2021-12-09"",""endDate"":""2022-01-16""},{""time"":238372,""label"":""moved_brush"",""startDate"":""2021-12-09"",""endDate"":""2022-01-16""},{""time"":240833,""label"":""moved_brush"",""startDate"":""2021-08-20"",""endDate"":""2022-01-16""},{""time"":244238,""label"":""moved_brush"",""startDate"":""2021-08-20"",""endDate"":""2022-02-07""},{""time"":253507,""label"":""cleared_brush"",""using"":""Click""},{""time"":253503,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1043,""week"":""15"",""id"":""chart""}]}" -2023-03-06 06:49:00,2023-03-06 07:11:43,IP Address,71.225.244.85,100,1362,True,2023-03-06 07:11:44,R_3j1eCoDXYTXYRGT,,,,,39.9664,-75.1685,anonymous,EN,I consent,1.4,50.279,51.139,6,Yes,3,No,2.871,12.67,15.421,4,,,,,,,,,,,,,,,5,3300,,,,,,,,,,,,,,,,,,,,,,,,,,,4.217,4.217,5.023,1,,"I think the chart is right, those who are not vaccinated, are the most who are infected covid-19. ",45.329,183.459,186.237,8,31.324,38.724,73.633,2,Between 2000 and 4000,8500,,,,,Agree,Agree,Agree,Agree,Agree,Agree,,8.479,40.815,43.468,8,Slightly agree,Agree,Strongly Agree,Agree,Agree,Agree,"This data is easy to process and informative. ",3.492,48.043,50.721,7,,,,,,,,,,,,,,,Ages 50-79,24.195,24.195,58.56,1,,,,,,,,,,,,,,,,,,,,,,,5,,14.734,14.734,16.839,1,2,8,3,4,1,5,6,7,4.258,44.354,46.002,3,7,8,7,8,7,8,9,9,,5.049,22.304,24.039,9,2,2,4,4,2,4,8.4,39.447,40.192,7,Slightly liberal,Once a day,5.53,18.362,22.961,4,Male,1989,Pennsylvania,"Bachelor’s degree (For example: BA, AB, BS)",One,English,,"White (For example, German, Irish, English, Italian, Polish, French, etc).",,,"$110,000 -$119,999",Not religious at all,"Yes, you may contact me on this email address:",6102d892986a0f83785e2470@email.prolific.co,4.205,185.141,185.836,51,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,6102d892986a0f83785e2470,,,,,"{""startTime"":1678111219806,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678111138586,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":3122,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4296,""week"":""1"",""id"":""chart""}]}",,,,,"{""startTime"":1678110828715,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":34,""label"":""tour_started""},{""time"":29540,""label"":""tour_next"",""step"":2},{""time"":36940,""label"":""tour_end"",""step"":2},{""time"":38283,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":20244,""week"":""1"",""id"":""chart""},{""time"":59352,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4138,""week"":""52"",""id"":""chart""},{""time"":67532,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2597,""week"":""33"",""id"":""chart""}]}", -2023-03-06 06:56:42,2023-03-06 07:14:47,IP Address,69.137.195.222,100,1085,True,2023-03-06 07:14:48,R_0VDkXLBsr0gxNx7,,,,,26.5921,-81.6784,anonymous,EN,I consent,240.952,240.952,243.211,1,No,,No,2.714,2.714,4.802,1,,,,,,,,,,,,,,,6,3300,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,More than 4000,8500,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,5.016,0,,I am not inclined to trust the visualization. I was not able to look at the information long enough and I don't know the source of the information.,5.612,55.802,58.393,3,40.888,110.572,148.23,7,Ages 18-49,13.728,54.556,56.57,2,Strongly Disagree,Strongly Disagree,Strongly Disagree,Agree,Agree,Strongly Disagree,,14.516,38.25,42.155,7,Strongly Disagree,Agree,Neither agree nor disagree,Neither agree nor disagree,Strongly Disagree,Neither agree nor disagree,The visualization does not provide enough information to know whether the data is correct or not.,,,,,1,,6.299,6.299,10.032,1,2,8,5,3,1,4,7,6,22.698,36.875,74.561,5,0 - Do not trust at all,0 - Do not trust at all,1,2,0 - Do not trust at all,0 - Do not trust at all,2,2,,11.194,21.897,24.249,8,3,3,2,2,3,3,4.307,16.244,17.382,6,Conservative,Several times a week,2.774,12.774,14.179,2,Female,1982,Florida,High school graduate - High school diploma or equivalent (for example: GED),None,English,,"White (For example, German, Irish, English, Italian, Polish, French, etc).",,,"$60,000 -$69,999",Moderately religious,No,,3.318,69.575,71.079,19,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5ae59f8cc3c3ab00018f7185,,,,,,,,"{""startTime"":1678111534849,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678111577676,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",,,"{""startTime"":1678111329372,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":37,""label"":""tour_started""},{""time"":28277,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1362,""week"":""1"",""id"":""chart""},{""time"":30806,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5231,""week"":""52"",""id"":""chart""},{""time"":36074,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3114,""week"":""1"",""id"":""chart""},{""time"":40407,""label"":""tour_next"",""step"":5},{""time"":63107,""label"":""started_brush"",""startDate"":""2021-07-05"",""endDate"":""2021-07-25""},{""time"":67937,""label"":""moved_brush"",""startDate"":""2021-07-05"",""endDate"":""2021-09-13""},{""time"":71285,""label"":""tour_next"",""step"":5},{""time"":88588,""label"":""moved_brush"",""startDate"":""2021-11-04"",""endDate"":""2022-01-13""},{""time"":92518,""label"":""moved_brush"",""startDate"":""2021-11-04"",""endDate"":""2022-01-23""},{""time"":93726,""label"":""tour_next"",""step"":5},{""time"":99759,""label"":""cleared_brush"",""using"":""Click""},{""time"":101897,""label"":""tour_next"",""step"":5},{""time"":110091,""label"":""tour_end"",""step"":5},{""time"":113710,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1186,""week"":""2"",""id"":""chart""},{""time"":118829,""label"":""started_brush"",""startDate"":""2021-11-27"",""endDate"":""2022-01-02""},{""time"":119449,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7671,""week"":""52"",""id"":""chart""},{""time"":127123,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2529,""week"":""52"",""id"":""chart""},{""time"":131914,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6597,""week"":""51"",""id"":""chart""},{""time"":138965,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7281,""week"":""50"",""id"":""chart""}]}" -2023-03-06 07:06:55,2023-03-06 07:18:36,IP Address,66.90.191.31,100,700,True,2023-03-06 07:18:37,R_2y89tfPXaNqZUCk,,,,,29.8737,-97.9361,anonymous,EN,I consent,2.998,2.998,3.863,1,No,,No,2.549,2.549,3.626,1,,,,,,,,,,,,,,,5,3300,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,5.111,0,,"I am not inclined to trust the visualization. Most the time when there is an enormous spike on a scale it is because someone isn't measuring the correct data. ",1.703,46.107,64.308,2,28.509,33.711,44.601,2,More than 4000,8500,,,,,Strongly Disagree,Strongly Disagree,Strongly Disagree,Strongly Agree,Strongly Agree,Strongly Disagree,"The data does not show all the people who contracted Covid but never showed any symptoms. ",8.31,27.418,82.94,7,Strongly Disagree,Strongly Agree,Agree,Strongly Disagree,Strongly Disagree,Strongly Disagree,"I don't trust any information that comes out about Covid. They have lied to us all throughout this entire thing. ",1.444,1.444,46.371,1,,,,,,,,,,,,,,,Ages 80+,24.887,24.887,25.793,1,,,,,,,,,,,,,,,,,,,,,,,6,,6.336,9.293,11.221,8,2,8,3,4,1,5,6,7,0,0,31.118,0,0 - Do not trust at all,0 - Do not trust at all,7,5,1,6,1,3,,9.908,25.956,27.653,9,5- extremely characteristic of me,4,1- extremely uncharacteristic of me,2,4,5- extremely characteristic of me,15.892,35.766,39.571,7,Extremely conservative,Never,12.688,24.364,25.642,2,Female,1993,Texas,"Bachelor’s degree (For example: BA, AB, BS)",Both,English,,"White (For example, German, Irish, English, Italian, Polish, French, etc).",,,"$120,000 -$129,999",Very religious,"Yes, you may contact me on this email address:",5c97df1f9e1eff001662ed96@email.prolific.co,4.058,82.434,87.755,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5c97df1f9e1eff001662ed96,,,,,"{""startTime"":1678111833820,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678111917330,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",,,,,"{""startTime"":1678111723639,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":45,""label"":""tour_started""},{""time"":17133,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3866,""week"":""1"",""id"":""chart""},{""time"":21065,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1099,""week"":""52"",""id"":""chart""},{""time"":28362,""label"":""tour_next"",""step"":2},{""time"":33563,""label"":""tour_end"",""step"":2}]}", +Assume you trust the data used for the visualization. To what extent do you agree or disagree with the following statements about the visualization presented above? - I trust this visualization","Tell us a bit more about why you [QID150-ChoiceGroup-SelectedAnswers-11] with the statement ""I trust this visualization"".",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,PROLIFIC_PID,provenance-simple-bar-initial,provenance-simple-bar-data,provenance-simple-bar-vis,provenance-moderate-bar-initial,provenance-moderate-bar-data,provenance-moderate-bar-vis,provenance-complex-bar-initial,provenance-complex-bar-data,provenance-complex-bar-vis,provenance-simple-bar-tour,provenance-moderate-bar-tour,provenance-complex-bar-tour +"{""ImportId"":""startDate"",""timeZone"":""America/Denver""}","{""ImportId"":""endDate"",""timeZone"":""America/Denver""}","{""ImportId"":""status""}","{""ImportId"":""ipAddress""}","{""ImportId"":""progress""}","{""ImportId"":""duration""}","{""ImportId"":""finished""}","{""ImportId"":""recordedDate"",""timeZone"":""America/Denver""}","{""ImportId"":""_recordId""}","{""ImportId"":""recipientLastName""}","{""ImportId"":""recipientFirstName""}","{""ImportId"":""recipientEmail""}","{""ImportId"":""externalDataReference""}","{""ImportId"":""locationLatitude""}","{""ImportId"":""locationLongitude""}","{""ImportId"":""distributionChannel""}","{""ImportId"":""userLanguage""}","{""ImportId"":""QID182""}","{""ImportId"":""QID189_FIRST_CLICK""}","{""ImportId"":""QID189_LAST_CLICK""}","{""ImportId"":""QID189_PAGE_SUBMIT""}","{""ImportId"":""QID189_CLICK_COUNT""}","{""ImportId"":""QID4""}","{""ImportId"":""QID5""}","{""ImportId"":""QID6""}","{""ImportId"":""QID64_FIRST_CLICK""}","{""ImportId"":""QID64_LAST_CLICK""}","{""ImportId"":""QID64_PAGE_SUBMIT""}","{""ImportId"":""QID64_CLICK_COUNT""}","{""ImportId"":""QID191_FIRST_CLICK""}","{""ImportId"":""QID191_LAST_CLICK""}","{""ImportId"":""QID191_PAGE_SUBMIT""}","{""ImportId"":""QID191_CLICK_COUNT""}","{""ImportId"":""QID76_TEXT""}","{""ImportId"":""QID208_TEXT""}","{""ImportId"":""QID209_FIRST_CLICK""}","{""ImportId"":""QID209_LAST_CLICK""}","{""ImportId"":""QID209_PAGE_SUBMIT""}","{""ImportId"":""QID209_CLICK_COUNT""}","{""ImportId"":""QID188_FIRST_CLICK""}","{""ImportId"":""QID188_LAST_CLICK""}","{""ImportId"":""QID188_PAGE_SUBMIT""}","{""ImportId"":""QID188_CLICK_COUNT""}","{""ImportId"":""QID160""}","{""ImportId"":""QID161""}","{""ImportId"":""QID166_FIRST_CLICK""}","{""ImportId"":""QID166_LAST_CLICK""}","{""ImportId"":""QID166_PAGE_SUBMIT""}","{""ImportId"":""QID166_CLICK_COUNT""}","{""ImportId"":""QID101_1""}","{""ImportId"":""QID101_2""}","{""ImportId"":""QID101_3""}","{""ImportId"":""QID101_4""}","{""ImportId"":""QID101_12""}","{""ImportId"":""QID101_15""}","{""ImportId"":""QID200_TEXT""}","{""ImportId"":""QID192_FIRST_CLICK""}","{""ImportId"":""QID192_LAST_CLICK""}","{""ImportId"":""QID192_PAGE_SUBMIT""}","{""ImportId"":""QID192_CLICK_COUNT""}","{""ImportId"":""QID102_6""}","{""ImportId"":""QID102_7""}","{""ImportId"":""QID102_8""}","{""ImportId"":""QID102_9""}","{""ImportId"":""QID102_10""}","{""ImportId"":""QID102_11""}","{""ImportId"":""QID117_TEXT""}","{""ImportId"":""QID78_FIRST_CLICK""}","{""ImportId"":""QID78_LAST_CLICK""}","{""ImportId"":""QID78_PAGE_SUBMIT""}","{""ImportId"":""QID78_CLICK_COUNT""}","{""ImportId"":""QID213_FIRST_CLICK""}","{""ImportId"":""QID213_LAST_CLICK""}","{""ImportId"":""QID213_PAGE_SUBMIT""}","{""ImportId"":""QID213_CLICK_COUNT""}","{""ImportId"":""QID127_TEXT""}","{""ImportId"":""QID214_TEXT""}","{""ImportId"":""QID193_FIRST_CLICK""}","{""ImportId"":""QID193_LAST_CLICK""}","{""ImportId"":""QID193_PAGE_SUBMIT""}","{""ImportId"":""QID193_CLICK_COUNT""}","{""ImportId"":""QID194_FIRST_CLICK""}","{""ImportId"":""QID194_LAST_CLICK""}","{""ImportId"":""QID194_PAGE_SUBMIT""}","{""ImportId"":""QID194_CLICK_COUNT""}","{""ImportId"":""QID167""}","{""ImportId"":""QID168""}","{""ImportId"":""QID173_FIRST_CLICK""}","{""ImportId"":""QID173_LAST_CLICK""}","{""ImportId"":""QID173_PAGE_SUBMIT""}","{""ImportId"":""QID173_CLICK_COUNT""}","{""ImportId"":""QID128_1""}","{""ImportId"":""QID128_2""}","{""ImportId"":""QID128_3""}","{""ImportId"":""QID128_4""}","{""ImportId"":""QID128_12""}","{""ImportId"":""QID128_15""}","{""ImportId"":""QID201_TEXT""}","{""ImportId"":""QID186_FIRST_CLICK""}","{""ImportId"":""QID186_LAST_CLICK""}","{""ImportId"":""QID186_PAGE_SUBMIT""}","{""ImportId"":""QID186_CLICK_COUNT""}","{""ImportId"":""QID129_6""}","{""ImportId"":""QID129_7""}","{""ImportId"":""QID129_8""}","{""ImportId"":""QID129_9""}","{""ImportId"":""QID129_10""}","{""ImportId"":""QID129_11""}","{""ImportId"":""QID130_TEXT""}","{""ImportId"":""QID131_FIRST_CLICK""}","{""ImportId"":""QID131_LAST_CLICK""}","{""ImportId"":""QID131_PAGE_SUBMIT""}","{""ImportId"":""QID131_CLICK_COUNT""}","{""ImportId"":""QID219_FIRST_CLICK""}","{""ImportId"":""QID219_LAST_CLICK""}","{""ImportId"":""QID219_PAGE_SUBMIT""}","{""ImportId"":""QID219_CLICK_COUNT""}","{""ImportId"":""QID132_TEXT""}","{""ImportId"":""QID220_TEXT""}","{""ImportId"":""QID197_FIRST_CLICK""}","{""ImportId"":""QID197_LAST_CLICK""}","{""ImportId"":""QID197_PAGE_SUBMIT""}","{""ImportId"":""QID197_CLICK_COUNT""}","{""ImportId"":""QID196_FIRST_CLICK""}","{""ImportId"":""QID196_LAST_CLICK""}","{""ImportId"":""QID196_PAGE_SUBMIT""}","{""ImportId"":""QID196_CLICK_COUNT""}","{""ImportId"":""QID174""}","{""ImportId"":""QID179_FIRST_CLICK""}","{""ImportId"":""QID179_LAST_CLICK""}","{""ImportId"":""QID179_PAGE_SUBMIT""}","{""ImportId"":""QID179_CLICK_COUNT""}","{""ImportId"":""QID133_1""}","{""ImportId"":""QID133_2""}","{""ImportId"":""QID133_3""}","{""ImportId"":""QID133_4""}","{""ImportId"":""QID133_12""}","{""ImportId"":""QID133_15""}","{""ImportId"":""QID202_TEXT""}","{""ImportId"":""QID198_FIRST_CLICK""}","{""ImportId"":""QID198_LAST_CLICK""}","{""ImportId"":""QID198_PAGE_SUBMIT""}","{""ImportId"":""QID198_CLICK_COUNT""}","{""ImportId"":""QID134_6""}","{""ImportId"":""QID134_7""}","{""ImportId"":""QID134_8""}","{""ImportId"":""QID134_9""}","{""ImportId"":""QID134_10""}","{""ImportId"":""QID134_11""}","{""ImportId"":""QID135_TEXT""}","{""ImportId"":""QID136_FIRST_CLICK""}","{""ImportId"":""QID136_LAST_CLICK""}","{""ImportId"":""QID136_PAGE_SUBMIT""}","{""ImportId"":""QID136_CLICK_COUNT""}","{""ImportId"":""QID122_2""}","{""ImportId"":""QID203_TEXT""}","{""ImportId"":""QID199_FIRST_CLICK""}","{""ImportId"":""QID199_LAST_CLICK""}","{""ImportId"":""QID199_PAGE_SUBMIT""}","{""ImportId"":""QID199_CLICK_COUNT""}","{""ImportId"":""QID36_1""}","{""ImportId"":""QID36_2""}","{""ImportId"":""QID36_3""}","{""ImportId"":""QID36_4""}","{""ImportId"":""QID36_5""}","{""ImportId"":""QID36_6""}","{""ImportId"":""QID36_7""}","{""ImportId"":""QID36_8""}","{""ImportId"":""QID65_FIRST_CLICK""}","{""ImportId"":""QID65_LAST_CLICK""}","{""ImportId"":""QID65_PAGE_SUBMIT""}","{""ImportId"":""QID65_CLICK_COUNT""}","{""ImportId"":""QID38_1""}","{""ImportId"":""QID38_2""}","{""ImportId"":""QID38_3""}","{""ImportId"":""QID38_4""}","{""ImportId"":""QID38_5""}","{""ImportId"":""QID38_6""}","{""ImportId"":""QID38_7""}","{""ImportId"":""QID38_8""}","{""ImportId"":""QID204_TEXT""}","{""ImportId"":""QID72_FIRST_CLICK""}","{""ImportId"":""QID72_LAST_CLICK""}","{""ImportId"":""QID72_PAGE_SUBMIT""}","{""ImportId"":""QID72_CLICK_COUNT""}","{""ImportId"":""QID39_1""}","{""ImportId"":""QID39_2""}","{""ImportId"":""QID39_3""}","{""ImportId"":""QID39_4""}","{""ImportId"":""QID39_5""}","{""ImportId"":""QID39_6""}","{""ImportId"":""QID73_FIRST_CLICK""}","{""ImportId"":""QID73_LAST_CLICK""}","{""ImportId"":""QID73_PAGE_SUBMIT""}","{""ImportId"":""QID73_CLICK_COUNT""}","{""ImportId"":""QID11""}","{""ImportId"":""QID13""}","{""ImportId"":""QID74_FIRST_CLICK""}","{""ImportId"":""QID74_LAST_CLICK""}","{""ImportId"":""QID74_PAGE_SUBMIT""}","{""ImportId"":""QID74_CLICK_COUNT""}","{""ImportId"":""QID14""}","{""ImportId"":""QID15_TEXT""}","{""ImportId"":""QID16_1""}","{""ImportId"":""QID17""}","{""ImportId"":""QID23""}","{""ImportId"":""QID27""}","{""ImportId"":""QID27_4_TEXT""}","{""ImportId"":""QID18""}","{""ImportId"":""QID18_8_TEXT""}","{""ImportId"":""QID18_9_TEXT""}","{""ImportId"":""QID19""}","{""ImportId"":""QID20""}","{""ImportId"":""QID25""}","{""ImportId"":""QID75_FIRST_CLICK""}","{""ImportId"":""QID75_LAST_CLICK""}","{""ImportId"":""QID75_PAGE_SUBMIT""}","{""ImportId"":""QID75_CLICK_COUNT""}","{""ImportId"":""QID138_TEXT""}","{""ImportId"":""QID139_1""}","{""ImportId"":""QID139_2""}","{""ImportId"":""QID139_3""}","{""ImportId"":""QID139_4""}","{""ImportId"":""QID139_12""}","{""ImportId"":""QID139_15""}","{""ImportId"":""QID140_6""}","{""ImportId"":""QID140_7""}","{""ImportId"":""QID140_8""}","{""ImportId"":""QID140_9""}","{""ImportId"":""QID140_10""}","{""ImportId"":""QID140_11""}","{""ImportId"":""QID141_TEXT""}","{""ImportId"":""QID142_FIRST_CLICK""}","{""ImportId"":""QID142_LAST_CLICK""}","{""ImportId"":""QID142_PAGE_SUBMIT""}","{""ImportId"":""QID142_CLICK_COUNT""}","{""ImportId"":""QID143_TEXT""}","{""ImportId"":""QID144_1""}","{""ImportId"":""QID144_2""}","{""ImportId"":""QID144_3""}","{""ImportId"":""QID144_4""}","{""ImportId"":""QID144_12""}","{""ImportId"":""QID144_15""}","{""ImportId"":""QID145_6""}","{""ImportId"":""QID145_7""}","{""ImportId"":""QID145_8""}","{""ImportId"":""QID145_9""}","{""ImportId"":""QID145_10""}","{""ImportId"":""QID145_11""}","{""ImportId"":""QID146_TEXT""}","{""ImportId"":""QID147_FIRST_CLICK""}","{""ImportId"":""QID147_LAST_CLICK""}","{""ImportId"":""QID147_PAGE_SUBMIT""}","{""ImportId"":""QID147_CLICK_COUNT""}","{""ImportId"":""QID148_TEXT""}","{""ImportId"":""QID149_1""}","{""ImportId"":""QID149_2""}","{""ImportId"":""QID149_3""}","{""ImportId"":""QID149_4""}","{""ImportId"":""QID149_12""}","{""ImportId"":""QID149_15""}","{""ImportId"":""QID150_6""}","{""ImportId"":""QID150_7""}","{""ImportId"":""QID150_8""}","{""ImportId"":""QID150_9""}","{""ImportId"":""QID150_10""}","{""ImportId"":""QID150_11""}","{""ImportId"":""QID151_TEXT""}","{""ImportId"":""QID152_FIRST_CLICK""}","{""ImportId"":""QID152_LAST_CLICK""}","{""ImportId"":""QID152_PAGE_SUBMIT""}","{""ImportId"":""QID152_CLICK_COUNT""}","{""ImportId"":""PROLIFIC_PID""}","{""ImportId"":""provenance-simple-bar-initial""}","{""ImportId"":""provenance-simple-bar-data""}","{""ImportId"":""provenance-simple-bar-vis""}","{""ImportId"":""provenance-moderate-bar-initial""}","{""ImportId"":""provenance-moderate-bar-data""}","{""ImportId"":""provenance-moderate-bar-vis""}","{""ImportId"":""provenance-complex-bar-initial""}","{""ImportId"":""provenance-complex-bar-data""}","{""ImportId"":""provenance-complex-bar-vis""}","{""ImportId"":""provenance-simple-bar-tour""}","{""ImportId"":""provenance-moderate-bar-tour""}","{""ImportId"":""provenance-complex-bar-tour""}" +2023-02-26 06:06:59,2023-02-26 06:18:05,IP Address,47.214.225.56,100,666,True,2023-02-26 06:18:06,R_38UyJ0q1BSQr3W1,,,,,33.5153,-90.168,anonymous,EN,I consent,261.763,261.763,262.669,1,Yes,2,Yes,1.4,2.86,3.667,2,,,,,,,,,,,,,,,,3300,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,It's easy to understand,,18.929,18.929,42.926,1,7.886,11.893,24.992,2,,,,,,,Agree,Agree,Agree,Agree,Agree,Agree,,5.591,16.495,17.864,6,Slightly agree,Agree,Slightly agree,Neither agree nor disagree,Slightly agree,Agree,"I would check the sources, but there seems to be no bias at first glance.",1.561,1.561,25.311,1,,,,,,,,,,,,,,,Ages 80+,14.956,14.956,16.184,1,,,,,,,,,,,,,,,,,,,,,,,5,,24.787,24.787,26.038,1,,,,,,,,,,,,,4,5,3,3,6,3,7,7,,3.645,17.677,19.429,8,3,3,2,3,2,2,2.29,7.801,8.651,6,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5588d532fdf99b304ee567b9,,,,"{""startTime"":1677417096617,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1677417214526,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1677417232914,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",,,,,"{""startTime"":1677417140248,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":7878,""label"":""tour_next"",""step"":2},{""time"":11886,""label"":""tour_end"",""step"":2},{""time"":12255,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1169,""week"":""52"",""id"":""chart""},{""time"":15227,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4592,""week"":""2"",""id"":""chart""}]}", +2023-02-26 06:09:27,2023-02-26 06:23:33,IP Address,104.175.128.67,100,845,True,2023-02-26 06:23:33,R_3hiO8nCUe6iGFBq,,,,,33.919,-117.2359,anonymous,EN,I consent,9.489,9.489,10.554,1,Yes,1,No,2.122,12.828,14.214,3,,,,,,,,,,,,,,,,3300,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,looks good,,25.528,26.321,36.45,2,10.456,130.406,136.146,11,Ages 18-49,46.679,56.986,130.491,2,Slightly agree,Slightly agree,Slightly agree,Slightly agree,Agree,Slightly agree,,15.64,26.075,34.275,8,Neither agree nor disagree,Neither agree nor disagree,Slightly agree,Neither agree nor disagree,Neither agree nor disagree,Neither agree nor disagree,dont trust the data,,,,,4,,7.483,14.712,18.337,4,,,,,,,,,,,,,0 - Do not trust at all,0 - Do not trust at all,1,1,0 - Do not trust at all,0 - Do not trust at all,0 - Do not trust at all,4,,8.58,23.492,28.225,9,3,4,4,2,3,3,11.755,34.616,37.819,7,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,6273173c798a3e4be8c46e30,,,,,,,"{""startTime"":1677417005265,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1677417352497,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1677417309991,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",,,"{""startTime"":1677417041892,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":12309,""label"":""tour_next"",""step"":5},{""time"":27593,""label"":""cleared_brush"",""using"":""Click""},{""time"":30158,""label"":""cleared_brush"",""using"":""Click""},{""time"":39972,""label"":""cleared_brush"",""using"":""Click""},{""time"":51221,""label"":""started_brush"",""startDate"":""2021-06-02"",""endDate"":""2021-06-20""},{""time"":52107,""label"":""tour_next"",""step"":5},{""time"":59408,""label"":""moved_brush"",""startDate"":""2021-09-30"",""endDate"":""2021-10-18""},{""time"":60181,""label"":""tour_next"",""step"":5},{""time"":71337,""label"":""cleared_brush"",""using"":""Click""},{""time"":71337,""label"":""cleared_brush"",""using"":""Escape""},{""time"":73431,""label"":""tour_next"",""step"":5},{""time"":86697,""label"":""tour_end"",""step"":5},{""time"":89389,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1895,""week"":""51"",""id"":""chart""}]}" +2023-02-26 06:07:42,2023-02-26 06:25:01,IP Address,174.100.198.13,100,1039,True,2023-02-26 06:25:02,R_3MLhX2eL66rjqhr,,,,,41.4712,-81.5248,anonymous,EN,I consent,11.657,11.657,14,1,Yes,3,Yes,14.629,17.27,18.804,2,32.744,81.853,85.918,3,People who were not vacinnated had much higher infection rates. People who were vacinnated still caught the virus.,,,,,,23.442,43.609,57.17,2,,3300,,,,,Agree,Slightly disagree,Neither agree nor disagree,Agree,Agree,Agree,The data doesn't differentiate the rate by those who are fully vaccinated or based upon whether they got updated boosters. ,10.409,57.177,118.43,7,Agree,Agree,Agree,Disagree,Neither agree nor disagree,Agree,It is fairly straightforward and easy to understand. And it indicates that the data is from the CDC which is reliable.,3.443,3.443,40.883,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Ages 18-49,47.234,47.234,49.173,1,,,,,,,,,,,,,,,,,,,,,,,6,,8.608,8.608,11.004,1,,,,,,,,,,,,,6,7,7,6,7,6,9,9,,7.369,34.002,42.229,8,2,2,2,3,4,2,9.894,41.775,43.74,6,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5e146ae30db892a7d9c12265,"{""startTime"":1677416912144,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1677417272095,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1677417391337,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",,,,,,,"{""startTime"":1677416998053,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":62,""label"":""tour_started""},{""time"":10942,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1609,""week"":""36"",""id"":""chart""},{""time"":13591,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1525,""week"":""51"",""id"":""chart""},{""time"":15165,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3829,""week"":""52"",""id"":""chart""},{""time"":19030,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1979,""week"":""1"",""id"":""chart""},{""time"":23425,""label"":""tour_next"",""step"":2},{""time"":27359,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3687,""week"":""49"",""id"":""chart2""},{""time"":32149,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4008,""week"":""52"",""id"":""chart2""},{""time"":38110,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1993,""week"":""1"",""id"":""chart2""},{""time"":43592,""label"":""tour_end"",""step"":2},{""time"":44191,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1888,""week"":""52"",""id"":""chart""},{""time"":48126,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3815,""week"":""52"",""id"":""chart2""}]}",, +2023-02-26 06:17:13,2023-02-26 06:25:42,IP Address,198.108.4.105,100,509,True,2023-02-26 06:25:42,R_1NtDIXWS6tcKhZP,,,,,42.2807,-83.7801,anonymous,EN,I consent,4.22,4.22,5.773,1,Yes,2,Yes,2.447,5.37,6.596,2,28.441,52.971,54.938,2,vaccines are effective bar none. I personally overserved this in my job,,,,,,17.743,28.157,29.723,2,,3300,,,,,Strongly Agree,Agree,Agree,Strongly Agree,Strongly Agree,Agree,,8.686,28.487,28.888,8,Agree,Strongly Agree,Strongly Agree,Agree,Agree,Agree,because it correlates with my own experiences.,5.925,30.004,31.881,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Ages 80+,15.18,15.18,16.488,1,,,,,,,,,,,,,,,,,,,,,,,5,,4.624,5.202,9.727,2,,,,,,,,,,,,,7,7,9,9,4,6,9,8,,2.296,13.308,15.114,9,4,4,2,2,4,4,2.946,18.438,19.109,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,62b32a0ea4ec7b2c14906e26,"{""startTime"":1677417452067,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1677417643013,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1677417789402,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",,,,,,,"{""startTime"":1677417507304,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":17735,""label"":""tour_next"",""step"":2},{""time"":19373,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1200,""week"":""1"",""id"":""chart2""},{""time"":28148,""label"":""tour_end"",""step"":2}]}",, +2023-02-26 06:14:54,2023-02-26 06:27:02,IP Address,75.131.17.158,100,727,True,2023-02-26 06:27:03,R_2tmvHa9f8nPotRY,,,,,33.0216,-84.9574,anonymous,EN,I consent,82.904,82.904,84.377,1,No,,No,2.069,2.069,3.968,1,53.027,119.418,156.964,9,That the amount of unvaccinated people seemed to gradually increase as year started to end and the same thing happened to the vaccinated towards the ending of the month where vaccinated people rose but quickly fell.,,,,,,10.901,19.273,36.271,2,,3300,,,,,Neither agree nor disagree,Slightly disagree,Neither agree nor disagree,Agree,Strongly Agree,Slightly disagree,,8.615,31.417,33.523,7,Slightly disagree,Strongly Agree,Agree,Agree,Agree,Slightly disagree,There are possibilities of people getting covid and not being reported.,2.026,2.026,44.044,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Ages 18-49,37.884,37.884,38.997,1,,,,,,,,,,,,,,,,,,,,,,,5,,8.333,8.333,9.673,1,,,,,,,,,,,,,0 - Do not trust at all,3,3,1,2,4,7,8,,8.497,22.324,24.217,8,3,4,1- extremely uncharacteristic of me,2,4,3,12.751,40.399,41.268,7,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,63d612829c84b70de3a949fa,"{""startTime"":1677417390245,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":8368,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2644,""week"":""33"",""id"":""chart""},{""time"":13288,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1486,""week"":""45"",""id"":""chart""},{""time"":16400,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1452,""week"":""1"",""id"":""chart""},{""time"":19256,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4119,""week"":""52"",""id"":""chart""}]}","{""startTime"":1677417763227,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1677417684323,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",,,,,,,"{""startTime"":1677417547619,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":19,""label"":""tour_started""},{""time"":7926,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1701,""week"":""34"",""id"":""chart""},{""time"":10894,""label"":""tour_next"",""step"":2},{""time"":19265,""label"":""tour_end"",""step"":2},{""time"":19994,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1415,""week"":""2"",""id"":""chart2""},{""time"":30946,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2080,""week"":""52"",""id"":""chart""},{""time"":33066,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1393,""week"":""1"",""id"":""chart""}]}",, +2023-02-26 06:15:50,2023-02-26 06:27:24,IP Address,100.19.85.130,100,693,True,2023-02-26 06:27:24,R_3G0QlobkfI52aLF,,,,,40.6027,-75.4778,anonymous,EN,I consent,6.073,12.729,13.603,2,Yes,2,Yes,5.043,7.338,8.38,2,,,,,,,,,,,,,,,,3300,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,My immediate impression is that this graph is formatted well. The contrasting colors make the cases really stand out which is a good thing. It is easy to understand. The only thing I dislike is the dates. They would be organized better if they were simply reported per month totals as opposed to the randomly selected dates during the months which seems to change constantly.,,58.24,58.24,142.737,1,5.986,19.386,20.869,3,,,,,,,Agree,Agree,Agree,Strongly Agree,Strongly Agree,Strongly Agree,,29.328,39.536,41.74,6,Neither agree nor disagree,Slightly agree,Agree,Agree,Agree,Agree,I trust it because it appears to be from a verifiable source that I could easily cross reference. ,2.632,2.632,28.957,1,,,,,,,,,,,,,,,Ages 50-79,42.038,42.038,42.784,1,,,,,,,,,,,,,,,,,,,,,,,4,,7.835,7.835,10.438,1,,,,,,,,,,,,,2,5,2,3,4,3,7,8,,6.595,41.115,43.047,12,3,3,2,3,3,3,22.503,51.559,52.514,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5711110152ab8e0008d0dc05,,,,"{""startTime"":1677417377204,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":6983,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1414,""week"":""52"",""id"":""chart""},{""time"":8425,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4007,""week"":""1"",""id"":""chart""},{""time"":12436,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1930,""week"":""1"",""id"":""chart""},{""time"":16563,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8053,""week"":""1"",""id"":""chart""}]}","{""startTime"":1677417753154,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1677417688995,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",,,,,"{""startTime"":1677417520441,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":8505,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1165,""week"":""39"",""id"":""chart""},{""time"":15069,""label"":""tour_next"",""step"":2},{""time"":19381,""label"":""tour_end"",""step"":2}]}", +2023-02-26 06:15:36,2023-02-26 06:30:34,IP Address,69.201.26.72,100,897,True,2023-02-26 06:30:35,R_sRPpOGyqXPTqPId,,,,,44.9322,-74.8845,anonymous,EN,I consent,1.509,3.952,5.782,2,No,,No,1.577,1.577,2.339,1,,,,,,,,,,,,,,,,3300,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,COVID-19 cases peaked around the 2021 holiday season among both vaccinated and unvaccinated individuals. Vaccinated individuals seem to account for about one third of COVID cases during this time.,,46.62,114.992,192.785,2,5.279,87.117,123.795,26,Ages 18-49,18.602,75.648,77.985,10,Agree,Neither agree nor disagree,Agree,Strongly Agree,Strongly Agree,Agree,,11.089,25.137,28.214,9,Agree,Strongly Agree,Slightly agree,Slightly disagree,Slightly disagree,Agree,"It coincides with the time when COVID-19 was the most prevalent, and does not pass vaccination off as immunity.",,,,,3,,6.527,6.527,8.61,1,,,,,,,,,,,,,0 - Do not trust at all,1,6,4,0 - Do not trust at all,5,6,6,,7.352,47.964,50.427,10,5- extremely characteristic of me,4,1- extremely uncharacteristic of me,1- extremely uncharacteristic of me,5- extremely characteristic of me,5- extremely characteristic of me,8.366,40.985,42.126,6,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,6333dafae0a6b172dd2bd2af,,,,,,,"{""startTime"":1677417353153,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":26469,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4192,""week"":""52"",""id"":""chart""},{""time"":30691,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1033,""week"":""1"",""id"":""chart""},{""time"":31792,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1782,""week"":""3"",""id"":""chart""},{""time"":34261,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1013,""week"":""52"",""id"":""chart""},{""time"":36562,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3995,""week"":""51"",""id"":""chart""},{""time"":41774,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1017,""week"":""1"",""id"":""chart""},{""time"":56692,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":18261,""week"":""52"",""id"":""chart""},{""time"":86977,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":9799,""week"":""52"",""id"":""chart""},{""time"":98105,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4002,""week"":""52"",""id"":""chart""},{""time"":104536,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1696,""week"":""31"",""id"":""chart""},{""time"":107318,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1440,""week"":""51"",""id"":""chart""},{""time"":108791,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1117,""week"":""52"",""id"":""chart""},{""time"":109944,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1482,""week"":""1"",""id"":""chart""},{""time"":112090,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1089,""week"":""2"",""id"":""chart""}]}","{""startTime"":1677417882328,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1677417749488,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",,,"{""startTime"":1677417546694,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":5984,""label"":""tour_next"",""step"":5},{""time"":16161,""label"":""tour_back"",""step"":5},{""time"":20733,""label"":""tour_next"",""step"":5},{""time"":23431,""label"":""cleared_brush"",""using"":""Click""},{""time"":32034,""label"":""started_brush"",""startDate"":""2021-07-31"",""endDate"":""2021-12-31""},{""time"":32883,""label"":""tour_next"",""step"":5},{""time"":42975,""label"":""started_brush"",""startDate"":""2021-07-25"",""endDate"":""2021-12-19""},{""time"":49829,""label"":""moved_brush"",""startDate"":""2021-07-25"",""endDate"":""2021-12-19""},{""time"":51438,""label"":""moved_brush"",""startDate"":""2021-06-23"",""endDate"":""2021-11-16""},{""time"":52844,""label"":""tour_next"",""step"":5},{""time"":62528,""label"":""cleared_brush"",""using"":""Click""},{""time"":62528,""label"":""cleared_brush"",""using"":""Escape""},{""time"":64459,""label"":""tour_next"",""step"":5},{""time"":68865,""label"":""tour_end"",""step"":5},{""time"":69786,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1125,""week"":""3"",""id"":""chart""},{""time"":71287,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1564,""week"":""1"",""id"":""chart""},{""time"":76168,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1050,""week"":""1"",""id"":""chart""},{""time"":86695,""label"":""started_brush"",""startDate"":""2021-08-25"",""endDate"":""2021-11-13""},{""time"":90460,""label"":""moved_brush"",""startDate"":""2021-11-18"",""endDate"":""2022-02-07""},{""time"":118175,""label"":""moved_brush"",""startDate"":""2021-11-18"",""endDate"":""2022-02-07""}]}" +2023-02-26 06:22:23,2023-02-26 06:32:16,IP Address,173.189.210.226,100,592,True,2023-02-26 06:32:16,R_2PAlATTDAeXIY4H,,,,,34.5318,-83.9718,anonymous,EN,I consent,2.847,4.151,4.564,2,Yes,2,Yes,1.64,3.628,4.41,2,,,,,,,,,,,,,,,,3300,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"I think it makes sense, as there are general spikes there will be breakthrough cases, especially with new strains of the virus.",,11.907,11.907,70.132,1,3.062,46.422,47.319,5,,,,,,,Agree,Agree,Agree,Agree,Agree,Agree,,7.144,23.386,24.471,7,Agree,Agree,Agree,Agree,Agree,Agree,It seems to coincide with the information i have heard about vaccine effectiveness. ,2.11,2.11,92.031,1,,,,,,,,,,,,,,,Ages 18-49,36.469,36.469,37.367,1,,,,,,,,,,,,,,,,,,,,,,,5,,34.745,37.395,38.146,3,,,,,,,,,,,,,0 - Do not trust at all,2,0 - Do not trust at all,0 - Do not trust at all,0 - Do not trust at all,0 - Do not trust at all,7,3,,4.265,18.943,20.762,10,4,2,2,2,2,4,4.267,22.731,23.202,7,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5f3d42de03555c0832cbef73,,,,"{""startTime"":1677417757236,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1677418100217,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1677417977406,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",,,,,"{""startTime"":1677417827650,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":8169,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1083,""week"":""52"",""id"":""chart""},{""time"":9269,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7183,""week"":""1"",""id"":""chart""},{""time"":18446,""label"":""tour_next"",""step"":2},{""time"":21234,""label"":""tour_end"",""step"":2},{""time"":38340,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3144,""week"":""52"",""id"":""chart""},{""time"":41644,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2290,""week"":""50"",""id"":""chart""}]}", +2023-02-26 06:27:41,2023-02-26 06:32:17,IP Address,75.137.169.229,100,276,True,2023-02-26 06:32:18,R_2QyuK5D5g1qhL1I,,,,,33.9588,-83.4384,anonymous,EN,I consent,3.614,3.614,5.077,1,Yes,2,Yes,1.098,4.03,5.15,3,17.94,50.601,59.238,2,I think more people should be vaccinated. It;s scary that more of the population isn't rushing to get vaccinated.,,,,,,2.273,5.718,7.167,2,,3300,,,,,Neither agree nor disagree,Neither agree nor disagree,Neither agree nor disagree,Slightly agree,Strongly Agree,Agree,,6.965,17.865,19.007,8,Agree,Agree,Agree,Agree,Agree,Agree,"It looks clean and concise, so I trust it.",1.695,1.695,23.238,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Ages 80+,12.054,12.054,13.087,1,,,,,,,,,,,,,,,,,,,,,,,5,,3.47,3.47,4.663,1,,,,,,,,,,,,,1,5,1,7,5,1,9,9,,2.902,12.878,14.673,8,5- extremely characteristic of me,5- extremely characteristic of me,1- extremely uncharacteristic of me,1- extremely uncharacteristic of me,5- extremely characteristic of me,4,6.051,11.798,12.952,6,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,61097498fb9e97e8a701c33f,"{""startTime"":1677418076685,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1677418239756,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1677418208428,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",,,,,,,"{""startTime"":1677418136214,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":2268,""label"":""tour_next"",""step"":2},{""time"":5713,""label"":""tour_end"",""step"":2}]}",, +2023-02-26 06:27:05,2023-02-26 06:36:10,IP Address,67.250.12.32,100,545,True,2023-02-26 06:36:11,R_122TX1eBw86O3Ee,,,,,40.7584,-73.7973,anonymous,EN,I consent,8.31,8.31,9.042,1,Yes,4 or more,No,0,0,4.677,0,14.727,24.854,142.179,2,"I first checked to make sure the grids were using the same numbers, just because I wanted to make sure everything was apples-to-apples. With that satisfied, I was happy to see that the vaccinated figures were so much lower than the unvaccinated ones. I thought the blue and orange color schemes were interesting choices. To make the unvaccinated ones look like more of an alert?",,,,,,27.021,64.013,65.718,2,,3300,,,,,Agree,Agree,Agree,Agree,Strongly Agree,Agree,,5.457,11.873,13.103,6,Agree,Agree,Agree,Agree,Agree,Strongly Agree,"I like that it allows for the fact that vaccinated people did still get COVID, so I wouldn't be lying to any of my family members who are skeptics.",2.873,2.873,59.144,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Ages 18-49,47.88,47.88,49.421,1,,,,,,,,,,,,,,,,,,,,,,,5,,2.321,3.49,4.842,3,,,,,,,,,,,,,7,7,6,8,7,6,9,8,,2.608,17.878,18.64,8,2,4,1- extremely uncharacteristic of me,3,3,4,2.425,9.576,10.263,6,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,57026b817a8448000fb64302,"{""startTime"":1677418054265,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1677418406386,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1677418329592,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",,,,,,,"{""startTime"":1677418196977,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":30,""label"":""tour_started""},{""time"":3735,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1391,""week"":""15"",""id"":""chart""},{""time"":6271,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1060,""week"":""16"",""id"":""chart""},{""time"":23190,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1227,""week"":""52"",""id"":""chart""},{""time"":27005,""label"":""tour_next"",""step"":2},{""time"":32837,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8702,""week"":""33"",""id"":""chart2""},{""time"":42633,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2569,""week"":""52"",""id"":""chart2""},{""time"":58265,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4111,""week"":""52"",""id"":""chart2""},{""time"":63997,""label"":""tour_end"",""step"":2}]}",, +2023-02-26 06:27:10,2023-02-26 06:39:08,IP Address,99.108.230.55,100,718,True,2023-02-26 06:39:09,R_ai2RoaXpEnmbTkB,,,,,39.9573,-86.277,anonymous,EN,I consent,6.229,6.229,7.526,1,Yes,1,Yes,2.103,5.599,6.83,2,,,,,,,,,,,,,,,,3300,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,I was surprised by how large the increase was at the end of 2021 and early 2022. It makes me feel like COVID is never going away and we need to just deal with it.,,33.807,33.807,75.588,1,21.152,26.066,49.068,3,,,,,,,Agree,Slightly disagree,Agree,Strongly Agree,Agree,Agree,,13.948,87.123,104.341,13,Agree,Agree,Slightly agree,Strongly Disagree,Agree,Agree,It seems like reasonable data and I have no reason to believe it isn't accurate.,1.557,1.557,73.364,1,,,,,,,,,,,,,,,Ages 18-49,18.373,18.373,24.117,1,,,,,,,,,,,,,,,,,,,,,,,5,,5.96,10.098,12.253,6,,,,,,,,,,,,,0 - Do not trust at all,1,9,9,0 - Do not trust at all,6,8,9,,7.631,21.858,24.319,9,4,4,2,2,4,4,124.175,136.866,138.691,7,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,55b45ce8fdf99b615b12d64b,,,,"{""startTime"":1677418053163,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":2263,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6340,""week"":""45"",""id"":""chart""},{""time"":25173,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1724,""week"":""31"",""id"":""chart""}]}","{""startTime"":1677418272144,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1677418377100,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",,,,,"{""startTime"":1677418129133,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":7287,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4373,""week"":""1"",""id"":""chart""},{""time"":11767,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5269,""week"":""3"",""id"":""chart""},{""time"":17584,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2350,""week"":""52"",""id"":""chart""},{""time"":21146,""label"":""tour_next"",""step"":2},{""time"":26059,""label"":""tour_end"",""step"":2},{""time"":29865,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3494,""week"":""14"",""id"":""chart""},{""time"":35793,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1698,""week"":""52"",""id"":""chart""},{""time"":37508,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5463,""week"":""52"",""id"":""chart""}]}", +2023-02-26 06:28:55,2023-02-26 06:45:45,IP Address,12.217.32.140,100,1009,True,2023-02-26 06:45:45,R_211k7hBA9QJc4R4,,,,,45.5242,-122.6684,anonymous,EN,I consent,20.274,20.274,21.782,1,Yes,3,No,2.683,30.433,32.766,3,,,,,,,,,,,,,,,,3300,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,My first impressions of this visualization are so thinking because here have very low vaccinate person. ,,24.254,203.839,211.246,12,15.643,126.684,129.481,7,,,,,,,Slightly agree,Neither agree nor disagree,Slightly agree,Slightly agree,Slightly agree,Slightly agree,,8.218,22.362,33.571,13,Neither agree nor disagree,Slightly agree,Slightly agree,Neither agree nor disagree,Neither agree nor disagree,Slightly agree,"COVID-19 cases and hospitalizations are starting to decline across the United States. However, deaths are still rising, and community transmission is still high nationwide. As of January 27, 2022, more than 211 million people in the United States have received a primary series of a COVID-19 vaccine and are considered fully vaccinated. More than 86 million people are up to date with their COVID-19 vaccines, which means they have received all recommended COVID-19 vaccines, including boosters.",1.18,69.389,70.977,9,,,,,,,,,,,,,,,Ages 80+,12.195,14.915,16.283,3,,,,,,,,,,,,,,,,,,,,,,,4,,50.425,50.425,52.962,1,,,,,,,,,,,,,5,8,5,6,7,6,7,8,,1.996,13.955,15.585,17,3,3,4,4,4,3,1.571,4.268,5.045,6,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,627eb71410801644729fb08a,,,,"{""startTime"":1677418215290,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1677418885893,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1677418919500,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",,,,,"{""startTime"":1677418427746,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":23,""label"":""tour_started""},{""time"":68741,""label"":""tour_next"",""step"":2},{""time"":126670,""label"":""tour_end"",""step"":2}]}", +2023-02-26 06:23:17,2023-02-26 06:46:11,IP Address,67.43.209.136,100,1373,True,2023-02-26 06:46:12,R_2Spoy3cQqXXVuv8,,,,,41.439,-105.801,anonymous,EN,I consent,14.453,14.453,17.643,1,Yes,4 or more,Yes,10.054,11.479,13.155,2,,,,,,,,,,,,,,,,3300,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,The colors catch your eye. The two increases are apparent.,,47.348,121.307,122.647,2,23.734,228.742,301.639,29,Ages 18-49,128.133,128.133,129.722,1,Slightly agree,Slightly disagree,Slightly agree,Slightly agree,Agree,Slightly agree,,10.318,50.399,57.212,6,Neither agree nor disagree,Slightly agree,Slightly agree,Neither agree nor disagree,Slightly agree,Slightly agree,I usually trust the source of the information. I would want to know how they gathered the information. ,,,,,5,,7.048,7.048,10.932,1,,,,,,,,,,,,,6,6,7,7,6,6,7,8,"When I answered the number of people questions, I couldn't say per 10000 people.",9.453,30.021,86.356,9,4,4,2,2,4,4,4.106,22.802,24.047,6,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,622a04c3557ea04c82c8f62f,,,,,,,"{""startTime"":1677417837071,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":22099,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4796,""week"":""29"",""id"":""chart""},{""time"":32498,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1845,""week"":""50"",""id"":""chart""},{""time"":39023,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5728,""week"":""50"",""id"":""chart""}]}","{""startTime"":1677418393197,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1677418451930,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",,,"{""startTime"":1677417959993,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":13649,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7000,""week"":""52"",""id"":""chart""},{""time"":23732,""label"":""tour_next"",""step"":5},{""time"":74284,""label"":""tour_back"",""step"":5},{""time"":76766,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1334,""week"":""45"",""id"":""chart""},{""time"":80485,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1731,""week"":""3"",""id"":""chart""},{""time"":84196,""label"":""tour_next"",""step"":5},{""time"":129560,""label"":""started_brush"",""startDate"":""2021-05-14"",""endDate"":""2021-07-24""},{""time"":146469,""label"":""moved_brush"",""startDate"":""2021-06-28"",""endDate"":""2021-09-06""},{""time"":157556,""label"":""tour_next"",""step"":5},{""time"":176374,""label"":""moved_brush"",""startDate"":""2021-06-24"",""endDate"":""2021-09-03""},{""time"":188758,""label"":""moved_brush"",""startDate"":""2021-06-24"",""endDate"":""2021-10-31""},{""time"":194739,""label"":""tour_next"",""step"":5},{""time"":217449,""label"":""cleared_brush"",""using"":""Click""},{""time"":217449,""label"":""cleared_brush"",""using"":""Escape""},{""time"":220708,""label"":""tour_next"",""step"":5},{""time"":228739,""label"":""tour_end"",""step"":5},{""time"":254115,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3601,""week"":""50"",""id"":""chart""},{""time"":257764,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4112,""week"":""51"",""id"":""chart""},{""time"":270374,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5816,""week"":""1"",""id"":""chart""},{""time"":277845,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5071,""week"":""14"",""id"":""chart""},{""time"":284579,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3322,""week"":""45"",""id"":""chart""},{""time"":289872,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1643,""week"":""2"",""id"":""chart""},{""time"":291530,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1348,""week"":""1"",""id"":""chart""},{""time"":297739,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2345,""week"":""2"",""id"":""chart""}]}" +2023-02-26 07:45:17,2023-02-26 08:57:20,IP Address,136.36.195.1,100,4323,True,2023-02-26 08:57:21,R_2EDWVeb632NEzMX,,,,,40.2329,-111.6688,anonymous,EN,I consent,3.787,17.885,18.569,5,Yes,3,No,0.835,2.53,3.681,2,,,,,,,,,,,,,,,,3300,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"Everyone hates to say ""confusing"" with visualizations since it's the easiest thing to say without looking at the text though it's somewhat confusing at first though that makes me sound obtuse. Why is all the data stacked the same way for me for one. Without reading the text I would have failed to click on the additional data including the delineations of age. Do the cases need to all stack if it's comparing them? I also wonder if it could just have displayed per capita instead to drive it's point home. Though I did think to hover on the initial graph in the first place I did presume the additional data was there if I wanted the numbers. The colors are clear in interpretation too.",,0.577,3329.191,3331.796,33,20.633,89.492,128.871,16,Ages 50-79,12.353,58.791,219.127,4,Strongly Agree,Slightly agree,Strongly Agree,Agree,Neither agree nor disagree,Agree,It's elegant so my confusion migh have laid in the intentionally simplified pieces though the previous question was still tricky to answer.,5.211,97.564,98.522,14,Slightly agree,Slightly agree,Agree,Strongly Agree,Agree,Agree,It is straightforward in what it is saying with where it got it's precise data. Extremely clear if nothing else.,,,,,3,,2.106,4.171,5.495,3,,,,,,,,,,,,,4,6,3,7,6,5,8,7,,3.363,19.889,22.677,11,4,4,1- extremely uncharacteristic of me,2,5- extremely characteristic of me,5- extremely characteristic of me,3.763,26.006,26.868,11,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,55a9f6a1fdf99b2d81b5295f,,,,,,,"{""startTime"":1677422747477,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":2992473,""label"":""started_brush"",""startDate"":""2021-07-02"",""endDate"":""2021-08-25""},{""time"":2993795,""label"":""moved_brush"",""startDate"":""2021-07-02"",""endDate"":""2021-07-10""},{""time"":2995668,""label"":""cleared_brush"",""using"":""Click""},{""time"":3016866,""label"":""cleared_brush"",""using"":""Click""},{""time"":3018091,""label"":""cleared_brush"",""using"":""Click""},{""time"":3018366,""label"":""cleared_brush"",""using"":""Click""},{""time"":3019644,""label"":""cleared_brush"",""using"":""Click""},{""time"":3022147,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":4955,""week"":""1"",""id"":""chart""},{""time"":3027438,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":3484,""week"":""2"",""id"":""chart""},{""time"":3031712,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":2196,""week"":""6"",""id"":""chart""},{""time"":3102430,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1454,""week"":""2"",""id"":""chart""},{""time"":3136165,""label"":""cleared_brush"",""using"":""Click""},{""time"":3215029,""label"":""cleared_brush"",""using"":""Click""},{""time"":3215178,""label"":""cleared_brush"",""using"":""Click""},{""time"":3216428,""label"":""cleared_brush"",""using"":""Click""},{""time"":3217647,""label"":""cleared_brush"",""using"":""Click""},{""time"":3217911,""label"":""cleared_brush"",""using"":""Click""},{""time"":3218053,""label"":""cleared_brush"",""using"":""Click""},{""time"":3218207,""label"":""cleared_brush"",""using"":""Click""},{""time"":3218832,""label"":""cleared_brush"",""using"":""Click""},{""time"":3219019,""label"":""cleared_brush"",""using"":""Click""},{""time"":3221138,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1597,""week"":""49"",""id"":""chart""},{""time"":3239995,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":4228,""week"":""2"",""id"":""chart""}]}","{""startTime"":1677426430361,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1677426529601,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",,,"{""startTime"":1677426081038,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":32,""label"":""tour_started""},{""time"":14351,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1581,""week"":""36"",""id"":""chart""},{""time"":20364,""label"":""tour_next"",""step"":5},{""time"":34973,""label"":""started_brush"",""startDate"":""2021-05-01"",""endDate"":""2021-07-29""},{""time"":36598,""label"":""moved_brush"",""startDate"":""2021-05-01"",""endDate"":""2021-09-02""},{""time"":37903,""label"":""tour_next"",""step"":5},{""time"":44503,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-09-02""},{""time"":46065,""label"":""tour_next"",""step"":5},{""time"":52735,""label"":""cleared_brush"",""using"":""Click""},{""time"":54338,""label"":""started_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-09-01""},{""time"":56006,""label"":""tour_next"",""step"":5},{""time"":60504,""label"":""tour_end"",""step"":5},{""time"":61406,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-09-01""},{""time"":61748,""label"":""cleared_brush"",""using"":""Click""},{""time"":63088,""label"":""started_brush"",""startDate"":""2021-06-08"",""endDate"":""2021-08-04""},{""time"":63700,""label"":""cleared_brush"",""using"":""Click""},{""time"":64428,""label"":""cleared_brush"",""using"":""Click""},{""time"":65469,""label"":""cleared_brush"",""using"":""Click""},{""time"":65795,""label"":""cleared_brush"",""using"":""Click""},{""time"":105069,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4960,""week"":""1"",""id"":""chart""},{""time"":111794,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1030,""week"":""6"",""id"":""chart""},{""time"":113229,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1120,""week"":""52"",""id"":""chart""},{""time"":117246,""label"":""started_brush"",""startDate"":""2021-06-30"",""endDate"":""2021-07-31""},{""time"":124867,""label"":""started_brush"",""startDate"":""2021-05-02"",""endDate"":""2021-08-20""}]}" +2023-02-21 11:04:01,2023-02-22 12:35:52,IP Address,128.119.202.34,41,91910,False,2023-03-01 12:37:01,R_1Idhm4HDgh9LpAj,,,,,,,anonymous,EN,,,,,,Yes,4 or more,No,1.44,11.072,11.849,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Ages 18-49,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"{""startTime"":1677003159673,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":5523,""label"":""started_brush"",""startDate"":""2021-05-31"",""endDate"":""2021-10-16""},{""time"":7668,""label"":""moved_brush"",""startDate"":""2021-07-28"",""endDate"":""2021-12-13""},{""time"":9541,""label"":""cleared_brush""}]}",,,,, +2023-02-17 16:58:26,2023-02-22 12:35:03,IP Address,128.119.202.34,13,416196,False,2023-03-01 12:47:43,R_3qvXaRvk7yOgYkq,,,,,,,anonymous,EN,,,,,,Yes,3,No,2.405,4.89,6.344,4,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +2023-02-25 13:19:58,2023-02-25 13:21:24,IP Address,72.140.211.54,72,85,False,2023-03-04 13:21:25,R_2wdbuUaDRawvHmL,,,,,,,anonymous,EN,I consent,10.902,10.902,12.903,1,Yes,4 or more,No,1.004,2.085,3.002,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,2.583,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +2023-02-25 13:22:50,2023-02-25 13:23:29,IP Address,72.140.211.54,72,39,False,2023-03-04 13:23:32,R_1FLf9OQUBjOUfjl,,,,,,,anonymous,EN,I consent,5.995,5.995,7.098,1,No,,Yes,1.179,1.179,2.127,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1.265,1.265,2.382,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +2023-02-25 13:27:34,2023-02-25 13:28:09,IP Address,72.140.211.54,72,34,False,2023-03-04 13:28:11,R_3npXfocIZLGNEBS,,,,,,,anonymous,EN,I consent,3.394,3.394,4.381,1,No,,No,1.321,1.321,2.197,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,1.631,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +2023-02-25 13:28:20,2023-02-25 13:28:46,IP Address,72.140.211.54,67,26,False,2023-03-04 13:28:47,R_3CDEm9lktCNQ8WU,,,,,,,anonymous,EN,I consent,3.114,3.114,3.859,1,No,,No,0.963,0.963,1.701,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +2023-02-25 13:30:10,2023-02-25 13:30:22,IP Address,72.140.211.54,57,12,False,2023-03-04 13:30:24,R_1ojzxFh2JVOZD3i,,,,,,,anonymous,EN,I consent,2.647,2.647,3.701,1,No,,No,0.865,0.865,1.735,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +2023-02-25 15:17:59,2023-02-25 15:18:15,IP Address,72.140.211.54,57,16,False,2023-03-04 15:18:18,R_2zo9XwI0ahRi4Ix,,,,,,,anonymous,EN,I consent,6.728,6.728,7.72,1,No,,No,1.534,2.087,2.796,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +2023-02-22 12:47:57,2023-02-25 15:22:08,IP Address,73.167.46.66,12,268451,False,2023-03-04 15:22:12,R_3oI3iO3fFYPTxen,,,,,,,anonymous,EN,,,,,,Yes,4 or more,No,2.43,4.411,5.306,3,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Ages 18-49,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +2023-02-25 15:22:13,2023-02-25 15:24:51,IP Address,73.167.46.66,61,158,False,2023-03-04 15:24:52,R_Xn6IDKxV3ZQ8U49,,,,,,,anonymous,EN,I consent,10.717,10.717,11.741,1,Yes,3,Yes,1.269,2.451,3.623,2,,,,,,,,,,,,,,,,3300,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +2023-02-25 15:24:56,2023-02-25 15:25:17,IP Address,73.167.46.66,57,21,False,2023-03-04 15:25:20,R_06eZoK4dqwAYVWN,,,,,,,anonymous,EN,I consent,3.142,4.007,4.617,2,Yes,4 or more,Yes,0.602,2.236,2.723,3,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +2023-02-25 15:25:39,2023-02-25 15:25:49,IP Address,72.140.211.54,8,10,False,2023-03-04 15:25:49,R_3IRHsK0eBOLyCpo,,,,,,,anonymous,EN,I consent,3.068,3.068,4.025,1,No,,No,0.917,0.917,1.738,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +2023-02-25 15:25:37,2023-02-25 15:25:51,IP Address,73.167.46.66,8,13,False,2023-03-04 15:25:56,R_8AOWJHwcZCydFM5,,,,,,,anonymous,EN,I consent,2.951,2.951,3.792,1,Yes,4 or more,Yes,1.587,2.572,3.444,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +2023-02-25 15:29:17,2023-02-25 16:17:23,IP Address,72.140.211.54,18,2886,False,2023-03-04 16:17:26,R_1Q6h9bAg3N8SZzI,,,,,,,anonymous,EN,I consent,9.041,9.041,9.816,1,No,,No,1.07,2.02,2.525,3,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,easy to understand. i like it. ,,4.011,4.011,13.762,1,22.331,24.994,34.267,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"{""startTime"":1677364174942,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1677367031931,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",,,,,,, +2023-02-25 16:17:41,2023-02-25 16:19:40,IP Address,72.140.211.54,13,118,False,2023-03-04 16:19:45,R_suFDWUZhnbAKizf,,,,,,,anonymous,EN,I consent,2.95,2.95,3.701,1,Yes,4 or more,No,0.827,2.376,3.246,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,looks great,,8.605,8.605,12.173,1,8.74,12.844,92.051,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"{""startTime"":1677367075213,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":4310,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1492,""week"":""31"",""id"":""chart""}]}",,,,,,,, +2023-02-25 16:29:09,2023-02-25 16:40:39,IP Address,72.140.211.54,37,690,False,2023-03-04 16:40:41,R_QfS1W9ywyu6BHod,,,,,,,anonymous,EN,I consent,2.659,3.375,4.126,2,Yes,4 or more,Yes,0.816,1.503,2.487,2,10.607,10.607,13.529,1,nothing much,,,,,,7.167,12.104,13.218,3,,,0,0,236.21,0,Disagree,Slightly disagree,Disagree,Strongly Disagree,Disagree,Slightly disagree,,3.513,5.752,7.153,6,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,I think it's neat.,,12.801,12.801,19.112,1,8.815,122.479,124.702,6,Ages 80+,69.4,69.4,71.373,1,Disagree,Disagree,Slightly disagree,Slightly disagree,Slightly disagree,Disagree,,163.147,165.465,167.795,6,Strongly Disagree,Strongly Disagree,Strongly Disagree,Disagree,Strongly Disagree,Strongly Disagree,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"{""startTime"":1677368175899,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",,,,,,"{""startTime"":1677367761748,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":1006,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2508,""week"":""2"",""id"":""chart""},{""time"":5462,""label"":""started_brush"",""startDate"":""2021-05-24"",""endDate"":""2021-08-04""},{""time"":6741,""label"":""moved_brush"",""startDate"":""2021-09-01"",""endDate"":""2021-11-12""},{""time"":8106,""label"":""moved_brush"",""startDate"":""2021-09-21"",""endDate"":""2021-12-02""},{""time"":8884,""label"":""cleared_brush"",""using"":""Click""}]}","{""startTime"":1677367978818,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":157404,""label"":""started_brush"",""startDate"":""2021-06-21"",""endDate"":""2021-10-18""},{""time"":161410,""label"":""moved_brush"",""startDate"":""2021-10-11"",""endDate"":""2022-02-07""}]}","{""startTime"":1677368148394,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":2129,""label"":""started_brush"",""startDate"":""2021-05-12"",""endDate"":""2021-07-02""},{""time"":3031,""label"":""moved_brush"",""startDate"":""2021-06-22"",""endDate"":""2021-08-12""}]}","{""startTime"":1677368181002,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":7166,""label"":""tour_next"",""step"":2},{""time"":10786,""label"":""tour_end"",""step"":2}]}",,"{""startTime"":1677367781587,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":8811,""label"":""tour_next"",""step"":5},{""time"":18948,""label"":""started_brush"",""startDate"":""2021-06-09"",""endDate"":""2021-09-03""},{""time"":23527,""label"":""moved_brush"",""startDate"":""2021-08-18"",""endDate"":""2021-11-12""},{""time"":88104,""label"":""tour_next"",""step"":5},{""time"":94138,""label"":""moved_brush"",""startDate"":""2021-05-27"",""endDate"":""2021-11-12""},{""time"":98806,""label"":""cleared_brush"",""using"":""Click""},{""time"":115253,""label"":""tour_next"",""step"":5},{""time"":118375,""label"":""cleared_brush"",""using"":""Click""},{""time"":118375,""label"":""cleared_brush"",""using"":""Escape""},{""time"":119490,""label"":""tour_next"",""step"":5},{""time"":122474,""label"":""tour_end"",""step"":5}]}" +2023-02-24 09:54:07,2023-02-25 20:31:01,IP Address,72.140.211.54,14,124613,False,2023-03-04 20:31:06,R_3fq7Y0WdTvg1UDK,,,,,,,anonymous,EN,I consent,,,,,Yes,3,No,1.649,6.238,38.764,3,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +2023-02-25 20:31:05,2023-02-25 20:32:32,IP Address,72.140.211.54,41,87,False,2023-03-04 20:32:35,R_30xclUvZLNCCe7a,,,,,,,anonymous,EN,I consent,3.5,3.5,4.818,1,No,,No,1.09,1.09,1.986,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +2023-02-25 20:32:49,2023-02-25 20:32:59,IP Address,72.140.211.54,41,10,False,2023-03-04 20:33:04,R_3PB4htIQVKw8hYL,,,,,,,anonymous,EN,I consent,2.594,2.594,3.452,1,No,,No,1.714,1.714,2.505,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +2023-02-25 20:34:13,2023-02-25 20:34:24,IP Address,72.140.211.54,42,10,False,2023-03-04 20:34:29,R_1Ib0tIBlVMa6Ke8,,,,,,,anonymous,EN,I consent,3.854,3.854,4.596,1,Yes,3,Yes,0.521,1.168,2.159,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +2023-02-25 20:37:51,2023-02-25 20:38:13,IP Address,72.140.211.54,41,21,False,2023-03-04 20:38:15,R_1irG2OLlJ5Y5Drb,,,,,,,anonymous,EN,I consent,3.769,3.769,4.763,1,Yes,4 or more,Yes,3.154,4.943,5.957,3,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +2023-02-25 20:44:15,2023-02-25 20:44:27,IP Address,72.140.211.54,41,11,False,2023-03-04 20:44:28,R_1HqPUjTFQLyyANS,,,,,,,anonymous,EN,I consent,3.136,3.136,4.063,1,Yes,4 or more,Yes,1.391,2.761,3.565,3,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +2023-02-25 20:59:42,2023-02-25 21:00:04,IP Address,72.140.211.54,45,22,False,2023-03-04 21:00:07,R_2P740UsYs7wJOBw,,,,,,,anonymous,EN,I consent,3.113,3.113,4.107,1,Yes,4 or more,No,0.764,1.612,2.587,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,7.425,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,603e822b5b0386eafb338e96,,,,,,,"{""startTime"":1677383994371,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",,,,, +2023-02-26 06:20:41,2023-02-26 06:35:43,IP Address,73.136.78.117,72,901,False,2023-03-05 06:35:44,R_2YrY752ZJrRAO30,,,,,,,anonymous,EN,I consent,7.212,7.212,9.205,1,Yes,2,Yes,2.162,5.687,6.117,3,,,,,,,,,,,,,,,,3300,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"That this graph is old, and current numbers reflect the opposite outcome.",,32.871,32.93,60.272,2,5.328,124.47,127.235,49,Ages 18-49,26.177,26.177,27.584,1,Strongly Disagree,Strongly Disagree,Strongly Disagree,Strongly Agree,Strongly Agree,Strongly Disagree,,8.988,16.779,19.11,6,Strongly Disagree,Strongly Agree,Strongly Disagree,Strongly Disagree,Strongly Disagree,Strongly Disagree,the data is outdated and incorrect,,,,,2,,2.569,5.188,7.035,6,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,607dc33d82a84f39fad3a86b,,,,,,,"{""startTime"":1677417661077,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1677417911774,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1677417876828,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",,,"{""startTime"":1677417721375,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":5323,""label"":""tour_next"",""step"":5},{""time"":21249,""label"":""cleared_brush"",""using"":""Click""},{""time"":23353,""label"":""tour_back"",""step"":5},{""time"":34362,""label"":""tour_next"",""step"":5},{""time"":54151,""label"":""cleared_brush"",""using"":""Click""},{""time"":58065,""label"":""cleared_brush"",""using"":""Click""},{""time"":60564,""label"":""cleared_brush"",""using"":""Click""},{""time"":61620,""label"":""cleared_brush"",""using"":""Click""},{""time"":63664,""label"":""tour_back"",""step"":5},{""time"":66590,""label"":""tour_next"",""step"":5},{""time"":70304,""label"":""cleared_brush"",""using"":""Click""},{""time"":71062,""label"":""cleared_brush"",""using"":""Click""},{""time"":75673,""label"":""moved_brush"",""startDate"":""2021-04-19"",""endDate"":""2021-08-31""},{""time"":83572,""label"":""moved_brush"",""startDate"":""2021-06-05"",""endDate"":""2021-10-18""},{""time"":92977,""label"":""cleared_brush"",""using"":""Click""},{""time"":95789,""label"":""cleared_brush"",""using"":""Click""},{""time"":97528,""label"":""started_brush"",""startDate"":""2021-07-06"",""endDate"":""2021-08-28""},{""time"":100520,""label"":""moved_brush"",""startDate"":""2021-05-19"",""endDate"":""2021-07-06""},{""time"":108993,""label"":""tour_next"",""step"":5},{""time"":114011,""label"":""moved_brush"",""startDate"":""2021-05-30"",""endDate"":""2021-07-17""},{""time"":114782,""label"":""cleared_brush"",""using"":""Click""},{""time"":116175,""label"":""started_brush"",""startDate"":""2021-05-23"",""endDate"":""2021-09-16""},{""time"":116734,""label"":""tour_next"",""step"":5},{""time"":120622,""label"":""cleared_brush"",""using"":""Click""},{""time"":120622,""label"":""cleared_brush"",""using"":""Escape""},{""time"":121789,""label"":""tour_next"",""step"":5},{""time"":124465,""label"":""tour_end"",""step"":5}]}" +2023-03-06 06:10:48,2023-03-06 06:19:36,IP Address,24.60.200.26,100,527,True,2023-03-06 06:19:36,R_2ByqZzX2pjrXgME,,,,,42.3797,-71.1034,anonymous,EN,I consent,4.661,4.661,5.479,1,Yes,3,No,5.697,7.609,8.326,2,,,,,,,,,,,,,,,6,3300,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,5.112,0,,It makes sense that the spikes are similar but unvaccinated is way higher. I trust it because it looks to be based on actual numbers.,1.735,1.735,42.79,1,23.836,27.78,37.76,2,Between 2000 and 4000,6500,,,,,Agree,Slightly agree,Agree,Slightly agree,Strongly Agree,Agree,,10.285,30.221,34.774,7,Neither agree nor disagree,Slightly disagree,Neither agree nor disagree,Strongly Disagree,Strongly Disagree,Agree,"The numbers come from a good source, so I think the misleading bit is the graph format.",1.584,1.584,28.775,1,,,,,,,,,,,,,,,,47.248,70.4,71.095,2,,,,,,,,,,,,,,,,,,,,,,,6,,3.977,4.501,8.145,3,2,8,3,4,1,5,6,7,0,0,17.785,0,3,4,4,4,7,2,10 - Trust it completely,8,,5.558,17.846,18.965,9,4,4,2,3,5- extremely characteristic of me,4,6.754,15.107,15.755,6,Liberal,Several times a week,2.355,7.346,8.449,2,Female,1984,Massachusetts,"Bachelor’s degree (For example: BA, AB, BS)",Both,English,,"White (For example, German, Irish, English, Italian, Polish, French, etc).",,,"$40,000 -$49,999",Not religious at all,No,1.521,45.432,46.552,14,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,55ad1d55fdf99b4c8f9941d4,,,,,"{""startTime"":1678108410542,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678108445902,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",,,,,"{""startTime"":1678108321812,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":30,""label"":""tour_started""},{""time"":18318,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1832,""week"":""52"",""id"":""chart""},{""time"":20201,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2216,""week"":""1"",""id"":""chart""},{""time"":23669,""label"":""tour_next"",""step"":2},{""time"":27612,""label"":""tour_end"",""step"":2}]}", +2023-03-06 06:15:16,2023-03-06 06:26:46,IP Address,24.30.110.246,100,689,True,2023-03-06 06:26:46,R_33DO5eFdhOihPCr,,,,,33.7485,-84.3871,anonymous,EN,I consent,42.792,48.584,49.495,4,Yes,3,Yes,0,0,4.774,0,,,,,,,,,,,,,,,6,3300,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,More than 4000,8500,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,5.012,0,,"I like the colors, make it more interesting and make me want to look closer. The graphs looked trustworthy based on the quick glimpse, mainly because they weren't too erratic or static.",0,0,46.683,0,9.806,54.676,68.321,12,Ages 18-49,15.449,46.153,46.82,5,Agree,Slightly disagree,Agree,Agree,Agree,Agree,,37.978,58.008,58.772,9,Slightly disagree,Agree,Agree,Slightly disagree,Agree,Agree,The data looks familiar to what I remember and logically matches what I both expect and saw reported.,,,,,5,,3.817,6.333,6.649,3,2,8,3,4,1,5,6,7,6.548,18.469,19.422,2,1,3,5,8,6,4,9,8,,6.007,25.18,26.233,11,3,4,2,3,4,3,6.828,24.552,25.427,7,Liberal,Once a day,2.046,8.314,9.334,5,Male,1968,Georgia,"Bachelor’s degree (For example: BA, AB, BS)",None,English,,"White (For example, German, Irish, English, Italian, Polish, French, etc).",,,"$150,000 and over",Not religious at all,No,1.88,71.337,72.331,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5ca24832cc13cf0017659a7a,,,,,,,,"{""startTime"":1678108755064,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678108814221,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",,,"{""startTime"":1678108639247,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":41,""label"":""tour_started""},{""time"":15998,""label"":""tour_next"",""step"":5},{""time"":29943,""label"":""started_brush"",""startDate"":""2021-06-02"",""endDate"":""2021-10-06""},{""time"":30978,""label"":""tour_next"",""step"":5},{""time"":39090,""label"":""moved_brush"",""startDate"":""2021-06-29"",""endDate"":""2021-11-02""},{""time"":40594,""label"":""tour_next"",""step"":5},{""time"":44809,""label"":""cleared_brush"",""using"":""Click""},{""time"":48078,""label"":""tour_next"",""step"":5},{""time"":52878,""label"":""tour_end"",""step"":5}]}" +2023-03-06 06:14:33,2023-03-06 06:27:37,IP Address,63.239.64.77,100,783,True,2023-03-06 06:27:38,R_2ceDR2DXxeBgwX4,,,,,44.9509,-93.3366,anonymous,EN,I consent,5.863,5.863,7.202,1,Yes,2,No,2.182,4.589,5.859,2,,,,,,,,,,,,,,,6,3300,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,More than 4000,8500,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,5.119,0,,"I was not able to read all the data as much as I would have liked but based on what I did see, I would trust the data but have a dose of skepticism.",14.489,14.489,66.703,1,27.662,133.254,159.927,21,Ages 18-49,18.431,33.247,34.7,2,Slightly agree,Slightly disagree,Slightly agree,Agree,Agree,Agree,,14.464,39.623,42.237,6,Slightly disagree,Slightly agree,Agree,Slightly disagree,Disagree,Agree,"I I trust the visualization because I was told at the beginning of this portion of the survey that I trust the data the chart is based on. If I trust the data, then the chart is trustworthy as well.",,,,,4,,3.625,4.441,6.958,2,1,8,3,4,2,5,6,7,0,0,16.356,0,2,2,2,3,4,4,9,6,,6.563,31.123,35.195,10,4,4,2,2,4,4,8.823,25.295,26.421,6,Liberal,Several times a week,5.79,9.966,10.87,2,Female,1993,Minnesota,Associate degree in college - Academic program,Both,English,,"White (For example, German, Irish, English, Italian, Polish, French, etc).",,,"$50,000 -$59,999",Slightly religious,"Yes, you may contact me on this email address:",2.529,58.441,71.963,13,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,60fde496e34396277c61f471,,,,,,,,"{""startTime"":1678108881756,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678108764462,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",,,"{""startTime"":1678108569073,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":38,""label"":""tour_started""},{""time"":19464,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5683,""week"":""52"",""id"":""chart""},{""time"":27483,""label"":""tour_next"",""step"":5},{""time"":38935,""label"":""cleared_brush"",""using"":""Click""},{""time"":43966,""label"":""cleared_brush"",""using"":""Click""},{""time"":45270,""label"":""cleared_brush"",""using"":""Click""},{""time"":48079,""label"":""cleared_brush"",""using"":""Click""},{""time"":49528,""label"":""cleared_brush"",""using"":""Click""},{""time"":55487,""label"":""cleared_brush"",""using"":""Click""},{""time"":56960,""label"":""cleared_brush"",""using"":""Click""},{""time"":57175,""label"":""cleared_brush"",""using"":""Click""},{""time"":57672,""label"":""cleared_brush"",""using"":""Click""},{""time"":67481,""label"":""cleared_brush"",""using"":""Click""},{""time"":71200,""label"":""cleared_brush"",""using"":""Click""},{""time"":72228,""label"":""tour_back"",""step"":5},{""time"":74355,""label"":""tour_next"",""step"":5},{""time"":77239,""label"":""cleared_brush"",""using"":""Click""},{""time"":85756,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-05-06""},{""time"":88483,""label"":""moved_brush"",""startDate"":""2021-06-01"",""endDate"":""2021-07-02""},{""time"":90387,""label"":""moved_brush"",""startDate"":""2021-07-02"",""endDate"":""2021-08-03""},{""time"":91196,""label"":""moved_brush"",""startDate"":""2021-07-02"",""endDate"":""2021-08-03""},{""time"":91388,""label"":""moved_brush"",""startDate"":""2021-07-02"",""endDate"":""2021-08-03""},{""time"":93947,""label"":""moved_brush"",""startDate"":""2021-08-02"",""endDate"":""2021-09-02""},{""time"":101296,""label"":""cleared_brush"",""using"":""Click""},{""time"":105076,""label"":""started_brush"",""startDate"":""2021-07-04"",""endDate"":""2021-09-03""},{""time"":107067,""label"":""tour_next"",""step"":5},{""time"":112228,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-06-05""},{""time"":113443,""label"":""tour_next"",""step"":5},{""time"":123443,""label"":""tour_back"",""step"":5},{""time"":125692,""label"":""moved_brush"",""startDate"":""2021-05-28"",""endDate"":""2021-07-28""},{""time"":126420,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-06-05""},{""time"":126891,""label"":""tour_next"",""step"":5},{""time"":127935,""label"":""cleared_brush"",""using"":""Click""},{""time"":127935,""label"":""cleared_brush"",""using"":""Escape""},{""time"":129627,""label"":""tour_next"",""step"":5},{""time"":133075,""label"":""tour_end"",""step"":5},{""time"":142391,""label"":""cleared_brush"",""using"":""Click""},{""time"":144913,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1859,""week"":""1"",""id"":""chart""},{""time"":147654,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2343,""week"":""1"",""id"":""chart""},{""time"":150019,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1495,""week"":""52"",""id"":""chart""},{""time"":155179,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2168,""week"":""14"",""id"":""chart""}]}" +2023-03-06 06:24:49,2023-03-06 06:31:54,IP Address,173.235.63.196,100,424,True,2023-03-06 06:31:54,R_1doGSQORqvyHr68,,,,,33.3525,-89.194,anonymous,EN,I consent,14.63,14.63,16.281,1,No,,Yes,1.858,1.858,2.75,1,,,,,,,,,,,,,,,5,8600,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Less than 2000,8500,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,5.007,0,,I saw a bunch of colors and I did not get a good look at the chart. I do not trust the visualization because I did not get a chance to study the data.,1.305,1.305,45.907,1,9.119,48.737,54.721,9,Ages 50-79,23.405,23.405,27.489,1,Neither agree nor disagree,Neither agree nor disagree,Neither agree nor disagree,Strongly Agree,Neither agree nor disagree,Neither agree nor disagree,,4.45,11.218,12.981,7,Neither agree nor disagree,Agree,Slightly agree,Neither agree nor disagree,Neither agree nor disagree,Neither agree nor disagree,I do not know the source of this data therefore I cannot agree or disagree with it,,,,,4,,3.25,4.067,5.633,2,2,8,3,4,1,5,6,7,0,0,14.162,0,0 - Do not trust at all,0 - Do not trust at all,10 - Trust it completely,0 - Do not trust at all,0 - Do not trust at all,5,10 - Trust it completely,10 - Trust it completely,,5.093,14.943,16.592,9,5- extremely characteristic of me,5- extremely characteristic of me,1- extremely uncharacteristic of me,1- extremely uncharacteristic of me,5- extremely characteristic of me,5- extremely characteristic of me,4.084,14.668,15.398,6,Conservative,Once a week,4.329,9.712,11.398,2,Female,2001,Mississippi,Some college but no degree,One,English,,"Other race, ethnicity, or origin (please specify)",Starkville,,"None or less than $4,999",Very religious,No,1.601,42.849,46.3,19,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,610845efa0dd9c9da496039e,,,,,,,,"{""startTime"":1678109252815,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678109266462,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",,,"{""startTime"":1678109169349,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":42,""label"":""tour_started""},{""time"":5342,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1027,""week"":""1"",""id"":""chart""},{""time"":8944,""label"":""tour_next"",""step"":5},{""time"":17955,""label"":""cleared_brush"",""using"":""Click""},{""time"":18763,""label"":""cleared_brush"",""using"":""Click""},{""time"":19490,""label"":""cleared_brush"",""using"":""Click""},{""time"":21518,""label"":""cleared_brush"",""using"":""Click""},{""time"":25849,""label"":""cleared_brush"",""using"":""Click""},{""time"":28568,""label"":""cleared_brush"",""using"":""Click""},{""time"":29268,""label"":""cleared_brush"",""using"":""Click""},{""time"":32047,""label"":""started_brush"",""startDate"":""2021-09-28"",""endDate"":""2021-12-19""},{""time"":33711,""label"":""tour_next"",""step"":5},{""time"":37686,""label"":""moved_brush"",""startDate"":""2021-06-16"",""endDate"":""2021-09-05""},{""time"":38475,""label"":""cleared_brush"",""using"":""Click""},{""time"":39765,""label"":""started_brush"",""startDate"":""2021-09-04"",""endDate"":""2021-12-21""},{""time"":40577,""label"":""tour_next"",""step"":5},{""time"":44850,""label"":""moved_brush"",""startDate"":""2021-09-04"",""endDate"":""2021-12-21""},{""time"":45490,""label"":""cleared_brush"",""using"":""Click""},{""time"":46412,""label"":""tour_next"",""step"":5},{""time"":48561,""label"":""tour_end"",""step"":5},{""time"":50942,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1246,""week"":""52"",""id"":""chart""}]}" +2023-03-06 06:21:41,2023-03-06 06:32:26,IP Address,73.255.43.156,100,645,True,2023-03-06 06:32:27,R_1HpomwFTX95TTNI,,,,,29.5209,-95.1922,anonymous,EN,I consent,4.301,4.732,5.534,2,Yes,2,Yes,2.17,4.083,4.968,2,,,,,,,,,,,,,,,6,3300,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,5.107,0,,The Visualization seems accurate to me based on seeing similar models in the past. Rates of unvaccinated individuals were higher than vaccinated ones throughout the pandemic. However 5 seconds was a quick amount of time to look over every part of the model.,2.827,55.347,82.777,2,15.722,21.267,33.495,2,,,,,,,Agree,Neither agree nor disagree,Agree,Strongly Agree,Agree,Strongly Agree,,28.141,42.172,50.459,6,Disagree,Strongly Agree,Strongly Agree,Slightly agree,Slightly agree,Strongly Agree,It resembles other models that I have seen. It also says where the data is pulled from so that you can do further reading if needed.,3.753,3.753,40.807,1,,,,,,,,,,,,,,,Ages 18-49,21.595,21.595,23.955,1,,,,,,,,,,,,,,,,,,,,,,,5,,7.262,7.262,9.044,1,2,8,3,4,1,5,6,7,0,0,17.146,0,0 - Do not trust at all,7,4,1,6,3,9,9,,4.823,22.199,24.814,11,5- extremely characteristic of me,4,1- extremely uncharacteristic of me,1- extremely uncharacteristic of me,5- extremely characteristic of me,4,12.695,29.207,29.701,7,Slightly liberal,Once a day,3.277,9.477,12.036,2,Male,1986,Texas,Some college but no degree,Both,English,,"White (For example, German, Irish, English, Italian, Polish, French, etc).",,,"$70,000 -$79,999",Slightly religious,"Yes, you may contact me on this email address:",25.198,117.231,119.845,48,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,60e5a074e98d1be9227cc106,,,,,"{""startTime"":1678109177883,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":4631,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2040,""week"":""37"",""id"":""chart""},{""time"":7048,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4841,""week"":""33"",""id"":""chart""},{""time"":13414,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1999,""week"":""51"",""id"":""chart""}]}","{""startTime"":1678109117103,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",,,,,"{""startTime"":1678109013091,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":19,""label"":""tour_started""},{""time"":10601,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1584,""week"":""1"",""id"":""chart""},{""time"":15479,""label"":""tour_next"",""step"":2},{""time"":21024,""label"":""tour_end"",""step"":2},{""time"":21516,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2198,""week"":""52"",""id"":""chart""},{""time"":23855,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1661,""week"":""51"",""id"":""chart""},{""time"":27464,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1004,""week"":""1"",""id"":""chart""}]}", +2023-03-06 06:16:23,2023-03-06 06:34:55,IP Address,47.33.196.155,100,1111,True,2023-03-06 06:34:55,R_1GBlNmMtJlyIjWk,,,,,43.6055,-84.7796,anonymous,EN,I consent,547.979,549.009,549.251,3,No,,Yes,2.116,2.116,3.92,1,0,0,5.109,0,,I read the title and then it disappeared lol. I don't know what information you expect me to get out of this image when I can't even remotely see it long enough.,5.821,5.821,42.361,1,22.939,30.396,35.267,2,8,3300,,,,,Neither agree nor disagree,Slightly disagree,Disagree,Disagree,Strongly Disagree,Slightly disagree,"I didn't see the source before, I don't know if it was there or not. I do not, at all trust the CDC though.",18.922,33.758,51.376,12,Neither agree nor disagree,Disagree,Slightly disagree,Strongly Disagree,Strongly Disagree,Slightly disagree,No sources listed as far as I saw.,2.181,17.582,17.869,3,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Ages 50-79,34.329,34.895,36.032,2,,,,,,,,,,,,,,,,,,,,,,,4,,2.9,4.841,6.253,6,2,8,3,4,1,5,6,7,0,0,28.539,0,0 - Do not trust at all,2,6,4,1,0 - Do not trust at all,8,5,,5.546,20.47,21.503,11,4,2,1- extremely uncharacteristic of me,2,4,3,7.221,19.725,20.312,6,Liberal,Less than once a week,0.061,11.67,12.514,3,Male,1985,Michigan,Some college but no degree,None,English,,"White (For example, German, Irish, English, Italian, Polish, French, etc).",,,"$50,000 -$59,999",Not religious at all,No,2.231,62.662,63.223,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5d8108c0a6d2bf001afdb2d9,,"{""startTime"":1678109418265,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678109383682,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",,,,,,,"{""startTime"":1678109240670,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":19,""label"":""tour_started""},{""time"":2257,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1040,""week"":""52"",""id"":""chart""},{""time"":4564,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2161,""week"":""14"",""id"":""chart""},{""time"":13688,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2299,""week"":""15"",""id"":""chart""},{""time"":17484,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2421,""week"":""2"",""id"":""chart""},{""time"":22805,""label"":""tour_next"",""step"":2},{""time"":30263,""label"":""tour_end"",""step"":2}]}",, +2023-03-06 06:26:44,2023-03-06 06:35:40,IP Address,66.26.100.19,100,536,True,2023-03-06 06:35:41,R_pzamX62l3pwYdoZ,,,,,35.2296,-80.843,anonymous,EN,I consent,8.847,8.847,10.518,1,Yes,3,No,1.47,3.59,5.396,2,,,,,,,,,,,,,,,6,3300,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,More than 4000,6500,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,5.021,0,,"I think I trust the visualization. It seems that a peak in cases hit around the holidays, which is what I have come to expect based on previous trends in 2020 and 2021. There is no reason that 2022 should be any different.",1.361,1.361,51.529,1,14.167,57.382,73.48,14,Ages 18-49,67.372,67.372,68.449,1,Agree,Agree,Strongly Agree,Agree,Strongly Agree,Strongly Agree,"I now see that the data is from the CDC, so that makes me more likely to trust it.",5.641,14.065,30.879,9,Agree,Agree,Strongly Agree,Agree,Agree,Agree,"It seems like reliable data in line with previous trends. I don't see the source of the data, but it does seem to be accurate.",,,,,6,,6.13,6.13,7.482,1,2,8,3,4,1,5,6,7,0,0,25.489,0,2,5,4,4,4,1,9,7,,4.674,17.121,18.8,9,5- extremely characteristic of me,4,2,2,4,4,3.839,19.631,20.71,6,Liberal,Less than once a week,3.705,11.798,14.102,2,Male,2001,North Carolina,Some college but no degree,Both,English,,"White (For example, German, Irish, English, Italian, Polish, French, etc).",,,"$30,000 -$39,999",Not religious at all,"Yes, you may contact me on this email address:",1.483,51.555,55.108,15,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,636147ff2f921de691b08404,,,,,,,,"{""startTime"":1678109473962,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678109425640,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",,,"{""startTime"":1678109283024,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":23,""label"":""tour_started""},{""time"":5276,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1281,""week"":""50"",""id"":""chart""},{""time"":9491,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1899,""week"":""52"",""id"":""chart""},{""time"":14094,""label"":""tour_next"",""step"":5},{""time"":27750,""label"":""tour_back"",""step"":5},{""time"":29894,""label"":""tour_next"",""step"":5},{""time"":31028,""label"":""cleared_brush"",""using"":""Click""},{""time"":32323,""label"":""cleared_brush"",""using"":""Click""},{""time"":34707,""label"":""cleared_brush"",""using"":""Click""},{""time"":40920,""label"":""started_brush"",""startDate"":""2021-09-11"",""endDate"":""2022-01-07""},{""time"":42478,""label"":""tour_next"",""step"":5},{""time"":49267,""label"":""moved_brush"",""startDate"":""2021-07-27"",""endDate"":""2021-11-22""},{""time"":50174,""label"":""tour_next"",""step"":5},{""time"":53521,""label"":""cleared_brush"",""using"":""Click""},{""time"":53521,""label"":""cleared_brush"",""using"":""Escape""},{""time"":54582,""label"":""tour_next"",""step"":5},{""time"":57310,""label"":""tour_end"",""step"":5},{""time"":61391,""label"":""started_brush"",""startDate"":""2021-06-03"",""endDate"":""2021-07-30""},{""time"":63116,""label"":""cleared_brush"",""using"":""Click""},{""time"":69379,""label"":""started_brush"",""startDate"":""2021-09-30"",""endDate"":""2021-12-28""}]}" +2023-03-06 06:15:25,2023-03-06 06:38:05,IP Address,24.131.129.173,100,1360,True,2023-03-06 06:38:05,R_3fVILjSrKdqAj3I,,,,,44.9985,-93.3029,anonymous,EN,I consent,42.05,42.05,46.735,1,No,,No,4.196,4.196,7.234,1,0,0,5.007,0,,Didn't see it long enough to make an accurate judgment.,4.805,4.805,23.328,1,67.946,87.276,102,2,6,3300,,,,,Disagree,Disagree,Agree,Strongly Agree,Strongly Agree,Strongly Disagree,None.,37.083,68.733,73.1,9,Neither agree nor disagree,Strongly Agree,Agree,Disagree,Neither agree nor disagree,Agree,"I don't trust it, but the question made me to imagine myself to trust the data, so I did.",2.024,30.878,82.377,2,,,,,,,,,,,,,,,More than 4000,8500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Ages 18-49,61.746,61.746,69.767,1,,,,,,,,,,,,,,,,,,,,,,,3,None.,11.095,12.6,17.937,2,2,8,3,4,1,5,6,7,0,0,29.034,0,1,0 - Do not trust at all,2,3,0 - Do not trust at all,3,0 - Do not trust at all,1,None.,12.573,40.992,46.739,9,2,2,2,3,2,2,18.014,44.717,46.773,6,Conservative,Less than once a week,7.846,23.034,25.626,2,Male,1991,Minnesota,High school graduate - High school diploma or equivalent (for example: GED),None,English,,"American Indian or Alaska Native (For example, Navajo Nation, Blackfeet Tribe, Mayan, Aztec, Nome Eskimo Community, etc)",,,"$90,000 -$99,999",Moderately religious,No,3.673,165.17,176.178,22,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,612c6bd26f5f81c5765989d9,,"{""startTime"":1678109020373,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678109094049,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":535,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1087,""week"":""52"",""id"":""chart""}]}",,,,,,,"{""startTime"":1678108781872,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":24,""label"":""tour_started""},{""time"":27362,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2497,""week"":""34"",""id"":""chart""},{""time"":34943,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2683,""week"":""32"",""id"":""chart""},{""time"":49928,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1148,""week"":""49"",""id"":""chart""},{""time"":67690,""label"":""tour_next"",""step"":2},{""time"":76993,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1566,""week"":""31"",""id"":""chart2""},{""time"":87019,""label"":""tour_end"",""step"":2}]}",, +2023-03-06 06:26:41,2023-03-06 06:39:05,IP Address,173.88.197.143,100,744,True,2023-03-06 06:39:06,R_2tszfyFOY2b2Thr,,,,,40.0752,-80.7747,anonymous,EN,I consent,20.906,20.906,23.118,1,No,,Yes,2.038,2.038,3.254,1,,,,,,,,,,,,,,,6,3300,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,5.018,0,,I looked at the bars and looked at what they represented. I can't trust the graph because of how little I was able to examine it. ,2.024,85.352,87.606,6,22.515,46.05,47.014,4,More than 4000,8500,,,,,Agree,Slightly agree,Strongly Disagree,Strongly Agree,Strongly Agree,Agree,,8.196,56.036,58.469,13,Slightly agree,Strongly Agree,Neither agree nor disagree,Slightly agree,Disagree,Slightly agree,It can be hard to determine the covid rate without putting the mouse over the bars,1.335,1.335,68.594,1,,,,,,,,,,,,,,,Ages 18-49,20.732,21.581,24.883,2,,,,,,,,,,,,,,,,,,,,,,,4,,8.491,8.491,10.079,1,2,8,3,4,1,5,6,7,0,0,17.505,0,0 - Do not trust at all,2,0 - Do not trust at all,2,0 - Do not trust at all,0 - Do not trust at all,9,6,,4.956,30.404,32.084,13,4,4,1- extremely uncharacteristic of me,2,3,3,5.149,25.157,26.275,7,Slightly liberal,Once a week,2.964,12.852,13.633,4,Female,2000,Ohio,Some college but no degree,None,English,,Prefer not to disclose,,,"$40,000 -$49,999",Not religious at all,No,1.637,88.218,91.156,33,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5b5a29136fc6bb0001d3ba83,,,,,"{""startTime"":1678109477477,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678109536512,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",,,,,"{""startTime"":1678109333287,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":9526,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2730,""week"":""14"",""id"":""chart""},{""time"":15810,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2296,""week"":""1"",""id"":""chart""},{""time"":18160,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1297,""week"":""52"",""id"":""chart""},{""time"":22389,""label"":""tour_next"",""step"":2},{""time"":26493,""label"":""tour_end"",""step"":2},{""time"":27790,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1566,""week"":""52"",""id"":""chart""},{""time"":31399,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2165,""week"":""4"",""id"":""chart""},{""time"":33732,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1656,""week"":""6"",""id"":""chart""},{""time"":35398,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1750,""week"":""6"",""id"":""chart""}]}", +2023-03-06 06:34:15,2023-03-06 06:39:46,IP Address,100.0.11.244,100,331,True,2023-03-06 06:39:46,R_3qxnbLZEiQSDJdN,,,,,42.4945,-71.0715,anonymous,EN,I consent,3.876,4.904,5.76,3,Yes,4 or more,Yes,1.522,6.019,7.172,3,0,0,5.007,0,,The rates were very high for a cover at a certain time of year. Not sure,2.25,2.25,18.799,1,9.378,13.278,14.278,3,5,,,,,,Neither agree nor disagree,Neither agree nor disagree,Neither agree nor disagree,Slightly agree,Slightly agree,Neither agree nor disagree,,1.188,12.024,13.03,8,Slightly agree,Slightly agree,Neither agree nor disagree,Slightly disagree,Neither agree nor disagree,Neither agree nor disagree,I am not sure where the data comes from,1.993,1.993,21.433,1,,,,,,,,,,,,,,,Between 2000 and 4000,6500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Ages 50-79,0.919,13.584,14.916,6,,,,,,,,,,,,,,,,,,,,,,,5,,3.916,5.802,6.567,3,2,8,3,4,1,5,6,7,12.594,14.991,15.719,2,3,4,5,3,7,5,5,7,,4.657,16.748,18.131,10,4,3,3,3,3,3,4.123,12.471,13.344,7,Liberal,Once a day,4.792,10.294,11.057,5,Female,1975,Massachusetts,"Bachelor’s degree (For example: BA, AB, BS)",None,English,,"White (For example, German, Irish, English, Italian, Polish, French, etc).",,,"$100,000 -$109,999",Not religious at all,"Yes, you may contact me on this email address:",1.111,42.157,48.303,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,6015fe4f86fe247906d2fb4c,,"{""startTime"":1678109756422,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678109769883,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",,,,,,,"{""startTime"":1678109699474,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":48,""label"":""tour_started""},{""time"":4881,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2369,""week"":""50"",""id"":""chart""},{""time"":9255,""label"":""tour_next"",""step"":2},{""time"":11997,""label"":""tour_end"",""step"":2}]}",, +2023-03-06 06:32:57,2023-03-06 06:43:42,IP Address,24.148.1.246,100,645,True,2023-03-06 06:43:43,R_1KpwDf9OvMZo4Ee,,,,,41.8482,-87.6521,anonymous,EN,I consent,2.566,2.566,3.441,1,Yes,3,Yes,1.496,10.206,11.258,6,0,0,5.007,0,,ttheres a lot more people not being vaccinanted,1.082,1.082,13.392,1,4.442,12.591,22.201,2,,3300,,,,,Neither agree nor disagree,Agree,Slightly disagree,Agree,Strongly Agree,Agree,,6.805,22.033,22.986,7,Agree,Strongly Agree,Agree,Slightly agree,Agree,Agree,when you hover over the numbers it goes into great detail about the numbers and shows you the weeks ra ther than a static graph,1.503,1.503,35.781,1,,,,,,,,,,,,,,,More than 4000,8500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Ages 18-49,13.667,13.667,14.563,1,,,,,,,,,,,,,,,,,,,,,,,3,,88.06,88.06,89.088,1,2,8,3,4,1,5,6,7,13.561,13.561,16.062,1,3,3,3,5,1,6,9,9,,3.795,17.634,19.129,14,5- extremely characteristic of me,5- extremely characteristic of me,1- extremely uncharacteristic of me,3,5- extremely characteristic of me,5- extremely characteristic of me,2.371,16.998,17.552,9,Liberal,Once a day,1.259,5.421,6.308,2,Male,1992,Illinois,"Bachelor’s degree (For example: BA, AB, BS)",Both,English,,"Hispanic, Latino/a, or Chicano/a (For example, Mexican or Mexican American, Puerto Rican, Cuban, Salvadoran, Colombian, etc).",,,"$110,000 -$119,999",Not religious at all,"Yes, you may contact me on this email address:",2.398,79.045,79.791,45,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,62d560526bd2941f33c9dad6,,"{""startTime"":1678109894166,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678109836266,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",,,,,,,"{""startTime"":1678109749881,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":17,""label"":""tour_started""},{""time"":4228,""label"":""tour_next"",""step"":2},{""time"":12377,""label"":""tour_end"",""step"":2},{""time"":18826,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2028,""week"":""52"",""id"":""chart2""}]}",, +2023-03-06 06:34:08,2023-03-06 06:45:28,IP Address,69.109.237.59,100,680,True,2023-03-06 06:45:29,R_1MJROZP4krYqZF3,,,,,28.7594,-81.3512,anonymous,EN,I consent,6.165,6.165,7.648,1,Yes,4 or more,Yes,10.707,14.693,15.098,3,0,0,5.009,0,,I didn't have time to get a good look at it. I guess it seems trustworthy.,5.281,5.281,25.498,1,30.76,37.168,38.792,2,6,3300,,,,,Slightly agree,Slightly disagree,Disagree,Slightly agree,Slightly disagree,Slightly agree,,17.606,38.792,40.52,7,Neither agree nor disagree,Slightly agree,Neither agree nor disagree,Strongly Disagree,Disagree,Slightly agree,It seems accurate based on my knowledge but I would need more information on the source of the data.,2.356,2.356,27.763,1,,,,,,,,,,,,,,,More than 4000,8500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Ages 18-49,60.121,60.121,61.103,1,,,,,,,,,,,,,,,,,,,,,,,5,,9.943,9.943,11.863,1,2,8,3,4,1,5,6,7,0,0,18.707,0,4,4,6,4,4,4,9,8,,7.9,25.595,27.877,8,2,2,5- extremely characteristic of me,4,1- extremely uncharacteristic of me,2,10.49,37.11,38.298,6,Slightly liberal,Once a day,3.336,9.614,11.595,2,Female,1984,Florida,"Master’s degree (For example: MA, MS, MEng, MEd, MSW, MBA)",Both,English,,"White (For example, German, Irish, English, Italian, Polish, French, etc).",,,"$150,000 and over",Slightly religious,"Yes, you may contact me on this email address:",3.282,60.933,63.108,14,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5ea95ca4936cd3035f7e3e3a,,"{""startTime"":1678109977467,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678109816482,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",,,,,,,"{""startTime"":1678109711345,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":51,""label"":""tour_started""},{""time"":16161,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1401,""week"":""51"",""id"":""chart""},{""time"":17928,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6182,""week"":""1"",""id"":""chart""},{""time"":26311,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1034,""week"":""52"",""id"":""chart""},{""time"":30642,""label"":""tour_next"",""step"":2},{""time"":33032,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1012,""week"":""52"",""id"":""chart2""},{""time"":37050,""label"":""tour_end"",""step"":2}]}",, +2023-03-06 06:37:57,2023-03-06 06:49:34,IP Address,71.200.203.90,100,697,True,2023-03-06 06:49:36,R_30xlaW7Wj80eb2H,,,,,26.1331,-81.7938,anonymous,EN,I consent,4.929,4.929,5.701,1,Yes,4 or more,No,5.568,6.451,26.619,2,,,,,,,,,,,,,,,6,3300,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,5.011,0,,"My first impression is that a lot more unvaccinated people got sick with COVID as opposed to those that are vaccinated. I am inclined to trust it, because it confirms that I have heard from news sources and scientists that are experts on the matter.",1.901,1.901,86.046,1,22.145,25.463,66.001,2,Between 2000 and 4000,8500,,,,,Strongly Agree,Strongly Agree,Strongly Agree,Strongly Agree,Strongly Agree,Strongly Agree,,13.197,27.665,28.963,7,Agree,Strongly Agree,Strongly Agree,Strongly Agree,Strongly Agree,Strongly Agree,"Because it confirms the information that I have heard from the CDC, which is that unvaccinated people have a much higher rate of getting COVID than vaccinated people.",1.996,1.996,77.811,1,,,,,,,,,,,,,,,Ages 50-79,35.122,35.122,36.071,1,,,,,,,,,,,,,,,,,,,,,,,4,,3.61,3.61,6.537,1,2,8,3,4,1,5,6,7,0,0,20.052,0,6,8,5,5,7,5,9,9,,3.965,20.466,22.105,11,2,3,3,3,3,2,5.63,23.433,24.679,6,Extremely liberal,Once a day,1.556,10.575,14.056,2,Female,1995,Florida,"Bachelor’s degree (For example: BA, AB, BS)",None,Spanish,,"Hispanic, Latino/a, or Chicano/a (For example, Mexican or Mexican American, Puerto Rican, Cuban, Salvadoran, Colombian, etc).",,,"$20,000 -$29,999",Not religious at all,No,1.278,74.198,75.151,13,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,611131e47725f6a04c723651,,,,,"{""startTime"":1678110269914,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678110166365,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",,,,,"{""startTime"":1678110012503,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":24,""label"":""tour_started""},{""time"":5943,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5417,""week"":""52"",""id"":""chart""},{""time"":11393,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1799,""week"":""1"",""id"":""chart""},{""time"":13748,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1496,""week"":""5"",""id"":""chart""},{""time"":15860,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1699,""week"":""14"",""id"":""chart""},{""time"":17601,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2575,""week"":""15"",""id"":""chart""},{""time"":21971,""label"":""tour_next"",""step"":2},{""time"":25288,""label"":""tour_end"",""step"":2},{""time"":26973,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1437,""week"":""52"",""id"":""chart""},{""time"":32282,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1530,""week"":""1"",""id"":""chart""},{""time"":34194,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1185,""week"":""50"",""id"":""chart""},{""time"":39785,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5711,""week"":""6"",""id"":""chart""},{""time"":45587,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4211,""week"":""5"",""id"":""chart""},{""time"":51018,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1694,""week"":""1"",""id"":""chart""},{""time"":52895,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":9187,""week"":""52"",""id"":""chart""},{""time"":62152,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1980,""week"":""51"",""id"":""chart""}]}", +2023-03-06 06:39:16,2023-03-06 06:49:52,IP Address,71.82.23.120,100,635,True,2023-03-06 06:49:53,R_2zunGddGbQSRePt,,,,,34.3244,-86.1953,anonymous,EN,I consent,32.843,32.843,33.934,1,Yes,2,No,1.926,4.771,6.035,2,0,0,5.11,0,,I didn't have enough time to really dive into it. I would say its trustworthy from the intial impressions I got. I take things at face value until I find a reason not to.,4.369,4.369,54.888,1,14.061,23.197,45.371,2,5,3300,,,,,Strongly Agree,Neither agree nor disagree,Strongly Agree,Agree,Slightly disagree,Agree,It made a ton more sense when I could mouse hover than just looking at it for 5 seconds.,7.951,24.657,48.785,7,Agree,Agree,Strongly Agree,Disagree,Neither agree nor disagree,Strongly Agree,Because it just makes sense. Of course a lot more unvaccinated people are going to get Covid than vaccinated.,3.16,3.16,35.603,1,,,,,,,,,,,,,,,Between 2000 and 4000,7500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Ages 18-49,45.421,45.421,46.502,1,,,,,,,,,,,,,,,,,,,,,,,5,,5.972,5.972,7.587,1,2,8,3,4,1,5,6,7,0,0,19.088,0,0 - Do not trust at all,0 - Do not trust at all,1,0 - Do not trust at all,2,1,9,8,,0,0,19.767,0,3,5- extremely characteristic of me,1- extremely uncharacteristic of me,1- extremely uncharacteristic of me,3,4,9.258,9.258,23.296,1,Moderate; middle of the road,Several times a week,0,0,13.844,0,Female,1965,Alabama,Some college but no degree,None,English,,"Mixed race, ethnicity (please specify)",,Arab,"$10,000 -$19,999",Not religious at all,"Yes, you may contact me on this email address:",14.98,59.517,62.251,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,616ef680ab8ca318a227f5ec,,"{""startTime"":1678110192937,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678110242343,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",,,,,,,"{""startTime"":1678110069299,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":84,""label"":""tour_started""},{""time"":6060,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2799,""week"":""52"",""id"":""chart""},{""time"":8966,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1655,""week"":""1"",""id"":""chart""},{""time"":11299,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1054,""week"":""6"",""id"":""chart""},{""time"":13955,""label"":""tour_next"",""step"":2},{""time"":23090,""label"":""tour_end"",""step"":2},{""time"":27411,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2400,""week"":""28"",""id"":""chart2""},{""time"":31466,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8874,""week"":""52"",""id"":""chart2""},{""time"":41267,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2848,""week"":""52"",""id"":""chart""}]}",, +2023-03-06 06:33:43,2023-03-06 06:51:26,IP Address,47.202.169.189,100,1063,True,2023-03-06 06:51:26,R_3Dek4aLPvtWPNJ2,,,,,27.4749,-82.6186,anonymous,EN,I consent,8.015,8.015,9.554,1,Yes,2,No,3.038,7.818,9.062,2,,,,,,,,,,,,,,,6,8600,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,5.008,0,,"It was a detailed chart which usually means it contains data that should be factual. With the time given to view it, my first instinct would be to trust it.",6.907,6.907,105.952,1,68.16,80.057,117.1,2,More than 4000,6500,,,,,Slightly agree,Strongly Disagree,Slightly agree,Disagree,Slightly agree,Slightly disagree,,17.097,54.341,59.381,6,Slightly disagree,Slightly disagree,Slightly disagree,Slightly agree,Agree,Agree,Because I was instructed to assume I trusted it.,9.422,9.422,26.014,1,,,,,,,,,,,,,,,Ages 18-49,44.276,44.276,45.486,1,,,,,,,,,,,,,,,,,,,,,,,4,,18.029,18.029,20.294,1,2,3,4,5,1,6,7,8,0,0,21.18,0,1,2,7,7,0 - Do not trust at all,4,9,7,,12.461,41.514,44.28,8,2,2,3,2,4,3,19.183,53.164,55.192,6,Conservative,Several times a week,14.349,28.675,31.678,3,Female,1968,Florida,"Bachelor’s degree (For example: BA, AB, BS)",One,English,,"White (For example, German, Irish, English, Italian, Polish, French, etc).",,,"$130,000 -$139,999",Slightly religious,"Yes, you may contact me on this email address:",4.433,61.802,74.924,12,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,63ee4c4c4cb29825ef56aba4,,,,,"{""startTime"":1678110044114,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678110104188,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",,,,,"{""startTime"":1678109769640,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":21437,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":9115,""week"":""1"",""id"":""chart""},{""time"":30970,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":16803,""week"":""50"",""id"":""chart""},{""time"":48375,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5899,""week"":""32"",""id"":""chart""},{""time"":55580,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5746,""week"":""3"",""id"":""chart""},{""time"":61663,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3748,""week"":""5"",""id"":""chart""},{""time"":68056,""label"":""tour_next"",""step"":2},{""time"":79953,""label"":""tour_end"",""step"":2},{""time"":81801,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":26235,""week"":""6"",""id"":""chart""},{""time"":109872,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4398,""week"":""6"",""id"":""chart""}]}", +2023-03-06 06:33:23,2023-03-06 06:52:34,IP Address,12.185.72.90,100,1150,True,2023-03-06 06:52:34,R_25X9dRDEuAs87GW,,,,,30.6131,-103.9364,anonymous,EN,I consent,3.244,3.244,4.969,1,Yes,3,No,4.122,7.146,9.169,3,,,,,,,,,,,,,,,8,3300,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,More than 4000,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,5.121,0,,bit of upsetting,10.498,10.498,58.867,1,25.541,177.802,212.232,17,Ages 80+,56.568,56.568,57.762,1,Agree,Agree,Agree,Agree,Agree,Agree,,3.605,21.933,24.16,7,Agree,Slightly agree,Slightly agree,Agree,Slightly agree,Slightly agree,not sure about it so,,,,,4,,8.224,13.271,16.697,3,2,8,3,4,1,5,6,7,39.531,39.531,54.064,1,4,6,6,8,5,6,8,8,,7.969,23.369,25.71,9,1- extremely uncharacteristic of me,4,1- extremely uncharacteristic of me,3,4,3,3.995,228.6,229.492,8,Liberal,Several times a week,2.493,11.021,12.13,2,Male,1982,Alabama,"Bachelor’s degree (For example: BA, AB, BS)",Both,English,,"White (For example, German, Irish, English, Italian, Polish, French, etc).",,,"$140,000 -$149,999",Moderately religious,No,3.669,80.687,92.411,13,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,60b348a8332d26d4b88be6a1,,,,,,,,"{""startTime"":1678110091186,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678110005307,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",,,"{""startTime"":1678109736256,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":682,""label"":""tour_started""},{""time"":21190,""label"":""tour_next"",""step"":5},{""time"":40997,""label"":""tour_back"",""step"":5},{""time"":70300,""label"":""tour_next"",""step"":5},{""time"":73219,""label"":""cleared_brush"",""using"":""Click""},{""time"":83736,""label"":""cleared_brush"",""using"":""Click""},{""time"":85089,""label"":""cleared_brush"",""using"":""Click""},{""time"":89861,""label"":""cleared_brush"",""using"":""Click""},{""time"":90078,""label"":""cleared_brush"",""using"":""Click""},{""time"":104488,""label"":""started_brush"",""startDate"":""2021-08-25"",""endDate"":""2021-12-11""},{""time"":107220,""label"":""tour_next"",""step"":5},{""time"":130895,""label"":""moved_brush"",""startDate"":""2021-08-21"",""endDate"":""2021-12-11""},{""time"":134443,""label"":""tour_next"",""step"":5},{""time"":153128,""label"":""cleared_brush"",""using"":""Click""},{""time"":153129,""label"":""cleared_brush"",""using"":""Escape""},{""time"":157827,""label"":""tour_next"",""step"":5},{""time"":169507,""label"":""tour_end"",""step"":5},{""time"":174375,""label"":""cleared_brush"",""using"":""Click""},{""time"":180503,""label"":""started_brush"",""startDate"":""2021-10-14"",""endDate"":""2022-02-03""},{""time"":198565,""label"":""cleared_brush"",""using"":""Click""}]}" +2023-03-06 06:46:45,2023-03-06 06:53:06,IP Address,104.230.8.39,100,381,True,2023-03-06 06:53:07,R_3fqOFilf95UQQzT,,,,,41.2463,-81.831,anonymous,EN,I consent,2.13,2.13,2.802,1,Yes,3,No,1.586,7.056,7.301,3,,,,,,,,,,,,,,,6,3300,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,5.012,0,,It looks legit at first. It looked proper,1,21.955,22.501,2,2.836,5.432,6.648,2,Less than 2000,6500,,,,,Neither agree nor disagree,Neither agree nor disagree,Neither agree nor disagree,Strongly Agree,Strongly Agree,Slightly disagree,,8.387,26.237,27.904,7,Strongly Agree,Strongly Agree,Strongly Agree,Strongly Disagree,Strongly Disagree,Neither agree nor disagree,I didn't actually make sure the source is what it said it was,1.248,19.551,21.122,5,,,,,,,,,,,,,,,Ages 50-79,19.742,28.525,29.352,2,,,,,,,,,,,,,,,,,,,,,,,4,,3.271,4.648,6.16,3,2,8,3,4,1,5,6,7,0,0,18.544,0,2,4,6,8,0 - Do not trust at all,8,8,8,,5.46,20.435,22.11,8,4,3,1- extremely uncharacteristic of me,1- extremely uncharacteristic of me,4,5- extremely characteristic of me,4.834,19.701,21.375,6,Moderate; middle of the road,Several times a week,2.764,7.132,7.9,2,Male,1998,Ohio,"Bachelor’s degree (For example: BA, AB, BS)",Both,English,,"White (For example, German, Irish, English, Italian, Polish, French, etc).",,,"$90,000 -$99,999",Not religious at all,No,2.734,56.125,59.272,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,600dcdff34fef66077146d8e,,,,,"{""startTime"":1678110513286,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678110541810,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",,,,,"{""startTime"":1678110453073,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":21,""label"":""tour_started""},{""time"":2660,""label"":""tour_next"",""step"":2},{""time"":5256,""label"":""tour_end"",""step"":2}]}", +2023-03-06 06:36:09,2023-03-06 06:53:11,IP Address,73.13.88.255,100,1022,True,2023-03-06 06:53:12,R_2qyifn3hRlzK50e,,,,,39.9664,-75.1685,anonymous,EN,I consent,7.777,7.777,9.448,1,Yes,3,No,2.664,4.288,4.989,2,,,,,,,,,,,,,,,5,3300,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,More than 4000,8500,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,5.01,0,,It looked as if lots of data was collected for the visualization and many different age groups were represented. I would be inclined to believe it. ,2.431,292.247,292.572,2,239.697,315.153,323.277,17,Ages 18-49,25.694,25.694,28.569,1,Agree,Agree,Neither agree nor disagree,Agree,Agree,Strongly Agree,,8.626,22.749,23.737,6,Agree,Agree,Agree,Agree,Agree,Agree,Beacuse the figure is very comprehensive,,,,,4,,7.472,11.105,11.876,5,2,8,3,4,1,5,6,7,0,0,20.251,0,4,5,4,4,5,3,10 - Trust it completely,9,,7.1,27.247,29.557,10,5- extremely characteristic of me,5- extremely characteristic of me,2,1- extremely uncharacteristic of me,5- extremely characteristic of me,5- extremely characteristic of me,4.102,18.569,18.863,8,Extremely liberal,Once a day,4.009,11.146,12.645,2,Male,1999,Pennsylvania,"Bachelor’s degree (For example: BA, AB, BS)",Both,English,,"White (For example, German, Irish, English, Italian, Polish, French, etc).",,,"$40,000 -$49,999",Not religious at all,"Yes, you may contact me on this email address:",2.209,64.739,68.243,18,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,6294dc0a6c8540fc7756cbab,,,,,,,,"{""startTime"":1678110482932,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678110445769,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",,,"{""startTime"":1678110092774,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":21,""label"":""tour_started""},{""time"":236125,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2175,""week"":""52"",""id"":""chart""},{""time"":239571,""label"":""tour_next"",""step"":5},{""time"":262616,""label"":""cleared_brush"",""using"":""Click""},{""time"":263358,""label"":""started_brush"",""startDate"":""2021-05-30"",""endDate"":""2021-06-16""},{""time"":264232,""label"":""moved_brush"",""startDate"":""2021-06-16"",""endDate"":""2021-07-04""},{""time"":267368,""label"":""cleared_brush"",""using"":""Click""},{""time"":268202,""label"":""cleared_brush"",""using"":""Click""},{""time"":271390,""label"":""started_brush"",""startDate"":""2021-05-26"",""endDate"":""2021-07-14""},{""time"":274905,""label"":""tour_next"",""step"":5},{""time"":282033,""label"":""moved_brush"",""startDate"":""2021-05-26"",""endDate"":""2021-08-05""},{""time"":283593,""label"":""moved_brush"",""startDate"":""2021-05-26"",""endDate"":""2021-07-04""},{""time"":284462,""label"":""tour_next"",""step"":5},{""time"":291559,""label"":""moved_brush"",""startDate"":""2021-05-26"",""endDate"":""2021-07-04""},{""time"":291750,""label"":""moved_brush"",""startDate"":""2021-05-26"",""endDate"":""2021-07-04""},{""time"":292849,""label"":""cleared_brush"",""using"":""Click""},{""time"":292849,""label"":""cleared_brush"",""using"":""Escape""},{""time"":294870,""label"":""tour_next"",""step"":5},{""time"":297451,""label"":""tour_end"",""step"":5},{""time"":313289,""label"":""cleared_brush"",""using"":""Click""},{""time"":314635,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":2948,""week"":""52"",""id"":""chart""}]}" +2023-03-06 06:42:50,2023-03-06 06:54:24,IP Address,108.78.149.91,100,693,True,2023-03-06 06:54:24,R_wZ7aCcof5WAJxQd,,,,,35.7856,-80.8907,anonymous,EN,I consent,19.042,21.291,22.317,5,No,,No,1.245,1.245,1.97,1,,,,,,,,,,,,,,,5,8600,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,More than 4000,8500,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,5.008,0,,I am inclined to trust this visualization because it didn't say that vaccinated people didn't suffer at all. The chart just showed that they suffer less than those who are unvaccinated. ,3.838,43.399,44.462,3,15.074,94.535,94.947,19,Ages 80+,2.149,79.292,82.268,15,Slightly agree,Slightly agree,Slightly agree,Agree,Agree,Slightly agree,,1.266,16.256,16.903,12,Slightly disagree,Agree,Slightly agree,Slightly disagree,Agree,Slightly agree,"I trust this visualization for the most part, but I'd just like to confirm with multiple charts because I feel like just looking at one chart doesn't show the whole picture. I think it's somewhat complicated to accurately track COVID data. ",,,,,4,,7.704,8.993,9.384,3,2,8,3,4,1,5,6,7,5.658,15.693,16.257,4,2,1,0 - Do not trust at all,2,3,4,8,7,,8.018,21.089,21.844,11,2,1- extremely uncharacteristic of me,4,4,2,1- extremely uncharacteristic of me,2.499,19.959,20.746,12,Extremely liberal,Once a day,1.756,9.173,10.107,7,Female,1987,North Carolina,Some college but no degree,None,English,,"White (For example, German, Irish, English, Italian, Polish, French, etc).",,,"$100,000 -$109,999",Not religious at all,"Yes, you may contact me on this email address:",1.924,92.19,92.989,68,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,56514c84715ff50011a43878,,,,,,,,"{""startTime"":1678110439356,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678110457436,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",,,"{""startTime"":1678110259992,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":432,""label"":""tour_started""},{""time"":19889,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3589,""week"":""1"",""id"":""chart""},{""time"":23552,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1458,""week"":""52"",""id"":""chart""},{""time"":25097,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1894,""week"":""51"",""id"":""chart""},{""time"":27762,""label"":""tour_next"",""step"":5},{""time"":49914,""label"":""started_brush"",""startDate"":""2021-07-01"",""endDate"":""2021-08-05""},{""time"":51005,""label"":""tour_next"",""step"":5},{""time"":58046,""label"":""moved_brush"",""startDate"":""2021-06-13"",""endDate"":""2021-07-18""},{""time"":59455,""label"":""tour_next"",""step"":5},{""time"":64409,""label"":""cleared_brush"",""using"":""Click""},{""time"":64409,""label"":""cleared_brush"",""using"":""Escape""},{""time"":68813,""label"":""tour_next"",""step"":5},{""time"":72226,""label"":""tour_end"",""step"":5},{""time"":82425,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1960,""week"":""14"",""id"":""chart""},{""time"":84553,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1131,""week"":""15"",""id"":""chart""},{""time"":86425,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2173,""week"":""30"",""id"":""chart""},{""time"":90337,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1263,""week"":""52"",""id"":""chart""}]}" +2023-03-06 06:14:36,2023-03-06 06:54:30,IP Address,71.86.99.18,100,2394,True,2023-03-06 06:54:31,R_1C3cNEd8FS5VXrg,,,,,33.4772,-84.0554,anonymous,EN,I consent,8.673,8.673,9.45,1,Yes,2,No,1.334,3.513,4.195,2,0,0,5.116,0,,"I'm inclined to trust the data mostly because I trust the CDC, in terms of data collection at least.",2.947,46.761,47.584,8,5.541,279.143,279.788,3,6,3300,,,,,Agree,Agree,Agree,Agree,Strongly Agree,Agree,,3.505,27.081,27.674,8,Neither agree nor disagree,Strongly Agree,Agree,Slightly agree,Neither agree nor disagree,Agree,"Partly because I trust the CDC, partly because it intuitively makes sense to me that covid cases would be much higher among the unvaccinated.",2.035,41.521,42.05,5,,,,,,,,,,,,,,,Between 2000 and 4000,8500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Ages 18-49,159.695,159.695,161.843,1,,,,,,,,,,,,,,,,,,,,,,,5,,7.196,9.258,9.555,2,2,8,3,4,1,5,6,7,0,0,15.42,0,2,3,1,2,4,4,9,8,,6.401,28.738,34.391,10,3,4,2,3,4,3,4.493,14.872,15.949,6,Liberal,Once a day,1.525,6.346,10.487,2,Male,1990,Georgia,High school graduate - High school diploma or equivalent (for example: GED),None,English,,"Black or African-American (For example, African American, Jamaican, Haitian, Nigerian, Ethiopian, Somalian, etc)",,,"$30,000 -$39,999",Not religious at all,No,1.635,74.644,81.447,21,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5be94f66a169160001dafb9d,,"{""startTime"":1678110349025,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678110377140,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",,,,,,,"{""startTime"":1678110007874,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":38,""label"":""tour_started""},{""time"":5061,""label"":""tour_next"",""step"":2},{""time"":243804,""label"":""tour_end"",""step"":2},{""time"":244729,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1615,""week"":""1"",""id"":""chart""},{""time"":250324,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3311,""week"":""51"",""id"":""chart""},{""time"":254775,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2794,""week"":""1"",""id"":""chart""},{""time"":257659,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1662,""week"":""3"",""id"":""chart""},{""time"":265212,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1941,""week"":""51"",""id"":""chart2""}]}",, +2023-03-06 06:49:23,2023-03-06 06:54:49,IP Address,73.131.86.125,100,325,True,2023-03-06 06:54:49,R_1GC6x3tUZihPxVv,,,,,32.853,-79.9876,anonymous,EN,I consent,1.934,2.272,3.228,2,Yes,3,No,2.566,4.832,5.73,2,,,,,,,,,,,,,,,,3300,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,5.006,0,,I do not have a strong opinion on it. I am not sure if I should trust it or not. ,1.055,1.055,24.184,1,5.584,7.873,9.684,2,Less than 2000,7500,,,,,Neither agree nor disagree,Neither agree nor disagree,Neither agree nor disagree,Neither agree nor disagree,Neither agree nor disagree,Neither agree nor disagree,,5.344,8.769,10.837,6,Disagree,Disagree,Disagree,Disagree,Disagree,Disagree,I have no idea what the source of the data is and whether or not that is accurate. ,1.23,1.23,16.217,1,,,,,,,,,,,,,,,Ages 80+,15.937,15.937,17.294,1,,,,,,,,,,,,,,,,,,,,,,,4,,4.375,6.942,8.426,4,2,8,3,4,1,5,6,7,0,0,18.849,0,3,3,3,7,1,6,3,7,,4.044,12.825,14.515,9,4,4,2,4,4,4,8.213,16.097,18.174,7,Conservative,Several times a week,2.752,7.474,8.563,2,Male,1984,South Carolina,"Bachelor’s degree (For example: BA, AB, BS)",Both,English,,"White (For example, German, Irish, English, Italian, Polish, French, etc).",,,"$100,000 -$109,999",Slightly religious,No,2.242,41.757,42.939,13,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5d61547443c13200193ccb12,,,,,"{""startTime"":1678110696037,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678110669070,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",,,,,"{""startTime"":1678110612001,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":20,""label"":""tour_started""},{""time"":5356,""label"":""tour_next"",""step"":2},{""time"":7645,""label"":""tour_end"",""step"":2}]}", +2023-03-06 06:47:56,2023-03-06 06:55:09,IP Address,71.77.33.232,100,432,True,2023-03-06 06:55:09,R_5dJlmOgU2b9NjgJ,,,,,35.7178,-78.8428,anonymous,EN,I consent,3.531,4.54,5.217,2,Yes,3,Yes,2.076,3.9,4.856,2,0,0,5.008,0,,idk it was confusing and I only had 5 seconds. I dont think infection was that high lately compared to earlier so I'm assuming this was misleading at least.,1.578,27.861,29.193,6,14.519,31.281,32.452,2,6,3300,,,,,Agree,Agree,Slightly agree,Agree,Strongly Disagree,Agree,"This is really clunky, overlay them or something, just have the bar divided and have it be cases would be soooooo much better",4.323,30.093,30.301,8,Slightly disagree,Slightly agree,Strongly Disagree,Strongly Disagree,Strongly Disagree,Strongly Agree,"Why wouldnt I? I thinl covid spiked, and obviously unvaxxed got it more lol",3.086,3.086,17.027,1,,,,,,,,,,,,,,,Between 2000 and 4000,7500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Ages 18-49,20.227,21.307,21.8,3,,,,,,,,,,,,,,,,,,,,,,,4,,1.921,4.889,5.566,3,2,8,3,4,1,5,6,7,0,0,10.759,0,0 - Do not trust at all,2,0 - Do not trust at all,2,2,0 - Do not trust at all,10 - Trust it completely,10 - Trust it completely,Gov is evil and just corporations who are *super* evil.,1.833,27.244,29.01,14,4,4,1- extremely uncharacteristic of me,1- extremely uncharacteristic of me,4,4,2.793,10.595,10.96,8,Extremely liberal,Never,0.838,3.062,4.395,3,Female,2001,North Carolina,Some college but no degree,One,English,,"Other race, ethnicity, or origin (please specify)",Cary,,"$70,000 -$79,999",Not religious at all,"Yes, you may contact me on this email address:",0.685,61.064,64.046,34,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,60aa6d8db045e2b649a4a08c,,"{""startTime"":1678110630274,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678110594855,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",,,,,,,"{""startTime"":1678110530249,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":20,""label"":""tour_started""},{""time"":4523,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1251,""week"":""1"",""id"":""chart""},{""time"":14399,""label"":""tour_next"",""step"":2},{""time"":15117,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1801,""week"":""1"",""id"":""chart2""},{""time"":19655,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1351,""week"":""52"",""id"":""chart2""},{""time"":24993,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2919,""week"":""52"",""id"":""chart2""},{""time"":31161,""label"":""tour_end"",""step"":2}]}",, +2023-03-06 06:42:10,2023-03-06 06:55:23,IP Address,172.222.80.113,100,792,True,2023-03-06 06:55:24,R_riFpx8Lug9CnHu9,,,,,42.2623,-85.6148,anonymous,EN,I consent,10.535,10.535,11.548,1,Yes,4 or more,Yes,3.582,34.752,38.83,3,0,0,5.119,0,,"The notable differences in the two graphs. They were pretty straight forward and I'm inclined to trust for the most part. I didn't get a chance to see if the data source was noted, which would have helped me form a stronger opinion. ",5.936,50.5,87.468,3,39.596,52.795,54.002,2,6,3300,,,,,Agree,Slightly agree,Agree,Agree,Strongly Agree,Agree,,14.273,45.362,46.134,10,Agree,Agree,Agree,Neither agree nor disagree,Agree,Agree,It clearly shows the data points and correlation between cases and vaccinations. I trust the data source. ,2.587,73.152,74.24,8,,,,,,,,,,,,,,,Between 2000 and 4000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Ages 18-49,35.978,35.978,37.429,1,,,,,,,,,,,,,,,,,,,,,,,5,,5.502,5.502,13.166,1,2,8,3,4,1,5,6,7,0,0,24.977,0,7,8,8,8,6,7,9,9,,5.067,25.248,26.032,10,5- extremely characteristic of me,5- extremely characteristic of me,2,2,5- extremely characteristic of me,5- extremely characteristic of me,5.43,19.425,22.031,6,Liberal,Once a day,2.088,11.295,13.563,2,Female,1974,Michigan,"Master’s degree (For example: MA, MS, MEng, MEd, MSW, MBA)",None,English,,"White (For example, German, Irish, English, Italian, Polish, French, etc).",,,"$140,000 -$149,999",Slightly religious,"Yes, you may contact me on this email address:",2.444,54.595,68.428,18,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,610980b1cb873aebad3961c2,,"{""startTime"":1678110452980,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678110499566,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",,,,,,,"{""startTime"":1678110289121,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":29,""label"":""tour_started""},{""time"":4666,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2095,""week"":""2"",""id"":""chart""},{""time"":39517,""label"":""tour_next"",""step"":2},{""time"":45934,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4851,""week"":""1"",""id"":""chart2""},{""time"":52717,""label"":""tour_end"",""step"":2}]}",, +2023-03-06 06:45:44,2023-03-06 06:55:42,IP Address,72.238.65.184,100,597,True,2023-03-06 06:55:42,R_xtKZRJXS5yV34ZP,,,,,28.4883,-81.4061,anonymous,EN,I consent,2.013,4.266,5.31,4,Yes,3,No,1.753,6.063,7.211,3,,,,,,,,,,,,,,,6,3300,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,More than 4000,8500,,,,,,,,,,,,,,,,,,,,,,,,,,,2.875,3.752,5.008,2,,"It was only there for a brief second, I wish I had more time to look at it and analyze it. From what I saw it didn't seem super trustworthy, stating there are more people unvaccinated than vaccinated. That seems untrue",0.486,4.759,53.801,3,10.423,112.875,114.377,16,Ages 18-49,9.44,39.154,42.441,7,Slightly agree,Slightly agree,Neither agree nor disagree,Slightly agree,Slightly agree,Neither agree nor disagree,,7.093,26.375,28.165,11,Slightly agree,Slightly agree,Slightly agree,Neither agree nor disagree,Neither agree nor disagree,Slightly disagree,It just doesn't seem as accurate to me as I thought it would be. I also am not sure where they get this population of people,,,,,3,,5.512,7.976,8.713,4,2,8,3,4,1,5,6,7,10.329,24.194,24.977,3,2,4,3,2,3,4,7,5,,3.01,18.79,19.883,10,2,3,3,3,3,3,6.889,25.245,25.982,10,Extremely liberal,Once a week,2.1,10.211,10.816,4,Female,1993,Florida,"Bachelor’s degree (For example: BA, AB, BS)",None,English,,"White (For example, German, Irish, English, Italian, Polish, French, etc).",,,"$30,000 -$39,999",Not religious at all,"Yes, you may contact me on this email address:",2.646,48.002,50.004,19,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,61002ca71733afe00bb724cb,,,,,,,,"{""startTime"":1678110648535,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678110587371,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",,,"{""startTime"":1678110428942,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":30,""label"":""tour_started""},{""time"":12751,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6334,""week"":""51"",""id"":""chart""},{""time"":21234,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5399,""week"":""42"",""id"":""chart""},{""time"":29301,""label"":""tour_next"",""step"":5},{""time"":36633,""label"":""cleared_brush"",""using"":""Click""},{""time"":38044,""label"":""cleared_brush"",""using"":""Click""},{""time"":41739,""label"":""cleared_brush"",""using"":""Click""},{""time"":45217,""label"":""cleared_brush"",""using"":""Click""},{""time"":46609,""label"":""cleared_brush"",""using"":""Click""},{""time"":49552,""label"":""moved_brush"",""startDate"":""2021-11-08"",""endDate"":""2022-02-07""},{""time"":60045,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-07-04""},{""time"":65392,""label"":""moved_brush"",""startDate"":""2021-04-10"",""endDate"":""2021-07-09""},{""time"":70052,""label"":""moved_brush"",""startDate"":""2021-07-02"",""endDate"":""2021-10-01""},{""time"":78392,""label"":""moved_brush"",""startDate"":""2021-06-30"",""endDate"":""2021-09-29""},{""time"":80081,""label"":""cleared_brush"",""using"":""Click""},{""time"":84406,""label"":""cleared_brush"",""using"":""Click""},{""time"":86458,""label"":""started_brush"",""startDate"":""2021-09-01"",""endDate"":""2022-02-07""},{""time"":87247,""label"":""moved_brush"",""startDate"":""2021-09-01"",""endDate"":""2022-02-07""},{""time"":88658,""label"":""moved_brush"",""startDate"":""2021-05-14"",""endDate"":""2021-10-20""},{""time"":89635,""label"":""tour_next"",""step"":5},{""time"":94636,""label"":""moved_brush"",""startDate"":""2021-05-15"",""endDate"":""2021-10-21""},{""time"":96757,""label"":""moved_brush"",""startDate"":""2021-05-15"",""endDate"":""2021-09-16""},{""time"":97425,""label"":""tour_next"",""step"":5},{""time"":105661,""label"":""cleared_brush"",""using"":""Click""},{""time"":105661,""label"":""cleared_brush"",""using"":""Escape""},{""time"":107225,""label"":""tour_next"",""step"":5},{""time"":110668,""label"":""tour_end"",""step"":5}]}" +2023-03-06 06:43:38,2023-03-06 06:56:47,IP Address,137.25.165.99,100,789,True,2023-03-06 06:56:48,R_s7JgT1po8bfe5lT,,,,,34.1354,-117.599,anonymous,EN,I consent,25.837,25.837,28.081,1,No,,Yes,6.313,6.313,7.797,1,,,,,,,,,,,,,,,6,3300,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,5.112,0,,My first impressions are that it is trustworthy because it makes sense for unvaccinated people to get COVID more often than vaccinated people.,4.796,14.433,67.3,2,46.842,52.384,63.723,2,More than 4000,8500,,,,,Agree,Neither agree nor disagree,Agree,Agree,Agree,Agree,,17.935,62.417,68.986,6,Agree,Agree,Agree,Agree,Agree,Agree,"As I said, it makes sense for unvaccinated people to catch COVID more than vaccinated people",8.924,9.884,39.268,2,,,,,,,,,,,,,,,Ages 18-49,39.883,39.883,42.387,1,,,,,,,,,,,,,,,,,,,,,,,3,,9.71,9.71,13.233,1,2,8,3,4,1,5,6,7,0,0,30.461,0,2,3,4,5,2,3,8,8,,9.5,34.677,38.388,12,5- extremely characteristic of me,5- extremely characteristic of me,1- extremely uncharacteristic of me,1- extremely uncharacteristic of me,5- extremely characteristic of me,5- extremely characteristic of me,3.122,34.359,36.297,7,Moderate; middle of the road,Less than once a week,12.319,22.181,25.167,2,Male,1988,California,Associate degree in college - Academic program,One,English,,"White (For example, German, Irish, English, Italian, Polish, French, etc).",,,"$30,000 -$39,999",Not religious at all,"Yes, you may contact me on this email address:",3.978,99.91,113.043,20,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,62956abc82b0a4b93f38e929,,,,,"{""startTime"":1678110542214,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678110472924,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",,,,,"{""startTime"":1678110342590,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":22,""label"":""tour_started""},{""time"":1387,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1634,""week"":""2"",""id"":""chart""},{""time"":5575,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1201,""week"":""47"",""id"":""chart""},{""time"":8961,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3120,""week"":""1"",""id"":""chart""},{""time"":41261,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1200,""week"":""5"",""id"":""chart""},{""time"":42462,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1384,""week"":""5"",""id"":""chart""},{""time"":46512,""label"":""tour_next"",""step"":2},{""time"":52054,""label"":""tour_end"",""step"":2},{""time"":56101,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1742,""week"":""1"",""id"":""chart""}]}", +2023-03-06 06:51:55,2023-03-06 06:57:49,IP Address,96.235.136.2,100,353,True,2023-03-06 06:57:49,R_vC5Lwwtu8Zr55XX,,,,,39.8952,-75.0347,anonymous,EN,I consent,4.006,4.006,4.887,1,Yes,3,Yes,1.39,5.79,6.822,2,,,,,,,,,,,,,,,6,3300,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,2.193,0,,It was interesting to see the statistics of everything. I do trust the visualization because it was showing Covid.,2.074,2.074,39.28,1,3.186,9.233,12.872,8,Between 2000 and 4000,8500,,,,,Strongly Agree,Slightly agree,Slightly agree,Agree,Agree,Strongly Agree,Great survey thanks!,2.503,7.622,12.933,7,Neither agree nor disagree,Slightly agree,Agree,Slightly disagree,Slightly disagree,Slightly disagree,The cases could sometimes be off from what the graph is saying.,1.055,1.055,18.711,1,,,,,,,,,,,,,,,Ages 18-49,14.934,14.934,15.855,1,,,,,,,,,,,,,,,,,,,,,,,4,Great survey!,3.098,3.738,9.29,2,2,8,3,4,1,5,6,7,0,0,15.149,0,3,7,5,6,3,5,4,5,,2.074,5.634,7.09,9,4,3,4,2,4,2,1.974,3.949,5.647,6,Extremely liberal,Once a day,1.962,3.507,4.539,2,Male,1995,New Jersey,"Doctorate degree (For example: PhD, EdD)",One,English,,"Native Hawaiian or Pacific Islander (For example, Native Hawaiian, Samoan, Chamorro, Tongan, Fijian, Marshallese, etc).",,,"$50,000 -$59,999",Prefer not to disclose,"Yes, you may contact me on this email address:",1.013,91.676,95.313,43,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,62e9def01cac66654c67b9e6,,,,,"{""startTime"":1678110856985,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678110830264,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",,,,,"{""startTime"":1678110775542,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":29,""label"":""tour_started""},{""time"":3124,""label"":""tour_next"",""step"":2},{""time"":4604,""label"":""tour_end"",""step"":2}]}", +2023-03-06 06:44:23,2023-03-06 06:58:33,IP Address,162.84.148.201,100,850,True,2023-03-06 06:58:34,R_DjmCjpnSI6lwKdj,,,,,41.1684,-73.8498,anonymous,EN,I consent,15.628,15.628,16.763,1,Yes,3,No,5.391,10.265,11.461,2,,,,,,,,,,,,,,,5,8600,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,5.007,0,,"Those without vaccination were far more likely to get sick. It was too fast but yes, I trust it because it confirmed what I already know.",2.48,2.48,34.37,1,20.173,61.985,72.467,3,Less than 2000,8500,,,,,Neither agree nor disagree,Strongly Disagree,Neither agree nor disagree,Neither agree nor disagree,Strongly Disagree,Neither agree nor disagree,The years are incorrect. It goes from April 2021 to Dec 2022 but leaves out Dec 2021,15.714,35.606,61.672,8,Strongly Disagree,Strongly Disagree,Disagree,Strongly Disagree,Strongly Disagree,Neither agree nor disagree,I can't figure out the years,2.76,3.842,9.156,2,,,,,,,,,,,,,,,Ages 50-79,30.347,30.347,31.759,1,,,,,,,,,,,,,,,,,,,,,,,3,These diagrams are awful. Hard to read. Took 4 examples before I even figured out the years.,5.361,13.785,47.959,5,2,8,3,4,1,5,6,7,0,0,25.427,0,4,5,4,4,5,3,9,6,Why did you not include the specific branches of judicial system -- Supreme Court? ,9.732,55.218,62.795,11,5- extremely characteristic of me,4,1- extremely uncharacteristic of me,1- extremely uncharacteristic of me,5- extremely characteristic of me,1- extremely uncharacteristic of me,9.568,29.163,30.646,6,Liberal,Once a day,8.304,15.902,17.99,2,Female,1957,New York,"Doctorate degree (For example: PhD, EdD)",Both,English,,"White (For example, German, Irish, English, Italian, Polish, French, etc).",,,"$60,000 -$69,999",Slightly religious,"Yes, you may contact me on this email address:",3.15,50.988,63.351,12,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,62d09b3966159c48ea7c9e85,,,,,"{""startTime"":1678110561529,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678110623666,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",,,,,"{""startTime"":1678110345920,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":21,""label"":""tour_started""},{""time"":24392,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3333,""week"":""16"",""id"":""chart""},{""time"":29841,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6235,""week"":""32"",""id"":""chart""},{""time"":39693,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3965,""week"":""45"",""id"":""chart""},{""time"":51775,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2683,""week"":""1"",""id"":""chart""},{""time"":57121,""label"":""tour_next"",""step"":2},{""time"":61921,""label"":""tour_end"",""step"":2}]}", +2023-03-06 06:44:04,2023-03-06 06:58:36,IP Address,24.158.178.71,100,871,True,2023-03-06 06:58:36,R_1f3JdkVP4kNAuUy,,,,,34.9213,-85.1486,anonymous,EN,I consent,22.933,22.933,24.547,1,Yes,3,Yes,2.345,4.762,6.107,2,0,0,5.006,0,,"I am inclined to not trust the visualization. Based on the limited time that I was able to view it, it appeared that the virus remained stable before spiking, after the vaccinations were available. While there were spikes after the vaccine was available, there were far more before.",4.876,12.766,101.037,2,31.12,38.738,54.495,2,6,3300,,,,,Slightly agree,Neither agree nor disagree,Strongly Agree,Strongly Agree,Strongly Agree,Slightly agree,,24.049,78.999,94.8,10,Neither agree nor disagree,Strongly Agree,Slightly agree,Strongly Disagree,Neither agree nor disagree,Slightly agree,There seems to be some data missing from the visualization. The rate of cases among vaccinated people needs to be broken down into how many doses that they have had.,2.112,2.112,69.665,1,,,,,,,,,,,,,,,More than 4000,8500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Ages 18-49,37.112,37.112,38.495,1,,,,,,,,,,,,,,,,,,,,,,,4,,7.277,8.329,12.928,2,2,8,3,4,1,5,6,7,0,0,22.253,0,0 - Do not trust at all,1,4,5,2,0 - Do not trust at all,8,5,,7.365,82.523,89.337,8,2,3,1- extremely uncharacteristic of me,1- extremely uncharacteristic of me,3,4,11.944,49.907,51.689,6,Liberal,Several times a week,7.137,15.434,17.329,2,Female,1981,Georgia,Associate degree in college - Academic program,One,English,,"White (For example, German, Irish, English, Italian, Polish, French, etc).",,,"$10,000 -$19,999",Slightly religious,No,3.682,56.585,58.141,13,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,63614a5230a2eb300bf090b5,,"{""startTime"":1678110502807,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678110598018,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",,,,,,,"{""startTime"":1678110397305,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":2396,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":12011,""week"":""50"",""id"":""chart""},{""time"":15193,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1527,""week"":""52"",""id"":""chart""},{""time"":30989,""label"":""tour_next"",""step"":2},{""time"":38607,""label"":""tour_end"",""step"":2},{""time"":44575,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3395,""week"":""41"",""id"":""chart""},{""time"":48076,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1303,""week"":""44"",""id"":""chart""},{""time"":50013,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1368,""week"":""51"",""id"":""chart""}]}",, +2023-03-06 06:50:42,2023-03-06 06:58:57,IP Address,24.211.76.232,100,494,True,2023-03-06 06:58:57,R_5nJqFTdVso9QqaZ,,,,,34.1847,-79.7704,anonymous,EN,I consent,2.001,2.001,2.651,1,No,,No,1.153,1.153,1.873,1,0,0,5.019,0,,"no, didnt get to analyze the graph enough.",4.387,19.686,23.584,2,10.075,15.498,16.451,2,8,3300,,,,,Neither agree nor disagree,Neither agree nor disagree,Neither agree nor disagree,Strongly Agree,Slightly agree,Neither agree nor disagree,,4.667,20.713,22.984,7,Agree,Agree,Slightly agree,Slightly disagree,Disagree,Slightly agree,I would need to see other sources to confrm.,3.355,3.355,18.778,1,,,,,,,,,,,,,,,Less than 2000,8500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Ages 50-79,3.079,24.621,25.6,8,,,,,,,,,,,,,,,,,,,,,,,4,,3.361,4.631,5.964,2,2,3,4,5,1,6,7,8,2.121,2.352,9.166,2,2,5,3,5,3,4,9,8,,3.12,18.786,20.019,10,3,4,2,3,4,3,6.93,46.565,46.853,8,Moderate; middle of the road,Once a week,1.696,7.337,8.542,4,Male,1995,Wisconsin,Some college but no degree,Both,English,,"Black or African-American (For example, African American, Jamaican, Haitian, Nigerian, Ethiopian, Somalian, etc)",,,"$70,000 -$79,999",Not religious at all,"Yes, you may contact me on this email address:",1.122,40.485,41.04,21,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,62cf9fa80a2461c060c7fef3,,"{""startTime"":1678110775470,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678110799137,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",,,,,,,"{""startTime"":1678110691540,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":10016,""label"":""tour_next"",""step"":2},{""time"":15439,""label"":""tour_end"",""step"":2}]}",, +2023-03-06 06:50:45,2023-03-06 06:59:08,IP Address,72.28.165.78,100,502,True,2023-03-06 06:59:08,R_1Ns71PE0wv0PceE,,,,,33.5546,-81.721,anonymous,EN,I consent,3.969,4.899,5.68,2,No,,No,2.73,2.73,3.536,1,,,,,,,,,,,,,,,6,3300,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,More than 4000,8500,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,5.018,0,,Saying more vaccinated are covid free than unvaccinated. This is verifiably false as of the current time. I do not trust the visualization at first glance. ,5.303,5.303,38.026,1,28.555,125.588,126.677,76,Ages 18-49,26.552,40.573,41.568,3,Strongly Disagree,Disagree,Disagree,Agree,Slightly agree,Strongly Disagree,,9.036,26.488,27.412,9,Neither agree nor disagree,Slightly agree,Slightly disagree,Disagree,Disagree,Disagree,Because the data used to create this graph is false. ,,,,,2,,6.406,6.406,7.804,1,2,8,3,4,1,5,6,7,6.195,11.711,12.406,2,3,1,4,5,1,5,2,2,,2.388,13.15,14.617,9,4,4,2,3,4,4,3.106,13.447,14.813,7,Extremely conservative,Several times a week,1.865,7.888,8.977,4,Male,1986,Florida,"Bachelor’s degree (For example: BA, AB, BS)",None,English,,"White (For example, German, Irish, English, Italian, Polish, French, etc).",,,"$20,000 -$29,999",Slightly religious,"Yes, you may contact me on this email address:",1.147,40.005,46.031,20,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,582879857e8aef000152fba4,,,,,,,,"{""startTime"":1678110926539,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678110889060,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",,,"{""startTime"":1678110718818,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":197,""label"":""tour_started""},{""time"":18038,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3414,""week"":""1"",""id"":""chart""},{""time"":21502,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1167,""week"":""2"",""id"":""chart""},{""time"":24119,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1450,""week"":""52"",""id"":""chart""},{""time"":33271,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1365,""week"":""15"",""id"":""chart""},{""time"":34737,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1482,""week"":""16"",""id"":""chart""},{""time"":39762,""label"":""tour_next"",""step"":5},{""time"":55740,""label"":""tour_back"",""step"":5},{""time"":60414,""label"":""tour_next"",""step"":5},{""time"":62323,""label"":""cleared_brush"",""using"":""Click""},{""time"":62682,""label"":""moved_brush"",""startDate"":""2021-08-01"",""endDate"":""2021-09-19""},{""time"":63911,""label"":""started_brush"",""startDate"":""2021-07-19"",""endDate"":""2021-07-24""},{""time"":63926,""label"":""moved_brush"",""startDate"":""2021-07-19"",""endDate"":""2021-07-24""},{""time"":64297,""label"":""started_brush"",""startDate"":""2021-08-13"",""endDate"":""2021-09-11""},{""time"":64644,""label"":""cleared_brush"",""using"":""Click""},{""time"":64867,""label"":""cleared_brush"",""using"":""Click""},{""time"":65114,""label"":""cleared_brush"",""using"":""Click""},{""time"":65204,""label"":""cleared_brush"",""using"":""Click""},{""time"":65381,""label"":""started_brush"",""startDate"":""2021-11-16"",""endDate"":""2021-12-30""},{""time"":65617,""label"":""cleared_brush"",""using"":""Click""},{""time"":65790,""label"":""moved_brush"",""startDate"":""2021-12-11"",""endDate"":""2022-01-19""},{""time"":66245,""label"":""cleared_brush"",""using"":""Click""},{""time"":66870,""label"":""tour_next"",""step"":5},{""time"":70307,""label"":""started_brush"",""startDate"":""2021-05-10"",""endDate"":""2021-05-21""},{""time"":85777,""label"":""started_brush"",""startDate"":""2021-07-21"",""endDate"":""2021-09-03""},{""time"":86007,""label"":""cleared_brush"",""using"":""Click""},{""time"":86234,""label"":""started_brush"",""startDate"":""2021-05-20"",""endDate"":""2021-05-25""},{""time"":86624,""label"":""started_brush"",""startDate"":""2021-10-01"",""endDate"":""2021-11-19""},{""time"":86790,""label"":""cleared_brush"",""using"":""Click""},{""time"":94033,""label"":""cleared_brush"",""using"":""Click""},{""time"":94154,""label"":""cleared_brush"",""using"":""Click""},{""time"":94597,""label"":""started_brush"",""startDate"":""2021-09-18"",""endDate"":""2021-10-05""},{""time"":94808,""label"":""cleared_brush"",""using"":""Click""},{""time"":95172,""label"":""cleared_brush"",""using"":""Click""},{""time"":95769,""label"":""cleared_brush"",""using"":""Click""},{""time"":96368,""label"":""cleared_brush"",""using"":""Click""},{""time"":96878,""label"":""started_brush"",""startDate"":""2021-06-19"",""endDate"":""2021-07-05""},{""time"":99821,""label"":""tour_back"",""step"":5},{""time"":101508,""label"":""started_brush"",""startDate"":""2021-06-15"",""endDate"":""2021-07-23""},{""time"":101572,""label"":""started_brush"",""startDate"":""2021-10-28"",""endDate"":""2021-12-09""},{""time"":102592,""label"":""tour_next"",""step"":5},{""time"":103638,""label"":""started_brush"",""startDate"":""2021-07-08"",""endDate"":""2021-07-27""},{""time"":114388,""label"":""moved_brush"",""startDate"":""2021-07-08"",""endDate"":""2021-07-23""},{""time"":114530,""label"":""moved_brush"",""startDate"":""2021-07-08"",""endDate"":""2021-07-23""},{""time"":114725,""label"":""moved_brush"",""startDate"":""2021-07-08"",""endDate"":""2021-07-25""},{""time"":114945,""label"":""started_brush"",""startDate"":""2021-08-18"",""endDate"":""2021-10-26""},{""time"":115124,""label"":""cleared_brush"",""using"":""Click""},{""time"":116016,""label"":""started_brush"",""startDate"":""2021-09-30"",""endDate"":""2021-11-02""},{""time"":116661,""label"":""tour_next"",""step"":5},{""time"":121663,""label"":""cleared_brush"",""using"":""Click""},{""time"":121663,""label"":""cleared_brush"",""using"":""Escape""},{""time"":122893,""label"":""tour_next"",""step"":5},{""time"":124334,""label"":""tour_end"",""step"":5}]}" +2023-03-06 06:50:08,2023-03-06 06:59:20,IP Address,173.64.21.60,100,551,True,2023-03-06 06:59:20,R_2U3puNqaM4Ue4cD,,,,,42.9685,-78.7492,anonymous,EN,I consent,19.008,19.571,20.417,2,Yes,3,No,2.035,4.399,5.205,2,0,0,5.009,0,,"Maybe, i didnt have enough time to understand what was being presented",3.585,3.585,15.133,1,19.76,26.522,31.268,2,6,3300,,,,,Agree,Slightly agree,Agree,Agree,Slightly agree,Agree,The data should have been combined into a single graph to show them side by side,37.619,57.477,68.561,11,Agree,Neither agree nor disagree,Neither agree nor disagree,Strongly Disagree,Neither agree nor disagree,Slightly agree,"It mentioned the source, but there is no link to where the data was from so that I could go there myself",1.364,1.364,16.899,1,,,,,,,,,,,,,,,Between 2000 and 4000,6500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Ages 50-79,17.481,33.414,34.242,2,,,,,,,,,,,,,,,,,,,,,,,3,,5.071,5.071,6.749,1,2,8,3,4,1,5,6,7,7.413,7.413,15.835,1,1,1,6,4,3,6,8,8,,3.124,15.966,17.307,10,5- extremely characteristic of me,4,1- extremely uncharacteristic of me,1- extremely uncharacteristic of me,5- extremely characteristic of me,4,5.211,16.804,17.666,8,Extremely conservative,Once a day,3.183,8.545,10.582,2,Male,1984,New York,"Master’s degree (For example: MA, MS, MEng, MEd, MSW, MBA)",None,English,,"White (For example, German, Irish, English, Italian, Polish, French, etc).",,,"$150,000 and over",Not religious at all,"Yes, you may contact me on this email address:",1.535,95.944,96.55,64,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5712a503ba4da20011c0132f,,"{""startTime"":1678110781996,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678110850894,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",,,,,,,"{""startTime"":1678110705665,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":95,""label"":""tour_started""},{""time"":10100,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6243,""week"":""52"",""id"":""chart""},{""time"":19345,""label"":""tour_next"",""step"":2},{""time"":26107,""label"":""tour_end"",""step"":2}]}",, +2023-03-06 06:49:14,2023-03-06 06:59:22,IP Address,68.60.132.94,100,607,True,2023-03-06 06:59:23,R_22SlULvpytX6FjS,,,,,42.5538,-82.9185,anonymous,EN,I consent,4.749,4.749,5.702,1,Yes,3,Yes,3.64,5.339,6.841,2,0,0,5.118,0,,I saw there was a rise in people infected with COVID. I trust the visualization because it looks like something I've seen before.,6.22,6.22,41.874,1,8.541,22.144,31.679,7,6,3300,,,,,Slightly agree,Slightly agree,Neither agree nor disagree,Strongly Agree,Disagree,Slightly agree,,14.279,39.709,42.276,7,Disagree,Agree,Neither agree nor disagree,Disagree,Slightly disagree,Slightly agree,"It seems like correct information, but there isn't a clear source presented",3.878,3.878,20.784,1,,,,,,,,,,,,,,,More than 4000,8500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,72.201,73.275,73.619,2,,,,,,,,,,,,,,,,,,,,,,,2,,5.003,6.602,8.405,4,2,8,3,4,1,5,6,7,0,0,22.432,0,1,4,4,4,3,3,8,8,,9.578,21.916,23.339,8,2,2,4,4,2,2,10.788,22.594,23.383,6,Liberal,Several times a week,6.019,10.132,12.415,2,Female,1990,Michigan,"Bachelor’s degree (For example: BA, AB, BS)",None,English,,"White (For example, German, Irish, English, Italian, Polish, French, etc).",,,"$70,000 -$79,999",Not religious at all,No,3.359,59.383,63.132,21,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,62791c8387c3f14a84f651be,,"{""startTime"":1678110736125,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678110779093,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":47,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1269,""week"":""37"",""id"":""chart""}]}",,,,,,,"{""startTime"":1678110630735,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":36,""label"":""tour_started""},{""time"":8396,""label"":""tour_next"",""step"":2},{""time"":15334,""label"":""tour_end"",""step"":2}]}",, +2023-03-06 06:49:29,2023-03-06 07:00:00,IP Address,72.88.146.151,100,630,True,2023-03-06 07:00:01,R_3KDSHsBL5tiBwQA,,,,,40.8185,-74.1589,anonymous,EN,I consent,10.945,10.945,12.248,1,Yes,3,No,2.956,5.475,6.517,2,,,,,,,,,,,,,,,5,8600,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Less than 2000,6500,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,5.008,0,,it went by way too fast so i don't know,3.462,12.424,13.936,2,31.397,97.999,118.987,16,Ages 50-79,32.316,32.316,33.932,1,Neither agree nor disagree,Slightly agree,Slightly agree,Slightly agree,Slightly agree,Neither agree nor disagree,,9.921,21.298,24.64,6,Slightly disagree,Neither agree nor disagree,Slightly agree,Neither agree nor disagree,Neither agree nor disagree,Neither agree nor disagree,Is the information accurate? I don't know. I guess I trust I know how to read it but I don't know if it's accurate,,,,,4,,6.168,11.02,13.879,4,2,8,3,4,1,5,6,7,0,0,21.95,0,5,6,3,7,6,4,7,8,,6.436,22.674,25.534,8,4,4,2,2,4,4,6.865,22.729,23.772,6,Liberal,Once a day,3.576,9.273,11.756,2,Male,1980,New Jersey,"Professional school Degree (For example: MD,DDS,DVM,LLB,JD)",None,English,,"White (For example, German, Irish, English, Italian, Polish, French, etc).",,,"$90,000 -$99,999",Not religious at all,No,3.614,77.976,79.837,22,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5e816bdc285d3884d00d6dcb,,,,,,,,"{""startTime"":1678110830552,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678110773144,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",,,"{""startTime"":1678110619439,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":49,""label"":""tour_started""},{""time"":15551,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6823,""week"":""51"",""id"":""chart""},{""time"":23776,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5790,""week"":""41"",""id"":""chart""},{""time"":31371,""label"":""tour_next"",""step"":5},{""time"":49914,""label"":""started_brush"",""startDate"":""2021-05-22"",""endDate"":""2021-08-06""},{""time"":52426,""label"":""tour_next"",""step"":5},{""time"":59421,""label"":""moved_brush"",""startDate"":""2021-08-08"",""endDate"":""2021-10-23""},{""time"":60832,""label"":""tour_next"",""step"":5},{""time"":65574,""label"":""moved_brush"",""startDate"":""2021-08-04"",""endDate"":""2021-10-19""},{""time"":76635,""label"":""cleared_brush"",""using"":""Click""},{""time"":76635,""label"":""cleared_brush"",""using"":""Escape""},{""time"":78130,""label"":""tour_next"",""step"":5},{""time"":80948,""label"":""tour_end"",""step"":5},{""time"":90503,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3521,""week"":""4"",""id"":""chart""},{""time"":99449,""label"":""started_brush"",""startDate"":""2021-07-20"",""endDate"":""2021-12-18""},{""time"":101335,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":9566,""week"":""45"",""id"":""chart""},{""time"":112347,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1464,""week"":""50"",""id"":""chart""}]}" +2023-03-06 06:38:40,2023-03-06 07:00:03,IP Address,172.100.109.178,100,1283,True,2023-03-06 07:00:05,R_31oov70sDqciP41,,,,,42.6701,-73.7754,anonymous,EN,I consent,10.265,36.881,39.69,4,No,,No,1.862,1.862,3.001,1,,,,,,,,,,,,,,,6,3300,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,5.119,0,,"Nope, I'm not inclined to trust it at all. I see data about this topic all of the time that is both corroboratory and contradictory to what is presented here. I have no idea which is more trustworthy, and I'm not foreign to the fact that data can be manipulated either.",2.035,90.456,98.769,7,35.543,40.525,52.479,2,,8500,,,,,Neither agree nor disagree,Neither agree nor disagree,Neither agree nor disagree,Strongly Agree,Strongly Agree,Slightly agree,"I would want to read the methodology/how the data was collected and also other statistics to see if other variable possibly influenced the data, such as the rate of testing for vaccinated people vs. unvaccinated people. Those who were vaccinated were told they would be protected, so it makes sense that they wouldn't test themselves anymore.",5.755,138.093,145.732,16,Slightly agree,Strongly Agree,Neither agree nor disagree,Disagree,Disagree,Neither agree nor disagree,"I've seen contradictory data, and I'd want to read more about the methodology used and how other variables were controlled.",1.787,49.062,52.304,12,,,,,,,,,,,,,,,Ages 18-49,11.503,48.746,50.28,5,,,,,,,,,,,,,,,,,,,,,,,2,,3.937,11.514,13.079,3,2,8,3,4,1,5,6,7,0,0,29.669,0,1,2,4,3,1,5,5,6,,8.472,28.208,33.241,10,3,3,2,2,3,3,6.528,35.823,37.557,7,Do not know/Refused,Once a day,5.826,33.896,35.798,3,Female,2002,New York,Some college but no degree,None,English,,Prefer not to disclose,,,"$20,000 -$29,999",Prefer not to disclose,No,4.164,388.538,391.214,40,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,6079ff1600ff2b7455e1c3e0,,,,,"{""startTime"":1678110230228,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678110377990,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",,,,,"{""startTime"":1678110084661,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":62,""label"":""tour_started""},{""time"":14435,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3522,""week"":""1"",""id"":""chart""},{""time"":18092,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3116,""week"":""3"",""id"":""chart""},{""time"":22813,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4928,""week"":""6"",""id"":""chart""},{""time"":28798,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1661,""week"":""52"",""id"":""chart""},{""time"":34977,""label"":""tour_next"",""step"":2},{""time"":39958,""label"":""tour_end"",""step"":2}]}", +2023-03-06 06:46:12,2023-03-06 07:01:05,IP Address,184.99.49.145,100,892,True,2023-03-06 07:01:07,R_ywjexFzF7YaNLwJ,,,,,38.7463,-104.7179,anonymous,EN,I consent,5.151,5.151,6.069,1,Yes,4 or more,No,2.031,5.573,6.502,2,0,0,5.111,0,,"From what I saw, I don't trust this visualization. It looks like the number of cases per month and those numbers should be way higher. ",1.939,77.295,92.211,4,25.02,44.82,83.475,2,5,3300,,,,,Agree,Agree,Agree,Strongly Agree,Strongly Agree,Agree,,8.991,22.723,24.718,6,Agree,Strongly Agree,Strongly Agree,Slightly agree,Agree,Agree,"After seeing this visualization for more than a few seconds, I was able to look at it closer and understand it a bit more. I think it's really helpful and a lot of people should be shown this. I think it looks accurate and it shows the difference in cases of people who are vaccinated and who aren't. It's fascinating. ",1.049,28.054,155.339,3,,,,,,,,,,,,,,,More than 4000,8500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Ages 18-49,22.616,22.616,23.643,1,,,,,,,,,,,,,,,,,,,,,,,5,,6.293,6.293,9.29,1,2,8,3,4,1,5,6,7,0,0,29.054,0,4,2,2,4,7,6,9,9,,4.346,21.43,23.323,9,2,4,2,3,4,3,12.581,38.222,39.721,6,Slightly conservative,Several times a week,2.543,9.341,11.528,2,Female,1988,Colorado,Some college but no degree,None,English,,"White (For example, German, Irish, English, Italian, Polish, French, etc).",,,"$150,000 and over",Not religious at all,"Yes, you may contact me on this email address:",1.252,143.151,151.171,41,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5bbc18010cb04c00015025ce,,"{""startTime"":1678110892313,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678110707364,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",,,,,,,"{""startTime"":1678110545531,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":21,""label"":""tour_started""},{""time"":11448,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3932,""week"":""14"",""id"":""chart""},{""time"":24868,""label"":""tour_next"",""step"":2},{""time"":29839,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3867,""week"":""52"",""id"":""chart2""},{""time"":44667,""label"":""tour_end"",""step"":2},{""time"":58695,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6102,""week"":""52"",""id"":""chart""},{""time"":72330,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7800,""week"":""52"",""id"":""chart2""}]}",, +2023-03-06 06:52:08,2023-03-06 07:01:33,IP Address,24.210.102.81,100,565,True,2023-03-06 07:01:35,R_pgXaomZWHofxP8t,,,,,42.1139,-80.1499,anonymous,EN,I consent,3.439,3.439,4.484,1,Yes,2,Yes,1.303,3.52,4.432,2,0,0,5.009,0,,That people who are unvaccinated caught the virus more often in the later parts of the year. I interpret this as due to the colder weather in the later months we are more confined and spread is much easier. I think this is a trustworthy visualization. ,4.831,4.831,79.939,1,30.929,39.943,41.504,2,5,3300,,,,,Strongly Agree,Agree,Strongly Agree,Strongly Agree,Agree,Strongly Agree,,9.431,20.148,21.918,6,Strongly Agree,Strongly Agree,Strongly Agree,Slightly agree,Strongly Agree,Strongly Agree,I have seen similar information to this previously.,5.901,5.901,23.199,1,,,,,,,,,,,,,,,More than 4000,8500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Ages 50-79,38.788,38.788,40.236,1,,,,,,,,,,,,,,,,,,,,,,,4,,7.053,7.053,8.984,1,2,8,3,4,1,5,6,7,0,0,40.758,0,0 - Do not trust at all,4,2,1,3,0 - Do not trust at all,8,8,,7.79,21.524,24.07,8,4,5- extremely characteristic of me,2,5- extremely characteristic of me,3,4,10.808,27.442,29.007,7,Liberal,Several times a week,2.663,8.043,9.777,2,Male,1994,Pennsylvania,"Master’s degree (For example: MA, MS, MEng, MEd, MSW, MBA)",Both,English,,"White (For example, German, Irish, English, Italian, Polish, French, etc).",,,"$20,000 -$29,999",Not religious at all,No,1.602,60.347,62.094,14,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5f2cd45cd689ae1ec67c848c,,"{""startTime"":1678110931719,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678110954104,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",,,,,,,"{""startTime"":1678110833583,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":28,""label"":""tour_started""},{""time"":18370,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2960,""week"":""37"",""id"":""chart""},{""time"":22780,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5300,""week"":""1"",""id"":""chart""},{""time"":30668,""label"":""tour_next"",""step"":2},{""time"":39682,""label"":""tour_end"",""step"":2}]}",, +2023-03-06 06:44:16,2023-03-06 07:01:51,IP Address,72.94.149.110,100,1054,True,2023-03-06 07:01:52,R_3hzPbq5N9ga1KBR,,,,,40.1101,-75.1567,anonymous,EN,I consent,6.978,6.978,8.721,1,Yes,2,Yes,1.864,6.941,8.729,2,0,0,5.006,0,,"5 seconds is not long enough to really determine whether of not i trust what i see, but on the top graph is see a steady incline and that seems likely accurate, so it doesn't immediately seem untrustworthy, but i would need to look at it l longer to see other info to commit to trusting it.",5.866,5.866,84.056,1,16.05,26.539,64.913,2,6,3300,,,,,Agree,Neither agree nor disagree,Agree,Strongly Agree,Slightly disagree,Agree,i always like more info when seeing statistics because there are always more parameters than are listed. some fine print is always appreciated with these kinds of things ,14.62,67.084,102.776,9,Slightly agree,Strongly Agree,Agree,Neither agree nor disagree,Slightly agree,Agree,"the source gives me trust in the data, but i would like more info on how they collected the data",8.367,8.367,51.242,1,,,,,,,,,,,,,,,Between 2000 and 4000,8500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Ages 18-49,172.447,172.447,174.751,1,,,,,,,,,,,,,,,,,,,,,,,4,,6.341,6.341,15.429,1,2,8,3,4,1,5,6,7,0,0,32.838,0,1,2,5,4,4,4,8,7,,10.185,29.058,35.192,8,3,3,2,3,5- extremely characteristic of me,4,15.035,52.279,54.609,9,Moderate; middle of the road,Several times a week,6.847,16.501,19.291,2,Female,1983,Pennsylvania,Associate degree in college - Academic program,Both,English,,"White (For example, German, Irish, English, Italian, Polish, French, etc).",,,"$90,000 -$99,999",Prefer not to disclose,"Yes, you may contact me on this email address:",5.765,62.687,70.748,12,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,60fceda6cb5811d060c3694c,,"{""startTime"":1678110524270,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678110627857,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",,,,,,,"{""startTime"":1678110379195,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":32,""label"":""tour_started""},{""time"":16031,""label"":""tour_next"",""step"":2},{""time"":26519,""label"":""tour_end"",""step"":2},{""time"":27340,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1903,""week"":""50"",""id"":""chart2""},{""time"":39033,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":10008,""week"":""52"",""id"":""chart""},{""time"":49875,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2813,""week"":""52"",""id"":""chart2""}]}",, +2023-03-06 06:48:47,2023-03-06 07:02:54,IP Address,173.90.9.162,100,847,True,2023-03-06 07:02:56,R_T0lrS5mtC5KBm4p,,,,,39.8209,-84.0194,anonymous,EN,I consent,5.801,5.801,6.874,1,Yes,4 or more,No,1.618,3.569,4.71,2,,,,,,,,,,,,,,,6,3300,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,5.009,0,,"For me to give it a high level of trust, I want more time to look at it and see what the source of the information is. Given that you only gave me a limited amount of time, my answer is that the visualization showed that the vaccine works. Given other things I know about the vaccine, I am quite inclined to trust/believe what you showed me. ",0.228,101.38,104.997,7,32.466,62.54,69.693,6,Less than 2000,8500,,,,,Slightly agree,Neither agree nor disagree,Agree,Strongly Agree,Slightly agree,Agree,I would trust the accuracy of this data more if you included the source of the data. ,10.444,41.579,58.256,8,Disagree,Agree,Agree,Strongly Disagree,Neither agree nor disagree,Agree,The visualization confirms the overwhelming evidence that has already been presented that shows the vaccine works. How many more time do we need to beat the dead horse? ,10.314,69.027,70.275,3,,,,,,,,,,,,,,,Ages 80+,51.654,51.654,53.1,1,,,,,,,,,,,,,,,,,,,,,,,6,Thank you for an interesting study. I didn't particularly like the format of the last visual. It made it tricky to answer your last question. ,3.522,22.577,57.092,5,2,3,4,5,1,6,7,8,0,0,18.398,0,1,7,1,8,7,3,8,8,Thank you. ,4.558,19.169,30.901,10,4,5- extremely characteristic of me,1- extremely uncharacteristic of me,3,5- extremely characteristic of me,3,7.647,18.826,19.792,6,Moderate; middle of the road,Several times a week,1.878,8.557,10.258,2,Male,1954,Ohio,"Master’s degree (For example: MA, MS, MEng, MEd, MSW, MBA)",None,English,,"Mixed race, ethnicity (please specify)",,FAIRFIELD,"$80,000 -$89,999",Moderately religious,"Yes, you may contact me on this email address:",3.261,42.851,46.767,12,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,59d75f1b8fd07a0001841feb,,,,,"{""startTime"":1678110916272,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678110812719,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",,,,,"{""startTime"":1678110660473,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":11611,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1334,""week"":""52"",""id"":""chart""},{""time"":16886,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1436,""week"":""41"",""id"":""chart""},{""time"":27506,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2521,""week"":""52"",""id"":""chart""},{""time"":31960,""label"":""tour_next"",""step"":2},{""time"":38933,""label"":""tour_end"",""step"":2},{""time"":46300,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1244,""week"":""52"",""id"":""chart""}]}", +2023-03-06 06:50:36,2023-03-06 07:03:14,IP Address,141.217.211.15,100,757,True,2023-03-06 07:03:14,R_1pRM1m6BcfMu4wu,,,,,42.2385,-83.1783,anonymous,EN,I consent,8.114,8.114,9.134,1,Yes,3,No,2.587,4.427,5.295,2,,,,,,,,,,,,,,,5,8600,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,5.011,0,,"Immediately, after comprehending the chart, I felt disbelief. Although, I did not have enough time to analyze it fully, it seemed to show a large amount of unvaccinated population compared to vaccinated. I am inclined to not trust the vaccination, but I cannot say for sure.",4.113,69.986,70.851,2,2.01,20.851,75.216,3,Between 2000 and 4000,6500,,,,,Disagree,Disagree,Neither agree nor disagree,Slightly agree,Disagree,Disagree,,9.673,30.433,32.165,10,Strongly Disagree,Disagree,Disagree,Strongly Disagree,Strongly Disagree,Slightly disagree,I just feel like the statistics are somewhat off in relation to the timeframe. I feel like usually more people are vaccinated than not.,1.094,1.094,50.113,1,,,,,,,,,,,,,,,Ages 50-79,78.857,78.857,79.91,1,,,,,,,,,,,,,,,,,,,,,,,5,,4.366,4.366,5.034,1,2,8,3,4,1,5,6,7,0,0,16.359,0,5,6,5,4,4,6,10 - Trust it completely,10 - Trust it completely,,6.343,23.49,28.3,12,4,5- extremely characteristic of me,1- extremely uncharacteristic of me,2,4,4,7.128,32.8,33.8,8,Liberal,Less than once a week,3.651,11.435,12.564,2,Male,1999,Michigan,Some college but no degree,Both,English,,"White (For example, German, Irish, English, Italian, Polish, French, etc).",,,"$5,000 -$9,999",Not religious at all,No,1.832,49.732,50.914,20,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5fb6f3bc48d534199270ad38,,,,,"{""startTime"":1678111009114,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678110939603,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",,,,,"{""startTime"":1678110738641,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":31,""label"":""tour_started""},{""time"":9590,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2333,""week"":""52"",""id"":""chart""},{""time"":11957,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3716,""week"":""1"",""id"":""chart""},{""time"":18302,""label"":""tour_next"",""step"":2},{""time"":20766,""label"":""tour_end"",""step"":2},{""time"":23998,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1250,""week"":""14"",""id"":""chart""},{""time"":31758,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6169,""week"":""24"",""id"":""chart""}]}", +2023-03-06 06:51:19,2023-03-06 07:03:20,IP Address,76.180.85.88,100,720,True,2023-03-06 07:03:20,R_1onWzA1GwCIsMaN,,,,,42.9074,-78.8197,anonymous,EN,I consent,8.626,8.626,10.794,1,Yes,2,No,7.432,11.799,14.703,3,,,,,,,,,,,,,,,8,8000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,More than 4000,8500,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,5.008,0,,I would be more inclined to trust the visualization if there were more evidence.,4.935,4.935,34.748,1,37.473,113.275,132.511,5,Ages 18-49,65.8,65.8,67.288,1,Slightly agree,Slightly agree,Slightly agree,Agree,Agree,Slightly agree,,14.674,43.055,45.409,6,Slightly agree,Agree,Agree,Neither agree nor disagree,Slightly agree,Slightly agree,I would like more evidence,,,,,4,,8.762,8.762,10.54,1,2,8,3,4,1,5,6,7,0,0,21.172,0,5,5,6,6,4,6,9,7,,7.555,30.364,35.285,8,3,4,2,2,4,3,10.206,37.736,39.649,6,Moderate; middle of the road,Once a day,3.506,18.79,20.477,2,Female,1988,New York,"Master’s degree (For example: MA, MS, MEng, MEd, MSW, MBA)",Both,English,,"White (For example, German, Irish, English, Italian, Polish, French, etc).",,,"$40,000 -$49,999",Slightly religious,No,2.343,104.588,109.437,19,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5ee95a4c2a64f72f5d95a2fc,,,,,,,,"{""startTime"":1678110978312,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678110935635,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",,,"{""startTime"":1678110734846,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":53,""label"":""tour_started""},{""time"":13278,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":11350,""week"":""47"",""id"":""chart""},{""time"":28055,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7003,""week"":""52"",""id"":""chart""},{""time"":37324,""label"":""tour_next"",""step"":5},{""time"":60051,""label"":""started_brush"",""startDate"":""2021-05-27"",""endDate"":""2021-10-02""},{""time"":66618,""label"":""tour_next"",""step"":5},{""time"":73065,""label"":""cleared_brush"",""using"":""Click""},{""time"":80199,""label"":""cleared_brush"",""using"":""Click""},{""time"":93590,""label"":""moved_brush"",""startDate"":""2021-10-30"",""endDate"":""2022-02-07""},{""time"":94648,""label"":""tour_next"",""step"":5},{""time"":101915,""label"":""cleared_brush"",""using"":""Click""},{""time"":101915,""label"":""cleared_brush"",""using"":""Escape""},{""time"":105325,""label"":""tour_next"",""step"":5},{""time"":113126,""label"":""tour_end"",""step"":5},{""time"":119284,""label"":""cleared_brush"",""using"":""Click""},{""time"":128787,""label"":""started_brush"",""startDate"":""2021-09-13"",""endDate"":""2021-10-25""}]}" +2023-03-06 06:51:58,2023-03-06 07:03:56,IP Address,98.1.76.245,100,718,True,2023-03-06 07:03:57,R_1QxSNSh31y4eKCF,,,,,43.093,-78.9635,anonymous,EN,I consent,3.565,4.511,5.879,2,Yes,2,Yes,1.533,4.684,7.048,3,,,,,,,,,,,,,,,6,3300,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Between 2000 and 4000,7500,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,5.007,0,,"I saw a spike at the end of this year, but I couldn't determine what was the cause. It seems not in line with what I would have expected.",0.574,5.07,31.382,2,12.998,175.26,177.395,41,Ages 18-49,64.964,64.964,66.539,1,Agree,Agree,Agree,Agree,Agree,Agree,"I want to trust the data because of the source listed, but you can never be too careful.",5.979,15.723,29.483,9,Agree,Agree,Agree,Agree,Agree,Slightly agree,The numbers seem higher than I would have thought.,,,,,5,,3.786,4.778,6.324,3,1,8,2,3,4,5,6,7,0,0,13.387,0,5,7,8,7,5,7,8,8,,2.401,10.977,12.424,8,4,4,2,2,4,4,2.144,21.959,23.113,7,Moderate; middle of the road,Once a week,2.687,5.564,6.494,2,Male,1982,California,"Master’s degree (For example: MA, MS, MEng, MEd, MSW, MBA)",One,English,,"Other race, ethnicity, or origin (please specify)",Niagara Falls,,"$120,000 -$129,999",Slightly religious,"Yes, you may contact me on this email address:",2.728,193.575,199.498,70,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,56f542877e3935000ce43685,,,,,,,,"{""startTime"":1678111053915,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678111021612,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":3548,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1335,""week"":""46"",""id"":""chart""}]}",,,"{""startTime"":1678110776722,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":144,""label"":""tour_started""},{""time"":17457,""label"":""tour_next"",""step"":5},{""time"":28422,""label"":""cleared_brush"",""using"":""Click""},{""time"":29474,""label"":""cleared_brush"",""using"":""Click""},{""time"":50161,""label"":""tour_back"",""step"":5},{""time"":53151,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2816,""week"":""47"",""id"":""chart""},{""time"":57538,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2128,""week"":""49"",""id"":""chart""},{""time"":79297,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2018,""week"":""32"",""id"":""chart""},{""time"":85919,""label"":""tour_next"",""step"":5},{""time"":96930,""label"":""cleared_brush"",""using"":""Click""},{""time"":101397,""label"":""cleared_brush"",""using"":""Click""},{""time"":106008,""label"":""tour_back"",""step"":5},{""time"":108007,""label"":""tour_next"",""step"":5},{""time"":115441,""label"":""cleared_brush"",""using"":""Click""},{""time"":116516,""label"":""cleared_brush"",""using"":""Click""},{""time"":125952,""label"":""tour_back"",""step"":5},{""time"":128896,""label"":""tour_next"",""step"":5},{""time"":131585,""label"":""cleared_brush"",""using"":""Click""},{""time"":132242,""label"":""cleared_brush"",""using"":""Click""},{""time"":133569,""label"":""started_brush"",""startDate"":""2021-04-29"",""endDate"":""2021-05-22""},{""time"":135024,""label"":""tour_next"",""step"":5},{""time"":140441,""label"":""started_brush"",""startDate"":""2021-07-22"",""endDate"":""2021-08-16""},{""time"":147586,""label"":""started_brush"",""startDate"":""2021-05-04"",""endDate"":""2021-05-27""},{""time"":149064,""label"":""moved_brush"",""startDate"":""2021-04-23"",""endDate"":""2021-05-15""},{""time"":150064,""label"":""tour_next"",""step"":5},{""time"":152977,""label"":""started_brush"",""startDate"":""2021-06-13"",""endDate"":""2021-07-29""},{""time"":170353,""label"":""cleared_brush"",""using"":""Click""},{""time"":171339,""label"":""started_brush"",""startDate"":""2021-08-23"",""endDate"":""2021-09-26""},{""time"":172368,""label"":""tour_next"",""step"":5},{""time"":175087,""label"":""tour_end"",""step"":5}]}" +2023-03-06 06:41:33,2023-03-06 07:05:28,IP Address,72.188.25.197,100,1435,True,2023-03-06 07:05:29,R_BSdzOWzsm4koX8B,,,,,29.0422,-81.2863,anonymous,EN,I consent,16.864,17.755,19.22,2,Yes,3,No,7.602,59.895,61.077,4,,,,,,,,,,,,,,,6,3300,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,More than 4000,6500,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,5.108,0,,My first impression was that it looked accurate. I would trust that it is fairly accurate based on what I know about it.,62.474,62.474,142.089,1,81.88,193.403,214.628,17,Ages 18-49,42.838,42.838,57.825,1,Agree,Agree,Neither agree nor disagree,Strongly Agree,Agree,Slightly agree,,47.121,113.396,116.47,10,Slightly agree,Agree,Agree,Slightly agree,Slightly agree,Slightly agree,I have seen other sources of information such as news that makes me think the data is fairly accurate at a glance.,,,,,4,,12.929,12.929,15.754,1,2,8,3,4,1,5,6,7,0,0,30.6,0,6,6,7,6,5,7,9,9,,15.043,39.251,45.794,8,3,2,2,3,2,4,49.087,98.322,100.381,6,Liberal,Several times a week,14.521,26.243,31.549,2,Male,1985,Florida,"Bachelor’s degree (For example: BA, AB, BS)",None,English,,"White (For example, German, Irish, English, Italian, Polish, French, etc).",,,"$50,000 -$59,999",Slightly religious,No,4.865,98.811,100.893,13,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5fc6bb4182ff63089f4a26be,,,,,,,,"{""startTime"":1678110612368,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678110729405,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",,,"{""startTime"":1678110338799,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":44,""label"":""tour_started""},{""time"":81784,""label"":""tour_next"",""step"":5},{""time"":142622,""label"":""cleared_brush"",""using"":""Click""},{""time"":147107,""label"":""moved_brush"",""startDate"":""2021-07-30"",""endDate"":""2021-09-02""},{""time"":151877,""label"":""started_brush"",""startDate"":""2021-06-09"",""endDate"":""2021-09-20""},{""time"":154717,""label"":""tour_next"",""step"":5},{""time"":162556,""label"":""moved_brush"",""startDate"":""2021-08-06"",""endDate"":""2021-09-20""},{""time"":164214,""label"":""tour_next"",""step"":5},{""time"":173951,""label"":""cleared_brush"",""using"":""Click""},{""time"":175880,""label"":""tour_next"",""step"":5},{""time"":178958,""label"":""tour_end"",""step"":5},{""time"":188512,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1144,""week"":""52"",""id"":""chart""},{""time"":201809,""label"":""started_brush"",""startDate"":""2021-11-20"",""endDate"":""2022-01-18""}]}" +2023-03-06 06:41:14,2023-03-06 07:05:37,IP Address,172.58.45.45,100,1462,True,2023-03-06 07:05:38,R_UYiP2Qo6WFoRxUR,,,,,47.6901,-122.3747,anonymous,EN,I consent,6.564,6.564,7.38,1,Yes,1,Yes,2.241,7.617,9.132,2,,,,,,,,,,,,,,,6,3300,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,5.009,0,,Probably not inclined to trust what I saw due to the spike on the chart.,3.67,3.67,44.098,1,59.922,214.619,220.599,5,More than 4000,8500,,,,,Slightly agree,Disagree,Neither agree nor disagree,Agree,Agree,Neither agree nor disagree,,18.154,45.235,48.012,6,Slightly agree,Agree,Neither agree nor disagree,Strongly Disagree,Slightly disagree,Neither agree nor disagree,"I find it hard to trust most information related to covid. There have been too many lies, misdirection's, and fake news coming from the media and even our government.",3.927,93.295,99.571,5,,,,,,,,,,,,,,,Ages 50-79,53.749,53.749,55.042,1,,,,,,,,,,,,,,,,,,,,,,,5,,7.436,7.774,12.101,2,2,8,3,4,1,5,6,7,0,0,25.908,0,4,5,9,7,1,5,8,8,,6.558,24.236,26.907,8,3,4,2,3,5- extremely characteristic of me,5- extremely characteristic of me,7.419,50.962,52.307,7,Conservative,Several times a week,7.124,18.733,20.691,2,Male,1963,Washington,Some college but no degree,None,English,,"Other race, ethnicity, or origin (please specify)",OCEAN PARK,,"$90,000 -$99,999",Not religious at all,"Yes, you may contact me on this email address:",2.973,482.002,488.133,86,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,6287a8c4a6303ff156cd0853,,,,,"{""startTime"":1678110628216,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678110486345,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",,,,,"{""startTime"":1678110165394,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":34,""label"":""tour_started""},{""time"":8274,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1646,""week"":""51"",""id"":""chart""},{""time"":10704,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5312,""week"":""1"",""id"":""chart""},{""time"":16048,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1119,""week"":""2"",""id"":""chart""},{""time"":17301,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1061,""week"":""3"",""id"":""chart""},{""time"":19063,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1132,""week"":""5"",""id"":""chart""},{""time"":20197,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2962,""week"":""5"",""id"":""chart""},{""time"":42187,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2617,""week"":""51"",""id"":""chart""},{""time"":45751,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2601,""week"":""52"",""id"":""chart""},{""time"":48549,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1766,""week"":""1"",""id"":""chart""},{""time"":50333,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1515,""week"":""2"",""id"":""chart""},{""time"":51998,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1713,""week"":""3"",""id"":""chart""},{""time"":65898,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1484,""week"":""50"",""id"":""chart""},{""time"":67449,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1730,""week"":""49"",""id"":""chart""},{""time"":69611,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1266,""week"":""34"",""id"":""chart""},{""time"":73826,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2848,""week"":""27"",""id"":""chart""},{""time"":76721,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5863,""week"":""26"",""id"":""chart""},{""time"":84015,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1001,""week"":""28"",""id"":""chart""},{""time"":90258,""label"":""tour_next"",""step"":2},{""time"":114003,""label"":""tour_back"",""step"":2},{""time"":115083,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3965,""week"":""52"",""id"":""chart""},{""time"":119897,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1748,""week"":""1"",""id"":""chart""},{""time"":121664,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":9423,""week"":""52"",""id"":""chart""},{""time"":132036,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":18797,""week"":""14"",""id"":""chart""},{""time"":158626,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":9325,""week"":""31"",""id"":""chart""},{""time"":168532,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4781,""week"":""51"",""id"":""chart""},{""time"":173376,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":10541,""week"":""52"",""id"":""chart""},{""time"":183949,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":12837,""week"":""1"",""id"":""chart""},{""time"":197303,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2916,""week"":""52"",""id"":""chart""},{""time"":200535,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1765,""week"":""51"",""id"":""chart""},{""time"":202535,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6806,""week"":""50"",""id"":""chart""},{""time"":212849,""label"":""tour_next"",""step"":2},{""time"":214106,""label"":""tour_end"",""step"":2}]}", +2023-03-06 06:57:19,2023-03-06 07:06:00,IP Address,71.223.101.121,100,520,True,2023-03-06 07:06:00,R_ZF6Y1ZiNHflaY93,,,,,33.4342,-111.8454,anonymous,EN,I consent,5.277,5.277,5.902,1,Yes,3,Yes,1.248,4,4.934,3,,,,,,,,,,,,,,,6,8000,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,5.01,0,,no it looks like covid is gaining in a time people where vaccinated that makes no sense. Vaccines prevented all infections,1.522,33.874,36.017,5,3.267,12.771,20.443,4,More than 4000,6500,,,,,Strongly Disagree,Strongly Disagree,Strongly Disagree,Strongly Agree,Strongly Disagree,Strongly Disagree,,3.425,11.121,12.476,8,Strongly Disagree,Agree,Neither agree nor disagree,Strongly Disagree,Strongly Disagree,Strongly Disagree," lack of trust in the data used, concerns about bias towards promoting vaccinations, and a belief that the chart is being used to promote fear and panic",4.478,117.168,117.671,4,,,,,,,,,,,,,,,Ages 50-79,14.115,14.115,15.001,1,,,,,,,,,,,,,,,,,,,,,,,4,,3.739,3.739,5.397,1,2,8,3,4,1,5,6,7,0,0,13.158,0,0 - Do not trust at all,0 - Do not trust at all,8,0 - Do not trust at all,0 - Do not trust at all,0 - Do not trust at all,0 - Do not trust at all,0 - Do not trust at all,,4.195,11.091,13.169,9,1- extremely uncharacteristic of me,4,1- extremely uncharacteristic of me,4,1- extremely uncharacteristic of me,3,15.322,71.001,72.022,10,Moderate; middle of the road,Never,3.677,10.534,12.386,4,Male,1989,Arizona,"Bachelor’s degree (For example: BA, AB, BS)",One,English,,"Mixed race, ethnicity (please specify)",,Mesa,"$70,000 -$79,999",Very religious,"Yes, you may contact me on this email address:",2.006,46.613,49.411,15,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,6297567582d2ed2d88ae0450,,,,,"{""startTime"":1678111330834,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678111197925,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",,,,,"{""startTime"":1678111103555,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":81,""label"":""tour_started""},{""time"":8271,""label"":""tour_next"",""step"":2},{""time"":12582,""label"":""tour_end"",""step"":2},{""time"":15976,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1951,""week"":""52"",""id"":""chart""}]}", +2023-03-06 06:45:52,2023-03-06 07:07:09,IP Address,50.201.78.248,100,1277,True,2023-03-06 07:07:10,R_2uBrwynRCmW8xRo,,,,,30.3524,-81.5867,anonymous,EN,I consent,3.041,3.041,4.295,1,Yes,2,Yes,1.954,3.866,5.163,2,,,,,,,,,,,,,,,8,3300,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Between 2000 and 4000,6500,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,5.008,0,,"It spiked at later part of 2022, with vaccinated and unvaccinated. It can be trusted. ",1.11,1.11,27.553,1,10.234,162.468,168.668,37,Ages 50-79,23.928,23.928,24.884,1,Agree,Agree,Agree,Agree,Agree,Agree,,11.286,16.754,19.03,7,Agree,Strongly Agree,Strongly Agree,Strongly Agree,Strongly Agree,Strongly Agree,Because it shows a wide range of data based on age and vaccination status. ,,,,,5,,5.2,7.464,9.042,2,2,8,3,4,1,5,6,7,0,0,14.894,0,1,1,5,6,1,8,10 - Trust it completely,9,,35.42,59.481,60.688,8,5- extremely characteristic of me,4,1- extremely uncharacteristic of me,4,4,4,595.528,610.601,612.012,6,Moderate; middle of the road,Several times a week,106.857,109.801,111.113,2,Male,1992,Florida,"Master’s degree (For example: MA, MS, MEng, MEd, MSW, MBA)",None,English,,"White (For example, German, Irish, English, Italian, Polish, French, etc).",,,"$70,000 -$79,999",Very religious,"Yes, you may contact me on this email address:",1.272,40.521,45.58,15,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5ef517ab79cf2c15b7452eda,,,,,,,,"{""startTime"":1678110646990,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":3651,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1817,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678110602051,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",,,"{""startTime"":1678110516122,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":6213,""label"":""tour_next"",""step"":5},{""time"":8595,""label"":""cleared_brush"",""using"":""Click""},{""time"":10590,""label"":""cleared_brush"",""using"":""Click""}]}" +2023-03-06 06:48:01,2023-03-06 07:07:34,IP Address,128.173.138.84,100,1173,True,2023-03-06 07:07:35,R_0O0sh0JXjqYwKgF,,,,,37.1362,-80.4125,anonymous,EN,I consent,349.53,349.53,350.179,1,Yes,2,Yes,1.433,4.861,5.41,3,0,0,5.012,0,,That people who are vaccinated are less likely to be infected with Covid 19. I trust the visualization as there have been studies showing that those vaccinated are less likely to get Covid or have milder symptoms than those not vaccinated.,1.115,61.544,65.325,4,9.708,40.899,42.665,4,6,3300,,,,,Agree,Slightly disagree,Slightly agree,Strongly Agree,Strongly Agree,Agree,,5.985,35.201,38.183,9,Slightly agree,Strongly Agree,Strongly Agree,Agree,Strongly Agree,Agree,The center for disease control is trustworthy source of information. ,13.882,13.882,29.84,1,,,,,,,,,,,,,,,More than 4000,8500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Ages 80+,40.027,40.027,41.57,1,,,,,,,,,,,,,,,,,,,,,,,5,,6.827,6.827,7.857,1,2,8,3,4,1,5,6,7,0,0,19,0,5,4,8,4,3,3,9,8,,6.611,22.351,24.252,9,5- extremely characteristic of me,1- extremely uncharacteristic of me,5- extremely characteristic of me,2,4,2,8.447,24.602,26.274,6,Moderate; middle of the road,Several times a week,5.5,17.884,18.243,3,Female,1986,Virginia,Associate degree in college - Occupational/vocational program,None,English,,"White (For example, German, Irish, English, Italian, Polish, French, etc).",,,"$80,000 -$89,999",Moderately religious,"Yes, you may contact me on this email address:",1.274,114.495,118.241,52,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5c0fa2324324e80001c951c9,,"{""startTime"":1678111172891,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":19285,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1621,""week"":""6"",""id"":""chart2""}]}","{""startTime"":1678111211587,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",,,,,,,"{""startTime"":1678111038752,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":32,""label"":""tour_started""},{""time"":10696,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1885,""week"":""2"",""id"":""chart""},{""time"":15652,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1684,""week"":""27"",""id"":""chart""},{""time"":18287,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1852,""week"":""52"",""id"":""chart""},{""time"":24236,""label"":""tour_next"",""step"":2},{""time"":31852,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3402,""week"":""34"",""id"":""chart2""},{""time"":35272,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2219,""week"":""35"",""id"":""chart2""},{""time"":40831,""label"":""tour_end"",""step"":2}]}",, +2023-03-06 06:47:16,2023-03-06 07:08:17,IP Address,121.91.227.206,100,1261,True,2023-03-06 07:08:18,R_XhzQFMbAZEFjGnf,,,,,34.0544,-118.2441,anonymous,EN,I consent,15.685,28.597,29.926,2,Yes,3,No,34.157,55.557,56.34,12,,,,,,,,,,,,,,,8,3300,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Between 2000 and 4000,8500,,,,,,,,,,,,,,,,,,,,,,,,,,,2.688,3.048,5.009,2,,My first impressions of this visualization is Positive. I trust the visualization because I think its right.,3.123,185.632,187.371,9,11.183,68.783,70.186,19,Ages 18-49,3.175,96.79,102.869,6,Agree,Neither agree nor disagree,Agree,Neither agree nor disagree,Agree,Slightly agree,Nope.,0.273,13.032,22.44,9,Neither agree nor disagree,Slightly agree,Slightly agree,Agree,Slightly agree,Slightly agree,"This visualization illustrates the vaccination rates of different age groups. That's why I Slightly agree with the statement ""I trust this visualization"".",,,,,5,,2.011,2.011,2.838,1,2,8,3,4,1,5,6,7,5.084,37.972,57.389,5,6,8,7,5,7,6,8,6,No comments.,1.861,6.301,17.455,9,3,4,3,3,4,4,1.609,8.441,9.14,7,Liberal,Several times a week,1.787,15.971,16.278,5,Female,1995,Pennsylvania,"Bachelor’s degree (For example: BA, AB, BS)",Both,English,,"White (For example, German, Irish, English, Italian, Polish, French, etc).",,,"$150,000 and over",Moderately religious,"Yes, you may contact me on this email address:",1,75.59,76.384,21,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,6138c06bd7d7f2b7720e7a27,,,,,,,,"{""startTime"":1678110943335,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678110967879,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",,,"{""startTime"":1678110764868,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":89,""label"":""tour_started""},{""time"":14841,""label"":""tour_next"",""step"":5},{""time"":19035,""label"":""cleared_brush"",""using"":""Click""},{""time"":21602,""label"":""started_brush"",""startDate"":""2021-07-28"",""endDate"":""2021-09-09""},{""time"":23509,""label"":""moved_brush"",""startDate"":""2021-04-18"",""endDate"":""2021-05-31""},{""time"":24042,""label"":""tour_next"",""step"":5},{""time"":29885,""label"":""started_brush"",""startDate"":""2021-07-27"",""endDate"":""2021-11-28""},{""time"":32606,""label"":""moved_brush"",""startDate"":""2021-10-06"",""endDate"":""2022-02-07""},{""time"":33070,""label"":""moved_brush"",""startDate"":""2021-10-06"",""endDate"":""2022-02-07""},{""time"":33914,""label"":""tour_next"",""step"":5},{""time"":36317,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-08-07""},{""time"":37247,""label"":""moved_brush"",""startDate"":""2021-10-06"",""endDate"":""2022-02-07""},{""time"":39732,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-08-07""},{""time"":40445,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-08-07""},{""time"":41533,""label"":""moved_brush"",""startDate"":""2021-10-06"",""endDate"":""2022-02-07""},{""time"":42093,""label"":""moved_brush"",""startDate"":""2021-10-06"",""endDate"":""2022-02-07""},{""time"":42676,""label"":""moved_brush"",""startDate"":""2021-09-15"",""endDate"":""2022-01-17""},{""time"":42909,""label"":""moved_brush"",""startDate"":""2021-09-15"",""endDate"":""2022-01-17""},{""time"":43249,""label"":""cleared_brush"",""using"":""Click""},{""time"":43393,""label"":""moved_brush"",""startDate"":""2021-07-25"",""endDate"":""2021-07-30""},{""time"":43743,""label"":""started_brush"",""startDate"":""2021-08-22"",""endDate"":""2021-08-27""},{""time"":44466,""label"":""tour_next"",""step"":5},{""time"":46440,""label"":""tour_end"",""step"":5}]}" +2023-03-06 06:51:45,2023-03-06 07:08:45,IP Address,68.119.155.70,100,1019,True,2023-03-06 07:08:45,R_3EmPuE5t9Jx8zs0,,,,,33.9388,-117.416,anonymous,EN,I consent,19.521,27.904,28.776,2,Yes,2,No,4.986,6.8,8.064,2,,,,,,,,,,,,,,,6,3300,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,More than 4000,8500,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,5.015,0,,"The chart seems credible but it is also a lot of information to take in. Sometimes complexity can be used to misguide, but overall the visualization seemed legitimate on a very brief inspection. My gut would be to take it at face value and then potentially corroborate it using additional resources. ",5.185,72.584,88.681,5,15.724,251.813,275.3,36,Ages 18-49,2.132,60.427,65.819,5,Neither agree nor disagree,Slightly agree,Neither agree nor disagree,Agree,Slightly disagree,Agree,It's interesting that sometimes data can be blinding - Which is to say I missed the source at the bottom of the chart because I was so focused on trying to decipher the various elements of the information provided with the visualization. ,5.811,33.108,76.823,13,Slightly agree,Slightly agree,Agree,Strongly Agree,Agree,Agree,In situations where I am presented with a highly specialized and high quality visualization I tend to lean towards trust versus mistrust. Typically misinformation is less-polished and not as in-depth. I tend to give the benefit of the doubt in these situation and if the data seems contradictory I would further investigate.,,,,,6,,4.386,5.367,7.198,4,2,8,3,4,1,5,6,7,0,0,21.879,0,7,8,6,6,4,6,9,7,,14.224,34.477,40.646,14,3,3,2,2,4,3,4.163,54.999,55.8,24,Liberal,Once a day,1.899,11.475,12.222,5,Male,1984,California,"Bachelor’s degree (For example: BA, AB, BS)",Both,English,,"White (For example, German, Irish, English, Italian, Polish, French, etc).",,,"$140,000 -$149,999",Moderately religious,No,1.633,44.311,44.939,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5e3dff6b8714b707b9a258b0,,,,,,,,"{""startTime"":1678111300034,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678111194856,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",,,"{""startTime"":1678110853060,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":25264,""label"":""tour_next"",""step"":5},{""time"":27266,""label"":""tour_back"",""step"":5},{""time"":31494,""label"":""tour_next"",""step"":5},{""time"":55357,""label"":""started_brush"",""startDate"":""2021-08-16"",""endDate"":""2021-11-16""},{""time"":57439,""label"":""moved_brush"",""startDate"":""2021-08-16"",""endDate"":""2021-11-03""},{""time"":58189,""label"":""tour_next"",""step"":5},{""time"":64524,""label"":""moved_brush"",""startDate"":""2021-08-22"",""endDate"":""2021-11-09""},{""time"":65277,""label"":""moved_brush"",""startDate"":""2021-06-19"",""endDate"":""2021-09-06""},{""time"":66714,""label"":""moved_brush"",""startDate"":""2021-08-14"",""endDate"":""2021-11-02""},{""time"":71598,""label"":""cleared_brush"",""using"":""Click""},{""time"":72602,""label"":""tour_next"",""step"":5},{""time"":79439,""label"":""cleared_brush"",""using"":""Click""},{""time"":79439,""label"":""cleared_brush"",""using"":""Escape""},{""time"":80458,""label"":""tour_next"",""step"":5},{""time"":85842,""label"":""tour_end"",""step"":5},{""time"":87673,""label"":""cleared_brush"",""using"":""Click""},{""time"":87673,""label"":""cleared_brush"",""using"":""Escape""},{""time"":87945,""label"":""cleared_brush"",""using"":""Click""},{""time"":87945,""label"":""cleared_brush"",""using"":""Escape""},{""time"":106114,""label"":""started_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-04-29""},{""time"":107170,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-04-29""},{""time"":108175,""label"":""cleared_brush"",""using"":""Click""},{""time"":112990,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-07-14""},{""time"":113770,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1579,""week"":""15"",""id"":""chart""},{""time"":115362,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2693,""week"":""15"",""id"":""chart""},{""time"":119353,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2586,""week"":""15"",""id"":""chart""},{""time"":133843,""label"":""cleared_brush"",""using"":""Click""},{""time"":137927,""label"":""started_brush"",""startDate"":""2021-10-30"",""endDate"":""2021-11-05""},{""time"":140683,""label"":""cleared_brush"",""using"":""Click""},{""time"":141634,""label"":""cleared_brush"",""using"":""Click""},{""time"":144223,""label"":""cleared_brush"",""using"":""Click""},{""time"":147667,""label"":""moved_brush"",""startDate"":""2021-11-20"",""endDate"":""2022-01-24""},{""time"":148870,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1452,""week"":""52"",""id"":""chart""},{""time"":152970,""label"":""moved_brush"",""startDate"":""2021-11-20"",""endDate"":""2022-02-07""},{""time"":153766,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":2072,""week"":""6"",""id"":""chart""},{""time"":162053,""label"":""moved_brush"",""startDate"":""2021-08-18"",""endDate"":""2022-02-07""},{""time"":162620,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":14693,""week"":""52"",""id"":""chart""},{""time"":180428,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1193,""week"":""3"",""id"":""chart""},{""time"":203988,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1199,""week"":""52"",""id"":""chart""},{""time"":211713,""label"":""moved_brush"",""startDate"":""2021-08-18"",""endDate"":""2022-01-16""},{""time"":214641,""label"":""moved_brush"",""startDate"":""2021-12-09"",""endDate"":""2022-01-16""},{""time"":215259,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1470,""week"":""50"",""id"":""chart""},{""time"":218593,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1052,""week"":""52"",""id"":""chart""},{""time"":220509,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1386,""week"":""52"",""id"":""chart""},{""time"":224764,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":3248,""week"":""1"",""id"":""chart""},{""time"":238158,""label"":""moved_brush"",""startDate"":""2021-12-09"",""endDate"":""2022-01-16""},{""time"":238372,""label"":""moved_brush"",""startDate"":""2021-12-09"",""endDate"":""2022-01-16""},{""time"":240833,""label"":""moved_brush"",""startDate"":""2021-08-20"",""endDate"":""2022-01-16""},{""time"":244238,""label"":""moved_brush"",""startDate"":""2021-08-20"",""endDate"":""2022-02-07""},{""time"":253507,""label"":""cleared_brush"",""using"":""Click""},{""time"":253503,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1043,""week"":""15"",""id"":""chart""}]}" +2023-03-06 06:49:00,2023-03-06 07:11:43,IP Address,71.225.244.85,100,1362,True,2023-03-06 07:11:44,R_3j1eCoDXYTXYRGT,,,,,39.9664,-75.1685,anonymous,EN,I consent,1.4,50.279,51.139,6,Yes,3,No,2.871,12.67,15.421,4,,,,,,,,,,,,,,,5,3300,,,,,,,,,,,,,,,,,,,,,,,,,,,4.217,4.217,5.023,1,,"I think the chart is right, those who are not vaccinated, are the most who are infected covid-19. ",45.329,183.459,186.237,8,31.324,38.724,73.633,2,Between 2000 and 4000,8500,,,,,Agree,Agree,Agree,Agree,Agree,Agree,,8.479,40.815,43.468,8,Slightly agree,Agree,Strongly Agree,Agree,Agree,Agree,This data is easy to process and informative. ,3.492,48.043,50.721,7,,,,,,,,,,,,,,,Ages 50-79,24.195,24.195,58.56,1,,,,,,,,,,,,,,,,,,,,,,,5,,14.734,14.734,16.839,1,2,8,3,4,1,5,6,7,4.258,44.354,46.002,3,7,8,7,8,7,8,9,9,,5.049,22.304,24.039,9,2,2,4,4,2,4,8.4,39.447,40.192,7,Slightly liberal,Once a day,5.53,18.362,22.961,4,Male,1989,Pennsylvania,"Bachelor’s degree (For example: BA, AB, BS)",One,English,,"White (For example, German, Irish, English, Italian, Polish, French, etc).",,,"$110,000 -$119,999",Not religious at all,"Yes, you may contact me on this email address:",4.205,185.141,185.836,51,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,6102d892986a0f83785e2470,,,,,"{""startTime"":1678111219806,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678111138586,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":3122,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4296,""week"":""1"",""id"":""chart""}]}",,,,,"{""startTime"":1678110828715,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":34,""label"":""tour_started""},{""time"":29540,""label"":""tour_next"",""step"":2},{""time"":36940,""label"":""tour_end"",""step"":2},{""time"":38283,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":20244,""week"":""1"",""id"":""chart""},{""time"":59352,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4138,""week"":""52"",""id"":""chart""},{""time"":67532,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2597,""week"":""33"",""id"":""chart""}]}", +2023-03-06 06:56:42,2023-03-06 07:14:47,IP Address,69.137.195.222,100,1085,True,2023-03-06 07:14:48,R_0VDkXLBsr0gxNx7,,,,,26.5921,-81.6784,anonymous,EN,I consent,240.952,240.952,243.211,1,No,,No,2.714,2.714,4.802,1,,,,,,,,,,,,,,,6,3300,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,More than 4000,8500,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,5.016,0,,I am not inclined to trust the visualization. I was not able to look at the information long enough and I don't know the source of the information.,5.612,55.802,58.393,3,40.888,110.572,148.23,7,Ages 18-49,13.728,54.556,56.57,2,Strongly Disagree,Strongly Disagree,Strongly Disagree,Agree,Agree,Strongly Disagree,,14.516,38.25,42.155,7,Strongly Disagree,Agree,Neither agree nor disagree,Neither agree nor disagree,Strongly Disagree,Neither agree nor disagree,The visualization does not provide enough information to know whether the data is correct or not.,,,,,1,,6.299,6.299,10.032,1,2,8,5,3,1,4,7,6,22.698,36.875,74.561,5,0 - Do not trust at all,0 - Do not trust at all,1,2,0 - Do not trust at all,0 - Do not trust at all,2,2,,11.194,21.897,24.249,8,3,3,2,2,3,3,4.307,16.244,17.382,6,Conservative,Several times a week,2.774,12.774,14.179,2,Female,1982,Florida,High school graduate - High school diploma or equivalent (for example: GED),None,English,,"White (For example, German, Irish, English, Italian, Polish, French, etc).",,,"$60,000 -$69,999",Moderately religious,No,3.318,69.575,71.079,19,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5ae59f8cc3c3ab00018f7185,,,,,,,,"{""startTime"":1678111534849,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678111577676,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",,,"{""startTime"":1678111329372,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":37,""label"":""tour_started""},{""time"":28277,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1362,""week"":""1"",""id"":""chart""},{""time"":30806,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5231,""week"":""52"",""id"":""chart""},{""time"":36074,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3114,""week"":""1"",""id"":""chart""},{""time"":40407,""label"":""tour_next"",""step"":5},{""time"":63107,""label"":""started_brush"",""startDate"":""2021-07-05"",""endDate"":""2021-07-25""},{""time"":67937,""label"":""moved_brush"",""startDate"":""2021-07-05"",""endDate"":""2021-09-13""},{""time"":71285,""label"":""tour_next"",""step"":5},{""time"":88588,""label"":""moved_brush"",""startDate"":""2021-11-04"",""endDate"":""2022-01-13""},{""time"":92518,""label"":""moved_brush"",""startDate"":""2021-11-04"",""endDate"":""2022-01-23""},{""time"":93726,""label"":""tour_next"",""step"":5},{""time"":99759,""label"":""cleared_brush"",""using"":""Click""},{""time"":101897,""label"":""tour_next"",""step"":5},{""time"":110091,""label"":""tour_end"",""step"":5},{""time"":113710,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1186,""week"":""2"",""id"":""chart""},{""time"":118829,""label"":""started_brush"",""startDate"":""2021-11-27"",""endDate"":""2022-01-02""},{""time"":119449,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7671,""week"":""52"",""id"":""chart""},{""time"":127123,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2529,""week"":""52"",""id"":""chart""},{""time"":131914,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6597,""week"":""51"",""id"":""chart""},{""time"":138965,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7281,""week"":""50"",""id"":""chart""}]}" +2023-03-06 07:06:55,2023-03-06 07:18:36,IP Address,66.90.191.31,100,700,True,2023-03-06 07:18:37,R_2y89tfPXaNqZUCk,,,,,29.8737,-97.9361,anonymous,EN,I consent,2.998,2.998,3.863,1,No,,No,2.549,2.549,3.626,1,,,,,,,,,,,,,,,5,3300,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,5.111,0,,I am not inclined to trust the visualization. Most the time when there is an enormous spike on a scale it is because someone isn't measuring the correct data. ,1.703,46.107,64.308,2,28.509,33.711,44.601,2,More than 4000,8500,,,,,Strongly Disagree,Strongly Disagree,Strongly Disagree,Strongly Agree,Strongly Agree,Strongly Disagree,The data does not show all the people who contracted Covid but never showed any symptoms. ,8.31,27.418,82.94,7,Strongly Disagree,Strongly Agree,Agree,Strongly Disagree,Strongly Disagree,Strongly Disagree,I don't trust any information that comes out about Covid. They have lied to us all throughout this entire thing. ,1.444,1.444,46.371,1,,,,,,,,,,,,,,,Ages 80+,24.887,24.887,25.793,1,,,,,,,,,,,,,,,,,,,,,,,6,,6.336,9.293,11.221,8,2,8,3,4,1,5,6,7,0,0,31.118,0,0 - Do not trust at all,0 - Do not trust at all,7,5,1,6,1,3,,9.908,25.956,27.653,9,5- extremely characteristic of me,4,1- extremely uncharacteristic of me,2,4,5- extremely characteristic of me,15.892,35.766,39.571,7,Extremely conservative,Never,12.688,24.364,25.642,2,Female,1993,Texas,"Bachelor’s degree (For example: BA, AB, BS)",Both,English,,"White (For example, German, Irish, English, Italian, Polish, French, etc).",,,"$120,000 -$129,999",Very religious,"Yes, you may contact me on this email address:",4.058,82.434,87.755,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5c97df1f9e1eff001662ed96,,,,,"{""startTime"":1678111833820,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678111917330,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",,,,,"{""startTime"":1678111723639,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":45,""label"":""tour_started""},{""time"":17133,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3866,""week"":""1"",""id"":""chart""},{""time"":21065,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1099,""week"":""52"",""id"":""chart""},{""time"":28362,""label"":""tour_next"",""step"":2},{""time"":33563,""label"":""tour_end"",""step"":2}]}", 2023-03-06 06:47:18,2023-03-06 07:18:43,IP Address,108.16.204.33,100,1884,True,2023-03-06 07:18:43,R_29aCzsUgPRNYbQM,,,,,39.9544,-75.1657,anonymous,EN,I consent,13.951,125.284,127.381,8,No,,Yes,8.331,8.331,11.348,1,0,0,5.012,0,,"It was too fast, maybe just 1 sec. So I have no answer.",32.248,32.248,104.448,1,26.312,37.898,49.335,3,5,3300,,,,,Neither agree nor disagree,Agree,Neither agree nor disagree,Agree,Neither agree nor disagree,Neither agree nor disagree,,14.087,163.567,167.147,11,Slightly agree,Agree,Neither agree nor disagree,Neither agree nor disagree,Neither agree nor disagree,Neither agree nor disagree,"Because people surround me who were completely -vaccinated got Covid not once but at least twice. People who did not get vaccine were same way or even less.",11.253,213.582,221.572,8,,,,,,,,,,,,,,,More than 4000,8500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Ages 50-79,18.141,85.48,88.341,6,,,,,,,,,,,,,,,,,,,,,,,4,,21.971,29.622,41.124,3,2,3,4,5,1,6,7,8,41.397,41.397,43.617,1,3,6,6,6,3,6,7,6,,17.737,52.898,54.536,11,3,3,4,3,4,3,26.862,81.484,82.841,7,Slightly conservative,Once a day,13.428,32.036,34.468,3,Female,1946,Pennsylvania,"Bachelor’s degree (For example: BA, AB, BS)",None,English,,"Other race, ethnicity, or origin (please specify)",Philadelphia,,"$40,000 -$49,999",Not religious at all,No,,7.109,237.998,240.133,26,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,632e4ac3a1ed32e0c597aa9d,,"{""startTime"":1678111286596,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678110973985,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",,,,,,,"{""startTime"":1678110711158,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":24,""label"":""tour_started""},{""time"":26267,""label"":""tour_next"",""step"":2},{""time"":37838,""label"":""tour_end"",""step"":2}]}",, -2023-03-06 06:46:36,2023-03-06 07:18:56,IP Address,202.182.70.90,100,1939,True,2023-03-06 07:18:57,R_A0zrQxXztu9jMEp,,,,,40.7123,-74.0068,anonymous,EN,I consent,33.725,34.179,35.248,2,Yes,3,No,137.827,141.138,141.44,4,,,,,,,,,,,,,,,5,3300,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,6.048,0,,This looks very dangerous and alarming and i think I trust this visualization,20.686,32.61,57.685,2,155.012,156.188,161.676,2,Less than 2000,8500,,,,,Slightly agree,Slightly agree,Agree,Agree,Slightly agree,Slightly agree,,2.419,5.036,6.584,6,Slightly agree,Agree,Slightly agree,Agree,Agree,Agree,it looks accurate and trustworthy,17.043,22.452,33.243,2,,,,,,,,,,,,,,,Ages 50-79,66.439,66.439,67.953,1,,,,,,,,,,,,,,,,,,,,,,,5,,16.521,16.521,18.104,1,2,8,3,4,1,5,6,7,0,0,51.359,0,7,7,9,8,8,7,7,8,,8.071,488.328,489.774,8,3,5- extremely characteristic of me,4,4,3,5- extremely characteristic of me,1.461,5.725,7.131,6,Slightly conservative,Several times a week,4.312,9.56,11.603,2,Male,1978,Virginia,"Master’s degree (For example: MA, MS, MEng, MEd, MSW, MBA)",Both,English,,"White (For example, German, Irish, English, Italian, Polish, French, etc).",,,"$150,000 and over",Moderately religious,No,,2.126,52.35,54.075,12,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5f61ddc72199f304bea2a4f4,,,,,"{""startTime"":1678111410711,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678111356083,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",,,,,"{""startTime"":1678110913535,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":33,""label"":""tour_started""},{""time"":151972,""label"":""tour_next"",""step"":2},{""time"":153147,""label"":""tour_end"",""step"":2}]}", +vaccinated got Covid not once but at least twice. People who did not get vaccine were same way or even less.",11.253,213.582,221.572,8,,,,,,,,,,,,,,,More than 4000,8500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Ages 50-79,18.141,85.48,88.341,6,,,,,,,,,,,,,,,,,,,,,,,4,,21.971,29.622,41.124,3,2,3,4,5,1,6,7,8,41.397,41.397,43.617,1,3,6,6,6,3,6,7,6,,17.737,52.898,54.536,11,3,3,4,3,4,3,26.862,81.484,82.841,7,Slightly conservative,Once a day,13.428,32.036,34.468,3,Female,1946,Pennsylvania,"Bachelor’s degree (For example: BA, AB, BS)",None,English,,"Other race, ethnicity, or origin (please specify)",Philadelphia,,"$40,000 -$49,999",Not religious at all,No,7.109,237.998,240.133,26,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,632e4ac3a1ed32e0c597aa9d,,"{""startTime"":1678111286596,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678110973985,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",,,,,,,"{""startTime"":1678110711158,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":24,""label"":""tour_started""},{""time"":26267,""label"":""tour_next"",""step"":2},{""time"":37838,""label"":""tour_end"",""step"":2}]}",, +2023-03-06 06:46:36,2023-03-06 07:18:56,IP Address,202.182.70.90,100,1939,True,2023-03-06 07:18:57,R_A0zrQxXztu9jMEp,,,,,40.7123,-74.0068,anonymous,EN,I consent,33.725,34.179,35.248,2,Yes,3,No,137.827,141.138,141.44,4,,,,,,,,,,,,,,,5,3300,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,6.048,0,,This looks very dangerous and alarming and i think I trust this visualization,20.686,32.61,57.685,2,155.012,156.188,161.676,2,Less than 2000,8500,,,,,Slightly agree,Slightly agree,Agree,Agree,Slightly agree,Slightly agree,,2.419,5.036,6.584,6,Slightly agree,Agree,Slightly agree,Agree,Agree,Agree,it looks accurate and trustworthy,17.043,22.452,33.243,2,,,,,,,,,,,,,,,Ages 50-79,66.439,66.439,67.953,1,,,,,,,,,,,,,,,,,,,,,,,5,,16.521,16.521,18.104,1,2,8,3,4,1,5,6,7,0,0,51.359,0,7,7,9,8,8,7,7,8,,8.071,488.328,489.774,8,3,5- extremely characteristic of me,4,4,3,5- extremely characteristic of me,1.461,5.725,7.131,6,Slightly conservative,Several times a week,4.312,9.56,11.603,2,Male,1978,Virginia,"Master’s degree (For example: MA, MS, MEng, MEd, MSW, MBA)",Both,English,,"White (For example, German, Irish, English, Italian, Polish, French, etc).",,,"$150,000 and over",Moderately religious,No,2.126,52.35,54.075,12,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5f61ddc72199f304bea2a4f4,,,,,"{""startTime"":1678111410711,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678111356083,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",,,,,"{""startTime"":1678110913535,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":33,""label"":""tour_started""},{""time"":151972,""label"":""tour_next"",""step"":2},{""time"":153147,""label"":""tour_end"",""step"":2}]}", 2023-03-06 07:08:29,2023-03-06 07:19:50,IP Address,121.91.228.215,100,680,True,2023-03-06 07:19:51,R_3kGJs2XBjuYiWn9,,,,,40.0172,-75.0883,anonymous,EN,I consent,30.464,30.464,31.247,1,Yes,3,No,1.101,4.269,4.532,6,,,,,,,,,,,,,,,5,3300,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,2.232,0,,"Yes, I trust the visualization. Because I think the visualization is right and positive.",0.816,64.176,64.534,5,22.344,27.808,28.296,4,Between 2000 and 4000,8500,,,,,Neither agree nor disagree,Agree,Agree,Slightly agree,Neither agree nor disagree,Slightly agree,Nope.,0.003,6.254,11.342,8,Slightly agree,Neither agree nor disagree,Agree,Slightly agree,Neither agree nor disagree,Slightly agree,"This visualization clearly describes the vaccination rate and its credibility. And for that I slightly disagree with the statement ""I believe in this visualization"". -",0.762,147.409,147.712,11,,,,,,,,,,,,,,,Ages 18-49,0.131,0.131,49.565,1,,,,,,,,,,,,,,,,,,,,,,,5,"No comments. ",2.768,6.375,11.703,3,2,8,3,4,1,5,6,7,18.567,35.079,37.227,5,8,8,8,6,7,8,8,5,Nope.,2.044,6.602,10.713,9,4,4,3,3,3,4,1.88,5.367,5.875,6,Liberal,Less than once a week,1.418,4.201,5.58,2,Female,1992,Texas,"Bachelor’s degree (For example: BA, AB, BS)",Both,English,,"White (For example, German, Irish, English, Italian, Polish, French, etc).",,,"$150,000 and over",Moderately religious,No,,0.938,64.433,66.148,13,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,614ee4370d85f20de1b9548f,,,,,"{""startTime"":1678112092500,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678111883872,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",,,,,"{""startTime"":1678111830433,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":64,""label"":""tour_started""},{""time"":20988,""label"":""tour_next"",""step"":2},{""time"":24676,""label"":""tour_end"",""step"":2}]}", -2023-03-06 07:07:03,2023-03-06 07:20:35,IP Address,128.230.194.233,100,811,True,2023-03-06 07:20:36,R_4VGlmGaui74xSbD,,,,,43.0391,-76.1277,anonymous,EN,I consent,7.839,7.839,9.056,1,Yes,4 or more,Yes,1.098,4.952,6.4,3,0,0,5.115,0,,"I didn't see the blue side of the graph, but I did see the orange part. It seemed to indicate that Covid vaccinations have increased over time, which is definitely accurate. I'd trust it.",4.179,13.063,135.878,2,26.774,71.262,72.167,4,5,3300,,,,,Agree,Agree,Agree,Slightly agree,Agree,Agree,,43.565,49.765,52.265,7,Slightly agree,Slightly agree,Neither agree nor disagree,Disagree,Disagree,Agree,It seems relatively official and matches with the rate of people being vaccinated.,1.018,1.018,56.098,1,,,,,,,,,,,,,,,,8500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Ages 18-49,5.461,18.84,20.731,2,,,,,,,,,,,,,,,,,,,,,,,5,,1.977,4.315,6.209,3,2,3,4,5,1,6,7,8,0,0,9.72,0,8,8,3,0 - Do not trust at all,9,0 - Do not trust at all,8,9,,3.099,11.903,13.706,8,3,3,3,3,3,3,9.551,23.462,25.22,14,Extremely liberal,Several times a week,1.307,5.152,6.567,2,Non-binary / third gender,2004,New York,High school graduate - High school diploma or equivalent (for example: GED),None,English,,"White (For example, German, Irish, English, Italian, Polish, French, etc).",,,"$30,000 -$39,999",Not religious at all,"Yes, you may contact me on this email address:",jcvelezj@syr.edu,2.731,208.845,224.526,39,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5f4cebb49e8425917cd05635,,"{""startTime"":1678111927685,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678111980365,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",,,,,,,"{""startTime"":1678111790795,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":24,""label"":""tour_started""},{""time"":19025,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1031,""week"":""52"",""id"":""chart""},{""time"":26461,""label"":""tour_next"",""step"":2},{""time"":32035,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2670,""week"":""2"",""id"":""chart2""},{""time"":42975,""label"":""tour_end"",""step"":2}]}",, -2023-03-06 06:51:37,2023-03-06 07:24:51,IP Address,67.245.210.229,100,1994,True,2023-03-06 07:24:52,R_vAggI8elEN7PhND,,,,,41.7218,-74.4141,anonymous,EN,I consent,45.952,96.926,99.101,2,Yes,3,No,3.76,16.763,30.366,3,,,,,,,,,,,,,,,6,3300,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,More than 4000,6500,,,,,,,,,,,,,,,,,,,,,,,,,,,2.728,2.728,5.123,1,,"People still believe that there are no need to take COVID-19 vaccine. I trust the visualization because i know some people, they are still don't take vaccine. ",101.548,518.811,533.742,16,11.508,298.59,315.728,12,Ages 18-49,3.985,47.402,48.546,6,Agree,Strongly Agree,Strongly Agree,Strongly Agree,Strongly Agree,Strongly Agree,,10.921,48.267,51.385,9,Strongly Agree,Strongly Agree,Strongly Agree,Strongly Agree,Agree,Strongly Agree,Its from a trusted source.,,,,,6,,12.988,12.988,14.768,1,2,8,3,4,1,5,6,7,14.108,39.672,40.798,2,8,8,8,9,7,7,9,10 - Trust it completely,,10.016,29.649,30.63,10,4,5- extremely characteristic of me,1- extremely uncharacteristic of me,1- extremely uncharacteristic of me,5- extremely characteristic of me,4,15.406,39.732,40.701,8,Extremely liberal,Once a day,10.908,24.234,27.69,3,Male,1970,Pennsylvania,"Master’s degree (For example: MA, MS, MEng, MEd, MSW, MBA)",Both,English,,"White (For example, German, Irish, English, Italian, Polish, French, etc).",,,"$90,000 -$99,999",Very religious,No,,2.605,88.391,92.625,17,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5e6fd3293c76d25a3ca8b384,,,,,,,,"{""startTime"":1678111949562,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678112003085,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",,,"{""startTime"":1678111582137,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":68,""label"":""tour_started""},{""time"":48800,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8417,""week"":""48"",""id"":""chart""},{""time"":57705,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2345,""week"":""1"",""id"":""chart""},{""time"":63284,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1481,""week"":""50"",""id"":""chart""},{""time"":64814,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2647,""week"":""49"",""id"":""chart""},{""time"":69360,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3495,""week"":""34"",""id"":""chart""},{""time"":74958,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2326,""week"":""52"",""id"":""chart""},{""time"":78686,""label"":""tour_next"",""step"":5},{""time"":110795,""label"":""started_brush"",""startDate"":""2021-09-21"",""endDate"":""2021-11-23""},{""time"":116664,""label"":""started_brush"",""startDate"":""2021-05-01"",""endDate"":""2021-07-02""},{""time"":127302,""label"":""tour_next"",""step"":5},{""time"":139823,""label"":""moved_brush"",""startDate"":""2021-05-01"",""endDate"":""2021-07-02""},{""time"":149575,""label"":""moved_brush"",""startDate"":""2021-05-02"",""endDate"":""2021-07-03""},{""time"":153137,""label"":""moved_brush"",""startDate"":""2021-05-01"",""endDate"":""2021-07-02""},{""time"":157342,""label"":""tour_next"",""step"":5},{""time"":184435,""label"":""cleared_brush"",""using"":""Click""},{""time"":184435,""label"":""cleared_brush"",""using"":""Escape""},{""time"":201033,""label"":""tour_next"",""step"":5},{""time"":224586,""label"":""tour_end"",""step"":5},{""time"":230151,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1853,""week"":""52"",""id"":""chart""},{""time"":234211,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":18970,""week"":""51"",""id"":""chart""},{""time"":254723,""label"":""cleared_brush"",""using"":""Click""},{""time"":258092,""label"":""started_brush"",""startDate"":""2021-05-01"",""endDate"":""2021-06-06""},{""time"":280037,""label"":""moved_brush"",""startDate"":""2021-04-29"",""endDate"":""2021-06-04""},{""time"":282025,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":4047,""week"":""18"",""id"":""chart""},{""time"":287237,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":4082,""week"":""19"",""id"":""chart""},{""time"":291637,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":2364,""week"":""20"",""id"":""chart""},{""time"":305195,""label"":""cleared_brush"",""using"":""Click""},{""time"":305196,""label"":""cleared_brush"",""using"":""Escape""}]}" -2023-03-06 07:14:34,2023-03-06 07:29:29,IP Address,98.197.63.95,100,894,True,2023-03-06 07:29:29,R_2Y5hLoSRvTB0PXH,,,,,29.5422,-95.3212,anonymous,EN,I consent,9.979,13.889,14.69,2,Yes,3,No,1.865,19.465,20.584,7,0,0,5.026,0,,"The chart is showing the new covid-19 cases, including vaccinated and non-vaccinated people. ",14.822,117.159,118.474,9,9.434,40.906,42.806,3,5,3300,,,,,Agree,Slightly agree,Agree,Slightly agree,Slightly agree,Slightly agree,,7.699,34.044,44.285,8,Slightly agree,Agree,Agree,Slightly agree,Slightly agree,Slightly agree,"This data came from CDC, my personal opinion, GOV never share the pure truth version of the data. ",1.133,43.141,85.552,2,,,,,,,,,,,,,,,Between 2000 and 4000,7500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Ages 18-49,8.033,8.033,30.557,1,,,,,,,,,,,,,,,,,,,,,,,4,,5.001,5.001,6.944,1,2,8,3,4,1,5,6,7,4.273,4.273,14.809,1,6,6,5,8,6,7,9,9,,2.175,23.631,26.962,11,4,4,2,2,4,3,2.556,32.703,33.798,6,Liberal,Once a day,2.558,9.814,11.017,4,Female,1995,Texas,Associate degree in college - Academic program,One,English,,"White (For example, German, Irish, English, Italian, Polish, French, etc).",,,"$90,000 -$99,999",Slightly religious,"Yes, you may contact me on this email address:",6155b9c45f96867d9d9631fd@email.prolific.co,1.904,78.53,83.639,19,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,6155b9c45f96867d9d9631fd,,"{""startTime"":1678112496726,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678112543626,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",,,,,,,"{""startTime"":1678112302611,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":41,""label"":""tour_started""},{""time"":7318,""label"":""tour_next"",""step"":2},{""time"":13349,""label"":""tour_end"",""step"":2},{""time"":14684,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3889,""week"":""50"",""id"":""chart""},{""time"":19435,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6093,""week"":""50"",""id"":""chart""},{""time"":26679,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2909,""week"":""1"",""id"":""chart""},{""time"":30875,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2054,""week"":""50"",""id"":""chart2""},{""time"":33282,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2279,""week"":""52"",""id"":""chart2""},{""time"":36865,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1068,""week"":""1"",""id"":""chart2""}]}",, -2023-03-06 07:14:47,2023-03-06 07:49:17,IP Address,73.173.238.126,100,2070,True,2023-03-06 07:49:18,R_2qyoDK5RlfC15zH,,,,,39.3298,-76.635,anonymous,EN,I consent,741.32,818.188,819.081,2,Yes,2,No,4.018,7.211,8.708,2,,,,,,,,,,,,,,,5,3300,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Between 2000 and 4000,7500,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,5.121,0,,"Five seconds is too short to read even the heading. This data chart seems the data is showing different ages covid-19 new cases chart. This data came from CDC so the data is valid from my point of view. ",1.406,204.229,208.879,4,0,0,3.154,0,Ages 18-49,10,66.242,69.673,11,Agree,Slightly agree,Agree,Agree,Agree,Agree,,23.805,43.222,45.782,7,Slightly agree,Agree,Agree,Agree,Agree,Agree,"This chart and the information came from Data.CDC.gov. So I think this data is very trustable. ",,,,,6,,3.034,3.034,4.66,1,2,8,3,4,1,5,6,7,0,0,114.748,0,7,8,7,8,7,8,8,9,,7.53,27.314,29.31,9,3,4,2,2,4,2,10.742,31.942,32.666,6,Slightly liberal,Once a day,5.603,7.732,8.584,2,Male,1987,Maryland,"Master’s degree (For example: MA, MS, MEng, MEd, MSW, MBA)",Both,English,,"White (For example, German, Irish, English, Italian, Polish, French, etc).",,,"$130,000 -$139,999",Moderately religious,"Yes, you may contact me on this email address:",6102c843811b2ec9d92767ad@email.prolific.co,1.605,60.317,63.922,13,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,6102c843811b2ec9d92767ad,,,,,,,,"{""startTime"":1678113413787,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":8797,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4019,""week"":""52"",""id"":""chart""},{""time"":12919,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1450,""week"":""1"",""id"":""chart""},{""time"":14555,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1710,""week"":""52"",""id"":""chart""},{""time"":17179,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1672,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678113466442,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",,,"{""startTime"":1678113325664,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":40,""label"":""tour_started""}]}" -2023-03-06 07:42:50,2023-03-06 07:54:17,IP Address,208.65.236.97,100,687,True,2023-03-06 07:54:18,R_2RPacg5CSoxrSUQ,,,,,42.9934,-84.1595,anonymous,EN,I consent,7.015,7.015,8.417,1,Yes,4 or more,Yes,2.028,4.224,5.43,2,,,,,,,,,,,,,,,5,3300,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Between 2000 and 4000,8500,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,5.016,0,,It seems accurate to me because I saw watched the news regularly and watched the stats go up each day.,4.04,4.04,48.171,1,22.195,86.911,89.685,10,Ages 18-49,29.004,29.004,31.893,1,Strongly Agree,Strongly Agree,Strongly Agree,Agree,Strongly Agree,Strongly Agree,,16.564,31.544,35.635,6,Strongly Agree,Strongly Agree,Strongly Agree,Strongly Agree,Strongly Agree,Strongly Agree,"The ebb and flow of the chart lines up with what I have seen both in my home, community and on the news.",,,,,5,,6.055,6.055,9.299,1,2,8,3,4,1,5,6,7,0,0,25.884,0,1,3,5,2,4,2,9,9,,4.7,19.816,21.674,10,2,3,3,3,4,3,5.118,16.203,17.477,6,Slightly liberal,Once a day,5.349,9.202,11.78,2,Female,1980,Michigan,Some college but no degree,None,English,,"White (For example, German, Irish, English, Italian, Polish, French, etc).",,,"$60,000 -$69,999",Moderately religious,"Yes, you may contact me on this email address:",,2.426,41.431,46.87,11,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,63e5479f65b4fd95db6a9cd8,,,,,,,,"{""startTime"":1678114137718,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":24405,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1666,""week"":""50"",""id"":""chart""}]}","{""startTime"":1678114076396,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",,,"{""startTime"":1678113953934,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":22,""label"":""tour_started""},{""time"":14511,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1957,""week"":""52"",""id"":""chart""},{""time"":16490,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1249,""week"":""2"",""id"":""chart""},{""time"":21984,""label"":""tour_next"",""step"":5},{""time"":34104,""label"":""started_brush"",""startDate"":""2021-08-16"",""endDate"":""2021-08-26""},{""time"":36299,""label"":""cleared_brush"",""using"":""Click""},{""time"":39678,""label"":""cleared_brush"",""using"":""Click""},{""time"":40469,""label"":""cleared_brush"",""using"":""Click""},{""time"":40869,""label"":""cleared_brush"",""using"":""Click""},{""time"":41544,""label"":""cleared_brush"",""using"":""Click""},{""time"":43780,""label"":""tour_next"",""step"":5},{""time"":47313,""label"":""started_brush"",""startDate"":""2021-10-03"",""endDate"":""2021-12-30""},{""time"":49572,""label"":""moved_brush"",""startDate"":""2021-10-03"",""endDate"":""2021-10-28""},{""time"":51125,""label"":""tour_next"",""step"":5},{""time"":59616,""label"":""started_brush"",""startDate"":""2021-07-06"",""endDate"":""2021-08-10""},{""time"":62126,""label"":""cleared_brush"",""using"":""Click""},{""time"":62126,""label"":""cleared_brush"",""using"":""Escape""},{""time"":65373,""label"":""tour_next"",""step"":5},{""time"":70093,""label"":""tour_end"",""step"":5},{""time"":83245,""label"":""cleared_brush"",""using"":""Click""},{""time"":84237,""label"":""cleared_brush"",""using"":""Click""}]}" +",0.762,147.409,147.712,11,,,,,,,,,,,,,,,Ages 18-49,0.131,0.131,49.565,1,,,,,,,,,,,,,,,,,,,,,,,5,No comments. ,2.768,6.375,11.703,3,2,8,3,4,1,5,6,7,18.567,35.079,37.227,5,8,8,8,6,7,8,8,5,Nope.,2.044,6.602,10.713,9,4,4,3,3,3,4,1.88,5.367,5.875,6,Liberal,Less than once a week,1.418,4.201,5.58,2,Female,1992,Texas,"Bachelor’s degree (For example: BA, AB, BS)",Both,English,,"White (For example, German, Irish, English, Italian, Polish, French, etc).",,,"$150,000 and over",Moderately religious,No,0.938,64.433,66.148,13,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,614ee4370d85f20de1b9548f,,,,,"{""startTime"":1678112092500,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678111883872,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",,,,,"{""startTime"":1678111830433,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":64,""label"":""tour_started""},{""time"":20988,""label"":""tour_next"",""step"":2},{""time"":24676,""label"":""tour_end"",""step"":2}]}", +2023-03-06 07:07:03,2023-03-06 07:20:35,IP Address,128.230.194.233,100,811,True,2023-03-06 07:20:36,R_4VGlmGaui74xSbD,,,,,43.0391,-76.1277,anonymous,EN,I consent,7.839,7.839,9.056,1,Yes,4 or more,Yes,1.098,4.952,6.4,3,0,0,5.115,0,,"I didn't see the blue side of the graph, but I did see the orange part. It seemed to indicate that Covid vaccinations have increased over time, which is definitely accurate. I'd trust it.",4.179,13.063,135.878,2,26.774,71.262,72.167,4,5,3300,,,,,Agree,Agree,Agree,Slightly agree,Agree,Agree,,43.565,49.765,52.265,7,Slightly agree,Slightly agree,Neither agree nor disagree,Disagree,Disagree,Agree,It seems relatively official and matches with the rate of people being vaccinated.,1.018,1.018,56.098,1,,,,,,,,,,,,,,,,8500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Ages 18-49,5.461,18.84,20.731,2,,,,,,,,,,,,,,,,,,,,,,,5,,1.977,4.315,6.209,3,2,3,4,5,1,6,7,8,0,0,9.72,0,8,8,3,0 - Do not trust at all,9,0 - Do not trust at all,8,9,,3.099,11.903,13.706,8,3,3,3,3,3,3,9.551,23.462,25.22,14,Extremely liberal,Several times a week,1.307,5.152,6.567,2,Non-binary / third gender,2004,New York,High school graduate - High school diploma or equivalent (for example: GED),None,English,,"White (For example, German, Irish, English, Italian, Polish, French, etc).",,,"$30,000 -$39,999",Not religious at all,"Yes, you may contact me on this email address:",2.731,208.845,224.526,39,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5f4cebb49e8425917cd05635,,"{""startTime"":1678111927685,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678111980365,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",,,,,,,"{""startTime"":1678111790795,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":24,""label"":""tour_started""},{""time"":19025,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1031,""week"":""52"",""id"":""chart""},{""time"":26461,""label"":""tour_next"",""step"":2},{""time"":32035,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2670,""week"":""2"",""id"":""chart2""},{""time"":42975,""label"":""tour_end"",""step"":2}]}",, +2023-03-06 06:51:37,2023-03-06 07:24:51,IP Address,67.245.210.229,100,1994,True,2023-03-06 07:24:52,R_vAggI8elEN7PhND,,,,,41.7218,-74.4141,anonymous,EN,I consent,45.952,96.926,99.101,2,Yes,3,No,3.76,16.763,30.366,3,,,,,,,,,,,,,,,6,3300,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,More than 4000,6500,,,,,,,,,,,,,,,,,,,,,,,,,,,2.728,2.728,5.123,1,,"People still believe that there are no need to take COVID-19 vaccine. I trust the visualization because i know some people, they are still don't take vaccine. ",101.548,518.811,533.742,16,11.508,298.59,315.728,12,Ages 18-49,3.985,47.402,48.546,6,Agree,Strongly Agree,Strongly Agree,Strongly Agree,Strongly Agree,Strongly Agree,,10.921,48.267,51.385,9,Strongly Agree,Strongly Agree,Strongly Agree,Strongly Agree,Agree,Strongly Agree,Its from a trusted source.,,,,,6,,12.988,12.988,14.768,1,2,8,3,4,1,5,6,7,14.108,39.672,40.798,2,8,8,8,9,7,7,9,10 - Trust it completely,,10.016,29.649,30.63,10,4,5- extremely characteristic of me,1- extremely uncharacteristic of me,1- extremely uncharacteristic of me,5- extremely characteristic of me,4,15.406,39.732,40.701,8,Extremely liberal,Once a day,10.908,24.234,27.69,3,Male,1970,Pennsylvania,"Master’s degree (For example: MA, MS, MEng, MEd, MSW, MBA)",Both,English,,"White (For example, German, Irish, English, Italian, Polish, French, etc).",,,"$90,000 -$99,999",Very religious,No,2.605,88.391,92.625,17,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5e6fd3293c76d25a3ca8b384,,,,,,,,"{""startTime"":1678111949562,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678112003085,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",,,"{""startTime"":1678111582137,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":68,""label"":""tour_started""},{""time"":48800,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8417,""week"":""48"",""id"":""chart""},{""time"":57705,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2345,""week"":""1"",""id"":""chart""},{""time"":63284,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1481,""week"":""50"",""id"":""chart""},{""time"":64814,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2647,""week"":""49"",""id"":""chart""},{""time"":69360,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3495,""week"":""34"",""id"":""chart""},{""time"":74958,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2326,""week"":""52"",""id"":""chart""},{""time"":78686,""label"":""tour_next"",""step"":5},{""time"":110795,""label"":""started_brush"",""startDate"":""2021-09-21"",""endDate"":""2021-11-23""},{""time"":116664,""label"":""started_brush"",""startDate"":""2021-05-01"",""endDate"":""2021-07-02""},{""time"":127302,""label"":""tour_next"",""step"":5},{""time"":139823,""label"":""moved_brush"",""startDate"":""2021-05-01"",""endDate"":""2021-07-02""},{""time"":149575,""label"":""moved_brush"",""startDate"":""2021-05-02"",""endDate"":""2021-07-03""},{""time"":153137,""label"":""moved_brush"",""startDate"":""2021-05-01"",""endDate"":""2021-07-02""},{""time"":157342,""label"":""tour_next"",""step"":5},{""time"":184435,""label"":""cleared_brush"",""using"":""Click""},{""time"":184435,""label"":""cleared_brush"",""using"":""Escape""},{""time"":201033,""label"":""tour_next"",""step"":5},{""time"":224586,""label"":""tour_end"",""step"":5},{""time"":230151,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1853,""week"":""52"",""id"":""chart""},{""time"":234211,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":18970,""week"":""51"",""id"":""chart""},{""time"":254723,""label"":""cleared_brush"",""using"":""Click""},{""time"":258092,""label"":""started_brush"",""startDate"":""2021-05-01"",""endDate"":""2021-06-06""},{""time"":280037,""label"":""moved_brush"",""startDate"":""2021-04-29"",""endDate"":""2021-06-04""},{""time"":282025,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":4047,""week"":""18"",""id"":""chart""},{""time"":287237,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":4082,""week"":""19"",""id"":""chart""},{""time"":291637,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":2364,""week"":""20"",""id"":""chart""},{""time"":305195,""label"":""cleared_brush"",""using"":""Click""},{""time"":305196,""label"":""cleared_brush"",""using"":""Escape""}]}" +2023-03-06 07:14:34,2023-03-06 07:29:29,IP Address,98.197.63.95,100,894,True,2023-03-06 07:29:29,R_2Y5hLoSRvTB0PXH,,,,,29.5422,-95.3212,anonymous,EN,I consent,9.979,13.889,14.69,2,Yes,3,No,1.865,19.465,20.584,7,0,0,5.026,0,,"The chart is showing the new covid-19 cases, including vaccinated and non-vaccinated people. ",14.822,117.159,118.474,9,9.434,40.906,42.806,3,5,3300,,,,,Agree,Slightly agree,Agree,Slightly agree,Slightly agree,Slightly agree,,7.699,34.044,44.285,8,Slightly agree,Agree,Agree,Slightly agree,Slightly agree,Slightly agree,"This data came from CDC, my personal opinion, GOV never share the pure truth version of the data. ",1.133,43.141,85.552,2,,,,,,,,,,,,,,,Between 2000 and 4000,7500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Ages 18-49,8.033,8.033,30.557,1,,,,,,,,,,,,,,,,,,,,,,,4,,5.001,5.001,6.944,1,2,8,3,4,1,5,6,7,4.273,4.273,14.809,1,6,6,5,8,6,7,9,9,,2.175,23.631,26.962,11,4,4,2,2,4,3,2.556,32.703,33.798,6,Liberal,Once a day,2.558,9.814,11.017,4,Female,1995,Texas,Associate degree in college - Academic program,One,English,,"White (For example, German, Irish, English, Italian, Polish, French, etc).",,,"$90,000 -$99,999",Slightly religious,"Yes, you may contact me on this email address:",1.904,78.53,83.639,19,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,6155b9c45f96867d9d9631fd,,"{""startTime"":1678112496726,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678112543626,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",,,,,,,"{""startTime"":1678112302611,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":41,""label"":""tour_started""},{""time"":7318,""label"":""tour_next"",""step"":2},{""time"":13349,""label"":""tour_end"",""step"":2},{""time"":14684,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3889,""week"":""50"",""id"":""chart""},{""time"":19435,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6093,""week"":""50"",""id"":""chart""},{""time"":26679,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2909,""week"":""1"",""id"":""chart""},{""time"":30875,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2054,""week"":""50"",""id"":""chart2""},{""time"":33282,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2279,""week"":""52"",""id"":""chart2""},{""time"":36865,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1068,""week"":""1"",""id"":""chart2""}]}",, +2023-03-06 07:14:47,2023-03-06 07:49:17,IP Address,73.173.238.126,100,2070,True,2023-03-06 07:49:18,R_2qyoDK5RlfC15zH,,,,,39.3298,-76.635,anonymous,EN,I consent,741.32,818.188,819.081,2,Yes,2,No,4.018,7.211,8.708,2,,,,,,,,,,,,,,,5,3300,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Between 2000 and 4000,7500,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,5.121,0,,Five seconds is too short to read even the heading. This data chart seems the data is showing different ages covid-19 new cases chart. This data came from CDC so the data is valid from my point of view. ,1.406,204.229,208.879,4,0,0,3.154,0,Ages 18-49,10,66.242,69.673,11,Agree,Slightly agree,Agree,Agree,Agree,Agree,,23.805,43.222,45.782,7,Slightly agree,Agree,Agree,Agree,Agree,Agree,This chart and the information came from Data.CDC.gov. So I think this data is very trustable. ,,,,,6,,3.034,3.034,4.66,1,2,8,3,4,1,5,6,7,0,0,114.748,0,7,8,7,8,7,8,8,9,,7.53,27.314,29.31,9,3,4,2,2,4,2,10.742,31.942,32.666,6,Slightly liberal,Once a day,5.603,7.732,8.584,2,Male,1987,Maryland,"Master’s degree (For example: MA, MS, MEng, MEd, MSW, MBA)",Both,English,,"White (For example, German, Irish, English, Italian, Polish, French, etc).",,,"$130,000 -$139,999",Moderately religious,"Yes, you may contact me on this email address:",1.605,60.317,63.922,13,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,6102c843811b2ec9d92767ad,,,,,,,,"{""startTime"":1678113413787,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":8797,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4019,""week"":""52"",""id"":""chart""},{""time"":12919,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1450,""week"":""1"",""id"":""chart""},{""time"":14555,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1710,""week"":""52"",""id"":""chart""},{""time"":17179,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1672,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678113466442,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",,,"{""startTime"":1678113325664,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":40,""label"":""tour_started""}]}" +2023-03-06 07:42:50,2023-03-06 07:54:17,IP Address,208.65.236.97,100,687,True,2023-03-06 07:54:18,R_2RPacg5CSoxrSUQ,,,,,42.9934,-84.1595,anonymous,EN,I consent,7.015,7.015,8.417,1,Yes,4 or more,Yes,2.028,4.224,5.43,2,,,,,,,,,,,,,,,5,3300,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Between 2000 and 4000,8500,,,,,,,,,,,,,,,,,,,,,,,,,,,0,0,5.016,0,,It seems accurate to me because I saw watched the news regularly and watched the stats go up each day.,4.04,4.04,48.171,1,22.195,86.911,89.685,10,Ages 18-49,29.004,29.004,31.893,1,Strongly Agree,Strongly Agree,Strongly Agree,Agree,Strongly Agree,Strongly Agree,,16.564,31.544,35.635,6,Strongly Agree,Strongly Agree,Strongly Agree,Strongly Agree,Strongly Agree,Strongly Agree,"The ebb and flow of the chart lines up with what I have seen both in my home, community and on the news.",,,,,5,,6.055,6.055,9.299,1,2,8,3,4,1,5,6,7,0,0,25.884,0,1,3,5,2,4,2,9,9,,4.7,19.816,21.674,10,2,3,3,3,4,3,5.118,16.203,17.477,6,Slightly liberal,Once a day,5.349,9.202,11.78,2,Female,1980,Michigan,Some college but no degree,None,English,,"White (For example, German, Irish, English, Italian, Polish, French, etc).",,,"$60,000 -$69,999",Moderately religious,"Yes, you may contact me on this email address:",2.426,41.431,46.87,11,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,63e5479f65b4fd95db6a9cd8,,,,,,,,"{""startTime"":1678114137718,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":24405,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1666,""week"":""50"",""id"":""chart""}]}","{""startTime"":1678114076396,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",,,"{""startTime"":1678113953934,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":22,""label"":""tour_started""},{""time"":14511,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1957,""week"":""52"",""id"":""chart""},{""time"":16490,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1249,""week"":""2"",""id"":""chart""},{""time"":21984,""label"":""tour_next"",""step"":5},{""time"":34104,""label"":""started_brush"",""startDate"":""2021-08-16"",""endDate"":""2021-08-26""},{""time"":36299,""label"":""cleared_brush"",""using"":""Click""},{""time"":39678,""label"":""cleared_brush"",""using"":""Click""},{""time"":40469,""label"":""cleared_brush"",""using"":""Click""},{""time"":40869,""label"":""cleared_brush"",""using"":""Click""},{""time"":41544,""label"":""cleared_brush"",""using"":""Click""},{""time"":43780,""label"":""tour_next"",""step"":5},{""time"":47313,""label"":""started_brush"",""startDate"":""2021-10-03"",""endDate"":""2021-12-30""},{""time"":49572,""label"":""moved_brush"",""startDate"":""2021-10-03"",""endDate"":""2021-10-28""},{""time"":51125,""label"":""tour_next"",""step"":5},{""time"":59616,""label"":""started_brush"",""startDate"":""2021-07-06"",""endDate"":""2021-08-10""},{""time"":62126,""label"":""cleared_brush"",""using"":""Click""},{""time"":62126,""label"":""cleared_brush"",""using"":""Escape""},{""time"":65373,""label"":""tour_next"",""step"":5},{""time"":70093,""label"":""tour_end"",""step"":5},{""time"":83245,""label"":""cleared_brush"",""using"":""Click""},{""time"":84237,""label"":""cleared_brush"",""using"":""Click""}]}" diff --git a/study_data/pilot3/Complexity vs. Trust in Vis_March 12, 2023_16.46.csv b/study_data/pilot3/Complexity vs. Trust in Vis_March 12, 2023_16.46.csv index 9dc1537..7d5d5ed 100644 --- a/study_data/pilot3/Complexity vs. Trust in Vis_March 12, 2023_16.46.csv +++ b/study_data/pilot3/Complexity vs. Trust in Vis_March 12, 2023_16.46.csv @@ -1,4 +1,4 @@ -StartDate,EndDate,Status,IPAddress,Progress,Duration (in seconds),Finished,RecordedDate,ResponseId,RecipientLastName,RecipientFirstName,RecipientEmail,ExternalReference,LocationLatitude,LocationLongitude,DistributionChannel,UserLanguage,Consent Form,consent-time_First Click,consent-time_Last Click,consent-time_Page Submit,consent-time_Click Count,covid-vaccine,covid-vaccine-doses,covid-infection,covid-time_First Click,covid-time_Last Click,covid-time_Page Submit,covid-time_Click Count,bar-vis-timer_First Click,bar-vis-timer_Last Click,bar-vis-timer_Page Submit,bar-vis-timer_Click Count,affect-science_1,affect-clarity_1,affect-aesthetic_1,bar-initial-time_First Click,bar-initial-time_Last Click,bar-initial-time_Page Submit,bar-initial-time_Click Count,bar-tour-time_First Click,bar-tour-time_Last Click,bar-tour-time_Page Submit,bar-tour-time_Click Count,simple-bar-vlat-1,simple-bar-vlat-2,sim-bar-vlat-time_First Click,sim-bar-vlat-time_Last Click,sim-bar-vlat-time_Page Submit,sim-bar-vlat-time_Click Count,moderate-bar-vlat-1,moderate-bar-vlat-2,mod-bar-vlat-time_First Click,mod-bar-vlat-time_Last Click,mod-bar-vlat-time_Page Submit,mod-bar-vlat-time_Click Count,complex-bar-vlat-1,comp-bar-vlat-time_First Click,comp-bar-vlat-time_Last Click,comp-bar-vlat-time_Page Submit,comp-bar-vlat-time_Click Count,bar-explore-time_First Click,bar-explore-time_Last Click,bar-explore-time_Page Submit,bar-explore-time_Click Count,bar-data_1,bar-data_2,bar-data_3,bar-data_4,bar-data_5,bar-data_6,bar-data-exp,simple-bar-data-time_First Click,simple-bar-data-time_Last Click,simple-bar-data-time_Page Submit,simple-bar-data-time_Click Count,bar-vis_1,bar-vis_2,bar-vis_3,bar-vis_4,bar-vis_5,bar-vis_6,bar-why,bar-vis-time_First Click,bar-vis-time_Last Click,bar-vis-time_Page Submit,bar-vis-time_Click Count,interpersonal-trust_1,interper-trust-exp,interper-trust-time_First Click,interper-trust-time_Last Click,interper-trust-time_Page Submit,interper-trust-time_Click Count,attention-check_1,attention-check_2,attention-check_3,attention-check_4,attention-check_5,attention-check_6,attention-check_7,attention-check-time_First Click,attention-check-time_Last Click,attention-check-time_Page Submit,attention-check-time_Click Count,trust-in-science_1,trust-in-science_2,trust-in-science_3,trust-in-science_4,trust-in-science_5,trust-in-science_6,trust-in-science_7,trust-in-science_8,trust-science-exp,trust-science-time_First Click,trust-science-time_Last Click,trust-science-time_Page Submit,trust-science-time_Click Count,cognition_1,cognition_2,cognition_3,cognition_4,cognition_5,cognition_6,need-cognition-time_First Click,need-cognition-time_Last Click,need-cognition-time_Page Submit,need-cognition-time_Click Count,political_views,covid_information,politics_time_First Click,politics_time_Last Click,politics_time_Page Submit,politics_time_Click Count,Gender,Age,State_1,Education,Parents_education,Language,Language_4_TEXT,Ethnicity,Ethnicity_8_TEXT,Ethnicity_9_TEXT,Income,Religion,Interview,Interview_1_TEXT,demographics_time_First Click,demographics_time_Last Click,demographics_time_Page Submit,demographics_time_Click Count,simple-lin-initial,simple-lin-data_1,simple-lin-data_2,simple-lin-data_3,simple-lin-data_4,simple-lin-data_5,simple-lin-data_6,simple-lin-vis_1,simple-lin-vis_2,simple-lin-vis_3,simple-lin-vis_4,simple-lin-vis_5,simple-lin-vis_6,simple-lin-why,Q142_First Click,Q142_Last Click,Q142_Page Submit,Q142_Click Count,moderate-lin-initial,moderate-lin-data_1,moderate-lin-data_2,moderate-lin-data_3,moderate-lin-data_4,moderate-lin-data_5,moderate-lin-data_6,moderate-lin-vis_1,moderate-lin-vis_2,moderate-lin-vis_3,moderate-lin-vis_4,moderate-lin-vis_5,moderate-lin-vis_6,moderate-lin-why,Q147_First Click,Q147_Last Click,Q147_Page Submit,Q147_Click Count,complex-lin-initial,complex-lin-data_1,complex-lin-data_2,complex-lin-data_3,complex-lin-data_4,complex-lin-data_5,complex-lin-data_6,complex-lin-vis_1,complex-lin-vis_2,complex-lin-vis_3,complex-lin-vis_4,complex-lin-vis_5,complex-lin-vis_6,complex-lin-why,Q152_First Click,Q152_Last Click,Q152_Page Submit,Q152_Click Count,PROLIFIC_PID,isCovidData,provenance-bar-data,provenance-bar-vis,provenance-bar-tour,provenance-bar-explore,bar-complexity +StartDate,EndDate,Status,IPAddress,Progress,Duration (in seconds),Finished,RecordedDate,ResponseId,RecipientLastName,RecipientFirstName,RecipientEmail,ExternalReference,LocationLatitude,LocationLongitude,DistributionChannel,UserLanguage,Consent Form,consent-time_First Click,consent-time_Last Click,consent-time_Page Submit,consent-time_Click Count,covid-vaccine,covid-vaccine-doses,covid-infection,covid-time_First Click,covid-time_Last Click,covid-time_Page Submit,covid-time_Click Count,bar-vis-timer_First Click,bar-vis-timer_Last Click,bar-vis-timer_Page Submit,bar-vis-timer_Click Count,affect-science_1,affect-clarity_1,affect-aesthetic_1,bar-initial-time_First Click,bar-initial-time_Last Click,bar-initial-time_Page Submit,bar-initial-time_Click Count,bar-tour-time_First Click,bar-tour-time_Last Click,bar-tour-time_Page Submit,bar-tour-time_Click Count,simple-bar-vlat-1,simple-bar-vlat-2,sim-bar-vlat-time_First Click,sim-bar-vlat-time_Last Click,sim-bar-vlat-time_Page Submit,sim-bar-vlat-time_Click Count,moderate-bar-vlat-1,moderate-bar-vlat-2,mod-bar-vlat-time_First Click,mod-bar-vlat-time_Last Click,mod-bar-vlat-time_Page Submit,mod-bar-vlat-time_Click Count,complex-bar-vlat-1,comp-bar-vlat-time_First Click,comp-bar-vlat-time_Last Click,comp-bar-vlat-time_Page Submit,comp-bar-vlat-time_Click Count,bar-explore-time_First Click,bar-explore-time_Last Click,bar-explore-time_Page Submit,bar-explore-time_Click Count,bar-data_1,bar-data_2,bar-data_3,bar-data_4,bar-data_5,bar-data_6,bar-data-exp,simple-bar-data-time_First Click,simple-bar-data-time_Last Click,simple-bar-data-time_Page Submit,simple-bar-data-time_Click Count,bar-vis_1,bar-vis_2,bar-vis_3,bar-vis_4,bar-vis_5,bar-vis_6,bar-why,bar-vis-time_First Click,bar-vis-time_Last Click,bar-vis-time_Page Submit,bar-vis-time_Click Count,interpersonal-trust_1,interper-trust-exp,interper-trust-time_First Click,interper-trust-time_Last Click,interper-trust-time_Page Submit,interper-trust-time_Click Count,attention-check_1,attention-check_2,attention-check_3,attention-check_4,attention-check_5,attention-check_6,attention-check_7,attention-check-time_First Click,attention-check-time_Last Click,attention-check-time_Page Submit,attention-check-time_Click Count,trust-in-science_1,trust-in-science_2,trust-in-science_3,trust-in-science_4,trust-in-science_5,trust-in-science_6,trust-in-science_7,trust-in-science_8,trust-science-exp,trust-science-time_First Click,trust-science-time_Last Click,trust-science-time_Page Submit,trust-science-time_Click Count,cognition_1,cognition_2,cognition_3,cognition_4,cognition_5,cognition_6,need-cognition-time_First Click,need-cognition-time_Last Click,need-cognition-time_Page Submit,need-cognition-time_Click Count,political_views,covid_information,politics_time_First Click,politics_time_Last Click,politics_time_Page Submit,politics_time_Click Count,Gender,Age,State_1,Education,Parents_education,Language,Language_4_TEXT,Ethnicity,Ethnicity_8_TEXT,Ethnicity_9_TEXT,Income,Religion,Interview,demographics_time_First Click,demographics_time_Last Click,demographics_time_Page Submit,demographics_time_Click Count,simple-lin-initial,simple-lin-data_1,simple-lin-data_2,simple-lin-data_3,simple-lin-data_4,simple-lin-data_5,simple-lin-data_6,simple-lin-vis_1,simple-lin-vis_2,simple-lin-vis_3,simple-lin-vis_4,simple-lin-vis_5,simple-lin-vis_6,simple-lin-why,Q142_First Click,Q142_Last Click,Q142_Page Submit,Q142_Click Count,moderate-lin-initial,moderate-lin-data_1,moderate-lin-data_2,moderate-lin-data_3,moderate-lin-data_4,moderate-lin-data_5,moderate-lin-data_6,moderate-lin-vis_1,moderate-lin-vis_2,moderate-lin-vis_3,moderate-lin-vis_4,moderate-lin-vis_5,moderate-lin-vis_6,moderate-lin-why,Q147_First Click,Q147_Last Click,Q147_Page Submit,Q147_Click Count,complex-lin-initial,complex-lin-data_1,complex-lin-data_2,complex-lin-data_3,complex-lin-data_4,complex-lin-data_5,complex-lin-data_6,complex-lin-vis_1,complex-lin-vis_2,complex-lin-vis_3,complex-lin-vis_4,complex-lin-vis_5,complex-lin-vis_6,complex-lin-why,Q152_First Click,Q152_Last Click,Q152_Page Submit,Q152_Click Count,PROLIFIC_PID,isCovidData,provenance-bar-data,provenance-bar-vis,provenance-bar-tour,provenance-bar-explore,bar-complexity Start Date,End Date,Response Type,IP Address,Progress,Duration (in seconds),Finished,Recorded Date,Response ID,Recipient Last Name,Recipient First Name,Recipient Email,External Data Reference,Location Latitude,Location Longitude,Distribution Channel,User Language,"Consent Form for Participation in a Research Study @@ -101,7 +101,7 @@ By approximately how much did the number of cases in unvaccinated people increas Approximately how many unvaccinated people caught Covid-19 (per 100K people) during the week of January 10, 2022?",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,"Using the static (no mouseover or interaction) version of the visualization above, please answer the following question: -Among vaccinated people, which age group sees the largest increase in case count between November 2021 and January 2022?",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,Disregard the visualization for this question. To what extent do you agree or disagree with the following statements about the data used in the visualization above? - The data is accurate,Disregard the visualization for this question. To what extent do you agree or disagree with the following statements about the data used in the visualization above? - The data sufficiently describes the current state of COVID-19 vaccinations (the data is complete and does not leave out important information),Disregard the visualization for this question. To what extent do you agree or disagree with the following statements about the data used in the visualization above? - The data is unbiased and trustworthy,Disregard the visualization for this question. To what extent do you agree or disagree with the following statements about the data used in the visualization above? - I understand the meaning of this data well,Disregard the visualization for this question. To what extent do you agree or disagree with the following statements about the data used in the visualization above? - The data source was clearly displayed,Disregard the visualization for this question. To what extent do you agree or disagree with the following statements about the data used in the visualization above? - I trust this data,"If you have any additional thoughts/comments, please enter them here.",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,Assume you trust the data used for the visualization. To what extent do you agree or disagree with the following statements about the visualization presented above? - The visualization transparently includes all important elements of the data,Assume you trust the data used for the visualization. To what extent do you agree or disagree with the following statements about the visualization presented above? - I find it easy to understand this visualization,Assume you trust the data used for the visualization. To what extent do you agree or disagree with the following statements about the visualization presented above? - I like this visualization,"Assume you trust the data used for the visualization. To what extent do you agree or disagree with the following statements about the visualization presented above? - I would likely share this visualization with my family, friends or on social media",Assume you trust the data used for the visualization. To what extent do you agree or disagree with the following statements about the visualization presented above? - I would likely use this visualization and its information in my actions tackling Covid-19,Assume you trust the data used for the visualization. To what extent do you agree or disagree with the following statements about the visualization presented above? - I trust this visualization,"Tell us a bit more about why you [QID102-ChoiceGroup-SelectedAnswers-11] with the statement ""I trust this visualization"".",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,"Generally speaking, would you say that most people can be trusted or that you can't be too careful in dealing with people? - 2","If you have any additional thoughts/comments, please enter them here.",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,There are many important issues facing our country today. Research shows that issues people think are important can affect their views on other issues. We also want to know if you are paying attention. Please ignore the question and put “crime” in the top position and unemployment in the bottom position. Leave the rest of the issues in the same order. - Health care,There are many important issues facing our country today. Research shows that issues people think are important can affect their views on other issues. We also want to know if you are paying attention. Please ignore the question and put “crime” in the top position and unemployment in the bottom position. Leave the rest of the issues in the same order. - Unemployment,There are many important issues facing our country today. Research shows that issues people think are important can affect their views on other issues. We also want to know if you are paying attention. Please ignore the question and put “crime” in the top position and unemployment in the bottom position. Leave the rest of the issues in the same order. - The federal budget deficit,There are many important issues facing our country today. Research shows that issues people think are important can affect their views on other issues. We also want to know if you are paying attention. Please ignore the question and put “crime” in the top position and unemployment in the bottom position. Leave the rest of the issues in the same order. - The coronavirus pandemic,There are many important issues facing our country today. Research shows that issues people think are important can affect their views on other issues. We also want to know if you are paying attention. Please ignore the question and put “crime” in the top position and unemployment in the bottom position. Leave the rest of the issues in the same order. - Crime,There are many important issues facing our country today. Research shows that issues people think are important can affect their views on other issues. We also want to know if you are paying attention. Please ignore the question and put “crime” in the top position and unemployment in the bottom position. Leave the rest of the issues in the same order. - Education,There are many important issues facing our country today. Research shows that issues people think are important can affect their views on other issues. We also want to know if you are paying attention. Please ignore the question and put “crime” in the top position and unemployment in the bottom position. Leave the rest of the issues in the same order. - Relations with other countries,Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,"On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - Political parties","On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - The government","On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - The police","On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - The legal system","On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - The news media","On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - Business and industry","On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - Scientists/Science","On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - Doctors","If you have any additional thoughts/comments, please enter them here.",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,"The next questions will be about your motivation to engage in cognitive activity. For each sentence below, please select how uncharacteristic or characteristic (5-point scale) this is for you personally. - I would prefer complex to simple problems.","The next questions will be about your motivation to engage in cognitive activity. For each sentence below, please select how uncharacteristic or characteristic (5-point scale) this is for you personally. - I like to have the responsibility of handling a situation that requires a lot of thinking.","The next questions will be about your motivation to engage in cognitive activity. For each sentence below, please select how uncharacteristic or characteristic (5-point scale) this is for you personally. - Thinking is not my idea of fun.","The next questions will be about your motivation to engage in cognitive activity. For each sentence below, please select how uncharacteristic or characteristic (5-point scale) this is for you personally. - I would rather do something that requires little thought than something that is sure to challenge my thinking abilities.","The next questions will be about your motivation to engage in cognitive activity. For each sentence below, please select how uncharacteristic or characteristic (5-point scale) this is for you personally. - I really enjoy a task that involves coming up with new solutions to problems.","The next questions will be about your motivation to engage in cognitive activity. For each sentence below, please select how uncharacteristic or characteristic (5-point scale) this is for you personally. - I would prefer a task that is intellectual, difficult, and important to one that is somewhat important but does not require much thought.",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,Below is a seven-point scale on which the political views that people might hold are arranged from extremely liberal—point 1—to extremely conservative—point 7. Where would you place yourself on this scale?,"During the peak of the pandemic, how often did you actively seek information on Covid-19 from any sources including TV, newspapers, radios, online and social media, or personal conversations?",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,Lastly a few questions about socio-demographic characteristics. To which gender do you most identify?,In what year were you born? Please enter all four digits.,Text,What is the highest level of school you have completed or the highest degree you have received?,Have one or both of your parents completed a bachelor’s degree?,What language do you speak at home? - Selected Choice,"What language do you speak at home? - Other, please specify: - Text",Which of the following categories do you identify with? - Selected Choice,"Which of the following categories do you identify with? - Other race, ethnicity, or origin (please specify) - Text","Which of the following categories do you identify with? - Mixed race, ethnicity (please specify) - Text","In which of these groups did your total family income, from all sources, fall last year before taxes?",To what extent do you consider yourself a religious person?,Would you be interested in participating in a qualitative interview for this study? You would be paid $15 for about 30 minutes of your time. - Selected Choice,"Would you be interested in participating in a qualitative interview for this study? You would be paid $15 for about 30 minutes of your time. - Yes, you may contact me on this email address: - Text",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,"Above you see a chart containing information about Covid-19 cases in the USA. +Among vaccinated people, which age group sees the largest increase in case count between November 2021 and January 2022?",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,Disregard the visualization for this question. To what extent do you agree or disagree with the following statements about the data used in the visualization above? - The data is accurate,Disregard the visualization for this question. To what extent do you agree or disagree with the following statements about the data used in the visualization above? - The data sufficiently describes the current state of COVID-19 vaccinations (the data is complete and does not leave out important information),Disregard the visualization for this question. To what extent do you agree or disagree with the following statements about the data used in the visualization above? - The data is unbiased and trustworthy,Disregard the visualization for this question. To what extent do you agree or disagree with the following statements about the data used in the visualization above? - I understand the meaning of this data well,Disregard the visualization for this question. To what extent do you agree or disagree with the following statements about the data used in the visualization above? - The data source was clearly displayed,Disregard the visualization for this question. To what extent do you agree or disagree with the following statements about the data used in the visualization above? - I trust this data,"If you have any additional thoughts/comments, please enter them here.",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,Assume you trust the data used for the visualization. To what extent do you agree or disagree with the following statements about the visualization presented above? - The visualization transparently includes all important elements of the data,Assume you trust the data used for the visualization. To what extent do you agree or disagree with the following statements about the visualization presented above? - I find it easy to understand this visualization,Assume you trust the data used for the visualization. To what extent do you agree or disagree with the following statements about the visualization presented above? - I like this visualization,"Assume you trust the data used for the visualization. To what extent do you agree or disagree with the following statements about the visualization presented above? - I would likely share this visualization with my family, friends or on social media",Assume you trust the data used for the visualization. To what extent do you agree or disagree with the following statements about the visualization presented above? - I would likely use this visualization and its information in my actions tackling Covid-19,Assume you trust the data used for the visualization. To what extent do you agree or disagree with the following statements about the visualization presented above? - I trust this visualization,"Tell us a bit more about why you [QID102-ChoiceGroup-SelectedAnswers-11] with the statement ""I trust this visualization"".",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,"Generally speaking, would you say that most people can be trusted or that you can't be too careful in dealing with people? - 2","If you have any additional thoughts/comments, please enter them here.",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,There are many important issues facing our country today. Research shows that issues people think are important can affect their views on other issues. We also want to know if you are paying attention. Please ignore the question and put “crime” in the top position and unemployment in the bottom position. Leave the rest of the issues in the same order. - Health care,There are many important issues facing our country today. Research shows that issues people think are important can affect their views on other issues. We also want to know if you are paying attention. Please ignore the question and put “crime” in the top position and unemployment in the bottom position. Leave the rest of the issues in the same order. - Unemployment,There are many important issues facing our country today. Research shows that issues people think are important can affect their views on other issues. We also want to know if you are paying attention. Please ignore the question and put “crime” in the top position and unemployment in the bottom position. Leave the rest of the issues in the same order. - The federal budget deficit,There are many important issues facing our country today. Research shows that issues people think are important can affect their views on other issues. We also want to know if you are paying attention. Please ignore the question and put “crime” in the top position and unemployment in the bottom position. Leave the rest of the issues in the same order. - The coronavirus pandemic,There are many important issues facing our country today. Research shows that issues people think are important can affect their views on other issues. We also want to know if you are paying attention. Please ignore the question and put “crime” in the top position and unemployment in the bottom position. Leave the rest of the issues in the same order. - Crime,There are many important issues facing our country today. Research shows that issues people think are important can affect their views on other issues. We also want to know if you are paying attention. Please ignore the question and put “crime” in the top position and unemployment in the bottom position. Leave the rest of the issues in the same order. - Education,There are many important issues facing our country today. Research shows that issues people think are important can affect their views on other issues. We also want to know if you are paying attention. Please ignore the question and put “crime” in the top position and unemployment in the bottom position. Leave the rest of the issues in the same order. - Relations with other countries,Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,"On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - Political parties","On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - The government","On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - The police","On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - The legal system","On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - The news media","On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - Business and industry","On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - Scientists/Science","On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - Doctors","If you have any additional thoughts/comments, please enter them here.",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,"The next questions will be about your motivation to engage in cognitive activity. For each sentence below, please select how uncharacteristic or characteristic (5-point scale) this is for you personally. - I would prefer complex to simple problems.","The next questions will be about your motivation to engage in cognitive activity. For each sentence below, please select how uncharacteristic or characteristic (5-point scale) this is for you personally. - I like to have the responsibility of handling a situation that requires a lot of thinking.","The next questions will be about your motivation to engage in cognitive activity. For each sentence below, please select how uncharacteristic or characteristic (5-point scale) this is for you personally. - Thinking is not my idea of fun.","The next questions will be about your motivation to engage in cognitive activity. For each sentence below, please select how uncharacteristic or characteristic (5-point scale) this is for you personally. - I would rather do something that requires little thought than something that is sure to challenge my thinking abilities.","The next questions will be about your motivation to engage in cognitive activity. For each sentence below, please select how uncharacteristic or characteristic (5-point scale) this is for you personally. - I really enjoy a task that involves coming up with new solutions to problems.","The next questions will be about your motivation to engage in cognitive activity. For each sentence below, please select how uncharacteristic or characteristic (5-point scale) this is for you personally. - I would prefer a task that is intellectual, difficult, and important to one that is somewhat important but does not require much thought.",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,Below is a seven-point scale on which the political views that people might hold are arranged from extremely liberal—point 1—to extremely conservative—point 7. Where would you place yourself on this scale?,"During the peak of the pandemic, how often did you actively seek information on Covid-19 from any sources including TV, newspapers, radios, online and social media, or personal conversations?",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,Lastly a few questions about socio-demographic characteristics. To which gender do you most identify?,In what year were you born? Please enter all four digits.,Text,What is the highest level of school you have completed or the highest degree you have received?,Have one or both of your parents completed a bachelor’s degree?,What language do you speak at home? - Selected Choice,"What language do you speak at home? - Other, please specify: - Text",Which of the following categories do you identify with? - Selected Choice,"Which of the following categories do you identify with? - Other race, ethnicity, or origin (please specify) - Text","Which of the following categories do you identify with? - Mixed race, ethnicity (please specify) - Text","In which of these groups did your total family income, from all sources, fall last year before taxes?",To what extent do you consider yourself a religious person?,Would you be interested in participating in a qualitative interview for this study? You would be paid $15 for about 30 minutes of your time. - Selected Choice,Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,"Above you see a chart containing information about Covid-19 cases in the USA. What are your first/immediate impressions of this visualization? This could include things you like, dislike, as well as other first impressions.","Above you see a chart containing information about Covid-19 cases in the USA. Please look at the chart and answer the question below. @@ -184,34 +184,34 @@ Assume you trust the data used for the visualization. To what extent do you agre Assume you trust the data used for the visualization. To what extent do you agree or disagree with the following statements about the visualization presented above? - I would likely use this visualization and its information in my actions tackling Covid-19","Above you see a chart containing information about Covid-19 cases in the USA. Please look at the chart and answer the question below. -Assume you trust the data used for the visualization. To what extent do you agree or disagree with the following statements about the visualization presented above? - I trust this visualization","Tell us a bit more about why you [QID150-ChoiceGroup-SelectedAnswers-11] with the statement ""I trust this visualization"".",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,PROLIFIC_PID,isCovidData,provenance-bar-data,provenance-bar-vis,provenance-bar-tour,provenance-bar-explore,bar-complexity -"{""ImportId"":""startDate"",""timeZone"":""America/Denver""}","{""ImportId"":""endDate"",""timeZone"":""America/Denver""}","{""ImportId"":""status""}","{""ImportId"":""ipAddress""}","{""ImportId"":""progress""}","{""ImportId"":""duration""}","{""ImportId"":""finished""}","{""ImportId"":""recordedDate"",""timeZone"":""America/Denver""}","{""ImportId"":""_recordId""}","{""ImportId"":""recipientLastName""}","{""ImportId"":""recipientFirstName""}","{""ImportId"":""recipientEmail""}","{""ImportId"":""externalDataReference""}","{""ImportId"":""locationLatitude""}","{""ImportId"":""locationLongitude""}","{""ImportId"":""distributionChannel""}","{""ImportId"":""userLanguage""}","{""ImportId"":""QID182""}","{""ImportId"":""QID189_FIRST_CLICK""}","{""ImportId"":""QID189_LAST_CLICK""}","{""ImportId"":""QID189_PAGE_SUBMIT""}","{""ImportId"":""QID189_CLICK_COUNT""}","{""ImportId"":""QID4""}","{""ImportId"":""QID5""}","{""ImportId"":""QID6""}","{""ImportId"":""QID64_FIRST_CLICK""}","{""ImportId"":""QID64_LAST_CLICK""}","{""ImportId"":""QID64_PAGE_SUBMIT""}","{""ImportId"":""QID64_CLICK_COUNT""}","{""ImportId"":""QID191_FIRST_CLICK""}","{""ImportId"":""QID191_LAST_CLICK""}","{""ImportId"":""QID191_PAGE_SUBMIT""}","{""ImportId"":""QID191_CLICK_COUNT""}","{""ImportId"":""QID228_1""}","{""ImportId"":""QID230_1""}","{""ImportId"":""QID231_1""}","{""ImportId"":""QID209_FIRST_CLICK""}","{""ImportId"":""QID209_LAST_CLICK""}","{""ImportId"":""QID209_PAGE_SUBMIT""}","{""ImportId"":""QID209_CLICK_COUNT""}","{""ImportId"":""QID188_FIRST_CLICK""}","{""ImportId"":""QID188_LAST_CLICK""}","{""ImportId"":""QID188_PAGE_SUBMIT""}","{""ImportId"":""QID188_CLICK_COUNT""}","{""ImportId"":""QID160""}","{""ImportId"":""QID161""}","{""ImportId"":""QID166_FIRST_CLICK""}","{""ImportId"":""QID166_LAST_CLICK""}","{""ImportId"":""QID166_PAGE_SUBMIT""}","{""ImportId"":""QID166_CLICK_COUNT""}","{""ImportId"":""QID167""}","{""ImportId"":""QID168""}","{""ImportId"":""QID173_FIRST_CLICK""}","{""ImportId"":""QID173_LAST_CLICK""}","{""ImportId"":""QID173_PAGE_SUBMIT""}","{""ImportId"":""QID173_CLICK_COUNT""}","{""ImportId"":""QID174""}","{""ImportId"":""QID179_FIRST_CLICK""}","{""ImportId"":""QID179_LAST_CLICK""}","{""ImportId"":""QID179_PAGE_SUBMIT""}","{""ImportId"":""QID179_CLICK_COUNT""}","{""ImportId"":""QID223_FIRST_CLICK""}","{""ImportId"":""QID223_LAST_CLICK""}","{""ImportId"":""QID223_PAGE_SUBMIT""}","{""ImportId"":""QID223_CLICK_COUNT""}","{""ImportId"":""QID101_1""}","{""ImportId"":""QID101_2""}","{""ImportId"":""QID101_3""}","{""ImportId"":""QID101_4""}","{""ImportId"":""QID101_12""}","{""ImportId"":""QID101_15""}","{""ImportId"":""QID200_TEXT""}","{""ImportId"":""QID192_FIRST_CLICK""}","{""ImportId"":""QID192_LAST_CLICK""}","{""ImportId"":""QID192_PAGE_SUBMIT""}","{""ImportId"":""QID192_CLICK_COUNT""}","{""ImportId"":""QID102_6""}","{""ImportId"":""QID102_7""}","{""ImportId"":""QID102_8""}","{""ImportId"":""QID102_9""}","{""ImportId"":""QID102_10""}","{""ImportId"":""QID102_11""}","{""ImportId"":""QID117_TEXT""}","{""ImportId"":""QID78_FIRST_CLICK""}","{""ImportId"":""QID78_LAST_CLICK""}","{""ImportId"":""QID78_PAGE_SUBMIT""}","{""ImportId"":""QID78_CLICK_COUNT""}","{""ImportId"":""QID122_2""}","{""ImportId"":""QID203_TEXT""}","{""ImportId"":""QID199_FIRST_CLICK""}","{""ImportId"":""QID199_LAST_CLICK""}","{""ImportId"":""QID199_PAGE_SUBMIT""}","{""ImportId"":""QID199_CLICK_COUNT""}","{""ImportId"":""QID36_1""}","{""ImportId"":""QID36_2""}","{""ImportId"":""QID36_3""}","{""ImportId"":""QID36_4""}","{""ImportId"":""QID36_5""}","{""ImportId"":""QID36_6""}","{""ImportId"":""QID36_7""}","{""ImportId"":""QID65_FIRST_CLICK""}","{""ImportId"":""QID65_LAST_CLICK""}","{""ImportId"":""QID65_PAGE_SUBMIT""}","{""ImportId"":""QID65_CLICK_COUNT""}","{""ImportId"":""QID38_1""}","{""ImportId"":""QID38_2""}","{""ImportId"":""QID38_3""}","{""ImportId"":""QID38_4""}","{""ImportId"":""QID38_5""}","{""ImportId"":""QID38_6""}","{""ImportId"":""QID38_7""}","{""ImportId"":""QID38_8""}","{""ImportId"":""QID204_TEXT""}","{""ImportId"":""QID72_FIRST_CLICK""}","{""ImportId"":""QID72_LAST_CLICK""}","{""ImportId"":""QID72_PAGE_SUBMIT""}","{""ImportId"":""QID72_CLICK_COUNT""}","{""ImportId"":""QID39_1""}","{""ImportId"":""QID39_2""}","{""ImportId"":""QID39_3""}","{""ImportId"":""QID39_4""}","{""ImportId"":""QID39_5""}","{""ImportId"":""QID39_6""}","{""ImportId"":""QID73_FIRST_CLICK""}","{""ImportId"":""QID73_LAST_CLICK""}","{""ImportId"":""QID73_PAGE_SUBMIT""}","{""ImportId"":""QID73_CLICK_COUNT""}","{""ImportId"":""QID11""}","{""ImportId"":""QID13""}","{""ImportId"":""QID74_FIRST_CLICK""}","{""ImportId"":""QID74_LAST_CLICK""}","{""ImportId"":""QID74_PAGE_SUBMIT""}","{""ImportId"":""QID74_CLICK_COUNT""}","{""ImportId"":""QID14""}","{""ImportId"":""QID15_TEXT""}","{""ImportId"":""QID16_1""}","{""ImportId"":""QID17""}","{""ImportId"":""QID23""}","{""ImportId"":""QID27""}","{""ImportId"":""QID27_4_TEXT""}","{""ImportId"":""QID18""}","{""ImportId"":""QID18_8_TEXT""}","{""ImportId"":""QID18_9_TEXT""}","{""ImportId"":""QID19""}","{""ImportId"":""QID20""}","{""ImportId"":""QID25""}","{""ImportId"":""QID25_1_TEXT""}","{""ImportId"":""QID75_FIRST_CLICK""}","{""ImportId"":""QID75_LAST_CLICK""}","{""ImportId"":""QID75_PAGE_SUBMIT""}","{""ImportId"":""QID75_CLICK_COUNT""}","{""ImportId"":""QID138_TEXT""}","{""ImportId"":""QID139_1""}","{""ImportId"":""QID139_2""}","{""ImportId"":""QID139_3""}","{""ImportId"":""QID139_4""}","{""ImportId"":""QID139_12""}","{""ImportId"":""QID139_15""}","{""ImportId"":""QID140_6""}","{""ImportId"":""QID140_7""}","{""ImportId"":""QID140_8""}","{""ImportId"":""QID140_9""}","{""ImportId"":""QID140_10""}","{""ImportId"":""QID140_11""}","{""ImportId"":""QID141_TEXT""}","{""ImportId"":""QID142_FIRST_CLICK""}","{""ImportId"":""QID142_LAST_CLICK""}","{""ImportId"":""QID142_PAGE_SUBMIT""}","{""ImportId"":""QID142_CLICK_COUNT""}","{""ImportId"":""QID143_TEXT""}","{""ImportId"":""QID144_1""}","{""ImportId"":""QID144_2""}","{""ImportId"":""QID144_3""}","{""ImportId"":""QID144_4""}","{""ImportId"":""QID144_12""}","{""ImportId"":""QID144_15""}","{""ImportId"":""QID145_6""}","{""ImportId"":""QID145_7""}","{""ImportId"":""QID145_8""}","{""ImportId"":""QID145_9""}","{""ImportId"":""QID145_10""}","{""ImportId"":""QID145_11""}","{""ImportId"":""QID146_TEXT""}","{""ImportId"":""QID147_FIRST_CLICK""}","{""ImportId"":""QID147_LAST_CLICK""}","{""ImportId"":""QID147_PAGE_SUBMIT""}","{""ImportId"":""QID147_CLICK_COUNT""}","{""ImportId"":""QID148_TEXT""}","{""ImportId"":""QID149_1""}","{""ImportId"":""QID149_2""}","{""ImportId"":""QID149_3""}","{""ImportId"":""QID149_4""}","{""ImportId"":""QID149_12""}","{""ImportId"":""QID149_15""}","{""ImportId"":""QID150_6""}","{""ImportId"":""QID150_7""}","{""ImportId"":""QID150_8""}","{""ImportId"":""QID150_9""}","{""ImportId"":""QID150_10""}","{""ImportId"":""QID150_11""}","{""ImportId"":""QID151_TEXT""}","{""ImportId"":""QID152_FIRST_CLICK""}","{""ImportId"":""QID152_LAST_CLICK""}","{""ImportId"":""QID152_PAGE_SUBMIT""}","{""ImportId"":""QID152_CLICK_COUNT""}","{""ImportId"":""PROLIFIC_PID""}","{""ImportId"":""isCovidData""}","{""ImportId"":""provenance-bar-data""}","{""ImportId"":""provenance-bar-vis""}","{""ImportId"":""provenance-bar-tour""}","{""ImportId"":""provenance-bar-explore""}","{""ImportId"":""bar-complexity""}" -2023-03-12 15:29:25,2023-03-12 15:41:08,0,67.186.178.95,100,703,1,2023-03-12 15:41:09,R_1eEOE80Y8XlTH5x,,,,,44.4537,-73.1773,anonymous,EN,1,20.214,20.214,21.207,1,,,,,,,,0,0,15.114,0,100,100,36,7.293,12.395,14.015,4,21.186,34.419,66.096,2,1,1,,,,,-3,1,,,,,1,30.471,30.471,32.642,1,18.983,18.983,43.668,1,3,1,6,6,6,6,"The visual depicts crop disease, but the questions ask about covid 19 vaccinations, which are unrelated.",8.486,39.761,90.602,8,6,6,5,7,7,6,It clearly shows me the numbers from a data set and lets me form my own opinions/conclusions from it without biasing them with additional written information.,2.468,2.468,52.875,1,4,,3.772,5.68,8.353,3,2,3,4,5,1,6,7,0,0,14.077,0,2,5,7,7,6,7,11,7,,4.387,14.238,16.638,8,4,5,2,2,5,5,8.693,23.97,25.054,6,1,,2.562,2.562,5.758,1,2,2000,Vermont,6,3,1,,7,,,4,4,2,,2.021,58.671,60.701,14,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,614f39f10ed069cb9fdd8bbc,0,"{""startTime"":1678656902973,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":20512,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1311,""week"":""3"",""id"":""chart""}]}","{""startTime"":1678656822225,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678656653200,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":19,""label"":""tour_started""},{""time"":8552,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":11484,""week"":""1"",""id"":""chart""},{""time"":21174,""label"":""tour_next"",""step"":2},{""time"":23802,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1283,""week"":""1"",""id"":""chart2""},{""time"":25104,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2632,""week"":""52"",""id"":""chart2""},{""time"":34405,""label"":""tour_end"",""step"":2},{""time"":38025,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1459,""week"":""31"",""id"":""chart""},{""time"":39921,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1730,""week"":""23"",""id"":""chart""},{""time"":42737,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1198,""week"":""6"",""id"":""chart""},{""time"":47277,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1408,""week"":""6"",""id"":""chart2""},{""time"":51441,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2111,""week"":""51"",""id"":""chart2""},{""time"":54689,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2963,""week"":""27"",""id"":""chart2""},{""time"":62178,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1274,""week"":""31"",""id"":""chart""},{""time"":64318,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1033,""week"":""34"",""id"":""chart""}]}","{""startTime"":1678656777964,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":6760,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1205,""week"":""1"",""id"":""chart""},{""time"":9060,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1775,""week"":""52"",""id"":""chart2""},{""time"":11261,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4375,""week"":""52"",""id"":""chart2""},{""time"":20805,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1497,""week"":""15"",""id"":""chart2""},{""time"":31476,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7109,""week"":""22"",""id"":""chart""},{""time"":40907,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1045,""week"":""52"",""id"":""chart""}]}",simple -2023-03-12 15:36:48,2023-03-12 15:47:12,0,174.72.65.58,100,623,1,2023-03-12 15:47:12,R_2aFFd93pyK1CSvk,,,,,33.2727,-111.8278,anonymous,EN,1,9.482,9.482,10.445,1,,,,,,,,0,0,15.013,0,53,19,73,6.723,12.991,13.613,5,22.375,88.018,100.364,15,-2,1,,,,,,-3,,,,,1,31.708,31.708,57.917,1,8.727,27.414,36.208,2,3,3,3,5,5,3,,9.974,23.475,25.032,6,5,5,5,5,5,3,Unsure about the validity of the data source.,3.168,3.168,20.217,1,5,,4.848,8.349,9.841,3,2,7,3,4,1,5,6,0,0,29.495,0,2,6,2,6,2,6,10,6,,8.098,21.749,24.025,8,4,3,1,3,4,4,6.677,21.862,23.321,6,4,,3.611,3.611,6.955,1,1,1996,Arizona,6,1,1,,7,,,7,4,1,631ad5df2dfd6aff965bba6a@email.prolific.co,2.881,50.853,65.615,13,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,631ad5df2dfd6aff965bba6a,0,"{""startTime"":1678657300676,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678657255868,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678657059551,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":22,""label"":""tour_started""},{""time"":22369,""label"":""tour_next"",""step"":5},{""time"":37624,""label"":""started_brush"",""startDate"":""2021-09-06"",""endDate"":""2021-11-20""},{""time"":38973,""label"":""moved_brush"",""startDate"":""2021-07-27"",""endDate"":""2021-10-10""},{""time"":39687,""label"":""tour_next"",""step"":5},{""time"":48010,""label"":""started_brush"",""startDate"":""2021-05-28"",""endDate"":""2021-08-12""},{""time"":49641,""label"":""moved_brush"",""startDate"":""2021-05-28"",""endDate"":""2021-08-19""},{""time"":51326,""label"":""moved_brush"",""startDate"":""2021-05-04"",""endDate"":""2021-07-25""},{""time"":52056,""label"":""tour_next"",""step"":5},{""time"":57603,""label"":""cleared_brush"",""using"":""Click""},{""time"":57603,""label"":""cleared_brush"",""using"":""Escape""},{""time"":59056,""label"":""tour_next"",""step"":5},{""time"":61824,""label"":""tour_end"",""step"":5},{""time"":67513,""label"":""started_brush"",""startDate"":""2021-06-22"",""endDate"":""2021-09-28""},{""time"":69162,""label"":""moved_brush"",""startDate"":""2021-06-05"",""endDate"":""2021-09-11""},{""time"":75772,""label"":""cleared_brush"",""using"":""Click""},{""time"":76600,""label"":""cleared_brush"",""using"":""Click""},{""time"":76600,""label"":""cleared_brush"",""using"":""Escape""},{""time"":84101,""label"":""started_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-08-12""},{""time"":86163,""label"":""moved_brush"",""startDate"":""2021-07-27"",""endDate"":""2021-12-03""}]}","{""startTime"":1678657219035,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":5973,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1258,""week"":""52"",""id"":""chart""},{""time"":10344,""label"":""started_brush"",""startDate"":""2021-05-06"",""endDate"":""2021-09-30""},{""time"":11136,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1179,""week"":""32"",""id"":""chart""},{""time"":13888,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4745,""week"":""34"",""id"":""chart""},{""time"":22337,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2056,""week"":""33"",""id"":""chart""},{""time"":34166,""label"":""moved_brush"",""startDate"":""2021-09-13"",""endDate"":""2022-02-07""}]}",complex -2023-03-12 15:33:05,2023-03-12 15:49:15,0,108.4.148.249,100,969,1,2023-03-12 15:49:15,R_1ZF6dMA6Lwvotl7,,,,,42.789,-73.9759,anonymous,EN,1,13.737,13.737,14.549,1,1,4,2,7.263,15.49,18.399,2,0,0,15.115,0,89,88,53,11.681,21.087,23.382,4,45.445,58.655,82.614,2,1,1,,,,,-3,-3,,,,,1,38.112,38.112,39.695,1,0,0,36.818,0,5,5,5,5,5,5,"I trust the CDC data for this time sampling. However, with at home testing now, an extension of the graph to the present would underestimate all case counts.",19.848,62.012,134.468,7,5,5,5,5,5,5,"The data came from CDC data and appears easy to understand, as well as easy to compare vaccinated versus unvaccinated case rates.",2.969,2.969,66.3,1,4,,7.471,7.471,13.961,1,2,7,3,4,1,5,6,0,0,25.548,0,3,7,4,7,5,3,9,9,,11.529,35.906,49.592,12,5,5,1,1,5,5,13.999,32.999,36.326,6,2,1,5.538,13.294,20.185,2,2,1971,New York,9,1,1,,7,,,4,4,2,,2.566,61.226,62.094,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5dae529fe663620012e038b6,1,"{""startTime"":1678657225070,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":45753,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1416,""week"":""6"",""id"":""chart2""}]}","{""startTime"":1678657108493,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678656877361,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":22,""label"":""tour_started""},{""time"":14055,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2785,""week"":""35"",""id"":""chart""},{""time"":25936,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":10510,""week"":""1"",""id"":""chart""},{""time"":36546,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7701,""week"":""52"",""id"":""chart""},{""time"":45437,""label"":""tour_next"",""step"":2},{""time"":48247,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2537,""week"":""52"",""id"":""chart2""},{""time"":58647,""label"":""tour_end"",""step"":2},{""time"":64941,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1369,""week"":""1"",""id"":""chart""},{""time"":67052,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3634,""week"":""1"",""id"":""chart""},{""time"":71061,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1047,""week"":""52"",""id"":""chart2""},{""time"":72182,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2451,""week"":""1"",""id"":""chart2""}]}","{""startTime"":1678657071112,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":10187,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2868,""week"":""51"",""id"":""chart""},{""time"":13095,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2432,""week"":""50"",""id"":""chart""},{""time"":15683,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2152,""week"":""51"",""id"":""chart""},{""time"":18362,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1927,""week"":""52"",""id"":""chart""},{""time"":20715,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5573,""week"":""52"",""id"":""chart2""},{""time"":29787,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1234,""week"":""6"",""id"":""chart""}]}",simple -2023-03-12 15:34:48,2023-03-12 15:50:26,0,50.93.222.58,100,938,1,2023-03-12 15:50:26,R_2dN3oSUYOKhiVEK,,,,,43.0812,-89.3845,anonymous,EN,1,2.9,2.9,3.836,1,,,,,,,,7.801,7.801,15.107,1,63,63,53,2.841,6.053,6.945,3,6.295,9.062,14.203,2,1,1,,,,,-3,-3,,,,,-3,7.105,31.607,32.967,3,0,0,88.096,0,3,3,4,4,4,4,,3.056,8.791,10.089,7,4,3,3,3,3,4,It looks fact-based and accurate,0.58,0.58,11.001,1,4,,2.518,3.653,5.139,2,2,7,3,4,1,5,6,0,0,21.496,0,6,8,6,7,5,5,7,6,,2.626,8.869,9.647,9,4,3,3,2,3,3,4.312,13.035,13.917,6,4,,2.197,2.197,2.981,1,2,1994,New York,7,2,1,,2,,,16,4,2,,0.842,44.128,44.72,16,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5ded4bab1edb794081b3378e,0,"{""startTime"":1678657618624,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678657597271,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678656922562,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":42,""label"":""tour_started""},{""time"":6277,""label"":""tour_next"",""step"":2},{""time"":9044,""label"":""tour_end"",""step"":2},{""time"":10781,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2606,""week"":""1"",""id"":""chart""}]}","{""startTime"":1678657507503,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":6120,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4436,""week"":""50"",""id"":""chart""},{""time"":10788,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2957,""week"":""50"",""id"":""chart""},{""time"":14232,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1712,""week"":""50"",""id"":""chart""}]}",moderate -2023-03-12 15:41:53,2023-03-12 15:53:22,0,174.208.161.85,100,688,1,2023-03-12 15:53:22,R_2wRKDmBoHMXfocB,,,,,38.581,-121.4939,anonymous,EN,1,5.268,6.177,7.105,2,1,4,1,2.412,6.718,7.805,3,0,0,15.024,0,89,61,35,5.047,15.093,15.969,6,8.639,88.141,89.267,10,1,1,,,,,-2,-3,,,,,1,9.114,70.311,71.784,6,11.947,31.28,32.222,3,5,4,5,5,5,5,no,8.305,66.071,68.005,11,2,5,4,2,5,4,I do not see where and who collected this data?,4.42,4.42,18.316,1,6,no,6.094,8.312,10.283,3,2,7,3,4,1,5,6,7.689,14.873,15.82,2,3,3,1,2,2,2,8,7,,6.578,22.961,23.808,10,2,2,2,3,3,2,10.831,36.56,37.519,10,1,1,7.654,15.245,16.12,4,2,1993,California,6,3,1,,9,,Groveland,8,4,1,kchac@vt.edu,5.893,72.194,73.138,21,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5f8236cffcba88362f081b13,1,"{""startTime"":1678657616915,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678657590859,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678657376916,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":35,""label"":""tour_started""},{""time"":9240,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3392,""week"":""1"",""id"":""chart""},{""time"":14480,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2284,""week"":""6"",""id"":""chart""},{""time"":17098,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1796,""week"":""52"",""id"":""chart""},{""time"":21155,""label"":""tour_next"",""step"":2},{""time"":69101,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":12626,""week"":""1"",""id"":""chart2""},{""time"":81745,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1264,""week"":""52"",""id"":""chart2""},{""time"":86508,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678657527401,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",simple -2023-03-12 15:28:32,2023-03-12 15:54:10,0,99.8.181.16,100,1537,1,2023-03-12 15:54:10,R_3QL6f5p8ehmaRin,,,,,33.0199,-97.213,anonymous,EN,1,3.267,4.052,4.935,2,1,3,1,1.486,3.901,5.092,2,0,0,15.007,0,50,77,68,3.839,17.755,20.95,4,13.114,135.176,141.548,13,1,-3,,,,,-2,1,,,,,,59.7,62.569,68.628,2,0,0,35.346,0,4,2,3,5,6,5,,0.623,82.664,88.24,18,5,5,3,7,7,5,"I trust the data used in the visualization and that the visualization represents that data accurately. However I find the stacked bar chart to be slightly misleading, as my first instinct upon seeing it is to assume that the blue bars are in front of the orange bars instead of under them, meaning that the value of an orange bar would be measured from 0 instead of the top of the blue bar.",2.531,2.531,288.574,1,6,"I just wanted to mention that I think confounding factors may be to blame for vaccinated cases being lower than unvaccinated cases. It's not that I think the vaccine doesn't work, but my understanding and experience is that the vaccine reduces the effects of covid rather than preventing its transmission. So I don't think the visualizations presented are very useful because they seem to claim that the vaccine significantly reduces transmission, when it seems equally possible to me that vaccinated people are generally more cautious and less likely to have the cases they do catch recorded. In my opinion the visualization itself is clear, it just needs to be presented in context to be effective.",6.6,341.053,348.258,7,2,7,5,3,1,6,4,33.108,94.743,96.742,6,1,5,1,2,3,1,10,9,,4.273,36.008,38.825,21,4,3,2,2,5,4,4.686,34.402,35.268,13,1,4,1.494,34.052,34.627,13,1,2000,Texas,2,2,1,,7,,,12,4,2,,3.213,53.466,54.469,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5f107aa051372032695c8e2f,1,"{""startTime"":1678656860237,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678656948972,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678656579401,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":21,""label"":""tour_started""},{""time"":13107,""label"":""tour_next"",""step"":2},{""time"":19598,""label"":""tour_end"",""step"":2},{""time"":21491,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2890,""week"":""14"",""id"":""chart""},{""time"":29050,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1318,""week"":""51"",""id"":""chart""},{""time"":31544,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2142,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678656824152,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":3729,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1989,""week"":""51"",""id"":""chart""},{""time"":5821,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1674,""week"":""50"",""id"":""chart""},{""time"":10384,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1750,""week"":""1"",""id"":""chart""},{""time"":12143,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1972,""week"":""1"",""id"":""chart""},{""time"":14527,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4743,""week"":""2"",""id"":""chart""}]}",moderate -2023-03-12 15:42:22,2023-03-12 15:55:22,0,75.21.238.218,100,780,1,2023-03-12 15:55:23,R_1Lp44LcZBdkiNMg,,,,,37.6678,-97.36,anonymous,EN,1,25.203,25.203,26.112,1,1,3,1,1.373,3.273,4.403,2,5.862,6.077,15.018,2,84,77,65,11.437,16.607,18.348,4,13.277,71.006,72.855,7,1,1,,,,,-3,-3,,,,,1,65.215,65.215,66.747,1,6.504,6.504,34.019,1,3,2,3,4,5,3,No additional thoughts or comments,10.843,33.831,42.435,9,4,4,5,2,3,3,"Because I haven't had a chance to verify the source, I'm not going to blindly trust or blindly distrust a graph like this just at face value unless I see something that is obviously wrong or out of place.",3.16,3.997,51.131,2,5,No comments,7.122,15.345,20.857,4,2,7,3,4,1,5,6,0,0,21.618,0,3,3,3,4,5,4,11,10,No additional thoughts/comments,4.441,35.757,48.702,20,3,2,4,4,2,2,6.967,26.832,27.919,8,2,1,7.815,14.123,16.532,2,1,1985,Kansas,2,2,1,,7,,,4,4,1,mcgarrah.brian@gmail.com,3.162,83.363,90.6,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5aee513f3606ab0001b92b29,1,"{""startTime"":1678657682352,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678657597404,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678657422400,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":13234,""label"":""tour_next"",""step"":5},{""time"":26881,""label"":""started_brush"",""startDate"":""2021-04-29"",""endDate"":""2021-08-02""},{""time"":29342,""label"":""tour_next"",""step"":5},{""time"":33622,""label"":""moved_brush"",""startDate"":""2021-04-12"",""endDate"":""2021-07-16""},{""time"":34827,""label"":""moved_brush"",""startDate"":""2021-05-06"",""endDate"":""2021-08-09""},{""time"":36744,""label"":""cleared_brush"",""using"":""Click""},{""time"":38616,""label"":""tour_next"",""step"":5},{""time"":43089,""label"":""cleared_brush"",""using"":""Click""},{""time"":44715,""label"":""tour_next"",""step"":5},{""time"":53713,""label"":""tour_end"",""step"":5},{""time"":65320,""label"":""started_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-05-07""},{""time"":66941,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3236,""week"":""15"",""id"":""chart""}]}","{""startTime"":1678657562812,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":23879,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1169,""week"":""52"",""id"":""chart""},{""time"":27598,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2847,""week"":""52"",""id"":""chart""}]}",complex -2023-03-12 15:44:01,2023-03-12 15:55:50,0,67.189.40.106,100,708,1,2023-03-12 15:55:50,R_3DvD4hs6RDT3zmn,,,,,44.0197,-123.1008,anonymous,EN,1,20.064,20.064,21.704,1,1,3,1,4.033,8.108,9.618,2,0,0,15.007,0,60,75,74,14.213,23.905,24.752,4,35.217,39.469,56.545,2,1,1,,,,,-3,-3,,,,,1,67.692,67.692,69.389,1,0,0,34.45,0,3,3,4,5,5,3,,6.72,22.69,24.621,7,2,5,4,4,3,3,"I do not think it is a bad visualization, but I think more details could be included. For example, to what extent are the vaccinated people vaccinated? Or how many times these people got COVID 19.",2.379,43.471,61.771,3,5,,5.589,8.735,10.277,2,2,7,3,4,1,5,6,0,0,25.608,0,3,2,4,6,5,6,11,9,,5.778,23.517,25.345,11,3,3,3,2,4,4,18.175,38.98,39.932,7,3,1,12.014,21.773,23.252,2,2,2000,Oregon,6,1,1,,7,,,3,4,1,rhimckinley@icloud.com,3.186,56.074,62.532,11,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,60ff3f28c526214791f99972,1,"{""startTime"":1678657724999,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678657750110,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":26360,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2013,""week"":""1"",""id"":""chart""}]}","{""startTime"":1678657531229,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":23,""label"":""tour_started""},{""time"":16460,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1615,""week"":""52"",""id"":""chart""},{""time"":18602,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5484,""week"":""51"",""id"":""chart""},{""time"":35211,""label"":""tour_next"",""step"":2},{""time"":39462,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678657689850,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":18474,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1067,""week"":""52"",""id"":""chart""}]}",moderate -2023-03-12 15:41:54,2023-03-12 15:56:26,0,172.90.16.38,100,871,1,2023-03-12 15:56:26,R_XhPgpKN5bEMpRC1,,,,,34.0587,-118.2781,anonymous,EN,1,3.379,3.379,268.783,1,,,,,,,,0,0,15.009,0,64,56,37,5.021,7.685,10.648,3,6.487,9.985,26.893,2,1,1,,,,,1,-3,,,,,1,30.122,30.122,31.05,1,29.752,29.752,46.048,1,3,1,3,7,5,3,"stacked data makes it harder to get exact or close to exact values, but shows interesting patterns.",3.167,47.211,81.122,9,1,7,2,7,2,3,"Even if I ""trust"" the visualization as stated in the opening question, I could have a general sense in trust in that, the data may be correct but with the apprehension that something may be missing or overlooked. In that way you can technically trust and distrust the chart and still understand that there may or may not be deception involved. I'm not sure how to clearly articulate my feeling on this I think.",2.493,2.493,88.576,1,6,Depends on how much trust you are putting in them,2.014,5.536,17.083,7,2,7,3,4,1,5,6,11.381,13.141,20.584,2,1,2,1,1,2,1,11,10,,4.346,12.826,20.603,8,5,4,1,1,4,5,5.818,16.532,25.132,7,2,,2.101,2.722,4.384,2,1,1988,California,6,3,1,,9,,Los Angeles,17,4,1,54ea5b40fdf99b768609982f@email.prolific.co,1.442,46.902,48.874,35,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,54ea5b40fdf99b768609982f,0,"{""startTime"":1678657778078,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":32440},{""label"":""window_focused"",""time"":43946}]}","{""startTime"":1678657859606,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678657615604,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":6481,""label"":""tour_next"",""step"":2},{""time"":9978,""label"":""tour_end"",""step"":2},{""label"":""window_blurred"",""time"":18659},{""time"":22604,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1218,""week"":""3"",""id"":""chart""},{""label"":""window_focused"",""time"":26779}]}","{""startTime"":1678657731489,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":1620,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3358,""week"":""52"",""id"":""chart""},{""time"":5038,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1378,""week"":""51"",""id"":""chart""},{""time"":6449,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1703,""week"":""52"",""id"":""chart""},{""time"":8277,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1608,""week"":""51"",""id"":""chart""},{""time"":11213,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2752,""week"":""51"",""id"":""chart""},{""time"":14166,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1491,""week"":""42"",""id"":""chart""},{""time"":18000,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1559,""week"":""33"",""id"":""chart""},{""time"":31300,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1771,""week"":""51"",""id"":""chart""},{""time"":35527,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1256,""week"":""51"",""id"":""chart""},{""time"":38996,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1207,""week"":""52"",""id"":""chart""},{""time"":40228,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1235,""week"":""1"",""id"":""chart""},{""time"":42547,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1327,""week"":""2"",""id"":""chart""}]}",moderate -2023-03-12 15:39:07,2023-03-12 15:56:48,0,199.18.236.28,100,1060,1,2023-03-12 15:56:48,R_bp7CFloI3q7pUD7,,,,,40.9165,-81.1174,anonymous,EN,1,180.345,180.345,181.277,1,,,,,,,,0,0,15.145,0,78,63,35,4.065,8.385,9.36,3,25.313,34.38,41.938,3,1,1,,,,,1,1,,,,,1,58.686,58.686,59.767,1,26.47,26.47,37.202,1,5,1,5,4,4,4,,9.182,21.153,23.244,6,3,4,4,4,1,4,"seems scientific but doesn't provide sources ",2.443,19.674,20.648,2,5,,72.553,72.553,74.622,1,2,7,3,4,1,5,6,23.71,23.71,24.133,1,4,4,3,3,3,4,11,10,,77.164,90.452,91.591,8,3,3,2,4,4,4,205.245,219.584,220.565,6,2,,1.919,1.919,3.188,1,2,2000,Ohio,2,3,1,,3,,,10,2,1,,1.121,47.964,51.218,20,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,60ff712d335699ee037aa128,0,"{""startTime"":1678657530064,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678657553924,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678657367428,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":19,""label"":""tour_started""},{""label"":""window_blurred"",""time"":6613},{""label"":""window_focused"",""time"":16676},{""time"":25305,""label"":""tour_next"",""step"":2},{""time"":28094,""label"":""tour_end"",""step"":2},{""time"":30562,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2080,""week"":""2"",""id"":""chart""},{""time"":33782,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1077,""week"":""1"",""id"":""chart""},{""time"":35637,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1471,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678657492222,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":28824,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1108,""week"":""2"",""id"":""chart""}]}",moderate -2023-03-12 15:41:04,2023-03-12 15:58:17,0,142.197.64.33,100,1032,1,2023-03-12 15:58:18,R_vITiYdAaXfwjvQB,,,,,29.1383,-80.9956,anonymous,EN,1,5.329,5.329,6.81,1,,,,,,,,0,0,15.015,0,100,72,85,3.448,10.442,10.778,14,1.281,33.645,36.061,8,1,1,,,,,-3,1,,,,,1,7.091,88.152,89.401,5,0,0,96.802,0,6,1,7,2,2,6,,7.044,28.1,30.51,7,2,7,7,1,7,6,The information seems accurate,2.221,2.221,11.772,1,4,,8.572,14.601,15.868,6,2,7,3,4,1,5,6,0,0,24.101,0,4,3,8,9,2,4,10,10,,69.151,82.472,83.86,10,3,2,2,3,3,3,24.882,33.349,36.166,7,7,,1.717,1.717,2.907,1,1,2004,Florida,3,3,1,,9,,Port Orange,17,3,1,Rkazma11@gmail.com,1.85,58.625,62.01,19,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5edc0583f16dff0c806bdbb6,0,"{""startTime"":1678657563308,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678657532447,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678657308233,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":22,""label"":""tour_started""},{""time"":5067,""label"":""tour_next"",""step"":5},{""time"":11365,""label"":""cleared_brush"",""using"":""Click""},{""time"":19370,""label"":""started_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-05-23""},{""time"":20152,""label"":""tour_next"",""step"":5},{""time"":25389,""label"":""moved_brush"",""startDate"":""2021-08-05"",""endDate"":""2021-09-22""},{""time"":26284,""label"":""tour_next"",""step"":5},{""time"":29654,""label"":""cleared_brush"",""using"":""Click""},{""time"":29654,""label"":""cleared_brush"",""using"":""Escape""},{""time"":31222,""label"":""tour_next"",""step"":5},{""time"":33635,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678657434748,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":3010,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1310,""week"":""49"",""id"":""chart""}]}",complex -2023-03-12 15:49:42,2023-03-12 15:58:19,0,98.207.24.36,100,517,1,2023-03-12 15:58:20,R_2Cq5dYVaedrVMem,,,,,38.6159,-122.8616,anonymous,EN,1,2.946,2.946,4,1,,,,,,,,0.144,14.464,15.006,2,89,68,41,3.097,10.281,11.602,7,8.79,18.087,29.939,2,1,1,,,,,-3,-3,,,,,1,37.566,37.566,38.675,1,0,0,79.224,0,6,1,6,5,6,5,,10.101,37.9,40.453,8,3,5,5,5,3,5,The information is easy to read and looks very trusting.,3.436,19.437,19.658,2,5,,1.84,4.256,5.038,8,2,7,3,4,1,5,6,0,0,13.149,0,2,6,5,5,3,7,8,9,,3.353,17.472,18.544,14,3,4,3,3,4,3,6.008,9.08,10.221,7,3,,1.51,1.51,3.111,1,1,1995,California,3,2,1,,7,,,4,4,2,,0.778,73.382,77.384,17,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,60da243688f9aa74901ae90e,0,"{""startTime"":1678657995861,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678658036984,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678657824632,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":8779,""label"":""tour_next"",""step"":2},{""time"":18075,""label"":""tour_end"",""step"":2},{""time"":25952,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1018,""week"":""2"",""id"":""chart""}]}","{""startTime"":1678657915894,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":2555,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1652,""week"":""52"",""id"":""chart2""}]}",simple -2023-03-12 15:49:00,2023-03-12 15:58:53,0,76.128.14.124,100,593,1,2023-03-12 15:58:54,R_2zCnSOKx4cNWJN6,,,,,26.6239,-80.0948,anonymous,EN,1,2.185,2.713,3.501,2,1,2,2,1.228,3.948,4.922,2,0,0,15.115,0,78,44,49,7.524,12.893,13.794,4,22.149,27.549,42.78,2,,1,,,,,-3,-3,,,,,1,33.892,33.892,34.972,1,0,0,37.214,0,5,5,6,5,4,5,,5.23,25.886,28.041,7,5,2,3,7,2,6,"The data provided seems likely. Especially, since December was holiday season/month. I would strongly agree that most of the covid cases happened around then.",2.949,2.949,51.295,1,2,,5.662,5.662,7.421,1,2,7,3,4,1,5,6,0,0,18.875,0,1,3,2,5,1,3,10,10,,7.145,18.243,20.244,9,1,1,4,5,2,2,6.657,20.438,21.188,7,5,4,8.277,15.846,16.142,3,1,1996,Florida,5,1,4,Thai,2,,,3,4,2,,3.769,57.984,62.719,22,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5b60ddcc6b25590001782ce4,1,"{""startTime"":1678658037418,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678657967709,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678657791842,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":11567,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2555,""week"":""52"",""id"":""chart""},{""time"":15651,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2118,""week"":""52"",""id"":""chart""},{""time"":17832,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1951,""week"":""1"",""id"":""chart""},{""time"":22142,""label"":""tour_next"",""step"":2},{""time"":27542,""label"":""tour_end"",""step"":2},{""time"":32437,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1120,""week"":""34"",""id"":""chart""}]}","{""startTime"":1678657930054,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":4952,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1189,""week"":""49"",""id"":""chart""},{""time"":7823,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":10498,""week"":""2"",""id"":""chart""},{""time"":18322,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2388,""week"":""2"",""id"":""chart""},{""time"":20712,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1505,""week"":""2"",""id"":""chart""},{""time"":22847,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2427,""week"":""2"",""id"":""chart""},{""time"":25463,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":10827,""week"":""2"",""id"":""chart""}]}",moderate -2023-03-12 15:47:18,2023-03-12 15:59:01,0,64.149.142.126,100,702,1,2023-03-12 15:59:01,R_2OYGGPTV3RKXBgv,,,,,35.961,-78.9291,anonymous,EN,1,18.964,18.964,20.196,1,1,3,1,1.472,3.685,4.974,2,9.987,9.987,15.114,1,65,42,75,4.12,9.175,10.852,3,7.591,61.793,64.452,9,1,1,,,,,1,-3,,,,,1,28.897,28.897,30.284,1,0,0,39.811,0,5,5,5,5,5,5,,12.871,62.873,68.102,6,5,5,5,1,5,5,It looks official,1.063,1.063,7.531,1,6,,4.568,6.183,6.894,2,2,7,3,4,1,5,6,0,0,26.712,0,3,3,5,9,1,2,4,6,,49.007,85.154,87.833,11,4,4,2,2,4,4,29.515,42.2,43.871,6,2,1,32.913,41.343,43.081,2,1,1998,North Carolina,6,1,1,,7,,,5,4,1,matt.p.pappas@gmail.com,3.175,95.44,99.363,20,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,63d45fc0f682d52f34ce7c4b,1,"{""startTime"":1678657840940,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678657909844,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678657704328,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":58,""label"":""tour_started""},{""time"":7577,""label"":""tour_next"",""step"":5},{""time"":21752,""label"":""cleared_brush"",""using"":""Click""},{""time"":22751,""label"":""started_brush"",""startDate"":""2021-06-30"",""endDate"":""2021-10-08""},{""time"":25483,""label"":""cleared_brush"",""using"":""Click""},{""time"":26360,""label"":""tour_next"",""step"":5},{""time"":30350,""label"":""cleared_brush"",""using"":""Click""},{""time"":34952,""label"":""cleared_brush"",""using"":""Click""},{""time"":39272,""label"":""cleared_brush"",""using"":""Click""},{""time"":44523,""label"":""cleared_brush"",""using"":""Click""},{""time"":46587,""label"":""cleared_brush"",""using"":""Click""},{""time"":49176,""label"":""cleared_brush"",""using"":""Click""},{""time"":51576,""label"":""cleared_brush"",""using"":""Click""},{""time"":52650,""label"":""moved_brush"",""startDate"":""2021-04-14"",""endDate"":""2021-09-17""},{""time"":53854,""label"":""tour_next"",""step"":5},{""time"":58402,""label"":""cleared_brush"",""using"":""Click""},{""time"":58403,""label"":""cleared_brush"",""using"":""Escape""},{""time"":59615,""label"":""tour_next"",""step"":5},{""time"":61778,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678657800360,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",complex -2023-03-12 15:50:14,2023-03-12 16:00:08,0,76.144.4.125,100,594,1,2023-03-12 16:00:09,R_37xNI7QzL9F3Ych,,,,,44.5928,-123.2746,anonymous,EN,1,7.254,8.033,8.412,2,1,2,1,1.34,3.258,4.313,2,0,0,15.005,0,87,100,92,13.658,19.01,20.078,3,4.655,8.127,24.462,2,1,1,,,,,1,-3,,,,,1,15.64,15.64,17.28,1,154.475,154.475,154.821,1,4,4,4,4,4,4,,19.298,28.086,29.9,7,5,6,6,5,5,5,"professional, appealing, easy to understand, simplistic",1.306,25.747,26.806,2,2,,7.26,9.379,10.938,3,2,7,3,4,1,5,6,0,0,12.54,0,4,4,3,4,4,4,7,6,,10.981,23.892,25.578,8,3,3,2,3,3,3,7.047,26.349,26.787,7,3,2,7.826,12.726,13.657,3,2,1998,Oregon,3,2,1,,3,,,4,4,1,lamb.bates@gmail.com,1.281,56.744,57.059,18,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5ebf7b17e4414a35f0ea5e1c,1,"{""startTime"":1678658099795,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678658130341,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678657872602,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":4649,""label"":""tour_next"",""step"":2},{""time"":8120,""label"":""tour_end"",""step"":2},{""time"":9659,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2734,""week"":""52"",""id"":""chart""},{""time"":12442,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1326,""week"":""1"",""id"":""chart""},{""time"":13779,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1018,""week"":""51"",""id"":""chart""},{""time"":16609,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1622,""week"":""52"",""id"":""chart2""}]}","{""startTime"":1678657944277,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":152432,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1050,""week"":""1"",""id"":""chart""}]}",simple -2023-03-12 15:51:23,2023-03-12 16:00:24,0,67.187.96.95,100,540,1,2023-03-12 16:00:24,R_ukx7av9QGsLKxLr,,,,,35.9306,-86.8788,anonymous,EN,1,18.065,20.145,22.222,3,1,2,1,5.987,7.962,9.787,2,0,0,15.114,0,50,50,50,13.463,16.768,17.93,3,0,0,1.36,0,,,,,,,,,,,,,,1.503,1.503,2.484,1,0,0,33.335,0,3,3,3,7,1,3,N/A,7.009,22.341,37.959,8,1,1,1,1,1,1,"Your system did not allow me to clearly view the data. ",2.062,2.062,25.272,1,4,N/A,4.301,5.376,22.084,2,2,7,3,4,1,5,6,0,0,17.925,0,4,4,6,7,4,6,7,7,N/A,4.883,19.376,24.207,11,4,4,2,3,4,4,22.024,150.512,152.323,6,4,5,5.19,10.03,11.429,2,1,1992,Tennessee,6,1,1,,7,,,8,4,2,,3.464,75.75,77.631,13,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,63bdfe6a69fc4d15b3aec18d,1,,,,,moderate -2023-03-12 15:51:04,2023-03-12 16:00:44,0,65.130.188.139,100,580,1,2023-03-12 16:00:45,R_3KBYpwbqwd86sWV,,,,,40.6751,-111.8166,anonymous,EN,1,9.365,9.365,11.004,1,,,,,,,,0,0,15.016,0,68,41,63,5.138,9.974,11.294,7,10.82,57.741,58.539,18,1,1,,,,,-3,-3,,,,,1,9.45,71.645,71.973,3,9.687,20.412,35.196,4,3,1,7,2,5,4,,17.742,44.288,45.773,9,5,4,5,4,2,4,"It is from Croatia ",3.072,13.571,13.861,2,2,,3.553,6.028,7.416,4,2,7,3,4,1,5,6,0,0,21.629,0,3,4,4,4,2,3,10,7,,6.302,19.444,20.274,8,4,5,1,2,4,5,9.631,24.173,24.464,7,3,,5.549,5.549,6.497,1,1,2000,Utah,5,3,1,,5,,,6,1,1,,2.561,49.818,52.245,14,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5b91ca0f8a79b000013f9481,0,"{""startTime"":1678658128889,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":10566,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1425,""week"":""4"",""id"":""chart""}]}","{""startTime"":1678658080324,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678657913136,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":10812,""label"":""tour_next"",""step"":5},{""time"":23339,""label"":""cleared_brush"",""using"":""Click""},{""time"":27281,""label"":""started_brush"",""startDate"":""2021-07-12"",""endDate"":""2021-12-11""},{""time"":29361,""label"":""tour_next"",""step"":5},{""time"":34596,""label"":""started_brush"",""startDate"":""2021-05-25"",""endDate"":""2021-06-16""},{""time"":37578,""label"":""started_brush"",""startDate"":""2021-08-12"",""endDate"":""2021-12-25""},{""time"":39053,""label"":""moved_brush"",""startDate"":""2021-08-12"",""endDate"":""2021-11-13""},{""time"":39908,""label"":""tour_next"",""step"":5},{""time"":46050,""label"":""moved_brush"",""startDate"":""2021-08-12"",""endDate"":""2021-11-13""},{""time"":46857,""label"":""moved_brush"",""startDate"":""2021-08-12"",""endDate"":""2021-11-13""},{""time"":47211,""label"":""moved_brush"",""startDate"":""2021-08-12"",""endDate"":""2021-11-13""},{""time"":47367,""label"":""moved_brush"",""startDate"":""2021-08-12"",""endDate"":""2021-11-13""},{""time"":51746,""label"":""moved_brush"",""startDate"":""2021-08-12"",""endDate"":""2021-11-13""},{""time"":53419,""label"":""cleared_brush"",""using"":""Click""},{""time"":53419,""label"":""cleared_brush"",""using"":""Escape""},{""time"":54343,""label"":""tour_next"",""step"":5},{""time"":56214,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678658044545,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":6236,""label"":""cleared_brush"",""using"":""Click""},{""label"":""window_blurred"",""time"":11052},{""label"":""window_focused"",""time"":13438},{""time"":15164,""label"":""cleared_brush"",""using"":""Click""},{""time"":16627,""label"":""moved_brush"",""startDate"":""2021-10-25"",""endDate"":""2022-02-07""},{""time"":17602,""label"":""cleared_brush"",""using"":""Click""},{""time"":17602,""label"":""cleared_brush"",""using"":""Escape""},{""time"":19105,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1473,""week"":""34"",""id"":""chart""},{""time"":22227,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1302,""week"":""2"",""id"":""chart""},{""time"":30029,""label"":""started_brush"",""startDate"":""2021-10-31"",""endDate"":""2022-01-02""},{""time"":30737,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3764,""week"":""52"",""id"":""chart""}]}",complex -2023-03-12 15:52:18,2023-03-12 16:02:46,0,75.164.39.150,100,627,1,2023-03-12 16:02:46,R_2OH1rt0yKhwsT74,,,,,45.5777,-122.6795,anonymous,EN,1,13.443,13.443,14.469,1,,,,,,,,0,0,15.163,0,100,100,87,5.07,12.735,13.572,5,5.589,8.481,19.859,2,1,1,,,,,1,-3,,,,,1,18.272,18.272,19.43,1,0,0,48.727,0,6,6,6,6,6,6,,5.801,10.663,12.912,6,6,6,5,1,5,6,"I don't know who would twist the data of fungi/pest infestation data to misrepresent the situation. ",3.256,41,41.43,2,5,,6.577,6.577,8.101,1,2,7,3,4,1,5,6,0,0,20.975,0,3,3,3,5,6,4,9,9,,5.05,22.844,24.259,8,3,3,2,3,3,3,29.068,59.313,60.542,6,2,,5.105,7.243,7.502,2,1,1986,Oregon,7,3,1,,7,,,9,2,2,,1.378,94.343,95.262,19,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5c638b779e01830001f7127e,0,"{""startTime"":1678658132491,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678658146167,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678657997127,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":54,""label"":""tour_started""},{""time"":5571,""label"":""tour_next"",""step"":2},{""time"":8462,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678658082861,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":9551,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1263,""week"":""52"",""id"":""chart""},{""time"":11312,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2634,""week"":""52"",""id"":""chart2""},{""label"":""window_blurred"",""time"":15045},{""label"":""window_focused"",""time"":21643},{""label"":""window_blurred"",""time"":23819},{""label"":""window_focused"",""time"":26747}]}",simple -2023-03-12 15:53:36,2023-03-12 16:02:58,0,69.131.133.248,100,561,1,2023-03-12 16:02:58,R_2qkfqYgix3OvHSW,,,,,40.7279,-105.035,anonymous,EN,1,5.951,5.951,6.815,1,1,2,1,1.52,3.23,3.987,2,0,0,15.013,0,30,5,92,7.619,13.214,14.734,3,9.182,78.444,81.257,10,1,1,,,,,-3,-3,,,,,-3,36.655,36.655,38.23,1,0,0,34.73,0,5,7,5,5,5,4,,13.063,33.626,35.432,8,4,4,5,7,2,6,"This visualization is put out by the CDC, a trusted organization",3.189,3.189,23.311,1,4,,5.873,5.873,6.91,1,2,7,3,4,1,5,6,0,0,19.697,0,1,4,2,5,1,5,10,10,,3.734,17.803,19.253,8,4,4,1,2,4,3,9.363,23.988,25.132,6,2,3,8.58,15.712,17.378,2,2,1998,Colorado,6,1,1,,7,,,5,4,1,laurenh778@gmail.com,2.627,53.683,62.039,15,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5a259978f6afdd0001ef1a42,1,"{""startTime"":1678658221455,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678658257971,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678658065879,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":9176,""label"":""tour_next"",""step"":5},{""time"":15662,""label"":""tour_back"",""step"":5},{""time"":17357,""label"":""tour_next"",""step"":5},{""time"":33487,""label"":""started_brush"",""startDate"":""2021-06-01"",""endDate"":""2021-10-31""},{""time"":34345,""label"":""tour_next"",""step"":5},{""time"":42828,""label"":""cleared_brush"",""using"":""Click""},{""time"":47058,""label"":""cleared_brush"",""using"":""Click""},{""time"":48900,""label"":""cleared_brush"",""using"":""Click""},{""time"":50813,""label"":""cleared_brush"",""using"":""Click""},{""time"":51294,""label"":""cleared_brush"",""using"":""Click""},{""time"":53940,""label"":""started_brush"",""startDate"":""2021-10-02"",""endDate"":""2022-01-26""},{""time"":56917,""label"":""moved_brush"",""startDate"":""2021-07-12"",""endDate"":""2021-11-05""},{""time"":60012,""label"":""moved_brush"",""startDate"":""2021-06-29"",""endDate"":""2021-10-23""},{""time"":60603,""label"":""tour_next"",""step"":5},{""time"":63767,""label"":""cleared_brush"",""using"":""Click""},{""time"":63767,""label"":""cleared_brush"",""using"":""Escape""},{""time"":65643,""label"":""tour_next"",""step"":5},{""time"":69431,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678658186237,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":6198,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2135,""week"":""6"",""id"":""chart""},{""time"":8822,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4106,""week"":""52"",""id"":""chart""},{""time"":13824,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1870,""week"":""52"",""id"":""chart""},{""time"":16027,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1033,""week"":""51"",""id"":""chart""},{""time"":22980,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1031,""week"":""34"",""id"":""chart""}]}",complex -2023-03-12 15:51:19,2023-03-12 16:04:28,0,47.198.218.226,100,788,1,2023-03-12 16:04:29,R_2nuzFwEaYJAx5IJ,,,,,27.9455,-82.4598,anonymous,EN,1,6.214,6.214,10.811,1,1,4,1,3.533,4.642,6.124,2,0,0,15.011,0,85,84,50,10.764,19.33,21.461,3,32.034,44.423,46.601,2,1,1,,,,,,,,,,,1,29.505,29.505,31.325,1,0,0,45.907,0,3,3,4,5,5,4,I know that the data isn't 100% accurate because of lack of reporting positive covid cases. I can only trust the trend.,15.938,69.188,159.911,8,2,5,5,1,5,5,I believe that the graph shows the data it reports to have.,3.427,3.427,41.244,1,4,,8.143,9.596,11.782,2,2,7,3,4,1,5,6,0,0,21.132,0,1,6,6,7,4,6,9,9,,7.07,20.134,26.483,8,1,1,1,1,1,1,11.353,37.86,39.028,6,4,4,5.75,19.046,21.278,2,2,1982,Florida,6,2,1,,9,,Tampa,12,4,1,george.nicoler@gmail.com,3.803,60.598,62.111,15,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5dd32e9deab0423455e0358f,1,"{""startTime"":1678658238520,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":62284,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3574,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678658132475,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678657945590,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":8608,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1616,""week"":""2"",""id"":""chart""},{""time"":10541,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4300,""week"":""6"",""id"":""chart""},{""time"":14875,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3499,""week"":""5"",""id"":""chart""},{""time"":20908,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8066,""week"":""52"",""id"":""chart""},{""time"":32031,""label"":""tour_next"",""step"":2},{""time"":36790,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3650,""week"":""51"",""id"":""chart2""},{""time"":40474,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1901,""week"":""52"",""id"":""chart2""},{""time"":44419,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678658086128,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":13547,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1921,""week"":""51"",""id"":""chart2""},{""time"":29601,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1934,""week"":""6"",""id"":""chart2""}]}",simple -2023-03-12 15:56:31,2023-03-12 16:05:16,0,174.31.125.240,100,525,1,2023-03-12 16:05:17,R_1IGYIDGhwnWpHR8,,,,,47.6987,-117.4397,anonymous,EN,1,9.476,9.476,10.292,1,1,2,2,1.871,4.966,5.885,4,0,0,15.007,0,93,94,69,6.071,14.228,15.505,4,31.087,41.68,42.123,3,-2,1,,,,,1,1,,,,,-3,19.959,19.959,23.289,1,0,0,38.861,0,5,7,5,5,5,5,,11.306,26.882,28.882,7,5,5,4,3,3,5,"Nothing about it jumped out to me to say that this in untrustworthy, so I agreed with it",4.493,4.493,31.018,1,4,,7.731,7.731,9.828,1,2,7,3,4,1,5,6,0,0,16.115,0,3,6,4,7,5,2,10,10,,4.243,28.379,32.067,8,2,2,2,4,3,4,11.19,41.158,42.691,6,2,3,3.128,13.25,15.315,3,1,2001,Washington,3,3,1,,7,,,2,4,2,,1.879,62.366,64.865,11,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5aeb9f6f23e2ca0001974ab0,1,"{""startTime"":1678658445151,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678658390746,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678658257061,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":8141,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1026,""week"":""51"",""id"":""chart""},{""time"":10652,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3997,""week"":""1"",""id"":""chart""},{""time"":14669,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2281,""week"":""52"",""id"":""chart""},{""time"":17002,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3047,""week"":""51"",""id"":""chart""},{""time"":21520,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2380,""week"":""52"",""id"":""chart""},{""time"":24134,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1432,""week"":""1"",""id"":""chart""},{""time"":31082,""label"":""tour_next"",""step"":2},{""time"":35012,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678658351182,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":22608,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1152,""week"":""3"",""id"":""chart""},{""time"":24062,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3096,""week"":""6"",""id"":""chart""},{""time"":32142,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2951,""week"":""23"",""id"":""chart""}]}",moderate -2023-03-12 15:35:34,2023-03-12 16:06:14,0,16.98.99.140,100,1840,1,2023-03-12 16:06:15,R_3oSgaSDnM4lTwzc,,,,,35.3288,-118.9748,anonymous,EN,1,153.648,153.648,154.856,1,1,3,1,2.941,23.006,24.403,4,0,0,15.112,0,100,100,65,14.286,20.317,22.035,4,26.922,164.232,176.154,21,1,1,,,,,-3,-3,,,,,1,100.567,104.796,106.833,2,16.118,49.5,54.624,3,6,4,6,6,6,5,"The only reason why slightly agree was chose for the ""...sufficiently describes..."" question is because I am not sure where the data is from, like what state or county or what have you; that being said I do intrust that it is accurate for the area of which it represents but not for the state of the world/ united states as a whole. ",20.948,354.931,367.392,25,4,6,6,5,5,6,"The data is sourced to the cdc , the assumption is if the data is published it has been peer reviewed, ""I"" as a normal person can not be expected to cross-reference the every bit of data/ visualization that is presented; especially when it is sourced ",4.049,165.372,168.09,9,5,,12.974,15.089,46.617,2,2,7,3,4,1,5,6,0,0,42.181,0,6,4,5,4,7,7,9,9,,13.594,29.782,32.133,9,4,2,2,2,4,3,27.421,54.433,55.613,6,4,3,22.045,44.627,46.391,3,1,1996,California,3,2,1,,9,,white and hispanic/latino,3,3,2,,6.531,137.568,138.882,19,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5f056b73a43ac686571f41ad,1,"{""startTime"":1678657514210,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":239598},{""label"":""window_focused"",""time"":248127},{""label"":""window_blurred"",""time"":336854},{""label"":""window_focused"",""time"":339693}]}","{""startTime"":1678657882656,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678657175303,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":26919,""label"":""tour_next"",""step"":5},{""time"":51716,""label"":""cleared_brush"",""using"":""Click""},{""time"":52082,""label"":""cleared_brush"",""using"":""Click""},{""time"":55727,""label"":""moved_brush"",""startDate"":""2021-08-29"",""endDate"":""2022-02-07""},{""time"":58061,""label"":""moved_brush"",""startDate"":""2021-11-22"",""endDate"":""2022-02-07""},{""time"":63673,""label"":""cleared_brush"",""using"":""Click""},{""time"":65514,""label"":""cleared_brush"",""using"":""Click""},{""time"":69473,""label"":""cleared_brush"",""using"":""Click""},{""time"":70501,""label"":""cleared_brush"",""using"":""Click""},{""time"":71214,""label"":""cleared_brush"",""using"":""Click""},{""time"":71573,""label"":""cleared_brush"",""using"":""Click""},{""time"":72155,""label"":""cleared_brush"",""using"":""Click""},{""time"":79201,""label"":""cleared_brush"",""using"":""Click""},{""time"":80040,""label"":""cleared_brush"",""using"":""Click""},{""time"":80990,""label"":""cleared_brush"",""using"":""Click""},{""time"":82743,""label"":""cleared_brush"",""using"":""Click""},{""time"":88858,""label"":""cleared_brush"",""using"":""Click""},{""time"":89112,""label"":""cleared_brush"",""using"":""Click""},{""time"":89343,""label"":""moved_brush"",""startDate"":""2021-07-16"",""endDate"":""2021-07-21""},{""time"":89560,""label"":""moved_brush"",""startDate"":""2021-07-16"",""endDate"":""2021-07-21""},{""time"":90298,""label"":""moved_brush"",""startDate"":""2021-07-16"",""endDate"":""2021-10-02""},{""time"":90638,""label"":""moved_brush"",""startDate"":""2021-07-16"",""endDate"":""2021-10-02""},{""time"":90852,""label"":""moved_brush"",""startDate"":""2021-07-15"",""endDate"":""2021-10-01""},{""time"":91045,""label"":""moved_brush"",""startDate"":""2021-07-15"",""endDate"":""2021-10-01""},{""time"":96820,""label"":""moved_brush"",""startDate"":""2021-11-21"",""endDate"":""2022-02-07""},{""time"":98916,""label"":""started_brush"",""startDate"":""2021-06-17"",""endDate"":""2021-08-28""},{""time"":101449,""label"":""tour_next"",""step"":5},{""time"":115323,""label"":""moved_brush"",""startDate"":""2021-06-17"",""endDate"":""2021-11-28""},{""time"":116057,""label"":""moved_brush"",""startDate"":""2021-06-17"",""endDate"":""2021-11-27""},{""time"":116941,""label"":""tour_next"",""step"":5},{""time"":132372,""label"":""moved_brush"",""startDate"":""2021-06-20"",""endDate"":""2021-11-30""},{""time"":132560,""label"":""moved_brush"",""startDate"":""2021-06-21"",""endDate"":""2021-12-01""},{""time"":134602,""label"":""moved_brush"",""startDate"":""2021-06-21"",""endDate"":""2021-12-01""},{""time"":134760,""label"":""moved_brush"",""startDate"":""2021-06-21"",""endDate"":""2021-12-01""},{""time"":135424,""label"":""moved_brush"",""startDate"":""2021-06-21"",""endDate"":""2021-12-01""},{""time"":135673,""label"":""moved_brush"",""startDate"":""2021-06-19"",""endDate"":""2021-11-29""},{""time"":136464,""label"":""cleared_brush"",""using"":""Click""},{""time"":136672,""label"":""cleared_brush"",""using"":""Click""},{""time"":137049,""label"":""cleared_brush"",""using"":""Click""},{""time"":137742,""label"":""cleared_brush"",""using"":""Click""},{""time"":137915,""label"":""cleared_brush"",""using"":""Click""},{""time"":138502,""label"":""tour_next"",""step"":5},{""time"":145671,""label"":""tour_end"",""step"":5},{""time"":153846,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1315,""week"":""52"",""id"":""chart""},{""time"":160198,""label"":""moved_brush"",""startDate"":""2021-10-08"",""endDate"":""2022-02-07""},{""time"":162623,""label"":""moved_brush"",""startDate"":""2021-10-08"",""endDate"":""2022-02-07""},{""time"":163274,""label"":""cleared_brush"",""using"":""Click""},{""time"":163446,""label"":""cleared_brush"",""using"":""Click""}]}","{""startTime"":1678657459154,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":1972,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5209,""week"":""52"",""id"":""chart""},{""time"":16693,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3967,""week"":""52"",""id"":""chart""},{""time"":21830,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2834,""week"":""52"",""id"":""chart""},{""time"":25588,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1707,""week"":""51"",""id"":""chart""},{""time"":36071,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1154,""week"":""52"",""id"":""chart""},{""time"":43039,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3043,""week"":""1"",""id"":""chart""}]}",complex -2023-03-12 15:53:37,2023-03-12 16:09:58,0,216.96.79.206,100,980,1,2023-03-12 16:09:58,R_3JmyzXO1vPCYFa5,,,,,31.1823,-83.7641,anonymous,EN,1,9.959,9.959,11.163,1,,,,,,,,0,0,15.014,0,75,34,50,12.804,21.187,21.881,4,59.546,92.555,105.321,5,1,1,,,,,1,-3,,,,,,57.735,57.735,58.625,1,0,0,38.807,0,3,1,2,2,3,2,"The data implies a connection or correlation between fungi-related disease and insect-related disease. It is difficult to tease the two apart in viewing the data. ",9.462,53.805,98.67,7,7,3,4,7,1,2,"The two variables are difficult to tease apart (insect and fungi). The author is ensuring that we see a connection. ",3.215,3.215,42.303,1,4,,6.75,9.008,10.881,2,2,7,3,4,1,5,6,0,0,37.161,0,7,8,9,8,5,6,9,9,,7.947,31.694,36.228,8,4,4,3,3,3,2,12.902,40.414,43.416,7,3,,10.679,12.823,15.34,2,1,1980,Georgia,7,2,1,,7,,,17,4,2,,3.801,88.704,93.809,18,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,631b94723014b047b0f8e70a,0,"{""startTime"":1678658351600,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678658450981,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678658070797,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":34109,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8679,""week"":""52"",""id"":""chart""},{""time"":42903,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4819,""week"":""1"",""id"":""chart""},{""time"":48279,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4681,""week"":""2"",""id"":""chart""},{""time"":53913,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2432,""week"":""49"",""id"":""chart""},{""time"":59542,""label"":""tour_next"",""step"":2},{""time"":72077,""label"":""tour_end"",""step"":2},{""time"":74522,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5555,""week"":""52"",""id"":""chart""},{""time"":80090,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6822,""week"":""1"",""id"":""chart""},{""time"":94421,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3415,""week"":""5"",""id"":""chart""},{""time"":98564,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5496,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678658312095,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",moderate -2023-03-12 15:56:59,2023-03-12 16:10:07,0,69.237.41.96,100,787,1,2023-03-12 16:10:07,R_33gwzKWNSdn62tX,,,,,33.8583,-84.2165,anonymous,EN,1,30.98,30.98,33.67,1,1,4,1,2.361,5.461,6.515,2,0,0,15.113,0,96,28,43,7.568,17.151,17.958,3,7.542,69.174,70.881,25,1,1,,,,,1,-3,,,,,1,16.984,16.984,24.36,1,26.89,55.54,57.296,3,5,5,5,6,6,6,,5.509,32.19,32.615,8,5,4,4,5,5,6,Its based on factual data and provides number when hovering,4.421,4.421,20.877,1,5,,8.851,12.268,14.042,4,2,7,3,4,1,5,6,0,0,26.532,0,5,10,8,7,7,7,11,10,,8.917,23.699,27.94,8,4,4,1,2,5,4,15.858,43.091,44.081,7,1,1,2.861,10.794,12.235,2,2,1984,Georgia,9,3,1,,7,,,13,4,1,julierushmore@gmail.com,2.331,160.604,164.133,44,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,60f75a701ac4cfc5c17cceb7,1,"{""startTime"":1678658521839,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678658463745,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678658309789,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":2922,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2157,""week"":""2"",""id"":""chart""},{""time"":7537,""label"":""tour_next"",""step"":5},{""time"":45081,""label"":""cleared_brush"",""using"":""Click""},{""time"":45311,""label"":""cleared_brush"",""using"":""Click""},{""time"":45495,""label"":""cleared_brush"",""using"":""Click""},{""time"":48871,""label"":""started_brush"",""startDate"":""2021-08-14"",""endDate"":""2021-11-24""},{""time"":50986,""label"":""tour_next"",""step"":5},{""time"":60053,""label"":""moved_brush"",""startDate"":""2021-04-28"",""endDate"":""2021-08-07""},{""time"":60768,""label"":""tour_next"",""step"":5},{""time"":65161,""label"":""cleared_brush"",""using"":""Click""},{""time"":67235,""label"":""tour_next"",""step"":5},{""time"":69168,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678658406073,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":24318,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1360,""week"":""51"",""id"":""chart""},{""time"":39015,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5195,""week"":""52"",""id"":""chart""},{""time"":44431,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2962,""week"":""51"",""id"":""chart""},{""time"":48293,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2267,""week"":""1"",""id"":""chart""},{""time"":51214,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1280,""week"":""2"",""id"":""chart""},{""time"":52598,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2212,""week"":""3"",""id"":""chart""}]}",complex -2023-03-12 15:55:04,2023-03-12 16:10:26,0,174.130.101.57,100,922,1,2023-03-12 16:10:27,R_1ogPU7XwxWAY2ZC,,,,,41.4318,-78.5494,anonymous,EN,1,10.631,10.631,12.32,1,1,4,2,4.48,6.694,8.738,2,1.169,12.897,15.048,3,63,77,85,5.466,14.966,16.883,4,56.709,73.099,115.727,4,1,-3,,,,,-3,-3,,,,,1,12.497,74.724,75.902,5,10.37,10.37,54.867,1,3,7,3,5,5,3,,2.702,53.835,55.331,12,5,6,5,3,5,5,"It is clear, easy to read, and the trends show what I have experienced.",1.96,1.96,40.031,1,2,,3.327,11.808,17.857,5,2,7,3,4,1,5,6,13.287,32.496,33.407,6,2,3,2,2,2,2,9,7,,8.658,46.944,49.046,9,4,2,1,2,3,4,10.892,46.612,48.091,9,2,3,6.374,18.898,20.167,4,1,1987,Pennsylvania,3,2,1,,9,,white/black/middle eastern/native,4,4,1,5c5aecc774a76f0001a25ced@email.prolific.co,4.579,98.281,100.028,18,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5c5aecc774a76f0001a25ced,1,"{""startTime"":1678658423879,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":1885},{""label"":""window_focused"",""time"":3300},{""label"":""window_blurred"",""time"":3309},{""label"":""window_focused"",""time"":3309}]}","{""startTime"":1678658479852,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678658184238,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":13416,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3302,""week"":""52"",""id"":""chart""},{""time"":18587,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1751,""week"":""14"",""id"":""chart""},{""time"":21022,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1335,""week"":""31"",""id"":""chart""},{""time"":24060,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2335,""week"":""14"",""id"":""chart""},{""time"":26962,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2803,""week"":""31"",""id"":""chart""},{""time"":31017,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3620,""week"":""32"",""id"":""chart""},{""time"":42579,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3020,""week"":""52"",""id"":""chart""},{""time"":45916,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1401,""week"":""2"",""id"":""chart""},{""time"":48135,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2185,""week"":""52"",""id"":""chart""},{""time"":51734,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3692,""week"":""52"",""id"":""chart""},{""time"":56701,""label"":""tour_next"",""step"":2},{""time"":66436,""label"":""tour_end"",""step"":2},{""time"":67722,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1600,""week"":""52"",""id"":""chart""},{""time"":78160,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2337,""week"":""52"",""id"":""chart2""},{""time"":80924,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3023,""week"":""52"",""id"":""chart2""},{""time"":86694,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6309,""week"":""52"",""id"":""chart2""},{""time"":103895,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2921,""week"":""52"",""id"":""chart""},{""time"":107429,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6073,""week"":""52"",""id"":""chart2""}]}","{""startTime"":1678658368397,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":8842},{""label"":""window_focused"",""time"":10269},{""label"":""window_blurred"",""time"":10277},{""label"":""window_focused"",""time"":10277},{""time"":19132,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1691,""week"":""52"",""id"":""chart""},{""time"":21344,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1732,""week"":""1"",""id"":""chart""},{""time"":24807,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2424,""week"":""52"",""id"":""chart2""},{""time"":29776,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2738,""week"":""52"",""id"":""chart""},{""time"":32737,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2452,""week"":""52"",""id"":""chart2""},{""time"":42973,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3861,""week"":""32"",""id"":""chart2""},{""time"":47622,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4167,""week"":""32"",""id"":""chart""}]}",simple -2023-03-12 15:57:47,2023-03-12 16:14:11,0,70.175.171.187,100,984,1,2023-03-12 16:14:12,R_1LYG0Tf4neUiy1X,,,,,35.4471,-97.5595,anonymous,EN,1,113.157,113.157,113.914,1,,,,,,,,0,0,15.111,0,50,50,50,1.134,6.12,7.515,2,1.163,116.709,118.914,43,1,1,,,,,-3,-3,,,,,-2,64.405,110.576,111.933,4,0.714,0.714,198.853,1,3,3,3,3,3,3,,8.903,16.029,17.345,8,3,3,3,3,3,3,Could be valid or invalid,2.376,3.18,20.013,2,4,,2.043,4.624,7.138,3,2,7,3,4,1,5,6,0,0,24.257,0,6,6,6,6,6,6,6,6,,2.014,6.161,8.001,8,3,3,3,3,3,3,1.273,5.099,6.034,6,2,,73.644,73.644,75.226,1,1,1974,Oklahoma,6,3,1,,3,,,15,4,1,,2.317,59.828,61.256,12,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,637d5f042e21102f772b6e30,0,"{""startTime"":1678658873507,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678658896995,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678658436802,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":2962,""label"":""tour_next"",""step"":5},{""time"":11774,""label"":""tour_back"",""step"":5},{""time"":15082,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1633,""week"":""52"",""id"":""chart""},{""time"":25740,""label"":""tour_next"",""step"":5},{""time"":30422,""label"":""tour_back"",""step"":5},{""time"":33704,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2716,""week"":""52"",""id"":""chart""},{""time"":58387,""label"":""tour_next"",""step"":5},{""time"":61778,""label"":""started_brush"",""startDate"":""2021-04-25"",""endDate"":""2021-07-18""},{""time"":62880,""label"":""moved_brush"",""startDate"":""2021-07-23"",""endDate"":""2021-10-16""},{""time"":63803,""label"":""tour_next"",""step"":5},{""time"":65231,""label"":""started_brush"",""startDate"":""2021-04-28"",""endDate"":""2021-07-22""},{""time"":66157,""label"":""started_brush"",""startDate"":""2021-08-10"",""endDate"":""2021-09-05""},{""time"":69409,""label"":""started_brush"",""startDate"":""2021-05-24"",""endDate"":""2021-09-05""},{""time"":72803,""label"":""cleared_brush"",""using"":""Click""},{""time"":77497,""label"":""cleared_brush"",""using"":""Click""},{""time"":79752,""label"":""cleared_brush"",""using"":""Click""},{""time"":80952,""label"":""cleared_brush"",""using"":""Click""},{""time"":82548,""label"":""cleared_brush"",""using"":""Click""},{""time"":85369,""label"":""cleared_brush"",""using"":""Click""},{""time"":86703,""label"":""cleared_brush"",""using"":""Click""},{""time"":89534,""label"":""tour_back"",""step"":5},{""time"":92203,""label"":""cleared_brush"",""using"":""Click""},{""time"":95027,""label"":""started_brush"",""startDate"":""2021-05-26"",""endDate"":""2021-07-01""},{""time"":96041,""label"":""tour_next"",""step"":5},{""time"":99264,""label"":""moved_brush"",""startDate"":""2021-04-18"",""endDate"":""2021-05-23""},{""time"":100017,""label"":""tour_next"",""step"":5},{""time"":105901,""label"":""moved_brush"",""startDate"":""2021-04-18"",""endDate"":""2021-05-23""},{""time"":108212,""label"":""cleared_brush"",""using"":""Click""},{""time"":108212,""label"":""cleared_brush"",""using"":""Escape""},{""time"":110873,""label"":""tour_next"",""step"":5},{""time"":115849,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678658670145,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":2821,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1185,""week"":""34"",""id"":""chart""},{""label"":""window_blurred"",""time"":24813},{""label"":""window_focused"",""time"":26447},{""label"":""window_blurred"",""time"":26453},{""label"":""window_focused"",""time"":195995}]}",complex -2023-03-12 16:06:50,2023-03-12 16:14:26,0,206.255.165.213,100,455,1,2023-03-12 16:14:27,R_22StgQgZc1UbqKU,,,,,35.2352,-90.7971,anonymous,EN,1,4.208,4.208,5.378,1,,,,,,,,0,0,15.009,0,63,78,90,3.32,7.701,8.94,3,14.541,27.402,40.725,2,1,-2,,,,,-3,-3,,,,,1,28.963,28.963,31.713,1,0,0,85.872,0,5,7,4,5,6,5,,14.793,19.1,21.801,6,3,5,4,7,5,5,"It looks high quality. ",2.347,2.347,8.829,1,3,,5.875,8.229,12.224,5,2,7,3,4,1,5,6,0,0,17,0,2,2,4,3,1,4,6,7,,3.375,14.809,16.695,8,1,2,4,5,2,1,3.047,14.232,15.064,6,7,,2.29,2.29,4.165,1,1,1987,Arkansas,6,2,1,,9,,Wynne,7,2,1,c2thaj@msn.com,1.561,38.557,47.748,13,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,584c1e1f69b36600018ff959,0,"{""startTime"":1678659047730,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678659022819,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678658850799,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":6925,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1248,""week"":""1"",""id"":""chart""},{""time"":10658,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1166,""week"":""6"",""id"":""chart""},{""time"":14533,""label"":""tour_next"",""step"":2},{""time"":20858,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1983,""week"":""52"",""id"":""chart2""},{""time"":27394,""label"":""tour_end"",""step"":2},{""time"":32901,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1411,""week"":""3"",""id"":""chart""},{""time"":34371,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1786,""week"":""4"",""id"":""chart""},{""time"":36877,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1264,""week"":""52"",""id"":""chart2""},{""time"":38354,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1071,""week"":""4"",""id"":""chart""}]}","{""startTime"":1678658936396,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":5152,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1159,""week"":""1"",""id"":""chart""},{""time"":13195,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1615,""week"":""52"",""id"":""chart""},{""time"":16009,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1084,""week"":""50"",""id"":""chart""},{""time"":41110,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1173,""week"":""1"",""id"":""chart2""},{""time"":51663,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1597,""week"":""52"",""id"":""chart2""},{""time"":63981,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1114,""week"":""4"",""id"":""chart2""},{""time"":66204,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1556,""week"":""6"",""id"":""chart2""},{""time"":68324,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1103,""week"":""52"",""id"":""chart2""}]}",simple -2023-03-12 15:56:10,2023-03-12 16:16:46,0,67.11.49.7,100,1235,1,2023-03-12 16:16:46,R_1jjqOuyOkZKsDAs,,,,,29.3959,-98.4761,anonymous,EN,1,10.438,10.438,11.237,1,1,3,1,2.022,5.806,6.729,2,0,0,15.019,0,73,32,64,6.466,18.658,19.402,4,9.179,65.997,75.64,9,-3,,,,,,1,,,,,,1,27.538,27.538,28.753,1,27.012,27.012,37.897,1,6,4,1,6,5,6,,3.971,68.997,70.47,8,4,3,2,2,4,4,"It has good data in it, but it also has problems with how clear it is.",1.48,1.48,23.39,1,4,,6.302,6.302,7.103,1,2,7,3,4,1,5,6,0,0,16.421,0,4,6,7,7,8,6,9,10,,103.194,129.786,131.962,16,4,1,3,3,3,2,6.489,165.274,165.754,15,2,3,3.048,47.287,48.29,4,1,1996,Texas,6,2,1,,4,,,11,1,2,,3.248,46.277,47.669,12,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,63615aa254cc85a51c9ab52e,1,"{""startTime"":1678658573439,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678658580912,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":13110},{""label"":""window_focused"",""time"":13853},{""label"":""window_blurred"",""time"":54696},{""label"":""window_focused"",""time"":69636},{""label"":""window_blurred"",""time"":132054},{""label"":""window_focused"",""time"":138166}]}","{""startTime"":1678658364372,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":35,""label"":""tour_started""},{""time"":8897,""label"":""tour_next"",""step"":5},{""label"":""window_blurred"",""time"":10804},{""label"":""window_focused"",""time"":19808},{""time"":20257,""label"":""cleared_brush"",""using"":""Click""},{""time"":24150,""label"":""cleared_brush"",""using"":""Click""},{""time"":25253,""label"":""cleared_brush"",""using"":""Click""},{""time"":33276,""label"":""cleared_brush"",""using"":""Click""},{""time"":37469,""label"":""cleared_brush"",""using"":""Click""},{""time"":42137,""label"":""cleared_brush"",""using"":""Click""},{""time"":42514,""label"":""cleared_brush"",""using"":""Click""},{""time"":42703,""label"":""cleared_brush"",""using"":""Click""},{""time"":43483,""label"":""cleared_brush"",""using"":""Click""},{""time"":45446,""label"":""cleared_brush"",""using"":""Click""},{""time"":51997,""label"":""started_brush"",""startDate"":""2021-05-17"",""endDate"":""2021-06-16""},{""time"":53308,""label"":""tour_next"",""step"":5},{""time"":57536,""label"":""moved_brush"",""startDate"":""2021-07-01"",""endDate"":""2021-07-30""},{""time"":58552,""label"":""tour_next"",""step"":5},{""time"":61458,""label"":""cleared_brush"",""using"":""Click""},{""time"":62498,""label"":""tour_next"",""step"":5},{""time"":65716,""label"":""tour_end"",""step"":5},{""time"":69188,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5474,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678658470523,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":4894,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1551,""week"":""52"",""id"":""chart""},{""time"":13358,""label"":""started_brush"",""startDate"":""2021-06-08"",""endDate"":""2021-06-15""},{""time"":17042,""label"":""moved_brush"",""startDate"":""2021-06-08"",""endDate"":""2021-07-16""},{""time"":24009,""label"":""moved_brush"",""startDate"":""2021-12-30"",""endDate"":""2022-02-07""},{""time"":26277,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":2079,""week"":""1"",""id"":""chart""},{""time"":30661,""label"":""moved_brush"",""startDate"":""2021-11-08"",""endDate"":""2021-12-17""},{""time"":31659,""label"":""cleared_brush"",""using"":""Click""}]}",complex -2023-03-12 15:56:26,2023-03-12 16:23:45,0,73.115.198.45,100,1638,1,2023-03-12 16:23:45,R_1Lc68PAfFdGkxod,,,,,29.7738,-95.406,anonymous,EN,1,31.908,31.908,34.505,1,,,,,,,,11.207,11.207,15.013,1,56,43,65,2.673,47.236,50.095,9,4.839,98.694,102.637,10,-2,-2,,,,,-3,-3,,,,,-2,18.719,79.997,92.518,10,3.014,25.095,34.684,7,4,4,5,5,5,4,no comments,20.778,91.193,106.108,17,4,5,5,5,5,4,because i probably feel it might be from a reputable source,14.842,14.842,111.188,1,1,no comments,15.504,27.433,41.091,4,2,7,3,4,1,5,6,34.846,34.846,60.976,1,3,6,5,8,9,8,9,10,no comments,21.778,75.825,93.496,11,2,2,4,2,3,2,36.376,81.241,83.459,12,2,,16.937,16.937,21.277,1,2,1973,Texas,6,1,1,,3,,,7,1,2,,8.838,93.711,96.89,26,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,638df16a9ac9d4b756ea24e3,0,"{""startTime"":1678658953127,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_focused"",""time"":102918},{""label"":""window_focused"",""time"":102918},{""label"":""window_blurred"",""time"":106600},{""label"":""window_focused"",""time"":108116},{""label"":""window_blurred"",""time"":108727},{""label"":""window_focused"",""time"":112306}]}","{""startTime"":1678658767094,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678658375392,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":21,""label"":""tour_started""},{""time"":25542,""label"":""tour_next"",""step"":2},{""time"":67205,""label"":""tour_back"",""step"":2},{""time"":72614,""label"":""tour_next"",""step"":2},{""time"":75022,""label"":""tour_end"",""step"":2},{""label"":""window_blurred"",""time"":122534},{""label"":""window_focused"",""time"":123294},{""label"":""window_focused"",""time"":123294},{""label"":""window_focused"",""time"":129970},{""label"":""window_focused"",""time"":143220},{""label"":""window_focused"",""time"":143220},{""label"":""window_focused"",""time"":157499},{""label"":""window_focused"",""time"":157499},{""label"":""window_focused"",""time"":176825},{""label"":""window_focused"",""time"":176825},{""label"":""window_blurred"",""time"":186788},{""label"":""window_focused"",""time"":209753}]}","{""startTime"":1678658730134,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",simple +Assume you trust the data used for the visualization. To what extent do you agree or disagree with the following statements about the visualization presented above? - I trust this visualization","Tell us a bit more about why you [QID150-ChoiceGroup-SelectedAnswers-11] with the statement ""I trust this visualization"".",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,PROLIFIC_PID,isCovidData,provenance-bar-data,provenance-bar-vis,provenance-bar-tour,provenance-bar-explore,bar-complexity +"{""ImportId"":""startDate"",""timeZone"":""America/Denver""}","{""ImportId"":""endDate"",""timeZone"":""America/Denver""}","{""ImportId"":""status""}","{""ImportId"":""ipAddress""}","{""ImportId"":""progress""}","{""ImportId"":""duration""}","{""ImportId"":""finished""}","{""ImportId"":""recordedDate"",""timeZone"":""America/Denver""}","{""ImportId"":""_recordId""}","{""ImportId"":""recipientLastName""}","{""ImportId"":""recipientFirstName""}","{""ImportId"":""recipientEmail""}","{""ImportId"":""externalDataReference""}","{""ImportId"":""locationLatitude""}","{""ImportId"":""locationLongitude""}","{""ImportId"":""distributionChannel""}","{""ImportId"":""userLanguage""}","{""ImportId"":""QID182""}","{""ImportId"":""QID189_FIRST_CLICK""}","{""ImportId"":""QID189_LAST_CLICK""}","{""ImportId"":""QID189_PAGE_SUBMIT""}","{""ImportId"":""QID189_CLICK_COUNT""}","{""ImportId"":""QID4""}","{""ImportId"":""QID5""}","{""ImportId"":""QID6""}","{""ImportId"":""QID64_FIRST_CLICK""}","{""ImportId"":""QID64_LAST_CLICK""}","{""ImportId"":""QID64_PAGE_SUBMIT""}","{""ImportId"":""QID64_CLICK_COUNT""}","{""ImportId"":""QID191_FIRST_CLICK""}","{""ImportId"":""QID191_LAST_CLICK""}","{""ImportId"":""QID191_PAGE_SUBMIT""}","{""ImportId"":""QID191_CLICK_COUNT""}","{""ImportId"":""QID228_1""}","{""ImportId"":""QID230_1""}","{""ImportId"":""QID231_1""}","{""ImportId"":""QID209_FIRST_CLICK""}","{""ImportId"":""QID209_LAST_CLICK""}","{""ImportId"":""QID209_PAGE_SUBMIT""}","{""ImportId"":""QID209_CLICK_COUNT""}","{""ImportId"":""QID188_FIRST_CLICK""}","{""ImportId"":""QID188_LAST_CLICK""}","{""ImportId"":""QID188_PAGE_SUBMIT""}","{""ImportId"":""QID188_CLICK_COUNT""}","{""ImportId"":""QID160""}","{""ImportId"":""QID161""}","{""ImportId"":""QID166_FIRST_CLICK""}","{""ImportId"":""QID166_LAST_CLICK""}","{""ImportId"":""QID166_PAGE_SUBMIT""}","{""ImportId"":""QID166_CLICK_COUNT""}","{""ImportId"":""QID167""}","{""ImportId"":""QID168""}","{""ImportId"":""QID173_FIRST_CLICK""}","{""ImportId"":""QID173_LAST_CLICK""}","{""ImportId"":""QID173_PAGE_SUBMIT""}","{""ImportId"":""QID173_CLICK_COUNT""}","{""ImportId"":""QID174""}","{""ImportId"":""QID179_FIRST_CLICK""}","{""ImportId"":""QID179_LAST_CLICK""}","{""ImportId"":""QID179_PAGE_SUBMIT""}","{""ImportId"":""QID179_CLICK_COUNT""}","{""ImportId"":""QID223_FIRST_CLICK""}","{""ImportId"":""QID223_LAST_CLICK""}","{""ImportId"":""QID223_PAGE_SUBMIT""}","{""ImportId"":""QID223_CLICK_COUNT""}","{""ImportId"":""QID101_1""}","{""ImportId"":""QID101_2""}","{""ImportId"":""QID101_3""}","{""ImportId"":""QID101_4""}","{""ImportId"":""QID101_12""}","{""ImportId"":""QID101_15""}","{""ImportId"":""QID200_TEXT""}","{""ImportId"":""QID192_FIRST_CLICK""}","{""ImportId"":""QID192_LAST_CLICK""}","{""ImportId"":""QID192_PAGE_SUBMIT""}","{""ImportId"":""QID192_CLICK_COUNT""}","{""ImportId"":""QID102_6""}","{""ImportId"":""QID102_7""}","{""ImportId"":""QID102_8""}","{""ImportId"":""QID102_9""}","{""ImportId"":""QID102_10""}","{""ImportId"":""QID102_11""}","{""ImportId"":""QID117_TEXT""}","{""ImportId"":""QID78_FIRST_CLICK""}","{""ImportId"":""QID78_LAST_CLICK""}","{""ImportId"":""QID78_PAGE_SUBMIT""}","{""ImportId"":""QID78_CLICK_COUNT""}","{""ImportId"":""QID122_2""}","{""ImportId"":""QID203_TEXT""}","{""ImportId"":""QID199_FIRST_CLICK""}","{""ImportId"":""QID199_LAST_CLICK""}","{""ImportId"":""QID199_PAGE_SUBMIT""}","{""ImportId"":""QID199_CLICK_COUNT""}","{""ImportId"":""QID36_1""}","{""ImportId"":""QID36_2""}","{""ImportId"":""QID36_3""}","{""ImportId"":""QID36_4""}","{""ImportId"":""QID36_5""}","{""ImportId"":""QID36_6""}","{""ImportId"":""QID36_7""}","{""ImportId"":""QID65_FIRST_CLICK""}","{""ImportId"":""QID65_LAST_CLICK""}","{""ImportId"":""QID65_PAGE_SUBMIT""}","{""ImportId"":""QID65_CLICK_COUNT""}","{""ImportId"":""QID38_1""}","{""ImportId"":""QID38_2""}","{""ImportId"":""QID38_3""}","{""ImportId"":""QID38_4""}","{""ImportId"":""QID38_5""}","{""ImportId"":""QID38_6""}","{""ImportId"":""QID38_7""}","{""ImportId"":""QID38_8""}","{""ImportId"":""QID204_TEXT""}","{""ImportId"":""QID72_FIRST_CLICK""}","{""ImportId"":""QID72_LAST_CLICK""}","{""ImportId"":""QID72_PAGE_SUBMIT""}","{""ImportId"":""QID72_CLICK_COUNT""}","{""ImportId"":""QID39_1""}","{""ImportId"":""QID39_2""}","{""ImportId"":""QID39_3""}","{""ImportId"":""QID39_4""}","{""ImportId"":""QID39_5""}","{""ImportId"":""QID39_6""}","{""ImportId"":""QID73_FIRST_CLICK""}","{""ImportId"":""QID73_LAST_CLICK""}","{""ImportId"":""QID73_PAGE_SUBMIT""}","{""ImportId"":""QID73_CLICK_COUNT""}","{""ImportId"":""QID11""}","{""ImportId"":""QID13""}","{""ImportId"":""QID74_FIRST_CLICK""}","{""ImportId"":""QID74_LAST_CLICK""}","{""ImportId"":""QID74_PAGE_SUBMIT""}","{""ImportId"":""QID74_CLICK_COUNT""}","{""ImportId"":""QID14""}","{""ImportId"":""QID15_TEXT""}","{""ImportId"":""QID16_1""}","{""ImportId"":""QID17""}","{""ImportId"":""QID23""}","{""ImportId"":""QID27""}","{""ImportId"":""QID27_4_TEXT""}","{""ImportId"":""QID18""}","{""ImportId"":""QID18_8_TEXT""}","{""ImportId"":""QID18_9_TEXT""}","{""ImportId"":""QID19""}","{""ImportId"":""QID20""}","{""ImportId"":""QID25""}","{""ImportId"":""QID75_FIRST_CLICK""}","{""ImportId"":""QID75_LAST_CLICK""}","{""ImportId"":""QID75_PAGE_SUBMIT""}","{""ImportId"":""QID75_CLICK_COUNT""}","{""ImportId"":""QID138_TEXT""}","{""ImportId"":""QID139_1""}","{""ImportId"":""QID139_2""}","{""ImportId"":""QID139_3""}","{""ImportId"":""QID139_4""}","{""ImportId"":""QID139_12""}","{""ImportId"":""QID139_15""}","{""ImportId"":""QID140_6""}","{""ImportId"":""QID140_7""}","{""ImportId"":""QID140_8""}","{""ImportId"":""QID140_9""}","{""ImportId"":""QID140_10""}","{""ImportId"":""QID140_11""}","{""ImportId"":""QID141_TEXT""}","{""ImportId"":""QID142_FIRST_CLICK""}","{""ImportId"":""QID142_LAST_CLICK""}","{""ImportId"":""QID142_PAGE_SUBMIT""}","{""ImportId"":""QID142_CLICK_COUNT""}","{""ImportId"":""QID143_TEXT""}","{""ImportId"":""QID144_1""}","{""ImportId"":""QID144_2""}","{""ImportId"":""QID144_3""}","{""ImportId"":""QID144_4""}","{""ImportId"":""QID144_12""}","{""ImportId"":""QID144_15""}","{""ImportId"":""QID145_6""}","{""ImportId"":""QID145_7""}","{""ImportId"":""QID145_8""}","{""ImportId"":""QID145_9""}","{""ImportId"":""QID145_10""}","{""ImportId"":""QID145_11""}","{""ImportId"":""QID146_TEXT""}","{""ImportId"":""QID147_FIRST_CLICK""}","{""ImportId"":""QID147_LAST_CLICK""}","{""ImportId"":""QID147_PAGE_SUBMIT""}","{""ImportId"":""QID147_CLICK_COUNT""}","{""ImportId"":""QID148_TEXT""}","{""ImportId"":""QID149_1""}","{""ImportId"":""QID149_2""}","{""ImportId"":""QID149_3""}","{""ImportId"":""QID149_4""}","{""ImportId"":""QID149_12""}","{""ImportId"":""QID149_15""}","{""ImportId"":""QID150_6""}","{""ImportId"":""QID150_7""}","{""ImportId"":""QID150_8""}","{""ImportId"":""QID150_9""}","{""ImportId"":""QID150_10""}","{""ImportId"":""QID150_11""}","{""ImportId"":""QID151_TEXT""}","{""ImportId"":""QID152_FIRST_CLICK""}","{""ImportId"":""QID152_LAST_CLICK""}","{""ImportId"":""QID152_PAGE_SUBMIT""}","{""ImportId"":""QID152_CLICK_COUNT""}","{""ImportId"":""PROLIFIC_PID""}","{""ImportId"":""isCovidData""}","{""ImportId"":""provenance-bar-data""}","{""ImportId"":""provenance-bar-vis""}","{""ImportId"":""provenance-bar-tour""}","{""ImportId"":""provenance-bar-explore""}","{""ImportId"":""bar-complexity""}" +2023-03-12 15:29:25,2023-03-12 15:41:08,0,67.186.178.95,100,703,1,2023-03-12 15:41:09,R_1eEOE80Y8XlTH5x,,,,,44.4537,-73.1773,anonymous,EN,1,20.214,20.214,21.207,1,,,,,,,,0,0,15.114,0,100,100,36,7.293,12.395,14.015,4,21.186,34.419,66.096,2,1,1,,,,,-3,1,,,,,1,30.471,30.471,32.642,1,18.983,18.983,43.668,1,3,1,6,6,6,6,"The visual depicts crop disease, but the questions ask about covid 19 vaccinations, which are unrelated.",8.486,39.761,90.602,8,6,6,5,7,7,6,It clearly shows me the numbers from a data set and lets me form my own opinions/conclusions from it without biasing them with additional written information.,2.468,2.468,52.875,1,4,,3.772,5.68,8.353,3,2,3,4,5,1,6,7,0,0,14.077,0,2,5,7,7,6,7,11,7,,4.387,14.238,16.638,8,4,5,2,2,5,5,8.693,23.97,25.054,6,1,,2.562,2.562,5.758,1,2,2000,Vermont,6,3,1,,7,,,4,4,2,2.021,58.671,60.701,14,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,614f39f10ed069cb9fdd8bbc,0,"{""startTime"":1678656902973,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":20512,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1311,""week"":""3"",""id"":""chart""}]}","{""startTime"":1678656822225,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678656653200,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":19,""label"":""tour_started""},{""time"":8552,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":11484,""week"":""1"",""id"":""chart""},{""time"":21174,""label"":""tour_next"",""step"":2},{""time"":23802,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1283,""week"":""1"",""id"":""chart2""},{""time"":25104,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2632,""week"":""52"",""id"":""chart2""},{""time"":34405,""label"":""tour_end"",""step"":2},{""time"":38025,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1459,""week"":""31"",""id"":""chart""},{""time"":39921,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1730,""week"":""23"",""id"":""chart""},{""time"":42737,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1198,""week"":""6"",""id"":""chart""},{""time"":47277,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1408,""week"":""6"",""id"":""chart2""},{""time"":51441,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2111,""week"":""51"",""id"":""chart2""},{""time"":54689,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2963,""week"":""27"",""id"":""chart2""},{""time"":62178,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1274,""week"":""31"",""id"":""chart""},{""time"":64318,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1033,""week"":""34"",""id"":""chart""}]}","{""startTime"":1678656777964,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":6760,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1205,""week"":""1"",""id"":""chart""},{""time"":9060,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1775,""week"":""52"",""id"":""chart2""},{""time"":11261,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4375,""week"":""52"",""id"":""chart2""},{""time"":20805,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1497,""week"":""15"",""id"":""chart2""},{""time"":31476,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7109,""week"":""22"",""id"":""chart""},{""time"":40907,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1045,""week"":""52"",""id"":""chart""}]}",simple +2023-03-12 15:36:48,2023-03-12 15:47:12,0,174.72.65.58,100,623,1,2023-03-12 15:47:12,R_2aFFd93pyK1CSvk,,,,,33.2727,-111.8278,anonymous,EN,1,9.482,9.482,10.445,1,,,,,,,,0,0,15.013,0,53,19,73,6.723,12.991,13.613,5,22.375,88.018,100.364,15,-2,1,,,,,,-3,,,,,1,31.708,31.708,57.917,1,8.727,27.414,36.208,2,3,3,3,5,5,3,,9.974,23.475,25.032,6,5,5,5,5,5,3,Unsure about the validity of the data source.,3.168,3.168,20.217,1,5,,4.848,8.349,9.841,3,2,7,3,4,1,5,6,0,0,29.495,0,2,6,2,6,2,6,10,6,,8.098,21.749,24.025,8,4,3,1,3,4,4,6.677,21.862,23.321,6,4,,3.611,3.611,6.955,1,1,1996,Arizona,6,1,1,,7,,,7,4,1,2.881,50.853,65.615,13,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,631ad5df2dfd6aff965bba6a,0,"{""startTime"":1678657300676,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678657255868,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678657059551,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":22,""label"":""tour_started""},{""time"":22369,""label"":""tour_next"",""step"":5},{""time"":37624,""label"":""started_brush"",""startDate"":""2021-09-06"",""endDate"":""2021-11-20""},{""time"":38973,""label"":""moved_brush"",""startDate"":""2021-07-27"",""endDate"":""2021-10-10""},{""time"":39687,""label"":""tour_next"",""step"":5},{""time"":48010,""label"":""started_brush"",""startDate"":""2021-05-28"",""endDate"":""2021-08-12""},{""time"":49641,""label"":""moved_brush"",""startDate"":""2021-05-28"",""endDate"":""2021-08-19""},{""time"":51326,""label"":""moved_brush"",""startDate"":""2021-05-04"",""endDate"":""2021-07-25""},{""time"":52056,""label"":""tour_next"",""step"":5},{""time"":57603,""label"":""cleared_brush"",""using"":""Click""},{""time"":57603,""label"":""cleared_brush"",""using"":""Escape""},{""time"":59056,""label"":""tour_next"",""step"":5},{""time"":61824,""label"":""tour_end"",""step"":5},{""time"":67513,""label"":""started_brush"",""startDate"":""2021-06-22"",""endDate"":""2021-09-28""},{""time"":69162,""label"":""moved_brush"",""startDate"":""2021-06-05"",""endDate"":""2021-09-11""},{""time"":75772,""label"":""cleared_brush"",""using"":""Click""},{""time"":76600,""label"":""cleared_brush"",""using"":""Click""},{""time"":76600,""label"":""cleared_brush"",""using"":""Escape""},{""time"":84101,""label"":""started_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-08-12""},{""time"":86163,""label"":""moved_brush"",""startDate"":""2021-07-27"",""endDate"":""2021-12-03""}]}","{""startTime"":1678657219035,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":5973,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1258,""week"":""52"",""id"":""chart""},{""time"":10344,""label"":""started_brush"",""startDate"":""2021-05-06"",""endDate"":""2021-09-30""},{""time"":11136,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1179,""week"":""32"",""id"":""chart""},{""time"":13888,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4745,""week"":""34"",""id"":""chart""},{""time"":22337,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2056,""week"":""33"",""id"":""chart""},{""time"":34166,""label"":""moved_brush"",""startDate"":""2021-09-13"",""endDate"":""2022-02-07""}]}",complex +2023-03-12 15:33:05,2023-03-12 15:49:15,0,108.4.148.249,100,969,1,2023-03-12 15:49:15,R_1ZF6dMA6Lwvotl7,,,,,42.789,-73.9759,anonymous,EN,1,13.737,13.737,14.549,1,1,4,2,7.263,15.49,18.399,2,0,0,15.115,0,89,88,53,11.681,21.087,23.382,4,45.445,58.655,82.614,2,1,1,,,,,-3,-3,,,,,1,38.112,38.112,39.695,1,0,0,36.818,0,5,5,5,5,5,5,"I trust the CDC data for this time sampling. However, with at home testing now, an extension of the graph to the present would underestimate all case counts.",19.848,62.012,134.468,7,5,5,5,5,5,5,"The data came from CDC data and appears easy to understand, as well as easy to compare vaccinated versus unvaccinated case rates.",2.969,2.969,66.3,1,4,,7.471,7.471,13.961,1,2,7,3,4,1,5,6,0,0,25.548,0,3,7,4,7,5,3,9,9,,11.529,35.906,49.592,12,5,5,1,1,5,5,13.999,32.999,36.326,6,2,1,5.538,13.294,20.185,2,2,1971,New York,9,1,1,,7,,,4,4,2,2.566,61.226,62.094,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5dae529fe663620012e038b6,1,"{""startTime"":1678657225070,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":45753,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1416,""week"":""6"",""id"":""chart2""}]}","{""startTime"":1678657108493,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678656877361,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":22,""label"":""tour_started""},{""time"":14055,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2785,""week"":""35"",""id"":""chart""},{""time"":25936,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":10510,""week"":""1"",""id"":""chart""},{""time"":36546,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7701,""week"":""52"",""id"":""chart""},{""time"":45437,""label"":""tour_next"",""step"":2},{""time"":48247,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2537,""week"":""52"",""id"":""chart2""},{""time"":58647,""label"":""tour_end"",""step"":2},{""time"":64941,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1369,""week"":""1"",""id"":""chart""},{""time"":67052,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3634,""week"":""1"",""id"":""chart""},{""time"":71061,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1047,""week"":""52"",""id"":""chart2""},{""time"":72182,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2451,""week"":""1"",""id"":""chart2""}]}","{""startTime"":1678657071112,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":10187,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2868,""week"":""51"",""id"":""chart""},{""time"":13095,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2432,""week"":""50"",""id"":""chart""},{""time"":15683,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2152,""week"":""51"",""id"":""chart""},{""time"":18362,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1927,""week"":""52"",""id"":""chart""},{""time"":20715,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5573,""week"":""52"",""id"":""chart2""},{""time"":29787,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1234,""week"":""6"",""id"":""chart""}]}",simple +2023-03-12 15:34:48,2023-03-12 15:50:26,0,50.93.222.58,100,938,1,2023-03-12 15:50:26,R_2dN3oSUYOKhiVEK,,,,,43.0812,-89.3845,anonymous,EN,1,2.9,2.9,3.836,1,,,,,,,,7.801,7.801,15.107,1,63,63,53,2.841,6.053,6.945,3,6.295,9.062,14.203,2,1,1,,,,,-3,-3,,,,,-3,7.105,31.607,32.967,3,0,0,88.096,0,3,3,4,4,4,4,,3.056,8.791,10.089,7,4,3,3,3,3,4,It looks fact-based and accurate,0.58,0.58,11.001,1,4,,2.518,3.653,5.139,2,2,7,3,4,1,5,6,0,0,21.496,0,6,8,6,7,5,5,7,6,,2.626,8.869,9.647,9,4,3,3,2,3,3,4.312,13.035,13.917,6,4,,2.197,2.197,2.981,1,2,1994,New York,7,2,1,,2,,,16,4,2,0.842,44.128,44.72,16,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5ded4bab1edb794081b3378e,0,"{""startTime"":1678657618624,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678657597271,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678656922562,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":42,""label"":""tour_started""},{""time"":6277,""label"":""tour_next"",""step"":2},{""time"":9044,""label"":""tour_end"",""step"":2},{""time"":10781,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2606,""week"":""1"",""id"":""chart""}]}","{""startTime"":1678657507503,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":6120,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4436,""week"":""50"",""id"":""chart""},{""time"":10788,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2957,""week"":""50"",""id"":""chart""},{""time"":14232,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1712,""week"":""50"",""id"":""chart""}]}",moderate +2023-03-12 15:41:53,2023-03-12 15:53:22,0,174.208.161.85,100,688,1,2023-03-12 15:53:22,R_2wRKDmBoHMXfocB,,,,,38.581,-121.4939,anonymous,EN,1,5.268,6.177,7.105,2,1,4,1,2.412,6.718,7.805,3,0,0,15.024,0,89,61,35,5.047,15.093,15.969,6,8.639,88.141,89.267,10,1,1,,,,,-2,-3,,,,,1,9.114,70.311,71.784,6,11.947,31.28,32.222,3,5,4,5,5,5,5,no,8.305,66.071,68.005,11,2,5,4,2,5,4,I do not see where and who collected this data?,4.42,4.42,18.316,1,6,no,6.094,8.312,10.283,3,2,7,3,4,1,5,6,7.689,14.873,15.82,2,3,3,1,2,2,2,8,7,,6.578,22.961,23.808,10,2,2,2,3,3,2,10.831,36.56,37.519,10,1,1,7.654,15.245,16.12,4,2,1993,California,6,3,1,,9,,Groveland,8,4,1,5.893,72.194,73.138,21,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5f8236cffcba88362f081b13,1,"{""startTime"":1678657616915,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678657590859,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678657376916,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":35,""label"":""tour_started""},{""time"":9240,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3392,""week"":""1"",""id"":""chart""},{""time"":14480,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2284,""week"":""6"",""id"":""chart""},{""time"":17098,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1796,""week"":""52"",""id"":""chart""},{""time"":21155,""label"":""tour_next"",""step"":2},{""time"":69101,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":12626,""week"":""1"",""id"":""chart2""},{""time"":81745,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1264,""week"":""52"",""id"":""chart2""},{""time"":86508,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678657527401,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",simple +2023-03-12 15:28:32,2023-03-12 15:54:10,0,99.8.181.16,100,1537,1,2023-03-12 15:54:10,R_3QL6f5p8ehmaRin,,,,,33.0199,-97.213,anonymous,EN,1,3.267,4.052,4.935,2,1,3,1,1.486,3.901,5.092,2,0,0,15.007,0,50,77,68,3.839,17.755,20.95,4,13.114,135.176,141.548,13,1,-3,,,,,-2,1,,,,,,59.7,62.569,68.628,2,0,0,35.346,0,4,2,3,5,6,5,,0.623,82.664,88.24,18,5,5,3,7,7,5,"I trust the data used in the visualization and that the visualization represents that data accurately. However I find the stacked bar chart to be slightly misleading, as my first instinct upon seeing it is to assume that the blue bars are in front of the orange bars instead of under them, meaning that the value of an orange bar would be measured from 0 instead of the top of the blue bar.",2.531,2.531,288.574,1,6,"I just wanted to mention that I think confounding factors may be to blame for vaccinated cases being lower than unvaccinated cases. It's not that I think the vaccine doesn't work, but my understanding and experience is that the vaccine reduces the effects of covid rather than preventing its transmission. So I don't think the visualizations presented are very useful because they seem to claim that the vaccine significantly reduces transmission, when it seems equally possible to me that vaccinated people are generally more cautious and less likely to have the cases they do catch recorded. In my opinion the visualization itself is clear, it just needs to be presented in context to be effective.",6.6,341.053,348.258,7,2,7,5,3,1,6,4,33.108,94.743,96.742,6,1,5,1,2,3,1,10,9,,4.273,36.008,38.825,21,4,3,2,2,5,4,4.686,34.402,35.268,13,1,4,1.494,34.052,34.627,13,1,2000,Texas,2,2,1,,7,,,12,4,2,3.213,53.466,54.469,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5f107aa051372032695c8e2f,1,"{""startTime"":1678656860237,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678656948972,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678656579401,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":21,""label"":""tour_started""},{""time"":13107,""label"":""tour_next"",""step"":2},{""time"":19598,""label"":""tour_end"",""step"":2},{""time"":21491,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2890,""week"":""14"",""id"":""chart""},{""time"":29050,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1318,""week"":""51"",""id"":""chart""},{""time"":31544,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2142,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678656824152,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":3729,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1989,""week"":""51"",""id"":""chart""},{""time"":5821,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1674,""week"":""50"",""id"":""chart""},{""time"":10384,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1750,""week"":""1"",""id"":""chart""},{""time"":12143,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1972,""week"":""1"",""id"":""chart""},{""time"":14527,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4743,""week"":""2"",""id"":""chart""}]}",moderate +2023-03-12 15:42:22,2023-03-12 15:55:22,0,75.21.238.218,100,780,1,2023-03-12 15:55:23,R_1Lp44LcZBdkiNMg,,,,,37.6678,-97.36,anonymous,EN,1,25.203,25.203,26.112,1,1,3,1,1.373,3.273,4.403,2,5.862,6.077,15.018,2,84,77,65,11.437,16.607,18.348,4,13.277,71.006,72.855,7,1,1,,,,,-3,-3,,,,,1,65.215,65.215,66.747,1,6.504,6.504,34.019,1,3,2,3,4,5,3,No additional thoughts or comments,10.843,33.831,42.435,9,4,4,5,2,3,3,"Because I haven't had a chance to verify the source, I'm not going to blindly trust or blindly distrust a graph like this just at face value unless I see something that is obviously wrong or out of place.",3.16,3.997,51.131,2,5,No comments,7.122,15.345,20.857,4,2,7,3,4,1,5,6,0,0,21.618,0,3,3,3,4,5,4,11,10,No additional thoughts/comments,4.441,35.757,48.702,20,3,2,4,4,2,2,6.967,26.832,27.919,8,2,1,7.815,14.123,16.532,2,1,1985,Kansas,2,2,1,,7,,,4,4,1,3.162,83.363,90.6,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5aee513f3606ab0001b92b29,1,"{""startTime"":1678657682352,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678657597404,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678657422400,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":13234,""label"":""tour_next"",""step"":5},{""time"":26881,""label"":""started_brush"",""startDate"":""2021-04-29"",""endDate"":""2021-08-02""},{""time"":29342,""label"":""tour_next"",""step"":5},{""time"":33622,""label"":""moved_brush"",""startDate"":""2021-04-12"",""endDate"":""2021-07-16""},{""time"":34827,""label"":""moved_brush"",""startDate"":""2021-05-06"",""endDate"":""2021-08-09""},{""time"":36744,""label"":""cleared_brush"",""using"":""Click""},{""time"":38616,""label"":""tour_next"",""step"":5},{""time"":43089,""label"":""cleared_brush"",""using"":""Click""},{""time"":44715,""label"":""tour_next"",""step"":5},{""time"":53713,""label"":""tour_end"",""step"":5},{""time"":65320,""label"":""started_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-05-07""},{""time"":66941,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3236,""week"":""15"",""id"":""chart""}]}","{""startTime"":1678657562812,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":23879,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1169,""week"":""52"",""id"":""chart""},{""time"":27598,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2847,""week"":""52"",""id"":""chart""}]}",complex +2023-03-12 15:44:01,2023-03-12 15:55:50,0,67.189.40.106,100,708,1,2023-03-12 15:55:50,R_3DvD4hs6RDT3zmn,,,,,44.0197,-123.1008,anonymous,EN,1,20.064,20.064,21.704,1,1,3,1,4.033,8.108,9.618,2,0,0,15.007,0,60,75,74,14.213,23.905,24.752,4,35.217,39.469,56.545,2,1,1,,,,,-3,-3,,,,,1,67.692,67.692,69.389,1,0,0,34.45,0,3,3,4,5,5,3,,6.72,22.69,24.621,7,2,5,4,4,3,3,"I do not think it is a bad visualization, but I think more details could be included. For example, to what extent are the vaccinated people vaccinated? Or how many times these people got COVID 19.",2.379,43.471,61.771,3,5,,5.589,8.735,10.277,2,2,7,3,4,1,5,6,0,0,25.608,0,3,2,4,6,5,6,11,9,,5.778,23.517,25.345,11,3,3,3,2,4,4,18.175,38.98,39.932,7,3,1,12.014,21.773,23.252,2,2,2000,Oregon,6,1,1,,7,,,3,4,1,3.186,56.074,62.532,11,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,60ff3f28c526214791f99972,1,"{""startTime"":1678657724999,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678657750110,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":26360,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2013,""week"":""1"",""id"":""chart""}]}","{""startTime"":1678657531229,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":23,""label"":""tour_started""},{""time"":16460,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1615,""week"":""52"",""id"":""chart""},{""time"":18602,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5484,""week"":""51"",""id"":""chart""},{""time"":35211,""label"":""tour_next"",""step"":2},{""time"":39462,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678657689850,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":18474,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1067,""week"":""52"",""id"":""chart""}]}",moderate +2023-03-12 15:41:54,2023-03-12 15:56:26,0,172.90.16.38,100,871,1,2023-03-12 15:56:26,R_XhPgpKN5bEMpRC1,,,,,34.0587,-118.2781,anonymous,EN,1,3.379,3.379,268.783,1,,,,,,,,0,0,15.009,0,64,56,37,5.021,7.685,10.648,3,6.487,9.985,26.893,2,1,1,,,,,1,-3,,,,,1,30.122,30.122,31.05,1,29.752,29.752,46.048,1,3,1,3,7,5,3,"stacked data makes it harder to get exact or close to exact values, but shows interesting patterns.",3.167,47.211,81.122,9,1,7,2,7,2,3,"Even if I ""trust"" the visualization as stated in the opening question, I could have a general sense in trust in that, the data may be correct but with the apprehension that something may be missing or overlooked. In that way you can technically trust and distrust the chart and still understand that there may or may not be deception involved. I'm not sure how to clearly articulate my feeling on this I think.",2.493,2.493,88.576,1,6,Depends on how much trust you are putting in them,2.014,5.536,17.083,7,2,7,3,4,1,5,6,11.381,13.141,20.584,2,1,2,1,1,2,1,11,10,,4.346,12.826,20.603,8,5,4,1,1,4,5,5.818,16.532,25.132,7,2,,2.101,2.722,4.384,2,1,1988,California,6,3,1,,9,,Los Angeles,17,4,1,1.442,46.902,48.874,35,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,54ea5b40fdf99b768609982f,0,"{""startTime"":1678657778078,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":32440},{""label"":""window_focused"",""time"":43946}]}","{""startTime"":1678657859606,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678657615604,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":6481,""label"":""tour_next"",""step"":2},{""time"":9978,""label"":""tour_end"",""step"":2},{""label"":""window_blurred"",""time"":18659},{""time"":22604,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1218,""week"":""3"",""id"":""chart""},{""label"":""window_focused"",""time"":26779}]}","{""startTime"":1678657731489,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":1620,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3358,""week"":""52"",""id"":""chart""},{""time"":5038,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1378,""week"":""51"",""id"":""chart""},{""time"":6449,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1703,""week"":""52"",""id"":""chart""},{""time"":8277,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1608,""week"":""51"",""id"":""chart""},{""time"":11213,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2752,""week"":""51"",""id"":""chart""},{""time"":14166,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1491,""week"":""42"",""id"":""chart""},{""time"":18000,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1559,""week"":""33"",""id"":""chart""},{""time"":31300,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1771,""week"":""51"",""id"":""chart""},{""time"":35527,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1256,""week"":""51"",""id"":""chart""},{""time"":38996,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1207,""week"":""52"",""id"":""chart""},{""time"":40228,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1235,""week"":""1"",""id"":""chart""},{""time"":42547,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1327,""week"":""2"",""id"":""chart""}]}",moderate +2023-03-12 15:39:07,2023-03-12 15:56:48,0,199.18.236.28,100,1060,1,2023-03-12 15:56:48,R_bp7CFloI3q7pUD7,,,,,40.9165,-81.1174,anonymous,EN,1,180.345,180.345,181.277,1,,,,,,,,0,0,15.145,0,78,63,35,4.065,8.385,9.36,3,25.313,34.38,41.938,3,1,1,,,,,1,1,,,,,1,58.686,58.686,59.767,1,26.47,26.47,37.202,1,5,1,5,4,4,4,,9.182,21.153,23.244,6,3,4,4,4,1,4,seems scientific but doesn't provide sources ,2.443,19.674,20.648,2,5,,72.553,72.553,74.622,1,2,7,3,4,1,5,6,23.71,23.71,24.133,1,4,4,3,3,3,4,11,10,,77.164,90.452,91.591,8,3,3,2,4,4,4,205.245,219.584,220.565,6,2,,1.919,1.919,3.188,1,2,2000,Ohio,2,3,1,,3,,,10,2,1,1.121,47.964,51.218,20,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,60ff712d335699ee037aa128,0,"{""startTime"":1678657530064,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678657553924,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678657367428,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":19,""label"":""tour_started""},{""label"":""window_blurred"",""time"":6613},{""label"":""window_focused"",""time"":16676},{""time"":25305,""label"":""tour_next"",""step"":2},{""time"":28094,""label"":""tour_end"",""step"":2},{""time"":30562,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2080,""week"":""2"",""id"":""chart""},{""time"":33782,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1077,""week"":""1"",""id"":""chart""},{""time"":35637,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1471,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678657492222,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":28824,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1108,""week"":""2"",""id"":""chart""}]}",moderate +2023-03-12 15:41:04,2023-03-12 15:58:17,0,142.197.64.33,100,1032,1,2023-03-12 15:58:18,R_vITiYdAaXfwjvQB,,,,,29.1383,-80.9956,anonymous,EN,1,5.329,5.329,6.81,1,,,,,,,,0,0,15.015,0,100,72,85,3.448,10.442,10.778,14,1.281,33.645,36.061,8,1,1,,,,,-3,1,,,,,1,7.091,88.152,89.401,5,0,0,96.802,0,6,1,7,2,2,6,,7.044,28.1,30.51,7,2,7,7,1,7,6,The information seems accurate,2.221,2.221,11.772,1,4,,8.572,14.601,15.868,6,2,7,3,4,1,5,6,0,0,24.101,0,4,3,8,9,2,4,10,10,,69.151,82.472,83.86,10,3,2,2,3,3,3,24.882,33.349,36.166,7,7,,1.717,1.717,2.907,1,1,2004,Florida,3,3,1,,9,,Port Orange,17,3,1,1.85,58.625,62.01,19,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5edc0583f16dff0c806bdbb6,0,"{""startTime"":1678657563308,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678657532447,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678657308233,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":22,""label"":""tour_started""},{""time"":5067,""label"":""tour_next"",""step"":5},{""time"":11365,""label"":""cleared_brush"",""using"":""Click""},{""time"":19370,""label"":""started_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-05-23""},{""time"":20152,""label"":""tour_next"",""step"":5},{""time"":25389,""label"":""moved_brush"",""startDate"":""2021-08-05"",""endDate"":""2021-09-22""},{""time"":26284,""label"":""tour_next"",""step"":5},{""time"":29654,""label"":""cleared_brush"",""using"":""Click""},{""time"":29654,""label"":""cleared_brush"",""using"":""Escape""},{""time"":31222,""label"":""tour_next"",""step"":5},{""time"":33635,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678657434748,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":3010,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1310,""week"":""49"",""id"":""chart""}]}",complex +2023-03-12 15:49:42,2023-03-12 15:58:19,0,98.207.24.36,100,517,1,2023-03-12 15:58:20,R_2Cq5dYVaedrVMem,,,,,38.6159,-122.8616,anonymous,EN,1,2.946,2.946,4,1,,,,,,,,0.144,14.464,15.006,2,89,68,41,3.097,10.281,11.602,7,8.79,18.087,29.939,2,1,1,,,,,-3,-3,,,,,1,37.566,37.566,38.675,1,0,0,79.224,0,6,1,6,5,6,5,,10.101,37.9,40.453,8,3,5,5,5,3,5,The information is easy to read and looks very trusting.,3.436,19.437,19.658,2,5,,1.84,4.256,5.038,8,2,7,3,4,1,5,6,0,0,13.149,0,2,6,5,5,3,7,8,9,,3.353,17.472,18.544,14,3,4,3,3,4,3,6.008,9.08,10.221,7,3,,1.51,1.51,3.111,1,1,1995,California,3,2,1,,7,,,4,4,2,0.778,73.382,77.384,17,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,60da243688f9aa74901ae90e,0,"{""startTime"":1678657995861,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678658036984,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678657824632,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":8779,""label"":""tour_next"",""step"":2},{""time"":18075,""label"":""tour_end"",""step"":2},{""time"":25952,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1018,""week"":""2"",""id"":""chart""}]}","{""startTime"":1678657915894,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":2555,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1652,""week"":""52"",""id"":""chart2""}]}",simple +2023-03-12 15:49:00,2023-03-12 15:58:53,0,76.128.14.124,100,593,1,2023-03-12 15:58:54,R_2zCnSOKx4cNWJN6,,,,,26.6239,-80.0948,anonymous,EN,1,2.185,2.713,3.501,2,1,2,2,1.228,3.948,4.922,2,0,0,15.115,0,78,44,49,7.524,12.893,13.794,4,22.149,27.549,42.78,2,,1,,,,,-3,-3,,,,,1,33.892,33.892,34.972,1,0,0,37.214,0,5,5,6,5,4,5,,5.23,25.886,28.041,7,5,2,3,7,2,6,"The data provided seems likely. Especially, since December was holiday season/month. I would strongly agree that most of the covid cases happened around then.",2.949,2.949,51.295,1,2,,5.662,5.662,7.421,1,2,7,3,4,1,5,6,0,0,18.875,0,1,3,2,5,1,3,10,10,,7.145,18.243,20.244,9,1,1,4,5,2,2,6.657,20.438,21.188,7,5,4,8.277,15.846,16.142,3,1,1996,Florida,5,1,4,Thai,2,,,3,4,2,3.769,57.984,62.719,22,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5b60ddcc6b25590001782ce4,1,"{""startTime"":1678658037418,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678657967709,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678657791842,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":11567,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2555,""week"":""52"",""id"":""chart""},{""time"":15651,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2118,""week"":""52"",""id"":""chart""},{""time"":17832,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1951,""week"":""1"",""id"":""chart""},{""time"":22142,""label"":""tour_next"",""step"":2},{""time"":27542,""label"":""tour_end"",""step"":2},{""time"":32437,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1120,""week"":""34"",""id"":""chart""}]}","{""startTime"":1678657930054,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":4952,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1189,""week"":""49"",""id"":""chart""},{""time"":7823,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":10498,""week"":""2"",""id"":""chart""},{""time"":18322,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2388,""week"":""2"",""id"":""chart""},{""time"":20712,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1505,""week"":""2"",""id"":""chart""},{""time"":22847,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2427,""week"":""2"",""id"":""chart""},{""time"":25463,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":10827,""week"":""2"",""id"":""chart""}]}",moderate +2023-03-12 15:47:18,2023-03-12 15:59:01,0,64.149.142.126,100,702,1,2023-03-12 15:59:01,R_2OYGGPTV3RKXBgv,,,,,35.961,-78.9291,anonymous,EN,1,18.964,18.964,20.196,1,1,3,1,1.472,3.685,4.974,2,9.987,9.987,15.114,1,65,42,75,4.12,9.175,10.852,3,7.591,61.793,64.452,9,1,1,,,,,1,-3,,,,,1,28.897,28.897,30.284,1,0,0,39.811,0,5,5,5,5,5,5,,12.871,62.873,68.102,6,5,5,5,1,5,5,It looks official,1.063,1.063,7.531,1,6,,4.568,6.183,6.894,2,2,7,3,4,1,5,6,0,0,26.712,0,3,3,5,9,1,2,4,6,,49.007,85.154,87.833,11,4,4,2,2,4,4,29.515,42.2,43.871,6,2,1,32.913,41.343,43.081,2,1,1998,North Carolina,6,1,1,,7,,,5,4,1,3.175,95.44,99.363,20,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,63d45fc0f682d52f34ce7c4b,1,"{""startTime"":1678657840940,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678657909844,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678657704328,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":58,""label"":""tour_started""},{""time"":7577,""label"":""tour_next"",""step"":5},{""time"":21752,""label"":""cleared_brush"",""using"":""Click""},{""time"":22751,""label"":""started_brush"",""startDate"":""2021-06-30"",""endDate"":""2021-10-08""},{""time"":25483,""label"":""cleared_brush"",""using"":""Click""},{""time"":26360,""label"":""tour_next"",""step"":5},{""time"":30350,""label"":""cleared_brush"",""using"":""Click""},{""time"":34952,""label"":""cleared_brush"",""using"":""Click""},{""time"":39272,""label"":""cleared_brush"",""using"":""Click""},{""time"":44523,""label"":""cleared_brush"",""using"":""Click""},{""time"":46587,""label"":""cleared_brush"",""using"":""Click""},{""time"":49176,""label"":""cleared_brush"",""using"":""Click""},{""time"":51576,""label"":""cleared_brush"",""using"":""Click""},{""time"":52650,""label"":""moved_brush"",""startDate"":""2021-04-14"",""endDate"":""2021-09-17""},{""time"":53854,""label"":""tour_next"",""step"":5},{""time"":58402,""label"":""cleared_brush"",""using"":""Click""},{""time"":58403,""label"":""cleared_brush"",""using"":""Escape""},{""time"":59615,""label"":""tour_next"",""step"":5},{""time"":61778,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678657800360,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",complex +2023-03-12 15:50:14,2023-03-12 16:00:08,0,76.144.4.125,100,594,1,2023-03-12 16:00:09,R_37xNI7QzL9F3Ych,,,,,44.5928,-123.2746,anonymous,EN,1,7.254,8.033,8.412,2,1,2,1,1.34,3.258,4.313,2,0,0,15.005,0,87,100,92,13.658,19.01,20.078,3,4.655,8.127,24.462,2,1,1,,,,,1,-3,,,,,1,15.64,15.64,17.28,1,154.475,154.475,154.821,1,4,4,4,4,4,4,,19.298,28.086,29.9,7,5,6,6,5,5,5,"professional, appealing, easy to understand, simplistic",1.306,25.747,26.806,2,2,,7.26,9.379,10.938,3,2,7,3,4,1,5,6,0,0,12.54,0,4,4,3,4,4,4,7,6,,10.981,23.892,25.578,8,3,3,2,3,3,3,7.047,26.349,26.787,7,3,2,7.826,12.726,13.657,3,2,1998,Oregon,3,2,1,,3,,,4,4,1,1.281,56.744,57.059,18,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5ebf7b17e4414a35f0ea5e1c,1,"{""startTime"":1678658099795,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678658130341,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678657872602,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":4649,""label"":""tour_next"",""step"":2},{""time"":8120,""label"":""tour_end"",""step"":2},{""time"":9659,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2734,""week"":""52"",""id"":""chart""},{""time"":12442,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1326,""week"":""1"",""id"":""chart""},{""time"":13779,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1018,""week"":""51"",""id"":""chart""},{""time"":16609,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1622,""week"":""52"",""id"":""chart2""}]}","{""startTime"":1678657944277,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":152432,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1050,""week"":""1"",""id"":""chart""}]}",simple +2023-03-12 15:51:23,2023-03-12 16:00:24,0,67.187.96.95,100,540,1,2023-03-12 16:00:24,R_ukx7av9QGsLKxLr,,,,,35.9306,-86.8788,anonymous,EN,1,18.065,20.145,22.222,3,1,2,1,5.987,7.962,9.787,2,0,0,15.114,0,50,50,50,13.463,16.768,17.93,3,0,0,1.36,0,,,,,,,,,,,,,,1.503,1.503,2.484,1,0,0,33.335,0,3,3,3,7,1,3,,7.009,22.341,37.959,8,1,1,1,1,1,1,Your system did not allow me to clearly view the data. ,2.062,2.062,25.272,1,4,,4.301,5.376,22.084,2,2,7,3,4,1,5,6,0,0,17.925,0,4,4,6,7,4,6,7,7,,4.883,19.376,24.207,11,4,4,2,3,4,4,22.024,150.512,152.323,6,4,5,5.19,10.03,11.429,2,1,1992,Tennessee,6,1,1,,7,,,8,4,2,3.464,75.75,77.631,13,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,63bdfe6a69fc4d15b3aec18d,1,,,,,moderate +2023-03-12 15:51:04,2023-03-12 16:00:44,0,65.130.188.139,100,580,1,2023-03-12 16:00:45,R_3KBYpwbqwd86sWV,,,,,40.6751,-111.8166,anonymous,EN,1,9.365,9.365,11.004,1,,,,,,,,0,0,15.016,0,68,41,63,5.138,9.974,11.294,7,10.82,57.741,58.539,18,1,1,,,,,-3,-3,,,,,1,9.45,71.645,71.973,3,9.687,20.412,35.196,4,3,1,7,2,5,4,,17.742,44.288,45.773,9,5,4,5,4,2,4,It is from Croatia ,3.072,13.571,13.861,2,2,,3.553,6.028,7.416,4,2,7,3,4,1,5,6,0,0,21.629,0,3,4,4,4,2,3,10,7,,6.302,19.444,20.274,8,4,5,1,2,4,5,9.631,24.173,24.464,7,3,,5.549,5.549,6.497,1,1,2000,Utah,5,3,1,,5,,,6,1,1,2.561,49.818,52.245,14,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5b91ca0f8a79b000013f9481,0,"{""startTime"":1678658128889,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":10566,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1425,""week"":""4"",""id"":""chart""}]}","{""startTime"":1678658080324,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678657913136,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":10812,""label"":""tour_next"",""step"":5},{""time"":23339,""label"":""cleared_brush"",""using"":""Click""},{""time"":27281,""label"":""started_brush"",""startDate"":""2021-07-12"",""endDate"":""2021-12-11""},{""time"":29361,""label"":""tour_next"",""step"":5},{""time"":34596,""label"":""started_brush"",""startDate"":""2021-05-25"",""endDate"":""2021-06-16""},{""time"":37578,""label"":""started_brush"",""startDate"":""2021-08-12"",""endDate"":""2021-12-25""},{""time"":39053,""label"":""moved_brush"",""startDate"":""2021-08-12"",""endDate"":""2021-11-13""},{""time"":39908,""label"":""tour_next"",""step"":5},{""time"":46050,""label"":""moved_brush"",""startDate"":""2021-08-12"",""endDate"":""2021-11-13""},{""time"":46857,""label"":""moved_brush"",""startDate"":""2021-08-12"",""endDate"":""2021-11-13""},{""time"":47211,""label"":""moved_brush"",""startDate"":""2021-08-12"",""endDate"":""2021-11-13""},{""time"":47367,""label"":""moved_brush"",""startDate"":""2021-08-12"",""endDate"":""2021-11-13""},{""time"":51746,""label"":""moved_brush"",""startDate"":""2021-08-12"",""endDate"":""2021-11-13""},{""time"":53419,""label"":""cleared_brush"",""using"":""Click""},{""time"":53419,""label"":""cleared_brush"",""using"":""Escape""},{""time"":54343,""label"":""tour_next"",""step"":5},{""time"":56214,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678658044545,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":6236,""label"":""cleared_brush"",""using"":""Click""},{""label"":""window_blurred"",""time"":11052},{""label"":""window_focused"",""time"":13438},{""time"":15164,""label"":""cleared_brush"",""using"":""Click""},{""time"":16627,""label"":""moved_brush"",""startDate"":""2021-10-25"",""endDate"":""2022-02-07""},{""time"":17602,""label"":""cleared_brush"",""using"":""Click""},{""time"":17602,""label"":""cleared_brush"",""using"":""Escape""},{""time"":19105,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1473,""week"":""34"",""id"":""chart""},{""time"":22227,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1302,""week"":""2"",""id"":""chart""},{""time"":30029,""label"":""started_brush"",""startDate"":""2021-10-31"",""endDate"":""2022-01-02""},{""time"":30737,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3764,""week"":""52"",""id"":""chart""}]}",complex +2023-03-12 15:52:18,2023-03-12 16:02:46,0,75.164.39.150,100,627,1,2023-03-12 16:02:46,R_2OH1rt0yKhwsT74,,,,,45.5777,-122.6795,anonymous,EN,1,13.443,13.443,14.469,1,,,,,,,,0,0,15.163,0,100,100,87,5.07,12.735,13.572,5,5.589,8.481,19.859,2,1,1,,,,,1,-3,,,,,1,18.272,18.272,19.43,1,0,0,48.727,0,6,6,6,6,6,6,,5.801,10.663,12.912,6,6,6,5,1,5,6,I don't know who would twist the data of fungi/pest infestation data to misrepresent the situation. ,3.256,41,41.43,2,5,,6.577,6.577,8.101,1,2,7,3,4,1,5,6,0,0,20.975,0,3,3,3,5,6,4,9,9,,5.05,22.844,24.259,8,3,3,2,3,3,3,29.068,59.313,60.542,6,2,,5.105,7.243,7.502,2,1,1986,Oregon,7,3,1,,7,,,9,2,2,1.378,94.343,95.262,19,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5c638b779e01830001f7127e,0,"{""startTime"":1678658132491,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678658146167,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678657997127,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":54,""label"":""tour_started""},{""time"":5571,""label"":""tour_next"",""step"":2},{""time"":8462,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678658082861,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":9551,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1263,""week"":""52"",""id"":""chart""},{""time"":11312,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2634,""week"":""52"",""id"":""chart2""},{""label"":""window_blurred"",""time"":15045},{""label"":""window_focused"",""time"":21643},{""label"":""window_blurred"",""time"":23819},{""label"":""window_focused"",""time"":26747}]}",simple +2023-03-12 15:53:36,2023-03-12 16:02:58,0,69.131.133.248,100,561,1,2023-03-12 16:02:58,R_2qkfqYgix3OvHSW,,,,,40.7279,-105.035,anonymous,EN,1,5.951,5.951,6.815,1,1,2,1,1.52,3.23,3.987,2,0,0,15.013,0,30,5,92,7.619,13.214,14.734,3,9.182,78.444,81.257,10,1,1,,,,,-3,-3,,,,,-3,36.655,36.655,38.23,1,0,0,34.73,0,5,7,5,5,5,4,,13.063,33.626,35.432,8,4,4,5,7,2,6,"This visualization is put out by the CDC, a trusted organization",3.189,3.189,23.311,1,4,,5.873,5.873,6.91,1,2,7,3,4,1,5,6,0,0,19.697,0,1,4,2,5,1,5,10,10,,3.734,17.803,19.253,8,4,4,1,2,4,3,9.363,23.988,25.132,6,2,3,8.58,15.712,17.378,2,2,1998,Colorado,6,1,1,,7,,,5,4,1,2.627,53.683,62.039,15,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5a259978f6afdd0001ef1a42,1,"{""startTime"":1678658221455,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678658257971,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678658065879,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":9176,""label"":""tour_next"",""step"":5},{""time"":15662,""label"":""tour_back"",""step"":5},{""time"":17357,""label"":""tour_next"",""step"":5},{""time"":33487,""label"":""started_brush"",""startDate"":""2021-06-01"",""endDate"":""2021-10-31""},{""time"":34345,""label"":""tour_next"",""step"":5},{""time"":42828,""label"":""cleared_brush"",""using"":""Click""},{""time"":47058,""label"":""cleared_brush"",""using"":""Click""},{""time"":48900,""label"":""cleared_brush"",""using"":""Click""},{""time"":50813,""label"":""cleared_brush"",""using"":""Click""},{""time"":51294,""label"":""cleared_brush"",""using"":""Click""},{""time"":53940,""label"":""started_brush"",""startDate"":""2021-10-02"",""endDate"":""2022-01-26""},{""time"":56917,""label"":""moved_brush"",""startDate"":""2021-07-12"",""endDate"":""2021-11-05""},{""time"":60012,""label"":""moved_brush"",""startDate"":""2021-06-29"",""endDate"":""2021-10-23""},{""time"":60603,""label"":""tour_next"",""step"":5},{""time"":63767,""label"":""cleared_brush"",""using"":""Click""},{""time"":63767,""label"":""cleared_brush"",""using"":""Escape""},{""time"":65643,""label"":""tour_next"",""step"":5},{""time"":69431,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678658186237,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":6198,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2135,""week"":""6"",""id"":""chart""},{""time"":8822,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4106,""week"":""52"",""id"":""chart""},{""time"":13824,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1870,""week"":""52"",""id"":""chart""},{""time"":16027,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1033,""week"":""51"",""id"":""chart""},{""time"":22980,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1031,""week"":""34"",""id"":""chart""}]}",complex +2023-03-12 15:51:19,2023-03-12 16:04:28,0,47.198.218.226,100,788,1,2023-03-12 16:04:29,R_2nuzFwEaYJAx5IJ,,,,,27.9455,-82.4598,anonymous,EN,1,6.214,6.214,10.811,1,1,4,1,3.533,4.642,6.124,2,0,0,15.011,0,85,84,50,10.764,19.33,21.461,3,32.034,44.423,46.601,2,1,1,,,,,,,,,,,1,29.505,29.505,31.325,1,0,0,45.907,0,3,3,4,5,5,4,I know that the data isn't 100% accurate because of lack of reporting positive covid cases. I can only trust the trend.,15.938,69.188,159.911,8,2,5,5,1,5,5,I believe that the graph shows the data it reports to have.,3.427,3.427,41.244,1,4,,8.143,9.596,11.782,2,2,7,3,4,1,5,6,0,0,21.132,0,1,6,6,7,4,6,9,9,,7.07,20.134,26.483,8,1,1,1,1,1,1,11.353,37.86,39.028,6,4,4,5.75,19.046,21.278,2,2,1982,Florida,6,2,1,,9,,Tampa,12,4,1,3.803,60.598,62.111,15,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5dd32e9deab0423455e0358f,1,"{""startTime"":1678658238520,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":62284,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3574,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678658132475,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678657945590,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":8608,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1616,""week"":""2"",""id"":""chart""},{""time"":10541,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4300,""week"":""6"",""id"":""chart""},{""time"":14875,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3499,""week"":""5"",""id"":""chart""},{""time"":20908,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8066,""week"":""52"",""id"":""chart""},{""time"":32031,""label"":""tour_next"",""step"":2},{""time"":36790,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3650,""week"":""51"",""id"":""chart2""},{""time"":40474,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1901,""week"":""52"",""id"":""chart2""},{""time"":44419,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678658086128,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":13547,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1921,""week"":""51"",""id"":""chart2""},{""time"":29601,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1934,""week"":""6"",""id"":""chart2""}]}",simple +2023-03-12 15:56:31,2023-03-12 16:05:16,0,174.31.125.240,100,525,1,2023-03-12 16:05:17,R_1IGYIDGhwnWpHR8,,,,,47.6987,-117.4397,anonymous,EN,1,9.476,9.476,10.292,1,1,2,2,1.871,4.966,5.885,4,0,0,15.007,0,93,94,69,6.071,14.228,15.505,4,31.087,41.68,42.123,3,-2,1,,,,,1,1,,,,,-3,19.959,19.959,23.289,1,0,0,38.861,0,5,7,5,5,5,5,,11.306,26.882,28.882,7,5,5,4,3,3,5,"Nothing about it jumped out to me to say that this in untrustworthy, so I agreed with it",4.493,4.493,31.018,1,4,,7.731,7.731,9.828,1,2,7,3,4,1,5,6,0,0,16.115,0,3,6,4,7,5,2,10,10,,4.243,28.379,32.067,8,2,2,2,4,3,4,11.19,41.158,42.691,6,2,3,3.128,13.25,15.315,3,1,2001,Washington,3,3,1,,7,,,2,4,2,1.879,62.366,64.865,11,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5aeb9f6f23e2ca0001974ab0,1,"{""startTime"":1678658445151,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678658390746,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678658257061,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":8141,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1026,""week"":""51"",""id"":""chart""},{""time"":10652,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3997,""week"":""1"",""id"":""chart""},{""time"":14669,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2281,""week"":""52"",""id"":""chart""},{""time"":17002,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3047,""week"":""51"",""id"":""chart""},{""time"":21520,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2380,""week"":""52"",""id"":""chart""},{""time"":24134,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1432,""week"":""1"",""id"":""chart""},{""time"":31082,""label"":""tour_next"",""step"":2},{""time"":35012,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678658351182,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":22608,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1152,""week"":""3"",""id"":""chart""},{""time"":24062,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3096,""week"":""6"",""id"":""chart""},{""time"":32142,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2951,""week"":""23"",""id"":""chart""}]}",moderate +2023-03-12 15:35:34,2023-03-12 16:06:14,0,16.98.99.140,100,1840,1,2023-03-12 16:06:15,R_3oSgaSDnM4lTwzc,,,,,35.3288,-118.9748,anonymous,EN,1,153.648,153.648,154.856,1,1,3,1,2.941,23.006,24.403,4,0,0,15.112,0,100,100,65,14.286,20.317,22.035,4,26.922,164.232,176.154,21,1,1,,,,,-3,-3,,,,,1,100.567,104.796,106.833,2,16.118,49.5,54.624,3,6,4,6,6,6,5,"The only reason why slightly agree was chose for the ""...sufficiently describes..."" question is because I am not sure where the data is from, like what state or county or what have you; that being said I do intrust that it is accurate for the area of which it represents but not for the state of the world/ united states as a whole. ",20.948,354.931,367.392,25,4,6,6,5,5,6,"The data is sourced to the cdc , the assumption is if the data is published it has been peer reviewed, ""I"" as a normal person can not be expected to cross-reference the every bit of data/ visualization that is presented; especially when it is sourced ",4.049,165.372,168.09,9,5,,12.974,15.089,46.617,2,2,7,3,4,1,5,6,0,0,42.181,0,6,4,5,4,7,7,9,9,,13.594,29.782,32.133,9,4,2,2,2,4,3,27.421,54.433,55.613,6,4,3,22.045,44.627,46.391,3,1,1996,California,3,2,1,,9,,white and hispanic/latino,3,3,2,6.531,137.568,138.882,19,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5f056b73a43ac686571f41ad,1,"{""startTime"":1678657514210,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":239598},{""label"":""window_focused"",""time"":248127},{""label"":""window_blurred"",""time"":336854},{""label"":""window_focused"",""time"":339693}]}","{""startTime"":1678657882656,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678657175303,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":26919,""label"":""tour_next"",""step"":5},{""time"":51716,""label"":""cleared_brush"",""using"":""Click""},{""time"":52082,""label"":""cleared_brush"",""using"":""Click""},{""time"":55727,""label"":""moved_brush"",""startDate"":""2021-08-29"",""endDate"":""2022-02-07""},{""time"":58061,""label"":""moved_brush"",""startDate"":""2021-11-22"",""endDate"":""2022-02-07""},{""time"":63673,""label"":""cleared_brush"",""using"":""Click""},{""time"":65514,""label"":""cleared_brush"",""using"":""Click""},{""time"":69473,""label"":""cleared_brush"",""using"":""Click""},{""time"":70501,""label"":""cleared_brush"",""using"":""Click""},{""time"":71214,""label"":""cleared_brush"",""using"":""Click""},{""time"":71573,""label"":""cleared_brush"",""using"":""Click""},{""time"":72155,""label"":""cleared_brush"",""using"":""Click""},{""time"":79201,""label"":""cleared_brush"",""using"":""Click""},{""time"":80040,""label"":""cleared_brush"",""using"":""Click""},{""time"":80990,""label"":""cleared_brush"",""using"":""Click""},{""time"":82743,""label"":""cleared_brush"",""using"":""Click""},{""time"":88858,""label"":""cleared_brush"",""using"":""Click""},{""time"":89112,""label"":""cleared_brush"",""using"":""Click""},{""time"":89343,""label"":""moved_brush"",""startDate"":""2021-07-16"",""endDate"":""2021-07-21""},{""time"":89560,""label"":""moved_brush"",""startDate"":""2021-07-16"",""endDate"":""2021-07-21""},{""time"":90298,""label"":""moved_brush"",""startDate"":""2021-07-16"",""endDate"":""2021-10-02""},{""time"":90638,""label"":""moved_brush"",""startDate"":""2021-07-16"",""endDate"":""2021-10-02""},{""time"":90852,""label"":""moved_brush"",""startDate"":""2021-07-15"",""endDate"":""2021-10-01""},{""time"":91045,""label"":""moved_brush"",""startDate"":""2021-07-15"",""endDate"":""2021-10-01""},{""time"":96820,""label"":""moved_brush"",""startDate"":""2021-11-21"",""endDate"":""2022-02-07""},{""time"":98916,""label"":""started_brush"",""startDate"":""2021-06-17"",""endDate"":""2021-08-28""},{""time"":101449,""label"":""tour_next"",""step"":5},{""time"":115323,""label"":""moved_brush"",""startDate"":""2021-06-17"",""endDate"":""2021-11-28""},{""time"":116057,""label"":""moved_brush"",""startDate"":""2021-06-17"",""endDate"":""2021-11-27""},{""time"":116941,""label"":""tour_next"",""step"":5},{""time"":132372,""label"":""moved_brush"",""startDate"":""2021-06-20"",""endDate"":""2021-11-30""},{""time"":132560,""label"":""moved_brush"",""startDate"":""2021-06-21"",""endDate"":""2021-12-01""},{""time"":134602,""label"":""moved_brush"",""startDate"":""2021-06-21"",""endDate"":""2021-12-01""},{""time"":134760,""label"":""moved_brush"",""startDate"":""2021-06-21"",""endDate"":""2021-12-01""},{""time"":135424,""label"":""moved_brush"",""startDate"":""2021-06-21"",""endDate"":""2021-12-01""},{""time"":135673,""label"":""moved_brush"",""startDate"":""2021-06-19"",""endDate"":""2021-11-29""},{""time"":136464,""label"":""cleared_brush"",""using"":""Click""},{""time"":136672,""label"":""cleared_brush"",""using"":""Click""},{""time"":137049,""label"":""cleared_brush"",""using"":""Click""},{""time"":137742,""label"":""cleared_brush"",""using"":""Click""},{""time"":137915,""label"":""cleared_brush"",""using"":""Click""},{""time"":138502,""label"":""tour_next"",""step"":5},{""time"":145671,""label"":""tour_end"",""step"":5},{""time"":153846,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1315,""week"":""52"",""id"":""chart""},{""time"":160198,""label"":""moved_brush"",""startDate"":""2021-10-08"",""endDate"":""2022-02-07""},{""time"":162623,""label"":""moved_brush"",""startDate"":""2021-10-08"",""endDate"":""2022-02-07""},{""time"":163274,""label"":""cleared_brush"",""using"":""Click""},{""time"":163446,""label"":""cleared_brush"",""using"":""Click""}]}","{""startTime"":1678657459154,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":1972,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5209,""week"":""52"",""id"":""chart""},{""time"":16693,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3967,""week"":""52"",""id"":""chart""},{""time"":21830,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2834,""week"":""52"",""id"":""chart""},{""time"":25588,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1707,""week"":""51"",""id"":""chart""},{""time"":36071,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1154,""week"":""52"",""id"":""chart""},{""time"":43039,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3043,""week"":""1"",""id"":""chart""}]}",complex +2023-03-12 15:53:37,2023-03-12 16:09:58,0,216.96.79.206,100,980,1,2023-03-12 16:09:58,R_3JmyzXO1vPCYFa5,,,,,31.1823,-83.7641,anonymous,EN,1,9.959,9.959,11.163,1,,,,,,,,0,0,15.014,0,75,34,50,12.804,21.187,21.881,4,59.546,92.555,105.321,5,1,1,,,,,1,-3,,,,,,57.735,57.735,58.625,1,0,0,38.807,0,3,1,2,2,3,2,The data implies a connection or correlation between fungi-related disease and insect-related disease. It is difficult to tease the two apart in viewing the data. ,9.462,53.805,98.67,7,7,3,4,7,1,2,The two variables are difficult to tease apart (insect and fungi). The author is ensuring that we see a connection. ,3.215,3.215,42.303,1,4,,6.75,9.008,10.881,2,2,7,3,4,1,5,6,0,0,37.161,0,7,8,9,8,5,6,9,9,,7.947,31.694,36.228,8,4,4,3,3,3,2,12.902,40.414,43.416,7,3,,10.679,12.823,15.34,2,1,1980,Georgia,7,2,1,,7,,,17,4,2,3.801,88.704,93.809,18,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,631b94723014b047b0f8e70a,0,"{""startTime"":1678658351600,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678658450981,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678658070797,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":34109,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8679,""week"":""52"",""id"":""chart""},{""time"":42903,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4819,""week"":""1"",""id"":""chart""},{""time"":48279,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4681,""week"":""2"",""id"":""chart""},{""time"":53913,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2432,""week"":""49"",""id"":""chart""},{""time"":59542,""label"":""tour_next"",""step"":2},{""time"":72077,""label"":""tour_end"",""step"":2},{""time"":74522,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5555,""week"":""52"",""id"":""chart""},{""time"":80090,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6822,""week"":""1"",""id"":""chart""},{""time"":94421,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3415,""week"":""5"",""id"":""chart""},{""time"":98564,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5496,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678658312095,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",moderate +2023-03-12 15:56:59,2023-03-12 16:10:07,0,69.237.41.96,100,787,1,2023-03-12 16:10:07,R_33gwzKWNSdn62tX,,,,,33.8583,-84.2165,anonymous,EN,1,30.98,30.98,33.67,1,1,4,1,2.361,5.461,6.515,2,0,0,15.113,0,96,28,43,7.568,17.151,17.958,3,7.542,69.174,70.881,25,1,1,,,,,1,-3,,,,,1,16.984,16.984,24.36,1,26.89,55.54,57.296,3,5,5,5,6,6,6,,5.509,32.19,32.615,8,5,4,4,5,5,6,Its based on factual data and provides number when hovering,4.421,4.421,20.877,1,5,,8.851,12.268,14.042,4,2,7,3,4,1,5,6,0,0,26.532,0,5,10,8,7,7,7,11,10,,8.917,23.699,27.94,8,4,4,1,2,5,4,15.858,43.091,44.081,7,1,1,2.861,10.794,12.235,2,2,1984,Georgia,9,3,1,,7,,,13,4,1,2.331,160.604,164.133,44,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,60f75a701ac4cfc5c17cceb7,1,"{""startTime"":1678658521839,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678658463745,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678658309789,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":2922,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2157,""week"":""2"",""id"":""chart""},{""time"":7537,""label"":""tour_next"",""step"":5},{""time"":45081,""label"":""cleared_brush"",""using"":""Click""},{""time"":45311,""label"":""cleared_brush"",""using"":""Click""},{""time"":45495,""label"":""cleared_brush"",""using"":""Click""},{""time"":48871,""label"":""started_brush"",""startDate"":""2021-08-14"",""endDate"":""2021-11-24""},{""time"":50986,""label"":""tour_next"",""step"":5},{""time"":60053,""label"":""moved_brush"",""startDate"":""2021-04-28"",""endDate"":""2021-08-07""},{""time"":60768,""label"":""tour_next"",""step"":5},{""time"":65161,""label"":""cleared_brush"",""using"":""Click""},{""time"":67235,""label"":""tour_next"",""step"":5},{""time"":69168,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678658406073,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":24318,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1360,""week"":""51"",""id"":""chart""},{""time"":39015,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5195,""week"":""52"",""id"":""chart""},{""time"":44431,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2962,""week"":""51"",""id"":""chart""},{""time"":48293,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2267,""week"":""1"",""id"":""chart""},{""time"":51214,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1280,""week"":""2"",""id"":""chart""},{""time"":52598,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2212,""week"":""3"",""id"":""chart""}]}",complex +2023-03-12 15:55:04,2023-03-12 16:10:26,0,174.130.101.57,100,922,1,2023-03-12 16:10:27,R_1ogPU7XwxWAY2ZC,,,,,41.4318,-78.5494,anonymous,EN,1,10.631,10.631,12.32,1,1,4,2,4.48,6.694,8.738,2,1.169,12.897,15.048,3,63,77,85,5.466,14.966,16.883,4,56.709,73.099,115.727,4,1,-3,,,,,-3,-3,,,,,1,12.497,74.724,75.902,5,10.37,10.37,54.867,1,3,7,3,5,5,3,,2.702,53.835,55.331,12,5,6,5,3,5,5,"It is clear, easy to read, and the trends show what I have experienced.",1.96,1.96,40.031,1,2,,3.327,11.808,17.857,5,2,7,3,4,1,5,6,13.287,32.496,33.407,6,2,3,2,2,2,2,9,7,,8.658,46.944,49.046,9,4,2,1,2,3,4,10.892,46.612,48.091,9,2,3,6.374,18.898,20.167,4,1,1987,Pennsylvania,3,2,1,,9,,white/black/middle eastern/native,4,4,1,4.579,98.281,100.028,18,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5c5aecc774a76f0001a25ced,1,"{""startTime"":1678658423879,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":1885},{""label"":""window_focused"",""time"":3300},{""label"":""window_blurred"",""time"":3309},{""label"":""window_focused"",""time"":3309}]}","{""startTime"":1678658479852,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678658184238,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":13416,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3302,""week"":""52"",""id"":""chart""},{""time"":18587,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1751,""week"":""14"",""id"":""chart""},{""time"":21022,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1335,""week"":""31"",""id"":""chart""},{""time"":24060,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2335,""week"":""14"",""id"":""chart""},{""time"":26962,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2803,""week"":""31"",""id"":""chart""},{""time"":31017,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3620,""week"":""32"",""id"":""chart""},{""time"":42579,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3020,""week"":""52"",""id"":""chart""},{""time"":45916,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1401,""week"":""2"",""id"":""chart""},{""time"":48135,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2185,""week"":""52"",""id"":""chart""},{""time"":51734,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3692,""week"":""52"",""id"":""chart""},{""time"":56701,""label"":""tour_next"",""step"":2},{""time"":66436,""label"":""tour_end"",""step"":2},{""time"":67722,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1600,""week"":""52"",""id"":""chart""},{""time"":78160,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2337,""week"":""52"",""id"":""chart2""},{""time"":80924,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3023,""week"":""52"",""id"":""chart2""},{""time"":86694,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6309,""week"":""52"",""id"":""chart2""},{""time"":103895,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2921,""week"":""52"",""id"":""chart""},{""time"":107429,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6073,""week"":""52"",""id"":""chart2""}]}","{""startTime"":1678658368397,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":8842},{""label"":""window_focused"",""time"":10269},{""label"":""window_blurred"",""time"":10277},{""label"":""window_focused"",""time"":10277},{""time"":19132,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1691,""week"":""52"",""id"":""chart""},{""time"":21344,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1732,""week"":""1"",""id"":""chart""},{""time"":24807,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2424,""week"":""52"",""id"":""chart2""},{""time"":29776,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2738,""week"":""52"",""id"":""chart""},{""time"":32737,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2452,""week"":""52"",""id"":""chart2""},{""time"":42973,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3861,""week"":""32"",""id"":""chart2""},{""time"":47622,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4167,""week"":""32"",""id"":""chart""}]}",simple +2023-03-12 15:57:47,2023-03-12 16:14:11,0,70.175.171.187,100,984,1,2023-03-12 16:14:12,R_1LYG0Tf4neUiy1X,,,,,35.4471,-97.5595,anonymous,EN,1,113.157,113.157,113.914,1,,,,,,,,0,0,15.111,0,50,50,50,1.134,6.12,7.515,2,1.163,116.709,118.914,43,1,1,,,,,-3,-3,,,,,-2,64.405,110.576,111.933,4,0.714,0.714,198.853,1,3,3,3,3,3,3,,8.903,16.029,17.345,8,3,3,3,3,3,3,Could be valid or invalid,2.376,3.18,20.013,2,4,,2.043,4.624,7.138,3,2,7,3,4,1,5,6,0,0,24.257,0,6,6,6,6,6,6,6,6,,2.014,6.161,8.001,8,3,3,3,3,3,3,1.273,5.099,6.034,6,2,,73.644,73.644,75.226,1,1,1974,Oklahoma,6,3,1,,3,,,15,4,1,2.317,59.828,61.256,12,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,637d5f042e21102f772b6e30,0,"{""startTime"":1678658873507,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678658896995,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678658436802,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":2962,""label"":""tour_next"",""step"":5},{""time"":11774,""label"":""tour_back"",""step"":5},{""time"":15082,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1633,""week"":""52"",""id"":""chart""},{""time"":25740,""label"":""tour_next"",""step"":5},{""time"":30422,""label"":""tour_back"",""step"":5},{""time"":33704,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2716,""week"":""52"",""id"":""chart""},{""time"":58387,""label"":""tour_next"",""step"":5},{""time"":61778,""label"":""started_brush"",""startDate"":""2021-04-25"",""endDate"":""2021-07-18""},{""time"":62880,""label"":""moved_brush"",""startDate"":""2021-07-23"",""endDate"":""2021-10-16""},{""time"":63803,""label"":""tour_next"",""step"":5},{""time"":65231,""label"":""started_brush"",""startDate"":""2021-04-28"",""endDate"":""2021-07-22""},{""time"":66157,""label"":""started_brush"",""startDate"":""2021-08-10"",""endDate"":""2021-09-05""},{""time"":69409,""label"":""started_brush"",""startDate"":""2021-05-24"",""endDate"":""2021-09-05""},{""time"":72803,""label"":""cleared_brush"",""using"":""Click""},{""time"":77497,""label"":""cleared_brush"",""using"":""Click""},{""time"":79752,""label"":""cleared_brush"",""using"":""Click""},{""time"":80952,""label"":""cleared_brush"",""using"":""Click""},{""time"":82548,""label"":""cleared_brush"",""using"":""Click""},{""time"":85369,""label"":""cleared_brush"",""using"":""Click""},{""time"":86703,""label"":""cleared_brush"",""using"":""Click""},{""time"":89534,""label"":""tour_back"",""step"":5},{""time"":92203,""label"":""cleared_brush"",""using"":""Click""},{""time"":95027,""label"":""started_brush"",""startDate"":""2021-05-26"",""endDate"":""2021-07-01""},{""time"":96041,""label"":""tour_next"",""step"":5},{""time"":99264,""label"":""moved_brush"",""startDate"":""2021-04-18"",""endDate"":""2021-05-23""},{""time"":100017,""label"":""tour_next"",""step"":5},{""time"":105901,""label"":""moved_brush"",""startDate"":""2021-04-18"",""endDate"":""2021-05-23""},{""time"":108212,""label"":""cleared_brush"",""using"":""Click""},{""time"":108212,""label"":""cleared_brush"",""using"":""Escape""},{""time"":110873,""label"":""tour_next"",""step"":5},{""time"":115849,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678658670145,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":2821,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1185,""week"":""34"",""id"":""chart""},{""label"":""window_blurred"",""time"":24813},{""label"":""window_focused"",""time"":26447},{""label"":""window_blurred"",""time"":26453},{""label"":""window_focused"",""time"":195995}]}",complex +2023-03-12 16:06:50,2023-03-12 16:14:26,0,206.255.165.213,100,455,1,2023-03-12 16:14:27,R_22StgQgZc1UbqKU,,,,,35.2352,-90.7971,anonymous,EN,1,4.208,4.208,5.378,1,,,,,,,,0,0,15.009,0,63,78,90,3.32,7.701,8.94,3,14.541,27.402,40.725,2,1,-2,,,,,-3,-3,,,,,1,28.963,28.963,31.713,1,0,0,85.872,0,5,7,4,5,6,5,,14.793,19.1,21.801,6,3,5,4,7,5,5,It looks high quality. ,2.347,2.347,8.829,1,3,,5.875,8.229,12.224,5,2,7,3,4,1,5,6,0,0,17,0,2,2,4,3,1,4,6,7,,3.375,14.809,16.695,8,1,2,4,5,2,1,3.047,14.232,15.064,6,7,,2.29,2.29,4.165,1,1,1987,Arkansas,6,2,1,,9,,Wynne,7,2,1,1.561,38.557,47.748,13,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,584c1e1f69b36600018ff959,0,"{""startTime"":1678659047730,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678659022819,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678658850799,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":6925,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1248,""week"":""1"",""id"":""chart""},{""time"":10658,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1166,""week"":""6"",""id"":""chart""},{""time"":14533,""label"":""tour_next"",""step"":2},{""time"":20858,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1983,""week"":""52"",""id"":""chart2""},{""time"":27394,""label"":""tour_end"",""step"":2},{""time"":32901,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1411,""week"":""3"",""id"":""chart""},{""time"":34371,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1786,""week"":""4"",""id"":""chart""},{""time"":36877,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1264,""week"":""52"",""id"":""chart2""},{""time"":38354,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1071,""week"":""4"",""id"":""chart""}]}","{""startTime"":1678658936396,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":5152,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1159,""week"":""1"",""id"":""chart""},{""time"":13195,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1615,""week"":""52"",""id"":""chart""},{""time"":16009,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1084,""week"":""50"",""id"":""chart""},{""time"":41110,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1173,""week"":""1"",""id"":""chart2""},{""time"":51663,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1597,""week"":""52"",""id"":""chart2""},{""time"":63981,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1114,""week"":""4"",""id"":""chart2""},{""time"":66204,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1556,""week"":""6"",""id"":""chart2""},{""time"":68324,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1103,""week"":""52"",""id"":""chart2""}]}",simple +2023-03-12 15:56:10,2023-03-12 16:16:46,0,67.11.49.7,100,1235,1,2023-03-12 16:16:46,R_1jjqOuyOkZKsDAs,,,,,29.3959,-98.4761,anonymous,EN,1,10.438,10.438,11.237,1,1,3,1,2.022,5.806,6.729,2,0,0,15.019,0,73,32,64,6.466,18.658,19.402,4,9.179,65.997,75.64,9,-3,,,,,,1,,,,,,1,27.538,27.538,28.753,1,27.012,27.012,37.897,1,6,4,1,6,5,6,,3.971,68.997,70.47,8,4,3,2,2,4,4,"It has good data in it, but it also has problems with how clear it is.",1.48,1.48,23.39,1,4,,6.302,6.302,7.103,1,2,7,3,4,1,5,6,0,0,16.421,0,4,6,7,7,8,6,9,10,,103.194,129.786,131.962,16,4,1,3,3,3,2,6.489,165.274,165.754,15,2,3,3.048,47.287,48.29,4,1,1996,Texas,6,2,1,,4,,,11,1,2,3.248,46.277,47.669,12,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,63615aa254cc85a51c9ab52e,1,"{""startTime"":1678658573439,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678658580912,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":13110},{""label"":""window_focused"",""time"":13853},{""label"":""window_blurred"",""time"":54696},{""label"":""window_focused"",""time"":69636},{""label"":""window_blurred"",""time"":132054},{""label"":""window_focused"",""time"":138166}]}","{""startTime"":1678658364372,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":35,""label"":""tour_started""},{""time"":8897,""label"":""tour_next"",""step"":5},{""label"":""window_blurred"",""time"":10804},{""label"":""window_focused"",""time"":19808},{""time"":20257,""label"":""cleared_brush"",""using"":""Click""},{""time"":24150,""label"":""cleared_brush"",""using"":""Click""},{""time"":25253,""label"":""cleared_brush"",""using"":""Click""},{""time"":33276,""label"":""cleared_brush"",""using"":""Click""},{""time"":37469,""label"":""cleared_brush"",""using"":""Click""},{""time"":42137,""label"":""cleared_brush"",""using"":""Click""},{""time"":42514,""label"":""cleared_brush"",""using"":""Click""},{""time"":42703,""label"":""cleared_brush"",""using"":""Click""},{""time"":43483,""label"":""cleared_brush"",""using"":""Click""},{""time"":45446,""label"":""cleared_brush"",""using"":""Click""},{""time"":51997,""label"":""started_brush"",""startDate"":""2021-05-17"",""endDate"":""2021-06-16""},{""time"":53308,""label"":""tour_next"",""step"":5},{""time"":57536,""label"":""moved_brush"",""startDate"":""2021-07-01"",""endDate"":""2021-07-30""},{""time"":58552,""label"":""tour_next"",""step"":5},{""time"":61458,""label"":""cleared_brush"",""using"":""Click""},{""time"":62498,""label"":""tour_next"",""step"":5},{""time"":65716,""label"":""tour_end"",""step"":5},{""time"":69188,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5474,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678658470523,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":4894,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1551,""week"":""52"",""id"":""chart""},{""time"":13358,""label"":""started_brush"",""startDate"":""2021-06-08"",""endDate"":""2021-06-15""},{""time"":17042,""label"":""moved_brush"",""startDate"":""2021-06-08"",""endDate"":""2021-07-16""},{""time"":24009,""label"":""moved_brush"",""startDate"":""2021-12-30"",""endDate"":""2022-02-07""},{""time"":26277,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":2079,""week"":""1"",""id"":""chart""},{""time"":30661,""label"":""moved_brush"",""startDate"":""2021-11-08"",""endDate"":""2021-12-17""},{""time"":31659,""label"":""cleared_brush"",""using"":""Click""}]}",complex +2023-03-12 15:56:26,2023-03-12 16:23:45,0,73.115.198.45,100,1638,1,2023-03-12 16:23:45,R_1Lc68PAfFdGkxod,,,,,29.7738,-95.406,anonymous,EN,1,31.908,31.908,34.505,1,,,,,,,,11.207,11.207,15.013,1,56,43,65,2.673,47.236,50.095,9,4.839,98.694,102.637,10,-2,-2,,,,,-3,-3,,,,,-2,18.719,79.997,92.518,10,3.014,25.095,34.684,7,4,4,5,5,5,4,no comments,20.778,91.193,106.108,17,4,5,5,5,5,4,because i probably feel it might be from a reputable source,14.842,14.842,111.188,1,1,no comments,15.504,27.433,41.091,4,2,7,3,4,1,5,6,34.846,34.846,60.976,1,3,6,5,8,9,8,9,10,no comments,21.778,75.825,93.496,11,2,2,4,2,3,2,36.376,81.241,83.459,12,2,,16.937,16.937,21.277,1,2,1973,Texas,6,1,1,,3,,,7,1,2,8.838,93.711,96.89,26,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,638df16a9ac9d4b756ea24e3,0,"{""startTime"":1678658953127,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_focused"",""time"":102918},{""label"":""window_focused"",""time"":102918},{""label"":""window_blurred"",""time"":106600},{""label"":""window_focused"",""time"":108116},{""label"":""window_blurred"",""time"":108727},{""label"":""window_focused"",""time"":112306}]}","{""startTime"":1678658767094,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678658375392,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":21,""label"":""tour_started""},{""time"":25542,""label"":""tour_next"",""step"":2},{""time"":67205,""label"":""tour_back"",""step"":2},{""time"":72614,""label"":""tour_next"",""step"":2},{""time"":75022,""label"":""tour_end"",""step"":2},{""label"":""window_blurred"",""time"":122534},{""label"":""window_focused"",""time"":123294},{""label"":""window_focused"",""time"":123294},{""label"":""window_focused"",""time"":129970},{""label"":""window_focused"",""time"":143220},{""label"":""window_focused"",""time"":143220},{""label"":""window_focused"",""time"":157499},{""label"":""window_focused"",""time"":157499},{""label"":""window_focused"",""time"":176825},{""label"":""window_focused"",""time"":176825},{""label"":""window_blurred"",""time"":186788},{""label"":""window_focused"",""time"":209753}]}","{""startTime"":1678658730134,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",simple diff --git a/study_data/pilot3/Complexity vs. Trust in Vis_March 12, 2023_16.47.csv b/study_data/pilot3/Complexity vs. Trust in Vis_March 12, 2023_16.47.csv index 56e4c5c..95e150c 100644 --- a/study_data/pilot3/Complexity vs. Trust in Vis_March 12, 2023_16.47.csv +++ b/study_data/pilot3/Complexity vs. Trust in Vis_March 12, 2023_16.47.csv @@ -1,4 +1,4 @@ -StartDate,EndDate,Status,IPAddress,Progress,Duration (in seconds),Finished,RecordedDate,ResponseId,RecipientLastName,RecipientFirstName,RecipientEmail,ExternalReference,LocationLatitude,LocationLongitude,DistributionChannel,UserLanguage,Consent Form,consent-time_First Click,consent-time_Last Click,consent-time_Page Submit,consent-time_Click Count,covid-vaccine,covid-vaccine-doses,covid-infection,covid-time_First Click,covid-time_Last Click,covid-time_Page Submit,covid-time_Click Count,bar-vis-timer_First Click,bar-vis-timer_Last Click,bar-vis-timer_Page Submit,bar-vis-timer_Click Count,affect-science_1,affect-clarity_1,affect-aesthetic_1,bar-initial-time_First Click,bar-initial-time_Last Click,bar-initial-time_Page Submit,bar-initial-time_Click Count,bar-tour-time_First Click,bar-tour-time_Last Click,bar-tour-time_Page Submit,bar-tour-time_Click Count,simple-bar-vlat-1,simple-bar-vlat-2,sim-bar-vlat-time_First Click,sim-bar-vlat-time_Last Click,sim-bar-vlat-time_Page Submit,sim-bar-vlat-time_Click Count,moderate-bar-vlat-1,moderate-bar-vlat-2,mod-bar-vlat-time_First Click,mod-bar-vlat-time_Last Click,mod-bar-vlat-time_Page Submit,mod-bar-vlat-time_Click Count,complex-bar-vlat-1,comp-bar-vlat-time_First Click,comp-bar-vlat-time_Last Click,comp-bar-vlat-time_Page Submit,comp-bar-vlat-time_Click Count,bar-explore-time_First Click,bar-explore-time_Last Click,bar-explore-time_Page Submit,bar-explore-time_Click Count,bar-data_1,bar-data_2,bar-data_3,bar-data_4,bar-data_5,bar-data_6,bar-data-exp,simple-bar-data-time_First Click,simple-bar-data-time_Last Click,simple-bar-data-time_Page Submit,simple-bar-data-time_Click Count,bar-vis_1,bar-vis_2,bar-vis_3,bar-vis_4,bar-vis_5,bar-vis_6,bar-why,bar-vis-time_First Click,bar-vis-time_Last Click,bar-vis-time_Page Submit,bar-vis-time_Click Count,interpersonal-trust_1,interper-trust-exp,interper-trust-time_First Click,interper-trust-time_Last Click,interper-trust-time_Page Submit,interper-trust-time_Click Count,attention-check_1,attention-check_2,attention-check_3,attention-check_4,attention-check_5,attention-check_6,attention-check_7,attention-check-time_First Click,attention-check-time_Last Click,attention-check-time_Page Submit,attention-check-time_Click Count,trust-in-science_1,trust-in-science_2,trust-in-science_3,trust-in-science_4,trust-in-science_5,trust-in-science_6,trust-in-science_7,trust-in-science_8,trust-science-exp,trust-science-time_First Click,trust-science-time_Last Click,trust-science-time_Page Submit,trust-science-time_Click Count,cognition_1,cognition_2,cognition_3,cognition_4,cognition_5,cognition_6,need-cognition-time_First Click,need-cognition-time_Last Click,need-cognition-time_Page Submit,need-cognition-time_Click Count,political_views,covid_information,politics_time_First Click,politics_time_Last Click,politics_time_Page Submit,politics_time_Click Count,Gender,Age,State_1,Education,Parents_education,Language,Language_4_TEXT,Ethnicity,Ethnicity_8_TEXT,Ethnicity_9_TEXT,Income,Religion,Interview,Interview_1_TEXT,demographics_time_First Click,demographics_time_Last Click,demographics_time_Page Submit,demographics_time_Click Count,simple-lin-initial,simple-lin-data_1,simple-lin-data_2,simple-lin-data_3,simple-lin-data_4,simple-lin-data_5,simple-lin-data_6,simple-lin-vis_1,simple-lin-vis_2,simple-lin-vis_3,simple-lin-vis_4,simple-lin-vis_5,simple-lin-vis_6,simple-lin-why,Q142_First Click,Q142_Last Click,Q142_Page Submit,Q142_Click Count,moderate-lin-initial,moderate-lin-data_1,moderate-lin-data_2,moderate-lin-data_3,moderate-lin-data_4,moderate-lin-data_5,moderate-lin-data_6,moderate-lin-vis_1,moderate-lin-vis_2,moderate-lin-vis_3,moderate-lin-vis_4,moderate-lin-vis_5,moderate-lin-vis_6,moderate-lin-why,Q147_First Click,Q147_Last Click,Q147_Page Submit,Q147_Click Count,complex-lin-initial,complex-lin-data_1,complex-lin-data_2,complex-lin-data_3,complex-lin-data_4,complex-lin-data_5,complex-lin-data_6,complex-lin-vis_1,complex-lin-vis_2,complex-lin-vis_3,complex-lin-vis_4,complex-lin-vis_5,complex-lin-vis_6,complex-lin-why,Q152_First Click,Q152_Last Click,Q152_Page Submit,Q152_Click Count,PROLIFIC_PID,isCovidData,provenance-bar-data,provenance-bar-vis,provenance-bar-tour,provenance-bar-explore,bar-complexity +StartDate,EndDate,Status,IPAddress,Progress,Duration (in seconds),Finished,RecordedDate,ResponseId,RecipientLastName,RecipientFirstName,RecipientEmail,ExternalReference,LocationLatitude,LocationLongitude,DistributionChannel,UserLanguage,Consent Form,consent-time_First Click,consent-time_Last Click,consent-time_Page Submit,consent-time_Click Count,covid-vaccine,covid-vaccine-doses,covid-infection,covid-time_First Click,covid-time_Last Click,covid-time_Page Submit,covid-time_Click Count,bar-vis-timer_First Click,bar-vis-timer_Last Click,bar-vis-timer_Page Submit,bar-vis-timer_Click Count,affect-science_1,affect-clarity_1,affect-aesthetic_1,bar-initial-time_First Click,bar-initial-time_Last Click,bar-initial-time_Page Submit,bar-initial-time_Click Count,bar-tour-time_First Click,bar-tour-time_Last Click,bar-tour-time_Page Submit,bar-tour-time_Click Count,simple-bar-vlat-1,simple-bar-vlat-2,sim-bar-vlat-time_First Click,sim-bar-vlat-time_Last Click,sim-bar-vlat-time_Page Submit,sim-bar-vlat-time_Click Count,moderate-bar-vlat-1,moderate-bar-vlat-2,mod-bar-vlat-time_First Click,mod-bar-vlat-time_Last Click,mod-bar-vlat-time_Page Submit,mod-bar-vlat-time_Click Count,complex-bar-vlat-1,comp-bar-vlat-time_First Click,comp-bar-vlat-time_Last Click,comp-bar-vlat-time_Page Submit,comp-bar-vlat-time_Click Count,bar-explore-time_First Click,bar-explore-time_Last Click,bar-explore-time_Page Submit,bar-explore-time_Click Count,bar-data_1,bar-data_2,bar-data_3,bar-data_4,bar-data_5,bar-data_6,bar-data-exp,simple-bar-data-time_First Click,simple-bar-data-time_Last Click,simple-bar-data-time_Page Submit,simple-bar-data-time_Click Count,bar-vis_1,bar-vis_2,bar-vis_3,bar-vis_4,bar-vis_5,bar-vis_6,bar-why,bar-vis-time_First Click,bar-vis-time_Last Click,bar-vis-time_Page Submit,bar-vis-time_Click Count,interpersonal-trust_1,interper-trust-exp,interper-trust-time_First Click,interper-trust-time_Last Click,interper-trust-time_Page Submit,interper-trust-time_Click Count,attention-check_1,attention-check_2,attention-check_3,attention-check_4,attention-check_5,attention-check_6,attention-check_7,attention-check-time_First Click,attention-check-time_Last Click,attention-check-time_Page Submit,attention-check-time_Click Count,trust-in-science_1,trust-in-science_2,trust-in-science_3,trust-in-science_4,trust-in-science_5,trust-in-science_6,trust-in-science_7,trust-in-science_8,trust-science-exp,trust-science-time_First Click,trust-science-time_Last Click,trust-science-time_Page Submit,trust-science-time_Click Count,cognition_1,cognition_2,cognition_3,cognition_4,cognition_5,cognition_6,need-cognition-time_First Click,need-cognition-time_Last Click,need-cognition-time_Page Submit,need-cognition-time_Click Count,political_views,covid_information,politics_time_First Click,politics_time_Last Click,politics_time_Page Submit,politics_time_Click Count,Gender,Age,State_1,Education,Parents_education,Language,Language_4_TEXT,Ethnicity,Ethnicity_8_TEXT,Ethnicity_9_TEXT,Income,Religion,Interview,demographics_time_First Click,demographics_time_Last Click,demographics_time_Page Submit,demographics_time_Click Count,simple-lin-initial,simple-lin-data_1,simple-lin-data_2,simple-lin-data_3,simple-lin-data_4,simple-lin-data_5,simple-lin-data_6,simple-lin-vis_1,simple-lin-vis_2,simple-lin-vis_3,simple-lin-vis_4,simple-lin-vis_5,simple-lin-vis_6,simple-lin-why,Q142_First Click,Q142_Last Click,Q142_Page Submit,Q142_Click Count,moderate-lin-initial,moderate-lin-data_1,moderate-lin-data_2,moderate-lin-data_3,moderate-lin-data_4,moderate-lin-data_5,moderate-lin-data_6,moderate-lin-vis_1,moderate-lin-vis_2,moderate-lin-vis_3,moderate-lin-vis_4,moderate-lin-vis_5,moderate-lin-vis_6,moderate-lin-why,Q147_First Click,Q147_Last Click,Q147_Page Submit,Q147_Click Count,complex-lin-initial,complex-lin-data_1,complex-lin-data_2,complex-lin-data_3,complex-lin-data_4,complex-lin-data_5,complex-lin-data_6,complex-lin-vis_1,complex-lin-vis_2,complex-lin-vis_3,complex-lin-vis_4,complex-lin-vis_5,complex-lin-vis_6,complex-lin-why,Q152_First Click,Q152_Last Click,Q152_Page Submit,Q152_Click Count,PROLIFIC_PID,isCovidData,provenance-bar-data,provenance-bar-vis,provenance-bar-tour,provenance-bar-explore,bar-complexity Start Date,End Date,Response Type,IP Address,Progress,Duration (in seconds),Finished,Recorded Date,Response ID,Recipient Last Name,Recipient First Name,Recipient Email,External Data Reference,Location Latitude,Location Longitude,Distribution Channel,User Language,"Consent Form for Participation in a Research Study @@ -101,7 +101,7 @@ By approximately how much did the number of cases in unvaccinated people increas Approximately how many unvaccinated people caught Covid-19 (per 100K people) during the week of January 10, 2022?",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,"Using the static (no mouseover or interaction) version of the visualization above, please answer the following question: -Among vaccinated people, which age group sees the largest increase in case count between November 2021 and January 2022?",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,Disregard the visualization for this question. To what extent do you agree or disagree with the following statements about the data used in the visualization above? - The data is accurate,Disregard the visualization for this question. To what extent do you agree or disagree with the following statements about the data used in the visualization above? - The data sufficiently describes the current state of COVID-19 vaccinations (the data is complete and does not leave out important information),Disregard the visualization for this question. To what extent do you agree or disagree with the following statements about the data used in the visualization above? - The data is unbiased and trustworthy,Disregard the visualization for this question. To what extent do you agree or disagree with the following statements about the data used in the visualization above? - I understand the meaning of this data well,Disregard the visualization for this question. To what extent do you agree or disagree with the following statements about the data used in the visualization above? - The data source was clearly displayed,Disregard the visualization for this question. To what extent do you agree or disagree with the following statements about the data used in the visualization above? - I trust this data,"If you have any additional thoughts/comments, please enter them here.",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,Assume you trust the data used for the visualization. To what extent do you agree or disagree with the following statements about the visualization presented above? - The visualization transparently includes all important elements of the data,Assume you trust the data used for the visualization. To what extent do you agree or disagree with the following statements about the visualization presented above? - I find it easy to understand this visualization,Assume you trust the data used for the visualization. To what extent do you agree or disagree with the following statements about the visualization presented above? - I like this visualization,"Assume you trust the data used for the visualization. To what extent do you agree or disagree with the following statements about the visualization presented above? - I would likely share this visualization with my family, friends or on social media",Assume you trust the data used for the visualization. To what extent do you agree or disagree with the following statements about the visualization presented above? - I would likely use this visualization and its information in my actions tackling Covid-19,Assume you trust the data used for the visualization. To what extent do you agree or disagree with the following statements about the visualization presented above? - I trust this visualization,"Tell us a bit more about why you [QID102-ChoiceGroup-SelectedAnswers-11] with the statement ""I trust this visualization"".",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,"Generally speaking, would you say that most people can be trusted or that you can't be too careful in dealing with people? - 2","If you have any additional thoughts/comments, please enter them here.",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,There are many important issues facing our country today. Research shows that issues people think are important can affect their views on other issues. We also want to know if you are paying attention. Please ignore the question and put “crime” in the top position and unemployment in the bottom position. Leave the rest of the issues in the same order. - Health care,There are many important issues facing our country today. Research shows that issues people think are important can affect their views on other issues. We also want to know if you are paying attention. Please ignore the question and put “crime” in the top position and unemployment in the bottom position. Leave the rest of the issues in the same order. - Unemployment,There are many important issues facing our country today. Research shows that issues people think are important can affect their views on other issues. We also want to know if you are paying attention. Please ignore the question and put “crime” in the top position and unemployment in the bottom position. Leave the rest of the issues in the same order. - The federal budget deficit,There are many important issues facing our country today. Research shows that issues people think are important can affect their views on other issues. We also want to know if you are paying attention. Please ignore the question and put “crime” in the top position and unemployment in the bottom position. Leave the rest of the issues in the same order. - The coronavirus pandemic,There are many important issues facing our country today. Research shows that issues people think are important can affect their views on other issues. We also want to know if you are paying attention. Please ignore the question and put “crime” in the top position and unemployment in the bottom position. Leave the rest of the issues in the same order. - Crime,There are many important issues facing our country today. Research shows that issues people think are important can affect their views on other issues. We also want to know if you are paying attention. Please ignore the question and put “crime” in the top position and unemployment in the bottom position. Leave the rest of the issues in the same order. - Education,There are many important issues facing our country today. Research shows that issues people think are important can affect their views on other issues. We also want to know if you are paying attention. Please ignore the question and put “crime” in the top position and unemployment in the bottom position. Leave the rest of the issues in the same order. - Relations with other countries,Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,"On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - Political parties","On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - The government","On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - The police","On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - The legal system","On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - The news media","On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - Business and industry","On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - Scientists/Science","On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - Doctors","If you have any additional thoughts/comments, please enter them here.",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,"The next questions will be about your motivation to engage in cognitive activity. For each sentence below, please select how uncharacteristic or characteristic (5-point scale) this is for you personally. - I would prefer complex to simple problems.","The next questions will be about your motivation to engage in cognitive activity. For each sentence below, please select how uncharacteristic or characteristic (5-point scale) this is for you personally. - I like to have the responsibility of handling a situation that requires a lot of thinking.","The next questions will be about your motivation to engage in cognitive activity. For each sentence below, please select how uncharacteristic or characteristic (5-point scale) this is for you personally. - Thinking is not my idea of fun.","The next questions will be about your motivation to engage in cognitive activity. For each sentence below, please select how uncharacteristic or characteristic (5-point scale) this is for you personally. - I would rather do something that requires little thought than something that is sure to challenge my thinking abilities.","The next questions will be about your motivation to engage in cognitive activity. For each sentence below, please select how uncharacteristic or characteristic (5-point scale) this is for you personally. - I really enjoy a task that involves coming up with new solutions to problems.","The next questions will be about your motivation to engage in cognitive activity. For each sentence below, please select how uncharacteristic or characteristic (5-point scale) this is for you personally. - I would prefer a task that is intellectual, difficult, and important to one that is somewhat important but does not require much thought.",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,Below is a seven-point scale on which the political views that people might hold are arranged from extremely liberal—point 1—to extremely conservative—point 7. Where would you place yourself on this scale?,"During the peak of the pandemic, how often did you actively seek information on Covid-19 from any sources including TV, newspapers, radios, online and social media, or personal conversations?",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,Lastly a few questions about socio-demographic characteristics. To which gender do you most identify?,In what year were you born? Please enter all four digits.,Text,What is the highest level of school you have completed or the highest degree you have received?,Have one or both of your parents completed a bachelor’s degree?,What language do you speak at home? - Selected Choice,"What language do you speak at home? - Other, please specify: - Text",Which of the following categories do you identify with? - Selected Choice,"Which of the following categories do you identify with? - Other race, ethnicity, or origin (please specify) - Text","Which of the following categories do you identify with? - Mixed race, ethnicity (please specify) - Text","In which of these groups did your total family income, from all sources, fall last year before taxes?",To what extent do you consider yourself a religious person?,Would you be interested in participating in a qualitative interview for this study? You would be paid $15 for about 30 minutes of your time. - Selected Choice,"Would you be interested in participating in a qualitative interview for this study? You would be paid $15 for about 30 minutes of your time. - Yes, you may contact me on this email address: - Text",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,"Above you see a chart containing information about Covid-19 cases in the USA. +Among vaccinated people, which age group sees the largest increase in case count between November 2021 and January 2022?",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,Disregard the visualization for this question. To what extent do you agree or disagree with the following statements about the data used in the visualization above? - The data is accurate,Disregard the visualization for this question. To what extent do you agree or disagree with the following statements about the data used in the visualization above? - The data sufficiently describes the current state of COVID-19 vaccinations (the data is complete and does not leave out important information),Disregard the visualization for this question. To what extent do you agree or disagree with the following statements about the data used in the visualization above? - The data is unbiased and trustworthy,Disregard the visualization for this question. To what extent do you agree or disagree with the following statements about the data used in the visualization above? - I understand the meaning of this data well,Disregard the visualization for this question. To what extent do you agree or disagree with the following statements about the data used in the visualization above? - The data source was clearly displayed,Disregard the visualization for this question. To what extent do you agree or disagree with the following statements about the data used in the visualization above? - I trust this data,"If you have any additional thoughts/comments, please enter them here.",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,Assume you trust the data used for the visualization. To what extent do you agree or disagree with the following statements about the visualization presented above? - The visualization transparently includes all important elements of the data,Assume you trust the data used for the visualization. To what extent do you agree or disagree with the following statements about the visualization presented above? - I find it easy to understand this visualization,Assume you trust the data used for the visualization. To what extent do you agree or disagree with the following statements about the visualization presented above? - I like this visualization,"Assume you trust the data used for the visualization. To what extent do you agree or disagree with the following statements about the visualization presented above? - I would likely share this visualization with my family, friends or on social media",Assume you trust the data used for the visualization. To what extent do you agree or disagree with the following statements about the visualization presented above? - I would likely use this visualization and its information in my actions tackling Covid-19,Assume you trust the data used for the visualization. To what extent do you agree or disagree with the following statements about the visualization presented above? - I trust this visualization,"Tell us a bit more about why you [QID102-ChoiceGroup-SelectedAnswers-11] with the statement ""I trust this visualization"".",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,"Generally speaking, would you say that most people can be trusted or that you can't be too careful in dealing with people? - 2","If you have any additional thoughts/comments, please enter them here.",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,There are many important issues facing our country today. Research shows that issues people think are important can affect their views on other issues. We also want to know if you are paying attention. Please ignore the question and put “crime” in the top position and unemployment in the bottom position. Leave the rest of the issues in the same order. - Health care,There are many important issues facing our country today. Research shows that issues people think are important can affect their views on other issues. We also want to know if you are paying attention. Please ignore the question and put “crime” in the top position and unemployment in the bottom position. Leave the rest of the issues in the same order. - Unemployment,There are many important issues facing our country today. Research shows that issues people think are important can affect their views on other issues. We also want to know if you are paying attention. Please ignore the question and put “crime” in the top position and unemployment in the bottom position. Leave the rest of the issues in the same order. - The federal budget deficit,There are many important issues facing our country today. Research shows that issues people think are important can affect their views on other issues. We also want to know if you are paying attention. Please ignore the question and put “crime” in the top position and unemployment in the bottom position. Leave the rest of the issues in the same order. - The coronavirus pandemic,There are many important issues facing our country today. Research shows that issues people think are important can affect their views on other issues. We also want to know if you are paying attention. Please ignore the question and put “crime” in the top position and unemployment in the bottom position. Leave the rest of the issues in the same order. - Crime,There are many important issues facing our country today. Research shows that issues people think are important can affect their views on other issues. We also want to know if you are paying attention. Please ignore the question and put “crime” in the top position and unemployment in the bottom position. Leave the rest of the issues in the same order. - Education,There are many important issues facing our country today. Research shows that issues people think are important can affect their views on other issues. We also want to know if you are paying attention. Please ignore the question and put “crime” in the top position and unemployment in the bottom position. Leave the rest of the issues in the same order. - Relations with other countries,Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,"On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - Political parties","On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - The government","On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - The police","On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - The legal system","On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - The news media","On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - Business and industry","On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - Scientists/Science","On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - Doctors","If you have any additional thoughts/comments, please enter them here.",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,"The next questions will be about your motivation to engage in cognitive activity. For each sentence below, please select how uncharacteristic or characteristic (5-point scale) this is for you personally. - I would prefer complex to simple problems.","The next questions will be about your motivation to engage in cognitive activity. For each sentence below, please select how uncharacteristic or characteristic (5-point scale) this is for you personally. - I like to have the responsibility of handling a situation that requires a lot of thinking.","The next questions will be about your motivation to engage in cognitive activity. For each sentence below, please select how uncharacteristic or characteristic (5-point scale) this is for you personally. - Thinking is not my idea of fun.","The next questions will be about your motivation to engage in cognitive activity. For each sentence below, please select how uncharacteristic or characteristic (5-point scale) this is for you personally. - I would rather do something that requires little thought than something that is sure to challenge my thinking abilities.","The next questions will be about your motivation to engage in cognitive activity. For each sentence below, please select how uncharacteristic or characteristic (5-point scale) this is for you personally. - I really enjoy a task that involves coming up with new solutions to problems.","The next questions will be about your motivation to engage in cognitive activity. For each sentence below, please select how uncharacteristic or characteristic (5-point scale) this is for you personally. - I would prefer a task that is intellectual, difficult, and important to one that is somewhat important but does not require much thought.",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,Below is a seven-point scale on which the political views that people might hold are arranged from extremely liberal—point 1—to extremely conservative—point 7. Where would you place yourself on this scale?,"During the peak of the pandemic, how often did you actively seek information on Covid-19 from any sources including TV, newspapers, radios, online and social media, or personal conversations?",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,Lastly a few questions about socio-demographic characteristics. To which gender do you most identify?,In what year were you born? Please enter all four digits.,Text,What is the highest level of school you have completed or the highest degree you have received?,Have one or both of your parents completed a bachelor’s degree?,What language do you speak at home? - Selected Choice,"What language do you speak at home? - Other, please specify: - Text",Which of the following categories do you identify with? - Selected Choice,"Which of the following categories do you identify with? - Other race, ethnicity, or origin (please specify) - Text","Which of the following categories do you identify with? - Mixed race, ethnicity (please specify) - Text","In which of these groups did your total family income, from all sources, fall last year before taxes?",To what extent do you consider yourself a religious person?,Would you be interested in participating in a qualitative interview for this study? You would be paid $15 for about 30 minutes of your time. - Selected Choice,Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,"Above you see a chart containing information about Covid-19 cases in the USA. What are your first/immediate impressions of this visualization? This could include things you like, dislike, as well as other first impressions.","Above you see a chart containing information about Covid-19 cases in the USA. Please look at the chart and answer the question below. @@ -184,34 +184,34 @@ Assume you trust the data used for the visualization. To what extent do you agre Assume you trust the data used for the visualization. To what extent do you agree or disagree with the following statements about the visualization presented above? - I would likely use this visualization and its information in my actions tackling Covid-19","Above you see a chart containing information about Covid-19 cases in the USA. Please look at the chart and answer the question below. -Assume you trust the data used for the visualization. To what extent do you agree or disagree with the following statements about the visualization presented above? - I trust this visualization","Tell us a bit more about why you [QID150-ChoiceGroup-SelectedAnswers-11] with the statement ""I trust this visualization"".",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,PROLIFIC_PID,isCovidData,provenance-bar-data,provenance-bar-vis,provenance-bar-tour,provenance-bar-explore,bar-complexity -"{""ImportId"":""startDate"",""timeZone"":""America/Denver""}","{""ImportId"":""endDate"",""timeZone"":""America/Denver""}","{""ImportId"":""status""}","{""ImportId"":""ipAddress""}","{""ImportId"":""progress""}","{""ImportId"":""duration""}","{""ImportId"":""finished""}","{""ImportId"":""recordedDate"",""timeZone"":""America/Denver""}","{""ImportId"":""_recordId""}","{""ImportId"":""recipientLastName""}","{""ImportId"":""recipientFirstName""}","{""ImportId"":""recipientEmail""}","{""ImportId"":""externalDataReference""}","{""ImportId"":""locationLatitude""}","{""ImportId"":""locationLongitude""}","{""ImportId"":""distributionChannel""}","{""ImportId"":""userLanguage""}","{""ImportId"":""QID182""}","{""ImportId"":""QID189_FIRST_CLICK""}","{""ImportId"":""QID189_LAST_CLICK""}","{""ImportId"":""QID189_PAGE_SUBMIT""}","{""ImportId"":""QID189_CLICK_COUNT""}","{""ImportId"":""QID4""}","{""ImportId"":""QID5""}","{""ImportId"":""QID6""}","{""ImportId"":""QID64_FIRST_CLICK""}","{""ImportId"":""QID64_LAST_CLICK""}","{""ImportId"":""QID64_PAGE_SUBMIT""}","{""ImportId"":""QID64_CLICK_COUNT""}","{""ImportId"":""QID191_FIRST_CLICK""}","{""ImportId"":""QID191_LAST_CLICK""}","{""ImportId"":""QID191_PAGE_SUBMIT""}","{""ImportId"":""QID191_CLICK_COUNT""}","{""ImportId"":""QID228_1""}","{""ImportId"":""QID230_1""}","{""ImportId"":""QID231_1""}","{""ImportId"":""QID209_FIRST_CLICK""}","{""ImportId"":""QID209_LAST_CLICK""}","{""ImportId"":""QID209_PAGE_SUBMIT""}","{""ImportId"":""QID209_CLICK_COUNT""}","{""ImportId"":""QID188_FIRST_CLICK""}","{""ImportId"":""QID188_LAST_CLICK""}","{""ImportId"":""QID188_PAGE_SUBMIT""}","{""ImportId"":""QID188_CLICK_COUNT""}","{""ImportId"":""QID160""}","{""ImportId"":""QID161""}","{""ImportId"":""QID166_FIRST_CLICK""}","{""ImportId"":""QID166_LAST_CLICK""}","{""ImportId"":""QID166_PAGE_SUBMIT""}","{""ImportId"":""QID166_CLICK_COUNT""}","{""ImportId"":""QID167""}","{""ImportId"":""QID168""}","{""ImportId"":""QID173_FIRST_CLICK""}","{""ImportId"":""QID173_LAST_CLICK""}","{""ImportId"":""QID173_PAGE_SUBMIT""}","{""ImportId"":""QID173_CLICK_COUNT""}","{""ImportId"":""QID174""}","{""ImportId"":""QID179_FIRST_CLICK""}","{""ImportId"":""QID179_LAST_CLICK""}","{""ImportId"":""QID179_PAGE_SUBMIT""}","{""ImportId"":""QID179_CLICK_COUNT""}","{""ImportId"":""QID223_FIRST_CLICK""}","{""ImportId"":""QID223_LAST_CLICK""}","{""ImportId"":""QID223_PAGE_SUBMIT""}","{""ImportId"":""QID223_CLICK_COUNT""}","{""ImportId"":""QID101_1""}","{""ImportId"":""QID101_2""}","{""ImportId"":""QID101_3""}","{""ImportId"":""QID101_4""}","{""ImportId"":""QID101_12""}","{""ImportId"":""QID101_15""}","{""ImportId"":""QID200_TEXT""}","{""ImportId"":""QID192_FIRST_CLICK""}","{""ImportId"":""QID192_LAST_CLICK""}","{""ImportId"":""QID192_PAGE_SUBMIT""}","{""ImportId"":""QID192_CLICK_COUNT""}","{""ImportId"":""QID102_6""}","{""ImportId"":""QID102_7""}","{""ImportId"":""QID102_8""}","{""ImportId"":""QID102_9""}","{""ImportId"":""QID102_10""}","{""ImportId"":""QID102_11""}","{""ImportId"":""QID117_TEXT""}","{""ImportId"":""QID78_FIRST_CLICK""}","{""ImportId"":""QID78_LAST_CLICK""}","{""ImportId"":""QID78_PAGE_SUBMIT""}","{""ImportId"":""QID78_CLICK_COUNT""}","{""ImportId"":""QID122_2""}","{""ImportId"":""QID203_TEXT""}","{""ImportId"":""QID199_FIRST_CLICK""}","{""ImportId"":""QID199_LAST_CLICK""}","{""ImportId"":""QID199_PAGE_SUBMIT""}","{""ImportId"":""QID199_CLICK_COUNT""}","{""ImportId"":""QID36_1""}","{""ImportId"":""QID36_2""}","{""ImportId"":""QID36_3""}","{""ImportId"":""QID36_4""}","{""ImportId"":""QID36_5""}","{""ImportId"":""QID36_6""}","{""ImportId"":""QID36_7""}","{""ImportId"":""QID65_FIRST_CLICK""}","{""ImportId"":""QID65_LAST_CLICK""}","{""ImportId"":""QID65_PAGE_SUBMIT""}","{""ImportId"":""QID65_CLICK_COUNT""}","{""ImportId"":""QID38_1""}","{""ImportId"":""QID38_2""}","{""ImportId"":""QID38_3""}","{""ImportId"":""QID38_4""}","{""ImportId"":""QID38_5""}","{""ImportId"":""QID38_6""}","{""ImportId"":""QID38_7""}","{""ImportId"":""QID38_8""}","{""ImportId"":""QID204_TEXT""}","{""ImportId"":""QID72_FIRST_CLICK""}","{""ImportId"":""QID72_LAST_CLICK""}","{""ImportId"":""QID72_PAGE_SUBMIT""}","{""ImportId"":""QID72_CLICK_COUNT""}","{""ImportId"":""QID39_1""}","{""ImportId"":""QID39_2""}","{""ImportId"":""QID39_3""}","{""ImportId"":""QID39_4""}","{""ImportId"":""QID39_5""}","{""ImportId"":""QID39_6""}","{""ImportId"":""QID73_FIRST_CLICK""}","{""ImportId"":""QID73_LAST_CLICK""}","{""ImportId"":""QID73_PAGE_SUBMIT""}","{""ImportId"":""QID73_CLICK_COUNT""}","{""ImportId"":""QID11""}","{""ImportId"":""QID13""}","{""ImportId"":""QID74_FIRST_CLICK""}","{""ImportId"":""QID74_LAST_CLICK""}","{""ImportId"":""QID74_PAGE_SUBMIT""}","{""ImportId"":""QID74_CLICK_COUNT""}","{""ImportId"":""QID14""}","{""ImportId"":""QID15_TEXT""}","{""ImportId"":""QID16_1""}","{""ImportId"":""QID17""}","{""ImportId"":""QID23""}","{""ImportId"":""QID27""}","{""ImportId"":""QID27_4_TEXT""}","{""ImportId"":""QID18""}","{""ImportId"":""QID18_8_TEXT""}","{""ImportId"":""QID18_9_TEXT""}","{""ImportId"":""QID19""}","{""ImportId"":""QID20""}","{""ImportId"":""QID25""}","{""ImportId"":""QID25_1_TEXT""}","{""ImportId"":""QID75_FIRST_CLICK""}","{""ImportId"":""QID75_LAST_CLICK""}","{""ImportId"":""QID75_PAGE_SUBMIT""}","{""ImportId"":""QID75_CLICK_COUNT""}","{""ImportId"":""QID138_TEXT""}","{""ImportId"":""QID139_1""}","{""ImportId"":""QID139_2""}","{""ImportId"":""QID139_3""}","{""ImportId"":""QID139_4""}","{""ImportId"":""QID139_12""}","{""ImportId"":""QID139_15""}","{""ImportId"":""QID140_6""}","{""ImportId"":""QID140_7""}","{""ImportId"":""QID140_8""}","{""ImportId"":""QID140_9""}","{""ImportId"":""QID140_10""}","{""ImportId"":""QID140_11""}","{""ImportId"":""QID141_TEXT""}","{""ImportId"":""QID142_FIRST_CLICK""}","{""ImportId"":""QID142_LAST_CLICK""}","{""ImportId"":""QID142_PAGE_SUBMIT""}","{""ImportId"":""QID142_CLICK_COUNT""}","{""ImportId"":""QID143_TEXT""}","{""ImportId"":""QID144_1""}","{""ImportId"":""QID144_2""}","{""ImportId"":""QID144_3""}","{""ImportId"":""QID144_4""}","{""ImportId"":""QID144_12""}","{""ImportId"":""QID144_15""}","{""ImportId"":""QID145_6""}","{""ImportId"":""QID145_7""}","{""ImportId"":""QID145_8""}","{""ImportId"":""QID145_9""}","{""ImportId"":""QID145_10""}","{""ImportId"":""QID145_11""}","{""ImportId"":""QID146_TEXT""}","{""ImportId"":""QID147_FIRST_CLICK""}","{""ImportId"":""QID147_LAST_CLICK""}","{""ImportId"":""QID147_PAGE_SUBMIT""}","{""ImportId"":""QID147_CLICK_COUNT""}","{""ImportId"":""QID148_TEXT""}","{""ImportId"":""QID149_1""}","{""ImportId"":""QID149_2""}","{""ImportId"":""QID149_3""}","{""ImportId"":""QID149_4""}","{""ImportId"":""QID149_12""}","{""ImportId"":""QID149_15""}","{""ImportId"":""QID150_6""}","{""ImportId"":""QID150_7""}","{""ImportId"":""QID150_8""}","{""ImportId"":""QID150_9""}","{""ImportId"":""QID150_10""}","{""ImportId"":""QID150_11""}","{""ImportId"":""QID151_TEXT""}","{""ImportId"":""QID152_FIRST_CLICK""}","{""ImportId"":""QID152_LAST_CLICK""}","{""ImportId"":""QID152_PAGE_SUBMIT""}","{""ImportId"":""QID152_CLICK_COUNT""}","{""ImportId"":""PROLIFIC_PID""}","{""ImportId"":""isCovidData""}","{""ImportId"":""provenance-bar-data""}","{""ImportId"":""provenance-bar-vis""}","{""ImportId"":""provenance-bar-tour""}","{""ImportId"":""provenance-bar-explore""}","{""ImportId"":""bar-complexity""}" -2023-03-12 15:29:25,2023-03-12 15:41:08,0,67.186.178.95,100,703,1,2023-03-12 15:41:09,R_1eEOE80Y8XlTH5x,,,,,44.4537,-73.1773,anonymous,EN,1,20.214,20.214,21.207,1,,,,,,,,0,0,15.114,0,100,100,36,7.293,12.395,14.015,4,21.186,34.419,66.096,2,1,1,,,,,-3,1,,,,,1,30.471,30.471,32.642,1,18.983,18.983,43.668,1,3,1,6,6,6,6,"The visual depicts crop disease, but the questions ask about covid 19 vaccinations, which are unrelated.",8.486,39.761,90.602,8,6,6,5,7,7,6,It clearly shows me the numbers from a data set and lets me form my own opinions/conclusions from it without biasing them with additional written information.,2.468,2.468,52.875,1,4,-99,3.772,5.68,8.353,3,2,3,4,5,1,6,7,0,0,14.077,0,2,5,7,7,6,7,11,7,-99,4.387,14.238,16.638,8,4,5,2,2,5,5,8.693,23.97,25.054,6,1,,2.562,2.562,5.758,1,2,2000,Vermont,6,3,1,-99,7,-99,-99,4,4,2,-99,2.021,58.671,60.701,14,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,614f39f10ed069cb9fdd8bbc,0,"{""startTime"":1678656902973,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":20512,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1311,""week"":""3"",""id"":""chart""}]}","{""startTime"":1678656822225,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678656653200,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":19,""label"":""tour_started""},{""time"":8552,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":11484,""week"":""1"",""id"":""chart""},{""time"":21174,""label"":""tour_next"",""step"":2},{""time"":23802,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1283,""week"":""1"",""id"":""chart2""},{""time"":25104,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2632,""week"":""52"",""id"":""chart2""},{""time"":34405,""label"":""tour_end"",""step"":2},{""time"":38025,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1459,""week"":""31"",""id"":""chart""},{""time"":39921,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1730,""week"":""23"",""id"":""chart""},{""time"":42737,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1198,""week"":""6"",""id"":""chart""},{""time"":47277,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1408,""week"":""6"",""id"":""chart2""},{""time"":51441,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2111,""week"":""51"",""id"":""chart2""},{""time"":54689,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2963,""week"":""27"",""id"":""chart2""},{""time"":62178,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1274,""week"":""31"",""id"":""chart""},{""time"":64318,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1033,""week"":""34"",""id"":""chart""}]}","{""startTime"":1678656777964,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":6760,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1205,""week"":""1"",""id"":""chart""},{""time"":9060,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1775,""week"":""52"",""id"":""chart2""},{""time"":11261,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4375,""week"":""52"",""id"":""chart2""},{""time"":20805,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1497,""week"":""15"",""id"":""chart2""},{""time"":31476,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7109,""week"":""22"",""id"":""chart""},{""time"":40907,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1045,""week"":""52"",""id"":""chart""}]}",simple -2023-03-12 15:36:48,2023-03-12 15:47:12,0,174.72.65.58,100,623,1,2023-03-12 15:47:12,R_2aFFd93pyK1CSvk,,,,,33.2727,-111.8278,anonymous,EN,1,9.482,9.482,10.445,1,,,,,,,,0,0,15.013,0,53,19,73,6.723,12.991,13.613,5,22.375,88.018,100.364,15,-2,1,,,,,-99,-3,,,,,1,31.708,31.708,57.917,1,8.727,27.414,36.208,2,3,3,3,5,5,3,-99,9.974,23.475,25.032,6,5,5,5,5,5,3,Unsure about the validity of the data source.,3.168,3.168,20.217,1,5,-99,4.848,8.349,9.841,3,2,7,3,4,1,5,6,0,0,29.495,0,2,6,2,6,2,6,10,6,-99,8.098,21.749,24.025,8,4,3,1,3,4,4,6.677,21.862,23.321,6,4,,3.611,3.611,6.955,1,1,1996,Arizona,6,1,1,-99,7,-99,-99,7,4,1,631ad5df2dfd6aff965bba6a@email.prolific.co,2.881,50.853,65.615,13,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,631ad5df2dfd6aff965bba6a,0,"{""startTime"":1678657300676,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678657255868,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678657059551,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":22,""label"":""tour_started""},{""time"":22369,""label"":""tour_next"",""step"":5},{""time"":37624,""label"":""started_brush"",""startDate"":""2021-09-06"",""endDate"":""2021-11-20""},{""time"":38973,""label"":""moved_brush"",""startDate"":""2021-07-27"",""endDate"":""2021-10-10""},{""time"":39687,""label"":""tour_next"",""step"":5},{""time"":48010,""label"":""started_brush"",""startDate"":""2021-05-28"",""endDate"":""2021-08-12""},{""time"":49641,""label"":""moved_brush"",""startDate"":""2021-05-28"",""endDate"":""2021-08-19""},{""time"":51326,""label"":""moved_brush"",""startDate"":""2021-05-04"",""endDate"":""2021-07-25""},{""time"":52056,""label"":""tour_next"",""step"":5},{""time"":57603,""label"":""cleared_brush"",""using"":""Click""},{""time"":57603,""label"":""cleared_brush"",""using"":""Escape""},{""time"":59056,""label"":""tour_next"",""step"":5},{""time"":61824,""label"":""tour_end"",""step"":5},{""time"":67513,""label"":""started_brush"",""startDate"":""2021-06-22"",""endDate"":""2021-09-28""},{""time"":69162,""label"":""moved_brush"",""startDate"":""2021-06-05"",""endDate"":""2021-09-11""},{""time"":75772,""label"":""cleared_brush"",""using"":""Click""},{""time"":76600,""label"":""cleared_brush"",""using"":""Click""},{""time"":76600,""label"":""cleared_brush"",""using"":""Escape""},{""time"":84101,""label"":""started_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-08-12""},{""time"":86163,""label"":""moved_brush"",""startDate"":""2021-07-27"",""endDate"":""2021-12-03""}]}","{""startTime"":1678657219035,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":5973,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1258,""week"":""52"",""id"":""chart""},{""time"":10344,""label"":""started_brush"",""startDate"":""2021-05-06"",""endDate"":""2021-09-30""},{""time"":11136,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1179,""week"":""32"",""id"":""chart""},{""time"":13888,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4745,""week"":""34"",""id"":""chart""},{""time"":22337,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2056,""week"":""33"",""id"":""chart""},{""time"":34166,""label"":""moved_brush"",""startDate"":""2021-09-13"",""endDate"":""2022-02-07""}]}",complex -2023-03-12 15:33:05,2023-03-12 15:49:15,0,108.4.148.249,100,969,1,2023-03-12 15:49:15,R_1ZF6dMA6Lwvotl7,,,,,42.789,-73.9759,anonymous,EN,1,13.737,13.737,14.549,1,1,4,2,7.263,15.49,18.399,2,0,0,15.115,0,89,88,53,11.681,21.087,23.382,4,45.445,58.655,82.614,2,1,1,,,,,-3,-3,,,,,1,38.112,38.112,39.695,1,0,0,36.818,0,5,5,5,5,5,5,"I trust the CDC data for this time sampling. However, with at home testing now, an extension of the graph to the present would underestimate all case counts.",19.848,62.012,134.468,7,5,5,5,5,5,5,"The data came from CDC data and appears easy to understand, as well as easy to compare vaccinated versus unvaccinated case rates.",2.969,2.969,66.3,1,4,-99,7.471,7.471,13.961,1,2,7,3,4,1,5,6,0,0,25.548,0,3,7,4,7,5,3,9,9,-99,11.529,35.906,49.592,12,5,5,1,1,5,5,13.999,32.999,36.326,6,2,1,5.538,13.294,20.185,2,2,1971,New York,9,1,1,-99,7,-99,-99,4,4,2,-99,2.566,61.226,62.094,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5dae529fe663620012e038b6,1,"{""startTime"":1678657225070,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":45753,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1416,""week"":""6"",""id"":""chart2""}]}","{""startTime"":1678657108493,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678656877361,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":22,""label"":""tour_started""},{""time"":14055,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2785,""week"":""35"",""id"":""chart""},{""time"":25936,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":10510,""week"":""1"",""id"":""chart""},{""time"":36546,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7701,""week"":""52"",""id"":""chart""},{""time"":45437,""label"":""tour_next"",""step"":2},{""time"":48247,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2537,""week"":""52"",""id"":""chart2""},{""time"":58647,""label"":""tour_end"",""step"":2},{""time"":64941,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1369,""week"":""1"",""id"":""chart""},{""time"":67052,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3634,""week"":""1"",""id"":""chart""},{""time"":71061,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1047,""week"":""52"",""id"":""chart2""},{""time"":72182,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2451,""week"":""1"",""id"":""chart2""}]}","{""startTime"":1678657071112,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":10187,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2868,""week"":""51"",""id"":""chart""},{""time"":13095,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2432,""week"":""50"",""id"":""chart""},{""time"":15683,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2152,""week"":""51"",""id"":""chart""},{""time"":18362,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1927,""week"":""52"",""id"":""chart""},{""time"":20715,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5573,""week"":""52"",""id"":""chart2""},{""time"":29787,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1234,""week"":""6"",""id"":""chart""}]}",simple -2023-03-12 15:34:48,2023-03-12 15:50:26,0,50.93.222.58,100,938,1,2023-03-12 15:50:26,R_2dN3oSUYOKhiVEK,,,,,43.0812,-89.3845,anonymous,EN,1,2.9,2.9,3.836,1,,,,,,,,7.801,7.801,15.107,1,63,63,53,2.841,6.053,6.945,3,6.295,9.062,14.203,2,1,1,,,,,-3,-3,,,,,-3,7.105,31.607,32.967,3,0,0,88.096,0,3,3,4,4,4,4,-99,3.056,8.791,10.089,7,4,3,3,3,3,4,It looks fact-based and accurate,0.58,0.58,11.001,1,4,-99,2.518,3.653,5.139,2,2,7,3,4,1,5,6,0,0,21.496,0,6,8,6,7,5,5,7,6,-99,2.626,8.869,9.647,9,4,3,3,2,3,3,4.312,13.035,13.917,6,4,,2.197,2.197,2.981,1,2,1994,New York,7,2,1,-99,2,-99,-99,16,4,2,-99,0.842,44.128,44.72,16,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5ded4bab1edb794081b3378e,0,"{""startTime"":1678657618624,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678657597271,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678656922562,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":42,""label"":""tour_started""},{""time"":6277,""label"":""tour_next"",""step"":2},{""time"":9044,""label"":""tour_end"",""step"":2},{""time"":10781,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2606,""week"":""1"",""id"":""chart""}]}","{""startTime"":1678657507503,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":6120,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4436,""week"":""50"",""id"":""chart""},{""time"":10788,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2957,""week"":""50"",""id"":""chart""},{""time"":14232,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1712,""week"":""50"",""id"":""chart""}]}",moderate -2023-03-12 15:41:53,2023-03-12 15:53:22,0,174.208.161.85,100,688,1,2023-03-12 15:53:22,R_2wRKDmBoHMXfocB,,,,,38.581,-121.4939,anonymous,EN,1,5.268,6.177,7.105,2,1,4,1,2.412,6.718,7.805,3,0,0,15.024,0,89,61,35,5.047,15.093,15.969,6,8.639,88.141,89.267,10,1,1,,,,,-2,-3,,,,,1,9.114,70.311,71.784,6,11.947,31.28,32.222,3,5,4,5,5,5,5,no,8.305,66.071,68.005,11,2,5,4,2,5,4,I do not see where and who collected this data?,4.42,4.42,18.316,1,6,no,6.094,8.312,10.283,3,2,7,3,4,1,5,6,7.689,14.873,15.82,2,3,3,1,2,2,2,8,7,-99,6.578,22.961,23.808,10,2,2,2,3,3,2,10.831,36.56,37.519,10,1,1,7.654,15.245,16.12,4,2,1993,California,6,3,1,-99,9,-99,Groveland,8,4,1,kchac@vt.edu,5.893,72.194,73.138,21,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5f8236cffcba88362f081b13,1,"{""startTime"":1678657616915,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678657590859,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678657376916,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":35,""label"":""tour_started""},{""time"":9240,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3392,""week"":""1"",""id"":""chart""},{""time"":14480,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2284,""week"":""6"",""id"":""chart""},{""time"":17098,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1796,""week"":""52"",""id"":""chart""},{""time"":21155,""label"":""tour_next"",""step"":2},{""time"":69101,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":12626,""week"":""1"",""id"":""chart2""},{""time"":81745,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1264,""week"":""52"",""id"":""chart2""},{""time"":86508,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678657527401,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",simple -2023-03-12 15:28:32,2023-03-12 15:54:10,0,99.8.181.16,100,1537,1,2023-03-12 15:54:10,R_3QL6f5p8ehmaRin,,,,,33.0199,-97.213,anonymous,EN,1,3.267,4.052,4.935,2,1,3,1,1.486,3.901,5.092,2,0,0,15.007,0,50,77,68,3.839,17.755,20.95,4,13.114,135.176,141.548,13,1,-3,,,,,-2,1,,,,,-99,59.7,62.569,68.628,2,0,0,35.346,0,4,2,3,5,6,5,-99,0.623,82.664,88.24,18,5,5,3,7,7,5,"I trust the data used in the visualization and that the visualization represents that data accurately. However I find the stacked bar chart to be slightly misleading, as my first instinct upon seeing it is to assume that the blue bars are in front of the orange bars instead of under them, meaning that the value of an orange bar would be measured from 0 instead of the top of the blue bar.",2.531,2.531,288.574,1,6,"I just wanted to mention that I think confounding factors may be to blame for vaccinated cases being lower than unvaccinated cases. It's not that I think the vaccine doesn't work, but my understanding and experience is that the vaccine reduces the effects of covid rather than preventing its transmission. So I don't think the visualizations presented are very useful because they seem to claim that the vaccine significantly reduces transmission, when it seems equally possible to me that vaccinated people are generally more cautious and less likely to have the cases they do catch recorded. In my opinion the visualization itself is clear, it just needs to be presented in context to be effective.",6.6,341.053,348.258,7,2,7,5,3,1,6,4,33.108,94.743,96.742,6,1,5,1,2,3,1,10,9,-99,4.273,36.008,38.825,21,4,3,2,2,5,4,4.686,34.402,35.268,13,1,4,1.494,34.052,34.627,13,1,2000,Texas,2,2,1,-99,7,-99,-99,12,4,2,-99,3.213,53.466,54.469,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5f107aa051372032695c8e2f,1,"{""startTime"":1678656860237,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678656948972,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678656579401,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":21,""label"":""tour_started""},{""time"":13107,""label"":""tour_next"",""step"":2},{""time"":19598,""label"":""tour_end"",""step"":2},{""time"":21491,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2890,""week"":""14"",""id"":""chart""},{""time"":29050,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1318,""week"":""51"",""id"":""chart""},{""time"":31544,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2142,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678656824152,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":3729,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1989,""week"":""51"",""id"":""chart""},{""time"":5821,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1674,""week"":""50"",""id"":""chart""},{""time"":10384,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1750,""week"":""1"",""id"":""chart""},{""time"":12143,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1972,""week"":""1"",""id"":""chart""},{""time"":14527,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4743,""week"":""2"",""id"":""chart""}]}",moderate -2023-03-12 15:42:22,2023-03-12 15:55:22,0,75.21.238.218,100,780,1,2023-03-12 15:55:23,R_1Lp44LcZBdkiNMg,,,,,37.6678,-97.36,anonymous,EN,1,25.203,25.203,26.112,1,1,3,1,1.373,3.273,4.403,2,5.862,6.077,15.018,2,84,77,65,11.437,16.607,18.348,4,13.277,71.006,72.855,7,1,1,,,,,-3,-3,,,,,1,65.215,65.215,66.747,1,6.504,6.504,34.019,1,3,2,3,4,5,3,No additional thoughts or comments,10.843,33.831,42.435,9,4,4,5,2,3,3,"Because I haven't had a chance to verify the source, I'm not going to blindly trust or blindly distrust a graph like this just at face value unless I see something that is obviously wrong or out of place.",3.16,3.997,51.131,2,5,No comments,7.122,15.345,20.857,4,2,7,3,4,1,5,6,0,0,21.618,0,3,3,3,4,5,4,11,10,No additional thoughts/comments,4.441,35.757,48.702,20,3,2,4,4,2,2,6.967,26.832,27.919,8,2,1,7.815,14.123,16.532,2,1,1985,Kansas,2,2,1,-99,7,-99,-99,4,4,1,mcgarrah.brian@gmail.com,3.162,83.363,90.6,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5aee513f3606ab0001b92b29,1,"{""startTime"":1678657682352,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678657597404,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678657422400,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":13234,""label"":""tour_next"",""step"":5},{""time"":26881,""label"":""started_brush"",""startDate"":""2021-04-29"",""endDate"":""2021-08-02""},{""time"":29342,""label"":""tour_next"",""step"":5},{""time"":33622,""label"":""moved_brush"",""startDate"":""2021-04-12"",""endDate"":""2021-07-16""},{""time"":34827,""label"":""moved_brush"",""startDate"":""2021-05-06"",""endDate"":""2021-08-09""},{""time"":36744,""label"":""cleared_brush"",""using"":""Click""},{""time"":38616,""label"":""tour_next"",""step"":5},{""time"":43089,""label"":""cleared_brush"",""using"":""Click""},{""time"":44715,""label"":""tour_next"",""step"":5},{""time"":53713,""label"":""tour_end"",""step"":5},{""time"":65320,""label"":""started_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-05-07""},{""time"":66941,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3236,""week"":""15"",""id"":""chart""}]}","{""startTime"":1678657562812,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":23879,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1169,""week"":""52"",""id"":""chart""},{""time"":27598,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2847,""week"":""52"",""id"":""chart""}]}",complex -2023-03-12 15:44:01,2023-03-12 15:55:50,0,67.189.40.106,100,708,1,2023-03-12 15:55:50,R_3DvD4hs6RDT3zmn,,,,,44.0197,-123.1008,anonymous,EN,1,20.064,20.064,21.704,1,1,3,1,4.033,8.108,9.618,2,0,0,15.007,0,60,75,74,14.213,23.905,24.752,4,35.217,39.469,56.545,2,1,1,,,,,-3,-3,,,,,1,67.692,67.692,69.389,1,0,0,34.45,0,3,3,4,5,5,3,-99,6.72,22.69,24.621,7,2,5,4,4,3,3,"I do not think it is a bad visualization, but I think more details could be included. For example, to what extent are the vaccinated people vaccinated? Or how many times these people got COVID 19.",2.379,43.471,61.771,3,5,-99,5.589,8.735,10.277,2,2,7,3,4,1,5,6,0,0,25.608,0,3,2,4,6,5,6,11,9,-99,5.778,23.517,25.345,11,3,3,3,2,4,4,18.175,38.98,39.932,7,3,1,12.014,21.773,23.252,2,2,2000,Oregon,6,1,1,-99,7,-99,-99,3,4,1,rhimckinley@icloud.com,3.186,56.074,62.532,11,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,60ff3f28c526214791f99972,1,"{""startTime"":1678657724999,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678657750110,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":26360,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2013,""week"":""1"",""id"":""chart""}]}","{""startTime"":1678657531229,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":23,""label"":""tour_started""},{""time"":16460,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1615,""week"":""52"",""id"":""chart""},{""time"":18602,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5484,""week"":""51"",""id"":""chart""},{""time"":35211,""label"":""tour_next"",""step"":2},{""time"":39462,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678657689850,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":18474,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1067,""week"":""52"",""id"":""chart""}]}",moderate -2023-03-12 15:41:54,2023-03-12 15:56:26,0,172.90.16.38,100,871,1,2023-03-12 15:56:26,R_XhPgpKN5bEMpRC1,,,,,34.0587,-118.2781,anonymous,EN,1,3.379,3.379,268.783,1,,,,,,,,0,0,15.009,0,64,56,37,5.021,7.685,10.648,3,6.487,9.985,26.893,2,1,1,,,,,1,-3,,,,,1,30.122,30.122,31.05,1,29.752,29.752,46.048,1,3,1,3,7,5,3,"stacked data makes it harder to get exact or close to exact values, but shows interesting patterns.",3.167,47.211,81.122,9,1,7,2,7,2,3,"Even if I ""trust"" the visualization as stated in the opening question, I could have a general sense in trust in that, the data may be correct but with the apprehension that something may be missing or overlooked. In that way you can technically trust and distrust the chart and still understand that there may or may not be deception involved. I'm not sure how to clearly articulate my feeling on this I think.",2.493,2.493,88.576,1,6,Depends on how much trust you are putting in them,2.014,5.536,17.083,7,2,7,3,4,1,5,6,11.381,13.141,20.584,2,1,2,1,1,2,1,11,10,-99,4.346,12.826,20.603,8,5,4,1,1,4,5,5.818,16.532,25.132,7,2,,2.101,2.722,4.384,2,1,1988,California,6,3,1,-99,9,-99,Los Angeles,17,4,1,54ea5b40fdf99b768609982f@email.prolific.co,1.442,46.902,48.874,35,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,54ea5b40fdf99b768609982f,0,"{""startTime"":1678657778078,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":32440},{""label"":""window_focused"",""time"":43946}]}","{""startTime"":1678657859606,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678657615604,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":6481,""label"":""tour_next"",""step"":2},{""time"":9978,""label"":""tour_end"",""step"":2},{""label"":""window_blurred"",""time"":18659},{""time"":22604,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1218,""week"":""3"",""id"":""chart""},{""label"":""window_focused"",""time"":26779}]}","{""startTime"":1678657731489,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":1620,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3358,""week"":""52"",""id"":""chart""},{""time"":5038,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1378,""week"":""51"",""id"":""chart""},{""time"":6449,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1703,""week"":""52"",""id"":""chart""},{""time"":8277,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1608,""week"":""51"",""id"":""chart""},{""time"":11213,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2752,""week"":""51"",""id"":""chart""},{""time"":14166,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1491,""week"":""42"",""id"":""chart""},{""time"":18000,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1559,""week"":""33"",""id"":""chart""},{""time"":31300,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1771,""week"":""51"",""id"":""chart""},{""time"":35527,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1256,""week"":""51"",""id"":""chart""},{""time"":38996,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1207,""week"":""52"",""id"":""chart""},{""time"":40228,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1235,""week"":""1"",""id"":""chart""},{""time"":42547,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1327,""week"":""2"",""id"":""chart""}]}",moderate -2023-03-12 15:39:07,2023-03-12 15:56:48,0,199.18.236.28,100,1060,1,2023-03-12 15:56:48,R_bp7CFloI3q7pUD7,,,,,40.9165,-81.1174,anonymous,EN,1,180.345,180.345,181.277,1,,,,,,,,0,0,15.145,0,78,63,35,4.065,8.385,9.36,3,25.313,34.38,41.938,3,1,1,,,,,1,1,,,,,1,58.686,58.686,59.767,1,26.47,26.47,37.202,1,5,1,5,4,4,4,-99,9.182,21.153,23.244,6,3,4,4,4,1,4,"seems scientific but doesn't provide sources ",2.443,19.674,20.648,2,5,-99,72.553,72.553,74.622,1,2,7,3,4,1,5,6,23.71,23.71,24.133,1,4,4,3,3,3,4,11,10,-99,77.164,90.452,91.591,8,3,3,2,4,4,4,205.245,219.584,220.565,6,2,,1.919,1.919,3.188,1,2,2000,Ohio,2,3,1,-99,3,-99,-99,10,2,1,-99,1.121,47.964,51.218,20,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,60ff712d335699ee037aa128,0,"{""startTime"":1678657530064,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678657553924,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678657367428,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":19,""label"":""tour_started""},{""label"":""window_blurred"",""time"":6613},{""label"":""window_focused"",""time"":16676},{""time"":25305,""label"":""tour_next"",""step"":2},{""time"":28094,""label"":""tour_end"",""step"":2},{""time"":30562,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2080,""week"":""2"",""id"":""chart""},{""time"":33782,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1077,""week"":""1"",""id"":""chart""},{""time"":35637,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1471,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678657492222,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":28824,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1108,""week"":""2"",""id"":""chart""}]}",moderate -2023-03-12 15:41:04,2023-03-12 15:58:17,0,142.197.64.33,100,1032,1,2023-03-12 15:58:18,R_vITiYdAaXfwjvQB,,,,,29.1383,-80.9956,anonymous,EN,1,5.329,5.329,6.81,1,,,,,,,,0,0,15.015,0,100,72,85,3.448,10.442,10.778,14,1.281,33.645,36.061,8,1,1,,,,,-3,1,,,,,1,7.091,88.152,89.401,5,0,0,96.802,0,6,1,7,2,2,6,-99,7.044,28.1,30.51,7,2,7,7,1,7,6,The information seems accurate,2.221,2.221,11.772,1,4,-99,8.572,14.601,15.868,6,2,7,3,4,1,5,6,0,0,24.101,0,4,3,8,9,2,4,10,10,-99,69.151,82.472,83.86,10,3,2,2,3,3,3,24.882,33.349,36.166,7,7,,1.717,1.717,2.907,1,1,2004,Florida,3,3,1,-99,9,-99,Port Orange,17,3,1,Rkazma11@gmail.com,1.85,58.625,62.01,19,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5edc0583f16dff0c806bdbb6,0,"{""startTime"":1678657563308,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678657532447,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678657308233,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":22,""label"":""tour_started""},{""time"":5067,""label"":""tour_next"",""step"":5},{""time"":11365,""label"":""cleared_brush"",""using"":""Click""},{""time"":19370,""label"":""started_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-05-23""},{""time"":20152,""label"":""tour_next"",""step"":5},{""time"":25389,""label"":""moved_brush"",""startDate"":""2021-08-05"",""endDate"":""2021-09-22""},{""time"":26284,""label"":""tour_next"",""step"":5},{""time"":29654,""label"":""cleared_brush"",""using"":""Click""},{""time"":29654,""label"":""cleared_brush"",""using"":""Escape""},{""time"":31222,""label"":""tour_next"",""step"":5},{""time"":33635,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678657434748,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":3010,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1310,""week"":""49"",""id"":""chart""}]}",complex -2023-03-12 15:49:42,2023-03-12 15:58:19,0,98.207.24.36,100,517,1,2023-03-12 15:58:20,R_2Cq5dYVaedrVMem,,,,,38.6159,-122.8616,anonymous,EN,1,2.946,2.946,4,1,,,,,,,,0.144,14.464,15.006,2,89,68,41,3.097,10.281,11.602,7,8.79,18.087,29.939,2,1,1,,,,,-3,-3,,,,,1,37.566,37.566,38.675,1,0,0,79.224,0,6,1,6,5,6,5,-99,10.101,37.9,40.453,8,3,5,5,5,3,5,The information is easy to read and looks very trusting.,3.436,19.437,19.658,2,5,-99,1.84,4.256,5.038,8,2,7,3,4,1,5,6,0,0,13.149,0,2,6,5,5,3,7,8,9,-99,3.353,17.472,18.544,14,3,4,3,3,4,3,6.008,9.08,10.221,7,3,,1.51,1.51,3.111,1,1,1995,California,3,2,1,-99,7,-99,-99,4,4,2,-99,0.778,73.382,77.384,17,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,60da243688f9aa74901ae90e,0,"{""startTime"":1678657995861,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678658036984,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678657824632,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":8779,""label"":""tour_next"",""step"":2},{""time"":18075,""label"":""tour_end"",""step"":2},{""time"":25952,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1018,""week"":""2"",""id"":""chart""}]}","{""startTime"":1678657915894,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":2555,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1652,""week"":""52"",""id"":""chart2""}]}",simple -2023-03-12 15:49:00,2023-03-12 15:58:53,0,76.128.14.124,100,593,1,2023-03-12 15:58:54,R_2zCnSOKx4cNWJN6,,,,,26.6239,-80.0948,anonymous,EN,1,2.185,2.713,3.501,2,1,2,2,1.228,3.948,4.922,2,0,0,15.115,0,78,44,49,7.524,12.893,13.794,4,22.149,27.549,42.78,2,-99,1,,,,,-3,-3,,,,,1,33.892,33.892,34.972,1,0,0,37.214,0,5,5,6,5,4,5,-99,5.23,25.886,28.041,7,5,2,3,7,2,6,"The data provided seems likely. Especially, since December was holiday season/month. I would strongly agree that most of the covid cases happened around then.",2.949,2.949,51.295,1,2,-99,5.662,5.662,7.421,1,2,7,3,4,1,5,6,0,0,18.875,0,1,3,2,5,1,3,10,10,-99,7.145,18.243,20.244,9,1,1,4,5,2,2,6.657,20.438,21.188,7,5,4,8.277,15.846,16.142,3,1,1996,Florida,5,1,4,Thai,2,-99,-99,3,4,2,-99,3.769,57.984,62.719,22,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5b60ddcc6b25590001782ce4,1,"{""startTime"":1678658037418,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678657967709,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678657791842,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":11567,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2555,""week"":""52"",""id"":""chart""},{""time"":15651,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2118,""week"":""52"",""id"":""chart""},{""time"":17832,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1951,""week"":""1"",""id"":""chart""},{""time"":22142,""label"":""tour_next"",""step"":2},{""time"":27542,""label"":""tour_end"",""step"":2},{""time"":32437,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1120,""week"":""34"",""id"":""chart""}]}","{""startTime"":1678657930054,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":4952,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1189,""week"":""49"",""id"":""chart""},{""time"":7823,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":10498,""week"":""2"",""id"":""chart""},{""time"":18322,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2388,""week"":""2"",""id"":""chart""},{""time"":20712,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1505,""week"":""2"",""id"":""chart""},{""time"":22847,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2427,""week"":""2"",""id"":""chart""},{""time"":25463,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":10827,""week"":""2"",""id"":""chart""}]}",moderate -2023-03-12 15:47:18,2023-03-12 15:59:01,0,64.149.142.126,100,702,1,2023-03-12 15:59:01,R_2OYGGPTV3RKXBgv,,,,,35.961,-78.9291,anonymous,EN,1,18.964,18.964,20.196,1,1,3,1,1.472,3.685,4.974,2,9.987,9.987,15.114,1,65,42,75,4.12,9.175,10.852,3,7.591,61.793,64.452,9,1,1,,,,,1,-3,,,,,1,28.897,28.897,30.284,1,0,0,39.811,0,5,5,5,5,5,5,-99,12.871,62.873,68.102,6,5,5,5,1,5,5,It looks official,1.063,1.063,7.531,1,6,-99,4.568,6.183,6.894,2,2,7,3,4,1,5,6,0,0,26.712,0,3,3,5,9,1,2,4,6,-99,49.007,85.154,87.833,11,4,4,2,2,4,4,29.515,42.2,43.871,6,2,1,32.913,41.343,43.081,2,1,1998,North Carolina,6,1,1,-99,7,-99,-99,5,4,1,matt.p.pappas@gmail.com,3.175,95.44,99.363,20,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,63d45fc0f682d52f34ce7c4b,1,"{""startTime"":1678657840940,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678657909844,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678657704328,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":58,""label"":""tour_started""},{""time"":7577,""label"":""tour_next"",""step"":5},{""time"":21752,""label"":""cleared_brush"",""using"":""Click""},{""time"":22751,""label"":""started_brush"",""startDate"":""2021-06-30"",""endDate"":""2021-10-08""},{""time"":25483,""label"":""cleared_brush"",""using"":""Click""},{""time"":26360,""label"":""tour_next"",""step"":5},{""time"":30350,""label"":""cleared_brush"",""using"":""Click""},{""time"":34952,""label"":""cleared_brush"",""using"":""Click""},{""time"":39272,""label"":""cleared_brush"",""using"":""Click""},{""time"":44523,""label"":""cleared_brush"",""using"":""Click""},{""time"":46587,""label"":""cleared_brush"",""using"":""Click""},{""time"":49176,""label"":""cleared_brush"",""using"":""Click""},{""time"":51576,""label"":""cleared_brush"",""using"":""Click""},{""time"":52650,""label"":""moved_brush"",""startDate"":""2021-04-14"",""endDate"":""2021-09-17""},{""time"":53854,""label"":""tour_next"",""step"":5},{""time"":58402,""label"":""cleared_brush"",""using"":""Click""},{""time"":58403,""label"":""cleared_brush"",""using"":""Escape""},{""time"":59615,""label"":""tour_next"",""step"":5},{""time"":61778,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678657800360,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",complex -2023-03-12 15:50:14,2023-03-12 16:00:08,0,76.144.4.125,100,594,1,2023-03-12 16:00:09,R_37xNI7QzL9F3Ych,,,,,44.5928,-123.2746,anonymous,EN,1,7.254,8.033,8.412,2,1,2,1,1.34,3.258,4.313,2,0,0,15.005,0,87,100,92,13.658,19.01,20.078,3,4.655,8.127,24.462,2,1,1,,,,,1,-3,,,,,1,15.64,15.64,17.28,1,154.475,154.475,154.821,1,4,4,4,4,4,4,-99,19.298,28.086,29.9,7,5,6,6,5,5,5,"professional, appealing, easy to understand, simplistic",1.306,25.747,26.806,2,2,-99,7.26,9.379,10.938,3,2,7,3,4,1,5,6,0,0,12.54,0,4,4,3,4,4,4,7,6,-99,10.981,23.892,25.578,8,3,3,2,3,3,3,7.047,26.349,26.787,7,3,2,7.826,12.726,13.657,3,2,1998,Oregon,3,2,1,-99,3,-99,-99,4,4,1,lamb.bates@gmail.com,1.281,56.744,57.059,18,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5ebf7b17e4414a35f0ea5e1c,1,"{""startTime"":1678658099795,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678658130341,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678657872602,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":4649,""label"":""tour_next"",""step"":2},{""time"":8120,""label"":""tour_end"",""step"":2},{""time"":9659,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2734,""week"":""52"",""id"":""chart""},{""time"":12442,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1326,""week"":""1"",""id"":""chart""},{""time"":13779,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1018,""week"":""51"",""id"":""chart""},{""time"":16609,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1622,""week"":""52"",""id"":""chart2""}]}","{""startTime"":1678657944277,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":152432,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1050,""week"":""1"",""id"":""chart""}]}",simple -2023-03-12 15:51:23,2023-03-12 16:00:24,0,67.187.96.95,100,540,1,2023-03-12 16:00:24,R_ukx7av9QGsLKxLr,,,,,35.9306,-86.8788,anonymous,EN,1,18.065,20.145,22.222,3,1,2,1,5.987,7.962,9.787,2,0,0,15.114,0,50,50,50,13.463,16.768,17.93,3,0,0,1.36,0,-99,-99,,,,,-99,-99,,,,,-99,1.503,1.503,2.484,1,0,0,33.335,0,3,3,3,7,1,3,N/A,7.009,22.341,37.959,8,1,1,1,1,1,1,"Your system did not allow me to clearly view the data. ",2.062,2.062,25.272,1,4,N/A,4.301,5.376,22.084,2,2,7,3,4,1,5,6,0,0,17.925,0,4,4,6,7,4,6,7,7,N/A,4.883,19.376,24.207,11,4,4,2,3,4,4,22.024,150.512,152.323,6,4,5,5.19,10.03,11.429,2,1,1992,Tennessee,6,1,1,-99,7,-99,-99,8,4,2,-99,3.464,75.75,77.631,13,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,63bdfe6a69fc4d15b3aec18d,1,,,,,moderate -2023-03-12 15:51:04,2023-03-12 16:00:44,0,65.130.188.139,100,580,1,2023-03-12 16:00:45,R_3KBYpwbqwd86sWV,,,,,40.6751,-111.8166,anonymous,EN,1,9.365,9.365,11.004,1,,,,,,,,0,0,15.016,0,68,41,63,5.138,9.974,11.294,7,10.82,57.741,58.539,18,1,1,,,,,-3,-3,,,,,1,9.45,71.645,71.973,3,9.687,20.412,35.196,4,3,1,7,2,5,4,-99,17.742,44.288,45.773,9,5,4,5,4,2,4,"It is from Croatia ",3.072,13.571,13.861,2,2,-99,3.553,6.028,7.416,4,2,7,3,4,1,5,6,0,0,21.629,0,3,4,4,4,2,3,10,7,-99,6.302,19.444,20.274,8,4,5,1,2,4,5,9.631,24.173,24.464,7,3,,5.549,5.549,6.497,1,1,2000,Utah,5,3,1,-99,5,-99,-99,6,1,1,-99,2.561,49.818,52.245,14,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5b91ca0f8a79b000013f9481,0,"{""startTime"":1678658128889,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":10566,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1425,""week"":""4"",""id"":""chart""}]}","{""startTime"":1678658080324,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678657913136,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":10812,""label"":""tour_next"",""step"":5},{""time"":23339,""label"":""cleared_brush"",""using"":""Click""},{""time"":27281,""label"":""started_brush"",""startDate"":""2021-07-12"",""endDate"":""2021-12-11""},{""time"":29361,""label"":""tour_next"",""step"":5},{""time"":34596,""label"":""started_brush"",""startDate"":""2021-05-25"",""endDate"":""2021-06-16""},{""time"":37578,""label"":""started_brush"",""startDate"":""2021-08-12"",""endDate"":""2021-12-25""},{""time"":39053,""label"":""moved_brush"",""startDate"":""2021-08-12"",""endDate"":""2021-11-13""},{""time"":39908,""label"":""tour_next"",""step"":5},{""time"":46050,""label"":""moved_brush"",""startDate"":""2021-08-12"",""endDate"":""2021-11-13""},{""time"":46857,""label"":""moved_brush"",""startDate"":""2021-08-12"",""endDate"":""2021-11-13""},{""time"":47211,""label"":""moved_brush"",""startDate"":""2021-08-12"",""endDate"":""2021-11-13""},{""time"":47367,""label"":""moved_brush"",""startDate"":""2021-08-12"",""endDate"":""2021-11-13""},{""time"":51746,""label"":""moved_brush"",""startDate"":""2021-08-12"",""endDate"":""2021-11-13""},{""time"":53419,""label"":""cleared_brush"",""using"":""Click""},{""time"":53419,""label"":""cleared_brush"",""using"":""Escape""},{""time"":54343,""label"":""tour_next"",""step"":5},{""time"":56214,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678658044545,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":6236,""label"":""cleared_brush"",""using"":""Click""},{""label"":""window_blurred"",""time"":11052},{""label"":""window_focused"",""time"":13438},{""time"":15164,""label"":""cleared_brush"",""using"":""Click""},{""time"":16627,""label"":""moved_brush"",""startDate"":""2021-10-25"",""endDate"":""2022-02-07""},{""time"":17602,""label"":""cleared_brush"",""using"":""Click""},{""time"":17602,""label"":""cleared_brush"",""using"":""Escape""},{""time"":19105,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1473,""week"":""34"",""id"":""chart""},{""time"":22227,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1302,""week"":""2"",""id"":""chart""},{""time"":30029,""label"":""started_brush"",""startDate"":""2021-10-31"",""endDate"":""2022-01-02""},{""time"":30737,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3764,""week"":""52"",""id"":""chart""}]}",complex -2023-03-12 15:52:18,2023-03-12 16:02:46,0,75.164.39.150,100,627,1,2023-03-12 16:02:46,R_2OH1rt0yKhwsT74,,,,,45.5777,-122.6795,anonymous,EN,1,13.443,13.443,14.469,1,,,,,,,,0,0,15.163,0,100,100,87,5.07,12.735,13.572,5,5.589,8.481,19.859,2,1,1,,,,,1,-3,,,,,1,18.272,18.272,19.43,1,0,0,48.727,0,6,6,6,6,6,6,-99,5.801,10.663,12.912,6,6,6,5,1,5,6,"I don't know who would twist the data of fungi/pest infestation data to misrepresent the situation. ",3.256,41,41.43,2,5,-99,6.577,6.577,8.101,1,2,7,3,4,1,5,6,0,0,20.975,0,3,3,3,5,6,4,9,9,-99,5.05,22.844,24.259,8,3,3,2,3,3,3,29.068,59.313,60.542,6,2,,5.105,7.243,7.502,2,1,1986,Oregon,7,3,1,-99,7,-99,-99,9,2,2,-99,1.378,94.343,95.262,19,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5c638b779e01830001f7127e,0,"{""startTime"":1678658132491,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678658146167,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678657997127,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":54,""label"":""tour_started""},{""time"":5571,""label"":""tour_next"",""step"":2},{""time"":8462,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678658082861,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":9551,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1263,""week"":""52"",""id"":""chart""},{""time"":11312,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2634,""week"":""52"",""id"":""chart2""},{""label"":""window_blurred"",""time"":15045},{""label"":""window_focused"",""time"":21643},{""label"":""window_blurred"",""time"":23819},{""label"":""window_focused"",""time"":26747}]}",simple -2023-03-12 15:53:36,2023-03-12 16:02:58,0,69.131.133.248,100,561,1,2023-03-12 16:02:58,R_2qkfqYgix3OvHSW,,,,,40.7279,-105.035,anonymous,EN,1,5.951,5.951,6.815,1,1,2,1,1.52,3.23,3.987,2,0,0,15.013,0,30,5,92,7.619,13.214,14.734,3,9.182,78.444,81.257,10,1,1,,,,,-3,-3,,,,,-3,36.655,36.655,38.23,1,0,0,34.73,0,5,7,5,5,5,4,-99,13.063,33.626,35.432,8,4,4,5,7,2,6,"This visualization is put out by the CDC, a trusted organization",3.189,3.189,23.311,1,4,-99,5.873,5.873,6.91,1,2,7,3,4,1,5,6,0,0,19.697,0,1,4,2,5,1,5,10,10,-99,3.734,17.803,19.253,8,4,4,1,2,4,3,9.363,23.988,25.132,6,2,3,8.58,15.712,17.378,2,2,1998,Colorado,6,1,1,-99,7,-99,-99,5,4,1,laurenh778@gmail.com,2.627,53.683,62.039,15,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5a259978f6afdd0001ef1a42,1,"{""startTime"":1678658221455,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678658257971,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678658065879,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":9176,""label"":""tour_next"",""step"":5},{""time"":15662,""label"":""tour_back"",""step"":5},{""time"":17357,""label"":""tour_next"",""step"":5},{""time"":33487,""label"":""started_brush"",""startDate"":""2021-06-01"",""endDate"":""2021-10-31""},{""time"":34345,""label"":""tour_next"",""step"":5},{""time"":42828,""label"":""cleared_brush"",""using"":""Click""},{""time"":47058,""label"":""cleared_brush"",""using"":""Click""},{""time"":48900,""label"":""cleared_brush"",""using"":""Click""},{""time"":50813,""label"":""cleared_brush"",""using"":""Click""},{""time"":51294,""label"":""cleared_brush"",""using"":""Click""},{""time"":53940,""label"":""started_brush"",""startDate"":""2021-10-02"",""endDate"":""2022-01-26""},{""time"":56917,""label"":""moved_brush"",""startDate"":""2021-07-12"",""endDate"":""2021-11-05""},{""time"":60012,""label"":""moved_brush"",""startDate"":""2021-06-29"",""endDate"":""2021-10-23""},{""time"":60603,""label"":""tour_next"",""step"":5},{""time"":63767,""label"":""cleared_brush"",""using"":""Click""},{""time"":63767,""label"":""cleared_brush"",""using"":""Escape""},{""time"":65643,""label"":""tour_next"",""step"":5},{""time"":69431,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678658186237,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":6198,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2135,""week"":""6"",""id"":""chart""},{""time"":8822,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4106,""week"":""52"",""id"":""chart""},{""time"":13824,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1870,""week"":""52"",""id"":""chart""},{""time"":16027,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1033,""week"":""51"",""id"":""chart""},{""time"":22980,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1031,""week"":""34"",""id"":""chart""}]}",complex -2023-03-12 15:51:19,2023-03-12 16:04:28,0,47.198.218.226,100,788,1,2023-03-12 16:04:29,R_2nuzFwEaYJAx5IJ,,,,,27.9455,-82.4598,anonymous,EN,1,6.214,6.214,10.811,1,1,4,1,3.533,4.642,6.124,2,0,0,15.011,0,85,84,50,10.764,19.33,21.461,3,32.034,44.423,46.601,2,1,1,,,,,-99,-99,,,,,1,29.505,29.505,31.325,1,0,0,45.907,0,3,3,4,5,5,4,I know that the data isn't 100% accurate because of lack of reporting positive covid cases. I can only trust the trend.,15.938,69.188,159.911,8,2,5,5,1,5,5,I believe that the graph shows the data it reports to have.,3.427,3.427,41.244,1,4,-99,8.143,9.596,11.782,2,2,7,3,4,1,5,6,0,0,21.132,0,1,6,6,7,4,6,9,9,-99,7.07,20.134,26.483,8,1,1,1,1,1,1,11.353,37.86,39.028,6,4,4,5.75,19.046,21.278,2,2,1982,Florida,6,2,1,-99,9,-99,Tampa,12,4,1,george.nicoler@gmail.com,3.803,60.598,62.111,15,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5dd32e9deab0423455e0358f,1,"{""startTime"":1678658238520,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":62284,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3574,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678658132475,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678657945590,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":8608,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1616,""week"":""2"",""id"":""chart""},{""time"":10541,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4300,""week"":""6"",""id"":""chart""},{""time"":14875,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3499,""week"":""5"",""id"":""chart""},{""time"":20908,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8066,""week"":""52"",""id"":""chart""},{""time"":32031,""label"":""tour_next"",""step"":2},{""time"":36790,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3650,""week"":""51"",""id"":""chart2""},{""time"":40474,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1901,""week"":""52"",""id"":""chart2""},{""time"":44419,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678658086128,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":13547,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1921,""week"":""51"",""id"":""chart2""},{""time"":29601,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1934,""week"":""6"",""id"":""chart2""}]}",simple -2023-03-12 15:56:31,2023-03-12 16:05:16,0,174.31.125.240,100,525,1,2023-03-12 16:05:17,R_1IGYIDGhwnWpHR8,,,,,47.6987,-117.4397,anonymous,EN,1,9.476,9.476,10.292,1,1,2,2,1.871,4.966,5.885,4,0,0,15.007,0,93,94,69,6.071,14.228,15.505,4,31.087,41.68,42.123,3,-2,1,,,,,1,1,,,,,-3,19.959,19.959,23.289,1,0,0,38.861,0,5,7,5,5,5,5,-99,11.306,26.882,28.882,7,5,5,4,3,3,5,"Nothing about it jumped out to me to say that this in untrustworthy, so I agreed with it",4.493,4.493,31.018,1,4,-99,7.731,7.731,9.828,1,2,7,3,4,1,5,6,0,0,16.115,0,3,6,4,7,5,2,10,10,-99,4.243,28.379,32.067,8,2,2,2,4,3,4,11.19,41.158,42.691,6,2,3,3.128,13.25,15.315,3,1,2001,Washington,3,3,1,-99,7,-99,-99,2,4,2,-99,1.879,62.366,64.865,11,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5aeb9f6f23e2ca0001974ab0,1,"{""startTime"":1678658445151,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678658390746,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678658257061,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":8141,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1026,""week"":""51"",""id"":""chart""},{""time"":10652,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3997,""week"":""1"",""id"":""chart""},{""time"":14669,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2281,""week"":""52"",""id"":""chart""},{""time"":17002,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3047,""week"":""51"",""id"":""chart""},{""time"":21520,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2380,""week"":""52"",""id"":""chart""},{""time"":24134,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1432,""week"":""1"",""id"":""chart""},{""time"":31082,""label"":""tour_next"",""step"":2},{""time"":35012,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678658351182,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":22608,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1152,""week"":""3"",""id"":""chart""},{""time"":24062,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3096,""week"":""6"",""id"":""chart""},{""time"":32142,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2951,""week"":""23"",""id"":""chart""}]}",moderate -2023-03-12 15:35:34,2023-03-12 16:06:14,0,16.98.99.140,100,1840,1,2023-03-12 16:06:15,R_3oSgaSDnM4lTwzc,,,,,35.3288,-118.9748,anonymous,EN,1,153.648,153.648,154.856,1,1,3,1,2.941,23.006,24.403,4,0,0,15.112,0,100,100,65,14.286,20.317,22.035,4,26.922,164.232,176.154,21,1,1,,,,,-3,-3,,,,,1,100.567,104.796,106.833,2,16.118,49.5,54.624,3,6,4,6,6,6,5,"The only reason why slightly agree was chose for the ""...sufficiently describes..."" question is because I am not sure where the data is from, like what state or county or what have you; that being said I do intrust that it is accurate for the area of which it represents but not for the state of the world/ united states as a whole. ",20.948,354.931,367.392,25,4,6,6,5,5,6,"The data is sourced to the cdc , the assumption is if the data is published it has been peer reviewed, ""I"" as a normal person can not be expected to cross-reference the every bit of data/ visualization that is presented; especially when it is sourced ",4.049,165.372,168.09,9,5,-99,12.974,15.089,46.617,2,2,7,3,4,1,5,6,0,0,42.181,0,6,4,5,4,7,7,9,9,-99,13.594,29.782,32.133,9,4,2,2,2,4,3,27.421,54.433,55.613,6,4,3,22.045,44.627,46.391,3,1,1996,California,3,2,1,-99,9,-99,white and hispanic/latino,3,3,2,-99,6.531,137.568,138.882,19,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5f056b73a43ac686571f41ad,1,"{""startTime"":1678657514210,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":239598},{""label"":""window_focused"",""time"":248127},{""label"":""window_blurred"",""time"":336854},{""label"":""window_focused"",""time"":339693}]}","{""startTime"":1678657882656,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678657175303,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":26919,""label"":""tour_next"",""step"":5},{""time"":51716,""label"":""cleared_brush"",""using"":""Click""},{""time"":52082,""label"":""cleared_brush"",""using"":""Click""},{""time"":55727,""label"":""moved_brush"",""startDate"":""2021-08-29"",""endDate"":""2022-02-07""},{""time"":58061,""label"":""moved_brush"",""startDate"":""2021-11-22"",""endDate"":""2022-02-07""},{""time"":63673,""label"":""cleared_brush"",""using"":""Click""},{""time"":65514,""label"":""cleared_brush"",""using"":""Click""},{""time"":69473,""label"":""cleared_brush"",""using"":""Click""},{""time"":70501,""label"":""cleared_brush"",""using"":""Click""},{""time"":71214,""label"":""cleared_brush"",""using"":""Click""},{""time"":71573,""label"":""cleared_brush"",""using"":""Click""},{""time"":72155,""label"":""cleared_brush"",""using"":""Click""},{""time"":79201,""label"":""cleared_brush"",""using"":""Click""},{""time"":80040,""label"":""cleared_brush"",""using"":""Click""},{""time"":80990,""label"":""cleared_brush"",""using"":""Click""},{""time"":82743,""label"":""cleared_brush"",""using"":""Click""},{""time"":88858,""label"":""cleared_brush"",""using"":""Click""},{""time"":89112,""label"":""cleared_brush"",""using"":""Click""},{""time"":89343,""label"":""moved_brush"",""startDate"":""2021-07-16"",""endDate"":""2021-07-21""},{""time"":89560,""label"":""moved_brush"",""startDate"":""2021-07-16"",""endDate"":""2021-07-21""},{""time"":90298,""label"":""moved_brush"",""startDate"":""2021-07-16"",""endDate"":""2021-10-02""},{""time"":90638,""label"":""moved_brush"",""startDate"":""2021-07-16"",""endDate"":""2021-10-02""},{""time"":90852,""label"":""moved_brush"",""startDate"":""2021-07-15"",""endDate"":""2021-10-01""},{""time"":91045,""label"":""moved_brush"",""startDate"":""2021-07-15"",""endDate"":""2021-10-01""},{""time"":96820,""label"":""moved_brush"",""startDate"":""2021-11-21"",""endDate"":""2022-02-07""},{""time"":98916,""label"":""started_brush"",""startDate"":""2021-06-17"",""endDate"":""2021-08-28""},{""time"":101449,""label"":""tour_next"",""step"":5},{""time"":115323,""label"":""moved_brush"",""startDate"":""2021-06-17"",""endDate"":""2021-11-28""},{""time"":116057,""label"":""moved_brush"",""startDate"":""2021-06-17"",""endDate"":""2021-11-27""},{""time"":116941,""label"":""tour_next"",""step"":5},{""time"":132372,""label"":""moved_brush"",""startDate"":""2021-06-20"",""endDate"":""2021-11-30""},{""time"":132560,""label"":""moved_brush"",""startDate"":""2021-06-21"",""endDate"":""2021-12-01""},{""time"":134602,""label"":""moved_brush"",""startDate"":""2021-06-21"",""endDate"":""2021-12-01""},{""time"":134760,""label"":""moved_brush"",""startDate"":""2021-06-21"",""endDate"":""2021-12-01""},{""time"":135424,""label"":""moved_brush"",""startDate"":""2021-06-21"",""endDate"":""2021-12-01""},{""time"":135673,""label"":""moved_brush"",""startDate"":""2021-06-19"",""endDate"":""2021-11-29""},{""time"":136464,""label"":""cleared_brush"",""using"":""Click""},{""time"":136672,""label"":""cleared_brush"",""using"":""Click""},{""time"":137049,""label"":""cleared_brush"",""using"":""Click""},{""time"":137742,""label"":""cleared_brush"",""using"":""Click""},{""time"":137915,""label"":""cleared_brush"",""using"":""Click""},{""time"":138502,""label"":""tour_next"",""step"":5},{""time"":145671,""label"":""tour_end"",""step"":5},{""time"":153846,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1315,""week"":""52"",""id"":""chart""},{""time"":160198,""label"":""moved_brush"",""startDate"":""2021-10-08"",""endDate"":""2022-02-07""},{""time"":162623,""label"":""moved_brush"",""startDate"":""2021-10-08"",""endDate"":""2022-02-07""},{""time"":163274,""label"":""cleared_brush"",""using"":""Click""},{""time"":163446,""label"":""cleared_brush"",""using"":""Click""}]}","{""startTime"":1678657459154,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":1972,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5209,""week"":""52"",""id"":""chart""},{""time"":16693,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3967,""week"":""52"",""id"":""chart""},{""time"":21830,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2834,""week"":""52"",""id"":""chart""},{""time"":25588,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1707,""week"":""51"",""id"":""chart""},{""time"":36071,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1154,""week"":""52"",""id"":""chart""},{""time"":43039,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3043,""week"":""1"",""id"":""chart""}]}",complex -2023-03-12 15:53:37,2023-03-12 16:09:58,0,216.96.79.206,100,980,1,2023-03-12 16:09:58,R_3JmyzXO1vPCYFa5,,,,,31.1823,-83.7641,anonymous,EN,1,9.959,9.959,11.163,1,,,,,,,,0,0,15.014,0,75,34,50,12.804,21.187,21.881,4,59.546,92.555,105.321,5,1,1,,,,,1,-3,,,,,-99,57.735,57.735,58.625,1,0,0,38.807,0,3,1,2,2,3,2,"The data implies a connection or correlation between fungi-related disease and insect-related disease. It is difficult to tease the two apart in viewing the data. ",9.462,53.805,98.67,7,7,3,4,7,1,2,"The two variables are difficult to tease apart (insect and fungi). The author is ensuring that we see a connection. ",3.215,3.215,42.303,1,4,-99,6.75,9.008,10.881,2,2,7,3,4,1,5,6,0,0,37.161,0,7,8,9,8,5,6,9,9,-99,7.947,31.694,36.228,8,4,4,3,3,3,2,12.902,40.414,43.416,7,3,,10.679,12.823,15.34,2,1,1980,Georgia,7,2,1,-99,7,-99,-99,17,4,2,-99,3.801,88.704,93.809,18,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,631b94723014b047b0f8e70a,0,"{""startTime"":1678658351600,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678658450981,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678658070797,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":34109,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8679,""week"":""52"",""id"":""chart""},{""time"":42903,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4819,""week"":""1"",""id"":""chart""},{""time"":48279,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4681,""week"":""2"",""id"":""chart""},{""time"":53913,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2432,""week"":""49"",""id"":""chart""},{""time"":59542,""label"":""tour_next"",""step"":2},{""time"":72077,""label"":""tour_end"",""step"":2},{""time"":74522,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5555,""week"":""52"",""id"":""chart""},{""time"":80090,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6822,""week"":""1"",""id"":""chart""},{""time"":94421,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3415,""week"":""5"",""id"":""chart""},{""time"":98564,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5496,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678658312095,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",moderate -2023-03-12 15:56:59,2023-03-12 16:10:07,0,69.237.41.96,100,787,1,2023-03-12 16:10:07,R_33gwzKWNSdn62tX,,,,,33.8583,-84.2165,anonymous,EN,1,30.98,30.98,33.67,1,1,4,1,2.361,5.461,6.515,2,0,0,15.113,0,96,28,43,7.568,17.151,17.958,3,7.542,69.174,70.881,25,1,1,,,,,1,-3,,,,,1,16.984,16.984,24.36,1,26.89,55.54,57.296,3,5,5,5,6,6,6,-99,5.509,32.19,32.615,8,5,4,4,5,5,6,Its based on factual data and provides number when hovering,4.421,4.421,20.877,1,5,-99,8.851,12.268,14.042,4,2,7,3,4,1,5,6,0,0,26.532,0,5,10,8,7,7,7,11,10,-99,8.917,23.699,27.94,8,4,4,1,2,5,4,15.858,43.091,44.081,7,1,1,2.861,10.794,12.235,2,2,1984,Georgia,9,3,1,-99,7,-99,-99,13,4,1,julierushmore@gmail.com,2.331,160.604,164.133,44,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,60f75a701ac4cfc5c17cceb7,1,"{""startTime"":1678658521839,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678658463745,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678658309789,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":2922,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2157,""week"":""2"",""id"":""chart""},{""time"":7537,""label"":""tour_next"",""step"":5},{""time"":45081,""label"":""cleared_brush"",""using"":""Click""},{""time"":45311,""label"":""cleared_brush"",""using"":""Click""},{""time"":45495,""label"":""cleared_brush"",""using"":""Click""},{""time"":48871,""label"":""started_brush"",""startDate"":""2021-08-14"",""endDate"":""2021-11-24""},{""time"":50986,""label"":""tour_next"",""step"":5},{""time"":60053,""label"":""moved_brush"",""startDate"":""2021-04-28"",""endDate"":""2021-08-07""},{""time"":60768,""label"":""tour_next"",""step"":5},{""time"":65161,""label"":""cleared_brush"",""using"":""Click""},{""time"":67235,""label"":""tour_next"",""step"":5},{""time"":69168,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678658406073,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":24318,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1360,""week"":""51"",""id"":""chart""},{""time"":39015,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5195,""week"":""52"",""id"":""chart""},{""time"":44431,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2962,""week"":""51"",""id"":""chart""},{""time"":48293,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2267,""week"":""1"",""id"":""chart""},{""time"":51214,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1280,""week"":""2"",""id"":""chart""},{""time"":52598,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2212,""week"":""3"",""id"":""chart""}]}",complex -2023-03-12 15:55:04,2023-03-12 16:10:26,0,174.130.101.57,100,922,1,2023-03-12 16:10:27,R_1ogPU7XwxWAY2ZC,,,,,41.4318,-78.5494,anonymous,EN,1,10.631,10.631,12.32,1,1,4,2,4.48,6.694,8.738,2,1.169,12.897,15.048,3,63,77,85,5.466,14.966,16.883,4,56.709,73.099,115.727,4,1,-3,,,,,-3,-3,,,,,1,12.497,74.724,75.902,5,10.37,10.37,54.867,1,3,7,3,5,5,3,-99,2.702,53.835,55.331,12,5,6,5,3,5,5,"It is clear, easy to read, and the trends show what I have experienced.",1.96,1.96,40.031,1,2,-99,3.327,11.808,17.857,5,2,7,3,4,1,5,6,13.287,32.496,33.407,6,2,3,2,2,2,2,9,7,-99,8.658,46.944,49.046,9,4,2,1,2,3,4,10.892,46.612,48.091,9,2,3,6.374,18.898,20.167,4,1,1987,Pennsylvania,3,2,1,-99,9,-99,white/black/middle eastern/native,4,4,1,5c5aecc774a76f0001a25ced@email.prolific.co,4.579,98.281,100.028,18,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5c5aecc774a76f0001a25ced,1,"{""startTime"":1678658423879,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":1885},{""label"":""window_focused"",""time"":3300},{""label"":""window_blurred"",""time"":3309},{""label"":""window_focused"",""time"":3309}]}","{""startTime"":1678658479852,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678658184238,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":13416,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3302,""week"":""52"",""id"":""chart""},{""time"":18587,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1751,""week"":""14"",""id"":""chart""},{""time"":21022,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1335,""week"":""31"",""id"":""chart""},{""time"":24060,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2335,""week"":""14"",""id"":""chart""},{""time"":26962,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2803,""week"":""31"",""id"":""chart""},{""time"":31017,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3620,""week"":""32"",""id"":""chart""},{""time"":42579,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3020,""week"":""52"",""id"":""chart""},{""time"":45916,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1401,""week"":""2"",""id"":""chart""},{""time"":48135,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2185,""week"":""52"",""id"":""chart""},{""time"":51734,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3692,""week"":""52"",""id"":""chart""},{""time"":56701,""label"":""tour_next"",""step"":2},{""time"":66436,""label"":""tour_end"",""step"":2},{""time"":67722,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1600,""week"":""52"",""id"":""chart""},{""time"":78160,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2337,""week"":""52"",""id"":""chart2""},{""time"":80924,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3023,""week"":""52"",""id"":""chart2""},{""time"":86694,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6309,""week"":""52"",""id"":""chart2""},{""time"":103895,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2921,""week"":""52"",""id"":""chart""},{""time"":107429,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6073,""week"":""52"",""id"":""chart2""}]}","{""startTime"":1678658368397,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":8842},{""label"":""window_focused"",""time"":10269},{""label"":""window_blurred"",""time"":10277},{""label"":""window_focused"",""time"":10277},{""time"":19132,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1691,""week"":""52"",""id"":""chart""},{""time"":21344,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1732,""week"":""1"",""id"":""chart""},{""time"":24807,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2424,""week"":""52"",""id"":""chart2""},{""time"":29776,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2738,""week"":""52"",""id"":""chart""},{""time"":32737,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2452,""week"":""52"",""id"":""chart2""},{""time"":42973,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3861,""week"":""32"",""id"":""chart2""},{""time"":47622,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4167,""week"":""32"",""id"":""chart""}]}",simple -2023-03-12 15:57:47,2023-03-12 16:14:11,0,70.175.171.187,100,984,1,2023-03-12 16:14:12,R_1LYG0Tf4neUiy1X,,,,,35.4471,-97.5595,anonymous,EN,1,113.157,113.157,113.914,1,,,,,,,,0,0,15.111,0,50,50,50,1.134,6.12,7.515,2,1.163,116.709,118.914,43,1,1,,,,,-3,-3,,,,,-2,64.405,110.576,111.933,4,0.714,0.714,198.853,1,3,3,3,3,3,3,-99,8.903,16.029,17.345,8,3,3,3,3,3,3,Could be valid or invalid,2.376,3.18,20.013,2,4,-99,2.043,4.624,7.138,3,2,7,3,4,1,5,6,0,0,24.257,0,6,6,6,6,6,6,6,6,-99,2.014,6.161,8.001,8,3,3,3,3,3,3,1.273,5.099,6.034,6,2,,73.644,73.644,75.226,1,1,1974,Oklahoma,6,3,1,-99,3,-99,-99,15,4,1,-99,2.317,59.828,61.256,12,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,637d5f042e21102f772b6e30,0,"{""startTime"":1678658873507,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678658896995,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678658436802,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":2962,""label"":""tour_next"",""step"":5},{""time"":11774,""label"":""tour_back"",""step"":5},{""time"":15082,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1633,""week"":""52"",""id"":""chart""},{""time"":25740,""label"":""tour_next"",""step"":5},{""time"":30422,""label"":""tour_back"",""step"":5},{""time"":33704,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2716,""week"":""52"",""id"":""chart""},{""time"":58387,""label"":""tour_next"",""step"":5},{""time"":61778,""label"":""started_brush"",""startDate"":""2021-04-25"",""endDate"":""2021-07-18""},{""time"":62880,""label"":""moved_brush"",""startDate"":""2021-07-23"",""endDate"":""2021-10-16""},{""time"":63803,""label"":""tour_next"",""step"":5},{""time"":65231,""label"":""started_brush"",""startDate"":""2021-04-28"",""endDate"":""2021-07-22""},{""time"":66157,""label"":""started_brush"",""startDate"":""2021-08-10"",""endDate"":""2021-09-05""},{""time"":69409,""label"":""started_brush"",""startDate"":""2021-05-24"",""endDate"":""2021-09-05""},{""time"":72803,""label"":""cleared_brush"",""using"":""Click""},{""time"":77497,""label"":""cleared_brush"",""using"":""Click""},{""time"":79752,""label"":""cleared_brush"",""using"":""Click""},{""time"":80952,""label"":""cleared_brush"",""using"":""Click""},{""time"":82548,""label"":""cleared_brush"",""using"":""Click""},{""time"":85369,""label"":""cleared_brush"",""using"":""Click""},{""time"":86703,""label"":""cleared_brush"",""using"":""Click""},{""time"":89534,""label"":""tour_back"",""step"":5},{""time"":92203,""label"":""cleared_brush"",""using"":""Click""},{""time"":95027,""label"":""started_brush"",""startDate"":""2021-05-26"",""endDate"":""2021-07-01""},{""time"":96041,""label"":""tour_next"",""step"":5},{""time"":99264,""label"":""moved_brush"",""startDate"":""2021-04-18"",""endDate"":""2021-05-23""},{""time"":100017,""label"":""tour_next"",""step"":5},{""time"":105901,""label"":""moved_brush"",""startDate"":""2021-04-18"",""endDate"":""2021-05-23""},{""time"":108212,""label"":""cleared_brush"",""using"":""Click""},{""time"":108212,""label"":""cleared_brush"",""using"":""Escape""},{""time"":110873,""label"":""tour_next"",""step"":5},{""time"":115849,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678658670145,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":2821,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1185,""week"":""34"",""id"":""chart""},{""label"":""window_blurred"",""time"":24813},{""label"":""window_focused"",""time"":26447},{""label"":""window_blurred"",""time"":26453},{""label"":""window_focused"",""time"":195995}]}",complex -2023-03-12 16:06:50,2023-03-12 16:14:26,0,206.255.165.213,100,455,1,2023-03-12 16:14:27,R_22StgQgZc1UbqKU,,,,,35.2352,-90.7971,anonymous,EN,1,4.208,4.208,5.378,1,,,,,,,,0,0,15.009,0,63,78,90,3.32,7.701,8.94,3,14.541,27.402,40.725,2,1,-2,,,,,-3,-3,,,,,1,28.963,28.963,31.713,1,0,0,85.872,0,5,7,4,5,6,5,-99,14.793,19.1,21.801,6,3,5,4,7,5,5,"It looks high quality. ",2.347,2.347,8.829,1,3,-99,5.875,8.229,12.224,5,2,7,3,4,1,5,6,0,0,17,0,2,2,4,3,1,4,6,7,-99,3.375,14.809,16.695,8,1,2,4,5,2,1,3.047,14.232,15.064,6,7,,2.29,2.29,4.165,1,1,1987,Arkansas,6,2,1,-99,9,-99,Wynne,7,2,1,c2thaj@msn.com,1.561,38.557,47.748,13,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,584c1e1f69b36600018ff959,0,"{""startTime"":1678659047730,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678659022819,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678658850799,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":6925,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1248,""week"":""1"",""id"":""chart""},{""time"":10658,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1166,""week"":""6"",""id"":""chart""},{""time"":14533,""label"":""tour_next"",""step"":2},{""time"":20858,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1983,""week"":""52"",""id"":""chart2""},{""time"":27394,""label"":""tour_end"",""step"":2},{""time"":32901,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1411,""week"":""3"",""id"":""chart""},{""time"":34371,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1786,""week"":""4"",""id"":""chart""},{""time"":36877,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1264,""week"":""52"",""id"":""chart2""},{""time"":38354,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1071,""week"":""4"",""id"":""chart""}]}","{""startTime"":1678658936396,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":5152,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1159,""week"":""1"",""id"":""chart""},{""time"":13195,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1615,""week"":""52"",""id"":""chart""},{""time"":16009,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1084,""week"":""50"",""id"":""chart""},{""time"":41110,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1173,""week"":""1"",""id"":""chart2""},{""time"":51663,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1597,""week"":""52"",""id"":""chart2""},{""time"":63981,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1114,""week"":""4"",""id"":""chart2""},{""time"":66204,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1556,""week"":""6"",""id"":""chart2""},{""time"":68324,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1103,""week"":""52"",""id"":""chart2""}]}",simple -2023-03-12 15:56:10,2023-03-12 16:16:46,0,67.11.49.7,100,1235,1,2023-03-12 16:16:46,R_1jjqOuyOkZKsDAs,,,,,29.3959,-98.4761,anonymous,EN,1,10.438,10.438,11.237,1,1,3,1,2.022,5.806,6.729,2,0,0,15.019,0,73,32,64,6.466,18.658,19.402,4,9.179,65.997,75.64,9,-3,-99,,,,,1,-99,,,,,1,27.538,27.538,28.753,1,27.012,27.012,37.897,1,6,4,1,6,5,6,-99,3.971,68.997,70.47,8,4,3,2,2,4,4,"It has good data in it, but it also has problems with how clear it is.",1.48,1.48,23.39,1,4,-99,6.302,6.302,7.103,1,2,7,3,4,1,5,6,0,0,16.421,0,4,6,7,7,8,6,9,10,-99,103.194,129.786,131.962,16,4,1,3,3,3,2,6.489,165.274,165.754,15,2,3,3.048,47.287,48.29,4,1,1996,Texas,6,2,1,-99,4,-99,-99,11,1,2,-99,3.248,46.277,47.669,12,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,63615aa254cc85a51c9ab52e,1,"{""startTime"":1678658573439,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678658580912,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":13110},{""label"":""window_focused"",""time"":13853},{""label"":""window_blurred"",""time"":54696},{""label"":""window_focused"",""time"":69636},{""label"":""window_blurred"",""time"":132054},{""label"":""window_focused"",""time"":138166}]}","{""startTime"":1678658364372,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":35,""label"":""tour_started""},{""time"":8897,""label"":""tour_next"",""step"":5},{""label"":""window_blurred"",""time"":10804},{""label"":""window_focused"",""time"":19808},{""time"":20257,""label"":""cleared_brush"",""using"":""Click""},{""time"":24150,""label"":""cleared_brush"",""using"":""Click""},{""time"":25253,""label"":""cleared_brush"",""using"":""Click""},{""time"":33276,""label"":""cleared_brush"",""using"":""Click""},{""time"":37469,""label"":""cleared_brush"",""using"":""Click""},{""time"":42137,""label"":""cleared_brush"",""using"":""Click""},{""time"":42514,""label"":""cleared_brush"",""using"":""Click""},{""time"":42703,""label"":""cleared_brush"",""using"":""Click""},{""time"":43483,""label"":""cleared_brush"",""using"":""Click""},{""time"":45446,""label"":""cleared_brush"",""using"":""Click""},{""time"":51997,""label"":""started_brush"",""startDate"":""2021-05-17"",""endDate"":""2021-06-16""},{""time"":53308,""label"":""tour_next"",""step"":5},{""time"":57536,""label"":""moved_brush"",""startDate"":""2021-07-01"",""endDate"":""2021-07-30""},{""time"":58552,""label"":""tour_next"",""step"":5},{""time"":61458,""label"":""cleared_brush"",""using"":""Click""},{""time"":62498,""label"":""tour_next"",""step"":5},{""time"":65716,""label"":""tour_end"",""step"":5},{""time"":69188,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5474,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678658470523,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":4894,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1551,""week"":""52"",""id"":""chart""},{""time"":13358,""label"":""started_brush"",""startDate"":""2021-06-08"",""endDate"":""2021-06-15""},{""time"":17042,""label"":""moved_brush"",""startDate"":""2021-06-08"",""endDate"":""2021-07-16""},{""time"":24009,""label"":""moved_brush"",""startDate"":""2021-12-30"",""endDate"":""2022-02-07""},{""time"":26277,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":2079,""week"":""1"",""id"":""chart""},{""time"":30661,""label"":""moved_brush"",""startDate"":""2021-11-08"",""endDate"":""2021-12-17""},{""time"":31659,""label"":""cleared_brush"",""using"":""Click""}]}",complex -2023-03-12 15:56:26,2023-03-12 16:23:45,0,73.115.198.45,100,1638,1,2023-03-12 16:23:45,R_1Lc68PAfFdGkxod,,,,,29.7738,-95.406,anonymous,EN,1,31.908,31.908,34.505,1,,,,,,,,11.207,11.207,15.013,1,56,43,65,2.673,47.236,50.095,9,4.839,98.694,102.637,10,-2,-2,,,,,-3,-3,,,,,-2,18.719,79.997,92.518,10,3.014,25.095,34.684,7,4,4,5,5,5,4,no comments,20.778,91.193,106.108,17,4,5,5,5,5,4,because i probably feel it might be from a reputable source,14.842,14.842,111.188,1,1,no comments,15.504,27.433,41.091,4,2,7,3,4,1,5,6,34.846,34.846,60.976,1,3,6,5,8,9,8,9,10,no comments,21.778,75.825,93.496,11,2,2,4,2,3,2,36.376,81.241,83.459,12,2,,16.937,16.937,21.277,1,2,1973,Texas,6,1,1,-99,3,-99,-99,7,1,2,-99,8.838,93.711,96.89,26,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,638df16a9ac9d4b756ea24e3,0,"{""startTime"":1678658953127,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_focused"",""time"":102918},{""label"":""window_focused"",""time"":102918},{""label"":""window_blurred"",""time"":106600},{""label"":""window_focused"",""time"":108116},{""label"":""window_blurred"",""time"":108727},{""label"":""window_focused"",""time"":112306}]}","{""startTime"":1678658767094,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678658375392,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":21,""label"":""tour_started""},{""time"":25542,""label"":""tour_next"",""step"":2},{""time"":67205,""label"":""tour_back"",""step"":2},{""time"":72614,""label"":""tour_next"",""step"":2},{""time"":75022,""label"":""tour_end"",""step"":2},{""label"":""window_blurred"",""time"":122534},{""label"":""window_focused"",""time"":123294},{""label"":""window_focused"",""time"":123294},{""label"":""window_focused"",""time"":129970},{""label"":""window_focused"",""time"":143220},{""label"":""window_focused"",""time"":143220},{""label"":""window_focused"",""time"":157499},{""label"":""window_focused"",""time"":157499},{""label"":""window_focused"",""time"":176825},{""label"":""window_focused"",""time"":176825},{""label"":""window_blurred"",""time"":186788},{""label"":""window_focused"",""time"":209753}]}","{""startTime"":1678658730134,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",simple +Assume you trust the data used for the visualization. To what extent do you agree or disagree with the following statements about the visualization presented above? - I trust this visualization","Tell us a bit more about why you [QID150-ChoiceGroup-SelectedAnswers-11] with the statement ""I trust this visualization"".",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,PROLIFIC_PID,isCovidData,provenance-bar-data,provenance-bar-vis,provenance-bar-tour,provenance-bar-explore,bar-complexity +"{""ImportId"":""startDate"",""timeZone"":""America/Denver""}","{""ImportId"":""endDate"",""timeZone"":""America/Denver""}","{""ImportId"":""status""}","{""ImportId"":""ipAddress""}","{""ImportId"":""progress""}","{""ImportId"":""duration""}","{""ImportId"":""finished""}","{""ImportId"":""recordedDate"",""timeZone"":""America/Denver""}","{""ImportId"":""_recordId""}","{""ImportId"":""recipientLastName""}","{""ImportId"":""recipientFirstName""}","{""ImportId"":""recipientEmail""}","{""ImportId"":""externalDataReference""}","{""ImportId"":""locationLatitude""}","{""ImportId"":""locationLongitude""}","{""ImportId"":""distributionChannel""}","{""ImportId"":""userLanguage""}","{""ImportId"":""QID182""}","{""ImportId"":""QID189_FIRST_CLICK""}","{""ImportId"":""QID189_LAST_CLICK""}","{""ImportId"":""QID189_PAGE_SUBMIT""}","{""ImportId"":""QID189_CLICK_COUNT""}","{""ImportId"":""QID4""}","{""ImportId"":""QID5""}","{""ImportId"":""QID6""}","{""ImportId"":""QID64_FIRST_CLICK""}","{""ImportId"":""QID64_LAST_CLICK""}","{""ImportId"":""QID64_PAGE_SUBMIT""}","{""ImportId"":""QID64_CLICK_COUNT""}","{""ImportId"":""QID191_FIRST_CLICK""}","{""ImportId"":""QID191_LAST_CLICK""}","{""ImportId"":""QID191_PAGE_SUBMIT""}","{""ImportId"":""QID191_CLICK_COUNT""}","{""ImportId"":""QID228_1""}","{""ImportId"":""QID230_1""}","{""ImportId"":""QID231_1""}","{""ImportId"":""QID209_FIRST_CLICK""}","{""ImportId"":""QID209_LAST_CLICK""}","{""ImportId"":""QID209_PAGE_SUBMIT""}","{""ImportId"":""QID209_CLICK_COUNT""}","{""ImportId"":""QID188_FIRST_CLICK""}","{""ImportId"":""QID188_LAST_CLICK""}","{""ImportId"":""QID188_PAGE_SUBMIT""}","{""ImportId"":""QID188_CLICK_COUNT""}","{""ImportId"":""QID160""}","{""ImportId"":""QID161""}","{""ImportId"":""QID166_FIRST_CLICK""}","{""ImportId"":""QID166_LAST_CLICK""}","{""ImportId"":""QID166_PAGE_SUBMIT""}","{""ImportId"":""QID166_CLICK_COUNT""}","{""ImportId"":""QID167""}","{""ImportId"":""QID168""}","{""ImportId"":""QID173_FIRST_CLICK""}","{""ImportId"":""QID173_LAST_CLICK""}","{""ImportId"":""QID173_PAGE_SUBMIT""}","{""ImportId"":""QID173_CLICK_COUNT""}","{""ImportId"":""QID174""}","{""ImportId"":""QID179_FIRST_CLICK""}","{""ImportId"":""QID179_LAST_CLICK""}","{""ImportId"":""QID179_PAGE_SUBMIT""}","{""ImportId"":""QID179_CLICK_COUNT""}","{""ImportId"":""QID223_FIRST_CLICK""}","{""ImportId"":""QID223_LAST_CLICK""}","{""ImportId"":""QID223_PAGE_SUBMIT""}","{""ImportId"":""QID223_CLICK_COUNT""}","{""ImportId"":""QID101_1""}","{""ImportId"":""QID101_2""}","{""ImportId"":""QID101_3""}","{""ImportId"":""QID101_4""}","{""ImportId"":""QID101_12""}","{""ImportId"":""QID101_15""}","{""ImportId"":""QID200_TEXT""}","{""ImportId"":""QID192_FIRST_CLICK""}","{""ImportId"":""QID192_LAST_CLICK""}","{""ImportId"":""QID192_PAGE_SUBMIT""}","{""ImportId"":""QID192_CLICK_COUNT""}","{""ImportId"":""QID102_6""}","{""ImportId"":""QID102_7""}","{""ImportId"":""QID102_8""}","{""ImportId"":""QID102_9""}","{""ImportId"":""QID102_10""}","{""ImportId"":""QID102_11""}","{""ImportId"":""QID117_TEXT""}","{""ImportId"":""QID78_FIRST_CLICK""}","{""ImportId"":""QID78_LAST_CLICK""}","{""ImportId"":""QID78_PAGE_SUBMIT""}","{""ImportId"":""QID78_CLICK_COUNT""}","{""ImportId"":""QID122_2""}","{""ImportId"":""QID203_TEXT""}","{""ImportId"":""QID199_FIRST_CLICK""}","{""ImportId"":""QID199_LAST_CLICK""}","{""ImportId"":""QID199_PAGE_SUBMIT""}","{""ImportId"":""QID199_CLICK_COUNT""}","{""ImportId"":""QID36_1""}","{""ImportId"":""QID36_2""}","{""ImportId"":""QID36_3""}","{""ImportId"":""QID36_4""}","{""ImportId"":""QID36_5""}","{""ImportId"":""QID36_6""}","{""ImportId"":""QID36_7""}","{""ImportId"":""QID65_FIRST_CLICK""}","{""ImportId"":""QID65_LAST_CLICK""}","{""ImportId"":""QID65_PAGE_SUBMIT""}","{""ImportId"":""QID65_CLICK_COUNT""}","{""ImportId"":""QID38_1""}","{""ImportId"":""QID38_2""}","{""ImportId"":""QID38_3""}","{""ImportId"":""QID38_4""}","{""ImportId"":""QID38_5""}","{""ImportId"":""QID38_6""}","{""ImportId"":""QID38_7""}","{""ImportId"":""QID38_8""}","{""ImportId"":""QID204_TEXT""}","{""ImportId"":""QID72_FIRST_CLICK""}","{""ImportId"":""QID72_LAST_CLICK""}","{""ImportId"":""QID72_PAGE_SUBMIT""}","{""ImportId"":""QID72_CLICK_COUNT""}","{""ImportId"":""QID39_1""}","{""ImportId"":""QID39_2""}","{""ImportId"":""QID39_3""}","{""ImportId"":""QID39_4""}","{""ImportId"":""QID39_5""}","{""ImportId"":""QID39_6""}","{""ImportId"":""QID73_FIRST_CLICK""}","{""ImportId"":""QID73_LAST_CLICK""}","{""ImportId"":""QID73_PAGE_SUBMIT""}","{""ImportId"":""QID73_CLICK_COUNT""}","{""ImportId"":""QID11""}","{""ImportId"":""QID13""}","{""ImportId"":""QID74_FIRST_CLICK""}","{""ImportId"":""QID74_LAST_CLICK""}","{""ImportId"":""QID74_PAGE_SUBMIT""}","{""ImportId"":""QID74_CLICK_COUNT""}","{""ImportId"":""QID14""}","{""ImportId"":""QID15_TEXT""}","{""ImportId"":""QID16_1""}","{""ImportId"":""QID17""}","{""ImportId"":""QID23""}","{""ImportId"":""QID27""}","{""ImportId"":""QID27_4_TEXT""}","{""ImportId"":""QID18""}","{""ImportId"":""QID18_8_TEXT""}","{""ImportId"":""QID18_9_TEXT""}","{""ImportId"":""QID19""}","{""ImportId"":""QID20""}","{""ImportId"":""QID25""}","{""ImportId"":""QID75_FIRST_CLICK""}","{""ImportId"":""QID75_LAST_CLICK""}","{""ImportId"":""QID75_PAGE_SUBMIT""}","{""ImportId"":""QID75_CLICK_COUNT""}","{""ImportId"":""QID138_TEXT""}","{""ImportId"":""QID139_1""}","{""ImportId"":""QID139_2""}","{""ImportId"":""QID139_3""}","{""ImportId"":""QID139_4""}","{""ImportId"":""QID139_12""}","{""ImportId"":""QID139_15""}","{""ImportId"":""QID140_6""}","{""ImportId"":""QID140_7""}","{""ImportId"":""QID140_8""}","{""ImportId"":""QID140_9""}","{""ImportId"":""QID140_10""}","{""ImportId"":""QID140_11""}","{""ImportId"":""QID141_TEXT""}","{""ImportId"":""QID142_FIRST_CLICK""}","{""ImportId"":""QID142_LAST_CLICK""}","{""ImportId"":""QID142_PAGE_SUBMIT""}","{""ImportId"":""QID142_CLICK_COUNT""}","{""ImportId"":""QID143_TEXT""}","{""ImportId"":""QID144_1""}","{""ImportId"":""QID144_2""}","{""ImportId"":""QID144_3""}","{""ImportId"":""QID144_4""}","{""ImportId"":""QID144_12""}","{""ImportId"":""QID144_15""}","{""ImportId"":""QID145_6""}","{""ImportId"":""QID145_7""}","{""ImportId"":""QID145_8""}","{""ImportId"":""QID145_9""}","{""ImportId"":""QID145_10""}","{""ImportId"":""QID145_11""}","{""ImportId"":""QID146_TEXT""}","{""ImportId"":""QID147_FIRST_CLICK""}","{""ImportId"":""QID147_LAST_CLICK""}","{""ImportId"":""QID147_PAGE_SUBMIT""}","{""ImportId"":""QID147_CLICK_COUNT""}","{""ImportId"":""QID148_TEXT""}","{""ImportId"":""QID149_1""}","{""ImportId"":""QID149_2""}","{""ImportId"":""QID149_3""}","{""ImportId"":""QID149_4""}","{""ImportId"":""QID149_12""}","{""ImportId"":""QID149_15""}","{""ImportId"":""QID150_6""}","{""ImportId"":""QID150_7""}","{""ImportId"":""QID150_8""}","{""ImportId"":""QID150_9""}","{""ImportId"":""QID150_10""}","{""ImportId"":""QID150_11""}","{""ImportId"":""QID151_TEXT""}","{""ImportId"":""QID152_FIRST_CLICK""}","{""ImportId"":""QID152_LAST_CLICK""}","{""ImportId"":""QID152_PAGE_SUBMIT""}","{""ImportId"":""QID152_CLICK_COUNT""}","{""ImportId"":""PROLIFIC_PID""}","{""ImportId"":""isCovidData""}","{""ImportId"":""provenance-bar-data""}","{""ImportId"":""provenance-bar-vis""}","{""ImportId"":""provenance-bar-tour""}","{""ImportId"":""provenance-bar-explore""}","{""ImportId"":""bar-complexity""}" +2023-03-12 15:29:25,2023-03-12 15:41:08,0,67.186.178.95,100,703,1,2023-03-12 15:41:09,R_1eEOE80Y8XlTH5x,,,,,44.4537,-73.1773,anonymous,EN,1,20.214,20.214,21.207,1,,,,,,,,0,0,15.114,0,100,100,36,7.293,12.395,14.015,4,21.186,34.419,66.096,2,1,1,,,,,-3,1,,,,,1,30.471,30.471,32.642,1,18.983,18.983,43.668,1,3,1,6,6,6,6,"The visual depicts crop disease, but the questions ask about covid 19 vaccinations, which are unrelated.",8.486,39.761,90.602,8,6,6,5,7,7,6,It clearly shows me the numbers from a data set and lets me form my own opinions/conclusions from it without biasing them with additional written information.,2.468,2.468,52.875,1,4,-99,3.772,5.68,8.353,3,2,3,4,5,1,6,7,0,0,14.077,0,2,5,7,7,6,7,11,7,-99,4.387,14.238,16.638,8,4,5,2,2,5,5,8.693,23.97,25.054,6,1,,2.562,2.562,5.758,1,2,2000,Vermont,6,3,1,-99,7,-99,-99,4,4,2,2.021,58.671,60.701,14,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,614f39f10ed069cb9fdd8bbc,0,"{""startTime"":1678656902973,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":20512,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1311,""week"":""3"",""id"":""chart""}]}","{""startTime"":1678656822225,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678656653200,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":19,""label"":""tour_started""},{""time"":8552,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":11484,""week"":""1"",""id"":""chart""},{""time"":21174,""label"":""tour_next"",""step"":2},{""time"":23802,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1283,""week"":""1"",""id"":""chart2""},{""time"":25104,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2632,""week"":""52"",""id"":""chart2""},{""time"":34405,""label"":""tour_end"",""step"":2},{""time"":38025,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1459,""week"":""31"",""id"":""chart""},{""time"":39921,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1730,""week"":""23"",""id"":""chart""},{""time"":42737,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1198,""week"":""6"",""id"":""chart""},{""time"":47277,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1408,""week"":""6"",""id"":""chart2""},{""time"":51441,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2111,""week"":""51"",""id"":""chart2""},{""time"":54689,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2963,""week"":""27"",""id"":""chart2""},{""time"":62178,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1274,""week"":""31"",""id"":""chart""},{""time"":64318,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1033,""week"":""34"",""id"":""chart""}]}","{""startTime"":1678656777964,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":6760,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1205,""week"":""1"",""id"":""chart""},{""time"":9060,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1775,""week"":""52"",""id"":""chart2""},{""time"":11261,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4375,""week"":""52"",""id"":""chart2""},{""time"":20805,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1497,""week"":""15"",""id"":""chart2""},{""time"":31476,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7109,""week"":""22"",""id"":""chart""},{""time"":40907,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1045,""week"":""52"",""id"":""chart""}]}",simple +2023-03-12 15:36:48,2023-03-12 15:47:12,0,174.72.65.58,100,623,1,2023-03-12 15:47:12,R_2aFFd93pyK1CSvk,,,,,33.2727,-111.8278,anonymous,EN,1,9.482,9.482,10.445,1,,,,,,,,0,0,15.013,0,53,19,73,6.723,12.991,13.613,5,22.375,88.018,100.364,15,-2,1,,,,,-99,-3,,,,,1,31.708,31.708,57.917,1,8.727,27.414,36.208,2,3,3,3,5,5,3,-99,9.974,23.475,25.032,6,5,5,5,5,5,3,Unsure about the validity of the data source.,3.168,3.168,20.217,1,5,-99,4.848,8.349,9.841,3,2,7,3,4,1,5,6,0,0,29.495,0,2,6,2,6,2,6,10,6,-99,8.098,21.749,24.025,8,4,3,1,3,4,4,6.677,21.862,23.321,6,4,,3.611,3.611,6.955,1,1,1996,Arizona,6,1,1,-99,7,-99,-99,7,4,1,2.881,50.853,65.615,13,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,631ad5df2dfd6aff965bba6a,0,"{""startTime"":1678657300676,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678657255868,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678657059551,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":22,""label"":""tour_started""},{""time"":22369,""label"":""tour_next"",""step"":5},{""time"":37624,""label"":""started_brush"",""startDate"":""2021-09-06"",""endDate"":""2021-11-20""},{""time"":38973,""label"":""moved_brush"",""startDate"":""2021-07-27"",""endDate"":""2021-10-10""},{""time"":39687,""label"":""tour_next"",""step"":5},{""time"":48010,""label"":""started_brush"",""startDate"":""2021-05-28"",""endDate"":""2021-08-12""},{""time"":49641,""label"":""moved_brush"",""startDate"":""2021-05-28"",""endDate"":""2021-08-19""},{""time"":51326,""label"":""moved_brush"",""startDate"":""2021-05-04"",""endDate"":""2021-07-25""},{""time"":52056,""label"":""tour_next"",""step"":5},{""time"":57603,""label"":""cleared_brush"",""using"":""Click""},{""time"":57603,""label"":""cleared_brush"",""using"":""Escape""},{""time"":59056,""label"":""tour_next"",""step"":5},{""time"":61824,""label"":""tour_end"",""step"":5},{""time"":67513,""label"":""started_brush"",""startDate"":""2021-06-22"",""endDate"":""2021-09-28""},{""time"":69162,""label"":""moved_brush"",""startDate"":""2021-06-05"",""endDate"":""2021-09-11""},{""time"":75772,""label"":""cleared_brush"",""using"":""Click""},{""time"":76600,""label"":""cleared_brush"",""using"":""Click""},{""time"":76600,""label"":""cleared_brush"",""using"":""Escape""},{""time"":84101,""label"":""started_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-08-12""},{""time"":86163,""label"":""moved_brush"",""startDate"":""2021-07-27"",""endDate"":""2021-12-03""}]}","{""startTime"":1678657219035,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":5973,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1258,""week"":""52"",""id"":""chart""},{""time"":10344,""label"":""started_brush"",""startDate"":""2021-05-06"",""endDate"":""2021-09-30""},{""time"":11136,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1179,""week"":""32"",""id"":""chart""},{""time"":13888,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4745,""week"":""34"",""id"":""chart""},{""time"":22337,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2056,""week"":""33"",""id"":""chart""},{""time"":34166,""label"":""moved_brush"",""startDate"":""2021-09-13"",""endDate"":""2022-02-07""}]}",complex +2023-03-12 15:33:05,2023-03-12 15:49:15,0,108.4.148.249,100,969,1,2023-03-12 15:49:15,R_1ZF6dMA6Lwvotl7,,,,,42.789,-73.9759,anonymous,EN,1,13.737,13.737,14.549,1,1,4,2,7.263,15.49,18.399,2,0,0,15.115,0,89,88,53,11.681,21.087,23.382,4,45.445,58.655,82.614,2,1,1,,,,,-3,-3,,,,,1,38.112,38.112,39.695,1,0,0,36.818,0,5,5,5,5,5,5,"I trust the CDC data for this time sampling. However, with at home testing now, an extension of the graph to the present would underestimate all case counts.",19.848,62.012,134.468,7,5,5,5,5,5,5,"The data came from CDC data and appears easy to understand, as well as easy to compare vaccinated versus unvaccinated case rates.",2.969,2.969,66.3,1,4,-99,7.471,7.471,13.961,1,2,7,3,4,1,5,6,0,0,25.548,0,3,7,4,7,5,3,9,9,-99,11.529,35.906,49.592,12,5,5,1,1,5,5,13.999,32.999,36.326,6,2,1,5.538,13.294,20.185,2,2,1971,New York,9,1,1,-99,7,-99,-99,4,4,2,2.566,61.226,62.094,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5dae529fe663620012e038b6,1,"{""startTime"":1678657225070,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":45753,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1416,""week"":""6"",""id"":""chart2""}]}","{""startTime"":1678657108493,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678656877361,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":22,""label"":""tour_started""},{""time"":14055,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2785,""week"":""35"",""id"":""chart""},{""time"":25936,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":10510,""week"":""1"",""id"":""chart""},{""time"":36546,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7701,""week"":""52"",""id"":""chart""},{""time"":45437,""label"":""tour_next"",""step"":2},{""time"":48247,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2537,""week"":""52"",""id"":""chart2""},{""time"":58647,""label"":""tour_end"",""step"":2},{""time"":64941,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1369,""week"":""1"",""id"":""chart""},{""time"":67052,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3634,""week"":""1"",""id"":""chart""},{""time"":71061,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1047,""week"":""52"",""id"":""chart2""},{""time"":72182,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2451,""week"":""1"",""id"":""chart2""}]}","{""startTime"":1678657071112,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":10187,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2868,""week"":""51"",""id"":""chart""},{""time"":13095,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2432,""week"":""50"",""id"":""chart""},{""time"":15683,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2152,""week"":""51"",""id"":""chart""},{""time"":18362,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1927,""week"":""52"",""id"":""chart""},{""time"":20715,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5573,""week"":""52"",""id"":""chart2""},{""time"":29787,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1234,""week"":""6"",""id"":""chart""}]}",simple +2023-03-12 15:34:48,2023-03-12 15:50:26,0,50.93.222.58,100,938,1,2023-03-12 15:50:26,R_2dN3oSUYOKhiVEK,,,,,43.0812,-89.3845,anonymous,EN,1,2.9,2.9,3.836,1,,,,,,,,7.801,7.801,15.107,1,63,63,53,2.841,6.053,6.945,3,6.295,9.062,14.203,2,1,1,,,,,-3,-3,,,,,-3,7.105,31.607,32.967,3,0,0,88.096,0,3,3,4,4,4,4,-99,3.056,8.791,10.089,7,4,3,3,3,3,4,It looks fact-based and accurate,0.58,0.58,11.001,1,4,-99,2.518,3.653,5.139,2,2,7,3,4,1,5,6,0,0,21.496,0,6,8,6,7,5,5,7,6,-99,2.626,8.869,9.647,9,4,3,3,2,3,3,4.312,13.035,13.917,6,4,,2.197,2.197,2.981,1,2,1994,New York,7,2,1,-99,2,-99,-99,16,4,2,0.842,44.128,44.72,16,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5ded4bab1edb794081b3378e,0,"{""startTime"":1678657618624,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678657597271,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678656922562,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":42,""label"":""tour_started""},{""time"":6277,""label"":""tour_next"",""step"":2},{""time"":9044,""label"":""tour_end"",""step"":2},{""time"":10781,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2606,""week"":""1"",""id"":""chart""}]}","{""startTime"":1678657507503,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":6120,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4436,""week"":""50"",""id"":""chart""},{""time"":10788,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2957,""week"":""50"",""id"":""chart""},{""time"":14232,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1712,""week"":""50"",""id"":""chart""}]}",moderate +2023-03-12 15:41:53,2023-03-12 15:53:22,0,174.208.161.85,100,688,1,2023-03-12 15:53:22,R_2wRKDmBoHMXfocB,,,,,38.581,-121.4939,anonymous,EN,1,5.268,6.177,7.105,2,1,4,1,2.412,6.718,7.805,3,0,0,15.024,0,89,61,35,5.047,15.093,15.969,6,8.639,88.141,89.267,10,1,1,,,,,-2,-3,,,,,1,9.114,70.311,71.784,6,11.947,31.28,32.222,3,5,4,5,5,5,5,no,8.305,66.071,68.005,11,2,5,4,2,5,4,I do not see where and who collected this data?,4.42,4.42,18.316,1,6,no,6.094,8.312,10.283,3,2,7,3,4,1,5,6,7.689,14.873,15.82,2,3,3,1,2,2,2,8,7,-99,6.578,22.961,23.808,10,2,2,2,3,3,2,10.831,36.56,37.519,10,1,1,7.654,15.245,16.12,4,2,1993,California,6,3,1,-99,9,-99,Groveland,8,4,1,5.893,72.194,73.138,21,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5f8236cffcba88362f081b13,1,"{""startTime"":1678657616915,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678657590859,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678657376916,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":35,""label"":""tour_started""},{""time"":9240,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3392,""week"":""1"",""id"":""chart""},{""time"":14480,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2284,""week"":""6"",""id"":""chart""},{""time"":17098,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1796,""week"":""52"",""id"":""chart""},{""time"":21155,""label"":""tour_next"",""step"":2},{""time"":69101,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":12626,""week"":""1"",""id"":""chart2""},{""time"":81745,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1264,""week"":""52"",""id"":""chart2""},{""time"":86508,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678657527401,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",simple +2023-03-12 15:28:32,2023-03-12 15:54:10,0,99.8.181.16,100,1537,1,2023-03-12 15:54:10,R_3QL6f5p8ehmaRin,,,,,33.0199,-97.213,anonymous,EN,1,3.267,4.052,4.935,2,1,3,1,1.486,3.901,5.092,2,0,0,15.007,0,50,77,68,3.839,17.755,20.95,4,13.114,135.176,141.548,13,1,-3,,,,,-2,1,,,,,-99,59.7,62.569,68.628,2,0,0,35.346,0,4,2,3,5,6,5,-99,0.623,82.664,88.24,18,5,5,3,7,7,5,"I trust the data used in the visualization and that the visualization represents that data accurately. However I find the stacked bar chart to be slightly misleading, as my first instinct upon seeing it is to assume that the blue bars are in front of the orange bars instead of under them, meaning that the value of an orange bar would be measured from 0 instead of the top of the blue bar.",2.531,2.531,288.574,1,6,"I just wanted to mention that I think confounding factors may be to blame for vaccinated cases being lower than unvaccinated cases. It's not that I think the vaccine doesn't work, but my understanding and experience is that the vaccine reduces the effects of covid rather than preventing its transmission. So I don't think the visualizations presented are very useful because they seem to claim that the vaccine significantly reduces transmission, when it seems equally possible to me that vaccinated people are generally more cautious and less likely to have the cases they do catch recorded. In my opinion the visualization itself is clear, it just needs to be presented in context to be effective.",6.6,341.053,348.258,7,2,7,5,3,1,6,4,33.108,94.743,96.742,6,1,5,1,2,3,1,10,9,-99,4.273,36.008,38.825,21,4,3,2,2,5,4,4.686,34.402,35.268,13,1,4,1.494,34.052,34.627,13,1,2000,Texas,2,2,1,-99,7,-99,-99,12,4,2,3.213,53.466,54.469,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5f107aa051372032695c8e2f,1,"{""startTime"":1678656860237,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678656948972,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678656579401,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":21,""label"":""tour_started""},{""time"":13107,""label"":""tour_next"",""step"":2},{""time"":19598,""label"":""tour_end"",""step"":2},{""time"":21491,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2890,""week"":""14"",""id"":""chart""},{""time"":29050,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1318,""week"":""51"",""id"":""chart""},{""time"":31544,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2142,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678656824152,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":3729,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1989,""week"":""51"",""id"":""chart""},{""time"":5821,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1674,""week"":""50"",""id"":""chart""},{""time"":10384,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1750,""week"":""1"",""id"":""chart""},{""time"":12143,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1972,""week"":""1"",""id"":""chart""},{""time"":14527,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4743,""week"":""2"",""id"":""chart""}]}",moderate +2023-03-12 15:42:22,2023-03-12 15:55:22,0,75.21.238.218,100,780,1,2023-03-12 15:55:23,R_1Lp44LcZBdkiNMg,,,,,37.6678,-97.36,anonymous,EN,1,25.203,25.203,26.112,1,1,3,1,1.373,3.273,4.403,2,5.862,6.077,15.018,2,84,77,65,11.437,16.607,18.348,4,13.277,71.006,72.855,7,1,1,,,,,-3,-3,,,,,1,65.215,65.215,66.747,1,6.504,6.504,34.019,1,3,2,3,4,5,3,No additional thoughts or comments,10.843,33.831,42.435,9,4,4,5,2,3,3,"Because I haven't had a chance to verify the source, I'm not going to blindly trust or blindly distrust a graph like this just at face value unless I see something that is obviously wrong or out of place.",3.16,3.997,51.131,2,5,No comments,7.122,15.345,20.857,4,2,7,3,4,1,5,6,0,0,21.618,0,3,3,3,4,5,4,11,10,No additional thoughts/comments,4.441,35.757,48.702,20,3,2,4,4,2,2,6.967,26.832,27.919,8,2,1,7.815,14.123,16.532,2,1,1985,Kansas,2,2,1,-99,7,-99,-99,4,4,1,3.162,83.363,90.6,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5aee513f3606ab0001b92b29,1,"{""startTime"":1678657682352,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678657597404,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678657422400,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":13234,""label"":""tour_next"",""step"":5},{""time"":26881,""label"":""started_brush"",""startDate"":""2021-04-29"",""endDate"":""2021-08-02""},{""time"":29342,""label"":""tour_next"",""step"":5},{""time"":33622,""label"":""moved_brush"",""startDate"":""2021-04-12"",""endDate"":""2021-07-16""},{""time"":34827,""label"":""moved_brush"",""startDate"":""2021-05-06"",""endDate"":""2021-08-09""},{""time"":36744,""label"":""cleared_brush"",""using"":""Click""},{""time"":38616,""label"":""tour_next"",""step"":5},{""time"":43089,""label"":""cleared_brush"",""using"":""Click""},{""time"":44715,""label"":""tour_next"",""step"":5},{""time"":53713,""label"":""tour_end"",""step"":5},{""time"":65320,""label"":""started_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-05-07""},{""time"":66941,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3236,""week"":""15"",""id"":""chart""}]}","{""startTime"":1678657562812,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":23879,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1169,""week"":""52"",""id"":""chart""},{""time"":27598,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2847,""week"":""52"",""id"":""chart""}]}",complex +2023-03-12 15:44:01,2023-03-12 15:55:50,0,67.189.40.106,100,708,1,2023-03-12 15:55:50,R_3DvD4hs6RDT3zmn,,,,,44.0197,-123.1008,anonymous,EN,1,20.064,20.064,21.704,1,1,3,1,4.033,8.108,9.618,2,0,0,15.007,0,60,75,74,14.213,23.905,24.752,4,35.217,39.469,56.545,2,1,1,,,,,-3,-3,,,,,1,67.692,67.692,69.389,1,0,0,34.45,0,3,3,4,5,5,3,-99,6.72,22.69,24.621,7,2,5,4,4,3,3,"I do not think it is a bad visualization, but I think more details could be included. For example, to what extent are the vaccinated people vaccinated? Or how many times these people got COVID 19.",2.379,43.471,61.771,3,5,-99,5.589,8.735,10.277,2,2,7,3,4,1,5,6,0,0,25.608,0,3,2,4,6,5,6,11,9,-99,5.778,23.517,25.345,11,3,3,3,2,4,4,18.175,38.98,39.932,7,3,1,12.014,21.773,23.252,2,2,2000,Oregon,6,1,1,-99,7,-99,-99,3,4,1,3.186,56.074,62.532,11,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,60ff3f28c526214791f99972,1,"{""startTime"":1678657724999,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678657750110,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":26360,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2013,""week"":""1"",""id"":""chart""}]}","{""startTime"":1678657531229,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":23,""label"":""tour_started""},{""time"":16460,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1615,""week"":""52"",""id"":""chart""},{""time"":18602,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5484,""week"":""51"",""id"":""chart""},{""time"":35211,""label"":""tour_next"",""step"":2},{""time"":39462,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678657689850,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":18474,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1067,""week"":""52"",""id"":""chart""}]}",moderate +2023-03-12 15:41:54,2023-03-12 15:56:26,0,172.90.16.38,100,871,1,2023-03-12 15:56:26,R_XhPgpKN5bEMpRC1,,,,,34.0587,-118.2781,anonymous,EN,1,3.379,3.379,268.783,1,,,,,,,,0,0,15.009,0,64,56,37,5.021,7.685,10.648,3,6.487,9.985,26.893,2,1,1,,,,,1,-3,,,,,1,30.122,30.122,31.05,1,29.752,29.752,46.048,1,3,1,3,7,5,3,"stacked data makes it harder to get exact or close to exact values, but shows interesting patterns.",3.167,47.211,81.122,9,1,7,2,7,2,3,"Even if I ""trust"" the visualization as stated in the opening question, I could have a general sense in trust in that, the data may be correct but with the apprehension that something may be missing or overlooked. In that way you can technically trust and distrust the chart and still understand that there may or may not be deception involved. I'm not sure how to clearly articulate my feeling on this I think.",2.493,2.493,88.576,1,6,Depends on how much trust you are putting in them,2.014,5.536,17.083,7,2,7,3,4,1,5,6,11.381,13.141,20.584,2,1,2,1,1,2,1,11,10,-99,4.346,12.826,20.603,8,5,4,1,1,4,5,5.818,16.532,25.132,7,2,,2.101,2.722,4.384,2,1,1988,California,6,3,1,-99,9,-99,Los Angeles,17,4,1,1.442,46.902,48.874,35,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,54ea5b40fdf99b768609982f,0,"{""startTime"":1678657778078,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":32440},{""label"":""window_focused"",""time"":43946}]}","{""startTime"":1678657859606,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678657615604,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":6481,""label"":""tour_next"",""step"":2},{""time"":9978,""label"":""tour_end"",""step"":2},{""label"":""window_blurred"",""time"":18659},{""time"":22604,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1218,""week"":""3"",""id"":""chart""},{""label"":""window_focused"",""time"":26779}]}","{""startTime"":1678657731489,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":1620,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3358,""week"":""52"",""id"":""chart""},{""time"":5038,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1378,""week"":""51"",""id"":""chart""},{""time"":6449,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1703,""week"":""52"",""id"":""chart""},{""time"":8277,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1608,""week"":""51"",""id"":""chart""},{""time"":11213,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2752,""week"":""51"",""id"":""chart""},{""time"":14166,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1491,""week"":""42"",""id"":""chart""},{""time"":18000,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1559,""week"":""33"",""id"":""chart""},{""time"":31300,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1771,""week"":""51"",""id"":""chart""},{""time"":35527,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1256,""week"":""51"",""id"":""chart""},{""time"":38996,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1207,""week"":""52"",""id"":""chart""},{""time"":40228,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1235,""week"":""1"",""id"":""chart""},{""time"":42547,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1327,""week"":""2"",""id"":""chart""}]}",moderate +2023-03-12 15:39:07,2023-03-12 15:56:48,0,199.18.236.28,100,1060,1,2023-03-12 15:56:48,R_bp7CFloI3q7pUD7,,,,,40.9165,-81.1174,anonymous,EN,1,180.345,180.345,181.277,1,,,,,,,,0,0,15.145,0,78,63,35,4.065,8.385,9.36,3,25.313,34.38,41.938,3,1,1,,,,,1,1,,,,,1,58.686,58.686,59.767,1,26.47,26.47,37.202,1,5,1,5,4,4,4,-99,9.182,21.153,23.244,6,3,4,4,4,1,4,seems scientific but doesn't provide sources ,2.443,19.674,20.648,2,5,-99,72.553,72.553,74.622,1,2,7,3,4,1,5,6,23.71,23.71,24.133,1,4,4,3,3,3,4,11,10,-99,77.164,90.452,91.591,8,3,3,2,4,4,4,205.245,219.584,220.565,6,2,,1.919,1.919,3.188,1,2,2000,Ohio,2,3,1,-99,3,-99,-99,10,2,1,1.121,47.964,51.218,20,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,60ff712d335699ee037aa128,0,"{""startTime"":1678657530064,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678657553924,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678657367428,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":19,""label"":""tour_started""},{""label"":""window_blurred"",""time"":6613},{""label"":""window_focused"",""time"":16676},{""time"":25305,""label"":""tour_next"",""step"":2},{""time"":28094,""label"":""tour_end"",""step"":2},{""time"":30562,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2080,""week"":""2"",""id"":""chart""},{""time"":33782,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1077,""week"":""1"",""id"":""chart""},{""time"":35637,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1471,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678657492222,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":28824,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1108,""week"":""2"",""id"":""chart""}]}",moderate +2023-03-12 15:41:04,2023-03-12 15:58:17,0,142.197.64.33,100,1032,1,2023-03-12 15:58:18,R_vITiYdAaXfwjvQB,,,,,29.1383,-80.9956,anonymous,EN,1,5.329,5.329,6.81,1,,,,,,,,0,0,15.015,0,100,72,85,3.448,10.442,10.778,14,1.281,33.645,36.061,8,1,1,,,,,-3,1,,,,,1,7.091,88.152,89.401,5,0,0,96.802,0,6,1,7,2,2,6,-99,7.044,28.1,30.51,7,2,7,7,1,7,6,The information seems accurate,2.221,2.221,11.772,1,4,-99,8.572,14.601,15.868,6,2,7,3,4,1,5,6,0,0,24.101,0,4,3,8,9,2,4,10,10,-99,69.151,82.472,83.86,10,3,2,2,3,3,3,24.882,33.349,36.166,7,7,,1.717,1.717,2.907,1,1,2004,Florida,3,3,1,-99,9,-99,Port Orange,17,3,1,1.85,58.625,62.01,19,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5edc0583f16dff0c806bdbb6,0,"{""startTime"":1678657563308,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678657532447,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678657308233,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":22,""label"":""tour_started""},{""time"":5067,""label"":""tour_next"",""step"":5},{""time"":11365,""label"":""cleared_brush"",""using"":""Click""},{""time"":19370,""label"":""started_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-05-23""},{""time"":20152,""label"":""tour_next"",""step"":5},{""time"":25389,""label"":""moved_brush"",""startDate"":""2021-08-05"",""endDate"":""2021-09-22""},{""time"":26284,""label"":""tour_next"",""step"":5},{""time"":29654,""label"":""cleared_brush"",""using"":""Click""},{""time"":29654,""label"":""cleared_brush"",""using"":""Escape""},{""time"":31222,""label"":""tour_next"",""step"":5},{""time"":33635,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678657434748,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":3010,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1310,""week"":""49"",""id"":""chart""}]}",complex +2023-03-12 15:49:42,2023-03-12 15:58:19,0,98.207.24.36,100,517,1,2023-03-12 15:58:20,R_2Cq5dYVaedrVMem,,,,,38.6159,-122.8616,anonymous,EN,1,2.946,2.946,4,1,,,,,,,,0.144,14.464,15.006,2,89,68,41,3.097,10.281,11.602,7,8.79,18.087,29.939,2,1,1,,,,,-3,-3,,,,,1,37.566,37.566,38.675,1,0,0,79.224,0,6,1,6,5,6,5,-99,10.101,37.9,40.453,8,3,5,5,5,3,5,The information is easy to read and looks very trusting.,3.436,19.437,19.658,2,5,-99,1.84,4.256,5.038,8,2,7,3,4,1,5,6,0,0,13.149,0,2,6,5,5,3,7,8,9,-99,3.353,17.472,18.544,14,3,4,3,3,4,3,6.008,9.08,10.221,7,3,,1.51,1.51,3.111,1,1,1995,California,3,2,1,-99,7,-99,-99,4,4,2,0.778,73.382,77.384,17,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,60da243688f9aa74901ae90e,0,"{""startTime"":1678657995861,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678658036984,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678657824632,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":8779,""label"":""tour_next"",""step"":2},{""time"":18075,""label"":""tour_end"",""step"":2},{""time"":25952,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1018,""week"":""2"",""id"":""chart""}]}","{""startTime"":1678657915894,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":2555,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1652,""week"":""52"",""id"":""chart2""}]}",simple +2023-03-12 15:49:00,2023-03-12 15:58:53,0,76.128.14.124,100,593,1,2023-03-12 15:58:54,R_2zCnSOKx4cNWJN6,,,,,26.6239,-80.0948,anonymous,EN,1,2.185,2.713,3.501,2,1,2,2,1.228,3.948,4.922,2,0,0,15.115,0,78,44,49,7.524,12.893,13.794,4,22.149,27.549,42.78,2,-99,1,,,,,-3,-3,,,,,1,33.892,33.892,34.972,1,0,0,37.214,0,5,5,6,5,4,5,-99,5.23,25.886,28.041,7,5,2,3,7,2,6,"The data provided seems likely. Especially, since December was holiday season/month. I would strongly agree that most of the covid cases happened around then.",2.949,2.949,51.295,1,2,-99,5.662,5.662,7.421,1,2,7,3,4,1,5,6,0,0,18.875,0,1,3,2,5,1,3,10,10,-99,7.145,18.243,20.244,9,1,1,4,5,2,2,6.657,20.438,21.188,7,5,4,8.277,15.846,16.142,3,1,1996,Florida,5,1,4,Thai,2,-99,-99,3,4,2,3.769,57.984,62.719,22,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5b60ddcc6b25590001782ce4,1,"{""startTime"":1678658037418,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678657967709,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678657791842,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":11567,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2555,""week"":""52"",""id"":""chart""},{""time"":15651,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2118,""week"":""52"",""id"":""chart""},{""time"":17832,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1951,""week"":""1"",""id"":""chart""},{""time"":22142,""label"":""tour_next"",""step"":2},{""time"":27542,""label"":""tour_end"",""step"":2},{""time"":32437,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1120,""week"":""34"",""id"":""chart""}]}","{""startTime"":1678657930054,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":4952,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1189,""week"":""49"",""id"":""chart""},{""time"":7823,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":10498,""week"":""2"",""id"":""chart""},{""time"":18322,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2388,""week"":""2"",""id"":""chart""},{""time"":20712,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1505,""week"":""2"",""id"":""chart""},{""time"":22847,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2427,""week"":""2"",""id"":""chart""},{""time"":25463,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":10827,""week"":""2"",""id"":""chart""}]}",moderate +2023-03-12 15:47:18,2023-03-12 15:59:01,0,64.149.142.126,100,702,1,2023-03-12 15:59:01,R_2OYGGPTV3RKXBgv,,,,,35.961,-78.9291,anonymous,EN,1,18.964,18.964,20.196,1,1,3,1,1.472,3.685,4.974,2,9.987,9.987,15.114,1,65,42,75,4.12,9.175,10.852,3,7.591,61.793,64.452,9,1,1,,,,,1,-3,,,,,1,28.897,28.897,30.284,1,0,0,39.811,0,5,5,5,5,5,5,-99,12.871,62.873,68.102,6,5,5,5,1,5,5,It looks official,1.063,1.063,7.531,1,6,-99,4.568,6.183,6.894,2,2,7,3,4,1,5,6,0,0,26.712,0,3,3,5,9,1,2,4,6,-99,49.007,85.154,87.833,11,4,4,2,2,4,4,29.515,42.2,43.871,6,2,1,32.913,41.343,43.081,2,1,1998,North Carolina,6,1,1,-99,7,-99,-99,5,4,1,3.175,95.44,99.363,20,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,63d45fc0f682d52f34ce7c4b,1,"{""startTime"":1678657840940,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678657909844,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678657704328,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":58,""label"":""tour_started""},{""time"":7577,""label"":""tour_next"",""step"":5},{""time"":21752,""label"":""cleared_brush"",""using"":""Click""},{""time"":22751,""label"":""started_brush"",""startDate"":""2021-06-30"",""endDate"":""2021-10-08""},{""time"":25483,""label"":""cleared_brush"",""using"":""Click""},{""time"":26360,""label"":""tour_next"",""step"":5},{""time"":30350,""label"":""cleared_brush"",""using"":""Click""},{""time"":34952,""label"":""cleared_brush"",""using"":""Click""},{""time"":39272,""label"":""cleared_brush"",""using"":""Click""},{""time"":44523,""label"":""cleared_brush"",""using"":""Click""},{""time"":46587,""label"":""cleared_brush"",""using"":""Click""},{""time"":49176,""label"":""cleared_brush"",""using"":""Click""},{""time"":51576,""label"":""cleared_brush"",""using"":""Click""},{""time"":52650,""label"":""moved_brush"",""startDate"":""2021-04-14"",""endDate"":""2021-09-17""},{""time"":53854,""label"":""tour_next"",""step"":5},{""time"":58402,""label"":""cleared_brush"",""using"":""Click""},{""time"":58403,""label"":""cleared_brush"",""using"":""Escape""},{""time"":59615,""label"":""tour_next"",""step"":5},{""time"":61778,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678657800360,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",complex +2023-03-12 15:50:14,2023-03-12 16:00:08,0,76.144.4.125,100,594,1,2023-03-12 16:00:09,R_37xNI7QzL9F3Ych,,,,,44.5928,-123.2746,anonymous,EN,1,7.254,8.033,8.412,2,1,2,1,1.34,3.258,4.313,2,0,0,15.005,0,87,100,92,13.658,19.01,20.078,3,4.655,8.127,24.462,2,1,1,,,,,1,-3,,,,,1,15.64,15.64,17.28,1,154.475,154.475,154.821,1,4,4,4,4,4,4,-99,19.298,28.086,29.9,7,5,6,6,5,5,5,"professional, appealing, easy to understand, simplistic",1.306,25.747,26.806,2,2,-99,7.26,9.379,10.938,3,2,7,3,4,1,5,6,0,0,12.54,0,4,4,3,4,4,4,7,6,-99,10.981,23.892,25.578,8,3,3,2,3,3,3,7.047,26.349,26.787,7,3,2,7.826,12.726,13.657,3,2,1998,Oregon,3,2,1,-99,3,-99,-99,4,4,1,1.281,56.744,57.059,18,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5ebf7b17e4414a35f0ea5e1c,1,"{""startTime"":1678658099795,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678658130341,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678657872602,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":4649,""label"":""tour_next"",""step"":2},{""time"":8120,""label"":""tour_end"",""step"":2},{""time"":9659,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2734,""week"":""52"",""id"":""chart""},{""time"":12442,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1326,""week"":""1"",""id"":""chart""},{""time"":13779,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1018,""week"":""51"",""id"":""chart""},{""time"":16609,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1622,""week"":""52"",""id"":""chart2""}]}","{""startTime"":1678657944277,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":152432,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1050,""week"":""1"",""id"":""chart""}]}",simple +2023-03-12 15:51:23,2023-03-12 16:00:24,0,67.187.96.95,100,540,1,2023-03-12 16:00:24,R_ukx7av9QGsLKxLr,,,,,35.9306,-86.8788,anonymous,EN,1,18.065,20.145,22.222,3,1,2,1,5.987,7.962,9.787,2,0,0,15.114,0,50,50,50,13.463,16.768,17.93,3,0,0,1.36,0,-99,-99,,,,,-99,-99,,,,,-99,1.503,1.503,2.484,1,0,0,33.335,0,3,3,3,7,1,3,,7.009,22.341,37.959,8,1,1,1,1,1,1,Your system did not allow me to clearly view the data. ,2.062,2.062,25.272,1,4,,4.301,5.376,22.084,2,2,7,3,4,1,5,6,0,0,17.925,0,4,4,6,7,4,6,7,7,,4.883,19.376,24.207,11,4,4,2,3,4,4,22.024,150.512,152.323,6,4,5,5.19,10.03,11.429,2,1,1992,Tennessee,6,1,1,-99,7,-99,-99,8,4,2,3.464,75.75,77.631,13,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,63bdfe6a69fc4d15b3aec18d,1,,,,,moderate +2023-03-12 15:51:04,2023-03-12 16:00:44,0,65.130.188.139,100,580,1,2023-03-12 16:00:45,R_3KBYpwbqwd86sWV,,,,,40.6751,-111.8166,anonymous,EN,1,9.365,9.365,11.004,1,,,,,,,,0,0,15.016,0,68,41,63,5.138,9.974,11.294,7,10.82,57.741,58.539,18,1,1,,,,,-3,-3,,,,,1,9.45,71.645,71.973,3,9.687,20.412,35.196,4,3,1,7,2,5,4,-99,17.742,44.288,45.773,9,5,4,5,4,2,4,It is from Croatia ,3.072,13.571,13.861,2,2,-99,3.553,6.028,7.416,4,2,7,3,4,1,5,6,0,0,21.629,0,3,4,4,4,2,3,10,7,-99,6.302,19.444,20.274,8,4,5,1,2,4,5,9.631,24.173,24.464,7,3,,5.549,5.549,6.497,1,1,2000,Utah,5,3,1,-99,5,-99,-99,6,1,1,2.561,49.818,52.245,14,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5b91ca0f8a79b000013f9481,0,"{""startTime"":1678658128889,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":10566,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1425,""week"":""4"",""id"":""chart""}]}","{""startTime"":1678658080324,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678657913136,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":10812,""label"":""tour_next"",""step"":5},{""time"":23339,""label"":""cleared_brush"",""using"":""Click""},{""time"":27281,""label"":""started_brush"",""startDate"":""2021-07-12"",""endDate"":""2021-12-11""},{""time"":29361,""label"":""tour_next"",""step"":5},{""time"":34596,""label"":""started_brush"",""startDate"":""2021-05-25"",""endDate"":""2021-06-16""},{""time"":37578,""label"":""started_brush"",""startDate"":""2021-08-12"",""endDate"":""2021-12-25""},{""time"":39053,""label"":""moved_brush"",""startDate"":""2021-08-12"",""endDate"":""2021-11-13""},{""time"":39908,""label"":""tour_next"",""step"":5},{""time"":46050,""label"":""moved_brush"",""startDate"":""2021-08-12"",""endDate"":""2021-11-13""},{""time"":46857,""label"":""moved_brush"",""startDate"":""2021-08-12"",""endDate"":""2021-11-13""},{""time"":47211,""label"":""moved_brush"",""startDate"":""2021-08-12"",""endDate"":""2021-11-13""},{""time"":47367,""label"":""moved_brush"",""startDate"":""2021-08-12"",""endDate"":""2021-11-13""},{""time"":51746,""label"":""moved_brush"",""startDate"":""2021-08-12"",""endDate"":""2021-11-13""},{""time"":53419,""label"":""cleared_brush"",""using"":""Click""},{""time"":53419,""label"":""cleared_brush"",""using"":""Escape""},{""time"":54343,""label"":""tour_next"",""step"":5},{""time"":56214,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678658044545,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":6236,""label"":""cleared_brush"",""using"":""Click""},{""label"":""window_blurred"",""time"":11052},{""label"":""window_focused"",""time"":13438},{""time"":15164,""label"":""cleared_brush"",""using"":""Click""},{""time"":16627,""label"":""moved_brush"",""startDate"":""2021-10-25"",""endDate"":""2022-02-07""},{""time"":17602,""label"":""cleared_brush"",""using"":""Click""},{""time"":17602,""label"":""cleared_brush"",""using"":""Escape""},{""time"":19105,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1473,""week"":""34"",""id"":""chart""},{""time"":22227,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1302,""week"":""2"",""id"":""chart""},{""time"":30029,""label"":""started_brush"",""startDate"":""2021-10-31"",""endDate"":""2022-01-02""},{""time"":30737,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3764,""week"":""52"",""id"":""chart""}]}",complex +2023-03-12 15:52:18,2023-03-12 16:02:46,0,75.164.39.150,100,627,1,2023-03-12 16:02:46,R_2OH1rt0yKhwsT74,,,,,45.5777,-122.6795,anonymous,EN,1,13.443,13.443,14.469,1,,,,,,,,0,0,15.163,0,100,100,87,5.07,12.735,13.572,5,5.589,8.481,19.859,2,1,1,,,,,1,-3,,,,,1,18.272,18.272,19.43,1,0,0,48.727,0,6,6,6,6,6,6,-99,5.801,10.663,12.912,6,6,6,5,1,5,6,I don't know who would twist the data of fungi/pest infestation data to misrepresent the situation. ,3.256,41,41.43,2,5,-99,6.577,6.577,8.101,1,2,7,3,4,1,5,6,0,0,20.975,0,3,3,3,5,6,4,9,9,-99,5.05,22.844,24.259,8,3,3,2,3,3,3,29.068,59.313,60.542,6,2,,5.105,7.243,7.502,2,1,1986,Oregon,7,3,1,-99,7,-99,-99,9,2,2,1.378,94.343,95.262,19,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5c638b779e01830001f7127e,0,"{""startTime"":1678658132491,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678658146167,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678657997127,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":54,""label"":""tour_started""},{""time"":5571,""label"":""tour_next"",""step"":2},{""time"":8462,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678658082861,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":9551,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1263,""week"":""52"",""id"":""chart""},{""time"":11312,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2634,""week"":""52"",""id"":""chart2""},{""label"":""window_blurred"",""time"":15045},{""label"":""window_focused"",""time"":21643},{""label"":""window_blurred"",""time"":23819},{""label"":""window_focused"",""time"":26747}]}",simple +2023-03-12 15:53:36,2023-03-12 16:02:58,0,69.131.133.248,100,561,1,2023-03-12 16:02:58,R_2qkfqYgix3OvHSW,,,,,40.7279,-105.035,anonymous,EN,1,5.951,5.951,6.815,1,1,2,1,1.52,3.23,3.987,2,0,0,15.013,0,30,5,92,7.619,13.214,14.734,3,9.182,78.444,81.257,10,1,1,,,,,-3,-3,,,,,-3,36.655,36.655,38.23,1,0,0,34.73,0,5,7,5,5,5,4,-99,13.063,33.626,35.432,8,4,4,5,7,2,6,"This visualization is put out by the CDC, a trusted organization",3.189,3.189,23.311,1,4,-99,5.873,5.873,6.91,1,2,7,3,4,1,5,6,0,0,19.697,0,1,4,2,5,1,5,10,10,-99,3.734,17.803,19.253,8,4,4,1,2,4,3,9.363,23.988,25.132,6,2,3,8.58,15.712,17.378,2,2,1998,Colorado,6,1,1,-99,7,-99,-99,5,4,1,2.627,53.683,62.039,15,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5a259978f6afdd0001ef1a42,1,"{""startTime"":1678658221455,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678658257971,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678658065879,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":9176,""label"":""tour_next"",""step"":5},{""time"":15662,""label"":""tour_back"",""step"":5},{""time"":17357,""label"":""tour_next"",""step"":5},{""time"":33487,""label"":""started_brush"",""startDate"":""2021-06-01"",""endDate"":""2021-10-31""},{""time"":34345,""label"":""tour_next"",""step"":5},{""time"":42828,""label"":""cleared_brush"",""using"":""Click""},{""time"":47058,""label"":""cleared_brush"",""using"":""Click""},{""time"":48900,""label"":""cleared_brush"",""using"":""Click""},{""time"":50813,""label"":""cleared_brush"",""using"":""Click""},{""time"":51294,""label"":""cleared_brush"",""using"":""Click""},{""time"":53940,""label"":""started_brush"",""startDate"":""2021-10-02"",""endDate"":""2022-01-26""},{""time"":56917,""label"":""moved_brush"",""startDate"":""2021-07-12"",""endDate"":""2021-11-05""},{""time"":60012,""label"":""moved_brush"",""startDate"":""2021-06-29"",""endDate"":""2021-10-23""},{""time"":60603,""label"":""tour_next"",""step"":5},{""time"":63767,""label"":""cleared_brush"",""using"":""Click""},{""time"":63767,""label"":""cleared_brush"",""using"":""Escape""},{""time"":65643,""label"":""tour_next"",""step"":5},{""time"":69431,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678658186237,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":6198,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2135,""week"":""6"",""id"":""chart""},{""time"":8822,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4106,""week"":""52"",""id"":""chart""},{""time"":13824,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1870,""week"":""52"",""id"":""chart""},{""time"":16027,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1033,""week"":""51"",""id"":""chart""},{""time"":22980,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1031,""week"":""34"",""id"":""chart""}]}",complex +2023-03-12 15:51:19,2023-03-12 16:04:28,0,47.198.218.226,100,788,1,2023-03-12 16:04:29,R_2nuzFwEaYJAx5IJ,,,,,27.9455,-82.4598,anonymous,EN,1,6.214,6.214,10.811,1,1,4,1,3.533,4.642,6.124,2,0,0,15.011,0,85,84,50,10.764,19.33,21.461,3,32.034,44.423,46.601,2,1,1,,,,,-99,-99,,,,,1,29.505,29.505,31.325,1,0,0,45.907,0,3,3,4,5,5,4,I know that the data isn't 100% accurate because of lack of reporting positive covid cases. I can only trust the trend.,15.938,69.188,159.911,8,2,5,5,1,5,5,I believe that the graph shows the data it reports to have.,3.427,3.427,41.244,1,4,-99,8.143,9.596,11.782,2,2,7,3,4,1,5,6,0,0,21.132,0,1,6,6,7,4,6,9,9,-99,7.07,20.134,26.483,8,1,1,1,1,1,1,11.353,37.86,39.028,6,4,4,5.75,19.046,21.278,2,2,1982,Florida,6,2,1,-99,9,-99,Tampa,12,4,1,3.803,60.598,62.111,15,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5dd32e9deab0423455e0358f,1,"{""startTime"":1678658238520,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":62284,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3574,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678658132475,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678657945590,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":8608,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1616,""week"":""2"",""id"":""chart""},{""time"":10541,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4300,""week"":""6"",""id"":""chart""},{""time"":14875,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3499,""week"":""5"",""id"":""chart""},{""time"":20908,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8066,""week"":""52"",""id"":""chart""},{""time"":32031,""label"":""tour_next"",""step"":2},{""time"":36790,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3650,""week"":""51"",""id"":""chart2""},{""time"":40474,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1901,""week"":""52"",""id"":""chart2""},{""time"":44419,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678658086128,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":13547,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1921,""week"":""51"",""id"":""chart2""},{""time"":29601,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1934,""week"":""6"",""id"":""chart2""}]}",simple +2023-03-12 15:56:31,2023-03-12 16:05:16,0,174.31.125.240,100,525,1,2023-03-12 16:05:17,R_1IGYIDGhwnWpHR8,,,,,47.6987,-117.4397,anonymous,EN,1,9.476,9.476,10.292,1,1,2,2,1.871,4.966,5.885,4,0,0,15.007,0,93,94,69,6.071,14.228,15.505,4,31.087,41.68,42.123,3,-2,1,,,,,1,1,,,,,-3,19.959,19.959,23.289,1,0,0,38.861,0,5,7,5,5,5,5,-99,11.306,26.882,28.882,7,5,5,4,3,3,5,"Nothing about it jumped out to me to say that this in untrustworthy, so I agreed with it",4.493,4.493,31.018,1,4,-99,7.731,7.731,9.828,1,2,7,3,4,1,5,6,0,0,16.115,0,3,6,4,7,5,2,10,10,-99,4.243,28.379,32.067,8,2,2,2,4,3,4,11.19,41.158,42.691,6,2,3,3.128,13.25,15.315,3,1,2001,Washington,3,3,1,-99,7,-99,-99,2,4,2,1.879,62.366,64.865,11,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5aeb9f6f23e2ca0001974ab0,1,"{""startTime"":1678658445151,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678658390746,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678658257061,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":8141,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1026,""week"":""51"",""id"":""chart""},{""time"":10652,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3997,""week"":""1"",""id"":""chart""},{""time"":14669,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2281,""week"":""52"",""id"":""chart""},{""time"":17002,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3047,""week"":""51"",""id"":""chart""},{""time"":21520,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2380,""week"":""52"",""id"":""chart""},{""time"":24134,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1432,""week"":""1"",""id"":""chart""},{""time"":31082,""label"":""tour_next"",""step"":2},{""time"":35012,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678658351182,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":22608,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1152,""week"":""3"",""id"":""chart""},{""time"":24062,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3096,""week"":""6"",""id"":""chart""},{""time"":32142,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2951,""week"":""23"",""id"":""chart""}]}",moderate +2023-03-12 15:35:34,2023-03-12 16:06:14,0,16.98.99.140,100,1840,1,2023-03-12 16:06:15,R_3oSgaSDnM4lTwzc,,,,,35.3288,-118.9748,anonymous,EN,1,153.648,153.648,154.856,1,1,3,1,2.941,23.006,24.403,4,0,0,15.112,0,100,100,65,14.286,20.317,22.035,4,26.922,164.232,176.154,21,1,1,,,,,-3,-3,,,,,1,100.567,104.796,106.833,2,16.118,49.5,54.624,3,6,4,6,6,6,5,"The only reason why slightly agree was chose for the ""...sufficiently describes..."" question is because I am not sure where the data is from, like what state or county or what have you; that being said I do intrust that it is accurate for the area of which it represents but not for the state of the world/ united states as a whole. ",20.948,354.931,367.392,25,4,6,6,5,5,6,"The data is sourced to the cdc , the assumption is if the data is published it has been peer reviewed, ""I"" as a normal person can not be expected to cross-reference the every bit of data/ visualization that is presented; especially when it is sourced ",4.049,165.372,168.09,9,5,-99,12.974,15.089,46.617,2,2,7,3,4,1,5,6,0,0,42.181,0,6,4,5,4,7,7,9,9,-99,13.594,29.782,32.133,9,4,2,2,2,4,3,27.421,54.433,55.613,6,4,3,22.045,44.627,46.391,3,1,1996,California,3,2,1,-99,9,-99,white and hispanic/latino,3,3,2,6.531,137.568,138.882,19,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5f056b73a43ac686571f41ad,1,"{""startTime"":1678657514210,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":239598},{""label"":""window_focused"",""time"":248127},{""label"":""window_blurred"",""time"":336854},{""label"":""window_focused"",""time"":339693}]}","{""startTime"":1678657882656,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678657175303,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":26919,""label"":""tour_next"",""step"":5},{""time"":51716,""label"":""cleared_brush"",""using"":""Click""},{""time"":52082,""label"":""cleared_brush"",""using"":""Click""},{""time"":55727,""label"":""moved_brush"",""startDate"":""2021-08-29"",""endDate"":""2022-02-07""},{""time"":58061,""label"":""moved_brush"",""startDate"":""2021-11-22"",""endDate"":""2022-02-07""},{""time"":63673,""label"":""cleared_brush"",""using"":""Click""},{""time"":65514,""label"":""cleared_brush"",""using"":""Click""},{""time"":69473,""label"":""cleared_brush"",""using"":""Click""},{""time"":70501,""label"":""cleared_brush"",""using"":""Click""},{""time"":71214,""label"":""cleared_brush"",""using"":""Click""},{""time"":71573,""label"":""cleared_brush"",""using"":""Click""},{""time"":72155,""label"":""cleared_brush"",""using"":""Click""},{""time"":79201,""label"":""cleared_brush"",""using"":""Click""},{""time"":80040,""label"":""cleared_brush"",""using"":""Click""},{""time"":80990,""label"":""cleared_brush"",""using"":""Click""},{""time"":82743,""label"":""cleared_brush"",""using"":""Click""},{""time"":88858,""label"":""cleared_brush"",""using"":""Click""},{""time"":89112,""label"":""cleared_brush"",""using"":""Click""},{""time"":89343,""label"":""moved_brush"",""startDate"":""2021-07-16"",""endDate"":""2021-07-21""},{""time"":89560,""label"":""moved_brush"",""startDate"":""2021-07-16"",""endDate"":""2021-07-21""},{""time"":90298,""label"":""moved_brush"",""startDate"":""2021-07-16"",""endDate"":""2021-10-02""},{""time"":90638,""label"":""moved_brush"",""startDate"":""2021-07-16"",""endDate"":""2021-10-02""},{""time"":90852,""label"":""moved_brush"",""startDate"":""2021-07-15"",""endDate"":""2021-10-01""},{""time"":91045,""label"":""moved_brush"",""startDate"":""2021-07-15"",""endDate"":""2021-10-01""},{""time"":96820,""label"":""moved_brush"",""startDate"":""2021-11-21"",""endDate"":""2022-02-07""},{""time"":98916,""label"":""started_brush"",""startDate"":""2021-06-17"",""endDate"":""2021-08-28""},{""time"":101449,""label"":""tour_next"",""step"":5},{""time"":115323,""label"":""moved_brush"",""startDate"":""2021-06-17"",""endDate"":""2021-11-28""},{""time"":116057,""label"":""moved_brush"",""startDate"":""2021-06-17"",""endDate"":""2021-11-27""},{""time"":116941,""label"":""tour_next"",""step"":5},{""time"":132372,""label"":""moved_brush"",""startDate"":""2021-06-20"",""endDate"":""2021-11-30""},{""time"":132560,""label"":""moved_brush"",""startDate"":""2021-06-21"",""endDate"":""2021-12-01""},{""time"":134602,""label"":""moved_brush"",""startDate"":""2021-06-21"",""endDate"":""2021-12-01""},{""time"":134760,""label"":""moved_brush"",""startDate"":""2021-06-21"",""endDate"":""2021-12-01""},{""time"":135424,""label"":""moved_brush"",""startDate"":""2021-06-21"",""endDate"":""2021-12-01""},{""time"":135673,""label"":""moved_brush"",""startDate"":""2021-06-19"",""endDate"":""2021-11-29""},{""time"":136464,""label"":""cleared_brush"",""using"":""Click""},{""time"":136672,""label"":""cleared_brush"",""using"":""Click""},{""time"":137049,""label"":""cleared_brush"",""using"":""Click""},{""time"":137742,""label"":""cleared_brush"",""using"":""Click""},{""time"":137915,""label"":""cleared_brush"",""using"":""Click""},{""time"":138502,""label"":""tour_next"",""step"":5},{""time"":145671,""label"":""tour_end"",""step"":5},{""time"":153846,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1315,""week"":""52"",""id"":""chart""},{""time"":160198,""label"":""moved_brush"",""startDate"":""2021-10-08"",""endDate"":""2022-02-07""},{""time"":162623,""label"":""moved_brush"",""startDate"":""2021-10-08"",""endDate"":""2022-02-07""},{""time"":163274,""label"":""cleared_brush"",""using"":""Click""},{""time"":163446,""label"":""cleared_brush"",""using"":""Click""}]}","{""startTime"":1678657459154,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":1972,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5209,""week"":""52"",""id"":""chart""},{""time"":16693,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3967,""week"":""52"",""id"":""chart""},{""time"":21830,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2834,""week"":""52"",""id"":""chart""},{""time"":25588,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1707,""week"":""51"",""id"":""chart""},{""time"":36071,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1154,""week"":""52"",""id"":""chart""},{""time"":43039,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3043,""week"":""1"",""id"":""chart""}]}",complex +2023-03-12 15:53:37,2023-03-12 16:09:58,0,216.96.79.206,100,980,1,2023-03-12 16:09:58,R_3JmyzXO1vPCYFa5,,,,,31.1823,-83.7641,anonymous,EN,1,9.959,9.959,11.163,1,,,,,,,,0,0,15.014,0,75,34,50,12.804,21.187,21.881,4,59.546,92.555,105.321,5,1,1,,,,,1,-3,,,,,-99,57.735,57.735,58.625,1,0,0,38.807,0,3,1,2,2,3,2,The data implies a connection or correlation between fungi-related disease and insect-related disease. It is difficult to tease the two apart in viewing the data. ,9.462,53.805,98.67,7,7,3,4,7,1,2,The two variables are difficult to tease apart (insect and fungi). The author is ensuring that we see a connection. ,3.215,3.215,42.303,1,4,-99,6.75,9.008,10.881,2,2,7,3,4,1,5,6,0,0,37.161,0,7,8,9,8,5,6,9,9,-99,7.947,31.694,36.228,8,4,4,3,3,3,2,12.902,40.414,43.416,7,3,,10.679,12.823,15.34,2,1,1980,Georgia,7,2,1,-99,7,-99,-99,17,4,2,3.801,88.704,93.809,18,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,631b94723014b047b0f8e70a,0,"{""startTime"":1678658351600,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678658450981,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678658070797,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":34109,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8679,""week"":""52"",""id"":""chart""},{""time"":42903,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4819,""week"":""1"",""id"":""chart""},{""time"":48279,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4681,""week"":""2"",""id"":""chart""},{""time"":53913,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2432,""week"":""49"",""id"":""chart""},{""time"":59542,""label"":""tour_next"",""step"":2},{""time"":72077,""label"":""tour_end"",""step"":2},{""time"":74522,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5555,""week"":""52"",""id"":""chart""},{""time"":80090,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6822,""week"":""1"",""id"":""chart""},{""time"":94421,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3415,""week"":""5"",""id"":""chart""},{""time"":98564,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5496,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678658312095,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",moderate +2023-03-12 15:56:59,2023-03-12 16:10:07,0,69.237.41.96,100,787,1,2023-03-12 16:10:07,R_33gwzKWNSdn62tX,,,,,33.8583,-84.2165,anonymous,EN,1,30.98,30.98,33.67,1,1,4,1,2.361,5.461,6.515,2,0,0,15.113,0,96,28,43,7.568,17.151,17.958,3,7.542,69.174,70.881,25,1,1,,,,,1,-3,,,,,1,16.984,16.984,24.36,1,26.89,55.54,57.296,3,5,5,5,6,6,6,-99,5.509,32.19,32.615,8,5,4,4,5,5,6,Its based on factual data and provides number when hovering,4.421,4.421,20.877,1,5,-99,8.851,12.268,14.042,4,2,7,3,4,1,5,6,0,0,26.532,0,5,10,8,7,7,7,11,10,-99,8.917,23.699,27.94,8,4,4,1,2,5,4,15.858,43.091,44.081,7,1,1,2.861,10.794,12.235,2,2,1984,Georgia,9,3,1,-99,7,-99,-99,13,4,1,2.331,160.604,164.133,44,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,60f75a701ac4cfc5c17cceb7,1,"{""startTime"":1678658521839,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678658463745,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678658309789,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":2922,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2157,""week"":""2"",""id"":""chart""},{""time"":7537,""label"":""tour_next"",""step"":5},{""time"":45081,""label"":""cleared_brush"",""using"":""Click""},{""time"":45311,""label"":""cleared_brush"",""using"":""Click""},{""time"":45495,""label"":""cleared_brush"",""using"":""Click""},{""time"":48871,""label"":""started_brush"",""startDate"":""2021-08-14"",""endDate"":""2021-11-24""},{""time"":50986,""label"":""tour_next"",""step"":5},{""time"":60053,""label"":""moved_brush"",""startDate"":""2021-04-28"",""endDate"":""2021-08-07""},{""time"":60768,""label"":""tour_next"",""step"":5},{""time"":65161,""label"":""cleared_brush"",""using"":""Click""},{""time"":67235,""label"":""tour_next"",""step"":5},{""time"":69168,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678658406073,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":24318,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1360,""week"":""51"",""id"":""chart""},{""time"":39015,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5195,""week"":""52"",""id"":""chart""},{""time"":44431,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2962,""week"":""51"",""id"":""chart""},{""time"":48293,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2267,""week"":""1"",""id"":""chart""},{""time"":51214,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1280,""week"":""2"",""id"":""chart""},{""time"":52598,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2212,""week"":""3"",""id"":""chart""}]}",complex +2023-03-12 15:55:04,2023-03-12 16:10:26,0,174.130.101.57,100,922,1,2023-03-12 16:10:27,R_1ogPU7XwxWAY2ZC,,,,,41.4318,-78.5494,anonymous,EN,1,10.631,10.631,12.32,1,1,4,2,4.48,6.694,8.738,2,1.169,12.897,15.048,3,63,77,85,5.466,14.966,16.883,4,56.709,73.099,115.727,4,1,-3,,,,,-3,-3,,,,,1,12.497,74.724,75.902,5,10.37,10.37,54.867,1,3,7,3,5,5,3,-99,2.702,53.835,55.331,12,5,6,5,3,5,5,"It is clear, easy to read, and the trends show what I have experienced.",1.96,1.96,40.031,1,2,-99,3.327,11.808,17.857,5,2,7,3,4,1,5,6,13.287,32.496,33.407,6,2,3,2,2,2,2,9,7,-99,8.658,46.944,49.046,9,4,2,1,2,3,4,10.892,46.612,48.091,9,2,3,6.374,18.898,20.167,4,1,1987,Pennsylvania,3,2,1,-99,9,-99,white/black/middle eastern/native,4,4,1,4.579,98.281,100.028,18,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5c5aecc774a76f0001a25ced,1,"{""startTime"":1678658423879,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":1885},{""label"":""window_focused"",""time"":3300},{""label"":""window_blurred"",""time"":3309},{""label"":""window_focused"",""time"":3309}]}","{""startTime"":1678658479852,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678658184238,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":13416,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3302,""week"":""52"",""id"":""chart""},{""time"":18587,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1751,""week"":""14"",""id"":""chart""},{""time"":21022,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1335,""week"":""31"",""id"":""chart""},{""time"":24060,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2335,""week"":""14"",""id"":""chart""},{""time"":26962,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2803,""week"":""31"",""id"":""chart""},{""time"":31017,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3620,""week"":""32"",""id"":""chart""},{""time"":42579,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3020,""week"":""52"",""id"":""chart""},{""time"":45916,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1401,""week"":""2"",""id"":""chart""},{""time"":48135,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2185,""week"":""52"",""id"":""chart""},{""time"":51734,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3692,""week"":""52"",""id"":""chart""},{""time"":56701,""label"":""tour_next"",""step"":2},{""time"":66436,""label"":""tour_end"",""step"":2},{""time"":67722,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1600,""week"":""52"",""id"":""chart""},{""time"":78160,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2337,""week"":""52"",""id"":""chart2""},{""time"":80924,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3023,""week"":""52"",""id"":""chart2""},{""time"":86694,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6309,""week"":""52"",""id"":""chart2""},{""time"":103895,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2921,""week"":""52"",""id"":""chart""},{""time"":107429,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6073,""week"":""52"",""id"":""chart2""}]}","{""startTime"":1678658368397,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":8842},{""label"":""window_focused"",""time"":10269},{""label"":""window_blurred"",""time"":10277},{""label"":""window_focused"",""time"":10277},{""time"":19132,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1691,""week"":""52"",""id"":""chart""},{""time"":21344,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1732,""week"":""1"",""id"":""chart""},{""time"":24807,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2424,""week"":""52"",""id"":""chart2""},{""time"":29776,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2738,""week"":""52"",""id"":""chart""},{""time"":32737,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2452,""week"":""52"",""id"":""chart2""},{""time"":42973,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3861,""week"":""32"",""id"":""chart2""},{""time"":47622,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4167,""week"":""32"",""id"":""chart""}]}",simple +2023-03-12 15:57:47,2023-03-12 16:14:11,0,70.175.171.187,100,984,1,2023-03-12 16:14:12,R_1LYG0Tf4neUiy1X,,,,,35.4471,-97.5595,anonymous,EN,1,113.157,113.157,113.914,1,,,,,,,,0,0,15.111,0,50,50,50,1.134,6.12,7.515,2,1.163,116.709,118.914,43,1,1,,,,,-3,-3,,,,,-2,64.405,110.576,111.933,4,0.714,0.714,198.853,1,3,3,3,3,3,3,-99,8.903,16.029,17.345,8,3,3,3,3,3,3,Could be valid or invalid,2.376,3.18,20.013,2,4,-99,2.043,4.624,7.138,3,2,7,3,4,1,5,6,0,0,24.257,0,6,6,6,6,6,6,6,6,-99,2.014,6.161,8.001,8,3,3,3,3,3,3,1.273,5.099,6.034,6,2,,73.644,73.644,75.226,1,1,1974,Oklahoma,6,3,1,-99,3,-99,-99,15,4,1,2.317,59.828,61.256,12,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,637d5f042e21102f772b6e30,0,"{""startTime"":1678658873507,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678658896995,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678658436802,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":2962,""label"":""tour_next"",""step"":5},{""time"":11774,""label"":""tour_back"",""step"":5},{""time"":15082,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1633,""week"":""52"",""id"":""chart""},{""time"":25740,""label"":""tour_next"",""step"":5},{""time"":30422,""label"":""tour_back"",""step"":5},{""time"":33704,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2716,""week"":""52"",""id"":""chart""},{""time"":58387,""label"":""tour_next"",""step"":5},{""time"":61778,""label"":""started_brush"",""startDate"":""2021-04-25"",""endDate"":""2021-07-18""},{""time"":62880,""label"":""moved_brush"",""startDate"":""2021-07-23"",""endDate"":""2021-10-16""},{""time"":63803,""label"":""tour_next"",""step"":5},{""time"":65231,""label"":""started_brush"",""startDate"":""2021-04-28"",""endDate"":""2021-07-22""},{""time"":66157,""label"":""started_brush"",""startDate"":""2021-08-10"",""endDate"":""2021-09-05""},{""time"":69409,""label"":""started_brush"",""startDate"":""2021-05-24"",""endDate"":""2021-09-05""},{""time"":72803,""label"":""cleared_brush"",""using"":""Click""},{""time"":77497,""label"":""cleared_brush"",""using"":""Click""},{""time"":79752,""label"":""cleared_brush"",""using"":""Click""},{""time"":80952,""label"":""cleared_brush"",""using"":""Click""},{""time"":82548,""label"":""cleared_brush"",""using"":""Click""},{""time"":85369,""label"":""cleared_brush"",""using"":""Click""},{""time"":86703,""label"":""cleared_brush"",""using"":""Click""},{""time"":89534,""label"":""tour_back"",""step"":5},{""time"":92203,""label"":""cleared_brush"",""using"":""Click""},{""time"":95027,""label"":""started_brush"",""startDate"":""2021-05-26"",""endDate"":""2021-07-01""},{""time"":96041,""label"":""tour_next"",""step"":5},{""time"":99264,""label"":""moved_brush"",""startDate"":""2021-04-18"",""endDate"":""2021-05-23""},{""time"":100017,""label"":""tour_next"",""step"":5},{""time"":105901,""label"":""moved_brush"",""startDate"":""2021-04-18"",""endDate"":""2021-05-23""},{""time"":108212,""label"":""cleared_brush"",""using"":""Click""},{""time"":108212,""label"":""cleared_brush"",""using"":""Escape""},{""time"":110873,""label"":""tour_next"",""step"":5},{""time"":115849,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678658670145,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":2821,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1185,""week"":""34"",""id"":""chart""},{""label"":""window_blurred"",""time"":24813},{""label"":""window_focused"",""time"":26447},{""label"":""window_blurred"",""time"":26453},{""label"":""window_focused"",""time"":195995}]}",complex +2023-03-12 16:06:50,2023-03-12 16:14:26,0,206.255.165.213,100,455,1,2023-03-12 16:14:27,R_22StgQgZc1UbqKU,,,,,35.2352,-90.7971,anonymous,EN,1,4.208,4.208,5.378,1,,,,,,,,0,0,15.009,0,63,78,90,3.32,7.701,8.94,3,14.541,27.402,40.725,2,1,-2,,,,,-3,-3,,,,,1,28.963,28.963,31.713,1,0,0,85.872,0,5,7,4,5,6,5,-99,14.793,19.1,21.801,6,3,5,4,7,5,5,It looks high quality. ,2.347,2.347,8.829,1,3,-99,5.875,8.229,12.224,5,2,7,3,4,1,5,6,0,0,17,0,2,2,4,3,1,4,6,7,-99,3.375,14.809,16.695,8,1,2,4,5,2,1,3.047,14.232,15.064,6,7,,2.29,2.29,4.165,1,1,1987,Arkansas,6,2,1,-99,9,-99,Wynne,7,2,1,1.561,38.557,47.748,13,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,584c1e1f69b36600018ff959,0,"{""startTime"":1678659047730,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678659022819,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678658850799,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":6925,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1248,""week"":""1"",""id"":""chart""},{""time"":10658,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1166,""week"":""6"",""id"":""chart""},{""time"":14533,""label"":""tour_next"",""step"":2},{""time"":20858,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1983,""week"":""52"",""id"":""chart2""},{""time"":27394,""label"":""tour_end"",""step"":2},{""time"":32901,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1411,""week"":""3"",""id"":""chart""},{""time"":34371,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1786,""week"":""4"",""id"":""chart""},{""time"":36877,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1264,""week"":""52"",""id"":""chart2""},{""time"":38354,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1071,""week"":""4"",""id"":""chart""}]}","{""startTime"":1678658936396,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":5152,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1159,""week"":""1"",""id"":""chart""},{""time"":13195,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1615,""week"":""52"",""id"":""chart""},{""time"":16009,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1084,""week"":""50"",""id"":""chart""},{""time"":41110,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1173,""week"":""1"",""id"":""chart2""},{""time"":51663,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1597,""week"":""52"",""id"":""chart2""},{""time"":63981,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1114,""week"":""4"",""id"":""chart2""},{""time"":66204,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1556,""week"":""6"",""id"":""chart2""},{""time"":68324,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1103,""week"":""52"",""id"":""chart2""}]}",simple +2023-03-12 15:56:10,2023-03-12 16:16:46,0,67.11.49.7,100,1235,1,2023-03-12 16:16:46,R_1jjqOuyOkZKsDAs,,,,,29.3959,-98.4761,anonymous,EN,1,10.438,10.438,11.237,1,1,3,1,2.022,5.806,6.729,2,0,0,15.019,0,73,32,64,6.466,18.658,19.402,4,9.179,65.997,75.64,9,-3,-99,,,,,1,-99,,,,,1,27.538,27.538,28.753,1,27.012,27.012,37.897,1,6,4,1,6,5,6,-99,3.971,68.997,70.47,8,4,3,2,2,4,4,"It has good data in it, but it also has problems with how clear it is.",1.48,1.48,23.39,1,4,-99,6.302,6.302,7.103,1,2,7,3,4,1,5,6,0,0,16.421,0,4,6,7,7,8,6,9,10,-99,103.194,129.786,131.962,16,4,1,3,3,3,2,6.489,165.274,165.754,15,2,3,3.048,47.287,48.29,4,1,1996,Texas,6,2,1,-99,4,-99,-99,11,1,2,3.248,46.277,47.669,12,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,63615aa254cc85a51c9ab52e,1,"{""startTime"":1678658573439,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678658580912,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":13110},{""label"":""window_focused"",""time"":13853},{""label"":""window_blurred"",""time"":54696},{""label"":""window_focused"",""time"":69636},{""label"":""window_blurred"",""time"":132054},{""label"":""window_focused"",""time"":138166}]}","{""startTime"":1678658364372,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":35,""label"":""tour_started""},{""time"":8897,""label"":""tour_next"",""step"":5},{""label"":""window_blurred"",""time"":10804},{""label"":""window_focused"",""time"":19808},{""time"":20257,""label"":""cleared_brush"",""using"":""Click""},{""time"":24150,""label"":""cleared_brush"",""using"":""Click""},{""time"":25253,""label"":""cleared_brush"",""using"":""Click""},{""time"":33276,""label"":""cleared_brush"",""using"":""Click""},{""time"":37469,""label"":""cleared_brush"",""using"":""Click""},{""time"":42137,""label"":""cleared_brush"",""using"":""Click""},{""time"":42514,""label"":""cleared_brush"",""using"":""Click""},{""time"":42703,""label"":""cleared_brush"",""using"":""Click""},{""time"":43483,""label"":""cleared_brush"",""using"":""Click""},{""time"":45446,""label"":""cleared_brush"",""using"":""Click""},{""time"":51997,""label"":""started_brush"",""startDate"":""2021-05-17"",""endDate"":""2021-06-16""},{""time"":53308,""label"":""tour_next"",""step"":5},{""time"":57536,""label"":""moved_brush"",""startDate"":""2021-07-01"",""endDate"":""2021-07-30""},{""time"":58552,""label"":""tour_next"",""step"":5},{""time"":61458,""label"":""cleared_brush"",""using"":""Click""},{""time"":62498,""label"":""tour_next"",""step"":5},{""time"":65716,""label"":""tour_end"",""step"":5},{""time"":69188,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5474,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678658470523,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":4894,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1551,""week"":""52"",""id"":""chart""},{""time"":13358,""label"":""started_brush"",""startDate"":""2021-06-08"",""endDate"":""2021-06-15""},{""time"":17042,""label"":""moved_brush"",""startDate"":""2021-06-08"",""endDate"":""2021-07-16""},{""time"":24009,""label"":""moved_brush"",""startDate"":""2021-12-30"",""endDate"":""2022-02-07""},{""time"":26277,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":2079,""week"":""1"",""id"":""chart""},{""time"":30661,""label"":""moved_brush"",""startDate"":""2021-11-08"",""endDate"":""2021-12-17""},{""time"":31659,""label"":""cleared_brush"",""using"":""Click""}]}",complex +2023-03-12 15:56:26,2023-03-12 16:23:45,0,73.115.198.45,100,1638,1,2023-03-12 16:23:45,R_1Lc68PAfFdGkxod,,,,,29.7738,-95.406,anonymous,EN,1,31.908,31.908,34.505,1,,,,,,,,11.207,11.207,15.013,1,56,43,65,2.673,47.236,50.095,9,4.839,98.694,102.637,10,-2,-2,,,,,-3,-3,,,,,-2,18.719,79.997,92.518,10,3.014,25.095,34.684,7,4,4,5,5,5,4,no comments,20.778,91.193,106.108,17,4,5,5,5,5,4,because i probably feel it might be from a reputable source,14.842,14.842,111.188,1,1,no comments,15.504,27.433,41.091,4,2,7,3,4,1,5,6,34.846,34.846,60.976,1,3,6,5,8,9,8,9,10,no comments,21.778,75.825,93.496,11,2,2,4,2,3,2,36.376,81.241,83.459,12,2,,16.937,16.937,21.277,1,2,1973,Texas,6,1,1,-99,3,-99,-99,7,1,2,8.838,93.711,96.89,26,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,638df16a9ac9d4b756ea24e3,0,"{""startTime"":1678658953127,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_focused"",""time"":102918},{""label"":""window_focused"",""time"":102918},{""label"":""window_blurred"",""time"":106600},{""label"":""window_focused"",""time"":108116},{""label"":""window_blurred"",""time"":108727},{""label"":""window_focused"",""time"":112306}]}","{""startTime"":1678658767094,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678658375392,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":21,""label"":""tour_started""},{""time"":25542,""label"":""tour_next"",""step"":2},{""time"":67205,""label"":""tour_back"",""step"":2},{""time"":72614,""label"":""tour_next"",""step"":2},{""time"":75022,""label"":""tour_end"",""step"":2},{""label"":""window_blurred"",""time"":122534},{""label"":""window_focused"",""time"":123294},{""label"":""window_focused"",""time"":123294},{""label"":""window_focused"",""time"":129970},{""label"":""window_focused"",""time"":143220},{""label"":""window_focused"",""time"":143220},{""label"":""window_focused"",""time"":157499},{""label"":""window_focused"",""time"":157499},{""label"":""window_focused"",""time"":176825},{""label"":""window_focused"",""time"":176825},{""label"":""window_blurred"",""time"":186788},{""label"":""window_focused"",""time"":209753}]}","{""startTime"":1678658730134,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",simple diff --git a/study_data/pilot3/pilot3.csv b/study_data/pilot3/pilot3.csv index cd61782..d5a1b39 100644 --- a/study_data/pilot3/pilot3.csv +++ b/study_data/pilot3/pilot3.csv @@ -1,4 +1,4 @@ -StartDate,EndDate,Status,IPAddress,Progress,Duration (in seconds),Finished,RecordedDate,ResponseId,RecipientLastName,RecipientFirstName,RecipientEmail,ExternalReference,LocationLatitude,LocationLongitude,DistributionChannel,UserLanguage,Consent Form,consent-time_First Click,consent-time_Last Click,consent-time_Page Submit,consent-time_Click Count,covid-vaccine,covid-vaccine-doses,covid-infection,covid-time_First Click,covid-time_Last Click,covid-time_Page Submit,covid-time_Click Count,bar-vis-timer_First Click,bar-vis-timer_Last Click,bar-vis-timer_Page Submit,bar-vis-timer_Click Count,affect-science_1,affect-clarity_1,affect-aesthetic_1,bar-initial-time_First Click,bar-initial-time_Last Click,bar-initial-time_Page Submit,bar-initial-time_Click Count,bar-tour-time_First Click,bar-tour-time_Last Click,bar-tour-time_Page Submit,bar-tour-time_Click Count,simple-bar-vlat-1,simple-bar-vlat-2,simple-bar-vlat-time_First Click,simple-bar-vlat-time_Last Click,simple-bar-vlat-time_Page Submit,simple-bar-vlat-time_Click Count,moderate-bar-vlat-1,moderate-bar-vlat-2,mod-bar-vlat-time_First Click,mod-bar-vlat-time_Last Click,mod-bar-vlat-time_Page Submit,mod-bar-vlat-time_Click Count,complex-bar-vlat-1,com-bar-vlat-time_First Click,com-bar-vlat-time_Last Click,com-bar-vlat-time_Page Submit,com-bar-vlat-time_Click Count,bar-explore-time_First Click,bar-explore-time_Last Click,bar-explore-time_Page Submit,bar-explore-time_Click Count,bar-data_1,bar-data_2,bar-data_3,bar-data_4,bar-data_5,bar-data_6,bar-data-exp,bar-data-time_First Click,bar-data-time_Last Click,bar-data-time_Page Submit,bar-data-time_Click Count,bar-vis_1,bar-vis_2,bar-vis_3,bar-vis_4,bar-vis_5,bar-vis_6,bar-why,bar-vis-time_First Click,bar-vis-time_Last Click,bar-vis-time_Page Submit,bar-vis-time_Click Count,interpersonal-trust_1,interper-trust-exp,interper-trust-time_First Click,interper-trust-time_Last Click,interper-trust-time_Page Submit,interper-trust-time_Click Count,attention-check_1,attention-check_2,attention-check_3,attention-check_4,attention-check_5,attention-check_6,attention-check_7,attention-check-time_First Click,attention-check-time_Last Click,attention-check-time_Page Submit,attention-check-time_Click Count,trust-in-science_1,trust-in-science_2,trust-in-science_3,trust-in-science_4,trust-in-science_5,trust-in-science_6,trust-in-science_7,trust-in-science_8,trust-science-exp,trust-science-time_First Click,trust-science-time_Last Click,trust-science-time_Page Submit,trust-science-time_Click Count,cognition_1,cognition_2,cognition_3,cognition_4,cognition_5,cognition_6,need-cognition-time_First Click,need-cognition-time_Last Click,need-cognition-time_Page Submit,need-cognition-time_Click Count,political_views,covid_information,politics_time_First Click,politics_time_Last Click,politics_time_Page Submit,politics_time_Click Count,Gender,Age,State_1,Education,Parents_education,Language,Language_4_TEXT,Ethnicity,Ethnicity_8_TEXT,Ethnicity_9_TEXT,Income,Religion,Interview,Interview_1_TEXT,demographics_time_First Click,demographics_time_Last Click,demographics_time_Page Submit,demographics_time_Click Count,simple-lin-initial,simple-lin-data_1,simple-lin-data_2,simple-lin-data_3,simple-lin-data_4,simple-lin-data_5,simple-lin-data_6,simple-lin-vis_1,simple-lin-vis_2,simple-lin-vis_3,simple-lin-vis_4,simple-lin-vis_5,simple-lin-vis_6,simple-lin-why,Q142_First Click,Q142_Last Click,Q142_Page Submit,Q142_Click Count,moderate-lin-initial,moderate-lin-data_1,moderate-lin-data_2,moderate-lin-data_3,moderate-lin-data_4,moderate-lin-data_5,moderate-lin-data_6,moderate-lin-vis_1,moderate-lin-vis_2,moderate-lin-vis_3,moderate-lin-vis_4,moderate-lin-vis_5,moderate-lin-vis_6,moderate-lin-why,Q147_First Click,Q147_Last Click,Q147_Page Submit,Q147_Click Count,complex-lin-initial,complex-lin-data_1,complex-lin-data_2,complex-lin-data_3,complex-lin-data_4,complex-lin-data_5,complex-lin-data_6,complex-lin-vis_1,complex-lin-vis_2,complex-lin-vis_3,complex-lin-vis_4,complex-lin-vis_5,complex-lin-vis_6,complex-lin-why,Q152_First Click,Q152_Last Click,Q152_Page Submit,Q152_Click Count,PROLIFIC_PID,isCovidData,provenance-bar-data,provenance-bar-vis,provenance-bar-tour,provenance-bar-explore,bar-complexity +StartDate,EndDate,Status,IPAddress,Progress,Duration (in seconds),Finished,RecordedDate,ResponseId,RecipientLastName,RecipientFirstName,RecipientEmail,ExternalReference,LocationLatitude,LocationLongitude,DistributionChannel,UserLanguage,Consent Form,consent-time_First Click,consent-time_Last Click,consent-time_Page Submit,consent-time_Click Count,covid-vaccine,covid-vaccine-doses,covid-infection,covid-time_First Click,covid-time_Last Click,covid-time_Page Submit,covid-time_Click Count,bar-vis-timer_First Click,bar-vis-timer_Last Click,bar-vis-timer_Page Submit,bar-vis-timer_Click Count,affect-science_1,affect-clarity_1,affect-aesthetic_1,bar-initial-time_First Click,bar-initial-time_Last Click,bar-initial-time_Page Submit,bar-initial-time_Click Count,bar-tour-time_First Click,bar-tour-time_Last Click,bar-tour-time_Page Submit,bar-tour-time_Click Count,simple-bar-vlat-1,simple-bar-vlat-2,simple-bar-vlat-time_First Click,simple-bar-vlat-time_Last Click,simple-bar-vlat-time_Page Submit,simple-bar-vlat-time_Click Count,moderate-bar-vlat-1,moderate-bar-vlat-2,mod-bar-vlat-time_First Click,mod-bar-vlat-time_Last Click,mod-bar-vlat-time_Page Submit,mod-bar-vlat-time_Click Count,complex-bar-vlat-1,com-bar-vlat-time_First Click,com-bar-vlat-time_Last Click,com-bar-vlat-time_Page Submit,com-bar-vlat-time_Click Count,bar-explore-time_First Click,bar-explore-time_Last Click,bar-explore-time_Page Submit,bar-explore-time_Click Count,bar-data_1,bar-data_2,bar-data_3,bar-data_4,bar-data_5,bar-data_6,bar-data-exp,bar-data-time_First Click,bar-data-time_Last Click,bar-data-time_Page Submit,bar-data-time_Click Count,bar-vis_1,bar-vis_2,bar-vis_3,bar-vis_4,bar-vis_5,bar-vis_6,bar-why,bar-vis-time_First Click,bar-vis-time_Last Click,bar-vis-time_Page Submit,bar-vis-time_Click Count,interpersonal-trust_1,interper-trust-exp,interper-trust-time_First Click,interper-trust-time_Last Click,interper-trust-time_Page Submit,interper-trust-time_Click Count,attention-check_1,attention-check_2,attention-check_3,attention-check_4,attention-check_5,attention-check_6,attention-check_7,attention-check-time_First Click,attention-check-time_Last Click,attention-check-time_Page Submit,attention-check-time_Click Count,trust-in-science_1,trust-in-science_2,trust-in-science_3,trust-in-science_4,trust-in-science_5,trust-in-science_6,trust-in-science_7,trust-in-science_8,trust-science-exp,trust-science-time_First Click,trust-science-time_Last Click,trust-science-time_Page Submit,trust-science-time_Click Count,cognition_1,cognition_2,cognition_3,cognition_4,cognition_5,cognition_6,need-cognition-time_First Click,need-cognition-time_Last Click,need-cognition-time_Page Submit,need-cognition-time_Click Count,political_views,covid_information,politics_time_First Click,politics_time_Last Click,politics_time_Page Submit,politics_time_Click Count,Gender,Age,State_1,Education,Parents_education,Language,Language_4_TEXT,Ethnicity,Ethnicity_8_TEXT,Ethnicity_9_TEXT,Income,Religion,Interview,demographics_time_First Click,demographics_time_Last Click,demographics_time_Page Submit,demographics_time_Click Count,simple-lin-initial,simple-lin-data_1,simple-lin-data_2,simple-lin-data_3,simple-lin-data_4,simple-lin-data_5,simple-lin-data_6,simple-lin-vis_1,simple-lin-vis_2,simple-lin-vis_3,simple-lin-vis_4,simple-lin-vis_5,simple-lin-vis_6,simple-lin-why,Q142_First Click,Q142_Last Click,Q142_Page Submit,Q142_Click Count,moderate-lin-initial,moderate-lin-data_1,moderate-lin-data_2,moderate-lin-data_3,moderate-lin-data_4,moderate-lin-data_5,moderate-lin-data_6,moderate-lin-vis_1,moderate-lin-vis_2,moderate-lin-vis_3,moderate-lin-vis_4,moderate-lin-vis_5,moderate-lin-vis_6,moderate-lin-why,Q147_First Click,Q147_Last Click,Q147_Page Submit,Q147_Click Count,complex-lin-initial,complex-lin-data_1,complex-lin-data_2,complex-lin-data_3,complex-lin-data_4,complex-lin-data_5,complex-lin-data_6,complex-lin-vis_1,complex-lin-vis_2,complex-lin-vis_3,complex-lin-vis_4,complex-lin-vis_5,complex-lin-vis_6,complex-lin-why,Q152_First Click,Q152_Last Click,Q152_Page Submit,Q152_Click Count,PROLIFIC_PID,isCovidData,provenance-bar-data,provenance-bar-vis,provenance-bar-tour,provenance-bar-explore,bar-complexity Start Date,End Date,Response Type,IP Address,Progress,Duration (in seconds),Finished,Recorded Date,Response ID,Recipient Last Name,Recipient First Name,Recipient Email,External Data Reference,Location Latitude,Location Longitude,Distribution Channel,User Language,"Consent Form for Participation in a Research Study @@ -85,7 +85,7 @@ You can decide not to participate in this research or you can start and then dec -By clicking “I agree” below you are indicating that you are at least 18 years old, have read this consent form, and agree to participate in this research study. Please print a copy of this page for your records.",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,Have you already received a Covid-19 vaccination?,How many doses of the Covid-19 vaccine did you receive?,Have you been verifiably infected with Covid-19?,Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,affect-science - Click to write Choice 1,affect-clarity - Click to write Choice 1,affect-aesthetic - Click to write Choice 1,Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,"How many weeks had higher unvaccinated Covid-19 case counts than the week of Dec 13, 2021?",What is the max number of case counts (per 100K) of vaccinated people who caught Covid-19?,Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,"By approximately how much did the number of cases in unvaccinated people increase from the week of December 13, 2021 to the week of December 20, 2021 (per 100K people)?","Approximately how many unvaccinated people caught Covid-19 (per 100K people) during the week of January 10, 2022?",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,"Among vaccinated people, which age group sees the largest increase in case count between November 2021 and January 2022?",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,Disregard the visualization for this question. To what extent do you agree or disagree with the following statements about the data used in the visualization above? - The data is accurate,Disregard the visualization for this question. To what extent do you agree or disagree with the following statements about the data used in the visualization above? - The data sufficiently describes the current state of COVID-19 vaccinations (the data is complete and does not leave out important information),Disregard the visualization for this question. To what extent do you agree or disagree with the following statements about the data used in the visualization above? - The data is unbiased and trustworthy,Disregard the visualization for this question. To what extent do you agree or disagree with the following statements about the data used in the visualization above? - I understand the meaning of this data well,Disregard the visualization for this question. To what extent do you agree or disagree with the following statements about the data used in the visualization above? - The data source was clearly displayed,Disregard the visualization for this question. To what extent do you agree or disagree with the following statements about the data used in the visualization above? - I trust this data,"If you have any additional thoughts/comments, please enter them here.",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,Assume you trust the data used for the visualization. To what extent do you agree or disagree with the following statements about the visualization presented above? - The visualization transparently includes all important elements of the data,Assume you trust the data used for the visualization. To what extent do you agree or disagree with the following statements about the visualization presented above? - I find it easy to understand this visualization,Assume you trust the data used for the visualization. To what extent do you agree or disagree with the following statements about the visualization presented above? - I like this visualization,"Assume you trust the data used for the visualization. To what extent do you agree or disagree with the following statements about the visualization presented above? - I would likely share this visualization with my family, friends or on social media",Assume you trust the data used for the visualization. To what extent do you agree or disagree with the following statements about the visualization presented above? - I would likely use this visualization and its information in my actions tackling Covid-19,Assume you trust the data used for the visualization. To what extent do you agree or disagree with the following statements about the visualization presented above? - I trust this visualization,"Tell us a bit more about why you [QID102-ChoiceGroup-SelectedAnswers-11] with the statement ""I trust this visualization"".",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,"Generally speaking, would you say that most people can be trusted or that you can't be too careful in dealing with people? - 2","If you have any additional thoughts/comments, please enter them here.",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,There are many important issues facing our country today. Research shows that issues people think are important can affect their views on other issues. We also want to know if you are paying attention. Please ignore the question and put “crime” in the top position and unemployment in the bottom position. Leave the rest of the issues in the same order. - Health care,There are many important issues facing our country today. Research shows that issues people think are important can affect their views on other issues. We also want to know if you are paying attention. Please ignore the question and put “crime” in the top position and unemployment in the bottom position. Leave the rest of the issues in the same order. - Unemployment,There are many important issues facing our country today. Research shows that issues people think are important can affect their views on other issues. We also want to know if you are paying attention. Please ignore the question and put “crime” in the top position and unemployment in the bottom position. Leave the rest of the issues in the same order. - The federal budget deficit,There are many important issues facing our country today. Research shows that issues people think are important can affect their views on other issues. We also want to know if you are paying attention. Please ignore the question and put “crime” in the top position and unemployment in the bottom position. Leave the rest of the issues in the same order. - The coronavirus pandemic,There are many important issues facing our country today. Research shows that issues people think are important can affect their views on other issues. We also want to know if you are paying attention. Please ignore the question and put “crime” in the top position and unemployment in the bottom position. Leave the rest of the issues in the same order. - Crime,There are many important issues facing our country today. Research shows that issues people think are important can affect their views on other issues. We also want to know if you are paying attention. Please ignore the question and put “crime” in the top position and unemployment in the bottom position. Leave the rest of the issues in the same order. - Education,There are many important issues facing our country today. Research shows that issues people think are important can affect their views on other issues. We also want to know if you are paying attention. Please ignore the question and put “crime” in the top position and unemployment in the bottom position. Leave the rest of the issues in the same order. - Relations with other countries,Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,"On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - Political parties","On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - The government","On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - The police","On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - The legal system","On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - The news media","On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - Business and industry","On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - Scientists/Science","On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - Doctors","If you have any additional thoughts/comments, please enter them here.",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,"The next questions will be about your motivation to engage in cognitive activity. For each sentence below, please select how uncharacteristic or characteristic (5-point scale) this is for you personally. - I would prefer complex to simple problems.","The next questions will be about your motivation to engage in cognitive activity. For each sentence below, please select how uncharacteristic or characteristic (5-point scale) this is for you personally. - I like to have the responsibility of handling a situation that requires a lot of thinking.","The next questions will be about your motivation to engage in cognitive activity. For each sentence below, please select how uncharacteristic or characteristic (5-point scale) this is for you personally. - Thinking is not my idea of fun.","The next questions will be about your motivation to engage in cognitive activity. For each sentence below, please select how uncharacteristic or characteristic (5-point scale) this is for you personally. - I would rather do something that requires little thought than something that is sure to challenge my thinking abilities.","The next questions will be about your motivation to engage in cognitive activity. For each sentence below, please select how uncharacteristic or characteristic (5-point scale) this is for you personally. - I really enjoy a task that involves coming up with new solutions to problems.","The next questions will be about your motivation to engage in cognitive activity. For each sentence below, please select how uncharacteristic or characteristic (5-point scale) this is for you personally. - I would prefer a task that is intellectual, difficult, and important to one that is somewhat important but does not require much thought.",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,Below is a seven-point scale on which the political views that people might hold are arranged from extremely liberal—point 1—to extremely conservative—point 7. Where would you place yourself on this scale?,"During the peak of the pandemic, how often did you actively seek information on Covid-19 from any sources including TV, newspapers, radios, online and social media, or personal conversations?",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,Lastly a few questions about socio-demographic characteristics. To which gender do you most identify?,In what year were you born? Please enter all four digits.,Text,What is the highest level of school you have completed or the highest degree you have received?,Have one or both of your parents completed a bachelor’s degree?,What language do you speak at home? - Selected Choice,"What language do you speak at home? - Other, please specify: - Text",Which of the following categories do you identify with? - Selected Choice,"Which of the following categories do you identify with? - Other race, ethnicity, or origin (please specify) - Text","Which of the following categories do you identify with? - Mixed race, ethnicity (please specify) - Text","In which of these groups did your total family income, from all sources, fall last year before taxes?",To what extent do you consider yourself a religious person?,Would you be interested in participating in a qualitative interview for this study? You would be paid $15 for about 30 minutes of your time. - Selected Choice,"Would you be interested in participating in a qualitative interview for this study? You would be paid $15 for about 30 minutes of your time. - Yes, you may contact me on this email address: - Text",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,"Above you see a chart containing information about Covid-19 cases in the USA. +By clicking “I agree” below you are indicating that you are at least 18 years old, have read this consent form, and agree to participate in this research study. Please print a copy of this page for your records.",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,Have you already received a Covid-19 vaccination?,How many doses of the Covid-19 vaccine did you receive?,Have you been verifiably infected with Covid-19?,Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,affect-science - Click to write Choice 1,affect-clarity - Click to write Choice 1,affect-aesthetic - Click to write Choice 1,Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,"How many weeks had higher unvaccinated Covid-19 case counts than the week of Dec 13, 2021?",What is the max number of case counts (per 100K) of vaccinated people who caught Covid-19?,Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,"By approximately how much did the number of cases in unvaccinated people increase from the week of December 13, 2021 to the week of December 20, 2021 (per 100K people)?","Approximately how many unvaccinated people caught Covid-19 (per 100K people) during the week of January 10, 2022?",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,"Among vaccinated people, which age group sees the largest increase in case count between November 2021 and January 2022?",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,Disregard the visualization for this question. To what extent do you agree or disagree with the following statements about the data used in the visualization above? - The data is accurate,Disregard the visualization for this question. To what extent do you agree or disagree with the following statements about the data used in the visualization above? - The data sufficiently describes the current state of COVID-19 vaccinations (the data is complete and does not leave out important information),Disregard the visualization for this question. To what extent do you agree or disagree with the following statements about the data used in the visualization above? - The data is unbiased and trustworthy,Disregard the visualization for this question. To what extent do you agree or disagree with the following statements about the data used in the visualization above? - I understand the meaning of this data well,Disregard the visualization for this question. To what extent do you agree or disagree with the following statements about the data used in the visualization above? - The data source was clearly displayed,Disregard the visualization for this question. To what extent do you agree or disagree with the following statements about the data used in the visualization above? - I trust this data,"If you have any additional thoughts/comments, please enter them here.",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,Assume you trust the data used for the visualization. To what extent do you agree or disagree with the following statements about the visualization presented above? - The visualization transparently includes all important elements of the data,Assume you trust the data used for the visualization. To what extent do you agree or disagree with the following statements about the visualization presented above? - I find it easy to understand this visualization,Assume you trust the data used for the visualization. To what extent do you agree or disagree with the following statements about the visualization presented above? - I like this visualization,"Assume you trust the data used for the visualization. To what extent do you agree or disagree with the following statements about the visualization presented above? - I would likely share this visualization with my family, friends or on social media",Assume you trust the data used for the visualization. To what extent do you agree or disagree with the following statements about the visualization presented above? - I would likely use this visualization and its information in my actions tackling Covid-19,Assume you trust the data used for the visualization. To what extent do you agree or disagree with the following statements about the visualization presented above? - I trust this visualization,"Tell us a bit more about why you [QID102-ChoiceGroup-SelectedAnswers-11] with the statement ""I trust this visualization"".",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,"Generally speaking, would you say that most people can be trusted or that you can't be too careful in dealing with people? - 2","If you have any additional thoughts/comments, please enter them here.",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,There are many important issues facing our country today. Research shows that issues people think are important can affect their views on other issues. We also want to know if you are paying attention. Please ignore the question and put “crime” in the top position and unemployment in the bottom position. Leave the rest of the issues in the same order. - Health care,There are many important issues facing our country today. Research shows that issues people think are important can affect their views on other issues. We also want to know if you are paying attention. Please ignore the question and put “crime” in the top position and unemployment in the bottom position. Leave the rest of the issues in the same order. - Unemployment,There are many important issues facing our country today. Research shows that issues people think are important can affect their views on other issues. We also want to know if you are paying attention. Please ignore the question and put “crime” in the top position and unemployment in the bottom position. Leave the rest of the issues in the same order. - The federal budget deficit,There are many important issues facing our country today. Research shows that issues people think are important can affect their views on other issues. We also want to know if you are paying attention. Please ignore the question and put “crime” in the top position and unemployment in the bottom position. Leave the rest of the issues in the same order. - The coronavirus pandemic,There are many important issues facing our country today. Research shows that issues people think are important can affect their views on other issues. We also want to know if you are paying attention. Please ignore the question and put “crime” in the top position and unemployment in the bottom position. Leave the rest of the issues in the same order. - Crime,There are many important issues facing our country today. Research shows that issues people think are important can affect their views on other issues. We also want to know if you are paying attention. Please ignore the question and put “crime” in the top position and unemployment in the bottom position. Leave the rest of the issues in the same order. - Education,There are many important issues facing our country today. Research shows that issues people think are important can affect their views on other issues. We also want to know if you are paying attention. Please ignore the question and put “crime” in the top position and unemployment in the bottom position. Leave the rest of the issues in the same order. - Relations with other countries,Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,"On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - Political parties","On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - The government","On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - The police","On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - The legal system","On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - The news media","On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - Business and industry","On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - Scientists/Science","On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - Doctors","If you have any additional thoughts/comments, please enter them here.",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,"The next questions will be about your motivation to engage in cognitive activity. For each sentence below, please select how uncharacteristic or characteristic (5-point scale) this is for you personally. - I would prefer complex to simple problems.","The next questions will be about your motivation to engage in cognitive activity. For each sentence below, please select how uncharacteristic or characteristic (5-point scale) this is for you personally. - I like to have the responsibility of handling a situation that requires a lot of thinking.","The next questions will be about your motivation to engage in cognitive activity. For each sentence below, please select how uncharacteristic or characteristic (5-point scale) this is for you personally. - Thinking is not my idea of fun.","The next questions will be about your motivation to engage in cognitive activity. For each sentence below, please select how uncharacteristic or characteristic (5-point scale) this is for you personally. - I would rather do something that requires little thought than something that is sure to challenge my thinking abilities.","The next questions will be about your motivation to engage in cognitive activity. For each sentence below, please select how uncharacteristic or characteristic (5-point scale) this is for you personally. - I really enjoy a task that involves coming up with new solutions to problems.","The next questions will be about your motivation to engage in cognitive activity. For each sentence below, please select how uncharacteristic or characteristic (5-point scale) this is for you personally. - I would prefer a task that is intellectual, difficult, and important to one that is somewhat important but does not require much thought.",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,Below is a seven-point scale on which the political views that people might hold are arranged from extremely liberal—point 1—to extremely conservative—point 7. Where would you place yourself on this scale?,"During the peak of the pandemic, how often did you actively seek information on Covid-19 from any sources including TV, newspapers, radios, online and social media, or personal conversations?",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,Lastly a few questions about socio-demographic characteristics. To which gender do you most identify?,In what year were you born? Please enter all four digits.,Text,What is the highest level of school you have completed or the highest degree you have received?,Have one or both of your parents completed a bachelor’s degree?,What language do you speak at home? - Selected Choice,"What language do you speak at home? - Other, please specify: - Text",Which of the following categories do you identify with? - Selected Choice,"Which of the following categories do you identify with? - Other race, ethnicity, or origin (please specify) - Text","Which of the following categories do you identify with? - Mixed race, ethnicity (please specify) - Text","In which of these groups did your total family income, from all sources, fall last year before taxes?",To what extent do you consider yourself a religious person?,Would you be interested in participating in a qualitative interview for this study? You would be paid $15 for about 30 minutes of your time. - Selected Choice,Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,"Above you see a chart containing information about Covid-19 cases in the USA. What are your first/immediate impressions of this visualization? This could include things you like, dislike, as well as other first impressions.","Above you see a chart containing information about Covid-19 cases in the USA. Please look at the chart and answer the question below. @@ -168,66 +168,66 @@ Assume you trust the data used for the visualization. To what extent do you agre Assume you trust the data used for the visualization. To what extent do you agree or disagree with the following statements about the visualization presented above? - I would likely use this visualization and its information in my actions tackling Covid-19","Above you see a chart containing information about Covid-19 cases in the USA. Please look at the chart and answer the question below. -Assume you trust the data used for the visualization. To what extent do you agree or disagree with the following statements about the visualization presented above? - I trust this visualization","Tell us a bit more about why you [QID150-ChoiceGroup-SelectedAnswers-11] with the statement ""I trust this visualization"".",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,PROLIFIC_PID,isCovidData,provenance-bar-data,provenance-bar-vis,provenance-bar-tour,provenance-bar-explore,bar-complexity -"{""ImportId"":""startDate"",""timeZone"":""America/Denver""}","{""ImportId"":""endDate"",""timeZone"":""America/Denver""}","{""ImportId"":""status""}","{""ImportId"":""ipAddress""}","{""ImportId"":""progress""}","{""ImportId"":""duration""}","{""ImportId"":""finished""}","{""ImportId"":""recordedDate"",""timeZone"":""America/Denver""}","{""ImportId"":""_recordId""}","{""ImportId"":""recipientLastName""}","{""ImportId"":""recipientFirstName""}","{""ImportId"":""recipientEmail""}","{""ImportId"":""externalDataReference""}","{""ImportId"":""locationLatitude""}","{""ImportId"":""locationLongitude""}","{""ImportId"":""distributionChannel""}","{""ImportId"":""userLanguage""}","{""ImportId"":""QID182""}","{""ImportId"":""QID189_FIRST_CLICK""}","{""ImportId"":""QID189_LAST_CLICK""}","{""ImportId"":""QID189_PAGE_SUBMIT""}","{""ImportId"":""QID189_CLICK_COUNT""}","{""ImportId"":""QID4""}","{""ImportId"":""QID5""}","{""ImportId"":""QID6""}","{""ImportId"":""QID64_FIRST_CLICK""}","{""ImportId"":""QID64_LAST_CLICK""}","{""ImportId"":""QID64_PAGE_SUBMIT""}","{""ImportId"":""QID64_CLICK_COUNT""}","{""ImportId"":""QID191_FIRST_CLICK""}","{""ImportId"":""QID191_LAST_CLICK""}","{""ImportId"":""QID191_PAGE_SUBMIT""}","{""ImportId"":""QID191_CLICK_COUNT""}","{""ImportId"":""QID228_1""}","{""ImportId"":""QID230_1""}","{""ImportId"":""QID231_1""}","{""ImportId"":""QID209_FIRST_CLICK""}","{""ImportId"":""QID209_LAST_CLICK""}","{""ImportId"":""QID209_PAGE_SUBMIT""}","{""ImportId"":""QID209_CLICK_COUNT""}","{""ImportId"":""QID188_FIRST_CLICK""}","{""ImportId"":""QID188_LAST_CLICK""}","{""ImportId"":""QID188_PAGE_SUBMIT""}","{""ImportId"":""QID188_CLICK_COUNT""}","{""ImportId"":""QID245""}","{""ImportId"":""QID246""}","{""ImportId"":""QID247_FIRST_CLICK""}","{""ImportId"":""QID247_LAST_CLICK""}","{""ImportId"":""QID247_PAGE_SUBMIT""}","{""ImportId"":""QID247_CLICK_COUNT""}","{""ImportId"":""QID249""}","{""ImportId"":""QID250""}","{""ImportId"":""QID254_FIRST_CLICK""}","{""ImportId"":""QID254_LAST_CLICK""}","{""ImportId"":""QID254_PAGE_SUBMIT""}","{""ImportId"":""QID254_CLICK_COUNT""}","{""ImportId"":""QID253""}","{""ImportId"":""QID255_FIRST_CLICK""}","{""ImportId"":""QID255_LAST_CLICK""}","{""ImportId"":""QID255_PAGE_SUBMIT""}","{""ImportId"":""QID255_CLICK_COUNT""}","{""ImportId"":""QID223_FIRST_CLICK""}","{""ImportId"":""QID223_LAST_CLICK""}","{""ImportId"":""QID223_PAGE_SUBMIT""}","{""ImportId"":""QID223_CLICK_COUNT""}","{""ImportId"":""QID101_1""}","{""ImportId"":""QID101_2""}","{""ImportId"":""QID101_3""}","{""ImportId"":""QID101_4""}","{""ImportId"":""QID101_12""}","{""ImportId"":""QID101_15""}","{""ImportId"":""QID200_TEXT""}","{""ImportId"":""QID192_FIRST_CLICK""}","{""ImportId"":""QID192_LAST_CLICK""}","{""ImportId"":""QID192_PAGE_SUBMIT""}","{""ImportId"":""QID192_CLICK_COUNT""}","{""ImportId"":""QID102_6""}","{""ImportId"":""QID102_7""}","{""ImportId"":""QID102_8""}","{""ImportId"":""QID102_9""}","{""ImportId"":""QID102_10""}","{""ImportId"":""QID102_11""}","{""ImportId"":""QID117_TEXT""}","{""ImportId"":""QID78_FIRST_CLICK""}","{""ImportId"":""QID78_LAST_CLICK""}","{""ImportId"":""QID78_PAGE_SUBMIT""}","{""ImportId"":""QID78_CLICK_COUNT""}","{""ImportId"":""QID122_2""}","{""ImportId"":""QID203_TEXT""}","{""ImportId"":""QID199_FIRST_CLICK""}","{""ImportId"":""QID199_LAST_CLICK""}","{""ImportId"":""QID199_PAGE_SUBMIT""}","{""ImportId"":""QID199_CLICK_COUNT""}","{""ImportId"":""QID36_1""}","{""ImportId"":""QID36_2""}","{""ImportId"":""QID36_3""}","{""ImportId"":""QID36_4""}","{""ImportId"":""QID36_5""}","{""ImportId"":""QID36_6""}","{""ImportId"":""QID36_7""}","{""ImportId"":""QID65_FIRST_CLICK""}","{""ImportId"":""QID65_LAST_CLICK""}","{""ImportId"":""QID65_PAGE_SUBMIT""}","{""ImportId"":""QID65_CLICK_COUNT""}","{""ImportId"":""QID38_1""}","{""ImportId"":""QID38_2""}","{""ImportId"":""QID38_3""}","{""ImportId"":""QID38_4""}","{""ImportId"":""QID38_5""}","{""ImportId"":""QID38_6""}","{""ImportId"":""QID38_7""}","{""ImportId"":""QID38_8""}","{""ImportId"":""QID204_TEXT""}","{""ImportId"":""QID72_FIRST_CLICK""}","{""ImportId"":""QID72_LAST_CLICK""}","{""ImportId"":""QID72_PAGE_SUBMIT""}","{""ImportId"":""QID72_CLICK_COUNT""}","{""ImportId"":""QID39_1""}","{""ImportId"":""QID39_2""}","{""ImportId"":""QID39_3""}","{""ImportId"":""QID39_4""}","{""ImportId"":""QID39_5""}","{""ImportId"":""QID39_6""}","{""ImportId"":""QID73_FIRST_CLICK""}","{""ImportId"":""QID73_LAST_CLICK""}","{""ImportId"":""QID73_PAGE_SUBMIT""}","{""ImportId"":""QID73_CLICK_COUNT""}","{""ImportId"":""QID11""}","{""ImportId"":""QID13""}","{""ImportId"":""QID74_FIRST_CLICK""}","{""ImportId"":""QID74_LAST_CLICK""}","{""ImportId"":""QID74_PAGE_SUBMIT""}","{""ImportId"":""QID74_CLICK_COUNT""}","{""ImportId"":""QID14""}","{""ImportId"":""QID15_TEXT""}","{""ImportId"":""QID16_1""}","{""ImportId"":""QID17""}","{""ImportId"":""QID23""}","{""ImportId"":""QID27""}","{""ImportId"":""QID27_4_TEXT""}","{""ImportId"":""QID18""}","{""ImportId"":""QID18_8_TEXT""}","{""ImportId"":""QID18_9_TEXT""}","{""ImportId"":""QID19""}","{""ImportId"":""QID20""}","{""ImportId"":""QID25""}","{""ImportId"":""QID25_1_TEXT""}","{""ImportId"":""QID75_FIRST_CLICK""}","{""ImportId"":""QID75_LAST_CLICK""}","{""ImportId"":""QID75_PAGE_SUBMIT""}","{""ImportId"":""QID75_CLICK_COUNT""}","{""ImportId"":""QID138_TEXT""}","{""ImportId"":""QID139_1""}","{""ImportId"":""QID139_2""}","{""ImportId"":""QID139_3""}","{""ImportId"":""QID139_4""}","{""ImportId"":""QID139_12""}","{""ImportId"":""QID139_15""}","{""ImportId"":""QID140_6""}","{""ImportId"":""QID140_7""}","{""ImportId"":""QID140_8""}","{""ImportId"":""QID140_9""}","{""ImportId"":""QID140_10""}","{""ImportId"":""QID140_11""}","{""ImportId"":""QID141_TEXT""}","{""ImportId"":""QID142_FIRST_CLICK""}","{""ImportId"":""QID142_LAST_CLICK""}","{""ImportId"":""QID142_PAGE_SUBMIT""}","{""ImportId"":""QID142_CLICK_COUNT""}","{""ImportId"":""QID143_TEXT""}","{""ImportId"":""QID144_1""}","{""ImportId"":""QID144_2""}","{""ImportId"":""QID144_3""}","{""ImportId"":""QID144_4""}","{""ImportId"":""QID144_12""}","{""ImportId"":""QID144_15""}","{""ImportId"":""QID145_6""}","{""ImportId"":""QID145_7""}","{""ImportId"":""QID145_8""}","{""ImportId"":""QID145_9""}","{""ImportId"":""QID145_10""}","{""ImportId"":""QID145_11""}","{""ImportId"":""QID146_TEXT""}","{""ImportId"":""QID147_FIRST_CLICK""}","{""ImportId"":""QID147_LAST_CLICK""}","{""ImportId"":""QID147_PAGE_SUBMIT""}","{""ImportId"":""QID147_CLICK_COUNT""}","{""ImportId"":""QID148_TEXT""}","{""ImportId"":""QID149_1""}","{""ImportId"":""QID149_2""}","{""ImportId"":""QID149_3""}","{""ImportId"":""QID149_4""}","{""ImportId"":""QID149_12""}","{""ImportId"":""QID149_15""}","{""ImportId"":""QID150_6""}","{""ImportId"":""QID150_7""}","{""ImportId"":""QID150_8""}","{""ImportId"":""QID150_9""}","{""ImportId"":""QID150_10""}","{""ImportId"":""QID150_11""}","{""ImportId"":""QID151_TEXT""}","{""ImportId"":""QID152_FIRST_CLICK""}","{""ImportId"":""QID152_LAST_CLICK""}","{""ImportId"":""QID152_PAGE_SUBMIT""}","{""ImportId"":""QID152_CLICK_COUNT""}","{""ImportId"":""PROLIFIC_PID""}","{""ImportId"":""isCovidData""}","{""ImportId"":""provenance-bar-data""}","{""ImportId"":""provenance-bar-vis""}","{""ImportId"":""provenance-bar-tour""}","{""ImportId"":""provenance-bar-explore""}","{""ImportId"":""bar-complexity""}" -2023-03-12 15:29:25,2023-03-12 15:41:08,0,67.186.178.95,100,703,1,2023-03-12 15:41:09,R_1eEOE80Y8XlTH5x,,,,,44.4537,-73.1773,anonymous,EN,1,20.214,20.214,21.207,1,,,,,,,,0,0,15.114,0,100,100,36,7.293,12.395,14.015,4,21.186,34.419,66.096,2,,,,,,,,,,,,,,,,,,18.983,18.983,43.668,1,3,1,6,6,6,6,"The visual depicts crop disease, but the questions ask about covid 19 vaccinations, which are unrelated.",8.486,39.761,90.602,8,6,6,5,7,7,6,It clearly shows me the numbers from a data set and lets me form my own opinions/conclusions from it without biasing them with additional written information.,2.468,2.468,52.875,1,4,-99,3.772,5.68,8.353,3,2,3,4,5,1,6,7,0,0,14.077,0,2,5,7,7,6,7,11,7,-99,4.387,14.238,16.638,8,4,5,2,2,5,5,8.693,23.97,25.054,6,1,,2.562,2.562,5.758,1,2,2000,Vermont,6,3,1,-99,7,-99,-99,4,4,2,-99,2.021,58.671,60.701,14,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,614f39f10ed069cb9fdd8bbc,0,"{""startTime"":1678656902973,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":20512,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1311,""week"":""3"",""id"":""chart""}]}","{""startTime"":1678656822225,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678656653200,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":19,""label"":""tour_started""},{""time"":8552,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":11484,""week"":""1"",""id"":""chart""},{""time"":21174,""label"":""tour_next"",""step"":2},{""time"":23802,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1283,""week"":""1"",""id"":""chart2""},{""time"":25104,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2632,""week"":""52"",""id"":""chart2""},{""time"":34405,""label"":""tour_end"",""step"":2},{""time"":38025,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1459,""week"":""31"",""id"":""chart""},{""time"":39921,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1730,""week"":""23"",""id"":""chart""},{""time"":42737,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1198,""week"":""6"",""id"":""chart""},{""time"":47277,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1408,""week"":""6"",""id"":""chart2""},{""time"":51441,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2111,""week"":""51"",""id"":""chart2""},{""time"":54689,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2963,""week"":""27"",""id"":""chart2""},{""time"":62178,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1274,""week"":""31"",""id"":""chart""},{""time"":64318,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1033,""week"":""34"",""id"":""chart""}]}","{""startTime"":1678656777964,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":6760,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1205,""week"":""1"",""id"":""chart""},{""time"":9060,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1775,""week"":""52"",""id"":""chart2""},{""time"":11261,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4375,""week"":""52"",""id"":""chart2""},{""time"":20805,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1497,""week"":""15"",""id"":""chart2""},{""time"":31476,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7109,""week"":""22"",""id"":""chart""},{""time"":40907,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1045,""week"":""52"",""id"":""chart""}]}",simple -2023-03-12 15:36:48,2023-03-12 15:47:12,0,174.72.65.58,100,623,1,2023-03-12 15:47:12,R_2aFFd93pyK1CSvk,,,,,33.2727,-111.8278,anonymous,EN,1,9.482,9.482,10.445,1,,,,,,,,0,0,15.013,0,53,19,73,6.723,12.991,13.613,5,22.375,88.018,100.364,15,,,,,,,,,,,,,,,,,,8.727,27.414,36.208,2,3,3,3,5,5,3,-99,9.974,23.475,25.032,6,5,5,5,5,5,3,Unsure about the validity of the data source.,3.168,3.168,20.217,1,5,-99,4.848,8.349,9.841,3,2,7,3,4,1,5,6,0,0,29.495,0,2,6,2,6,2,6,10,6,-99,8.098,21.749,24.025,8,4,3,1,3,4,4,6.677,21.862,23.321,6,4,,3.611,3.611,6.955,1,1,1996,Arizona,6,1,1,-99,7,-99,-99,7,4,1,631ad5df2dfd6aff965bba6a@email.prolific.co,2.881,50.853,65.615,13,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,631ad5df2dfd6aff965bba6a,0,"{""startTime"":1678657300676,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678657255868,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678657059551,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":22,""label"":""tour_started""},{""time"":22369,""label"":""tour_next"",""step"":5},{""time"":37624,""label"":""started_brush"",""startDate"":""2021-09-06"",""endDate"":""2021-11-20""},{""time"":38973,""label"":""moved_brush"",""startDate"":""2021-07-27"",""endDate"":""2021-10-10""},{""time"":39687,""label"":""tour_next"",""step"":5},{""time"":48010,""label"":""started_brush"",""startDate"":""2021-05-28"",""endDate"":""2021-08-12""},{""time"":49641,""label"":""moved_brush"",""startDate"":""2021-05-28"",""endDate"":""2021-08-19""},{""time"":51326,""label"":""moved_brush"",""startDate"":""2021-05-04"",""endDate"":""2021-07-25""},{""time"":52056,""label"":""tour_next"",""step"":5},{""time"":57603,""label"":""cleared_brush"",""using"":""Click""},{""time"":57603,""label"":""cleared_brush"",""using"":""Escape""},{""time"":59056,""label"":""tour_next"",""step"":5},{""time"":61824,""label"":""tour_end"",""step"":5},{""time"":67513,""label"":""started_brush"",""startDate"":""2021-06-22"",""endDate"":""2021-09-28""},{""time"":69162,""label"":""moved_brush"",""startDate"":""2021-06-05"",""endDate"":""2021-09-11""},{""time"":75772,""label"":""cleared_brush"",""using"":""Click""},{""time"":76600,""label"":""cleared_brush"",""using"":""Click""},{""time"":76600,""label"":""cleared_brush"",""using"":""Escape""},{""time"":84101,""label"":""started_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-08-12""},{""time"":86163,""label"":""moved_brush"",""startDate"":""2021-07-27"",""endDate"":""2021-12-03""}]}","{""startTime"":1678657219035,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":5973,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1258,""week"":""52"",""id"":""chart""},{""time"":10344,""label"":""started_brush"",""startDate"":""2021-05-06"",""endDate"":""2021-09-30""},{""time"":11136,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1179,""week"":""32"",""id"":""chart""},{""time"":13888,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4745,""week"":""34"",""id"":""chart""},{""time"":22337,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2056,""week"":""33"",""id"":""chart""},{""time"":34166,""label"":""moved_brush"",""startDate"":""2021-09-13"",""endDate"":""2022-02-07""}]}",complex -2023-03-12 15:33:05,2023-03-12 15:49:15,0,108.4.148.249,100,969,1,2023-03-12 15:49:15,R_1ZF6dMA6Lwvotl7,,,,,42.789,-73.9759,anonymous,EN,1,13.737,13.737,14.549,1,1,4,2,7.263,15.49,18.399,2,0,0,15.115,0,89,88,53,11.681,21.087,23.382,4,45.445,58.655,82.614,2,,,,,,,,,,,,,,,,,,0,0,36.818,0,5,5,5,5,5,5,"I trust the CDC data for this time sampling. However, with at home testing now, an extension of the graph to the present would underestimate all case counts.",19.848,62.012,134.468,7,5,5,5,5,5,5,"The data came from CDC data and appears easy to understand, as well as easy to compare vaccinated versus unvaccinated case rates.",2.969,2.969,66.3,1,4,-99,7.471,7.471,13.961,1,2,7,3,4,1,5,6,0,0,25.548,0,3,7,4,7,5,3,9,9,-99,11.529,35.906,49.592,12,5,5,1,1,5,5,13.999,32.999,36.326,6,2,1,5.538,13.294,20.185,2,2,1971,New York,9,1,1,-99,7,-99,-99,4,4,2,-99,2.566,61.226,62.094,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5dae529fe663620012e038b6,1,"{""startTime"":1678657225070,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":45753,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1416,""week"":""6"",""id"":""chart2""}]}","{""startTime"":1678657108493,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678656877361,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":22,""label"":""tour_started""},{""time"":14055,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2785,""week"":""35"",""id"":""chart""},{""time"":25936,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":10510,""week"":""1"",""id"":""chart""},{""time"":36546,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7701,""week"":""52"",""id"":""chart""},{""time"":45437,""label"":""tour_next"",""step"":2},{""time"":48247,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2537,""week"":""52"",""id"":""chart2""},{""time"":58647,""label"":""tour_end"",""step"":2},{""time"":64941,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1369,""week"":""1"",""id"":""chart""},{""time"":67052,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3634,""week"":""1"",""id"":""chart""},{""time"":71061,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1047,""week"":""52"",""id"":""chart2""},{""time"":72182,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2451,""week"":""1"",""id"":""chart2""}]}","{""startTime"":1678657071112,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":10187,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2868,""week"":""51"",""id"":""chart""},{""time"":13095,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2432,""week"":""50"",""id"":""chart""},{""time"":15683,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2152,""week"":""51"",""id"":""chart""},{""time"":18362,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1927,""week"":""52"",""id"":""chart""},{""time"":20715,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5573,""week"":""52"",""id"":""chart2""},{""time"":29787,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1234,""week"":""6"",""id"":""chart""}]}",simple -2023-03-12 15:34:48,2023-03-12 15:50:26,0,50.93.222.58,100,938,1,2023-03-12 15:50:26,R_2dN3oSUYOKhiVEK,,,,,43.0812,-89.3845,anonymous,EN,1,2.9,2.9,3.836,1,,,,,,,,7.801,7.801,15.107,1,63,63,53,2.841,6.053,6.945,3,6.295,9.062,14.203,2,,,,,,,,,,,,,,,,,,0,0,88.096,0,3,3,4,4,4,4,-99,3.056,8.791,10.089,7,4,3,3,3,3,4,It looks fact-based and accurate,0.58,0.58,11.001,1,4,-99,2.518,3.653,5.139,2,2,7,3,4,1,5,6,0,0,21.496,0,6,8,6,7,5,5,7,6,-99,2.626,8.869,9.647,9,4,3,3,2,3,3,4.312,13.035,13.917,6,4,,2.197,2.197,2.981,1,2,1994,New York,7,2,1,-99,2,-99,-99,16,4,2,-99,0.842,44.128,44.72,16,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5ded4bab1edb794081b3378e,0,"{""startTime"":1678657618624,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678657597271,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678656922562,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":42,""label"":""tour_started""},{""time"":6277,""label"":""tour_next"",""step"":2},{""time"":9044,""label"":""tour_end"",""step"":2},{""time"":10781,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2606,""week"":""1"",""id"":""chart""}]}","{""startTime"":1678657507503,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":6120,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4436,""week"":""50"",""id"":""chart""},{""time"":10788,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2957,""week"":""50"",""id"":""chart""},{""time"":14232,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1712,""week"":""50"",""id"":""chart""}]}",moderate -2023-03-12 15:41:53,2023-03-12 15:53:22,0,174.208.161.85,100,688,1,2023-03-12 15:53:22,R_2wRKDmBoHMXfocB,,,,,38.581,-121.4939,anonymous,EN,1,5.268,6.177,7.105,2,1,4,1,2.412,6.718,7.805,3,0,0,15.024,0,89,61,35,5.047,15.093,15.969,6,8.639,88.141,89.267,10,,,,,,,,,,,,,,,,,,11.947,31.28,32.222,3,5,4,5,5,5,5,no,8.305,66.071,68.005,11,2,5,4,2,5,4,I do not see where and who collected this data?,4.42,4.42,18.316,1,6,no,6.094,8.312,10.283,3,2,7,3,4,1,5,6,7.689,14.873,15.82,2,3,3,1,2,2,2,8,7,-99,6.578,22.961,23.808,10,2,2,2,3,3,2,10.831,36.56,37.519,10,1,1,7.654,15.245,16.12,4,2,1993,California,6,3,1,-99,9,-99,Groveland,8,4,1,kchac@vt.edu,5.893,72.194,73.138,21,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5f8236cffcba88362f081b13,1,"{""startTime"":1678657616915,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678657590859,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678657376916,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":35,""label"":""tour_started""},{""time"":9240,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3392,""week"":""1"",""id"":""chart""},{""time"":14480,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2284,""week"":""6"",""id"":""chart""},{""time"":17098,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1796,""week"":""52"",""id"":""chart""},{""time"":21155,""label"":""tour_next"",""step"":2},{""time"":69101,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":12626,""week"":""1"",""id"":""chart2""},{""time"":81745,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1264,""week"":""52"",""id"":""chart2""},{""time"":86508,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678657527401,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",simple -2023-03-12 15:28:32,2023-03-12 15:54:10,0,99.8.181.16,100,1537,1,2023-03-12 15:54:10,R_3QL6f5p8ehmaRin,,,,,33.0199,-97.213,anonymous,EN,1,3.267,4.052,4.935,2,1,3,1,1.486,3.901,5.092,2,0,0,15.007,0,50,77,68,3.839,17.755,20.95,4,13.114,135.176,141.548,13,,,,,,,,,,,,,,,,,,0,0,35.346,0,4,2,3,5,6,5,-99,0.623,82.664,88.24,18,5,5,3,7,7,5,"I trust the data used in the visualization and that the visualization represents that data accurately. However I find the stacked bar chart to be slightly misleading, as my first instinct upon seeing it is to assume that the blue bars are in front of the orange bars instead of under them, meaning that the value of an orange bar would be measured from 0 instead of the top of the blue bar.",2.531,2.531,288.574,1,6,"I just wanted to mention that I think confounding factors may be to blame for vaccinated cases being lower than unvaccinated cases. It's not that I think the vaccine doesn't work, but my understanding and experience is that the vaccine reduces the effects of covid rather than preventing its transmission. So I don't think the visualizations presented are very useful because they seem to claim that the vaccine significantly reduces transmission, when it seems equally possible to me that vaccinated people are generally more cautious and less likely to have the cases they do catch recorded. In my opinion the visualization itself is clear, it just needs to be presented in context to be effective.",6.6,341.053,348.258,7,2,7,5,3,1,6,4,33.108,94.743,96.742,6,1,5,1,2,3,1,10,9,-99,4.273,36.008,38.825,21,4,3,2,2,5,4,4.686,34.402,35.268,13,1,4,1.494,34.052,34.627,13,1,2000,Texas,2,2,1,-99,7,-99,-99,12,4,2,-99,3.213,53.466,54.469,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5f107aa051372032695c8e2f,1,"{""startTime"":1678656860237,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678656948972,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678656579401,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":21,""label"":""tour_started""},{""time"":13107,""label"":""tour_next"",""step"":2},{""time"":19598,""label"":""tour_end"",""step"":2},{""time"":21491,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2890,""week"":""14"",""id"":""chart""},{""time"":29050,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1318,""week"":""51"",""id"":""chart""},{""time"":31544,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2142,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678656824152,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":3729,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1989,""week"":""51"",""id"":""chart""},{""time"":5821,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1674,""week"":""50"",""id"":""chart""},{""time"":10384,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1750,""week"":""1"",""id"":""chart""},{""time"":12143,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1972,""week"":""1"",""id"":""chart""},{""time"":14527,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4743,""week"":""2"",""id"":""chart""}]}",moderate -2023-03-12 15:42:22,2023-03-12 15:55:22,0,75.21.238.218,100,780,1,2023-03-12 15:55:23,R_1Lp44LcZBdkiNMg,,,,,37.6678,-97.36,anonymous,EN,1,25.203,25.203,26.112,1,1,3,1,1.373,3.273,4.403,2,5.862,6.077,15.018,2,84,77,65,11.437,16.607,18.348,4,13.277,71.006,72.855,7,,,,,,,,,,,,,,,,,,6.504,6.504,34.019,1,3,2,3,4,5,3,No additional thoughts or comments,10.843,33.831,42.435,9,4,4,5,2,3,3,"Because I haven't had a chance to verify the source, I'm not going to blindly trust or blindly distrust a graph like this just at face value unless I see something that is obviously wrong or out of place.",3.16,3.997,51.131,2,5,No comments,7.122,15.345,20.857,4,2,7,3,4,1,5,6,0,0,21.618,0,3,3,3,4,5,4,11,10,No additional thoughts/comments,4.441,35.757,48.702,20,3,2,4,4,2,2,6.967,26.832,27.919,8,2,1,7.815,14.123,16.532,2,1,1985,Kansas,2,2,1,-99,7,-99,-99,4,4,1,mcgarrah.brian@gmail.com,3.162,83.363,90.6,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5aee513f3606ab0001b92b29,1,"{""startTime"":1678657682352,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678657597404,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678657422400,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":13234,""label"":""tour_next"",""step"":5},{""time"":26881,""label"":""started_brush"",""startDate"":""2021-04-29"",""endDate"":""2021-08-02""},{""time"":29342,""label"":""tour_next"",""step"":5},{""time"":33622,""label"":""moved_brush"",""startDate"":""2021-04-12"",""endDate"":""2021-07-16""},{""time"":34827,""label"":""moved_brush"",""startDate"":""2021-05-06"",""endDate"":""2021-08-09""},{""time"":36744,""label"":""cleared_brush"",""using"":""Click""},{""time"":38616,""label"":""tour_next"",""step"":5},{""time"":43089,""label"":""cleared_brush"",""using"":""Click""},{""time"":44715,""label"":""tour_next"",""step"":5},{""time"":53713,""label"":""tour_end"",""step"":5},{""time"":65320,""label"":""started_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-05-07""},{""time"":66941,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3236,""week"":""15"",""id"":""chart""}]}","{""startTime"":1678657562812,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":23879,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1169,""week"":""52"",""id"":""chart""},{""time"":27598,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2847,""week"":""52"",""id"":""chart""}]}",complex -2023-03-12 15:44:01,2023-03-12 15:55:50,0,67.189.40.106,100,708,1,2023-03-12 15:55:50,R_3DvD4hs6RDT3zmn,,,,,44.0197,-123.1008,anonymous,EN,1,20.064,20.064,21.704,1,1,3,1,4.033,8.108,9.618,2,0,0,15.007,0,60,75,74,14.213,23.905,24.752,4,35.217,39.469,56.545,2,,,,,,,,,,,,,,,,,,0,0,34.45,0,3,3,4,5,5,3,-99,6.72,22.69,24.621,7,2,5,4,4,3,3,"I do not think it is a bad visualization, but I think more details could be included. For example, to what extent are the vaccinated people vaccinated? Or how many times these people got COVID 19.",2.379,43.471,61.771,3,5,-99,5.589,8.735,10.277,2,2,7,3,4,1,5,6,0,0,25.608,0,3,2,4,6,5,6,11,9,-99,5.778,23.517,25.345,11,3,3,3,2,4,4,18.175,38.98,39.932,7,3,1,12.014,21.773,23.252,2,2,2000,Oregon,6,1,1,-99,7,-99,-99,3,4,1,rhimckinley@icloud.com,3.186,56.074,62.532,11,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,60ff3f28c526214791f99972,1,"{""startTime"":1678657724999,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678657750110,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":26360,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2013,""week"":""1"",""id"":""chart""}]}","{""startTime"":1678657531229,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":23,""label"":""tour_started""},{""time"":16460,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1615,""week"":""52"",""id"":""chart""},{""time"":18602,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5484,""week"":""51"",""id"":""chart""},{""time"":35211,""label"":""tour_next"",""step"":2},{""time"":39462,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678657689850,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":18474,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1067,""week"":""52"",""id"":""chart""}]}",moderate -2023-03-12 15:41:54,2023-03-12 15:56:26,0,172.90.16.38,100,871,1,2023-03-12 15:56:26,R_XhPgpKN5bEMpRC1,,,,,34.0587,-118.2781,anonymous,EN,1,3.379,3.379,268.783,1,,,,,,,,0,0,15.009,0,64,56,37,5.021,7.685,10.648,3,6.487,9.985,26.893,2,,,,,,,,,,,,,,,,,,29.752,29.752,46.048,1,3,1,3,7,5,3,"stacked data makes it harder to get exact or close to exact values, but shows interesting patterns.",3.167,47.211,81.122,9,1,7,2,7,2,3,"Even if I ""trust"" the visualization as stated in the opening question, I could have a general sense in trust in that, the data may be correct but with the apprehension that something may be missing or overlooked. In that way you can technically trust and distrust the chart and still understand that there may or may not be deception involved. I'm not sure how to clearly articulate my feeling on this I think.",2.493,2.493,88.576,1,6,Depends on how much trust you are putting in them,2.014,5.536,17.083,7,2,7,3,4,1,5,6,11.381,13.141,20.584,2,1,2,1,1,2,1,11,10,-99,4.346,12.826,20.603,8,5,4,1,1,4,5,5.818,16.532,25.132,7,2,,2.101,2.722,4.384,2,1,1988,California,6,3,1,-99,9,-99,Los Angeles,17,4,1,54ea5b40fdf99b768609982f@email.prolific.co,1.442,46.902,48.874,35,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,54ea5b40fdf99b768609982f,0,"{""startTime"":1678657778078,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":32440},{""label"":""window_focused"",""time"":43946}]}","{""startTime"":1678657859606,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678657615604,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":6481,""label"":""tour_next"",""step"":2},{""time"":9978,""label"":""tour_end"",""step"":2},{""label"":""window_blurred"",""time"":18659},{""time"":22604,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1218,""week"":""3"",""id"":""chart""},{""label"":""window_focused"",""time"":26779}]}","{""startTime"":1678657731489,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":1620,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3358,""week"":""52"",""id"":""chart""},{""time"":5038,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1378,""week"":""51"",""id"":""chart""},{""time"":6449,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1703,""week"":""52"",""id"":""chart""},{""time"":8277,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1608,""week"":""51"",""id"":""chart""},{""time"":11213,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2752,""week"":""51"",""id"":""chart""},{""time"":14166,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1491,""week"":""42"",""id"":""chart""},{""time"":18000,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1559,""week"":""33"",""id"":""chart""},{""time"":31300,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1771,""week"":""51"",""id"":""chart""},{""time"":35527,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1256,""week"":""51"",""id"":""chart""},{""time"":38996,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1207,""week"":""52"",""id"":""chart""},{""time"":40228,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1235,""week"":""1"",""id"":""chart""},{""time"":42547,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1327,""week"":""2"",""id"":""chart""}]}",moderate -2023-03-12 15:39:07,2023-03-12 15:56:48,0,199.18.236.28,100,1060,1,2023-03-12 15:56:48,R_bp7CFloI3q7pUD7,,,,,40.9165,-81.1174,anonymous,EN,1,180.345,180.345,181.277,1,,,,,,,,0,0,15.145,0,78,63,35,4.065,8.385,9.36,3,25.313,34.38,41.938,3,,,,,,,,,,,,,,,,,,26.47,26.47,37.202,1,5,1,5,4,4,4,-99,9.182,21.153,23.244,6,3,4,4,4,1,4,"seems scientific but doesn't provide sources ",2.443,19.674,20.648,2,5,-99,72.553,72.553,74.622,1,2,7,3,4,1,5,6,23.71,23.71,24.133,1,4,4,3,3,3,4,11,10,-99,77.164,90.452,91.591,8,3,3,2,4,4,4,205.245,219.584,220.565,6,2,,1.919,1.919,3.188,1,2,2000,Ohio,2,3,1,-99,3,-99,-99,10,2,1,-99,1.121,47.964,51.218,20,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,60ff712d335699ee037aa128,0,"{""startTime"":1678657530064,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678657553924,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678657367428,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":19,""label"":""tour_started""},{""label"":""window_blurred"",""time"":6613},{""label"":""window_focused"",""time"":16676},{""time"":25305,""label"":""tour_next"",""step"":2},{""time"":28094,""label"":""tour_end"",""step"":2},{""time"":30562,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2080,""week"":""2"",""id"":""chart""},{""time"":33782,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1077,""week"":""1"",""id"":""chart""},{""time"":35637,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1471,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678657492222,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":28824,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1108,""week"":""2"",""id"":""chart""}]}",moderate -2023-03-12 15:41:04,2023-03-12 15:58:17,0,142.197.64.33,100,1032,1,2023-03-12 15:58:18,R_vITiYdAaXfwjvQB,,,,,29.1383,-80.9956,anonymous,EN,1,5.329,5.329,6.81,1,,,,,,,,0,0,15.015,0,100,72,85,3.448,10.442,10.778,14,1.281,33.645,36.061,8,,,,,,,,,,,,,,,,,,0,0,96.802,0,6,1,7,2,2,6,-99,7.044,28.1,30.51,7,2,7,7,1,7,6,The information seems accurate,2.221,2.221,11.772,1,4,-99,8.572,14.601,15.868,6,2,7,3,4,1,5,6,0,0,24.101,0,4,3,8,9,2,4,10,10,-99,69.151,82.472,83.86,10,3,2,2,3,3,3,24.882,33.349,36.166,7,7,,1.717,1.717,2.907,1,1,2004,Florida,3,3,1,-99,9,-99,Port Orange,17,3,1,Rkazma11@gmail.com,1.85,58.625,62.01,19,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5edc0583f16dff0c806bdbb6,0,"{""startTime"":1678657563308,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678657532447,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678657308233,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":22,""label"":""tour_started""},{""time"":5067,""label"":""tour_next"",""step"":5},{""time"":11365,""label"":""cleared_brush"",""using"":""Click""},{""time"":19370,""label"":""started_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-05-23""},{""time"":20152,""label"":""tour_next"",""step"":5},{""time"":25389,""label"":""moved_brush"",""startDate"":""2021-08-05"",""endDate"":""2021-09-22""},{""time"":26284,""label"":""tour_next"",""step"":5},{""time"":29654,""label"":""cleared_brush"",""using"":""Click""},{""time"":29654,""label"":""cleared_brush"",""using"":""Escape""},{""time"":31222,""label"":""tour_next"",""step"":5},{""time"":33635,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678657434748,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":3010,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1310,""week"":""49"",""id"":""chart""}]}",complex -2023-03-12 15:49:42,2023-03-12 15:58:19,0,98.207.24.36,100,517,1,2023-03-12 15:58:20,R_2Cq5dYVaedrVMem,,,,,38.6159,-122.8616,anonymous,EN,1,2.946,2.946,4,1,,,,,,,,0.144,14.464,15.006,2,89,68,41,3.097,10.281,11.602,7,8.79,18.087,29.939,2,,,,,,,,,,,,,,,,,,0,0,79.224,0,6,1,6,5,6,5,-99,10.101,37.9,40.453,8,3,5,5,5,3,5,The information is easy to read and looks very trusting.,3.436,19.437,19.658,2,5,-99,1.84,4.256,5.038,8,2,7,3,4,1,5,6,0,0,13.149,0,2,6,5,5,3,7,8,9,-99,3.353,17.472,18.544,14,3,4,3,3,4,3,6.008,9.08,10.221,7,3,,1.51,1.51,3.111,1,1,1995,California,3,2,1,-99,7,-99,-99,4,4,2,-99,0.778,73.382,77.384,17,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,60da243688f9aa74901ae90e,0,"{""startTime"":1678657995861,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678658036984,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678657824632,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":8779,""label"":""tour_next"",""step"":2},{""time"":18075,""label"":""tour_end"",""step"":2},{""time"":25952,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1018,""week"":""2"",""id"":""chart""}]}","{""startTime"":1678657915894,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":2555,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1652,""week"":""52"",""id"":""chart2""}]}",simple -2023-03-12 15:49:00,2023-03-12 15:58:53,0,76.128.14.124,100,593,1,2023-03-12 15:58:54,R_2zCnSOKx4cNWJN6,,,,,26.6239,-80.0948,anonymous,EN,1,2.185,2.713,3.501,2,1,2,2,1.228,3.948,4.922,2,0,0,15.115,0,78,44,49,7.524,12.893,13.794,4,22.149,27.549,42.78,2,,,,,,,,,,,,,,,,,,0,0,37.214,0,5,5,6,5,4,5,-99,5.23,25.886,28.041,7,5,2,3,7,2,6,"The data provided seems likely. Especially, since December was holiday season/month. I would strongly agree that most of the covid cases happened around then.",2.949,2.949,51.295,1,2,-99,5.662,5.662,7.421,1,2,7,3,4,1,5,6,0,0,18.875,0,1,3,2,5,1,3,10,10,-99,7.145,18.243,20.244,9,1,1,4,5,2,2,6.657,20.438,21.188,7,5,4,8.277,15.846,16.142,3,1,1996,Florida,5,1,4,Thai,2,-99,-99,3,4,2,-99,3.769,57.984,62.719,22,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5b60ddcc6b25590001782ce4,1,"{""startTime"":1678658037418,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678657967709,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678657791842,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":11567,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2555,""week"":""52"",""id"":""chart""},{""time"":15651,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2118,""week"":""52"",""id"":""chart""},{""time"":17832,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1951,""week"":""1"",""id"":""chart""},{""time"":22142,""label"":""tour_next"",""step"":2},{""time"":27542,""label"":""tour_end"",""step"":2},{""time"":32437,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1120,""week"":""34"",""id"":""chart""}]}","{""startTime"":1678657930054,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":4952,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1189,""week"":""49"",""id"":""chart""},{""time"":7823,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":10498,""week"":""2"",""id"":""chart""},{""time"":18322,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2388,""week"":""2"",""id"":""chart""},{""time"":20712,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1505,""week"":""2"",""id"":""chart""},{""time"":22847,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2427,""week"":""2"",""id"":""chart""},{""time"":25463,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":10827,""week"":""2"",""id"":""chart""}]}",moderate -2023-03-12 15:47:18,2023-03-12 15:59:01,0,64.149.142.126,100,702,1,2023-03-12 15:59:01,R_2OYGGPTV3RKXBgv,,,,,35.961,-78.9291,anonymous,EN,1,18.964,18.964,20.196,1,1,3,1,1.472,3.685,4.974,2,9.987,9.987,15.114,1,65,42,75,4.12,9.175,10.852,3,7.591,61.793,64.452,9,,,,,,,,,,,,,,,,,,0,0,39.811,0,5,5,5,5,5,5,-99,12.871,62.873,68.102,6,5,5,5,1,5,5,It looks official,1.063,1.063,7.531,1,6,-99,4.568,6.183,6.894,2,2,7,3,4,1,5,6,0,0,26.712,0,3,3,5,9,1,2,4,6,-99,49.007,85.154,87.833,11,4,4,2,2,4,4,29.515,42.2,43.871,6,2,1,32.913,41.343,43.081,2,1,1998,North Carolina,6,1,1,-99,7,-99,-99,5,4,1,matt.p.pappas@gmail.com,3.175,95.44,99.363,20,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,63d45fc0f682d52f34ce7c4b,1,"{""startTime"":1678657840940,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678657909844,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678657704328,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":58,""label"":""tour_started""},{""time"":7577,""label"":""tour_next"",""step"":5},{""time"":21752,""label"":""cleared_brush"",""using"":""Click""},{""time"":22751,""label"":""started_brush"",""startDate"":""2021-06-30"",""endDate"":""2021-10-08""},{""time"":25483,""label"":""cleared_brush"",""using"":""Click""},{""time"":26360,""label"":""tour_next"",""step"":5},{""time"":30350,""label"":""cleared_brush"",""using"":""Click""},{""time"":34952,""label"":""cleared_brush"",""using"":""Click""},{""time"":39272,""label"":""cleared_brush"",""using"":""Click""},{""time"":44523,""label"":""cleared_brush"",""using"":""Click""},{""time"":46587,""label"":""cleared_brush"",""using"":""Click""},{""time"":49176,""label"":""cleared_brush"",""using"":""Click""},{""time"":51576,""label"":""cleared_brush"",""using"":""Click""},{""time"":52650,""label"":""moved_brush"",""startDate"":""2021-04-14"",""endDate"":""2021-09-17""},{""time"":53854,""label"":""tour_next"",""step"":5},{""time"":58402,""label"":""cleared_brush"",""using"":""Click""},{""time"":58403,""label"":""cleared_brush"",""using"":""Escape""},{""time"":59615,""label"":""tour_next"",""step"":5},{""time"":61778,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678657800360,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",complex -2023-03-12 15:50:14,2023-03-12 16:00:08,0,76.144.4.125,100,594,1,2023-03-12 16:00:09,R_37xNI7QzL9F3Ych,,,,,44.5928,-123.2746,anonymous,EN,1,7.254,8.033,8.412,2,1,2,1,1.34,3.258,4.313,2,0,0,15.005,0,87,100,92,13.658,19.01,20.078,3,4.655,8.127,24.462,2,,,,,,,,,,,,,,,,,,154.475,154.475,154.821,1,4,4,4,4,4,4,-99,19.298,28.086,29.9,7,5,6,6,5,5,5,"professional, appealing, easy to understand, simplistic",1.306,25.747,26.806,2,2,-99,7.26,9.379,10.938,3,2,7,3,4,1,5,6,0,0,12.54,0,4,4,3,4,4,4,7,6,-99,10.981,23.892,25.578,8,3,3,2,3,3,3,7.047,26.349,26.787,7,3,2,7.826,12.726,13.657,3,2,1998,Oregon,3,2,1,-99,3,-99,-99,4,4,1,lamb.bates@gmail.com,1.281,56.744,57.059,18,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5ebf7b17e4414a35f0ea5e1c,1,"{""startTime"":1678658099795,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678658130341,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678657872602,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":4649,""label"":""tour_next"",""step"":2},{""time"":8120,""label"":""tour_end"",""step"":2},{""time"":9659,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2734,""week"":""52"",""id"":""chart""},{""time"":12442,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1326,""week"":""1"",""id"":""chart""},{""time"":13779,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1018,""week"":""51"",""id"":""chart""},{""time"":16609,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1622,""week"":""52"",""id"":""chart2""}]}","{""startTime"":1678657944277,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":152432,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1050,""week"":""1"",""id"":""chart""}]}",simple -2023-03-12 15:51:23,2023-03-12 16:00:24,0,67.187.96.95,100,540,1,2023-03-12 16:00:24,R_ukx7av9QGsLKxLr,,,,,35.9306,-86.8788,anonymous,EN,1,18.065,20.145,22.222,3,1,2,1,5.987,7.962,9.787,2,0,0,15.114,0,50,50,50,13.463,16.768,17.93,3,0,0,1.36,0,,,,,,,,,,,,,,,,,,0,0,33.335,0,3,3,3,7,1,3,N/A,7.009,22.341,37.959,8,1,1,1,1,1,1,"Your system did not allow me to clearly view the data. ",2.062,2.062,25.272,1,4,N/A,4.301,5.376,22.084,2,2,7,3,4,1,5,6,0,0,17.925,0,4,4,6,7,4,6,7,7,N/A,4.883,19.376,24.207,11,4,4,2,3,4,4,22.024,150.512,152.323,6,4,5,5.19,10.03,11.429,2,1,1992,Tennessee,6,1,1,-99,7,-99,-99,8,4,2,-99,3.464,75.75,77.631,13,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,63bdfe6a69fc4d15b3aec18d,1,,,,,moderate -2023-03-12 15:51:04,2023-03-12 16:00:44,0,65.130.188.139,100,580,1,2023-03-12 16:00:45,R_3KBYpwbqwd86sWV,,,,,40.6751,-111.8166,anonymous,EN,1,9.365,9.365,11.004,1,,,,,,,,0,0,15.016,0,68,41,63,5.138,9.974,11.294,7,10.82,57.741,58.539,18,,,,,,,,,,,,,,,,,,9.687,20.412,35.196,4,3,1,7,2,5,4,-99,17.742,44.288,45.773,9,5,4,5,4,2,4,"It is from Croatia ",3.072,13.571,13.861,2,2,-99,3.553,6.028,7.416,4,2,7,3,4,1,5,6,0,0,21.629,0,3,4,4,4,2,3,10,7,-99,6.302,19.444,20.274,8,4,5,1,2,4,5,9.631,24.173,24.464,7,3,,5.549,5.549,6.497,1,1,2000,Utah,5,3,1,-99,5,-99,-99,6,1,1,-99,2.561,49.818,52.245,14,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5b91ca0f8a79b000013f9481,0,"{""startTime"":1678658128889,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":10566,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1425,""week"":""4"",""id"":""chart""}]}","{""startTime"":1678658080324,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678657913136,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":10812,""label"":""tour_next"",""step"":5},{""time"":23339,""label"":""cleared_brush"",""using"":""Click""},{""time"":27281,""label"":""started_brush"",""startDate"":""2021-07-12"",""endDate"":""2021-12-11""},{""time"":29361,""label"":""tour_next"",""step"":5},{""time"":34596,""label"":""started_brush"",""startDate"":""2021-05-25"",""endDate"":""2021-06-16""},{""time"":37578,""label"":""started_brush"",""startDate"":""2021-08-12"",""endDate"":""2021-12-25""},{""time"":39053,""label"":""moved_brush"",""startDate"":""2021-08-12"",""endDate"":""2021-11-13""},{""time"":39908,""label"":""tour_next"",""step"":5},{""time"":46050,""label"":""moved_brush"",""startDate"":""2021-08-12"",""endDate"":""2021-11-13""},{""time"":46857,""label"":""moved_brush"",""startDate"":""2021-08-12"",""endDate"":""2021-11-13""},{""time"":47211,""label"":""moved_brush"",""startDate"":""2021-08-12"",""endDate"":""2021-11-13""},{""time"":47367,""label"":""moved_brush"",""startDate"":""2021-08-12"",""endDate"":""2021-11-13""},{""time"":51746,""label"":""moved_brush"",""startDate"":""2021-08-12"",""endDate"":""2021-11-13""},{""time"":53419,""label"":""cleared_brush"",""using"":""Click""},{""time"":53419,""label"":""cleared_brush"",""using"":""Escape""},{""time"":54343,""label"":""tour_next"",""step"":5},{""time"":56214,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678658044545,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":6236,""label"":""cleared_brush"",""using"":""Click""},{""label"":""window_blurred"",""time"":11052},{""label"":""window_focused"",""time"":13438},{""time"":15164,""label"":""cleared_brush"",""using"":""Click""},{""time"":16627,""label"":""moved_brush"",""startDate"":""2021-10-25"",""endDate"":""2022-02-07""},{""time"":17602,""label"":""cleared_brush"",""using"":""Click""},{""time"":17602,""label"":""cleared_brush"",""using"":""Escape""},{""time"":19105,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1473,""week"":""34"",""id"":""chart""},{""time"":22227,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1302,""week"":""2"",""id"":""chart""},{""time"":30029,""label"":""started_brush"",""startDate"":""2021-10-31"",""endDate"":""2022-01-02""},{""time"":30737,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3764,""week"":""52"",""id"":""chart""}]}",complex -2023-03-12 15:52:18,2023-03-12 16:02:46,0,75.164.39.150,100,627,1,2023-03-12 16:02:46,R_2OH1rt0yKhwsT74,,,,,45.5777,-122.6795,anonymous,EN,1,13.443,13.443,14.469,1,,,,,,,,0,0,15.163,0,100,100,87,5.07,12.735,13.572,5,5.589,8.481,19.859,2,,,,,,,,,,,,,,,,,,0,0,48.727,0,6,6,6,6,6,6,-99,5.801,10.663,12.912,6,6,6,5,1,5,6,"I don't know who would twist the data of fungi/pest infestation data to misrepresent the situation. ",3.256,41,41.43,2,5,-99,6.577,6.577,8.101,1,2,7,3,4,1,5,6,0,0,20.975,0,3,3,3,5,6,4,9,9,-99,5.05,22.844,24.259,8,3,3,2,3,3,3,29.068,59.313,60.542,6,2,,5.105,7.243,7.502,2,1,1986,Oregon,7,3,1,-99,7,-99,-99,9,2,2,-99,1.378,94.343,95.262,19,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5c638b779e01830001f7127e,0,"{""startTime"":1678658132491,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678658146167,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678657997127,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":54,""label"":""tour_started""},{""time"":5571,""label"":""tour_next"",""step"":2},{""time"":8462,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678658082861,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":9551,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1263,""week"":""52"",""id"":""chart""},{""time"":11312,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2634,""week"":""52"",""id"":""chart2""},{""label"":""window_blurred"",""time"":15045},{""label"":""window_focused"",""time"":21643},{""label"":""window_blurred"",""time"":23819},{""label"":""window_focused"",""time"":26747}]}",simple -2023-03-12 15:53:36,2023-03-12 16:02:58,0,69.131.133.248,100,561,1,2023-03-12 16:02:58,R_2qkfqYgix3OvHSW,,,,,40.7279,-105.035,anonymous,EN,1,5.951,5.951,6.815,1,1,2,1,1.52,3.23,3.987,2,0,0,15.013,0,30,5,92,7.619,13.214,14.734,3,9.182,78.444,81.257,10,,,,,,,,,,,,,,,,,,0,0,34.73,0,5,7,5,5,5,4,-99,13.063,33.626,35.432,8,4,4,5,7,2,6,"This visualization is put out by the CDC, a trusted organization",3.189,3.189,23.311,1,4,-99,5.873,5.873,6.91,1,2,7,3,4,1,5,6,0,0,19.697,0,1,4,2,5,1,5,10,10,-99,3.734,17.803,19.253,8,4,4,1,2,4,3,9.363,23.988,25.132,6,2,3,8.58,15.712,17.378,2,2,1998,Colorado,6,1,1,-99,7,-99,-99,5,4,1,laurenh778@gmail.com,2.627,53.683,62.039,15,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5a259978f6afdd0001ef1a42,1,"{""startTime"":1678658221455,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678658257971,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678658065879,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":9176,""label"":""tour_next"",""step"":5},{""time"":15662,""label"":""tour_back"",""step"":5},{""time"":17357,""label"":""tour_next"",""step"":5},{""time"":33487,""label"":""started_brush"",""startDate"":""2021-06-01"",""endDate"":""2021-10-31""},{""time"":34345,""label"":""tour_next"",""step"":5},{""time"":42828,""label"":""cleared_brush"",""using"":""Click""},{""time"":47058,""label"":""cleared_brush"",""using"":""Click""},{""time"":48900,""label"":""cleared_brush"",""using"":""Click""},{""time"":50813,""label"":""cleared_brush"",""using"":""Click""},{""time"":51294,""label"":""cleared_brush"",""using"":""Click""},{""time"":53940,""label"":""started_brush"",""startDate"":""2021-10-02"",""endDate"":""2022-01-26""},{""time"":56917,""label"":""moved_brush"",""startDate"":""2021-07-12"",""endDate"":""2021-11-05""},{""time"":60012,""label"":""moved_brush"",""startDate"":""2021-06-29"",""endDate"":""2021-10-23""},{""time"":60603,""label"":""tour_next"",""step"":5},{""time"":63767,""label"":""cleared_brush"",""using"":""Click""},{""time"":63767,""label"":""cleared_brush"",""using"":""Escape""},{""time"":65643,""label"":""tour_next"",""step"":5},{""time"":69431,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678658186237,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":6198,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2135,""week"":""6"",""id"":""chart""},{""time"":8822,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4106,""week"":""52"",""id"":""chart""},{""time"":13824,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1870,""week"":""52"",""id"":""chart""},{""time"":16027,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1033,""week"":""51"",""id"":""chart""},{""time"":22980,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1031,""week"":""34"",""id"":""chart""}]}",complex -2023-03-12 15:51:19,2023-03-12 16:04:28,0,47.198.218.226,100,788,1,2023-03-12 16:04:29,R_2nuzFwEaYJAx5IJ,,,,,27.9455,-82.4598,anonymous,EN,1,6.214,6.214,10.811,1,1,4,1,3.533,4.642,6.124,2,0,0,15.011,0,85,84,50,10.764,19.33,21.461,3,32.034,44.423,46.601,2,,,,,,,,,,,,,,,,,,0,0,45.907,0,3,3,4,5,5,4,I know that the data isn't 100% accurate because of lack of reporting positive covid cases. I can only trust the trend.,15.938,69.188,159.911,8,2,5,5,1,5,5,I believe that the graph shows the data it reports to have.,3.427,3.427,41.244,1,4,-99,8.143,9.596,11.782,2,2,7,3,4,1,5,6,0,0,21.132,0,1,6,6,7,4,6,9,9,-99,7.07,20.134,26.483,8,1,1,1,1,1,1,11.353,37.86,39.028,6,4,4,5.75,19.046,21.278,2,2,1982,Florida,6,2,1,-99,9,-99,Tampa,12,4,1,george.nicoler@gmail.com,3.803,60.598,62.111,15,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5dd32e9deab0423455e0358f,1,"{""startTime"":1678658238520,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":62284,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3574,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678658132475,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678657945590,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":8608,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1616,""week"":""2"",""id"":""chart""},{""time"":10541,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4300,""week"":""6"",""id"":""chart""},{""time"":14875,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3499,""week"":""5"",""id"":""chart""},{""time"":20908,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8066,""week"":""52"",""id"":""chart""},{""time"":32031,""label"":""tour_next"",""step"":2},{""time"":36790,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3650,""week"":""51"",""id"":""chart2""},{""time"":40474,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1901,""week"":""52"",""id"":""chart2""},{""time"":44419,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678658086128,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":13547,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1921,""week"":""51"",""id"":""chart2""},{""time"":29601,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1934,""week"":""6"",""id"":""chart2""}]}",simple -2023-03-12 15:56:31,2023-03-12 16:05:16,0,174.31.125.240,100,525,1,2023-03-12 16:05:17,R_1IGYIDGhwnWpHR8,,,,,47.6987,-117.4397,anonymous,EN,1,9.476,9.476,10.292,1,1,2,2,1.871,4.966,5.885,4,0,0,15.007,0,93,94,69,6.071,14.228,15.505,4,31.087,41.68,42.123,3,,,,,,,,,,,,,,,,,,0,0,38.861,0,5,7,5,5,5,5,-99,11.306,26.882,28.882,7,5,5,4,3,3,5,"Nothing about it jumped out to me to say that this in untrustworthy, so I agreed with it",4.493,4.493,31.018,1,4,-99,7.731,7.731,9.828,1,2,7,3,4,1,5,6,0,0,16.115,0,3,6,4,7,5,2,10,10,-99,4.243,28.379,32.067,8,2,2,2,4,3,4,11.19,41.158,42.691,6,2,3,3.128,13.25,15.315,3,1,2001,Washington,3,3,1,-99,7,-99,-99,2,4,2,-99,1.879,62.366,64.865,11,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5aeb9f6f23e2ca0001974ab0,1,"{""startTime"":1678658445151,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678658390746,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678658257061,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":8141,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1026,""week"":""51"",""id"":""chart""},{""time"":10652,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3997,""week"":""1"",""id"":""chart""},{""time"":14669,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2281,""week"":""52"",""id"":""chart""},{""time"":17002,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3047,""week"":""51"",""id"":""chart""},{""time"":21520,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2380,""week"":""52"",""id"":""chart""},{""time"":24134,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1432,""week"":""1"",""id"":""chart""},{""time"":31082,""label"":""tour_next"",""step"":2},{""time"":35012,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678658351182,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":22608,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1152,""week"":""3"",""id"":""chart""},{""time"":24062,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3096,""week"":""6"",""id"":""chart""},{""time"":32142,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2951,""week"":""23"",""id"":""chart""}]}",moderate -2023-03-12 15:35:34,2023-03-12 16:06:14,0,16.98.99.140,100,1840,1,2023-03-12 16:06:15,R_3oSgaSDnM4lTwzc,,,,,35.3288,-118.9748,anonymous,EN,1,153.648,153.648,154.856,1,1,3,1,2.941,23.006,24.403,4,0,0,15.112,0,100,100,65,14.286,20.317,22.035,4,26.922,164.232,176.154,21,,,,,,,,,,,,,,,,,,16.118,49.5,54.624,3,6,4,6,6,6,5,"The only reason why slightly agree was chose for the ""...sufficiently describes..."" question is because I am not sure where the data is from, like what state or county or what have you; that being said I do intrust that it is accurate for the area of which it represents but not for the state of the world/ united states as a whole. ",20.948,354.931,367.392,25,4,6,6,5,5,6,"The data is sourced to the cdc , the assumption is if the data is published it has been peer reviewed, ""I"" as a normal person can not be expected to cross-reference the every bit of data/ visualization that is presented; especially when it is sourced ",4.049,165.372,168.09,9,5,-99,12.974,15.089,46.617,2,2,7,3,4,1,5,6,0,0,42.181,0,6,4,5,4,7,7,9,9,-99,13.594,29.782,32.133,9,4,2,2,2,4,3,27.421,54.433,55.613,6,4,3,22.045,44.627,46.391,3,1,1996,California,3,2,1,-99,9,-99,white and hispanic/latino,3,3,2,-99,6.531,137.568,138.882,19,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5f056b73a43ac686571f41ad,1,"{""startTime"":1678657514210,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":239598},{""label"":""window_focused"",""time"":248127},{""label"":""window_blurred"",""time"":336854},{""label"":""window_focused"",""time"":339693}]}","{""startTime"":1678657882656,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678657175303,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":26919,""label"":""tour_next"",""step"":5},{""time"":51716,""label"":""cleared_brush"",""using"":""Click""},{""time"":52082,""label"":""cleared_brush"",""using"":""Click""},{""time"":55727,""label"":""moved_brush"",""startDate"":""2021-08-29"",""endDate"":""2022-02-07""},{""time"":58061,""label"":""moved_brush"",""startDate"":""2021-11-22"",""endDate"":""2022-02-07""},{""time"":63673,""label"":""cleared_brush"",""using"":""Click""},{""time"":65514,""label"":""cleared_brush"",""using"":""Click""},{""time"":69473,""label"":""cleared_brush"",""using"":""Click""},{""time"":70501,""label"":""cleared_brush"",""using"":""Click""},{""time"":71214,""label"":""cleared_brush"",""using"":""Click""},{""time"":71573,""label"":""cleared_brush"",""using"":""Click""},{""time"":72155,""label"":""cleared_brush"",""using"":""Click""},{""time"":79201,""label"":""cleared_brush"",""using"":""Click""},{""time"":80040,""label"":""cleared_brush"",""using"":""Click""},{""time"":80990,""label"":""cleared_brush"",""using"":""Click""},{""time"":82743,""label"":""cleared_brush"",""using"":""Click""},{""time"":88858,""label"":""cleared_brush"",""using"":""Click""},{""time"":89112,""label"":""cleared_brush"",""using"":""Click""},{""time"":89343,""label"":""moved_brush"",""startDate"":""2021-07-16"",""endDate"":""2021-07-21""},{""time"":89560,""label"":""moved_brush"",""startDate"":""2021-07-16"",""endDate"":""2021-07-21""},{""time"":90298,""label"":""moved_brush"",""startDate"":""2021-07-16"",""endDate"":""2021-10-02""},{""time"":90638,""label"":""moved_brush"",""startDate"":""2021-07-16"",""endDate"":""2021-10-02""},{""time"":90852,""label"":""moved_brush"",""startDate"":""2021-07-15"",""endDate"":""2021-10-01""},{""time"":91045,""label"":""moved_brush"",""startDate"":""2021-07-15"",""endDate"":""2021-10-01""},{""time"":96820,""label"":""moved_brush"",""startDate"":""2021-11-21"",""endDate"":""2022-02-07""},{""time"":98916,""label"":""started_brush"",""startDate"":""2021-06-17"",""endDate"":""2021-08-28""},{""time"":101449,""label"":""tour_next"",""step"":5},{""time"":115323,""label"":""moved_brush"",""startDate"":""2021-06-17"",""endDate"":""2021-11-28""},{""time"":116057,""label"":""moved_brush"",""startDate"":""2021-06-17"",""endDate"":""2021-11-27""},{""time"":116941,""label"":""tour_next"",""step"":5},{""time"":132372,""label"":""moved_brush"",""startDate"":""2021-06-20"",""endDate"":""2021-11-30""},{""time"":132560,""label"":""moved_brush"",""startDate"":""2021-06-21"",""endDate"":""2021-12-01""},{""time"":134602,""label"":""moved_brush"",""startDate"":""2021-06-21"",""endDate"":""2021-12-01""},{""time"":134760,""label"":""moved_brush"",""startDate"":""2021-06-21"",""endDate"":""2021-12-01""},{""time"":135424,""label"":""moved_brush"",""startDate"":""2021-06-21"",""endDate"":""2021-12-01""},{""time"":135673,""label"":""moved_brush"",""startDate"":""2021-06-19"",""endDate"":""2021-11-29""},{""time"":136464,""label"":""cleared_brush"",""using"":""Click""},{""time"":136672,""label"":""cleared_brush"",""using"":""Click""},{""time"":137049,""label"":""cleared_brush"",""using"":""Click""},{""time"":137742,""label"":""cleared_brush"",""using"":""Click""},{""time"":137915,""label"":""cleared_brush"",""using"":""Click""},{""time"":138502,""label"":""tour_next"",""step"":5},{""time"":145671,""label"":""tour_end"",""step"":5},{""time"":153846,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1315,""week"":""52"",""id"":""chart""},{""time"":160198,""label"":""moved_brush"",""startDate"":""2021-10-08"",""endDate"":""2022-02-07""},{""time"":162623,""label"":""moved_brush"",""startDate"":""2021-10-08"",""endDate"":""2022-02-07""},{""time"":163274,""label"":""cleared_brush"",""using"":""Click""},{""time"":163446,""label"":""cleared_brush"",""using"":""Click""}]}","{""startTime"":1678657459154,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":1972,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5209,""week"":""52"",""id"":""chart""},{""time"":16693,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3967,""week"":""52"",""id"":""chart""},{""time"":21830,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2834,""week"":""52"",""id"":""chart""},{""time"":25588,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1707,""week"":""51"",""id"":""chart""},{""time"":36071,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1154,""week"":""52"",""id"":""chart""},{""time"":43039,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3043,""week"":""1"",""id"":""chart""}]}",complex -2023-03-12 15:53:37,2023-03-12 16:09:58,0,216.96.79.206,100,980,1,2023-03-12 16:09:58,R_3JmyzXO1vPCYFa5,,,,,31.1823,-83.7641,anonymous,EN,1,9.959,9.959,11.163,1,,,,,,,,0,0,15.014,0,75,34,50,12.804,21.187,21.881,4,59.546,92.555,105.321,5,,,,,,,,,,,,,,,,,,0,0,38.807,0,3,1,2,2,3,2,"The data implies a connection or correlation between fungi-related disease and insect-related disease. It is difficult to tease the two apart in viewing the data. ",9.462,53.805,98.67,7,7,3,4,7,1,2,"The two variables are difficult to tease apart (insect and fungi). The author is ensuring that we see a connection. ",3.215,3.215,42.303,1,4,-99,6.75,9.008,10.881,2,2,7,3,4,1,5,6,0,0,37.161,0,7,8,9,8,5,6,9,9,-99,7.947,31.694,36.228,8,4,4,3,3,3,2,12.902,40.414,43.416,7,3,,10.679,12.823,15.34,2,1,1980,Georgia,7,2,1,-99,7,-99,-99,17,4,2,-99,3.801,88.704,93.809,18,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,631b94723014b047b0f8e70a,0,"{""startTime"":1678658351600,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678658450981,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678658070797,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":34109,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8679,""week"":""52"",""id"":""chart""},{""time"":42903,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4819,""week"":""1"",""id"":""chart""},{""time"":48279,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4681,""week"":""2"",""id"":""chart""},{""time"":53913,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2432,""week"":""49"",""id"":""chart""},{""time"":59542,""label"":""tour_next"",""step"":2},{""time"":72077,""label"":""tour_end"",""step"":2},{""time"":74522,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5555,""week"":""52"",""id"":""chart""},{""time"":80090,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6822,""week"":""1"",""id"":""chart""},{""time"":94421,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3415,""week"":""5"",""id"":""chart""},{""time"":98564,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5496,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678658312095,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",moderate -2023-03-12 15:56:59,2023-03-12 16:10:07,0,69.237.41.96,100,787,1,2023-03-12 16:10:07,R_33gwzKWNSdn62tX,,,,,33.8583,-84.2165,anonymous,EN,1,30.98,30.98,33.67,1,1,4,1,2.361,5.461,6.515,2,0,0,15.113,0,96,28,43,7.568,17.151,17.958,3,7.542,69.174,70.881,25,,,,,,,,,,,,,,,,,,26.89,55.54,57.296,3,5,5,5,6,6,6,-99,5.509,32.19,32.615,8,5,4,4,5,5,6,Its based on factual data and provides number when hovering,4.421,4.421,20.877,1,5,-99,8.851,12.268,14.042,4,2,7,3,4,1,5,6,0,0,26.532,0,5,10,8,7,7,7,11,10,-99,8.917,23.699,27.94,8,4,4,1,2,5,4,15.858,43.091,44.081,7,1,1,2.861,10.794,12.235,2,2,1984,Georgia,9,3,1,-99,7,-99,-99,13,4,1,julierushmore@gmail.com,2.331,160.604,164.133,44,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,60f75a701ac4cfc5c17cceb7,1,"{""startTime"":1678658521839,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678658463745,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678658309789,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":2922,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2157,""week"":""2"",""id"":""chart""},{""time"":7537,""label"":""tour_next"",""step"":5},{""time"":45081,""label"":""cleared_brush"",""using"":""Click""},{""time"":45311,""label"":""cleared_brush"",""using"":""Click""},{""time"":45495,""label"":""cleared_brush"",""using"":""Click""},{""time"":48871,""label"":""started_brush"",""startDate"":""2021-08-14"",""endDate"":""2021-11-24""},{""time"":50986,""label"":""tour_next"",""step"":5},{""time"":60053,""label"":""moved_brush"",""startDate"":""2021-04-28"",""endDate"":""2021-08-07""},{""time"":60768,""label"":""tour_next"",""step"":5},{""time"":65161,""label"":""cleared_brush"",""using"":""Click""},{""time"":67235,""label"":""tour_next"",""step"":5},{""time"":69168,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678658406073,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":24318,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1360,""week"":""51"",""id"":""chart""},{""time"":39015,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5195,""week"":""52"",""id"":""chart""},{""time"":44431,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2962,""week"":""51"",""id"":""chart""},{""time"":48293,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2267,""week"":""1"",""id"":""chart""},{""time"":51214,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1280,""week"":""2"",""id"":""chart""},{""time"":52598,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2212,""week"":""3"",""id"":""chart""}]}",complex -2023-03-12 15:55:04,2023-03-12 16:10:26,0,174.130.101.57,100,922,1,2023-03-12 16:10:27,R_1ogPU7XwxWAY2ZC,,,,,41.4318,-78.5494,anonymous,EN,1,10.631,10.631,12.32,1,1,4,2,4.48,6.694,8.738,2,1.169,12.897,15.048,3,63,77,85,5.466,14.966,16.883,4,56.709,73.099,115.727,4,,,,,,,,,,,,,,,,,,10.37,10.37,54.867,1,3,7,3,5,5,3,-99,2.702,53.835,55.331,12,5,6,5,3,5,5,"It is clear, easy to read, and the trends show what I have experienced.",1.96,1.96,40.031,1,2,-99,3.327,11.808,17.857,5,2,7,3,4,1,5,6,13.287,32.496,33.407,6,2,3,2,2,2,2,9,7,-99,8.658,46.944,49.046,9,4,2,1,2,3,4,10.892,46.612,48.091,9,2,3,6.374,18.898,20.167,4,1,1987,Pennsylvania,3,2,1,-99,9,-99,white/black/middle eastern/native,4,4,1,5c5aecc774a76f0001a25ced@email.prolific.co,4.579,98.281,100.028,18,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5c5aecc774a76f0001a25ced,1,"{""startTime"":1678658423879,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":1885},{""label"":""window_focused"",""time"":3300},{""label"":""window_blurred"",""time"":3309},{""label"":""window_focused"",""time"":3309}]}","{""startTime"":1678658479852,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678658184238,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":13416,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3302,""week"":""52"",""id"":""chart""},{""time"":18587,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1751,""week"":""14"",""id"":""chart""},{""time"":21022,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1335,""week"":""31"",""id"":""chart""},{""time"":24060,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2335,""week"":""14"",""id"":""chart""},{""time"":26962,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2803,""week"":""31"",""id"":""chart""},{""time"":31017,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3620,""week"":""32"",""id"":""chart""},{""time"":42579,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3020,""week"":""52"",""id"":""chart""},{""time"":45916,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1401,""week"":""2"",""id"":""chart""},{""time"":48135,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2185,""week"":""52"",""id"":""chart""},{""time"":51734,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3692,""week"":""52"",""id"":""chart""},{""time"":56701,""label"":""tour_next"",""step"":2},{""time"":66436,""label"":""tour_end"",""step"":2},{""time"":67722,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1600,""week"":""52"",""id"":""chart""},{""time"":78160,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2337,""week"":""52"",""id"":""chart2""},{""time"":80924,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3023,""week"":""52"",""id"":""chart2""},{""time"":86694,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6309,""week"":""52"",""id"":""chart2""},{""time"":103895,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2921,""week"":""52"",""id"":""chart""},{""time"":107429,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6073,""week"":""52"",""id"":""chart2""}]}","{""startTime"":1678658368397,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":8842},{""label"":""window_focused"",""time"":10269},{""label"":""window_blurred"",""time"":10277},{""label"":""window_focused"",""time"":10277},{""time"":19132,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1691,""week"":""52"",""id"":""chart""},{""time"":21344,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1732,""week"":""1"",""id"":""chart""},{""time"":24807,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2424,""week"":""52"",""id"":""chart2""},{""time"":29776,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2738,""week"":""52"",""id"":""chart""},{""time"":32737,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2452,""week"":""52"",""id"":""chart2""},{""time"":42973,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3861,""week"":""32"",""id"":""chart2""},{""time"":47622,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4167,""week"":""32"",""id"":""chart""}]}",simple -2023-03-12 15:57:47,2023-03-12 16:14:11,0,70.175.171.187,100,984,1,2023-03-12 16:14:12,R_1LYG0Tf4neUiy1X,,,,,35.4471,-97.5595,anonymous,EN,1,113.157,113.157,113.914,1,,,,,,,,0,0,15.111,0,50,50,50,1.134,6.12,7.515,2,1.163,116.709,118.914,43,,,,,,,,,,,,,,,,,,0.714,0.714,198.853,1,3,3,3,3,3,3,-99,8.903,16.029,17.345,8,3,3,3,3,3,3,Could be valid or invalid,2.376,3.18,20.013,2,4,-99,2.043,4.624,7.138,3,2,7,3,4,1,5,6,0,0,24.257,0,6,6,6,6,6,6,6,6,-99,2.014,6.161,8.001,8,3,3,3,3,3,3,1.273,5.099,6.034,6,2,,73.644,73.644,75.226,1,1,1974,Oklahoma,6,3,1,-99,3,-99,-99,15,4,1,-99,2.317,59.828,61.256,12,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,637d5f042e21102f772b6e30,0,"{""startTime"":1678658873507,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678658896995,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678658436802,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":2962,""label"":""tour_next"",""step"":5},{""time"":11774,""label"":""tour_back"",""step"":5},{""time"":15082,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1633,""week"":""52"",""id"":""chart""},{""time"":25740,""label"":""tour_next"",""step"":5},{""time"":30422,""label"":""tour_back"",""step"":5},{""time"":33704,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2716,""week"":""52"",""id"":""chart""},{""time"":58387,""label"":""tour_next"",""step"":5},{""time"":61778,""label"":""started_brush"",""startDate"":""2021-04-25"",""endDate"":""2021-07-18""},{""time"":62880,""label"":""moved_brush"",""startDate"":""2021-07-23"",""endDate"":""2021-10-16""},{""time"":63803,""label"":""tour_next"",""step"":5},{""time"":65231,""label"":""started_brush"",""startDate"":""2021-04-28"",""endDate"":""2021-07-22""},{""time"":66157,""label"":""started_brush"",""startDate"":""2021-08-10"",""endDate"":""2021-09-05""},{""time"":69409,""label"":""started_brush"",""startDate"":""2021-05-24"",""endDate"":""2021-09-05""},{""time"":72803,""label"":""cleared_brush"",""using"":""Click""},{""time"":77497,""label"":""cleared_brush"",""using"":""Click""},{""time"":79752,""label"":""cleared_brush"",""using"":""Click""},{""time"":80952,""label"":""cleared_brush"",""using"":""Click""},{""time"":82548,""label"":""cleared_brush"",""using"":""Click""},{""time"":85369,""label"":""cleared_brush"",""using"":""Click""},{""time"":86703,""label"":""cleared_brush"",""using"":""Click""},{""time"":89534,""label"":""tour_back"",""step"":5},{""time"":92203,""label"":""cleared_brush"",""using"":""Click""},{""time"":95027,""label"":""started_brush"",""startDate"":""2021-05-26"",""endDate"":""2021-07-01""},{""time"":96041,""label"":""tour_next"",""step"":5},{""time"":99264,""label"":""moved_brush"",""startDate"":""2021-04-18"",""endDate"":""2021-05-23""},{""time"":100017,""label"":""tour_next"",""step"":5},{""time"":105901,""label"":""moved_brush"",""startDate"":""2021-04-18"",""endDate"":""2021-05-23""},{""time"":108212,""label"":""cleared_brush"",""using"":""Click""},{""time"":108212,""label"":""cleared_brush"",""using"":""Escape""},{""time"":110873,""label"":""tour_next"",""step"":5},{""time"":115849,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678658670145,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":2821,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1185,""week"":""34"",""id"":""chart""},{""label"":""window_blurred"",""time"":24813},{""label"":""window_focused"",""time"":26447},{""label"":""window_blurred"",""time"":26453},{""label"":""window_focused"",""time"":195995}]}",complex -2023-03-12 16:06:50,2023-03-12 16:14:26,0,206.255.165.213,100,455,1,2023-03-12 16:14:27,R_22StgQgZc1UbqKU,,,,,35.2352,-90.7971,anonymous,EN,1,4.208,4.208,5.378,1,,,,,,,,0,0,15.009,0,63,78,90,3.32,7.701,8.94,3,14.541,27.402,40.725,2,,,,,,,,,,,,,,,,,,0,0,85.872,0,5,7,4,5,6,5,-99,14.793,19.1,21.801,6,3,5,4,7,5,5,"It looks high quality. ",2.347,2.347,8.829,1,3,-99,5.875,8.229,12.224,5,2,7,3,4,1,5,6,0,0,17,0,2,2,4,3,1,4,6,7,-99,3.375,14.809,16.695,8,1,2,4,5,2,1,3.047,14.232,15.064,6,7,,2.29,2.29,4.165,1,1,1987,Arkansas,6,2,1,-99,9,-99,Wynne,7,2,1,c2thaj@msn.com,1.561,38.557,47.748,13,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,584c1e1f69b36600018ff959,0,"{""startTime"":1678659047730,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678659022819,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678658850799,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":6925,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1248,""week"":""1"",""id"":""chart""},{""time"":10658,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1166,""week"":""6"",""id"":""chart""},{""time"":14533,""label"":""tour_next"",""step"":2},{""time"":20858,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1983,""week"":""52"",""id"":""chart2""},{""time"":27394,""label"":""tour_end"",""step"":2},{""time"":32901,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1411,""week"":""3"",""id"":""chart""},{""time"":34371,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1786,""week"":""4"",""id"":""chart""},{""time"":36877,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1264,""week"":""52"",""id"":""chart2""},{""time"":38354,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1071,""week"":""4"",""id"":""chart""}]}","{""startTime"":1678658936396,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":5152,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1159,""week"":""1"",""id"":""chart""},{""time"":13195,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1615,""week"":""52"",""id"":""chart""},{""time"":16009,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1084,""week"":""50"",""id"":""chart""},{""time"":41110,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1173,""week"":""1"",""id"":""chart2""},{""time"":51663,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1597,""week"":""52"",""id"":""chart2""},{""time"":63981,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1114,""week"":""4"",""id"":""chart2""},{""time"":66204,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1556,""week"":""6"",""id"":""chart2""},{""time"":68324,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1103,""week"":""52"",""id"":""chart2""}]}",simple -2023-03-12 15:56:10,2023-03-12 16:16:46,0,67.11.49.7,100,1235,1,2023-03-12 16:16:46,R_1jjqOuyOkZKsDAs,,,,,29.3959,-98.4761,anonymous,EN,1,10.438,10.438,11.237,1,1,3,1,2.022,5.806,6.729,2,0,0,15.019,0,73,32,64,6.466,18.658,19.402,4,9.179,65.997,75.64,9,,,,,,,,,,,,,,,,,,27.012,27.012,37.897,1,6,4,1,6,5,6,-99,3.971,68.997,70.47,8,4,3,2,2,4,4,"It has good data in it, but it also has problems with how clear it is.",1.48,1.48,23.39,1,4,-99,6.302,6.302,7.103,1,2,7,3,4,1,5,6,0,0,16.421,0,4,6,7,7,8,6,9,10,-99,103.194,129.786,131.962,16,4,1,3,3,3,2,6.489,165.274,165.754,15,2,3,3.048,47.287,48.29,4,1,1996,Texas,6,2,1,-99,4,-99,-99,11,1,2,-99,3.248,46.277,47.669,12,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,63615aa254cc85a51c9ab52e,1,"{""startTime"":1678658573439,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678658580912,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":13110},{""label"":""window_focused"",""time"":13853},{""label"":""window_blurred"",""time"":54696},{""label"":""window_focused"",""time"":69636},{""label"":""window_blurred"",""time"":132054},{""label"":""window_focused"",""time"":138166}]}","{""startTime"":1678658364372,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":35,""label"":""tour_started""},{""time"":8897,""label"":""tour_next"",""step"":5},{""label"":""window_blurred"",""time"":10804},{""label"":""window_focused"",""time"":19808},{""time"":20257,""label"":""cleared_brush"",""using"":""Click""},{""time"":24150,""label"":""cleared_brush"",""using"":""Click""},{""time"":25253,""label"":""cleared_brush"",""using"":""Click""},{""time"":33276,""label"":""cleared_brush"",""using"":""Click""},{""time"":37469,""label"":""cleared_brush"",""using"":""Click""},{""time"":42137,""label"":""cleared_brush"",""using"":""Click""},{""time"":42514,""label"":""cleared_brush"",""using"":""Click""},{""time"":42703,""label"":""cleared_brush"",""using"":""Click""},{""time"":43483,""label"":""cleared_brush"",""using"":""Click""},{""time"":45446,""label"":""cleared_brush"",""using"":""Click""},{""time"":51997,""label"":""started_brush"",""startDate"":""2021-05-17"",""endDate"":""2021-06-16""},{""time"":53308,""label"":""tour_next"",""step"":5},{""time"":57536,""label"":""moved_brush"",""startDate"":""2021-07-01"",""endDate"":""2021-07-30""},{""time"":58552,""label"":""tour_next"",""step"":5},{""time"":61458,""label"":""cleared_brush"",""using"":""Click""},{""time"":62498,""label"":""tour_next"",""step"":5},{""time"":65716,""label"":""tour_end"",""step"":5},{""time"":69188,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5474,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678658470523,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":4894,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1551,""week"":""52"",""id"":""chart""},{""time"":13358,""label"":""started_brush"",""startDate"":""2021-06-08"",""endDate"":""2021-06-15""},{""time"":17042,""label"":""moved_brush"",""startDate"":""2021-06-08"",""endDate"":""2021-07-16""},{""time"":24009,""label"":""moved_brush"",""startDate"":""2021-12-30"",""endDate"":""2022-02-07""},{""time"":26277,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":2079,""week"":""1"",""id"":""chart""},{""time"":30661,""label"":""moved_brush"",""startDate"":""2021-11-08"",""endDate"":""2021-12-17""},{""time"":31659,""label"":""cleared_brush"",""using"":""Click""}]}",complex -2023-03-12 15:56:26,2023-03-12 16:23:45,0,73.115.198.45,100,1638,1,2023-03-12 16:23:45,R_1Lc68PAfFdGkxod,,,,,29.7738,-95.406,anonymous,EN,1,31.908,31.908,34.505,1,,,,,,,,11.207,11.207,15.013,1,56,43,65,2.673,47.236,50.095,9,4.839,98.694,102.637,10,,,,,,,,,,,,,,,,,,3.014,25.095,34.684,7,4,4,5,5,5,4,no comments,20.778,91.193,106.108,17,4,5,5,5,5,4,because i probably feel it might be from a reputable source,14.842,14.842,111.188,1,1,no comments,15.504,27.433,41.091,4,2,7,3,4,1,5,6,34.846,34.846,60.976,1,3,6,5,8,9,8,9,10,no comments,21.778,75.825,93.496,11,2,2,4,2,3,2,36.376,81.241,83.459,12,2,,16.937,16.937,21.277,1,2,1973,Texas,6,1,1,-99,3,-99,-99,7,1,2,-99,8.838,93.711,96.89,26,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,638df16a9ac9d4b756ea24e3,0,"{""startTime"":1678658953127,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_focused"",""time"":102918},{""label"":""window_focused"",""time"":102918},{""label"":""window_blurred"",""time"":106600},{""label"":""window_focused"",""time"":108116},{""label"":""window_blurred"",""time"":108727},{""label"":""window_focused"",""time"":112306}]}","{""startTime"":1678658767094,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678658375392,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":21,""label"":""tour_started""},{""time"":25542,""label"":""tour_next"",""step"":2},{""time"":67205,""label"":""tour_back"",""step"":2},{""time"":72614,""label"":""tour_next"",""step"":2},{""time"":75022,""label"":""tour_end"",""step"":2},{""label"":""window_blurred"",""time"":122534},{""label"":""window_focused"",""time"":123294},{""label"":""window_focused"",""time"":123294},{""label"":""window_focused"",""time"":129970},{""label"":""window_focused"",""time"":143220},{""label"":""window_focused"",""time"":143220},{""label"":""window_focused"",""time"":157499},{""label"":""window_focused"",""time"":157499},{""label"":""window_focused"",""time"":176825},{""label"":""window_focused"",""time"":176825},{""label"":""window_blurred"",""time"":186788},{""label"":""window_focused"",""time"":209753}]}","{""startTime"":1678658730134,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",simple -2023-03-12 18:04:35,2023-03-12 18:11:42,0,108.52.133.64,100,426,1,2023-03-12 18:11:42,R_24dWylyslO4WKru,,,,,39.9664,-75.1685,anonymous,EN,1,2.086,2.086,2.801,1,,,,,,,,0,0,15.008,0,86,72,31,5.074,10.913,12.062,3,7.035,10.71,17.582,2,-3,-99,36.954,54.351,55.238,2,-3,-3,20.407,56.734,57.634,2,-99,11.141,11.141,16.736,1,0,0,31.438,0,4,3,4,3,4,3,-99,11.44,24.054,25.557,6,4,5,3,7,7,3,It seems right but I don't know enough about the subject to guess if the information is trustworthy,1.542,23.465,23.894,2,4,-99,3.407,5.582,6.983,2,2,7,3,4,1,5,6,0,0,9.344,0,2,4,2,4,5,5,10,8,-99,7.769,20.277,21.484,8,3,3,3,2,3,3,7.932,20.964,21.6,6,1,,2.48,2.48,3.567,1,2,2000,Pennsylvania,6,1,1,-99,7,-99,-99,1,4,1,60fdd0bba532df1a71c72c5e@email.prolific.co,1.526,57.262,59.586,18,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,60fdd0bba532df1a71c72c5e,0,"{""startTime"":1678666071060,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678666021455,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678665913485,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":7032,""label"":""tour_next"",""step"":2},{""time"":10707,""label"":""tour_end"",""step"":2},{""time"":11492,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1807,""week"":""1"",""id"":""chart""},{""time"":14971,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1062,""week"":""51"",""id"":""chart""}]}","{""startTime"":1678665989496,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":20018,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1297,""week"":""25"",""id"":""chart""},{""time"":23249,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1897,""week"":""49"",""id"":""chart""},{""time"":25346,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2310,""week"":""50"",""id"":""chart""},{""time"":27738,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2164,""week"":""51"",""id"":""chart""}]}",moderate -2023-03-12 18:06:04,2023-03-12 18:12:22,0,24.14.79.71,100,378,1,2023-03-12 18:12:23,R_28TaY3LNJVDODie,,,,,41.9977,-88.6924,anonymous,EN,1,2.043,2.043,2.789,1,,,,,,,,0,0,15.106,0,98,100,25,3.312,8.594,9.432,6,6.051,38.259,40.283,8,1,-99,15.52,41.243,43.366,2,-3,-3,12.953,42.925,43.895,3,2,21.456,21.456,23.873,1,6.596,30.408,31.168,6,5,1,6,5,4,6,-99,4.29,14.486,23.166,7,5,5,4,7,1,5,The data is cleanly presented and seems to be scientific data from a study throughout a period of time.,1.195,1.606,19.771,2,4,-99,3.316,8.475,9.119,5,2,7,3,4,1,5,6,0,0,7.478,0,2,6,4,7,2,4,11,10,-99,3.267,13.561,14.454,12,5,4,1,3,5,3,2.711,17.877,18.205,11,1,,2.358,2.358,3.739,1,1,2000,Illinois,6,2,1,-99,8,ROCHELLE,-99,15,4,2,-99,0.808,38.415,42.494,20,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5f45beae060bdc1f49704285,0,"{""startTime"":1678666081455,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678666105074,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678665985181,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":6045,""label"":""tour_next"",""step"":5},{""time"":11344,""label"":""cleared_brush"",""using"":""Click""},{""time"":12188,""label"":""started_brush"",""startDate"":""2021-05-24"",""endDate"":""2021-07-18""},{""time"":13215,""label"":""moved_brush"",""startDate"":""2021-08-28"",""endDate"":""2021-10-22""},{""time"":13783,""label"":""tour_next"",""step"":5},{""time"":15795,""label"":""moved_brush"",""startDate"":""2021-08-29"",""endDate"":""2021-10-22""},{""time"":19651,""label"":""moved_brush"",""startDate"":""2021-12-15"",""endDate"":""2022-02-07""},{""time"":20114,""label"":""tour_next"",""step"":5},{""time"":22726,""label"":""cleared_brush"",""using"":""Click""},{""time"":22726,""label"":""cleared_brush"",""using"":""Escape""},{""time"":23829,""label"":""tour_next"",""step"":5},{""label"":""window_blurred"",""time"":33090},{""label"":""window_focused"",""time"":35063},{""time"":38253,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678666049974,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":8187,""label"":""started_brush"",""startDate"":""2021-07-08"",""endDate"":""2021-08-23""},{""time"":9358,""label"":""moved_brush"",""startDate"":""2021-07-31"",""endDate"":""2021-09-15""},{""time"":25793,""label"":""moved_brush"",""startDate"":""2021-08-30"",""endDate"":""2021-10-15""}]}",complex -2023-03-12 18:05:16,2023-03-12 18:12:23,0,23.93.75.93,100,426,1,2023-03-12 18:12:24,R_1HpKySIhopPOFhD,,,,,37.8922,-122.2729,anonymous,EN,1,4.837,4.837,5.469,1,1,3,2,1.735,2.85,5.002,2,0,0,15.013,0,89,99,99,2.243,6.36,7.841,4,21.96,29.012,38.878,4,1,1,10.637,61.077,63.889,6,-3,-3,30.765,46.381,47.53,2,-99,7.12,7.905,10.65,2,0,0,30.854,0,6,6,4,5,6,6,-99,20.357,28.571,30.901,15,6,6,6,4,5,5,It has data that looks like it would be hard to fake.,1.202,1.202,8.949,1,3,-99,2.199,3.1,4.062,2,2,7,3,4,1,5,6,0,0,9.054,0,6,6,2,4,10,4,10,10,-99,9.619,19.776,21.188,18,4,5,2,5,4,4,1.49,6.601,7.602,12,2,1,35.171,39.937,41.105,4,1,1995,California,6,3,1,-99,2,-99,-99,12,3,1,5c748b9188fdc20017c60436@email.prolific.co,1.362,37.218,38.509,14,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5c748b9188fdc20017c60436,1,"{""startTime"":1678666123257,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":5812},{""label"":""window_focused"",""time"":17313}]}","{""startTime"":1678666098931,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678665962643,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":21,""label"":""tour_started""},{""label"":""window_focused"",""time"":20547},{""time"":25979,""label"":""tour_next"",""step"":2},{""time"":28097,""label"":""tour_end"",""step"":2},{""time"":32879,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1339,""week"":""2"",""id"":""chart2""},{""time"":34808,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1236,""week"":""52"",""id"":""chart2""}]}","{""startTime"":1678666067245,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":4249},{""label"":""window_focused"",""time"":28602}]}",simple -2023-03-12 18:06:49,2023-03-12 18:12:51,0,135.26.30.183,100,361,1,2023-03-12 18:12:52,R_1C2AG8bjdRzO6Y5,,,,,31.3357,-94.7272,anonymous,EN,1,4.234,4.234,6.39,1,,,,,,,,0,0,15.01,0,64,28,58,2.458,11.623,15.648,3,4.679,11.898,14.051,2,1,-99,29.714,47.209,48.432,2,1,-2,0,0,8.889,0,-99,14.292,14.292,15.366,1,0,0,31.689,0,2,6,5,2,1,3,none,7.448,11.959,13.615,4,1,7,2,3,4,5,it looks neat,2.173,2.173,7.872,1,2,-99,3.826,10.25,12.151,2,2,7,3,4,1,5,6,0,0,16.182,0,6,6,10,10,1,1,11,10,-99,8.297,8.679,13.18,3,5,2,3,3,5,4,0,0,8.188,0,2,,7.917,7.917,9.046,1,2,1947,Texas,2,2,1,-99,7,-99,-99,3,3,2,-99,1.571,81.213,86.645,20,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,63fcde3494055a563c72cb12,0,"{""startTime"":1678666176563,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":1876},{""label"":""window_blurred"",""time"":1892},{""label"":""window_blurred"",""time"":1913},{""label"":""window_blurred"",""time"":1930},{""label"":""window_blurred"",""time"":1945},{""label"":""window_blurred"",""time"":1963},{""label"":""window_blurred"",""time"":1980},{""label"":""window_blurred"",""time"":1997},{""label"":""window_blurred"",""time"":2013},{""label"":""window_blurred"",""time"":2028},{""label"":""window_blurred"",""time"":2044},{""label"":""window_blurred"",""time"":2061},{""label"":""window_blurred"",""time"":2076},{""label"":""window_blurred"",""time"":2095},{""label"":""window_blurred"",""time"":2114},{""label"":""window_blurred"",""time"":2129},{""label"":""window_blurred"",""time"":2145},{""label"":""window_blurred"",""time"":2160},{""label"":""window_blurred"",""time"":2174},{""label"":""window_blurred"",""time"":2189},{""label"":""window_blurred"",""time"":2203},{""label"":""window_blurred"",""time"":2218},{""label"":""window_blurred"",""time"":2231},{""label"":""window_blurred"",""time"":2245},{""label"":""window_blurred"",""time"":2261},{""label"":""window_blurred"",""time"":2276},{""label"":""window_blurred"",""time"":2289},{""label"":""window_blurred"",""time"":2306},{""label"":""window_blurred"",""time"":2319},{""label"":""window_blurred"",""time"":2333},{""label"":""window_blurred"",""time"":2349},{""label"":""window_blurred"",""time"":2365},{""label"":""window_blurred"",""time"":2378},{""label"":""window_blurred"",""time"":2392},{""label"":""window_blurred"",""time"":2407},{""label"":""window_blurred"",""time"":2422},{""label"":""window_blurred"",""time"":2438},{""label"":""window_blurred"",""time"":2455},{""label"":""window_blurred"",""time"":2471},{""label"":""window_blurred"",""time"":2486},{""label"":""window_blurred"",""time"":2498},{""label"":""window_blurred"",""time"":2510},{""label"":""window_blurred"",""time"":2522}]}","{""startTime"":1678666158746,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":2548},{""label"":""window_blurred"",""time"":2566},{""label"":""window_blurred"",""time"":2580},{""label"":""window_blurred"",""time"":2594},{""label"":""window_blurred"",""time"":2608},{""label"":""window_blurred"",""time"":2625},{""label"":""window_blurred"",""time"":2639},{""label"":""window_blurred"",""time"":2653},{""label"":""window_blurred"",""time"":2667},{""label"":""window_blurred"",""time"":2682},{""label"":""window_blurred"",""time"":2695},{""label"":""window_blurred"",""time"":2708},{""label"":""window_blurred"",""time"":2726},{""label"":""window_blurred"",""time"":2740},{""label"":""window_blurred"",""time"":2755},{""label"":""window_blurred"",""time"":2772},{""label"":""window_blurred"",""time"":2791},{""label"":""window_blurred"",""time"":2804},{""label"":""window_blurred"",""time"":2818},{""label"":""window_blurred"",""time"":2833},{""label"":""window_blurred"",""time"":2847},{""label"":""window_blurred"",""time"":2860},{""label"":""window_blurred"",""time"":2873},{""label"":""window_blurred"",""time"":2887},{""label"":""window_blurred"",""time"":2899},{""label"":""window_blurred"",""time"":2915},{""label"":""window_blurred"",""time"":2927},{""label"":""window_blurred"",""time"":2940},{""label"":""window_blurred"",""time"":2953},{""label"":""window_blurred"",""time"":2966},{""label"":""window_blurred"",""time"":2981},{""label"":""window_blurred"",""time"":2992},{""label"":""window_blurred"",""time"":3006},{""label"":""window_blurred"",""time"":3018},{""label"":""window_blurred"",""time"":3032},{""label"":""window_blurred"",""time"":3046},{""label"":""window_blurred"",""time"":3058},{""label"":""window_blurred"",""time"":3070},{""label"":""window_blurred"",""time"":3082},{""label"":""window_blurred"",""time"":3093},{""label"":""window_blurred"",""time"":3107},{""label"":""window_blurred"",""time"":3120}]}","{""startTime"":1678666062415,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":26,""label"":""tour_started""},{""time"":4665,""label"":""tour_next"",""step"":2},{""time"":8134,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1526,""week"":""1"",""id"":""chart2""},{""time"":11883,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678666126286,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",simple -2023-03-12 18:04:05,2023-03-12 18:13:29,0,73.15.121.102,100,564,1,2023-03-12 18:13:30,R_2EAh1cGUqEhWGZu,,,,,37.7825,-122.435,anonymous,EN,1,3.508,3.508,4.353,1,1,3,2,1.192,2.715,3.497,3,6.635,6.69,15.01,2,58,29,66,2.34,9.235,10.28,11,12.821,67.591,69.669,20,1,1,47.45,57.474,61.62,2,-3,-3,10.485,28.97,30.145,2,2,66.134,66.134,67.169,1,153.319,153.319,153.696,1,3,4,3,3,4,3,-99,2.386,4.686,5.771,6,3,3,2,2,3,3,"The data isn't super informative because it can easily be informed by people's behavior and decision to get tested. However, the overall trends may be informative.",1.675,1.675,34.42,1,3,-99,1.826,2.901,3.754,2,2,7,3,4,1,5,6,0,0,14.057,0,6,7,4,6,4,5,6,5,-99,1.591,4.651,6.203,8,3,2,3,3,4,2,6.623,9.58,10.369,6,5,3,1.386,3.128,9.528,2,1,1997,California,6,3,1,-99,7,-99,-99,19,5,2,-99,1.698,36.374,40.097,16,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,628657b7caedf309ae8e806e,1,"{""startTime"":1678666221131,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678666180007,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678665887890,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":1705,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3091,""week"":""49"",""id"":""chart""},{""time"":12819,""label"":""tour_next"",""step"":5},{""time"":19358,""label"":""cleared_brush"",""using"":""Click""},{""time"":21144,""label"":""tour_back"",""step"":5},{""time"":22937,""label"":""tour_next"",""step"":5},{""time"":24440,""label"":""cleared_brush"",""using"":""Click""},{""time"":30068,""label"":""cleared_brush"",""using"":""Click""},{""time"":31648,""label"":""cleared_brush"",""using"":""Click""},{""time"":32701,""label"":""cleared_brush"",""using"":""Click""},{""time"":39111,""label"":""cleared_brush"",""using"":""Click""},{""time"":40767,""label"":""cleared_brush"",""using"":""Click""},{""time"":43700,""label"":""moved_brush"",""startDate"":""2021-04-27"",""endDate"":""2021-08-20""},{""time"":54779,""label"":""started_brush"",""startDate"":""2021-08-31"",""endDate"":""2021-11-19""},{""time"":56502,""label"":""tour_next"",""step"":5},{""time"":61009,""label"":""moved_brush"",""startDate"":""2021-06-29"",""endDate"":""2021-11-19""},{""time"":61936,""label"":""tour_next"",""step"":5},{""time"":63975,""label"":""cleared_brush"",""using"":""Click""},{""time"":63975,""label"":""cleared_brush"",""using"":""Escape""},{""time"":66011,""label"":""tour_next"",""step"":5},{""time"":67588,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678666025597,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":2842,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1795,""week"":""52"",""id"":""chart""},{""label"":""window_blurred"",""time"":18999},{""label"":""window_focused"",""time"":151976}]}",complex -2023-03-12 18:03:23,2023-03-12 18:13:33,0,45.23.124.220,100,609,1,2023-03-12 18:13:33,R_xabdH3P2CVIyp4l,,,,,33.9449,-117.3834,anonymous,EN,1,13.277,13.277,14.264,1,1,3,2,2.433,4.772,6.83,3,0,0,15.005,0,92,80,76,6.743,11.506,12.07,3,28.231,33.95,41.301,3,1,-99,62.023,73.317,77.209,2,-3,-3,55.188,82.742,83.754,2,-99,21.286,21.286,28.585,1,9.661,9.661,38.733,1,6,5,5,5,5,6,-99,6.983,28.075,31.345,8,5,4,4,4,3,5,The source is from the CDC,1.901,1.901,11.634,1,4,-99,12.682,17.029,18.47,5,2,7,3,4,1,5,6,0,0,22.39,0,3,7,3,7,4,5,11,11,-99,4.27,18.766,20.057,10,4,4,2,5,5,3,12.06,39.202,46.089,9,2,2,4.962,19.054,21.737,4,1,2001,California,3,1,1,-99,9,-99,Concord,12,4,1,sean.d.hauser@gmail.com,2.646,56.689,58.921,21,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5eb21a0c910e381845f143df,1,"{""startTime"":1678666100505,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678666132276,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678665935398,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":2463,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2463,""week"":""51"",""id"":""chart""},{""time"":5476,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1388,""week"":""52"",""id"":""chart""},{""time"":28226,""label"":""tour_next"",""step"":2},{""time"":32840,""label"":""tour_end"",""step"":2},{""time"":36621,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2582,""week"":""14"",""id"":""chart""}]}","{""startTime"":1678666061276,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":1826,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1460,""week"":""1"",""id"":""chart""},{""time"":10942,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":26889,""week"":""52"",""id"":""chart""}]}",moderate +Assume you trust the data used for the visualization. To what extent do you agree or disagree with the following statements about the visualization presented above? - I trust this visualization","Tell us a bit more about why you [QID150-ChoiceGroup-SelectedAnswers-11] with the statement ""I trust this visualization"".",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,PROLIFIC_PID,isCovidData,provenance-bar-data,provenance-bar-vis,provenance-bar-tour,provenance-bar-explore,bar-complexity +"{""ImportId"":""startDate"",""timeZone"":""America/Denver""}","{""ImportId"":""endDate"",""timeZone"":""America/Denver""}","{""ImportId"":""status""}","{""ImportId"":""ipAddress""}","{""ImportId"":""progress""}","{""ImportId"":""duration""}","{""ImportId"":""finished""}","{""ImportId"":""recordedDate"",""timeZone"":""America/Denver""}","{""ImportId"":""_recordId""}","{""ImportId"":""recipientLastName""}","{""ImportId"":""recipientFirstName""}","{""ImportId"":""recipientEmail""}","{""ImportId"":""externalDataReference""}","{""ImportId"":""locationLatitude""}","{""ImportId"":""locationLongitude""}","{""ImportId"":""distributionChannel""}","{""ImportId"":""userLanguage""}","{""ImportId"":""QID182""}","{""ImportId"":""QID189_FIRST_CLICK""}","{""ImportId"":""QID189_LAST_CLICK""}","{""ImportId"":""QID189_PAGE_SUBMIT""}","{""ImportId"":""QID189_CLICK_COUNT""}","{""ImportId"":""QID4""}","{""ImportId"":""QID5""}","{""ImportId"":""QID6""}","{""ImportId"":""QID64_FIRST_CLICK""}","{""ImportId"":""QID64_LAST_CLICK""}","{""ImportId"":""QID64_PAGE_SUBMIT""}","{""ImportId"":""QID64_CLICK_COUNT""}","{""ImportId"":""QID191_FIRST_CLICK""}","{""ImportId"":""QID191_LAST_CLICK""}","{""ImportId"":""QID191_PAGE_SUBMIT""}","{""ImportId"":""QID191_CLICK_COUNT""}","{""ImportId"":""QID228_1""}","{""ImportId"":""QID230_1""}","{""ImportId"":""QID231_1""}","{""ImportId"":""QID209_FIRST_CLICK""}","{""ImportId"":""QID209_LAST_CLICK""}","{""ImportId"":""QID209_PAGE_SUBMIT""}","{""ImportId"":""QID209_CLICK_COUNT""}","{""ImportId"":""QID188_FIRST_CLICK""}","{""ImportId"":""QID188_LAST_CLICK""}","{""ImportId"":""QID188_PAGE_SUBMIT""}","{""ImportId"":""QID188_CLICK_COUNT""}","{""ImportId"":""QID245""}","{""ImportId"":""QID246""}","{""ImportId"":""QID247_FIRST_CLICK""}","{""ImportId"":""QID247_LAST_CLICK""}","{""ImportId"":""QID247_PAGE_SUBMIT""}","{""ImportId"":""QID247_CLICK_COUNT""}","{""ImportId"":""QID249""}","{""ImportId"":""QID250""}","{""ImportId"":""QID254_FIRST_CLICK""}","{""ImportId"":""QID254_LAST_CLICK""}","{""ImportId"":""QID254_PAGE_SUBMIT""}","{""ImportId"":""QID254_CLICK_COUNT""}","{""ImportId"":""QID253""}","{""ImportId"":""QID255_FIRST_CLICK""}","{""ImportId"":""QID255_LAST_CLICK""}","{""ImportId"":""QID255_PAGE_SUBMIT""}","{""ImportId"":""QID255_CLICK_COUNT""}","{""ImportId"":""QID223_FIRST_CLICK""}","{""ImportId"":""QID223_LAST_CLICK""}","{""ImportId"":""QID223_PAGE_SUBMIT""}","{""ImportId"":""QID223_CLICK_COUNT""}","{""ImportId"":""QID101_1""}","{""ImportId"":""QID101_2""}","{""ImportId"":""QID101_3""}","{""ImportId"":""QID101_4""}","{""ImportId"":""QID101_12""}","{""ImportId"":""QID101_15""}","{""ImportId"":""QID200_TEXT""}","{""ImportId"":""QID192_FIRST_CLICK""}","{""ImportId"":""QID192_LAST_CLICK""}","{""ImportId"":""QID192_PAGE_SUBMIT""}","{""ImportId"":""QID192_CLICK_COUNT""}","{""ImportId"":""QID102_6""}","{""ImportId"":""QID102_7""}","{""ImportId"":""QID102_8""}","{""ImportId"":""QID102_9""}","{""ImportId"":""QID102_10""}","{""ImportId"":""QID102_11""}","{""ImportId"":""QID117_TEXT""}","{""ImportId"":""QID78_FIRST_CLICK""}","{""ImportId"":""QID78_LAST_CLICK""}","{""ImportId"":""QID78_PAGE_SUBMIT""}","{""ImportId"":""QID78_CLICK_COUNT""}","{""ImportId"":""QID122_2""}","{""ImportId"":""QID203_TEXT""}","{""ImportId"":""QID199_FIRST_CLICK""}","{""ImportId"":""QID199_LAST_CLICK""}","{""ImportId"":""QID199_PAGE_SUBMIT""}","{""ImportId"":""QID199_CLICK_COUNT""}","{""ImportId"":""QID36_1""}","{""ImportId"":""QID36_2""}","{""ImportId"":""QID36_3""}","{""ImportId"":""QID36_4""}","{""ImportId"":""QID36_5""}","{""ImportId"":""QID36_6""}","{""ImportId"":""QID36_7""}","{""ImportId"":""QID65_FIRST_CLICK""}","{""ImportId"":""QID65_LAST_CLICK""}","{""ImportId"":""QID65_PAGE_SUBMIT""}","{""ImportId"":""QID65_CLICK_COUNT""}","{""ImportId"":""QID38_1""}","{""ImportId"":""QID38_2""}","{""ImportId"":""QID38_3""}","{""ImportId"":""QID38_4""}","{""ImportId"":""QID38_5""}","{""ImportId"":""QID38_6""}","{""ImportId"":""QID38_7""}","{""ImportId"":""QID38_8""}","{""ImportId"":""QID204_TEXT""}","{""ImportId"":""QID72_FIRST_CLICK""}","{""ImportId"":""QID72_LAST_CLICK""}","{""ImportId"":""QID72_PAGE_SUBMIT""}","{""ImportId"":""QID72_CLICK_COUNT""}","{""ImportId"":""QID39_1""}","{""ImportId"":""QID39_2""}","{""ImportId"":""QID39_3""}","{""ImportId"":""QID39_4""}","{""ImportId"":""QID39_5""}","{""ImportId"":""QID39_6""}","{""ImportId"":""QID73_FIRST_CLICK""}","{""ImportId"":""QID73_LAST_CLICK""}","{""ImportId"":""QID73_PAGE_SUBMIT""}","{""ImportId"":""QID73_CLICK_COUNT""}","{""ImportId"":""QID11""}","{""ImportId"":""QID13""}","{""ImportId"":""QID74_FIRST_CLICK""}","{""ImportId"":""QID74_LAST_CLICK""}","{""ImportId"":""QID74_PAGE_SUBMIT""}","{""ImportId"":""QID74_CLICK_COUNT""}","{""ImportId"":""QID14""}","{""ImportId"":""QID15_TEXT""}","{""ImportId"":""QID16_1""}","{""ImportId"":""QID17""}","{""ImportId"":""QID23""}","{""ImportId"":""QID27""}","{""ImportId"":""QID27_4_TEXT""}","{""ImportId"":""QID18""}","{""ImportId"":""QID18_8_TEXT""}","{""ImportId"":""QID18_9_TEXT""}","{""ImportId"":""QID19""}","{""ImportId"":""QID20""}","{""ImportId"":""QID25""}","{""ImportId"":""QID75_FIRST_CLICK""}","{""ImportId"":""QID75_LAST_CLICK""}","{""ImportId"":""QID75_PAGE_SUBMIT""}","{""ImportId"":""QID75_CLICK_COUNT""}","{""ImportId"":""QID138_TEXT""}","{""ImportId"":""QID139_1""}","{""ImportId"":""QID139_2""}","{""ImportId"":""QID139_3""}","{""ImportId"":""QID139_4""}","{""ImportId"":""QID139_12""}","{""ImportId"":""QID139_15""}","{""ImportId"":""QID140_6""}","{""ImportId"":""QID140_7""}","{""ImportId"":""QID140_8""}","{""ImportId"":""QID140_9""}","{""ImportId"":""QID140_10""}","{""ImportId"":""QID140_11""}","{""ImportId"":""QID141_TEXT""}","{""ImportId"":""QID142_FIRST_CLICK""}","{""ImportId"":""QID142_LAST_CLICK""}","{""ImportId"":""QID142_PAGE_SUBMIT""}","{""ImportId"":""QID142_CLICK_COUNT""}","{""ImportId"":""QID143_TEXT""}","{""ImportId"":""QID144_1""}","{""ImportId"":""QID144_2""}","{""ImportId"":""QID144_3""}","{""ImportId"":""QID144_4""}","{""ImportId"":""QID144_12""}","{""ImportId"":""QID144_15""}","{""ImportId"":""QID145_6""}","{""ImportId"":""QID145_7""}","{""ImportId"":""QID145_8""}","{""ImportId"":""QID145_9""}","{""ImportId"":""QID145_10""}","{""ImportId"":""QID145_11""}","{""ImportId"":""QID146_TEXT""}","{""ImportId"":""QID147_FIRST_CLICK""}","{""ImportId"":""QID147_LAST_CLICK""}","{""ImportId"":""QID147_PAGE_SUBMIT""}","{""ImportId"":""QID147_CLICK_COUNT""}","{""ImportId"":""QID148_TEXT""}","{""ImportId"":""QID149_1""}","{""ImportId"":""QID149_2""}","{""ImportId"":""QID149_3""}","{""ImportId"":""QID149_4""}","{""ImportId"":""QID149_12""}","{""ImportId"":""QID149_15""}","{""ImportId"":""QID150_6""}","{""ImportId"":""QID150_7""}","{""ImportId"":""QID150_8""}","{""ImportId"":""QID150_9""}","{""ImportId"":""QID150_10""}","{""ImportId"":""QID150_11""}","{""ImportId"":""QID151_TEXT""}","{""ImportId"":""QID152_FIRST_CLICK""}","{""ImportId"":""QID152_LAST_CLICK""}","{""ImportId"":""QID152_PAGE_SUBMIT""}","{""ImportId"":""QID152_CLICK_COUNT""}","{""ImportId"":""PROLIFIC_PID""}","{""ImportId"":""isCovidData""}","{""ImportId"":""provenance-bar-data""}","{""ImportId"":""provenance-bar-vis""}","{""ImportId"":""provenance-bar-tour""}","{""ImportId"":""provenance-bar-explore""}","{""ImportId"":""bar-complexity""}" +2023-03-12 15:29:25,2023-03-12 15:41:08,0,67.186.178.95,100,703,1,2023-03-12 15:41:09,R_1eEOE80Y8XlTH5x,,,,,44.4537,-73.1773,anonymous,EN,1,20.214,20.214,21.207,1,,,,,,,,0,0,15.114,0,100,100,36,7.293,12.395,14.015,4,21.186,34.419,66.096,2,,,,,,,,,,,,,,,,,,18.983,18.983,43.668,1,3,1,6,6,6,6,"The visual depicts crop disease, but the questions ask about covid 19 vaccinations, which are unrelated.",8.486,39.761,90.602,8,6,6,5,7,7,6,It clearly shows me the numbers from a data set and lets me form my own opinions/conclusions from it without biasing them with additional written information.,2.468,2.468,52.875,1,4,-99,3.772,5.68,8.353,3,2,3,4,5,1,6,7,0,0,14.077,0,2,5,7,7,6,7,11,7,-99,4.387,14.238,16.638,8,4,5,2,2,5,5,8.693,23.97,25.054,6,1,,2.562,2.562,5.758,1,2,2000,Vermont,6,3,1,-99,7,-99,-99,4,4,2,2.021,58.671,60.701,14,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,614f39f10ed069cb9fdd8bbc,0,"{""startTime"":1678656902973,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":20512,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1311,""week"":""3"",""id"":""chart""}]}","{""startTime"":1678656822225,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678656653200,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":19,""label"":""tour_started""},{""time"":8552,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":11484,""week"":""1"",""id"":""chart""},{""time"":21174,""label"":""tour_next"",""step"":2},{""time"":23802,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1283,""week"":""1"",""id"":""chart2""},{""time"":25104,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2632,""week"":""52"",""id"":""chart2""},{""time"":34405,""label"":""tour_end"",""step"":2},{""time"":38025,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1459,""week"":""31"",""id"":""chart""},{""time"":39921,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1730,""week"":""23"",""id"":""chart""},{""time"":42737,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1198,""week"":""6"",""id"":""chart""},{""time"":47277,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1408,""week"":""6"",""id"":""chart2""},{""time"":51441,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2111,""week"":""51"",""id"":""chart2""},{""time"":54689,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2963,""week"":""27"",""id"":""chart2""},{""time"":62178,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1274,""week"":""31"",""id"":""chart""},{""time"":64318,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1033,""week"":""34"",""id"":""chart""}]}","{""startTime"":1678656777964,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":6760,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1205,""week"":""1"",""id"":""chart""},{""time"":9060,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1775,""week"":""52"",""id"":""chart2""},{""time"":11261,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4375,""week"":""52"",""id"":""chart2""},{""time"":20805,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1497,""week"":""15"",""id"":""chart2""},{""time"":31476,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7109,""week"":""22"",""id"":""chart""},{""time"":40907,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1045,""week"":""52"",""id"":""chart""}]}",simple +2023-03-12 15:36:48,2023-03-12 15:47:12,0,174.72.65.58,100,623,1,2023-03-12 15:47:12,R_2aFFd93pyK1CSvk,,,,,33.2727,-111.8278,anonymous,EN,1,9.482,9.482,10.445,1,,,,,,,,0,0,15.013,0,53,19,73,6.723,12.991,13.613,5,22.375,88.018,100.364,15,,,,,,,,,,,,,,,,,,8.727,27.414,36.208,2,3,3,3,5,5,3,-99,9.974,23.475,25.032,6,5,5,5,5,5,3,Unsure about the validity of the data source.,3.168,3.168,20.217,1,5,-99,4.848,8.349,9.841,3,2,7,3,4,1,5,6,0,0,29.495,0,2,6,2,6,2,6,10,6,-99,8.098,21.749,24.025,8,4,3,1,3,4,4,6.677,21.862,23.321,6,4,,3.611,3.611,6.955,1,1,1996,Arizona,6,1,1,-99,7,-99,-99,7,4,1,2.881,50.853,65.615,13,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,631ad5df2dfd6aff965bba6a,0,"{""startTime"":1678657300676,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678657255868,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678657059551,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":22,""label"":""tour_started""},{""time"":22369,""label"":""tour_next"",""step"":5},{""time"":37624,""label"":""started_brush"",""startDate"":""2021-09-06"",""endDate"":""2021-11-20""},{""time"":38973,""label"":""moved_brush"",""startDate"":""2021-07-27"",""endDate"":""2021-10-10""},{""time"":39687,""label"":""tour_next"",""step"":5},{""time"":48010,""label"":""started_brush"",""startDate"":""2021-05-28"",""endDate"":""2021-08-12""},{""time"":49641,""label"":""moved_brush"",""startDate"":""2021-05-28"",""endDate"":""2021-08-19""},{""time"":51326,""label"":""moved_brush"",""startDate"":""2021-05-04"",""endDate"":""2021-07-25""},{""time"":52056,""label"":""tour_next"",""step"":5},{""time"":57603,""label"":""cleared_brush"",""using"":""Click""},{""time"":57603,""label"":""cleared_brush"",""using"":""Escape""},{""time"":59056,""label"":""tour_next"",""step"":5},{""time"":61824,""label"":""tour_end"",""step"":5},{""time"":67513,""label"":""started_brush"",""startDate"":""2021-06-22"",""endDate"":""2021-09-28""},{""time"":69162,""label"":""moved_brush"",""startDate"":""2021-06-05"",""endDate"":""2021-09-11""},{""time"":75772,""label"":""cleared_brush"",""using"":""Click""},{""time"":76600,""label"":""cleared_brush"",""using"":""Click""},{""time"":76600,""label"":""cleared_brush"",""using"":""Escape""},{""time"":84101,""label"":""started_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-08-12""},{""time"":86163,""label"":""moved_brush"",""startDate"":""2021-07-27"",""endDate"":""2021-12-03""}]}","{""startTime"":1678657219035,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":5973,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1258,""week"":""52"",""id"":""chart""},{""time"":10344,""label"":""started_brush"",""startDate"":""2021-05-06"",""endDate"":""2021-09-30""},{""time"":11136,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1179,""week"":""32"",""id"":""chart""},{""time"":13888,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4745,""week"":""34"",""id"":""chart""},{""time"":22337,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2056,""week"":""33"",""id"":""chart""},{""time"":34166,""label"":""moved_brush"",""startDate"":""2021-09-13"",""endDate"":""2022-02-07""}]}",complex +2023-03-12 15:33:05,2023-03-12 15:49:15,0,108.4.148.249,100,969,1,2023-03-12 15:49:15,R_1ZF6dMA6Lwvotl7,,,,,42.789,-73.9759,anonymous,EN,1,13.737,13.737,14.549,1,1,4,2,7.263,15.49,18.399,2,0,0,15.115,0,89,88,53,11.681,21.087,23.382,4,45.445,58.655,82.614,2,,,,,,,,,,,,,,,,,,0,0,36.818,0,5,5,5,5,5,5,"I trust the CDC data for this time sampling. However, with at home testing now, an extension of the graph to the present would underestimate all case counts.",19.848,62.012,134.468,7,5,5,5,5,5,5,"The data came from CDC data and appears easy to understand, as well as easy to compare vaccinated versus unvaccinated case rates.",2.969,2.969,66.3,1,4,-99,7.471,7.471,13.961,1,2,7,3,4,1,5,6,0,0,25.548,0,3,7,4,7,5,3,9,9,-99,11.529,35.906,49.592,12,5,5,1,1,5,5,13.999,32.999,36.326,6,2,1,5.538,13.294,20.185,2,2,1971,New York,9,1,1,-99,7,-99,-99,4,4,2,2.566,61.226,62.094,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5dae529fe663620012e038b6,1,"{""startTime"":1678657225070,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":45753,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1416,""week"":""6"",""id"":""chart2""}]}","{""startTime"":1678657108493,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678656877361,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":22,""label"":""tour_started""},{""time"":14055,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2785,""week"":""35"",""id"":""chart""},{""time"":25936,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":10510,""week"":""1"",""id"":""chart""},{""time"":36546,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7701,""week"":""52"",""id"":""chart""},{""time"":45437,""label"":""tour_next"",""step"":2},{""time"":48247,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2537,""week"":""52"",""id"":""chart2""},{""time"":58647,""label"":""tour_end"",""step"":2},{""time"":64941,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1369,""week"":""1"",""id"":""chart""},{""time"":67052,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3634,""week"":""1"",""id"":""chart""},{""time"":71061,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1047,""week"":""52"",""id"":""chart2""},{""time"":72182,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2451,""week"":""1"",""id"":""chart2""}]}","{""startTime"":1678657071112,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":10187,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2868,""week"":""51"",""id"":""chart""},{""time"":13095,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2432,""week"":""50"",""id"":""chart""},{""time"":15683,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2152,""week"":""51"",""id"":""chart""},{""time"":18362,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1927,""week"":""52"",""id"":""chart""},{""time"":20715,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5573,""week"":""52"",""id"":""chart2""},{""time"":29787,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1234,""week"":""6"",""id"":""chart""}]}",simple +2023-03-12 15:34:48,2023-03-12 15:50:26,0,50.93.222.58,100,938,1,2023-03-12 15:50:26,R_2dN3oSUYOKhiVEK,,,,,43.0812,-89.3845,anonymous,EN,1,2.9,2.9,3.836,1,,,,,,,,7.801,7.801,15.107,1,63,63,53,2.841,6.053,6.945,3,6.295,9.062,14.203,2,,,,,,,,,,,,,,,,,,0,0,88.096,0,3,3,4,4,4,4,-99,3.056,8.791,10.089,7,4,3,3,3,3,4,It looks fact-based and accurate,0.58,0.58,11.001,1,4,-99,2.518,3.653,5.139,2,2,7,3,4,1,5,6,0,0,21.496,0,6,8,6,7,5,5,7,6,-99,2.626,8.869,9.647,9,4,3,3,2,3,3,4.312,13.035,13.917,6,4,,2.197,2.197,2.981,1,2,1994,New York,7,2,1,-99,2,-99,-99,16,4,2,0.842,44.128,44.72,16,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5ded4bab1edb794081b3378e,0,"{""startTime"":1678657618624,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678657597271,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678656922562,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":42,""label"":""tour_started""},{""time"":6277,""label"":""tour_next"",""step"":2},{""time"":9044,""label"":""tour_end"",""step"":2},{""time"":10781,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2606,""week"":""1"",""id"":""chart""}]}","{""startTime"":1678657507503,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":6120,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4436,""week"":""50"",""id"":""chart""},{""time"":10788,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2957,""week"":""50"",""id"":""chart""},{""time"":14232,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1712,""week"":""50"",""id"":""chart""}]}",moderate +2023-03-12 15:41:53,2023-03-12 15:53:22,0,174.208.161.85,100,688,1,2023-03-12 15:53:22,R_2wRKDmBoHMXfocB,,,,,38.581,-121.4939,anonymous,EN,1,5.268,6.177,7.105,2,1,4,1,2.412,6.718,7.805,3,0,0,15.024,0,89,61,35,5.047,15.093,15.969,6,8.639,88.141,89.267,10,,,,,,,,,,,,,,,,,,11.947,31.28,32.222,3,5,4,5,5,5,5,no,8.305,66.071,68.005,11,2,5,4,2,5,4,I do not see where and who collected this data?,4.42,4.42,18.316,1,6,no,6.094,8.312,10.283,3,2,7,3,4,1,5,6,7.689,14.873,15.82,2,3,3,1,2,2,2,8,7,-99,6.578,22.961,23.808,10,2,2,2,3,3,2,10.831,36.56,37.519,10,1,1,7.654,15.245,16.12,4,2,1993,California,6,3,1,-99,9,-99,Groveland,8,4,1,5.893,72.194,73.138,21,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5f8236cffcba88362f081b13,1,"{""startTime"":1678657616915,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678657590859,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678657376916,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":35,""label"":""tour_started""},{""time"":9240,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3392,""week"":""1"",""id"":""chart""},{""time"":14480,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2284,""week"":""6"",""id"":""chart""},{""time"":17098,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1796,""week"":""52"",""id"":""chart""},{""time"":21155,""label"":""tour_next"",""step"":2},{""time"":69101,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":12626,""week"":""1"",""id"":""chart2""},{""time"":81745,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1264,""week"":""52"",""id"":""chart2""},{""time"":86508,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678657527401,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",simple +2023-03-12 15:28:32,2023-03-12 15:54:10,0,99.8.181.16,100,1537,1,2023-03-12 15:54:10,R_3QL6f5p8ehmaRin,,,,,33.0199,-97.213,anonymous,EN,1,3.267,4.052,4.935,2,1,3,1,1.486,3.901,5.092,2,0,0,15.007,0,50,77,68,3.839,17.755,20.95,4,13.114,135.176,141.548,13,,,,,,,,,,,,,,,,,,0,0,35.346,0,4,2,3,5,6,5,-99,0.623,82.664,88.24,18,5,5,3,7,7,5,"I trust the data used in the visualization and that the visualization represents that data accurately. However I find the stacked bar chart to be slightly misleading, as my first instinct upon seeing it is to assume that the blue bars are in front of the orange bars instead of under them, meaning that the value of an orange bar would be measured from 0 instead of the top of the blue bar.",2.531,2.531,288.574,1,6,"I just wanted to mention that I think confounding factors may be to blame for vaccinated cases being lower than unvaccinated cases. It's not that I think the vaccine doesn't work, but my understanding and experience is that the vaccine reduces the effects of covid rather than preventing its transmission. So I don't think the visualizations presented are very useful because they seem to claim that the vaccine significantly reduces transmission, when it seems equally possible to me that vaccinated people are generally more cautious and less likely to have the cases they do catch recorded. In my opinion the visualization itself is clear, it just needs to be presented in context to be effective.",6.6,341.053,348.258,7,2,7,5,3,1,6,4,33.108,94.743,96.742,6,1,5,1,2,3,1,10,9,-99,4.273,36.008,38.825,21,4,3,2,2,5,4,4.686,34.402,35.268,13,1,4,1.494,34.052,34.627,13,1,2000,Texas,2,2,1,-99,7,-99,-99,12,4,2,3.213,53.466,54.469,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5f107aa051372032695c8e2f,1,"{""startTime"":1678656860237,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678656948972,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678656579401,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":21,""label"":""tour_started""},{""time"":13107,""label"":""tour_next"",""step"":2},{""time"":19598,""label"":""tour_end"",""step"":2},{""time"":21491,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2890,""week"":""14"",""id"":""chart""},{""time"":29050,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1318,""week"":""51"",""id"":""chart""},{""time"":31544,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2142,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678656824152,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":3729,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1989,""week"":""51"",""id"":""chart""},{""time"":5821,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1674,""week"":""50"",""id"":""chart""},{""time"":10384,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1750,""week"":""1"",""id"":""chart""},{""time"":12143,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1972,""week"":""1"",""id"":""chart""},{""time"":14527,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4743,""week"":""2"",""id"":""chart""}]}",moderate +2023-03-12 15:42:22,2023-03-12 15:55:22,0,75.21.238.218,100,780,1,2023-03-12 15:55:23,R_1Lp44LcZBdkiNMg,,,,,37.6678,-97.36,anonymous,EN,1,25.203,25.203,26.112,1,1,3,1,1.373,3.273,4.403,2,5.862,6.077,15.018,2,84,77,65,11.437,16.607,18.348,4,13.277,71.006,72.855,7,,,,,,,,,,,,,,,,,,6.504,6.504,34.019,1,3,2,3,4,5,3,No additional thoughts or comments,10.843,33.831,42.435,9,4,4,5,2,3,3,"Because I haven't had a chance to verify the source, I'm not going to blindly trust or blindly distrust a graph like this just at face value unless I see something that is obviously wrong or out of place.",3.16,3.997,51.131,2,5,No comments,7.122,15.345,20.857,4,2,7,3,4,1,5,6,0,0,21.618,0,3,3,3,4,5,4,11,10,No additional thoughts/comments,4.441,35.757,48.702,20,3,2,4,4,2,2,6.967,26.832,27.919,8,2,1,7.815,14.123,16.532,2,1,1985,Kansas,2,2,1,-99,7,-99,-99,4,4,1,3.162,83.363,90.6,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5aee513f3606ab0001b92b29,1,"{""startTime"":1678657682352,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678657597404,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678657422400,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":13234,""label"":""tour_next"",""step"":5},{""time"":26881,""label"":""started_brush"",""startDate"":""2021-04-29"",""endDate"":""2021-08-02""},{""time"":29342,""label"":""tour_next"",""step"":5},{""time"":33622,""label"":""moved_brush"",""startDate"":""2021-04-12"",""endDate"":""2021-07-16""},{""time"":34827,""label"":""moved_brush"",""startDate"":""2021-05-06"",""endDate"":""2021-08-09""},{""time"":36744,""label"":""cleared_brush"",""using"":""Click""},{""time"":38616,""label"":""tour_next"",""step"":5},{""time"":43089,""label"":""cleared_brush"",""using"":""Click""},{""time"":44715,""label"":""tour_next"",""step"":5},{""time"":53713,""label"":""tour_end"",""step"":5},{""time"":65320,""label"":""started_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-05-07""},{""time"":66941,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3236,""week"":""15"",""id"":""chart""}]}","{""startTime"":1678657562812,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":23879,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1169,""week"":""52"",""id"":""chart""},{""time"":27598,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2847,""week"":""52"",""id"":""chart""}]}",complex +2023-03-12 15:44:01,2023-03-12 15:55:50,0,67.189.40.106,100,708,1,2023-03-12 15:55:50,R_3DvD4hs6RDT3zmn,,,,,44.0197,-123.1008,anonymous,EN,1,20.064,20.064,21.704,1,1,3,1,4.033,8.108,9.618,2,0,0,15.007,0,60,75,74,14.213,23.905,24.752,4,35.217,39.469,56.545,2,,,,,,,,,,,,,,,,,,0,0,34.45,0,3,3,4,5,5,3,-99,6.72,22.69,24.621,7,2,5,4,4,3,3,"I do not think it is a bad visualization, but I think more details could be included. For example, to what extent are the vaccinated people vaccinated? Or how many times these people got COVID 19.",2.379,43.471,61.771,3,5,-99,5.589,8.735,10.277,2,2,7,3,4,1,5,6,0,0,25.608,0,3,2,4,6,5,6,11,9,-99,5.778,23.517,25.345,11,3,3,3,2,4,4,18.175,38.98,39.932,7,3,1,12.014,21.773,23.252,2,2,2000,Oregon,6,1,1,-99,7,-99,-99,3,4,1,3.186,56.074,62.532,11,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,60ff3f28c526214791f99972,1,"{""startTime"":1678657724999,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678657750110,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":26360,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2013,""week"":""1"",""id"":""chart""}]}","{""startTime"":1678657531229,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":23,""label"":""tour_started""},{""time"":16460,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1615,""week"":""52"",""id"":""chart""},{""time"":18602,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5484,""week"":""51"",""id"":""chart""},{""time"":35211,""label"":""tour_next"",""step"":2},{""time"":39462,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678657689850,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":18474,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1067,""week"":""52"",""id"":""chart""}]}",moderate +2023-03-12 15:41:54,2023-03-12 15:56:26,0,172.90.16.38,100,871,1,2023-03-12 15:56:26,R_XhPgpKN5bEMpRC1,,,,,34.0587,-118.2781,anonymous,EN,1,3.379,3.379,268.783,1,,,,,,,,0,0,15.009,0,64,56,37,5.021,7.685,10.648,3,6.487,9.985,26.893,2,,,,,,,,,,,,,,,,,,29.752,29.752,46.048,1,3,1,3,7,5,3,"stacked data makes it harder to get exact or close to exact values, but shows interesting patterns.",3.167,47.211,81.122,9,1,7,2,7,2,3,"Even if I ""trust"" the visualization as stated in the opening question, I could have a general sense in trust in that, the data may be correct but with the apprehension that something may be missing or overlooked. In that way you can technically trust and distrust the chart and still understand that there may or may not be deception involved. I'm not sure how to clearly articulate my feeling on this I think.",2.493,2.493,88.576,1,6,Depends on how much trust you are putting in them,2.014,5.536,17.083,7,2,7,3,4,1,5,6,11.381,13.141,20.584,2,1,2,1,1,2,1,11,10,-99,4.346,12.826,20.603,8,5,4,1,1,4,5,5.818,16.532,25.132,7,2,,2.101,2.722,4.384,2,1,1988,California,6,3,1,-99,9,-99,Los Angeles,17,4,1,1.442,46.902,48.874,35,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,54ea5b40fdf99b768609982f,0,"{""startTime"":1678657778078,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":32440},{""label"":""window_focused"",""time"":43946}]}","{""startTime"":1678657859606,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678657615604,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":6481,""label"":""tour_next"",""step"":2},{""time"":9978,""label"":""tour_end"",""step"":2},{""label"":""window_blurred"",""time"":18659},{""time"":22604,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1218,""week"":""3"",""id"":""chart""},{""label"":""window_focused"",""time"":26779}]}","{""startTime"":1678657731489,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":1620,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3358,""week"":""52"",""id"":""chart""},{""time"":5038,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1378,""week"":""51"",""id"":""chart""},{""time"":6449,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1703,""week"":""52"",""id"":""chart""},{""time"":8277,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1608,""week"":""51"",""id"":""chart""},{""time"":11213,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2752,""week"":""51"",""id"":""chart""},{""time"":14166,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1491,""week"":""42"",""id"":""chart""},{""time"":18000,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1559,""week"":""33"",""id"":""chart""},{""time"":31300,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1771,""week"":""51"",""id"":""chart""},{""time"":35527,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1256,""week"":""51"",""id"":""chart""},{""time"":38996,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1207,""week"":""52"",""id"":""chart""},{""time"":40228,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1235,""week"":""1"",""id"":""chart""},{""time"":42547,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1327,""week"":""2"",""id"":""chart""}]}",moderate +2023-03-12 15:39:07,2023-03-12 15:56:48,0,199.18.236.28,100,1060,1,2023-03-12 15:56:48,R_bp7CFloI3q7pUD7,,,,,40.9165,-81.1174,anonymous,EN,1,180.345,180.345,181.277,1,,,,,,,,0,0,15.145,0,78,63,35,4.065,8.385,9.36,3,25.313,34.38,41.938,3,,,,,,,,,,,,,,,,,,26.47,26.47,37.202,1,5,1,5,4,4,4,-99,9.182,21.153,23.244,6,3,4,4,4,1,4,seems scientific but doesn't provide sources ,2.443,19.674,20.648,2,5,-99,72.553,72.553,74.622,1,2,7,3,4,1,5,6,23.71,23.71,24.133,1,4,4,3,3,3,4,11,10,-99,77.164,90.452,91.591,8,3,3,2,4,4,4,205.245,219.584,220.565,6,2,,1.919,1.919,3.188,1,2,2000,Ohio,2,3,1,-99,3,-99,-99,10,2,1,1.121,47.964,51.218,20,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,60ff712d335699ee037aa128,0,"{""startTime"":1678657530064,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678657553924,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678657367428,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":19,""label"":""tour_started""},{""label"":""window_blurred"",""time"":6613},{""label"":""window_focused"",""time"":16676},{""time"":25305,""label"":""tour_next"",""step"":2},{""time"":28094,""label"":""tour_end"",""step"":2},{""time"":30562,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2080,""week"":""2"",""id"":""chart""},{""time"":33782,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1077,""week"":""1"",""id"":""chart""},{""time"":35637,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1471,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678657492222,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":28824,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1108,""week"":""2"",""id"":""chart""}]}",moderate +2023-03-12 15:41:04,2023-03-12 15:58:17,0,142.197.64.33,100,1032,1,2023-03-12 15:58:18,R_vITiYdAaXfwjvQB,,,,,29.1383,-80.9956,anonymous,EN,1,5.329,5.329,6.81,1,,,,,,,,0,0,15.015,0,100,72,85,3.448,10.442,10.778,14,1.281,33.645,36.061,8,,,,,,,,,,,,,,,,,,0,0,96.802,0,6,1,7,2,2,6,-99,7.044,28.1,30.51,7,2,7,7,1,7,6,The information seems accurate,2.221,2.221,11.772,1,4,-99,8.572,14.601,15.868,6,2,7,3,4,1,5,6,0,0,24.101,0,4,3,8,9,2,4,10,10,-99,69.151,82.472,83.86,10,3,2,2,3,3,3,24.882,33.349,36.166,7,7,,1.717,1.717,2.907,1,1,2004,Florida,3,3,1,-99,9,-99,Port Orange,17,3,1,1.85,58.625,62.01,19,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5edc0583f16dff0c806bdbb6,0,"{""startTime"":1678657563308,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678657532447,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678657308233,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":22,""label"":""tour_started""},{""time"":5067,""label"":""tour_next"",""step"":5},{""time"":11365,""label"":""cleared_brush"",""using"":""Click""},{""time"":19370,""label"":""started_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-05-23""},{""time"":20152,""label"":""tour_next"",""step"":5},{""time"":25389,""label"":""moved_brush"",""startDate"":""2021-08-05"",""endDate"":""2021-09-22""},{""time"":26284,""label"":""tour_next"",""step"":5},{""time"":29654,""label"":""cleared_brush"",""using"":""Click""},{""time"":29654,""label"":""cleared_brush"",""using"":""Escape""},{""time"":31222,""label"":""tour_next"",""step"":5},{""time"":33635,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678657434748,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":3010,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1310,""week"":""49"",""id"":""chart""}]}",complex +2023-03-12 15:49:42,2023-03-12 15:58:19,0,98.207.24.36,100,517,1,2023-03-12 15:58:20,R_2Cq5dYVaedrVMem,,,,,38.6159,-122.8616,anonymous,EN,1,2.946,2.946,4,1,,,,,,,,0.144,14.464,15.006,2,89,68,41,3.097,10.281,11.602,7,8.79,18.087,29.939,2,,,,,,,,,,,,,,,,,,0,0,79.224,0,6,1,6,5,6,5,-99,10.101,37.9,40.453,8,3,5,5,5,3,5,The information is easy to read and looks very trusting.,3.436,19.437,19.658,2,5,-99,1.84,4.256,5.038,8,2,7,3,4,1,5,6,0,0,13.149,0,2,6,5,5,3,7,8,9,-99,3.353,17.472,18.544,14,3,4,3,3,4,3,6.008,9.08,10.221,7,3,,1.51,1.51,3.111,1,1,1995,California,3,2,1,-99,7,-99,-99,4,4,2,0.778,73.382,77.384,17,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,60da243688f9aa74901ae90e,0,"{""startTime"":1678657995861,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678658036984,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678657824632,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":8779,""label"":""tour_next"",""step"":2},{""time"":18075,""label"":""tour_end"",""step"":2},{""time"":25952,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1018,""week"":""2"",""id"":""chart""}]}","{""startTime"":1678657915894,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":2555,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1652,""week"":""52"",""id"":""chart2""}]}",simple +2023-03-12 15:49:00,2023-03-12 15:58:53,0,76.128.14.124,100,593,1,2023-03-12 15:58:54,R_2zCnSOKx4cNWJN6,,,,,26.6239,-80.0948,anonymous,EN,1,2.185,2.713,3.501,2,1,2,2,1.228,3.948,4.922,2,0,0,15.115,0,78,44,49,7.524,12.893,13.794,4,22.149,27.549,42.78,2,,,,,,,,,,,,,,,,,,0,0,37.214,0,5,5,6,5,4,5,-99,5.23,25.886,28.041,7,5,2,3,7,2,6,"The data provided seems likely. Especially, since December was holiday season/month. I would strongly agree that most of the covid cases happened around then.",2.949,2.949,51.295,1,2,-99,5.662,5.662,7.421,1,2,7,3,4,1,5,6,0,0,18.875,0,1,3,2,5,1,3,10,10,-99,7.145,18.243,20.244,9,1,1,4,5,2,2,6.657,20.438,21.188,7,5,4,8.277,15.846,16.142,3,1,1996,Florida,5,1,4,Thai,2,-99,-99,3,4,2,3.769,57.984,62.719,22,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5b60ddcc6b25590001782ce4,1,"{""startTime"":1678658037418,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678657967709,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678657791842,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":11567,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2555,""week"":""52"",""id"":""chart""},{""time"":15651,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2118,""week"":""52"",""id"":""chart""},{""time"":17832,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1951,""week"":""1"",""id"":""chart""},{""time"":22142,""label"":""tour_next"",""step"":2},{""time"":27542,""label"":""tour_end"",""step"":2},{""time"":32437,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1120,""week"":""34"",""id"":""chart""}]}","{""startTime"":1678657930054,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":4952,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1189,""week"":""49"",""id"":""chart""},{""time"":7823,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":10498,""week"":""2"",""id"":""chart""},{""time"":18322,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2388,""week"":""2"",""id"":""chart""},{""time"":20712,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1505,""week"":""2"",""id"":""chart""},{""time"":22847,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2427,""week"":""2"",""id"":""chart""},{""time"":25463,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":10827,""week"":""2"",""id"":""chart""}]}",moderate +2023-03-12 15:47:18,2023-03-12 15:59:01,0,64.149.142.126,100,702,1,2023-03-12 15:59:01,R_2OYGGPTV3RKXBgv,,,,,35.961,-78.9291,anonymous,EN,1,18.964,18.964,20.196,1,1,3,1,1.472,3.685,4.974,2,9.987,9.987,15.114,1,65,42,75,4.12,9.175,10.852,3,7.591,61.793,64.452,9,,,,,,,,,,,,,,,,,,0,0,39.811,0,5,5,5,5,5,5,-99,12.871,62.873,68.102,6,5,5,5,1,5,5,It looks official,1.063,1.063,7.531,1,6,-99,4.568,6.183,6.894,2,2,7,3,4,1,5,6,0,0,26.712,0,3,3,5,9,1,2,4,6,-99,49.007,85.154,87.833,11,4,4,2,2,4,4,29.515,42.2,43.871,6,2,1,32.913,41.343,43.081,2,1,1998,North Carolina,6,1,1,-99,7,-99,-99,5,4,1,3.175,95.44,99.363,20,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,63d45fc0f682d52f34ce7c4b,1,"{""startTime"":1678657840940,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678657909844,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678657704328,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":58,""label"":""tour_started""},{""time"":7577,""label"":""tour_next"",""step"":5},{""time"":21752,""label"":""cleared_brush"",""using"":""Click""},{""time"":22751,""label"":""started_brush"",""startDate"":""2021-06-30"",""endDate"":""2021-10-08""},{""time"":25483,""label"":""cleared_brush"",""using"":""Click""},{""time"":26360,""label"":""tour_next"",""step"":5},{""time"":30350,""label"":""cleared_brush"",""using"":""Click""},{""time"":34952,""label"":""cleared_brush"",""using"":""Click""},{""time"":39272,""label"":""cleared_brush"",""using"":""Click""},{""time"":44523,""label"":""cleared_brush"",""using"":""Click""},{""time"":46587,""label"":""cleared_brush"",""using"":""Click""},{""time"":49176,""label"":""cleared_brush"",""using"":""Click""},{""time"":51576,""label"":""cleared_brush"",""using"":""Click""},{""time"":52650,""label"":""moved_brush"",""startDate"":""2021-04-14"",""endDate"":""2021-09-17""},{""time"":53854,""label"":""tour_next"",""step"":5},{""time"":58402,""label"":""cleared_brush"",""using"":""Click""},{""time"":58403,""label"":""cleared_brush"",""using"":""Escape""},{""time"":59615,""label"":""tour_next"",""step"":5},{""time"":61778,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678657800360,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",complex +2023-03-12 15:50:14,2023-03-12 16:00:08,0,76.144.4.125,100,594,1,2023-03-12 16:00:09,R_37xNI7QzL9F3Ych,,,,,44.5928,-123.2746,anonymous,EN,1,7.254,8.033,8.412,2,1,2,1,1.34,3.258,4.313,2,0,0,15.005,0,87,100,92,13.658,19.01,20.078,3,4.655,8.127,24.462,2,,,,,,,,,,,,,,,,,,154.475,154.475,154.821,1,4,4,4,4,4,4,-99,19.298,28.086,29.9,7,5,6,6,5,5,5,"professional, appealing, easy to understand, simplistic",1.306,25.747,26.806,2,2,-99,7.26,9.379,10.938,3,2,7,3,4,1,5,6,0,0,12.54,0,4,4,3,4,4,4,7,6,-99,10.981,23.892,25.578,8,3,3,2,3,3,3,7.047,26.349,26.787,7,3,2,7.826,12.726,13.657,3,2,1998,Oregon,3,2,1,-99,3,-99,-99,4,4,1,1.281,56.744,57.059,18,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5ebf7b17e4414a35f0ea5e1c,1,"{""startTime"":1678658099795,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678658130341,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678657872602,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":4649,""label"":""tour_next"",""step"":2},{""time"":8120,""label"":""tour_end"",""step"":2},{""time"":9659,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2734,""week"":""52"",""id"":""chart""},{""time"":12442,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1326,""week"":""1"",""id"":""chart""},{""time"":13779,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1018,""week"":""51"",""id"":""chart""},{""time"":16609,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1622,""week"":""52"",""id"":""chart2""}]}","{""startTime"":1678657944277,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":152432,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1050,""week"":""1"",""id"":""chart""}]}",simple +2023-03-12 15:51:23,2023-03-12 16:00:24,0,67.187.96.95,100,540,1,2023-03-12 16:00:24,R_ukx7av9QGsLKxLr,,,,,35.9306,-86.8788,anonymous,EN,1,18.065,20.145,22.222,3,1,2,1,5.987,7.962,9.787,2,0,0,15.114,0,50,50,50,13.463,16.768,17.93,3,0,0,1.36,0,,,,,,,,,,,,,,,,,,0,0,33.335,0,3,3,3,7,1,3,,7.009,22.341,37.959,8,1,1,1,1,1,1,Your system did not allow me to clearly view the data. ,2.062,2.062,25.272,1,4,,4.301,5.376,22.084,2,2,7,3,4,1,5,6,0,0,17.925,0,4,4,6,7,4,6,7,7,,4.883,19.376,24.207,11,4,4,2,3,4,4,22.024,150.512,152.323,6,4,5,5.19,10.03,11.429,2,1,1992,Tennessee,6,1,1,-99,7,-99,-99,8,4,2,3.464,75.75,77.631,13,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,63bdfe6a69fc4d15b3aec18d,1,,,,,moderate +2023-03-12 15:51:04,2023-03-12 16:00:44,0,65.130.188.139,100,580,1,2023-03-12 16:00:45,R_3KBYpwbqwd86sWV,,,,,40.6751,-111.8166,anonymous,EN,1,9.365,9.365,11.004,1,,,,,,,,0,0,15.016,0,68,41,63,5.138,9.974,11.294,7,10.82,57.741,58.539,18,,,,,,,,,,,,,,,,,,9.687,20.412,35.196,4,3,1,7,2,5,4,-99,17.742,44.288,45.773,9,5,4,5,4,2,4,It is from Croatia ,3.072,13.571,13.861,2,2,-99,3.553,6.028,7.416,4,2,7,3,4,1,5,6,0,0,21.629,0,3,4,4,4,2,3,10,7,-99,6.302,19.444,20.274,8,4,5,1,2,4,5,9.631,24.173,24.464,7,3,,5.549,5.549,6.497,1,1,2000,Utah,5,3,1,-99,5,-99,-99,6,1,1,2.561,49.818,52.245,14,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5b91ca0f8a79b000013f9481,0,"{""startTime"":1678658128889,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":10566,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1425,""week"":""4"",""id"":""chart""}]}","{""startTime"":1678658080324,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678657913136,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":10812,""label"":""tour_next"",""step"":5},{""time"":23339,""label"":""cleared_brush"",""using"":""Click""},{""time"":27281,""label"":""started_brush"",""startDate"":""2021-07-12"",""endDate"":""2021-12-11""},{""time"":29361,""label"":""tour_next"",""step"":5},{""time"":34596,""label"":""started_brush"",""startDate"":""2021-05-25"",""endDate"":""2021-06-16""},{""time"":37578,""label"":""started_brush"",""startDate"":""2021-08-12"",""endDate"":""2021-12-25""},{""time"":39053,""label"":""moved_brush"",""startDate"":""2021-08-12"",""endDate"":""2021-11-13""},{""time"":39908,""label"":""tour_next"",""step"":5},{""time"":46050,""label"":""moved_brush"",""startDate"":""2021-08-12"",""endDate"":""2021-11-13""},{""time"":46857,""label"":""moved_brush"",""startDate"":""2021-08-12"",""endDate"":""2021-11-13""},{""time"":47211,""label"":""moved_brush"",""startDate"":""2021-08-12"",""endDate"":""2021-11-13""},{""time"":47367,""label"":""moved_brush"",""startDate"":""2021-08-12"",""endDate"":""2021-11-13""},{""time"":51746,""label"":""moved_brush"",""startDate"":""2021-08-12"",""endDate"":""2021-11-13""},{""time"":53419,""label"":""cleared_brush"",""using"":""Click""},{""time"":53419,""label"":""cleared_brush"",""using"":""Escape""},{""time"":54343,""label"":""tour_next"",""step"":5},{""time"":56214,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678658044545,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":6236,""label"":""cleared_brush"",""using"":""Click""},{""label"":""window_blurred"",""time"":11052},{""label"":""window_focused"",""time"":13438},{""time"":15164,""label"":""cleared_brush"",""using"":""Click""},{""time"":16627,""label"":""moved_brush"",""startDate"":""2021-10-25"",""endDate"":""2022-02-07""},{""time"":17602,""label"":""cleared_brush"",""using"":""Click""},{""time"":17602,""label"":""cleared_brush"",""using"":""Escape""},{""time"":19105,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1473,""week"":""34"",""id"":""chart""},{""time"":22227,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1302,""week"":""2"",""id"":""chart""},{""time"":30029,""label"":""started_brush"",""startDate"":""2021-10-31"",""endDate"":""2022-01-02""},{""time"":30737,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3764,""week"":""52"",""id"":""chart""}]}",complex +2023-03-12 15:52:18,2023-03-12 16:02:46,0,75.164.39.150,100,627,1,2023-03-12 16:02:46,R_2OH1rt0yKhwsT74,,,,,45.5777,-122.6795,anonymous,EN,1,13.443,13.443,14.469,1,,,,,,,,0,0,15.163,0,100,100,87,5.07,12.735,13.572,5,5.589,8.481,19.859,2,,,,,,,,,,,,,,,,,,0,0,48.727,0,6,6,6,6,6,6,-99,5.801,10.663,12.912,6,6,6,5,1,5,6,I don't know who would twist the data of fungi/pest infestation data to misrepresent the situation. ,3.256,41,41.43,2,5,-99,6.577,6.577,8.101,1,2,7,3,4,1,5,6,0,0,20.975,0,3,3,3,5,6,4,9,9,-99,5.05,22.844,24.259,8,3,3,2,3,3,3,29.068,59.313,60.542,6,2,,5.105,7.243,7.502,2,1,1986,Oregon,7,3,1,-99,7,-99,-99,9,2,2,1.378,94.343,95.262,19,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5c638b779e01830001f7127e,0,"{""startTime"":1678658132491,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678658146167,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678657997127,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":54,""label"":""tour_started""},{""time"":5571,""label"":""tour_next"",""step"":2},{""time"":8462,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678658082861,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":9551,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1263,""week"":""52"",""id"":""chart""},{""time"":11312,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2634,""week"":""52"",""id"":""chart2""},{""label"":""window_blurred"",""time"":15045},{""label"":""window_focused"",""time"":21643},{""label"":""window_blurred"",""time"":23819},{""label"":""window_focused"",""time"":26747}]}",simple +2023-03-12 15:53:36,2023-03-12 16:02:58,0,69.131.133.248,100,561,1,2023-03-12 16:02:58,R_2qkfqYgix3OvHSW,,,,,40.7279,-105.035,anonymous,EN,1,5.951,5.951,6.815,1,1,2,1,1.52,3.23,3.987,2,0,0,15.013,0,30,5,92,7.619,13.214,14.734,3,9.182,78.444,81.257,10,,,,,,,,,,,,,,,,,,0,0,34.73,0,5,7,5,5,5,4,-99,13.063,33.626,35.432,8,4,4,5,7,2,6,"This visualization is put out by the CDC, a trusted organization",3.189,3.189,23.311,1,4,-99,5.873,5.873,6.91,1,2,7,3,4,1,5,6,0,0,19.697,0,1,4,2,5,1,5,10,10,-99,3.734,17.803,19.253,8,4,4,1,2,4,3,9.363,23.988,25.132,6,2,3,8.58,15.712,17.378,2,2,1998,Colorado,6,1,1,-99,7,-99,-99,5,4,1,2.627,53.683,62.039,15,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5a259978f6afdd0001ef1a42,1,"{""startTime"":1678658221455,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678658257971,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678658065879,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":9176,""label"":""tour_next"",""step"":5},{""time"":15662,""label"":""tour_back"",""step"":5},{""time"":17357,""label"":""tour_next"",""step"":5},{""time"":33487,""label"":""started_brush"",""startDate"":""2021-06-01"",""endDate"":""2021-10-31""},{""time"":34345,""label"":""tour_next"",""step"":5},{""time"":42828,""label"":""cleared_brush"",""using"":""Click""},{""time"":47058,""label"":""cleared_brush"",""using"":""Click""},{""time"":48900,""label"":""cleared_brush"",""using"":""Click""},{""time"":50813,""label"":""cleared_brush"",""using"":""Click""},{""time"":51294,""label"":""cleared_brush"",""using"":""Click""},{""time"":53940,""label"":""started_brush"",""startDate"":""2021-10-02"",""endDate"":""2022-01-26""},{""time"":56917,""label"":""moved_brush"",""startDate"":""2021-07-12"",""endDate"":""2021-11-05""},{""time"":60012,""label"":""moved_brush"",""startDate"":""2021-06-29"",""endDate"":""2021-10-23""},{""time"":60603,""label"":""tour_next"",""step"":5},{""time"":63767,""label"":""cleared_brush"",""using"":""Click""},{""time"":63767,""label"":""cleared_brush"",""using"":""Escape""},{""time"":65643,""label"":""tour_next"",""step"":5},{""time"":69431,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678658186237,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":6198,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2135,""week"":""6"",""id"":""chart""},{""time"":8822,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4106,""week"":""52"",""id"":""chart""},{""time"":13824,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1870,""week"":""52"",""id"":""chart""},{""time"":16027,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1033,""week"":""51"",""id"":""chart""},{""time"":22980,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1031,""week"":""34"",""id"":""chart""}]}",complex +2023-03-12 15:51:19,2023-03-12 16:04:28,0,47.198.218.226,100,788,1,2023-03-12 16:04:29,R_2nuzFwEaYJAx5IJ,,,,,27.9455,-82.4598,anonymous,EN,1,6.214,6.214,10.811,1,1,4,1,3.533,4.642,6.124,2,0,0,15.011,0,85,84,50,10.764,19.33,21.461,3,32.034,44.423,46.601,2,,,,,,,,,,,,,,,,,,0,0,45.907,0,3,3,4,5,5,4,I know that the data isn't 100% accurate because of lack of reporting positive covid cases. I can only trust the trend.,15.938,69.188,159.911,8,2,5,5,1,5,5,I believe that the graph shows the data it reports to have.,3.427,3.427,41.244,1,4,-99,8.143,9.596,11.782,2,2,7,3,4,1,5,6,0,0,21.132,0,1,6,6,7,4,6,9,9,-99,7.07,20.134,26.483,8,1,1,1,1,1,1,11.353,37.86,39.028,6,4,4,5.75,19.046,21.278,2,2,1982,Florida,6,2,1,-99,9,-99,Tampa,12,4,1,3.803,60.598,62.111,15,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5dd32e9deab0423455e0358f,1,"{""startTime"":1678658238520,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":62284,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3574,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678658132475,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678657945590,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":8608,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1616,""week"":""2"",""id"":""chart""},{""time"":10541,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4300,""week"":""6"",""id"":""chart""},{""time"":14875,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3499,""week"":""5"",""id"":""chart""},{""time"":20908,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8066,""week"":""52"",""id"":""chart""},{""time"":32031,""label"":""tour_next"",""step"":2},{""time"":36790,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3650,""week"":""51"",""id"":""chart2""},{""time"":40474,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1901,""week"":""52"",""id"":""chart2""},{""time"":44419,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678658086128,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":13547,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1921,""week"":""51"",""id"":""chart2""},{""time"":29601,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1934,""week"":""6"",""id"":""chart2""}]}",simple +2023-03-12 15:56:31,2023-03-12 16:05:16,0,174.31.125.240,100,525,1,2023-03-12 16:05:17,R_1IGYIDGhwnWpHR8,,,,,47.6987,-117.4397,anonymous,EN,1,9.476,9.476,10.292,1,1,2,2,1.871,4.966,5.885,4,0,0,15.007,0,93,94,69,6.071,14.228,15.505,4,31.087,41.68,42.123,3,,,,,,,,,,,,,,,,,,0,0,38.861,0,5,7,5,5,5,5,-99,11.306,26.882,28.882,7,5,5,4,3,3,5,"Nothing about it jumped out to me to say that this in untrustworthy, so I agreed with it",4.493,4.493,31.018,1,4,-99,7.731,7.731,9.828,1,2,7,3,4,1,5,6,0,0,16.115,0,3,6,4,7,5,2,10,10,-99,4.243,28.379,32.067,8,2,2,2,4,3,4,11.19,41.158,42.691,6,2,3,3.128,13.25,15.315,3,1,2001,Washington,3,3,1,-99,7,-99,-99,2,4,2,1.879,62.366,64.865,11,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5aeb9f6f23e2ca0001974ab0,1,"{""startTime"":1678658445151,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678658390746,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678658257061,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":8141,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1026,""week"":""51"",""id"":""chart""},{""time"":10652,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3997,""week"":""1"",""id"":""chart""},{""time"":14669,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2281,""week"":""52"",""id"":""chart""},{""time"":17002,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3047,""week"":""51"",""id"":""chart""},{""time"":21520,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2380,""week"":""52"",""id"":""chart""},{""time"":24134,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1432,""week"":""1"",""id"":""chart""},{""time"":31082,""label"":""tour_next"",""step"":2},{""time"":35012,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678658351182,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":22608,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1152,""week"":""3"",""id"":""chart""},{""time"":24062,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3096,""week"":""6"",""id"":""chart""},{""time"":32142,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2951,""week"":""23"",""id"":""chart""}]}",moderate +2023-03-12 15:35:34,2023-03-12 16:06:14,0,16.98.99.140,100,1840,1,2023-03-12 16:06:15,R_3oSgaSDnM4lTwzc,,,,,35.3288,-118.9748,anonymous,EN,1,153.648,153.648,154.856,1,1,3,1,2.941,23.006,24.403,4,0,0,15.112,0,100,100,65,14.286,20.317,22.035,4,26.922,164.232,176.154,21,,,,,,,,,,,,,,,,,,16.118,49.5,54.624,3,6,4,6,6,6,5,"The only reason why slightly agree was chose for the ""...sufficiently describes..."" question is because I am not sure where the data is from, like what state or county or what have you; that being said I do intrust that it is accurate for the area of which it represents but not for the state of the world/ united states as a whole. ",20.948,354.931,367.392,25,4,6,6,5,5,6,"The data is sourced to the cdc , the assumption is if the data is published it has been peer reviewed, ""I"" as a normal person can not be expected to cross-reference the every bit of data/ visualization that is presented; especially when it is sourced ",4.049,165.372,168.09,9,5,-99,12.974,15.089,46.617,2,2,7,3,4,1,5,6,0,0,42.181,0,6,4,5,4,7,7,9,9,-99,13.594,29.782,32.133,9,4,2,2,2,4,3,27.421,54.433,55.613,6,4,3,22.045,44.627,46.391,3,1,1996,California,3,2,1,-99,9,-99,white and hispanic/latino,3,3,2,6.531,137.568,138.882,19,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5f056b73a43ac686571f41ad,1,"{""startTime"":1678657514210,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":239598},{""label"":""window_focused"",""time"":248127},{""label"":""window_blurred"",""time"":336854},{""label"":""window_focused"",""time"":339693}]}","{""startTime"":1678657882656,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678657175303,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":26919,""label"":""tour_next"",""step"":5},{""time"":51716,""label"":""cleared_brush"",""using"":""Click""},{""time"":52082,""label"":""cleared_brush"",""using"":""Click""},{""time"":55727,""label"":""moved_brush"",""startDate"":""2021-08-29"",""endDate"":""2022-02-07""},{""time"":58061,""label"":""moved_brush"",""startDate"":""2021-11-22"",""endDate"":""2022-02-07""},{""time"":63673,""label"":""cleared_brush"",""using"":""Click""},{""time"":65514,""label"":""cleared_brush"",""using"":""Click""},{""time"":69473,""label"":""cleared_brush"",""using"":""Click""},{""time"":70501,""label"":""cleared_brush"",""using"":""Click""},{""time"":71214,""label"":""cleared_brush"",""using"":""Click""},{""time"":71573,""label"":""cleared_brush"",""using"":""Click""},{""time"":72155,""label"":""cleared_brush"",""using"":""Click""},{""time"":79201,""label"":""cleared_brush"",""using"":""Click""},{""time"":80040,""label"":""cleared_brush"",""using"":""Click""},{""time"":80990,""label"":""cleared_brush"",""using"":""Click""},{""time"":82743,""label"":""cleared_brush"",""using"":""Click""},{""time"":88858,""label"":""cleared_brush"",""using"":""Click""},{""time"":89112,""label"":""cleared_brush"",""using"":""Click""},{""time"":89343,""label"":""moved_brush"",""startDate"":""2021-07-16"",""endDate"":""2021-07-21""},{""time"":89560,""label"":""moved_brush"",""startDate"":""2021-07-16"",""endDate"":""2021-07-21""},{""time"":90298,""label"":""moved_brush"",""startDate"":""2021-07-16"",""endDate"":""2021-10-02""},{""time"":90638,""label"":""moved_brush"",""startDate"":""2021-07-16"",""endDate"":""2021-10-02""},{""time"":90852,""label"":""moved_brush"",""startDate"":""2021-07-15"",""endDate"":""2021-10-01""},{""time"":91045,""label"":""moved_brush"",""startDate"":""2021-07-15"",""endDate"":""2021-10-01""},{""time"":96820,""label"":""moved_brush"",""startDate"":""2021-11-21"",""endDate"":""2022-02-07""},{""time"":98916,""label"":""started_brush"",""startDate"":""2021-06-17"",""endDate"":""2021-08-28""},{""time"":101449,""label"":""tour_next"",""step"":5},{""time"":115323,""label"":""moved_brush"",""startDate"":""2021-06-17"",""endDate"":""2021-11-28""},{""time"":116057,""label"":""moved_brush"",""startDate"":""2021-06-17"",""endDate"":""2021-11-27""},{""time"":116941,""label"":""tour_next"",""step"":5},{""time"":132372,""label"":""moved_brush"",""startDate"":""2021-06-20"",""endDate"":""2021-11-30""},{""time"":132560,""label"":""moved_brush"",""startDate"":""2021-06-21"",""endDate"":""2021-12-01""},{""time"":134602,""label"":""moved_brush"",""startDate"":""2021-06-21"",""endDate"":""2021-12-01""},{""time"":134760,""label"":""moved_brush"",""startDate"":""2021-06-21"",""endDate"":""2021-12-01""},{""time"":135424,""label"":""moved_brush"",""startDate"":""2021-06-21"",""endDate"":""2021-12-01""},{""time"":135673,""label"":""moved_brush"",""startDate"":""2021-06-19"",""endDate"":""2021-11-29""},{""time"":136464,""label"":""cleared_brush"",""using"":""Click""},{""time"":136672,""label"":""cleared_brush"",""using"":""Click""},{""time"":137049,""label"":""cleared_brush"",""using"":""Click""},{""time"":137742,""label"":""cleared_brush"",""using"":""Click""},{""time"":137915,""label"":""cleared_brush"",""using"":""Click""},{""time"":138502,""label"":""tour_next"",""step"":5},{""time"":145671,""label"":""tour_end"",""step"":5},{""time"":153846,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1315,""week"":""52"",""id"":""chart""},{""time"":160198,""label"":""moved_brush"",""startDate"":""2021-10-08"",""endDate"":""2022-02-07""},{""time"":162623,""label"":""moved_brush"",""startDate"":""2021-10-08"",""endDate"":""2022-02-07""},{""time"":163274,""label"":""cleared_brush"",""using"":""Click""},{""time"":163446,""label"":""cleared_brush"",""using"":""Click""}]}","{""startTime"":1678657459154,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":1972,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5209,""week"":""52"",""id"":""chart""},{""time"":16693,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3967,""week"":""52"",""id"":""chart""},{""time"":21830,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2834,""week"":""52"",""id"":""chart""},{""time"":25588,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1707,""week"":""51"",""id"":""chart""},{""time"":36071,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1154,""week"":""52"",""id"":""chart""},{""time"":43039,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3043,""week"":""1"",""id"":""chart""}]}",complex +2023-03-12 15:53:37,2023-03-12 16:09:58,0,216.96.79.206,100,980,1,2023-03-12 16:09:58,R_3JmyzXO1vPCYFa5,,,,,31.1823,-83.7641,anonymous,EN,1,9.959,9.959,11.163,1,,,,,,,,0,0,15.014,0,75,34,50,12.804,21.187,21.881,4,59.546,92.555,105.321,5,,,,,,,,,,,,,,,,,,0,0,38.807,0,3,1,2,2,3,2,The data implies a connection or correlation between fungi-related disease and insect-related disease. It is difficult to tease the two apart in viewing the data. ,9.462,53.805,98.67,7,7,3,4,7,1,2,The two variables are difficult to tease apart (insect and fungi). The author is ensuring that we see a connection. ,3.215,3.215,42.303,1,4,-99,6.75,9.008,10.881,2,2,7,3,4,1,5,6,0,0,37.161,0,7,8,9,8,5,6,9,9,-99,7.947,31.694,36.228,8,4,4,3,3,3,2,12.902,40.414,43.416,7,3,,10.679,12.823,15.34,2,1,1980,Georgia,7,2,1,-99,7,-99,-99,17,4,2,3.801,88.704,93.809,18,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,631b94723014b047b0f8e70a,0,"{""startTime"":1678658351600,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678658450981,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678658070797,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":34109,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8679,""week"":""52"",""id"":""chart""},{""time"":42903,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4819,""week"":""1"",""id"":""chart""},{""time"":48279,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4681,""week"":""2"",""id"":""chart""},{""time"":53913,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2432,""week"":""49"",""id"":""chart""},{""time"":59542,""label"":""tour_next"",""step"":2},{""time"":72077,""label"":""tour_end"",""step"":2},{""time"":74522,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5555,""week"":""52"",""id"":""chart""},{""time"":80090,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6822,""week"":""1"",""id"":""chart""},{""time"":94421,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3415,""week"":""5"",""id"":""chart""},{""time"":98564,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5496,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678658312095,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",moderate +2023-03-12 15:56:59,2023-03-12 16:10:07,0,69.237.41.96,100,787,1,2023-03-12 16:10:07,R_33gwzKWNSdn62tX,,,,,33.8583,-84.2165,anonymous,EN,1,30.98,30.98,33.67,1,1,4,1,2.361,5.461,6.515,2,0,0,15.113,0,96,28,43,7.568,17.151,17.958,3,7.542,69.174,70.881,25,,,,,,,,,,,,,,,,,,26.89,55.54,57.296,3,5,5,5,6,6,6,-99,5.509,32.19,32.615,8,5,4,4,5,5,6,Its based on factual data and provides number when hovering,4.421,4.421,20.877,1,5,-99,8.851,12.268,14.042,4,2,7,3,4,1,5,6,0,0,26.532,0,5,10,8,7,7,7,11,10,-99,8.917,23.699,27.94,8,4,4,1,2,5,4,15.858,43.091,44.081,7,1,1,2.861,10.794,12.235,2,2,1984,Georgia,9,3,1,-99,7,-99,-99,13,4,1,2.331,160.604,164.133,44,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,60f75a701ac4cfc5c17cceb7,1,"{""startTime"":1678658521839,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678658463745,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678658309789,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":2922,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2157,""week"":""2"",""id"":""chart""},{""time"":7537,""label"":""tour_next"",""step"":5},{""time"":45081,""label"":""cleared_brush"",""using"":""Click""},{""time"":45311,""label"":""cleared_brush"",""using"":""Click""},{""time"":45495,""label"":""cleared_brush"",""using"":""Click""},{""time"":48871,""label"":""started_brush"",""startDate"":""2021-08-14"",""endDate"":""2021-11-24""},{""time"":50986,""label"":""tour_next"",""step"":5},{""time"":60053,""label"":""moved_brush"",""startDate"":""2021-04-28"",""endDate"":""2021-08-07""},{""time"":60768,""label"":""tour_next"",""step"":5},{""time"":65161,""label"":""cleared_brush"",""using"":""Click""},{""time"":67235,""label"":""tour_next"",""step"":5},{""time"":69168,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678658406073,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":24318,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1360,""week"":""51"",""id"":""chart""},{""time"":39015,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5195,""week"":""52"",""id"":""chart""},{""time"":44431,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2962,""week"":""51"",""id"":""chart""},{""time"":48293,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2267,""week"":""1"",""id"":""chart""},{""time"":51214,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1280,""week"":""2"",""id"":""chart""},{""time"":52598,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2212,""week"":""3"",""id"":""chart""}]}",complex +2023-03-12 15:55:04,2023-03-12 16:10:26,0,174.130.101.57,100,922,1,2023-03-12 16:10:27,R_1ogPU7XwxWAY2ZC,,,,,41.4318,-78.5494,anonymous,EN,1,10.631,10.631,12.32,1,1,4,2,4.48,6.694,8.738,2,1.169,12.897,15.048,3,63,77,85,5.466,14.966,16.883,4,56.709,73.099,115.727,4,,,,,,,,,,,,,,,,,,10.37,10.37,54.867,1,3,7,3,5,5,3,-99,2.702,53.835,55.331,12,5,6,5,3,5,5,"It is clear, easy to read, and the trends show what I have experienced.",1.96,1.96,40.031,1,2,-99,3.327,11.808,17.857,5,2,7,3,4,1,5,6,13.287,32.496,33.407,6,2,3,2,2,2,2,9,7,-99,8.658,46.944,49.046,9,4,2,1,2,3,4,10.892,46.612,48.091,9,2,3,6.374,18.898,20.167,4,1,1987,Pennsylvania,3,2,1,-99,9,-99,white/black/middle eastern/native,4,4,1,4.579,98.281,100.028,18,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5c5aecc774a76f0001a25ced,1,"{""startTime"":1678658423879,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":1885},{""label"":""window_focused"",""time"":3300},{""label"":""window_blurred"",""time"":3309},{""label"":""window_focused"",""time"":3309}]}","{""startTime"":1678658479852,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678658184238,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":13416,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3302,""week"":""52"",""id"":""chart""},{""time"":18587,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1751,""week"":""14"",""id"":""chart""},{""time"":21022,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1335,""week"":""31"",""id"":""chart""},{""time"":24060,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2335,""week"":""14"",""id"":""chart""},{""time"":26962,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2803,""week"":""31"",""id"":""chart""},{""time"":31017,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3620,""week"":""32"",""id"":""chart""},{""time"":42579,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3020,""week"":""52"",""id"":""chart""},{""time"":45916,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1401,""week"":""2"",""id"":""chart""},{""time"":48135,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2185,""week"":""52"",""id"":""chart""},{""time"":51734,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3692,""week"":""52"",""id"":""chart""},{""time"":56701,""label"":""tour_next"",""step"":2},{""time"":66436,""label"":""tour_end"",""step"":2},{""time"":67722,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1600,""week"":""52"",""id"":""chart""},{""time"":78160,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2337,""week"":""52"",""id"":""chart2""},{""time"":80924,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3023,""week"":""52"",""id"":""chart2""},{""time"":86694,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6309,""week"":""52"",""id"":""chart2""},{""time"":103895,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2921,""week"":""52"",""id"":""chart""},{""time"":107429,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6073,""week"":""52"",""id"":""chart2""}]}","{""startTime"":1678658368397,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":8842},{""label"":""window_focused"",""time"":10269},{""label"":""window_blurred"",""time"":10277},{""label"":""window_focused"",""time"":10277},{""time"":19132,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1691,""week"":""52"",""id"":""chart""},{""time"":21344,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1732,""week"":""1"",""id"":""chart""},{""time"":24807,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2424,""week"":""52"",""id"":""chart2""},{""time"":29776,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2738,""week"":""52"",""id"":""chart""},{""time"":32737,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2452,""week"":""52"",""id"":""chart2""},{""time"":42973,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3861,""week"":""32"",""id"":""chart2""},{""time"":47622,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4167,""week"":""32"",""id"":""chart""}]}",simple +2023-03-12 15:57:47,2023-03-12 16:14:11,0,70.175.171.187,100,984,1,2023-03-12 16:14:12,R_1LYG0Tf4neUiy1X,,,,,35.4471,-97.5595,anonymous,EN,1,113.157,113.157,113.914,1,,,,,,,,0,0,15.111,0,50,50,50,1.134,6.12,7.515,2,1.163,116.709,118.914,43,,,,,,,,,,,,,,,,,,0.714,0.714,198.853,1,3,3,3,3,3,3,-99,8.903,16.029,17.345,8,3,3,3,3,3,3,Could be valid or invalid,2.376,3.18,20.013,2,4,-99,2.043,4.624,7.138,3,2,7,3,4,1,5,6,0,0,24.257,0,6,6,6,6,6,6,6,6,-99,2.014,6.161,8.001,8,3,3,3,3,3,3,1.273,5.099,6.034,6,2,,73.644,73.644,75.226,1,1,1974,Oklahoma,6,3,1,-99,3,-99,-99,15,4,1,2.317,59.828,61.256,12,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,637d5f042e21102f772b6e30,0,"{""startTime"":1678658873507,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678658896995,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678658436802,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":2962,""label"":""tour_next"",""step"":5},{""time"":11774,""label"":""tour_back"",""step"":5},{""time"":15082,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1633,""week"":""52"",""id"":""chart""},{""time"":25740,""label"":""tour_next"",""step"":5},{""time"":30422,""label"":""tour_back"",""step"":5},{""time"":33704,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2716,""week"":""52"",""id"":""chart""},{""time"":58387,""label"":""tour_next"",""step"":5},{""time"":61778,""label"":""started_brush"",""startDate"":""2021-04-25"",""endDate"":""2021-07-18""},{""time"":62880,""label"":""moved_brush"",""startDate"":""2021-07-23"",""endDate"":""2021-10-16""},{""time"":63803,""label"":""tour_next"",""step"":5},{""time"":65231,""label"":""started_brush"",""startDate"":""2021-04-28"",""endDate"":""2021-07-22""},{""time"":66157,""label"":""started_brush"",""startDate"":""2021-08-10"",""endDate"":""2021-09-05""},{""time"":69409,""label"":""started_brush"",""startDate"":""2021-05-24"",""endDate"":""2021-09-05""},{""time"":72803,""label"":""cleared_brush"",""using"":""Click""},{""time"":77497,""label"":""cleared_brush"",""using"":""Click""},{""time"":79752,""label"":""cleared_brush"",""using"":""Click""},{""time"":80952,""label"":""cleared_brush"",""using"":""Click""},{""time"":82548,""label"":""cleared_brush"",""using"":""Click""},{""time"":85369,""label"":""cleared_brush"",""using"":""Click""},{""time"":86703,""label"":""cleared_brush"",""using"":""Click""},{""time"":89534,""label"":""tour_back"",""step"":5},{""time"":92203,""label"":""cleared_brush"",""using"":""Click""},{""time"":95027,""label"":""started_brush"",""startDate"":""2021-05-26"",""endDate"":""2021-07-01""},{""time"":96041,""label"":""tour_next"",""step"":5},{""time"":99264,""label"":""moved_brush"",""startDate"":""2021-04-18"",""endDate"":""2021-05-23""},{""time"":100017,""label"":""tour_next"",""step"":5},{""time"":105901,""label"":""moved_brush"",""startDate"":""2021-04-18"",""endDate"":""2021-05-23""},{""time"":108212,""label"":""cleared_brush"",""using"":""Click""},{""time"":108212,""label"":""cleared_brush"",""using"":""Escape""},{""time"":110873,""label"":""tour_next"",""step"":5},{""time"":115849,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678658670145,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":2821,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1185,""week"":""34"",""id"":""chart""},{""label"":""window_blurred"",""time"":24813},{""label"":""window_focused"",""time"":26447},{""label"":""window_blurred"",""time"":26453},{""label"":""window_focused"",""time"":195995}]}",complex +2023-03-12 16:06:50,2023-03-12 16:14:26,0,206.255.165.213,100,455,1,2023-03-12 16:14:27,R_22StgQgZc1UbqKU,,,,,35.2352,-90.7971,anonymous,EN,1,4.208,4.208,5.378,1,,,,,,,,0,0,15.009,0,63,78,90,3.32,7.701,8.94,3,14.541,27.402,40.725,2,,,,,,,,,,,,,,,,,,0,0,85.872,0,5,7,4,5,6,5,-99,14.793,19.1,21.801,6,3,5,4,7,5,5,It looks high quality. ,2.347,2.347,8.829,1,3,-99,5.875,8.229,12.224,5,2,7,3,4,1,5,6,0,0,17,0,2,2,4,3,1,4,6,7,-99,3.375,14.809,16.695,8,1,2,4,5,2,1,3.047,14.232,15.064,6,7,,2.29,2.29,4.165,1,1,1987,Arkansas,6,2,1,-99,9,-99,Wynne,7,2,1,1.561,38.557,47.748,13,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,584c1e1f69b36600018ff959,0,"{""startTime"":1678659047730,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678659022819,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678658850799,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":6925,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1248,""week"":""1"",""id"":""chart""},{""time"":10658,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1166,""week"":""6"",""id"":""chart""},{""time"":14533,""label"":""tour_next"",""step"":2},{""time"":20858,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1983,""week"":""52"",""id"":""chart2""},{""time"":27394,""label"":""tour_end"",""step"":2},{""time"":32901,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1411,""week"":""3"",""id"":""chart""},{""time"":34371,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1786,""week"":""4"",""id"":""chart""},{""time"":36877,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1264,""week"":""52"",""id"":""chart2""},{""time"":38354,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1071,""week"":""4"",""id"":""chart""}]}","{""startTime"":1678658936396,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":5152,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1159,""week"":""1"",""id"":""chart""},{""time"":13195,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1615,""week"":""52"",""id"":""chart""},{""time"":16009,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1084,""week"":""50"",""id"":""chart""},{""time"":41110,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1173,""week"":""1"",""id"":""chart2""},{""time"":51663,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1597,""week"":""52"",""id"":""chart2""},{""time"":63981,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1114,""week"":""4"",""id"":""chart2""},{""time"":66204,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1556,""week"":""6"",""id"":""chart2""},{""time"":68324,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1103,""week"":""52"",""id"":""chart2""}]}",simple +2023-03-12 15:56:10,2023-03-12 16:16:46,0,67.11.49.7,100,1235,1,2023-03-12 16:16:46,R_1jjqOuyOkZKsDAs,,,,,29.3959,-98.4761,anonymous,EN,1,10.438,10.438,11.237,1,1,3,1,2.022,5.806,6.729,2,0,0,15.019,0,73,32,64,6.466,18.658,19.402,4,9.179,65.997,75.64,9,,,,,,,,,,,,,,,,,,27.012,27.012,37.897,1,6,4,1,6,5,6,-99,3.971,68.997,70.47,8,4,3,2,2,4,4,"It has good data in it, but it also has problems with how clear it is.",1.48,1.48,23.39,1,4,-99,6.302,6.302,7.103,1,2,7,3,4,1,5,6,0,0,16.421,0,4,6,7,7,8,6,9,10,-99,103.194,129.786,131.962,16,4,1,3,3,3,2,6.489,165.274,165.754,15,2,3,3.048,47.287,48.29,4,1,1996,Texas,6,2,1,-99,4,-99,-99,11,1,2,3.248,46.277,47.669,12,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,63615aa254cc85a51c9ab52e,1,"{""startTime"":1678658573439,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678658580912,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":13110},{""label"":""window_focused"",""time"":13853},{""label"":""window_blurred"",""time"":54696},{""label"":""window_focused"",""time"":69636},{""label"":""window_blurred"",""time"":132054},{""label"":""window_focused"",""time"":138166}]}","{""startTime"":1678658364372,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":35,""label"":""tour_started""},{""time"":8897,""label"":""tour_next"",""step"":5},{""label"":""window_blurred"",""time"":10804},{""label"":""window_focused"",""time"":19808},{""time"":20257,""label"":""cleared_brush"",""using"":""Click""},{""time"":24150,""label"":""cleared_brush"",""using"":""Click""},{""time"":25253,""label"":""cleared_brush"",""using"":""Click""},{""time"":33276,""label"":""cleared_brush"",""using"":""Click""},{""time"":37469,""label"":""cleared_brush"",""using"":""Click""},{""time"":42137,""label"":""cleared_brush"",""using"":""Click""},{""time"":42514,""label"":""cleared_brush"",""using"":""Click""},{""time"":42703,""label"":""cleared_brush"",""using"":""Click""},{""time"":43483,""label"":""cleared_brush"",""using"":""Click""},{""time"":45446,""label"":""cleared_brush"",""using"":""Click""},{""time"":51997,""label"":""started_brush"",""startDate"":""2021-05-17"",""endDate"":""2021-06-16""},{""time"":53308,""label"":""tour_next"",""step"":5},{""time"":57536,""label"":""moved_brush"",""startDate"":""2021-07-01"",""endDate"":""2021-07-30""},{""time"":58552,""label"":""tour_next"",""step"":5},{""time"":61458,""label"":""cleared_brush"",""using"":""Click""},{""time"":62498,""label"":""tour_next"",""step"":5},{""time"":65716,""label"":""tour_end"",""step"":5},{""time"":69188,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5474,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678658470523,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":4894,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1551,""week"":""52"",""id"":""chart""},{""time"":13358,""label"":""started_brush"",""startDate"":""2021-06-08"",""endDate"":""2021-06-15""},{""time"":17042,""label"":""moved_brush"",""startDate"":""2021-06-08"",""endDate"":""2021-07-16""},{""time"":24009,""label"":""moved_brush"",""startDate"":""2021-12-30"",""endDate"":""2022-02-07""},{""time"":26277,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":2079,""week"":""1"",""id"":""chart""},{""time"":30661,""label"":""moved_brush"",""startDate"":""2021-11-08"",""endDate"":""2021-12-17""},{""time"":31659,""label"":""cleared_brush"",""using"":""Click""}]}",complex +2023-03-12 15:56:26,2023-03-12 16:23:45,0,73.115.198.45,100,1638,1,2023-03-12 16:23:45,R_1Lc68PAfFdGkxod,,,,,29.7738,-95.406,anonymous,EN,1,31.908,31.908,34.505,1,,,,,,,,11.207,11.207,15.013,1,56,43,65,2.673,47.236,50.095,9,4.839,98.694,102.637,10,,,,,,,,,,,,,,,,,,3.014,25.095,34.684,7,4,4,5,5,5,4,no comments,20.778,91.193,106.108,17,4,5,5,5,5,4,because i probably feel it might be from a reputable source,14.842,14.842,111.188,1,1,no comments,15.504,27.433,41.091,4,2,7,3,4,1,5,6,34.846,34.846,60.976,1,3,6,5,8,9,8,9,10,no comments,21.778,75.825,93.496,11,2,2,4,2,3,2,36.376,81.241,83.459,12,2,,16.937,16.937,21.277,1,2,1973,Texas,6,1,1,-99,3,-99,-99,7,1,2,8.838,93.711,96.89,26,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,638df16a9ac9d4b756ea24e3,0,"{""startTime"":1678658953127,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_focused"",""time"":102918},{""label"":""window_focused"",""time"":102918},{""label"":""window_blurred"",""time"":106600},{""label"":""window_focused"",""time"":108116},{""label"":""window_blurred"",""time"":108727},{""label"":""window_focused"",""time"":112306}]}","{""startTime"":1678658767094,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678658375392,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":21,""label"":""tour_started""},{""time"":25542,""label"":""tour_next"",""step"":2},{""time"":67205,""label"":""tour_back"",""step"":2},{""time"":72614,""label"":""tour_next"",""step"":2},{""time"":75022,""label"":""tour_end"",""step"":2},{""label"":""window_blurred"",""time"":122534},{""label"":""window_focused"",""time"":123294},{""label"":""window_focused"",""time"":123294},{""label"":""window_focused"",""time"":129970},{""label"":""window_focused"",""time"":143220},{""label"":""window_focused"",""time"":143220},{""label"":""window_focused"",""time"":157499},{""label"":""window_focused"",""time"":157499},{""label"":""window_focused"",""time"":176825},{""label"":""window_focused"",""time"":176825},{""label"":""window_blurred"",""time"":186788},{""label"":""window_focused"",""time"":209753}]}","{""startTime"":1678658730134,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",simple +2023-03-12 18:04:35,2023-03-12 18:11:42,0,108.52.133.64,100,426,1,2023-03-12 18:11:42,R_24dWylyslO4WKru,,,,,39.9664,-75.1685,anonymous,EN,1,2.086,2.086,2.801,1,,,,,,,,0,0,15.008,0,86,72,31,5.074,10.913,12.062,3,7.035,10.71,17.582,2,-3,-99,36.954,54.351,55.238,2,-3,-3,20.407,56.734,57.634,2,-99,11.141,11.141,16.736,1,0,0,31.438,0,4,3,4,3,4,3,-99,11.44,24.054,25.557,6,4,5,3,7,7,3,It seems right but I don't know enough about the subject to guess if the information is trustworthy,1.542,23.465,23.894,2,4,-99,3.407,5.582,6.983,2,2,7,3,4,1,5,6,0,0,9.344,0,2,4,2,4,5,5,10,8,-99,7.769,20.277,21.484,8,3,3,3,2,3,3,7.932,20.964,21.6,6,1,,2.48,2.48,3.567,1,2,2000,Pennsylvania,6,1,1,-99,7,-99,-99,1,4,1,1.526,57.262,59.586,18,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,60fdd0bba532df1a71c72c5e,0,"{""startTime"":1678666071060,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678666021455,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678665913485,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":7032,""label"":""tour_next"",""step"":2},{""time"":10707,""label"":""tour_end"",""step"":2},{""time"":11492,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1807,""week"":""1"",""id"":""chart""},{""time"":14971,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1062,""week"":""51"",""id"":""chart""}]}","{""startTime"":1678665989496,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":20018,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1297,""week"":""25"",""id"":""chart""},{""time"":23249,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1897,""week"":""49"",""id"":""chart""},{""time"":25346,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2310,""week"":""50"",""id"":""chart""},{""time"":27738,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2164,""week"":""51"",""id"":""chart""}]}",moderate +2023-03-12 18:06:04,2023-03-12 18:12:22,0,24.14.79.71,100,378,1,2023-03-12 18:12:23,R_28TaY3LNJVDODie,,,,,41.9977,-88.6924,anonymous,EN,1,2.043,2.043,2.789,1,,,,,,,,0,0,15.106,0,98,100,25,3.312,8.594,9.432,6,6.051,38.259,40.283,8,1,-99,15.52,41.243,43.366,2,-3,-3,12.953,42.925,43.895,3,2,21.456,21.456,23.873,1,6.596,30.408,31.168,6,5,1,6,5,4,6,-99,4.29,14.486,23.166,7,5,5,4,7,1,5,The data is cleanly presented and seems to be scientific data from a study throughout a period of time.,1.195,1.606,19.771,2,4,-99,3.316,8.475,9.119,5,2,7,3,4,1,5,6,0,0,7.478,0,2,6,4,7,2,4,11,10,-99,3.267,13.561,14.454,12,5,4,1,3,5,3,2.711,17.877,18.205,11,1,,2.358,2.358,3.739,1,1,2000,Illinois,6,2,1,-99,8,ROCHELLE,-99,15,4,2,0.808,38.415,42.494,20,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5f45beae060bdc1f49704285,0,"{""startTime"":1678666081455,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678666105074,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678665985181,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":6045,""label"":""tour_next"",""step"":5},{""time"":11344,""label"":""cleared_brush"",""using"":""Click""},{""time"":12188,""label"":""started_brush"",""startDate"":""2021-05-24"",""endDate"":""2021-07-18""},{""time"":13215,""label"":""moved_brush"",""startDate"":""2021-08-28"",""endDate"":""2021-10-22""},{""time"":13783,""label"":""tour_next"",""step"":5},{""time"":15795,""label"":""moved_brush"",""startDate"":""2021-08-29"",""endDate"":""2021-10-22""},{""time"":19651,""label"":""moved_brush"",""startDate"":""2021-12-15"",""endDate"":""2022-02-07""},{""time"":20114,""label"":""tour_next"",""step"":5},{""time"":22726,""label"":""cleared_brush"",""using"":""Click""},{""time"":22726,""label"":""cleared_brush"",""using"":""Escape""},{""time"":23829,""label"":""tour_next"",""step"":5},{""label"":""window_blurred"",""time"":33090},{""label"":""window_focused"",""time"":35063},{""time"":38253,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678666049974,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":8187,""label"":""started_brush"",""startDate"":""2021-07-08"",""endDate"":""2021-08-23""},{""time"":9358,""label"":""moved_brush"",""startDate"":""2021-07-31"",""endDate"":""2021-09-15""},{""time"":25793,""label"":""moved_brush"",""startDate"":""2021-08-30"",""endDate"":""2021-10-15""}]}",complex +2023-03-12 18:05:16,2023-03-12 18:12:23,0,23.93.75.93,100,426,1,2023-03-12 18:12:24,R_1HpKySIhopPOFhD,,,,,37.8922,-122.2729,anonymous,EN,1,4.837,4.837,5.469,1,1,3,2,1.735,2.85,5.002,2,0,0,15.013,0,89,99,99,2.243,6.36,7.841,4,21.96,29.012,38.878,4,1,1,10.637,61.077,63.889,6,-3,-3,30.765,46.381,47.53,2,-99,7.12,7.905,10.65,2,0,0,30.854,0,6,6,4,5,6,6,-99,20.357,28.571,30.901,15,6,6,6,4,5,5,It has data that looks like it would be hard to fake.,1.202,1.202,8.949,1,3,-99,2.199,3.1,4.062,2,2,7,3,4,1,5,6,0,0,9.054,0,6,6,2,4,10,4,10,10,-99,9.619,19.776,21.188,18,4,5,2,5,4,4,1.49,6.601,7.602,12,2,1,35.171,39.937,41.105,4,1,1995,California,6,3,1,-99,2,-99,-99,12,3,1,1.362,37.218,38.509,14,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5c748b9188fdc20017c60436,1,"{""startTime"":1678666123257,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":5812},{""label"":""window_focused"",""time"":17313}]}","{""startTime"":1678666098931,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678665962643,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":21,""label"":""tour_started""},{""label"":""window_focused"",""time"":20547},{""time"":25979,""label"":""tour_next"",""step"":2},{""time"":28097,""label"":""tour_end"",""step"":2},{""time"":32879,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1339,""week"":""2"",""id"":""chart2""},{""time"":34808,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1236,""week"":""52"",""id"":""chart2""}]}","{""startTime"":1678666067245,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":4249},{""label"":""window_focused"",""time"":28602}]}",simple +2023-03-12 18:06:49,2023-03-12 18:12:51,0,135.26.30.183,100,361,1,2023-03-12 18:12:52,R_1C2AG8bjdRzO6Y5,,,,,31.3357,-94.7272,anonymous,EN,1,4.234,4.234,6.39,1,,,,,,,,0,0,15.01,0,64,28,58,2.458,11.623,15.648,3,4.679,11.898,14.051,2,1,-99,29.714,47.209,48.432,2,1,-2,0,0,8.889,0,-99,14.292,14.292,15.366,1,0,0,31.689,0,2,6,5,2,1,3,none,7.448,11.959,13.615,4,1,7,2,3,4,5,it looks neat,2.173,2.173,7.872,1,2,-99,3.826,10.25,12.151,2,2,7,3,4,1,5,6,0,0,16.182,0,6,6,10,10,1,1,11,10,-99,8.297,8.679,13.18,3,5,2,3,3,5,4,0,0,8.188,0,2,,7.917,7.917,9.046,1,2,1947,Texas,2,2,1,-99,7,-99,-99,3,3,2,1.571,81.213,86.645,20,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,63fcde3494055a563c72cb12,0,"{""startTime"":1678666176563,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":1876},{""label"":""window_blurred"",""time"":1892},{""label"":""window_blurred"",""time"":1913},{""label"":""window_blurred"",""time"":1930},{""label"":""window_blurred"",""time"":1945},{""label"":""window_blurred"",""time"":1963},{""label"":""window_blurred"",""time"":1980},{""label"":""window_blurred"",""time"":1997},{""label"":""window_blurred"",""time"":2013},{""label"":""window_blurred"",""time"":2028},{""label"":""window_blurred"",""time"":2044},{""label"":""window_blurred"",""time"":2061},{""label"":""window_blurred"",""time"":2076},{""label"":""window_blurred"",""time"":2095},{""label"":""window_blurred"",""time"":2114},{""label"":""window_blurred"",""time"":2129},{""label"":""window_blurred"",""time"":2145},{""label"":""window_blurred"",""time"":2160},{""label"":""window_blurred"",""time"":2174},{""label"":""window_blurred"",""time"":2189},{""label"":""window_blurred"",""time"":2203},{""label"":""window_blurred"",""time"":2218},{""label"":""window_blurred"",""time"":2231},{""label"":""window_blurred"",""time"":2245},{""label"":""window_blurred"",""time"":2261},{""label"":""window_blurred"",""time"":2276},{""label"":""window_blurred"",""time"":2289},{""label"":""window_blurred"",""time"":2306},{""label"":""window_blurred"",""time"":2319},{""label"":""window_blurred"",""time"":2333},{""label"":""window_blurred"",""time"":2349},{""label"":""window_blurred"",""time"":2365},{""label"":""window_blurred"",""time"":2378},{""label"":""window_blurred"",""time"":2392},{""label"":""window_blurred"",""time"":2407},{""label"":""window_blurred"",""time"":2422},{""label"":""window_blurred"",""time"":2438},{""label"":""window_blurred"",""time"":2455},{""label"":""window_blurred"",""time"":2471},{""label"":""window_blurred"",""time"":2486},{""label"":""window_blurred"",""time"":2498},{""label"":""window_blurred"",""time"":2510},{""label"":""window_blurred"",""time"":2522}]}","{""startTime"":1678666158746,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":2548},{""label"":""window_blurred"",""time"":2566},{""label"":""window_blurred"",""time"":2580},{""label"":""window_blurred"",""time"":2594},{""label"":""window_blurred"",""time"":2608},{""label"":""window_blurred"",""time"":2625},{""label"":""window_blurred"",""time"":2639},{""label"":""window_blurred"",""time"":2653},{""label"":""window_blurred"",""time"":2667},{""label"":""window_blurred"",""time"":2682},{""label"":""window_blurred"",""time"":2695},{""label"":""window_blurred"",""time"":2708},{""label"":""window_blurred"",""time"":2726},{""label"":""window_blurred"",""time"":2740},{""label"":""window_blurred"",""time"":2755},{""label"":""window_blurred"",""time"":2772},{""label"":""window_blurred"",""time"":2791},{""label"":""window_blurred"",""time"":2804},{""label"":""window_blurred"",""time"":2818},{""label"":""window_blurred"",""time"":2833},{""label"":""window_blurred"",""time"":2847},{""label"":""window_blurred"",""time"":2860},{""label"":""window_blurred"",""time"":2873},{""label"":""window_blurred"",""time"":2887},{""label"":""window_blurred"",""time"":2899},{""label"":""window_blurred"",""time"":2915},{""label"":""window_blurred"",""time"":2927},{""label"":""window_blurred"",""time"":2940},{""label"":""window_blurred"",""time"":2953},{""label"":""window_blurred"",""time"":2966},{""label"":""window_blurred"",""time"":2981},{""label"":""window_blurred"",""time"":2992},{""label"":""window_blurred"",""time"":3006},{""label"":""window_blurred"",""time"":3018},{""label"":""window_blurred"",""time"":3032},{""label"":""window_blurred"",""time"":3046},{""label"":""window_blurred"",""time"":3058},{""label"":""window_blurred"",""time"":3070},{""label"":""window_blurred"",""time"":3082},{""label"":""window_blurred"",""time"":3093},{""label"":""window_blurred"",""time"":3107},{""label"":""window_blurred"",""time"":3120}]}","{""startTime"":1678666062415,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":26,""label"":""tour_started""},{""time"":4665,""label"":""tour_next"",""step"":2},{""time"":8134,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1526,""week"":""1"",""id"":""chart2""},{""time"":11883,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678666126286,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",simple +2023-03-12 18:04:05,2023-03-12 18:13:29,0,73.15.121.102,100,564,1,2023-03-12 18:13:30,R_2EAh1cGUqEhWGZu,,,,,37.7825,-122.435,anonymous,EN,1,3.508,3.508,4.353,1,1,3,2,1.192,2.715,3.497,3,6.635,6.69,15.01,2,58,29,66,2.34,9.235,10.28,11,12.821,67.591,69.669,20,1,1,47.45,57.474,61.62,2,-3,-3,10.485,28.97,30.145,2,2,66.134,66.134,67.169,1,153.319,153.319,153.696,1,3,4,3,3,4,3,-99,2.386,4.686,5.771,6,3,3,2,2,3,3,"The data isn't super informative because it can easily be informed by people's behavior and decision to get tested. However, the overall trends may be informative.",1.675,1.675,34.42,1,3,-99,1.826,2.901,3.754,2,2,7,3,4,1,5,6,0,0,14.057,0,6,7,4,6,4,5,6,5,-99,1.591,4.651,6.203,8,3,2,3,3,4,2,6.623,9.58,10.369,6,5,3,1.386,3.128,9.528,2,1,1997,California,6,3,1,-99,7,-99,-99,19,5,2,1.698,36.374,40.097,16,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,628657b7caedf309ae8e806e,1,"{""startTime"":1678666221131,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678666180007,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678665887890,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":1705,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3091,""week"":""49"",""id"":""chart""},{""time"":12819,""label"":""tour_next"",""step"":5},{""time"":19358,""label"":""cleared_brush"",""using"":""Click""},{""time"":21144,""label"":""tour_back"",""step"":5},{""time"":22937,""label"":""tour_next"",""step"":5},{""time"":24440,""label"":""cleared_brush"",""using"":""Click""},{""time"":30068,""label"":""cleared_brush"",""using"":""Click""},{""time"":31648,""label"":""cleared_brush"",""using"":""Click""},{""time"":32701,""label"":""cleared_brush"",""using"":""Click""},{""time"":39111,""label"":""cleared_brush"",""using"":""Click""},{""time"":40767,""label"":""cleared_brush"",""using"":""Click""},{""time"":43700,""label"":""moved_brush"",""startDate"":""2021-04-27"",""endDate"":""2021-08-20""},{""time"":54779,""label"":""started_brush"",""startDate"":""2021-08-31"",""endDate"":""2021-11-19""},{""time"":56502,""label"":""tour_next"",""step"":5},{""time"":61009,""label"":""moved_brush"",""startDate"":""2021-06-29"",""endDate"":""2021-11-19""},{""time"":61936,""label"":""tour_next"",""step"":5},{""time"":63975,""label"":""cleared_brush"",""using"":""Click""},{""time"":63975,""label"":""cleared_brush"",""using"":""Escape""},{""time"":66011,""label"":""tour_next"",""step"":5},{""time"":67588,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678666025597,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":2842,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1795,""week"":""52"",""id"":""chart""},{""label"":""window_blurred"",""time"":18999},{""label"":""window_focused"",""time"":151976}]}",complex +2023-03-12 18:03:23,2023-03-12 18:13:33,0,45.23.124.220,100,609,1,2023-03-12 18:13:33,R_xabdH3P2CVIyp4l,,,,,33.9449,-117.3834,anonymous,EN,1,13.277,13.277,14.264,1,1,3,2,2.433,4.772,6.83,3,0,0,15.005,0,92,80,76,6.743,11.506,12.07,3,28.231,33.95,41.301,3,1,-99,62.023,73.317,77.209,2,-3,-3,55.188,82.742,83.754,2,-99,21.286,21.286,28.585,1,9.661,9.661,38.733,1,6,5,5,5,5,6,-99,6.983,28.075,31.345,8,5,4,4,4,3,5,The source is from the CDC,1.901,1.901,11.634,1,4,-99,12.682,17.029,18.47,5,2,7,3,4,1,5,6,0,0,22.39,0,3,7,3,7,4,5,11,11,-99,4.27,18.766,20.057,10,4,4,2,5,5,3,12.06,39.202,46.089,9,2,2,4.962,19.054,21.737,4,1,2001,California,3,1,1,-99,9,-99,Concord,12,4,1,2.646,56.689,58.921,21,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5eb21a0c910e381845f143df,1,"{""startTime"":1678666100505,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678666132276,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678665935398,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":2463,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2463,""week"":""51"",""id"":""chart""},{""time"":5476,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1388,""week"":""52"",""id"":""chart""},{""time"":28226,""label"":""tour_next"",""step"":2},{""time"":32840,""label"":""tour_end"",""step"":2},{""time"":36621,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2582,""week"":""14"",""id"":""chart""}]}","{""startTime"":1678666061276,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":1826,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1460,""week"":""1"",""id"":""chart""},{""time"":10942,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":26889,""week"":""52"",""id"":""chart""}]}",moderate 2023-03-12 18:04:31,2023-03-12 18:15:10,0,73.200.60.121,100,639,1,2023-03-12 18:15:11,R_1JR9yvwui5GuTap,,,,,38.8865,-77.0911,anonymous,EN,1,1.816,2.456,3.4,2,,,,,,,,0,0,15.008,0,78,99,86,3.056,6.616,7.125,5,8.248,171.816,172.161,115,-3,-99,42.078,80.31,82.296,4,-3,-3,4.838,129.678,130.212,6,2,1.645,35.22,36.492,3,25.047,31.799,32.151,2,5,1,4,5,5,5,-99,2.8,16.536,18.227,6,4,5,5,2,1,4,"It looks scientific but I need some research articles cited to fully trust - ",1.597,33.502,34.141,10,6,-99,2.305,3.473,4.392,4,2,7,3,4,1,5,6,0,0,15.076,0,2,6,7,6,4,6,9,9,-99,2.509,10.541,11.466,8,4,4,2,2,5,4,2.161,7.089,7.282,7,4,,1.101,1.101,1.596,1,1,1995,Virginia,8,1,1,-99,7,-99,-99,9,4,1,-99,0.099,31.87,32.557,19,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5e7129105f07e2038154621a,0,"{""startTime"":1678666146609,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678666165354,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678665903653,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":8249,""label"":""tour_next"",""step"":5},{""label"":""window_blurred"",""time"":23583},{""label"":""window_focused"",""time"":30898},{""time"":38887,""label"":""tour_back"",""step"":5},{""time"":39911,""label"":""tour_next"",""step"":5},{""time"":42253,""label"":""cleared_brush"",""using"":""Click""},{""time"":43691,""label"":""started_brush"",""startDate"":""2021-05-30"",""endDate"":""2021-06-11""},{""time"":47594,""label"":""cleared_brush"",""using"":""Click""},{""time"":48002,""label"":""cleared_brush"",""using"":""Click""},{""time"":51331,""label"":""cleared_brush"",""using"":""Click""},{""time"":52736,""label"":""tour_next"",""step"":5},{""time"":83975,""label"":""tour_back"",""step"":5},{""time"":85178,""label"":""cleared_brush"",""using"":""Click""},{""time"":86695,""label"":""cleared_brush"",""using"":""Click""},{""time"":87616,""label"":""tour_back"",""step"":5},{""time"":88872,""label"":""tour_next"",""step"":5},{""time"":92349,""label"":""cleared_brush"",""using"":""Click""},{""time"":93256,""label"":""tour_back"",""step"":5},{""label"":""window_blurred"",""time"":96065},{""label"":""window_focused"",""time"":101403},{""time"":101480,""label"":""tour_next"",""step"":5},{""time"":110539,""label"":""cleared_brush"",""using"":""Click""},{""time"":114556,""label"":""cleared_brush"",""using"":""Click""},{""time"":117924,""label"":""cleared_brush"",""using"":""Click""},{""time"":120747,""label"":""cleared_brush"",""using"":""Click""},{""time"":122515,""label"":""cleared_brush"",""using"":""Click""},{""time"":123096,""label"":""tour_back"",""step"":5},{""time"":124496,""label"":""tour_next"",""step"":5},{""time"":129139,""label"":""cleared_brush"",""using"":""Click""},{""time"":129843,""label"":""cleared_brush"",""using"":""Click""},{""time"":131506,""label"":""cleared_brush"",""using"":""Click""},{""time"":133244,""label"":""cleared_brush"",""using"":""Click""},{""time"":134571,""label"":""cleared_brush"",""using"":""Click""},{""time"":135650,""label"":""cleared_brush"",""using"":""Click""},{""time"":138964,""label"":""cleared_brush"",""using"":""Click""},{""time"":140336,""label"":""tour_back"",""step"":5},{""time"":145248,""label"":""tour_next"",""step"":5},{""time"":148844,""label"":""started_brush"",""startDate"":""2021-10-29"",""endDate"":""2021-12-03""},{""time"":149021,""label"":""started_brush"",""startDate"":""2021-12-12"",""endDate"":""2021-12-23""},{""time"":149180,""label"":""cleared_brush"",""using"":""Click""},{""time"":149752,""label"":""started_brush"",""startDate"":""2022-01-07"",""endDate"":""2022-01-17""},{""time"":150264,""label"":""tour_next"",""step"":5},{""time"":156321,""label"":""started_brush"",""startDate"":""2021-09-01"",""endDate"":""2021-11-19""},{""time"":157473,""label"":""moved_brush"",""startDate"":""2021-07-18"",""endDate"":""2021-10-04""},{""label"":""window_blurred"",""time"":160777},{""label"":""window_focused"",""time"":162283},{""time"":162352,""label"":""tour_next"",""step"":5},{""time"":164647,""label"":""cleared_brush"",""using"":""Click""},{""time"":164647,""label"":""cleared_brush"",""using"":""Escape""},{""time"":165312,""label"":""tour_next"",""step"":5},{""time"":167685,""label"":""tour_end"",""step"":5},{""time"":171043,""label"":""cleared_brush"",""using"":""Click""}]}","{""startTime"":1678666113905,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":3557},{""label"":""window_focused"",""time"":4508},{""time"":4884,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1552,""week"":""3"",""id"":""chart""},{""time"":13150,""label"":""cleared_brush"",""using"":""Click""},{""label"":""window_blurred"",""time"":19421},{""label"":""window_focused"",""time"":24318},{""time"":12890,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":12234,""week"":""32"",""id"":""chart""},{""label"":""window_blurred"",""time"":25812},{""label"":""window_focused"",""time"":26964}]}",complex -2023-03-12 18:06:34,2023-03-12 18:16:34,0,65.27.84.22,100,600,1,2023-03-12 18:16:35,R_sbYL6dvjaOYuyL7,,,,,44.5458,-88.1019,anonymous,EN,1,4.036,4.036,6.305,1,,,,,,,,0,0,15.184,0,83,87,79,3.98,10.733,14.711,6,8.801,19.691,22.537,5,-2,-2,34.442,119.505,121.132,3,-2,-3,59.064,82.041,83.888,2,-99,5.303,32.204,33.511,2,0,0,33.807,0,6,6,6,6,6,6,-99,4.184,9.351,11.709,7,6,6,6,6,6,6,It's easy to read and I like that when you scroll over it you can click for more additional information.,2.902,2.902,27.502,1,6,-99,13.925,17.584,20.4,3,2,7,3,4,1,5,6,22.349,22.349,23.084,1,6,6,6,6,6,6,11,8,-99,4.388,14.934,15.844,13,3,3,2,3,3,4,6.066,12.458,13.094,10,3,,2.501,4.485,5.227,2,2,1992,Wisconsin,5,3,1,-99,7,-99,-99,8,3,2,-99,2.662,96.044,98.909,21,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,6012fa2386fe2411f1db90c8,0,"{""startTime"":1678666271119,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678666220929,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678666039625,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":61,""label"":""tour_started""},{""time"":12805,""label"":""tour_next"",""step"":2},{""time"":14826,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1876,""week"":""1"",""id"":""chart2""},{""time"":19646,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678666185648,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":3891,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1334,""week"":""1"",""id"":""chart""},{""label"":""window_blurred"",""time"":12197},{""label"":""window_focused"",""time"":25169}]}",simple -2023-03-12 18:05:35,2023-03-12 18:16:35,0,75.237.199.28,100,660,1,2023-03-12 18:16:36,R_3FXKH10CawQsofU,,,,,33.9388,-117.416,anonymous,EN,1,4.379,4.379,5.296,1,,,,,,,,0,0,15.016,0,83,87,72,5.667,9.95,10.957,3,33.11,38.744,61.685,2,1,-99,27.403,60.392,71.668,2,-3,-3,19.626,75.645,77.136,3,-99,29.341,31.291,31.631,2,0,0,33.154,0,3,7,3,5,6,4,-99,34.754,55.269,61.295,6,5,6,4,7,1,4,"I have no way to know if it is real but i assume it ",3.731,3.731,16.706,1,4,-99,9.387,9.387,10.444,1,2,7,3,4,1,5,6,0,0,21.278,0,1,3,5,6,2,8,5,7,-99,6.816,25.034,26.793,8,4,3,1,2,4,4,10.395,32.679,33.604,6,3,,12.582,12.582,13.973,1,1,1978,California,6,3,1,-99,7,-99,-99,6,4,2,-99,3.503,74.627,84.771,22,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5d61b08dc1cfe8001740f405,0,"{""startTime"":1678666166250,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678666228903,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678665990817,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":22022,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1730,""week"":""2"",""id"":""chart""},{""time"":23771,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5067,""week"":""2"",""id"":""chart""},{""time"":28975,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1279,""week"":""3"",""id"":""chart""},{""time"":30271,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1717,""week"":""4"",""id"":""chart""},{""time"":33108,""label"":""tour_next"",""step"":2},{""time"":38741,""label"":""tour_end"",""step"":2},{""time"":47343,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1846,""week"":""14"",""id"":""chart""}]}","{""startTime"":1678666131888,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":7364,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1659,""week"":""6"",""id"":""chart""},{""time"":12860,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3028,""week"":""47"",""id"":""chart""},{""time"":15929,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1860,""week"":""48"",""id"":""chart""},{""time"":18360,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1146,""week"":""50"",""id"":""chart""},{""time"":29065,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2258,""week"":""23"",""id"":""chart""}]}",moderate -2023-03-12 18:05:56,2023-03-12 18:16:36,0,104.187.48.189,100,639,1,2023-03-12 18:16:36,R_2PgSVixyV1wCWkN,,,,,33.8789,-117.5353,anonymous,EN,1,2.834,2.834,3.467,1,1,3,2,1.398,6.49,7.056,2,13.951,13.951,15.108,1,78,90,81,6.435,9.103,9.904,3,13.16,70.326,89.462,18,-99,-99,14.69,30.585,34.385,4,-2,-99,15.019,40.844,41.762,4,-99,1.345,17.946,23.779,4,3.984,25.792,31.593,7,5,5,5,5,5,5,-99,16.953,23.587,27.309,6,5,5,5,1,4,5,It corresponds with other data that I've seen about Covid 19 from scientific sources.,2.47,2.767,26.818,2,1,-99,3.538,4.669,5.626,2,2,7,3,4,1,5,6,0,0,13.95,0,1,2,1,1,2,1,10,8,-99,6.378,49.583,67.04,10,2,3,2,2,2,3,7.065,39.438,40.047,10,1,1,1.82,6.245,7.969,2,1,1994,California,3,2,1,-99,2,-99,-99,6,4,2,-99,3.602,36.576,37.19,12,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5cba91f716ab74001672d747,1,"{""startTime"":1678666313269,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678666246557,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":1663},{""label"":""window_focused"",""time"":17601}]}","{""startTime"":1678666100550,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":13156,""label"":""tour_next"",""step"":5},{""time"":35672,""label"":""tour_back"",""step"":5},{""time"":37395,""label"":""tour_next"",""step"":5},{""time"":39361,""label"":""cleared_brush"",""using"":""Click""},{""time"":39923,""label"":""cleared_brush"",""using"":""Click""},{""time"":40402,""label"":""moved_brush"",""startDate"":""2021-04-21"",""endDate"":""2021-06-14""},{""time"":41828,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-05-29""},{""time"":43543,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-05-29""},{""time"":44488,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-05-29""},{""time"":45083,""label"":""moved_brush"",""startDate"":""2021-12-15"",""endDate"":""2022-02-07""},{""time"":46156,""label"":""moved_brush"",""startDate"":""2021-07-28"",""endDate"":""2021-09-20""},{""time"":46539,""label"":""cleared_brush"",""using"":""Click""},{""time"":47217,""label"":""cleared_brush"",""using"":""Click""},{""time"":47780,""label"":""cleared_brush"",""using"":""Click""},{""time"":47923,""label"":""cleared_brush"",""using"":""Click""},{""time"":48572,""label"":""cleared_brush"",""using"":""Click""},{""time"":48871,""label"":""started_brush"",""startDate"":""2021-06-22"",""endDate"":""2021-07-05""},{""time"":49331,""label"":""cleared_brush"",""using"":""Click""},{""time"":49962,""label"":""cleared_brush"",""using"":""Click""},{""time"":50212,""label"":""started_brush"",""startDate"":""2021-09-01"",""endDate"":""2021-10-09""},{""time"":50896,""label"":""tour_next"",""step"":5},{""time"":55594,""label"":""moved_brush"",""startDate"":""2021-06-21"",""endDate"":""2021-07-30""},{""time"":57184,""label"":""moved_brush"",""startDate"":""2021-04-08"",""endDate"":""2021-07-30""},{""time"":58618,""label"":""cleared_brush"",""using"":""Click""},{""time"":60689,""label"":""moved_brush"",""startDate"":""2021-11-04"",""endDate"":""2022-02-07""},{""time"":61178,""label"":""tour_next"",""step"":5},{""time"":65184,""label"":""cleared_brush"",""using"":""Click""},{""time"":66469,""label"":""tour_next"",""step"":5},{""time"":70322,""label"":""tour_end"",""step"":5},{""label"":""window_blurred"",""time"":74942},{""time"":86938,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1198,""week"":""2"",""id"":""chart""},{""label"":""window_focused"",""time"":89370}]}","{""startTime"":1678666214538,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":9005,""label"":""cleared_brush"",""using"":""Click""},{""time"":11033,""label"":""started_brush"",""startDate"":""2021-04-14"",""endDate"":""2021-05-14""},{""time"":11495,""label"":""moved_brush"",""startDate"":""2021-04-14"",""endDate"":""2021-05-14""},{""time"":11782,""label"":""moved_brush"",""startDate"":""2021-04-14"",""endDate"":""2021-05-14""},{""time"":12109,""label"":""cleared_brush"",""using"":""Click""},{""time"":15614,""label"":""cleared_brush"",""using"":""Click""},{""time"":19748,""label"":""started_brush"",""startDate"":""2021-10-31"",""endDate"":""2022-01-03""},{""time"":24738,""label"":""moved_brush"",""startDate"":""2021-10-31"",""endDate"":""2022-01-03""},{""time"":25308,""label"":""cleared_brush"",""using"":""Click""}]}",complex -2023-03-12 18:04:51,2023-03-12 18:17:11,0,71.8.96.45,100,739,1,2023-03-12 18:17:13,R_29sGa1vEkGGXTTP,,,,,30.2686,-89.729,anonymous,EN,1,17.861,20.281,22.615,2,,,,,,,,9.353,9.353,15.013,1,82,91,92,6.866,20.506,21.813,6,11.359,31.493,33.089,4,-3,-99,22.923,86.851,88.16,10,-3,-3,19.804,95.884,97.482,8,-99,14.832,19.198,20.257,3,10.817,39.042,40.222,4,5,1,5,5,5,5,-99,2.769,46.376,48.644,10,5,6,6,5,4,6,"The bar chart graph provides mathematical and statistical facts, which are truth. Assuming all the data provided is truthful, it gives a convincing, statstically based proof of its claims.",2.749,2.749,49.201,1,4,-99,5.943,9.386,11.23,2,2,3,4,5,1,6,7,8.316,15.875,16.834,2,4,8,10,8,3,7,7,10,-99,4.093,26.305,27.484,10,4,3,2,2,3,3,29.493,61.336,64.952,10,6,,4.685,8.913,10.1,3,1,1967,Louisiana,8,3,1,-99,7,-99,-99,5,1,1,-99,2.586,111.917,113.155,34,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,63ed508fde849af6ba4b96e5,0,"{""startTime"":1678666203795,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":7495,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3511,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678666123432,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678665960185,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":23,""label"":""tour_started""},{""time"":13418,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3382,""week"":""51"",""id"":""chart""},{""time"":18578,""label"":""tour_next"",""step"":2},{""time"":28713,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678666082580,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",simple -2023-03-12 18:06:44,2023-03-12 18:17:46,0,98.34.54.128,100,662,1,2023-03-12 18:17:48,R_1eOAYK7gwLCvLse,,,,,41.8482,-87.6521,anonymous,EN,1,64.914,64.914,65.845,1,2,,1,4.17,4.17,5,1,0,0,15.01,0,50,83,18,12.665,18.379,19.743,5,10.864,15.652,29.758,2,1,-99,33.561,58.682,66.152,2,-3,-3,11.913,99.593,101.099,3,-99,23.536,23.536,26.045,1,0,0,60.859,0,3,7,3,5,4,7,-99,10.341,36.988,38.457,9,7,4,7,1,1,7,I have no reason to trust it,3.042,7.15,18.705,2,2,-99,4.367,4.859,5.985,2,2,7,3,4,1,5,6,0,0,16.498,0,1,2,4,3,2,1,3,3,-99,4.246,28.154,35.612,16,2,2,3,2,2,2,4.938,16.499,18.364,6,8,5,7.157,19.898,20.922,3,1,1989,Illinois,2,3,1,-99,7,-99,-99,7,4,2,-99,2.256,62.116,65.536,11,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,58d9a79c33fef3000118abdf,1,"{""startTime"":1678666363445,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678666319335,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678666125558,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":30,""label"":""tour_started""},{""time"":10837,""label"":""tour_next"",""step"":2},{""time"":15629,""label"":""tour_end"",""step"":2},{""time"":16670,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1124,""week"":""52"",""id"":""chart""},{""time"":17908,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2751,""week"":""1"",""id"":""chart""},{""time"":20993,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1606,""week"":""2"",""id"":""chart""},{""time"":23298,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1163,""week"":""4"",""id"":""chart""},{""time"":24958,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2501,""week"":""5"",""id"":""chart""}]}","{""startTime"":1678666257596,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",moderate -2023-03-12 18:05:43,2023-03-12 18:18:07,0,184.103.148.30,100,744,1,2023-03-12 18:18:08,R_poCmnjmU49rhPzP,,,,,33.4475,-112.0866,anonymous,EN,1,8.978,8.978,15.242,1,1,2,1,2.037,6.251,7.901,2,0,0,15.111,0,60,74,67,8.607,19.488,20.955,5,17.269,23.022,36.224,2,1,-99,23.964,49.363,50.433,2,-3,-99,42.501,57.035,58.118,2,-99,39.306,39.306,43.789,1,0,0,53.326,0,3,7,3,4,5,2,-99,14.879,46.135,49.544,7,5,5,5,5,5,6,"DIRECTIONS SAID ""ASSUME YOU TRUST THE VISUALIZATION""",5.101,31.235,34.673,3,3,-99,8.192,15.55,15.947,4,2,7,3,4,1,5,6,0,0,71.686,0,3,2,5,6,3,6,10,7,-99,12.929,35.94,38.196,13,3,4,2,2,4,3,15.6,55.765,57.224,7,3,3,16.375,24.509,25.893,3,1,2001,Arizona,5,2,1,-99,3,-99,-99,11,4,2,-99,8.13,93.301,93.656,12,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,60fd204be5808aec5c6cc4fa,1,"{""startTime"":1678666230942,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678666168191,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678666019032,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":17262,""label"":""tour_next"",""step"":2},{""time"":23015,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678666114396,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",moderate -2023-03-12 18:06:38,2023-03-12 18:18:11,0,73.190.174.121,100,693,1,2023-03-12 18:18:11,R_3KusG3uHI0fFwcD,,,,,36.3125,-82.377,anonymous,EN,1,8.864,8.864,9.944,1,,,,,,,,0,0,15.014,0,100,71,50,7.913,13.601,16.095,4,9.38,16.015,19.923,3,1,-99,36.378,74.829,77.169,2,-2,-3,17.906,105.233,106.239,3,-99,24.773,27.108,27.912,3,0,0,32.725,0,3,1,3,4,6,3,-99,8.3,55.205,57.648,7,3,5,3,1,1,3,I have no idea if the data is accurate,3.118,3.118,16.026,1,4,-99,15.922,18.22,20.467,3,2,7,3,4,1,5,6,0,0,24.757,0,2,2,2,2,2,7,9,9,-99,5.248,21.726,23.657,9,2,2,3,4,2,1,7.206,28.251,29.9,6,2,,6.022,6.022,8.394,1,1,1979,Tennessee,6,2,1,-99,7,-99,-99,12,4,1,aarondscott@gmail.com,3.243,112.873,117.458,35,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,610ccf09b1b0759b2668ded1,0,"{""startTime"":1678666214765,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678666273093,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678666054222,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":12026,""label"":""tour_next"",""step"":2},{""time"":16000,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678666181491,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",moderate -2023-03-12 18:03:38,2023-03-12 18:18:13,0,173.235.235.30,100,874,1,2023-03-12 18:18:13,R_T0N68YOlBXuce5P,,,,,34.9488,-89.9305,anonymous,EN,1,6.221,6.221,7.247,1,,,,,,,,0,0,15.016,0,87,93,85,9.517,23.341,24.956,4,20.73,39.234,42.85,2,1,-99,15.408,91.742,99.019,3,-3,-3,50,132.392,133.917,2,-99,19.939,19.939,21.861,1,0,0,52.465,0,3,1,4,5,6,3,-99,17.131,51.3,54.918,6,5,5,5,5,1,5,it originally stated let's assume I trust the data,10.486,10.486,34.957,1,3,-99,14.3,15.124,17.449,2,2,7,3,4,1,5,6,0,0,20.637,0,1,1,8,4,1,6,8,4,-99,6.857,33.825,36.411,8,3,3,4,2,4,4,41.915,87.003,89.901,6,5,,27.895,27.895,29.946,1,1,1972,Mississippi,6,3,1,-99,7,-99,-99,15,3,2,-99,1.667,117.161,122.461,30,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,63f4c39d35bdf336aaa69db5,0,"{""startTime"":1678666075658,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":663,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1353,""week"":""30"",""id"":""chart""}]}","{""startTime"":1678666131107,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678665879873,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":17,""label"":""tour_started""},{""time"":12371,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2297,""week"":""52"",""id"":""chart""},{""time"":18581,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1132,""week"":""52"",""id"":""chart""},{""time"":20720,""label"":""tour_next"",""step"":2},{""time"":25024,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1149,""week"":""51"",""id"":""chart2""},{""time"":28022,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1981,""week"":""1"",""id"":""chart2""},{""time"":31218,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2215,""week"":""3"",""id"":""chart2""},{""time"":35631,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1648,""week"":""52"",""id"":""chart2""},{""time"":39224,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678666022635,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":27598,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3632,""week"":""4"",""id"":""chart""},{""time"":34456,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4499,""week"":""4"",""id"":""chart""},{""time"":40551,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1248,""week"":""51"",""id"":""chart2""},{""time"":41916,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2616,""week"":""52"",""id"":""chart2""},{""time"":45675,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2203,""week"":""52"",""id"":""chart""}]}",simple -2023-03-12 18:05:40,2023-03-12 18:18:26,0,75.23.172.44,100,765,1,2023-03-12 18:18:26,R_1o5PrgsEkFKFbYM,,,,,34.4318,-118.5003,anonymous,EN,1,69.935,69.935,72.122,1,1,2,1,1.878,4.046,6.113,2,0,0,15.108,0,100,100,50,9.821,21.059,23.143,4,62.05,76.9,81.675,2,1,-99,36.783,66.632,68.86,2,-3,-3,49.208,66.791,69.648,2,-99,18.742,18.742,20.398,1,0,0,48.482,0,5,3,5,5,6,5,-99,12.2,33.805,36.098,6,3,5,3,3,4,5,It shows the rate of infections among those with and without vaccinations. It doesn't promote any personal beliefs either. It is a simple chart published to help the public understand the differences in infections among the two groups.,3.159,89.525,92.655,4,4,-99,7.552,7.552,9.352,1,2,7,3,4,1,5,6,0,0,34.358,0,4,5,2,6,5,4,9,8,-99,9.206,21.489,23.149,8,4,5,1,1,4,3,14.088,36.32,37.607,7,1,3,7.76,17.81,19.609,2,2,2003,California,3,3,1,-99,7,-99,-99,9,4,2,-99,4.007,48.991,50.948,11,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,6298f177bd9e483270ee796b,1,"{""startTime"":1678666273466,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678666310208,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":741,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1068,""week"":""51"",""id"":""chart""}]}","{""startTime"":1678666072820,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":18130,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2497,""week"":""52"",""id"":""chart""},{""time"":22311,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3300,""week"":""1"",""id"":""chart""},{""time"":26099,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2994,""week"":""1"",""id"":""chart""},{""time"":29148,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1862,""week"":""2"",""id"":""chart""},{""time"":38914,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2646,""week"":""6"",""id"":""chart""},{""time"":41882,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1795,""week"":""2"",""id"":""chart""},{""time"":44730,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4897,""week"":""52"",""id"":""chart""},{""time"":50229,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":9648,""week"":""51"",""id"":""chart""},{""time"":62047,""label"":""tour_next"",""step"":2},{""time"":62762,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3965,""week"":""51"",""id"":""chart2""},{""time"":66865,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2696,""week"":""52"",""id"":""chart2""},{""time"":69979,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1849,""week"":""1"",""id"":""chart2""},{""time"":76898,""label"":""tour_end"",""step"":2},{""time"":79379,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1201,""week"":""6"",""id"":""chart2""}]}","{""startTime"":1678666224472,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":9476,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1191,""week"":""14"",""id"":""chart""},{""time"":31659,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1199,""week"":""51"",""id"":""chart2""}]}",simple -2023-03-12 18:07:07,2023-03-12 18:18:51,0,73.255.249.164,100,704,1,2023-03-12 18:18:52,R_Rlc0SO4QE2BZgtj,,,,,27.3269,-82.5433,anonymous,EN,1,4.649,4.649,5.546,1,1,3,1,1.803,4.12,5.064,2,3.236,3.236,15.011,1,62,47,73,5.107,14.275,20.77,4,18.191,41.48,65.868,8,1,-99,3.599,70.561,72.056,7,-3,-3,1.876,88.623,97.858,14,-99,3.227,43.404,44.532,16,9.777,10.072,43.832,2,4,7,4,3,6,4,"The ""rate of (un)vaccinated"" at the top of the graphs make the graphs a bit unclear. Would be better to leave out the ""rate of"" and just say ""unvaccinated sample"" and ""vaccinated sample""",4.422,61.301,97.077,12,3,3,4,3,4,4,I would like to verify to make sure the calculated rates are correct.,1.708,2.201,29.951,2,4,-99,1.522,15.202,15.561,5,2,7,3,4,1,5,6,3.028,21.453,23.693,4,4,8,7,8,8,7,10,9,-99,2.659,22.39,26.542,11,4,4,2,2,4,4,5.499,27.755,29.082,8,2,1,6.898,13.121,15.396,4,2,1987,Florida,7,2,1,-99,7,-99,-99,9,4,2,-99,2.701,41.893,43.464,15,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,562435d4ed6e5a0011c812d0,1,"{""startTime"":1678666270790,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":12645,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1454,""week"":""5"",""id"":""chart2""},{""time"":53435,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2510,""week"":""1"",""id"":""chart""},{""label"":""window_blurred"",""time"":57976},{""label"":""window_focused"",""time"":61228}]}","{""startTime"":1678666368397,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678666087641,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":4600,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8101,""week"":""52"",""id"":""chart""},{""time"":20237,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4367,""week"":""6"",""id"":""chart""},{""time"":28866,""label"":""tour_next"",""step"":2},{""time"":30241,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1483,""week"":""51"",""id"":""chart2""},{""time"":40122,""label"":""tour_end"",""step"":2},{""time"":40727,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1017,""week"":""52"",""id"":""chart2""},{""time"":43695,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1750,""week"":""52"",""id"":""chart2""},{""time"":46376,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3654,""week"":""51"",""id"":""chart2""},{""time"":51193,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4276,""week"":""1"",""id"":""chart""},{""time"":55536,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3816,""week"":""52"",""id"":""chart""},{""label"":""window_blurred"",""time"":63367},{""label"":""window_focused"",""time"":65267}]}","{""startTime"":1678666226357,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":4618,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1536,""week"":""52"",""id"":""chart2""},{""time"":6327,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1654,""week"":""51"",""id"":""chart2""},{""label"":""window_blurred"",""time"":11783},{""label"":""window_focused"",""time"":13297},{""time"":17133,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5559,""week"":""51"",""id"":""chart""},{""time"":22709,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2328,""week"":""52"",""id"":""chart""},{""time"":25101,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2352,""week"":""1"",""id"":""chart""},{""time"":33210,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1096,""week"":""49"",""id"":""chart2""},{""time"":40264,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1807,""week"":""52"",""id"":""chart""}]}",simple -2023-03-12 18:08:30,2023-03-12 18:19:07,0,208.38.225.149,100,636,1,2023-03-12 18:19:07,R_3oI534Bgk12F4in,,,,,40.0414,-84.2023,anonymous,EN,1,19.849,19.849,22.332,1,1,2,1,2.871,5.73,7.558,2,0,0,15.125,0,100,71,55,4.884,9.124,12.127,3,12.562,22.528,61.415,2,1,-99,15.08,63.678,68.469,2,1,1,18.835,67.916,70.072,4,2,4.981,28.339,29.762,2,0,0,41.779,0,5,4,7,5,5,5,None,13.151,33.26,39.974,8,5,5,5,3,4,5,The information sounds reliable and the way that the information is presented seems professional.,3.179,3.179,30.451,1,5,None,6.864,8.643,11.255,2,2,7,3,4,1,5,6,0,0,19.815,0,5,8,3,8,6,6,10,10,None,8.67,24.794,29.41,10,3,3,2,3,4,2,11.682,30.919,34.813,6,2,2,9.242,16.52,23.825,2,1,1997,Ohio,6,1,1,-99,7,-99,-99,11,4,1,5e70e4309b339b03acc24159@email.prolific.co,4.066,63.401,66.177,16,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5e70e4309b339b03acc24159,1,"{""startTime"":1678666412584,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678666357270,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678666182610,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":7327,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1490,""week"":""51"",""id"":""chart""},{""time"":12555,""label"":""tour_next"",""step"":2},{""time"":22521,""label"":""tour_end"",""step"":2},{""time"":23847,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1134,""week"":""51"",""id"":""chart""},{""time"":29236,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1334,""week"":""51"",""id"":""chart""},{""time"":34353,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2140,""week"":""52"",""id"":""chart""},{""time"":37541,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4108,""week"":""52"",""id"":""chart""},{""time"":43382,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1132,""week"":""52"",""id"":""chart""},{""time"":53594,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3127,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678666314939,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":13734,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1336,""week"":""1"",""id"":""chart""},{""time"":15447,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":15513,""week"":""52"",""id"":""chart""},{""time"":31461,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1236,""week"":""32"",""id"":""chart""},{""time"":33376,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1196,""week"":""52"",""id"":""chart""}]}",moderate -2023-03-12 18:06:13,2023-03-12 18:19:42,0,47.205.221.74,100,808,1,2023-03-12 18:19:43,R_27fegjRM558Z2pU,,,,,27.4067,-82.5314,anonymous,EN,1,15.276,15.276,17.435,1,1,4,2,3.712,7.618,10.497,2,0,0,15.126,0,71,59,50,15.538,25.986,28.151,4,22.787,45.941,48.28,3,1,-99,53.519,82.75,87.571,6,-3,-3,49.596,108.117,110.405,3,-99,21.623,21.623,27.526,1,30.487,30.487,40.888,1,3,3,4,4,3,3,Why do you have to stack the data? The stacking of the bars makes the data harder to read.,10.456,73.484,90.889,12,4,4,4,3,3,3,It just a chart with no support data. I would like to see some detail behind the chart.,3.056,5.456,38.978,2,5,-99,8.525,13.817,24.114,4,2,3,4,5,1,6,7,1.735,18.002,20.598,3,7,7,7,7,7,6,8,7,-99,7.723,21.833,25.002,8,4,4,2,2,4,3,13.855,49.463,51.576,6,3,3,6.253,16.177,18.996,4,1,1962,Florida,6,3,1,-99,7,-99,-99,8,4,1,628817a3c518b074f426f27d@email.prolific.co,1.966,64.343,67.359,20,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,628817a3c518b074f426f27d,1,"{""startTime"":1678666344712,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678666270763,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678666068587,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":75,""label"":""tour_started""},{""time"":22756,""label"":""tour_next"",""step"":2},{""time"":29662,""label"":""tour_end"",""step"":2},{""time"":30755,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1014,""week"":""52"",""id"":""chart""},{""time"":40788,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1438,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678666228783,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",moderate -2023-03-12 18:07:31,2023-03-12 18:20:21,0,96.81.204.54,100,770,1,2023-03-12 18:20:22,R_2Vx4Y2L8i0OpuE2,,,,,41.9237,-87.814,anonymous,EN,1,2.643,8.43,10.306,6,,,,,,,,7.668,7.668,15.017,1,100,100,66,2.869,19.154,20.585,16,3.128,14.873,16.074,4,1,-2,1.297,53.296,54.485,19,1,-3,2.704,90.695,91.866,24,-99,1.688,85.207,86.409,8,2.946,33.353,34.57,5,4,4,4,4,4,4,-99,1.329,14.179,15.56,12,4,6,5,1,4,6,I can imagine these statistics to be true,6.647,6.647,15.513,1,1,-99,5.725,6.945,7.896,2,3,4,5,6,1,2,7,16.844,16.844,19.575,1,4,4,5,4,4,5,6,6,-99,6.966,25.101,26.174,17,5,5,1,1,5,5,86.763,99.833,101.257,7,4,,71.577,72.441,73.558,2,2,1987,Illinois,6,2,1,-99,9,-99,Irish Mexican,11,3,1,joanmcbitch@yahoo.com,1.527,53.961,60.617,22,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,603ee4c2bd61ee1a08fd6a8a,0,"{""startTime"":1678666367490,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678666343175,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678666128567,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":28,""label"":""tour_started""},{""time"":4761,""label"":""tour_next"",""step"":2},{""time"":12891,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678666237504,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",moderate -2023-03-12 18:07:07,2023-03-12 18:20:26,0,184.184.143.221,100,798,1,2023-03-12 18:20:27,R_1rq6aqfdebAvRHK,,,,,41.4694,-81.8541,anonymous,EN,1,12.495,12.495,14.062,1,1,1,2,1.844,4.444,5.15,2,0,0,15.117,0,45,63,41,4.377,11,11.793,4,19.384,74.884,78.369,5,1,-99,83.887,156.146,157.193,3,-3,-3,37.855,51.746,51.964,3,-99,38.837,38.837,39.628,1,23.916,23.916,36.6,1,4,7,5,4,3,5,-99,47.094,74.657,77.281,7,4,5,4,2,4,5,"the data seems pretty solid, and seems like it makes sense so i have no reason to doubt it",3.782,3.782,31.629,1,4,-99,49.183,51.555,51.825,3,2,7,3,4,1,5,6,0,0,30.891,0,3,4,8,5,3,2,3,7,-99,29.204,40.412,41.067,9,2,2,4,5,1,2,9.515,33.557,34.554,14,4,2,12.933,19.276,20.471,3,1,1997,Ohio,2,2,1,-99,7,-99,-99,2,2,1,-99,2.448,44.181,47.137,12,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5fa5a899f2b7600f72104ad1,1,"{""startTime"":1678666304993,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678666250586,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678666094915,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":19378,""label"":""tour_next"",""step"":5},{""time"":29163,""label"":""cleared_brush"",""using"":""Click""},{""time"":29889,""label"":""cleared_brush"",""using"":""Click""},{""time"":33072,""label"":""started_brush"",""startDate"":""2021-06-01"",""endDate"":""2021-07-04""},{""time"":33882,""label"":""tour_next"",""step"":5},{""time"":40431,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-07-04""},{""time"":41821,""label"":""cleared_brush"",""using"":""Click""},{""time"":42555,""label"":""tour_next"",""step"":5},{""time"":48806,""label"":""cleared_brush"",""using"":""Click""},{""time"":48806,""label"":""cleared_brush"",""using"":""Escape""},{""time"":49581,""label"":""tour_next"",""step"":5},{""time"":74878,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678666213586,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":3138,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7745,""week"":""52"",""id"":""chart""},{""time"":21048,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1486,""week"":""52"",""id"":""chart""}]}",complex -2023-03-12 18:08:06,2023-03-12 18:20:56,0,172.126.85.8,100,769,1,2023-03-12 18:20:56,R_22y4k2Ez6vqMw6o,,,,,30.6253,-87.896,anonymous,EN,1,4.293,4.293,4.953,1,,,,,,,,0,0,15.006,0,79,100,68,4.548,9.395,10.035,4,29.911,33.529,35.043,2,1,-99,6.019,79.289,85.392,29,-2,-3,43.153,126.745,127.359,21,-99,45.079,54.723,56.136,5,60.306,60.306,64.786,1,3,1,3,2,4,3,-99,2.553,26.902,29.687,9,3,2,7,1,1,3,I have no reason to not believe it but I need other sources corroborating the information to trust it.,2.062,50.776,51.691,8,5,-99,2.542,6.672,7.101,6,2,7,3,4,1,5,6,0.95,2.373,11.151,4,2,2,6,5,1,1,7,8,-99,7.674,88.572,89.961,22,5,5,1,2,5,5,9.743,26.408,27.372,7,4,,1.889,1.889,3.041,1,1,1997,Alabama,5,1,1,-99,7,-99,-99,4,3,2,-99,0.754,93.545,97.459,72,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5ecd38f434841606c4b5d457,0,"{""startTime"":1678666315299,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678666345761,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":10753},{""label"":""window_focused"",""time"":11556}]}","{""startTime"":1678666128912,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":8,""label"":""tour_started""},{""label"":""window_blurred"",""time"":5579},{""label"":""window_focused"",""time"":22938},{""time"":29906,""label"":""tour_next"",""step"":2},{""time"":33523,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678666250152,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":4727,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1834,""week"":""2"",""id"":""chart""},{""time"":6635,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1070,""week"":""1"",""id"":""chart""},{""time"":14790,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1526,""week"":""1"",""id"":""chart2""},{""time"":28293,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2747,""week"":""1"",""id"":""chart""},{""label"":""window_blurred"",""time"":33466},{""label"":""window_focused"",""time"":59110},{""time"":62647,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1486,""week"":""52"",""id"":""chart2""}]}",simple -2023-03-12 18:10:08,2023-03-12 18:23:40,0,76.21.182.84,100,811,1,2023-03-12 18:23:40,R_1LGUVoj5p7LfR1Z,,,,,38.3523,-75.5386,anonymous,EN,1,6.399,6.399,7.165,1,,,,,,,,0,0,15.007,0,64,68,78,8.356,15.555,16.428,3,32.113,177.63,185.623,20,1,-99,33.25,51.198,59.806,2,-3,1,63.664,81.431,82.873,2,-99,69.913,69.913,75.821,1,0,0,36.218,0,3,1,3,3,6,2,-99,17.285,45.601,53.843,6,4,4,4,1,1,3,I don't have proof that this information is correct. Just because it's put on a graph doesn't mean it's accurate.,2.837,2.837,36.692,1,4,-99,6.852,6.852,9.424,1,2,7,3,4,1,5,6,0,0,13.466,0,1,1,4,1,1,1,1,4,-99,10.175,31.091,34.036,12,1,1,5,5,1,1,13.415,31.382,32.34,6,7,,6.168,6.168,7.29,1,2,1971,Maryland,3,2,1,-99,7,-99,-99,17,3,2,-99,2.096,54.644,55.602,14,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5f3dd31899a9be204ea557f6,0,"{""startTime"":1678666654736,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678666575690,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678666276562,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":32110,""label"":""tour_next"",""step"":5},{""time"":56225,""label"":""tour_back"",""step"":5},{""time"":62126,""label"":""tour_next"",""step"":5},{""time"":67430,""label"":""started_brush"",""startDate"":""2021-04-24"",""endDate"":""2021-06-08""},{""time"":74297,""label"":""moved_brush"",""startDate"":""2021-04-10"",""endDate"":""2021-05-25""},{""time"":74876,""label"":""tour_next"",""step"":5},{""time"":87564,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-05-20""},{""time"":88976,""label"":""moved_brush"",""startDate"":""2021-12-23"",""endDate"":""2022-02-07""},{""time"":91379,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-05-20""},{""time"":92020,""label"":""cleared_brush"",""using"":""Click""},{""time"":93778,""label"":""tour_next"",""step"":5},{""time"":105342,""label"":""tour_back"",""step"":5},{""time"":108392,""label"":""started_brush"",""startDate"":""2021-06-29"",""endDate"":""2021-07-07""},{""time"":111813,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-06-29""},{""time"":115311,""label"":""cleared_brush"",""using"":""Click""},{""time"":117370,""label"":""cleared_brush"",""using"":""Click""},{""time"":119003,""label"":""cleared_brush"",""using"":""Click""},{""time"":122435,""label"":""cleared_brush"",""using"":""Click""},{""time"":123942,""label"":""tour_next"",""step"":5},{""time"":131457,""label"":""cleared_brush"",""using"":""Click""},{""time"":131457,""label"":""cleared_brush"",""using"":""Escape""},{""time"":133492,""label"":""tour_next"",""step"":5},{""time"":153491,""label"":""tour_end"",""step"":5},{""time"":161048,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":2389,""week"":""6"",""id"":""chart""},{""time"":163493,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1995,""week"":""6"",""id"":""chart""},{""time"":165493,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1561,""week"":""6"",""id"":""chart""},{""time"":167276,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1061,""week"":""5"",""id"":""chart""},{""time"":169143,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1760,""week"":""5"",""id"":""chart""},{""time"":170909,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":2311,""week"":""5"",""id"":""chart""},{""time"":173232,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":2426,""week"":""5"",""id"":""chart""}]}","{""startTime"":1678666539116,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",complex -2023-03-12 18:05:56,2023-03-12 18:24:03,0,99.162.213.149,100,1086,1,2023-03-12 18:24:03,R_2xWxkav3i2vIv8c,,,,,30.2801,-81.4165,anonymous,EN,1,8.777,9.777,10.978,2,,,,,,,,0,0,15.012,0,60,41,38,8.109,19.292,20.618,5,9.394,140.57,141.825,18,1,-99,25.734,200.237,202.342,9,-3,-3,11.831,144.135,145.476,9,-99,23.513,47.265,48.527,6,22.17,31.314,32.479,2,3,1,3,2,5,3,was the covid question an attention check? or a typo?,16.564,49.139,73.619,10,6,4,4,1,1,3,I do not know anything about the Chamber of Agriculture in Croatia so if I were to learn more about that organization I would be more likely to trust the data,3.523,3.523,55.666,1,7,there was one page where the same question appeared twice and the answer choices were different in the question on top and the one on the bottom - took a screenshot - so I put don't know for the second one,9.359,63.847,64.861,4,2,7,3,4,1,5,6,11.35,11.35,22.165,1,5,9,1,7,10,1,11,10,-99,6.129,31.417,33.032,10,3,1,1,1,5,5,9.889,26.938,27.8,7,1,,6.857,8.73,9.751,2,2,1958,Florida,6,2,1,-99,7,-99,-99,11,4,1,5f489766dbc4a2364c0f4f93@email.prolific.co,6.678,94.032,98.584,20,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5f489766dbc4a2364c0f4f93,0,"{""startTime"":1678666237796,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678666311806,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":23348,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1241,""week"":""51"",""id"":""chart""}]}","{""startTime"":1678666013260,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":21568,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2552,""week"":""1"",""id"":""chart""},{""time"":25054,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1001,""week"":""47"",""id"":""chart""},{""time"":30956,""label"":""tour_next"",""step"":5},{""time"":71788,""label"":""cleared_brush"",""using"":""Click""},{""time"":72163,""label"":""cleared_brush"",""using"":""Click""},{""time"":73151,""label"":""started_brush"",""startDate"":""2021-10-27"",""endDate"":""2022-02-07""},{""time"":74860,""label"":""tour_next"",""step"":5},{""time"":83831,""label"":""moved_brush"",""startDate"":""2021-10-18"",""endDate"":""2022-01-29""},{""time"":84899,""label"":""tour_next"",""step"":5},{""time"":93940,""label"":""cleared_brush"",""using"":""Click""},{""time"":98315,""label"":""tour_next"",""step"":5},{""time"":109853,""label"":""tour_end"",""step"":5},{""time"":115660,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4906,""week"":""52"",""id"":""chart""},{""time"":120684,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1767,""week"":""1"",""id"":""chart""},{""time"":131859,""label"":""cleared_brush"",""using"":""Click""},{""time"":134342,""label"":""started_brush"",""startDate"":""2021-11-19"",""endDate"":""2022-01-20""}]}","{""startTime"":1678666204818,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",complex -2023-03-12 18:03:59,2023-03-12 18:24:59,0,99.100.194.138,100,1259,1,2023-03-12 18:24:59,R_3OcPzgYK6MWIthr,,,,,38.4073,-90.4368,anonymous,EN,1,57.731,57.731,58.963,1,1,3,1,2.55,6.592,7.904,2,0,0,15.118,0,83,78,56,65.964,71.457,72.572,3,15.568,23.641,44.052,2,1,-3,38.247,201.023,206.399,2,-3,-3,57.447,95.42,100.517,2,-99,20.243,20.243,28.161,1,0,0,72.556,0,4,4,5,6,5,4,"simple and effective visualizations, and not particularly striking visualizations ",23.253,56.739,81.4,7,4,6,4,2,4,5,"The source was listed as the CDC, which is a government source that is generally trustworthy.",2.822,2.822,52.403,1,4,-99,7.857,7.857,14.028,1,2,7,3,4,1,5,6,0,0,57.431,0,7,8,9,9,5,8,10,9,-99,38.727,61.8,63.771,8,5,5,1,1,5,5,7.054,32.758,33.802,6,4,1,6.813,67.04,69.761,2,1,1997,Missouri,7,1,1,-99,7,-99,-99,11,3,2,-99,3.761,185.576,186.8,13,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,6299ff1ebc3e60ee16e4f099,1,"{""startTime"":1678666333293,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678666415123,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678666008453,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":11392,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1749,""week"":""52"",""id"":""chart""},{""time"":15563,""label"":""tour_next"",""step"":2},{""time"":19342,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1633,""week"":""52"",""id"":""chart2""},{""time"":23635,""label"":""tour_end"",""step"":2},{""time"":29012,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1146,""week"":""52"",""id"":""chart2""},{""time"":30654,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1887,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678666260334,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",simple -2023-03-12 18:05:40,2023-03-12 18:26:30,0,67.234.30.218,100,1249,1,2023-03-12 18:26:31,R_1CK0o7tEUJbGrUs,,,,,36.291,-82.5001,anonymous,EN,1,12.093,14.478,15.108,3,2,,2,2.738,2.738,4.056,1,2.725,2.725,15.029,1,50,100,94,11.289,31.571,32.276,7,24.994,203.159,204.151,19,1,-99,22.883,177.596,178.481,10,-3,-3,22.665,70.289,70.987,8,-99,45.968,47.079,48.151,2,55.806,55.806,56.732,1,1,1,1,5,5,1,"Sorry, but I just do not find that chart/data believable . . . but, I have lost much/most faith in the CDC since the pandemic.",23.425,132.136,133.006,16,7,5,5,1,3,5,"At the beginning of that question, the study asked that I assume I agreed with the study. ",5.491,5.491,49.714,1,6,I don't believe I have any additional thoughts/comments.,8.458,48.084,48.949,6,2,7,3,4,1,5,6,17.483,35.514,36.205,3,3,3,8,8,1,9,9,8,-99,7.083,46.884,47.752,13,3,3,1,1,4,3,15.843,78.948,84.322,12,5,1,11.873,41.569,42.297,6,2,1961,Virginia,3,2,1,-99,7,-99,-99,4,3,2,-99,5.086,76.646,79.058,19,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,63f2261685a2effaa7a16de6,1,"{""startTime"":1678666348484,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678666483006,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678666035452,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":69,""label"":""tour_started""},{""time"":26454,""label"":""tour_next"",""step"":5},{""time"":58175,""label"":""started_brush"",""startDate"":""2021-11-21"",""endDate"":""2022-01-24""},{""time"":63234,""label"":""moved_brush"",""startDate"":""2021-12-05"",""endDate"":""2022-02-07""},{""time"":65593,""label"":""moved_brush"",""startDate"":""2021-12-05"",""endDate"":""2022-02-07""},{""time"":88039,""label"":""tour_next"",""step"":5},{""time"":131098,""label"":""moved_brush"",""startDate"":""2021-12-05"",""endDate"":""2022-02-07""},{""time"":131801,""label"":""moved_brush"",""startDate"":""2021-12-05"",""endDate"":""2022-02-07""},{""time"":136622,""label"":""started_brush"",""startDate"":""2021-12-01"",""endDate"":""2022-02-07""},{""time"":148519,""label"":""tour_next"",""step"":5},{""time"":156870,""label"":""cleared_brush"",""using"":""Click""},{""time"":156870,""label"":""cleared_brush"",""using"":""Escape""},{""time"":164053,""label"":""tour_next"",""step"":5},{""time"":178735,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678666290090,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",complex -2023-03-12 18:10:12,2023-03-12 18:27:12,0,47.32.189.250,100,1019,1,2023-03-12 18:27:12,R_1fefWWKVJLCDWxb,,,,,37.4912,-120.8559,anonymous,EN,1,77.903,77.903,78.906,1,1,3,1,8.644,10.049,11.375,2,0,0,15.105,0,100,33,79,4.973,10.187,11.989,3,20.878,75.575,108.299,13,1,-99,43.451,91.196,92.925,2,-3,1,69.206,92.236,93.896,2,-99,25.256,39.159,40.495,2,51.264,51.264,51.716,1,6,6,6,6,6,6,-99,78.627,90.287,91.349,6,6,6,6,2,5,6,"I can see the situation for the CDC which is the entity that collects this type of data. ",1.745,1.745,25.286,1,2,-99,2.802,2.802,5.137,1,2,7,3,4,1,5,6,0,0,25.586,0,2,7,3,6,3,4,10,10,-99,4.624,19.666,21.003,10,2,3,4,4,4,2,173.667,188.68,189.742,6,2,3,3.891,9.374,11.076,2,1,1999,California,6,2,2,-99,4,-99,-99,4,4,1,63116efcd51b74f77be0cfbb@email.prolific.co,2.937,97.287,100.307,14,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,63116efcd51b74f77be0cfbb,1,"{""startTime"":1678666591865,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":21577,""label"":""cleared_brush"",""using"":""Click""},{""time"":21577,""label"":""cleared_brush"",""using"":""Escape""},{""time"":69659,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1126,""week"":""51"",""id"":""chart""}]}","{""startTime"":1678666545961,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":632,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1286,""week"":""1"",""id"":""chart""}]}","{""startTime"":1678666343909,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":110,""label"":""tour_started""},{""time"":2993,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1229,""week"":""52"",""id"":""chart""},{""time"":4224,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7342,""week"":""52"",""id"":""chart""},{""time"":20869,""label"":""tour_next"",""step"":5},{""time"":34613,""label"":""started_brush"",""startDate"":""2021-08-02"",""endDate"":""2021-08-31""},{""time"":35849,""label"":""tour_next"",""step"":5},{""time"":43665,""label"":""moved_brush"",""startDate"":""2021-09-02"",""endDate"":""2021-10-02""},{""time"":44866,""label"":""tour_next"",""step"":5},{""time"":54798,""label"":""moved_brush"",""startDate"":""2021-09-02"",""endDate"":""2021-10-02""},{""time"":55465,""label"":""moved_brush"",""startDate"":""2021-09-02"",""endDate"":""2021-10-02""},{""time"":67418,""label"":""cleared_brush"",""using"":""Click""},{""time"":70573,""label"":""tour_next"",""step"":5},{""time"":75567,""label"":""tour_end"",""step"":5},{""time"":82005,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1564,""week"":""52"",""id"":""chart""},{""time"":83890,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4422,""week"":""52"",""id"":""chart""},{""time"":88325,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6033,""week"":""52"",""id"":""chart""},{""time"":96801,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1482,""week"":""2"",""id"":""chart""},{""time"":98285,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1738,""week"":""2"",""id"":""chart""},{""time"":104192,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2419,""week"":""6"",""id"":""chart""}]}","{""startTime"":1678666493749,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":19699,""label"":""started_brush"",""startDate"":""2021-06-01"",""endDate"":""2021-07-01""},{""time"":23321,""label"":""cleared_brush"",""using"":""Click""},{""time"":32498,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":18057,""week"":""52"",""id"":""chart""}]}",complex -2023-03-12 18:06:11,2023-03-12 18:29:21,0,73.216.211.104,100,1390,1,2023-03-12 18:29:22,R_qONx3nL5mscfmGR,,,,,37.2532,-80.4347,anonymous,EN,1,33.737,110.704,112.778,2,,,,,,,,0,0,15.018,0,100,96,100,8.927,29.292,30.988,6,21.302,137.869,150.549,11,1,-99,27.79,73.636,86.654,3,-3,-3,1.795,65.941,68.633,5,3,51.137,51.137,55.396,1,0,0,63.86,0,5,1,6,6,6,6,"The data is completely unrelated to COVID-19 even though there is a question about it. ",28.922,117.95,130.143,9,6,6,6,7,1,6,"Data was collected over a long period of time. It also claims to be from an organization, the CCA, which seems like something they would care about. ",5.505,16.825,113.385,3,5,-99,12.8,12.8,16.113,1,2,7,3,4,1,5,6,0,0,43.43,0,3,5,8,9,3,6,11,11,-99,8.017,30.043,36.153,9,5,5,3,2,5,4,18.573,47.168,54.991,6,4,,14.096,18.168,23.375,2,1,1994,Virginia,6,2,1,-99,7,-99,-99,11,3,1,63eadc57476c90c3a9c3a977@email.prolific.co,3.276,269.073,288.803,18,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,63eadc57476c90c3a9c3a977,0,"{""startTime"":1678666585055,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678666415001,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678666144016,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":12219,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1480,""week"":""47"",""id"":""chart""},{""time"":15024,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2991,""week"":""49"",""id"":""chart""},{""time"":21298,""label"":""tour_next"",""step"":5},{""time"":37038,""label"":""started_brush"",""startDate"":""2021-06-25"",""endDate"":""2021-10-02""},{""time"":39094,""label"":""tour_next"",""step"":5},{""time"":46787,""label"":""moved_brush"",""startDate"":""2021-05-27"",""endDate"":""2021-10-02""},{""time"":47972,""label"":""tour_next"",""step"":5},{""time"":62222,""label"":""cleared_brush"",""using"":""Click""},{""time"":64368,""label"":""tour_next"",""step"":5},{""time"":72636,""label"":""tour_end"",""step"":5},{""time"":77385,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1054,""week"":""52"",""id"":""chart""},{""time"":79249,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2649,""week"":""52"",""id"":""chart""},{""time"":85365,""label"":""cleared_brush"",""using"":""Click""},{""time"":88669,""label"":""started_brush"",""startDate"":""2021-10-25"",""endDate"":""2021-11-28""},{""time"":94925,""label"":""cleared_brush"",""using"":""Click""},{""time"":122770,""label"":""cleared_brush"",""using"":""Click""},{""time"":123604,""label"":""cleared_brush"",""using"":""Click""},{""time"":125812,""label"":""started_brush"",""startDate"":""2021-04-07"",""endDate"":""2021-06-04""},{""time"":126813,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4375,""week"":""20"",""id"":""chart""},{""time"":133374,""label"":""cleared_brush"",""using"":""Click""},{""time"":138985,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2909,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678666350719,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":12509,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1772,""week"":""3"",""id"":""chart""}]}",complex + ",1.597,33.502,34.141,10,6,-99,2.305,3.473,4.392,4,2,7,3,4,1,5,6,0,0,15.076,0,2,6,7,6,4,6,9,9,-99,2.509,10.541,11.466,8,4,4,2,2,5,4,2.161,7.089,7.282,7,4,,1.101,1.101,1.596,1,1,1995,Virginia,8,1,1,-99,7,-99,-99,9,4,1,0.099,31.87,32.557,19,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5e7129105f07e2038154621a,0,"{""startTime"":1678666146609,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678666165354,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678665903653,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":8249,""label"":""tour_next"",""step"":5},{""label"":""window_blurred"",""time"":23583},{""label"":""window_focused"",""time"":30898},{""time"":38887,""label"":""tour_back"",""step"":5},{""time"":39911,""label"":""tour_next"",""step"":5},{""time"":42253,""label"":""cleared_brush"",""using"":""Click""},{""time"":43691,""label"":""started_brush"",""startDate"":""2021-05-30"",""endDate"":""2021-06-11""},{""time"":47594,""label"":""cleared_brush"",""using"":""Click""},{""time"":48002,""label"":""cleared_brush"",""using"":""Click""},{""time"":51331,""label"":""cleared_brush"",""using"":""Click""},{""time"":52736,""label"":""tour_next"",""step"":5},{""time"":83975,""label"":""tour_back"",""step"":5},{""time"":85178,""label"":""cleared_brush"",""using"":""Click""},{""time"":86695,""label"":""cleared_brush"",""using"":""Click""},{""time"":87616,""label"":""tour_back"",""step"":5},{""time"":88872,""label"":""tour_next"",""step"":5},{""time"":92349,""label"":""cleared_brush"",""using"":""Click""},{""time"":93256,""label"":""tour_back"",""step"":5},{""label"":""window_blurred"",""time"":96065},{""label"":""window_focused"",""time"":101403},{""time"":101480,""label"":""tour_next"",""step"":5},{""time"":110539,""label"":""cleared_brush"",""using"":""Click""},{""time"":114556,""label"":""cleared_brush"",""using"":""Click""},{""time"":117924,""label"":""cleared_brush"",""using"":""Click""},{""time"":120747,""label"":""cleared_brush"",""using"":""Click""},{""time"":122515,""label"":""cleared_brush"",""using"":""Click""},{""time"":123096,""label"":""tour_back"",""step"":5},{""time"":124496,""label"":""tour_next"",""step"":5},{""time"":129139,""label"":""cleared_brush"",""using"":""Click""},{""time"":129843,""label"":""cleared_brush"",""using"":""Click""},{""time"":131506,""label"":""cleared_brush"",""using"":""Click""},{""time"":133244,""label"":""cleared_brush"",""using"":""Click""},{""time"":134571,""label"":""cleared_brush"",""using"":""Click""},{""time"":135650,""label"":""cleared_brush"",""using"":""Click""},{""time"":138964,""label"":""cleared_brush"",""using"":""Click""},{""time"":140336,""label"":""tour_back"",""step"":5},{""time"":145248,""label"":""tour_next"",""step"":5},{""time"":148844,""label"":""started_brush"",""startDate"":""2021-10-29"",""endDate"":""2021-12-03""},{""time"":149021,""label"":""started_brush"",""startDate"":""2021-12-12"",""endDate"":""2021-12-23""},{""time"":149180,""label"":""cleared_brush"",""using"":""Click""},{""time"":149752,""label"":""started_brush"",""startDate"":""2022-01-07"",""endDate"":""2022-01-17""},{""time"":150264,""label"":""tour_next"",""step"":5},{""time"":156321,""label"":""started_brush"",""startDate"":""2021-09-01"",""endDate"":""2021-11-19""},{""time"":157473,""label"":""moved_brush"",""startDate"":""2021-07-18"",""endDate"":""2021-10-04""},{""label"":""window_blurred"",""time"":160777},{""label"":""window_focused"",""time"":162283},{""time"":162352,""label"":""tour_next"",""step"":5},{""time"":164647,""label"":""cleared_brush"",""using"":""Click""},{""time"":164647,""label"":""cleared_brush"",""using"":""Escape""},{""time"":165312,""label"":""tour_next"",""step"":5},{""time"":167685,""label"":""tour_end"",""step"":5},{""time"":171043,""label"":""cleared_brush"",""using"":""Click""}]}","{""startTime"":1678666113905,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":3557},{""label"":""window_focused"",""time"":4508},{""time"":4884,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1552,""week"":""3"",""id"":""chart""},{""time"":13150,""label"":""cleared_brush"",""using"":""Click""},{""label"":""window_blurred"",""time"":19421},{""label"":""window_focused"",""time"":24318},{""time"":12890,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":12234,""week"":""32"",""id"":""chart""},{""label"":""window_blurred"",""time"":25812},{""label"":""window_focused"",""time"":26964}]}",complex +2023-03-12 18:06:34,2023-03-12 18:16:34,0,65.27.84.22,100,600,1,2023-03-12 18:16:35,R_sbYL6dvjaOYuyL7,,,,,44.5458,-88.1019,anonymous,EN,1,4.036,4.036,6.305,1,,,,,,,,0,0,15.184,0,83,87,79,3.98,10.733,14.711,6,8.801,19.691,22.537,5,-2,-2,34.442,119.505,121.132,3,-2,-3,59.064,82.041,83.888,2,-99,5.303,32.204,33.511,2,0,0,33.807,0,6,6,6,6,6,6,-99,4.184,9.351,11.709,7,6,6,6,6,6,6,It's easy to read and I like that when you scroll over it you can click for more additional information.,2.902,2.902,27.502,1,6,-99,13.925,17.584,20.4,3,2,7,3,4,1,5,6,22.349,22.349,23.084,1,6,6,6,6,6,6,11,8,-99,4.388,14.934,15.844,13,3,3,2,3,3,4,6.066,12.458,13.094,10,3,,2.501,4.485,5.227,2,2,1992,Wisconsin,5,3,1,-99,7,-99,-99,8,3,2,2.662,96.044,98.909,21,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,6012fa2386fe2411f1db90c8,0,"{""startTime"":1678666271119,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678666220929,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678666039625,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":61,""label"":""tour_started""},{""time"":12805,""label"":""tour_next"",""step"":2},{""time"":14826,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1876,""week"":""1"",""id"":""chart2""},{""time"":19646,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678666185648,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":3891,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1334,""week"":""1"",""id"":""chart""},{""label"":""window_blurred"",""time"":12197},{""label"":""window_focused"",""time"":25169}]}",simple +2023-03-12 18:05:35,2023-03-12 18:16:35,0,75.237.199.28,100,660,1,2023-03-12 18:16:36,R_3FXKH10CawQsofU,,,,,33.9388,-117.416,anonymous,EN,1,4.379,4.379,5.296,1,,,,,,,,0,0,15.016,0,83,87,72,5.667,9.95,10.957,3,33.11,38.744,61.685,2,1,-99,27.403,60.392,71.668,2,-3,-3,19.626,75.645,77.136,3,-99,29.341,31.291,31.631,2,0,0,33.154,0,3,7,3,5,6,4,-99,34.754,55.269,61.295,6,5,6,4,7,1,4,I have no way to know if it is real but i assume it ,3.731,3.731,16.706,1,4,-99,9.387,9.387,10.444,1,2,7,3,4,1,5,6,0,0,21.278,0,1,3,5,6,2,8,5,7,-99,6.816,25.034,26.793,8,4,3,1,2,4,4,10.395,32.679,33.604,6,3,,12.582,12.582,13.973,1,1,1978,California,6,3,1,-99,7,-99,-99,6,4,2,3.503,74.627,84.771,22,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5d61b08dc1cfe8001740f405,0,"{""startTime"":1678666166250,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678666228903,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678665990817,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":22022,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1730,""week"":""2"",""id"":""chart""},{""time"":23771,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5067,""week"":""2"",""id"":""chart""},{""time"":28975,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1279,""week"":""3"",""id"":""chart""},{""time"":30271,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1717,""week"":""4"",""id"":""chart""},{""time"":33108,""label"":""tour_next"",""step"":2},{""time"":38741,""label"":""tour_end"",""step"":2},{""time"":47343,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1846,""week"":""14"",""id"":""chart""}]}","{""startTime"":1678666131888,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":7364,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1659,""week"":""6"",""id"":""chart""},{""time"":12860,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3028,""week"":""47"",""id"":""chart""},{""time"":15929,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1860,""week"":""48"",""id"":""chart""},{""time"":18360,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1146,""week"":""50"",""id"":""chart""},{""time"":29065,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2258,""week"":""23"",""id"":""chart""}]}",moderate +2023-03-12 18:05:56,2023-03-12 18:16:36,0,104.187.48.189,100,639,1,2023-03-12 18:16:36,R_2PgSVixyV1wCWkN,,,,,33.8789,-117.5353,anonymous,EN,1,2.834,2.834,3.467,1,1,3,2,1.398,6.49,7.056,2,13.951,13.951,15.108,1,78,90,81,6.435,9.103,9.904,3,13.16,70.326,89.462,18,-99,-99,14.69,30.585,34.385,4,-2,-99,15.019,40.844,41.762,4,-99,1.345,17.946,23.779,4,3.984,25.792,31.593,7,5,5,5,5,5,5,-99,16.953,23.587,27.309,6,5,5,5,1,4,5,It corresponds with other data that I've seen about Covid 19 from scientific sources.,2.47,2.767,26.818,2,1,-99,3.538,4.669,5.626,2,2,7,3,4,1,5,6,0,0,13.95,0,1,2,1,1,2,1,10,8,-99,6.378,49.583,67.04,10,2,3,2,2,2,3,7.065,39.438,40.047,10,1,1,1.82,6.245,7.969,2,1,1994,California,3,2,1,-99,2,-99,-99,6,4,2,3.602,36.576,37.19,12,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5cba91f716ab74001672d747,1,"{""startTime"":1678666313269,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678666246557,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":1663},{""label"":""window_focused"",""time"":17601}]}","{""startTime"":1678666100550,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":13156,""label"":""tour_next"",""step"":5},{""time"":35672,""label"":""tour_back"",""step"":5},{""time"":37395,""label"":""tour_next"",""step"":5},{""time"":39361,""label"":""cleared_brush"",""using"":""Click""},{""time"":39923,""label"":""cleared_brush"",""using"":""Click""},{""time"":40402,""label"":""moved_brush"",""startDate"":""2021-04-21"",""endDate"":""2021-06-14""},{""time"":41828,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-05-29""},{""time"":43543,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-05-29""},{""time"":44488,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-05-29""},{""time"":45083,""label"":""moved_brush"",""startDate"":""2021-12-15"",""endDate"":""2022-02-07""},{""time"":46156,""label"":""moved_brush"",""startDate"":""2021-07-28"",""endDate"":""2021-09-20""},{""time"":46539,""label"":""cleared_brush"",""using"":""Click""},{""time"":47217,""label"":""cleared_brush"",""using"":""Click""},{""time"":47780,""label"":""cleared_brush"",""using"":""Click""},{""time"":47923,""label"":""cleared_brush"",""using"":""Click""},{""time"":48572,""label"":""cleared_brush"",""using"":""Click""},{""time"":48871,""label"":""started_brush"",""startDate"":""2021-06-22"",""endDate"":""2021-07-05""},{""time"":49331,""label"":""cleared_brush"",""using"":""Click""},{""time"":49962,""label"":""cleared_brush"",""using"":""Click""},{""time"":50212,""label"":""started_brush"",""startDate"":""2021-09-01"",""endDate"":""2021-10-09""},{""time"":50896,""label"":""tour_next"",""step"":5},{""time"":55594,""label"":""moved_brush"",""startDate"":""2021-06-21"",""endDate"":""2021-07-30""},{""time"":57184,""label"":""moved_brush"",""startDate"":""2021-04-08"",""endDate"":""2021-07-30""},{""time"":58618,""label"":""cleared_brush"",""using"":""Click""},{""time"":60689,""label"":""moved_brush"",""startDate"":""2021-11-04"",""endDate"":""2022-02-07""},{""time"":61178,""label"":""tour_next"",""step"":5},{""time"":65184,""label"":""cleared_brush"",""using"":""Click""},{""time"":66469,""label"":""tour_next"",""step"":5},{""time"":70322,""label"":""tour_end"",""step"":5},{""label"":""window_blurred"",""time"":74942},{""time"":86938,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1198,""week"":""2"",""id"":""chart""},{""label"":""window_focused"",""time"":89370}]}","{""startTime"":1678666214538,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":9005,""label"":""cleared_brush"",""using"":""Click""},{""time"":11033,""label"":""started_brush"",""startDate"":""2021-04-14"",""endDate"":""2021-05-14""},{""time"":11495,""label"":""moved_brush"",""startDate"":""2021-04-14"",""endDate"":""2021-05-14""},{""time"":11782,""label"":""moved_brush"",""startDate"":""2021-04-14"",""endDate"":""2021-05-14""},{""time"":12109,""label"":""cleared_brush"",""using"":""Click""},{""time"":15614,""label"":""cleared_brush"",""using"":""Click""},{""time"":19748,""label"":""started_brush"",""startDate"":""2021-10-31"",""endDate"":""2022-01-03""},{""time"":24738,""label"":""moved_brush"",""startDate"":""2021-10-31"",""endDate"":""2022-01-03""},{""time"":25308,""label"":""cleared_brush"",""using"":""Click""}]}",complex +2023-03-12 18:04:51,2023-03-12 18:17:11,0,71.8.96.45,100,739,1,2023-03-12 18:17:13,R_29sGa1vEkGGXTTP,,,,,30.2686,-89.729,anonymous,EN,1,17.861,20.281,22.615,2,,,,,,,,9.353,9.353,15.013,1,82,91,92,6.866,20.506,21.813,6,11.359,31.493,33.089,4,-3,-99,22.923,86.851,88.16,10,-3,-3,19.804,95.884,97.482,8,-99,14.832,19.198,20.257,3,10.817,39.042,40.222,4,5,1,5,5,5,5,-99,2.769,46.376,48.644,10,5,6,6,5,4,6,"The bar chart graph provides mathematical and statistical facts, which are truth. Assuming all the data provided is truthful, it gives a convincing, statstically based proof of its claims.",2.749,2.749,49.201,1,4,-99,5.943,9.386,11.23,2,2,3,4,5,1,6,7,8.316,15.875,16.834,2,4,8,10,8,3,7,7,10,-99,4.093,26.305,27.484,10,4,3,2,2,3,3,29.493,61.336,64.952,10,6,,4.685,8.913,10.1,3,1,1967,Louisiana,8,3,1,-99,7,-99,-99,5,1,1,2.586,111.917,113.155,34,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,63ed508fde849af6ba4b96e5,0,"{""startTime"":1678666203795,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":7495,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3511,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678666123432,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678665960185,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":23,""label"":""tour_started""},{""time"":13418,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3382,""week"":""51"",""id"":""chart""},{""time"":18578,""label"":""tour_next"",""step"":2},{""time"":28713,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678666082580,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",simple +2023-03-12 18:06:44,2023-03-12 18:17:46,0,98.34.54.128,100,662,1,2023-03-12 18:17:48,R_1eOAYK7gwLCvLse,,,,,41.8482,-87.6521,anonymous,EN,1,64.914,64.914,65.845,1,2,,1,4.17,4.17,5,1,0,0,15.01,0,50,83,18,12.665,18.379,19.743,5,10.864,15.652,29.758,2,1,-99,33.561,58.682,66.152,2,-3,-3,11.913,99.593,101.099,3,-99,23.536,23.536,26.045,1,0,0,60.859,0,3,7,3,5,4,7,-99,10.341,36.988,38.457,9,7,4,7,1,1,7,I have no reason to trust it,3.042,7.15,18.705,2,2,-99,4.367,4.859,5.985,2,2,7,3,4,1,5,6,0,0,16.498,0,1,2,4,3,2,1,3,3,-99,4.246,28.154,35.612,16,2,2,3,2,2,2,4.938,16.499,18.364,6,8,5,7.157,19.898,20.922,3,1,1989,Illinois,2,3,1,-99,7,-99,-99,7,4,2,2.256,62.116,65.536,11,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,58d9a79c33fef3000118abdf,1,"{""startTime"":1678666363445,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678666319335,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678666125558,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":30,""label"":""tour_started""},{""time"":10837,""label"":""tour_next"",""step"":2},{""time"":15629,""label"":""tour_end"",""step"":2},{""time"":16670,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1124,""week"":""52"",""id"":""chart""},{""time"":17908,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2751,""week"":""1"",""id"":""chart""},{""time"":20993,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1606,""week"":""2"",""id"":""chart""},{""time"":23298,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1163,""week"":""4"",""id"":""chart""},{""time"":24958,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2501,""week"":""5"",""id"":""chart""}]}","{""startTime"":1678666257596,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",moderate +2023-03-12 18:05:43,2023-03-12 18:18:07,0,184.103.148.30,100,744,1,2023-03-12 18:18:08,R_poCmnjmU49rhPzP,,,,,33.4475,-112.0866,anonymous,EN,1,8.978,8.978,15.242,1,1,2,1,2.037,6.251,7.901,2,0,0,15.111,0,60,74,67,8.607,19.488,20.955,5,17.269,23.022,36.224,2,1,-99,23.964,49.363,50.433,2,-3,-99,42.501,57.035,58.118,2,-99,39.306,39.306,43.789,1,0,0,53.326,0,3,7,3,4,5,2,-99,14.879,46.135,49.544,7,5,5,5,5,5,6,"DIRECTIONS SAID ""ASSUME YOU TRUST THE VISUALIZATION""",5.101,31.235,34.673,3,3,-99,8.192,15.55,15.947,4,2,7,3,4,1,5,6,0,0,71.686,0,3,2,5,6,3,6,10,7,-99,12.929,35.94,38.196,13,3,4,2,2,4,3,15.6,55.765,57.224,7,3,3,16.375,24.509,25.893,3,1,2001,Arizona,5,2,1,-99,3,-99,-99,11,4,2,8.13,93.301,93.656,12,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,60fd204be5808aec5c6cc4fa,1,"{""startTime"":1678666230942,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678666168191,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678666019032,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":17262,""label"":""tour_next"",""step"":2},{""time"":23015,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678666114396,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",moderate +2023-03-12 18:06:38,2023-03-12 18:18:11,0,73.190.174.121,100,693,1,2023-03-12 18:18:11,R_3KusG3uHI0fFwcD,,,,,36.3125,-82.377,anonymous,EN,1,8.864,8.864,9.944,1,,,,,,,,0,0,15.014,0,100,71,50,7.913,13.601,16.095,4,9.38,16.015,19.923,3,1,-99,36.378,74.829,77.169,2,-2,-3,17.906,105.233,106.239,3,-99,24.773,27.108,27.912,3,0,0,32.725,0,3,1,3,4,6,3,-99,8.3,55.205,57.648,7,3,5,3,1,1,3,I have no idea if the data is accurate,3.118,3.118,16.026,1,4,-99,15.922,18.22,20.467,3,2,7,3,4,1,5,6,0,0,24.757,0,2,2,2,2,2,7,9,9,-99,5.248,21.726,23.657,9,2,2,3,4,2,1,7.206,28.251,29.9,6,2,,6.022,6.022,8.394,1,1,1979,Tennessee,6,2,1,-99,7,-99,-99,12,4,1,3.243,112.873,117.458,35,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,610ccf09b1b0759b2668ded1,0,"{""startTime"":1678666214765,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678666273093,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678666054222,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":12026,""label"":""tour_next"",""step"":2},{""time"":16000,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678666181491,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",moderate +2023-03-12 18:03:38,2023-03-12 18:18:13,0,173.235.235.30,100,874,1,2023-03-12 18:18:13,R_T0N68YOlBXuce5P,,,,,34.9488,-89.9305,anonymous,EN,1,6.221,6.221,7.247,1,,,,,,,,0,0,15.016,0,87,93,85,9.517,23.341,24.956,4,20.73,39.234,42.85,2,1,-99,15.408,91.742,99.019,3,-3,-3,50,132.392,133.917,2,-99,19.939,19.939,21.861,1,0,0,52.465,0,3,1,4,5,6,3,-99,17.131,51.3,54.918,6,5,5,5,5,1,5,it originally stated let's assume I trust the data,10.486,10.486,34.957,1,3,-99,14.3,15.124,17.449,2,2,7,3,4,1,5,6,0,0,20.637,0,1,1,8,4,1,6,8,4,-99,6.857,33.825,36.411,8,3,3,4,2,4,4,41.915,87.003,89.901,6,5,,27.895,27.895,29.946,1,1,1972,Mississippi,6,3,1,-99,7,-99,-99,15,3,2,1.667,117.161,122.461,30,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,63f4c39d35bdf336aaa69db5,0,"{""startTime"":1678666075658,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":663,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1353,""week"":""30"",""id"":""chart""}]}","{""startTime"":1678666131107,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678665879873,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":17,""label"":""tour_started""},{""time"":12371,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2297,""week"":""52"",""id"":""chart""},{""time"":18581,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1132,""week"":""52"",""id"":""chart""},{""time"":20720,""label"":""tour_next"",""step"":2},{""time"":25024,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1149,""week"":""51"",""id"":""chart2""},{""time"":28022,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1981,""week"":""1"",""id"":""chart2""},{""time"":31218,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2215,""week"":""3"",""id"":""chart2""},{""time"":35631,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1648,""week"":""52"",""id"":""chart2""},{""time"":39224,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678666022635,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":27598,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3632,""week"":""4"",""id"":""chart""},{""time"":34456,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4499,""week"":""4"",""id"":""chart""},{""time"":40551,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1248,""week"":""51"",""id"":""chart2""},{""time"":41916,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2616,""week"":""52"",""id"":""chart2""},{""time"":45675,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2203,""week"":""52"",""id"":""chart""}]}",simple +2023-03-12 18:05:40,2023-03-12 18:18:26,0,75.23.172.44,100,765,1,2023-03-12 18:18:26,R_1o5PrgsEkFKFbYM,,,,,34.4318,-118.5003,anonymous,EN,1,69.935,69.935,72.122,1,1,2,1,1.878,4.046,6.113,2,0,0,15.108,0,100,100,50,9.821,21.059,23.143,4,62.05,76.9,81.675,2,1,-99,36.783,66.632,68.86,2,-3,-3,49.208,66.791,69.648,2,-99,18.742,18.742,20.398,1,0,0,48.482,0,5,3,5,5,6,5,-99,12.2,33.805,36.098,6,3,5,3,3,4,5,It shows the rate of infections among those with and without vaccinations. It doesn't promote any personal beliefs either. It is a simple chart published to help the public understand the differences in infections among the two groups.,3.159,89.525,92.655,4,4,-99,7.552,7.552,9.352,1,2,7,3,4,1,5,6,0,0,34.358,0,4,5,2,6,5,4,9,8,-99,9.206,21.489,23.149,8,4,5,1,1,4,3,14.088,36.32,37.607,7,1,3,7.76,17.81,19.609,2,2,2003,California,3,3,1,-99,7,-99,-99,9,4,2,4.007,48.991,50.948,11,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,6298f177bd9e483270ee796b,1,"{""startTime"":1678666273466,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678666310208,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":741,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1068,""week"":""51"",""id"":""chart""}]}","{""startTime"":1678666072820,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":18130,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2497,""week"":""52"",""id"":""chart""},{""time"":22311,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3300,""week"":""1"",""id"":""chart""},{""time"":26099,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2994,""week"":""1"",""id"":""chart""},{""time"":29148,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1862,""week"":""2"",""id"":""chart""},{""time"":38914,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2646,""week"":""6"",""id"":""chart""},{""time"":41882,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1795,""week"":""2"",""id"":""chart""},{""time"":44730,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4897,""week"":""52"",""id"":""chart""},{""time"":50229,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":9648,""week"":""51"",""id"":""chart""},{""time"":62047,""label"":""tour_next"",""step"":2},{""time"":62762,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3965,""week"":""51"",""id"":""chart2""},{""time"":66865,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2696,""week"":""52"",""id"":""chart2""},{""time"":69979,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1849,""week"":""1"",""id"":""chart2""},{""time"":76898,""label"":""tour_end"",""step"":2},{""time"":79379,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1201,""week"":""6"",""id"":""chart2""}]}","{""startTime"":1678666224472,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":9476,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1191,""week"":""14"",""id"":""chart""},{""time"":31659,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1199,""week"":""51"",""id"":""chart2""}]}",simple +2023-03-12 18:07:07,2023-03-12 18:18:51,0,73.255.249.164,100,704,1,2023-03-12 18:18:52,R_Rlc0SO4QE2BZgtj,,,,,27.3269,-82.5433,anonymous,EN,1,4.649,4.649,5.546,1,1,3,1,1.803,4.12,5.064,2,3.236,3.236,15.011,1,62,47,73,5.107,14.275,20.77,4,18.191,41.48,65.868,8,1,-99,3.599,70.561,72.056,7,-3,-3,1.876,88.623,97.858,14,-99,3.227,43.404,44.532,16,9.777,10.072,43.832,2,4,7,4,3,6,4,"The ""rate of (un)vaccinated"" at the top of the graphs make the graphs a bit unclear. Would be better to leave out the ""rate of"" and just say ""unvaccinated sample"" and ""vaccinated sample""",4.422,61.301,97.077,12,3,3,4,3,4,4,I would like to verify to make sure the calculated rates are correct.,1.708,2.201,29.951,2,4,-99,1.522,15.202,15.561,5,2,7,3,4,1,5,6,3.028,21.453,23.693,4,4,8,7,8,8,7,10,9,-99,2.659,22.39,26.542,11,4,4,2,2,4,4,5.499,27.755,29.082,8,2,1,6.898,13.121,15.396,4,2,1987,Florida,7,2,1,-99,7,-99,-99,9,4,2,2.701,41.893,43.464,15,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,562435d4ed6e5a0011c812d0,1,"{""startTime"":1678666270790,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":12645,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1454,""week"":""5"",""id"":""chart2""},{""time"":53435,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2510,""week"":""1"",""id"":""chart""},{""label"":""window_blurred"",""time"":57976},{""label"":""window_focused"",""time"":61228}]}","{""startTime"":1678666368397,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678666087641,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":4600,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8101,""week"":""52"",""id"":""chart""},{""time"":20237,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4367,""week"":""6"",""id"":""chart""},{""time"":28866,""label"":""tour_next"",""step"":2},{""time"":30241,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1483,""week"":""51"",""id"":""chart2""},{""time"":40122,""label"":""tour_end"",""step"":2},{""time"":40727,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1017,""week"":""52"",""id"":""chart2""},{""time"":43695,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1750,""week"":""52"",""id"":""chart2""},{""time"":46376,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3654,""week"":""51"",""id"":""chart2""},{""time"":51193,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4276,""week"":""1"",""id"":""chart""},{""time"":55536,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3816,""week"":""52"",""id"":""chart""},{""label"":""window_blurred"",""time"":63367},{""label"":""window_focused"",""time"":65267}]}","{""startTime"":1678666226357,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":4618,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1536,""week"":""52"",""id"":""chart2""},{""time"":6327,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1654,""week"":""51"",""id"":""chart2""},{""label"":""window_blurred"",""time"":11783},{""label"":""window_focused"",""time"":13297},{""time"":17133,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5559,""week"":""51"",""id"":""chart""},{""time"":22709,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2328,""week"":""52"",""id"":""chart""},{""time"":25101,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2352,""week"":""1"",""id"":""chart""},{""time"":33210,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1096,""week"":""49"",""id"":""chart2""},{""time"":40264,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1807,""week"":""52"",""id"":""chart""}]}",simple +2023-03-12 18:08:30,2023-03-12 18:19:07,0,208.38.225.149,100,636,1,2023-03-12 18:19:07,R_3oI534Bgk12F4in,,,,,40.0414,-84.2023,anonymous,EN,1,19.849,19.849,22.332,1,1,2,1,2.871,5.73,7.558,2,0,0,15.125,0,100,71,55,4.884,9.124,12.127,3,12.562,22.528,61.415,2,1,-99,15.08,63.678,68.469,2,1,1,18.835,67.916,70.072,4,2,4.981,28.339,29.762,2,0,0,41.779,0,5,4,7,5,5,5,None,13.151,33.26,39.974,8,5,5,5,3,4,5,The information sounds reliable and the way that the information is presented seems professional.,3.179,3.179,30.451,1,5,None,6.864,8.643,11.255,2,2,7,3,4,1,5,6,0,0,19.815,0,5,8,3,8,6,6,10,10,None,8.67,24.794,29.41,10,3,3,2,3,4,2,11.682,30.919,34.813,6,2,2,9.242,16.52,23.825,2,1,1997,Ohio,6,1,1,-99,7,-99,-99,11,4,1,4.066,63.401,66.177,16,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5e70e4309b339b03acc24159,1,"{""startTime"":1678666412584,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678666357270,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678666182610,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":7327,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1490,""week"":""51"",""id"":""chart""},{""time"":12555,""label"":""tour_next"",""step"":2},{""time"":22521,""label"":""tour_end"",""step"":2},{""time"":23847,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1134,""week"":""51"",""id"":""chart""},{""time"":29236,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1334,""week"":""51"",""id"":""chart""},{""time"":34353,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2140,""week"":""52"",""id"":""chart""},{""time"":37541,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4108,""week"":""52"",""id"":""chart""},{""time"":43382,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1132,""week"":""52"",""id"":""chart""},{""time"":53594,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3127,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678666314939,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":13734,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1336,""week"":""1"",""id"":""chart""},{""time"":15447,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":15513,""week"":""52"",""id"":""chart""},{""time"":31461,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1236,""week"":""32"",""id"":""chart""},{""time"":33376,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1196,""week"":""52"",""id"":""chart""}]}",moderate +2023-03-12 18:06:13,2023-03-12 18:19:42,0,47.205.221.74,100,808,1,2023-03-12 18:19:43,R_27fegjRM558Z2pU,,,,,27.4067,-82.5314,anonymous,EN,1,15.276,15.276,17.435,1,1,4,2,3.712,7.618,10.497,2,0,0,15.126,0,71,59,50,15.538,25.986,28.151,4,22.787,45.941,48.28,3,1,-99,53.519,82.75,87.571,6,-3,-3,49.596,108.117,110.405,3,-99,21.623,21.623,27.526,1,30.487,30.487,40.888,1,3,3,4,4,3,3,Why do you have to stack the data? The stacking of the bars makes the data harder to read.,10.456,73.484,90.889,12,4,4,4,3,3,3,It just a chart with no support data. I would like to see some detail behind the chart.,3.056,5.456,38.978,2,5,-99,8.525,13.817,24.114,4,2,3,4,5,1,6,7,1.735,18.002,20.598,3,7,7,7,7,7,6,8,7,-99,7.723,21.833,25.002,8,4,4,2,2,4,3,13.855,49.463,51.576,6,3,3,6.253,16.177,18.996,4,1,1962,Florida,6,3,1,-99,7,-99,-99,8,4,1,1.966,64.343,67.359,20,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,628817a3c518b074f426f27d,1,"{""startTime"":1678666344712,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678666270763,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678666068587,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":75,""label"":""tour_started""},{""time"":22756,""label"":""tour_next"",""step"":2},{""time"":29662,""label"":""tour_end"",""step"":2},{""time"":30755,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1014,""week"":""52"",""id"":""chart""},{""time"":40788,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1438,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678666228783,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",moderate +2023-03-12 18:07:31,2023-03-12 18:20:21,0,96.81.204.54,100,770,1,2023-03-12 18:20:22,R_2Vx4Y2L8i0OpuE2,,,,,41.9237,-87.814,anonymous,EN,1,2.643,8.43,10.306,6,,,,,,,,7.668,7.668,15.017,1,100,100,66,2.869,19.154,20.585,16,3.128,14.873,16.074,4,1,-2,1.297,53.296,54.485,19,1,-3,2.704,90.695,91.866,24,-99,1.688,85.207,86.409,8,2.946,33.353,34.57,5,4,4,4,4,4,4,-99,1.329,14.179,15.56,12,4,6,5,1,4,6,I can imagine these statistics to be true,6.647,6.647,15.513,1,1,-99,5.725,6.945,7.896,2,3,4,5,6,1,2,7,16.844,16.844,19.575,1,4,4,5,4,4,5,6,6,-99,6.966,25.101,26.174,17,5,5,1,1,5,5,86.763,99.833,101.257,7,4,,71.577,72.441,73.558,2,2,1987,Illinois,6,2,1,-99,9,-99,Irish Mexican,11,3,1,1.527,53.961,60.617,22,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,603ee4c2bd61ee1a08fd6a8a,0,"{""startTime"":1678666367490,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678666343175,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678666128567,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":28,""label"":""tour_started""},{""time"":4761,""label"":""tour_next"",""step"":2},{""time"":12891,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678666237504,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",moderate +2023-03-12 18:07:07,2023-03-12 18:20:26,0,184.184.143.221,100,798,1,2023-03-12 18:20:27,R_1rq6aqfdebAvRHK,,,,,41.4694,-81.8541,anonymous,EN,1,12.495,12.495,14.062,1,1,1,2,1.844,4.444,5.15,2,0,0,15.117,0,45,63,41,4.377,11,11.793,4,19.384,74.884,78.369,5,1,-99,83.887,156.146,157.193,3,-3,-3,37.855,51.746,51.964,3,-99,38.837,38.837,39.628,1,23.916,23.916,36.6,1,4,7,5,4,3,5,-99,47.094,74.657,77.281,7,4,5,4,2,4,5,"the data seems pretty solid, and seems like it makes sense so i have no reason to doubt it",3.782,3.782,31.629,1,4,-99,49.183,51.555,51.825,3,2,7,3,4,1,5,6,0,0,30.891,0,3,4,8,5,3,2,3,7,-99,29.204,40.412,41.067,9,2,2,4,5,1,2,9.515,33.557,34.554,14,4,2,12.933,19.276,20.471,3,1,1997,Ohio,2,2,1,-99,7,-99,-99,2,2,1,2.448,44.181,47.137,12,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5fa5a899f2b7600f72104ad1,1,"{""startTime"":1678666304993,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678666250586,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678666094915,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":19378,""label"":""tour_next"",""step"":5},{""time"":29163,""label"":""cleared_brush"",""using"":""Click""},{""time"":29889,""label"":""cleared_brush"",""using"":""Click""},{""time"":33072,""label"":""started_brush"",""startDate"":""2021-06-01"",""endDate"":""2021-07-04""},{""time"":33882,""label"":""tour_next"",""step"":5},{""time"":40431,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-07-04""},{""time"":41821,""label"":""cleared_brush"",""using"":""Click""},{""time"":42555,""label"":""tour_next"",""step"":5},{""time"":48806,""label"":""cleared_brush"",""using"":""Click""},{""time"":48806,""label"":""cleared_brush"",""using"":""Escape""},{""time"":49581,""label"":""tour_next"",""step"":5},{""time"":74878,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678666213586,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":3138,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7745,""week"":""52"",""id"":""chart""},{""time"":21048,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1486,""week"":""52"",""id"":""chart""}]}",complex +2023-03-12 18:08:06,2023-03-12 18:20:56,0,172.126.85.8,100,769,1,2023-03-12 18:20:56,R_22y4k2Ez6vqMw6o,,,,,30.6253,-87.896,anonymous,EN,1,4.293,4.293,4.953,1,,,,,,,,0,0,15.006,0,79,100,68,4.548,9.395,10.035,4,29.911,33.529,35.043,2,1,-99,6.019,79.289,85.392,29,-2,-3,43.153,126.745,127.359,21,-99,45.079,54.723,56.136,5,60.306,60.306,64.786,1,3,1,3,2,4,3,-99,2.553,26.902,29.687,9,3,2,7,1,1,3,I have no reason to not believe it but I need other sources corroborating the information to trust it.,2.062,50.776,51.691,8,5,-99,2.542,6.672,7.101,6,2,7,3,4,1,5,6,0.95,2.373,11.151,4,2,2,6,5,1,1,7,8,-99,7.674,88.572,89.961,22,5,5,1,2,5,5,9.743,26.408,27.372,7,4,,1.889,1.889,3.041,1,1,1997,Alabama,5,1,1,-99,7,-99,-99,4,3,2,0.754,93.545,97.459,72,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5ecd38f434841606c4b5d457,0,"{""startTime"":1678666315299,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678666345761,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":10753},{""label"":""window_focused"",""time"":11556}]}","{""startTime"":1678666128912,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":8,""label"":""tour_started""},{""label"":""window_blurred"",""time"":5579},{""label"":""window_focused"",""time"":22938},{""time"":29906,""label"":""tour_next"",""step"":2},{""time"":33523,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678666250152,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":4727,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1834,""week"":""2"",""id"":""chart""},{""time"":6635,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1070,""week"":""1"",""id"":""chart""},{""time"":14790,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1526,""week"":""1"",""id"":""chart2""},{""time"":28293,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2747,""week"":""1"",""id"":""chart""},{""label"":""window_blurred"",""time"":33466},{""label"":""window_focused"",""time"":59110},{""time"":62647,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1486,""week"":""52"",""id"":""chart2""}]}",simple +2023-03-12 18:10:08,2023-03-12 18:23:40,0,76.21.182.84,100,811,1,2023-03-12 18:23:40,R_1LGUVoj5p7LfR1Z,,,,,38.3523,-75.5386,anonymous,EN,1,6.399,6.399,7.165,1,,,,,,,,0,0,15.007,0,64,68,78,8.356,15.555,16.428,3,32.113,177.63,185.623,20,1,-99,33.25,51.198,59.806,2,-3,1,63.664,81.431,82.873,2,-99,69.913,69.913,75.821,1,0,0,36.218,0,3,1,3,3,6,2,-99,17.285,45.601,53.843,6,4,4,4,1,1,3,I don't have proof that this information is correct. Just because it's put on a graph doesn't mean it's accurate.,2.837,2.837,36.692,1,4,-99,6.852,6.852,9.424,1,2,7,3,4,1,5,6,0,0,13.466,0,1,1,4,1,1,1,1,4,-99,10.175,31.091,34.036,12,1,1,5,5,1,1,13.415,31.382,32.34,6,7,,6.168,6.168,7.29,1,2,1971,Maryland,3,2,1,-99,7,-99,-99,17,3,2,2.096,54.644,55.602,14,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5f3dd31899a9be204ea557f6,0,"{""startTime"":1678666654736,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678666575690,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678666276562,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":32110,""label"":""tour_next"",""step"":5},{""time"":56225,""label"":""tour_back"",""step"":5},{""time"":62126,""label"":""tour_next"",""step"":5},{""time"":67430,""label"":""started_brush"",""startDate"":""2021-04-24"",""endDate"":""2021-06-08""},{""time"":74297,""label"":""moved_brush"",""startDate"":""2021-04-10"",""endDate"":""2021-05-25""},{""time"":74876,""label"":""tour_next"",""step"":5},{""time"":87564,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-05-20""},{""time"":88976,""label"":""moved_brush"",""startDate"":""2021-12-23"",""endDate"":""2022-02-07""},{""time"":91379,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-05-20""},{""time"":92020,""label"":""cleared_brush"",""using"":""Click""},{""time"":93778,""label"":""tour_next"",""step"":5},{""time"":105342,""label"":""tour_back"",""step"":5},{""time"":108392,""label"":""started_brush"",""startDate"":""2021-06-29"",""endDate"":""2021-07-07""},{""time"":111813,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-06-29""},{""time"":115311,""label"":""cleared_brush"",""using"":""Click""},{""time"":117370,""label"":""cleared_brush"",""using"":""Click""},{""time"":119003,""label"":""cleared_brush"",""using"":""Click""},{""time"":122435,""label"":""cleared_brush"",""using"":""Click""},{""time"":123942,""label"":""tour_next"",""step"":5},{""time"":131457,""label"":""cleared_brush"",""using"":""Click""},{""time"":131457,""label"":""cleared_brush"",""using"":""Escape""},{""time"":133492,""label"":""tour_next"",""step"":5},{""time"":153491,""label"":""tour_end"",""step"":5},{""time"":161048,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":2389,""week"":""6"",""id"":""chart""},{""time"":163493,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1995,""week"":""6"",""id"":""chart""},{""time"":165493,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1561,""week"":""6"",""id"":""chart""},{""time"":167276,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1061,""week"":""5"",""id"":""chart""},{""time"":169143,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1760,""week"":""5"",""id"":""chart""},{""time"":170909,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":2311,""week"":""5"",""id"":""chart""},{""time"":173232,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":2426,""week"":""5"",""id"":""chart""}]}","{""startTime"":1678666539116,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",complex +2023-03-12 18:05:56,2023-03-12 18:24:03,0,99.162.213.149,100,1086,1,2023-03-12 18:24:03,R_2xWxkav3i2vIv8c,,,,,30.2801,-81.4165,anonymous,EN,1,8.777,9.777,10.978,2,,,,,,,,0,0,15.012,0,60,41,38,8.109,19.292,20.618,5,9.394,140.57,141.825,18,1,-99,25.734,200.237,202.342,9,-3,-3,11.831,144.135,145.476,9,-99,23.513,47.265,48.527,6,22.17,31.314,32.479,2,3,1,3,2,5,3,was the covid question an attention check? or a typo?,16.564,49.139,73.619,10,6,4,4,1,1,3,I do not know anything about the Chamber of Agriculture in Croatia so if I were to learn more about that organization I would be more likely to trust the data,3.523,3.523,55.666,1,7,there was one page where the same question appeared twice and the answer choices were different in the question on top and the one on the bottom - took a screenshot - so I put don't know for the second one,9.359,63.847,64.861,4,2,7,3,4,1,5,6,11.35,11.35,22.165,1,5,9,1,7,10,1,11,10,-99,6.129,31.417,33.032,10,3,1,1,1,5,5,9.889,26.938,27.8,7,1,,6.857,8.73,9.751,2,2,1958,Florida,6,2,1,-99,7,-99,-99,11,4,1,6.678,94.032,98.584,20,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5f489766dbc4a2364c0f4f93,0,"{""startTime"":1678666237796,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678666311806,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":23348,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1241,""week"":""51"",""id"":""chart""}]}","{""startTime"":1678666013260,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":21568,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2552,""week"":""1"",""id"":""chart""},{""time"":25054,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1001,""week"":""47"",""id"":""chart""},{""time"":30956,""label"":""tour_next"",""step"":5},{""time"":71788,""label"":""cleared_brush"",""using"":""Click""},{""time"":72163,""label"":""cleared_brush"",""using"":""Click""},{""time"":73151,""label"":""started_brush"",""startDate"":""2021-10-27"",""endDate"":""2022-02-07""},{""time"":74860,""label"":""tour_next"",""step"":5},{""time"":83831,""label"":""moved_brush"",""startDate"":""2021-10-18"",""endDate"":""2022-01-29""},{""time"":84899,""label"":""tour_next"",""step"":5},{""time"":93940,""label"":""cleared_brush"",""using"":""Click""},{""time"":98315,""label"":""tour_next"",""step"":5},{""time"":109853,""label"":""tour_end"",""step"":5},{""time"":115660,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4906,""week"":""52"",""id"":""chart""},{""time"":120684,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1767,""week"":""1"",""id"":""chart""},{""time"":131859,""label"":""cleared_brush"",""using"":""Click""},{""time"":134342,""label"":""started_brush"",""startDate"":""2021-11-19"",""endDate"":""2022-01-20""}]}","{""startTime"":1678666204818,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",complex +2023-03-12 18:03:59,2023-03-12 18:24:59,0,99.100.194.138,100,1259,1,2023-03-12 18:24:59,R_3OcPzgYK6MWIthr,,,,,38.4073,-90.4368,anonymous,EN,1,57.731,57.731,58.963,1,1,3,1,2.55,6.592,7.904,2,0,0,15.118,0,83,78,56,65.964,71.457,72.572,3,15.568,23.641,44.052,2,1,-3,38.247,201.023,206.399,2,-3,-3,57.447,95.42,100.517,2,-99,20.243,20.243,28.161,1,0,0,72.556,0,4,4,5,6,5,4,"simple and effective visualizations, and not particularly striking visualizations ",23.253,56.739,81.4,7,4,6,4,2,4,5,"The source was listed as the CDC, which is a government source that is generally trustworthy.",2.822,2.822,52.403,1,4,-99,7.857,7.857,14.028,1,2,7,3,4,1,5,6,0,0,57.431,0,7,8,9,9,5,8,10,9,-99,38.727,61.8,63.771,8,5,5,1,1,5,5,7.054,32.758,33.802,6,4,1,6.813,67.04,69.761,2,1,1997,Missouri,7,1,1,-99,7,-99,-99,11,3,2,3.761,185.576,186.8,13,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,6299ff1ebc3e60ee16e4f099,1,"{""startTime"":1678666333293,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678666415123,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678666008453,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":11392,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1749,""week"":""52"",""id"":""chart""},{""time"":15563,""label"":""tour_next"",""step"":2},{""time"":19342,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1633,""week"":""52"",""id"":""chart2""},{""time"":23635,""label"":""tour_end"",""step"":2},{""time"":29012,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1146,""week"":""52"",""id"":""chart2""},{""time"":30654,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1887,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678666260334,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",simple +2023-03-12 18:05:40,2023-03-12 18:26:30,0,67.234.30.218,100,1249,1,2023-03-12 18:26:31,R_1CK0o7tEUJbGrUs,,,,,36.291,-82.5001,anonymous,EN,1,12.093,14.478,15.108,3,2,,2,2.738,2.738,4.056,1,2.725,2.725,15.029,1,50,100,94,11.289,31.571,32.276,7,24.994,203.159,204.151,19,1,-99,22.883,177.596,178.481,10,-3,-3,22.665,70.289,70.987,8,-99,45.968,47.079,48.151,2,55.806,55.806,56.732,1,1,1,1,5,5,1,"Sorry, but I just do not find that chart/data believable . . . but, I have lost much/most faith in the CDC since the pandemic.",23.425,132.136,133.006,16,7,5,5,1,3,5,"At the beginning of that question, the study asked that I assume I agreed with the study. ",5.491,5.491,49.714,1,6,I don't believe I have any additional thoughts/comments.,8.458,48.084,48.949,6,2,7,3,4,1,5,6,17.483,35.514,36.205,3,3,3,8,8,1,9,9,8,-99,7.083,46.884,47.752,13,3,3,1,1,4,3,15.843,78.948,84.322,12,5,1,11.873,41.569,42.297,6,2,1961,Virginia,3,2,1,-99,7,-99,-99,4,3,2,5.086,76.646,79.058,19,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,63f2261685a2effaa7a16de6,1,"{""startTime"":1678666348484,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678666483006,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678666035452,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":69,""label"":""tour_started""},{""time"":26454,""label"":""tour_next"",""step"":5},{""time"":58175,""label"":""started_brush"",""startDate"":""2021-11-21"",""endDate"":""2022-01-24""},{""time"":63234,""label"":""moved_brush"",""startDate"":""2021-12-05"",""endDate"":""2022-02-07""},{""time"":65593,""label"":""moved_brush"",""startDate"":""2021-12-05"",""endDate"":""2022-02-07""},{""time"":88039,""label"":""tour_next"",""step"":5},{""time"":131098,""label"":""moved_brush"",""startDate"":""2021-12-05"",""endDate"":""2022-02-07""},{""time"":131801,""label"":""moved_brush"",""startDate"":""2021-12-05"",""endDate"":""2022-02-07""},{""time"":136622,""label"":""started_brush"",""startDate"":""2021-12-01"",""endDate"":""2022-02-07""},{""time"":148519,""label"":""tour_next"",""step"":5},{""time"":156870,""label"":""cleared_brush"",""using"":""Click""},{""time"":156870,""label"":""cleared_brush"",""using"":""Escape""},{""time"":164053,""label"":""tour_next"",""step"":5},{""time"":178735,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678666290090,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",complex +2023-03-12 18:10:12,2023-03-12 18:27:12,0,47.32.189.250,100,1019,1,2023-03-12 18:27:12,R_1fefWWKVJLCDWxb,,,,,37.4912,-120.8559,anonymous,EN,1,77.903,77.903,78.906,1,1,3,1,8.644,10.049,11.375,2,0,0,15.105,0,100,33,79,4.973,10.187,11.989,3,20.878,75.575,108.299,13,1,-99,43.451,91.196,92.925,2,-3,1,69.206,92.236,93.896,2,-99,25.256,39.159,40.495,2,51.264,51.264,51.716,1,6,6,6,6,6,6,-99,78.627,90.287,91.349,6,6,6,6,2,5,6,I can see the situation for the CDC which is the entity that collects this type of data. ,1.745,1.745,25.286,1,2,-99,2.802,2.802,5.137,1,2,7,3,4,1,5,6,0,0,25.586,0,2,7,3,6,3,4,10,10,-99,4.624,19.666,21.003,10,2,3,4,4,4,2,173.667,188.68,189.742,6,2,3,3.891,9.374,11.076,2,1,1999,California,6,2,2,-99,4,-99,-99,4,4,1,2.937,97.287,100.307,14,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,63116efcd51b74f77be0cfbb,1,"{""startTime"":1678666591865,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":21577,""label"":""cleared_brush"",""using"":""Click""},{""time"":21577,""label"":""cleared_brush"",""using"":""Escape""},{""time"":69659,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1126,""week"":""51"",""id"":""chart""}]}","{""startTime"":1678666545961,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":632,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1286,""week"":""1"",""id"":""chart""}]}","{""startTime"":1678666343909,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":110,""label"":""tour_started""},{""time"":2993,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1229,""week"":""52"",""id"":""chart""},{""time"":4224,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7342,""week"":""52"",""id"":""chart""},{""time"":20869,""label"":""tour_next"",""step"":5},{""time"":34613,""label"":""started_brush"",""startDate"":""2021-08-02"",""endDate"":""2021-08-31""},{""time"":35849,""label"":""tour_next"",""step"":5},{""time"":43665,""label"":""moved_brush"",""startDate"":""2021-09-02"",""endDate"":""2021-10-02""},{""time"":44866,""label"":""tour_next"",""step"":5},{""time"":54798,""label"":""moved_brush"",""startDate"":""2021-09-02"",""endDate"":""2021-10-02""},{""time"":55465,""label"":""moved_brush"",""startDate"":""2021-09-02"",""endDate"":""2021-10-02""},{""time"":67418,""label"":""cleared_brush"",""using"":""Click""},{""time"":70573,""label"":""tour_next"",""step"":5},{""time"":75567,""label"":""tour_end"",""step"":5},{""time"":82005,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1564,""week"":""52"",""id"":""chart""},{""time"":83890,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4422,""week"":""52"",""id"":""chart""},{""time"":88325,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6033,""week"":""52"",""id"":""chart""},{""time"":96801,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1482,""week"":""2"",""id"":""chart""},{""time"":98285,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1738,""week"":""2"",""id"":""chart""},{""time"":104192,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2419,""week"":""6"",""id"":""chart""}]}","{""startTime"":1678666493749,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":19699,""label"":""started_brush"",""startDate"":""2021-06-01"",""endDate"":""2021-07-01""},{""time"":23321,""label"":""cleared_brush"",""using"":""Click""},{""time"":32498,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":18057,""week"":""52"",""id"":""chart""}]}",complex +2023-03-12 18:06:11,2023-03-12 18:29:21,0,73.216.211.104,100,1390,1,2023-03-12 18:29:22,R_qONx3nL5mscfmGR,,,,,37.2532,-80.4347,anonymous,EN,1,33.737,110.704,112.778,2,,,,,,,,0,0,15.018,0,100,96,100,8.927,29.292,30.988,6,21.302,137.869,150.549,11,1,-99,27.79,73.636,86.654,3,-3,-3,1.795,65.941,68.633,5,3,51.137,51.137,55.396,1,0,0,63.86,0,5,1,6,6,6,6,The data is completely unrelated to COVID-19 even though there is a question about it. ,28.922,117.95,130.143,9,6,6,6,7,1,6,"Data was collected over a long period of time. It also claims to be from an organization, the CCA, which seems like something they would care about. ",5.505,16.825,113.385,3,5,-99,12.8,12.8,16.113,1,2,7,3,4,1,5,6,0,0,43.43,0,3,5,8,9,3,6,11,11,-99,8.017,30.043,36.153,9,5,5,3,2,5,4,18.573,47.168,54.991,6,4,,14.096,18.168,23.375,2,1,1994,Virginia,6,2,1,-99,7,-99,-99,11,3,1,3.276,269.073,288.803,18,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,63eadc57476c90c3a9c3a977,0,"{""startTime"":1678666585055,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678666415001,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678666144016,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":12219,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1480,""week"":""47"",""id"":""chart""},{""time"":15024,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2991,""week"":""49"",""id"":""chart""},{""time"":21298,""label"":""tour_next"",""step"":5},{""time"":37038,""label"":""started_brush"",""startDate"":""2021-06-25"",""endDate"":""2021-10-02""},{""time"":39094,""label"":""tour_next"",""step"":5},{""time"":46787,""label"":""moved_brush"",""startDate"":""2021-05-27"",""endDate"":""2021-10-02""},{""time"":47972,""label"":""tour_next"",""step"":5},{""time"":62222,""label"":""cleared_brush"",""using"":""Click""},{""time"":64368,""label"":""tour_next"",""step"":5},{""time"":72636,""label"":""tour_end"",""step"":5},{""time"":77385,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1054,""week"":""52"",""id"":""chart""},{""time"":79249,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2649,""week"":""52"",""id"":""chart""},{""time"":85365,""label"":""cleared_brush"",""using"":""Click""},{""time"":88669,""label"":""started_brush"",""startDate"":""2021-10-25"",""endDate"":""2021-11-28""},{""time"":94925,""label"":""cleared_brush"",""using"":""Click""},{""time"":122770,""label"":""cleared_brush"",""using"":""Click""},{""time"":123604,""label"":""cleared_brush"",""using"":""Click""},{""time"":125812,""label"":""started_brush"",""startDate"":""2021-04-07"",""endDate"":""2021-06-04""},{""time"":126813,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4375,""week"":""20"",""id"":""chart""},{""time"":133374,""label"":""cleared_brush"",""using"":""Click""},{""time"":138985,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2909,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678666350719,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":12509,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1772,""week"":""3"",""id"":""chart""}]}",complex 2023-03-12 18:04:37,2023-03-12 18:33:45,0,67.245.123.222,100,1747,1,2023-03-12 18:33:46,R_2v2Zo88xksB0euS,,,,,40.7584,-73.7973,anonymous,EN,1,267.664,268.762,269.236,2,1,3,1,1.465,6.108,6.998,2,0,0,15.149,0,100,96,71,2.688,9.94,10.92,8,5.39,10.138,20.985,3,1,-3,52.761,107.066,108.318,6,-3,-3,30.48,42.895,44.157,3,-99,38.233,38.233,43.084,1,3.671,5.642,32.154,2,6,6,6,6,5,6,-99,7.412,11.18,12.734,6,5,6,6,5,5,6,"I trust this visualization because it is scientifically known that vaccines protect individuals against diseases. -Additionally, this visualization did not attempt to use deceptive graphing to mislead readers. ",1.35,1.35,46.481,1,4,-99,2.261,5.136,6.596,5,2,7,3,4,1,5,6,0,0,20.489,0,6,6,6,8,3,6,10,10,-99,3.581,11.059,13.353,9,4,4,2,2,4,4,3.127,12.523,13.369,9,3,2,1.831,11.812,14.637,4,1,1995,New York,6,2,1,-99,7,-99,-99,14,3,1,5efb5360f3f69c084c1ca850@email.prolific.co,1.428,45.202,50.098,20,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5efb5360f3f69c084c1ca850,1,"{""startTime"":1678667328739,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":4496,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1052,""week"":""52"",""id"":""chart2""}]}","{""startTime"":1678667342153,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678667163971,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":22,""label"":""tour_started""},{""time"":5380,""label"":""tour_next"",""step"":2},{""time"":9016,""label"":""tour_end"",""step"":2},{""time"":9883,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4669,""week"":""1"",""id"":""chart2""},{""time"":14798,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1027,""week"":""3"",""id"":""chart2""}]}","{""startTime"":1678667296099,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":7224,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2465,""week"":""2"",""id"":""chart""},{""label"":""window_blurred"",""time"":10083},{""label"":""window_focused"",""time"":26235},{""label"":""window_blurred"",""time"":27232},{""label"":""window_focused"",""time"":29378}]}",simple +Additionally, this visualization did not attempt to use deceptive graphing to mislead readers. ",1.35,1.35,46.481,1,4,-99,2.261,5.136,6.596,5,2,7,3,4,1,5,6,0,0,20.489,0,6,6,6,8,3,6,10,10,-99,3.581,11.059,13.353,9,4,4,2,2,4,4,3.127,12.523,13.369,9,3,2,1.831,11.812,14.637,4,1,1995,New York,6,2,1,-99,7,-99,-99,14,3,1,1.428,45.202,50.098,20,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5efb5360f3f69c084c1ca850,1,"{""startTime"":1678667328739,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":4496,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1052,""week"":""52"",""id"":""chart2""}]}","{""startTime"":1678667342153,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678667163971,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":22,""label"":""tour_started""},{""time"":5380,""label"":""tour_next"",""step"":2},{""time"":9016,""label"":""tour_end"",""step"":2},{""time"":9883,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4669,""week"":""1"",""id"":""chart2""},{""time"":14798,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1027,""week"":""3"",""id"":""chart2""}]}","{""startTime"":1678667296099,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":7224,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2465,""week"":""2"",""id"":""chart""},{""label"":""window_blurred"",""time"":10083},{""label"":""window_focused"",""time"":26235},{""label"":""window_blurred"",""time"":27232},{""label"":""window_focused"",""time"":29378}]}",simple diff --git a/study_data/pilot3/pilot3_clean.csv b/study_data/pilot3/pilot3_clean.csv index fec722b..0277b08 100644 --- a/study_data/pilot3/pilot3_clean.csv +++ b/study_data/pilot3/pilot3_clean.csv @@ -1,4 +1,4 @@ -StartDate,EndDate,Status,IPAddress,Progress,Duration (in seconds),Finished,RecordedDate,ResponseId,RecipientLastName,RecipientFirstName,RecipientEmail,ExternalReference,LocationLatitude,LocationLongitude,DistributionChannel,UserLanguage,Consent Form,consent-time_First Click,consent-time_Last Click,consent-time_Page Submit,consent-time_Click Count,covid-vaccine,covid-vaccine-doses,covid-infection,covid-time_First Click,covid-time_Last Click,covid-time_Page Submit,covid-time_Click Count,bar-vis-timer_First Click,bar-vis-timer_Last Click,bar-vis-timer_Page Submit,bar-vis-timer_Click Count,affect-science_1,affect-clarity_1,affect-aesthetic_1,bar-initial-time_First Click,bar-initial-time_Last Click,bar-initial-time_Page Submit,bar-initial-time_Click Count,bar-tour-time_First Click,bar-tour-time_Last Click,bar-tour-time_Page Submit,bar-tour-time_Click Count,simple-bar-vlat-1,simple-bar-vlat-2,simple-bar-vlat-time_First Click,simple-bar-vlat-time_Last Click,simple-bar-vlat-time_Page Submit,simple-bar-vlat-time_Click Count,moderate-bar-vlat-1,moderate-bar-vlat-2,mod-bar-vlat-time_First Click,mod-bar-vlat-time_Last Click,mod-bar-vlat-time_Page Submit,mod-bar-vlat-time_Click Count,complex-bar-vlat-1,com-bar-vlat-time_First Click,com-bar-vlat-time_Last Click,com-bar-vlat-time_Page Submit,com-bar-vlat-time_Click Count,bar-explore-time_First Click,bar-explore-time_Last Click,bar-explore-time_Page Submit,bar-explore-time_Click Count,bar-data_1,bar-data_2,bar-data_3,bar-data_4,bar-data_5,bar-data_6,bar-data-exp,bar-data-time_First Click,bar-data-time_Last Click,bar-data-time_Page Submit,bar-data-time_Click Count,bar-vis_1,bar-vis_2,bar-vis_3,bar-vis_4,bar-vis_5,bar-vis_6,bar-why,bar-vis-time_First Click,bar-vis-time_Last Click,bar-vis-time_Page Submit,bar-vis-time_Click Count,interpersonal-trust_1,interper-trust-exp,interper-trust-time_First Click,interper-trust-time_Last Click,interper-trust-time_Page Submit,interper-trust-time_Click Count,attention-check_1,attention-check_2,attention-check_3,attention-check_4,attention-check_5,attention-check_6,attention-check_7,attention-check-time_First Click,attention-check-time_Last Click,attention-check-time_Page Submit,attention-check-time_Click Count,trust-in-science_1,trust-in-science_2,trust-in-science_3,trust-in-science_4,trust-in-science_5,trust-in-science_6,trust-in-science_7,trust-in-science_8,trust-science-exp,trust-science-time_First Click,trust-science-time_Last Click,trust-science-time_Page Submit,trust-science-time_Click Count,cognition_1,cognition_2,cognition_3,cognition_4,cognition_5,cognition_6,need-cognition-time_First Click,need-cognition-time_Last Click,need-cognition-time_Page Submit,need-cognition-time_Click Count,political_views,covid_information,politics_time_First Click,politics_time_Last Click,politics_time_Page Submit,politics_time_Click Count,Gender,Age,State_1,Education,Parents_education,Language,Language_4_TEXT,Ethnicity,Ethnicity_8_TEXT,Ethnicity_9_TEXT,Income,Religion,Interview,Interview_1_TEXT,demographics_time_First Click,demographics_time_Last Click,demographics_time_Page Submit,demographics_time_Click Count,simple-lin-initial,simple-lin-data_1,simple-lin-data_2,simple-lin-data_3,simple-lin-data_4,simple-lin-data_5,simple-lin-data_6,simple-lin-vis_1,simple-lin-vis_2,simple-lin-vis_3,simple-lin-vis_4,simple-lin-vis_5,simple-lin-vis_6,simple-lin-why,Q142_First Click,Q142_Last Click,Q142_Page Submit,Q142_Click Count,moderate-lin-initial,moderate-lin-data_1,moderate-lin-data_2,moderate-lin-data_3,moderate-lin-data_4,moderate-lin-data_5,moderate-lin-data_6,moderate-lin-vis_1,moderate-lin-vis_2,moderate-lin-vis_3,moderate-lin-vis_4,moderate-lin-vis_5,moderate-lin-vis_6,moderate-lin-why,Q147_First Click,Q147_Last Click,Q147_Page Submit,Q147_Click Count,complex-lin-initial,complex-lin-data_1,complex-lin-data_2,complex-lin-data_3,complex-lin-data_4,complex-lin-data_5,complex-lin-data_6,complex-lin-vis_1,complex-lin-vis_2,complex-lin-vis_3,complex-lin-vis_4,complex-lin-vis_5,complex-lin-vis_6,complex-lin-why,Q152_First Click,Q152_Last Click,Q152_Page Submit,Q152_Click Count,PROLIFIC_PID,isCovidData,provenance-bar-data,provenance-bar-vis,provenance-bar-tour,provenance-bar-explore,bar-complexity +StartDate,EndDate,Status,IPAddress,Progress,Duration (in seconds),Finished,RecordedDate,ResponseId,RecipientLastName,RecipientFirstName,RecipientEmail,ExternalReference,LocationLatitude,LocationLongitude,DistributionChannel,UserLanguage,Consent Form,consent-time_First Click,consent-time_Last Click,consent-time_Page Submit,consent-time_Click Count,covid-vaccine,covid-vaccine-doses,covid-infection,covid-time_First Click,covid-time_Last Click,covid-time_Page Submit,covid-time_Click Count,bar-vis-timer_First Click,bar-vis-timer_Last Click,bar-vis-timer_Page Submit,bar-vis-timer_Click Count,affect-science_1,affect-clarity_1,affect-aesthetic_1,bar-initial-time_First Click,bar-initial-time_Last Click,bar-initial-time_Page Submit,bar-initial-time_Click Count,bar-tour-time_First Click,bar-tour-time_Last Click,bar-tour-time_Page Submit,bar-tour-time_Click Count,simple-bar-vlat-1,simple-bar-vlat-2,simple-bar-vlat-time_First Click,simple-bar-vlat-time_Last Click,simple-bar-vlat-time_Page Submit,simple-bar-vlat-time_Click Count,moderate-bar-vlat-1,moderate-bar-vlat-2,mod-bar-vlat-time_First Click,mod-bar-vlat-time_Last Click,mod-bar-vlat-time_Page Submit,mod-bar-vlat-time_Click Count,complex-bar-vlat-1,com-bar-vlat-time_First Click,com-bar-vlat-time_Last Click,com-bar-vlat-time_Page Submit,com-bar-vlat-time_Click Count,bar-explore-time_First Click,bar-explore-time_Last Click,bar-explore-time_Page Submit,bar-explore-time_Click Count,bar-data_1,bar-data_2,bar-data_3,bar-data_4,bar-data_5,bar-data_6,bar-data-exp,bar-data-time_First Click,bar-data-time_Last Click,bar-data-time_Page Submit,bar-data-time_Click Count,bar-vis_1,bar-vis_2,bar-vis_3,bar-vis_4,bar-vis_5,bar-vis_6,bar-why,bar-vis-time_First Click,bar-vis-time_Last Click,bar-vis-time_Page Submit,bar-vis-time_Click Count,interpersonal-trust_1,interper-trust-exp,interper-trust-time_First Click,interper-trust-time_Last Click,interper-trust-time_Page Submit,interper-trust-time_Click Count,attention-check_1,attention-check_2,attention-check_3,attention-check_4,attention-check_5,attention-check_6,attention-check_7,attention-check-time_First Click,attention-check-time_Last Click,attention-check-time_Page Submit,attention-check-time_Click Count,trust-in-science_1,trust-in-science_2,trust-in-science_3,trust-in-science_4,trust-in-science_5,trust-in-science_6,trust-in-science_7,trust-in-science_8,trust-science-exp,trust-science-time_First Click,trust-science-time_Last Click,trust-science-time_Page Submit,trust-science-time_Click Count,cognition_1,cognition_2,cognition_3,cognition_4,cognition_5,cognition_6,need-cognition-time_First Click,need-cognition-time_Last Click,need-cognition-time_Page Submit,need-cognition-time_Click Count,political_views,covid_information,politics_time_First Click,politics_time_Last Click,politics_time_Page Submit,politics_time_Click Count,Gender,Age,State_1,Education,Parents_education,Language,Language_4_TEXT,Ethnicity,Ethnicity_8_TEXT,Ethnicity_9_TEXT,Income,Religion,Interview,demographics_time_First Click,demographics_time_Last Click,demographics_time_Page Submit,demographics_time_Click Count,simple-lin-initial,simple-lin-data_1,simple-lin-data_2,simple-lin-data_3,simple-lin-data_4,simple-lin-data_5,simple-lin-data_6,simple-lin-vis_1,simple-lin-vis_2,simple-lin-vis_3,simple-lin-vis_4,simple-lin-vis_5,simple-lin-vis_6,simple-lin-why,Q142_First Click,Q142_Last Click,Q142_Page Submit,Q142_Click Count,moderate-lin-initial,moderate-lin-data_1,moderate-lin-data_2,moderate-lin-data_3,moderate-lin-data_4,moderate-lin-data_5,moderate-lin-data_6,moderate-lin-vis_1,moderate-lin-vis_2,moderate-lin-vis_3,moderate-lin-vis_4,moderate-lin-vis_5,moderate-lin-vis_6,moderate-lin-why,Q147_First Click,Q147_Last Click,Q147_Page Submit,Q147_Click Count,complex-lin-initial,complex-lin-data_1,complex-lin-data_2,complex-lin-data_3,complex-lin-data_4,complex-lin-data_5,complex-lin-data_6,complex-lin-vis_1,complex-lin-vis_2,complex-lin-vis_3,complex-lin-vis_4,complex-lin-vis_5,complex-lin-vis_6,complex-lin-why,Q152_First Click,Q152_Last Click,Q152_Page Submit,Q152_Click Count,PROLIFIC_PID,isCovidData,provenance-bar-data,provenance-bar-vis,provenance-bar-tour,provenance-bar-explore,bar-complexity Start Date,End Date,Response Type,IP Address,Progress,Duration (in seconds),Finished,Recorded Date,Response ID,Recipient Last Name,Recipient First Name,Recipient Email,External Data Reference,Location Latitude,Location Longitude,Distribution Channel,User Language,"Consent Form for Participation in a Research Study @@ -85,7 +85,7 @@ You can decide not to participate in this research or you can start and then dec -By clicking “I agree” below you are indicating that you are at least 18 years old, have read this consent form, and agree to participate in this research study. Please print a copy of this page for your records.",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,Have you already received a Covid-19 vaccination?,How many doses of the Covid-19 vaccine did you receive?,Have you been verifiably infected with Covid-19?,Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,affect-science - Click to write Choice 1,affect-clarity - Click to write Choice 1,affect-aesthetic - Click to write Choice 1,Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,"How many weeks had higher unvaccinated Covid-19 case counts than the week of Dec 13, 2021?",What is the max number of case counts (per 100K) of vaccinated people who caught Covid-19?,Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,"By approximately how much did the number of cases in unvaccinated people increase from the week of December 13, 2021 to the week of December 20, 2021 (per 100K people)?","Approximately how many unvaccinated people caught Covid-19 (per 100K people) during the week of January 10, 2022?",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,"Among vaccinated people, which age group sees the largest increase in case count between November 2021 and January 2022?",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,Disregard the visualization for this question. To what extent do you agree or disagree with the following statements about the data used in the visualization above? - The data is accurate,Disregard the visualization for this question. To what extent do you agree or disagree with the following statements about the data used in the visualization above? - The data sufficiently describes the current state of COVID-19 vaccinations (the data is complete and does not leave out important information),Disregard the visualization for this question. To what extent do you agree or disagree with the following statements about the data used in the visualization above? - The data is unbiased and trustworthy,Disregard the visualization for this question. To what extent do you agree or disagree with the following statements about the data used in the visualization above? - I understand the meaning of this data well,Disregard the visualization for this question. To what extent do you agree or disagree with the following statements about the data used in the visualization above? - The data source was clearly displayed,Disregard the visualization for this question. To what extent do you agree or disagree with the following statements about the data used in the visualization above? - I trust this data,"If you have any additional thoughts/comments, please enter them here.",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,Assume you trust the data used for the visualization. To what extent do you agree or disagree with the following statements about the visualization presented above? - The visualization transparently includes all important elements of the data,Assume you trust the data used for the visualization. To what extent do you agree or disagree with the following statements about the visualization presented above? - I find it easy to understand this visualization,Assume you trust the data used for the visualization. To what extent do you agree or disagree with the following statements about the visualization presented above? - I like this visualization,"Assume you trust the data used for the visualization. To what extent do you agree or disagree with the following statements about the visualization presented above? - I would likely share this visualization with my family, friends or on social media",Assume you trust the data used for the visualization. To what extent do you agree or disagree with the following statements about the visualization presented above? - I would likely use this visualization and its information in my actions tackling Covid-19,Assume you trust the data used for the visualization. To what extent do you agree or disagree with the following statements about the visualization presented above? - I trust this visualization,"Tell us a bit more about why you [QID102-ChoiceGroup-SelectedAnswers-11] with the statement ""I trust this visualization"".",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,"Generally speaking, would you say that most people can be trusted or that you can't be too careful in dealing with people? - 2","If you have any additional thoughts/comments, please enter them here.",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,There are many important issues facing our country today. Research shows that issues people think are important can affect their views on other issues. We also want to know if you are paying attention. Please ignore the question and put “crime” in the top position and unemployment in the bottom position. Leave the rest of the issues in the same order. - Health care,There are many important issues facing our country today. Research shows that issues people think are important can affect their views on other issues. We also want to know if you are paying attention. Please ignore the question and put “crime” in the top position and unemployment in the bottom position. Leave the rest of the issues in the same order. - Unemployment,There are many important issues facing our country today. Research shows that issues people think are important can affect their views on other issues. We also want to know if you are paying attention. Please ignore the question and put “crime” in the top position and unemployment in the bottom position. Leave the rest of the issues in the same order. - The federal budget deficit,There are many important issues facing our country today. Research shows that issues people think are important can affect their views on other issues. We also want to know if you are paying attention. Please ignore the question and put “crime” in the top position and unemployment in the bottom position. Leave the rest of the issues in the same order. - The coronavirus pandemic,There are many important issues facing our country today. Research shows that issues people think are important can affect their views on other issues. We also want to know if you are paying attention. Please ignore the question and put “crime” in the top position and unemployment in the bottom position. Leave the rest of the issues in the same order. - Crime,There are many important issues facing our country today. Research shows that issues people think are important can affect their views on other issues. We also want to know if you are paying attention. Please ignore the question and put “crime” in the top position and unemployment in the bottom position. Leave the rest of the issues in the same order. - Education,There are many important issues facing our country today. Research shows that issues people think are important can affect their views on other issues. We also want to know if you are paying attention. Please ignore the question and put “crime” in the top position and unemployment in the bottom position. Leave the rest of the issues in the same order. - Relations with other countries,Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,"On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - Political parties","On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - The government","On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - The police","On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - The legal system","On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - The news media","On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - Business and industry","On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - Scientists/Science","On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - Doctors","If you have any additional thoughts/comments, please enter them here.",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,"The next questions will be about your motivation to engage in cognitive activity. For each sentence below, please select how uncharacteristic or characteristic (5-point scale) this is for you personally. - I would prefer complex to simple problems.","The next questions will be about your motivation to engage in cognitive activity. For each sentence below, please select how uncharacteristic or characteristic (5-point scale) this is for you personally. - I like to have the responsibility of handling a situation that requires a lot of thinking.","The next questions will be about your motivation to engage in cognitive activity. For each sentence below, please select how uncharacteristic or characteristic (5-point scale) this is for you personally. - Thinking is not my idea of fun.","The next questions will be about your motivation to engage in cognitive activity. For each sentence below, please select how uncharacteristic or characteristic (5-point scale) this is for you personally. - I would rather do something that requires little thought than something that is sure to challenge my thinking abilities.","The next questions will be about your motivation to engage in cognitive activity. For each sentence below, please select how uncharacteristic or characteristic (5-point scale) this is for you personally. - I really enjoy a task that involves coming up with new solutions to problems.","The next questions will be about your motivation to engage in cognitive activity. For each sentence below, please select how uncharacteristic or characteristic (5-point scale) this is for you personally. - I would prefer a task that is intellectual, difficult, and important to one that is somewhat important but does not require much thought.",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,Below is a seven-point scale on which the political views that people might hold are arranged from extremely liberal—point 1—to extremely conservative—point 7. Where would you place yourself on this scale?,"During the peak of the pandemic, how often did you actively seek information on Covid-19 from any sources including TV, newspapers, radios, online and social media, or personal conversations?",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,Lastly a few questions about socio-demographic characteristics. To which gender do you most identify?,In what year were you born? Please enter all four digits.,Text,What is the highest level of school you have completed or the highest degree you have received?,Have one or both of your parents completed a bachelor’s degree?,What language do you speak at home? - Selected Choice,"What language do you speak at home? - Other, please specify: - Text",Which of the following categories do you identify with? - Selected Choice,"Which of the following categories do you identify with? - Other race, ethnicity, or origin (please specify) - Text","Which of the following categories do you identify with? - Mixed race, ethnicity (please specify) - Text","In which of these groups did your total family income, from all sources, fall last year before taxes?",To what extent do you consider yourself a religious person?,Would you be interested in participating in a qualitative interview for this study? You would be paid $15 for about 30 minutes of your time. - Selected Choice,"Would you be interested in participating in a qualitative interview for this study? You would be paid $15 for about 30 minutes of your time. - Yes, you may contact me on this email address: - Text",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,"Above you see a chart containing information about Covid-19 cases in the USA. +By clicking “I agree” below you are indicating that you are at least 18 years old, have read this consent form, and agree to participate in this research study. Please print a copy of this page for your records.",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,Have you already received a Covid-19 vaccination?,How many doses of the Covid-19 vaccine did you receive?,Have you been verifiably infected with Covid-19?,Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,affect-science - Click to write Choice 1,affect-clarity - Click to write Choice 1,affect-aesthetic - Click to write Choice 1,Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,"How many weeks had higher unvaccinated Covid-19 case counts than the week of Dec 13, 2021?",What is the max number of case counts (per 100K) of vaccinated people who caught Covid-19?,Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,"By approximately how much did the number of cases in unvaccinated people increase from the week of December 13, 2021 to the week of December 20, 2021 (per 100K people)?","Approximately how many unvaccinated people caught Covid-19 (per 100K people) during the week of January 10, 2022?",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,"Among vaccinated people, which age group sees the largest increase in case count between November 2021 and January 2022?",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,Disregard the visualization for this question. To what extent do you agree or disagree with the following statements about the data used in the visualization above? - The data is accurate,Disregard the visualization for this question. To what extent do you agree or disagree with the following statements about the data used in the visualization above? - The data sufficiently describes the current state of COVID-19 vaccinations (the data is complete and does not leave out important information),Disregard the visualization for this question. To what extent do you agree or disagree with the following statements about the data used in the visualization above? - The data is unbiased and trustworthy,Disregard the visualization for this question. To what extent do you agree or disagree with the following statements about the data used in the visualization above? - I understand the meaning of this data well,Disregard the visualization for this question. To what extent do you agree or disagree with the following statements about the data used in the visualization above? - The data source was clearly displayed,Disregard the visualization for this question. To what extent do you agree or disagree with the following statements about the data used in the visualization above? - I trust this data,"If you have any additional thoughts/comments, please enter them here.",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,Assume you trust the data used for the visualization. To what extent do you agree or disagree with the following statements about the visualization presented above? - The visualization transparently includes all important elements of the data,Assume you trust the data used for the visualization. To what extent do you agree or disagree with the following statements about the visualization presented above? - I find it easy to understand this visualization,Assume you trust the data used for the visualization. To what extent do you agree or disagree with the following statements about the visualization presented above? - I like this visualization,"Assume you trust the data used for the visualization. To what extent do you agree or disagree with the following statements about the visualization presented above? - I would likely share this visualization with my family, friends or on social media",Assume you trust the data used for the visualization. To what extent do you agree or disagree with the following statements about the visualization presented above? - I would likely use this visualization and its information in my actions tackling Covid-19,Assume you trust the data used for the visualization. To what extent do you agree or disagree with the following statements about the visualization presented above? - I trust this visualization,"Tell us a bit more about why you [QID102-ChoiceGroup-SelectedAnswers-11] with the statement ""I trust this visualization"".",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,"Generally speaking, would you say that most people can be trusted or that you can't be too careful in dealing with people? - 2","If you have any additional thoughts/comments, please enter them here.",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,There are many important issues facing our country today. Research shows that issues people think are important can affect their views on other issues. We also want to know if you are paying attention. Please ignore the question and put “crime” in the top position and unemployment in the bottom position. Leave the rest of the issues in the same order. - Health care,There are many important issues facing our country today. Research shows that issues people think are important can affect their views on other issues. We also want to know if you are paying attention. Please ignore the question and put “crime” in the top position and unemployment in the bottom position. Leave the rest of the issues in the same order. - Unemployment,There are many important issues facing our country today. Research shows that issues people think are important can affect their views on other issues. We also want to know if you are paying attention. Please ignore the question and put “crime” in the top position and unemployment in the bottom position. Leave the rest of the issues in the same order. - The federal budget deficit,There are many important issues facing our country today. Research shows that issues people think are important can affect their views on other issues. We also want to know if you are paying attention. Please ignore the question and put “crime” in the top position and unemployment in the bottom position. Leave the rest of the issues in the same order. - The coronavirus pandemic,There are many important issues facing our country today. Research shows that issues people think are important can affect their views on other issues. We also want to know if you are paying attention. Please ignore the question and put “crime” in the top position and unemployment in the bottom position. Leave the rest of the issues in the same order. - Crime,There are many important issues facing our country today. Research shows that issues people think are important can affect their views on other issues. We also want to know if you are paying attention. Please ignore the question and put “crime” in the top position and unemployment in the bottom position. Leave the rest of the issues in the same order. - Education,There are many important issues facing our country today. Research shows that issues people think are important can affect their views on other issues. We also want to know if you are paying attention. Please ignore the question and put “crime” in the top position and unemployment in the bottom position. Leave the rest of the issues in the same order. - Relations with other countries,Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,"On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - Political parties","On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - The government","On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - The police","On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - The legal system","On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - The news media","On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - Business and industry","On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - Scientists/Science","On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - Doctors","If you have any additional thoughts/comments, please enter them here.",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,"The next questions will be about your motivation to engage in cognitive activity. For each sentence below, please select how uncharacteristic or characteristic (5-point scale) this is for you personally. - I would prefer complex to simple problems.","The next questions will be about your motivation to engage in cognitive activity. For each sentence below, please select how uncharacteristic or characteristic (5-point scale) this is for you personally. - I like to have the responsibility of handling a situation that requires a lot of thinking.","The next questions will be about your motivation to engage in cognitive activity. For each sentence below, please select how uncharacteristic or characteristic (5-point scale) this is for you personally. - Thinking is not my idea of fun.","The next questions will be about your motivation to engage in cognitive activity. For each sentence below, please select how uncharacteristic or characteristic (5-point scale) this is for you personally. - I would rather do something that requires little thought than something that is sure to challenge my thinking abilities.","The next questions will be about your motivation to engage in cognitive activity. For each sentence below, please select how uncharacteristic or characteristic (5-point scale) this is for you personally. - I really enjoy a task that involves coming up with new solutions to problems.","The next questions will be about your motivation to engage in cognitive activity. For each sentence below, please select how uncharacteristic or characteristic (5-point scale) this is for you personally. - I would prefer a task that is intellectual, difficult, and important to one that is somewhat important but does not require much thought.",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,Below is a seven-point scale on which the political views that people might hold are arranged from extremely liberal—point 1—to extremely conservative—point 7. Where would you place yourself on this scale?,"During the peak of the pandemic, how often did you actively seek information on Covid-19 from any sources including TV, newspapers, radios, online and social media, or personal conversations?",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,Lastly a few questions about socio-demographic characteristics. To which gender do you most identify?,In what year were you born? Please enter all four digits.,Text,What is the highest level of school you have completed or the highest degree you have received?,Have one or both of your parents completed a bachelor’s degree?,What language do you speak at home? - Selected Choice,"What language do you speak at home? - Other, please specify: - Text",Which of the following categories do you identify with? - Selected Choice,"Which of the following categories do you identify with? - Other race, ethnicity, or origin (please specify) - Text","Which of the following categories do you identify with? - Mixed race, ethnicity (please specify) - Text","In which of these groups did your total family income, from all sources, fall last year before taxes?",To what extent do you consider yourself a religious person?,Would you be interested in participating in a qualitative interview for this study? You would be paid $15 for about 30 minutes of your time. - Selected Choice,Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,"Above you see a chart containing information about Covid-19 cases in the USA. What are your first/immediate impressions of this visualization? This could include things you like, dislike, as well as other first impressions.","Above you see a chart containing information about Covid-19 cases in the USA. Please look at the chart and answer the question below. @@ -168,67 +168,67 @@ Assume you trust the data used for the visualization. To what extent do you agre Assume you trust the data used for the visualization. To what extent do you agree or disagree with the following statements about the visualization presented above? - I would likely use this visualization and its information in my actions tackling Covid-19","Above you see a chart containing information about Covid-19 cases in the USA. Please look at the chart and answer the question below. -Assume you trust the data used for the visualization. To what extent do you agree or disagree with the following statements about the visualization presented above? - I trust this visualization","Tell us a bit more about why you [QID150-ChoiceGroup-SelectedAnswers-11] with the statement ""I trust this visualization"".",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,PROLIFIC_PID,isCovidData,provenance-bar-data,provenance-bar-vis,provenance-bar-tour,provenance-bar-explore,bar-complexity -"{""ImportId"":""startDate"",""timeZone"":""America/Denver""}","{""ImportId"":""endDate"",""timeZone"":""America/Denver""}","{""ImportId"":""status""}","{""ImportId"":""ipAddress""}","{""ImportId"":""progress""}","{""ImportId"":""duration""}","{""ImportId"":""finished""}","{""ImportId"":""recordedDate"",""timeZone"":""America/Denver""}","{""ImportId"":""_recordId""}","{""ImportId"":""recipientLastName""}","{""ImportId"":""recipientFirstName""}","{""ImportId"":""recipientEmail""}","{""ImportId"":""externalDataReference""}","{""ImportId"":""locationLatitude""}","{""ImportId"":""locationLongitude""}","{""ImportId"":""distributionChannel""}","{""ImportId"":""userLanguage""}","{""ImportId"":""QID182""}","{""ImportId"":""QID189_FIRST_CLICK""}","{""ImportId"":""QID189_LAST_CLICK""}","{""ImportId"":""QID189_PAGE_SUBMIT""}","{""ImportId"":""QID189_CLICK_COUNT""}","{""ImportId"":""QID4""}","{""ImportId"":""QID5""}","{""ImportId"":""QID6""}","{""ImportId"":""QID64_FIRST_CLICK""}","{""ImportId"":""QID64_LAST_CLICK""}","{""ImportId"":""QID64_PAGE_SUBMIT""}","{""ImportId"":""QID64_CLICK_COUNT""}","{""ImportId"":""QID191_FIRST_CLICK""}","{""ImportId"":""QID191_LAST_CLICK""}","{""ImportId"":""QID191_PAGE_SUBMIT""}","{""ImportId"":""QID191_CLICK_COUNT""}","{""ImportId"":""QID228_1""}","{""ImportId"":""QID230_1""}","{""ImportId"":""QID231_1""}","{""ImportId"":""QID209_FIRST_CLICK""}","{""ImportId"":""QID209_LAST_CLICK""}","{""ImportId"":""QID209_PAGE_SUBMIT""}","{""ImportId"":""QID209_CLICK_COUNT""}","{""ImportId"":""QID188_FIRST_CLICK""}","{""ImportId"":""QID188_LAST_CLICK""}","{""ImportId"":""QID188_PAGE_SUBMIT""}","{""ImportId"":""QID188_CLICK_COUNT""}","{""ImportId"":""QID245""}","{""ImportId"":""QID246""}","{""ImportId"":""QID247_FIRST_CLICK""}","{""ImportId"":""QID247_LAST_CLICK""}","{""ImportId"":""QID247_PAGE_SUBMIT""}","{""ImportId"":""QID247_CLICK_COUNT""}","{""ImportId"":""QID249""}","{""ImportId"":""QID250""}","{""ImportId"":""QID254_FIRST_CLICK""}","{""ImportId"":""QID254_LAST_CLICK""}","{""ImportId"":""QID254_PAGE_SUBMIT""}","{""ImportId"":""QID254_CLICK_COUNT""}","{""ImportId"":""QID253""}","{""ImportId"":""QID255_FIRST_CLICK""}","{""ImportId"":""QID255_LAST_CLICK""}","{""ImportId"":""QID255_PAGE_SUBMIT""}","{""ImportId"":""QID255_CLICK_COUNT""}","{""ImportId"":""QID223_FIRST_CLICK""}","{""ImportId"":""QID223_LAST_CLICK""}","{""ImportId"":""QID223_PAGE_SUBMIT""}","{""ImportId"":""QID223_CLICK_COUNT""}","{""ImportId"":""QID101_1""}","{""ImportId"":""QID101_2""}","{""ImportId"":""QID101_3""}","{""ImportId"":""QID101_4""}","{""ImportId"":""QID101_12""}","{""ImportId"":""QID101_15""}","{""ImportId"":""QID200_TEXT""}","{""ImportId"":""QID192_FIRST_CLICK""}","{""ImportId"":""QID192_LAST_CLICK""}","{""ImportId"":""QID192_PAGE_SUBMIT""}","{""ImportId"":""QID192_CLICK_COUNT""}","{""ImportId"":""QID102_6""}","{""ImportId"":""QID102_7""}","{""ImportId"":""QID102_8""}","{""ImportId"":""QID102_9""}","{""ImportId"":""QID102_10""}","{""ImportId"":""QID102_11""}","{""ImportId"":""QID117_TEXT""}","{""ImportId"":""QID78_FIRST_CLICK""}","{""ImportId"":""QID78_LAST_CLICK""}","{""ImportId"":""QID78_PAGE_SUBMIT""}","{""ImportId"":""QID78_CLICK_COUNT""}","{""ImportId"":""QID122_2""}","{""ImportId"":""QID203_TEXT""}","{""ImportId"":""QID199_FIRST_CLICK""}","{""ImportId"":""QID199_LAST_CLICK""}","{""ImportId"":""QID199_PAGE_SUBMIT""}","{""ImportId"":""QID199_CLICK_COUNT""}","{""ImportId"":""QID36_1""}","{""ImportId"":""QID36_2""}","{""ImportId"":""QID36_3""}","{""ImportId"":""QID36_4""}","{""ImportId"":""QID36_5""}","{""ImportId"":""QID36_6""}","{""ImportId"":""QID36_7""}","{""ImportId"":""QID65_FIRST_CLICK""}","{""ImportId"":""QID65_LAST_CLICK""}","{""ImportId"":""QID65_PAGE_SUBMIT""}","{""ImportId"":""QID65_CLICK_COUNT""}","{""ImportId"":""QID38_1""}","{""ImportId"":""QID38_2""}","{""ImportId"":""QID38_3""}","{""ImportId"":""QID38_4""}","{""ImportId"":""QID38_5""}","{""ImportId"":""QID38_6""}","{""ImportId"":""QID38_7""}","{""ImportId"":""QID38_8""}","{""ImportId"":""QID204_TEXT""}","{""ImportId"":""QID72_FIRST_CLICK""}","{""ImportId"":""QID72_LAST_CLICK""}","{""ImportId"":""QID72_PAGE_SUBMIT""}","{""ImportId"":""QID72_CLICK_COUNT""}","{""ImportId"":""QID39_1""}","{""ImportId"":""QID39_2""}","{""ImportId"":""QID39_3""}","{""ImportId"":""QID39_4""}","{""ImportId"":""QID39_5""}","{""ImportId"":""QID39_6""}","{""ImportId"":""QID73_FIRST_CLICK""}","{""ImportId"":""QID73_LAST_CLICK""}","{""ImportId"":""QID73_PAGE_SUBMIT""}","{""ImportId"":""QID73_CLICK_COUNT""}","{""ImportId"":""QID11""}","{""ImportId"":""QID13""}","{""ImportId"":""QID74_FIRST_CLICK""}","{""ImportId"":""QID74_LAST_CLICK""}","{""ImportId"":""QID74_PAGE_SUBMIT""}","{""ImportId"":""QID74_CLICK_COUNT""}","{""ImportId"":""QID14""}","{""ImportId"":""QID15_TEXT""}","{""ImportId"":""QID16_1""}","{""ImportId"":""QID17""}","{""ImportId"":""QID23""}","{""ImportId"":""QID27""}","{""ImportId"":""QID27_4_TEXT""}","{""ImportId"":""QID18""}","{""ImportId"":""QID18_8_TEXT""}","{""ImportId"":""QID18_9_TEXT""}","{""ImportId"":""QID19""}","{""ImportId"":""QID20""}","{""ImportId"":""QID25""}","{""ImportId"":""QID25_1_TEXT""}","{""ImportId"":""QID75_FIRST_CLICK""}","{""ImportId"":""QID75_LAST_CLICK""}","{""ImportId"":""QID75_PAGE_SUBMIT""}","{""ImportId"":""QID75_CLICK_COUNT""}","{""ImportId"":""QID138_TEXT""}","{""ImportId"":""QID139_1""}","{""ImportId"":""QID139_2""}","{""ImportId"":""QID139_3""}","{""ImportId"":""QID139_4""}","{""ImportId"":""QID139_12""}","{""ImportId"":""QID139_15""}","{""ImportId"":""QID140_6""}","{""ImportId"":""QID140_7""}","{""ImportId"":""QID140_8""}","{""ImportId"":""QID140_9""}","{""ImportId"":""QID140_10""}","{""ImportId"":""QID140_11""}","{""ImportId"":""QID141_TEXT""}","{""ImportId"":""QID142_FIRST_CLICK""}","{""ImportId"":""QID142_LAST_CLICK""}","{""ImportId"":""QID142_PAGE_SUBMIT""}","{""ImportId"":""QID142_CLICK_COUNT""}","{""ImportId"":""QID143_TEXT""}","{""ImportId"":""QID144_1""}","{""ImportId"":""QID144_2""}","{""ImportId"":""QID144_3""}","{""ImportId"":""QID144_4""}","{""ImportId"":""QID144_12""}","{""ImportId"":""QID144_15""}","{""ImportId"":""QID145_6""}","{""ImportId"":""QID145_7""}","{""ImportId"":""QID145_8""}","{""ImportId"":""QID145_9""}","{""ImportId"":""QID145_10""}","{""ImportId"":""QID145_11""}","{""ImportId"":""QID146_TEXT""}","{""ImportId"":""QID147_FIRST_CLICK""}","{""ImportId"":""QID147_LAST_CLICK""}","{""ImportId"":""QID147_PAGE_SUBMIT""}","{""ImportId"":""QID147_CLICK_COUNT""}","{""ImportId"":""QID148_TEXT""}","{""ImportId"":""QID149_1""}","{""ImportId"":""QID149_2""}","{""ImportId"":""QID149_3""}","{""ImportId"":""QID149_4""}","{""ImportId"":""QID149_12""}","{""ImportId"":""QID149_15""}","{""ImportId"":""QID150_6""}","{""ImportId"":""QID150_7""}","{""ImportId"":""QID150_8""}","{""ImportId"":""QID150_9""}","{""ImportId"":""QID150_10""}","{""ImportId"":""QID150_11""}","{""ImportId"":""QID151_TEXT""}","{""ImportId"":""QID152_FIRST_CLICK""}","{""ImportId"":""QID152_LAST_CLICK""}","{""ImportId"":""QID152_PAGE_SUBMIT""}","{""ImportId"":""QID152_CLICK_COUNT""}","{""ImportId"":""PROLIFIC_PID""}","{""ImportId"":""isCovidData""}","{""ImportId"":""provenance-bar-data""}","{""ImportId"":""provenance-bar-vis""}","{""ImportId"":""provenance-bar-tour""}","{""ImportId"":""provenance-bar-explore""}","{""ImportId"":""bar-complexity""}" -2023-03-12 15:29:25,2023-03-12 15:41:08,0,67.186.178.95,100,703,1,2023-03-12 15:41:09,R_1eEOE80Y8XlTH5x,,,,,44.4537,-73.1773,anonymous,EN,1,20.214,20.214,21.207,1,,,,,,,,0,0,15.114,0,100,100,36,7.293,12.395,14.015,4,21.186,34.419,66.096,2,,,,,,,,,,,,,,,,,,18.983,18.983,43.668,1,3,1,6,6,6,6,"The visual depicts crop disease, but the questions ask about covid 19 vaccinations, which are unrelated.",8.486,39.761,90.602,8,6,6,5,7,7,6,It clearly shows me the numbers from a data set and lets me form my own opinions/conclusions from it without biasing them with additional written information.,2.468,2.468,52.875,1,4,-99,3.772,5.68,8.353,3,2,3,4,5,1,6,7,0,0,14.077,0,2,5,7,7,6,7,11,7,-99,4.387,14.238,16.638,8,4,5,2,2,5,5,8.693,23.97,25.054,6,1,,2.562,2.562,5.758,1,2,2000,Vermont,6,3,1,-99,7,-99,-99,4,4,2,-99,2.021,58.671,60.701,14,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,614f39f10ed069cb9fdd8bbc,0,"{""startTime"":1678656902973,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":20512,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1311,""week"":""3"",""id"":""chart""}]}","{""startTime"":1678656822225,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678656653200,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":19,""label"":""tour_started""},{""time"":8552,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":11484,""week"":""1"",""id"":""chart""},{""time"":21174,""label"":""tour_next"",""step"":2},{""time"":23802,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1283,""week"":""1"",""id"":""chart2""},{""time"":25104,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2632,""week"":""52"",""id"":""chart2""},{""time"":34405,""label"":""tour_end"",""step"":2},{""time"":38025,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1459,""week"":""31"",""id"":""chart""},{""time"":39921,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1730,""week"":""23"",""id"":""chart""},{""time"":42737,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1198,""week"":""6"",""id"":""chart""},{""time"":47277,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1408,""week"":""6"",""id"":""chart2""},{""time"":51441,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2111,""week"":""51"",""id"":""chart2""},{""time"":54689,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2963,""week"":""27"",""id"":""chart2""},{""time"":62178,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1274,""week"":""31"",""id"":""chart""},{""time"":64318,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1033,""week"":""34"",""id"":""chart""}]}","{""startTime"":1678656777964,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":6760,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1205,""week"":""1"",""id"":""chart""},{""time"":9060,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1775,""week"":""52"",""id"":""chart2""},{""time"":11261,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4375,""week"":""52"",""id"":""chart2""},{""time"":20805,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1497,""week"":""15"",""id"":""chart2""},{""time"":31476,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7109,""week"":""22"",""id"":""chart""},{""time"":40907,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1045,""week"":""52"",""id"":""chart""}]}",simple -2023-03-12 15:36:48,2023-03-12 15:47:12,0,174.72.65.58,100,623,1,2023-03-12 15:47:12,R_2aFFd93pyK1CSvk,,,,,33.2727,-111.8278,anonymous,EN,1,9.482,9.482,10.445,1,,,,,,,,0,0,15.013,0,53,19,73,6.723,12.991,13.613,5,22.375,88.018,100.364,15,,,,,,,,,,,,,,,,,,8.727,27.414,36.208,2,3,3,3,5,5,3,-99,9.974,23.475,25.032,6,5,5,5,5,5,3,Unsure about the validity of the data source.,3.168,3.168,20.217,1,5,-99,4.848,8.349,9.841,3,2,7,3,4,1,5,6,0,0,29.495,0,2,6,2,6,2,6,10,6,-99,8.098,21.749,24.025,8,4,3,1,3,4,4,6.677,21.862,23.321,6,4,,3.611,3.611,6.955,1,1,1996,Arizona,6,1,1,-99,7,-99,-99,7,4,1,631ad5df2dfd6aff965bba6a@email.prolific.co,2.881,50.853,65.615,13,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,631ad5df2dfd6aff965bba6a,0,"{""startTime"":1678657300676,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678657255868,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678657059551,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":22,""label"":""tour_started""},{""time"":22369,""label"":""tour_next"",""step"":5},{""time"":37624,""label"":""started_brush"",""startDate"":""2021-09-06"",""endDate"":""2021-11-20""},{""time"":38973,""label"":""moved_brush"",""startDate"":""2021-07-27"",""endDate"":""2021-10-10""},{""time"":39687,""label"":""tour_next"",""step"":5},{""time"":48010,""label"":""started_brush"",""startDate"":""2021-05-28"",""endDate"":""2021-08-12""},{""time"":49641,""label"":""moved_brush"",""startDate"":""2021-05-28"",""endDate"":""2021-08-19""},{""time"":51326,""label"":""moved_brush"",""startDate"":""2021-05-04"",""endDate"":""2021-07-25""},{""time"":52056,""label"":""tour_next"",""step"":5},{""time"":57603,""label"":""cleared_brush"",""using"":""Click""},{""time"":57603,""label"":""cleared_brush"",""using"":""Escape""},{""time"":59056,""label"":""tour_next"",""step"":5},{""time"":61824,""label"":""tour_end"",""step"":5},{""time"":67513,""label"":""started_brush"",""startDate"":""2021-06-22"",""endDate"":""2021-09-28""},{""time"":69162,""label"":""moved_brush"",""startDate"":""2021-06-05"",""endDate"":""2021-09-11""},{""time"":75772,""label"":""cleared_brush"",""using"":""Click""},{""time"":76600,""label"":""cleared_brush"",""using"":""Click""},{""time"":76600,""label"":""cleared_brush"",""using"":""Escape""},{""time"":84101,""label"":""started_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-08-12""},{""time"":86163,""label"":""moved_brush"",""startDate"":""2021-07-27"",""endDate"":""2021-12-03""}]}","{""startTime"":1678657219035,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":5973,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1258,""week"":""52"",""id"":""chart""},{""time"":10344,""label"":""started_brush"",""startDate"":""2021-05-06"",""endDate"":""2021-09-30""},{""time"":11136,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1179,""week"":""32"",""id"":""chart""},{""time"":13888,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4745,""week"":""34"",""id"":""chart""},{""time"":22337,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2056,""week"":""33"",""id"":""chart""},{""time"":34166,""label"":""moved_brush"",""startDate"":""2021-09-13"",""endDate"":""2022-02-07""}]}",complex -2023-03-12 15:33:05,2023-03-12 15:49:15,0,108.4.148.249,100,969,1,2023-03-12 15:49:15,R_1ZF6dMA6Lwvotl7,,,,,42.789,-73.9759,anonymous,EN,1,13.737,13.737,14.549,1,1,4,2,7.263,15.49,18.399,2,0,0,15.115,0,89,88,53,11.681,21.087,23.382,4,45.445,58.655,82.614,2,,,,,,,,,,,,,,,,,,0,0,36.818,0,5,5,5,5,5,5,"I trust the CDC data for this time sampling. However, with at home testing now, an extension of the graph to the present would underestimate all case counts.",19.848,62.012,134.468,7,5,5,5,5,5,5,"The data came from CDC data and appears easy to understand, as well as easy to compare vaccinated versus unvaccinated case rates.",2.969,2.969,66.3,1,4,-99,7.471,7.471,13.961,1,2,7,3,4,1,5,6,0,0,25.548,0,3,7,4,7,5,3,9,9,-99,11.529,35.906,49.592,12,5,5,1,1,5,5,13.999,32.999,36.326,6,2,1,5.538,13.294,20.185,2,2,1971,New York,9,1,1,-99,7,-99,-99,4,4,2,-99,2.566,61.226,62.094,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5dae529fe663620012e038b6,1,"{""startTime"":1678657225070,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":45753,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1416,""week"":""6"",""id"":""chart2""}]}","{""startTime"":1678657108493,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678656877361,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":22,""label"":""tour_started""},{""time"":14055,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2785,""week"":""35"",""id"":""chart""},{""time"":25936,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":10510,""week"":""1"",""id"":""chart""},{""time"":36546,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7701,""week"":""52"",""id"":""chart""},{""time"":45437,""label"":""tour_next"",""step"":2},{""time"":48247,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2537,""week"":""52"",""id"":""chart2""},{""time"":58647,""label"":""tour_end"",""step"":2},{""time"":64941,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1369,""week"":""1"",""id"":""chart""},{""time"":67052,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3634,""week"":""1"",""id"":""chart""},{""time"":71061,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1047,""week"":""52"",""id"":""chart2""},{""time"":72182,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2451,""week"":""1"",""id"":""chart2""}]}","{""startTime"":1678657071112,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":10187,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2868,""week"":""51"",""id"":""chart""},{""time"":13095,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2432,""week"":""50"",""id"":""chart""},{""time"":15683,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2152,""week"":""51"",""id"":""chart""},{""time"":18362,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1927,""week"":""52"",""id"":""chart""},{""time"":20715,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5573,""week"":""52"",""id"":""chart2""},{""time"":29787,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1234,""week"":""6"",""id"":""chart""}]}",simple -2023-03-12 15:34:48,2023-03-12 15:50:26,0,50.93.222.58,100,938,1,2023-03-12 15:50:26,R_2dN3oSUYOKhiVEK,,,,,43.0812,-89.3845,anonymous,EN,1,2.9,2.9,3.836,1,,,,,,,,7.801,7.801,15.107,1,63,63,53,2.841,6.053,6.945,3,6.295,9.062,14.203,2,,,,,,,,,,,,,,,,,,0,0,88.096,0,3,3,4,4,4,4,-99,3.056,8.791,10.089,7,4,3,3,3,3,4,It looks fact-based and accurate,0.58,0.58,11.001,1,4,-99,2.518,3.653,5.139,2,2,7,3,4,1,5,6,0,0,21.496,0,6,8,6,7,5,5,7,6,-99,2.626,8.869,9.647,9,4,3,3,2,3,3,4.312,13.035,13.917,6,4,,2.197,2.197,2.981,1,2,1994,New York,7,2,1,-99,2,-99,-99,16,4,2,-99,0.842,44.128,44.72,16,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5ded4bab1edb794081b3378e,0,"{""startTime"":1678657618624,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678657597271,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678656922562,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":42,""label"":""tour_started""},{""time"":6277,""label"":""tour_next"",""step"":2},{""time"":9044,""label"":""tour_end"",""step"":2},{""time"":10781,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2606,""week"":""1"",""id"":""chart""}]}","{""startTime"":1678657507503,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":6120,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4436,""week"":""50"",""id"":""chart""},{""time"":10788,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2957,""week"":""50"",""id"":""chart""},{""time"":14232,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1712,""week"":""50"",""id"":""chart""}]}",moderate -2023-03-12 15:41:53,2023-03-12 15:53:22,0,174.208.161.85,100,688,1,2023-03-12 15:53:22,R_2wRKDmBoHMXfocB,,,,,38.581,-121.4939,anonymous,EN,1,5.268,6.177,7.105,2,1,4,1,2.412,6.718,7.805,3,0,0,15.024,0,89,61,35,5.047,15.093,15.969,6,8.639,88.141,89.267,10,,,,,,,,,,,,,,,,,,11.947,31.28,32.222,3,5,4,5,5,5,5,no,8.305,66.071,68.005,11,2,5,4,2,5,4,I do not see where and who collected this data?,4.42,4.42,18.316,1,6,no,6.094,8.312,10.283,3,2,7,3,4,1,5,6,7.689,14.873,15.82,2,3,3,1,2,2,2,8,7,-99,6.578,22.961,23.808,10,2,2,2,3,3,2,10.831,36.56,37.519,10,1,1,7.654,15.245,16.12,4,2,1993,California,6,3,1,-99,9,-99,Groveland,8,4,1,kchac@vt.edu,5.893,72.194,73.138,21,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5f8236cffcba88362f081b13,1,"{""startTime"":1678657616915,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678657590859,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678657376916,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":35,""label"":""tour_started""},{""time"":9240,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3392,""week"":""1"",""id"":""chart""},{""time"":14480,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2284,""week"":""6"",""id"":""chart""},{""time"":17098,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1796,""week"":""52"",""id"":""chart""},{""time"":21155,""label"":""tour_next"",""step"":2},{""time"":69101,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":12626,""week"":""1"",""id"":""chart2""},{""time"":81745,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1264,""week"":""52"",""id"":""chart2""},{""time"":86508,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678657527401,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",simple -2023-03-12 15:28:32,2023-03-12 15:54:10,0,99.8.181.16,100,1537,1,2023-03-12 15:54:10,R_3QL6f5p8ehmaRin,,,,,33.0199,-97.213,anonymous,EN,1,3.267,4.052,4.935,2,1,3,1,1.486,3.901,5.092,2,0,0,15.007,0,50,77,68,3.839,17.755,20.95,4,13.114,135.176,141.548,13,,,,,,,,,,,,,,,,,,0,0,35.346,0,4,2,3,5,6,5,-99,0.623,82.664,88.24,18,5,5,3,7,7,5,"I trust the data used in the visualization and that the visualization represents that data accurately. However I find the stacked bar chart to be slightly misleading, as my first instinct upon seeing it is to assume that the blue bars are in front of the orange bars instead of under them, meaning that the value of an orange bar would be measured from 0 instead of the top of the blue bar.",2.531,2.531,288.574,1,6,"I just wanted to mention that I think confounding factors may be to blame for vaccinated cases being lower than unvaccinated cases. It's not that I think the vaccine doesn't work, but my understanding and experience is that the vaccine reduces the effects of covid rather than preventing its transmission. So I don't think the visualizations presented are very useful because they seem to claim that the vaccine significantly reduces transmission, when it seems equally possible to me that vaccinated people are generally more cautious and less likely to have the cases they do catch recorded. In my opinion the visualization itself is clear, it just needs to be presented in context to be effective.",6.6,341.053,348.258,7,2,7,5,3,1,6,4,33.108,94.743,96.742,6,1,5,1,2,3,1,10,9,-99,4.273,36.008,38.825,21,4,3,2,2,5,4,4.686,34.402,35.268,13,1,4,1.494,34.052,34.627,13,1,2000,Texas,2,2,1,-99,7,-99,-99,12,4,2,-99,3.213,53.466,54.469,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5f107aa051372032695c8e2f,1,"{""startTime"":1678656860237,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678656948972,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678656579401,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":21,""label"":""tour_started""},{""time"":13107,""label"":""tour_next"",""step"":2},{""time"":19598,""label"":""tour_end"",""step"":2},{""time"":21491,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2890,""week"":""14"",""id"":""chart""},{""time"":29050,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1318,""week"":""51"",""id"":""chart""},{""time"":31544,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2142,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678656824152,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":3729,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1989,""week"":""51"",""id"":""chart""},{""time"":5821,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1674,""week"":""50"",""id"":""chart""},{""time"":10384,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1750,""week"":""1"",""id"":""chart""},{""time"":12143,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1972,""week"":""1"",""id"":""chart""},{""time"":14527,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4743,""week"":""2"",""id"":""chart""}]}",moderate -2023-03-12 15:42:22,2023-03-12 15:55:22,0,75.21.238.218,100,780,1,2023-03-12 15:55:23,R_1Lp44LcZBdkiNMg,,,,,37.6678,-97.36,anonymous,EN,1,25.203,25.203,26.112,1,1,3,1,1.373,3.273,4.403,2,5.862,6.077,15.018,2,84,77,65,11.437,16.607,18.348,4,13.277,71.006,72.855,7,,,,,,,,,,,,,,,,,,6.504,6.504,34.019,1,3,2,3,4,5,3,No additional thoughts or comments,10.843,33.831,42.435,9,4,4,5,2,3,3,"Because I haven't had a chance to verify the source, I'm not going to blindly trust or blindly distrust a graph like this just at face value unless I see something that is obviously wrong or out of place.",3.16,3.997,51.131,2,5,No comments,7.122,15.345,20.857,4,2,7,3,4,1,5,6,0,0,21.618,0,3,3,3,4,5,4,11,10,No additional thoughts/comments,4.441,35.757,48.702,20,3,2,4,4,2,2,6.967,26.832,27.919,8,2,1,7.815,14.123,16.532,2,1,1985,Kansas,2,2,1,-99,7,-99,-99,4,4,1,mcgarrah.brian@gmail.com,3.162,83.363,90.6,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5aee513f3606ab0001b92b29,1,"{""startTime"":1678657682352,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678657597404,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678657422400,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":13234,""label"":""tour_next"",""step"":5},{""time"":26881,""label"":""started_brush"",""startDate"":""2021-04-29"",""endDate"":""2021-08-02""},{""time"":29342,""label"":""tour_next"",""step"":5},{""time"":33622,""label"":""moved_brush"",""startDate"":""2021-04-12"",""endDate"":""2021-07-16""},{""time"":34827,""label"":""moved_brush"",""startDate"":""2021-05-06"",""endDate"":""2021-08-09""},{""time"":36744,""label"":""cleared_brush"",""using"":""Click""},{""time"":38616,""label"":""tour_next"",""step"":5},{""time"":43089,""label"":""cleared_brush"",""using"":""Click""},{""time"":44715,""label"":""tour_next"",""step"":5},{""time"":53713,""label"":""tour_end"",""step"":5},{""time"":65320,""label"":""started_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-05-07""},{""time"":66941,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3236,""week"":""15"",""id"":""chart""}]}","{""startTime"":1678657562812,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":23879,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1169,""week"":""52"",""id"":""chart""},{""time"":27598,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2847,""week"":""52"",""id"":""chart""}]}",complex -2023-03-12 15:44:01,2023-03-12 15:55:50,0,67.189.40.106,100,708,1,2023-03-12 15:55:50,R_3DvD4hs6RDT3zmn,,,,,44.0197,-123.1008,anonymous,EN,1,20.064,20.064,21.704,1,1,3,1,4.033,8.108,9.618,2,0,0,15.007,0,60,75,74,14.213,23.905,24.752,4,35.217,39.469,56.545,2,,,,,,,,,,,,,,,,,,0,0,34.45,0,3,3,4,5,5,3,-99,6.72,22.69,24.621,7,2,5,4,4,3,3,"I do not think it is a bad visualization, but I think more details could be included. For example, to what extent are the vaccinated people vaccinated? Or how many times these people got COVID 19.",2.379,43.471,61.771,3,5,-99,5.589,8.735,10.277,2,2,7,3,4,1,5,6,0,0,25.608,0,3,2,4,6,5,6,11,9,-99,5.778,23.517,25.345,11,3,3,3,2,4,4,18.175,38.98,39.932,7,3,1,12.014,21.773,23.252,2,2,2000,Oregon,6,1,1,-99,7,-99,-99,3,4,1,rhimckinley@icloud.com,3.186,56.074,62.532,11,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,60ff3f28c526214791f99972,1,"{""startTime"":1678657724999,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678657750110,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":26360,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2013,""week"":""1"",""id"":""chart""}]}","{""startTime"":1678657531229,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":23,""label"":""tour_started""},{""time"":16460,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1615,""week"":""52"",""id"":""chart""},{""time"":18602,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5484,""week"":""51"",""id"":""chart""},{""time"":35211,""label"":""tour_next"",""step"":2},{""time"":39462,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678657689850,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":18474,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1067,""week"":""52"",""id"":""chart""}]}",moderate -2023-03-12 15:41:54,2023-03-12 15:56:26,0,172.90.16.38,100,871,1,2023-03-12 15:56:26,R_XhPgpKN5bEMpRC1,,,,,34.0587,-118.2781,anonymous,EN,1,3.379,3.379,268.783,1,,,,,,,,0,0,15.009,0,64,56,37,5.021,7.685,10.648,3,6.487,9.985,26.893,2,,,,,,,,,,,,,,,,,,29.752,29.752,46.048,1,3,1,3,7,5,3,"stacked data makes it harder to get exact or close to exact values, but shows interesting patterns.",3.167,47.211,81.122,9,1,7,2,7,2,3,"Even if I ""trust"" the visualization as stated in the opening question, I could have a general sense in trust in that, the data may be correct but with the apprehension that something may be missing or overlooked. In that way you can technically trust and distrust the chart and still understand that there may or may not be deception involved. I'm not sure how to clearly articulate my feeling on this I think.",2.493,2.493,88.576,1,6,Depends on how much trust you are putting in them,2.014,5.536,17.083,7,2,7,3,4,1,5,6,11.381,13.141,20.584,2,1,2,1,1,2,1,11,10,-99,4.346,12.826,20.603,8,5,4,1,1,4,5,5.818,16.532,25.132,7,2,,2.101,2.722,4.384,2,1,1988,California,6,3,1,-99,9,-99,Los Angeles,17,4,1,54ea5b40fdf99b768609982f@email.prolific.co,1.442,46.902,48.874,35,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,54ea5b40fdf99b768609982f,0,"{""startTime"":1678657778078,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":32440},{""label"":""window_focused"",""time"":43946}]}","{""startTime"":1678657859606,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678657615604,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":6481,""label"":""tour_next"",""step"":2},{""time"":9978,""label"":""tour_end"",""step"":2},{""label"":""window_blurred"",""time"":18659},{""time"":22604,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1218,""week"":""3"",""id"":""chart""},{""label"":""window_focused"",""time"":26779}]}","{""startTime"":1678657731489,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":1620,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3358,""week"":""52"",""id"":""chart""},{""time"":5038,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1378,""week"":""51"",""id"":""chart""},{""time"":6449,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1703,""week"":""52"",""id"":""chart""},{""time"":8277,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1608,""week"":""51"",""id"":""chart""},{""time"":11213,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2752,""week"":""51"",""id"":""chart""},{""time"":14166,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1491,""week"":""42"",""id"":""chart""},{""time"":18000,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1559,""week"":""33"",""id"":""chart""},{""time"":31300,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1771,""week"":""51"",""id"":""chart""},{""time"":35527,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1256,""week"":""51"",""id"":""chart""},{""time"":38996,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1207,""week"":""52"",""id"":""chart""},{""time"":40228,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1235,""week"":""1"",""id"":""chart""},{""time"":42547,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1327,""week"":""2"",""id"":""chart""}]}",moderate -2023-03-12 15:39:07,2023-03-12 15:56:48,0,199.18.236.28,100,1060,1,2023-03-12 15:56:48,R_bp7CFloI3q7pUD7,,,,,40.9165,-81.1174,anonymous,EN,1,180.345,180.345,181.277,1,,,,,,,,0,0,15.145,0,78,63,35,4.065,8.385,9.36,3,25.313,34.38,41.938,3,,,,,,,,,,,,,,,,,,26.47,26.47,37.202,1,5,1,5,4,4,4,-99,9.182,21.153,23.244,6,3,4,4,4,1,4,"seems scientific but doesn't provide sources ",2.443,19.674,20.648,2,5,-99,72.553,72.553,74.622,1,2,7,3,4,1,5,6,23.71,23.71,24.133,1,4,4,3,3,3,4,11,10,-99,77.164,90.452,91.591,8,3,3,2,4,4,4,205.245,219.584,220.565,6,2,,1.919,1.919,3.188,1,2,2000,Ohio,2,3,1,-99,3,-99,-99,10,2,1,-99,1.121,47.964,51.218,20,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,60ff712d335699ee037aa128,0,"{""startTime"":1678657530064,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678657553924,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678657367428,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":19,""label"":""tour_started""},{""label"":""window_blurred"",""time"":6613},{""label"":""window_focused"",""time"":16676},{""time"":25305,""label"":""tour_next"",""step"":2},{""time"":28094,""label"":""tour_end"",""step"":2},{""time"":30562,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2080,""week"":""2"",""id"":""chart""},{""time"":33782,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1077,""week"":""1"",""id"":""chart""},{""time"":35637,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1471,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678657492222,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":28824,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1108,""week"":""2"",""id"":""chart""}]}",moderate -2023-03-12 15:41:04,2023-03-12 15:58:17,0,142.197.64.33,100,1032,1,2023-03-12 15:58:18,R_vITiYdAaXfwjvQB,,,,,29.1383,-80.9956,anonymous,EN,1,5.329,5.329,6.81,1,,,,,,,,0,0,15.015,0,100,72,85,3.448,10.442,10.778,14,1.281,33.645,36.061,8,,,,,,,,,,,,,,,,,,0,0,96.802,0,6,1,7,2,2,6,-99,7.044,28.1,30.51,7,2,7,7,1,7,6,The information seems accurate,2.221,2.221,11.772,1,4,-99,8.572,14.601,15.868,6,2,7,3,4,1,5,6,0,0,24.101,0,4,3,8,9,2,4,10,10,-99,69.151,82.472,83.86,10,3,2,2,3,3,3,24.882,33.349,36.166,7,7,,1.717,1.717,2.907,1,1,2004,Florida,3,3,1,-99,9,-99,Port Orange,17,3,1,Rkazma11@gmail.com,1.85,58.625,62.01,19,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5edc0583f16dff0c806bdbb6,0,"{""startTime"":1678657563308,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678657532447,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678657308233,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":22,""label"":""tour_started""},{""time"":5067,""label"":""tour_next"",""step"":5},{""time"":11365,""label"":""cleared_brush"",""using"":""Click""},{""time"":19370,""label"":""started_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-05-23""},{""time"":20152,""label"":""tour_next"",""step"":5},{""time"":25389,""label"":""moved_brush"",""startDate"":""2021-08-05"",""endDate"":""2021-09-22""},{""time"":26284,""label"":""tour_next"",""step"":5},{""time"":29654,""label"":""cleared_brush"",""using"":""Click""},{""time"":29654,""label"":""cleared_brush"",""using"":""Escape""},{""time"":31222,""label"":""tour_next"",""step"":5},{""time"":33635,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678657434748,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":3010,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1310,""week"":""49"",""id"":""chart""}]}",complex -2023-03-12 15:49:42,2023-03-12 15:58:19,0,98.207.24.36,100,517,1,2023-03-12 15:58:20,R_2Cq5dYVaedrVMem,,,,,38.6159,-122.8616,anonymous,EN,1,2.946,2.946,4,1,,,,,,,,0.144,14.464,15.006,2,89,68,41,3.097,10.281,11.602,7,8.79,18.087,29.939,2,,,,,,,,,,,,,,,,,,0,0,79.224,0,6,1,6,5,6,5,-99,10.101,37.9,40.453,8,3,5,5,5,3,5,The information is easy to read and looks very trusting.,3.436,19.437,19.658,2,5,-99,1.84,4.256,5.038,8,2,7,3,4,1,5,6,0,0,13.149,0,2,6,5,5,3,7,8,9,-99,3.353,17.472,18.544,14,3,4,3,3,4,3,6.008,9.08,10.221,7,3,,1.51,1.51,3.111,1,1,1995,California,3,2,1,-99,7,-99,-99,4,4,2,-99,0.778,73.382,77.384,17,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,60da243688f9aa74901ae90e,0,"{""startTime"":1678657995861,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678658036984,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678657824632,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":8779,""label"":""tour_next"",""step"":2},{""time"":18075,""label"":""tour_end"",""step"":2},{""time"":25952,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1018,""week"":""2"",""id"":""chart""}]}","{""startTime"":1678657915894,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":2555,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1652,""week"":""52"",""id"":""chart2""}]}",simple -2023-03-12 15:49:00,2023-03-12 15:58:53,0,76.128.14.124,100,593,1,2023-03-12 15:58:54,R_2zCnSOKx4cNWJN6,,,,,26.6239,-80.0948,anonymous,EN,1,2.185,2.713,3.501,2,1,2,2,1.228,3.948,4.922,2,0,0,15.115,0,78,44,49,7.524,12.893,13.794,4,22.149,27.549,42.78,2,,,,,,,,,,,,,,,,,,0,0,37.214,0,5,5,6,5,4,5,-99,5.23,25.886,28.041,7,5,2,3,7,2,6,"The data provided seems likely. Especially, since December was holiday season/month. I would strongly agree that most of the covid cases happened around then.",2.949,2.949,51.295,1,2,-99,5.662,5.662,7.421,1,2,7,3,4,1,5,6,0,0,18.875,0,1,3,2,5,1,3,10,10,-99,7.145,18.243,20.244,9,1,1,4,5,2,2,6.657,20.438,21.188,7,5,4,8.277,15.846,16.142,3,1,1996,Florida,5,1,4,Thai,2,-99,-99,3,4,2,-99,3.769,57.984,62.719,22,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5b60ddcc6b25590001782ce4,1,"{""startTime"":1678658037418,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678657967709,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678657791842,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":11567,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2555,""week"":""52"",""id"":""chart""},{""time"":15651,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2118,""week"":""52"",""id"":""chart""},{""time"":17832,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1951,""week"":""1"",""id"":""chart""},{""time"":22142,""label"":""tour_next"",""step"":2},{""time"":27542,""label"":""tour_end"",""step"":2},{""time"":32437,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1120,""week"":""34"",""id"":""chart""}]}","{""startTime"":1678657930054,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":4952,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1189,""week"":""49"",""id"":""chart""},{""time"":7823,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":10498,""week"":""2"",""id"":""chart""},{""time"":18322,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2388,""week"":""2"",""id"":""chart""},{""time"":20712,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1505,""week"":""2"",""id"":""chart""},{""time"":22847,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2427,""week"":""2"",""id"":""chart""},{""time"":25463,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":10827,""week"":""2"",""id"":""chart""}]}",moderate -2023-03-12 15:47:18,2023-03-12 15:59:01,0,64.149.142.126,100,702,1,2023-03-12 15:59:01,R_2OYGGPTV3RKXBgv,,,,,35.961,-78.9291,anonymous,EN,1,18.964,18.964,20.196,1,1,3,1,1.472,3.685,4.974,2,9.987,9.987,15.114,1,65,42,75,4.12,9.175,10.852,3,7.591,61.793,64.452,9,,,,,,,,,,,,,,,,,,0,0,39.811,0,5,5,5,5,5,5,-99,12.871,62.873,68.102,6,5,5,5,1,5,5,It looks official,1.063,1.063,7.531,1,6,-99,4.568,6.183,6.894,2,2,7,3,4,1,5,6,0,0,26.712,0,3,3,5,9,1,2,4,6,-99,49.007,85.154,87.833,11,4,4,2,2,4,4,29.515,42.2,43.871,6,2,1,32.913,41.343,43.081,2,1,1998,North Carolina,6,1,1,-99,7,-99,-99,5,4,1,matt.p.pappas@gmail.com,3.175,95.44,99.363,20,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,63d45fc0f682d52f34ce7c4b,1,"{""startTime"":1678657840940,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678657909844,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678657704328,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":58,""label"":""tour_started""},{""time"":7577,""label"":""tour_next"",""step"":5},{""time"":21752,""label"":""cleared_brush"",""using"":""Click""},{""time"":22751,""label"":""started_brush"",""startDate"":""2021-06-30"",""endDate"":""2021-10-08""},{""time"":25483,""label"":""cleared_brush"",""using"":""Click""},{""time"":26360,""label"":""tour_next"",""step"":5},{""time"":30350,""label"":""cleared_brush"",""using"":""Click""},{""time"":34952,""label"":""cleared_brush"",""using"":""Click""},{""time"":39272,""label"":""cleared_brush"",""using"":""Click""},{""time"":44523,""label"":""cleared_brush"",""using"":""Click""},{""time"":46587,""label"":""cleared_brush"",""using"":""Click""},{""time"":49176,""label"":""cleared_brush"",""using"":""Click""},{""time"":51576,""label"":""cleared_brush"",""using"":""Click""},{""time"":52650,""label"":""moved_brush"",""startDate"":""2021-04-14"",""endDate"":""2021-09-17""},{""time"":53854,""label"":""tour_next"",""step"":5},{""time"":58402,""label"":""cleared_brush"",""using"":""Click""},{""time"":58403,""label"":""cleared_brush"",""using"":""Escape""},{""time"":59615,""label"":""tour_next"",""step"":5},{""time"":61778,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678657800360,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",complex -2023-03-12 15:50:14,2023-03-12 16:00:08,0,76.144.4.125,100,594,1,2023-03-12 16:00:09,R_37xNI7QzL9F3Ych,,,,,44.5928,-123.2746,anonymous,EN,1,7.254,8.033,8.412,2,1,2,1,1.34,3.258,4.313,2,0,0,15.005,0,87,100,92,13.658,19.01,20.078,3,4.655,8.127,24.462,2,,,,,,,,,,,,,,,,,,154.475,154.475,154.821,1,4,4,4,4,4,4,-99,19.298,28.086,29.9,7,5,6,6,5,5,5,"professional, appealing, easy to understand, simplistic",1.306,25.747,26.806,2,2,-99,7.26,9.379,10.938,3,2,7,3,4,1,5,6,0,0,12.54,0,4,4,3,4,4,4,7,6,-99,10.981,23.892,25.578,8,3,3,2,3,3,3,7.047,26.349,26.787,7,3,2,7.826,12.726,13.657,3,2,1998,Oregon,3,2,1,-99,3,-99,-99,4,4,1,lamb.bates@gmail.com,1.281,56.744,57.059,18,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5ebf7b17e4414a35f0ea5e1c,1,"{""startTime"":1678658099795,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678658130341,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678657872602,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":4649,""label"":""tour_next"",""step"":2},{""time"":8120,""label"":""tour_end"",""step"":2},{""time"":9659,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2734,""week"":""52"",""id"":""chart""},{""time"":12442,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1326,""week"":""1"",""id"":""chart""},{""time"":13779,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1018,""week"":""51"",""id"":""chart""},{""time"":16609,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1622,""week"":""52"",""id"":""chart2""}]}","{""startTime"":1678657944277,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":152432,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1050,""week"":""1"",""id"":""chart""}]}",simple -2023-03-12 15:51:23,2023-03-12 16:00:24,0,67.187.96.95,100,540,1,2023-03-12 16:00:24,R_ukx7av9QGsLKxLr,,,,,35.9306,-86.8788,anonymous,EN,1,18.065,20.145,22.222,3,1,2,1,5.987,7.962,9.787,2,0,0,15.114,0,50,50,50,13.463,16.768,17.93,3,0,0,1.36,0,,,,,,,,,,,,,,,,,,0,0,33.335,0,3,3,3,7,1,3,N/A,7.009,22.341,37.959,8,1,1,1,1,1,1,"Your system did not allow me to clearly view the data. ",2.062,2.062,25.272,1,4,N/A,4.301,5.376,22.084,2,2,7,3,4,1,5,6,0,0,17.925,0,4,4,6,7,4,6,7,7,N/A,4.883,19.376,24.207,11,4,4,2,3,4,4,22.024,150.512,152.323,6,4,5,5.19,10.03,11.429,2,1,1992,Tennessee,6,1,1,-99,7,-99,-99,8,4,2,-99,3.464,75.75,77.631,13,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,63bdfe6a69fc4d15b3aec18d,1,,,,,moderate -2023-03-12 15:51:04,2023-03-12 16:00:44,0,65.130.188.139,100,580,1,2023-03-12 16:00:45,R_3KBYpwbqwd86sWV,,,,,40.6751,-111.8166,anonymous,EN,1,9.365,9.365,11.004,1,,,,,,,,0,0,15.016,0,68,41,63,5.138,9.974,11.294,7,10.82,57.741,58.539,18,,,,,,,,,,,,,,,,,,9.687,20.412,35.196,4,3,1,7,2,5,4,-99,17.742,44.288,45.773,9,5,4,5,4,2,4,"It is from Croatia ",3.072,13.571,13.861,2,2,-99,3.553,6.028,7.416,4,2,7,3,4,1,5,6,0,0,21.629,0,3,4,4,4,2,3,10,7,-99,6.302,19.444,20.274,8,4,5,1,2,4,5,9.631,24.173,24.464,7,3,,5.549,5.549,6.497,1,1,2000,Utah,5,3,1,-99,5,-99,-99,6,1,1,-99,2.561,49.818,52.245,14,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5b91ca0f8a79b000013f9481,0,"{""startTime"":1678658128889,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":10566,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1425,""week"":""4"",""id"":""chart""}]}","{""startTime"":1678658080324,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678657913136,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":10812,""label"":""tour_next"",""step"":5},{""time"":23339,""label"":""cleared_brush"",""using"":""Click""},{""time"":27281,""label"":""started_brush"",""startDate"":""2021-07-12"",""endDate"":""2021-12-11""},{""time"":29361,""label"":""tour_next"",""step"":5},{""time"":34596,""label"":""started_brush"",""startDate"":""2021-05-25"",""endDate"":""2021-06-16""},{""time"":37578,""label"":""started_brush"",""startDate"":""2021-08-12"",""endDate"":""2021-12-25""},{""time"":39053,""label"":""moved_brush"",""startDate"":""2021-08-12"",""endDate"":""2021-11-13""},{""time"":39908,""label"":""tour_next"",""step"":5},{""time"":46050,""label"":""moved_brush"",""startDate"":""2021-08-12"",""endDate"":""2021-11-13""},{""time"":46857,""label"":""moved_brush"",""startDate"":""2021-08-12"",""endDate"":""2021-11-13""},{""time"":47211,""label"":""moved_brush"",""startDate"":""2021-08-12"",""endDate"":""2021-11-13""},{""time"":47367,""label"":""moved_brush"",""startDate"":""2021-08-12"",""endDate"":""2021-11-13""},{""time"":51746,""label"":""moved_brush"",""startDate"":""2021-08-12"",""endDate"":""2021-11-13""},{""time"":53419,""label"":""cleared_brush"",""using"":""Click""},{""time"":53419,""label"":""cleared_brush"",""using"":""Escape""},{""time"":54343,""label"":""tour_next"",""step"":5},{""time"":56214,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678658044545,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":6236,""label"":""cleared_brush"",""using"":""Click""},{""label"":""window_blurred"",""time"":11052},{""label"":""window_focused"",""time"":13438},{""time"":15164,""label"":""cleared_brush"",""using"":""Click""},{""time"":16627,""label"":""moved_brush"",""startDate"":""2021-10-25"",""endDate"":""2022-02-07""},{""time"":17602,""label"":""cleared_brush"",""using"":""Click""},{""time"":17602,""label"":""cleared_brush"",""using"":""Escape""},{""time"":19105,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1473,""week"":""34"",""id"":""chart""},{""time"":22227,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1302,""week"":""2"",""id"":""chart""},{""time"":30029,""label"":""started_brush"",""startDate"":""2021-10-31"",""endDate"":""2022-01-02""},{""time"":30737,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3764,""week"":""52"",""id"":""chart""}]}",complex -2023-03-12 15:52:18,2023-03-12 16:02:46,0,75.164.39.150,100,627,1,2023-03-12 16:02:46,R_2OH1rt0yKhwsT74,,,,,45.5777,-122.6795,anonymous,EN,1,13.443,13.443,14.469,1,,,,,,,,0,0,15.163,0,100,100,87,5.07,12.735,13.572,5,5.589,8.481,19.859,2,,,,,,,,,,,,,,,,,,0,0,48.727,0,6,6,6,6,6,6,-99,5.801,10.663,12.912,6,6,6,5,1,5,6,"I don't know who would twist the data of fungi/pest infestation data to misrepresent the situation. ",3.256,41,41.43,2,5,-99,6.577,6.577,8.101,1,2,7,3,4,1,5,6,0,0,20.975,0,3,3,3,5,6,4,9,9,-99,5.05,22.844,24.259,8,3,3,2,3,3,3,29.068,59.313,60.542,6,2,,5.105,7.243,7.502,2,1,1986,Oregon,7,3,1,-99,7,-99,-99,9,2,2,-99,1.378,94.343,95.262,19,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5c638b779e01830001f7127e,0,"{""startTime"":1678658132491,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678658146167,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678657997127,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":54,""label"":""tour_started""},{""time"":5571,""label"":""tour_next"",""step"":2},{""time"":8462,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678658082861,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":9551,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1263,""week"":""52"",""id"":""chart""},{""time"":11312,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2634,""week"":""52"",""id"":""chart2""},{""label"":""window_blurred"",""time"":15045},{""label"":""window_focused"",""time"":21643},{""label"":""window_blurred"",""time"":23819},{""label"":""window_focused"",""time"":26747}]}",simple -2023-03-12 15:53:36,2023-03-12 16:02:58,0,69.131.133.248,100,561,1,2023-03-12 16:02:58,R_2qkfqYgix3OvHSW,,,,,40.7279,-105.035,anonymous,EN,1,5.951,5.951,6.815,1,1,2,1,1.52,3.23,3.987,2,0,0,15.013,0,30,5,92,7.619,13.214,14.734,3,9.182,78.444,81.257,10,,,,,,,,,,,,,,,,,,0,0,34.73,0,5,7,5,5,5,4,-99,13.063,33.626,35.432,8,4,4,5,7,2,6,"This visualization is put out by the CDC, a trusted organization",3.189,3.189,23.311,1,4,-99,5.873,5.873,6.91,1,2,7,3,4,1,5,6,0,0,19.697,0,1,4,2,5,1,5,10,10,-99,3.734,17.803,19.253,8,4,4,1,2,4,3,9.363,23.988,25.132,6,2,3,8.58,15.712,17.378,2,2,1998,Colorado,6,1,1,-99,7,-99,-99,5,4,1,laurenh778@gmail.com,2.627,53.683,62.039,15,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5a259978f6afdd0001ef1a42,1,"{""startTime"":1678658221455,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678658257971,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678658065879,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":9176,""label"":""tour_next"",""step"":5},{""time"":15662,""label"":""tour_back"",""step"":5},{""time"":17357,""label"":""tour_next"",""step"":5},{""time"":33487,""label"":""started_brush"",""startDate"":""2021-06-01"",""endDate"":""2021-10-31""},{""time"":34345,""label"":""tour_next"",""step"":5},{""time"":42828,""label"":""cleared_brush"",""using"":""Click""},{""time"":47058,""label"":""cleared_brush"",""using"":""Click""},{""time"":48900,""label"":""cleared_brush"",""using"":""Click""},{""time"":50813,""label"":""cleared_brush"",""using"":""Click""},{""time"":51294,""label"":""cleared_brush"",""using"":""Click""},{""time"":53940,""label"":""started_brush"",""startDate"":""2021-10-02"",""endDate"":""2022-01-26""},{""time"":56917,""label"":""moved_brush"",""startDate"":""2021-07-12"",""endDate"":""2021-11-05""},{""time"":60012,""label"":""moved_brush"",""startDate"":""2021-06-29"",""endDate"":""2021-10-23""},{""time"":60603,""label"":""tour_next"",""step"":5},{""time"":63767,""label"":""cleared_brush"",""using"":""Click""},{""time"":63767,""label"":""cleared_brush"",""using"":""Escape""},{""time"":65643,""label"":""tour_next"",""step"":5},{""time"":69431,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678658186237,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":6198,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2135,""week"":""6"",""id"":""chart""},{""time"":8822,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4106,""week"":""52"",""id"":""chart""},{""time"":13824,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1870,""week"":""52"",""id"":""chart""},{""time"":16027,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1033,""week"":""51"",""id"":""chart""},{""time"":22980,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1031,""week"":""34"",""id"":""chart""}]}",complex -2023-03-12 15:51:19,2023-03-12 16:04:28,0,47.198.218.226,100,788,1,2023-03-12 16:04:29,R_2nuzFwEaYJAx5IJ,,,,,27.9455,-82.4598,anonymous,EN,1,6.214,6.214,10.811,1,1,4,1,3.533,4.642,6.124,2,0,0,15.011,0,85,84,50,10.764,19.33,21.461,3,32.034,44.423,46.601,2,,,,,,,,,,,,,,,,,,0,0,45.907,0,3,3,4,5,5,4,I know that the data isn't 100% accurate because of lack of reporting positive covid cases. I can only trust the trend.,15.938,69.188,159.911,8,2,5,5,1,5,5,I believe that the graph shows the data it reports to have.,3.427,3.427,41.244,1,4,-99,8.143,9.596,11.782,2,2,7,3,4,1,5,6,0,0,21.132,0,1,6,6,7,4,6,9,9,-99,7.07,20.134,26.483,8,1,1,1,1,1,1,11.353,37.86,39.028,6,4,4,5.75,19.046,21.278,2,2,1982,Florida,6,2,1,-99,9,-99,Tampa,12,4,1,george.nicoler@gmail.com,3.803,60.598,62.111,15,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5dd32e9deab0423455e0358f,1,"{""startTime"":1678658238520,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":62284,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3574,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678658132475,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678657945590,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":8608,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1616,""week"":""2"",""id"":""chart""},{""time"":10541,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4300,""week"":""6"",""id"":""chart""},{""time"":14875,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3499,""week"":""5"",""id"":""chart""},{""time"":20908,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8066,""week"":""52"",""id"":""chart""},{""time"":32031,""label"":""tour_next"",""step"":2},{""time"":36790,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3650,""week"":""51"",""id"":""chart2""},{""time"":40474,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1901,""week"":""52"",""id"":""chart2""},{""time"":44419,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678658086128,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":13547,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1921,""week"":""51"",""id"":""chart2""},{""time"":29601,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1934,""week"":""6"",""id"":""chart2""}]}",simple -2023-03-12 15:56:31,2023-03-12 16:05:16,0,174.31.125.240,100,525,1,2023-03-12 16:05:17,R_1IGYIDGhwnWpHR8,,,,,47.6987,-117.4397,anonymous,EN,1,9.476,9.476,10.292,1,1,2,2,1.871,4.966,5.885,4,0,0,15.007,0,93,94,69,6.071,14.228,15.505,4,31.087,41.68,42.123,3,,,,,,,,,,,,,,,,,,0,0,38.861,0,5,7,5,5,5,5,-99,11.306,26.882,28.882,7,5,5,4,3,3,5,"Nothing about it jumped out to me to say that this in untrustworthy, so I agreed with it",4.493,4.493,31.018,1,4,-99,7.731,7.731,9.828,1,2,7,3,4,1,5,6,0,0,16.115,0,3,6,4,7,5,2,10,10,-99,4.243,28.379,32.067,8,2,2,2,4,3,4,11.19,41.158,42.691,6,2,3,3.128,13.25,15.315,3,1,2001,Washington,3,3,1,-99,7,-99,-99,2,4,2,-99,1.879,62.366,64.865,11,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5aeb9f6f23e2ca0001974ab0,1,"{""startTime"":1678658445151,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678658390746,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678658257061,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":8141,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1026,""week"":""51"",""id"":""chart""},{""time"":10652,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3997,""week"":""1"",""id"":""chart""},{""time"":14669,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2281,""week"":""52"",""id"":""chart""},{""time"":17002,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3047,""week"":""51"",""id"":""chart""},{""time"":21520,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2380,""week"":""52"",""id"":""chart""},{""time"":24134,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1432,""week"":""1"",""id"":""chart""},{""time"":31082,""label"":""tour_next"",""step"":2},{""time"":35012,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678658351182,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":22608,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1152,""week"":""3"",""id"":""chart""},{""time"":24062,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3096,""week"":""6"",""id"":""chart""},{""time"":32142,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2951,""week"":""23"",""id"":""chart""}]}",moderate -2023-03-12 15:35:34,2023-03-12 16:06:14,0,16.98.99.140,100,1840,1,2023-03-12 16:06:15,R_3oSgaSDnM4lTwzc,,,,,35.3288,-118.9748,anonymous,EN,1,153.648,153.648,154.856,1,1,3,1,2.941,23.006,24.403,4,0,0,15.112,0,100,100,65,14.286,20.317,22.035,4,26.922,164.232,176.154,21,,,,,,,,,,,,,,,,,,16.118,49.5,54.624,3,6,4,6,6,6,5,"The only reason why slightly agree was chose for the ""...sufficiently describes..."" question is because I am not sure where the data is from, like what state or county or what have you; that being said I do intrust that it is accurate for the area of which it represents but not for the state of the world/ united states as a whole. ",20.948,354.931,367.392,25,4,6,6,5,5,6,"The data is sourced to the cdc , the assumption is if the data is published it has been peer reviewed, ""I"" as a normal person can not be expected to cross-reference the every bit of data/ visualization that is presented; especially when it is sourced ",4.049,165.372,168.09,9,5,-99,12.974,15.089,46.617,2,2,7,3,4,1,5,6,0,0,42.181,0,6,4,5,4,7,7,9,9,-99,13.594,29.782,32.133,9,4,2,2,2,4,3,27.421,54.433,55.613,6,4,3,22.045,44.627,46.391,3,1,1996,California,3,2,1,-99,9,-99,white and hispanic/latino,3,3,2,-99,6.531,137.568,138.882,19,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5f056b73a43ac686571f41ad,1,"{""startTime"":1678657514210,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":239598},{""label"":""window_focused"",""time"":248127},{""label"":""window_blurred"",""time"":336854},{""label"":""window_focused"",""time"":339693}]}","{""startTime"":1678657882656,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678657175303,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":26919,""label"":""tour_next"",""step"":5},{""time"":51716,""label"":""cleared_brush"",""using"":""Click""},{""time"":52082,""label"":""cleared_brush"",""using"":""Click""},{""time"":55727,""label"":""moved_brush"",""startDate"":""2021-08-29"",""endDate"":""2022-02-07""},{""time"":58061,""label"":""moved_brush"",""startDate"":""2021-11-22"",""endDate"":""2022-02-07""},{""time"":63673,""label"":""cleared_brush"",""using"":""Click""},{""time"":65514,""label"":""cleared_brush"",""using"":""Click""},{""time"":69473,""label"":""cleared_brush"",""using"":""Click""},{""time"":70501,""label"":""cleared_brush"",""using"":""Click""},{""time"":71214,""label"":""cleared_brush"",""using"":""Click""},{""time"":71573,""label"":""cleared_brush"",""using"":""Click""},{""time"":72155,""label"":""cleared_brush"",""using"":""Click""},{""time"":79201,""label"":""cleared_brush"",""using"":""Click""},{""time"":80040,""label"":""cleared_brush"",""using"":""Click""},{""time"":80990,""label"":""cleared_brush"",""using"":""Click""},{""time"":82743,""label"":""cleared_brush"",""using"":""Click""},{""time"":88858,""label"":""cleared_brush"",""using"":""Click""},{""time"":89112,""label"":""cleared_brush"",""using"":""Click""},{""time"":89343,""label"":""moved_brush"",""startDate"":""2021-07-16"",""endDate"":""2021-07-21""},{""time"":89560,""label"":""moved_brush"",""startDate"":""2021-07-16"",""endDate"":""2021-07-21""},{""time"":90298,""label"":""moved_brush"",""startDate"":""2021-07-16"",""endDate"":""2021-10-02""},{""time"":90638,""label"":""moved_brush"",""startDate"":""2021-07-16"",""endDate"":""2021-10-02""},{""time"":90852,""label"":""moved_brush"",""startDate"":""2021-07-15"",""endDate"":""2021-10-01""},{""time"":91045,""label"":""moved_brush"",""startDate"":""2021-07-15"",""endDate"":""2021-10-01""},{""time"":96820,""label"":""moved_brush"",""startDate"":""2021-11-21"",""endDate"":""2022-02-07""},{""time"":98916,""label"":""started_brush"",""startDate"":""2021-06-17"",""endDate"":""2021-08-28""},{""time"":101449,""label"":""tour_next"",""step"":5},{""time"":115323,""label"":""moved_brush"",""startDate"":""2021-06-17"",""endDate"":""2021-11-28""},{""time"":116057,""label"":""moved_brush"",""startDate"":""2021-06-17"",""endDate"":""2021-11-27""},{""time"":116941,""label"":""tour_next"",""step"":5},{""time"":132372,""label"":""moved_brush"",""startDate"":""2021-06-20"",""endDate"":""2021-11-30""},{""time"":132560,""label"":""moved_brush"",""startDate"":""2021-06-21"",""endDate"":""2021-12-01""},{""time"":134602,""label"":""moved_brush"",""startDate"":""2021-06-21"",""endDate"":""2021-12-01""},{""time"":134760,""label"":""moved_brush"",""startDate"":""2021-06-21"",""endDate"":""2021-12-01""},{""time"":135424,""label"":""moved_brush"",""startDate"":""2021-06-21"",""endDate"":""2021-12-01""},{""time"":135673,""label"":""moved_brush"",""startDate"":""2021-06-19"",""endDate"":""2021-11-29""},{""time"":136464,""label"":""cleared_brush"",""using"":""Click""},{""time"":136672,""label"":""cleared_brush"",""using"":""Click""},{""time"":137049,""label"":""cleared_brush"",""using"":""Click""},{""time"":137742,""label"":""cleared_brush"",""using"":""Click""},{""time"":137915,""label"":""cleared_brush"",""using"":""Click""},{""time"":138502,""label"":""tour_next"",""step"":5},{""time"":145671,""label"":""tour_end"",""step"":5},{""time"":153846,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1315,""week"":""52"",""id"":""chart""},{""time"":160198,""label"":""moved_brush"",""startDate"":""2021-10-08"",""endDate"":""2022-02-07""},{""time"":162623,""label"":""moved_brush"",""startDate"":""2021-10-08"",""endDate"":""2022-02-07""},{""time"":163274,""label"":""cleared_brush"",""using"":""Click""},{""time"":163446,""label"":""cleared_brush"",""using"":""Click""}]}","{""startTime"":1678657459154,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":1972,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5209,""week"":""52"",""id"":""chart""},{""time"":16693,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3967,""week"":""52"",""id"":""chart""},{""time"":21830,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2834,""week"":""52"",""id"":""chart""},{""time"":25588,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1707,""week"":""51"",""id"":""chart""},{""time"":36071,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1154,""week"":""52"",""id"":""chart""},{""time"":43039,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3043,""week"":""1"",""id"":""chart""}]}",complex -2023-03-12 15:53:37,2023-03-12 16:09:58,0,216.96.79.206,100,980,1,2023-03-12 16:09:58,R_3JmyzXO1vPCYFa5,,,,,31.1823,-83.7641,anonymous,EN,1,9.959,9.959,11.163,1,,,,,,,,0,0,15.014,0,75,34,50,12.804,21.187,21.881,4,59.546,92.555,105.321,5,,,,,,,,,,,,,,,,,,0,0,38.807,0,3,1,2,2,3,2,"The data implies a connection or correlation between fungi-related disease and insect-related disease. It is difficult to tease the two apart in viewing the data. ",9.462,53.805,98.67,7,7,3,4,7,1,2,"The two variables are difficult to tease apart (insect and fungi). The author is ensuring that we see a connection. ",3.215,3.215,42.303,1,4,-99,6.75,9.008,10.881,2,2,7,3,4,1,5,6,0,0,37.161,0,7,8,9,8,5,6,9,9,-99,7.947,31.694,36.228,8,4,4,3,3,3,2,12.902,40.414,43.416,7,3,,10.679,12.823,15.34,2,1,1980,Georgia,7,2,1,-99,7,-99,-99,17,4,2,-99,3.801,88.704,93.809,18,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,631b94723014b047b0f8e70a,0,"{""startTime"":1678658351600,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678658450981,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678658070797,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":34109,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8679,""week"":""52"",""id"":""chart""},{""time"":42903,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4819,""week"":""1"",""id"":""chart""},{""time"":48279,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4681,""week"":""2"",""id"":""chart""},{""time"":53913,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2432,""week"":""49"",""id"":""chart""},{""time"":59542,""label"":""tour_next"",""step"":2},{""time"":72077,""label"":""tour_end"",""step"":2},{""time"":74522,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5555,""week"":""52"",""id"":""chart""},{""time"":80090,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6822,""week"":""1"",""id"":""chart""},{""time"":94421,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3415,""week"":""5"",""id"":""chart""},{""time"":98564,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5496,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678658312095,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",moderate -2023-03-12 15:56:59,2023-03-12 16:10:07,0,69.237.41.96,100,787,1,2023-03-12 16:10:07,R_33gwzKWNSdn62tX,,,,,33.8583,-84.2165,anonymous,EN,1,30.98,30.98,33.67,1,1,4,1,2.361,5.461,6.515,2,0,0,15.113,0,96,28,43,7.568,17.151,17.958,3,7.542,69.174,70.881,25,,,,,,,,,,,,,,,,,,26.89,55.54,57.296,3,5,5,5,6,6,6,-99,5.509,32.19,32.615,8,5,4,4,5,5,6,Its based on factual data and provides number when hovering,4.421,4.421,20.877,1,5,-99,8.851,12.268,14.042,4,2,7,3,4,1,5,6,0,0,26.532,0,5,10,8,7,7,7,11,10,-99,8.917,23.699,27.94,8,4,4,1,2,5,4,15.858,43.091,44.081,7,1,1,2.861,10.794,12.235,2,2,1984,Georgia,9,3,1,-99,7,-99,-99,13,4,1,julierushmore@gmail.com,2.331,160.604,164.133,44,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,60f75a701ac4cfc5c17cceb7,1,"{""startTime"":1678658521839,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678658463745,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678658309789,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":2922,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2157,""week"":""2"",""id"":""chart""},{""time"":7537,""label"":""tour_next"",""step"":5},{""time"":45081,""label"":""cleared_brush"",""using"":""Click""},{""time"":45311,""label"":""cleared_brush"",""using"":""Click""},{""time"":45495,""label"":""cleared_brush"",""using"":""Click""},{""time"":48871,""label"":""started_brush"",""startDate"":""2021-08-14"",""endDate"":""2021-11-24""},{""time"":50986,""label"":""tour_next"",""step"":5},{""time"":60053,""label"":""moved_brush"",""startDate"":""2021-04-28"",""endDate"":""2021-08-07""},{""time"":60768,""label"":""tour_next"",""step"":5},{""time"":65161,""label"":""cleared_brush"",""using"":""Click""},{""time"":67235,""label"":""tour_next"",""step"":5},{""time"":69168,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678658406073,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":24318,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1360,""week"":""51"",""id"":""chart""},{""time"":39015,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5195,""week"":""52"",""id"":""chart""},{""time"":44431,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2962,""week"":""51"",""id"":""chart""},{""time"":48293,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2267,""week"":""1"",""id"":""chart""},{""time"":51214,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1280,""week"":""2"",""id"":""chart""},{""time"":52598,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2212,""week"":""3"",""id"":""chart""}]}",complex -2023-03-12 15:55:04,2023-03-12 16:10:26,0,174.130.101.57,100,922,1,2023-03-12 16:10:27,R_1ogPU7XwxWAY2ZC,,,,,41.4318,-78.5494,anonymous,EN,1,10.631,10.631,12.32,1,1,4,2,4.48,6.694,8.738,2,1.169,12.897,15.048,3,63,77,85,5.466,14.966,16.883,4,56.709,73.099,115.727,4,,,,,,,,,,,,,,,,,,10.37,10.37,54.867,1,3,7,3,5,5,3,-99,2.702,53.835,55.331,12,5,6,5,3,5,5,"It is clear, easy to read, and the trends show what I have experienced.",1.96,1.96,40.031,1,2,-99,3.327,11.808,17.857,5,2,7,3,4,1,5,6,13.287,32.496,33.407,6,2,3,2,2,2,2,9,7,-99,8.658,46.944,49.046,9,4,2,1,2,3,4,10.892,46.612,48.091,9,2,3,6.374,18.898,20.167,4,1,1987,Pennsylvania,3,2,1,-99,9,-99,white/black/middle eastern/native,4,4,1,5c5aecc774a76f0001a25ced@email.prolific.co,4.579,98.281,100.028,18,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5c5aecc774a76f0001a25ced,1,"{""startTime"":1678658423879,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":1885},{""label"":""window_focused"",""time"":3300},{""label"":""window_blurred"",""time"":3309},{""label"":""window_focused"",""time"":3309}]}","{""startTime"":1678658479852,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678658184238,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":13416,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3302,""week"":""52"",""id"":""chart""},{""time"":18587,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1751,""week"":""14"",""id"":""chart""},{""time"":21022,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1335,""week"":""31"",""id"":""chart""},{""time"":24060,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2335,""week"":""14"",""id"":""chart""},{""time"":26962,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2803,""week"":""31"",""id"":""chart""},{""time"":31017,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3620,""week"":""32"",""id"":""chart""},{""time"":42579,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3020,""week"":""52"",""id"":""chart""},{""time"":45916,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1401,""week"":""2"",""id"":""chart""},{""time"":48135,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2185,""week"":""52"",""id"":""chart""},{""time"":51734,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3692,""week"":""52"",""id"":""chart""},{""time"":56701,""label"":""tour_next"",""step"":2},{""time"":66436,""label"":""tour_end"",""step"":2},{""time"":67722,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1600,""week"":""52"",""id"":""chart""},{""time"":78160,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2337,""week"":""52"",""id"":""chart2""},{""time"":80924,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3023,""week"":""52"",""id"":""chart2""},{""time"":86694,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6309,""week"":""52"",""id"":""chart2""},{""time"":103895,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2921,""week"":""52"",""id"":""chart""},{""time"":107429,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6073,""week"":""52"",""id"":""chart2""}]}","{""startTime"":1678658368397,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":8842},{""label"":""window_focused"",""time"":10269},{""label"":""window_blurred"",""time"":10277},{""label"":""window_focused"",""time"":10277},{""time"":19132,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1691,""week"":""52"",""id"":""chart""},{""time"":21344,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1732,""week"":""1"",""id"":""chart""},{""time"":24807,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2424,""week"":""52"",""id"":""chart2""},{""time"":29776,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2738,""week"":""52"",""id"":""chart""},{""time"":32737,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2452,""week"":""52"",""id"":""chart2""},{""time"":42973,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3861,""week"":""32"",""id"":""chart2""},{""time"":47622,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4167,""week"":""32"",""id"":""chart""}]}",simple -2023-03-12 15:57:47,2023-03-12 16:14:11,0,70.175.171.187,100,984,1,2023-03-12 16:14:12,R_1LYG0Tf4neUiy1X,,,,,35.4471,-97.5595,anonymous,EN,1,113.157,113.157,113.914,1,,,,,,,,0,0,15.111,0,50,50,50,1.134,6.12,7.515,2,1.163,116.709,118.914,43,,,,,,,,,,,,,,,,,,0.714,0.714,198.853,1,3,3,3,3,3,3,-99,8.903,16.029,17.345,8,3,3,3,3,3,3,Could be valid or invalid,2.376,3.18,20.013,2,4,-99,2.043,4.624,7.138,3,2,7,3,4,1,5,6,0,0,24.257,0,6,6,6,6,6,6,6,6,-99,2.014,6.161,8.001,8,3,3,3,3,3,3,1.273,5.099,6.034,6,2,,73.644,73.644,75.226,1,1,1974,Oklahoma,6,3,1,-99,3,-99,-99,15,4,1,-99,2.317,59.828,61.256,12,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,637d5f042e21102f772b6e30,0,"{""startTime"":1678658873507,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678658896995,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678658436802,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":2962,""label"":""tour_next"",""step"":5},{""time"":11774,""label"":""tour_back"",""step"":5},{""time"":15082,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1633,""week"":""52"",""id"":""chart""},{""time"":25740,""label"":""tour_next"",""step"":5},{""time"":30422,""label"":""tour_back"",""step"":5},{""time"":33704,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2716,""week"":""52"",""id"":""chart""},{""time"":58387,""label"":""tour_next"",""step"":5},{""time"":61778,""label"":""started_brush"",""startDate"":""2021-04-25"",""endDate"":""2021-07-18""},{""time"":62880,""label"":""moved_brush"",""startDate"":""2021-07-23"",""endDate"":""2021-10-16""},{""time"":63803,""label"":""tour_next"",""step"":5},{""time"":65231,""label"":""started_brush"",""startDate"":""2021-04-28"",""endDate"":""2021-07-22""},{""time"":66157,""label"":""started_brush"",""startDate"":""2021-08-10"",""endDate"":""2021-09-05""},{""time"":69409,""label"":""started_brush"",""startDate"":""2021-05-24"",""endDate"":""2021-09-05""},{""time"":72803,""label"":""cleared_brush"",""using"":""Click""},{""time"":77497,""label"":""cleared_brush"",""using"":""Click""},{""time"":79752,""label"":""cleared_brush"",""using"":""Click""},{""time"":80952,""label"":""cleared_brush"",""using"":""Click""},{""time"":82548,""label"":""cleared_brush"",""using"":""Click""},{""time"":85369,""label"":""cleared_brush"",""using"":""Click""},{""time"":86703,""label"":""cleared_brush"",""using"":""Click""},{""time"":89534,""label"":""tour_back"",""step"":5},{""time"":92203,""label"":""cleared_brush"",""using"":""Click""},{""time"":95027,""label"":""started_brush"",""startDate"":""2021-05-26"",""endDate"":""2021-07-01""},{""time"":96041,""label"":""tour_next"",""step"":5},{""time"":99264,""label"":""moved_brush"",""startDate"":""2021-04-18"",""endDate"":""2021-05-23""},{""time"":100017,""label"":""tour_next"",""step"":5},{""time"":105901,""label"":""moved_brush"",""startDate"":""2021-04-18"",""endDate"":""2021-05-23""},{""time"":108212,""label"":""cleared_brush"",""using"":""Click""},{""time"":108212,""label"":""cleared_brush"",""using"":""Escape""},{""time"":110873,""label"":""tour_next"",""step"":5},{""time"":115849,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678658670145,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":2821,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1185,""week"":""34"",""id"":""chart""},{""label"":""window_blurred"",""time"":24813},{""label"":""window_focused"",""time"":26447},{""label"":""window_blurred"",""time"":26453},{""label"":""window_focused"",""time"":195995}]}",complex -2023-03-12 16:06:50,2023-03-12 16:14:26,0,206.255.165.213,100,455,1,2023-03-12 16:14:27,R_22StgQgZc1UbqKU,,,,,35.2352,-90.7971,anonymous,EN,1,4.208,4.208,5.378,1,,,,,,,,0,0,15.009,0,63,78,90,3.32,7.701,8.94,3,14.541,27.402,40.725,2,,,,,,,,,,,,,,,,,,0,0,85.872,0,5,7,4,5,6,5,-99,14.793,19.1,21.801,6,3,5,4,7,5,5,"It looks high quality. ",2.347,2.347,8.829,1,3,-99,5.875,8.229,12.224,5,2,7,3,4,1,5,6,0,0,17,0,2,2,4,3,1,4,6,7,-99,3.375,14.809,16.695,8,1,2,4,5,2,1,3.047,14.232,15.064,6,7,,2.29,2.29,4.165,1,1,1987,Arkansas,6,2,1,-99,9,-99,Wynne,7,2,1,c2thaj@msn.com,1.561,38.557,47.748,13,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,584c1e1f69b36600018ff959,0,"{""startTime"":1678659047730,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678659022819,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678658850799,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":6925,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1248,""week"":""1"",""id"":""chart""},{""time"":10658,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1166,""week"":""6"",""id"":""chart""},{""time"":14533,""label"":""tour_next"",""step"":2},{""time"":20858,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1983,""week"":""52"",""id"":""chart2""},{""time"":27394,""label"":""tour_end"",""step"":2},{""time"":32901,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1411,""week"":""3"",""id"":""chart""},{""time"":34371,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1786,""week"":""4"",""id"":""chart""},{""time"":36877,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1264,""week"":""52"",""id"":""chart2""},{""time"":38354,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1071,""week"":""4"",""id"":""chart""}]}","{""startTime"":1678658936396,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":5152,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1159,""week"":""1"",""id"":""chart""},{""time"":13195,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1615,""week"":""52"",""id"":""chart""},{""time"":16009,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1084,""week"":""50"",""id"":""chart""},{""time"":41110,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1173,""week"":""1"",""id"":""chart2""},{""time"":51663,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1597,""week"":""52"",""id"":""chart2""},{""time"":63981,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1114,""week"":""4"",""id"":""chart2""},{""time"":66204,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1556,""week"":""6"",""id"":""chart2""},{""time"":68324,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1103,""week"":""52"",""id"":""chart2""}]}",simple -2023-03-12 15:56:10,2023-03-12 16:16:46,0,67.11.49.7,100,1235,1,2023-03-12 16:16:46,R_1jjqOuyOkZKsDAs,,,,,29.3959,-98.4761,anonymous,EN,1,10.438,10.438,11.237,1,1,3,1,2.022,5.806,6.729,2,0,0,15.019,0,73,32,64,6.466,18.658,19.402,4,9.179,65.997,75.64,9,,,,,,,,,,,,,,,,,,27.012,27.012,37.897,1,6,4,1,6,5,6,-99,3.971,68.997,70.47,8,4,3,2,2,4,4,"It has good data in it, but it also has problems with how clear it is.",1.48,1.48,23.39,1,4,-99,6.302,6.302,7.103,1,2,7,3,4,1,5,6,0,0,16.421,0,4,6,7,7,8,6,9,10,-99,103.194,129.786,131.962,16,4,1,3,3,3,2,6.489,165.274,165.754,15,2,3,3.048,47.287,48.29,4,1,1996,Texas,6,2,1,-99,4,-99,-99,11,1,2,-99,3.248,46.277,47.669,12,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,63615aa254cc85a51c9ab52e,1,"{""startTime"":1678658573439,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678658580912,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":13110},{""label"":""window_focused"",""time"":13853},{""label"":""window_blurred"",""time"":54696},{""label"":""window_focused"",""time"":69636},{""label"":""window_blurred"",""time"":132054},{""label"":""window_focused"",""time"":138166}]}","{""startTime"":1678658364372,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":35,""label"":""tour_started""},{""time"":8897,""label"":""tour_next"",""step"":5},{""label"":""window_blurred"",""time"":10804},{""label"":""window_focused"",""time"":19808},{""time"":20257,""label"":""cleared_brush"",""using"":""Click""},{""time"":24150,""label"":""cleared_brush"",""using"":""Click""},{""time"":25253,""label"":""cleared_brush"",""using"":""Click""},{""time"":33276,""label"":""cleared_brush"",""using"":""Click""},{""time"":37469,""label"":""cleared_brush"",""using"":""Click""},{""time"":42137,""label"":""cleared_brush"",""using"":""Click""},{""time"":42514,""label"":""cleared_brush"",""using"":""Click""},{""time"":42703,""label"":""cleared_brush"",""using"":""Click""},{""time"":43483,""label"":""cleared_brush"",""using"":""Click""},{""time"":45446,""label"":""cleared_brush"",""using"":""Click""},{""time"":51997,""label"":""started_brush"",""startDate"":""2021-05-17"",""endDate"":""2021-06-16""},{""time"":53308,""label"":""tour_next"",""step"":5},{""time"":57536,""label"":""moved_brush"",""startDate"":""2021-07-01"",""endDate"":""2021-07-30""},{""time"":58552,""label"":""tour_next"",""step"":5},{""time"":61458,""label"":""cleared_brush"",""using"":""Click""},{""time"":62498,""label"":""tour_next"",""step"":5},{""time"":65716,""label"":""tour_end"",""step"":5},{""time"":69188,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5474,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678658470523,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":4894,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1551,""week"":""52"",""id"":""chart""},{""time"":13358,""label"":""started_brush"",""startDate"":""2021-06-08"",""endDate"":""2021-06-15""},{""time"":17042,""label"":""moved_brush"",""startDate"":""2021-06-08"",""endDate"":""2021-07-16""},{""time"":24009,""label"":""moved_brush"",""startDate"":""2021-12-30"",""endDate"":""2022-02-07""},{""time"":26277,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":2079,""week"":""1"",""id"":""chart""},{""time"":30661,""label"":""moved_brush"",""startDate"":""2021-11-08"",""endDate"":""2021-12-17""},{""time"":31659,""label"":""cleared_brush"",""using"":""Click""}]}",complex -2023-03-12 15:56:26,2023-03-12 16:23:45,0,73.115.198.45,100,1638,1,2023-03-12 16:23:45,R_1Lc68PAfFdGkxod,,,,,29.7738,-95.406,anonymous,EN,1,31.908,31.908,34.505,1,,,,,,,,11.207,11.207,15.013,1,56,43,65,2.673,47.236,50.095,9,4.839,98.694,102.637,10,,,,,,,,,,,,,,,,,,3.014,25.095,34.684,7,4,4,5,5,5,4,no comments,20.778,91.193,106.108,17,4,5,5,5,5,4,because i probably feel it might be from a reputable source,14.842,14.842,111.188,1,1,no comments,15.504,27.433,41.091,4,2,7,3,4,1,5,6,34.846,34.846,60.976,1,3,6,5,8,9,8,9,10,no comments,21.778,75.825,93.496,11,2,2,4,2,3,2,36.376,81.241,83.459,12,2,,16.937,16.937,21.277,1,2,1973,Texas,6,1,1,-99,3,-99,-99,7,1,2,-99,8.838,93.711,96.89,26,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,638df16a9ac9d4b756ea24e3,0,"{""startTime"":1678658953127,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_focused"",""time"":102918},{""label"":""window_focused"",""time"":102918},{""label"":""window_blurred"",""time"":106600},{""label"":""window_focused"",""time"":108116},{""label"":""window_blurred"",""time"":108727},{""label"":""window_focused"",""time"":112306}]}","{""startTime"":1678658767094,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678658375392,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":21,""label"":""tour_started""},{""time"":25542,""label"":""tour_next"",""step"":2},{""time"":67205,""label"":""tour_back"",""step"":2},{""time"":72614,""label"":""tour_next"",""step"":2},{""time"":75022,""label"":""tour_end"",""step"":2},{""label"":""window_blurred"",""time"":122534},{""label"":""window_focused"",""time"":123294},{""label"":""window_focused"",""time"":123294},{""label"":""window_focused"",""time"":129970},{""label"":""window_focused"",""time"":143220},{""label"":""window_focused"",""time"":143220},{""label"":""window_focused"",""time"":157499},{""label"":""window_focused"",""time"":157499},{""label"":""window_focused"",""time"":176825},{""label"":""window_focused"",""time"":176825},{""label"":""window_blurred"",""time"":186788},{""label"":""window_focused"",""time"":209753}]}","{""startTime"":1678658730134,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",simple -2023-03-12 18:04:35,2023-03-12 18:11:42,0,108.52.133.64,100,426,1,2023-03-12 18:11:42,R_24dWylyslO4WKru,,,,,39.9664,-75.1685,anonymous,EN,1,2.086,2.086,2.801,1,,,,,,,,0,0,15.008,0,86,72,31,5.074,10.913,12.062,3,7.035,10.71,17.582,2,-3,-1,36.954,54.351,55.238,2,-3,-3,20.407,56.734,57.634,2,4,11.141,11.141,16.736,1,0,0,31.438,0,4,3,4,3,4,3,-99,11.44,24.054,25.557,6,4,5,3,7,7,3,It seems right but I don't know enough about the subject to guess if the information is trustworthy,1.542,23.465,23.894,2,4,-99,3.407,5.582,6.983,2,2,7,3,4,1,5,6,0,0,9.344,0,2,4,2,4,5,5,10,8,-99,7.769,20.277,21.484,8,3,3,3,2,3,3,7.932,20.964,21.6,6,1,,2.48,2.48,3.567,1,2,2000,Pennsylvania,6,1,1,-99,7,-99,-99,1,4,1,60fdd0bba532df1a71c72c5e@email.prolific.co,1.526,57.262,59.586,18,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,60fdd0bba532df1a71c72c5e,0,"{""startTime"":1678666071060,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678666021455,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678665913485,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":7032,""label"":""tour_next"",""step"":2},{""time"":10707,""label"":""tour_end"",""step"":2},{""time"":11492,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1807,""week"":""1"",""id"":""chart""},{""time"":14971,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1062,""week"":""51"",""id"":""chart""}]}","{""startTime"":1678665989496,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":20018,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1297,""week"":""25"",""id"":""chart""},{""time"":23249,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1897,""week"":""49"",""id"":""chart""},{""time"":25346,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2310,""week"":""50"",""id"":""chart""},{""time"":27738,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2164,""week"":""51"",""id"":""chart""}]}",moderate -2023-03-12 18:06:04,2023-03-12 18:12:22,0,24.14.79.71,100,378,1,2023-03-12 18:12:23,R_28TaY3LNJVDODie,,,,,41.9977,-88.6924,anonymous,EN,1,2.043,2.043,2.789,1,,,,,,,,0,0,15.106,0,98,100,25,3.312,8.594,9.432,6,6.051,38.259,40.283,8,1,-1,15.52,41.243,43.366,2,-3,-3,12.953,42.925,43.895,3,2,21.456,21.456,23.873,1,6.596,30.408,31.168,6,5,1,6,5,4,6,-99,4.29,14.486,23.166,7,5,5,4,7,1,5,The data is cleanly presented and seems to be scientific data from a study throughout a period of time.,1.195,1.606,19.771,2,4,-99,3.316,8.475,9.119,5,2,7,3,4,1,5,6,0,0,7.478,0,2,6,4,7,2,4,11,10,-99,3.267,13.561,14.454,12,5,4,1,3,5,3,2.711,17.877,18.205,11,1,,2.358,2.358,3.739,1,1,2000,Illinois,6,2,1,-99,8,ROCHELLE,-99,15,4,2,-99,0.808,38.415,42.494,20,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5f45beae060bdc1f49704285,0,"{""startTime"":1678666081455,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678666105074,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678665985181,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":6045,""label"":""tour_next"",""step"":5},{""time"":11344,""label"":""cleared_brush"",""using"":""Click""},{""time"":12188,""label"":""started_brush"",""startDate"":""2021-05-24"",""endDate"":""2021-07-18""},{""time"":13215,""label"":""moved_brush"",""startDate"":""2021-08-28"",""endDate"":""2021-10-22""},{""time"":13783,""label"":""tour_next"",""step"":5},{""time"":15795,""label"":""moved_brush"",""startDate"":""2021-08-29"",""endDate"":""2021-10-22""},{""time"":19651,""label"":""moved_brush"",""startDate"":""2021-12-15"",""endDate"":""2022-02-07""},{""time"":20114,""label"":""tour_next"",""step"":5},{""time"":22726,""label"":""cleared_brush"",""using"":""Click""},{""time"":22726,""label"":""cleared_brush"",""using"":""Escape""},{""time"":23829,""label"":""tour_next"",""step"":5},{""label"":""window_blurred"",""time"":33090},{""label"":""window_focused"",""time"":35063},{""time"":38253,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678666049974,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":8187,""label"":""started_brush"",""startDate"":""2021-07-08"",""endDate"":""2021-08-23""},{""time"":9358,""label"":""moved_brush"",""startDate"":""2021-07-31"",""endDate"":""2021-09-15""},{""time"":25793,""label"":""moved_brush"",""startDate"":""2021-08-30"",""endDate"":""2021-10-15""}]}",complex -2023-03-12 18:05:16,2023-03-12 18:12:23,0,23.93.75.93,100,426,1,2023-03-12 18:12:24,R_1HpKySIhopPOFhD,,,,,37.8922,-122.2729,anonymous,EN,1,4.837,4.837,5.469,1,1,3,2,1.735,2.85,5.002,2,0,0,15.013,0,89,99,99,2.243,6.36,7.841,4,21.96,29.012,38.878,4,1,1,10.637,61.077,63.889,6,-3,-3,30.765,46.381,47.53,2,4,7.12,7.905,10.65,2,0,0,30.854,0,6,6,4,5,6,6,-99,20.357,28.571,30.901,15,6,6,6,4,5,5,It has data that looks like it would be hard to fake.,1.202,1.202,8.949,1,3,-99,2.199,3.1,4.062,2,2,7,3,4,1,5,6,0,0,9.054,0,6,6,2,4,10,4,10,10,-99,9.619,19.776,21.188,18,4,5,2,5,4,4,1.49,6.601,7.602,12,2,1,35.171,39.937,41.105,4,1,1995,California,6,3,1,-99,2,-99,-99,12,3,1,5c748b9188fdc20017c60436@email.prolific.co,1.362,37.218,38.509,14,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5c748b9188fdc20017c60436,1,"{""startTime"":1678666123257,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":5812},{""label"":""window_focused"",""time"":17313}]}","{""startTime"":1678666098931,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678665962643,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":21,""label"":""tour_started""},{""label"":""window_focused"",""time"":20547},{""time"":25979,""label"":""tour_next"",""step"":2},{""time"":28097,""label"":""tour_end"",""step"":2},{""time"":32879,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1339,""week"":""2"",""id"":""chart2""},{""time"":34808,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1236,""week"":""52"",""id"":""chart2""}]}","{""startTime"":1678666067245,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":4249},{""label"":""window_focused"",""time"":28602}]}",simple -2023-03-12 18:06:49,2023-03-12 18:12:51,0,135.26.30.183,100,361,1,2023-03-12 18:12:52,R_1C2AG8bjdRzO6Y5,,,,,31.3357,-94.7272,anonymous,EN,1,4.234,4.234,6.39,1,,,,,,,,0,0,15.01,0,64,28,58,2.458,11.623,15.648,3,4.679,11.898,14.051,2,1,-1,29.714,47.209,48.432,2,1,-2,0,0,8.889,0,4,14.292,14.292,15.366,1,0,0,31.689,0,2,6,5,2,1,3,none,7.448,11.959,13.615,4,1,7,2,3,4,5,it looks neat,2.173,2.173,7.872,1,2,-99,3.826,10.25,12.151,2,2,7,3,4,1,5,6,0,0,16.182,0,6,6,10,10,1,1,11,10,-99,8.297,8.679,13.18,3,5,2,3,3,5,4,0,0,8.188,0,2,,7.917,7.917,9.046,1,2,1947,Texas,2,2,1,-99,7,-99,-99,3,3,2,-99,1.571,81.213,86.645,20,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,63fcde3494055a563c72cb12,0,"{""startTime"":1678666176563,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":1876},{""label"":""window_blurred"",""time"":1892},{""label"":""window_blurred"",""time"":1913},{""label"":""window_blurred"",""time"":1930},{""label"":""window_blurred"",""time"":1945},{""label"":""window_blurred"",""time"":1963},{""label"":""window_blurred"",""time"":1980},{""label"":""window_blurred"",""time"":1997},{""label"":""window_blurred"",""time"":2013},{""label"":""window_blurred"",""time"":2028},{""label"":""window_blurred"",""time"":2044},{""label"":""window_blurred"",""time"":2061},{""label"":""window_blurred"",""time"":2076},{""label"":""window_blurred"",""time"":2095},{""label"":""window_blurred"",""time"":2114},{""label"":""window_blurred"",""time"":2129},{""label"":""window_blurred"",""time"":2145},{""label"":""window_blurred"",""time"":2160},{""label"":""window_blurred"",""time"":2174},{""label"":""window_blurred"",""time"":2189},{""label"":""window_blurred"",""time"":2203},{""label"":""window_blurred"",""time"":2218},{""label"":""window_blurred"",""time"":2231},{""label"":""window_blurred"",""time"":2245},{""label"":""window_blurred"",""time"":2261},{""label"":""window_blurred"",""time"":2276},{""label"":""window_blurred"",""time"":2289},{""label"":""window_blurred"",""time"":2306},{""label"":""window_blurred"",""time"":2319},{""label"":""window_blurred"",""time"":2333},{""label"":""window_blurred"",""time"":2349},{""label"":""window_blurred"",""time"":2365},{""label"":""window_blurred"",""time"":2378},{""label"":""window_blurred"",""time"":2392},{""label"":""window_blurred"",""time"":2407},{""label"":""window_blurred"",""time"":2422},{""label"":""window_blurred"",""time"":2438},{""label"":""window_blurred"",""time"":2455},{""label"":""window_blurred"",""time"":2471},{""label"":""window_blurred"",""time"":2486},{""label"":""window_blurred"",""time"":2498},{""label"":""window_blurred"",""time"":2510},{""label"":""window_blurred"",""time"":2522}]}","{""startTime"":1678666158746,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":2548},{""label"":""window_blurred"",""time"":2566},{""label"":""window_blurred"",""time"":2580},{""label"":""window_blurred"",""time"":2594},{""label"":""window_blurred"",""time"":2608},{""label"":""window_blurred"",""time"":2625},{""label"":""window_blurred"",""time"":2639},{""label"":""window_blurred"",""time"":2653},{""label"":""window_blurred"",""time"":2667},{""label"":""window_blurred"",""time"":2682},{""label"":""window_blurred"",""time"":2695},{""label"":""window_blurred"",""time"":2708},{""label"":""window_blurred"",""time"":2726},{""label"":""window_blurred"",""time"":2740},{""label"":""window_blurred"",""time"":2755},{""label"":""window_blurred"",""time"":2772},{""label"":""window_blurred"",""time"":2791},{""label"":""window_blurred"",""time"":2804},{""label"":""window_blurred"",""time"":2818},{""label"":""window_blurred"",""time"":2833},{""label"":""window_blurred"",""time"":2847},{""label"":""window_blurred"",""time"":2860},{""label"":""window_blurred"",""time"":2873},{""label"":""window_blurred"",""time"":2887},{""label"":""window_blurred"",""time"":2899},{""label"":""window_blurred"",""time"":2915},{""label"":""window_blurred"",""time"":2927},{""label"":""window_blurred"",""time"":2940},{""label"":""window_blurred"",""time"":2953},{""label"":""window_blurred"",""time"":2966},{""label"":""window_blurred"",""time"":2981},{""label"":""window_blurred"",""time"":2992},{""label"":""window_blurred"",""time"":3006},{""label"":""window_blurred"",""time"":3018},{""label"":""window_blurred"",""time"":3032},{""label"":""window_blurred"",""time"":3046},{""label"":""window_blurred"",""time"":3058},{""label"":""window_blurred"",""time"":3070},{""label"":""window_blurred"",""time"":3082},{""label"":""window_blurred"",""time"":3093},{""label"":""window_blurred"",""time"":3107},{""label"":""window_blurred"",""time"":3120}]}","{""startTime"":1678666062415,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":26,""label"":""tour_started""},{""time"":4665,""label"":""tour_next"",""step"":2},{""time"":8134,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1526,""week"":""1"",""id"":""chart2""},{""time"":11883,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678666126286,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",simple -2023-03-12 18:04:05,2023-03-12 18:13:29,0,73.15.121.102,100,564,1,2023-03-12 18:13:30,R_2EAh1cGUqEhWGZu,,,,,37.7825,-122.435,anonymous,EN,1,3.508,3.508,4.353,1,1,3,2,1.192,2.715,3.497,3,6.635,6.69,15.01,2,58,29,66,2.34,9.235,10.28,11,12.821,67.591,69.669,20,1,1,47.45,57.474,61.62,2,-3,-3,10.485,28.97,30.145,2,2,66.134,66.134,67.169,1,153.319,153.319,153.696,1,3,4,3,3,4,3,-99,2.386,4.686,5.771,6,3,3,2,2,3,3,"The data isn't super informative because it can easily be informed by people's behavior and decision to get tested. However, the overall trends may be informative.",1.675,1.675,34.42,1,3,-99,1.826,2.901,3.754,2,2,7,3,4,1,5,6,0,0,14.057,0,6,7,4,6,4,5,6,5,-99,1.591,4.651,6.203,8,3,2,3,3,4,2,6.623,9.58,10.369,6,5,3,1.386,3.128,9.528,2,1,1997,California,6,3,1,-99,7,-99,-99,19,5,2,-99,1.698,36.374,40.097,16,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,628657b7caedf309ae8e806e,1,"{""startTime"":1678666221131,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678666180007,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678665887890,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":1705,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3091,""week"":""49"",""id"":""chart""},{""time"":12819,""label"":""tour_next"",""step"":5},{""time"":19358,""label"":""cleared_brush"",""using"":""Click""},{""time"":21144,""label"":""tour_back"",""step"":5},{""time"":22937,""label"":""tour_next"",""step"":5},{""time"":24440,""label"":""cleared_brush"",""using"":""Click""},{""time"":30068,""label"":""cleared_brush"",""using"":""Click""},{""time"":31648,""label"":""cleared_brush"",""using"":""Click""},{""time"":32701,""label"":""cleared_brush"",""using"":""Click""},{""time"":39111,""label"":""cleared_brush"",""using"":""Click""},{""time"":40767,""label"":""cleared_brush"",""using"":""Click""},{""time"":43700,""label"":""moved_brush"",""startDate"":""2021-04-27"",""endDate"":""2021-08-20""},{""time"":54779,""label"":""started_brush"",""startDate"":""2021-08-31"",""endDate"":""2021-11-19""},{""time"":56502,""label"":""tour_next"",""step"":5},{""time"":61009,""label"":""moved_brush"",""startDate"":""2021-06-29"",""endDate"":""2021-11-19""},{""time"":61936,""label"":""tour_next"",""step"":5},{""time"":63975,""label"":""cleared_brush"",""using"":""Click""},{""time"":63975,""label"":""cleared_brush"",""using"":""Escape""},{""time"":66011,""label"":""tour_next"",""step"":5},{""time"":67588,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678666025597,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":2842,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1795,""week"":""52"",""id"":""chart""},{""label"":""window_blurred"",""time"":18999},{""label"":""window_focused"",""time"":151976}]}",complex -2023-03-12 18:03:23,2023-03-12 18:13:33,0,45.23.124.220,100,609,1,2023-03-12 18:13:33,R_xabdH3P2CVIyp4l,,,,,33.9449,-117.3834,anonymous,EN,1,13.277,13.277,14.264,1,1,3,2,2.433,4.772,6.83,3,0,0,15.005,0,92,80,76,6.743,11.506,12.07,3,28.231,33.95,41.301,3,1,-1,62.023,73.317,77.209,2,-3,-3,55.188,82.742,83.754,2,4,21.286,21.286,28.585,1,9.661,9.661,38.733,1,6,5,5,5,5,6,-99,6.983,28.075,31.345,8,5,4,4,4,3,5,The source is from the CDC,1.901,1.901,11.634,1,4,-99,12.682,17.029,18.47,5,2,7,3,4,1,5,6,0,0,22.39,0,3,7,3,7,4,5,11,11,-99,4.27,18.766,20.057,10,4,4,2,5,5,3,12.06,39.202,46.089,9,2,2,4.962,19.054,21.737,4,1,2001,California,3,1,1,-99,9,-99,Concord,12,4,1,sean.d.hauser@gmail.com,2.646,56.689,58.921,21,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5eb21a0c910e381845f143df,1,"{""startTime"":1678666100505,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678666132276,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678665935398,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":2463,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2463,""week"":""51"",""id"":""chart""},{""time"":5476,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1388,""week"":""52"",""id"":""chart""},{""time"":28226,""label"":""tour_next"",""step"":2},{""time"":32840,""label"":""tour_end"",""step"":2},{""time"":36621,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2582,""week"":""14"",""id"":""chart""}]}","{""startTime"":1678666061276,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":1826,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1460,""week"":""1"",""id"":""chart""},{""time"":10942,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":26889,""week"":""52"",""id"":""chart""}]}",moderate +Assume you trust the data used for the visualization. To what extent do you agree or disagree with the following statements about the visualization presented above? - I trust this visualization","Tell us a bit more about why you [QID150-ChoiceGroup-SelectedAnswers-11] with the statement ""I trust this visualization"".",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,PROLIFIC_PID,isCovidData,provenance-bar-data,provenance-bar-vis,provenance-bar-tour,provenance-bar-explore,bar-complexity +"{""ImportId"":""startDate"",""timeZone"":""America/Denver""}","{""ImportId"":""endDate"",""timeZone"":""America/Denver""}","{""ImportId"":""status""}","{""ImportId"":""ipAddress""}","{""ImportId"":""progress""}","{""ImportId"":""duration""}","{""ImportId"":""finished""}","{""ImportId"":""recordedDate"",""timeZone"":""America/Denver""}","{""ImportId"":""_recordId""}","{""ImportId"":""recipientLastName""}","{""ImportId"":""recipientFirstName""}","{""ImportId"":""recipientEmail""}","{""ImportId"":""externalDataReference""}","{""ImportId"":""locationLatitude""}","{""ImportId"":""locationLongitude""}","{""ImportId"":""distributionChannel""}","{""ImportId"":""userLanguage""}","{""ImportId"":""QID182""}","{""ImportId"":""QID189_FIRST_CLICK""}","{""ImportId"":""QID189_LAST_CLICK""}","{""ImportId"":""QID189_PAGE_SUBMIT""}","{""ImportId"":""QID189_CLICK_COUNT""}","{""ImportId"":""QID4""}","{""ImportId"":""QID5""}","{""ImportId"":""QID6""}","{""ImportId"":""QID64_FIRST_CLICK""}","{""ImportId"":""QID64_LAST_CLICK""}","{""ImportId"":""QID64_PAGE_SUBMIT""}","{""ImportId"":""QID64_CLICK_COUNT""}","{""ImportId"":""QID191_FIRST_CLICK""}","{""ImportId"":""QID191_LAST_CLICK""}","{""ImportId"":""QID191_PAGE_SUBMIT""}","{""ImportId"":""QID191_CLICK_COUNT""}","{""ImportId"":""QID228_1""}","{""ImportId"":""QID230_1""}","{""ImportId"":""QID231_1""}","{""ImportId"":""QID209_FIRST_CLICK""}","{""ImportId"":""QID209_LAST_CLICK""}","{""ImportId"":""QID209_PAGE_SUBMIT""}","{""ImportId"":""QID209_CLICK_COUNT""}","{""ImportId"":""QID188_FIRST_CLICK""}","{""ImportId"":""QID188_LAST_CLICK""}","{""ImportId"":""QID188_PAGE_SUBMIT""}","{""ImportId"":""QID188_CLICK_COUNT""}","{""ImportId"":""QID245""}","{""ImportId"":""QID246""}","{""ImportId"":""QID247_FIRST_CLICK""}","{""ImportId"":""QID247_LAST_CLICK""}","{""ImportId"":""QID247_PAGE_SUBMIT""}","{""ImportId"":""QID247_CLICK_COUNT""}","{""ImportId"":""QID249""}","{""ImportId"":""QID250""}","{""ImportId"":""QID254_FIRST_CLICK""}","{""ImportId"":""QID254_LAST_CLICK""}","{""ImportId"":""QID254_PAGE_SUBMIT""}","{""ImportId"":""QID254_CLICK_COUNT""}","{""ImportId"":""QID253""}","{""ImportId"":""QID255_FIRST_CLICK""}","{""ImportId"":""QID255_LAST_CLICK""}","{""ImportId"":""QID255_PAGE_SUBMIT""}","{""ImportId"":""QID255_CLICK_COUNT""}","{""ImportId"":""QID223_FIRST_CLICK""}","{""ImportId"":""QID223_LAST_CLICK""}","{""ImportId"":""QID223_PAGE_SUBMIT""}","{""ImportId"":""QID223_CLICK_COUNT""}","{""ImportId"":""QID101_1""}","{""ImportId"":""QID101_2""}","{""ImportId"":""QID101_3""}","{""ImportId"":""QID101_4""}","{""ImportId"":""QID101_12""}","{""ImportId"":""QID101_15""}","{""ImportId"":""QID200_TEXT""}","{""ImportId"":""QID192_FIRST_CLICK""}","{""ImportId"":""QID192_LAST_CLICK""}","{""ImportId"":""QID192_PAGE_SUBMIT""}","{""ImportId"":""QID192_CLICK_COUNT""}","{""ImportId"":""QID102_6""}","{""ImportId"":""QID102_7""}","{""ImportId"":""QID102_8""}","{""ImportId"":""QID102_9""}","{""ImportId"":""QID102_10""}","{""ImportId"":""QID102_11""}","{""ImportId"":""QID117_TEXT""}","{""ImportId"":""QID78_FIRST_CLICK""}","{""ImportId"":""QID78_LAST_CLICK""}","{""ImportId"":""QID78_PAGE_SUBMIT""}","{""ImportId"":""QID78_CLICK_COUNT""}","{""ImportId"":""QID122_2""}","{""ImportId"":""QID203_TEXT""}","{""ImportId"":""QID199_FIRST_CLICK""}","{""ImportId"":""QID199_LAST_CLICK""}","{""ImportId"":""QID199_PAGE_SUBMIT""}","{""ImportId"":""QID199_CLICK_COUNT""}","{""ImportId"":""QID36_1""}","{""ImportId"":""QID36_2""}","{""ImportId"":""QID36_3""}","{""ImportId"":""QID36_4""}","{""ImportId"":""QID36_5""}","{""ImportId"":""QID36_6""}","{""ImportId"":""QID36_7""}","{""ImportId"":""QID65_FIRST_CLICK""}","{""ImportId"":""QID65_LAST_CLICK""}","{""ImportId"":""QID65_PAGE_SUBMIT""}","{""ImportId"":""QID65_CLICK_COUNT""}","{""ImportId"":""QID38_1""}","{""ImportId"":""QID38_2""}","{""ImportId"":""QID38_3""}","{""ImportId"":""QID38_4""}","{""ImportId"":""QID38_5""}","{""ImportId"":""QID38_6""}","{""ImportId"":""QID38_7""}","{""ImportId"":""QID38_8""}","{""ImportId"":""QID204_TEXT""}","{""ImportId"":""QID72_FIRST_CLICK""}","{""ImportId"":""QID72_LAST_CLICK""}","{""ImportId"":""QID72_PAGE_SUBMIT""}","{""ImportId"":""QID72_CLICK_COUNT""}","{""ImportId"":""QID39_1""}","{""ImportId"":""QID39_2""}","{""ImportId"":""QID39_3""}","{""ImportId"":""QID39_4""}","{""ImportId"":""QID39_5""}","{""ImportId"":""QID39_6""}","{""ImportId"":""QID73_FIRST_CLICK""}","{""ImportId"":""QID73_LAST_CLICK""}","{""ImportId"":""QID73_PAGE_SUBMIT""}","{""ImportId"":""QID73_CLICK_COUNT""}","{""ImportId"":""QID11""}","{""ImportId"":""QID13""}","{""ImportId"":""QID74_FIRST_CLICK""}","{""ImportId"":""QID74_LAST_CLICK""}","{""ImportId"":""QID74_PAGE_SUBMIT""}","{""ImportId"":""QID74_CLICK_COUNT""}","{""ImportId"":""QID14""}","{""ImportId"":""QID15_TEXT""}","{""ImportId"":""QID16_1""}","{""ImportId"":""QID17""}","{""ImportId"":""QID23""}","{""ImportId"":""QID27""}","{""ImportId"":""QID27_4_TEXT""}","{""ImportId"":""QID18""}","{""ImportId"":""QID18_8_TEXT""}","{""ImportId"":""QID18_9_TEXT""}","{""ImportId"":""QID19""}","{""ImportId"":""QID20""}","{""ImportId"":""QID25""}","{""ImportId"":""QID75_FIRST_CLICK""}","{""ImportId"":""QID75_LAST_CLICK""}","{""ImportId"":""QID75_PAGE_SUBMIT""}","{""ImportId"":""QID75_CLICK_COUNT""}","{""ImportId"":""QID138_TEXT""}","{""ImportId"":""QID139_1""}","{""ImportId"":""QID139_2""}","{""ImportId"":""QID139_3""}","{""ImportId"":""QID139_4""}","{""ImportId"":""QID139_12""}","{""ImportId"":""QID139_15""}","{""ImportId"":""QID140_6""}","{""ImportId"":""QID140_7""}","{""ImportId"":""QID140_8""}","{""ImportId"":""QID140_9""}","{""ImportId"":""QID140_10""}","{""ImportId"":""QID140_11""}","{""ImportId"":""QID141_TEXT""}","{""ImportId"":""QID142_FIRST_CLICK""}","{""ImportId"":""QID142_LAST_CLICK""}","{""ImportId"":""QID142_PAGE_SUBMIT""}","{""ImportId"":""QID142_CLICK_COUNT""}","{""ImportId"":""QID143_TEXT""}","{""ImportId"":""QID144_1""}","{""ImportId"":""QID144_2""}","{""ImportId"":""QID144_3""}","{""ImportId"":""QID144_4""}","{""ImportId"":""QID144_12""}","{""ImportId"":""QID144_15""}","{""ImportId"":""QID145_6""}","{""ImportId"":""QID145_7""}","{""ImportId"":""QID145_8""}","{""ImportId"":""QID145_9""}","{""ImportId"":""QID145_10""}","{""ImportId"":""QID145_11""}","{""ImportId"":""QID146_TEXT""}","{""ImportId"":""QID147_FIRST_CLICK""}","{""ImportId"":""QID147_LAST_CLICK""}","{""ImportId"":""QID147_PAGE_SUBMIT""}","{""ImportId"":""QID147_CLICK_COUNT""}","{""ImportId"":""QID148_TEXT""}","{""ImportId"":""QID149_1""}","{""ImportId"":""QID149_2""}","{""ImportId"":""QID149_3""}","{""ImportId"":""QID149_4""}","{""ImportId"":""QID149_12""}","{""ImportId"":""QID149_15""}","{""ImportId"":""QID150_6""}","{""ImportId"":""QID150_7""}","{""ImportId"":""QID150_8""}","{""ImportId"":""QID150_9""}","{""ImportId"":""QID150_10""}","{""ImportId"":""QID150_11""}","{""ImportId"":""QID151_TEXT""}","{""ImportId"":""QID152_FIRST_CLICK""}","{""ImportId"":""QID152_LAST_CLICK""}","{""ImportId"":""QID152_PAGE_SUBMIT""}","{""ImportId"":""QID152_CLICK_COUNT""}","{""ImportId"":""PROLIFIC_PID""}","{""ImportId"":""isCovidData""}","{""ImportId"":""provenance-bar-data""}","{""ImportId"":""provenance-bar-vis""}","{""ImportId"":""provenance-bar-tour""}","{""ImportId"":""provenance-bar-explore""}","{""ImportId"":""bar-complexity""}" +2023-03-12 15:29:25,2023-03-12 15:41:08,0,67.186.178.95,100,703,1,2023-03-12 15:41:09,R_1eEOE80Y8XlTH5x,,,,,44.4537,-73.1773,anonymous,EN,1,20.214,20.214,21.207,1,,,,,,,,0,0,15.114,0,100,100,36,7.293,12.395,14.015,4,21.186,34.419,66.096,2,,,,,,,,,,,,,,,,,,18.983,18.983,43.668,1,3,1,6,6,6,6,"The visual depicts crop disease, but the questions ask about covid 19 vaccinations, which are unrelated.",8.486,39.761,90.602,8,6,6,5,7,7,6,It clearly shows me the numbers from a data set and lets me form my own opinions/conclusions from it without biasing them with additional written information.,2.468,2.468,52.875,1,4,-99,3.772,5.68,8.353,3,2,3,4,5,1,6,7,0,0,14.077,0,2,5,7,7,6,7,11,7,-99,4.387,14.238,16.638,8,4,5,2,2,5,5,8.693,23.97,25.054,6,1,,2.562,2.562,5.758,1,2,2000,Vermont,6,3,1,-99,7,-99,-99,4,4,2,2.021,58.671,60.701,14,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,614f39f10ed069cb9fdd8bbc,0,"{""startTime"":1678656902973,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":20512,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1311,""week"":""3"",""id"":""chart""}]}","{""startTime"":1678656822225,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678656653200,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":19,""label"":""tour_started""},{""time"":8552,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":11484,""week"":""1"",""id"":""chart""},{""time"":21174,""label"":""tour_next"",""step"":2},{""time"":23802,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1283,""week"":""1"",""id"":""chart2""},{""time"":25104,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2632,""week"":""52"",""id"":""chart2""},{""time"":34405,""label"":""tour_end"",""step"":2},{""time"":38025,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1459,""week"":""31"",""id"":""chart""},{""time"":39921,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1730,""week"":""23"",""id"":""chart""},{""time"":42737,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1198,""week"":""6"",""id"":""chart""},{""time"":47277,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1408,""week"":""6"",""id"":""chart2""},{""time"":51441,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2111,""week"":""51"",""id"":""chart2""},{""time"":54689,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2963,""week"":""27"",""id"":""chart2""},{""time"":62178,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1274,""week"":""31"",""id"":""chart""},{""time"":64318,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1033,""week"":""34"",""id"":""chart""}]}","{""startTime"":1678656777964,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":6760,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1205,""week"":""1"",""id"":""chart""},{""time"":9060,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1775,""week"":""52"",""id"":""chart2""},{""time"":11261,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4375,""week"":""52"",""id"":""chart2""},{""time"":20805,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1497,""week"":""15"",""id"":""chart2""},{""time"":31476,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7109,""week"":""22"",""id"":""chart""},{""time"":40907,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1045,""week"":""52"",""id"":""chart""}]}",simple +2023-03-12 15:36:48,2023-03-12 15:47:12,0,174.72.65.58,100,623,1,2023-03-12 15:47:12,R_2aFFd93pyK1CSvk,,,,,33.2727,-111.8278,anonymous,EN,1,9.482,9.482,10.445,1,,,,,,,,0,0,15.013,0,53,19,73,6.723,12.991,13.613,5,22.375,88.018,100.364,15,,,,,,,,,,,,,,,,,,8.727,27.414,36.208,2,3,3,3,5,5,3,-99,9.974,23.475,25.032,6,5,5,5,5,5,3,Unsure about the validity of the data source.,3.168,3.168,20.217,1,5,-99,4.848,8.349,9.841,3,2,7,3,4,1,5,6,0,0,29.495,0,2,6,2,6,2,6,10,6,-99,8.098,21.749,24.025,8,4,3,1,3,4,4,6.677,21.862,23.321,6,4,,3.611,3.611,6.955,1,1,1996,Arizona,6,1,1,-99,7,-99,-99,7,4,1,2.881,50.853,65.615,13,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,631ad5df2dfd6aff965bba6a,0,"{""startTime"":1678657300676,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678657255868,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678657059551,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":22,""label"":""tour_started""},{""time"":22369,""label"":""tour_next"",""step"":5},{""time"":37624,""label"":""started_brush"",""startDate"":""2021-09-06"",""endDate"":""2021-11-20""},{""time"":38973,""label"":""moved_brush"",""startDate"":""2021-07-27"",""endDate"":""2021-10-10""},{""time"":39687,""label"":""tour_next"",""step"":5},{""time"":48010,""label"":""started_brush"",""startDate"":""2021-05-28"",""endDate"":""2021-08-12""},{""time"":49641,""label"":""moved_brush"",""startDate"":""2021-05-28"",""endDate"":""2021-08-19""},{""time"":51326,""label"":""moved_brush"",""startDate"":""2021-05-04"",""endDate"":""2021-07-25""},{""time"":52056,""label"":""tour_next"",""step"":5},{""time"":57603,""label"":""cleared_brush"",""using"":""Click""},{""time"":57603,""label"":""cleared_brush"",""using"":""Escape""},{""time"":59056,""label"":""tour_next"",""step"":5},{""time"":61824,""label"":""tour_end"",""step"":5},{""time"":67513,""label"":""started_brush"",""startDate"":""2021-06-22"",""endDate"":""2021-09-28""},{""time"":69162,""label"":""moved_brush"",""startDate"":""2021-06-05"",""endDate"":""2021-09-11""},{""time"":75772,""label"":""cleared_brush"",""using"":""Click""},{""time"":76600,""label"":""cleared_brush"",""using"":""Click""},{""time"":76600,""label"":""cleared_brush"",""using"":""Escape""},{""time"":84101,""label"":""started_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-08-12""},{""time"":86163,""label"":""moved_brush"",""startDate"":""2021-07-27"",""endDate"":""2021-12-03""}]}","{""startTime"":1678657219035,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":5973,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1258,""week"":""52"",""id"":""chart""},{""time"":10344,""label"":""started_brush"",""startDate"":""2021-05-06"",""endDate"":""2021-09-30""},{""time"":11136,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1179,""week"":""32"",""id"":""chart""},{""time"":13888,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4745,""week"":""34"",""id"":""chart""},{""time"":22337,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2056,""week"":""33"",""id"":""chart""},{""time"":34166,""label"":""moved_brush"",""startDate"":""2021-09-13"",""endDate"":""2022-02-07""}]}",complex +2023-03-12 15:33:05,2023-03-12 15:49:15,0,108.4.148.249,100,969,1,2023-03-12 15:49:15,R_1ZF6dMA6Lwvotl7,,,,,42.789,-73.9759,anonymous,EN,1,13.737,13.737,14.549,1,1,4,2,7.263,15.49,18.399,2,0,0,15.115,0,89,88,53,11.681,21.087,23.382,4,45.445,58.655,82.614,2,,,,,,,,,,,,,,,,,,0,0,36.818,0,5,5,5,5,5,5,"I trust the CDC data for this time sampling. However, with at home testing now, an extension of the graph to the present would underestimate all case counts.",19.848,62.012,134.468,7,5,5,5,5,5,5,"The data came from CDC data and appears easy to understand, as well as easy to compare vaccinated versus unvaccinated case rates.",2.969,2.969,66.3,1,4,-99,7.471,7.471,13.961,1,2,7,3,4,1,5,6,0,0,25.548,0,3,7,4,7,5,3,9,9,-99,11.529,35.906,49.592,12,5,5,1,1,5,5,13.999,32.999,36.326,6,2,1,5.538,13.294,20.185,2,2,1971,New York,9,1,1,-99,7,-99,-99,4,4,2,2.566,61.226,62.094,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5dae529fe663620012e038b6,1,"{""startTime"":1678657225070,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":45753,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1416,""week"":""6"",""id"":""chart2""}]}","{""startTime"":1678657108493,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678656877361,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":22,""label"":""tour_started""},{""time"":14055,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2785,""week"":""35"",""id"":""chart""},{""time"":25936,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":10510,""week"":""1"",""id"":""chart""},{""time"":36546,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7701,""week"":""52"",""id"":""chart""},{""time"":45437,""label"":""tour_next"",""step"":2},{""time"":48247,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2537,""week"":""52"",""id"":""chart2""},{""time"":58647,""label"":""tour_end"",""step"":2},{""time"":64941,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1369,""week"":""1"",""id"":""chart""},{""time"":67052,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3634,""week"":""1"",""id"":""chart""},{""time"":71061,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1047,""week"":""52"",""id"":""chart2""},{""time"":72182,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2451,""week"":""1"",""id"":""chart2""}]}","{""startTime"":1678657071112,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":10187,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2868,""week"":""51"",""id"":""chart""},{""time"":13095,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2432,""week"":""50"",""id"":""chart""},{""time"":15683,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2152,""week"":""51"",""id"":""chart""},{""time"":18362,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1927,""week"":""52"",""id"":""chart""},{""time"":20715,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5573,""week"":""52"",""id"":""chart2""},{""time"":29787,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1234,""week"":""6"",""id"":""chart""}]}",simple +2023-03-12 15:34:48,2023-03-12 15:50:26,0,50.93.222.58,100,938,1,2023-03-12 15:50:26,R_2dN3oSUYOKhiVEK,,,,,43.0812,-89.3845,anonymous,EN,1,2.9,2.9,3.836,1,,,,,,,,7.801,7.801,15.107,1,63,63,53,2.841,6.053,6.945,3,6.295,9.062,14.203,2,,,,,,,,,,,,,,,,,,0,0,88.096,0,3,3,4,4,4,4,-99,3.056,8.791,10.089,7,4,3,3,3,3,4,It looks fact-based and accurate,0.58,0.58,11.001,1,4,-99,2.518,3.653,5.139,2,2,7,3,4,1,5,6,0,0,21.496,0,6,8,6,7,5,5,7,6,-99,2.626,8.869,9.647,9,4,3,3,2,3,3,4.312,13.035,13.917,6,4,,2.197,2.197,2.981,1,2,1994,New York,7,2,1,-99,2,-99,-99,16,4,2,0.842,44.128,44.72,16,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5ded4bab1edb794081b3378e,0,"{""startTime"":1678657618624,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678657597271,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678656922562,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":42,""label"":""tour_started""},{""time"":6277,""label"":""tour_next"",""step"":2},{""time"":9044,""label"":""tour_end"",""step"":2},{""time"":10781,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2606,""week"":""1"",""id"":""chart""}]}","{""startTime"":1678657507503,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":6120,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4436,""week"":""50"",""id"":""chart""},{""time"":10788,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2957,""week"":""50"",""id"":""chart""},{""time"":14232,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1712,""week"":""50"",""id"":""chart""}]}",moderate +2023-03-12 15:41:53,2023-03-12 15:53:22,0,174.208.161.85,100,688,1,2023-03-12 15:53:22,R_2wRKDmBoHMXfocB,,,,,38.581,-121.4939,anonymous,EN,1,5.268,6.177,7.105,2,1,4,1,2.412,6.718,7.805,3,0,0,15.024,0,89,61,35,5.047,15.093,15.969,6,8.639,88.141,89.267,10,,,,,,,,,,,,,,,,,,11.947,31.28,32.222,3,5,4,5,5,5,5,no,8.305,66.071,68.005,11,2,5,4,2,5,4,I do not see where and who collected this data?,4.42,4.42,18.316,1,6,no,6.094,8.312,10.283,3,2,7,3,4,1,5,6,7.689,14.873,15.82,2,3,3,1,2,2,2,8,7,-99,6.578,22.961,23.808,10,2,2,2,3,3,2,10.831,36.56,37.519,10,1,1,7.654,15.245,16.12,4,2,1993,California,6,3,1,-99,9,-99,Groveland,8,4,1,5.893,72.194,73.138,21,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5f8236cffcba88362f081b13,1,"{""startTime"":1678657616915,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678657590859,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678657376916,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":35,""label"":""tour_started""},{""time"":9240,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3392,""week"":""1"",""id"":""chart""},{""time"":14480,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2284,""week"":""6"",""id"":""chart""},{""time"":17098,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1796,""week"":""52"",""id"":""chart""},{""time"":21155,""label"":""tour_next"",""step"":2},{""time"":69101,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":12626,""week"":""1"",""id"":""chart2""},{""time"":81745,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1264,""week"":""52"",""id"":""chart2""},{""time"":86508,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678657527401,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",simple +2023-03-12 15:28:32,2023-03-12 15:54:10,0,99.8.181.16,100,1537,1,2023-03-12 15:54:10,R_3QL6f5p8ehmaRin,,,,,33.0199,-97.213,anonymous,EN,1,3.267,4.052,4.935,2,1,3,1,1.486,3.901,5.092,2,0,0,15.007,0,50,77,68,3.839,17.755,20.95,4,13.114,135.176,141.548,13,,,,,,,,,,,,,,,,,,0,0,35.346,0,4,2,3,5,6,5,-99,0.623,82.664,88.24,18,5,5,3,7,7,5,"I trust the data used in the visualization and that the visualization represents that data accurately. However I find the stacked bar chart to be slightly misleading, as my first instinct upon seeing it is to assume that the blue bars are in front of the orange bars instead of under them, meaning that the value of an orange bar would be measured from 0 instead of the top of the blue bar.",2.531,2.531,288.574,1,6,"I just wanted to mention that I think confounding factors may be to blame for vaccinated cases being lower than unvaccinated cases. It's not that I think the vaccine doesn't work, but my understanding and experience is that the vaccine reduces the effects of covid rather than preventing its transmission. So I don't think the visualizations presented are very useful because they seem to claim that the vaccine significantly reduces transmission, when it seems equally possible to me that vaccinated people are generally more cautious and less likely to have the cases they do catch recorded. In my opinion the visualization itself is clear, it just needs to be presented in context to be effective.",6.6,341.053,348.258,7,2,7,5,3,1,6,4,33.108,94.743,96.742,6,1,5,1,2,3,1,10,9,-99,4.273,36.008,38.825,21,4,3,2,2,5,4,4.686,34.402,35.268,13,1,4,1.494,34.052,34.627,13,1,2000,Texas,2,2,1,-99,7,-99,-99,12,4,2,3.213,53.466,54.469,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5f107aa051372032695c8e2f,1,"{""startTime"":1678656860237,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678656948972,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678656579401,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":21,""label"":""tour_started""},{""time"":13107,""label"":""tour_next"",""step"":2},{""time"":19598,""label"":""tour_end"",""step"":2},{""time"":21491,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2890,""week"":""14"",""id"":""chart""},{""time"":29050,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1318,""week"":""51"",""id"":""chart""},{""time"":31544,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2142,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678656824152,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":3729,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1989,""week"":""51"",""id"":""chart""},{""time"":5821,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1674,""week"":""50"",""id"":""chart""},{""time"":10384,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1750,""week"":""1"",""id"":""chart""},{""time"":12143,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1972,""week"":""1"",""id"":""chart""},{""time"":14527,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4743,""week"":""2"",""id"":""chart""}]}",moderate +2023-03-12 15:42:22,2023-03-12 15:55:22,0,75.21.238.218,100,780,1,2023-03-12 15:55:23,R_1Lp44LcZBdkiNMg,,,,,37.6678,-97.36,anonymous,EN,1,25.203,25.203,26.112,1,1,3,1,1.373,3.273,4.403,2,5.862,6.077,15.018,2,84,77,65,11.437,16.607,18.348,4,13.277,71.006,72.855,7,,,,,,,,,,,,,,,,,,6.504,6.504,34.019,1,3,2,3,4,5,3,No additional thoughts or comments,10.843,33.831,42.435,9,4,4,5,2,3,3,"Because I haven't had a chance to verify the source, I'm not going to blindly trust or blindly distrust a graph like this just at face value unless I see something that is obviously wrong or out of place.",3.16,3.997,51.131,2,5,No comments,7.122,15.345,20.857,4,2,7,3,4,1,5,6,0,0,21.618,0,3,3,3,4,5,4,11,10,No additional thoughts/comments,4.441,35.757,48.702,20,3,2,4,4,2,2,6.967,26.832,27.919,8,2,1,7.815,14.123,16.532,2,1,1985,Kansas,2,2,1,-99,7,-99,-99,4,4,1,3.162,83.363,90.6,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5aee513f3606ab0001b92b29,1,"{""startTime"":1678657682352,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678657597404,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678657422400,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":13234,""label"":""tour_next"",""step"":5},{""time"":26881,""label"":""started_brush"",""startDate"":""2021-04-29"",""endDate"":""2021-08-02""},{""time"":29342,""label"":""tour_next"",""step"":5},{""time"":33622,""label"":""moved_brush"",""startDate"":""2021-04-12"",""endDate"":""2021-07-16""},{""time"":34827,""label"":""moved_brush"",""startDate"":""2021-05-06"",""endDate"":""2021-08-09""},{""time"":36744,""label"":""cleared_brush"",""using"":""Click""},{""time"":38616,""label"":""tour_next"",""step"":5},{""time"":43089,""label"":""cleared_brush"",""using"":""Click""},{""time"":44715,""label"":""tour_next"",""step"":5},{""time"":53713,""label"":""tour_end"",""step"":5},{""time"":65320,""label"":""started_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-05-07""},{""time"":66941,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3236,""week"":""15"",""id"":""chart""}]}","{""startTime"":1678657562812,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":23879,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1169,""week"":""52"",""id"":""chart""},{""time"":27598,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2847,""week"":""52"",""id"":""chart""}]}",complex +2023-03-12 15:44:01,2023-03-12 15:55:50,0,67.189.40.106,100,708,1,2023-03-12 15:55:50,R_3DvD4hs6RDT3zmn,,,,,44.0197,-123.1008,anonymous,EN,1,20.064,20.064,21.704,1,1,3,1,4.033,8.108,9.618,2,0,0,15.007,0,60,75,74,14.213,23.905,24.752,4,35.217,39.469,56.545,2,,,,,,,,,,,,,,,,,,0,0,34.45,0,3,3,4,5,5,3,-99,6.72,22.69,24.621,7,2,5,4,4,3,3,"I do not think it is a bad visualization, but I think more details could be included. For example, to what extent are the vaccinated people vaccinated? Or how many times these people got COVID 19.",2.379,43.471,61.771,3,5,-99,5.589,8.735,10.277,2,2,7,3,4,1,5,6,0,0,25.608,0,3,2,4,6,5,6,11,9,-99,5.778,23.517,25.345,11,3,3,3,2,4,4,18.175,38.98,39.932,7,3,1,12.014,21.773,23.252,2,2,2000,Oregon,6,1,1,-99,7,-99,-99,3,4,1,3.186,56.074,62.532,11,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,60ff3f28c526214791f99972,1,"{""startTime"":1678657724999,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678657750110,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":26360,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2013,""week"":""1"",""id"":""chart""}]}","{""startTime"":1678657531229,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":23,""label"":""tour_started""},{""time"":16460,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1615,""week"":""52"",""id"":""chart""},{""time"":18602,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5484,""week"":""51"",""id"":""chart""},{""time"":35211,""label"":""tour_next"",""step"":2},{""time"":39462,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678657689850,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":18474,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1067,""week"":""52"",""id"":""chart""}]}",moderate +2023-03-12 15:41:54,2023-03-12 15:56:26,0,172.90.16.38,100,871,1,2023-03-12 15:56:26,R_XhPgpKN5bEMpRC1,,,,,34.0587,-118.2781,anonymous,EN,1,3.379,3.379,268.783,1,,,,,,,,0,0,15.009,0,64,56,37,5.021,7.685,10.648,3,6.487,9.985,26.893,2,,,,,,,,,,,,,,,,,,29.752,29.752,46.048,1,3,1,3,7,5,3,"stacked data makes it harder to get exact or close to exact values, but shows interesting patterns.",3.167,47.211,81.122,9,1,7,2,7,2,3,"Even if I ""trust"" the visualization as stated in the opening question, I could have a general sense in trust in that, the data may be correct but with the apprehension that something may be missing or overlooked. In that way you can technically trust and distrust the chart and still understand that there may or may not be deception involved. I'm not sure how to clearly articulate my feeling on this I think.",2.493,2.493,88.576,1,6,Depends on how much trust you are putting in them,2.014,5.536,17.083,7,2,7,3,4,1,5,6,11.381,13.141,20.584,2,1,2,1,1,2,1,11,10,-99,4.346,12.826,20.603,8,5,4,1,1,4,5,5.818,16.532,25.132,7,2,,2.101,2.722,4.384,2,1,1988,California,6,3,1,-99,9,-99,Los Angeles,17,4,1,1.442,46.902,48.874,35,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,54ea5b40fdf99b768609982f,0,"{""startTime"":1678657778078,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":32440},{""label"":""window_focused"",""time"":43946}]}","{""startTime"":1678657859606,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678657615604,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":6481,""label"":""tour_next"",""step"":2},{""time"":9978,""label"":""tour_end"",""step"":2},{""label"":""window_blurred"",""time"":18659},{""time"":22604,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1218,""week"":""3"",""id"":""chart""},{""label"":""window_focused"",""time"":26779}]}","{""startTime"":1678657731489,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":1620,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3358,""week"":""52"",""id"":""chart""},{""time"":5038,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1378,""week"":""51"",""id"":""chart""},{""time"":6449,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1703,""week"":""52"",""id"":""chart""},{""time"":8277,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1608,""week"":""51"",""id"":""chart""},{""time"":11213,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2752,""week"":""51"",""id"":""chart""},{""time"":14166,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1491,""week"":""42"",""id"":""chart""},{""time"":18000,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1559,""week"":""33"",""id"":""chart""},{""time"":31300,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1771,""week"":""51"",""id"":""chart""},{""time"":35527,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1256,""week"":""51"",""id"":""chart""},{""time"":38996,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1207,""week"":""52"",""id"":""chart""},{""time"":40228,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1235,""week"":""1"",""id"":""chart""},{""time"":42547,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1327,""week"":""2"",""id"":""chart""}]}",moderate +2023-03-12 15:39:07,2023-03-12 15:56:48,0,199.18.236.28,100,1060,1,2023-03-12 15:56:48,R_bp7CFloI3q7pUD7,,,,,40.9165,-81.1174,anonymous,EN,1,180.345,180.345,181.277,1,,,,,,,,0,0,15.145,0,78,63,35,4.065,8.385,9.36,3,25.313,34.38,41.938,3,,,,,,,,,,,,,,,,,,26.47,26.47,37.202,1,5,1,5,4,4,4,-99,9.182,21.153,23.244,6,3,4,4,4,1,4,seems scientific but doesn't provide sources ,2.443,19.674,20.648,2,5,-99,72.553,72.553,74.622,1,2,7,3,4,1,5,6,23.71,23.71,24.133,1,4,4,3,3,3,4,11,10,-99,77.164,90.452,91.591,8,3,3,2,4,4,4,205.245,219.584,220.565,6,2,,1.919,1.919,3.188,1,2,2000,Ohio,2,3,1,-99,3,-99,-99,10,2,1,1.121,47.964,51.218,20,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,60ff712d335699ee037aa128,0,"{""startTime"":1678657530064,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678657553924,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678657367428,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":19,""label"":""tour_started""},{""label"":""window_blurred"",""time"":6613},{""label"":""window_focused"",""time"":16676},{""time"":25305,""label"":""tour_next"",""step"":2},{""time"":28094,""label"":""tour_end"",""step"":2},{""time"":30562,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2080,""week"":""2"",""id"":""chart""},{""time"":33782,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1077,""week"":""1"",""id"":""chart""},{""time"":35637,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1471,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678657492222,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":28824,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1108,""week"":""2"",""id"":""chart""}]}",moderate +2023-03-12 15:41:04,2023-03-12 15:58:17,0,142.197.64.33,100,1032,1,2023-03-12 15:58:18,R_vITiYdAaXfwjvQB,,,,,29.1383,-80.9956,anonymous,EN,1,5.329,5.329,6.81,1,,,,,,,,0,0,15.015,0,100,72,85,3.448,10.442,10.778,14,1.281,33.645,36.061,8,,,,,,,,,,,,,,,,,,0,0,96.802,0,6,1,7,2,2,6,-99,7.044,28.1,30.51,7,2,7,7,1,7,6,The information seems accurate,2.221,2.221,11.772,1,4,-99,8.572,14.601,15.868,6,2,7,3,4,1,5,6,0,0,24.101,0,4,3,8,9,2,4,10,10,-99,69.151,82.472,83.86,10,3,2,2,3,3,3,24.882,33.349,36.166,7,7,,1.717,1.717,2.907,1,1,2004,Florida,3,3,1,-99,9,-99,Port Orange,17,3,1,1.85,58.625,62.01,19,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5edc0583f16dff0c806bdbb6,0,"{""startTime"":1678657563308,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678657532447,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678657308233,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":22,""label"":""tour_started""},{""time"":5067,""label"":""tour_next"",""step"":5},{""time"":11365,""label"":""cleared_brush"",""using"":""Click""},{""time"":19370,""label"":""started_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-05-23""},{""time"":20152,""label"":""tour_next"",""step"":5},{""time"":25389,""label"":""moved_brush"",""startDate"":""2021-08-05"",""endDate"":""2021-09-22""},{""time"":26284,""label"":""tour_next"",""step"":5},{""time"":29654,""label"":""cleared_brush"",""using"":""Click""},{""time"":29654,""label"":""cleared_brush"",""using"":""Escape""},{""time"":31222,""label"":""tour_next"",""step"":5},{""time"":33635,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678657434748,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":3010,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1310,""week"":""49"",""id"":""chart""}]}",complex +2023-03-12 15:49:42,2023-03-12 15:58:19,0,98.207.24.36,100,517,1,2023-03-12 15:58:20,R_2Cq5dYVaedrVMem,,,,,38.6159,-122.8616,anonymous,EN,1,2.946,2.946,4,1,,,,,,,,0.144,14.464,15.006,2,89,68,41,3.097,10.281,11.602,7,8.79,18.087,29.939,2,,,,,,,,,,,,,,,,,,0,0,79.224,0,6,1,6,5,6,5,-99,10.101,37.9,40.453,8,3,5,5,5,3,5,The information is easy to read and looks very trusting.,3.436,19.437,19.658,2,5,-99,1.84,4.256,5.038,8,2,7,3,4,1,5,6,0,0,13.149,0,2,6,5,5,3,7,8,9,-99,3.353,17.472,18.544,14,3,4,3,3,4,3,6.008,9.08,10.221,7,3,,1.51,1.51,3.111,1,1,1995,California,3,2,1,-99,7,-99,-99,4,4,2,0.778,73.382,77.384,17,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,60da243688f9aa74901ae90e,0,"{""startTime"":1678657995861,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678658036984,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678657824632,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":8779,""label"":""tour_next"",""step"":2},{""time"":18075,""label"":""tour_end"",""step"":2},{""time"":25952,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1018,""week"":""2"",""id"":""chart""}]}","{""startTime"":1678657915894,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":2555,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1652,""week"":""52"",""id"":""chart2""}]}",simple +2023-03-12 15:49:00,2023-03-12 15:58:53,0,76.128.14.124,100,593,1,2023-03-12 15:58:54,R_2zCnSOKx4cNWJN6,,,,,26.6239,-80.0948,anonymous,EN,1,2.185,2.713,3.501,2,1,2,2,1.228,3.948,4.922,2,0,0,15.115,0,78,44,49,7.524,12.893,13.794,4,22.149,27.549,42.78,2,,,,,,,,,,,,,,,,,,0,0,37.214,0,5,5,6,5,4,5,-99,5.23,25.886,28.041,7,5,2,3,7,2,6,"The data provided seems likely. Especially, since December was holiday season/month. I would strongly agree that most of the covid cases happened around then.",2.949,2.949,51.295,1,2,-99,5.662,5.662,7.421,1,2,7,3,4,1,5,6,0,0,18.875,0,1,3,2,5,1,3,10,10,-99,7.145,18.243,20.244,9,1,1,4,5,2,2,6.657,20.438,21.188,7,5,4,8.277,15.846,16.142,3,1,1996,Florida,5,1,4,Thai,2,-99,-99,3,4,2,3.769,57.984,62.719,22,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5b60ddcc6b25590001782ce4,1,"{""startTime"":1678658037418,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678657967709,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678657791842,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":11567,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2555,""week"":""52"",""id"":""chart""},{""time"":15651,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2118,""week"":""52"",""id"":""chart""},{""time"":17832,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1951,""week"":""1"",""id"":""chart""},{""time"":22142,""label"":""tour_next"",""step"":2},{""time"":27542,""label"":""tour_end"",""step"":2},{""time"":32437,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1120,""week"":""34"",""id"":""chart""}]}","{""startTime"":1678657930054,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":4952,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1189,""week"":""49"",""id"":""chart""},{""time"":7823,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":10498,""week"":""2"",""id"":""chart""},{""time"":18322,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2388,""week"":""2"",""id"":""chart""},{""time"":20712,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1505,""week"":""2"",""id"":""chart""},{""time"":22847,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2427,""week"":""2"",""id"":""chart""},{""time"":25463,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":10827,""week"":""2"",""id"":""chart""}]}",moderate +2023-03-12 15:47:18,2023-03-12 15:59:01,0,64.149.142.126,100,702,1,2023-03-12 15:59:01,R_2OYGGPTV3RKXBgv,,,,,35.961,-78.9291,anonymous,EN,1,18.964,18.964,20.196,1,1,3,1,1.472,3.685,4.974,2,9.987,9.987,15.114,1,65,42,75,4.12,9.175,10.852,3,7.591,61.793,64.452,9,,,,,,,,,,,,,,,,,,0,0,39.811,0,5,5,5,5,5,5,-99,12.871,62.873,68.102,6,5,5,5,1,5,5,It looks official,1.063,1.063,7.531,1,6,-99,4.568,6.183,6.894,2,2,7,3,4,1,5,6,0,0,26.712,0,3,3,5,9,1,2,4,6,-99,49.007,85.154,87.833,11,4,4,2,2,4,4,29.515,42.2,43.871,6,2,1,32.913,41.343,43.081,2,1,1998,North Carolina,6,1,1,-99,7,-99,-99,5,4,1,3.175,95.44,99.363,20,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,63d45fc0f682d52f34ce7c4b,1,"{""startTime"":1678657840940,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678657909844,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678657704328,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":58,""label"":""tour_started""},{""time"":7577,""label"":""tour_next"",""step"":5},{""time"":21752,""label"":""cleared_brush"",""using"":""Click""},{""time"":22751,""label"":""started_brush"",""startDate"":""2021-06-30"",""endDate"":""2021-10-08""},{""time"":25483,""label"":""cleared_brush"",""using"":""Click""},{""time"":26360,""label"":""tour_next"",""step"":5},{""time"":30350,""label"":""cleared_brush"",""using"":""Click""},{""time"":34952,""label"":""cleared_brush"",""using"":""Click""},{""time"":39272,""label"":""cleared_brush"",""using"":""Click""},{""time"":44523,""label"":""cleared_brush"",""using"":""Click""},{""time"":46587,""label"":""cleared_brush"",""using"":""Click""},{""time"":49176,""label"":""cleared_brush"",""using"":""Click""},{""time"":51576,""label"":""cleared_brush"",""using"":""Click""},{""time"":52650,""label"":""moved_brush"",""startDate"":""2021-04-14"",""endDate"":""2021-09-17""},{""time"":53854,""label"":""tour_next"",""step"":5},{""time"":58402,""label"":""cleared_brush"",""using"":""Click""},{""time"":58403,""label"":""cleared_brush"",""using"":""Escape""},{""time"":59615,""label"":""tour_next"",""step"":5},{""time"":61778,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678657800360,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",complex +2023-03-12 15:50:14,2023-03-12 16:00:08,0,76.144.4.125,100,594,1,2023-03-12 16:00:09,R_37xNI7QzL9F3Ych,,,,,44.5928,-123.2746,anonymous,EN,1,7.254,8.033,8.412,2,1,2,1,1.34,3.258,4.313,2,0,0,15.005,0,87,100,92,13.658,19.01,20.078,3,4.655,8.127,24.462,2,,,,,,,,,,,,,,,,,,154.475,154.475,154.821,1,4,4,4,4,4,4,-99,19.298,28.086,29.9,7,5,6,6,5,5,5,"professional, appealing, easy to understand, simplistic",1.306,25.747,26.806,2,2,-99,7.26,9.379,10.938,3,2,7,3,4,1,5,6,0,0,12.54,0,4,4,3,4,4,4,7,6,-99,10.981,23.892,25.578,8,3,3,2,3,3,3,7.047,26.349,26.787,7,3,2,7.826,12.726,13.657,3,2,1998,Oregon,3,2,1,-99,3,-99,-99,4,4,1,1.281,56.744,57.059,18,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5ebf7b17e4414a35f0ea5e1c,1,"{""startTime"":1678658099795,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678658130341,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678657872602,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":4649,""label"":""tour_next"",""step"":2},{""time"":8120,""label"":""tour_end"",""step"":2},{""time"":9659,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2734,""week"":""52"",""id"":""chart""},{""time"":12442,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1326,""week"":""1"",""id"":""chart""},{""time"":13779,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1018,""week"":""51"",""id"":""chart""},{""time"":16609,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1622,""week"":""52"",""id"":""chart2""}]}","{""startTime"":1678657944277,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":152432,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1050,""week"":""1"",""id"":""chart""}]}",simple +2023-03-12 15:51:23,2023-03-12 16:00:24,0,67.187.96.95,100,540,1,2023-03-12 16:00:24,R_ukx7av9QGsLKxLr,,,,,35.9306,-86.8788,anonymous,EN,1,18.065,20.145,22.222,3,1,2,1,5.987,7.962,9.787,2,0,0,15.114,0,50,50,50,13.463,16.768,17.93,3,0,0,1.36,0,,,,,,,,,,,,,,,,,,0,0,33.335,0,3,3,3,7,1,3,,7.009,22.341,37.959,8,1,1,1,1,1,1,Your system did not allow me to clearly view the data. ,2.062,2.062,25.272,1,4,,4.301,5.376,22.084,2,2,7,3,4,1,5,6,0,0,17.925,0,4,4,6,7,4,6,7,7,,4.883,19.376,24.207,11,4,4,2,3,4,4,22.024,150.512,152.323,6,4,5,5.19,10.03,11.429,2,1,1992,Tennessee,6,1,1,-99,7,-99,-99,8,4,2,3.464,75.75,77.631,13,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,63bdfe6a69fc4d15b3aec18d,1,,,,,moderate +2023-03-12 15:51:04,2023-03-12 16:00:44,0,65.130.188.139,100,580,1,2023-03-12 16:00:45,R_3KBYpwbqwd86sWV,,,,,40.6751,-111.8166,anonymous,EN,1,9.365,9.365,11.004,1,,,,,,,,0,0,15.016,0,68,41,63,5.138,9.974,11.294,7,10.82,57.741,58.539,18,,,,,,,,,,,,,,,,,,9.687,20.412,35.196,4,3,1,7,2,5,4,-99,17.742,44.288,45.773,9,5,4,5,4,2,4,It is from Croatia ,3.072,13.571,13.861,2,2,-99,3.553,6.028,7.416,4,2,7,3,4,1,5,6,0,0,21.629,0,3,4,4,4,2,3,10,7,-99,6.302,19.444,20.274,8,4,5,1,2,4,5,9.631,24.173,24.464,7,3,,5.549,5.549,6.497,1,1,2000,Utah,5,3,1,-99,5,-99,-99,6,1,1,2.561,49.818,52.245,14,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5b91ca0f8a79b000013f9481,0,"{""startTime"":1678658128889,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":10566,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1425,""week"":""4"",""id"":""chart""}]}","{""startTime"":1678658080324,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678657913136,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":10812,""label"":""tour_next"",""step"":5},{""time"":23339,""label"":""cleared_brush"",""using"":""Click""},{""time"":27281,""label"":""started_brush"",""startDate"":""2021-07-12"",""endDate"":""2021-12-11""},{""time"":29361,""label"":""tour_next"",""step"":5},{""time"":34596,""label"":""started_brush"",""startDate"":""2021-05-25"",""endDate"":""2021-06-16""},{""time"":37578,""label"":""started_brush"",""startDate"":""2021-08-12"",""endDate"":""2021-12-25""},{""time"":39053,""label"":""moved_brush"",""startDate"":""2021-08-12"",""endDate"":""2021-11-13""},{""time"":39908,""label"":""tour_next"",""step"":5},{""time"":46050,""label"":""moved_brush"",""startDate"":""2021-08-12"",""endDate"":""2021-11-13""},{""time"":46857,""label"":""moved_brush"",""startDate"":""2021-08-12"",""endDate"":""2021-11-13""},{""time"":47211,""label"":""moved_brush"",""startDate"":""2021-08-12"",""endDate"":""2021-11-13""},{""time"":47367,""label"":""moved_brush"",""startDate"":""2021-08-12"",""endDate"":""2021-11-13""},{""time"":51746,""label"":""moved_brush"",""startDate"":""2021-08-12"",""endDate"":""2021-11-13""},{""time"":53419,""label"":""cleared_brush"",""using"":""Click""},{""time"":53419,""label"":""cleared_brush"",""using"":""Escape""},{""time"":54343,""label"":""tour_next"",""step"":5},{""time"":56214,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678658044545,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":6236,""label"":""cleared_brush"",""using"":""Click""},{""label"":""window_blurred"",""time"":11052},{""label"":""window_focused"",""time"":13438},{""time"":15164,""label"":""cleared_brush"",""using"":""Click""},{""time"":16627,""label"":""moved_brush"",""startDate"":""2021-10-25"",""endDate"":""2022-02-07""},{""time"":17602,""label"":""cleared_brush"",""using"":""Click""},{""time"":17602,""label"":""cleared_brush"",""using"":""Escape""},{""time"":19105,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1473,""week"":""34"",""id"":""chart""},{""time"":22227,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1302,""week"":""2"",""id"":""chart""},{""time"":30029,""label"":""started_brush"",""startDate"":""2021-10-31"",""endDate"":""2022-01-02""},{""time"":30737,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3764,""week"":""52"",""id"":""chart""}]}",complex +2023-03-12 15:52:18,2023-03-12 16:02:46,0,75.164.39.150,100,627,1,2023-03-12 16:02:46,R_2OH1rt0yKhwsT74,,,,,45.5777,-122.6795,anonymous,EN,1,13.443,13.443,14.469,1,,,,,,,,0,0,15.163,0,100,100,87,5.07,12.735,13.572,5,5.589,8.481,19.859,2,,,,,,,,,,,,,,,,,,0,0,48.727,0,6,6,6,6,6,6,-99,5.801,10.663,12.912,6,6,6,5,1,5,6,I don't know who would twist the data of fungi/pest infestation data to misrepresent the situation. ,3.256,41,41.43,2,5,-99,6.577,6.577,8.101,1,2,7,3,4,1,5,6,0,0,20.975,0,3,3,3,5,6,4,9,9,-99,5.05,22.844,24.259,8,3,3,2,3,3,3,29.068,59.313,60.542,6,2,,5.105,7.243,7.502,2,1,1986,Oregon,7,3,1,-99,7,-99,-99,9,2,2,1.378,94.343,95.262,19,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5c638b779e01830001f7127e,0,"{""startTime"":1678658132491,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678658146167,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678657997127,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":54,""label"":""tour_started""},{""time"":5571,""label"":""tour_next"",""step"":2},{""time"":8462,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678658082861,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":9551,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1263,""week"":""52"",""id"":""chart""},{""time"":11312,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2634,""week"":""52"",""id"":""chart2""},{""label"":""window_blurred"",""time"":15045},{""label"":""window_focused"",""time"":21643},{""label"":""window_blurred"",""time"":23819},{""label"":""window_focused"",""time"":26747}]}",simple +2023-03-12 15:53:36,2023-03-12 16:02:58,0,69.131.133.248,100,561,1,2023-03-12 16:02:58,R_2qkfqYgix3OvHSW,,,,,40.7279,-105.035,anonymous,EN,1,5.951,5.951,6.815,1,1,2,1,1.52,3.23,3.987,2,0,0,15.013,0,30,5,92,7.619,13.214,14.734,3,9.182,78.444,81.257,10,,,,,,,,,,,,,,,,,,0,0,34.73,0,5,7,5,5,5,4,-99,13.063,33.626,35.432,8,4,4,5,7,2,6,"This visualization is put out by the CDC, a trusted organization",3.189,3.189,23.311,1,4,-99,5.873,5.873,6.91,1,2,7,3,4,1,5,6,0,0,19.697,0,1,4,2,5,1,5,10,10,-99,3.734,17.803,19.253,8,4,4,1,2,4,3,9.363,23.988,25.132,6,2,3,8.58,15.712,17.378,2,2,1998,Colorado,6,1,1,-99,7,-99,-99,5,4,1,2.627,53.683,62.039,15,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5a259978f6afdd0001ef1a42,1,"{""startTime"":1678658221455,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678658257971,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678658065879,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":9176,""label"":""tour_next"",""step"":5},{""time"":15662,""label"":""tour_back"",""step"":5},{""time"":17357,""label"":""tour_next"",""step"":5},{""time"":33487,""label"":""started_brush"",""startDate"":""2021-06-01"",""endDate"":""2021-10-31""},{""time"":34345,""label"":""tour_next"",""step"":5},{""time"":42828,""label"":""cleared_brush"",""using"":""Click""},{""time"":47058,""label"":""cleared_brush"",""using"":""Click""},{""time"":48900,""label"":""cleared_brush"",""using"":""Click""},{""time"":50813,""label"":""cleared_brush"",""using"":""Click""},{""time"":51294,""label"":""cleared_brush"",""using"":""Click""},{""time"":53940,""label"":""started_brush"",""startDate"":""2021-10-02"",""endDate"":""2022-01-26""},{""time"":56917,""label"":""moved_brush"",""startDate"":""2021-07-12"",""endDate"":""2021-11-05""},{""time"":60012,""label"":""moved_brush"",""startDate"":""2021-06-29"",""endDate"":""2021-10-23""},{""time"":60603,""label"":""tour_next"",""step"":5},{""time"":63767,""label"":""cleared_brush"",""using"":""Click""},{""time"":63767,""label"":""cleared_brush"",""using"":""Escape""},{""time"":65643,""label"":""tour_next"",""step"":5},{""time"":69431,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678658186237,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":6198,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2135,""week"":""6"",""id"":""chart""},{""time"":8822,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4106,""week"":""52"",""id"":""chart""},{""time"":13824,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1870,""week"":""52"",""id"":""chart""},{""time"":16027,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1033,""week"":""51"",""id"":""chart""},{""time"":22980,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1031,""week"":""34"",""id"":""chart""}]}",complex +2023-03-12 15:51:19,2023-03-12 16:04:28,0,47.198.218.226,100,788,1,2023-03-12 16:04:29,R_2nuzFwEaYJAx5IJ,,,,,27.9455,-82.4598,anonymous,EN,1,6.214,6.214,10.811,1,1,4,1,3.533,4.642,6.124,2,0,0,15.011,0,85,84,50,10.764,19.33,21.461,3,32.034,44.423,46.601,2,,,,,,,,,,,,,,,,,,0,0,45.907,0,3,3,4,5,5,4,I know that the data isn't 100% accurate because of lack of reporting positive covid cases. I can only trust the trend.,15.938,69.188,159.911,8,2,5,5,1,5,5,I believe that the graph shows the data it reports to have.,3.427,3.427,41.244,1,4,-99,8.143,9.596,11.782,2,2,7,3,4,1,5,6,0,0,21.132,0,1,6,6,7,4,6,9,9,-99,7.07,20.134,26.483,8,1,1,1,1,1,1,11.353,37.86,39.028,6,4,4,5.75,19.046,21.278,2,2,1982,Florida,6,2,1,-99,9,-99,Tampa,12,4,1,3.803,60.598,62.111,15,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5dd32e9deab0423455e0358f,1,"{""startTime"":1678658238520,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":62284,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3574,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678658132475,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678657945590,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":8608,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1616,""week"":""2"",""id"":""chart""},{""time"":10541,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4300,""week"":""6"",""id"":""chart""},{""time"":14875,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3499,""week"":""5"",""id"":""chart""},{""time"":20908,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8066,""week"":""52"",""id"":""chart""},{""time"":32031,""label"":""tour_next"",""step"":2},{""time"":36790,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3650,""week"":""51"",""id"":""chart2""},{""time"":40474,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1901,""week"":""52"",""id"":""chart2""},{""time"":44419,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678658086128,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":13547,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1921,""week"":""51"",""id"":""chart2""},{""time"":29601,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1934,""week"":""6"",""id"":""chart2""}]}",simple +2023-03-12 15:56:31,2023-03-12 16:05:16,0,174.31.125.240,100,525,1,2023-03-12 16:05:17,R_1IGYIDGhwnWpHR8,,,,,47.6987,-117.4397,anonymous,EN,1,9.476,9.476,10.292,1,1,2,2,1.871,4.966,5.885,4,0,0,15.007,0,93,94,69,6.071,14.228,15.505,4,31.087,41.68,42.123,3,,,,,,,,,,,,,,,,,,0,0,38.861,0,5,7,5,5,5,5,-99,11.306,26.882,28.882,7,5,5,4,3,3,5,"Nothing about it jumped out to me to say that this in untrustworthy, so I agreed with it",4.493,4.493,31.018,1,4,-99,7.731,7.731,9.828,1,2,7,3,4,1,5,6,0,0,16.115,0,3,6,4,7,5,2,10,10,-99,4.243,28.379,32.067,8,2,2,2,4,3,4,11.19,41.158,42.691,6,2,3,3.128,13.25,15.315,3,1,2001,Washington,3,3,1,-99,7,-99,-99,2,4,2,1.879,62.366,64.865,11,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5aeb9f6f23e2ca0001974ab0,1,"{""startTime"":1678658445151,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678658390746,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678658257061,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":8141,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1026,""week"":""51"",""id"":""chart""},{""time"":10652,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3997,""week"":""1"",""id"":""chart""},{""time"":14669,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2281,""week"":""52"",""id"":""chart""},{""time"":17002,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3047,""week"":""51"",""id"":""chart""},{""time"":21520,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2380,""week"":""52"",""id"":""chart""},{""time"":24134,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1432,""week"":""1"",""id"":""chart""},{""time"":31082,""label"":""tour_next"",""step"":2},{""time"":35012,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678658351182,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":22608,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1152,""week"":""3"",""id"":""chart""},{""time"":24062,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3096,""week"":""6"",""id"":""chart""},{""time"":32142,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2951,""week"":""23"",""id"":""chart""}]}",moderate +2023-03-12 15:35:34,2023-03-12 16:06:14,0,16.98.99.140,100,1840,1,2023-03-12 16:06:15,R_3oSgaSDnM4lTwzc,,,,,35.3288,-118.9748,anonymous,EN,1,153.648,153.648,154.856,1,1,3,1,2.941,23.006,24.403,4,0,0,15.112,0,100,100,65,14.286,20.317,22.035,4,26.922,164.232,176.154,21,,,,,,,,,,,,,,,,,,16.118,49.5,54.624,3,6,4,6,6,6,5,"The only reason why slightly agree was chose for the ""...sufficiently describes..."" question is because I am not sure where the data is from, like what state or county or what have you; that being said I do intrust that it is accurate for the area of which it represents but not for the state of the world/ united states as a whole. ",20.948,354.931,367.392,25,4,6,6,5,5,6,"The data is sourced to the cdc , the assumption is if the data is published it has been peer reviewed, ""I"" as a normal person can not be expected to cross-reference the every bit of data/ visualization that is presented; especially when it is sourced ",4.049,165.372,168.09,9,5,-99,12.974,15.089,46.617,2,2,7,3,4,1,5,6,0,0,42.181,0,6,4,5,4,7,7,9,9,-99,13.594,29.782,32.133,9,4,2,2,2,4,3,27.421,54.433,55.613,6,4,3,22.045,44.627,46.391,3,1,1996,California,3,2,1,-99,9,-99,white and hispanic/latino,3,3,2,6.531,137.568,138.882,19,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5f056b73a43ac686571f41ad,1,"{""startTime"":1678657514210,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":239598},{""label"":""window_focused"",""time"":248127},{""label"":""window_blurred"",""time"":336854},{""label"":""window_focused"",""time"":339693}]}","{""startTime"":1678657882656,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678657175303,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":26919,""label"":""tour_next"",""step"":5},{""time"":51716,""label"":""cleared_brush"",""using"":""Click""},{""time"":52082,""label"":""cleared_brush"",""using"":""Click""},{""time"":55727,""label"":""moved_brush"",""startDate"":""2021-08-29"",""endDate"":""2022-02-07""},{""time"":58061,""label"":""moved_brush"",""startDate"":""2021-11-22"",""endDate"":""2022-02-07""},{""time"":63673,""label"":""cleared_brush"",""using"":""Click""},{""time"":65514,""label"":""cleared_brush"",""using"":""Click""},{""time"":69473,""label"":""cleared_brush"",""using"":""Click""},{""time"":70501,""label"":""cleared_brush"",""using"":""Click""},{""time"":71214,""label"":""cleared_brush"",""using"":""Click""},{""time"":71573,""label"":""cleared_brush"",""using"":""Click""},{""time"":72155,""label"":""cleared_brush"",""using"":""Click""},{""time"":79201,""label"":""cleared_brush"",""using"":""Click""},{""time"":80040,""label"":""cleared_brush"",""using"":""Click""},{""time"":80990,""label"":""cleared_brush"",""using"":""Click""},{""time"":82743,""label"":""cleared_brush"",""using"":""Click""},{""time"":88858,""label"":""cleared_brush"",""using"":""Click""},{""time"":89112,""label"":""cleared_brush"",""using"":""Click""},{""time"":89343,""label"":""moved_brush"",""startDate"":""2021-07-16"",""endDate"":""2021-07-21""},{""time"":89560,""label"":""moved_brush"",""startDate"":""2021-07-16"",""endDate"":""2021-07-21""},{""time"":90298,""label"":""moved_brush"",""startDate"":""2021-07-16"",""endDate"":""2021-10-02""},{""time"":90638,""label"":""moved_brush"",""startDate"":""2021-07-16"",""endDate"":""2021-10-02""},{""time"":90852,""label"":""moved_brush"",""startDate"":""2021-07-15"",""endDate"":""2021-10-01""},{""time"":91045,""label"":""moved_brush"",""startDate"":""2021-07-15"",""endDate"":""2021-10-01""},{""time"":96820,""label"":""moved_brush"",""startDate"":""2021-11-21"",""endDate"":""2022-02-07""},{""time"":98916,""label"":""started_brush"",""startDate"":""2021-06-17"",""endDate"":""2021-08-28""},{""time"":101449,""label"":""tour_next"",""step"":5},{""time"":115323,""label"":""moved_brush"",""startDate"":""2021-06-17"",""endDate"":""2021-11-28""},{""time"":116057,""label"":""moved_brush"",""startDate"":""2021-06-17"",""endDate"":""2021-11-27""},{""time"":116941,""label"":""tour_next"",""step"":5},{""time"":132372,""label"":""moved_brush"",""startDate"":""2021-06-20"",""endDate"":""2021-11-30""},{""time"":132560,""label"":""moved_brush"",""startDate"":""2021-06-21"",""endDate"":""2021-12-01""},{""time"":134602,""label"":""moved_brush"",""startDate"":""2021-06-21"",""endDate"":""2021-12-01""},{""time"":134760,""label"":""moved_brush"",""startDate"":""2021-06-21"",""endDate"":""2021-12-01""},{""time"":135424,""label"":""moved_brush"",""startDate"":""2021-06-21"",""endDate"":""2021-12-01""},{""time"":135673,""label"":""moved_brush"",""startDate"":""2021-06-19"",""endDate"":""2021-11-29""},{""time"":136464,""label"":""cleared_brush"",""using"":""Click""},{""time"":136672,""label"":""cleared_brush"",""using"":""Click""},{""time"":137049,""label"":""cleared_brush"",""using"":""Click""},{""time"":137742,""label"":""cleared_brush"",""using"":""Click""},{""time"":137915,""label"":""cleared_brush"",""using"":""Click""},{""time"":138502,""label"":""tour_next"",""step"":5},{""time"":145671,""label"":""tour_end"",""step"":5},{""time"":153846,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1315,""week"":""52"",""id"":""chart""},{""time"":160198,""label"":""moved_brush"",""startDate"":""2021-10-08"",""endDate"":""2022-02-07""},{""time"":162623,""label"":""moved_brush"",""startDate"":""2021-10-08"",""endDate"":""2022-02-07""},{""time"":163274,""label"":""cleared_brush"",""using"":""Click""},{""time"":163446,""label"":""cleared_brush"",""using"":""Click""}]}","{""startTime"":1678657459154,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":1972,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5209,""week"":""52"",""id"":""chart""},{""time"":16693,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3967,""week"":""52"",""id"":""chart""},{""time"":21830,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2834,""week"":""52"",""id"":""chart""},{""time"":25588,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1707,""week"":""51"",""id"":""chart""},{""time"":36071,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1154,""week"":""52"",""id"":""chart""},{""time"":43039,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3043,""week"":""1"",""id"":""chart""}]}",complex +2023-03-12 15:53:37,2023-03-12 16:09:58,0,216.96.79.206,100,980,1,2023-03-12 16:09:58,R_3JmyzXO1vPCYFa5,,,,,31.1823,-83.7641,anonymous,EN,1,9.959,9.959,11.163,1,,,,,,,,0,0,15.014,0,75,34,50,12.804,21.187,21.881,4,59.546,92.555,105.321,5,,,,,,,,,,,,,,,,,,0,0,38.807,0,3,1,2,2,3,2,The data implies a connection or correlation between fungi-related disease and insect-related disease. It is difficult to tease the two apart in viewing the data. ,9.462,53.805,98.67,7,7,3,4,7,1,2,The two variables are difficult to tease apart (insect and fungi). The author is ensuring that we see a connection. ,3.215,3.215,42.303,1,4,-99,6.75,9.008,10.881,2,2,7,3,4,1,5,6,0,0,37.161,0,7,8,9,8,5,6,9,9,-99,7.947,31.694,36.228,8,4,4,3,3,3,2,12.902,40.414,43.416,7,3,,10.679,12.823,15.34,2,1,1980,Georgia,7,2,1,-99,7,-99,-99,17,4,2,3.801,88.704,93.809,18,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,631b94723014b047b0f8e70a,0,"{""startTime"":1678658351600,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678658450981,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678658070797,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":34109,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8679,""week"":""52"",""id"":""chart""},{""time"":42903,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4819,""week"":""1"",""id"":""chart""},{""time"":48279,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4681,""week"":""2"",""id"":""chart""},{""time"":53913,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2432,""week"":""49"",""id"":""chart""},{""time"":59542,""label"":""tour_next"",""step"":2},{""time"":72077,""label"":""tour_end"",""step"":2},{""time"":74522,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5555,""week"":""52"",""id"":""chart""},{""time"":80090,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6822,""week"":""1"",""id"":""chart""},{""time"":94421,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3415,""week"":""5"",""id"":""chart""},{""time"":98564,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5496,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678658312095,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",moderate +2023-03-12 15:56:59,2023-03-12 16:10:07,0,69.237.41.96,100,787,1,2023-03-12 16:10:07,R_33gwzKWNSdn62tX,,,,,33.8583,-84.2165,anonymous,EN,1,30.98,30.98,33.67,1,1,4,1,2.361,5.461,6.515,2,0,0,15.113,0,96,28,43,7.568,17.151,17.958,3,7.542,69.174,70.881,25,,,,,,,,,,,,,,,,,,26.89,55.54,57.296,3,5,5,5,6,6,6,-99,5.509,32.19,32.615,8,5,4,4,5,5,6,Its based on factual data and provides number when hovering,4.421,4.421,20.877,1,5,-99,8.851,12.268,14.042,4,2,7,3,4,1,5,6,0,0,26.532,0,5,10,8,7,7,7,11,10,-99,8.917,23.699,27.94,8,4,4,1,2,5,4,15.858,43.091,44.081,7,1,1,2.861,10.794,12.235,2,2,1984,Georgia,9,3,1,-99,7,-99,-99,13,4,1,2.331,160.604,164.133,44,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,60f75a701ac4cfc5c17cceb7,1,"{""startTime"":1678658521839,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678658463745,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678658309789,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":2922,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2157,""week"":""2"",""id"":""chart""},{""time"":7537,""label"":""tour_next"",""step"":5},{""time"":45081,""label"":""cleared_brush"",""using"":""Click""},{""time"":45311,""label"":""cleared_brush"",""using"":""Click""},{""time"":45495,""label"":""cleared_brush"",""using"":""Click""},{""time"":48871,""label"":""started_brush"",""startDate"":""2021-08-14"",""endDate"":""2021-11-24""},{""time"":50986,""label"":""tour_next"",""step"":5},{""time"":60053,""label"":""moved_brush"",""startDate"":""2021-04-28"",""endDate"":""2021-08-07""},{""time"":60768,""label"":""tour_next"",""step"":5},{""time"":65161,""label"":""cleared_brush"",""using"":""Click""},{""time"":67235,""label"":""tour_next"",""step"":5},{""time"":69168,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678658406073,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":24318,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1360,""week"":""51"",""id"":""chart""},{""time"":39015,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5195,""week"":""52"",""id"":""chart""},{""time"":44431,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2962,""week"":""51"",""id"":""chart""},{""time"":48293,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2267,""week"":""1"",""id"":""chart""},{""time"":51214,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1280,""week"":""2"",""id"":""chart""},{""time"":52598,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2212,""week"":""3"",""id"":""chart""}]}",complex +2023-03-12 15:55:04,2023-03-12 16:10:26,0,174.130.101.57,100,922,1,2023-03-12 16:10:27,R_1ogPU7XwxWAY2ZC,,,,,41.4318,-78.5494,anonymous,EN,1,10.631,10.631,12.32,1,1,4,2,4.48,6.694,8.738,2,1.169,12.897,15.048,3,63,77,85,5.466,14.966,16.883,4,56.709,73.099,115.727,4,,,,,,,,,,,,,,,,,,10.37,10.37,54.867,1,3,7,3,5,5,3,-99,2.702,53.835,55.331,12,5,6,5,3,5,5,"It is clear, easy to read, and the trends show what I have experienced.",1.96,1.96,40.031,1,2,-99,3.327,11.808,17.857,5,2,7,3,4,1,5,6,13.287,32.496,33.407,6,2,3,2,2,2,2,9,7,-99,8.658,46.944,49.046,9,4,2,1,2,3,4,10.892,46.612,48.091,9,2,3,6.374,18.898,20.167,4,1,1987,Pennsylvania,3,2,1,-99,9,-99,white/black/middle eastern/native,4,4,1,4.579,98.281,100.028,18,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5c5aecc774a76f0001a25ced,1,"{""startTime"":1678658423879,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":1885},{""label"":""window_focused"",""time"":3300},{""label"":""window_blurred"",""time"":3309},{""label"":""window_focused"",""time"":3309}]}","{""startTime"":1678658479852,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678658184238,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":13416,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3302,""week"":""52"",""id"":""chart""},{""time"":18587,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1751,""week"":""14"",""id"":""chart""},{""time"":21022,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1335,""week"":""31"",""id"":""chart""},{""time"":24060,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2335,""week"":""14"",""id"":""chart""},{""time"":26962,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2803,""week"":""31"",""id"":""chart""},{""time"":31017,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3620,""week"":""32"",""id"":""chart""},{""time"":42579,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3020,""week"":""52"",""id"":""chart""},{""time"":45916,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1401,""week"":""2"",""id"":""chart""},{""time"":48135,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2185,""week"":""52"",""id"":""chart""},{""time"":51734,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3692,""week"":""52"",""id"":""chart""},{""time"":56701,""label"":""tour_next"",""step"":2},{""time"":66436,""label"":""tour_end"",""step"":2},{""time"":67722,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1600,""week"":""52"",""id"":""chart""},{""time"":78160,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2337,""week"":""52"",""id"":""chart2""},{""time"":80924,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3023,""week"":""52"",""id"":""chart2""},{""time"":86694,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6309,""week"":""52"",""id"":""chart2""},{""time"":103895,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2921,""week"":""52"",""id"":""chart""},{""time"":107429,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6073,""week"":""52"",""id"":""chart2""}]}","{""startTime"":1678658368397,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":8842},{""label"":""window_focused"",""time"":10269},{""label"":""window_blurred"",""time"":10277},{""label"":""window_focused"",""time"":10277},{""time"":19132,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1691,""week"":""52"",""id"":""chart""},{""time"":21344,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1732,""week"":""1"",""id"":""chart""},{""time"":24807,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2424,""week"":""52"",""id"":""chart2""},{""time"":29776,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2738,""week"":""52"",""id"":""chart""},{""time"":32737,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2452,""week"":""52"",""id"":""chart2""},{""time"":42973,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3861,""week"":""32"",""id"":""chart2""},{""time"":47622,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4167,""week"":""32"",""id"":""chart""}]}",simple +2023-03-12 15:57:47,2023-03-12 16:14:11,0,70.175.171.187,100,984,1,2023-03-12 16:14:12,R_1LYG0Tf4neUiy1X,,,,,35.4471,-97.5595,anonymous,EN,1,113.157,113.157,113.914,1,,,,,,,,0,0,15.111,0,50,50,50,1.134,6.12,7.515,2,1.163,116.709,118.914,43,,,,,,,,,,,,,,,,,,0.714,0.714,198.853,1,3,3,3,3,3,3,-99,8.903,16.029,17.345,8,3,3,3,3,3,3,Could be valid or invalid,2.376,3.18,20.013,2,4,-99,2.043,4.624,7.138,3,2,7,3,4,1,5,6,0,0,24.257,0,6,6,6,6,6,6,6,6,-99,2.014,6.161,8.001,8,3,3,3,3,3,3,1.273,5.099,6.034,6,2,,73.644,73.644,75.226,1,1,1974,Oklahoma,6,3,1,-99,3,-99,-99,15,4,1,2.317,59.828,61.256,12,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,637d5f042e21102f772b6e30,0,"{""startTime"":1678658873507,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678658896995,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678658436802,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":2962,""label"":""tour_next"",""step"":5},{""time"":11774,""label"":""tour_back"",""step"":5},{""time"":15082,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1633,""week"":""52"",""id"":""chart""},{""time"":25740,""label"":""tour_next"",""step"":5},{""time"":30422,""label"":""tour_back"",""step"":5},{""time"":33704,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2716,""week"":""52"",""id"":""chart""},{""time"":58387,""label"":""tour_next"",""step"":5},{""time"":61778,""label"":""started_brush"",""startDate"":""2021-04-25"",""endDate"":""2021-07-18""},{""time"":62880,""label"":""moved_brush"",""startDate"":""2021-07-23"",""endDate"":""2021-10-16""},{""time"":63803,""label"":""tour_next"",""step"":5},{""time"":65231,""label"":""started_brush"",""startDate"":""2021-04-28"",""endDate"":""2021-07-22""},{""time"":66157,""label"":""started_brush"",""startDate"":""2021-08-10"",""endDate"":""2021-09-05""},{""time"":69409,""label"":""started_brush"",""startDate"":""2021-05-24"",""endDate"":""2021-09-05""},{""time"":72803,""label"":""cleared_brush"",""using"":""Click""},{""time"":77497,""label"":""cleared_brush"",""using"":""Click""},{""time"":79752,""label"":""cleared_brush"",""using"":""Click""},{""time"":80952,""label"":""cleared_brush"",""using"":""Click""},{""time"":82548,""label"":""cleared_brush"",""using"":""Click""},{""time"":85369,""label"":""cleared_brush"",""using"":""Click""},{""time"":86703,""label"":""cleared_brush"",""using"":""Click""},{""time"":89534,""label"":""tour_back"",""step"":5},{""time"":92203,""label"":""cleared_brush"",""using"":""Click""},{""time"":95027,""label"":""started_brush"",""startDate"":""2021-05-26"",""endDate"":""2021-07-01""},{""time"":96041,""label"":""tour_next"",""step"":5},{""time"":99264,""label"":""moved_brush"",""startDate"":""2021-04-18"",""endDate"":""2021-05-23""},{""time"":100017,""label"":""tour_next"",""step"":5},{""time"":105901,""label"":""moved_brush"",""startDate"":""2021-04-18"",""endDate"":""2021-05-23""},{""time"":108212,""label"":""cleared_brush"",""using"":""Click""},{""time"":108212,""label"":""cleared_brush"",""using"":""Escape""},{""time"":110873,""label"":""tour_next"",""step"":5},{""time"":115849,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678658670145,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":2821,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1185,""week"":""34"",""id"":""chart""},{""label"":""window_blurred"",""time"":24813},{""label"":""window_focused"",""time"":26447},{""label"":""window_blurred"",""time"":26453},{""label"":""window_focused"",""time"":195995}]}",complex +2023-03-12 16:06:50,2023-03-12 16:14:26,0,206.255.165.213,100,455,1,2023-03-12 16:14:27,R_22StgQgZc1UbqKU,,,,,35.2352,-90.7971,anonymous,EN,1,4.208,4.208,5.378,1,,,,,,,,0,0,15.009,0,63,78,90,3.32,7.701,8.94,3,14.541,27.402,40.725,2,,,,,,,,,,,,,,,,,,0,0,85.872,0,5,7,4,5,6,5,-99,14.793,19.1,21.801,6,3,5,4,7,5,5,It looks high quality. ,2.347,2.347,8.829,1,3,-99,5.875,8.229,12.224,5,2,7,3,4,1,5,6,0,0,17,0,2,2,4,3,1,4,6,7,-99,3.375,14.809,16.695,8,1,2,4,5,2,1,3.047,14.232,15.064,6,7,,2.29,2.29,4.165,1,1,1987,Arkansas,6,2,1,-99,9,-99,Wynne,7,2,1,1.561,38.557,47.748,13,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,584c1e1f69b36600018ff959,0,"{""startTime"":1678659047730,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678659022819,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678658850799,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":6925,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1248,""week"":""1"",""id"":""chart""},{""time"":10658,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1166,""week"":""6"",""id"":""chart""},{""time"":14533,""label"":""tour_next"",""step"":2},{""time"":20858,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1983,""week"":""52"",""id"":""chart2""},{""time"":27394,""label"":""tour_end"",""step"":2},{""time"":32901,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1411,""week"":""3"",""id"":""chart""},{""time"":34371,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1786,""week"":""4"",""id"":""chart""},{""time"":36877,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1264,""week"":""52"",""id"":""chart2""},{""time"":38354,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1071,""week"":""4"",""id"":""chart""}]}","{""startTime"":1678658936396,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":5152,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1159,""week"":""1"",""id"":""chart""},{""time"":13195,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1615,""week"":""52"",""id"":""chart""},{""time"":16009,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1084,""week"":""50"",""id"":""chart""},{""time"":41110,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1173,""week"":""1"",""id"":""chart2""},{""time"":51663,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1597,""week"":""52"",""id"":""chart2""},{""time"":63981,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1114,""week"":""4"",""id"":""chart2""},{""time"":66204,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1556,""week"":""6"",""id"":""chart2""},{""time"":68324,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1103,""week"":""52"",""id"":""chart2""}]}",simple +2023-03-12 15:56:10,2023-03-12 16:16:46,0,67.11.49.7,100,1235,1,2023-03-12 16:16:46,R_1jjqOuyOkZKsDAs,,,,,29.3959,-98.4761,anonymous,EN,1,10.438,10.438,11.237,1,1,3,1,2.022,5.806,6.729,2,0,0,15.019,0,73,32,64,6.466,18.658,19.402,4,9.179,65.997,75.64,9,,,,,,,,,,,,,,,,,,27.012,27.012,37.897,1,6,4,1,6,5,6,-99,3.971,68.997,70.47,8,4,3,2,2,4,4,"It has good data in it, but it also has problems with how clear it is.",1.48,1.48,23.39,1,4,-99,6.302,6.302,7.103,1,2,7,3,4,1,5,6,0,0,16.421,0,4,6,7,7,8,6,9,10,-99,103.194,129.786,131.962,16,4,1,3,3,3,2,6.489,165.274,165.754,15,2,3,3.048,47.287,48.29,4,1,1996,Texas,6,2,1,-99,4,-99,-99,11,1,2,3.248,46.277,47.669,12,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,63615aa254cc85a51c9ab52e,1,"{""startTime"":1678658573439,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678658580912,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":13110},{""label"":""window_focused"",""time"":13853},{""label"":""window_blurred"",""time"":54696},{""label"":""window_focused"",""time"":69636},{""label"":""window_blurred"",""time"":132054},{""label"":""window_focused"",""time"":138166}]}","{""startTime"":1678658364372,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":35,""label"":""tour_started""},{""time"":8897,""label"":""tour_next"",""step"":5},{""label"":""window_blurred"",""time"":10804},{""label"":""window_focused"",""time"":19808},{""time"":20257,""label"":""cleared_brush"",""using"":""Click""},{""time"":24150,""label"":""cleared_brush"",""using"":""Click""},{""time"":25253,""label"":""cleared_brush"",""using"":""Click""},{""time"":33276,""label"":""cleared_brush"",""using"":""Click""},{""time"":37469,""label"":""cleared_brush"",""using"":""Click""},{""time"":42137,""label"":""cleared_brush"",""using"":""Click""},{""time"":42514,""label"":""cleared_brush"",""using"":""Click""},{""time"":42703,""label"":""cleared_brush"",""using"":""Click""},{""time"":43483,""label"":""cleared_brush"",""using"":""Click""},{""time"":45446,""label"":""cleared_brush"",""using"":""Click""},{""time"":51997,""label"":""started_brush"",""startDate"":""2021-05-17"",""endDate"":""2021-06-16""},{""time"":53308,""label"":""tour_next"",""step"":5},{""time"":57536,""label"":""moved_brush"",""startDate"":""2021-07-01"",""endDate"":""2021-07-30""},{""time"":58552,""label"":""tour_next"",""step"":5},{""time"":61458,""label"":""cleared_brush"",""using"":""Click""},{""time"":62498,""label"":""tour_next"",""step"":5},{""time"":65716,""label"":""tour_end"",""step"":5},{""time"":69188,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5474,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678658470523,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":4894,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1551,""week"":""52"",""id"":""chart""},{""time"":13358,""label"":""started_brush"",""startDate"":""2021-06-08"",""endDate"":""2021-06-15""},{""time"":17042,""label"":""moved_brush"",""startDate"":""2021-06-08"",""endDate"":""2021-07-16""},{""time"":24009,""label"":""moved_brush"",""startDate"":""2021-12-30"",""endDate"":""2022-02-07""},{""time"":26277,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":2079,""week"":""1"",""id"":""chart""},{""time"":30661,""label"":""moved_brush"",""startDate"":""2021-11-08"",""endDate"":""2021-12-17""},{""time"":31659,""label"":""cleared_brush"",""using"":""Click""}]}",complex +2023-03-12 15:56:26,2023-03-12 16:23:45,0,73.115.198.45,100,1638,1,2023-03-12 16:23:45,R_1Lc68PAfFdGkxod,,,,,29.7738,-95.406,anonymous,EN,1,31.908,31.908,34.505,1,,,,,,,,11.207,11.207,15.013,1,56,43,65,2.673,47.236,50.095,9,4.839,98.694,102.637,10,,,,,,,,,,,,,,,,,,3.014,25.095,34.684,7,4,4,5,5,5,4,no comments,20.778,91.193,106.108,17,4,5,5,5,5,4,because i probably feel it might be from a reputable source,14.842,14.842,111.188,1,1,no comments,15.504,27.433,41.091,4,2,7,3,4,1,5,6,34.846,34.846,60.976,1,3,6,5,8,9,8,9,10,no comments,21.778,75.825,93.496,11,2,2,4,2,3,2,36.376,81.241,83.459,12,2,,16.937,16.937,21.277,1,2,1973,Texas,6,1,1,-99,3,-99,-99,7,1,2,8.838,93.711,96.89,26,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,638df16a9ac9d4b756ea24e3,0,"{""startTime"":1678658953127,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_focused"",""time"":102918},{""label"":""window_focused"",""time"":102918},{""label"":""window_blurred"",""time"":106600},{""label"":""window_focused"",""time"":108116},{""label"":""window_blurred"",""time"":108727},{""label"":""window_focused"",""time"":112306}]}","{""startTime"":1678658767094,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678658375392,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":21,""label"":""tour_started""},{""time"":25542,""label"":""tour_next"",""step"":2},{""time"":67205,""label"":""tour_back"",""step"":2},{""time"":72614,""label"":""tour_next"",""step"":2},{""time"":75022,""label"":""tour_end"",""step"":2},{""label"":""window_blurred"",""time"":122534},{""label"":""window_focused"",""time"":123294},{""label"":""window_focused"",""time"":123294},{""label"":""window_focused"",""time"":129970},{""label"":""window_focused"",""time"":143220},{""label"":""window_focused"",""time"":143220},{""label"":""window_focused"",""time"":157499},{""label"":""window_focused"",""time"":157499},{""label"":""window_focused"",""time"":176825},{""label"":""window_focused"",""time"":176825},{""label"":""window_blurred"",""time"":186788},{""label"":""window_focused"",""time"":209753}]}","{""startTime"":1678658730134,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",simple +2023-03-12 18:04:35,2023-03-12 18:11:42,0,108.52.133.64,100,426,1,2023-03-12 18:11:42,R_24dWylyslO4WKru,,,,,39.9664,-75.1685,anonymous,EN,1,2.086,2.086,2.801,1,,,,,,,,0,0,15.008,0,86,72,31,5.074,10.913,12.062,3,7.035,10.71,17.582,2,-3,-1,36.954,54.351,55.238,2,-3,-3,20.407,56.734,57.634,2,4,11.141,11.141,16.736,1,0,0,31.438,0,4,3,4,3,4,3,-99,11.44,24.054,25.557,6,4,5,3,7,7,3,It seems right but I don't know enough about the subject to guess if the information is trustworthy,1.542,23.465,23.894,2,4,-99,3.407,5.582,6.983,2,2,7,3,4,1,5,6,0,0,9.344,0,2,4,2,4,5,5,10,8,-99,7.769,20.277,21.484,8,3,3,3,2,3,3,7.932,20.964,21.6,6,1,,2.48,2.48,3.567,1,2,2000,Pennsylvania,6,1,1,-99,7,-99,-99,1,4,1,1.526,57.262,59.586,18,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,60fdd0bba532df1a71c72c5e,0,"{""startTime"":1678666071060,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678666021455,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678665913485,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":7032,""label"":""tour_next"",""step"":2},{""time"":10707,""label"":""tour_end"",""step"":2},{""time"":11492,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1807,""week"":""1"",""id"":""chart""},{""time"":14971,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1062,""week"":""51"",""id"":""chart""}]}","{""startTime"":1678665989496,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":20018,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1297,""week"":""25"",""id"":""chart""},{""time"":23249,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1897,""week"":""49"",""id"":""chart""},{""time"":25346,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2310,""week"":""50"",""id"":""chart""},{""time"":27738,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2164,""week"":""51"",""id"":""chart""}]}",moderate +2023-03-12 18:06:04,2023-03-12 18:12:22,0,24.14.79.71,100,378,1,2023-03-12 18:12:23,R_28TaY3LNJVDODie,,,,,41.9977,-88.6924,anonymous,EN,1,2.043,2.043,2.789,1,,,,,,,,0,0,15.106,0,98,100,25,3.312,8.594,9.432,6,6.051,38.259,40.283,8,1,-1,15.52,41.243,43.366,2,-3,-3,12.953,42.925,43.895,3,2,21.456,21.456,23.873,1,6.596,30.408,31.168,6,5,1,6,5,4,6,-99,4.29,14.486,23.166,7,5,5,4,7,1,5,The data is cleanly presented and seems to be scientific data from a study throughout a period of time.,1.195,1.606,19.771,2,4,-99,3.316,8.475,9.119,5,2,7,3,4,1,5,6,0,0,7.478,0,2,6,4,7,2,4,11,10,-99,3.267,13.561,14.454,12,5,4,1,3,5,3,2.711,17.877,18.205,11,1,,2.358,2.358,3.739,1,1,2000,Illinois,6,2,1,-99,8,ROCHELLE,-99,15,4,2,0.808,38.415,42.494,20,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5f45beae060bdc1f49704285,0,"{""startTime"":1678666081455,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678666105074,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678665985181,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":6045,""label"":""tour_next"",""step"":5},{""time"":11344,""label"":""cleared_brush"",""using"":""Click""},{""time"":12188,""label"":""started_brush"",""startDate"":""2021-05-24"",""endDate"":""2021-07-18""},{""time"":13215,""label"":""moved_brush"",""startDate"":""2021-08-28"",""endDate"":""2021-10-22""},{""time"":13783,""label"":""tour_next"",""step"":5},{""time"":15795,""label"":""moved_brush"",""startDate"":""2021-08-29"",""endDate"":""2021-10-22""},{""time"":19651,""label"":""moved_brush"",""startDate"":""2021-12-15"",""endDate"":""2022-02-07""},{""time"":20114,""label"":""tour_next"",""step"":5},{""time"":22726,""label"":""cleared_brush"",""using"":""Click""},{""time"":22726,""label"":""cleared_brush"",""using"":""Escape""},{""time"":23829,""label"":""tour_next"",""step"":5},{""label"":""window_blurred"",""time"":33090},{""label"":""window_focused"",""time"":35063},{""time"":38253,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678666049974,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":8187,""label"":""started_brush"",""startDate"":""2021-07-08"",""endDate"":""2021-08-23""},{""time"":9358,""label"":""moved_brush"",""startDate"":""2021-07-31"",""endDate"":""2021-09-15""},{""time"":25793,""label"":""moved_brush"",""startDate"":""2021-08-30"",""endDate"":""2021-10-15""}]}",complex +2023-03-12 18:05:16,2023-03-12 18:12:23,0,23.93.75.93,100,426,1,2023-03-12 18:12:24,R_1HpKySIhopPOFhD,,,,,37.8922,-122.2729,anonymous,EN,1,4.837,4.837,5.469,1,1,3,2,1.735,2.85,5.002,2,0,0,15.013,0,89,99,99,2.243,6.36,7.841,4,21.96,29.012,38.878,4,1,1,10.637,61.077,63.889,6,-3,-3,30.765,46.381,47.53,2,4,7.12,7.905,10.65,2,0,0,30.854,0,6,6,4,5,6,6,-99,20.357,28.571,30.901,15,6,6,6,4,5,5,It has data that looks like it would be hard to fake.,1.202,1.202,8.949,1,3,-99,2.199,3.1,4.062,2,2,7,3,4,1,5,6,0,0,9.054,0,6,6,2,4,10,4,10,10,-99,9.619,19.776,21.188,18,4,5,2,5,4,4,1.49,6.601,7.602,12,2,1,35.171,39.937,41.105,4,1,1995,California,6,3,1,-99,2,-99,-99,12,3,1,1.362,37.218,38.509,14,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5c748b9188fdc20017c60436,1,"{""startTime"":1678666123257,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":5812},{""label"":""window_focused"",""time"":17313}]}","{""startTime"":1678666098931,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678665962643,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":21,""label"":""tour_started""},{""label"":""window_focused"",""time"":20547},{""time"":25979,""label"":""tour_next"",""step"":2},{""time"":28097,""label"":""tour_end"",""step"":2},{""time"":32879,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1339,""week"":""2"",""id"":""chart2""},{""time"":34808,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1236,""week"":""52"",""id"":""chart2""}]}","{""startTime"":1678666067245,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":4249},{""label"":""window_focused"",""time"":28602}]}",simple +2023-03-12 18:06:49,2023-03-12 18:12:51,0,135.26.30.183,100,361,1,2023-03-12 18:12:52,R_1C2AG8bjdRzO6Y5,,,,,31.3357,-94.7272,anonymous,EN,1,4.234,4.234,6.39,1,,,,,,,,0,0,15.01,0,64,28,58,2.458,11.623,15.648,3,4.679,11.898,14.051,2,1,-1,29.714,47.209,48.432,2,1,-2,0,0,8.889,0,4,14.292,14.292,15.366,1,0,0,31.689,0,2,6,5,2,1,3,none,7.448,11.959,13.615,4,1,7,2,3,4,5,it looks neat,2.173,2.173,7.872,1,2,-99,3.826,10.25,12.151,2,2,7,3,4,1,5,6,0,0,16.182,0,6,6,10,10,1,1,11,10,-99,8.297,8.679,13.18,3,5,2,3,3,5,4,0,0,8.188,0,2,,7.917,7.917,9.046,1,2,1947,Texas,2,2,1,-99,7,-99,-99,3,3,2,1.571,81.213,86.645,20,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,63fcde3494055a563c72cb12,0,"{""startTime"":1678666176563,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":1876},{""label"":""window_blurred"",""time"":1892},{""label"":""window_blurred"",""time"":1913},{""label"":""window_blurred"",""time"":1930},{""label"":""window_blurred"",""time"":1945},{""label"":""window_blurred"",""time"":1963},{""label"":""window_blurred"",""time"":1980},{""label"":""window_blurred"",""time"":1997},{""label"":""window_blurred"",""time"":2013},{""label"":""window_blurred"",""time"":2028},{""label"":""window_blurred"",""time"":2044},{""label"":""window_blurred"",""time"":2061},{""label"":""window_blurred"",""time"":2076},{""label"":""window_blurred"",""time"":2095},{""label"":""window_blurred"",""time"":2114},{""label"":""window_blurred"",""time"":2129},{""label"":""window_blurred"",""time"":2145},{""label"":""window_blurred"",""time"":2160},{""label"":""window_blurred"",""time"":2174},{""label"":""window_blurred"",""time"":2189},{""label"":""window_blurred"",""time"":2203},{""label"":""window_blurred"",""time"":2218},{""label"":""window_blurred"",""time"":2231},{""label"":""window_blurred"",""time"":2245},{""label"":""window_blurred"",""time"":2261},{""label"":""window_blurred"",""time"":2276},{""label"":""window_blurred"",""time"":2289},{""label"":""window_blurred"",""time"":2306},{""label"":""window_blurred"",""time"":2319},{""label"":""window_blurred"",""time"":2333},{""label"":""window_blurred"",""time"":2349},{""label"":""window_blurred"",""time"":2365},{""label"":""window_blurred"",""time"":2378},{""label"":""window_blurred"",""time"":2392},{""label"":""window_blurred"",""time"":2407},{""label"":""window_blurred"",""time"":2422},{""label"":""window_blurred"",""time"":2438},{""label"":""window_blurred"",""time"":2455},{""label"":""window_blurred"",""time"":2471},{""label"":""window_blurred"",""time"":2486},{""label"":""window_blurred"",""time"":2498},{""label"":""window_blurred"",""time"":2510},{""label"":""window_blurred"",""time"":2522}]}","{""startTime"":1678666158746,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":2548},{""label"":""window_blurred"",""time"":2566},{""label"":""window_blurred"",""time"":2580},{""label"":""window_blurred"",""time"":2594},{""label"":""window_blurred"",""time"":2608},{""label"":""window_blurred"",""time"":2625},{""label"":""window_blurred"",""time"":2639},{""label"":""window_blurred"",""time"":2653},{""label"":""window_blurred"",""time"":2667},{""label"":""window_blurred"",""time"":2682},{""label"":""window_blurred"",""time"":2695},{""label"":""window_blurred"",""time"":2708},{""label"":""window_blurred"",""time"":2726},{""label"":""window_blurred"",""time"":2740},{""label"":""window_blurred"",""time"":2755},{""label"":""window_blurred"",""time"":2772},{""label"":""window_blurred"",""time"":2791},{""label"":""window_blurred"",""time"":2804},{""label"":""window_blurred"",""time"":2818},{""label"":""window_blurred"",""time"":2833},{""label"":""window_blurred"",""time"":2847},{""label"":""window_blurred"",""time"":2860},{""label"":""window_blurred"",""time"":2873},{""label"":""window_blurred"",""time"":2887},{""label"":""window_blurred"",""time"":2899},{""label"":""window_blurred"",""time"":2915},{""label"":""window_blurred"",""time"":2927},{""label"":""window_blurred"",""time"":2940},{""label"":""window_blurred"",""time"":2953},{""label"":""window_blurred"",""time"":2966},{""label"":""window_blurred"",""time"":2981},{""label"":""window_blurred"",""time"":2992},{""label"":""window_blurred"",""time"":3006},{""label"":""window_blurred"",""time"":3018},{""label"":""window_blurred"",""time"":3032},{""label"":""window_blurred"",""time"":3046},{""label"":""window_blurred"",""time"":3058},{""label"":""window_blurred"",""time"":3070},{""label"":""window_blurred"",""time"":3082},{""label"":""window_blurred"",""time"":3093},{""label"":""window_blurred"",""time"":3107},{""label"":""window_blurred"",""time"":3120}]}","{""startTime"":1678666062415,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":26,""label"":""tour_started""},{""time"":4665,""label"":""tour_next"",""step"":2},{""time"":8134,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1526,""week"":""1"",""id"":""chart2""},{""time"":11883,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678666126286,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",simple +2023-03-12 18:04:05,2023-03-12 18:13:29,0,73.15.121.102,100,564,1,2023-03-12 18:13:30,R_2EAh1cGUqEhWGZu,,,,,37.7825,-122.435,anonymous,EN,1,3.508,3.508,4.353,1,1,3,2,1.192,2.715,3.497,3,6.635,6.69,15.01,2,58,29,66,2.34,9.235,10.28,11,12.821,67.591,69.669,20,1,1,47.45,57.474,61.62,2,-3,-3,10.485,28.97,30.145,2,2,66.134,66.134,67.169,1,153.319,153.319,153.696,1,3,4,3,3,4,3,-99,2.386,4.686,5.771,6,3,3,2,2,3,3,"The data isn't super informative because it can easily be informed by people's behavior and decision to get tested. However, the overall trends may be informative.",1.675,1.675,34.42,1,3,-99,1.826,2.901,3.754,2,2,7,3,4,1,5,6,0,0,14.057,0,6,7,4,6,4,5,6,5,-99,1.591,4.651,6.203,8,3,2,3,3,4,2,6.623,9.58,10.369,6,5,3,1.386,3.128,9.528,2,1,1997,California,6,3,1,-99,7,-99,-99,19,5,2,1.698,36.374,40.097,16,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,628657b7caedf309ae8e806e,1,"{""startTime"":1678666221131,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678666180007,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678665887890,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":1705,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3091,""week"":""49"",""id"":""chart""},{""time"":12819,""label"":""tour_next"",""step"":5},{""time"":19358,""label"":""cleared_brush"",""using"":""Click""},{""time"":21144,""label"":""tour_back"",""step"":5},{""time"":22937,""label"":""tour_next"",""step"":5},{""time"":24440,""label"":""cleared_brush"",""using"":""Click""},{""time"":30068,""label"":""cleared_brush"",""using"":""Click""},{""time"":31648,""label"":""cleared_brush"",""using"":""Click""},{""time"":32701,""label"":""cleared_brush"",""using"":""Click""},{""time"":39111,""label"":""cleared_brush"",""using"":""Click""},{""time"":40767,""label"":""cleared_brush"",""using"":""Click""},{""time"":43700,""label"":""moved_brush"",""startDate"":""2021-04-27"",""endDate"":""2021-08-20""},{""time"":54779,""label"":""started_brush"",""startDate"":""2021-08-31"",""endDate"":""2021-11-19""},{""time"":56502,""label"":""tour_next"",""step"":5},{""time"":61009,""label"":""moved_brush"",""startDate"":""2021-06-29"",""endDate"":""2021-11-19""},{""time"":61936,""label"":""tour_next"",""step"":5},{""time"":63975,""label"":""cleared_brush"",""using"":""Click""},{""time"":63975,""label"":""cleared_brush"",""using"":""Escape""},{""time"":66011,""label"":""tour_next"",""step"":5},{""time"":67588,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678666025597,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":2842,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1795,""week"":""52"",""id"":""chart""},{""label"":""window_blurred"",""time"":18999},{""label"":""window_focused"",""time"":151976}]}",complex +2023-03-12 18:03:23,2023-03-12 18:13:33,0,45.23.124.220,100,609,1,2023-03-12 18:13:33,R_xabdH3P2CVIyp4l,,,,,33.9449,-117.3834,anonymous,EN,1,13.277,13.277,14.264,1,1,3,2,2.433,4.772,6.83,3,0,0,15.005,0,92,80,76,6.743,11.506,12.07,3,28.231,33.95,41.301,3,1,-1,62.023,73.317,77.209,2,-3,-3,55.188,82.742,83.754,2,4,21.286,21.286,28.585,1,9.661,9.661,38.733,1,6,5,5,5,5,6,-99,6.983,28.075,31.345,8,5,4,4,4,3,5,The source is from the CDC,1.901,1.901,11.634,1,4,-99,12.682,17.029,18.47,5,2,7,3,4,1,5,6,0,0,22.39,0,3,7,3,7,4,5,11,11,-99,4.27,18.766,20.057,10,4,4,2,5,5,3,12.06,39.202,46.089,9,2,2,4.962,19.054,21.737,4,1,2001,California,3,1,1,-99,9,-99,Concord,12,4,1,2.646,56.689,58.921,21,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5eb21a0c910e381845f143df,1,"{""startTime"":1678666100505,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678666132276,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678665935398,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":2463,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2463,""week"":""51"",""id"":""chart""},{""time"":5476,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1388,""week"":""52"",""id"":""chart""},{""time"":28226,""label"":""tour_next"",""step"":2},{""time"":32840,""label"":""tour_end"",""step"":2},{""time"":36621,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2582,""week"":""14"",""id"":""chart""}]}","{""startTime"":1678666061276,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":1826,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1460,""week"":""1"",""id"":""chart""},{""time"":10942,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":26889,""week"":""52"",""id"":""chart""}]}",moderate 2023-03-12 18:04:31,2023-03-12 18:15:10,0,73.200.60.121,100,639,1,2023-03-12 18:15:11,R_1JR9yvwui5GuTap,,,,,38.8865,-77.0911,anonymous,EN,1,1.816,2.456,3.4,2,,,,,,,,0,0,15.008,0,78,99,86,3.056,6.616,7.125,5,8.248,171.816,172.161,115,-3,-1,42.078,80.31,82.296,4,-3,-3,4.838,129.678,130.212,6,2,1.645,35.22,36.492,3,25.047,31.799,32.151,2,5,1,4,5,5,5,-99,2.8,16.536,18.227,6,4,5,5,2,1,4,"It looks scientific but I need some research articles cited to fully trust - ",1.597,33.502,34.141,10,6,-99,2.305,3.473,4.392,4,2,7,3,4,1,5,6,0,0,15.076,0,2,6,7,6,4,6,9,9,-99,2.509,10.541,11.466,8,4,4,2,2,5,4,2.161,7.089,7.282,7,4,,1.101,1.101,1.596,1,1,1995,Virginia,8,1,1,-99,7,-99,-99,9,4,1,-99,0.099,31.87,32.557,19,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5e7129105f07e2038154621a,0,"{""startTime"":1678666146609,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678666165354,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678665903653,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":8249,""label"":""tour_next"",""step"":5},{""label"":""window_blurred"",""time"":23583},{""label"":""window_focused"",""time"":30898},{""time"":38887,""label"":""tour_back"",""step"":5},{""time"":39911,""label"":""tour_next"",""step"":5},{""time"":42253,""label"":""cleared_brush"",""using"":""Click""},{""time"":43691,""label"":""started_brush"",""startDate"":""2021-05-30"",""endDate"":""2021-06-11""},{""time"":47594,""label"":""cleared_brush"",""using"":""Click""},{""time"":48002,""label"":""cleared_brush"",""using"":""Click""},{""time"":51331,""label"":""cleared_brush"",""using"":""Click""},{""time"":52736,""label"":""tour_next"",""step"":5},{""time"":83975,""label"":""tour_back"",""step"":5},{""time"":85178,""label"":""cleared_brush"",""using"":""Click""},{""time"":86695,""label"":""cleared_brush"",""using"":""Click""},{""time"":87616,""label"":""tour_back"",""step"":5},{""time"":88872,""label"":""tour_next"",""step"":5},{""time"":92349,""label"":""cleared_brush"",""using"":""Click""},{""time"":93256,""label"":""tour_back"",""step"":5},{""label"":""window_blurred"",""time"":96065},{""label"":""window_focused"",""time"":101403},{""time"":101480,""label"":""tour_next"",""step"":5},{""time"":110539,""label"":""cleared_brush"",""using"":""Click""},{""time"":114556,""label"":""cleared_brush"",""using"":""Click""},{""time"":117924,""label"":""cleared_brush"",""using"":""Click""},{""time"":120747,""label"":""cleared_brush"",""using"":""Click""},{""time"":122515,""label"":""cleared_brush"",""using"":""Click""},{""time"":123096,""label"":""tour_back"",""step"":5},{""time"":124496,""label"":""tour_next"",""step"":5},{""time"":129139,""label"":""cleared_brush"",""using"":""Click""},{""time"":129843,""label"":""cleared_brush"",""using"":""Click""},{""time"":131506,""label"":""cleared_brush"",""using"":""Click""},{""time"":133244,""label"":""cleared_brush"",""using"":""Click""},{""time"":134571,""label"":""cleared_brush"",""using"":""Click""},{""time"":135650,""label"":""cleared_brush"",""using"":""Click""},{""time"":138964,""label"":""cleared_brush"",""using"":""Click""},{""time"":140336,""label"":""tour_back"",""step"":5},{""time"":145248,""label"":""tour_next"",""step"":5},{""time"":148844,""label"":""started_brush"",""startDate"":""2021-10-29"",""endDate"":""2021-12-03""},{""time"":149021,""label"":""started_brush"",""startDate"":""2021-12-12"",""endDate"":""2021-12-23""},{""time"":149180,""label"":""cleared_brush"",""using"":""Click""},{""time"":149752,""label"":""started_brush"",""startDate"":""2022-01-07"",""endDate"":""2022-01-17""},{""time"":150264,""label"":""tour_next"",""step"":5},{""time"":156321,""label"":""started_brush"",""startDate"":""2021-09-01"",""endDate"":""2021-11-19""},{""time"":157473,""label"":""moved_brush"",""startDate"":""2021-07-18"",""endDate"":""2021-10-04""},{""label"":""window_blurred"",""time"":160777},{""label"":""window_focused"",""time"":162283},{""time"":162352,""label"":""tour_next"",""step"":5},{""time"":164647,""label"":""cleared_brush"",""using"":""Click""},{""time"":164647,""label"":""cleared_brush"",""using"":""Escape""},{""time"":165312,""label"":""tour_next"",""step"":5},{""time"":167685,""label"":""tour_end"",""step"":5},{""time"":171043,""label"":""cleared_brush"",""using"":""Click""}]}","{""startTime"":1678666113905,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":3557},{""label"":""window_focused"",""time"":4508},{""time"":4884,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1552,""week"":""3"",""id"":""chart""},{""time"":13150,""label"":""cleared_brush"",""using"":""Click""},{""label"":""window_blurred"",""time"":19421},{""label"":""window_focused"",""time"":24318},{""time"":12890,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":12234,""week"":""32"",""id"":""chart""},{""label"":""window_blurred"",""time"":25812},{""label"":""window_focused"",""time"":26964}]}",complex -2023-03-12 18:06:34,2023-03-12 18:16:34,0,65.27.84.22,100,600,1,2023-03-12 18:16:35,R_sbYL6dvjaOYuyL7,,,,,44.5458,-88.1019,anonymous,EN,1,4.036,4.036,6.305,1,,,,,,,,0,0,15.184,0,83,87,79,3.98,10.733,14.711,6,8.801,19.691,22.537,5,-2,-2,34.442,119.505,121.132,3,-2,-3,59.064,82.041,83.888,2,4,5.303,32.204,33.511,2,0,0,33.807,0,6,6,6,6,6,6,-99,4.184,9.351,11.709,7,6,6,6,6,6,6,It's easy to read and I like that when you scroll over it you can click for more additional information.,2.902,2.902,27.502,1,6,-99,13.925,17.584,20.4,3,2,7,3,4,1,5,6,22.349,22.349,23.084,1,6,6,6,6,6,6,11,8,-99,4.388,14.934,15.844,13,3,3,2,3,3,4,6.066,12.458,13.094,10,3,,2.501,4.485,5.227,2,2,1992,Wisconsin,5,3,1,-99,7,-99,-99,8,3,2,-99,2.662,96.044,98.909,21,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,6012fa2386fe2411f1db90c8,0,"{""startTime"":1678666271119,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678666220929,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678666039625,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":61,""label"":""tour_started""},{""time"":12805,""label"":""tour_next"",""step"":2},{""time"":14826,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1876,""week"":""1"",""id"":""chart2""},{""time"":19646,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678666185648,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":3891,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1334,""week"":""1"",""id"":""chart""},{""label"":""window_blurred"",""time"":12197},{""label"":""window_focused"",""time"":25169}]}",simple -2023-03-12 18:05:35,2023-03-12 18:16:35,0,75.237.199.28,100,660,1,2023-03-12 18:16:36,R_3FXKH10CawQsofU,,,,,33.9388,-117.416,anonymous,EN,1,4.379,4.379,5.296,1,,,,,,,,0,0,15.016,0,83,87,72,5.667,9.95,10.957,3,33.11,38.744,61.685,2,1,-1,27.403,60.392,71.668,2,-3,-3,19.626,75.645,77.136,3,4,29.341,31.291,31.631,2,0,0,33.154,0,3,7,3,5,6,4,-99,34.754,55.269,61.295,6,5,6,4,7,1,4,"I have no way to know if it is real but i assume it ",3.731,3.731,16.706,1,4,-99,9.387,9.387,10.444,1,2,7,3,4,1,5,6,0,0,21.278,0,1,3,5,6,2,8,5,7,-99,6.816,25.034,26.793,8,4,3,1,2,4,4,10.395,32.679,33.604,6,3,,12.582,12.582,13.973,1,1,1978,California,6,3,1,-99,7,-99,-99,6,4,2,-99,3.503,74.627,84.771,22,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5d61b08dc1cfe8001740f405,0,"{""startTime"":1678666166250,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678666228903,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678665990817,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":22022,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1730,""week"":""2"",""id"":""chart""},{""time"":23771,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5067,""week"":""2"",""id"":""chart""},{""time"":28975,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1279,""week"":""3"",""id"":""chart""},{""time"":30271,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1717,""week"":""4"",""id"":""chart""},{""time"":33108,""label"":""tour_next"",""step"":2},{""time"":38741,""label"":""tour_end"",""step"":2},{""time"":47343,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1846,""week"":""14"",""id"":""chart""}]}","{""startTime"":1678666131888,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":7364,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1659,""week"":""6"",""id"":""chart""},{""time"":12860,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3028,""week"":""47"",""id"":""chart""},{""time"":15929,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1860,""week"":""48"",""id"":""chart""},{""time"":18360,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1146,""week"":""50"",""id"":""chart""},{""time"":29065,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2258,""week"":""23"",""id"":""chart""}]}",moderate -2023-03-12 18:05:56,2023-03-12 18:16:36,0,104.187.48.189,100,639,1,2023-03-12 18:16:36,R_2PgSVixyV1wCWkN,,,,,33.8789,-117.5353,anonymous,EN,1,2.834,2.834,3.467,1,1,3,2,1.398,6.49,7.056,2,13.951,13.951,15.108,1,78,90,81,6.435,9.103,9.904,3,13.16,70.326,89.462,18,-1,-1,14.69,30.585,34.385,4,-2,-1,15.019,40.844,41.762,4,4,1.345,17.946,23.779,4,3.984,25.792,31.593,7,5,5,5,5,5,5,-99,16.953,23.587,27.309,6,5,5,5,1,4,5,It corresponds with other data that I've seen about Covid 19 from scientific sources.,2.47,2.767,26.818,2,1,-99,3.538,4.669,5.626,2,2,7,3,4,1,5,6,0,0,13.95,0,1,2,1,1,2,1,10,8,-99,6.378,49.583,67.04,10,2,3,2,2,2,3,7.065,39.438,40.047,10,1,1,1.82,6.245,7.969,2,1,1994,California,3,2,1,-99,2,-99,-99,6,4,2,-99,3.602,36.576,37.19,12,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5cba91f716ab74001672d747,1,"{""startTime"":1678666313269,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678666246557,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":1663},{""label"":""window_focused"",""time"":17601}]}","{""startTime"":1678666100550,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":13156,""label"":""tour_next"",""step"":5},{""time"":35672,""label"":""tour_back"",""step"":5},{""time"":37395,""label"":""tour_next"",""step"":5},{""time"":39361,""label"":""cleared_brush"",""using"":""Click""},{""time"":39923,""label"":""cleared_brush"",""using"":""Click""},{""time"":40402,""label"":""moved_brush"",""startDate"":""2021-04-21"",""endDate"":""2021-06-14""},{""time"":41828,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-05-29""},{""time"":43543,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-05-29""},{""time"":44488,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-05-29""},{""time"":45083,""label"":""moved_brush"",""startDate"":""2021-12-15"",""endDate"":""2022-02-07""},{""time"":46156,""label"":""moved_brush"",""startDate"":""2021-07-28"",""endDate"":""2021-09-20""},{""time"":46539,""label"":""cleared_brush"",""using"":""Click""},{""time"":47217,""label"":""cleared_brush"",""using"":""Click""},{""time"":47780,""label"":""cleared_brush"",""using"":""Click""},{""time"":47923,""label"":""cleared_brush"",""using"":""Click""},{""time"":48572,""label"":""cleared_brush"",""using"":""Click""},{""time"":48871,""label"":""started_brush"",""startDate"":""2021-06-22"",""endDate"":""2021-07-05""},{""time"":49331,""label"":""cleared_brush"",""using"":""Click""},{""time"":49962,""label"":""cleared_brush"",""using"":""Click""},{""time"":50212,""label"":""started_brush"",""startDate"":""2021-09-01"",""endDate"":""2021-10-09""},{""time"":50896,""label"":""tour_next"",""step"":5},{""time"":55594,""label"":""moved_brush"",""startDate"":""2021-06-21"",""endDate"":""2021-07-30""},{""time"":57184,""label"":""moved_brush"",""startDate"":""2021-04-08"",""endDate"":""2021-07-30""},{""time"":58618,""label"":""cleared_brush"",""using"":""Click""},{""time"":60689,""label"":""moved_brush"",""startDate"":""2021-11-04"",""endDate"":""2022-02-07""},{""time"":61178,""label"":""tour_next"",""step"":5},{""time"":65184,""label"":""cleared_brush"",""using"":""Click""},{""time"":66469,""label"":""tour_next"",""step"":5},{""time"":70322,""label"":""tour_end"",""step"":5},{""label"":""window_blurred"",""time"":74942},{""time"":86938,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1198,""week"":""2"",""id"":""chart""},{""label"":""window_focused"",""time"":89370}]}","{""startTime"":1678666214538,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":9005,""label"":""cleared_brush"",""using"":""Click""},{""time"":11033,""label"":""started_brush"",""startDate"":""2021-04-14"",""endDate"":""2021-05-14""},{""time"":11495,""label"":""moved_brush"",""startDate"":""2021-04-14"",""endDate"":""2021-05-14""},{""time"":11782,""label"":""moved_brush"",""startDate"":""2021-04-14"",""endDate"":""2021-05-14""},{""time"":12109,""label"":""cleared_brush"",""using"":""Click""},{""time"":15614,""label"":""cleared_brush"",""using"":""Click""},{""time"":19748,""label"":""started_brush"",""startDate"":""2021-10-31"",""endDate"":""2022-01-03""},{""time"":24738,""label"":""moved_brush"",""startDate"":""2021-10-31"",""endDate"":""2022-01-03""},{""time"":25308,""label"":""cleared_brush"",""using"":""Click""}]}",complex -2023-03-12 18:04:51,2023-03-12 18:17:11,0,71.8.96.45,100,739,1,2023-03-12 18:17:13,R_29sGa1vEkGGXTTP,,,,,30.2686,-89.729,anonymous,EN,1,17.861,20.281,22.615,2,,,,,,,,9.353,9.353,15.013,1,82,91,92,6.866,20.506,21.813,6,11.359,31.493,33.089,4,-3,-1,22.923,86.851,88.16,10,-3,-3,19.804,95.884,97.482,8,4,14.832,19.198,20.257,3,10.817,39.042,40.222,4,5,1,5,5,5,5,-99,2.769,46.376,48.644,10,5,6,6,5,4,6,"The bar chart graph provides mathematical and statistical facts, which are truth. Assuming all the data provided is truthful, it gives a convincing, statstically based proof of its claims.",2.749,2.749,49.201,1,4,-99,5.943,9.386,11.23,2,2,3,4,5,1,6,7,8.316,15.875,16.834,2,4,8,10,8,3,7,7,10,-99,4.093,26.305,27.484,10,4,3,2,2,3,3,29.493,61.336,64.952,10,6,,4.685,8.913,10.1,3,1,1967,Louisiana,8,3,1,-99,7,-99,-99,5,1,1,-99,2.586,111.917,113.155,34,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,63ed508fde849af6ba4b96e5,0,"{""startTime"":1678666203795,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":7495,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3511,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678666123432,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678665960185,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":23,""label"":""tour_started""},{""time"":13418,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3382,""week"":""51"",""id"":""chart""},{""time"":18578,""label"":""tour_next"",""step"":2},{""time"":28713,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678666082580,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",simple -2023-03-12 18:06:44,2023-03-12 18:17:46,0,98.34.54.128,100,662,1,2023-03-12 18:17:48,R_1eOAYK7gwLCvLse,,,,,41.8482,-87.6521,anonymous,EN,1,64.914,64.914,65.845,1,2,,1,4.17,4.17,5,1,0,0,15.01,0,50,83,18,12.665,18.379,19.743,5,10.864,15.652,29.758,2,1,-1,33.561,58.682,66.152,2,-3,-3,11.913,99.593,101.099,3,4,23.536,23.536,26.045,1,0,0,60.859,0,3,7,3,5,4,7,-99,10.341,36.988,38.457,9,7,4,7,1,1,7,I have no reason to trust it,3.042,7.15,18.705,2,2,-99,4.367,4.859,5.985,2,2,7,3,4,1,5,6,0,0,16.498,0,1,2,4,3,2,1,3,3,-99,4.246,28.154,35.612,16,2,2,3,2,2,2,4.938,16.499,18.364,6,8,5,7.157,19.898,20.922,3,1,1989,Illinois,2,3,1,-99,7,-99,-99,7,4,2,-99,2.256,62.116,65.536,11,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,58d9a79c33fef3000118abdf,1,"{""startTime"":1678666363445,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678666319335,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678666125558,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":30,""label"":""tour_started""},{""time"":10837,""label"":""tour_next"",""step"":2},{""time"":15629,""label"":""tour_end"",""step"":2},{""time"":16670,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1124,""week"":""52"",""id"":""chart""},{""time"":17908,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2751,""week"":""1"",""id"":""chart""},{""time"":20993,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1606,""week"":""2"",""id"":""chart""},{""time"":23298,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1163,""week"":""4"",""id"":""chart""},{""time"":24958,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2501,""week"":""5"",""id"":""chart""}]}","{""startTime"":1678666257596,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",moderate -2023-03-12 18:05:43,2023-03-12 18:18:07,0,184.103.148.30,100,744,1,2023-03-12 18:18:08,R_poCmnjmU49rhPzP,,,,,33.4475,-112.0866,anonymous,EN,1,8.978,8.978,15.242,1,1,2,1,2.037,6.251,7.901,2,0,0,15.111,0,60,74,67,8.607,19.488,20.955,5,17.269,23.022,36.224,2,1,-1,23.964,49.363,50.433,2,-3,-1,42.501,57.035,58.118,2,4,39.306,39.306,43.789,1,0,0,53.326,0,3,7,3,4,5,2,-99,14.879,46.135,49.544,7,5,5,5,5,5,6,"DIRECTIONS SAID ""ASSUME YOU TRUST THE VISUALIZATION""",5.101,31.235,34.673,3,3,-99,8.192,15.55,15.947,4,2,7,3,4,1,5,6,0,0,71.686,0,3,2,5,6,3,6,10,7,-99,12.929,35.94,38.196,13,3,4,2,2,4,3,15.6,55.765,57.224,7,3,3,16.375,24.509,25.893,3,1,2001,Arizona,5,2,1,-99,3,-99,-99,11,4,2,-99,8.13,93.301,93.656,12,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,60fd204be5808aec5c6cc4fa,1,"{""startTime"":1678666230942,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678666168191,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678666019032,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":17262,""label"":""tour_next"",""step"":2},{""time"":23015,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678666114396,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",moderate -2023-03-12 18:06:38,2023-03-12 18:18:11,0,73.190.174.121,100,693,1,2023-03-12 18:18:11,R_3KusG3uHI0fFwcD,,,,,36.3125,-82.377,anonymous,EN,1,8.864,8.864,9.944,1,,,,,,,,0,0,15.014,0,100,71,50,7.913,13.601,16.095,4,9.38,16.015,19.923,3,1,-1,36.378,74.829,77.169,2,-2,-3,17.906,105.233,106.239,3,4,24.773,27.108,27.912,3,0,0,32.725,0,3,1,3,4,6,3,-99,8.3,55.205,57.648,7,3,5,3,1,1,3,I have no idea if the data is accurate,3.118,3.118,16.026,1,4,-99,15.922,18.22,20.467,3,2,7,3,4,1,5,6,0,0,24.757,0,2,2,2,2,2,7,9,9,-99,5.248,21.726,23.657,9,2,2,3,4,2,1,7.206,28.251,29.9,6,2,,6.022,6.022,8.394,1,1,1979,Tennessee,6,2,1,-99,7,-99,-99,12,4,1,aarondscott@gmail.com,3.243,112.873,117.458,35,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,610ccf09b1b0759b2668ded1,0,"{""startTime"":1678666214765,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678666273093,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678666054222,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":12026,""label"":""tour_next"",""step"":2},{""time"":16000,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678666181491,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",moderate -2023-03-12 18:03:38,2023-03-12 18:18:13,0,173.235.235.30,100,874,1,2023-03-12 18:18:13,R_T0N68YOlBXuce5P,,,,,34.9488,-89.9305,anonymous,EN,1,6.221,6.221,7.247,1,,,,,,,,0,0,15.016,0,87,93,85,9.517,23.341,24.956,4,20.73,39.234,42.85,2,1,-1,15.408,91.742,99.019,3,-3,-3,50,132.392,133.917,2,4,19.939,19.939,21.861,1,0,0,52.465,0,3,1,4,5,6,3,-99,17.131,51.3,54.918,6,5,5,5,5,1,5,it originally stated let's assume I trust the data,10.486,10.486,34.957,1,3,-99,14.3,15.124,17.449,2,2,7,3,4,1,5,6,0,0,20.637,0,1,1,8,4,1,6,8,4,-99,6.857,33.825,36.411,8,3,3,4,2,4,4,41.915,87.003,89.901,6,5,,27.895,27.895,29.946,1,1,1972,Mississippi,6,3,1,-99,7,-99,-99,15,3,2,-99,1.667,117.161,122.461,30,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,63f4c39d35bdf336aaa69db5,0,"{""startTime"":1678666075658,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":663,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1353,""week"":""30"",""id"":""chart""}]}","{""startTime"":1678666131107,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678665879873,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":17,""label"":""tour_started""},{""time"":12371,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2297,""week"":""52"",""id"":""chart""},{""time"":18581,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1132,""week"":""52"",""id"":""chart""},{""time"":20720,""label"":""tour_next"",""step"":2},{""time"":25024,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1149,""week"":""51"",""id"":""chart2""},{""time"":28022,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1981,""week"":""1"",""id"":""chart2""},{""time"":31218,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2215,""week"":""3"",""id"":""chart2""},{""time"":35631,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1648,""week"":""52"",""id"":""chart2""},{""time"":39224,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678666022635,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":27598,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3632,""week"":""4"",""id"":""chart""},{""time"":34456,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4499,""week"":""4"",""id"":""chart""},{""time"":40551,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1248,""week"":""51"",""id"":""chart2""},{""time"":41916,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2616,""week"":""52"",""id"":""chart2""},{""time"":45675,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2203,""week"":""52"",""id"":""chart""}]}",simple -2023-03-12 18:05:40,2023-03-12 18:18:26,0,75.23.172.44,100,765,1,2023-03-12 18:18:26,R_1o5PrgsEkFKFbYM,,,,,34.4318,-118.5003,anonymous,EN,1,69.935,69.935,72.122,1,1,2,1,1.878,4.046,6.113,2,0,0,15.108,0,100,100,50,9.821,21.059,23.143,4,62.05,76.9,81.675,2,1,-1,36.783,66.632,68.86,2,-3,-3,49.208,66.791,69.648,2,4,18.742,18.742,20.398,1,0,0,48.482,0,5,3,5,5,6,5,-99,12.2,33.805,36.098,6,3,5,3,3,4,5,It shows the rate of infections among those with and without vaccinations. It doesn't promote any personal beliefs either. It is a simple chart published to help the public understand the differences in infections among the two groups.,3.159,89.525,92.655,4,4,-99,7.552,7.552,9.352,1,2,7,3,4,1,5,6,0,0,34.358,0,4,5,2,6,5,4,9,8,-99,9.206,21.489,23.149,8,4,5,1,1,4,3,14.088,36.32,37.607,7,1,3,7.76,17.81,19.609,2,2,2003,California,3,3,1,-99,7,-99,-99,9,4,2,-99,4.007,48.991,50.948,11,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,6298f177bd9e483270ee796b,1,"{""startTime"":1678666273466,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678666310208,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":741,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1068,""week"":""51"",""id"":""chart""}]}","{""startTime"":1678666072820,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":18130,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2497,""week"":""52"",""id"":""chart""},{""time"":22311,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3300,""week"":""1"",""id"":""chart""},{""time"":26099,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2994,""week"":""1"",""id"":""chart""},{""time"":29148,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1862,""week"":""2"",""id"":""chart""},{""time"":38914,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2646,""week"":""6"",""id"":""chart""},{""time"":41882,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1795,""week"":""2"",""id"":""chart""},{""time"":44730,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4897,""week"":""52"",""id"":""chart""},{""time"":50229,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":9648,""week"":""51"",""id"":""chart""},{""time"":62047,""label"":""tour_next"",""step"":2},{""time"":62762,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3965,""week"":""51"",""id"":""chart2""},{""time"":66865,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2696,""week"":""52"",""id"":""chart2""},{""time"":69979,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1849,""week"":""1"",""id"":""chart2""},{""time"":76898,""label"":""tour_end"",""step"":2},{""time"":79379,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1201,""week"":""6"",""id"":""chart2""}]}","{""startTime"":1678666224472,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":9476,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1191,""week"":""14"",""id"":""chart""},{""time"":31659,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1199,""week"":""51"",""id"":""chart2""}]}",simple -2023-03-12 18:07:07,2023-03-12 18:18:51,0,73.255.249.164,100,704,1,2023-03-12 18:18:52,R_Rlc0SO4QE2BZgtj,,,,,27.3269,-82.5433,anonymous,EN,1,4.649,4.649,5.546,1,1,3,1,1.803,4.12,5.064,2,3.236,3.236,15.011,1,62,47,73,5.107,14.275,20.77,4,18.191,41.48,65.868,8,1,-1,3.599,70.561,72.056,7,-3,-3,1.876,88.623,97.858,14,4,3.227,43.404,44.532,16,9.777,10.072,43.832,2,4,7,4,3,6,4,"The ""rate of (un)vaccinated"" at the top of the graphs make the graphs a bit unclear. Would be better to leave out the ""rate of"" and just say ""unvaccinated sample"" and ""vaccinated sample""",4.422,61.301,97.077,12,3,3,4,3,4,4,I would like to verify to make sure the calculated rates are correct.,1.708,2.201,29.951,2,4,-99,1.522,15.202,15.561,5,2,7,3,4,1,5,6,3.028,21.453,23.693,4,4,8,7,8,8,7,10,9,-99,2.659,22.39,26.542,11,4,4,2,2,4,4,5.499,27.755,29.082,8,2,1,6.898,13.121,15.396,4,2,1987,Florida,7,2,1,-99,7,-99,-99,9,4,2,-99,2.701,41.893,43.464,15,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,562435d4ed6e5a0011c812d0,1,"{""startTime"":1678666270790,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":12645,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1454,""week"":""5"",""id"":""chart2""},{""time"":53435,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2510,""week"":""1"",""id"":""chart""},{""label"":""window_blurred"",""time"":57976},{""label"":""window_focused"",""time"":61228}]}","{""startTime"":1678666368397,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678666087641,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":4600,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8101,""week"":""52"",""id"":""chart""},{""time"":20237,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4367,""week"":""6"",""id"":""chart""},{""time"":28866,""label"":""tour_next"",""step"":2},{""time"":30241,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1483,""week"":""51"",""id"":""chart2""},{""time"":40122,""label"":""tour_end"",""step"":2},{""time"":40727,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1017,""week"":""52"",""id"":""chart2""},{""time"":43695,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1750,""week"":""52"",""id"":""chart2""},{""time"":46376,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3654,""week"":""51"",""id"":""chart2""},{""time"":51193,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4276,""week"":""1"",""id"":""chart""},{""time"":55536,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3816,""week"":""52"",""id"":""chart""},{""label"":""window_blurred"",""time"":63367},{""label"":""window_focused"",""time"":65267}]}","{""startTime"":1678666226357,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":4618,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1536,""week"":""52"",""id"":""chart2""},{""time"":6327,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1654,""week"":""51"",""id"":""chart2""},{""label"":""window_blurred"",""time"":11783},{""label"":""window_focused"",""time"":13297},{""time"":17133,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5559,""week"":""51"",""id"":""chart""},{""time"":22709,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2328,""week"":""52"",""id"":""chart""},{""time"":25101,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2352,""week"":""1"",""id"":""chart""},{""time"":33210,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1096,""week"":""49"",""id"":""chart2""},{""time"":40264,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1807,""week"":""52"",""id"":""chart""}]}",simple -2023-03-12 18:08:30,2023-03-12 18:19:07,0,208.38.225.149,100,636,1,2023-03-12 18:19:07,R_3oI534Bgk12F4in,,,,,40.0414,-84.2023,anonymous,EN,1,19.849,19.849,22.332,1,1,2,1,2.871,5.73,7.558,2,0,0,15.125,0,100,71,55,4.884,9.124,12.127,3,12.562,22.528,61.415,2,1,-1,15.08,63.678,68.469,2,1,1,18.835,67.916,70.072,4,2,4.981,28.339,29.762,2,0,0,41.779,0,5,4,7,5,5,5,None,13.151,33.26,39.974,8,5,5,5,3,4,5,The information sounds reliable and the way that the information is presented seems professional.,3.179,3.179,30.451,1,5,None,6.864,8.643,11.255,2,2,7,3,4,1,5,6,0,0,19.815,0,5,8,3,8,6,6,10,10,None,8.67,24.794,29.41,10,3,3,2,3,4,2,11.682,30.919,34.813,6,2,2,9.242,16.52,23.825,2,1,1997,Ohio,6,1,1,-99,7,-99,-99,11,4,1,5e70e4309b339b03acc24159@email.prolific.co,4.066,63.401,66.177,16,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5e70e4309b339b03acc24159,1,"{""startTime"":1678666412584,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678666357270,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678666182610,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":7327,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1490,""week"":""51"",""id"":""chart""},{""time"":12555,""label"":""tour_next"",""step"":2},{""time"":22521,""label"":""tour_end"",""step"":2},{""time"":23847,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1134,""week"":""51"",""id"":""chart""},{""time"":29236,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1334,""week"":""51"",""id"":""chart""},{""time"":34353,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2140,""week"":""52"",""id"":""chart""},{""time"":37541,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4108,""week"":""52"",""id"":""chart""},{""time"":43382,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1132,""week"":""52"",""id"":""chart""},{""time"":53594,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3127,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678666314939,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":13734,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1336,""week"":""1"",""id"":""chart""},{""time"":15447,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":15513,""week"":""52"",""id"":""chart""},{""time"":31461,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1236,""week"":""32"",""id"":""chart""},{""time"":33376,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1196,""week"":""52"",""id"":""chart""}]}",moderate -2023-03-12 18:06:13,2023-03-12 18:19:42,0,47.205.221.74,100,808,1,2023-03-12 18:19:43,R_27fegjRM558Z2pU,,,,,27.4067,-82.5314,anonymous,EN,1,15.276,15.276,17.435,1,1,4,2,3.712,7.618,10.497,2,0,0,15.126,0,71,59,50,15.538,25.986,28.151,4,22.787,45.941,48.28,3,1,-1,53.519,82.75,87.571,6,-3,-3,49.596,108.117,110.405,3,4,21.623,21.623,27.526,1,30.487,30.487,40.888,1,3,3,4,4,3,3,Why do you have to stack the data? The stacking of the bars makes the data harder to read.,10.456,73.484,90.889,12,4,4,4,3,3,3,It just a chart with no support data. I would like to see some detail behind the chart.,3.056,5.456,38.978,2,5,-99,8.525,13.817,24.114,4,2,3,4,5,1,6,7,1.735,18.002,20.598,3,7,7,7,7,7,6,8,7,-99,7.723,21.833,25.002,8,4,4,2,2,4,3,13.855,49.463,51.576,6,3,3,6.253,16.177,18.996,4,1,1962,Florida,6,3,1,-99,7,-99,-99,8,4,1,628817a3c518b074f426f27d@email.prolific.co,1.966,64.343,67.359,20,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,628817a3c518b074f426f27d,1,"{""startTime"":1678666344712,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678666270763,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678666068587,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":75,""label"":""tour_started""},{""time"":22756,""label"":""tour_next"",""step"":2},{""time"":29662,""label"":""tour_end"",""step"":2},{""time"":30755,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1014,""week"":""52"",""id"":""chart""},{""time"":40788,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1438,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678666228783,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",moderate -2023-03-12 18:07:31,2023-03-12 18:20:21,0,96.81.204.54,100,770,1,2023-03-12 18:20:22,R_2Vx4Y2L8i0OpuE2,,,,,41.9237,-87.814,anonymous,EN,1,2.643,8.43,10.306,6,,,,,,,,7.668,7.668,15.017,1,100,100,66,2.869,19.154,20.585,16,3.128,14.873,16.074,4,1,-2,1.297,53.296,54.485,19,1,-3,2.704,90.695,91.866,24,4,1.688,85.207,86.409,8,2.946,33.353,34.57,5,4,4,4,4,4,4,-99,1.329,14.179,15.56,12,4,6,5,1,4,6,I can imagine these statistics to be true,6.647,6.647,15.513,1,1,-99,5.725,6.945,7.896,2,3,4,5,6,1,2,7,16.844,16.844,19.575,1,4,4,5,4,4,5,6,6,-99,6.966,25.101,26.174,17,5,5,1,1,5,5,86.763,99.833,101.257,7,4,,71.577,72.441,73.558,2,2,1987,Illinois,6,2,1,-99,9,-99,Irish Mexican,11,3,1,joanmcbitch@yahoo.com,1.527,53.961,60.617,22,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,603ee4c2bd61ee1a08fd6a8a,0,"{""startTime"":1678666367490,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678666343175,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678666128567,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":28,""label"":""tour_started""},{""time"":4761,""label"":""tour_next"",""step"":2},{""time"":12891,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678666237504,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",moderate -2023-03-12 18:07:07,2023-03-12 18:20:26,0,184.184.143.221,100,798,1,2023-03-12 18:20:27,R_1rq6aqfdebAvRHK,,,,,41.4694,-81.8541,anonymous,EN,1,12.495,12.495,14.062,1,1,1,2,1.844,4.444,5.15,2,0,0,15.117,0,45,63,41,4.377,11,11.793,4,19.384,74.884,78.369,5,1,-1,83.887,156.146,157.193,3,-3,-3,37.855,51.746,51.964,3,4,38.837,38.837,39.628,1,23.916,23.916,36.6,1,4,7,5,4,3,5,-99,47.094,74.657,77.281,7,4,5,4,2,4,5,"the data seems pretty solid, and seems like it makes sense so i have no reason to doubt it",3.782,3.782,31.629,1,4,-99,49.183,51.555,51.825,3,2,7,3,4,1,5,6,0,0,30.891,0,3,4,8,5,3,2,3,7,-99,29.204,40.412,41.067,9,2,2,4,5,1,2,9.515,33.557,34.554,14,4,2,12.933,19.276,20.471,3,1,1997,Ohio,2,2,1,-99,7,-99,-99,2,2,1,-99,2.448,44.181,47.137,12,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5fa5a899f2b7600f72104ad1,1,"{""startTime"":1678666304993,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678666250586,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678666094915,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":19378,""label"":""tour_next"",""step"":5},{""time"":29163,""label"":""cleared_brush"",""using"":""Click""},{""time"":29889,""label"":""cleared_brush"",""using"":""Click""},{""time"":33072,""label"":""started_brush"",""startDate"":""2021-06-01"",""endDate"":""2021-07-04""},{""time"":33882,""label"":""tour_next"",""step"":5},{""time"":40431,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-07-04""},{""time"":41821,""label"":""cleared_brush"",""using"":""Click""},{""time"":42555,""label"":""tour_next"",""step"":5},{""time"":48806,""label"":""cleared_brush"",""using"":""Click""},{""time"":48806,""label"":""cleared_brush"",""using"":""Escape""},{""time"":49581,""label"":""tour_next"",""step"":5},{""time"":74878,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678666213586,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":3138,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7745,""week"":""52"",""id"":""chart""},{""time"":21048,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1486,""week"":""52"",""id"":""chart""}]}",complex -2023-03-12 18:08:06,2023-03-12 18:20:56,0,172.126.85.8,100,769,1,2023-03-12 18:20:56,R_22y4k2Ez6vqMw6o,,,,,30.6253,-87.896,anonymous,EN,1,4.293,4.293,4.953,1,,,,,,,,0,0,15.006,0,79,100,68,4.548,9.395,10.035,4,29.911,33.529,35.043,2,1,-1,6.019,79.289,85.392,29,-2,-3,43.153,126.745,127.359,21,4,45.079,54.723,56.136,5,60.306,60.306,64.786,1,3,1,3,2,4,3,-99,2.553,26.902,29.687,9,3,2,7,1,1,3,I have no reason to not believe it but I need other sources corroborating the information to trust it.,2.062,50.776,51.691,8,5,-99,2.542,6.672,7.101,6,2,7,3,4,1,5,6,0.95,2.373,11.151,4,2,2,6,5,1,1,7,8,-99,7.674,88.572,89.961,22,5,5,1,2,5,5,9.743,26.408,27.372,7,4,,1.889,1.889,3.041,1,1,1997,Alabama,5,1,1,-99,7,-99,-99,4,3,2,-99,0.754,93.545,97.459,72,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5ecd38f434841606c4b5d457,0,"{""startTime"":1678666315299,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678666345761,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":10753},{""label"":""window_focused"",""time"":11556}]}","{""startTime"":1678666128912,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":8,""label"":""tour_started""},{""label"":""window_blurred"",""time"":5579},{""label"":""window_focused"",""time"":22938},{""time"":29906,""label"":""tour_next"",""step"":2},{""time"":33523,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678666250152,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":4727,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1834,""week"":""2"",""id"":""chart""},{""time"":6635,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1070,""week"":""1"",""id"":""chart""},{""time"":14790,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1526,""week"":""1"",""id"":""chart2""},{""time"":28293,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2747,""week"":""1"",""id"":""chart""},{""label"":""window_blurred"",""time"":33466},{""label"":""window_focused"",""time"":59110},{""time"":62647,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1486,""week"":""52"",""id"":""chart2""}]}",simple -2023-03-12 18:10:08,2023-03-12 18:23:40,0,76.21.182.84,100,811,1,2023-03-12 18:23:40,R_1LGUVoj5p7LfR1Z,,,,,38.3523,-75.5386,anonymous,EN,1,6.399,6.399,7.165,1,,,,,,,,0,0,15.007,0,64,68,78,8.356,15.555,16.428,3,32.113,177.63,185.623,20,1,-1,33.25,51.198,59.806,2,-3,1,63.664,81.431,82.873,2,4,69.913,69.913,75.821,1,0,0,36.218,0,3,1,3,3,6,2,-99,17.285,45.601,53.843,6,4,4,4,1,1,3,I don't have proof that this information is correct. Just because it's put on a graph doesn't mean it's accurate.,2.837,2.837,36.692,1,4,-99,6.852,6.852,9.424,1,2,7,3,4,1,5,6,0,0,13.466,0,1,1,4,1,1,1,1,4,-99,10.175,31.091,34.036,12,1,1,5,5,1,1,13.415,31.382,32.34,6,7,,6.168,6.168,7.29,1,2,1971,Maryland,3,2,1,-99,7,-99,-99,17,3,2,-99,2.096,54.644,55.602,14,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5f3dd31899a9be204ea557f6,0,"{""startTime"":1678666654736,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678666575690,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678666276562,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":32110,""label"":""tour_next"",""step"":5},{""time"":56225,""label"":""tour_back"",""step"":5},{""time"":62126,""label"":""tour_next"",""step"":5},{""time"":67430,""label"":""started_brush"",""startDate"":""2021-04-24"",""endDate"":""2021-06-08""},{""time"":74297,""label"":""moved_brush"",""startDate"":""2021-04-10"",""endDate"":""2021-05-25""},{""time"":74876,""label"":""tour_next"",""step"":5},{""time"":87564,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-05-20""},{""time"":88976,""label"":""moved_brush"",""startDate"":""2021-12-23"",""endDate"":""2022-02-07""},{""time"":91379,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-05-20""},{""time"":92020,""label"":""cleared_brush"",""using"":""Click""},{""time"":93778,""label"":""tour_next"",""step"":5},{""time"":105342,""label"":""tour_back"",""step"":5},{""time"":108392,""label"":""started_brush"",""startDate"":""2021-06-29"",""endDate"":""2021-07-07""},{""time"":111813,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-06-29""},{""time"":115311,""label"":""cleared_brush"",""using"":""Click""},{""time"":117370,""label"":""cleared_brush"",""using"":""Click""},{""time"":119003,""label"":""cleared_brush"",""using"":""Click""},{""time"":122435,""label"":""cleared_brush"",""using"":""Click""},{""time"":123942,""label"":""tour_next"",""step"":5},{""time"":131457,""label"":""cleared_brush"",""using"":""Click""},{""time"":131457,""label"":""cleared_brush"",""using"":""Escape""},{""time"":133492,""label"":""tour_next"",""step"":5},{""time"":153491,""label"":""tour_end"",""step"":5},{""time"":161048,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":2389,""week"":""6"",""id"":""chart""},{""time"":163493,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1995,""week"":""6"",""id"":""chart""},{""time"":165493,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1561,""week"":""6"",""id"":""chart""},{""time"":167276,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1061,""week"":""5"",""id"":""chart""},{""time"":169143,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1760,""week"":""5"",""id"":""chart""},{""time"":170909,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":2311,""week"":""5"",""id"":""chart""},{""time"":173232,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":2426,""week"":""5"",""id"":""chart""}]}","{""startTime"":1678666539116,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",complex -2023-03-12 18:05:56,2023-03-12 18:24:03,0,99.162.213.149,100,1086,1,2023-03-12 18:24:03,R_2xWxkav3i2vIv8c,,,,,30.2801,-81.4165,anonymous,EN,1,8.777,9.777,10.978,2,,,,,,,,0,0,15.012,0,60,41,38,8.109,19.292,20.618,5,9.394,140.57,141.825,18,1,-1,25.734,200.237,202.342,9,-3,-3,11.831,144.135,145.476,9,4,23.513,47.265,48.527,6,22.17,31.314,32.479,2,3,1,3,2,5,3,was the covid question an attention check? or a typo?,16.564,49.139,73.619,10,6,4,4,1,1,3,I do not know anything about the Chamber of Agriculture in Croatia so if I were to learn more about that organization I would be more likely to trust the data,3.523,3.523,55.666,1,7,there was one page where the same question appeared twice and the answer choices were different in the question on top and the one on the bottom - took a screenshot - so I put don't know for the second one,9.359,63.847,64.861,4,2,7,3,4,1,5,6,11.35,11.35,22.165,1,5,9,1,7,10,1,11,10,-99,6.129,31.417,33.032,10,3,1,1,1,5,5,9.889,26.938,27.8,7,1,,6.857,8.73,9.751,2,2,1958,Florida,6,2,1,-99,7,-99,-99,11,4,1,5f489766dbc4a2364c0f4f93@email.prolific.co,6.678,94.032,98.584,20,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5f489766dbc4a2364c0f4f93,0,"{""startTime"":1678666237796,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678666311806,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":23348,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1241,""week"":""51"",""id"":""chart""}]}","{""startTime"":1678666013260,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":21568,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2552,""week"":""1"",""id"":""chart""},{""time"":25054,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1001,""week"":""47"",""id"":""chart""},{""time"":30956,""label"":""tour_next"",""step"":5},{""time"":71788,""label"":""cleared_brush"",""using"":""Click""},{""time"":72163,""label"":""cleared_brush"",""using"":""Click""},{""time"":73151,""label"":""started_brush"",""startDate"":""2021-10-27"",""endDate"":""2022-02-07""},{""time"":74860,""label"":""tour_next"",""step"":5},{""time"":83831,""label"":""moved_brush"",""startDate"":""2021-10-18"",""endDate"":""2022-01-29""},{""time"":84899,""label"":""tour_next"",""step"":5},{""time"":93940,""label"":""cleared_brush"",""using"":""Click""},{""time"":98315,""label"":""tour_next"",""step"":5},{""time"":109853,""label"":""tour_end"",""step"":5},{""time"":115660,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4906,""week"":""52"",""id"":""chart""},{""time"":120684,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1767,""week"":""1"",""id"":""chart""},{""time"":131859,""label"":""cleared_brush"",""using"":""Click""},{""time"":134342,""label"":""started_brush"",""startDate"":""2021-11-19"",""endDate"":""2022-01-20""}]}","{""startTime"":1678666204818,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",complex -2023-03-12 18:03:59,2023-03-12 18:24:59,0,99.100.194.138,100,1259,1,2023-03-12 18:24:59,R_3OcPzgYK6MWIthr,,,,,38.4073,-90.4368,anonymous,EN,1,57.731,57.731,58.963,1,1,3,1,2.55,6.592,7.904,2,0,0,15.118,0,83,78,56,65.964,71.457,72.572,3,15.568,23.641,44.052,2,1,-3,38.247,201.023,206.399,2,-3,-3,57.447,95.42,100.517,2,4,20.243,20.243,28.161,1,0,0,72.556,0,4,4,5,6,5,4,"simple and effective visualizations, and not particularly striking visualizations ",23.253,56.739,81.4,7,4,6,4,2,4,5,"The source was listed as the CDC, which is a government source that is generally trustworthy.",2.822,2.822,52.403,1,4,-99,7.857,7.857,14.028,1,2,7,3,4,1,5,6,0,0,57.431,0,7,8,9,9,5,8,10,9,-99,38.727,61.8,63.771,8,5,5,1,1,5,5,7.054,32.758,33.802,6,4,1,6.813,67.04,69.761,2,1,1997,Missouri,7,1,1,-99,7,-99,-99,11,3,2,-99,3.761,185.576,186.8,13,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,6299ff1ebc3e60ee16e4f099,1,"{""startTime"":1678666333293,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678666415123,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678666008453,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":11392,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1749,""week"":""52"",""id"":""chart""},{""time"":15563,""label"":""tour_next"",""step"":2},{""time"":19342,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1633,""week"":""52"",""id"":""chart2""},{""time"":23635,""label"":""tour_end"",""step"":2},{""time"":29012,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1146,""week"":""52"",""id"":""chart2""},{""time"":30654,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1887,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678666260334,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",simple -2023-03-12 18:05:40,2023-03-12 18:26:30,0,67.234.30.218,100,1249,1,2023-03-12 18:26:31,R_1CK0o7tEUJbGrUs,,,,,36.291,-82.5001,anonymous,EN,1,12.093,14.478,15.108,3,2,,2,2.738,2.738,4.056,1,2.725,2.725,15.029,1,50,100,94,11.289,31.571,32.276,7,24.994,203.159,204.151,19,1,-1,22.883,177.596,178.481,10,-3,-3,22.665,70.289,70.987,8,4,45.968,47.079,48.151,2,55.806,55.806,56.732,1,1,1,1,5,5,1,"Sorry, but I just do not find that chart/data believable . . . but, I have lost much/most faith in the CDC since the pandemic.",23.425,132.136,133.006,16,7,5,5,1,3,5,"At the beginning of that question, the study asked that I assume I agreed with the study. ",5.491,5.491,49.714,1,6,I don't believe I have any additional thoughts/comments.,8.458,48.084,48.949,6,2,7,3,4,1,5,6,17.483,35.514,36.205,3,3,3,8,8,1,9,9,8,-99,7.083,46.884,47.752,13,3,3,1,1,4,3,15.843,78.948,84.322,12,5,1,11.873,41.569,42.297,6,2,1961,Virginia,3,2,1,-99,7,-99,-99,4,3,2,-99,5.086,76.646,79.058,19,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,63f2261685a2effaa7a16de6,1,"{""startTime"":1678666348484,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678666483006,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678666035452,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":69,""label"":""tour_started""},{""time"":26454,""label"":""tour_next"",""step"":5},{""time"":58175,""label"":""started_brush"",""startDate"":""2021-11-21"",""endDate"":""2022-01-24""},{""time"":63234,""label"":""moved_brush"",""startDate"":""2021-12-05"",""endDate"":""2022-02-07""},{""time"":65593,""label"":""moved_brush"",""startDate"":""2021-12-05"",""endDate"":""2022-02-07""},{""time"":88039,""label"":""tour_next"",""step"":5},{""time"":131098,""label"":""moved_brush"",""startDate"":""2021-12-05"",""endDate"":""2022-02-07""},{""time"":131801,""label"":""moved_brush"",""startDate"":""2021-12-05"",""endDate"":""2022-02-07""},{""time"":136622,""label"":""started_brush"",""startDate"":""2021-12-01"",""endDate"":""2022-02-07""},{""time"":148519,""label"":""tour_next"",""step"":5},{""time"":156870,""label"":""cleared_brush"",""using"":""Click""},{""time"":156870,""label"":""cleared_brush"",""using"":""Escape""},{""time"":164053,""label"":""tour_next"",""step"":5},{""time"":178735,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678666290090,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",complex -2023-03-12 18:10:12,2023-03-12 18:27:12,0,47.32.189.250,100,1019,1,2023-03-12 18:27:12,R_1fefWWKVJLCDWxb,,,,,37.4912,-120.8559,anonymous,EN,1,77.903,77.903,78.906,1,1,3,1,8.644,10.049,11.375,2,0,0,15.105,0,100,33,79,4.973,10.187,11.989,3,20.878,75.575,108.299,13,1,-1,43.451,91.196,92.925,2,-3,1,69.206,92.236,93.896,2,4,25.256,39.159,40.495,2,51.264,51.264,51.716,1,6,6,6,6,6,6,-99,78.627,90.287,91.349,6,6,6,6,2,5,6,"I can see the situation for the CDC which is the entity that collects this type of data. ",1.745,1.745,25.286,1,2,-99,2.802,2.802,5.137,1,2,7,3,4,1,5,6,0,0,25.586,0,2,7,3,6,3,4,10,10,-99,4.624,19.666,21.003,10,2,3,4,4,4,2,173.667,188.68,189.742,6,2,3,3.891,9.374,11.076,2,1,1999,California,6,2,2,-99,4,-99,-99,4,4,1,63116efcd51b74f77be0cfbb@email.prolific.co,2.937,97.287,100.307,14,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,63116efcd51b74f77be0cfbb,1,"{""startTime"":1678666591865,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":21577,""label"":""cleared_brush"",""using"":""Click""},{""time"":21577,""label"":""cleared_brush"",""using"":""Escape""},{""time"":69659,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1126,""week"":""51"",""id"":""chart""}]}","{""startTime"":1678666545961,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":632,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1286,""week"":""1"",""id"":""chart""}]}","{""startTime"":1678666343909,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":110,""label"":""tour_started""},{""time"":2993,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1229,""week"":""52"",""id"":""chart""},{""time"":4224,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7342,""week"":""52"",""id"":""chart""},{""time"":20869,""label"":""tour_next"",""step"":5},{""time"":34613,""label"":""started_brush"",""startDate"":""2021-08-02"",""endDate"":""2021-08-31""},{""time"":35849,""label"":""tour_next"",""step"":5},{""time"":43665,""label"":""moved_brush"",""startDate"":""2021-09-02"",""endDate"":""2021-10-02""},{""time"":44866,""label"":""tour_next"",""step"":5},{""time"":54798,""label"":""moved_brush"",""startDate"":""2021-09-02"",""endDate"":""2021-10-02""},{""time"":55465,""label"":""moved_brush"",""startDate"":""2021-09-02"",""endDate"":""2021-10-02""},{""time"":67418,""label"":""cleared_brush"",""using"":""Click""},{""time"":70573,""label"":""tour_next"",""step"":5},{""time"":75567,""label"":""tour_end"",""step"":5},{""time"":82005,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1564,""week"":""52"",""id"":""chart""},{""time"":83890,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4422,""week"":""52"",""id"":""chart""},{""time"":88325,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6033,""week"":""52"",""id"":""chart""},{""time"":96801,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1482,""week"":""2"",""id"":""chart""},{""time"":98285,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1738,""week"":""2"",""id"":""chart""},{""time"":104192,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2419,""week"":""6"",""id"":""chart""}]}","{""startTime"":1678666493749,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":19699,""label"":""started_brush"",""startDate"":""2021-06-01"",""endDate"":""2021-07-01""},{""time"":23321,""label"":""cleared_brush"",""using"":""Click""},{""time"":32498,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":18057,""week"":""52"",""id"":""chart""}]}",complex -2023-03-12 18:06:11,2023-03-12 18:29:21,0,73.216.211.104,100,1390,1,2023-03-12 18:29:22,R_qONx3nL5mscfmGR,,,,,37.2532,-80.4347,anonymous,EN,1,33.737,110.704,112.778,2,,,,,,,,0,0,15.018,0,100,96,100,8.927,29.292,30.988,6,21.302,137.869,150.549,11,1,-1,27.79,73.636,86.654,3,-3,-3,1.795,65.941,68.633,5,3,51.137,51.137,55.396,1,0,0,63.86,0,5,1,6,6,6,6,"The data is completely unrelated to COVID-19 even though there is a question about it. ",28.922,117.95,130.143,9,6,6,6,7,1,6,"Data was collected over a long period of time. It also claims to be from an organization, the CCA, which seems like something they would care about. ",5.505,16.825,113.385,3,5,-99,12.8,12.8,16.113,1,2,7,3,4,1,5,6,0,0,43.43,0,3,5,8,9,3,6,11,11,-99,8.017,30.043,36.153,9,5,5,3,2,5,4,18.573,47.168,54.991,6,4,,14.096,18.168,23.375,2,1,1994,Virginia,6,2,1,-99,7,-99,-99,11,3,1,63eadc57476c90c3a9c3a977@email.prolific.co,3.276,269.073,288.803,18,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,63eadc57476c90c3a9c3a977,0,"{""startTime"":1678666585055,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678666415001,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678666144016,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":12219,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1480,""week"":""47"",""id"":""chart""},{""time"":15024,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2991,""week"":""49"",""id"":""chart""},{""time"":21298,""label"":""tour_next"",""step"":5},{""time"":37038,""label"":""started_brush"",""startDate"":""2021-06-25"",""endDate"":""2021-10-02""},{""time"":39094,""label"":""tour_next"",""step"":5},{""time"":46787,""label"":""moved_brush"",""startDate"":""2021-05-27"",""endDate"":""2021-10-02""},{""time"":47972,""label"":""tour_next"",""step"":5},{""time"":62222,""label"":""cleared_brush"",""using"":""Click""},{""time"":64368,""label"":""tour_next"",""step"":5},{""time"":72636,""label"":""tour_end"",""step"":5},{""time"":77385,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1054,""week"":""52"",""id"":""chart""},{""time"":79249,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2649,""week"":""52"",""id"":""chart""},{""time"":85365,""label"":""cleared_brush"",""using"":""Click""},{""time"":88669,""label"":""started_brush"",""startDate"":""2021-10-25"",""endDate"":""2021-11-28""},{""time"":94925,""label"":""cleared_brush"",""using"":""Click""},{""time"":122770,""label"":""cleared_brush"",""using"":""Click""},{""time"":123604,""label"":""cleared_brush"",""using"":""Click""},{""time"":125812,""label"":""started_brush"",""startDate"":""2021-04-07"",""endDate"":""2021-06-04""},{""time"":126813,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4375,""week"":""20"",""id"":""chart""},{""time"":133374,""label"":""cleared_brush"",""using"":""Click""},{""time"":138985,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2909,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678666350719,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":12509,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1772,""week"":""3"",""id"":""chart""}]}",complex + ",1.597,33.502,34.141,10,6,-99,2.305,3.473,4.392,4,2,7,3,4,1,5,6,0,0,15.076,0,2,6,7,6,4,6,9,9,-99,2.509,10.541,11.466,8,4,4,2,2,5,4,2.161,7.089,7.282,7,4,,1.101,1.101,1.596,1,1,1995,Virginia,8,1,1,-99,7,-99,-99,9,4,1,0.099,31.87,32.557,19,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5e7129105f07e2038154621a,0,"{""startTime"":1678666146609,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678666165354,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678665903653,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":8249,""label"":""tour_next"",""step"":5},{""label"":""window_blurred"",""time"":23583},{""label"":""window_focused"",""time"":30898},{""time"":38887,""label"":""tour_back"",""step"":5},{""time"":39911,""label"":""tour_next"",""step"":5},{""time"":42253,""label"":""cleared_brush"",""using"":""Click""},{""time"":43691,""label"":""started_brush"",""startDate"":""2021-05-30"",""endDate"":""2021-06-11""},{""time"":47594,""label"":""cleared_brush"",""using"":""Click""},{""time"":48002,""label"":""cleared_brush"",""using"":""Click""},{""time"":51331,""label"":""cleared_brush"",""using"":""Click""},{""time"":52736,""label"":""tour_next"",""step"":5},{""time"":83975,""label"":""tour_back"",""step"":5},{""time"":85178,""label"":""cleared_brush"",""using"":""Click""},{""time"":86695,""label"":""cleared_brush"",""using"":""Click""},{""time"":87616,""label"":""tour_back"",""step"":5},{""time"":88872,""label"":""tour_next"",""step"":5},{""time"":92349,""label"":""cleared_brush"",""using"":""Click""},{""time"":93256,""label"":""tour_back"",""step"":5},{""label"":""window_blurred"",""time"":96065},{""label"":""window_focused"",""time"":101403},{""time"":101480,""label"":""tour_next"",""step"":5},{""time"":110539,""label"":""cleared_brush"",""using"":""Click""},{""time"":114556,""label"":""cleared_brush"",""using"":""Click""},{""time"":117924,""label"":""cleared_brush"",""using"":""Click""},{""time"":120747,""label"":""cleared_brush"",""using"":""Click""},{""time"":122515,""label"":""cleared_brush"",""using"":""Click""},{""time"":123096,""label"":""tour_back"",""step"":5},{""time"":124496,""label"":""tour_next"",""step"":5},{""time"":129139,""label"":""cleared_brush"",""using"":""Click""},{""time"":129843,""label"":""cleared_brush"",""using"":""Click""},{""time"":131506,""label"":""cleared_brush"",""using"":""Click""},{""time"":133244,""label"":""cleared_brush"",""using"":""Click""},{""time"":134571,""label"":""cleared_brush"",""using"":""Click""},{""time"":135650,""label"":""cleared_brush"",""using"":""Click""},{""time"":138964,""label"":""cleared_brush"",""using"":""Click""},{""time"":140336,""label"":""tour_back"",""step"":5},{""time"":145248,""label"":""tour_next"",""step"":5},{""time"":148844,""label"":""started_brush"",""startDate"":""2021-10-29"",""endDate"":""2021-12-03""},{""time"":149021,""label"":""started_brush"",""startDate"":""2021-12-12"",""endDate"":""2021-12-23""},{""time"":149180,""label"":""cleared_brush"",""using"":""Click""},{""time"":149752,""label"":""started_brush"",""startDate"":""2022-01-07"",""endDate"":""2022-01-17""},{""time"":150264,""label"":""tour_next"",""step"":5},{""time"":156321,""label"":""started_brush"",""startDate"":""2021-09-01"",""endDate"":""2021-11-19""},{""time"":157473,""label"":""moved_brush"",""startDate"":""2021-07-18"",""endDate"":""2021-10-04""},{""label"":""window_blurred"",""time"":160777},{""label"":""window_focused"",""time"":162283},{""time"":162352,""label"":""tour_next"",""step"":5},{""time"":164647,""label"":""cleared_brush"",""using"":""Click""},{""time"":164647,""label"":""cleared_brush"",""using"":""Escape""},{""time"":165312,""label"":""tour_next"",""step"":5},{""time"":167685,""label"":""tour_end"",""step"":5},{""time"":171043,""label"":""cleared_brush"",""using"":""Click""}]}","{""startTime"":1678666113905,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":3557},{""label"":""window_focused"",""time"":4508},{""time"":4884,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1552,""week"":""3"",""id"":""chart""},{""time"":13150,""label"":""cleared_brush"",""using"":""Click""},{""label"":""window_blurred"",""time"":19421},{""label"":""window_focused"",""time"":24318},{""time"":12890,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":12234,""week"":""32"",""id"":""chart""},{""label"":""window_blurred"",""time"":25812},{""label"":""window_focused"",""time"":26964}]}",complex +2023-03-12 18:06:34,2023-03-12 18:16:34,0,65.27.84.22,100,600,1,2023-03-12 18:16:35,R_sbYL6dvjaOYuyL7,,,,,44.5458,-88.1019,anonymous,EN,1,4.036,4.036,6.305,1,,,,,,,,0,0,15.184,0,83,87,79,3.98,10.733,14.711,6,8.801,19.691,22.537,5,-2,-2,34.442,119.505,121.132,3,-2,-3,59.064,82.041,83.888,2,4,5.303,32.204,33.511,2,0,0,33.807,0,6,6,6,6,6,6,-99,4.184,9.351,11.709,7,6,6,6,6,6,6,It's easy to read and I like that when you scroll over it you can click for more additional information.,2.902,2.902,27.502,1,6,-99,13.925,17.584,20.4,3,2,7,3,4,1,5,6,22.349,22.349,23.084,1,6,6,6,6,6,6,11,8,-99,4.388,14.934,15.844,13,3,3,2,3,3,4,6.066,12.458,13.094,10,3,,2.501,4.485,5.227,2,2,1992,Wisconsin,5,3,1,-99,7,-99,-99,8,3,2,2.662,96.044,98.909,21,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,6012fa2386fe2411f1db90c8,0,"{""startTime"":1678666271119,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678666220929,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678666039625,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":61,""label"":""tour_started""},{""time"":12805,""label"":""tour_next"",""step"":2},{""time"":14826,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1876,""week"":""1"",""id"":""chart2""},{""time"":19646,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678666185648,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":3891,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1334,""week"":""1"",""id"":""chart""},{""label"":""window_blurred"",""time"":12197},{""label"":""window_focused"",""time"":25169}]}",simple +2023-03-12 18:05:35,2023-03-12 18:16:35,0,75.237.199.28,100,660,1,2023-03-12 18:16:36,R_3FXKH10CawQsofU,,,,,33.9388,-117.416,anonymous,EN,1,4.379,4.379,5.296,1,,,,,,,,0,0,15.016,0,83,87,72,5.667,9.95,10.957,3,33.11,38.744,61.685,2,1,-1,27.403,60.392,71.668,2,-3,-3,19.626,75.645,77.136,3,4,29.341,31.291,31.631,2,0,0,33.154,0,3,7,3,5,6,4,-99,34.754,55.269,61.295,6,5,6,4,7,1,4,I have no way to know if it is real but i assume it ,3.731,3.731,16.706,1,4,-99,9.387,9.387,10.444,1,2,7,3,4,1,5,6,0,0,21.278,0,1,3,5,6,2,8,5,7,-99,6.816,25.034,26.793,8,4,3,1,2,4,4,10.395,32.679,33.604,6,3,,12.582,12.582,13.973,1,1,1978,California,6,3,1,-99,7,-99,-99,6,4,2,3.503,74.627,84.771,22,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5d61b08dc1cfe8001740f405,0,"{""startTime"":1678666166250,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678666228903,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678665990817,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":22022,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1730,""week"":""2"",""id"":""chart""},{""time"":23771,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5067,""week"":""2"",""id"":""chart""},{""time"":28975,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1279,""week"":""3"",""id"":""chart""},{""time"":30271,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1717,""week"":""4"",""id"":""chart""},{""time"":33108,""label"":""tour_next"",""step"":2},{""time"":38741,""label"":""tour_end"",""step"":2},{""time"":47343,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1846,""week"":""14"",""id"":""chart""}]}","{""startTime"":1678666131888,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":7364,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1659,""week"":""6"",""id"":""chart""},{""time"":12860,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3028,""week"":""47"",""id"":""chart""},{""time"":15929,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1860,""week"":""48"",""id"":""chart""},{""time"":18360,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1146,""week"":""50"",""id"":""chart""},{""time"":29065,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2258,""week"":""23"",""id"":""chart""}]}",moderate +2023-03-12 18:05:56,2023-03-12 18:16:36,0,104.187.48.189,100,639,1,2023-03-12 18:16:36,R_2PgSVixyV1wCWkN,,,,,33.8789,-117.5353,anonymous,EN,1,2.834,2.834,3.467,1,1,3,2,1.398,6.49,7.056,2,13.951,13.951,15.108,1,78,90,81,6.435,9.103,9.904,3,13.16,70.326,89.462,18,-1,-1,14.69,30.585,34.385,4,-2,-1,15.019,40.844,41.762,4,4,1.345,17.946,23.779,4,3.984,25.792,31.593,7,5,5,5,5,5,5,-99,16.953,23.587,27.309,6,5,5,5,1,4,5,It corresponds with other data that I've seen about Covid 19 from scientific sources.,2.47,2.767,26.818,2,1,-99,3.538,4.669,5.626,2,2,7,3,4,1,5,6,0,0,13.95,0,1,2,1,1,2,1,10,8,-99,6.378,49.583,67.04,10,2,3,2,2,2,3,7.065,39.438,40.047,10,1,1,1.82,6.245,7.969,2,1,1994,California,3,2,1,-99,2,-99,-99,6,4,2,3.602,36.576,37.19,12,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5cba91f716ab74001672d747,1,"{""startTime"":1678666313269,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678666246557,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":1663},{""label"":""window_focused"",""time"":17601}]}","{""startTime"":1678666100550,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":13156,""label"":""tour_next"",""step"":5},{""time"":35672,""label"":""tour_back"",""step"":5},{""time"":37395,""label"":""tour_next"",""step"":5},{""time"":39361,""label"":""cleared_brush"",""using"":""Click""},{""time"":39923,""label"":""cleared_brush"",""using"":""Click""},{""time"":40402,""label"":""moved_brush"",""startDate"":""2021-04-21"",""endDate"":""2021-06-14""},{""time"":41828,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-05-29""},{""time"":43543,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-05-29""},{""time"":44488,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-05-29""},{""time"":45083,""label"":""moved_brush"",""startDate"":""2021-12-15"",""endDate"":""2022-02-07""},{""time"":46156,""label"":""moved_brush"",""startDate"":""2021-07-28"",""endDate"":""2021-09-20""},{""time"":46539,""label"":""cleared_brush"",""using"":""Click""},{""time"":47217,""label"":""cleared_brush"",""using"":""Click""},{""time"":47780,""label"":""cleared_brush"",""using"":""Click""},{""time"":47923,""label"":""cleared_brush"",""using"":""Click""},{""time"":48572,""label"":""cleared_brush"",""using"":""Click""},{""time"":48871,""label"":""started_brush"",""startDate"":""2021-06-22"",""endDate"":""2021-07-05""},{""time"":49331,""label"":""cleared_brush"",""using"":""Click""},{""time"":49962,""label"":""cleared_brush"",""using"":""Click""},{""time"":50212,""label"":""started_brush"",""startDate"":""2021-09-01"",""endDate"":""2021-10-09""},{""time"":50896,""label"":""tour_next"",""step"":5},{""time"":55594,""label"":""moved_brush"",""startDate"":""2021-06-21"",""endDate"":""2021-07-30""},{""time"":57184,""label"":""moved_brush"",""startDate"":""2021-04-08"",""endDate"":""2021-07-30""},{""time"":58618,""label"":""cleared_brush"",""using"":""Click""},{""time"":60689,""label"":""moved_brush"",""startDate"":""2021-11-04"",""endDate"":""2022-02-07""},{""time"":61178,""label"":""tour_next"",""step"":5},{""time"":65184,""label"":""cleared_brush"",""using"":""Click""},{""time"":66469,""label"":""tour_next"",""step"":5},{""time"":70322,""label"":""tour_end"",""step"":5},{""label"":""window_blurred"",""time"":74942},{""time"":86938,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1198,""week"":""2"",""id"":""chart""},{""label"":""window_focused"",""time"":89370}]}","{""startTime"":1678666214538,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":9005,""label"":""cleared_brush"",""using"":""Click""},{""time"":11033,""label"":""started_brush"",""startDate"":""2021-04-14"",""endDate"":""2021-05-14""},{""time"":11495,""label"":""moved_brush"",""startDate"":""2021-04-14"",""endDate"":""2021-05-14""},{""time"":11782,""label"":""moved_brush"",""startDate"":""2021-04-14"",""endDate"":""2021-05-14""},{""time"":12109,""label"":""cleared_brush"",""using"":""Click""},{""time"":15614,""label"":""cleared_brush"",""using"":""Click""},{""time"":19748,""label"":""started_brush"",""startDate"":""2021-10-31"",""endDate"":""2022-01-03""},{""time"":24738,""label"":""moved_brush"",""startDate"":""2021-10-31"",""endDate"":""2022-01-03""},{""time"":25308,""label"":""cleared_brush"",""using"":""Click""}]}",complex +2023-03-12 18:04:51,2023-03-12 18:17:11,0,71.8.96.45,100,739,1,2023-03-12 18:17:13,R_29sGa1vEkGGXTTP,,,,,30.2686,-89.729,anonymous,EN,1,17.861,20.281,22.615,2,,,,,,,,9.353,9.353,15.013,1,82,91,92,6.866,20.506,21.813,6,11.359,31.493,33.089,4,-3,-1,22.923,86.851,88.16,10,-3,-3,19.804,95.884,97.482,8,4,14.832,19.198,20.257,3,10.817,39.042,40.222,4,5,1,5,5,5,5,-99,2.769,46.376,48.644,10,5,6,6,5,4,6,"The bar chart graph provides mathematical and statistical facts, which are truth. Assuming all the data provided is truthful, it gives a convincing, statstically based proof of its claims.",2.749,2.749,49.201,1,4,-99,5.943,9.386,11.23,2,2,3,4,5,1,6,7,8.316,15.875,16.834,2,4,8,10,8,3,7,7,10,-99,4.093,26.305,27.484,10,4,3,2,2,3,3,29.493,61.336,64.952,10,6,,4.685,8.913,10.1,3,1,1967,Louisiana,8,3,1,-99,7,-99,-99,5,1,1,2.586,111.917,113.155,34,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,63ed508fde849af6ba4b96e5,0,"{""startTime"":1678666203795,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":7495,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3511,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678666123432,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678665960185,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":23,""label"":""tour_started""},{""time"":13418,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3382,""week"":""51"",""id"":""chart""},{""time"":18578,""label"":""tour_next"",""step"":2},{""time"":28713,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678666082580,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",simple +2023-03-12 18:06:44,2023-03-12 18:17:46,0,98.34.54.128,100,662,1,2023-03-12 18:17:48,R_1eOAYK7gwLCvLse,,,,,41.8482,-87.6521,anonymous,EN,1,64.914,64.914,65.845,1,2,,1,4.17,4.17,5,1,0,0,15.01,0,50,83,18,12.665,18.379,19.743,5,10.864,15.652,29.758,2,1,-1,33.561,58.682,66.152,2,-3,-3,11.913,99.593,101.099,3,4,23.536,23.536,26.045,1,0,0,60.859,0,3,7,3,5,4,7,-99,10.341,36.988,38.457,9,7,4,7,1,1,7,I have no reason to trust it,3.042,7.15,18.705,2,2,-99,4.367,4.859,5.985,2,2,7,3,4,1,5,6,0,0,16.498,0,1,2,4,3,2,1,3,3,-99,4.246,28.154,35.612,16,2,2,3,2,2,2,4.938,16.499,18.364,6,8,5,7.157,19.898,20.922,3,1,1989,Illinois,2,3,1,-99,7,-99,-99,7,4,2,2.256,62.116,65.536,11,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,58d9a79c33fef3000118abdf,1,"{""startTime"":1678666363445,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678666319335,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678666125558,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":30,""label"":""tour_started""},{""time"":10837,""label"":""tour_next"",""step"":2},{""time"":15629,""label"":""tour_end"",""step"":2},{""time"":16670,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1124,""week"":""52"",""id"":""chart""},{""time"":17908,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2751,""week"":""1"",""id"":""chart""},{""time"":20993,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1606,""week"":""2"",""id"":""chart""},{""time"":23298,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1163,""week"":""4"",""id"":""chart""},{""time"":24958,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2501,""week"":""5"",""id"":""chart""}]}","{""startTime"":1678666257596,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",moderate +2023-03-12 18:05:43,2023-03-12 18:18:07,0,184.103.148.30,100,744,1,2023-03-12 18:18:08,R_poCmnjmU49rhPzP,,,,,33.4475,-112.0866,anonymous,EN,1,8.978,8.978,15.242,1,1,2,1,2.037,6.251,7.901,2,0,0,15.111,0,60,74,67,8.607,19.488,20.955,5,17.269,23.022,36.224,2,1,-1,23.964,49.363,50.433,2,-3,-1,42.501,57.035,58.118,2,4,39.306,39.306,43.789,1,0,0,53.326,0,3,7,3,4,5,2,-99,14.879,46.135,49.544,7,5,5,5,5,5,6,"DIRECTIONS SAID ""ASSUME YOU TRUST THE VISUALIZATION""",5.101,31.235,34.673,3,3,-99,8.192,15.55,15.947,4,2,7,3,4,1,5,6,0,0,71.686,0,3,2,5,6,3,6,10,7,-99,12.929,35.94,38.196,13,3,4,2,2,4,3,15.6,55.765,57.224,7,3,3,16.375,24.509,25.893,3,1,2001,Arizona,5,2,1,-99,3,-99,-99,11,4,2,8.13,93.301,93.656,12,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,60fd204be5808aec5c6cc4fa,1,"{""startTime"":1678666230942,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678666168191,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678666019032,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":17262,""label"":""tour_next"",""step"":2},{""time"":23015,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678666114396,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",moderate +2023-03-12 18:06:38,2023-03-12 18:18:11,0,73.190.174.121,100,693,1,2023-03-12 18:18:11,R_3KusG3uHI0fFwcD,,,,,36.3125,-82.377,anonymous,EN,1,8.864,8.864,9.944,1,,,,,,,,0,0,15.014,0,100,71,50,7.913,13.601,16.095,4,9.38,16.015,19.923,3,1,-1,36.378,74.829,77.169,2,-2,-3,17.906,105.233,106.239,3,4,24.773,27.108,27.912,3,0,0,32.725,0,3,1,3,4,6,3,-99,8.3,55.205,57.648,7,3,5,3,1,1,3,I have no idea if the data is accurate,3.118,3.118,16.026,1,4,-99,15.922,18.22,20.467,3,2,7,3,4,1,5,6,0,0,24.757,0,2,2,2,2,2,7,9,9,-99,5.248,21.726,23.657,9,2,2,3,4,2,1,7.206,28.251,29.9,6,2,,6.022,6.022,8.394,1,1,1979,Tennessee,6,2,1,-99,7,-99,-99,12,4,1,3.243,112.873,117.458,35,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,610ccf09b1b0759b2668ded1,0,"{""startTime"":1678666214765,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678666273093,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678666054222,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":12026,""label"":""tour_next"",""step"":2},{""time"":16000,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678666181491,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",moderate +2023-03-12 18:03:38,2023-03-12 18:18:13,0,173.235.235.30,100,874,1,2023-03-12 18:18:13,R_T0N68YOlBXuce5P,,,,,34.9488,-89.9305,anonymous,EN,1,6.221,6.221,7.247,1,,,,,,,,0,0,15.016,0,87,93,85,9.517,23.341,24.956,4,20.73,39.234,42.85,2,1,-1,15.408,91.742,99.019,3,-3,-3,50,132.392,133.917,2,4,19.939,19.939,21.861,1,0,0,52.465,0,3,1,4,5,6,3,-99,17.131,51.3,54.918,6,5,5,5,5,1,5,it originally stated let's assume I trust the data,10.486,10.486,34.957,1,3,-99,14.3,15.124,17.449,2,2,7,3,4,1,5,6,0,0,20.637,0,1,1,8,4,1,6,8,4,-99,6.857,33.825,36.411,8,3,3,4,2,4,4,41.915,87.003,89.901,6,5,,27.895,27.895,29.946,1,1,1972,Mississippi,6,3,1,-99,7,-99,-99,15,3,2,1.667,117.161,122.461,30,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,63f4c39d35bdf336aaa69db5,0,"{""startTime"":1678666075658,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":663,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1353,""week"":""30"",""id"":""chart""}]}","{""startTime"":1678666131107,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678665879873,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":17,""label"":""tour_started""},{""time"":12371,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2297,""week"":""52"",""id"":""chart""},{""time"":18581,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1132,""week"":""52"",""id"":""chart""},{""time"":20720,""label"":""tour_next"",""step"":2},{""time"":25024,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1149,""week"":""51"",""id"":""chart2""},{""time"":28022,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1981,""week"":""1"",""id"":""chart2""},{""time"":31218,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2215,""week"":""3"",""id"":""chart2""},{""time"":35631,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1648,""week"":""52"",""id"":""chart2""},{""time"":39224,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678666022635,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":27598,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3632,""week"":""4"",""id"":""chart""},{""time"":34456,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4499,""week"":""4"",""id"":""chart""},{""time"":40551,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1248,""week"":""51"",""id"":""chart2""},{""time"":41916,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2616,""week"":""52"",""id"":""chart2""},{""time"":45675,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2203,""week"":""52"",""id"":""chart""}]}",simple +2023-03-12 18:05:40,2023-03-12 18:18:26,0,75.23.172.44,100,765,1,2023-03-12 18:18:26,R_1o5PrgsEkFKFbYM,,,,,34.4318,-118.5003,anonymous,EN,1,69.935,69.935,72.122,1,1,2,1,1.878,4.046,6.113,2,0,0,15.108,0,100,100,50,9.821,21.059,23.143,4,62.05,76.9,81.675,2,1,-1,36.783,66.632,68.86,2,-3,-3,49.208,66.791,69.648,2,4,18.742,18.742,20.398,1,0,0,48.482,0,5,3,5,5,6,5,-99,12.2,33.805,36.098,6,3,5,3,3,4,5,It shows the rate of infections among those with and without vaccinations. It doesn't promote any personal beliefs either. It is a simple chart published to help the public understand the differences in infections among the two groups.,3.159,89.525,92.655,4,4,-99,7.552,7.552,9.352,1,2,7,3,4,1,5,6,0,0,34.358,0,4,5,2,6,5,4,9,8,-99,9.206,21.489,23.149,8,4,5,1,1,4,3,14.088,36.32,37.607,7,1,3,7.76,17.81,19.609,2,2,2003,California,3,3,1,-99,7,-99,-99,9,4,2,4.007,48.991,50.948,11,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,6298f177bd9e483270ee796b,1,"{""startTime"":1678666273466,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678666310208,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":741,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1068,""week"":""51"",""id"":""chart""}]}","{""startTime"":1678666072820,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":18130,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2497,""week"":""52"",""id"":""chart""},{""time"":22311,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3300,""week"":""1"",""id"":""chart""},{""time"":26099,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2994,""week"":""1"",""id"":""chart""},{""time"":29148,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1862,""week"":""2"",""id"":""chart""},{""time"":38914,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2646,""week"":""6"",""id"":""chart""},{""time"":41882,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1795,""week"":""2"",""id"":""chart""},{""time"":44730,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4897,""week"":""52"",""id"":""chart""},{""time"":50229,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":9648,""week"":""51"",""id"":""chart""},{""time"":62047,""label"":""tour_next"",""step"":2},{""time"":62762,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3965,""week"":""51"",""id"":""chart2""},{""time"":66865,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2696,""week"":""52"",""id"":""chart2""},{""time"":69979,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1849,""week"":""1"",""id"":""chart2""},{""time"":76898,""label"":""tour_end"",""step"":2},{""time"":79379,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1201,""week"":""6"",""id"":""chart2""}]}","{""startTime"":1678666224472,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":9476,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1191,""week"":""14"",""id"":""chart""},{""time"":31659,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1199,""week"":""51"",""id"":""chart2""}]}",simple +2023-03-12 18:07:07,2023-03-12 18:18:51,0,73.255.249.164,100,704,1,2023-03-12 18:18:52,R_Rlc0SO4QE2BZgtj,,,,,27.3269,-82.5433,anonymous,EN,1,4.649,4.649,5.546,1,1,3,1,1.803,4.12,5.064,2,3.236,3.236,15.011,1,62,47,73,5.107,14.275,20.77,4,18.191,41.48,65.868,8,1,-1,3.599,70.561,72.056,7,-3,-3,1.876,88.623,97.858,14,4,3.227,43.404,44.532,16,9.777,10.072,43.832,2,4,7,4,3,6,4,"The ""rate of (un)vaccinated"" at the top of the graphs make the graphs a bit unclear. Would be better to leave out the ""rate of"" and just say ""unvaccinated sample"" and ""vaccinated sample""",4.422,61.301,97.077,12,3,3,4,3,4,4,I would like to verify to make sure the calculated rates are correct.,1.708,2.201,29.951,2,4,-99,1.522,15.202,15.561,5,2,7,3,4,1,5,6,3.028,21.453,23.693,4,4,8,7,8,8,7,10,9,-99,2.659,22.39,26.542,11,4,4,2,2,4,4,5.499,27.755,29.082,8,2,1,6.898,13.121,15.396,4,2,1987,Florida,7,2,1,-99,7,-99,-99,9,4,2,2.701,41.893,43.464,15,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,562435d4ed6e5a0011c812d0,1,"{""startTime"":1678666270790,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":12645,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1454,""week"":""5"",""id"":""chart2""},{""time"":53435,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2510,""week"":""1"",""id"":""chart""},{""label"":""window_blurred"",""time"":57976},{""label"":""window_focused"",""time"":61228}]}","{""startTime"":1678666368397,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678666087641,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":4600,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8101,""week"":""52"",""id"":""chart""},{""time"":20237,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4367,""week"":""6"",""id"":""chart""},{""time"":28866,""label"":""tour_next"",""step"":2},{""time"":30241,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1483,""week"":""51"",""id"":""chart2""},{""time"":40122,""label"":""tour_end"",""step"":2},{""time"":40727,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1017,""week"":""52"",""id"":""chart2""},{""time"":43695,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1750,""week"":""52"",""id"":""chart2""},{""time"":46376,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3654,""week"":""51"",""id"":""chart2""},{""time"":51193,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4276,""week"":""1"",""id"":""chart""},{""time"":55536,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3816,""week"":""52"",""id"":""chart""},{""label"":""window_blurred"",""time"":63367},{""label"":""window_focused"",""time"":65267}]}","{""startTime"":1678666226357,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":4618,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1536,""week"":""52"",""id"":""chart2""},{""time"":6327,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1654,""week"":""51"",""id"":""chart2""},{""label"":""window_blurred"",""time"":11783},{""label"":""window_focused"",""time"":13297},{""time"":17133,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5559,""week"":""51"",""id"":""chart""},{""time"":22709,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2328,""week"":""52"",""id"":""chart""},{""time"":25101,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2352,""week"":""1"",""id"":""chart""},{""time"":33210,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1096,""week"":""49"",""id"":""chart2""},{""time"":40264,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1807,""week"":""52"",""id"":""chart""}]}",simple +2023-03-12 18:08:30,2023-03-12 18:19:07,0,208.38.225.149,100,636,1,2023-03-12 18:19:07,R_3oI534Bgk12F4in,,,,,40.0414,-84.2023,anonymous,EN,1,19.849,19.849,22.332,1,1,2,1,2.871,5.73,7.558,2,0,0,15.125,0,100,71,55,4.884,9.124,12.127,3,12.562,22.528,61.415,2,1,-1,15.08,63.678,68.469,2,1,1,18.835,67.916,70.072,4,2,4.981,28.339,29.762,2,0,0,41.779,0,5,4,7,5,5,5,None,13.151,33.26,39.974,8,5,5,5,3,4,5,The information sounds reliable and the way that the information is presented seems professional.,3.179,3.179,30.451,1,5,None,6.864,8.643,11.255,2,2,7,3,4,1,5,6,0,0,19.815,0,5,8,3,8,6,6,10,10,None,8.67,24.794,29.41,10,3,3,2,3,4,2,11.682,30.919,34.813,6,2,2,9.242,16.52,23.825,2,1,1997,Ohio,6,1,1,-99,7,-99,-99,11,4,1,4.066,63.401,66.177,16,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5e70e4309b339b03acc24159,1,"{""startTime"":1678666412584,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678666357270,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678666182610,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":7327,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1490,""week"":""51"",""id"":""chart""},{""time"":12555,""label"":""tour_next"",""step"":2},{""time"":22521,""label"":""tour_end"",""step"":2},{""time"":23847,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1134,""week"":""51"",""id"":""chart""},{""time"":29236,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1334,""week"":""51"",""id"":""chart""},{""time"":34353,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2140,""week"":""52"",""id"":""chart""},{""time"":37541,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4108,""week"":""52"",""id"":""chart""},{""time"":43382,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1132,""week"":""52"",""id"":""chart""},{""time"":53594,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3127,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678666314939,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":13734,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1336,""week"":""1"",""id"":""chart""},{""time"":15447,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":15513,""week"":""52"",""id"":""chart""},{""time"":31461,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1236,""week"":""32"",""id"":""chart""},{""time"":33376,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1196,""week"":""52"",""id"":""chart""}]}",moderate +2023-03-12 18:06:13,2023-03-12 18:19:42,0,47.205.221.74,100,808,1,2023-03-12 18:19:43,R_27fegjRM558Z2pU,,,,,27.4067,-82.5314,anonymous,EN,1,15.276,15.276,17.435,1,1,4,2,3.712,7.618,10.497,2,0,0,15.126,0,71,59,50,15.538,25.986,28.151,4,22.787,45.941,48.28,3,1,-1,53.519,82.75,87.571,6,-3,-3,49.596,108.117,110.405,3,4,21.623,21.623,27.526,1,30.487,30.487,40.888,1,3,3,4,4,3,3,Why do you have to stack the data? The stacking of the bars makes the data harder to read.,10.456,73.484,90.889,12,4,4,4,3,3,3,It just a chart with no support data. I would like to see some detail behind the chart.,3.056,5.456,38.978,2,5,-99,8.525,13.817,24.114,4,2,3,4,5,1,6,7,1.735,18.002,20.598,3,7,7,7,7,7,6,8,7,-99,7.723,21.833,25.002,8,4,4,2,2,4,3,13.855,49.463,51.576,6,3,3,6.253,16.177,18.996,4,1,1962,Florida,6,3,1,-99,7,-99,-99,8,4,1,1.966,64.343,67.359,20,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,628817a3c518b074f426f27d,1,"{""startTime"":1678666344712,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678666270763,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678666068587,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":75,""label"":""tour_started""},{""time"":22756,""label"":""tour_next"",""step"":2},{""time"":29662,""label"":""tour_end"",""step"":2},{""time"":30755,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1014,""week"":""52"",""id"":""chart""},{""time"":40788,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1438,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678666228783,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",moderate +2023-03-12 18:07:31,2023-03-12 18:20:21,0,96.81.204.54,100,770,1,2023-03-12 18:20:22,R_2Vx4Y2L8i0OpuE2,,,,,41.9237,-87.814,anonymous,EN,1,2.643,8.43,10.306,6,,,,,,,,7.668,7.668,15.017,1,100,100,66,2.869,19.154,20.585,16,3.128,14.873,16.074,4,1,-2,1.297,53.296,54.485,19,1,-3,2.704,90.695,91.866,24,4,1.688,85.207,86.409,8,2.946,33.353,34.57,5,4,4,4,4,4,4,-99,1.329,14.179,15.56,12,4,6,5,1,4,6,I can imagine these statistics to be true,6.647,6.647,15.513,1,1,-99,5.725,6.945,7.896,2,3,4,5,6,1,2,7,16.844,16.844,19.575,1,4,4,5,4,4,5,6,6,-99,6.966,25.101,26.174,17,5,5,1,1,5,5,86.763,99.833,101.257,7,4,,71.577,72.441,73.558,2,2,1987,Illinois,6,2,1,-99,9,-99,Irish Mexican,11,3,1,1.527,53.961,60.617,22,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,603ee4c2bd61ee1a08fd6a8a,0,"{""startTime"":1678666367490,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678666343175,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678666128567,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":28,""label"":""tour_started""},{""time"":4761,""label"":""tour_next"",""step"":2},{""time"":12891,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678666237504,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",moderate +2023-03-12 18:07:07,2023-03-12 18:20:26,0,184.184.143.221,100,798,1,2023-03-12 18:20:27,R_1rq6aqfdebAvRHK,,,,,41.4694,-81.8541,anonymous,EN,1,12.495,12.495,14.062,1,1,1,2,1.844,4.444,5.15,2,0,0,15.117,0,45,63,41,4.377,11,11.793,4,19.384,74.884,78.369,5,1,-1,83.887,156.146,157.193,3,-3,-3,37.855,51.746,51.964,3,4,38.837,38.837,39.628,1,23.916,23.916,36.6,1,4,7,5,4,3,5,-99,47.094,74.657,77.281,7,4,5,4,2,4,5,"the data seems pretty solid, and seems like it makes sense so i have no reason to doubt it",3.782,3.782,31.629,1,4,-99,49.183,51.555,51.825,3,2,7,3,4,1,5,6,0,0,30.891,0,3,4,8,5,3,2,3,7,-99,29.204,40.412,41.067,9,2,2,4,5,1,2,9.515,33.557,34.554,14,4,2,12.933,19.276,20.471,3,1,1997,Ohio,2,2,1,-99,7,-99,-99,2,2,1,2.448,44.181,47.137,12,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5fa5a899f2b7600f72104ad1,1,"{""startTime"":1678666304993,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678666250586,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678666094915,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":19378,""label"":""tour_next"",""step"":5},{""time"":29163,""label"":""cleared_brush"",""using"":""Click""},{""time"":29889,""label"":""cleared_brush"",""using"":""Click""},{""time"":33072,""label"":""started_brush"",""startDate"":""2021-06-01"",""endDate"":""2021-07-04""},{""time"":33882,""label"":""tour_next"",""step"":5},{""time"":40431,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-07-04""},{""time"":41821,""label"":""cleared_brush"",""using"":""Click""},{""time"":42555,""label"":""tour_next"",""step"":5},{""time"":48806,""label"":""cleared_brush"",""using"":""Click""},{""time"":48806,""label"":""cleared_brush"",""using"":""Escape""},{""time"":49581,""label"":""tour_next"",""step"":5},{""time"":74878,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678666213586,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":3138,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7745,""week"":""52"",""id"":""chart""},{""time"":21048,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1486,""week"":""52"",""id"":""chart""}]}",complex +2023-03-12 18:08:06,2023-03-12 18:20:56,0,172.126.85.8,100,769,1,2023-03-12 18:20:56,R_22y4k2Ez6vqMw6o,,,,,30.6253,-87.896,anonymous,EN,1,4.293,4.293,4.953,1,,,,,,,,0,0,15.006,0,79,100,68,4.548,9.395,10.035,4,29.911,33.529,35.043,2,1,-1,6.019,79.289,85.392,29,-2,-3,43.153,126.745,127.359,21,4,45.079,54.723,56.136,5,60.306,60.306,64.786,1,3,1,3,2,4,3,-99,2.553,26.902,29.687,9,3,2,7,1,1,3,I have no reason to not believe it but I need other sources corroborating the information to trust it.,2.062,50.776,51.691,8,5,-99,2.542,6.672,7.101,6,2,7,3,4,1,5,6,0.95,2.373,11.151,4,2,2,6,5,1,1,7,8,-99,7.674,88.572,89.961,22,5,5,1,2,5,5,9.743,26.408,27.372,7,4,,1.889,1.889,3.041,1,1,1997,Alabama,5,1,1,-99,7,-99,-99,4,3,2,0.754,93.545,97.459,72,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5ecd38f434841606c4b5d457,0,"{""startTime"":1678666315299,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678666345761,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":10753},{""label"":""window_focused"",""time"":11556}]}","{""startTime"":1678666128912,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":8,""label"":""tour_started""},{""label"":""window_blurred"",""time"":5579},{""label"":""window_focused"",""time"":22938},{""time"":29906,""label"":""tour_next"",""step"":2},{""time"":33523,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678666250152,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":4727,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1834,""week"":""2"",""id"":""chart""},{""time"":6635,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1070,""week"":""1"",""id"":""chart""},{""time"":14790,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1526,""week"":""1"",""id"":""chart2""},{""time"":28293,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2747,""week"":""1"",""id"":""chart""},{""label"":""window_blurred"",""time"":33466},{""label"":""window_focused"",""time"":59110},{""time"":62647,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1486,""week"":""52"",""id"":""chart2""}]}",simple +2023-03-12 18:10:08,2023-03-12 18:23:40,0,76.21.182.84,100,811,1,2023-03-12 18:23:40,R_1LGUVoj5p7LfR1Z,,,,,38.3523,-75.5386,anonymous,EN,1,6.399,6.399,7.165,1,,,,,,,,0,0,15.007,0,64,68,78,8.356,15.555,16.428,3,32.113,177.63,185.623,20,1,-1,33.25,51.198,59.806,2,-3,1,63.664,81.431,82.873,2,4,69.913,69.913,75.821,1,0,0,36.218,0,3,1,3,3,6,2,-99,17.285,45.601,53.843,6,4,4,4,1,1,3,I don't have proof that this information is correct. Just because it's put on a graph doesn't mean it's accurate.,2.837,2.837,36.692,1,4,-99,6.852,6.852,9.424,1,2,7,3,4,1,5,6,0,0,13.466,0,1,1,4,1,1,1,1,4,-99,10.175,31.091,34.036,12,1,1,5,5,1,1,13.415,31.382,32.34,6,7,,6.168,6.168,7.29,1,2,1971,Maryland,3,2,1,-99,7,-99,-99,17,3,2,2.096,54.644,55.602,14,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5f3dd31899a9be204ea557f6,0,"{""startTime"":1678666654736,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678666575690,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678666276562,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":32110,""label"":""tour_next"",""step"":5},{""time"":56225,""label"":""tour_back"",""step"":5},{""time"":62126,""label"":""tour_next"",""step"":5},{""time"":67430,""label"":""started_brush"",""startDate"":""2021-04-24"",""endDate"":""2021-06-08""},{""time"":74297,""label"":""moved_brush"",""startDate"":""2021-04-10"",""endDate"":""2021-05-25""},{""time"":74876,""label"":""tour_next"",""step"":5},{""time"":87564,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-05-20""},{""time"":88976,""label"":""moved_brush"",""startDate"":""2021-12-23"",""endDate"":""2022-02-07""},{""time"":91379,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-05-20""},{""time"":92020,""label"":""cleared_brush"",""using"":""Click""},{""time"":93778,""label"":""tour_next"",""step"":5},{""time"":105342,""label"":""tour_back"",""step"":5},{""time"":108392,""label"":""started_brush"",""startDate"":""2021-06-29"",""endDate"":""2021-07-07""},{""time"":111813,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-06-29""},{""time"":115311,""label"":""cleared_brush"",""using"":""Click""},{""time"":117370,""label"":""cleared_brush"",""using"":""Click""},{""time"":119003,""label"":""cleared_brush"",""using"":""Click""},{""time"":122435,""label"":""cleared_brush"",""using"":""Click""},{""time"":123942,""label"":""tour_next"",""step"":5},{""time"":131457,""label"":""cleared_brush"",""using"":""Click""},{""time"":131457,""label"":""cleared_brush"",""using"":""Escape""},{""time"":133492,""label"":""tour_next"",""step"":5},{""time"":153491,""label"":""tour_end"",""step"":5},{""time"":161048,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":2389,""week"":""6"",""id"":""chart""},{""time"":163493,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1995,""week"":""6"",""id"":""chart""},{""time"":165493,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1561,""week"":""6"",""id"":""chart""},{""time"":167276,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1061,""week"":""5"",""id"":""chart""},{""time"":169143,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1760,""week"":""5"",""id"":""chart""},{""time"":170909,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":2311,""week"":""5"",""id"":""chart""},{""time"":173232,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":2426,""week"":""5"",""id"":""chart""}]}","{""startTime"":1678666539116,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",complex +2023-03-12 18:05:56,2023-03-12 18:24:03,0,99.162.213.149,100,1086,1,2023-03-12 18:24:03,R_2xWxkav3i2vIv8c,,,,,30.2801,-81.4165,anonymous,EN,1,8.777,9.777,10.978,2,,,,,,,,0,0,15.012,0,60,41,38,8.109,19.292,20.618,5,9.394,140.57,141.825,18,1,-1,25.734,200.237,202.342,9,-3,-3,11.831,144.135,145.476,9,4,23.513,47.265,48.527,6,22.17,31.314,32.479,2,3,1,3,2,5,3,was the covid question an attention check? or a typo?,16.564,49.139,73.619,10,6,4,4,1,1,3,I do not know anything about the Chamber of Agriculture in Croatia so if I were to learn more about that organization I would be more likely to trust the data,3.523,3.523,55.666,1,7,there was one page where the same question appeared twice and the answer choices were different in the question on top and the one on the bottom - took a screenshot - so I put don't know for the second one,9.359,63.847,64.861,4,2,7,3,4,1,5,6,11.35,11.35,22.165,1,5,9,1,7,10,1,11,10,-99,6.129,31.417,33.032,10,3,1,1,1,5,5,9.889,26.938,27.8,7,1,,6.857,8.73,9.751,2,2,1958,Florida,6,2,1,-99,7,-99,-99,11,4,1,6.678,94.032,98.584,20,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5f489766dbc4a2364c0f4f93,0,"{""startTime"":1678666237796,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678666311806,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":23348,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1241,""week"":""51"",""id"":""chart""}]}","{""startTime"":1678666013260,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":21568,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2552,""week"":""1"",""id"":""chart""},{""time"":25054,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1001,""week"":""47"",""id"":""chart""},{""time"":30956,""label"":""tour_next"",""step"":5},{""time"":71788,""label"":""cleared_brush"",""using"":""Click""},{""time"":72163,""label"":""cleared_brush"",""using"":""Click""},{""time"":73151,""label"":""started_brush"",""startDate"":""2021-10-27"",""endDate"":""2022-02-07""},{""time"":74860,""label"":""tour_next"",""step"":5},{""time"":83831,""label"":""moved_brush"",""startDate"":""2021-10-18"",""endDate"":""2022-01-29""},{""time"":84899,""label"":""tour_next"",""step"":5},{""time"":93940,""label"":""cleared_brush"",""using"":""Click""},{""time"":98315,""label"":""tour_next"",""step"":5},{""time"":109853,""label"":""tour_end"",""step"":5},{""time"":115660,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4906,""week"":""52"",""id"":""chart""},{""time"":120684,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1767,""week"":""1"",""id"":""chart""},{""time"":131859,""label"":""cleared_brush"",""using"":""Click""},{""time"":134342,""label"":""started_brush"",""startDate"":""2021-11-19"",""endDate"":""2022-01-20""}]}","{""startTime"":1678666204818,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",complex +2023-03-12 18:03:59,2023-03-12 18:24:59,0,99.100.194.138,100,1259,1,2023-03-12 18:24:59,R_3OcPzgYK6MWIthr,,,,,38.4073,-90.4368,anonymous,EN,1,57.731,57.731,58.963,1,1,3,1,2.55,6.592,7.904,2,0,0,15.118,0,83,78,56,65.964,71.457,72.572,3,15.568,23.641,44.052,2,1,-3,38.247,201.023,206.399,2,-3,-3,57.447,95.42,100.517,2,4,20.243,20.243,28.161,1,0,0,72.556,0,4,4,5,6,5,4,"simple and effective visualizations, and not particularly striking visualizations ",23.253,56.739,81.4,7,4,6,4,2,4,5,"The source was listed as the CDC, which is a government source that is generally trustworthy.",2.822,2.822,52.403,1,4,-99,7.857,7.857,14.028,1,2,7,3,4,1,5,6,0,0,57.431,0,7,8,9,9,5,8,10,9,-99,38.727,61.8,63.771,8,5,5,1,1,5,5,7.054,32.758,33.802,6,4,1,6.813,67.04,69.761,2,1,1997,Missouri,7,1,1,-99,7,-99,-99,11,3,2,3.761,185.576,186.8,13,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,6299ff1ebc3e60ee16e4f099,1,"{""startTime"":1678666333293,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678666415123,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678666008453,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":11392,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1749,""week"":""52"",""id"":""chart""},{""time"":15563,""label"":""tour_next"",""step"":2},{""time"":19342,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1633,""week"":""52"",""id"":""chart2""},{""time"":23635,""label"":""tour_end"",""step"":2},{""time"":29012,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1146,""week"":""52"",""id"":""chart2""},{""time"":30654,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1887,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678666260334,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",simple +2023-03-12 18:05:40,2023-03-12 18:26:30,0,67.234.30.218,100,1249,1,2023-03-12 18:26:31,R_1CK0o7tEUJbGrUs,,,,,36.291,-82.5001,anonymous,EN,1,12.093,14.478,15.108,3,2,,2,2.738,2.738,4.056,1,2.725,2.725,15.029,1,50,100,94,11.289,31.571,32.276,7,24.994,203.159,204.151,19,1,-1,22.883,177.596,178.481,10,-3,-3,22.665,70.289,70.987,8,4,45.968,47.079,48.151,2,55.806,55.806,56.732,1,1,1,1,5,5,1,"Sorry, but I just do not find that chart/data believable . . . but, I have lost much/most faith in the CDC since the pandemic.",23.425,132.136,133.006,16,7,5,5,1,3,5,"At the beginning of that question, the study asked that I assume I agreed with the study. ",5.491,5.491,49.714,1,6,I don't believe I have any additional thoughts/comments.,8.458,48.084,48.949,6,2,7,3,4,1,5,6,17.483,35.514,36.205,3,3,3,8,8,1,9,9,8,-99,7.083,46.884,47.752,13,3,3,1,1,4,3,15.843,78.948,84.322,12,5,1,11.873,41.569,42.297,6,2,1961,Virginia,3,2,1,-99,7,-99,-99,4,3,2,5.086,76.646,79.058,19,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,63f2261685a2effaa7a16de6,1,"{""startTime"":1678666348484,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678666483006,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678666035452,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":69,""label"":""tour_started""},{""time"":26454,""label"":""tour_next"",""step"":5},{""time"":58175,""label"":""started_brush"",""startDate"":""2021-11-21"",""endDate"":""2022-01-24""},{""time"":63234,""label"":""moved_brush"",""startDate"":""2021-12-05"",""endDate"":""2022-02-07""},{""time"":65593,""label"":""moved_brush"",""startDate"":""2021-12-05"",""endDate"":""2022-02-07""},{""time"":88039,""label"":""tour_next"",""step"":5},{""time"":131098,""label"":""moved_brush"",""startDate"":""2021-12-05"",""endDate"":""2022-02-07""},{""time"":131801,""label"":""moved_brush"",""startDate"":""2021-12-05"",""endDate"":""2022-02-07""},{""time"":136622,""label"":""started_brush"",""startDate"":""2021-12-01"",""endDate"":""2022-02-07""},{""time"":148519,""label"":""tour_next"",""step"":5},{""time"":156870,""label"":""cleared_brush"",""using"":""Click""},{""time"":156870,""label"":""cleared_brush"",""using"":""Escape""},{""time"":164053,""label"":""tour_next"",""step"":5},{""time"":178735,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678666290090,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",complex +2023-03-12 18:10:12,2023-03-12 18:27:12,0,47.32.189.250,100,1019,1,2023-03-12 18:27:12,R_1fefWWKVJLCDWxb,,,,,37.4912,-120.8559,anonymous,EN,1,77.903,77.903,78.906,1,1,3,1,8.644,10.049,11.375,2,0,0,15.105,0,100,33,79,4.973,10.187,11.989,3,20.878,75.575,108.299,13,1,-1,43.451,91.196,92.925,2,-3,1,69.206,92.236,93.896,2,4,25.256,39.159,40.495,2,51.264,51.264,51.716,1,6,6,6,6,6,6,-99,78.627,90.287,91.349,6,6,6,6,2,5,6,I can see the situation for the CDC which is the entity that collects this type of data. ,1.745,1.745,25.286,1,2,-99,2.802,2.802,5.137,1,2,7,3,4,1,5,6,0,0,25.586,0,2,7,3,6,3,4,10,10,-99,4.624,19.666,21.003,10,2,3,4,4,4,2,173.667,188.68,189.742,6,2,3,3.891,9.374,11.076,2,1,1999,California,6,2,2,-99,4,-99,-99,4,4,1,2.937,97.287,100.307,14,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,63116efcd51b74f77be0cfbb,1,"{""startTime"":1678666591865,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":21577,""label"":""cleared_brush"",""using"":""Click""},{""time"":21577,""label"":""cleared_brush"",""using"":""Escape""},{""time"":69659,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1126,""week"":""51"",""id"":""chart""}]}","{""startTime"":1678666545961,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":632,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1286,""week"":""1"",""id"":""chart""}]}","{""startTime"":1678666343909,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":110,""label"":""tour_started""},{""time"":2993,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1229,""week"":""52"",""id"":""chart""},{""time"":4224,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7342,""week"":""52"",""id"":""chart""},{""time"":20869,""label"":""tour_next"",""step"":5},{""time"":34613,""label"":""started_brush"",""startDate"":""2021-08-02"",""endDate"":""2021-08-31""},{""time"":35849,""label"":""tour_next"",""step"":5},{""time"":43665,""label"":""moved_brush"",""startDate"":""2021-09-02"",""endDate"":""2021-10-02""},{""time"":44866,""label"":""tour_next"",""step"":5},{""time"":54798,""label"":""moved_brush"",""startDate"":""2021-09-02"",""endDate"":""2021-10-02""},{""time"":55465,""label"":""moved_brush"",""startDate"":""2021-09-02"",""endDate"":""2021-10-02""},{""time"":67418,""label"":""cleared_brush"",""using"":""Click""},{""time"":70573,""label"":""tour_next"",""step"":5},{""time"":75567,""label"":""tour_end"",""step"":5},{""time"":82005,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1564,""week"":""52"",""id"":""chart""},{""time"":83890,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4422,""week"":""52"",""id"":""chart""},{""time"":88325,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6033,""week"":""52"",""id"":""chart""},{""time"":96801,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1482,""week"":""2"",""id"":""chart""},{""time"":98285,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1738,""week"":""2"",""id"":""chart""},{""time"":104192,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2419,""week"":""6"",""id"":""chart""}]}","{""startTime"":1678666493749,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":19699,""label"":""started_brush"",""startDate"":""2021-06-01"",""endDate"":""2021-07-01""},{""time"":23321,""label"":""cleared_brush"",""using"":""Click""},{""time"":32498,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":18057,""week"":""52"",""id"":""chart""}]}",complex +2023-03-12 18:06:11,2023-03-12 18:29:21,0,73.216.211.104,100,1390,1,2023-03-12 18:29:22,R_qONx3nL5mscfmGR,,,,,37.2532,-80.4347,anonymous,EN,1,33.737,110.704,112.778,2,,,,,,,,0,0,15.018,0,100,96,100,8.927,29.292,30.988,6,21.302,137.869,150.549,11,1,-1,27.79,73.636,86.654,3,-3,-3,1.795,65.941,68.633,5,3,51.137,51.137,55.396,1,0,0,63.86,0,5,1,6,6,6,6,The data is completely unrelated to COVID-19 even though there is a question about it. ,28.922,117.95,130.143,9,6,6,6,7,1,6,"Data was collected over a long period of time. It also claims to be from an organization, the CCA, which seems like something they would care about. ",5.505,16.825,113.385,3,5,-99,12.8,12.8,16.113,1,2,7,3,4,1,5,6,0,0,43.43,0,3,5,8,9,3,6,11,11,-99,8.017,30.043,36.153,9,5,5,3,2,5,4,18.573,47.168,54.991,6,4,,14.096,18.168,23.375,2,1,1994,Virginia,6,2,1,-99,7,-99,-99,11,3,1,3.276,269.073,288.803,18,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,63eadc57476c90c3a9c3a977,0,"{""startTime"":1678666585055,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678666415001,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678666144016,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":12219,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1480,""week"":""47"",""id"":""chart""},{""time"":15024,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2991,""week"":""49"",""id"":""chart""},{""time"":21298,""label"":""tour_next"",""step"":5},{""time"":37038,""label"":""started_brush"",""startDate"":""2021-06-25"",""endDate"":""2021-10-02""},{""time"":39094,""label"":""tour_next"",""step"":5},{""time"":46787,""label"":""moved_brush"",""startDate"":""2021-05-27"",""endDate"":""2021-10-02""},{""time"":47972,""label"":""tour_next"",""step"":5},{""time"":62222,""label"":""cleared_brush"",""using"":""Click""},{""time"":64368,""label"":""tour_next"",""step"":5},{""time"":72636,""label"":""tour_end"",""step"":5},{""time"":77385,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1054,""week"":""52"",""id"":""chart""},{""time"":79249,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2649,""week"":""52"",""id"":""chart""},{""time"":85365,""label"":""cleared_brush"",""using"":""Click""},{""time"":88669,""label"":""started_brush"",""startDate"":""2021-10-25"",""endDate"":""2021-11-28""},{""time"":94925,""label"":""cleared_brush"",""using"":""Click""},{""time"":122770,""label"":""cleared_brush"",""using"":""Click""},{""time"":123604,""label"":""cleared_brush"",""using"":""Click""},{""time"":125812,""label"":""started_brush"",""startDate"":""2021-04-07"",""endDate"":""2021-06-04""},{""time"":126813,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4375,""week"":""20"",""id"":""chart""},{""time"":133374,""label"":""cleared_brush"",""using"":""Click""},{""time"":138985,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2909,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678666350719,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":12509,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1772,""week"":""3"",""id"":""chart""}]}",complex 2023-03-12 18:04:37,2023-03-12 18:33:45,0,67.245.123.222,100,1747,1,2023-03-12 18:33:46,R_2v2Zo88xksB0euS,,,,,40.7584,-73.7973,anonymous,EN,1,267.664,268.762,269.236,2,1,3,1,1.465,6.108,6.998,2,0,0,15.149,0,100,96,71,2.688,9.94,10.92,8,5.39,10.138,20.985,3,1,-3,52.761,107.066,108.318,6,-3,-3,30.48,42.895,44.157,3,4,38.233,38.233,43.084,1,3.671,5.642,32.154,2,6,6,6,6,5,6,-99,7.412,11.18,12.734,6,5,6,6,5,5,6,"I trust this visualization because it is scientifically known that vaccines protect individuals against diseases. -Additionally, this visualization did not attempt to use deceptive graphing to mislead readers. ",1.35,1.35,46.481,1,4,-99,2.261,5.136,6.596,5,2,7,3,4,1,5,6,0,0,20.489,0,6,6,6,8,3,6,10,10,-99,3.581,11.059,13.353,9,4,4,2,2,4,4,3.127,12.523,13.369,9,3,2,1.831,11.812,14.637,4,1,1995,New York,6,2,1,-99,7,-99,-99,14,3,1,5efb5360f3f69c084c1ca850@email.prolific.co,1.428,45.202,50.098,20,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5efb5360f3f69c084c1ca850,1,"{""startTime"":1678667328739,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":4496,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1052,""week"":""52"",""id"":""chart2""}]}","{""startTime"":1678667342153,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678667163971,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":22,""label"":""tour_started""},{""time"":5380,""label"":""tour_next"",""step"":2},{""time"":9016,""label"":""tour_end"",""step"":2},{""time"":9883,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4669,""week"":""1"",""id"":""chart2""},{""time"":14798,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1027,""week"":""3"",""id"":""chart2""}]}","{""startTime"":1678667296099,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":7224,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2465,""week"":""2"",""id"":""chart""},{""label"":""window_blurred"",""time"":10083},{""label"":""window_focused"",""time"":26235},{""label"":""window_blurred"",""time"":27232},{""label"":""window_focused"",""time"":29378}]}",simple -2023-03-12 18:04:03,2023-03-12 18:52:38,0,107.12.96.110,100,2915,1,2023-03-12 18:52:38,R_2t56oUC8zGshe09,,,,,35.7965,-78.7981,anonymous,EN,1,634.541,635.019,635.893,2,,,,,,,,0,0,16.671,0,79,76,85,12.567,16.395,20.283,3,10.029,49.47,50.358,6,-1,1,39.383,254.073,255.825,16,1,-3,354.781,439.763,441.295,3,1,20.46,121.686,123.022,2,9.267,26.667,38.276,6,4,4,4,5,5,4,-99,4.816,18.157,20.202,7,4,4,5,4,5,4," I slightly agree with the statement ""I trust this visualization"" because the data sources and methodology used to create the visualization seem reliable, but I still need to verify the accuracy of the information presented before fully trusting it. ",0.302,40.964,44.111,5,4,-99,6.253,6.253,7.615,1,2,7,3,4,1,5,6,0,0,19.197,0,4,4,4,5,4,6,6,5,-99,22.436,32.63,34.665,8,3,3,2,2,4,3,11.352,37.435,38.298,7,5,,3.352,3.352,4.489,1,2,1982,North Carolina,6,3,1,-99,3,-99,-99,9,2,2,-99,1.022,153.943,154.797,20,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5d31266f466cc90019de4e43,0,"{""startTime"":1678668051653,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678667934101,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678667210710,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":23141,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1166,""week"":""52"",""id"":""chart""},{""time"":27423,""label"":""tour_next"",""step"":2},{""time"":33238,""label"":""tour_end"",""step"":2},{""label"":""window_blurred"",""time"":44504},{""label"":""window_focused"",""time"":49393}]}","{""startTime"":1678667895242,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":14472},{""label"":""window_focused"",""time"":21636}]}",moderate +Additionally, this visualization did not attempt to use deceptive graphing to mislead readers. ",1.35,1.35,46.481,1,4,-99,2.261,5.136,6.596,5,2,7,3,4,1,5,6,0,0,20.489,0,6,6,6,8,3,6,10,10,-99,3.581,11.059,13.353,9,4,4,2,2,4,4,3.127,12.523,13.369,9,3,2,1.831,11.812,14.637,4,1,1995,New York,6,2,1,-99,7,-99,-99,14,3,1,1.428,45.202,50.098,20,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5efb5360f3f69c084c1ca850,1,"{""startTime"":1678667328739,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":4496,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1052,""week"":""52"",""id"":""chart2""}]}","{""startTime"":1678667342153,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678667163971,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":22,""label"":""tour_started""},{""time"":5380,""label"":""tour_next"",""step"":2},{""time"":9016,""label"":""tour_end"",""step"":2},{""time"":9883,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4669,""week"":""1"",""id"":""chart2""},{""time"":14798,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1027,""week"":""3"",""id"":""chart2""}]}","{""startTime"":1678667296099,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":7224,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2465,""week"":""2"",""id"":""chart""},{""label"":""window_blurred"",""time"":10083},{""label"":""window_focused"",""time"":26235},{""label"":""window_blurred"",""time"":27232},{""label"":""window_focused"",""time"":29378}]}",simple +2023-03-12 18:04:03,2023-03-12 18:52:38,0,107.12.96.110,100,2915,1,2023-03-12 18:52:38,R_2t56oUC8zGshe09,,,,,35.7965,-78.7981,anonymous,EN,1,634.541,635.019,635.893,2,,,,,,,,0,0,16.671,0,79,76,85,12.567,16.395,20.283,3,10.029,49.47,50.358,6,-1,1,39.383,254.073,255.825,16,1,-3,354.781,439.763,441.295,3,1,20.46,121.686,123.022,2,9.267,26.667,38.276,6,4,4,4,5,5,4,-99,4.816,18.157,20.202,7,4,4,5,4,5,4," I slightly agree with the statement ""I trust this visualization"" because the data sources and methodology used to create the visualization seem reliable, but I still need to verify the accuracy of the information presented before fully trusting it. ",0.302,40.964,44.111,5,4,-99,6.253,6.253,7.615,1,2,7,3,4,1,5,6,0,0,19.197,0,4,4,4,5,4,6,6,5,-99,22.436,32.63,34.665,8,3,3,2,2,4,3,11.352,37.435,38.298,7,5,,3.352,3.352,4.489,1,2,1982,North Carolina,6,3,1,-99,3,-99,-99,9,2,2,1.022,153.943,154.797,20,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5d31266f466cc90019de4e43,0,"{""startTime"":1678668051653,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678667934101,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678667210710,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":23141,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1166,""week"":""52"",""id"":""chart""},{""time"":27423,""label"":""tour_next"",""step"":2},{""time"":33238,""label"":""tour_end"",""step"":2},{""label"":""window_blurred"",""time"":44504},{""label"":""window_focused"",""time"":49393}]}","{""startTime"":1678667895242,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":14472},{""label"":""window_focused"",""time"":21636}]}",moderate diff --git a/study_data/pilot4/data.csv b/study_data/pilot4/data.csv index cf1c54b..a1a0f49 100644 --- a/study_data/pilot4/data.csv +++ b/study_data/pilot4/data.csv @@ -1,4 +1,4 @@ -StartDate,EndDate,Status,IPAddress,Progress,Duration (in seconds),Finished,RecordedDate,ResponseId,RecipientLastName,RecipientFirstName,RecipientEmail,ExternalReference,LocationLatitude,LocationLongitude,DistributionChannel,UserLanguage,Consent Form,consent-time_First Click,consent-time_Last Click,consent-time_Page Submit,consent-time_Click Count,covid-vaccine,covid-vaccine-doses,covid-infection,covid-time_First Click,covid-time_Last Click,covid-time_Page Submit,covid-time_Click Count,bar-vis-timer_First Click,bar-vis-timer_Last Click,bar-vis-timer_Page Submit,bar-vis-timer_Click Count,affect-science_1,affect-clarity_1,affect-aesthetic_1,bar-initial-time_First Click,bar-initial-time_Last Click,bar-initial-time_Page Submit,bar-initial-time_Click Count,bar-tour-time_First Click,bar-tour-time_Last Click,bar-tour-time_Page Submit,bar-tour-time_Click Count,simple-bar-vlat-1,simple-bar-vlat-2,simple-bar-vlat-time_First Click,simple-bar-vlat-time_Last Click,simple-bar-vlat-time_Page Submit,simple-bar-vlat-time_Click Count,moderate-bar-vlat-1,moderate-bar-vlat-2,mod-bar-vlat-time_First Click,mod-bar-vlat-time_Last Click,mod-bar-vlat-time_Page Submit,mod-bar-vlat-time_Click Count,complex-bar-vlat-1,com-bar-vlat-time_First Click,com-bar-vlat-time_Last Click,com-bar-vlat-time_Page Submit,com-bar-vlat-time_Click Count,bar-explore-time_First Click,bar-explore-time_Last Click,bar-explore-time_Page Submit,bar-explore-time_Click Count,bar-data_1,bar-data_2,bar-data_3,bar-data_4,bar-data_5,bar-data_6,bar-data-exp,bar-data-time_First Click,bar-data-time_Last Click,bar-data-time_Page Submit,bar-data-time_Click Count,bar-vis_1,bar-vis_2,bar-vis_3,bar-vis_4,bar-vis_5,bar-vis_6,bar-why,bar-vis-time_First Click,bar-vis-time_Last Click,bar-vis-time_Page Submit,bar-vis-time_Click Count,interpersonal-trust_1,interper-trust-exp,interper-trust-time_First Click,interper-trust-time_Last Click,interper-trust-time_Page Submit,interper-trust-time_Click Count,attention-check_1,attention-check_2,attention-check_3,attention-check_4,attention-check_5,attention-check_6,attention-check_7,attention-check-time_First Click,attention-check-time_Last Click,attention-check-time_Page Submit,attention-check-time_Click Count,trust-in-science_1,trust-in-science_2,trust-in-science_3,trust-in-science_4,trust-in-science_5,trust-in-science_6,trust-in-science_7,trust-in-science_8,trust-science-exp,trust-science-time_First Click,trust-science-time_Last Click,trust-science-time_Page Submit,trust-science-time_Click Count,cognition_1,cognition_2,cognition_3,cognition_4,cognition_5,cognition_6,need-cognition-time_First Click,need-cognition-time_Last Click,need-cognition-time_Page Submit,need-cognition-time_Click Count,political_views,covid_information,politics_time_First Click,politics_time_Last Click,politics_time_Page Submit,politics_time_Click Count,Gender,Age,State_1,Education,Parents_education,Language,Language_4_TEXT,Ethnicity,Ethnicity_8_TEXT,Ethnicity_9_TEXT,Income,Religion,Interview,Interview_1_TEXT,demographics_time_First Click,demographics_time_Last Click,demographics_time_Page Submit,demographics_time_Click Count,PROLIFIC_PID,isCovidData,provenance-bar-data,provenance-bar-vis,provenance-bar-tour,provenance-bar-explore,bar-complexity +StartDate,EndDate,Status,IPAddress,Progress,Duration (in seconds),Finished,RecordedDate,ResponseId,RecipientLastName,RecipientFirstName,RecipientEmail,ExternalReference,LocationLatitude,LocationLongitude,DistributionChannel,UserLanguage,Consent Form,consent-time_First Click,consent-time_Last Click,consent-time_Page Submit,consent-time_Click Count,covid-vaccine,covid-vaccine-doses,covid-infection,covid-time_First Click,covid-time_Last Click,covid-time_Page Submit,covid-time_Click Count,bar-vis-timer_First Click,bar-vis-timer_Last Click,bar-vis-timer_Page Submit,bar-vis-timer_Click Count,affect-science_1,affect-clarity_1,affect-aesthetic_1,bar-initial-time_First Click,bar-initial-time_Last Click,bar-initial-time_Page Submit,bar-initial-time_Click Count,bar-tour-time_First Click,bar-tour-time_Last Click,bar-tour-time_Page Submit,bar-tour-time_Click Count,simple-bar-vlat-1,simple-bar-vlat-2,simple-bar-vlat-time_First Click,simple-bar-vlat-time_Last Click,simple-bar-vlat-time_Page Submit,simple-bar-vlat-time_Click Count,moderate-bar-vlat-1,moderate-bar-vlat-2,mod-bar-vlat-time_First Click,mod-bar-vlat-time_Last Click,mod-bar-vlat-time_Page Submit,mod-bar-vlat-time_Click Count,complex-bar-vlat-1,com-bar-vlat-time_First Click,com-bar-vlat-time_Last Click,com-bar-vlat-time_Page Submit,com-bar-vlat-time_Click Count,bar-explore-time_First Click,bar-explore-time_Last Click,bar-explore-time_Page Submit,bar-explore-time_Click Count,bar-data_1,bar-data_2,bar-data_3,bar-data_4,bar-data_5,bar-data_6,bar-data-exp,bar-data-time_First Click,bar-data-time_Last Click,bar-data-time_Page Submit,bar-data-time_Click Count,bar-vis_1,bar-vis_2,bar-vis_3,bar-vis_4,bar-vis_5,bar-vis_6,bar-why,bar-vis-time_First Click,bar-vis-time_Last Click,bar-vis-time_Page Submit,bar-vis-time_Click Count,interpersonal-trust_1,interper-trust-exp,interper-trust-time_First Click,interper-trust-time_Last Click,interper-trust-time_Page Submit,interper-trust-time_Click Count,attention-check_1,attention-check_2,attention-check_3,attention-check_4,attention-check_5,attention-check_6,attention-check_7,attention-check-time_First Click,attention-check-time_Last Click,attention-check-time_Page Submit,attention-check-time_Click Count,trust-in-science_1,trust-in-science_2,trust-in-science_3,trust-in-science_4,trust-in-science_5,trust-in-science_6,trust-in-science_7,trust-in-science_8,trust-science-exp,trust-science-time_First Click,trust-science-time_Last Click,trust-science-time_Page Submit,trust-science-time_Click Count,cognition_1,cognition_2,cognition_3,cognition_4,cognition_5,cognition_6,need-cognition-time_First Click,need-cognition-time_Last Click,need-cognition-time_Page Submit,need-cognition-time_Click Count,political_views,covid_information,politics_time_First Click,politics_time_Last Click,politics_time_Page Submit,politics_time_Click Count,Gender,Age,State_1,Education,Parents_education,Language,Language_4_TEXT,Ethnicity,Ethnicity_8_TEXT,Ethnicity_9_TEXT,Income,Religion,Interview,demographics_time_First Click,demographics_time_Last Click,demographics_time_Page Submit,demographics_time_Click Count,PROLIFIC_PID,isCovidData,provenance-bar-data,provenance-bar-vis,provenance-bar-tour,provenance-bar-explore,bar-complexity Start Date,End Date,Response Type,IP Address,Progress,Duration (in seconds),Finished,Recorded Date,Response ID,Recipient Last Name,Recipient First Name,Recipient Email,External Data Reference,Location Latitude,Location Longitude,Distribution Channel,User Language,"Consent Form for Participation in a Research Study @@ -85,67 +85,67 @@ You can decide not to participate in this research or you can start and then dec -By clicking “I agree” below you are indicating that you are at least 18 years old, have read this consent form, and agree to participate in this research study. Please print a copy of this page for your records.",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,Have you already received a Covid-19 vaccination?,How many doses of the Covid-19 vaccine did you receive?,Have you been verifiably infected with Covid-19?,Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,affect-science - Click to write Choice 1,affect-clarity - Click to write Choice 1,affect-aesthetic - Click to write Choice 1,Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,"How many weeks had higher unvaccinated Covid-19 case counts than the week of Dec 13, 2021?",What is the max number of case counts (per 100K) of vaccinated people who caught Covid-19?,Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,"By approximately how much did the number of cases in unvaccinated people increase from the week of December 13, 2021 to the week of December 20, 2021 (per 100K people)?","Approximately how many unvaccinated people caught Covid-19 (per 100K people) during the week of January 10, 2022?",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,"Among vaccinated people, which age group sees the largest increase in case count between November 2021 and January 2022?",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,Disregard the visualization for this question. To what extent do you agree or disagree with the following statements about the data used in the visualization above? - The data is accurate,Disregard the visualization for this question. To what extent do you agree or disagree with the following statements about the data used in the visualization above? - The data is complete and does not leave out important information,Disregard the visualization for this question. To what extent do you agree or disagree with the following statements about the data used in the visualization above? - The data is unbiased and trustworthy,Disregard the visualization for this question. To what extent do you agree or disagree with the following statements about the data used in the visualization above? - I understand the meaning of this data well,Disregard the visualization for this question. To what extent do you agree or disagree with the following statements about the data used in the visualization above? - The data source was clearly displayed,Disregard the visualization for this question. To what extent do you agree or disagree with the following statements about the data used in the visualization above? - I trust this data,"If you have any additional thoughts/comments, please enter them here.",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,Assume you trust the data used in the visualization. To what extent do you agree or disagree with the following statements about the visualization presented above? - The visualization transparently includes all important elements of the data,Assume you trust the data used in the visualization. To what extent do you agree or disagree with the following statements about the visualization presented above? - I find it easy to understand this visualization,Assume you trust the data used in the visualization. To what extent do you agree or disagree with the following statements about the visualization presented above? - I like this visualization,"Assume you trust the data used in the visualization. To what extent do you agree or disagree with the following statements about the visualization presented above? - I would likely share this visualization with my family, friends or on social media",Assume you trust the data used in the visualization. To what extent do you agree or disagree with the following statements about the visualization presented above? - I would likely use this visualization and its information in my daily life,Assume you trust the data used in the visualization. To what extent do you agree or disagree with the following statements about the visualization presented above? - I trust this visualization,"Tell us a bit more about why you [QID102-ChoiceGroup-SelectedAnswers-11] with the statement ""I trust this visualization"".",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,"Generally speaking, would you say that most people can be trusted or that you can't be too careful in dealing with people? - 2","If you have any additional thoughts/comments, please enter them here.",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,There are many important issues facing our country today. Research shows that issues people think are important can affect their views on other issues. We also want to know if you are paying attention. Please ignore the question and put “crime” in the top position and unemployment in the bottom position. Leave the rest of the issues in the same order. - Health care,There are many important issues facing our country today. Research shows that issues people think are important can affect their views on other issues. We also want to know if you are paying attention. Please ignore the question and put “crime” in the top position and unemployment in the bottom position. Leave the rest of the issues in the same order. - Unemployment,There are many important issues facing our country today. Research shows that issues people think are important can affect their views on other issues. We also want to know if you are paying attention. Please ignore the question and put “crime” in the top position and unemployment in the bottom position. Leave the rest of the issues in the same order. - The federal budget deficit,There are many important issues facing our country today. Research shows that issues people think are important can affect their views on other issues. We also want to know if you are paying attention. Please ignore the question and put “crime” in the top position and unemployment in the bottom position. Leave the rest of the issues in the same order. - The coronavirus pandemic,There are many important issues facing our country today. Research shows that issues people think are important can affect their views on other issues. We also want to know if you are paying attention. Please ignore the question and put “crime” in the top position and unemployment in the bottom position. Leave the rest of the issues in the same order. - Crime,There are many important issues facing our country today. Research shows that issues people think are important can affect their views on other issues. We also want to know if you are paying attention. Please ignore the question and put “crime” in the top position and unemployment in the bottom position. Leave the rest of the issues in the same order. - Education,There are many important issues facing our country today. Research shows that issues people think are important can affect their views on other issues. We also want to know if you are paying attention. Please ignore the question and put “crime” in the top position and unemployment in the bottom position. Leave the rest of the issues in the same order. - Relations with other countries,Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,"On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - Political parties","On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - The government","On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - The police","On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - The legal system","On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - The news media","On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - Business and industry","On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - Scientists/Science","On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - Doctors","If you have any additional thoughts/comments, please enter them here.",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,"The next questions will be about your motivation to engage in cognitive activity. For each sentence below, please select how uncharacteristic or characteristic (5-point scale) this is for you personally. - I would prefer complex to simple problems.","The next questions will be about your motivation to engage in cognitive activity. For each sentence below, please select how uncharacteristic or characteristic (5-point scale) this is for you personally. - I like to have the responsibility of handling a situation that requires a lot of thinking.","The next questions will be about your motivation to engage in cognitive activity. For each sentence below, please select how uncharacteristic or characteristic (5-point scale) this is for you personally. - Thinking is not my idea of fun.","The next questions will be about your motivation to engage in cognitive activity. For each sentence below, please select how uncharacteristic or characteristic (5-point scale) this is for you personally. - I would rather do something that requires little thought than something that is sure to challenge my thinking abilities.","The next questions will be about your motivation to engage in cognitive activity. For each sentence below, please select how uncharacteristic or characteristic (5-point scale) this is for you personally. - I really enjoy a task that involves coming up with new solutions to problems.","The next questions will be about your motivation to engage in cognitive activity. For each sentence below, please select how uncharacteristic or characteristic (5-point scale) this is for you personally. - I would prefer a task that is intellectual, difficult, and important to one that is somewhat important but does not require much thought.",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,Below is a seven-point scale on which the political views that people might hold are arranged from extremely liberal—point 1—to extremely conservative—point 7. Where would you place yourself on this scale?,"During the peak of the pandemic, how often did you actively seek information on Covid-19 from any sources including TV, newspapers, radios, online and social media, or personal conversations?",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,Lastly a few questions about socio-demographic characteristics. To which gender do you most identify?,In what year were you born? Please enter all four digits.,Text,What is the highest level of school you have completed or the highest degree you have received?,Have one or both of your parents completed a bachelor’s degree?,What language do you speak at home? - Selected Choice,"What language do you speak at home? - Other, please specify: - Text",Which of the following categories do you identify with? - Selected Choice,"Which of the following categories do you identify with? - Other race, ethnicity, or origin (please specify) - Text","Which of the following categories do you identify with? - Mixed race, ethnicity (please specify) - Text","In which of these groups did your total family income, from all sources, fall last year before taxes?",To what extent do you consider yourself a religious person?,Would you be interested in participating in a qualitative interview for this study? You would be paid $15 for about 30 minutes of your time. - Selected Choice,"Would you be interested in participating in a qualitative interview for this study? You would be paid $15 for about 30 minutes of your time. - Yes, you may contact me on this email address: - Text",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,PROLIFIC_PID,isCovidData,provenance-bar-data,provenance-bar-vis,provenance-bar-tour,provenance-bar-explore,bar-complexity -"{""ImportId"":""startDate"",""timeZone"":""America/New_York""}","{""ImportId"":""endDate"",""timeZone"":""America/New_York""}","{""ImportId"":""status""}","{""ImportId"":""ipAddress""}","{""ImportId"":""progress""}","{""ImportId"":""duration""}","{""ImportId"":""finished""}","{""ImportId"":""recordedDate"",""timeZone"":""America/New_York""}","{""ImportId"":""_recordId""}","{""ImportId"":""recipientLastName""}","{""ImportId"":""recipientFirstName""}","{""ImportId"":""recipientEmail""}","{""ImportId"":""externalDataReference""}","{""ImportId"":""locationLatitude""}","{""ImportId"":""locationLongitude""}","{""ImportId"":""distributionChannel""}","{""ImportId"":""userLanguage""}","{""ImportId"":""QID182""}","{""ImportId"":""QID189_FIRST_CLICK""}","{""ImportId"":""QID189_LAST_CLICK""}","{""ImportId"":""QID189_PAGE_SUBMIT""}","{""ImportId"":""QID189_CLICK_COUNT""}","{""ImportId"":""QID4""}","{""ImportId"":""QID5""}","{""ImportId"":""QID6""}","{""ImportId"":""QID64_FIRST_CLICK""}","{""ImportId"":""QID64_LAST_CLICK""}","{""ImportId"":""QID64_PAGE_SUBMIT""}","{""ImportId"":""QID64_CLICK_COUNT""}","{""ImportId"":""QID191_FIRST_CLICK""}","{""ImportId"":""QID191_LAST_CLICK""}","{""ImportId"":""QID191_PAGE_SUBMIT""}","{""ImportId"":""QID191_CLICK_COUNT""}","{""ImportId"":""QID228_1""}","{""ImportId"":""QID230_1""}","{""ImportId"":""QID231_1""}","{""ImportId"":""QID209_FIRST_CLICK""}","{""ImportId"":""QID209_LAST_CLICK""}","{""ImportId"":""QID209_PAGE_SUBMIT""}","{""ImportId"":""QID209_CLICK_COUNT""}","{""ImportId"":""QID188_FIRST_CLICK""}","{""ImportId"":""QID188_LAST_CLICK""}","{""ImportId"":""QID188_PAGE_SUBMIT""}","{""ImportId"":""QID188_CLICK_COUNT""}","{""ImportId"":""QID245""}","{""ImportId"":""QID246""}","{""ImportId"":""QID247_FIRST_CLICK""}","{""ImportId"":""QID247_LAST_CLICK""}","{""ImportId"":""QID247_PAGE_SUBMIT""}","{""ImportId"":""QID247_CLICK_COUNT""}","{""ImportId"":""QID249""}","{""ImportId"":""QID250""}","{""ImportId"":""QID254_FIRST_CLICK""}","{""ImportId"":""QID254_LAST_CLICK""}","{""ImportId"":""QID254_PAGE_SUBMIT""}","{""ImportId"":""QID254_CLICK_COUNT""}","{""ImportId"":""QID253""}","{""ImportId"":""QID255_FIRST_CLICK""}","{""ImportId"":""QID255_LAST_CLICK""}","{""ImportId"":""QID255_PAGE_SUBMIT""}","{""ImportId"":""QID255_CLICK_COUNT""}","{""ImportId"":""QID223_FIRST_CLICK""}","{""ImportId"":""QID223_LAST_CLICK""}","{""ImportId"":""QID223_PAGE_SUBMIT""}","{""ImportId"":""QID223_CLICK_COUNT""}","{""ImportId"":""QID101_1""}","{""ImportId"":""QID101_2""}","{""ImportId"":""QID101_3""}","{""ImportId"":""QID101_4""}","{""ImportId"":""QID101_12""}","{""ImportId"":""QID101_15""}","{""ImportId"":""QID200_TEXT""}","{""ImportId"":""QID192_FIRST_CLICK""}","{""ImportId"":""QID192_LAST_CLICK""}","{""ImportId"":""QID192_PAGE_SUBMIT""}","{""ImportId"":""QID192_CLICK_COUNT""}","{""ImportId"":""QID102_6""}","{""ImportId"":""QID102_7""}","{""ImportId"":""QID102_8""}","{""ImportId"":""QID102_9""}","{""ImportId"":""QID102_10""}","{""ImportId"":""QID102_11""}","{""ImportId"":""QID117_TEXT""}","{""ImportId"":""QID78_FIRST_CLICK""}","{""ImportId"":""QID78_LAST_CLICK""}","{""ImportId"":""QID78_PAGE_SUBMIT""}","{""ImportId"":""QID78_CLICK_COUNT""}","{""ImportId"":""QID122_2""}","{""ImportId"":""QID203_TEXT""}","{""ImportId"":""QID199_FIRST_CLICK""}","{""ImportId"":""QID199_LAST_CLICK""}","{""ImportId"":""QID199_PAGE_SUBMIT""}","{""ImportId"":""QID199_CLICK_COUNT""}","{""ImportId"":""QID36_1""}","{""ImportId"":""QID36_2""}","{""ImportId"":""QID36_3""}","{""ImportId"":""QID36_4""}","{""ImportId"":""QID36_5""}","{""ImportId"":""QID36_6""}","{""ImportId"":""QID36_7""}","{""ImportId"":""QID65_FIRST_CLICK""}","{""ImportId"":""QID65_LAST_CLICK""}","{""ImportId"":""QID65_PAGE_SUBMIT""}","{""ImportId"":""QID65_CLICK_COUNT""}","{""ImportId"":""QID38_1""}","{""ImportId"":""QID38_2""}","{""ImportId"":""QID38_3""}","{""ImportId"":""QID38_4""}","{""ImportId"":""QID38_5""}","{""ImportId"":""QID38_6""}","{""ImportId"":""QID38_7""}","{""ImportId"":""QID38_8""}","{""ImportId"":""QID204_TEXT""}","{""ImportId"":""QID72_FIRST_CLICK""}","{""ImportId"":""QID72_LAST_CLICK""}","{""ImportId"":""QID72_PAGE_SUBMIT""}","{""ImportId"":""QID72_CLICK_COUNT""}","{""ImportId"":""QID39_1""}","{""ImportId"":""QID39_2""}","{""ImportId"":""QID39_3""}","{""ImportId"":""QID39_4""}","{""ImportId"":""QID39_5""}","{""ImportId"":""QID39_6""}","{""ImportId"":""QID73_FIRST_CLICK""}","{""ImportId"":""QID73_LAST_CLICK""}","{""ImportId"":""QID73_PAGE_SUBMIT""}","{""ImportId"":""QID73_CLICK_COUNT""}","{""ImportId"":""QID11""}","{""ImportId"":""QID13""}","{""ImportId"":""QID74_FIRST_CLICK""}","{""ImportId"":""QID74_LAST_CLICK""}","{""ImportId"":""QID74_PAGE_SUBMIT""}","{""ImportId"":""QID74_CLICK_COUNT""}","{""ImportId"":""QID14""}","{""ImportId"":""QID15_TEXT""}","{""ImportId"":""QID16_1""}","{""ImportId"":""QID17""}","{""ImportId"":""QID23""}","{""ImportId"":""QID27""}","{""ImportId"":""QID27_4_TEXT""}","{""ImportId"":""QID18""}","{""ImportId"":""QID18_8_TEXT""}","{""ImportId"":""QID18_9_TEXT""}","{""ImportId"":""QID19""}","{""ImportId"":""QID20""}","{""ImportId"":""QID25""}","{""ImportId"":""QID25_1_TEXT""}","{""ImportId"":""QID75_FIRST_CLICK""}","{""ImportId"":""QID75_LAST_CLICK""}","{""ImportId"":""QID75_PAGE_SUBMIT""}","{""ImportId"":""QID75_CLICK_COUNT""}","{""ImportId"":""PROLIFIC_PID""}","{""ImportId"":""isCovidData""}","{""ImportId"":""provenance-bar-data""}","{""ImportId"":""provenance-bar-vis""}","{""ImportId"":""provenance-bar-tour""}","{""ImportId"":""provenance-bar-explore""}","{""ImportId"":""bar-complexity""}" -2023-03-12 20:55:26,2023-03-12 20:59:13,0,72.140.211.54,100,227,1,2023-03-12 20:59:14,R_8rmBCqRevUJbRip,,,,,43.6859,-79.3974,anonymous,EN,1,3.541,3.541,4.591,1,,,,,,,,0,0,15.01,0,80,45,88,3.993,9.391,10.534,3,1.866,4.415,6.225,2,-1,-3,6.102,7.097,8.181,2,1,-2,5.138,6.329,9.187,2,-3,5.469,5.469,6.497,1,0,0,52.499,0,3,1,7,4,2,7,,7.096,12.496,13.606,6,7,7,2,2,1,5,It seems scientific,1.84,1.84,7.176,1,1,,2.222,4.572,5.635,2,2,7,3,4,1,5,6,0,0,8.669,0,2,2,2,3,3,2,3,3,,2.328,5.928,7.555,8,3,2,2,2,3,1,2.183,4.707,6.738,6,2,,1.402,1.402,2.475,1,2,1984,Massachusetts,1,3,1,,2,,,1,1,2,,1.077,24.044,25.414,14,,0,"{""startTime"":1678669055627,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678669031416,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678668963081,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":1865,""label"":""tour_next"",""step"":2},{""time"":4413,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678668978467,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":4579,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2291,""week"":""52"",""id"":""chart""},{""time"":8641,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3695,""week"":""52"",""id"":""chart2""},{""time"":22625,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1312,""week"":""1"",""id"":""chart""}]}",simple -2023-03-12 22:55:27,2023-03-12 23:03:56,0,96.244.99.19,100,508,1,2023-03-12 23:03:56,R_24CbqjyCefqjEDT,,,,,39.2124,-76.8776,anonymous,EN,1,9.267,9.902,11.717,2,1,4,2,1.802,3.904,4.822,3,0,0,15.007,0,100,100,50,9.084,16.242,17.347,3,14.352,17.433,28.831,2,-3,1,43.947,63.925,66.381,3,-3,-3,5.99,71.921,74.179,5,-3,46.049,46.79,48.377,2,0,0,15.01,0,6,6,6,6,6,6,,4.133,9.663,11.581,6,6,6,6,6,4,6,"The visualization is showing me the rate of cases as opposed to absolute numbers, which indicates it is trying to communicate useful information to me.",2.27,2.27,43.449,1,5,,3.661,5.474,8.503,2,2,7,3,4,1,5,6,0,0,15.853,0,5,6,1,5,7,3,10,9,,4.052,15.547,17.493,8,3,4,2,3,4,3,3.563,19.786,20.905,6,1,3,1.756,13.133,14.332,2,2,1999,Maryland,6,3,1,,7,,,17,4,1,emilyconn9@gmail.com,3.958,42.813,52.461,12,5ec4a0fffe991f37f61b356e,1,"{""startTime"":1678676376070,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678676313498,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678676193499,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":38,""label"":""tour_started""},{""time"":7057,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3016,""week"":""52"",""id"":""chart""},{""time"":14340,""label"":""tour_next"",""step"":2},{""time"":17421,""label"":""tour_end"",""step"":2},{""time"":23728,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2118,""week"":""23"",""id"":""chart""}]}","{""startTime"":1678676297785,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":4607,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1030,""week"":""51"",""id"":""chart""},{""time"":6973,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2597,""week"":""50"",""id"":""chart""},{""time"":9726,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1129,""week"":""51"",""id"":""chart""},{""time"":10877,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2076,""week"":""52"",""id"":""chart""}]}",moderate -2023-03-12 22:52:45,2023-03-12 23:05:28,0,167.224.159.51,100,762,1,2023-03-12 23:05:29,R_1kZDJESNJtHyIqs,,,,,36.0557,-94.1567,anonymous,EN,1,11.565,11.565,13.057,1,1,2,1,1.835,5.572,6.33,2,14.198,14.198,15.109,1,63,34,57,0.53,26.614,27.854,4,15.92,60.804,64.286,11,1,1,33.066,63.213,64.76,10,-3,-1,14.354,56.06,56.822,13,1,9.108,81.76,82.57,16,13.617,13.617,15.136,1,2,2,4,3,6,4,,1.516,27.755,30.455,12,2,3,3,1,1,5,"In this context, I feel no reason for distrusting it. No clear dishonest motive.",0.901,0.901,60.189,1,4,,7.967,7.967,9.629,1,2,7,3,4,1,5,6,6.309,6.777,16.473,2,1,3,5,5,2,1,11,11,,4.799,45.26,50.021,18,4,4,1,1,4,5,6.542,26.207,26.75,8,2,1,3.184,8.092,10.986,3,1,1999,Arkansas,3,3,1,,2,,,8,4,1,juminlee6@gmail.com,2.369,57.956,60.204,29,63127274665ebf35cb1a9571,1,"{""startTime"":1678676392060,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678676305907,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678676142593,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":11598,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3328,""week"":""51"",""id"":""chart""},{""time"":15913,""label"":""tour_next"",""step"":5},{""time"":24156,""label"":""started_brush"",""startDate"":""2021-08-09"",""endDate"":""2022-01-08""},{""time"":29291,""label"":""cleared_brush"",""using"":""Click""},{""time"":30981,""label"":""cleared_brush"",""using"":""Click""},{""time"":31404,""label"":""cleared_brush"",""using"":""Click""},{""time"":33342,""label"":""cleared_brush"",""using"":""Click""},{""time"":33971,""label"":""tour_next"",""step"":5},{""time"":38675,""label"":""cleared_brush"",""using"":""Click""},{""time"":42197,""label"":""moved_brush"",""startDate"":""2021-04-15"",""endDate"":""2021-06-22""},{""time"":44732,""label"":""moved_brush"",""startDate"":""2021-04-17"",""endDate"":""2021-06-24""},{""time"":45817,""label"":""tour_next"",""step"":5},{""time"":53331,""label"":""moved_brush"",""startDate"":""2021-04-17"",""endDate"":""2021-06-10""},{""time"":53611,""label"":""moved_brush"",""startDate"":""2021-04-17"",""endDate"":""2021-06-10""},{""time"":55819,""label"":""cleared_brush"",""using"":""Click""},{""time"":57026,""label"":""tour_next"",""step"":5},{""time"":60796,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678676290236,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":10308,""label"":""started_brush"",""startDate"":""2021-09-06"",""endDate"":""2022-02-07""},{""time"":11952,""label"":""moved_brush"",""startDate"":""2021-09-06"",""endDate"":""2022-02-07""}]}",complex -2023-03-12 22:49:06,2023-03-12 23:08:06,0,71.114.60.102,100,1139,1,2023-03-12 23:08:07,R_3Hnsy0bnh9pW97e,,,,,38.6326,-77.2661,anonymous,EN,1,31.406,31.406,34.236,1,,,,,,,,0,0,15.009,0,96,95,41,32.044,54.797,55.962,6,8.089,72.668,80.644,3,1,1,40.406,52.677,87.532,2,1,-2,40.26,88.13,91.578,3,-2,97.616,97.616,109.125,1,0,0,15.016,0,3,4,3,5,5,3,N/A,10.875,57.411,60.221,7,5,5,3,7,1,3,"You can use data and visualizations to sway others in many different ways. While I have no proof, there could be information unaccounted for, or the information recorded could have been calculated incorrectly.",3.401,151.338,156.198,8,3,N/A,13.763,14.983,18.243,2,2,7,3,4,1,5,6,0,0,31.31,0,1,7,7,4,1,2,9,5,N/A,11.766,52.462,57.366,12,3,4,2,3,4,3,23.275,54.331,58.65,6,3,,15.827,15.827,19.632,1,2,2002,Virginia,3,1,1,,8,Woodbridge,,16,4,2,,10.53,145.531,146.498,46,60f1bdd684969df9641e994b,0,"{""startTime"":1678676264286,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678676047616,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":1296,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7336,""week"":""52"",""id"":""chart2""}]}","{""startTime"":1678675863205,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":11682,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3275,""week"":""15"",""id"":""chart""},{""time"":17550,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1607,""week"":""1"",""id"":""chart""},{""time"":19174,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5051,""week"":""52"",""id"":""chart""},{""time"":32202,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":14309,""week"":""52"",""id"":""chart""},{""time"":47517,""label"":""tour_next"",""step"":2},{""time"":52846,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7276,""week"":""52"",""id"":""chart2""},{""time"":61356,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3059,""week"":""52"",""id"":""chart2""},{""time"":72663,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678676032212,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",simple -2023-03-12 23:02:01,2023-03-12 23:14:33,0,75.1.91.184,100,751,1,2023-03-12 23:14:34,R_31jGH7YiQuZev6v,,,,,29.4227,-98.4927,anonymous,EN,1,4.961,4.961,5.923,1,1,4,2,11.141,12.336,13.342,2,8.758,8.758,15.106,1,100,100,50,15.308,24.376,25.39,3,5.668,160.165,162.164,2,1,1,22.185,48.708,50.001,4,1,-3,30.698,54.968,55.925,2,1,38.418,38.418,39.833,1,0,0,15.107,0,6,6,6,6,6,6,,7.735,16.736,18.861,7,6,6,5,5,3,6,It shows it in an organized manner,2.407,2.407,12.78,1,3,,5.117,14.527,15.892,5,2,7,3,4,1,5,6,0,0,25.301,0,1,1,1,1,1,1,11,10,,6.052,16.319,17.801,8,4,4,2,3,3,3,12.861,42.337,43.298,7,1,2,5.775,13.07,17.526,3,1,1993,Texas,3,3,1,,9,,Black and Mexican,3,4,1,lildj5000@gmail.com,3.207,157.3,158.024,53,63129dd30887fb3d46640f2b,1,"{""startTime"":1678676873713,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678676826351,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678676596658,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":5662,""label"":""tour_next"",""step"":2},{""time"":6344,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2117,""week"":""50"",""id"":""chart2""},{""time"":160158,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678676810353,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":3858,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1467,""week"":""52"",""id"":""chart""},{""time"":5338,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2853,""week"":""52"",""id"":""chart2""}]}",simple -2023-03-12 23:04:47,2023-03-12 23:15:00,0,24.43.21.218,100,612,1,2023-03-12 23:15:01,R_3eldnrMSyXSZgDz,,,,,33.5173,-117.1208,anonymous,EN,1,39.353,39.353,40.403,1,,,,,,,,0,0,15.015,0,22,15,15,5.166,9.832,11.652,4,19.4,22.599,24.996,2,1,1,30.475,39.255,40.467,2,1,-1,30.432,78.102,82.022,5,1,38.552,38.552,39.953,1,0,0,15.109,0,3,7,3,7,5,3,"I think count and rate seem different, so I don't understand why both terms are used.Also it's visually confusing with the stacking as it's not clear if the orange bar goes all the way down ",9.537,116.666,123.751,13,7,1,1,7,1,3,"I have no domain knowledge to say whether it makes sense or not.,And I find the stacked format really confusing and pointless",2.013,33.198,34.182,2,5,,3.216,8.083,10.646,5,2,7,3,4,1,5,6,0,0,14.521,0,4,5,2,8,7,7,10,10,,3.22,13.722,15.507,8,4,4,2,2,3,4,10.286,20.376,21.821,6,1,,15.636,15.636,17.384,1,2,1980,California,6,1,1,,7,,,17,4,1,lotster@gmail.com,1.766,35.88,54.502,13,5a49d6a06d85f80001c25bc4,0,"{""startTime"":1678676948655,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678676893874,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678676769598,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":6929,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6916,""week"":""52"",""id"":""chart""},{""time"":14911,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2517,""week"":""19"",""id"":""chart""},{""time"":19392,""label"":""tour_next"",""step"":2},{""time"":22592,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678676878178,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",moderate -2023-03-12 23:07:40,2023-03-12 23:17:14,0,75.172.177.246,100,573,1,2023-03-12 23:17:14,R_1rPvaQfO3zfCdsf,,,,,47.6631,-122.3029,anonymous,EN,1,46.247,46.247,47.262,1,,,,,,,,0,0,15.109,0,85,84,35,6.533,10.534,17.795,3,13.522,21.926,25.863,2,1,1,28.502,38.116,41.554,2,-3,-3,35.383,67.596,84.941,8,1,14.687,67.203,71.197,4,0,0,15.011,0,4,3,5,5,5,5,,6.072,19.647,21.342,7,4,5,3,7,7,4,"Well it doesn't include a source to verify its statistics, but other than that, it appears to be trustworthy. I'm not really sure, as I am not an expert in insect troubles or fungi troubles in Croatia of all places.",1.631,2.8,51.215,2,5,,4.298,8.921,10.407,7,2,7,3,4,1,5,6,6.71,16.821,18.595,4,2,5,2,4,4,6,10,10,,4.463,25.189,27.021,16,5,4,1,2,5,4,6.817,26.946,27.751,11,2,,1.644,1.644,5.631,1,1,1998,Washington,3,1,1,,7,,,4,3,2,,1.198,36.927,38.201,15,610333282a90d4b77609c5f8,0,"{""startTime"":1678677035221,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678677057088,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678676950797,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":23,""label"":""tour_started""},{""time"":5657,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1550,""week"":""52"",""id"":""chart""},{""time"":11841,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1033,""week"":""52"",""id"":""chart""},{""time"":13514,""label"":""tour_next"",""step"":2},{""time"":19159,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1216,""week"":""52"",""id"":""chart2""},{""time"":21918,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678677019758,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":2143},{""label"":""window_focused"",""time"":11167}]}",simple -2023-03-12 23:09:51,2023-03-12 23:20:45,0,24.214.85.223,100,654,1,2023-03-12 23:20:46,R_3pi2kNkyG6wUhE5,,,,,33.4734,-82.0111,anonymous,EN,1,4.37,4.37,10.457,1,1,3,1,2.156,6.018,7.672,2,0,0,15.111,0,70,44,72,6.188,15.109,16.703,3,6.312,66.363,69.442,9,1,1,39.452,50.354,52.804,2,-3,-3,30.615,50.377,52.903,2,1,18.389,32.995,34.935,2,0,0,16.224,0,3,3,4,4,4,4,,4.532,22.026,26.515,8,4,3,4,2,3,3,"I don't know if the data is verifiable. ",2.063,2.063,16.746,1,4,,12.097,12.097,18.1,1,2,7,3,4,1,5,6,0,0,23.434,0,2,5,7,4,3,6,10,9,,10.425,26.748,29.865,8,4,4,3,2,2,4,3.005,31.466,35.435,6,5,4,3.953,14.08,16.829,2,1,1997,Georgia,6,3,1,,7,,,12,3,1,,2.15,60.601,62.971,16,5c17294778ee390001ab19e5,1,"{""startTime"":1678677319057,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678677176107,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_focused"",""time"":103425}]}","{""startTime"":1678677052421,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":21,""label"":""tour_started""},{""time"":6301,""label"":""tour_next"",""step"":5},{""time"":18481,""label"":""cleared_brush"",""using"":""Click""},{""time"":19888,""label"":""tour_back"",""step"":5},{""time"":29121,""label"":""tour_next"",""step"":5},{""time"":39529,""label"":""cleared_brush"",""using"":""Click""},{""time"":48054,""label"":""started_brush"",""startDate"":""2021-04-14"",""endDate"":""2021-06-25""},{""time"":49400,""label"":""tour_next"",""step"":5},{""time"":59094,""label"":""moved_brush"",""startDate"":""2021-07-30"",""endDate"":""2021-10-10""},{""time"":60233,""label"":""tour_next"",""step"":5},{""time"":63468,""label"":""cleared_brush"",""using"":""Click""},{""time"":64757,""label"":""tour_next"",""step"":5},{""time"":66351,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678677157889,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":9385}]}",complex -2023-03-12 23:13:51,2023-03-12 23:22:43,0,174.63.59.104,100,531,1,2023-03-12 23:22:43,R_1g7xhCUCoRYIwAy,,,,,38.8503,-104.8567,anonymous,EN,1,3.845,3.845,4.89,1,1,3,2,4.015,10.03,12,2,0,0,15.107,0,73,79,55,10.096,15.234,16.931,3,8.358,12.843,22.021,2,1,1,17.452,34.064,35.878,3,-3,1,33.545,79.583,82.057,3,1,28.569,56.518,57.965,2,0,0,15.007,0,3,7,4,4,5,4,n/a,7.021,22.288,25.593,7,5,5,4,6,5,5,"Although there are no hard data associated with this, it seems like a plausible number of cases based on societal behaviors of vacc/unvacc individuals.",1.643,1.643,45.785,1,2,n/a,3.273,4.861,8.398,2,2,7,3,4,1,5,6,0,0,19.283,0,3,4,10,9,3,7,9,10,n/a,3.87,25.05,28.024,10,4,4,1,1,4,5,2.945,16.356,17.4,6,5,1,3.434,9.009,11.602,2,1,1981,Colorado,7,1,1,,7,,,14,2,1,5e11882114ae638303c715d9@email.prolific.co,2.062,68.993,74.114,17,5e11882114ae638303c715d9,1,"{""startTime"":1678677478424,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678677415910,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678677295689,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":8340,""label"":""tour_next"",""step"":2},{""time"":12829,""label"":""tour_end"",""step"":2},{""time"":18190,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1453,""week"":""1"",""id"":""chart""}]}","{""startTime"":1678677400468,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",moderate -2023-03-12 22:56:45,2023-03-12 23:22:56,0,72.218.13.127,100,1570,1,2023-03-12 23:22:56,R_vrc5DL09FLrqtGx,,,,,37.11,-76.5115,anonymous,EN,1,4.354,4.354,6.218,1,,,,,,,,3.502,5.235,16.172,3,81,0,0,58.555,160.915,162.121,7,3.079,523.207,527.598,31,-1,-1,3.886,153.52,154.547,8,-1,-1,2.983,9.883,11.081,5,-1,121.291,271.634,272.875,10,6.465,6.465,15.01,1,1,1,1,1,1,1,,3.18,24.473,25.868,9,1,1,1,1,1,1,I don't know how to read them and its too much,2.629,2.629,24.219,1,1,,2.245,10.564,11.685,5,2,7,3,4,1,5,6,3.401,25.825,27.144,3,1,1,1,1,1,1,1,1,,1.623,11.691,12.849,13,5,5,1,1,5,1,1.787,45.974,47.124,11,4,,11.712,14.656,15.865,4,1,1991,Virginia,3,2,1,,3,,,4,3,1,Kwanny757@gmail.com,1.589,114.49,115.691,35,62e6c5d05d354e1f99d612e4,0,"{""startTime"":1678677344631,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":4468},{""label"":""window_focused"",""time"":4679}]}","{""startTime"":1678677302465,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678676435199,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":47,""label"":""tour_started""},{""time"":5255,""label"":""tour_next"",""step"":5},{""time"":30822,""label"":""cleared_brush"",""using"":""Click""},{""time"":34356,""label"":""cleared_brush"",""using"":""Click""},{""time"":35453,""label"":""cleared_brush"",""using"":""Click""},{""time"":38244,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-08-21""},{""time"":39301,""label"":""moved_brush"",""startDate"":""2021-05-25"",""endDate"":""2021-10-10""},{""time"":42953,""label"":""moved_brush"",""startDate"":""2021-07-16"",""endDate"":""2021-12-02""},{""time"":120241,""label"":""moved_brush"",""startDate"":""2021-11-26"",""endDate"":""2021-12-02""},{""time"":128617,""label"":""tour_back"",""step"":5},{""time"":137336,""label"":""tour_next"",""step"":5},{""time"":152775,""label"":""started_brush"",""startDate"":""2021-08-01"",""endDate"":""2021-08-09""},{""time"":154177,""label"":""moved_brush"",""startDate"":""2021-08-01"",""endDate"":""2021-08-24""},{""time"":155300,""label"":""tour_next"",""step"":5},{""label"":""window_blurred"",""time"":173292},{""label"":""window_focused"",""time"":297671},{""label"":""window_blurred"",""time"":355902},{""label"":""window_focused"",""time"":372726},{""time"":379111,""label"":""started_brush"",""startDate"":""2021-07-02"",""endDate"":""2021-08-04""},{""time"":384009,""label"":""moved_brush"",""startDate"":""2021-12-23"",""endDate"":""2022-01-25""},{""time"":385811,""label"":""moved_brush"",""startDate"":""2021-05-03"",""endDate"":""2021-06-05""},{""time"":387342,""label"":""tour_next"",""step"":5},{""time"":469726,""label"":""moved_brush"",""startDate"":""2021-05-03"",""endDate"":""2021-07-04""},{""time"":472175,""label"":""started_brush"",""startDate"":""2021-07-25"",""endDate"":""2021-08-29""},{""time"":474257,""label"":""started_brush"",""startDate"":""2021-09-15"",""endDate"":""2021-10-10""},{""time"":476923,""label"":""started_brush"",""startDate"":""2021-10-19"",""endDate"":""2021-11-11""},{""time"":478237,""label"":""moved_brush"",""startDate"":""2021-10-19"",""endDate"":""2021-11-24""},{""time"":480021,""label"":""started_brush"",""startDate"":""2021-12-02"",""endDate"":""2021-12-19""},{""time"":481942,""label"":""started_brush"",""startDate"":""2022-01-03"",""endDate"":""2022-01-27""},{""time"":483790,""label"":""started_brush"",""startDate"":""2022-01-18"",""endDate"":""2022-02-06""},{""time"":486955,""label"":""started_brush"",""startDate"":""2021-04-17"",""endDate"":""2021-05-17""},{""time"":487712,""label"":""moved_brush"",""startDate"":""2021-04-17"",""endDate"":""2021-05-21""},{""time"":490876,""label"":""started_brush"",""startDate"":""2021-06-13"",""endDate"":""2021-08-03""},{""time"":492244,""label"":""moved_brush"",""startDate"":""2021-06-13"",""endDate"":""2021-11-13""},{""time"":496623,""label"":""moved_brush"",""startDate"":""2021-06-13"",""endDate"":""2021-08-27""},{""time"":549598,""label"":""cleared_brush"",""using"":""Click""},{""time"":550837,""label"":""started_brush"",""startDate"":""2021-11-20"",""endDate"":""2021-12-29""},{""time"":552785,""label"":""started_brush"",""startDate"":""2022-01-16"",""endDate"":""2022-01-29""},{""time"":555244,""label"":""tour_next"",""step"":5},{""time"":563780,""label"":""tour_end"",""step"":5},{""label"":""window_blurred"",""time"":573151},{""label"":""window_focused"",""time"":574314}]}","{""startTime"":1678677286837,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",complex -2023-03-12 23:27:49,2023-03-12 23:28:01,0,98.169.160.252,100,11,1,2023-03-12 23:28:02,R_0wcwHhKg4FxNhMR,,,,,38.3416,-77.4307,anonymous,EN,2,8.573,8.573,10.085,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5fd8ca40697e370870a312e8,,,,,, -2023-03-12 23:15:40,2023-03-12 23:28:09,0,47.232.88.100,100,748,1,2023-03-12 23:28:11,R_1n29yspyMQhoH9u,,,,,38.5317,-89.9988,anonymous,EN,1,8.067,8.699,9.225,2,,,,,,,,0,0,15.007,0,78,64,62,12.153,19.951,24.705,4,7.339,159.386,180.754,17,1,1,24.237,35.056,36.535,2,-3,-3,33.324,76.043,77.201,4,1,43.236,43.236,44.386,1,5.56,9.291,16.316,7,5,5,5,4,5,4,This graph's coloring is unpleasant.,6.662,15.888,30.222,7,5,5,4,3,3,4,"It seems scientific, though I don't like the way the data is presented.",2.919,2.919,20.549,1,5,Thank you for the opportunity.,8.927,10.022,20.877,2,2,7,3,4,1,5,6,0,0,20.716,0,6,6,8,7,6,7,8,8,"None, thanks :)",4.121,19.113,23.998,9,4,3,2,2,4,4,2.654,25.091,27.926,11,4,,3.192,3.192,4.862,1,1,1996,Illinois,6,1,1,,7,,,19,5,2,,0.799,111.221,115.448,24,5c7e14531c3cf8001638b5b0,0,"{""startTime"":1678677707067,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678677636794,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_focused"",""time"":32360}]}","{""startTime"":1678677393001,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":17,""label"":""tour_started""},{""time"":10425,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1019,""week"":""1"",""id"":""chart""},{""time"":25195,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1840,""week"":""22"",""id"":""chart""},{""time"":28875,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1139,""week"":""15"",""id"":""chart""},{""time"":31814,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1089,""week"":""15"",""id"":""chart""},{""time"":33168,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1305,""week"":""41"",""id"":""chart""},{""time"":39022,""label"":""tour_next"",""step"":5},{""time"":54060,""label"":""cleared_brush"",""using"":""Click""},{""time"":59193,""label"":""cleared_brush"",""using"":""Click""},{""time"":65386,""label"":""cleared_brush"",""using"":""Click""},{""time"":66358,""label"":""cleared_brush"",""using"":""Click""},{""time"":66844,""label"":""cleared_brush"",""using"":""Click""},{""time"":71884,""label"":""cleared_brush"",""using"":""Click""},{""time"":72982,""label"":""cleared_brush"",""using"":""Click""},{""time"":81694,""label"":""started_brush"",""startDate"":""2021-04-08"",""endDate"":""2021-05-12""},{""time"":84001,""label"":""cleared_brush"",""using"":""Click""},{""time"":88653,""label"":""cleared_brush"",""using"":""Click""},{""time"":102161,""label"":""cleared_brush"",""using"":""Click""},{""time"":104433,""label"":""tour_next"",""step"":5},{""time"":119960,""label"":""cleared_brush"",""using"":""Click""},{""time"":122527,""label"":""cleared_brush"",""using"":""Click""},{""time"":125567,""label"":""cleared_brush"",""using"":""Click""},{""time"":126755,""label"":""cleared_brush"",""using"":""Click""},{""time"":129300,""label"":""cleared_brush"",""using"":""Click""},{""time"":132120,""label"":""cleared_brush"",""using"":""Click""},{""time"":133296,""label"":""cleared_brush"",""using"":""Click""},{""time"":134622,""label"":""cleared_brush"",""using"":""Click""},{""time"":137414,""label"":""cleared_brush"",""using"":""Click""},{""time"":140485,""label"":""cleared_brush"",""using"":""Click""},{""time"":141969,""label"":""moved_brush"",""startDate"":""2021-08-10"",""endDate"":""2021-10-08""},{""time"":144257,""label"":""cleared_brush"",""using"":""Click""},{""time"":148522,""label"":""cleared_brush"",""using"":""Click""},{""time"":149283,""label"":""tour_next"",""step"":5},{""time"":154387,""label"":""cleared_brush"",""using"":""Click""},{""time"":154387,""label"":""cleared_brush"",""using"":""Escape""},{""time"":155376,""label"":""tour_next"",""step"":5},{""time"":159383,""label"":""tour_end"",""step"":5},{""time"":174528,""label"":""started_brush"",""startDate"":""2021-09-05"",""endDate"":""2022-02-07""},{""time"":175447,""label"":""cleared_brush"",""using"":""Click""},{""time"":178739,""label"":""cleared_brush"",""using"":""Click""}]}","{""startTime"":1678677618832,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":13995}]}",complex -2023-03-12 23:18:41,2023-03-12 23:28:31,0,99.9.227.253,100,590,1,2023-03-12 23:28:32,R_2tMAIUb1zU7FkvP,,,,,39.7436,-86.1158,anonymous,EN,1,5.176,24.003,24.998,3,2,,2,2.732,2.732,3.763,1,0,0,15.01,0,50,100,50,11.19,23.246,27.691,3,11.733,21.339,35.77,2,1,-3,25.754,47.199,48.906,2,-3,-3,38.217,74.525,75.402,3,-1,40.488,40.488,41.306,1,0,0,15.027,0,3,7,3,5,5,1,,19.122,41.818,45.423,6,7,5,3,1,1,5,"You told me to assume that I trust the data. I don't, but that's what you told me to do.",3.322,25.757,29.203,5,4,,6.6,6.6,8.599,1,2,7,3,4,1,5,6,0,0,14.586,0,1,1,1,1,1,1,1,1,"I don't trust scientists. I would trust science, except it is performed by humans.",2.816,20.48,39.303,10,1,1,4,5,1,2,8.427,19.182,19.975,6,6,2,2.201,12.944,14.277,2,2,1977,Indiana,7,3,1,,8,Indianapolis,,10,4,2,,2.596,67.952,74.298,31,55cb79e0fdf99b3c26ae4bca,1,"{""startTime"":1678677706055,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":1338},{""label"":""window_focused"",""time"":8098}]}","{""startTime"":1678677751942,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678677605058,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":17,""label"":""tour_started""},{""time"":11727,""label"":""tour_next"",""step"":2},{""time"":21333,""label"":""tour_end"",""step"":2},{""time"":26488,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1269,""week"":""1"",""id"":""chart2""},{""time"":27927,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1974,""week"":""1"",""id"":""chart""},{""time"":29963,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3538,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678677690558,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",simple -2023-03-12 23:20:47,2023-03-12 23:31:34,0,66.61.113.24,100,646,1,2023-03-12 23:31:36,R_3hyC0Rwbk7iPMzb,,,,,40.8784,-82.6541,anonymous,EN,1,13.969,13.969,15.408,1,,,,,,,,0,0,15.009,0,83,82,70,8.892,16.484,17.495,3,14.548,20.867,35.593,2,-2,1,10.414,33.173,34.177,4,-3,-3,27.339,66.275,69.218,2,1,24.252,24.252,33.569,1,0,0,15.11,0,5,4,5,5,6,5,,11.943,21.807,25.118,6,6,6,6,6,6,6,I trust this visualization,1.382,18.294,34.505,2,3,,7.944,7.944,15.053,1,2,7,3,4,1,5,6,39.488,39.488,54.797,1,3,5,4,4,1,5,10,11,,4.383,16.248,18.476,8,4,4,2,3,4,4,8.911,37.878,39.37,7,4,,5.913,5.913,7.654,1,1,1998,Ohio,2,2,1,,7,,,4,3,1,Zemaus2014@gmail.com,1.274,127.273,153.864,43,63d80e0449b458dd5f8140be,0,"{""startTime"":1678677860351,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678677789034,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_focused"",""time"":580},{""label"":""window_blurred"",""time"":8079},{""label"":""window_focused"",""time"":20745},{""label"":""window_blurred"",""time"":22526},{""label"":""window_focused"",""time"":26007}]}","{""startTime"":1678677702874,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":7198,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1417,""week"":""48"",""id"":""chart""},{""time"":9631,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1750,""week"":""1"",""id"":""chart""},{""time"":14542,""label"":""tour_next"",""step"":2},{""time"":17698,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1050,""week"":""2"",""id"":""chart2""},{""time"":20862,""label"":""tour_end"",""step"":2},{""time"":23060,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2274,""week"":""50"",""id"":""chart2""},{""time"":29872,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1626,""week"":""32"",""id"":""chart2""}]}","{""startTime"":1678677773491,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":15157}]}",simple -2023-03-12 23:21:18,2023-03-12 23:33:09,0,24.193.135.1,100,710,1,2023-03-12 23:33:10,R_1QLPEXxUJgrVGxr,,,,,40.6001,-73.7497,anonymous,EN,1,13.707,15.215,16.283,3,,,,,,,,0,0,15.114,0,44,21,12,18.152,38.536,39.706,6,5.019,32.713,35.238,5,-1,-1,23.4,30.728,31.685,4,1,-1,12.59,77.952,78.937,8,-1,16.646,25.646,26.402,4,3.027,10.492,15.021,3,3,3,3,1,2,3,none,1.511,35.229,38.681,10,1,1,1,1,1,3,I don't know if these are actually facts or its random data.,3.366,38.089,42.693,2,5,none,12.474,22.165,23.891,5,2,7,3,4,1,5,6,10.08,26.054,26.986,3,5,5,8,7,7,7,8,10,none,6.735,31.863,34.75,12,1,3,1,2,2,3,9.692,44.911,46.701,8,2,,8.797,23.841,25.406,3,1,1979,New York,3,1,1,,8,Rockaway Park,,9,2,1,hulu9760@gmail.com,3.828,146.819,147.803,28,63f2e107c4d0bc684b99d2c6,0,"{""startTime"":1678677852171,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678677891525,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678677721221,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":31,""label"":""tour_started""},{""time"":14958,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1069,""week"":""45"",""id"":""chart""},{""time"":17465,""label"":""tour_next"",""step"":2},{""time"":23741,""label"":""tour_end"",""step"":2},{""time"":26825,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2907,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678677836494,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",moderate -2023-03-12 23:24:07,2023-03-12 23:33:12,0,67.182.177.152,100,544,1,2023-03-12 23:33:13,R_1oBenWNiEBzuFqv,,,,,37.6752,-120.9465,anonymous,EN,1,5.432,5.432,6.439,1,,,,,,,,0,0,15.014,0,100,100,78,4.267,15.84,18.502,6,17.73,23.842,50.437,2,-1,1,15.123,29.58,32.37,10,-3,-3,25.857,55.243,55.679,3,1,20.576,20.576,22.401,1,0,0,15.02,0,5,4,6,4,5,5,,5.892,28.831,39.586,9,4,4,5,2,7,6,I don't think that there is any reason for anyone to lie about the data on the visualization. The graph seems like it has accurate information.,2.808,2.808,27.35,1,6,When using the interactive graph a box with information got stuck open and appeared on every page of the survey and blocked some of the information on the other graphs.,5.339,6.51,58.924,2,2,7,3,4,1,5,6,0,0,16.184,0,1,1,2,4,1,3,11,10,,6.5,17.155,19.535,8,3,3,1,2,5,3,12.012,27.595,28.6,7,1,,8.084,8.084,9.656,1,2,1989,California,7,2,1,,9,,Modesto,11,4,1,ccarpenter117@gmail.com,2.292,72.317,76.579,43,5fb54678abd965015f4ae7b7,0,"{""startTime"":1678678036782,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678076930,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678677913946,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":4788,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2724,""week"":""2"",""id"":""chart""},{""time"":8612,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2563,""week"":""52"",""id"":""chart""},{""time"":15497,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1490,""week"":""42"",""id"":""chart""},{""time"":17725,""label"":""tour_next"",""step"":2},{""time"":23837,""label"":""tour_end"",""step"":2},{""time"":24660,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1489,""week"":""52"",""id"":""chart""},{""time"":27960,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8942,""week"":""52"",""id"":""chart""},{""time"":37693,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1658,""week"":""51"",""id"":""chart""},{""time"":45254,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1252,""week"":""6"",""id"":""chart""}]}","{""startTime"":1678678021174,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":4315,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1159,""week"":""3"",""id"":""chart""},{""time"":5799,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8297,""week"":""2"",""id"":""chart""}]}",moderate -2023-03-12 23:24:38,2023-03-12 23:34:35,0,98.15.201.132,100,597,1,2023-03-12 23:34:36,R_232a0FWkOGkpCHe,,,,,41.3944,-74.3332,anonymous,EN,1,1.555,10.598,11.446,2,1,2,2,2.014,5.642,10.971,2,0,0,15.057,0,100,100,52,18.006,31.495,32.374,5,6.551,13.324,17.277,2,1,1,29.048,43.03,44.957,3,-3,-3,17.587,90.501,110.904,4,1,32.729,34.196,37.153,2,0,0,15.022,0,6,3,3,6,6,6,,7.509,21.02,24.923,7,6,6,6,5,5,6,it's from the CDC,3.819,3.819,13.055,1,4,,6.822,6.822,9.987,1,2,7,3,4,1,5,6,0,0,26.238,0,1,6,1,6,1,1,11,10,,9.226,28.035,29.987,9,2,3,3,3,1,3,18.426,53.374,55.464,8,2,2,0.846,17.403,19.213,3,1,1999,New York,3,3,1,,7,,,18,4,2,,4.296,59.028,63.531,13,640e11f99076926cad445e1e,1,"{""startTime"":1678678109673,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678135861,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678677963933,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":73,""label"":""tour_started""},{""time"":6518,""label"":""tour_next"",""step"":2},{""time"":13289,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678678093639,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":10598,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1286,""week"":""34"",""id"":""chart""}]}",moderate -2023-03-12 23:27:36,2023-03-12 23:34:43,0,98.188.190.24,100,427,1,2023-03-12 23:34:44,R_vOdpQIc9BfTck13,,,,,36.0344,-114.9705,anonymous,EN,1,3.238,3.238,4.038,1,1,2,2,0,0,3.885,0,0,0,15.109,0,82,92,71,8.78,12.25,13.495,3,7.267,22.262,28.164,3,-3,1,49.89,64.784,68.391,3,1,-3,11.718,34.021,35.245,3,1,26.271,26.542,29.427,2,0,0,15.013,0,4,4,5,5,5,5,,7.369,19.047,20.669,8,4,5,5,3,4,4,"It states the source and the source should be somewhere that I trust. But then again, anyone can claim the source is from this place but not be true.",2.188,2.188,32.294,1,5,,4.92,4.92,6.203,1,2,7,3,4,1,5,6,0,0,16.968,0,6,7,8,9,7,6,10,10,,0,0,15.407,0,2,2,3,3,3,4,0,0,14.665,0,2,2,0,0,11.077,0,1,1991,Nevada,5,2,1,,7,,,6,4,2,,6.575,54.494,58.62,16,5e1f7b2a4c9b832b34e7c9d3,1,"{""startTime"":1678678217431,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678238594,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678104502,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":7260,""label"":""tour_next"",""step"":2},{""time"":13170,""label"":""tour_end"",""step"":2},{""time"":13848,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1849,""week"":""41"",""id"":""chart""},{""time"":18005,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3779,""week"":""52"",""id"":""chart""},{""time"":22990,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1110,""week"":""52"",""id"":""chart2""}]}","{""startTime"":1678678201902,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":3779,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2195,""week"":""52"",""id"":""chart2""},{""time"":13131,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1949,""week"":""52"",""id"":""chart""}]}",simple -2023-03-12 23:23:49,2023-03-12 23:34:45,0,69.23.103.128,100,655,1,2023-03-12 23:34:45,R_9N8K5fxwjCP8WUp,,,,,44.2433,-88.3564,anonymous,EN,1,16.133,16.133,16.992,1,1,1,1,7.671,9.382,10.881,2,0,0,15.015,0,67,80,46,12.995,19.307,20.105,3,6.762,9.769,11.552,2,1,1,42.179,53.51,55.082,2,-3,-3,31.421,49.691,50.945,2,-2,137.619,137.619,139.096,1,0,0,15.009,0,4,4,4,4,4,4,,10.313,13.346,16.033,6,6,6,6,6,6,6,its easy to understand,1.964,1.964,13.635,1,4,,5.498,5.498,7.451,1,2,7,3,4,1,5,6,0,0,14.031,0,9,9,9,9,9,9,9,9,,6.364,11.657,13.819,8,1,1,5,4,1,1,18.047,31.376,33.123,7,4,2,3.259,7.689,8.839,2,2,1988,Wisconsin,4,2,1,,7,,,4,5,1,dmharrington37@gmail.com,2.274,55.15,59.285,16,5e8681d1fc96dd135df99ee6,1,"{""startTime"":1678678132993,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678096926,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678013117,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":35,""label"":""tour_started""},{""time"":4508,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1481,""week"":""50"",""id"":""chart""},{""time"":6746,""label"":""tour_next"",""step"":2},{""time"":9752,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678678081155,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":5054,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3108,""week"":""51"",""id"":""chart2""}]}",simple -2023-03-12 23:20:27,2023-03-12 23:34:49,0,72.219.78.66,100,861,1,2023-03-12 23:34:50,R_2E77mJLu1PZxmrB,,,,,33.6128,-117.6622,anonymous,EN,1,257.195,261.504,263.171,8,,,,,,,,2.897,2.897,15.008,1,100,100,50,0.268,25.943,27.821,11,4.666,50.06,51.297,9,1,1,1.737,34.862,36.016,10,-3,-3,2.17,42.613,43.852,16,1,2.34,41.594,42.679,5,2.139,5.526,15.014,2,3,4,4,4,5,5,,3.668,25.589,26.769,11,5,5,5,1,3,5,I have no reason not to believe the information presented to me,2.834,4.96,18.405,3,6,,3.012,7.291,8.539,5,2,7,3,4,1,5,6,4.853,13.59,14.383,4,3,6,6,5,6,7,9,9,,3.331,20.309,21.395,14,4,4,2,2,4,4,4.579,17.93,23.647,10,2,,1.92,3.662,4.752,3,2,1972,California,7,1,1,,7,,,13,4,1,5b894987e79bf50001e1ff95@email.prolific.co,1.438,57.519,60.592,28,5b894987e79bf50001e1ff95,0,"{""startTime"":1678678227596,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678046916,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":2811},{""label"":""window_focused"",""time"":18550}]}","{""startTime"":1678677943121,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":20,""label"":""tour_started""},{""time"":9347,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1534,""week"":""45"",""id"":""chart""},{""time"":10981,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1183,""week"":""43"",""id"":""chart""},{""time"":15155,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2518,""week"":""52"",""id"":""chart""},{""time"":18835,""label"":""tour_next"",""step"":2},{""time"":27058,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1968,""week"":""2"",""id"":""chart2""},{""time"":30309,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1299,""week"":""6"",""id"":""chart2""},{""time"":34727,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1367,""week"":""33"",""id"":""chart2""},{""time"":38060,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1734,""week"":""51"",""id"":""chart2""},{""time"":48377,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678678031338,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",simple -2023-03-12 23:16:58,2023-03-12 23:34:53,0,73.208.7.87,100,1075,1,2023-03-12 23:34:53,R_1PZvm5tCZHMLiO4,,,,,41.8482,-87.6521,anonymous,EN,1,4.701,4.701,6.244,1,,,,,,,,12.373,12.373,15.009,1,50,94,99,22.667,50.614,54.654,30,5.575,23.913,25.134,5,1,1,44.042,52.202,54.612,4,-3,1,0.19,158.923,163.102,4,1,14.907,63.021,64.414,3,1.642,10.65,15.116,2,3,3,3,5,6,4,,2.647,33.68,34.505,10,2,6,4,2,7,4,"The sourcing is existent and I have no reason to believe the HPK is an unreliable source of data. ",2.483,295.968,296.278,10,4,,10.638,14.511,16.456,6,2,3,4,5,1,6,7,0,0,9.793,0,1,8,1,4,4,3,10,10,ACAB,12.908,57.755,64.662,27,4,5,1,2,4,5,19.412,49.804,51.337,7,8,,1.476,3.765,6.538,3,3,1999,Illinois,2,2,1,,7,,,5,4,1,63ed1a2c8c27c4099b576701@email.prolific.co,2.325,140.204,148.15,28,63ed1a2c8c27c4099b576701,0,"{""startTime"":1678677705415,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":2368},{""label"":""window_focused"",""time"":2626}]}","{""startTime"":1678677740580,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678677500727,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":11568,""label"":""tour_next"",""step"":2},{""time"":21288,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678677689821,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",moderate -2023-03-12 23:18:58,2023-03-12 23:35:53,0,68.46.90.139,100,1014,1,2023-03-12 23:35:53,R_12hI9VBFMasfujl,,,,,45.2377,-93.2765,anonymous,EN,1,4.713,4.713,5.931,1,1,2,2,1.156,3.865,4.54,2,0,0,15.108,0,100,83,74,7.366,10.813,11.681,4,5.419,10.564,29.676,2,1,-3,43.639,52.458,53.221,2,-3,1,2.678,63.067,64.499,22,-3,9.856,30.99,32.543,2,0,0,15.006,0,4,3,4,6,5,6,,9.36,20.596,22.355,8,4,5,5,7,7,5,"The data makes sense to me, and I like that the axes are consistent. ",1.576,2.701,17.227,2,4,,4.55,7.829,8.593,5,2,7,3,4,1,5,6,12.181,17.225,338.68,2,3,7,9,9,6,8,11,10,,8.308,18.724,20.227,11,5,4,1,1,5,5,5.497,19.959,20.909,7,5,3,3.215,22.974,23.612,6,1,1991,Minnesota,6,1,1,,4,,,17,3,1,jondeyoung@outlook.com,2.478,51.821,53.622,20,63e081512a825f68bcfdc757,1,"{""startTime"":1678677742181,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678677682668,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678677583539,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":5413,""label"":""tour_next"",""step"":2},{""time"":10558,""label"":""tour_end"",""step"":2},{""time"":11288,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1204,""week"":""52"",""id"":""chart2""},{""time"":12800,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5512,""week"":""52"",""id"":""chart""},{""time"":21768,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1551,""week"":""52"",""id"":""chart2""}]}","{""startTime"":1678677667197,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":4523,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2041,""week"":""52"",""id"":""chart""}]}",simple -2023-03-12 23:28:32,2023-03-12 23:36:14,0,67.182.64.231,100,461,1,2023-03-12 23:36:14,R_1GTxX0GlJFNNFW0,,,,,38.581,-121.4939,anonymous,EN,1,3.81,3.81,5.286,1,1,2,2,1.3,3.039,3.771,2,0,0,15.106,0,93,100,100,9.137,21.555,25.537,4,7.66,27.213,27.798,8,1,1,30.061,37.085,38.165,2,-3,-3,6.334,61.197,62.194,8,1,14.76,24.468,25.453,2,12.633,12.633,15.013,1,7,3,7,6,6,7,,8.477,21.922,24.313,7,5,6,6,1,3,6,"It said ""Assuming you trust the information"". So, assuming I trust the actual numbers, I do not feel the visualization was doing anything to try and misrepresent those numbers.",4.112,54.249,54.914,8,6,,4.327,4.327,6.098,1,2,7,3,4,1,5,6,0,0,13.487,0,1,1,10,10,1,6,9,10,,3.709,16.595,17.84,9,4,3,3,3,3,4,8.999,20.643,23.197,6,6,2,2.274,8.147,10.305,2,1,1998,California,6,3,1,,7,,,19,4,1,640e54837a907926a3ee82aa@email.prolific.co,1.974,40.906,44.805,12,640e54837a907926a3ee82aa,1,"{""startTime"":1678678362848,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678280493,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":4168},{""label"":""window_focused"",""time"":10171}]}","{""startTime"":1678678173446,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":13477,""label"":""tour_next"",""step"":2},{""time"":19000,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678678264865,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":8252},{""label"":""window_focused"",""time"":12520}]}",moderate -2023-03-12 23:21:52,2023-03-12 23:37:08,0,70.123.36.249,100,915,1,2023-03-12 23:37:08,R_phC14PS2rTiRoQN,,,,,30.2627,-97.7467,anonymous,EN,1,24.594,25.097,26.107,2,1,3,2,4.335,7.035,8.327,2,0,0,15.118,0,100,100,85,5.001,26.061,26.705,5,15.673,19.115,59.331,2,1,1,27.588,40,41.772,2,-3,-3,66.148,179.527,183.465,11,1,42.651,42.651,44.387,1,2.257,2.257,15.02,1,6,5,6,6,6,5,,3.285,64.549,67.716,9,6,5,5,3,4,5,Seems to align with scientific data in regards to the efficacy of the covid-19 vaccine. The only reason I didn't put strong agree is because I just in general try not to believe everything I see on the internet without fact-checking.,2.796,2.796,83.443,1,2,,7.827,10.966,17.232,4,2,7,3,4,1,5,6,0,0,28.249,0,1,1,1,1,4,1,10,8,,12.421,45.526,70.88,14,3,3,1,1,4,5,10.432,38.53,40.2,6,1,2,13.917,29.047,31.405,5,1,1991,Texas,6,1,1,,7,,,6,4,1,noah.k423@yahoo.com,5.83,85.267,86.823,22,610878f08e2b6c83ea3905da,1,"{""startTime"":1678678066270,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678134441,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678677807199,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":11103,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3509,""week"":""50"",""id"":""chart""},{""time"":15667,""label"":""tour_next"",""step"":2},{""time"":19110,""label"":""tour_end"",""step"":2},{""time"":22691,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2095,""week"":""52"",""id"":""chart""},{""time"":25619,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2858,""week"":""6"",""id"":""chart""},{""time"":30673,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":26157,""week"":""6"",""id"":""chart""}]}","{""startTime"":1678678050792,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",moderate -2023-03-12 23:25:56,2023-03-12 23:37:26,0,76.132.72.146,100,690,1,2023-03-12 23:37:26,R_RklXsEeQFmhn1Yt,,,,,37.3177,-122.0438,anonymous,EN,1,16.873,16.873,17.646,1,1,3,1,3.622,6.369,7.198,2,0,0,15.125,0,79,19,66,4.145,19.756,22.839,4,17.484,62.034,91.94,7,1,-3,41.411,49.14,63.565,2,1,-1,66.877,90.365,91.134,3,1,34.255,34.255,37,1,6.663,7.46,15.016,2,4,5,5,4,3,4,,3.225,27.433,29.484,13,4,7,4,2,2,4,"I think it looks accurate to my knowledge, but it needs to indicate the source for me to say that I fully trust the visualization.",2.051,14.671,58.231,6,5,,1.536,10.971,12.898,3,2,7,3,4,1,5,6,0,0,25.82,0,6,4,8,5,9,3,10,11,,5.363,18.754,20.608,10,3,2,2,3,4,2,14.558,32.854,33.833,10,3,1,2.4,6.881,9,2,1,2005,California,1,3,1,,2,,,13,3,2,,2.387,80.651,86.323,31,63d8548b51a28912d9fba859,1,"{""startTime"":1678678175150,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678205355,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":11354,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1143,""week"":""51"",""id"":""chart""},{""time"":13157,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1038,""week"":""50"",""id"":""chart""}]}","{""startTime"":1678678030028,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":23,""label"":""tour_started""},{""time"":9015,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1696,""week"":""3"",""id"":""chart""},{""time"":11097,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4045,""week"":""3"",""id"":""chart""},{""time"":17478,""label"":""tour_next"",""step"":5},{""time"":25298,""label"":""cleared_brush"",""using"":""Click""},{""time"":28148,""label"":""started_brush"",""startDate"":""2021-05-30"",""endDate"":""2021-11-01""},{""time"":31045,""label"":""tour_next"",""step"":5},{""time"":34967,""label"":""moved_brush"",""startDate"":""2021-06-14"",""endDate"":""2021-11-17""},{""time"":36339,""label"":""moved_brush"",""startDate"":""2021-06-14"",""endDate"":""2021-08-26""},{""time"":37606,""label"":""tour_next"",""step"":5},{""time"":41698,""label"":""cleared_brush"",""using"":""Click""},{""time"":43648,""label"":""tour_next"",""step"":5},{""time"":48285,""label"":""tour_end"",""step"":5},{""time"":51762,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1279,""week"":""6"",""id"":""chart""},{""time"":53389,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1184,""week"":""6"",""id"":""chart""},{""time"":58930,""label"":""started_brush"",""startDate"":""2022-01-01"",""endDate"":""2022-02-07""},{""time"":65107,""label"":""cleared_brush"",""using"":""Click""},{""time"":71467,""label"":""started_brush"",""startDate"":""2021-04-06"",""endDate"":""2021-07-30""},{""time"":76015,""label"":""moved_brush"",""startDate"":""2021-04-06"",""endDate"":""2021-07-03""},{""time"":76934,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1169,""week"":""15"",""id"":""chart""},{""time"":79575,""label"":""cleared_brush"",""using"":""Click""},{""time"":86310,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1850,""week"":""1"",""id"":""chart""}]}","{""startTime"":1678678159699,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":10667,""label"":""started_brush"",""startDate"":""2021-10-28"",""endDate"":""2022-01-07""},{""time"":11908,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1184,""week"":""44"",""id"":""chart""}]}",complex -2023-03-12 23:25:24,2023-03-12 23:37:30,0,76.107.134.196,100,725,1,2023-03-12 23:37:30,R_1kXN6Klz7fR2rnW,,,,,35.1499,-90.0558,anonymous,EN,1,120.172,120.172,130.937,1,,,,,,,,0,0,15.008,0,73,87,67,34.938,40.251,41.383,3,15.937,19.254,28.285,2,1,1,27.499,44.182,48.434,3,1,-3,22.301,57.135,58.784,2,1,52.703,52.703,54.101,1,0,0,15.109,0,5,7,5,7,5,5,"It does not say why there were so many pests certain weeks. ",9.528,70.652,71.118,9,5,5,5,7,2,5,"It is clear, especially because you can see exact numbers by hovering over it, plus it is weekly data so it is easy to compare each week. ",1.346,1.346,41.127,1,5,,6.559,9.81,11.471,5,2,7,3,4,1,5,6,0,0,21.209,0,2,2,3,3,2,4,3,3,,10.766,21.634,26.618,8,4,4,2,2,4,3,13.797,31.681,33.243,6,5,,7.429,7.429,9.326,1,2,2001,Tennessee,3,1,1,,7,,,15,2,1,Ldpursuit8@gmail.com,2.435,62.56,66.245,19,6108bfbf2e07c5612eb90182,0,"{""startTime"":1678678291745,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678222825,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678119400,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":20,""label"":""tour_started""},{""time"":9797,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2677,""week"":""1"",""id"":""chart""},{""time"":13253,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1141,""week"":""51"",""id"":""chart""},{""time"":15935,""label"":""tour_next"",""step"":2},{""time"":19249,""label"":""tour_end"",""step"":2},{""time"":21420,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2265,""week"":""1"",""id"":""chart""},{""time"":23756,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1131,""week"":""2"",""id"":""chart""}]}","{""startTime"":1678678207222,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":2875,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5289,""week"":""2"",""id"":""chart""},{""time"":10273,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1076,""week"":""3"",""id"":""chart""}]}",moderate -2023-03-12 23:28:33,2023-03-12 23:38:19,0,98.213.160.72,100,586,1,2023-03-12 23:38:19,R_Zn6w6YOyxBWXxLP,,,,,41.8482,-87.6521,anonymous,EN,1,3.813,3.813,5.28,1,1,4,2,1.977,3.383,4.59,2,0,0,15.013,0,98,100,99,7.467,17.34,18.84,7,10.209,13.887,19.414,2,1,-3,19.474,27.817,29.972,2,1,1,22.264,96.746,98.745,4,1,37.925,37.925,40.144,1,0,0,15.013,0,5,3,3,6,7,3,,5.194,17.785,20.116,6,5,7,7,7,4,7,It took me a second to realize the stacked nature of the bars makes it difficult to compare populations visually. Weeks where both populations spiked make the unvaccinated population look disproportionately higher,3.893,3.893,44.397,1,5,,9.91,11.624,19.332,2,2,7,3,4,1,5,6,0,0,24.554,0,2,5,2,5,4,9,10,11,,3.378,27.85,29.112,11,4,1,2,2,4,4,13.993,37.777,59.896,8,5,2,3.458,8.911,10.473,2,1,1993,Illinois,6,3,1,,2,,,16,2,1,615a1d9297d4e05d6df9da22@email.prolific.co,2.864,74.154,92.474,14,615a1d9297d4e05d6df9da22,1,"{""startTime"":1678678365414,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678300160,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678165756,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":10157,""label"":""tour_next"",""step"":2},{""time"":13835,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678678284785,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":5890,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6110,""week"":""1"",""id"":""chart""},{""time"":12464,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1038,""week"":""2"",""id"":""chart""}]}",moderate -2023-03-12 23:28:03,2023-03-12 23:39:53,0,71.1.156.211,100,709,1,2023-03-12 23:39:54,R_1Hdi1kTkTuBg3L6,,,,,28.9108,-81.5248,anonymous,EN,1,18.39,19.194,69.04,2,,,,,,,,0,0,15.03,0,85,42,41,10.359,47.872,52.363,7,7.108,31.479,46.334,3,-2,1,32.204,43.454,45.059,2,-3,-3,34.649,68.412,70.94,2,1,34.365,34.365,36.541,1,0,0,15.164,0,3,2,3,4,4,4,What happened the week of December 27th? How does that compare to previous Decembers?,16.939,39.395,60.094,7,4,4,3,1,1,4,"I have no reason not to, but then I don't care enough to fact check it.",2.458,2.458,19.649,1,6,,4.188,5.608,8.02,4,2,7,3,4,1,5,6,0,0,21.056,0,1,3,1,2,3,1,8,8,,3.963,21.472,33.42,11,2,2,1,4,2,3,4.252,23.461,25.249,8,1,,1.478,1.478,4.554,1,1,1989,Florida,7,1,1,,7,,,1,3,1,steven.michael.osborne@gmail.com,0.027,76.343,80.77,17,63e5ffdf639ebdcf35aacb09,0,"{""startTime"":1678678392272,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678344402,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678231009,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":410,""label"":""tour_started""},{""time"":11426,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4840,""week"":""51"",""id"":""chart""},{""time"":18673,""label"":""tour_next"",""step"":2},{""time"":22542,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2123,""week"":""52"",""id"":""chart2""},{""time"":24700,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3115,""week"":""1"",""id"":""chart2""},{""time"":30986,""label"":""tour_end"",""step"":2},{""time"":36443,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1571,""week"":""5"",""id"":""chart2""},{""time"":39331,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1895,""week"":""52"",""id"":""chart""},{""time"":43010,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1002,""week"":""52"",""id"":""chart2""}]}","{""startTime"":1678678326559,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",simple -2023-03-12 23:23:18,2023-03-12 23:40:22,0,68.32.110.193,100,1023,1,2023-03-12 23:40:22,R_1kLGitbJyAuEvO8,,,,,36.3403,-86.7195,anonymous,EN,1,33.895,33.895,35.377,1,1,3,1,1.371,2.953,4.047,2,0,0,15.009,0,92,60,72,10.978,30.638,33.836,4,13.373,84.304,97.665,14,-2,1,30.528,85.234,86.676,2,-3,-3,51.9,132.617,135.416,7,-3,176.554,187.84,189.185,4,0,0,15.112,0,6,5,6,6,5,5,,26.708,42.009,44.402,6,5,6,5,5,5,6,I trust it because of the data that is presented within it.,1.503,36.343,36.852,2,6,,5.422,5.422,6.767,1,2,7,3,4,1,5,6,0,0,12.5,0,5,7,7,7,7,8,10,9,,15.578,113.777,116.089,11,4,4,2,2,5,4,7.275,29.421,30.688,6,2,2,59.064,67.693,69.074,3,2,1994,Tennessee,7,3,1,,7,,,7,3,1,taylor.flutist@gmail.com,1.653,39.692,47.131,19,612fea78b655df755fe7db24,1,"{""startTime"":1678678266094,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678202510,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678677898925,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":19,""label"":""tour_started""},{""time"":11244,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1147,""week"":""51"",""id"":""chart""},{""time"":13364,""label"":""tour_next"",""step"":5},{""time"":18995,""label"":""started_brush"",""startDate"":""2021-08-09"",""endDate"":""2021-11-25""},{""time"":21202,""label"":""tour_next"",""step"":5},{""time"":24567,""label"":""moved_brush"",""startDate"":""2021-05-22"",""endDate"":""2021-09-07""},{""time"":28964,""label"":""moved_brush"",""startDate"":""2021-05-22"",""endDate"":""2021-09-07""},{""time"":30285,""label"":""moved_brush"",""startDate"":""2021-05-22"",""endDate"":""2021-11-08""},{""time"":31285,""label"":""tour_next"",""step"":5},{""time"":43171,""label"":""cleared_brush"",""using"":""Click""},{""time"":43171,""label"":""cleared_brush"",""using"":""Escape""},{""time"":44384,""label"":""tour_next"",""step"":5},{""label"":""window_blurred"",""time"":48693},{""label"":""window_focused"",""time"":63159},{""time"":65384,""label"":""tour_end"",""step"":5},{""time"":70750,""label"":""started_brush"",""startDate"":""2021-04-24"",""endDate"":""2021-05-27""},{""time"":75667,""label"":""moved_brush"",""startDate"":""2021-09-18"",""endDate"":""2021-10-22""},{""time"":77457,""label"":""moved_brush"",""startDate"":""2021-07-06"",""endDate"":""2021-08-09""},{""time"":79781,""label"":""cleared_brush"",""using"":""Click""},{""time"":81320,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1433,""week"":""50"",""id"":""chart""},{""time"":93621,""label"":""started_brush"",""startDate"":""2021-04-18"",""endDate"":""2021-05-30""},{""time"":95884,""label"":""cleared_brush"",""using"":""Click""},{""time"":95884,""label"":""cleared_brush"",""using"":""Escape""}]}","{""startTime"":1678678186793,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":8275,""label"":""started_brush"",""startDate"":""2021-10-18"",""endDate"":""2022-01-08""},{""time"":14214,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1324,""week"":""52"",""id"":""chart""}]}",complex -2023-03-12 23:31:56,2023-03-12 23:40:23,0,68.84.26.109,100,507,1,2023-03-12 23:40:23,R_1Qa84VBi0xYwevQ,,,,,30.4274,-84.258,anonymous,EN,1,3.855,3.855,5.043,1,1,1,1,1.704,4.596,5.858,3,0,0,15.011,0,100,100,69,9.358,13.285,14.641,3,30.121,39.163,40.672,2,-2,1,20.467,38.029,39.875,2,-3,-3,30.491,46.522,47.984,2,1,23.815,23.815,27.216,1,0,0,15.014,0,3,3,3,6,6,5,,7.974,33.38,38.729,12,4,6,4,2,3,5,It seems pretty logical... as to the timing and pattern of cases.,3.785,4.765,22.552,2,5,,4.59,8.174,10.324,3,2,7,3,4,1,5,6,0,0,20.791,0,5,7,6,5,9,6,9,9,,11.737,31.093,33.306,11,5,5,1,1,5,5,4.226,23.786,24.682,7,3,1,26.103,31.842,34.556,2,1,1985,Florida,6,3,1,,7,,,10,4,1,60f66877a0a732b6dbe3485d@email.prolific.co,2.368,53.332,55.711,13,60f66877a0a732b6dbe3485d,1,"{""startTime"":1678678465073,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678504675,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678367373,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":17,""label"":""tour_started""},{""time"":24607,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4312,""week"":""52"",""id"":""chart""},{""time"":30117,""label"":""tour_next"",""step"":2},{""time"":37059,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1315,""week"":""52"",""id"":""chart2""},{""time"":39159,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678678449639,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",simple -2023-03-12 23:32:28,2023-03-12 23:40:41,0,67.82.209.97,100,492,1,2023-03-12 23:40:42,R_27JNXmmIg4vq0e6,,,,,40.5582,-74.5262,anonymous,EN,1,10.739,15.666,16.989,3,,,,,,,,9.869,14.437,15.024,5,58,41,46,3.911,10.531,11.393,9,3.507,14.643,15.551,6,1,1,18.02,25.106,27.306,3,1,-2,11.069,53.451,54.958,5,1,33.834,33.834,35.188,1,0,0,15.02,0,4,4,2,4,4,4,,4.766,10.509,12.371,7,4,3,2,4,4,4,"It looks easy to follow, but anyone can bend data.",1.454,1.454,12.691,1,4,,2.748,4.089,5.201,3,2,7,3,4,1,5,6,4.843,15.248,16.24,2,6,7,3,6,2,7,6,5,,3.62,10.302,11.594,10,3,3,2,3,4,4,1.863,11.068,11.569,10,2,,3.275,3.712,6.4,2,1,1989,New Jersey,7,2,1,,7,,,9,4,1,tmeyer2@gmail.com,2.084,120.688,122.407,59,601e13b872774f263d64acac,0,"{""startTime"":1678678575966,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678545780,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_focused"",""time"":3423}]}","{""startTime"":1678678457491,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":37,""label"":""tour_started""},{""time"":5037,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1643,""week"":""2"",""id"":""chart""},{""time"":11926,""label"":""tour_next"",""step"":2},{""time"":13508,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678678529647,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":5341}]}",moderate -2023-03-12 23:28:01,2023-03-12 23:41:03,0,71.8.83.241,100,782,1,2023-03-12 23:41:04,R_3KBz2hTjMzmmyrM,,,,,33.2663,-86.902,anonymous,EN,1,11.97,11.97,13.865,1,,,,,,,,0,0,15.1,0,100,85,93,8.236,11.946,14.001,3,17.54,66.937,87.375,7,1,1,1.464,36.824,37.58,16,-3,-3,1.068,71.463,72.237,32,-2,38.047,81.245,83.602,2,0,0,15.093,0,6,5,5,6,6,6,"I've never seen such a well detailed interactive graph such as this before. I will say for such large amounts of data with many variables, the interactive slider is needed. ",7.385,17.02,50.915,7,5,6,6,3,1,6,"Very detailed, nicely organized with plenty of information.",1.687,1.687,15.101,1,4,,6.349,6.349,8.653,1,2,7,3,4,1,5,6,0,0,28.455,0,4,4,5,8,5,4,10,10,,6.023,18.424,20.721,8,4,5,1,1,5,5,8.672,26.092,27.389,6,2,,5.8,5.8,7.879,1,2,1999,Alabama,6,2,1,,8,Frisco City,,5,3,1,phimujessica@gmail.com,2.507,218.006,218.608,103,61706d258625bf685b7d6902,0,"{""startTime"":1678678324658,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678397249,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678135589,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":119,""label"":""tour_started""},{""time"":7721,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1400,""week"":""43"",""id"":""chart""},{""time"":17508,""label"":""tour_next"",""step"":5},{""time"":24050,""label"":""cleared_brush"",""using"":""Click""},{""time"":24815,""label"":""cleared_brush"",""using"":""Click""},{""time"":25867,""label"":""cleared_brush"",""using"":""Click""},{""time"":26809,""label"":""started_brush"",""startDate"":""2021-06-30"",""endDate"":""2021-08-28""},{""time"":28467,""label"":""tour_next"",""step"":5},{""time"":34442,""label"":""moved_brush"",""startDate"":""2021-06-30"",""endDate"":""2021-08-05""},{""time"":35425,""label"":""tour_next"",""step"":5},{""time"":39821,""label"":""moved_brush"",""startDate"":""2021-07-16"",""endDate"":""2021-08-22""},{""time"":41510,""label"":""cleared_brush"",""using"":""Click""},{""time"":41510,""label"":""cleared_brush"",""using"":""Escape""},{""time"":41872,""label"":""cleared_brush"",""using"":""Click""},{""time"":41873,""label"":""cleared_brush"",""using"":""Escape""},{""time"":52702,""label"":""tour_next"",""step"":5},{""time"":57285,""label"":""tour_end"",""step"":5},{""time"":61258,""label"":""started_brush"",""startDate"":""2021-06-10"",""endDate"":""2021-10-07""},{""time"":64858,""label"":""moved_brush"",""startDate"":""2021-06-10"",""endDate"":""2021-09-30""},{""time"":66273,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1077,""week"":""31"",""id"":""chart""},{""time"":72563,""label"":""moved_brush"",""startDate"":""2021-07-26"",""endDate"":""2021-09-30""},{""time"":74189,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":2119,""week"":""37"",""id"":""chart""},{""time"":82604,""label"":""moved_brush"",""startDate"":""2021-09-06"",""endDate"":""2021-09-30""},{""time"":84951,""label"":""moved_brush"",""startDate"":""2021-12-15"",""endDate"":""2022-01-07""}]}","{""startTime"":1678678308544,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":13093,""label"":""started_brush"",""startDate"":""2021-10-31"",""endDate"":""2022-01-01""}]}",complex -2023-03-12 23:30:03,2023-03-12 23:41:45,0,107.193.125.27,100,701,1,2023-03-12 23:41:45,R_RkoA9bzY6Kr2CmR,,,,,30.671,-87.1737,anonymous,EN,1,3.544,23.983,25.964,6,1,3,2,1.622,18.952,19.961,4,0,0,15.114,0,100,23,87,9.527,14.198,14.844,3,22.781,52.68,76.784,5,1,1,5.553,43.026,46.731,10,1,-2,8.531,89.415,90.257,5,1,11.675,60.693,61.156,4,0,0,15.01,0,5,4,5,2,2,5,"I would've much rather this be split into 2 different graphs based on vaccination rather than one graph with every single group ",6.246,60.778,61.095,11,2,2,2,2,2,5,"I trust the makers of the graph ",1.113,31.433,33.773,2,4,,10.166,12.323,13.577,2,2,7,3,4,1,5,6,10.136,10.5,30.302,2,2,2,1,4,2,4,11,7,,6.104,31.135,31.615,20,4,1,1,2,4,2,7.221,35.221,45.634,10,2,1,5.783,11.648,13.158,3,1,2003,Florida,3,1,1,,2,,,14,3,2,,3.314,63.438,66.216,39,63ee7c9441abc1335d678cab,1,"{""startTime"":1678678444189,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678505682,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678290139,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":9899,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1378,""week"":""3"",""id"":""chart""},{""time"":14242,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7345,""week"":""52"",""id"":""chart""},{""time"":22778,""label"":""tour_next"",""step"":5},{""time"":33344,""label"":""started_brush"",""startDate"":""2021-05-17"",""endDate"":""2021-08-23""},{""time"":34139,""label"":""tour_next"",""step"":5},{""time"":37289,""label"":""moved_brush"",""startDate"":""2021-07-19"",""endDate"":""2021-10-25""},{""time"":39230,""label"":""tour_next"",""step"":5},{""time"":47296,""label"":""cleared_brush"",""using"":""Click""},{""time"":47296,""label"":""cleared_brush"",""using"":""Escape""},{""time"":48677,""label"":""tour_next"",""step"":5},{""time"":52677,""label"":""tour_end"",""step"":5},{""time"":56231,""label"":""started_brush"",""startDate"":""2021-05-02"",""endDate"":""2021-05-21""},{""time"":70167,""label"":""cleared_brush"",""using"":""Click""},{""time"":73339,""label"":""cleared_brush"",""using"":""Click""},{""time"":73339,""label"":""cleared_brush"",""using"":""Escape""}]}","{""startTime"":1678678428814,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":9607,""label"":""started_brush"",""startDate"":""2021-06-14"",""endDate"":""2021-06-19""},{""time"":11382,""label"":""cleared_brush"",""using"":""Click""},{""time"":11382,""label"":""cleared_brush"",""using"":""Escape""},{""time"":14573,""label"":""started_brush"",""startDate"":""2021-10-30"",""endDate"":""2021-12-30""}]}",complex -2023-03-12 23:32:55,2023-03-12 23:42:46,0,72.239.235.142,100,590,1,2023-03-12 23:42:46,R_2w14QXXZXgTuYJ0,,,,,28.5378,-80.6711,anonymous,EN,1,2.768,2.768,3.722,1,1,2,1,1.306,3.902,5.135,2,4.089,4.089,15.121,1,59,17,39,5.54,10.524,12.655,3,37.255,124.639,127.471,12,1,1,32.48,43.286,44.68,2,-3,-3,0.903,49.793,51.397,5,1,15.792,25.302,26.939,2,0,0,15.113,0,4,2,4,4,5,4,,9.348,24.561,26.887,8,4,4,4,2,2,4,I can't tell for sure whether this data is accurate,1.794,2.807,27.734,2,4,,4.289,4.289,6.567,1,2,7,3,4,1,5,6,0,0,27.601,0,4,6,4,5,2,3,10,9,,6.862,17.035,18.845,8,4,2,2,2,3,3,6.382,23.044,24.031,10,2,2,3.871,9.912,12.771,3,2,1995,Florida,5,2,1,,4,,,5,2,1,6109d5b1a9daba0fb4e833b9@email.prolific.co,2.146,99.815,103.515,22,6109d5b1a9daba0fb4e833b9,1,"{""startTime"":1678678596312,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":1867,""label"":""started_brush"",""startDate"":""2021-11-08"",""endDate"":""2021-12-23""},{""time"":3450,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1610,""week"":""51"",""id"":""chart""}]}","{""startTime"":1678678624458,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":5601},{""label"":""window_focused"",""time"":6918}]}","{""startTime"":1678678424980,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":13311,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":15068,""week"":""52"",""id"":""chart""},{""time"":30380,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3299,""week"":""14"",""id"":""chart""},{""time"":37251,""label"":""tour_next"",""step"":5},{""time"":67135,""label"":""started_brush"",""startDate"":""2021-05-18"",""endDate"":""2021-08-10""},{""time"":68489,""label"":""tour_next"",""step"":5},{""time"":80031,""label"":""moved_brush"",""startDate"":""2021-07-23"",""endDate"":""2021-10-15""},{""time"":81215,""label"":""tour_next"",""step"":5},{""time"":86470,""label"":""cleared_brush"",""using"":""Click""},{""time"":88749,""label"":""tour_next"",""step"":5},{""time"":101937,""label"":""tour_end"",""step"":5},{""time"":106378,""label"":""started_brush"",""startDate"":""2021-04-09"",""endDate"":""2021-05-31""},{""time"":108297,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4033,""week"":""15"",""id"":""chart""},{""time"":113569,""label"":""cleared_brush"",""using"":""Click""},{""time"":118249,""label"":""started_brush"",""startDate"":""2021-10-14"",""endDate"":""2022-01-16""},{""time"":120339,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3819,""week"":""52"",""id"":""chart""},{""time"":125683,""label"":""cleared_brush"",""using"":""Click""}]}","{""startTime"":1678678580615,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":2389,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1528,""week"":""47"",""id"":""chart""},{""time"":9621,""label"":""started_brush"",""startDate"":""2021-06-24"",""endDate"":""2021-10-01""},{""time"":10972,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2181,""week"":""33"",""id"":""chart""},{""time"":13194,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1542,""week"":""32"",""id"":""chart""}]}",complex -2023-03-12 23:34:18,2023-03-12 23:42:49,0,173.175.212.17,100,510,1,2023-03-12 23:42:49,R_414vg6VCJrsFTKF,,,,,32.7797,-96.8022,anonymous,EN,1,3.406,4.093,4.83,2,,,,,,,,0,0,15.006,0,87,76,90,6.095,10.936,11.58,5,12.231,48.167,49.918,6,-3,1,1.274,75.228,76.333,10,1,-3,23.346,36.378,37.001,2,1,48.133,62.254,63.258,2,0,0,15.12,0,3,3,4,4,5,5,,3.258,20.058,21.688,8,5,5,5,7,7,5,The exact numbers when you hover over the bars makes me trust it more.,2.908,2.908,30.112,1,3,,5.623,5.623,7.01,1,2,7,3,4,1,5,6,0,0,28.376,0,4,5,4,6,2,3,8,9,,3.224,14.807,16.464,15,4,4,1,1,5,5,3.029,28.315,29.328,12,5,,3.255,3.255,4.174,1,1,2005,Texas,1,2,2,,9,,Dallas,8,2,1,pablovasquez0110@gmail.com,1.869,63.23,63.875,33,63f77fe7daecacc6523836d1,0,"{""startTime"":1678678673851,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":14184},{""label"":""window_focused"",""time"":18117}]}","{""startTime"":1678678624964,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678495431,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":19,""label"":""tour_started""},{""time"":12224,""label"":""tour_next"",""step"":5},{""time"":21022,""label"":""cleared_brush"",""using"":""Click""},{""time"":22453,""label"":""started_brush"",""startDate"":""2021-07-29"",""endDate"":""2021-08-11""},{""time"":23794,""label"":""tour_next"",""step"":5},{""time"":31225,""label"":""started_brush"",""startDate"":""2021-05-30"",""endDate"":""2021-06-20""},{""time"":35403,""label"":""started_brush"",""startDate"":""2021-08-23"",""endDate"":""2021-10-16""},{""time"":38203,""label"":""moved_brush"",""startDate"":""2021-06-29"",""endDate"":""2021-08-22""},{""time"":38929,""label"":""tour_next"",""step"":5},{""time"":43951,""label"":""cleared_brush"",""using"":""Click""},{""time"":43951,""label"":""cleared_brush"",""using"":""Escape""},{""time"":45282,""label"":""tour_next"",""step"":5},{""time"":48160,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678678609446,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":13500,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1094,""week"":""52"",""id"":""chart""}]}",complex -2023-03-12 23:32:46,2023-03-12 23:43:27,0,68.161.163.31,100,640,1,2023-03-12 23:43:27,R_1oAPoQyQ0zNVjPW,,,,,40.5948,-73.9715,anonymous,EN,1,10.402,10.402,11.584,1,,,,,,,,0,0,15.108,0,100,100,67,14.431,21.871,22.7,3,16.85,25.721,27.517,2,1,-2,12.696,41.633,47.078,4,-3,-3,34.288,58.176,59.29,3,1,40.223,40.223,43.591,1,0,0,15.006,0,5,1,5,5,6,5,,18.089,41.935,44.837,8,4,6,6,1,7,6,I see no reason to not trust the data,1.546,24.381,25.297,3,5,,6.927,14.826,15.5,3,2,7,3,4,1,5,6,0,0,18.077,0,3,4,6,7,6,5,10,10,,5.724,45.401,47.22,8,4,4,1,2,4,5,9.167,49.538,50.912,11,3,,9.169,9.169,10.932,1,1,1997,New York,6,2,3,,2,,,4,4,1,5b1a3fa488ee7400012aef74@email.prolific.co,2.324,90.134,101.834,24,5b1a3fa488ee7400012aef74,0,"{""startTime"":1678678513800,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":198,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1089,""week"":""50"",""id"":""chart""}]}","{""startTime"":1678678559154,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":27487},{""label"":""window_focused"",""time"":27605},{""label"":""window_blurred"",""time"":27619},{""label"":""window_focused"",""time"":32879}]}","{""startTime"":1678678423118,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":6135,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1134,""week"":""33"",""id"":""chart""},{""time"":11403,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2849,""week"":""52"",""id"":""chart""},{""time"":16848,""label"":""tour_next"",""step"":2},{""time"":20119,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2517,""week"":""52"",""id"":""chart2""},{""time"":25718,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678678498457,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",simple -2023-03-12 23:37:30,2023-03-12 23:43:53,0,208.104.213.129,100,382,1,2023-03-12 23:43:54,R_3dKXJBwKmfb0AGv,,,,,35.0125,-80.9309,anonymous,EN,1,1.366,2.154,2.911,2,,,,,,,,6.539,9.918,15.122,2,56,31,75,5.056,10.875,11.565,3,8.554,38.877,40.81,5,-2,-1,7.926,32.126,34.182,5,-1,-1,12.435,14.281,15.356,2,1,6.272,60.83,61.807,3,0,0,15.037,0,3,3,3,2,2,3,n/a,11.314,22.139,24.624,7,3,7,3,1,1,3,I do not know the origin of this information.,1.769,1.769,12.787,1,4,n/a,4.588,5.667,8.098,2,2,7,3,4,1,5,6,0,0,17.453,0,6,4,6,6,6,3,8,8,n/a,3.29,19.763,20.204,10,4,3,2,3,3,3,6.024,26.232,26.915,6,3,,5.337,6.387,6.79,2,2,1991,South Carolina,3,2,1,,7,,,2,2,2,,1.419,34.133,35.258,11,5d76bf508da7af001b5fa26c,0,"{""startTime"":1678678805315,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678830982,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678686255,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":8548,""label"":""tour_next"",""step"":5},{""time"":17028,""label"":""cleared_brush"",""using"":""Click""},{""time"":22169,""label"":""started_brush"",""startDate"":""2021-08-18"",""endDate"":""2022-02-07""},{""time"":22868,""label"":""tour_next"",""step"":5},{""time"":29174,""label"":""moved_brush"",""startDate"":""2021-04-24"",""endDate"":""2021-10-14""},{""time"":29981,""label"":""tour_next"",""step"":5},{""time"":34824,""label"":""cleared_brush"",""using"":""Click""},{""time"":34824,""label"":""cleared_brush"",""using"":""Escape""},{""time"":36046,""label"":""tour_next"",""step"":5},{""time"":38871,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678678789754,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":5218,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2089,""week"":""51"",""id"":""chart""},{""time"":7409,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3110,""week"":""52"",""id"":""chart""}]}",complex -2023-03-12 23:37:10,2023-03-12 23:44:23,0,71.61.184.166,100,433,1,2023-03-12 23:44:24,R_siIPstaAZwgnGCt,,,,,40.3177,-79.7223,anonymous,EN,1,1.861,1.861,2.567,1,1,3,2,1.23,2.707,3.564,2,0,0,15.12,0,86,100,54,3.117,7.948,9.948,4,3.832,10.715,16.61,2,-2,1,14.95,27.368,28.412,3,1,-3,18.032,34.944,35.955,2,1,15.228,15.228,16.187,1,0,0,16.757,0,6,5,1,5,5,6,,3.457,10.023,12,6,5,5,3,2,3,6,"To me, the data backs up the intuitive sentiment that vaccines work. I trust that these numbers are an accurate reflection of how vaccines operate in terms of coming down with COVID-19.",1.972,1.972,37.874,1,5,,8.742,8.742,9.969,1,2,7,3,4,1,5,6,0,0,14.08,0,2,4,3,2,5,8,10,10,,2.931,14.581,16.303,11,4,3,3,3,3,5,1.208,4.163,5.501,6,1,2,2.17,8.706,9.629,2,1,1992,Pennsylvania,8,1,1,,7,,,10,4,2,,1.824,78.532,79.427,25,60c2cc653d0c6208fc8899fc,1,"{""startTime"":1678678856846,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678741986,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678672459,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":3827,""label"":""tour_next"",""step"":2},{""time"":10710,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678678718282,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":13422}]}",simple -2023-03-12 23:33:17,2023-03-12 23:44:39,0,107.3.222.77,100,681,1,2023-03-12 23:44:40,R_3CVDTxRddclXABu,,,,,37.0368,-88.5934,anonymous,EN,1,2.117,2.117,33.453,1,,,,,,,,0,0,15.107,0,75,88,69,19.583,42.452,44.1,6,26.313,31.478,37.834,2,1,1,17.784,28.336,34.569,2,1,-3,56.931,100.213,101.765,3,1,49.978,91.955,93.583,3,0,0,15.112,0,3,3,3,5,5,3,Need explaination of method at least.,13.072,43.693,64.156,10,4,5,5,1,1,3,It's just a graph I can't trust it or not trust it.,1.137,15.747,23.378,2,5,,4.217,6.043,11.661,2,2,7,3,4,1,5,6,0,0,21.209,0,1,1,1,1,1,1,1,1,,6.661,16.642,19.238,9,2,3,4,4,4,2,4.221,17.273,18.453,6,7,,2.082,2.082,4.065,1,1,1983,Kentucky,3,3,1,,7,,,4,1,2,,1.878,67.06,69.631,27,5f8486766d8e7b0f17df0206,0,"{""startTime"":1678678715845,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678652473,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678496496,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":13117,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1327,""week"":""14"",""id"":""chart""},{""time"":17180,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1799,""week"":""6"",""id"":""chart""},{""time"":20278,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1833,""week"":""14"",""id"":""chart""},{""time"":26307,""label"":""tour_next"",""step"":2},{""time"":31472,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678678636943,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":8646,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1149,""week"":""2"",""id"":""chart""},{""time"":10765,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1051,""week"":""2"",""id"":""chart""},{""time"":12597,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1010,""week"":""2"",""id"":""chart""},{""time"":14149,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1178,""week"":""1"",""id"":""chart""}]}",moderate -2023-03-12 23:33:36,2023-03-12 23:46:00,0,71.94.240.109,100,743,1,2023-03-12 23:46:01,R_2P29oLSa6m40Tek,,,,,42.1921,-121.7233,anonymous,EN,1,22.086,22.641,24.286,2,1,3,2,4.235,7.98,9.489,3,7.098,11.253,15.118,9,91,91,52,10.037,20.945,21.961,8,8.382,21.941,49.503,11,-1,1,20.046,76.316,77.359,44,-1,-3,50.967,99.826,103.544,8,1,1.82,42.451,44.353,6,0,0,15.016,0,5,4,5,4,6,5,,11.605,54.646,57.519,17,5,4,4,4,4,5,"The statement said ""Assuming you trust the data in this visualization"", so if the data is accurate and the graph is clear and readable, I would find it trustworthy. ",4.713,4.713,51.103,1,4,,5.095,9.161,10.181,4,2,7,3,4,1,5,6,4.872,32.794,34.143,6,3,3,5,3,3,3,6,6,,3.106,30.882,32.701,18,4,4,3,2,4,4,9.372,35.127,36.006,9,3,2,16.548,24.634,25.593,7,2,1996,Oregon,7,2,1,,7,,,8,3,2,,2.798,55.097,56.56,20,60fd933d5461857048f9e74c,1,"{""startTime"":1678678777734,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":37348},{""label"":""window_focused"",""time"":44214}]}","{""startTime"":1678678672707,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":42,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1049,""week"":""1"",""id"":""chart""},{""time"":1171,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3801,""week"":""2"",""id"":""chart""},{""time"":6776,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1064,""week"":""51"",""id"":""chart""},{""time"":11909,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2977,""week"":""49"",""id"":""chart""},{""time"":18068,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1854,""week"":""50"",""id"":""chart""},{""time"":20494,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1056,""week"":""50"",""id"":""chart""},{""time"":21594,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1138,""week"":""51"",""id"":""chart""}]}","{""startTime"":1678678503183,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":24,""label"":""tour_started""},{""time"":17520,""label"":""tour_next"",""step"":2},{""time"":21931,""label"":""tour_end"",""step"":2},{""time"":22684,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5282,""week"":""51"",""id"":""chart""},{""time"":32275,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1958,""week"":""14"",""id"":""chart""},{""time"":35668,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2670,""week"":""16"",""id"":""chart""},{""time"":40422,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1409,""week"":""21"",""id"":""chart""}]}","{""startTime"":1678678657225,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":5555,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1118,""week"":""3"",""id"":""chart""},{""time"":7622,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1201,""week"":""1"",""id"":""chart""},{""time"":8865,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4157,""week"":""52"",""id"":""chart""}]}",moderate -2023-03-12 23:36:02,2023-03-12 23:46:18,0,129.107.80.53,100,616,1,2023-03-12 23:46:19,R_12D67AGPTV6radJ,,,,,32.7185,-97.1432,anonymous,EN,1,7.691,7.691,9.166,1,,,,,,,,0,0,15.111,0,100,100,88,8.983,21.878,24.776,4,18.753,29.28,30.958,2,1,1,9.517,73.242,75.967,3,-2,-3,26.042,75.35,77.362,3,1,35.199,35.199,36.096,1,0,0,15.11,0,4,6,1,5,6,6,,13.243,63.795,65.785,11,6,6,5,3,1,6,The visualization feels like it gives me very specific and clear information.,4.305,4.305,39.898,1,4,,4.701,4.701,6.431,1,2,7,3,4,1,5,6,0,0,21.094,0,5,3,1,5,4,5,10,9,,13.283,27.28,29.707,11,4,4,2,1,5,4,8.077,41.071,42.05,11,3,,5.73,5.73,7.62,1,2,1999,Texas,5,3,1,,3,,,17,3,2,,2.261,55.368,56.035,12,5ed5afc6e8229914710ada06,0,"{""startTime"":1678678822030,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":14954,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1079,""week"":""52"",""id"":""chart""},{""time"":36058,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4611,""week"":""50"",""id"":""chart""}]}","{""startTime"":1678678748451,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":54,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5870,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678678623276,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":24,""label"":""tour_started""},{""time"":13673,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1716,""week"":""45"",""id"":""chart""},{""time"":15897,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1011,""week"":""50"",""id"":""chart""},{""time"":18741,""label"":""tour_next"",""step"":2},{""time"":21666,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3011,""week"":""1"",""id"":""chart2""},{""time"":29267,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678678731429,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",simple -2023-03-12 23:35:11,2023-03-12 23:46:36,0,70.58.17.119,100,684,1,2023-03-12 23:46:36,R_1dB00tHs973qg8G,,,,,39.7301,-104.9078,anonymous,EN,1,5.312,5.312,6.293,1,1,3,1,5.305,11.732,12.623,2,0,0,15.116,0,66,31,38,8.975,15.073,16.226,3,21.561,30.99,31.598,3,-2,-3,68.162,88.297,88.663,3,-3,-3,47.155,79.29,80.741,2,-1,20.339,47.488,48.783,3,0,0,15.018,0,3,4,2,5,5,2,,3.354,31.676,32.099,9,5,5,3,1,7,2,"I feel as though this may be influenced by companies that make vaccines. ",4.697,4.697,44.778,1,2,,1.947,17.238,20.015,9,2,7,3,4,1,5,6,0,0,28.134,0,1,2,1,2,2,4,7,4,,3.548,19.348,21.297,8,4,2,2,3,4,4,10.166,33.873,34.767,9,1,2,6.749,17.368,20.116,2,3,1983,Colorado,3,2,1,,7,,,7,4,1,lightechoesham@gmail.com,4.525,100.584,111.358,25,5e643d29df313c1ced363682,1,"{""startTime"":1678678704781,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678737424,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678576173,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":14136,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1624,""week"":""50"",""id"":""chart""},{""time"":15802,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1812,""week"":""51"",""id"":""chart""},{""time"":17711,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1757,""week"":""52"",""id"":""chart""},{""time"":21556,""label"":""tour_next"",""step"":2},{""time"":27789,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678678689334,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":10730,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1050,""week"":""25"",""id"":""chart""},{""time"":12364,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1620,""week"":""32"",""id"":""chart""}]}",moderate -2023-03-12 23:39:16,2023-03-12 23:48:09,0,174.61.155.120,100,533,1,2023-03-12 23:48:10,R_3iW5fCIsczUrofi,,,,,47.63,-122.2972,anonymous,EN,1,12.71,12.71,14.229,1,1,4,1,2.541,4.241,5.151,2,9.234,9.234,15.011,1,81,40,57,13.182,27.555,29.193,7,3.511,8.231,17.671,2,1,1,24.234,41.087,48.552,2,-3,1,16.482,39.592,40.758,4,1,10.751,16.731,18.101,2,9.842,9.842,16.61,1,5,5,5,4,5,3,"The subtitles of the graph are somewhat misleading, the main header for both is what clarifies that it's COVID cases, not rates of people being vaccinated, which was my initial thought. Also for the second question on the last page, I was a little unsure about my answer because the question didn't specify over what duration",12.986,67.316,106.817,11,4,5,2,1,3,3,"context -- it's in a qualtrics survey. if it were published in a reputable news venue, then I would trust it more",1.475,1.475,30.065,1,4,,3.49,3.996,5.229,2,2,7,3,4,1,5,6,10.867,12.447,25.204,2,5,6,4,6,7,6,8,10,,3.634,19.031,20.669,8,2,4,1,3,3,4,3.746,21.678,22.99,7,1,1,1.623,12.46,13.764,4,2,1995,Washington,7,3,1,,2,,,8,4,2,,2.059,46.997,50.378,15,5bcfb99d77740000016b3dbf,1,"{""startTime"":1678678930617,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_focused"",""time"":4292}]}","{""startTime"":1678679037537,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678829359,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":3504,""label"":""tour_next"",""step"":2},{""time"":8223,""label"":""tour_end"",""step"":2},{""time"":12197,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2366,""week"":""1"",""id"":""chart""}]}","{""startTime"":1678678896400,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":4823,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1740,""week"":""52"",""id"":""chart2""},{""label"":""window_blurred"",""time"":11285}]}",simple -2023-03-12 23:41:50,2023-03-12 23:48:19,0,47.230.199.10,100,388,1,2023-03-12 23:48:19,R_27QJONFOvGR6dqQ,,,,,40.7263,-73.9818,anonymous,EN,1,7.495,7.495,8.487,1,1,4,1,2.616,3.922,4.602,2,0,0,15.117,0,79,64,30,7.986,16.599,18.473,5,6.993,8.962,20.223,2,-2,1,11.171,31.764,33.019,3,-1,-3,20.085,58.658,61.131,3,-3,7.162,22.486,24.642,6,0,0,15.016,0,5,7,5,5,5,5,,4.043,15.209,17.815,6,2,4,4,7,5,5,The data within the visualization comes from a reputable source,1.598,24.286,25.306,5,5,,3.959,6.61,8.002,4,2,7,3,4,1,5,6,0,0,10.306,0,9,9,6,6,9,8,10,10,,2.527,11.257,13.093,8,3,4,2,2,4,4,7.771,24.102,24.845,8,2,1,2.64,6.78,8.103,3,2,1998,New York,7,3,1,,7,,,17,3,2,,1.523,48.441,49.754,15,610386b89cf31f6859e7df7c,1,"{""startTime"":1678679063107,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678679081305,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678965125,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":4713,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1141,""week"":""52"",""id"":""chart""},{""time"":6990,""label"":""tour_next"",""step"":2},{""time"":8959,""label"":""tour_end"",""step"":2},{""time"":12545,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1576,""week"":""38"",""id"":""chart""},{""time"":14529,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1391,""week"":""52"",""id"":""chart""},{""time"":16427,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1647,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678679047558,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":5081,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1073,""week"":""6"",""id"":""chart""}]}",moderate -2023-03-12 23:39:00,2023-03-12 23:48:20,0,144.163.27.131,100,560,1,2023-03-12 23:48:21,R_3QFORBYsb3C4f2S,,,,,33.5986,-86.3434,anonymous,EN,1,8.912,8.912,10.004,1,,,,,,,,0,0,15.105,0,77,98,50,12.68,20.081,21.268,3,4.555,67.108,69.411,15,-2,-2,25.211,41.457,43.163,3,1,-3,42.798,79.901,80.963,2,-3,60.1,66.319,67.773,5,0,0,15.124,0,4,5,4,4,5,5,,9.58,20.712,23.313,7,5,5,5,5,5,5,This was easy top understand and something the average person could understand.,2.835,2.835,23.801,1,5,,3.825,8.766,10.476,7,2,7,3,4,1,5,6,0,0,24.165,0,2,6,9,6,2,6,9,9,,5.122,20.148,22.3,8,4,4,1,4,4,4,7.315,17.207,19.021,6,5,,3.219,3.219,5.15,1,1,1969,Alabama,6,2,1,,9,,Pell City,4,2,1,ejrfan14@yahoo.com,1.118,49.181,51.867,13,5e404a68f09a9f28310e8701,0,"{""startTime"":1678678953823,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678978162,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678798826,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":64,""label"":""tour_started""},{""time"":12722,""label"":""tour_next"",""step"":5},{""time"":32878,""label"":""started_brush"",""startDate"":""2021-06-08"",""endDate"":""2021-08-27""},{""time"":34183,""label"":""tour_next"",""step"":5},{""time"":37811,""label"":""moved_brush"",""startDate"":""2021-07-31"",""endDate"":""2021-10-18""},{""time"":40686,""label"":""tour_next"",""step"":5},{""time"":45314,""label"":""moved_brush"",""startDate"":""2021-06-28"",""endDate"":""2021-09-16""},{""time"":47053,""label"":""moved_brush"",""startDate"":""2021-10-14"",""endDate"":""2022-01-02""},{""time"":48501,""label"":""moved_brush"",""startDate"":""2021-05-17"",""endDate"":""2021-08-04""},{""time"":49935,""label"":""moved_brush"",""startDate"":""2021-04-07"",""endDate"":""2021-06-25""},{""time"":50783,""label"":""moved_brush"",""startDate"":""2021-04-08"",""endDate"":""2021-06-26""},{""time"":51962,""label"":""moved_brush"",""startDate"":""2021-04-08"",""endDate"":""2021-06-26""},{""time"":53888,""label"":""moved_brush"",""startDate"":""2021-05-22"",""endDate"":""2021-08-09""},{""time"":60433,""label"":""cleared_brush"",""using"":""Click""},{""time"":60433,""label"":""cleared_brush"",""using"":""Escape""},{""time"":61779,""label"":""tour_next"",""step"":5},{""time"":67094,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678678937665,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",complex -2023-03-12 23:37:13,2023-03-12 23:48:23,0,69.138.232.140,100,670,1,2023-03-12 23:48:23,R_OB8SUtt2KSQ6oGB,,,,,39.1541,-76.717,anonymous,EN,1,0.462,1.447,2.093,3,1,3,1,1.418,2.215,3.814,2,1.751,3.387,15.111,3,87,98,83,1.043,9.519,10.312,13,1.018,75.639,76.103,38,-3,-3,0.824,43.062,44.202,34,1,-1,0.865,188.096,188.883,48,1,1.007,103.779,104.524,43,0.905,11.626,15.012,4,5,5,7,5,5,5,,1.083,18.3,19.432,41,4,5,5,2,4,4,Id like to know more information. Such as states/countries where these results are being calculated from.,1.059,1.49,28.501,2,3,,1.4,8.275,9.275,5,2,7,3,4,1,5,6,0.858,10.581,14.483,4,4,4,6,5,5,6,8,9,,0.86,20.224,20.717,31,3,3,4,4,3,3,1.564,14.802,17.081,28,4,3,0.855,6.366,7.242,6,1,1999,Maryland,5,3,1,,3,,,7,4,2,,1.095,52.183,54.536,31,603f31444049ae098abb8bf7,1,"{""startTime"":1678678874361,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678894241,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678677060,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":3448,""label"":""tour_next"",""step"":5},{""time"":15670,""label"":""tour_back"",""step"":5},{""time"":24902,""label"":""tour_next"",""step"":5},{""time"":28008,""label"":""cleared_brush"",""using"":""Click""},{""time"":33343,""label"":""moved_brush"",""startDate"":""2021-06-11"",""endDate"":""2021-11-06""},{""time"":34946,""label"":""moved_brush"",""startDate"":""2021-09-12"",""endDate"":""2022-02-07""},{""time"":43418,""label"":""moved_brush"",""startDate"":""2021-12-31"",""endDate"":""2022-02-07""},{""time"":45688,""label"":""started_brush"",""startDate"":""2021-10-22"",""endDate"":""2021-10-27""},{""time"":47573,""label"":""started_brush"",""startDate"":""2021-05-07"",""endDate"":""2021-06-18""},{""time"":47899,""label"":""moved_brush"",""startDate"":""2021-05-01"",""endDate"":""2021-06-18""},{""time"":48207,""label"":""cleared_brush"",""using"":""Click""},{""time"":48673,""label"":""tour_next"",""step"":5},{""time"":53129,""label"":""cleared_brush"",""using"":""Click""},{""time"":54838,""label"":""started_brush"",""startDate"":""2021-05-01"",""endDate"":""2021-08-02""},{""time"":56102,""label"":""moved_brush"",""startDate"":""2021-11-05"",""endDate"":""2022-02-07""},{""time"":56706,""label"":""tour_next"",""step"":5},{""time"":60928,""label"":""cleared_brush"",""using"":""Click""},{""time"":60928,""label"":""cleared_brush"",""using"":""Escape""},{""time"":61768,""label"":""tour_next"",""step"":5},{""time"":63978,""label"":""tour_end"",""step"":5},{""time"":68037,""label"":""started_brush"",""startDate"":""2021-05-24"",""endDate"":""2021-10-21""},{""time"":72284,""label"":""moved_brush"",""startDate"":""2021-05-24"",""endDate"":""2021-10-21""},{""time"":72550,""label"":""moved_brush"",""startDate"":""2021-05-24"",""endDate"":""2021-10-21""},{""time"":72736,""label"":""moved_brush"",""startDate"":""2021-05-24"",""endDate"":""2021-10-21""},{""time"":73736,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1923,""week"":""32"",""id"":""chart""}]}","{""startTime"":1678678858732,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":10340,""label"":""cleared_brush"",""using"":""Click""}]}",complex -2023-03-12 23:41:37,2023-03-12 23:49:05,0,71.198.231.172,100,447,1,2023-03-12 23:49:05,R_1mE6szJMEdJRu4q,,,,,37.8414,-122.1254,anonymous,EN,1,7.731,7.731,9.057,1,,,,,,,,0,0,15.013,0,94,43,50,7.367,17.251,19.024,4,8.092,17.626,19.98,2,1,1,26.058,36.09,37.648,3,1,-2,29.903,59.286,61.145,2,1,56.113,56.113,58.354,1,0,0,15.006,0,5,3,5,6,6,4,,9.737,18.001,19.596,6,4,5,4,1,7,4,"I trust the source and the data makes sense, but I know nothing about the researchers or any potential bias.",2.211,2.211,25.45,1,4,,3.64,3.64,5.909,1,2,7,3,4,1,5,6,0,0,19.173,0,3,5,4,7,6,3,9,9,,5.439,18.623,19.998,9,4,3,2,2,3,4,6.715,16.75,18.021,6,2,,2.372,2.372,5.076,1,2,2001,California,6,3,1,,7,,,17,3,2,,1.868,46.434,48.311,14,60fcd2b146529d02f1566012,0,"{""startTime"":1678679021973,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":100,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2244,""week"":""51"",""id"":""chart""}]}","{""startTime"":1678679042095,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678947748,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":5140,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1027,""week"":""52"",""id"":""chart""},{""time"":8090,""label"":""tour_next"",""step"":2},{""time"":9203,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2159,""week"":""52"",""id"":""chart2""},{""time"":17624,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678679006430,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":5628,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1432,""week"":""52"",""id"":""chart2""},{""time"":11819,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1561,""week"":""31"",""id"":""chart""}]}",simple -2023-03-12 23:41:25,2023-03-12 23:49:21,0,97.113.100.151,100,475,1,2023-03-12 23:49:21,R_2ypaHQEVog6b0nh,,,,,47.5364,-122.278,anonymous,EN,1,2.224,2.957,3.101,2,,,,,,,,3.431,4.062,15.005,2,72,100,47,1.995,7.18,8.162,4,3.76,4.968,12.502,2,1,1,19.08,23.605,27.031,2,1,-2,10.436,67.069,67.344,6,1,41.958,41.958,42.875,1,2.009,2.009,15.006,1,5,6,6,4,5,5,,1.948,16.835,17.715,8,6,6,6,6,6,6,Has a clear y and x axis and it very easy to read,0.827,26.466,27.54,6,4,,2.019,4.11,4.997,3,2,3,4,7,1,5,6,5.742,12.241,28.744,2,4,7,6,6,6,6,11,11,,2.879,10.684,12.07,9,4,4,1,1,4,5,2,30.937,33.082,13,3,,1.443,1.443,2.151,1,1,1998,Washington,6,2,1,,2,,,11,4,2,,0.718,40.052,43.763,23,5e17945242fb0b000da71b21,0,"{""startTime"":1678679232216,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678679187382,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678997418,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":3752,""label"":""tour_next"",""step"":2},{""time"":4960,""label"":""tour_end"",""step"":2},{""time"":6148,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1099,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678679078080,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",moderate -2023-03-12 23:32:33,2023-03-12 23:50:07,0,172.58.129.62,100,1053,1,2023-03-12 23:50:08,R_yyUWjsVxLn513QR,,,,,25.7846,-80.233,anonymous,EN,1,19.402,19.402,20.673,1,,,,,,,,0,0,15.129,0,97,93,85,26.315,34.13,37.389,3,39.416,73.137,87.435,3,1,1,45.026,98.58,100.45,3,-3,-3,32.075,77.404,79.941,2,1,62.674,62.674,65.573,1,0,0,15.052,0,6,4,6,4,5,6,,21.6,35.775,39.125,6,4,5,4,1,1,6,It did not show data that greatly increased one week and then decrease suddenly. The ebb and flow of infestation seemed natural.,5.226,150.249,164.888,8,4,,8.409,8.409,11.001,1,2,7,3,4,1,5,6,0,0,38.868,0,6,7,4,5,9,4,10,6,,23,44.047,59.905,8,3,3,2,3,3,3,24.226,49.322,53.096,6,2,,5.825,5.825,9.15,1,1,1954,Florida,5,2,1,,7,,,7,4,2,,3.412,145.72,162.59,21,5ddcd77f23f9f1c2c45d6c18,0,"{""startTime"":1678678856275,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678646728,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678441307,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":120,""label"":""tour_started""},{""time"":16712,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5758,""week"":""52"",""id"":""chart""},{""time"":22550,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1239,""week"":""1"",""id"":""chart""},{""time"":25035,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1238,""week"":""5"",""id"":""chart""},{""time"":33966,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2399,""week"":""23"",""id"":""chart""},{""time"":39392,""label"":""tour_next"",""step"":2},{""time"":48985,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2915,""week"":""52"",""id"":""chart2""},{""time"":59956,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1018,""week"":""1"",""id"":""chart2""},{""time"":73112,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678678630759,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":6450,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5164,""week"":""52"",""id"":""chart2""}]}",simple -2023-03-12 23:45:07,2023-03-12 23:50:12,0,184.103.58.107,100,304,1,2023-03-12 23:50:12,R_2WNFwQnGeysDld2,,,,,33.3874,-112.0998,anonymous,EN,1,2.214,5.121,6.001,4,,,,,,,,12.42,12.42,15.106,1,62,75,45,6.832,11.215,11.938,4,3.363,6.79,11.959,2,-1,-1,1.589,5.54,6.972,4,-3,-2,2.097,53.378,54.203,6,-1,9.474,11.113,12.211,2,1.502,1.502,15.014,1,3,3,5,5,6,4,,2.673,12.575,13.102,10,6,5,6,5,3,5,I seen many reports of insect and fungi related infections.,1.164,3.629,23.347,2,1,,3.639,6.623,7.905,3,2,7,3,4,1,5,6,0,0,18.949,0,3,1,7,2,1,3,6,4,,3.049,14.495,14.843,12,2,4,3,5,3,4,2.614,7.766,10.718,7,7,,2.387,2.387,3.4,1,1,1996,Arizona,6,2,1,,7,,,10,4,1,61363ce02e6022a741d63a6e@email.prolific.co,2.129,39.777,40.762,18,61363ce02e6022a741d63a6e,0,"{""startTime"":1678679270786,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678679233604,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678679150672,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":3347,""label"":""tour_next"",""step"":2},{""time"":6773,""label"":""tour_end"",""step"":2},{""time"":8927,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2274,""week"":""1"",""id"":""chart""}]}","{""startTime"":1678679217873,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",moderate -2023-03-12 23:35:02,2023-03-12 23:50:13,0,35.148.23.141,100,910,1,2023-03-12 23:50:14,R_2eatHxPaSCT8qkA,,,,,44.5228,-89.5583,anonymous,EN,1,2.468,3.354,4.263,2,2,,2,1.771,1.771,2.821,1,0,0,15.007,0,57,76,44,0.597,48.337,49.421,7,4.865,23.203,24.108,5,1,1,4.143,58.79,59.718,11,-3,-3,12.629,76.41,78.15,9,1,15.686,58.776,60.796,5,5.481,5.481,15.008,1,3,2,2,5,3,2,,5.337,46.04,48.218,9,2,4,4,2,2,3,"I think that it would be more transparent if we also had info on how serious/life-threatening cases were. I also just find the data hard to believe, because I haven't known any unvaccinated people who got COVID-19 in the last year, yet I have known a handful of vaccinated people who have.",3.964,3.964,129.515,1,2,,9.438,11.964,13.101,2,2,7,3,4,1,5,6,12.893,23.643,24.462,3,2,4,9,9,4,7,10,9,,6.589,48.659,49.701,12,3,3,2,3,4,4,2.514,159.595,160.744,12,4,2,2.736,20.779,21.596,5,2,1999,Wisconsin,6,3,1,,9,,Hortonville,13,3,1,dmatilyn@gmail.com,1.371,77.138,80.958,22,60fc54b735f3211d0d10a371,1,"{""startTime"":1678678868580,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678689012,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678588581,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":22,""label"":""tour_started""},{""time"":7121,""label"":""tour_next"",""step"":2},{""time"":10439,""label"":""tour_end"",""step"":2},{""time"":17006,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2502,""week"":""52"",""id"":""chart2""},{""time"":20495,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1502,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678678673393,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":9687,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1561,""week"":""16"",""id"":""chart2""}]}",simple -2023-03-12 23:37:28,2023-03-12 23:50:17,0,137.25.201.195,100,769,1,2023-03-12 23:50:18,R_3EMydtHlggSmv7v,,,,,34.5404,-117.3532,anonymous,EN,1,24.204,24.204,25.449,1,,,,,,,,0,0,15.005,0,85,96,74,24.525,32.342,36.528,3,12.178,26.717,33.911,4,1,1,33.887,46.033,54.159,2,-3,-3,63.61,108.029,109.33,3,1,40.056,40.056,46.249,1,0,0,15.111,0,4,2,5,2,5,5,,17.951,50.996,63.203,6,4,4,4,2,1,5,The source of the data seemed like a trustworthy organization and the visualization looks clean and professional.,3.953,3.953,53.851,1,6,,9.735,23.733,28.033,6,2,7,3,4,1,5,6,0,0,24.4,0,6,9,7,9,7,6,10,10,,15.241,60.743,80.1,15,4,4,1,2,3,4,12.457,38.481,40.422,6,2,,7.32,7.32,9.198,1,2,1983,California,4,2,1,,7,,,11,4,2,,3.197,50.285,52.188,11,5d4b14caed2dfc0001a22c1a,0,"{""startTime"":1678678893815,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":29,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6939,""week"":""2"",""id"":""chart""}]}","{""startTime"":1678678957602,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678734208,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":14288,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1633,""week"":""36"",""id"":""chart""},{""time"":20557,""label"":""tour_next"",""step"":2},{""time"":26713,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678678878274,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":7390,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2236,""week"":""52"",""id"":""chart""}]}",moderate -2023-03-12 23:27:00,2023-03-12 23:50:37,0,172.58.5.102,100,1416,1,2023-03-12 23:50:38,R_3fposxNHrBYzwl3,,,,,33.7173,-84.4783,anonymous,EN,1,13.888,28.078,30.073,3,,,,,,,,4.886,4.886,15.114,1,100,44,50,11.7,25.055,26.792,6,3.951,97.494,99.16,18,1,-3,13.486,182.657,184.259,12,1,-3,116.928,162.943,164.452,5,-2,15.663,38.641,40.082,4,0,0,15.012,0,3,3,3,3,2,3,,1.132,21.318,25.201,10,4,3,7,1,1,3,I'm not sure if it's accurate or not because i'm not familiar with the topic.,6.077,79.934,83.507,2,2,,30.469,37.457,40.077,4,2,7,3,4,1,5,6,11.398,25.626,27.787,2,3,3,1,2,4,2,4,5,,35.728,55.212,56.598,10,3,3,1,1,3,3,6.683,46.738,47.955,9,1,,34.65,37.768,39.193,2,1,1987,Georgia,2,2,1,,9,,"albany, ga",3,2,2,,45.39,135.731,142.532,20,63039dbefda87c47a91fec04,0,"{""startTime"":1678678573720,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678599400,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678418134,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":10149,""label"":""tour_next"",""step"":5},{""time"":18170,""label"":""tour_back"",""step"":5},{""time"":30217,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2231,""week"":""50"",""id"":""chart""},{""time"":32649,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1716,""week"":""50"",""id"":""chart""},{""time"":38239,""label"":""tour_next"",""step"":5},{""time"":47955,""label"":""started_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-06-05""},{""time"":49205,""label"":""tour_next"",""step"":5},{""time"":55816,""label"":""moved_brush"",""startDate"":""2021-12-01"",""endDate"":""2022-01-31""},{""time"":57306,""label"":""tour_next"",""step"":5},{""time"":64241,""label"":""moved_brush"",""startDate"":""2021-06-22"",""endDate"":""2021-08-23""},{""time"":81332,""label"":""cleared_brush"",""using"":""Click""},{""time"":84672,""label"":""started_brush"",""startDate"":""2021-08-06"",""endDate"":""2021-10-31""},{""time"":85956,""label"":""tour_next"",""step"":5},{""time"":91453,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678678558148,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",complex -2023-03-12 23:42:11,2023-03-12 23:53:56,0,199.66.65.227,100,705,1,2023-03-12 23:53:57,R_Z2lAA9Tq2wPIDHH,,,,,41.6837,-88.3499,anonymous,EN,1,13.828,13.828,14.658,1,,,,,,,,0,0,15.008,0,81,5,63,7.457,23.352,24.352,5,21.211,147.87,150.354,11,1,1,37.403,44.853,45.867,2,1,-3,62.163,113.883,114.858,2,1,9.901,38.506,40.978,2,7.96,13.863,15.011,2,5,3,5,4,4,5,,5.991,19.038,20.717,7,5,2,4,2,7,5,"There is a lot of information, I would find it hard to believe that someone would take all that time to put together an untrustworthy visual like this.",13.522,13.522,41.442,1,5,,7.864,8.828,10.059,2,2,7,3,4,1,5,6,0,0,10.918,0,5,7,7,7,9,6,11,10,,8.664,23.466,26.017,8,3,4,2,3,3,4,21.13,36.712,37.841,6,2,,3.986,3.986,6.085,1,2,1999,Illinois,6,1,1,,8,Yorkville,,17,4,2,,6.566,75.919,78.596,22,6101ced6dafdbea2d88a52b0,0,"{""startTime"":1678679263145,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678679202114,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678994679,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":13722,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4263,""week"":""52"",""id"":""chart""},{""time"":18318,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1333,""week"":""52"",""id"":""chart""},{""time"":21204,""label"":""tour_next"",""step"":5},{""time"":67834,""label"":""started_brush"",""startDate"":""2021-06-18"",""endDate"":""2021-06-26""},{""time"":69817,""label"":""started_brush"",""startDate"":""2021-05-30"",""endDate"":""2021-07-29""},{""time"":72421,""label"":""tour_next"",""step"":5},{""time"":77289,""label"":""started_brush"",""startDate"":""2021-08-02"",""endDate"":""2021-09-06""},{""time"":79016,""label"":""started_brush"",""startDate"":""2021-05-07"",""endDate"":""2021-08-28""},{""time"":85597,""label"":""cleared_brush"",""using"":""Click""},{""time"":86192,""label"":""cleared_brush"",""using"":""Click""},{""time"":89422,""label"":""started_brush"",""startDate"":""2021-04-23"",""endDate"":""2021-09-01""},{""time"":90815,""label"":""moved_brush"",""startDate"":""2021-06-20"",""endDate"":""2021-10-29""},{""time"":92333,""label"":""tour_next"",""step"":5},{""time"":95933,""label"":""cleared_brush"",""using"":""Click""},{""time"":97064,""label"":""tour_next"",""step"":5},{""time"":104666,""label"":""tour_end"",""step"":5},{""time"":106290,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1143,""week"":""2"",""id"":""chart""},{""time"":108641,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6459,""week"":""1"",""id"":""chart""},{""time"":115119,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2581,""week"":""52"",""id"":""chart""},{""time"":117702,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1248,""week"":""52"",""id"":""chart""},{""time"":122607,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3692,""week"":""52"",""id"":""chart""},{""time"":127536,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6798,""week"":""22"",""id"":""chart""},{""time"":136234,""label"":""started_brush"",""startDate"":""2021-06-19"",""endDate"":""2021-07-31""},{""time"":137351,""label"":""moved_brush"",""startDate"":""2021-06-19"",""endDate"":""2021-09-16""},{""time"":142837,""label"":""moved_brush"",""startDate"":""2021-06-14"",""endDate"":""2021-09-11""},{""time"":143920,""label"":""cleared_brush"",""using"":""Click""}]}","{""startTime"":1678679186705,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":7317,""label"":""started_brush"",""startDate"":""2021-06-20"",""endDate"":""2021-11-06""},{""time"":12131,""label"":""moved_brush"",""startDate"":""2021-08-23"",""endDate"":""2022-01-09""},{""time"":12640,""label"":""cleared_brush"",""using"":""Click""}]}",complex -2023-03-12 23:32:57,2023-03-12 23:56:03,0,73.143.196.250,100,1386,1,2023-03-12 23:56:03,R_1f4667MY6GDXYCu,,,,,41.698,-70.0602,anonymous,EN,1,21.361,21.361,22.335,1,2,,2,3.1,3.1,4.3,1,0,0,15.021,0,70,93,95,55.433,94.528,96.637,9,50.059,208.464,220.987,36,1,1,33.022,47.434,49.751,2,-3,1,56.277,81.401,83.177,2,1,60.001,84.705,99.75,3,0,0,15.017,0,2,2,2,4,5,5,,17.588,89.042,96.973,7,3,5,2,7,7,3,I would need to have at least one other source confirming the same information before I trusted this .,7.561,90.593,91.629,5,3,,14.094,24.166,32.172,2,2,7,3,4,1,5,6,0,0,20.971,0,5,5,8,9,4,7,10,9,,8.923,47.337,52.292,9,3,3,3,2,4,3,21.955,81.857,83.082,7,3,4,13.56,40.284,41.958,2,1,1975,Massachusetts,2,2,1,,7,,,10,3,2,,6.023,256.656,261.434,62,640d43c9451ce148162a7643,1,"{""startTime"":1678678729269,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678826683,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678391669,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":44,""label"":""tour_started""},{""time"":18948,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":9857,""week"":""52"",""id"":""chart""},{""time"":28826,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":17527,""week"":""1"",""id"":""chart""},{""time"":50053,""label"":""tour_next"",""step"":5},{""time"":80665,""label"":""cleared_brush"",""using"":""Click""},{""time"":89530,""label"":""cleared_brush"",""using"":""Click""},{""time"":94770,""label"":""cleared_brush"",""using"":""Click""},{""time"":96964,""label"":""tour_back"",""step"":5},{""time"":97171,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1025,""week"":""51"",""id"":""chart""},{""time"":103856,""label"":""tour_next"",""step"":5},{""time"":121440,""label"":""cleared_brush"",""using"":""Click""},{""time"":122306,""label"":""cleared_brush"",""using"":""Click""},{""time"":122895,""label"":""cleared_brush"",""using"":""Click""},{""time"":123968,""label"":""cleared_brush"",""using"":""Click""},{""time"":125200,""label"":""cleared_brush"",""using"":""Click""},{""time"":126244,""label"":""cleared_brush"",""using"":""Click""},{""time"":127514,""label"":""cleared_brush"",""using"":""Click""},{""time"":130920,""label"":""cleared_brush"",""using"":""Click""},{""time"":132044,""label"":""cleared_brush"",""using"":""Click""},{""time"":132764,""label"":""cleared_brush"",""using"":""Click""},{""time"":136519,""label"":""tour_back"",""step"":5},{""time"":139892,""label"":""tour_next"",""step"":5},{""time"":145384,""label"":""cleared_brush"",""using"":""Click""},{""time"":149904,""label"":""cleared_brush"",""using"":""Click""},{""time"":150460,""label"":""cleared_brush"",""using"":""Click""},{""time"":152576,""label"":""cleared_brush"",""using"":""Click""},{""time"":154387,""label"":""cleared_brush"",""using"":""Click""},{""time"":165088,""label"":""cleared_brush"",""using"":""Click""},{""time"":165308,""label"":""cleared_brush"",""using"":""Click""},{""time"":165559,""label"":""cleared_brush"",""using"":""Click""},{""time"":165698,""label"":""cleared_brush"",""using"":""Click""},{""time"":168057,""label"":""cleared_brush"",""using"":""Click""},{""time"":169900,""label"":""cleared_brush"",""using"":""Click""},{""time"":170925,""label"":""cleared_brush"",""using"":""Click""},{""time"":175993,""label"":""cleared_brush"",""using"":""Click""},{""time"":177846,""label"":""started_brush"",""startDate"":""2021-08-25"",""endDate"":""2021-09-06""},{""time"":181631,""label"":""tour_next"",""step"":5},{""time"":187144,""label"":""moved_brush"",""startDate"":""2021-07-29"",""endDate"":""2021-08-10""},{""time"":187252,""label"":""cleared_brush"",""using"":""Click""},{""time"":187308,""label"":""cleared_brush"",""using"":""Click""},{""time"":188150,""label"":""started_brush"",""startDate"":""2021-06-30"",""endDate"":""2021-07-08""},{""time"":189671,""label"":""tour_next"",""step"":5},{""time"":196335,""label"":""cleared_brush"",""using"":""Click""},{""time"":196335,""label"":""cleared_brush"",""using"":""Escape""},{""time"":200639,""label"":""tour_next"",""step"":5},{""time"":208456,""label"":""tour_end"",""step"":5},{""time"":216542,""label"":""cleared_brush"",""using"":""Click""},{""time"":216845,""label"":""cleared_brush"",""using"":""Click""},{""time"":217461,""label"":""started_brush"",""startDate"":""2021-07-19"",""endDate"":""2021-09-02""}]}","{""startTime"":1678678713233,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",complex -2023-03-12 23:30:25,2023-03-12 23:57:03,0,73.174.244.12,100,1597,1,2023-03-12 23:57:03,R_1CBH2uBmiwxwQuj,,,,,39.3408,-80.0285,anonymous,EN,1,50.137,50.137,51.248,1,,,,,,,,0,0,15.131,0,67,71,23,28.912,78.454,80.536,11,5.887,136.814,140.905,35,-2,-1,4.738,183.19,184.79,11,-3,-3,45.806,252.385,260.394,13,-2,3.61,60.215,61.844,3,11.606,11.606,15.04,1,5,2,4,4,4,4,I have no additional thought nor comment.,5.948,103.218,105.08,14,3,3,4,3,3,3,"The visualization appears to be well-designed and informative, but its effectiveness ultimately depends on the accuracy and reliability of the data it represents, and whether it meets the user's specific needs and goals. Ultimately, it is up to the user to determine whether or not they trust the information conveyed by the visualization.",7.85,71.956,74.638,3,4,,6.362,21.503,24.498,2,2,7,3,4,1,5,6,0,0,58.79,0,4,5,7,6,5,8,11,11,,6.566,29.747,37.002,16,4,3,4,3,5,4,2.15,82.898,85.139,7,6,,10.848,10.848,12.732,1,2,1942,California,7,1,1,,7,,,14,2,2,,80.334,162.903,173.49,23,64033349ec5c1a27ee79d14b,0,"{""startTime"":1678678871970,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678647814,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678423146,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":61,""label"":""tour_started""},{""label"":""window_focused"",""time"":1708},{""label"":""window_blurred"",""time"":13340},{""label"":""window_focused"",""time"":16803},{""time"":18963,""label"":""tour_next"",""step"":5},{""label"":""window_blurred"",""time"":24608},{""label"":""window_focused"",""time"":28121},{""time"":35957,""label"":""tour_back"",""step"":5},{""time"":43071,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1330,""week"":""52"",""id"":""chart""},{""time"":44463,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1069,""week"":""51"",""id"":""chart""},{""time"":49959,""label"":""tour_next"",""step"":5},{""label"":""window_blurred"",""time"":53932},{""label"":""window_focused"",""time"":56119},{""time"":57941,""label"":""tour_back"",""step"":5},{""time"":59771,""label"":""cleared_brush"",""using"":""Click""},{""time"":59771,""label"":""cleared_brush"",""using"":""Escape""},{""time"":64838,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1402,""week"":""50"",""id"":""chart""},{""time"":66245,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3679,""week"":""50"",""id"":""chart""},{""time"":76878,""label"":""tour_next"",""step"":5},{""time"":78783,""label"":""cleared_brush"",""using"":""Click""},{""time"":79532,""label"":""cleared_brush"",""using"":""Click""},{""time"":80253,""label"":""cleared_brush"",""using"":""Click""},{""time"":80763,""label"":""cleared_brush"",""using"":""Click""},{""time"":80999,""label"":""cleared_brush"",""using"":""Click""},{""time"":93206,""label"":""started_brush"",""startDate"":""2021-11-01"",""endDate"":""2022-01-09""},{""time"":105511,""label"":""cleared_brush"",""using"":""Click""},{""time"":108863,""label"":""started_brush"",""startDate"":""2021-09-28"",""endDate"":""2022-02-02""},{""time"":110090,""label"":""tour_next"",""step"":5},{""time"":117659,""label"":""moved_brush"",""startDate"":""2021-10-03"",""endDate"":""2022-02-07""},{""time"":118657,""label"":""tour_next"",""step"":5},{""time"":125364,""label"":""moved_brush"",""startDate"":""2021-10-03"",""endDate"":""2022-02-07""},{""time"":131320,""label"":""cleared_brush"",""using"":""Click""},{""time"":133383,""label"":""tour_next"",""step"":5},{""time"":136808,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678678630351,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",complex -2023-03-12 23:23:38,2023-03-12 23:57:13,0,99.96.118.119,100,2015,1,2023-03-12 23:57:14,R_3h3CS0WJ2ELqWVz,,,,,33.9521,-84.5475,anonymous,EN,1,16.341,16.341,19.656,1,,,,,,,,0,0,15.106,0,87,79,72,14.328,41.351,43.432,4,21.322,94.306,133.787,9,1,1,51.921,70.223,73.573,4,-3,-3,84.357,116.703,135.914,2,1,33.302,33.302,35.115,1,0,0,15.018,0,3,3,3,5,6,4,,11.844,32.32,43.62,6,3,6,5,4,4,5,Crop pests and diseases aren't something that would normally be falsified. Pesticides and anti-fungals aren't cheap - no farmer would want to use more than needed and conversely wouldn't want to NOT use them if they were needed. So the agency putting out the information has a real incentive to make sure the information's as solid as possible.,2.894,2.894,200.444,1,5,Interesting survey - thank you!,7.618,9.95,24.529,2,2,7,3,4,1,5,6,0,0,76.481,0,3,4,9,8,2,10,7,9,,4.696,63.625,170.647,8,3,4,2,2,5,4,6.264,36.16,142.97,6,5,,5.651,5.651,167.297,1,1,1956,Georgia,6,2,1,,7,,,12,3,2,,2.192,477.609,628.302,19,62ffe399d769a8e595609133,0,"{""startTime"":1678678091383,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678135409,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678677906241,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":16622,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1743,""week"":""1"",""id"":""chart""},{""time"":21315,""label"":""tour_next"",""step"":5},{""time"":48197,""label"":""cleared_brush"",""using"":""Click""},{""time"":53417,""label"":""started_brush"",""startDate"":""2021-09-06"",""endDate"":""2021-12-25""},{""time"":56004,""label"":""tour_next"",""step"":5},{""time"":64405,""label"":""moved_brush"",""startDate"":""2021-11-06"",""endDate"":""2021-12-25""},{""time"":67778,""label"":""tour_next"",""step"":5},{""time"":75481,""label"":""cleared_brush"",""using"":""Click""},{""time"":77014,""label"":""cleared_brush"",""using"":""Click""},{""time"":77014,""label"":""cleared_brush"",""using"":""Escape""},{""time"":79366,""label"":""tour_next"",""step"":5},{""time"":94299,""label"":""tour_end"",""step"":5},{""time"":100273,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1050,""week"":""1"",""id"":""chart""},{""time"":101638,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1398,""week"":""51"",""id"":""chart""},{""time"":117073,""label"":""cleared_brush"",""using"":""Click""},{""time"":130956,""label"":""cleared_brush"",""using"":""Click""}]}","{""startTime"":1678678075745,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",complex -2023-03-12 23:50:07,2023-03-13 00:05:53,0,172.59.144.137,100,946,1,2023-03-13 00:05:54,R_1Nt6466WnD9QWO4,,,,,37.9186,-121.3132,anonymous,EN,1,7.849,22.226,23.169,7,1,3,2,3.221,7.436,8.542,3,9.727,11.239,15.012,2,100,98,68,5.229,22.738,23.941,6,4.857,51.621,52.487,10,-1,-3,25.29,121.185,121.917,11,-3,-3,15.107,61.601,62.531,6,-3,14.789,39.981,40.674,5,8.484,13.969,15.011,3,6,5,5,6,6,6,,11.703,65.174,66.185,18,5,6,5,6,5,6,It is based on science as far as I can tell,8.7,75.788,79.7,4,4,,6.847,13.039,13.987,5,2,7,3,4,1,5,6,13.879,27.091,27.772,3,8,6,4,6,10,2,11,9,,4.154,28.314,29.739,11,4,5,1,1,5,5,8.079,34.431,35.417,12,2,1,4.701,15.537,17.083,6,2,1969,California,6,2,1,,9,,white/hispanic,16,4,1,edyrae13@gmail.com,5.327,238.301,239.366,54,56fb36ca34a0d3000b1a5701,1,"{""startTime"":1678679807841,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678679686609,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678679495314,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":21,""label"":""tour_started""},{""time"":13439,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4965,""week"":""52"",""id"":""chart""},{""time"":18736,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1217,""week"":""51"",""id"":""chart""},{""time"":29017,""label"":""tour_next"",""step"":2},{""time"":39784,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2898,""week"":""52"",""id"":""chart2""},{""time"":43382,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1166,""week"":""51"",""id"":""chart2""},{""time"":48773,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678679670918,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":10801,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1866,""week"":""52"",""id"":""chart""}]}",simple -2023-03-12 23:45:27,2023-03-13 00:06:06,0,174.235.32.95,100,1239,1,2023-03-13 00:06:07,R_2fxJmAqfBx3uM5Y,,,,,35.2296,-80.843,anonymous,EN,1,11.534,65.611,68.682,40,1,2,2,2.773,7.35,9.901,3,0,0,15.012,0,84,45,5,4.477,30.455,32.694,8,10.293,173.704,174.79,41,1,1,61.07,82.769,84.055,6,-3,-3,4.957,87.782,89.073,11,-3,3.784,144.907,146.338,18,14.802,14.802,15.013,1,3,3,3,7,7,3,,3.569,45.873,47.389,11,4,3,1,7,2,3,Because I dont know where the information came and if it was accurately kept up with. And I don't trust alot of things or people trust is a very special thing and it gets broken a lot and I just don't trust stuff.,9.278,9.278,88.411,1,1,,6.645,19.259,20.301,11,2,7,3,4,1,5,6,16.564,31.258,32.338,3,6,6,6,6,9,4,11,9,,1.201,35.41,37.957,15,3,3,5,2,4,3,21.023,60.968,62.192,10,4,2,16.388,27.742,32.496,4,1,1983,North Carolina,2,2,1,,7,,,4,3,1,chrisandambones@gmail.com,4.74,114.442,116.129,73,5ec617a2e79285689c82fb8f,1,"{""startTime"":1678679802138,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678679652075,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678679302339,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":40,""label"":""tour_started""},{""time"":34068,""label"":""tour_next"",""step"":5},{""time"":117493,""label"":""cleared_brush"",""using"":""Click""},{""time"":118571,""label"":""started_brush"",""startDate"":""2021-06-28"",""endDate"":""2021-09-24""},{""time"":122893,""label"":""tour_next"",""step"":5},{""time"":137714,""label"":""moved_brush"",""startDate"":""2021-05-31"",""endDate"":""2021-09-24""},{""time"":142027,""label"":""moved_brush"",""startDate"":""2021-05-31"",""endDate"":""2021-10-02""},{""time"":143729,""label"":""tour_next"",""step"":5},{""time"":154092,""label"":""cleared_brush"",""using"":""Click""},{""time"":154092,""label"":""cleared_brush"",""using"":""Escape""},{""time"":155917,""label"":""tour_next"",""step"":5},{""time"":166332,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678679631666,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",complex -2023-03-12 23:38:32,2023-03-13 00:08:36,0,121.91.229.168,100,1803,1,2023-03-13 00:08:37,R_6mUpOVbvFD6vmk9,,,,,40.0172,-75.0883,anonymous,EN,1,7.85,7.85,10.301,1,1,3,2,9.586,30.617,32.502,4,0,0,15.077,0,74,94,40,3.894,109.614,113.441,16,6.089,71.425,83.42,17,-2,1,4.482,128.577,139.737,10,-3,-3,4.854,193.741,208.072,11,-3,2.958,127.83,139.553,4,7.968,12.296,15.167,2,4,3,3,5,5,5,I have nothing to say. Thanks.,7.062,89.758,91.753,16,5,4,6,5,3,6,I found this visualization to be a research and scientific analysis that is very informative.,3.053,249.773,361.623,5,4,No comments. Thanks.,1.976,23.041,42.147,6,2,7,3,4,1,5,6,3.99,74.646,79.332,6,10,11,11,7,10,8,11,11,No comments.,1.789,47.021,55.95,17,4,5,4,3,4,3,3.672,38.543,40.556,7,2,1,0.819,26.546,28.501,6,2,1991,Virginia,6,3,1,,7,,,15,2,1,614ee5e28a2f0a07d4d639dd@email.prolific.co,1.367,203.039,209.517,32,614ee5e28a2f0a07d4d639dd,1,"{""startTime"":1678679670640,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678679249523,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678938607,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":27,""label"":""tour_started""},{""time"":44501,""label"":""tour_next"",""step"":2},{""time"":65340,""label"":""tour_end"",""step"":2},{""time"":72008,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2879,""week"":""30"",""id"":""chart""},{""time"":78073,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2807,""week"":""2"",""id"":""chart""}]}","{""startTime"":1678679232907,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":8308,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1684,""week"":""31"",""id"":""chart""}]}",moderate -2023-03-12 23:41:06,2023-03-13 00:11:53,0,67.247.164.186,100,1847,1,2023-03-13 00:11:54,R_2QMnugZVX5P069l,,,,,43.2078,-77.6602,anonymous,EN,1,7.359,30.413,31.478,5,1,2,2,2.435,7.611,15.238,2,4.089,4.089,15.009,1,0,0,27,63.039,115.797,118.479,12,7.102,224.702,249.982,15,1,1,72.937,112.905,123.281,2,1,1,156.278,248.956,262.255,4,1,23.832,106.35,167.811,16,0,0,15.028,0,6,6,6,4,6,6,Including both vaccinated individuals and the unvaccinated in the same chart was very confusing to me when I first was presented with the data.,15.193,143.772,157.569,12,4,2,7,1,7,6,"Because I view the source, the CDC, as a credible source of information.",3.167,3.167,80.233,1,1,,5.312,5.312,19.98,1,2,7,3,4,1,5,6,0,0,54,0,2,7,1,1,11,1,11,4,,10.726,54.605,93.788,11,5,5,1,2,5,4,16.415,67.044,86.257,7,1,1,19.185,32.296,45.53,2,1,1984,New York,2,2,1,,7,,,1,3,2,,3.651,157.152,193.791,17,565b2be310593c000bff9695,1,"{""startTime"":1678679513385,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678679671817,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678679077800,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":35,""label"":""tour_started""},{""label"":""window_blurred"",""time"":4841},{""label"":""window_focused"",""time"":6999},{""time"":46744,""label"":""tour_next"",""step"":5},{""time"":112389,""label"":""cleared_brush"",""using"":""Click""},{""time"":122274,""label"":""started_brush"",""startDate"":""2021-05-09"",""endDate"":""2021-05-28""},{""time"":129840,""label"":""started_brush"",""startDate"":""2021-06-12"",""endDate"":""2021-11-14""},{""time"":137158,""label"":""tour_next"",""step"":5},{""time"":154279,""label"":""moved_brush"",""startDate"":""2021-07-06"",""endDate"":""2021-12-09""},{""time"":155512,""label"":""moved_brush"",""startDate"":""2021-07-06"",""endDate"":""2021-12-09""},{""time"":158712,""label"":""moved_brush"",""startDate"":""2021-07-06"",""endDate"":""2021-11-15""},{""time"":160449,""label"":""tour_next"",""step"":5},{""time"":182479,""label"":""cleared_brush"",""using"":""Click""},{""time"":186797,""label"":""tour_next"",""step"":5},{""time"":198224,""label"":""tour_end"",""step"":5},{""time"":199817,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1108,""week"":""52"",""id"":""chart""},{""time"":206274,""label"":""started_brush"",""startDate"":""2021-07-18"",""endDate"":""2021-09-15""},{""time"":206701,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1564,""week"":""34"",""id"":""chart""},{""time"":208331,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1321,""week"":""33"",""id"":""chart""},{""time"":210700,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2498,""week"":""32"",""id"":""chart""},{""time"":215493,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3608,""week"":""32"",""id"":""chart""},{""time"":220902,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2357,""week"":""32"",""id"":""chart""},{""time"":225594,""label"":""cleared_brush"",""using"":""Click""},{""time"":225805,""label"":""cleared_brush"",""using"":""Click""},{""time"":227020,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":19402,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678679497675,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":7289,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2677,""week"":""2"",""id"":""chart""},{""time"":12530,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1002,""week"":""35"",""id"":""chart""}]}",complex -2023-03-13 00:15:25,2023-03-13 00:22:31,0,74.96.61.186,100,426,1,2023-03-13 00:22:32,R_2CxGy8dicE0PyBZ,,,,,38.8452,-77.4651,anonymous,EN,1,5.904,5.904,6.748,1,,,,,,,,13.529,13.529,15.108,1,71,76,40,6.375,12.015,12.725,4,3.948,6.941,18.702,2,1,1,9.734,41.713,42.905,6,-3,-3,16.991,41.134,42.005,3,1,42.439,42.439,43.203,1,0,0,15.01,0,3,3,3,4,4,4,,8.89,19.563,20.932,7,5,5,4,3,7,4,"It is well presented and doesn't seem misleading. For example, the scales are the same (in units of 1000 for each line).",1.214,7.514,27.633,2,2,,2.778,2.778,9.826,1,2,7,3,4,1,5,6,14.79,14.79,15.006,1,3,5,1,3,3,4,9,8,,4.346,16.901,18.802,12,1,2,4,4,1,1,5.667,14.884,15.543,7,1,,2.456,2.456,3.505,1,1,1996,Virginia,6,2,1,,2,,,9,4,2,,5.27,45.05,54.05,11,62e01fdb9adf283ff375724f,0,"{""startTime"":1678681115263,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678681066303,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678680987396,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":47,""label"":""tour_started""},{""time"":3928,""label"":""tour_next"",""step"":2},{""time"":6920,""label"":""tour_end"",""step"":2},{""time"":8412,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3328,""week"":""33"",""id"":""chart""},{""time"":13758,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1367,""week"":""51"",""id"":""chart""}]}","{""startTime"":1678681050476,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":6772,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1375,""week"":""52"",""id"":""chart""}]}",simple +By clicking “I agree” below you are indicating that you are at least 18 years old, have read this consent form, and agree to participate in this research study. Please print a copy of this page for your records.",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,Have you already received a Covid-19 vaccination?,How many doses of the Covid-19 vaccine did you receive?,Have you been verifiably infected with Covid-19?,Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,affect-science - Click to write Choice 1,affect-clarity - Click to write Choice 1,affect-aesthetic - Click to write Choice 1,Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,"How many weeks had higher unvaccinated Covid-19 case counts than the week of Dec 13, 2021?",What is the max number of case counts (per 100K) of vaccinated people who caught Covid-19?,Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,"By approximately how much did the number of cases in unvaccinated people increase from the week of December 13, 2021 to the week of December 20, 2021 (per 100K people)?","Approximately how many unvaccinated people caught Covid-19 (per 100K people) during the week of January 10, 2022?",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,"Among vaccinated people, which age group sees the largest increase in case count between November 2021 and January 2022?",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,Disregard the visualization for this question. To what extent do you agree or disagree with the following statements about the data used in the visualization above? - The data is accurate,Disregard the visualization for this question. To what extent do you agree or disagree with the following statements about the data used in the visualization above? - The data is complete and does not leave out important information,Disregard the visualization for this question. To what extent do you agree or disagree with the following statements about the data used in the visualization above? - The data is unbiased and trustworthy,Disregard the visualization for this question. To what extent do you agree or disagree with the following statements about the data used in the visualization above? - I understand the meaning of this data well,Disregard the visualization for this question. To what extent do you agree or disagree with the following statements about the data used in the visualization above? - The data source was clearly displayed,Disregard the visualization for this question. To what extent do you agree or disagree with the following statements about the data used in the visualization above? - I trust this data,"If you have any additional thoughts/comments, please enter them here.",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,Assume you trust the data used in the visualization. To what extent do you agree or disagree with the following statements about the visualization presented above? - The visualization transparently includes all important elements of the data,Assume you trust the data used in the visualization. To what extent do you agree or disagree with the following statements about the visualization presented above? - I find it easy to understand this visualization,Assume you trust the data used in the visualization. To what extent do you agree or disagree with the following statements about the visualization presented above? - I like this visualization,"Assume you trust the data used in the visualization. To what extent do you agree or disagree with the following statements about the visualization presented above? - I would likely share this visualization with my family, friends or on social media",Assume you trust the data used in the visualization. To what extent do you agree or disagree with the following statements about the visualization presented above? - I would likely use this visualization and its information in my daily life,Assume you trust the data used in the visualization. To what extent do you agree or disagree with the following statements about the visualization presented above? - I trust this visualization,"Tell us a bit more about why you [QID102-ChoiceGroup-SelectedAnswers-11] with the statement ""I trust this visualization"".",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,"Generally speaking, would you say that most people can be trusted or that you can't be too careful in dealing with people? - 2","If you have any additional thoughts/comments, please enter them here.",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,There are many important issues facing our country today. Research shows that issues people think are important can affect their views on other issues. We also want to know if you are paying attention. Please ignore the question and put “crime” in the top position and unemployment in the bottom position. Leave the rest of the issues in the same order. - Health care,There are many important issues facing our country today. Research shows that issues people think are important can affect their views on other issues. We also want to know if you are paying attention. Please ignore the question and put “crime” in the top position and unemployment in the bottom position. Leave the rest of the issues in the same order. - Unemployment,There are many important issues facing our country today. Research shows that issues people think are important can affect their views on other issues. We also want to know if you are paying attention. Please ignore the question and put “crime” in the top position and unemployment in the bottom position. Leave the rest of the issues in the same order. - The federal budget deficit,There are many important issues facing our country today. Research shows that issues people think are important can affect their views on other issues. We also want to know if you are paying attention. Please ignore the question and put “crime” in the top position and unemployment in the bottom position. Leave the rest of the issues in the same order. - The coronavirus pandemic,There are many important issues facing our country today. Research shows that issues people think are important can affect their views on other issues. We also want to know if you are paying attention. Please ignore the question and put “crime” in the top position and unemployment in the bottom position. Leave the rest of the issues in the same order. - Crime,There are many important issues facing our country today. Research shows that issues people think are important can affect their views on other issues. We also want to know if you are paying attention. Please ignore the question and put “crime” in the top position and unemployment in the bottom position. Leave the rest of the issues in the same order. - Education,There are many important issues facing our country today. Research shows that issues people think are important can affect their views on other issues. We also want to know if you are paying attention. Please ignore the question and put “crime” in the top position and unemployment in the bottom position. Leave the rest of the issues in the same order. - Relations with other countries,Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,"On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - Political parties","On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - The government","On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - The police","On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - The legal system","On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - The news media","On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - Business and industry","On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - Scientists/Science","On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - Doctors","If you have any additional thoughts/comments, please enter them here.",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,"The next questions will be about your motivation to engage in cognitive activity. For each sentence below, please select how uncharacteristic or characteristic (5-point scale) this is for you personally. - I would prefer complex to simple problems.","The next questions will be about your motivation to engage in cognitive activity. For each sentence below, please select how uncharacteristic or characteristic (5-point scale) this is for you personally. - I like to have the responsibility of handling a situation that requires a lot of thinking.","The next questions will be about your motivation to engage in cognitive activity. For each sentence below, please select how uncharacteristic or characteristic (5-point scale) this is for you personally. - Thinking is not my idea of fun.","The next questions will be about your motivation to engage in cognitive activity. For each sentence below, please select how uncharacteristic or characteristic (5-point scale) this is for you personally. - I would rather do something that requires little thought than something that is sure to challenge my thinking abilities.","The next questions will be about your motivation to engage in cognitive activity. For each sentence below, please select how uncharacteristic or characteristic (5-point scale) this is for you personally. - I really enjoy a task that involves coming up with new solutions to problems.","The next questions will be about your motivation to engage in cognitive activity. For each sentence below, please select how uncharacteristic or characteristic (5-point scale) this is for you personally. - I would prefer a task that is intellectual, difficult, and important to one that is somewhat important but does not require much thought.",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,Below is a seven-point scale on which the political views that people might hold are arranged from extremely liberal—point 1—to extremely conservative—point 7. Where would you place yourself on this scale?,"During the peak of the pandemic, how often did you actively seek information on Covid-19 from any sources including TV, newspapers, radios, online and social media, or personal conversations?",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,Lastly a few questions about socio-demographic characteristics. To which gender do you most identify?,In what year were you born? Please enter all four digits.,Text,What is the highest level of school you have completed or the highest degree you have received?,Have one or both of your parents completed a bachelor’s degree?,What language do you speak at home? - Selected Choice,"What language do you speak at home? - Other, please specify: - Text",Which of the following categories do you identify with? - Selected Choice,"Which of the following categories do you identify with? - Other race, ethnicity, or origin (please specify) - Text","Which of the following categories do you identify with? - Mixed race, ethnicity (please specify) - Text","In which of these groups did your total family income, from all sources, fall last year before taxes?",To what extent do you consider yourself a religious person?,Would you be interested in participating in a qualitative interview for this study? You would be paid $15 for about 30 minutes of your time. - Selected Choice,Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,PROLIFIC_PID,isCovidData,provenance-bar-data,provenance-bar-vis,provenance-bar-tour,provenance-bar-explore,bar-complexity +"{""ImportId"":""startDate"",""timeZone"":""America/New_York""}","{""ImportId"":""endDate"",""timeZone"":""America/New_York""}","{""ImportId"":""status""}","{""ImportId"":""ipAddress""}","{""ImportId"":""progress""}","{""ImportId"":""duration""}","{""ImportId"":""finished""}","{""ImportId"":""recordedDate"",""timeZone"":""America/New_York""}","{""ImportId"":""_recordId""}","{""ImportId"":""recipientLastName""}","{""ImportId"":""recipientFirstName""}","{""ImportId"":""recipientEmail""}","{""ImportId"":""externalDataReference""}","{""ImportId"":""locationLatitude""}","{""ImportId"":""locationLongitude""}","{""ImportId"":""distributionChannel""}","{""ImportId"":""userLanguage""}","{""ImportId"":""QID182""}","{""ImportId"":""QID189_FIRST_CLICK""}","{""ImportId"":""QID189_LAST_CLICK""}","{""ImportId"":""QID189_PAGE_SUBMIT""}","{""ImportId"":""QID189_CLICK_COUNT""}","{""ImportId"":""QID4""}","{""ImportId"":""QID5""}","{""ImportId"":""QID6""}","{""ImportId"":""QID64_FIRST_CLICK""}","{""ImportId"":""QID64_LAST_CLICK""}","{""ImportId"":""QID64_PAGE_SUBMIT""}","{""ImportId"":""QID64_CLICK_COUNT""}","{""ImportId"":""QID191_FIRST_CLICK""}","{""ImportId"":""QID191_LAST_CLICK""}","{""ImportId"":""QID191_PAGE_SUBMIT""}","{""ImportId"":""QID191_CLICK_COUNT""}","{""ImportId"":""QID228_1""}","{""ImportId"":""QID230_1""}","{""ImportId"":""QID231_1""}","{""ImportId"":""QID209_FIRST_CLICK""}","{""ImportId"":""QID209_LAST_CLICK""}","{""ImportId"":""QID209_PAGE_SUBMIT""}","{""ImportId"":""QID209_CLICK_COUNT""}","{""ImportId"":""QID188_FIRST_CLICK""}","{""ImportId"":""QID188_LAST_CLICK""}","{""ImportId"":""QID188_PAGE_SUBMIT""}","{""ImportId"":""QID188_CLICK_COUNT""}","{""ImportId"":""QID245""}","{""ImportId"":""QID246""}","{""ImportId"":""QID247_FIRST_CLICK""}","{""ImportId"":""QID247_LAST_CLICK""}","{""ImportId"":""QID247_PAGE_SUBMIT""}","{""ImportId"":""QID247_CLICK_COUNT""}","{""ImportId"":""QID249""}","{""ImportId"":""QID250""}","{""ImportId"":""QID254_FIRST_CLICK""}","{""ImportId"":""QID254_LAST_CLICK""}","{""ImportId"":""QID254_PAGE_SUBMIT""}","{""ImportId"":""QID254_CLICK_COUNT""}","{""ImportId"":""QID253""}","{""ImportId"":""QID255_FIRST_CLICK""}","{""ImportId"":""QID255_LAST_CLICK""}","{""ImportId"":""QID255_PAGE_SUBMIT""}","{""ImportId"":""QID255_CLICK_COUNT""}","{""ImportId"":""QID223_FIRST_CLICK""}","{""ImportId"":""QID223_LAST_CLICK""}","{""ImportId"":""QID223_PAGE_SUBMIT""}","{""ImportId"":""QID223_CLICK_COUNT""}","{""ImportId"":""QID101_1""}","{""ImportId"":""QID101_2""}","{""ImportId"":""QID101_3""}","{""ImportId"":""QID101_4""}","{""ImportId"":""QID101_12""}","{""ImportId"":""QID101_15""}","{""ImportId"":""QID200_TEXT""}","{""ImportId"":""QID192_FIRST_CLICK""}","{""ImportId"":""QID192_LAST_CLICK""}","{""ImportId"":""QID192_PAGE_SUBMIT""}","{""ImportId"":""QID192_CLICK_COUNT""}","{""ImportId"":""QID102_6""}","{""ImportId"":""QID102_7""}","{""ImportId"":""QID102_8""}","{""ImportId"":""QID102_9""}","{""ImportId"":""QID102_10""}","{""ImportId"":""QID102_11""}","{""ImportId"":""QID117_TEXT""}","{""ImportId"":""QID78_FIRST_CLICK""}","{""ImportId"":""QID78_LAST_CLICK""}","{""ImportId"":""QID78_PAGE_SUBMIT""}","{""ImportId"":""QID78_CLICK_COUNT""}","{""ImportId"":""QID122_2""}","{""ImportId"":""QID203_TEXT""}","{""ImportId"":""QID199_FIRST_CLICK""}","{""ImportId"":""QID199_LAST_CLICK""}","{""ImportId"":""QID199_PAGE_SUBMIT""}","{""ImportId"":""QID199_CLICK_COUNT""}","{""ImportId"":""QID36_1""}","{""ImportId"":""QID36_2""}","{""ImportId"":""QID36_3""}","{""ImportId"":""QID36_4""}","{""ImportId"":""QID36_5""}","{""ImportId"":""QID36_6""}","{""ImportId"":""QID36_7""}","{""ImportId"":""QID65_FIRST_CLICK""}","{""ImportId"":""QID65_LAST_CLICK""}","{""ImportId"":""QID65_PAGE_SUBMIT""}","{""ImportId"":""QID65_CLICK_COUNT""}","{""ImportId"":""QID38_1""}","{""ImportId"":""QID38_2""}","{""ImportId"":""QID38_3""}","{""ImportId"":""QID38_4""}","{""ImportId"":""QID38_5""}","{""ImportId"":""QID38_6""}","{""ImportId"":""QID38_7""}","{""ImportId"":""QID38_8""}","{""ImportId"":""QID204_TEXT""}","{""ImportId"":""QID72_FIRST_CLICK""}","{""ImportId"":""QID72_LAST_CLICK""}","{""ImportId"":""QID72_PAGE_SUBMIT""}","{""ImportId"":""QID72_CLICK_COUNT""}","{""ImportId"":""QID39_1""}","{""ImportId"":""QID39_2""}","{""ImportId"":""QID39_3""}","{""ImportId"":""QID39_4""}","{""ImportId"":""QID39_5""}","{""ImportId"":""QID39_6""}","{""ImportId"":""QID73_FIRST_CLICK""}","{""ImportId"":""QID73_LAST_CLICK""}","{""ImportId"":""QID73_PAGE_SUBMIT""}","{""ImportId"":""QID73_CLICK_COUNT""}","{""ImportId"":""QID11""}","{""ImportId"":""QID13""}","{""ImportId"":""QID74_FIRST_CLICK""}","{""ImportId"":""QID74_LAST_CLICK""}","{""ImportId"":""QID74_PAGE_SUBMIT""}","{""ImportId"":""QID74_CLICK_COUNT""}","{""ImportId"":""QID14""}","{""ImportId"":""QID15_TEXT""}","{""ImportId"":""QID16_1""}","{""ImportId"":""QID17""}","{""ImportId"":""QID23""}","{""ImportId"":""QID27""}","{""ImportId"":""QID27_4_TEXT""}","{""ImportId"":""QID18""}","{""ImportId"":""QID18_8_TEXT""}","{""ImportId"":""QID18_9_TEXT""}","{""ImportId"":""QID19""}","{""ImportId"":""QID20""}","{""ImportId"":""QID25""}","{""ImportId"":""QID75_FIRST_CLICK""}","{""ImportId"":""QID75_LAST_CLICK""}","{""ImportId"":""QID75_PAGE_SUBMIT""}","{""ImportId"":""QID75_CLICK_COUNT""}","{""ImportId"":""PROLIFIC_PID""}","{""ImportId"":""isCovidData""}","{""ImportId"":""provenance-bar-data""}","{""ImportId"":""provenance-bar-vis""}","{""ImportId"":""provenance-bar-tour""}","{""ImportId"":""provenance-bar-explore""}","{""ImportId"":""bar-complexity""}" +2023-03-12 20:55:26,2023-03-12 20:59:13,0,72.140.211.54,100,227,1,2023-03-12 20:59:14,R_8rmBCqRevUJbRip,,,,,43.6859,-79.3974,anonymous,EN,1,3.541,3.541,4.591,1,,,,,,,,0,0,15.01,0,80,45,88,3.993,9.391,10.534,3,1.866,4.415,6.225,2,-1,-3,6.102,7.097,8.181,2,1,-2,5.138,6.329,9.187,2,-3,5.469,5.469,6.497,1,0,0,52.499,0,3,1,7,4,2,7,,7.096,12.496,13.606,6,7,7,2,2,1,5,It seems scientific,1.84,1.84,7.176,1,1,,2.222,4.572,5.635,2,2,7,3,4,1,5,6,0,0,8.669,0,2,2,2,3,3,2,3,3,,2.328,5.928,7.555,8,3,2,2,2,3,1,2.183,4.707,6.738,6,2,,1.402,1.402,2.475,1,2,1984,Massachusetts,1,3,1,,2,,,1,1,2,1.077,24.044,25.414,14,,0,"{""startTime"":1678669055627,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678669031416,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678668963081,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":1865,""label"":""tour_next"",""step"":2},{""time"":4413,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678668978467,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":4579,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2291,""week"":""52"",""id"":""chart""},{""time"":8641,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3695,""week"":""52"",""id"":""chart2""},{""time"":22625,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1312,""week"":""1"",""id"":""chart""}]}",simple +2023-03-12 22:55:27,2023-03-12 23:03:56,0,96.244.99.19,100,508,1,2023-03-12 23:03:56,R_24CbqjyCefqjEDT,,,,,39.2124,-76.8776,anonymous,EN,1,9.267,9.902,11.717,2,1,4,2,1.802,3.904,4.822,3,0,0,15.007,0,100,100,50,9.084,16.242,17.347,3,14.352,17.433,28.831,2,-3,1,43.947,63.925,66.381,3,-3,-3,5.99,71.921,74.179,5,-3,46.049,46.79,48.377,2,0,0,15.01,0,6,6,6,6,6,6,,4.133,9.663,11.581,6,6,6,6,6,4,6,"The visualization is showing me the rate of cases as opposed to absolute numbers, which indicates it is trying to communicate useful information to me.",2.27,2.27,43.449,1,5,,3.661,5.474,8.503,2,2,7,3,4,1,5,6,0,0,15.853,0,5,6,1,5,7,3,10,9,,4.052,15.547,17.493,8,3,4,2,3,4,3,3.563,19.786,20.905,6,1,3,1.756,13.133,14.332,2,2,1999,Maryland,6,3,1,,7,,,17,4,1,3.958,42.813,52.461,12,5ec4a0fffe991f37f61b356e,1,"{""startTime"":1678676376070,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678676313498,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678676193499,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":38,""label"":""tour_started""},{""time"":7057,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3016,""week"":""52"",""id"":""chart""},{""time"":14340,""label"":""tour_next"",""step"":2},{""time"":17421,""label"":""tour_end"",""step"":2},{""time"":23728,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2118,""week"":""23"",""id"":""chart""}]}","{""startTime"":1678676297785,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":4607,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1030,""week"":""51"",""id"":""chart""},{""time"":6973,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2597,""week"":""50"",""id"":""chart""},{""time"":9726,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1129,""week"":""51"",""id"":""chart""},{""time"":10877,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2076,""week"":""52"",""id"":""chart""}]}",moderate +2023-03-12 22:52:45,2023-03-12 23:05:28,0,167.224.159.51,100,762,1,2023-03-12 23:05:29,R_1kZDJESNJtHyIqs,,,,,36.0557,-94.1567,anonymous,EN,1,11.565,11.565,13.057,1,1,2,1,1.835,5.572,6.33,2,14.198,14.198,15.109,1,63,34,57,0.53,26.614,27.854,4,15.92,60.804,64.286,11,1,1,33.066,63.213,64.76,10,-3,-1,14.354,56.06,56.822,13,1,9.108,81.76,82.57,16,13.617,13.617,15.136,1,2,2,4,3,6,4,,1.516,27.755,30.455,12,2,3,3,1,1,5,"In this context, I feel no reason for distrusting it. No clear dishonest motive.",0.901,0.901,60.189,1,4,,7.967,7.967,9.629,1,2,7,3,4,1,5,6,6.309,6.777,16.473,2,1,3,5,5,2,1,11,11,,4.799,45.26,50.021,18,4,4,1,1,4,5,6.542,26.207,26.75,8,2,1,3.184,8.092,10.986,3,1,1999,Arkansas,3,3,1,,2,,,8,4,1,2.369,57.956,60.204,29,63127274665ebf35cb1a9571,1,"{""startTime"":1678676392060,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678676305907,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678676142593,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":11598,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3328,""week"":""51"",""id"":""chart""},{""time"":15913,""label"":""tour_next"",""step"":5},{""time"":24156,""label"":""started_brush"",""startDate"":""2021-08-09"",""endDate"":""2022-01-08""},{""time"":29291,""label"":""cleared_brush"",""using"":""Click""},{""time"":30981,""label"":""cleared_brush"",""using"":""Click""},{""time"":31404,""label"":""cleared_brush"",""using"":""Click""},{""time"":33342,""label"":""cleared_brush"",""using"":""Click""},{""time"":33971,""label"":""tour_next"",""step"":5},{""time"":38675,""label"":""cleared_brush"",""using"":""Click""},{""time"":42197,""label"":""moved_brush"",""startDate"":""2021-04-15"",""endDate"":""2021-06-22""},{""time"":44732,""label"":""moved_brush"",""startDate"":""2021-04-17"",""endDate"":""2021-06-24""},{""time"":45817,""label"":""tour_next"",""step"":5},{""time"":53331,""label"":""moved_brush"",""startDate"":""2021-04-17"",""endDate"":""2021-06-10""},{""time"":53611,""label"":""moved_brush"",""startDate"":""2021-04-17"",""endDate"":""2021-06-10""},{""time"":55819,""label"":""cleared_brush"",""using"":""Click""},{""time"":57026,""label"":""tour_next"",""step"":5},{""time"":60796,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678676290236,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":10308,""label"":""started_brush"",""startDate"":""2021-09-06"",""endDate"":""2022-02-07""},{""time"":11952,""label"":""moved_brush"",""startDate"":""2021-09-06"",""endDate"":""2022-02-07""}]}",complex +2023-03-12 22:49:06,2023-03-12 23:08:06,0,71.114.60.102,100,1139,1,2023-03-12 23:08:07,R_3Hnsy0bnh9pW97e,,,,,38.6326,-77.2661,anonymous,EN,1,31.406,31.406,34.236,1,,,,,,,,0,0,15.009,0,96,95,41,32.044,54.797,55.962,6,8.089,72.668,80.644,3,1,1,40.406,52.677,87.532,2,1,-2,40.26,88.13,91.578,3,-2,97.616,97.616,109.125,1,0,0,15.016,0,3,4,3,5,5,3,,10.875,57.411,60.221,7,5,5,3,7,1,3,"You can use data and visualizations to sway others in many different ways. While I have no proof, there could be information unaccounted for, or the information recorded could have been calculated incorrectly.",3.401,151.338,156.198,8,3,,13.763,14.983,18.243,2,2,7,3,4,1,5,6,0,0,31.31,0,1,7,7,4,1,2,9,5,,11.766,52.462,57.366,12,3,4,2,3,4,3,23.275,54.331,58.65,6,3,,15.827,15.827,19.632,1,2,2002,Virginia,3,1,1,,8,Woodbridge,,16,4,2,10.53,145.531,146.498,46,60f1bdd684969df9641e994b,0,"{""startTime"":1678676264286,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678676047616,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":1296,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7336,""week"":""52"",""id"":""chart2""}]}","{""startTime"":1678675863205,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":11682,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3275,""week"":""15"",""id"":""chart""},{""time"":17550,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1607,""week"":""1"",""id"":""chart""},{""time"":19174,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5051,""week"":""52"",""id"":""chart""},{""time"":32202,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":14309,""week"":""52"",""id"":""chart""},{""time"":47517,""label"":""tour_next"",""step"":2},{""time"":52846,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7276,""week"":""52"",""id"":""chart2""},{""time"":61356,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3059,""week"":""52"",""id"":""chart2""},{""time"":72663,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678676032212,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",simple +2023-03-12 23:02:01,2023-03-12 23:14:33,0,75.1.91.184,100,751,1,2023-03-12 23:14:34,R_31jGH7YiQuZev6v,,,,,29.4227,-98.4927,anonymous,EN,1,4.961,4.961,5.923,1,1,4,2,11.141,12.336,13.342,2,8.758,8.758,15.106,1,100,100,50,15.308,24.376,25.39,3,5.668,160.165,162.164,2,1,1,22.185,48.708,50.001,4,1,-3,30.698,54.968,55.925,2,1,38.418,38.418,39.833,1,0,0,15.107,0,6,6,6,6,6,6,,7.735,16.736,18.861,7,6,6,5,5,3,6,It shows it in an organized manner,2.407,2.407,12.78,1,3,,5.117,14.527,15.892,5,2,7,3,4,1,5,6,0,0,25.301,0,1,1,1,1,1,1,11,10,,6.052,16.319,17.801,8,4,4,2,3,3,3,12.861,42.337,43.298,7,1,2,5.775,13.07,17.526,3,1,1993,Texas,3,3,1,,9,,Black and Mexican,3,4,1,3.207,157.3,158.024,53,63129dd30887fb3d46640f2b,1,"{""startTime"":1678676873713,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678676826351,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678676596658,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":5662,""label"":""tour_next"",""step"":2},{""time"":6344,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2117,""week"":""50"",""id"":""chart2""},{""time"":160158,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678676810353,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":3858,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1467,""week"":""52"",""id"":""chart""},{""time"":5338,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2853,""week"":""52"",""id"":""chart2""}]}",simple +2023-03-12 23:04:47,2023-03-12 23:15:00,0,24.43.21.218,100,612,1,2023-03-12 23:15:01,R_3eldnrMSyXSZgDz,,,,,33.5173,-117.1208,anonymous,EN,1,39.353,39.353,40.403,1,,,,,,,,0,0,15.015,0,22,15,15,5.166,9.832,11.652,4,19.4,22.599,24.996,2,1,1,30.475,39.255,40.467,2,1,-1,30.432,78.102,82.022,5,1,38.552,38.552,39.953,1,0,0,15.109,0,3,7,3,7,5,3,"I think count and rate seem different, so I don't understand why both terms are used.Also it's visually confusing with the stacking as it's not clear if the orange bar goes all the way down ",9.537,116.666,123.751,13,7,1,1,7,1,3,"I have no domain knowledge to say whether it makes sense or not.,And I find the stacked format really confusing and pointless",2.013,33.198,34.182,2,5,,3.216,8.083,10.646,5,2,7,3,4,1,5,6,0,0,14.521,0,4,5,2,8,7,7,10,10,,3.22,13.722,15.507,8,4,4,2,2,3,4,10.286,20.376,21.821,6,1,,15.636,15.636,17.384,1,2,1980,California,6,1,1,,7,,,17,4,1,1.766,35.88,54.502,13,5a49d6a06d85f80001c25bc4,0,"{""startTime"":1678676948655,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678676893874,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678676769598,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":6929,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6916,""week"":""52"",""id"":""chart""},{""time"":14911,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2517,""week"":""19"",""id"":""chart""},{""time"":19392,""label"":""tour_next"",""step"":2},{""time"":22592,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678676878178,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",moderate +2023-03-12 23:07:40,2023-03-12 23:17:14,0,75.172.177.246,100,573,1,2023-03-12 23:17:14,R_1rPvaQfO3zfCdsf,,,,,47.6631,-122.3029,anonymous,EN,1,46.247,46.247,47.262,1,,,,,,,,0,0,15.109,0,85,84,35,6.533,10.534,17.795,3,13.522,21.926,25.863,2,1,1,28.502,38.116,41.554,2,-3,-3,35.383,67.596,84.941,8,1,14.687,67.203,71.197,4,0,0,15.011,0,4,3,5,5,5,5,,6.072,19.647,21.342,7,4,5,3,7,7,4,"Well it doesn't include a source to verify its statistics, but other than that, it appears to be trustworthy. I'm not really sure, as I am not an expert in insect troubles or fungi troubles in Croatia of all places.",1.631,2.8,51.215,2,5,,4.298,8.921,10.407,7,2,7,3,4,1,5,6,6.71,16.821,18.595,4,2,5,2,4,4,6,10,10,,4.463,25.189,27.021,16,5,4,1,2,5,4,6.817,26.946,27.751,11,2,,1.644,1.644,5.631,1,1,1998,Washington,3,1,1,,7,,,4,3,2,1.198,36.927,38.201,15,610333282a90d4b77609c5f8,0,"{""startTime"":1678677035221,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678677057088,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678676950797,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":23,""label"":""tour_started""},{""time"":5657,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1550,""week"":""52"",""id"":""chart""},{""time"":11841,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1033,""week"":""52"",""id"":""chart""},{""time"":13514,""label"":""tour_next"",""step"":2},{""time"":19159,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1216,""week"":""52"",""id"":""chart2""},{""time"":21918,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678677019758,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":2143},{""label"":""window_focused"",""time"":11167}]}",simple +2023-03-12 23:09:51,2023-03-12 23:20:45,0,24.214.85.223,100,654,1,2023-03-12 23:20:46,R_3pi2kNkyG6wUhE5,,,,,33.4734,-82.0111,anonymous,EN,1,4.37,4.37,10.457,1,1,3,1,2.156,6.018,7.672,2,0,0,15.111,0,70,44,72,6.188,15.109,16.703,3,6.312,66.363,69.442,9,1,1,39.452,50.354,52.804,2,-3,-3,30.615,50.377,52.903,2,1,18.389,32.995,34.935,2,0,0,16.224,0,3,3,4,4,4,4,,4.532,22.026,26.515,8,4,3,4,2,3,3,I don't know if the data is verifiable. ,2.063,2.063,16.746,1,4,,12.097,12.097,18.1,1,2,7,3,4,1,5,6,0,0,23.434,0,2,5,7,4,3,6,10,9,,10.425,26.748,29.865,8,4,4,3,2,2,4,3.005,31.466,35.435,6,5,4,3.953,14.08,16.829,2,1,1997,Georgia,6,3,1,,7,,,12,3,1,2.15,60.601,62.971,16,5c17294778ee390001ab19e5,1,"{""startTime"":1678677319057,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678677176107,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_focused"",""time"":103425}]}","{""startTime"":1678677052421,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":21,""label"":""tour_started""},{""time"":6301,""label"":""tour_next"",""step"":5},{""time"":18481,""label"":""cleared_brush"",""using"":""Click""},{""time"":19888,""label"":""tour_back"",""step"":5},{""time"":29121,""label"":""tour_next"",""step"":5},{""time"":39529,""label"":""cleared_brush"",""using"":""Click""},{""time"":48054,""label"":""started_brush"",""startDate"":""2021-04-14"",""endDate"":""2021-06-25""},{""time"":49400,""label"":""tour_next"",""step"":5},{""time"":59094,""label"":""moved_brush"",""startDate"":""2021-07-30"",""endDate"":""2021-10-10""},{""time"":60233,""label"":""tour_next"",""step"":5},{""time"":63468,""label"":""cleared_brush"",""using"":""Click""},{""time"":64757,""label"":""tour_next"",""step"":5},{""time"":66351,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678677157889,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":9385}]}",complex +2023-03-12 23:13:51,2023-03-12 23:22:43,0,174.63.59.104,100,531,1,2023-03-12 23:22:43,R_1g7xhCUCoRYIwAy,,,,,38.8503,-104.8567,anonymous,EN,1,3.845,3.845,4.89,1,1,3,2,4.015,10.03,12,2,0,0,15.107,0,73,79,55,10.096,15.234,16.931,3,8.358,12.843,22.021,2,1,1,17.452,34.064,35.878,3,-3,1,33.545,79.583,82.057,3,1,28.569,56.518,57.965,2,0,0,15.007,0,3,7,4,4,5,4,,7.021,22.288,25.593,7,5,5,4,6,5,5,"Although there are no hard data associated with this, it seems like a plausible number of cases based on societal behaviors of vacc/unvacc individuals.",1.643,1.643,45.785,1,2,,3.273,4.861,8.398,2,2,7,3,4,1,5,6,0,0,19.283,0,3,4,10,9,3,7,9,10,,3.87,25.05,28.024,10,4,4,1,1,4,5,2.945,16.356,17.4,6,5,1,3.434,9.009,11.602,2,1,1981,Colorado,7,1,1,,7,,,14,2,1,2.062,68.993,74.114,17,5e11882114ae638303c715d9,1,"{""startTime"":1678677478424,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678677415910,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678677295689,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":8340,""label"":""tour_next"",""step"":2},{""time"":12829,""label"":""tour_end"",""step"":2},{""time"":18190,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1453,""week"":""1"",""id"":""chart""}]}","{""startTime"":1678677400468,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",moderate +2023-03-12 22:56:45,2023-03-12 23:22:56,0,72.218.13.127,100,1570,1,2023-03-12 23:22:56,R_vrc5DL09FLrqtGx,,,,,37.11,-76.5115,anonymous,EN,1,4.354,4.354,6.218,1,,,,,,,,3.502,5.235,16.172,3,81,0,0,58.555,160.915,162.121,7,3.079,523.207,527.598,31,-1,-1,3.886,153.52,154.547,8,-1,-1,2.983,9.883,11.081,5,-1,121.291,271.634,272.875,10,6.465,6.465,15.01,1,1,1,1,1,1,1,,3.18,24.473,25.868,9,1,1,1,1,1,1,I don't know how to read them and its too much,2.629,2.629,24.219,1,1,,2.245,10.564,11.685,5,2,7,3,4,1,5,6,3.401,25.825,27.144,3,1,1,1,1,1,1,1,1,,1.623,11.691,12.849,13,5,5,1,1,5,1,1.787,45.974,47.124,11,4,,11.712,14.656,15.865,4,1,1991,Virginia,3,2,1,,3,,,4,3,1,1.589,114.49,115.691,35,62e6c5d05d354e1f99d612e4,0,"{""startTime"":1678677344631,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":4468},{""label"":""window_focused"",""time"":4679}]}","{""startTime"":1678677302465,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678676435199,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":47,""label"":""tour_started""},{""time"":5255,""label"":""tour_next"",""step"":5},{""time"":30822,""label"":""cleared_brush"",""using"":""Click""},{""time"":34356,""label"":""cleared_brush"",""using"":""Click""},{""time"":35453,""label"":""cleared_brush"",""using"":""Click""},{""time"":38244,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-08-21""},{""time"":39301,""label"":""moved_brush"",""startDate"":""2021-05-25"",""endDate"":""2021-10-10""},{""time"":42953,""label"":""moved_brush"",""startDate"":""2021-07-16"",""endDate"":""2021-12-02""},{""time"":120241,""label"":""moved_brush"",""startDate"":""2021-11-26"",""endDate"":""2021-12-02""},{""time"":128617,""label"":""tour_back"",""step"":5},{""time"":137336,""label"":""tour_next"",""step"":5},{""time"":152775,""label"":""started_brush"",""startDate"":""2021-08-01"",""endDate"":""2021-08-09""},{""time"":154177,""label"":""moved_brush"",""startDate"":""2021-08-01"",""endDate"":""2021-08-24""},{""time"":155300,""label"":""tour_next"",""step"":5},{""label"":""window_blurred"",""time"":173292},{""label"":""window_focused"",""time"":297671},{""label"":""window_blurred"",""time"":355902},{""label"":""window_focused"",""time"":372726},{""time"":379111,""label"":""started_brush"",""startDate"":""2021-07-02"",""endDate"":""2021-08-04""},{""time"":384009,""label"":""moved_brush"",""startDate"":""2021-12-23"",""endDate"":""2022-01-25""},{""time"":385811,""label"":""moved_brush"",""startDate"":""2021-05-03"",""endDate"":""2021-06-05""},{""time"":387342,""label"":""tour_next"",""step"":5},{""time"":469726,""label"":""moved_brush"",""startDate"":""2021-05-03"",""endDate"":""2021-07-04""},{""time"":472175,""label"":""started_brush"",""startDate"":""2021-07-25"",""endDate"":""2021-08-29""},{""time"":474257,""label"":""started_brush"",""startDate"":""2021-09-15"",""endDate"":""2021-10-10""},{""time"":476923,""label"":""started_brush"",""startDate"":""2021-10-19"",""endDate"":""2021-11-11""},{""time"":478237,""label"":""moved_brush"",""startDate"":""2021-10-19"",""endDate"":""2021-11-24""},{""time"":480021,""label"":""started_brush"",""startDate"":""2021-12-02"",""endDate"":""2021-12-19""},{""time"":481942,""label"":""started_brush"",""startDate"":""2022-01-03"",""endDate"":""2022-01-27""},{""time"":483790,""label"":""started_brush"",""startDate"":""2022-01-18"",""endDate"":""2022-02-06""},{""time"":486955,""label"":""started_brush"",""startDate"":""2021-04-17"",""endDate"":""2021-05-17""},{""time"":487712,""label"":""moved_brush"",""startDate"":""2021-04-17"",""endDate"":""2021-05-21""},{""time"":490876,""label"":""started_brush"",""startDate"":""2021-06-13"",""endDate"":""2021-08-03""},{""time"":492244,""label"":""moved_brush"",""startDate"":""2021-06-13"",""endDate"":""2021-11-13""},{""time"":496623,""label"":""moved_brush"",""startDate"":""2021-06-13"",""endDate"":""2021-08-27""},{""time"":549598,""label"":""cleared_brush"",""using"":""Click""},{""time"":550837,""label"":""started_brush"",""startDate"":""2021-11-20"",""endDate"":""2021-12-29""},{""time"":552785,""label"":""started_brush"",""startDate"":""2022-01-16"",""endDate"":""2022-01-29""},{""time"":555244,""label"":""tour_next"",""step"":5},{""time"":563780,""label"":""tour_end"",""step"":5},{""label"":""window_blurred"",""time"":573151},{""label"":""window_focused"",""time"":574314}]}","{""startTime"":1678677286837,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",complex +2023-03-12 23:27:49,2023-03-12 23:28:01,0,98.169.160.252,100,11,1,2023-03-12 23:28:02,R_0wcwHhKg4FxNhMR,,,,,38.3416,-77.4307,anonymous,EN,2,8.573,8.573,10.085,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5fd8ca40697e370870a312e8,,,,,, +2023-03-12 23:15:40,2023-03-12 23:28:09,0,47.232.88.100,100,748,1,2023-03-12 23:28:11,R_1n29yspyMQhoH9u,,,,,38.5317,-89.9988,anonymous,EN,1,8.067,8.699,9.225,2,,,,,,,,0,0,15.007,0,78,64,62,12.153,19.951,24.705,4,7.339,159.386,180.754,17,1,1,24.237,35.056,36.535,2,-3,-3,33.324,76.043,77.201,4,1,43.236,43.236,44.386,1,5.56,9.291,16.316,7,5,5,5,4,5,4,This graph's coloring is unpleasant.,6.662,15.888,30.222,7,5,5,4,3,3,4,"It seems scientific, though I don't like the way the data is presented.",2.919,2.919,20.549,1,5,Thank you for the opportunity.,8.927,10.022,20.877,2,2,7,3,4,1,5,6,0,0,20.716,0,6,6,8,7,6,7,8,8,"None, thanks :)",4.121,19.113,23.998,9,4,3,2,2,4,4,2.654,25.091,27.926,11,4,,3.192,3.192,4.862,1,1,1996,Illinois,6,1,1,,7,,,19,5,2,0.799,111.221,115.448,24,5c7e14531c3cf8001638b5b0,0,"{""startTime"":1678677707067,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678677636794,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_focused"",""time"":32360}]}","{""startTime"":1678677393001,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":17,""label"":""tour_started""},{""time"":10425,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1019,""week"":""1"",""id"":""chart""},{""time"":25195,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1840,""week"":""22"",""id"":""chart""},{""time"":28875,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1139,""week"":""15"",""id"":""chart""},{""time"":31814,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1089,""week"":""15"",""id"":""chart""},{""time"":33168,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1305,""week"":""41"",""id"":""chart""},{""time"":39022,""label"":""tour_next"",""step"":5},{""time"":54060,""label"":""cleared_brush"",""using"":""Click""},{""time"":59193,""label"":""cleared_brush"",""using"":""Click""},{""time"":65386,""label"":""cleared_brush"",""using"":""Click""},{""time"":66358,""label"":""cleared_brush"",""using"":""Click""},{""time"":66844,""label"":""cleared_brush"",""using"":""Click""},{""time"":71884,""label"":""cleared_brush"",""using"":""Click""},{""time"":72982,""label"":""cleared_brush"",""using"":""Click""},{""time"":81694,""label"":""started_brush"",""startDate"":""2021-04-08"",""endDate"":""2021-05-12""},{""time"":84001,""label"":""cleared_brush"",""using"":""Click""},{""time"":88653,""label"":""cleared_brush"",""using"":""Click""},{""time"":102161,""label"":""cleared_brush"",""using"":""Click""},{""time"":104433,""label"":""tour_next"",""step"":5},{""time"":119960,""label"":""cleared_brush"",""using"":""Click""},{""time"":122527,""label"":""cleared_brush"",""using"":""Click""},{""time"":125567,""label"":""cleared_brush"",""using"":""Click""},{""time"":126755,""label"":""cleared_brush"",""using"":""Click""},{""time"":129300,""label"":""cleared_brush"",""using"":""Click""},{""time"":132120,""label"":""cleared_brush"",""using"":""Click""},{""time"":133296,""label"":""cleared_brush"",""using"":""Click""},{""time"":134622,""label"":""cleared_brush"",""using"":""Click""},{""time"":137414,""label"":""cleared_brush"",""using"":""Click""},{""time"":140485,""label"":""cleared_brush"",""using"":""Click""},{""time"":141969,""label"":""moved_brush"",""startDate"":""2021-08-10"",""endDate"":""2021-10-08""},{""time"":144257,""label"":""cleared_brush"",""using"":""Click""},{""time"":148522,""label"":""cleared_brush"",""using"":""Click""},{""time"":149283,""label"":""tour_next"",""step"":5},{""time"":154387,""label"":""cleared_brush"",""using"":""Click""},{""time"":154387,""label"":""cleared_brush"",""using"":""Escape""},{""time"":155376,""label"":""tour_next"",""step"":5},{""time"":159383,""label"":""tour_end"",""step"":5},{""time"":174528,""label"":""started_brush"",""startDate"":""2021-09-05"",""endDate"":""2022-02-07""},{""time"":175447,""label"":""cleared_brush"",""using"":""Click""},{""time"":178739,""label"":""cleared_brush"",""using"":""Click""}]}","{""startTime"":1678677618832,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":13995}]}",complex +2023-03-12 23:18:41,2023-03-12 23:28:31,0,99.9.227.253,100,590,1,2023-03-12 23:28:32,R_2tMAIUb1zU7FkvP,,,,,39.7436,-86.1158,anonymous,EN,1,5.176,24.003,24.998,3,2,,2,2.732,2.732,3.763,1,0,0,15.01,0,50,100,50,11.19,23.246,27.691,3,11.733,21.339,35.77,2,1,-3,25.754,47.199,48.906,2,-3,-3,38.217,74.525,75.402,3,-1,40.488,40.488,41.306,1,0,0,15.027,0,3,7,3,5,5,1,,19.122,41.818,45.423,6,7,5,3,1,1,5,"You told me to assume that I trust the data. I don't, but that's what you told me to do.",3.322,25.757,29.203,5,4,,6.6,6.6,8.599,1,2,7,3,4,1,5,6,0,0,14.586,0,1,1,1,1,1,1,1,1,"I don't trust scientists. I would trust science, except it is performed by humans.",2.816,20.48,39.303,10,1,1,4,5,1,2,8.427,19.182,19.975,6,6,2,2.201,12.944,14.277,2,2,1977,Indiana,7,3,1,,8,Indianapolis,,10,4,2,2.596,67.952,74.298,31,55cb79e0fdf99b3c26ae4bca,1,"{""startTime"":1678677706055,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":1338},{""label"":""window_focused"",""time"":8098}]}","{""startTime"":1678677751942,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678677605058,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":17,""label"":""tour_started""},{""time"":11727,""label"":""tour_next"",""step"":2},{""time"":21333,""label"":""tour_end"",""step"":2},{""time"":26488,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1269,""week"":""1"",""id"":""chart2""},{""time"":27927,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1974,""week"":""1"",""id"":""chart""},{""time"":29963,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3538,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678677690558,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",simple +2023-03-12 23:20:47,2023-03-12 23:31:34,0,66.61.113.24,100,646,1,2023-03-12 23:31:36,R_3hyC0Rwbk7iPMzb,,,,,40.8784,-82.6541,anonymous,EN,1,13.969,13.969,15.408,1,,,,,,,,0,0,15.009,0,83,82,70,8.892,16.484,17.495,3,14.548,20.867,35.593,2,-2,1,10.414,33.173,34.177,4,-3,-3,27.339,66.275,69.218,2,1,24.252,24.252,33.569,1,0,0,15.11,0,5,4,5,5,6,5,,11.943,21.807,25.118,6,6,6,6,6,6,6,I trust this visualization,1.382,18.294,34.505,2,3,,7.944,7.944,15.053,1,2,7,3,4,1,5,6,39.488,39.488,54.797,1,3,5,4,4,1,5,10,11,,4.383,16.248,18.476,8,4,4,2,3,4,4,8.911,37.878,39.37,7,4,,5.913,5.913,7.654,1,1,1998,Ohio,2,2,1,,7,,,4,3,1,1.274,127.273,153.864,43,63d80e0449b458dd5f8140be,0,"{""startTime"":1678677860351,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678677789034,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_focused"",""time"":580},{""label"":""window_blurred"",""time"":8079},{""label"":""window_focused"",""time"":20745},{""label"":""window_blurred"",""time"":22526},{""label"":""window_focused"",""time"":26007}]}","{""startTime"":1678677702874,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":7198,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1417,""week"":""48"",""id"":""chart""},{""time"":9631,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1750,""week"":""1"",""id"":""chart""},{""time"":14542,""label"":""tour_next"",""step"":2},{""time"":17698,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1050,""week"":""2"",""id"":""chart2""},{""time"":20862,""label"":""tour_end"",""step"":2},{""time"":23060,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2274,""week"":""50"",""id"":""chart2""},{""time"":29872,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1626,""week"":""32"",""id"":""chart2""}]}","{""startTime"":1678677773491,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":15157}]}",simple +2023-03-12 23:21:18,2023-03-12 23:33:09,0,24.193.135.1,100,710,1,2023-03-12 23:33:10,R_1QLPEXxUJgrVGxr,,,,,40.6001,-73.7497,anonymous,EN,1,13.707,15.215,16.283,3,,,,,,,,0,0,15.114,0,44,21,12,18.152,38.536,39.706,6,5.019,32.713,35.238,5,-1,-1,23.4,30.728,31.685,4,1,-1,12.59,77.952,78.937,8,-1,16.646,25.646,26.402,4,3.027,10.492,15.021,3,3,3,3,1,2,3,none,1.511,35.229,38.681,10,1,1,1,1,1,3,I don't know if these are actually facts or its random data.,3.366,38.089,42.693,2,5,none,12.474,22.165,23.891,5,2,7,3,4,1,5,6,10.08,26.054,26.986,3,5,5,8,7,7,7,8,10,none,6.735,31.863,34.75,12,1,3,1,2,2,3,9.692,44.911,46.701,8,2,,8.797,23.841,25.406,3,1,1979,New York,3,1,1,,8,Rockaway Park,,9,2,1,3.828,146.819,147.803,28,63f2e107c4d0bc684b99d2c6,0,"{""startTime"":1678677852171,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678677891525,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678677721221,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":31,""label"":""tour_started""},{""time"":14958,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1069,""week"":""45"",""id"":""chart""},{""time"":17465,""label"":""tour_next"",""step"":2},{""time"":23741,""label"":""tour_end"",""step"":2},{""time"":26825,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2907,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678677836494,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",moderate +2023-03-12 23:24:07,2023-03-12 23:33:12,0,67.182.177.152,100,544,1,2023-03-12 23:33:13,R_1oBenWNiEBzuFqv,,,,,37.6752,-120.9465,anonymous,EN,1,5.432,5.432,6.439,1,,,,,,,,0,0,15.014,0,100,100,78,4.267,15.84,18.502,6,17.73,23.842,50.437,2,-1,1,15.123,29.58,32.37,10,-3,-3,25.857,55.243,55.679,3,1,20.576,20.576,22.401,1,0,0,15.02,0,5,4,6,4,5,5,,5.892,28.831,39.586,9,4,4,5,2,7,6,I don't think that there is any reason for anyone to lie about the data on the visualization. The graph seems like it has accurate information.,2.808,2.808,27.35,1,6,When using the interactive graph a box with information got stuck open and appeared on every page of the survey and blocked some of the information on the other graphs.,5.339,6.51,58.924,2,2,7,3,4,1,5,6,0,0,16.184,0,1,1,2,4,1,3,11,10,,6.5,17.155,19.535,8,3,3,1,2,5,3,12.012,27.595,28.6,7,1,,8.084,8.084,9.656,1,2,1989,California,7,2,1,,9,,Modesto,11,4,1,2.292,72.317,76.579,43,5fb54678abd965015f4ae7b7,0,"{""startTime"":1678678036782,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678076930,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678677913946,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":4788,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2724,""week"":""2"",""id"":""chart""},{""time"":8612,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2563,""week"":""52"",""id"":""chart""},{""time"":15497,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1490,""week"":""42"",""id"":""chart""},{""time"":17725,""label"":""tour_next"",""step"":2},{""time"":23837,""label"":""tour_end"",""step"":2},{""time"":24660,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1489,""week"":""52"",""id"":""chart""},{""time"":27960,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8942,""week"":""52"",""id"":""chart""},{""time"":37693,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1658,""week"":""51"",""id"":""chart""},{""time"":45254,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1252,""week"":""6"",""id"":""chart""}]}","{""startTime"":1678678021174,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":4315,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1159,""week"":""3"",""id"":""chart""},{""time"":5799,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8297,""week"":""2"",""id"":""chart""}]}",moderate +2023-03-12 23:24:38,2023-03-12 23:34:35,0,98.15.201.132,100,597,1,2023-03-12 23:34:36,R_232a0FWkOGkpCHe,,,,,41.3944,-74.3332,anonymous,EN,1,1.555,10.598,11.446,2,1,2,2,2.014,5.642,10.971,2,0,0,15.057,0,100,100,52,18.006,31.495,32.374,5,6.551,13.324,17.277,2,1,1,29.048,43.03,44.957,3,-3,-3,17.587,90.501,110.904,4,1,32.729,34.196,37.153,2,0,0,15.022,0,6,3,3,6,6,6,,7.509,21.02,24.923,7,6,6,6,5,5,6,it's from the CDC,3.819,3.819,13.055,1,4,,6.822,6.822,9.987,1,2,7,3,4,1,5,6,0,0,26.238,0,1,6,1,6,1,1,11,10,,9.226,28.035,29.987,9,2,3,3,3,1,3,18.426,53.374,55.464,8,2,2,0.846,17.403,19.213,3,1,1999,New York,3,3,1,,7,,,18,4,2,4.296,59.028,63.531,13,640e11f99076926cad445e1e,1,"{""startTime"":1678678109673,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678135861,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678677963933,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":73,""label"":""tour_started""},{""time"":6518,""label"":""tour_next"",""step"":2},{""time"":13289,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678678093639,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":10598,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1286,""week"":""34"",""id"":""chart""}]}",moderate +2023-03-12 23:27:36,2023-03-12 23:34:43,0,98.188.190.24,100,427,1,2023-03-12 23:34:44,R_vOdpQIc9BfTck13,,,,,36.0344,-114.9705,anonymous,EN,1,3.238,3.238,4.038,1,1,2,2,0,0,3.885,0,0,0,15.109,0,82,92,71,8.78,12.25,13.495,3,7.267,22.262,28.164,3,-3,1,49.89,64.784,68.391,3,1,-3,11.718,34.021,35.245,3,1,26.271,26.542,29.427,2,0,0,15.013,0,4,4,5,5,5,5,,7.369,19.047,20.669,8,4,5,5,3,4,4,"It states the source and the source should be somewhere that I trust. But then again, anyone can claim the source is from this place but not be true.",2.188,2.188,32.294,1,5,,4.92,4.92,6.203,1,2,7,3,4,1,5,6,0,0,16.968,0,6,7,8,9,7,6,10,10,,0,0,15.407,0,2,2,3,3,3,4,0,0,14.665,0,2,2,0,0,11.077,0,1,1991,Nevada,5,2,1,,7,,,6,4,2,6.575,54.494,58.62,16,5e1f7b2a4c9b832b34e7c9d3,1,"{""startTime"":1678678217431,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678238594,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678104502,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":7260,""label"":""tour_next"",""step"":2},{""time"":13170,""label"":""tour_end"",""step"":2},{""time"":13848,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1849,""week"":""41"",""id"":""chart""},{""time"":18005,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3779,""week"":""52"",""id"":""chart""},{""time"":22990,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1110,""week"":""52"",""id"":""chart2""}]}","{""startTime"":1678678201902,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":3779,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2195,""week"":""52"",""id"":""chart2""},{""time"":13131,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1949,""week"":""52"",""id"":""chart""}]}",simple +2023-03-12 23:23:49,2023-03-12 23:34:45,0,69.23.103.128,100,655,1,2023-03-12 23:34:45,R_9N8K5fxwjCP8WUp,,,,,44.2433,-88.3564,anonymous,EN,1,16.133,16.133,16.992,1,1,1,1,7.671,9.382,10.881,2,0,0,15.015,0,67,80,46,12.995,19.307,20.105,3,6.762,9.769,11.552,2,1,1,42.179,53.51,55.082,2,-3,-3,31.421,49.691,50.945,2,-2,137.619,137.619,139.096,1,0,0,15.009,0,4,4,4,4,4,4,,10.313,13.346,16.033,6,6,6,6,6,6,6,its easy to understand,1.964,1.964,13.635,1,4,,5.498,5.498,7.451,1,2,7,3,4,1,5,6,0,0,14.031,0,9,9,9,9,9,9,9,9,,6.364,11.657,13.819,8,1,1,5,4,1,1,18.047,31.376,33.123,7,4,2,3.259,7.689,8.839,2,2,1988,Wisconsin,4,2,1,,7,,,4,5,1,2.274,55.15,59.285,16,5e8681d1fc96dd135df99ee6,1,"{""startTime"":1678678132993,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678096926,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678013117,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":35,""label"":""tour_started""},{""time"":4508,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1481,""week"":""50"",""id"":""chart""},{""time"":6746,""label"":""tour_next"",""step"":2},{""time"":9752,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678678081155,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":5054,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3108,""week"":""51"",""id"":""chart2""}]}",simple +2023-03-12 23:20:27,2023-03-12 23:34:49,0,72.219.78.66,100,861,1,2023-03-12 23:34:50,R_2E77mJLu1PZxmrB,,,,,33.6128,-117.6622,anonymous,EN,1,257.195,261.504,263.171,8,,,,,,,,2.897,2.897,15.008,1,100,100,50,0.268,25.943,27.821,11,4.666,50.06,51.297,9,1,1,1.737,34.862,36.016,10,-3,-3,2.17,42.613,43.852,16,1,2.34,41.594,42.679,5,2.139,5.526,15.014,2,3,4,4,4,5,5,,3.668,25.589,26.769,11,5,5,5,1,3,5,I have no reason not to believe the information presented to me,2.834,4.96,18.405,3,6,,3.012,7.291,8.539,5,2,7,3,4,1,5,6,4.853,13.59,14.383,4,3,6,6,5,6,7,9,9,,3.331,20.309,21.395,14,4,4,2,2,4,4,4.579,17.93,23.647,10,2,,1.92,3.662,4.752,3,2,1972,California,7,1,1,,7,,,13,4,1,1.438,57.519,60.592,28,5b894987e79bf50001e1ff95,0,"{""startTime"":1678678227596,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678046916,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":2811},{""label"":""window_focused"",""time"":18550}]}","{""startTime"":1678677943121,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":20,""label"":""tour_started""},{""time"":9347,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1534,""week"":""45"",""id"":""chart""},{""time"":10981,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1183,""week"":""43"",""id"":""chart""},{""time"":15155,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2518,""week"":""52"",""id"":""chart""},{""time"":18835,""label"":""tour_next"",""step"":2},{""time"":27058,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1968,""week"":""2"",""id"":""chart2""},{""time"":30309,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1299,""week"":""6"",""id"":""chart2""},{""time"":34727,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1367,""week"":""33"",""id"":""chart2""},{""time"":38060,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1734,""week"":""51"",""id"":""chart2""},{""time"":48377,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678678031338,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",simple +2023-03-12 23:16:58,2023-03-12 23:34:53,0,73.208.7.87,100,1075,1,2023-03-12 23:34:53,R_1PZvm5tCZHMLiO4,,,,,41.8482,-87.6521,anonymous,EN,1,4.701,4.701,6.244,1,,,,,,,,12.373,12.373,15.009,1,50,94,99,22.667,50.614,54.654,30,5.575,23.913,25.134,5,1,1,44.042,52.202,54.612,4,-3,1,0.19,158.923,163.102,4,1,14.907,63.021,64.414,3,1.642,10.65,15.116,2,3,3,3,5,6,4,,2.647,33.68,34.505,10,2,6,4,2,7,4,The sourcing is existent and I have no reason to believe the HPK is an unreliable source of data. ,2.483,295.968,296.278,10,4,,10.638,14.511,16.456,6,2,3,4,5,1,6,7,0,0,9.793,0,1,8,1,4,4,3,10,10,ACAB,12.908,57.755,64.662,27,4,5,1,2,4,5,19.412,49.804,51.337,7,8,,1.476,3.765,6.538,3,3,1999,Illinois,2,2,1,,7,,,5,4,1,2.325,140.204,148.15,28,63ed1a2c8c27c4099b576701,0,"{""startTime"":1678677705415,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":2368},{""label"":""window_focused"",""time"":2626}]}","{""startTime"":1678677740580,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678677500727,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":11568,""label"":""tour_next"",""step"":2},{""time"":21288,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678677689821,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",moderate +2023-03-12 23:18:58,2023-03-12 23:35:53,0,68.46.90.139,100,1014,1,2023-03-12 23:35:53,R_12hI9VBFMasfujl,,,,,45.2377,-93.2765,anonymous,EN,1,4.713,4.713,5.931,1,1,2,2,1.156,3.865,4.54,2,0,0,15.108,0,100,83,74,7.366,10.813,11.681,4,5.419,10.564,29.676,2,1,-3,43.639,52.458,53.221,2,-3,1,2.678,63.067,64.499,22,-3,9.856,30.99,32.543,2,0,0,15.006,0,4,3,4,6,5,6,,9.36,20.596,22.355,8,4,5,5,7,7,5,"The data makes sense to me, and I like that the axes are consistent. ",1.576,2.701,17.227,2,4,,4.55,7.829,8.593,5,2,7,3,4,1,5,6,12.181,17.225,338.68,2,3,7,9,9,6,8,11,10,,8.308,18.724,20.227,11,5,4,1,1,5,5,5.497,19.959,20.909,7,5,3,3.215,22.974,23.612,6,1,1991,Minnesota,6,1,1,,4,,,17,3,1,2.478,51.821,53.622,20,63e081512a825f68bcfdc757,1,"{""startTime"":1678677742181,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678677682668,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678677583539,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":5413,""label"":""tour_next"",""step"":2},{""time"":10558,""label"":""tour_end"",""step"":2},{""time"":11288,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1204,""week"":""52"",""id"":""chart2""},{""time"":12800,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5512,""week"":""52"",""id"":""chart""},{""time"":21768,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1551,""week"":""52"",""id"":""chart2""}]}","{""startTime"":1678677667197,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":4523,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2041,""week"":""52"",""id"":""chart""}]}",simple +2023-03-12 23:28:32,2023-03-12 23:36:14,0,67.182.64.231,100,461,1,2023-03-12 23:36:14,R_1GTxX0GlJFNNFW0,,,,,38.581,-121.4939,anonymous,EN,1,3.81,3.81,5.286,1,1,2,2,1.3,3.039,3.771,2,0,0,15.106,0,93,100,100,9.137,21.555,25.537,4,7.66,27.213,27.798,8,1,1,30.061,37.085,38.165,2,-3,-3,6.334,61.197,62.194,8,1,14.76,24.468,25.453,2,12.633,12.633,15.013,1,7,3,7,6,6,7,,8.477,21.922,24.313,7,5,6,6,1,3,6,"It said ""Assuming you trust the information"". So, assuming I trust the actual numbers, I do not feel the visualization was doing anything to try and misrepresent those numbers.",4.112,54.249,54.914,8,6,,4.327,4.327,6.098,1,2,7,3,4,1,5,6,0,0,13.487,0,1,1,10,10,1,6,9,10,,3.709,16.595,17.84,9,4,3,3,3,3,4,8.999,20.643,23.197,6,6,2,2.274,8.147,10.305,2,1,1998,California,6,3,1,,7,,,19,4,1,1.974,40.906,44.805,12,640e54837a907926a3ee82aa,1,"{""startTime"":1678678362848,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678280493,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":4168},{""label"":""window_focused"",""time"":10171}]}","{""startTime"":1678678173446,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":13477,""label"":""tour_next"",""step"":2},{""time"":19000,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678678264865,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":8252},{""label"":""window_focused"",""time"":12520}]}",moderate +2023-03-12 23:21:52,2023-03-12 23:37:08,0,70.123.36.249,100,915,1,2023-03-12 23:37:08,R_phC14PS2rTiRoQN,,,,,30.2627,-97.7467,anonymous,EN,1,24.594,25.097,26.107,2,1,3,2,4.335,7.035,8.327,2,0,0,15.118,0,100,100,85,5.001,26.061,26.705,5,15.673,19.115,59.331,2,1,1,27.588,40,41.772,2,-3,-3,66.148,179.527,183.465,11,1,42.651,42.651,44.387,1,2.257,2.257,15.02,1,6,5,6,6,6,5,,3.285,64.549,67.716,9,6,5,5,3,4,5,Seems to align with scientific data in regards to the efficacy of the covid-19 vaccine. The only reason I didn't put strong agree is because I just in general try not to believe everything I see on the internet without fact-checking.,2.796,2.796,83.443,1,2,,7.827,10.966,17.232,4,2,7,3,4,1,5,6,0,0,28.249,0,1,1,1,1,4,1,10,8,,12.421,45.526,70.88,14,3,3,1,1,4,5,10.432,38.53,40.2,6,1,2,13.917,29.047,31.405,5,1,1991,Texas,6,1,1,,7,,,6,4,1,5.83,85.267,86.823,22,610878f08e2b6c83ea3905da,1,"{""startTime"":1678678066270,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678134441,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678677807199,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":11103,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3509,""week"":""50"",""id"":""chart""},{""time"":15667,""label"":""tour_next"",""step"":2},{""time"":19110,""label"":""tour_end"",""step"":2},{""time"":22691,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2095,""week"":""52"",""id"":""chart""},{""time"":25619,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2858,""week"":""6"",""id"":""chart""},{""time"":30673,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":26157,""week"":""6"",""id"":""chart""}]}","{""startTime"":1678678050792,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",moderate +2023-03-12 23:25:56,2023-03-12 23:37:26,0,76.132.72.146,100,690,1,2023-03-12 23:37:26,R_RklXsEeQFmhn1Yt,,,,,37.3177,-122.0438,anonymous,EN,1,16.873,16.873,17.646,1,1,3,1,3.622,6.369,7.198,2,0,0,15.125,0,79,19,66,4.145,19.756,22.839,4,17.484,62.034,91.94,7,1,-3,41.411,49.14,63.565,2,1,-1,66.877,90.365,91.134,3,1,34.255,34.255,37,1,6.663,7.46,15.016,2,4,5,5,4,3,4,,3.225,27.433,29.484,13,4,7,4,2,2,4,"I think it looks accurate to my knowledge, but it needs to indicate the source for me to say that I fully trust the visualization.",2.051,14.671,58.231,6,5,,1.536,10.971,12.898,3,2,7,3,4,1,5,6,0,0,25.82,0,6,4,8,5,9,3,10,11,,5.363,18.754,20.608,10,3,2,2,3,4,2,14.558,32.854,33.833,10,3,1,2.4,6.881,9,2,1,2005,California,1,3,1,,2,,,13,3,2,2.387,80.651,86.323,31,63d8548b51a28912d9fba859,1,"{""startTime"":1678678175150,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678205355,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":11354,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1143,""week"":""51"",""id"":""chart""},{""time"":13157,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1038,""week"":""50"",""id"":""chart""}]}","{""startTime"":1678678030028,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":23,""label"":""tour_started""},{""time"":9015,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1696,""week"":""3"",""id"":""chart""},{""time"":11097,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4045,""week"":""3"",""id"":""chart""},{""time"":17478,""label"":""tour_next"",""step"":5},{""time"":25298,""label"":""cleared_brush"",""using"":""Click""},{""time"":28148,""label"":""started_brush"",""startDate"":""2021-05-30"",""endDate"":""2021-11-01""},{""time"":31045,""label"":""tour_next"",""step"":5},{""time"":34967,""label"":""moved_brush"",""startDate"":""2021-06-14"",""endDate"":""2021-11-17""},{""time"":36339,""label"":""moved_brush"",""startDate"":""2021-06-14"",""endDate"":""2021-08-26""},{""time"":37606,""label"":""tour_next"",""step"":5},{""time"":41698,""label"":""cleared_brush"",""using"":""Click""},{""time"":43648,""label"":""tour_next"",""step"":5},{""time"":48285,""label"":""tour_end"",""step"":5},{""time"":51762,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1279,""week"":""6"",""id"":""chart""},{""time"":53389,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1184,""week"":""6"",""id"":""chart""},{""time"":58930,""label"":""started_brush"",""startDate"":""2022-01-01"",""endDate"":""2022-02-07""},{""time"":65107,""label"":""cleared_brush"",""using"":""Click""},{""time"":71467,""label"":""started_brush"",""startDate"":""2021-04-06"",""endDate"":""2021-07-30""},{""time"":76015,""label"":""moved_brush"",""startDate"":""2021-04-06"",""endDate"":""2021-07-03""},{""time"":76934,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1169,""week"":""15"",""id"":""chart""},{""time"":79575,""label"":""cleared_brush"",""using"":""Click""},{""time"":86310,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1850,""week"":""1"",""id"":""chart""}]}","{""startTime"":1678678159699,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":10667,""label"":""started_brush"",""startDate"":""2021-10-28"",""endDate"":""2022-01-07""},{""time"":11908,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1184,""week"":""44"",""id"":""chart""}]}",complex +2023-03-12 23:25:24,2023-03-12 23:37:30,0,76.107.134.196,100,725,1,2023-03-12 23:37:30,R_1kXN6Klz7fR2rnW,,,,,35.1499,-90.0558,anonymous,EN,1,120.172,120.172,130.937,1,,,,,,,,0,0,15.008,0,73,87,67,34.938,40.251,41.383,3,15.937,19.254,28.285,2,1,1,27.499,44.182,48.434,3,1,-3,22.301,57.135,58.784,2,1,52.703,52.703,54.101,1,0,0,15.109,0,5,7,5,7,5,5,It does not say why there were so many pests certain weeks. ,9.528,70.652,71.118,9,5,5,5,7,2,5,"It is clear, especially because you can see exact numbers by hovering over it, plus it is weekly data so it is easy to compare each week. ",1.346,1.346,41.127,1,5,,6.559,9.81,11.471,5,2,7,3,4,1,5,6,0,0,21.209,0,2,2,3,3,2,4,3,3,,10.766,21.634,26.618,8,4,4,2,2,4,3,13.797,31.681,33.243,6,5,,7.429,7.429,9.326,1,2,2001,Tennessee,3,1,1,,7,,,15,2,1,2.435,62.56,66.245,19,6108bfbf2e07c5612eb90182,0,"{""startTime"":1678678291745,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678222825,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678119400,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":20,""label"":""tour_started""},{""time"":9797,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2677,""week"":""1"",""id"":""chart""},{""time"":13253,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1141,""week"":""51"",""id"":""chart""},{""time"":15935,""label"":""tour_next"",""step"":2},{""time"":19249,""label"":""tour_end"",""step"":2},{""time"":21420,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2265,""week"":""1"",""id"":""chart""},{""time"":23756,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1131,""week"":""2"",""id"":""chart""}]}","{""startTime"":1678678207222,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":2875,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5289,""week"":""2"",""id"":""chart""},{""time"":10273,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1076,""week"":""3"",""id"":""chart""}]}",moderate +2023-03-12 23:28:33,2023-03-12 23:38:19,0,98.213.160.72,100,586,1,2023-03-12 23:38:19,R_Zn6w6YOyxBWXxLP,,,,,41.8482,-87.6521,anonymous,EN,1,3.813,3.813,5.28,1,1,4,2,1.977,3.383,4.59,2,0,0,15.013,0,98,100,99,7.467,17.34,18.84,7,10.209,13.887,19.414,2,1,-3,19.474,27.817,29.972,2,1,1,22.264,96.746,98.745,4,1,37.925,37.925,40.144,1,0,0,15.013,0,5,3,3,6,7,3,,5.194,17.785,20.116,6,5,7,7,7,4,7,It took me a second to realize the stacked nature of the bars makes it difficult to compare populations visually. Weeks where both populations spiked make the unvaccinated population look disproportionately higher,3.893,3.893,44.397,1,5,,9.91,11.624,19.332,2,2,7,3,4,1,5,6,0,0,24.554,0,2,5,2,5,4,9,10,11,,3.378,27.85,29.112,11,4,1,2,2,4,4,13.993,37.777,59.896,8,5,2,3.458,8.911,10.473,2,1,1993,Illinois,6,3,1,,2,,,16,2,1,2.864,74.154,92.474,14,615a1d9297d4e05d6df9da22,1,"{""startTime"":1678678365414,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678300160,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678165756,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":10157,""label"":""tour_next"",""step"":2},{""time"":13835,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678678284785,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":5890,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6110,""week"":""1"",""id"":""chart""},{""time"":12464,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1038,""week"":""2"",""id"":""chart""}]}",moderate +2023-03-12 23:28:03,2023-03-12 23:39:53,0,71.1.156.211,100,709,1,2023-03-12 23:39:54,R_1Hdi1kTkTuBg3L6,,,,,28.9108,-81.5248,anonymous,EN,1,18.39,19.194,69.04,2,,,,,,,,0,0,15.03,0,85,42,41,10.359,47.872,52.363,7,7.108,31.479,46.334,3,-2,1,32.204,43.454,45.059,2,-3,-3,34.649,68.412,70.94,2,1,34.365,34.365,36.541,1,0,0,15.164,0,3,2,3,4,4,4,What happened the week of December 27th? How does that compare to previous Decembers?,16.939,39.395,60.094,7,4,4,3,1,1,4,"I have no reason not to, but then I don't care enough to fact check it.",2.458,2.458,19.649,1,6,,4.188,5.608,8.02,4,2,7,3,4,1,5,6,0,0,21.056,0,1,3,1,2,3,1,8,8,,3.963,21.472,33.42,11,2,2,1,4,2,3,4.252,23.461,25.249,8,1,,1.478,1.478,4.554,1,1,1989,Florida,7,1,1,,7,,,1,3,1,0.027,76.343,80.77,17,63e5ffdf639ebdcf35aacb09,0,"{""startTime"":1678678392272,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678344402,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678231009,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":410,""label"":""tour_started""},{""time"":11426,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4840,""week"":""51"",""id"":""chart""},{""time"":18673,""label"":""tour_next"",""step"":2},{""time"":22542,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2123,""week"":""52"",""id"":""chart2""},{""time"":24700,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3115,""week"":""1"",""id"":""chart2""},{""time"":30986,""label"":""tour_end"",""step"":2},{""time"":36443,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1571,""week"":""5"",""id"":""chart2""},{""time"":39331,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1895,""week"":""52"",""id"":""chart""},{""time"":43010,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1002,""week"":""52"",""id"":""chart2""}]}","{""startTime"":1678678326559,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",simple +2023-03-12 23:23:18,2023-03-12 23:40:22,0,68.32.110.193,100,1023,1,2023-03-12 23:40:22,R_1kLGitbJyAuEvO8,,,,,36.3403,-86.7195,anonymous,EN,1,33.895,33.895,35.377,1,1,3,1,1.371,2.953,4.047,2,0,0,15.009,0,92,60,72,10.978,30.638,33.836,4,13.373,84.304,97.665,14,-2,1,30.528,85.234,86.676,2,-3,-3,51.9,132.617,135.416,7,-3,176.554,187.84,189.185,4,0,0,15.112,0,6,5,6,6,5,5,,26.708,42.009,44.402,6,5,6,5,5,5,6,I trust it because of the data that is presented within it.,1.503,36.343,36.852,2,6,,5.422,5.422,6.767,1,2,7,3,4,1,5,6,0,0,12.5,0,5,7,7,7,7,8,10,9,,15.578,113.777,116.089,11,4,4,2,2,5,4,7.275,29.421,30.688,6,2,2,59.064,67.693,69.074,3,2,1994,Tennessee,7,3,1,,7,,,7,3,1,1.653,39.692,47.131,19,612fea78b655df755fe7db24,1,"{""startTime"":1678678266094,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678202510,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678677898925,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":19,""label"":""tour_started""},{""time"":11244,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1147,""week"":""51"",""id"":""chart""},{""time"":13364,""label"":""tour_next"",""step"":5},{""time"":18995,""label"":""started_brush"",""startDate"":""2021-08-09"",""endDate"":""2021-11-25""},{""time"":21202,""label"":""tour_next"",""step"":5},{""time"":24567,""label"":""moved_brush"",""startDate"":""2021-05-22"",""endDate"":""2021-09-07""},{""time"":28964,""label"":""moved_brush"",""startDate"":""2021-05-22"",""endDate"":""2021-09-07""},{""time"":30285,""label"":""moved_brush"",""startDate"":""2021-05-22"",""endDate"":""2021-11-08""},{""time"":31285,""label"":""tour_next"",""step"":5},{""time"":43171,""label"":""cleared_brush"",""using"":""Click""},{""time"":43171,""label"":""cleared_brush"",""using"":""Escape""},{""time"":44384,""label"":""tour_next"",""step"":5},{""label"":""window_blurred"",""time"":48693},{""label"":""window_focused"",""time"":63159},{""time"":65384,""label"":""tour_end"",""step"":5},{""time"":70750,""label"":""started_brush"",""startDate"":""2021-04-24"",""endDate"":""2021-05-27""},{""time"":75667,""label"":""moved_brush"",""startDate"":""2021-09-18"",""endDate"":""2021-10-22""},{""time"":77457,""label"":""moved_brush"",""startDate"":""2021-07-06"",""endDate"":""2021-08-09""},{""time"":79781,""label"":""cleared_brush"",""using"":""Click""},{""time"":81320,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1433,""week"":""50"",""id"":""chart""},{""time"":93621,""label"":""started_brush"",""startDate"":""2021-04-18"",""endDate"":""2021-05-30""},{""time"":95884,""label"":""cleared_brush"",""using"":""Click""},{""time"":95884,""label"":""cleared_brush"",""using"":""Escape""}]}","{""startTime"":1678678186793,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":8275,""label"":""started_brush"",""startDate"":""2021-10-18"",""endDate"":""2022-01-08""},{""time"":14214,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1324,""week"":""52"",""id"":""chart""}]}",complex +2023-03-12 23:31:56,2023-03-12 23:40:23,0,68.84.26.109,100,507,1,2023-03-12 23:40:23,R_1Qa84VBi0xYwevQ,,,,,30.4274,-84.258,anonymous,EN,1,3.855,3.855,5.043,1,1,1,1,1.704,4.596,5.858,3,0,0,15.011,0,100,100,69,9.358,13.285,14.641,3,30.121,39.163,40.672,2,-2,1,20.467,38.029,39.875,2,-3,-3,30.491,46.522,47.984,2,1,23.815,23.815,27.216,1,0,0,15.014,0,3,3,3,6,6,5,,7.974,33.38,38.729,12,4,6,4,2,3,5,It seems pretty logical... as to the timing and pattern of cases.,3.785,4.765,22.552,2,5,,4.59,8.174,10.324,3,2,7,3,4,1,5,6,0,0,20.791,0,5,7,6,5,9,6,9,9,,11.737,31.093,33.306,11,5,5,1,1,5,5,4.226,23.786,24.682,7,3,1,26.103,31.842,34.556,2,1,1985,Florida,6,3,1,,7,,,10,4,1,2.368,53.332,55.711,13,60f66877a0a732b6dbe3485d,1,"{""startTime"":1678678465073,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678504675,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678367373,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":17,""label"":""tour_started""},{""time"":24607,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4312,""week"":""52"",""id"":""chart""},{""time"":30117,""label"":""tour_next"",""step"":2},{""time"":37059,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1315,""week"":""52"",""id"":""chart2""},{""time"":39159,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678678449639,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",simple +2023-03-12 23:32:28,2023-03-12 23:40:41,0,67.82.209.97,100,492,1,2023-03-12 23:40:42,R_27JNXmmIg4vq0e6,,,,,40.5582,-74.5262,anonymous,EN,1,10.739,15.666,16.989,3,,,,,,,,9.869,14.437,15.024,5,58,41,46,3.911,10.531,11.393,9,3.507,14.643,15.551,6,1,1,18.02,25.106,27.306,3,1,-2,11.069,53.451,54.958,5,1,33.834,33.834,35.188,1,0,0,15.02,0,4,4,2,4,4,4,,4.766,10.509,12.371,7,4,3,2,4,4,4,"It looks easy to follow, but anyone can bend data.",1.454,1.454,12.691,1,4,,2.748,4.089,5.201,3,2,7,3,4,1,5,6,4.843,15.248,16.24,2,6,7,3,6,2,7,6,5,,3.62,10.302,11.594,10,3,3,2,3,4,4,1.863,11.068,11.569,10,2,,3.275,3.712,6.4,2,1,1989,New Jersey,7,2,1,,7,,,9,4,1,2.084,120.688,122.407,59,601e13b872774f263d64acac,0,"{""startTime"":1678678575966,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678545780,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_focused"",""time"":3423}]}","{""startTime"":1678678457491,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":37,""label"":""tour_started""},{""time"":5037,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1643,""week"":""2"",""id"":""chart""},{""time"":11926,""label"":""tour_next"",""step"":2},{""time"":13508,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678678529647,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":5341}]}",moderate +2023-03-12 23:28:01,2023-03-12 23:41:03,0,71.8.83.241,100,782,1,2023-03-12 23:41:04,R_3KBz2hTjMzmmyrM,,,,,33.2663,-86.902,anonymous,EN,1,11.97,11.97,13.865,1,,,,,,,,0,0,15.1,0,100,85,93,8.236,11.946,14.001,3,17.54,66.937,87.375,7,1,1,1.464,36.824,37.58,16,-3,-3,1.068,71.463,72.237,32,-2,38.047,81.245,83.602,2,0,0,15.093,0,6,5,5,6,6,6,"I've never seen such a well detailed interactive graph such as this before. I will say for such large amounts of data with many variables, the interactive slider is needed. ",7.385,17.02,50.915,7,5,6,6,3,1,6,"Very detailed, nicely organized with plenty of information.",1.687,1.687,15.101,1,4,,6.349,6.349,8.653,1,2,7,3,4,1,5,6,0,0,28.455,0,4,4,5,8,5,4,10,10,,6.023,18.424,20.721,8,4,5,1,1,5,5,8.672,26.092,27.389,6,2,,5.8,5.8,7.879,1,2,1999,Alabama,6,2,1,,8,Frisco City,,5,3,1,2.507,218.006,218.608,103,61706d258625bf685b7d6902,0,"{""startTime"":1678678324658,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678397249,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678135589,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":119,""label"":""tour_started""},{""time"":7721,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1400,""week"":""43"",""id"":""chart""},{""time"":17508,""label"":""tour_next"",""step"":5},{""time"":24050,""label"":""cleared_brush"",""using"":""Click""},{""time"":24815,""label"":""cleared_brush"",""using"":""Click""},{""time"":25867,""label"":""cleared_brush"",""using"":""Click""},{""time"":26809,""label"":""started_brush"",""startDate"":""2021-06-30"",""endDate"":""2021-08-28""},{""time"":28467,""label"":""tour_next"",""step"":5},{""time"":34442,""label"":""moved_brush"",""startDate"":""2021-06-30"",""endDate"":""2021-08-05""},{""time"":35425,""label"":""tour_next"",""step"":5},{""time"":39821,""label"":""moved_brush"",""startDate"":""2021-07-16"",""endDate"":""2021-08-22""},{""time"":41510,""label"":""cleared_brush"",""using"":""Click""},{""time"":41510,""label"":""cleared_brush"",""using"":""Escape""},{""time"":41872,""label"":""cleared_brush"",""using"":""Click""},{""time"":41873,""label"":""cleared_brush"",""using"":""Escape""},{""time"":52702,""label"":""tour_next"",""step"":5},{""time"":57285,""label"":""tour_end"",""step"":5},{""time"":61258,""label"":""started_brush"",""startDate"":""2021-06-10"",""endDate"":""2021-10-07""},{""time"":64858,""label"":""moved_brush"",""startDate"":""2021-06-10"",""endDate"":""2021-09-30""},{""time"":66273,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1077,""week"":""31"",""id"":""chart""},{""time"":72563,""label"":""moved_brush"",""startDate"":""2021-07-26"",""endDate"":""2021-09-30""},{""time"":74189,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":2119,""week"":""37"",""id"":""chart""},{""time"":82604,""label"":""moved_brush"",""startDate"":""2021-09-06"",""endDate"":""2021-09-30""},{""time"":84951,""label"":""moved_brush"",""startDate"":""2021-12-15"",""endDate"":""2022-01-07""}]}","{""startTime"":1678678308544,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":13093,""label"":""started_brush"",""startDate"":""2021-10-31"",""endDate"":""2022-01-01""}]}",complex +2023-03-12 23:30:03,2023-03-12 23:41:45,0,107.193.125.27,100,701,1,2023-03-12 23:41:45,R_RkoA9bzY6Kr2CmR,,,,,30.671,-87.1737,anonymous,EN,1,3.544,23.983,25.964,6,1,3,2,1.622,18.952,19.961,4,0,0,15.114,0,100,23,87,9.527,14.198,14.844,3,22.781,52.68,76.784,5,1,1,5.553,43.026,46.731,10,1,-2,8.531,89.415,90.257,5,1,11.675,60.693,61.156,4,0,0,15.01,0,5,4,5,2,2,5,I would've much rather this be split into 2 different graphs based on vaccination rather than one graph with every single group ,6.246,60.778,61.095,11,2,2,2,2,2,5,I trust the makers of the graph ,1.113,31.433,33.773,2,4,,10.166,12.323,13.577,2,2,7,3,4,1,5,6,10.136,10.5,30.302,2,2,2,1,4,2,4,11,7,,6.104,31.135,31.615,20,4,1,1,2,4,2,7.221,35.221,45.634,10,2,1,5.783,11.648,13.158,3,1,2003,Florida,3,1,1,,2,,,14,3,2,3.314,63.438,66.216,39,63ee7c9441abc1335d678cab,1,"{""startTime"":1678678444189,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678505682,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678290139,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":9899,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1378,""week"":""3"",""id"":""chart""},{""time"":14242,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7345,""week"":""52"",""id"":""chart""},{""time"":22778,""label"":""tour_next"",""step"":5},{""time"":33344,""label"":""started_brush"",""startDate"":""2021-05-17"",""endDate"":""2021-08-23""},{""time"":34139,""label"":""tour_next"",""step"":5},{""time"":37289,""label"":""moved_brush"",""startDate"":""2021-07-19"",""endDate"":""2021-10-25""},{""time"":39230,""label"":""tour_next"",""step"":5},{""time"":47296,""label"":""cleared_brush"",""using"":""Click""},{""time"":47296,""label"":""cleared_brush"",""using"":""Escape""},{""time"":48677,""label"":""tour_next"",""step"":5},{""time"":52677,""label"":""tour_end"",""step"":5},{""time"":56231,""label"":""started_brush"",""startDate"":""2021-05-02"",""endDate"":""2021-05-21""},{""time"":70167,""label"":""cleared_brush"",""using"":""Click""},{""time"":73339,""label"":""cleared_brush"",""using"":""Click""},{""time"":73339,""label"":""cleared_brush"",""using"":""Escape""}]}","{""startTime"":1678678428814,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":9607,""label"":""started_brush"",""startDate"":""2021-06-14"",""endDate"":""2021-06-19""},{""time"":11382,""label"":""cleared_brush"",""using"":""Click""},{""time"":11382,""label"":""cleared_brush"",""using"":""Escape""},{""time"":14573,""label"":""started_brush"",""startDate"":""2021-10-30"",""endDate"":""2021-12-30""}]}",complex +2023-03-12 23:32:55,2023-03-12 23:42:46,0,72.239.235.142,100,590,1,2023-03-12 23:42:46,R_2w14QXXZXgTuYJ0,,,,,28.5378,-80.6711,anonymous,EN,1,2.768,2.768,3.722,1,1,2,1,1.306,3.902,5.135,2,4.089,4.089,15.121,1,59,17,39,5.54,10.524,12.655,3,37.255,124.639,127.471,12,1,1,32.48,43.286,44.68,2,-3,-3,0.903,49.793,51.397,5,1,15.792,25.302,26.939,2,0,0,15.113,0,4,2,4,4,5,4,,9.348,24.561,26.887,8,4,4,4,2,2,4,I can't tell for sure whether this data is accurate,1.794,2.807,27.734,2,4,,4.289,4.289,6.567,1,2,7,3,4,1,5,6,0,0,27.601,0,4,6,4,5,2,3,10,9,,6.862,17.035,18.845,8,4,2,2,2,3,3,6.382,23.044,24.031,10,2,2,3.871,9.912,12.771,3,2,1995,Florida,5,2,1,,4,,,5,2,1,2.146,99.815,103.515,22,6109d5b1a9daba0fb4e833b9,1,"{""startTime"":1678678596312,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":1867,""label"":""started_brush"",""startDate"":""2021-11-08"",""endDate"":""2021-12-23""},{""time"":3450,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1610,""week"":""51"",""id"":""chart""}]}","{""startTime"":1678678624458,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":5601},{""label"":""window_focused"",""time"":6918}]}","{""startTime"":1678678424980,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":13311,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":15068,""week"":""52"",""id"":""chart""},{""time"":30380,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3299,""week"":""14"",""id"":""chart""},{""time"":37251,""label"":""tour_next"",""step"":5},{""time"":67135,""label"":""started_brush"",""startDate"":""2021-05-18"",""endDate"":""2021-08-10""},{""time"":68489,""label"":""tour_next"",""step"":5},{""time"":80031,""label"":""moved_brush"",""startDate"":""2021-07-23"",""endDate"":""2021-10-15""},{""time"":81215,""label"":""tour_next"",""step"":5},{""time"":86470,""label"":""cleared_brush"",""using"":""Click""},{""time"":88749,""label"":""tour_next"",""step"":5},{""time"":101937,""label"":""tour_end"",""step"":5},{""time"":106378,""label"":""started_brush"",""startDate"":""2021-04-09"",""endDate"":""2021-05-31""},{""time"":108297,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4033,""week"":""15"",""id"":""chart""},{""time"":113569,""label"":""cleared_brush"",""using"":""Click""},{""time"":118249,""label"":""started_brush"",""startDate"":""2021-10-14"",""endDate"":""2022-01-16""},{""time"":120339,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3819,""week"":""52"",""id"":""chart""},{""time"":125683,""label"":""cleared_brush"",""using"":""Click""}]}","{""startTime"":1678678580615,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":2389,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1528,""week"":""47"",""id"":""chart""},{""time"":9621,""label"":""started_brush"",""startDate"":""2021-06-24"",""endDate"":""2021-10-01""},{""time"":10972,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2181,""week"":""33"",""id"":""chart""},{""time"":13194,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1542,""week"":""32"",""id"":""chart""}]}",complex +2023-03-12 23:34:18,2023-03-12 23:42:49,0,173.175.212.17,100,510,1,2023-03-12 23:42:49,R_414vg6VCJrsFTKF,,,,,32.7797,-96.8022,anonymous,EN,1,3.406,4.093,4.83,2,,,,,,,,0,0,15.006,0,87,76,90,6.095,10.936,11.58,5,12.231,48.167,49.918,6,-3,1,1.274,75.228,76.333,10,1,-3,23.346,36.378,37.001,2,1,48.133,62.254,63.258,2,0,0,15.12,0,3,3,4,4,5,5,,3.258,20.058,21.688,8,5,5,5,7,7,5,The exact numbers when you hover over the bars makes me trust it more.,2.908,2.908,30.112,1,3,,5.623,5.623,7.01,1,2,7,3,4,1,5,6,0,0,28.376,0,4,5,4,6,2,3,8,9,,3.224,14.807,16.464,15,4,4,1,1,5,5,3.029,28.315,29.328,12,5,,3.255,3.255,4.174,1,1,2005,Texas,1,2,2,,9,,Dallas,8,2,1,1.869,63.23,63.875,33,63f77fe7daecacc6523836d1,0,"{""startTime"":1678678673851,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":14184},{""label"":""window_focused"",""time"":18117}]}","{""startTime"":1678678624964,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678495431,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":19,""label"":""tour_started""},{""time"":12224,""label"":""tour_next"",""step"":5},{""time"":21022,""label"":""cleared_brush"",""using"":""Click""},{""time"":22453,""label"":""started_brush"",""startDate"":""2021-07-29"",""endDate"":""2021-08-11""},{""time"":23794,""label"":""tour_next"",""step"":5},{""time"":31225,""label"":""started_brush"",""startDate"":""2021-05-30"",""endDate"":""2021-06-20""},{""time"":35403,""label"":""started_brush"",""startDate"":""2021-08-23"",""endDate"":""2021-10-16""},{""time"":38203,""label"":""moved_brush"",""startDate"":""2021-06-29"",""endDate"":""2021-08-22""},{""time"":38929,""label"":""tour_next"",""step"":5},{""time"":43951,""label"":""cleared_brush"",""using"":""Click""},{""time"":43951,""label"":""cleared_brush"",""using"":""Escape""},{""time"":45282,""label"":""tour_next"",""step"":5},{""time"":48160,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678678609446,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":13500,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1094,""week"":""52"",""id"":""chart""}]}",complex +2023-03-12 23:32:46,2023-03-12 23:43:27,0,68.161.163.31,100,640,1,2023-03-12 23:43:27,R_1oAPoQyQ0zNVjPW,,,,,40.5948,-73.9715,anonymous,EN,1,10.402,10.402,11.584,1,,,,,,,,0,0,15.108,0,100,100,67,14.431,21.871,22.7,3,16.85,25.721,27.517,2,1,-2,12.696,41.633,47.078,4,-3,-3,34.288,58.176,59.29,3,1,40.223,40.223,43.591,1,0,0,15.006,0,5,1,5,5,6,5,,18.089,41.935,44.837,8,4,6,6,1,7,6,I see no reason to not trust the data,1.546,24.381,25.297,3,5,,6.927,14.826,15.5,3,2,7,3,4,1,5,6,0,0,18.077,0,3,4,6,7,6,5,10,10,,5.724,45.401,47.22,8,4,4,1,2,4,5,9.167,49.538,50.912,11,3,,9.169,9.169,10.932,1,1,1997,New York,6,2,3,,2,,,4,4,1,2.324,90.134,101.834,24,5b1a3fa488ee7400012aef74,0,"{""startTime"":1678678513800,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":198,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1089,""week"":""50"",""id"":""chart""}]}","{""startTime"":1678678559154,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":27487},{""label"":""window_focused"",""time"":27605},{""label"":""window_blurred"",""time"":27619},{""label"":""window_focused"",""time"":32879}]}","{""startTime"":1678678423118,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":6135,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1134,""week"":""33"",""id"":""chart""},{""time"":11403,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2849,""week"":""52"",""id"":""chart""},{""time"":16848,""label"":""tour_next"",""step"":2},{""time"":20119,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2517,""week"":""52"",""id"":""chart2""},{""time"":25718,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678678498457,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",simple +2023-03-12 23:37:30,2023-03-12 23:43:53,0,208.104.213.129,100,382,1,2023-03-12 23:43:54,R_3dKXJBwKmfb0AGv,,,,,35.0125,-80.9309,anonymous,EN,1,1.366,2.154,2.911,2,,,,,,,,6.539,9.918,15.122,2,56,31,75,5.056,10.875,11.565,3,8.554,38.877,40.81,5,-2,-1,7.926,32.126,34.182,5,-1,-1,12.435,14.281,15.356,2,1,6.272,60.83,61.807,3,0,0,15.037,0,3,3,3,2,2,3,,11.314,22.139,24.624,7,3,7,3,1,1,3,I do not know the origin of this information.,1.769,1.769,12.787,1,4,,4.588,5.667,8.098,2,2,7,3,4,1,5,6,0,0,17.453,0,6,4,6,6,6,3,8,8,,3.29,19.763,20.204,10,4,3,2,3,3,3,6.024,26.232,26.915,6,3,,5.337,6.387,6.79,2,2,1991,South Carolina,3,2,1,,7,,,2,2,2,1.419,34.133,35.258,11,5d76bf508da7af001b5fa26c,0,"{""startTime"":1678678805315,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678830982,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678686255,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":8548,""label"":""tour_next"",""step"":5},{""time"":17028,""label"":""cleared_brush"",""using"":""Click""},{""time"":22169,""label"":""started_brush"",""startDate"":""2021-08-18"",""endDate"":""2022-02-07""},{""time"":22868,""label"":""tour_next"",""step"":5},{""time"":29174,""label"":""moved_brush"",""startDate"":""2021-04-24"",""endDate"":""2021-10-14""},{""time"":29981,""label"":""tour_next"",""step"":5},{""time"":34824,""label"":""cleared_brush"",""using"":""Click""},{""time"":34824,""label"":""cleared_brush"",""using"":""Escape""},{""time"":36046,""label"":""tour_next"",""step"":5},{""time"":38871,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678678789754,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":5218,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2089,""week"":""51"",""id"":""chart""},{""time"":7409,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3110,""week"":""52"",""id"":""chart""}]}",complex +2023-03-12 23:37:10,2023-03-12 23:44:23,0,71.61.184.166,100,433,1,2023-03-12 23:44:24,R_siIPstaAZwgnGCt,,,,,40.3177,-79.7223,anonymous,EN,1,1.861,1.861,2.567,1,1,3,2,1.23,2.707,3.564,2,0,0,15.12,0,86,100,54,3.117,7.948,9.948,4,3.832,10.715,16.61,2,-2,1,14.95,27.368,28.412,3,1,-3,18.032,34.944,35.955,2,1,15.228,15.228,16.187,1,0,0,16.757,0,6,5,1,5,5,6,,3.457,10.023,12,6,5,5,3,2,3,6,"To me, the data backs up the intuitive sentiment that vaccines work. I trust that these numbers are an accurate reflection of how vaccines operate in terms of coming down with COVID-19.",1.972,1.972,37.874,1,5,,8.742,8.742,9.969,1,2,7,3,4,1,5,6,0,0,14.08,0,2,4,3,2,5,8,10,10,,2.931,14.581,16.303,11,4,3,3,3,3,5,1.208,4.163,5.501,6,1,2,2.17,8.706,9.629,2,1,1992,Pennsylvania,8,1,1,,7,,,10,4,2,1.824,78.532,79.427,25,60c2cc653d0c6208fc8899fc,1,"{""startTime"":1678678856846,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678741986,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678672459,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":3827,""label"":""tour_next"",""step"":2},{""time"":10710,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678678718282,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":13422}]}",simple +2023-03-12 23:33:17,2023-03-12 23:44:39,0,107.3.222.77,100,681,1,2023-03-12 23:44:40,R_3CVDTxRddclXABu,,,,,37.0368,-88.5934,anonymous,EN,1,2.117,2.117,33.453,1,,,,,,,,0,0,15.107,0,75,88,69,19.583,42.452,44.1,6,26.313,31.478,37.834,2,1,1,17.784,28.336,34.569,2,1,-3,56.931,100.213,101.765,3,1,49.978,91.955,93.583,3,0,0,15.112,0,3,3,3,5,5,3,Need explaination of method at least.,13.072,43.693,64.156,10,4,5,5,1,1,3,It's just a graph I can't trust it or not trust it.,1.137,15.747,23.378,2,5,,4.217,6.043,11.661,2,2,7,3,4,1,5,6,0,0,21.209,0,1,1,1,1,1,1,1,1,,6.661,16.642,19.238,9,2,3,4,4,4,2,4.221,17.273,18.453,6,7,,2.082,2.082,4.065,1,1,1983,Kentucky,3,3,1,,7,,,4,1,2,1.878,67.06,69.631,27,5f8486766d8e7b0f17df0206,0,"{""startTime"":1678678715845,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678652473,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678496496,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":13117,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1327,""week"":""14"",""id"":""chart""},{""time"":17180,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1799,""week"":""6"",""id"":""chart""},{""time"":20278,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1833,""week"":""14"",""id"":""chart""},{""time"":26307,""label"":""tour_next"",""step"":2},{""time"":31472,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678678636943,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":8646,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1149,""week"":""2"",""id"":""chart""},{""time"":10765,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1051,""week"":""2"",""id"":""chart""},{""time"":12597,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1010,""week"":""2"",""id"":""chart""},{""time"":14149,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1178,""week"":""1"",""id"":""chart""}]}",moderate +2023-03-12 23:33:36,2023-03-12 23:46:00,0,71.94.240.109,100,743,1,2023-03-12 23:46:01,R_2P29oLSa6m40Tek,,,,,42.1921,-121.7233,anonymous,EN,1,22.086,22.641,24.286,2,1,3,2,4.235,7.98,9.489,3,7.098,11.253,15.118,9,91,91,52,10.037,20.945,21.961,8,8.382,21.941,49.503,11,-1,1,20.046,76.316,77.359,44,-1,-3,50.967,99.826,103.544,8,1,1.82,42.451,44.353,6,0,0,15.016,0,5,4,5,4,6,5,,11.605,54.646,57.519,17,5,4,4,4,4,5,"The statement said ""Assuming you trust the data in this visualization"", so if the data is accurate and the graph is clear and readable, I would find it trustworthy. ",4.713,4.713,51.103,1,4,,5.095,9.161,10.181,4,2,7,3,4,1,5,6,4.872,32.794,34.143,6,3,3,5,3,3,3,6,6,,3.106,30.882,32.701,18,4,4,3,2,4,4,9.372,35.127,36.006,9,3,2,16.548,24.634,25.593,7,2,1996,Oregon,7,2,1,,7,,,8,3,2,2.798,55.097,56.56,20,60fd933d5461857048f9e74c,1,"{""startTime"":1678678777734,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":37348},{""label"":""window_focused"",""time"":44214}]}","{""startTime"":1678678672707,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":42,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1049,""week"":""1"",""id"":""chart""},{""time"":1171,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3801,""week"":""2"",""id"":""chart""},{""time"":6776,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1064,""week"":""51"",""id"":""chart""},{""time"":11909,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2977,""week"":""49"",""id"":""chart""},{""time"":18068,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1854,""week"":""50"",""id"":""chart""},{""time"":20494,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1056,""week"":""50"",""id"":""chart""},{""time"":21594,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1138,""week"":""51"",""id"":""chart""}]}","{""startTime"":1678678503183,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":24,""label"":""tour_started""},{""time"":17520,""label"":""tour_next"",""step"":2},{""time"":21931,""label"":""tour_end"",""step"":2},{""time"":22684,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5282,""week"":""51"",""id"":""chart""},{""time"":32275,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1958,""week"":""14"",""id"":""chart""},{""time"":35668,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2670,""week"":""16"",""id"":""chart""},{""time"":40422,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1409,""week"":""21"",""id"":""chart""}]}","{""startTime"":1678678657225,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":5555,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1118,""week"":""3"",""id"":""chart""},{""time"":7622,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1201,""week"":""1"",""id"":""chart""},{""time"":8865,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4157,""week"":""52"",""id"":""chart""}]}",moderate +2023-03-12 23:36:02,2023-03-12 23:46:18,0,129.107.80.53,100,616,1,2023-03-12 23:46:19,R_12D67AGPTV6radJ,,,,,32.7185,-97.1432,anonymous,EN,1,7.691,7.691,9.166,1,,,,,,,,0,0,15.111,0,100,100,88,8.983,21.878,24.776,4,18.753,29.28,30.958,2,1,1,9.517,73.242,75.967,3,-2,-3,26.042,75.35,77.362,3,1,35.199,35.199,36.096,1,0,0,15.11,0,4,6,1,5,6,6,,13.243,63.795,65.785,11,6,6,5,3,1,6,The visualization feels like it gives me very specific and clear information.,4.305,4.305,39.898,1,4,,4.701,4.701,6.431,1,2,7,3,4,1,5,6,0,0,21.094,0,5,3,1,5,4,5,10,9,,13.283,27.28,29.707,11,4,4,2,1,5,4,8.077,41.071,42.05,11,3,,5.73,5.73,7.62,1,2,1999,Texas,5,3,1,,3,,,17,3,2,2.261,55.368,56.035,12,5ed5afc6e8229914710ada06,0,"{""startTime"":1678678822030,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":14954,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1079,""week"":""52"",""id"":""chart""},{""time"":36058,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4611,""week"":""50"",""id"":""chart""}]}","{""startTime"":1678678748451,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":54,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5870,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678678623276,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":24,""label"":""tour_started""},{""time"":13673,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1716,""week"":""45"",""id"":""chart""},{""time"":15897,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1011,""week"":""50"",""id"":""chart""},{""time"":18741,""label"":""tour_next"",""step"":2},{""time"":21666,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3011,""week"":""1"",""id"":""chart2""},{""time"":29267,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678678731429,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",simple +2023-03-12 23:35:11,2023-03-12 23:46:36,0,70.58.17.119,100,684,1,2023-03-12 23:46:36,R_1dB00tHs973qg8G,,,,,39.7301,-104.9078,anonymous,EN,1,5.312,5.312,6.293,1,1,3,1,5.305,11.732,12.623,2,0,0,15.116,0,66,31,38,8.975,15.073,16.226,3,21.561,30.99,31.598,3,-2,-3,68.162,88.297,88.663,3,-3,-3,47.155,79.29,80.741,2,-1,20.339,47.488,48.783,3,0,0,15.018,0,3,4,2,5,5,2,,3.354,31.676,32.099,9,5,5,3,1,7,2,I feel as though this may be influenced by companies that make vaccines. ,4.697,4.697,44.778,1,2,,1.947,17.238,20.015,9,2,7,3,4,1,5,6,0,0,28.134,0,1,2,1,2,2,4,7,4,,3.548,19.348,21.297,8,4,2,2,3,4,4,10.166,33.873,34.767,9,1,2,6.749,17.368,20.116,2,3,1983,Colorado,3,2,1,,7,,,7,4,1,4.525,100.584,111.358,25,5e643d29df313c1ced363682,1,"{""startTime"":1678678704781,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678737424,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678576173,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":14136,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1624,""week"":""50"",""id"":""chart""},{""time"":15802,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1812,""week"":""51"",""id"":""chart""},{""time"":17711,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1757,""week"":""52"",""id"":""chart""},{""time"":21556,""label"":""tour_next"",""step"":2},{""time"":27789,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678678689334,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":10730,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1050,""week"":""25"",""id"":""chart""},{""time"":12364,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1620,""week"":""32"",""id"":""chart""}]}",moderate +2023-03-12 23:39:16,2023-03-12 23:48:09,0,174.61.155.120,100,533,1,2023-03-12 23:48:10,R_3iW5fCIsczUrofi,,,,,47.63,-122.2972,anonymous,EN,1,12.71,12.71,14.229,1,1,4,1,2.541,4.241,5.151,2,9.234,9.234,15.011,1,81,40,57,13.182,27.555,29.193,7,3.511,8.231,17.671,2,1,1,24.234,41.087,48.552,2,-3,1,16.482,39.592,40.758,4,1,10.751,16.731,18.101,2,9.842,9.842,16.61,1,5,5,5,4,5,3,"The subtitles of the graph are somewhat misleading, the main header for both is what clarifies that it's COVID cases, not rates of people being vaccinated, which was my initial thought. Also for the second question on the last page, I was a little unsure about my answer because the question didn't specify over what duration",12.986,67.316,106.817,11,4,5,2,1,3,3,"context -- it's in a qualtrics survey. if it were published in a reputable news venue, then I would trust it more",1.475,1.475,30.065,1,4,,3.49,3.996,5.229,2,2,7,3,4,1,5,6,10.867,12.447,25.204,2,5,6,4,6,7,6,8,10,,3.634,19.031,20.669,8,2,4,1,3,3,4,3.746,21.678,22.99,7,1,1,1.623,12.46,13.764,4,2,1995,Washington,7,3,1,,2,,,8,4,2,2.059,46.997,50.378,15,5bcfb99d77740000016b3dbf,1,"{""startTime"":1678678930617,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_focused"",""time"":4292}]}","{""startTime"":1678679037537,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678829359,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":3504,""label"":""tour_next"",""step"":2},{""time"":8223,""label"":""tour_end"",""step"":2},{""time"":12197,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2366,""week"":""1"",""id"":""chart""}]}","{""startTime"":1678678896400,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":4823,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1740,""week"":""52"",""id"":""chart2""},{""label"":""window_blurred"",""time"":11285}]}",simple +2023-03-12 23:41:50,2023-03-12 23:48:19,0,47.230.199.10,100,388,1,2023-03-12 23:48:19,R_27QJONFOvGR6dqQ,,,,,40.7263,-73.9818,anonymous,EN,1,7.495,7.495,8.487,1,1,4,1,2.616,3.922,4.602,2,0,0,15.117,0,79,64,30,7.986,16.599,18.473,5,6.993,8.962,20.223,2,-2,1,11.171,31.764,33.019,3,-1,-3,20.085,58.658,61.131,3,-3,7.162,22.486,24.642,6,0,0,15.016,0,5,7,5,5,5,5,,4.043,15.209,17.815,6,2,4,4,7,5,5,The data within the visualization comes from a reputable source,1.598,24.286,25.306,5,5,,3.959,6.61,8.002,4,2,7,3,4,1,5,6,0,0,10.306,0,9,9,6,6,9,8,10,10,,2.527,11.257,13.093,8,3,4,2,2,4,4,7.771,24.102,24.845,8,2,1,2.64,6.78,8.103,3,2,1998,New York,7,3,1,,7,,,17,3,2,1.523,48.441,49.754,15,610386b89cf31f6859e7df7c,1,"{""startTime"":1678679063107,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678679081305,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678965125,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":4713,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1141,""week"":""52"",""id"":""chart""},{""time"":6990,""label"":""tour_next"",""step"":2},{""time"":8959,""label"":""tour_end"",""step"":2},{""time"":12545,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1576,""week"":""38"",""id"":""chart""},{""time"":14529,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1391,""week"":""52"",""id"":""chart""},{""time"":16427,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1647,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678679047558,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":5081,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1073,""week"":""6"",""id"":""chart""}]}",moderate +2023-03-12 23:39:00,2023-03-12 23:48:20,0,144.163.27.131,100,560,1,2023-03-12 23:48:21,R_3QFORBYsb3C4f2S,,,,,33.5986,-86.3434,anonymous,EN,1,8.912,8.912,10.004,1,,,,,,,,0,0,15.105,0,77,98,50,12.68,20.081,21.268,3,4.555,67.108,69.411,15,-2,-2,25.211,41.457,43.163,3,1,-3,42.798,79.901,80.963,2,-3,60.1,66.319,67.773,5,0,0,15.124,0,4,5,4,4,5,5,,9.58,20.712,23.313,7,5,5,5,5,5,5,This was easy top understand and something the average person could understand.,2.835,2.835,23.801,1,5,,3.825,8.766,10.476,7,2,7,3,4,1,5,6,0,0,24.165,0,2,6,9,6,2,6,9,9,,5.122,20.148,22.3,8,4,4,1,4,4,4,7.315,17.207,19.021,6,5,,3.219,3.219,5.15,1,1,1969,Alabama,6,2,1,,9,,Pell City,4,2,1,1.118,49.181,51.867,13,5e404a68f09a9f28310e8701,0,"{""startTime"":1678678953823,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678978162,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678798826,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":64,""label"":""tour_started""},{""time"":12722,""label"":""tour_next"",""step"":5},{""time"":32878,""label"":""started_brush"",""startDate"":""2021-06-08"",""endDate"":""2021-08-27""},{""time"":34183,""label"":""tour_next"",""step"":5},{""time"":37811,""label"":""moved_brush"",""startDate"":""2021-07-31"",""endDate"":""2021-10-18""},{""time"":40686,""label"":""tour_next"",""step"":5},{""time"":45314,""label"":""moved_brush"",""startDate"":""2021-06-28"",""endDate"":""2021-09-16""},{""time"":47053,""label"":""moved_brush"",""startDate"":""2021-10-14"",""endDate"":""2022-01-02""},{""time"":48501,""label"":""moved_brush"",""startDate"":""2021-05-17"",""endDate"":""2021-08-04""},{""time"":49935,""label"":""moved_brush"",""startDate"":""2021-04-07"",""endDate"":""2021-06-25""},{""time"":50783,""label"":""moved_brush"",""startDate"":""2021-04-08"",""endDate"":""2021-06-26""},{""time"":51962,""label"":""moved_brush"",""startDate"":""2021-04-08"",""endDate"":""2021-06-26""},{""time"":53888,""label"":""moved_brush"",""startDate"":""2021-05-22"",""endDate"":""2021-08-09""},{""time"":60433,""label"":""cleared_brush"",""using"":""Click""},{""time"":60433,""label"":""cleared_brush"",""using"":""Escape""},{""time"":61779,""label"":""tour_next"",""step"":5},{""time"":67094,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678678937665,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",complex +2023-03-12 23:37:13,2023-03-12 23:48:23,0,69.138.232.140,100,670,1,2023-03-12 23:48:23,R_OB8SUtt2KSQ6oGB,,,,,39.1541,-76.717,anonymous,EN,1,0.462,1.447,2.093,3,1,3,1,1.418,2.215,3.814,2,1.751,3.387,15.111,3,87,98,83,1.043,9.519,10.312,13,1.018,75.639,76.103,38,-3,-3,0.824,43.062,44.202,34,1,-1,0.865,188.096,188.883,48,1,1.007,103.779,104.524,43,0.905,11.626,15.012,4,5,5,7,5,5,5,,1.083,18.3,19.432,41,4,5,5,2,4,4,Id like to know more information. Such as states/countries where these results are being calculated from.,1.059,1.49,28.501,2,3,,1.4,8.275,9.275,5,2,7,3,4,1,5,6,0.858,10.581,14.483,4,4,4,6,5,5,6,8,9,,0.86,20.224,20.717,31,3,3,4,4,3,3,1.564,14.802,17.081,28,4,3,0.855,6.366,7.242,6,1,1999,Maryland,5,3,1,,3,,,7,4,2,1.095,52.183,54.536,31,603f31444049ae098abb8bf7,1,"{""startTime"":1678678874361,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678894241,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678677060,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":3448,""label"":""tour_next"",""step"":5},{""time"":15670,""label"":""tour_back"",""step"":5},{""time"":24902,""label"":""tour_next"",""step"":5},{""time"":28008,""label"":""cleared_brush"",""using"":""Click""},{""time"":33343,""label"":""moved_brush"",""startDate"":""2021-06-11"",""endDate"":""2021-11-06""},{""time"":34946,""label"":""moved_brush"",""startDate"":""2021-09-12"",""endDate"":""2022-02-07""},{""time"":43418,""label"":""moved_brush"",""startDate"":""2021-12-31"",""endDate"":""2022-02-07""},{""time"":45688,""label"":""started_brush"",""startDate"":""2021-10-22"",""endDate"":""2021-10-27""},{""time"":47573,""label"":""started_brush"",""startDate"":""2021-05-07"",""endDate"":""2021-06-18""},{""time"":47899,""label"":""moved_brush"",""startDate"":""2021-05-01"",""endDate"":""2021-06-18""},{""time"":48207,""label"":""cleared_brush"",""using"":""Click""},{""time"":48673,""label"":""tour_next"",""step"":5},{""time"":53129,""label"":""cleared_brush"",""using"":""Click""},{""time"":54838,""label"":""started_brush"",""startDate"":""2021-05-01"",""endDate"":""2021-08-02""},{""time"":56102,""label"":""moved_brush"",""startDate"":""2021-11-05"",""endDate"":""2022-02-07""},{""time"":56706,""label"":""tour_next"",""step"":5},{""time"":60928,""label"":""cleared_brush"",""using"":""Click""},{""time"":60928,""label"":""cleared_brush"",""using"":""Escape""},{""time"":61768,""label"":""tour_next"",""step"":5},{""time"":63978,""label"":""tour_end"",""step"":5},{""time"":68037,""label"":""started_brush"",""startDate"":""2021-05-24"",""endDate"":""2021-10-21""},{""time"":72284,""label"":""moved_brush"",""startDate"":""2021-05-24"",""endDate"":""2021-10-21""},{""time"":72550,""label"":""moved_brush"",""startDate"":""2021-05-24"",""endDate"":""2021-10-21""},{""time"":72736,""label"":""moved_brush"",""startDate"":""2021-05-24"",""endDate"":""2021-10-21""},{""time"":73736,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1923,""week"":""32"",""id"":""chart""}]}","{""startTime"":1678678858732,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":10340,""label"":""cleared_brush"",""using"":""Click""}]}",complex +2023-03-12 23:41:37,2023-03-12 23:49:05,0,71.198.231.172,100,447,1,2023-03-12 23:49:05,R_1mE6szJMEdJRu4q,,,,,37.8414,-122.1254,anonymous,EN,1,7.731,7.731,9.057,1,,,,,,,,0,0,15.013,0,94,43,50,7.367,17.251,19.024,4,8.092,17.626,19.98,2,1,1,26.058,36.09,37.648,3,1,-2,29.903,59.286,61.145,2,1,56.113,56.113,58.354,1,0,0,15.006,0,5,3,5,6,6,4,,9.737,18.001,19.596,6,4,5,4,1,7,4,"I trust the source and the data makes sense, but I know nothing about the researchers or any potential bias.",2.211,2.211,25.45,1,4,,3.64,3.64,5.909,1,2,7,3,4,1,5,6,0,0,19.173,0,3,5,4,7,6,3,9,9,,5.439,18.623,19.998,9,4,3,2,2,3,4,6.715,16.75,18.021,6,2,,2.372,2.372,5.076,1,2,2001,California,6,3,1,,7,,,17,3,2,1.868,46.434,48.311,14,60fcd2b146529d02f1566012,0,"{""startTime"":1678679021973,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":100,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2244,""week"":""51"",""id"":""chart""}]}","{""startTime"":1678679042095,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678947748,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":5140,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1027,""week"":""52"",""id"":""chart""},{""time"":8090,""label"":""tour_next"",""step"":2},{""time"":9203,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2159,""week"":""52"",""id"":""chart2""},{""time"":17624,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678679006430,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":5628,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1432,""week"":""52"",""id"":""chart2""},{""time"":11819,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1561,""week"":""31"",""id"":""chart""}]}",simple +2023-03-12 23:41:25,2023-03-12 23:49:21,0,97.113.100.151,100,475,1,2023-03-12 23:49:21,R_2ypaHQEVog6b0nh,,,,,47.5364,-122.278,anonymous,EN,1,2.224,2.957,3.101,2,,,,,,,,3.431,4.062,15.005,2,72,100,47,1.995,7.18,8.162,4,3.76,4.968,12.502,2,1,1,19.08,23.605,27.031,2,1,-2,10.436,67.069,67.344,6,1,41.958,41.958,42.875,1,2.009,2.009,15.006,1,5,6,6,4,5,5,,1.948,16.835,17.715,8,6,6,6,6,6,6,Has a clear y and x axis and it very easy to read,0.827,26.466,27.54,6,4,,2.019,4.11,4.997,3,2,3,4,7,1,5,6,5.742,12.241,28.744,2,4,7,6,6,6,6,11,11,,2.879,10.684,12.07,9,4,4,1,1,4,5,2,30.937,33.082,13,3,,1.443,1.443,2.151,1,1,1998,Washington,6,2,1,,2,,,11,4,2,0.718,40.052,43.763,23,5e17945242fb0b000da71b21,0,"{""startTime"":1678679232216,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678679187382,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678997418,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":3752,""label"":""tour_next"",""step"":2},{""time"":4960,""label"":""tour_end"",""step"":2},{""time"":6148,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1099,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678679078080,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",moderate +2023-03-12 23:32:33,2023-03-12 23:50:07,0,172.58.129.62,100,1053,1,2023-03-12 23:50:08,R_yyUWjsVxLn513QR,,,,,25.7846,-80.233,anonymous,EN,1,19.402,19.402,20.673,1,,,,,,,,0,0,15.129,0,97,93,85,26.315,34.13,37.389,3,39.416,73.137,87.435,3,1,1,45.026,98.58,100.45,3,-3,-3,32.075,77.404,79.941,2,1,62.674,62.674,65.573,1,0,0,15.052,0,6,4,6,4,5,6,,21.6,35.775,39.125,6,4,5,4,1,1,6,It did not show data that greatly increased one week and then decrease suddenly. The ebb and flow of infestation seemed natural.,5.226,150.249,164.888,8,4,,8.409,8.409,11.001,1,2,7,3,4,1,5,6,0,0,38.868,0,6,7,4,5,9,4,10,6,,23,44.047,59.905,8,3,3,2,3,3,3,24.226,49.322,53.096,6,2,,5.825,5.825,9.15,1,1,1954,Florida,5,2,1,,7,,,7,4,2,3.412,145.72,162.59,21,5ddcd77f23f9f1c2c45d6c18,0,"{""startTime"":1678678856275,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678646728,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678441307,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":120,""label"":""tour_started""},{""time"":16712,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5758,""week"":""52"",""id"":""chart""},{""time"":22550,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1239,""week"":""1"",""id"":""chart""},{""time"":25035,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1238,""week"":""5"",""id"":""chart""},{""time"":33966,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2399,""week"":""23"",""id"":""chart""},{""time"":39392,""label"":""tour_next"",""step"":2},{""time"":48985,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2915,""week"":""52"",""id"":""chart2""},{""time"":59956,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1018,""week"":""1"",""id"":""chart2""},{""time"":73112,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678678630759,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":6450,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5164,""week"":""52"",""id"":""chart2""}]}",simple +2023-03-12 23:45:07,2023-03-12 23:50:12,0,184.103.58.107,100,304,1,2023-03-12 23:50:12,R_2WNFwQnGeysDld2,,,,,33.3874,-112.0998,anonymous,EN,1,2.214,5.121,6.001,4,,,,,,,,12.42,12.42,15.106,1,62,75,45,6.832,11.215,11.938,4,3.363,6.79,11.959,2,-1,-1,1.589,5.54,6.972,4,-3,-2,2.097,53.378,54.203,6,-1,9.474,11.113,12.211,2,1.502,1.502,15.014,1,3,3,5,5,6,4,,2.673,12.575,13.102,10,6,5,6,5,3,5,I seen many reports of insect and fungi related infections.,1.164,3.629,23.347,2,1,,3.639,6.623,7.905,3,2,7,3,4,1,5,6,0,0,18.949,0,3,1,7,2,1,3,6,4,,3.049,14.495,14.843,12,2,4,3,5,3,4,2.614,7.766,10.718,7,7,,2.387,2.387,3.4,1,1,1996,Arizona,6,2,1,,7,,,10,4,1,2.129,39.777,40.762,18,61363ce02e6022a741d63a6e,0,"{""startTime"":1678679270786,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678679233604,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678679150672,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":3347,""label"":""tour_next"",""step"":2},{""time"":6773,""label"":""tour_end"",""step"":2},{""time"":8927,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2274,""week"":""1"",""id"":""chart""}]}","{""startTime"":1678679217873,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",moderate +2023-03-12 23:35:02,2023-03-12 23:50:13,0,35.148.23.141,100,910,1,2023-03-12 23:50:14,R_2eatHxPaSCT8qkA,,,,,44.5228,-89.5583,anonymous,EN,1,2.468,3.354,4.263,2,2,,2,1.771,1.771,2.821,1,0,0,15.007,0,57,76,44,0.597,48.337,49.421,7,4.865,23.203,24.108,5,1,1,4.143,58.79,59.718,11,-3,-3,12.629,76.41,78.15,9,1,15.686,58.776,60.796,5,5.481,5.481,15.008,1,3,2,2,5,3,2,,5.337,46.04,48.218,9,2,4,4,2,2,3,"I think that it would be more transparent if we also had info on how serious/life-threatening cases were. I also just find the data hard to believe, because I haven't known any unvaccinated people who got COVID-19 in the last year, yet I have known a handful of vaccinated people who have.",3.964,3.964,129.515,1,2,,9.438,11.964,13.101,2,2,7,3,4,1,5,6,12.893,23.643,24.462,3,2,4,9,9,4,7,10,9,,6.589,48.659,49.701,12,3,3,2,3,4,4,2.514,159.595,160.744,12,4,2,2.736,20.779,21.596,5,2,1999,Wisconsin,6,3,1,,9,,Hortonville,13,3,1,1.371,77.138,80.958,22,60fc54b735f3211d0d10a371,1,"{""startTime"":1678678868580,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678689012,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678588581,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":22,""label"":""tour_started""},{""time"":7121,""label"":""tour_next"",""step"":2},{""time"":10439,""label"":""tour_end"",""step"":2},{""time"":17006,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2502,""week"":""52"",""id"":""chart2""},{""time"":20495,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1502,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678678673393,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":9687,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1561,""week"":""16"",""id"":""chart2""}]}",simple +2023-03-12 23:37:28,2023-03-12 23:50:17,0,137.25.201.195,100,769,1,2023-03-12 23:50:18,R_3EMydtHlggSmv7v,,,,,34.5404,-117.3532,anonymous,EN,1,24.204,24.204,25.449,1,,,,,,,,0,0,15.005,0,85,96,74,24.525,32.342,36.528,3,12.178,26.717,33.911,4,1,1,33.887,46.033,54.159,2,-3,-3,63.61,108.029,109.33,3,1,40.056,40.056,46.249,1,0,0,15.111,0,4,2,5,2,5,5,,17.951,50.996,63.203,6,4,4,4,2,1,5,The source of the data seemed like a trustworthy organization and the visualization looks clean and professional.,3.953,3.953,53.851,1,6,,9.735,23.733,28.033,6,2,7,3,4,1,5,6,0,0,24.4,0,6,9,7,9,7,6,10,10,,15.241,60.743,80.1,15,4,4,1,2,3,4,12.457,38.481,40.422,6,2,,7.32,7.32,9.198,1,2,1983,California,4,2,1,,7,,,11,4,2,3.197,50.285,52.188,11,5d4b14caed2dfc0001a22c1a,0,"{""startTime"":1678678893815,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":29,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6939,""week"":""2"",""id"":""chart""}]}","{""startTime"":1678678957602,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678734208,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":14288,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1633,""week"":""36"",""id"":""chart""},{""time"":20557,""label"":""tour_next"",""step"":2},{""time"":26713,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678678878274,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":7390,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2236,""week"":""52"",""id"":""chart""}]}",moderate +2023-03-12 23:27:00,2023-03-12 23:50:37,0,172.58.5.102,100,1416,1,2023-03-12 23:50:38,R_3fposxNHrBYzwl3,,,,,33.7173,-84.4783,anonymous,EN,1,13.888,28.078,30.073,3,,,,,,,,4.886,4.886,15.114,1,100,44,50,11.7,25.055,26.792,6,3.951,97.494,99.16,18,1,-3,13.486,182.657,184.259,12,1,-3,116.928,162.943,164.452,5,-2,15.663,38.641,40.082,4,0,0,15.012,0,3,3,3,3,2,3,,1.132,21.318,25.201,10,4,3,7,1,1,3,I'm not sure if it's accurate or not because i'm not familiar with the topic.,6.077,79.934,83.507,2,2,,30.469,37.457,40.077,4,2,7,3,4,1,5,6,11.398,25.626,27.787,2,3,3,1,2,4,2,4,5,,35.728,55.212,56.598,10,3,3,1,1,3,3,6.683,46.738,47.955,9,1,,34.65,37.768,39.193,2,1,1987,Georgia,2,2,1,,9,,"albany, ga",3,2,2,45.39,135.731,142.532,20,63039dbefda87c47a91fec04,0,"{""startTime"":1678678573720,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678599400,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678418134,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":10149,""label"":""tour_next"",""step"":5},{""time"":18170,""label"":""tour_back"",""step"":5},{""time"":30217,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2231,""week"":""50"",""id"":""chart""},{""time"":32649,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1716,""week"":""50"",""id"":""chart""},{""time"":38239,""label"":""tour_next"",""step"":5},{""time"":47955,""label"":""started_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-06-05""},{""time"":49205,""label"":""tour_next"",""step"":5},{""time"":55816,""label"":""moved_brush"",""startDate"":""2021-12-01"",""endDate"":""2022-01-31""},{""time"":57306,""label"":""tour_next"",""step"":5},{""time"":64241,""label"":""moved_brush"",""startDate"":""2021-06-22"",""endDate"":""2021-08-23""},{""time"":81332,""label"":""cleared_brush"",""using"":""Click""},{""time"":84672,""label"":""started_brush"",""startDate"":""2021-08-06"",""endDate"":""2021-10-31""},{""time"":85956,""label"":""tour_next"",""step"":5},{""time"":91453,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678678558148,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",complex +2023-03-12 23:42:11,2023-03-12 23:53:56,0,199.66.65.227,100,705,1,2023-03-12 23:53:57,R_Z2lAA9Tq2wPIDHH,,,,,41.6837,-88.3499,anonymous,EN,1,13.828,13.828,14.658,1,,,,,,,,0,0,15.008,0,81,5,63,7.457,23.352,24.352,5,21.211,147.87,150.354,11,1,1,37.403,44.853,45.867,2,1,-3,62.163,113.883,114.858,2,1,9.901,38.506,40.978,2,7.96,13.863,15.011,2,5,3,5,4,4,5,,5.991,19.038,20.717,7,5,2,4,2,7,5,"There is a lot of information, I would find it hard to believe that someone would take all that time to put together an untrustworthy visual like this.",13.522,13.522,41.442,1,5,,7.864,8.828,10.059,2,2,7,3,4,1,5,6,0,0,10.918,0,5,7,7,7,9,6,11,10,,8.664,23.466,26.017,8,3,4,2,3,3,4,21.13,36.712,37.841,6,2,,3.986,3.986,6.085,1,2,1999,Illinois,6,1,1,,8,Yorkville,,17,4,2,6.566,75.919,78.596,22,6101ced6dafdbea2d88a52b0,0,"{""startTime"":1678679263145,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678679202114,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678994679,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":13722,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4263,""week"":""52"",""id"":""chart""},{""time"":18318,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1333,""week"":""52"",""id"":""chart""},{""time"":21204,""label"":""tour_next"",""step"":5},{""time"":67834,""label"":""started_brush"",""startDate"":""2021-06-18"",""endDate"":""2021-06-26""},{""time"":69817,""label"":""started_brush"",""startDate"":""2021-05-30"",""endDate"":""2021-07-29""},{""time"":72421,""label"":""tour_next"",""step"":5},{""time"":77289,""label"":""started_brush"",""startDate"":""2021-08-02"",""endDate"":""2021-09-06""},{""time"":79016,""label"":""started_brush"",""startDate"":""2021-05-07"",""endDate"":""2021-08-28""},{""time"":85597,""label"":""cleared_brush"",""using"":""Click""},{""time"":86192,""label"":""cleared_brush"",""using"":""Click""},{""time"":89422,""label"":""started_brush"",""startDate"":""2021-04-23"",""endDate"":""2021-09-01""},{""time"":90815,""label"":""moved_brush"",""startDate"":""2021-06-20"",""endDate"":""2021-10-29""},{""time"":92333,""label"":""tour_next"",""step"":5},{""time"":95933,""label"":""cleared_brush"",""using"":""Click""},{""time"":97064,""label"":""tour_next"",""step"":5},{""time"":104666,""label"":""tour_end"",""step"":5},{""time"":106290,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1143,""week"":""2"",""id"":""chart""},{""time"":108641,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6459,""week"":""1"",""id"":""chart""},{""time"":115119,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2581,""week"":""52"",""id"":""chart""},{""time"":117702,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1248,""week"":""52"",""id"":""chart""},{""time"":122607,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3692,""week"":""52"",""id"":""chart""},{""time"":127536,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6798,""week"":""22"",""id"":""chart""},{""time"":136234,""label"":""started_brush"",""startDate"":""2021-06-19"",""endDate"":""2021-07-31""},{""time"":137351,""label"":""moved_brush"",""startDate"":""2021-06-19"",""endDate"":""2021-09-16""},{""time"":142837,""label"":""moved_brush"",""startDate"":""2021-06-14"",""endDate"":""2021-09-11""},{""time"":143920,""label"":""cleared_brush"",""using"":""Click""}]}","{""startTime"":1678679186705,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":7317,""label"":""started_brush"",""startDate"":""2021-06-20"",""endDate"":""2021-11-06""},{""time"":12131,""label"":""moved_brush"",""startDate"":""2021-08-23"",""endDate"":""2022-01-09""},{""time"":12640,""label"":""cleared_brush"",""using"":""Click""}]}",complex +2023-03-12 23:32:57,2023-03-12 23:56:03,0,73.143.196.250,100,1386,1,2023-03-12 23:56:03,R_1f4667MY6GDXYCu,,,,,41.698,-70.0602,anonymous,EN,1,21.361,21.361,22.335,1,2,,2,3.1,3.1,4.3,1,0,0,15.021,0,70,93,95,55.433,94.528,96.637,9,50.059,208.464,220.987,36,1,1,33.022,47.434,49.751,2,-3,1,56.277,81.401,83.177,2,1,60.001,84.705,99.75,3,0,0,15.017,0,2,2,2,4,5,5,,17.588,89.042,96.973,7,3,5,2,7,7,3,I would need to have at least one other source confirming the same information before I trusted this .,7.561,90.593,91.629,5,3,,14.094,24.166,32.172,2,2,7,3,4,1,5,6,0,0,20.971,0,5,5,8,9,4,7,10,9,,8.923,47.337,52.292,9,3,3,3,2,4,3,21.955,81.857,83.082,7,3,4,13.56,40.284,41.958,2,1,1975,Massachusetts,2,2,1,,7,,,10,3,2,6.023,256.656,261.434,62,640d43c9451ce148162a7643,1,"{""startTime"":1678678729269,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678826683,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678391669,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":44,""label"":""tour_started""},{""time"":18948,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":9857,""week"":""52"",""id"":""chart""},{""time"":28826,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":17527,""week"":""1"",""id"":""chart""},{""time"":50053,""label"":""tour_next"",""step"":5},{""time"":80665,""label"":""cleared_brush"",""using"":""Click""},{""time"":89530,""label"":""cleared_brush"",""using"":""Click""},{""time"":94770,""label"":""cleared_brush"",""using"":""Click""},{""time"":96964,""label"":""tour_back"",""step"":5},{""time"":97171,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1025,""week"":""51"",""id"":""chart""},{""time"":103856,""label"":""tour_next"",""step"":5},{""time"":121440,""label"":""cleared_brush"",""using"":""Click""},{""time"":122306,""label"":""cleared_brush"",""using"":""Click""},{""time"":122895,""label"":""cleared_brush"",""using"":""Click""},{""time"":123968,""label"":""cleared_brush"",""using"":""Click""},{""time"":125200,""label"":""cleared_brush"",""using"":""Click""},{""time"":126244,""label"":""cleared_brush"",""using"":""Click""},{""time"":127514,""label"":""cleared_brush"",""using"":""Click""},{""time"":130920,""label"":""cleared_brush"",""using"":""Click""},{""time"":132044,""label"":""cleared_brush"",""using"":""Click""},{""time"":132764,""label"":""cleared_brush"",""using"":""Click""},{""time"":136519,""label"":""tour_back"",""step"":5},{""time"":139892,""label"":""tour_next"",""step"":5},{""time"":145384,""label"":""cleared_brush"",""using"":""Click""},{""time"":149904,""label"":""cleared_brush"",""using"":""Click""},{""time"":150460,""label"":""cleared_brush"",""using"":""Click""},{""time"":152576,""label"":""cleared_brush"",""using"":""Click""},{""time"":154387,""label"":""cleared_brush"",""using"":""Click""},{""time"":165088,""label"":""cleared_brush"",""using"":""Click""},{""time"":165308,""label"":""cleared_brush"",""using"":""Click""},{""time"":165559,""label"":""cleared_brush"",""using"":""Click""},{""time"":165698,""label"":""cleared_brush"",""using"":""Click""},{""time"":168057,""label"":""cleared_brush"",""using"":""Click""},{""time"":169900,""label"":""cleared_brush"",""using"":""Click""},{""time"":170925,""label"":""cleared_brush"",""using"":""Click""},{""time"":175993,""label"":""cleared_brush"",""using"":""Click""},{""time"":177846,""label"":""started_brush"",""startDate"":""2021-08-25"",""endDate"":""2021-09-06""},{""time"":181631,""label"":""tour_next"",""step"":5},{""time"":187144,""label"":""moved_brush"",""startDate"":""2021-07-29"",""endDate"":""2021-08-10""},{""time"":187252,""label"":""cleared_brush"",""using"":""Click""},{""time"":187308,""label"":""cleared_brush"",""using"":""Click""},{""time"":188150,""label"":""started_brush"",""startDate"":""2021-06-30"",""endDate"":""2021-07-08""},{""time"":189671,""label"":""tour_next"",""step"":5},{""time"":196335,""label"":""cleared_brush"",""using"":""Click""},{""time"":196335,""label"":""cleared_brush"",""using"":""Escape""},{""time"":200639,""label"":""tour_next"",""step"":5},{""time"":208456,""label"":""tour_end"",""step"":5},{""time"":216542,""label"":""cleared_brush"",""using"":""Click""},{""time"":216845,""label"":""cleared_brush"",""using"":""Click""},{""time"":217461,""label"":""started_brush"",""startDate"":""2021-07-19"",""endDate"":""2021-09-02""}]}","{""startTime"":1678678713233,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",complex +2023-03-12 23:30:25,2023-03-12 23:57:03,0,73.174.244.12,100,1597,1,2023-03-12 23:57:03,R_1CBH2uBmiwxwQuj,,,,,39.3408,-80.0285,anonymous,EN,1,50.137,50.137,51.248,1,,,,,,,,0,0,15.131,0,67,71,23,28.912,78.454,80.536,11,5.887,136.814,140.905,35,-2,-1,4.738,183.19,184.79,11,-3,-3,45.806,252.385,260.394,13,-2,3.61,60.215,61.844,3,11.606,11.606,15.04,1,5,2,4,4,4,4,I have no additional thought nor comment.,5.948,103.218,105.08,14,3,3,4,3,3,3,"The visualization appears to be well-designed and informative, but its effectiveness ultimately depends on the accuracy and reliability of the data it represents, and whether it meets the user's specific needs and goals. Ultimately, it is up to the user to determine whether or not they trust the information conveyed by the visualization.",7.85,71.956,74.638,3,4,,6.362,21.503,24.498,2,2,7,3,4,1,5,6,0,0,58.79,0,4,5,7,6,5,8,11,11,,6.566,29.747,37.002,16,4,3,4,3,5,4,2.15,82.898,85.139,7,6,,10.848,10.848,12.732,1,2,1942,California,7,1,1,,7,,,14,2,2,80.334,162.903,173.49,23,64033349ec5c1a27ee79d14b,0,"{""startTime"":1678678871970,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678647814,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678423146,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":61,""label"":""tour_started""},{""label"":""window_focused"",""time"":1708},{""label"":""window_blurred"",""time"":13340},{""label"":""window_focused"",""time"":16803},{""time"":18963,""label"":""tour_next"",""step"":5},{""label"":""window_blurred"",""time"":24608},{""label"":""window_focused"",""time"":28121},{""time"":35957,""label"":""tour_back"",""step"":5},{""time"":43071,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1330,""week"":""52"",""id"":""chart""},{""time"":44463,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1069,""week"":""51"",""id"":""chart""},{""time"":49959,""label"":""tour_next"",""step"":5},{""label"":""window_blurred"",""time"":53932},{""label"":""window_focused"",""time"":56119},{""time"":57941,""label"":""tour_back"",""step"":5},{""time"":59771,""label"":""cleared_brush"",""using"":""Click""},{""time"":59771,""label"":""cleared_brush"",""using"":""Escape""},{""time"":64838,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1402,""week"":""50"",""id"":""chart""},{""time"":66245,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3679,""week"":""50"",""id"":""chart""},{""time"":76878,""label"":""tour_next"",""step"":5},{""time"":78783,""label"":""cleared_brush"",""using"":""Click""},{""time"":79532,""label"":""cleared_brush"",""using"":""Click""},{""time"":80253,""label"":""cleared_brush"",""using"":""Click""},{""time"":80763,""label"":""cleared_brush"",""using"":""Click""},{""time"":80999,""label"":""cleared_brush"",""using"":""Click""},{""time"":93206,""label"":""started_brush"",""startDate"":""2021-11-01"",""endDate"":""2022-01-09""},{""time"":105511,""label"":""cleared_brush"",""using"":""Click""},{""time"":108863,""label"":""started_brush"",""startDate"":""2021-09-28"",""endDate"":""2022-02-02""},{""time"":110090,""label"":""tour_next"",""step"":5},{""time"":117659,""label"":""moved_brush"",""startDate"":""2021-10-03"",""endDate"":""2022-02-07""},{""time"":118657,""label"":""tour_next"",""step"":5},{""time"":125364,""label"":""moved_brush"",""startDate"":""2021-10-03"",""endDate"":""2022-02-07""},{""time"":131320,""label"":""cleared_brush"",""using"":""Click""},{""time"":133383,""label"":""tour_next"",""step"":5},{""time"":136808,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678678630351,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",complex +2023-03-12 23:23:38,2023-03-12 23:57:13,0,99.96.118.119,100,2015,1,2023-03-12 23:57:14,R_3h3CS0WJ2ELqWVz,,,,,33.9521,-84.5475,anonymous,EN,1,16.341,16.341,19.656,1,,,,,,,,0,0,15.106,0,87,79,72,14.328,41.351,43.432,4,21.322,94.306,133.787,9,1,1,51.921,70.223,73.573,4,-3,-3,84.357,116.703,135.914,2,1,33.302,33.302,35.115,1,0,0,15.018,0,3,3,3,5,6,4,,11.844,32.32,43.62,6,3,6,5,4,4,5,Crop pests and diseases aren't something that would normally be falsified. Pesticides and anti-fungals aren't cheap - no farmer would want to use more than needed and conversely wouldn't want to NOT use them if they were needed. So the agency putting out the information has a real incentive to make sure the information's as solid as possible.,2.894,2.894,200.444,1,5,Interesting survey - thank you!,7.618,9.95,24.529,2,2,7,3,4,1,5,6,0,0,76.481,0,3,4,9,8,2,10,7,9,,4.696,63.625,170.647,8,3,4,2,2,5,4,6.264,36.16,142.97,6,5,,5.651,5.651,167.297,1,1,1956,Georgia,6,2,1,,7,,,12,3,2,2.192,477.609,628.302,19,62ffe399d769a8e595609133,0,"{""startTime"":1678678091383,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678135409,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678677906241,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":16622,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1743,""week"":""1"",""id"":""chart""},{""time"":21315,""label"":""tour_next"",""step"":5},{""time"":48197,""label"":""cleared_brush"",""using"":""Click""},{""time"":53417,""label"":""started_brush"",""startDate"":""2021-09-06"",""endDate"":""2021-12-25""},{""time"":56004,""label"":""tour_next"",""step"":5},{""time"":64405,""label"":""moved_brush"",""startDate"":""2021-11-06"",""endDate"":""2021-12-25""},{""time"":67778,""label"":""tour_next"",""step"":5},{""time"":75481,""label"":""cleared_brush"",""using"":""Click""},{""time"":77014,""label"":""cleared_brush"",""using"":""Click""},{""time"":77014,""label"":""cleared_brush"",""using"":""Escape""},{""time"":79366,""label"":""tour_next"",""step"":5},{""time"":94299,""label"":""tour_end"",""step"":5},{""time"":100273,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1050,""week"":""1"",""id"":""chart""},{""time"":101638,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1398,""week"":""51"",""id"":""chart""},{""time"":117073,""label"":""cleared_brush"",""using"":""Click""},{""time"":130956,""label"":""cleared_brush"",""using"":""Click""}]}","{""startTime"":1678678075745,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",complex +2023-03-12 23:50:07,2023-03-13 00:05:53,0,172.59.144.137,100,946,1,2023-03-13 00:05:54,R_1Nt6466WnD9QWO4,,,,,37.9186,-121.3132,anonymous,EN,1,7.849,22.226,23.169,7,1,3,2,3.221,7.436,8.542,3,9.727,11.239,15.012,2,100,98,68,5.229,22.738,23.941,6,4.857,51.621,52.487,10,-1,-3,25.29,121.185,121.917,11,-3,-3,15.107,61.601,62.531,6,-3,14.789,39.981,40.674,5,8.484,13.969,15.011,3,6,5,5,6,6,6,,11.703,65.174,66.185,18,5,6,5,6,5,6,It is based on science as far as I can tell,8.7,75.788,79.7,4,4,,6.847,13.039,13.987,5,2,7,3,4,1,5,6,13.879,27.091,27.772,3,8,6,4,6,10,2,11,9,,4.154,28.314,29.739,11,4,5,1,1,5,5,8.079,34.431,35.417,12,2,1,4.701,15.537,17.083,6,2,1969,California,6,2,1,,9,,white/hispanic,16,4,1,5.327,238.301,239.366,54,56fb36ca34a0d3000b1a5701,1,"{""startTime"":1678679807841,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678679686609,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678679495314,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":21,""label"":""tour_started""},{""time"":13439,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4965,""week"":""52"",""id"":""chart""},{""time"":18736,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1217,""week"":""51"",""id"":""chart""},{""time"":29017,""label"":""tour_next"",""step"":2},{""time"":39784,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2898,""week"":""52"",""id"":""chart2""},{""time"":43382,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1166,""week"":""51"",""id"":""chart2""},{""time"":48773,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678679670918,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":10801,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1866,""week"":""52"",""id"":""chart""}]}",simple +2023-03-12 23:45:27,2023-03-13 00:06:06,0,174.235.32.95,100,1239,1,2023-03-13 00:06:07,R_2fxJmAqfBx3uM5Y,,,,,35.2296,-80.843,anonymous,EN,1,11.534,65.611,68.682,40,1,2,2,2.773,7.35,9.901,3,0,0,15.012,0,84,45,5,4.477,30.455,32.694,8,10.293,173.704,174.79,41,1,1,61.07,82.769,84.055,6,-3,-3,4.957,87.782,89.073,11,-3,3.784,144.907,146.338,18,14.802,14.802,15.013,1,3,3,3,7,7,3,,3.569,45.873,47.389,11,4,3,1,7,2,3,Because I dont know where the information came and if it was accurately kept up with. And I don't trust alot of things or people trust is a very special thing and it gets broken a lot and I just don't trust stuff.,9.278,9.278,88.411,1,1,,6.645,19.259,20.301,11,2,7,3,4,1,5,6,16.564,31.258,32.338,3,6,6,6,6,9,4,11,9,,1.201,35.41,37.957,15,3,3,5,2,4,3,21.023,60.968,62.192,10,4,2,16.388,27.742,32.496,4,1,1983,North Carolina,2,2,1,,7,,,4,3,1,4.74,114.442,116.129,73,5ec617a2e79285689c82fb8f,1,"{""startTime"":1678679802138,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678679652075,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678679302339,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":40,""label"":""tour_started""},{""time"":34068,""label"":""tour_next"",""step"":5},{""time"":117493,""label"":""cleared_brush"",""using"":""Click""},{""time"":118571,""label"":""started_brush"",""startDate"":""2021-06-28"",""endDate"":""2021-09-24""},{""time"":122893,""label"":""tour_next"",""step"":5},{""time"":137714,""label"":""moved_brush"",""startDate"":""2021-05-31"",""endDate"":""2021-09-24""},{""time"":142027,""label"":""moved_brush"",""startDate"":""2021-05-31"",""endDate"":""2021-10-02""},{""time"":143729,""label"":""tour_next"",""step"":5},{""time"":154092,""label"":""cleared_brush"",""using"":""Click""},{""time"":154092,""label"":""cleared_brush"",""using"":""Escape""},{""time"":155917,""label"":""tour_next"",""step"":5},{""time"":166332,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678679631666,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",complex +2023-03-12 23:38:32,2023-03-13 00:08:36,0,121.91.229.168,100,1803,1,2023-03-13 00:08:37,R_6mUpOVbvFD6vmk9,,,,,40.0172,-75.0883,anonymous,EN,1,7.85,7.85,10.301,1,1,3,2,9.586,30.617,32.502,4,0,0,15.077,0,74,94,40,3.894,109.614,113.441,16,6.089,71.425,83.42,17,-2,1,4.482,128.577,139.737,10,-3,-3,4.854,193.741,208.072,11,-3,2.958,127.83,139.553,4,7.968,12.296,15.167,2,4,3,3,5,5,5,I have nothing to say. Thanks.,7.062,89.758,91.753,16,5,4,6,5,3,6,I found this visualization to be a research and scientific analysis that is very informative.,3.053,249.773,361.623,5,4,No comments. Thanks.,1.976,23.041,42.147,6,2,7,3,4,1,5,6,3.99,74.646,79.332,6,10,11,11,7,10,8,11,11,No comments.,1.789,47.021,55.95,17,4,5,4,3,4,3,3.672,38.543,40.556,7,2,1,0.819,26.546,28.501,6,2,1991,Virginia,6,3,1,,7,,,15,2,1,1.367,203.039,209.517,32,614ee5e28a2f0a07d4d639dd,1,"{""startTime"":1678679670640,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678679249523,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678938607,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":27,""label"":""tour_started""},{""time"":44501,""label"":""tour_next"",""step"":2},{""time"":65340,""label"":""tour_end"",""step"":2},{""time"":72008,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2879,""week"":""30"",""id"":""chart""},{""time"":78073,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2807,""week"":""2"",""id"":""chart""}]}","{""startTime"":1678679232907,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":8308,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1684,""week"":""31"",""id"":""chart""}]}",moderate +2023-03-12 23:41:06,2023-03-13 00:11:53,0,67.247.164.186,100,1847,1,2023-03-13 00:11:54,R_2QMnugZVX5P069l,,,,,43.2078,-77.6602,anonymous,EN,1,7.359,30.413,31.478,5,1,2,2,2.435,7.611,15.238,2,4.089,4.089,15.009,1,0,0,27,63.039,115.797,118.479,12,7.102,224.702,249.982,15,1,1,72.937,112.905,123.281,2,1,1,156.278,248.956,262.255,4,1,23.832,106.35,167.811,16,0,0,15.028,0,6,6,6,4,6,6,Including both vaccinated individuals and the unvaccinated in the same chart was very confusing to me when I first was presented with the data.,15.193,143.772,157.569,12,4,2,7,1,7,6,"Because I view the source, the CDC, as a credible source of information.",3.167,3.167,80.233,1,1,,5.312,5.312,19.98,1,2,7,3,4,1,5,6,0,0,54,0,2,7,1,1,11,1,11,4,,10.726,54.605,93.788,11,5,5,1,2,5,4,16.415,67.044,86.257,7,1,1,19.185,32.296,45.53,2,1,1984,New York,2,2,1,,7,,,1,3,2,3.651,157.152,193.791,17,565b2be310593c000bff9695,1,"{""startTime"":1678679513385,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678679671817,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678679077800,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":35,""label"":""tour_started""},{""label"":""window_blurred"",""time"":4841},{""label"":""window_focused"",""time"":6999},{""time"":46744,""label"":""tour_next"",""step"":5},{""time"":112389,""label"":""cleared_brush"",""using"":""Click""},{""time"":122274,""label"":""started_brush"",""startDate"":""2021-05-09"",""endDate"":""2021-05-28""},{""time"":129840,""label"":""started_brush"",""startDate"":""2021-06-12"",""endDate"":""2021-11-14""},{""time"":137158,""label"":""tour_next"",""step"":5},{""time"":154279,""label"":""moved_brush"",""startDate"":""2021-07-06"",""endDate"":""2021-12-09""},{""time"":155512,""label"":""moved_brush"",""startDate"":""2021-07-06"",""endDate"":""2021-12-09""},{""time"":158712,""label"":""moved_brush"",""startDate"":""2021-07-06"",""endDate"":""2021-11-15""},{""time"":160449,""label"":""tour_next"",""step"":5},{""time"":182479,""label"":""cleared_brush"",""using"":""Click""},{""time"":186797,""label"":""tour_next"",""step"":5},{""time"":198224,""label"":""tour_end"",""step"":5},{""time"":199817,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1108,""week"":""52"",""id"":""chart""},{""time"":206274,""label"":""started_brush"",""startDate"":""2021-07-18"",""endDate"":""2021-09-15""},{""time"":206701,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1564,""week"":""34"",""id"":""chart""},{""time"":208331,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1321,""week"":""33"",""id"":""chart""},{""time"":210700,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2498,""week"":""32"",""id"":""chart""},{""time"":215493,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3608,""week"":""32"",""id"":""chart""},{""time"":220902,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2357,""week"":""32"",""id"":""chart""},{""time"":225594,""label"":""cleared_brush"",""using"":""Click""},{""time"":225805,""label"":""cleared_brush"",""using"":""Click""},{""time"":227020,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":19402,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678679497675,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":7289,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2677,""week"":""2"",""id"":""chart""},{""time"":12530,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1002,""week"":""35"",""id"":""chart""}]}",complex +2023-03-13 00:15:25,2023-03-13 00:22:31,0,74.96.61.186,100,426,1,2023-03-13 00:22:32,R_2CxGy8dicE0PyBZ,,,,,38.8452,-77.4651,anonymous,EN,1,5.904,5.904,6.748,1,,,,,,,,13.529,13.529,15.108,1,71,76,40,6.375,12.015,12.725,4,3.948,6.941,18.702,2,1,1,9.734,41.713,42.905,6,-3,-3,16.991,41.134,42.005,3,1,42.439,42.439,43.203,1,0,0,15.01,0,3,3,3,4,4,4,,8.89,19.563,20.932,7,5,5,4,3,7,4,"It is well presented and doesn't seem misleading. For example, the scales are the same (in units of 1000 for each line).",1.214,7.514,27.633,2,2,,2.778,2.778,9.826,1,2,7,3,4,1,5,6,14.79,14.79,15.006,1,3,5,1,3,3,4,9,8,,4.346,16.901,18.802,12,1,2,4,4,1,1,5.667,14.884,15.543,7,1,,2.456,2.456,3.505,1,1,1996,Virginia,6,2,1,,2,,,9,4,2,5.27,45.05,54.05,11,62e01fdb9adf283ff375724f,0,"{""startTime"":1678681115263,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678681066303,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678680987396,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":47,""label"":""tour_started""},{""time"":3928,""label"":""tour_next"",""step"":2},{""time"":6920,""label"":""tour_end"",""step"":2},{""time"":8412,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3328,""week"":""33"",""id"":""chart""},{""time"":13758,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1367,""week"":""51"",""id"":""chart""}]}","{""startTime"":1678681050476,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":6772,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1375,""week"":""52"",""id"":""chart""}]}",simple diff --git a/study_data/pilot4/data_patch.csv b/study_data/pilot4/data_patch.csv index 02c8b20..99795f4 100644 --- a/study_data/pilot4/data_patch.csv +++ b/study_data/pilot4/data_patch.csv @@ -1,61 +1,61 @@ -StartDate,EndDate,Status,IPAddress,Progress,Duration (in seconds),Finished,RecordedDate,ResponseId,RecipientLastName,RecipientFirstName,RecipientEmail,ExternalReference,LocationLatitude,LocationLongitude,DistributionChannel,UserLanguage,Consent Form,consent-time_First Click,consent-time_Last Click,consent-time_Page Submit,consent-time_Click Count,covid-vaccine,covid-vaccine-doses,covid-infection,covid-time_First Click,covid-time_Last Click,covid-time_Page Submit,covid-time_Click Count,bar-vis-timer_First Click,bar-vis-timer_Last Click,bar-vis-timer_Page Submit,bar-vis-timer_Click Count,affect-science_1,affect-clarity_1,affect-aesthetic_1,bar-initial-time_First Click,bar-initial-time_Last Click,bar-initial-time_Page Submit,bar-initial-time_Click Count,bar-tour-time_First Click,bar-tour-time_Last Click,bar-tour-time_Page Submit,bar-tour-time_Click Count,simple-bar-vlat-1,simple-bar-vlat-2,simple-bar-vlat-time_First Click,simple-bar-vlat-time_Last Click,simple-bar-vlat-time_Page Submit,simple-bar-vlat-time_Click Count,moderate-bar-vlat-1,moderate-bar-vlat-2,mod-bar-vlat-time_First Click,mod-bar-vlat-time_Last Click,mod-bar-vlat-time_Page Submit,mod-bar-vlat-time_Click Count,complex-bar-vlat-1,com-bar-vlat-time_First Click,com-bar-vlat-time_Last Click,com-bar-vlat-time_Page Submit,com-bar-vlat-time_Click Count,bar-explore-time_First Click,bar-explore-time_Last Click,bar-explore-time_Page Submit,bar-explore-time_Click Count,bar-data_1,bar-data_2,bar-data_3,bar-data_4,bar-data_5,bar-data_6,bar-data-exp,bar-data-time_First Click,bar-data-time_Last Click,bar-data-time_Page Submit,bar-data-time_Click Count,bar-vis_1,bar-vis_2,bar-vis_3,bar-vis_4,bar-vis_5,bar-vis_6,bar-why,bar-vis-time_First Click,bar-vis-time_Last Click,bar-vis-time_Page Submit,bar-vis-time_Click Count,interpersonal-trust_1,interper-trust-exp,interper-trust-time_First Click,interper-trust-time_Last Click,interper-trust-time_Page Submit,interper-trust-time_Click Count,attention-check_1,attention-check_2,attention-check_3,attention-check_4,attention-check_5,attention-check_6,attention-check_7,attention-check-time_First Click,attention-check-time_Last Click,attention-check-time_Page Submit,attention-check-time_Click Count,trust-in-science_1,trust-in-science_2,trust-in-science_3,trust-in-science_4,trust-in-science_5,trust-in-science_6,trust-in-science_7,trust-in-science_8,trust-science-exp,trust-science-time_First Click,trust-science-time_Last Click,trust-science-time_Page Submit,trust-science-time_Click Count,cognition_1,cognition_2,cognition_3,cognition_4,cognition_5,cognition_6,need-cognition-time_First Click,need-cognition-time_Last Click,need-cognition-time_Page Submit,need-cognition-time_Click Count,political_views,covid_information,politics_time_First Click,politics_time_Last Click,politics_time_Page Submit,politics_time_Click Count,Gender,Age,State_1,Education,Parents_education,Language,Language_4_TEXT,Ethnicity,Ethnicity_8_TEXT,Ethnicity_9_TEXT,Income,Religion,Interview,Interview_1_TEXT,demographics_time_First Click,demographics_time_Last Click,demographics_time_Page Submit,demographics_time_Click Count,PROLIFIC_PID,isCovidData,provenance-bar-data,provenance-bar-vis,provenance-bar-tour,provenance-bar-explore,bar-complexity,vlat_simple,vlat_moderate,vlat_complex,assigned_vlat -2023-03-12 20:55:26,2023-03-12 20:59:13,0,72.140.211.54,100,227,1,2023-03-12 20:59:14,R_8rmBCqRevUJbRip,,,,,43.6859,-79.3974,anonymous,EN,1,3.541,3.541,4.591,1,,,,,,,,0,0,15.01,0,80,45,88,3.993,9.391,10.534,3,1.866,4.415,6.225,2,-1,-3,6.102,7.097,8.181,2,1,-2,5.138,6.329,9.187,2,-3,5.469,5.469,6.497,1,0,0,52.499,0,3,1,7,4,2,7,,7.096,12.496,13.606,6,7,7,2,2,1,5,It seems scientific,1.84,1.84,7.176,1,1,,2.222,4.572,5.635,2,2,7,3,4,1,5,6,0,0,8.669,0,2,2,2,3,3,2,3,3,,2.328,5.928,7.555,8,3,2,2,2,3,1,2.183,4.707,6.738,6,2,,1.402,1.402,2.475,1,2,1984,Massachusetts,1,3,1,,2,,,1,1,2,,1.077,24.044,25.414,14,,0,"{""startTime"":1678669055627,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678669031416,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678668963081,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":1865,""label"":""tour_next"",""step"":2},{""time"":4413,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678668978467,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":4579,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2291,""week"":""52"",""id"":""chart""},{""time"":8641,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3695,""week"":""52"",""id"":""chart2""},{""time"":22625,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1312,""week"":""1"",""id"":""chart""}]}",simple,0,0.5,0,0 -2023-03-12 22:55:27,2023-03-12 23:03:56,0,96.244.99.19,100,508,1,2023-03-12 23:03:56,R_24CbqjyCefqjEDT,,,,,39.2124,-76.8776,anonymous,EN,1,9.267,9.902,11.717,2,1,4,2,1.802,3.904,4.822,3,0,0,15.007,0,100,100,50,9.084,16.242,17.347,3,14.352,17.433,28.831,2,-3,1,43.947,63.925,66.381,3,-3,-3,5.99,71.921,74.179,5,-3,46.049,46.79,48.377,2,0,0,15.01,0,6,6,6,6,6,6,,4.133,9.663,11.581,6,6,6,6,6,4,6,"The visualization is showing me the rate of cases as opposed to absolute numbers, which indicates it is trying to communicate useful information to me.",2.27,2.27,43.449,1,5,,3.661,5.474,8.503,2,2,7,3,4,1,5,6,0,0,15.853,0,5,6,1,5,7,3,10,9,,4.052,15.547,17.493,8,3,4,2,3,4,3,3.563,19.786,20.905,6,1,3,1.756,13.133,14.332,2,2,1999,Maryland,6,3,1,,7,,,17,4,1,emilyconn9@gmail.com,3.958,42.813,52.461,12,5ec4a0fffe991f37f61b356e,1,"{""startTime"":1678676376070,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678676313498,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678676193499,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":38,""label"":""tour_started""},{""time"":7057,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3016,""week"":""52"",""id"":""chart""},{""time"":14340,""label"":""tour_next"",""step"":2},{""time"":17421,""label"":""tour_end"",""step"":2},{""time"":23728,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2118,""week"":""23"",""id"":""chart""}]}","{""startTime"":1678676297785,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":4607,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1030,""week"":""51"",""id"":""chart""},{""time"":6973,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2597,""week"":""50"",""id"":""chart""},{""time"":9726,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1129,""week"":""51"",""id"":""chart""},{""time"":10877,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2076,""week"":""52"",""id"":""chart""}]}",moderate,0.5,0,0,0 -2023-03-12 22:52:45,2023-03-12 23:05:28,0,167.224.159.51,100,762,1,2023-03-12 23:05:29,R_1kZDJESNJtHyIqs,,,,,36.0557,-94.1567,anonymous,EN,1,11.565,11.565,13.057,1,1,2,1,1.835,5.572,6.33,2,14.198,14.198,15.109,1,63,34,57,0.53,26.614,27.854,4,15.92,60.804,64.286,11,1,1,33.066,63.213,64.76,10,-3,-1,14.354,56.06,56.822,13,1,9.108,81.76,82.57,16,13.617,13.617,15.136,1,2,2,4,3,6,4,,1.516,27.755,30.455,12,2,3,3,1,1,5,"In this context, I feel no reason for distrusting it. No clear dishonest motive.",0.901,0.901,60.189,1,4,,7.967,7.967,9.629,1,2,7,3,4,1,5,6,6.309,6.777,16.473,2,1,3,5,5,2,1,11,11,,4.799,45.26,50.021,18,4,4,1,1,4,5,6.542,26.207,26.75,8,2,1,3.184,8.092,10.986,3,1,1999,Arkansas,3,3,1,,2,,,8,4,1,juminlee6@gmail.com,2.369,57.956,60.204,29,63127274665ebf35cb1a9571,1,"{""startTime"":1678676392060,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678676305907,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678676142593,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":11598,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3328,""week"":""51"",""id"":""chart""},{""time"":15913,""label"":""tour_next"",""step"":5},{""time"":24156,""label"":""started_brush"",""startDate"":""2021-08-09"",""endDate"":""2022-01-08""},{""time"":29291,""label"":""cleared_brush"",""using"":""Click""},{""time"":30981,""label"":""cleared_brush"",""using"":""Click""},{""time"":31404,""label"":""cleared_brush"",""using"":""Click""},{""time"":33342,""label"":""cleared_brush"",""using"":""Click""},{""time"":33971,""label"":""tour_next"",""step"":5},{""time"":38675,""label"":""cleared_brush"",""using"":""Click""},{""time"":42197,""label"":""moved_brush"",""startDate"":""2021-04-15"",""endDate"":""2021-06-22""},{""time"":44732,""label"":""moved_brush"",""startDate"":""2021-04-17"",""endDate"":""2021-06-24""},{""time"":45817,""label"":""tour_next"",""step"":5},{""time"":53331,""label"":""moved_brush"",""startDate"":""2021-04-17"",""endDate"":""2021-06-10""},{""time"":53611,""label"":""moved_brush"",""startDate"":""2021-04-17"",""endDate"":""2021-06-10""},{""time"":55819,""label"":""cleared_brush"",""using"":""Click""},{""time"":57026,""label"":""tour_next"",""step"":5},{""time"":60796,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678676290236,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":10308,""label"":""started_brush"",""startDate"":""2021-09-06"",""endDate"":""2022-02-07""},{""time"":11952,""label"":""moved_brush"",""startDate"":""2021-09-06"",""endDate"":""2022-02-07""}]}",complex,1,0,1,1 -2023-03-12 22:49:06,2023-03-12 23:08:06,0,71.114.60.102,100,1139,1,2023-03-12 23:08:07,R_3Hnsy0bnh9pW97e,,,,,38.6326,-77.2661,anonymous,EN,1,31.406,31.406,34.236,1,,,,,,,,0,0,15.009,0,96,95,41,32.044,54.797,55.962,6,8.089,72.668,80.644,3,1,1,40.406,52.677,87.532,2,1,-2,40.26,88.13,91.578,3,-2,97.616,97.616,109.125,1,0,0,15.016,0,3,4,3,5,5,3,N/A,10.875,57.411,60.221,7,5,5,3,7,1,3,"You can use data and visualizations to sway others in many different ways. While I have no proof, there could be information unaccounted for, or the information recorded could have been calculated incorrectly.",3.401,151.338,156.198,8,3,N/A,13.763,14.983,18.243,2,2,7,3,4,1,5,6,0,0,31.31,0,1,7,7,4,1,2,9,5,N/A,11.766,52.462,57.366,12,3,4,2,3,4,3,23.275,54.331,58.65,6,3,,15.827,15.827,19.632,1,2,2002,Virginia,3,1,1,,8,Woodbridge,,16,4,2,,10.53,145.531,146.498,46,60f1bdd684969df9641e994b,0,"{""startTime"":1678676264286,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678676047616,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":1296,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7336,""week"":""52"",""id"":""chart2""}]}","{""startTime"":1678675863205,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":11682,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3275,""week"":""15"",""id"":""chart""},{""time"":17550,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1607,""week"":""1"",""id"":""chart""},{""time"":19174,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5051,""week"":""52"",""id"":""chart""},{""time"":32202,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":14309,""week"":""52"",""id"":""chart""},{""time"":47517,""label"":""tour_next"",""step"":2},{""time"":52846,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7276,""week"":""52"",""id"":""chart2""},{""time"":61356,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3059,""week"":""52"",""id"":""chart2""},{""time"":72663,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678676032212,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",simple,1,0.5,0,1 -2023-03-12 23:02:01,2023-03-12 23:14:33,0,75.1.91.184,100,751,1,2023-03-12 23:14:34,R_31jGH7YiQuZev6v,,,,,29.4227,-98.4927,anonymous,EN,1,4.961,4.961,5.923,1,1,4,2,11.141,12.336,13.342,2,8.758,8.758,15.106,1,100,100,50,15.308,24.376,25.39,3,5.668,160.165,162.164,2,1,1,22.185,48.708,50.001,4,1,-3,30.698,54.968,55.925,2,1,38.418,38.418,39.833,1,0,0,15.107,0,6,6,6,6,6,6,,7.735,16.736,18.861,7,6,6,5,5,3,6,It shows it in an organized manner,2.407,2.407,12.78,1,3,,5.117,14.527,15.892,5,2,7,3,4,1,5,6,0,0,25.301,0,1,1,1,1,1,1,11,10,,6.052,16.319,17.801,8,4,4,2,3,3,3,12.861,42.337,43.298,7,1,2,5.775,13.07,17.526,3,1,1993,Texas,3,3,1,,9,,Black and Mexican,3,4,1,lildj5000@gmail.com,3.207,157.3,158.024,53,63129dd30887fb3d46640f2b,1,"{""startTime"":1678676873713,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678676826351,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678676596658,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":5662,""label"":""tour_next"",""step"":2},{""time"":6344,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2117,""week"":""50"",""id"":""chart2""},{""time"":160158,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678676810353,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":3858,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1467,""week"":""52"",""id"":""chart""},{""time"":5338,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2853,""week"":""52"",""id"":""chart2""}]}",simple,1,0.5,1,1 -2023-03-12 23:04:47,2023-03-12 23:15:00,0,24.43.21.218,100,612,1,2023-03-12 23:15:01,R_3eldnrMSyXSZgDz,,,,,33.5173,-117.1208,anonymous,EN,1,39.353,39.353,40.403,1,,,,,,,,0,0,15.015,0,22,15,15,5.166,9.832,11.652,4,19.4,22.599,24.996,2,1,1,30.475,39.255,40.467,2,1,-1,30.432,78.102,82.022,5,1,38.552,38.552,39.953,1,0,0,15.109,0,3,7,3,7,5,3,"I think count and rate seem different, so I don't understand why both terms are used.Also it's visually confusing with the stacking as it's not clear if the orange bar goes all the way down ",9.537,116.666,123.751,13,7,1,1,7,1,3,"I have no domain knowledge to say whether it makes sense or not.,And I find the stacked format really confusing and pointless",2.013,33.198,34.182,2,5,,3.216,8.083,10.646,5,2,7,3,4,1,5,6,0,0,14.521,0,4,5,2,8,7,7,10,10,,3.22,13.722,15.507,8,4,4,2,2,3,4,10.286,20.376,21.821,6,1,,15.636,15.636,17.384,1,2,1980,California,6,1,1,,7,,,17,4,1,lotster@gmail.com,1.766,35.88,54.502,13,5a49d6a06d85f80001c25bc4,0,"{""startTime"":1678676948655,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678676893874,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678676769598,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":6929,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6916,""week"":""52"",""id"":""chart""},{""time"":14911,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2517,""week"":""19"",""id"":""chart""},{""time"":19392,""label"":""tour_next"",""step"":2},{""time"":22592,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678676878178,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",moderate,1,0.5,1,0.5 -2023-03-12 23:07:40,2023-03-12 23:17:14,0,75.172.177.246,100,573,1,2023-03-12 23:17:14,R_1rPvaQfO3zfCdsf,,,,,47.6631,-122.3029,anonymous,EN,1,46.247,46.247,47.262,1,,,,,,,,0,0,15.109,0,85,84,35,6.533,10.534,17.795,3,13.522,21.926,25.863,2,1,1,28.502,38.116,41.554,2,-3,-3,35.383,67.596,84.941,8,1,14.687,67.203,71.197,4,0,0,15.011,0,4,3,5,5,5,5,,6.072,19.647,21.342,7,4,5,3,7,7,4,"Well it doesn't include a source to verify its statistics, but other than that, it appears to be trustworthy. I'm not really sure, as I am not an expert in insect troubles or fungi troubles in Croatia of all places.",1.631,2.8,51.215,2,5,,4.298,8.921,10.407,7,2,7,3,4,1,5,6,6.71,16.821,18.595,4,2,5,2,4,4,6,10,10,,4.463,25.189,27.021,16,5,4,1,2,5,4,6.817,26.946,27.751,11,2,,1.644,1.644,5.631,1,1,1998,Washington,3,1,1,,7,,,4,3,2,,1.198,36.927,38.201,15,610333282a90d4b77609c5f8,0,"{""startTime"":1678677035221,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678677057088,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678676950797,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":23,""label"":""tour_started""},{""time"":5657,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1550,""week"":""52"",""id"":""chart""},{""time"":11841,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1033,""week"":""52"",""id"":""chart""},{""time"":13514,""label"":""tour_next"",""step"":2},{""time"":19159,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1216,""week"":""52"",""id"":""chart2""},{""time"":21918,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678677019758,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":2143},{""label"":""window_focused"",""time"":11167}]}",simple,1,0,1,1 -2023-03-12 23:09:51,2023-03-12 23:20:45,0,24.214.85.223,100,654,1,2023-03-12 23:20:46,R_3pi2kNkyG6wUhE5,,,,,33.4734,-82.0111,anonymous,EN,1,4.37,4.37,10.457,1,1,3,1,2.156,6.018,7.672,2,0,0,15.111,0,70,44,72,6.188,15.109,16.703,3,6.312,66.363,69.442,9,1,1,39.452,50.354,52.804,2,-3,-3,30.615,50.377,52.903,2,1,18.389,32.995,34.935,2,0,0,16.224,0,3,3,4,4,4,4,,4.532,22.026,26.515,8,4,3,4,2,3,3,I don't know if the data is verifiable. ,2.063,2.063,16.746,1,4,,12.097,12.097,18.1,1,2,7,3,4,1,5,6,0,0,23.434,0,2,5,7,4,3,6,10,9,,10.425,26.748,29.865,8,4,4,3,2,2,4,3.005,31.466,35.435,6,5,4,3.953,14.08,16.829,2,1,1997,Georgia,6,3,1,,7,,,12,3,1,,2.15,60.601,62.971,16,5c17294778ee390001ab19e5,1,"{""startTime"":1678677319057,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678677176107,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_focused"",""time"":103425}]}","{""startTime"":1678677052421,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":21,""label"":""tour_started""},{""time"":6301,""label"":""tour_next"",""step"":5},{""time"":18481,""label"":""cleared_brush"",""using"":""Click""},{""time"":19888,""label"":""tour_back"",""step"":5},{""time"":29121,""label"":""tour_next"",""step"":5},{""time"":39529,""label"":""cleared_brush"",""using"":""Click""},{""time"":48054,""label"":""started_brush"",""startDate"":""2021-04-14"",""endDate"":""2021-06-25""},{""time"":49400,""label"":""tour_next"",""step"":5},{""time"":59094,""label"":""moved_brush"",""startDate"":""2021-07-30"",""endDate"":""2021-10-10""},{""time"":60233,""label"":""tour_next"",""step"":5},{""time"":63468,""label"":""cleared_brush"",""using"":""Click""},{""time"":64757,""label"":""tour_next"",""step"":5},{""time"":66351,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678677157889,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":9385}]}",complex,1,0,1,1 -2023-03-12 23:13:51,2023-03-12 23:22:43,0,174.63.59.104,100,531,1,2023-03-12 23:22:43,R_1g7xhCUCoRYIwAy,,,,,38.8503,-104.8567,anonymous,EN,1,3.845,3.845,4.89,1,1,3,2,4.015,10.03,12,2,0,0,15.107,0,73,79,55,10.096,15.234,16.931,3,8.358,12.843,22.021,2,1,1,17.452,34.064,35.878,3,-3,1,33.545,79.583,82.057,3,1,28.569,56.518,57.965,2,0,0,15.007,0,3,7,4,4,5,4,n/a,7.021,22.288,25.593,7,5,5,4,6,5,5,"Although there are no hard data associated with this, it seems like a plausible number of cases based on societal behaviors of vacc/unvacc individuals.",1.643,1.643,45.785,1,2,n/a,3.273,4.861,8.398,2,2,7,3,4,1,5,6,0,0,19.283,0,3,4,10,9,3,7,9,10,n/a,3.87,25.05,28.024,10,4,4,1,1,4,5,2.945,16.356,17.4,6,5,1,3.434,9.009,11.602,2,1,1981,Colorado,7,1,1,,7,,,14,2,1,5e11882114ae638303c715d9@email.prolific.co,2.062,68.993,74.114,17,5e11882114ae638303c715d9,1,"{""startTime"":1678677478424,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678677415910,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678677295689,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":8340,""label"":""tour_next"",""step"":2},{""time"":12829,""label"":""tour_end"",""step"":2},{""time"":18190,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1453,""week"":""1"",""id"":""chart""}]}","{""startTime"":1678677400468,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",moderate,1,0.5,1,0.5 -2023-03-12 22:56:45,2023-03-12 23:22:56,0,72.218.13.127,100,1570,1,2023-03-12 23:22:56,R_vrc5DL09FLrqtGx,,,,,37.11,-76.5115,anonymous,EN,1,4.354,4.354,6.218,1,,,,,,,,3.502,5.235,16.172,3,81,0,0,58.555,160.915,162.121,7,3.079,523.207,527.598,31,-1,-1,3.886,153.52,154.547,8,-1,-1,2.983,9.883,11.081,5,-1,121.291,271.634,272.875,10,6.465,6.465,15.01,1,1,1,1,1,1,1,,3.18,24.473,25.868,9,1,1,1,1,1,1,I don't know how to read them and its too much,2.629,2.629,24.219,1,1,,2.245,10.564,11.685,5,2,7,3,4,1,5,6,3.401,25.825,27.144,3,1,1,1,1,1,1,1,1,,1.623,11.691,12.849,13,5,5,1,1,5,1,1.787,45.974,47.124,11,4,,11.712,14.656,15.865,4,1,1991,Virginia,3,2,1,,3,,,4,3,1,Kwanny757@gmail.com,1.589,114.49,115.691,35,62e6c5d05d354e1f99d612e4,0,"{""startTime"":1678677344631,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":4468},{""label"":""window_focused"",""time"":4679}]}","{""startTime"":1678677302465,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678676435199,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":47,""label"":""tour_started""},{""time"":5255,""label"":""tour_next"",""step"":5},{""time"":30822,""label"":""cleared_brush"",""using"":""Click""},{""time"":34356,""label"":""cleared_brush"",""using"":""Click""},{""time"":35453,""label"":""cleared_brush"",""using"":""Click""},{""time"":38244,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-08-21""},{""time"":39301,""label"":""moved_brush"",""startDate"":""2021-05-25"",""endDate"":""2021-10-10""},{""time"":42953,""label"":""moved_brush"",""startDate"":""2021-07-16"",""endDate"":""2021-12-02""},{""time"":120241,""label"":""moved_brush"",""startDate"":""2021-11-26"",""endDate"":""2021-12-02""},{""time"":128617,""label"":""tour_back"",""step"":5},{""time"":137336,""label"":""tour_next"",""step"":5},{""time"":152775,""label"":""started_brush"",""startDate"":""2021-08-01"",""endDate"":""2021-08-09""},{""time"":154177,""label"":""moved_brush"",""startDate"":""2021-08-01"",""endDate"":""2021-08-24""},{""time"":155300,""label"":""tour_next"",""step"":5},{""label"":""window_blurred"",""time"":173292},{""label"":""window_focused"",""time"":297671},{""label"":""window_blurred"",""time"":355902},{""label"":""window_focused"",""time"":372726},{""time"":379111,""label"":""started_brush"",""startDate"":""2021-07-02"",""endDate"":""2021-08-04""},{""time"":384009,""label"":""moved_brush"",""startDate"":""2021-12-23"",""endDate"":""2022-01-25""},{""time"":385811,""label"":""moved_brush"",""startDate"":""2021-05-03"",""endDate"":""2021-06-05""},{""time"":387342,""label"":""tour_next"",""step"":5},{""time"":469726,""label"":""moved_brush"",""startDate"":""2021-05-03"",""endDate"":""2021-07-04""},{""time"":472175,""label"":""started_brush"",""startDate"":""2021-07-25"",""endDate"":""2021-08-29""},{""time"":474257,""label"":""started_brush"",""startDate"":""2021-09-15"",""endDate"":""2021-10-10""},{""time"":476923,""label"":""started_brush"",""startDate"":""2021-10-19"",""endDate"":""2021-11-11""},{""time"":478237,""label"":""moved_brush"",""startDate"":""2021-10-19"",""endDate"":""2021-11-24""},{""time"":480021,""label"":""started_brush"",""startDate"":""2021-12-02"",""endDate"":""2021-12-19""},{""time"":481942,""label"":""started_brush"",""startDate"":""2022-01-03"",""endDate"":""2022-01-27""},{""time"":483790,""label"":""started_brush"",""startDate"":""2022-01-18"",""endDate"":""2022-02-06""},{""time"":486955,""label"":""started_brush"",""startDate"":""2021-04-17"",""endDate"":""2021-05-17""},{""time"":487712,""label"":""moved_brush"",""startDate"":""2021-04-17"",""endDate"":""2021-05-21""},{""time"":490876,""label"":""started_brush"",""startDate"":""2021-06-13"",""endDate"":""2021-08-03""},{""time"":492244,""label"":""moved_brush"",""startDate"":""2021-06-13"",""endDate"":""2021-11-13""},{""time"":496623,""label"":""moved_brush"",""startDate"":""2021-06-13"",""endDate"":""2021-08-27""},{""time"":549598,""label"":""cleared_brush"",""using"":""Click""},{""time"":550837,""label"":""started_brush"",""startDate"":""2021-11-20"",""endDate"":""2021-12-29""},{""time"":552785,""label"":""started_brush"",""startDate"":""2022-01-16"",""endDate"":""2022-01-29""},{""time"":555244,""label"":""tour_next"",""step"":5},{""time"":563780,""label"":""tour_end"",""step"":5},{""label"":""window_blurred"",""time"":573151},{""label"":""window_focused"",""time"":574314}]}","{""startTime"":1678677286837,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",complex,0,0,0,0 -2023-03-12 23:15:40,2023-03-12 23:28:09,0,47.232.88.100,100,748,1,2023-03-12 23:28:11,R_1n29yspyMQhoH9u,,,,,38.5317,-89.9988,anonymous,EN,1,8.067,8.699,9.225,2,,,,,,,,0,0,15.007,0,78,64,62,12.153,19.951,24.705,4,7.339,159.386,180.754,17,1,1,24.237,35.056,36.535,2,-3,-3,33.324,76.043,77.201,4,1,43.236,43.236,44.386,1,5.56,9.291,16.316,7,5,5,5,4,5,4,This graph's coloring is unpleasant.,6.662,15.888,30.222,7,5,5,4,3,3,4,"It seems scientific, though I don't like the way the data is presented.",2.919,2.919,20.549,1,5,Thank you for the opportunity.,8.927,10.022,20.877,2,2,7,3,4,1,5,6,0,0,20.716,0,6,6,8,7,6,7,8,8,"None, thanks :)",4.121,19.113,23.998,9,4,3,2,2,4,4,2.654,25.091,27.926,11,4,,3.192,3.192,4.862,1,1,1996,Illinois,6,1,1,,7,,,19,5,2,,0.799,111.221,115.448,24,5c7e14531c3cf8001638b5b0,0,"{""startTime"":1678677707067,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678677636794,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_focused"",""time"":32360}]}","{""startTime"":1678677393001,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":17,""label"":""tour_started""},{""time"":10425,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1019,""week"":""1"",""id"":""chart""},{""time"":25195,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1840,""week"":""22"",""id"":""chart""},{""time"":28875,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1139,""week"":""15"",""id"":""chart""},{""time"":31814,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1089,""week"":""15"",""id"":""chart""},{""time"":33168,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1305,""week"":""41"",""id"":""chart""},{""time"":39022,""label"":""tour_next"",""step"":5},{""time"":54060,""label"":""cleared_brush"",""using"":""Click""},{""time"":59193,""label"":""cleared_brush"",""using"":""Click""},{""time"":65386,""label"":""cleared_brush"",""using"":""Click""},{""time"":66358,""label"":""cleared_brush"",""using"":""Click""},{""time"":66844,""label"":""cleared_brush"",""using"":""Click""},{""time"":71884,""label"":""cleared_brush"",""using"":""Click""},{""time"":72982,""label"":""cleared_brush"",""using"":""Click""},{""time"":81694,""label"":""started_brush"",""startDate"":""2021-04-08"",""endDate"":""2021-05-12""},{""time"":84001,""label"":""cleared_brush"",""using"":""Click""},{""time"":88653,""label"":""cleared_brush"",""using"":""Click""},{""time"":102161,""label"":""cleared_brush"",""using"":""Click""},{""time"":104433,""label"":""tour_next"",""step"":5},{""time"":119960,""label"":""cleared_brush"",""using"":""Click""},{""time"":122527,""label"":""cleared_brush"",""using"":""Click""},{""time"":125567,""label"":""cleared_brush"",""using"":""Click""},{""time"":126755,""label"":""cleared_brush"",""using"":""Click""},{""time"":129300,""label"":""cleared_brush"",""using"":""Click""},{""time"":132120,""label"":""cleared_brush"",""using"":""Click""},{""time"":133296,""label"":""cleared_brush"",""using"":""Click""},{""time"":134622,""label"":""cleared_brush"",""using"":""Click""},{""time"":137414,""label"":""cleared_brush"",""using"":""Click""},{""time"":140485,""label"":""cleared_brush"",""using"":""Click""},{""time"":141969,""label"":""moved_brush"",""startDate"":""2021-08-10"",""endDate"":""2021-10-08""},{""time"":144257,""label"":""cleared_brush"",""using"":""Click""},{""time"":148522,""label"":""cleared_brush"",""using"":""Click""},{""time"":149283,""label"":""tour_next"",""step"":5},{""time"":154387,""label"":""cleared_brush"",""using"":""Click""},{""time"":154387,""label"":""cleared_brush"",""using"":""Escape""},{""time"":155376,""label"":""tour_next"",""step"":5},{""time"":159383,""label"":""tour_end"",""step"":5},{""time"":174528,""label"":""started_brush"",""startDate"":""2021-09-05"",""endDate"":""2022-02-07""},{""time"":175447,""label"":""cleared_brush"",""using"":""Click""},{""time"":178739,""label"":""cleared_brush"",""using"":""Click""}]}","{""startTime"":1678677618832,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":13995}]}",complex,1,0,1,1 -2023-03-12 23:18:41,2023-03-12 23:28:31,0,99.9.227.253,100,590,1,2023-03-12 23:28:32,R_2tMAIUb1zU7FkvP,,,,,39.7436,-86.1158,anonymous,EN,1,5.176,24.003,24.998,3,2,,2,2.732,2.732,3.763,1,0,0,15.01,0,50,100,50,11.19,23.246,27.691,3,11.733,21.339,35.77,2,1,-3,25.754,47.199,48.906,2,-3,-3,38.217,74.525,75.402,3,-1,40.488,40.488,41.306,1,0,0,15.027,0,3,7,3,5,5,1,,19.122,41.818,45.423,6,7,5,3,1,1,5,"You told me to assume that I trust the data. I don't, but that's what you told me to do.",3.322,25.757,29.203,5,4,,6.6,6.6,8.599,1,2,7,3,4,1,5,6,0,0,14.586,0,1,1,1,1,1,1,1,1,"I don't trust scientists. I would trust science, except it is performed by humans.",2.816,20.48,39.303,10,1,1,4,5,1,2,8.427,19.182,19.975,6,6,2,2.201,12.944,14.277,2,2,1977,Indiana,7,3,1,,8,Indianapolis,,10,4,2,,2.596,67.952,74.298,31,55cb79e0fdf99b3c26ae4bca,1,"{""startTime"":1678677706055,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":1338},{""label"":""window_focused"",""time"":8098}]}","{""startTime"":1678677751942,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678677605058,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":17,""label"":""tour_started""},{""time"":11727,""label"":""tour_next"",""step"":2},{""time"":21333,""label"":""tour_end"",""step"":2},{""time"":26488,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1269,""week"":""1"",""id"":""chart2""},{""time"":27927,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1974,""week"":""1"",""id"":""chart""},{""time"":29963,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3538,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678677690558,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",simple,0.5,0,0,0.5 -2023-03-12 23:20:47,2023-03-12 23:31:34,0,66.61.113.24,100,646,1,2023-03-12 23:31:36,R_3hyC0Rwbk7iPMzb,,,,,40.8784,-82.6541,anonymous,EN,1,13.969,13.969,15.408,1,,,,,,,,0,0,15.009,0,83,82,70,8.892,16.484,17.495,3,14.548,20.867,35.593,2,-2,1,10.414,33.173,34.177,4,-3,-3,27.339,66.275,69.218,2,1,24.252,24.252,33.569,1,0,0,15.11,0,5,4,5,5,6,5,,11.943,21.807,25.118,6,6,6,6,6,6,6,I trust this visualization,1.382,18.294,34.505,2,3,,7.944,7.944,15.053,1,2,7,3,4,1,5,6,39.488,39.488,54.797,1,3,5,4,4,1,5,10,11,,4.383,16.248,18.476,8,4,4,2,3,4,4,8.911,37.878,39.37,7,4,,5.913,5.913,7.654,1,1,1998,Ohio,2,2,1,,7,,,4,3,1,Zemaus2014@gmail.com,1.274,127.273,153.864,43,63d80e0449b458dd5f8140be,0,"{""startTime"":1678677860351,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678677789034,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_focused"",""time"":580},{""label"":""window_blurred"",""time"":8079},{""label"":""window_focused"",""time"":20745},{""label"":""window_blurred"",""time"":22526},{""label"":""window_focused"",""time"":26007}]}","{""startTime"":1678677702874,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":7198,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1417,""week"":""48"",""id"":""chart""},{""time"":9631,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1750,""week"":""1"",""id"":""chart""},{""time"":14542,""label"":""tour_next"",""step"":2},{""time"":17698,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1050,""week"":""2"",""id"":""chart2""},{""time"":20862,""label"":""tour_end"",""step"":2},{""time"":23060,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2274,""week"":""50"",""id"":""chart2""},{""time"":29872,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1626,""week"":""32"",""id"":""chart2""}]}","{""startTime"":1678677773491,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":15157}]}",simple,0.5,0,1,0.5 -2023-03-12 23:21:18,2023-03-12 23:33:09,0,24.193.135.1,100,710,1,2023-03-12 23:33:10,R_1QLPEXxUJgrVGxr,,,,,40.6001,-73.7497,anonymous,EN,1,13.707,15.215,16.283,3,,,,,,,,0,0,15.114,0,44,21,12,18.152,38.536,39.706,6,5.019,32.713,35.238,5,-1,-1,23.4,30.728,31.685,4,1,-1,12.59,77.952,78.937,8,-1,16.646,25.646,26.402,4,3.027,10.492,15.021,3,3,3,3,1,2,3,none,1.511,35.229,38.681,10,1,1,1,1,1,3,I don't know if these are actually facts or its random data.,3.366,38.089,42.693,2,5,none,12.474,22.165,23.891,5,2,7,3,4,1,5,6,10.08,26.054,26.986,3,5,5,8,7,7,7,8,10,none,6.735,31.863,34.75,12,1,3,1,2,2,3,9.692,44.911,46.701,8,2,,8.797,23.841,25.406,3,1,1979,New York,3,1,1,,8,Rockaway Park,,9,2,1,hulu9760@gmail.com,3.828,146.819,147.803,28,63f2e107c4d0bc684b99d2c6,0,"{""startTime"":1678677852171,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678677891525,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678677721221,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":31,""label"":""tour_started""},{""time"":14958,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1069,""week"":""45"",""id"":""chart""},{""time"":17465,""label"":""tour_next"",""step"":2},{""time"":23741,""label"":""tour_end"",""step"":2},{""time"":26825,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2907,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678677836494,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",moderate,0,0.5,0,0.5 -2023-03-12 23:24:07,2023-03-12 23:33:12,0,67.182.177.152,100,544,1,2023-03-12 23:33:13,R_1oBenWNiEBzuFqv,,,,,37.6752,-120.9465,anonymous,EN,1,5.432,5.432,6.439,1,,,,,,,,0,0,15.014,0,100,100,78,4.267,15.84,18.502,6,17.73,23.842,50.437,2,-1,1,15.123,29.58,32.37,10,-3,-3,25.857,55.243,55.679,3,1,20.576,20.576,22.401,1,0,0,15.02,0,5,4,6,4,5,5,,5.892,28.831,39.586,9,4,4,5,2,7,6,I don't think that there is any reason for anyone to lie about the data on the visualization. The graph seems like it has accurate information.,2.808,2.808,27.35,1,6,When using the interactive graph a box with information got stuck open and appeared on every page of the survey and blocked some of the information on the other graphs.,5.339,6.51,58.924,2,2,7,3,4,1,5,6,0,0,16.184,0,1,1,2,4,1,3,11,10,,6.5,17.155,19.535,8,3,3,1,2,5,3,12.012,27.595,28.6,7,1,,8.084,8.084,9.656,1,2,1989,California,7,2,1,,9,,Modesto,11,4,1,ccarpenter117@gmail.com,2.292,72.317,76.579,43,5fb54678abd965015f4ae7b7,0,"{""startTime"":1678678036782,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678076930,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678677913946,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":4788,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2724,""week"":""2"",""id"":""chart""},{""time"":8612,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2563,""week"":""52"",""id"":""chart""},{""time"":15497,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1490,""week"":""42"",""id"":""chart""},{""time"":17725,""label"":""tour_next"",""step"":2},{""time"":23837,""label"":""tour_end"",""step"":2},{""time"":24660,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1489,""week"":""52"",""id"":""chart""},{""time"":27960,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8942,""week"":""52"",""id"":""chart""},{""time"":37693,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1658,""week"":""51"",""id"":""chart""},{""time"":45254,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1252,""week"":""6"",""id"":""chart""}]}","{""startTime"":1678678021174,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":4315,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1159,""week"":""3"",""id"":""chart""},{""time"":5799,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8297,""week"":""2"",""id"":""chart""}]}",moderate,0.5,0,1,0 -2023-03-12 23:24:38,2023-03-12 23:34:35,0,98.15.201.132,100,597,1,2023-03-12 23:34:36,R_232a0FWkOGkpCHe,,,,,41.3944,-74.3332,anonymous,EN,1,1.555,10.598,11.446,2,1,2,2,2.014,5.642,10.971,2,0,0,15.057,0,100,100,52,18.006,31.495,32.374,5,6.551,13.324,17.277,2,1,1,29.048,43.03,44.957,3,-3,-3,17.587,90.501,110.904,4,1,32.729,34.196,37.153,2,0,0,15.022,0,6,3,3,6,6,6,,7.509,21.02,24.923,7,6,6,6,5,5,6,it's from the CDC,3.819,3.819,13.055,1,4,,6.822,6.822,9.987,1,2,7,3,4,1,5,6,0,0,26.238,0,1,6,1,6,1,1,11,10,,9.226,28.035,29.987,9,2,3,3,3,1,3,18.426,53.374,55.464,8,2,2,0.846,17.403,19.213,3,1,1999,New York,3,3,1,,7,,,18,4,2,,4.296,59.028,63.531,13,640e11f99076926cad445e1e,1,"{""startTime"":1678678109673,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678135861,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678677963933,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":73,""label"":""tour_started""},{""time"":6518,""label"":""tour_next"",""step"":2},{""time"":13289,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678678093639,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":10598,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1286,""week"":""34"",""id"":""chart""}]}",moderate,1,0,1,0 -2023-03-12 23:27:36,2023-03-12 23:34:43,0,98.188.190.24,100,427,1,2023-03-12 23:34:44,R_vOdpQIc9BfTck13,,,,,36.0344,-114.9705,anonymous,EN,1,3.238,3.238,4.038,1,1,2,2,0,0,3.885,0,0,0,15.109,0,82,92,71,8.78,12.25,13.495,3,7.267,22.262,28.164,3,-3,1,49.89,64.784,68.391,3,1,-3,11.718,34.021,35.245,3,1,26.271,26.542,29.427,2,0,0,15.013,0,4,4,5,5,5,5,,7.369,19.047,20.669,8,4,5,5,3,4,4,"It states the source and the source should be somewhere that I trust. But then again, anyone can claim the source is from this place but not be true.",2.188,2.188,32.294,1,5,,4.92,4.92,6.203,1,2,7,3,4,1,5,6,0,0,16.968,0,6,7,8,9,7,6,10,10,,0,0,15.407,0,2,2,3,3,3,4,0,0,14.665,0,2,2,0,0,11.077,0,1,1991,Nevada,5,2,1,,7,,,6,4,2,,6.575,54.494,58.62,16,5e1f7b2a4c9b832b34e7c9d3,1,"{""startTime"":1678678217431,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678238594,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678104502,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":7260,""label"":""tour_next"",""step"":2},{""time"":13170,""label"":""tour_end"",""step"":2},{""time"":13848,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1849,""week"":""41"",""id"":""chart""},{""time"":18005,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3779,""week"":""52"",""id"":""chart""},{""time"":22990,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1110,""week"":""52"",""id"":""chart2""}]}","{""startTime"":1678678201902,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":3779,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2195,""week"":""52"",""id"":""chart2""},{""time"":13131,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1949,""week"":""52"",""id"":""chart""}]}",simple,0.5,0.5,1,0.5 -2023-03-12 23:23:49,2023-03-12 23:34:45,0,69.23.103.128,100,655,1,2023-03-12 23:34:45,R_9N8K5fxwjCP8WUp,,,,,44.2433,-88.3564,anonymous,EN,1,16.133,16.133,16.992,1,1,1,1,7.671,9.382,10.881,2,0,0,15.015,0,67,80,46,12.995,19.307,20.105,3,6.762,9.769,11.552,2,1,1,42.179,53.51,55.082,2,-3,-3,31.421,49.691,50.945,2,-2,137.619,137.619,139.096,1,0,0,15.009,0,4,4,4,4,4,4,,10.313,13.346,16.033,6,6,6,6,6,6,6,its easy to understand,1.964,1.964,13.635,1,4,,5.498,5.498,7.451,1,2,7,3,4,1,5,6,0,0,14.031,0,9,9,9,9,9,9,9,9,,6.364,11.657,13.819,8,1,1,5,4,1,1,18.047,31.376,33.123,7,4,2,3.259,7.689,8.839,2,2,1988,Wisconsin,4,2,1,,7,,,4,5,1,dmharrington37@gmail.com,2.274,55.15,59.285,16,5e8681d1fc96dd135df99ee6,1,"{""startTime"":1678678132993,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678096926,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678013117,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":35,""label"":""tour_started""},{""time"":4508,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1481,""week"":""50"",""id"":""chart""},{""time"":6746,""label"":""tour_next"",""step"":2},{""time"":9752,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678678081155,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":5054,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3108,""week"":""51"",""id"":""chart2""}]}",simple,1,0,0,1 -2023-03-12 23:20:27,2023-03-12 23:34:49,0,72.219.78.66,100,861,1,2023-03-12 23:34:50,R_2E77mJLu1PZxmrB,,,,,33.6128,-117.6622,anonymous,EN,1,257.195,261.504,263.171,8,,,,,,,,2.897,2.897,15.008,1,100,100,50,0.268,25.943,27.821,11,4.666,50.06,51.297,9,1,1,1.737,34.862,36.016,10,-3,-3,2.17,42.613,43.852,16,1,2.34,41.594,42.679,5,2.139,5.526,15.014,2,3,4,4,4,5,5,,3.668,25.589,26.769,11,5,5,5,1,3,5,I have no reason not to believe the information presented to me,2.834,4.96,18.405,3,6,,3.012,7.291,8.539,5,2,7,3,4,1,5,6,4.853,13.59,14.383,4,3,6,6,5,6,7,9,9,,3.331,20.309,21.395,14,4,4,2,2,4,4,4.579,17.93,23.647,10,2,,1.92,3.662,4.752,3,2,1972,California,7,1,1,,7,,,13,4,1,5b894987e79bf50001e1ff95@email.prolific.co,1.438,57.519,60.592,28,5b894987e79bf50001e1ff95,0,"{""startTime"":1678678227596,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678046916,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":2811},{""label"":""window_focused"",""time"":18550}]}","{""startTime"":1678677943121,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":20,""label"":""tour_started""},{""time"":9347,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1534,""week"":""45"",""id"":""chart""},{""time"":10981,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1183,""week"":""43"",""id"":""chart""},{""time"":15155,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2518,""week"":""52"",""id"":""chart""},{""time"":18835,""label"":""tour_next"",""step"":2},{""time"":27058,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1968,""week"":""2"",""id"":""chart2""},{""time"":30309,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1299,""week"":""6"",""id"":""chart2""},{""time"":34727,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1367,""week"":""33"",""id"":""chart2""},{""time"":38060,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1734,""week"":""51"",""id"":""chart2""},{""time"":48377,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678678031338,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",simple,1,0,1,1 -2023-03-12 23:18:58,2023-03-12 23:35:53,0,68.46.90.139,100,1014,1,2023-03-12 23:35:53,R_12hI9VBFMasfujl,,,,,45.2377,-93.2765,anonymous,EN,1,4.713,4.713,5.931,1,1,2,2,1.156,3.865,4.54,2,0,0,15.108,0,100,83,74,7.366,10.813,11.681,4,5.419,10.564,29.676,2,1,-3,43.639,52.458,53.221,2,-3,1,2.678,63.067,64.499,22,-3,9.856,30.99,32.543,2,0,0,15.006,0,4,3,4,6,5,6,,9.36,20.596,22.355,8,4,5,5,7,7,5,"The data makes sense to me, and I like that the axes are consistent. ",1.576,2.701,17.227,2,4,,4.55,7.829,8.593,5,2,7,3,4,1,5,6,12.181,17.225,338.68,2,3,7,9,9,6,8,11,10,,8.308,18.724,20.227,11,5,4,1,1,5,5,5.497,19.959,20.909,7,5,3,3.215,22.974,23.612,6,1,1991,Minnesota,6,1,1,,4,,,17,3,1,jondeyoung@outlook.com,2.478,51.821,53.622,20,63e081512a825f68bcfdc757,1,"{""startTime"":1678677742181,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678677682668,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678677583539,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":5413,""label"":""tour_next"",""step"":2},{""time"":10558,""label"":""tour_end"",""step"":2},{""time"":11288,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1204,""week"":""52"",""id"":""chart2""},{""time"":12800,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5512,""week"":""52"",""id"":""chart""},{""time"":21768,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1551,""week"":""52"",""id"":""chart2""}]}","{""startTime"":1678677667197,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":4523,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2041,""week"":""52"",""id"":""chart""}]}",simple,0.5,0.5,0,0.5 -2023-03-12 23:28:32,2023-03-12 23:36:14,0,67.182.64.231,100,461,1,2023-03-12 23:36:14,R_1GTxX0GlJFNNFW0,,,,,38.581,-121.4939,anonymous,EN,1,3.81,3.81,5.286,1,1,2,2,1.3,3.039,3.771,2,0,0,15.106,0,93,100,100,9.137,21.555,25.537,4,7.66,27.213,27.798,8,1,1,30.061,37.085,38.165,2,-3,-3,6.334,61.197,62.194,8,1,14.76,24.468,25.453,2,12.633,12.633,15.013,1,7,3,7,6,6,7,,8.477,21.922,24.313,7,5,6,6,1,3,6,"It said ""Assuming you trust the information"". So, assuming I trust the actual numbers, I do not feel the visualization was doing anything to try and misrepresent those numbers.",4.112,54.249,54.914,8,6,,4.327,4.327,6.098,1,2,7,3,4,1,5,6,0,0,13.487,0,1,1,10,10,1,6,9,10,,3.709,16.595,17.84,9,4,3,3,3,3,4,8.999,20.643,23.197,6,6,2,2.274,8.147,10.305,2,1,1998,California,6,3,1,,7,,,19,4,1,640e54837a907926a3ee82aa@email.prolific.co,1.974,40.906,44.805,12,640e54837a907926a3ee82aa,1,"{""startTime"":1678678362848,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678280493,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":4168},{""label"":""window_focused"",""time"":10171}]}","{""startTime"":1678678173446,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":13477,""label"":""tour_next"",""step"":2},{""time"":19000,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678678264865,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":8252},{""label"":""window_focused"",""time"":12520}]}",moderate,1,0,1,0 -2023-03-12 23:21:52,2023-03-12 23:37:08,0,70.123.36.249,100,915,1,2023-03-12 23:37:08,R_phC14PS2rTiRoQN,,,,,30.2627,-97.7467,anonymous,EN,1,24.594,25.097,26.107,2,1,3,2,4.335,7.035,8.327,2,0,0,15.118,0,100,100,85,5.001,26.061,26.705,5,15.673,19.115,59.331,2,1,1,27.588,40,41.772,2,-3,-3,66.148,179.527,183.465,11,1,42.651,42.651,44.387,1,2.257,2.257,15.02,1,6,5,6,6,6,5,,3.285,64.549,67.716,9,6,5,5,3,4,5,Seems to align with scientific data in regards to the efficacy of the covid-19 vaccine. The only reason I didn't put strong agree is because I just in general try not to believe everything I see on the internet without fact-checking.,2.796,2.796,83.443,1,2,,7.827,10.966,17.232,4,2,7,3,4,1,5,6,0,0,28.249,0,1,1,1,1,4,1,10,8,,12.421,45.526,70.88,14,3,3,1,1,4,5,10.432,38.53,40.2,6,1,2,13.917,29.047,31.405,5,1,1991,Texas,6,1,1,,7,,,6,4,1,noah.k423@yahoo.com,5.83,85.267,86.823,22,610878f08e2b6c83ea3905da,1,"{""startTime"":1678678066270,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678134441,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678677807199,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":11103,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3509,""week"":""50"",""id"":""chart""},{""time"":15667,""label"":""tour_next"",""step"":2},{""time"":19110,""label"":""tour_end"",""step"":2},{""time"":22691,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2095,""week"":""52"",""id"":""chart""},{""time"":25619,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2858,""week"":""6"",""id"":""chart""},{""time"":30673,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":26157,""week"":""6"",""id"":""chart""}]}","{""startTime"":1678678050792,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",moderate,1,0,1,0 -2023-03-12 23:25:56,2023-03-12 23:37:26,0,76.132.72.146,100,690,1,2023-03-12 23:37:26,R_RklXsEeQFmhn1Yt,,,,,37.3177,-122.0438,anonymous,EN,1,16.873,16.873,17.646,1,1,3,1,3.622,6.369,7.198,2,0,0,15.125,0,79,19,66,4.145,19.756,22.839,4,17.484,62.034,91.94,7,1,-3,41.411,49.14,63.565,2,1,-1,66.877,90.365,91.134,3,1,34.255,34.255,37,1,6.663,7.46,15.016,2,4,5,5,4,3,4,,3.225,27.433,29.484,13,4,7,4,2,2,4,"I think it looks accurate to my knowledge, but it needs to indicate the source for me to say that I fully trust the visualization.",2.051,14.671,58.231,6,5,,1.536,10.971,12.898,3,2,7,3,4,1,5,6,0,0,25.82,0,6,4,8,5,9,3,10,11,,5.363,18.754,20.608,10,3,2,2,3,4,2,14.558,32.854,33.833,10,3,1,2.4,6.881,9,2,1,2005,California,1,3,1,,2,,,13,3,2,,2.387,80.651,86.323,31,63d8548b51a28912d9fba859,1,"{""startTime"":1678678175150,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678205355,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":11354,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1143,""week"":""51"",""id"":""chart""},{""time"":13157,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1038,""week"":""50"",""id"":""chart""}]}","{""startTime"":1678678030028,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":23,""label"":""tour_started""},{""time"":9015,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1696,""week"":""3"",""id"":""chart""},{""time"":11097,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4045,""week"":""3"",""id"":""chart""},{""time"":17478,""label"":""tour_next"",""step"":5},{""time"":25298,""label"":""cleared_brush"",""using"":""Click""},{""time"":28148,""label"":""started_brush"",""startDate"":""2021-05-30"",""endDate"":""2021-11-01""},{""time"":31045,""label"":""tour_next"",""step"":5},{""time"":34967,""label"":""moved_brush"",""startDate"":""2021-06-14"",""endDate"":""2021-11-17""},{""time"":36339,""label"":""moved_brush"",""startDate"":""2021-06-14"",""endDate"":""2021-08-26""},{""time"":37606,""label"":""tour_next"",""step"":5},{""time"":41698,""label"":""cleared_brush"",""using"":""Click""},{""time"":43648,""label"":""tour_next"",""step"":5},{""time"":48285,""label"":""tour_end"",""step"":5},{""time"":51762,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1279,""week"":""6"",""id"":""chart""},{""time"":53389,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1184,""week"":""6"",""id"":""chart""},{""time"":58930,""label"":""started_brush"",""startDate"":""2022-01-01"",""endDate"":""2022-02-07""},{""time"":65107,""label"":""cleared_brush"",""using"":""Click""},{""time"":71467,""label"":""started_brush"",""startDate"":""2021-04-06"",""endDate"":""2021-07-30""},{""time"":76015,""label"":""moved_brush"",""startDate"":""2021-04-06"",""endDate"":""2021-07-03""},{""time"":76934,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1169,""week"":""15"",""id"":""chart""},{""time"":79575,""label"":""cleared_brush"",""using"":""Click""},{""time"":86310,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1850,""week"":""1"",""id"":""chart""}]}","{""startTime"":1678678159699,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":10667,""label"":""started_brush"",""startDate"":""2021-10-28"",""endDate"":""2022-01-07""},{""time"":11908,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1184,""week"":""44"",""id"":""chart""}]}",complex,0.5,0.5,1,1 -2023-03-12 23:25:24,2023-03-12 23:37:30,0,76.107.134.196,100,725,1,2023-03-12 23:37:30,R_1kXN6Klz7fR2rnW,,,,,35.1499,-90.0558,anonymous,EN,1,120.172,120.172,130.937,1,,,,,,,,0,0,15.008,0,73,87,67,34.938,40.251,41.383,3,15.937,19.254,28.285,2,1,1,27.499,44.182,48.434,3,1,-3,22.301,57.135,58.784,2,1,52.703,52.703,54.101,1,0,0,15.109,0,5,7,5,7,5,5,It does not say why there were so many pests certain weeks. ,9.528,70.652,71.118,9,5,5,5,7,2,5,"It is clear, especially because you can see exact numbers by hovering over it, plus it is weekly data so it is easy to compare each week. ",1.346,1.346,41.127,1,5,,6.559,9.81,11.471,5,2,7,3,4,1,5,6,0,0,21.209,0,2,2,3,3,2,4,3,3,,10.766,21.634,26.618,8,4,4,2,2,4,3,13.797,31.681,33.243,6,5,,7.429,7.429,9.326,1,2,2001,Tennessee,3,1,1,,7,,,15,2,1,Ldpursuit8@gmail.com,2.435,62.56,66.245,19,6108bfbf2e07c5612eb90182,0,"{""startTime"":1678678291745,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678222825,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678119400,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":20,""label"":""tour_started""},{""time"":9797,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2677,""week"":""1"",""id"":""chart""},{""time"":13253,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1141,""week"":""51"",""id"":""chart""},{""time"":15935,""label"":""tour_next"",""step"":2},{""time"":19249,""label"":""tour_end"",""step"":2},{""time"":21420,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2265,""week"":""1"",""id"":""chart""},{""time"":23756,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1131,""week"":""2"",""id"":""chart""}]}","{""startTime"":1678678207222,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":2875,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5289,""week"":""2"",""id"":""chart""},{""time"":10273,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1076,""week"":""3"",""id"":""chart""}]}",moderate,1,0.5,1,0.5 -2023-03-12 23:28:33,2023-03-12 23:38:19,0,98.213.160.72,100,586,1,2023-03-12 23:38:19,R_Zn6w6YOyxBWXxLP,,,,,41.8482,-87.6521,anonymous,EN,1,3.813,3.813,5.28,1,1,4,2,1.977,3.383,4.59,2,0,0,15.013,0,98,100,99,7.467,17.34,18.84,7,10.209,13.887,19.414,2,1,-3,19.474,27.817,29.972,2,1,1,22.264,96.746,98.745,4,1,37.925,37.925,40.144,1,0,0,15.013,0,5,3,3,6,7,3,,5.194,17.785,20.116,6,5,7,7,7,4,7,It took me a second to realize the stacked nature of the bars makes it difficult to compare populations visually. Weeks where both populations spiked make the unvaccinated population look disproportionately higher,3.893,3.893,44.397,1,5,,9.91,11.624,19.332,2,2,7,3,4,1,5,6,0,0,24.554,0,2,5,2,5,4,9,10,11,,3.378,27.85,29.112,11,4,1,2,2,4,4,13.993,37.777,59.896,8,5,2,3.458,8.911,10.473,2,1,1993,Illinois,6,3,1,,2,,,16,2,1,615a1d9297d4e05d6df9da22@email.prolific.co,2.864,74.154,92.474,14,615a1d9297d4e05d6df9da22,1,"{""startTime"":1678678365414,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678300160,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678165756,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":10157,""label"":""tour_next"",""step"":2},{""time"":13835,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678678284785,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":5890,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6110,""week"":""1"",""id"":""chart""},{""time"":12464,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1038,""week"":""2"",""id"":""chart""}]}",moderate,0.5,1,1,1 -2023-03-12 23:28:03,2023-03-12 23:39:53,0,71.1.156.211,100,709,1,2023-03-12 23:39:54,R_1Hdi1kTkTuBg3L6,,,,,28.9108,-81.5248,anonymous,EN,1,18.39,19.194,69.04,2,,,,,,,,0,0,15.03,0,85,42,41,10.359,47.872,52.363,7,7.108,31.479,46.334,3,-2,1,32.204,43.454,45.059,2,-3,-3,34.649,68.412,70.94,2,1,34.365,34.365,36.541,1,0,0,15.164,0,3,2,3,4,4,4,What happened the week of December 27th? How does that compare to previous Decembers?,16.939,39.395,60.094,7,4,4,3,1,1,4,"I have no reason not to, but then I don't care enough to fact check it.",2.458,2.458,19.649,1,6,,4.188,5.608,8.02,4,2,7,3,4,1,5,6,0,0,21.056,0,1,3,1,2,3,1,8,8,,3.963,21.472,33.42,11,2,2,1,4,2,3,4.252,23.461,25.249,8,1,,1.478,1.478,4.554,1,1,1989,Florida,7,1,1,,7,,,1,3,1,steven.michael.osborne@gmail.com,0.027,76.343,80.77,17,63e5ffdf639ebdcf35aacb09,0,"{""startTime"":1678678392272,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678344402,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678231009,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":410,""label"":""tour_started""},{""time"":11426,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4840,""week"":""51"",""id"":""chart""},{""time"":18673,""label"":""tour_next"",""step"":2},{""time"":22542,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2123,""week"":""52"",""id"":""chart2""},{""time"":24700,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3115,""week"":""1"",""id"":""chart2""},{""time"":30986,""label"":""tour_end"",""step"":2},{""time"":36443,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1571,""week"":""5"",""id"":""chart2""},{""time"":39331,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1895,""week"":""52"",""id"":""chart""},{""time"":43010,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1002,""week"":""52"",""id"":""chart2""}]}","{""startTime"":1678678326559,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",simple,0.5,0,1,0.5 -2023-03-12 23:23:18,2023-03-12 23:40:22,0,68.32.110.193,100,1023,1,2023-03-12 23:40:22,R_1kLGitbJyAuEvO8,,,,,36.3403,-86.7195,anonymous,EN,1,33.895,33.895,35.377,1,1,3,1,1.371,2.953,4.047,2,0,0,15.009,0,92,60,72,10.978,30.638,33.836,4,13.373,84.304,97.665,14,-2,1,30.528,85.234,86.676,2,-3,-3,51.9,132.617,135.416,7,-3,176.554,187.84,189.185,4,0,0,15.112,0,6,5,6,6,5,5,,26.708,42.009,44.402,6,5,6,5,5,5,6,I trust it because of the data that is presented within it.,1.503,36.343,36.852,2,6,,5.422,5.422,6.767,1,2,7,3,4,1,5,6,0,0,12.5,0,5,7,7,7,7,8,10,9,,15.578,113.777,116.089,11,4,4,2,2,5,4,7.275,29.421,30.688,6,2,2,59.064,67.693,69.074,3,2,1994,Tennessee,7,3,1,,7,,,7,3,1,taylor.flutist@gmail.com,1.653,39.692,47.131,19,612fea78b655df755fe7db24,1,"{""startTime"":1678678266094,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678202510,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678677898925,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":19,""label"":""tour_started""},{""time"":11244,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1147,""week"":""51"",""id"":""chart""},{""time"":13364,""label"":""tour_next"",""step"":5},{""time"":18995,""label"":""started_brush"",""startDate"":""2021-08-09"",""endDate"":""2021-11-25""},{""time"":21202,""label"":""tour_next"",""step"":5},{""time"":24567,""label"":""moved_brush"",""startDate"":""2021-05-22"",""endDate"":""2021-09-07""},{""time"":28964,""label"":""moved_brush"",""startDate"":""2021-05-22"",""endDate"":""2021-09-07""},{""time"":30285,""label"":""moved_brush"",""startDate"":""2021-05-22"",""endDate"":""2021-11-08""},{""time"":31285,""label"":""tour_next"",""step"":5},{""time"":43171,""label"":""cleared_brush"",""using"":""Click""},{""time"":43171,""label"":""cleared_brush"",""using"":""Escape""},{""time"":44384,""label"":""tour_next"",""step"":5},{""label"":""window_blurred"",""time"":48693},{""label"":""window_focused"",""time"":63159},{""time"":65384,""label"":""tour_end"",""step"":5},{""time"":70750,""label"":""started_brush"",""startDate"":""2021-04-24"",""endDate"":""2021-05-27""},{""time"":75667,""label"":""moved_brush"",""startDate"":""2021-09-18"",""endDate"":""2021-10-22""},{""time"":77457,""label"":""moved_brush"",""startDate"":""2021-07-06"",""endDate"":""2021-08-09""},{""time"":79781,""label"":""cleared_brush"",""using"":""Click""},{""time"":81320,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1433,""week"":""50"",""id"":""chart""},{""time"":93621,""label"":""started_brush"",""startDate"":""2021-04-18"",""endDate"":""2021-05-30""},{""time"":95884,""label"":""cleared_brush"",""using"":""Click""},{""time"":95884,""label"":""cleared_brush"",""using"":""Escape""}]}","{""startTime"":1678678186793,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":8275,""label"":""started_brush"",""startDate"":""2021-10-18"",""endDate"":""2022-01-08""},{""time"":14214,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1324,""week"":""52"",""id"":""chart""}]}",complex,0.5,0,0,0 -2023-03-12 23:31:56,2023-03-12 23:40:23,0,68.84.26.109,100,507,1,2023-03-12 23:40:23,R_1Qa84VBi0xYwevQ,,,,,30.4274,-84.258,anonymous,EN,1,3.855,3.855,5.043,1,1,1,1,1.704,4.596,5.858,3,0,0,15.011,0,100,100,69,9.358,13.285,14.641,3,30.121,39.163,40.672,2,-2,1,20.467,38.029,39.875,2,-3,-3,30.491,46.522,47.984,2,1,23.815,23.815,27.216,1,0,0,15.014,0,3,3,3,6,6,5,,7.974,33.38,38.729,12,4,6,4,2,3,5,It seems pretty logical... as to the timing and pattern of cases.,3.785,4.765,22.552,2,5,,4.59,8.174,10.324,3,2,7,3,4,1,5,6,0,0,20.791,0,5,7,6,5,9,6,9,9,,11.737,31.093,33.306,11,5,5,1,1,5,5,4.226,23.786,24.682,7,3,1,26.103,31.842,34.556,2,1,1985,Florida,6,3,1,,7,,,10,4,1,60f66877a0a732b6dbe3485d@email.prolific.co,2.368,53.332,55.711,13,60f66877a0a732b6dbe3485d,1,"{""startTime"":1678678465073,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678504675,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678367373,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":17,""label"":""tour_started""},{""time"":24607,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4312,""week"":""52"",""id"":""chart""},{""time"":30117,""label"":""tour_next"",""step"":2},{""time"":37059,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1315,""week"":""52"",""id"":""chart2""},{""time"":39159,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678678449639,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",simple,0.5,0,1,0.5 -2023-03-12 23:32:28,2023-03-12 23:40:41,0,67.82.209.97,100,492,1,2023-03-12 23:40:42,R_27JNXmmIg4vq0e6,,,,,40.5582,-74.5262,anonymous,EN,1,10.739,15.666,16.989,3,,,,,,,,9.869,14.437,15.024,5,58,41,46,3.911,10.531,11.393,9,3.507,14.643,15.551,6,1,1,18.02,25.106,27.306,3,1,-2,11.069,53.451,54.958,5,1,33.834,33.834,35.188,1,0,0,15.02,0,4,4,2,4,4,4,,4.766,10.509,12.371,7,4,3,2,4,4,4,"It looks easy to follow, but anyone can bend data.",1.454,1.454,12.691,1,4,,2.748,4.089,5.201,3,2,7,3,4,1,5,6,4.843,15.248,16.24,2,6,7,3,6,2,7,6,5,,3.62,10.302,11.594,10,3,3,2,3,4,4,1.863,11.068,11.569,10,2,,3.275,3.712,6.4,2,1,1989,New Jersey,7,2,1,,7,,,9,4,1,tmeyer2@gmail.com,2.084,120.688,122.407,59,601e13b872774f263d64acac,0,"{""startTime"":1678678575966,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678545780,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_focused"",""time"":3423}]}","{""startTime"":1678678457491,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":37,""label"":""tour_started""},{""time"":5037,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1643,""week"":""2"",""id"":""chart""},{""time"":11926,""label"":""tour_next"",""step"":2},{""time"":13508,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678678529647,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":5341}]}",moderate,1,0.5,1,0.5 -2023-03-12 23:28:01,2023-03-12 23:41:03,0,71.8.83.241,100,782,1,2023-03-12 23:41:04,R_3KBz2hTjMzmmyrM,,,,,33.2663,-86.902,anonymous,EN,1,11.97,11.97,13.865,1,,,,,,,,0,0,15.1,0,100,85,93,8.236,11.946,14.001,3,17.54,66.937,87.375,7,1,1,1.464,36.824,37.58,16,-3,-3,1.068,71.463,72.237,32,-2,38.047,81.245,83.602,2,0,0,15.093,0,6,5,5,6,6,6,"I've never seen such a well detailed interactive graph such as this before. I will say for such large amounts of data with many variables, the interactive slider is needed. ",7.385,17.02,50.915,7,5,6,6,3,1,6,"Very detailed, nicely organized with plenty of information.",1.687,1.687,15.101,1,4,,6.349,6.349,8.653,1,2,7,3,4,1,5,6,0,0,28.455,0,4,4,5,8,5,4,10,10,,6.023,18.424,20.721,8,4,5,1,1,5,5,8.672,26.092,27.389,6,2,,5.8,5.8,7.879,1,2,1999,Alabama,6,2,1,,8,Frisco City,,5,3,1,phimujessica@gmail.com,2.507,218.006,218.608,103,61706d258625bf685b7d6902,0,"{""startTime"":1678678324658,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678397249,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678135589,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":119,""label"":""tour_started""},{""time"":7721,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1400,""week"":""43"",""id"":""chart""},{""time"":17508,""label"":""tour_next"",""step"":5},{""time"":24050,""label"":""cleared_brush"",""using"":""Click""},{""time"":24815,""label"":""cleared_brush"",""using"":""Click""},{""time"":25867,""label"":""cleared_brush"",""using"":""Click""},{""time"":26809,""label"":""started_brush"",""startDate"":""2021-06-30"",""endDate"":""2021-08-28""},{""time"":28467,""label"":""tour_next"",""step"":5},{""time"":34442,""label"":""moved_brush"",""startDate"":""2021-06-30"",""endDate"":""2021-08-05""},{""time"":35425,""label"":""tour_next"",""step"":5},{""time"":39821,""label"":""moved_brush"",""startDate"":""2021-07-16"",""endDate"":""2021-08-22""},{""time"":41510,""label"":""cleared_brush"",""using"":""Click""},{""time"":41510,""label"":""cleared_brush"",""using"":""Escape""},{""time"":41872,""label"":""cleared_brush"",""using"":""Click""},{""time"":41873,""label"":""cleared_brush"",""using"":""Escape""},{""time"":52702,""label"":""tour_next"",""step"":5},{""time"":57285,""label"":""tour_end"",""step"":5},{""time"":61258,""label"":""started_brush"",""startDate"":""2021-06-10"",""endDate"":""2021-10-07""},{""time"":64858,""label"":""moved_brush"",""startDate"":""2021-06-10"",""endDate"":""2021-09-30""},{""time"":66273,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1077,""week"":""31"",""id"":""chart""},{""time"":72563,""label"":""moved_brush"",""startDate"":""2021-07-26"",""endDate"":""2021-09-30""},{""time"":74189,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":2119,""week"":""37"",""id"":""chart""},{""time"":82604,""label"":""moved_brush"",""startDate"":""2021-09-06"",""endDate"":""2021-09-30""},{""time"":84951,""label"":""moved_brush"",""startDate"":""2021-12-15"",""endDate"":""2022-01-07""}]}","{""startTime"":1678678308544,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":13093,""label"":""started_brush"",""startDate"":""2021-10-31"",""endDate"":""2022-01-01""}]}",complex,1,0,0,0 -2023-03-12 23:30:03,2023-03-12 23:41:45,0,107.193.125.27,100,701,1,2023-03-12 23:41:45,R_RkoA9bzY6Kr2CmR,,,,,30.671,-87.1737,anonymous,EN,1,3.544,23.983,25.964,6,1,3,2,1.622,18.952,19.961,4,0,0,15.114,0,100,23,87,9.527,14.198,14.844,3,22.781,52.68,76.784,5,1,1,5.553,43.026,46.731,10,1,-2,8.531,89.415,90.257,5,1,11.675,60.693,61.156,4,0,0,15.01,0,5,4,5,2,2,5,I would've much rather this be split into 2 different graphs based on vaccination rather than one graph with every single group ,6.246,60.778,61.095,11,2,2,2,2,2,5,I trust the makers of the graph ,1.113,31.433,33.773,2,4,,10.166,12.323,13.577,2,2,7,3,4,1,5,6,10.136,10.5,30.302,2,2,2,1,4,2,4,11,7,,6.104,31.135,31.615,20,4,1,1,2,4,2,7.221,35.221,45.634,10,2,1,5.783,11.648,13.158,3,1,2003,Florida,3,1,1,,2,,,14,3,2,,3.314,63.438,66.216,39,63ee7c9441abc1335d678cab,1,"{""startTime"":1678678444189,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678505682,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678290139,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":9899,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1378,""week"":""3"",""id"":""chart""},{""time"":14242,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7345,""week"":""52"",""id"":""chart""},{""time"":22778,""label"":""tour_next"",""step"":5},{""time"":33344,""label"":""started_brush"",""startDate"":""2021-05-17"",""endDate"":""2021-08-23""},{""time"":34139,""label"":""tour_next"",""step"":5},{""time"":37289,""label"":""moved_brush"",""startDate"":""2021-07-19"",""endDate"":""2021-10-25""},{""time"":39230,""label"":""tour_next"",""step"":5},{""time"":47296,""label"":""cleared_brush"",""using"":""Click""},{""time"":47296,""label"":""cleared_brush"",""using"":""Escape""},{""time"":48677,""label"":""tour_next"",""step"":5},{""time"":52677,""label"":""tour_end"",""step"":5},{""time"":56231,""label"":""started_brush"",""startDate"":""2021-05-02"",""endDate"":""2021-05-21""},{""time"":70167,""label"":""cleared_brush"",""using"":""Click""},{""time"":73339,""label"":""cleared_brush"",""using"":""Click""},{""time"":73339,""label"":""cleared_brush"",""using"":""Escape""}]}","{""startTime"":1678678428814,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":9607,""label"":""started_brush"",""startDate"":""2021-06-14"",""endDate"":""2021-06-19""},{""time"":11382,""label"":""cleared_brush"",""using"":""Click""},{""time"":11382,""label"":""cleared_brush"",""using"":""Escape""},{""time"":14573,""label"":""started_brush"",""startDate"":""2021-10-30"",""endDate"":""2021-12-30""}]}",complex,1,0.5,1,1 -2023-03-12 23:32:55,2023-03-12 23:42:46,0,72.239.235.142,100,590,1,2023-03-12 23:42:46,R_2w14QXXZXgTuYJ0,,,,,28.5378,-80.6711,anonymous,EN,1,2.768,2.768,3.722,1,1,2,1,1.306,3.902,5.135,2,4.089,4.089,15.121,1,59,17,39,5.54,10.524,12.655,3,37.255,124.639,127.471,12,1,1,32.48,43.286,44.68,2,-3,-3,0.903,49.793,51.397,5,1,15.792,25.302,26.939,2,0,0,15.113,0,4,2,4,4,5,4,,9.348,24.561,26.887,8,4,4,4,2,2,4,I can't tell for sure whether this data is accurate,1.794,2.807,27.734,2,4,,4.289,4.289,6.567,1,2,7,3,4,1,5,6,0,0,27.601,0,4,6,4,5,2,3,10,9,,6.862,17.035,18.845,8,4,2,2,2,3,3,6.382,23.044,24.031,10,2,2,3.871,9.912,12.771,3,2,1995,Florida,5,2,1,,4,,,5,2,1,6109d5b1a9daba0fb4e833b9@email.prolific.co,2.146,99.815,103.515,22,6109d5b1a9daba0fb4e833b9,1,"{""startTime"":1678678596312,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":1867,""label"":""started_brush"",""startDate"":""2021-11-08"",""endDate"":""2021-12-23""},{""time"":3450,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1610,""week"":""51"",""id"":""chart""}]}","{""startTime"":1678678624458,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":5601},{""label"":""window_focused"",""time"":6918}]}","{""startTime"":1678678424980,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":13311,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":15068,""week"":""52"",""id"":""chart""},{""time"":30380,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3299,""week"":""14"",""id"":""chart""},{""time"":37251,""label"":""tour_next"",""step"":5},{""time"":67135,""label"":""started_brush"",""startDate"":""2021-05-18"",""endDate"":""2021-08-10""},{""time"":68489,""label"":""tour_next"",""step"":5},{""time"":80031,""label"":""moved_brush"",""startDate"":""2021-07-23"",""endDate"":""2021-10-15""},{""time"":81215,""label"":""tour_next"",""step"":5},{""time"":86470,""label"":""cleared_brush"",""using"":""Click""},{""time"":88749,""label"":""tour_next"",""step"":5},{""time"":101937,""label"":""tour_end"",""step"":5},{""time"":106378,""label"":""started_brush"",""startDate"":""2021-04-09"",""endDate"":""2021-05-31""},{""time"":108297,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4033,""week"":""15"",""id"":""chart""},{""time"":113569,""label"":""cleared_brush"",""using"":""Click""},{""time"":118249,""label"":""started_brush"",""startDate"":""2021-10-14"",""endDate"":""2022-01-16""},{""time"":120339,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3819,""week"":""52"",""id"":""chart""},{""time"":125683,""label"":""cleared_brush"",""using"":""Click""}]}","{""startTime"":1678678580615,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":2389,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1528,""week"":""47"",""id"":""chart""},{""time"":9621,""label"":""started_brush"",""startDate"":""2021-06-24"",""endDate"":""2021-10-01""},{""time"":10972,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2181,""week"":""33"",""id"":""chart""},{""time"":13194,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1542,""week"":""32"",""id"":""chart""}]}",complex,1,0,1,1 -2023-03-12 23:34:18,2023-03-12 23:42:49,0,173.175.212.17,100,510,1,2023-03-12 23:42:49,R_414vg6VCJrsFTKF,,,,,32.7797,-96.8022,anonymous,EN,1,3.406,4.093,4.83,2,,,,,,,,0,0,15.006,0,87,76,90,6.095,10.936,11.58,5,12.231,48.167,49.918,6,-3,1,1.274,75.228,76.333,10,1,-3,23.346,36.378,37.001,2,1,48.133,62.254,63.258,2,0,0,15.12,0,3,3,4,4,5,5,,3.258,20.058,21.688,8,5,5,5,7,7,5,The exact numbers when you hover over the bars makes me trust it more.,2.908,2.908,30.112,1,3,,5.623,5.623,7.01,1,2,7,3,4,1,5,6,0,0,28.376,0,4,5,4,6,2,3,8,9,,3.224,14.807,16.464,15,4,4,1,1,5,5,3.029,28.315,29.328,12,5,,3.255,3.255,4.174,1,1,2005,Texas,1,2,2,,9,,Dallas,8,2,1,pablovasquez0110@gmail.com,1.869,63.23,63.875,33,63f77fe7daecacc6523836d1,0,"{""startTime"":1678678673851,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":14184},{""label"":""window_focused"",""time"":18117}]}","{""startTime"":1678678624964,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678495431,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":19,""label"":""tour_started""},{""time"":12224,""label"":""tour_next"",""step"":5},{""time"":21022,""label"":""cleared_brush"",""using"":""Click""},{""time"":22453,""label"":""started_brush"",""startDate"":""2021-07-29"",""endDate"":""2021-08-11""},{""time"":23794,""label"":""tour_next"",""step"":5},{""time"":31225,""label"":""started_brush"",""startDate"":""2021-05-30"",""endDate"":""2021-06-20""},{""time"":35403,""label"":""started_brush"",""startDate"":""2021-08-23"",""endDate"":""2021-10-16""},{""time"":38203,""label"":""moved_brush"",""startDate"":""2021-06-29"",""endDate"":""2021-08-22""},{""time"":38929,""label"":""tour_next"",""step"":5},{""time"":43951,""label"":""cleared_brush"",""using"":""Click""},{""time"":43951,""label"":""cleared_brush"",""using"":""Escape""},{""time"":45282,""label"":""tour_next"",""step"":5},{""time"":48160,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678678609446,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":13500,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1094,""week"":""52"",""id"":""chart""}]}",complex,0.5,0.5,1,1 -2023-03-12 23:32:46,2023-03-12 23:43:27,0,68.161.163.31,100,640,1,2023-03-12 23:43:27,R_1oAPoQyQ0zNVjPW,,,,,40.5948,-73.9715,anonymous,EN,1,10.402,10.402,11.584,1,,,,,,,,0,0,15.108,0,100,100,67,14.431,21.871,22.7,3,16.85,25.721,27.517,2,1,-2,12.696,41.633,47.078,4,-3,-3,34.288,58.176,59.29,3,1,40.223,40.223,43.591,1,0,0,15.006,0,5,1,5,5,6,5,,18.089,41.935,44.837,8,4,6,6,1,7,6,I see no reason to not trust the data,1.546,24.381,25.297,3,5,,6.927,14.826,15.5,3,2,7,3,4,1,5,6,0,0,18.077,0,3,4,6,7,6,5,10,10,,5.724,45.401,47.22,8,4,4,1,2,4,5,9.167,49.538,50.912,11,3,,9.169,9.169,10.932,1,1,1997,New York,6,2,3,,2,,,4,4,1,5b1a3fa488ee7400012aef74@email.prolific.co,2.324,90.134,101.834,24,5b1a3fa488ee7400012aef74,0,"{""startTime"":1678678513800,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":198,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1089,""week"":""50"",""id"":""chart""}]}","{""startTime"":1678678559154,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":27487},{""label"":""window_focused"",""time"":27605},{""label"":""window_blurred"",""time"":27619},{""label"":""window_focused"",""time"":32879}]}","{""startTime"":1678678423118,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":6135,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1134,""week"":""33"",""id"":""chart""},{""time"":11403,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2849,""week"":""52"",""id"":""chart""},{""time"":16848,""label"":""tour_next"",""step"":2},{""time"":20119,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2517,""week"":""52"",""id"":""chart2""},{""time"":25718,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678678498457,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",simple,0.5,0,1,0.5 -2023-03-12 23:37:30,2023-03-12 23:43:53,0,208.104.213.129,100,382,1,2023-03-12 23:43:54,R_3dKXJBwKmfb0AGv,,,,,35.0125,-80.9309,anonymous,EN,1,1.366,2.154,2.911,2,,,,,,,,6.539,9.918,15.122,2,56,31,75,5.056,10.875,11.565,3,8.554,38.877,40.81,5,-2,-1,7.926,32.126,34.182,5,-1,-1,12.435,14.281,15.356,2,1,6.272,60.83,61.807,3,0,0,15.037,0,3,3,3,2,2,3,n/a,11.314,22.139,24.624,7,3,7,3,1,1,3,I do not know the origin of this information.,1.769,1.769,12.787,1,4,n/a,4.588,5.667,8.098,2,2,7,3,4,1,5,6,0,0,17.453,0,6,4,6,6,6,3,8,8,n/a,3.29,19.763,20.204,10,4,3,2,3,3,3,6.024,26.232,26.915,6,3,,5.337,6.387,6.79,2,2,1991,South Carolina,3,2,1,,7,,,2,2,2,,1.419,34.133,35.258,11,5d76bf508da7af001b5fa26c,0,"{""startTime"":1678678805315,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678830982,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678686255,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":8548,""label"":""tour_next"",""step"":5},{""time"":17028,""label"":""cleared_brush"",""using"":""Click""},{""time"":22169,""label"":""started_brush"",""startDate"":""2021-08-18"",""endDate"":""2022-02-07""},{""time"":22868,""label"":""tour_next"",""step"":5},{""time"":29174,""label"":""moved_brush"",""startDate"":""2021-04-24"",""endDate"":""2021-10-14""},{""time"":29981,""label"":""tour_next"",""step"":5},{""time"":34824,""label"":""cleared_brush"",""using"":""Click""},{""time"":34824,""label"":""cleared_brush"",""using"":""Escape""},{""time"":36046,""label"":""tour_next"",""step"":5},{""time"":38871,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678678789754,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":5218,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2089,""week"":""51"",""id"":""chart""},{""time"":7409,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3110,""week"":""52"",""id"":""chart""}]}",complex,0,0,1,1 -2023-03-12 23:37:10,2023-03-12 23:44:23,0,71.61.184.166,100,433,1,2023-03-12 23:44:24,R_siIPstaAZwgnGCt,,,,,40.3177,-79.7223,anonymous,EN,1,1.861,1.861,2.567,1,1,3,2,1.23,2.707,3.564,2,0,0,15.12,0,86,100,54,3.117,7.948,9.948,4,3.832,10.715,16.61,2,-2,1,14.95,27.368,28.412,3,1,-3,18.032,34.944,35.955,2,1,15.228,15.228,16.187,1,0,0,16.757,0,6,5,1,5,5,6,,3.457,10.023,12,6,5,5,3,2,3,6,"To me, the data backs up the intuitive sentiment that vaccines work. I trust that these numbers are an accurate reflection of how vaccines operate in terms of coming down with COVID-19.",1.972,1.972,37.874,1,5,,8.742,8.742,9.969,1,2,7,3,4,1,5,6,0,0,14.08,0,2,4,3,2,5,8,10,10,,2.931,14.581,16.303,11,4,3,3,3,3,5,1.208,4.163,5.501,6,1,2,2.17,8.706,9.629,2,1,1992,Pennsylvania,8,1,1,,7,,,10,4,2,,1.824,78.532,79.427,25,60c2cc653d0c6208fc8899fc,1,"{""startTime"":1678678856846,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678741986,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678672459,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":3827,""label"":""tour_next"",""step"":2},{""time"":10710,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678678718282,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":13422}]}",simple,0.5,0.5,1,0.5 -2023-03-12 23:33:17,2023-03-12 23:44:39,0,107.3.222.77,100,681,1,2023-03-12 23:44:40,R_3CVDTxRddclXABu,,,,,37.0368,-88.5934,anonymous,EN,1,2.117,2.117,33.453,1,,,,,,,,0,0,15.107,0,75,88,69,19.583,42.452,44.1,6,26.313,31.478,37.834,2,1,1,17.784,28.336,34.569,2,1,-3,56.931,100.213,101.765,3,1,49.978,91.955,93.583,3,0,0,15.112,0,3,3,3,5,5,3,Need explaination of method at least.,13.072,43.693,64.156,10,4,5,5,1,1,3,It's just a graph I can't trust it or not trust it.,1.137,15.747,23.378,2,5,,4.217,6.043,11.661,2,2,7,3,4,1,5,6,0,0,21.209,0,1,1,1,1,1,1,1,1,,6.661,16.642,19.238,9,2,3,4,4,4,2,4.221,17.273,18.453,6,7,,2.082,2.082,4.065,1,1,1983,Kentucky,3,3,1,,7,,,4,1,2,,1.878,67.06,69.631,27,5f8486766d8e7b0f17df0206,0,"{""startTime"":1678678715845,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678652473,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678496496,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":13117,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1327,""week"":""14"",""id"":""chart""},{""time"":17180,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1799,""week"":""6"",""id"":""chart""},{""time"":20278,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1833,""week"":""14"",""id"":""chart""},{""time"":26307,""label"":""tour_next"",""step"":2},{""time"":31472,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678678636943,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":8646,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1149,""week"":""2"",""id"":""chart""},{""time"":10765,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1051,""week"":""2"",""id"":""chart""},{""time"":12597,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1010,""week"":""2"",""id"":""chart""},{""time"":14149,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1178,""week"":""1"",""id"":""chart""}]}",moderate,1,0.5,1,0.5 -2023-03-12 23:33:36,2023-03-12 23:46:00,0,71.94.240.109,100,743,1,2023-03-12 23:46:01,R_2P29oLSa6m40Tek,,,,,42.1921,-121.7233,anonymous,EN,1,22.086,22.641,24.286,2,1,3,2,4.235,7.98,9.489,3,7.098,11.253,15.118,9,91,91,52,10.037,20.945,21.961,8,8.382,21.941,49.503,11,-1,1,20.046,76.316,77.359,44,-1,-3,50.967,99.826,103.544,8,1,1.82,42.451,44.353,6,0,0,15.016,0,5,4,5,4,6,5,,11.605,54.646,57.519,17,5,4,4,4,4,5,"The statement said ""Assuming you trust the data in this visualization"", so if the data is accurate and the graph is clear and readable, I would find it trustworthy. ",4.713,4.713,51.103,1,4,,5.095,9.161,10.181,4,2,7,3,4,1,5,6,4.872,32.794,34.143,6,3,3,5,3,3,3,6,6,,3.106,30.882,32.701,18,4,4,3,2,4,4,9.372,35.127,36.006,9,3,2,16.548,24.634,25.593,7,2,1996,Oregon,7,2,1,,7,,,8,3,2,,2.798,55.097,56.56,20,60fd933d5461857048f9e74c,1,"{""startTime"":1678678777734,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":37348},{""label"":""window_focused"",""time"":44214}]}","{""startTime"":1678678672707,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":42,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1049,""week"":""1"",""id"":""chart""},{""time"":1171,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3801,""week"":""2"",""id"":""chart""},{""time"":6776,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1064,""week"":""51"",""id"":""chart""},{""time"":11909,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2977,""week"":""49"",""id"":""chart""},{""time"":18068,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1854,""week"":""50"",""id"":""chart""},{""time"":20494,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1056,""week"":""50"",""id"":""chart""},{""time"":21594,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1138,""week"":""51"",""id"":""chart""}]}","{""startTime"":1678678503183,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":24,""label"":""tour_started""},{""time"":17520,""label"":""tour_next"",""step"":2},{""time"":21931,""label"":""tour_end"",""step"":2},{""time"":22684,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5282,""week"":""51"",""id"":""chart""},{""time"":32275,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1958,""week"":""14"",""id"":""chart""},{""time"":35668,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2670,""week"":""16"",""id"":""chart""},{""time"":40422,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1409,""week"":""21"",""id"":""chart""}]}","{""startTime"":1678678657225,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":5555,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1118,""week"":""3"",""id"":""chart""},{""time"":7622,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1201,""week"":""1"",""id"":""chart""},{""time"":8865,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4157,""week"":""52"",""id"":""chart""}]}",moderate,0.5,0,1,0 -2023-03-12 23:36:02,2023-03-12 23:46:18,0,129.107.80.53,100,616,1,2023-03-12 23:46:19,R_12D67AGPTV6radJ,,,,,32.7185,-97.1432,anonymous,EN,1,7.691,7.691,9.166,1,,,,,,,,0,0,15.111,0,100,100,88,8.983,21.878,24.776,4,18.753,29.28,30.958,2,1,1,9.517,73.242,75.967,3,-2,-3,26.042,75.35,77.362,3,1,35.199,35.199,36.096,1,0,0,15.11,0,4,6,1,5,6,6,,13.243,63.795,65.785,11,6,6,5,3,1,6,The visualization feels like it gives me very specific and clear information.,4.305,4.305,39.898,1,4,,4.701,4.701,6.431,1,2,7,3,4,1,5,6,0,0,21.094,0,5,3,1,5,4,5,10,9,,13.283,27.28,29.707,11,4,4,2,1,5,4,8.077,41.071,42.05,11,3,,5.73,5.73,7.62,1,2,1999,Texas,5,3,1,,3,,,17,3,2,,2.261,55.368,56.035,12,5ed5afc6e8229914710ada06,0,"{""startTime"":1678678822030,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":14954,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1079,""week"":""52"",""id"":""chart""},{""time"":36058,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4611,""week"":""50"",""id"":""chart""}]}","{""startTime"":1678678748451,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":54,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5870,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678678623276,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":24,""label"":""tour_started""},{""time"":13673,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1716,""week"":""45"",""id"":""chart""},{""time"":15897,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1011,""week"":""50"",""id"":""chart""},{""time"":18741,""label"":""tour_next"",""step"":2},{""time"":21666,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3011,""week"":""1"",""id"":""chart2""},{""time"":29267,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678678731429,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",simple,1,0,1,1 -2023-03-12 23:35:11,2023-03-12 23:46:36,0,70.58.17.119,100,684,1,2023-03-12 23:46:36,R_1dB00tHs973qg8G,,,,,39.7301,-104.9078,anonymous,EN,1,5.312,5.312,6.293,1,1,3,1,5.305,11.732,12.623,2,0,0,15.116,0,66,31,38,8.975,15.073,16.226,3,21.561,30.99,31.598,3,-2,-3,68.162,88.297,88.663,3,-3,-3,47.155,79.29,80.741,2,-1,20.339,47.488,48.783,3,0,0,15.018,0,3,4,2,5,5,2,,3.354,31.676,32.099,9,5,5,3,1,7,2,I feel as though this may be influenced by companies that make vaccines. ,4.697,4.697,44.778,1,2,,1.947,17.238,20.015,9,2,7,3,4,1,5,6,0,0,28.134,0,1,2,1,2,2,4,7,4,,3.548,19.348,21.297,8,4,2,2,3,4,4,10.166,33.873,34.767,9,1,2,6.749,17.368,20.116,2,3,1983,Colorado,3,2,1,,7,,,7,4,1,lightechoesham@gmail.com,4.525,100.584,111.358,25,5e643d29df313c1ced363682,1,"{""startTime"":1678678704781,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678737424,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678576173,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":14136,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1624,""week"":""50"",""id"":""chart""},{""time"":15802,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1812,""week"":""51"",""id"":""chart""},{""time"":17711,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1757,""week"":""52"",""id"":""chart""},{""time"":21556,""label"":""tour_next"",""step"":2},{""time"":27789,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678678689334,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":10730,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1050,""week"":""25"",""id"":""chart""},{""time"":12364,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1620,""week"":""32"",""id"":""chart""}]}",moderate,0,0,0,0 -2023-03-12 23:39:16,2023-03-12 23:48:09,0,174.61.155.120,100,533,1,2023-03-12 23:48:10,R_3iW5fCIsczUrofi,,,,,47.63,-122.2972,anonymous,EN,1,12.71,12.71,14.229,1,1,4,1,2.541,4.241,5.151,2,9.234,9.234,15.011,1,81,40,57,13.182,27.555,29.193,7,3.511,8.231,17.671,2,1,1,24.234,41.087,48.552,2,-3,1,16.482,39.592,40.758,4,1,10.751,16.731,18.101,2,9.842,9.842,16.61,1,5,5,5,4,5,3,"The subtitles of the graph are somewhat misleading, the main header for both is what clarifies that it's COVID cases, not rates of people being vaccinated, which was my initial thought. Also for the second question on the last page, I was a little unsure about my answer because the question didn't specify over what duration",12.986,67.316,106.817,11,4,5,2,1,3,3,"context -- it's in a qualtrics survey. if it were published in a reputable news venue, then I would trust it more",1.475,1.475,30.065,1,4,,3.49,3.996,5.229,2,2,7,3,4,1,5,6,10.867,12.447,25.204,2,5,6,4,6,7,6,8,10,,3.634,19.031,20.669,8,2,4,1,3,3,4,3.746,21.678,22.99,7,1,1,1.623,12.46,13.764,4,2,1995,Washington,7,3,1,,2,,,8,4,2,,2.059,46.997,50.378,15,5bcfb99d77740000016b3dbf,1,"{""startTime"":1678678930617,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_focused"",""time"":4292}]}","{""startTime"":1678679037537,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678829359,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":3504,""label"":""tour_next"",""step"":2},{""time"":8223,""label"":""tour_end"",""step"":2},{""time"":12197,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2366,""week"":""1"",""id"":""chart""}]}","{""startTime"":1678678896400,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":4823,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1740,""week"":""52"",""id"":""chart2""},{""label"":""window_blurred"",""time"":11285}]}",simple,1,0.5,1,1 -2023-03-12 23:41:50,2023-03-12 23:48:19,0,47.230.199.10,100,388,1,2023-03-12 23:48:19,R_27QJONFOvGR6dqQ,,,,,40.7263,-73.9818,anonymous,EN,1,7.495,7.495,8.487,1,1,4,1,2.616,3.922,4.602,2,0,0,15.117,0,79,64,30,7.986,16.599,18.473,5,6.993,8.962,20.223,2,-2,1,11.171,31.764,33.019,3,-1,-3,20.085,58.658,61.131,3,-3,7.162,22.486,24.642,6,0,0,15.016,0,5,7,5,5,5,5,,4.043,15.209,17.815,6,2,4,4,7,5,5,The data within the visualization comes from a reputable source,1.598,24.286,25.306,5,5,,3.959,6.61,8.002,4,2,7,3,4,1,5,6,0,0,10.306,0,9,9,6,6,9,8,10,10,,2.527,11.257,13.093,8,3,4,2,2,4,4,7.771,24.102,24.845,8,2,1,2.64,6.78,8.103,3,2,1998,New York,7,3,1,,7,,,17,3,2,,1.523,48.441,49.754,15,610386b89cf31f6859e7df7c,1,"{""startTime"":1678679063107,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678679081305,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678965125,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":4713,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1141,""week"":""52"",""id"":""chart""},{""time"":6990,""label"":""tour_next"",""step"":2},{""time"":8959,""label"":""tour_end"",""step"":2},{""time"":12545,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1576,""week"":""38"",""id"":""chart""},{""time"":14529,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1391,""week"":""52"",""id"":""chart""},{""time"":16427,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1647,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678679047558,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":5081,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1073,""week"":""6"",""id"":""chart""}]}",moderate,0.5,0,0,0 -2023-03-12 23:39:00,2023-03-12 23:48:20,0,144.163.27.131,100,560,1,2023-03-12 23:48:21,R_3QFORBYsb3C4f2S,,,,,33.5986,-86.3434,anonymous,EN,1,8.912,8.912,10.004,1,,,,,,,,0,0,15.105,0,77,98,50,12.68,20.081,21.268,3,4.555,67.108,69.411,15,-2,-2,25.211,41.457,43.163,3,1,-3,42.798,79.901,80.963,2,-3,60.1,66.319,67.773,5,0,0,15.124,0,4,5,4,4,5,5,,9.58,20.712,23.313,7,5,5,5,5,5,5,This was easy top understand and something the average person could understand.,2.835,2.835,23.801,1,5,,3.825,8.766,10.476,7,2,7,3,4,1,5,6,0,0,24.165,0,2,6,9,6,2,6,9,9,,5.122,20.148,22.3,8,4,4,1,4,4,4,7.315,17.207,19.021,6,5,,3.219,3.219,5.15,1,1,1969,Alabama,6,2,1,,9,,Pell City,4,2,1,ejrfan14@yahoo.com,1.118,49.181,51.867,13,5e404a68f09a9f28310e8701,0,"{""startTime"":1678678953823,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678978162,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678798826,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":64,""label"":""tour_started""},{""time"":12722,""label"":""tour_next"",""step"":5},{""time"":32878,""label"":""started_brush"",""startDate"":""2021-06-08"",""endDate"":""2021-08-27""},{""time"":34183,""label"":""tour_next"",""step"":5},{""time"":37811,""label"":""moved_brush"",""startDate"":""2021-07-31"",""endDate"":""2021-10-18""},{""time"":40686,""label"":""tour_next"",""step"":5},{""time"":45314,""label"":""moved_brush"",""startDate"":""2021-06-28"",""endDate"":""2021-09-16""},{""time"":47053,""label"":""moved_brush"",""startDate"":""2021-10-14"",""endDate"":""2022-01-02""},{""time"":48501,""label"":""moved_brush"",""startDate"":""2021-05-17"",""endDate"":""2021-08-04""},{""time"":49935,""label"":""moved_brush"",""startDate"":""2021-04-07"",""endDate"":""2021-06-25""},{""time"":50783,""label"":""moved_brush"",""startDate"":""2021-04-08"",""endDate"":""2021-06-26""},{""time"":51962,""label"":""moved_brush"",""startDate"":""2021-04-08"",""endDate"":""2021-06-26""},{""time"":53888,""label"":""moved_brush"",""startDate"":""2021-05-22"",""endDate"":""2021-08-09""},{""time"":60433,""label"":""cleared_brush"",""using"":""Click""},{""time"":60433,""label"":""cleared_brush"",""using"":""Escape""},{""time"":61779,""label"":""tour_next"",""step"":5},{""time"":67094,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678678937665,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",complex,0,0.5,0,0 -2023-03-12 23:37:13,2023-03-12 23:48:23,0,69.138.232.140,100,670,1,2023-03-12 23:48:23,R_OB8SUtt2KSQ6oGB,,,,,39.1541,-76.717,anonymous,EN,1,0.462,1.447,2.093,3,1,3,1,1.418,2.215,3.814,2,1.751,3.387,15.111,3,87,98,83,1.043,9.519,10.312,13,1.018,75.639,76.103,38,-3,-3,0.824,43.062,44.202,34,1,-1,0.865,188.096,188.883,48,1,1.007,103.779,104.524,43,0.905,11.626,15.012,4,5,5,7,5,5,5,,1.083,18.3,19.432,41,4,5,5,2,4,4,Id like to know more information. Such as states/countries where these results are being calculated from.,1.059,1.49,28.501,2,3,,1.4,8.275,9.275,5,2,7,3,4,1,5,6,0.858,10.581,14.483,4,4,4,6,5,5,6,8,9,,0.86,20.224,20.717,31,3,3,4,4,3,3,1.564,14.802,17.081,28,4,3,0.855,6.366,7.242,6,1,1999,Maryland,5,3,1,,3,,,7,4,2,,1.095,52.183,54.536,31,603f31444049ae098abb8bf7,1,"{""startTime"":1678678874361,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678894241,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678677060,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":3448,""label"":""tour_next"",""step"":5},{""time"":15670,""label"":""tour_back"",""step"":5},{""time"":24902,""label"":""tour_next"",""step"":5},{""time"":28008,""label"":""cleared_brush"",""using"":""Click""},{""time"":33343,""label"":""moved_brush"",""startDate"":""2021-06-11"",""endDate"":""2021-11-06""},{""time"":34946,""label"":""moved_brush"",""startDate"":""2021-09-12"",""endDate"":""2022-02-07""},{""time"":43418,""label"":""moved_brush"",""startDate"":""2021-12-31"",""endDate"":""2022-02-07""},{""time"":45688,""label"":""started_brush"",""startDate"":""2021-10-22"",""endDate"":""2021-10-27""},{""time"":47573,""label"":""started_brush"",""startDate"":""2021-05-07"",""endDate"":""2021-06-18""},{""time"":47899,""label"":""moved_brush"",""startDate"":""2021-05-01"",""endDate"":""2021-06-18""},{""time"":48207,""label"":""cleared_brush"",""using"":""Click""},{""time"":48673,""label"":""tour_next"",""step"":5},{""time"":53129,""label"":""cleared_brush"",""using"":""Click""},{""time"":54838,""label"":""started_brush"",""startDate"":""2021-05-01"",""endDate"":""2021-08-02""},{""time"":56102,""label"":""moved_brush"",""startDate"":""2021-11-05"",""endDate"":""2022-02-07""},{""time"":56706,""label"":""tour_next"",""step"":5},{""time"":60928,""label"":""cleared_brush"",""using"":""Click""},{""time"":60928,""label"":""cleared_brush"",""using"":""Escape""},{""time"":61768,""label"":""tour_next"",""step"":5},{""time"":63978,""label"":""tour_end"",""step"":5},{""time"":68037,""label"":""started_brush"",""startDate"":""2021-05-24"",""endDate"":""2021-10-21""},{""time"":72284,""label"":""moved_brush"",""startDate"":""2021-05-24"",""endDate"":""2021-10-21""},{""time"":72550,""label"":""moved_brush"",""startDate"":""2021-05-24"",""endDate"":""2021-10-21""},{""time"":72736,""label"":""moved_brush"",""startDate"":""2021-05-24"",""endDate"":""2021-10-21""},{""time"":73736,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1923,""week"":""32"",""id"":""chart""}]}","{""startTime"":1678678858732,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":10340,""label"":""cleared_brush"",""using"":""Click""}]}",complex,0,0.5,1,1 -2023-03-12 23:41:37,2023-03-12 23:49:05,0,71.198.231.172,100,447,1,2023-03-12 23:49:05,R_1mE6szJMEdJRu4q,,,,,37.8414,-122.1254,anonymous,EN,1,7.731,7.731,9.057,1,,,,,,,,0,0,15.013,0,94,43,50,7.367,17.251,19.024,4,8.092,17.626,19.98,2,1,1,26.058,36.09,37.648,3,1,-2,29.903,59.286,61.145,2,1,56.113,56.113,58.354,1,0,0,15.006,0,5,3,5,6,6,4,,9.737,18.001,19.596,6,4,5,4,1,7,4,"I trust the source and the data makes sense, but I know nothing about the researchers or any potential bias.",2.211,2.211,25.45,1,4,,3.64,3.64,5.909,1,2,7,3,4,1,5,6,0,0,19.173,0,3,5,4,7,6,3,9,9,,5.439,18.623,19.998,9,4,3,2,2,3,4,6.715,16.75,18.021,6,2,,2.372,2.372,5.076,1,2,2001,California,6,3,1,,7,,,17,3,2,,1.868,46.434,48.311,14,60fcd2b146529d02f1566012,0,"{""startTime"":1678679021973,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":100,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2244,""week"":""51"",""id"":""chart""}]}","{""startTime"":1678679042095,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678947748,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":5140,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1027,""week"":""52"",""id"":""chart""},{""time"":8090,""label"":""tour_next"",""step"":2},{""time"":9203,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2159,""week"":""52"",""id"":""chart2""},{""time"":17624,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678679006430,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":5628,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1432,""week"":""52"",""id"":""chart2""},{""time"":11819,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1561,""week"":""31"",""id"":""chart""}]}",simple,1,0.5,1,1 -2023-03-12 23:41:25,2023-03-12 23:49:21,0,97.113.100.151,100,475,1,2023-03-12 23:49:21,R_2ypaHQEVog6b0nh,,,,,47.5364,-122.278,anonymous,EN,1,2.224,2.957,3.101,2,,,,,,,,3.431,4.062,15.005,2,72,100,47,1.995,7.18,8.162,4,3.76,4.968,12.502,2,1,1,19.08,23.605,27.031,2,1,-2,10.436,67.069,67.344,6,1,41.958,41.958,42.875,1,2.009,2.009,15.006,1,5,6,6,4,5,5,,1.948,16.835,17.715,8,6,6,6,6,6,6,Has a clear y and x axis and it very easy to read,0.827,26.466,27.54,6,4,,2.019,4.11,4.997,3,2,3,4,7,1,5,6,5.742,12.241,28.744,2,4,7,6,6,6,6,11,11,,2.879,10.684,12.07,9,4,4,1,1,4,5,2,30.937,33.082,13,3,,1.443,1.443,2.151,1,1,1998,Washington,6,2,1,,2,,,11,4,2,,0.718,40.052,43.763,23,5e17945242fb0b000da71b21,0,"{""startTime"":1678679232216,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678679187382,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678997418,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":3752,""label"":""tour_next"",""step"":2},{""time"":4960,""label"":""tour_end"",""step"":2},{""time"":6148,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1099,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678679078080,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",moderate,1,0.5,1,0.5 -2023-03-12 23:32:33,2023-03-12 23:50:07,0,172.58.129.62,100,1053,1,2023-03-12 23:50:08,R_yyUWjsVxLn513QR,,,,,25.7846,-80.233,anonymous,EN,1,19.402,19.402,20.673,1,,,,,,,,0,0,15.129,0,97,93,85,26.315,34.13,37.389,3,39.416,73.137,87.435,3,1,1,45.026,98.58,100.45,3,-3,-3,32.075,77.404,79.941,2,1,62.674,62.674,65.573,1,0,0,15.052,0,6,4,6,4,5,6,,21.6,35.775,39.125,6,4,5,4,1,1,6,It did not show data that greatly increased one week and then decrease suddenly. The ebb and flow of infestation seemed natural.,5.226,150.249,164.888,8,4,,8.409,8.409,11.001,1,2,7,3,4,1,5,6,0,0,38.868,0,6,7,4,5,9,4,10,6,,23,44.047,59.905,8,3,3,2,3,3,3,24.226,49.322,53.096,6,2,,5.825,5.825,9.15,1,1,1954,Florida,5,2,1,,7,,,7,4,2,,3.412,145.72,162.59,21,5ddcd77f23f9f1c2c45d6c18,0,"{""startTime"":1678678856275,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678646728,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678441307,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":120,""label"":""tour_started""},{""time"":16712,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5758,""week"":""52"",""id"":""chart""},{""time"":22550,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1239,""week"":""1"",""id"":""chart""},{""time"":25035,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1238,""week"":""5"",""id"":""chart""},{""time"":33966,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2399,""week"":""23"",""id"":""chart""},{""time"":39392,""label"":""tour_next"",""step"":2},{""time"":48985,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2915,""week"":""52"",""id"":""chart2""},{""time"":59956,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1018,""week"":""1"",""id"":""chart2""},{""time"":73112,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678678630759,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":6450,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5164,""week"":""52"",""id"":""chart2""}]}",simple,1,0,1,1 -2023-03-12 23:45:07,2023-03-12 23:50:12,0,184.103.58.107,100,304,1,2023-03-12 23:50:12,R_2WNFwQnGeysDld2,,,,,33.3874,-112.0998,anonymous,EN,1,2.214,5.121,6.001,4,,,,,,,,12.42,12.42,15.106,1,62,75,45,6.832,11.215,11.938,4,3.363,6.79,11.959,2,-1,-1,1.589,5.54,6.972,4,-3,-2,2.097,53.378,54.203,6,-1,9.474,11.113,12.211,2,1.502,1.502,15.014,1,3,3,5,5,6,4,,2.673,12.575,13.102,10,6,5,6,5,3,5,I seen many reports of insect and fungi related infections.,1.164,3.629,23.347,2,1,,3.639,6.623,7.905,3,2,7,3,4,1,5,6,0,0,18.949,0,3,1,7,2,1,3,6,4,,3.049,14.495,14.843,12,2,4,3,5,3,4,2.614,7.766,10.718,7,7,,2.387,2.387,3.4,1,1,1996,Arizona,6,2,1,,7,,,10,4,1,61363ce02e6022a741d63a6e@email.prolific.co,2.129,39.777,40.762,18,61363ce02e6022a741d63a6e,0,"{""startTime"":1678679270786,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678679233604,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678679150672,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":3347,""label"":""tour_next"",""step"":2},{""time"":6773,""label"":""tour_end"",""step"":2},{""time"":8927,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2274,""week"":""1"",""id"":""chart""}]}","{""startTime"":1678679217873,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",moderate,0,0,0,0 -2023-03-12 23:35:02,2023-03-12 23:50:13,0,35.148.23.141,100,910,1,2023-03-12 23:50:14,R_2eatHxPaSCT8qkA,,,,,44.5228,-89.5583,anonymous,EN,1,2.468,3.354,4.263,2,2,,2,1.771,1.771,2.821,1,0,0,15.007,0,57,76,44,0.597,48.337,49.421,7,4.865,23.203,24.108,5,1,1,4.143,58.79,59.718,11,-3,-3,12.629,76.41,78.15,9,1,15.686,58.776,60.796,5,5.481,5.481,15.008,1,3,2,2,5,3,2,,5.337,46.04,48.218,9,2,4,4,2,2,3,"I think that it would be more transparent if we also had info on how serious/life-threatening cases were. I also just find the data hard to believe, because I haven't known any unvaccinated people who got COVID-19 in the last year, yet I have known a handful of vaccinated people who have.",3.964,3.964,129.515,1,2,,9.438,11.964,13.101,2,2,7,3,4,1,5,6,12.893,23.643,24.462,3,2,4,9,9,4,7,10,9,,6.589,48.659,49.701,12,3,3,2,3,4,4,2.514,159.595,160.744,12,4,2,2.736,20.779,21.596,5,2,1999,Wisconsin,6,3,1,,9,,Hortonville,13,3,1,dmatilyn@gmail.com,1.371,77.138,80.958,22,60fc54b735f3211d0d10a371,1,"{""startTime"":1678678868580,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678689012,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678588581,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":22,""label"":""tour_started""},{""time"":7121,""label"":""tour_next"",""step"":2},{""time"":10439,""label"":""tour_end"",""step"":2},{""time"":17006,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2502,""week"":""52"",""id"":""chart2""},{""time"":20495,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1502,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678678673393,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":9687,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1561,""week"":""16"",""id"":""chart2""}]}",simple,1,0,1,1 -2023-03-12 23:37:28,2023-03-12 23:50:17,0,137.25.201.195,100,769,1,2023-03-12 23:50:18,R_3EMydtHlggSmv7v,,,,,34.5404,-117.3532,anonymous,EN,1,24.204,24.204,25.449,1,,,,,,,,0,0,15.005,0,85,96,74,24.525,32.342,36.528,3,12.178,26.717,33.911,4,1,1,33.887,46.033,54.159,2,-3,-3,63.61,108.029,109.33,3,1,40.056,40.056,46.249,1,0,0,15.111,0,4,2,5,2,5,5,,17.951,50.996,63.203,6,4,4,4,2,1,5,The source of the data seemed like a trustworthy organization and the visualization looks clean and professional.,3.953,3.953,53.851,1,6,,9.735,23.733,28.033,6,2,7,3,4,1,5,6,0,0,24.4,0,6,9,7,9,7,6,10,10,,15.241,60.743,80.1,15,4,4,1,2,3,4,12.457,38.481,40.422,6,2,,7.32,7.32,9.198,1,2,1983,California,4,2,1,,7,,,11,4,2,,3.197,50.285,52.188,11,5d4b14caed2dfc0001a22c1a,0,"{""startTime"":1678678893815,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":29,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6939,""week"":""2"",""id"":""chart""}]}","{""startTime"":1678678957602,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678734208,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":14288,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1633,""week"":""36"",""id"":""chart""},{""time"":20557,""label"":""tour_next"",""step"":2},{""time"":26713,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678678878274,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":7390,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2236,""week"":""52"",""id"":""chart""}]}",moderate,1,0,1,0 -2023-03-12 23:27:00,2023-03-12 23:50:37,0,172.58.5.102,100,1416,1,2023-03-12 23:50:38,R_3fposxNHrBYzwl3,,,,,33.7173,-84.4783,anonymous,EN,1,13.888,28.078,30.073,3,,,,,,,,4.886,4.886,15.114,1,100,44,50,11.7,25.055,26.792,6,3.951,97.494,99.16,18,1,-3,13.486,182.657,184.259,12,1,-3,116.928,162.943,164.452,5,-2,15.663,38.641,40.082,4,0,0,15.012,0,3,3,3,3,2,3,,1.132,21.318,25.201,10,4,3,7,1,1,3,I'm not sure if it's accurate or not because i'm not familiar with the topic.,6.077,79.934,83.507,2,2,,30.469,37.457,40.077,4,2,7,3,4,1,5,6,11.398,25.626,27.787,2,3,3,1,2,4,2,4,5,,35.728,55.212,56.598,10,3,3,1,1,3,3,6.683,46.738,47.955,9,1,,34.65,37.768,39.193,2,1,1987,Georgia,2,2,1,,9,,"albany, ga",3,2,2,,45.39,135.731,142.532,20,63039dbefda87c47a91fec04,0,"{""startTime"":1678678573720,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678599400,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678418134,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":10149,""label"":""tour_next"",""step"":5},{""time"":18170,""label"":""tour_back"",""step"":5},{""time"":30217,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2231,""week"":""50"",""id"":""chart""},{""time"":32649,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1716,""week"":""50"",""id"":""chart""},{""time"":38239,""label"":""tour_next"",""step"":5},{""time"":47955,""label"":""started_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-06-05""},{""time"":49205,""label"":""tour_next"",""step"":5},{""time"":55816,""label"":""moved_brush"",""startDate"":""2021-12-01"",""endDate"":""2022-01-31""},{""time"":57306,""label"":""tour_next"",""step"":5},{""time"":64241,""label"":""moved_brush"",""startDate"":""2021-06-22"",""endDate"":""2021-08-23""},{""time"":81332,""label"":""cleared_brush"",""using"":""Click""},{""time"":84672,""label"":""started_brush"",""startDate"":""2021-08-06"",""endDate"":""2021-10-31""},{""time"":85956,""label"":""tour_next"",""step"":5},{""time"":91453,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678678558148,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",complex,0.5,0.5,0,0 -2023-03-12 23:42:11,2023-03-12 23:53:56,0,199.66.65.227,100,705,1,2023-03-12 23:53:57,R_Z2lAA9Tq2wPIDHH,,,,,41.6837,-88.3499,anonymous,EN,1,13.828,13.828,14.658,1,,,,,,,,0,0,15.008,0,81,5,63,7.457,23.352,24.352,5,21.211,147.87,150.354,11,1,1,37.403,44.853,45.867,2,1,-3,62.163,113.883,114.858,2,1,9.901,38.506,40.978,2,7.96,13.863,15.011,2,5,3,5,4,4,5,,5.991,19.038,20.717,7,5,2,4,2,7,5,"There is a lot of information, I would find it hard to believe that someone would take all that time to put together an untrustworthy visual like this.",13.522,13.522,41.442,1,5,,7.864,8.828,10.059,2,2,7,3,4,1,5,6,0,0,10.918,0,5,7,7,7,9,6,11,10,,8.664,23.466,26.017,8,3,4,2,3,3,4,21.13,36.712,37.841,6,2,,3.986,3.986,6.085,1,2,1999,Illinois,6,1,1,,8,Yorkville,,17,4,2,,6.566,75.919,78.596,22,6101ced6dafdbea2d88a52b0,0,"{""startTime"":1678679263145,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678679202114,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678994679,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":13722,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4263,""week"":""52"",""id"":""chart""},{""time"":18318,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1333,""week"":""52"",""id"":""chart""},{""time"":21204,""label"":""tour_next"",""step"":5},{""time"":67834,""label"":""started_brush"",""startDate"":""2021-06-18"",""endDate"":""2021-06-26""},{""time"":69817,""label"":""started_brush"",""startDate"":""2021-05-30"",""endDate"":""2021-07-29""},{""time"":72421,""label"":""tour_next"",""step"":5},{""time"":77289,""label"":""started_brush"",""startDate"":""2021-08-02"",""endDate"":""2021-09-06""},{""time"":79016,""label"":""started_brush"",""startDate"":""2021-05-07"",""endDate"":""2021-08-28""},{""time"":85597,""label"":""cleared_brush"",""using"":""Click""},{""time"":86192,""label"":""cleared_brush"",""using"":""Click""},{""time"":89422,""label"":""started_brush"",""startDate"":""2021-04-23"",""endDate"":""2021-09-01""},{""time"":90815,""label"":""moved_brush"",""startDate"":""2021-06-20"",""endDate"":""2021-10-29""},{""time"":92333,""label"":""tour_next"",""step"":5},{""time"":95933,""label"":""cleared_brush"",""using"":""Click""},{""time"":97064,""label"":""tour_next"",""step"":5},{""time"":104666,""label"":""tour_end"",""step"":5},{""time"":106290,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1143,""week"":""2"",""id"":""chart""},{""time"":108641,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6459,""week"":""1"",""id"":""chart""},{""time"":115119,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2581,""week"":""52"",""id"":""chart""},{""time"":117702,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1248,""week"":""52"",""id"":""chart""},{""time"":122607,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3692,""week"":""52"",""id"":""chart""},{""time"":127536,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6798,""week"":""22"",""id"":""chart""},{""time"":136234,""label"":""started_brush"",""startDate"":""2021-06-19"",""endDate"":""2021-07-31""},{""time"":137351,""label"":""moved_brush"",""startDate"":""2021-06-19"",""endDate"":""2021-09-16""},{""time"":142837,""label"":""moved_brush"",""startDate"":""2021-06-14"",""endDate"":""2021-09-11""},{""time"":143920,""label"":""cleared_brush"",""using"":""Click""}]}","{""startTime"":1678679186705,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":7317,""label"":""started_brush"",""startDate"":""2021-06-20"",""endDate"":""2021-11-06""},{""time"":12131,""label"":""moved_brush"",""startDate"":""2021-08-23"",""endDate"":""2022-01-09""},{""time"":12640,""label"":""cleared_brush"",""using"":""Click""}]}",complex,1,0.5,1,1 -2023-03-12 23:32:57,2023-03-12 23:56:03,0,73.143.196.250,100,1386,1,2023-03-12 23:56:03,R_1f4667MY6GDXYCu,,,,,41.698,-70.0602,anonymous,EN,1,21.361,21.361,22.335,1,2,,2,3.1,3.1,4.3,1,0,0,15.021,0,70,93,95,55.433,94.528,96.637,9,50.059,208.464,220.987,36,1,1,33.022,47.434,49.751,2,-3,1,56.277,81.401,83.177,2,1,60.001,84.705,99.75,3,0,0,15.017,0,2,2,2,4,5,5,,17.588,89.042,96.973,7,3,5,2,7,7,3,I would need to have at least one other source confirming the same information before I trusted this .,7.561,90.593,91.629,5,3,,14.094,24.166,32.172,2,2,7,3,4,1,5,6,0,0,20.971,0,5,5,8,9,4,7,10,9,,8.923,47.337,52.292,9,3,3,3,2,4,3,21.955,81.857,83.082,7,3,4,13.56,40.284,41.958,2,1,1975,Massachusetts,2,2,1,,7,,,10,3,2,,6.023,256.656,261.434,62,640d43c9451ce148162a7643,1,"{""startTime"":1678678729269,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678826683,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678391669,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":44,""label"":""tour_started""},{""time"":18948,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":9857,""week"":""52"",""id"":""chart""},{""time"":28826,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":17527,""week"":""1"",""id"":""chart""},{""time"":50053,""label"":""tour_next"",""step"":5},{""time"":80665,""label"":""cleared_brush"",""using"":""Click""},{""time"":89530,""label"":""cleared_brush"",""using"":""Click""},{""time"":94770,""label"":""cleared_brush"",""using"":""Click""},{""time"":96964,""label"":""tour_back"",""step"":5},{""time"":97171,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1025,""week"":""51"",""id"":""chart""},{""time"":103856,""label"":""tour_next"",""step"":5},{""time"":121440,""label"":""cleared_brush"",""using"":""Click""},{""time"":122306,""label"":""cleared_brush"",""using"":""Click""},{""time"":122895,""label"":""cleared_brush"",""using"":""Click""},{""time"":123968,""label"":""cleared_brush"",""using"":""Click""},{""time"":125200,""label"":""cleared_brush"",""using"":""Click""},{""time"":126244,""label"":""cleared_brush"",""using"":""Click""},{""time"":127514,""label"":""cleared_brush"",""using"":""Click""},{""time"":130920,""label"":""cleared_brush"",""using"":""Click""},{""time"":132044,""label"":""cleared_brush"",""using"":""Click""},{""time"":132764,""label"":""cleared_brush"",""using"":""Click""},{""time"":136519,""label"":""tour_back"",""step"":5},{""time"":139892,""label"":""tour_next"",""step"":5},{""time"":145384,""label"":""cleared_brush"",""using"":""Click""},{""time"":149904,""label"":""cleared_brush"",""using"":""Click""},{""time"":150460,""label"":""cleared_brush"",""using"":""Click""},{""time"":152576,""label"":""cleared_brush"",""using"":""Click""},{""time"":154387,""label"":""cleared_brush"",""using"":""Click""},{""time"":165088,""label"":""cleared_brush"",""using"":""Click""},{""time"":165308,""label"":""cleared_brush"",""using"":""Click""},{""time"":165559,""label"":""cleared_brush"",""using"":""Click""},{""time"":165698,""label"":""cleared_brush"",""using"":""Click""},{""time"":168057,""label"":""cleared_brush"",""using"":""Click""},{""time"":169900,""label"":""cleared_brush"",""using"":""Click""},{""time"":170925,""label"":""cleared_brush"",""using"":""Click""},{""time"":175993,""label"":""cleared_brush"",""using"":""Click""},{""time"":177846,""label"":""started_brush"",""startDate"":""2021-08-25"",""endDate"":""2021-09-06""},{""time"":181631,""label"":""tour_next"",""step"":5},{""time"":187144,""label"":""moved_brush"",""startDate"":""2021-07-29"",""endDate"":""2021-08-10""},{""time"":187252,""label"":""cleared_brush"",""using"":""Click""},{""time"":187308,""label"":""cleared_brush"",""using"":""Click""},{""time"":188150,""label"":""started_brush"",""startDate"":""2021-06-30"",""endDate"":""2021-07-08""},{""time"":189671,""label"":""tour_next"",""step"":5},{""time"":196335,""label"":""cleared_brush"",""using"":""Click""},{""time"":196335,""label"":""cleared_brush"",""using"":""Escape""},{""time"":200639,""label"":""tour_next"",""step"":5},{""time"":208456,""label"":""tour_end"",""step"":5},{""time"":216542,""label"":""cleared_brush"",""using"":""Click""},{""time"":216845,""label"":""cleared_brush"",""using"":""Click""},{""time"":217461,""label"":""started_brush"",""startDate"":""2021-07-19"",""endDate"":""2021-09-02""}]}","{""startTime"":1678678713233,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",complex,1,0.5,1,1 -2023-03-12 23:30:25,2023-03-12 23:57:03,0,73.174.244.12,100,1597,1,2023-03-12 23:57:03,R_1CBH2uBmiwxwQuj,,,,,39.3408,-80.0285,anonymous,EN,1,50.137,50.137,51.248,1,,,,,,,,0,0,15.131,0,67,71,23,28.912,78.454,80.536,11,5.887,136.814,140.905,35,-2,-1,4.738,183.19,184.79,11,-3,-3,45.806,252.385,260.394,13,-2,3.61,60.215,61.844,3,11.606,11.606,15.04,1,5,2,4,4,4,4,I have no additional thought nor comment.,5.948,103.218,105.08,14,3,3,4,3,3,3,"The visualization appears to be well-designed and informative, but its effectiveness ultimately depends on the accuracy and reliability of the data it represents, and whether it meets the user's specific needs and goals. Ultimately, it is up to the user to determine whether or not they trust the information conveyed by the visualization.",7.85,71.956,74.638,3,4,,6.362,21.503,24.498,2,2,7,3,4,1,5,6,0,0,58.79,0,4,5,7,6,5,8,11,11,,6.566,29.747,37.002,16,4,3,4,3,5,4,2.15,82.898,85.139,7,6,,10.848,10.848,12.732,1,2,1942,California,7,1,1,,7,,,14,2,2,,80.334,162.903,173.49,23,64033349ec5c1a27ee79d14b,0,"{""startTime"":1678678871970,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678647814,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678423146,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":61,""label"":""tour_started""},{""label"":""window_focused"",""time"":1708},{""label"":""window_blurred"",""time"":13340},{""label"":""window_focused"",""time"":16803},{""time"":18963,""label"":""tour_next"",""step"":5},{""label"":""window_blurred"",""time"":24608},{""label"":""window_focused"",""time"":28121},{""time"":35957,""label"":""tour_back"",""step"":5},{""time"":43071,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1330,""week"":""52"",""id"":""chart""},{""time"":44463,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1069,""week"":""51"",""id"":""chart""},{""time"":49959,""label"":""tour_next"",""step"":5},{""label"":""window_blurred"",""time"":53932},{""label"":""window_focused"",""time"":56119},{""time"":57941,""label"":""tour_back"",""step"":5},{""time"":59771,""label"":""cleared_brush"",""using"":""Click""},{""time"":59771,""label"":""cleared_brush"",""using"":""Escape""},{""time"":64838,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1402,""week"":""50"",""id"":""chart""},{""time"":66245,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3679,""week"":""50"",""id"":""chart""},{""time"":76878,""label"":""tour_next"",""step"":5},{""time"":78783,""label"":""cleared_brush"",""using"":""Click""},{""time"":79532,""label"":""cleared_brush"",""using"":""Click""},{""time"":80253,""label"":""cleared_brush"",""using"":""Click""},{""time"":80763,""label"":""cleared_brush"",""using"":""Click""},{""time"":80999,""label"":""cleared_brush"",""using"":""Click""},{""time"":93206,""label"":""started_brush"",""startDate"":""2021-11-01"",""endDate"":""2022-01-09""},{""time"":105511,""label"":""cleared_brush"",""using"":""Click""},{""time"":108863,""label"":""started_brush"",""startDate"":""2021-09-28"",""endDate"":""2022-02-02""},{""time"":110090,""label"":""tour_next"",""step"":5},{""time"":117659,""label"":""moved_brush"",""startDate"":""2021-10-03"",""endDate"":""2022-02-07""},{""time"":118657,""label"":""tour_next"",""step"":5},{""time"":125364,""label"":""moved_brush"",""startDate"":""2021-10-03"",""endDate"":""2022-02-07""},{""time"":131320,""label"":""cleared_brush"",""using"":""Click""},{""time"":133383,""label"":""tour_next"",""step"":5},{""time"":136808,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678678630351,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",complex,0,0,0,0 -2023-03-12 23:23:38,2023-03-12 23:57:13,0,99.96.118.119,100,2015,1,2023-03-12 23:57:14,R_3h3CS0WJ2ELqWVz,,,,,33.9521,-84.5475,anonymous,EN,1,16.341,16.341,19.656,1,,,,,,,,0,0,15.106,0,87,79,72,14.328,41.351,43.432,4,21.322,94.306,133.787,9,1,1,51.921,70.223,73.573,4,-3,-3,84.357,116.703,135.914,2,1,33.302,33.302,35.115,1,0,0,15.018,0,3,3,3,5,6,4,,11.844,32.32,43.62,6,3,6,5,4,4,5,Crop pests and diseases aren't something that would normally be falsified. Pesticides and anti-fungals aren't cheap - no farmer would want to use more than needed and conversely wouldn't want to NOT use them if they were needed. So the agency putting out the information has a real incentive to make sure the information's as solid as possible.,2.894,2.894,200.444,1,5,Interesting survey - thank you!,7.618,9.95,24.529,2,2,7,3,4,1,5,6,0,0,76.481,0,3,4,9,8,2,10,7,9,,4.696,63.625,170.647,8,3,4,2,2,5,4,6.264,36.16,142.97,6,5,,5.651,5.651,167.297,1,1,1956,Georgia,6,2,1,,7,,,12,3,2,,2.192,477.609,628.302,19,62ffe399d769a8e595609133,0,"{""startTime"":1678678091383,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678135409,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678677906241,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":16622,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1743,""week"":""1"",""id"":""chart""},{""time"":21315,""label"":""tour_next"",""step"":5},{""time"":48197,""label"":""cleared_brush"",""using"":""Click""},{""time"":53417,""label"":""started_brush"",""startDate"":""2021-09-06"",""endDate"":""2021-12-25""},{""time"":56004,""label"":""tour_next"",""step"":5},{""time"":64405,""label"":""moved_brush"",""startDate"":""2021-11-06"",""endDate"":""2021-12-25""},{""time"":67778,""label"":""tour_next"",""step"":5},{""time"":75481,""label"":""cleared_brush"",""using"":""Click""},{""time"":77014,""label"":""cleared_brush"",""using"":""Click""},{""time"":77014,""label"":""cleared_brush"",""using"":""Escape""},{""time"":79366,""label"":""tour_next"",""step"":5},{""time"":94299,""label"":""tour_end"",""step"":5},{""time"":100273,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1050,""week"":""1"",""id"":""chart""},{""time"":101638,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1398,""week"":""51"",""id"":""chart""},{""time"":117073,""label"":""cleared_brush"",""using"":""Click""},{""time"":130956,""label"":""cleared_brush"",""using"":""Click""}]}","{""startTime"":1678678075745,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",complex,1,0,1,1 -2023-03-12 23:50:07,2023-03-13 00:05:53,0,172.59.144.137,100,946,1,2023-03-13 00:05:54,R_1Nt6466WnD9QWO4,,,,,37.9186,-121.3132,anonymous,EN,1,7.849,22.226,23.169,7,1,3,2,3.221,7.436,8.542,3,9.727,11.239,15.012,2,100,98,68,5.229,22.738,23.941,6,4.857,51.621,52.487,10,-1,-3,25.29,121.185,121.917,11,-3,-3,15.107,61.601,62.531,6,-3,14.789,39.981,40.674,5,8.484,13.969,15.011,3,6,5,5,6,6,6,,11.703,65.174,66.185,18,5,6,5,6,5,6,It is based on science as far as I can tell,8.7,75.788,79.7,4,4,,6.847,13.039,13.987,5,2,7,3,4,1,5,6,13.879,27.091,27.772,3,8,6,4,6,10,2,11,9,,4.154,28.314,29.739,11,4,5,1,1,5,5,8.079,34.431,35.417,12,2,1,4.701,15.537,17.083,6,2,1969,California,6,2,1,,9,,white/hispanic,16,4,1,edyrae13@gmail.com,5.327,238.301,239.366,54,56fb36ca34a0d3000b1a5701,1,"{""startTime"":1678679807841,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678679686609,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678679495314,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":21,""label"":""tour_started""},{""time"":13439,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4965,""week"":""52"",""id"":""chart""},{""time"":18736,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1217,""week"":""51"",""id"":""chart""},{""time"":29017,""label"":""tour_next"",""step"":2},{""time"":39784,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2898,""week"":""52"",""id"":""chart2""},{""time"":43382,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1166,""week"":""51"",""id"":""chart2""},{""time"":48773,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678679670918,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":10801,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1866,""week"":""52"",""id"":""chart""}]}",simple,0,0,0,0 -2023-03-12 23:45:27,2023-03-13 00:06:06,0,174.235.32.95,100,1239,1,2023-03-13 00:06:07,R_2fxJmAqfBx3uM5Y,,,,,35.2296,-80.843,anonymous,EN,1,11.534,65.611,68.682,40,1,2,2,2.773,7.35,9.901,3,0,0,15.012,0,84,45,5,4.477,30.455,32.694,8,10.293,173.704,174.79,41,1,1,61.07,82.769,84.055,6,-3,-3,4.957,87.782,89.073,11,-3,3.784,144.907,146.338,18,14.802,14.802,15.013,1,3,3,3,7,7,3,,3.569,45.873,47.389,11,4,3,1,7,2,3,Because I dont know where the information came and if it was accurately kept up with. And I don't trust alot of things or people trust is a very special thing and it gets broken a lot and I just don't trust stuff.,9.278,9.278,88.411,1,1,,6.645,19.259,20.301,11,2,7,3,4,1,5,6,16.564,31.258,32.338,3,6,6,6,6,9,4,11,9,,1.201,35.41,37.957,15,3,3,5,2,4,3,21.023,60.968,62.192,10,4,2,16.388,27.742,32.496,4,1,1983,North Carolina,2,2,1,,7,,,4,3,1,chrisandambones@gmail.com,4.74,114.442,116.129,73,5ec617a2e79285689c82fb8f,1,"{""startTime"":1678679802138,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678679652075,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678679302339,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":40,""label"":""tour_started""},{""time"":34068,""label"":""tour_next"",""step"":5},{""time"":117493,""label"":""cleared_brush"",""using"":""Click""},{""time"":118571,""label"":""started_brush"",""startDate"":""2021-06-28"",""endDate"":""2021-09-24""},{""time"":122893,""label"":""tour_next"",""step"":5},{""time"":137714,""label"":""moved_brush"",""startDate"":""2021-05-31"",""endDate"":""2021-09-24""},{""time"":142027,""label"":""moved_brush"",""startDate"":""2021-05-31"",""endDate"":""2021-10-02""},{""time"":143729,""label"":""tour_next"",""step"":5},{""time"":154092,""label"":""cleared_brush"",""using"":""Click""},{""time"":154092,""label"":""cleared_brush"",""using"":""Escape""},{""time"":155917,""label"":""tour_next"",""step"":5},{""time"":166332,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678679631666,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",complex,1,0,0,0 -2023-03-12 23:38:32,2023-03-13 00:08:36,0,121.91.229.168,100,1803,1,2023-03-13 00:08:37,R_6mUpOVbvFD6vmk9,,,,,40.0172,-75.0883,anonymous,EN,1,7.85,7.85,10.301,1,1,3,2,9.586,30.617,32.502,4,0,0,15.077,0,74,94,40,3.894,109.614,113.441,16,6.089,71.425,83.42,17,-2,1,4.482,128.577,139.737,10,-3,-3,4.854,193.741,208.072,11,-3,2.958,127.83,139.553,4,7.968,12.296,15.167,2,4,3,3,5,5,5,I have nothing to say. Thanks.,7.062,89.758,91.753,16,5,4,6,5,3,6,I found this visualization to be a research and scientific analysis that is very informative.,3.053,249.773,361.623,5,4,No comments. Thanks.,1.976,23.041,42.147,6,2,7,3,4,1,5,6,3.99,74.646,79.332,6,10,11,11,7,10,8,11,11,No comments.,1.789,47.021,55.95,17,4,5,4,3,4,3,3.672,38.543,40.556,7,2,1,0.819,26.546,28.501,6,2,1991,Virginia,6,3,1,,7,,,15,2,1,614ee5e28a2f0a07d4d639dd@email.prolific.co,1.367,203.039,209.517,32,614ee5e28a2f0a07d4d639dd,1,"{""startTime"":1678679670640,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678679249523,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678938607,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":27,""label"":""tour_started""},{""time"":44501,""label"":""tour_next"",""step"":2},{""time"":65340,""label"":""tour_end"",""step"":2},{""time"":72008,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2879,""week"":""30"",""id"":""chart""},{""time"":78073,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2807,""week"":""2"",""id"":""chart""}]}","{""startTime"":1678679232907,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":8308,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1684,""week"":""31"",""id"":""chart""}]}",moderate,0.5,0,0,0 -2023-03-12 23:41:06,2023-03-13 00:11:53,0,67.247.164.186,100,1847,1,2023-03-13 00:11:54,R_2QMnugZVX5P069l,,,,,43.2078,-77.6602,anonymous,EN,1,7.359,30.413,31.478,5,1,2,2,2.435,7.611,15.238,2,4.089,4.089,15.009,1,0,0,27,63.039,115.797,118.479,12,7.102,224.702,249.982,15,1,1,72.937,112.905,123.281,2,1,1,156.278,248.956,262.255,4,1,23.832,106.35,167.811,16,0,0,15.028,0,6,6,6,4,6,6,Including both vaccinated individuals and the unvaccinated in the same chart was very confusing to me when I first was presented with the data.,15.193,143.772,157.569,12,4,2,7,1,7,6,"Because I view the source, the CDC, as a credible source of information.",3.167,3.167,80.233,1,1,,5.312,5.312,19.98,1,2,7,3,4,1,5,6,0,0,54,0,2,7,1,1,11,1,11,4,,10.726,54.605,93.788,11,5,5,1,2,5,4,16.415,67.044,86.257,7,1,1,19.185,32.296,45.53,2,1,1984,New York,2,2,1,,7,,,1,3,2,,3.651,157.152,193.791,17,565b2be310593c000bff9695,1,"{""startTime"":1678679513385,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678679671817,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678679077800,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":35,""label"":""tour_started""},{""label"":""window_blurred"",""time"":4841},{""label"":""window_focused"",""time"":6999},{""time"":46744,""label"":""tour_next"",""step"":5},{""time"":112389,""label"":""cleared_brush"",""using"":""Click""},{""time"":122274,""label"":""started_brush"",""startDate"":""2021-05-09"",""endDate"":""2021-05-28""},{""time"":129840,""label"":""started_brush"",""startDate"":""2021-06-12"",""endDate"":""2021-11-14""},{""time"":137158,""label"":""tour_next"",""step"":5},{""time"":154279,""label"":""moved_brush"",""startDate"":""2021-07-06"",""endDate"":""2021-12-09""},{""time"":155512,""label"":""moved_brush"",""startDate"":""2021-07-06"",""endDate"":""2021-12-09""},{""time"":158712,""label"":""moved_brush"",""startDate"":""2021-07-06"",""endDate"":""2021-11-15""},{""time"":160449,""label"":""tour_next"",""step"":5},{""time"":182479,""label"":""cleared_brush"",""using"":""Click""},{""time"":186797,""label"":""tour_next"",""step"":5},{""time"":198224,""label"":""tour_end"",""step"":5},{""time"":199817,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1108,""week"":""52"",""id"":""chart""},{""time"":206274,""label"":""started_brush"",""startDate"":""2021-07-18"",""endDate"":""2021-09-15""},{""time"":206701,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1564,""week"":""34"",""id"":""chart""},{""time"":208331,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1321,""week"":""33"",""id"":""chart""},{""time"":210700,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2498,""week"":""32"",""id"":""chart""},{""time"":215493,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3608,""week"":""32"",""id"":""chart""},{""time"":220902,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2357,""week"":""32"",""id"":""chart""},{""time"":225594,""label"":""cleared_brush"",""using"":""Click""},{""time"":225805,""label"":""cleared_brush"",""using"":""Click""},{""time"":227020,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":19402,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678679497675,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":7289,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2677,""week"":""2"",""id"":""chart""},{""time"":12530,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1002,""week"":""35"",""id"":""chart""}]}",complex,1,1,1,1 -2023-03-13 00:15:25,2023-03-13 00:22:31,0,74.96.61.186,100,426,1,2023-03-13 00:22:32,R_2CxGy8dicE0PyBZ,,,,,38.8452,-77.4651,anonymous,EN,1,5.904,5.904,6.748,1,,,,,,,,13.529,13.529,15.108,1,71,76,40,6.375,12.015,12.725,4,3.948,6.941,18.702,2,1,1,9.734,41.713,42.905,6,-3,-3,16.991,41.134,42.005,3,1,42.439,42.439,43.203,1,0,0,15.01,0,3,3,3,4,4,4,,8.89,19.563,20.932,7,5,5,4,3,7,4,"It is well presented and doesn't seem misleading. For example, the scales are the same (in units of 1000 for each line).",1.214,7.514,27.633,2,2,,2.778,2.778,9.826,1,2,7,3,4,1,5,6,14.79,14.79,15.006,1,3,5,1,3,3,4,9,8,,4.346,16.901,18.802,12,1,2,4,4,1,1,5.667,14.884,15.543,7,1,,2.456,2.456,3.505,1,1,1996,Virginia,6,2,1,,2,,,9,4,2,,5.27,45.05,54.05,11,62e01fdb9adf283ff375724f,0,"{""startTime"":1678681115263,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678681066303,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678680987396,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":47,""label"":""tour_started""},{""time"":3928,""label"":""tour_next"",""step"":2},{""time"":6920,""label"":""tour_end"",""step"":2},{""time"":8412,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3328,""week"":""33"",""id"":""chart""},{""time"":13758,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1367,""week"":""51"",""id"":""chart""}]}","{""startTime"":1678681050476,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":6772,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1375,""week"":""52"",""id"":""chart""}]}",simple,1,0,1,1 +StartDate,EndDate,Status,IPAddress,Progress,Duration (in seconds),Finished,RecordedDate,ResponseId,RecipientLastName,RecipientFirstName,RecipientEmail,ExternalReference,LocationLatitude,LocationLongitude,DistributionChannel,UserLanguage,Consent Form,consent-time_First Click,consent-time_Last Click,consent-time_Page Submit,consent-time_Click Count,covid-vaccine,covid-vaccine-doses,covid-infection,covid-time_First Click,covid-time_Last Click,covid-time_Page Submit,covid-time_Click Count,bar-vis-timer_First Click,bar-vis-timer_Last Click,bar-vis-timer_Page Submit,bar-vis-timer_Click Count,affect-science_1,affect-clarity_1,affect-aesthetic_1,bar-initial-time_First Click,bar-initial-time_Last Click,bar-initial-time_Page Submit,bar-initial-time_Click Count,bar-tour-time_First Click,bar-tour-time_Last Click,bar-tour-time_Page Submit,bar-tour-time_Click Count,simple-bar-vlat-1,simple-bar-vlat-2,simple-bar-vlat-time_First Click,simple-bar-vlat-time_Last Click,simple-bar-vlat-time_Page Submit,simple-bar-vlat-time_Click Count,moderate-bar-vlat-1,moderate-bar-vlat-2,mod-bar-vlat-time_First Click,mod-bar-vlat-time_Last Click,mod-bar-vlat-time_Page Submit,mod-bar-vlat-time_Click Count,complex-bar-vlat-1,com-bar-vlat-time_First Click,com-bar-vlat-time_Last Click,com-bar-vlat-time_Page Submit,com-bar-vlat-time_Click Count,bar-explore-time_First Click,bar-explore-time_Last Click,bar-explore-time_Page Submit,bar-explore-time_Click Count,bar-data_1,bar-data_2,bar-data_3,bar-data_4,bar-data_5,bar-data_6,bar-data-exp,bar-data-time_First Click,bar-data-time_Last Click,bar-data-time_Page Submit,bar-data-time_Click Count,bar-vis_1,bar-vis_2,bar-vis_3,bar-vis_4,bar-vis_5,bar-vis_6,bar-why,bar-vis-time_First Click,bar-vis-time_Last Click,bar-vis-time_Page Submit,bar-vis-time_Click Count,interpersonal-trust_1,interper-trust-exp,interper-trust-time_First Click,interper-trust-time_Last Click,interper-trust-time_Page Submit,interper-trust-time_Click Count,attention-check_1,attention-check_2,attention-check_3,attention-check_4,attention-check_5,attention-check_6,attention-check_7,attention-check-time_First Click,attention-check-time_Last Click,attention-check-time_Page Submit,attention-check-time_Click Count,trust-in-science_1,trust-in-science_2,trust-in-science_3,trust-in-science_4,trust-in-science_5,trust-in-science_6,trust-in-science_7,trust-in-science_8,trust-science-exp,trust-science-time_First Click,trust-science-time_Last Click,trust-science-time_Page Submit,trust-science-time_Click Count,cognition_1,cognition_2,cognition_3,cognition_4,cognition_5,cognition_6,need-cognition-time_First Click,need-cognition-time_Last Click,need-cognition-time_Page Submit,need-cognition-time_Click Count,political_views,covid_information,politics_time_First Click,politics_time_Last Click,politics_time_Page Submit,politics_time_Click Count,Gender,Age,State_1,Education,Parents_education,Language,Language_4_TEXT,Ethnicity,Ethnicity_8_TEXT,Ethnicity_9_TEXT,Income,Religion,Interview,demographics_time_First Click,demographics_time_Last Click,demographics_time_Page Submit,demographics_time_Click Count,PROLIFIC_PID,isCovidData,provenance-bar-data,provenance-bar-vis,provenance-bar-tour,provenance-bar-explore,bar-complexity,vlat_simple,vlat_moderate,vlat_complex,assigned_vlat +2023-03-12 20:55:26,2023-03-12 20:59:13,0,72.140.211.54,100,227,1,2023-03-12 20:59:14,R_8rmBCqRevUJbRip,,,,,43.6859,-79.3974,anonymous,EN,1,3.5410000000000004,3.5410000000000004,4.591,1,,,,,,,,0.0,0.0,15.01,0,80,45,88,3.9930000000000003,9.391,10.534,3,1.8659999999999999,4.415,6.225,2,-1,-3,6.102,7.097,8.181000000000001,2,1,-2,5.138,6.329,9.187000000000001,2,-3,5.468999999999999,5.468999999999999,6.497000000000001,1,0.0,0.0,52.498999999999995,0,3,1,7,4,2,7,,7.096,12.495999999999999,13.606,6,7,7,2,2,1,5,It seems scientific,1.84,1.84,7.176,1,1,,2.222,4.572,5.635,2,2,7,3,4,1,5,6,0.0,0.0,8.669,0,2,2,2,3,3,2,3,3,,2.3280000000000003,5.928,7.555,8,3,2,2,2,3,1,2.1830000000000003,4.707,6.7379999999999995,6,2,,1.402,1.402,2.475,1,2,1984,Massachusetts,1,3,1,,2,,,1,1,2,1.077,24.044,25.414,14,,0,"{""startTime"":1678669055627,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678669031416,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678668963081,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":1865,""label"":""tour_next"",""step"":2},{""time"":4413,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678668978467,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":4579,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2291,""week"":""52"",""id"":""chart""},{""time"":8641,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3695,""week"":""52"",""id"":""chart2""},{""time"":22625,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1312,""week"":""1"",""id"":""chart""}]}",simple,0.0,0.5,0,0.0 +2023-03-12 22:55:27,2023-03-12 23:03:56,0,96.244.99.19,100,508,1,2023-03-12 23:03:56,R_24CbqjyCefqjEDT,,,,,39.2124,-76.8776,anonymous,EN,1,9.267000000000001,9.902000000000001,11.717,2,1.0,4.0,2.0,1.8019999999999998,3.904,4.822,3.0,0.0,0.0,15.007,0,100,100,50,9.084,16.242,17.347,3,14.352,17.433,28.831,2,-3,1,43.946999999999996,63.925,66.381,3,-3,-3,5.99,71.921,74.179,5,-3,46.049,46.79,48.376999999999995,2,0.0,0.0,15.01,0,6,6,6,6,6,6,,4.133,9.663,11.581,6,6,6,6,6,4,6,"The visualization is showing me the rate of cases as opposed to absolute numbers, which indicates it is trying to communicate useful information to me.",2.27,2.27,43.449,1,5,,3.661,5.474,8.503,2,2,7,3,4,1,5,6,0.0,0.0,15.853,0,5,6,1,5,7,3,10,9,,4.052,15.547,17.493,8,3,4,2,3,4,3,3.563,19.785999999999998,20.905,6,1,3.0,1.756,13.133,14.332,2,2,1999,Maryland,6,3,1,,7,,,17,4,1,3.958,42.813,52.461000000000006,12,5ec4a0fffe991f37f61b356e,1,"{""startTime"":1678676376070,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678676313498,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678676193499,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":38,""label"":""tour_started""},{""time"":7057,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3016,""week"":""52"",""id"":""chart""},{""time"":14340,""label"":""tour_next"",""step"":2},{""time"":17421,""label"":""tour_end"",""step"":2},{""time"":23728,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2118,""week"":""23"",""id"":""chart""}]}","{""startTime"":1678676297785,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":4607,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1030,""week"":""51"",""id"":""chart""},{""time"":6973,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2597,""week"":""50"",""id"":""chart""},{""time"":9726,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1129,""week"":""51"",""id"":""chart""},{""time"":10877,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2076,""week"":""52"",""id"":""chart""}]}",moderate,0.5,0.0,0,0.0 +2023-03-12 22:52:45,2023-03-12 23:05:28,0,167.224.159.51,100,762,1,2023-03-12 23:05:29,R_1kZDJESNJtHyIqs,,,,,36.0557,-94.1567,anonymous,EN,1,11.565,11.565,13.057,1,1.0,2.0,1.0,1.835,5.572,6.33,2.0,14.198,14.198,15.109000000000002,1,63,34,57,0.53,26.614,27.854,4,15.92,60.803999999999995,64.286,11,1,1,33.066,63.213,64.76,10,-3,-1,14.354000000000001,56.06,56.821999999999996,13,1,9.107999999999999,81.76,82.57,16,13.617,13.617,15.136,1,2,2,4,3,6,4,,1.516,27.755,30.455,12,2,3,3,1,1,5,"In this context, I feel no reason for distrusting it. No clear dishonest motive.",0.9009999999999999,0.9009999999999999,60.18899999999999,1,4,,7.9670000000000005,7.9670000000000005,9.629,1,2,7,3,4,1,5,6,6.309,6.777,16.473,2,1,3,5,5,2,1,11,11,,4.7989999999999995,45.26,50.021,18,4,4,1,1,4,5,6.542000000000001,26.206999999999997,26.75,8,2,1.0,3.1839999999999997,8.092,10.985999999999999,3,1,1999,Arkansas,3,3,1,,2,,,8,4,1,2.369,57.956,60.20399999999999,29,63127274665ebf35cb1a9571,1,"{""startTime"":1678676392060,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678676305907,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678676142593,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":11598,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3328,""week"":""51"",""id"":""chart""},{""time"":15913,""label"":""tour_next"",""step"":5},{""time"":24156,""label"":""started_brush"",""startDate"":""2021-08-09"",""endDate"":""2022-01-08""},{""time"":29291,""label"":""cleared_brush"",""using"":""Click""},{""time"":30981,""label"":""cleared_brush"",""using"":""Click""},{""time"":31404,""label"":""cleared_brush"",""using"":""Click""},{""time"":33342,""label"":""cleared_brush"",""using"":""Click""},{""time"":33971,""label"":""tour_next"",""step"":5},{""time"":38675,""label"":""cleared_brush"",""using"":""Click""},{""time"":42197,""label"":""moved_brush"",""startDate"":""2021-04-15"",""endDate"":""2021-06-22""},{""time"":44732,""label"":""moved_brush"",""startDate"":""2021-04-17"",""endDate"":""2021-06-24""},{""time"":45817,""label"":""tour_next"",""step"":5},{""time"":53331,""label"":""moved_brush"",""startDate"":""2021-04-17"",""endDate"":""2021-06-10""},{""time"":53611,""label"":""moved_brush"",""startDate"":""2021-04-17"",""endDate"":""2021-06-10""},{""time"":55819,""label"":""cleared_brush"",""using"":""Click""},{""time"":57026,""label"":""tour_next"",""step"":5},{""time"":60796,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678676290236,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":10308,""label"":""started_brush"",""startDate"":""2021-09-06"",""endDate"":""2022-02-07""},{""time"":11952,""label"":""moved_brush"",""startDate"":""2021-09-06"",""endDate"":""2022-02-07""}]}",complex,1.0,0.0,1,1.0 +2023-03-12 22:49:06,2023-03-12 23:08:06,0,71.114.60.102,100,1139,1,2023-03-12 23:08:07,R_3Hnsy0bnh9pW97e,,,,,38.6326,-77.2661,anonymous,EN,1,31.406,31.406,34.236,1,,,,,,,,0.0,0.0,15.009,0,96,95,41,32.044000000000004,54.797,55.961999999999996,6,8.089,72.668,80.64399999999999,3,1,1,40.406,52.677,87.53200000000001,2,1,-2,40.26,88.13,91.57799999999999,3,-2,97.616,97.616,109.125,1,0.0,0.0,15.015999999999998,0,3,4,3,5,5,3,,10.875,57.411,60.221000000000004,7,5,5,3,7,1,3,"You can use data and visualizations to sway others in many different ways. While I have no proof, there could be information unaccounted for, or the information recorded could have been calculated incorrectly.",3.4010000000000002,151.338,156.19799999999998,8,3,,13.763,14.982999999999999,18.243,2,2,7,3,4,1,5,6,0.0,0.0,31.31,0,1,7,7,4,1,2,9,5,,11.765999999999998,52.461999999999996,57.36600000000001,12,3,4,2,3,4,3,23.275,54.331,58.65,6,3,,15.827,15.827,19.632,1,2,2002,Virginia,3,1,1,,8,Woodbridge,,16,4,2,10.53,145.531,146.498,46,60f1bdd684969df9641e994b,0,"{""startTime"":1678676264286,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678676047616,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":1296,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7336,""week"":""52"",""id"":""chart2""}]}","{""startTime"":1678675863205,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":11682,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3275,""week"":""15"",""id"":""chart""},{""time"":17550,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1607,""week"":""1"",""id"":""chart""},{""time"":19174,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5051,""week"":""52"",""id"":""chart""},{""time"":32202,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":14309,""week"":""52"",""id"":""chart""},{""time"":47517,""label"":""tour_next"",""step"":2},{""time"":52846,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7276,""week"":""52"",""id"":""chart2""},{""time"":61356,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3059,""week"":""52"",""id"":""chart2""},{""time"":72663,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678676032212,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",simple,1.0,0.5,0,1.0 +2023-03-12 23:02:01,2023-03-12 23:14:33,0,75.1.91.184,100,751,1,2023-03-12 23:14:34,R_31jGH7YiQuZev6v,,,,,29.4227,-98.4927,anonymous,EN,1,4.961,4.961,5.922999999999999,1,1.0,4.0,2.0,11.140999999999998,12.335999999999999,13.342,2.0,8.758,8.758,15.106,1,100,100,50,15.308,24.375999999999998,25.39,3,5.667999999999999,160.165,162.164,2,1,1,22.185,48.708,50.001000000000005,4,1,-3,30.698,54.968,55.925,2,1,38.418,38.418,39.833,1,0.0,0.0,15.107000000000001,0,6,6,6,6,6,6,,7.735,16.736,18.861,7,6,6,5,5,3,6,It shows it in an organized manner,2.407,2.407,12.78,1,3,,5.117,14.527000000000001,15.892000000000001,5,2,7,3,4,1,5,6,0.0,0.0,25.301,0,1,1,1,1,1,1,11,10,,6.0520000000000005,16.319000000000003,17.801,8,4,4,2,3,3,3,12.860999999999999,42.336999999999996,43.298,7,1,2.0,5.775,13.07,17.526,3,1,1993,Texas,3,3,1,,9,,Black and Mexican,3,4,1,3.207,157.3,158.024,53,63129dd30887fb3d46640f2b,1,"{""startTime"":1678676873713,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678676826351,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678676596658,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":5662,""label"":""tour_next"",""step"":2},{""time"":6344,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2117,""week"":""50"",""id"":""chart2""},{""time"":160158,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678676810353,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":3858,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1467,""week"":""52"",""id"":""chart""},{""time"":5338,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2853,""week"":""52"",""id"":""chart2""}]}",simple,1.0,0.5,1,1.0 +2023-03-12 23:04:47,2023-03-12 23:15:00,0,24.43.21.218,100,612,1,2023-03-12 23:15:01,R_3eldnrMSyXSZgDz,,,,,33.5173,-117.1208,anonymous,EN,1,39.353,39.353,40.403,1,,,,,,,,0.0,0.0,15.015,0,22,15,15,5.166,9.832,11.652000000000001,4,19.4,22.599,24.996,2,1,1,30.475,39.255,40.467,2,1,-1,30.432,78.102,82.022,5,1,38.552,38.552,39.953,1,0.0,0.0,15.109000000000002,0,3,7,3,7,5,3,"I think count and rate seem different, so I don't understand why both terms are used.Also it's visually confusing with the stacking as it's not clear if the orange bar goes all the way down ",9.537,116.666,123.751,13,7,1,1,7,1,3,"I have no domain knowledge to say whether it makes sense or not.,And I find the stacked format really confusing and pointless",2.013,33.198,34.181999999999995,2,5,,3.216,8.083,10.645999999999999,5,2,7,3,4,1,5,6,0.0,0.0,14.520999999999999,0,4,5,2,8,7,7,10,10,,3.22,13.722000000000001,15.507,8,4,4,2,2,3,4,10.286,20.375999999999998,21.820999999999998,6,1,,15.636,15.636,17.384,1,2,1980,California,6,1,1,,7,,,17,4,1,1.766,35.88,54.501999999999995,13,5a49d6a06d85f80001c25bc4,0,"{""startTime"":1678676948655,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678676893874,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678676769598,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":6929,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6916,""week"":""52"",""id"":""chart""},{""time"":14911,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2517,""week"":""19"",""id"":""chart""},{""time"":19392,""label"":""tour_next"",""step"":2},{""time"":22592,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678676878178,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",moderate,1.0,0.5,1,0.5 +2023-03-12 23:07:40,2023-03-12 23:17:14,0,75.172.177.246,100,573,1,2023-03-12 23:17:14,R_1rPvaQfO3zfCdsf,,,,,47.6631,-122.3029,anonymous,EN,1,46.247,46.247,47.262,1,,,,,,,,0.0,0.0,15.109000000000002,0,85,84,35,6.5329999999999995,10.534,17.795,3,13.522,21.926,25.863000000000003,2,1,1,28.502,38.116,41.553999999999995,2,-3,-3,35.383,67.596,84.941,8,1,14.687000000000001,67.203,71.197,4,0.0,0.0,15.011,0,4,3,5,5,5,5,,6.072,19.647000000000002,21.342,7,4,5,3,7,7,4,"Well it doesn't include a source to verify its statistics, but other than that, it appears to be trustworthy. I'm not really sure, as I am not an expert in insect troubles or fungi troubles in Croatia of all places.",1.631,2.8,51.215,2,5,,4.298,8.921,10.407,7,2,7,3,4,1,5,6,6.71,16.820999999999998,18.595,4,2,5,2,4,4,6,10,10,,4.463,25.189,27.021,16,5,4,1,2,5,4,6.817,26.945999999999998,27.750999999999998,11,2,,1.6440000000000001,1.6440000000000001,5.631,1,1,1998,Washington,3,1,1,,7,,,4,3,2,1.198,36.927,38.201,15,610333282a90d4b77609c5f8,0,"{""startTime"":1678677035221,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678677057088,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678676950797,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":23,""label"":""tour_started""},{""time"":5657,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1550,""week"":""52"",""id"":""chart""},{""time"":11841,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1033,""week"":""52"",""id"":""chart""},{""time"":13514,""label"":""tour_next"",""step"":2},{""time"":19159,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1216,""week"":""52"",""id"":""chart2""},{""time"":21918,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678677019758,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":2143},{""label"":""window_focused"",""time"":11167}]}",simple,1.0,0.0,1,1.0 +2023-03-12 23:09:51,2023-03-12 23:20:45,0,24.214.85.223,100,654,1,2023-03-12 23:20:46,R_3pi2kNkyG6wUhE5,,,,,33.4734,-82.0111,anonymous,EN,1,4.37,4.37,10.457,1,1.0,3.0,1.0,2.156,6.018,7.672000000000001,2.0,0.0,0.0,15.110999999999999,0,70,44,72,6.188,15.109000000000002,16.703,3,6.312,66.363,69.442,9,1,1,39.452,50.354,52.803999999999995,2,-3,-3,30.615,50.376999999999995,52.903,2,1,18.389,32.995,34.935,2,0.0,0.0,16.224,0,3,3,4,4,4,4,,4.532,22.026,26.515,8,4,3,4,2,3,3,I don't know if the data is verifiable. ,2.063,2.063,16.746,1,4,,12.097000000000001,12.097000000000001,18.1,1,2,7,3,4,1,5,6,0.0,0.0,23.434,0,2,5,7,4,3,6,10,9,,10.425,26.748,29.865,8,4,4,3,2,2,4,3.005,31.465999999999998,35.435,6,5,4.0,3.9530000000000003,14.08,16.829,2,1,1997,Georgia,6,3,1,,7,,,12,3,1,2.15,60.601000000000006,62.971000000000004,16,5c17294778ee390001ab19e5,1,"{""startTime"":1678677319057,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678677176107,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_focused"",""time"":103425}]}","{""startTime"":1678677052421,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":21,""label"":""tour_started""},{""time"":6301,""label"":""tour_next"",""step"":5},{""time"":18481,""label"":""cleared_brush"",""using"":""Click""},{""time"":19888,""label"":""tour_back"",""step"":5},{""time"":29121,""label"":""tour_next"",""step"":5},{""time"":39529,""label"":""cleared_brush"",""using"":""Click""},{""time"":48054,""label"":""started_brush"",""startDate"":""2021-04-14"",""endDate"":""2021-06-25""},{""time"":49400,""label"":""tour_next"",""step"":5},{""time"":59094,""label"":""moved_brush"",""startDate"":""2021-07-30"",""endDate"":""2021-10-10""},{""time"":60233,""label"":""tour_next"",""step"":5},{""time"":63468,""label"":""cleared_brush"",""using"":""Click""},{""time"":64757,""label"":""tour_next"",""step"":5},{""time"":66351,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678677157889,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":9385}]}",complex,1.0,0.0,1,1.0 +2023-03-12 23:13:51,2023-03-12 23:22:43,0,174.63.59.104,100,531,1,2023-03-12 23:22:43,R_1g7xhCUCoRYIwAy,,,,,38.8503,-104.8567,anonymous,EN,1,3.845,3.845,4.89,1,1.0,3.0,2.0,4.015,10.03,12.0,2.0,0.0,0.0,15.107000000000001,0,73,79,55,10.096,15.234000000000002,16.930999999999997,3,8.357999999999999,12.843,22.021,2,1,1,17.452,34.064,35.878,3,-3,1,33.545,79.583,82.057,3,1,28.569000000000003,56.518,57.965,2,0.0,0.0,15.007,0,3,7,4,4,5,4,,7.021,22.288,25.593000000000004,7,5,5,4,6,5,5,"Although there are no hard data associated with this, it seems like a plausible number of cases based on societal behaviors of vacc/unvacc individuals.",1.643,1.643,45.785,1,2,,3.273,4.861000000000001,8.398,2,2,7,3,4,1,5,6,0.0,0.0,19.283,0,3,4,10,9,3,7,9,10,,3.87,25.05,28.024,10,4,4,1,1,4,5,2.945,16.355999999999998,17.4,6,5,1.0,3.4339999999999997,9.009,11.602,2,1,1981,Colorado,7,1,1,,7,,,14,2,1,2.062,68.993,74.11399999999999,17,5e11882114ae638303c715d9,1,"{""startTime"":1678677478424,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678677415910,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678677295689,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":8340,""label"":""tour_next"",""step"":2},{""time"":12829,""label"":""tour_end"",""step"":2},{""time"":18190,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1453,""week"":""1"",""id"":""chart""}]}","{""startTime"":1678677400468,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",moderate,1.0,0.5,1,0.5 +2023-03-12 22:56:45,2023-03-12 23:22:56,0,72.218.13.127,100,1570,1,2023-03-12 23:22:56,R_vrc5DL09FLrqtGx,,,,,37.11,-76.5115,anonymous,EN,1,4.354,4.354,6.218,1,,,,,,,,3.502,5.235,16.172,3,81,0,0,58.555,160.915,162.121,7,3.0789999999999997,523.207,527.5980000000001,31,-1,-1,3.886,153.52,154.547,8,-1,-1,2.983,9.883,11.081,5,-1,121.291,271.634,272.875,10,6.465,6.465,15.01,1,1,1,1,1,1,1,,3.18,24.473000000000003,25.868000000000002,9,1,1,1,1,1,1,I don't know how to read them and its too much,2.6289999999999996,2.6289999999999996,24.219,1,1,,2.245,10.564,11.685,5,2,7,3,4,1,5,6,3.4010000000000002,25.825,27.144000000000002,3,1,1,1,1,1,1,1,1,,1.6230000000000002,11.690999999999999,12.849,13,5,5,1,1,5,1,1.787,45.974,47.123999999999995,11,4,,11.712,14.655999999999999,15.865,4,1,1991,Virginia,3,2,1,,3,,,4,3,1,1.589,114.49,115.691,35,62e6c5d05d354e1f99d612e4,0,"{""startTime"":1678677344631,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":4468},{""label"":""window_focused"",""time"":4679}]}","{""startTime"":1678677302465,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678676435199,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":47,""label"":""tour_started""},{""time"":5255,""label"":""tour_next"",""step"":5},{""time"":30822,""label"":""cleared_brush"",""using"":""Click""},{""time"":34356,""label"":""cleared_brush"",""using"":""Click""},{""time"":35453,""label"":""cleared_brush"",""using"":""Click""},{""time"":38244,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-08-21""},{""time"":39301,""label"":""moved_brush"",""startDate"":""2021-05-25"",""endDate"":""2021-10-10""},{""time"":42953,""label"":""moved_brush"",""startDate"":""2021-07-16"",""endDate"":""2021-12-02""},{""time"":120241,""label"":""moved_brush"",""startDate"":""2021-11-26"",""endDate"":""2021-12-02""},{""time"":128617,""label"":""tour_back"",""step"":5},{""time"":137336,""label"":""tour_next"",""step"":5},{""time"":152775,""label"":""started_brush"",""startDate"":""2021-08-01"",""endDate"":""2021-08-09""},{""time"":154177,""label"":""moved_brush"",""startDate"":""2021-08-01"",""endDate"":""2021-08-24""},{""time"":155300,""label"":""tour_next"",""step"":5},{""label"":""window_blurred"",""time"":173292},{""label"":""window_focused"",""time"":297671},{""label"":""window_blurred"",""time"":355902},{""label"":""window_focused"",""time"":372726},{""time"":379111,""label"":""started_brush"",""startDate"":""2021-07-02"",""endDate"":""2021-08-04""},{""time"":384009,""label"":""moved_brush"",""startDate"":""2021-12-23"",""endDate"":""2022-01-25""},{""time"":385811,""label"":""moved_brush"",""startDate"":""2021-05-03"",""endDate"":""2021-06-05""},{""time"":387342,""label"":""tour_next"",""step"":5},{""time"":469726,""label"":""moved_brush"",""startDate"":""2021-05-03"",""endDate"":""2021-07-04""},{""time"":472175,""label"":""started_brush"",""startDate"":""2021-07-25"",""endDate"":""2021-08-29""},{""time"":474257,""label"":""started_brush"",""startDate"":""2021-09-15"",""endDate"":""2021-10-10""},{""time"":476923,""label"":""started_brush"",""startDate"":""2021-10-19"",""endDate"":""2021-11-11""},{""time"":478237,""label"":""moved_brush"",""startDate"":""2021-10-19"",""endDate"":""2021-11-24""},{""time"":480021,""label"":""started_brush"",""startDate"":""2021-12-02"",""endDate"":""2021-12-19""},{""time"":481942,""label"":""started_brush"",""startDate"":""2022-01-03"",""endDate"":""2022-01-27""},{""time"":483790,""label"":""started_brush"",""startDate"":""2022-01-18"",""endDate"":""2022-02-06""},{""time"":486955,""label"":""started_brush"",""startDate"":""2021-04-17"",""endDate"":""2021-05-17""},{""time"":487712,""label"":""moved_brush"",""startDate"":""2021-04-17"",""endDate"":""2021-05-21""},{""time"":490876,""label"":""started_brush"",""startDate"":""2021-06-13"",""endDate"":""2021-08-03""},{""time"":492244,""label"":""moved_brush"",""startDate"":""2021-06-13"",""endDate"":""2021-11-13""},{""time"":496623,""label"":""moved_brush"",""startDate"":""2021-06-13"",""endDate"":""2021-08-27""},{""time"":549598,""label"":""cleared_brush"",""using"":""Click""},{""time"":550837,""label"":""started_brush"",""startDate"":""2021-11-20"",""endDate"":""2021-12-29""},{""time"":552785,""label"":""started_brush"",""startDate"":""2022-01-16"",""endDate"":""2022-01-29""},{""time"":555244,""label"":""tour_next"",""step"":5},{""time"":563780,""label"":""tour_end"",""step"":5},{""label"":""window_blurred"",""time"":573151},{""label"":""window_focused"",""time"":574314}]}","{""startTime"":1678677286837,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",complex,0.0,0.0,0,0.0 +2023-03-12 23:15:40,2023-03-12 23:28:09,0,47.232.88.100,100,748,1,2023-03-12 23:28:11,R_1n29yspyMQhoH9u,,,,,38.5317,-89.9988,anonymous,EN,1,8.067,8.699,9.225,2,,,,,,,,0.0,0.0,15.007,0,78,64,62,12.152999999999999,19.951,24.705,4,7.3389999999999995,159.386,180.75400000000002,17,1,1,24.237,35.056,36.535,2,-3,-3,33.324,76.043,77.20100000000001,4,1,43.236000000000004,43.236000000000004,44.386,1,5.56,9.291,16.316,7,5,5,5,4,5,4,This graph's coloring is unpleasant.,6.662000000000001,15.888,30.221999999999998,7,5,5,4,3,3,4,"It seems scientific, though I don't like the way the data is presented.",2.9189999999999996,2.9189999999999996,20.549,1,5,Thank you for the opportunity.,8.927,10.022,20.877,2,2,7,3,4,1,5,6,0.0,0.0,20.715999999999998,0,6,6,8,7,6,7,8,8,"None, thanks :)",4.121,19.113,23.998,9,4,3,2,2,4,4,2.654,25.090999999999998,27.926,11,4,,3.1919999999999997,3.1919999999999997,4.862,1,1,1996,Illinois,6,1,1,,7,,,19,5,2,0.799,111.221,115.448,24,5c7e14531c3cf8001638b5b0,0,"{""startTime"":1678677707067,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678677636794,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_focused"",""time"":32360}]}","{""startTime"":1678677393001,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":17,""label"":""tour_started""},{""time"":10425,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1019,""week"":""1"",""id"":""chart""},{""time"":25195,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1840,""week"":""22"",""id"":""chart""},{""time"":28875,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1139,""week"":""15"",""id"":""chart""},{""time"":31814,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1089,""week"":""15"",""id"":""chart""},{""time"":33168,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1305,""week"":""41"",""id"":""chart""},{""time"":39022,""label"":""tour_next"",""step"":5},{""time"":54060,""label"":""cleared_brush"",""using"":""Click""},{""time"":59193,""label"":""cleared_brush"",""using"":""Click""},{""time"":65386,""label"":""cleared_brush"",""using"":""Click""},{""time"":66358,""label"":""cleared_brush"",""using"":""Click""},{""time"":66844,""label"":""cleared_brush"",""using"":""Click""},{""time"":71884,""label"":""cleared_brush"",""using"":""Click""},{""time"":72982,""label"":""cleared_brush"",""using"":""Click""},{""time"":81694,""label"":""started_brush"",""startDate"":""2021-04-08"",""endDate"":""2021-05-12""},{""time"":84001,""label"":""cleared_brush"",""using"":""Click""},{""time"":88653,""label"":""cleared_brush"",""using"":""Click""},{""time"":102161,""label"":""cleared_brush"",""using"":""Click""},{""time"":104433,""label"":""tour_next"",""step"":5},{""time"":119960,""label"":""cleared_brush"",""using"":""Click""},{""time"":122527,""label"":""cleared_brush"",""using"":""Click""},{""time"":125567,""label"":""cleared_brush"",""using"":""Click""},{""time"":126755,""label"":""cleared_brush"",""using"":""Click""},{""time"":129300,""label"":""cleared_brush"",""using"":""Click""},{""time"":132120,""label"":""cleared_brush"",""using"":""Click""},{""time"":133296,""label"":""cleared_brush"",""using"":""Click""},{""time"":134622,""label"":""cleared_brush"",""using"":""Click""},{""time"":137414,""label"":""cleared_brush"",""using"":""Click""},{""time"":140485,""label"":""cleared_brush"",""using"":""Click""},{""time"":141969,""label"":""moved_brush"",""startDate"":""2021-08-10"",""endDate"":""2021-10-08""},{""time"":144257,""label"":""cleared_brush"",""using"":""Click""},{""time"":148522,""label"":""cleared_brush"",""using"":""Click""},{""time"":149283,""label"":""tour_next"",""step"":5},{""time"":154387,""label"":""cleared_brush"",""using"":""Click""},{""time"":154387,""label"":""cleared_brush"",""using"":""Escape""},{""time"":155376,""label"":""tour_next"",""step"":5},{""time"":159383,""label"":""tour_end"",""step"":5},{""time"":174528,""label"":""started_brush"",""startDate"":""2021-09-05"",""endDate"":""2022-02-07""},{""time"":175447,""label"":""cleared_brush"",""using"":""Click""},{""time"":178739,""label"":""cleared_brush"",""using"":""Click""}]}","{""startTime"":1678677618832,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":13995}]}",complex,1.0,0.0,1,1.0 +2023-03-12 23:18:41,2023-03-12 23:28:31,0,99.9.227.253,100,590,1,2023-03-12 23:28:32,R_2tMAIUb1zU7FkvP,,,,,39.7436,-86.1158,anonymous,EN,1,5.176,24.003,24.998,3,2.0,,2.0,2.7319999999999998,2.7319999999999998,3.763,1.0,0.0,0.0,15.01,0,50,100,50,11.19,23.246,27.691,3,11.732999999999999,21.339000000000002,35.77,2,1,-3,25.754,47.199,48.906000000000006,2,-3,-3,38.217,74.525,75.402,3,-1,40.488,40.488,41.306000000000004,1,0.0,0.0,15.027000000000001,0,3,7,3,5,5,1,,19.122,41.818000000000005,45.423,6,7,5,3,1,1,5,"You told me to assume that I trust the data. I don't, but that's what you told me to do.",3.322,25.756999999999998,29.203000000000003,5,4,,6.6,6.6,8.599,1,2,7,3,4,1,5,6,0.0,0.0,14.585999999999999,0,1,1,1,1,1,1,1,1,"I don't trust scientists. I would trust science, except it is performed by humans.",2.8160000000000003,20.48,39.303000000000004,10,1,1,4,5,1,2,8.427,19.182000000000002,19.975,6,6,2.0,2.201,12.944,14.277000000000001,2,2,1977,Indiana,7,3,1,,8,Indianapolis,,10,4,2,2.596,67.952,74.298,31,55cb79e0fdf99b3c26ae4bca,1,"{""startTime"":1678677706055,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":1338},{""label"":""window_focused"",""time"":8098}]}","{""startTime"":1678677751942,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678677605058,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":17,""label"":""tour_started""},{""time"":11727,""label"":""tour_next"",""step"":2},{""time"":21333,""label"":""tour_end"",""step"":2},{""time"":26488,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1269,""week"":""1"",""id"":""chart2""},{""time"":27927,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1974,""week"":""1"",""id"":""chart""},{""time"":29963,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3538,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678677690558,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",simple,0.5,0.0,0,0.5 +2023-03-12 23:20:47,2023-03-12 23:31:34,0,66.61.113.24,100,646,1,2023-03-12 23:31:36,R_3hyC0Rwbk7iPMzb,,,,,40.8784,-82.6541,anonymous,EN,1,13.969000000000001,13.969000000000001,15.408,1,,,,,,,,0.0,0.0,15.009,0,83,82,70,8.892000000000001,16.484,17.495,3,14.548,20.866999999999997,35.593,2,-2,1,10.414000000000001,33.173,34.177,4,-3,-3,27.339000000000002,66.275,69.218,2,1,24.252,24.252,33.569,1,0.0,0.0,15.11,0,5,4,5,5,6,5,,11.943,21.807,25.118000000000002,6,6,6,6,6,6,6,I trust this visualization,1.382,18.294,34.505,2,3,,7.944,7.944,15.052999999999999,1,2,7,3,4,1,5,6,39.488,39.488,54.797,1,3,5,4,4,1,5,10,11,,4.383,16.248,18.476,8,4,4,2,3,4,4,8.911,37.878,39.37,7,4,,5.912999999999999,5.912999999999999,7.654,1,1,1998,Ohio,2,2,1,,7,,,4,3,1,1.274,127.273,153.864,43,63d80e0449b458dd5f8140be,0,"{""startTime"":1678677860351,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678677789034,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_focused"",""time"":580},{""label"":""window_blurred"",""time"":8079},{""label"":""window_focused"",""time"":20745},{""label"":""window_blurred"",""time"":22526},{""label"":""window_focused"",""time"":26007}]}","{""startTime"":1678677702874,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":7198,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1417,""week"":""48"",""id"":""chart""},{""time"":9631,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1750,""week"":""1"",""id"":""chart""},{""time"":14542,""label"":""tour_next"",""step"":2},{""time"":17698,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1050,""week"":""2"",""id"":""chart2""},{""time"":20862,""label"":""tour_end"",""step"":2},{""time"":23060,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2274,""week"":""50"",""id"":""chart2""},{""time"":29872,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1626,""week"":""32"",""id"":""chart2""}]}","{""startTime"":1678677773491,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":15157}]}",simple,0.5,0.0,1,0.5 +2023-03-12 23:21:18,2023-03-12 23:33:09,0,24.193.135.1,100,710,1,2023-03-12 23:33:10,R_1QLPEXxUJgrVGxr,,,,,40.6001,-73.7497,anonymous,EN,1,13.707,15.215,16.283,3,,,,,,,,0.0,0.0,15.114,0,44,21,12,18.152,38.536,39.705999999999996,6,5.019,32.713,35.238,5,-1,-1,23.4,30.728,31.685,4,1,-1,12.59,77.952,78.937,8,-1,16.646,25.646,26.401999999999997,4,3.0269999999999997,10.492,15.020999999999999,3,3,3,3,1,2,3,none,1.511,35.229,38.681,10,1,1,1,1,1,3,I don't know if these are actually facts or its random data.,3.366,38.089,42.693000000000005,2,5,none,12.474,22.165,23.891,5,2,7,3,4,1,5,6,10.08,26.054000000000002,26.986,3,5,5,8,7,7,7,8,10,none,6.735,31.863000000000003,34.75,12,1,3,1,2,2,3,9.692,44.911,46.701,8,2,,8.797,23.840999999999998,25.406,3,1,1979,New York,3,1,1,,8,Rockaway Park,,9,2,1,3.8280000000000003,146.819,147.803,28,63f2e107c4d0bc684b99d2c6,0,"{""startTime"":1678677852171,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678677891525,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678677721221,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":31,""label"":""tour_started""},{""time"":14958,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1069,""week"":""45"",""id"":""chart""},{""time"":17465,""label"":""tour_next"",""step"":2},{""time"":23741,""label"":""tour_end"",""step"":2},{""time"":26825,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2907,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678677836494,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",moderate,0.0,0.5,0,0.5 +2023-03-12 23:24:07,2023-03-12 23:33:12,0,67.182.177.152,100,544,1,2023-03-12 23:33:13,R_1oBenWNiEBzuFqv,,,,,37.6752,-120.9465,anonymous,EN,1,5.432,5.432,6.439,1,,,,,,,,0.0,0.0,15.014000000000001,0,100,100,78,4.2669999999999995,15.84,18.502,6,17.73,23.842,50.437,2,-1,1,15.123,29.58,32.37,10,-3,-3,25.857,55.243,55.678999999999995,3,1,20.576,20.576,22.401,1,0.0,0.0,15.02,0,5,4,6,4,5,5,,5.892,28.831,39.586,9,4,4,5,2,7,6,I don't think that there is any reason for anyone to lie about the data on the visualization. The graph seems like it has accurate information.,2.8080000000000003,2.8080000000000003,27.35,1,6,When using the interactive graph a box with information got stuck open and appeared on every page of the survey and blocked some of the information on the other graphs.,5.3389999999999995,6.51,58.924,2,2,7,3,4,1,5,6,0.0,0.0,16.184,0,1,1,2,4,1,3,11,10,,6.5,17.155,19.535,8,3,3,1,2,5,3,12.012,27.595,28.6,7,1,,8.084,8.084,9.656,1,2,1989,California,7,2,1,,9,,Modesto,11,4,1,2.292,72.317,76.579,43,5fb54678abd965015f4ae7b7,0,"{""startTime"":1678678036782,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678076930,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678677913946,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":4788,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2724,""week"":""2"",""id"":""chart""},{""time"":8612,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2563,""week"":""52"",""id"":""chart""},{""time"":15497,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1490,""week"":""42"",""id"":""chart""},{""time"":17725,""label"":""tour_next"",""step"":2},{""time"":23837,""label"":""tour_end"",""step"":2},{""time"":24660,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1489,""week"":""52"",""id"":""chart""},{""time"":27960,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8942,""week"":""52"",""id"":""chart""},{""time"":37693,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1658,""week"":""51"",""id"":""chart""},{""time"":45254,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1252,""week"":""6"",""id"":""chart""}]}","{""startTime"":1678678021174,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":4315,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1159,""week"":""3"",""id"":""chart""},{""time"":5799,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8297,""week"":""2"",""id"":""chart""}]}",moderate,0.5,0.0,1,0.0 +2023-03-12 23:24:38,2023-03-12 23:34:35,0,98.15.201.132,100,597,1,2023-03-12 23:34:36,R_232a0FWkOGkpCHe,,,,,41.3944,-74.3332,anonymous,EN,1,1.555,10.597999999999999,11.446,2,1.0,2.0,2.0,2.0140000000000002,5.642,10.970999999999998,2.0,0.0,0.0,15.057,0,100,100,52,18.006,31.495,32.374,5,6.551,13.324000000000002,17.277,2,1,1,29.048000000000002,43.03,44.957,3,-3,-3,17.587,90.501,110.904,4,1,32.729,34.196,37.153,2,0.0,0.0,15.022,0,6,3,3,6,6,6,,7.5089999999999995,21.02,24.923000000000002,7,6,6,6,5,5,6,it's from the CDC,3.819,3.819,13.055,1,4,,6.822,6.822,9.987,1,2,7,3,4,1,5,6,0.0,0.0,26.238000000000003,0,1,6,1,6,1,1,11,10,,9.226,28.035,29.987,9,2,3,3,3,1,3,18.426,53.373999999999995,55.464,8,2,2.0,0.846,17.403,19.213,3,1,1999,New York,3,3,1,,7,,,18,4,2,4.296,59.028,63.531000000000006,13,640e11f99076926cad445e1e,1,"{""startTime"":1678678109673,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678135861,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678677963933,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":73,""label"":""tour_started""},{""time"":6518,""label"":""tour_next"",""step"":2},{""time"":13289,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678678093639,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":10598,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1286,""week"":""34"",""id"":""chart""}]}",moderate,1.0,0.0,1,0.0 +2023-03-12 23:27:36,2023-03-12 23:34:43,0,98.188.190.24,100,427,1,2023-03-12 23:34:44,R_vOdpQIc9BfTck13,,,,,36.0344,-114.9705,anonymous,EN,1,3.238,3.238,4.038,1,1.0,2.0,2.0,0.0,0.0,3.885,0.0,0.0,0.0,15.109000000000002,0,82,92,71,8.78,12.25,13.495,3,7.267,22.261999999999997,28.164,3,-3,1,49.89,64.78399999999999,68.391,3,1,-3,11.718,34.021,35.245,3,1,26.271,26.541999999999998,29.427,2,0.0,0.0,15.013,0,4,4,5,5,5,5,,7.369,19.047,20.669,8,4,5,5,3,4,4,"It states the source and the source should be somewhere that I trust. But then again, anyone can claim the source is from this place but not be true.",2.188,2.188,32.294000000000004,1,5,,4.92,4.92,6.202999999999999,1,2,7,3,4,1,5,6,0.0,0.0,16.968,0,6,7,8,9,7,6,10,10,,0.0,0.0,15.407,0,2,2,3,3,3,4,0.0,0.0,14.665,0,2,2.0,0.0,0.0,11.077,0,1,1991,Nevada,5,2,1,,7,,,6,4,2,6.575,54.494,58.62,16,5e1f7b2a4c9b832b34e7c9d3,1,"{""startTime"":1678678217431,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678238594,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678104502,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":7260,""label"":""tour_next"",""step"":2},{""time"":13170,""label"":""tour_end"",""step"":2},{""time"":13848,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1849,""week"":""41"",""id"":""chart""},{""time"":18005,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3779,""week"":""52"",""id"":""chart""},{""time"":22990,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1110,""week"":""52"",""id"":""chart2""}]}","{""startTime"":1678678201902,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":3779,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2195,""week"":""52"",""id"":""chart2""},{""time"":13131,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1949,""week"":""52"",""id"":""chart""}]}",simple,0.5,0.5,1,0.5 +2023-03-12 23:23:49,2023-03-12 23:34:45,0,69.23.103.128,100,655,1,2023-03-12 23:34:45,R_9N8K5fxwjCP8WUp,,,,,44.2433,-88.3564,anonymous,EN,1,16.133,16.133,16.992,1,1.0,1.0,1.0,7.671,9.382,10.880999999999998,2.0,0.0,0.0,15.015,0,67,80,46,12.995,19.307000000000002,20.105,3,6.7620000000000005,9.769,11.552,2,1,1,42.178999999999995,53.51,55.082,2,-3,-3,31.421,49.691,50.945,2,-2,137.619,137.619,139.096,1,0.0,0.0,15.009,0,4,4,4,4,4,4,,10.312999999999999,13.345999999999998,16.033,6,6,6,6,6,6,6,its easy to understand,1.964,1.964,13.635,1,4,,5.497999999999999,5.497999999999999,7.4510000000000005,1,2,7,3,4,1,5,6,0.0,0.0,14.030999999999999,0,9,9,9,9,9,9,9,9,,6.364,11.657,13.819,8,1,1,5,4,1,1,18.047,31.375999999999998,33.123000000000005,7,4,2.0,3.259,7.689,8.839,2,2,1988,Wisconsin,4,2,1,,7,,,4,5,1,2.274,55.15,59.285,16,5e8681d1fc96dd135df99ee6,1,"{""startTime"":1678678132993,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678096926,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678013117,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":35,""label"":""tour_started""},{""time"":4508,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1481,""week"":""50"",""id"":""chart""},{""time"":6746,""label"":""tour_next"",""step"":2},{""time"":9752,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678678081155,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":5054,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3108,""week"":""51"",""id"":""chart2""}]}",simple,1.0,0.0,0,1.0 +2023-03-12 23:20:27,2023-03-12 23:34:49,0,72.219.78.66,100,861,1,2023-03-12 23:34:50,R_2E77mJLu1PZxmrB,,,,,33.6128,-117.6622,anonymous,EN,1,257.195,261.504,263.171,8,,,,,,,,2.897,2.897,15.008,1,100,100,50,0.268,25.943,27.820999999999998,11,4.666,50.06,51.297,9,1,1,1.7369999999999999,34.861999999999995,36.016,10,-3,-3,2.17,42.613,43.852,16,1,2.34,41.593999999999994,42.678999999999995,5,2.1390000000000002,5.526,15.014000000000001,2,3,4,4,4,5,5,,3.668,25.589000000000002,26.769000000000002,11,5,5,5,1,3,5,I have no reason not to believe the information presented to me,2.8339999999999996,4.96,18.405,3,6,,3.012,7.291,8.539,5,2,7,3,4,1,5,6,4.853,13.59,14.383,4,3,6,6,5,6,7,9,9,,3.3310000000000004,20.309,21.395,14,4,4,2,2,4,4,4.579,17.93,23.647,10,2,,1.92,3.662,4.752,3,2,1972,California,7,1,1,,7,,,13,4,1,1.4380000000000002,57.519,60.592,28,5b894987e79bf50001e1ff95,0,"{""startTime"":1678678227596,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678046916,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":2811},{""label"":""window_focused"",""time"":18550}]}","{""startTime"":1678677943121,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":20,""label"":""tour_started""},{""time"":9347,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1534,""week"":""45"",""id"":""chart""},{""time"":10981,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1183,""week"":""43"",""id"":""chart""},{""time"":15155,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2518,""week"":""52"",""id"":""chart""},{""time"":18835,""label"":""tour_next"",""step"":2},{""time"":27058,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1968,""week"":""2"",""id"":""chart2""},{""time"":30309,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1299,""week"":""6"",""id"":""chart2""},{""time"":34727,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1367,""week"":""33"",""id"":""chart2""},{""time"":38060,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1734,""week"":""51"",""id"":""chart2""},{""time"":48377,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678678031338,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",simple,1.0,0.0,1,1.0 +2023-03-12 23:18:58,2023-03-12 23:35:53,0,68.46.90.139,100,1014,1,2023-03-12 23:35:53,R_12hI9VBFMasfujl,,,,,45.2377,-93.2765,anonymous,EN,1,4.713,4.713,5.931,1,1.0,2.0,2.0,1.156,3.865,4.54,2.0,0.0,0.0,15.107999999999999,0,100,83,74,7.3660000000000005,10.812999999999999,11.681,4,5.419,10.564,29.676,2,1,-3,43.638999999999996,52.458,53.221000000000004,2,-3,1,2.678,63.067,64.499,22,-3,9.856,30.99,32.543,2,0.0,0.0,15.005999999999998,0,4,3,4,6,5,6,,9.36,20.596,22.355,8,4,5,5,7,7,5,"The data makes sense to me, and I like that the axes are consistent. ",1.5759999999999998,2.701,17.227,2,4,,4.55,7.829,8.593,5,2,7,3,4,1,5,6,12.181,17.225,338.68,2,3,7,9,9,6,8,11,10,,8.308,18.724,20.227,11,5,4,1,1,5,5,5.497000000000001,19.959,20.909000000000002,7,5,3.0,3.215,22.974,23.612,6,1,1991,Minnesota,6,1,1,,4,,,17,3,1,2.478,51.821000000000005,53.622,20,63e081512a825f68bcfdc757,1,"{""startTime"":1678677742181,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678677682668,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678677583539,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":5413,""label"":""tour_next"",""step"":2},{""time"":10558,""label"":""tour_end"",""step"":2},{""time"":11288,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1204,""week"":""52"",""id"":""chart2""},{""time"":12800,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5512,""week"":""52"",""id"":""chart""},{""time"":21768,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1551,""week"":""52"",""id"":""chart2""}]}","{""startTime"":1678677667197,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":4523,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2041,""week"":""52"",""id"":""chart""}]}",simple,0.5,0.5,0,0.5 +2023-03-12 23:28:32,2023-03-12 23:36:14,0,67.182.64.231,100,461,1,2023-03-12 23:36:14,R_1GTxX0GlJFNNFW0,,,,,38.580999999999996,-121.4939,anonymous,EN,1,3.81,3.81,5.2860000000000005,1,1.0,2.0,2.0,1.3,3.0389999999999997,3.7710000000000004,2.0,0.0,0.0,15.106,0,93,100,100,9.137,21.555,25.537,4,7.66,27.213,27.798000000000002,8,1,1,30.061,37.085,38.165,2,-3,-3,6.334,61.196999999999996,62.193999999999996,8,1,14.76,24.468000000000004,25.453000000000003,2,12.633,12.633,15.013,1,7,3,7,6,6,7,,8.477,21.921999999999997,24.313000000000002,7,5,6,6,1,3,6,"It said ""Assuming you trust the information"". So, assuming I trust the actual numbers, I do not feel the visualization was doing anything to try and misrepresent those numbers.",4.112,54.248999999999995,54.913999999999994,8,6,,4.327,4.327,6.098,1,2,7,3,4,1,5,6,0.0,0.0,13.487,0,1,1,10,10,1,6,9,10,,3.7089999999999996,16.595,17.84,9,4,3,3,3,3,4,8.999,20.643,23.197,6,6,2.0,2.274,8.147,10.305,2,1,1998,California,6,3,1,,7,,,19,4,1,1.974,40.906,44.805,12,640e54837a907926a3ee82aa,1,"{""startTime"":1678678362848,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678280493,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":4168},{""label"":""window_focused"",""time"":10171}]}","{""startTime"":1678678173446,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":13477,""label"":""tour_next"",""step"":2},{""time"":19000,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678678264865,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":8252},{""label"":""window_focused"",""time"":12520}]}",moderate,1.0,0.0,1,0.0 +2023-03-12 23:21:52,2023-03-12 23:37:08,0,70.123.36.249,100,915,1,2023-03-12 23:37:08,R_phC14PS2rTiRoQN,,,,,30.2627,-97.7467,anonymous,EN,1,24.594,25.096999999999998,26.107,2,1.0,3.0,2.0,4.335,7.035,8.327,2.0,0.0,0.0,15.118,0,100,100,85,5.001,26.061,26.705,5,15.673,19.115,59.331,2,1,1,27.588,40.0,41.772,2,-3,-3,66.148,179.52700000000002,183.465,11,1,42.651,42.651,44.387,1,2.2569999999999997,2.2569999999999997,15.02,1,6,5,6,6,6,5,,3.285,64.54899999999999,67.71600000000001,9,6,5,5,3,4,5,Seems to align with scientific data in regards to the efficacy of the covid-19 vaccine. The only reason I didn't put strong agree is because I just in general try not to believe everything I see on the internet without fact-checking.,2.7960000000000003,2.7960000000000003,83.443,1,2,,7.827000000000001,10.966,17.232,4,2,7,3,4,1,5,6,0.0,0.0,28.249000000000002,0,1,1,1,1,4,1,10,8,,12.421,45.526,70.88,14,3,3,1,1,4,5,10.432,38.53,40.2,6,1,2.0,13.917,29.046999999999997,31.405,5,1,1991,Texas,6,1,1,,7,,,6,4,1,5.83,85.26700000000001,86.823,22,610878f08e2b6c83ea3905da,1,"{""startTime"":1678678066270,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678134441,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678677807199,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":11103,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3509,""week"":""50"",""id"":""chart""},{""time"":15667,""label"":""tour_next"",""step"":2},{""time"":19110,""label"":""tour_end"",""step"":2},{""time"":22691,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2095,""week"":""52"",""id"":""chart""},{""time"":25619,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2858,""week"":""6"",""id"":""chart""},{""time"":30673,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":26157,""week"":""6"",""id"":""chart""}]}","{""startTime"":1678678050792,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",moderate,1.0,0.0,1,0.0 +2023-03-12 23:25:56,2023-03-12 23:37:26,0,76.132.72.146,100,690,1,2023-03-12 23:37:26,R_RklXsEeQFmhn1Yt,,,,,37.3177,-122.0438,anonymous,EN,1,16.873,16.873,17.646,1,1.0,3.0,1.0,3.622,6.369,7.1979999999999995,2.0,0.0,0.0,15.125,0,79,19,66,4.145,19.756,22.839000000000002,4,17.484,62.034,91.94,7,1,-3,41.411,49.14,63.565,2,1,-1,66.877,90.365,91.134,3,1,34.255,34.255,37.0,1,6.662999999999999,7.46,15.015999999999998,2,4,5,5,4,3,4,,3.225,27.433000000000003,29.484,13,4,7,4,2,2,4,"I think it looks accurate to my knowledge, but it needs to indicate the source for me to say that I fully trust the visualization.",2.051,14.671,58.231,6,5,,1.536,10.970999999999998,12.898,3,2,7,3,4,1,5,6,0.0,0.0,25.82,0,6,4,8,5,9,3,10,11,,5.3629999999999995,18.754,20.608,10,3,2,2,3,4,2,14.558,32.854,33.833,10,3,1.0,2.4,6.881,9.0,2,1,2005,California,1,3,1,,2,,,13,3,2,2.387,80.65100000000001,86.323,31,63d8548b51a28912d9fba859,1,"{""startTime"":1678678175150,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678205355,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":11354,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1143,""week"":""51"",""id"":""chart""},{""time"":13157,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1038,""week"":""50"",""id"":""chart""}]}","{""startTime"":1678678030028,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":23,""label"":""tour_started""},{""time"":9015,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1696,""week"":""3"",""id"":""chart""},{""time"":11097,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4045,""week"":""3"",""id"":""chart""},{""time"":17478,""label"":""tour_next"",""step"":5},{""time"":25298,""label"":""cleared_brush"",""using"":""Click""},{""time"":28148,""label"":""started_brush"",""startDate"":""2021-05-30"",""endDate"":""2021-11-01""},{""time"":31045,""label"":""tour_next"",""step"":5},{""time"":34967,""label"":""moved_brush"",""startDate"":""2021-06-14"",""endDate"":""2021-11-17""},{""time"":36339,""label"":""moved_brush"",""startDate"":""2021-06-14"",""endDate"":""2021-08-26""},{""time"":37606,""label"":""tour_next"",""step"":5},{""time"":41698,""label"":""cleared_brush"",""using"":""Click""},{""time"":43648,""label"":""tour_next"",""step"":5},{""time"":48285,""label"":""tour_end"",""step"":5},{""time"":51762,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1279,""week"":""6"",""id"":""chart""},{""time"":53389,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1184,""week"":""6"",""id"":""chart""},{""time"":58930,""label"":""started_brush"",""startDate"":""2022-01-01"",""endDate"":""2022-02-07""},{""time"":65107,""label"":""cleared_brush"",""using"":""Click""},{""time"":71467,""label"":""started_brush"",""startDate"":""2021-04-06"",""endDate"":""2021-07-30""},{""time"":76015,""label"":""moved_brush"",""startDate"":""2021-04-06"",""endDate"":""2021-07-03""},{""time"":76934,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1169,""week"":""15"",""id"":""chart""},{""time"":79575,""label"":""cleared_brush"",""using"":""Click""},{""time"":86310,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1850,""week"":""1"",""id"":""chart""}]}","{""startTime"":1678678159699,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":10667,""label"":""started_brush"",""startDate"":""2021-10-28"",""endDate"":""2022-01-07""},{""time"":11908,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1184,""week"":""44"",""id"":""chart""}]}",complex,0.5,0.5,1,1.0 +2023-03-12 23:25:24,2023-03-12 23:37:30,0,76.107.134.196,100,725,1,2023-03-12 23:37:30,R_1kXN6Klz7fR2rnW,,,,,35.1499,-90.0558,anonymous,EN,1,120.17200000000001,120.17200000000001,130.937,1,,,,,,,,0.0,0.0,15.008,0,73,87,67,34.938,40.251,41.383,3,15.937000000000001,19.254,28.285,2,1,1,27.499000000000002,44.181999999999995,48.434,3,1,-3,22.301,57.135,58.784,2,1,52.703,52.703,54.101000000000006,1,0.0,0.0,15.109000000000002,0,5,7,5,7,5,5,It does not say why there were so many pests certain weeks. ,9.527999999999999,70.652,71.118,9,5,5,5,7,2,5,"It is clear, especially because you can see exact numbers by hovering over it, plus it is weekly data so it is easy to compare each week. ",1.3459999999999999,1.3459999999999999,41.126999999999995,1,5,,6.559,9.81,11.470999999999998,5,2,7,3,4,1,5,6,0.0,0.0,21.209,0,2,2,3,3,2,4,3,3,,10.765999999999998,21.634,26.618000000000002,8,4,4,2,2,4,3,13.797,31.680999999999997,33.243,6,5,,7.428999999999999,7.428999999999999,9.326,1,2,2001,Tennessee,3,1,1,,7,,,15,2,1,2.435,62.56,66.245,19,6108bfbf2e07c5612eb90182,0,"{""startTime"":1678678291745,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678222825,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678119400,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":20,""label"":""tour_started""},{""time"":9797,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2677,""week"":""1"",""id"":""chart""},{""time"":13253,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1141,""week"":""51"",""id"":""chart""},{""time"":15935,""label"":""tour_next"",""step"":2},{""time"":19249,""label"":""tour_end"",""step"":2},{""time"":21420,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2265,""week"":""1"",""id"":""chart""},{""time"":23756,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1131,""week"":""2"",""id"":""chart""}]}","{""startTime"":1678678207222,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":2875,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5289,""week"":""2"",""id"":""chart""},{""time"":10273,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1076,""week"":""3"",""id"":""chart""}]}",moderate,1.0,0.5,1,0.5 +2023-03-12 23:28:33,2023-03-12 23:38:19,0,98.213.160.72,100,586,1,2023-03-12 23:38:19,R_Zn6w6YOyxBWXxLP,,,,,41.8482,-87.6521,anonymous,EN,1,3.813,3.813,5.28,1,1.0,4.0,2.0,1.9769999999999999,3.383,4.59,2.0,0.0,0.0,15.013,0,98,100,99,7.4670000000000005,17.34,18.84,7,10.209,13.887,19.414,2,1,-3,19.474,27.816999999999997,29.971999999999998,2,1,1,22.264,96.74600000000001,98.745,4,1,37.925,37.925,40.144,1,0.0,0.0,15.013,0,5,3,3,6,7,3,,5.194,17.785,20.116,6,5,7,7,7,4,7,It took me a second to realize the stacked nature of the bars makes it difficult to compare populations visually. Weeks where both populations spiked make the unvaccinated population look disproportionately higher,3.8930000000000002,3.8930000000000002,44.397,1,5,,9.91,11.624,19.332,2,2,7,3,4,1,5,6,0.0,0.0,24.554000000000002,0,2,5,2,5,4,9,10,11,,3.378,27.85,29.112,11,4,1,2,2,4,4,13.993,37.777,59.896,8,5,2.0,3.458,8.911,10.472999999999999,2,1,1993,Illinois,6,3,1,,2,,,16,2,1,2.864,74.154,92.47399999999999,14,615a1d9297d4e05d6df9da22,1,"{""startTime"":1678678365414,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678300160,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678165756,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":10157,""label"":""tour_next"",""step"":2},{""time"":13835,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678678284785,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":5890,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6110,""week"":""1"",""id"":""chart""},{""time"":12464,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1038,""week"":""2"",""id"":""chart""}]}",moderate,0.5,1.0,1,1.0 +2023-03-12 23:28:03,2023-03-12 23:39:53,0,71.1.156.211,100,709,1,2023-03-12 23:39:54,R_1Hdi1kTkTuBg3L6,,,,,28.9108,-81.5248,anonymous,EN,1,18.39,19.194000000000003,69.04,2,,,,,,,,0.0,0.0,15.03,0,85,42,41,10.359000000000002,47.872,52.363,7,7.108,31.479,46.333999999999996,3,-2,1,32.204,43.45399999999999,45.059,2,-3,-3,34.649,68.41199999999999,70.94,2,1,34.365,34.365,36.541,1,0.0,0.0,15.164000000000001,0,3,2,3,4,4,4,What happened the week of December 27th? How does that compare to previous Decembers?,16.939,39.395,60.093999999999994,7,4,4,3,1,1,4,"I have no reason not to, but then I don't care enough to fact check it.",2.458,2.458,19.649,1,6,,4.188,5.608,8.02,4,2,7,3,4,1,5,6,0.0,0.0,21.055999999999997,0,1,3,1,2,3,1,8,8,,3.963,21.471999999999998,33.42,11,2,2,1,4,2,3,4.252,23.461,25.249000000000002,8,1,,1.4780000000000002,1.4780000000000002,4.553999999999999,1,1,1989,Florida,7,1,1,,7,,,1,3,1,0.027000000000000003,76.343,80.77,17,63e5ffdf639ebdcf35aacb09,0,"{""startTime"":1678678392272,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678344402,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678231009,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":410,""label"":""tour_started""},{""time"":11426,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4840,""week"":""51"",""id"":""chart""},{""time"":18673,""label"":""tour_next"",""step"":2},{""time"":22542,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2123,""week"":""52"",""id"":""chart2""},{""time"":24700,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3115,""week"":""1"",""id"":""chart2""},{""time"":30986,""label"":""tour_end"",""step"":2},{""time"":36443,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1571,""week"":""5"",""id"":""chart2""},{""time"":39331,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1895,""week"":""52"",""id"":""chart""},{""time"":43010,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1002,""week"":""52"",""id"":""chart2""}]}","{""startTime"":1678678326559,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",simple,0.5,0.0,1,0.5 +2023-03-12 23:23:18,2023-03-12 23:40:22,0,68.32.110.193,100,1023,1,2023-03-12 23:40:22,R_1kLGitbJyAuEvO8,,,,,36.3403,-86.7195,anonymous,EN,1,33.895,33.895,35.376999999999995,1,1.0,3.0,1.0,1.371,2.9530000000000003,4.047,2.0,0.0,0.0,15.009,0,92,60,72,10.978,30.638,33.836,4,13.373,84.304,97.665,14,-2,1,30.528000000000002,85.234,86.676,2,-3,-3,51.9,132.61700000000002,135.416,7,-3,176.554,187.84,189.185,4,0.0,0.0,15.112,0,6,5,6,6,5,5,,26.708000000000002,42.00899999999999,44.402,6,5,6,5,5,5,6,I trust it because of the data that is presented within it.,1.5030000000000001,36.343,36.852,2,6,,5.422000000000001,5.422000000000001,6.767,1,2,7,3,4,1,5,6,0.0,0.0,12.5,0,5,7,7,7,7,8,10,9,,15.578,113.777,116.089,11,4,4,2,2,5,4,7.275,29.421,30.688000000000002,6,2,2.0,59.06399999999999,67.693,69.074,3,2,1994,Tennessee,7,3,1,,7,,,7,3,1,1.653,39.692,47.131,19,612fea78b655df755fe7db24,1,"{""startTime"":1678678266094,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678202510,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678677898925,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":19,""label"":""tour_started""},{""time"":11244,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1147,""week"":""51"",""id"":""chart""},{""time"":13364,""label"":""tour_next"",""step"":5},{""time"":18995,""label"":""started_brush"",""startDate"":""2021-08-09"",""endDate"":""2021-11-25""},{""time"":21202,""label"":""tour_next"",""step"":5},{""time"":24567,""label"":""moved_brush"",""startDate"":""2021-05-22"",""endDate"":""2021-09-07""},{""time"":28964,""label"":""moved_brush"",""startDate"":""2021-05-22"",""endDate"":""2021-09-07""},{""time"":30285,""label"":""moved_brush"",""startDate"":""2021-05-22"",""endDate"":""2021-11-08""},{""time"":31285,""label"":""tour_next"",""step"":5},{""time"":43171,""label"":""cleared_brush"",""using"":""Click""},{""time"":43171,""label"":""cleared_brush"",""using"":""Escape""},{""time"":44384,""label"":""tour_next"",""step"":5},{""label"":""window_blurred"",""time"":48693},{""label"":""window_focused"",""time"":63159},{""time"":65384,""label"":""tour_end"",""step"":5},{""time"":70750,""label"":""started_brush"",""startDate"":""2021-04-24"",""endDate"":""2021-05-27""},{""time"":75667,""label"":""moved_brush"",""startDate"":""2021-09-18"",""endDate"":""2021-10-22""},{""time"":77457,""label"":""moved_brush"",""startDate"":""2021-07-06"",""endDate"":""2021-08-09""},{""time"":79781,""label"":""cleared_brush"",""using"":""Click""},{""time"":81320,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1433,""week"":""50"",""id"":""chart""},{""time"":93621,""label"":""started_brush"",""startDate"":""2021-04-18"",""endDate"":""2021-05-30""},{""time"":95884,""label"":""cleared_brush"",""using"":""Click""},{""time"":95884,""label"":""cleared_brush"",""using"":""Escape""}]}","{""startTime"":1678678186793,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":8275,""label"":""started_brush"",""startDate"":""2021-10-18"",""endDate"":""2022-01-08""},{""time"":14214,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1324,""week"":""52"",""id"":""chart""}]}",complex,0.5,0.0,0,0.0 +2023-03-12 23:31:56,2023-03-12 23:40:23,0,68.84.26.109,100,507,1,2023-03-12 23:40:23,R_1Qa84VBi0xYwevQ,,,,,30.4274,-84.258,anonymous,EN,1,3.855,3.855,5.043,1,1.0,1.0,1.0,1.704,4.596,5.858,3.0,0.0,0.0,15.011,0,100,100,69,9.357999999999999,13.285,14.640999999999998,3,30.121,39.163000000000004,40.672,2,-2,1,20.467,38.029,39.875,2,-3,-3,30.491,46.522,47.983999999999995,2,1,23.815,23.815,27.215999999999998,1,0.0,0.0,15.014000000000001,0,3,3,3,6,6,5,,7.974,33.38,38.729,12,4,6,4,2,3,5,It seems pretty logical... as to the timing and pattern of cases.,3.785,4.765,22.552,2,5,,4.59,8.174,10.324000000000002,3,2,7,3,4,1,5,6,0.0,0.0,20.791,0,5,7,6,5,9,6,9,9,,11.737,31.093000000000004,33.306,11,5,5,1,1,5,5,4.226,23.785999999999998,24.682,7,3,1.0,26.103,31.842,34.556,2,1,1985,Florida,6,3,1,,7,,,10,4,1,2.3680000000000003,53.332,55.711000000000006,13,60f66877a0a732b6dbe3485d,1,"{""startTime"":1678678465073,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678504675,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678367373,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":17,""label"":""tour_started""},{""time"":24607,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4312,""week"":""52"",""id"":""chart""},{""time"":30117,""label"":""tour_next"",""step"":2},{""time"":37059,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1315,""week"":""52"",""id"":""chart2""},{""time"":39159,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678678449639,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",simple,0.5,0.0,1,0.5 +2023-03-12 23:32:28,2023-03-12 23:40:41,0,67.82.209.97,100,492,1,2023-03-12 23:40:42,R_27JNXmmIg4vq0e6,,,,,40.5582,-74.5262,anonymous,EN,1,10.739,15.665999999999999,16.989,3,,,,,,,,9.869,14.437000000000001,15.024000000000001,5,58,41,46,3.911,10.530999999999999,11.392999999999999,9,3.5069999999999997,14.642999999999999,15.550999999999998,6,1,1,18.02,25.105999999999998,27.305999999999997,3,1,-2,11.069,53.451,54.958,5,1,33.834,33.834,35.188,1,0.0,0.0,15.02,0,4,4,2,4,4,4,,4.766,10.509,12.370999999999999,7,4,3,2,4,4,4,"It looks easy to follow, but anyone can bend data.",1.454,1.454,12.690999999999999,1,4,,2.748,4.0889999999999995,5.2010000000000005,3,2,7,3,4,1,5,6,4.843,15.248,16.24,2,6,7,3,6,2,7,6,5,,3.62,10.302,11.594000000000001,10,3,3,2,3,4,4,1.8630000000000002,11.068,11.569,10,2,,3.275,3.7119999999999997,6.4,2,1,1989,New Jersey,7,2,1,,7,,,9,4,1,2.084,120.68799999999999,122.40700000000001,59,601e13b872774f263d64acac,0,"{""startTime"":1678678575966,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678545780,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_focused"",""time"":3423}]}","{""startTime"":1678678457491,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":37,""label"":""tour_started""},{""time"":5037,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1643,""week"":""2"",""id"":""chart""},{""time"":11926,""label"":""tour_next"",""step"":2},{""time"":13508,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678678529647,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":5341}]}",moderate,1.0,0.5,1,0.5 +2023-03-12 23:28:01,2023-03-12 23:41:03,0,71.8.83.241,100,782,1,2023-03-12 23:41:04,R_3KBz2hTjMzmmyrM,,,,,33.2663,-86.902,anonymous,EN,1,11.97,11.97,13.865,1,,,,,,,,0.0,0.0,15.1,0,100,85,93,8.236,11.946,14.001,3,17.54,66.937,87.375,7,1,1,1.464,36.824,37.58,16,-3,-3,1.068,71.46300000000001,72.237,32,-2,38.047,81.245,83.602,2,0.0,0.0,15.093,0,6,5,5,6,6,6,"I've never seen such a well detailed interactive graph such as this before. I will say for such large amounts of data with many variables, the interactive slider is needed. ",7.385,17.02,50.915,7,5,6,6,3,1,6,"Very detailed, nicely organized with plenty of information.",1.6869999999999998,1.6869999999999998,15.100999999999999,1,4,,6.349,6.349,8.652999999999999,1,2,7,3,4,1,5,6,0.0,0.0,28.455,0,4,4,5,8,5,4,10,10,,6.023,18.424,20.721,8,4,5,1,1,5,5,8.672,26.092,27.389,6,2,,5.8,5.8,7.879,1,2,1999,Alabama,6,2,1,,8,Frisco City,,5,3,1,2.5069999999999997,218.00599999999997,218.608,103,61706d258625bf685b7d6902,0,"{""startTime"":1678678324658,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678397249,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678135589,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":119,""label"":""tour_started""},{""time"":7721,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1400,""week"":""43"",""id"":""chart""},{""time"":17508,""label"":""tour_next"",""step"":5},{""time"":24050,""label"":""cleared_brush"",""using"":""Click""},{""time"":24815,""label"":""cleared_brush"",""using"":""Click""},{""time"":25867,""label"":""cleared_brush"",""using"":""Click""},{""time"":26809,""label"":""started_brush"",""startDate"":""2021-06-30"",""endDate"":""2021-08-28""},{""time"":28467,""label"":""tour_next"",""step"":5},{""time"":34442,""label"":""moved_brush"",""startDate"":""2021-06-30"",""endDate"":""2021-08-05""},{""time"":35425,""label"":""tour_next"",""step"":5},{""time"":39821,""label"":""moved_brush"",""startDate"":""2021-07-16"",""endDate"":""2021-08-22""},{""time"":41510,""label"":""cleared_brush"",""using"":""Click""},{""time"":41510,""label"":""cleared_brush"",""using"":""Escape""},{""time"":41872,""label"":""cleared_brush"",""using"":""Click""},{""time"":41873,""label"":""cleared_brush"",""using"":""Escape""},{""time"":52702,""label"":""tour_next"",""step"":5},{""time"":57285,""label"":""tour_end"",""step"":5},{""time"":61258,""label"":""started_brush"",""startDate"":""2021-06-10"",""endDate"":""2021-10-07""},{""time"":64858,""label"":""moved_brush"",""startDate"":""2021-06-10"",""endDate"":""2021-09-30""},{""time"":66273,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1077,""week"":""31"",""id"":""chart""},{""time"":72563,""label"":""moved_brush"",""startDate"":""2021-07-26"",""endDate"":""2021-09-30""},{""time"":74189,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":2119,""week"":""37"",""id"":""chart""},{""time"":82604,""label"":""moved_brush"",""startDate"":""2021-09-06"",""endDate"":""2021-09-30""},{""time"":84951,""label"":""moved_brush"",""startDate"":""2021-12-15"",""endDate"":""2022-01-07""}]}","{""startTime"":1678678308544,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":13093,""label"":""started_brush"",""startDate"":""2021-10-31"",""endDate"":""2022-01-01""}]}",complex,1.0,0.0,0,0.0 +2023-03-12 23:30:03,2023-03-12 23:41:45,0,107.193.125.27,100,701,1,2023-03-12 23:41:45,R_RkoA9bzY6Kr2CmR,,,,,30.671,-87.1737,anonymous,EN,1,3.5439999999999996,23.983,25.964000000000002,6,1.0,3.0,2.0,1.6219999999999999,18.952,19.961,4.0,0.0,0.0,15.114,0,100,23,87,9.527000000000001,14.198,14.844000000000001,3,22.781,52.68,76.78399999999999,5,1,1,5.553,43.026,46.731,10,1,-2,8.531,89.415,90.257,5,1,11.675,60.693000000000005,61.156000000000006,4,0.0,0.0,15.01,0,5,4,5,2,2,5,I would've much rather this be split into 2 different graphs based on vaccination rather than one graph with every single group ,6.246,60.778,61.095,11,2,2,2,2,2,5,I trust the makers of the graph ,1.113,31.433000000000003,33.773,2,4,,10.166,12.323,13.577,2,2,7,3,4,1,5,6,10.136000000000001,10.5,30.302,2,2,2,1,4,2,4,11,7,,6.104,31.135,31.615,20,4,1,1,2,4,2,7.221,35.221,45.63399999999999,10,2,1.0,5.7829999999999995,11.648,13.158,3,1,2003,Florida,3,1,1,,2,,,14,3,2,3.3139999999999996,63.438,66.21600000000001,39,63ee7c9441abc1335d678cab,1,"{""startTime"":1678678444189,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678505682,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678290139,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":9899,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1378,""week"":""3"",""id"":""chart""},{""time"":14242,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7345,""week"":""52"",""id"":""chart""},{""time"":22778,""label"":""tour_next"",""step"":5},{""time"":33344,""label"":""started_brush"",""startDate"":""2021-05-17"",""endDate"":""2021-08-23""},{""time"":34139,""label"":""tour_next"",""step"":5},{""time"":37289,""label"":""moved_brush"",""startDate"":""2021-07-19"",""endDate"":""2021-10-25""},{""time"":39230,""label"":""tour_next"",""step"":5},{""time"":47296,""label"":""cleared_brush"",""using"":""Click""},{""time"":47296,""label"":""cleared_brush"",""using"":""Escape""},{""time"":48677,""label"":""tour_next"",""step"":5},{""time"":52677,""label"":""tour_end"",""step"":5},{""time"":56231,""label"":""started_brush"",""startDate"":""2021-05-02"",""endDate"":""2021-05-21""},{""time"":70167,""label"":""cleared_brush"",""using"":""Click""},{""time"":73339,""label"":""cleared_brush"",""using"":""Click""},{""time"":73339,""label"":""cleared_brush"",""using"":""Escape""}]}","{""startTime"":1678678428814,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":9607,""label"":""started_brush"",""startDate"":""2021-06-14"",""endDate"":""2021-06-19""},{""time"":11382,""label"":""cleared_brush"",""using"":""Click""},{""time"":11382,""label"":""cleared_brush"",""using"":""Escape""},{""time"":14573,""label"":""started_brush"",""startDate"":""2021-10-30"",""endDate"":""2021-12-30""}]}",complex,1.0,0.5,1,1.0 +2023-03-12 23:32:55,2023-03-12 23:42:46,0,72.239.235.142,100,590,1,2023-03-12 23:42:46,R_2w14QXXZXgTuYJ0,,,,,28.5378,-80.6711,anonymous,EN,1,2.7680000000000002,2.7680000000000002,3.722,1,1.0,2.0,1.0,1.306,3.9019999999999997,5.135,2.0,4.0889999999999995,4.0889999999999995,15.120999999999999,1,59,17,39,5.54,10.524000000000001,12.655,3,37.255,124.639,127.471,12,1,1,32.48,43.286,44.68,2,-3,-3,0.903,49.793,51.397,5,1,15.792,25.302,26.939,2,0.0,0.0,15.113,0,4,2,4,4,5,4,,9.347999999999999,24.561,26.886999999999997,8,4,4,4,2,2,4,I can't tell for sure whether this data is accurate,1.794,2.807,27.734,2,4,,4.289,4.289,6.567,1,2,7,3,4,1,5,6,0.0,0.0,27.601,0,4,6,4,5,2,3,10,9,,6.862,17.035,18.845,8,4,2,2,2,3,3,6.382000000000001,23.044,24.031,10,2,2.0,3.8710000000000004,9.912,12.770999999999999,3,2,1995,Florida,5,2,1,,4,,,5,2,1,2.146,99.815,103.515,22,6109d5b1a9daba0fb4e833b9,1,"{""startTime"":1678678596312,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":1867,""label"":""started_brush"",""startDate"":""2021-11-08"",""endDate"":""2021-12-23""},{""time"":3450,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1610,""week"":""51"",""id"":""chart""}]}","{""startTime"":1678678624458,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":5601},{""label"":""window_focused"",""time"":6918}]}","{""startTime"":1678678424980,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":13311,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":15068,""week"":""52"",""id"":""chart""},{""time"":30380,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3299,""week"":""14"",""id"":""chart""},{""time"":37251,""label"":""tour_next"",""step"":5},{""time"":67135,""label"":""started_brush"",""startDate"":""2021-05-18"",""endDate"":""2021-08-10""},{""time"":68489,""label"":""tour_next"",""step"":5},{""time"":80031,""label"":""moved_brush"",""startDate"":""2021-07-23"",""endDate"":""2021-10-15""},{""time"":81215,""label"":""tour_next"",""step"":5},{""time"":86470,""label"":""cleared_brush"",""using"":""Click""},{""time"":88749,""label"":""tour_next"",""step"":5},{""time"":101937,""label"":""tour_end"",""step"":5},{""time"":106378,""label"":""started_brush"",""startDate"":""2021-04-09"",""endDate"":""2021-05-31""},{""time"":108297,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4033,""week"":""15"",""id"":""chart""},{""time"":113569,""label"":""cleared_brush"",""using"":""Click""},{""time"":118249,""label"":""started_brush"",""startDate"":""2021-10-14"",""endDate"":""2022-01-16""},{""time"":120339,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3819,""week"":""52"",""id"":""chart""},{""time"":125683,""label"":""cleared_brush"",""using"":""Click""}]}","{""startTime"":1678678580615,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":2389,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1528,""week"":""47"",""id"":""chart""},{""time"":9621,""label"":""started_brush"",""startDate"":""2021-06-24"",""endDate"":""2021-10-01""},{""time"":10972,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2181,""week"":""33"",""id"":""chart""},{""time"":13194,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1542,""week"":""32"",""id"":""chart""}]}",complex,1.0,0.0,1,1.0 +2023-03-12 23:34:18,2023-03-12 23:42:49,0,173.175.212.17,100,510,1,2023-03-12 23:42:49,R_414vg6VCJrsFTKF,,,,,32.7797,-96.8022,anonymous,EN,1,3.406,4.093,4.83,2,,,,,,,,0.0,0.0,15.005999999999998,0,87,76,90,6.095,10.936,11.58,5,12.231,48.167,49.918,6,-3,1,1.274,75.22800000000001,76.333,10,1,-3,23.346,36.378,37.001,2,1,48.133,62.254,63.258,2,0.0,0.0,15.12,0,3,3,4,4,5,5,,3.258,20.058,21.688000000000002,8,5,5,5,7,7,5,The exact numbers when you hover over the bars makes me trust it more.,2.908,2.908,30.112,1,3,,5.622999999999999,5.622999999999999,7.01,1,2,7,3,4,1,5,6,0.0,0.0,28.375999999999998,0,4,5,4,6,2,3,8,9,,3.2239999999999998,14.807,16.464000000000002,15,4,4,1,1,5,5,3.029,28.315,29.328000000000003,12,5,,3.255,3.255,4.1739999999999995,1,1,2005,Texas,1,2,2,,9,,Dallas,8,2,1,1.869,63.23,63.875,33,63f77fe7daecacc6523836d1,0,"{""startTime"":1678678673851,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":14184},{""label"":""window_focused"",""time"":18117}]}","{""startTime"":1678678624964,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678495431,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":19,""label"":""tour_started""},{""time"":12224,""label"":""tour_next"",""step"":5},{""time"":21022,""label"":""cleared_brush"",""using"":""Click""},{""time"":22453,""label"":""started_brush"",""startDate"":""2021-07-29"",""endDate"":""2021-08-11""},{""time"":23794,""label"":""tour_next"",""step"":5},{""time"":31225,""label"":""started_brush"",""startDate"":""2021-05-30"",""endDate"":""2021-06-20""},{""time"":35403,""label"":""started_brush"",""startDate"":""2021-08-23"",""endDate"":""2021-10-16""},{""time"":38203,""label"":""moved_brush"",""startDate"":""2021-06-29"",""endDate"":""2021-08-22""},{""time"":38929,""label"":""tour_next"",""step"":5},{""time"":43951,""label"":""cleared_brush"",""using"":""Click""},{""time"":43951,""label"":""cleared_brush"",""using"":""Escape""},{""time"":45282,""label"":""tour_next"",""step"":5},{""time"":48160,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678678609446,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":13500,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1094,""week"":""52"",""id"":""chart""}]}",complex,0.5,0.5,1,1.0 +2023-03-12 23:32:46,2023-03-12 23:43:27,0,68.161.163.31,100,640,1,2023-03-12 23:43:27,R_1oAPoQyQ0zNVjPW,,,,,40.5948,-73.9715,anonymous,EN,1,10.402000000000001,10.402000000000001,11.584000000000001,1,,,,,,,,0.0,0.0,15.107999999999999,0,100,100,67,14.431,21.871,22.7,3,16.85,25.721,27.517,2,1,-2,12.696,41.633,47.078,4,-3,-3,34.288000000000004,58.176,59.29,3,1,40.223,40.223,43.591,1,0.0,0.0,15.005999999999998,0,5,1,5,5,6,5,,18.089000000000002,41.935,44.836999999999996,8,4,6,6,1,7,6,I see no reason to not trust the data,1.546,24.381,25.296999999999997,3,5,,6.9270000000000005,14.825999999999999,15.5,3,2,7,3,4,1,5,6,0.0,0.0,18.077,0,3,4,6,7,6,5,10,10,,5.724,45.401,47.22,8,4,4,1,2,4,5,9.167,49.538000000000004,50.912,11,3,,9.169,9.169,10.932,1,1,1997,New York,6,2,3,,2,,,4,4,1,2.324,90.134,101.834,24,5b1a3fa488ee7400012aef74,0,"{""startTime"":1678678513800,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":198,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1089,""week"":""50"",""id"":""chart""}]}","{""startTime"":1678678559154,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":27487},{""label"":""window_focused"",""time"":27605},{""label"":""window_blurred"",""time"":27619},{""label"":""window_focused"",""time"":32879}]}","{""startTime"":1678678423118,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":6135,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1134,""week"":""33"",""id"":""chart""},{""time"":11403,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2849,""week"":""52"",""id"":""chart""},{""time"":16848,""label"":""tour_next"",""step"":2},{""time"":20119,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2517,""week"":""52"",""id"":""chart2""},{""time"":25718,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678678498457,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",simple,0.5,0.0,1,0.5 +2023-03-12 23:37:30,2023-03-12 23:43:53,0,208.104.213.129,100,382,1,2023-03-12 23:43:54,R_3dKXJBwKmfb0AGv,,,,,35.0125,-80.9309,anonymous,EN,1,1.3659999999999999,2.154,2.911,2,,,,,,,,6.539,9.918,15.122,2,56,31,75,5.056,10.875,11.565,3,8.554,38.876999999999995,40.81,5,-2,-1,7.926,32.126,34.181999999999995,5,-1,-1,12.435,14.280999999999999,15.356,2,1,6.272,60.83,61.806999999999995,3,0.0,0.0,15.037,0,3,3,3,2,2,3,,11.314,22.139,24.624000000000002,7,3,7,3,1,1,3,I do not know the origin of this information.,1.7690000000000001,1.7690000000000001,12.787,1,4,,4.588,5.667000000000001,8.097999999999999,2,2,7,3,4,1,5,6,0.0,0.0,17.453,0,6,4,6,6,6,3,8,8,,3.29,19.762999999999998,20.204,10,4,3,2,3,3,3,6.024,26.232,26.915,6,3,,5.337000000000001,6.3870000000000005,6.79,2,2,1991,South Carolina,3,2,1,,7,,,2,2,2,1.419,34.133,35.258,11,5d76bf508da7af001b5fa26c,0,"{""startTime"":1678678805315,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678830982,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678686255,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":8548,""label"":""tour_next"",""step"":5},{""time"":17028,""label"":""cleared_brush"",""using"":""Click""},{""time"":22169,""label"":""started_brush"",""startDate"":""2021-08-18"",""endDate"":""2022-02-07""},{""time"":22868,""label"":""tour_next"",""step"":5},{""time"":29174,""label"":""moved_brush"",""startDate"":""2021-04-24"",""endDate"":""2021-10-14""},{""time"":29981,""label"":""tour_next"",""step"":5},{""time"":34824,""label"":""cleared_brush"",""using"":""Click""},{""time"":34824,""label"":""cleared_brush"",""using"":""Escape""},{""time"":36046,""label"":""tour_next"",""step"":5},{""time"":38871,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678678789754,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":5218,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2089,""week"":""51"",""id"":""chart""},{""time"":7409,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3110,""week"":""52"",""id"":""chart""}]}",complex,0.0,0.0,1,1.0 +2023-03-12 23:37:10,2023-03-12 23:44:23,0,71.61.184.166,100,433,1,2023-03-12 23:44:24,R_siIPstaAZwgnGCt,,,,,40.3177,-79.7223,anonymous,EN,1,1.861,1.861,2.5669999999999997,1,1.0,3.0,2.0,1.23,2.707,3.5639999999999996,2.0,0.0,0.0,15.12,0,86,100,54,3.117,7.9479999999999995,9.948,4,3.832,10.715,16.61,2,-2,1,14.95,27.368000000000002,28.412,3,1,-3,18.032,34.944,35.955,2,1,15.228,15.228,16.187,1,0.0,0.0,16.757,0,6,5,1,5,5,6,,3.457,10.023,12.0,6,5,5,3,2,3,6,"To me, the data backs up the intuitive sentiment that vaccines work. I trust that these numbers are an accurate reflection of how vaccines operate in terms of coming down with COVID-19.",1.972,1.972,37.874,1,5,,8.742,8.742,9.969,1,2,7,3,4,1,5,6,0.0,0.0,14.08,0,2,4,3,2,5,8,10,10,,2.931,14.581,16.303,11,4,3,3,3,3,5,1.208,4.163,5.501,6,1,2.0,2.17,8.706,9.629,2,1,1992,Pennsylvania,8,1,1,,7,,,10,4,2,1.824,78.532,79.42699999999999,25,60c2cc653d0c6208fc8899fc,1,"{""startTime"":1678678856846,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678741986,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678672459,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":3827,""label"":""tour_next"",""step"":2},{""time"":10710,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678678718282,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":13422}]}",simple,0.5,0.5,1,0.5 +2023-03-12 23:33:17,2023-03-12 23:44:39,0,107.3.222.77,100,681,1,2023-03-12 23:44:40,R_3CVDTxRddclXABu,,,,,37.0368,-88.5934,anonymous,EN,1,2.117,2.117,33.453,1,,,,,,,,0.0,0.0,15.107000000000001,0,75,88,69,19.583,42.452,44.1,6,26.313000000000002,31.478,37.834,2,1,1,17.784000000000002,28.336,34.569,2,1,-3,56.931000000000004,100.213,101.765,3,1,49.978,91.955,93.583,3,0.0,0.0,15.112,0,3,3,3,5,5,3,Need explaination of method at least.,13.072000000000001,43.693000000000005,64.156,10,4,5,5,1,1,3,It's just a graph I can't trust it or not trust it.,1.137,15.747,23.378,2,5,,4.217,6.042999999999999,11.661,2,2,7,3,4,1,5,6,0.0,0.0,21.209,0,1,1,1,1,1,1,1,1,,6.6610000000000005,16.642,19.238,9,2,3,4,4,4,2,4.221,17.273,18.453,6,7,,2.082,2.082,4.065,1,1,1983,Kentucky,3,3,1,,7,,,4,1,2,1.8780000000000001,67.06,69.631,27,5f8486766d8e7b0f17df0206,0,"{""startTime"":1678678715845,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678652473,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678496496,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":13117,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1327,""week"":""14"",""id"":""chart""},{""time"":17180,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1799,""week"":""6"",""id"":""chart""},{""time"":20278,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1833,""week"":""14"",""id"":""chart""},{""time"":26307,""label"":""tour_next"",""step"":2},{""time"":31472,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678678636943,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":8646,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1149,""week"":""2"",""id"":""chart""},{""time"":10765,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1051,""week"":""2"",""id"":""chart""},{""time"":12597,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1010,""week"":""2"",""id"":""chart""},{""time"":14149,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1178,""week"":""1"",""id"":""chart""}]}",moderate,1.0,0.5,1,0.5 +2023-03-12 23:33:36,2023-03-12 23:46:00,0,71.94.240.109,100,743,1,2023-03-12 23:46:01,R_2P29oLSa6m40Tek,,,,,42.1921,-121.7233,anonymous,EN,1,22.086,22.641,24.285999999999998,2,1.0,3.0,2.0,4.235,7.98,9.488999999999999,3.0,7.098,11.253,15.118,9,91,91,52,10.037,20.945,21.961,8,8.382,21.941,49.503,11,-1,1,20.046,76.316,77.359,44,-1,-3,50.967,99.82600000000001,103.544,8,1,1.82,42.451,44.353,6,0.0,0.0,15.015999999999998,0,5,4,5,4,6,5,,11.605,54.646,57.519,17,5,4,4,4,4,5,"The statement said ""Assuming you trust the data in this visualization"", so if the data is accurate and the graph is clear and readable, I would find it trustworthy. ",4.713,4.713,51.103,1,4,,5.095,9.161,10.181000000000001,4,2,7,3,4,1,5,6,4.872,32.794000000000004,34.143,6,3,3,5,3,3,3,6,6,,3.1060000000000003,30.881999999999998,32.701,18,4,4,3,2,4,4,9.372,35.126999999999995,36.006,9,3,2.0,16.548,24.634,25.593000000000004,7,2,1996,Oregon,7,2,1,,7,,,8,3,2,2.798,55.097,56.56,20,60fd933d5461857048f9e74c,1,"{""startTime"":1678678777734,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":37348},{""label"":""window_focused"",""time"":44214}]}","{""startTime"":1678678672707,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":42,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1049,""week"":""1"",""id"":""chart""},{""time"":1171,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3801,""week"":""2"",""id"":""chart""},{""time"":6776,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1064,""week"":""51"",""id"":""chart""},{""time"":11909,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2977,""week"":""49"",""id"":""chart""},{""time"":18068,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1854,""week"":""50"",""id"":""chart""},{""time"":20494,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1056,""week"":""50"",""id"":""chart""},{""time"":21594,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1138,""week"":""51"",""id"":""chart""}]}","{""startTime"":1678678503183,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":24,""label"":""tour_started""},{""time"":17520,""label"":""tour_next"",""step"":2},{""time"":21931,""label"":""tour_end"",""step"":2},{""time"":22684,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5282,""week"":""51"",""id"":""chart""},{""time"":32275,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1958,""week"":""14"",""id"":""chart""},{""time"":35668,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2670,""week"":""16"",""id"":""chart""},{""time"":40422,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1409,""week"":""21"",""id"":""chart""}]}","{""startTime"":1678678657225,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":5555,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1118,""week"":""3"",""id"":""chart""},{""time"":7622,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1201,""week"":""1"",""id"":""chart""},{""time"":8865,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4157,""week"":""52"",""id"":""chart""}]}",moderate,0.5,0.0,1,0.0 +2023-03-12 23:36:02,2023-03-12 23:46:18,0,129.107.80.53,100,616,1,2023-03-12 23:46:19,R_12D67AGPTV6radJ,,,,,32.7185,-97.1432,anonymous,EN,1,7.691,7.691,9.166,1,,,,,,,,0.0,0.0,15.110999999999999,0,100,100,88,8.982999999999999,21.878,24.776,4,18.753,29.28,30.958000000000002,2,1,1,9.517000000000001,73.242,75.967,3,-2,-3,26.041999999999998,75.35,77.362,3,1,35.199,35.199,36.096,1,0.0,0.0,15.11,0,4,6,1,5,6,6,,13.243,63.795,65.785,11,6,6,5,3,1,6,The visualization feels like it gives me very specific and clear information.,4.305,4.305,39.898,1,4,,4.7010000000000005,4.7010000000000005,6.431,1,2,7,3,4,1,5,6,0.0,0.0,21.094,0,5,3,1,5,4,5,10,9,,13.283,27.28,29.706999999999997,11,4,4,2,1,5,4,8.077,41.071000000000005,42.05,11,3,,5.73,5.73,7.62,1,2,1999,Texas,5,3,1,,3,,,17,3,2,2.261,55.368,56.035,12,5ed5afc6e8229914710ada06,0,"{""startTime"":1678678822030,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":14954,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1079,""week"":""52"",""id"":""chart""},{""time"":36058,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4611,""week"":""50"",""id"":""chart""}]}","{""startTime"":1678678748451,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":54,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5870,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678678623276,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":24,""label"":""tour_started""},{""time"":13673,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1716,""week"":""45"",""id"":""chart""},{""time"":15897,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1011,""week"":""50"",""id"":""chart""},{""time"":18741,""label"":""tour_next"",""step"":2},{""time"":21666,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3011,""week"":""1"",""id"":""chart2""},{""time"":29267,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678678731429,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",simple,1.0,0.0,1,1.0 +2023-03-12 23:35:11,2023-03-12 23:46:36,0,70.58.17.119,100,684,1,2023-03-12 23:46:36,R_1dB00tHs973qg8G,,,,,39.7301,-104.9078,anonymous,EN,1,5.312,5.312,6.292999999999999,1,1.0,3.0,1.0,5.305,11.732000000000001,12.623,2.0,0.0,0.0,15.116,0,66,31,38,8.975,15.073,16.226,3,21.561,30.99,31.598000000000003,3,-2,-3,68.16199999999999,88.29700000000001,88.663,3,-3,-3,47.155,79.29,80.741,2,-1,20.339000000000002,47.488,48.783,3,0.0,0.0,15.017999999999999,0,3,4,2,5,5,2,,3.3539999999999996,31.676,32.099000000000004,9,5,5,3,1,7,2,I feel as though this may be influenced by companies that make vaccines. ,4.697,4.697,44.778,1,2,,1.9469999999999998,17.238,20.015,9,2,7,3,4,1,5,6,0.0,0.0,28.134,0,1,2,1,2,2,4,7,4,,3.548,19.348,21.296999999999997,8,4,2,2,3,4,4,10.166,33.873000000000005,34.766999999999996,9,1,2.0,6.749,17.368,20.116,2,3,1983,Colorado,3,2,1,,7,,,7,4,1,4.525,100.584,111.35799999999999,25,5e643d29df313c1ced363682,1,"{""startTime"":1678678704781,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678737424,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678576173,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":14136,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1624,""week"":""50"",""id"":""chart""},{""time"":15802,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1812,""week"":""51"",""id"":""chart""},{""time"":17711,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1757,""week"":""52"",""id"":""chart""},{""time"":21556,""label"":""tour_next"",""step"":2},{""time"":27789,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678678689334,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":10730,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1050,""week"":""25"",""id"":""chart""},{""time"":12364,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1620,""week"":""32"",""id"":""chart""}]}",moderate,0.0,0.0,0,0.0 +2023-03-12 23:39:16,2023-03-12 23:48:09,0,174.61.155.120,100,533,1,2023-03-12 23:48:10,R_3iW5fCIsczUrofi,,,,,47.63,-122.2972,anonymous,EN,1,12.71,12.71,14.229000000000001,1,1.0,4.0,1.0,2.541,4.2410000000000005,5.151,2.0,9.234,9.234,15.011,1,81,40,57,13.182,27.555,29.193,7,3.511,8.231,17.671,2,1,1,24.234,41.086999999999996,48.552,2,-3,1,16.482,39.592,40.758,4,1,10.751,16.730999999999998,18.101,2,9.842,9.842,16.61,1,5,5,5,4,5,3,"The subtitles of the graph are somewhat misleading, the main header for both is what clarifies that it's COVID cases, not rates of people being vaccinated, which was my initial thought. Also for the second question on the last page, I was a little unsure about my answer because the question didn't specify over what duration",12.985999999999999,67.316,106.81700000000001,11,4,5,2,1,3,3,"context -- it's in a qualtrics survey. if it were published in a reputable news venue, then I would trust it more",1.475,1.475,30.065,1,4,,3.49,3.9960000000000004,5.229,2,2,7,3,4,1,5,6,10.867,12.447000000000001,25.204,2,5,6,4,6,7,6,8,10,,3.634,19.031,20.669,8,2,4,1,3,3,4,3.7460000000000004,21.678,22.99,7,1,1.0,1.6230000000000002,12.46,13.764000000000001,4,2,1995,Washington,7,3,1,,2,,,8,4,2,2.059,46.997,50.378,15,5bcfb99d77740000016b3dbf,1,"{""startTime"":1678678930617,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_focused"",""time"":4292}]}","{""startTime"":1678679037537,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678829359,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":3504,""label"":""tour_next"",""step"":2},{""time"":8223,""label"":""tour_end"",""step"":2},{""time"":12197,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2366,""week"":""1"",""id"":""chart""}]}","{""startTime"":1678678896400,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":4823,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1740,""week"":""52"",""id"":""chart2""},{""label"":""window_blurred"",""time"":11285}]}",simple,1.0,0.5,1,1.0 +2023-03-12 23:41:50,2023-03-12 23:48:19,0,47.230.199.10,100,388,1,2023-03-12 23:48:19,R_27QJONFOvGR6dqQ,,,,,40.7263,-73.9818,anonymous,EN,1,7.495,7.495,8.487,1,1.0,4.0,1.0,2.616,3.9219999999999997,4.602,2.0,0.0,0.0,15.117,0,79,64,30,7.986000000000001,16.599,18.473,5,6.992999999999999,8.962,20.223,2,-2,1,11.171,31.764,33.019,3,-1,-3,20.085,58.658,61.131,3,-3,7.162000000000001,22.486,24.642,6,0.0,0.0,15.015999999999998,0,5,7,5,5,5,5,,4.043,15.209000000000001,17.815,6,2,4,4,7,5,5,The data within the visualization comes from a reputable source,1.598,24.285999999999998,25.305999999999997,5,5,,3.9589999999999996,6.61,8.002,4,2,7,3,4,1,5,6,0.0,0.0,10.306,0,9,9,6,6,9,8,10,10,,2.5269999999999997,11.257,13.093,8,3,4,2,2,4,4,7.771,24.101999999999997,24.845,8,2,1.0,2.64,6.78,8.103,3,2,1998,New York,7,3,1,,7,,,17,3,2,1.5230000000000001,48.441,49.754,15,610386b89cf31f6859e7df7c,1,"{""startTime"":1678679063107,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678679081305,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678965125,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":4713,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1141,""week"":""52"",""id"":""chart""},{""time"":6990,""label"":""tour_next"",""step"":2},{""time"":8959,""label"":""tour_end"",""step"":2},{""time"":12545,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1576,""week"":""38"",""id"":""chart""},{""time"":14529,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1391,""week"":""52"",""id"":""chart""},{""time"":16427,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1647,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678679047558,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":5081,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1073,""week"":""6"",""id"":""chart""}]}",moderate,0.5,0.0,0,0.0 +2023-03-12 23:39:00,2023-03-12 23:48:20,0,144.163.27.131,100,560,1,2023-03-12 23:48:21,R_3QFORBYsb3C4f2S,,,,,33.5986,-86.3434,anonymous,EN,1,8.912,8.912,10.004,1,,,,,,,,0.0,0.0,15.105,0,77,98,50,12.68,20.081,21.268,3,4.555,67.108,69.411,15,-2,-2,25.211,41.457,43.163000000000004,3,1,-3,42.798,79.90100000000001,80.96300000000001,2,-3,60.1,66.319,67.773,5,0.0,0.0,15.124,0,4,5,4,4,5,5,,9.58,20.712,23.313000000000002,7,5,5,5,5,5,5,This was easy top understand and something the average person could understand.,2.835,2.835,23.801,1,5,,3.825,8.766,10.475999999999999,7,2,7,3,4,1,5,6,0.0,0.0,24.165,0,2,6,9,6,2,6,9,9,,5.122000000000001,20.148,22.3,8,4,4,1,4,4,4,7.315,17.207,19.021,6,5,,3.219,3.219,5.15,1,1,1969,Alabama,6,2,1,,9,,Pell City,4,2,1,1.1179999999999999,49.181000000000004,51.867,13,5e404a68f09a9f28310e8701,0,"{""startTime"":1678678953823,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678978162,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678798826,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":64,""label"":""tour_started""},{""time"":12722,""label"":""tour_next"",""step"":5},{""time"":32878,""label"":""started_brush"",""startDate"":""2021-06-08"",""endDate"":""2021-08-27""},{""time"":34183,""label"":""tour_next"",""step"":5},{""time"":37811,""label"":""moved_brush"",""startDate"":""2021-07-31"",""endDate"":""2021-10-18""},{""time"":40686,""label"":""tour_next"",""step"":5},{""time"":45314,""label"":""moved_brush"",""startDate"":""2021-06-28"",""endDate"":""2021-09-16""},{""time"":47053,""label"":""moved_brush"",""startDate"":""2021-10-14"",""endDate"":""2022-01-02""},{""time"":48501,""label"":""moved_brush"",""startDate"":""2021-05-17"",""endDate"":""2021-08-04""},{""time"":49935,""label"":""moved_brush"",""startDate"":""2021-04-07"",""endDate"":""2021-06-25""},{""time"":50783,""label"":""moved_brush"",""startDate"":""2021-04-08"",""endDate"":""2021-06-26""},{""time"":51962,""label"":""moved_brush"",""startDate"":""2021-04-08"",""endDate"":""2021-06-26""},{""time"":53888,""label"":""moved_brush"",""startDate"":""2021-05-22"",""endDate"":""2021-08-09""},{""time"":60433,""label"":""cleared_brush"",""using"":""Click""},{""time"":60433,""label"":""cleared_brush"",""using"":""Escape""},{""time"":61779,""label"":""tour_next"",""step"":5},{""time"":67094,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678678937665,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",complex,0.0,0.5,0,0.0 +2023-03-12 23:37:13,2023-03-12 23:48:23,0,69.138.232.140,100,670,1,2023-03-12 23:48:23,R_OB8SUtt2KSQ6oGB,,,,,39.1541,-76.717,anonymous,EN,1,0.462,1.4469999999999998,2.093,3,1.0,3.0,1.0,1.4180000000000001,2.215,3.8139999999999996,2.0,1.751,3.387,15.110999999999999,3,87,98,83,1.043,9.519,10.312000000000001,13,1.018,75.639,76.10300000000001,38,-3,-3,0.8240000000000001,43.062,44.202,34,1,-1,0.865,188.09599999999998,188.88299999999998,48,1,1.0070000000000001,103.779,104.524,43,0.905,11.626,15.012,4,5,5,7,5,5,5,,1.083,18.3,19.432000000000002,41,4,5,5,2,4,4,Id like to know more information. Such as states/countries where these results are being calculated from.,1.0590000000000002,1.49,28.500999999999998,2,3,,1.4,8.275,9.275,5,2,7,3,4,1,5,6,0.858,10.581,14.482999999999999,4,4,4,6,5,5,6,8,9,,0.86,20.224,20.717,31,3,3,4,4,3,3,1.564,14.802,17.081,28,4,3.0,0.855,6.3660000000000005,7.242000000000001,6,1,1999,Maryland,5,3,1,,3,,,7,4,2,1.095,52.183,54.536,31,603f31444049ae098abb8bf7,1,"{""startTime"":1678678874361,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678894241,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678677060,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":3448,""label"":""tour_next"",""step"":5},{""time"":15670,""label"":""tour_back"",""step"":5},{""time"":24902,""label"":""tour_next"",""step"":5},{""time"":28008,""label"":""cleared_brush"",""using"":""Click""},{""time"":33343,""label"":""moved_brush"",""startDate"":""2021-06-11"",""endDate"":""2021-11-06""},{""time"":34946,""label"":""moved_brush"",""startDate"":""2021-09-12"",""endDate"":""2022-02-07""},{""time"":43418,""label"":""moved_brush"",""startDate"":""2021-12-31"",""endDate"":""2022-02-07""},{""time"":45688,""label"":""started_brush"",""startDate"":""2021-10-22"",""endDate"":""2021-10-27""},{""time"":47573,""label"":""started_brush"",""startDate"":""2021-05-07"",""endDate"":""2021-06-18""},{""time"":47899,""label"":""moved_brush"",""startDate"":""2021-05-01"",""endDate"":""2021-06-18""},{""time"":48207,""label"":""cleared_brush"",""using"":""Click""},{""time"":48673,""label"":""tour_next"",""step"":5},{""time"":53129,""label"":""cleared_brush"",""using"":""Click""},{""time"":54838,""label"":""started_brush"",""startDate"":""2021-05-01"",""endDate"":""2021-08-02""},{""time"":56102,""label"":""moved_brush"",""startDate"":""2021-11-05"",""endDate"":""2022-02-07""},{""time"":56706,""label"":""tour_next"",""step"":5},{""time"":60928,""label"":""cleared_brush"",""using"":""Click""},{""time"":60928,""label"":""cleared_brush"",""using"":""Escape""},{""time"":61768,""label"":""tour_next"",""step"":5},{""time"":63978,""label"":""tour_end"",""step"":5},{""time"":68037,""label"":""started_brush"",""startDate"":""2021-05-24"",""endDate"":""2021-10-21""},{""time"":72284,""label"":""moved_brush"",""startDate"":""2021-05-24"",""endDate"":""2021-10-21""},{""time"":72550,""label"":""moved_brush"",""startDate"":""2021-05-24"",""endDate"":""2021-10-21""},{""time"":72736,""label"":""moved_brush"",""startDate"":""2021-05-24"",""endDate"":""2021-10-21""},{""time"":73736,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1923,""week"":""32"",""id"":""chart""}]}","{""startTime"":1678678858732,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":10340,""label"":""cleared_brush"",""using"":""Click""}]}",complex,0.0,0.5,1,1.0 +2023-03-12 23:41:37,2023-03-12 23:49:05,0,71.198.231.172,100,447,1,2023-03-12 23:49:05,R_1mE6szJMEdJRu4q,,,,,37.8414,-122.1254,anonymous,EN,1,7.731,7.731,9.057,1,,,,,,,,0.0,0.0,15.013,0,94,43,50,7.367000000000001,17.250999999999998,19.024,4,8.092,17.625999999999998,19.98,2,1,1,26.058000000000003,36.09,37.648,3,1,-2,29.903000000000002,59.286,61.145,2,1,56.113,56.113,58.354,1,0.0,0.0,15.005999999999998,0,5,3,5,6,6,4,,9.737,18.000999999999998,19.596,6,4,5,4,1,7,4,"I trust the source and the data makes sense, but I know nothing about the researchers or any potential bias.",2.211,2.211,25.45,1,4,,3.64,3.64,5.909,1,2,7,3,4,1,5,6,0.0,0.0,19.173,0,3,5,4,7,6,3,9,9,,5.439,18.623,19.998,9,4,3,2,2,3,4,6.715,16.75,18.021,6,2,,2.372,2.372,5.0760000000000005,1,2,2001,California,6,3,1,,7,,,17,3,2,1.868,46.434,48.31100000000001,14,60fcd2b146529d02f1566012,0,"{""startTime"":1678679021973,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":100,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2244,""week"":""51"",""id"":""chart""}]}","{""startTime"":1678679042095,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678947748,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":5140,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1027,""week"":""52"",""id"":""chart""},{""time"":8090,""label"":""tour_next"",""step"":2},{""time"":9203,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2159,""week"":""52"",""id"":""chart2""},{""time"":17624,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678679006430,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":5628,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1432,""week"":""52"",""id"":""chart2""},{""time"":11819,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1561,""week"":""31"",""id"":""chart""}]}",simple,1.0,0.5,1,1.0 +2023-03-12 23:41:25,2023-03-12 23:49:21,0,97.113.100.151,100,475,1,2023-03-12 23:49:21,R_2ypaHQEVog6b0nh,,,,,47.5364,-122.27799999999999,anonymous,EN,1,2.224,2.957,3.1010000000000004,2,,,,,,,,3.431,4.062,15.005,2,72,100,47,1.995,7.18,8.162,4,3.76,4.968,12.502,2,1,1,19.08,23.605,27.031,2,1,-2,10.436,67.069,67.344,6,1,41.958,41.958,42.875,1,2.009,2.009,15.005999999999998,1,5,6,6,4,5,5,,1.9480000000000002,16.835,17.715,8,6,6,6,6,6,6,Has a clear y and x axis and it very easy to read,0.8270000000000001,26.465999999999998,27.54,6,4,,2.019,4.11,4.997,3,2,3,4,7,1,5,6,5.742000000000001,12.241,28.744,2,4,7,6,6,6,6,11,11,,2.8789999999999996,10.684000000000001,12.07,9,4,4,1,1,4,5,2.0,30.936999999999998,33.082,13,3,,1.443,1.443,2.151,1,1,1998,Washington,6,2,1,,2,,,11,4,2,0.718,40.052,43.763000000000005,23,5e17945242fb0b000da71b21,0,"{""startTime"":1678679232216,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678679187382,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678997418,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":3752,""label"":""tour_next"",""step"":2},{""time"":4960,""label"":""tour_end"",""step"":2},{""time"":6148,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1099,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678679078080,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",moderate,1.0,0.5,1,0.5 +2023-03-12 23:32:33,2023-03-12 23:50:07,0,172.58.129.62,100,1053,1,2023-03-12 23:50:08,R_yyUWjsVxLn513QR,,,,,25.7846,-80.233,anonymous,EN,1,19.402,19.402,20.673000000000002,1,,,,,,,,0.0,0.0,15.129000000000001,0,97,93,85,26.315,34.13,37.389,3,39.416,73.137,87.435,3,1,1,45.026,98.58,100.45,3,-3,-3,32.075,77.404,79.941,2,1,62.674,62.674,65.57300000000001,1,0.0,0.0,15.052,0,6,4,6,4,5,6,,21.6,35.775,39.125,6,4,5,4,1,1,6,It did not show data that greatly increased one week and then decrease suddenly. The ebb and flow of infestation seemed natural.,5.226,150.249,164.888,8,4,,8.408999999999999,8.408999999999999,11.001,1,2,7,3,4,1,5,6,0.0,0.0,38.868,0,6,7,4,5,9,4,10,6,,23.0,44.047,59.905,8,3,3,2,3,3,3,24.226,49.321999999999996,53.096000000000004,6,2,,5.825,5.825,9.15,1,1,1954,Florida,5,2,1,,7,,,7,4,2,3.412,145.72,162.59,21,5ddcd77f23f9f1c2c45d6c18,0,"{""startTime"":1678678856275,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678646728,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678441307,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":120,""label"":""tour_started""},{""time"":16712,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5758,""week"":""52"",""id"":""chart""},{""time"":22550,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1239,""week"":""1"",""id"":""chart""},{""time"":25035,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1238,""week"":""5"",""id"":""chart""},{""time"":33966,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2399,""week"":""23"",""id"":""chart""},{""time"":39392,""label"":""tour_next"",""step"":2},{""time"":48985,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2915,""week"":""52"",""id"":""chart2""},{""time"":59956,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1018,""week"":""1"",""id"":""chart2""},{""time"":73112,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678678630759,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":6450,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5164,""week"":""52"",""id"":""chart2""}]}",simple,1.0,0.0,1,1.0 +2023-03-12 23:45:07,2023-03-12 23:50:12,0,184.103.58.107,100,304,1,2023-03-12 23:50:12,R_2WNFwQnGeysDld2,,,,,33.3874,-112.0998,anonymous,EN,1,2.214,5.121,6.001,4,,,,,,,,12.42,12.42,15.106,1,62,75,45,6.832000000000001,11.215,11.937999999999999,4,3.363,6.79,11.959000000000001,2,-1,-1,1.589,5.54,6.972,4,-3,-2,2.097,53.378,54.203,6,-1,9.474,11.113,12.210999999999999,2,1.5019999999999998,1.5019999999999998,15.014000000000001,1,3,3,5,5,6,4,,2.673,12.575,13.102,10,6,5,6,5,3,5,I seen many reports of insect and fungi related infections.,1.1640000000000001,3.6289999999999996,23.346999999999998,2,1,,3.639,6.622999999999999,7.905,3,2,7,3,4,1,5,6,0.0,0.0,18.949,0,3,1,7,2,1,3,6,4,,3.049,14.495,14.843,12,2,4,3,5,3,4,2.614,7.766,10.718,7,7,,2.387,2.387,3.4,1,1,1996,Arizona,6,2,1,,7,,,10,4,1,2.129,39.777,40.762,18,61363ce02e6022a741d63a6e,0,"{""startTime"":1678679270786,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678679233604,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678679150672,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":3347,""label"":""tour_next"",""step"":2},{""time"":6773,""label"":""tour_end"",""step"":2},{""time"":8927,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2274,""week"":""1"",""id"":""chart""}]}","{""startTime"":1678679217873,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",moderate,0.0,0.0,0,0.0 +2023-03-12 23:35:02,2023-03-12 23:50:13,0,35.148.23.141,100,910,1,2023-03-12 23:50:14,R_2eatHxPaSCT8qkA,,,,,44.5228,-89.5583,anonymous,EN,1,2.468,3.3539999999999996,4.263,2,2.0,,2.0,1.771,1.771,2.821,1.0,0.0,0.0,15.007,0,57,76,44,0.597,48.336999999999996,49.42100000000001,7,4.865,23.203000000000003,24.108,5,1,1,4.143,58.79,59.718,11,-3,-3,12.629000000000001,76.41,78.15,9,1,15.686,58.776,60.79600000000001,5,5.481,5.481,15.008,1,3,2,2,5,3,2,,5.337000000000001,46.04,48.218,9,2,4,4,2,2,3,"I think that it would be more transparent if we also had info on how serious/life-threatening cases were. I also just find the data hard to believe, because I haven't known any unvaccinated people who got COVID-19 in the last year, yet I have known a handful of vaccinated people who have.",3.964,3.964,129.515,1,2,,9.437999999999999,11.964,13.100999999999999,2,2,7,3,4,1,5,6,12.892999999999999,23.643,24.462,3,2,4,9,9,4,7,10,9,,6.5889999999999995,48.659,49.701,12,3,3,2,3,4,4,2.5140000000000002,159.595,160.744,12,4,2.0,2.736,20.779,21.596,5,2,1999,Wisconsin,6,3,1,,9,,Hortonville,13,3,1,1.371,77.138,80.958,22,60fc54b735f3211d0d10a371,1,"{""startTime"":1678678868580,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678689012,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678678588581,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":22,""label"":""tour_started""},{""time"":7121,""label"":""tour_next"",""step"":2},{""time"":10439,""label"":""tour_end"",""step"":2},{""time"":17006,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2502,""week"":""52"",""id"":""chart2""},{""time"":20495,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1502,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678678673393,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":9687,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1561,""week"":""16"",""id"":""chart2""}]}",simple,1.0,0.0,1,1.0 +2023-03-12 23:37:28,2023-03-12 23:50:17,0,137.25.201.195,100,769,1,2023-03-12 23:50:18,R_3EMydtHlggSmv7v,,,,,34.5404,-117.3532,anonymous,EN,1,24.204,24.204,25.449,1,,,,,,,,0.0,0.0,15.005,0,85,96,74,24.525,32.342,36.528,3,12.177999999999999,26.717,33.911,4,1,1,33.887,46.033,54.159,2,-3,-3,63.61,108.029,109.33,3,1,40.056,40.056,46.248999999999995,1,0.0,0.0,15.110999999999999,0,4,2,5,2,5,5,,17.951,50.996,63.203,6,4,4,4,2,1,5,The source of the data seemed like a trustworthy organization and the visualization looks clean and professional.,3.9530000000000003,3.9530000000000003,53.851000000000006,1,6,,9.735,23.733,28.033,6,2,7,3,4,1,5,6,0.0,0.0,24.4,0,6,9,7,9,7,6,10,10,,15.241,60.743,80.1,15,4,4,1,2,3,4,12.457,38.481,40.422,6,2,,7.32,7.32,9.198,1,2,1983,California,4,2,1,,7,,,11,4,2,3.197,50.285,52.188,11,5d4b14caed2dfc0001a22c1a,0,"{""startTime"":1678678893815,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":29,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6939,""week"":""2"",""id"":""chart""}]}","{""startTime"":1678678957602,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678734208,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":14288,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1633,""week"":""36"",""id"":""chart""},{""time"":20557,""label"":""tour_next"",""step"":2},{""time"":26713,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678678878274,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":7390,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2236,""week"":""52"",""id"":""chart""}]}",moderate,1.0,0.0,1,0.0 +2023-03-12 23:27:00,2023-03-12 23:50:37,0,172.58.5.102,100,1416,1,2023-03-12 23:50:38,R_3fposxNHrBYzwl3,,,,,33.7173,-84.4783,anonymous,EN,1,13.888,28.078000000000003,30.073,3,,,,,,,,4.886,4.886,15.114,1,100,44,50,11.7,25.055,26.791999999999998,6,3.951,97.494,99.16,18,1,-3,13.485999999999999,182.657,184.25900000000001,12,1,-3,116.928,162.94299999999998,164.452,5,-2,15.663,38.641,40.082,4,0.0,0.0,15.012,0,3,3,3,3,2,3,,1.1320000000000001,21.318,25.201,10,4,3,7,1,1,3,I'm not sure if it's accurate or not because i'm not familiar with the topic.,6.077000000000001,79.934,83.507,2,2,,30.469,37.457,40.077,4,2,7,3,4,1,5,6,11.398,25.625999999999998,27.787,2,3,3,1,2,4,2,4,5,,35.728,55.211999999999996,56.598,10,3,3,1,1,3,3,6.683,46.738,47.955,9,1,,34.65,37.768,39.193000000000005,2,1,1987,Georgia,2,2,1,,9,,"albany, ga",3,2,2,45.39,135.731,142.532,20,63039dbefda87c47a91fec04,0,"{""startTime"":1678678573720,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678599400,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678418134,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":10149,""label"":""tour_next"",""step"":5},{""time"":18170,""label"":""tour_back"",""step"":5},{""time"":30217,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2231,""week"":""50"",""id"":""chart""},{""time"":32649,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1716,""week"":""50"",""id"":""chart""},{""time"":38239,""label"":""tour_next"",""step"":5},{""time"":47955,""label"":""started_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-06-05""},{""time"":49205,""label"":""tour_next"",""step"":5},{""time"":55816,""label"":""moved_brush"",""startDate"":""2021-12-01"",""endDate"":""2022-01-31""},{""time"":57306,""label"":""tour_next"",""step"":5},{""time"":64241,""label"":""moved_brush"",""startDate"":""2021-06-22"",""endDate"":""2021-08-23""},{""time"":81332,""label"":""cleared_brush"",""using"":""Click""},{""time"":84672,""label"":""started_brush"",""startDate"":""2021-08-06"",""endDate"":""2021-10-31""},{""time"":85956,""label"":""tour_next"",""step"":5},{""time"":91453,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678678558148,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",complex,0.5,0.5,0,0.0 +2023-03-12 23:42:11,2023-03-12 23:53:56,0,199.66.65.227,100,705,1,2023-03-12 23:53:57,R_Z2lAA9Tq2wPIDHH,,,,,41.6837,-88.3499,anonymous,EN,1,13.828,13.828,14.658,1,,,,,,,,0.0,0.0,15.008,0,81,5,63,7.457000000000001,23.351999999999997,24.351999999999997,5,21.211,147.87,150.35399999999998,11,1,1,37.403,44.853,45.867,2,1,-3,62.163000000000004,113.883,114.85799999999999,2,1,9.901,38.506,40.978,2,7.96,13.863,15.011,2,5,3,5,4,4,5,,5.9910000000000005,19.038,20.717,7,5,2,4,2,7,5,"There is a lot of information, I would find it hard to believe that someone would take all that time to put together an untrustworthy visual like this.",13.522,13.522,41.442,1,5,,7.864,8.828,10.059,2,2,7,3,4,1,5,6,0.0,0.0,10.918,0,5,7,7,7,9,6,11,10,,8.664,23.465999999999998,26.017,8,3,4,2,3,3,4,21.13,36.711999999999996,37.841,6,2,,3.986,3.986,6.085,1,2,1999,Illinois,6,1,1,,8,Yorkville,,17,4,2,6.566,75.919,78.596,22,6101ced6dafdbea2d88a52b0,0,"{""startTime"":1678679263145,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678679202114,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678994679,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":13722,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4263,""week"":""52"",""id"":""chart""},{""time"":18318,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1333,""week"":""52"",""id"":""chart""},{""time"":21204,""label"":""tour_next"",""step"":5},{""time"":67834,""label"":""started_brush"",""startDate"":""2021-06-18"",""endDate"":""2021-06-26""},{""time"":69817,""label"":""started_brush"",""startDate"":""2021-05-30"",""endDate"":""2021-07-29""},{""time"":72421,""label"":""tour_next"",""step"":5},{""time"":77289,""label"":""started_brush"",""startDate"":""2021-08-02"",""endDate"":""2021-09-06""},{""time"":79016,""label"":""started_brush"",""startDate"":""2021-05-07"",""endDate"":""2021-08-28""},{""time"":85597,""label"":""cleared_brush"",""using"":""Click""},{""time"":86192,""label"":""cleared_brush"",""using"":""Click""},{""time"":89422,""label"":""started_brush"",""startDate"":""2021-04-23"",""endDate"":""2021-09-01""},{""time"":90815,""label"":""moved_brush"",""startDate"":""2021-06-20"",""endDate"":""2021-10-29""},{""time"":92333,""label"":""tour_next"",""step"":5},{""time"":95933,""label"":""cleared_brush"",""using"":""Click""},{""time"":97064,""label"":""tour_next"",""step"":5},{""time"":104666,""label"":""tour_end"",""step"":5},{""time"":106290,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1143,""week"":""2"",""id"":""chart""},{""time"":108641,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6459,""week"":""1"",""id"":""chart""},{""time"":115119,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2581,""week"":""52"",""id"":""chart""},{""time"":117702,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1248,""week"":""52"",""id"":""chart""},{""time"":122607,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3692,""week"":""52"",""id"":""chart""},{""time"":127536,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6798,""week"":""22"",""id"":""chart""},{""time"":136234,""label"":""started_brush"",""startDate"":""2021-06-19"",""endDate"":""2021-07-31""},{""time"":137351,""label"":""moved_brush"",""startDate"":""2021-06-19"",""endDate"":""2021-09-16""},{""time"":142837,""label"":""moved_brush"",""startDate"":""2021-06-14"",""endDate"":""2021-09-11""},{""time"":143920,""label"":""cleared_brush"",""using"":""Click""}]}","{""startTime"":1678679186705,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":7317,""label"":""started_brush"",""startDate"":""2021-06-20"",""endDate"":""2021-11-06""},{""time"":12131,""label"":""moved_brush"",""startDate"":""2021-08-23"",""endDate"":""2022-01-09""},{""time"":12640,""label"":""cleared_brush"",""using"":""Click""}]}",complex,1.0,0.5,1,1.0 +2023-03-12 23:32:57,2023-03-12 23:56:03,0,73.143.196.250,100,1386,1,2023-03-12 23:56:03,R_1f4667MY6GDXYCu,,,,,41.698,-70.0602,anonymous,EN,1,21.361,21.361,22.335,1,2.0,,2.0,3.1,3.1,4.3,1.0,0.0,0.0,15.020999999999999,0,70,93,95,55.433,94.52799999999999,96.637,9,50.059,208.46400000000003,220.987,36,1,1,33.022,47.434,49.751000000000005,2,-3,1,56.277,81.40100000000001,83.177,2,1,60.001000000000005,84.705,99.75,3,0.0,0.0,15.017000000000001,0,2,2,2,4,5,5,,17.588,89.042,96.973,7,3,5,2,7,7,3,I would need to have at least one other source confirming the same information before I trusted this .,7.561,90.59299999999999,91.62899999999999,5,3,,14.094000000000001,24.166,32.172,2,2,7,3,4,1,5,6,0.0,0.0,20.971,0,5,5,8,9,4,7,10,9,,8.923,47.336999999999996,52.292,9,3,3,3,2,4,3,21.955,81.857,83.08200000000001,7,3,4.0,13.56,40.284,41.958,2,1,1975,Massachusetts,2,2,1,,7,,,10,3,2,6.023,256.656,261.434,62,640d43c9451ce148162a7643,1,"{""startTime"":1678678729269,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678826683,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678391669,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":44,""label"":""tour_started""},{""time"":18948,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":9857,""week"":""52"",""id"":""chart""},{""time"":28826,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":17527,""week"":""1"",""id"":""chart""},{""time"":50053,""label"":""tour_next"",""step"":5},{""time"":80665,""label"":""cleared_brush"",""using"":""Click""},{""time"":89530,""label"":""cleared_brush"",""using"":""Click""},{""time"":94770,""label"":""cleared_brush"",""using"":""Click""},{""time"":96964,""label"":""tour_back"",""step"":5},{""time"":97171,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1025,""week"":""51"",""id"":""chart""},{""time"":103856,""label"":""tour_next"",""step"":5},{""time"":121440,""label"":""cleared_brush"",""using"":""Click""},{""time"":122306,""label"":""cleared_brush"",""using"":""Click""},{""time"":122895,""label"":""cleared_brush"",""using"":""Click""},{""time"":123968,""label"":""cleared_brush"",""using"":""Click""},{""time"":125200,""label"":""cleared_brush"",""using"":""Click""},{""time"":126244,""label"":""cleared_brush"",""using"":""Click""},{""time"":127514,""label"":""cleared_brush"",""using"":""Click""},{""time"":130920,""label"":""cleared_brush"",""using"":""Click""},{""time"":132044,""label"":""cleared_brush"",""using"":""Click""},{""time"":132764,""label"":""cleared_brush"",""using"":""Click""},{""time"":136519,""label"":""tour_back"",""step"":5},{""time"":139892,""label"":""tour_next"",""step"":5},{""time"":145384,""label"":""cleared_brush"",""using"":""Click""},{""time"":149904,""label"":""cleared_brush"",""using"":""Click""},{""time"":150460,""label"":""cleared_brush"",""using"":""Click""},{""time"":152576,""label"":""cleared_brush"",""using"":""Click""},{""time"":154387,""label"":""cleared_brush"",""using"":""Click""},{""time"":165088,""label"":""cleared_brush"",""using"":""Click""},{""time"":165308,""label"":""cleared_brush"",""using"":""Click""},{""time"":165559,""label"":""cleared_brush"",""using"":""Click""},{""time"":165698,""label"":""cleared_brush"",""using"":""Click""},{""time"":168057,""label"":""cleared_brush"",""using"":""Click""},{""time"":169900,""label"":""cleared_brush"",""using"":""Click""},{""time"":170925,""label"":""cleared_brush"",""using"":""Click""},{""time"":175993,""label"":""cleared_brush"",""using"":""Click""},{""time"":177846,""label"":""started_brush"",""startDate"":""2021-08-25"",""endDate"":""2021-09-06""},{""time"":181631,""label"":""tour_next"",""step"":5},{""time"":187144,""label"":""moved_brush"",""startDate"":""2021-07-29"",""endDate"":""2021-08-10""},{""time"":187252,""label"":""cleared_brush"",""using"":""Click""},{""time"":187308,""label"":""cleared_brush"",""using"":""Click""},{""time"":188150,""label"":""started_brush"",""startDate"":""2021-06-30"",""endDate"":""2021-07-08""},{""time"":189671,""label"":""tour_next"",""step"":5},{""time"":196335,""label"":""cleared_brush"",""using"":""Click""},{""time"":196335,""label"":""cleared_brush"",""using"":""Escape""},{""time"":200639,""label"":""tour_next"",""step"":5},{""time"":208456,""label"":""tour_end"",""step"":5},{""time"":216542,""label"":""cleared_brush"",""using"":""Click""},{""time"":216845,""label"":""cleared_brush"",""using"":""Click""},{""time"":217461,""label"":""started_brush"",""startDate"":""2021-07-19"",""endDate"":""2021-09-02""}]}","{""startTime"":1678678713233,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",complex,1.0,0.5,1,1.0 +2023-03-12 23:30:25,2023-03-12 23:57:03,0,73.174.244.12,100,1597,1,2023-03-12 23:57:03,R_1CBH2uBmiwxwQuj,,,,,39.3408,-80.0285,anonymous,EN,1,50.137,50.137,51.248000000000005,1,,,,,,,,0.0,0.0,15.130999999999998,0,67,71,23,28.912,78.454,80.536,11,5.8870000000000005,136.814,140.905,35,-2,-1,4.738,183.19,184.79,11,-3,-3,45.806000000000004,252.385,260.394,13,-2,3.61,60.215,61.843999999999994,3,11.606,11.606,15.04,1,5,2,4,4,4,4,I have no additional thought nor comment.,5.9479999999999995,103.21799999999999,105.08,14,3,3,4,3,3,3,"The visualization appears to be well-designed and informative, but its effectiveness ultimately depends on the accuracy and reliability of the data it represents, and whether it meets the user's specific needs and goals. Ultimately, it is up to the user to determine whether or not they trust the information conveyed by the visualization.",7.85,71.956,74.638,3,4,,6.362,21.503,24.498,2,2,7,3,4,1,5,6,0.0,0.0,58.79,0,4,5,7,6,5,8,11,11,,6.566,29.747,37.001999999999995,16,4,3,4,3,5,4,2.15,82.898,85.139,7,6,,10.847999999999999,10.847999999999999,12.732000000000001,1,2,1942,California,7,1,1,,7,,,14,2,2,80.334,162.903,173.49,23,64033349ec5c1a27ee79d14b,0,"{""startTime"":1678678871970,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678647814,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678423146,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":61,""label"":""tour_started""},{""label"":""window_focused"",""time"":1708},{""label"":""window_blurred"",""time"":13340},{""label"":""window_focused"",""time"":16803},{""time"":18963,""label"":""tour_next"",""step"":5},{""label"":""window_blurred"",""time"":24608},{""label"":""window_focused"",""time"":28121},{""time"":35957,""label"":""tour_back"",""step"":5},{""time"":43071,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1330,""week"":""52"",""id"":""chart""},{""time"":44463,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1069,""week"":""51"",""id"":""chart""},{""time"":49959,""label"":""tour_next"",""step"":5},{""label"":""window_blurred"",""time"":53932},{""label"":""window_focused"",""time"":56119},{""time"":57941,""label"":""tour_back"",""step"":5},{""time"":59771,""label"":""cleared_brush"",""using"":""Click""},{""time"":59771,""label"":""cleared_brush"",""using"":""Escape""},{""time"":64838,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1402,""week"":""50"",""id"":""chart""},{""time"":66245,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3679,""week"":""50"",""id"":""chart""},{""time"":76878,""label"":""tour_next"",""step"":5},{""time"":78783,""label"":""cleared_brush"",""using"":""Click""},{""time"":79532,""label"":""cleared_brush"",""using"":""Click""},{""time"":80253,""label"":""cleared_brush"",""using"":""Click""},{""time"":80763,""label"":""cleared_brush"",""using"":""Click""},{""time"":80999,""label"":""cleared_brush"",""using"":""Click""},{""time"":93206,""label"":""started_brush"",""startDate"":""2021-11-01"",""endDate"":""2022-01-09""},{""time"":105511,""label"":""cleared_brush"",""using"":""Click""},{""time"":108863,""label"":""started_brush"",""startDate"":""2021-09-28"",""endDate"":""2022-02-02""},{""time"":110090,""label"":""tour_next"",""step"":5},{""time"":117659,""label"":""moved_brush"",""startDate"":""2021-10-03"",""endDate"":""2022-02-07""},{""time"":118657,""label"":""tour_next"",""step"":5},{""time"":125364,""label"":""moved_brush"",""startDate"":""2021-10-03"",""endDate"":""2022-02-07""},{""time"":131320,""label"":""cleared_brush"",""using"":""Click""},{""time"":133383,""label"":""tour_next"",""step"":5},{""time"":136808,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678678630351,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",complex,0.0,0.0,0,0.0 +2023-03-12 23:23:38,2023-03-12 23:57:13,0,99.96.118.119,100,2015,1,2023-03-12 23:57:14,R_3h3CS0WJ2ELqWVz,,,,,33.9521,-84.5475,anonymous,EN,1,16.340999999999998,16.340999999999998,19.656,1,,,,,,,,0.0,0.0,15.106,0,87,79,72,14.328,41.351000000000006,43.431999999999995,4,21.322,94.306,133.787,9,1,1,51.92100000000001,70.223,73.57300000000001,4,-3,-3,84.35700000000001,116.70299999999999,135.914,2,1,33.302,33.302,35.115,1,0.0,0.0,15.017999999999999,0,3,3,3,5,6,4,,11.844000000000001,32.32,43.62,6,3,6,5,4,4,5,Crop pests and diseases aren't something that would normally be falsified. Pesticides and anti-fungals aren't cheap - no farmer would want to use more than needed and conversely wouldn't want to NOT use them if they were needed. So the agency putting out the information has a real incentive to make sure the information's as solid as possible.,2.8939999999999997,2.8939999999999997,200.44400000000002,1,5,Interesting survey - thank you!,7.617999999999999,9.95,24.529,2,2,7,3,4,1,5,6,0.0,0.0,76.48100000000001,0,3,4,9,8,2,10,7,9,,4.696000000000001,63.625,170.64700000000002,8,3,4,2,2,5,4,6.263999999999999,36.16,142.97,6,5,,5.651,5.651,167.297,1,1,1956,Georgia,6,2,1,,7,,,12,3,2,2.1919999999999997,477.60900000000004,628.302,19,62ffe399d769a8e595609133,0,"{""startTime"":1678678091383,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678678135409,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678677906241,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":16622,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1743,""week"":""1"",""id"":""chart""},{""time"":21315,""label"":""tour_next"",""step"":5},{""time"":48197,""label"":""cleared_brush"",""using"":""Click""},{""time"":53417,""label"":""started_brush"",""startDate"":""2021-09-06"",""endDate"":""2021-12-25""},{""time"":56004,""label"":""tour_next"",""step"":5},{""time"":64405,""label"":""moved_brush"",""startDate"":""2021-11-06"",""endDate"":""2021-12-25""},{""time"":67778,""label"":""tour_next"",""step"":5},{""time"":75481,""label"":""cleared_brush"",""using"":""Click""},{""time"":77014,""label"":""cleared_brush"",""using"":""Click""},{""time"":77014,""label"":""cleared_brush"",""using"":""Escape""},{""time"":79366,""label"":""tour_next"",""step"":5},{""time"":94299,""label"":""tour_end"",""step"":5},{""time"":100273,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1050,""week"":""1"",""id"":""chart""},{""time"":101638,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1398,""week"":""51"",""id"":""chart""},{""time"":117073,""label"":""cleared_brush"",""using"":""Click""},{""time"":130956,""label"":""cleared_brush"",""using"":""Click""}]}","{""startTime"":1678678075745,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",complex,1.0,0.0,1,1.0 +2023-03-12 23:50:07,2023-03-13 00:05:53,0,172.59.144.137,100,946,1,2023-03-13 00:05:54,R_1Nt6466WnD9QWO4,,,,,37.9186,-121.3132,anonymous,EN,1,7.849,22.226,23.169,7,1.0,3.0,2.0,3.221,7.436,8.542,3.0,9.727,11.239,15.012,2,100,98,68,5.229,22.738000000000003,23.941,6,4.857,51.621,52.486999999999995,10,-1,-3,25.29,121.185,121.917,11,-3,-3,15.107000000000001,61.601000000000006,62.531000000000006,6,-3,14.789000000000001,39.981,40.674,5,8.484,13.969000000000001,15.011,3,6,5,5,6,6,6,,11.703,65.17399999999999,66.185,18,5,6,5,6,5,6,It is based on science as far as I can tell,8.7,75.788,79.7,4,4,,6.847,13.039000000000001,13.987,5,2,7,3,4,1,5,6,13.879000000000001,27.090999999999998,27.772,3,8,6,4,6,10,2,11,9,,4.154,28.314,29.739,11,4,5,1,1,5,5,8.079,34.431,35.417,12,2,1.0,4.7010000000000005,15.537,17.083,6,2,1969,California,6,2,1,,9,,white/hispanic,16,4,1,5.327000000000001,238.301,239.36599999999999,54,56fb36ca34a0d3000b1a5701,1,"{""startTime"":1678679807841,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678679686609,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678679495314,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":21,""label"":""tour_started""},{""time"":13439,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4965,""week"":""52"",""id"":""chart""},{""time"":18736,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1217,""week"":""51"",""id"":""chart""},{""time"":29017,""label"":""tour_next"",""step"":2},{""time"":39784,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2898,""week"":""52"",""id"":""chart2""},{""time"":43382,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1166,""week"":""51"",""id"":""chart2""},{""time"":48773,""label"":""tour_end"",""step"":2}]}","{""startTime"":1678679670918,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":10801,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1866,""week"":""52"",""id"":""chart""}]}",simple,0.0,0.0,0,0.0 +2023-03-12 23:45:27,2023-03-13 00:06:06,0,174.235.32.95,100,1239,1,2023-03-13 00:06:07,R_2fxJmAqfBx3uM5Y,,,,,35.2296,-80.843,anonymous,EN,1,11.534,65.611,68.682,40,1.0,2.0,2.0,2.773,7.35,9.901,3.0,0.0,0.0,15.012,0,84,45,5,4.477,30.455,32.694,8,10.293,173.704,174.79,41,1,1,61.07,82.76899999999999,84.055,6,-3,-3,4.957,87.78200000000001,89.073,11,-3,3.784,144.907,146.338,18,14.802,14.802,15.013,1,3,3,3,7,7,3,,3.569,45.873000000000005,47.388999999999996,11,4,3,1,7,2,3,Because I dont know where the information came and if it was accurately kept up with. And I don't trust alot of things or people trust is a very special thing and it gets broken a lot and I just don't trust stuff.,9.277999999999999,9.277999999999999,88.411,1,1,,6.645,19.259,20.301,11,2,7,3,4,1,5,6,16.564,31.258000000000003,32.338,3,6,6,6,6,9,4,11,9,,1.2009999999999998,35.41,37.957,15,3,3,5,2,4,3,21.023000000000003,60.968,62.192,10,4,2.0,16.387999999999998,27.741999999999997,32.496,4,1,1983,North Carolina,2,2,1,,7,,,4,3,1,4.74,114.44200000000001,116.12899999999999,73,5ec617a2e79285689c82fb8f,1,"{""startTime"":1678679802138,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678679652075,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678679302339,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":40,""label"":""tour_started""},{""time"":34068,""label"":""tour_next"",""step"":5},{""time"":117493,""label"":""cleared_brush"",""using"":""Click""},{""time"":118571,""label"":""started_brush"",""startDate"":""2021-06-28"",""endDate"":""2021-09-24""},{""time"":122893,""label"":""tour_next"",""step"":5},{""time"":137714,""label"":""moved_brush"",""startDate"":""2021-05-31"",""endDate"":""2021-09-24""},{""time"":142027,""label"":""moved_brush"",""startDate"":""2021-05-31"",""endDate"":""2021-10-02""},{""time"":143729,""label"":""tour_next"",""step"":5},{""time"":154092,""label"":""cleared_brush"",""using"":""Click""},{""time"":154092,""label"":""cleared_brush"",""using"":""Escape""},{""time"":155917,""label"":""tour_next"",""step"":5},{""time"":166332,""label"":""tour_end"",""step"":5}]}","{""startTime"":1678679631666,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",complex,1.0,0.0,0,0.0 +2023-03-12 23:38:32,2023-03-13 00:08:36,0,121.91.229.168,100,1803,1,2023-03-13 00:08:37,R_6mUpOVbvFD6vmk9,,,,,40.0172,-75.0883,anonymous,EN,1,7.85,7.85,10.300999999999998,1,1.0,3.0,2.0,9.586,30.616999999999997,32.501999999999995,4.0,0.0,0.0,15.077,0,74,94,40,3.8939999999999997,109.61399999999999,113.441,16,6.0889999999999995,71.425,83.42,17,-2,1,4.482,128.577,139.737,10,-3,-3,4.854,193.74099999999999,208.072,11,-3,2.958,127.83,139.553,4,7.968,12.296,15.167,2,4,3,3,5,5,5,I have nothing to say. Thanks.,7.062,89.758,91.75299999999999,16,5,4,6,5,3,6,I found this visualization to be a research and scientific analysis that is very informative.,3.053,249.773,361.62300000000005,5,4,No comments. Thanks.,1.976,23.041,42.147,6,2,7,3,4,1,5,6,3.99,74.646,79.332,6,10,11,11,7,10,8,11,11,No comments.,1.7890000000000001,47.021,55.95,17,4,5,4,3,4,3,3.6719999999999997,38.543,40.556,7,2,1.0,0.8190000000000001,26.546,28.500999999999998,6,2,1991,Virginia,6,3,1,,7,,,15,2,1,1.367,203.03900000000002,209.517,32,614ee5e28a2f0a07d4d639dd,1,"{""startTime"":1678679670640,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678679249523,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1678678938607,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":27,""label"":""tour_started""},{""time"":44501,""label"":""tour_next"",""step"":2},{""time"":65340,""label"":""tour_end"",""step"":2},{""time"":72008,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2879,""week"":""30"",""id"":""chart""},{""time"":78073,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2807,""week"":""2"",""id"":""chart""}]}","{""startTime"":1678679232907,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":8308,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1684,""week"":""31"",""id"":""chart""}]}",moderate,0.5,0.0,0,0.0 +2023-03-12 23:41:06,2023-03-13 00:11:53,0,67.247.164.186,100,1847,1,2023-03-13 00:11:54,R_2QMnugZVX5P069l,,,,,43.2078,-77.6602,anonymous,EN,1,7.359,30.413,31.478,5,1.0,2.0,2.0,2.435,7.611000000000001,15.238,2.0,4.0889999999999995,4.0889999999999995,15.009,1,0,0,27,63.038999999999994,115.79700000000001,118.479,12,7.102,224.702,249.982,15,1,1,72.937,112.905,123.281,2,1,1,156.278,248.956,262.255,4,1,23.831999999999997,106.35,167.81099999999998,16,0.0,0.0,15.027999999999999,0,6,6,6,4,6,6,Including both vaccinated individuals and the unvaccinated in the same chart was very confusing to me when I first was presented with the data.,15.193,143.77200000000002,157.569,12,4,2,7,1,7,6,"Because I view the source, the CDC, as a credible source of information.",3.167,3.167,80.233,1,1,,5.312,5.312,19.98,1,2,7,3,4,1,5,6,0.0,0.0,54.0,0,2,7,1,1,11,1,11,4,,10.725999999999999,54.605,93.788,11,5,5,1,2,5,4,16.415,67.044,86.257,7,1,1.0,19.185,32.296,45.53,2,1,1984,New York,2,2,1,,7,,,1,3,2,3.6510000000000002,157.15200000000002,193.791,17,565b2be310593c000bff9695,1,"{""startTime"":1678679513385,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678679671817,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1678679077800,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":35,""label"":""tour_started""},{""label"":""window_blurred"",""time"":4841},{""label"":""window_focused"",""time"":6999},{""time"":46744,""label"":""tour_next"",""step"":5},{""time"":112389,""label"":""cleared_brush"",""using"":""Click""},{""time"":122274,""label"":""started_brush"",""startDate"":""2021-05-09"",""endDate"":""2021-05-28""},{""time"":129840,""label"":""started_brush"",""startDate"":""2021-06-12"",""endDate"":""2021-11-14""},{""time"":137158,""label"":""tour_next"",""step"":5},{""time"":154279,""label"":""moved_brush"",""startDate"":""2021-07-06"",""endDate"":""2021-12-09""},{""time"":155512,""label"":""moved_brush"",""startDate"":""2021-07-06"",""endDate"":""2021-12-09""},{""time"":158712,""label"":""moved_brush"",""startDate"":""2021-07-06"",""endDate"":""2021-11-15""},{""time"":160449,""label"":""tour_next"",""step"":5},{""time"":182479,""label"":""cleared_brush"",""using"":""Click""},{""time"":186797,""label"":""tour_next"",""step"":5},{""time"":198224,""label"":""tour_end"",""step"":5},{""time"":199817,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1108,""week"":""52"",""id"":""chart""},{""time"":206274,""label"":""started_brush"",""startDate"":""2021-07-18"",""endDate"":""2021-09-15""},{""time"":206701,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1564,""week"":""34"",""id"":""chart""},{""time"":208331,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1321,""week"":""33"",""id"":""chart""},{""time"":210700,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2498,""week"":""32"",""id"":""chart""},{""time"":215493,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3608,""week"":""32"",""id"":""chart""},{""time"":220902,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2357,""week"":""32"",""id"":""chart""},{""time"":225594,""label"":""cleared_brush"",""using"":""Click""},{""time"":225805,""label"":""cleared_brush"",""using"":""Click""},{""time"":227020,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":19402,""week"":""52"",""id"":""chart""}]}","{""startTime"":1678679497675,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":7289,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2677,""week"":""2"",""id"":""chart""},{""time"":12530,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1002,""week"":""35"",""id"":""chart""}]}",complex,1.0,1.0,1,1.0 +2023-03-13 00:15:25,2023-03-13 00:22:31,0,74.96.61.186,100,426,1,2023-03-13 00:22:32,R_2CxGy8dicE0PyBZ,,,,,38.8452,-77.4651,anonymous,EN,1,5.904,5.904,6.747999999999999,1,,,,,,,,13.529000000000002,13.529000000000002,15.107999999999999,1,71,76,40,6.375,12.015,12.725,4,3.948,6.941,18.702,2,1,1,9.734,41.713,42.905,6,-3,-3,16.991,41.13399999999999,42.005,3,1,42.43899999999999,42.43899999999999,43.203,1,0.0,0.0,15.01,0,3,3,3,4,4,4,,8.89,19.563,20.932,7,5,5,4,3,7,4,"It is well presented and doesn't seem misleading. For example, the scales are the same (in units of 1000 for each line).",1.214,7.513999999999999,27.633000000000003,2,2,,2.778,2.778,9.826,1,2,7,3,4,1,5,6,14.79,14.79,15.005999999999998,1,3,5,1,3,3,4,9,8,,4.346,16.901,18.802,12,1,2,4,4,1,1,5.667000000000001,14.884,15.543,7,1,,2.456,2.456,3.505,1,1,1996,Virginia,6,2,1,,2,,,9,4,2,5.27,45.05,54.05,11,62e01fdb9adf283ff375724f,0,"{""startTime"":1678681115263,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678681066303,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1678680987396,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":47,""label"":""tour_started""},{""time"":3928,""label"":""tour_next"",""step"":2},{""time"":6920,""label"":""tour_end"",""step"":2},{""time"":8412,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3328,""week"":""33"",""id"":""chart""},{""time"":13758,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1367,""week"":""51"",""id"":""chart""}]}","{""startTime"":1678681050476,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":6772,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1375,""week"":""52"",""id"":""chart""}]}",simple,1.0,0.0,1,1.0 diff --git a/study_data/replicationStudy/data.csv b/study_data/replicationStudy/data.csv index 66d2ac1..a763dda 100644 --- a/study_data/replicationStudy/data.csv +++ b/study_data/replicationStudy/data.csv @@ -1,4 +1,4 @@ -StartDate,EndDate,Status,IPAddress,Progress,Duration (in seconds),Finished,RecordedDate,ResponseId,RecipientLastName,RecipientFirstName,RecipientEmail,ExternalReference,LocationLatitude,LocationLongitude,DistributionChannel,UserLanguage,Consent Form,consent-time_First Click,consent-time_Last Click,consent-time_Page Submit,consent-time_Click Count,covid-vaccine,covid-vaccine-doses,covid-infection,covid-time_First Click,covid-time_Last Click,covid-time_Page Submit,covid-time_Click Count,intro-vis-time_First Click,intro-vis-time_Last Click,intro-vis-time_Page Submit,intro-vis-time_Click Count,affect-science_1,affect-clarity_1,affect-aesthetic_1,initial-time_First Click,initial-time_Last Click,initial-time_Page Submit,initial-time_Click Count,tour-time_First Click,tour-time_Last Click,tour-time_Page Submit,tour-time_Click Count,simple-vlat-1,simple-vlat-2,simple-vlat-time_First Click,simple-vlat-time_Last Click,simple-vlat-time_Page Submit,simple-vlat-time_Click Count,moderate-vlat-1,moderate-vlat-2,moderate-vlat-time_First Click,moderate-vlat-time_Last Click,moderate-vlat-time_Page Submit,moderate-vlat-time_Click Count,complex-vlat-1,complex-vlat-time_First Click,complex-vlat-time_Last Click,complex-vlat-time_Page Submit,complex-vlat-time_Click Count,explore-time_First Click,explore-time_Last Click,explore-time_Page Submit,explore-time_Click Count,data-trust_1,data-trust_2,data-trust_3,data-trust_4,data-trust_5,data-trust_6,data-trust-exp,data-trust-time_First Click,data-trust-time_Last Click,data-trust-time_Page Submit,data-trust-time_Click Count,vis-trust_1,vis-trust_2,vis-trust_3,vis-trust_4,vis-trust_5,vis-trust_6,vis-trust-exp,vis-trust-time_First Click,vis-trust-time_Last Click,vis-trust-time_Page Submit,vis-trust-time_Click Count,interpersonal-trust_1,interper-trust-exp,interper-trust-time_First Click,interper-trust-time_Last Click,interper-trust-time_Page Submit,interper-trust-time_Click Count,attention-check_1,attention-check_2,attention-check_3,attention-check_4,attention-check_5,attention-check_6,attention-check_7,attention-check-time_First Click,attention-check-time_Last Click,attention-check-time_Page Submit,attention-check-time_Click Count,trust-in-science_1,trust-in-science_2,trust-in-science_3,trust-in-science_4,trust-in-science_5,trust-in-science_6,trust-in-science_7,trust-in-science_8,trust-science-exp,trust-science-time_First Click,trust-science-time_Last Click,trust-science-time_Page Submit,trust-science-time_Click Count,cognition_1,cognition_2,cognition_3,cognition_4,cognition_5,cognition_6,need-cognition-time_First Click,need-cognition-time_Last Click,need-cognition-time_Page Submit,need-cognition-time_Click Count,political_views,covid_information,politics_time_First Click,politics_time_Last Click,politics_time_Page Submit,politics_time_Click Count,Gender,Age,State_1,Education,Parents_education,Language,Language_4_TEXT,Ethnicity,Ethnicity_8_TEXT,Ethnicity_9_TEXT,Income,Religion,Interview,Interview_1_TEXT,demographics_time_First Click,demographics_time_Last Click,demographics_time_Page Submit,demographics_time_Click Count,PROLIFIC_PID,provenance-data,provenance-vis,provenance-tour,provenance-explore,isCovidData,complexity,chartType +StartDate,EndDate,Status,IPAddress,Progress,Duration (in seconds),Finished,RecordedDate,ResponseId,RecipientLastName,RecipientFirstName,RecipientEmail,ExternalReference,LocationLatitude,LocationLongitude,DistributionChannel,UserLanguage,Consent Form,consent-time_First Click,consent-time_Last Click,consent-time_Page Submit,consent-time_Click Count,covid-vaccine,covid-vaccine-doses,covid-infection,covid-time_First Click,covid-time_Last Click,covid-time_Page Submit,covid-time_Click Count,intro-vis-time_First Click,intro-vis-time_Last Click,intro-vis-time_Page Submit,intro-vis-time_Click Count,affect-science_1,affect-clarity_1,affect-aesthetic_1,initial-time_First Click,initial-time_Last Click,initial-time_Page Submit,initial-time_Click Count,tour-time_First Click,tour-time_Last Click,tour-time_Page Submit,tour-time_Click Count,simple-vlat-1,simple-vlat-2,simple-vlat-time_First Click,simple-vlat-time_Last Click,simple-vlat-time_Page Submit,simple-vlat-time_Click Count,moderate-vlat-1,moderate-vlat-2,moderate-vlat-time_First Click,moderate-vlat-time_Last Click,moderate-vlat-time_Page Submit,moderate-vlat-time_Click Count,complex-vlat-1,complex-vlat-time_First Click,complex-vlat-time_Last Click,complex-vlat-time_Page Submit,complex-vlat-time_Click Count,explore-time_First Click,explore-time_Last Click,explore-time_Page Submit,explore-time_Click Count,data-trust_1,data-trust_2,data-trust_3,data-trust_4,data-trust_5,data-trust_6,data-trust-exp,data-trust-time_First Click,data-trust-time_Last Click,data-trust-time_Page Submit,data-trust-time_Click Count,vis-trust_1,vis-trust_2,vis-trust_3,vis-trust_4,vis-trust_5,vis-trust_6,vis-trust-exp,vis-trust-time_First Click,vis-trust-time_Last Click,vis-trust-time_Page Submit,vis-trust-time_Click Count,interpersonal-trust_1,interper-trust-exp,interper-trust-time_First Click,interper-trust-time_Last Click,interper-trust-time_Page Submit,interper-trust-time_Click Count,attention-check_1,attention-check_2,attention-check_3,attention-check_4,attention-check_5,attention-check_6,attention-check_7,attention-check-time_First Click,attention-check-time_Last Click,attention-check-time_Page Submit,attention-check-time_Click Count,trust-in-science_1,trust-in-science_2,trust-in-science_3,trust-in-science_4,trust-in-science_5,trust-in-science_6,trust-in-science_7,trust-in-science_8,trust-science-exp,trust-science-time_First Click,trust-science-time_Last Click,trust-science-time_Page Submit,trust-science-time_Click Count,cognition_1,cognition_2,cognition_3,cognition_4,cognition_5,cognition_6,need-cognition-time_First Click,need-cognition-time_Last Click,need-cognition-time_Page Submit,need-cognition-time_Click Count,political_views,covid_information,politics_time_First Click,politics_time_Last Click,politics_time_Page Submit,politics_time_Click Count,Gender,Age,State_1,Education,Parents_education,Language,Language_4_TEXT,Ethnicity,Ethnicity_8_TEXT,Ethnicity_9_TEXT,Income,Religion,Interview,demographics_time_First Click,demographics_time_Last Click,demographics_time_Page Submit,demographics_time_Click Count,PROLIFIC_PID,provenance-data,provenance-vis,provenance-tour,provenance-explore,isCovidData,complexity,chartType Start Date,End Date,Response Type,IP Address,Progress,Duration (in seconds),Finished,Recorded Date,Response ID,Recipient Last Name,Recipient First Name,Recipient Email,External Data Reference,Location Latitude,Location Longitude,Distribution Channel,User Language,"Consent Form for Participation in a Research Study @@ -85,304 +85,304 @@ You can decide not to participate in this research or you can start and then dec -By clicking “I agree” below you are indicating that you are at least 18 years old, have read this consent form, and agree to participate in this research study. Please print a copy of this page for your records.",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,Have you already received a Covid-19 vaccination?,How many doses of the Covid-19 vaccine did you receive?,Have you been verifiably infected with Covid-19?,Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,affect-science - Click to write Choice 1,affect-clarity - Click to write Choice 1,affect-aesthetic - Click to write Choice 1,Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,"How many weeks had higher unvaccinated Covid-19 case counts than the week of Dec 13, 2021?",What is the max number of case counts (per 100K) of vaccinated people who caught Covid-19?,Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,"By approximately how much did the number of cases in unvaccinated people increase from the week of December 13, 2021 to the week of December 20, 2021 (per 100K people)?","Approximately how many unvaccinated people caught Covid-19 (per 100K people) during the week of January 10, 2022?",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,"Among vaccinated people, which age group sees the largest increase in case count between November 2021 and January 2022?",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,Disregard the visualization for this question. To what extent do you agree or disagree with the following statements about the data used in the visualization above? - The data is accurate,Disregard the visualization for this question. To what extent do you agree or disagree with the following statements about the data used in the visualization above? - The data is complete and does not leave out important information,Disregard the visualization for this question. To what extent do you agree or disagree with the following statements about the data used in the visualization above? - The data is unbiased and trustworthy,Disregard the visualization for this question. To what extent do you agree or disagree with the following statements about the data used in the visualization above? - I understand the meaning of this data well,Disregard the visualization for this question. To what extent do you agree or disagree with the following statements about the data used in the visualization above? - The data source was clearly displayed,Disregard the visualization for this question. To what extent do you agree or disagree with the following statements about the data used in the visualization above? - I trust this data,"If you have any additional thoughts/comments, please enter them here.",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,Assume you trust the data used in the visualization. To what extent do you agree or disagree with the following statements about the visualization presented above? - The visualization transparently includes all important elements of the data,Assume you trust the data used in the visualization. To what extent do you agree or disagree with the following statements about the visualization presented above? - I find it easy to understand this visualization,Assume you trust the data used in the visualization. To what extent do you agree or disagree with the following statements about the visualization presented above? - I like this visualization,"Assume you trust the data used in the visualization. To what extent do you agree or disagree with the following statements about the visualization presented above? - I would likely share this visualization with my family, friends or on social media",Assume you trust the data used in the visualization. To what extent do you agree or disagree with the following statements about the visualization presented above? - I would likely use this visualization and its information in my daily life,Assume you trust the data used in the visualization. To what extent do you agree or disagree with the following statements about the visualization presented above? - I trust this visualization,"Tell us a bit more about why you [QID102-ChoiceGroup-SelectedAnswers-11] with the statement ""I trust this visualization"".",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,"Generally speaking, would you say that most people can be trusted or that you can't be too careful in dealing with people? - 2","If you have any additional thoughts/comments, please enter them here.",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,There are many important issues facing our country today. Research shows that issues people think are important can affect their views on other issues. We also want to know if you are paying attention. Please ignore the question and put “crime” in the top position and unemployment in the bottom position. Leave the rest of the issues in the same order. - Health care,There are many important issues facing our country today. Research shows that issues people think are important can affect their views on other issues. We also want to know if you are paying attention. Please ignore the question and put “crime” in the top position and unemployment in the bottom position. Leave the rest of the issues in the same order. - Unemployment,There are many important issues facing our country today. Research shows that issues people think are important can affect their views on other issues. We also want to know if you are paying attention. Please ignore the question and put “crime” in the top position and unemployment in the bottom position. Leave the rest of the issues in the same order. - The federal budget deficit,There are many important issues facing our country today. Research shows that issues people think are important can affect their views on other issues. We also want to know if you are paying attention. Please ignore the question and put “crime” in the top position and unemployment in the bottom position. Leave the rest of the issues in the same order. - The coronavirus pandemic,There are many important issues facing our country today. Research shows that issues people think are important can affect their views on other issues. We also want to know if you are paying attention. Please ignore the question and put “crime” in the top position and unemployment in the bottom position. Leave the rest of the issues in the same order. - Crime,There are many important issues facing our country today. Research shows that issues people think are important can affect their views on other issues. We also want to know if you are paying attention. Please ignore the question and put “crime” in the top position and unemployment in the bottom position. Leave the rest of the issues in the same order. - Education,There are many important issues facing our country today. Research shows that issues people think are important can affect their views on other issues. We also want to know if you are paying attention. Please ignore the question and put “crime” in the top position and unemployment in the bottom position. Leave the rest of the issues in the same order. - Relations with other countries,Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,"On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - Political parties","On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - The government","On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - The police","On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - The legal system","On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - The news media","On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - Business and industry","On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - Scientists/Science","On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - Doctors","If you have any additional thoughts/comments, please enter them here.",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,"The next questions will be about your motivation to engage in cognitive activity. For each sentence below, please select how uncharacteristic or characteristic (5-point scale) this is for you personally. - I would prefer complex to simple problems.","The next questions will be about your motivation to engage in cognitive activity. For each sentence below, please select how uncharacteristic or characteristic (5-point scale) this is for you personally. - I like to have the responsibility of handling a situation that requires a lot of thinking.","The next questions will be about your motivation to engage in cognitive activity. For each sentence below, please select how uncharacteristic or characteristic (5-point scale) this is for you personally. - Thinking is not my idea of fun.","The next questions will be about your motivation to engage in cognitive activity. For each sentence below, please select how uncharacteristic or characteristic (5-point scale) this is for you personally. - I would rather do something that requires little thought than something that is sure to challenge my thinking abilities.","The next questions will be about your motivation to engage in cognitive activity. For each sentence below, please select how uncharacteristic or characteristic (5-point scale) this is for you personally. - I really enjoy a task that involves coming up with new solutions to problems.","The next questions will be about your motivation to engage in cognitive activity. For each sentence below, please select how uncharacteristic or characteristic (5-point scale) this is for you personally. - I would prefer a task that is intellectual, difficult, and important to one that is somewhat important but does not require much thought.",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,Below is a seven-point scale on which the political views that people might hold are arranged from extremely liberal—point 1—to extremely conservative—point 7. Where would you place yourself on this scale?,"During the peak of the pandemic, how often did you actively seek information on Covid-19 from any sources including TV, newspapers, radios, online and social media, or personal conversations?",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,Lastly a few questions about socio-demographic characteristics. To which gender do you most identify?,In what year were you born? Please enter all four digits.,Text,What is the highest level of school you have completed or the highest degree you have received?,Have one or both of your parents completed a bachelor’s degree?,What language do you speak at home? - Selected Choice,"What language do you speak at home? - Other, please specify: - Text",Which of the following categories do you identify with? - Selected Choice,"Which of the following categories do you identify with? - Other race, ethnicity, or origin (please specify) - Text","Which of the following categories do you identify with? - Mixed race, ethnicity (please specify) - Text","In which of these groups did your total family income, from all sources, fall last year before taxes?",To what extent do you consider yourself a religious person?,Would you be interested in participating in a qualitative interview for this study? You would be paid $15 for about 30 minutes of your time. - Selected Choice,"Would you be interested in participating in a qualitative interview for this study? You would be paid $15 for about 30 minutes of your time. - Yes, you may contact me on this email address: - Text",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,PROLIFIC_PID,provenance-data,provenance-vis,provenance-tour,provenance-explore,isCovidData,complexity,chartType -"{""ImportId"":""startDate"",""timeZone"":""America/New_York""}","{""ImportId"":""endDate"",""timeZone"":""America/New_York""}","{""ImportId"":""status""}","{""ImportId"":""ipAddress""}","{""ImportId"":""progress""}","{""ImportId"":""duration""}","{""ImportId"":""finished""}","{""ImportId"":""recordedDate"",""timeZone"":""America/New_York""}","{""ImportId"":""_recordId""}","{""ImportId"":""recipientLastName""}","{""ImportId"":""recipientFirstName""}","{""ImportId"":""recipientEmail""}","{""ImportId"":""externalDataReference""}","{""ImportId"":""locationLatitude""}","{""ImportId"":""locationLongitude""}","{""ImportId"":""distributionChannel""}","{""ImportId"":""userLanguage""}","{""ImportId"":""QID182""}","{""ImportId"":""QID189_FIRST_CLICK""}","{""ImportId"":""QID189_LAST_CLICK""}","{""ImportId"":""QID189_PAGE_SUBMIT""}","{""ImportId"":""QID189_CLICK_COUNT""}","{""ImportId"":""QID4""}","{""ImportId"":""QID5""}","{""ImportId"":""QID6""}","{""ImportId"":""QID64_FIRST_CLICK""}","{""ImportId"":""QID64_LAST_CLICK""}","{""ImportId"":""QID64_PAGE_SUBMIT""}","{""ImportId"":""QID64_CLICK_COUNT""}","{""ImportId"":""QID191_FIRST_CLICK""}","{""ImportId"":""QID191_LAST_CLICK""}","{""ImportId"":""QID191_PAGE_SUBMIT""}","{""ImportId"":""QID191_CLICK_COUNT""}","{""ImportId"":""QID228_1""}","{""ImportId"":""QID230_1""}","{""ImportId"":""QID231_1""}","{""ImportId"":""QID209_FIRST_CLICK""}","{""ImportId"":""QID209_LAST_CLICK""}","{""ImportId"":""QID209_PAGE_SUBMIT""}","{""ImportId"":""QID209_CLICK_COUNT""}","{""ImportId"":""QID188_FIRST_CLICK""}","{""ImportId"":""QID188_LAST_CLICK""}","{""ImportId"":""QID188_PAGE_SUBMIT""}","{""ImportId"":""QID188_CLICK_COUNT""}","{""ImportId"":""QID245""}","{""ImportId"":""QID246""}","{""ImportId"":""QID247_FIRST_CLICK""}","{""ImportId"":""QID247_LAST_CLICK""}","{""ImportId"":""QID247_PAGE_SUBMIT""}","{""ImportId"":""QID247_CLICK_COUNT""}","{""ImportId"":""QID249""}","{""ImportId"":""QID250""}","{""ImportId"":""QID254_FIRST_CLICK""}","{""ImportId"":""QID254_LAST_CLICK""}","{""ImportId"":""QID254_PAGE_SUBMIT""}","{""ImportId"":""QID254_CLICK_COUNT""}","{""ImportId"":""QID253""}","{""ImportId"":""QID255_FIRST_CLICK""}","{""ImportId"":""QID255_LAST_CLICK""}","{""ImportId"":""QID255_PAGE_SUBMIT""}","{""ImportId"":""QID255_CLICK_COUNT""}","{""ImportId"":""QID223_FIRST_CLICK""}","{""ImportId"":""QID223_LAST_CLICK""}","{""ImportId"":""QID223_PAGE_SUBMIT""}","{""ImportId"":""QID223_CLICK_COUNT""}","{""ImportId"":""QID101_1""}","{""ImportId"":""QID101_2""}","{""ImportId"":""QID101_3""}","{""ImportId"":""QID101_4""}","{""ImportId"":""QID101_12""}","{""ImportId"":""QID101_15""}","{""ImportId"":""QID200_TEXT""}","{""ImportId"":""QID192_FIRST_CLICK""}","{""ImportId"":""QID192_LAST_CLICK""}","{""ImportId"":""QID192_PAGE_SUBMIT""}","{""ImportId"":""QID192_CLICK_COUNT""}","{""ImportId"":""QID102_6""}","{""ImportId"":""QID102_7""}","{""ImportId"":""QID102_8""}","{""ImportId"":""QID102_9""}","{""ImportId"":""QID102_10""}","{""ImportId"":""QID102_11""}","{""ImportId"":""QID117_TEXT""}","{""ImportId"":""QID78_FIRST_CLICK""}","{""ImportId"":""QID78_LAST_CLICK""}","{""ImportId"":""QID78_PAGE_SUBMIT""}","{""ImportId"":""QID78_CLICK_COUNT""}","{""ImportId"":""QID122_2""}","{""ImportId"":""QID203_TEXT""}","{""ImportId"":""QID199_FIRST_CLICK""}","{""ImportId"":""QID199_LAST_CLICK""}","{""ImportId"":""QID199_PAGE_SUBMIT""}","{""ImportId"":""QID199_CLICK_COUNT""}","{""ImportId"":""QID36_1""}","{""ImportId"":""QID36_2""}","{""ImportId"":""QID36_3""}","{""ImportId"":""QID36_4""}","{""ImportId"":""QID36_5""}","{""ImportId"":""QID36_6""}","{""ImportId"":""QID36_7""}","{""ImportId"":""QID65_FIRST_CLICK""}","{""ImportId"":""QID65_LAST_CLICK""}","{""ImportId"":""QID65_PAGE_SUBMIT""}","{""ImportId"":""QID65_CLICK_COUNT""}","{""ImportId"":""QID38_1""}","{""ImportId"":""QID38_2""}","{""ImportId"":""QID38_3""}","{""ImportId"":""QID38_4""}","{""ImportId"":""QID38_5""}","{""ImportId"":""QID38_6""}","{""ImportId"":""QID38_7""}","{""ImportId"":""QID38_8""}","{""ImportId"":""QID204_TEXT""}","{""ImportId"":""QID72_FIRST_CLICK""}","{""ImportId"":""QID72_LAST_CLICK""}","{""ImportId"":""QID72_PAGE_SUBMIT""}","{""ImportId"":""QID72_CLICK_COUNT""}","{""ImportId"":""QID39_1""}","{""ImportId"":""QID39_2""}","{""ImportId"":""QID39_3""}","{""ImportId"":""QID39_4""}","{""ImportId"":""QID39_5""}","{""ImportId"":""QID39_6""}","{""ImportId"":""QID73_FIRST_CLICK""}","{""ImportId"":""QID73_LAST_CLICK""}","{""ImportId"":""QID73_PAGE_SUBMIT""}","{""ImportId"":""QID73_CLICK_COUNT""}","{""ImportId"":""QID11""}","{""ImportId"":""QID13""}","{""ImportId"":""QID74_FIRST_CLICK""}","{""ImportId"":""QID74_LAST_CLICK""}","{""ImportId"":""QID74_PAGE_SUBMIT""}","{""ImportId"":""QID74_CLICK_COUNT""}","{""ImportId"":""QID14""}","{""ImportId"":""QID15_TEXT""}","{""ImportId"":""QID16_1""}","{""ImportId"":""QID17""}","{""ImportId"":""QID23""}","{""ImportId"":""QID27""}","{""ImportId"":""QID27_4_TEXT""}","{""ImportId"":""QID18""}","{""ImportId"":""QID18_8_TEXT""}","{""ImportId"":""QID18_9_TEXT""}","{""ImportId"":""QID19""}","{""ImportId"":""QID20""}","{""ImportId"":""QID25""}","{""ImportId"":""QID25_1_TEXT""}","{""ImportId"":""QID75_FIRST_CLICK""}","{""ImportId"":""QID75_LAST_CLICK""}","{""ImportId"":""QID75_PAGE_SUBMIT""}","{""ImportId"":""QID75_CLICK_COUNT""}","{""ImportId"":""PROLIFIC_PID""}","{""ImportId"":""provenance-data""}","{""ImportId"":""provenance-vis""}","{""ImportId"":""provenance-tour""}","{""ImportId"":""provenance-explore""}","{""ImportId"":""isCovidData""}","{""ImportId"":""complexity""}","{""ImportId"":""chartType""}" -2023-07-24 14:11:19,2023-07-24 14:22:11,0,131.191.37.52,100,651,1,2023-07-24 14:22:11,R_1Kd8nCnLse6A3Bk,,,,,47.2109,-122.4147,anonymous,EN,1,1.966,6.071,6.887,5,1,3,2,2.897,5.947,6.992,3,2.819,13.452,15.012,3,93,96,50,1.273,20.14,21.333,15,3.651,60.855,61.584,8,1,-3,46.139,119.798,120.502,7,-3,1,1.524,94.092,95.388,22,1,14.513,51.613,52.237,7,6.94,6.94,15.122,1,4,4,4,6,6,5,,1.494,25.21,26.165,17,4,6,6,6,4,6,The data is clearly presented.,3.053,29.315,30.068,10,3,"Nothing, thanks",5.62,7.517,13.313,3,2,7,3,4,1,5,6,11.565,20.411,23.642,2,1,3,1,3,3,1,7,5,,4.679,16.594,17.807,12,3,5,2,3,3,3,2.485,16.919,18.037,8,1,1,1.195,8.843,9.682,6,4,1973,Washington,9,1,1,,7,,,12,4,2,,1.724,69.164,70.262,43,60fcf0d2f2038f65598d7f03,"{""startTime"":1690222596809,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690222538739,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690222339403,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":10505,""label"":""tour_next"",""step"":2},{""time"":17637,""label"":""tour_end"",""step"":2},{""time"":18682,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1116,""week"":""51"",""id"":""chart2""},{""time"":23817,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1029,""week"":""48"",""id"":""chart2""}]}","{""startTime"":1690222523140,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":7720,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1317,""week"":""1"",""id"":""chart2""},{""time"":9187,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1145,""week"":""52"",""id"":""chart2""},{""time"":10385,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2315,""week"":""51"",""id"":""chart2""}]}",1,simple,bar -2023-07-24 14:13:16,2023-07-24 14:23:13,0,68.58.38.158,100,596,1,2023-07-24 14:23:14,R_8DmanZuAHqkskKJ,,,,,39.1215,-86.5784,anonymous,EN,1,1.971,1.971,2.802,1,1,2,1,1.575,4.233,5.169,2,0,0,15.111,0,77,78,50,7.744,19.26,20.38,6,12.631,51.163,54.799,6,1,1,15.597,42.114,45.225,3,-3,1,65.843,76.939,78.877,2,-1,80.78,80.78,98.657,1,0,0,15.011,0,4,4,4,5,5,4,,7.072,27.591,29.001,9,4,5,3,6,3,4,I don't have any reason to believe or not believe the visualization,5.731,69.378,70.384,31,1,,4.876,5.622,8.037,2,2,7,3,4,1,5,6,0,0,17.935,0,6,6,7,8,6,6,8,9,,5.812,23.78,25.765,9,2,2,3,3,2,3,4.644,22.639,23.603,6,1,2,1.374,6.615,8.18,2,2,2000,Indiana,6,3,1,,2,,,17,4,2,,1.193,32.307,33.543,12,62e3fc91bf734f6dbbc0ca15,"{""startTime"":1690222716596,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690222622537,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690222452628,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":12618,""label"":""tour_next"",""step"":5},{""time"":22124,""label"":""started_brush"",""startDate"":""2021-06-08"",""endDate"":""2021-10-15""},{""time"":26459,""label"":""moved_brush"",""startDate"":""2021-06-08"",""endDate"":""2021-10-26""},{""time"":30599,""label"":""moved_brush"",""startDate"":""2021-10-26"",""endDate"":""2022-02-12""},{""time"":31636,""label"":""tour_next"",""step"":5},{""time"":34507,""label"":""moved_brush"",""startDate"":""2021-11-28"",""endDate"":""2022-02-12""},{""time"":35340,""label"":""tour_next"",""step"":5},{""time"":45646,""label"":""cleared_brush"",""using"":""click""},{""time"":45649,""label"":""cleared_brush"",""using"":""Escape""},{""time"":47087,""label"":""tour_next"",""step"":5},{""time"":51148,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690222606803,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":9984,""label"":""hovered"",""timeHovered"":2293,""week"":""2022-01-03""}]}",1,complex,line -2023-07-24 14:18:23,2023-07-24 14:30:46,0,173.14.145.81,100,743,1,2023-07-24 14:30:47,R_111sQNBrMtQ09JT,,,,,41.4939,-73.0517,anonymous,EN,1,3.163,3.163,4.602,1,1,4,2,2.341,5.789,7.596,2,0,0,15.108,0,100,100,0,29.75,38.038,40.685,3,20.447,28.334,43.134,4,1,1,21.127,51.039,83.527,3,-2,1,4.623,50.614,53.665,3,-2,82.5,121.292,121.702,3,0,0,15.01,0,6,2,6,6,6,6,"I get vaccines whenever I can. ",12.284,49.939,59.195,8,6,6,6,6,6,6,"I did not get COVID-19, my office mates got them.",1.918,66.222,67.945,4,4,,9.246,9.246,11.501,1,2,3,4,5,1,6,7,0,0,15.146,0,6,9,9,9,8,2,9,10,,5.362,23.865,26.474,8,3,4,2,2,4,3,5.032,36.048,38.112,8,3,2,1.396,15.54,16.671,3,2,1961,Massachusetts,7,3,1,,2,,,10,2,1,yingbrach@yahoo.com,1.251,43.802,74.302,13,5e8b32ec2c33ae7f20a0b401,"{""startTime"":1690222939290,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":2607,""label"":""hovered"",""timeHovered"":1372,""week"":""2021-12-27""},{""time"":4773,""label"":""hovered"",""timeHovered"":2590,""week"":""2022-01-03""}]}","{""startTime"":1690222999197,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690222796005,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":6989,""label"":""hovered"",""timeHovered"":1965,""week"":""2021-10-18""},{""time"":9655,""label"":""hovered"",""timeHovered"":8979,""week"":""2022-01-03""},{""time"":20440,""label"":""tour_next"",""step"":2},{""time"":24600,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690222923714,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7219,""label"":""hovered"",""timeHovered"":2384,""week"":""2022-01-03""},{""time"":9669,""label"":""hovered"",""timeHovered"":4262,""week"":""2022-01-03""}]}",1,simple,line -2023-07-24 14:23:56,2023-07-24 14:31:23,0,138.88.78.67,100,447,1,2023-07-24 14:31:24,R_3eaAS3a0kDQnihF,,,,,38.894,-77.0365,anonymous,EN,1,4.211,4.211,5.004,1,1,4,1,2.881,3.722,4.968,2,0,0,15.12,0,88,86,43,4.473,8.756,10.369,3,2.187,14.37,14.827,5,1,-3,4.829,46.823,59.77,5,1,1,23.309,32.274,33.711,2,-3,16.349,16.349,17.854,1,0,0,15.122,0,6,4,6,6,6,6,,14.416,22.192,23.938,8,7,7,3,2,2,6,It seems accurate based on data that I know of,1.609,67.281,68.273,17,4,,8.819,8.819,10.041,1,2,7,3,4,1,5,6,0,0,15.573,0,5,5,4,6,7,6,10,10,,5.891,15.264,17.07,8,5,4,2,2,4,4,4.121,20.323,21.23,6,1,1,1.702,6.075,8.385,2,1,2000,Virginia,6,3,1,,7,,,15,4,2,,1.599,64.8,66.226,16,62ffa51597bb1507ef057ca0,"{""startTime"":1690223261203,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690223172815,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690223081678,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":2181,""label"":""tour_next"",""step"":2},{""time"":7788,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690223157237,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":3050,""label"":""hovered"",""timeHovered"":1720,""week"":""2022-01-03""},{""time"":6301,""label"":""hovered"",""timeHovered"":1715,""week"":""2022-01-31""}]}",1,simple,line -2023-07-24 14:25:53,2023-07-24 14:32:20,0,71.185.189.134,100,387,1,2023-07-24 14:32:21,R_2QrlduyBPVQHSP6,,,,,40.1101,-75.1567,anonymous,EN,1,4.869,4.869,6.12,1,1,3,1,1.751,3.605,4.592,2,0,0,15.01,0,87,80,41,4.99,9.117,10.927,3,8,12.706,14.281,3,1,1,26.054,33.602,38.847,3,-3,-3,31.185,47.914,49.415,2,1,12.166,12.166,18.071,1,0,0,15.011,0,4,4,4,6,5,5,,4.201,16.207,17.626,7,6,5,3,6,2,6,It includes a lot of data so it seems that effort and time were put into making this visualization.,2.817,2.817,36.77,1,5,,4.234,6.723,7.876,2,2,7,3,4,1,5,6,0,0,17.385,0,2,4,1,3,7,3,6,5,,5.505,21.115,23.324,12,3,5,2,2,4,5,5.497,23.059,24.96,9,2,3,1.53,6.316,8.302,2,1,1999,Pennsylvania,6,3,1,,7,,,17,3,2,,1.389,38.968,40.366,12,61119e3139b8346b3ef32bf0,"{""startTime"":1690223336661,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690223279140,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690223198983,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":7987,""label"":""tour_next"",""step"":2},{""time"":10103,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690223263700,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":3100,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2957,""week"":""52"",""id"":""chart""},{""time"":6177,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2199,""week"":""2"",""id"":""chart""},{""time"":8482,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2377,""week"":""4"",""id"":""chart""}]}",1,moderate,bar -2023-07-24 14:25:23,2023-07-24 14:34:59,0,107.12.245.46,100,575,1,2023-07-24 14:35:00,R_3F3TYMu0glGO2Yu,,,,,34.7542,-76.9069,anonymous,EN,1,18.949,18.949,19.999,1,2,,1,1.77,1.77,2.83,1,0,0,15.017,0,100,100,100,7.086,11.846,13.362,3,26.186,30.978,44.08,2,1,-3,17.126,37.158,38.308,3,-3,1,40.914,59.418,60.855,2,-3,27.8,28.597,32.436,2,0,0,15.117,0,6,5,6,7,6,6,,9.009,21.449,24.031,7,5,7,6,5,4,6,It shows basic facts. Presuming the numbers are correct then why would I not trust something that is factual?,2.14,48.691,51.401,5,4,,4.201,4.201,6.191,1,2,7,3,4,1,5,6,0,0,19.94,0,4,4,10,6,4,2,7,10,,6.57,29.074,30.953,10,4,4,2,2,4,4,15.57,28.994,29.759,6,5,2,2.853,8.237,9.82,2,2,1982,North Carolina,2,2,1,,7,,,4,3,2,,2.552,113.847,114.589,31,582c800ab56bfd00011fd586,"{""startTime"":1690223308477,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690223332902,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690223187301,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":17812,""label"":""hovered"",""timeHovered"":3783,""week"":""2022-01-10""},{""time"":22529,""label"":""hovered"",""timeHovered"":1400,""week"":""2022-02-07""},{""time"":26177,""label"":""tour_next"",""step"":2},{""time"":30969,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690223292957,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":5480,""label"":""hovered"",""timeHovered"":1281,""week"":""2022-01-03""},{""time"":6980,""label"":""hovered"",""timeHovered"":1325,""week"":""2022-01-10""},{""time"":12562,""label"":""hovered"",""timeHovered"":1952,""week"":""2022-01-17""}]}",1,moderate,line -2023-07-24 14:26:03,2023-07-24 14:36:58,0,71.244.146.139,100,654,1,2023-07-24 14:36:59,R_ZgGa1Hpx8Fxszux,,,,,39.2726,-76.8614,anonymous,EN,1,10.537,10.537,11.536,1,1,3,1,9.414,11.38,13.769,2,0,0,15.106,0,78,57,47,5.189,10.373,11.381,3,24.731,99.631,103.137,10,1,-3,41.27,79.083,81.726,2,1,1,64.296,91.433,93.026,2,1,2.345,47.987,52,2,0,0,15.009,0,6,6,2,5,6,6,,7.307,13.73,15.255,6,6,5,5,6,6,6,I think it shows that more vaccinated people will have a less chance of getting COVID,2.408,2.408,61.134,1,4,,8.255,12.483,17.797,3,2,7,3,4,1,5,6,0,0,19.985,0,4,5,7,5,8,5,10,9,,1.916,24.169,25.279,14,3,4,3,4,3,3,2.055,5.824,7.628,6,4,2,1.398,12.103,13.937,2,1,1999,Maryland,6,3,1,,9,,Ellicott City,17,4,1,Wangkevja@gmail.com,2.636,52.768,59.164,16,6430988b02068d99450ad3d7,"{""startTime"":1690223400570,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":540},{""label"":""window_focused"",""time"":1566}]}","{""startTime"":1690223416544,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690223228262,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":2901,""label"":""hovered"",""timeHovered"":1650,""week"":""2022-01-10""},{""time"":10436,""label"":""hovered"",""timeHovered"":1751,""week"":""2022-01-17""},{""time"":13719,""label"":""hovered"",""timeHovered"":2284,""week"":""2022-01-10""},{""time"":19161,""label"":""hovered"",""timeHovered"":4830,""week"":""2022-01-17""},{""time"":26187,""label"":""tour_next"",""step"":5},{""time"":35567,""label"":""cleared_brush"",""using"":""click""},{""time"":36317,""label"":""cleared_brush"",""using"":""click""},{""time"":36988,""label"":""cleared_brush"",""using"":""click""},{""time"":37498,""label"":""cleared_brush"",""using"":""click""},{""time"":47633,""label"":""tour_back"",""step"":5},{""time"":50162,""label"":""tour_next"",""step"":5},{""time"":51652,""label"":""cleared_brush"",""using"":""click""},{""time"":62220,""label"":""started_brush"",""startDate"":""2021-06-09"",""endDate"":""2022-02-13""},{""time"":63923,""label"":""tour_next"",""step"":5},{""time"":69617,""label"":""moved_brush"",""startDate"":""2021-06-09"",""endDate"":""2022-02-13""},{""time"":70440,""label"":""cleared_brush"",""using"":""click""},{""time"":75124,""label"":""tour_next"",""step"":5},{""time"":92226,""label"":""cleared_brush"",""using"":""click""},{""time"":92228,""label"":""cleared_brush"",""using"":""Escape""},{""time"":95089,""label"":""tour_next"",""step"":5},{""time"":99612,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690223384879,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":8019,""label"":""started_brush"",""startDate"":""2021-11-15"",""endDate"":""2022-02-13""}]}",1,complex,line -2023-07-24 14:26:07,2023-07-24 14:37:27,0,65.190.2.162,100,680,1,2023-07-24 14:37:28,R_2qw67BSEax40tQM,,,,,35.7704,-78.6293,anonymous,EN,1,22.255,22.255,24.274,1,1,2,2,2.214,19.514,22.244,2,0,0,15.008,0,60,97,61,16.14,25.574,27.841,3,9.039,19.638,38.155,2,1,1,46.963,60.48,67.598,2,-3,-3,27.752,68.085,81.77,2,1,33.977,33.977,36.326,1,0,0,15.109,0,6,6,5,7,7,5,,10.365,23.841,27.044,6,6,7,6,4,5,5,I trust the visualization is as accurate as reports allow. People were sick and never received treatment. Many people were sick and it was immediately presumed they had covid without accurate testing,9.41,74.441,79.037,3,6,,6.288,11.704,14.549,4,2,7,3,4,1,5,6,0,0,21.201,0,1,4,8,5,1,6,9,9,,7.838,28.404,31.605,9,2,3,3,3,4,3,10.994,34.21,38.09,6,5,4,5.848,13.181,15.529,2,2,1979,North Carolina,5,2,1,,7,,,8,3,1,stitchedoncanvas@gmail.com,2.302,49.635,70.651,12,5ef764fd0ea7fe48a5fa130d,"{""startTime"":1690223393159,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690223420753,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690223270813,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":9038,""label"":""tour_next"",""step"":2},{""time"":13134,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2459,""week"":""50"",""id"":""chart2""},{""time"":15649,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1459,""week"":""51"",""id"":""chart2""},{""time"":19636,""label"":""tour_end"",""step"":2},{""time"":22145,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2561,""week"":""52"",""id"":""chart""},{""time"":26495,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2314,""week"":""52"",""id"":""chart2""},{""time"":29311,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2061,""week"":""51"",""id"":""chart""},{""time"":31491,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3991,""week"":""52"",""id"":""chart""}]}","{""startTime"":1690223377617,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":10518,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1261,""week"":""52"",""id"":""chart""}]}",1,simple,bar -2023-07-24 14:28:30,2023-07-24 14:41:43,0,72.207.93.26,100,792,1,2023-07-24 14:41:43,R_rqmwyenp9jfHYDD,,,,,32.7097,-117.1228,anonymous,EN,1,28.236,28.236,29.401,1,1,4,2,1.87,7.309,10.449,5,0,0,15.015,0,68,62,67,24.763,35.192,35.96,4,12.84,62.107,85.548,13,-2,1,52.527,78.982,81.9,3,1,1,50.677,97.687,99.238,3,1,119.112,145.34,191.981,2,0,0,15.184,0,5,4,5,4,4,5,,6.445,14.609,16.595,6,4,4,5,3,3,5,I don't like to rely on a single source of information if I haven't verified it but it seems ok.,1.307,1.307,43.931,1,4,,4.936,9.296,11.178,5,2,7,3,4,1,5,6,0,0,14.731,0,4,6,6,6,4,4,8,9,,4.941,18.069,20.275,9,3,2,3,3,4,3,2.768,13.85,14.905,8,3,1,2.615,12.823,14.695,4,1,1980,California,6,2,1,,2,,,4,3,2,,1.925,45.17,48.464,15,585eb4cfc34844000174d807,"{""startTime"":1690223708924,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690223726508,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690223413950,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":42,""label"":""tour_started""},{""time"":12828,""label"":""tour_next"",""step"":5},{""time"":24344,""label"":""tour_back"",""step"":5},{""time"":26838,""label"":""tour_next"",""step"":5},{""time"":29877,""label"":""tour_back"",""step"":5},{""time"":31802,""label"":""tour_next"",""step"":5},{""time"":34336,""label"":""cleared_brush"",""using"":""Click""},{""time"":35021,""label"":""cleared_brush"",""using"":""Click""},{""time"":35532,""label"":""started_brush"",""startDate"":""2021-09-08"",""endDate"":""2021-09-21""},{""time"":40590,""label"":""tour_next"",""step"":5},{""time"":47181,""label"":""moved_brush"",""startDate"":""2021-04-12"",""endDate"":""2021-09-21""},{""time"":48218,""label"":""tour_next"",""step"":5},{""time"":56454,""label"":""cleared_brush"",""using"":""Click""},{""time"":58191,""label"":""tour_next"",""step"":5},{""time"":62094,""label"":""tour_end"",""step"":5},{""time"":67502,""label"":""started_brush"",""startDate"":""2021-07-09"",""endDate"":""2021-08-05""},{""time"":71386,""label"":""started_brush"",""startDate"":""2021-06-26"",""endDate"":""2021-12-04""},{""time"":73556,""label"":""moved_brush"",""startDate"":""2021-08-29"",""endDate"":""2022-02-06""},{""time"":75236,""label"":""moved_brush"",""startDate"":""2021-08-30"",""endDate"":""2022-02-07""},{""time"":78746,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":4901,""week"":""52"",""id"":""chart""}]}","{""startTime"":1690223692920,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":7623,""label"":""started_brush"",""startDate"":""2021-09-30"",""endDate"":""2022-02-07""},{""time"":9204,""label"":""moved_brush"",""startDate"":""2021-09-30"",""endDate"":""2022-02-07""},{""time"":9930,""label"":""moved_brush"",""startDate"":""2021-09-30"",""endDate"":""2022-02-07""},{""time"":13004,""label"":""moved_brush"",""startDate"":""2021-11-02"",""endDate"":""2022-02-07""}]}",1,complex,bar -2023-07-24 14:29:55,2023-07-24 14:44:10,0,172.56.2.31,100,854,1,2023-07-24 14:44:10,R_Tc6d8ri8eAwGB0Z,,,,,38.894,-77.0365,anonymous,EN,1,5.329,6.546,7.688,2,2,,2,1.275,1.275,2.874,1,0,0,15.07,0,48,13,21,5.319,17.137,18.42,6,6.541,80.016,85.691,11,-1,1,29.988,55.425,56.994,8,-3,-1,2.391,47.03,51.521,13,1,0.027,102.855,104.738,8,0,0,15.119,0,4,5,4,5,6,4,,3.904,70.014,72.747,15,4,5,4,4,3,3,"Don't see COVID as real ",1.583,98.484,99.845,22,4,,1.037,11.122,25.819,4,2,3,4,5,1,6,7,7.97,7.97,12.795,1,1,1,3,1,1,3,6,2,,1.935,25.573,26.877,16,4,4,3,3,3,4,25.37,49.458,49.458,13,4,3,0.625,9.786,13.771,5,1,2000,Maryland,3,2,1,,3,,,9,4,1,62e05742fafd80b3f0c2e20b@email.prolific.co,2.197,92.43,97.039,26,62e05742fafd80b3f0c2e20b,"{""startTime"":1690223825706,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690223701031,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690223488581,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":238,""label"":""tour_started""},{""time"":25853,""label"":""tour_next"",""step"":5},{""time"":32276,""label"":""cleared_brush"",""using"":""Click""},{""time"":42953,""label"":""started_brush"",""startDate"":""2021-10-02"",""endDate"":""2021-11-25""},{""time"":44525,""label"":""tour_next"",""step"":5},{""time"":53114,""label"":""moved_brush"",""startDate"":""2021-10-26"",""endDate"":""2021-12-19""},{""time"":54077,""label"":""tour_next"",""step"":5},{""time"":60070,""label"":""moved_brush"",""startDate"":""2021-11-24"",""endDate"":""2022-01-17""},{""time"":65840,""label"":""moved_brush"",""startDate"":""2021-11-11"",""endDate"":""2022-01-04""},{""time"":66798,""label"":""cleared_brush"",""using"":""Click""},{""time"":66799,""label"":""cleared_brush"",""using"":""Escape""},{""time"":70022,""label"":""tour_next"",""step"":5},{""time"":78542,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690223683114,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar -2023-07-24 14:37:34,2023-07-24 14:44:40,0,68.229.241.155,100,426,1,2023-07-24 14:44:41,R_3DtZwWLlUvWSYQM,,,,,35.2338,-97.4095,anonymous,EN,1,2.783,2.783,3.79,1,1,3,1,1.702,5.018,5.58,4,0,0,15.022,0,79,100,98,4.457,8.988,9.954,4,6.043,8.327,10.605,2,-2,1,15.38,49.573,57.287,3,-1,1,26.255,35.123,40.661,2,-3,26.684,31.283,40.002,2,0,0,15.124,0,7,3,7,7,7,7,,5.589,20.525,22.372,6,5,7,5,2,3,6,I believe that unvaccinated individuals are more likely to catch the virus.,1.572,47.413,48.782,10,2,,6.709,6.709,8.206,1,2,7,3,4,1,5,6,0,0,9.869,0,1,4,1,6,4,6,8,10,,3.859,16.684,18.686,9,4,4,2,2,4,4,5.648,24.21,25.004,6,2,2,3.15,8.929,10.381,4,1,2002,Oklahoma,3,3,1,,7,,,17,3,1,,2.675,37.022,38.556,13,63fba157c9ebcb0ba6397872,"{""startTime"":1690223971089,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690223994088,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690223902281,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":6013,""label"":""tour_next"",""step"":2},{""time"":8318,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690223954890,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line -2023-07-24 14:32:15,2023-07-24 14:45:54,0,136.33.208.224,100,818,1,2023-07-24 14:45:55,R_2zYngyfH0zEs6Gq,,,,,38.9887,-94.6341,anonymous,EN,1,9.525,9.525,10.685,1,2,,1,2.023,2.023,3.046,1,0,0,15.109,0,85,68,50,34.913,46.446,47.951,4,36.429,138.929,140.059,9,1,1,24.224,70.39,71.735,2,1,1,53.095,74.111,75.635,2,1,25.768,57.768,59.059,2,0,0,15.013,0,5,3,5,6,6,5,,9.624,30.805,33.529,8,5,6,6,1,1,5,"So much of the covid 19 reporting has become so politicized I don't know what to believe anymore. But I am inclined to believe scientific research. ",3.001,104.569,106.894,10,5,,4.372,10.172,11.714,5,2,7,3,4,1,5,6,0,0,17.979,0,5,4,8,8,5,5,9,5,,5.013,36.846,39.272,16,3,3,2,3,3,3,10.436,30.12,32.21,7,5,1,6.302,16.285,22.965,3,2,1991,Kansas,2,2,1,,7,,,8,1,1,61003045d0f2c8b7ddb40dbd@email.prolific.co,2.954,71.444,73.72,25,61003045d0f2c8b7ddb40dbd,"{""startTime"":1690223838893,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690223872840,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690223623335,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":15272,""label"":""hovered"",""timeHovered"":6232,""week"":""2022-01-03""},{""time"":23171,""label"":""hovered"",""timeHovered"":4716,""week"":""2022-01-17""},{""time"":28693,""label"":""hovered"",""timeHovered"":3176,""week"":""2022-01-17""},{""time"":32219,""label"":""hovered"",""timeHovered"":1502,""week"":""2022-01-24""},{""time"":33954,""label"":""hovered"",""timeHovered"":1067,""week"":""2022-01-24""},{""time"":36426,""label"":""tour_next"",""step"":5},{""time"":53699,""label"":""started_brush"",""startDate"":""2021-05-12"",""endDate"":""2021-07-20""},{""time"":55733,""label"":""cleared_brush"",""using"":""click""},{""time"":57798,""label"":""started_brush"",""startDate"":""2021-11-13"",""endDate"":""2022-02-13""},{""time"":59368,""label"":""tour_next"",""step"":5},{""time"":71813,""label"":""moved_brush"",""startDate"":""2021-12-15"",""endDate"":""2022-02-13""},{""time"":72894,""label"":""tour_next"",""step"":5},{""time"":78112,""label"":""cleared_brush"",""using"":""click""},{""time"":79760,""label"":""tour_next"",""step"":5},{""time"":86611,""label"":""tour_end"",""step"":5},{""time"":96482,""label"":""started_brush"",""startDate"":""2021-10-29"",""endDate"":""2022-02-13""},{""time"":98399,""label"":""cleared_brush"",""using"":""click""},{""time"":110217,""label"":""started_brush"",""startDate"":""2021-10-30"",""endDate"":""2022-01-09""},{""time"":116189,""label"":""hovered"",""timeHovered"":2849,""week"":""2022-01-03""},{""time"":125318,""label"":""cleared_brush"",""using"":""click""},{""time"":137950,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-07-24""}]}","{""startTime"":1690223823500,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":9158,""label"":""hovered"",""timeHovered"":1215,""week"":""2021-12-13""}]}",1,complex,line -2023-07-24 14:39:44,2023-07-24 14:46:57,0,73.158.48.27,100,433,1,2023-07-24 14:46:58,R_2ahvE3MLU7uI2Uc,,,,,37.5549,-122.2708,anonymous,EN,1,1.677,1.677,2.42,1,1,3,1,1.291,3.172,3.418,3,0,0,15.113,0,76,18,38,3.418,14.173,14.898,4,2.5,3.969,16.356,2,-3,1,1.87,55.321,57.608,23,-3,-3,17.595,41.743,42.739,15,-1,18.478,18.478,19.861,1,0,0,16.753,0,6,3,6,6,6,6,it should define how it sources the number of positive test resutls,2.234,22.787,43.46,12,6,6,4,2,1,6,it's data coming from a government agency dedicated to infectious disesases and is transparent about the count of cases within each time period,1.109,46.595,47.799,7,3,,1.601,5.498,6.233,6,2,7,3,4,1,5,6,0.886,2.61,7.178,8,2,7,10,8,5,9,10,10,,1.456,20.367,21.272,17,5,4,1,1,4,5,0.773,24.112,24.811,14,6,5,0.831,5.662,7.085,11,1,2000,California,6,3,1,,2,,,19,3,2,,1.034,23.288,23.928,19,5c088a0b66706a0001048ca6,"{""startTime"":1690224214916,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690224122330,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_focused"",""time"":18161}]}","{""startTime"":1690224029333,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":2597,""label"":""tour_next"",""step"":2},{""time"":3964,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690224104040,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":6986}]}",1,simple,bar -2023-07-24 14:32:19,2023-07-24 14:48:32,0,73.166.10.51,100,973,1,2023-07-24 14:48:33,R_1jm4QYvKsRVuVbS,,,,,29.4578,-95.0342,anonymous,EN,1,18.268,18.268,19.654,1,1,4,2,8.449,11.205,12.914,2,0,0,15.028,0,85,78,43,12.326,34.296,37.023,4,25.748,33.326,100.705,3,1,1,23.818,57.093,78.564,2,1,1,21.308,133.599,135.801,6,1,84.133,84.133,85.837,1,0,0,15.121,0,7,5,6,7,6,7,,10.357,34.668,38.138,7,6,6,6,5,5,6,"The source of the data is the CDC. It would be great to add the dates when the vaccines were first rolled out. ",5.22,89.658,91.018,4,5,,10.351,10.351,13.763,1,2,7,3,4,1,5,6,0,0,32.816,0,2,5,1,5,6,2,10,9,,10.417,28.203,30.914,8,4,5,1,3,4,3,16.177,49.301,52.521,6,1,1,5.892,17.187,19.512,2,1,1983,Texas,6,3,1,,4,,,8,4,1,jj.vallejo.a@gmail.com,4.199,53.337,63.894,12,6400f1783058946c2b4780cd,"{""startTime"":1690223896947,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690223936138,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690223643286,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":22,""label"":""tour_started""},{""time"":27919,""label"":""tour_next"",""step"":2},{""time"":33415,""label"":""tour_end"",""step"":2},{""time"":37048,""label"":""hovered"",""timeHovered"":1568,""week"":""2021-07-26""},{""time"":39797,""label"":""hovered"",""timeHovered"":6991,""week"":""2021-05-10""},{""time"":49510,""label"":""hovered"",""timeHovered"":30192,""week"":""2022-01-10""},{""time"":83198,""label"":""hovered"",""timeHovered"":1578,""week"":""2021-11-08""},{""time"":85195,""label"":""hovered"",""timeHovered"":2273,""week"":""2021-09-06""},{""time"":92474,""label"":""hovered"",""timeHovered"":2533,""week"":""2022-02-07""},{""time"":95600,""label"":""hovered"",""timeHovered"":2247,""week"":""2022-01-10""}]}","{""startTime"":1690223881223,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6843,""label"":""hovered"",""timeHovered"":1148,""week"":""2022-01-10""},{""time"":8633,""label"":""hovered"",""timeHovered"":3278,""week"":""2022-01-10""}]}",1,moderate,line -2023-07-24 14:38:33,2023-07-24 14:49:25,0,216.67.82.251,100,652,1,2023-07-24 14:49:26,R_25WP5YswanZ9tSb,,,,,61.2115,-149.8736,anonymous,EN,1,9.276,9.276,10.272,1,1,3,1,1.369,3.191,4.397,3,0,0,15.008,0,66,85,82,7.548,13.56,14.597,4,17.583,20.189,26.431,2,1,1,24.393,40.629,42.546,2,-3,-2,66.748,102.793,103.906,2,1,26.079,26.079,27.4,1,0,0,15.106,0,5,4,4,6,6,6,,174.691,190.314,192.877,8,6,7,6,5,5,6,"The source of the information is the CDC who is the main source of data about the pandemic. ",2.278,23.838,34.72,2,4,,3.556,4.407,5.325,3,2,7,3,4,1,5,6,0,0,13.469,0,6,7,5,6,5,6,10,8,,3.776,16.746,18.729,11,3,5,2,4,5,4,11.786,24.426,25.325,6,2,1,4.311,8.02,10.808,2,1,1991,Texas,7,3,1,,7,,,6,4,2,,1.458,49.811,52.399,21,5aeb092b1c52cb0001573337,"{""startTime"":1690224117175,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_focused"",""time"":171985}]}","{""startTime"":1690224311019,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690223969926,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":22,""label"":""tour_started""},{""time"":781,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1065,""week"":""52"",""id"":""chart""},{""time"":17579,""label"":""tour_next"",""step"":2},{""time"":20186,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690224101526,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":2973,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8560,""week"":""2"",""id"":""chart""},{""label"":""window_blurred"",""time"":12572}]}",1,moderate,bar -2023-07-24 14:38:40,2023-07-24 14:49:49,0,75.30.237.39,100,669,1,2023-07-24 14:49:50,R_1ohuBxAG11uqzgU,,,,,41.6325,-81.4034,anonymous,EN,1,3.01,3.01,3.833,1,1,3,2,2.823,3.89,6.346,2,0,0,15.01,0,70,88,63,12.288,25.061,25.964,4,9.639,12.991,24.232,2,1,-3,52.455,58.424,59.795,2,-3,-3,46.684,73.575,73.9,3,1,38.516,38.516,40.09,1,0,0,15.116,0,6,4,6,6,6,6,"The last page is all messed up. The rating scale doesn't actually say anything, it jut says things like ""Click to write Statement 1.""",1.817,15.121,69.529,9,6,6,6,2,5,6,I believe it said that the data was from the CDC. If that is true and the graph maker didn't lie about then I believe that their data is fairly accurate as much as you can when it comes to counting something Covid cases.,6.439,81.948,83.544,26,2,,5.53,5.53,6.704,1,2,7,3,4,1,5,6,4.255,8.49,12.846,2,2,4,5,2,2,2,8,8,,22.576,36.732,38.872,11,3,3,2,2,3,3,6.356,25.894,26.734,7,2,2,2.193,5.711,10.087,2,2,1995,Ohio,6,1,1,,7,,,10,4,1,sydney_baer@hotmail.com,1.362,53.445,77.16,16,5cdccb3a4d7e8a00163b8350,"{""startTime"":1690224225502,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":2659},{""label"":""window_focused"",""time"":7009}]}","{""startTime"":1690224086854,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690223986384,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":14,""label"":""tour_started""},{""label"":""window_blurred"",""time"":4690},{""label"":""window_focused"",""time"":9089},{""time"":9604,""label"":""tour_next"",""step"":2},{""time"":12955,""label"":""tour_end"",""step"":2},{""time"":14553,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3913,""week"":""52"",""id"":""chart2""},{""time"":19154,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1665,""week"":""1"",""id"":""chart2""},{""time"":22320,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1065,""week"":""52"",""id"":""chart""}]}","{""startTime"":1690224071182,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":8753},{""label"":""window_focused"",""time"":10283}]}",1,simple,bar -2023-07-24 14:43:20,2023-07-24 14:51:42,0,75.11.192.230,100,502,1,2023-07-24 14:51:43,R_3m4BL58BMjDoIEw,,,,,36.3066,-86.6101,anonymous,EN,1,2.201,2.201,2.931,1,2,,2,0.84,1.257,2.029,2,0,0,15.109,0,65,64,64,2.905,20.784,21.862,10,9.893,61.816,62.606,8,1,-2,2.22,23.628,25.701,18,1,1,3.114,52.55,53.409,14,-3,2.229,51.104,68.614,18,0,0,15.012,0,4,4,4,7,7,4,,3.775,15.314,16.294,20,4,6,5,1,1,4,Need a link underneath visual,1.034,32.911,37.113,4,2,,3.629,3.629,5.046,1,2,7,3,4,1,5,6,1.406,3.847,12.972,6,1,1,3,3,1,3,7,7,,6.367,20.317,22.126,18,3,5,1,2,5,4,2.091,12.625,13.534,15,2,1,1.708,8.928,11.191,8,2,1998,Tennessee,6,3,1,,7,,,4,5,1,jordan21980@gmail.com,1.009,59.108,61.027,51,5bb2e60526f5300001ebf51b,"{""startTime"":1690224473113,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690224397701,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690224249474,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":9876,""label"":""tour_next"",""step"":5},{""time"":18666,""label"":""started_brush"",""startDate"":""2021-06-08"",""endDate"":""2021-11-08""},{""time"":19551,""label"":""tour_next"",""step"":5},{""time"":22653,""label"":""moved_brush"",""startDate"":""2021-07-21"",""endDate"":""2021-12-22""},{""time"":23497,""label"":""tour_next"",""step"":5},{""time"":27727,""label"":""cleared_brush"",""using"":""click""},{""time"":27729,""label"":""cleared_brush"",""using"":""Escape""},{""time"":28870,""label"":""tour_next"",""step"":5},{""time"":31190,""label"":""tour_end"",""step"":5},{""time"":45628,""label"":""hovered"",""timeHovered"":5538,""week"":""2022-01-10""},{""time"":53718,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-09-08""},{""time"":58103,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-12-08""},{""time"":60723,""label"":""moved_brush"",""startDate"":""2021-06-17"",""endDate"":""2022-02-13""}]}","{""startTime"":1690224381974,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line -2023-07-24 14:38:35,2023-07-24 14:51:45,0,72.212.93.191,100,789,1,2023-07-24 14:51:45,R_2V7V5iJMFLKR6yX,,,,,33.4475,-112.0866,anonymous,EN,1,11.795,11.795,13.029,1,1,2,2,3.858,10.354,12.153,3,0,0,15.113,0,78,100,50,23.396,29.139,31.638,3,18.641,34.245,58.28,3,1,1,12.044,31.638,41.79,2,-2,1,30.689,45.164,46.792,2,-2,38.849,38.849,40.598,1,0,0,15.007,0,7,7,7,7,7,7,,4.83,16.285,19.289,9,7,7,7,7,7,7,Because the information came from a trusted source CDC,5.657,61.327,63.291,5,4,I don't think I answered the previous question about the ages correctly. But I can not go back to check.,3.689,40.743,43.621,5,2,7,3,4,1,5,6,0,0,19.444,0,2,4,8,8,4,4,9,9,,5.895,22.426,25.257,8,3,3,1,1,3,3,10.996,26.016,27.225,6,1,3,6.322,12.81,14.601,2,2,1967,Arizona,2,2,1,,7,,,5,4,2,,2.479,245.925,250.992,54,5a9a6f5f35237b000112920f,"{""startTime"":1690224121011,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690224140744,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690224004525,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":8129,""label"":""hovered"",""timeHovered"":4625,""week"":""2022-01-03""},{""time"":19473,""label"":""hovered"",""timeHovered"":1280,""week"":""2022-01-03""},{""time"":27873,""label"":""tour_next"",""step"":2},{""time"":34236,""label"":""tour_end"",""step"":2},{""time"":37618,""label"":""hovered"",""timeHovered"":1357,""week"":""2022-01-24""},{""time"":39970,""label"":""hovered"",""timeHovered"":2624,""week"":""2021-12-27""},{""time"":44176,""label"":""hovered"",""timeHovered"":1125,""week"":""2021-12-27""},{""time"":47766,""label"":""hovered"",""timeHovered"":1395,""week"":""2021-05-31""},{""time"":53996,""label"":""hovered"",""timeHovered"":1028,""week"":""2021-12-06""}]}","{""startTime"":1690224105504,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":6491,""label"":""hovered"",""timeHovered"":2472,""week"":""2021-12-27""}]}",1,simple,line -2023-07-24 14:44:06,2023-07-24 14:52:35,0,24.19.128.85,100,509,1,2023-07-24 14:52:36,R_12yD3e5C1fltNdG,,,,,47.9425,-122.2139,anonymous,EN,1,13.059,13.059,14.209,1,1,2,2,1.532,2.582,4.003,2,0,0,15.045,0,77,43,37,4.808,8.591,10.111,3,21.316,24.36,55.678,2,-3,-3,32.156,37.886,39.275,2,1,-3,22.845,53.747,54.603,3,-3,18.216,24.626,26.007,2,0,0,15.124,0,6,6,4,6,6,5,,5.42,9.705,11.773,6,6,6,6,6,6,6,It fits with what I remember being reported during this time period (even if it was necessary to dig for said reporting),14.529,46.868,91.213,4,2,,3.093,4.015,5.394,2,2,7,3,4,1,5,6,0,0,10.841,0,2,4,5,5,6,2,10,7,,3.124,11.402,12.639,8,2,3,1,2,3,1,1.734,8.098,8.817,6,2,1,1.364,5.298,6.688,3,2,1979,Washington,6,2,1,,7,,,9,3,2,,1.84,39.17,47.452,27,55ad16c5fdf99b4c8f99417f,"{""startTime"":1690224575412,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690224428897,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":13657},{""label"":""window_focused"",""time"":51534}]}","{""startTime"":1690224301280,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":16545,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2713,""week"":""52"",""id"":""chart""},{""time"":21296,""label"":""tour_next"",""step"":2},{""time"":24339,""label"":""tour_end"",""step"":2},{""time"":27529,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6627,""week"":""52"",""id"":""chart""}]}","{""startTime"":1690224412984,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":2931,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1122,""week"":""52"",""id"":""chart""},{""time"":5023,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2114,""week"":""52"",""id"":""chart""},{""time"":7160,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1216,""week"":""51"",""id"":""chart""},{""time"":11363,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2039,""week"":""3"",""id"":""chart""}]}",1,moderate,bar -2023-07-24 14:35:06,2023-07-24 14:52:45,0,100.34.76.197,100,1058,1,2023-07-24 14:52:45,R_3F254qSQx30Pj5H,,,,,40.207,-75.0744,anonymous,EN,1,5.692,5.692,11.909,1,1,2,1,2.101,4.94,6.498,2,0,0,15.012,0,100,100,50,7.383,23.152,24.36,5,32.947,47.534,49.672,6,-2,-3,63.26,104.388,105.015,3,-3,-3,22.029,83.568,84.989,5,1,231.753,231.753,233.054,1,0,0,15.108,0,7,7,7,7,7,7,n/a,9.042,29.435,34.515,7,6,7,4,5,5,7,I trust the visualization because people that aren't vaccinated are at a higher risk of catching covid. I would say these individuals are more careless which would increase the odds of getting covid.,13.665,174.396,175.304,15,3,n/a,5.281,21.388,23.979,10,2,7,3,4,1,5,6,0,0,22.193,0,1,5,1,1,2,2,11,10,n/a,11.14,36.998,39.443,13,3,3,1,1,5,4,13.209,42.206,47.001,6,1,2,8.092,18.236,20.238,3,1,1991,Pennsylvania,3,1,1,,7,,,7,4,2,,2.325,90.351,91.749,18,63616ac9601c2ac49b1cc4af,"{""startTime"":1690223927176,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":4838,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1919,""week"":""52"",""id"":""chart""}]}","{""startTime"":1690223962210,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":6448,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3999,""week"":""3"",""id"":""chart""}]}","{""startTime"":1690223774891,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":23,""label"":""tour_started""},{""time"":11492,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2528,""week"":""52"",""id"":""chart""},{""time"":15219,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1213,""week"":""2"",""id"":""chart""},{""time"":18130,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2712,""week"":""6"",""id"":""chart""},{""time"":22073,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1114,""week"":""51"",""id"":""chart""},{""time"":32939,""label"":""tour_next"",""step"":2},{""time"":41633,""label"":""tour_end"",""step"":2},{""time"":43538,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1713,""week"":""3"",""id"":""chart""},{""time"":45408,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1339,""week"":""50"",""id"":""chart""}]}","{""startTime"":1690223911211,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":6103,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2407,""week"":""52"",""id"":""chart""},{""time"":8719,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1168,""week"":""3"",""id"":""chart""}]}",1,moderate,bar -2023-07-24 14:37:28,2023-07-24 14:52:55,0,173.72.145.196,100,926,1,2023-07-24 14:52:55,R_23Wtaqt7NvHCD95,,,,,38.2479,-77.4636,anonymous,EN,1,11.866,11.866,13.801,1,2,,1,11.881,11.881,13.772,1,0,0,15.01,0,96,86,100,18.817,34.048,37.717,3,29.152,73.121,87.855,11,1,1,36.094,49.31,52.811,2,-3,-3,32.95,51.143,70.99,2,1,40.576,40.576,42.868,1,0,0,15.013,0,4,4,2,6,5,3,n/a,215.791,239.022,243.019,7,4,6,6,2,2,4,"um, i really don't trust anything concerning or regarding COVID, to be honest. ",4.091,4.091,33.456,1,2,"interesting! ",5.7,12.523,17.832,8,2,7,3,4,1,5,6,0,0,20.536,0,1,1,7,4,1,4,8,8,,14.337,36.321,42.078,8,2,4,2,3,1,2,15.951,37.919,39.9,6,6,2,9.489,21.162,23.84,2,2,1986,Virginia,2,2,1,,7,,,9,3,1,60fdc00564398d684985cd61@email.prolific.co,4.089,79.138,88.41,14,60fdc00564398d684985cd61,"{""startTime"":1690224093718,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690224337363,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690223946998,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":5290,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":10161,""week"":""34"",""id"":""chart""},{""time"":15452,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2874,""week"":""34"",""id"":""chart""},{""time"":21570,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4535,""week"":""52"",""id"":""chart""},{""time"":29149,""label"":""tour_next"",""step"":5},{""time"":43935,""label"":""started_brush"",""startDate"":""2021-06-01"",""endDate"":""2021-10-02""},{""time"":48125,""label"":""tour_next"",""step"":5},{""time"":56112,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-08-07""},{""time"":58221,""label"":""tour_next"",""step"":5},{""time"":63219,""label"":""cleared_brush"",""using"":""Click""},{""time"":66197,""label"":""tour_next"",""step"":5},{""time"":73118,""label"":""tour_end"",""step"":5},{""time"":76831,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5647,""week"":""49"",""id"":""chart""},{""time"":82567,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3383,""week"":""50"",""id"":""chart""}]}","{""startTime"":1690224078274,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar -2023-07-24 14:38:58,2023-07-24 14:54:58,0,75.128.247.67,100,959,1,2023-07-24 14:54:59,R_szEGa7pRhDOUcxj,,,,,42.6819,-89.1281,anonymous,EN,1,9.512,9.512,11.071,1,1,2,2,1.126,2.87,4.213,2,0,0,15.107,0,100,100,40,22.979,30.515,31.957,3,33.79,93.589,104.737,11,1,1,13.56,41.617,42.87,3,1,1,103.837,120.693,125.281,2,1,74.478,76.846,78.942,2,7.442,7.442,15.008,1,5,5,5,5,6,4,,1.243,25.843,26.668,9,2,6,4,1,1,4,"A lot of covid cases are undiagnosed. ",4.175,47.91,64.125,3,4,,6.35,11.326,13.544,2,2,7,3,4,1,5,6,0,0,19.532,0,1,1,4,3,3,5,5,4,,0.339,36.635,38.439,17,4,3,1,2,4,4,2.623,19.968,22.022,6,6,3,1.954,9.05,10.505,2,1,1994,Wisconsin,2,2,1,,7,,,4,3,1,5ddff33bb28cf706c57b4c88@email.prolific.co,1.646,240.678,271.039,63,5ddff33bb28cf706c57b4c88,"{""startTime"":1690224316622,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690224217146,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690224016387,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":23328,""label"":""hovered"",""timeHovered"":1100,""week"":""2022-01-03""},{""time"":26598,""label"":""hovered"",""timeHovered"":4235,""week"":""2022-01-03""},{""time"":33780,""label"":""tour_next"",""step"":5},{""time"":46741,""label"":""started_brush"",""startDate"":""2021-10-11"",""endDate"":""2021-10-15""},{""time"":48528,""label"":""started_brush"",""startDate"":""2021-12-30"",""endDate"":""2022-01-16""},{""time"":50060,""label"":""tour_next"",""step"":5},{""time"":58591,""label"":""moved_brush"",""startDate"":""2021-12-21"",""endDate"":""2022-01-07""},{""time"":62654,""label"":""moved_brush"",""startDate"":""2021-12-21"",""endDate"":""2022-02-13""},{""time"":63715,""label"":""tour_next"",""step"":5},{""time"":71521,""label"":""cleared_brush"",""using"":""click""},{""time"":73075,""label"":""tour_next"",""step"":5},{""time"":77163,""label"":""tour_end"",""step"":5},{""time"":80876,""label"":""hovered"",""timeHovered"":5887,""week"":""2021-11-08""},{""time"":101193,""label"":""started_brush"",""startDate"":""2021-06-13"",""endDate"":""2021-07-09""},{""time"":101878,""label"":""moved_brush"",""startDate"":""2021-06-13"",""endDate"":""2021-07-09""},{""time"":102383,""label"":""cleared_brush"",""using"":""click""}]}","{""startTime"":1690224201640,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":6897,""label"":""hovered"",""timeHovered"":1117,""week"":""2021-10-11""},{""time"":11220,""label"":""started_brush"",""startDate"":""2021-06-07"",""endDate"":""2021-06-23""},{""time"":12129,""label"":""started_brush"",""startDate"":""2021-04-22"",""endDate"":""2021-05-19""},{""time"":12994,""label"":""cleared_brush"",""using"":""click""}]}",1,complex,line -2023-07-24 14:42:47,2023-07-24 14:55:51,0,167.248.52.193,100,783,1,2023-07-24 14:55:51,R_3EyEaHOUEvbP73W,,,,,40.8514,-96.7139,anonymous,EN,1,2.642,12.385,14.113,9,1,2,1,1.012,2.584,3.158,2,7.161,7.161,16.783,1,100,92,78,15.466,25.133,29.292,11,7.622,22.442,63.005,4,-2,1,18.267,23.937,25.655,2,1,-3,6.617,92.033,92.297,9,-3,42.068,80.183,81.127,7,0,0,15.143,0,6,5,4,7,7,6,,7.303,133.701,134.036,28,5,7,6,6,5,6,It is clear and worded in a direct way.,1.113,36.293,40.04,24,3,,3.899,53.796,54.952,9,2,7,3,4,1,5,6,2.349,11.152,15.038,5,2,3,1,3,3,1,8,8,,2.123,23.028,27.4,20,3,3,2,2,1,3,1.851,44.434,45.338,16,4,1,1.127,13.709,15.168,9,2,1999,Nebraska,2,2,1,,7,,,9,4,2,,0.696,47.427,50.124,30,5ec58d7f3892d95b70e4c264,"{""startTime"":1690224412545,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":2078,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1410,""week"":""52"",""id"":""chart""}]}","{""startTime"":1690224547055,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":1581},{""label"":""window_focused"",""time"":14396}]}","{""startTime"":1690224240932,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":4867,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1479,""week"":""51"",""id"":""chart""},{""time"":7616,""label"":""tour_next"",""step"":2},{""time"":10535,""label"":""tour_end"",""step"":2},{""label"":""window_blurred"",""time"":26646},{""label"":""window_focused"",""time"":58673}]}","{""startTime"":1690224396931,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":1946},{""label"":""window_focused"",""time"":10428}]}",1,moderate,bar -2023-07-24 14:45:34,2023-07-24 14:56:11,0,64.121.70.91,100,637,1,2023-07-24 14:56:12,R_1GwSOh9mTfUkFSH,,,,,40.5266,-75.4994,anonymous,EN,1,1.909,13.446,14.061,2,1,2,1,1.863,3.247,3.794,2,0,0,15.014,0,54,44,83,7.152,19.452,22.043,4,22.626,76.982,88.694,17,1,1,24.318,35.302,38.789,2,1,1,3.479,61.233,63.769,3,1,56.703,56.703,57.547,1,2.385,2.385,15.006,1,5,5,5,3,6,5,,4.218,30.559,31.829,9,5,3,5,4,3,5,"The visualization seems to be well put-together and decently comprehensive, so I tentatively trust it. I would trust it more upon being able to independently verify its information.",2.169,46.416,46.996,8,4,,1.439,4.393,4.989,2,2,7,3,4,1,5,6,1.321,1.321,14.607,1,4,4,4,7,6,2,9,7,,2.605,13.448,16.793,10,4,4,2,2,4,4,3.035,12.39,13.248,6,2,1,1.522,4.953,6.078,3,1,1995,Pennsylvania,3,3,1,,7,,,5,4,2,,1.394,137.655,139.367,24,5c0ef15265217a00014ef2bd,"{""startTime"":1690224633585,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690224558791,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":3854,""label"":""started_brush"",""startDate"":""2021-11-02"",""endDate"":""2022-01-05""},{""time"":5703,""label"":""moved_brush"",""startDate"":""2021-11-02"",""endDate"":""2022-01-05""}]}","{""startTime"":1690224396236,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":22621,""label"":""tour_next"",""step"":5},{""time"":37135,""label"":""started_brush"",""startDate"":""2021-04-29"",""endDate"":""2021-09-05""},{""time"":38153,""label"":""tour_next"",""step"":5},{""time"":46231,""label"":""started_brush"",""startDate"":""2021-04-21"",""endDate"":""2021-05-13""},{""time"":47023,""label"":""moved_brush"",""startDate"":""2021-05-12"",""endDate"":""2021-06-04""},{""time"":48177,""label"":""moved_brush"",""startDate"":""2021-08-28"",""endDate"":""2021-09-19""},{""time"":49573,""label"":""moved_brush"",""startDate"":""2021-04-25"",""endDate"":""2021-09-19""},{""time"":55790,""label"":""tour_next"",""step"":5},{""time"":59229,""label"":""cleared_brush"",""using"":""Click""},{""time"":59229,""label"":""cleared_brush"",""using"":""Escape""},{""time"":59997,""label"":""tour_next"",""step"":5},{""time"":63018,""label"":""tour_end"",""step"":5},{""time"":64202,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2353,""week"":""52"",""id"":""chart""},{""time"":68040,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5655,""week"":""2"",""id"":""chart""},{""time"":82909,""label"":""started_brush"",""startDate"":""2021-05-31"",""endDate"":""2021-07-10""},{""time"":85587,""label"":""moved_brush"",""startDate"":""2021-12-06"",""endDate"":""2022-01-15""},{""time"":86581,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1061,""week"":""1"",""id"":""chart""}]}","{""startTime"":1690224543444,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":2743,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1010,""week"":""52"",""id"":""chart""},{""time"":4682,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1924,""week"":""2"",""id"":""chart""},{""time"":8082,""label"":""started_brush"",""startDate"":""2021-08-02"",""endDate"":""2021-08-25""},{""time"":8708,""label"":""moved_brush"",""startDate"":""2021-08-02"",""endDate"":""2021-09-24""},{""time"":11523,""label"":""moved_brush"",""startDate"":""2021-10-30"",""endDate"":""2021-12-23""},{""time"":13182,""label"":""started_brush"",""startDate"":""2021-12-26"",""endDate"":""2021-12-31""},{""time"":13951,""label"":""cleared_brush"",""using"":""Click""},{""time"":14567,""label"":""cleared_brush"",""using"":""Click""}]}",1,complex,bar -2023-07-24 14:30:28,2023-07-24 14:56:23,0,172.56.28.225,100,1554,1,2023-07-24 14:56:23,R_1d62yZzueD1kJy6,,,,,39.9528,-75.1646,anonymous,EN,1,1.422,25.903,28.478,2,2,,2,2.677,2.677,3.955,1,4.17,4.17,15.112,1,87,100,50,21.669,50.882,53.466,7,7.084,65.174,67.289,5,1,1,24.762,120.67,124.473,8,-2,-3,23.308,247.362,248.458,17,-2,64.494,85.467,86.718,4,8.404,8.404,15.011,1,4,3,5,7,7,5,"First off, as far as it being accurate, unbiased and trustworthy, I just don't have enough information to conclude this. It probably is, I just can't say for sure. Also, there were 3 spots in the last slide that didn't include a question, so I couldn't answer and had to skip them. ",25.903,202.511,219.385,21,5,7,6,4,3,5,"I trust the data is likely accurate (assuming the source is actually the CDC), but there is definitely some data missing here such as the geographical location. I just feel like there is more factors and possibly some context that could impact the data.",3.192,185.196,186.843,7,3,,3.992,16.542,21.463,4,2,7,3,4,1,5,6,6.353,20.19,22.806,2,1,1,3,2,2,1,8,8,,3.378,40.027,41.946,12,4,3,2,2,4,4,2.825,42.549,44.263,9,4,3,3.465,13.592,15.974,4,1,1990,New York,6,1,1,,7,,,2,4,1,5efe46699aca1b332ff927bc@email.prolific.co,1.341,142.859,143.991,37,5efe46699aca1b332ff927bc,"{""startTime"":1690224124995,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690223879180,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690223669267,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":16152,""label"":""tour_next"",""step"":2},{""time"":18640,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1064,""week"":""1"",""id"":""chart2""},{""time"":19725,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4541,""week"":""52"",""id"":""chart2""},{""time"":29338,""label"":""tour_end"",""step"":2},{""time"":34079,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7055,""week"":""52"",""id"":""chart""},{""time"":42134,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3423,""week"":""52"",""id"":""chart2""},{""time"":45598,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1197,""week"":""1"",""id"":""chart2""},{""time"":58954,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1676,""week"":""14"",""id"":""chart""}]}","{""startTime"":1690223863425,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":9319,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2713,""week"":""52"",""id"":""chart""},{""time"":12556,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2969,""week"":""52"",""id"":""chart2""}]}",1,simple,bar -2023-07-24 14:46:03,2023-07-24 14:56:30,0,107.11.164.181,100,626,1,2023-07-24 14:56:31,R_2pRd2dftI2fvswh,,,,,39.7184,-82.6073,anonymous,EN,1,4.979,4.979,7.222,1,1,2,1,1.524,4.096,5.789,2,0,0,15.125,0,100,100,73,9.381,20.963,22.047,4,13.403,17.371,20.411,2,1,-3,44.725,64.23,65.881,2,-3,-3,50.637,114.182,117.044,4,-3,20.716,20.716,22.318,1,0,0,15.015,0,6,4,6,6,6,6,on one of the pages it has a blank filler question with nonsense answers,8.617,20.979,49.704,7,6,6,6,4,6,6,"it seems legit, and the numbers seem like they would be accurate.",2.241,56.309,57.413,6,3,,16.456,16.456,17.984,1,2,7,3,4,1,5,6,0,0,21.985,0,1,1,4,4,1,2,8,9,,19.042,34.752,37.22,9,4,4,2,2,4,4,5.477,21.021,22.488,7,3,4,3.426,9.736,11.947,2,1,1989,Ohio,3,2,1,,7,,,6,4,2,,1.858,61.835,66.923,17,5616999f5c62cf000a822c37,"{""startTime"":1690224615158,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690224537649,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690224433840,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":26,""label"":""tour_started""},{""time"":7151,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1097,""week"":""3"",""id"":""chart""},{""time"":8349,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1200,""week"":""2"",""id"":""chart""},{""time"":10430,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1588,""week"":""1"",""id"":""chart""},{""time"":13387,""label"":""tour_next"",""step"":2},{""time"":14495,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1594,""week"":""52"",""id"":""chart2""},{""time"":17355,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690224521452,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar -2023-07-24 14:44:57,2023-07-24 14:56:41,0,184.88.200.54,100,704,1,2023-07-24 14:56:41,R_3p0gvnnlkqZxLKS,,,,,29.3247,-81.051,anonymous,EN,1,40.816,49.183,50.333,2,1,3,2,2.94,5.94,6.689,3,1.949,1.949,15.115,1,91,37,39,1.431,31.048,33.396,6,25.82,76.517,80.024,12,1,1,1.785,44.985,49.1,6,1,1,3.089,47.932,49.453,6,1,1.373,37.822,39.084,3,1.581,1.581,15.113,1,6,4,6,5,4,5,,12.419,24.549,28.13,7,5,3,4,4,2,5,"It's probably reliable information, it's just a bit confusing to use. ",3.041,66.973,73.791,8,4,,2.919,9.06,12.439,2,2,7,3,4,1,5,6,2.701,17.221,19.726,2,6,6,2,6,6,4,9,7,,1.835,23.565,25.325,10,3,3,3,3,3,3,12.184,29.496,30.77,7,1,2,1.751,22.334,23.494,6,2,1989,Florida,7,2,1,,4,,,7,4,1,iris.maranon1@gmail.com,3.701,87.368,93.779,39,640b6f6028392f94f4a4938a,"{""startTime"":1690224558620,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690224587561,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690224422516,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":6509,""label"":""hovered"",""timeHovered"":10429,""week"":""2022-01-03""},{""time"":27173,""label"":""tour_next"",""step"":5},{""time"":52489,""label"":""started_brush"",""startDate"":""2021-07-21"",""endDate"":""2021-09-03""},{""time"":53989,""label"":""tour_next"",""step"":5},{""time"":59401,""label"":""moved_brush"",""startDate"":""2021-09-26"",""endDate"":""2021-11-09""},{""time"":60734,""label"":""tour_next"",""step"":5},{""time"":67431,""label"":""cleared_brush"",""using"":""click""},{""time"":68922,""label"":""tour_next"",""step"":5},{""time"":74118,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690224542946,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":8877,""label"":""hovered"",""timeHovered"":1382,""week"":""2022-01-10""}]}",1,complex,line -2023-07-24 14:40:52,2023-07-24 14:56:44,0,136.33.237.210,100,952,1,2023-07-24 14:56:45,R_2txU3xZO2qgsiJt,,,,,38.8868,-94.8223,anonymous,EN,1,15.199,15.199,17.45,1,1,4,2,6.994,13.053,15.392,2,0,0,15.012,0,94,88,79,16.601,37.078,38.951,6,16.193,75.683,79.041,10,1,1,38.139,55.343,57.662,2,-3,-3,61.514,147.385,149.995,4,-2,45.867,45.867,50.518,1,0,0,15.118,0,6,6,6,6,5,6,N/A,19.805,79.183,85.806,7,6,6,6,6,6,6,I really don't know. I guess I trust it because I trust you.,3.501,60.631,63.996,6,4,N/A,7.175,9.959,17.501,2,2,7,3,4,1,5,6,0,0,23.801,0,8,8,5,9,9,3,10,9,N/A,7.902,30.298,37.388,9,4,4,2,2,4,4,9.062,43.304,45.523,6,1,1,5.511,52.133,55.608,2,2,1957,Kansas,6,1,1,,7,,,4,4,1,,3.958,107.162,112.401,17,63782709326973c77adc3db8,"{""startTime"":1690224408774,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690224308874,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":668},{""label"":""window_focused"",""time"":980}]}","{""startTime"":1690224162063,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":84,""label"":""tour_started""},{""time"":16178,""label"":""tour_next"",""step"":5},{""time"":46856,""label"":""started_brush"",""startDate"":""2021-09-26"",""endDate"":""2021-11-19""},{""time"":48995,""label"":""tour_next"",""step"":5},{""time"":55550,""label"":""moved_brush"",""startDate"":""2021-12-08"",""endDate"":""2022-01-31""},{""time"":57150,""label"":""tour_next"",""step"":5},{""time"":68759,""label"":""cleared_brush"",""using"":""Click""},{""time"":68760,""label"":""cleared_brush"",""using"":""Escape""},{""time"":70702,""label"":""tour_next"",""step"":5},{""time"":75666,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690224292821,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar -2023-07-24 14:47:56,2023-07-24 14:57:17,0,68.112.222.169,100,561,1,2023-07-24 14:57:18,R_12s5yyMQRB0ktnW,,,,,30.2686,-89.729,anonymous,EN,1,20.669,20.669,23.672,1,1,3,2,1.981,5.18,6.301,2,0,0,15.011,0,84,42,24,6.109,11.564,13.491,3,20.792,60.954,77.005,5,-1,-3,40.118,53.969,56.388,3,1,1,27.023,58.373,60.998,4,1,24.588,24.588,28.903,1,0,0,15.114,0,6,4,6,7,4,6,,3.957,21.704,23.842,7,5,5,5,4,4,6,It gives a good breakdown by group and age range.,4.503,62.29,64.088,13,5,,6.832,6.832,8.542,1,2,7,3,4,1,5,6,0,0,19.404,0,5,6,7,6,3,9,10,10,,3.591,14.963,16.958,8,5,4,1,3,4,4,2.949,23.043,23.801,7,4,1,7.101,13.107,16.507,2,1,1990,Louisiana,5,2,1,,7,,,19,3,2,,2.453,43.989,46.208,12,5c8f7b09bf87ea0001bade6a,"{""startTime"":1690224671196,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690224695903,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690224547924,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":43,""label"":""tour_started""},{""time"":4362,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1552,""week"":""52"",""id"":""chart""},{""time"":5948,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2866,""week"":""52"",""id"":""chart""},{""time"":9632,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6250,""week"":""52"",""id"":""chart""},{""time"":20774,""label"":""tour_next"",""step"":5},{""time"":34354,""label"":""cleared_brush"",""using"":""Click""},{""time"":36873,""label"":""cleared_brush"",""using"":""Click""},{""time"":41420,""label"":""started_brush"",""startDate"":""2021-11-18"",""endDate"":""2022-02-03""},{""time"":43007,""label"":""tour_next"",""step"":5},{""time"":50460,""label"":""moved_brush"",""startDate"":""2021-12-31"",""endDate"":""2022-02-03""},{""time"":51617,""label"":""tour_next"",""step"":5},{""time"":57160,""label"":""cleared_brush"",""using"":""Click""},{""time"":58344,""label"":""tour_next"",""step"":5},{""time"":60936,""label"":""tour_end"",""step"":5},{""time"":61995,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1043,""week"":""51"",""id"":""chart""},{""time"":68760,""label"":""started_brush"",""startDate"":""2022-01-03"",""endDate"":""2022-02-01""},{""time"":69498,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1049,""week"":""4"",""id"":""chart""},{""time"":70581,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1150,""week"":""3"",""id"":""chart""},{""time"":72586,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1131,""week"":""2"",""id"":""chart""},{""time"":73882,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1684,""week"":""3"",""id"":""chart""}]}","{""startTime"":1690224655211,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":8311,""label"":""started_brush"",""startDate"":""2021-11-09"",""endDate"":""2022-02-07""},{""time"":9204,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1565,""week"":""52"",""id"":""chart""},{""time"":12659,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1227,""week"":""48"",""id"":""chart""}]}",1,complex,bar -2023-07-24 14:47:20,2023-07-24 14:59:06,0,174.202.104.30,100,706,1,2023-07-24 14:59:07,R_1g5yiq7EJcL8Hc2,,,,,39.4057,-87.4026,anonymous,EN,1,1.892,1.892,2.631,1,1,3,1,1.36,4.144,5.463,3,0,0,15.014,0,100,100,74,5.446,10.833,11.552,3,14.43,17.634,24.817,2,1,1,14.237,43.333,45.923,2,1,1,50.473,64.3,65.234,2,1,33.565,33.565,35.055,1,0,0,15.008,0,7,5,7,7,6,7,,4.922,15.576,16.879,6,5,7,7,7,7,7,"It is from a trustworthy source, and it makes sense with what I know about the effectiveness of the vaccine.",1.674,29.407,34.382,2,3,,3.354,5.539,7.522,3,2,7,3,4,1,5,6,0,0,13.378,0,6,7,2,6,6,7,11,10,,55.695,69.48,75.476,9,3,3,1,1,3,4,47.254,130.754,131.337,7,1,1,2.121,8.447,9.94,2,3,2001,Indiana,3,1,1,,7,,,9,4,1,sg100801@gmail.com,2.069,134.027,136.214,79,60feeffdd94575eb62a4e011,"{""startTime"":1690224579278,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690224597233,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690224491056,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":2030,""label"":""hovered"",""timeHovered"":1247,""week"":""2022-01-24""},{""time"":14425,""label"":""tour_next"",""step"":2},{""time"":17629,""label"":""tour_end"",""step"":2},{""time"":19387,""label"":""hovered"",""timeHovered"":1171,""week"":""2022-01-03""}]}","{""startTime"":1690224563280,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":5152,""label"":""hovered"",""timeHovered"":4358,""week"":""2022-01-03""},{""time"":9519,""label"":""hovered"",""timeHovered"":1226,""week"":""2022-01-03""}]}",1,simple,line -2023-07-24 14:43:55,2023-07-24 14:59:08,0,69.140.205.255,100,913,1,2023-07-24 14:59:09,R_eX0PEosCRuwyLXb,,,,,39.3529,-76.5743,anonymous,EN,1,22.18,22.18,23.359,1,1,2,1,3.701,6.065,7.038,2,0,0,15.006,0,75,76,0,13.963,20.755,22.443,3,19.241,25.812,58.994,2,1,1,28.29,87.459,89.119,5,-1,1,26.407,111.866,113.639,3,1,62.787,64.386,66.234,3,0,0,15.008,0,5,5,1,7,7,5,,28.585,46.066,49.038,6,5,7,7,2,1,5,You can't just be sure of any data you see. You need to know the motivation for collecting the data.,6.112,160.833,166.324,5,2,,7.543,9.17,11.414,2,2,7,3,4,1,5,6,0,0,32.413,0,1,1,1,1,1,1,9,9,,7.004,20.862,22.929,14,5,5,1,1,5,4,17.595,38.785,40.985,7,1,3,6.325,15.6,17.294,2,1,1986,Maryland,6,2,1,,3,,,12,3,2,,2.308,82.168,86.944,20,55bc99e3fdf99b06452252f8,"{""startTime"":1690224696459,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690224483957,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690224319423,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":19234,""label"":""tour_next"",""step"":2},{""time"":25804,""label"":""tour_end"",""step"":2},{""time"":26877,""label"":""hovered"",""timeHovered"":2326,""week"":""2022-01-03""},{""time"":29260,""label"":""hovered"",""timeHovered"":2975,""week"":""2022-01-03""}]}","{""startTime"":1690224468486,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":5489,""label"":""hovered"",""timeHovered"":1799,""week"":""2022-01-31""},{""time"":10561,""label"":""hovered"",""timeHovered"":1557,""week"":""2022-01-31""}]}",1,simple,line +By clicking “I agree” below you are indicating that you are at least 18 years old, have read this consent form, and agree to participate in this research study. Please print a copy of this page for your records.",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,Have you already received a Covid-19 vaccination?,How many doses of the Covid-19 vaccine did you receive?,Have you been verifiably infected with Covid-19?,Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,affect-science - Click to write Choice 1,affect-clarity - Click to write Choice 1,affect-aesthetic - Click to write Choice 1,Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,"How many weeks had higher unvaccinated Covid-19 case counts than the week of Dec 13, 2021?",What is the max number of case counts (per 100K) of vaccinated people who caught Covid-19?,Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,"By approximately how much did the number of cases in unvaccinated people increase from the week of December 13, 2021 to the week of December 20, 2021 (per 100K people)?","Approximately how many unvaccinated people caught Covid-19 (per 100K people) during the week of January 10, 2022?",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,"Among vaccinated people, which age group sees the largest increase in case count between November 2021 and January 2022?",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,Disregard the visualization for this question. To what extent do you agree or disagree with the following statements about the data used in the visualization above? - The data is accurate,Disregard the visualization for this question. To what extent do you agree or disagree with the following statements about the data used in the visualization above? - The data is complete and does not leave out important information,Disregard the visualization for this question. To what extent do you agree or disagree with the following statements about the data used in the visualization above? - The data is unbiased and trustworthy,Disregard the visualization for this question. To what extent do you agree or disagree with the following statements about the data used in the visualization above? - I understand the meaning of this data well,Disregard the visualization for this question. To what extent do you agree or disagree with the following statements about the data used in the visualization above? - The data source was clearly displayed,Disregard the visualization for this question. To what extent do you agree or disagree with the following statements about the data used in the visualization above? - I trust this data,"If you have any additional thoughts/comments, please enter them here.",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,Assume you trust the data used in the visualization. To what extent do you agree or disagree with the following statements about the visualization presented above? - The visualization transparently includes all important elements of the data,Assume you trust the data used in the visualization. To what extent do you agree or disagree with the following statements about the visualization presented above? - I find it easy to understand this visualization,Assume you trust the data used in the visualization. To what extent do you agree or disagree with the following statements about the visualization presented above? - I like this visualization,"Assume you trust the data used in the visualization. To what extent do you agree or disagree with the following statements about the visualization presented above? - I would likely share this visualization with my family, friends or on social media",Assume you trust the data used in the visualization. To what extent do you agree or disagree with the following statements about the visualization presented above? - I would likely use this visualization and its information in my daily life,Assume you trust the data used in the visualization. To what extent do you agree or disagree with the following statements about the visualization presented above? - I trust this visualization,"Tell us a bit more about why you [QID102-ChoiceGroup-SelectedAnswers-11] with the statement ""I trust this visualization"".",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,"Generally speaking, would you say that most people can be trusted or that you can't be too careful in dealing with people? - 2","If you have any additional thoughts/comments, please enter them here.",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,There are many important issues facing our country today. Research shows that issues people think are important can affect their views on other issues. We also want to know if you are paying attention. Please ignore the question and put “crime” in the top position and unemployment in the bottom position. Leave the rest of the issues in the same order. - Health care,There are many important issues facing our country today. Research shows that issues people think are important can affect their views on other issues. We also want to know if you are paying attention. Please ignore the question and put “crime” in the top position and unemployment in the bottom position. Leave the rest of the issues in the same order. - Unemployment,There are many important issues facing our country today. Research shows that issues people think are important can affect their views on other issues. We also want to know if you are paying attention. Please ignore the question and put “crime” in the top position and unemployment in the bottom position. Leave the rest of the issues in the same order. - The federal budget deficit,There are many important issues facing our country today. Research shows that issues people think are important can affect their views on other issues. We also want to know if you are paying attention. Please ignore the question and put “crime” in the top position and unemployment in the bottom position. Leave the rest of the issues in the same order. - The coronavirus pandemic,There are many important issues facing our country today. Research shows that issues people think are important can affect their views on other issues. We also want to know if you are paying attention. Please ignore the question and put “crime” in the top position and unemployment in the bottom position. Leave the rest of the issues in the same order. - Crime,There are many important issues facing our country today. Research shows that issues people think are important can affect their views on other issues. We also want to know if you are paying attention. Please ignore the question and put “crime” in the top position and unemployment in the bottom position. Leave the rest of the issues in the same order. - Education,There are many important issues facing our country today. Research shows that issues people think are important can affect their views on other issues. We also want to know if you are paying attention. Please ignore the question and put “crime” in the top position and unemployment in the bottom position. Leave the rest of the issues in the same order. - Relations with other countries,Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,"On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - Political parties","On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - The government","On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - The police","On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - The legal system","On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - The news media","On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - Business and industry","On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - Scientists/Science","On a scale of 0 to 10, how much do you personally trust each of the following institutions? 0 means you do not trust an institution at all, and 10 means you trust it completely. - Doctors","If you have any additional thoughts/comments, please enter them here.",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,"The next questions will be about your motivation to engage in cognitive activity. For each sentence below, please select how uncharacteristic or characteristic (5-point scale) this is for you personally. - I would prefer complex to simple problems.","The next questions will be about your motivation to engage in cognitive activity. For each sentence below, please select how uncharacteristic or characteristic (5-point scale) this is for you personally. - I like to have the responsibility of handling a situation that requires a lot of thinking.","The next questions will be about your motivation to engage in cognitive activity. For each sentence below, please select how uncharacteristic or characteristic (5-point scale) this is for you personally. - Thinking is not my idea of fun.","The next questions will be about your motivation to engage in cognitive activity. For each sentence below, please select how uncharacteristic or characteristic (5-point scale) this is for you personally. - I would rather do something that requires little thought than something that is sure to challenge my thinking abilities.","The next questions will be about your motivation to engage in cognitive activity. For each sentence below, please select how uncharacteristic or characteristic (5-point scale) this is for you personally. - I really enjoy a task that involves coming up with new solutions to problems.","The next questions will be about your motivation to engage in cognitive activity. For each sentence below, please select how uncharacteristic or characteristic (5-point scale) this is for you personally. - I would prefer a task that is intellectual, difficult, and important to one that is somewhat important but does not require much thought.",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,Below is a seven-point scale on which the political views that people might hold are arranged from extremely liberal—point 1—to extremely conservative—point 7. Where would you place yourself on this scale?,"During the peak of the pandemic, how often did you actively seek information on Covid-19 from any sources including TV, newspapers, radios, online and social media, or personal conversations?",Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,Lastly a few questions about socio-demographic characteristics. To which gender do you most identify?,In what year were you born? Please enter all four digits.,Text,What is the highest level of school you have completed or the highest degree you have received?,Have one or both of your parents completed a bachelor’s degree?,What language do you speak at home? - Selected Choice,"What language do you speak at home? - Other, please specify: - Text",Which of the following categories do you identify with? - Selected Choice,"Which of the following categories do you identify with? - Other race, ethnicity, or origin (please specify) - Text","Which of the following categories do you identify with? - Mixed race, ethnicity (please specify) - Text","In which of these groups did your total family income, from all sources, fall last year before taxes?",To what extent do you consider yourself a religious person?,Would you be interested in participating in a qualitative interview for this study? You would be paid $15 for about 30 minutes of your time. - Selected Choice,Timing - First Click,Timing - Last Click,Timing - Page Submit,Timing - Click Count,PROLIFIC_PID,provenance-data,provenance-vis,provenance-tour,provenance-explore,isCovidData,complexity,chartType +"{""ImportId"":""startDate"",""timeZone"":""America/New_York""}","{""ImportId"":""endDate"",""timeZone"":""America/New_York""}","{""ImportId"":""status""}","{""ImportId"":""ipAddress""}","{""ImportId"":""progress""}","{""ImportId"":""duration""}","{""ImportId"":""finished""}","{""ImportId"":""recordedDate"",""timeZone"":""America/New_York""}","{""ImportId"":""_recordId""}","{""ImportId"":""recipientLastName""}","{""ImportId"":""recipientFirstName""}","{""ImportId"":""recipientEmail""}","{""ImportId"":""externalDataReference""}","{""ImportId"":""locationLatitude""}","{""ImportId"":""locationLongitude""}","{""ImportId"":""distributionChannel""}","{""ImportId"":""userLanguage""}","{""ImportId"":""QID182""}","{""ImportId"":""QID189_FIRST_CLICK""}","{""ImportId"":""QID189_LAST_CLICK""}","{""ImportId"":""QID189_PAGE_SUBMIT""}","{""ImportId"":""QID189_CLICK_COUNT""}","{""ImportId"":""QID4""}","{""ImportId"":""QID5""}","{""ImportId"":""QID6""}","{""ImportId"":""QID64_FIRST_CLICK""}","{""ImportId"":""QID64_LAST_CLICK""}","{""ImportId"":""QID64_PAGE_SUBMIT""}","{""ImportId"":""QID64_CLICK_COUNT""}","{""ImportId"":""QID191_FIRST_CLICK""}","{""ImportId"":""QID191_LAST_CLICK""}","{""ImportId"":""QID191_PAGE_SUBMIT""}","{""ImportId"":""QID191_CLICK_COUNT""}","{""ImportId"":""QID228_1""}","{""ImportId"":""QID230_1""}","{""ImportId"":""QID231_1""}","{""ImportId"":""QID209_FIRST_CLICK""}","{""ImportId"":""QID209_LAST_CLICK""}","{""ImportId"":""QID209_PAGE_SUBMIT""}","{""ImportId"":""QID209_CLICK_COUNT""}","{""ImportId"":""QID188_FIRST_CLICK""}","{""ImportId"":""QID188_LAST_CLICK""}","{""ImportId"":""QID188_PAGE_SUBMIT""}","{""ImportId"":""QID188_CLICK_COUNT""}","{""ImportId"":""QID245""}","{""ImportId"":""QID246""}","{""ImportId"":""QID247_FIRST_CLICK""}","{""ImportId"":""QID247_LAST_CLICK""}","{""ImportId"":""QID247_PAGE_SUBMIT""}","{""ImportId"":""QID247_CLICK_COUNT""}","{""ImportId"":""QID249""}","{""ImportId"":""QID250""}","{""ImportId"":""QID254_FIRST_CLICK""}","{""ImportId"":""QID254_LAST_CLICK""}","{""ImportId"":""QID254_PAGE_SUBMIT""}","{""ImportId"":""QID254_CLICK_COUNT""}","{""ImportId"":""QID253""}","{""ImportId"":""QID255_FIRST_CLICK""}","{""ImportId"":""QID255_LAST_CLICK""}","{""ImportId"":""QID255_PAGE_SUBMIT""}","{""ImportId"":""QID255_CLICK_COUNT""}","{""ImportId"":""QID223_FIRST_CLICK""}","{""ImportId"":""QID223_LAST_CLICK""}","{""ImportId"":""QID223_PAGE_SUBMIT""}","{""ImportId"":""QID223_CLICK_COUNT""}","{""ImportId"":""QID101_1""}","{""ImportId"":""QID101_2""}","{""ImportId"":""QID101_3""}","{""ImportId"":""QID101_4""}","{""ImportId"":""QID101_12""}","{""ImportId"":""QID101_15""}","{""ImportId"":""QID200_TEXT""}","{""ImportId"":""QID192_FIRST_CLICK""}","{""ImportId"":""QID192_LAST_CLICK""}","{""ImportId"":""QID192_PAGE_SUBMIT""}","{""ImportId"":""QID192_CLICK_COUNT""}","{""ImportId"":""QID102_6""}","{""ImportId"":""QID102_7""}","{""ImportId"":""QID102_8""}","{""ImportId"":""QID102_9""}","{""ImportId"":""QID102_10""}","{""ImportId"":""QID102_11""}","{""ImportId"":""QID117_TEXT""}","{""ImportId"":""QID78_FIRST_CLICK""}","{""ImportId"":""QID78_LAST_CLICK""}","{""ImportId"":""QID78_PAGE_SUBMIT""}","{""ImportId"":""QID78_CLICK_COUNT""}","{""ImportId"":""QID122_2""}","{""ImportId"":""QID203_TEXT""}","{""ImportId"":""QID199_FIRST_CLICK""}","{""ImportId"":""QID199_LAST_CLICK""}","{""ImportId"":""QID199_PAGE_SUBMIT""}","{""ImportId"":""QID199_CLICK_COUNT""}","{""ImportId"":""QID36_1""}","{""ImportId"":""QID36_2""}","{""ImportId"":""QID36_3""}","{""ImportId"":""QID36_4""}","{""ImportId"":""QID36_5""}","{""ImportId"":""QID36_6""}","{""ImportId"":""QID36_7""}","{""ImportId"":""QID65_FIRST_CLICK""}","{""ImportId"":""QID65_LAST_CLICK""}","{""ImportId"":""QID65_PAGE_SUBMIT""}","{""ImportId"":""QID65_CLICK_COUNT""}","{""ImportId"":""QID38_1""}","{""ImportId"":""QID38_2""}","{""ImportId"":""QID38_3""}","{""ImportId"":""QID38_4""}","{""ImportId"":""QID38_5""}","{""ImportId"":""QID38_6""}","{""ImportId"":""QID38_7""}","{""ImportId"":""QID38_8""}","{""ImportId"":""QID204_TEXT""}","{""ImportId"":""QID72_FIRST_CLICK""}","{""ImportId"":""QID72_LAST_CLICK""}","{""ImportId"":""QID72_PAGE_SUBMIT""}","{""ImportId"":""QID72_CLICK_COUNT""}","{""ImportId"":""QID39_1""}","{""ImportId"":""QID39_2""}","{""ImportId"":""QID39_3""}","{""ImportId"":""QID39_4""}","{""ImportId"":""QID39_5""}","{""ImportId"":""QID39_6""}","{""ImportId"":""QID73_FIRST_CLICK""}","{""ImportId"":""QID73_LAST_CLICK""}","{""ImportId"":""QID73_PAGE_SUBMIT""}","{""ImportId"":""QID73_CLICK_COUNT""}","{""ImportId"":""QID11""}","{""ImportId"":""QID13""}","{""ImportId"":""QID74_FIRST_CLICK""}","{""ImportId"":""QID74_LAST_CLICK""}","{""ImportId"":""QID74_PAGE_SUBMIT""}","{""ImportId"":""QID74_CLICK_COUNT""}","{""ImportId"":""QID14""}","{""ImportId"":""QID15_TEXT""}","{""ImportId"":""QID16_1""}","{""ImportId"":""QID17""}","{""ImportId"":""QID23""}","{""ImportId"":""QID27""}","{""ImportId"":""QID27_4_TEXT""}","{""ImportId"":""QID18""}","{""ImportId"":""QID18_8_TEXT""}","{""ImportId"":""QID18_9_TEXT""}","{""ImportId"":""QID19""}","{""ImportId"":""QID20""}","{""ImportId"":""QID25""}","{""ImportId"":""QID75_FIRST_CLICK""}","{""ImportId"":""QID75_LAST_CLICK""}","{""ImportId"":""QID75_PAGE_SUBMIT""}","{""ImportId"":""QID75_CLICK_COUNT""}","{""ImportId"":""PROLIFIC_PID""}","{""ImportId"":""provenance-data""}","{""ImportId"":""provenance-vis""}","{""ImportId"":""provenance-tour""}","{""ImportId"":""provenance-explore""}","{""ImportId"":""isCovidData""}","{""ImportId"":""complexity""}","{""ImportId"":""chartType""}" +2023-07-24 14:11:19,2023-07-24 14:22:11,0,131.191.37.52,100,651,1,2023-07-24 14:22:11,R_1Kd8nCnLse6A3Bk,,,,,47.2109,-122.4147,anonymous,EN,1,1.966,6.071,6.887,5,1,3,2,2.897,5.947,6.992,3,2.819,13.452,15.012,3,93,96,50,1.273,20.14,21.333,15,3.651,60.855,61.584,8,1,-3,46.139,119.798,120.502,7,-3,1,1.524,94.092,95.388,22,1,14.513,51.613,52.237,7,6.94,6.94,15.122,1,4,4,4,6,6,5,,1.494,25.21,26.165,17,4,6,6,6,4,6,The data is clearly presented.,3.053,29.315,30.068,10,3,"Nothing, thanks",5.62,7.517,13.313,3,2,7,3,4,1,5,6,11.565,20.411,23.642,2,1,3,1,3,3,1,7,5,,4.679,16.594,17.807,12,3,5,2,3,3,3,2.485,16.919,18.037,8,1,1,1.195,8.843,9.682,6,4,1973,Washington,9,1,1,,7,,,12,4,2,1.724,69.164,70.262,43,60fcf0d2f2038f65598d7f03,"{""startTime"":1690222596809,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690222538739,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690222339403,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":10505,""label"":""tour_next"",""step"":2},{""time"":17637,""label"":""tour_end"",""step"":2},{""time"":18682,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1116,""week"":""51"",""id"":""chart2""},{""time"":23817,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1029,""week"":""48"",""id"":""chart2""}]}","{""startTime"":1690222523140,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":7720,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1317,""week"":""1"",""id"":""chart2""},{""time"":9187,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1145,""week"":""52"",""id"":""chart2""},{""time"":10385,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2315,""week"":""51"",""id"":""chart2""}]}",1,simple,bar +2023-07-24 14:13:16,2023-07-24 14:23:13,0,68.58.38.158,100,596,1,2023-07-24 14:23:14,R_8DmanZuAHqkskKJ,,,,,39.1215,-86.5784,anonymous,EN,1,1.971,1.971,2.802,1,1,2,1,1.575,4.233,5.169,2,0,0,15.111,0,77,78,50,7.744,19.26,20.38,6,12.631,51.163,54.799,6,1,1,15.597,42.114,45.225,3,-3,1,65.843,76.939,78.877,2,-1,80.78,80.78,98.657,1,0,0,15.011,0,4,4,4,5,5,4,,7.072,27.591,29.001,9,4,5,3,6,3,4,I don't have any reason to believe or not believe the visualization,5.731,69.378,70.384,31,1,,4.876,5.622,8.037,2,2,7,3,4,1,5,6,0,0,17.935,0,6,6,7,8,6,6,8,9,,5.812,23.78,25.765,9,2,2,3,3,2,3,4.644,22.639,23.603,6,1,2,1.374,6.615,8.18,2,2,2000,Indiana,6,3,1,,2,,,17,4,2,1.193,32.307,33.543,12,62e3fc91bf734f6dbbc0ca15,"{""startTime"":1690222716596,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690222622537,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690222452628,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":12618,""label"":""tour_next"",""step"":5},{""time"":22124,""label"":""started_brush"",""startDate"":""2021-06-08"",""endDate"":""2021-10-15""},{""time"":26459,""label"":""moved_brush"",""startDate"":""2021-06-08"",""endDate"":""2021-10-26""},{""time"":30599,""label"":""moved_brush"",""startDate"":""2021-10-26"",""endDate"":""2022-02-12""},{""time"":31636,""label"":""tour_next"",""step"":5},{""time"":34507,""label"":""moved_brush"",""startDate"":""2021-11-28"",""endDate"":""2022-02-12""},{""time"":35340,""label"":""tour_next"",""step"":5},{""time"":45646,""label"":""cleared_brush"",""using"":""click""},{""time"":45649,""label"":""cleared_brush"",""using"":""Escape""},{""time"":47087,""label"":""tour_next"",""step"":5},{""time"":51148,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690222606803,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":9984,""label"":""hovered"",""timeHovered"":2293,""week"":""2022-01-03""}]}",1,complex,line +2023-07-24 14:18:23,2023-07-24 14:30:46,0,173.14.145.81,100,743,1,2023-07-24 14:30:47,R_111sQNBrMtQ09JT,,,,,41.4939,-73.0517,anonymous,EN,1,3.163,3.163,4.602,1,1,4,2,2.341,5.789,7.596,2,0,0,15.108,0,100,100,0,29.75,38.038,40.685,3,20.447,28.334,43.134,4,1,1,21.127,51.039,83.527,3,-2,1,4.623,50.614,53.665,3,-2,82.5,121.292,121.702,3,0,0,15.01,0,6,2,6,6,6,6,I get vaccines whenever I can. ,12.284,49.939,59.195,8,6,6,6,6,6,6,"I did not get COVID-19, my office mates got them.",1.918,66.222,67.945,4,4,,9.246,9.246,11.501,1,2,3,4,5,1,6,7,0,0,15.146,0,6,9,9,9,8,2,9,10,,5.362,23.865,26.474,8,3,4,2,2,4,3,5.032,36.048,38.112,8,3,2,1.396,15.54,16.671,3,2,1961,Massachusetts,7,3,1,,2,,,10,2,1,1.251,43.802,74.302,13,5e8b32ec2c33ae7f20a0b401,"{""startTime"":1690222939290,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":2607,""label"":""hovered"",""timeHovered"":1372,""week"":""2021-12-27""},{""time"":4773,""label"":""hovered"",""timeHovered"":2590,""week"":""2022-01-03""}]}","{""startTime"":1690222999197,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690222796005,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":6989,""label"":""hovered"",""timeHovered"":1965,""week"":""2021-10-18""},{""time"":9655,""label"":""hovered"",""timeHovered"":8979,""week"":""2022-01-03""},{""time"":20440,""label"":""tour_next"",""step"":2},{""time"":24600,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690222923714,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7219,""label"":""hovered"",""timeHovered"":2384,""week"":""2022-01-03""},{""time"":9669,""label"":""hovered"",""timeHovered"":4262,""week"":""2022-01-03""}]}",1,simple,line +2023-07-24 14:23:56,2023-07-24 14:31:23,0,138.88.78.67,100,447,1,2023-07-24 14:31:24,R_3eaAS3a0kDQnihF,,,,,38.894,-77.0365,anonymous,EN,1,4.211,4.211,5.004,1,1,4,1,2.881,3.722,4.968,2,0,0,15.12,0,88,86,43,4.473,8.756,10.369,3,2.187,14.37,14.827,5,1,-3,4.829,46.823,59.77,5,1,1,23.309,32.274,33.711,2,-3,16.349,16.349,17.854,1,0,0,15.122,0,6,4,6,6,6,6,,14.416,22.192,23.938,8,7,7,3,2,2,6,It seems accurate based on data that I know of,1.609,67.281,68.273,17,4,,8.819,8.819,10.041,1,2,7,3,4,1,5,6,0,0,15.573,0,5,5,4,6,7,6,10,10,,5.891,15.264,17.07,8,5,4,2,2,4,4,4.121,20.323,21.23,6,1,1,1.702,6.075,8.385,2,1,2000,Virginia,6,3,1,,7,,,15,4,2,1.599,64.8,66.226,16,62ffa51597bb1507ef057ca0,"{""startTime"":1690223261203,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690223172815,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690223081678,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":2181,""label"":""tour_next"",""step"":2},{""time"":7788,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690223157237,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":3050,""label"":""hovered"",""timeHovered"":1720,""week"":""2022-01-03""},{""time"":6301,""label"":""hovered"",""timeHovered"":1715,""week"":""2022-01-31""}]}",1,simple,line +2023-07-24 14:25:53,2023-07-24 14:32:20,0,71.185.189.134,100,387,1,2023-07-24 14:32:21,R_2QrlduyBPVQHSP6,,,,,40.1101,-75.1567,anonymous,EN,1,4.869,4.869,6.12,1,1,3,1,1.751,3.605,4.592,2,0,0,15.01,0,87,80,41,4.99,9.117,10.927,3,8,12.706,14.281,3,1,1,26.054,33.602,38.847,3,-3,-3,31.185,47.914,49.415,2,1,12.166,12.166,18.071,1,0,0,15.011,0,4,4,4,6,5,5,,4.201,16.207,17.626,7,6,5,3,6,2,6,It includes a lot of data so it seems that effort and time were put into making this visualization.,2.817,2.817,36.77,1,5,,4.234,6.723,7.876,2,2,7,3,4,1,5,6,0,0,17.385,0,2,4,1,3,7,3,6,5,,5.505,21.115,23.324,12,3,5,2,2,4,5,5.497,23.059,24.96,9,2,3,1.53,6.316,8.302,2,1,1999,Pennsylvania,6,3,1,,7,,,17,3,2,1.389,38.968,40.366,12,61119e3139b8346b3ef32bf0,"{""startTime"":1690223336661,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690223279140,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690223198983,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":7987,""label"":""tour_next"",""step"":2},{""time"":10103,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690223263700,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":3100,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2957,""week"":""52"",""id"":""chart""},{""time"":6177,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2199,""week"":""2"",""id"":""chart""},{""time"":8482,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2377,""week"":""4"",""id"":""chart""}]}",1,moderate,bar +2023-07-24 14:25:23,2023-07-24 14:34:59,0,107.12.245.46,100,575,1,2023-07-24 14:35:00,R_3F3TYMu0glGO2Yu,,,,,34.7542,-76.9069,anonymous,EN,1,18.949,18.949,19.999,1,2,,1,1.77,1.77,2.83,1,0,0,15.017,0,100,100,100,7.086,11.846,13.362,3,26.186,30.978,44.08,2,1,-3,17.126,37.158,38.308,3,-3,1,40.914,59.418,60.855,2,-3,27.8,28.597,32.436,2,0,0,15.117,0,6,5,6,7,6,6,,9.009,21.449,24.031,7,5,7,6,5,4,6,It shows basic facts. Presuming the numbers are correct then why would I not trust something that is factual?,2.14,48.691,51.401,5,4,,4.201,4.201,6.191,1,2,7,3,4,1,5,6,0,0,19.94,0,4,4,10,6,4,2,7,10,,6.57,29.074,30.953,10,4,4,2,2,4,4,15.57,28.994,29.759,6,5,2,2.853,8.237,9.82,2,2,1982,North Carolina,2,2,1,,7,,,4,3,2,2.552,113.847,114.589,31,582c800ab56bfd00011fd586,"{""startTime"":1690223308477,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690223332902,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690223187301,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":17812,""label"":""hovered"",""timeHovered"":3783,""week"":""2022-01-10""},{""time"":22529,""label"":""hovered"",""timeHovered"":1400,""week"":""2022-02-07""},{""time"":26177,""label"":""tour_next"",""step"":2},{""time"":30969,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690223292957,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":5480,""label"":""hovered"",""timeHovered"":1281,""week"":""2022-01-03""},{""time"":6980,""label"":""hovered"",""timeHovered"":1325,""week"":""2022-01-10""},{""time"":12562,""label"":""hovered"",""timeHovered"":1952,""week"":""2022-01-17""}]}",1,moderate,line +2023-07-24 14:26:03,2023-07-24 14:36:58,0,71.244.146.139,100,654,1,2023-07-24 14:36:59,R_ZgGa1Hpx8Fxszux,,,,,39.2726,-76.8614,anonymous,EN,1,10.537,10.537,11.536,1,1,3,1,9.414,11.38,13.769,2,0,0,15.106,0,78,57,47,5.189,10.373,11.381,3,24.731,99.631,103.137,10,1,-3,41.27,79.083,81.726,2,1,1,64.296,91.433,93.026,2,1,2.345,47.987,52,2,0,0,15.009,0,6,6,2,5,6,6,,7.307,13.73,15.255,6,6,5,5,6,6,6,I think it shows that more vaccinated people will have a less chance of getting COVID,2.408,2.408,61.134,1,4,,8.255,12.483,17.797,3,2,7,3,4,1,5,6,0,0,19.985,0,4,5,7,5,8,5,10,9,,1.916,24.169,25.279,14,3,4,3,4,3,3,2.055,5.824,7.628,6,4,2,1.398,12.103,13.937,2,1,1999,Maryland,6,3,1,,9,,Ellicott City,17,4,1,2.636,52.768,59.164,16,6430988b02068d99450ad3d7,"{""startTime"":1690223400570,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":540},{""label"":""window_focused"",""time"":1566}]}","{""startTime"":1690223416544,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690223228262,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":2901,""label"":""hovered"",""timeHovered"":1650,""week"":""2022-01-10""},{""time"":10436,""label"":""hovered"",""timeHovered"":1751,""week"":""2022-01-17""},{""time"":13719,""label"":""hovered"",""timeHovered"":2284,""week"":""2022-01-10""},{""time"":19161,""label"":""hovered"",""timeHovered"":4830,""week"":""2022-01-17""},{""time"":26187,""label"":""tour_next"",""step"":5},{""time"":35567,""label"":""cleared_brush"",""using"":""click""},{""time"":36317,""label"":""cleared_brush"",""using"":""click""},{""time"":36988,""label"":""cleared_brush"",""using"":""click""},{""time"":37498,""label"":""cleared_brush"",""using"":""click""},{""time"":47633,""label"":""tour_back"",""step"":5},{""time"":50162,""label"":""tour_next"",""step"":5},{""time"":51652,""label"":""cleared_brush"",""using"":""click""},{""time"":62220,""label"":""started_brush"",""startDate"":""2021-06-09"",""endDate"":""2022-02-13""},{""time"":63923,""label"":""tour_next"",""step"":5},{""time"":69617,""label"":""moved_brush"",""startDate"":""2021-06-09"",""endDate"":""2022-02-13""},{""time"":70440,""label"":""cleared_brush"",""using"":""click""},{""time"":75124,""label"":""tour_next"",""step"":5},{""time"":92226,""label"":""cleared_brush"",""using"":""click""},{""time"":92228,""label"":""cleared_brush"",""using"":""Escape""},{""time"":95089,""label"":""tour_next"",""step"":5},{""time"":99612,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690223384879,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":8019,""label"":""started_brush"",""startDate"":""2021-11-15"",""endDate"":""2022-02-13""}]}",1,complex,line +2023-07-24 14:26:07,2023-07-24 14:37:27,0,65.190.2.162,100,680,1,2023-07-24 14:37:28,R_2qw67BSEax40tQM,,,,,35.7704,-78.6293,anonymous,EN,1,22.255,22.255,24.274,1,1,2,2,2.214,19.514,22.244,2,0,0,15.008,0,60,97,61,16.14,25.574,27.841,3,9.039,19.638,38.155,2,1,1,46.963,60.48,67.598,2,-3,-3,27.752,68.085,81.77,2,1,33.977,33.977,36.326,1,0,0,15.109,0,6,6,5,7,7,5,,10.365,23.841,27.044,6,6,7,6,4,5,5,I trust the visualization is as accurate as reports allow. People were sick and never received treatment. Many people were sick and it was immediately presumed they had covid without accurate testing,9.41,74.441,79.037,3,6,,6.288,11.704,14.549,4,2,7,3,4,1,5,6,0,0,21.201,0,1,4,8,5,1,6,9,9,,7.838,28.404,31.605,9,2,3,3,3,4,3,10.994,34.21,38.09,6,5,4,5.848,13.181,15.529,2,2,1979,North Carolina,5,2,1,,7,,,8,3,1,2.302,49.635,70.651,12,5ef764fd0ea7fe48a5fa130d,"{""startTime"":1690223393159,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690223420753,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690223270813,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":9038,""label"":""tour_next"",""step"":2},{""time"":13134,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2459,""week"":""50"",""id"":""chart2""},{""time"":15649,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1459,""week"":""51"",""id"":""chart2""},{""time"":19636,""label"":""tour_end"",""step"":2},{""time"":22145,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2561,""week"":""52"",""id"":""chart""},{""time"":26495,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2314,""week"":""52"",""id"":""chart2""},{""time"":29311,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2061,""week"":""51"",""id"":""chart""},{""time"":31491,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3991,""week"":""52"",""id"":""chart""}]}","{""startTime"":1690223377617,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":10518,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1261,""week"":""52"",""id"":""chart""}]}",1,simple,bar +2023-07-24 14:28:30,2023-07-24 14:41:43,0,72.207.93.26,100,792,1,2023-07-24 14:41:43,R_rqmwyenp9jfHYDD,,,,,32.7097,-117.1228,anonymous,EN,1,28.236,28.236,29.401,1,1,4,2,1.87,7.309,10.449,5,0,0,15.015,0,68,62,67,24.763,35.192,35.96,4,12.84,62.107,85.548,13,-2,1,52.527,78.982,81.9,3,1,1,50.677,97.687,99.238,3,1,119.112,145.34,191.981,2,0,0,15.184,0,5,4,5,4,4,5,,6.445,14.609,16.595,6,4,4,5,3,3,5,I don't like to rely on a single source of information if I haven't verified it but it seems ok.,1.307,1.307,43.931,1,4,,4.936,9.296,11.178,5,2,7,3,4,1,5,6,0,0,14.731,0,4,6,6,6,4,4,8,9,,4.941,18.069,20.275,9,3,2,3,3,4,3,2.768,13.85,14.905,8,3,1,2.615,12.823,14.695,4,1,1980,California,6,2,1,,2,,,4,3,2,1.925,45.17,48.464,15,585eb4cfc34844000174d807,"{""startTime"":1690223708924,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690223726508,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690223413950,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":42,""label"":""tour_started""},{""time"":12828,""label"":""tour_next"",""step"":5},{""time"":24344,""label"":""tour_back"",""step"":5},{""time"":26838,""label"":""tour_next"",""step"":5},{""time"":29877,""label"":""tour_back"",""step"":5},{""time"":31802,""label"":""tour_next"",""step"":5},{""time"":34336,""label"":""cleared_brush"",""using"":""Click""},{""time"":35021,""label"":""cleared_brush"",""using"":""Click""},{""time"":35532,""label"":""started_brush"",""startDate"":""2021-09-08"",""endDate"":""2021-09-21""},{""time"":40590,""label"":""tour_next"",""step"":5},{""time"":47181,""label"":""moved_brush"",""startDate"":""2021-04-12"",""endDate"":""2021-09-21""},{""time"":48218,""label"":""tour_next"",""step"":5},{""time"":56454,""label"":""cleared_brush"",""using"":""Click""},{""time"":58191,""label"":""tour_next"",""step"":5},{""time"":62094,""label"":""tour_end"",""step"":5},{""time"":67502,""label"":""started_brush"",""startDate"":""2021-07-09"",""endDate"":""2021-08-05""},{""time"":71386,""label"":""started_brush"",""startDate"":""2021-06-26"",""endDate"":""2021-12-04""},{""time"":73556,""label"":""moved_brush"",""startDate"":""2021-08-29"",""endDate"":""2022-02-06""},{""time"":75236,""label"":""moved_brush"",""startDate"":""2021-08-30"",""endDate"":""2022-02-07""},{""time"":78746,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":4901,""week"":""52"",""id"":""chart""}]}","{""startTime"":1690223692920,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":7623,""label"":""started_brush"",""startDate"":""2021-09-30"",""endDate"":""2022-02-07""},{""time"":9204,""label"":""moved_brush"",""startDate"":""2021-09-30"",""endDate"":""2022-02-07""},{""time"":9930,""label"":""moved_brush"",""startDate"":""2021-09-30"",""endDate"":""2022-02-07""},{""time"":13004,""label"":""moved_brush"",""startDate"":""2021-11-02"",""endDate"":""2022-02-07""}]}",1,complex,bar +2023-07-24 14:29:55,2023-07-24 14:44:10,0,172.56.2.31,100,854,1,2023-07-24 14:44:10,R_Tc6d8ri8eAwGB0Z,,,,,38.894,-77.0365,anonymous,EN,1,5.329,6.546,7.688,2,2,,2,1.275,1.275,2.874,1,0,0,15.07,0,48,13,21,5.319,17.137,18.42,6,6.541,80.016,85.691,11,-1,1,29.988,55.425,56.994,8,-3,-1,2.391,47.03,51.521,13,1,0.027,102.855,104.738,8,0,0,15.119,0,4,5,4,5,6,4,,3.904,70.014,72.747,15,4,5,4,4,3,3,Don't see COVID as real ,1.583,98.484,99.845,22,4,,1.037,11.122,25.819,4,2,3,4,5,1,6,7,7.97,7.97,12.795,1,1,1,3,1,1,3,6,2,,1.935,25.573,26.877,16,4,4,3,3,3,4,25.37,49.458,49.458,13,4,3,0.625,9.786,13.771,5,1,2000,Maryland,3,2,1,,3,,,9,4,1,2.197,92.43,97.039,26,62e05742fafd80b3f0c2e20b,"{""startTime"":1690223825706,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690223701031,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690223488581,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":238,""label"":""tour_started""},{""time"":25853,""label"":""tour_next"",""step"":5},{""time"":32276,""label"":""cleared_brush"",""using"":""Click""},{""time"":42953,""label"":""started_brush"",""startDate"":""2021-10-02"",""endDate"":""2021-11-25""},{""time"":44525,""label"":""tour_next"",""step"":5},{""time"":53114,""label"":""moved_brush"",""startDate"":""2021-10-26"",""endDate"":""2021-12-19""},{""time"":54077,""label"":""tour_next"",""step"":5},{""time"":60070,""label"":""moved_brush"",""startDate"":""2021-11-24"",""endDate"":""2022-01-17""},{""time"":65840,""label"":""moved_brush"",""startDate"":""2021-11-11"",""endDate"":""2022-01-04""},{""time"":66798,""label"":""cleared_brush"",""using"":""Click""},{""time"":66799,""label"":""cleared_brush"",""using"":""Escape""},{""time"":70022,""label"":""tour_next"",""step"":5},{""time"":78542,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690223683114,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar +2023-07-24 14:37:34,2023-07-24 14:44:40,0,68.229.241.155,100,426,1,2023-07-24 14:44:41,R_3DtZwWLlUvWSYQM,,,,,35.2338,-97.4095,anonymous,EN,1,2.783,2.783,3.79,1,1,3,1,1.702,5.018,5.58,4,0,0,15.022,0,79,100,98,4.457,8.988,9.954,4,6.043,8.327,10.605,2,-2,1,15.38,49.573,57.287,3,-1,1,26.255,35.123,40.661,2,-3,26.684,31.283,40.002,2,0,0,15.124,0,7,3,7,7,7,7,,5.589,20.525,22.372,6,5,7,5,2,3,6,I believe that unvaccinated individuals are more likely to catch the virus.,1.572,47.413,48.782,10,2,,6.709,6.709,8.206,1,2,7,3,4,1,5,6,0,0,9.869,0,1,4,1,6,4,6,8,10,,3.859,16.684,18.686,9,4,4,2,2,4,4,5.648,24.21,25.004,6,2,2,3.15,8.929,10.381,4,1,2002,Oklahoma,3,3,1,,7,,,17,3,1,2.675,37.022,38.556,13,63fba157c9ebcb0ba6397872,"{""startTime"":1690223971089,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690223994088,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690223902281,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":6013,""label"":""tour_next"",""step"":2},{""time"":8318,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690223954890,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line +2023-07-24 14:32:15,2023-07-24 14:45:54,0,136.33.208.224,100,818,1,2023-07-24 14:45:55,R_2zYngyfH0zEs6Gq,,,,,38.9887,-94.6341,anonymous,EN,1,9.525,9.525,10.685,1,2,,1,2.023,2.023,3.046,1,0,0,15.109,0,85,68,50,34.913,46.446,47.951,4,36.429,138.929,140.059,9,1,1,24.224,70.39,71.735,2,1,1,53.095,74.111,75.635,2,1,25.768,57.768,59.059,2,0,0,15.013,0,5,3,5,6,6,5,,9.624,30.805,33.529,8,5,6,6,1,1,5,So much of the covid 19 reporting has become so politicized I don't know what to believe anymore. But I am inclined to believe scientific research. ,3.001,104.569,106.894,10,5,,4.372,10.172,11.714,5,2,7,3,4,1,5,6,0,0,17.979,0,5,4,8,8,5,5,9,5,,5.013,36.846,39.272,16,3,3,2,3,3,3,10.436,30.12,32.21,7,5,1,6.302,16.285,22.965,3,2,1991,Kansas,2,2,1,,7,,,8,1,1,2.954,71.444,73.72,25,61003045d0f2c8b7ddb40dbd,"{""startTime"":1690223838893,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690223872840,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690223623335,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":15272,""label"":""hovered"",""timeHovered"":6232,""week"":""2022-01-03""},{""time"":23171,""label"":""hovered"",""timeHovered"":4716,""week"":""2022-01-17""},{""time"":28693,""label"":""hovered"",""timeHovered"":3176,""week"":""2022-01-17""},{""time"":32219,""label"":""hovered"",""timeHovered"":1502,""week"":""2022-01-24""},{""time"":33954,""label"":""hovered"",""timeHovered"":1067,""week"":""2022-01-24""},{""time"":36426,""label"":""tour_next"",""step"":5},{""time"":53699,""label"":""started_brush"",""startDate"":""2021-05-12"",""endDate"":""2021-07-20""},{""time"":55733,""label"":""cleared_brush"",""using"":""click""},{""time"":57798,""label"":""started_brush"",""startDate"":""2021-11-13"",""endDate"":""2022-02-13""},{""time"":59368,""label"":""tour_next"",""step"":5},{""time"":71813,""label"":""moved_brush"",""startDate"":""2021-12-15"",""endDate"":""2022-02-13""},{""time"":72894,""label"":""tour_next"",""step"":5},{""time"":78112,""label"":""cleared_brush"",""using"":""click""},{""time"":79760,""label"":""tour_next"",""step"":5},{""time"":86611,""label"":""tour_end"",""step"":5},{""time"":96482,""label"":""started_brush"",""startDate"":""2021-10-29"",""endDate"":""2022-02-13""},{""time"":98399,""label"":""cleared_brush"",""using"":""click""},{""time"":110217,""label"":""started_brush"",""startDate"":""2021-10-30"",""endDate"":""2022-01-09""},{""time"":116189,""label"":""hovered"",""timeHovered"":2849,""week"":""2022-01-03""},{""time"":125318,""label"":""cleared_brush"",""using"":""click""},{""time"":137950,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-07-24""}]}","{""startTime"":1690223823500,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":9158,""label"":""hovered"",""timeHovered"":1215,""week"":""2021-12-13""}]}",1,complex,line +2023-07-24 14:39:44,2023-07-24 14:46:57,0,73.158.48.27,100,433,1,2023-07-24 14:46:58,R_2ahvE3MLU7uI2Uc,,,,,37.5549,-122.2708,anonymous,EN,1,1.677,1.677,2.42,1,1,3,1,1.291,3.172,3.418,3,0,0,15.113,0,76,18,38,3.418,14.173,14.898,4,2.5,3.969,16.356,2,-3,1,1.87,55.321,57.608,23,-3,-3,17.595,41.743,42.739,15,-1,18.478,18.478,19.861,1,0,0,16.753,0,6,3,6,6,6,6,it should define how it sources the number of positive test resutls,2.234,22.787,43.46,12,6,6,4,2,1,6,it's data coming from a government agency dedicated to infectious disesases and is transparent about the count of cases within each time period,1.109,46.595,47.799,7,3,,1.601,5.498,6.233,6,2,7,3,4,1,5,6,0.886,2.61,7.178,8,2,7,10,8,5,9,10,10,,1.456,20.367,21.272,17,5,4,1,1,4,5,0.773,24.112,24.811,14,6,5,0.831,5.662,7.085,11,1,2000,California,6,3,1,,2,,,19,3,2,1.034,23.288,23.928,19,5c088a0b66706a0001048ca6,"{""startTime"":1690224214916,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690224122330,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_focused"",""time"":18161}]}","{""startTime"":1690224029333,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":2597,""label"":""tour_next"",""step"":2},{""time"":3964,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690224104040,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":6986}]}",1,simple,bar +2023-07-24 14:32:19,2023-07-24 14:48:32,0,73.166.10.51,100,973,1,2023-07-24 14:48:33,R_1jm4QYvKsRVuVbS,,,,,29.4578,-95.0342,anonymous,EN,1,18.268,18.268,19.654,1,1,4,2,8.449,11.205,12.914,2,0,0,15.028,0,85,78,43,12.326,34.296,37.023,4,25.748,33.326,100.705,3,1,1,23.818,57.093,78.564,2,1,1,21.308,133.599,135.801,6,1,84.133,84.133,85.837,1,0,0,15.121,0,7,5,6,7,6,7,,10.357,34.668,38.138,7,6,6,6,5,5,6,The source of the data is the CDC. It would be great to add the dates when the vaccines were first rolled out. ,5.22,89.658,91.018,4,5,,10.351,10.351,13.763,1,2,7,3,4,1,5,6,0,0,32.816,0,2,5,1,5,6,2,10,9,,10.417,28.203,30.914,8,4,5,1,3,4,3,16.177,49.301,52.521,6,1,1,5.892,17.187,19.512,2,1,1983,Texas,6,3,1,,4,,,8,4,1,4.199,53.337,63.894,12,6400f1783058946c2b4780cd,"{""startTime"":1690223896947,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690223936138,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690223643286,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":22,""label"":""tour_started""},{""time"":27919,""label"":""tour_next"",""step"":2},{""time"":33415,""label"":""tour_end"",""step"":2},{""time"":37048,""label"":""hovered"",""timeHovered"":1568,""week"":""2021-07-26""},{""time"":39797,""label"":""hovered"",""timeHovered"":6991,""week"":""2021-05-10""},{""time"":49510,""label"":""hovered"",""timeHovered"":30192,""week"":""2022-01-10""},{""time"":83198,""label"":""hovered"",""timeHovered"":1578,""week"":""2021-11-08""},{""time"":85195,""label"":""hovered"",""timeHovered"":2273,""week"":""2021-09-06""},{""time"":92474,""label"":""hovered"",""timeHovered"":2533,""week"":""2022-02-07""},{""time"":95600,""label"":""hovered"",""timeHovered"":2247,""week"":""2022-01-10""}]}","{""startTime"":1690223881223,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6843,""label"":""hovered"",""timeHovered"":1148,""week"":""2022-01-10""},{""time"":8633,""label"":""hovered"",""timeHovered"":3278,""week"":""2022-01-10""}]}",1,moderate,line +2023-07-24 14:38:33,2023-07-24 14:49:25,0,216.67.82.251,100,652,1,2023-07-24 14:49:26,R_25WP5YswanZ9tSb,,,,,61.2115,-149.8736,anonymous,EN,1,9.276,9.276,10.272,1,1,3,1,1.369,3.191,4.397,3,0,0,15.008,0,66,85,82,7.548,13.56,14.597,4,17.583,20.189,26.431,2,1,1,24.393,40.629,42.546,2,-3,-2,66.748,102.793,103.906,2,1,26.079,26.079,27.4,1,0,0,15.106,0,5,4,4,6,6,6,,174.691,190.314,192.877,8,6,7,6,5,5,6,The source of the information is the CDC who is the main source of data about the pandemic. ,2.278,23.838,34.72,2,4,,3.556,4.407,5.325,3,2,7,3,4,1,5,6,0,0,13.469,0,6,7,5,6,5,6,10,8,,3.776,16.746,18.729,11,3,5,2,4,5,4,11.786,24.426,25.325,6,2,1,4.311,8.02,10.808,2,1,1991,Texas,7,3,1,,7,,,6,4,2,1.458,49.811,52.399,21,5aeb092b1c52cb0001573337,"{""startTime"":1690224117175,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_focused"",""time"":171985}]}","{""startTime"":1690224311019,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690223969926,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":22,""label"":""tour_started""},{""time"":781,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1065,""week"":""52"",""id"":""chart""},{""time"":17579,""label"":""tour_next"",""step"":2},{""time"":20186,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690224101526,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":2973,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8560,""week"":""2"",""id"":""chart""},{""label"":""window_blurred"",""time"":12572}]}",1,moderate,bar +2023-07-24 14:38:40,2023-07-24 14:49:49,0,75.30.237.39,100,669,1,2023-07-24 14:49:50,R_1ohuBxAG11uqzgU,,,,,41.6325,-81.4034,anonymous,EN,1,3.01,3.01,3.833,1,1,3,2,2.823,3.89,6.346,2,0,0,15.01,0,70,88,63,12.288,25.061,25.964,4,9.639,12.991,24.232,2,1,-3,52.455,58.424,59.795,2,-3,-3,46.684,73.575,73.9,3,1,38.516,38.516,40.09,1,0,0,15.116,0,6,4,6,6,6,6,"The last page is all messed up. The rating scale doesn't actually say anything, it jut says things like ""Click to write Statement 1.""",1.817,15.121,69.529,9,6,6,6,2,5,6,I believe it said that the data was from the CDC. If that is true and the graph maker didn't lie about then I believe that their data is fairly accurate as much as you can when it comes to counting something Covid cases.,6.439,81.948,83.544,26,2,,5.53,5.53,6.704,1,2,7,3,4,1,5,6,4.255,8.49,12.846,2,2,4,5,2,2,2,8,8,,22.576,36.732,38.872,11,3,3,2,2,3,3,6.356,25.894,26.734,7,2,2,2.193,5.711,10.087,2,2,1995,Ohio,6,1,1,,7,,,10,4,1,1.362,53.445,77.16,16,5cdccb3a4d7e8a00163b8350,"{""startTime"":1690224225502,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":2659},{""label"":""window_focused"",""time"":7009}]}","{""startTime"":1690224086854,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690223986384,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":14,""label"":""tour_started""},{""label"":""window_blurred"",""time"":4690},{""label"":""window_focused"",""time"":9089},{""time"":9604,""label"":""tour_next"",""step"":2},{""time"":12955,""label"":""tour_end"",""step"":2},{""time"":14553,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3913,""week"":""52"",""id"":""chart2""},{""time"":19154,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1665,""week"":""1"",""id"":""chart2""},{""time"":22320,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1065,""week"":""52"",""id"":""chart""}]}","{""startTime"":1690224071182,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":8753},{""label"":""window_focused"",""time"":10283}]}",1,simple,bar +2023-07-24 14:43:20,2023-07-24 14:51:42,0,75.11.192.230,100,502,1,2023-07-24 14:51:43,R_3m4BL58BMjDoIEw,,,,,36.3066,-86.6101,anonymous,EN,1,2.201,2.201,2.931,1,2,,2,0.84,1.257,2.029,2,0,0,15.109,0,65,64,64,2.905,20.784,21.862,10,9.893,61.816,62.606,8,1,-2,2.22,23.628,25.701,18,1,1,3.114,52.55,53.409,14,-3,2.229,51.104,68.614,18,0,0,15.012,0,4,4,4,7,7,4,,3.775,15.314,16.294,20,4,6,5,1,1,4,Need a link underneath visual,1.034,32.911,37.113,4,2,,3.629,3.629,5.046,1,2,7,3,4,1,5,6,1.406,3.847,12.972,6,1,1,3,3,1,3,7,7,,6.367,20.317,22.126,18,3,5,1,2,5,4,2.091,12.625,13.534,15,2,1,1.708,8.928,11.191,8,2,1998,Tennessee,6,3,1,,7,,,4,5,1,1.009,59.108,61.027,51,5bb2e60526f5300001ebf51b,"{""startTime"":1690224473113,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690224397701,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690224249474,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":9876,""label"":""tour_next"",""step"":5},{""time"":18666,""label"":""started_brush"",""startDate"":""2021-06-08"",""endDate"":""2021-11-08""},{""time"":19551,""label"":""tour_next"",""step"":5},{""time"":22653,""label"":""moved_brush"",""startDate"":""2021-07-21"",""endDate"":""2021-12-22""},{""time"":23497,""label"":""tour_next"",""step"":5},{""time"":27727,""label"":""cleared_brush"",""using"":""click""},{""time"":27729,""label"":""cleared_brush"",""using"":""Escape""},{""time"":28870,""label"":""tour_next"",""step"":5},{""time"":31190,""label"":""tour_end"",""step"":5},{""time"":45628,""label"":""hovered"",""timeHovered"":5538,""week"":""2022-01-10""},{""time"":53718,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-09-08""},{""time"":58103,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-12-08""},{""time"":60723,""label"":""moved_brush"",""startDate"":""2021-06-17"",""endDate"":""2022-02-13""}]}","{""startTime"":1690224381974,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line +2023-07-24 14:38:35,2023-07-24 14:51:45,0,72.212.93.191,100,789,1,2023-07-24 14:51:45,R_2V7V5iJMFLKR6yX,,,,,33.4475,-112.0866,anonymous,EN,1,11.795,11.795,13.029,1,1,2,2,3.858,10.354,12.153,3,0,0,15.113,0,78,100,50,23.396,29.139,31.638,3,18.641,34.245,58.28,3,1,1,12.044,31.638,41.79,2,-2,1,30.689,45.164,46.792,2,-2,38.849,38.849,40.598,1,0,0,15.007,0,7,7,7,7,7,7,,4.83,16.285,19.289,9,7,7,7,7,7,7,Because the information came from a trusted source CDC,5.657,61.327,63.291,5,4,I don't think I answered the previous question about the ages correctly. But I can not go back to check.,3.689,40.743,43.621,5,2,7,3,4,1,5,6,0,0,19.444,0,2,4,8,8,4,4,9,9,,5.895,22.426,25.257,8,3,3,1,1,3,3,10.996,26.016,27.225,6,1,3,6.322,12.81,14.601,2,2,1967,Arizona,2,2,1,,7,,,5,4,2,2.479,245.925,250.992,54,5a9a6f5f35237b000112920f,"{""startTime"":1690224121011,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690224140744,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690224004525,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":8129,""label"":""hovered"",""timeHovered"":4625,""week"":""2022-01-03""},{""time"":19473,""label"":""hovered"",""timeHovered"":1280,""week"":""2022-01-03""},{""time"":27873,""label"":""tour_next"",""step"":2},{""time"":34236,""label"":""tour_end"",""step"":2},{""time"":37618,""label"":""hovered"",""timeHovered"":1357,""week"":""2022-01-24""},{""time"":39970,""label"":""hovered"",""timeHovered"":2624,""week"":""2021-12-27""},{""time"":44176,""label"":""hovered"",""timeHovered"":1125,""week"":""2021-12-27""},{""time"":47766,""label"":""hovered"",""timeHovered"":1395,""week"":""2021-05-31""},{""time"":53996,""label"":""hovered"",""timeHovered"":1028,""week"":""2021-12-06""}]}","{""startTime"":1690224105504,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":6491,""label"":""hovered"",""timeHovered"":2472,""week"":""2021-12-27""}]}",1,simple,line +2023-07-24 14:44:06,2023-07-24 14:52:35,0,24.19.128.85,100,509,1,2023-07-24 14:52:36,R_12yD3e5C1fltNdG,,,,,47.9425,-122.2139,anonymous,EN,1,13.059,13.059,14.209,1,1,2,2,1.532,2.582,4.003,2,0,0,15.045,0,77,43,37,4.808,8.591,10.111,3,21.316,24.36,55.678,2,-3,-3,32.156,37.886,39.275,2,1,-3,22.845,53.747,54.603,3,-3,18.216,24.626,26.007,2,0,0,15.124,0,6,6,4,6,6,5,,5.42,9.705,11.773,6,6,6,6,6,6,6,It fits with what I remember being reported during this time period (even if it was necessary to dig for said reporting),14.529,46.868,91.213,4,2,,3.093,4.015,5.394,2,2,7,3,4,1,5,6,0,0,10.841,0,2,4,5,5,6,2,10,7,,3.124,11.402,12.639,8,2,3,1,2,3,1,1.734,8.098,8.817,6,2,1,1.364,5.298,6.688,3,2,1979,Washington,6,2,1,,7,,,9,3,2,1.84,39.17,47.452,27,55ad16c5fdf99b4c8f99417f,"{""startTime"":1690224575412,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690224428897,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":13657},{""label"":""window_focused"",""time"":51534}]}","{""startTime"":1690224301280,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":16545,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2713,""week"":""52"",""id"":""chart""},{""time"":21296,""label"":""tour_next"",""step"":2},{""time"":24339,""label"":""tour_end"",""step"":2},{""time"":27529,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6627,""week"":""52"",""id"":""chart""}]}","{""startTime"":1690224412984,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":2931,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1122,""week"":""52"",""id"":""chart""},{""time"":5023,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2114,""week"":""52"",""id"":""chart""},{""time"":7160,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1216,""week"":""51"",""id"":""chart""},{""time"":11363,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2039,""week"":""3"",""id"":""chart""}]}",1,moderate,bar +2023-07-24 14:35:06,2023-07-24 14:52:45,0,100.34.76.197,100,1058,1,2023-07-24 14:52:45,R_3F254qSQx30Pj5H,,,,,40.207,-75.0744,anonymous,EN,1,5.692,5.692,11.909,1,1,2,1,2.101,4.94,6.498,2,0,0,15.012,0,100,100,50,7.383,23.152,24.36,5,32.947,47.534,49.672,6,-2,-3,63.26,104.388,105.015,3,-3,-3,22.029,83.568,84.989,5,1,231.753,231.753,233.054,1,0,0,15.108,0,7,7,7,7,7,7,,9.042,29.435,34.515,7,6,7,4,5,5,7,I trust the visualization because people that aren't vaccinated are at a higher risk of catching covid. I would say these individuals are more careless which would increase the odds of getting covid.,13.665,174.396,175.304,15,3,,5.281,21.388,23.979,10,2,7,3,4,1,5,6,0,0,22.193,0,1,5,1,1,2,2,11,10,,11.14,36.998,39.443,13,3,3,1,1,5,4,13.209,42.206,47.001,6,1,2,8.092,18.236,20.238,3,1,1991,Pennsylvania,3,1,1,,7,,,7,4,2,2.325,90.351,91.749,18,63616ac9601c2ac49b1cc4af,"{""startTime"":1690223927176,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":4838,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1919,""week"":""52"",""id"":""chart""}]}","{""startTime"":1690223962210,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":6448,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3999,""week"":""3"",""id"":""chart""}]}","{""startTime"":1690223774891,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":23,""label"":""tour_started""},{""time"":11492,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2528,""week"":""52"",""id"":""chart""},{""time"":15219,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1213,""week"":""2"",""id"":""chart""},{""time"":18130,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2712,""week"":""6"",""id"":""chart""},{""time"":22073,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1114,""week"":""51"",""id"":""chart""},{""time"":32939,""label"":""tour_next"",""step"":2},{""time"":41633,""label"":""tour_end"",""step"":2},{""time"":43538,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1713,""week"":""3"",""id"":""chart""},{""time"":45408,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1339,""week"":""50"",""id"":""chart""}]}","{""startTime"":1690223911211,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":6103,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2407,""week"":""52"",""id"":""chart""},{""time"":8719,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1168,""week"":""3"",""id"":""chart""}]}",1,moderate,bar +2023-07-24 14:37:28,2023-07-24 14:52:55,0,173.72.145.196,100,926,1,2023-07-24 14:52:55,R_23Wtaqt7NvHCD95,,,,,38.2479,-77.4636,anonymous,EN,1,11.866,11.866,13.801,1,2,,1,11.881,11.881,13.772,1,0,0,15.01,0,96,86,100,18.817,34.048,37.717,3,29.152,73.121,87.855,11,1,1,36.094,49.31,52.811,2,-3,-3,32.95,51.143,70.99,2,1,40.576,40.576,42.868,1,0,0,15.013,0,4,4,2,6,5,3,,215.791,239.022,243.019,7,4,6,6,2,2,4,"um, i really don't trust anything concerning or regarding COVID, to be honest. ",4.091,4.091,33.456,1,2,interesting! ,5.7,12.523,17.832,8,2,7,3,4,1,5,6,0,0,20.536,0,1,1,7,4,1,4,8,8,,14.337,36.321,42.078,8,2,4,2,3,1,2,15.951,37.919,39.9,6,6,2,9.489,21.162,23.84,2,2,1986,Virginia,2,2,1,,7,,,9,3,1,4.089,79.138,88.41,14,60fdc00564398d684985cd61,"{""startTime"":1690224093718,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690224337363,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690223946998,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":5290,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":10161,""week"":""34"",""id"":""chart""},{""time"":15452,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2874,""week"":""34"",""id"":""chart""},{""time"":21570,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4535,""week"":""52"",""id"":""chart""},{""time"":29149,""label"":""tour_next"",""step"":5},{""time"":43935,""label"":""started_brush"",""startDate"":""2021-06-01"",""endDate"":""2021-10-02""},{""time"":48125,""label"":""tour_next"",""step"":5},{""time"":56112,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-08-07""},{""time"":58221,""label"":""tour_next"",""step"":5},{""time"":63219,""label"":""cleared_brush"",""using"":""Click""},{""time"":66197,""label"":""tour_next"",""step"":5},{""time"":73118,""label"":""tour_end"",""step"":5},{""time"":76831,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5647,""week"":""49"",""id"":""chart""},{""time"":82567,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3383,""week"":""50"",""id"":""chart""}]}","{""startTime"":1690224078274,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar +2023-07-24 14:38:58,2023-07-24 14:54:58,0,75.128.247.67,100,959,1,2023-07-24 14:54:59,R_szEGa7pRhDOUcxj,,,,,42.6819,-89.1281,anonymous,EN,1,9.512,9.512,11.071,1,1,2,2,1.126,2.87,4.213,2,0,0,15.107,0,100,100,40,22.979,30.515,31.957,3,33.79,93.589,104.737,11,1,1,13.56,41.617,42.87,3,1,1,103.837,120.693,125.281,2,1,74.478,76.846,78.942,2,7.442,7.442,15.008,1,5,5,5,5,6,4,,1.243,25.843,26.668,9,2,6,4,1,1,4,A lot of covid cases are undiagnosed. ,4.175,47.91,64.125,3,4,,6.35,11.326,13.544,2,2,7,3,4,1,5,6,0,0,19.532,0,1,1,4,3,3,5,5,4,,0.339,36.635,38.439,17,4,3,1,2,4,4,2.623,19.968,22.022,6,6,3,1.954,9.05,10.505,2,1,1994,Wisconsin,2,2,1,,7,,,4,3,1,1.646,240.678,271.039,63,5ddff33bb28cf706c57b4c88,"{""startTime"":1690224316622,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690224217146,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690224016387,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":23328,""label"":""hovered"",""timeHovered"":1100,""week"":""2022-01-03""},{""time"":26598,""label"":""hovered"",""timeHovered"":4235,""week"":""2022-01-03""},{""time"":33780,""label"":""tour_next"",""step"":5},{""time"":46741,""label"":""started_brush"",""startDate"":""2021-10-11"",""endDate"":""2021-10-15""},{""time"":48528,""label"":""started_brush"",""startDate"":""2021-12-30"",""endDate"":""2022-01-16""},{""time"":50060,""label"":""tour_next"",""step"":5},{""time"":58591,""label"":""moved_brush"",""startDate"":""2021-12-21"",""endDate"":""2022-01-07""},{""time"":62654,""label"":""moved_brush"",""startDate"":""2021-12-21"",""endDate"":""2022-02-13""},{""time"":63715,""label"":""tour_next"",""step"":5},{""time"":71521,""label"":""cleared_brush"",""using"":""click""},{""time"":73075,""label"":""tour_next"",""step"":5},{""time"":77163,""label"":""tour_end"",""step"":5},{""time"":80876,""label"":""hovered"",""timeHovered"":5887,""week"":""2021-11-08""},{""time"":101193,""label"":""started_brush"",""startDate"":""2021-06-13"",""endDate"":""2021-07-09""},{""time"":101878,""label"":""moved_brush"",""startDate"":""2021-06-13"",""endDate"":""2021-07-09""},{""time"":102383,""label"":""cleared_brush"",""using"":""click""}]}","{""startTime"":1690224201640,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":6897,""label"":""hovered"",""timeHovered"":1117,""week"":""2021-10-11""},{""time"":11220,""label"":""started_brush"",""startDate"":""2021-06-07"",""endDate"":""2021-06-23""},{""time"":12129,""label"":""started_brush"",""startDate"":""2021-04-22"",""endDate"":""2021-05-19""},{""time"":12994,""label"":""cleared_brush"",""using"":""click""}]}",1,complex,line +2023-07-24 14:42:47,2023-07-24 14:55:51,0,167.248.52.193,100,783,1,2023-07-24 14:55:51,R_3EyEaHOUEvbP73W,,,,,40.8514,-96.7139,anonymous,EN,1,2.642,12.385,14.113,9,1,2,1,1.012,2.584,3.158,2,7.161,7.161,16.783,1,100,92,78,15.466,25.133,29.292,11,7.622,22.442,63.005,4,-2,1,18.267,23.937,25.655,2,1,-3,6.617,92.033,92.297,9,-3,42.068,80.183,81.127,7,0,0,15.143,0,6,5,4,7,7,6,,7.303,133.701,134.036,28,5,7,6,6,5,6,It is clear and worded in a direct way.,1.113,36.293,40.04,24,3,,3.899,53.796,54.952,9,2,7,3,4,1,5,6,2.349,11.152,15.038,5,2,3,1,3,3,1,8,8,,2.123,23.028,27.4,20,3,3,2,2,1,3,1.851,44.434,45.338,16,4,1,1.127,13.709,15.168,9,2,1999,Nebraska,2,2,1,,7,,,9,4,2,0.696,47.427,50.124,30,5ec58d7f3892d95b70e4c264,"{""startTime"":1690224412545,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":2078,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1410,""week"":""52"",""id"":""chart""}]}","{""startTime"":1690224547055,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":1581},{""label"":""window_focused"",""time"":14396}]}","{""startTime"":1690224240932,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":4867,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1479,""week"":""51"",""id"":""chart""},{""time"":7616,""label"":""tour_next"",""step"":2},{""time"":10535,""label"":""tour_end"",""step"":2},{""label"":""window_blurred"",""time"":26646},{""label"":""window_focused"",""time"":58673}]}","{""startTime"":1690224396931,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":1946},{""label"":""window_focused"",""time"":10428}]}",1,moderate,bar +2023-07-24 14:45:34,2023-07-24 14:56:11,0,64.121.70.91,100,637,1,2023-07-24 14:56:12,R_1GwSOh9mTfUkFSH,,,,,40.5266,-75.4994,anonymous,EN,1,1.909,13.446,14.061,2,1,2,1,1.863,3.247,3.794,2,0,0,15.014,0,54,44,83,7.152,19.452,22.043,4,22.626,76.982,88.694,17,1,1,24.318,35.302,38.789,2,1,1,3.479,61.233,63.769,3,1,56.703,56.703,57.547,1,2.385,2.385,15.006,1,5,5,5,3,6,5,,4.218,30.559,31.829,9,5,3,5,4,3,5,"The visualization seems to be well put-together and decently comprehensive, so I tentatively trust it. I would trust it more upon being able to independently verify its information.",2.169,46.416,46.996,8,4,,1.439,4.393,4.989,2,2,7,3,4,1,5,6,1.321,1.321,14.607,1,4,4,4,7,6,2,9,7,,2.605,13.448,16.793,10,4,4,2,2,4,4,3.035,12.39,13.248,6,2,1,1.522,4.953,6.078,3,1,1995,Pennsylvania,3,3,1,,7,,,5,4,2,1.394,137.655,139.367,24,5c0ef15265217a00014ef2bd,"{""startTime"":1690224633585,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690224558791,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":3854,""label"":""started_brush"",""startDate"":""2021-11-02"",""endDate"":""2022-01-05""},{""time"":5703,""label"":""moved_brush"",""startDate"":""2021-11-02"",""endDate"":""2022-01-05""}]}","{""startTime"":1690224396236,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":22621,""label"":""tour_next"",""step"":5},{""time"":37135,""label"":""started_brush"",""startDate"":""2021-04-29"",""endDate"":""2021-09-05""},{""time"":38153,""label"":""tour_next"",""step"":5},{""time"":46231,""label"":""started_brush"",""startDate"":""2021-04-21"",""endDate"":""2021-05-13""},{""time"":47023,""label"":""moved_brush"",""startDate"":""2021-05-12"",""endDate"":""2021-06-04""},{""time"":48177,""label"":""moved_brush"",""startDate"":""2021-08-28"",""endDate"":""2021-09-19""},{""time"":49573,""label"":""moved_brush"",""startDate"":""2021-04-25"",""endDate"":""2021-09-19""},{""time"":55790,""label"":""tour_next"",""step"":5},{""time"":59229,""label"":""cleared_brush"",""using"":""Click""},{""time"":59229,""label"":""cleared_brush"",""using"":""Escape""},{""time"":59997,""label"":""tour_next"",""step"":5},{""time"":63018,""label"":""tour_end"",""step"":5},{""time"":64202,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2353,""week"":""52"",""id"":""chart""},{""time"":68040,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5655,""week"":""2"",""id"":""chart""},{""time"":82909,""label"":""started_brush"",""startDate"":""2021-05-31"",""endDate"":""2021-07-10""},{""time"":85587,""label"":""moved_brush"",""startDate"":""2021-12-06"",""endDate"":""2022-01-15""},{""time"":86581,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1061,""week"":""1"",""id"":""chart""}]}","{""startTime"":1690224543444,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":2743,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1010,""week"":""52"",""id"":""chart""},{""time"":4682,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1924,""week"":""2"",""id"":""chart""},{""time"":8082,""label"":""started_brush"",""startDate"":""2021-08-02"",""endDate"":""2021-08-25""},{""time"":8708,""label"":""moved_brush"",""startDate"":""2021-08-02"",""endDate"":""2021-09-24""},{""time"":11523,""label"":""moved_brush"",""startDate"":""2021-10-30"",""endDate"":""2021-12-23""},{""time"":13182,""label"":""started_brush"",""startDate"":""2021-12-26"",""endDate"":""2021-12-31""},{""time"":13951,""label"":""cleared_brush"",""using"":""Click""},{""time"":14567,""label"":""cleared_brush"",""using"":""Click""}]}",1,complex,bar +2023-07-24 14:30:28,2023-07-24 14:56:23,0,172.56.28.225,100,1554,1,2023-07-24 14:56:23,R_1d62yZzueD1kJy6,,,,,39.9528,-75.1646,anonymous,EN,1,1.422,25.903,28.478,2,2,,2,2.677,2.677,3.955,1,4.17,4.17,15.112,1,87,100,50,21.669,50.882,53.466,7,7.084,65.174,67.289,5,1,1,24.762,120.67,124.473,8,-2,-3,23.308,247.362,248.458,17,-2,64.494,85.467,86.718,4,8.404,8.404,15.011,1,4,3,5,7,7,5,"First off, as far as it being accurate, unbiased and trustworthy, I just don't have enough information to conclude this. It probably is, I just can't say for sure. Also, there were 3 spots in the last slide that didn't include a question, so I couldn't answer and had to skip them. ",25.903,202.511,219.385,21,5,7,6,4,3,5,"I trust the data is likely accurate (assuming the source is actually the CDC), but there is definitely some data missing here such as the geographical location. I just feel like there is more factors and possibly some context that could impact the data.",3.192,185.196,186.843,7,3,,3.992,16.542,21.463,4,2,7,3,4,1,5,6,6.353,20.19,22.806,2,1,1,3,2,2,1,8,8,,3.378,40.027,41.946,12,4,3,2,2,4,4,2.825,42.549,44.263,9,4,3,3.465,13.592,15.974,4,1,1990,New York,6,1,1,,7,,,2,4,1,1.341,142.859,143.991,37,5efe46699aca1b332ff927bc,"{""startTime"":1690224124995,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690223879180,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690223669267,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":16152,""label"":""tour_next"",""step"":2},{""time"":18640,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1064,""week"":""1"",""id"":""chart2""},{""time"":19725,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4541,""week"":""52"",""id"":""chart2""},{""time"":29338,""label"":""tour_end"",""step"":2},{""time"":34079,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7055,""week"":""52"",""id"":""chart""},{""time"":42134,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3423,""week"":""52"",""id"":""chart2""},{""time"":45598,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1197,""week"":""1"",""id"":""chart2""},{""time"":58954,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1676,""week"":""14"",""id"":""chart""}]}","{""startTime"":1690223863425,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":9319,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2713,""week"":""52"",""id"":""chart""},{""time"":12556,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2969,""week"":""52"",""id"":""chart2""}]}",1,simple,bar +2023-07-24 14:46:03,2023-07-24 14:56:30,0,107.11.164.181,100,626,1,2023-07-24 14:56:31,R_2pRd2dftI2fvswh,,,,,39.7184,-82.6073,anonymous,EN,1,4.979,4.979,7.222,1,1,2,1,1.524,4.096,5.789,2,0,0,15.125,0,100,100,73,9.381,20.963,22.047,4,13.403,17.371,20.411,2,1,-3,44.725,64.23,65.881,2,-3,-3,50.637,114.182,117.044,4,-3,20.716,20.716,22.318,1,0,0,15.015,0,6,4,6,6,6,6,on one of the pages it has a blank filler question with nonsense answers,8.617,20.979,49.704,7,6,6,6,4,6,6,"it seems legit, and the numbers seem like they would be accurate.",2.241,56.309,57.413,6,3,,16.456,16.456,17.984,1,2,7,3,4,1,5,6,0,0,21.985,0,1,1,4,4,1,2,8,9,,19.042,34.752,37.22,9,4,4,2,2,4,4,5.477,21.021,22.488,7,3,4,3.426,9.736,11.947,2,1,1989,Ohio,3,2,1,,7,,,6,4,2,1.858,61.835,66.923,17,5616999f5c62cf000a822c37,"{""startTime"":1690224615158,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690224537649,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690224433840,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":26,""label"":""tour_started""},{""time"":7151,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1097,""week"":""3"",""id"":""chart""},{""time"":8349,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1200,""week"":""2"",""id"":""chart""},{""time"":10430,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1588,""week"":""1"",""id"":""chart""},{""time"":13387,""label"":""tour_next"",""step"":2},{""time"":14495,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1594,""week"":""52"",""id"":""chart2""},{""time"":17355,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690224521452,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar +2023-07-24 14:44:57,2023-07-24 14:56:41,0,184.88.200.54,100,704,1,2023-07-24 14:56:41,R_3p0gvnnlkqZxLKS,,,,,29.3247,-81.051,anonymous,EN,1,40.816,49.183,50.333,2,1,3,2,2.94,5.94,6.689,3,1.949,1.949,15.115,1,91,37,39,1.431,31.048,33.396,6,25.82,76.517,80.024,12,1,1,1.785,44.985,49.1,6,1,1,3.089,47.932,49.453,6,1,1.373,37.822,39.084,3,1.581,1.581,15.113,1,6,4,6,5,4,5,,12.419,24.549,28.13,7,5,3,4,4,2,5,"It's probably reliable information, it's just a bit confusing to use. ",3.041,66.973,73.791,8,4,,2.919,9.06,12.439,2,2,7,3,4,1,5,6,2.701,17.221,19.726,2,6,6,2,6,6,4,9,7,,1.835,23.565,25.325,10,3,3,3,3,3,3,12.184,29.496,30.77,7,1,2,1.751,22.334,23.494,6,2,1989,Florida,7,2,1,,4,,,7,4,1,3.701,87.368,93.779,39,640b6f6028392f94f4a4938a,"{""startTime"":1690224558620,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690224587561,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690224422516,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":6509,""label"":""hovered"",""timeHovered"":10429,""week"":""2022-01-03""},{""time"":27173,""label"":""tour_next"",""step"":5},{""time"":52489,""label"":""started_brush"",""startDate"":""2021-07-21"",""endDate"":""2021-09-03""},{""time"":53989,""label"":""tour_next"",""step"":5},{""time"":59401,""label"":""moved_brush"",""startDate"":""2021-09-26"",""endDate"":""2021-11-09""},{""time"":60734,""label"":""tour_next"",""step"":5},{""time"":67431,""label"":""cleared_brush"",""using"":""click""},{""time"":68922,""label"":""tour_next"",""step"":5},{""time"":74118,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690224542946,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":8877,""label"":""hovered"",""timeHovered"":1382,""week"":""2022-01-10""}]}",1,complex,line +2023-07-24 14:40:52,2023-07-24 14:56:44,0,136.33.237.210,100,952,1,2023-07-24 14:56:45,R_2txU3xZO2qgsiJt,,,,,38.8868,-94.8223,anonymous,EN,1,15.199,15.199,17.45,1,1,4,2,6.994,13.053,15.392,2,0,0,15.012,0,94,88,79,16.601,37.078,38.951,6,16.193,75.683,79.041,10,1,1,38.139,55.343,57.662,2,-3,-3,61.514,147.385,149.995,4,-2,45.867,45.867,50.518,1,0,0,15.118,0,6,6,6,6,5,6,,19.805,79.183,85.806,7,6,6,6,6,6,6,I really don't know. I guess I trust it because I trust you.,3.501,60.631,63.996,6,4,,7.175,9.959,17.501,2,2,7,3,4,1,5,6,0,0,23.801,0,8,8,5,9,9,3,10,9,,7.902,30.298,37.388,9,4,4,2,2,4,4,9.062,43.304,45.523,6,1,1,5.511,52.133,55.608,2,2,1957,Kansas,6,1,1,,7,,,4,4,1,3.958,107.162,112.401,17,63782709326973c77adc3db8,"{""startTime"":1690224408774,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690224308874,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":668},{""label"":""window_focused"",""time"":980}]}","{""startTime"":1690224162063,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":84,""label"":""tour_started""},{""time"":16178,""label"":""tour_next"",""step"":5},{""time"":46856,""label"":""started_brush"",""startDate"":""2021-09-26"",""endDate"":""2021-11-19""},{""time"":48995,""label"":""tour_next"",""step"":5},{""time"":55550,""label"":""moved_brush"",""startDate"":""2021-12-08"",""endDate"":""2022-01-31""},{""time"":57150,""label"":""tour_next"",""step"":5},{""time"":68759,""label"":""cleared_brush"",""using"":""Click""},{""time"":68760,""label"":""cleared_brush"",""using"":""Escape""},{""time"":70702,""label"":""tour_next"",""step"":5},{""time"":75666,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690224292821,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar +2023-07-24 14:47:56,2023-07-24 14:57:17,0,68.112.222.169,100,561,1,2023-07-24 14:57:18,R_12s5yyMQRB0ktnW,,,,,30.2686,-89.729,anonymous,EN,1,20.669,20.669,23.672,1,1,3,2,1.981,5.18,6.301,2,0,0,15.011,0,84,42,24,6.109,11.564,13.491,3,20.792,60.954,77.005,5,-1,-3,40.118,53.969,56.388,3,1,1,27.023,58.373,60.998,4,1,24.588,24.588,28.903,1,0,0,15.114,0,6,4,6,7,4,6,,3.957,21.704,23.842,7,5,5,5,4,4,6,It gives a good breakdown by group and age range.,4.503,62.29,64.088,13,5,,6.832,6.832,8.542,1,2,7,3,4,1,5,6,0,0,19.404,0,5,6,7,6,3,9,10,10,,3.591,14.963,16.958,8,5,4,1,3,4,4,2.949,23.043,23.801,7,4,1,7.101,13.107,16.507,2,1,1990,Louisiana,5,2,1,,7,,,19,3,2,2.453,43.989,46.208,12,5c8f7b09bf87ea0001bade6a,"{""startTime"":1690224671196,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690224695903,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690224547924,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":43,""label"":""tour_started""},{""time"":4362,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1552,""week"":""52"",""id"":""chart""},{""time"":5948,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2866,""week"":""52"",""id"":""chart""},{""time"":9632,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6250,""week"":""52"",""id"":""chart""},{""time"":20774,""label"":""tour_next"",""step"":5},{""time"":34354,""label"":""cleared_brush"",""using"":""Click""},{""time"":36873,""label"":""cleared_brush"",""using"":""Click""},{""time"":41420,""label"":""started_brush"",""startDate"":""2021-11-18"",""endDate"":""2022-02-03""},{""time"":43007,""label"":""tour_next"",""step"":5},{""time"":50460,""label"":""moved_brush"",""startDate"":""2021-12-31"",""endDate"":""2022-02-03""},{""time"":51617,""label"":""tour_next"",""step"":5},{""time"":57160,""label"":""cleared_brush"",""using"":""Click""},{""time"":58344,""label"":""tour_next"",""step"":5},{""time"":60936,""label"":""tour_end"",""step"":5},{""time"":61995,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1043,""week"":""51"",""id"":""chart""},{""time"":68760,""label"":""started_brush"",""startDate"":""2022-01-03"",""endDate"":""2022-02-01""},{""time"":69498,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1049,""week"":""4"",""id"":""chart""},{""time"":70581,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1150,""week"":""3"",""id"":""chart""},{""time"":72586,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1131,""week"":""2"",""id"":""chart""},{""time"":73882,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1684,""week"":""3"",""id"":""chart""}]}","{""startTime"":1690224655211,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":8311,""label"":""started_brush"",""startDate"":""2021-11-09"",""endDate"":""2022-02-07""},{""time"":9204,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1565,""week"":""52"",""id"":""chart""},{""time"":12659,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1227,""week"":""48"",""id"":""chart""}]}",1,complex,bar +2023-07-24 14:47:20,2023-07-24 14:59:06,0,174.202.104.30,100,706,1,2023-07-24 14:59:07,R_1g5yiq7EJcL8Hc2,,,,,39.4057,-87.4026,anonymous,EN,1,1.892,1.892,2.631,1,1,3,1,1.36,4.144,5.463,3,0,0,15.014,0,100,100,74,5.446,10.833,11.552,3,14.43,17.634,24.817,2,1,1,14.237,43.333,45.923,2,1,1,50.473,64.3,65.234,2,1,33.565,33.565,35.055,1,0,0,15.008,0,7,5,7,7,6,7,,4.922,15.576,16.879,6,5,7,7,7,7,7,"It is from a trustworthy source, and it makes sense with what I know about the effectiveness of the vaccine.",1.674,29.407,34.382,2,3,,3.354,5.539,7.522,3,2,7,3,4,1,5,6,0,0,13.378,0,6,7,2,6,6,7,11,10,,55.695,69.48,75.476,9,3,3,1,1,3,4,47.254,130.754,131.337,7,1,1,2.121,8.447,9.94,2,3,2001,Indiana,3,1,1,,7,,,9,4,1,2.069,134.027,136.214,79,60feeffdd94575eb62a4e011,"{""startTime"":1690224579278,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690224597233,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690224491056,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":2030,""label"":""hovered"",""timeHovered"":1247,""week"":""2022-01-24""},{""time"":14425,""label"":""tour_next"",""step"":2},{""time"":17629,""label"":""tour_end"",""step"":2},{""time"":19387,""label"":""hovered"",""timeHovered"":1171,""week"":""2022-01-03""}]}","{""startTime"":1690224563280,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":5152,""label"":""hovered"",""timeHovered"":4358,""week"":""2022-01-03""},{""time"":9519,""label"":""hovered"",""timeHovered"":1226,""week"":""2022-01-03""}]}",1,simple,line +2023-07-24 14:43:55,2023-07-24 14:59:08,0,69.140.205.255,100,913,1,2023-07-24 14:59:09,R_eX0PEosCRuwyLXb,,,,,39.3529,-76.5743,anonymous,EN,1,22.18,22.18,23.359,1,1,2,1,3.701,6.065,7.038,2,0,0,15.006,0,75,76,0,13.963,20.755,22.443,3,19.241,25.812,58.994,2,1,1,28.29,87.459,89.119,5,-1,1,26.407,111.866,113.639,3,1,62.787,64.386,66.234,3,0,0,15.008,0,5,5,1,7,7,5,,28.585,46.066,49.038,6,5,7,7,2,1,5,You can't just be sure of any data you see. You need to know the motivation for collecting the data.,6.112,160.833,166.324,5,2,,7.543,9.17,11.414,2,2,7,3,4,1,5,6,0,0,32.413,0,1,1,1,1,1,1,9,9,,7.004,20.862,22.929,14,5,5,1,1,5,4,17.595,38.785,40.985,7,1,3,6.325,15.6,17.294,2,1,1986,Maryland,6,2,1,,3,,,12,3,2,2.308,82.168,86.944,20,55bc99e3fdf99b06452252f8,"{""startTime"":1690224696459,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690224483957,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690224319423,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":19234,""label"":""tour_next"",""step"":2},{""time"":25804,""label"":""tour_end"",""step"":2},{""time"":26877,""label"":""hovered"",""timeHovered"":2326,""week"":""2022-01-03""},{""time"":29260,""label"":""hovered"",""timeHovered"":2975,""week"":""2022-01-03""}]}","{""startTime"":1690224468486,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":5489,""label"":""hovered"",""timeHovered"":1799,""week"":""2022-01-31""},{""time"":10561,""label"":""hovered"",""timeHovered"":1557,""week"":""2022-01-31""}]}",1,simple,line 2023-07-24 14:19:13,2023-07-24 14:59:14,0,74.78.246.68,100,2400,1,2023-07-24 14:59:14,R_1FkQF1c0fpDrykj,,,,,43.9813,-75.6059,anonymous,EN,1,21.896,21.896,22.921,1,1,2,1,1.945,4.827,6.57,2,0.907,0.907,15.123,1,74,65,80,2.034,132.689,134.887,9,16.18,141.516,197.081,7,1,1,66.212,133.264,149.022,5,-3,-3,24.312,105.106,110.18,5,1,21.963,21.963,33.729,1,0,0,15.017,0,4,2,3,3,3,5,"No additional thoughts or comments, thank you.",7.265,83.093,97.703,9,4,3,5,2,2,4,"The interactive visualization does make it easier to read the chart, but I believe the information would be better expressed with two graphs: One for vaccinated and one for unvaccinated. The visualization's various colors could be considered overstimulating because of the combination of blues and reds. If there were two separate charts that displayed a set of data (vaccinated and unvaccinated) with clear parameters, (keeping the numbers/size the same between each graph as opposed to adjusting the size to fit the height of the bars) -While this successfully condenses the data into one chart, I believe doing so condenses the data together far too much.",1.335,744.094,745.362,25,5,"When asked to explain our answer for ""I trust this visualization"", the three multiple choice questions underneath it weren’t filled out. The questions were prefaced with the statement ""Click to write the question text"", and each question was listed as ""Click to write Statement (1/2/3)"", with half the choices not having been filled out; the middle option was listed as ‘asdf’ and four out of the nine choices were listed as “Click to write Scale Point (9/4/5/6)”. I was unsure if this was intentional as an attention check of some sort, or if a portion of the study's questions were not correctly filled out. Thank you.",10.036,534.206,539.997,3,2,7,3,4,1,5,6,0,0,21.05,0,3,4,5,4,4,4,9,7,"No additional thoughts or comments, thank you.",5.861,45.321,54.665,11,2,2,3,4,4,2,7.249,31.177,33.315,6,2,1,3.45,12.164,22.036,2,2,1988,New York,5,2,1,,7,,,6,4,1,5c487308917cc80001519c56@email.prolific.co,2.051,57.74,67.073,13,5c487308917cc80001519c56,"{""startTime"":1690223221101,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":1879,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1474,""week"":""52"",""id"":""chart""}]}","{""startTime"":1690223319206,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":78694,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1226,""week"":""2"",""id"":""chart""}]}","{""startTime"":1690222974013,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":16174,""label"":""tour_next"",""step"":5},{""time"":62956,""label"":""cleared_brush"",""using"":""Click""},{""time"":65167,""label"":""started_brush"",""startDate"":""2021-12-16"",""endDate"":""2022-01-31""},{""time"":67883,""label"":""tour_next"",""step"":5},{""time"":73222,""label"":""moved_brush"",""startDate"":""2021-12-23"",""endDate"":""2022-02-07""},{""time"":75261,""label"":""tour_next"",""step"":5},{""time"":95953,""label"":""cleared_brush"",""using"":""Click""},{""time"":95953,""label"":""cleared_brush"",""using"":""Escape""},{""time"":97249,""label"":""tour_next"",""step"":5},{""time"":105588,""label"":""tour_end"",""step"":5},{""time"":130569,""label"":""started_brush"",""startDate"":""2021-11-20"",""endDate"":""2022-01-20""},{""time"":137215,""label"":""moved_brush"",""startDate"":""2021-11-24"",""endDate"":""2022-01-24""},{""time"":142867,""label"":""cleared_brush"",""using"":""Click""},{""time"":142867,""label"":""cleared_brush"",""using"":""Escape""},{""time"":147854,""label"":""started_brush"",""startDate"":""2021-11-26"",""endDate"":""2021-12-10""},{""time"":148150,""label"":""cleared_brush"",""using"":""Click""},{""time"":148150,""label"":""cleared_brush"",""using"":""Escape""},{""time"":159006,""label"":""started_brush"",""startDate"":""2021-12-01"",""endDate"":""2022-01-14""},{""time"":162713,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1507,""week"":""52"",""id"":""chart""},{""time"":164633,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":18034,""week"":""52"",""id"":""chart""},{""time"":182668,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7102,""week"":""52"",""id"":""chart""}]}","{""startTime"":1690223205613,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":3872,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1994,""week"":""52"",""id"":""chart""},{""time"":9507,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1269,""week"":""51"",""id"":""chart""},{""time"":11418,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3471,""week"":""52"",""id"":""chart""}]}",1,complex,bar -2023-07-24 14:46:51,2023-07-24 14:59:14,0,96.240.102.90,100,742,1,2023-07-24 14:59:14,R_1doBDNkaaAxwzYA,,,,,40.8806,-74.1456,anonymous,EN,1,3.566,3.566,4.937,1,2,,2,2.452,2.452,3.443,1,0,0,15.364,0,65,29,82,12.45,17.463,18.377,3,12.305,16.108,22.753,3,1,1,3.09,76.217,77.398,5,-3,-3,34.688,66.756,67.883,3,1,27.304,27.304,28.901,1,0,0,15.014,0,4,6,6,6,6,5,,21.369,30.417,32.691,7,5,6,6,3,3,5,"I only slightly agree because I haven't double checked independently, though i have some inherent trust in what i saw (it did not seem un realistic, the stats) ",3.485,156.394,157.404,20,5,,6.25,6.25,8.002,1,2,7,3,4,1,5,6,0,0,19.438,0,3,7,7,5,2,5,10,9,,4.9,21.661,23.365,8,3,3,1,1,4,3,3.916,16.443,17.191,7,5,4,2,9.41,10.786,2,1,1992,New Jersey,3,2,1,,4,,,17,3,1,633b59423091867d3a41f0f5@email.prolific.co,19.243,88.943,91.336,19,633b59423091867d3a41f0f5,"{""startTime"":1690224665568,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":6207},{""label"":""window_focused"",""time"":14885}]}","{""startTime"":1690224699226,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690224548929,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":21,""label"":""tour_started""},{""time"":7311,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1099,""week"":""1"",""id"":""chart""},{""time"":13737,""label"":""tour_next"",""step"":2},{""time"":16081,""label"":""tour_end"",""step"":2},{""label"":""window_blurred"",""time"":21192},{""label"":""window_focused"",""time"":21853}]}","{""startTime"":1690224650013,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar -2023-07-24 14:49:17,2023-07-24 14:59:25,0,147.219.223.233,100,607,1,2023-07-24 14:59:25,R_1pWFi3RWZoqL12l,,,,,43.2343,-88.2311,anonymous,EN,1,3.468,3.468,6.339,1,1,3,2,1.613,7.05,8.207,2,0,0,15.006,0,100,85,57,9.687,14.142,15.587,3,20.524,78.764,79.344,12,1,1,19.828,66.848,67.99,3,1,1,9.994,58.275,60.543,3,-3,27.9,27.9,29.021,1,10.412,10.412,15.008,1,6,5,6,6,6,6,,12.509,20.714,23.493,6,6,6,6,4,6,6,It seems to be accurate based on my perception of covid cases.,3.283,49.584,51.009,10,2,,5.337,5.917,7.636,2,2,7,3,4,1,5,6,0,0,12.741,0,3,3,3,7,6,3,9,9,,5.285,18.698,20.403,8,4,3,1,1,3,4,6.271,21.648,22.915,6,4,3,5.153,11.218,12.645,2,1,1977,Wisconsin,6,2,1,,7,,,3,4,1,pineal.point@gmail.com,2.391,115.44,120.605,39,5e4465013f75e52fc82f7096,"{""startTime"":1690224811313,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690224740951,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690224616355,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":2676,""label"":""hovered"",""timeHovered"":2602,""week"":""2021-10-04""},{""time"":13240,""label"":""hovered"",""timeHovered"":3379,""week"":""2022-01-10""},{""time"":20520,""label"":""tour_next"",""step"":5},{""time"":39900,""label"":""started_brush"",""startDate"":""2021-05-05"",""endDate"":""2021-12-05""},{""time"":40665,""label"":""tour_next"",""step"":5},{""time"":49529,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-11""},{""time"":50391,""label"":""tour_next"",""step"":5},{""time"":54853,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-11""},{""time"":55471,""label"":""cleared_brush"",""using"":""click""},{""time"":55472,""label"":""cleared_brush"",""using"":""Escape""},{""time"":57050,""label"":""tour_next"",""step"":5},{""time"":62369,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690224725648,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":5723,""label"":""hovered"",""timeHovered"":2235,""week"":""2021-11-29""}]}",1,complex,line -2023-07-24 14:53:36,2023-07-24 15:00:49,0,73.248.100.40,100,433,1,2023-07-24 15:00:50,R_C8hsdaUWDcwYw6J,,,,,39.745,-75.0924,anonymous,EN,1,2.391,2.391,3.43,1,1,3,1,1.63,3.741,4.588,2,0,0,15.007,0,89,79,24,6.594,10.686,11.506,3,6.842,10.118,21.423,2,1,1,17.611,38.435,40.129,2,-2,1,33.282,47.805,48.633,2,-3,27.065,27.065,27.912,1,0,0,15.112,0,4,4,4,5,3,5,,7.36,18.863,19.675,7,5,6,4,1,1,5,Data seems about right for the time period,3.411,72.687,73.394,4,4,,4.526,4.526,5.9,1,2,7,3,4,1,5,6,0,0,16.251,0,5,5,4,4,6,5,7,7,,5.123,14.99,16.978,8,2,3,2,3,2,2,6.762,20.709,21.441,6,2,2,3.974,9.092,10.184,2,1,1970,New Jersey,6,2,1,,4,,,5,2,1,,1.792,39.164,40.343,13,6282ad0acc1c40865dfd371d,"{""startTime"":1690225035824,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690224943612,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690224864367,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":6836,""label"":""tour_next"",""step"":2},{""time"":10112,""label"":""tour_end"",""step"":2},{""time"":11328,""label"":""hovered"",""timeHovered"":1244,""week"":""2021-11-22""},{""time"":12575,""label"":""hovered"",""timeHovered"":1239,""week"":""2021-11-22""},{""time"":15915,""label"":""hovered"",""timeHovered"":1701,""week"":""2022-01-03""}]}","{""startTime"":1690224927513,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line -2023-07-24 14:55:25,2023-07-24 15:00:59,0,66.227.175.200,100,334,1,2023-07-24 15:01:00,R_2tu86KAq0RbNT3O,,,,,43.9697,-86.4417,anonymous,EN,1,2.566,2.566,3.493,1,1,3,1,1.546,3.124,3.971,2,0,0,15.012,0,89,95,83,6.481,11.298,12.065,3,5.222,31.143,35.983,7,1,1,9.888,23.801,24.235,3,1,1,15.217,23.561,24.449,2,1,4.622,40.03,40.649,3,4.31,4.31,15.012,1,6,6,6,6,6,6,,6.342,10.047,12.335,8,6,6,6,6,5,6,The data seems accurate based on what I already know.,0.968,23.642,26.889,11,4,,2.186,3.771,4.798,2,2,7,3,4,1,5,6,11.25,11.25,11.401,1,3,5,7,8,3,6,9,9,,2.837,11.939,13.029,11,4,4,1,2,4,4,3.023,15.713,16.973,8,3,1,2.38,9.688,9.991,3,1,1985,Michigan,6,1,1,,7,,,13,4,1,,1.175,33.971,35.001,13,59add1735e7f4800010ef002,"{""startTime"":1690225062124,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690225075123,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690224968895,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":5216,""label"":""tour_next"",""step"":5},{""time"":13871,""label"":""started_brush"",""startDate"":""2021-06-25"",""endDate"":""2022-02-13""},{""time"":14637,""label"":""moved_brush"",""startDate"":""2021-06-24"",""endDate"":""2022-02-12""},{""time"":15525,""label"":""tour_next"",""step"":5},{""time"":20500,""label"":""moved_brush"",""startDate"":""2021-11-30"",""endDate"":""2022-02-12""},{""time"":21674,""label"":""tour_next"",""step"":5},{""time"":26415,""label"":""cleared_brush"",""using"":""click""},{""time"":26423,""label"":""cleared_brush"",""using"":""Escape""},{""time"":27359,""label"":""tour_next"",""step"":5},{""time"":29293,""label"":""tour_end"",""step"":5},{""time"":33277,""label"":""started_brush"",""startDate"":""2021-11-03"",""endDate"":""2022-02-13""}]}","{""startTime"":1690225046499,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":5985,""label"":""started_brush"",""startDate"":""2021-11-02"",""endDate"":""2022-02-13""},{""time"":7654,""label"":""hovered"",""timeHovered"":1835,""week"":""2022-01-03""},{""time"":13658,""label"":""cleared_brush"",""using"":""click""},{""time"":13661,""label"":""cleared_brush"",""using"":""Escape""}]}",1,complex,line -2023-07-24 14:50:14,2023-07-24 15:01:42,0,76.124.60.166,100,687,1,2023-07-24 15:01:43,R_1DO0zNGuIsfs6XZ,,,,,39.9943,-75.1181,anonymous,EN,1,4.037,4.733,5.257,2,1,2,2,1.292,2.566,3.579,2,0,0,15.017,0,76,82,50,13.161,17.255,17.526,4,2.383,31.733,32.557,23,1,-2,135.841,154.487,155.531,3,-2,1,19.247,33.445,34.687,2,-3,13.916,14.668,14.962,2,0,0,15.022,0,6,6,2,6,6,6,,2.594,10.049,15.526,8,6,6,6,6,6,6,It provide the necessary information that are relevant.,1.497,23.267,24.595,4,1,,3.165,5.136,5.925,5,2,7,3,4,1,5,6,14.988,14.988,15.435,1,1,1,3,1,1,1,9,6,,79.67,87.803,89.743,12,1,1,3,3,1,3,78.893,97.367,98.179,7,4,5,20.697,23.479,24.447,2,1,1987,Pennsylvania,6,2,1,,2,,,10,4,2,,21.538,83.191,84.826,48,566a19b57da035000fb39b89,"{""startTime"":1690224769741,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690224726950,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690224662961,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":2374,""label"":""tour_next"",""step"":5},{""time"":6792,""label"":""cleared_brush"",""using"":""click""},{""time"":8758,""label"":""tour_back"",""step"":5},{""time"":13048,""label"":""tour_next"",""step"":5},{""time"":19886,""label"":""started_brush"",""startDate"":""2021-07-03"",""endDate"":""2021-10-08""},{""time"":20338,""label"":""tour_next"",""step"":5},{""time"":22262,""label"":""moved_brush"",""startDate"":""2021-11-07"",""endDate"":""2022-02-13""},{""time"":22722,""label"":""tour_next"",""step"":5},{""time"":26379,""label"":""cleared_brush"",""using"":""Escape""},{""time"":26943,""label"":""started_brush"",""startDate"":""2021-05-22"",""endDate"":""2021-07-20""},{""time"":27577,""label"":""moved_brush"",""startDate"":""2021-11-21"",""endDate"":""2022-01-19""},{""time"":28176,""label"":""tour_next"",""step"":5},{""time"":29482,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690224711540,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line -2023-07-24 14:49:24,2023-07-24 15:01:51,0,24.140.31.219,100,746,1,2023-07-24 15:01:52,R_2CvLNFPfVH26ikP,,,,,40.8142,-81.9387,anonymous,EN,1,2.583,2.583,5.191,1,1,1,2,4.554,10.067,10.976,2,0,0,15.109,0,66,86,50,15.142,24.487,26.886,4,10.551,12.715,26.91,2,1,1,16.374,19.462,34.111,2,-2,1,30.455,44.086,54.316,2,-3,41.309,41.309,47.747,1,0,0,15.013,0,5,5,5,6,6,6,,16.091,25.757,29.339,6,5,6,6,4,4,5,I prefer to have more than one source to compare data on different subjects to see if there are any differences.,4.713,128.667,142.335,22,3,,8.286,8.286,15.877,1,2,7,3,4,1,5,6,0,0,30.481,0,5,4,8,6,4,6,7,9,,10.397,26.384,29.513,11,3,2,2,3,4,3,19.15,34.126,39.79,6,5,2,14.285,22.811,28.153,2,1,2001,Ohio,6,2,1,,9,,Wooster,13,4,1,jaretlennon@yahoo.com,3.026,123.171,126.113,19,615df54b6e2b2b2f76c4be9c,"{""startTime"":1690224901562,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690224710479,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690224633570,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":10548,""label"":""tour_next"",""step"":2},{""time"":12712,""label"":""tour_end"",""step"":2},{""time"":18114,""label"":""hovered"",""timeHovered"":1389,""week"":""2021-12-27""},{""time"":19511,""label"":""hovered"",""timeHovered"":1580,""week"":""2021-12-27""},{""time"":21192,""label"":""hovered"",""timeHovered"":4181,""week"":""2022-01-03""}]}","{""startTime"":1690224695126,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":3854,""label"":""hovered"",""timeHovered"":1532,""week"":""2022-01-03""},{""time"":5453,""label"":""hovered"",""timeHovered"":2123,""week"":""2022-01-03""}]}",1,simple,line -2023-07-24 14:46:22,2023-07-24 15:01:54,0,24.241.209.46,100,931,1,2023-07-24 15:01:55,R_1qWeMzwLyp2GFMi,,,,,33.7189,-86.8225,anonymous,EN,1,26.915,26.915,31.903,1,1,4,1,3.937,20.805,21.75,2,0,0,15.111,0,92,100,52,20.816,37.835,39.993,4,16.084,31.001,41.148,2,-3,1,57.721,68.58,74.001,2,-3,-3,59.615,86.616,87.735,2,-1,38.828,38.828,56.887,1,0,0,15.112,0,6,6,6,6,6,6,"One of the pages of this survey had incomplete/unfinished questions (like the survey had not been completed when it was being made) so I did not know what I was supposed to respond to. ",12.781,98.29,112.43,9,6,6,6,7,6,6,"It seems well organized, legit, and I could not find any suspicious red flags.",2.635,44.16,64.056,7,3,,21.366,23.053,26.818,2,2,7,3,4,1,5,6,0,0,17.999,0,3,6,4,5,8,5,10,8,,7.36,26.508,32.808,8,3,3,1,3,3,3,6.2,29.083,31.101,6,1,1,5.206,19.913,20.824,3,2,1988,Alabama,6,1,1,,3,,,7,4,1,63da7f4e731d3d0ecd22a9d4@email.prolific.co,2.281,161.321,162.096,25,63da7f4e731d3d0ecd22a9d4,"{""startTime"":1690224757311,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690224636429,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":38429,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1366,""week"":""52"",""id"":""chart2""}]}","{""startTime"":1690224504296,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":25,""label"":""tour_started""},{""time"":7120,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1135,""week"":""29"",""id"":""chart""},{""time"":12358,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1067,""week"":""1"",""id"":""chart""},{""time"":16076,""label"":""tour_next"",""step"":2},{""time"":30994,""label"":""tour_end"",""step"":2},{""time"":37235,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1124,""week"":""52"",""id"":""chart2""}]}","{""startTime"":1690224620444,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":5186,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1072,""week"":""52"",""id"":""chart2""},{""time"":8432,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1997,""week"":""52"",""id"":""chart2""},{""time"":10828,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1468,""week"":""52"",""id"":""chart""}]}",1,simple,bar -2023-07-24 14:52:54,2023-07-24 15:02:09,0,206.255.126.39,100,554,1,2023-07-24 15:02:09,R_1hDRbKbrHQIMleZ,,,,,35.9077,-94.9905,anonymous,EN,1,4.615,4.615,6.048,1,1,3,2,2.181,4.537,6.338,2,11.949,12.365,15.108,2,76,85,22,4.757,16.701,18.406,6,18.348,39.511,40.317,7,-2,1,35.703,58.451,60.29,3,-3,-3,23.972,44.012,45.503,3,1,34.953,34.953,36.606,1,0,0,15.112,0,6,6,6,6,6,6,,5.295,14.519,18.026,9,6,5,6,5,6,4,looks right and easy to read,3.939,20.625,22.101,4,4,,2.34,3.161,5.366,2,2,7,3,4,1,5,6,0,0,27.164,0,3,1,3,3,3,3,10,7,,3.079,14.263,16.473,8,3,2,2,3,2,3,2.46,14.532,15.869,8,4,4,6.203,11.834,13.566,2,2,1998,Oklahoma,3,3,4,"Russia, German, Sweden",1,,,5,4,1,xxxhikarxxxartxxx@gmail.com,1.772,138.024,146.129,18,5e217a34e8ff3a469b5dfebc,"{""startTime"":1690224992036,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690224954184,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690224836654,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":29,""label"":""tour_started""},{""time"":12000,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1399,""week"":""51"",""id"":""chart""},{""time"":15116,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1317,""week"":""1"",""id"":""chart""},{""time"":18337,""label"":""tour_next"",""step"":2},{""time"":29585,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690224938401,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar -2023-07-24 14:54:03,2023-07-24 15:02:12,0,70.179.244.174,100,488,1,2023-07-24 15:02:12,R_2aV31eif4W6vMf4,,,,,37.7042,-97.2778,anonymous,EN,1,3.209,3.209,4.177,1,1,4,1,1.568,4.418,5.814,4,10.822,10.822,15.011,1,84,4,79,6.091,13.304,14.287,4,8.296,11.063,16.845,2,1,1,5.84,49.439,50.738,6,1,1,20.017,57.549,73.491,4,1,20.943,20.943,26.343,1,0,0,15.006,0,6,4,6,6,7,6,,8.07,20.27,21.655,6,6,7,6,3,3,5,It purports to share information from the CDC,1.276,19.738,22.689,3,6,,4.139,5.653,7.817,3,2,3,4,5,1,6,7,0,0,12.749,0,2,6,6,6,6,4,10,10,,6.061,47.692,49.762,10,4,4,2,2,4,5,27.263,44.127,45.294,6,4,2,2.217,8.152,9.434,2,1,1983,Kansas,7,1,1,,7,,,7,4,1,636577d277247b6a9c0dc54c@email.prolific.co,1.678,44.991,48.893,15,636577d277247b6a9c0dc54c,"{""startTime"":1690225001215,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690225023381,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690224894003,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":8292,""label"":""tour_next"",""step"":2},{""time"":11059,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690224985441,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line -2023-07-24 14:40:25,2023-07-24 15:02:38,0,75.248.143.132,100,1333,1,2023-07-24 15:02:39,R_2dyiSixpnM3JPML,,,,,40.7742,-111.8721,anonymous,EN,1,22.64,22.64,24.101,1,1,3,2,2.793,24.932,26.401,3,12.664,12.664,15.108,1,66,71,77,65.989,79.819,82.602,5,31.719,61.235,70.83,4,1,1,33.936,66.686,70.268,2,1,1,95.896,112.47,114.043,2,1,49.443,49.443,51.377,1,0,0,15.112,0,6,4,5,6,7,5,,38.884,83.237,88.632,9,4,6,6,2,2,6,The study said to assume that you trust the data for that part of the study. I also mostly trust that data from the cdc is accurate.,6.815,7.928,119.787,2,5,,9.826,18.652,23.293,8,2,7,3,4,1,5,6,0,0,26.33,0,4,6,3,6,6,7,11,9,,26.588,78.654,84.351,14,3,4,1,2,5,4,52.488,101.166,102.919,7,1,1,39.564,59.691,61.247,2,1,1981,Utah,3,1,1,,9,,Asian-Caucasian,1,3,1,kristoferpaulschreiner@gmail.com,2.095,162.478,170.072,17,5e935de580280569a374fa97,"{""startTime"":1690224475888,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690224565251,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690224274199,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":5573,""label"":""hovered"",""timeHovered"":1319,""week"":""2021-09-06""},{""time"":6981,""label"":""hovered"",""timeHovered"":2260,""week"":""2021-09-06""},{""time"":22074,""label"":""hovered"",""timeHovered"":1269,""week"":""2021-09-27""},{""time"":23343,""label"":""hovered"",""timeHovered"":1287,""week"":""2021-09-27""},{""time"":25329,""label"":""hovered"",""timeHovered"":1805,""week"":""2021-09-27""},{""time"":33181,""label"":""hovered"",""timeHovered"":1711,""week"":""2021-10-25""},{""time"":36421,""label"":""hovered"",""timeHovered"":3479,""week"":""2021-11-15""},{""time"":45325,""label"":""tour_next"",""step"":2},{""time"":61229,""label"":""tour_end"",""step"":2},{""time"":41399,""label"":""hovered"",""timeHovered"":21037,""week"":""2022-02-07""},{""time"":62602,""label"":""hovered"",""timeHovered"":1281,""week"":""2022-01-10""}]}","{""startTime"":1690224460098,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":8468,""label"":""hovered"",""timeHovered"":2263,""week"":""2021-08-30""}]}",1,moderate,line -2023-07-24 14:54:40,2023-07-24 15:02:48,0,47.42.29.22,100,488,1,2023-07-24 15:02:48,R_CdEA39rsnZ49Kb7,,,,,34.438,-82.6225,anonymous,EN,1,3.549,3.549,4.358,1,2,,2,2.477,2.477,3.409,1,0,0,15.01,0,66,90,46,6.763,12.747,14.333,3,13.729,20.447,23.495,3,-1,1,28.297,38.281,40.353,2,-3,-3,24.351,46.959,48.848,2,-3,23.794,23.794,25.109,1,0,0,15.013,0,5,5,4,5,6,6,,10.895,25.129,27.14,6,4,6,5,3,4,5,"The numbers are from the CDC, while trustworthy have had to make changes to covid numbers.",18.814,80.921,83.018,11,5,,5.327,7.601,8.9,6,2,7,3,4,1,5,6,0,0,12.083,0,3,4,3,3,2,4,9,8,,4.199,15.047,16.988,8,4,3,2,2,4,4,21.287,40.372,40.853,7,3,1,1.915,8.55,9.853,3,1,1989,South Carolina,3,2,1,,9,,Anderson,3,5,1,justbobted23@gmail.com,1.054,48.749,52.334,15,5bd47734506cd3000101d181,"{""startTime"":1690225022327,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_focused"",""time"":10749}]}","{""startTime"":1690225050319,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690224933177,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":2508,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1417,""week"":""47"",""id"":""chart""},{""time"":11759,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1300,""week"":""52"",""id"":""chart""},{""time"":13092,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1133,""week"":""1"",""id"":""chart""},{""time"":16015,""label"":""tour_next"",""step"":2},{""time"":20442,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690225006786,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":1311},{""time"":9666,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1203,""week"":""50"",""id"":""chart""}]}",1,moderate,bar -2023-07-24 14:55:30,2023-07-24 15:04:46,0,98.186.196.129,100,556,1,2023-07-24 15:04:47,R_210zszMCnHrbOYU,,,,,30.4882,-91.1443,anonymous,EN,1,3.277,3.277,4.023,1,2,,1,1.753,1.753,2.663,1,0,0,15.012,0,66,99,74,7.035,15.268,16.223,8,5.881,9.031,33.211,2,-2,-3,38.746,54.229,58.903,2,-3,-3,34.624,91.958,92.969,3,1,24.8,35.021,36.409,2,0,0,15.114,0,5,4,5,6,6,5,,9.655,25.905,27.915,8,5,6,4,1,1,5,I would assume more unvacced people get covid and more often but i'd like to see the sources and how they got the data,3.018,59.985,61.443,4,2,,4.592,5.742,7.533,3,2,7,3,4,1,5,6,0,0,16.909,0,1,1,4,6,3,2,9,9,,7.209,23.525,26.114,10,2,3,3,3,2,3,7.078,25.057,26.117,6,4,4,4.387,11.636,12.511,3,1,1996,Colorado,3,1,1,,7,,,5,4,2,,1.913,52.129,53.738,12,631636ea6359694a5ae0be31,"{""startTime"":1690225178305,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690225095049,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690224986009,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":5879,""label"":""tour_next"",""step"":2},{""time"":9029,""label"":""tour_end"",""step"":2},{""time"":11781,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3541,""week"":""52"",""id"":""chart""},{""time"":15364,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1799,""week"":""1"",""id"":""chart""},{""time"":18469,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1374,""week"":""52"",""id"":""chart2""},{""time"":19878,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2029,""week"":""1"",""id"":""chart2""},{""time"":26950,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1607,""week"":""14"",""id"":""chart2""}]}","{""startTime"":1690225079365,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":2280,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1423,""week"":""52"",""id"":""chart""}]}",1,simple,bar -2023-07-24 14:54:08,2023-07-24 15:04:56,0,24.14.158.108,100,648,1,2023-07-24 15:04:57,R_28HU7XAT3veJIyV,,,,,42.0364,-88.324,anonymous,EN,1,3.137,4.966,6.424,2,1,1,2,3.172,4.859,6.682,2,0,0,15.008,0,84,86,50,18.195,26.946,27.802,5,4.314,81.646,89.825,34,1,1,32.79,79.614,80.346,8,1,1,15.947,100.02,101.258,9,1,22.582,47.129,48.567,5,13.719,13.719,15.015,1,5,5,5,5,5,5,,11.825,18.469,20.385,6,5,5,5,4,5,5,The graph is easy to understand and has a lot of data.,2.939,46.669,48.646,4,4,,8.643,9.746,10.51,2,2,7,3,4,1,5,6,10.801,24.002,25.405,2,6,6,6,6,6,6,6,6,,3.3,13.394,15.034,10,3,3,2,3,3,3,5.25,15.359,16.292,7,3,3,3.555,12.202,13.819,4,1,1983,Illinois,4,2,1,,9,,South Elgin,7,2,1,altj7@outlook.com,2.544,65.236,66.237,17,5dd31871c5faa232d3c20365,"{""startTime"":1690225140551,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690225072371,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690224917823,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":6856,""label"":""tour_next"",""step"":5},{""time"":10946,""label"":""tour_back"",""step"":5},{""time"":13204,""label"":""tour_next"",""step"":5},{""time"":32894,""label"":""cleared_brush"",""using"":""Click""},{""time"":47389,""label"":""cleared_brush"",""using"":""Click""},{""time"":47676,""label"":""cleared_brush"",""using"":""Click""},{""time"":48413,""label"":""cleared_brush"",""using"":""Click""},{""time"":49579,""label"":""cleared_brush"",""using"":""Click""},{""time"":51301,""label"":""cleared_brush"",""using"":""Click""},{""time"":52681,""label"":""cleared_brush"",""using"":""Click""},{""time"":54810,""label"":""cleared_brush"",""using"":""Click""},{""time"":55193,""label"":""cleared_brush"",""using"":""Click""},{""time"":55440,""label"":""cleared_brush"",""using"":""Click""},{""time"":55854,""label"":""cleared_brush"",""using"":""Click""},{""time"":56689,""label"":""cleared_brush"",""using"":""Click""},{""time"":58230,""label"":""started_brush"",""startDate"":""2021-11-10"",""endDate"":""2022-02-01""},{""time"":58751,""label"":""moved_brush"",""startDate"":""2021-11-10"",""endDate"":""2022-02-01""},{""time"":59654,""label"":""tour_next"",""step"":5},{""time"":65414,""label"":""moved_brush"",""startDate"":""2021-07-15"",""endDate"":""2021-10-06""},{""time"":66267,""label"":""cleared_brush"",""using"":""Click""},{""time"":67157,""label"":""started_brush"",""startDate"":""2021-11-11"",""endDate"":""2021-12-18""},{""time"":67815,""label"":""tour_next"",""step"":5},{""time"":72166,""label"":""cleared_brush"",""using"":""Click""},{""time"":72166,""label"":""cleared_brush"",""using"":""Escape""},{""time"":77628,""label"":""tour_next"",""step"":5},{""time"":81640,""label"":""tour_end"",""step"":5},{""time"":83097,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1051,""week"":""52"",""id"":""chart""}]}","{""startTime"":1690225056887,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":11415,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1088,""week"":""40"",""id"":""chart""}]}",1,complex,bar -2023-07-24 14:58:27,2023-07-24 15:05:17,0,73.40.171.175,100,410,1,2023-07-24 15:05:18,R_p6NzS1JHawpONvX,,,,,39.5953,-79.9229,anonymous,EN,1,4.23,4.547,5.455,2,1,2,2,1.634,4.644,5.435,2,0,0,15.008,0,75,96,50,19.669,23.813,25.14,3,4.99,43.236,46.342,10,1,1,37.767,44.494,46.208,2,-1,-1,9.967,11,12.016,2,-2,32.333,32.333,33.745,1,0,0,15.008,0,4,3,3,6,7,3,,10.256,16.641,18.572,6,3,5,4,2,3,3,Who knows anymore,3.499,33.893,34.851,9,3,,5.696,6.537,11.03,2,2,7,3,4,1,5,6,0,0,17.894,0,3,3,8,8,3,7,9,9,,8.196,16.917,18.562,8,3,3,3,4,2,4,6.065,19.531,20.721,7,5,4,2.265,8.242,9.561,2,1,2001,West Virginia,6,2,1,,7,,,17,3,2,,2.392,38.375,38.907,12,60ff674ee503c8c1e2be7dc4,"{""startTime"":1690225317534,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690225266512,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690225170028,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":26,""label"":""tour_started""},{""time"":4985,""label"":""tour_next"",""step"":5},{""time"":8813,""label"":""tour_back"",""step"":5},{""time"":12061,""label"":""tour_next"",""step"":5},{""time"":18848,""label"":""started_brush"",""startDate"":""2021-06-05"",""endDate"":""2021-10-31""},{""time"":20497,""label"":""tour_next"",""step"":5},{""time"":23841,""label"":""moved_brush"",""startDate"":""2021-04-23"",""endDate"":""2021-09-18""},{""time"":24734,""label"":""tour_next"",""step"":5},{""time"":32686,""label"":""moved_brush"",""startDate"":""2021-04-23"",""endDate"":""2021-09-18""},{""time"":33246,""label"":""moved_brush"",""startDate"":""2021-04-23"",""endDate"":""2021-09-18""},{""time"":33449,""label"":""moved_brush"",""startDate"":""2021-04-23"",""endDate"":""2021-09-18""},{""time"":36580,""label"":""cleared_brush"",""using"":""Click""},{""time"":36580,""label"":""cleared_brush"",""using"":""Escape""},{""time"":40189,""label"":""tour_next"",""step"":5},{""time"":43231,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690225251039,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":3712,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3706,""week"":""1"",""id"":""chart""}]}",1,complex,bar -2023-07-24 14:59:07,2023-07-24 15:05:41,0,24.13.121.251,100,394,1,2023-07-24 15:05:42,R_3esp0mCMxwJL12M,,,,,41.6142,-87.5515,anonymous,EN,1,4.182,4.579,5.79,2,2,,2,0.88,1.429,2.118,2,2.255,11.19,15.112,4,60,97,18,30.504,35.857,37.213,4,3.041,6.758,9.962,3,1,-3,3.159,45.693,46.019,17,-2,-3,11.928,15.094,17.836,5,-1,4.223,33.874,34.714,7,0,0,15.015,0,4,4,4,6,5,4,,4.32,17.781,19.072,8,4,7,5,4,4,4,"I just can't blindly trust any kind of information without multiple sources regarded. ",1.362,45.677,46.601,12,3,,4.959,5.709,7.149,2,2,3,4,5,1,6,7,1.789,13.29,14.345,7,2,1,1,3,2,2,6,7,,1.124,16.973,18.515,16,3,4,1,3,3,3,1.354,12.185,13.409,8,4,2,1.329,8.262,9.885,8,2,1999,Illinois,3,2,1,,9,,Dolton,4,3,1,trvntmd@gmail.com,1.654,40.078,43.351,23,5e6d9c5f076d2c3654541543,"{""startTime"":1690225356466,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690225287432,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690225215187,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":4,""label"":""tour_started""},{""time"":5024,""label"":""tour_next"",""step"":2},{""time"":6756,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690225271969,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line -2023-07-24 14:43:30,2023-07-24 15:06:23,0,71.114.123.167,100,1372,1,2023-07-24 15:06:23,R_Uuq155cnn9neT6h,,,,,40.2995,-76.5868,anonymous,EN,1,115.372,115.372,118.181,1,2,,1,4.91,4.91,5.9,1,0,0,15.013,0,11,100,20,40.25,59.086,60.89,8,17.18,26.4,54.628,4,1,-3,37.066,82.141,92.872,5,-2,-3,108.76,127.112,128.31,2,1,28.919,123.021,124.268,3,0,0,15.009,0,1,1,1,7,7,1,,15.086,43.594,59.407,10,1,4,1,1,1,1,"I don't believe any data that came out with covid 19. Because there has not been a good amount of time on research even done on covid 19. Everyone wants to make it political so no, I do not trust this either. Look how many people are vaccinated and have even died from covid 19. ",1.71,269.052,271.351,7,1,,16.734,20.545,23.798,2,2,7,3,4,1,5,6,0,0,26.018,0,6,1,11,7,3,6,2,9,,28.276,65.472,67.678,14,3,3,4,2,3,4,24.694,83.129,85.197,8,6,2,6.182,29.338,31.595,3,2,1975,Pennsylvania,2,2,1,,7,,,7,2,2,,3.462,127.272,128.284,16,558a035bfdf99b2d75651378,"{""startTime"":1690224593225,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690224653445,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690224428625,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":19244,""label"":""tour_next"",""step"":2},{""time"":26382,""label"":""tour_end"",""step"":2},{""time"":36745,""label"":""hovered"",""timeHovered"":3754,""week"":""2021-12-27""},{""time"":51408,""label"":""hovered"",""timeHovered"":1879,""week"":""2021-12-27""}]}","{""startTime"":1690224577505,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":11475,""label"":""hovered"",""timeHovered"":2615,""week"":""2021-12-27""}]}",1,simple,line -2023-07-24 14:52:35,2023-07-24 15:07:00,0,98.110.80.236,100,864,1,2023-07-24 15:07:01,R_1ePrFIlveBbOQye,,,,,39.9242,-75.0193,anonymous,EN,1,1.775,1.775,2.831,1,1,3,2,2.783,5.332,7.245,3,7.079,7.579,15.204,2,41,18,53,24.677,30.785,32.425,3,21.949,73.228,91.958,8,1,1,44.278,58.294,62.603,2,-3,-3,53.263,87.121,88.596,2,1,11.157,51.4,53.082,8,0,0,15.206,0,6,2,5,6,7,6,,14.266,35.335,38.201,12,5,2,2,1,2,5,The visualization seems like it was made to be a bit unclear visually. It is hard to visualize a change for a particular age group or vaccination status.,3.405,111.207,120.116,8,4,,3.384,5.689,7.436,4,2,7,3,4,1,5,6,5.117,5.275,15.943,2,4,4,2,6,5,2,10,10,,5.078,30.444,35.011,14,3,3,2,3,4,3,103.074,121.978,125.342,9,2,3,2.078,10.077,12.078,4,1,1992,New Jersey,6,2,1,,7,,,8,4,2,,0.785,40.468,41.839,13,5e574010f269721002764a53,"{""startTime"":1690224986961,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690225025611,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":2033},{""label"":""window_focused"",""time"":52706}]}","{""startTime"":1690224825529,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":3781,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1750,""week"":""52"",""id"":""chart""},{""time"":12498,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3234,""week"":""51"",""id"":""chart""},{""time"":15982,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1382,""week"":""51"",""id"":""chart""},{""time"":17784,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2197,""week"":""2"",""id"":""chart""},{""time"":19998,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1016,""week"":""3"",""id"":""chart""},{""time"":21943,""label"":""tour_next"",""step"":5},{""time"":32553,""label"":""started_brush"",""startDate"":""2021-05-27"",""endDate"":""2021-07-25""},{""time"":33462,""label"":""tour_next"",""step"":5},{""time"":42222,""label"":""cleared_brush"",""using"":""Click""},{""time"":45416,""label"":""cleared_brush"",""using"":""Click""},{""time"":46535,""label"":""cleared_brush"",""using"":""Click""},{""time"":49065,""label"":""cleared_brush"",""using"":""Click""},{""time"":50160,""label"":""cleared_brush"",""using"":""Click""},{""time"":51071,""label"":""started_brush"",""startDate"":""2021-10-03"",""endDate"":""2022-01-02""},{""time"":55460,""label"":""moved_brush"",""startDate"":""2021-07-10"",""endDate"":""2021-10-10""},{""time"":57126,""label"":""tour_next"",""step"":5},{""time"":67146,""label"":""cleared_brush"",""using"":""Click""},{""time"":68548,""label"":""tour_next"",""step"":5},{""time"":73222,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690224971314,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":10098,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2166,""week"":""50"",""id"":""chart""},{""time"":12710,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2338,""week"":""52"",""id"":""chart""}]}",1,complex,bar -2023-07-24 14:56:51,2023-07-24 15:07:25,0,68.168.206.211,100,634,1,2023-07-24 15:07:26,R_3CCbJDpzaxtSPxr,,,,,33.0674,-96.2351,anonymous,EN,1,3.335,3.335,4.89,1,1,2,1,1.423,4.268,5.837,2,0,0,15.011,0,17,25,21,4.8,8.723,10.455,3,23.718,62.775,88.11,6,1,1,38.109,49.839,50.948,2,-1,1,26.744,40.912,41.982,2,-3,27.134,27.134,28.753,1,0,0,15.01,0,4,4,4,3,4,3,,8.588,17.302,18.818,7,4,2,3,2,2,3,It's not easily accessible (understandable) to the average person which is discrediting.,1.946,1.946,26.589,1,4,,3.498,5.632,7.091,2,2,7,3,4,1,5,6,0,0,11.403,0,2,2,6,3,2,2,4,3,,3.184,13.555,14.952,9,2,2,4,4,2,2,3.047,17.421,19.297,8,6,3,2.649,6.785,7.939,3,2,1991,Texas,6,1,1,,9,,JOSEPHINE,9,1,1,joannrosado182@hotmail.com,2.694,203.105,204.202,89,605504fc7a5a699c16ae8b4d,"{""startTime"":1690225259737,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690225217474,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690225084274,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":60,""label"":""tour_started""},{""time"":8461,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2267,""week"":""41"",""id"":""chart""},{""time"":16646,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1965,""week"":""52"",""id"":""chart""},{""time"":18612,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1181,""week"":""52"",""id"":""chart""},{""time"":23700,""label"":""tour_next"",""step"":5},{""time"":38412,""label"":""started_brush"",""startDate"":""2021-05-30"",""endDate"":""2021-07-29""},{""time"":39927,""label"":""tour_next"",""step"":5},{""time"":46765,""label"":""moved_brush"",""startDate"":""2021-05-30"",""endDate"":""2021-08-15""},{""time"":47907,""label"":""tour_next"",""step"":5},{""time"":55396,""label"":""cleared_brush"",""using"":""Click""},{""time"":55396,""label"":""cleared_brush"",""using"":""Escape""},{""time"":57010,""label"":""tour_next"",""step"":5},{""time"":62767,""label"":""tour_end"",""step"":5},{""time"":63803,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1257,""week"":""52"",""id"":""chart""},{""time"":65283,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1022,""week"":""52"",""id"":""chart""},{""time"":71924,""label"":""started_brush"",""startDate"":""2022-01-02"",""endDate"":""2022-02-02""},{""time"":73400,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4691,""week"":""1"",""id"":""chart""},{""time"":78218,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1790,""week"":""1"",""id"":""chart""},{""time"":80025,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2650,""week"":""1"",""id"":""chart""},{""time"":83322,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1469,""week"":""1"",""id"":""chart""},{""time"":84893,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1150,""week"":""1"",""id"":""chart""}]}","{""startTime"":1690225201991,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":9085,""label"":""started_brush"",""startDate"":""2021-11-02"",""endDate"":""2022-01-04""},{""time"":10260,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1250,""week"":""1"",""id"":""chart""},{""time"":12754,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2138,""week"":""50"",""id"":""chart""}]}",1,complex,bar -2023-07-24 14:57:35,2023-07-24 15:08:37,0,47.37.246.164,100,661,1,2023-07-24 15:08:37,R_2amKKXlWupiIchI,,,,,34.9334,-81.9689,anonymous,EN,1,16.354,16.354,17.434,1,1,2,1,1.367,3.984,5.107,2,0,0,15.108,0,61,83,59,27.077,37.525,39.581,6,10.25,14.633,23.873,2,1,1,32.211,53.728,55.085,3,-3,-3,18.009,117.555,118.744,4,1,30.066,31.549,33.164,2,0,0,15.01,0,4,6,4,6,5,5,,4.206,20.872,24.062,7,7,6,6,6,4,6,"It seems like a reliable chart and statistics for the timeline of COVID. ",4.004,86.802,87.593,4,3,,7.946,10.596,12.871,3,2,7,3,4,1,5,6,19.713,19.713,25.635,1,3,6,9,8,3,7,8,9,,6.692,25.642,28.051,14,3,4,2,4,4,3,8.781,27.23,31.138,6,3,1,10.225,16.407,18.483,2,2,1993,South Carolina,6,1,1,,9,,Duncan,5,2,1,holliep911@gmail.com,2.752,50.701,55.077,13,612fdaecc1abdf34d995ae90,"{""startTime"":1690225426843,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690225315512,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690225156764,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":10156,""label"":""tour_next"",""step"":2},{""time"":14538,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690225300131,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":5399,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3214,""week"":""51"",""id"":""chart""},{""time"":10269,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1708,""week"":""49"",""id"":""chart""}]}",1,moderate,bar -2023-07-24 15:02:23,2023-07-24 15:09:03,0,69.250.88.163,100,399,1,2023-07-24 15:09:03,R_20OMOChcXdsRvYB,,,,,38.8579,-77.0602,anonymous,EN,1,3.6,4.051,4.706,2,1,2,1,3.736,6.578,7.272,2,0,0,15.009,0,95,97,87,12.993,21.17,22.407,5,6.125,9.854,34.68,2,1,1,21.959,36.209,37.489,2,1,1,21.682,32.65,35.38,2,1,25.336,25.336,26.434,1,0,0,15.013,0,5,5,5,6,5,5,,8.165,22.447,23.974,8,6,7,6,5,3,6,The data is clearly shown and easy to interpret.,1.534,1.534,26.97,1,5,,3.657,3.657,4.815,1,2,7,3,4,1,5,6,0,0,13.487,0,3,4,8,8,3,6,9,8,,4.572,16.998,24.661,8,5,4,1,1,5,5,3.973,12.661,13.493,6,6,2,2.39,11.704,13.454,3,1,1998,Virginia,7,3,1,,7,,,13,4,1,campopiano.luke@gmail.com,1.834,41.422,42.708,18,5e0413f6d62abeed46e254f6,"{""startTime"":1690225537152,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690225488651,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690225399708,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":6120,""label"":""tour_next"",""step"":2},{""time"":9848,""label"":""tour_end"",""step"":2},{""time"":12774,""label"":""hovered"",""timeHovered"":2443,""week"":""2021-04-12""},{""time"":19502,""label"":""hovered"",""timeHovered"":5701,""week"":""2022-01-03""},{""time"":26465,""label"":""hovered"",""timeHovered"":1710,""week"":""2022-01-03""},{""time"":29662,""label"":""hovered"",""timeHovered"":1658,""week"":""2022-02-07""}]}","{""startTime"":1690225473084,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":5576,""label"":""hovered"",""timeHovered"":1428,""week"":""2021-10-11""},{""time"":10675,""label"":""hovered"",""timeHovered"":1935,""week"":""2021-08-16""}]}",1,simple,line -2023-07-24 14:56:49,2023-07-24 15:09:19,0,23.245.197.96,100,749,1,2023-07-24 15:09:19,R_AyPXQBmByech4Fb,,,,,40.2938,-83.0744,anonymous,EN,1,14.365,14.365,15.929,1,1,2,2,1.919,4.174,5.917,2,0,0,15.006,0,50,50,38,35.908,42.71,50.079,3,18.519,25.055,28.015,2,1,1,19.881,51.81,53.969,3,1,1,5.532,145.344,148.918,8,1,51.033,51.033,53.805,1,0,0,15.007,0,4,2,4,2,5,2,,12.034,30.143,34.499,6,4,6,4,1,1,4,I would have to have the raw data and a chance to examine the charting before I can state that I trust the visualization of the data.,7.222,63.871,67.354,2,4,,9.172,9.172,11.562,1,2,3,4,5,1,6,7,0,0,14.075,0,1,3,6,3,4,6,5,6,,5.255,22.192,24.75,9,5,5,1,2,5,5,3.109,22.473,24.477,6,4,2,5.178,16.457,18.975,2,1,1960,Ohio,6,2,1,,8,European-American,,19,2,1,rhuggins@duck.com,2.943,100.708,106.314,41,5f72bc2e12db6e205a9b7bfe,"{""startTime"":1690225208834,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690225243740,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690225110531,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":18471,""label"":""tour_next"",""step"":2},{""time"":25006,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690225193391,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":5398,""label"":""hovered"",""timeHovered"":1052,""week"":""2021-09-13""},{""time"":8378,""label"":""hovered"",""timeHovered"":1374,""week"":""2022-01-03""},{""time"":10107,""label"":""hovered"",""timeHovered"":1135,""week"":""2022-01-03""}]}",1,simple,line -2023-07-24 15:00:40,2023-07-24 15:09:21,0,131.252.183.200,100,521,1,2023-07-24 15:09:22,R_3Hq7R9bb66eFatx,,,,,45.3894,-122.586,anonymous,EN,1,2.971,2.971,4.099,1,1,3,2,2.268,4.628,5.665,2,0,0,15.014,0,79,79,53,8.772,23.996,25.778,3,23.028,28.756,31.369,2,1,1,24.14,34.667,35.666,2,1,-3,47.711,65.03,66.316,2,1,66.904,66.904,69.691,1,0,0,15.122,0,6,4,6,5,6,6,,9.621,23.163,28.376,7,5,6,6,6,6,6,"It comes from the CDC. And it makes logical sense, in that there are more infections among the unvaccinated than the vaccinated.",2.333,55.285,57.756,4,4,,7.463,7.463,9.293,1,2,7,3,4,1,5,6,0,0,20.107,0,4,7,3,7,8,2,9,7,,6.38,19.474,21.248,8,4,4,2,2,4,3,4.091,27.699,28.642,7,3,2,1.872,8.392,10.133,2,1,1971,Oregon,6,3,1,,7,,,6,4,1,,1.427,35.424,36.977,12,5ed59b175d4222135fddf229,"{""startTime"":1690225414368,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":20,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3571,""week"":""51"",""id"":""chart""},{""time"":4421,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1298,""week"":""51"",""id"":""chart""}]}","{""startTime"":1690225443209,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690225300302,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":11384,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7017,""week"":""52"",""id"":""chart""},{""time"":20000,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1416,""week"":""52"",""id"":""chart""},{""time"":23024,""label"":""tour_next"",""step"":2},{""time"":28751,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690225398869,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":4017,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1073,""week"":""1"",""id"":""chart""},{""time"":5205,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3308,""week"":""2"",""id"":""chart""}]}",1,moderate,bar -2023-07-24 14:56:18,2023-07-24 15:10:05,0,104.62.180.203,100,826,1,2023-07-24 15:10:06,R_9LJwdZuyEjkqXHr,,,,,32.7203,-117.1552,anonymous,EN,1,6.441,6.441,8.166,1,2,,1,2.355,2.355,4.059,1,0,0,15.01,0,0,71,50,36.822,54.836,63.605,4,47.713,54.541,71.202,2,1,1,29.822,54.491,56.458,2,1,1,63.29,82.338,84.104,2,1,106.732,106.732,108.201,1,0,0,15.014,0,1,1,1,7,6,1,,8.789,45.674,47.268,9,5,7,4,2,2,7,"Because the instructions specifically said that I should assume that I trust the visualization. Otherwise, I really don't. ",1.737,43.875,48.947,2,6,,4.816,10.219,13.003,5,2,7,3,4,1,5,6,0,0,26.477,0,5,3,7,7,1,5,6,7,,6.918,38.38,41.749,8,2,4,4,2,3,5,3.394,28.73,30.391,6,6,3,1.842,17.001,20.194,3,2,1978,California,6,2,1,,2,,,8,4,2,,3.7,78.586,82.365,12,5723c21ca300060009bc6d9d,"{""startTime"":1690225363252,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690225261804,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690225088619,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":32,""label"":""tour_started""},{""time"":5043,""label"":""hovered"",""timeHovered"":38614,""week"":""2022-01-10""},{""time"":47687,""label"":""tour_next"",""step"":2},{""time"":54514,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690225245817,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line -2023-07-24 14:57:55,2023-07-24 15:10:22,0,47.35.197.195,100,746,1,2023-07-24 15:10:23,R_u38lHDLQo0HgtIR,,,,,35.046,-81.981,anonymous,EN,1,3.741,3.741,4.546,1,2,,1,3.75,3.75,4.707,1,0,0,15.01,0,22,73,45,23.099,33.1,34.761,4,32.304,39.496,53.406,2,1,1,37.901,57.308,58.772,2,1,1,69.328,91.404,93.141,2,1,54.582,54.582,55.596,1,0,0,15.116,0,4,3,4,6,7,3,,7.949,42.856,45.229,7,4,6,6,3,3,4,"At this point even though the CDC is referenced as the source of the data, I have no way of knowing if it actually is. Anyone can put in any numbers in the graphic.",10.511,110.797,111.944,9,6,,8.373,8.373,9.788,1,2,3,4,5,1,6,7,0,0,16.942,0,3,3,9,4,2,6,8,9,,8.561,22.981,25.134,8,3,3,3,2,4,3,24.106,50.638,51.546,6,6,2,6.326,20.082,21.834,2,2,1964,South Carolina,6,3,1,,7,,,8,1,2,,2.346,64.412,71.265,17,6463cfeaae6a490d6632c2de,"{""startTime"":1690225313191,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690225359276,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690225149628,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":21743,""label"":""hovered"",""timeHovered"":4255,""week"":""2022-01-10""},{""time"":26198,""label"":""hovered"",""timeHovered"":2268,""week"":""2021-12-20""},{""time"":32297,""label"":""tour_next"",""step"":2},{""time"":39489,""label"":""tour_end"",""step"":2},{""time"":41772,""label"":""hovered"",""timeHovered"":1250,""week"":""2021-04-12""},{""time"":45347,""label"":""hovered"",""timeHovered"":3255,""week"":""2022-02-07""}]}","{""startTime"":1690225297611,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":4012,""label"":""hovered"",""timeHovered"":1535,""week"":""2021-08-23""},{""time"":6779,""label"":""hovered"",""timeHovered"":2098,""week"":""2021-07-26""}]}",1,moderate,line -2023-07-24 15:02:17,2023-07-24 15:10:29,0,73.40.208.177,100,492,1,2023-07-24 15:10:30,R_1li6fO6WQ8oYsJN,,,,,40.4409,-79.9857,anonymous,EN,1,5.568,5.568,6.897,1,1,2,1,1.497,3.636,5.176,2,0,0,15.019,0,95,84,72,7.828,13.822,15.681,3,11.087,14.754,19.214,2,1,1,24.843,42.018,49.88,2,1,1,11.19,44.865,46.637,4,1,20.345,20.345,22.083,1,0,0,15.127,0,6,5,6,6,6,6,,7.093,20.699,23.131,6,6,6,6,4,4,5,It would is hard to make out the day to day case or how much they've gone up or down over a set period.,2.207,64.487,69.86,3,4,,6.335,9.704,11.082,4,2,7,3,4,1,5,6,0,0,24.165,0,4,5,4,5,5,3,9,9,,5.122,22.576,25.315,8,4,3,2,2,4,4,6.807,24.849,26.616,7,1,1,4.403,10.14,12.633,3,1,1983,Pennsylvania,6,3,1,,7,,,3,4,1,5a2476f6efec480001f29c16@email.prolific.co,3.124,52.234,60.46,13,5a2476f6efec480001f29c16,"{""startTime"":1690225481113,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690225504882,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690225393996,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":11075,""label"":""tour_next"",""step"":2},{""time"":14743,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690225465352,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line -2023-07-24 15:00:24,2023-07-24 15:11:28,0,50.91.32.146,100,663,1,2023-07-24 15:11:29,R_2w6OTk9TFbz9FDI,,,,,35.3878,-118.936,anonymous,EN,1,10.401,10.401,11.48,1,1,4,1,1.204,8.42,9.66,3,0,0,15.158,0,100,80,50,6.114,36.794,40.408,10,16,23.636,28.357,3,1,1,1.946,46.162,48.016,4,1,-3,7.496,65.744,67.427,3,-2,24.512,24.512,28.045,1,0,0,15.224,0,7,5,4,7,7,7,,65.604,90.049,110.907,7,4,7,7,3,3,7,"Its from the CDC, a reliable government source. In a sea of people trying to sway the population one way or another, there is not many more reliable than straight from the source information the CDC has.",3.701,66.139,67.599,4,1,"That was a nice trick with the mouse over on the graphs, but I feel most people would miss that as an option or not even bother to use it.",4.07,9.475,47.34,3,2,7,3,4,1,5,6,0,0,15.433,0,4,8,1,1,6,1,9,9,,4.812,16.531,18.018,8,1,1,5,5,1,1,8.802,17.162,18.295,6,2,2,1.385,5.538,8.117,2,1,1986,California,6,2,1,,4,,,5,3,2,,2.239,43.727,45.975,13,5e20a27f25a4d03b9ee10bc6,"{""startTime"":1690225411946,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":4544},{""label"":""window_focused"",""time"":65598},{""time"":66810,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2385,""week"":""52"",""id"":""chart""},{""time"":99771,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2894,""week"":""52"",""id"":""chart""}]}","{""startTime"":1690225523985,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690225317843,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":60,""label"":""tour_started""},{""time"":12892,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1383,""week"":""14"",""id"":""chart""},{""time"":15975,""label"":""tour_next"",""step"":2},{""time"":23612,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690225395747,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":7719,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2606,""week"":""52"",""id"":""chart2""},{""time"":10986,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3372,""week"":""1"",""id"":""chart2""}]}",1,simple,bar -2023-07-24 15:02:05,2023-07-24 15:11:38,0,66.90.208.20,100,572,1,2023-07-24 15:11:39,R_20MME3u16Xwho29,,,,,31.8573,-102.3476,anonymous,EN,1,30.075,30.075,52.817,1,1,2,2,1.177,15.661,18.273,7,0,0,15.014,0,85,50,55,29.431,60.753,61.427,8,12.673,60.606,62.668,10,1,1,14.278,22.46,23.436,2,-3,1,37.785,63.467,65.395,3,1,27.809,33.341,34.322,2,0,0,15.011,0,5,6,6,6,7,7,,8.602,15.566,16.904,8,6,7,6,7,6,7,It definitely seems accurate and that the person who put it together knew what they were doing with it.,1.817,1.817,29.257,1,5,,2.801,6.439,6.707,8,2,7,3,4,1,5,6,0,0,12.554,0,3,1,3,3,4,5,10,10,,3.45,15.138,16.099,17,4,3,1,2,4,5,8.544,24.295,26.639,12,2,2,2.701,8.979,10.784,6,3,2000,Texas,2,2,1,,4,,,4,4,1,5b393581c49ecb00010a6693@email.prolific.co,2.699,52.017,53.525,18,5b393581c49ecb00010a6693,"{""startTime"":1690225646868,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690225585303,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690225471951,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":8365,""label"":""hovered"",""timeHovered"":1347,""week"":""2022-01-10""},{""time"":10270,""label"":""hovered"",""timeHovered"":1089,""week"":""2022-01-10""},{""time"":12668,""label"":""tour_next"",""step"":5},{""time"":25990,""label"":""started_brush"",""startDate"":""2021-05-31"",""endDate"":""2022-01-23""},{""time"":27454,""label"":""moved_brush"",""startDate"":""2021-06-21"",""endDate"":""2022-02-13""},{""time"":27871,""label"":""moved_brush"",""startDate"":""2021-06-21"",""endDate"":""2022-02-13""},{""time"":28817,""label"":""tour_next"",""step"":5},{""time"":31072,""label"":""moved_brush"",""startDate"":""2021-06-21"",""endDate"":""2022-02-13""},{""time"":33986,""label"":""moved_brush"",""startDate"":""2021-06-21"",""endDate"":""2022-02-13""},{""time"":35158,""label"":""tour_next"",""step"":5},{""time"":46044,""label"":""moved_brush"",""startDate"":""2021-06-21"",""endDate"":""2022-02-13""},{""time"":49230,""label"":""moved_brush"",""startDate"":""2021-06-21"",""endDate"":""2022-02-13""},{""time"":51720,""label"":""moved_brush"",""startDate"":""2021-06-21"",""endDate"":""2022-02-13""},{""time"":52377,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-12-04""},{""time"":52888,""label"":""started_brush"",""startDate"":""2022-01-07"",""endDate"":""2022-01-08""},{""time"":53160,""label"":""moved_brush"",""startDate"":""2022-01-07"",""endDate"":""2022-01-08""},{""time"":54103,""label"":""cleared_brush"",""using"":""click""},{""time"":54981,""label"":""started_brush"",""startDate"":""2021-04-24"",""endDate"":""2021-08-19""},{""time"":55868,""label"":""moved_brush"",""startDate"":""2021-10-19"",""endDate"":""2022-02-13""},{""time"":56689,""label"":""tour_next"",""step"":5},{""time"":60600,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690225569827,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":4992,""label"":""started_brush"",""startDate"":""2021-06-04"",""endDate"":""2021-07-03""},{""time"":7520,""label"":""moved_brush"",""startDate"":""2021-12-10"",""endDate"":""2022-01-09""},{""time"":7945,""label"":""cleared_brush"",""using"":""click""}]}",1,complex,line -2023-07-24 15:04:03,2023-07-24 15:11:54,0,108.44.45.38,100,471,1,2023-07-24 15:11:55,R_30v5fBo6QBkdPux,,,,,42.62,-73.8343,anonymous,EN,1,2.243,2.243,2.378,1,1,3,1,2.063,3.287,3.373,2,0,0,15.086,0,100,91,87,62.967,70.758,71.701,7,2.791,4.396,5.13,2,-2,-3,5.435,29.039,29.38,6,-3,-2,40.777,72.502,73.633,4,-3,10.811,18.512,19.409,2,3.704,3.704,15.11,1,7,6,7,6,7,7,Not really.,3.514,40.977,42.946,7,7,7,7,4,5,7,"Well that one showed the data and had a breakdown when I hovered over it. ",2.357,37.761,38.469,10,2,,4.065,5.537,6.533,3,2,7,3,4,1,5,6,0,0,10.042,0,4,2,4,4,1,2,9,10,,2.345,10.472,11.728,8,4,4,2,1,5,4,3.897,15.327,15.848,6,4,3,12.314,32.918,34.057,2,1,1992,New York,3,2,1,,7,,,12,4,1,5bb3830499d3d900017ad3d2@email.prolific.co,1.584,49.002,49.24,27,5bb3830499d3d900017ad3d2,"{""startTime"":1690225690975,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690225639369,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690225544260,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":2785,""label"":""tour_next"",""step"":2},{""time"":4390,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690225623826,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":4535,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2183,""week"":""2"",""id"":""chart""},{""time"":10098,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1254,""week"":""4"",""id"":""chart""}]}",1,moderate,bar -2023-07-24 14:52:58,2023-07-24 15:11:56,0,63.227.221.139,100,1137,1,2023-07-24 15:11:56,R_3oSECsCLC42aDS6,,,,,45.461,-122.7052,anonymous,EN,1,13.894,13.894,15.131,1,1,3,1,3.215,5.981,6.845,2,0,0,15.009,0,91,86,56,6.921,11.854,12.85,3,121.366,126.117,137.711,2,1,-3,18.427,42.015,43.969,2,-2,1,61.041,88.778,90.354,2,1,64.32,64.32,78.275,1,0,0,15.007,0,6,5,6,5,6,5,:),4.495,15.763,18.074,8,5,5,4,2,2,5,It looks scientifically accurate.,2.276,22.358,23.775,5,4,Thank you.,98.747,101.427,104.583,3,2,7,3,4,1,5,6,0,0,43.706,0,6,7,2,7,6,6,9,8,Thank you.,76.971,95.223,98.921,9,3,2,3,4,2,3,161.078,176.132,176.812,7,1,3,5.188,12.367,13.754,2,1,1983,Oregon,3,2,1,,7,,,5,4,2,,7.881,183.417,184.941,11,5e8caf1b063693041f6ac524,"{""startTime"":1690225141262,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690225093772,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690224847188,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":21,""label"":""tour_started""},{""label"":""window_blurred"",""time"":18153},{""label"":""window_focused"",""time"":112513},{""time"":121354,""label"":""tour_next"",""step"":2},{""time"":126103,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690225077729,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":8097,""label"":""hovered"",""timeHovered"":1571,""week"":""2022-01-10""},{""time"":13157,""label"":""hovered"",""timeHovered"":1115,""week"":""2022-01-31""}]}",1,moderate,line -2023-07-24 15:03:32,2023-07-24 15:12:00,0,73.69.59.54,100,507,1,2023-07-24 15:12:00,R_3h3zmHKaI3GrBts,,,,,42.1293,-72.7522,anonymous,EN,1,2.792,2.792,3.591,1,1,3,2,6.495,8.871,11.165,2,0,0,15.117,0,99,100,48,10.551,17.783,19.74,3,14.042,23.914,24.28,4,-3,1,33.572,49.02,50.098,3,-3,-3,70.881,114.129,115.518,3,1,26.995,26.995,28.089,1,0,0,15.007,0,6,6,6,7,7,6,,10.406,17.716,19.371,6,6,6,4,1,2,6,it came from the CDC,1.122,77.016,83.813,5,2,,3.032,3.463,5.093,2,2,7,3,4,1,5,6,0,0,9.277,0,1,1,3,1,4,6,10,9,,1.849,13.041,13.327,9,4,4,1,2,5,5,1.744,10.032,10.534,7,1,1,1.026,8.682,10.336,4,2,1979,Massachusetts,7,3,1,,9,,Agawam,4,4,1,IVYLEAF9@HOTMAIL.COM,2.753,38.529,41.063,13,55a55bd7fdf99b790558627c,"{""startTime"":1690225627254,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690225647003,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690225471453,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":14040,""label"":""tour_next"",""step"":2},{""time"":16911,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690225611800,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar -2023-07-24 14:38:23,2023-07-24 15:12:03,0,96.39.248.104,100,2019,1,2023-07-24 15:12:04,R_3Krt3KgzWHsWVYH,,,,,34.0899,-118.0871,anonymous,EN,1,492.28,492.28,493.058,1,1,4,2,2.962,4.484,6.681,2,0,0,15.007,0,81,70,72,153.561,168.568,169.813,3,15.001,90.138,180.424,13,1,-3,32.431,47.157,49.239,2,-3,-3,26.822,51.242,52.165,2,1,48.406,48.406,49.867,1,0,0,15.017,0,6,5,6,6,6,6,,5.624,17.066,19.113,6,5,6,6,5,4,5,The data the visualization uses seems to come from a reliable source. I'd like to cross reference it with other sources to make sure the data is consistent.,2.822,112.117,115.159,11,4,,5.961,5.961,7.274,1,2,7,3,4,1,5,6,0,0,18.195,0,6,7,6,7,6,7,9,8,,4.969,18.829,19.897,8,3,3,3,3,4,3,6.731,18.501,19.258,6,3,2,3.397,9.913,11.04,2,1,1984,California,9,2,1,,2,,,19,4,1,online.deplete131@slmails.com,2.601,80.425,84.434,17,60de6eaecf5d59c0e0670050,"{""startTime"":1690225633987,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690225067464,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690224820029,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":15094,""label"":""tour_next"",""step"":5},{""time"":32907,""label"":""tour_back"",""step"":5},{""time"":41590,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4619,""week"":""1"",""id"":""chart""},{""time"":48456,""label"":""tour_next"",""step"":5},{""time"":54574,""label"":""cleared_brush"",""using"":""Click""},{""time"":55410,""label"":""cleared_brush"",""using"":""Click""},{""time"":56718,""label"":""cleared_brush"",""using"":""Click""},{""time"":62893,""label"":""started_brush"",""startDate"":""2021-09-16"",""endDate"":""2022-01-05""},{""time"":63787,""label"":""tour_next"",""step"":5},{""time"":70641,""label"":""moved_brush"",""startDate"":""2021-08-16"",""endDate"":""2021-12-05""},{""time"":74778,""label"":""moved_brush"",""startDate"":""2021-05-06"",""endDate"":""2021-08-25""},{""time"":76799,""label"":""cleared_brush"",""using"":""Click""},{""time"":77513,""label"":""tour_next"",""step"":5},{""time"":83354,""label"":""cleared_brush"",""using"":""Click""},{""time"":83355,""label"":""cleared_brush"",""using"":""Escape""},{""time"":85827,""label"":""tour_next"",""step"":5},{""time"":90130,""label"":""tour_end"",""step"":5},{""time"":92658,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":57321,""week"":""1"",""id"":""chart""},{""label"":""window_blurred"",""time"":151961},{""label"":""window_focused"",""time"":180328}]}","{""startTime"":1690225051849,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":10590,""label"":""cleared_brush"",""using"":""Click""},{""time"":12501,""label"":""moved_brush"",""startDate"":""2021-10-07"",""endDate"":""2021-12-18""},{""time"":15277,""label"":""moved_brush"",""startDate"":""2021-11-20"",""endDate"":""2022-01-31""}]}",1,complex,bar -2023-07-24 14:45:45,2023-07-24 15:12:11,0,71.176.66.84,100,1586,1,2023-07-24 15:12:12,R_3NX7WVuI6DGCk0W,,,,,43.0391,-76.1277,anonymous,EN,1,2.504,2.504,3.739,1,1,1,2,2.538,4.7,7.645,2,0,0,15.104,0,88,90,63,20.38,23.926,25.836,3,10.623,65.752,67.401,11,1,1,40.089,99.573,103.937,3,-1,-1,6.034,64.126,65.129,7,1,17.232,69.54,81.912,3,0,0,15.106,0,6,5,2,5,6,6,,23.045,31.52,35.194,6,5,5,6,6,6,7,The information seemed accurate and visually appealing.,3.305,51.572,68.151,15,4,,3.555,4.322,6.673,2,2,7,3,4,1,5,6,0,0,27.422,0,4,4,5,7,5,5,10,6,,292.804,315.689,319.647,9,2,1,4,4,2,2,5.683,29.87,39.376,9,4,2,2.492,6.5,9.393,2,2,1962,California,7,1,1,,7,,,9,5,1,nxmurmur@gmail.com,1.491,121.061,134.841,18,5dae25fc2e361800135fbd02,"{""startTime"":1690225000588,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690225036260,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":19080},{""label"":""window_focused"",""time"":21046},{""label"":""window_blurred"",""time"":21647},{""label"":""window_focused"",""time"":22941},{""label"":""window_blurred"",""time"":23886},{""label"":""window_focused"",""time"":24517}]}","{""startTime"":1690224834354,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":10615,""label"":""tour_next"",""step"":5},{""time"":32450,""label"":""cleared_brush"",""using"":""click""},{""time"":33593,""label"":""cleared_brush"",""using"":""click""},{""time"":35294,""label"":""started_brush"",""startDate"":""2021-08-02"",""endDate"":""2021-10-29""},{""time"":36054,""label"":""tour_next"",""step"":5},{""time"":45316,""label"":""moved_brush"",""startDate"":""2021-11-05"",""endDate"":""2022-02-01""},{""time"":46249,""label"":""tour_next"",""step"":5},{""time"":53134,""label"":""moved_brush"",""startDate"":""2021-11-17"",""endDate"":""2022-02-13""},{""time"":60416,""label"":""moved_brush"",""startDate"":""2021-11-17"",""endDate"":""2022-02-13""},{""time"":62414,""label"":""cleared_brush"",""using"":""click""},{""time"":63805,""label"":""tour_next"",""step"":5},{""time"":65744,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690224984931,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line -2023-07-24 15:01:23,2023-07-24 15:12:31,0,174.210.1.110,100,668,1,2023-07-24 15:12:32,R_2S6P0svcMzLnSFd,,,,,38.6961,-90.2544,anonymous,EN,1,5.085,5.085,6.573,1,1,3,2,1.886,3.977,7.386,2,0,0,15.016,0,64,64,37,9.252,21.739,23.113,5,36.972,100.761,112.276,16,-2,-2,31.499,48.902,50.435,2,1,1,40.325,52.83,54.217,2,-3,19.27,33.822,40.535,2,0,0,15.111,0,5,2,5,6,6,6,Thank you for all your hard work!,13.838,42.829,48.241,9,6,6,6,7,6,6,It relies upon factual data (presumably).,2.353,23.172,25.355,3,6,Thank you for all your hard work!,3.634,7.828,15.286,4,2,7,3,4,1,5,6,0,0,18.546,0,1,3,6,8,7,6,9,9,Thank you for all your hard work!,4.65,25.225,29.988,12,4,4,2,1,4,4,21.712,44.71,45.776,6,1,1,4.078,9.863,10.936,2,1,1982,Missouri,7,3,1,,7,,,3,4,1,JamesWNokesBeerMoney@gmail.com,1.695,48.904,58.508,14,63d15d3dd6cacf7e94f8c0b1,"{""startTime"":1690225603557,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690225553574,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690225384038,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":3599,""label"":""hovered"",""timeHovered"":1101,""week"":""2021-12-13""},{""time"":16800,""label"":""hovered"",""timeHovered"":1065,""week"":""2021-05-24""},{""time"":34083,""label"":""hovered"",""timeHovered"":1299,""week"":""2022-01-10""},{""time"":36966,""label"":""tour_next"",""step"":5},{""time"":51685,""label"":""started_brush"",""startDate"":""2021-05-28"",""endDate"":""2021-06-04""},{""time"":54023,""label"":""cleared_brush"",""using"":""click""},{""time"":59667,""label"":""started_brush"",""startDate"":""2021-07-11"",""endDate"":""2021-11-21""},{""time"":59962,""label"":""moved_brush"",""startDate"":""2021-07-11"",""endDate"":""2021-11-21""},{""time"":60580,""label"":""cleared_brush"",""using"":""click""},{""time"":62965,""label"":""started_brush"",""startDate"":""2021-12-01"",""endDate"":""2022-01-10""},{""time"":63433,""label"":""cleared_brush"",""using"":""click""},{""time"":64704,""label"":""tour_next"",""step"":5},{""time"":68501,""label"":""started_brush"",""startDate"":""2021-06-23"",""endDate"":""2021-10-15""},{""time"":71858,""label"":""started_brush"",""startDate"":""2021-05-27"",""endDate"":""2021-06-18""},{""time"":72353,""label"":""cleared_brush"",""using"":""click""},{""time"":78433,""label"":""started_brush"",""startDate"":""2022-01-05"",""endDate"":""2022-02-13""},{""time"":79406,""label"":""cleared_brush"",""using"":""click""},{""time"":82147,""label"":""started_brush"",""startDate"":""2021-05-08"",""endDate"":""2021-06-02""},{""time"":83411,""label"":""moved_brush"",""startDate"":""2021-05-08"",""endDate"":""2021-06-02""},{""time"":84478,""label"":""tour_next"",""step"":5},{""time"":89222,""label"":""moved_brush"",""startDate"":""2021-05-08"",""endDate"":""2021-06-02""},{""time"":90680,""label"":""cleared_brush"",""using"":""click""},{""time"":90682,""label"":""cleared_brush"",""using"":""Escape""},{""time"":91919,""label"":""tour_next"",""step"":5},{""time"":96634,""label"":""tour_end"",""step"":5},{""time"":103345,""label"":""started_brush"",""startDate"":""2021-04-14"",""endDate"":""2021-05-06""},{""time"":105040,""label"":""moved_brush"",""startDate"":""2021-04-14"",""endDate"":""2021-05-06""},{""time"":111282,""label"":""moved_brush"",""startDate"":""2021-10-11"",""endDate"":""2021-11-02""}]}","{""startTime"":1690225537933,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":7789,""label"":""hovered"",""timeHovered"":2341,""week"":""2021-05-31""}]}",1,complex,line -2023-07-24 15:00:16,2023-07-24 15:13:07,0,70.184.179.208,100,770,1,2023-07-24 15:13:07,R_25TmJ0WtMKXgtRT,,,,,36.8692,-76.2951,anonymous,EN,1,19.541,19.541,21.001,1,1,3,1,8.393,48.148,49.69,2,0,0,15.111,0,70,75,53,47.451,68.317,70.135,3,12.21,19.137,22.053,2,-2,1,39.498,106.477,108.757,2,-3,-3,30.702,54.635,56.575,2,1,37.677,37.677,39.623,1,0,0,15.115,0,5,4,5,5,6,5,,11.206,33.684,35.935,7,3,5,4,3,3,4,I don't feel like I have enough information to determine if it is trustworthy,4.163,57.979,65.233,8,5,,5.494,10.58,13.184,5,2,7,3,4,1,5,6,0,0,21.03,0,2,5,7,7,3,5,9,9,,9.241,36.292,38.995,8,2,2,3,4,3,2,11.244,30.254,31.687,7,2,2,2.832,10.429,13.452,2,2,1971,Florida,7,1,1,,7,,,10,4,1,6452a769e4c781f0fce9126d@email.prolific.co,2.016,78.164,91.468,12,6452a769e4c781f0fce9126d,"{""startTime"":1690225534469,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690225571330,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690225386483,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":26,""label"":""tour_started""},{""time"":5952,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1987,""week"":""1"",""id"":""chart""},{""time"":8007,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1549,""week"":""52"",""id"":""chart""},{""time"":12198,""label"":""tour_next"",""step"":2},{""time"":19124,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690225518606,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":8096,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2152,""week"":""52"",""id"":""chart2""},{""time"":10316,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1631,""week"":""51"",""id"":""chart2""},{""time"":12084,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1165,""week"":""50"",""id"":""chart2""}]}",1,simple,bar -2023-07-24 14:44:00,2023-07-24 15:13:13,0,76.155.95.223,100,1752,1,2023-07-24 15:13:13,R_3CZ9QDNKkW3IsgK,,,,,39.7128,-105.0953,anonymous,EN,1,195.777,195.777,199.196,1,1,4,2,4.071,10.816,13.072,2,0,0,15.012,0,100,100,44,35.474,65.658,68.368,9,38.633,74.491,92.292,2,1,1,89.802,172.94,186.195,4,-3,1,116.24,211.667,214.288,4,1,29.83,91.681,93.597,2,0,0,15.013,0,6,6,7,7,7,7,The previous page bubble question was confusing. I have know idea what I was answering about.,8.609,93.131,153.457,11,6,7,7,7,7,7,It is from a trusted source. I trust the data.,10.105,157.99,160.429,4,5,,13.381,13.381,32.721,1,2,7,3,4,1,5,6,0,0,69.901,0,4,7,9,8,3,4,10,9,,19.009,48.148,52.254,8,4,5,1,1,5,5,18.534,57.905,59.657,6,3,1,18.455,29.012,41.895,3,2,1965,Colorado,6,2,1,,7,,,9,2,1,mfayefox@gmail.com,9.354,164.559,169.666,14,622a4950fe920c5a243b8b8c,"{""startTime"":1690225121782,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":6846,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2267,""week"":""46"",""id"":""chart""}]}","{""startTime"":1690224916702,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690224593535,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":26514,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":9719,""week"":""51"",""id"":""chart""},{""time"":38628,""label"":""tour_next"",""step"":2},{""time"":74485,""label"":""tour_end"",""step"":2},{""time"":79846,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4849,""week"":""15"",""id"":""chart""},{""time"":85254,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1150,""week"":""36"",""id"":""chart""}]}","{""startTime"":1690224901217,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":9835,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3073,""week"":""48"",""id"":""chart""}]}",1,moderate,bar -2023-07-24 15:04:40,2023-07-24 15:13:20,0,184.60.33.83,100,520,1,2023-07-24 15:13:21,R_z1LGEd0xR5h2EMx,,,,,44.0944,-121.2863,anonymous,EN,1,5.099,5.704,7.107,2,1,4,2,3.609,5.502,7.077,2,0,0,15.025,0,78,100,58,17.797,30.765,33.804,4,20.761,26.012,36.822,2,1,-2,20.38,30.38,32.434,2,1,1,35.145,47.464,49.807,3,1,14.914,14.914,26.15,1,0,0,15.125,0,5,3,6,7,2,6,,9.214,40.419,47.206,11,5,7,6,4,6,6,"This visualization seems to be an accurate reporting, though it does not include a source to back it up.",2.168,35.132,46.022,3,4,,3.328,4.285,6.973,3,2,7,3,4,1,5,6,0,0,15.912,0,2,5,2,7,6,4,10,9,,4.876,26.335,29.878,9,4,3,2,3,4,3,4.024,28.292,30.583,8,1,2,2.208,6.183,8.971,2,3,1993,Oregon,3,1,1,,7,,,4,4,1,63d82b0ef18b425db684c7e5@email.prolific.co,3.369,48.179,52.32,13,63d82b0ef18b425db684c7e5,"{""startTime"":1690225721359,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690225650733,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690225562539,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":30,""label"":""tour_started""},{""time"":7989,""label"":""hovered"",""timeHovered"":1307,""week"":""2021-12-20""},{""time"":10486,""label"":""hovered"",""timeHovered"":2540,""week"":""2022-01-24""},{""time"":20721,""label"":""tour_next"",""step"":2},{""time"":25971,""label"":""tour_end"",""step"":2},{""time"":15395,""label"":""hovered"",""timeHovered"":11344,""week"":""2022-02-07""},{""label"":""window_blurred"",""time"":35075},{""label"":""window_focused"",""time"":35251}]}","{""startTime"":1690225634011,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7779,""label"":""hovered"",""timeHovered"":2082,""week"":""2022-01-03""},{""time"":11732,""label"":""hovered"",""timeHovered"":2659,""week"":""2022-01-03""}]}",1,simple,line -2023-07-24 15:00:07,2023-07-24 15:13:27,0,108.211.159.34,100,799,1,2023-07-24 15:13:28,R_2b2GgqoW0DWtJgT,,,,,38.8025,-90.3448,anonymous,EN,1,4.814,7.882,8.974,2,1,1,1,5.561,7.05,7.859,2,4.597,10.986,15.007,5,76,83,61,8.221,20.925,21.985,5,18.216,25.278,30.159,2,1,1,16.839,37.31,54.035,2,-2,1,31.074,53.389,55.064,2,-3,143.913,282.62,283.833,16,0,0,15.009,0,6,2,6,6,7,6,,7.916,31.454,33.383,7,5,7,7,2,5,6,Scientific data outside of the visualization would lead me to believe that the data presented is more believable than not.,0.913,43.473,46.545,5,2,,3.299,4.694,6.624,2,2,7,3,4,1,5,6,0,0,18.492,0,1,1,5,3,1,2,9,8,,3.299,19.736,21.103,10,2,3,1,2,4,4,3.832,61.013,61.666,10,3,2,3.439,11.112,12.326,2,1,1992,Missouri,6,2,1,,3,,,13,4,1,581ed572115ee9000179b44d@email.prolific.co,1.865,50.872,52.792,15,581ed572115ee9000179b44d,"{""startTime"":1690225453266,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690225371751,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":7979},{""label"":""window_focused"",""time"":10474}]}","{""startTime"":1690225270183,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":18209,""label"":""tour_next"",""step"":2},{""time"":25272,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690225356254,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":4710,""label"":""hovered"",""timeHovered"":4147,""week"":""2022-01-10""},{""time"":11698,""label"":""hovered"",""timeHovered"":1137,""week"":""2022-01-03""}]}",1,moderate,line -2023-07-24 15:03:23,2023-07-24 15:13:36,0,73.157.201.2,100,613,1,2023-07-24 15:13:36,R_TbzG3NB7Cb5M8Jb,,,,,44.0683,-123.0763,anonymous,EN,1,12.075,12.075,13.353,1,1,2,1,2.203,3.965,6.416,3,0,0,15.011,0,100,76,51,8.616,15.221,17.814,4,28.128,99.507,116.599,10,1,-2,13.587,33.86,36.899,4,-2,-1,19.113,31.993,33.142,3,1,37.775,40.35,42.812,3,0,0,15.012,0,7,4,7,5,7,7,,12.782,28.614,32.401,8,7,7,7,6,3,5,I trust is completely but I don't trust my or other peoples ability to understand it,4.265,64.214,65.163,13,4,,5.022,5.622,7.839,2,2,7,3,4,1,5,6,2.11,16.166,19.563,2,5,5,3,6,5,1,11,9,,3.67,20.269,23.955,11,2,2,1,5,2,2,3.342,18.016,19.245,7,2,1,1.144,10.259,11.904,5,2,1975,Oregon,3,1,1,,7,,,9,3,1,,1.701,92.007,93.26,36,5d32bdd9f0689e00195ac2db,"{""startTime"":1690225728683,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690225643729,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690225468022,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":4,""label"":""tour_started""},{""time"":15437,""label"":""hovered"",""timeHovered"":1074,""week"":""2021-11-01""},{""time"":19469,""label"":""hovered"",""timeHovered"":2825,""week"":""2022-01-10""},{""time"":28126,""label"":""tour_next"",""step"":5},{""time"":46174,""label"":""started_brush"",""startDate"":""2021-04-15"",""endDate"":""2022-01-05""},{""time"":52149,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-01-01""},{""time"":53049,""label"":""tour_next"",""step"":5},{""time"":59941,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-01-01""},{""time"":60529,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-01-01""},{""time"":60924,""label"":""moved_brush"",""startDate"":""2021-04-30"",""endDate"":""2022-01-21""},{""time"":63757,""label"":""moved_brush"",""startDate"":""2021-05-23"",""endDate"":""2022-02-13""},{""time"":66495,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-01-01""},{""time"":67348,""label"":""moved_brush"",""startDate"":""2021-04-26"",""endDate"":""2022-01-16""},{""time"":68706,""label"":""tour_next"",""step"":5},{""time"":74660,""label"":""moved_brush"",""startDate"":""2021-05-23"",""endDate"":""2022-02-13""},{""time"":76199,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-01-01""},{""time"":82659,""label"":""moved_brush"",""startDate"":""2021-04-27"",""endDate"":""2022-01-17""},{""time"":91175,""label"":""cleared_brush"",""using"":""click""},{""time"":91178,""label"":""cleared_brush"",""using"":""Escape""},{""time"":93739,""label"":""started_brush"",""startDate"":""2021-07-03"",""endDate"":""2021-08-05""},{""time"":94148,""label"":""moved_brush"",""startDate"":""2021-07-03"",""endDate"":""2021-08-05""},{""time"":95265,""label"":""tour_next"",""step"":5},{""time"":99505,""label"":""tour_end"",""step"":5},{""time"":109714,""label"":""moved_brush"",""startDate"":""2021-07-03"",""endDate"":""2022-01-14""},{""time"":111652,""label"":""moved_brush"",""startDate"":""2021-08-01"",""endDate"":""2022-02-13""},{""time"":114620,""label"":""moved_brush"",""startDate"":""2021-11-10"",""endDate"":""2022-02-13""}]}","{""startTime"":1690225628188,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line -2023-07-24 14:56:35,2023-07-24 15:13:39,0,68.13.255.2,100,1023,1,2023-07-24 15:13:40,R_3NwhHOV9PtEKuMR,,,,,36.053,-95.7336,anonymous,EN,1,219.098,219.098,220.27,1,1,3,1,1.822,3.623,4.643,2,0,0,15.109,0,50,86,50,17.941,48.909,50.797,4,22.016,83.46,126.937,5,-2,1,41.202,61.432,62.764,3,-3,-3,42.891,69.095,70.697,2,-3,51.822,51.822,53.27,1,0,0,15.008,0,4,5,4,6,6,4,,10.192,25.536,27.736,6,5,5,4,2,4,4,Getting information on the internet is not always 100% trustworthy.,4.289,4.289,62.212,1,4,,6.34,6.34,11.168,1,2,7,3,4,1,5,6,0,0,18.44,0,4,5,3,3,1,3,6,7,,7.652,21.627,23.752,8,2,2,1,4,3,2,10.514,25.297,31.236,6,2,1,7.956,14.668,18.018,2,2,2000,Oklahoma,2,1,1,,7,,,12,4,2,,4.484,120.354,121.551,11,610038371297afd6f2db9323,"{""startTime"":1690225621914,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690225493140,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690225296610,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":22013,""label"":""tour_next"",""step"":5},{""time"":43546,""label"":""cleared_brush"",""using"":""Click""},{""time"":46592,""label"":""started_brush"",""startDate"":""2021-11-29"",""endDate"":""2022-01-01""},{""time"":49847,""label"":""tour_next"",""step"":5},{""time"":60813,""label"":""moved_brush"",""startDate"":""2021-11-30"",""endDate"":""2022-01-02""},{""time"":62630,""label"":""tour_next"",""step"":5},{""time"":70575,""label"":""cleared_brush"",""using"":""Click""},{""time"":70575,""label"":""cleared_brush"",""using"":""Escape""},{""time"":72946,""label"":""tour_next"",""step"":5},{""time"":83457,""label"":""tour_end"",""step"":5},{""time"":92923,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-05-02""},{""time"":125248,""label"":""moved_brush"",""startDate"":""2022-01-10"",""endDate"":""2022-02-07""}]}","{""startTime"":1690225477698,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar -2023-07-24 14:55:23,2023-07-24 15:14:11,0,97.100.45.148,100,1128,1,2023-07-24 15:14:12,R_27UNzvUhuVxGxy9,,,,,28.6623,-81.4136,anonymous,EN,1,14.637,14.637,15.676,1,1,2,2,6.462,12.905,13.886,2,0,0,15.014,0,84,100,83,49.252,59.602,63.381,3,25.767,96.824,149.845,3,-2,1,49.562,75.985,80.787,2,-3,-3,65.811,129.862,130.735,4,1,43.86,43.86,45.146,1,0,0,15.121,0,6,6,6,4,4,6,It was more about how the orange unvaccinated is above the vaccinated bar making it unclear for me how many caught covid. I would put the bar colors separate somehow. Or make the orange bar include the blue part as well as its own area.,14.131,111.401,113.553,12,5,4,3,4,4,5,I trust it but I dont trust the understanding of the blue bar being with the orange bar. It makes me feel there was more unvaccinated that caught covid.,1.787,95.952,97.775,4,4,unfortunately not everyone can be trusted in an age where people make careers off lying to others.,7.903,12.956,45.402,2,2,7,3,4,1,5,6,0,0,24.301,0,3,6,3,5,6,4,10,8,people that have the actual degree and worked all their lives studying something should be more trusted.,11.602,49.912,94.115,11,4,4,1,1,4,5,12.417,36.658,38.565,6,1,2,5.368,17.361,19.421,2,1,1971,Florida,3,3,1,,7,,,8,4,1,scottferry37@gmail.com,4.283,79.717,87.356,16,6429d2a209001f0ed092be98,"{""startTime"":1690225594750,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690225349116,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":25,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3082,""week"":""2"",""id"":""chart""},{""time"":4214,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1435,""week"":""51"",""id"":""chart""},{""time"":9097,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2637,""week"":""51"",""id"":""chart""}]}","{""startTime"":1690225051294,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":32559,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6410,""week"":""36"",""id"":""chart""},{""time"":40117,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5229,""week"":""52"",""id"":""chart""},{""time"":50391,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2681,""week"":""17"",""id"":""chart""},{""time"":54271,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":15134,""week"":""27"",""id"":""chart""},{""time"":73702,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":9123,""week"":""52"",""id"":""chart""},{""time"":85274,""label"":""tour_next"",""step"":2},{""time"":96817,""label"":""tour_end"",""step"":2},{""time"":99848,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1444,""week"":""1"",""id"":""chart""},{""time"":102302,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3314,""week"":""14"",""id"":""chart""},{""time"":106209,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2524,""week"":""31"",""id"":""chart""},{""time"":109595,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1570,""week"":""33"",""id"":""chart""},{""time"":112853,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2842,""week"":""49"",""id"":""chart""},{""time"":118329,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1056,""week"":""50"",""id"":""chart""},{""time"":119730,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":18342,""week"":""52"",""id"":""chart""},{""time"":138629,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1368,""week"":""41"",""id"":""chart""},{""time"":144151,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1612,""week"":""31"",""id"":""chart""}]}","{""startTime"":1690225333372,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar -2023-07-24 14:48:16,2023-07-24 15:14:26,0,98.243.93.22,100,1569,1,2023-07-24 15:14:27,R_xinHvEiVzTFg3Jv,,,,,42.5353,-83.7768,anonymous,EN,1,103.666,103.666,105.713,1,1,4,1,15.511,17.937,19.208,2,0,0,15.111,0,7,91,50,30.176,40.253,43.853,3,20.262,64.271,68.47,4,1,1,22.696,68.649,70.037,3,1,-3,71.785,113.825,116.068,4,-2,71.957,71.957,73.854,1,0,0,15.121,0,1,1,1,7,4,1,,17.625,55.805,63.15,6,1,7,4,1,1,1,"I know for a fact that more people that you are indicating in this ""visualization"" ended up having COVID during all of these time periods. Every vaccinated person I know has had COVID, so your ""findings"" don't make sense to me.",4.831,214.543,219.751,11,6,I believe your data is very flawed. Every single vaccinated person I know has had COVID and had COVID during the time period you have concentrated your questions on.,7.347,18.918,130.329,8,2,7,3,4,1,5,6,0,0,44.033,0,2,2,10,6,3,9,6,11,,7.547,42.435,45.62,8,3,4,1,1,4,4,34.237,70.485,72.696,8,5,1,63.82,71.772,73.745,2,2,1956,Michigan,4,2,1,,7,,,9,1,2,,40.031,103.611,110.18,13,5ddc44d65a40f2bb49218200,"{""startTime"":1690225348793,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690225096403,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690224894233,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":17,""label"":""tour_started""},{""time"":23923,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1498,""week"":""52"",""id"":""chart""},{""time"":26139,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4353,""week"":""52"",""id"":""chart""},{""time"":30572,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3666,""week"":""1"",""id"":""chart""},{""time"":34788,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":9466,""week"":""2"",""id"":""chart""},{""time"":44689,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3666,""week"":""3"",""id"":""chart""},{""time"":49557,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7632,""week"":""6"",""id"":""chart""},{""time"":59962,""label"":""tour_next"",""step"":2},{""time"":64265,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690225080004,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":5882,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2940,""week"":""2"",""id"":""chart""}]}",1,moderate,bar -2023-07-24 14:54:33,2023-07-24 15:14:28,0,47.230.81.130,100,1195,1,2023-07-24 15:14:29,R_vkT4GSP8vPXQakh,,,,,40.7123,-74.0068,anonymous,EN,1,2.759,2.759,3.648,1,1,3,1,2.552,4.418,6.536,2,0,0,15.007,0,93,100,28,25.691,36.335,37.806,8,4.236,23.758,48.502,3,1,1,67.63,180.302,181.832,8,1,-3,221.249,307.922,311.81,4,-3,68.03,68.03,69.71,1,2.64,3.543,15.116,2,7,6,1,7,7,7,,178.502,188.943,190.891,7,7,7,7,7,7,7,"it seems accurate, its not verified but nothing about it is unbelievable",1.201,47.124,49.767,17,3,,17.346,20.298,21.508,6,2,7,3,4,1,5,6,10.49,10.818,19.451,2,2,2,4,2,4,6,11,8,,5.123,14.407,15.865,8,3,2,4,4,4,3,2.456,48.224,49.145,16,1,1,1.678,7.966,9.479,3,2,1999,New York,5,1,1,,7,,,1,4,1,reillygillen@yahoo.com,1.24,66.595,76.149,26,60fdc74a770dd16724c85634,"{""startTime"":1690225196846,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":30,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":166942,""week"":""51"",""id"":""chart""}]}","{""startTime"":1690225388876,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690224949392,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":20,""label"":""tour_started""},{""time"":9634,""label"":""tour_next"",""step"":2},{""time"":23738,""label"":""tour_end"",""step"":2},{""time"":24964,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":10586,""week"":""52"",""id"":""chart2""}]}","{""startTime"":1690225180988,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar -2023-07-24 15:08:08,2023-07-24 15:15:02,0,71.205.139.122,100,414,1,2023-07-24 15:15:03,R_2RQgrSASl9d0Mv5,,,,,40.4102,-104.7584,anonymous,EN,1,0.689,2.714,3.571,4,2,,1,1.402,1.402,1.993,1,2.48,13.23,15.019,2,100,88,73,6.964,16.377,16.801,12,2.905,11.102,11.78,6,-2,1,2.278,49.058,49.773,18,1,-3,1.176,55.621,56.483,17,1,2.295,21.199,21.754,12,1.07,1.71,15.115,2,6,6,5,7,6,6,,2.133,15.383,16.133,13,6,6,6,2,6,5,"I think that there could be more information put into the visualization ",9.86,30.382,35.753,2,2,,10.52,11.259,11.906,2,2,7,3,4,1,5,6,4.839,18.182,18.719,2,7,6,6,6,5,7,8,10,,2.695,14.742,15.865,12,4,4,2,2,4,3,5.275,15.501,16.511,11,3,2,8.169,14.406,20.571,5,2,1993,Colorado,4,2,1,,9,,Greeley,9,2,1,sadiegayle2012@gmail.com,2.368,47.787,48.308,38,5deb3c192235ad24f4a21826,"{""startTime"":1690225820563,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690225837391,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690225735551,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":60,""label"":""tour_started""},{""time"":6199,""label"":""tour_next"",""step"":2},{""time"":8567,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690225804898,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar -2023-07-24 15:02:00,2023-07-24 15:15:15,0,71.192.95.81,100,794,1,2023-07-24 15:15:16,R_1mkN2y43Aju12Uz,,,,,41.6614,-70.2363,anonymous,EN,1,1.902,1.902,2.633,1,2,,1,1.056,1.731,3.008,2,0,0,15.005,0,50,100,77,2.908,29.776,33.87,11,6.608,9.112,15.941,3,-2,1,12.347,96.559,98.05,21,1,1,4.021,130.184,130.436,16,1,5.679,36.404,37.446,9,3.875,4.131,15.106,2,4,4,3,6,6,3,The previous screen had some blank questions,7.216,45.468,71.271,12,4,5,3,2,3,3,I don't know the process behind how the data was gathered,2.246,66.187,69.602,11,3,,2.605,7.139,9.445,4,2,7,3,4,1,5,6,10.029,10.352,26.368,2,1,1,4,4,1,3,1,4,,4.799,39.929,40.886,22,4,4,2,2,4,4,3.887,79.423,94.239,23,6,3,2.339,14.235,16.5,6,1,1995,Massachusetts,6,2,1,,7,,,3,1,2,,3.306,43.573,44.928,20,63387c9062aa152eb6651c78,"{""startTime"":1690225671311,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690225585335,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690225390543,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":6605,""label"":""tour_next"",""step"":2},{""time"":8916,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690225537746,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar -2023-07-24 15:06:55,2023-07-24 15:15:48,0,45.46.3.101,100,532,1,2023-07-24 15:15:49,R_2akpqvz1rHenKwP,,,,,42.635,-79.0455,anonymous,EN,1,11.251,11.251,11.927,1,1,2,1,1.367,4.5,5.189,2,0.925,5.686,15.113,3,88,60,81,5.947,10.714,11.936,3,9.599,12.466,14.571,3,1,-2,12.648,55.666,56.477,4,1,1,27.7,61.331,62.487,6,-1,33.32,72.817,73.033,3,0,0,15.011,0,6,5,6,6,7,7,,8.573,16.303,17.308,6,6,5,6,3,5,7,It was made by the CDC,29.449,112.988,113.301,15,5,None,2.851,6.078,7.837,6,2,7,3,4,1,5,6,0,0,6.905,0,5,9,10,7,9,6,8,10,None,3.498,16.179,17.927,9,4,3,2,2,3,3,19.709,31.006,31.66,7,3,4,1.323,8.844,10.13,2,1,2002,New York,3,2,1,,7,,,9,4,2,,1.182,29.994,30.65,13,63e8326b8d067b28655586fb,"{""startTime"":1690225764224,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_focused"",""time"":4492}]}","{""startTime"":1690225782235,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690225670606,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":4,""label"":""tour_started""},{""time"":10593,""label"":""tour_next"",""step"":2},{""time"":12460,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690225748653,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":12761}]}",1,moderate,line -2023-07-24 15:05:47,2023-07-24 15:16:02,0,104.8.117.67,100,615,1,2023-07-24 15:16:02,R_3OokqskL7E6Td8H,,,,,32.5845,-97.3741,anonymous,EN,1,10.918,10.918,11.867,1,1,3,2,1.608,3.304,4.302,2,0,0,15.015,0,72,100,82,14.079,19.362,24.244,3,37.523,69.983,70.58,5,1,1,22.103,44.965,46.825,2,-1,1,65.487,81.442,87.875,2,1,33.44,33.44,34.552,1,0,0,15.009,0,5,6,6,7,7,5,,18.823,33.098,34.683,7,4,7,5,3,3,6,"The visualization was from a reputable source, and the data seemed to align with what I believe the data would look like.",3.905,3.905,57.02,1,3,,4.642,4.642,7.097,1,2,7,3,4,1,5,6,0,0,21.154,0,5,4,4,6,2,6,9,8,,5.487,21.279,22.689,8,2,5,1,1,5,4,7.12,34.281,35.076,6,3,1,5.756,10.332,14.631,2,2,1999,Texas,4,3,1,,3,,,17,3,2,,2.628,47.911,50.841,14,5ed5afc6e8229914710ada06,"{""startTime"":1690225753266,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690225788579,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690225618664,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":8979,""label"":""hovered"",""timeHovered"":8915,""week"":""2021-12-27""},{""time"":18829,""label"":""hovered"",""timeHovered"":1232,""week"":""2022-01-10""},{""time"":20063,""label"":""hovered"",""timeHovered"":1566,""week"":""2022-01-10""},{""time"":23896,""label"":""hovered"",""timeHovered"":1449,""week"":""2022-01-10""},{""time"":28732,""label"":""hovered"",""timeHovered"":1702,""week"":""2021-08-16""},{""time"":37784,""label"":""tour_next"",""step"":2},{""time"":45002,""label"":""tour_end"",""step"":2},{""time"":48899,""label"":""hovered"",""timeHovered"":1657,""week"":""2021-08-16""},{""time"":53124,""label"":""hovered"",""timeHovered"":2010,""week"":""2022-01-31""},{""time"":61331,""label"":""hovered"",""timeHovered"":1805,""week"":""2022-01-03""}]}","{""startTime"":1690225737307,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":9685,""label"":""hovered"",""timeHovered"":2547,""week"":""2021-08-16""}]}",1,simple,line -2023-07-24 15:07:16,2023-07-24 15:16:11,0,75.8.74.35,100,534,1,2023-07-24 15:16:11,R_PYAzVRWcr6WYAdb,,,,,35.7704,-78.6293,anonymous,EN,1,4.289,5.187,7.009,2,1,2,1,1.395,2.824,4.031,2,2.323,13.443,15.108,5,100,100,85,1.257,10.756,11.428,8,6.357,18.11,19.276,2,1,-3,1.562,48.113,49.97,19,-3,-3,6.435,67.451,68.364,17,-3,3.07,38.11,39.032,6,2.159,11.005,15.006,4,7,6,7,7,7,7,,1.515,15.022,16.984,9,6,7,6,6,4,7,Assuming the source is actually the CDC I generally believe they have accurate and trustworthy data.,1.533,1.533,42.865,1,5,"Unsure if it was an attention check or an actual problem, but on the page with the written response there were 3 sample questions with random filler text.",4.305,5.982,36.119,2,2,7,3,4,1,5,6,17.244,17.975,20.395,2,4,4,4,7,6,4,10,9,,3.951,24.17,24.923,15,3,3,3,3,4,3,4.448,40.989,42.485,11,1,1,3.734,9.944,11.694,4,1,1992,North Carolina,5,1,1,,7,,,16,4,2,,2.287,65.895,67.138,62,5fff70ac22e2ad0995d0d45b,"{""startTime"":1690225768158,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690225785653,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690225682243,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":6350,""label"":""tour_next"",""step"":2},{""time"":18103,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690225752671,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":6338,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2458,""week"":""52"",""id"":""chart""}]}",1,simple,bar -2023-07-24 15:01:56,2023-07-24 15:16:31,0,73.249.121.176,100,875,1,2023-07-24 15:16:32,R_31TWXTuCS5FyqUW,,,,,42.364,-71.0265,anonymous,EN,1,43.112,43.112,44.474,1,1,1,2,6.008,8.801,10.429,2,0,0,15.021,0,78,13,26,18.764,24.9,27.901,3,29.647,53.876,56.339,5,-2,-3,22.469,72.803,75.591,3,1,-3,43.165,73.562,75.866,2,-1,39.968,39.968,42.4,1,0,0,15.022,0,5,3,3,5,6,3,I do not trust this data. I have lost all confidence in all government sources. I find them to be biased to fit a liberal agenda.,17.511,123.243,128.997,9,2,1,2,2,2,3,I find it very confusing to read and follow,5.076,109.37,110.879,10,2,,7.782,9.675,14.227,2,2,7,3,4,1,5,6,0,0,24.146,0,1,1,1,1,1,1,1,2,,4.893,13.876,17.048,8,2,3,2,3,3,2,13.27,47.159,49.365,6,4,2,12.523,23.598,25.884,2,2,1967,Massachusetts,6,2,1,,7,,,3,2,1,,3.472,55.713,59.371,11,5f7cfe8edd75001c4eb45861,"{""startTime"":1690225744610,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690225597088,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":4348,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1537,""week"":""52"",""id"":""chart2""}]}","{""startTime"":1690225445109,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":35,""label"":""tour_started""},{""time"":9071,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2265,""week"":""14"",""id"":""chart""},{""time"":12425,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1445,""week"":""52"",""id"":""chart""},{""time"":14118,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1366,""week"":""47"",""id"":""chart""},{""time"":16251,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1990,""week"":""52"",""id"":""chart""},{""time"":19217,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6799,""week"":""6"",""id"":""chart""},{""time"":29633,""label"":""tour_next"",""step"":2},{""time"":34639,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1325,""week"":""17"",""id"":""chart2""},{""time"":38651,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1880,""week"":""32"",""id"":""chart2""},{""time"":53862,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690225580174,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":9865,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2736,""week"":""14"",""id"":""chart""},{""time"":13533,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1651,""week"":""52"",""id"":""chart""}]}",1,simple,bar -2023-07-24 14:59:04,2023-07-24 15:16:41,0,35.139.159.26,100,1056,1,2023-07-24 15:16:41,R_XAq5ubJK7pRD2Eh,,,,,28.1412,-82.5931,anonymous,EN,1,49.235,50.034,51.589,2,1,3,2,5.949,25.917,26.792,4,8.59,8.59,15.011,1,95,87,50,23.939,51.668,52.532,6,7.721,43.171,44.843,6,1,-2,10.661,52.331,53.856,9,1,1,23.136,63.437,64.448,7,1,22.469,46.838,47.847,6,8.319,8.319,15.009,1,6,6,6,6,6,6,,6.522,27.564,28.698,9,6,6,6,4,6,6,I agree with the statement because the data/visualization was provided by the CDC.,3.824,141.434,145.201,38,4,"I did not understand the section of the study labeled ""Click to write the question text"" or ""Click to write the statement"". The page may have not loaded correctly.",7.019,64.948,107.303,7,2,7,3,4,1,5,6,12.08,29.895,31.618,3,2,5,6,6,2,5,9,8,,10.17,83.46,84.401,14,3,4,2,2,4,4,48.227,83.802,85.276,10,4,2,12.242,21.529,23.149,4,1,1981,Florida,6,2,1,,7,,,7,3,2,,3.134,107.711,108.764,31,60ec601b8525af507f06373d,"{""startTime"":1690225529275,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690225558659,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690225413823,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":13114,""label"":""hovered"",""timeHovered"":1217,""week"":""2021-11-08""},{""time"":32055,""label"":""tour_next"",""step"":2},{""time"":38821,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690225513622,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":9044,""label"":""hovered"",""timeHovered"":1076,""week"":""2021-08-16""},{""time"":10693,""label"":""hovered"",""timeHovered"":1002,""week"":""2021-05-03""}]}",1,simple,line -2023-07-24 15:09:11,2023-07-24 15:16:51,0,66.143.223.118,100,460,1,2023-07-24 15:16:51,R_3MAQmyh5ad2yZ7x,,,,,30.1294,-95.4238,anonymous,EN,1,3.253,3.253,4.071,1,1,2,2,1.591,3.444,4.663,2,0,0,15.011,0,76,94,50,12.637,21.085,22.469,4,15.542,18.686,21.197,2,1,1,11.335,39.526,40.66,2,1,1,19.886,32.011,33.956,2,-3,30.802,30.802,32.553,1,0,0,15.011,0,6,5,5,7,7,5,,5.255,23.214,25.457,9,5,7,6,1,2,6,"The visualization is true and is represented well. ",1.32,27.38,28.629,5,5,,7.336,7.941,9.333,2,2,7,3,4,1,5,6,0,0,12.107,0,1,1,9,8,1,4,7,9,,3.262,15.176,16.449,8,3,3,3,3,3,3,6.834,14.556,16.735,6,5,2,2.448,9.489,10.796,2,1,1989,Texas,6,3,1,,7,,,8,1,2,,2.078,94.713,98.259,50,5ffd392153021d20d0939515,"{""startTime"":1690225885999,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690225911904,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690225808172,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":4,""label"":""tour_started""},{""time"":1664,""label"":""hovered"",""timeHovered"":1692,""week"":""2021-09-06""},{""time"":4404,""label"":""hovered"",""timeHovered"":9413,""week"":""2022-01-03""},{""time"":15538,""label"":""tour_next"",""step"":2},{""time"":18681,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690225870624,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":1703,""label"":""hovered"",""timeHovered"":2673,""week"":""2022-01-03""},{""time"":5072,""label"":""hovered"",""timeHovered"":1270,""week"":""2022-01-31""},{""time"":6402,""label"":""hovered"",""timeHovered"":4510,""week"":""2022-01-03""},{""time"":12575,""label"":""hovered"",""timeHovered"":1107,""week"":""2022-01-03""}]}",1,simple,line -2023-07-24 15:05:31,2023-07-24 15:17:06,0,67.21.186.71,100,694,1,2023-07-24 15:17:06,R_1jwaGfWqm36aExe,,,,,34.6796,-82.9325,anonymous,EN,1,7.018,7.018,8.306,1,1,2,1,3.071,6.467,8.769,2,0,0,15.112,0,100,100,100,21.697,27.871,29.77,3,13.302,139.23,158.891,11,1,-2,44.524,68.748,72.995,2,1,-2,14.684,17.729,19.865,2,1,41.376,41.376,44.002,1,0,0,15.11,0,4,4,4,7,7,5,,12.265,32.185,34.76,7,7,7,7,1,5,7,"Very well organized ",14.001,24.879,39.465,2,4,,6.547,6.547,9.304,1,2,7,3,4,1,5,6,0,0,44.86,0,1,1,1,1,1,1,11,8,,9.848,22.631,25.448,8,5,5,1,1,5,5,14.338,30.217,32.034,6,1,2,2.235,13.162,15.892,2,1,2000,South Carolina,3,2,1,,7,,,4,4,2,,4.57,65.501,67.765,11,5bdcc0e876d6d50001bc33b9,"{""startTime"":1690225830338,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":1132,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1266,""week"":""52"",""id"":""chart""}]}","{""startTime"":1690225865727,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690225609826,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":49,""label"":""tour_started""},{""time"":401,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1071,""week"":""49"",""id"":""chart""},{""time"":13394,""label"":""tour_next"",""step"":5},{""time"":30856,""label"":""cleared_brush"",""using"":""Click""},{""time"":35237,""label"":""cleared_brush"",""using"":""Click""},{""time"":38110,""label"":""cleared_brush"",""using"":""Click""},{""time"":41282,""label"":""cleared_brush"",""using"":""Click""},{""time"":54323,""label"":""cleared_brush"",""using"":""Click""},{""time"":56340,""label"":""cleared_brush"",""using"":""Click""},{""time"":67944,""label"":""moved_brush"",""startDate"":""2021-10-02"",""endDate"":""2022-02-07""},{""time"":70146,""label"":""moved_brush"",""startDate"":""2021-10-02"",""endDate"":""2022-01-09""},{""time"":72345,""label"":""tour_back"",""step"":5},{""time"":75236,""label"":""tour_next"",""step"":5},{""time"":96645,""label"":""cleared_brush"",""using"":""Click""},{""time"":101691,""label"":""started_brush"",""startDate"":""2021-07-29"",""endDate"":""2021-08-16""},{""time"":104329,""label"":""moved_brush"",""startDate"":""2021-07-29"",""endDate"":""2021-09-02""},{""time"":108593,""label"":""tour_next"",""step"":5},{""time"":115975,""label"":""moved_brush"",""startDate"":""2021-07-29"",""endDate"":""2021-10-01""},{""time"":117537,""label"":""tour_next"",""step"":5},{""time"":127518,""label"":""cleared_brush"",""using"":""Click""},{""time"":127518,""label"":""cleared_brush"",""using"":""Escape""},{""time"":129049,""label"":""tour_next"",""step"":5},{""time"":137133,""label"":""tour_end"",""step"":5},{""time"":143405,""label"":""started_brush"",""startDate"":""2021-04-22"",""endDate"":""2021-05-20""},{""time"":149900,""label"":""started_brush"",""startDate"":""2021-09-30"",""endDate"":""2021-10-29""}]}","{""startTime"":1690225814229,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":8279,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1448,""week"":""1"",""id"":""chart""},{""time"":12046,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1896,""week"":""1"",""id"":""chart""}]}",1,complex,bar -2023-07-24 15:06:59,2023-07-24 15:17:09,0,172.58.81.116,100,609,1,2023-07-24 15:17:09,R_2ANpVrhtZT1BQ6z,,,,,39.7684,-86.158,anonymous,EN,1,4.088,4.088,4.842,1,1,2,2,1.137,3.372,4.155,2,0,0,15.006,0,89,68,41,14.12,23.326,24.608,4,4.628,25.441,27.707,4,1,-2,6.486,38.494,39.26,6,-2,1,11.389,22.502,29.89,2,1,18.785,98.568,99.234,5,0,0,15.011,0,5,5,6,5,4,6,,8.809,30.4,33.9,6,5,5,4,3,5,6,"Well... for one, you mentioned ""assume you trust this visualization"" outside of that, I would also agree to this statement due to the fact it's coming from the CDC.",0.961,0.961,51.07,1,3,,2.813,6.578,7.328,5,2,7,3,4,1,5,6,0,0,11.52,0,3,6,6,5,3,5,8,8,,3.426,20.468,22.601,10,2,3,3,3,2,2,3.748,21.685,21.964,9,3,2,2.46,7.441,8.19,2,1,1989,Minnesota,5,2,1,,7,,,8,4,2,,0.911,41.472,42.695,17,615c777509f34c8977bc45a7,"{""startTime"":1690225845667,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690225762767,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690225679743,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":10263,""label"":""hovered"",""timeHovered"":2567,""week"":""2021-12-27""},{""time"":19106,""label"":""tour_next"",""step"":2},{""time"":22611,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690225747324,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":2150,""label"":""hovered"",""timeHovered"":1149,""week"":""2022-01-03""}]}",1,simple,line -2023-07-24 15:05:01,2023-07-24 15:17:20,0,174.238.55.124,100,739,1,2023-07-24 15:17:21,R_3j26mXjL4WWZO4J,,,,,39.6757,-86.0694,anonymous,EN,1,34.597,34.597,36.007,1,2,,2,1.735,1.735,2.929,1,0,0,15.033,0,50,82,7,2.666,9.174,10.082,4,20.572,24.332,26.979,2,-2,1,57.127,77.57,80.515,2,-3,1,34.356,63.59,65.147,2,1,26.453,26.453,27.838,1,0,0,15.093,0,2,1,1,7,5,1,,10.269,23.967,28.023,8,2,6,2,1,1,1,I don't trust information from the CDC.,1.58,19.565,26.014,4,2,,1.916,1.916,3.684,1,2,7,3,4,1,5,6,0,0,12.346,0,2,3,7,3,1,4,2,4,,3.71,17.574,19.393,9,3,3,4,2,3,4,2.753,66.41,67.185,6,7,2,32.749,40.847,42.031,3,2,1978,Kentucky,3,2,1,,7,,,4,1,1,5e94fc39cc318836529fd876@email.prolific.co,1.838,79.022,83.955,17,5e94fc39cc318836529fd876,"{""startTime"":1690225779587,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690225817283,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":18333},{""label"":""window_focused"",""time"":22289}]}","{""startTime"":1690225664424,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":68,""label"":""tour_started""},{""time"":11224,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2317,""week"":""30"",""id"":""chart""},{""time"":15095,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3646,""week"":""6"",""id"":""chart""},{""time"":20554,""label"":""tour_next"",""step"":2},{""time"":24312,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690225761448,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_focused"",""time"":8169}]}",1,moderate,bar -2023-07-24 15:06:44,2023-07-24 15:18:02,0,98.42.47.90,100,677,1,2023-07-24 15:18:02,R_22sGA9w7UgOluf4,,,,,36.6704,-121.6592,anonymous,EN,1,6.048,8.658,9.384,5,1,3,2,2.224,10.116,10.975,5,1.48,4.982,15.008,2,100,90,54,3.431,31.328,32.231,10,4.28,119.449,120.088,15,1,1,5.367,65.8,67.365,13,1,1,1.506,52.02,52.681,10,1,5.563,52.229,52.54,8,3.956,3.956,15.018,1,7,6,6,7,7,6,,3.265,27.678,28.579,11,6,7,7,4,7,7,"I trust the visualization because it lists its source of the information and has a good chart design. ",2.806,46.211,48.237,5,5,,4.181,5.932,6.571,3,2,7,3,4,1,5,6,10.06,18.061,18.731,3,5,5,2,6,6,3,10,10,,5.801,19.034,19.745,11,3,2,2,2,4,3,8.102,39.871,43.607,10,1,1,2.547,11.745,12.729,8,2,1987,California,3,2,1,,7,,,8,4,1,5ad6d2543660ef00019b8ce9@email.prolific.co,8.163,56.769,60.638,24,5ad6d2543660ef00019b8ce9,"{""startTime"":1690225880975,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690225910335,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690225689901,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":19,""label"":""tour_started""},{""time"":26888,""label"":""tour_next"",""step"":5},{""time"":41588,""label"":""cleared_brush"",""using"":""click""},{""time"":45656,""label"":""started_brush"",""startDate"":""2021-07-08"",""endDate"":""2021-10-08""},{""time"":47519,""label"":""moved_brush"",""startDate"":""2021-07-08"",""endDate"":""2021-10-08""},{""time"":52624,""label"":""moved_brush"",""startDate"":""2021-11-13"",""endDate"":""2022-02-13""},{""time"":53340,""label"":""tour_next"",""step"":5},{""time"":59216,""label"":""moved_brush"",""startDate"":""2021-10-07"",""endDate"":""2022-01-06""},{""time"":62465,""label"":""moved_brush"",""startDate"":""2021-09-29"",""endDate"":""2022-01-06""},{""time"":64331,""label"":""moved_brush"",""startDate"":""2021-05-25"",""endDate"":""2021-09-02""},{""time"":65643,""label"":""tour_next"",""step"":5},{""time"":71468,""label"":""moved_brush"",""startDate"":""2021-05-25"",""endDate"":""2021-09-02""},{""time"":73056,""label"":""cleared_brush"",""using"":""click""},{""time"":73059,""label"":""cleared_brush"",""using"":""Escape""},{""time"":75328,""label"":""tour_next"",""step"":5},{""time"":82112,""label"":""tour_end"",""step"":5},{""time"":90664,""label"":""hovered"",""timeHovered"":1282,""week"":""2021-04-12""},{""time"":93751,""label"":""hovered"",""timeHovered"":1901,""week"":""2021-05-24""},{""time"":103542,""label"":""hovered"",""timeHovered"":1220,""week"":""2022-01-10""},{""time"":104911,""label"":""hovered"",""timeHovered"":1501,""week"":""2022-01-10""},{""time"":116187,""label"":""started_brush"",""startDate"":""2021-05-17"",""endDate"":""2021-08-02""},{""time"":117334,""label"":""moved_brush"",""startDate"":""2021-05-17"",""endDate"":""2021-08-02""},{""time"":118189,""label"":""cleared_brush"",""using"":""click""},{""time"":118199,""label"":""cleared_brush"",""using"":""Escape""}]}","{""startTime"":1690225864956,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line -2023-07-24 15:09:57,2023-07-24 15:18:07,0,144.51.12.38,100,489,1,2023-07-24 15:18:07,R_2xKMPO5IOvxwudH,,,,,39.1541,-76.717,anonymous,EN,1,18.518,18.518,19.259,1,1,2,2,1.474,3.314,5.67,2,11.687,12.788,15.011,2,59,46,73,9.201,15.488,16.602,3,13.505,15.645,18.375,2,1,1,18.854,44.152,44.511,4,1,1,16.393,50.212,54.87,3,-3,24.323,24.323,25.922,1,0,0,15.106,0,4,4,4,4,4,3,,14.061,22.591,24.9,6,4,4,5,1,1,2,When I saw the question of if I trust it I began to doubt its validity. A lot of surveys manufacture data to experiment on people and their reactions.,2.262,74.921,76.15,10,6,,6.701,6.701,8.16,1,2,7,3,4,1,5,6,0,0,18.375,0,1,3,5,5,1,4,6,4,,5.014,17.501,19.735,8,3,2,4,3,2,3,4.835,15.783,17.353,7,4,5,4.385,12.474,13.825,3,1,1993,Texas,3,1,1,,7,,,5,4,2,,1.035,47.294,48.713,11,63260e13957b6901854eed9f,"{""startTime"":1690226055490,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690225960787,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690225869448,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":13490,""label"":""tour_next"",""step"":2},{""time"":15631,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690225944439,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7782,""label"":""hovered"",""timeHovered"":1416,""week"":""2021-08-16""}]}",1,moderate,line -2023-07-24 15:02:38,2023-07-24 15:18:18,0,23.119.115.57,100,940,1,2023-07-24 15:18:19,R_3eemaFoKxsr5MFE,,,,,41.8202,-86.2404,anonymous,EN,1,5.953,10.803,23.617,2,1,3,1,1.767,4.387,8.588,2,0,0,15.112,0,100,100,76,7.241,12.92,13.852,3,31.036,35.018,38.38,2,-2,-2,33.924,82.429,83.195,3,1,-2,5.086,71.4,73.401,3,1,69.093,69.093,70.151,1,0,0,15.015,0,4,4,5,7,6,5,"As someone trained in science and anthropology, I understand there is *always bias, so that informs my first answer. I understand total accuracy is impossible, studies are only as good as the amount, type, and reliability of data as well as the interpretation and bias management. These considerations inform my answers. I trust the scientific method and methodologies but the human factor leaves tremendous room for error. Overall, I would tend to trust this data while remaining critical and keeping an open mind.",14.206,93.487,152.824,9,5,7,5,5,4,5,"Please see my previous answer where I explain this as the answer applies here as well. If there is any confusion feel free to message me for more clarity. Additional: there is an error or something on this page where it looks like the questions were not entered or formatted. I will choose all the middle answers ""asdf""",2.862,98.028,99.142,7,4,I am not sure if this is my last chance to enter info; wondering if you changed the color for vax/unvax later in the questions. If so I may have reversed them as I have some neurodivergence issues that can cause me to transpose.,3.256,85.283,87.261,8,2,7,3,4,1,5,6,0,0,17.82,0,3,3,2,2,4,1,7,5,,6.501,26.057,28.22,10,3,2,2,3,3,3,4.994,26.316,27.481,6,1,1,2.263,7.987,10.463,2,1,1975,Michigan,6,1,1,,8,"European-American (whitish skin), human race. Human is my main identity all else means very little to me.",,1,2,1,johnhorus23@gmail.com,2.44,116.611,121.061,22,6336fecb0b27c43626068e01,"{""startTime"":1690225573317,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690225726775,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690225445182,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":9943,""label"":""hovered"",""timeHovered"":7734,""week"":""2021-10-04""},{""time"":20727,""label"":""hovered"",""timeHovered"":1483,""week"":""2021-12-06""},{""time"":23611,""label"":""hovered"",""timeHovered"":3850,""week"":""2021-12-27""},{""time"":31029,""label"":""tour_next"",""step"":2},{""time"":35011,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690225557790,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line -2023-07-24 15:05:34,2023-07-24 15:18:21,0,75.64.253.12,100,767,1,2023-07-24 15:18:22,R_1rxIIDK2lFarLWk,,,,,32.3046,-89.9622,anonymous,EN,1,3.783,3.783,4.9,1,1,1,2,1.333,4.034,4.8,2,0,0,15.067,0,45,66,55,36.634,48.784,49.784,4,2.85,5.584,21.951,2,1,1,54.068,61.485,63.351,2,-3,-3,77.001,87.218,88.835,2,-3,101.619,101.619,102.552,1,0,0,15.117,0,3,4,3,5,4,2,,18.65,33.417,36.467,9,5,5,6,5,5,4,"There are many weeks of data to show exponentially, and make the floor look smaller in comparison",4.634,37.968,74.202,5,4,,5.2,5.717,7.217,2,2,7,3,4,1,5,6,26.734,26.734,27.384,1,4,2,3,2,2,3,7,5,,79.635,93.018,94.968,10,4,4,2,2,4,4,3.516,12.466,13.1,11,4,4,2.133,7.2,9.467,2,1,1996,Alaska,3,2,1,,7,,,4,3,2,,1.484,37.534,38.501,15,5efdb606c4efc321289cb3be,"{""startTime"":1690225728805,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690225766355,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":2034},{""label"":""window_focused"",""time"":48118}]}","{""startTime"":1690225626886,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":17,""label"":""tour_started""},{""time"":2833,""label"":""tour_next"",""step"":2},{""time"":5683,""label"":""tour_end"",""step"":2},{""time"":8767,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1083,""week"":""2"",""id"":""chart2""}]}","{""startTime"":1690225713088,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar -2023-07-24 15:11:06,2023-07-24 15:18:29,0,68.96.44.235,100,442,1,2023-07-24 15:18:30,R_32MhBrmnNAJHL9W,,,,,29.9632,-90.0753,anonymous,EN,1,24.515,24.515,25.966,1,1,4,1,1.638,3.978,4.86,2,0,0,15.017,0,85,85,85,54.671,58.343,59.058,9,8.154,12.501,15.803,3,1,-3,20.315,28.256,28.563,3,-3,1,14.618,50.394,52.248,4,1,23.063,23.063,23.848,1,0,0,15.02,0,6,6,6,6,6,6,None,3.759,7.793,10.212,7,6,6,6,6,6,6,I think data is complete and shows a clear progression.,1.595,18.924,22.164,4,4,None,3.439,5.735,8.178,4,2,7,3,4,1,5,6,0,0,16.27,0,4,8,7,7,7,6,10,9,None,5.32,22.635,22.96,12,4,4,2,2,4,4,2.781,10.261,10.933,9,6,3,2.531,8.114,9.303,3,5,1973,Massachusetts,2,2,3,,10,,,19,2,1,whitehass12@gmail.com,2.146,41.545,46.878,17,637f85fbb4f2fffacdc681db,"{""startTime"":1690226096117,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226106816,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226011544,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":8147,""label"":""tour_next"",""step"":2},{""time"":10420,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690226080481,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":8118,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1683,""week"":""2"",""id"":""chart""},{""time"":11386,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1298,""week"":""50"",""id"":""chart""}]}",1,moderate,bar -2023-07-24 15:11:23,2023-07-24 15:18:59,0,76.182.160.120,100,455,1,2023-07-24 15:19:00,R_2Etz9EH7dCfNye4,,,,,32.2108,-80.7459,anonymous,EN,1,1.103,5.864,6.65,2,1,3,2,1.125,3.103,3.919,3,0,0,15.115,0,76,64,50,9.843,16.223,18.066,3,21.13,28.806,42.632,2,1,1,18.015,35.267,38.336,2,-1,1,52.345,62.641,64.146,2,1,31.69,31.69,32.822,1,0,0,15.113,0,4,4,4,6,7,4,,12.013,23.221,24.815,6,4,6,6,1,1,4,I have no idea if the data came from where it says.,3.392,3.392,27.581,1,4,,5.524,5.524,6.634,1,2,7,3,4,1,5,6,0,0,16.569,0,1,2,5,4,1,2,9,8,,3.503,15.419,16.724,8,5,5,1,1,4,5,5.785,18.457,19.092,7,4,4,2.655,7.317,9.898,2,1,1969,South Carolina,6,3,1,,7,,,17,4,1,5cfeea9c4954fe00165895e0@email.prolific.co,1.617,51.698,55.853,19,5cfeea9c4954fe00165895e0,"{""startTime"":1690226084774,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226035400,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690225937527,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":12338,""label"":""hovered"",""timeHovered"":5884,""week"":""2021-12-27""},{""time"":21121,""label"":""tour_next"",""step"":2},{""time"":28796,""label"":""tour_end"",""step"":2},{""time"":33475,""label"":""hovered"",""timeHovered"":1539,""week"":""2021-12-27""},{""time"":37164,""label"":""hovered"",""timeHovered"":1259,""week"":""2021-04-19""}]}","{""startTime"":1690226019600,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":5447,""label"":""hovered"",""timeHovered"":6504,""week"":""2021-08-16""}]}",1,simple,line -2023-07-24 15:05:51,2023-07-24 15:19:00,0,98.248.252.70,100,788,1,2023-07-24 15:19:00,R_3fPooQllYxqhHr5,,,,,37.7688,-122.262,anonymous,EN,1,2.893,3.523,4.126,2,1,2,2,1.167,2.711,3.492,2,14.481,14.481,15.012,1,92,94,85,4.478,15.266,16.276,4,9.633,73.913,116.341,11,1,-2,12.105,317.599,319.011,2,1,1,30.744,46.397,47.787,2,-3,35.5,35.5,36.499,1,0,0,15.014,0,7,7,7,7,6,7,"Nothing, thanks!",4.989,38.748,42.313,13,7,7,7,6,7,7,"This aligns with everything that went down during this time period including what the cdc was reporting as well as various news sources and anecdotal evidence as well. ",0.992,38.518,39.668,4,6,"None, thanks!",4.139,10.959,14.043,4,2,7,3,4,1,5,6,0,0,10.689,0,3,4,7,5,2,3,10,10,"None, thanks!",2.901,19.078,23.176,10,4,4,2,2,4,4,4.4,11.518,12.366,7,4,2,2.173,6.768,7.498,3,1,2002,California,3,1,1,,7,,,17,4,1,mmcn1103@gmail.com,0.799,29.192,34.289,12,60960a29d02b9ada38f583b5,"{""startTime"":1690225771539,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690225814386,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690225602205,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":9631,""label"":""tour_next"",""step"":5},{""time"":19849,""label"":""tour_back"",""step"":5},{""time"":24925,""label"":""tour_next"",""step"":5},{""time"":29302,""label"":""started_brush"",""startDate"":""2021-05-29"",""endDate"":""2021-06-02""},{""time"":39728,""label"":""started_brush"",""startDate"":""2021-10-10"",""endDate"":""2022-01-07""},{""time"":41359,""label"":""tour_next"",""step"":5},{""time"":52982,""label"":""moved_brush"",""startDate"":""2021-10-10"",""endDate"":""2022-01-07""},{""time"":55920,""label"":""moved_brush"",""startDate"":""2021-09-05"",""endDate"":""2021-12-03""},{""time"":57264,""label"":""tour_next"",""step"":5},{""time"":68225,""label"":""cleared_brush"",""using"":""click""},{""time"":68226,""label"":""cleared_brush"",""using"":""Escape""},{""time"":69987,""label"":""tour_next"",""step"":5},{""time"":73910,""label"":""tour_end"",""step"":5},{""time"":77088,""label"":""started_brush"",""startDate"":""2021-04-15"",""endDate"":""2022-02-13""},{""time"":83084,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-09""}]}","{""startTime"":1690225755997,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line -2023-07-24 14:59:03,2023-07-24 15:19:27,0,76.210.30.168,100,1223,1,2023-07-24 15:19:28,R_5nxTOi1SXLO17e9,,,,,33.1669,-87.5064,anonymous,EN,1,16.155,17.156,18.021,2,1,2,2,2.295,6.649,8.443,3,0,0,15.016,0,68,64,49,23.066,55.166,56.465,8,5.298,187.037,189,20,1,-3,17.936,87.602,88.918,7,-1,1,26.732,88.65,90.222,6,-3,42.382,86.908,87.898,4,9.936,9.936,15.022,1,4,4,4,6,6,4,,40.558,81.081,84.838,10,2,6,5,4,4,4,Because I honestly don't know if the data is correct or not.,3.944,70.779,76.665,5,1,,9.377,13.602,15.347,2,2,7,3,4,1,5,6,17.058,36.848,39.078,3,5,4,3,5,5,4,7,7,,4.419,42.065,43.897,18,3,4,1,2,5,4,9.142,42.587,43.921,9,4,2,5.602,18.111,19.31,4,2,1971,Alabama,3,2,1,,3,,,19,1,1,5af09ff00eca060001b1379c@email.prolific.co,3.077,194.178,200.259,32,5af09ff00eca060001b1379c,"{""startTime"":1690225593017,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690225678498,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690225298689,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":27941,""label"":""tour_next"",""step"":5},{""time"":58415,""label"":""tour_back"",""step"":5},{""time"":78114,""label"":""hovered"",""timeHovered"":2066,""week"":""2021-05-03""},{""time"":81130,""label"":""hovered"",""timeHovered"":1317,""week"":""2021-05-31""},{""time"":84299,""label"":""hovered"",""timeHovered"":1199,""week"":""2021-06-28""},{""time"":85915,""label"":""hovered"",""timeHovered"":1569,""week"":""2021-08-16""},{""time"":91033,""label"":""tour_next"",""step"":5},{""time"":132398,""label"":""started_brush"",""startDate"":""2021-05-06"",""endDate"":""2021-06-05""},{""time"":134939,""label"":""tour_next"",""step"":5},{""time"":148614,""label"":""moved_brush"",""startDate"":""2021-05-07"",""endDate"":""2021-06-05""},{""time"":152731,""label"":""moved_brush"",""startDate"":""2021-05-07"",""endDate"":""2021-07-07""},{""time"":154086,""label"":""tour_next"",""step"":5},{""time"":163205,""label"":""cleared_brush"",""using"":""click""},{""time"":163207,""label"":""cleared_brush"",""using"":""Escape""},{""time"":165676,""label"":""tour_next"",""step"":5},{""time"":176121,""label"":""tour_end"",""step"":5},{""time"":181668,""label"":""hovered"",""timeHovered"":1225,""week"":""2022-01-24""},{""time"":183466,""label"":""hovered"",""timeHovered"":1339,""week"":""2022-01-17""}]}","{""startTime"":1690225577343,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line -2023-07-24 15:07:46,2023-07-24 15:19:28,0,174.52.137.141,100,701,1,2023-07-24 15:19:29,R_4H03IfmCeLFsxnr,,,,,40.2783,-111.7198,anonymous,EN,1,4.319,4.319,6.315,1,1,3,1,2.811,5.262,7.341,2,0,0,15.018,0,83,66,66,12.769,19.539,30.961,3,48.738,129.024,139.961,11,1,1,16.075,42.552,43.858,2,-3,1,40.296,57.38,59.03,2,-3,21.863,21.863,36.011,1,0,0,15.019,0,6,6,6,6,5,6,,10.025,28.788,30.409,7,6,5,6,5,2,5,I don't see any of the particular sources used to construct it,4.573,70.173,71.415,4,5,,10.69,10.69,12.515,1,2,7,3,4,1,5,6,0,0,26.12,0,3,3,4,3,8,3,10,7,,7.818,22.538,24.178,8,5,4,1,1,4,5,12.731,46.242,47.515,8,2,1,4.216,13.469,15.661,3,1,1979,Utah,6,3,1,,7,,,8,1,2,,3.959,64.029,66.235,12,5f6837758ab63d4814ea553f,"{""startTime"":1690226035357,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690225934626,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690225741969,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":22213,""label"":""hovered"",""timeHovered"":9699,""week"":""2021-12-13""},{""time"":34721,""label"":""hovered"",""timeHovered"":1045,""week"":""2021-12-06""},{""time"":36650,""label"":""hovered"",""timeHovered"":3887,""week"":""2022-01-10""},{""time"":41141,""label"":""hovered"",""timeHovered"":1521,""week"":""2021-12-20""},{""time"":44659,""label"":""hovered"",""timeHovered"":1142,""week"":""2021-11-22""},{""time"":48730,""label"":""tour_next"",""step"":5},{""time"":66029,""label"":""started_brush"",""startDate"":""2021-06-07"",""endDate"":""2021-07-03""},{""time"":69542,""label"":""started_brush"",""startDate"":""2021-09-14"",""endDate"":""2022-02-13""},{""time"":71180,""label"":""tour_next"",""step"":5},{""time"":83838,""label"":""moved_brush"",""startDate"":""2021-05-26"",""endDate"":""2021-10-25""},{""time"":85091,""label"":""tour_next"",""step"":5},{""time"":98295,""label"":""cleared_brush"",""using"":""click""},{""time"":100769,""label"":""tour_next"",""step"":5},{""time"":112448,""label"":""tour_end"",""step"":5},{""time"":120503,""label"":""started_brush"",""startDate"":""2021-08-08"",""endDate"":""2021-08-27""},{""time"":121133,""label"":""cleared_brush"",""using"":""click""},{""time"":127170,""label"":""started_brush"",""startDate"":""2021-06-07"",""endDate"":""2021-10-11""}]}","{""startTime"":1690225919057,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line -2023-07-24 15:09:39,2023-07-24 15:19:32,0,73.73.240.34,100,593,1,2023-07-24 15:19:32,R_1IQbwLaGhnF8aR5,,,,,42.2299,-87.8426,anonymous,EN,1,2.949,2.949,4.214,1,2,,2,2.456,2.456,3.326,1,0,0,15.028,0,68,100,65,5.824,30.231,31.345,8,8.205,48.96,51.141,8,1,1,16.317,38.504,39.708,2,1,1,39.785,56.383,57.724,2,-3,5.158,33.706,64.844,5,0,0,15.021,0,5,4,4,6,6,5,,45.77,57.668,59.305,8,4,7,6,4,3,4,"The data in the visualization was noted to be from the CDC, which I don't trust on principle as a national organization.",3.065,62.71,80.606,6,4,,2.303,3.315,4.416,2,2,7,3,4,1,5,6,0,0,10.99,0,2,2,4,4,3,3,4,4,,9.686,24.172,26.109,11,3,3,2,2,4,3,2.931,22.269,23.079,8,6,2,3.541,7.266,8.111,2,1,1997,Illinois,2,1,2,,4,,,6,2,2,,0.909,52.492,55.824,22,6294584c8601739c2c920cf6,"{""startTime"":1690225976226,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690226036964,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690225842767,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":8193,""label"":""tour_next"",""step"":5},{""time"":21136,""label"":""started_brush"",""startDate"":""2021-07-09"",""endDate"":""2021-08-06""},{""time"":23952,""label"":""started_brush"",""startDate"":""2021-11-18"",""endDate"":""2022-02-11""},{""time"":24649,""label"":""cleared_brush"",""using"":""click""},{""time"":26650,""label"":""started_brush"",""startDate"":""2021-10-06"",""endDate"":""2021-10-16""},{""time"":27621,""label"":""moved_brush"",""startDate"":""2021-10-06"",""endDate"":""2021-11-16""},{""time"":27944,""label"":""moved_brush"",""startDate"":""2021-10-06"",""endDate"":""2021-11-16""},{""time"":29681,""label"":""started_brush"",""startDate"":""2021-08-01"",""endDate"":""2021-11-01""},{""time"":30473,""label"":""tour_next"",""step"":5},{""time"":37512,""label"":""moved_brush"",""startDate"":""2021-08-02"",""endDate"":""2021-11-02""},{""time"":38181,""label"":""tour_next"",""step"":5},{""time"":45702,""label"":""cleared_brush"",""using"":""click""},{""time"":46503,""label"":""tour_next"",""step"":5},{""time"":48947,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690225959643,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":5751},{""label"":""window_focused"",""time"":7905}]}",1,complex,line -2023-07-24 15:15:28,2023-07-24 15:20:12,0,76.117.195.142,100,283,1,2023-07-24 15:20:12,R_6s7RibFU8iL7MGt,,,,,40.3909,-74.1153,anonymous,EN,1,3.262,4.302,15.722,3,1,2,1,0.634,1.601,2.567,3,2.114,3.03,15.011,2,100,100,23,1.099,7.715,8.472,8,2.388,19.145,21.096,15,1,-3,3.914,7.583,8.984,2,1,1,2.819,4.69,6.155,2,-3,2.792,2.792,3.924,1,0,0,15.019,0,7,7,7,7,7,7,,4.044,9.518,10.439,7,7,7,7,7,7,7,"Scientific data does not lie. If this information was actually collected and organized accordingly, I have no reason not to trust it.",3.405,36.576,38.261,4,4,,2.425,3.135,3.802,2,2,7,3,4,1,5,6,0,0,14.588,0,1,1,1,1,1,1,11,10,,1.933,9.737,10.73,10,4,4,1,2,4,5,2.167,14.251,14.994,10,3,1,1.942,5.395,6.28,6,2,1991,New York,7,1,1,,7,,,10,4,1,61281debe85082cc937dd9ae@email.prolific.co,1.679,44.39,46.789,17,61281debe85082cc937dd9ae,"{""startTime"":1690226227818,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690226239413,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690226183311,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":165,""label"":""tour_started""},{""time"":4382,""label"":""tour_next"",""step"":5},{""time"":11543,""label"":""started_brush"",""startDate"":""2021-09-02"",""endDate"":""2021-12-19""},{""time"":12390,""label"":""tour_next"",""step"":5},{""time"":14326,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-07-22""},{""time"":14917,""label"":""tour_next"",""step"":5},{""time"":16869,""label"":""cleared_brush"",""using"":""Click""},{""time"":16869,""label"":""cleared_brush"",""using"":""Escape""},{""time"":17804,""label"":""tour_next"",""step"":5},{""time"":19102,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690226211089,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar -2023-07-24 15:07:42,2023-07-24 15:20:28,0,69.135.166.55,100,766,1,2023-07-24 15:20:29,R_3JI9MFuS9OmpARV,,,,,40.8124,-82.9675,anonymous,EN,1,5.93,12.496,15.168,4,1,3,2,5.987,10.005,11.745,3,0,0,15.114,0,93,76,37,6.209,31.455,33.325,10,25.147,86.105,88.272,7,-2,1,29.421,76.091,77.534,6,-2,1,2.816,67.475,70.024,9,1,7.22,62.892,64.206,5,7.366,7.366,15.117,1,4,2,5,5,6,5,,4.475,50.857,52.484,12,5,6,6,5,5,7,"the question said ""assuming you trust this data"" so I was assuming that I trusted the data and that the visualization was a good representation of the data and seemed to make sense to me in a way that I could understand.",3.051,60.104,61.866,2,4,,5.832,7.336,8.705,2,2,7,3,4,1,5,6,5.482,28.34,31.95,2,1,1,1,3,4,3,10,8,,5.11,30.766,32.184,10,4,5,2,2,5,5,5.474,25.17,26.576,8,1,1,2.712,14.779,16.778,4,2,1981,Ohio,3,2,1,,9,,Bucyrus,3,3,1,s.larie.s@gmail.com,3.3,69.43,76.493,19,5d3130288e458600186e63c7,"{""startTime"":1690225930298,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690225983310,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690225754554,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":4,""label"":""tour_started""},{""time"":2297,""label"":""hovered"",""timeHovered"":1683,""week"":""2021-07-26""},{""time"":8012,""label"":""hovered"",""timeHovered"":1066,""week"":""2021-12-27""},{""time"":10696,""label"":""hovered"",""timeHovered"":4513,""week"":""2021-11-08""},{""time"":17142,""label"":""hovered"",""timeHovered"":1416,""week"":""2021-08-16""},{""time"":37765,""label"":""tour_next"",""step"":2},{""time"":43110,""label"":""tour_end"",""step"":2},{""time"":52771,""label"":""hovered"",""timeHovered"":1567,""week"":""2022-01-10""},{""time"":56088,""label"":""hovered"",""timeHovered"":1386,""week"":""2021-11-29""},{""time"":61011,""label"":""hovered"",""timeHovered"":2184,""week"":""2022-01-03""},{""time"":64010,""label"":""hovered"",""timeHovered"":1356,""week"":""2021-08-23""},{""time"":66591,""label"":""hovered"",""timeHovered"":1603,""week"":""2022-01-17""},{""time"":81771,""label"":""hovered"",""timeHovered"":1496,""week"":""2022-01-17""}]}","{""startTime"":1690225914250,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":9933,""label"":""hovered"",""timeHovered"":1115,""week"":""2022-01-03""},{""time"":11850,""label"":""hovered"",""timeHovered"":1213,""week"":""2022-01-10""},{""time"":14938,""label"":""hovered"",""timeHovered"":1011,""week"":""2022-01-10""}]}",1,moderate,line -2023-07-24 14:55:03,2023-07-24 15:20:29,0,47.223.71.84,100,1526,1,2023-07-24 15:20:29,R_SPi6mm7KZbFv585,,,,,32.2079,-95.3948,anonymous,EN,1,61.215,61.215,63.495,1,1,2,1,2.791,13.745,16.17,3,0,0,15.007,0,58,82,45,69.935,112.069,114.216,5,47.698,145.307,158.917,11,1,1,32.393,104.749,114.822,2,1,1,61.929,79.187,85.385,2,-3,42.563,42.563,49.581,1,0,0,15.008,0,4,2,4,5,1,5,"""Click to write the question"" instructions were confusing.",31.342,79.923,127.165,7,6,6,6,2,5,5,Reports are always skewed in some way and I would need more proof of the data.,5.522,337.716,347.373,48,1,,6.329,7.77,12.054,2,2,7,3,4,1,5,6,0,0,46.976,0,2,2,5,3,1,4,9,7,,8.173,44.335,48.188,8,4,3,2,2,4,3,14.217,50.973,55.036,6,2,3,10.923,32.737,35.355,3,2,1989,Texas,4,2,1,,7,,,5,4,2,,4.298,119.932,136.179,16,60ef6073d7d6db28220a84ba,"{""startTime"":1690225765032,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690225359824,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":2569,""label"":""started_brush"",""startDate"":""2021-06-28"",""endDate"":""2021-10-01""}]}","{""startTime"":1690225134782,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":19091,""label"":""hovered"",""timeHovered"":3686,""week"":""2021-12-13""},{""time"":33589,""label"":""hovered"",""timeHovered"":1267,""week"":""2021-11-29""},{""time"":36926,""label"":""hovered"",""timeHovered"":1434,""week"":""2022-01-24""},{""time"":44083,""label"":""hovered"",""timeHovered"":2001,""week"":""2022-01-10""},{""time"":47691,""label"":""tour_next"",""step"":5},{""time"":76863,""label"":""started_brush"",""startDate"":""2021-07-24"",""endDate"":""2021-07-26""},{""time"":79703,""label"":""started_brush"",""startDate"":""2021-08-08"",""endDate"":""2021-12-03""},{""time"":88732,""label"":""started_brush"",""startDate"":""2021-05-12"",""endDate"":""2022-02-13""},{""time"":96567,""label"":""tour_next"",""step"":5},{""time"":111776,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-01-12""},{""time"":113843,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-01-12""},{""time"":115705,""label"":""moved_brush"",""startDate"":""2021-04-23"",""endDate"":""2022-01-24""},{""time"":116619,""label"":""tour_next"",""step"":5},{""time"":129389,""label"":""cleared_brush"",""using"":""click""},{""time"":132663,""label"":""tour_next"",""step"":5},{""time"":141827,""label"":""tour_end"",""step"":5},{""time"":149733,""label"":""started_brush"",""startDate"":""2021-06-25"",""endDate"":""2022-02-13""},{""time"":155972,""label"":""moved_brush"",""startDate"":""2021-06-25"",""endDate"":""2022-02-13""}]}","{""startTime"":1690225344316,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line -2023-07-24 15:11:02,2023-07-24 15:20:36,0,23.120.207.234,100,573,1,2023-07-24 15:20:37,R_YPLnJVpsBu5GECJ,,,,,26.2729,-80.26,anonymous,EN,1,9.822,9.822,10.709,1,1,4,1,1.575,4.469,6.249,2,0,0,15.065,0,100,77,82,62.098,69.505,71.156,3,19.039,90.477,92.99,10,1,1,14.127,27.015,29.411,2,1,1,21.283,35.745,37.22,2,1,15.139,16.074,34.361,2,0,0,15.079,0,6,3,6,6,7,6,,5.942,17.427,20.863,6,3,6,6,6,6,6,"It seems to make sense. Vaccinated people should get COVID more than unvaccinated, and younger people should get COVID more often than older people because older people took more precautions.",2.064,2.064,64.286,1,6,,3.787,3.787,5.482,1,2,7,3,4,1,5,6,0,0,13.219,0,6,10,10,9,10,4,11,11,,3.995,17.259,19.2,8,5,5,1,1,5,5,2.701,13.5,14.622,6,2,1,1.739,5.014,6.857,2,2,1969,Florida,6,3,1,,7,,,15,2,2,,1.78,52.272,57.758,12,63f52af01929360880074598,"{""startTime"":1690226215401,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690226131514,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690225985010,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":54,""label"":""tour_started""},{""time"":26012,""label"":""tour_next"",""step"":5},{""time"":37444,""label"":""started_brush"",""startDate"":""2021-05-04"",""endDate"":""2022-01-11""},{""time"":39442,""label"":""moved_brush"",""startDate"":""2021-06-06"",""endDate"":""2022-02-13""},{""time"":44542,""label"":""moved_brush"",""startDate"":""2021-12-11"",""endDate"":""2022-02-13""},{""time"":47203,""label"":""tour_next"",""step"":5},{""time"":59090,""label"":""moved_brush"",""startDate"":""2021-11-21"",""endDate"":""2022-02-13""},{""time"":61340,""label"":""moved_brush"",""startDate"":""2021-09-01"",""endDate"":""2021-11-23""},{""time"":62219,""label"":""tour_next"",""step"":5},{""time"":65442,""label"":""cleared_brush"",""using"":""click""},{""time"":67313,""label"":""tour_next"",""step"":5},{""time"":70197,""label"":""tour_end"",""step"":5},{""time"":76990,""label"":""started_brush"",""startDate"":""2021-10-06"",""endDate"":""2021-11-30""},{""time"":81031,""label"":""started_brush"",""startDate"":""2021-12-14"",""endDate"":""2022-02-13""},{""time"":84165,""label"":""cleared_brush"",""using"":""click""}]}","{""startTime"":1690226115205,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":6165,""label"":""started_brush"",""startDate"":""2021-04-27"",""endDate"":""2021-06-13""},{""time"":7653,""label"":""cleared_brush"",""using"":""click""}]}",1,complex,line -2023-07-24 15:09:15,2023-07-24 15:20:44,0,107.206.188.83,100,689,1,2023-07-24 15:20:45,R_2CHrOpPGpQVc18y,,,,,33.7315,-84.4195,anonymous,EN,1,6.431,6.431,7.781,1,1,2,2,1.729,3.385,5.409,2,0,0,15.11,0,64,68,49,3.293,39.188,39.827,4,10.13,63.969,87.369,18,1,1,25.003,49.502,59.67,2,-2,1,27.001,44.161,52.124,3,1,6.573,113.055,114.162,2,0,0,15.112,0,7,7,7,7,7,7,,11.155,16.783,18.691,6,7,7,7,6,4,7,It comes from the CDC,2.029,36.263,36.948,5,4,,5.093,5.093,6.976,1,2,7,3,4,1,5,6,0,0,25.977,0,8,6,5,6,9,6,11,10,,9.729,25.8,27.501,8,2,2,4,4,3,3,13.701,33.103,34.582,6,1,2,2.866,8.236,10.143,2,2,2000,Georgia,3,2,1,,3,,,1,4,1,5e5dba9e3d60470d71dde9ef@email.prolific.co,4.436,79.048,82.713,13,5e5dba9e3d60470d71dde9ef,"{""startTime"":1690226058299,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690226077672,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690225839863,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":10126,""label"":""tour_next"",""step"":5},{""time"":15581,""label"":""cleared_brush"",""using"":""click""},{""time"":24729,""label"":""cleared_brush"",""using"":""click""},{""time"":31609,""label"":""started_brush"",""startDate"":""2021-09-03"",""endDate"":""2021-09-30""},{""time"":32436,""label"":""tour_next"",""step"":5},{""label"":""window_blurred"",""time"":43259},{""label"":""window_focused"",""time"":45286},{""time"":47346,""label"":""moved_brush"",""startDate"":""2021-07-11"",""endDate"":""2021-08-06""},{""time"":50104,""label"":""moved_brush"",""startDate"":""2021-07-14"",""endDate"":""2021-08-09""},{""time"":50838,""label"":""tour_next"",""step"":5},{""time"":58873,""label"":""cleared_brush"",""using"":""click""},{""time"":58875,""label"":""cleared_brush"",""using"":""Escape""},{""time"":60470,""label"":""tour_next"",""step"":5},{""time"":63964,""label"":""tour_end"",""step"":5},{""time"":74053,""label"":""hovered"",""timeHovered"":1712,""week"":""2022-01-10""},{""time"":77906,""label"":""hovered"",""timeHovered"":8186,""week"":""2022-01-10""}]}","{""startTime"":1690226042408,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":6433,""label"":""hovered"",""timeHovered"":1727,""week"":""2022-01-17""}]}",1,complex,line -2023-07-24 15:07:00,2023-07-24 15:20:45,0,75.172.49.68,100,824,1,2023-07-24 15:20:45,R_pyiR7Hbcu04wIJH,,,,,47.5364,-122.278,anonymous,EN,1,1.774,10.724,12.761,11,1,3,2,3.05,6.637,8.732,3,0,0,15.126,0,86,95,80,6.91,13.56,15.04,5,12.933,106.277,138.861,16,1,1,29.4,77.401,79.461,4,-3,-3,27.781,67.015,68.472,2,1,32.37,32.37,34.163,1,0,0,15.122,0,5,5,5,6,6,5,"The previous question was unfinished and still had generic headings asking to be filled in. ""Put your statement here... Phrase 1... Phrase 2... etc.""",9.468,29.938,121.012,7,6,6,6,6,4,6,"I'd have to check the source, but it seems coherent and expertly created based on real data.",1.533,74.775,77.908,6,4,,5.207,6.67,9.453,3,2,7,3,4,1,5,6,0,0,22.677,0,4,8,3,8,6,5,10,9,,6.102,27.029,29.814,9,3,3,2,3,4,3,11.463,29.084,30.437,7,1,2,4.037,13.522,16.037,4,2,1989,Washington,3,3,1,,7,,,6,4,1,spunkyfrog2@gmail.com,2.344,61.37,63.2,14,5bbc4bd1f83ac60001fe665e,"{""startTime"":1690225994566,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690225881409,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690225690463,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":27,""label"":""tour_started""},{""time"":12912,""label"":""tour_next"",""step"":5},{""time"":36187,""label"":""cleared_brush"",""using"":""Click""},{""time"":49946,""label"":""cleared_brush"",""using"":""Click""},{""time"":52041,""label"":""cleared_brush"",""using"":""Click""},{""time"":56507,""label"":""cleared_brush"",""using"":""Click""},{""time"":59257,""label"":""tour_back"",""step"":5},{""time"":67301,""label"":""tour_next"",""step"":5},{""time"":70436,""label"":""cleared_brush"",""using"":""Click""},{""time"":73040,""label"":""cleared_brush"",""using"":""Click""},{""time"":75482,""label"":""tour_back"",""step"":5},{""time"":78363,""label"":""tour_next"",""step"":5},{""time"":82623,""label"":""cleared_brush"",""using"":""Click""},{""time"":87159,""label"":""cleared_brush"",""using"":""Click""},{""label"":""window_blurred"",""time"":98944},{""label"":""window_focused"",""time"":101639},{""label"":""window_blurred"",""time"":116284},{""label"":""window_focused"",""time"":138661}]}","{""startTime"":1690225865527,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar -2023-07-24 15:11:13,2023-07-24 15:20:53,0,72.189.205.184,100,579,1,2023-07-24 15:20:54,R_1QEe4Jq6hzhGEwu,,,,,29.0422,-81.2863,anonymous,EN,1,11.447,11.447,12.6,1,1,2,1,4.313,5.429,7.036,2,0,0,15.108,0,95,83,66,6.479,14.83,15.97,5,18.12,21.703,29.293,3,1,-2,13.133,31.499,35.738,2,1,1,42.797,62.831,64.256,3,1,51.398,51.398,52.64,1,0,0,16.063,0,6,6,7,7,6,7,,7.374,21.155,22.98,6,6,7,6,5,6,6,"It comes from the CDC, so I believe it's probably trustworthy.",2.814,48.797,51.224,4,4,One of the scale pages was messed up and had placeholder text.,3.997,7.43,68.703,3,2,3,4,5,1,6,7,0,0,12.828,0,4,7,7,7,8,4,9,10,,3.754,17.236,19.897,8,5,5,2,1,4,4,7.669,30.701,33.477,9,2,1,2.909,10.276,12.383,3,2,1990,Florida,6,2,1,,7,,,7,3,2,,3.573,62.357,62.95,20,63e573b546bc72bbe9bffc5f,"{""startTime"":1690226018938,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226042426,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690225935175,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":3,""label"":""tour_started""},{""time"":8296,""label"":""hovered"",""timeHovered"":1949,""week"":""2021-12-13""},{""time"":11718,""label"":""hovered"",""timeHovered"":2226,""week"":""2022-01-03""},{""time"":18700,""label"":""tour_next"",""step"":2},{""time"":21699,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690226001255,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":2422},{""label"":""window_focused"",""time"":17570}]}",1,simple,line -2023-07-24 15:06:42,2023-07-24 15:21:03,0,71.182.197.224,100,860,1,2023-07-24 15:21:03,R_3ozTlQymBFC7pf2,,,,,40.2692,-80.1611,anonymous,EN,1,1.871,5.63,6.973,2,2,,1,1.691,1.691,3.404,1,0,0,15.014,0,47,38,49,2.892,15.79,17.626,5,4.349,39.472,43.49,3,-1,1,3.951,70.468,72.047,9,-3,1,3.851,100.119,101.737,13,-2,2.888,38.802,39.854,6,0,0,15.013,0,4,4,4,6,3,4,"The stacked bar is slightly confusing in that it shows the aggregated total, but abstracting the respective totals is a little challenging. I think a ratio would be beneficial. since these numbers definitely have some element of seasonality to them.",2.674,147.848,203.571,15,3,5,3,2,3,4,"I don't distrust the visualization, I have some doubts as to the numbers though.",46.016,52.302,55.538,6,6,"Thank you for allowing me to participate! I will say you did have a few questions where the prompts weren't complete. I saw ""Click to write 1"" ""Click to write 2"" ""click to write 3"" at some point.",6.403,12.237,56.091,3,2,7,3,4,1,5,6,1.946,20.684,22.256,2,1,1,10,10,1,7,8,9,"Thank you so much for allowing me to participate! Also, please see my previous comments about ""Click to write 1"", Click to write 2"", ect.",1.298,1.298,49.638,1,4,4,1,2,5,4,0,0,32.478,0,7,1,0,0,8.705,0,1,1988,Pennsylvania,6,1,1,,7,,,14,1,1,62f716849a6ee6e7e2f5a948@email.prolific.co,36.235,49.849,51.234,6,62f716849a6ee6e7e2f5a948,"{""startTime"":1690225818941,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226023348,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690225656802,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":17,""label"":""tour_started""},{""time"":29808,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1594,""week"":""51"",""id"":""chart""},{""time"":31470,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2246,""week"":""52"",""id"":""chart""},{""time"":33802,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1246,""week"":""51"",""id"":""chart""},{""time"":36463,""label"":""tour_next"",""step"":2},{""time"":39467,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690225803248,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":2985,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1208,""week"":""3"",""id"":""chart""},{""time"":5353,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3965,""week"":""3"",""id"":""chart""}]}",1,moderate,bar -2023-07-24 15:08:12,2023-07-24 15:21:25,0,174.176.179.56,100,793,1,2023-07-24 15:21:26,R_274dXipgSjSqfPi,,,,,26.3441,-80.084,anonymous,EN,1,9.718,9.718,11.301,1,1,4,2,3.192,6.791,7.851,3,0,0,15.009,0,100,100,54,19.645,45.865,47.451,9,3.515,38.151,39.201,6,1,-1,2.979,90.214,91.148,11,-2,1,41.174,71.032,72.162,4,-3,1.285,65.564,66.49,7,1.713,1.713,15.015,1,6,6,6,6,6,6,,13.638,36.021,37.102,15,6,6,6,6,6,6,i believe this visualization is trustworthy we needed to get the message across,3.785,92.4,93.389,19,4,,13.177,16.394,17.647,3,2,3,4,5,1,6,7,25.939,33.385,34.766,3,6,8,7,7,6,7,9,7,,10.215,38.523,39.553,16,3,4,2,2,4,4,6.676,30.603,31.7,10,2,1,2.282,14.537,15.484,6,2,1958,Florida,5,3,1,,7,,,10,4,1,,4.65,92.694,94.149,33,6077498c0c5c112dd55262b8,"{""startTime"":1690226048286,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690225918663,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690225789697,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":31530,""label"":""tour_next"",""step"":2},{""time"":35585,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690225902819,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line -2023-07-24 15:03:01,2023-07-24 15:21:26,0,72.193.96.233,100,1104,1,2023-07-24 15:21:27,R_12KB1YG5vwYL1h9,,,,,36.175,-115.1372,anonymous,EN,1,4.472,5.049,14.957,2,1,1,1,11.924,13.755,15.18,2,0,0,15.109,0,92,100,51,27.727,38.263,40.619,4,45.206,85.536,138.174,2,1,1,12.753,87.236,88.922,2,-1,1,46.554,57.052,58.604,2,1,68.042,68.042,69.247,1,0,0,15.021,0,5,3,3,5,3,5,,28.899,46.552,48.51,6,3,6,6,3,5,5,"I can't automatically trust the visualization without knowing how the data was collected. Where was the data gathered? On the surface the chart looks correct, but I'd need more information to know for sure. ",178.058,287.357,288.833,6,4,"There was a question following the prompt that asked me to explain why I found the visualization slightly trustworthy that appeared to have an error. I will send a screenshot of what showed on my end. ",3.439,4.901,57.945,2,2,7,3,4,1,5,6,0,0,20.112,0,1,2,6,5,4,2,8,7,,9.04,24.235,26.981,9,3,3,1,2,4,3,11.308,26.05,27.325,6,2,1,1.538,8.855,11.118,2,2,1982,Nevada,3,2,1,,7,,,11,4,1,614b93c99681921c8e9cec09@email.prolific.co,2.21,82.973,87.594,22,614b93c99681921c8e9cec09,"{""startTime"":1690225696167,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690225748908,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690225482007,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":26891,""label"":""hovered"",""timeHovered"":10155,""week"":""2022-01-24""},{""time"":37808,""label"":""hovered"",""timeHovered"":1614,""week"":""2022-01-17""},{""time"":39717,""label"":""hovered"",""timeHovered"":2597,""week"":""2022-01-17""},{""time"":45201,""label"":""tour_next"",""step"":2},{""time"":85531,""label"":""tour_end"",""step"":2},{""time"":87613,""label"":""hovered"",""timeHovered"":1956,""week"":""2021-05-31""},{""time"":91299,""label"":""hovered"",""timeHovered"":1812,""week"":""2021-07-05""},{""time"":97596,""label"":""hovered"",""timeHovered"":1955,""week"":""2022-01-03""},{""time"":99846,""label"":""hovered"",""timeHovered"":1068,""week"":""2022-01-10""},{""time"":108282,""label"":""hovered"",""timeHovered"":27753,""week"":""2021-08-30""}]}","{""startTime"":1690225680418,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line -2023-07-24 15:10:08,2023-07-24 15:21:27,0,68.179.152.107,100,679,1,2023-07-24 15:21:28,R_2A1pBIcKUJDT2nG,,,,,37.9653,-87.3902,anonymous,EN,1,6.517,6.517,7.904,1,1,3,1,2.224,15.384,17.001,3,0,0,15.01,0,60,94,51,39.885,52.697,53.704,4,10.287,18.951,44.874,2,1,1,16.867,38.46,39.954,2,1,1,23.827,52.846,55.113,3,-3,26.992,26.992,29.899,1,0,0,15.012,0,3,3,3,7,7,3,something just seems off about this data,29.81,74.866,84.217,12,3,6,4,1,1,3,those numbers just don't seem accurate from all the other data i've seen during 2021,3.253,48.633,61.306,2,6,,6.602,6.602,8.369,1,2,7,3,4,1,5,6,0,0,17.102,0,3,3,9,8,2,9,8,8,,5.503,30.735,32.327,8,5,5,1,5,5,4,12.237,28.789,30.058,6,7,2,5.803,15.563,17.792,2,1,1965,Michigan,6,2,1,,7,,,7,2,2,,2.151,85.235,91.841,13,623a852297e9f3cf18936579,"{""startTime"":1690226032754,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226118236,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690225915146,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":10275,""label"":""tour_next"",""step"":2},{""time"":18938,""label"":""tour_end"",""step"":2},{""time"":22713,""label"":""hovered"",""timeHovered"":3063,""week"":""2022-01-03""},{""time"":25846,""label"":""hovered"",""timeHovered"":1102,""week"":""2022-01-10""},{""time"":29206,""label"":""hovered"",""timeHovered"":3845,""week"":""2022-01-24""},{""time"":34220,""label"":""hovered"",""timeHovered"":3645,""week"":""2021-08-23""},{""time"":37878,""label"":""hovered"",""timeHovered"":2779,""week"":""2021-08-23""}]}","{""startTime"":1690226016991,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line -2023-07-24 15:15:10,2023-07-24 15:21:32,0,108.211.159.34,100,382,1,2023-07-24 15:21:32,R_3RaxbIjinru5QBv,,,,,38.8025,-90.3448,anonymous,EN,1,3.466,3.466,4.952,1,1,2,1,0.734,2.301,3.802,2,12.254,12.254,16.195,1,91,83,70,4.4,9.721,10.59,3,21.614,23.964,25.144,2,1,1,20.89,25.4,27.141,2,-2,1,5.866,23.401,24.786,3,-3,8.698,8.698,9.903,1,0,0,15.014,0,6,2,6,6,7,6,,5.139,18.901,20.838,7,3,6,7,4,2,6,I trust the CDC and the information that they put out.,1.81,1.81,17.123,1,3,,2.207,5.701,7.024,6,2,7,3,4,1,5,6,0,0,8.159,0,1,1,6,3,1,1,10,9,,5.299,71.236,72.953,17,4,4,2,2,5,4,3.849,16.434,17.178,9,3,1,1.58,20.883,21.861,4,2,1968,Missouri,6,2,1,,7,,,14,3,1,63c6d6d5e132610bf009230d@email.prolific.co,1.345,38.543,39.999,12,63c6d6d5e132610bf009230d,"{""startTime"":1690226220530,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226241748,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226154339,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":15756,""label"":""hovered"",""timeHovered"":1400,""week"":""2022-01-10""},{""time"":19427,""label"":""hovered"",""timeHovered"":1382,""week"":""2022-01-10""},{""time"":21605,""label"":""tour_next"",""step"":2},{""time"":23956,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690226205131,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":5439,""label"":""hovered"",""timeHovered"":1136,""week"":""2022-01-03""},{""time"":11669,""label"":""hovered"",""timeHovered"":1405,""week"":""2022-01-10""}]}",1,moderate,line -2023-07-24 15:05:50,2023-07-24 15:21:50,0,97.112.65.150,100,960,1,2023-07-24 15:21:51,R_3MLSDr13PYtXXqT,,,,,38.7645,-94.8198,anonymous,EN,1,14.282,14.282,15.766,1,1,2,2,1.721,4.527,5.873,2,0,0,15.005,0,71,100,50,25.437,58.614,59.4,3,25.965,48.584,51.726,2,1,1,41.684,54.791,56.434,2,-3,-3,97.5,163.737,166.257,2,-3,98.938,98.938,99.929,1,0,0,15.105,0,6,4,6,6,6,6,,19.793,39.273,41.266,6,5,7,7,4,6,6,"While on its own I thought it was a bit oversimplified, I still trusted it because it was consistent with a lot of other reporting I saw during the time.",4.805,107.974,111.217,4,2,,6.461,7.894,12.097,2,2,7,3,4,1,5,6,0,0,19.071,0,1,4,5,6,6,2,9,9,,9.285,42.293,46.682,9,4,4,1,1,4,4,7.965,23.085,25.054,6,3,1,6.315,12.634,16.64,2,2,1975,Kansas,3,3,1,,7,,,8,2,2,,2.4,91.163,92.724,20,62e154770b9035b7054f03e1,"{""startTime"":1690225962455,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690225780353,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":41360,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3917,""week"":""52"",""id"":""chart""}]}","{""startTime"":1690225654305,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":30,""label"":""tour_started""},{""time"":16591,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1417,""week"":""30"",""id"":""chart""},{""time"":25949,""label"":""tour_next"",""step"":2},{""time"":35806,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2214,""week"":""52"",""id"":""chart2""},{""time"":39253,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1966,""week"":""52"",""id"":""chart2""},{""time"":48567,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690225764580,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":6258,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1326,""week"":""52"",""id"":""chart2""}]}",1,simple,bar +While this successfully condenses the data into one chart, I believe doing so condenses the data together far too much.",1.335,744.094,745.362,25,5,"When asked to explain our answer for ""I trust this visualization"", the three multiple choice questions underneath it weren’t filled out. The questions were prefaced with the statement ""Click to write the question text"", and each question was listed as ""Click to write Statement (1/2/3)"", with half the choices not having been filled out; the middle option was listed as ‘asdf’ and four out of the nine choices were listed as “Click to write Scale Point (9/4/5/6)”. I was unsure if this was intentional as an attention check of some sort, or if a portion of the study's questions were not correctly filled out. Thank you.",10.036,534.206,539.997,3,2,7,3,4,1,5,6,0,0,21.05,0,3,4,5,4,4,4,9,7,"No additional thoughts or comments, thank you.",5.861,45.321,54.665,11,2,2,3,4,4,2,7.249,31.177,33.315,6,2,1,3.45,12.164,22.036,2,2,1988,New York,5,2,1,,7,,,6,4,1,2.051,57.74,67.073,13,5c487308917cc80001519c56,"{""startTime"":1690223221101,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":1879,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1474,""week"":""52"",""id"":""chart""}]}","{""startTime"":1690223319206,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":78694,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1226,""week"":""2"",""id"":""chart""}]}","{""startTime"":1690222974013,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":16174,""label"":""tour_next"",""step"":5},{""time"":62956,""label"":""cleared_brush"",""using"":""Click""},{""time"":65167,""label"":""started_brush"",""startDate"":""2021-12-16"",""endDate"":""2022-01-31""},{""time"":67883,""label"":""tour_next"",""step"":5},{""time"":73222,""label"":""moved_brush"",""startDate"":""2021-12-23"",""endDate"":""2022-02-07""},{""time"":75261,""label"":""tour_next"",""step"":5},{""time"":95953,""label"":""cleared_brush"",""using"":""Click""},{""time"":95953,""label"":""cleared_brush"",""using"":""Escape""},{""time"":97249,""label"":""tour_next"",""step"":5},{""time"":105588,""label"":""tour_end"",""step"":5},{""time"":130569,""label"":""started_brush"",""startDate"":""2021-11-20"",""endDate"":""2022-01-20""},{""time"":137215,""label"":""moved_brush"",""startDate"":""2021-11-24"",""endDate"":""2022-01-24""},{""time"":142867,""label"":""cleared_brush"",""using"":""Click""},{""time"":142867,""label"":""cleared_brush"",""using"":""Escape""},{""time"":147854,""label"":""started_brush"",""startDate"":""2021-11-26"",""endDate"":""2021-12-10""},{""time"":148150,""label"":""cleared_brush"",""using"":""Click""},{""time"":148150,""label"":""cleared_brush"",""using"":""Escape""},{""time"":159006,""label"":""started_brush"",""startDate"":""2021-12-01"",""endDate"":""2022-01-14""},{""time"":162713,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1507,""week"":""52"",""id"":""chart""},{""time"":164633,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":18034,""week"":""52"",""id"":""chart""},{""time"":182668,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7102,""week"":""52"",""id"":""chart""}]}","{""startTime"":1690223205613,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":3872,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1994,""week"":""52"",""id"":""chart""},{""time"":9507,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1269,""week"":""51"",""id"":""chart""},{""time"":11418,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3471,""week"":""52"",""id"":""chart""}]}",1,complex,bar +2023-07-24 14:46:51,2023-07-24 14:59:14,0,96.240.102.90,100,742,1,2023-07-24 14:59:14,R_1doBDNkaaAxwzYA,,,,,40.8806,-74.1456,anonymous,EN,1,3.566,3.566,4.937,1,2,,2,2.452,2.452,3.443,1,0,0,15.364,0,65,29,82,12.45,17.463,18.377,3,12.305,16.108,22.753,3,1,1,3.09,76.217,77.398,5,-3,-3,34.688,66.756,67.883,3,1,27.304,27.304,28.901,1,0,0,15.014,0,4,6,6,6,6,5,,21.369,30.417,32.691,7,5,6,6,3,3,5,"I only slightly agree because I haven't double checked independently, though i have some inherent trust in what i saw (it did not seem un realistic, the stats) ",3.485,156.394,157.404,20,5,,6.25,6.25,8.002,1,2,7,3,4,1,5,6,0,0,19.438,0,3,7,7,5,2,5,10,9,,4.9,21.661,23.365,8,3,3,1,1,4,3,3.916,16.443,17.191,7,5,4,2,9.41,10.786,2,1,1992,New Jersey,3,2,1,,4,,,17,3,1,19.243,88.943,91.336,19,633b59423091867d3a41f0f5,"{""startTime"":1690224665568,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":6207},{""label"":""window_focused"",""time"":14885}]}","{""startTime"":1690224699226,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690224548929,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":21,""label"":""tour_started""},{""time"":7311,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1099,""week"":""1"",""id"":""chart""},{""time"":13737,""label"":""tour_next"",""step"":2},{""time"":16081,""label"":""tour_end"",""step"":2},{""label"":""window_blurred"",""time"":21192},{""label"":""window_focused"",""time"":21853}]}","{""startTime"":1690224650013,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar +2023-07-24 14:49:17,2023-07-24 14:59:25,0,147.219.223.233,100,607,1,2023-07-24 14:59:25,R_1pWFi3RWZoqL12l,,,,,43.2343,-88.2311,anonymous,EN,1,3.468,3.468,6.339,1,1,3,2,1.613,7.05,8.207,2,0,0,15.006,0,100,85,57,9.687,14.142,15.587,3,20.524,78.764,79.344,12,1,1,19.828,66.848,67.99,3,1,1,9.994,58.275,60.543,3,-3,27.9,27.9,29.021,1,10.412,10.412,15.008,1,6,5,6,6,6,6,,12.509,20.714,23.493,6,6,6,6,4,6,6,It seems to be accurate based on my perception of covid cases.,3.283,49.584,51.009,10,2,,5.337,5.917,7.636,2,2,7,3,4,1,5,6,0,0,12.741,0,3,3,3,7,6,3,9,9,,5.285,18.698,20.403,8,4,3,1,1,3,4,6.271,21.648,22.915,6,4,3,5.153,11.218,12.645,2,1,1977,Wisconsin,6,2,1,,7,,,3,4,1,2.391,115.44,120.605,39,5e4465013f75e52fc82f7096,"{""startTime"":1690224811313,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690224740951,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690224616355,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":2676,""label"":""hovered"",""timeHovered"":2602,""week"":""2021-10-04""},{""time"":13240,""label"":""hovered"",""timeHovered"":3379,""week"":""2022-01-10""},{""time"":20520,""label"":""tour_next"",""step"":5},{""time"":39900,""label"":""started_brush"",""startDate"":""2021-05-05"",""endDate"":""2021-12-05""},{""time"":40665,""label"":""tour_next"",""step"":5},{""time"":49529,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-11""},{""time"":50391,""label"":""tour_next"",""step"":5},{""time"":54853,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-11""},{""time"":55471,""label"":""cleared_brush"",""using"":""click""},{""time"":55472,""label"":""cleared_brush"",""using"":""Escape""},{""time"":57050,""label"":""tour_next"",""step"":5},{""time"":62369,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690224725648,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":5723,""label"":""hovered"",""timeHovered"":2235,""week"":""2021-11-29""}]}",1,complex,line +2023-07-24 14:53:36,2023-07-24 15:00:49,0,73.248.100.40,100,433,1,2023-07-24 15:00:50,R_C8hsdaUWDcwYw6J,,,,,39.745,-75.0924,anonymous,EN,1,2.391,2.391,3.43,1,1,3,1,1.63,3.741,4.588,2,0,0,15.007,0,89,79,24,6.594,10.686,11.506,3,6.842,10.118,21.423,2,1,1,17.611,38.435,40.129,2,-2,1,33.282,47.805,48.633,2,-3,27.065,27.065,27.912,1,0,0,15.112,0,4,4,4,5,3,5,,7.36,18.863,19.675,7,5,6,4,1,1,5,Data seems about right for the time period,3.411,72.687,73.394,4,4,,4.526,4.526,5.9,1,2,7,3,4,1,5,6,0,0,16.251,0,5,5,4,4,6,5,7,7,,5.123,14.99,16.978,8,2,3,2,3,2,2,6.762,20.709,21.441,6,2,2,3.974,9.092,10.184,2,1,1970,New Jersey,6,2,1,,4,,,5,2,1,1.792,39.164,40.343,13,6282ad0acc1c40865dfd371d,"{""startTime"":1690225035824,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690224943612,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690224864367,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":6836,""label"":""tour_next"",""step"":2},{""time"":10112,""label"":""tour_end"",""step"":2},{""time"":11328,""label"":""hovered"",""timeHovered"":1244,""week"":""2021-11-22""},{""time"":12575,""label"":""hovered"",""timeHovered"":1239,""week"":""2021-11-22""},{""time"":15915,""label"":""hovered"",""timeHovered"":1701,""week"":""2022-01-03""}]}","{""startTime"":1690224927513,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line +2023-07-24 14:55:25,2023-07-24 15:00:59,0,66.227.175.200,100,334,1,2023-07-24 15:01:00,R_2tu86KAq0RbNT3O,,,,,43.9697,-86.4417,anonymous,EN,1,2.566,2.566,3.493,1,1,3,1,1.546,3.124,3.971,2,0,0,15.012,0,89,95,83,6.481,11.298,12.065,3,5.222,31.143,35.983,7,1,1,9.888,23.801,24.235,3,1,1,15.217,23.561,24.449,2,1,4.622,40.03,40.649,3,4.31,4.31,15.012,1,6,6,6,6,6,6,,6.342,10.047,12.335,8,6,6,6,6,5,6,The data seems accurate based on what I already know.,0.968,23.642,26.889,11,4,,2.186,3.771,4.798,2,2,7,3,4,1,5,6,11.25,11.25,11.401,1,3,5,7,8,3,6,9,9,,2.837,11.939,13.029,11,4,4,1,2,4,4,3.023,15.713,16.973,8,3,1,2.38,9.688,9.991,3,1,1985,Michigan,6,1,1,,7,,,13,4,1,1.175,33.971,35.001,13,59add1735e7f4800010ef002,"{""startTime"":1690225062124,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690225075123,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690224968895,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":5216,""label"":""tour_next"",""step"":5},{""time"":13871,""label"":""started_brush"",""startDate"":""2021-06-25"",""endDate"":""2022-02-13""},{""time"":14637,""label"":""moved_brush"",""startDate"":""2021-06-24"",""endDate"":""2022-02-12""},{""time"":15525,""label"":""tour_next"",""step"":5},{""time"":20500,""label"":""moved_brush"",""startDate"":""2021-11-30"",""endDate"":""2022-02-12""},{""time"":21674,""label"":""tour_next"",""step"":5},{""time"":26415,""label"":""cleared_brush"",""using"":""click""},{""time"":26423,""label"":""cleared_brush"",""using"":""Escape""},{""time"":27359,""label"":""tour_next"",""step"":5},{""time"":29293,""label"":""tour_end"",""step"":5},{""time"":33277,""label"":""started_brush"",""startDate"":""2021-11-03"",""endDate"":""2022-02-13""}]}","{""startTime"":1690225046499,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":5985,""label"":""started_brush"",""startDate"":""2021-11-02"",""endDate"":""2022-02-13""},{""time"":7654,""label"":""hovered"",""timeHovered"":1835,""week"":""2022-01-03""},{""time"":13658,""label"":""cleared_brush"",""using"":""click""},{""time"":13661,""label"":""cleared_brush"",""using"":""Escape""}]}",1,complex,line +2023-07-24 14:50:14,2023-07-24 15:01:42,0,76.124.60.166,100,687,1,2023-07-24 15:01:43,R_1DO0zNGuIsfs6XZ,,,,,39.9943,-75.1181,anonymous,EN,1,4.037,4.733,5.257,2,1,2,2,1.292,2.566,3.579,2,0,0,15.017,0,76,82,50,13.161,17.255,17.526,4,2.383,31.733,32.557,23,1,-2,135.841,154.487,155.531,3,-2,1,19.247,33.445,34.687,2,-3,13.916,14.668,14.962,2,0,0,15.022,0,6,6,2,6,6,6,,2.594,10.049,15.526,8,6,6,6,6,6,6,It provide the necessary information that are relevant.,1.497,23.267,24.595,4,1,,3.165,5.136,5.925,5,2,7,3,4,1,5,6,14.988,14.988,15.435,1,1,1,3,1,1,1,9,6,,79.67,87.803,89.743,12,1,1,3,3,1,3,78.893,97.367,98.179,7,4,5,20.697,23.479,24.447,2,1,1987,Pennsylvania,6,2,1,,2,,,10,4,2,21.538,83.191,84.826,48,566a19b57da035000fb39b89,"{""startTime"":1690224769741,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690224726950,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690224662961,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":2374,""label"":""tour_next"",""step"":5},{""time"":6792,""label"":""cleared_brush"",""using"":""click""},{""time"":8758,""label"":""tour_back"",""step"":5},{""time"":13048,""label"":""tour_next"",""step"":5},{""time"":19886,""label"":""started_brush"",""startDate"":""2021-07-03"",""endDate"":""2021-10-08""},{""time"":20338,""label"":""tour_next"",""step"":5},{""time"":22262,""label"":""moved_brush"",""startDate"":""2021-11-07"",""endDate"":""2022-02-13""},{""time"":22722,""label"":""tour_next"",""step"":5},{""time"":26379,""label"":""cleared_brush"",""using"":""Escape""},{""time"":26943,""label"":""started_brush"",""startDate"":""2021-05-22"",""endDate"":""2021-07-20""},{""time"":27577,""label"":""moved_brush"",""startDate"":""2021-11-21"",""endDate"":""2022-01-19""},{""time"":28176,""label"":""tour_next"",""step"":5},{""time"":29482,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690224711540,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line +2023-07-24 14:49:24,2023-07-24 15:01:51,0,24.140.31.219,100,746,1,2023-07-24 15:01:52,R_2CvLNFPfVH26ikP,,,,,40.8142,-81.9387,anonymous,EN,1,2.583,2.583,5.191,1,1,1,2,4.554,10.067,10.976,2,0,0,15.109,0,66,86,50,15.142,24.487,26.886,4,10.551,12.715,26.91,2,1,1,16.374,19.462,34.111,2,-2,1,30.455,44.086,54.316,2,-3,41.309,41.309,47.747,1,0,0,15.013,0,5,5,5,6,6,6,,16.091,25.757,29.339,6,5,6,6,4,4,5,I prefer to have more than one source to compare data on different subjects to see if there are any differences.,4.713,128.667,142.335,22,3,,8.286,8.286,15.877,1,2,7,3,4,1,5,6,0,0,30.481,0,5,4,8,6,4,6,7,9,,10.397,26.384,29.513,11,3,2,2,3,4,3,19.15,34.126,39.79,6,5,2,14.285,22.811,28.153,2,1,2001,Ohio,6,2,1,,9,,Wooster,13,4,1,3.026,123.171,126.113,19,615df54b6e2b2b2f76c4be9c,"{""startTime"":1690224901562,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690224710479,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690224633570,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":10548,""label"":""tour_next"",""step"":2},{""time"":12712,""label"":""tour_end"",""step"":2},{""time"":18114,""label"":""hovered"",""timeHovered"":1389,""week"":""2021-12-27""},{""time"":19511,""label"":""hovered"",""timeHovered"":1580,""week"":""2021-12-27""},{""time"":21192,""label"":""hovered"",""timeHovered"":4181,""week"":""2022-01-03""}]}","{""startTime"":1690224695126,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":3854,""label"":""hovered"",""timeHovered"":1532,""week"":""2022-01-03""},{""time"":5453,""label"":""hovered"",""timeHovered"":2123,""week"":""2022-01-03""}]}",1,simple,line +2023-07-24 14:46:22,2023-07-24 15:01:54,0,24.241.209.46,100,931,1,2023-07-24 15:01:55,R_1qWeMzwLyp2GFMi,,,,,33.7189,-86.8225,anonymous,EN,1,26.915,26.915,31.903,1,1,4,1,3.937,20.805,21.75,2,0,0,15.111,0,92,100,52,20.816,37.835,39.993,4,16.084,31.001,41.148,2,-3,1,57.721,68.58,74.001,2,-3,-3,59.615,86.616,87.735,2,-1,38.828,38.828,56.887,1,0,0,15.112,0,6,6,6,6,6,6,One of the pages of this survey had incomplete/unfinished questions (like the survey had not been completed when it was being made) so I did not know what I was supposed to respond to. ,12.781,98.29,112.43,9,6,6,6,7,6,6,"It seems well organized, legit, and I could not find any suspicious red flags.",2.635,44.16,64.056,7,3,,21.366,23.053,26.818,2,2,7,3,4,1,5,6,0,0,17.999,0,3,6,4,5,8,5,10,8,,7.36,26.508,32.808,8,3,3,1,3,3,3,6.2,29.083,31.101,6,1,1,5.206,19.913,20.824,3,2,1988,Alabama,6,1,1,,3,,,7,4,1,2.281,161.321,162.096,25,63da7f4e731d3d0ecd22a9d4,"{""startTime"":1690224757311,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690224636429,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":38429,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1366,""week"":""52"",""id"":""chart2""}]}","{""startTime"":1690224504296,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":25,""label"":""tour_started""},{""time"":7120,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1135,""week"":""29"",""id"":""chart""},{""time"":12358,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1067,""week"":""1"",""id"":""chart""},{""time"":16076,""label"":""tour_next"",""step"":2},{""time"":30994,""label"":""tour_end"",""step"":2},{""time"":37235,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1124,""week"":""52"",""id"":""chart2""}]}","{""startTime"":1690224620444,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":5186,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1072,""week"":""52"",""id"":""chart2""},{""time"":8432,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1997,""week"":""52"",""id"":""chart2""},{""time"":10828,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1468,""week"":""52"",""id"":""chart""}]}",1,simple,bar +2023-07-24 14:52:54,2023-07-24 15:02:09,0,206.255.126.39,100,554,1,2023-07-24 15:02:09,R_1hDRbKbrHQIMleZ,,,,,35.9077,-94.9905,anonymous,EN,1,4.615,4.615,6.048,1,1,3,2,2.181,4.537,6.338,2,11.949,12.365,15.108,2,76,85,22,4.757,16.701,18.406,6,18.348,39.511,40.317,7,-2,1,35.703,58.451,60.29,3,-3,-3,23.972,44.012,45.503,3,1,34.953,34.953,36.606,1,0,0,15.112,0,6,6,6,6,6,6,,5.295,14.519,18.026,9,6,5,6,5,6,4,looks right and easy to read,3.939,20.625,22.101,4,4,,2.34,3.161,5.366,2,2,7,3,4,1,5,6,0,0,27.164,0,3,1,3,3,3,3,10,7,,3.079,14.263,16.473,8,3,2,2,3,2,3,2.46,14.532,15.869,8,4,4,6.203,11.834,13.566,2,2,1998,Oklahoma,3,3,4,"Russia, German, Sweden",1,,,5,4,1,1.772,138.024,146.129,18,5e217a34e8ff3a469b5dfebc,"{""startTime"":1690224992036,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690224954184,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690224836654,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":29,""label"":""tour_started""},{""time"":12000,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1399,""week"":""51"",""id"":""chart""},{""time"":15116,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1317,""week"":""1"",""id"":""chart""},{""time"":18337,""label"":""tour_next"",""step"":2},{""time"":29585,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690224938401,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar +2023-07-24 14:54:03,2023-07-24 15:02:12,0,70.179.244.174,100,488,1,2023-07-24 15:02:12,R_2aV31eif4W6vMf4,,,,,37.7042,-97.2778,anonymous,EN,1,3.209,3.209,4.177,1,1,4,1,1.568,4.418,5.814,4,10.822,10.822,15.011,1,84,4,79,6.091,13.304,14.287,4,8.296,11.063,16.845,2,1,1,5.84,49.439,50.738,6,1,1,20.017,57.549,73.491,4,1,20.943,20.943,26.343,1,0,0,15.006,0,6,4,6,6,7,6,,8.07,20.27,21.655,6,6,7,6,3,3,5,It purports to share information from the CDC,1.276,19.738,22.689,3,6,,4.139,5.653,7.817,3,2,3,4,5,1,6,7,0,0,12.749,0,2,6,6,6,6,4,10,10,,6.061,47.692,49.762,10,4,4,2,2,4,5,27.263,44.127,45.294,6,4,2,2.217,8.152,9.434,2,1,1983,Kansas,7,1,1,,7,,,7,4,1,1.678,44.991,48.893,15,636577d277247b6a9c0dc54c,"{""startTime"":1690225001215,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690225023381,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690224894003,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":8292,""label"":""tour_next"",""step"":2},{""time"":11059,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690224985441,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line +2023-07-24 14:40:25,2023-07-24 15:02:38,0,75.248.143.132,100,1333,1,2023-07-24 15:02:39,R_2dyiSixpnM3JPML,,,,,40.7742,-111.8721,anonymous,EN,1,22.64,22.64,24.101,1,1,3,2,2.793,24.932,26.401,3,12.664,12.664,15.108,1,66,71,77,65.989,79.819,82.602,5,31.719,61.235,70.83,4,1,1,33.936,66.686,70.268,2,1,1,95.896,112.47,114.043,2,1,49.443,49.443,51.377,1,0,0,15.112,0,6,4,5,6,7,5,,38.884,83.237,88.632,9,4,6,6,2,2,6,The study said to assume that you trust the data for that part of the study. I also mostly trust that data from the cdc is accurate.,6.815,7.928,119.787,2,5,,9.826,18.652,23.293,8,2,7,3,4,1,5,6,0,0,26.33,0,4,6,3,6,6,7,11,9,,26.588,78.654,84.351,14,3,4,1,2,5,4,52.488,101.166,102.919,7,1,1,39.564,59.691,61.247,2,1,1981,Utah,3,1,1,,9,,Asian-Caucasian,1,3,1,2.095,162.478,170.072,17,5e935de580280569a374fa97,"{""startTime"":1690224475888,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690224565251,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690224274199,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":5573,""label"":""hovered"",""timeHovered"":1319,""week"":""2021-09-06""},{""time"":6981,""label"":""hovered"",""timeHovered"":2260,""week"":""2021-09-06""},{""time"":22074,""label"":""hovered"",""timeHovered"":1269,""week"":""2021-09-27""},{""time"":23343,""label"":""hovered"",""timeHovered"":1287,""week"":""2021-09-27""},{""time"":25329,""label"":""hovered"",""timeHovered"":1805,""week"":""2021-09-27""},{""time"":33181,""label"":""hovered"",""timeHovered"":1711,""week"":""2021-10-25""},{""time"":36421,""label"":""hovered"",""timeHovered"":3479,""week"":""2021-11-15""},{""time"":45325,""label"":""tour_next"",""step"":2},{""time"":61229,""label"":""tour_end"",""step"":2},{""time"":41399,""label"":""hovered"",""timeHovered"":21037,""week"":""2022-02-07""},{""time"":62602,""label"":""hovered"",""timeHovered"":1281,""week"":""2022-01-10""}]}","{""startTime"":1690224460098,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":8468,""label"":""hovered"",""timeHovered"":2263,""week"":""2021-08-30""}]}",1,moderate,line +2023-07-24 14:54:40,2023-07-24 15:02:48,0,47.42.29.22,100,488,1,2023-07-24 15:02:48,R_CdEA39rsnZ49Kb7,,,,,34.438,-82.6225,anonymous,EN,1,3.549,3.549,4.358,1,2,,2,2.477,2.477,3.409,1,0,0,15.01,0,66,90,46,6.763,12.747,14.333,3,13.729,20.447,23.495,3,-1,1,28.297,38.281,40.353,2,-3,-3,24.351,46.959,48.848,2,-3,23.794,23.794,25.109,1,0,0,15.013,0,5,5,4,5,6,6,,10.895,25.129,27.14,6,4,6,5,3,4,5,"The numbers are from the CDC, while trustworthy have had to make changes to covid numbers.",18.814,80.921,83.018,11,5,,5.327,7.601,8.9,6,2,7,3,4,1,5,6,0,0,12.083,0,3,4,3,3,2,4,9,8,,4.199,15.047,16.988,8,4,3,2,2,4,4,21.287,40.372,40.853,7,3,1,1.915,8.55,9.853,3,1,1989,South Carolina,3,2,1,,9,,Anderson,3,5,1,1.054,48.749,52.334,15,5bd47734506cd3000101d181,"{""startTime"":1690225022327,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_focused"",""time"":10749}]}","{""startTime"":1690225050319,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690224933177,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":2508,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1417,""week"":""47"",""id"":""chart""},{""time"":11759,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1300,""week"":""52"",""id"":""chart""},{""time"":13092,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1133,""week"":""1"",""id"":""chart""},{""time"":16015,""label"":""tour_next"",""step"":2},{""time"":20442,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690225006786,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":1311},{""time"":9666,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1203,""week"":""50"",""id"":""chart""}]}",1,moderate,bar +2023-07-24 14:55:30,2023-07-24 15:04:46,0,98.186.196.129,100,556,1,2023-07-24 15:04:47,R_210zszMCnHrbOYU,,,,,30.4882,-91.1443,anonymous,EN,1,3.277,3.277,4.023,1,2,,1,1.753,1.753,2.663,1,0,0,15.012,0,66,99,74,7.035,15.268,16.223,8,5.881,9.031,33.211,2,-2,-3,38.746,54.229,58.903,2,-3,-3,34.624,91.958,92.969,3,1,24.8,35.021,36.409,2,0,0,15.114,0,5,4,5,6,6,5,,9.655,25.905,27.915,8,5,6,4,1,1,5,I would assume more unvacced people get covid and more often but i'd like to see the sources and how they got the data,3.018,59.985,61.443,4,2,,4.592,5.742,7.533,3,2,7,3,4,1,5,6,0,0,16.909,0,1,1,4,6,3,2,9,9,,7.209,23.525,26.114,10,2,3,3,3,2,3,7.078,25.057,26.117,6,4,4,4.387,11.636,12.511,3,1,1996,Colorado,3,1,1,,7,,,5,4,2,1.913,52.129,53.738,12,631636ea6359694a5ae0be31,"{""startTime"":1690225178305,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690225095049,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690224986009,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":5879,""label"":""tour_next"",""step"":2},{""time"":9029,""label"":""tour_end"",""step"":2},{""time"":11781,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3541,""week"":""52"",""id"":""chart""},{""time"":15364,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1799,""week"":""1"",""id"":""chart""},{""time"":18469,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1374,""week"":""52"",""id"":""chart2""},{""time"":19878,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2029,""week"":""1"",""id"":""chart2""},{""time"":26950,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1607,""week"":""14"",""id"":""chart2""}]}","{""startTime"":1690225079365,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":2280,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1423,""week"":""52"",""id"":""chart""}]}",1,simple,bar +2023-07-24 14:54:08,2023-07-24 15:04:56,0,24.14.158.108,100,648,1,2023-07-24 15:04:57,R_28HU7XAT3veJIyV,,,,,42.0364,-88.324,anonymous,EN,1,3.137,4.966,6.424,2,1,1,2,3.172,4.859,6.682,2,0,0,15.008,0,84,86,50,18.195,26.946,27.802,5,4.314,81.646,89.825,34,1,1,32.79,79.614,80.346,8,1,1,15.947,100.02,101.258,9,1,22.582,47.129,48.567,5,13.719,13.719,15.015,1,5,5,5,5,5,5,,11.825,18.469,20.385,6,5,5,5,4,5,5,The graph is easy to understand and has a lot of data.,2.939,46.669,48.646,4,4,,8.643,9.746,10.51,2,2,7,3,4,1,5,6,10.801,24.002,25.405,2,6,6,6,6,6,6,6,6,,3.3,13.394,15.034,10,3,3,2,3,3,3,5.25,15.359,16.292,7,3,3,3.555,12.202,13.819,4,1,1983,Illinois,4,2,1,,9,,South Elgin,7,2,1,2.544,65.236,66.237,17,5dd31871c5faa232d3c20365,"{""startTime"":1690225140551,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690225072371,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690224917823,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":6856,""label"":""tour_next"",""step"":5},{""time"":10946,""label"":""tour_back"",""step"":5},{""time"":13204,""label"":""tour_next"",""step"":5},{""time"":32894,""label"":""cleared_brush"",""using"":""Click""},{""time"":47389,""label"":""cleared_brush"",""using"":""Click""},{""time"":47676,""label"":""cleared_brush"",""using"":""Click""},{""time"":48413,""label"":""cleared_brush"",""using"":""Click""},{""time"":49579,""label"":""cleared_brush"",""using"":""Click""},{""time"":51301,""label"":""cleared_brush"",""using"":""Click""},{""time"":52681,""label"":""cleared_brush"",""using"":""Click""},{""time"":54810,""label"":""cleared_brush"",""using"":""Click""},{""time"":55193,""label"":""cleared_brush"",""using"":""Click""},{""time"":55440,""label"":""cleared_brush"",""using"":""Click""},{""time"":55854,""label"":""cleared_brush"",""using"":""Click""},{""time"":56689,""label"":""cleared_brush"",""using"":""Click""},{""time"":58230,""label"":""started_brush"",""startDate"":""2021-11-10"",""endDate"":""2022-02-01""},{""time"":58751,""label"":""moved_brush"",""startDate"":""2021-11-10"",""endDate"":""2022-02-01""},{""time"":59654,""label"":""tour_next"",""step"":5},{""time"":65414,""label"":""moved_brush"",""startDate"":""2021-07-15"",""endDate"":""2021-10-06""},{""time"":66267,""label"":""cleared_brush"",""using"":""Click""},{""time"":67157,""label"":""started_brush"",""startDate"":""2021-11-11"",""endDate"":""2021-12-18""},{""time"":67815,""label"":""tour_next"",""step"":5},{""time"":72166,""label"":""cleared_brush"",""using"":""Click""},{""time"":72166,""label"":""cleared_brush"",""using"":""Escape""},{""time"":77628,""label"":""tour_next"",""step"":5},{""time"":81640,""label"":""tour_end"",""step"":5},{""time"":83097,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1051,""week"":""52"",""id"":""chart""}]}","{""startTime"":1690225056887,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":11415,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1088,""week"":""40"",""id"":""chart""}]}",1,complex,bar +2023-07-24 14:58:27,2023-07-24 15:05:17,0,73.40.171.175,100,410,1,2023-07-24 15:05:18,R_p6NzS1JHawpONvX,,,,,39.5953,-79.9229,anonymous,EN,1,4.23,4.547,5.455,2,1,2,2,1.634,4.644,5.435,2,0,0,15.008,0,75,96,50,19.669,23.813,25.14,3,4.99,43.236,46.342,10,1,1,37.767,44.494,46.208,2,-1,-1,9.967,11,12.016,2,-2,32.333,32.333,33.745,1,0,0,15.008,0,4,3,3,6,7,3,,10.256,16.641,18.572,6,3,5,4,2,3,3,Who knows anymore,3.499,33.893,34.851,9,3,,5.696,6.537,11.03,2,2,7,3,4,1,5,6,0,0,17.894,0,3,3,8,8,3,7,9,9,,8.196,16.917,18.562,8,3,3,3,4,2,4,6.065,19.531,20.721,7,5,4,2.265,8.242,9.561,2,1,2001,West Virginia,6,2,1,,7,,,17,3,2,2.392,38.375,38.907,12,60ff674ee503c8c1e2be7dc4,"{""startTime"":1690225317534,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690225266512,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690225170028,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":26,""label"":""tour_started""},{""time"":4985,""label"":""tour_next"",""step"":5},{""time"":8813,""label"":""tour_back"",""step"":5},{""time"":12061,""label"":""tour_next"",""step"":5},{""time"":18848,""label"":""started_brush"",""startDate"":""2021-06-05"",""endDate"":""2021-10-31""},{""time"":20497,""label"":""tour_next"",""step"":5},{""time"":23841,""label"":""moved_brush"",""startDate"":""2021-04-23"",""endDate"":""2021-09-18""},{""time"":24734,""label"":""tour_next"",""step"":5},{""time"":32686,""label"":""moved_brush"",""startDate"":""2021-04-23"",""endDate"":""2021-09-18""},{""time"":33246,""label"":""moved_brush"",""startDate"":""2021-04-23"",""endDate"":""2021-09-18""},{""time"":33449,""label"":""moved_brush"",""startDate"":""2021-04-23"",""endDate"":""2021-09-18""},{""time"":36580,""label"":""cleared_brush"",""using"":""Click""},{""time"":36580,""label"":""cleared_brush"",""using"":""Escape""},{""time"":40189,""label"":""tour_next"",""step"":5},{""time"":43231,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690225251039,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":3712,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3706,""week"":""1"",""id"":""chart""}]}",1,complex,bar +2023-07-24 14:59:07,2023-07-24 15:05:41,0,24.13.121.251,100,394,1,2023-07-24 15:05:42,R_3esp0mCMxwJL12M,,,,,41.6142,-87.5515,anonymous,EN,1,4.182,4.579,5.79,2,2,,2,0.88,1.429,2.118,2,2.255,11.19,15.112,4,60,97,18,30.504,35.857,37.213,4,3.041,6.758,9.962,3,1,-3,3.159,45.693,46.019,17,-2,-3,11.928,15.094,17.836,5,-1,4.223,33.874,34.714,7,0,0,15.015,0,4,4,4,6,5,4,,4.32,17.781,19.072,8,4,7,5,4,4,4,I just can't blindly trust any kind of information without multiple sources regarded. ,1.362,45.677,46.601,12,3,,4.959,5.709,7.149,2,2,3,4,5,1,6,7,1.789,13.29,14.345,7,2,1,1,3,2,2,6,7,,1.124,16.973,18.515,16,3,4,1,3,3,3,1.354,12.185,13.409,8,4,2,1.329,8.262,9.885,8,2,1999,Illinois,3,2,1,,9,,Dolton,4,3,1,1.654,40.078,43.351,23,5e6d9c5f076d2c3654541543,"{""startTime"":1690225356466,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690225287432,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690225215187,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":4,""label"":""tour_started""},{""time"":5024,""label"":""tour_next"",""step"":2},{""time"":6756,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690225271969,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line +2023-07-24 14:43:30,2023-07-24 15:06:23,0,71.114.123.167,100,1372,1,2023-07-24 15:06:23,R_Uuq155cnn9neT6h,,,,,40.2995,-76.5868,anonymous,EN,1,115.372,115.372,118.181,1,2,,1,4.91,4.91,5.9,1,0,0,15.013,0,11,100,20,40.25,59.086,60.89,8,17.18,26.4,54.628,4,1,-3,37.066,82.141,92.872,5,-2,-3,108.76,127.112,128.31,2,1,28.919,123.021,124.268,3,0,0,15.009,0,1,1,1,7,7,1,,15.086,43.594,59.407,10,1,4,1,1,1,1,"I don't believe any data that came out with covid 19. Because there has not been a good amount of time on research even done on covid 19. Everyone wants to make it political so no, I do not trust this either. Look how many people are vaccinated and have even died from covid 19. ",1.71,269.052,271.351,7,1,,16.734,20.545,23.798,2,2,7,3,4,1,5,6,0,0,26.018,0,6,1,11,7,3,6,2,9,,28.276,65.472,67.678,14,3,3,4,2,3,4,24.694,83.129,85.197,8,6,2,6.182,29.338,31.595,3,2,1975,Pennsylvania,2,2,1,,7,,,7,2,2,3.462,127.272,128.284,16,558a035bfdf99b2d75651378,"{""startTime"":1690224593225,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690224653445,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690224428625,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":19244,""label"":""tour_next"",""step"":2},{""time"":26382,""label"":""tour_end"",""step"":2},{""time"":36745,""label"":""hovered"",""timeHovered"":3754,""week"":""2021-12-27""},{""time"":51408,""label"":""hovered"",""timeHovered"":1879,""week"":""2021-12-27""}]}","{""startTime"":1690224577505,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":11475,""label"":""hovered"",""timeHovered"":2615,""week"":""2021-12-27""}]}",1,simple,line +2023-07-24 14:52:35,2023-07-24 15:07:00,0,98.110.80.236,100,864,1,2023-07-24 15:07:01,R_1ePrFIlveBbOQye,,,,,39.9242,-75.0193,anonymous,EN,1,1.775,1.775,2.831,1,1,3,2,2.783,5.332,7.245,3,7.079,7.579,15.204,2,41,18,53,24.677,30.785,32.425,3,21.949,73.228,91.958,8,1,1,44.278,58.294,62.603,2,-3,-3,53.263,87.121,88.596,2,1,11.157,51.4,53.082,8,0,0,15.206,0,6,2,5,6,7,6,,14.266,35.335,38.201,12,5,2,2,1,2,5,The visualization seems like it was made to be a bit unclear visually. It is hard to visualize a change for a particular age group or vaccination status.,3.405,111.207,120.116,8,4,,3.384,5.689,7.436,4,2,7,3,4,1,5,6,5.117,5.275,15.943,2,4,4,2,6,5,2,10,10,,5.078,30.444,35.011,14,3,3,2,3,4,3,103.074,121.978,125.342,9,2,3,2.078,10.077,12.078,4,1,1992,New Jersey,6,2,1,,7,,,8,4,2,0.785,40.468,41.839,13,5e574010f269721002764a53,"{""startTime"":1690224986961,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690225025611,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":2033},{""label"":""window_focused"",""time"":52706}]}","{""startTime"":1690224825529,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":3781,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1750,""week"":""52"",""id"":""chart""},{""time"":12498,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3234,""week"":""51"",""id"":""chart""},{""time"":15982,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1382,""week"":""51"",""id"":""chart""},{""time"":17784,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2197,""week"":""2"",""id"":""chart""},{""time"":19998,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1016,""week"":""3"",""id"":""chart""},{""time"":21943,""label"":""tour_next"",""step"":5},{""time"":32553,""label"":""started_brush"",""startDate"":""2021-05-27"",""endDate"":""2021-07-25""},{""time"":33462,""label"":""tour_next"",""step"":5},{""time"":42222,""label"":""cleared_brush"",""using"":""Click""},{""time"":45416,""label"":""cleared_brush"",""using"":""Click""},{""time"":46535,""label"":""cleared_brush"",""using"":""Click""},{""time"":49065,""label"":""cleared_brush"",""using"":""Click""},{""time"":50160,""label"":""cleared_brush"",""using"":""Click""},{""time"":51071,""label"":""started_brush"",""startDate"":""2021-10-03"",""endDate"":""2022-01-02""},{""time"":55460,""label"":""moved_brush"",""startDate"":""2021-07-10"",""endDate"":""2021-10-10""},{""time"":57126,""label"":""tour_next"",""step"":5},{""time"":67146,""label"":""cleared_brush"",""using"":""Click""},{""time"":68548,""label"":""tour_next"",""step"":5},{""time"":73222,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690224971314,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":10098,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2166,""week"":""50"",""id"":""chart""},{""time"":12710,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2338,""week"":""52"",""id"":""chart""}]}",1,complex,bar +2023-07-24 14:56:51,2023-07-24 15:07:25,0,68.168.206.211,100,634,1,2023-07-24 15:07:26,R_3CCbJDpzaxtSPxr,,,,,33.0674,-96.2351,anonymous,EN,1,3.335,3.335,4.89,1,1,2,1,1.423,4.268,5.837,2,0,0,15.011,0,17,25,21,4.8,8.723,10.455,3,23.718,62.775,88.11,6,1,1,38.109,49.839,50.948,2,-1,1,26.744,40.912,41.982,2,-3,27.134,27.134,28.753,1,0,0,15.01,0,4,4,4,3,4,3,,8.588,17.302,18.818,7,4,2,3,2,2,3,It's not easily accessible (understandable) to the average person which is discrediting.,1.946,1.946,26.589,1,4,,3.498,5.632,7.091,2,2,7,3,4,1,5,6,0,0,11.403,0,2,2,6,3,2,2,4,3,,3.184,13.555,14.952,9,2,2,4,4,2,2,3.047,17.421,19.297,8,6,3,2.649,6.785,7.939,3,2,1991,Texas,6,1,1,,9,,JOSEPHINE,9,1,1,2.694,203.105,204.202,89,605504fc7a5a699c16ae8b4d,"{""startTime"":1690225259737,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690225217474,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690225084274,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":60,""label"":""tour_started""},{""time"":8461,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2267,""week"":""41"",""id"":""chart""},{""time"":16646,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1965,""week"":""52"",""id"":""chart""},{""time"":18612,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1181,""week"":""52"",""id"":""chart""},{""time"":23700,""label"":""tour_next"",""step"":5},{""time"":38412,""label"":""started_brush"",""startDate"":""2021-05-30"",""endDate"":""2021-07-29""},{""time"":39927,""label"":""tour_next"",""step"":5},{""time"":46765,""label"":""moved_brush"",""startDate"":""2021-05-30"",""endDate"":""2021-08-15""},{""time"":47907,""label"":""tour_next"",""step"":5},{""time"":55396,""label"":""cleared_brush"",""using"":""Click""},{""time"":55396,""label"":""cleared_brush"",""using"":""Escape""},{""time"":57010,""label"":""tour_next"",""step"":5},{""time"":62767,""label"":""tour_end"",""step"":5},{""time"":63803,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1257,""week"":""52"",""id"":""chart""},{""time"":65283,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1022,""week"":""52"",""id"":""chart""},{""time"":71924,""label"":""started_brush"",""startDate"":""2022-01-02"",""endDate"":""2022-02-02""},{""time"":73400,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4691,""week"":""1"",""id"":""chart""},{""time"":78218,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1790,""week"":""1"",""id"":""chart""},{""time"":80025,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2650,""week"":""1"",""id"":""chart""},{""time"":83322,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1469,""week"":""1"",""id"":""chart""},{""time"":84893,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1150,""week"":""1"",""id"":""chart""}]}","{""startTime"":1690225201991,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":9085,""label"":""started_brush"",""startDate"":""2021-11-02"",""endDate"":""2022-01-04""},{""time"":10260,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1250,""week"":""1"",""id"":""chart""},{""time"":12754,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2138,""week"":""50"",""id"":""chart""}]}",1,complex,bar +2023-07-24 14:57:35,2023-07-24 15:08:37,0,47.37.246.164,100,661,1,2023-07-24 15:08:37,R_2amKKXlWupiIchI,,,,,34.9334,-81.9689,anonymous,EN,1,16.354,16.354,17.434,1,1,2,1,1.367,3.984,5.107,2,0,0,15.108,0,61,83,59,27.077,37.525,39.581,6,10.25,14.633,23.873,2,1,1,32.211,53.728,55.085,3,-3,-3,18.009,117.555,118.744,4,1,30.066,31.549,33.164,2,0,0,15.01,0,4,6,4,6,5,5,,4.206,20.872,24.062,7,7,6,6,6,4,6,It seems like a reliable chart and statistics for the timeline of COVID. ,4.004,86.802,87.593,4,3,,7.946,10.596,12.871,3,2,7,3,4,1,5,6,19.713,19.713,25.635,1,3,6,9,8,3,7,8,9,,6.692,25.642,28.051,14,3,4,2,4,4,3,8.781,27.23,31.138,6,3,1,10.225,16.407,18.483,2,2,1993,South Carolina,6,1,1,,9,,Duncan,5,2,1,2.752,50.701,55.077,13,612fdaecc1abdf34d995ae90,"{""startTime"":1690225426843,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690225315512,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690225156764,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":10156,""label"":""tour_next"",""step"":2},{""time"":14538,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690225300131,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":5399,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3214,""week"":""51"",""id"":""chart""},{""time"":10269,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1708,""week"":""49"",""id"":""chart""}]}",1,moderate,bar +2023-07-24 15:02:23,2023-07-24 15:09:03,0,69.250.88.163,100,399,1,2023-07-24 15:09:03,R_20OMOChcXdsRvYB,,,,,38.8579,-77.0602,anonymous,EN,1,3.6,4.051,4.706,2,1,2,1,3.736,6.578,7.272,2,0,0,15.009,0,95,97,87,12.993,21.17,22.407,5,6.125,9.854,34.68,2,1,1,21.959,36.209,37.489,2,1,1,21.682,32.65,35.38,2,1,25.336,25.336,26.434,1,0,0,15.013,0,5,5,5,6,5,5,,8.165,22.447,23.974,8,6,7,6,5,3,6,The data is clearly shown and easy to interpret.,1.534,1.534,26.97,1,5,,3.657,3.657,4.815,1,2,7,3,4,1,5,6,0,0,13.487,0,3,4,8,8,3,6,9,8,,4.572,16.998,24.661,8,5,4,1,1,5,5,3.973,12.661,13.493,6,6,2,2.39,11.704,13.454,3,1,1998,Virginia,7,3,1,,7,,,13,4,1,1.834,41.422,42.708,18,5e0413f6d62abeed46e254f6,"{""startTime"":1690225537152,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690225488651,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690225399708,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":6120,""label"":""tour_next"",""step"":2},{""time"":9848,""label"":""tour_end"",""step"":2},{""time"":12774,""label"":""hovered"",""timeHovered"":2443,""week"":""2021-04-12""},{""time"":19502,""label"":""hovered"",""timeHovered"":5701,""week"":""2022-01-03""},{""time"":26465,""label"":""hovered"",""timeHovered"":1710,""week"":""2022-01-03""},{""time"":29662,""label"":""hovered"",""timeHovered"":1658,""week"":""2022-02-07""}]}","{""startTime"":1690225473084,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":5576,""label"":""hovered"",""timeHovered"":1428,""week"":""2021-10-11""},{""time"":10675,""label"":""hovered"",""timeHovered"":1935,""week"":""2021-08-16""}]}",1,simple,line +2023-07-24 14:56:49,2023-07-24 15:09:19,0,23.245.197.96,100,749,1,2023-07-24 15:09:19,R_AyPXQBmByech4Fb,,,,,40.2938,-83.0744,anonymous,EN,1,14.365,14.365,15.929,1,1,2,2,1.919,4.174,5.917,2,0,0,15.006,0,50,50,38,35.908,42.71,50.079,3,18.519,25.055,28.015,2,1,1,19.881,51.81,53.969,3,1,1,5.532,145.344,148.918,8,1,51.033,51.033,53.805,1,0,0,15.007,0,4,2,4,2,5,2,,12.034,30.143,34.499,6,4,6,4,1,1,4,I would have to have the raw data and a chance to examine the charting before I can state that I trust the visualization of the data.,7.222,63.871,67.354,2,4,,9.172,9.172,11.562,1,2,3,4,5,1,6,7,0,0,14.075,0,1,3,6,3,4,6,5,6,,5.255,22.192,24.75,9,5,5,1,2,5,5,3.109,22.473,24.477,6,4,2,5.178,16.457,18.975,2,1,1960,Ohio,6,2,1,,8,European-American,,19,2,1,2.943,100.708,106.314,41,5f72bc2e12db6e205a9b7bfe,"{""startTime"":1690225208834,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690225243740,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690225110531,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":18471,""label"":""tour_next"",""step"":2},{""time"":25006,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690225193391,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":5398,""label"":""hovered"",""timeHovered"":1052,""week"":""2021-09-13""},{""time"":8378,""label"":""hovered"",""timeHovered"":1374,""week"":""2022-01-03""},{""time"":10107,""label"":""hovered"",""timeHovered"":1135,""week"":""2022-01-03""}]}",1,simple,line +2023-07-24 15:00:40,2023-07-24 15:09:21,0,131.252.183.200,100,521,1,2023-07-24 15:09:22,R_3Hq7R9bb66eFatx,,,,,45.3894,-122.586,anonymous,EN,1,2.971,2.971,4.099,1,1,3,2,2.268,4.628,5.665,2,0,0,15.014,0,79,79,53,8.772,23.996,25.778,3,23.028,28.756,31.369,2,1,1,24.14,34.667,35.666,2,1,-3,47.711,65.03,66.316,2,1,66.904,66.904,69.691,1,0,0,15.122,0,6,4,6,5,6,6,,9.621,23.163,28.376,7,5,6,6,6,6,6,"It comes from the CDC. And it makes logical sense, in that there are more infections among the unvaccinated than the vaccinated.",2.333,55.285,57.756,4,4,,7.463,7.463,9.293,1,2,7,3,4,1,5,6,0,0,20.107,0,4,7,3,7,8,2,9,7,,6.38,19.474,21.248,8,4,4,2,2,4,3,4.091,27.699,28.642,7,3,2,1.872,8.392,10.133,2,1,1971,Oregon,6,3,1,,7,,,6,4,1,1.427,35.424,36.977,12,5ed59b175d4222135fddf229,"{""startTime"":1690225414368,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":20,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3571,""week"":""51"",""id"":""chart""},{""time"":4421,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1298,""week"":""51"",""id"":""chart""}]}","{""startTime"":1690225443209,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690225300302,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":11384,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7017,""week"":""52"",""id"":""chart""},{""time"":20000,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1416,""week"":""52"",""id"":""chart""},{""time"":23024,""label"":""tour_next"",""step"":2},{""time"":28751,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690225398869,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":4017,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1073,""week"":""1"",""id"":""chart""},{""time"":5205,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3308,""week"":""2"",""id"":""chart""}]}",1,moderate,bar +2023-07-24 14:56:18,2023-07-24 15:10:05,0,104.62.180.203,100,826,1,2023-07-24 15:10:06,R_9LJwdZuyEjkqXHr,,,,,32.7203,-117.1552,anonymous,EN,1,6.441,6.441,8.166,1,2,,1,2.355,2.355,4.059,1,0,0,15.01,0,0,71,50,36.822,54.836,63.605,4,47.713,54.541,71.202,2,1,1,29.822,54.491,56.458,2,1,1,63.29,82.338,84.104,2,1,106.732,106.732,108.201,1,0,0,15.014,0,1,1,1,7,6,1,,8.789,45.674,47.268,9,5,7,4,2,2,7,"Because the instructions specifically said that I should assume that I trust the visualization. Otherwise, I really don't. ",1.737,43.875,48.947,2,6,,4.816,10.219,13.003,5,2,7,3,4,1,5,6,0,0,26.477,0,5,3,7,7,1,5,6,7,,6.918,38.38,41.749,8,2,4,4,2,3,5,3.394,28.73,30.391,6,6,3,1.842,17.001,20.194,3,2,1978,California,6,2,1,,2,,,8,4,2,3.7,78.586,82.365,12,5723c21ca300060009bc6d9d,"{""startTime"":1690225363252,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690225261804,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690225088619,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":32,""label"":""tour_started""},{""time"":5043,""label"":""hovered"",""timeHovered"":38614,""week"":""2022-01-10""},{""time"":47687,""label"":""tour_next"",""step"":2},{""time"":54514,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690225245817,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line +2023-07-24 14:57:55,2023-07-24 15:10:22,0,47.35.197.195,100,746,1,2023-07-24 15:10:23,R_u38lHDLQo0HgtIR,,,,,35.046,-81.981,anonymous,EN,1,3.741,3.741,4.546,1,2,,1,3.75,3.75,4.707,1,0,0,15.01,0,22,73,45,23.099,33.1,34.761,4,32.304,39.496,53.406,2,1,1,37.901,57.308,58.772,2,1,1,69.328,91.404,93.141,2,1,54.582,54.582,55.596,1,0,0,15.116,0,4,3,4,6,7,3,,7.949,42.856,45.229,7,4,6,6,3,3,4,"At this point even though the CDC is referenced as the source of the data, I have no way of knowing if it actually is. Anyone can put in any numbers in the graphic.",10.511,110.797,111.944,9,6,,8.373,8.373,9.788,1,2,3,4,5,1,6,7,0,0,16.942,0,3,3,9,4,2,6,8,9,,8.561,22.981,25.134,8,3,3,3,2,4,3,24.106,50.638,51.546,6,6,2,6.326,20.082,21.834,2,2,1964,South Carolina,6,3,1,,7,,,8,1,2,2.346,64.412,71.265,17,6463cfeaae6a490d6632c2de,"{""startTime"":1690225313191,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690225359276,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690225149628,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":21743,""label"":""hovered"",""timeHovered"":4255,""week"":""2022-01-10""},{""time"":26198,""label"":""hovered"",""timeHovered"":2268,""week"":""2021-12-20""},{""time"":32297,""label"":""tour_next"",""step"":2},{""time"":39489,""label"":""tour_end"",""step"":2},{""time"":41772,""label"":""hovered"",""timeHovered"":1250,""week"":""2021-04-12""},{""time"":45347,""label"":""hovered"",""timeHovered"":3255,""week"":""2022-02-07""}]}","{""startTime"":1690225297611,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":4012,""label"":""hovered"",""timeHovered"":1535,""week"":""2021-08-23""},{""time"":6779,""label"":""hovered"",""timeHovered"":2098,""week"":""2021-07-26""}]}",1,moderate,line +2023-07-24 15:02:17,2023-07-24 15:10:29,0,73.40.208.177,100,492,1,2023-07-24 15:10:30,R_1li6fO6WQ8oYsJN,,,,,40.4409,-79.9857,anonymous,EN,1,5.568,5.568,6.897,1,1,2,1,1.497,3.636,5.176,2,0,0,15.019,0,95,84,72,7.828,13.822,15.681,3,11.087,14.754,19.214,2,1,1,24.843,42.018,49.88,2,1,1,11.19,44.865,46.637,4,1,20.345,20.345,22.083,1,0,0,15.127,0,6,5,6,6,6,6,,7.093,20.699,23.131,6,6,6,6,4,4,5,It would is hard to make out the day to day case or how much they've gone up or down over a set period.,2.207,64.487,69.86,3,4,,6.335,9.704,11.082,4,2,7,3,4,1,5,6,0,0,24.165,0,4,5,4,5,5,3,9,9,,5.122,22.576,25.315,8,4,3,2,2,4,4,6.807,24.849,26.616,7,1,1,4.403,10.14,12.633,3,1,1983,Pennsylvania,6,3,1,,7,,,3,4,1,3.124,52.234,60.46,13,5a2476f6efec480001f29c16,"{""startTime"":1690225481113,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690225504882,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690225393996,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":11075,""label"":""tour_next"",""step"":2},{""time"":14743,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690225465352,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line +2023-07-24 15:00:24,2023-07-24 15:11:28,0,50.91.32.146,100,663,1,2023-07-24 15:11:29,R_2w6OTk9TFbz9FDI,,,,,35.3878,-118.936,anonymous,EN,1,10.401,10.401,11.48,1,1,4,1,1.204,8.42,9.66,3,0,0,15.158,0,100,80,50,6.114,36.794,40.408,10,16,23.636,28.357,3,1,1,1.946,46.162,48.016,4,1,-3,7.496,65.744,67.427,3,-2,24.512,24.512,28.045,1,0,0,15.224,0,7,5,4,7,7,7,,65.604,90.049,110.907,7,4,7,7,3,3,7,"Its from the CDC, a reliable government source. In a sea of people trying to sway the population one way or another, there is not many more reliable than straight from the source information the CDC has.",3.701,66.139,67.599,4,1,"That was a nice trick with the mouse over on the graphs, but I feel most people would miss that as an option or not even bother to use it.",4.07,9.475,47.34,3,2,7,3,4,1,5,6,0,0,15.433,0,4,8,1,1,6,1,9,9,,4.812,16.531,18.018,8,1,1,5,5,1,1,8.802,17.162,18.295,6,2,2,1.385,5.538,8.117,2,1,1986,California,6,2,1,,4,,,5,3,2,2.239,43.727,45.975,13,5e20a27f25a4d03b9ee10bc6,"{""startTime"":1690225411946,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":4544},{""label"":""window_focused"",""time"":65598},{""time"":66810,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2385,""week"":""52"",""id"":""chart""},{""time"":99771,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2894,""week"":""52"",""id"":""chart""}]}","{""startTime"":1690225523985,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690225317843,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":60,""label"":""tour_started""},{""time"":12892,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1383,""week"":""14"",""id"":""chart""},{""time"":15975,""label"":""tour_next"",""step"":2},{""time"":23612,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690225395747,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":7719,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2606,""week"":""52"",""id"":""chart2""},{""time"":10986,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3372,""week"":""1"",""id"":""chart2""}]}",1,simple,bar +2023-07-24 15:02:05,2023-07-24 15:11:38,0,66.90.208.20,100,572,1,2023-07-24 15:11:39,R_20MME3u16Xwho29,,,,,31.8573,-102.3476,anonymous,EN,1,30.075,30.075,52.817,1,1,2,2,1.177,15.661,18.273,7,0,0,15.014,0,85,50,55,29.431,60.753,61.427,8,12.673,60.606,62.668,10,1,1,14.278,22.46,23.436,2,-3,1,37.785,63.467,65.395,3,1,27.809,33.341,34.322,2,0,0,15.011,0,5,6,6,6,7,7,,8.602,15.566,16.904,8,6,7,6,7,6,7,It definitely seems accurate and that the person who put it together knew what they were doing with it.,1.817,1.817,29.257,1,5,,2.801,6.439,6.707,8,2,7,3,4,1,5,6,0,0,12.554,0,3,1,3,3,4,5,10,10,,3.45,15.138,16.099,17,4,3,1,2,4,5,8.544,24.295,26.639,12,2,2,2.701,8.979,10.784,6,3,2000,Texas,2,2,1,,4,,,4,4,1,2.699,52.017,53.525,18,5b393581c49ecb00010a6693,"{""startTime"":1690225646868,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690225585303,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690225471951,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":8365,""label"":""hovered"",""timeHovered"":1347,""week"":""2022-01-10""},{""time"":10270,""label"":""hovered"",""timeHovered"":1089,""week"":""2022-01-10""},{""time"":12668,""label"":""tour_next"",""step"":5},{""time"":25990,""label"":""started_brush"",""startDate"":""2021-05-31"",""endDate"":""2022-01-23""},{""time"":27454,""label"":""moved_brush"",""startDate"":""2021-06-21"",""endDate"":""2022-02-13""},{""time"":27871,""label"":""moved_brush"",""startDate"":""2021-06-21"",""endDate"":""2022-02-13""},{""time"":28817,""label"":""tour_next"",""step"":5},{""time"":31072,""label"":""moved_brush"",""startDate"":""2021-06-21"",""endDate"":""2022-02-13""},{""time"":33986,""label"":""moved_brush"",""startDate"":""2021-06-21"",""endDate"":""2022-02-13""},{""time"":35158,""label"":""tour_next"",""step"":5},{""time"":46044,""label"":""moved_brush"",""startDate"":""2021-06-21"",""endDate"":""2022-02-13""},{""time"":49230,""label"":""moved_brush"",""startDate"":""2021-06-21"",""endDate"":""2022-02-13""},{""time"":51720,""label"":""moved_brush"",""startDate"":""2021-06-21"",""endDate"":""2022-02-13""},{""time"":52377,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-12-04""},{""time"":52888,""label"":""started_brush"",""startDate"":""2022-01-07"",""endDate"":""2022-01-08""},{""time"":53160,""label"":""moved_brush"",""startDate"":""2022-01-07"",""endDate"":""2022-01-08""},{""time"":54103,""label"":""cleared_brush"",""using"":""click""},{""time"":54981,""label"":""started_brush"",""startDate"":""2021-04-24"",""endDate"":""2021-08-19""},{""time"":55868,""label"":""moved_brush"",""startDate"":""2021-10-19"",""endDate"":""2022-02-13""},{""time"":56689,""label"":""tour_next"",""step"":5},{""time"":60600,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690225569827,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":4992,""label"":""started_brush"",""startDate"":""2021-06-04"",""endDate"":""2021-07-03""},{""time"":7520,""label"":""moved_brush"",""startDate"":""2021-12-10"",""endDate"":""2022-01-09""},{""time"":7945,""label"":""cleared_brush"",""using"":""click""}]}",1,complex,line +2023-07-24 15:04:03,2023-07-24 15:11:54,0,108.44.45.38,100,471,1,2023-07-24 15:11:55,R_30v5fBo6QBkdPux,,,,,42.62,-73.8343,anonymous,EN,1,2.243,2.243,2.378,1,1,3,1,2.063,3.287,3.373,2,0,0,15.086,0,100,91,87,62.967,70.758,71.701,7,2.791,4.396,5.13,2,-2,-3,5.435,29.039,29.38,6,-3,-2,40.777,72.502,73.633,4,-3,10.811,18.512,19.409,2,3.704,3.704,15.11,1,7,6,7,6,7,7,Not really.,3.514,40.977,42.946,7,7,7,7,4,5,7,Well that one showed the data and had a breakdown when I hovered over it. ,2.357,37.761,38.469,10,2,,4.065,5.537,6.533,3,2,7,3,4,1,5,6,0,0,10.042,0,4,2,4,4,1,2,9,10,,2.345,10.472,11.728,8,4,4,2,1,5,4,3.897,15.327,15.848,6,4,3,12.314,32.918,34.057,2,1,1992,New York,3,2,1,,7,,,12,4,1,1.584,49.002,49.24,27,5bb3830499d3d900017ad3d2,"{""startTime"":1690225690975,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690225639369,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690225544260,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":2785,""label"":""tour_next"",""step"":2},{""time"":4390,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690225623826,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":4535,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2183,""week"":""2"",""id"":""chart""},{""time"":10098,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1254,""week"":""4"",""id"":""chart""}]}",1,moderate,bar +2023-07-24 14:52:58,2023-07-24 15:11:56,0,63.227.221.139,100,1137,1,2023-07-24 15:11:56,R_3oSECsCLC42aDS6,,,,,45.461,-122.7052,anonymous,EN,1,13.894,13.894,15.131,1,1,3,1,3.215,5.981,6.845,2,0,0,15.009,0,91,86,56,6.921,11.854,12.85,3,121.366,126.117,137.711,2,1,-3,18.427,42.015,43.969,2,-2,1,61.041,88.778,90.354,2,1,64.32,64.32,78.275,1,0,0,15.007,0,6,5,6,5,6,5,:),4.495,15.763,18.074,8,5,5,4,2,2,5,It looks scientifically accurate.,2.276,22.358,23.775,5,4,Thank you.,98.747,101.427,104.583,3,2,7,3,4,1,5,6,0,0,43.706,0,6,7,2,7,6,6,9,8,Thank you.,76.971,95.223,98.921,9,3,2,3,4,2,3,161.078,176.132,176.812,7,1,3,5.188,12.367,13.754,2,1,1983,Oregon,3,2,1,,7,,,5,4,2,7.881,183.417,184.941,11,5e8caf1b063693041f6ac524,"{""startTime"":1690225141262,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690225093772,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690224847188,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":21,""label"":""tour_started""},{""label"":""window_blurred"",""time"":18153},{""label"":""window_focused"",""time"":112513},{""time"":121354,""label"":""tour_next"",""step"":2},{""time"":126103,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690225077729,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":8097,""label"":""hovered"",""timeHovered"":1571,""week"":""2022-01-10""},{""time"":13157,""label"":""hovered"",""timeHovered"":1115,""week"":""2022-01-31""}]}",1,moderate,line +2023-07-24 15:03:32,2023-07-24 15:12:00,0,73.69.59.54,100,507,1,2023-07-24 15:12:00,R_3h3zmHKaI3GrBts,,,,,42.1293,-72.7522,anonymous,EN,1,2.792,2.792,3.591,1,1,3,2,6.495,8.871,11.165,2,0,0,15.117,0,99,100,48,10.551,17.783,19.74,3,14.042,23.914,24.28,4,-3,1,33.572,49.02,50.098,3,-3,-3,70.881,114.129,115.518,3,1,26.995,26.995,28.089,1,0,0,15.007,0,6,6,6,7,7,6,,10.406,17.716,19.371,6,6,6,4,1,2,6,it came from the CDC,1.122,77.016,83.813,5,2,,3.032,3.463,5.093,2,2,7,3,4,1,5,6,0,0,9.277,0,1,1,3,1,4,6,10,9,,1.849,13.041,13.327,9,4,4,1,2,5,5,1.744,10.032,10.534,7,1,1,1.026,8.682,10.336,4,2,1979,Massachusetts,7,3,1,,9,,Agawam,4,4,1,2.753,38.529,41.063,13,55a55bd7fdf99b790558627c,"{""startTime"":1690225627254,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690225647003,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690225471453,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":14040,""label"":""tour_next"",""step"":2},{""time"":16911,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690225611800,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar +2023-07-24 14:38:23,2023-07-24 15:12:03,0,96.39.248.104,100,2019,1,2023-07-24 15:12:04,R_3Krt3KgzWHsWVYH,,,,,34.0899,-118.0871,anonymous,EN,1,492.28,492.28,493.058,1,1,4,2,2.962,4.484,6.681,2,0,0,15.007,0,81,70,72,153.561,168.568,169.813,3,15.001,90.138,180.424,13,1,-3,32.431,47.157,49.239,2,-3,-3,26.822,51.242,52.165,2,1,48.406,48.406,49.867,1,0,0,15.017,0,6,5,6,6,6,6,,5.624,17.066,19.113,6,5,6,6,5,4,5,The data the visualization uses seems to come from a reliable source. I'd like to cross reference it with other sources to make sure the data is consistent.,2.822,112.117,115.159,11,4,,5.961,5.961,7.274,1,2,7,3,4,1,5,6,0,0,18.195,0,6,7,6,7,6,7,9,8,,4.969,18.829,19.897,8,3,3,3,3,4,3,6.731,18.501,19.258,6,3,2,3.397,9.913,11.04,2,1,1984,California,9,2,1,,2,,,19,4,1,2.601,80.425,84.434,17,60de6eaecf5d59c0e0670050,"{""startTime"":1690225633987,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690225067464,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690224820029,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":15094,""label"":""tour_next"",""step"":5},{""time"":32907,""label"":""tour_back"",""step"":5},{""time"":41590,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4619,""week"":""1"",""id"":""chart""},{""time"":48456,""label"":""tour_next"",""step"":5},{""time"":54574,""label"":""cleared_brush"",""using"":""Click""},{""time"":55410,""label"":""cleared_brush"",""using"":""Click""},{""time"":56718,""label"":""cleared_brush"",""using"":""Click""},{""time"":62893,""label"":""started_brush"",""startDate"":""2021-09-16"",""endDate"":""2022-01-05""},{""time"":63787,""label"":""tour_next"",""step"":5},{""time"":70641,""label"":""moved_brush"",""startDate"":""2021-08-16"",""endDate"":""2021-12-05""},{""time"":74778,""label"":""moved_brush"",""startDate"":""2021-05-06"",""endDate"":""2021-08-25""},{""time"":76799,""label"":""cleared_brush"",""using"":""Click""},{""time"":77513,""label"":""tour_next"",""step"":5},{""time"":83354,""label"":""cleared_brush"",""using"":""Click""},{""time"":83355,""label"":""cleared_brush"",""using"":""Escape""},{""time"":85827,""label"":""tour_next"",""step"":5},{""time"":90130,""label"":""tour_end"",""step"":5},{""time"":92658,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":57321,""week"":""1"",""id"":""chart""},{""label"":""window_blurred"",""time"":151961},{""label"":""window_focused"",""time"":180328}]}","{""startTime"":1690225051849,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":10590,""label"":""cleared_brush"",""using"":""Click""},{""time"":12501,""label"":""moved_brush"",""startDate"":""2021-10-07"",""endDate"":""2021-12-18""},{""time"":15277,""label"":""moved_brush"",""startDate"":""2021-11-20"",""endDate"":""2022-01-31""}]}",1,complex,bar +2023-07-24 14:45:45,2023-07-24 15:12:11,0,71.176.66.84,100,1586,1,2023-07-24 15:12:12,R_3NX7WVuI6DGCk0W,,,,,43.0391,-76.1277,anonymous,EN,1,2.504,2.504,3.739,1,1,1,2,2.538,4.7,7.645,2,0,0,15.104,0,88,90,63,20.38,23.926,25.836,3,10.623,65.752,67.401,11,1,1,40.089,99.573,103.937,3,-1,-1,6.034,64.126,65.129,7,1,17.232,69.54,81.912,3,0,0,15.106,0,6,5,2,5,6,6,,23.045,31.52,35.194,6,5,5,6,6,6,7,The information seemed accurate and visually appealing.,3.305,51.572,68.151,15,4,,3.555,4.322,6.673,2,2,7,3,4,1,5,6,0,0,27.422,0,4,4,5,7,5,5,10,6,,292.804,315.689,319.647,9,2,1,4,4,2,2,5.683,29.87,39.376,9,4,2,2.492,6.5,9.393,2,2,1962,California,7,1,1,,7,,,9,5,1,1.491,121.061,134.841,18,5dae25fc2e361800135fbd02,"{""startTime"":1690225000588,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690225036260,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":19080},{""label"":""window_focused"",""time"":21046},{""label"":""window_blurred"",""time"":21647},{""label"":""window_focused"",""time"":22941},{""label"":""window_blurred"",""time"":23886},{""label"":""window_focused"",""time"":24517}]}","{""startTime"":1690224834354,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":10615,""label"":""tour_next"",""step"":5},{""time"":32450,""label"":""cleared_brush"",""using"":""click""},{""time"":33593,""label"":""cleared_brush"",""using"":""click""},{""time"":35294,""label"":""started_brush"",""startDate"":""2021-08-02"",""endDate"":""2021-10-29""},{""time"":36054,""label"":""tour_next"",""step"":5},{""time"":45316,""label"":""moved_brush"",""startDate"":""2021-11-05"",""endDate"":""2022-02-01""},{""time"":46249,""label"":""tour_next"",""step"":5},{""time"":53134,""label"":""moved_brush"",""startDate"":""2021-11-17"",""endDate"":""2022-02-13""},{""time"":60416,""label"":""moved_brush"",""startDate"":""2021-11-17"",""endDate"":""2022-02-13""},{""time"":62414,""label"":""cleared_brush"",""using"":""click""},{""time"":63805,""label"":""tour_next"",""step"":5},{""time"":65744,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690224984931,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line +2023-07-24 15:01:23,2023-07-24 15:12:31,0,174.210.1.110,100,668,1,2023-07-24 15:12:32,R_2S6P0svcMzLnSFd,,,,,38.6961,-90.2544,anonymous,EN,1,5.085,5.085,6.573,1,1,3,2,1.886,3.977,7.386,2,0,0,15.016,0,64,64,37,9.252,21.739,23.113,5,36.972,100.761,112.276,16,-2,-2,31.499,48.902,50.435,2,1,1,40.325,52.83,54.217,2,-3,19.27,33.822,40.535,2,0,0,15.111,0,5,2,5,6,6,6,Thank you for all your hard work!,13.838,42.829,48.241,9,6,6,6,7,6,6,It relies upon factual data (presumably).,2.353,23.172,25.355,3,6,Thank you for all your hard work!,3.634,7.828,15.286,4,2,7,3,4,1,5,6,0,0,18.546,0,1,3,6,8,7,6,9,9,Thank you for all your hard work!,4.65,25.225,29.988,12,4,4,2,1,4,4,21.712,44.71,45.776,6,1,1,4.078,9.863,10.936,2,1,1982,Missouri,7,3,1,,7,,,3,4,1,1.695,48.904,58.508,14,63d15d3dd6cacf7e94f8c0b1,"{""startTime"":1690225603557,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690225553574,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690225384038,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":3599,""label"":""hovered"",""timeHovered"":1101,""week"":""2021-12-13""},{""time"":16800,""label"":""hovered"",""timeHovered"":1065,""week"":""2021-05-24""},{""time"":34083,""label"":""hovered"",""timeHovered"":1299,""week"":""2022-01-10""},{""time"":36966,""label"":""tour_next"",""step"":5},{""time"":51685,""label"":""started_brush"",""startDate"":""2021-05-28"",""endDate"":""2021-06-04""},{""time"":54023,""label"":""cleared_brush"",""using"":""click""},{""time"":59667,""label"":""started_brush"",""startDate"":""2021-07-11"",""endDate"":""2021-11-21""},{""time"":59962,""label"":""moved_brush"",""startDate"":""2021-07-11"",""endDate"":""2021-11-21""},{""time"":60580,""label"":""cleared_brush"",""using"":""click""},{""time"":62965,""label"":""started_brush"",""startDate"":""2021-12-01"",""endDate"":""2022-01-10""},{""time"":63433,""label"":""cleared_brush"",""using"":""click""},{""time"":64704,""label"":""tour_next"",""step"":5},{""time"":68501,""label"":""started_brush"",""startDate"":""2021-06-23"",""endDate"":""2021-10-15""},{""time"":71858,""label"":""started_brush"",""startDate"":""2021-05-27"",""endDate"":""2021-06-18""},{""time"":72353,""label"":""cleared_brush"",""using"":""click""},{""time"":78433,""label"":""started_brush"",""startDate"":""2022-01-05"",""endDate"":""2022-02-13""},{""time"":79406,""label"":""cleared_brush"",""using"":""click""},{""time"":82147,""label"":""started_brush"",""startDate"":""2021-05-08"",""endDate"":""2021-06-02""},{""time"":83411,""label"":""moved_brush"",""startDate"":""2021-05-08"",""endDate"":""2021-06-02""},{""time"":84478,""label"":""tour_next"",""step"":5},{""time"":89222,""label"":""moved_brush"",""startDate"":""2021-05-08"",""endDate"":""2021-06-02""},{""time"":90680,""label"":""cleared_brush"",""using"":""click""},{""time"":90682,""label"":""cleared_brush"",""using"":""Escape""},{""time"":91919,""label"":""tour_next"",""step"":5},{""time"":96634,""label"":""tour_end"",""step"":5},{""time"":103345,""label"":""started_brush"",""startDate"":""2021-04-14"",""endDate"":""2021-05-06""},{""time"":105040,""label"":""moved_brush"",""startDate"":""2021-04-14"",""endDate"":""2021-05-06""},{""time"":111282,""label"":""moved_brush"",""startDate"":""2021-10-11"",""endDate"":""2021-11-02""}]}","{""startTime"":1690225537933,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":7789,""label"":""hovered"",""timeHovered"":2341,""week"":""2021-05-31""}]}",1,complex,line +2023-07-24 15:00:16,2023-07-24 15:13:07,0,70.184.179.208,100,770,1,2023-07-24 15:13:07,R_25TmJ0WtMKXgtRT,,,,,36.8692,-76.2951,anonymous,EN,1,19.541,19.541,21.001,1,1,3,1,8.393,48.148,49.69,2,0,0,15.111,0,70,75,53,47.451,68.317,70.135,3,12.21,19.137,22.053,2,-2,1,39.498,106.477,108.757,2,-3,-3,30.702,54.635,56.575,2,1,37.677,37.677,39.623,1,0,0,15.115,0,5,4,5,5,6,5,,11.206,33.684,35.935,7,3,5,4,3,3,4,I don't feel like I have enough information to determine if it is trustworthy,4.163,57.979,65.233,8,5,,5.494,10.58,13.184,5,2,7,3,4,1,5,6,0,0,21.03,0,2,5,7,7,3,5,9,9,,9.241,36.292,38.995,8,2,2,3,4,3,2,11.244,30.254,31.687,7,2,2,2.832,10.429,13.452,2,2,1971,Florida,7,1,1,,7,,,10,4,1,2.016,78.164,91.468,12,6452a769e4c781f0fce9126d,"{""startTime"":1690225534469,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690225571330,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690225386483,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":26,""label"":""tour_started""},{""time"":5952,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1987,""week"":""1"",""id"":""chart""},{""time"":8007,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1549,""week"":""52"",""id"":""chart""},{""time"":12198,""label"":""tour_next"",""step"":2},{""time"":19124,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690225518606,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":8096,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2152,""week"":""52"",""id"":""chart2""},{""time"":10316,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1631,""week"":""51"",""id"":""chart2""},{""time"":12084,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1165,""week"":""50"",""id"":""chart2""}]}",1,simple,bar +2023-07-24 14:44:00,2023-07-24 15:13:13,0,76.155.95.223,100,1752,1,2023-07-24 15:13:13,R_3CZ9QDNKkW3IsgK,,,,,39.7128,-105.0953,anonymous,EN,1,195.777,195.777,199.196,1,1,4,2,4.071,10.816,13.072,2,0,0,15.012,0,100,100,44,35.474,65.658,68.368,9,38.633,74.491,92.292,2,1,1,89.802,172.94,186.195,4,-3,1,116.24,211.667,214.288,4,1,29.83,91.681,93.597,2,0,0,15.013,0,6,6,7,7,7,7,The previous page bubble question was confusing. I have know idea what I was answering about.,8.609,93.131,153.457,11,6,7,7,7,7,7,It is from a trusted source. I trust the data.,10.105,157.99,160.429,4,5,,13.381,13.381,32.721,1,2,7,3,4,1,5,6,0,0,69.901,0,4,7,9,8,3,4,10,9,,19.009,48.148,52.254,8,4,5,1,1,5,5,18.534,57.905,59.657,6,3,1,18.455,29.012,41.895,3,2,1965,Colorado,6,2,1,,7,,,9,2,1,9.354,164.559,169.666,14,622a4950fe920c5a243b8b8c,"{""startTime"":1690225121782,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":6846,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2267,""week"":""46"",""id"":""chart""}]}","{""startTime"":1690224916702,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690224593535,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":26514,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":9719,""week"":""51"",""id"":""chart""},{""time"":38628,""label"":""tour_next"",""step"":2},{""time"":74485,""label"":""tour_end"",""step"":2},{""time"":79846,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4849,""week"":""15"",""id"":""chart""},{""time"":85254,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1150,""week"":""36"",""id"":""chart""}]}","{""startTime"":1690224901217,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":9835,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3073,""week"":""48"",""id"":""chart""}]}",1,moderate,bar +2023-07-24 15:04:40,2023-07-24 15:13:20,0,184.60.33.83,100,520,1,2023-07-24 15:13:21,R_z1LGEd0xR5h2EMx,,,,,44.0944,-121.2863,anonymous,EN,1,5.099,5.704,7.107,2,1,4,2,3.609,5.502,7.077,2,0,0,15.025,0,78,100,58,17.797,30.765,33.804,4,20.761,26.012,36.822,2,1,-2,20.38,30.38,32.434,2,1,1,35.145,47.464,49.807,3,1,14.914,14.914,26.15,1,0,0,15.125,0,5,3,6,7,2,6,,9.214,40.419,47.206,11,5,7,6,4,6,6,"This visualization seems to be an accurate reporting, though it does not include a source to back it up.",2.168,35.132,46.022,3,4,,3.328,4.285,6.973,3,2,7,3,4,1,5,6,0,0,15.912,0,2,5,2,7,6,4,10,9,,4.876,26.335,29.878,9,4,3,2,3,4,3,4.024,28.292,30.583,8,1,2,2.208,6.183,8.971,2,3,1993,Oregon,3,1,1,,7,,,4,4,1,3.369,48.179,52.32,13,63d82b0ef18b425db684c7e5,"{""startTime"":1690225721359,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690225650733,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690225562539,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":30,""label"":""tour_started""},{""time"":7989,""label"":""hovered"",""timeHovered"":1307,""week"":""2021-12-20""},{""time"":10486,""label"":""hovered"",""timeHovered"":2540,""week"":""2022-01-24""},{""time"":20721,""label"":""tour_next"",""step"":2},{""time"":25971,""label"":""tour_end"",""step"":2},{""time"":15395,""label"":""hovered"",""timeHovered"":11344,""week"":""2022-02-07""},{""label"":""window_blurred"",""time"":35075},{""label"":""window_focused"",""time"":35251}]}","{""startTime"":1690225634011,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7779,""label"":""hovered"",""timeHovered"":2082,""week"":""2022-01-03""},{""time"":11732,""label"":""hovered"",""timeHovered"":2659,""week"":""2022-01-03""}]}",1,simple,line +2023-07-24 15:00:07,2023-07-24 15:13:27,0,108.211.159.34,100,799,1,2023-07-24 15:13:28,R_2b2GgqoW0DWtJgT,,,,,38.8025,-90.3448,anonymous,EN,1,4.814,7.882,8.974,2,1,1,1,5.561,7.05,7.859,2,4.597,10.986,15.007,5,76,83,61,8.221,20.925,21.985,5,18.216,25.278,30.159,2,1,1,16.839,37.31,54.035,2,-2,1,31.074,53.389,55.064,2,-3,143.913,282.62,283.833,16,0,0,15.009,0,6,2,6,6,7,6,,7.916,31.454,33.383,7,5,7,7,2,5,6,Scientific data outside of the visualization would lead me to believe that the data presented is more believable than not.,0.913,43.473,46.545,5,2,,3.299,4.694,6.624,2,2,7,3,4,1,5,6,0,0,18.492,0,1,1,5,3,1,2,9,8,,3.299,19.736,21.103,10,2,3,1,2,4,4,3.832,61.013,61.666,10,3,2,3.439,11.112,12.326,2,1,1992,Missouri,6,2,1,,3,,,13,4,1,1.865,50.872,52.792,15,581ed572115ee9000179b44d,"{""startTime"":1690225453266,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690225371751,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":7979},{""label"":""window_focused"",""time"":10474}]}","{""startTime"":1690225270183,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":18209,""label"":""tour_next"",""step"":2},{""time"":25272,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690225356254,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":4710,""label"":""hovered"",""timeHovered"":4147,""week"":""2022-01-10""},{""time"":11698,""label"":""hovered"",""timeHovered"":1137,""week"":""2022-01-03""}]}",1,moderate,line +2023-07-24 15:03:23,2023-07-24 15:13:36,0,73.157.201.2,100,613,1,2023-07-24 15:13:36,R_TbzG3NB7Cb5M8Jb,,,,,44.0683,-123.0763,anonymous,EN,1,12.075,12.075,13.353,1,1,2,1,2.203,3.965,6.416,3,0,0,15.011,0,100,76,51,8.616,15.221,17.814,4,28.128,99.507,116.599,10,1,-2,13.587,33.86,36.899,4,-2,-1,19.113,31.993,33.142,3,1,37.775,40.35,42.812,3,0,0,15.012,0,7,4,7,5,7,7,,12.782,28.614,32.401,8,7,7,7,6,3,5,I trust is completely but I don't trust my or other peoples ability to understand it,4.265,64.214,65.163,13,4,,5.022,5.622,7.839,2,2,7,3,4,1,5,6,2.11,16.166,19.563,2,5,5,3,6,5,1,11,9,,3.67,20.269,23.955,11,2,2,1,5,2,2,3.342,18.016,19.245,7,2,1,1.144,10.259,11.904,5,2,1975,Oregon,3,1,1,,7,,,9,3,1,1.701,92.007,93.26,36,5d32bdd9f0689e00195ac2db,"{""startTime"":1690225728683,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690225643729,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690225468022,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":4,""label"":""tour_started""},{""time"":15437,""label"":""hovered"",""timeHovered"":1074,""week"":""2021-11-01""},{""time"":19469,""label"":""hovered"",""timeHovered"":2825,""week"":""2022-01-10""},{""time"":28126,""label"":""tour_next"",""step"":5},{""time"":46174,""label"":""started_brush"",""startDate"":""2021-04-15"",""endDate"":""2022-01-05""},{""time"":52149,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-01-01""},{""time"":53049,""label"":""tour_next"",""step"":5},{""time"":59941,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-01-01""},{""time"":60529,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-01-01""},{""time"":60924,""label"":""moved_brush"",""startDate"":""2021-04-30"",""endDate"":""2022-01-21""},{""time"":63757,""label"":""moved_brush"",""startDate"":""2021-05-23"",""endDate"":""2022-02-13""},{""time"":66495,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-01-01""},{""time"":67348,""label"":""moved_brush"",""startDate"":""2021-04-26"",""endDate"":""2022-01-16""},{""time"":68706,""label"":""tour_next"",""step"":5},{""time"":74660,""label"":""moved_brush"",""startDate"":""2021-05-23"",""endDate"":""2022-02-13""},{""time"":76199,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-01-01""},{""time"":82659,""label"":""moved_brush"",""startDate"":""2021-04-27"",""endDate"":""2022-01-17""},{""time"":91175,""label"":""cleared_brush"",""using"":""click""},{""time"":91178,""label"":""cleared_brush"",""using"":""Escape""},{""time"":93739,""label"":""started_brush"",""startDate"":""2021-07-03"",""endDate"":""2021-08-05""},{""time"":94148,""label"":""moved_brush"",""startDate"":""2021-07-03"",""endDate"":""2021-08-05""},{""time"":95265,""label"":""tour_next"",""step"":5},{""time"":99505,""label"":""tour_end"",""step"":5},{""time"":109714,""label"":""moved_brush"",""startDate"":""2021-07-03"",""endDate"":""2022-01-14""},{""time"":111652,""label"":""moved_brush"",""startDate"":""2021-08-01"",""endDate"":""2022-02-13""},{""time"":114620,""label"":""moved_brush"",""startDate"":""2021-11-10"",""endDate"":""2022-02-13""}]}","{""startTime"":1690225628188,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line +2023-07-24 14:56:35,2023-07-24 15:13:39,0,68.13.255.2,100,1023,1,2023-07-24 15:13:40,R_3NwhHOV9PtEKuMR,,,,,36.053,-95.7336,anonymous,EN,1,219.098,219.098,220.27,1,1,3,1,1.822,3.623,4.643,2,0,0,15.109,0,50,86,50,17.941,48.909,50.797,4,22.016,83.46,126.937,5,-2,1,41.202,61.432,62.764,3,-3,-3,42.891,69.095,70.697,2,-3,51.822,51.822,53.27,1,0,0,15.008,0,4,5,4,6,6,4,,10.192,25.536,27.736,6,5,5,4,2,4,4,Getting information on the internet is not always 100% trustworthy.,4.289,4.289,62.212,1,4,,6.34,6.34,11.168,1,2,7,3,4,1,5,6,0,0,18.44,0,4,5,3,3,1,3,6,7,,7.652,21.627,23.752,8,2,2,1,4,3,2,10.514,25.297,31.236,6,2,1,7.956,14.668,18.018,2,2,2000,Oklahoma,2,1,1,,7,,,12,4,2,4.484,120.354,121.551,11,610038371297afd6f2db9323,"{""startTime"":1690225621914,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690225493140,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690225296610,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":22013,""label"":""tour_next"",""step"":5},{""time"":43546,""label"":""cleared_brush"",""using"":""Click""},{""time"":46592,""label"":""started_brush"",""startDate"":""2021-11-29"",""endDate"":""2022-01-01""},{""time"":49847,""label"":""tour_next"",""step"":5},{""time"":60813,""label"":""moved_brush"",""startDate"":""2021-11-30"",""endDate"":""2022-01-02""},{""time"":62630,""label"":""tour_next"",""step"":5},{""time"":70575,""label"":""cleared_brush"",""using"":""Click""},{""time"":70575,""label"":""cleared_brush"",""using"":""Escape""},{""time"":72946,""label"":""tour_next"",""step"":5},{""time"":83457,""label"":""tour_end"",""step"":5},{""time"":92923,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-05-02""},{""time"":125248,""label"":""moved_brush"",""startDate"":""2022-01-10"",""endDate"":""2022-02-07""}]}","{""startTime"":1690225477698,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar +2023-07-24 14:55:23,2023-07-24 15:14:11,0,97.100.45.148,100,1128,1,2023-07-24 15:14:12,R_27UNzvUhuVxGxy9,,,,,28.6623,-81.4136,anonymous,EN,1,14.637,14.637,15.676,1,1,2,2,6.462,12.905,13.886,2,0,0,15.014,0,84,100,83,49.252,59.602,63.381,3,25.767,96.824,149.845,3,-2,1,49.562,75.985,80.787,2,-3,-3,65.811,129.862,130.735,4,1,43.86,43.86,45.146,1,0,0,15.121,0,6,6,6,4,4,6,It was more about how the orange unvaccinated is above the vaccinated bar making it unclear for me how many caught covid. I would put the bar colors separate somehow. Or make the orange bar include the blue part as well as its own area.,14.131,111.401,113.553,12,5,4,3,4,4,5,I trust it but I dont trust the understanding of the blue bar being with the orange bar. It makes me feel there was more unvaccinated that caught covid.,1.787,95.952,97.775,4,4,unfortunately not everyone can be trusted in an age where people make careers off lying to others.,7.903,12.956,45.402,2,2,7,3,4,1,5,6,0,0,24.301,0,3,6,3,5,6,4,10,8,people that have the actual degree and worked all their lives studying something should be more trusted.,11.602,49.912,94.115,11,4,4,1,1,4,5,12.417,36.658,38.565,6,1,2,5.368,17.361,19.421,2,1,1971,Florida,3,3,1,,7,,,8,4,1,4.283,79.717,87.356,16,6429d2a209001f0ed092be98,"{""startTime"":1690225594750,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690225349116,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":25,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3082,""week"":""2"",""id"":""chart""},{""time"":4214,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1435,""week"":""51"",""id"":""chart""},{""time"":9097,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2637,""week"":""51"",""id"":""chart""}]}","{""startTime"":1690225051294,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":32559,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6410,""week"":""36"",""id"":""chart""},{""time"":40117,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5229,""week"":""52"",""id"":""chart""},{""time"":50391,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2681,""week"":""17"",""id"":""chart""},{""time"":54271,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":15134,""week"":""27"",""id"":""chart""},{""time"":73702,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":9123,""week"":""52"",""id"":""chart""},{""time"":85274,""label"":""tour_next"",""step"":2},{""time"":96817,""label"":""tour_end"",""step"":2},{""time"":99848,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1444,""week"":""1"",""id"":""chart""},{""time"":102302,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3314,""week"":""14"",""id"":""chart""},{""time"":106209,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2524,""week"":""31"",""id"":""chart""},{""time"":109595,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1570,""week"":""33"",""id"":""chart""},{""time"":112853,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2842,""week"":""49"",""id"":""chart""},{""time"":118329,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1056,""week"":""50"",""id"":""chart""},{""time"":119730,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":18342,""week"":""52"",""id"":""chart""},{""time"":138629,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1368,""week"":""41"",""id"":""chart""},{""time"":144151,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1612,""week"":""31"",""id"":""chart""}]}","{""startTime"":1690225333372,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar +2023-07-24 14:48:16,2023-07-24 15:14:26,0,98.243.93.22,100,1569,1,2023-07-24 15:14:27,R_xinHvEiVzTFg3Jv,,,,,42.5353,-83.7768,anonymous,EN,1,103.666,103.666,105.713,1,1,4,1,15.511,17.937,19.208,2,0,0,15.111,0,7,91,50,30.176,40.253,43.853,3,20.262,64.271,68.47,4,1,1,22.696,68.649,70.037,3,1,-3,71.785,113.825,116.068,4,-2,71.957,71.957,73.854,1,0,0,15.121,0,1,1,1,7,4,1,,17.625,55.805,63.15,6,1,7,4,1,1,1,"I know for a fact that more people that you are indicating in this ""visualization"" ended up having COVID during all of these time periods. Every vaccinated person I know has had COVID, so your ""findings"" don't make sense to me.",4.831,214.543,219.751,11,6,I believe your data is very flawed. Every single vaccinated person I know has had COVID and had COVID during the time period you have concentrated your questions on.,7.347,18.918,130.329,8,2,7,3,4,1,5,6,0,0,44.033,0,2,2,10,6,3,9,6,11,,7.547,42.435,45.62,8,3,4,1,1,4,4,34.237,70.485,72.696,8,5,1,63.82,71.772,73.745,2,2,1956,Michigan,4,2,1,,7,,,9,1,2,40.031,103.611,110.18,13,5ddc44d65a40f2bb49218200,"{""startTime"":1690225348793,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690225096403,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690224894233,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":17,""label"":""tour_started""},{""time"":23923,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1498,""week"":""52"",""id"":""chart""},{""time"":26139,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4353,""week"":""52"",""id"":""chart""},{""time"":30572,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3666,""week"":""1"",""id"":""chart""},{""time"":34788,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":9466,""week"":""2"",""id"":""chart""},{""time"":44689,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3666,""week"":""3"",""id"":""chart""},{""time"":49557,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7632,""week"":""6"",""id"":""chart""},{""time"":59962,""label"":""tour_next"",""step"":2},{""time"":64265,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690225080004,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":5882,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2940,""week"":""2"",""id"":""chart""}]}",1,moderate,bar +2023-07-24 14:54:33,2023-07-24 15:14:28,0,47.230.81.130,100,1195,1,2023-07-24 15:14:29,R_vkT4GSP8vPXQakh,,,,,40.7123,-74.0068,anonymous,EN,1,2.759,2.759,3.648,1,1,3,1,2.552,4.418,6.536,2,0,0,15.007,0,93,100,28,25.691,36.335,37.806,8,4.236,23.758,48.502,3,1,1,67.63,180.302,181.832,8,1,-3,221.249,307.922,311.81,4,-3,68.03,68.03,69.71,1,2.64,3.543,15.116,2,7,6,1,7,7,7,,178.502,188.943,190.891,7,7,7,7,7,7,7,"it seems accurate, its not verified but nothing about it is unbelievable",1.201,47.124,49.767,17,3,,17.346,20.298,21.508,6,2,7,3,4,1,5,6,10.49,10.818,19.451,2,2,2,4,2,4,6,11,8,,5.123,14.407,15.865,8,3,2,4,4,4,3,2.456,48.224,49.145,16,1,1,1.678,7.966,9.479,3,2,1999,New York,5,1,1,,7,,,1,4,1,1.24,66.595,76.149,26,60fdc74a770dd16724c85634,"{""startTime"":1690225196846,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":30,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":166942,""week"":""51"",""id"":""chart""}]}","{""startTime"":1690225388876,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690224949392,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":20,""label"":""tour_started""},{""time"":9634,""label"":""tour_next"",""step"":2},{""time"":23738,""label"":""tour_end"",""step"":2},{""time"":24964,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":10586,""week"":""52"",""id"":""chart2""}]}","{""startTime"":1690225180988,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar +2023-07-24 15:08:08,2023-07-24 15:15:02,0,71.205.139.122,100,414,1,2023-07-24 15:15:03,R_2RQgrSASl9d0Mv5,,,,,40.4102,-104.7584,anonymous,EN,1,0.689,2.714,3.571,4,2,,1,1.402,1.402,1.993,1,2.48,13.23,15.019,2,100,88,73,6.964,16.377,16.801,12,2.905,11.102,11.78,6,-2,1,2.278,49.058,49.773,18,1,-3,1.176,55.621,56.483,17,1,2.295,21.199,21.754,12,1.07,1.71,15.115,2,6,6,5,7,6,6,,2.133,15.383,16.133,13,6,6,6,2,6,5,I think that there could be more information put into the visualization ,9.86,30.382,35.753,2,2,,10.52,11.259,11.906,2,2,7,3,4,1,5,6,4.839,18.182,18.719,2,7,6,6,6,5,7,8,10,,2.695,14.742,15.865,12,4,4,2,2,4,3,5.275,15.501,16.511,11,3,2,8.169,14.406,20.571,5,2,1993,Colorado,4,2,1,,9,,Greeley,9,2,1,2.368,47.787,48.308,38,5deb3c192235ad24f4a21826,"{""startTime"":1690225820563,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690225837391,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690225735551,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":60,""label"":""tour_started""},{""time"":6199,""label"":""tour_next"",""step"":2},{""time"":8567,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690225804898,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar +2023-07-24 15:02:00,2023-07-24 15:15:15,0,71.192.95.81,100,794,1,2023-07-24 15:15:16,R_1mkN2y43Aju12Uz,,,,,41.6614,-70.2363,anonymous,EN,1,1.902,1.902,2.633,1,2,,1,1.056,1.731,3.008,2,0,0,15.005,0,50,100,77,2.908,29.776,33.87,11,6.608,9.112,15.941,3,-2,1,12.347,96.559,98.05,21,1,1,4.021,130.184,130.436,16,1,5.679,36.404,37.446,9,3.875,4.131,15.106,2,4,4,3,6,6,3,The previous screen had some blank questions,7.216,45.468,71.271,12,4,5,3,2,3,3,I don't know the process behind how the data was gathered,2.246,66.187,69.602,11,3,,2.605,7.139,9.445,4,2,7,3,4,1,5,6,10.029,10.352,26.368,2,1,1,4,4,1,3,1,4,,4.799,39.929,40.886,22,4,4,2,2,4,4,3.887,79.423,94.239,23,6,3,2.339,14.235,16.5,6,1,1995,Massachusetts,6,2,1,,7,,,3,1,2,3.306,43.573,44.928,20,63387c9062aa152eb6651c78,"{""startTime"":1690225671311,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690225585335,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690225390543,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":6605,""label"":""tour_next"",""step"":2},{""time"":8916,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690225537746,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar +2023-07-24 15:06:55,2023-07-24 15:15:48,0,45.46.3.101,100,532,1,2023-07-24 15:15:49,R_2akpqvz1rHenKwP,,,,,42.635,-79.0455,anonymous,EN,1,11.251,11.251,11.927,1,1,2,1,1.367,4.5,5.189,2,0.925,5.686,15.113,3,88,60,81,5.947,10.714,11.936,3,9.599,12.466,14.571,3,1,-2,12.648,55.666,56.477,4,1,1,27.7,61.331,62.487,6,-1,33.32,72.817,73.033,3,0,0,15.011,0,6,5,6,6,7,7,,8.573,16.303,17.308,6,6,5,6,3,5,7,It was made by the CDC,29.449,112.988,113.301,15,5,None,2.851,6.078,7.837,6,2,7,3,4,1,5,6,0,0,6.905,0,5,9,10,7,9,6,8,10,None,3.498,16.179,17.927,9,4,3,2,2,3,3,19.709,31.006,31.66,7,3,4,1.323,8.844,10.13,2,1,2002,New York,3,2,1,,7,,,9,4,2,1.182,29.994,30.65,13,63e8326b8d067b28655586fb,"{""startTime"":1690225764224,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_focused"",""time"":4492}]}","{""startTime"":1690225782235,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690225670606,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":4,""label"":""tour_started""},{""time"":10593,""label"":""tour_next"",""step"":2},{""time"":12460,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690225748653,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":12761}]}",1,moderate,line +2023-07-24 15:05:47,2023-07-24 15:16:02,0,104.8.117.67,100,615,1,2023-07-24 15:16:02,R_3OokqskL7E6Td8H,,,,,32.5845,-97.3741,anonymous,EN,1,10.918,10.918,11.867,1,1,3,2,1.608,3.304,4.302,2,0,0,15.015,0,72,100,82,14.079,19.362,24.244,3,37.523,69.983,70.58,5,1,1,22.103,44.965,46.825,2,-1,1,65.487,81.442,87.875,2,1,33.44,33.44,34.552,1,0,0,15.009,0,5,6,6,7,7,5,,18.823,33.098,34.683,7,4,7,5,3,3,6,"The visualization was from a reputable source, and the data seemed to align with what I believe the data would look like.",3.905,3.905,57.02,1,3,,4.642,4.642,7.097,1,2,7,3,4,1,5,6,0,0,21.154,0,5,4,4,6,2,6,9,8,,5.487,21.279,22.689,8,2,5,1,1,5,4,7.12,34.281,35.076,6,3,1,5.756,10.332,14.631,2,2,1999,Texas,4,3,1,,3,,,17,3,2,2.628,47.911,50.841,14,5ed5afc6e8229914710ada06,"{""startTime"":1690225753266,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690225788579,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690225618664,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":8979,""label"":""hovered"",""timeHovered"":8915,""week"":""2021-12-27""},{""time"":18829,""label"":""hovered"",""timeHovered"":1232,""week"":""2022-01-10""},{""time"":20063,""label"":""hovered"",""timeHovered"":1566,""week"":""2022-01-10""},{""time"":23896,""label"":""hovered"",""timeHovered"":1449,""week"":""2022-01-10""},{""time"":28732,""label"":""hovered"",""timeHovered"":1702,""week"":""2021-08-16""},{""time"":37784,""label"":""tour_next"",""step"":2},{""time"":45002,""label"":""tour_end"",""step"":2},{""time"":48899,""label"":""hovered"",""timeHovered"":1657,""week"":""2021-08-16""},{""time"":53124,""label"":""hovered"",""timeHovered"":2010,""week"":""2022-01-31""},{""time"":61331,""label"":""hovered"",""timeHovered"":1805,""week"":""2022-01-03""}]}","{""startTime"":1690225737307,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":9685,""label"":""hovered"",""timeHovered"":2547,""week"":""2021-08-16""}]}",1,simple,line +2023-07-24 15:07:16,2023-07-24 15:16:11,0,75.8.74.35,100,534,1,2023-07-24 15:16:11,R_PYAzVRWcr6WYAdb,,,,,35.7704,-78.6293,anonymous,EN,1,4.289,5.187,7.009,2,1,2,1,1.395,2.824,4.031,2,2.323,13.443,15.108,5,100,100,85,1.257,10.756,11.428,8,6.357,18.11,19.276,2,1,-3,1.562,48.113,49.97,19,-3,-3,6.435,67.451,68.364,17,-3,3.07,38.11,39.032,6,2.159,11.005,15.006,4,7,6,7,7,7,7,,1.515,15.022,16.984,9,6,7,6,6,4,7,Assuming the source is actually the CDC I generally believe they have accurate and trustworthy data.,1.533,1.533,42.865,1,5,"Unsure if it was an attention check or an actual problem, but on the page with the written response there were 3 sample questions with random filler text.",4.305,5.982,36.119,2,2,7,3,4,1,5,6,17.244,17.975,20.395,2,4,4,4,7,6,4,10,9,,3.951,24.17,24.923,15,3,3,3,3,4,3,4.448,40.989,42.485,11,1,1,3.734,9.944,11.694,4,1,1992,North Carolina,5,1,1,,7,,,16,4,2,2.287,65.895,67.138,62,5fff70ac22e2ad0995d0d45b,"{""startTime"":1690225768158,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690225785653,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690225682243,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":6350,""label"":""tour_next"",""step"":2},{""time"":18103,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690225752671,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":6338,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2458,""week"":""52"",""id"":""chart""}]}",1,simple,bar +2023-07-24 15:01:56,2023-07-24 15:16:31,0,73.249.121.176,100,875,1,2023-07-24 15:16:32,R_31TWXTuCS5FyqUW,,,,,42.364,-71.0265,anonymous,EN,1,43.112,43.112,44.474,1,1,1,2,6.008,8.801,10.429,2,0,0,15.021,0,78,13,26,18.764,24.9,27.901,3,29.647,53.876,56.339,5,-2,-3,22.469,72.803,75.591,3,1,-3,43.165,73.562,75.866,2,-1,39.968,39.968,42.4,1,0,0,15.022,0,5,3,3,5,6,3,I do not trust this data. I have lost all confidence in all government sources. I find them to be biased to fit a liberal agenda.,17.511,123.243,128.997,9,2,1,2,2,2,3,I find it very confusing to read and follow,5.076,109.37,110.879,10,2,,7.782,9.675,14.227,2,2,7,3,4,1,5,6,0,0,24.146,0,1,1,1,1,1,1,1,2,,4.893,13.876,17.048,8,2,3,2,3,3,2,13.27,47.159,49.365,6,4,2,12.523,23.598,25.884,2,2,1967,Massachusetts,6,2,1,,7,,,3,2,1,3.472,55.713,59.371,11,5f7cfe8edd75001c4eb45861,"{""startTime"":1690225744610,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690225597088,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":4348,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1537,""week"":""52"",""id"":""chart2""}]}","{""startTime"":1690225445109,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":35,""label"":""tour_started""},{""time"":9071,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2265,""week"":""14"",""id"":""chart""},{""time"":12425,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1445,""week"":""52"",""id"":""chart""},{""time"":14118,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1366,""week"":""47"",""id"":""chart""},{""time"":16251,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1990,""week"":""52"",""id"":""chart""},{""time"":19217,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6799,""week"":""6"",""id"":""chart""},{""time"":29633,""label"":""tour_next"",""step"":2},{""time"":34639,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1325,""week"":""17"",""id"":""chart2""},{""time"":38651,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1880,""week"":""32"",""id"":""chart2""},{""time"":53862,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690225580174,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":9865,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2736,""week"":""14"",""id"":""chart""},{""time"":13533,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1651,""week"":""52"",""id"":""chart""}]}",1,simple,bar +2023-07-24 14:59:04,2023-07-24 15:16:41,0,35.139.159.26,100,1056,1,2023-07-24 15:16:41,R_XAq5ubJK7pRD2Eh,,,,,28.1412,-82.5931,anonymous,EN,1,49.235,50.034,51.589,2,1,3,2,5.949,25.917,26.792,4,8.59,8.59,15.011,1,95,87,50,23.939,51.668,52.532,6,7.721,43.171,44.843,6,1,-2,10.661,52.331,53.856,9,1,1,23.136,63.437,64.448,7,1,22.469,46.838,47.847,6,8.319,8.319,15.009,1,6,6,6,6,6,6,,6.522,27.564,28.698,9,6,6,6,4,6,6,I agree with the statement because the data/visualization was provided by the CDC.,3.824,141.434,145.201,38,4,"I did not understand the section of the study labeled ""Click to write the question text"" or ""Click to write the statement"". The page may have not loaded correctly.",7.019,64.948,107.303,7,2,7,3,4,1,5,6,12.08,29.895,31.618,3,2,5,6,6,2,5,9,8,,10.17,83.46,84.401,14,3,4,2,2,4,4,48.227,83.802,85.276,10,4,2,12.242,21.529,23.149,4,1,1981,Florida,6,2,1,,7,,,7,3,2,3.134,107.711,108.764,31,60ec601b8525af507f06373d,"{""startTime"":1690225529275,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690225558659,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690225413823,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":13114,""label"":""hovered"",""timeHovered"":1217,""week"":""2021-11-08""},{""time"":32055,""label"":""tour_next"",""step"":2},{""time"":38821,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690225513622,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":9044,""label"":""hovered"",""timeHovered"":1076,""week"":""2021-08-16""},{""time"":10693,""label"":""hovered"",""timeHovered"":1002,""week"":""2021-05-03""}]}",1,simple,line +2023-07-24 15:09:11,2023-07-24 15:16:51,0,66.143.223.118,100,460,1,2023-07-24 15:16:51,R_3MAQmyh5ad2yZ7x,,,,,30.1294,-95.4238,anonymous,EN,1,3.253,3.253,4.071,1,1,2,2,1.591,3.444,4.663,2,0,0,15.011,0,76,94,50,12.637,21.085,22.469,4,15.542,18.686,21.197,2,1,1,11.335,39.526,40.66,2,1,1,19.886,32.011,33.956,2,-3,30.802,30.802,32.553,1,0,0,15.011,0,6,5,5,7,7,5,,5.255,23.214,25.457,9,5,7,6,1,2,6,The visualization is true and is represented well. ,1.32,27.38,28.629,5,5,,7.336,7.941,9.333,2,2,7,3,4,1,5,6,0,0,12.107,0,1,1,9,8,1,4,7,9,,3.262,15.176,16.449,8,3,3,3,3,3,3,6.834,14.556,16.735,6,5,2,2.448,9.489,10.796,2,1,1989,Texas,6,3,1,,7,,,8,1,2,2.078,94.713,98.259,50,5ffd392153021d20d0939515,"{""startTime"":1690225885999,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690225911904,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690225808172,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":4,""label"":""tour_started""},{""time"":1664,""label"":""hovered"",""timeHovered"":1692,""week"":""2021-09-06""},{""time"":4404,""label"":""hovered"",""timeHovered"":9413,""week"":""2022-01-03""},{""time"":15538,""label"":""tour_next"",""step"":2},{""time"":18681,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690225870624,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":1703,""label"":""hovered"",""timeHovered"":2673,""week"":""2022-01-03""},{""time"":5072,""label"":""hovered"",""timeHovered"":1270,""week"":""2022-01-31""},{""time"":6402,""label"":""hovered"",""timeHovered"":4510,""week"":""2022-01-03""},{""time"":12575,""label"":""hovered"",""timeHovered"":1107,""week"":""2022-01-03""}]}",1,simple,line +2023-07-24 15:05:31,2023-07-24 15:17:06,0,67.21.186.71,100,694,1,2023-07-24 15:17:06,R_1jwaGfWqm36aExe,,,,,34.6796,-82.9325,anonymous,EN,1,7.018,7.018,8.306,1,1,2,1,3.071,6.467,8.769,2,0,0,15.112,0,100,100,100,21.697,27.871,29.77,3,13.302,139.23,158.891,11,1,-2,44.524,68.748,72.995,2,1,-2,14.684,17.729,19.865,2,1,41.376,41.376,44.002,1,0,0,15.11,0,4,4,4,7,7,5,,12.265,32.185,34.76,7,7,7,7,1,5,7,Very well organized ,14.001,24.879,39.465,2,4,,6.547,6.547,9.304,1,2,7,3,4,1,5,6,0,0,44.86,0,1,1,1,1,1,1,11,8,,9.848,22.631,25.448,8,5,5,1,1,5,5,14.338,30.217,32.034,6,1,2,2.235,13.162,15.892,2,1,2000,South Carolina,3,2,1,,7,,,4,4,2,4.57,65.501,67.765,11,5bdcc0e876d6d50001bc33b9,"{""startTime"":1690225830338,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":1132,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1266,""week"":""52"",""id"":""chart""}]}","{""startTime"":1690225865727,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690225609826,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":49,""label"":""tour_started""},{""time"":401,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1071,""week"":""49"",""id"":""chart""},{""time"":13394,""label"":""tour_next"",""step"":5},{""time"":30856,""label"":""cleared_brush"",""using"":""Click""},{""time"":35237,""label"":""cleared_brush"",""using"":""Click""},{""time"":38110,""label"":""cleared_brush"",""using"":""Click""},{""time"":41282,""label"":""cleared_brush"",""using"":""Click""},{""time"":54323,""label"":""cleared_brush"",""using"":""Click""},{""time"":56340,""label"":""cleared_brush"",""using"":""Click""},{""time"":67944,""label"":""moved_brush"",""startDate"":""2021-10-02"",""endDate"":""2022-02-07""},{""time"":70146,""label"":""moved_brush"",""startDate"":""2021-10-02"",""endDate"":""2022-01-09""},{""time"":72345,""label"":""tour_back"",""step"":5},{""time"":75236,""label"":""tour_next"",""step"":5},{""time"":96645,""label"":""cleared_brush"",""using"":""Click""},{""time"":101691,""label"":""started_brush"",""startDate"":""2021-07-29"",""endDate"":""2021-08-16""},{""time"":104329,""label"":""moved_brush"",""startDate"":""2021-07-29"",""endDate"":""2021-09-02""},{""time"":108593,""label"":""tour_next"",""step"":5},{""time"":115975,""label"":""moved_brush"",""startDate"":""2021-07-29"",""endDate"":""2021-10-01""},{""time"":117537,""label"":""tour_next"",""step"":5},{""time"":127518,""label"":""cleared_brush"",""using"":""Click""},{""time"":127518,""label"":""cleared_brush"",""using"":""Escape""},{""time"":129049,""label"":""tour_next"",""step"":5},{""time"":137133,""label"":""tour_end"",""step"":5},{""time"":143405,""label"":""started_brush"",""startDate"":""2021-04-22"",""endDate"":""2021-05-20""},{""time"":149900,""label"":""started_brush"",""startDate"":""2021-09-30"",""endDate"":""2021-10-29""}]}","{""startTime"":1690225814229,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":8279,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1448,""week"":""1"",""id"":""chart""},{""time"":12046,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1896,""week"":""1"",""id"":""chart""}]}",1,complex,bar +2023-07-24 15:06:59,2023-07-24 15:17:09,0,172.58.81.116,100,609,1,2023-07-24 15:17:09,R_2ANpVrhtZT1BQ6z,,,,,39.7684,-86.158,anonymous,EN,1,4.088,4.088,4.842,1,1,2,2,1.137,3.372,4.155,2,0,0,15.006,0,89,68,41,14.12,23.326,24.608,4,4.628,25.441,27.707,4,1,-2,6.486,38.494,39.26,6,-2,1,11.389,22.502,29.89,2,1,18.785,98.568,99.234,5,0,0,15.011,0,5,5,6,5,4,6,,8.809,30.4,33.9,6,5,5,4,3,5,6,"Well... for one, you mentioned ""assume you trust this visualization"" outside of that, I would also agree to this statement due to the fact it's coming from the CDC.",0.961,0.961,51.07,1,3,,2.813,6.578,7.328,5,2,7,3,4,1,5,6,0,0,11.52,0,3,6,6,5,3,5,8,8,,3.426,20.468,22.601,10,2,3,3,3,2,2,3.748,21.685,21.964,9,3,2,2.46,7.441,8.19,2,1,1989,Minnesota,5,2,1,,7,,,8,4,2,0.911,41.472,42.695,17,615c777509f34c8977bc45a7,"{""startTime"":1690225845667,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690225762767,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690225679743,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":10263,""label"":""hovered"",""timeHovered"":2567,""week"":""2021-12-27""},{""time"":19106,""label"":""tour_next"",""step"":2},{""time"":22611,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690225747324,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":2150,""label"":""hovered"",""timeHovered"":1149,""week"":""2022-01-03""}]}",1,simple,line +2023-07-24 15:05:01,2023-07-24 15:17:20,0,174.238.55.124,100,739,1,2023-07-24 15:17:21,R_3j26mXjL4WWZO4J,,,,,39.6757,-86.0694,anonymous,EN,1,34.597,34.597,36.007,1,2,,2,1.735,1.735,2.929,1,0,0,15.033,0,50,82,7,2.666,9.174,10.082,4,20.572,24.332,26.979,2,-2,1,57.127,77.57,80.515,2,-3,1,34.356,63.59,65.147,2,1,26.453,26.453,27.838,1,0,0,15.093,0,2,1,1,7,5,1,,10.269,23.967,28.023,8,2,6,2,1,1,1,I don't trust information from the CDC.,1.58,19.565,26.014,4,2,,1.916,1.916,3.684,1,2,7,3,4,1,5,6,0,0,12.346,0,2,3,7,3,1,4,2,4,,3.71,17.574,19.393,9,3,3,4,2,3,4,2.753,66.41,67.185,6,7,2,32.749,40.847,42.031,3,2,1978,Kentucky,3,2,1,,7,,,4,1,1,1.838,79.022,83.955,17,5e94fc39cc318836529fd876,"{""startTime"":1690225779587,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690225817283,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":18333},{""label"":""window_focused"",""time"":22289}]}","{""startTime"":1690225664424,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":68,""label"":""tour_started""},{""time"":11224,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2317,""week"":""30"",""id"":""chart""},{""time"":15095,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3646,""week"":""6"",""id"":""chart""},{""time"":20554,""label"":""tour_next"",""step"":2},{""time"":24312,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690225761448,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_focused"",""time"":8169}]}",1,moderate,bar +2023-07-24 15:06:44,2023-07-24 15:18:02,0,98.42.47.90,100,677,1,2023-07-24 15:18:02,R_22sGA9w7UgOluf4,,,,,36.6704,-121.6592,anonymous,EN,1,6.048,8.658,9.384,5,1,3,2,2.224,10.116,10.975,5,1.48,4.982,15.008,2,100,90,54,3.431,31.328,32.231,10,4.28,119.449,120.088,15,1,1,5.367,65.8,67.365,13,1,1,1.506,52.02,52.681,10,1,5.563,52.229,52.54,8,3.956,3.956,15.018,1,7,6,6,7,7,6,,3.265,27.678,28.579,11,6,7,7,4,7,7,I trust the visualization because it lists its source of the information and has a good chart design. ,2.806,46.211,48.237,5,5,,4.181,5.932,6.571,3,2,7,3,4,1,5,6,10.06,18.061,18.731,3,5,5,2,6,6,3,10,10,,5.801,19.034,19.745,11,3,2,2,2,4,3,8.102,39.871,43.607,10,1,1,2.547,11.745,12.729,8,2,1987,California,3,2,1,,7,,,8,4,1,8.163,56.769,60.638,24,5ad6d2543660ef00019b8ce9,"{""startTime"":1690225880975,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690225910335,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690225689901,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":19,""label"":""tour_started""},{""time"":26888,""label"":""tour_next"",""step"":5},{""time"":41588,""label"":""cleared_brush"",""using"":""click""},{""time"":45656,""label"":""started_brush"",""startDate"":""2021-07-08"",""endDate"":""2021-10-08""},{""time"":47519,""label"":""moved_brush"",""startDate"":""2021-07-08"",""endDate"":""2021-10-08""},{""time"":52624,""label"":""moved_brush"",""startDate"":""2021-11-13"",""endDate"":""2022-02-13""},{""time"":53340,""label"":""tour_next"",""step"":5},{""time"":59216,""label"":""moved_brush"",""startDate"":""2021-10-07"",""endDate"":""2022-01-06""},{""time"":62465,""label"":""moved_brush"",""startDate"":""2021-09-29"",""endDate"":""2022-01-06""},{""time"":64331,""label"":""moved_brush"",""startDate"":""2021-05-25"",""endDate"":""2021-09-02""},{""time"":65643,""label"":""tour_next"",""step"":5},{""time"":71468,""label"":""moved_brush"",""startDate"":""2021-05-25"",""endDate"":""2021-09-02""},{""time"":73056,""label"":""cleared_brush"",""using"":""click""},{""time"":73059,""label"":""cleared_brush"",""using"":""Escape""},{""time"":75328,""label"":""tour_next"",""step"":5},{""time"":82112,""label"":""tour_end"",""step"":5},{""time"":90664,""label"":""hovered"",""timeHovered"":1282,""week"":""2021-04-12""},{""time"":93751,""label"":""hovered"",""timeHovered"":1901,""week"":""2021-05-24""},{""time"":103542,""label"":""hovered"",""timeHovered"":1220,""week"":""2022-01-10""},{""time"":104911,""label"":""hovered"",""timeHovered"":1501,""week"":""2022-01-10""},{""time"":116187,""label"":""started_brush"",""startDate"":""2021-05-17"",""endDate"":""2021-08-02""},{""time"":117334,""label"":""moved_brush"",""startDate"":""2021-05-17"",""endDate"":""2021-08-02""},{""time"":118189,""label"":""cleared_brush"",""using"":""click""},{""time"":118199,""label"":""cleared_brush"",""using"":""Escape""}]}","{""startTime"":1690225864956,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line +2023-07-24 15:09:57,2023-07-24 15:18:07,0,144.51.12.38,100,489,1,2023-07-24 15:18:07,R_2xKMPO5IOvxwudH,,,,,39.1541,-76.717,anonymous,EN,1,18.518,18.518,19.259,1,1,2,2,1.474,3.314,5.67,2,11.687,12.788,15.011,2,59,46,73,9.201,15.488,16.602,3,13.505,15.645,18.375,2,1,1,18.854,44.152,44.511,4,1,1,16.393,50.212,54.87,3,-3,24.323,24.323,25.922,1,0,0,15.106,0,4,4,4,4,4,3,,14.061,22.591,24.9,6,4,4,5,1,1,2,When I saw the question of if I trust it I began to doubt its validity. A lot of surveys manufacture data to experiment on people and their reactions.,2.262,74.921,76.15,10,6,,6.701,6.701,8.16,1,2,7,3,4,1,5,6,0,0,18.375,0,1,3,5,5,1,4,6,4,,5.014,17.501,19.735,8,3,2,4,3,2,3,4.835,15.783,17.353,7,4,5,4.385,12.474,13.825,3,1,1993,Texas,3,1,1,,7,,,5,4,2,1.035,47.294,48.713,11,63260e13957b6901854eed9f,"{""startTime"":1690226055490,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690225960787,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690225869448,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":13490,""label"":""tour_next"",""step"":2},{""time"":15631,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690225944439,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7782,""label"":""hovered"",""timeHovered"":1416,""week"":""2021-08-16""}]}",1,moderate,line +2023-07-24 15:02:38,2023-07-24 15:18:18,0,23.119.115.57,100,940,1,2023-07-24 15:18:19,R_3eemaFoKxsr5MFE,,,,,41.8202,-86.2404,anonymous,EN,1,5.953,10.803,23.617,2,1,3,1,1.767,4.387,8.588,2,0,0,15.112,0,100,100,76,7.241,12.92,13.852,3,31.036,35.018,38.38,2,-2,-2,33.924,82.429,83.195,3,1,-2,5.086,71.4,73.401,3,1,69.093,69.093,70.151,1,0,0,15.015,0,4,4,5,7,6,5,"As someone trained in science and anthropology, I understand there is *always bias, so that informs my first answer. I understand total accuracy is impossible, studies are only as good as the amount, type, and reliability of data as well as the interpretation and bias management. These considerations inform my answers. I trust the scientific method and methodologies but the human factor leaves tremendous room for error. Overall, I would tend to trust this data while remaining critical and keeping an open mind.",14.206,93.487,152.824,9,5,7,5,5,4,5,"Please see my previous answer where I explain this as the answer applies here as well. If there is any confusion feel free to message me for more clarity. Additional: there is an error or something on this page where it looks like the questions were not entered or formatted. I will choose all the middle answers ""asdf""",2.862,98.028,99.142,7,4,I am not sure if this is my last chance to enter info; wondering if you changed the color for vax/unvax later in the questions. If so I may have reversed them as I have some neurodivergence issues that can cause me to transpose.,3.256,85.283,87.261,8,2,7,3,4,1,5,6,0,0,17.82,0,3,3,2,2,4,1,7,5,,6.501,26.057,28.22,10,3,2,2,3,3,3,4.994,26.316,27.481,6,1,1,2.263,7.987,10.463,2,1,1975,Michigan,6,1,1,,8,"European-American (whitish skin), human race. Human is my main identity all else means very little to me.",,1,2,1,2.44,116.611,121.061,22,6336fecb0b27c43626068e01,"{""startTime"":1690225573317,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690225726775,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690225445182,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":9943,""label"":""hovered"",""timeHovered"":7734,""week"":""2021-10-04""},{""time"":20727,""label"":""hovered"",""timeHovered"":1483,""week"":""2021-12-06""},{""time"":23611,""label"":""hovered"",""timeHovered"":3850,""week"":""2021-12-27""},{""time"":31029,""label"":""tour_next"",""step"":2},{""time"":35011,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690225557790,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line +2023-07-24 15:05:34,2023-07-24 15:18:21,0,75.64.253.12,100,767,1,2023-07-24 15:18:22,R_1rxIIDK2lFarLWk,,,,,32.3046,-89.9622,anonymous,EN,1,3.783,3.783,4.9,1,1,1,2,1.333,4.034,4.8,2,0,0,15.067,0,45,66,55,36.634,48.784,49.784,4,2.85,5.584,21.951,2,1,1,54.068,61.485,63.351,2,-3,-3,77.001,87.218,88.835,2,-3,101.619,101.619,102.552,1,0,0,15.117,0,3,4,3,5,4,2,,18.65,33.417,36.467,9,5,5,6,5,5,4,"There are many weeks of data to show exponentially, and make the floor look smaller in comparison",4.634,37.968,74.202,5,4,,5.2,5.717,7.217,2,2,7,3,4,1,5,6,26.734,26.734,27.384,1,4,2,3,2,2,3,7,5,,79.635,93.018,94.968,10,4,4,2,2,4,4,3.516,12.466,13.1,11,4,4,2.133,7.2,9.467,2,1,1996,Alaska,3,2,1,,7,,,4,3,2,1.484,37.534,38.501,15,5efdb606c4efc321289cb3be,"{""startTime"":1690225728805,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690225766355,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":2034},{""label"":""window_focused"",""time"":48118}]}","{""startTime"":1690225626886,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":17,""label"":""tour_started""},{""time"":2833,""label"":""tour_next"",""step"":2},{""time"":5683,""label"":""tour_end"",""step"":2},{""time"":8767,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1083,""week"":""2"",""id"":""chart2""}]}","{""startTime"":1690225713088,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar +2023-07-24 15:11:06,2023-07-24 15:18:29,0,68.96.44.235,100,442,1,2023-07-24 15:18:30,R_32MhBrmnNAJHL9W,,,,,29.9632,-90.0753,anonymous,EN,1,24.515,24.515,25.966,1,1,4,1,1.638,3.978,4.86,2,0,0,15.017,0,85,85,85,54.671,58.343,59.058,9,8.154,12.501,15.803,3,1,-3,20.315,28.256,28.563,3,-3,1,14.618,50.394,52.248,4,1,23.063,23.063,23.848,1,0,0,15.02,0,6,6,6,6,6,6,None,3.759,7.793,10.212,7,6,6,6,6,6,6,I think data is complete and shows a clear progression.,1.595,18.924,22.164,4,4,None,3.439,5.735,8.178,4,2,7,3,4,1,5,6,0,0,16.27,0,4,8,7,7,7,6,10,9,None,5.32,22.635,22.96,12,4,4,2,2,4,4,2.781,10.261,10.933,9,6,3,2.531,8.114,9.303,3,5,1973,Massachusetts,2,2,3,,10,,,19,2,1,2.146,41.545,46.878,17,637f85fbb4f2fffacdc681db,"{""startTime"":1690226096117,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226106816,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226011544,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":8147,""label"":""tour_next"",""step"":2},{""time"":10420,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690226080481,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":8118,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1683,""week"":""2"",""id"":""chart""},{""time"":11386,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1298,""week"":""50"",""id"":""chart""}]}",1,moderate,bar +2023-07-24 15:11:23,2023-07-24 15:18:59,0,76.182.160.120,100,455,1,2023-07-24 15:19:00,R_2Etz9EH7dCfNye4,,,,,32.2108,-80.7459,anonymous,EN,1,1.103,5.864,6.65,2,1,3,2,1.125,3.103,3.919,3,0,0,15.115,0,76,64,50,9.843,16.223,18.066,3,21.13,28.806,42.632,2,1,1,18.015,35.267,38.336,2,-1,1,52.345,62.641,64.146,2,1,31.69,31.69,32.822,1,0,0,15.113,0,4,4,4,6,7,4,,12.013,23.221,24.815,6,4,6,6,1,1,4,I have no idea if the data came from where it says.,3.392,3.392,27.581,1,4,,5.524,5.524,6.634,1,2,7,3,4,1,5,6,0,0,16.569,0,1,2,5,4,1,2,9,8,,3.503,15.419,16.724,8,5,5,1,1,4,5,5.785,18.457,19.092,7,4,4,2.655,7.317,9.898,2,1,1969,South Carolina,6,3,1,,7,,,17,4,1,1.617,51.698,55.853,19,5cfeea9c4954fe00165895e0,"{""startTime"":1690226084774,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226035400,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690225937527,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":12338,""label"":""hovered"",""timeHovered"":5884,""week"":""2021-12-27""},{""time"":21121,""label"":""tour_next"",""step"":2},{""time"":28796,""label"":""tour_end"",""step"":2},{""time"":33475,""label"":""hovered"",""timeHovered"":1539,""week"":""2021-12-27""},{""time"":37164,""label"":""hovered"",""timeHovered"":1259,""week"":""2021-04-19""}]}","{""startTime"":1690226019600,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":5447,""label"":""hovered"",""timeHovered"":6504,""week"":""2021-08-16""}]}",1,simple,line +2023-07-24 15:05:51,2023-07-24 15:19:00,0,98.248.252.70,100,788,1,2023-07-24 15:19:00,R_3fPooQllYxqhHr5,,,,,37.7688,-122.262,anonymous,EN,1,2.893,3.523,4.126,2,1,2,2,1.167,2.711,3.492,2,14.481,14.481,15.012,1,92,94,85,4.478,15.266,16.276,4,9.633,73.913,116.341,11,1,-2,12.105,317.599,319.011,2,1,1,30.744,46.397,47.787,2,-3,35.5,35.5,36.499,1,0,0,15.014,0,7,7,7,7,6,7,"Nothing, thanks!",4.989,38.748,42.313,13,7,7,7,6,7,7,This aligns with everything that went down during this time period including what the cdc was reporting as well as various news sources and anecdotal evidence as well. ,0.992,38.518,39.668,4,6,"None, thanks!",4.139,10.959,14.043,4,2,7,3,4,1,5,6,0,0,10.689,0,3,4,7,5,2,3,10,10,"None, thanks!",2.901,19.078,23.176,10,4,4,2,2,4,4,4.4,11.518,12.366,7,4,2,2.173,6.768,7.498,3,1,2002,California,3,1,1,,7,,,17,4,1,0.799,29.192,34.289,12,60960a29d02b9ada38f583b5,"{""startTime"":1690225771539,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690225814386,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690225602205,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":9631,""label"":""tour_next"",""step"":5},{""time"":19849,""label"":""tour_back"",""step"":5},{""time"":24925,""label"":""tour_next"",""step"":5},{""time"":29302,""label"":""started_brush"",""startDate"":""2021-05-29"",""endDate"":""2021-06-02""},{""time"":39728,""label"":""started_brush"",""startDate"":""2021-10-10"",""endDate"":""2022-01-07""},{""time"":41359,""label"":""tour_next"",""step"":5},{""time"":52982,""label"":""moved_brush"",""startDate"":""2021-10-10"",""endDate"":""2022-01-07""},{""time"":55920,""label"":""moved_brush"",""startDate"":""2021-09-05"",""endDate"":""2021-12-03""},{""time"":57264,""label"":""tour_next"",""step"":5},{""time"":68225,""label"":""cleared_brush"",""using"":""click""},{""time"":68226,""label"":""cleared_brush"",""using"":""Escape""},{""time"":69987,""label"":""tour_next"",""step"":5},{""time"":73910,""label"":""tour_end"",""step"":5},{""time"":77088,""label"":""started_brush"",""startDate"":""2021-04-15"",""endDate"":""2022-02-13""},{""time"":83084,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-09""}]}","{""startTime"":1690225755997,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line +2023-07-24 14:59:03,2023-07-24 15:19:27,0,76.210.30.168,100,1223,1,2023-07-24 15:19:28,R_5nxTOi1SXLO17e9,,,,,33.1669,-87.5064,anonymous,EN,1,16.155,17.156,18.021,2,1,2,2,2.295,6.649,8.443,3,0,0,15.016,0,68,64,49,23.066,55.166,56.465,8,5.298,187.037,189,20,1,-3,17.936,87.602,88.918,7,-1,1,26.732,88.65,90.222,6,-3,42.382,86.908,87.898,4,9.936,9.936,15.022,1,4,4,4,6,6,4,,40.558,81.081,84.838,10,2,6,5,4,4,4,Because I honestly don't know if the data is correct or not.,3.944,70.779,76.665,5,1,,9.377,13.602,15.347,2,2,7,3,4,1,5,6,17.058,36.848,39.078,3,5,4,3,5,5,4,7,7,,4.419,42.065,43.897,18,3,4,1,2,5,4,9.142,42.587,43.921,9,4,2,5.602,18.111,19.31,4,2,1971,Alabama,3,2,1,,3,,,19,1,1,3.077,194.178,200.259,32,5af09ff00eca060001b1379c,"{""startTime"":1690225593017,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690225678498,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690225298689,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":27941,""label"":""tour_next"",""step"":5},{""time"":58415,""label"":""tour_back"",""step"":5},{""time"":78114,""label"":""hovered"",""timeHovered"":2066,""week"":""2021-05-03""},{""time"":81130,""label"":""hovered"",""timeHovered"":1317,""week"":""2021-05-31""},{""time"":84299,""label"":""hovered"",""timeHovered"":1199,""week"":""2021-06-28""},{""time"":85915,""label"":""hovered"",""timeHovered"":1569,""week"":""2021-08-16""},{""time"":91033,""label"":""tour_next"",""step"":5},{""time"":132398,""label"":""started_brush"",""startDate"":""2021-05-06"",""endDate"":""2021-06-05""},{""time"":134939,""label"":""tour_next"",""step"":5},{""time"":148614,""label"":""moved_brush"",""startDate"":""2021-05-07"",""endDate"":""2021-06-05""},{""time"":152731,""label"":""moved_brush"",""startDate"":""2021-05-07"",""endDate"":""2021-07-07""},{""time"":154086,""label"":""tour_next"",""step"":5},{""time"":163205,""label"":""cleared_brush"",""using"":""click""},{""time"":163207,""label"":""cleared_brush"",""using"":""Escape""},{""time"":165676,""label"":""tour_next"",""step"":5},{""time"":176121,""label"":""tour_end"",""step"":5},{""time"":181668,""label"":""hovered"",""timeHovered"":1225,""week"":""2022-01-24""},{""time"":183466,""label"":""hovered"",""timeHovered"":1339,""week"":""2022-01-17""}]}","{""startTime"":1690225577343,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line +2023-07-24 15:07:46,2023-07-24 15:19:28,0,174.52.137.141,100,701,1,2023-07-24 15:19:29,R_4H03IfmCeLFsxnr,,,,,40.2783,-111.7198,anonymous,EN,1,4.319,4.319,6.315,1,1,3,1,2.811,5.262,7.341,2,0,0,15.018,0,83,66,66,12.769,19.539,30.961,3,48.738,129.024,139.961,11,1,1,16.075,42.552,43.858,2,-3,1,40.296,57.38,59.03,2,-3,21.863,21.863,36.011,1,0,0,15.019,0,6,6,6,6,5,6,,10.025,28.788,30.409,7,6,5,6,5,2,5,I don't see any of the particular sources used to construct it,4.573,70.173,71.415,4,5,,10.69,10.69,12.515,1,2,7,3,4,1,5,6,0,0,26.12,0,3,3,4,3,8,3,10,7,,7.818,22.538,24.178,8,5,4,1,1,4,5,12.731,46.242,47.515,8,2,1,4.216,13.469,15.661,3,1,1979,Utah,6,3,1,,7,,,8,1,2,3.959,64.029,66.235,12,5f6837758ab63d4814ea553f,"{""startTime"":1690226035357,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690225934626,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690225741969,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":22213,""label"":""hovered"",""timeHovered"":9699,""week"":""2021-12-13""},{""time"":34721,""label"":""hovered"",""timeHovered"":1045,""week"":""2021-12-06""},{""time"":36650,""label"":""hovered"",""timeHovered"":3887,""week"":""2022-01-10""},{""time"":41141,""label"":""hovered"",""timeHovered"":1521,""week"":""2021-12-20""},{""time"":44659,""label"":""hovered"",""timeHovered"":1142,""week"":""2021-11-22""},{""time"":48730,""label"":""tour_next"",""step"":5},{""time"":66029,""label"":""started_brush"",""startDate"":""2021-06-07"",""endDate"":""2021-07-03""},{""time"":69542,""label"":""started_brush"",""startDate"":""2021-09-14"",""endDate"":""2022-02-13""},{""time"":71180,""label"":""tour_next"",""step"":5},{""time"":83838,""label"":""moved_brush"",""startDate"":""2021-05-26"",""endDate"":""2021-10-25""},{""time"":85091,""label"":""tour_next"",""step"":5},{""time"":98295,""label"":""cleared_brush"",""using"":""click""},{""time"":100769,""label"":""tour_next"",""step"":5},{""time"":112448,""label"":""tour_end"",""step"":5},{""time"":120503,""label"":""started_brush"",""startDate"":""2021-08-08"",""endDate"":""2021-08-27""},{""time"":121133,""label"":""cleared_brush"",""using"":""click""},{""time"":127170,""label"":""started_brush"",""startDate"":""2021-06-07"",""endDate"":""2021-10-11""}]}","{""startTime"":1690225919057,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line +2023-07-24 15:09:39,2023-07-24 15:19:32,0,73.73.240.34,100,593,1,2023-07-24 15:19:32,R_1IQbwLaGhnF8aR5,,,,,42.2299,-87.8426,anonymous,EN,1,2.949,2.949,4.214,1,2,,2,2.456,2.456,3.326,1,0,0,15.028,0,68,100,65,5.824,30.231,31.345,8,8.205,48.96,51.141,8,1,1,16.317,38.504,39.708,2,1,1,39.785,56.383,57.724,2,-3,5.158,33.706,64.844,5,0,0,15.021,0,5,4,4,6,6,5,,45.77,57.668,59.305,8,4,7,6,4,3,4,"The data in the visualization was noted to be from the CDC, which I don't trust on principle as a national organization.",3.065,62.71,80.606,6,4,,2.303,3.315,4.416,2,2,7,3,4,1,5,6,0,0,10.99,0,2,2,4,4,3,3,4,4,,9.686,24.172,26.109,11,3,3,2,2,4,3,2.931,22.269,23.079,8,6,2,3.541,7.266,8.111,2,1,1997,Illinois,2,1,2,,4,,,6,2,2,0.909,52.492,55.824,22,6294584c8601739c2c920cf6,"{""startTime"":1690225976226,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690226036964,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690225842767,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":8193,""label"":""tour_next"",""step"":5},{""time"":21136,""label"":""started_brush"",""startDate"":""2021-07-09"",""endDate"":""2021-08-06""},{""time"":23952,""label"":""started_brush"",""startDate"":""2021-11-18"",""endDate"":""2022-02-11""},{""time"":24649,""label"":""cleared_brush"",""using"":""click""},{""time"":26650,""label"":""started_brush"",""startDate"":""2021-10-06"",""endDate"":""2021-10-16""},{""time"":27621,""label"":""moved_brush"",""startDate"":""2021-10-06"",""endDate"":""2021-11-16""},{""time"":27944,""label"":""moved_brush"",""startDate"":""2021-10-06"",""endDate"":""2021-11-16""},{""time"":29681,""label"":""started_brush"",""startDate"":""2021-08-01"",""endDate"":""2021-11-01""},{""time"":30473,""label"":""tour_next"",""step"":5},{""time"":37512,""label"":""moved_brush"",""startDate"":""2021-08-02"",""endDate"":""2021-11-02""},{""time"":38181,""label"":""tour_next"",""step"":5},{""time"":45702,""label"":""cleared_brush"",""using"":""click""},{""time"":46503,""label"":""tour_next"",""step"":5},{""time"":48947,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690225959643,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":5751},{""label"":""window_focused"",""time"":7905}]}",1,complex,line +2023-07-24 15:15:28,2023-07-24 15:20:12,0,76.117.195.142,100,283,1,2023-07-24 15:20:12,R_6s7RibFU8iL7MGt,,,,,40.3909,-74.1153,anonymous,EN,1,3.262,4.302,15.722,3,1,2,1,0.634,1.601,2.567,3,2.114,3.03,15.011,2,100,100,23,1.099,7.715,8.472,8,2.388,19.145,21.096,15,1,-3,3.914,7.583,8.984,2,1,1,2.819,4.69,6.155,2,-3,2.792,2.792,3.924,1,0,0,15.019,0,7,7,7,7,7,7,,4.044,9.518,10.439,7,7,7,7,7,7,7,"Scientific data does not lie. If this information was actually collected and organized accordingly, I have no reason not to trust it.",3.405,36.576,38.261,4,4,,2.425,3.135,3.802,2,2,7,3,4,1,5,6,0,0,14.588,0,1,1,1,1,1,1,11,10,,1.933,9.737,10.73,10,4,4,1,2,4,5,2.167,14.251,14.994,10,3,1,1.942,5.395,6.28,6,2,1991,New York,7,1,1,,7,,,10,4,1,1.679,44.39,46.789,17,61281debe85082cc937dd9ae,"{""startTime"":1690226227818,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690226239413,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690226183311,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":165,""label"":""tour_started""},{""time"":4382,""label"":""tour_next"",""step"":5},{""time"":11543,""label"":""started_brush"",""startDate"":""2021-09-02"",""endDate"":""2021-12-19""},{""time"":12390,""label"":""tour_next"",""step"":5},{""time"":14326,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-07-22""},{""time"":14917,""label"":""tour_next"",""step"":5},{""time"":16869,""label"":""cleared_brush"",""using"":""Click""},{""time"":16869,""label"":""cleared_brush"",""using"":""Escape""},{""time"":17804,""label"":""tour_next"",""step"":5},{""time"":19102,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690226211089,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar +2023-07-24 15:07:42,2023-07-24 15:20:28,0,69.135.166.55,100,766,1,2023-07-24 15:20:29,R_3JI9MFuS9OmpARV,,,,,40.8124,-82.9675,anonymous,EN,1,5.93,12.496,15.168,4,1,3,2,5.987,10.005,11.745,3,0,0,15.114,0,93,76,37,6.209,31.455,33.325,10,25.147,86.105,88.272,7,-2,1,29.421,76.091,77.534,6,-2,1,2.816,67.475,70.024,9,1,7.22,62.892,64.206,5,7.366,7.366,15.117,1,4,2,5,5,6,5,,4.475,50.857,52.484,12,5,6,6,5,5,7,"the question said ""assuming you trust this data"" so I was assuming that I trusted the data and that the visualization was a good representation of the data and seemed to make sense to me in a way that I could understand.",3.051,60.104,61.866,2,4,,5.832,7.336,8.705,2,2,7,3,4,1,5,6,5.482,28.34,31.95,2,1,1,1,3,4,3,10,8,,5.11,30.766,32.184,10,4,5,2,2,5,5,5.474,25.17,26.576,8,1,1,2.712,14.779,16.778,4,2,1981,Ohio,3,2,1,,9,,Bucyrus,3,3,1,3.3,69.43,76.493,19,5d3130288e458600186e63c7,"{""startTime"":1690225930298,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690225983310,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690225754554,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":4,""label"":""tour_started""},{""time"":2297,""label"":""hovered"",""timeHovered"":1683,""week"":""2021-07-26""},{""time"":8012,""label"":""hovered"",""timeHovered"":1066,""week"":""2021-12-27""},{""time"":10696,""label"":""hovered"",""timeHovered"":4513,""week"":""2021-11-08""},{""time"":17142,""label"":""hovered"",""timeHovered"":1416,""week"":""2021-08-16""},{""time"":37765,""label"":""tour_next"",""step"":2},{""time"":43110,""label"":""tour_end"",""step"":2},{""time"":52771,""label"":""hovered"",""timeHovered"":1567,""week"":""2022-01-10""},{""time"":56088,""label"":""hovered"",""timeHovered"":1386,""week"":""2021-11-29""},{""time"":61011,""label"":""hovered"",""timeHovered"":2184,""week"":""2022-01-03""},{""time"":64010,""label"":""hovered"",""timeHovered"":1356,""week"":""2021-08-23""},{""time"":66591,""label"":""hovered"",""timeHovered"":1603,""week"":""2022-01-17""},{""time"":81771,""label"":""hovered"",""timeHovered"":1496,""week"":""2022-01-17""}]}","{""startTime"":1690225914250,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":9933,""label"":""hovered"",""timeHovered"":1115,""week"":""2022-01-03""},{""time"":11850,""label"":""hovered"",""timeHovered"":1213,""week"":""2022-01-10""},{""time"":14938,""label"":""hovered"",""timeHovered"":1011,""week"":""2022-01-10""}]}",1,moderate,line +2023-07-24 14:55:03,2023-07-24 15:20:29,0,47.223.71.84,100,1526,1,2023-07-24 15:20:29,R_SPi6mm7KZbFv585,,,,,32.2079,-95.3948,anonymous,EN,1,61.215,61.215,63.495,1,1,2,1,2.791,13.745,16.17,3,0,0,15.007,0,58,82,45,69.935,112.069,114.216,5,47.698,145.307,158.917,11,1,1,32.393,104.749,114.822,2,1,1,61.929,79.187,85.385,2,-3,42.563,42.563,49.581,1,0,0,15.008,0,4,2,4,5,1,5,"""Click to write the question"" instructions were confusing.",31.342,79.923,127.165,7,6,6,6,2,5,5,Reports are always skewed in some way and I would need more proof of the data.,5.522,337.716,347.373,48,1,,6.329,7.77,12.054,2,2,7,3,4,1,5,6,0,0,46.976,0,2,2,5,3,1,4,9,7,,8.173,44.335,48.188,8,4,3,2,2,4,3,14.217,50.973,55.036,6,2,3,10.923,32.737,35.355,3,2,1989,Texas,4,2,1,,7,,,5,4,2,4.298,119.932,136.179,16,60ef6073d7d6db28220a84ba,"{""startTime"":1690225765032,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690225359824,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":2569,""label"":""started_brush"",""startDate"":""2021-06-28"",""endDate"":""2021-10-01""}]}","{""startTime"":1690225134782,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":19091,""label"":""hovered"",""timeHovered"":3686,""week"":""2021-12-13""},{""time"":33589,""label"":""hovered"",""timeHovered"":1267,""week"":""2021-11-29""},{""time"":36926,""label"":""hovered"",""timeHovered"":1434,""week"":""2022-01-24""},{""time"":44083,""label"":""hovered"",""timeHovered"":2001,""week"":""2022-01-10""},{""time"":47691,""label"":""tour_next"",""step"":5},{""time"":76863,""label"":""started_brush"",""startDate"":""2021-07-24"",""endDate"":""2021-07-26""},{""time"":79703,""label"":""started_brush"",""startDate"":""2021-08-08"",""endDate"":""2021-12-03""},{""time"":88732,""label"":""started_brush"",""startDate"":""2021-05-12"",""endDate"":""2022-02-13""},{""time"":96567,""label"":""tour_next"",""step"":5},{""time"":111776,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-01-12""},{""time"":113843,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-01-12""},{""time"":115705,""label"":""moved_brush"",""startDate"":""2021-04-23"",""endDate"":""2022-01-24""},{""time"":116619,""label"":""tour_next"",""step"":5},{""time"":129389,""label"":""cleared_brush"",""using"":""click""},{""time"":132663,""label"":""tour_next"",""step"":5},{""time"":141827,""label"":""tour_end"",""step"":5},{""time"":149733,""label"":""started_brush"",""startDate"":""2021-06-25"",""endDate"":""2022-02-13""},{""time"":155972,""label"":""moved_brush"",""startDate"":""2021-06-25"",""endDate"":""2022-02-13""}]}","{""startTime"":1690225344316,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line +2023-07-24 15:11:02,2023-07-24 15:20:36,0,23.120.207.234,100,573,1,2023-07-24 15:20:37,R_YPLnJVpsBu5GECJ,,,,,26.2729,-80.26,anonymous,EN,1,9.822,9.822,10.709,1,1,4,1,1.575,4.469,6.249,2,0,0,15.065,0,100,77,82,62.098,69.505,71.156,3,19.039,90.477,92.99,10,1,1,14.127,27.015,29.411,2,1,1,21.283,35.745,37.22,2,1,15.139,16.074,34.361,2,0,0,15.079,0,6,3,6,6,7,6,,5.942,17.427,20.863,6,3,6,6,6,6,6,"It seems to make sense. Vaccinated people should get COVID more than unvaccinated, and younger people should get COVID more often than older people because older people took more precautions.",2.064,2.064,64.286,1,6,,3.787,3.787,5.482,1,2,7,3,4,1,5,6,0,0,13.219,0,6,10,10,9,10,4,11,11,,3.995,17.259,19.2,8,5,5,1,1,5,5,2.701,13.5,14.622,6,2,1,1.739,5.014,6.857,2,2,1969,Florida,6,3,1,,7,,,15,2,2,1.78,52.272,57.758,12,63f52af01929360880074598,"{""startTime"":1690226215401,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690226131514,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690225985010,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":54,""label"":""tour_started""},{""time"":26012,""label"":""tour_next"",""step"":5},{""time"":37444,""label"":""started_brush"",""startDate"":""2021-05-04"",""endDate"":""2022-01-11""},{""time"":39442,""label"":""moved_brush"",""startDate"":""2021-06-06"",""endDate"":""2022-02-13""},{""time"":44542,""label"":""moved_brush"",""startDate"":""2021-12-11"",""endDate"":""2022-02-13""},{""time"":47203,""label"":""tour_next"",""step"":5},{""time"":59090,""label"":""moved_brush"",""startDate"":""2021-11-21"",""endDate"":""2022-02-13""},{""time"":61340,""label"":""moved_brush"",""startDate"":""2021-09-01"",""endDate"":""2021-11-23""},{""time"":62219,""label"":""tour_next"",""step"":5},{""time"":65442,""label"":""cleared_brush"",""using"":""click""},{""time"":67313,""label"":""tour_next"",""step"":5},{""time"":70197,""label"":""tour_end"",""step"":5},{""time"":76990,""label"":""started_brush"",""startDate"":""2021-10-06"",""endDate"":""2021-11-30""},{""time"":81031,""label"":""started_brush"",""startDate"":""2021-12-14"",""endDate"":""2022-02-13""},{""time"":84165,""label"":""cleared_brush"",""using"":""click""}]}","{""startTime"":1690226115205,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":6165,""label"":""started_brush"",""startDate"":""2021-04-27"",""endDate"":""2021-06-13""},{""time"":7653,""label"":""cleared_brush"",""using"":""click""}]}",1,complex,line +2023-07-24 15:09:15,2023-07-24 15:20:44,0,107.206.188.83,100,689,1,2023-07-24 15:20:45,R_2CHrOpPGpQVc18y,,,,,33.7315,-84.4195,anonymous,EN,1,6.431,6.431,7.781,1,1,2,2,1.729,3.385,5.409,2,0,0,15.11,0,64,68,49,3.293,39.188,39.827,4,10.13,63.969,87.369,18,1,1,25.003,49.502,59.67,2,-2,1,27.001,44.161,52.124,3,1,6.573,113.055,114.162,2,0,0,15.112,0,7,7,7,7,7,7,,11.155,16.783,18.691,6,7,7,7,6,4,7,It comes from the CDC,2.029,36.263,36.948,5,4,,5.093,5.093,6.976,1,2,7,3,4,1,5,6,0,0,25.977,0,8,6,5,6,9,6,11,10,,9.729,25.8,27.501,8,2,2,4,4,3,3,13.701,33.103,34.582,6,1,2,2.866,8.236,10.143,2,2,2000,Georgia,3,2,1,,3,,,1,4,1,4.436,79.048,82.713,13,5e5dba9e3d60470d71dde9ef,"{""startTime"":1690226058299,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690226077672,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690225839863,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":10126,""label"":""tour_next"",""step"":5},{""time"":15581,""label"":""cleared_brush"",""using"":""click""},{""time"":24729,""label"":""cleared_brush"",""using"":""click""},{""time"":31609,""label"":""started_brush"",""startDate"":""2021-09-03"",""endDate"":""2021-09-30""},{""time"":32436,""label"":""tour_next"",""step"":5},{""label"":""window_blurred"",""time"":43259},{""label"":""window_focused"",""time"":45286},{""time"":47346,""label"":""moved_brush"",""startDate"":""2021-07-11"",""endDate"":""2021-08-06""},{""time"":50104,""label"":""moved_brush"",""startDate"":""2021-07-14"",""endDate"":""2021-08-09""},{""time"":50838,""label"":""tour_next"",""step"":5},{""time"":58873,""label"":""cleared_brush"",""using"":""click""},{""time"":58875,""label"":""cleared_brush"",""using"":""Escape""},{""time"":60470,""label"":""tour_next"",""step"":5},{""time"":63964,""label"":""tour_end"",""step"":5},{""time"":74053,""label"":""hovered"",""timeHovered"":1712,""week"":""2022-01-10""},{""time"":77906,""label"":""hovered"",""timeHovered"":8186,""week"":""2022-01-10""}]}","{""startTime"":1690226042408,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":6433,""label"":""hovered"",""timeHovered"":1727,""week"":""2022-01-17""}]}",1,complex,line +2023-07-24 15:07:00,2023-07-24 15:20:45,0,75.172.49.68,100,824,1,2023-07-24 15:20:45,R_pyiR7Hbcu04wIJH,,,,,47.5364,-122.278,anonymous,EN,1,1.774,10.724,12.761,11,1,3,2,3.05,6.637,8.732,3,0,0,15.126,0,86,95,80,6.91,13.56,15.04,5,12.933,106.277,138.861,16,1,1,29.4,77.401,79.461,4,-3,-3,27.781,67.015,68.472,2,1,32.37,32.37,34.163,1,0,0,15.122,0,5,5,5,6,6,5,"The previous question was unfinished and still had generic headings asking to be filled in. ""Put your statement here... Phrase 1... Phrase 2... etc.""",9.468,29.938,121.012,7,6,6,6,6,4,6,"I'd have to check the source, but it seems coherent and expertly created based on real data.",1.533,74.775,77.908,6,4,,5.207,6.67,9.453,3,2,7,3,4,1,5,6,0,0,22.677,0,4,8,3,8,6,5,10,9,,6.102,27.029,29.814,9,3,3,2,3,4,3,11.463,29.084,30.437,7,1,2,4.037,13.522,16.037,4,2,1989,Washington,3,3,1,,7,,,6,4,1,2.344,61.37,63.2,14,5bbc4bd1f83ac60001fe665e,"{""startTime"":1690225994566,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690225881409,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690225690463,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":27,""label"":""tour_started""},{""time"":12912,""label"":""tour_next"",""step"":5},{""time"":36187,""label"":""cleared_brush"",""using"":""Click""},{""time"":49946,""label"":""cleared_brush"",""using"":""Click""},{""time"":52041,""label"":""cleared_brush"",""using"":""Click""},{""time"":56507,""label"":""cleared_brush"",""using"":""Click""},{""time"":59257,""label"":""tour_back"",""step"":5},{""time"":67301,""label"":""tour_next"",""step"":5},{""time"":70436,""label"":""cleared_brush"",""using"":""Click""},{""time"":73040,""label"":""cleared_brush"",""using"":""Click""},{""time"":75482,""label"":""tour_back"",""step"":5},{""time"":78363,""label"":""tour_next"",""step"":5},{""time"":82623,""label"":""cleared_brush"",""using"":""Click""},{""time"":87159,""label"":""cleared_brush"",""using"":""Click""},{""label"":""window_blurred"",""time"":98944},{""label"":""window_focused"",""time"":101639},{""label"":""window_blurred"",""time"":116284},{""label"":""window_focused"",""time"":138661}]}","{""startTime"":1690225865527,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar +2023-07-24 15:11:13,2023-07-24 15:20:53,0,72.189.205.184,100,579,1,2023-07-24 15:20:54,R_1QEe4Jq6hzhGEwu,,,,,29.0422,-81.2863,anonymous,EN,1,11.447,11.447,12.6,1,1,2,1,4.313,5.429,7.036,2,0,0,15.108,0,95,83,66,6.479,14.83,15.97,5,18.12,21.703,29.293,3,1,-2,13.133,31.499,35.738,2,1,1,42.797,62.831,64.256,3,1,51.398,51.398,52.64,1,0,0,16.063,0,6,6,7,7,6,7,,7.374,21.155,22.98,6,6,7,6,5,6,6,"It comes from the CDC, so I believe it's probably trustworthy.",2.814,48.797,51.224,4,4,One of the scale pages was messed up and had placeholder text.,3.997,7.43,68.703,3,2,3,4,5,1,6,7,0,0,12.828,0,4,7,7,7,8,4,9,10,,3.754,17.236,19.897,8,5,5,2,1,4,4,7.669,30.701,33.477,9,2,1,2.909,10.276,12.383,3,2,1990,Florida,6,2,1,,7,,,7,3,2,3.573,62.357,62.95,20,63e573b546bc72bbe9bffc5f,"{""startTime"":1690226018938,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226042426,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690225935175,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":3,""label"":""tour_started""},{""time"":8296,""label"":""hovered"",""timeHovered"":1949,""week"":""2021-12-13""},{""time"":11718,""label"":""hovered"",""timeHovered"":2226,""week"":""2022-01-03""},{""time"":18700,""label"":""tour_next"",""step"":2},{""time"":21699,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690226001255,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":2422},{""label"":""window_focused"",""time"":17570}]}",1,simple,line +2023-07-24 15:06:42,2023-07-24 15:21:03,0,71.182.197.224,100,860,1,2023-07-24 15:21:03,R_3ozTlQymBFC7pf2,,,,,40.2692,-80.1611,anonymous,EN,1,1.871,5.63,6.973,2,2,,1,1.691,1.691,3.404,1,0,0,15.014,0,47,38,49,2.892,15.79,17.626,5,4.349,39.472,43.49,3,-1,1,3.951,70.468,72.047,9,-3,1,3.851,100.119,101.737,13,-2,2.888,38.802,39.854,6,0,0,15.013,0,4,4,4,6,3,4,"The stacked bar is slightly confusing in that it shows the aggregated total, but abstracting the respective totals is a little challenging. I think a ratio would be beneficial. since these numbers definitely have some element of seasonality to them.",2.674,147.848,203.571,15,3,5,3,2,3,4,"I don't distrust the visualization, I have some doubts as to the numbers though.",46.016,52.302,55.538,6,6,"Thank you for allowing me to participate! I will say you did have a few questions where the prompts weren't complete. I saw ""Click to write 1"" ""Click to write 2"" ""click to write 3"" at some point.",6.403,12.237,56.091,3,2,7,3,4,1,5,6,1.946,20.684,22.256,2,1,1,10,10,1,7,8,9,"Thank you so much for allowing me to participate! Also, please see my previous comments about ""Click to write 1"", Click to write 2"", ect.",1.298,1.298,49.638,1,4,4,1,2,5,4,0,0,32.478,0,7,1,0,0,8.705,0,1,1988,Pennsylvania,6,1,1,,7,,,14,1,1,36.235,49.849,51.234,6,62f716849a6ee6e7e2f5a948,"{""startTime"":1690225818941,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226023348,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690225656802,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":17,""label"":""tour_started""},{""time"":29808,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1594,""week"":""51"",""id"":""chart""},{""time"":31470,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2246,""week"":""52"",""id"":""chart""},{""time"":33802,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1246,""week"":""51"",""id"":""chart""},{""time"":36463,""label"":""tour_next"",""step"":2},{""time"":39467,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690225803248,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":2985,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1208,""week"":""3"",""id"":""chart""},{""time"":5353,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3965,""week"":""3"",""id"":""chart""}]}",1,moderate,bar +2023-07-24 15:08:12,2023-07-24 15:21:25,0,174.176.179.56,100,793,1,2023-07-24 15:21:26,R_274dXipgSjSqfPi,,,,,26.3441,-80.084,anonymous,EN,1,9.718,9.718,11.301,1,1,4,2,3.192,6.791,7.851,3,0,0,15.009,0,100,100,54,19.645,45.865,47.451,9,3.515,38.151,39.201,6,1,-1,2.979,90.214,91.148,11,-2,1,41.174,71.032,72.162,4,-3,1.285,65.564,66.49,7,1.713,1.713,15.015,1,6,6,6,6,6,6,,13.638,36.021,37.102,15,6,6,6,6,6,6,i believe this visualization is trustworthy we needed to get the message across,3.785,92.4,93.389,19,4,,13.177,16.394,17.647,3,2,3,4,5,1,6,7,25.939,33.385,34.766,3,6,8,7,7,6,7,9,7,,10.215,38.523,39.553,16,3,4,2,2,4,4,6.676,30.603,31.7,10,2,1,2.282,14.537,15.484,6,2,1958,Florida,5,3,1,,7,,,10,4,1,4.65,92.694,94.149,33,6077498c0c5c112dd55262b8,"{""startTime"":1690226048286,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690225918663,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690225789697,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":31530,""label"":""tour_next"",""step"":2},{""time"":35585,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690225902819,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line +2023-07-24 15:03:01,2023-07-24 15:21:26,0,72.193.96.233,100,1104,1,2023-07-24 15:21:27,R_12KB1YG5vwYL1h9,,,,,36.175,-115.1372,anonymous,EN,1,4.472,5.049,14.957,2,1,1,1,11.924,13.755,15.18,2,0,0,15.109,0,92,100,51,27.727,38.263,40.619,4,45.206,85.536,138.174,2,1,1,12.753,87.236,88.922,2,-1,1,46.554,57.052,58.604,2,1,68.042,68.042,69.247,1,0,0,15.021,0,5,3,3,5,3,5,,28.899,46.552,48.51,6,3,6,6,3,5,5,"I can't automatically trust the visualization without knowing how the data was collected. Where was the data gathered? On the surface the chart looks correct, but I'd need more information to know for sure. ",178.058,287.357,288.833,6,4,There was a question following the prompt that asked me to explain why I found the visualization slightly trustworthy that appeared to have an error. I will send a screenshot of what showed on my end. ,3.439,4.901,57.945,2,2,7,3,4,1,5,6,0,0,20.112,0,1,2,6,5,4,2,8,7,,9.04,24.235,26.981,9,3,3,1,2,4,3,11.308,26.05,27.325,6,2,1,1.538,8.855,11.118,2,2,1982,Nevada,3,2,1,,7,,,11,4,1,2.21,82.973,87.594,22,614b93c99681921c8e9cec09,"{""startTime"":1690225696167,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690225748908,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690225482007,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":26891,""label"":""hovered"",""timeHovered"":10155,""week"":""2022-01-24""},{""time"":37808,""label"":""hovered"",""timeHovered"":1614,""week"":""2022-01-17""},{""time"":39717,""label"":""hovered"",""timeHovered"":2597,""week"":""2022-01-17""},{""time"":45201,""label"":""tour_next"",""step"":2},{""time"":85531,""label"":""tour_end"",""step"":2},{""time"":87613,""label"":""hovered"",""timeHovered"":1956,""week"":""2021-05-31""},{""time"":91299,""label"":""hovered"",""timeHovered"":1812,""week"":""2021-07-05""},{""time"":97596,""label"":""hovered"",""timeHovered"":1955,""week"":""2022-01-03""},{""time"":99846,""label"":""hovered"",""timeHovered"":1068,""week"":""2022-01-10""},{""time"":108282,""label"":""hovered"",""timeHovered"":27753,""week"":""2021-08-30""}]}","{""startTime"":1690225680418,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line +2023-07-24 15:10:08,2023-07-24 15:21:27,0,68.179.152.107,100,679,1,2023-07-24 15:21:28,R_2A1pBIcKUJDT2nG,,,,,37.9653,-87.3902,anonymous,EN,1,6.517,6.517,7.904,1,1,3,1,2.224,15.384,17.001,3,0,0,15.01,0,60,94,51,39.885,52.697,53.704,4,10.287,18.951,44.874,2,1,1,16.867,38.46,39.954,2,1,1,23.827,52.846,55.113,3,-3,26.992,26.992,29.899,1,0,0,15.012,0,3,3,3,7,7,3,something just seems off about this data,29.81,74.866,84.217,12,3,6,4,1,1,3,those numbers just don't seem accurate from all the other data i've seen during 2021,3.253,48.633,61.306,2,6,,6.602,6.602,8.369,1,2,7,3,4,1,5,6,0,0,17.102,0,3,3,9,8,2,9,8,8,,5.503,30.735,32.327,8,5,5,1,5,5,4,12.237,28.789,30.058,6,7,2,5.803,15.563,17.792,2,1,1965,Michigan,6,2,1,,7,,,7,2,2,2.151,85.235,91.841,13,623a852297e9f3cf18936579,"{""startTime"":1690226032754,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226118236,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690225915146,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":10275,""label"":""tour_next"",""step"":2},{""time"":18938,""label"":""tour_end"",""step"":2},{""time"":22713,""label"":""hovered"",""timeHovered"":3063,""week"":""2022-01-03""},{""time"":25846,""label"":""hovered"",""timeHovered"":1102,""week"":""2022-01-10""},{""time"":29206,""label"":""hovered"",""timeHovered"":3845,""week"":""2022-01-24""},{""time"":34220,""label"":""hovered"",""timeHovered"":3645,""week"":""2021-08-23""},{""time"":37878,""label"":""hovered"",""timeHovered"":2779,""week"":""2021-08-23""}]}","{""startTime"":1690226016991,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line +2023-07-24 15:15:10,2023-07-24 15:21:32,0,108.211.159.34,100,382,1,2023-07-24 15:21:32,R_3RaxbIjinru5QBv,,,,,38.8025,-90.3448,anonymous,EN,1,3.466,3.466,4.952,1,1,2,1,0.734,2.301,3.802,2,12.254,12.254,16.195,1,91,83,70,4.4,9.721,10.59,3,21.614,23.964,25.144,2,1,1,20.89,25.4,27.141,2,-2,1,5.866,23.401,24.786,3,-3,8.698,8.698,9.903,1,0,0,15.014,0,6,2,6,6,7,6,,5.139,18.901,20.838,7,3,6,7,4,2,6,I trust the CDC and the information that they put out.,1.81,1.81,17.123,1,3,,2.207,5.701,7.024,6,2,7,3,4,1,5,6,0,0,8.159,0,1,1,6,3,1,1,10,9,,5.299,71.236,72.953,17,4,4,2,2,5,4,3.849,16.434,17.178,9,3,1,1.58,20.883,21.861,4,2,1968,Missouri,6,2,1,,7,,,14,3,1,1.345,38.543,39.999,12,63c6d6d5e132610bf009230d,"{""startTime"":1690226220530,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226241748,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226154339,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":15756,""label"":""hovered"",""timeHovered"":1400,""week"":""2022-01-10""},{""time"":19427,""label"":""hovered"",""timeHovered"":1382,""week"":""2022-01-10""},{""time"":21605,""label"":""tour_next"",""step"":2},{""time"":23956,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690226205131,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":5439,""label"":""hovered"",""timeHovered"":1136,""week"":""2022-01-03""},{""time"":11669,""label"":""hovered"",""timeHovered"":1405,""week"":""2022-01-10""}]}",1,moderate,line +2023-07-24 15:05:50,2023-07-24 15:21:50,0,97.112.65.150,100,960,1,2023-07-24 15:21:51,R_3MLSDr13PYtXXqT,,,,,38.7645,-94.8198,anonymous,EN,1,14.282,14.282,15.766,1,1,2,2,1.721,4.527,5.873,2,0,0,15.005,0,71,100,50,25.437,58.614,59.4,3,25.965,48.584,51.726,2,1,1,41.684,54.791,56.434,2,-3,-3,97.5,163.737,166.257,2,-3,98.938,98.938,99.929,1,0,0,15.105,0,6,4,6,6,6,6,,19.793,39.273,41.266,6,5,7,7,4,6,6,"While on its own I thought it was a bit oversimplified, I still trusted it because it was consistent with a lot of other reporting I saw during the time.",4.805,107.974,111.217,4,2,,6.461,7.894,12.097,2,2,7,3,4,1,5,6,0,0,19.071,0,1,4,5,6,6,2,9,9,,9.285,42.293,46.682,9,4,4,1,1,4,4,7.965,23.085,25.054,6,3,1,6.315,12.634,16.64,2,2,1975,Kansas,3,3,1,,7,,,8,2,2,2.4,91.163,92.724,20,62e154770b9035b7054f03e1,"{""startTime"":1690225962455,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690225780353,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":41360,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3917,""week"":""52"",""id"":""chart""}]}","{""startTime"":1690225654305,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":30,""label"":""tour_started""},{""time"":16591,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1417,""week"":""30"",""id"":""chart""},{""time"":25949,""label"":""tour_next"",""step"":2},{""time"":35806,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2214,""week"":""52"",""id"":""chart2""},{""time"":39253,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1966,""week"":""52"",""id"":""chart2""},{""time"":48567,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690225764580,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":6258,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1326,""week"":""52"",""id"":""chart2""}]}",1,simple,bar 2023-07-24 14:35:57,2023-07-24 15:22:08,0,67.177.117.76,100,2770,1,2023-07-24 15:22:09,R_3CMRoVeeKT4b4Zz,,,,,30.1909,-85.6696,anonymous,EN,1,21.924,21.924,26.467,1,2,,2,2.102,2.102,3.14,1,0,0,15.007,0,60,59,58,66.681,74.299,77.247,3,28.474,32.282,36.103,2,1,-2,38.727,97.093,99.27,2,1,1,118.352,140.767,142.524,2,1,99.07,99.07,121.878,1,0,0,15.016,0,5,1,2,7,6,4,"I have worked in Pathology & studies pathogens. So I know that covid was a hoax personally! It is the common cold. Common cold is caused by either coronavirus or rhinovirus. The 1st time a new virus enters an unprotected population (smallpox vs Native Americans) is has a devastating effect until natural immunity builds up. Weaker viruses appear stronger the first time around. A balance is eventually struck between humanity & nature. Now that most people have caught it 3-4 times & the virus has mutated 6-7 times it's getting less virulent each time. Also, you should NEVER attempt to vaccinate DURING a pandemic because you cannot keep up with the spread of the disease & the disease will always out mutate your vaccines, plus you could create a superbug. We messed up BAD & got lucky. We should have just let everyone catch it & then vaccinated 5 years later if we wanted to attempt to minimize losses - but only keep the vaccine to high risk people. So what does this mean for the data? It means that the data can very well be REAL. It's just raw data. However, depending on what news source you see it in or how they use it in CONTEXT it could be used to say ""vaccines are safe & effective!"" Or it could be used to prove that they aren't because many people still get the virus without it. Context matters. Personally, only the J&J vaccine was developed using verified safe means but that's the ONLY one the FDA denied. I was unable to get that vaccine - so I decided not to get ANY. I've still remained free of COVID :) haha! I would NOT trust any of the guinea pig vaccines for various reasons that are too long to go into here. It's all about risk/reward. Why take ANYTHING to protect yourself against something that has a .05% chance of killing you? It's the Lipitor factor. Lipitor has a 1/300 chance to work on you but a 1/15 chance of giving you side effects. Why take Lipitor? We are a drug addicted nation. I feel bad for everyone with that vaccine inside their bodies & them calling it ""misinformation"" when their kids have autism. We find out every day that what was yesterday's ""misinformation"" is tommorrow's news. (MK Ultra, Tuskeekee Experiments, Hunter Biden's Laptop, Trump stealing the election, covid made in a lab, the CIA killing JFK, 9/11 being an inside job, etc). These are all verified facts today. So a chart is only a chart in a vacuum. It's used for good or evil depending on what's attached to that chart. Hopefully THIS chart is attached to an article saying DONT GET VACCINES!! THEY ARENT TESTED!! COVID isn't a dangerous virus! (Exception to rule: immunocompromised/elderly - then take ONE shot). Hope you learned something today! ",31.976,849.766,852.498,11,3,7,4,4,4,2,"As I've said before I've seen firsthand working in the medical industry how information can be twisted. For example, a Dr see's a Patient. Dx that pt. Says they have an infection (lets say strep throat), but that pt already also has AIDS. A medical coder takes the paperwork & codes it. ICD-10 has strict coding rules & you MUST add AIDS 0.42 ICD-9 or B20 ICD-10, & depending if AIDS was the PRIMARY REASON for the infection or not it depends on WHERE you put the B20... does it go first? Or second? Now you get a new coder who puts B20 then dx the ICD-10 code for strep underneath it.. your stats there will say that this strep was CAUSED BY THE AIDS!! Got it? When the Dr CLEARLY stated that someone coughed on them & they GOT the strep like you & I would have - because the pt said their whole family has strep - so it SHOULD have been coded strep THEN B20/HIV. I worked in an office where these mistakes happened A LOT. So much I sued... & won a judgement. I cannot disclose how much or who etc per the terms. However it's MUCH MORE COMMON THAN YOU THINK. These people were giving services to a LARGE AREA. Your stats don't mean anything & I KNOW THIS FOR A FACT. I know more about the medical system than 99% of people. -So no... these charts are jokes. I work on hundreds of thousands of cases & I take my own notes & keep my own stats & they don't match. I know how many people have ""gastritis"" or ""MRSA"" etc.",3.088,524.349,545.789,22,1,"I said everything I needed to say in other comments. Natural immunity is best. Vaccine immunity cannot be passed down generationally. If you want your kids to survive in the future against the manufactured superbugs - (remember the ONLY people immune to AIDS naturally are the direct descendants of the survivors of the Black Death), then make sure you get them sick a lot! Play in dirt! NO VACCINES! Only the strong survive!! Get those correct genes & if you can't work out your epigenome!!!",7.059,10.492,130.584,2,2,7,3,4,1,5,6,0,0,26.245,0,1,1,1,1,1,2,6,3,"Sadly this country & it's institutions were already considered decaying by the time John Adams & Thomas Jefferson celebrated the 50th anniversary of the Declaration of Independence. They were correct of course as the Civil War would prove. Reconstruction did not fix the problem as we allowed 50% of the people who never wanted to be American's to remain here with their divisive symbols & anti-governments. The 1960s saw a reversal of polarity in Dems/GOP over state's rights & civil rights but they kicked the can down the road until Reagan decided to blow the whole thing up - leading to us here today with Reaganomics & the destruction not only the middle class, but the Federal budget, & class warfare, overwhelmed by ever increasing polarization of a broken & corrupt 2 party system that desperately needs a 3rd, 4th, & 5th party & the 7 ways our vote is diluted to be broken down step by step. However too many are unaware of even 1 of these examples, let alone all & getting everyone to agree enough on anything is impossible so only another war will fix it. They have done well. None of these institutions are functional enough to fix the problems. ",9.431,59.622,343.336,14,4,5,1,2,4,5,15.967,69.796,71.455,7,4,1,16.379,25.796,29.868,2,1,1980,Florida,3,2,1,,8,Panama City,,3,4,1,checkert@yahoo.com,3.334,120.049,132.186,15,614f0ec5f1d1b1cb34096c6c,"{""startTime"":1690224047787,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":1003,""label"":""hovered"",""timeHovered"":1482,""week"":""2021-08-30""},{""time"":2671,""label"":""hovered"",""timeHovered"":18905,""week"":""2021-11-08""}]}","{""startTime"":1690224901330,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690223895904,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":510,""label"":""hovered"",""timeHovered"":1471,""week"":""2021-11-29""},{""time"":15998,""label"":""hovered"",""timeHovered"":1337,""week"":""2022-01-03""},{""time"":17386,""label"":""hovered"",""timeHovered"":1204,""week"":""2022-01-03""},{""time"":28457,""label"":""tour_next"",""step"":2},{""time"":32264,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690224032059,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":9030,""label"":""hovered"",""timeHovered"":1633,""week"":""2021-12-27""}]}",1,simple,line -2023-07-24 15:10:15,2023-07-24 15:22:17,0,72.177.237.42,100,722,1,2023-07-24 15:22:18,R_2v0rMKnqNZs4BaV,,,,,29.4227,-98.4927,anonymous,EN,1,7.535,7.535,8.498,1,1,4,2,5.595,8.459,9.503,3,0,0,15.008,0,66,57,27,42.582,51.691,54.954,6,4.708,6.16,11.893,2,1,1,66.814,79.426,80.46,2,-3,-3,24.419,34.904,36.224,2,1,50.689,51.623,52.118,2,0,0,15.108,0,4,4,4,5,5,4,,6.043,14.922,17.382,7,3,6,4,6,5,5,I honestly don't know,2.68,33,34.049,4,2,,31.029,38.534,41.873,7,2,7,3,4,1,5,6,0,0,13.29,0,6,6,4,7,3,4,11,10,,49.265,66.783,69.13,11,4,3,1,2,4,4,12.872,48.879,49.837,7,2,4,4.08,13.635,14.528,5,2,1996,Texas,6,1,1,,2,,,8,4,2,,2.51,68.15,69.703,13,60ff1633f27078b103ad25d8,"{""startTime"":1690226122011,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226002351,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690225937559,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":26,""label"":""tour_started""},{""time"":4702,""label"":""tour_next"",""step"":2},{""time"":6153,""label"":""tour_end"",""step"":2},{""time"":7696,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2135,""week"":""52"",""id"":""chart""}]}","{""startTime"":1690225986689,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar -2023-07-24 15:10:10,2023-07-24 15:22:18,0,69.180.171.251,100,728,1,2023-07-24 15:22:19,R_2Evo2DMLI14ENUw,,,,,45.0636,-93.2985,anonymous,EN,1,5.49,6.161,7.094,2,1,2,1,2.783,5.163,6.33,2,0,0,15.015,0,82,68,84,9.805,16.477,17.292,5,13.055,107.934,111.398,5,1,1,37.85,74.224,74.538,4,-3,-3,9.172,93.985,96.975,5,1,4.833,23.135,24.439,3,8.172,13.34,15.122,3,5,5,5,7,7,5,,6.38,35.905,53.277,11,5,6,7,6,5,6,"It seems pretty accurate and affirms what I know and have been hearing in the news. ",1.4,57.353,67.091,5,6,I think one of your questions is incomplete? It had weird answers so I didn't answer it.,5.668,9.984,39.343,7,2,7,3,4,1,5,6,0,0,14.641,0,2,5,1,5,6,5,11,10,,4.149,14.827,16.728,8,2,2,3,2,3,3,6.586,26.431,27.927,7,2,4,2.084,6.168,7.458,2,2,1988,Minnesota,6,2,1,,2,,,10,4,2,,1.2,35.517,72.445,11,6103975ca7d27831aba29dfb,"{""startTime"":1690226040037,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690226093819,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690225887157,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":31,""label"":""tour_started""},{""time"":13028,""label"":""tour_next"",""step"":5},{""time"":84694,""label"":""started_brush"",""startDate"":""2021-12-14"",""endDate"":""2022-02-04""},{""time"":86621,""label"":""tour_next"",""step"":5},{""time"":96493,""label"":""moved_brush"",""startDate"":""2021-05-24"",""endDate"":""2021-07-16""},{""time"":97548,""label"":""tour_next"",""step"":5},{""time"":101751,""label"":""cleared_brush"",""using"":""Click""},{""time"":101751,""label"":""cleared_brush"",""using"":""Escape""},{""time"":103244,""label"":""tour_next"",""step"":5},{""time"":107908,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690226024254,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":7624,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1997,""week"":""52"",""id"":""chart""}]}",1,complex,bar -2023-07-24 15:12:49,2023-07-24 15:22:20,0,66.176.159.121,100,571,1,2023-07-24 15:22:21,R_3qxv4Upt211bWgp,,,,,25.7689,-80.1946,anonymous,EN,1,2.485,2.485,3.585,1,1,2,1,1.599,4.119,5.454,2,0,0,15.112,0,79,84,50,7.884,18.73,20.486,4,22.268,24.279,26.705,2,1,1,46.751,80.506,82.166,5,-3,-3,13.323,87.561,88.843,5,1,40.202,40.202,42.047,1,0,0,15.013,0,6,3,2,3,2,5,,46.311,59.223,61.97,6,5,2,1,2,2,5,"I think the information is accurate but it is displayed in an intentionally misleading way. ",1.758,30.88,38.809,2,4,,3.717,3.717,5.922,1,2,7,3,4,1,5,6,0,0,17.856,0,2,5,6,4,4,5,9,8,,3.556,18.625,20.62,9,2,2,4,4,2,2,8.641,22.713,23.903,6,2,2,1.607,14.031,15.436,5,2,1996,Florida,7,3,1,,7,,,13,4,2,,2.299,46.165,47.617,13,6111c95309571f2e5a12b0c7,"{""startTime"":1690226160282,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":43,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5002,""week"":""22"",""id"":""chart""},{""time"":5868,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6225,""week"":""42"",""id"":""chart""},{""time"":13196,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":14783,""week"":""51"",""id"":""chart""},{""time"":28181,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":11978,""week"":""2"",""id"":""chart""}]}","{""startTime"":1690226223172,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226028063,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":25,""label"":""tour_started""},{""time"":7249,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4897,""week"":""48"",""id"":""chart""},{""time"":12419,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1793,""week"":""41"",""id"":""chart""},{""time"":15179,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3735,""week"":""2"",""id"":""chart""},{""time"":19381,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1597,""week"":""52"",""id"":""chart""},{""time"":22258,""label"":""tour_next"",""step"":2},{""time"":24269,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690226144703,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar -2023-07-24 15:14:34,2023-07-24 15:22:28,0,47.45.235.174,100,473,1,2023-07-24 15:22:28,R_3e4FRpTap2YXrV5,,,,,39.0809,-108.4925,anonymous,EN,1,7.211,7.211,8.718,1,1,2,1,1.679,4.096,5.629,3,0,0,15.007,0,29,80,63,10.413,20.55,22.012,3,13.566,20.991,23.86,2,1,1,28.045,46.501,47.628,2,-3,1,28.843,50.202,51.788,2,1,20.025,20.025,21.312,1,0,0,15.008,0,3,3,2,5,6,2,,7.191,28.423,30.518,7,3,5,4,3,3,2,"The data have no error bars, and has been overtaken by events.",2.046,2.046,47.862,1,4,,4.7,4.7,7.14,1,2,7,3,4,1,5,6,0,0,13.212,0,2,1,9,5,1,2,2,9,,3.849,18.144,20.368,9,5,5,2,2,5,5,5.753,31.457,32.568,6,6,1,4.328,11.12,12.786,2,1,1965,Colorado,6,3,1,,7,,,4,3,1,clesley@live.com,4.347,44.059,51.179,12,5e667f3bc3f30a4050fc8f2f,"{""startTime"":1690226225689,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226256807,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226136855,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":13554,""label"":""tour_next"",""step"":2},{""time"":20979,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690226210048,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar -2023-07-24 15:12:51,2023-07-24 15:22:41,0,50.88.68.105,100,590,1,2023-07-24 15:22:42,R_RXfqe1F8phkQm1H,,,,,28.0855,-80.6041,anonymous,EN,1,2.615,2.615,3.222,1,1,3,2,2.793,4.545,4.802,3,11.565,14.998,15.118,6,100,0,37,4.481,15.387,15.654,7,11.024,31.642,83.435,6,1,1,18.104,51.445,52.243,2,-3,1,31.452,42.645,42.96,3,1,14.474,14.474,16.143,1,0,0,15.122,0,6,7,7,6,4,6,,7.063,15.32,17.07,8,6,5,4,2,6,7,It seems fairly accurate and comprehensive,24.468,57.929,58.974,5,4,,2.066,4.627,146.167,8,2,7,3,4,1,5,6,0,0,15.68,0,6,5,1,6,5,2,9,8,,4.256,15.201,16.693,11,2,2,3,3,2,2,2.757,13.799,14.702,6,3,1,1.929,7.242,7.499,4,2,1996,Florida,2,2,1,,7,,,12,4,2,,1.071,27.798,28.336,19,5490c822fdf99b71ba910e1a,"{""startTime"":1690226211244,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690226133309,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690226016992,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":10979,""label"":""tour_next"",""step"":5},{""time"":17958,""label"":""started_brush"",""startDate"":""2021-05-26"",""endDate"":""2021-06-16""},{""time"":19197,""label"":""moved_brush"",""startDate"":""2021-04-29"",""endDate"":""2021-05-26""},{""time"":19908,""label"":""tour_next"",""step"":5},{""time"":23199,""label"":""moved_brush"",""startDate"":""2021-04-22"",""endDate"":""2021-05-19""},{""time"":23876,""label"":""tour_next"",""step"":5},{""time"":27911,""label"":""cleared_brush"",""using"":""click""},{""time"":27913,""label"":""cleared_brush"",""using"":""Escape""},{""time"":28829,""label"":""tour_next"",""step"":5},{""time"":31597,""label"":""tour_end"",""step"":5},{""time"":37665,""label"":""started_brush"",""startDate"":""2021-05-11"",""endDate"":""2021-06-01""},{""time"":38977,""label"":""moved_brush"",""startDate"":""2021-05-11"",""endDate"":""2021-06-22""},{""time"":40529,""label"":""moved_brush"",""startDate"":""2021-06-07"",""endDate"":""2021-06-22""},{""time"":47770,""label"":""started_brush"",""startDate"":""2021-07-04"",""endDate"":""2021-09-01""},{""time"":49091,""label"":""moved_brush"",""startDate"":""2021-05-29"",""endDate"":""2021-09-01""},{""time"":53083,""label"":""moved_brush"",""startDate"":""2021-05-29"",""endDate"":""2022-02-13""},{""time"":58876,""label"":""moved_brush"",""startDate"":""2021-12-08"",""endDate"":""2022-02-13""},{""time"":62185,""label"":""hovered"",""timeHovered"":2938,""week"":""2022-01-10""},{""time"":65313,""label"":""hovered"",""timeHovered"":1586,""week"":""2022-01-10""},{""time"":78119,""label"":""moved_brush"",""startDate"":""2021-12-08"",""endDate"":""2022-02-13""},{""time"":82272,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-13""}]}","{""startTime"":1690226117606,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":4796,""label"":""started_brush"",""startDate"":""2021-07-07"",""endDate"":""2022-02-13""},{""time"":8469,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-18""},{""time"":10429,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-18""},{""time"":11150,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-18""},{""time"":12198,""label"":""moved_brush"",""startDate"":""2021-05-12"",""endDate"":""2021-11-18""},{""time"":12654,""label"":""moved_brush"",""startDate"":""2021-06-26"",""endDate"":""2021-11-18""},{""time"":12882,""label"":""cleared_brush"",""using"":""click""},{""time"":12883,""label"":""cleared_brush"",""using"":""Escape""}]}",1,complex,line -2023-07-24 14:45:05,2023-07-24 15:23:06,0,207.255.13.191,100,2280,1,2023-07-24 15:23:07,R_1GII6MasRvyBaq8,,,,,39.8791,-79.8327,anonymous,EN,1,9.421,26.765,27.651,9,1,1,1,0.624,4.808,5.532,6,0,0,15.005,0,100,100,50,12.701,18.205,18.701,3,11.584,16.864,23.436,2,1,1,2.654,110.713,112.245,15,-2,1,50.064,645.917,646.713,2,1,2.286,48.095,49.219,3,0,0,15.108,0,7,7,1,7,7,7,,13.956,19.787,22.215,6,7,7,7,5,5,7,It is very easy to read and makes sense with what we know about vaccinations etc.,1.103,191.976,192.821,9,3,,6.736,6.736,7.995,1,2,7,3,4,1,5,6,1.316,4.083,20.216,8,4,10,10,10,5,4,9,11,,1.063,17.303,18.891,19,1,1,5,5,1,1,5.065,18.561,19.822,6,3,1,0.935,11.007,12.356,14,2,2000,Pennsylvania,2,2,1,,7,,,3,4,1,karmethelarmee@gmail.com,0.915,80.593,81.413,47,59ff85cb7542890001aa60f1,"{""startTime"":1690225909327,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":3157,""label"":""hovered"",""timeHovered"":3825,""week"":""2022-01-10""},{""time"":9010,""label"":""hovered"",""timeHovered"":1020,""week"":""2022-01-10""}]}","{""startTime"":1690225931916,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690224383746,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":11581,""label"":""tour_next"",""step"":2},{""time"":16861,""label"":""tour_end"",""step"":2},{""time"":18827,""label"":""hovered"",""timeHovered"":1810,""week"":""2022-01-03""}]}","{""startTime"":1690225893908,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":9668,""label"":""hovered"",""timeHovered"":2724,""week"":""2022-01-10""}]}",1,moderate,line -2023-07-24 15:12:26,2023-07-24 15:23:27,0,71.115.2.135,100,660,1,2023-07-24 15:23:27,R_3et5q2iB0eNHxL3,,,,,37.3392,-77.4175,anonymous,EN,1,5.097,6.111,7.029,2,1,2,1,2.369,6.168,7.187,3,0,0,15.112,0,81,26,42,6.582,30.812,31.675,7,12.508,102.804,104.738,14,-2,1,13.083,49.66,50.54,6,-2,-3,16.512,65.239,66.038,9,1,5.357,39.976,40.715,5,3.971,14.792,15.006,2,5,4,5,4,5,5,,10.247,36.488,38.208,9,4,4,3,1,2,5,I am not sure how these numbers were gathered,4.609,33.333,43.368,3,5,,12.284,13.564,14.232,2,2,7,3,4,1,5,6,16.138,16.138,21.643,1,3,4,10,5,3,8,6,8,,15.863,34.53,35.461,10,2,3,4,4,4,3,11.602,30.449,31.696,7,7,1,2.975,16.891,17.579,5,2,1971,Virginia,6,3,1,,7,,,17,2,2,,3.365,69.142,70.674,19,61112c05608ea60cb93f04f0,"{""startTime"":1690226255389,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690226180690,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690226018723,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":25373,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3954,""week"":""1"",""id"":""chart""},{""time"":30077,""label"":""tour_next"",""step"":5},{""time"":42316,""label"":""started_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-06-24""},{""time"":43466,""label"":""tour_next"",""step"":5},{""time"":54250,""label"":""started_brush"",""startDate"":""2021-07-09"",""endDate"":""2021-09-15""},{""time"":59239,""label"":""tour_back"",""step"":5},{""time"":63482,""label"":""started_brush"",""startDate"":""2021-05-17"",""endDate"":""2021-08-10""},{""time"":64161,""label"":""tour_next"",""step"":5},{""time"":65731,""label"":""moved_brush"",""startDate"":""2021-05-17"",""endDate"":""2021-08-10""},{""time"":67550,""label"":""moved_brush"",""startDate"":""2021-09-22"",""endDate"":""2021-12-17""},{""time"":68218,""label"":""tour_next"",""step"":5},{""time"":77229,""label"":""cleared_brush"",""using"":""Click""},{""time"":77229,""label"":""cleared_brush"",""using"":""Escape""},{""time"":79188,""label"":""tour_next"",""step"":5},{""time"":85514,""label"":""tour_end"",""step"":5},{""time"":89425,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1835,""week"":""51"",""id"":""chart""},{""time"":101481,""label"":""cleared_brush"",""using"":""Click""}]}","{""startTime"":1690226165100,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar -2023-07-24 15:12:44,2023-07-24 15:23:57,0,68.41.226.10,100,672,1,2023-07-24 15:23:57,R_2wyMY0duv4KO8Y8,,,,,42.5138,-82.9396,anonymous,EN,1,6.66,6.66,8.162,1,1,2,2,2.846,6.082,7.295,2,0,0,15.112,0,100,100,55,24.861,32.815,34.592,5,14.866,21.118,44.829,2,-2,1,23.48,44.272,46.981,2,1,1,33.677,89.402,106.386,3,1,57.485,57.485,59.033,1,0,0,15.016,0,6,5,6,6,6,6,Great Survey Thank You,25.164,49.898,52.685,10,5,6,6,5,6,6,It is from the CDC,4.533,42.174,44.738,4,3,,11.384,12.72,15.712,3,2,7,3,4,1,5,6,0,0,27.21,0,4,4,8,6,6,6,9,6,,4.853,20.885,22.202,8,4,3,2,3,4,4,22.992,36.438,37.879,6,4,2,3.322,8.86,10.972,2,1,1983,Michigan,2,1,1,,7,,,4,3,2,,3.141,58.35,60.749,14,5ef42ba59401801d9f859e2d,"{""startTime"":1690226292868,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226214612,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226047155,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":14857,""label"":""tour_next"",""step"":2},{""time"":21119,""label"":""tour_end"",""step"":2},{""time"":22409,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6456,""week"":""52"",""id"":""chart""},{""time"":28901,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1631,""week"":""1"",""id"":""chart""},{""time"":30667,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":9265,""week"":""6"",""id"":""chart""},{""time"":39977,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2392,""week"":""5"",""id"":""chart""}]}","{""startTime"":1690226199131,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":9431,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3678,""week"":""52"",""id"":""chart""},{""time"":13365,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2024,""week"":""1"",""id"":""chart""}]}",1,moderate,bar -2023-07-24 15:07:53,2023-07-24 15:24:50,0,142.54.13.101,100,1017,1,2023-07-24 15:24:51,R_0TdYErcPamZsdcR,,,,,43.6381,-84.2029,anonymous,EN,1,3.093,3.093,4.005,1,1,3,1,1.706,4.026,5.4,2,0,0,15.011,0,100,39,39,34.416,54.823,55.91,7,32.206,144.42,162.613,8,-3,-3,84.464,89.823,91.008,2,1,-1,101.343,115.207,116.52,2,1,11.515,51.243,52.418,5,5.16,5.16,15.119,1,6,4,6,6,6,6,,18.158,35.382,45.528,8,5,5,6,5,4,6,The scenario assumes that the data is accurate. So I trust the visualization matches the data provided.,2.301,83.738,88.289,14,5,,49.477,49.477,51.756,1,2,3,4,5,1,6,7,0,0,9.995,0,6,7,7,8,7,5,10,10,,7.445,30.401,31.832,8,4,5,1,1,5,4,4.49,33.265,34.033,8,2,2,3.545,57.431,58.528,3,2,1981,Michigan,4,1,1,,7,,,9,4,1,sarahgrachek@aol.com,1.367,50.079,61.067,12,5ddae85b393bd3a44d7cbaaa,"{""startTime"":1690226127318,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690226002742,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690225770152,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":21,""label"":""tour_started""},{""time"":1885,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1317,""week"":""5"",""id"":""chart""},{""time"":4653,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1751,""week"":""2"",""id"":""chart""},{""time"":13645,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1395,""week"":""1"",""id"":""chart""},{""time"":15740,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":13438,""week"":""1"",""id"":""chart""},{""time"":32203,""label"":""tour_next"",""step"":5},{""time"":83109,""label"":""started_brush"",""startDate"":""2021-06-29"",""endDate"":""2021-09-03""},{""time"":84850,""label"":""tour_next"",""step"":5},{""time"":92982,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-09-03""},{""time"":94006,""label"":""moved_brush"",""startDate"":""2021-09-08"",""endDate"":""2022-02-07""},{""time"":99298,""label"":""tour_next"",""step"":5},{""time"":107813,""label"":""cleared_brush"",""using"":""Click""},{""time"":107813,""label"":""cleared_brush"",""using"":""Escape""},{""time"":109578,""label"":""tour_next"",""step"":5},{""time"":118008,""label"":""tour_end"",""step"":5},{""time"":120245,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6794,""week"":""1"",""id"":""chart""},{""time"":127179,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":9904,""week"":""52"",""id"":""chart""},{""time"":148051,""label"":""started_brush"",""startDate"":""2021-11-29"",""endDate"":""2022-02-07""},{""time"":152009,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3489,""week"":""4"",""id"":""chart""},{""time"":155565,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1100,""week"":""3"",""id"":""chart""},{""time"":157674,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2408,""week"":""50"",""id"":""chart""},{""time"":160182,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1051,""week"":""49"",""id"":""chart""}]}","{""startTime"":1690225986991,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":6600,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2980,""week"":""50"",""id"":""chart""},{""time"":9856,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2826,""week"":""45"",""id"":""chart""}]}",1,complex,bar -2023-07-24 15:12:57,2023-07-24 15:25:35,0,74.199.48.149,100,758,1,2023-07-24 15:25:36,R_DOHC8sKb12DS0pP,,,,,42.6002,-83.0033,anonymous,EN,1,0,0,5.384,0,1,3,2,2.76,8.215,8.61,3,7.421,10.741,15.016,5,75,99,66,2.259,25.346,27.042,5,1.503,8.971,13.558,4,1,-1,100.761,153.097,154.943,3,-3,-3,26.285,87.495,88.812,2,-3,20.783,20.783,21.805,1,10.612,11.524,15.016,2,6,6,6,6,6,6,,11.64,21.867,25.163,10,6,6,5,4,4,6,It is provided by the CDC,5.782,36.289,42.846,4,4,,5.315,7.355,8.935,3,2,7,3,4,1,5,6,0,0,26.271,0,6,5,6,8,6,7,7,8,,0.131,10.823,11.773,14,3,3,4,5,3,2,4.012,20.14,21.265,7,2,2,5.917,15.535,18.402,2,1,1993,California,6,2,1,,3,,,9,3,1,62bc3401dc67c7598dbba4a6@email.prolific.co,3.848,85.52,87.803,13,62bc3401dc67c7598dbba4a6,"{""startTime"":1690226326057,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226248724,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":2932,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1412,""week"":""3"",""id"":""chart""}]}","{""startTime"":1690226116794,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":5348,""label"":""tour_next"",""step"":2},{""time"":8965,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690226232612,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar -2023-07-24 15:17:14,2023-07-24 15:26:16,0,69.151.197.4,100,542,1,2023-07-24 15:26:17,R_3P5ovXls53y09CO,,,,,33.1909,-96.6198,anonymous,EN,1,11.358,11.358,13.15,1,1,2,2,3.948,5.776,7.237,2,0,0,15.006,0,100,100,73,7.142,13.377,14.624,4,17.118,19.699,21.928,2,-2,1,13.986,67.538,69.589,9,1,1,35.92,47.493,49.887,2,-2,56.426,56.426,58.237,1,0,0,15.015,0,4,6,7,7,6,7,,7.994,22.274,24.316,6,6,7,5,1,1,7,"I trust the source, CDC, from which this data is sourced",17.127,44.476,45.554,6,2,,8.571,9.499,13.214,2,2,3,4,5,1,6,7,0,0,12.88,0,2,2,3,9,8,7,10,10,,4.264,18.685,21.494,8,4,4,2,2,5,4,7.429,18.837,19.916,6,3,4,9.591,19.518,20.66,2,1,1982,Texas,6,3,1,,7,,,17,4,2,,21.078,64.767,66.105,14,5edabd929d0c9370d88ed85a,"{""startTime"":1690226414002,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226439581,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226306317,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":11096,""label"":""hovered"",""timeHovered"":2365,""week"":""2022-01-03""},{""time"":14162,""label"":""hovered"",""timeHovered"":1050,""week"":""2022-01-03""},{""time"":17113,""label"":""tour_next"",""step"":2},{""time"":19693,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690226398627,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":9107,""label"":""hovered"",""timeHovered"":1705,""week"":""2022-01-03""}]}",1,simple,line -2023-07-24 15:11:15,2023-07-24 15:26:19,0,184.156.46.240,100,904,1,2023-07-24 15:26:20,R_1DAcuNLUbJ2hUoq,,,,,33.5879,-86.3384,anonymous,EN,1,6.832,11.54,12.899,2,2,,2,4.312,4.312,5.484,1,0,0,15.112,0,61,78,54,23.063,73.805,75.252,4,27.789,36.115,42.769,2,1,1,43.505,64.315,71.902,2,-3,-3,46.222,91.485,93.257,3,-3,34.676,34.676,36.379,1,0,0,15.012,0,2,2,2,6,5,2,,28.367,58.879,68.783,7,5,6,4,2,5,4,"I have doubts about it, but I understand it could be correct. I'm not one hundred percent sure either way.",9.364,93.474,94.639,5,5,,10.725,10.725,14.249,1,2,7,3,4,1,5,6,0,0,30.45,0,1,1,6,6,1,1,6,6,,17.59,51.479,72.447,9,2,2,3,4,2,2,13.988,47.531,48.85,7,4,1,5.716,37.485,42.366,2,2,1986,Alabama,3,2,1,,7,,,3,1,1,fandubbingfun@yahoo.com,6.12,76.697,78.52,13,5b70ed4b99982e000145eb7b,"{""startTime"":1690226156467,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226226363,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226003420,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":11038,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1868,""week"":""52"",""id"":""chart""},{""time"":12907,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2752,""week"":""52"",""id"":""chart""},{""time"":15709,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1218,""week"":""2"",""id"":""chart""},{""time"":18529,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6423,""week"":""52"",""id"":""chart""},{""time"":27783,""label"":""tour_next"",""step"":2},{""time"":36109,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690226140697,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":9334,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1534,""week"":""52"",""id"":""chart""},{""time"":10920,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1237,""week"":""1"",""id"":""chart""}]}",1,moderate,bar -2023-07-24 15:06:38,2023-07-24 15:26:20,0,167.78.194.104,100,1181,1,2023-07-24 15:26:20,R_br9Wqv0xCwN5qG5,,,,,26.099,-80.1822,anonymous,EN,1,2.346,2.346,3.094,1,1,2,1,1.465,3.481,4.846,3,2.473,4.949,16.227,3,82,100,68,16.808,45.025,46.714,5,4.091,9.17,12.893,2,1,1,58.569,80.567,82.117,2,-3,1,58.157,91.29,102.112,3,1,55.854,55.854,57.108,1,0,0,15.107,0,6,6,6,7,6,6,,24.629,51.288,53.644,12,7,7,6,4,5,6,"I have no reason to suspect the information is incorrect, but I never know for sure.",3.059,3.059,52.651,1,4,,5.804,8.5,10.081,3,2,7,3,4,1,5,6,0,0,12.872,0,2,3,6,2,3,3,8,8,,13.192,28.891,30.301,11,4,4,2,3,4,4,5.426,22.835,23.371,6,2,2,1.678,8.718,9.692,3,1,1997,Florida,6,3,1,,3,,,6,2,1,63127690860023ab6b50a0b2@email.prolific.co,2.006,204.925,205.533,65,63127690860023ab6b50a0b2,"{""startTime"":1690226190431,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690225818784,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690225686945,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":4087,""label"":""tour_next"",""step"":2},{""time"":9165,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690225803085,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6799,""label"":""hovered"",""timeHovered"":1682,""week"":""2022-01-17""}]}",1,moderate,line -2023-07-24 15:18:36,2023-07-24 15:26:31,0,64.146.139.222,100,474,1,2023-07-24 15:26:32,R_1DSuRuz3dfwERyk,,,,,48.1701,-117.1449,anonymous,EN,1,2.92,2.92,3.8,1,2,,1,2.024,2.024,2.693,1,0,0,15.011,0,42,70,66,8.128,21.295,22.467,6,7.738,14.97,16.407,3,1,1,35.128,59.912,60.598,2,1,1,40.176,52.576,54.231,2,1,26.019,26.019,33.914,1,0,0,15.009,0,4,1,2,5,3,3,,10.563,20.531,22.523,6,2,6,5,2,2,3,"Because it only displays the numbers for all ages, and doesn't display any other factors in the graph. It is misleading.",1.796,49.363,50.04,12,7,,4.67,4.67,6.171,1,2,7,3,4,1,5,6,0,0,14.913,0,2,6,9,4,3,7,9,9,,6.642,32.825,34.417,14,5,5,1,1,5,5,8.157,16.229,16.995,6,7,1,9.846,16.675,18.01,2,2,1977,Washington,6,2,1,,7,,,13,1,1,,2.405,45.581,48.733,11,63f8ea59e15f3632cde9e8dd,"{""startTime"":1690226527927,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226457519,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226370525,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":7731,""label"":""tour_next"",""step"":2},{""time"":9667,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690226441944,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":5419,""label"":""hovered"",""timeHovered"":1230,""week"":""2022-01-10""}]}",1,moderate,line -2023-07-24 15:12:38,2023-07-24 15:26:35,0,68.3.235.172,100,836,1,2023-07-24 15:26:36,R_1laeZYOJBiYV0JY,,,,,33.5982,-112.3724,anonymous,EN,1,8.083,8.083,10.476,1,1,4,1,4.284,51.356,53.963,2,2.284,2.284,15.105,1,84,71,43,23.334,37.34,39.648,3,8.753,12.905,47.429,2,-2,-3,49.69,65.475,75.189,2,-3,-3,41.5,63.249,65.067,2,-1,60.437,60.437,65.249,1,0,0,15.006,0,6,4,5,6,7,5,"It's interesting that vaccinated and unvaccinated cases spiked around the same time span. ",26.022,78.506,80.394,8,5,6,4,4,2,6,"I would say it looks fairly accurate, having both unvaccinated and vaccinated spike around the same time of year.",2.055,75.653,76.904,16,2,"I don't know if this is the end of the survey, but there was a page that was messed up. I will actually send a message on Prolific that is more specific.",3.755,28.807,31.36,4,2,7,3,4,1,5,6,0,0,22.977,0,4,3,5,8,4,6,9,8,N/A.,9.187,52.658,56.511,9,2,2,4,4,3,1,4.907,31.637,34.501,7,2,2,3.027,10.585,14.221,2,2,1985,Arizona,6,1,1,,7,,,16,4,1,634e1076f43266192b130e13@email.prolific.co,2.479,66.525,73.218,16,634e1076f43266192b130e13,"{""startTime"":1690226230179,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":32,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5512,""week"":""3"",""id"":""chart""}]}","{""startTime"":1690226311426,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226091089,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":8749,""label"":""tour_next"",""step"":2},{""time"":12899,""label"":""tour_end"",""step"":2},{""time"":13573,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1368,""week"":""52"",""id"":""chart""},{""time"":18044,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1014,""week"":""51"",""id"":""chart2""},{""time"":21927,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4183,""week"":""52"",""id"":""chart2""},{""time"":26880,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2933,""week"":""6"",""id"":""chart2""}]}","{""startTime"":1690226214623,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":5373,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2101,""week"":""52"",""id"":""chart""}]}",1,simple,bar -2023-07-24 15:08:07,2023-07-24 15:26:46,0,65.33.17.196,100,1118,1,2023-07-24 15:26:47,R_V57K3KdHTiieWRj,,,,,28.2683,-82.2912,anonymous,EN,1,11.818,11.818,12.73,1,1,3,1,3.907,11.203,12.622,4,0,0,15.167,0,98,71,49,16.588,22.827,24.231,3,32.362,45.14,49.91,3,-2,1,23.194,41.385,43.184,2,-3,-2,46.615,66.202,67.792,2,1,32.554,32.554,34.602,1,0,0,15.119,0,4,6,4,5,6,4,,11.116,21.706,23.447,6,6,6,6,5,4,4,dont know if the chart is scientifically true or not,2.201,64.29,67.962,11,4,,6.122,6.122,8.498,1,2,7,3,4,1,5,6,0,0,35.61,0,3,1,4,1,1,1,10,4,,5.713,21.393,23.779,10,5,1,5,3,3,1,11.009,39.337,40.856,6,1,1,5.121,15.795,17.912,3,2,1991,Florida,3,2,1,,4,,,4,2,1,ksv9115@yahoo.com,6.117,108.479,115.92,35,62718acba39cea360d198b7d,"{""startTime"":1690226404766,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226304519,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226190058,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":40,""label"":""tour_started""},{""time"":14959,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3479,""week"":""52"",""id"":""chart""},{""time"":18482,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2307,""week"":""1"",""id"":""chart""},{""time"":26711,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1045,""week"":""14"",""id"":""chart""},{""time"":32353,""label"":""tour_next"",""step"":2},{""time"":45131,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690226288334,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":7009,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1579,""week"":""52"",""id"":""chart""}]}",1,simple,bar -2023-07-24 15:15:27,2023-07-24 15:26:51,0,96.253.21.91,100,684,1,2023-07-24 15:26:52,R_2v2HQ9SE0VEQpM8,,,,,41.8307,-71.3982,anonymous,EN,1,18.883,18.883,19.961,1,1,1,1,2.642,6.322,7.107,2,0,0,15.014,0,85,100,50,9.331,16.85,18.538,3,27.242,31.361,70.807,2,-2,1,18.861,31.957,34.087,2,-2,-2,33.983,42.735,44.008,2,1,40.43,40.43,42.964,1,0,0,15.017,0,7,6,7,7,7,7,,5.869,20.655,22.236,6,7,7,6,7,6,7,I believe that it is a correct visualization of the data compiled by the CDC. I trust that the CDC is telling the truth when it comes to the data of reported COVID cases among both vaccinated and unvaccinated individuals.,4.324,65.424,68.176,5,4,,2.848,5.08,6.084,2,2,7,3,4,1,5,6,0,0,15.81,0,2,3,3,4,5,4,8,3,,4.043,39.747,41.005,8,3,4,2,1,5,3,57.875,109.748,110.791,6,1,3,7.933,49.749,51.81,2,2,1963,Rhode Island,3,1,1,,7,,,15,4,2,,1.685,53.226,56.588,16,645950b676754e48ae4e15fb,"{""startTime"":1690226409406,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226322316,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226200470,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":19,""label"":""tour_started""},{""time"":1772,""label"":""hovered"",""timeHovered"":4627,""week"":""2021-09-27""},{""time"":6438,""label"":""hovered"",""timeHovered"":1214,""week"":""2021-09-20""},{""time"":8346,""label"":""hovered"",""timeHovered"":1120,""week"":""2022-01-03""},{""time"":9522,""label"":""hovered"",""timeHovered"":5546,""week"":""2021-12-27""},{""time"":27211,""label"":""tour_next"",""step"":2},{""time"":31330,""label"":""tour_end"",""step"":2},{""time"":40979,""label"":""hovered"",""timeHovered"":1863,""week"":""2021-05-31""},{""time"":65695,""label"":""hovered"",""timeHovered"":3048,""week"":""2022-01-17""}]}","{""startTime"":1690226306494,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":5034,""label"":""hovered"",""timeHovered"":2256,""week"":""2022-01-03""},{""time"":12820,""label"":""hovered"",""timeHovered"":1455,""week"":""2021-12-27""}]}",1,simple,line -2023-07-24 15:10:43,2023-07-24 15:26:53,0,98.162.249.226,100,970,1,2023-07-24 15:26:54,R_r2QwL9Mvqm81O49,,,,,35.2025,-97.4835,anonymous,EN,1,18.646,18.646,20.572,1,1,3,1,1.884,8.7,10.615,3,0,0,15.112,0,65,100,71,7.722,18.33,19.751,3,23.04,52.76,54.556,2,-2,1,50.557,79.821,81.202,2,1,-3,51.374,188.366,189.315,2,1,21.635,21.635,22.999,1,0,0,15.007,0,6,6,6,6,6,6,,10.297,45.488,47.942,6,6,6,6,6,6,6,Because it conveys the data in an understandable way.,3.807,71.946,73.117,17,4,,11.515,20.171,21.118,2,2,7,3,4,1,5,6,0,0,22.182,0,1,2,2,3,5,1,7,6,,6.767,26.575,30.357,9,3,2,1,2,3,2,26.079,178.775,179.915,6,1,1,10.6,43.504,46.173,2,1,1983,Oklahoma,2,2,1,,7,,,1,4,2,,1.572,72.122,77.831,19,5ee925739ae9771465f5f713,"{""startTime"":1690226167113,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226070676,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690225918891,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":6518,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1733,""week"":""1"",""id"":""chart""},{""time"":23034,""label"":""tour_next"",""step"":2},{""label"":""window_blurred"",""time"":24525},{""label"":""window_focused"",""time"":44399},{""time"":50186,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1366,""week"":""1"",""id"":""chart2""},{""time"":52754,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690226055422,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":9287,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1466,""week"":""52"",""id"":""chart2""}]}",1,simple,bar -2023-07-24 15:16:00,2023-07-24 15:26:56,0,73.50.102.13,100,656,1,2023-07-24 15:26:57,R_2YmQjahoYljku1C,,,,,41.8847,-88.3028,anonymous,EN,1,20.729,27.724,29.066,2,1,2,1,1.416,3.342,4.285,2,0,0,15.082,0,92,100,76,10.384,19.74,27.193,7,11.354,18.698,22.332,2,1,1,98.535,108.504,110.411,2,-3,1,22.208,42.345,44.096,2,-3,21.874,21.874,25.385,1,0,0,15.009,0,6,6,6,7,7,7,,85.721,101.117,103.625,9,6,7,7,7,5,7,It makes sense and the trends follow what I remember hearing about.,1.537,58.311,59.451,5,6,,12.95,14.467,16.032,4,2,7,3,4,1,5,6,0,0,13.576,0,7,7,3,7,8,7,10,10,,12.977,25.3,27.158,11,3,4,2,2,4,4,9.846,26.176,27.643,6,1,1,1.503,5.885,7.531,3,1,1991,Illinois,6,2,1,,2,,,7,4,2,,1.009,49.028,49.595,15,5e2d0dd5be23b2320e23993a,"{""startTime"":1690226413203,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226517707,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226254497,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":50,""label"":""tour_started""},{""time"":7737,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1083,""week"":""28"",""id"":""chart""},{""time"":11238,""label"":""tour_next"",""step"":2},{""time"":18581,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690226397446,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar -2023-07-24 15:13:14,2023-07-24 15:26:58,0,98.182.69.91,100,824,1,2023-07-24 15:26:59,R_3saxI91Ym3CYuLg,,,,,41.874,-71.3844,anonymous,EN,1,15.171,15.171,16.724,1,1,3,2,2.02,5.47,6.907,3,0,0,15.008,0,97,96,22,9.779,15.946,17.712,3,10.458,17.517,28.563,2,1,-2,13.658,45.499,47.673,4,-2,1,7.441,26.554,28.518,2,-3,28.266,28.266,30.115,1,0,0,15.008,0,6,5,6,5,7,6,,14.706,32.822,35.672,7,5,6,5,3,2,7,"I feel like the source is trustworthy,",2.909,2.909,27.303,1,6,,5.263,5.263,7.146,1,2,7,3,4,1,5,6,0,0,16.428,0,2,5,5,6,4,2,9,8,,6.123,22.35,24.439,10,2,2,4,4,2,4,8.875,38.406,39.515,11,1,1,2.758,12.243,13.647,2,1,1999,Rhode Island,2,2,1,,7,,,3,4,2,,1.93,53.96,55.681,11,63d7aa4a4f19508a5401cc2a,"{""startTime"":1690226157464,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226193750,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226064682,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":10447,""label"":""tour_next"",""step"":2},{""time"":17505,""label"":""tour_end"",""step"":2},{""time"":21802,""label"":""hovered"",""timeHovered"":1495,""week"":""2022-01-03""}]}","{""startTime"":1690226141860,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":8986,""label"":""hovered"",""timeHovered"":1340,""week"":""2021-12-27""},{""time"":13099,""label"":""hovered"",""timeHovered"":1563,""week"":""2021-12-27""}]}",1,simple,line -2023-07-24 15:12:03,2023-07-24 15:26:59,0,73.168.97.46,100,895,1,2023-07-24 15:26:59,R_3J901p3E7dCP4ZT,,,,,41.5883,-87.4593,anonymous,EN,1,0.763,2.381,2.989,3,1,2,2,17.896,19.648,20.556,4,2.155,6.142,15.407,2,55,55,50,1.301,9.082,9.68,8,2.331,16.772,17.506,7,1,1,1.542,60.228,60.881,17,1,1,0.962,37.742,38.527,17,-3,1.03,13.818,14.451,6,1.164,1.164,15.083,1,4,4,4,4,4,4,,0.983,5.104,6.05,10,4,4,4,4,4,4,I have no reason to not trust,1.24,12.939,14.249,5,4,,2.427,3.328,4.047,2,2,7,3,4,1,5,6,2.527,12.722,13.7,3,6,6,6,6,6,6,6,6,,1.157,4.65,5.207,9,4,3,2,3,3,3,0.922,6.693,7.481,10,3,3,1.139,3.27,4.645,3,2,1985,Indiana,7,1,1,,7,,,11,4,2,,1.269,33.853,104.449,30,5e7a0da5c8327f0406f24b9a,"{""startTime"":1690226101321,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226073204,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_focused"",""time"":4794}]}","{""startTime"":1690225978337,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":11285,""label"":""tour_next"",""step"":2},{""time"":14180,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690226057582,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":6177},{""label"":""window_focused"",""time"":13867}]}",1,simple,line -2023-07-24 15:18:49,2023-07-24 15:27:02,0,67.197.207.234,100,492,1,2023-07-24 15:27:03,R_77Af0HnfiFW5ZWF,,,,,34.9672,-81.0491,anonymous,EN,1,5.22,5.22,6.026,1,2,,2,2.078,2.078,2.763,1,9.724,9.724,15.114,1,0,100,13,10.013,13.827,15.633,3,6.867,10.779,22.591,2,1,1,17.526,39.96,41.012,8,-2,1,10.403,45.72,47.049,4,-3,23.065,23.065,24.133,1,0,0,15.113,0,1,1,7,4,4,1,,7.296,31.841,33.839,7,2,7,4,1,1,1,I have no idea where the data is coming from,2.31,41.44,42.887,7,1,,4.234,5.425,6.676,2,2,7,3,4,1,5,6,0,0,17.852,0,1,1,6,1,1,3,4,6,,6.531,27.677,30.365,9,3,2,5,4,3,3,6.696,25.546,26.436,6,4,1,6.703,15.94,16.73,2,1,1999,South Carolina,3,2,1,,7,,,13,4,2,,1.185,85.418,88.273,45,6315a6e79ee2ce17a350a08a,"{""startTime"":1690226552994,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7273,""label"":""source_clicked""},{""label"":""window_blurred"",""time"":7285},{""label"":""window_focused"",""time"":11578}]}","{""startTime"":1690226490638,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226410845,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":6858,""label"":""tour_next"",""step"":2},{""time"":10769,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690226475153,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":3072,""label"":""hovered"",""timeHovered"":1085,""week"":""2021-12-20""}]}",1,simple,line -2023-07-24 15:19:01,2023-07-24 15:27:21,0,174.99.27.152,100,500,1,2023-07-24 15:27:22,R_3W66n9ICt4f3cE9,,,,,35.7614,-78.6015,anonymous,EN,1,26.425,26.425,27.252,1,1,3,2,2.226,4.36,5.255,2,0,0,15.02,0,100,100,54,10.182,14.57,15.503,3,13.471,20.885,28.325,2,-3,1,23.106,30.727,32.703,2,-2,-3,32.277,46.837,47.091,5,1,21.209,21.209,22.401,1,0,0,15.02,0,5,5,5,5,2,5,I didn't even notice the source until prompted to look for it.,7.979,21.059,32.703,8,6,5,5,5,4,6,It intuitively makes sense that those with a vaccine would catch Covid less often.,1.989,1.989,23.263,1,4,"There was one question...that didn't have a question. It had placeholder text. I skipped it. ",3.605,7.201,28.816,6,2,7,3,4,1,5,6,0,0,20.267,0,6,7,3,5,7,6,9,8,,6.718,17.358,20.525,8,2,1,3,4,3,2,14.169,38.083,39,8,2,3,5.097,15.701,16.981,2,2,1994,North Carolina,6,2,1,,3,,,5,4,1,63b8342eb371f007b0651c7e@email.prolific.co,2.434,56.149,59.31,24,63b8342eb371f007b0651c7e,"{""startTime"":1690226544740,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226492501,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226414984,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":7123,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2459,""week"":""52"",""id"":""chart""},{""time"":11013,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1735,""week"":""33"",""id"":""chart""},{""time"":13463,""label"":""tour_next"",""step"":2},{""time"":18821,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1276,""week"":""52"",""id"":""chart2""},{""time"":20877,""label"":""tour_end"",""step"":2},{""time"":23598,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1540,""week"":""52"",""id"":""chart2""},{""time"":25548,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1528,""week"":""52"",""id"":""chart""}]}","{""startTime"":1690226476890,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":5392,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2362,""week"":""51"",""id"":""chart2""},{""time"":8544,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2348,""week"":""50"",""id"":""chart2""},{""time"":10922,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1561,""week"":""49"",""id"":""chart2""},{""time"":12648,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1587,""week"":""50"",""id"":""chart2""},{""time"":14315,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1134,""week"":""51"",""id"":""chart2""}]}",1,simple,bar -2023-07-24 15:15:13,2023-07-24 15:27:38,0,108.219.12.36,100,744,1,2023-07-24 15:27:39,R_5ssJoaxtNN6s9WN,,,,,36.9102,-121.7564,anonymous,EN,1,53.139,53.139,54.559,1,1,2,2,1.8,4.706,6.102,2,0,0,15.17,0,50,5,8,9.427,14.6,15.876,4,12.817,68.919,79.581,37,1,1,5.809,37.369,38.329,3,1,1,35.349,71.42,73.064,2,1,10.528,33.076,34.403,6,0,0,15.193,0,6,4,6,6,6,6,,5.266,22.582,28.416,6,4,5,5,4,3,6,It was put out by the CDC.,3.881,37.085,68.053,3,6,,7.974,7.974,10.412,1,2,7,3,4,1,5,6,0,0,22.364,0,3,6,5,6,5,6,10,10,,2.601,14.71,16.578,10,4,4,2,2,4,4,9.136,41.278,42.555,9,2,3,10.311,20.098,21.985,3,2,1980,California,6,3,1,,8,Scotts Valley,,8,4,2,,2.794,80.692,87.614,16,5e8bf957b7e6de0e5571b507,"{""startTime"":1690226374622,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690226405162,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690226241477,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":72,""label"":""tour_started""},{""time"":12756,""label"":""tour_next"",""step"":5},{""time"":18241,""label"":""tour_back"",""step"":5},{""time"":20510,""label"":""tour_next"",""step"":5},{""time"":24006,""label"":""cleared_brush"",""using"":""click""},{""time"":33180,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-16""},{""time"":34328,""label"":""tour_next"",""step"":5},{""time"":39383,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-16""},{""time"":39621,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-16""},{""time"":42573,""label"":""tour_next"",""step"":5},{""time"":48970,""label"":""moved_brush"",""startDate"":""2021-04-12"",""endDate"":""2021-11-17""},{""time"":49243,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-16""},{""time"":49419,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-16""},{""time"":53734,""label"":""moved_brush"",""startDate"":""2021-07-08"",""endDate"":""2022-02-13""},{""time"":57908,""label"":""cleared_brush"",""using"":""click""},{""time"":57920,""label"":""cleared_brush"",""using"":""Escape""},{""time"":59384,""label"":""tour_next"",""step"":5},{""time"":62778,""label"":""tour_end"",""step"":5},{""time"":69352,""label"":""started_brush"",""startDate"":""2021-11-18"",""endDate"":""2021-11-24""},{""time"":76252,""label"":""started_brush"",""startDate"":""2021-12-15"",""endDate"":""2022-01-07""}]}","{""startTime"":1690226357579,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line -2023-07-24 15:13:39,2023-07-24 15:27:44,0,98.167.88.10,100,844,1,2023-07-24 15:27:44,R_uqbFKtNTGdBi05H,,,,,36.0119,-115.0433,anonymous,EN,1,14.003,14.003,14.671,1,1,2,1,4.325,5.852,6.573,2,10.609,10.609,15.014,1,100,100,85,6.188,13.236,13.6,6,48.324,52.724,69.095,2,1,-3,11.388,38.013,38.962,2,1,1,48.199,71.735,73.205,3,1,78.836,102.078,102.773,2,0,0,16.07,0,6,4,6,6,6,6,,165.596,172.302,174.397,7,4,7,6,3,3,6,It seems accurate,1.598,17.787,34.855,2,4,,3.296,3.296,4.675,1,2,7,3,4,1,5,6,0,0,22.149,0,1,1,3,2,2,1,11,7,,8.077,29.468,31.55,10,2,3,3,3,3,4,9.746,20.924,21.633,6,2,1,5.491,14.261,14.59,4,3,2001,Nevada,3,2,1,,7,,,6,3,2,,2.312,94.988,98.775,23,6440215c5fcae4dfceb6c854,"{""startTime"":1690226313354,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":21540},{""label"":""window_focused"",""time"":48257},{""label"":""window_blurred"",""time"":49928},{""label"":""window_focused"",""time"":76283},{""label"":""window_blurred"",""time"":77886},{""label"":""window_focused"",""time"":119173},{""label"":""window_blurred"",""time"":120087},{""label"":""window_focused"",""time"":120895},{""label"":""window_blurred"",""time"":133278},{""label"":""window_focused"",""time"":134109},{""label"":""window_blurred"",""time"":135465},{""label"":""window_focused"",""time"":151183}]}","{""startTime"":1690226217990,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_focused"",""time"":3674},{""label"":""window_blurred"",""time"":4759},{""label"":""window_focused"",""time"":5708},{""label"":""window_blurred"",""time"":32027},{""label"":""window_focused"",""time"":44102}]}","{""startTime"":1690226091925,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":4,""label"":""tour_started""},{""time"":10081,""label"":""hovered"",""timeHovered"":1026,""week"":""2021-04-26""},{""time"":16748,""label"":""hovered"",""timeHovered"":1133,""week"":""2022-01-03""},{""time"":18094,""label"":""hovered"",""timeHovered"":1160,""week"":""2021-12-27""},{""time"":23161,""label"":""hovered"",""timeHovered"":2039,""week"":""2022-02-07""},{""time"":38495,""label"":""hovered"",""timeHovered"":1092,""week"":""2021-12-20""},{""time"":41054,""label"":""hovered"",""timeHovered"":1120,""week"":""2021-12-13""},{""time"":48320,""label"":""tour_next"",""step"":2},{""time"":52721,""label"":""tour_end"",""step"":2},{""time"":63205,""label"":""hovered"",""timeHovered"":1704,""week"":""2021-12-27""},{""time"":66326,""label"":""hovered"",""timeHovered"":1654,""week"":""2022-01-03""}]}","{""startTime"":1690226200570,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":4240}]}",1,simple,line -2023-07-24 15:17:27,2023-07-24 15:27:59,0,184.55.148.183,100,632,1,2023-07-24 15:28:00,R_QhxAv8wKhsbvTln,,,,,44.1807,-88.476,anonymous,EN,1,8.92,8.92,10.105,1,1,4,2,2.074,4.132,5.05,2,0,0,15.112,0,63,38,22,25.675,32.303,33.444,3,27.038,45.933,50.206,5,1,-3,49.436,72.623,73.754,4,-2,-3,49.7,60.675,61.727,2,1,35.919,35.919,37.348,1,0,0,15.009,0,6,5,6,5,6,6,,11.604,25.224,26.865,6,5,3,3,2,2,6,It seems accurate based on historical reference.,2.51,42.467,43.354,4,5,,4.675,4.675,6.359,1,2,7,3,4,1,5,6,0,0,20.002,0,1,4,9,4,9,6,9,9,,5.817,18.769,20.054,8,4,4,1,1,4,4,8.4,23.596,24.731,6,3,2,4.733,13.197,14.683,2,2,1964,Wisconsin,3,2,1,,7,,,8,3,1,dawn_b_adams@icloud.com,2.033,116.679,125.321,16,5d227f901e99f80018c60e1f,"{""startTime"":1690226534077,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226463755,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":4425,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1386,""week"":""52"",""id"":""chart2""}]}","{""startTime"":1690226322776,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":24,""label"":""tour_started""},{""time"":8464,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2468,""week"":""52"",""id"":""chart""},{""time"":11781,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1384,""week"":""1"",""id"":""chart""},{""time"":14732,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1083,""week"":""51"",""id"":""chart""},{""time"":17714,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6351,""week"":""32"",""id"":""chart""},{""time"":29389,""label"":""tour_next"",""step"":2},{""time"":32832,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4217,""week"":""47"",""id"":""chart2""},{""time"":38733,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2399,""week"":""52"",""id"":""chart2""},{""time"":41901,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2550,""week"":""51"",""id"":""chart2""},{""time"":45927,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690226448252,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":10578,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1131,""week"":""52"",""id"":""chart2""}]}",1,simple,bar -2023-07-24 15:17:29,2023-07-24 15:28:16,0,73.222.156.83,100,646,1,2023-07-24 15:28:16,R_6RvijjY9xFhfJLP,,,,,37.0313,-122.1198,anonymous,EN,1,10.788,11.8,12.071,2,1,2,1,1.598,4.853,5.703,2,0,0,15.111,0,75,82,60,10.403,18.417,20.053,4,17.276,21.376,35.021,2,1,-3,15.944,56.326,57.994,3,1,1,72.018,100.527,102.406,2,1,3.494,35.427,35.783,3,0,0,15.112,0,5,2,5,6,6,5,,24.665,42.328,45.755,6,3,5,3,2,3,3,I understand that it states that the source is the cdc however there is no information on how and where the data was collected from so I don't know how accurate it truly is,3.944,104.835,107.43,7,4,,5.982,7.313,8.783,3,2,7,3,4,1,5,6,0,0,20.405,0,2,2,4,5,2,2,8,9,,6.709,17.726,19.525,8,4,4,1,1,5,5,11.25,31.103,31.855,7,2,2,1.786,7.338,8.234,3,2,2001,California,6,3,4,turkish,5,,,17,4,2,,2.939,57.292,58.89,14,60fd0c846628ee39883458ed,"{""startTime"":1690226468451,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":19,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1409,""week"":""2"",""id"":""chart""},{""time"":3906,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1348,""week"":""51"",""id"":""chart""},{""time"":7691,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1497,""week"":""50"",""id"":""chart""},{""time"":9194,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2761,""week"":""50"",""id"":""chart""},{""time"":12043,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1694,""week"":""51"",""id"":""chart""},{""time"":13827,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2494,""week"":""50"",""id"":""chart""}]}","{""startTime"":1690226514786,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226313421,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":3547,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4125,""week"":""51"",""id"":""chart""},{""time"":12794,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3209,""week"":""1"",""id"":""chart""},{""time"":17275,""label"":""tour_next"",""step"":2},{""time"":21374,""label"":""tour_end"",""step"":2},{""time"":24395,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1193,""week"":""14"",""id"":""chart""},{""time"":28147,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5772,""week"":""50"",""id"":""chart""}]}","{""startTime"":1690226451791,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":5767,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1197,""week"":""51"",""id"":""chart""},{""time"":7071,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2176,""week"":""52"",""id"":""chart""},{""time"":9271,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2779,""week"":""1"",""id"":""chart""}]}",1,moderate,bar -2023-07-24 15:13:29,2023-07-24 15:28:32,0,98.115.242.68,100,903,1,2023-07-24 15:28:32,R_2f0T9P7MRPOj6Lb,,,,,40.1137,-74.8599,anonymous,EN,1,63.068,63.068,66.099,1,1,2,2,1.452,5.452,7.433,3,0,0,15.01,0,90,100,78,9.86,25.597,27.106,3,9.286,14.183,51.429,4,1,1,3.699,69.129,70.582,5,-2,1,27.395,31.172,41.747,2,-2,13.714,61.518,74.269,2,0,0,15.109,0,7,6,6,7,7,7,,18.798,25.158,26.909,6,6,7,7,6,5,7,"I mean, regardless of the illness, vaccines work. It's not terribly hard for me to understand that vaccinated vs unvaccinated, those without the vaccine are always more at risk. ",2.068,90.635,98.624,10,5,,4.052,7.884,8.809,6,2,7,3,4,1,5,6,0,0,19.949,0,5,6,3,4,6,4,10,10,,3.955,14.613,16.898,8,3,3,2,3,5,3,11.024,31.427,32.383,6,2,1,3.19,11.175,11.684,3,1,1988,Pennsylvania,2,2,1,,9,,Croydon,4,4,1,robjameskelley@gmail.com,1.112,44.067,44.568,16,558980cdfdf99b7ae47f5a75,"{""startTime"":1690226628270,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226482968,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_focused"",""time"":24843}]}","{""startTime"":1690226344563,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":9281,""label"":""tour_next"",""step"":2},{""time"":14177,""label"":""tour_end"",""step"":2},{""time"":20047,""label"":""hovered"",""timeHovered"":1819,""week"":""2021-04-12""},{""time"":22310,""label"":""hovered"",""timeHovered"":1972,""week"":""2021-04-12""},{""time"":29909,""label"":""hovered"",""timeHovered"":1677,""week"":""2021-12-27""},{""time"":31838,""label"":""hovered"",""timeHovered"":2549,""week"":""2022-01-03""},{""time"":37219,""label"":""hovered"",""timeHovered"":2272,""week"":""2022-01-17""},{""time"":39694,""label"":""hovered"",""timeHovered"":1069,""week"":""2022-01-10""},{""time"":41705,""label"":""hovered"",""timeHovered"":1675,""week"":""2021-12-27""},{""time"":44311,""label"":""hovered"",""timeHovered"":1589,""week"":""2021-12-13""},{""time"":49145,""label"":""hovered"",""timeHovered"":1403,""week"":""2021-06-14""}]}","{""startTime"":1690226467390,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":13333}]}",1,simple,line -2023-07-24 15:06:30,2023-07-24 15:28:32,0,208.184.44.36,100,1321,1,2023-07-24 15:28:33,R_20OsPxNwKx9PcOU,,,,,30.2304,-97.7243,anonymous,EN,1,4.703,4.703,6.249,1,1,2,2,2.89,7.216,8.49,2,0,0,15.108,0,84,79,9,42.207,56.853,58.535,4,7.317,17.756,26.361,3,1,-2,20.796,198.038,198.527,17,-2,1,148.016,342.793,351.387,5,-2,93.607,93.607,97.503,1,0,0,15.008,0,6,6,6,6,6,7,no,32.592,48.442,51.313,7,7,6,6,6,6,6,It is clear and easy to read the chart,5.087,68.521,82.35,4,4,no,14.429,18.491,21.568,7,2,7,3,4,1,5,6,0,0,46.673,0,8,8,8,8,8,9,8,9,no,4.927,18.689,21.023,11,3,3,3,3,3,3,9.2,35.508,38.391,9,3,2,4.563,23.349,25.252,3,2,1999,Texas,6,3,1,,3,,,4,2,1,,3.648,56.97,60.796,11,613e002e81f4b2409b531dbd,"{""startTime"":1690225977534,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226031295,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690225721292,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":4676,""label"":""hovered"",""timeHovered"":1149,""week"":""2021-05-10""},{""time"":14256,""label"":""tour_next"",""step"":2},{""time"":17740,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690225961728,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":6623,""label"":""hovered"",""timeHovered"":3312,""week"":""2022-01-31""},{""time"":11030,""label"":""hovered"",""timeHovered"":3233,""week"":""2022-01-31""}]}",1,simple,line -2023-07-24 15:15:43,2023-07-24 15:28:46,0,216.223.211.175,100,783,1,2023-07-24 15:28:46,R_31LZX8v1KzO36FC,,,,,34.0555,-78.9184,anonymous,EN,1,14.403,14.403,15.735,1,2,,1,2.161,2.161,3.612,1,12.916,12.916,15.013,1,44,86,23,27.444,34.218,36.551,3,20.559,28.229,40.42,2,-2,1,65.122,81.894,83.598,2,1,-3,68.108,82.436,84.372,3,1,48.13,48.13,49.741,1,0,0,15.016,0,4,4,4,5,5,3,"CDC is run by the government whom cannot be trusted, so why should I 100% trust this data",30.496,47.201,72.714,7,3,6,4,2,2,3,"I just don't 100% think it's accurate. ",2.402,55.263,67.391,5,4,why is this still being studied...,5.305,8.774,34.04,2,2,7,3,4,1,5,6,0,0,31.581,0,1,3,11,6,1,5,8,8,,4.814,28.711,32.009,12,3,3,2,3,4,3,13.339,29.55,31.252,6,4,2,9.016,19.549,22.384,3,2,1971,South Carolina,4,2,1,,7,,,8,4,1,jclark19@gmail.com,4.637,58.524,68.374,15,616da069522e6b8aa420a603,"{""startTime"":1690226492991,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":11407,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1178,""week"":""52"",""id"":""chart""}]}","{""startTime"":1690226372287,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":3123,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1283,""week"":""1"",""id"":""chart""},{""time"":13506,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1132,""week"":""1"",""id"":""chart""},{""time"":18314,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":11469,""week"":""52"",""id"":""chart""}]}","{""startTime"":1690226230938,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":20551,""label"":""tour_next"",""step"":2},{""time"":28221,""label"":""tour_end"",""step"":2},{""label"":""window_blurred"",""time"":36341},{""label"":""window_focused"",""time"":38078}]}","{""startTime"":1690226356821,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar -2023-07-24 15:15:35,2023-07-24 15:29:08,0,98.194.96.6,100,812,1,2023-07-24 15:29:09,R_SOyRscaUhZl6dPP,,,,,30.0043,-95.1747,anonymous,EN,1,34.416,34.416,39.269,1,1,3,1,1.563,5.143,5.958,2,0,0,15.007,0,100,28,100,5.791,11.667,12.679,3,44.438,116.082,155.97,27,1,1,33.406,47.141,47.627,3,-3,-3,33.047,53.927,55.261,2,-3,6.643,33.749,34.775,3,0,0,15.111,0,6,7,6,5,6,6,,8.295,23.482,25.599,7,5,3,4,2,2,6,"well it may just be me, but I do like a nice clear graph, I however am not always the best at deciphering that big a pool of data. It did however look very official and seems to line up with what ive heard over the last few years. ",10.709,104.818,107.87,13,5,,3.701,7.41,8.873,4,2,7,3,4,1,5,6,0,0,26.384,0,1,1,7,5,2,4,11,11,"Its not that i dont think a lot of these sources are per se un trust worthy, its more that i dont think these should be the main sources of your information. If you can use critical thinking as well, and researching the specific topics, you can find a lot more truth to the media. ",4.328,95.536,103.132,12,5,5,5,1,5,3,8.581,32.849,33.413,9,4,1,7.75,18.19,19.271,3,1,1995,Texas,2,1,1,,3,,,15,4,1,,2.563,44.828,51.98,12,6488a3f2ddc680a2435ed65d,"{""startTime"":1690226548872,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690226402637,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690226195041,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":11201,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2616,""week"":""32"",""id"":""chart""},{""time"":16418,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3616,""week"":""52"",""id"":""chart""},{""time"":28518,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2467,""week"":""1"",""id"":""chart""},{""time"":35783,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1367,""week"":""14"",""id"":""chart""},{""time"":40018,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1682,""week"":""1"",""id"":""chart""},{""time"":44436,""label"":""tour_next"",""step"":5},{""time"":62317,""label"":""cleared_brush"",""using"":""Click""},{""time"":68338,""label"":""tour_back"",""step"":5},{""time"":70541,""label"":""tour_next"",""step"":5},{""time"":78745,""label"":""cleared_brush"",""using"":""Click""},{""time"":78955,""label"":""started_brush"",""startDate"":""2021-05-10"",""endDate"":""2021-05-16""},{""time"":79724,""label"":""cleared_brush"",""using"":""Click""},{""time"":79945,""label"":""started_brush"",""startDate"":""2021-08-05"",""endDate"":""2021-08-10""},{""time"":80140,""label"":""started_brush"",""startDate"":""2021-09-03"",""endDate"":""2021-09-10""},{""time"":80529,""label"":""started_brush"",""startDate"":""2021-10-24"",""endDate"":""2021-11-01""},{""time"":80774,""label"":""cleared_brush"",""using"":""Click""},{""time"":87258,""label"":""started_brush"",""startDate"":""2021-07-01"",""endDate"":""2021-11-24""},{""time"":88917,""label"":""tour_next"",""step"":5},{""time"":100250,""label"":""moved_brush"",""startDate"":""2021-07-25"",""endDate"":""2021-12-17""},{""time"":101135,""label"":""tour_next"",""step"":5},{""time"":108760,""label"":""cleared_brush"",""using"":""Click""},{""time"":110480,""label"":""tour_next"",""step"":5},{""time"":116081,""label"":""tour_end"",""step"":5},{""time"":126078,""label"":""started_brush"",""startDate"":""2021-11-27"",""endDate"":""2022-02-01""},{""time"":127294,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8288,""week"":""52"",""id"":""chart""},{""time"":139180,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1468,""week"":""51"",""id"":""chart""},{""time"":140694,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1704,""week"":""50"",""id"":""chart""},{""time"":144597,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3451,""week"":""52"",""id"":""chart""},{""time"":149520,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3762,""week"":""52"",""id"":""chart""}]}","{""startTime"":1690226387146,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":7293,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1032,""week"":""31"",""id"":""chart""},{""time"":10694,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1182,""week"":""50"",""id"":""chart""}]}",1,complex,bar -2023-07-24 15:15:20,2023-07-24 15:29:47,0,63.155.74.26,100,866,1,2023-07-24 15:29:47,R_2OZuqXQAUPJGtF8,,,,,44.0645,-123.1461,anonymous,EN,1,7.831,7.831,9.183,1,1,3,2,6.028,9.572,9.905,5,0,0,15.018,0,69,38,73,34.893,39.915,40.865,3,50.061,130.815,137.915,12,1,1,7.084,58.009,59.466,11,1,1,5.125,53.877,55.029,5,1,45.417,86.044,87.725,3,14.355,14.355,15.009,1,6,4,6,4,6,6,,8.538,28.73,31.559,6,6,4,6,4,5,6," I believe this visualization is based on scientific data, although I didn't look at the sourcing.",2.728,59.827,67.148,10,5,I believe in giving people the benefit of the doubt. I trust most people a little bit until they prove otherwise.,6.702,8.293,40.461,2,2,7,3,4,1,5,6,7.439,21.208,21.664,3,4,6,8,6,5,5,9,9,,11.293,38.036,39.987,9,4,4,2,2,5,4,5.347,37.317,38.165,8,2,1,5.91,16.534,18.146,6,1,1971,Oregon,3,2,1,,8,KLAMATH FALLS,,3,2,1,5dccb82a76eab294aa4837ff@email.prolific.co,4.15,110.774,116.12,37,5dccb82a76eab294aa4837ff,"{""startTime"":1690226553299,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690226455179,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690226211311,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":23,""label"":""tour_started""},{""time"":36019,""label"":""hovered"",""timeHovered"":1515,""week"":""2021-12-13""},{""time"":38585,""label"":""hovered"",""timeHovered"":5032,""week"":""2021-08-16""},{""time"":46350,""label"":""hovered"",""timeHovered"":2550,""week"":""2022-02-07""},{""time"":50045,""label"":""tour_next"",""step"":5},{""time"":73598,""label"":""started_brush"",""startDate"":""2021-06-15"",""endDate"":""2021-10-01""},{""time"":74871,""label"":""tour_next"",""step"":5},{""time"":86046,""label"":""moved_brush"",""startDate"":""2021-06-20"",""endDate"":""2021-10-06""},{""time"":89628,""label"":""moved_brush"",""startDate"":""2021-06-20"",""endDate"":""2021-08-10""},{""time"":91533,""label"":""moved_brush"",""startDate"":""2021-07-05"",""endDate"":""2021-08-10""},{""time"":93925,""label"":""moved_brush"",""startDate"":""2021-08-05"",""endDate"":""2021-09-09""},{""time"":94655,""label"":""tour_next"",""step"":5},{""time"":106927,""label"":""cleared_brush"",""using"":""click""},{""time"":106935,""label"":""cleared_brush"",""using"":""Escape""},{""time"":111463,""label"":""tour_next"",""step"":5},{""time"":118246,""label"":""tour_end"",""step"":5},{""time"":128722,""label"":""started_brush"",""startDate"":""2021-05-03"",""endDate"":""2021-05-04""},{""time"":132245,""label"":""cleared_brush"",""using"":""click""},{""time"":132255,""label"":""cleared_brush"",""using"":""Escape""},{""time"":135848,""label"":""started_brush"",""startDate"":""2021-12-05"",""endDate"":""2022-01-06""},{""time"":136018,""label"":""cleared_brush"",""using"":""click""},{""time"":136026,""label"":""cleared_brush"",""using"":""Escape""}]}","{""startTime"":1690226439328,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line -2023-07-24 15:17:49,2023-07-24 15:29:48,0,72.231.162.254,100,718,1,2023-07-24 15:29:48,R_2ZIXOmdppyJp7ev,,,,,42.7504,-74.191,anonymous,EN,1,4.161,4.161,5.701,1,2,,2,3.915,3.915,5.526,1,0,0,15.009,0,46,24,42,20.068,43.48,45.571,3,29.35,106.499,108.341,13,1,1,20.715,52.98,54.937,3,-2,-1,29.145,45.661,48.299,2,1,59.178,59.178,61.239,1,0,0,15.008,0,6,2,6,4,6,4,,17.707,37.272,40.327,6,2,4,1,1,1,4,I do not know all the data presented.,4.213,71.928,72.913,9,4,,7.367,9.904,12.435,3,2,7,3,4,1,5,6,0,0,27.013,0,1,1,11,8,1,8,10,7,,9.064,28.064,30.235,8,5,1,4,4,1,1,13.218,41.084,42.717,6,6,2,9.094,21.126,23.388,2,2,1971,Florida,3,1,1,,7,,,17,1,1,purplebeach@me.com,3.619,47.268,54.571,12,643e579ee0a551f6c18933cb,"{""startTime"":1690226541388,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690226582134,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690226355179,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":21552,""label"":""hovered"",""timeHovered"":4235,""week"":""2021-11-29""},{""time"":26418,""label"":""hovered"",""timeHovered"":1306,""week"":""2022-01-10""},{""time"":29346,""label"":""tour_next"",""step"":5},{""time"":67400,""label"":""started_brush"",""startDate"":""2021-06-14"",""endDate"":""2021-06-16""},{""time"":68132,""label"":""moved_brush"",""startDate"":""2021-06-14"",""endDate"":""2021-06-16""},{""time"":69799,""label"":""tour_next"",""step"":5},{""time"":80914,""label"":""moved_brush"",""startDate"":""2021-06-14"",""endDate"":""2021-09-03""},{""time"":84545,""label"":""tour_next"",""step"":5},{""time"":90971,""label"":""cleared_brush"",""using"":""click""},{""time"":90974,""label"":""cleared_brush"",""using"":""Escape""},{""time"":92830,""label"":""tour_next"",""step"":5},{""time"":106495,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690226525852,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line -2023-07-24 15:20:10,2023-07-24 15:29:50,0,71.203.29.147,100,580,1,2023-07-24 15:29:51,R_2CpLywFleMADlS9,,,,,27.3338,-82.5289,anonymous,EN,1,3.734,3.734,4.754,1,1,4,2,1.68,3.559,4.681,2,0,0,15.128,0,93,100,50,4.694,13.589,15.132,3,53.528,57.104,63.971,2,1,1,17.995,45.329,58.022,6,1,-3,22.786,39.786,40.79,4,1,16.47,82.422,83.813,3,0,0,15.123,0,6,6,7,7,7,6,,6.471,17.375,20.354,8,6,7,6,3,6,6,"Since it shows many more Covid cases for unvaccinated and the data generally follows the same pattern for both groups, I find it trustworthy.",2.542,80.27,82.699,7,6,,2.819,2.819,4.221,1,2,3,4,5,1,6,7,0,0,9.539,0,2,7,9,8,9,7,10,10,,3.315,17.531,19.777,9,4,4,2,2,4,3,3.064,8.64,9.944,6,2,1,2.829,52.885,53.894,2,2,1964,Florida,7,2,1,,7,,,17,3,2,,1.045,33.684,34.957,12,5ee3c01c7247c006e9a3f4fd,"{""startTime"":1690226707815,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226601812,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226463009,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":5255,""label"":""hovered"",""timeHovered"":2194,""week"":""2022-01-03""},{""time"":9170,""label"":""hovered"",""timeHovered"":1612,""week"":""2021-04-12""},{""time"":17690,""label"":""hovered"",""timeHovered"":1976,""week"":""2021-04-12""},{""time"":22852,""label"":""hovered"",""timeHovered"":1764,""week"":""2021-06-07""},{""time"":26422,""label"":""hovered"",""timeHovered"":2494,""week"":""2021-06-07""},{""time"":29872,""label"":""hovered"",""timeHovered"":1026,""week"":""2021-08-16""},{""time"":32960,""label"":""hovered"",""timeHovered"":1405,""week"":""2021-12-27""},{""time"":34377,""label"":""hovered"",""timeHovered"":1071,""week"":""2021-12-27""},{""time"":41549,""label"":""hovered"",""timeHovered"":1765,""week"":""2022-01-03""},{""time"":43318,""label"":""hovered"",""timeHovered"":1464,""week"":""2022-01-03""},{""time"":48234,""label"":""hovered"",""timeHovered"":1965,""week"":""2022-01-03""},{""time"":50200,""label"":""hovered"",""timeHovered"":1765,""week"":""2022-01-03""},{""time"":53521,""label"":""tour_next"",""step"":2},{""time"":57200,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690226586236,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line -2023-07-24 15:18:28,2023-07-24 15:30:00,0,69.246.44.172,100,692,1,2023-07-24 15:30:01,R_bsE7TLLBKIkWUI9,,,,,35.2345,-89.8502,anonymous,EN,1,7.343,7.343,8.63,1,1,2,1,1.532,3.514,4.678,2,0,0,15.015,0,100,100,62,8.059,19.301,21.06,5,17.175,23.104,38.07,3,1,1,20.449,63.595,64.934,4,-3,-2,10.547,120.649,122.455,3,1,41.953,41.953,56.359,1,0,0,15.019,0,7,7,7,7,7,7,I'm concerned about your broken attention check on the page before this one.,11.753,39.499,42.792,10,7,5,5,4,5,5,Well I don't know the facts so I'd probably want to check elsewhere to confirm. I don't trust every chart I see.,2.701,77.731,88.647,8,5,,4.103,4.967,7.815,2,2,7,3,4,1,5,6,0,0,20.064,0,4,4,1,2,7,1,10,8,,3.68,22.461,24.904,10,3,3,3,4,3,2,6.418,17.226,17.958,6,3,1,4.057,12.483,14.87,2,2,1969,Tennessee,3,2,1,,7,,,3,4,1,,3.268,76.423,86.478,13,59f232c71f4f55000108a0d6,"{""startTime"":1690226652092,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":6725,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1308,""week"":""2"",""id"":""chart""}]}","{""startTime"":1690226544301,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226366392,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":22,""label"":""tour_started""},{""time"":10891,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1482,""week"":""52"",""id"":""chart""},{""time"":13141,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1882,""week"":""6"",""id"":""chart""},{""time"":17756,""label"":""tour_next"",""step"":2},{""time"":23095,""label"":""tour_end"",""step"":2},{""time"":25390,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2617,""week"":""6"",""id"":""chart""},{""time"":28473,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1729,""week"":""1"",""id"":""chart""}]}","{""startTime"":1690226528175,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar -2023-07-24 15:15:08,2023-07-24 15:30:00,0,69.121.205.146,100,892,1,2023-07-24 15:30:01,R_22FakELTgxu6hjM,,,,,41.1199,-74.1242,anonymous,EN,1,34.787,35.844,54.226,2,2,,1,3.846,3.846,4.817,1,0,0,15.13,0,58,62,43,5.545,34.478,35.305,10,14.486,114.856,115.65,5,-2,1,5.307,141.201,143.235,8,-2,1,14.577,73.574,74.625,11,1,3.404,109.688,110.811,5,11.631,11.631,15.01,1,3,3,3,6,5,1,,9.583,36.785,39.053,12,4,6,3,1,3,1,"I do not trust the CDC to provide accurate unbiased information. ",3.204,37.767,44.381,2,3,,8.731,14.513,15.458,3,2,7,3,4,1,5,6,8.277,20.916,25.485,2,1,1,3,1,1,1,3,3,,4.714,23.001,24.786,11,3,4,3,2,4,4,11.125,31.152,32.982,9,6,2,13.404,25.164,26.786,4,2,2000,New York,2,2,1,,7,,,5,4,1,ahally67@gmail.com,4.121,65.898,66.826,22,5f4ed218350d2a11c049eae4,"{""startTime"":1690226505912,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226439390,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226232125,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":16643,""label"":""hovered"",""timeHovered"":1367,""week"":""2022-01-10""},{""time"":23884,""label"":""hovered"",""timeHovered"":5424,""week"":""2022-01-17""},{""time"":30150,""label"":""tour_next"",""step"":2},{""time"":34820,""label"":""tour_end"",""step"":2},{""time"":39971,""label"":""hovered"",""timeHovered"":1939,""week"":""2022-01-10""},{""time"":42679,""label"":""hovered"",""timeHovered"":36935,""week"":""2022-01-10""},{""time"":80429,""label"":""hovered"",""timeHovered"":33062,""week"":""2022-01-10""}]}","{""startTime"":1690226423715,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":12466,""label"":""hovered"",""timeHovered"":1115,""week"":""2022-01-24""}]}",1,moderate,line -2023-07-24 15:15:42,2023-07-24 15:30:15,0,98.187.39.237,100,872,1,2023-07-24 15:30:15,R_1Kf41vALPgVrLHO,,,,,38.3746,-97.673,anonymous,EN,1,7.676,7.676,9.176,1,1,2,1,0.999,2.542,3.592,2,0,0,15.114,0,100,100,80,5.715,9.905,11.94,4,7.769,36.221,56.364,6,1,1,13.694,28.801,30.159,2,-2,1,49.745,60.515,61.37,2,1,69.584,69.584,70.81,1,0,0,15.012,0,7,7,7,7,7,7,,4.084,6.832,9.409,8,7,7,7,7,7,7,I trust it because it came from the CDC,15.156,40.891,44.56,5,6,,55.765,55.765,57.172,1,2,3,4,5,1,6,7,0,0,38.082,0,1,1,1,1,3,4,11,9,,8.37,15.968,17.148,8,5,4,1,2,5,4,7.172,94.912,95.914,6,1,1,1.713,5.821,7.1,2,2,1996,Kansas,3,1,1,,7,,,4,4,2,,70.353,291.723,292.777,11,56610c81b018d100126e5da9,"{""startTime"":1690226399437,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690226339323,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690226195298,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":1397,""label"":""hovered"",""timeHovered"":1456,""week"":""2021-09-13""},{""time"":7764,""label"":""tour_next"",""step"":5},{""time"":18550,""label"":""started_brush"",""startDate"":""2021-05-31"",""endDate"":""2021-12-11""},{""time"":19606,""label"":""tour_next"",""step"":5},{""time"":26298,""label"":""moved_brush"",""startDate"":""2021-06-02"",""endDate"":""2021-12-13""},{""time"":26980,""label"":""tour_next"",""step"":5},{""time"":31354,""label"":""cleared_brush"",""using"":""click""},{""time"":31356,""label"":""cleared_brush"",""using"":""Escape""},{""time"":32434,""label"":""tour_next"",""step"":5},{""time"":36216,""label"":""tour_end"",""step"":5},{""time"":37147,""label"":""hovered"",""timeHovered"":1244,""week"":""2021-12-13""},{""time"":40452,""label"":""cleared_brush"",""using"":""click""},{""time"":44958,""label"":""started_brush"",""startDate"":""2021-05-06"",""endDate"":""2021-09-08""},{""time"":46098,""label"":""cleared_brush"",""using"":""click""},{""time"":46099,""label"":""cleared_brush"",""using"":""Escape""},{""time"":46710,""label"":""cleared_brush"",""using"":""click""},{""time"":46712,""label"":""cleared_brush"",""using"":""Escape""},{""time"":48042,""label"":""started_brush"",""startDate"":""2021-11-10"",""endDate"":""2022-02-13""},{""time"":48746,""label"":""hovered"",""timeHovered"":1599,""week"":""2022-01-03""}]}","{""startTime"":1690226323951,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line -2023-07-24 15:15:49,2023-07-24 15:31:37,0,108.213.250.203,100,947,1,2023-07-24 15:31:37,R_VLmuMN4ldbRMzQJ,,,,,29.397,-94.9203,anonymous,EN,1,15.491,15.491,23.645,1,2,,2,3.12,3.12,4.293,1,0,0,15.228,0,94,98,50,27.195,40.88,44.152,3,29.926,38.346,60.05,2,1,1,33.308,54.978,57.513,2,-2,1,42.352,70.009,71.656,2,1,117.205,117.205,119.87,1,0,0,15.034,0,2,2,3,4,6,2,no comment,15.265,51.88,59.551,8,2,6,4,1,2,2,i dont trust that all those ppl had covid and not just the flu,5.314,118.281,129.989,6,2,,7.854,11.893,13.754,2,2,7,3,4,1,5,6,0,0,42.572,0,1,1,6,4,3,3,5,5,,7.529,29.815,36.752,8,1,1,5,5,1,1,18.605,45.679,47.06,6,4,1,11.585,22.761,24.836,2,2,1972,Texas,2,2,1,,7,,,3,4,1,,0.191,79.811,82.942,13,5f1b2816e83bcd2d4563a28b,"{""startTime"":1690226418489,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226479870,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226267321,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":47,""label"":""tour_started""},{""time"":29885,""label"":""tour_next"",""step"":2},{""time"":38304,""label"":""tour_end"",""step"":2},{""time"":47629,""label"":""hovered"",""timeHovered"":2147,""week"":""2021-09-06""},{""time"":50046,""label"":""hovered"",""timeHovered"":1666,""week"":""2021-09-13""},{""time"":55690,""label"":""hovered"",""timeHovered"":1875,""week"":""2022-01-10""}]}","{""startTime"":1690226401639,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line -2023-07-24 15:10:28,2023-07-24 15:31:38,0,162.195.114.233,100,1269,1,2023-07-24 15:31:39,R_tSVZtXiVbmMtiYp,,,,,26.0162,-80.1955,anonymous,EN,1,102.498,102.498,104.07,1,1,3,2,4.26,7.387,9.337,2,0,0,15.019,0,64,64,53,30.545,55.906,57.548,4,56.325,69.986,93.23,2,1,1,35.89,88.35,90.357,2,-2,-2,10.758,159.556,161.207,3,-3,100.675,100.675,102.04,1,0,0,15.111,0,3,3,3,5,6,2,,15.738,40.473,47.275,7,4,6,4,3,2,3,I would need more information to come to come to a conclusion.,4.101,86.61,114.795,8,4,,8.39,10.846,13.801,2,2,7,3,4,1,5,6,0,0,51.392,0,6,10,11,10,7,10,10,10,,12.574,26.188,38.822,8,3,4,1,2,5,4,23.687,61.341,62.747,8,4,2,11.506,22.464,25.202,2,2,1971,Florida,5,2,1,,3,,,5,2,2,,3.822,167.514,182.152,20,5b314cf6532e3d00018e3099,"{""startTime"":1690226308885,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226389276,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226036908,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":1529,""label"":""hovered"",""timeHovered"":1391,""week"":""2021-12-20""},{""time"":24147,""label"":""hovered"",""timeHovered"":3614,""week"":""2022-01-10""},{""time"":29694,""label"":""hovered"",""timeHovered"":4910,""week"":""2022-01-03""},{""time"":41216,""label"":""hovered"",""timeHovered"":5860,""week"":""2022-02-07""},{""time"":49407,""label"":""hovered"",""timeHovered"":1531,""week"":""2022-01-10""},{""time"":56308,""label"":""tour_next"",""step"":2},{""time"":69968,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690226292895,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line -2023-07-24 15:08:24,2023-07-24 15:31:41,0,76.149.18.60,100,1396,1,2023-07-24 15:31:41,R_1N2jgmgR6wj2O0C,,,,,38.581,-121.4939,anonymous,EN,1,300.99,300.99,302.084,1,1,3,2,13.825,16.128,17.738,2,0,0,15.149,0,100,100,59,14.395,21.576,23.967,4,107.156,118.318,120.675,2,1,1,19.696,75.887,77.341,5,-1,-1,41.244,47.163,47.954,3,-2,18.265,25.265,66.276,2,0,0,15.01,0,6,6,6,6,6,6,,236.056,259.571,270.936,7,6,6,6,2,2,6,the source is the cdc,11.688,49.758,50.559,4,4,,7.609,9.623,11.668,2,2,7,3,4,1,5,6,0,0,35.525,0,5,6,6,5,5,4,7,5,,23.517,39.737,41.691,8,2,2,2,3,2,4,18.454,76.624,77.941,7,3,4,26.148,35.961,37.711,2,2,1995,California,6,2,1,,3,,,6,5,2,,17.342,109.749,111.574,11,62a39ebd597a2a4c8c83a70f,"{""startTime"":1690226302487,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226575445,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226082633,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":45,""label"":""tour_started""},{""time"":100220,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3306,""week"":""51"",""id"":""chart""},{""time"":103572,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1711,""week"":""52"",""id"":""chart""},{""time"":107141,""label"":""tour_next"",""step"":2},{""time"":111807,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2814,""week"":""51"",""id"":""chart2""},{""time"":114824,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1126,""week"":""1"",""id"":""chart2""},{""time"":118303,""label"":""tour_end"",""step"":2},{""label"":""window_focused"",""time"":120722},{""label"":""window_focused"",""time"":120722}]}","{""startTime"":1690226286796,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":2735,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2151,""week"":""52"",""id"":""chart2""},{""time"":5911,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2881,""week"":""4"",""id"":""chart""},{""time"":9647,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2567,""week"":""50"",""id"":""chart""}]}",1,simple,bar -2023-07-24 15:13:37,2023-07-24 15:31:48,0,68.55.13.79,100,1091,1,2023-07-24 15:31:49,R_2rkIAz0iHLdjI2B,,,,,42.3702,-83.1084,anonymous,EN,1,11.482,12.3,12.556,2,1,3,1,1.043,6.499,7.627,3,0,0,15.119,0,95,88,53,3.901,7.601,8.387,4,4.269,8.13,16.829,2,1,1,18.062,28.59,29.963,2,-3,-3,23.361,54.806,56.02,3,-3,21.86,21.86,22.602,1,0,0,15.015,0,6,6,7,7,7,7,,403.221,433.467,435.487,8,7,7,7,7,7,7,it comes from the cdc,4.091,4.798,26.253,3,4,,2.304,5.332,5.6,5,2,7,3,4,1,5,6,2.56,12.509,13.658,4,9,9,7,10,8,9,9,8,,1.417,8.594,10.882,10,4,5,1,4,4,3,1.822,7.252,7.518,7,1,4,0.841,6.137,6.981,3,2,1984,Michigan,3,2,1,,3,,,7,2,1,5765b92cf96b100001f64c9a@email.prolific.co,0.852,67.511,72.741,33,5765b92cf96b100001f64c9a,"{""startTime"":1690226135462,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":705732},{""label"":""window_focused"",""time"":707006}]}","{""startTime"":1690226866387,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226071741,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":27,""label"":""tour_started""},{""time"":4258,""label"":""tour_next"",""step"":2},{""time"":8118,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690226119873,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":4568,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1028,""week"":""52"",""id"":""chart2""}]}",1,simple,bar -2023-07-24 15:10:06,2023-07-24 15:32:05,0,98.40.59.109,100,1319,1,2023-07-24 15:32:05,R_12lk8HT5zuOQghQ,,,,,36.013,-84.2624,anonymous,EN,1,4.624,5.585,105.723,2,1,4,2,3.397,6.684,8.018,2,0,0,15.119,0,100,90,73,7.548,20.825,104.101,7,12.592,42.358,83.051,4,-2,1,34.754,84.338,85.505,2,-2,1,5.628,92.953,94.385,5,1,66.606,67.038,83.946,2,0,0,15.119,0,7,6,6,6,6,6,"This corresponds well with what I'd think about COVID case loads in various times of the year. Higher case counts in the colder weather months. ",6.948,47.993,237.332,14,6,6,7,6,5,7,This seems like a good representation of COVID data from a reliable source I trust.,1.778,47.181,49.502,4,6,"One set of three questions only had ""Click here to write question"" with a bunch of gibberish response options. You may have a bug in your survey. Other than that, everything worked fine without issues. Have a good day!",4.142,5.208,75.804,2,2,7,3,4,1,5,6,20.134,20.134,31.257,1,9,10,10,9,10,8,11,11,"I generally trust science/doctors most as they have intense training. ",5.218,37.672,43.044,10,3,4,1,2,5,4,5.47,17.386,29.651,6,2,2,1.535,10.32,15.146,2,1,1981,Tennessee,6,1,1,,7,,,6,4,1,PoydrasSt@Aol.com,2.793,56.509,62.079,18,64badb09518eb5b219132eea,"{""startTime"":1690226321406,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":49066},{""label"":""window_focused"",""time"":49303},{""label"":""window_blurred"",""time"":91931},{""label"":""window_focused"",""time"":101211},{""label"":""window_blurred"",""time"":154124},{""label"":""window_focused"",""time"":272470}]}","{""startTime"":1690226596214,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226126720,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":27,""label"":""tour_started""},{""time"":19766,""label"":""hovered"",""timeHovered"":2082,""week"":""2022-01-10""},{""time"":29527,""label"":""tour_next"",""step"":2},{""time"":37408,""label"":""tour_end"",""step"":2},{""time"":47415,""label"":""hovered"",""timeHovered"":1368,""week"":""2021-08-16""},{""time"":50049,""label"":""hovered"",""timeHovered"":1313,""week"":""2021-09-13""},{""time"":52193,""label"":""hovered"",""timeHovered"":1231,""week"":""2021-09-20""},{""time"":54515,""label"":""hovered"",""timeHovered"":1710,""week"":""2021-07-05""},{""time"":59028,""label"":""hovered"",""timeHovered"":3253,""week"":""2021-07-12""}]}","{""startTime"":1690226305619,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":4805,""label"":""hovered"",""timeHovered"":3350,""week"":""2021-08-02""},{""time"":10087,""label"":""hovered"",""timeHovered"":1036,""week"":""2022-01-10""},{""time"":13212,""label"":""hovered"",""timeHovered"":1569,""week"":""2022-01-03""}]}",1,moderate,line -2023-07-24 15:16:05,2023-07-24 15:32:19,0,100.16.224.169,100,973,1,2023-07-24 15:32:20,R_rokbsk76TFtTWk9,,,,,39.211,-76.8362,anonymous,EN,1,4.729,4.729,21.832,1,2,,1,1.555,1.555,2.376,1,5.613,5.613,15.116,1,69,95,95,141.161,149.374,150.042,8,35.73,46.338,56.959,4,1,-2,6.577,58.551,59.742,10,-2,-3,25.706,67.082,67.959,3,1,65.673,65.673,66.532,1,0,0,15.01,0,6,6,6,7,6,6,,9.445,18.237,20.479,6,6,6,7,6,5,6,"This visualization shows transparency in Covid cases that vaccinated and unvaccinated. As a consumer I look for non-bias in any research displayed. I feel I can trust this visual from a consumer standpoint. ",14.292,150.534,152.54,19,2,"Thanks for the study. Having non bias research is important for consumer trust. ",7.17,45.705,46.63,12,2,7,3,4,1,5,6,0,0,27.328,0,8,5,8,6,7,7,8,7,,4.278,21.592,22.776,9,4,4,2,1,4,5,45.643,72.456,73.981,6,7,2,3.103,19.058,22.077,2,1,1997,Maryland,2,3,1,,3,,,11,1,1,shouldiknifeu@gmail.com,1.367,73.185,78.828,15,6441c37f5666c66e67eba833,"{""startTime"":1690226708316,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226519993,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226387098,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":4,""label"":""tour_started""},{""time"":35728,""label"":""tour_next"",""step"":2},{""time"":46336,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690226504495,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line -2023-07-24 15:23:18,2023-07-24 15:32:27,0,162.33.226.2,100,549,1,2023-07-24 15:32:28,R_1ouMNW4wOecF6S5,,,,,40.7123,-74.0068,anonymous,EN,1,2.437,2.789,3.562,2,1,4,2,4.757,9.605,10.453,4,0,0,15.008,0,83,100,50,11.712,16.804,18.922,3,8.229,10.117,12.316,2,1,1,27.859,44.226,45.531,2,1,1,21.944,37.327,45.545,2,1,41.348,83.03,83.801,3,0,0,15.006,0,6,3,6,5,6,6,"The question on the previous page didn't work for me so I selected the middle option ""asdf"" for them.",9.488,18.607,44.749,8,3,6,6,3,3,6,"I agree because I trust the CDC as a source for solid data and I can gather information from it. I don't think that you can draw absolute conclusions for it, but you can trust that the numbers are there.",1.347,65.387,75.453,4,7,,5.425,7.227,7.873,2,2,3,4,5,1,6,7,4.654,4.654,10.31,1,3,5,7,6,9,3,10,8,,8.446,28.425,31.237,12,3,2,4,3,2,3,7.773,31.3,32.412,10,3,2,4.222,10.677,11.35,4,2,1994,New York,7,1,1,,2,,,14,1,1,,1.96,35.826,41.046,14,627abdafed7edf12faf2e852,"{""startTime"":1690226832486,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226733463,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226658999,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":8215,""label"":""tour_next"",""step"":2},{""time"":10102,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690226717953,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":4464,""label"":""hovered"",""timeHovered"":2030,""week"":""2022-01-03""}]}",1,moderate,line -2023-07-24 15:13:05,2023-07-24 15:32:29,0,98.27.11.187,100,1164,1,2023-07-24 15:32:30,R_1CDvG1uzjL2Hz4o,,,,,36.1287,-79.4086,anonymous,EN,1,7.338,7.338,8.023,1,1,1,2,1.326,2.759,3.37,2,0,0,15.107,0,84,89,64,0.505,49.439,50.499,12,10.703,46.128,48.231,10,1,1,82.903,241.003,250.437,6,-3,-3,70.239,172.157,178.861,4,1,11.544,81.793,82.245,5,0,0,15.01,0,6,2,3,6,6,5,,11.44,69.257,79.489,9,6,7,6,2,2,5,"I haven't verified this information yet and would do more research before fully trusting it but it seems believable. ",1.123,133.804,142.396,25,5,,6.61,11.339,13.215,12,2,7,3,4,1,5,6,0,0,22.119,0,1,6,7,7,4,4,9,6,,12.96,70.96,72.792,35,3,2,3,4,4,2,13.781,61.286,63.049,26,8,2,2.285,16.565,17.239,5,1,2002,North Carolina,2,2,1,,7,,,6,4,2,,1.023,40.547,41.51,21,63034df51d918e1e3b97e5ce,"{""startTime"":1690226220302,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":18958,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":10627,""week"":""52"",""id"":""chart""}]}","{""startTime"":1690226300266,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690226072901,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":10698,""label"":""tour_next"",""step"":5},{""label"":""window_blurred"",""time"":11729},{""label"":""window_focused"",""time"":13299},{""label"":""window_blurred"",""time"":13700},{""label"":""window_focused"",""time"":13809},{""time"":26804,""label"":""started_brush"",""startDate"":""2021-12-02"",""endDate"":""2022-01-02""},{""time"":30229,""label"":""tour_next"",""step"":5},{""time"":37130,""label"":""moved_brush"",""startDate"":""2021-10-31"",""endDate"":""2021-11-30""},{""time"":37836,""label"":""tour_next"",""step"":5},{""time"":40240,""label"":""cleared_brush"",""using"":""Click""},{""time"":40240,""label"":""cleared_brush"",""using"":""Escape""},{""time"":41618,""label"":""tour_next"",""step"":5},{""time"":46122,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690226204550,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":11144,""label"":""started_brush"",""startDate"":""2021-11-02"",""endDate"":""2022-01-02""}]}",1,complex,bar -2023-07-24 15:07:49,2023-07-24 15:32:31,0,174.202.225.42,100,1482,1,2023-07-24 15:32:32,R_eIEWYw4q4updl7j,,,,,29.7646,-95.3657,anonymous,EN,1,150.201,155.513,156.801,7,1,1,1,2.699,8.237,9.002,4,0,0,15.01,0,41,30,50,143.332,153.859,154.202,9,12.488,27.498,283.987,3,1,-2,3.601,66.927,69.301,14,1,1,11.803,107.12,108.009,7,1,18.693,55.562,56.501,3,0,0,15.107,0,7,7,7,7,7,7,,6.782,21.651,23.24,19,3,3,3,3,3,3,It feels difficult to gage visually,0.807,21.335,23.936,4,4,,2.742,2.742,4.528,1,2,7,3,4,1,5,6,5.159,12.896,14.495,7,1,6,5,5,2,2,9,8,,163.401,183.26,185.718,14,5,5,1,1,5,5,67.922,94.438,95.216,11,4,3,2.94,11.036,12.289,5,2,1988,Texas,5,3,1,,7,,,5,4,1,mhenninger11@gmail.com,1.264,56.052,56.301,23,5781c15381f331000139a89e,"{""startTime"":1690226581496,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226491219,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226120119,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":21,""label"":""tour_started""},{""label"":""window_blurred"",""time"":5008},{""label"":""window_focused"",""time"":6931},{""time"":18633,""label"":""hovered"",""timeHovered"":1780,""week"":""2021-12-27""},{""time"":23675,""label"":""tour_next"",""step"":2},{""time"":27332,""label"":""tour_end"",""step"":2},{""time"":29215,""label"":""hovered"",""timeHovered"":157540,""week"":""2022-01-10""},{""time"":281798,""label"":""hovered"",""timeHovered"":1166,""week"":""2021-12-27""}]}","{""startTime"":1690226475178,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line -2023-07-24 15:18:56,2023-07-24 15:32:40,0,184.179.216.106,100,824,1,2023-07-24 15:32:41,R_3mfO15oQKms7woY,,,,,32.1943,-110.9767,anonymous,EN,1,10.143,10.143,11.03,1,1,3,2,1.585,6.744,7.135,4,2.546,4.965,15.113,4,82,37,67,6.395,11.746,12.5,3,13.35,57.392,261.052,9,1,-2,12.202,23.344,24.746,2,-1,1,16.39,21.614,22.931,2,-3,9.203,29.267,30.46,3,0,0,15.113,0,6,4,6,6,7,6,,219.503,232.316,233.609,8,5,6,4,1,2,6,The data and the source of the data seems to be trustworthy.,1.988,21.326,31.128,2,3,,8.619,8.619,9.844,1,2,7,3,4,1,5,6,0,0,13.301,0,6,6,3,6,8,5,9,8,,9.905,22.4,23.842,9,2,3,2,4,3,2,3.8,17.491,18.375,6,1,1,2.524,10.485,11.449,3,2,1980,Arizona,5,2,1,,7,,,4,4,2,,2.091,44.073,45.237,13,5e6e5a9ff830814045057066,"{""startTime"":1690226702114,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_focused"",""time"":212240},{""label"":""window_blurred"",""time"":217862},{""label"":""window_focused"",""time"":219363}]}","{""startTime"":1690226936390,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690226393763,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":8,""label"":""tour_started""},{""label"":""window_blurred"",""time"":11407},{""label"":""window_focused"",""time"":13265},{""time"":20321,""label"":""hovered"",""timeHovered"":1360,""week"":""2021-04-12""},{""time"":26133,""label"":""hovered"",""timeHovered"":1200,""week"":""2022-01-10""},{""time"":29739,""label"":""tour_next"",""step"":5},{""time"":42224,""label"":""started_brush"",""startDate"":""2021-07-03"",""endDate"":""2021-10-26""},{""time"":43360,""label"":""tour_next"",""step"":5},{""time"":47074,""label"":""moved_brush"",""startDate"":""2021-07-03"",""endDate"":""2021-09-15""},{""time"":47939,""label"":""tour_next"",""step"":5},{""time"":52177,""label"":""cleared_brush"",""using"":""click""},{""time"":52180,""label"":""cleared_brush"",""using"":""Escape""},{""time"":53083,""label"":""tour_next"",""step"":5},{""time"":57384,""label"":""tour_end"",""step"":5},{""label"":""window_blurred"",""time"":61156},{""label"":""window_focused"",""time"":260900}]}","{""startTime"":1690226686503,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":6918}]}",1,complex,line -2023-07-24 15:18:22,2023-07-24 15:32:48,0,173.72.205.92,100,865,1,2023-07-24 15:32:48,R_2V7oej7KO7wDHmh,,,,,38.3416,-77.4307,anonymous,EN,1,5.181,10.091,14.995,4,1,2,2,3.032,7.378,8.782,3,0,0,15.011,0,66,91,70,2.928,26.096,27.2,9,16.641,101.328,102.852,9,1,1,3.917,83.119,84.617,6,1,1,5.861,40.944,42.64,7,1,2.939,55.071,56.353,8,2.705,6.254,15.015,2,4,3,5,7,6,5,,3.2,31.129,33.168,10,4,6,6,4,5,5,"I would like more information on the sample, how the data was collected, and what their definitions were for the parameters used.",5.31,73.55,74.986,6,5,"Just letting you guys know that you have an unfinished, unwritten template survey question hidden in the survey. It still had most of it's template answers, like, ""Click to write Statement 2."" So, you might want to go back, find it, and delete it before giving the survey out to more people.",5.596,16.546,96.462,6,2,7,3,4,1,5,6,4.992,18.605,22.208,3,1,3,9,6,1,6,6,9,N/A,6.404,54.402,58.169,14,3,2,2,3,3,3,6.506,33.868,35.326,8,5,3,4.506,13.234,14.693,5,2,1996,Virginia,6,3,1,,7,,,7,4,2,,2.929,71.554,73.205,24,6285706b066c6502c413e9a3,"{""startTime"":1690226600478,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690226633970,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690226424580,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":7599,""label"":""hovered"",""timeHovered"":3067,""week"":""2021-11-29""},{""time"":19623,""label"":""tour_next"",""step"":5},{""time"":29308,""label"":""started_brush"",""startDate"":""2021-07-12"",""endDate"":""2022-02-13""},{""time"":32255,""label"":""started_brush"",""startDate"":""2021-05-19"",""endDate"":""2022-02-13""},{""time"":33243,""label"":""moved_brush"",""startDate"":""2021-05-19"",""endDate"":""2022-02-13""},{""time"":35335,""label"":""moved_brush"",""startDate"":""2021-05-19"",""endDate"":""2022-02-13""},{""time"":37961,""label"":""started_brush"",""startDate"":""2021-05-02"",""endDate"":""2021-05-16""},{""time"":40035,""label"":""started_brush"",""startDate"":""2021-12-06"",""endDate"":""2022-02-13""},{""time"":42171,""label"":""tour_next"",""step"":5},{""time"":46767,""label"":""started_brush"",""startDate"":""2021-05-27"",""endDate"":""2021-10-03""},{""time"":50208,""label"":""moved_brush"",""startDate"":""2021-10-06"",""endDate"":""2022-02-13""},{""time"":52236,""label"":""tour_next"",""step"":5},{""time"":61842,""label"":""cleared_brush"",""using"":""click""},{""time"":63636,""label"":""tour_next"",""step"":5},{""time"":68121,""label"":""tour_end"",""step"":5},{""time"":69694,""label"":""hovered"",""timeHovered"":1145,""week"":""2022-01-17""},{""time"":73042,""label"":""hovered"",""timeHovered"":2367,""week"":""2022-01-10""},{""time"":80703,""label"":""started_brush"",""startDate"":""2021-12-24"",""endDate"":""2022-02-13""},{""time"":82362,""label"":""started_brush"",""startDate"":""2021-10-07"",""endDate"":""2022-02-13""},{""time"":85259,""label"":""hovered"",""timeHovered"":1539,""week"":""2021-12-20""}]}","{""startTime"":1690226584807,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":10098,""label"":""hovered"",""timeHovered"":4340,""week"":""2021-12-20""}]}",1,complex,line -2023-07-24 15:17:56,2023-07-24 15:32:48,0,162.212.60.209,100,891,1,2023-07-24 15:32:48,R_1OHnt9vf1eeweMs,,,,,38.6664,-88.491,anonymous,EN,1,23.219,24.26,25.453,3,2,,2,2.567,2.567,4.028,1,6.451,11.025,15.078,5,0,100,48,10.616,22.677,24.422,10,8.835,44.151,45.358,7,1,-3,4.294,100.57,101.777,12,-3,-3,10.177,33.673,34.946,7,1,0.422,98.096,99.398,5,2.227,9.689,15.058,2,1,1,1,7,7,1,,7.842,44.565,46.409,16,1,7,1,1,1,1,I pretty much trust no one when it comes to anything related to covid.,4.099,75.902,78.005,10,1,,5.12,13.079,14.538,6,2,7,3,4,1,5,6,6.396,14.63,15.782,3,1,1,6,1,1,1,9,6,,3.627,17.041,20.09,12,1,1,5,5,1,1,3.248,21.109,23.03,10,1,2,8.119,19.391,20.779,5,2,1982,Illinois,1,2,1,,7,,,5,4,2,,3.392,147.693,148.887,39,63e55887d67a5c7e32a678fa,"{""startTime"":1690226637066,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226684404,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226471996,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":80,""label"":""tour_started""},{""time"":12990,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1949,""week"":""33"",""id"":""chart""},{""time"":15833,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1139,""week"":""44"",""id"":""chart""},{""time"":18780,""label"":""tour_next"",""step"":2},{""time"":33048,""label"":""tour_end"",""step"":2},{""time"":40754,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2595,""week"":""52"",""id"":""chart""}]}","{""startTime"":1690226620977,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":10661,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1321,""week"":""52"",""id"":""chart2""}]}",1,simple,bar -2023-07-24 15:19:28,2023-07-24 15:33:00,0,96.36.68.89,100,812,1,2023-07-24 15:33:01,R_WvpdkAAFDXyfwPv,,,,,34.9334,-81.9689,anonymous,EN,1,2.172,33.143,34.849,2,2,,1,5.07,5.07,6.686,1,2.658,2.658,15.114,1,72,38,79,24.983,49.518,51.454,8,5.493,47.316,48.578,11,-2,-3,1.494,60.674,62.93,6,-3,-3,3.324,72.308,73.84,23,-3,1.357,16.199,17.652,2,1.582,1.582,15.117,1,4,3,4,6,7,4,I do not have any other thoughts at this time. Thank you.,2.133,54.551,73.136,12,5,5,5,3,2,1,I would think that the data could be changed and not true.,3.802,92.624,94.341,18,2,None at this time. Thank you.,6.609,10.976,21.213,3,2,7,3,4,1,5,6,7.867,23.734,25.029,3,4,3,2,7,2,6,9,6,N/A,5.022,33.119,44.361,12,5,5,1,1,5,5,7.299,29.977,31.381,7,6,1,3.722,15.128,16.667,4,2,1974,South Carolina,3,1,1,,7,,,5,4,1,agreene477@gmail.com,3.489,112.81,114.188,51,5cd1a619240bc80013310b4e,"{""startTime"":1690226762366,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226630313,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226491392,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":35,""label"":""tour_started""},{""time"":11932,""label"":""tour_next"",""step"":2},{""time"":18025,""label"":""tour_end"",""step"":2},{""time"":19591,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4198,""week"":""52"",""id"":""chart""},{""time"":25042,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3147,""week"":""6"",""id"":""chart""},{""time"":28548,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3030,""week"":""6"",""id"":""chart""},{""time"":32365,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1808,""week"":""1"",""id"":""chart""},{""time"":37903,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2013,""week"":""14"",""id"":""chart""}]}","{""startTime"":1690226614675,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":3300,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1056,""week"":""52"",""id"":""chart""},{""time"":5497,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2499,""week"":""1"",""id"":""chart""},{""time"":8056,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1660,""week"":""52"",""id"":""chart""},{""time"":11658,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1457,""week"":""1"",""id"":""chart""}]}",1,moderate,bar -2023-07-24 15:21:28,2023-07-24 15:33:02,0,99.69.245.90,100,693,1,2023-07-24 15:33:03,R_2ZOjQsxsmnApu8X,,,,,34.0021,-81.0423,anonymous,EN,1,2.37,11.543,12.615,10,2,,1,3.542,3.542,4.848,1,7.448,7.448,15.17,1,0,16,98,1.037,23.566,24.503,10,2.876,45.107,48.619,10,-1,-1,2.166,62.274,62.953,20,-2,-1,2.935,77.523,78.422,23,-3,3.04,22.474,23.721,7,5.045,8.962,15.092,3,4,2,2,5,1,5,,2.069,38.055,40.111,17,7,6,4,7,3,4,The data appears to be that there is no difference between with or without the vaccine.,5.628,95.613,96.43,13,5,,8.497,12.401,13.39,3,2,7,3,4,1,5,6,20.076,35.428,36.147,3,4,5,8,9,4,3,4,5,,12.977,29.843,31.862,13,4,5,1,1,5,5,12.014,38.866,39.63,10,6,1,2.672,15.535,16.118,7,1,1977,South Carolina,3,1,1,,3,,,16,1,1,,5.684,62.374,63.916,34,61531a9bd8acf4e88e083892,"{""startTime"":1690226839294,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226711175,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226565696,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":131,""label"":""tour_started""},{""time"":23940,""label"":""tour_next"",""step"":2},{""time"":30435,""label"":""tour_end"",""step"":2},{""time"":34942,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3752,""week"":""52"",""id"":""chart""},{""time"":38861,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1972,""week"":""1"",""id"":""chart""},{""time"":41502,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1610,""week"":""2"",""id"":""chart""}]}","{""startTime"":1690226694878,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":11971,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1877,""week"":""50"",""id"":""chart""}]}",1,moderate,bar -2023-07-24 15:16:23,2023-07-24 15:33:11,0,155.94.218.87,100,1008,1,2023-07-24 15:33:12,R_Z3udULLcnqbonbb,,,,,25.7806,-80.1826,anonymous,EN,1,54.764,54.764,55.857,1,1,3,2,1.406,4.491,5.211,2,0,0,15.011,0,100,100,89,14.747,25.201,34.432,8,45.309,53.462,55.334,5,1,1,9.897,70.642,72.728,2,-2,1,53.844,109.076,110.199,5,1,68.957,68.957,71.039,1,0,0,15.115,0,7,7,7,7,7,7,,18.039,25.487,29.89,10,7,7,7,7,7,7,the data seems reliable and the information is well provided,5.092,89.769,90.006,6,4,,52.498,60.469,61.799,2,2,3,4,5,1,6,7,23.583,23.583,35.937,1,9,10,11,11,9,10,11,11,,1.375,84.307,84.695,11,4,5,1,1,5,4,3.404,45.778,46.406,6,2,4,26.887,32.64,33.675,3,1,1972,Washington,7,3,1,,7,,,8,3,1,luismiguelbrito47@gmail.com,1.636,91.934,96.424,18,6464b45cf8e8a0f06fe011b9,"{""startTime"":1690226660766,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226691458,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226477752,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":32872,""label"":""hovered"",""timeHovered"":1416,""week"":""2021-04-12""},{""time"":40222,""label"":""hovered"",""timeHovered"":1216,""week"":""2022-01-17""},{""time"":45294,""label"":""tour_next"",""step"":2},{""time"":50782,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690226644787,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":4954,""label"":""hovered"",""timeHovered"":2988,""week"":""2021-08-09""}]}",1,moderate,line -2023-07-24 15:11:55,2023-07-24 15:33:46,0,47.149.100.3,100,1311,1,2023-07-24 15:33:47,R_301s6EIXLxBAHaX,,,,,34.0393,-117.1725,anonymous,EN,1,2.886,2.886,5.396,1,1,3,2,3.526,8.741,14.616,3,0,0,15.023,0,96,82,40,21.504,112.695,116.03,5,63.382,209.701,266.718,15,1,1,39.423,80.9,83.677,3,1,1,51.801,110.729,120.578,4,1,109.416,109.416,111.184,1,0,0,15.018,0,6,6,6,6,7,6,,14.681,40.44,66.553,6,5,6,6,5,7,6,"I do not so no reason to lie and is from CDC. It also shows that at one point more vaccinated youths caught covid more than unvaccinated 80+ people. ",2.903,2.903,108.515,1,5,"Thank You ",4.304,14.537,22.707,7,2,7,3,4,1,5,6,0,0,37.81,0,5,3,4,5,6,4,10,9,"Thank You ",9.789,40.621,47.452,12,3,3,1,3,4,4,16.807,46.183,48.228,6,3,2,3.915,12.916,15.942,2,1,1976,California,3,2,1,,7,,,6,4,1,lourocs@yahoo.com,6.271,127.782,132.91,16,5858c6178604ae000165e66a,"{""startTime"":1690226481435,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":46943,""label"":""hovered"",""timeHovered"":1074,""week"":""2021-12-20""},{""time"":48068,""label"":""hovered"",""timeHovered"":2948,""week"":""2021-12-20""}]}","{""startTime"":1690226548851,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690226086620,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":5662,""label"":""hovered"",""timeHovered"":1156,""week"":""2021-12-13""},{""time"":27562,""label"":""hovered"",""timeHovered"":1055,""week"":""2022-01-17""},{""time"":29595,""label"":""hovered"",""timeHovered"":5814,""week"":""2022-01-17""},{""time"":45597,""label"":""hovered"",""timeHovered"":1062,""week"":""2022-01-17""},{""time"":46670,""label"":""hovered"",""timeHovered"":4847,""week"":""2022-01-17""},{""time"":52779,""label"":""hovered"",""timeHovered"":3029,""week"":""2022-01-31""},{""time"":56792,""label"":""hovered"",""timeHovered"":5575,""week"":""2022-02-07""},{""time"":63360,""label"":""tour_next"",""step"":5},{""time"":100564,""label"":""cleared_brush"",""using"":""click""},{""time"":128090,""label"":""started_brush"",""startDate"":""2021-05-21"",""endDate"":""2021-11-08""},{""time"":136815,""label"":""tour_next"",""step"":5},{""time"":158692,""label"":""moved_brush"",""startDate"":""2021-06-05"",""endDate"":""2021-11-08""},{""time"":160104,""label"":""tour_next"",""step"":5},{""time"":186108,""label"":""cleared_brush"",""using"":""click""},{""time"":186114,""label"":""cleared_brush"",""using"":""Escape""},{""time"":187170,""label"":""tour_next"",""step"":5},{""time"":206878,""label"":""started_brush"",""startDate"":""2021-04-15"",""endDate"":""2021-08-29""},{""time"":209680,""label"":""tour_end"",""step"":5},{""time"":211687,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-08-24""},{""time"":212911,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-08-24""},{""time"":215684,""label"":""moved_brush"",""startDate"":""2021-08-24"",""endDate"":""2021-08-26""},{""time"":217766,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-09-05""},{""time"":219411,""label"":""cleared_brush"",""using"":""click""},{""time"":219417,""label"":""cleared_brush"",""using"":""Escape""},{""time"":235839,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-04-11""},{""time"":239844,""label"":""started_brush"",""startDate"":""2021-05-20"",""endDate"":""2022-01-09""},{""time"":240940,""label"":""hovered"",""timeHovered"":1525,""week"":""2021-12-27""},{""time"":243428,""label"":""hovered"",""timeHovered"":4974,""week"":""2021-12-27""},{""time"":250519,""label"":""moved_brush"",""startDate"":""2021-06-24"",""endDate"":""2022-02-13""}]}","{""startTime"":1690226465941,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":12128,""label"":""hovered"",""timeHovered"":1038,""week"":""2021-12-13""}]}",1,complex,line -2023-07-24 15:14:54,2023-07-24 15:33:47,0,98.230.2.23,100,1133,1,2023-07-24 15:33:48,R_28YwGUE83CWWoqu,,,,,30.4908,-84.3158,anonymous,EN,1,198.135,198.135,198.932,1,2,,2,0.9,0.9,1.506,1,3.573,3.573,15.111,1,80,59,36,7.295,32.288,37.86,7,5.801,44.513,66.353,12,1,-3,34.834,64.026,65.041,3,1,-2,64.123,179.445,180.595,6,1,39.019,39.019,39.81,1,0,0,15.008,0,6,4,6,5,7,7,,11.335,19.887,21.724,10,5,5,3,1,1,7,I mean i hope the visualization isn't lying to me so i trust it.,1.618,1.618,33.834,1,1,,5.401,5.401,6.759,1,2,7,3,4,1,5,6,10.83,10.83,12.588,1,6,4,10,10,5,11,10,11,,7.574,21.646,22.601,11,3,5,2,4,5,4,4.691,8.027,10.137,7,2,5,1.081,145.252,146.218,2,1,1997,Florida,3,2,1,,7,,,6,4,2,,1.223,53.879,58.193,14,5f038dc85819b15b08840dfd,"{""startTime"":1690226694724,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690226642092,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690226519584,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":5795,""label"":""tour_next"",""step"":5},{""time"":13018,""label"":""cleared_brush"",""using"":""Click""},{""time"":13780,""label"":""started_brush"",""startDate"":""2021-10-12"",""endDate"":""2021-10-21""},{""time"":14028,""label"":""moved_brush"",""startDate"":""2021-10-12"",""endDate"":""2021-10-21""},{""time"":16278,""label"":""moved_brush"",""startDate"":""2021-07-11"",""endDate"":""2021-10-21""},{""time"":17115,""label"":""tour_next"",""step"":5},{""time"":22805,""label"":""moved_brush"",""startDate"":""2021-07-11"",""endDate"":""2021-10-21""},{""time"":24558,""label"":""moved_brush"",""startDate"":""2021-05-22"",""endDate"":""2021-10-21""},{""time"":27376,""label"":""cleared_brush"",""using"":""Click""},{""time"":29528,""label"":""cleared_brush"",""using"":""Click""},{""time"":30291,""label"":""tour_next"",""step"":5},{""time"":33958,""label"":""cleared_brush"",""using"":""Click""},{""time"":36865,""label"":""cleared_brush"",""using"":""Click""},{""time"":36865,""label"":""cleared_brush"",""using"":""Escape""},{""time"":38171,""label"":""tour_next"",""step"":5},{""time"":42531,""label"":""tour_end"",""step"":5},{""time"":45002,""label"":""cleared_brush"",""using"":""Click""},{""time"":45568,""label"":""cleared_brush"",""using"":""Click""},{""time"":47220,""label"":""started_brush"",""startDate"":""2021-04-29"",""endDate"":""2021-05-04""},{""time"":47816,""label"":""cleared_brush"",""using"":""Click""},{""time"":51293,""label"":""started_brush"",""startDate"":""2021-10-28"",""endDate"":""2022-02-07""},{""time"":51919,""label"":""cleared_brush"",""using"":""Click""},{""time"":51919,""label"":""cleared_brush"",""using"":""Escape""},{""time"":56478,""label"":""started_brush"",""startDate"":""2021-08-29"",""endDate"":""2022-02-07""},{""time"":57605,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2591,""week"":""52"",""id"":""chart""},{""time"":63032,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1140,""week"":""2"",""id"":""chart""}]}","{""startTime"":1690226626672,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":11767,""label"":""started_brush"",""startDate"":""2021-10-30"",""endDate"":""2021-12-31""}]}",1,complex,bar -2023-07-24 15:23:50,2023-07-24 15:34:06,0,70.188.251.145,100,616,1,2023-07-24 15:34:07,R_1q8p5Z17JXZZVbD,,,,,30.515,-86.4844,anonymous,EN,1,4.029,4.029,4.934,1,1,2,1,1.839,5.683,6.677,2,0,0,15.008,0,90,65,56,14.415,19.684,20.727,3,6.378,31.973,33.971,4,-2,-1,21.153,45.301,46.673,2,1,-3,30.412,67.742,68.629,2,1,133.268,133.268,134.477,1,0,0,15.652,0,4,4,2,5,3,4,,31.448,50.342,52.604,8,4,4,3,1,1,2,I don't trust most things that come from governmental agencies.,1.675,38.784,39.493,4,3,,6.284,9.388,11.369,4,2,3,4,5,1,6,7,0,0,8.692,0,1,1,7,4,1,4,9,9,,2.801,15.875,17.463,8,3,4,2,3,4,4,6.374,22.552,23.304,7,6,2,4.623,9.661,10.599,2,2,1964,Florida,7,2,1,,7,,,8,5,2,,2.664,53.716,64.802,15,6106f6e22517f1e7cb3ff868,"{""startTime"":1690226786278,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_focused"",""time"":22809}]}","{""startTime"":1690226839431,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226688562,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":10852,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4364,""week"":""29"",""id"":""chart""},{""time"":15433,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4314,""week"":""28"",""id"":""chart""},{""time"":20382,""label"":""tour_next"",""step"":2},{""time"":25912,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1633,""week"":""29"",""id"":""chart2""},{""time"":31966,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690226769976,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":6257}]}",1,simple,bar -2023-07-24 15:21:08,2023-07-24 15:34:36,0,75.68.6.16,100,807,1,2023-07-24 15:34:37,R_2aDfcox2WmRsJfJ,,,,,42.8374,-71.1566,anonymous,EN,1,18.225,19.557,20.85,2,1,3,1,2.256,6.926,8.085,3,0,0,15.007,0,65,76,49,7.36,43.103,44.018,10,6.991,108.24,109.151,16,1,1,26.378,92.465,93.455,14,-2,-3,13.179,80.464,81.28,10,1,11.996,38.069,39.049,6,7.632,7.632,15.019,1,6,2,2,6,6,6,,7.068,25.622,26.776,9,6,5,4,2,5,6,Mostly because the source is the CDC,4.454,37.055,43.267,4,6,,9.871,11.72,12.89,2,2,7,3,4,1,5,6,10.665,20.318,21.304,2,3,5,7,8,7,4,9,9,,12.561,43.456,44.751,10,2,2,4,2,2,2,15.01,41.401,42.199,8,2,1,6.838,16.514,18.423,3,2,1968,New Hampshire,6,2,1,,7,,,17,4,1,,4.825,81.139,85.151,21,645bf81e7162b9ec4cb8aaf6,"{""startTime"":1690226846321,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690226736211,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":3929,""label"":""cleared_brush"",""using"":""Click""},{""time"":11147,""label"":""started_brush"",""startDate"":""2021-10-10"",""endDate"":""2022-02-04""}]}","{""startTime"":1690226571849,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":14582,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6202,""week"":""44"",""id"":""chart""},{""time"":21844,""label"":""tour_next"",""step"":5},{""time"":58185,""label"":""started_brush"",""startDate"":""2021-11-03"",""endDate"":""2022-02-03""},{""time"":59677,""label"":""tour_next"",""step"":5},{""time"":73292,""label"":""moved_brush"",""startDate"":""2021-09-28"",""endDate"":""2022-02-03""},{""time"":76374,""label"":""tour_next"",""step"":5},{""time"":96967,""label"":""cleared_brush"",""using"":""Click""},{""time"":96967,""label"":""cleared_brush"",""using"":""Escape""},{""time"":99539,""label"":""tour_next"",""step"":5},{""time"":104959,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690226720771,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar -2023-07-24 15:26:33,2023-07-24 15:34:52,0,99.53.203.214,100,498,1,2023-07-24 15:34:53,R_3qkzYa1XUOYVTZQ,,,,,32.7255,-96.6233,anonymous,EN,1,9.76,9.76,10.778,1,1,2,2,2.115,5.699,6.569,2,0,0,15.109,0,74,100,52,11.567,17.518,19.324,3,17.472,25.248,26.893,3,1,-3,30.666,43.818,44.868,2,-3,1,27.281,48.641,49.791,2,1,26.46,26.46,27.652,1,0,0,15.011,0,6,6,6,6,6,6,,14.023,21.533,24.901,7,6,6,5,3,4,6,It looks reliable.,1.914,36.194,38.242,4,2,,8.859,8.859,11.034,1,2,7,3,4,1,5,6,0,0,12.806,0,1,1,5,3,4,4,8,9,,3.521,38.041,40.016,8,1,1,5,5,1,1,2.799,23.039,24.215,6,4,5,1.906,7.93,8.835,2,2,1962,Texas,2,2,1,,7,,,3,4,2,,3.503,67.313,73.667,12,60fab1b96bd45f60d1b053dc,"{""startTime"":1690226955824,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226981538,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226862020,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":17464,""label"":""tour_next"",""step"":2},{""time"":21783,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690226940152,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar -2023-07-24 15:09:59,2023-07-24 15:35:09,0,71.237.138.47,100,1509,1,2023-07-24 15:35:09,R_xi8twevftiMDzjj,,,,,45.6435,-122.6247,anonymous,EN,1,78.474,78.474,79.548,1,1,4,2,2.738,5.994,7.061,2,0,0,15.011,0,85,95,95,33.628,38.268,39.768,5,22.267,82.86,86.119,10,1,1,25.216,45.76,47.07,2,1,1,96.497,112.314,133.542,2,1,70.327,70.327,71.242,1,0,0,15.013,0,6,5,6,7,6,6,,4.498,9.427,11.654,6,6,5,5,3,6,6,It seems well executed and it is easy to understand the information that is being presented at a glance.,2.001,46.45,49.711,7,3,,31.254,32.982,36.074,2,2,7,3,4,1,5,6,0,0,49.407,0,8,7,4,6,5,8,9,9,,207.908,221.611,224.577,10,3,4,2,3,4,4,5.041,15.025,16.361,7,2,1,1.63,9.094,9.548,3,2,1992,Washington,6,1,1,,9,,"Vancouver ",10,4,1,chrislocklayer@gmail.com,1.07,41.606,43.862,15,57a2caf8275be6000135b3aa,"{""startTime"":1690226320102,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690226251971,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690226077274,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":45,""label"":""tour_started""},{""time"":3998,""label"":""hovered"",""timeHovered"":9547,""week"":""2021-08-30""},{""time"":13645,""label"":""hovered"",""timeHovered"":4232,""week"":""2021-08-30""},{""time"":18211,""label"":""hovered"",""timeHovered"":2964,""week"":""2021-08-30""},{""time"":29316,""label"":""tour_next"",""step"":5},{""time"":46006,""label"":""started_brush"",""startDate"":""2021-09-03"",""endDate"":""2022-02-13""},{""time"":46923,""label"":""tour_next"",""step"":5},{""time"":56137,""label"":""started_brush"",""startDate"":""2021-08-01"",""endDate"":""2021-08-03""},{""time"":68416,""label"":""started_brush"",""startDate"":""2021-07-28"",""endDate"":""2021-11-09""},{""time"":70590,""label"":""moved_brush"",""startDate"":""2021-05-25"",""endDate"":""2021-11-09""},{""time"":72275,""label"":""tour_next"",""step"":5},{""time"":77877,""label"":""cleared_brush"",""using"":""click""},{""time"":77884,""label"":""cleared_brush"",""using"":""Escape""},{""time"":79220,""label"":""tour_next"",""step"":5},{""time"":82835,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690226236116,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line -2023-07-24 15:15:16,2023-07-24 15:35:22,0,184.91.90.29,100,1205,1,2023-07-24 15:35:22,R_efk12bwFOw43igN,,,,,28.5978,-81.3024,anonymous,EN,1,44.737,44.737,46.104,1,2,,1,10.973,10.973,12.484,1,0,0,15.008,0,57,88,52,25.806,43.006,45.689,4,28.671,54.204,56.219,3,1,1,58.923,100.889,103.274,2,-1,1,63.832,151.2,153.665,2,1,81.62,81.62,83.687,1,0,0,15.108,0,1,1,1,3,7,1,The cdc is unreliable at best and fraudulent at worst,19.404,45.103,83.055,6,2,6,6,1,2,1,fact checking the data is required before trust is earned.,5.989,135.818,137.947,12,2,interesting study,11.914,32.399,46.16,11,2,7,3,4,1,5,6,0,0,50.586,0,1,2,10,8,1,6,9,7,,6.441,49.193,52.058,9,5,5,1,1,5,4,31.142,49.592,51.472,6,6,1,4.459,13.859,19.156,2,1,1958,Florida,6,3,1,,7,,,10,2,1,jscott3900@gmail.com,3.878,86.359,88.028,13,6148ea50509c9ce6c1f023c0,"{""startTime"":1690226683585,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226486282,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226310005,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":14274,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5558,""week"":""52"",""id"":""chart""},{""time"":20281,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2082,""week"":""51"",""id"":""chart""},{""time"":23353,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3687,""week"":""6"",""id"":""chart""},{""time"":28670,""label"":""tour_next"",""step"":2},{""time"":39157,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5874,""week"":""52"",""id"":""chart2""},{""time"":45380,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1440,""week"":""1"",""id"":""chart2""},{""time"":47069,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1089,""week"":""6"",""id"":""chart2""},{""time"":54304,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690226470522,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":10894,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1260,""week"":""52"",""id"":""chart2""}]}",1,simple,bar -2023-07-24 15:16:08,2023-07-24 15:35:41,0,45.16.138.105,100,1172,1,2023-07-24 15:35:42,R_DMJpE6qu0mdw5GN,,,,,26.1792,-80.1749,anonymous,EN,1,6.479,7.832,9.473,2,1,1,2,2.469,9.869,11.604,3,8.488,12.827,15.018,4,55,77,68,0.191,25.307,27.111,7,7.964,26.103,27.799,6,-2,-2,36.728,94.838,96.53,7,1,-3,30.792,132.284,133.464,6,1,46.243,61.37,62.906,3,2.361,8.644,15.017,3,6,4,6,6,4,6,none,3.227,30.686,35.2,10,6,4,6,5,6,5,I don't think they would post false statistic,5.204,159.265,160.439,8,4,none,6.836,30.198,31.346,5,2,7,3,4,1,5,6,21.74,47.995,52.491,2,4,8,6,7,7,9,7,9,none,10.276,44.065,45.785,14,4,4,2,3,4,4,12.222,35.704,37.051,10,1,2,37.518,52.354,53.505,6,2,1955,Florida,7,1,1,,3,,,16,1,1,,18.229,211.517,212.709,24,640a90e46acb8e6c64f12d60,"{""startTime"":1690226458855,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226495728,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226275862,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":33,""label"":""tour_started""},{""time"":13929,""label"":""tour_next"",""step"":2},{""time"":20629,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690226440375,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar -2023-07-24 15:22:46,2023-07-24 15:35:41,0,172.56.81.15,100,775,1,2023-07-24 15:35:42,R_3MRMzkniM74I6ou,,,,,33.5038,-112.0253,anonymous,EN,1,20.1,20.1,21.498,1,1,2,2,2.775,5.464,7.277,2,0,0,15.135,0,100,100,36,13.049,19.752,21.13,3,15.381,24.317,26.114,2,1,-3,70.542,103.23,110.687,2,-3,-3,76.917,96.421,98.562,2,1,52.261,52.261,54.699,1,0,0,15.025,0,6,5,6,6,6,6,,15.682,29.048,31.988,6,5,6,4,2,1,6,I have no reason not to trust it. It seems to me that most people who got Covid were unvaccinated but even some who were still got it.,3.466,65.939,66.976,5,3,People need to earn trust,7.234,12.65,23.439,4,2,7,3,4,1,5,6,0,0,21.91,0,2,2,5,2,2,2,6,6,,6.679,28.247,31.011,8,2,2,3,3,3,2,9.922,37.938,39.562,7,5,3,8.266,18.21,19.416,3,2,1962,Arizona,6,1,1,,7,,,9,4,1,dawnbstar@yahoo.com,4.833,85.679,99.53,13,622a42c21de0c55ba18a2acb,"{""startTime"":1690226911492,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226806239,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":2565,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3786,""week"":""52"",""id"":""chart""}]}","{""startTime"":1690226651813,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":11961,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1351,""week"":""32"",""id"":""chart""},{""time"":15371,""label"":""tour_next"",""step"":2},{""time"":24307,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690226789850,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar -2023-07-24 15:07:39,2023-07-24 15:35:51,0,69.143.47.151,100,1692,1,2023-07-24 15:35:52,R_3m4Coab389zdxge,,,,,39.2842,-76.6918,anonymous,EN,1,75.744,78.827,80.178,8,1,2,2,1.491,3.957,5.008,3,1.836,1.836,15.113,1,77,92,69,6.797,99.417,100.084,23,3.644,303.303,305.616,32,1,1,31.03,163.629,164.691,19,-3,-3,1.519,83.442,84.405,16,1,8.867,97.389,98.751,11,4.428,4.428,15.006,1,5,6,6,7,6,6,,28.249,133.442,134.424,10,6,7,5,6,6,6,I trust this visualization because I'm sure there are a lot of people that did not take the vaccination and some that are slowly getting it,8.666,104.372,107.691,9,4,,3.735,9.817,11.299,9,2,7,3,4,1,5,6,7.919,15.061,16.173,3,6,7,7,6,6,8,9,9,,2.156,15.461,16.276,14,5,4,1,1,5,4,174.009,194.198,195.882,8,4,3,2.898,14.327,15.141,7,1,1985,Maryland,6,2,1,,3,,,6,3,2,,2.86,205.752,207.013,35,5eaa5d8b040c211e56dc98c0,"{""startTime"":1690226369898,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690226517886,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690225948888,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":59659,""label"":""tour_next"",""step"":5},{""time"":84789,""label"":""tour_back"",""step"":5},{""time"":93591,""label"":""tour_next"",""step"":5},{""time"":100965,""label"":""cleared_brush"",""using"":""Click""},{""time"":103609,""label"":""started_brush"",""startDate"":""2021-05-21"",""endDate"":""2021-09-17""},{""time"":105695,""label"":""tour_next"",""step"":5},{""time"":118607,""label"":""cleared_brush"",""using"":""Click""},{""time"":120856,""label"":""cleared_brush"",""using"":""Click""},{""time"":122937,""label"":""cleared_brush"",""using"":""Click""},{""time"":127285,""label"":""cleared_brush"",""using"":""Click""},{""time"":156174,""label"":""started_brush"",""startDate"":""2021-05-15"",""endDate"":""2021-06-19""},{""time"":159997,""label"":""cleared_brush"",""using"":""Click""},{""time"":162774,""label"":""cleared_brush"",""using"":""Click""},{""time"":164737,""label"":""cleared_brush"",""using"":""Click""},{""time"":169519,""label"":""cleared_brush"",""using"":""Click""},{""time"":170169,""label"":""cleared_brush"",""using"":""Click""},{""time"":171503,""label"":""cleared_brush"",""using"":""Click""},{""time"":173863,""label"":""cleared_brush"",""using"":""Click""},{""time"":185353,""label"":""cleared_brush"",""using"":""Click""},{""time"":186120,""label"":""cleared_brush"",""using"":""Click""},{""time"":193922,""label"":""moved_brush"",""startDate"":""2022-01-29"",""endDate"":""2022-02-07""},{""time"":195255,""label"":""tour_next"",""step"":5},{""time"":199526,""label"":""cleared_brush"",""using"":""Click""},{""time"":199526,""label"":""cleared_brush"",""using"":""Escape""},{""time"":201382,""label"":""tour_next"",""step"":5},{""time"":208927,""label"":""tour_end"",""step"":5},{""time"":215426,""label"":""started_brush"",""startDate"":""2021-04-21"",""endDate"":""2021-06-06""},{""time"":218009,""label"":""started_brush"",""startDate"":""2021-04-04"",""endDate"":""2021-05-01""}]}","{""startTime"":1690226354394,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":9082,""label"":""started_brush"",""startDate"":""2021-05-15"",""endDate"":""2021-05-27""},{""time"":14363,""label"":""started_brush"",""startDate"":""2021-11-01"",""endDate"":""2022-01-01""}]}",1,complex,bar -2023-07-24 15:15:31,2023-07-24 15:36:03,0,35.148.184.170,100,1232,1,2023-07-24 15:36:04,R_2c5dHFcujXNBP2j,,,,,34.5251,-82.6307,anonymous,EN,1,328.049,328.049,329.089,1,1,3,2,10.829,13.292,14.17,2,0,0,15.057,0,100,100,50,51.4,56.204,58.175,3,39.014,51.501,59.001,4,1,1,18.309,44.011,45.887,2,-3,-1,23.53,46.622,47.614,2,-2,93.906,93.906,96.948,1,0,0,16.859,0,7,7,7,7,7,7,,8.128,12.881,14.727,6,7,7,7,7,7,7,it makes sense because vaccines prevented people from getting covid,3.108,48.35,50.933,3,4,,31.445,32.203,34.433,2,2,3,4,5,1,6,7,0,0,7.252,0,1,2,1,2,2,4,10,9,,53.048,72.884,75.379,12,3,3,2,3,4,3,7.477,37.887,40.867,8,1,1,4.414,7.907,9.199,2,2,1983,South Carolina,3,1,1,,7,,,4,4,2,,2.677,64.21,68.853,16,5c0361f255614800012b403c,"{""startTime"":1690226958113,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226729172,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_focused"",""time"":158936}]}","{""startTime"":1690226576465,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":39001,""label"":""tour_next"",""step"":2},{""time"":45557,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690226685007,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":4449}]}",1,simple,line -2023-07-24 15:08:29,2023-07-24 15:36:13,0,65.28.58.187,100,1664,1,2023-07-24 15:36:14,R_1Ibig1R847kGYPv,,,,,43.9078,-91.0939,anonymous,EN,1,137.13,137.13,139.901,1,1,2,1,15.982,23.062,27.266,2,0,0,15.012,0,30,1,0,61.298,77.011,79.338,3,21.858,272.563,282.247,15,-2,-2,22.442,90.76,93.065,4,-3,-2,113.473,151.595,154.854,2,-2,60.064,97.247,99.658,5,0,0,15.01,0,4,5,4,2,5,5,,30.172,68.699,73.464,9,5,5,5,4,3,5,I thought the scale was set up pretty good with break down of ages.,6.586,200.51,201.517,8,4,,11.494,19.085,23.573,6,2,7,3,4,1,5,6,0,0,56.237,0,7,6,6,5,6,6,10,10,,20.787,48.612,52.384,8,2,2,3,2,4,4,25.114,86.405,87.299,6,2,1,10.1,31.774,33.964,2,2,1965,Wisconsin,2,2,1,,7,,,7,5,2,,4.801,124.692,126.448,19,646e7c5514b82e3ae5c9affc,"{""startTime"":1690226397853,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690226471685,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690225999435,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":34178,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":16114,""week"":""6"",""id"":""chart""},{""time"":58859,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2533,""week"":""52"",""id"":""chart""},{""time"":64363,""label"":""tour_next"",""step"":5},{""time"":105328,""label"":""cleared_brush"",""using"":""Click""},{""time"":112003,""label"":""cleared_brush"",""using"":""Click""},{""time"":114944,""label"":""cleared_brush"",""using"":""Click""},{""time"":116197,""label"":""cleared_brush"",""using"":""Click""},{""time"":125717,""label"":""cleared_brush"",""using"":""Click""},{""time"":127538,""label"":""tour_back"",""step"":5},{""time"":134669,""label"":""tour_next"",""step"":5},{""time"":167969,""label"":""cleared_brush"",""using"":""Click""},{""time"":168362,""label"":""cleared_brush"",""using"":""Click""},{""time"":168546,""label"":""cleared_brush"",""using"":""Click""},{""time"":169413,""label"":""cleared_brush"",""using"":""Click""},{""time"":170654,""label"":""cleared_brush"",""using"":""Click""},{""time"":171055,""label"":""cleared_brush"",""using"":""Click""},{""time"":173622,""label"":""cleared_brush"",""using"":""Click""},{""time"":176608,""label"":""cleared_brush"",""using"":""Click""},{""time"":180622,""label"":""cleared_brush"",""using"":""Click""},{""time"":184104,""label"":""started_brush"",""startDate"":""2021-04-09"",""endDate"":""2021-04-28""},{""time"":187283,""label"":""tour_next"",""step"":5},{""time"":210189,""label"":""cleared_brush"",""using"":""Click""},{""time"":216723,""label"":""moved_brush"",""startDate"":""2021-04-16"",""endDate"":""2021-05-04""},{""time"":218635,""label"":""moved_brush"",""startDate"":""2021-04-18"",""endDate"":""2021-05-06""},{""time"":222475,""label"":""moved_brush"",""startDate"":""2021-04-09"",""endDate"":""2021-04-27""},{""time"":225450,""label"":""tour_next"",""step"":5},{""time"":254751,""label"":""cleared_brush"",""using"":""Click""},{""time"":254751,""label"":""cleared_brush"",""using"":""Escape""},{""time"":261113,""label"":""tour_next"",""step"":5},{""time"":272557,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690226382406,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar -2023-07-24 15:23:56,2023-07-24 15:36:51,0,73.243.67.178,100,774,1,2023-07-24 15:36:51,R_1Q9qoEiVeD1tfhy,,,,,39.6973,-104.8394,anonymous,EN,1,2.894,2.894,4.352,1,1,4,1,7.878,11.997,13.788,2,0,0,15.009,0,89,100,61,24.394,32.984,33.921,3,29.125,44.27,53.248,2,1,1,48.457,61.884,63.023,2,-3,-3,3.583,75.087,83.88,3,-3,63.769,63.769,65.393,1,0,0,15.11,0,6,6,6,6,7,6,,22.966,38.761,42.885,6,5,7,7,6,6,6,The visualization seems to match the info I have followed over the course of the covid pandemic.,8.578,107.465,111.339,6,5,,10.058,10.058,12.147,1,2,7,3,4,1,5,6,0,0,17.925,0,4,7,8,8,6,7,10,10,,6.619,27.384,29.776,8,5,4,1,1,5,1,11.896,42.085,43.293,6,2,1,19.712,26.383,29.775,2,2,1976,Colorado,6,1,1,,7,,,17,4,2,,3.97,66.696,70.239,15,630663a1dc842dde6b18b557,"{""startTime"":1690227002878,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226850410,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":17879,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6533,""week"":""52"",""id"":""chart2""}]}","{""startTime"":1690226717517,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":19057,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1048,""week"":""6"",""id"":""chart""},{""time"":22047,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2744,""week"":""6"",""id"":""chart""},{""time"":25424,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1320,""week"":""49"",""id"":""chart""},{""time"":29123,""label"":""tour_next"",""step"":2},{""time"":35279,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1032,""week"":""1"",""id"":""chart2""},{""time"":40330,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2566,""week"":""6"",""id"":""chart2""},{""time"":44267,""label"":""tour_end"",""step"":2},{""time"":47225,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1457,""week"":""6"",""id"":""chart2""}]}","{""startTime"":1690226834813,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":8084,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4351,""week"":""52"",""id"":""chart2""}]}",1,simple,bar -2023-07-24 15:17:00,2023-07-24 15:37:05,0,100.6.95.219,100,1205,1,2023-07-24 15:37:06,R_31pdFjuPUohD7IY,,,,,40.3214,-80.0378,anonymous,EN,1,92.011,92.011,92.87,1,1,2,1,1.888,3.901,4.676,2,14.781,14.781,15.006,1,66,78,49,13.708,22.643,23.615,3,12.698,16.574,26.891,2,1,-3,31.385,44.259,45.459,2,-3,-3,22.8,70.5,72.23,2,1,31.636,31.636,32.917,1,0,0,15.006,0,4,4,4,4,4,4,none,10.215,25.4,28.318,9,4,6,5,4,4,4,"I trust that the chart is correct, but the data underlying it may not be. So its neither agree or disagree. ",3.604,54.679,58.578,15,2,,8.809,10.071,12.59,2,2,7,3,4,1,5,6,0,0,24.642,0,1,1,4,5,1,3,5,5,,6.608,40.899,42.471,13,2,3,3,3,3,3,2.711,14.134,15.775,6,4,2,24.704,140.583,141.578,6,1,1982,Pennsylvania,4,2,1,,8,Bethel Park,,11,3,2,,1.137,157.769,161.722,26,631d1e66900f4855704e8c6e,"{""startTime"":1690226912016,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226834560,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226718990,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":19,""label"":""tour_started""},{""time"":12694,""label"":""tour_next"",""step"":2},{""time"":16569,""label"":""tour_end"",""step"":2},{""time"":17099,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3928,""week"":""52"",""id"":""chart""},{""time"":21408,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1178,""week"":""1"",""id"":""chart""}]}","{""startTime"":1690226819152,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":7098,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1684,""week"":""2"",""id"":""chart""},{""time"":8794,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2080,""week"":""1"",""id"":""chart""},{""time"":10891,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1983,""week"":""52"",""id"":""chart""}]}",1,moderate,bar -2023-07-24 15:26:38,2023-07-24 15:37:07,0,74.133.139.23,100,628,1,2023-07-24 15:37:08,R_32XAOLa18LEtdVm,,,,,39.0705,-84.516,anonymous,EN,1,4.121,5.302,6.391,2,1,4,2,2.516,5.853,7.025,3,12.965,12.965,15.018,1,100,5,64,19.48,34.616,35.802,7,10.501,29.823,30.945,4,1,1,17.462,52.852,53.761,8,1,1,10.277,45.554,46.617,7,1,8.54,71.752,72.905,4,8.75,8.75,15.012,1,6,5,6,7,7,7,,8.41,22.362,24.129,8,6,7,6,6,7,7,i've done studies on this for my PhD. It fits with my knowledge,2.011,36.45,39.865,2,7,,6.036,8.097,9.902,2,2,7,3,4,1,5,6,3.438,19.085,20.177,4,4,9,1,3,10,5,11,11,,4.443,23.712,24.623,11,5,5,1,1,5,5,5.276,19.252,20.053,8,2,1,2.024,10.768,11.774,4,1,1961,Kentucky,9,3,1,,7,,,17,5,1,scarecrowcity@gmail.com,2.671,136.582,137.893,36,5615777c7ffc8a000a811c61,"{""startTime"":1690227045192,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226984323,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226882286,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":22475,""label"":""tour_next"",""step"":2},{""time"":27226,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690226968825,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line -2023-07-24 15:20:04,2023-07-24 15:37:20,0,73.106.112.151,100,1035,1,2023-07-24 15:37:20,R_da4X7smU3k13VPb,,,,,34.0782,-84.6485,anonymous,EN,1,21.53,29.767,30.325,8,1,2,1,3.253,8.965,10.358,3,0,0,15.14,0,54,100,50,23.67,55.207,55.719,11,3.397,73.938,74.771,8,1,-2,54.885,121.696,122.952,20,1,1,7.372,91.087,91.831,12,1,5.644,73.145,74.121,5,2.669,6.284,15.05,2,2,2,1,6,6,1,,4.752,36.138,63.453,9,2,5,4,2,2,1,I believe the date used and the visualization is self-serving by the CDC.,5.127,82.737,83.86,8,5,,13.251,17.766,19.786,4,2,7,3,4,1,5,6,24.825,42.078,44.544,3,3,5,8,7,4,8,6,10,,11.848,60.191,65.709,13,3,4,2,2,5,3,15.13,42.178,42.943,9,4,4,6.33,23.166,23.847,6,2,1970,Georgia,3,2,1,,8,Kennesaw,,12,3,2,,4.752,124.641,125.806,58,5f14d1c6ed1d355640101321,"{""startTime"":1690226724095,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226788175,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226540865,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":49879,""label"":""hovered"",""timeHovered"":7950,""week"":""2021-12-13""},{""time"":58879,""label"":""hovered"",""timeHovered"":4400,""week"":""2022-01-10""},{""time"":64601,""label"":""tour_next"",""step"":2},{""time"":71645,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690226708494,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":9782,""label"":""hovered"",""timeHovered"":2383,""week"":""2022-01-10""},{""time"":12469,""label"":""hovered"",""timeHovered"":1995,""week"":""2021-09-06""}]}",1,moderate,line -2023-07-24 15:24:18,2023-07-24 15:38:28,0,47.212.115.173,100,849,1,2023-07-24 15:38:29,R_3FRrLeBHZ0AyTH1,,,,,35.5891,-77.345,anonymous,EN,1,12.682,12.682,13.594,1,1,2,2,2.088,5.64,6.518,2,0,0,15.038,0,100,100,38,56.953,63.136,64.277,3,17.103,33.589,54.22,3,1,-2,26.045,48.835,57.45,2,-2,-1,44.244,92.274,93.039,6,1,124.027,124.027,125.049,1,0,0,15.047,0,6,6,7,6,7,7,I think the previous page is not complete.,14.754,31.01,42.656,8,6,6,5,2,4,7,It seems accurate,3.054,40.406,48.267,6,4,,3.434,3.434,5.561,1,2,7,3,4,1,5,6,0,0,33.841,0,6,6,6,6,6,6,6,6,,10.013,18.404,20.099,9,3,3,2,2,3,4,8.902,57.125,57.717,8,4,2,1.979,14.354,16.083,2,2,1984,North Carolina,3,2,1,,8,Winterville,,3,1,2,,4.312,123.63,128.821,32,5af12b37aec2b600010a8f4c,"{""startTime"":1690227013310,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226937900,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226773985,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":23,""label"":""tour_started""},{""time"":17127,""label"":""tour_next"",""step"":2},{""time"":25814,""label"":""tour_end"",""step"":2},{""time"":37364,""label"":""hovered"",""timeHovered"":1789,""week"":""2021-11-08""}]}","{""startTime"":1690226922350,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":8305,""label"":""hovered"",""timeHovered"":1410,""week"":""2022-01-03""}]}",1,moderate,line -2023-07-24 15:27:49,2023-07-24 15:39:01,0,172.59.120.126,100,671,1,2023-07-24 15:39:02,R_1SbGoDG0SEw57JD,,,,,35.4312,-97.4934,anonymous,EN,1,37.817,39.591,41.235,2,2,,2,3.003,3.003,5.507,1,14.315,14.315,15.015,1,91,97,78,15.575,29.364,30.615,5,7.014,31.832,34.695,3,1,1,7.568,57.956,59.606,9,-3,-3,19.37,65.785,71.318,8,-3,16.261,41.405,43.216,4,4.406,11.065,15.109,2,6,5,6,6,7,6,,10.271,24.934,28.885,9,6,6,5,4,3,6,"Well, it said it was from the CDC which I basically trust.",3.214,59.887,61.296,8,6,,8.733,8.733,11.316,1,2,7,3,4,1,5,6,8.545,8.545,20.164,1,2,1,6,5,3,7,8,8,,5.086,34.902,36.219,11,4,4,1,1,4,3,6.45,34.304,35.413,8,6,4,5.013,16.194,18.009,4,1,1970,Oklahoma,3,2,1,,7,,,5,4,1,singinseth@gmail.com,3.734,66.548,76.445,20,60a5717cc2ad303816870f66,"{""startTime"":1690227190199,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690227091090,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226979382,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":86,""label"":""tour_started""},{""time"":9447,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1084,""week"":""35"",""id"":""chart""},{""time"":12569,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1052,""week"":""50"",""id"":""chart""},{""time"":14542,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3958,""week"":""52"",""id"":""chart""},{""time"":21944,""label"":""tour_next"",""step"":2},{""time"":26554,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1118,""week"":""51"",""id"":""chart2""},{""time"":28593,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1235,""week"":""1"",""id"":""chart2""},{""time"":31824,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690227075296,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":5317,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1590,""week"":""1"",""id"":""chart""},{""time"":6980,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1228,""week"":""52"",""id"":""chart""}]}",1,simple,bar -2023-07-24 15:11:06,2023-07-24 15:39:09,0,63.160.189.253,100,1683,1,2023-07-24 15:39:10,R_1n8x1fgybPZLar7,,,,,37.751,-97.822,anonymous,EN,1,18.224,18.224,19.103,1,1,4,2,7.6,13.68,14.801,2,6.064,6.064,15.01,1,82,75,71,24.17,77.194,79.124,4,19.385,593.536,596.148,21,-3,1,6.147,9.843,11.526,2,-3,1,28.46,56.077,69.583,2,-2,20.172,85.732,88.094,2,0,0,15.017,0,6,6,6,6,7,6,,7.55,30.174,34.185,7,5,7,6,6,5,6,"With this visualization, viewers can easily observe any trends or patterns that emerge. They can assess if there is a significant difference in COVID-19 cases between those who are vaccinated and those who are not, based on different age demographics.",48.364,144.332,148.446,12,6,,41.482,41.482,43.7,1,2,7,3,4,1,5,6,0,0,67.302,0,9,11,9,11,9,8,10,11,,14.309,25.196,27.008,9,5,4,5,4,5,5,16.266,42.339,43.384,7,4,1,42.501,54.88,56.068,2,2,1992,Georgia,6,3,1,,7,,,7,3,2,,8.491,79.732,81.666,16,6172b88315142e4eaa555c95,"{""startTime"":1690226753861,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_focused"",""time"":7475}]}","{""startTime"":1690226792081,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_focused"",""time"":112113},{""label"":""window_blurred"",""time"":124950},{""label"":""window_focused"",""time"":173485}]}","{""startTime"":1690226045084,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":25,""label"":""tour_started""},{""time"":14514,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1249,""week"":""52"",""id"":""chart""},{""time"":16338,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1148,""week"":""52"",""id"":""chart""},{""time"":19380,""label"":""tour_next"",""step"":5},{""time"":58754,""label"":""cleared_brush"",""using"":""Click""},{""time"":60714,""label"":""cleared_brush"",""using"":""Click""},{""time"":61794,""label"":""cleared_brush"",""using"":""Click""},{""time"":64666,""label"":""cleared_brush"",""using"":""Click""},{""time"":64995,""label"":""cleared_brush"",""using"":""Click""},{""time"":65546,""label"":""cleared_brush"",""using"":""Click""},{""time"":66185,""label"":""cleared_brush"",""using"":""Click""},{""time"":67057,""label"":""cleared_brush"",""using"":""Click""},{""time"":68842,""label"":""cleared_brush"",""using"":""Click""},{""time"":69626,""label"":""cleared_brush"",""using"":""Click""},{""time"":74217,""label"":""cleared_brush"",""using"":""Click""},{""time"":74673,""label"":""cleared_brush"",""using"":""Click""},{""time"":75274,""label"":""cleared_brush"",""using"":""Click""},{""time"":83357,""label"":""moved_brush"",""startDate"":""2022-01-02"",""endDate"":""2022-02-07""},{""time"":87500,""label"":""moved_brush"",""startDate"":""2022-01-31"",""endDate"":""2022-02-07""},{""time"":112461,""label"":""moved_brush"",""startDate"":""2022-01-01"",""endDate"":""2022-02-07""},{""time"":119580,""label"":""moved_brush"",""startDate"":""2021-07-31"",""endDate"":""2021-09-05""},{""time"":122436,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-05-12""},{""time"":130396,""label"":""moved_brush"",""startDate"":""2021-05-31"",""endDate"":""2021-07-07""},{""time"":138404,""label"":""moved_brush"",""startDate"":""2021-05-31"",""endDate"":""2021-07-08""},{""time"":176996,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-05-13""},{""time"":177949,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-05-13""},{""time"":188826,""label"":""cleared_brush"",""using"":""Click""},{""time"":193139,""label"":""cleared_brush"",""using"":""Click""},{""time"":194778,""label"":""cleared_brush"",""using"":""Click""},{""time"":196710,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-07-30""},{""time"":198030,""label"":""moved_brush"",""startDate"":""2021-10-14"",""endDate"":""2022-02-07""},{""time"":212309,""label"":""cleared_brush"",""using"":""Click""},{""time"":227916,""label"":""moved_brush"",""startDate"":""2022-02-01"",""endDate"":""2022-02-07""},{""time"":233108,""label"":""moved_brush"",""startDate"":""2022-01-31"",""endDate"":""2022-02-07""},{""time"":247964,""label"":""moved_brush"",""startDate"":""2021-10-01"",""endDate"":""2021-10-08""},{""time"":283052,""label"":""moved_brush"",""startDate"":""2021-08-30"",""endDate"":""2021-10-08""},{""time"":285532,""label"":""moved_brush"",""startDate"":""2021-08-30"",""endDate"":""2021-10-01""},{""time"":289484,""label"":""moved_brush"",""startDate"":""2021-07-31"",""endDate"":""2021-09-01""},{""time"":292076,""label"":""moved_brush"",""startDate"":""2021-07-31"",""endDate"":""2021-09-02""},{""time"":293693,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-05-08""},{""label"":""window_blurred"",""time"":295564},{""label"":""window_focused"",""time"":317496},{""time"":317579,""label"":""tour_back"",""step"":5},{""label"":""window_blurred"",""time"":321635},{""time"":479253,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1026,""week"":""16"",""id"":""chart""},{""label"":""window_focused"",""time"":486167},{""time"":490266,""label"":""tour_next"",""step"":5},{""time"":503414,""label"":""cleared_brush"",""using"":""Click""},{""time"":504147,""label"":""cleared_brush"",""using"":""Click""},{""time"":506779,""label"":""tour_back"",""step"":5},{""time"":508378,""label"":""tour_next"",""step"":5},{""time"":510642,""label"":""cleared_brush"",""using"":""Click""},{""time"":513760,""label"":""cleared_brush"",""using"":""Click""},{""time"":517200,""label"":""cleared_brush"",""using"":""Click""},{""time"":519266,""label"":""cleared_brush"",""using"":""Click""},{""time"":520257,""label"":""cleared_brush"",""using"":""Click""},{""time"":522802,""label"":""cleared_brush"",""using"":""Click""},{""time"":525961,""label"":""cleared_brush"",""using"":""Click""},{""time"":527002,""label"":""cleared_brush"",""using"":""Click""},{""time"":535778,""label"":""cleared_brush"",""using"":""Click""},{""time"":536323,""label"":""cleared_brush"",""using"":""Click""},{""time"":538099,""label"":""cleared_brush"",""using"":""Click""},{""time"":538281,""label"":""cleared_brush"",""using"":""Click""},{""time"":540283,""label"":""cleared_brush"",""using"":""Click""},{""time"":541553,""label"":""cleared_brush"",""using"":""Click""},{""time"":543258,""label"":""cleared_brush"",""using"":""Click""},{""time"":546098,""label"":""cleared_brush"",""using"":""Click""},{""time"":547337,""label"":""cleared_brush"",""using"":""Click""},{""time"":551001,""label"":""cleared_brush"",""using"":""Click""},{""time"":556308,""label"":""started_brush"",""startDate"":""2021-06-01"",""endDate"":""2021-07-02""},{""time"":558122,""label"":""tour_next"",""step"":5},{""time"":570628,""label"":""moved_brush"",""startDate"":""2021-06-01"",""endDate"":""2021-07-02""},{""time"":572554,""label"":""tour_next"",""step"":5},{""time"":583531,""label"":""cleared_brush"",""using"":""Click""},{""time"":584906,""label"":""tour_next"",""step"":5},{""time"":593531,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690226736787,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":7001}]}",1,complex,bar -2023-07-24 15:24:07,2023-07-24 15:39:27,0,47.132.149.196,100,920,1,2023-07-24 15:39:28,R_1Q9oxo81kx2nWgj,,,,,36.7328,-76.5898,anonymous,EN,1,2.531,7.478,8.731,9,1,4,2,2.162,4.789,5.434,3,7.958,8.711,15.007,2,100,100,84,1.86,25.9,26.556,18,3.863,25.799,27.416,14,1,1,1.808,74.248,75.287,28,1,1,1.4,84.686,86.057,34,1,27.256,164.104,166.597,33,1.415,14.307,15.012,8,6,6,7,1,7,7,,1.497,34.094,34.598,19,6,7,7,7,7,7,"The data comes from a trustworthy source. ",1.75,30.181,31.052,4,4,,4.851,5.626,6.857,2,2,7,3,4,1,5,6,8.439,28.968,30.285,6,5,7,3,5,8,6,9,8,,5.338,30.826,32.001,12,5,4,1,1,5,5,14.793,43.564,44.843,16,2,1,9.45,170.418,172.213,7,2,1985,Virginia,7,2,1,,3,,,12,2,1,5bd0607192f92c0001f84021@email.prolific.co,2.629,91.572,93.007,46,5bd0607192f92c0001f84021,"{""startTime"":1690226838454,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226873499,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226719292,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":4722,""label"":""hovered"",""timeHovered"":1416,""week"":""2021-11-29""},{""time"":6139,""label"":""hovered"",""timeHovered"":1203,""week"":""2022-01-10""},{""time"":14998,""label"":""tour_next"",""step"":2},{""time"":20139,""label"":""tour_end"",""step"":2},{""time"":7343,""label"":""hovered"",""timeHovered"":14075,""week"":""2021-10-25""},{""time"":22913,""label"":""hovered"",""timeHovered"":1402,""week"":""2021-12-27""}]}","{""startTime"":1690226822762,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":10144,""label"":""hovered"",""timeHovered"":1111,""week"":""2022-01-03""},{""time"":11255,""label"":""hovered"",""timeHovered"":2336,""week"":""2022-01-03""}]}",1,simple,line -2023-07-24 15:32:06,2023-07-24 15:39:31,0,75.182.255.242,100,445,1,2023-07-24 15:39:32,R_2TSEqo0z57GhAmp,,,,,36.1219,-79.7777,anonymous,EN,1,3.406,3.406,4.174,1,2,,2,1.381,1.796,2.07,2,0,0,15.208,0,89,100,91,5.436,17.168,17.854,4,21.684,32.809,34.87,2,-3,-3,36.68,53.163,54.107,2,-3,-3,29.319,43.594,44.176,2,1,44.443,45.461,45.648,2,0,0,15.007,0,6,3,5,5,5,5,,11.672,16.917,18.5,8,5,7,7,7,6,7,I strongly agree because it makes sense that vaccinated individuals would not get COVID-19,1.913,43.062,43.524,9,4,,5.13,5.13,6.148,1,2,7,3,4,1,5,6,0,0,12.479,0,7,8,7,6,8,8,9,5,,1.706,14.468,15.811,21,5,4,2,1,5,5,3.113,15.447,16.284,7,3,1,2.021,8.289,8.84,7,1,2000,North Carolina,3,2,2,,4,,,3,3,1,marcogb1234@gmail.com,1.122,55.316,56.102,25,5ee3fbb98976fc0f59fe2939,"{""startTime"":1690227340954,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690227284266,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":23,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1574,""week"":""3"",""id"":""chart""}]}","{""startTime"":1690227178820,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":6692,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1107,""week"":""51"",""id"":""chart""},{""time"":9296,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2386,""week"":""52"",""id"":""chart""},{""time"":11690,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1489,""week"":""52"",""id"":""chart""},{""time"":21675,""label"":""tour_next"",""step"":2},{""time"":24510,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1896,""week"":""1"",""id"":""chart2""},{""time"":27764,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1246,""week"":""52"",""id"":""chart2""},{""time"":32799,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690227268740,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":5276,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2194,""week"":""52"",""id"":""chart""},{""time"":8120,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2212,""week"":""52"",""id"":""chart2""},{""time"":10352,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1044,""week"":""1"",""id"":""chart2""},{""time"":11771,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1189,""week"":""2"",""id"":""chart2""},{""time"":13909,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1082,""week"":""2"",""id"":""chart2""}]}",1,simple,bar -2023-07-24 15:29:11,2023-07-24 15:39:39,0,98.29.169.88,100,627,1,2023-07-24 15:39:40,R_2uODp2OZxr2aRmG,,,,,38.2524,-85.7666,anonymous,EN,1,1.314,4.067,4.948,3,1,2,2,1.166,5.366,6.822,3,6.58,6.58,15.113,1,96,83,54,4.322,18.668,19.917,6,2.661,23.169,24.067,5,1,-2,9.347,40.942,41.978,7,-3,1,4.319,32.547,33.245,9,1,18.359,26.419,27.453,4,0,0,15.013,0,6,6,6,6,6,6,,6.735,12.418,14.302,8,7,7,7,7,7,7,"looks accurate ",3.227,28.661,52.004,3,4,Problem with one of the questions,2.896,33.874,34.131,8,2,7,3,4,1,5,6,11.516,20.12,21.308,2,1,2,2,2,3,2,8,7,,6.061,21.894,22.626,12,2,2,4,3,2,2,4.643,19.41,25.661,10,1,1,1.539,8.248,9.062,5,2,1996,Kentucky,3,2,1,,7,,,19,4,1,6101f6f45269e30a22fc4526@email.prolific.co,1.329,95.835,97.126,28,6101f6f45269e30a22fc4526,"{""startTime"":1690227270592,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690227202932,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690227113308,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":9403,""label"":""tour_next"",""step"":2},{""time"":11896,""label"":""tour_end"",""step"":2},{""time"":12757,""label"":""hovered"",""timeHovered"":2691,""week"":""2022-01-03""},{""time"":16303,""label"":""hovered"",""timeHovered"":1851,""week"":""2022-01-10""},{""time"":18600,""label"":""hovered"",""timeHovered"":1907,""week"":""2022-01-17""}]}","{""startTime"":1690227187127,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line -2023-07-24 15:11:08,2023-07-24 15:39:51,0,63.160.189.214,100,1723,1,2023-07-24 15:39:52,R_1doSzwxJ0MPvlNQ,,,,,37.751,-97.822,anonymous,EN,1,19.295,19.295,20.165,1,1,4,2,13.785,14.712,426.035,2,10.609,13.744,15.017,4,77,81,74,1.889,4.257,5.858,3,9.165,27.637,29.958,3,-3,1,27.457,300.881,304.453,7,-3,1,161.469,163.142,197.539,2,-3,7.016,24.44,25.843,2,0,0,15.116,0,6,5,7,6,6,6,,83.675,88.315,91.926,6,7,6,7,6,5,7,"This data chart provides valuable insights into the impact of vaccination on COVID-19 transmission among different age groups. By presenting the weekly counts separately for vaccinated and unvaccinated individuals, it helps to illustrate how effective vaccinations are in preventing COVID-19 cases across various age categories.",30.729,189.152,190.986,6,6,,2.658,2.658,4.084,1,2,7,3,4,1,5,6,0,0,51.055,0,8,11,9,10,9,8,11,10,,18.232,27.472,29.636,8,5,4,4,4,4,5,31.802,37.538,42.486,6,4,1,47.311,51.734,53.102,2,2,1994,New Jersey,6,3,1,,7,,,8,3,2,,72.586,103.866,116.632,12,611e64ad7ea7083dd09ce1dc,"{""startTime"":1690226957458,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":4928},{""label"":""window_focused"",""time"":4999},{""label"":""window_blurred"",""time"":8129},{""label"":""window_focused"",""time"":83571}]}","{""startTime"":1690226727679,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":4857},{""label"":""window_focused"",""time"":16123}]}","{""startTime"":1690226372287,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":20,""label"":""tour_started""},{""time"":14504,""label"":""tour_next"",""step"":2},{""time"":27632,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690226710861,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar -2023-07-24 15:27:37,2023-07-24 15:40:08,0,173.191.204.252,100,750,1,2023-07-24 15:40:09,R_WcHL1uXSGLsMdmp,,,,,41.0248,-93.3132,anonymous,EN,1,11.472,11.472,12.404,1,1,2,2,1.67,4.724,6.068,2,0,0,15.018,0,87,100,29,12.272,35.372,37.202,4,62.291,72.444,94.389,2,-3,-1,21.258,40.525,41.58,3,-2,1,20.836,46.963,48.88,3,1,34.244,34.244,36.588,1,0,0,15.01,0,6,5,6,6,6,6,,13.243,28.119,31.825,6,6,6,4,3,5,6,Based on what I know about covid and the number of vaccinated and unvaccinated and the number of cases in each category I would believe that this visualization presents a realistic and honest evaluation.,3.572,115.611,122.005,9,4,,5.005,5.005,10.833,1,4,5,1,7,2,3,6,0,0,43.459,0,2,2,9,9,9,6,10,11,,6.648,31.134,33.281,11,4,4,2,2,5,4,15.029,32.896,33.787,9,5,2,3.249,10.536,13.057,2,2,1962,Iowa,2,2,1,,7,,,10,4,1,dkfam@live.com,4.496,79.175,86.488,15,570d30d942a1db000fc4cf87,"{""startTime"":1690227265868,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":58,""label"":""hovered"",""timeHovered"":1904,""week"":""2021-12-13""},{""time"":2368,""label"":""hovered"",""timeHovered"":2884,""week"":""2021-12-13""}]}","{""startTime"":1690227110605,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226949266,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":32997,""label"":""hovered"",""timeHovered"":1267,""week"":""2021-04-26""},{""time"":36715,""label"":""hovered"",""timeHovered"":2865,""week"":""2021-04-12""},{""time"":44197,""label"":""hovered"",""timeHovered"":1032,""week"":""2021-08-23""},{""time"":48513,""label"":""hovered"",""timeHovered"":4199,""week"":""2022-01-10""},{""time"":62273,""label"":""tour_next"",""step"":2},{""time"":72425,""label"":""tour_end"",""step"":2},{""time"":55813,""label"":""hovered"",""timeHovered"":17083,""week"":""2022-01-24""},{""time"":73647,""label"":""hovered"",""timeHovered"":2359,""week"":""2022-01-10""},{""time"":77286,""label"":""hovered"",""timeHovered"":1648,""week"":""2021-12-27""},{""time"":79487,""label"":""hovered"",""timeHovered"":1033,""week"":""2022-01-10""},{""time"":80581,""label"":""hovered"",""timeHovered"":4208,""week"":""2022-01-03""},{""time"":86362,""label"":""hovered"",""timeHovered"":1599,""week"":""2021-11-29""},{""time"":88996,""label"":""hovered"",""timeHovered"":3479,""week"":""2021-06-28""}]}","{""startTime"":1690227094468,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":2354,""label"":""hovered"",""timeHovered"":1368,""week"":""2022-01-10""},{""time"":5509,""label"":""hovered"",""timeHovered"":3542,""week"":""2022-01-03""},{""time"":10584,""label"":""hovered"",""timeHovered"":3990,""week"":""2021-08-02""}]}",1,moderate,line -2023-07-24 15:31:19,2023-07-24 15:40:10,0,24.229.10.187,100,530,1,2023-07-24 15:40:10,R_3EBasjWNXCsL0qr,,,,,40.4465,-75.8206,anonymous,EN,1,3.076,3.076,4.776,1,1,3,1,5.717,8.791,11.323,2,0,0,15.009,0,100,100,74,9.803,15.399,16.544,3,12.542,21.844,23.1,3,1,1,33.9,48.257,49.633,2,-3,-3,35.652,81.92,83.479,2,-2,37.842,37.842,39.043,1,0,0,15.111,0,6,6,6,6,6,6,none,7.864,12.778,16.37,8,6,6,7,6,6,6,Because it contains specific data for specific dates.,4.484,60.523,61.509,4,4,none,4.8,6.428,10.001,2,2,7,3,4,1,5,6,0,0,15.457,0,2,2,9,6,3,6,8,9,none,4.904,18.399,24.257,10,3,4,2,2,4,3,9.807,24.516,25.793,8,4,1,9.661,14.639,16.585,2,1,1972,Pennsylvania,3,2,1,,7,,,15,1,2,,2.647,51.276,52.682,11,5c6efb8565434c0001a483ec,"{""startTime"":1690227391989,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690227305794,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690227216762,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":9251,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1117,""week"":""48"",""id"":""chart""},{""time"":12540,""label"":""tour_next"",""step"":2},{""time"":19945,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690227290209,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":1323,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1099,""week"":""33"",""id"":""chart""},{""time"":7427,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1546,""week"":""4"",""id"":""chart2""},{""time"":12232,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2130,""week"":""52"",""id"":""chart""}]}",1,simple,bar -2023-07-24 14:47:12,2023-07-24 15:40:17,0,70.188.205.184,100,3184,1,2023-07-24 15:40:18,R_1yJnQhYoEQYEJ7r,,,,,33.4793,-112.3121,anonymous,EN,1,135.598,135.598,136.538,1,1,2,1,1.81,7.712,8.383,5,0,0,15.01,0,75,71,61,6.132,13.783,15.022,11,61.469,207.316,209.023,19,1,-2,53.328,67.481,70.689,3,-2,1,85.229,160.814,162.495,3,-3,29.708,29.708,30.799,1,0,0,16.45,0,6,5,6,6,5,6,,8.239,20.182,21.571,7,5,6,6,5,6,6,I trust it because it aligns with the statistics that were occurring during the COVID 19 pandemic.,1.885,198.543,199.499,9,5,,4.986,123.136,146.834,18,2,7,3,4,1,5,6,0,0,21.21,0,5,9,6,9,7,5,10,10,,1.743,19.462,21.303,15,4,3,4,4,3,4,6.789,9.956,11.247,6,2,3,35.754,39.637,41.297,3,2,1999,Arizona,6,2,2,,4,,,9,3,1,daniellaurteaga@yahoo.com,1.46,36.681,47.874,12,5dce3ccc32ccbf0cd54263db,"{""startTime"":1690226654983,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690226659841,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690226377596,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":11,""label"":""tour_started""},{""label"":""window_blurred"",""time"":69032},{""label"":""window_focused"",""time"":74533},{""time"":75250,""label"":""tour_next"",""step"":5},{""time"":80600,""label"":""tour_back"",""step"":5},{""time"":82667,""label"":""tour_next"",""step"":5},{""time"":90841,""label"":""started_brush"",""startDate"":""2021-07-03"",""endDate"":""2021-09-13""},{""time"":92084,""label"":""tour_next"",""step"":5},{""time"":94686,""label"":""moved_brush"",""startDate"":""2021-07-03"",""endDate"":""2021-09-13""},{""time"":96921,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-06-23""},{""time"":97485,""label"":""tour_next"",""step"":5},{""time"":99527,""label"":""moved_brush"",""startDate"":""2021-06-04"",""endDate"":""2021-08-16""},{""time"":102060,""label"":""moved_brush"",""startDate"":""2021-11-25"",""endDate"":""2022-02-06""},{""time"":103768,""label"":""cleared_brush"",""using"":""click""},{""time"":103770,""label"":""cleared_brush"",""using"":""Escape""},{""time"":105336,""label"":""tour_next"",""step"":5},{""time"":207310,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690226619210,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":9389}]}",1,complex,line -2023-07-24 15:30:33,2023-07-24 15:40:28,0,66.41.201.6,100,594,1,2023-07-24 15:40:29,R_pSgRFhh1xFQv4PL,,,,,45.0001,-93.0986,anonymous,EN,1,3.695,3.695,5.289,1,1,3,1,4.871,7.18,9.754,2,0,0,15.016,0,50,100,98,12.636,21.636,23.889,3,11.447,26.841,31.749,5,1,1,28.801,42.287,43.696,2,-3,-3,29.199,50.819,51.98,3,1,37.498,37.498,40.879,1,0,0,15.11,0,4,7,4,7,7,4,,13.398,22.361,25.271,7,7,7,7,7,7,4,I do not know anymore what is true and what is fake,6.375,49.688,51.479,6,7,,6.788,6.788,9.121,1,2,7,3,4,1,5,6,0,0,23.701,0,4,5,5,7,2,7,9,9,,6.304,22.159,24.349,8,4,4,1,2,4,4,14.195,29.778,31.442,7,4,1,9.762,16.11,18.308,2,2,1964,Minnesota,3,3,1,,9,,Saint Paul,5,4,1,prosperousgramma@gmail.com,3.473,53.765,57.703,14,63a0f27fca07899904e593f1,"{""startTime"":1690227281158,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690227306964,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690227180137,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":21,""label"":""tour_started""},{""time"":17531,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3620,""week"":""52"",""id"":""chart""},{""time"":22512,""label"":""tour_next"",""step"":2},{""time"":26834,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690227265205,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":9628,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6008,""week"":""2"",""id"":""chart""}]}",1,moderate,bar -2023-07-24 15:28:12,2023-07-24 15:40:58,0,166.181.86.171,100,765,1,2023-07-24 15:40:59,R_AuIfABDXwhpF7Mt,,,,,41.6021,-93.6124,anonymous,EN,1,9.956,9.956,11.351,1,1,2,2,1.726,10.87,11.861,2,0,0,15.011,0,50,46,50,17.747,53.222,54.992,3,31.976,37.437,40.774,2,1,1,22.944,39.95,41.364,2,1,1,80.252,89.674,91.324,2,1,47.471,47.471,48.723,1,0,0,15.122,0,4,2,4,6,7,4,,7.748,27.029,34.45,7,3,5,4,2,2,4,"It doesn't specify how the numbers were collected, nor does it state the margin of error.",3.61,31.922,33.647,2,1,You have a section of questions that aren't questions in your survey.,6.151,10.447,27.042,3,2,7,3,4,1,5,6,0,0,28.502,0,2,5,7,6,5,5,10,8,,5.496,26.721,28.668,10,3,3,2,2,3,4,10.433,32.374,33.245,6,5,1,4.8,14.854,15.429,3,2,1980,Wisconsin,6,2,1,,7,,,17,3,1,629a4709039b1725f3a0727a@email.prolific.co,3.093,50.135,53.15,11,629a4709039b1725f3a0727a,"{""startTime"":1690227250864,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690227286834,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690227007274,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":5457,""label"":""hovered"",""timeHovered"":3516,""week"":""2022-01-10""},{""time"":31967,""label"":""tour_next"",""step"":2},{""time"":37428,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690227176426,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":50487,""label"":""hovered"",""timeHovered"":1998,""week"":""2022-01-10""},{""time"":52931,""label"":""hovered"",""timeHovered"":1505,""week"":""2022-01-10""}]}",1,moderate,line -2023-07-24 15:31:35,2023-07-24 15:41:17,0,174.204.67.99,100,582,1,2023-07-24 15:41:18,R_3FXSrrw7wyqCoth,,,,,47.6109,-122.3303,anonymous,EN,1,3.723,3.723,5.055,1,1,2,2,2.529,10.646,15.683,4,0,0,15.11,0,100,100,58,12.307,18.859,21.835,3,21.993,75.147,80.501,9,1,-2,43.809,56.771,58.784,2,1,1,17.525,30.412,32.428,2,-3,28.755,28.755,35.301,1,0,0,15.118,0,7,5,6,6,7,7,I think this is a well done visualization.,12.424,36.863,54.701,8,6,7,7,5,6,6,The data comes from a reliable source and the visualization itself is clear and easy to understand.,2.872,44.013,49.455,2,6,,4.213,6.563,8.393,3,2,7,3,4,1,5,6,0,0,18.468,0,3,6,6,7,7,5,10,9,,4.588,18.331,20.837,8,5,4,1,2,5,5,7.544,22.456,24.243,6,3,1,3.3,8.246,11.142,2,1,1971,Washington,7,3,1,,7,,,17,4,2,,2.587,50.945,52.604,12,6310f7cc10a0cd8f6156091f,"{""startTime"":1690227307683,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690227363526,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690227173383,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":9213,""label"":""hovered"",""timeHovered"":1031,""week"":""2022-01-03""},{""time"":32577,""label"":""tour_next"",""step"":5},{""time"":42624,""label"":""started_brush"",""startDate"":""2021-08-09"",""endDate"":""2021-12-31""},{""time"":45207,""label"":""tour_next"",""step"":5},{""time"":54321,""label"":""moved_brush"",""startDate"":""2021-08-04"",""endDate"":""2021-12-26""},{""time"":58031,""label"":""moved_brush"",""startDate"":""2021-08-04"",""endDate"":""2021-12-08""},{""time"":59221,""label"":""tour_next"",""step"":5},{""time"":67615,""label"":""cleared_brush"",""using"":""click""},{""time"":67618,""label"":""cleared_brush"",""using"":""Escape""},{""time"":70753,""label"":""tour_next"",""step"":5},{""time"":75125,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690227291449,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line -2023-07-24 15:00:49,2023-07-24 15:41:39,0,99.103.199.175,100,2449,1,2023-07-24 15:41:40,R_1ifehgSoshSznnp,,,,,37.3209,-121.9126,anonymous,EN,1,78.788,78.788,79.412,1,1,2,2,1.136,3.403,4.064,2,0,0,16.129,0,77,85,76,5.924,13.605,14.217,4,2.176,10.263,67.211,3,1,-2,9.087,51.432,52.242,2,-2,1,24.8,294.753,294.969,3,-3,42.611,59.423,61.653,3,0,0,15.013,0,6,6,6,6,6,6,,9.165,41.798,43.345,7,5,5,6,6,5,5,"it makes sense ",1.27,20.958,25.973,12,4,,3.983,4.754,4.97,2,2,7,3,4,1,5,6,0,0,5.935,0,7,9,9,9,8,9,9,10,,33.805,41.891,43.079,11,4,3,3,3,4,4,8.996,19.95,21.208,7,4,4,1.769,82.803,83.649,2,1,2002,California,5,3,1,,8,San Jose,,17,4,2,,1.147,51.702,52.463,22,611208e8d4ab54df137ab05a,"{""startTime"":1690226557472,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226601718,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":9172},{""label"":""window_focused"",""time"":22934},{""label"":""window_blurred"",""time"":24557},{""label"":""window_focused"",""time"":24832}]}","{""startTime"":1690225474503,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":2173,""label"":""tour_next"",""step"":2},{""time"":6187,""label"":""tour_end"",""step"":2},{""label"":""window_blurred"",""time"":11197},{""label"":""window_focused"",""time"":65073}]}","{""startTime"":1690226541794,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line -2023-07-24 15:28:55,2023-07-24 15:41:49,0,99.64.86.190,100,774,1,2023-07-24 15:41:50,R_2bQAogTvdub1yi6,,,,,34.0782,-84.6485,anonymous,EN,1,5.674,5.674,6.806,1,1,4,1,5.769,8.538,10.015,2,0,0,15.03,0,100,100,22,10.295,17.485,19.58,3,18.202,32.085,37.49,2,-1,-3,140.87,181.724,189.811,2,-3,-3,54.609,70.566,72.865,2,-2,37.684,37.684,39.451,1,0,0,15.068,0,7,7,7,7,7,7,,7.677,23.564,28.002,6,7,7,7,2,4,7,"This visualization tracks with my memory of statistics from that time. ",3.296,54.596,55.864,4,5,,9.136,12.931,14.916,3,2,7,3,4,1,5,6,0,0,30.929,0,2,5,10,5,1,5,11,10,,8.587,32.979,35.648,11,4,4,1,1,5,5,10.574,33.05,34.767,6,2,2,6.23,21.215,23.413,2,1,1971,Georgia,6,2,1,,7,,,6,2,1,63ff85248ee53feba08a05fe@email.prolific.co,4.284,74.606,78.429,12,63ff85248ee53feba08a05fe,"{""startTime"":1690227348048,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690227261970,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690227015971,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":69,""label"":""tour_started""},{""time"":13837,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1646,""week"":""2"",""id"":""chart""},{""time"":18176,""label"":""tour_next"",""step"":2},{""time"":20389,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1038,""week"":""52"",""id"":""chart2""},{""time"":32059,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690227245592,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar -2023-07-24 15:25:43,2023-07-24 15:43:10,0,107.77.223.76,100,1047,1,2023-07-24 15:43:11,R_7OtvBGaysMLta1j,,,,,40.7359,-73.9904,anonymous,EN,1,43.853,43.853,45.058,1,1,2,1,4.887,5.755,6.659,2,0,0,15.121,0,100,100,51,30.125,113.115,114.454,25,27.675,40.249,100.968,3,1,1,29.85,55.875,57.237,2,-2,1,23.869,46.612,48.377,2,1,49.2,49.2,50.787,1,0,0,15.111,0,6,6,6,7,6,6,,11.781,25.698,28.734,6,6,7,6,3,4,6,The CDC has long been a trustworthy source and the visualization simply makes sense as far as when COVID spikes and how vaccinated people are far less affected,30.399,123.329,123.974,9,4,,9.113,9.113,11.483,1,2,7,3,4,1,5,6,0,0,28.3,0,2,2,9,6,4,8,10,10,,11.168,29.19,32.426,8,2,3,2,3,3,3,13.411,40.292,41.374,6,5,1,7.692,16.978,19.228,2,1,1970,Pennsylvania,6,2,1,,7,,,7,2,1,rski70@gmail.com,4.795,201.055,208.193,32,63e4849552d07a18ddfc5d17,"{""startTime"":1690227137119,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690227167457,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226954830,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":9096,""label"":""hovered"",""timeHovered"":3200,""week"":""2021-09-20""},{""time"":21945,""label"":""hovered"",""timeHovered"":1283,""week"":""2021-06-14""},{""time"":27666,""label"":""tour_next"",""step"":2},{""time"":35796,""label"":""tour_end"",""step"":2},{""time"":76920,""label"":""hovered"",""timeHovered"":2282,""week"":""2021-08-16""},{""time"":81060,""label"":""hovered"",""timeHovered"":2544,""week"":""2021-12-20""},{""time"":87926,""label"":""hovered"",""timeHovered"":1184,""week"":""2021-10-11""},{""time"":90594,""label"":""hovered"",""timeHovered"":2094,""week"":""2021-05-31""},{""time"":93657,""label"":""hovered"",""timeHovered"":2385,""week"":""2021-08-16""},{""time"":96221,""label"":""hovered"",""timeHovered"":1237,""week"":""2021-08-23""}]}","{""startTime"":1690227120247,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":9239,""label"":""hovered"",""timeHovered"":1041,""week"":""2022-01-10""},{""time"":10291,""label"":""hovered"",""timeHovered"":1578,""week"":""2022-01-10""},{""time"":14677,""label"":""hovered"",""timeHovered"":1001,""week"":""2021-12-27""}]}",1,simple,line -2023-07-24 15:23:29,2023-07-24 15:43:14,0,24.144.1.35,100,1185,1,2023-07-24 15:43:16,R_2zdcC12rNj7LE6K,,,,,35.0848,-92.4242,anonymous,EN,1,10.045,10.045,10.889,1,1,2,1,2.225,5.993,10.749,2,0,0,15.108,0,87,89,84,11.17,37.592,38.597,5,38.319,45.92,56.526,2,1,1,29.17,46.739,64.616,2,1,1,30.645,53.349,54.622,2,1,29.237,29.237,30.227,1,0,0,15.116,0,6,5,6,6,6,6,,25.088,35.838,39.312,6,5,6,6,4,5,6,This visualization is inline with what I know about Covid 19 and the effectiveness of the vaccine. The data comes from a trusted scientific source.,3.994,93.352,104.195,19,5,,6.76,10.095,13.986,3,2,7,3,4,1,5,6,0,0,23.9,0,6,8,6,7,6,5,9,8,,7.36,45.148,51.056,12,2,3,2,3,3,3,17.877,523.658,524.767,7,1,2,13.35,18.835,21.361,2,2,1983,Arkansas,7,3,1,,9,,Conway,7,4,1,jasmine.serena@gmail.com,3.369,55.093,56.818,15,5d3bdd3e3dcf870019c76307,"{""startTime"":1690226823241,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226863043,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226695484,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":16936,""label"":""hovered"",""timeHovered"":1928,""week"":""2022-01-03""},{""time"":19815,""label"":""hovered"",""timeHovered"":4231,""week"":""2022-01-03""},{""time"":26850,""label"":""hovered"",""timeHovered"":3264,""week"":""2022-02-07""},{""time"":32200,""label"":""hovered"",""timeHovered"":1280,""week"":""2021-08-09""},{""time"":38294,""label"":""tour_next"",""step"":2},{""time"":45895,""label"":""tour_end"",""step"":2},{""time"":34192,""label"":""hovered"",""timeHovered"":15345,""week"":""2022-02-07""},{""time"":50743,""label"":""hovered"",""timeHovered"":2815,""week"":""2021-05-31""}]}","{""startTime"":1690226807590,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6987,""label"":""hovered"",""timeHovered"":1701,""week"":""2022-01-10""},{""time"":12539,""label"":""hovered"",""timeHovered"":2668,""week"":""2021-08-16""}]}",1,moderate,line -2023-07-24 14:53:57,2023-07-24 15:44:21,0,69.136.84.175,100,3024,1,2023-07-24 15:44:22,R_xgD4uZHrVBFrABz,,,,,39.9943,-75.1181,anonymous,EN,1,700.867,708.17,709.17,3,1,3,1,4.803,9.329,10.037,3,0,0,15.043,0,100,39,50,0.605,39.333,40.355,8,2.644,52.764,54.08,7,1,1,8.537,40.137,41.273,8,-2,1,15.295,57.312,58.334,9,-1,7.395,49.884,51.127,4,1.476,5.14,15.015,2,6,6,6,6,6,6,,7.013,22.773,23.339,9,6,6,6,6,6,6,The visualization provides all of the necessary information and is easy to read.,6.982,64.981,66.18,5,4,,8.116,14.811,15.577,5,2,7,3,4,1,5,6,14.989,38.293,39.003,3,1,4,2,4,2,4,8,7,,5.498,26.418,27.501,11,3,3,1,3,3,3,10.906,31.995,33.145,9,2,1,4.324,11.979,14.481,4,2,1987,Pennsylvania,7,2,1,,3,,,15,4,1,616dac30fd433eb926c5ceaa@email.prolific.co,5.882,91.227,93.848,22,616dac30fd433eb926c5ceaa,"{""startTime"":1690227505425,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690227413229,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690227283320,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":26070,""label"":""hovered"",""timeHovered"":1267,""week"":""2021-04-12""},{""time"":28936,""label"":""hovered"",""timeHovered"":1918,""week"":""2021-06-14""},{""time"":33836,""label"":""hovered"",""timeHovered"":2435,""week"":""2021-04-12""},{""time"":42270,""label"":""hovered"",""timeHovered"":3267,""week"":""2022-01-24""},{""time"":49295,""label"":""tour_next"",""step"":2},{""time"":52751,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690227397378,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line -2023-07-24 15:32:21,2023-07-24 15:44:28,0,47.201.194.223,100,727,1,2023-07-24 15:44:29,R_Qid6uFoTUr6C10J,,,,,27.947,-82.7943,anonymous,EN,1,22.295,22.295,23.846,1,2,,2,2.573,2.573,4.017,1,0,0,15.111,0,33,31,36,21.083,27.427,28.905,3,26.708,32.364,58.404,2,1,1,20.672,42.345,44.519,2,1,1,51.765,67.365,69.342,2,-3,43.168,43.168,45.894,1,0,0,15.123,0,2,2,2,4,4,2,,10.039,40.063,42.742,7,1,2,1,1,2,1,"It is old data, which has since been disproven.",5.523,69.322,72.008,4,3,,6.135,6.135,8.198,1,2,7,3,4,1,5,6,0,0,20.521,0,3,3,6,4,3,4,5,5,,6.457,23.249,27.465,10,3,3,2,2,3,3,8.924,27.879,28.983,6,3,2,11.312,22,23.847,2,1,1956,Florida,3,2,1,,8,LARGO,,5,3,1,fltugger@yahoo.com,4.31,131.035,139.789,17,5d0e7ce13fe2d0001999c056,"{""startTime"":1690227485232,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690227349624,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690227229533,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":17085,""label"":""hovered"",""timeHovered"":3267,""week"":""2021-11-29""},{""time"":26704,""label"":""tour_next"",""step"":2},{""time"":32359,""label"":""tour_end"",""step"":2},{""time"":40289,""label"":""hovered"",""timeHovered"":8647,""week"":""2022-01-10""},{""time"":48941,""label"":""hovered"",""timeHovered"":2092,""week"":""2022-01-10""}]}","{""startTime"":1690227333859,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line -2023-07-24 15:26:44,2023-07-24 15:44:35,0,47.134.70.165,100,1071,1,2023-07-24 15:44:36,R_2E69f5DIHTxIo9p,,,,,36.7328,-76.5898,anonymous,EN,1,163.568,163.568,164.445,1,1,3,1,2.505,8.073,8.913,2,0,0,15.02,0,100,100,65,63.649,77.55,79.014,4,25.428,29.267,34.412,2,-2,1,42.622,57.836,59.115,2,1,-3,34.215,106.926,107.238,4,1,26.411,26.411,28.555,1,0,0,15.118,0,6,5,6,6,6,6,,16.433,67.419,67.871,7,7,7,7,4,5,6,I think the visualization shows the numbers for unvaccinated and vaccinated. I don't have a reason to doubt the information.,1.706,142.505,142.782,8,5,,9.534,9.534,11.7,1,2,7,3,4,1,5,6,0,0,21.983,0,2,7,8,9,9,5,10,10,,9.812,26.275,27.922,10,3,3,3,3,4,2,7.041,53.947,54.789,6,2,1,1.673,13.824,15.65,3,2,1968,Virginia,5,1,1,,9,,Suffolk,12,3,1,merylaq@hotmail.com,2.134,53.299,57.053,14,5f36e9589a54b113631fa759,"{""startTime"":1690227521059,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690227346061,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690227187553,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":25415,""label"":""tour_next"",""step"":2},{""time"":29253,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690227330201,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar -2023-07-24 14:51:58,2023-07-24 15:44:49,0,67.181.212.161,100,3170,1,2023-07-24 15:44:50,R_3iX8FlIu40pzmpn,,,,,36.7405,-119.7508,anonymous,EN,1,4.103,4.103,5.074,1,1,1,2,16.731,19.303,20.567,2,15.021,15.021,27.375,1,100,86,86,114.734,119.229,148.744,3,28.026,31.896,38.818,3,-2,-3,5.336,177.883,178.723,3,-3,-3,156.593,213.712,365.365,6,1,520.861,520.861,526.473,1,0,0,15.009,0,6,6,6,5,6,6,,55.681,69.074,72.19,6,5,6,6,5,2,6,It's a very simple graph that I can fact check with easy research,2.951,88.984,107.602,10,4,,19.095,22.48,24.399,2,2,7,3,4,1,5,6,0,0,1141.616,0,4,7,7,7,2,8,9,11,,7.215,32.625,72.878,8,4,4,2,2,4,4,12.831,27.022,30.669,6,4,2,2.05,11.418,13.011,2,1,2000,California,2,2,1,,8,Fresno,,6,4,1,62baf827477e9d1a60c5b66d@email.prolific.co,2.157,76.395,79.587,33,62baf827477e9d1a60c5b66d,"{""startTime"":1690225498236,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":6873},{""label"":""window_focused"",""time"":55598}]}","{""startTime"":1690225373342,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_focused"",""time"":4561}]}","{""startTime"":1690224950861,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":13,""label"":""tour_started""},{""label"":""window_blurred"",""time"":4225},{""label"":""window_focused"",""time"":27509},{""time"":29235,""label"":""tour_next"",""step"":2},{""time"":31891,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690225357911,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_focused"",""time"":2481},{""label"":""window_blurred"",""time"":3855}]}",1,moderate,bar -2023-07-24 15:17:08,2023-07-24 15:44:59,0,47.197.85.115,100,1670,1,2023-07-24 15:44:59,R_ywnuS1L9CQTUOmR,,,,,27.7963,-82.6325,anonymous,EN,1,93.723,93.723,95.186,1,2,,1,2.632,2.632,4.28,1,0,0,15.006,0,62,43,29,18.742,33.224,34.58,3,37.329,50.425,57.859,3,1,1,28.269,37.644,38.94,2,-3,1,60.325,88.438,89.862,2,-3,58.784,58.784,61.062,1,0,0,15.012,0,3,3,3,7,7,3,I am sure the numbers are off because a lot of people never report having covid.,7.173,42.669,70.002,8,5,6,6,1,1,6,It is easy to understand and I like that it is interactive.,6.192,44.771,63.25,2,5,none,7.428,11.27,16.19,3,2,7,3,4,1,5,6,0,0,24.526,0,2,2,8,5,1,7,8,8,none,7.936,29.784,34.555,9,4,4,1,1,5,4,45.246,61.502,62.192,6,6,1,17.015,24.806,27.498,2,1,1972,Florida,2,2,1,,7,,,8,2,1,,1.842,77.526,79.121,11,63322af704df5a6df504f985,"{""startTime"":1690227379162,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690227450266,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690227214995,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":5323,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2565,""week"":""1"",""id"":""chart""},{""time"":7970,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1666,""week"":""52"",""id"":""chart""},{""time"":23368,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1949,""week"":""44"",""id"":""chart""},{""label"":""window_blurred"",""time"":28397},{""label"":""window_focused"",""time"":37147},{""time"":37313,""label"":""tour_next"",""step"":2},{""time"":42743,""label"":""tour_end"",""step"":2},{""label"":""window_blurred"",""time"":46493},{""label"":""window_focused"",""time"":49733},{""time"":53023,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1509,""week"":""22"",""id"":""chart""},{""time"":55791,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1122,""week"":""19"",""id"":""chart""}]}","{""startTime"":1690227363544,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":8772,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1374,""week"":""2"",""id"":""chart""},{""time"":10863,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1920,""week"":""1"",""id"":""chart""}]}",1,moderate,bar -2023-07-24 15:26:43,2023-07-24 15:45:17,0,68.46.168.27,100,1113,1,2023-07-24 15:45:17,R_TbUg2DM6xq5P3A5,,,,,42.8704,-85.6682,anonymous,EN,1,6.859,7.605,8.344,2,1,3,2,1.712,3.306,6.858,2,0,0,15.015,0,95,89,11,10.974,24.032,24.721,6,16.306,62.284,103.191,8,1,1,1.979,127.084,128.944,13,-3,-3,71.623,150.839,153.502,7,1,29.16,36.196,36.583,3,9.208,9.272,15.008,2,7,6,7,7,7,7,I would like the data to give me information about how many deaths occurred as well.,77.994,115.307,115.983,13,6,7,6,7,5,7,"It appears to have plenty of research and be done by a scientist or researcher. ",1.222,29.698,32.337,4,6,I believe that most people are good and have positive intentions.,4.577,5.475,17.769,2,2,7,3,4,1,5,6,0,0,17.706,0,1,6,4,4,3,2,11,9,,75.435,103.993,104.795,16,2,1,4,5,2,1,4.696,16.698,17.371,8,1,1,2.858,15.952,16.921,7,2,1991,Michigan,6,2,1,,7,,,9,4,2,,2.105,64.813,65.966,21,5ae0afd709eae20001131fb9,"{""startTime"":1690227270035,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":2950},{""label"":""window_focused"",""time"":77914},{""time"":80293,""label"":""started_brush"",""startDate"":""2021-10-22"",""endDate"":""2022-02-07""}]}","{""startTime"":1690227052508,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":7392,""label"":""started_brush"",""startDate"":""2021-09-27"",""endDate"":""2022-02-01""},{""time"":9780,""label"":""moved_brush"",""startDate"":""2021-09-10"",""endDate"":""2022-02-01""},{""time"":11853,""label"":""moved_brush"",""startDate"":""2021-10-29"",""endDate"":""2022-02-01""},{""label"":""window_blurred"",""time"":74079},{""label"":""window_focused"",""time"":167310}]}","{""startTime"":1690226896048,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":16297,""label"":""tour_next"",""step"":5},{""time"":20334,""label"":""tour_back"",""step"":5},{""time"":25412,""label"":""tour_next"",""step"":5},{""time"":38992,""label"":""started_brush"",""startDate"":""2021-04-29"",""endDate"":""2021-09-04""},{""time"":39455,""label"":""cleared_brush"",""using"":""Click""},{""time"":40869,""label"":""started_brush"",""startDate"":""2021-07-01"",""endDate"":""2021-09-04""},{""time"":42616,""label"":""tour_next"",""step"":5},{""time"":48884,""label"":""moved_brush"",""startDate"":""2021-05-10"",""endDate"":""2021-09-04""},{""time"":50060,""label"":""tour_next"",""step"":5},{""time"":54305,""label"":""cleared_brush"",""using"":""Click""},{""time"":55716,""label"":""tour_next"",""step"":5},{""time"":62284,""label"":""tour_end"",""step"":5},{""time"":74220,""label"":""started_brush"",""startDate"":""2021-10-31"",""endDate"":""2022-02-07""},{""time"":77014,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":9595,""week"":""1"",""id"":""chart""},{""time"":86702,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2625,""week"":""2"",""id"":""chart""},{""time"":91559,""label"":""moved_brush"",""startDate"":""2021-09-18"",""endDate"":""2022-02-07""},{""time"":92352,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":2708,""week"":""52"",""id"":""chart""}]}","{""startTime"":1690227036945,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar -2023-07-24 15:35:46,2023-07-24 15:46:40,0,172.58.166.139,100,653,1,2023-07-24 15:46:41,R_s8c6YJJBanlAjN7,,,,,41.804,-87.707,anonymous,EN,1,5.6,6.493,7.354,2,1,3,1,1.952,6.597,7.697,3,0,0,15.015,0,73,14,16,25.4,35.967,37.307,5,6.039,85.002,86.516,9,1,-2,13.397,35.75,37.001,5,1,1,25.131,45.448,46.852,6,1,79.749,106.277,107.224,6,6.764,6.764,15.114,1,6,5,5,5,6,5,none. some questions on the previous page were blank,12.867,32.692,47.265,10,5,5,5,4,4,5,"i assume the data is correct. thus, i trust it.",3.842,28.985,30.479,6,6,none,3.535,9.255,10.37,5,2,7,3,4,1,5,6,8.469,19.172,20.138,2,4,7,7,7,8,4,10,9,none,5.153,27.856,30.762,11,5,5,1,1,5,5,2.485,21.972,23.24,10,3,1,4.275,11.772,13.915,4,1,1967,Illinois,9,3,1,,7,,,17,3,2,,3.087,66.614,67.861,26,6445af97679d97a6911943d4,"{""startTime"":1690227695466,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690227635692,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":3368,""label"":""started_brush"",""startDate"":""2021-06-09"",""endDate"":""2021-12-19""}]}","{""startTime"":1690227425228,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":25487,""label"":""tour_next"",""step"":5},{""time"":38273,""label"":""cleared_brush"",""using"":""click""},{""time"":42257,""label"":""started_brush"",""startDate"":""2021-06-05"",""endDate"":""2021-08-24""},{""time"":43309,""label"":""tour_next"",""step"":5},{""time"":60786,""label"":""moved_brush"",""startDate"":""2021-08-14"",""endDate"":""2021-11-02""},{""time"":61682,""label"":""tour_next"",""step"":5},{""time"":70531,""label"":""cleared_brush"",""using"":""click""},{""time"":72968,""label"":""tour_next"",""step"":5},{""time"":81743,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690227619844,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":8206,""label"":""cleared_brush"",""using"":""click""},{""time"":9772,""label"":""cleared_brush"",""using"":""click""},{""time"":15424,""label"":""started_brush"",""startDate"":""2021-05-17"",""endDate"":""2021-07-19""},{""time"":15707,""label"":""moved_brush"",""startDate"":""2021-05-17"",""endDate"":""2021-07-19""}]}",1,complex,line -2023-07-24 15:39:53,2023-07-24 15:49:25,0,32.219.123.253,100,571,1,2023-07-24 15:49:25,R_9mhlWUljfhty0DL,,,,,41.3054,-73.1217,anonymous,EN,1,6.401,6.401,7.44,1,1,2,1,3.136,5.444,6.53,2,0,0,15.117,0,67,28,27,23.964,29.5,31.193,3,13.905,17.609,25.522,2,1,1,17.626,37.687,39.309,2,-3,1,45.011,55.639,57.292,2,-3,23.694,23.694,25.172,1,0,0,15.118,0,4,2,4,3,6,4,,8.753,68.025,70.386,8,2,3,2,1,1,4,"This is presented in a survey, not anywhere official.",2.509,52.466,66.707,5,4,,4.461,4.967,8.177,2,2,3,4,5,1,6,7,0,0,11.24,0,1,2,6,6,4,4,8,8,,4.309,29.322,32.446,10,4,4,1,1,5,4,4.218,39.636,41.02,6,4,4,3.132,9.568,11.423,2,1,1975,Connecticut,6,2,1,,7,,,11,4,1,iorio@email.com,2.267,58.25,65.552,16,644ca5dc0dc3b5019e8f0469,"{""startTime"":1690227762571,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":26231},{""label"":""window_focused"",""time"":50145}]}","{""startTime"":1690227833266,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690227663713,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":4,""label"":""tour_started""},{""time"":13904,""label"":""tour_next"",""step"":2},{""time"":17607,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690227747079,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":1636,""label"":""hovered"",""timeHovered"":1169,""week"":""2022-01-10""},{""time"":5136,""label"":""hovered"",""timeHovered"":1137,""week"":""2022-01-17""},{""time"":6615,""label"":""hovered"",""timeHovered"":2188,""week"":""2022-01-17""}]}",1,moderate,line -2023-07-24 15:34:10,2023-07-24 15:49:27,0,24.154.189.106,100,917,1,2023-07-24 15:49:27,R_25LM3BeK6xJ3Mkk,,,,,40.8795,-79.93,anonymous,EN,1,19.13,19.13,20.604,1,1,4,2,3.481,7.145,11.775,2,0,0,15.007,0,66,69,50,13.757,23.526,24.693,5,15.025,163.685,168.379,39,1,1,30.32,61.301,62.514,4,-3,1,39.832,52.228,53.841,2,1,33.214,33.214,34.826,1,0,0,15.009,0,7,7,2,7,7,7,,13.452,31.168,38.067,7,5,5,5,4,5,4,I don't know where the resources come from,5.503,51.178,52.34,6,5,,9.305,11.165,13.867,2,2,7,3,4,1,6,5,11.917,69.439,73.162,3,2,8,8,8,8,7,8,7,,5.463,31.782,33.108,9,4,4,3,4,4,3,3.007,49.731,51.326,6,4,4,7.519,21.679,24.978,3,2,1980,Pennsylvania,6,1,1,,2,,,16,2,1,5ed2f70cae98302901c31d4f@email.prolific.co,3.979,155.649,163.437,41,5ed2f70cae98302901c31d4f,"{""startTime"":1690227643240,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690227566705,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690227347026,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":7175,""label"":""hovered"",""timeHovered"":4717,""week"":""2022-01-31""},{""time"":12952,""label"":""hovered"",""timeHovered"":1348,""week"":""2022-01-24""},{""time"":20278,""label"":""tour_next"",""step"":5},{""time"":35217,""label"":""tour_back"",""step"":5},{""time"":46079,""label"":""tour_next"",""step"":5},{""time"":80246,""label"":""started_brush"",""startDate"":""2021-05-19"",""endDate"":""2021-05-21""},{""time"":82655,""label"":""tour_next"",""step"":5},{""time"":88986,""label"":""cleared_brush"",""using"":""click""},{""time"":90269,""label"":""cleared_brush"",""using"":""click""},{""time"":91766,""label"":""cleared_brush"",""using"":""click""},{""time"":93295,""label"":""cleared_brush"",""using"":""click""},{""time"":94164,""label"":""cleared_brush"",""using"":""click""},{""time"":95256,""label"":""cleared_brush"",""using"":""click""},{""time"":96183,""label"":""cleared_brush"",""using"":""click""},{""time"":114854,""label"":""started_brush"",""startDate"":""2021-06-05"",""endDate"":""2021-07-08""},{""time"":117453,""label"":""cleared_brush"",""using"":""click""},{""time"":121151,""label"":""cleared_brush"",""using"":""click""},{""time"":127355,""label"":""started_brush"",""startDate"":""2021-11-08"",""endDate"":""2021-12-09""},{""time"":145889,""label"":""moved_brush"",""startDate"":""2021-10-17"",""endDate"":""2021-12-09""},{""time"":148009,""label"":""tour_next"",""step"":5},{""time"":156245,""label"":""cleared_brush"",""using"":""click""},{""time"":160515,""label"":""tour_next"",""step"":5},{""time"":163617,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690227551298,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line -2023-07-24 15:40:13,2023-07-24 15:49:31,0,216.126.212.173,100,558,1,2023-07-24 15:49:32,R_2bNoWOMaRaWhM90,,,,,44.9834,-93.2622,anonymous,EN,1,8.98,8.98,10.357,1,1,2,2,1.472,9.013,10.028,3,0,0,15.013,0,100,100,0,22.502,28.472,29.702,3,15.528,22.795,40.66,2,1,1,26.742,37.304,39.2,2,-3,1,20.402,27.157,29.507,2,1,17.577,17.577,18.987,1,0,0,15.028,0,6,3,1,7,7,7,,14.695,31.543,34.701,6,7,7,7,4,7,7,The data is easily understandable and realistic.,3.429,65.196,67.967,11,5,,11.734,11.734,13.905,1,2,7,3,4,1,5,6,0,0,22.353,0,3,6,6,10,8,8,11,9,,4.664,19.062,21.102,8,2,4,1,4,5,4,20.178,47.996,49.163,7,4,1,9.331,17.381,17.7,4,1,1971,Minnesota,3,1,1,,8,Minneapolis,,5,4,2,,3.391,62.843,70.132,11,614f39b82ccdbdd51c76cc50,"{""startTime"":1690227802972,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690227709665,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690227612668,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":5940,""label"":""hovered"",""timeHovered"":1965,""week"":""2022-01-03""},{""time"":15509,""label"":""tour_next"",""step"":2},{""time"":22775,""label"":""tour_end"",""step"":2},{""time"":8006,""label"":""hovered"",""timeHovered"":17151,""week"":""2022-01-10""},{""time"":26075,""label"":""hovered"",""timeHovered"":1437,""week"":""2022-01-03""},{""time"":28519,""label"":""hovered"",""timeHovered"":1187,""week"":""2021-08-16""},{""time"":30525,""label"":""hovered"",""timeHovered"":2532,""week"":""2021-06-07""},{""time"":33658,""label"":""hovered"",""timeHovered"":3130,""week"":""2021-04-12""}]}","{""startTime"":1690227693859,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line -2023-07-24 15:37:28,2023-07-24 15:49:37,0,99.68.58.81,100,729,1,2023-07-24 15:49:37,R_2SlaEGjN8UOAU6x,,,,,37.8245,-83.7811,anonymous,EN,1,35.958,35.958,43.622,1,1,4,2,1.917,3.3,5.873,2,0,0,15.014,0,77,0,74,31.442,40.218,41.159,3,10.262,28.597,89.594,3,-1,-2,37.232,62.096,63.432,2,1,1,52.726,67.549,99.596,2,1,55.419,55.419,56.267,1,0,0,15.115,0,4,4,6,6,7,6,,10.261,29.909,33.954,6,6,7,7,4,4,6,I trust the source of the information,2.102,2.102,18.557,1,7,,3.502,3.502,6.421,1,2,7,3,4,1,5,6,0,0,19.319,0,4,7,9,9,9,7,10,8,,5.952,22.616,25.509,8,5,3,2,1,5,5,6.784,21.519,22.72,6,2,1,10.178,18.609,21.984,3,2,1952,Kentucky,6,2,1,,7,,,3,4,1,55a28851fdf99b602e6b05dd@email.prolific.co,2.846,68.741,81.662,15,55a28851fdf99b602e6b05dd,"{""startTime"":1690227774324,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690227808847,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690227568325,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":17331,""label"":""hovered"",""timeHovered"":2351,""week"":""2021-12-27""},{""time"":23994,""label"":""tour_next"",""step"":2},{""time"":28586,""label"":""tour_end"",""step"":2},{""time"":20467,""label"":""hovered"",""timeHovered"":13463,""week"":""2021-04-19""},{""time"":35079,""label"":""hovered"",""timeHovered"":26196,""week"":""2021-04-12""},{""time"":69214,""label"":""hovered"",""timeHovered"":3244,""week"":""2021-04-19""},{""time"":80931,""label"":""hovered"",""timeHovered"":2120,""week"":""2021-10-25""}]}","{""startTime"":1690227758619,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":13354,""label"":""hovered"",""timeHovered"":1907,""week"":""2022-01-24""}]}",1,moderate,line -2023-07-24 15:36:18,2023-07-24 15:49:52,0,65.140.94.66,100,814,1,2023-07-24 15:49:53,R_1f7KNMitsp9dWDY,,,,,39.7388,-104.9868,anonymous,EN,1,10.97,11.434,12.346,2,1,2,2,1.845,9.457,11.033,3,0,0,15.008,0,80,88,76,20.877,50.372,51.756,6,2.832,9.24,21.194,3,1,-2,6.66,10.618,13.004,2,-1,1,3.218,8.778,18.754,2,-2,47.874,49.316,49.944,2,0,0,15.085,0,6,5,6,5,5,6,no comments,5.161,19.717,29.578,7,6,5,5,5,6,7,I like the colors that were chosen and a large number of people will like the colors too,2.694,116.401,123.058,7,3,no comments,5.973,8.783,17.337,4,2,7,3,4,1,5,6,0,0,24.987,0,6,9,7,8,7,9,10,9,no comments,5.464,17.36,24.816,10,4,4,2,2,4,4,2.476,23.536,25.548,6,6,2,2.463,7.085,9.301,2,1,1980,Colorado,7,3,1,,3,,,5,3,1,dadaydada@outlook.com,3.8,125.337,128.017,13,63f79194eb27c9dc523185bd,"{""startTime"":1690227754985,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690227597987,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":27535},{""label"":""window_focused"",""time"":31036}]}","{""startTime"":1690227523594,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":2817,""label"":""tour_next"",""step"":2},{""time"":4323,""label"":""tour_end"",""step"":2},{""label"":""window_blurred"",""time"":16294},{""label"":""window_focused"",""time"":18936}]}","{""startTime"":1690227576244,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":10203},{""label"":""window_focused"",""time"":14856}]}",1,simple,line -2023-07-24 15:40:04,2023-07-24 15:50:06,0,108.206.240.128,100,602,1,2023-07-24 15:50:07,R_3NOkjScDR5ooFQY,,,,,34.5268,-92.9587,anonymous,EN,1,4.973,4.973,6.4,1,2,,2,1.499,1.499,3.383,1,0,0,15.02,0,73,95,69,33.67,41.861,43.28,3,27.164,69.276,72.795,11,1,1,27.69,46.386,48.368,2,1,1,28.247,38.399,39.927,2,1,24.816,24.816,45.816,1,0,0,15.022,0,2,2,2,6,5,2,It has been proven that CDC data cannot be trusted.,7.494,53.348,61.953,13,2,6,5,2,2,1,CD data has been proven to not be trusted.,2.707,41.459,45.369,12,3,"What was this about: ""Click to write the question text""",6.371,34.019,35.439,5,2,7,3,4,1,5,6,14.081,14.081,16.006,1,2,4,5,5,1,4,8,7,,4.802,18.187,23.527,8,3,4,2,3,4,4,8.004,24.936,25.963,6,6,1,3.529,8.69,12.388,2,1,1963,Arkansas,6,2,1,,7,,,5,4,2,,2.635,37.804,42.567,11,5be2e7e491deed00015adcb0,"{""startTime"":1690227823698,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690227886687,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690227686748,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":17451,""label"":""hovered"",""timeHovered"":1763,""week"":""2022-01-10""},{""time"":27147,""label"":""tour_next"",""step"":5},{""time"":43421,""label"":""started_brush"",""startDate"":""2021-05-19"",""endDate"":""2022-01-31""},{""time"":44835,""label"":""tour_next"",""step"":5},{""time"":50342,""label"":""moved_brush"",""startDate"":""2021-05-31"",""endDate"":""2022-02-13""},{""time"":51364,""label"":""tour_next"",""step"":5},{""time"":62447,""label"":""cleared_brush"",""using"":""click""},{""time"":63788,""label"":""tour_next"",""step"":5},{""time"":69259,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690227807568,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":6132,""label"":""hovered"",""timeHovered"":5301,""week"":""2021-12-27""}]}",1,complex,line -2023-07-24 15:40:55,2023-07-24 15:50:07,0,107.145.168.111,100,552,1,2023-07-24 15:50:08,R_PIIDlyhH7e8D0E9,,,,,29.2866,-81.0869,anonymous,EN,1,3.329,3.329,4.448,1,2,,2,1.391,1.391,2.466,1,0,0,15.116,0,100,100,50,12.945,25.866,26.741,4,3.534,6.121,9.7,2,-1,-3,36.479,46.07,48.57,2,1,-3,31.388,45.365,46.544,2,-3,32.601,32.601,33.913,1,0,0,15.117,0,6,6,4,6,6,6," no",3.601,25.386,27.15,12,4,6,6,6,6,6,It looks legit of what happened,2.087,32.476,33.68,6,2,no,4.796,6.593,9.913,2,2,3,4,5,1,6,7,0,0,11.555,0,3,6,9,6,6,6,9,9,no,4.58,20.543,23.193,10,1,1,5,5,1,1,2.752,15.23,16.136,6,6,2,3.206,11.699,12.998,3,1,1965,New Jersey,2,3,1,,7,,,1,4,2,,2.365,40.543,46.434,11,610c54c190d4d2399972b294,"{""startTime"":1690227984895,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690227907280,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690227834519,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":3525,""label"":""tour_next"",""step"":2},{""time"":6111,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690227891743,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar -2023-07-24 15:22:34,2023-07-24 15:50:43,0,172.56.112.103,100,1689,1,2023-07-24 15:50:44,R_1Q5tnO40mK6tz7Z,,,,,41.815,-71.3663,anonymous,EN,1,4.361,197.892,199.032,5,1,2,1,3.585,33.976,35.2,7,0,0,15.017,0,69,100,84,15.795,64.723,65.741,8,5.034,84.586,88.336,9,1,-3,18.874,58.98,61.459,4,1,-3,42.632,67.747,69.033,9,1,4.385,78.146,79.965,9,0,0,15.014,0,5,5,5,7,7,5,,6.393,21.976,23.301,10,5,7,6,4,4,4,It's hard to tell without having confirmation as to where the info came from.,30.589,284.794,306.896,25,3,,5.214,6.456,7.304,2,2,7,3,4,1,5,6,6.655,17.41,18.302,2,2,4,3,5,5,3,9,8,,3.013,20.53,22.246,12,3,4,2,1,5,4,2.584,18.6,19.464,10,3,2,3.367,10.159,11.326,5,1,1997,Maine,5,2,1,,8,BATH,,5,3,2,,5.161,86.089,87.161,25,5eae37af3ac6885048af8db3,"{""startTime"":1690227907383,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690227080962,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":261313},{""label"":""window_focused"",""time"":286567}]}","{""startTime"":1690226894548,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":26253,""label"":""tour_next"",""step"":5},{""time"":42881,""label"":""started_brush"",""startDate"":""2021-05-18"",""endDate"":""2021-08-14""},{""time"":45230,""label"":""tour_next"",""step"":5},{""time"":54678,""label"":""moved_brush"",""startDate"":""2021-06-30"",""endDate"":""2021-09-27""},{""time"":56820,""label"":""moved_brush"",""startDate"":""2021-07-29"",""endDate"":""2021-09-27""},{""time"":58097,""label"":""tour_next"",""step"":5},{""time"":64406,""label"":""cleared_brush"",""using"":""click""},{""time"":69844,""label"":""tour_next"",""step"":5},{""time"":79015,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690227064749,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line -2023-07-24 15:38:05,2023-07-24 15:50:44,0,98.143.11.83,100,759,1,2023-07-24 15:50:45,R_1dblGwk2DZreT8Z,,,,,35.3833,-85.3945,anonymous,EN,1,25.206,25.206,26.514,1,2,,2,2.062,2.062,3.307,1,0,0,15.011,0,95,76,16,57.101,65.074,67.226,4,14.583,21.035,52.978,2,-2,1,25.03,46.657,52.137,2,-3,1,49.58,90.001,91.781,2,1,30.19,30.19,52.418,1,0,0,15.013,0,6,6,6,6,6,6,None,9.874,22.327,25.74,7,6,7,7,2,5,6,"I trust it because it provides information that I believe to be accurate. It gives more information about all aspects of the chart, in detail.",1.6,91.21,95.204,8,6,None,4.537,6.269,9.909,2,2,7,3,4,1,5,6,8.116,8.116,27.418,1,7,8,9,10,6,8,11,9,None,5.234,23.895,27.968,13,4,5,1,2,3,5,10.284,55.473,56.719,7,5,2,4.441,12.422,14.999,3,1,1973,Tennessee,3,1,1,,7,,,11,3,1,60171c9b1a726593103182b3@email.prolific.co,3.078,49.859,65.272,15,60171c9b1a726593103182b3,"{""startTime"":1690227905774,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690227774561,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":15,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4824,""week"":""1"",""id"":""chart""},{""time"":9493,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1213,""week"":""1"",""id"":""chart""}]}","{""startTime"":1690227613624,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":14579,""label"":""tour_next"",""step"":2},{""time"":21032,""label"":""tour_end"",""step"":2},{""time"":21895,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1898,""week"":""52"",""id"":""chart""},{""time"":24280,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1747,""week"":""52"",""id"":""chart""},{""time"":26048,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2167,""week"":""1"",""id"":""chart""},{""time"":29511,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2036,""week"":""4"",""id"":""chart""}]}","{""startTime"":1690227759237,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar -2023-07-24 15:26:06,2023-07-24 15:51:20,0,97.122.245.252,100,1514,1,2023-07-24 15:51:21,R_3m4qwXq4u6fEGqK,,,,,39.7593,-104.9651,anonymous,EN,1,9.756,9.756,11.875,1,1,3,2,3.761,5.981,7.609,2,3.474,14.858,15.067,5,86,89,37,29.422,49.791,51.354,4,49.305,302.826,384.316,23,1,1,29.755,58.245,63.041,2,1,1,70.776,178.645,180.364,3,1,19.472,60.744,64.033,2,0,0,15.154,0,6,5,5,6,7,5,Nothing to add.,16.668,48.832,61.366,7,3,5,6,3,5,5,"The CDC has been a reliable source of evidence-based information over the years, but it is also essential to stay vigilant and keep in mind that new information may emerge over time as scientific understanding evolves.",88.666,311.014,321.989,15,4,Nothing to add.,10.34,37.003,38.867,3,2,7,3,4,1,5,6,0,0,23.732,0,2,3,4,5,4,3,9,8,None.,6.72,33.195,40.619,9,3,4,2,2,5,4,10.461,25.378,26.74,7,2,1,9.721,16.814,18.68,2,1,1963,Colorado,6,2,1,,7,,,7,4,2,,3.383,68.963,114.587,12,5dd06a074ad3e2149c884661,"{""startTime"":1690227335438,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":3533,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1696,""week"":""51"",""id"":""chart""}]}","{""startTime"":1690227398139,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":27444,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2951,""week"":""2"",""id"":""chart""}]}","{""startTime"":1690226869294,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":66,""label"":""tour_started""},{""time"":23799,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":21975,""week"":""49"",""id"":""chart""},{""time"":46562,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1117,""week"":""40"",""id"":""chart""},{""time"":49287,""label"":""tour_next"",""step"":5},{""time"":79561,""label"":""cleared_brush"",""using"":""Click""},{""time"":88948,""label"":""cleared_brush"",""using"":""Click""},{""time"":91377,""label"":""cleared_brush"",""using"":""Click""},{""time"":92926,""label"":""cleared_brush"",""using"":""Click""},{""time"":93767,""label"":""cleared_brush"",""using"":""Click""},{""time"":108533,""label"":""cleared_brush"",""using"":""Click""},{""time"":110252,""label"":""cleared_brush"",""using"":""Click""},{""time"":113049,""label"":""cleared_brush"",""using"":""Click""},{""time"":116599,""label"":""moved_brush"",""startDate"":""2021-09-28"",""endDate"":""2022-02-07""},{""time"":120450,""label"":""moved_brush"",""startDate"":""2021-05-19"",""endDate"":""2021-09-28""},{""time"":124139,""label"":""moved_brush"",""startDate"":""2021-05-19"",""endDate"":""2021-09-28""},{""time"":131677,""label"":""moved_brush"",""startDate"":""2021-05-19"",""endDate"":""2021-09-28""},{""time"":132362,""label"":""moved_brush"",""startDate"":""2021-05-19"",""endDate"":""2021-09-28""},{""time"":139118,""label"":""tour_back"",""step"":5},{""time"":147783,""label"":""tour_next"",""step"":5},{""time"":155332,""label"":""moved_brush"",""startDate"":""2021-09-15"",""endDate"":""2022-01-25""},{""time"":159454,""label"":""cleared_brush"",""using"":""Click""},{""time"":161410,""label"":""cleared_brush"",""using"":""Click""},{""time"":170078,""label"":""cleared_brush"",""using"":""Click""},{""time"":181735,""label"":""cleared_brush"",""using"":""Click""},{""time"":181948,""label"":""cleared_brush"",""using"":""Click""},{""time"":189272,""label"":""cleared_brush"",""using"":""Click""},{""time"":192213,""label"":""cleared_brush"",""using"":""Click""},{""time"":195637,""label"":""moved_brush"",""startDate"":""2021-08-12"",""endDate"":""2021-11-28""},{""time"":198724,""label"":""moved_brush"",""startDate"":""2021-08-12"",""endDate"":""2021-11-28""},{""time"":222807,""label"":""moved_brush"",""startDate"":""2021-05-25"",""endDate"":""2021-09-10""},{""time"":225016,""label"":""moved_brush"",""startDate"":""2021-05-25"",""endDate"":""2021-10-31""},{""time"":227863,""label"":""cleared_brush"",""using"":""Click""},{""time"":230002,""label"":""cleared_brush"",""using"":""Click""},{""time"":232629,""label"":""cleared_brush"",""using"":""Click""},{""time"":238522,""label"":""cleared_brush"",""using"":""Click""},{""time"":239865,""label"":""cleared_brush"",""using"":""Click""},{""time"":247226,""label"":""started_brush"",""startDate"":""2021-12-30"",""endDate"":""2022-02-07""},{""time"":257397,""label"":""tour_next"",""step"":5},{""time"":273935,""label"":""moved_brush"",""startDate"":""2021-12-30"",""endDate"":""2022-02-07""},{""time"":283940,""label"":""tour_next"",""step"":5},{""time"":289809,""label"":""cleared_brush"",""using"":""Click""},{""time"":294677,""label"":""tour_next"",""step"":5},{""time"":302807,""label"":""tour_end"",""step"":5},{""time"":335448,""label"":""cleared_brush"",""using"":""Click""},{""time"":336066,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1561,""week"":""51"",""id"":""chart""},{""time"":337648,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":9351,""week"":""52"",""id"":""chart""},{""time"":347672,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":20666,""week"":""43"",""id"":""chart""},{""time"":374286,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2761,""week"":""52"",""id"":""chart""}]}","{""startTime"":1690227319290,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":7547,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2085,""week"":""51"",""id"":""chart""},{""time"":10556,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1254,""week"":""46"",""id"":""chart""}]}",1,complex,bar -2023-07-24 15:41:00,2023-07-24 15:51:36,0,24.227.76.194,100,636,1,2023-07-24 15:51:37,R_vo6s32aoZa2zJ7j,,,,,27.9032,-82.2911,anonymous,EN,1,3.187,12.575,14.136,6,1,1,2,2.175,6.245,9.37,2,0,0,15.12,0,60,64,50,6.123,29.443,32.032,8,23.788,31.906,35.39,2,1,-3,3.042,62.198,64.352,10,-3,-3,27.492,49.625,51.147,7,1,29.718,32.593,34.299,2,3.601,3.601,15.02,1,5,2,3,6,5,3,,2.279,30.699,32.169,9,2,6,3,2,1,2,It doesn't provide all info including how many caught it after being vaccinated or side effects.,4.038,43.952,51.241,2,3,,8.479,11.197,14.049,3,2,7,3,4,1,5,6,47.565,47.565,49.174,1,2,2,8,7,3,7,7,8,,6.262,29.99,32.361,9,3,4,2,3,4,3,8.572,29.365,30.918,7,4,2,4.269,19.003,20.957,4,1,1971,Florida,7,2,1,,7,,,6,2,1,,6.428,61.545,63.966,17,5ef9f528c7ae587afa25fe9b,"{""startTime"":1690227957706,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690227869986,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690227753306,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":22,""label"":""tour_started""},{""time"":10961,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1658,""week"":""29"",""id"":""chart""},{""time"":14759,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7205,""week"":""1"",""id"":""chart""},{""time"":23781,""label"":""tour_next"",""step"":2},{""time"":27746,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1114,""week"":""1"",""id"":""chart2""},{""time"":31899,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690227854127,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar -2023-07-24 15:17:19,2023-07-24 15:52:52,0,73.202.170.228,100,2133,1,2023-07-24 15:52:53,R_RDDhGRbGG0oO305,,,,,37.3313,-121.8401,anonymous,EN,1,106.316,106.316,108.243,1,1,3,2,6.369,10.562,11.918,2,0,0,15.017,0,100,100,96,19.547,46.828,48.29,3,10.459,320.972,328.431,28,1,1,34.003,230.418,234.857,5,-3,1,22.653,183.85,191.586,22,1,23.392,105.75,106.83,6,0,0,15.113,0,7,7,7,7,7,7,,9.371,18.866,23.693,6,7,7,6,6,6,6,I think this visualization is authentic.,1.777,249.836,264.874,16,6,,8.81,16.16,27.187,4,2,7,3,4,1,5,6,0,0,260.338,0,11,10,8,9,8,9,9,11,,3.127,67.444,69.247,23,3,4,5,4,5,4,12.96,34.645,37.16,11,1,2,8.597,20.647,157.963,3,2,2001,California,5,3,1,,2,,,11,2,1,tasnim.rezoan@gmail.com,3.609,167.966,183.62,15,5f556bd46e6c4c93a5a90c77,"{""startTime"":1690227175645,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690226890941,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690226438304,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":2461,""label"":""hovered"",""timeHovered"":1114,""week"":""2021-11-29""},{""time"":15825,""label"":""hovered"",""timeHovered"":1157,""week"":""2021-11-22""},{""time"":18641,""label"":""hovered"",""timeHovered"":5163,""week"":""2021-12-20""},{""time"":23806,""label"":""hovered"",""timeHovered"":4249,""week"":""2021-12-27""},{""time"":84057,""label"":""tour_next"",""step"":5},{""time"":103671,""label"":""tour_back"",""step"":5},{""time"":108682,""label"":""tour_next"",""step"":5},{""time"":120228,""label"":""tour_back"",""step"":5},{""time"":130907,""label"":""tour_next"",""step"":5},{""time"":136947,""label"":""cleared_brush"",""using"":""click""},{""time"":177089,""label"":""cleared_brush"",""using"":""click""},{""time"":183745,""label"":""tour_back"",""step"":5},{""time"":198089,""label"":""tour_next"",""step"":5},{""time"":253773,""label"":""cleared_brush"",""using"":""click""},{""time"":259249,""label"":""started_brush"",""startDate"":""2021-06-22"",""endDate"":""2021-09-25""},{""time"":260542,""label"":""tour_next"",""step"":5},{""time"":283430,""label"":""started_brush"",""startDate"":""2021-05-28"",""endDate"":""2021-08-15""},{""time"":284062,""label"":""moved_brush"",""startDate"":""2021-05-28"",""endDate"":""2021-08-15""},{""time"":287920,""label"":""moved_brush"",""startDate"":""2021-05-28"",""endDate"":""2021-12-07""},{""time"":288702,""label"":""tour_next"",""step"":5},{""time"":294218,""label"":""moved_brush"",""startDate"":""2021-06-02"",""endDate"":""2021-12-12""},{""time"":295958,""label"":""moved_brush"",""startDate"":""2021-07-23"",""endDate"":""2022-02-01""},{""time"":300535,""label"":""moved_brush"",""startDate"":""2021-07-23"",""endDate"":""2022-02-01""},{""time"":301639,""label"":""moved_brush"",""startDate"":""2021-10-13"",""endDate"":""2022-02-01""},{""time"":302440,""label"":""moved_brush"",""startDate"":""2021-10-14"",""endDate"":""2022-02-02""},{""time"":303305,""label"":""cleared_brush"",""using"":""click""},{""time"":305483,""label"":""started_brush"",""startDate"":""2021-06-05"",""endDate"":""2021-11-06""},{""time"":307833,""label"":""moved_brush"",""startDate"":""2021-07-08"",""endDate"":""2021-12-09""},{""time"":309163,""label"":""tour_next"",""step"":5},{""time"":320961,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690226875556,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line -2023-07-24 15:30:16,2023-07-24 15:53:10,0,68.194.253.24,100,1374,1,2023-07-24 15:53:10,R_3R4mZiYS6o2z5Nw,,,,,40.7801,-73.2458,anonymous,EN,1,3.513,3.513,4.63,1,1,2,1,1.615,3.84,5.274,2,0,0,15.116,0,97,94,50,7.01,23.203,25.117,5,17.087,28.103,36.676,3,1,1,21.563,40.218,41.584,2,1,1,35.114,47.819,49.768,2,1,22.445,22.445,23.378,1,0,0,15.012,0,5,5,5,6,7,5,On the previous page there were questions that were not completed,7.463,28.623,69.883,11,6,6,6,4,2,6,The visualization is relatively easy to understand. The numbers represented in the graph seem to fit what I would expect.,1.97,68.922,74.287,6,4,"On the page that asked an open ended question about trusting the visualization, there were questions below that were incomplete/didn't ask actual questions",5.509,6.205,61.026,2,2,7,3,4,1,5,6,0,0,14.401,0,3,3,8,8,6,7,10,10,,3.163,12.156,14.162,8,4,4,2,2,4,4,7.091,18.308,20.168,6,3,2,79.04,84.249,85.6,2,1,1972,New York,6,3,1,,7,,,17,4,1,jrotolo721@yahoo.com,1.994,297.161,303.743,33,5c2fae74d76cde0001c11590,"{""startTime"":1690227270752,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690227172153,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690227076991,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":3,""label"":""tour_started""},{""time"":6908,""label"":""hovered"",""timeHovered"":3493,""week"":""2021-11-22""},{""time"":11100,""label"":""hovered"",""timeHovered"":2112,""week"":""2022-01-03""},{""time"":17083,""label"":""tour_next"",""step"":2},{""time"":23762,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690227156810,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":1535,""label"":""hovered"",""timeHovered"":2057,""week"":""2022-01-03""}]}",1,simple,line -2023-07-24 15:29:03,2023-07-24 15:53:23,0,71.135.73.157,100,1459,1,2023-07-24 15:53:23,R_2e8MBq5ArLKDpso,,,,,33.6004,-83.8562,anonymous,EN,1,10.266,155.521,157.263,12,1,4,2,3.166,8.896,10.449,3,0,0,15.113,0,100,100,0,6.58,55.884,57.043,8,5.247,271.273,273.948,16,1,1,99.397,140.307,141.861,7,-3,-3,61.004,128.505,132.314,7,-2,37.417,65.031,66.6,4,13.819,13.819,15.009,1,6,6,6,5,7,6,none,19.917,58.93,62.692,10,6,5,5,5,5,5,"I know that it is from a reputable source, but I am still not sure.",7.717,118.941,119.967,7,6,none,11.686,17.675,21.477,3,2,7,3,4,1,5,6,23.718,32.571,34.216,2,7,9,9,9,9,8,10,9,none,8.536,32.333,36.637,11,4,4,2,1,4,4,17.658,61.864,62.914,10,4,1,14.55,32.575,33.948,4,2,1953,Georgia,3,2,1,,8,Lithonia,,3,2,2,,6.015,141.192,142.66,25,5f5023517ef2f019cf3ebb57,"{""startTime"":1690227562109,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690227625382,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690227205282,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":58065,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2347,""week"":""14"",""id"":""chart""},{""time"":66922,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1114,""week"":""52"",""id"":""chart""},{""time"":68253,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8755,""week"":""51"",""id"":""chart""},{""time"":79973,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2796,""week"":""47"",""id"":""chart""},{""time"":85179,""label"":""tour_next"",""step"":5},{""time"":157528,""label"":""started_brush"",""startDate"":""2021-05-01"",""endDate"":""2021-10-02""},{""time"":159601,""label"":""tour_next"",""step"":5},{""time"":190424,""label"":""moved_brush"",""startDate"":""2021-06-27"",""endDate"":""2021-11-28""},{""time"":193353,""label"":""tour_next"",""step"":5},{""time"":220639,""label"":""cleared_brush"",""using"":""Click""},{""time"":220639,""label"":""cleared_brush"",""using"":""Escape""},{""time"":226099,""label"":""tour_next"",""step"":5},{""time"":244844,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690227546657,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar -2023-07-24 15:37:22,2023-07-24 15:53:27,0,24.12.24.176,100,965,1,2023-07-24 15:53:28,R_3Di3kujMpY1RDCu,,,,,39.7647,-89.7379,anonymous,EN,1,18.858,18.858,20.25,1,1,4,2,5.171,7.107,11.36,2,0,0,15.01,0,99,96,90,11.325,34.762,35.838,5,24.858,37.008,40.467,2,1,1,39.738,55.814,58.597,2,-3,-3,67.399,81.822,84.47,2,1,62.57,62.57,64.709,1,0,0,15.008,0,6,4,4,7,6,6,"There was a section on this study that said: Click to write the data text, which I did not understand. Was that a typo?",11.57,76.877,84.061,8,4,7,7,6,6,6,I likely trust this data because it is similar to the information I have already heard about the incidence of transmission of Covid19 for vaccinated and unvacinated people.,4.02,116.284,126.03,4,5,There was a section of 3 multiple choice questions that seemed to have placeholder text for questions and answers. I had to choose the middle option because it was not clear what you were asking.,10.008,98.113,112.246,3,2,7,3,4,1,5,6,0,0,23.124,0,2,5,3,3,2,2,5,5,,8.46,34.638,39.575,9,3,4,1,1,5,4,12.029,48.109,49.214,7,3,1,3.356,12.715,15.836,2,2,1962,Illinois,6,3,1,,7,,,5,1,1,5b7aefd06c1ccb000178b710@email.prolific.co,2.936,95.7,105.2,17,5b7aefd06c1ccb000178b710,"{""startTime"":1690227818807,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690227655290,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690227540024,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":24,""label"":""tour_started""},{""time"":9167,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2297,""week"":""1"",""id"":""chart""},{""time"":12199,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1083,""week"":""1"",""id"":""chart""},{""time"":13770,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3862,""week"":""52"",""id"":""chart""},{""time"":17699,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2281,""week"":""1"",""id"":""chart""},{""time"":19998,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1484,""week"":""2"",""id"":""chart""},{""time"":24851,""label"":""tour_next"",""step"":2},{""time"":28270,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2529,""week"":""1"",""id"":""chart2""},{""time"":30983,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1515,""week"":""52"",""id"":""chart2""},{""time"":37002,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690227639724,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":6432,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2064,""week"":""52"",""id"":""chart2""},{""time"":10331,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2249,""week"":""52"",""id"":""chart""},{""time"":13930,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1316,""week"":""14"",""id"":""chart""}]}",1,simple,bar -2023-07-24 15:40:28,2023-07-24 15:53:56,0,74.132.13.118,100,807,1,2023-07-24 15:53:57,R_3DvCHkXUMW4EcXT,,,,,37.825,-87.5655,anonymous,EN,1,47.043,47.043,48.1,1,1,3,2,4.917,15.701,17.095,2,0,0,15.015,0,95,100,30,21.685,33.181,35.694,5,34.949,241.368,244.39,29,1,-2,16.599,29.478,31.755,2,1,-1,18.836,42.869,44.225,3,-3,31.541,31.541,34.471,1,0,0,15.02,0,7,6,6,6,7,7,,0.191,6.023,8.952,2,6,6,5,4,3,7,It was from the CDC.,6.139,33.99,36.881,5,2,,7.072,7.072,9.068,1,2,7,3,4,1,5,6,0,0,25.964,0,6,6,9,7,9,5,8,10,,5.424,18.219,21.374,8,1,1,5,5,1,1,4.029,16.993,18.843,6,7,1,3.265,21.565,29.966,2,2,1961,Kentucky,3,2,1,,7,,,8,1,1,kmichellekknott@gmail.com,2.872,81.578,90.74,13,56d89fc04a9be10005541745,"{""startTime"":1690228144151,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690228059113,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690227763356,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":3445,""label"":""hovered"",""timeHovered"":2917,""week"":""2022-01-10""},{""time"":6622,""label"":""hovered"",""timeHovered"":11191,""week"":""2022-01-10""},{""time"":34931,""label"":""tour_next"",""step"":5},{""time"":59855,""label"":""cleared_brush"",""using"":""click""},{""time"":66657,""label"":""cleared_brush"",""using"":""click""},{""label"":""window_blurred"",""time"":80936},{""label"":""window_focused"",""time"":99234},{""time"":102771,""label"":""cleared_brush"",""using"":""click""},{""time"":113476,""label"":""cleared_brush"",""using"":""click""},{""time"":117709,""label"":""cleared_brush"",""using"":""click""},{""time"":134633,""label"":""cleared_brush"",""using"":""click""},{""time"":135256,""label"":""cleared_brush"",""using"":""click""},{""time"":137032,""label"":""cleared_brush"",""using"":""click""},{""time"":154064,""label"":""started_brush"",""startDate"":""2021-12-04"",""endDate"":""2022-02-09""},{""time"":155314,""label"":""tour_next"",""step"":5},{""time"":166261,""label"":""moved_brush"",""startDate"":""2021-12-08"",""endDate"":""2022-02-13""},{""time"":168405,""label"":""moved_brush"",""startDate"":""2021-12-08"",""endDate"":""2022-02-13""},{""time"":169513,""label"":""tour_next"",""step"":5},{""time"":178366,""label"":""moved_brush"",""startDate"":""2021-12-08"",""endDate"":""2022-02-13""},{""time"":178700,""label"":""moved_brush"",""startDate"":""2021-12-08"",""endDate"":""2022-02-13""},{""time"":186201,""label"":""moved_brush"",""startDate"":""2021-11-18"",""endDate"":""2022-01-24""},{""time"":194302,""label"":""moved_brush"",""startDate"":""2021-12-08"",""endDate"":""2022-02-13""},{""time"":196877,""label"":""moved_brush"",""startDate"":""2021-12-08"",""endDate"":""2022-02-13""},{""time"":197214,""label"":""moved_brush"",""startDate"":""2021-12-08"",""endDate"":""2022-02-13""},{""time"":198579,""label"":""moved_brush"",""startDate"":""2021-12-08"",""endDate"":""2022-02-13""},{""time"":228837,""label"":""cleared_brush"",""using"":""click""},{""time"":228840,""label"":""cleared_brush"",""using"":""Escape""},{""time"":231783,""label"":""tour_next"",""step"":5},{""time"":241350,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690228043464,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":2045,""label"":""hovered"",""timeHovered"":1614,""week"":""2021-09-13""}]}",1,complex,line -2023-07-24 15:38:23,2023-07-24 15:54:18,0,68.7.71.138,100,955,1,2023-07-24 15:54:19,R_8Cy9v4EhmNgqbu1,,,,,32.6917,-117.1151,anonymous,EN,1,6.869,6.869,8.88,1,1,3,2,8.738,16.741,22.443,2,0,0,15.013,0,96,97,81,17.631,23.966,25.516,3,16.067,23.344,63.625,2,1,1,70.126,88.518,89.87,2,-3,-3,12.391,109.895,113.705,7,-1,84.896,84.896,85.947,1,0,0,15.007,0,6,5,5,6,3,6,,47.715,62.503,64.86,6,6,5,5,3,4,5,"Because of the type of graph that is used. The bars stacking on each other can be a little misleading because the total amount the bars add up to has to be subtracted from the other element it's paired with to get an accurate number, you can't simply look at the side of the graph and tell what the count is for each case.",1.841,151.008,151.601,5,2,,11.371,12.201,15.478,2,2,7,3,4,1,5,6,0,0,14.475,0,5,9,8,8,7,9,10,8,,10.193,35.625,37.644,8,4,3,2,2,4,4,7.178,30.103,30.662,6,4,2,4.212,23.141,23.867,6,1,1991,California,6,1,1,,10,,,8,5,1,628f9ef985fa6d3dc816672c@email.prolific.co,4.428,91.435,98.892,20,628f9ef985fa6d3dc816672c,"{""startTime"":1690227798269,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":27,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":13696,""week"":""2"",""id"":""chart""},{""time"":13806,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6717,""week"":""1"",""id"":""chart""}]}","{""startTime"":1690227864165,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690227603345,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":16064,""label"":""tour_next"",""step"":2},{""time"":23341,""label"":""tour_end"",""step"":2},{""time"":24416,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3061,""week"":""52"",""id"":""chart""},{""time"":28610,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2143,""week"":""2"",""id"":""chart""},{""time"":31115,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1459,""week"":""52"",""id"":""chart""},{""time"":36269,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":26312,""week"":""43"",""id"":""chart""}]}","{""startTime"":1690227782635,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":8885,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2189,""week"":""3"",""id"":""chart""}]}",1,moderate,bar -2023-07-24 15:25:29,2023-07-24 15:54:40,0,73.247.203.6,100,1750,1,2023-07-24 15:54:40,R_1N3RZmsEFvA7AnW,,,,,41.5094,-87.8248,anonymous,EN,1,287.228,287.228,298.692,1,2,,2,2.691,2.691,4.729,1,0,0,15.108,0,66,27,25,30.428,42.195,47.36,4,3.758,71.358,73.175,12,1,1,58.336,69.293,71.37,2,-3,1,145.601,172.353,174.25,2,-3,13.078,51.67,54.788,6,0,0,15.014,0,5,3,5,6,3,5,,185.528,214.898,218.548,6,3,3,4,2,4,5,"Guessing this is probably accurate to the best of their ability. ",6.803,185.07,188.133,4,2,,24.753,24.753,26.551,1,2,7,3,4,1,5,6,0,0,17.826,0,3,2,3,4,2,5,5,3,,261.92,275.229,276.674,10,3,4,2,2,4,4,13.579,75.285,78.586,8,4,2,7.885,14.718,19.898,3,1,1976,Illinois,6,2,1,,9,,Alsip,14,4,1,goodguy7@gmail.com,3.223,56.42,62.162,16,60d88604c5043e278f740608,"{""startTime"":1690227253803,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":48377},{""label"":""window_focused"",""time"":130957},{""label"":""window_blurred"",""time"":131883},{""label"":""window_focused"",""time"":133654}]}","{""startTime"":1690227472920,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690227109141,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":10642,""label"":""tour_next"",""step"":5},{""time"":28504,""label"":""cleared_brush"",""using"":""Click""},{""time"":31299,""label"":""started_brush"",""startDate"":""2021-06-10"",""endDate"":""2021-09-27""},{""time"":32499,""label"":""tour_next"",""step"":5},{""time"":37700,""label"":""started_brush"",""startDate"":""2021-10-10"",""endDate"":""2022-01-15""},{""time"":40948,""label"":""started_brush"",""startDate"":""2021-06-29"",""endDate"":""2021-10-04""},{""time"":43406,""label"":""moved_brush"",""startDate"":""2021-08-25"",""endDate"":""2021-11-30""},{""time"":45450,""label"":""moved_brush"",""startDate"":""2021-09-24"",""endDate"":""2021-12-30""},{""time"":46201,""label"":""tour_next"",""step"":5},{""time"":53912,""label"":""cleared_brush"",""using"":""Click""},{""time"":55099,""label"":""tour_next"",""step"":5},{""time"":59218,""label"":""tour_end"",""step"":5},{""time"":64297,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3683,""week"":""51"",""id"":""chart""},{""time"":68099,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2480,""week"":""1"",""id"":""chart""}]}","{""startTime"":1690227238366,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar -2023-07-24 15:32:26,2023-07-24 15:54:52,0,75.190.180.178,100,1346,1,2023-07-24 15:54:52,R_a4t7YrPWIhyEpi1,,,,,35.2494,-81.3812,anonymous,EN,1,31.991,47.283,60.141,27,1,2,2,19.841,27.782,30.425,6,11.384,11.836,15.013,2,82,52,60,3.024,82.005,84.042,18,11.543,222.988,224.586,28,-3,-2,43.956,100.547,102.273,7,-3,-1,3.247,69.767,71.258,7,1,13.152,45.764,47.439,4,0,0,15.007,0,6,5,6,6,5,6,Took me a few minutes to understand the chart/graph but easy after that.,2.847,37.961,102.032,10,6,5,5,5,3,6,The source is reputable and reflects the data I've seen elsewhere.,5.041,80.209,93.314,6,6,,17.415,23.692,26.757,5,2,3,4,5,1,6,7,14.96,37.195,38.696,2,4,6,8,7,8,7,10,10,,9.722,41.728,44.301,11,4,4,1,2,4,4,12.107,36.962,39.081,8,2,1,4.569,20.117,22.139,6,1,1959,North Carolina,2,2,1,,7,,,4,3,1,jlmooney1@aol.com,3.466,190.043,191.806,110,5ee93b8a0757731be7ee6374,"{""startTime"":1690227708169,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690227810587,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690227419050,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":22,""label"":""tour_started""},{""time"":34166,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":18657,""week"":""52"",""id"":""chart""},{""time"":52890,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5568,""week"":""1"",""id"":""chart""},{""time"":59143,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3116,""week"":""50"",""id"":""chart""},{""time"":65105,""label"":""tour_next"",""step"":5},{""time"":115742,""label"":""tour_back"",""step"":5},{""time"":115931,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1533,""week"":""51"",""id"":""chart""},{""time"":118348,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1217,""week"":""2"",""id"":""chart""},{""time"":131687,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1705,""week"":""49"",""id"":""chart""},{""time"":141170,""label"":""tour_next"",""step"":5},{""time"":150828,""label"":""cleared_brush"",""using"":""Click""},{""time"":155500,""label"":""started_brush"",""startDate"":""2021-10-27"",""endDate"":""2021-12-02""},{""time"":158012,""label"":""tour_next"",""step"":5},{""time"":178394,""label"":""moved_brush"",""startDate"":""2021-10-29"",""endDate"":""2021-12-04""},{""time"":181128,""label"":""moved_brush"",""startDate"":""2021-11-02"",""endDate"":""2021-12-08""},{""time"":201033,""label"":""tour_next"",""step"":5},{""time"":209987,""label"":""cleared_brush"",""using"":""Click""},{""time"":209987,""label"":""cleared_brush"",""using"":""Escape""},{""time"":212688,""label"":""tour_next"",""step"":5},{""time"":219306,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690227692443,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar -2023-07-24 15:41:56,2023-07-24 15:55:29,0,47.13.39.35,100,813,1,2023-07-24 15:55:30,R_TkgR1XBgVW5hGp3,,,,,36.213,-86.3011,anonymous,EN,1,6.536,15.956,18.189,8,1,2,2,3.403,11.299,12.921,3,8.265,13.773,16.009,3,80,74,39,7.441,19.496,20.801,5,5.274,18.944,21.851,4,-1,1,9.486,92.071,95.122,7,1,-1,4.439,45.687,47.343,6,-3,2.541,18.565,19.874,6,7.038,7.038,15.021,1,5,3,5,4,4,5,,2.932,11.966,15.159,6,5,3,5,6,4,5,BECAUSE I HAVE TRUST ISSUES,9.024,68.727,74.478,6,4,,5.629,9.385,10.924,2,1,2,3,4,5,6,7,10.369,10.369,22.626,1,5,8,7,6,10,5,7,7,,4.708,25.284,27.187,11,2,4,4,3,3,4,4.987,17.08,18.984,7,2,2,6.527,21.626,24.209,5,2,1950,Tennessee,6,1,1,,3,,,12,4,1,,3.208,159.168,160.862,32,6474b1097dd64a6e3ed25afd,"{""startTime"":1690228174886,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690228060857,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690227924207,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":9569,""label"":""tour_next"",""step"":2},{""time"":15787,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690228044035,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar -2023-07-24 15:38:55,2023-07-24 15:56:06,0,138.229.156.139,100,1030,1,2023-07-24 15:56:06,R_1ilJhXfW43zUdsi,,,,,34.1438,-117.2548,anonymous,EN,1,3.692,3.692,4.96,1,1,3,2,6.985,11.252,12.455,2,0,0,15.009,0,82,97,55,28.355,37.013,38.384,3,24.38,38.045,40.192,2,1,1,122.162,143.242,145.403,2,-3,1,48.731,62.148,64.577,2,-3,30.655,30.655,32.604,1,0,0,15.012,0,5,5,5,6,6,4,n/a,16.209,130.239,133.687,9,6,6,5,6,6,6,"I was instructed that in this section I was to think of myself as trusting the visual data. Under that mindset, I would be expected to trust this visualization.",7.504,188.748,191.016,11,3,n/a,12.021,20.326,23.581,3,2,7,3,4,1,5,6,0,0,41.385,0,2,3,6,4,3,6,5,6,n/a,20.731,41.739,45.467,9,3,4,2,2,4,4,26.284,53.532,54.758,6,4,3,13.779,21.916,23.984,2,1,1970,California,3,3,1,,3,,,1,1,1,,3.238,70.147,74.301,13,643a2952413aace3f4e6d61b,"{""startTime"":1690227836542,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690227970983,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690227632793,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":26,""label"":""tour_started""},{""time"":19437,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4114,""week"":""52"",""id"":""chart""},{""time"":24367,""label"":""tour_next"",""step"":2},{""time"":34649,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1918,""week"":""52"",""id"":""chart2""},{""time"":38032,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690227820367,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":1526,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1280,""week"":""1"",""id"":""chart""},{""time"":9926,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1060,""week"":""52"",""id"":""chart2""}]}",1,simple,bar -2023-07-24 15:50:46,2023-07-24 15:56:56,0,192.240.59.181,100,370,1,2023-07-24 15:56:57,R_2UbwQausFszQTlm,,,,,37.9694,-86.1113,anonymous,EN,1,4.708,4.708,5.516,1,1,4,2,1.858,4.963,7.606,2,12.553,12.553,15.117,1,100,96,72,7.513,11.372,12.631,3,4.201,8.026,8.553,3,-1,-3,36.53,51.417,52.369,2,-3,1,13.871,33.169,34.372,3,-3,15.208,15.208,16.024,1,6.808,6.808,15.011,1,7,7,7,7,7,7,,4.078,12.87,14.901,8,7,7,7,7,7,7,It reflects the data accurately,1.591,1.591,16.345,1,6,,7.228,7.228,8.349,1,2,7,3,4,1,5,6,0,0,20.25,0,5,8,2,10,8,2,11,8,,4.389,16.678,18.353,9,5,5,1,1,5,5,8.495,21.335,22.193,6,1,4,1.724,6.525,8.224,2,1,1960,Kentucky,6,2,1,,7,,,11,4,2,,1.579,53.803,62.01,13,60c770aa2d2928bfda4c7cd4,"{""startTime"":1690228359954,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690228375676,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690228300516,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":30,""label"":""tour_started""},{""time"":4190,""label"":""tour_next"",""step"":2},{""time"":5501,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690228344397,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar -2023-07-24 15:34:07,2023-07-24 15:57:02,0,32.215.21.135,100,1374,1,2023-07-24 15:57:02,R_3KuaOP38m3J5wSB,,,,,41.5481,-73.0012,anonymous,EN,1,2.171,69.215,70.988,2,1,2,2,4.043,10.086,12.207,3,0,0,15.014,0,3,100,0,41.189,76.567,77.61,13,3.116,319.095,320.574,40,-2,1,3.012,38.3,40.346,16,1,-3,4.372,43.071,44.228,11,-2,16.701,47.766,49.534,11,0,0,15.012,0,4,4,4,6,6,4,,4.972,44.832,47.796,16,6,6,6,6,6,4,"i agree with the of the amount of senior that were vaccinated wouldve been alot more ",15.942,140.938,142.373,9,2,,13.562,18.971,22.781,12,2,7,3,4,1,5,6,19.978,54.589,56.403,14,2,1,2,1,5,6,1,6,,12.168,36.326,40.98,16,3,3,1,2,5,3,26.667,65.388,66.789,17,4,2,19.239,35.538,36.78,11,2,1971,Connecticut,2,2,1,,3,,,2,5,1,tati1129@yahoo.com,4.888,213.283,214.519,107,645d33ec4a2f50e44e027000,"{""startTime"":1690228036830,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690227833624,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690227445952,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":47,""label"":""tour_started""},{""time"":38492,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1314,""week"":""4"",""id"":""chart""},{""time"":62661,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1322,""week"":""47"",""id"":""chart""},{""time"":63984,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1681,""week"":""47"",""id"":""chart""},{""time"":65665,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7476,""week"":""47"",""id"":""chart""},{""time"":76138,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":27239,""week"":""36"",""id"":""chart""},{""time"":105942,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4894,""week"":""46"",""id"":""chart""},{""time"":111587,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1630,""week"":""46"",""id"":""chart""},{""time"":113220,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2894,""week"":""46"",""id"":""chart""},{""time"":116850,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1312,""week"":""46"",""id"":""chart""},{""time"":119097,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":12086,""week"":""50"",""id"":""chart""},{""time"":133309,""label"":""tour_next"",""step"":5},{""time"":174080,""label"":""cleared_brush"",""using"":""Click""},{""time"":209847,""label"":""tour_back"",""step"":5},{""time"":218385,""label"":""tour_next"",""step"":5},{""time"":240132,""label"":""started_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-07-31""},{""time"":245079,""label"":""tour_next"",""step"":5},{""time"":259421,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-08-31""},{""time"":262099,""label"":""tour_next"",""step"":5},{""time"":270209,""label"":""cleared_brush"",""using"":""Click""},{""time"":270209,""label"":""cleared_brush"",""using"":""Escape""},{""time"":275452,""label"":""tour_next"",""step"":5},{""time"":288241,""label"":""tour_end"",""step"":5},{""time"":305300,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":3783,""week"":""52"",""id"":""chart""}]}","{""startTime"":1690227817758,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar -2023-07-24 15:40:32,2023-07-24 15:57:20,0,166.199.100.53,100,1007,1,2023-07-24 15:57:20,R_3J4dwogTBhRILEP,,,,,28.3056,-81.4197,anonymous,EN,1,7.267,7.267,9.034,1,1,2,1,2.218,4.585,5.626,2,0,0,15.01,0,100,100,33,14.084,29.202,34.261,7,93.396,104.197,135.36,2,1,1,29.114,72.017,100.9,2,1,1,83.413,101.981,108.579,2,1,62.476,62.476,64.07,1,0,0,15.114,0,6,5,5,7,6,6,,15.464,30.782,49.079,6,7,7,7,7,6,7,It comes from reliable source,59.533,111.184,112.664,11,2,,7.43,8.613,11.723,2,2,7,3,4,1,5,6,0,0,26.809,0,7,7,9,8,9,8,9,8,,4.828,19.312,21.675,8,1,2,3,5,1,2,4.757,41.56,42.591,7,5,1,3.635,12.818,14.6,3,1,1972,Florida,3,2,1,,4,,,7,2,2,,2.855,124.556,127.971,24,638bf09f93783f7b1f43dbd0,"{""startTime"":1690228159688,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690227988427,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":17599,""label"":""hovered"",""timeHovered"":4923,""week"":""2021-11-22""}]}","{""startTime"":1690227734075,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":4956,""label"":""hovered"",""timeHovered"":1465,""week"":""2022-01-10""},{""time"":93388,""label"":""tour_next"",""step"":2},{""time"":104189,""label"":""tour_end"",""step"":2},{""time"":110661,""label"":""hovered"",""timeHovered"":1138,""week"":""2021-08-16""},{""time"":112813,""label"":""hovered"",""timeHovered"":2209,""week"":""2021-08-30""},{""time"":123275,""label"":""hovered"",""timeHovered"":2703,""week"":""2021-12-27""},{""time"":131525,""label"":""hovered"",""timeHovered"":2351,""week"":""2021-12-27""}]}","{""startTime"":1690227972065,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line -2023-07-24 15:47:46,2023-07-24 15:58:07,0,75.186.106.35,100,620,1,2023-07-24 15:58:08,R_1mDUDLKdEnFIv8R,,,,,39.4057,-87.4026,anonymous,EN,1,6.72,6.72,8.581,1,2,,2,1.248,1.248,2.49,1,0,0,15.127,0,25,67,50,13.471,21.904,22.991,4,25.261,29.732,31.596,2,1,1,10.717,26.541,28.352,2,1,1,11.347,45.563,48.018,4,-3,48.603,48.603,54.776,1,8.206,8.206,15.026,1,4,2,3,5,5,4,"Why are you all still banging on about covid? It's obvious that the vaccines don't work. Plenty of vaccinated people have realized that, much less skeptics like me.",8.359,21.927,65.798,7,2,5,4,2,2,4,"What is the relevance of ""cases"" of covid? Are they still using PCR tests with high cycle counts? There's no information about hospitalizations or deaths. And if the vaccines worked, why are so many vaccinated people still getting covid in 2022? ",1.965,1.965,69.947,1,4,"Thanks for continuing to share your covid grant funds with sceptics. Unfortunatelly, it does appear that you all are back to trying to prove that we are stupid. Again, ""cases"" of the disease are not relevant - it's hospitalizations and deaths.",3.405,57.478,90.89,4,2,3,4,5,1,6,7,0,0,9.711,0,2,1,3,3,2,4,3,2,,4.001,18.728,22.204,10,2,4,2,2,3,4,6.191,18.43,19.801,6,2,2,3.002,8.761,14.258,2,2,1956,Indiana,7,3,1,,7,,,3,4,1,5e230311699ac45b327786dc@email.prolific.co,2.567,48.392,50.839,14,5e230311699ac45b327786dc,"{""startTime"":1690228326047,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690228232364,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690228135244,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":22159,""label"":""hovered"",""timeHovered"":1224,""week"":""2022-01-03""},{""time"":25234,""label"":""tour_next"",""step"":2},{""time"":29705,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690228216493,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line -2023-07-24 15:51:19,2023-07-24 15:58:28,0,69.247.76.167,100,428,1,2023-07-24 15:58:28,R_8DhTgEAaQfFdsnT,,,,,35.0706,-106.5066,anonymous,EN,1,3.399,3.399,4.315,1,1,3,1,2.655,4.823,5.805,3,0,0,15.007,0,3,10,51,16.328,22.292,24.113,4,14.947,19.112,29.883,2,-2,-3,23.678,32.559,33.676,2,1,-2,15.709,59.607,61.049,5,-2,13.119,13.119,14.028,1,0,0,15.107,0,6,4,2,5,7,5,,3.548,20.358,21.781,7,4,5,5,5,5,6,It was put out by the WHO,2.617,2.617,12.45,1,6,,2.874,3.804,5.303,3,2,7,3,4,1,5,6,0,0,13.907,0,4,5,11,8,5,6,8,11,,3.108,13.136,15.338,8,5,5,2,2,5,5,3.139,13.517,14.369,6,4,1,3.133,6.603,7.991,2,2,1963,New Mexico,6,1,1,,7,,,14,4,1,Carolyndebion63@aol.com,2.664,76.661,80.198,22,5be4c11a468be0000103e5d8,"{""startTime"":1690228456746,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690228479272,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690228348418,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":14938,""label"":""tour_next"",""step"":2},{""time"":19104,""label"":""tour_end"",""step"":2},{""time"":20586,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1980,""week"":""51"",""id"":""chart""},{""time"":22758,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1399,""week"":""50"",""id"":""chart""},{""time"":26529,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2222,""week"":""43"",""id"":""chart""}]}","{""startTime"":1690228440846,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":4372,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2662,""week"":""50"",""id"":""chart""},{""time"":7184,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2536,""week"":""2"",""id"":""chart""},{""time"":10582,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1324,""week"":""31"",""id"":""chart""}]}",1,moderate,bar -2023-07-24 15:19:12,2023-07-24 16:00:29,0,35.137.45.62,100,2477,1,2023-07-24 16:00:30,R_3nSj8iTUdid3f09,,,,,28.2137,-82.6809,anonymous,EN,1,273.657,273.657,276.241,1,1,3,2,13.615,19.601,23.142,2,0,0,15.015,0,96,98,50,44.085,96.903,100.303,5,39.393,56.533,126.386,2,1,-1,99.682,162.704,165.7,2,-2,-3,127.959,198.644,202.689,2,1,121.502,121.502,124.164,1,0,0,15.11,0,4,4,4,4,4,4,"I am afraid I did not understand the last of this study. The previous page did not make any sense to me at all. It gave directions like CLick to write statement 1. As if it was looking at a template for the stud,y so I answered asdf for all lines. This last page was confusing as well because it states disregard the visualization above but all questions were pertaining to said visualization. In this case, I selected neither agree or disagree for all lines. My apologies if my responses cannot be used..",87.167,448.932,452.444,19,6,6,6,4,4,3,I do not know how accurate the data can be when there isn't any interaction with the actual data upon hover.,8.408,214.685,217.753,10,7,,12.376,13.677,19.95,2,2,7,3,4,1,5,6,0,0,51.929,0,6,6,8,6,7,7,8,9,No comments at this time besides my previous comments regarding confusing study question pages.,13.428,50.399,84.917,9,3,3,3,2,3,4,29.084,93.605,108.416,7,4,3,29.789,48.301,51.501,2,2,1972,Florida,3,2,1,,7,,,5,4,2,,6.451,184.296,187.814,15,63d79678fb8c1b9072646c0a,"{""startTime"":1690227562204,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":189255},{""label"":""window_focused"",""time"":207165},{""label"":""window_blurred"",""time"":234380},{""label"":""window_focused"",""time"":254145}]}","{""startTime"":1690227191645,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":94,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":81689,""week"":""2"",""id"":""chart""}]}","{""startTime"":1690226844748,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":38,""label"":""tour_started""},{""time"":13134,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1019,""week"":""4"",""id"":""chart""},{""time"":39283,""label"":""tour_next"",""step"":2},{""time"":56423,""label"":""tour_end"",""step"":2},{""time"":59430,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":16127,""week"":""51"",""id"":""chart""},{""time"":75758,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":28472,""week"":""52"",""id"":""chart""},{""time"":105742,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":14901,""week"":""30"",""id"":""chart""},{""time"":121198,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1461,""week"":""39"",""id"":""chart""}]}","{""startTime"":1690227175471,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":9907,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3158,""week"":""1"",""id"":""chart""}]}",1,moderate,bar -2023-07-24 15:49:52,2023-07-24 16:01:24,0,70.120.0.168,100,691,1,2023-07-24 16:01:25,R_22YzTZXePlMhBSV,,,,,29.4227,-98.4927,anonymous,EN,1,22.27,22.27,24.96,1,1,2,2,2.25,5.698,8.178,2,0,0,15.119,0,100,100,100,14.626,25.409,26.464,3,17.038,29.118,30.126,5,1,1,21.054,38.71,51.644,3,1,1,34.521,52.888,55.171,3,1,32.974,32.974,42.698,1,0,0,15.122,0,6,6,5,7,7,6,"Whethere the CDC data is accurate, it is the known and available source for this kind of data and is considered as accurate as any in the US.",8.6,28.631,79.013,8,6,7,7,4,6,7,The data is clear and easy to understand. It's purpose is clear.,4.451,4.451,45.163,1,3,,6.196,8.98,11.54,4,2,7,3,4,1,5,6,19.48,19.48,20.008,1,3,3,1,2,2,3,8,8,,7.457,29.809,32.34,8,5,4,1,2,3,5,12.325,39.029,40.823,6,3,1,6.213,11.285,15.654,2,2,1957,Texas,9,2,1,,7,,,10,3,1,lakedeb03@yahoo.com,3.792,106.136,114.655,25,5f48e3d7f998433ac6356ad4,"{""startTime"":1690228460232,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690228383203,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690228283540,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":6305,""label"":""hovered"",""timeHovered"":3051,""week"":""2021-11-22""},{""time"":10282,""label"":""hovered"",""timeHovered"":2091,""week"":""2021-11-22""},{""time"":16884,""label"":""tour_next"",""step"":2},{""time"":20356,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690228367293,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":5639,""label"":""hovered"",""timeHovered"":2364,""week"":""2022-01-03""}]}",1,simple,line -2023-07-24 15:54:37,2023-07-24 16:02:06,0,73.7.178.71,100,448,1,2023-07-24 16:02:07,R_rjcZSh6fBkkKpkR,,,,,33.7474,-84.3747,anonymous,EN,1,3.385,3.385,4.301,1,1,2,2,2.21,5.041,6.14,3,0,0,15.111,0,100,100,41,3.568,9.503,10.481,5,3.514,11.424,12.839,3,1,1,43.347,74.023,75.642,2,1,-3,44.328,59.004,84.872,2,-2,38.81,38.81,50.788,1,0,0,15.014,0,7,6,7,7,7,7,,5.758,9.891,14.719,6,6,6,6,6,5,6,"This data seems believable ",1.376,1.376,13.045,1,4,,2.979,4.796,6.565,3,1,3,5,6,4,2,7,0,0,18.352,0,7,6,7,6,5,7,9,9,,6.269,19.352,19.683,9,1,5,1,1,5,4,3.914,16.21,16.502,10,4,2,2.566,8.133,9.634,2,2,1960,Georgia,3,1,1,,7,,,9,3,1,,2.007,41.41,43.35,11,6134d9cf96a9c6192e24866d,"{""startTime"":1690228639352,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690228654813,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690228524322,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":38,""label"":""tour_started""},{""time"":3481,""label"":""tour_next"",""step"":2},{""time"":5729,""label"":""tour_end"",""step"":2},{""time"":10671,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1016,""week"":""2"",""id"":""chart""}]}","{""startTime"":1690228623739,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar -2023-07-24 15:50:10,2023-07-24 16:02:40,0,174.104.171.136,100,750,1,2023-07-24 16:02:41,R_2lXwflKTpJFNlBf,,,,,41.5066,-81.6111,anonymous,EN,1,7.952,7.952,22.281,1,2,,1,3.09,3.09,4.513,1,0,0,15.121,0,98,40,50,18.349,33.357,37.337,4,36.871,157.335,165.336,17,1,1,30.151,44.291,46.826,2,-3,-3,53.837,82.484,84.21,2,-2,27.357,27.357,35.81,1,0,0,15.024,0,6,4,6,4,5,5,,16.356,30.856,35.703,6,4,4,4,3,2,5,I don't know if there is more info that should be included,4.63,6.738,33.97,3,5,,4.318,5.193,8.54,2,2,7,3,4,1,5,6,0,0,26.238,0,6,6,6,6,9,6,10,9,,7.698,28.361,32.349,9,3,3,3,3,4,3,3.625,21.023,23.497,6,2,2,4.06,14.737,17.521,2,2,1960,Ohio,4,3,1,,7,,,4,4,1,614fca8245a450546842e487@email.prolific.co,4.372,58.137,68.962,13,614fca8245a450546842e487,"{""startTime"":1690228604607,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690228531143,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690228313445,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":15475,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1948,""week"":""47"",""id"":""chart""},{""time"":19952,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1021,""week"":""52"",""id"":""chart""},{""time"":22632,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":10724,""week"":""52"",""id"":""chart""},{""time"":36864,""label"":""tour_next"",""step"":5},{""time"":62333,""label"":""cleared_brush"",""using"":""Click""},{""time"":93365,""label"":""started_brush"",""startDate"":""2021-07-01"",""endDate"":""2021-10-31""},{""time"":94666,""label"":""tour_next"",""step"":5},{""time"":118482,""label"":""moved_brush"",""startDate"":""2021-07-08"",""endDate"":""2021-11-08""},{""time"":133458,""label"":""moved_brush"",""startDate"":""2021-08-12"",""endDate"":""2021-12-13""},{""time"":135041,""label"":""tour_next"",""step"":5},{""time"":147285,""label"":""cleared_brush"",""using"":""Click""},{""time"":147285,""label"":""cleared_brush"",""using"":""Escape""},{""time"":149381,""label"":""tour_next"",""step"":5},{""time"":157328,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690228515656,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar -2023-07-24 15:47:22,2023-07-24 16:02:59,0,136.56.152.185,100,937,1,2023-07-24 16:03:00,R_12SlCtPz9rJzZrd,,,,,35.8332,-78.8473,anonymous,EN,1,40.502,40.502,41.879,1,1,3,2,7.618,9.853,10.607,3,0,0,15.111,0,50,100,50,19.609,31.752,32.841,6,12.474,31.173,43.956,2,1,1,70.271,85.166,87.624,2,-2,-3,63.547,92.187,93.494,2,-3,44.033,44.033,45.858,1,0,0,15.107,0,4,7,6,7,7,6,,10.726,31.826,34.617,6,6,7,6,4,4,6,I am assuming that the CDC has accurately collected the information on which this visualization is based and displayed it without manipulation.,3.898,3.898,47.389,1,5,,7.576,7.576,8.748,1,2,7,3,4,1,5,6,0,0,28.172,0,1,6,3,3,1,1,9,6,,8.254,31.907,34.448,8,5,4,1,1,5,5,4.656,23.322,24.629,6,3,2,4.615,17.312,18.501,2,1,1959,North Carolina,6,2,1,,7,,,8,4,1,6152095d0b65b445c020dab6@email.prolific.co,4.569,297.862,303.391,17,6152095d0b65b445c020dab6,"{""startTime"":1690228301974,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690228337024,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690228154117,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":8045,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2785,""week"":""52"",""id"":""chart""},{""time"":12468,""label"":""tour_next"",""step"":2},{""time"":18645,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4029,""week"":""18"",""id"":""chart2""},{""time"":24197,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5934,""week"":""52"",""id"":""chart2""},{""time"":31167,""label"":""tour_end"",""step"":2},{""time"":38077,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4647,""week"":""32"",""id"":""chart""}]}","{""startTime"":1690228286459,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":8001,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2100,""week"":""50"",""id"":""chart""},{""time"":10841,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1625,""week"":""4"",""id"":""chart""}]}",1,simple,bar -2023-07-24 15:39:44,2023-07-24 16:03:39,0,74.90.200.198,100,1434,1,2023-07-24 16:03:40,R_BEqFvwMbrXIlSff,,,,,40.9476,-73.8624,anonymous,EN,1,37.61,38.897,39.986,2,1,2,2,33.652,40.245,43.004,3,5.835,5.835,15.017,1,58,59,73,11.05,20.125,21.263,7,11.109,24.047,25.236,11,1,-3,2.286,5.717,7.16,3,1,-2,3.431,63.027,64.111,20,-3,2.963,5.666,6.783,3,3.234,12.11,15.013,5,5,5,5,6,4,6,none,68.294,78.945,82.133,9,6,5,5,5,5,6,"The visualization gave a detailed information ",6.601,294.117,295.519,14,4,,2.768,10.92,12.199,3,2,1,4,3,7,5,6,2.637,16.083,17.17,3,8,7,8,9,9,7,6,7,,1.46,19.93,21.475,11,4,4,3,3,4,3,1.926,11.415,12.635,9,7,3,2.141,17.054,18.342,7,2,1965,New York,7,1,1,,7,,,14,1,1,Krnletter@gmail.com,10.332,636.935,637.988,61,647660ef7bc13de7eaf0c76e,"{""startTime"":1690227899429,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690227982648,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690227790929,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":20330,""label"":""tour_next"",""step"":2},{""time"":22213,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690227882345,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line -2023-07-24 15:26:37,2023-07-24 16:03:53,0,128.97.55.18,100,2235,1,2023-07-24 16:03:53,R_3DwJjDINjQm02Q4,,,,,34.0544,-118.2441,anonymous,EN,1,13.525,13.525,15.342,1,1,3,1,3.809,5.157,6.6,2,0,0,15.109,0,91,81,66,11.459,19.396,20.324,3,4.307,1485.216,1535.644,49,1,-2,15.292,27.059,28.863,2,-3,1,61.808,76.229,78.273,2,1,23.862,23.862,25.219,1,0,0,15.01,0,6,6,6,6,6,6,,6.88,15.242,23.155,8,6,6,6,4,4,6,It seems the data accurately represents the number of covid infections,1.92,9.386,53.572,6,5,,9.228,10.378,11.142,2,2,7,3,4,1,5,6,14.093,14.093,17.177,1,4,7,7,7,7,5,9,9,,4.713,18.875,21.057,8,4,4,2,2,4,4,11.041,23.267,23.999,7,4,1,3.528,9.703,11.534,2,2,1973,California,6,2,1,,4,,,13,2,1,jyjreyes@yahoo.com,1.895,67.578,72.356,29,63f57759284ce2f495e4442d,"{""startTime"":1690228662217,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690228685972,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690227084688,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":4301,""label"":""tour_next"",""step"":5},{""time"":14920,""label"":""tour_back"",""step"":5},{""time"":18552,""label"":""tour_next"",""step"":5},{""time"":24341,""label"":""tour_back"",""step"":5},{""time"":36679,""label"":""tour_next"",""step"":5},{""time"":39378,""label"":""cleared_brush"",""using"":""click""},{""label"":""window_blurred"",""time"":1399614},{""label"":""window_focused"",""time"":1401539},{""time"":1407617,""label"":""tour_back"",""step"":5},{""time"":1410379,""label"":""hovered"",""timeHovered"":1498,""week"":""2021-07-26""},{""time"":1412710,""label"":""hovered"",""timeHovered"":1100,""week"":""2022-01-03""},{""time"":1416886,""label"":""tour_next"",""step"":5},{""time"":1423092,""label"":""tour_back"",""step"":5},{""time"":1413876,""label"":""hovered"",""timeHovered"":10300,""week"":""2021-12-27""},{""time"":1432742,""label"":""hovered"",""timeHovered"":1500,""week"":""2021-11-01""},{""time"":1434592,""label"":""hovered"",""timeHovered"":2100,""week"":""2021-10-18""},{""time"":1437634,""label"":""tour_next"",""step"":5},{""time"":1448068,""label"":""started_brush"",""startDate"":""2021-05-06"",""endDate"":""2022-02-10""},{""time"":1449652,""label"":""tour_next"",""step"":5},{""time"":1453322,""label"":""moved_brush"",""startDate"":""2021-05-06"",""endDate"":""2022-02-10""},{""time"":1455759,""label"":""moved_brush"",""startDate"":""2021-05-08"",""endDate"":""2022-02-13""},{""time"":1456595,""label"":""tour_next"",""step"":5},{""time"":1472298,""label"":""moved_brush"",""startDate"":""2021-05-08"",""endDate"":""2022-02-13""},{""time"":1476363,""label"":""moved_brush"",""startDate"":""2021-05-08"",""endDate"":""2022-02-13""},{""time"":1478885,""label"":""cleared_brush"",""using"":""click""},{""time"":1480101,""label"":""tour_next"",""step"":5},{""time"":1485211,""label"":""tour_end"",""step"":5},{""time"":1489859,""label"":""hovered"",""timeHovered"":26038,""week"":""2022-01-31""},{""time"":1517011,""label"":""hovered"",""timeHovered"":4551,""week"":""2021-07-26""},{""time"":1522211,""label"":""hovered"",""timeHovered"":1503,""week"":""2021-12-06""},{""time"":1524027,""label"":""hovered"",""timeHovered"":1289,""week"":""2022-01-17""},{""time"":1525811,""label"":""hovered"",""timeHovered"":2448,""week"":""2021-05-24""}]}","{""startTime"":1690228646585,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line -2023-07-24 15:53:00,2023-07-24 16:04:05,0,74.72.215.172,100,665,1,2023-07-24 16:04:06,R_2CHtyPgqwQuHiJX,,,,,40.7123,-74.0068,anonymous,EN,1,1.702,8.837,10.416,2,1,3,1,3.469,8.658,10.132,4,0,0,15.114,0,80,84,50,16.59,46.932,49.793,11,14.425,18.915,24.315,2,1,-3,1.48,55.176,66.134,4,-2,1,1.801,105.644,108.144,8,-1,1.902,24.146,25.545,2,1.508,1.508,15.027,1,6,5,6,5,6,6,,9.707,48.509,51.581,11,4,5,5,3,4,5,I think I would like to see the source,14.001,14.001,32.675,1,5,,4.801,8.005,11.284,4,2,7,3,4,1,5,6,16.76,23.964,26.52,5,5,6,8,6,7,6,9,8,,4.278,21.923,24.77,12,3,2,2,3,2,3,2.295,18.326,19.943,8,4,1,3.34,15.151,17.589,5,1,1964,New York,2,2,1,,7,,,8,4,1,,1.501,68.797,78.38,28,5b4d39f2d4c93b00019c8217,"{""startTime"":1690228746746,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690228641654,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690228490452,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":30,""label"":""tour_started""},{""time"":14554,""label"":""tour_next"",""step"":2},{""time"":18984,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690228625078,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line -2023-07-24 15:56:15,2023-07-24 16:04:40,0,69.42.152.128,100,504,1,2023-07-24 16:04:41,R_1Qt5RwmkHlVVfZ3,,,,,42.2478,-73.754,anonymous,EN,1,5.149,5.149,6.692,1,1,4,1,2.598,4.726,6.078,2,0,0,15.011,0,71,100,50,10.964,20.726,23.134,4,20.75,29.859,44.186,2,1,1,24.037,40.261,42.963,2,1,1,29.539,39.486,41.485,2,-3,29.451,29.451,31.079,1,0,0,15.011,0,6,4,6,6,6,6,,18.043,36.402,38.376,7,3,6,4,2,4,6,It concurs with what scientists were saying about the value of vaccinations.,2.698,2.698,23.932,1,6,,4.653,4.653,6.571,1,2,3,4,5,1,6,7,0,0,12.57,0,6,6,8,8,7,6,11,9,,7.41,27.288,30.197,9,2,2,3,4,2,2,11.849,26.459,28.147,6,2,1,2.394,6.936,9.273,2,2,1957,New York,6,3,1,,7,,,14,4,2,,2.001,65.117,70.831,20,5eb6b8ee9351615bd9d99fde,"{""startTime"":1690228805171,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690228741774,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690228638689,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":3,""label"":""tour_started""},{""time"":20749,""label"":""tour_next"",""step"":2},{""time"":29858,""label"":""tour_end"",""step"":2},{""time"":13968,""label"":""hovered"",""timeHovered"":16701,""week"":""2022-01-24""},{""time"":32639,""label"":""hovered"",""timeHovered"":1013,""week"":""2021-05-03""},{""time"":33685,""label"":""hovered"",""timeHovered"":3240,""week"":""2021-05-03""}]}","{""startTime"":1690228726353,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":8625,""label"":""hovered"",""timeHovered"":1829,""week"":""2022-02-07""}]}",1,simple,line -2023-07-24 15:53:06,2023-07-24 16:04:50,0,72.210.65.196,100,703,1,2023-07-24 16:04:50,R_yPbmIoFzSaDWZd7,,,,,32.8458,-83.6762,anonymous,EN,1,2.446,6.645,7.356,6,1,4,2,3.216,4.9,5.627,3,0,0,15.114,0,92,100,88,3.245,32.163,32.86,14,8.958,81.676,82.304,4,-2,-2,3.514,76.162,76.993,22,-3,1,1.635,71.834,73.032,13,1,3.162,57.08,57.976,8,2.866,6.066,15.107,4,6,6,6,6,6,6,,2.012,26.645,28.007,19,7,7,7,2,7,7,"It's from the CDC, which at the time was keeping records on vaccinations and cases. During the pandemic, so much false information was being spread that the ONLY thing I trusted as science--the CDC and Dr. Fauci.",2.588,2.588,76.28,1,6,,5.914,12.427,22.925,6,2,7,3,4,1,5,6,1.804,13.352,14.019,2,2,6,8,7,9,5,10,10,Thank you!,2.317,25.951,26.621,14,5,5,1,2,5,5,2.623,13.355,14.02,8,3,1,1.817,9.817,10.582,6,2,1952,Georgia,7,2,1,,8,Macon,,11,4,1,5f0550bf5819b18476ee8343@email.prolific.co,2.864,96.938,98.647,40,5f0550bf5819b18476ee8343,"{""startTime"":1690228629472,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690228677197,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690228457611,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":19880,""label"":""hovered"",""timeHovered"":3533,""week"":""2021-10-11""},{""time"":24731,""label"":""hovered"",""timeHovered"":2532,""week"":""2022-01-10""},{""time"":29472,""label"":""tour_next"",""step"":2},{""time"":37039,""label"":""tour_end"",""step"":2},{""time"":42168,""label"":""hovered"",""timeHovered"":3753,""week"":""2021-04-12""},{""time"":47001,""label"":""hovered"",""timeHovered"":1945,""week"":""2021-04-12""},{""time"":49574,""label"":""hovered"",""timeHovered"":3764,""week"":""2021-04-12""},{""time"":55722,""label"":""hovered"",""timeHovered"":6126,""week"":""2021-08-23""},{""time"":68613,""label"":""hovered"",""timeHovered"":1351,""week"":""2022-01-10""},{""time"":70001,""label"":""hovered"",""timeHovered"":2760,""week"":""2022-01-10""},{""time"":73035,""label"":""hovered"",""timeHovered"":1001,""week"":""2022-01-10""},{""time"":74096,""label"":""hovered"",""timeHovered"":2964,""week"":""2022-01-10""}]}","{""startTime"":1690228613767,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":9603,""label"":""hovered"",""timeHovered"":1001,""week"":""2021-04-19""}]}",1,moderate,line -2023-07-24 15:40:32,2023-07-24 16:05:07,0,174.64.12.174,100,1474,1,2023-07-24 16:05:07,R_2ykGlEjkT7c6S8o,,,,,30.4042,-91.1431,anonymous,EN,1,10.04,10.04,12.29,1,1,3,2,16.019,18.249,19.979,2,0,0,15.119,0,97,97,70,49.358,66.851,69.01,3,26.173,38.949,63.713,2,1,1,40.076,85.126,89.5,2,1,1,29.33,87.738,91.185,5,1,14.967,70.142,71.701,2,0,0,15.016,0,6,4,6,6,6,6,How does one know it is complete?,14.068,73.077,89.057,7,4,6,6,3,5,6,"It seems accurate, only those making graph know.",7.857,146.583,149.381,4,6,,13.944,15.053,27.493,3,2,7,3,4,1,5,6,0,0,36.34,0,3,6,6,9,9,7,10,9,,11.63,57.871,65.492,9,3,3,2,2,4,3,22.005,71.053,72.582,6,1,1,8.494,17.124,20.245,2,1,1940,Louisiana,7,2,1,,8,BATON ROUGE,,3,4,1,6151f8d17451289b4a59a6a8@email.prolific.co,5.769,476.811,482.211,110,6151f8d17451289b4a59a6a8,"{""startTime"":1690227935555,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690228025115,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690227765992,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":15671,""label"":""hovered"",""timeHovered"":8784,""week"":""2021-11-08""},{""time"":26158,""label"":""tour_next"",""step"":2},{""time"":38944,""label"":""tour_end"",""step"":2},{""time"":40316,""label"":""hovered"",""timeHovered"":1142,""week"":""2021-12-20""},{""time"":42142,""label"":""hovered"",""timeHovered"":6322,""week"":""2021-12-27""},{""time"":49384,""label"":""hovered"",""timeHovered"":7551,""week"":""2022-02-07""}]}","{""startTime"":1690227920072,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line -2023-07-24 15:27:50,2023-07-24 16:05:12,0,174.195.113.9,100,2241,1,2023-07-24 16:05:12,R_10I8kp9b8ewkWnG,,,,,32.2123,-110.879,anonymous,EN,1,6.375,32.11,33.227,10,1,3,2,13.221,19.854,21.255,4,0,0,15.164,0,92,89,36,22.211,55.019,56.259,13,8.402,255.537,255.896,16,1,1,2.965,7.883,8.807,5,-2,1,9.263,97.419,98.839,10,1,7.629,152.73,154.16,12,8.298,13.274,15.107,3,6,6,6,6,6,6,,7.414,40.36,42.667,14,5,5,5,6,5,5,some of the line we conflicting and it was a bit difficult reading them,12.065,95.966,96.943,11,4,,15.806,19.146,20.301,3,2,7,3,4,1,5,6,18.15,108.577,110.595,8,6,6,8,8,9,10,9,10,,16.603,48.6,50.552,17,3,4,2,1,4,4,34.635,81.891,82.298,13,4,2,0.004,2.523,4.603,2,2,1959,Arizona,6,3,1,,3,,,4,2,2,,4.566,243.899,245.31,27,64485d7e807fdd8adea9db1d,,"{""startTime"":1690227545595,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_focused"",""time"":84592},{""label"":""window_focused"",""time"":84592},{""label"":""window_blurred"",""time"":87086},{""label"":""window_focused"",""time"":246701}]}","{""startTime"":1690227090570,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":61,""label"":""tour_started""},{""time"":60378,""label"":""tour_next"",""step"":5},{""time"":144053,""label"":""started_brush"",""startDate"":""2021-08-02"",""endDate"":""2021-08-04""},{""time"":151848,""label"":""moved_brush"",""startDate"":""2021-04-10"",""endDate"":""2021-08-02""},{""time"":159813,""label"":""moved_brush"",""startDate"":""2021-08-02"",""endDate"":""2022-02-12""},{""time"":169674,""label"":""moved_brush"",""startDate"":""2021-08-02"",""endDate"":""2022-02-12""},{""time"":171939,""label"":""moved_brush"",""startDate"":""2021-07-27"",""endDate"":""2022-02-07""},{""time"":173800,""label"":""moved_brush"",""startDate"":""2021-08-02"",""endDate"":""2022-02-12""},{""time"":174179,""label"":""moved_brush"",""startDate"":""2021-08-02"",""endDate"":""2022-02-12""},{""time"":178845,""label"":""started_brush"",""startDate"":""2021-07-26"",""endDate"":""2021-08-13""},{""time"":179026,""label"":""moved_brush"",""startDate"":""2021-07-26"",""endDate"":""2021-08-13""},{""time"":181524,""label"":""started_brush"",""startDate"":""2021-08-31"",""endDate"":""2022-02-12""},{""time"":183714,""label"":""tour_next"",""step"":5},{""time"":198561,""label"":""moved_brush"",""startDate"":""2021-08-07"",""endDate"":""2022-01-20""},{""time"":201141,""label"":""moved_brush"",""startDate"":""2021-08-07"",""endDate"":""2022-02-12""},{""time"":202463,""label"":""tour_next"",""step"":5},{""time"":219828,""label"":""cleared_brush"",""using"":""click""},{""time"":219848,""label"":""cleared_brush"",""using"":""Escape""},{""time"":222328,""label"":""tour_next"",""step"":5},{""time"":251520,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690227522536,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line -2023-07-24 15:46:00,2023-07-24 16:05:34,0,72.200.16.92,100,1173,1,2023-07-24 16:05:35,R_116hBWhYBqIDksr,,,,,29.9915,-90.2469,anonymous,EN,1,17.303,17.303,18.985,1,1,3,2,4.926,7.593,9.683,2,0,0,15.016,0,57,67,54,81.862,130.327,132.619,9,12.461,25.311,30.434,2,-2,1,46.821,105.354,112.981,2,1,-3,106.937,149.771,152.328,2,-3,37.899,37.899,226.026,1,0,0,15.114,0,5,5,5,6,6,5,,5.277,57.275,70.034,10,5,6,5,4,4,5,"I think that it would be close if not exact. ",7.578,7.578,51.702,1,5,,5.505,7.574,10.632,2,2,7,3,4,1,5,6,0,0,35.656,0,5,5,4,6,5,6,9,9,,5.762,53.479,56.191,11,2,2,4,4,2,3,6.179,30.045,32.439,7,3,2,1.901,12.051,14.078,2,2,1960,Louisiana,3,2,1,,9,,Kenner,8,4,1,guyanne100@gmail.com,2.612,95.295,98.8,14,5d321a7348bf98001646aeb2,"{""startTime"":1690228389472,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":37287,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1214,""week"":""4"",""id"":""chart""}]}","{""startTime"":1690228459883,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690228190053,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":12458,""label"":""tour_next"",""step"":2},{""time"":25307,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690228373985,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar -2023-07-24 15:31:33,2023-07-24 16:06:22,0,73.216.145.162,100,2089,1,2023-07-24 16:06:23,R_3jYzMrSLWCsB7Tz,,,,,36.6817,-77.5565,anonymous,EN,1,25.928,25.928,27.2,1,2,,2,3.599,3.599,4.728,1,0,0,15.01,0,11,21,12,9.264,13.428,14.348,3,11.522,24.739,29.397,5,1,1,14.384,39.041,44.364,2,-3,1,16.664,63.633,67.628,3,1,35.183,35.183,36.859,1,0,0,15.015,0,4,4,2,6,6,2,,4.695,30.599,34.953,6,2,6,4,4,4,2,"I don't trust in because there's fake information that looks truthful , but it's really deceitful with the information. ",2.676,324.401,325.886,8,1,,55.07,55.912,60.402,2,6,4,2,7,5,3,1,0,0,63.816,0,1,1,1,1,1,1,1,1,,13.873,141.157,143.111,10,3,5,1,1,5,3,21.301,108.532,109.517,9,4,2,2.843,17.611,19.785,2,1,1966,Virginia,2,2,1,,3,,,6,4,2,,2.401,122.995,127.91,22,63db49b4969069441bc68182,"{""startTime"":1690228504803,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690227702734,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":46697,""label"":""hovered"",""timeHovered"":1712,""week"":""2022-01-03""}]}","{""startTime"":1690227610976,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":24,""label"":""tour_started""},{""time"":11457,""label"":""tour_next"",""step"":2},{""time"":13166,""label"":""tour_end"",""step"":2},{""time"":17207,""label"":""hovered"",""timeHovered"":1202,""week"":""2022-01-03""}]}","{""startTime"":1690227686556,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line -2023-07-24 15:51:58,2023-07-24 16:07:12,0,73.60.219.46,100,914,1,2023-07-24 16:07:13,R_1mXf0kBElujODCd,,,,,42.8596,-71.6147,anonymous,EN,1,4.884,4.884,5.829,1,1,4,1,8.203,15.38,17.318,2,0,0,15.023,0,84,84,50,11.076,51.804,54.64,5,24.693,130.278,148.539,21,1,1,29.197,60.836,67.291,4,-1,-1,50.014,67.894,72.777,2,1,53.403,53.403,60.26,1,0,0,15.019,0,5,3,6,5,6,6,The important information missing is deaths per 100k or per case for each subset.,14.155,88.348,92.623,9,5,7,6,2,1,6,It seems to correlate to information on covid cases I have heard reported in general.,2.509,27.925,51.672,10,5,,6.538,6.538,9.827,1,2,7,3,4,1,5,6,0,0,23.443,0,1,8,10,8,8,5,10,8,,6.466,33.722,36.211,14,3,3,2,3,4,3,10.223,38.383,41.765,8,4,2,6.073,17.745,22.526,2,1,1965,New Hampshire,6,2,1,,7,,,17,4,1,5bdcd88176d6d50001bc3849@email.prolific.co,3.45,65.81,73.362,14,5bdcd88176d6d50001bc3849,"{""startTime"":1690228781206,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690228650808,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690228423811,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":19247,""label"":""hovered"",""timeHovered"":1215,""week"":""2022-01-31""},{""time"":24684,""label"":""tour_next"",""step"":5},{""time"":49829,""label"":""tour_back"",""step"":5},{""time"":56637,""label"":""tour_next"",""step"":5},{""time"":64086,""label"":""started_brush"",""startDate"":""2021-05-01"",""endDate"":""2021-12-05""},{""time"":68654,""label"":""moved_brush"",""startDate"":""2021-07-09"",""endDate"":""2022-02-13""},{""time"":72060,""label"":""tour_next"",""step"":5},{""time"":79223,""label"":""moved_brush"",""startDate"":""2021-07-09"",""endDate"":""2022-02-13""},{""time"":82712,""label"":""moved_brush"",""startDate"":""2021-11-03"",""endDate"":""2022-02-13""},{""time"":85464,""label"":""moved_brush"",""startDate"":""2021-11-03"",""endDate"":""2022-02-13""},{""time"":88511,""label"":""moved_brush"",""startDate"":""2021-11-18"",""endDate"":""2022-02-13""},{""time"":89508,""label"":""tour_next"",""step"":5},{""time"":103029,""label"":""cleared_brush"",""using"":""click""},{""time"":103031,""label"":""cleared_brush"",""using"":""Escape""},{""time"":105637,""label"":""tour_next"",""step"":5},{""time"":116172,""label"":""tour_end"",""step"":5},{""time"":126528,""label"":""started_brush"",""startDate"":""2021-07-15"",""endDate"":""2021-08-29""},{""time"":132302,""label"":""cleared_brush"",""using"":""click""},{""time"":132305,""label"":""cleared_brush"",""using"":""Escape""},{""time"":135779,""label"":""hovered"",""timeHovered"":1065,""week"":""2022-01-17""},{""time"":137099,""label"":""hovered"",""timeHovered"":2130,""week"":""2022-01-10""},{""time"":141255,""label"":""hovered"",""timeHovered"":4590,""week"":""2022-01-03""}]}","{""startTime"":1690228634871,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":7844,""label"":""hovered"",""timeHovered"":4166,""week"":""2021-12-27""}]}",1,complex,line -2023-07-24 15:51:11,2023-07-24 16:07:19,0,66.69.128.143,100,968,1,2023-07-24 16:07:20,R_3QRgvwUh5hubs36,,,,,33.8925,-98.5293,anonymous,EN,1,23.148,23.148,24.4,1,2,,2,2.025,2.025,2.925,1,0,0,15.013,0,83,83,100,9.369,23.587,27.437,3,26.109,102.688,110.603,7,1,1,25.068,61.598,62.891,3,-3,1,82.265,138.234,140.19,3,1,38.305,48.819,50.962,2,0,0,15.007,0,6,6,6,6,6,6,"It's doubtful that the CDC is perfect, but in the absence of some obvious compelling flaw, the CDC's presentation seems trustworthy.",41.024,102.819,132.182,9,6,6,5,4,4,6,"The time, age groups, and changes are all clearly delineated on the chart. It doesn't give me any reason not to trust it. Everything seems authentic.",2.224,53.426,62.541,4,5,The colors were very clear and nice looking on these charts. Thank you.,4.352,11.179,30.941,3,2,7,3,4,1,5,6,0,0,21.926,0,6,8,8,9,5,6,6,3,That was interesting. Thank you.,5.68,50.702,52.027,11,5,5,1,1,5,5,9.235,22.866,28.969,7,4,3,3.632,19.395,20.516,2,2,1956,Texas,6,3,1,,7,,,3,2,1,5be5c05fd153f500019a2ef2@email.prolific.co,3.471,95.652,103.284,22,5be5c05fd153f500019a2ef2,"{""startTime"":1690228741493,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":30636,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1505,""week"":""50"",""id"":""chart""}]}","{""startTime"":1690228641891,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690228462989,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":22,""label"":""tour_started""},{""time"":15898,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2766,""week"":""31"",""id"":""chart""},{""time"":19831,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2600,""week"":""20"",""id"":""chart""},{""time"":26103,""label"":""tour_next"",""step"":5},{""time"":60498,""label"":""started_brush"",""startDate"":""2021-06-23"",""endDate"":""2021-09-30""},{""time"":62364,""label"":""tour_next"",""step"":5},{""time"":76157,""label"":""moved_brush"",""startDate"":""2021-04-29"",""endDate"":""2021-08-06""},{""time"":78563,""label"":""tour_next"",""step"":5},{""time"":85816,""label"":""cleared_brush"",""using"":""Click""},{""time"":89306,""label"":""tour_next"",""step"":5},{""time"":96307,""label"":""tour_end"",""step"":5},{""time"":103798,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1048,""week"":""29"",""id"":""chart""},{""time"":105651,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1028,""week"":""40"",""id"":""chart""}]}","{""startTime"":1690228625833,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":4355,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1731,""week"":""35"",""id"":""chart""},{""time"":7381,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2674,""week"":""6"",""id"":""chart""}]}",1,complex,bar -2023-07-24 15:49:41,2023-07-24 16:07:20,0,107.203.101.64,100,1059,1,2023-07-24 16:07:21,R_29TiiO5gKs6er4J,,,,,33.3683,-117.2333,anonymous,EN,1,33.281,34.248,35.44,2,1,4,2,8.142,13.734,14.622,3,0,0,29.999,0,52,47,54,1.59,60.351,61.544,9,30.518,184.32,185.839,14,1,1,20.663,97.744,98.599,9,1,1,25.477,119.022,119.762,7,1,30.179,61.203,62.148,4,11.623,11.623,15.113,1,4,6,6,6,7,6,NA,14.959,56.887,61.293,10,5,6,6,5,2,5,"I don't know the actual data. I like the design of the chart, and if it's accurate, it's extremely useful, though not on a daily basis, only when I'm interested in these past events.",4.582,4.582,46.702,1,6,NA,12.697,23.995,26.67,6,2,7,3,4,1,5,6,20.549,29.909,30.961,2,8,10,9,9,9,7,10,10,NA,6.92,32.696,35.505,11,3,3,2,3,4,3,7.722,45.57,46.122,9,1,3,5.632,25.344,26.182,4,2,1956,California,3,2,1,,7,,,5,5,2,,2.822,68.663,70.289,21,5dea96a5770a431bbed1efb2,"{""startTime"":1690228709700,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690228610688,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690228344677,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":25,""label"":""tour_started""},{""time"":42681,""label"":""hovered"",""timeHovered"":1433,""week"":""2021-12-27""},{""time"":44185,""label"":""hovered"",""timeHovered"":1245,""week"":""2021-12-27""},{""time"":52896,""label"":""hovered"",""timeHovered"":4583,""week"":""2021-12-27""},{""time"":58646,""label"":""hovered"",""timeHovered"":2667,""week"":""2022-01-03""},{""time"":62601,""label"":""hovered"",""timeHovered"":3495,""week"":""2022-01-10""},{""time"":66905,""label"":""hovered"",""timeHovered"":3691,""week"":""2022-01-10""},{""time"":82640,""label"":""tour_next"",""step"":5},{""time"":111769,""label"":""started_brush"",""startDate"":""2021-08-31"",""endDate"":""2021-12-18""},{""time"":117616,""label"":""tour_next"",""step"":5},{""time"":130655,""label"":""moved_brush"",""startDate"":""2021-10-27"",""endDate"":""2022-02-13""},{""time"":132913,""label"":""tour_next"",""step"":5},{""time"":138742,""label"":""cleared_brush"",""using"":""click""},{""time"":141232,""label"":""tour_next"",""step"":5},{""time"":150897,""label"":""tour_end"",""step"":5},{""time"":164842,""label"":""started_brush"",""startDate"":""2021-04-12"",""endDate"":""2021-05-04""},{""time"":165482,""label"":""cleared_brush"",""using"":""click""},{""time"":168529,""label"":""hovered"",""timeHovered"":2904,""week"":""2021-08-16""}]}","{""startTime"":1690228594536,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line -2023-07-24 15:53:35,2023-07-24 16:08:00,0,98.39.220.153,100,865,1,2023-07-24 16:08:01,R_6Rtoj8CsCCdUo5r,,,,,29.7646,-95.3657,anonymous,EN,1,12.561,12.561,13.478,1,1,3,2,1.555,3.156,3.957,2,0,0,15.047,0,89,6,50,11.609,17.469,19.301,4,21.108,82.746,85.015,10,-1,-3,85.315,104.728,106.392,2,1,-2,26.969,86.026,87.19,3,1,54.547,54.547,57.879,1,0,0,15.128,0,6,2,4,6,7,2,"There should also be a section for preexisting conditions, this is therefore far from accurate.",9.71,28.361,63.286,9,2,7,7,6,5,7,"If I am to assume that it is true, then yes, I have to give the benefit of the doubt and take it for what it is.",2.164,2.164,25.201,1,5,I don't trust the CDC for any sort of information,16.926,21.784,49.553,3,2,3,4,5,1,6,7,0,0,8.474,0,4,3,6,6,4,6,6,8,,30.202,53.32,55.959,8,3,3,3,2,3,3,9.974,64.285,65.746,8,3,2,15.305,27.474,28.587,2,1,1963,Texas,2,2,1,,3,,,16,2,1,petergmoe@gmail.com,2.703,106.903,112.777,22,5ebe015ae70ab70008895dbd,"{""startTime"":1690228642911,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690228707129,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690228481716,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":73,""label"":""tour_started""},{""time"":14681,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5445,""week"":""52"",""id"":""chart""},{""time"":21084,""label"":""tour_next"",""step"":5},{""time"":42724,""label"":""started_brush"",""startDate"":""2021-07-02"",""endDate"":""2021-08-21""},{""time"":44042,""label"":""tour_next"",""step"":5},{""time"":53328,""label"":""moved_brush"",""startDate"":""2021-07-02"",""endDate"":""2021-08-02""},{""time"":56535,""label"":""moved_brush"",""startDate"":""2021-06-29"",""endDate"":""2021-08-02""},{""time"":57713,""label"":""tour_next"",""step"":5},{""time"":76186,""label"":""cleared_brush"",""using"":""Click""},{""time"":76186,""label"":""cleared_brush"",""using"":""Escape""},{""time"":79994,""label"":""tour_next"",""step"":5},{""time"":82721,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690228626614,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar -2023-07-24 16:00:52,2023-07-24 16:08:14,0,192.69.179.247,100,441,1,2023-07-24 16:08:14,R_vxDAfdWXdL7njvr,,,,,38.0152,-84.4894,anonymous,EN,1,2.809,3.607,3.948,2,1,3,2,3.695,10.297,10.666,5,0,0,15.008,0,50,50,29,4.537,9.734,10.924,4,10.47,11.82,15.317,2,1,-2,18.313,28.011,28.749,2,-2,1,15.464,21.999,23.235,2,-3,21.882,22.681,23.028,2,0,0,15.112,0,4,2,2,4,4,4,Before I said the data wasn't cited but I see now that it was and the link works.,8.495,85.061,92.778,11,4,4,5,1,2,4,The data is not verified. It doesn't cite a source,4.986,17.145,17.481,3,1,,5.323,5.323,6.923,1,1,3,5,4,6,2,7,0,0,23.161,0,1,1,1,1,1,1,9,5,,2.652,14.365,17.22,11,1,1,5,5,1,1,11.962,26.43,27.508,6,1,1,1.192,4.793,6.366,2,2,1989,Kentucky,6,3,1,,8,Lexington,,8,4,1,mekesterson@gmail.com,1.413,58.204,62.905,24,5ddc379701fadfb9d8f58de7,"{""startTime"":1690229002979,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":13220},{""label"":""window_focused"",""time"":54413},{""time"":79468,""label"":""source_clicked""},{""label"":""window_blurred"",""time"":79487},{""label"":""window_focused"",""time"":83508}]}","{""startTime"":1690228961493,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690228901183,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":3,""label"":""tour_started""},{""time"":10467,""label"":""tour_next"",""step"":2},{""time"":11817,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690228945926,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":3725,""label"":""hovered"",""timeHovered"":3332,""week"":""2022-01-31""},{""time"":7060,""label"":""hovered"",""timeHovered"":2957,""week"":""2022-01-31""}]}",1,simple,line -2023-07-24 15:53:33,2023-07-24 16:08:39,0,98.171.40.191,100,905,1,2023-07-24 16:08:40,R_AnSNEB2XsFcq2lj,,,,,33.9723,-112.7278,anonymous,EN,1,10.859,10.859,13.802,1,1,3,2,10.32,15.72,17.072,2,0,0,15.015,0,84,89,62,12.439,36.152,38.826,3,29.453,50.086,54.665,2,1,1,92.732,143.919,146.201,2,-3,-3,56.587,90.099,95.569,2,-3,57.641,57.641,60.034,1,0,0,15.011,0,6,5,6,5,7,6,,15.372,53.159,55.924,7,5,6,5,5,2,6,Mainly because it comes from a reputable organization and I have no reason to believe that there is any issue with the data,5.976,5.976,71.688,1,3,,8.984,8.984,11.223,1,2,7,3,4,1,5,6,0,0,26.489,0,6,6,5,8,9,4,10,9,,7.388,39.316,42.801,8,3,5,2,2,3,4,7.019,53.739,55.314,9,2,1,12.467,25.703,29.677,2,1,1956,Arizona,5,2,1,,7,,,5,4,2,,8.245,75.988,77.488,11,60002c38af716201edc1763d,"{""startTime"":1690228735271,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690228791839,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690228517058,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":29454,""label"":""tour_next"",""step"":2},{""time"":40554,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8098,""week"":""52"",""id"":""chart2""},{""time"":50079,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690228719533,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar -2023-07-24 15:47:29,2023-07-24 16:09:16,0,23.245.196.85,100,1306,1,2023-07-24 16:09:17,R_2fl1kG3xiaW2VcY,,,,,40.2938,-83.0744,anonymous,EN,1,18.12,18.12,22.005,1,1,4,2,9.652,13.358,15.839,2,0,0,15.14,0,66,100,40,8.746,61.39,63.26,6,52.197,71.601,80.801,3,1,1,39.658,113.594,147.282,2,1,1,25.323,142.753,144.682,9,1,178.942,178.942,180.403,1,6.902,6.902,15.114,1,7,7,7,7,7,7,,13.26,28.967,35.949,6,6,6,6,6,6,6,"This visualization is easy to understand, and I like being able to see the minimum and maximum values.",9.102,106.8,114.468,3,2,,6.701,6.701,9.712,1,2,7,3,4,1,5,6,22.71,22.71,33.647,1,1,1,1,1,1,1,9,8,,8.862,59.761,66.195,14,1,1,5,5,1,1,7.224,52.093,53.875,7,2,1,2.526,10.301,22.265,2,2,1957,Ohio,6,2,1,,8,DELAWARE,,14,2,2,,4.371,156.876,167.549,17,5ae2641f5cd05500015ece71,"{""startTime"":1690228626941,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690228432080,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":12871},{""label"":""window_focused"",""time"":13179}]}","{""startTime"":1690228188665,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":30,""label"":""tour_started""},{""time"":47027,""label"":""hovered"",""timeHovered"":1832,""week"":""2021-10-25""},{""time"":52165,""label"":""tour_next"",""step"":2},{""time"":62808,""label"":""tour_end"",""step"":2},{""time"":65143,""label"":""hovered"",""timeHovered"":2107,""week"":""2021-07-19""},{""time"":68423,""label"":""hovered"",""timeHovered"":1798,""week"":""2021-05-31""},{""time"":76047,""label"":""hovered"",""timeHovered"":1424,""week"":""2022-01-03""}]}","{""startTime"":1690228416214,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line -2023-07-24 15:56:27,2023-07-24 16:09:34,0,47.210.12.76,100,786,1,2023-07-24 16:09:34,R_1H2lDoUcYSHuh2R,,,,,32.5434,-93.7011,anonymous,EN,1,8.569,8.569,9.74,1,2,,1,2.197,2.197,3.761,1,0,0,15.006,0,38,31,41,21.231,26.152,27.847,3,66.334,173.955,202.984,7,1,1,16.842,45.158,57.001,2,1,1,27.286,42.99,46.46,2,1,43.337,43.337,45.666,1,0,0,15.009,0,2,2,2,5,6,2,No additional comments,38.702,51.178,58.617,7,2,3,3,2,2,1,The data just doesn't fit what I remember for cases of vaccinated versus unvaccinated/infection rates during this time period.,2.792,2.792,60.876,1,5,No additional comments,3.618,9.853,16.843,6,2,7,3,4,1,5,6,0,0,23.865,0,2,1,5,5,1,5,6,8,n/a,3.036,17.617,21.643,9,2,4,4,2,3,4,3.461,11.9,14.448,6,6,1,2.784,7.539,10.386,2,1,1962,Louisiana,3,2,1,,8,Bossier City,,9,1,2,,2.002,91.961,97.015,20,58064d91f25c440001678a10,"{""startTime"":1690229019648,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690228921709,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690228656358,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":12506,""label"":""hovered"",""timeHovered"":9233,""week"":""2022-01-10""},{""time"":22872,""label"":""hovered"",""timeHovered"":1017,""week"":""2022-01-10""},{""time"":25290,""label"":""hovered"",""timeHovered"":2166,""week"":""2022-01-10""},{""time"":28007,""label"":""hovered"",""timeHovered"":2599,""week"":""2022-01-10""},{""time"":30706,""label"":""hovered"",""timeHovered"":3683,""week"":""2022-01-10""},{""time"":39789,""label"":""hovered"",""timeHovered"":3866,""week"":""2022-01-31""},{""time"":45089,""label"":""hovered"",""timeHovered"":17399,""week"":""2022-01-31""},{""time"":66328,""label"":""tour_next"",""step"":5},{""time"":91088,""label"":""started_brush"",""startDate"":""2021-11-07"",""endDate"":""2022-02-09""},{""time"":92969,""label"":""tour_next"",""step"":5},{""time"":104419,""label"":""moved_brush"",""startDate"":""2022-01-05"",""endDate"":""2022-02-09""},{""time"":106331,""label"":""tour_next"",""step"":5},{""time"":113917,""label"":""cleared_brush"",""using"":""click""},{""time"":116145,""label"":""tour_next"",""step"":5},{""time"":135818,""label"":""started_brush"",""startDate"":""2022-01-09"",""endDate"":""2022-02-10""},{""time"":173949,""label"":""tour_end"",""step"":5},{""time"":178334,""label"":""hovered"",""timeHovered"":1355,""week"":""2022-01-31""},{""time"":183287,""label"":""hovered"",""timeHovered"":6756,""week"":""2022-01-31""},{""time"":190237,""label"":""hovered"",""timeHovered"":6113,""week"":""2022-01-31""},{""time"":196351,""label"":""hovered"",""timeHovered"":2920,""week"":""2022-01-31""}]}","{""startTime"":1690228905946,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":12061,""label"":""hovered"",""timeHovered"":1125,""week"":""2022-01-10""}]}",1,complex,line -2023-07-24 15:52:06,2023-07-24 16:10:02,0,97.104.54.227,100,1075,1,2023-07-24 16:10:03,R_3n8yu8dVE7weDao,,,,,29.0422,-81.2863,anonymous,EN,1,19.288,19.288,21.402,1,1,2,2,2.329,6.217,8.711,2,0,0,15.012,0,100,0,0,27.58,36.819,40.122,3,58.867,94.899,96.994,3,1,1,49.519,91.527,94.703,2,1,1,79.075,101.29,105.996,2,1,57.072,57.072,60.082,1,0,0,15.112,0,7,7,7,7,7,7,This graph makes it pretty clear that getting vaccinated greatly decreased your chances of contracting covid.,26.232,48.815,94.719,7,6,7,7,7,6,7,I have complete faith in the CDC as a reliable and non-partisan source of scientific data.,3.477,3.477,44.202,1,4,Interesting study - would be interested to see the current graph to date.,7.837,25.845,55.983,3,2,7,3,4,1,5,6,0,0,26.349,0,6,5,2,3,7,3,10,9,"Some of my responses may be misleading, e.g., ""political parties"" - I have 0 trust in the republican party and 8 trust in the democratic party.",9.726,47.406,109.814,9,1,2,3,4,3,1,13.508,46.604,48.742,6,1,1,4.689,13.096,15.522,2,2,1948,Florida,3,2,1,,7,,,8,2,1,labrooks1021@gmail.com,3.538,142.416,151.349,31,5c3393d9f53f7a000119160f,"{""startTime"":1690228644225,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690228740251,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690228434998,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":21006,""label"":""hovered"",""timeHovered"":1404,""week"":""2021-08-23""},{""time"":27445,""label"":""hovered"",""timeHovered"":3863,""week"":""2021-06-28""},{""time"":32428,""label"":""hovered"",""timeHovered"":3630,""week"":""2021-08-23""},{""time"":41277,""label"":""hovered"",""timeHovered"":2390,""week"":""2022-01-03""},{""time"":44020,""label"":""hovered"",""timeHovered"":2709,""week"":""2022-01-03""},{""time"":48135,""label"":""hovered"",""timeHovered"":2975,""week"":""2021-04-12""},{""time"":52248,""label"":""hovered"",""timeHovered"":1088,""week"":""2022-01-10""},{""time"":58859,""label"":""tour_next"",""step"":2},{""time"":68883,""label"":""tour_end"",""step"":2},{""time"":72782,""label"":""hovered"",""timeHovered"":1830,""week"":""2021-11-08""},{""time"":75537,""label"":""hovered"",""timeHovered"":2067,""week"":""2022-01-10""},{""time"":80481,""label"":""hovered"",""timeHovered"":1043,""week"":""2022-01-17""},{""time"":81822,""label"":""hovered"",""timeHovered"":1646,""week"":""2022-01-17""},{""time"":84524,""label"":""hovered"",""timeHovered"":1528,""week"":""2022-02-07""}]}","{""startTime"":1690228628458,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line -2023-07-24 15:56:25,2023-07-24 16:10:33,0,70.95.229.203,100,847,1,2023-07-24 16:10:34,R_yJ8JyEcNqwSIxVL,,,,,33.919,-117.2359,anonymous,EN,1,28.065,28.065,29.36,1,2,,2,3.485,4.701,5.99,2,0,0,15.012,0,28,74,86,17.821,31.526,39.326,7,25.378,34.09,71.716,2,-2,1,53.942,71.993,73.405,2,1,1,82.735,131.397,135.059,2,-3,29.543,29.543,30.905,1,0,0,15.111,0,5,2,2,3,7,2,,12.526,40.965,44.981,7,3,5,6,2,1,3,"I don't agree that ""all information about COVID cases"" are included in this chart.",2.572,55.152,58.957,3,2,,7.198,7.198,9.465,1,2,7,3,4,1,5,6,0,0,33.17,0,2,3,7,4,3,6,6,8,,9.62,35.79,38.1,10,4,4,1,1,4,5,12.048,40.11,41.148,6,4,2,3.448,18.092,20.064,2,1,1961,California,5,2,1,,7,,,9,3,2,,2.273,115.984,120.549,20,599323cdf9db7d00018955da,"{""startTime"":1690228912945,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690228958727,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690228688448,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":35,""label"":""tour_started""},{""time"":13352,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2222,""week"":""52"",""id"":""chart""},{""time"":16862,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3258,""week"":""46"",""id"":""chart""},{""time"":25368,""label"":""tour_next"",""step"":2},{""time"":34080,""label"":""tour_end"",""step"":2},{""time"":35257,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5595,""week"":""52"",""id"":""chart""},{""time"":42316,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1804,""week"":""14"",""id"":""chart""},{""time"":47666,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5506,""week"":""25"",""id"":""chart""},{""time"":54090,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7627,""week"":""6"",""id"":""chart""},{""time"":64672,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3893,""week"":""52"",""id"":""chart""}]}","{""startTime"":1690228897053,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":11372,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2884,""week"":""52"",""id"":""chart""}]}",1,moderate,bar -2023-07-24 15:59:07,2023-07-24 16:11:51,0,47.214.166.8,100,763,1,2023-07-24 16:11:52,R_3kuLsXxwPV4rOmb,,,,,38.375,-81.8313,anonymous,EN,1,20.834,25.918,27.088,3,1,2,2,2.188,4.724,5.799,2,0,0,15.015,0,86,100,50,9.249,45.504,48.533,6,6.484,90.22,92.124,16,1,1,10.3,43.342,44.177,7,1,1,23.83,44.8,46.42,6,1,21.307,33.701,34.59,4,3.017,3.017,15.008,1,5,4,4,7,7,4,,19.706,45.135,46.353,13,4,7,6,2,2,4,"I don't completely trust the Government or the CDC ",4.02,60.37,62.778,4,4,,6.515,9.461,20.109,2,2,7,3,4,1,5,6,16.997,16.997,18.027,1,6,4,9,9,4,9,9,9,,6.934,27.866,28.511,10,3,5,1,4,4,4,8.214,25.268,26.123,7,6,2,6.519,18.069,19.101,3,2,1964,West Virginia,3,2,1,,7,,,6,2,1,tjh_1@suddenlink.net,2.81,164.839,165.705,63,63978402e524eebeace93868,"{""startTime"":1690229001497,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690229048656,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690228858425,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":9275,""label"":""hovered"",""timeHovered"":3937,""week"":""2022-01-03""},{""time"":13278,""label"":""hovered"",""timeHovered"":1218,""week"":""2022-01-17""},{""time"":18192,""label"":""tour_next"",""step"":5},{""time"":42425,""label"":""started_brush"",""startDate"":""2021-10-27"",""endDate"":""2022-02-13""},{""time"":43052,""label"":""tour_next"",""step"":5},{""time"":52064,""label"":""moved_brush"",""startDate"":""2021-10-08"",""endDate"":""2022-01-25""},{""time"":55493,""label"":""moved_brush"",""startDate"":""2021-06-12"",""endDate"":""2021-09-29""},{""time"":55980,""label"":""tour_next"",""step"":5},{""time"":69364,""label"":""moved_brush"",""startDate"":""2021-08-31"",""endDate"":""2021-12-18""},{""time"":82775,""label"":""cleared_brush"",""using"":""click""},{""time"":82777,""label"":""cleared_brush"",""using"":""Escape""},{""time"":84048,""label"":""tour_next"",""step"":5},{""time"":90212,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690228986007,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":9428,""label"":""hovered"",""timeHovered"":1519,""week"":""2022-01-03""}]}",1,complex,line -2023-07-24 15:59:39,2023-07-24 16:11:59,0,66.196.15.87,100,740,1,2023-07-24 16:12:00,R_RhloBWVyHoVEAIV,,,,,31.5822,-97.1768,anonymous,EN,1,5.745,12.48,15.006,2,1,2,1,2.439,7.346,9.057,2,0,0,15.114,0,69,100,21,29.651,36.346,38.605,3,49.786,58.124,72.304,2,1,1,29.393,72.922,74.814,2,-2,1,74.285,87.78,90.942,2,1,26.94,26.94,28.865,1,0,0,15.115,0,6,2,4,6,2,6,,17.466,44.207,46.924,6,5,6,6,2,5,6,What I've seen on the news this visualization seems accurate,2.998,2.998,34.21,1,2,,7.291,7.291,9.805,1,2,7,3,4,1,5,6,0,0,24.86,0,1,4,10,4,5,1,10,10,,7.106,26.865,29.329,9,2,2,3,4,2,2,10.753,86.905,88.904,8,3,1,3.838,11.928,14.214,2,2,1962,Texas,2,2,1,,7,,,5,1,1,,3.928,56.992,58.846,12,63192b009a902051e89fabf1,"{""startTime"":1690229118252,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690229050102,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690228883713,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":32,""label"":""tour_started""},{""time"":6140,""label"":""hovered"",""timeHovered"":3279,""week"":""2022-01-03""},{""time"":9651,""label"":""hovered"",""timeHovered"":3932,""week"":""2022-01-03""},{""time"":17468,""label"":""hovered"",""timeHovered"":1061,""week"":""2021-11-29""},{""time"":33524,""label"":""hovered"",""timeHovered"":4130,""week"":""2022-01-10""},{""time"":37803,""label"":""hovered"",""timeHovered"":3432,""week"":""2022-01-10""},{""time"":41388,""label"":""hovered"",""timeHovered"":5611,""week"":""2022-01-10""},{""time"":49760,""label"":""tour_next"",""step"":2},{""time"":58097,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690229033606,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":3454,""label"":""hovered"",""timeHovered"":1676,""week"":""2022-01-24""}]}",1,simple,line -2023-07-24 16:00:06,2023-07-24 16:12:58,0,24.55.43.185,100,772,1,2023-07-24 16:12:59,R_1QusDA7uI1Tcdcr,,,,,30.2627,-97.7467,anonymous,EN,1,5.11,5.11,6.586,1,1,4,2,2.018,4.135,5.257,2,0,0,15.014,0,100,100,90,10.356,20.259,21.498,3,32.699,80.831,82.156,5,1,1,29.841,82.324,84.113,2,1,1,57.475,87.968,95.543,2,1,11.393,31.716,58.645,6,0,0,15.11,0,7,4,6,5,7,7,,30.622,48.327,53.718,6,6,5,5,1,5,7,"From what I remember about COVID last year, this seems accurate. ",1.696,1.696,22.675,1,4,,19.11,19.11,34.32,1,2,7,3,4,1,5,6,0,0,19.052,0,4,6,7,6,4,6,10,8,,5.165,15.918,17.574,8,3,3,2,3,4,4,8.866,21.72,22.81,6,4,1,4.029,7.079,7.986,2,2,1958,Texas,7,1,1,,7,,,12,1,1,,2.204,101.904,107.045,30,63f3e75e0787bb42195e1e4c,"{""startTime"":1690229104006,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":1368,""label"":""hovered"",""timeHovered"":1238,""week"":""2021-11-29""},{""label"":""window_blurred"",""time"":4759},{""label"":""window_focused"",""time"":29899}]}","{""startTime"":1690229001634,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":10050},{""label"":""window_focused"",""time"":44678},{""label"":""window_blurred"",""time"":56298},{""label"":""window_focused"",""time"":67500}]}","{""startTime"":1690228843990,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":11093,""label"":""hovered"",""timeHovered"":1482,""week"":""2021-12-27""},{""time"":18374,""label"":""hovered"",""timeHovered"":12116,""week"":""2022-01-10""},{""time"":32692,""label"":""tour_next"",""step"":5},{""time"":48165,""label"":""started_brush"",""startDate"":""2021-06-11"",""endDate"":""2022-02-13""},{""time"":48898,""label"":""tour_next"",""step"":5},{""time"":56651,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-12-14""},{""time"":57283,""label"":""tour_next"",""step"":5},{""time"":61186,""label"":""moved_brush"",""startDate"":""2021-05-10"",""endDate"":""2022-01-12""},{""time"":62837,""label"":""moved_brush"",""startDate"":""2021-06-11"",""endDate"":""2022-02-13""},{""time"":64354,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-12-14""},{""time"":71594,""label"":""cleared_brush"",""using"":""click""},{""time"":71595,""label"":""cleared_brush"",""using"":""Escape""},{""time"":72407,""label"":""cleared_brush"",""using"":""click""},{""time"":72408,""label"":""cleared_brush"",""using"":""Escape""},{""time"":74773,""label"":""tour_next"",""step"":5},{""time"":80824,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690228985983,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line -2023-07-24 16:00:49,2023-07-24 16:13:35,0,68.52.131.156,100,765,1,2023-07-24 16:13:35,R_OuJ5SLHbBAkDeoN,,,,,37.0368,-88.5934,anonymous,EN,1,7.827,17.798,19.901,20,1,3,2,3.664,11.321,15.647,9,3.684,4.139,15.017,3,88,5,14,3.99,28.382,30.127,21,16.931,59.621,62.14,9,-2,1,25.39,50.178,51.703,5,-1,-3,3.603,113.112,115.221,20,1,21.244,24.612,26.302,3,3.684,6.157,15.12,12,6,6,6,6,6,6,,1.578,35.275,37.627,21,5,6,5,4,3,6,It seems trustworthy,3.715,3.715,18.103,1,4,,8.427,11.491,13,2,2,3,4,5,1,6,7,10.303,16.812,18.441,2,6,6,6,8,8,6,10,8,,5.973,26.93,28.689,10,2,2,4,4,2,3,6.717,54.739,56.7,8,2,2,2.834,13.852,16.864,3,1,1945,Kentucky,2,2,1,,7,,,4,4,2,,2.229,161.604,163.329,22,5d506e6d4040a40016bb186a,"{""startTime"":1690229142704,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690229181049,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690228948585,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":36,""label"":""tour_started""},{""time"":25987,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4660,""week"":""43"",""id"":""chart""},{""time"":38473,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4562,""week"":""51"",""id"":""chart""},{""time"":43984,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2714,""week"":""47"",""id"":""chart""},{""time"":48454,""label"":""tour_next"",""step"":2},{""time"":55003,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690229126924,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar -2023-07-24 16:00:11,2023-07-24 16:14:27,0,75.84.235.25,100,855,1,2023-07-24 16:14:28,R_1LAP87rhp0xQtMk,,,,,33.9339,-117.8854,anonymous,EN,1,6.524,6.524,7.661,1,1,3,2,3.794,10.43,11.884,2,0,0,15.112,0,70,80,27,45.602,57.804,58.697,3,32.45,187.214,192.434,11,1,1,74.071,91.411,92.791,2,-2,-3,33.745,67.004,68.382,2,-3,90.594,90.594,92.523,1,0,0,15.011,0,5,4,3,6,5,5,No comments,17.416,30.166,36.689,7,5,5,5,4,4,4,"This is because this statistic is based on the number of 100K people, and the results can be different again when statistics of a lot more people than that are made.",52.872,55.737,58.633,2,4,No comments,4.185,6.164,11.258,2,2,7,3,4,1,5,6,0,0,37.134,0,8,8,7,7,8,2,8,9,No comments,4.458,18.197,22.5,9,3,4,2,3,4,3,2.894,16.457,17.569,6,5,1,5.594,12.539,14.645,3,2,1981,California,4,2,1,,2,,,10,1,2,,2.257,53.006,54.506,13,62b146e365eca239ef0dbbfb,"{""startTime"":1690229222130,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":11496,""label"":""started_brush"",""startDate"":""2021-10-31"",""endDate"":""2022-01-03""}]}","{""startTime"":1690229259539,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690228919793,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":20,""label"":""tour_started""},{""time"":32443,""label"":""tour_next"",""step"":5},{""label"":""window_blurred"",""time"":66851},{""label"":""window_focused"",""time"":84127},{""time"":103317,""label"":""started_brush"",""startDate"":""2021-06-30"",""endDate"":""2021-07-09""},{""time"":122632,""label"":""moved_brush"",""startDate"":""2021-06-30"",""endDate"":""2021-07-30""},{""time"":123703,""label"":""cleared_brush"",""using"":""Click""},{""time"":134119,""label"":""started_brush"",""startDate"":""2021-12-02"",""endDate"":""2022-01-28""},{""time"":136144,""label"":""tour_next"",""step"":5},{""time"":147138,""label"":""moved_brush"",""startDate"":""2021-10-30"",""endDate"":""2022-01-28""},{""time"":148112,""label"":""tour_next"",""step"":5},{""time"":168157,""label"":""cleared_brush"",""using"":""Click""},{""time"":168157,""label"":""cleared_brush"",""using"":""Escape""},{""time"":176216,""label"":""tour_next"",""step"":5},{""time"":187206,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690229206243,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar -2023-07-24 16:07:59,2023-07-24 16:15:05,0,108.224.165.164,100,426,1,2023-07-24 16:15:06,R_1geaKEhlyCtfaW0,,,,,26.8286,-80.0587,anonymous,EN,1,11.161,11.161,12.54,1,2,,2,2.05,2.05,4.416,1,0,0,15.018,0,0,50,49,20.08,26.498,28.018,3,10.957,17.007,20.367,3,-1,-1,9.023,11.969,13.387,2,-1,-1,3.985,6.245,7.215,2,-1,5.08,5.08,7.882,1,0,0,15.117,0,1,1,1,1,7,1,Anything coming from the CDC is disinformation.,4.783,15.624,31.595,7,1,1,1,1,1,1,I don't trust the CDC in anything. It's part of the problem of killing people using the clot-shots.,2.986,2.986,43.186,1,1,The CDC has zero credibility.,7.097,8.629,25.503,2,2,7,3,4,1,5,6,17.497,17.497,18.288,1,1,1,6,1,1,4,1,2,no,4.131,15.223,18.107,9,5,1,5,5,1,1,7.84,22.96,24.15,6,7,5,5.262,28.447,30.7,2,5,1956,Florida,6,2,1,,7,,,3,4,2,,5.254,54.917,56.385,11,5ec764942256df19e155432c,"{""startTime"":1690229416668,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690229449379,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690229364985,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":17,""label"":""tour_started""},{""label"":""window_blurred"",""time"":9597},{""label"":""window_focused"",""time"":10818},{""time"":10948,""label"":""tour_next"",""step"":2},{""label"":""window_blurred"",""time"":12350},{""label"":""window_focused"",""time"":15487},{""time"":16997,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690229400328,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar -2023-07-24 15:39:10,2023-07-24 16:15:06,0,35.137.199.79,100,2155,1,2023-07-24 16:15:06,R_2R49JwXWOXxDoKe,,,,,28.0973,-82.7001,anonymous,EN,1,125.768,126.95,128.674,2,1,4,2,4.392,11.071,13.159,4,0,0,15.127,0,87,76,51,107.257,132.379,134.487,4,149.186,618.551,749.214,48,1,1,11.153,162.655,164.967,7,-3,-3,76.699,124.961,126.719,7,-2,82.826,83.536,87.077,2,0,0,15.019,0,7,6,1,6,6,7,It would be helpful to include the difference in the severity of covid cases between the vaccinated and unvaccinated .,10.12,57.513,160.369,17,6,6,6,5,4,6,It looks accurate based on my recollection of the data.,4.254,165.318,167.576,7,4,,14.353,28.145,35.842,6,2,7,3,4,1,5,6,0,0,43.24,0,5,6,8,7,6,6,9,8,,13.632,43.744,46.986,24,3,3,2,2,3,3,16.062,56.063,58.37,19,5,1,8.111,24.603,27.047,5,2,1946,Florida,3,2,1,,7,,,4,3,2,,4.796,104.073,106.027,29,6300364202ed2f98b79e9797,"{""startTime"":1690228716238,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690228877446,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690227862241,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":49929,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2941,""week"":""19"",""id"":""chart""},{""time"":53415,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":12663,""week"":""14"",""id"":""chart""},{""time"":68192,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1525,""week"":""32"",""id"":""chart""},{""time"":70165,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3192,""week"":""32"",""id"":""chart""},{""time"":76788,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1010,""week"":""5"",""id"":""chart""},{""time"":80011,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":15301,""week"":""50"",""id"":""chart""},{""time"":105756,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6920,""week"":""6"",""id"":""chart""},{""time"":113623,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":20974,""week"":""52"",""id"":""chart""},{""time"":136468,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":12904,""week"":""52"",""id"":""chart""},{""time"":151759,""label"":""tour_next"",""step"":5},{""time"":276511,""label"":""started_brush"",""startDate"":""2021-12-02"",""endDate"":""2022-02-07""},{""time"":278422,""label"":""tour_next"",""step"":5},{""time"":323729,""label"":""moved_brush"",""startDate"":""2021-12-31"",""endDate"":""2022-02-07""},{""time"":346499,""label"":""started_brush"",""startDate"":""2021-11-28"",""endDate"":""2021-12-31""},{""time"":348710,""label"":""tour_next"",""step"":5},{""time"":405107,""label"":""cleared_brush"",""using"":""Click""},{""time"":405107,""label"":""cleared_brush"",""using"":""Escape""},{""time"":422307,""label"":""cleared_brush"",""using"":""Click""},{""time"":426420,""label"":""cleared_brush"",""using"":""Click""},{""time"":426420,""label"":""cleared_brush"",""using"":""Escape""},{""time"":435700,""label"":""tour_next"",""step"":5},{""time"":466130,""label"":""tour_back"",""step"":5},{""time"":478609,""label"":""cleared_brush"",""using"":""Click""},{""time"":486207,""label"":""cleared_brush"",""using"":""Click""},{""time"":486207,""label"":""cleared_brush"",""using"":""Escape""},{""time"":490444,""label"":""cleared_brush"",""using"":""Click""},{""time"":492135,""label"":""started_brush"",""startDate"":""2021-12-22"",""endDate"":""2022-02-07""},{""time"":495011,""label"":""started_brush"",""startDate"":""2021-11-27"",""endDate"":""2022-02-07""},{""time"":508716,""label"":""tour_next"",""step"":5},{""time"":573943,""label"":""tour_back"",""step"":5},{""time"":580772,""label"":""started_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-05-03""},{""time"":585321,""label"":""cleared_brush"",""using"":""Click""},{""time"":585321,""label"":""cleared_brush"",""using"":""Escape""},{""time"":589959,""label"":""started_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-06-03""},{""time"":592337,""label"":""cleared_brush"",""using"":""Click""},{""time"":592337,""label"":""cleared_brush"",""using"":""Escape""},{""time"":597516,""label"":""started_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-08-01""},{""time"":601200,""label"":""cleared_brush"",""using"":""Click""},{""time"":601200,""label"":""cleared_brush"",""using"":""Escape""},{""time"":605211,""label"":""tour_next"",""step"":5},{""time"":618542,""label"":""tour_end"",""step"":5},{""time"":620224,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":3008,""week"":""2"",""id"":""chart""},{""time"":624541,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":3374,""week"":""6"",""id"":""chart""},{""time"":628969,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":6611,""week"":""6"",""id"":""chart""},{""time"":635811,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":8079,""week"":""5"",""id"":""chart""},{""time"":644174,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":12918,""week"":""4"",""id"":""chart""},{""time"":657272,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":13414,""week"":""3"",""id"":""chart""},{""time"":670748,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":12197,""week"":""2"",""id"":""chart""},{""time"":683041,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":13812,""week"":""1"",""id"":""chart""},{""time"":697003,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":12242,""week"":""52"",""id"":""chart""},{""time"":709404,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":9447,""week"":""51"",""id"":""chart""},{""time"":718923,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":9486,""week"":""50"",""id"":""chart""},{""time"":728478,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":17613,""week"":""49"",""id"":""chart""}]}","{""startTime"":1690228700689,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar -2023-07-24 15:57:50,2023-07-24 16:15:44,0,73.127.135.3,100,1073,1,2023-07-24 16:15:44,R_2wukNS3W1CRyLFE,,,,,35.0781,-106.6583,anonymous,EN,1,6.183,7.818,9.196,2,1,4,1,9.653,15.284,16.802,3,0,0,15.013,0,100,100,73,31.975,47.848,49.366,7,44.756,61.798,64.378,2,1,1,21.929,100.359,101.469,9,1,-3,21.692,182.377,184.048,13,1,14.559,63.762,64.761,4,0,0,15.012,0,7,6,7,7,7,7,chart would be interesting for hospitalizations and another for deaths. That would show an even bigger difference between unvaccinated and vaccinated.,14.824,39.677,87.334,9,4,7,7,7,6,6,"It shows the peak in December 2021 and that peak cases included vaccinated cases. But, the cases for the vaccinated was significantly less than unvaccinated.",5.632,5.632,69.4,1,5,,10.122,17.243,18.401,4,2,7,3,4,1,5,6,34.661,34.661,35.78,1,6,8,7,9,6,8,10,9,,13.493,60.679,62.688,9,4,5,2,1,5,5,12.536,42.681,43.936,7,2,1,10.554,25.553,27.842,3,2,1964,New Mexico,7,1,1,,7,,,11,4,2,,5.896,79.456,81.455,20,62b8a08a9ff4c7c019c33208,"{""startTime"":1690229127269,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690229006254,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690228823408,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":44,""label"":""tour_started""},{""time"":13035,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":11795,""week"":""52"",""id"":""chart""},{""time"":25635,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":11511,""week"":""6"",""id"":""chart""},{""time"":37779,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4336,""week"":""52"",""id"":""chart""},{""time"":44735,""label"":""tour_next"",""step"":2},{""time"":52614,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5937,""week"":""52"",""id"":""chart2""},{""time"":61776,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690228990739,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar -2023-07-24 15:58:23,2023-07-24 16:16:18,0,24.243.155.141,100,1075,1,2023-07-24 16:16:19,R_3dG4yCvY93cVAqN,,,,,30.2732,-97.7419,anonymous,EN,1,103.867,103.867,105.713,1,1,4,2,3.551,5.107,6.587,2,0,0,15.016,0,100,91,53,17.893,68.808,72.128,4,5.213,202.541,242.887,3,1,1,19.493,61.569,77.305,2,1,1,45.372,118.304,146.857,4,1,61.01,61.01,62.917,1,0,0,15.113,0,6,6,6,5,6,6,"Nothing comes to mind. ",8.892,27.422,35.285,7,6,6,6,2,6,6,"Because it gives a range, rather than a precise number. It also matches up with the information I received reading the news daily. ",6.155,6.155,49.439,1,4,"Nothing comes to mind. ",4.852,6.507,13.823,2,2,7,3,4,1,5,6,0,0,26.33,0,6,7,7,7,9,5,11,10,NA,3.337,25.062,28.456,9,4,4,1,1,4,4,3.429,16.318,18.686,6,2,1,2.434,8.091,15.876,2,2,1965,Texas,7,2,1,,7,,,12,2,1,mmpetrek@gmail.com,1.536,87.565,93.299,26,56c113f6eb5b22000d5baa6f,"{""startTime"":1690229395252,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":1605,""label"":""hovered"",""timeHovered"":3413,""week"":""2022-01-10""},{""time"":15221,""label"":""hovered"",""timeHovered"":1885,""week"":""2022-01-10""},{""time"":17231,""label"":""hovered"",""timeHovered"":1317,""week"":""2022-01-10""}]}","{""startTime"":1690229322063,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690228915207,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":21316,""label"":""hovered"",""timeHovered"":1249,""week"":""2022-01-03""},{""time"":26252,""label"":""hovered"",""timeHovered"":10862,""week"":""2022-01-10""},{""time"":45252,""label"":""hovered"",""timeHovered"":1081,""week"":""2022-01-10""},{""time"":46699,""label"":""hovered"",""timeHovered"":1183,""week"":""2022-01-10""},{""time"":49699,""label"":""hovered"",""timeHovered"":9181,""week"":""2022-01-10""},{""time"":59366,""label"":""hovered"",""timeHovered"":5082,""week"":""2021-11-22""},{""time"":65268,""label"":""hovered"",""timeHovered"":1746,""week"":""2021-10-18""},{""time"":69525,""label"":""hovered"",""timeHovered"":1639,""week"":""2021-08-23""},{""time"":77970,""label"":""hovered"",""timeHovered"":1045,""week"":""2021-04-12""},{""time"":82469,""label"":""hovered"",""timeHovered"":2264,""week"":""2021-04-26""},{""time"":85417,""label"":""hovered"",""timeHovered"":1746,""week"":""2021-04-26""},{""time"":87933,""label"":""hovered"",""timeHovered"":1748,""week"":""2021-05-10""},{""time"":97648,""label"":""hovered"",""timeHovered"":1385,""week"":""2021-07-26""},{""time"":99885,""label"":""hovered"",""timeHovered"":2396,""week"":""2021-08-23""},{""time"":103833,""label"":""hovered"",""timeHovered"":4532,""week"":""2022-01-03""},{""time"":109167,""label"":""hovered"",""timeHovered"":1197,""week"":""2022-01-10""},{""time"":110618,""label"":""hovered"",""timeHovered"":1616,""week"":""2022-01-17""},{""time"":112333,""label"":""hovered"",""timeHovered"":3881,""week"":""2022-01-24""},{""time"":120278,""label"":""hovered"",""timeHovered"":1068,""week"":""2022-02-07""},{""time"":122049,""label"":""hovered"",""timeHovered"":1232,""week"":""2022-02-07""},{""time"":124246,""label"":""hovered"",""timeHovered"":1450,""week"":""2021-05-31""},{""time"":128833,""label"":""hovered"",""timeHovered"":1082,""week"":""2021-06-14""},{""time"":129981,""label"":""hovered"",""timeHovered"":4168,""week"":""2021-05-31""},{""time"":135002,""label"":""hovered"",""timeHovered"":2811,""week"":""2021-04-26""},{""time"":139832,""label"":""hovered"",""timeHovered"":2116,""week"":""2021-08-23""},{""time"":142046,""label"":""hovered"",""timeHovered"":1184,""week"":""2021-08-23""},{""time"":143323,""label"":""hovered"",""timeHovered"":1490,""week"":""2021-09-06""},{""time"":144915,""label"":""hovered"",""timeHovered"":2681,""week"":""2021-09-20""},{""time"":147658,""label"":""hovered"",""timeHovered"":12508,""week"":""2021-09-20""},{""time"":161754,""label"":""hovered"",""timeHovered"":3344,""week"":""2022-01-10""},{""time"":166434,""label"":""hovered"",""timeHovered"":21744,""week"":""2022-01-10""},{""time"":191858,""label"":""tour_next"",""step"":2},{""time"":202491,""label"":""tour_end"",""step"":2},{""time"":205034,""label"":""hovered"",""timeHovered"":9287,""week"":""2022-01-10""},{""time"":214915,""label"":""hovered"",""timeHovered"":2540,""week"":""2022-01-10""},{""time"":217847,""label"":""hovered"",""timeHovered"":2339,""week"":""2022-01-17""},{""time"":221271,""label"":""hovered"",""timeHovered"":1735,""week"":""2022-01-24""},{""time"":224269,""label"":""hovered"",""timeHovered"":1036,""week"":""2021-11-29""},{""time"":227244,""label"":""hovered"",""timeHovered"":1826,""week"":""2021-11-15""},{""time"":229821,""label"":""hovered"",""timeHovered"":1404,""week"":""2021-10-18""},{""time"":233373,""label"":""hovered"",""timeHovered"":6001,""week"":""2021-08-23""}]}","{""startTime"":1690229306361,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":3288,""label"":""hovered"",""timeHovered"":1073,""week"":""2022-01-31""},{""time"":6083,""label"":""hovered"",""timeHovered"":1125,""week"":""2022-01-10""},{""time"":11400,""label"":""hovered"",""timeHovered"":1166,""week"":""2021-05-24""}]}",1,moderate,line -2023-07-24 15:52:47,2023-07-24 16:16:56,0,72.234.195.104,100,1449,1,2023-07-24 16:16:57,R_1jQf1xD4li8BXqY,,,,,21.3037,-157.8667,anonymous,EN,1,50.521,50.521,52.593,1,2,,2,3.704,3.704,5.594,1,0,0,15.01,0,93,100,94,30.226,51.799,55.572,5,79.314,151.806,177.334,3,-2,1,57.137,89.931,98.135,3,-3,-3,162.778,185.051,201.595,2,1,50.02,50.02,55.527,1,0,0,15.12,0,5,5,5,7,7,3,,41.793,62.602,77.96,7,2,7,6,2,3,2,"The charts don't specify neither the severity of the cases nor the outcome. Having a sore throat for a couple of days is not the same as being hospitalized or dying. ",3.747,177.123,196.672,10,7,,6.352,12.098,15.833,2,2,7,3,4,1,5,6,0,0,37.125,0,3,5,9,9,3,6,9,6,,9.376,52.81,58.345,11,4,4,1,2,4,4,17.291,56.463,62.6,6,5,4,8.101,20.585,34.286,2,2,1959,Hawaii,3,1,1,,7,,,4,4,1,5d5d431608a4b10016285091@prolicic.co,6.164,186.547,194.109,22,5d5d431608a4b10016285091,"{""startTime"":1690228815419,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":67394},{""label"":""window_focused"",""time"":68801},{""label"":""window_blurred"",""time"":69022},{""label"":""window_focused"",""time"":70000}]}","{""startTime"":1690228895166,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690228522216,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":23,""label"":""tour_started""},{""time"":31898,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8801,""week"":""52"",""id"":""chart""},{""time"":41685,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4676,""week"":""1"",""id"":""chart""},{""time"":52709,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7549,""week"":""42"",""id"":""chart""},{""time"":63949,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":10371,""week"":""23"",""id"":""chart""},{""time"":78280,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8867,""week"":""23"",""id"":""chart""},{""time"":89252,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":10556,""week"":""52"",""id"":""chart""},{""time"":106279,""label"":""tour_next"",""step"":2},{""time"":115226,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":21008,""week"":""52"",""id"":""chart2""},{""time"":151787,""label"":""tour_end"",""step"":2},{""time"":159039,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6747,""week"":""6"",""id"":""chart2""},{""time"":166935,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3792,""week"":""6"",""id"":""chart""},{""time"":174104,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1332,""week"":""2"",""id"":""chart2""}]}","{""startTime"":1690228799489,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar -2023-07-24 15:58:27,2023-07-24 16:17:16,0,24.127.55.3,100,1129,1,2023-07-24 16:17:16,R_3DhEp4lv3uVVrni,,,,,42.6734,-82.7736,anonymous,EN,1,27.156,27.156,31.181,1,1,2,2,2.321,8.505,10.674,2,0,0,15.112,0,61,41,33,23.728,31.578,34.953,3,37.565,213.173,264.274,26,-2,1,28.228,55.332,64.555,2,-3,-3,33.921,51.584,53.212,2,1,36.392,68.836,81.576,3,0,0,15.01,0,3,3,2,2,6,2,Just because the data source is displayed doesn't explain where this information came from and how it was used to get these results.,13.434,69.921,77.856,9,3,1,2,2,2,2,"I am not sure of the data provided. I see the visualization but not any facts to support the data shown. ",3.894,3.894,43.289,1,6,,11.447,15.248,16.634,2,2,7,3,4,1,5,6,0,0,27.936,0,4,8,9,9,6,9,8,10,,6.167,29.123,32.243,11,4,4,2,1,4,4,18.406,45.567,47.528,7,5,1,12.135,22.867,27.194,4,2,1957,Michigan,3,2,1,,7,,,12,2,1,martsart@comcast.net,5.347,199.131,206.973,40,60fcbda8909f2ef8e0afa8ca,"{""startTime"":1690229268804,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690229193949,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690228831702,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":40485,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":9798,""week"":""52"",""id"":""chart""},{""time"":52538,""label"":""tour_next"",""step"":5},{""time"":84849,""label"":""started_brush"",""startDate"":""2021-11-26"",""endDate"":""2021-12-08""},{""time"":87006,""label"":""tour_next"",""step"":5},{""time"":107970,""label"":""moved_brush"",""startDate"":""2021-11-12"",""endDate"":""2021-11-24""},{""time"":142775,""label"":""tour_next"",""step"":5},{""time"":156119,""label"":""moved_brush"",""startDate"":""2021-11-12"",""endDate"":""2021-11-24""},{""time"":170966,""label"":""moved_brush"",""startDate"":""2021-11-12"",""endDate"":""2021-11-24""},{""time"":171579,""label"":""moved_brush"",""startDate"":""2021-11-12"",""endDate"":""2021-11-24""},{""time"":176085,""label"":""cleared_brush"",""using"":""Click""},{""time"":182601,""label"":""cleared_brush"",""using"":""Click""},{""time"":182602,""label"":""cleared_brush"",""using"":""Escape""},{""time"":185407,""label"":""tour_next"",""step"":5},{""time"":192525,""label"":""tour_end"",""step"":5},{""time"":194926,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3234,""week"":""1"",""id"":""chart""},{""time"":206729,""label"":""started_brush"",""startDate"":""2022-01-19"",""endDate"":""2022-02-01""},{""time"":207489,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3715,""week"":""5"",""id"":""chart""},{""time"":211210,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2795,""week"":""5"",""id"":""chart""},{""time"":216942,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4093,""week"":""4"",""id"":""chart""},{""time"":221057,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":9232,""week"":""4"",""id"":""chart""},{""time"":230767,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2954,""week"":""5"",""id"":""chart""},{""time"":236690,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2896,""week"":""5"",""id"":""chart""},{""time"":240127,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1935,""week"":""4"",""id"":""chart""},{""time"":244035,""label"":""cleared_brush"",""using"":""Click""},{""time"":247586,""label"":""started_brush"",""startDate"":""2021-11-26"",""endDate"":""2022-01-02""}]}","{""startTime"":1690229178368,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar -2023-07-24 16:00:28,2023-07-24 16:17:47,0,67.177.109.28,100,1038,1,2023-07-24 16:17:48,R_24C7Au26C1aXMIQ,,,,,30.1909,-85.6696,anonymous,EN,1,5.806,5.806,7.99,1,1,3,1,2.099,13.615,14.92,2,0,0,15.008,0,100,100,29,13.626,25.947,29.04,3,28.645,43.598,52.804,3,1,1,56.729,88.823,90.323,2,-3,1,75.145,171.497,173.541,3,-1,53.404,66.964,68.385,2,0,0,15.017,0,5,4,6,7,6,6,,6.88,34.729,37.431,7,3,7,6,4,7,6,"Because it is consistent with and illustrative of what we learned in the news during that period. Although one could nitpick and argue over nuances of the data, it's clear that people who didn't get vaccinated were more likely to get Covid.",4.503,86.724,133.297,2,4,,9.539,9.539,17.23,1,2,7,3,4,1,5,6,0,0,27.951,0,1,5,5,5,5,4,8,9,,5.937,65.418,69.897,9,4,4,2,2,5,4,11.159,39.453,41.216,8,3,1,2.829,12.847,18.274,2,1,1959,Florida,7,1,1,,7,,,10,4,1,randysegler22@gmail.com,5.219,132.433,144.176,16,63891bdb3ba6ac10865528f3,"{""startTime"":1690229341442,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690229153936,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":816,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1762,""week"":""1"",""id"":""chart""},{""time"":2741,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":10662,""week"":""2"",""id"":""chart""}]}","{""startTime"":1690228910573,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":12872,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5146,""week"":""52"",""id"":""chart""},{""time"":18318,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6895,""week"":""47"",""id"":""chart""},{""time"":28638,""label"":""tour_next"",""step"":2},{""time"":35566,""label"":""tour_end"",""step"":2},{""time"":39187,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1233,""week"":""19"",""id"":""chart""},{""time"":43202,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1455,""week"":""31"",""id"":""chart""},{""time"":46499,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1889,""week"":""52"",""id"":""chart""},{""time"":48610,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1753,""week"":""2"",""id"":""chart""}]}","{""startTime"":1690229138286,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar -2023-07-24 16:07:56,2023-07-24 16:19:35,0,184.98.95.232,100,698,1,2023-07-24 16:19:36,R_2fDwhOP02hBPPQT,,,,,33.4656,-111.9956,anonymous,EN,1,20.767,20.767,25.91,1,1,4,2,1.59,3.583,5.086,2,0,0,15.029,0,75,92,57,9.286,20.846,21.772,3,22.63,30.967,38.333,3,1,1,8.718,34.894,36.316,3,-3,-3,33.956,92.082,93.575,2,-1,71.285,71.285,72.859,1,7.456,7.456,15.132,1,4,4,4,4,4,4,"The instructions for this set of questions is self-contradicotory: ""Disregard the visualization for this question. To what extent do you agree or disagree with the following statements about the data used in the visualization above?""",19.433,37.363,68.019,11,3,6,5,1,2,6,"It seems reasonable, I do not know why you would chose to use deception in it, and it is labeled by the CDC.",2.116,2.116,56.147,1,5,,5.14,5.14,11.59,1,2,7,3,4,1,5,6,0,0,14.422,0,2,6,7,3,9,5,10,8,,5.376,21.995,25.882,8,2,2,2,2,2,3,8.938,38.11,40.331,6,3,2,4.529,20.644,22.024,2,1,1963,Arizona,3,2,1,,7,,,4,4,1,rogerblainkitty@msn.com,1.598,45.257,60.032,15,5eed1bae9e63ac127ac15a77,"{""startTime"":1690229613114,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690229513090,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":22495,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5233,""week"":""51"",""id"":""chart""},{""time"":28868,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1282,""week"":""52"",""id"":""chart""}]}","{""startTime"":1690229363694,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":17,""label"":""tour_started""},{""time"":14699,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1050,""week"":""47"",""id"":""chart""},{""time"":17324,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4025,""week"":""46"",""id"":""chart""},{""time"":22611,""label"":""tour_next"",""step"":2},{""time"":28219,""label"":""tour_end"",""step"":2},{""time"":29776,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1525,""week"":""52"",""id"":""chart""},{""time"":34876,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1034,""week"":""21"",""id"":""chart""}]}","{""startTime"":1690229497159,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":8305,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1485,""week"":""6"",""id"":""chart""},{""time"":10697,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2207,""week"":""51"",""id"":""chart""}]}",1,moderate,bar -2023-07-24 16:10:39,2023-07-24 16:20:45,0,174.51.151.171,100,605,1,2023-07-24 16:20:46,R_12mao0XHgrD2k5x,,,,,40.05,-105.217,anonymous,EN,1,6.177,8.456,9.624,4,1,4,2,1.928,4.744,6.128,2,0,0,15.018,0,93,95,50,9.726,22.357,26.094,11,14.094,35.205,55.404,4,1,-2,32.272,54.033,55.686,9,1,1,26.323,43.755,48.271,7,1,52.243,52.243,53.747,1,0,0,15.019,0,5,4,6,6,6,6,,14.553,34.35,37.399,20,6,7,6,6,6,6,"It seems clearly presented and it makes sense. For example, it is consistent with higher COVID cases among the unvaccinated, as well as with the predictable epidemic curve where cases peak in January or February. ",4.641,53.909,55.016,7,4,,2.728,3.79,6.073,3,2,7,3,4,1,5,6,9.374,25.821,44.349,6,6,7,8,8,5,2,9,7,,5.144,19.91,22.917,9,3,3,3,2,4,3,6.784,16.96,18.498,6,2,2,2.591,8.615,10.211,2,5,1975,Colorado,9,1,1,,10,,,19,4,2,,2.37,78.626,81.078,21,5dced33fc944d1018c53c520,"{""startTime"":1690229713430,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690229637746,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690229509208,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":21,""label"":""tour_started""},{""time"":1659,""label"":""hovered"",""timeHovered"":1248,""week"":""2021-09-13""},{""time"":2910,""label"":""hovered"",""timeHovered"":2467,""week"":""2021-09-13""},{""time"":19946,""label"":""hovered"",""timeHovered"":1445,""week"":""2022-01-03""},{""time"":23550,""label"":""hovered"",""timeHovered"":2030,""week"":""2021-06-07""},{""time"":25805,""label"":""hovered"",""timeHovered"":1327,""week"":""2021-05-31""},{""time"":28805,""label"":""tour_next"",""step"":2},{""time"":35261,""label"":""tour_end"",""step"":2},{""time"":43250,""label"":""hovered"",""timeHovered"":1716,""week"":""2021-06-07""},{""time"":52119,""label"":""hovered"",""timeHovered"":1814,""week"":""2021-06-21""}]}","{""startTime"":1690229621935,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":6144,""label"":""hovered"",""timeHovered"":1252,""week"":""2021-04-12""},{""time"":7544,""label"":""hovered"",""timeHovered"":1030,""week"":""2021-05-10""},{""time"":9374,""label"":""hovered"",""timeHovered"":2607,""week"":""2021-06-14""}]}",1,simple,line -2023-07-24 16:06:25,2023-07-24 16:21:53,0,68.39.176.199,100,927,1,2023-07-24 16:21:54,R_29cAUan33Dkjejr,,,,,40.7494,-86.0686,anonymous,EN,1,3.527,3.527,4.899,1,1,4,2,2.198,6.735,8.326,2,0,0,15.116,0,81,25,12,30.792,83.645,85.365,6,52.179,155.22,161.8,19,1,1,20.452,57.952,59.142,4,-3,1,43.737,59.764,62.239,2,1,24.684,66.615,68.214,6,0,0,15.01,0,7,7,7,6,6,7,"It was a bit confusing at first, but once I understood what colors were unvaccinated and vaccinated, it became clear and easy to read the chart.",11.048,29.88,75.797,7,7,6,6,4,3,7,The ability to run my mouse over the chart and see the exact case numbers per group makes me trust it as it shows the researcher clearly wanted to represent all the facts down to the exacting detail.,2.196,3.423,63.001,2,2,"The information was clearly presented and the questions were easy to understand. Also, there were no technical errors. Good luck with your research.",4.191,15.526,17.338,3,2,3,4,5,1,6,7,0,0,11.883,0,4,6,9,6,11,2,10,7,"It has become more difficult over the course of my lifetime to place as much trust in any of the above as I once had due to, in my opinion, a declining interest in working for the common good and an increase in selfish acts and policies.",5.51,31.027,106.203,10,5,5,1,1,5,5,9.252,20.641,22.444,6,1,1,3.413,10.221,12.323,2,1,1956,Florida,6,2,1,,7,,,8,4,1,jctseravat@gmail.com,3.28,70.247,77.245,16,5e2d96d3bc554937d1b3917a,"{""startTime"":1690229563565,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690229640365,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690229317284,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":24934,""label"":""hovered"",""timeHovered"":2082,""week"":""2022-01-10""},{""time"":27386,""label"":""hovered"",""timeHovered"":3382,""week"":""2022-01-10""},{""time"":52176,""label"":""tour_next"",""step"":5},{""time"":70436,""label"":""cleared_brush"",""using"":""click""},{""time"":83197,""label"":""started_brush"",""startDate"":""2021-12-29"",""endDate"":""2022-01-12""},{""time"":84039,""label"":""tour_next"",""step"":5},{""time"":110956,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-08-09""},{""time"":126291,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-08-08""},{""time"":130995,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-10-13""},{""time"":136635,""label"":""started_brush"",""startDate"":""2021-10-17"",""endDate"":""2022-01-09""},{""time"":137330,""label"":""tour_next"",""step"":5},{""time"":145758,""label"":""cleared_brush"",""using"":""click""},{""time"":145761,""label"":""cleared_brush"",""using"":""Escape""},{""time"":147406,""label"":""tour_next"",""step"":5},{""time"":155216,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690229548031,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line -2023-07-24 16:07:42,2023-07-24 16:22:09,0,73.27.247.192,100,866,1,2023-07-24 16:22:09,R_2ic7sLXmQOmTaox,,,,,26.9835,-82.1319,anonymous,EN,1,8.047,13.819,15.258,2,1,3,1,3.045,7.341,10.297,2,3.283,14.645,15.017,3,80,100,50,38.263,61.111,64.854,4,22.554,73.217,78.382,3,1,-3,76.171,135.683,137.65,4,-3,-3,57.562,79.346,81.366,2,-3,38.487,38.487,61.757,1,0,0,15.012,0,6,4,6,6,2,6,,11.367,29.846,34.523,6,4,6,4,1,4,6,"Because it makes sense, is clear, and why not trust it? It has no direct effect on me.",5.23,56.505,62.595,2,6,,5.474,5.474,11.175,1,2,7,3,4,1,5,6,20.511,20.511,24.707,1,1,1,10,10,6,9,10,10,,8.488,25.072,28.847,8,3,3,2,3,4,3,8.645,28.607,30.514,6,4,1,3.873,11.641,14.342,2,1,1954,Florida,4,2,1,,7,,,6,4,1,62879b859698ba45e6afa90f@email.prolific.co,3.325,100.942,101.812,14,62879b859698ba45e6afa90f,"{""startTime"":1690229673801,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690229575746,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690229399673,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":8598,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1854,""week"":""52"",""id"":""chart""},{""time"":32078,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7845,""week"":""44"",""id"":""chart""},{""time"":40675,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3713,""week"":""1"",""id"":""chart""},{""time"":44991,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4481,""week"":""45"",""id"":""chart""},{""time"":64169,""label"":""tour_next"",""step"":2},{""time"":73208,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690229560296,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar -2023-07-24 15:54:57,2023-07-24 16:22:26,0,63.160.189.5,100,1648,1,2023-07-24 16:22:26,R_2ffDP8yJ0V9ZVDA,,,,,37.751,-97.822,anonymous,EN,1,764.795,765.7,766.64,3,1,2,2,2.1,10.455,11.502,6,14.382,14.382,15.026,1,100,100,50,1.992,9.43,11.107,5,2.589,42.181,43.262,9,-2,1,3.897,84.973,87.198,12,-3,-3,1.867,65.678,66.327,11,1,20.374,34.719,36.067,6,7.629,12.88,15.021,2,4,6,4,6,6,4,,5.573,22.271,24.525,8,6,6,6,5,4,4,Because I dont think its from a verifiable source,34.572,34.572,52.862,1,4,,11.664,13.151,14.599,2,2,7,3,4,1,5,6,0.823,36.069,38.871,6,7,7,7,7,7,7,7,7,,45.014,55.301,56.719,11,3,4,2,2,4,4,30.748,45.132,46.76,11,2,1,3.96,19.261,21.47,6,1,1973,Arizona,6,2,1,,3,,,7,3,1,646d3710dea5554a4b83d2a2@email.prolific.co,9.159,130.049,134.045,23,646d3710dea5554a4b83d2a2,"{""startTime"":1690229645738,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690229539657,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690229398711,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":19,""label"":""tour_started""},{""time"":24276,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5741,""week"":""47"",""id"":""chart""},{""time"":35652,""label"":""tour_next"",""step"":2},{""time"":37692,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690229510964,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":2384,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2468,""week"":""1"",""id"":""chart""}]}",1,moderate,bar -2023-07-24 16:07:02,2023-07-24 16:22:34,0,108.225.41.224,100,931,1,2023-07-24 16:22:35,R_1otAlubVTxuq0VN,,,,,35.0255,-97.9462,anonymous,EN,1,72.463,73.421,74.156,2,1,2,1,1.853,4.948,5.875,3,13.372,13.372,15.009,1,100,100,69,9.803,17.554,18.52,6,6.662,39.191,39.981,6,1,1,22.31,74.174,75.154,8,-2,1,12.358,63.501,64.588,8,1,21.816,61.256,62.295,5,6.306,13.666,15.02,3,7,7,7,7,7,7,,23.614,36.092,37.81,9,7,7,7,7,7,7,I trust it because it seems to me that it was true,6.601,6.601,30.247,1,4,,4.517,5.365,6.202,2,2,3,4,5,1,6,7,276.68,276.68,279.677,1,1,1,1,1,1,4,1,6,,5.402,28.528,29.343,13,5,5,1,1,1,1,3.106,37.098,38,9,6,5,8.721,33.545,34.271,4,2,1965,Oklahoma,4,2,1,,7,,,7,1,2,,7.029,67.222,68.383,22,568e7e33e3ef9e000da202a7,"{""startTime"":1690229472008,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690229510397,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690229350552,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":16460,""label"":""tour_next"",""step"":2},{""time"":25251,""label"":""tour_end"",""step"":2},{""time"":31278,""label"":""hovered"",""timeHovered"":2574,""week"":""2021-04-12""}]}","{""startTime"":1690229456429,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line -2023-07-24 16:11:08,2023-07-24 16:22:37,0,173.16.243.71,100,689,1,2023-07-24 16:22:38,R_2rpbjPS6RLo3sXN,,,,,41.1622,-85.4724,anonymous,EN,1,5.336,5.336,7.403,1,1,4,2,3.161,6.083,7.548,2,0,0,15.11,0,100,100,100,11.775,17.938,20.152,3,23.5,43.001,51.131,2,1,-2,35.587,82.056,84.388,2,1,-3,33.938,100.932,102.701,3,-3,50.033,50.033,52.042,1,0,0,15.11,0,6,6,6,6,6,6,,8.073,16.243,20.338,6,6,6,6,6,4,6,Very straightforward scientific data on per capita basis which is important.,4.059,50.939,55.545,2,6,,7.213,7.213,9.307,1,2,7,3,4,1,5,6,10.075,10.075,26.054,1,8,9,11,10,8,9,10,11,,6.651,27.419,31.368,8,4,4,2,2,4,4,6.256,24.759,26.647,6,6,1,7.503,17.782,21.042,2,1,1942,Indiana,7,3,1,,7,,,6,1,2,,4.028,70.268,71.634,12,5cda0f40fbe78a00192192a3,"{""startTime"":1690229689299,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690229710574,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690229536049,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":38,""label"":""tour_started""},{""time"":9841,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1116,""week"":""1"",""id"":""chart""},{""time"":11557,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3266,""week"":""1"",""id"":""chart""},{""time"":16806,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4782,""week"":""52"",""id"":""chart""},{""time"":23486,""label"":""tour_next"",""step"":2},{""time"":27695,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7109,""week"":""52"",""id"":""chart2""},{""time"":35911,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4975,""week"":""1"",""id"":""chart2""},{""time"":42986,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690229673251,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar -2023-07-24 16:12:35,2023-07-24 16:22:40,0,107.145.174.52,100,604,1,2023-07-24 16:22:41,R_27TYJ9VEisXDyzw,,,,,29.2866,-81.0869,anonymous,EN,1,9.754,10.469,11.692,2,1,3,2,1.715,4.073,5.844,2,0,0,15.108,0,100,100,72,16.249,28.733,38.71,4,16.613,30.165,32.409,2,1,1,30.566,40.85,42.258,2,-3,-3,30.554,47.016,48.299,2,1,35.233,35.233,42.209,1,0,0,15.009,0,4,4,4,7,7,4,Nothing to add.,13.347,40.591,46.275,8,4,7,7,1,4,7,"Your statement indicated to assume that I trust this visualization, so that is how I answered. In real life, I have no clue as to how accurate the data is.",2.659,2.659,52.95,1,6,Nothing to add.,3.133,5.492,11.022,4,2,7,3,4,1,5,6,0,0,16.035,0,7,8,10,10,6,9,10,10,Nothing to add.,5.802,25.604,30.59,10,3,3,2,3,3,3,5.896,19.462,21.357,7,4,1,3.275,13.349,14.908,2,1,1965,Florida,6,3,1,,7,,,7,4,1,ca2fla@earthlink.net,2.812,104.057,104.914,14,62d3864d8929960c0bd35335,"{""startTime"":1690229815217,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690229733428,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690229641831,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":9468,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6148,""week"":""43"",""id"":""chart""},{""time"":16609,""label"":""tour_next"",""step"":2},{""time"":21984,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2000,""week"":""47"",""id"":""chart2""},{""time"":27533,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1267,""week"":""44"",""id"":""chart2""},{""time"":30160,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690229717584,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":10567,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1375,""week"":""52"",""id"":""chart""}]}",1,simple,bar -2023-07-24 16:04:23,2023-07-24 16:23:41,0,47.14.24.141,100,1158,1,2023-07-24 16:23:41,R_3O85iJShNxmegU9,,,,,42.6689,-71.5934,anonymous,EN,1,55.215,55.215,56.603,1,1,4,2,2.507,7.03,8.802,2,0,0,15.111,0,80,100,50,30.158,67.824,74.165,5,63.58,91.864,113.212,3,-2,1,68.692,108.485,110.651,2,-1,-3,66.426,85.766,88.417,2,-3,44.181,44.181,46.011,1,0,0,15.109,0,4,2,4,6,6,4,"I assume that if the data if from the CDC, the data it truthful and accurate. My earlier hesitation is that I would want to cross-reference with the CDC myself. ",22.329,56.914,113.89,7,2,6,4,2,2,4,"I do not know if the source of the data is accurate. I would want to cross-reference the data. It looks legitimate, but I can't know without some cross-reference. ",4.402,45.178,64.265,2,5,,9.564,46.521,49.201,3,2,7,3,4,1,5,6,0,0,33.684,0,5,8,8,7,8,8,10,10,,9.013,25.934,29.294,8,4,4,1,1,5,4,17.465,53.477,57.861,7,4,1,6.089,16.54,20.634,2,1,1963,Massachusetts,7,3,1,,7,,,17,4,1,aternity.joe@gmail.com,4.357,157.051,168.783,24,611e98f99f858a3980832435,"{""startTime"":1690229600206,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690229486030,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690229244762,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":23259,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4653,""week"":""1"",""id"":""chart""},{""time"":28728,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3253,""week"":""52"",""id"":""chart""},{""time"":34668,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1602,""week"":""45"",""id"":""chart""},{""time"":39154,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5521,""week"":""32"",""id"":""chart""},{""time"":45248,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":16857,""week"":""1"",""id"":""chart""},{""time"":63577,""label"":""tour_next"",""step"":2},{""time"":79186,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3935,""week"":""52"",""id"":""chart2""},{""time"":86078,""label"":""tour_end"",""step"":2},{""time"":96543,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2608,""week"":""6"",""id"":""chart2""},{""time"":99791,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1598,""week"":""6"",""id"":""chart""},{""time"":108047,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1946,""week"":""1"",""id"":""chart""}]}","{""startTime"":1690229470452,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":3089,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1945,""week"":""52"",""id"":""chart2""}]}",1,simple,bar -2023-07-24 16:07:30,2023-07-24 16:24:13,0,98.165.52.105,100,1002,1,2023-07-24 16:24:13,R_2rUtHudaDXSQ9Vt,,,,,32.2123,-110.879,anonymous,EN,1,47.027,47.027,48.884,1,1,4,1,2.717,5.812,7.326,2,0,0,15.113,0,79,82,77,15.528,21.242,23.285,3,10.74,39.725,44.291,2,1,1,23.594,44.242,45.484,2,1,1,145.177,166.846,168.075,2,-2,98.969,98.969,100.33,1,0,0,15.108,0,6,6,6,6,6,6,,62.46,72.504,74.249,6,6,6,6,6,6,6,"Clean, neat and easy to visualize. Data points and markings are easy to read.",8.866,68.988,72.026,4,6,,23.642,35.208,36.906,2,2,7,3,4,1,5,6,0,0,25.953,0,5,8,7,5,8,4,9,9,,16.738,31.473,33.838,8,4,4,2,2,4,4,29.528,44.715,46.052,6,2,1,5.471,16.248,19.498,2,1,1953,Arizona,7,2,1,,7,,,8,4,1,Jmarsh4991@comcast.net,3.833,113.035,118.12,16,60c2670ee246bb9e550f9088,"{""startTime"":1690229611884,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690229496468,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690229389680,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":10730,""label"":""tour_next"",""step"":2},{""time"":39716,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690229480607,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line -2023-07-24 15:52:32,2023-07-24 16:24:17,0,104.7.56.57,100,1905,1,2023-07-24 16:24:18,R_RysuDQcj3MayJZT,,,,,32.6205,-90.0061,anonymous,EN,1,323.879,327.424,328.554,4,1,2,2,2.325,7.045,8.606,3,0,0,15.056,0,70,100,94,3.269,45.338,46.336,9,8.916,86.032,87.459,12,-2,-2,2.28,169.224,170.193,12,-2,-3,19.851,68.041,69.759,8,-2,1.787,47.794,49.3,6,1.878,6.411,15.131,2,6,4,4,5,6,6,,2.139,31.83,33.478,11,6,6,4,6,6,6,I believe the Center for Disease Control is pretty trustworthy and it says this information was sourced from there.,2.989,2.989,26.101,1,2,,5.777,13.858,14.792,3,2,7,3,4,1,5,6,13.077,19.551,20.501,3,3,6,6,7,5,6,6,8,,7.323,27.151,28.903,11,3,2,2,3,2,2,2.913,14.697,15.531,7,6,1,0.223,12.739,14.245,5,2,1965,Mississippi,3,1,1,,3,,,4,2,1,5c330cefca23620001b262b1@email.prolific.co,2.942,109.397,111.878,55,5c330cefca23620001b262b1,"{""startTime"":1690229704533,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690229739165,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690229548062,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":40,""label"":""tour_started""},{""time"":31615,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":10491,""week"":""43"",""id"":""chart""},{""time"":43473,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1030,""week"":""43"",""id"":""chart""},{""time"":45509,""label"":""tour_next"",""step"":5},{""time"":55128,""label"":""started_brush"",""startDate"":""2021-06-13"",""endDate"":""2021-08-20""},{""time"":57651,""label"":""tour_next"",""step"":5},{""time"":68015,""label"":""moved_brush"",""startDate"":""2021-09-18"",""endDate"":""2021-11-25""},{""time"":69454,""label"":""tour_next"",""step"":5},{""time"":76889,""label"":""cleared_brush"",""using"":""Click""},{""time"":76889,""label"":""cleared_brush"",""using"":""Escape""},{""time"":78802,""label"":""tour_next"",""step"":5},{""time"":84216,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690229687742,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":7504,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1867,""week"":""38"",""id"":""chart""},{""time"":13353,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1180,""week"":""2"",""id"":""chart""}]}",1,complex,bar -2023-07-24 15:45:38,2023-07-24 16:24:18,0,76.184.214.220,100,2320,1,2023-07-24 16:24:19,R_1qVTVKn4o5je5xm,,,,,33.1909,-96.6198,anonymous,EN,1,6.627,17.192,18.307,2,1,2,2,1.584,4.887,7.632,5,0,0,15.01,0,50,65,50,0.848,15.323,16.554,8,2.884,314.882,316.632,15,1,1,0.6,24.995,25.829,4,-3,1,0.9,30.625,31.505,5,1,1.523,215.353,216.196,6,1.012,1.012,15.116,1,6,6,6,6,6,6,,3.662,20.695,23.041,8,6,6,6,6,6,6,I trust this visualization,1.652,1.652,9.254,1,4,,3.391,3.391,5.691,1,2,3,4,5,1,6,7,1.381,359.432,362.643,3,2,2,2,2,9,6,9,9,,2.905,18.914,19.985,10,4,4,2,4,4,3,7.344,46.217,47.436,7,2,1,2.51,10.139,11.084,5,2,2000,Texas,6,3,1,,3,,,1,2,1,randyle82@gmail.com,1.315,63.019,64.294,26,646995ed901eb3789602a086,"{""startTime"":1690229427794,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690229451452,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690228012478,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":5,""label"":""tour_started""},{""label"":""window_blurred"",""time"":23384},{""label"":""window_focused"",""time"":26216},{""time"":28553,""label"":""tour_next"",""step"":5},{""label"":""window_blurred"",""time"":148763},{""label"":""window_focused"",""time"":1042349},{""time"":1048415,""label"":""started_brush"",""startDate"":""2021-06-30"",""endDate"":""2021-07-01""},{""time"":1051091,""label"":""cleared_brush"",""using"":""click""},{""time"":1056340,""label"":""tour_next"",""step"":5},{""time"":1058440,""label"":""cleared_brush"",""using"":""click""},{""time"":1062800,""label"":""cleared_brush"",""using"":""click""},{""time"":1063431,""label"":""cleared_brush"",""using"":""click""},{""time"":1065144,""label"":""cleared_brush"",""using"":""click""},{""time"":1065895,""label"":""started_brush"",""startDate"":""2021-07-04"",""endDate"":""2021-07-05""},{""time"":1073187,""label"":""moved_brush"",""startDate"":""2021-07-04"",""endDate"":""2022-02-08""},{""time"":1074349,""label"":""tour_next"",""step"":5},{""time"":1081073,""label"":""moved_brush"",""startDate"":""2021-07-04"",""endDate"":""2022-02-08""},{""time"":1082922,""label"":""moved_brush"",""startDate"":""2021-07-09"",""endDate"":""2022-02-13""},{""time"":1093282,""label"":""moved_brush"",""startDate"":""2021-05-23"",""endDate"":""2021-12-29""},{""time"":1095465,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-16""},{""time"":1096200,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-16""},{""time"":1097513,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-16""},{""time"":1099272,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-16""},{""time"":1105031,""label"":""moved_brush"",""startDate"":""2021-07-09"",""endDate"":""2022-02-13""},{""time"":1108771,""label"":""moved_brush"",""startDate"":""2021-05-27"",""endDate"":""2022-01-01""},{""time"":1109402,""label"":""moved_brush"",""startDate"":""2021-05-27"",""endDate"":""2022-01-01""},{""time"":1109608,""label"":""moved_brush"",""startDate"":""2021-05-27"",""endDate"":""2022-01-01""},{""time"":1112359,""label"":""moved_brush"",""startDate"":""2021-07-09"",""endDate"":""2022-02-13""},{""time"":1113414,""label"":""tour_back"",""step"":5},{""time"":1116403,""label"":""moved_brush"",""startDate"":""2021-05-25"",""endDate"":""2021-12-31""},{""time"":1119566,""label"":""tour_next"",""step"":5},{""time"":1123037,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-16""},{""time"":1128381,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-16""},{""time"":1128765,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-16""},{""time"":1128965,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-16""},{""time"":1134216,""label"":""cleared_brush"",""using"":""click""},{""time"":1135810,""label"":""tour_next"",""step"":5},{""time"":1137779,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690229412274,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line -2023-07-24 16:05:15,2023-07-24 16:24:26,0,172.58.122.208,100,1151,1,2023-07-24 16:24:27,R_DPqkt7PLcxR1q1P,,,,,42.3663,-82.9987,anonymous,EN,1,8.459,11.518,13.711,3,1,2,1,1.926,89.964,91.487,7,7.836,7.836,15.016,1,58,66,70,47.843,57.772,59.147,8,3.953,10.415,12.196,4,1,-2,2.729,9.661,126.412,4,1,-2,4.73,10.18,11.431,5,1,2.814,45.743,47.039,4,4.944,11.099,15.111,12,5,5,5,6,5,6,none,0.165,14.061,17.476,11,6,4,5,5,6,5,The visualization was clear and understandable,5.697,5.697,33.326,1,5,none,86.36,90.225,93.078,4,2,1,7,3,5,4,6,5.888,13.795,14.778,3,10,7,7,8,10,9,8,8,none,5.995,23.919,28.394,11,4,4,3,3,4,4,45.323,62.948,63.985,9,7,2,10.495,122.437,125.063,4,1,1974,Michigan,7,3,1,,3,,,14,1,1,Victorjduley@gmail.com,0.011,180.064,197.547,25,645b3a5a3aec063aa34de063,"{""startTime"":1690229445381,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690229466392,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690229390496,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":5292,""label"":""tour_next"",""step"":2},{""time"":8671,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690229424294,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line -2023-07-24 16:11:03,2023-07-24 16:24:35,0,76.31.48.217,100,812,1,2023-07-24 16:24:35,R_2ZDODyzBKkDWMhg,,,,,29.7646,-95.3657,anonymous,EN,1,13.444,14.924,16.68,2,1,4,2,6.054,10.27,15.192,3,0,0,15.023,0,74,36,37,23.038,38.151,39.664,6,21.775,58.164,60.298,4,1,1,20.939,52.866,53.962,6,-3,1,10.203,40.927,44.894,7,1,35.37,66.158,67.249,5,0,0,15.02,0,6,4,6,4,6,6,The data seems correct but it is harder to read than I thought it might be,6.289,32.23,73.29,9,6,3,5,5,4,6,This is from the CDC and so that being source is why I trust this visualization,6.018,6.018,47.595,1,5,,10.484,12.35,14.526,2,2,7,3,4,1,5,6,33.063,33.063,34.48,1,6,9,7,9,9,6,10,10,,6.081,25.628,27.522,10,4,4,2,2,4,4,26.132,78.524,79.727,8,2,2,11.313,24.004,27.246,3,1,1958,Texas,6,2,1,,7,,,5,3,2,,4.651,111.346,112.733,27,6443227b2a451d1c03771012,"{""startTime"":1690229689624,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690229763606,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690229567907,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":24009,""label"":""hovered"",""timeHovered"":5867,""week"":""2022-01-10""},{""time"":30751,""label"":""hovered"",""timeHovered"":4146,""week"":""2022-02-07""},{""time"":34942,""label"":""hovered"",""timeHovered"":1354,""week"":""2022-01-31""},{""time"":37558,""label"":""tour_next"",""step"":2},{""time"":45750,""label"":""tour_end"",""step"":2},{""time"":48442,""label"":""hovered"",""timeHovered"":1621,""week"":""2021-12-27""}]}","{""startTime"":1690229674061,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":3278,""label"":""hovered"",""timeHovered"":8715,""week"":""2022-01-10""}]}",1,moderate,line -2023-07-24 16:11:06,2023-07-24 16:25:01,0,68.212.59.115,100,835,1,2023-07-24 16:25:02,R_2dZ4swQWYzSFDVl,,,,,28.9919,-82.5167,anonymous,EN,1,5.863,5.863,7.567,1,2,,2,3.752,3.752,5.153,1,0,0,15.008,0,0,88,50,14.353,24.501,26.083,3,31.812,45.472,59.924,3,1,1,15.896,40.57,43.223,2,-3,1,105.007,123.223,125.407,2,1,78.926,78.926,81.476,1,0,0,15.009,0,1,1,1,6,6,1,Nobody trusts anything they say anymore and we never will,17.299,44.478,62.074,7,2,5,3,2,2,5,"Because I was having a hard time pretending that I trust the survey, as stated in the instructions",3.168,3.168,38.461,1,4,,8.678,9.878,13.154,2,2,7,3,4,1,5,6,0,0,27.152,0,1,1,4,2,1,7,7,1,,8.575,36.471,39.222,8,3,4,1,2,5,5,11.202,42.988,44.133,7,6,1,10.872,20.763,24.59,2,1,1952,Florida,2,2,1,,7,,,2,4,1,surfpick@att.net,4.439,74.415,116.828,12,5cba50bf114fa5001aac5570,"{""startTime"":1690229763648,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690229826514,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690229561435,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":20651,""label"":""hovered"",""timeHovered"":2686,""week"":""2022-01-10""},{""time"":25156,""label"":""hovered"",""timeHovered"":1217,""week"":""2022-01-17""},{""time"":28943,""label"":""hovered"",""timeHovered"":3469,""week"":""2022-02-07""},{""time"":32413,""label"":""hovered"",""timeHovered"":1067,""week"":""2022-02-07""},{""time"":39699,""label"":""tour_next"",""step"":2},{""time"":45464,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690229747944,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line -2023-07-24 15:58:45,2023-07-24 16:25:14,0,206.255.140.161,100,1589,1,2023-07-24 16:25:15,R_3mkkTLl9uH0PFr1,,,,,34.1892,-92.0495,anonymous,EN,1,7.29,82.748,94.801,10,1,3,2,2.9,9.613,10.982,2,0,0,15.112,0,92,98,77,35.247,50.398,63.996,4,66.418,132.812,133.65,4,1,1,82.655,192.541,193.958,3,-3,1,127.862,190.32,192.935,2,-3,112.477,112.477,114.254,1,0,0,15.017,0,6,5,6,6,6,6,I liked the colors used for the vaccinated and unvaccinated data,53.709,112.405,124.607,8,4,7,6,6,6,6,The bar graft is very detailed and precise by using weekly data and is easy to follow the bar's left and bottom corresponding info.,4.65,4.65,93.759,1,5,none,16.573,28.701,33.431,4,2,7,3,4,1,5,6,0,0,55.542,0,7,9,5,6,8,9,8,10,none,23.402,47.6,52.835,9,3,3,3,2,4,4,28.87,85.579,86.621,8,6,2,22.681,35.36,36.714,2,1,1963,Arkansas,3,2,1,,3,,,5,4,2,,5.723,92.205,94.145,11,62c9990351a1fcfc4ea73063,"{""startTime"":1690229511841,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":32397,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":17355,""week"":""52"",""id"":""chart2""},{""label"":""window_blurred"",""time"":116845},{""label"":""window_focused"",""time"":117211}]}","{""startTime"":1690229299653,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":1114,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4018,""week"":""3"",""id"":""chart""},{""time"":6051,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":15821,""week"":""52"",""id"":""chart""},{""time"":22530,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5586,""week"":""51"",""id"":""chart""},{""time"":31474,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":9318,""week"":""52"",""id"":""chart2""},{""time"":48635,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2111,""week"":""32"",""id"":""chart2""},{""time"":50767,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5687,""week"":""31"",""id"":""chart2""}]}","{""startTime"":1690228955366,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":26370,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1334,""week"":""51"",""id"":""chart""},{""time"":28519,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2151,""week"":""50"",""id"":""chart""},{""time"":40003,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4483,""week"":""35"",""id"":""chart""},{""time"":45353,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4032,""week"":""52"",""id"":""chart""},{""time"":49404,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2983,""week"":""1"",""id"":""chart""},{""time"":52419,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8783,""week"":""2"",""id"":""chart""},{""time"":66414,""label"":""tour_next"",""step"":2},{""time"":75286,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1399,""week"":""51"",""id"":""chart2""},{""time"":76752,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3466,""week"":""52"",""id"":""chart2""},{""time"":80236,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3433,""week"":""1"",""id"":""chart2""},{""time"":84287,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1533,""week"":""52"",""id"":""chart2""},{""time"":87786,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2632,""week"":""45"",""id"":""chart2""},{""time"":102869,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2383,""week"":""4"",""id"":""chart2""},{""time"":106285,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4634,""week"":""52"",""id"":""chart2""},{""time"":114636,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7333,""week"":""52"",""id"":""chart2""},{""time"":124370,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690229284107,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar -2023-07-24 16:11:55,2023-07-24 16:25:38,0,104.188.18.40,100,822,1,2023-07-24 16:25:38,R_3eztVqlQc4qoz2y,,,,,33.1661,-117.0932,anonymous,EN,1,21.655,21.655,22.668,1,1,4,2,8.586,15.434,16.78,2,0,0,15.01,0,100,100,100,26.268,39.606,40.13,5,6.957,10.191,28.277,2,1,1,7.324,41.9,49.034,3,1,1,29.197,47.146,60.33,3,1,75.218,115.07,126.297,8,0,0,15.008,0,6,2,6,7,6,6,"The chart is missing the location of individuals (all of USA, one state, etc.) and perhaps their age range (all adults, all children, etc.)",16.068,68.537,107.726,15,3,7,6,3,2,6,"I trust this visualization because I do know COVID cases peaked in late December/early January of 2022, which is reflected in the chart. I also know that the number of unvaccinated individuals who contract COVID is higher than the number of vaccinated individuals who contracted COVID, and this is also reflected. Finally, the CDC is credited below the chart.",1.955,56.613,89.164,5,5,,7.731,7.731,10.373,1,2,7,3,4,1,5,6,0.993,1.285,22.357,3,4,4,3,4,6,6,10,10,,1.19,53.304,55.4,16,5,5,2,1,5,5,1.128,33.44,34.261,13,1,1,1.179,11.568,15.494,11,2,1995,California,6,1,1,,7,,,15,3,1,60fcc00af3ec0d2d4b95c4be@email.prolific.co,2.385,56.464,58.746,13,60fcc00af3ec0d2d4b95c4be,"{""startTime"":1690229716497,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690229824816,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690229622615,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":6948,""label"":""tour_next"",""step"":2},{""time"":10182,""label"":""tour_end"",""step"":2},{""time"":11199,""label"":""hovered"",""timeHovered"":1176,""week"":""2021-12-06""},{""time"":12867,""label"":""hovered"",""timeHovered"":5090,""week"":""2021-12-27""},{""time"":18325,""label"":""hovered"",""timeHovered"":1789,""week"":""2022-01-03""},{""time"":21342,""label"":""hovered"",""timeHovered"":5467,""week"":""2022-01-03""}]}","{""startTime"":1690229700946,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":6492,""label"":""hovered"",""timeHovered"":1128,""week"":""2021-12-27""},{""time"":13017,""label"":""hovered"",""timeHovered"":1186,""week"":""2022-01-31""}]}",1,simple,line -2023-07-24 16:08:30,2023-07-24 16:26:03,0,67.252.37.142,100,1052,1,2023-07-24 16:26:03,R_2VEDy25oG726rop,,,,,42.9135,-78.889,anonymous,EN,1,6.692,6.692,8.352,1,1,2,2,2.642,7.186,8.712,2,0,0,15.116,0,90,84,58,15.201,38.936,40.352,3,60.019,162.73,166.493,11,1,-2,96.986,193.761,242.598,5,-3,1,58.099,100.09,105.778,2,1,68.658,68.658,70.25,1,0,0,15.008,0,5,5,5,6,6,6,,9.424,40.726,43.688,8,5,5,6,4,5,6,I trust it because it is backed by enough reliable information and data.,4.945,43.065,50.761,2,6,,6.669,6.669,8.943,1,2,7,3,4,1,5,6,0,0,37.17,0,6,7,11,10,7,8,9,9,,8.852,25.492,28.167,8,4,4,1,1,5,4,9.434,27.577,29.138,7,5,1,2.053,9.637,14.439,2,1,1953,New York,6,1,2,,4,,,4,2,1,urbanocane@yahoo.com,3.149,102.244,108.263,15,59e62b6277860e0001512e14,"{""startTime"":1690229653219,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690229697775,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690229399265,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":21,""label"":""tour_started""},{""time"":25821,""label"":""hovered"",""timeHovered"":1734,""week"":""2022-01-31""},{""time"":29721,""label"":""hovered"",""timeHovered"":2568,""week"":""2021-10-18""},{""time"":59844,""label"":""tour_next"",""step"":5},{""time"":92873,""label"":""started_brush"",""startDate"":""2021-05-06"",""endDate"":""2021-06-09""},{""time"":97596,""label"":""tour_next"",""step"":5},{""time"":123319,""label"":""moved_brush"",""startDate"":""2021-05-24"",""endDate"":""2021-06-26""},{""time"":126387,""label"":""tour_next"",""step"":5},{""time"":134672,""label"":""cleared_brush"",""using"":""click""},{""time"":134675,""label"":""cleared_brush"",""using"":""Escape""},{""time"":139923,""label"":""tour_next"",""step"":5},{""time"":162555,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690229637563,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line -2023-07-24 16:04:49,2023-07-24 16:26:11,0,73.80.108.234,100,1282,1,2023-07-24 16:26:12,R_2R4fwi7nc4U8WTV,,,,,39.9672,-74.9562,anonymous,EN,1,33.169,34.845,36.369,2,1,4,2,2.697,10.407,14.621,3,10.093,10.093,15.014,1,100,91,50,54.687,92.225,95.536,5,62.555,104.706,108.778,8,-1,-1,1.4,103.496,106.277,6,-2,-1,1.993,95.563,98.293,8,1,102.44,214.594,216.892,5,0,0,15.114,0,5,2,6,3,6,3,Complete data cannot be known because statistics were under reported.,3.57,56.491,96.96,12,5,5,3,4,2,3,Because the statistic cannot be completely known due to underreporting,3.973,31.79,34.386,2,5,,10.098,12.141,14.861,2,2,7,3,4,1,5,6,18.102,23.488,59.473,2,6,8,6,6,10,8,10,9,,6.325,31.234,35.166,11,2,2,4,4,2,2,14.491,39.533,46.283,9,2,1,4.805,20.879,23.513,4,2,1959,New Jersey,6,2,1,,3,,,19,5,1,6389301d2575b8e4c1e7cc5c@email.prolific.co,5.414,181.65,183.351,36,6389301d2575b8e4c1e7cc5c,"{""startTime"":1690229502302,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690229600078,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690229276710,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":24,""label"":""tour_started""},{""time"":22446,""label"":""hovered"",""timeHovered"":1051,""week"":""2022-01-17""},{""time"":23534,""label"":""hovered"",""timeHovered"":10937,""week"":""2022-01-17""},{""time"":35358,""label"":""hovered"",""timeHovered"":1120,""week"":""2022-01-03""},{""time"":36980,""label"":""hovered"",""timeHovered"":2169,""week"":""2022-01-17""},{""time"":39868,""label"":""hovered"",""timeHovered"":5305,""week"":""2022-01-31""},{""time"":46334,""label"":""hovered"",""timeHovered"":20634,""week"":""2022-02-07""},{""time"":66974,""label"":""hovered"",""timeHovered"":8568,""week"":""2022-02-07""},{""time"":83123,""label"":""tour_next"",""step"":2},{""time"":101668,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690229485755,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7971,""label"":""hovered"",""timeHovered"":2471,""week"":""2021-08-23""}]}",1,moderate,line -2023-07-24 16:10:03,2023-07-24 16:27:30,0,50.84.193.98,100,1046,1,2023-07-24 16:27:30,R_1NFeAmuNzmxLAsX,,,,,32.8008,-96.7884,anonymous,EN,1,36.728,37.835,39.001,2,1,3,2,6.128,11.101,12.414,4,2.83,2.83,15.117,1,95,73,50,36.682,75.405,78.176,12,10.971,151.96,153.992,20,1,1,12.276,54.498,55.248,7,1,1,4.535,58.664,59.964,9,1,6.166,76.168,76.866,5,10.214,10.214,15.011,1,6,5,5,6,6,6,,11.89,31.783,34.34,9,6,6,6,6,4,6,The numbers and way in which they are represented on the graph seem accurate based on what I know from news reports.,4.828,72.771,78.475,10,5,,8.589,26.303,27.187,5,2,7,3,4,1,5,6,11.893,25.812,26.54,2,6,8,7,8,9,7,10,8,,6.635,36.321,37.179,14,3,4,1,2,5,4,14.85,49.516,50.501,11,1,1,11.948,24.851,27.843,4,2,1963,Texas,8,2,1,,9,,"half black, half white",9,4,1,thornton.larue@gmail.com,3.515,154.109,154.97,36,630f8f763f068e885ea5b910,"{""startTime"":1690229969086,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690229849788,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690229601921,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":23380,""label"":""hovered"",""timeHovered"":1251,""week"":""2021-12-27""},{""time"":31341,""label"":""tour_next"",""step"":5},{""time"":59678,""label"":""cleared_brush"",""using"":""click""},{""time"":61143,""label"":""cleared_brush"",""using"":""click""},{""time"":79005,""label"":""started_brush"",""startDate"":""2021-05-08"",""endDate"":""2021-09-15""},{""time"":79703,""label"":""cleared_brush"",""using"":""click""},{""time"":80836,""label"":""started_brush"",""startDate"":""2021-09-19"",""endDate"":""2021-12-10""},{""time"":81837,""label"":""tour_next"",""step"":5},{""time"":91473,""label"":""moved_brush"",""startDate"":""2021-09-04"",""endDate"":""2021-12-10""},{""time"":92368,""label"":""tour_next"",""step"":5},{""time"":104976,""label"":""moved_brush"",""startDate"":""2021-12-09"",""endDate"":""2021-12-10""},{""time"":110083,""label"":""cleared_brush"",""using"":""click""},{""time"":110085,""label"":""cleared_brush"",""using"":""Escape""},{""time"":111334,""label"":""tour_next"",""step"":5},{""time"":118197,""label"":""tour_end"",""step"":5},{""time"":126290,""label"":""hovered"",""timeHovered"":1613,""week"":""2021-05-03""},{""time"":147464,""label"":""started_brush"",""startDate"":""2021-10-03"",""endDate"":""2021-10-04""},{""time"":150373,""label"":""started_brush"",""startDate"":""2021-12-08"",""endDate"":""2022-02-13""},{""time"":152789,""label"":""cleared_brush"",""using"":""click""},{""time"":152790,""label"":""cleared_brush"",""using"":""Escape""}]}","{""startTime"":1690229833820,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line -2023-07-24 16:10:38,2023-07-24 16:27:43,0,172.58.7.62,100,1025,1,2023-07-24 16:27:44,R_3CU6ovNRER8iYHC,,,,,33.7043,-84.3742,anonymous,EN,1,7.93,7.93,8.991,1,1,4,2,3.433,5.481,6.902,2,0,0,15.013,0,74,40,67,12.785,23.318,24.638,4,16.84,91.239,177.619,11,1,1,29.871,76.002,77.608,3,-2,1,43.888,83.588,85.394,2,1,28.205,28.205,83.108,1,0,0,15.013,0,4,4,4,5,5,4,"To be honest, I a little confused by the numbers being so high for unvaccinated. I'm also surprised that oldest group that is vaccinated is so low. ",9.203,129.616,138.553,9,5,4,5,4,4,4,I don't know the source and would like to cross reference that information with other sites before sharing. I don't want to share misinformation.,4.877,4.877,39.194,1,4,I like the interactive chart but the find the static easier to comprehend for reason.,7.878,18.026,51.444,2,2,7,3,4,1,5,6,0,0,23.711,0,6,7,7,8,6,6,7,8,"There's good and bad in all those groups and it also depends on the area where these groups are located. ",8.267,31.681,87.134,10,4,4,1,2,5,4,9.374,26.162,27.779,7,2,2,4.773,12.637,14.459,2,2,1969,Georgia,7,3,1,,2,,,19,4,1,5993020a5f49420001caf86b@email.prolific.co,1.499,73.881,78.918,18,5993020a5f49420001caf86b,"{""startTime"":1690229870261,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690229786386,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690229508547,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":4,""label"":""tour_started""},{""time"":16833,""label"":""tour_next"",""step"":5},{""time"":33583,""label"":""tour_back"",""step"":5},{""time"":36515,""label"":""tour_next"",""step"":5},{""time"":38941,""label"":""tour_back"",""step"":5},{""time"":47964,""label"":""tour_next"",""step"":5},{""time"":50450,""label"":""cleared_brush"",""using"":""click""},{""time"":62102,""label"":""cleared_brush"",""using"":""click""},{""time"":63615,""label"":""started_brush"",""startDate"":""2021-08-17"",""endDate"":""2021-11-14""},{""time"":70600,""label"":""moved_brush"",""startDate"":""2021-11-16"",""endDate"":""2022-02-13""},{""time"":71714,""label"":""tour_next"",""step"":5},{""time"":77315,""label"":""moved_brush"",""startDate"":""2021-07-13"",""endDate"":""2021-10-10""},{""time"":78331,""label"":""tour_next"",""step"":5},{""time"":82658,""label"":""cleared_brush"",""using"":""click""},{""time"":82659,""label"":""cleared_brush"",""using"":""Escape""},{""time"":83985,""label"":""tour_next"",""step"":5},{""time"":91232,""label"":""tour_end"",""step"":5},{""time"":114182,""label"":""started_brush"",""startDate"":""2021-05-06"",""endDate"":""2022-02-13""},{""time"":118767,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-01-18""},{""time"":121366,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-01-18""},{""time"":165058,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-09-19""}]}","{""startTime"":1690229770839,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":9389,""label"":""hovered"",""timeHovered"":3038,""week"":""2022-01-03""}]}",1,complex,line -2023-07-24 16:06:19,2023-07-24 16:31:15,0,50.158.70.111,100,1496,1,2023-07-24 16:31:16,R_3gT5uRCSYhYD2zZ,,,,,36.0344,-114.9705,anonymous,EN,1,3.618,8.011,9.502,4,1,3,2,4.339,16.967,18.14,3,5.127,5.127,15.011,1,36,94,32,13.453,37.909,39.416,7,12.241,95.409,98.419,12,1,1,31.42,129.028,131.282,13,-2,1,19.086,126.24,127.671,11,-3,18.916,171.201,172.894,7,0,0,15.008,0,3,2,4,4,3,2,none,11.789,41.119,44.96,10,5,5,5,5,5,4,I am not sure if this data is legitimate or not.,10.57,10.57,36.806,1,4,none,13.722,34.184,38.483,5,2,7,3,4,1,5,6,3.283,291.828,294.525,4,2,2,2,3,2,6,8,6,none,3.106,125.978,127.788,14,4,4,2,2,4,4,3.391,68.005,69.567,8,5,2,8.474,18.513,21.347,4,1,1952,Nevada,3,3,1,,4,,,5,1,1,,4.841,158.886,163.197,31,64345bf16b9a2e046128887f,"{""startTime"":1690229529659,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690229575629,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":4372,""label"":""hovered"",""timeHovered"":1674,""week"":""2022-01-10""}]}","{""startTime"":1690229281858,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":27437,""label"":""hovered"",""timeHovered"":7508,""week"":""2022-01-10""},{""time"":42656,""label"":""hovered"",""timeHovered"":3978,""week"":""2021-08-09""},{""time"":52268,""label"":""tour_next"",""step"":2},{""time"":69359,""label"":""tour_end"",""step"":2},{""time"":77114,""label"":""hovered"",""timeHovered"":1912,""week"":""2022-01-03""},{""time"":88180,""label"":""hovered"",""timeHovered"":3285,""week"":""2022-01-03""}]}","{""startTime"":1690229513917,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":6812,""label"":""hovered"",""timeHovered"":1286,""week"":""2022-01-03""},{""time"":8890,""label"":""hovered"",""timeHovered"":6661,""week"":""2022-01-03""}]}",1,simple,line -2023-07-24 16:11:27,2023-07-24 16:33:22,0,73.124.20.98,100,1314,1,2023-07-24 16:33:23,R_3M6zPdgKlhi7rzE,,,,,26.718,-80.0989,anonymous,EN,1,20.075,20.075,22.055,1,2,,2,6.613,6.613,8.283,1,0,0,15.012,0,42,38,40,25.257,97.141,98.853,10,34.165,98.543,99.769,4,-1,-1,71.179,85.819,87.379,3,-1,-1,23.094,29.044,45.893,2,-3,90.189,90.189,92.181,1,0,0,15.015,0,4,4,4,1,1,1,NO I DONT HAVE ANY,10.527,39.468,51.363,9,4,4,7,4,4,4,BECAUSE SOME OF THE INFORMATIOM BE WRONG THAT WHY,10.611,24.269,73.401,6,4,NO,21.908,26.055,29.295,3,2,7,3,4,1,5,6,0,0,48.866,0,1,1,1,1,1,1,4,8,NO,13.954,34.926,40.643,9,2,2,5,5,2,2,19.906,47.206,48.52,6,3,5,6.847,19.212,21.757,2,1,1964,Florida,1,2,1,,3,,,3,1,2,,5.963,369.375,376.317,28,64395cbe6c8374ff09533b05,"{""startTime"":1690229827048,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690229879171,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":4460,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3789,""week"":""3"",""id"":""chart""},{""time"":8291,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3781,""week"":""4"",""id"":""chart""},{""time"":14779,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3837,""week"":""5"",""id"":""chart""}]}","{""startTime"":1690229664138,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":38,""label"":""tour_started""},{""time"":34149,""label"":""tour_next"",""step"":2},{""time"":58499,""label"":""tour_end"",""step"":2},{""time"":64713,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2109,""week"":""5"",""id"":""chart""},{""time"":66985,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1769,""week"":""4"",""id"":""chart""},{""time"":68793,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1155,""week"":""3"",""id"":""chart""},{""time"":71153,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1604,""week"":""2"",""id"":""chart""},{""time"":85602,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4119,""week"":""52"",""id"":""chart""}]}","{""startTime"":1690229811171,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":1795,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3588,""week"":""52"",""id"":""chart""},{""time"":6146,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1568,""week"":""1"",""id"":""chart""},{""time"":8659,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2077,""week"":""2"",""id"":""chart""}]}",1,moderate,bar -2023-07-24 16:25:18,2023-07-24 16:33:24,0,75.139.130.136,100,485,1,2023-07-24 16:33:25,R_p4r9UWqjrkeGlwt,,,,,34.1138,-83.9991,anonymous,EN,1,2.831,2.831,3.693,1,2,,1,2.512,2.512,3.442,1,0,0,15.008,0,50,50,50,7.656,19.161,20.255,4,8.98,12.459,36.297,2,1,1,21.632,60.916,62.469,3,-1,-1,33.882,37.054,39.742,2,1,49.711,49.711,51.646,1,0,0,15.018,0,4,4,4,7,7,2,,7.621,23.05,26.066,7,4,7,4,1,4,2,It's simplistic. There are a lot of questions behind the numbers.,2.179,27.91,28.248,2,4,,8.026,8.026,9.422,1,2,3,4,5,1,6,7,0,0,9.515,0,1,1,6,6,1,3,3,4,,4.856,20.595,22.4,9,5,5,1,1,5,5,10.41,19.724,20.727,6,5,1,6.342,13.776,15.958,2,1,1966,Georgia,6,1,1,,9,,White/Asian,7,4,1,kevinb66@gmail.com,3.477,58.51,65.92,15,5ea45809cb6ec73f7b644178,"{""startTime"":1690230486733,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690230513324,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690230370965,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":8976,""label"":""tour_next"",""step"":2},{""time"":12454,""label"":""tour_end"",""step"":2},{""time"":15207,""label"":""hovered"",""timeHovered"":2502,""week"":""2022-01-03""},{""time"":17988,""label"":""hovered"",""timeHovered"":1131,""week"":""2021-12-20""},{""time"":19402,""label"":""hovered"",""timeHovered"":1587,""week"":""2021-12-27""},{""time"":29634,""label"":""hovered"",""timeHovered"":2015,""week"":""2022-01-03""}]}","{""startTime"":1690230471133,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":2663,""label"":""hovered"",""timeHovered"":4529,""week"":""2021-11-29""}]}",1,simple,line -2023-07-24 16:14:05,2023-07-24 16:34:27,0,172.56.169.8,100,1222,1,2023-07-24 16:34:28,R_1f93OA0qviRUesM,,,,,38.581,-121.4939,anonymous,EN,1,35.969,42.069,43.332,6,1,3,2,3.278,11.327,12.301,5,0,0,15.116,0,78,95,54,4.601,28.921,30.7,7,6.838,145.796,157.986,9,-2,1,2.542,62.531,63.678,16,-3,-3,3.371,128.45,130.25,27,1,3.102,93.765,94.813,12,2.561,11.348,15.122,2,4,4,5,6,7,6,Overall the CDC did a pretty good job but there were some problems with their data and their messaging. I think they could have done some things better.,1.795,64.579,112.464,16,4,7,6,1,1,5,"Like I said, the CDC had some issues with presenting data when we needed accuracy the most. I don't know how accurate their data is and I don't know how complete their data is for sure. I just generally trust the CDC not to be outright deceptive.",2.898,2.898,85.895,1,4,Thank you for the survey and stay safe.,8.769,18.219,35.904,3,2,7,3,4,1,5,6,34.092,34.092,35.501,1,1,5,1,1,7,1,7,7,I used to trust science more but I'm finding out that the need to publish constantly causes corruption so it's hard to know who to believe anymore.,7.173,47.314,101.755,12,4,4,1,2,4,4,5.536,30.307,31.367,8,4,1,2.811,18.302,19.776,3,1,1961,California,4,1,1,,7,,,2,4,1,60dfa0f80964725cfdab1685@email.prolific.co,6.73,106.169,111.659,32,60dfa0f80964725cfdab1685,"{""startTime"":1690230083346,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690230199505,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690229808910,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":117,""label"":""tour_started""},{""time"":33124,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3163,""week"":""52"",""id"":""chart""},{""time"":36919,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1083,""week"":""43"",""id"":""chart""},{""time"":38459,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2606,""week"":""39"",""id"":""chart""},{""time"":41107,""label"":""tour_next"",""step"":5},{""time"":79982,""label"":""started_brush"",""startDate"":""2021-11-01"",""endDate"":""2021-12-08""},{""time"":83202,""label"":""tour_next"",""step"":5},{""time"":94560,""label"":""moved_brush"",""startDate"":""2021-11-23"",""endDate"":""2021-12-31""},{""time"":96051,""label"":""moved_brush"",""startDate"":""2021-11-23"",""endDate"":""2021-12-31""},{""time"":97470,""label"":""tour_next"",""step"":5},{""time"":105825,""label"":""cleared_brush"",""using"":""Click""},{""time"":105825,""label"":""cleared_brush"",""using"":""Escape""},{""time"":108376,""label"":""tour_next"",""step"":5},{""time"":120166,""label"":""tour_end"",""step"":5},{""time"":127507,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2132,""week"":""2"",""id"":""chart""},{""time"":129644,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3876,""week"":""2"",""id"":""chart""},{""time"":136835,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1668,""week"":""50"",""id"":""chart""},{""time"":139356,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1145,""week"":""3"",""id"":""chart""},{""time"":140708,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2641,""week"":""52"",""id"":""chart""},{""time"":146668,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1312,""week"":""2"",""id"":""chart""},{""time"":156110,""label"":""started_brush"",""startDate"":""2021-11-26"",""endDate"":""2022-01-06""}]}","{""startTime"":1690230066014,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar -2023-07-24 16:01:28,2023-07-24 16:37:45,0,104.7.39.226,100,2176,1,2023-07-24 16:37:46,R_3qkzXq6WCFm5Wtt,,,,,35.8001,-83.8811,anonymous,EN,1,231.743,366.477,373.074,4,1,3,1,2.99,7.606,8.904,3,0,0,15.033,0,100,93,83,24.026,35.768,51.399,4,45.517,57.89,61.25,4,-2,1,16.325,191.263,195.047,6,-3,-3,53.837,192.015,195.705,3,-3,165.972,165.972,168.245,1,0,0,15.113,0,4,6,6,6,7,4,,36.587,317.429,321.802,18,6,7,7,5,6,6,"I trust this data, because I believe this data to be displayed in a scientific manner.",6.598,91.032,94.261,6,6,none,6.976,33.945,38.865,3,2,7,3,4,1,5,6,0,0,58.604,0,3,3,10,6,4,7,5,9,,33.341,114.287,116.782,9,4,5,1,1,4,5,14.558,79.121,81.44,6,7,2,11.262,25.329,27.656,2,2,1950,Tennessee,4,2,1,,7,,,4,1,2,,3.991,184.012,186.104,13,63bcf141136313265f65eec9,"{""startTime"":1690229688487,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":3429,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2594,""week"":""1"",""id"":""chart""},{""time"":6058,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2797,""week"":""52"",""id"":""chart""},{""time"":9868,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2661,""week"":""1"",""id"":""chart2""},{""time"":13237,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1535,""week"":""1"",""id"":""chart2""},{""time"":15509,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":9016,""week"":""52"",""id"":""chart2""}]}","{""startTime"":1690230011698,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690229412074,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":29,""label"":""tour_started""},{""time"":19519,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6750,""week"":""52"",""id"":""chart""},{""time"":33000,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1851,""week"":""1"",""id"":""chart""},{""time"":34900,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5951,""week"":""2"",""id"":""chart""},{""time"":48237,""label"":""tour_next"",""step"":2},{""time"":51133,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4633,""week"":""2"",""id"":""chart2""},{""time"":57835,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690229672488,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar -2023-07-24 16:48:37,2023-07-24 17:00:23,0,63.160.189.68,100,705,1,2023-07-24 17:00:24,R_WdPH2OQWnuCAFvr,,,,,37.751,-97.822,anonymous,EN,1,5.596,19.34,20.491,2,1,2,2,1.165,3.99,5.272,3,4.022,12.953,15.029,2,100,100,100,1.666,8.773,10.024,5,1.344,7.086,8.575,9,-2,-2,3.018,40.918,42.223,15,1,-3,1.79,42.034,44.586,10,1,3.572,9.309,10.185,6,2.04,5.539,15.024,2,6,6,6,4,6,6,,2.445,24.188,24.588,15,6,6,7,6,5,6,I trust it because the information source was from CDC,10.894,10.894,32.706,1,4,,20.137,26.934,27.388,5,2,7,3,4,1,5,6,7.978,18.681,20.048,4,5,4,6,4,5,6,6,6,,3.301,96.496,97.283,12,3,4,3,2,3,4,4.904,24.017,25.616,11,2,2,1.615,6.43,7.098,4,1,1960,Virginia,6,2,1,,3,,,8,2,1,64714edd10c1a975321f3dbc@email.prolific.co,1.864,62.113,65.104,31,64714edd10c1a975321f3dbc,"{""startTime"":1690231917661,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690231931055,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":17006}]}","{""startTime"":1690231820180,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":19,""label"":""tour_started""},{""time"":3783,""label"":""tour_next"",""step"":2},{""time"":5811,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690231878988,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":6617,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8205,""week"":""1"",""id"":""chart""}]}",1,moderate,bar -2023-07-24 15:58:09,2023-07-24 17:11:18,0,172.58.61.73,100,4389,1,2023-07-24 17:11:18,R_3KDaVm2tpMqpdbs,,,,,39.7435,-105.0619,anonymous,EN,1,6.428,42.748,45.045,3,1,2,2,6.573,12.98,15.076,3,0,0,15.051,0,100,100,50,2.269,26.499,27.712,10,5.289,56.103,57.198,4,1,1,48.004,100.253,101.235,9,-2,1,30.92,78.622,79.725,10,1,68.924,85.183,86.945,3,0,0,15.014,0,7,7,7,7,7,7,"I have a friend who just passed away because of Covid at the age of 37, he was unvaccinated. ",0.301,59.435,63.834,12,7,7,7,7,7,7,"I see those who are unvaccinated getting serious Covid symptoms and those that have been vaccinated although they still have been getting Covid sometimes, they don't end up in the hospital.",9.074,9.074,63.911,1,5,"From what I have seen amongst family and friends, those numbers were correct.",109.371,134.647,135.575,3,2,7,3,4,1,5,6,62.453,62.453,71.31,1,7,7,10,7,6,6,9,8,"We have a great police force in our town but in the big city we moved from 8 years ago, they were not as in touch with the citizens.",56.426,121.63,124.908,16,5,5,1,1,5,5,2.836,15.224,16.349,8,1,1,3.295,10.545,12.704,3,2,1959,Missouri,4,2,1,,7,,,8,1,1,debbieostringa@hotmail.com,5.193,135.054,135.763,28,5f6666e43be0b923d23c8df8,"{""startTime"":1690232211888,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690232278223,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690232054373,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":48,""label"":""tour_started""},{""time"":13126,""label"":""hovered"",""timeHovered"":1075,""week"":""2021-10-25""},{""time"":18005,""label"":""hovered"",""timeHovered"":1699,""week"":""2021-04-19""},{""time"":20878,""label"":""hovered"",""timeHovered"":1420,""week"":""2021-08-23""},{""time"":31135,""label"":""tour_next"",""step"":2},{""time"":39851,""label"":""tour_end"",""step"":2},{""time"":41442,""label"":""hovered"",""timeHovered"":5504,""week"":""2021-12-13""},{""time"":47667,""label"":""hovered"",""timeHovered"":2842,""week"":""2022-01-10""}]}","{""startTime"":1690232194890,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line -2023-07-24 17:07:17,2023-07-24 17:15:30,0,71.114.99.245,100,493,1,2023-07-24 17:15:31,R_2BaOazwPFZfS3V6,,,,,38.6759,-77.3157,anonymous,EN,1,12.146,12.146,13.043,1,1,2,1,2.301,6.378,8.41,2,7.902,8.787,15.015,2,62,79,74,24.782,29.547,31.338,3,3.561,46.56,51.806,17,1,-3,8.763,26.541,27.781,3,-3,-3,11.001,15.303,16.18,2,-3,7.738,9.747,11.456,2,0,0,15.011,0,7,6,4,7,3,7,great information.,3.3,31.117,35.105,9,6,3,4,6,4,5,i feel like its just ok.,1.338,10.397,27.67,2,6,informative,3.136,4.965,16.724,2,2,7,3,4,1,5,6,0,0,17.11,0,7,8,10,8,10,5,5,10,,1.688,6.605,8.641,8,3,3,4,3,5,3,1.363,9.627,17.426,6,7,4,3.525,8.644,10.253,3,1,1965,Virginia,7,3,1,,2,,,11,1,1,golamsarwar5095@outlook.com,2.413,78.177,80.74,12,63eb78a1fc614fd7af392873,"{""startTime"":1690233108500,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690233010276,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":53104,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1027,""week"":""2"",""id"":""chart""}]}","{""startTime"":1690232914169,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":3555,""label"":""tour_next"",""step"":2},{""time"":5488,""label"":""tour_end"",""step"":2},{""time"":9803,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2660,""week"":""1"",""id"":""chart2""},{""time"":13539,""label"":""source_clicked""},{""label"":""window_blurred"",""time"":13551},{""label"":""window_focused"",""time"":17303},{""time"":18445,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1503,""week"":""52"",""id"":""chart""},{""time"":37548,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1301,""week"":""14"",""id"":""chart""},{""time"":44498,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1727,""week"":""2"",""id"":""chart""}]}","{""startTime"":1690232994866,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar -2023-07-24 17:18:25,2023-07-24 17:29:12,0,174.63.20.85,100,647,1,2023-07-24 17:29:12,R_DNOES8vKy2yoQcF,,,,,39.7427,-104.8129,anonymous,EN,1,9.866,9.866,11.29,1,1,3,1,1.827,5.906,7.768,2,0,0,15.009,0,95,91,58,12.714,19.104,20.679,3,14.308,20.652,40.964,2,-3,1,33.508,55.877,58.341,2,-2,-3,45.58,100.084,102.562,2,-1,29.875,29.875,31.579,1,0,0,15.117,0,6,6,6,6,5,6,,25.546,52.937,54.466,8,4,6,5,5,4,6,Because it references the CDC,3.914,3.914,16.039,1,6,,4.899,4.899,7.696,1,2,7,3,4,1,5,6,0,0,22.159,0,8,10,10,10,9,9,10,10,,5.242,21.577,24.124,8,4,4,2,2,4,4,11.113,30.905,32.72,7,1,2,3.817,17.352,20.034,2,2,1958,Colorado,6,2,1,,7,,,15,4,1,63acbbe336a9ca92853dca4a@email.prolific.co,3.261,95.338,102.74,16,63acbbe336a9ca92853dca4a,"{""startTime"":1690233740946,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":940,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1129,""week"":""1"",""id"":""chart""},{""time"":3660,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7673,""week"":""2"",""id"":""chart""},{""time"":14198,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3174,""week"":""51"",""id"":""chart""},{""time"":17419,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2339,""week"":""50"",""id"":""chart""}]}","{""startTime"":1690233795998,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690233580579,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":14301,""label"":""tour_next"",""step"":2},{""time"":20645,""label"":""tour_end"",""step"":2},{""time"":21964,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1171,""week"":""1"",""id"":""chart""},{""time"":24463,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1875,""week"":""2"",""id"":""chart""},{""time"":27497,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3712,""week"":""6"",""id"":""chart""},{""time"":31500,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1661,""week"":""2"",""id"":""chart""},{""time"":36393,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2296,""week"":""49"",""id"":""chart""}]}","{""startTime"":1690233725173,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar -2023-07-24 17:57:29,2023-07-24 18:23:32,0,67.4.143.14,100,1563,1,2023-07-24 18:23:33,R_1kNvauHnRRqJIT7,,,,,44.9998,-93.393,anonymous,EN,1,23.268,23.268,24.812,1,2,,2,4.884,4.884,6.966,1,0,0,15.01,0,100,100,50,49.721,68.097,70.411,4,76.285,245.583,250.572,19,1,-3,20.096,71.612,73.693,3,-2,1,2.245,80.402,81.995,5,1,47.676,89.536,127.534,3,0,0,15.013,0,4,3,3,6,7,4,"The data doesn't appear to be ""country wide"" and can be mistaken for being biased at the least.",75.677,112.594,163.618,7,5,6,6,4,4,5,"Because its stats are from ""per 100-k cases"" and doesn't specify city or state.",18.035,55.193,92.595,2,1,"Most people are ""show"" people, if you can see me, I will act ""normal"" but when I'm out of sight, I will let the real me out.",5.928,35.643,121.31,5,2,7,3,4,1,5,6,0,0,41.123,0,1,1,1,1,6,6,10,6,"Trust has to be earned, and is not a ""uniform or job."" Trust is hard to earn and easy to lose because there are so many excuses that one can hide behind once the have lost the trust of another. Responsibility for one's mistakes can also make them trustworthy.",8.255,37.621,194.95,9,5,5,1,2,5,5,10.701,24.741,38.189,6,5,4,6.299,18.212,19.772,4,1,1963,Minnesota,4,2,1,,8,Indigenous American,,1,4,1,63c5c3192e709e19fc67d5dd@email.prolific.co,4.02,79.188,83.895,16,63c5c3192e709e19fc67d5dd,"{""startTime"":1690236587866,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690236426282,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690236031547,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":10733,""label"":""hovered"",""timeHovered"":1533,""week"":""2021-05-03""},{""time"":23133,""label"":""hovered"",""timeHovered"":1216,""week"":""2021-12-06""},{""time"":49133,""label"":""hovered"",""timeHovered"":24666,""week"":""2021-12-20""},{""time"":76270,""label"":""tour_next"",""step"":5},{""time"":102783,""label"":""tour_back"",""step"":5},{""time"":114822,""label"":""tour_next"",""step"":5},{""time"":126356,""label"":""tour_back"",""step"":5},{""time"":131185,""label"":""hovered"",""timeHovered"":1565,""week"":""2021-10-25""},{""time"":137069,""label"":""tour_next"",""step"":5},{""time"":150793,""label"":""started_brush"",""startDate"":""2021-05-13"",""endDate"":""2021-05-15""},{""time"":161608,""label"":""started_brush"",""startDate"":""2022-01-06"",""endDate"":""2022-02-13""},{""time"":163351,""label"":""tour_next"",""step"":5},{""time"":197520,""label"":""moved_brush"",""startDate"":""2021-08-28"",""endDate"":""2022-02-13""},{""time"":198752,""label"":""tour_next"",""step"":5},{""time"":205126,""label"":""cleared_brush"",""using"":""click""},{""time"":205130,""label"":""cleared_brush"",""using"":""Escape""},{""time"":206853,""label"":""tour_next"",""step"":5},{""time"":245568,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690236410719,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line +So no... these charts are jokes. I work on hundreds of thousands of cases & I take my own notes & keep my own stats & they don't match. I know how many people have ""gastritis"" or ""MRSA"" etc.",3.088,524.349,545.789,22,1,"I said everything I needed to say in other comments. Natural immunity is best. Vaccine immunity cannot be passed down generationally. If you want your kids to survive in the future against the manufactured superbugs - (remember the ONLY people immune to AIDS naturally are the direct descendants of the survivors of the Black Death), then make sure you get them sick a lot! Play in dirt! NO VACCINES! Only the strong survive!! Get those correct genes & if you can't work out your epigenome!!!",7.059,10.492,130.584,2,2,7,3,4,1,5,6,0,0,26.245,0,1,1,1,1,1,2,6,3,"Sadly this country & it's institutions were already considered decaying by the time John Adams & Thomas Jefferson celebrated the 50th anniversary of the Declaration of Independence. They were correct of course as the Civil War would prove. Reconstruction did not fix the problem as we allowed 50% of the people who never wanted to be American's to remain here with their divisive symbols & anti-governments. The 1960s saw a reversal of polarity in Dems/GOP over state's rights & civil rights but they kicked the can down the road until Reagan decided to blow the whole thing up - leading to us here today with Reaganomics & the destruction not only the middle class, but the Federal budget, & class warfare, overwhelmed by ever increasing polarization of a broken & corrupt 2 party system that desperately needs a 3rd, 4th, & 5th party & the 7 ways our vote is diluted to be broken down step by step. However too many are unaware of even 1 of these examples, let alone all & getting everyone to agree enough on anything is impossible so only another war will fix it. They have done well. None of these institutions are functional enough to fix the problems. ",9.431,59.622,343.336,14,4,5,1,2,4,5,15.967,69.796,71.455,7,4,1,16.379,25.796,29.868,2,1,1980,Florida,3,2,1,,8,Panama City,,3,4,1,3.334,120.049,132.186,15,614f0ec5f1d1b1cb34096c6c,"{""startTime"":1690224047787,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":1003,""label"":""hovered"",""timeHovered"":1482,""week"":""2021-08-30""},{""time"":2671,""label"":""hovered"",""timeHovered"":18905,""week"":""2021-11-08""}]}","{""startTime"":1690224901330,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690223895904,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":510,""label"":""hovered"",""timeHovered"":1471,""week"":""2021-11-29""},{""time"":15998,""label"":""hovered"",""timeHovered"":1337,""week"":""2022-01-03""},{""time"":17386,""label"":""hovered"",""timeHovered"":1204,""week"":""2022-01-03""},{""time"":28457,""label"":""tour_next"",""step"":2},{""time"":32264,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690224032059,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":9030,""label"":""hovered"",""timeHovered"":1633,""week"":""2021-12-27""}]}",1,simple,line +2023-07-24 15:10:15,2023-07-24 15:22:17,0,72.177.237.42,100,722,1,2023-07-24 15:22:18,R_2v0rMKnqNZs4BaV,,,,,29.4227,-98.4927,anonymous,EN,1,7.535,7.535,8.498,1,1,4,2,5.595,8.459,9.503,3,0,0,15.008,0,66,57,27,42.582,51.691,54.954,6,4.708,6.16,11.893,2,1,1,66.814,79.426,80.46,2,-3,-3,24.419,34.904,36.224,2,1,50.689,51.623,52.118,2,0,0,15.108,0,4,4,4,5,5,4,,6.043,14.922,17.382,7,3,6,4,6,5,5,I honestly don't know,2.68,33,34.049,4,2,,31.029,38.534,41.873,7,2,7,3,4,1,5,6,0,0,13.29,0,6,6,4,7,3,4,11,10,,49.265,66.783,69.13,11,4,3,1,2,4,4,12.872,48.879,49.837,7,2,4,4.08,13.635,14.528,5,2,1996,Texas,6,1,1,,2,,,8,4,2,2.51,68.15,69.703,13,60ff1633f27078b103ad25d8,"{""startTime"":1690226122011,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226002351,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690225937559,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":26,""label"":""tour_started""},{""time"":4702,""label"":""tour_next"",""step"":2},{""time"":6153,""label"":""tour_end"",""step"":2},{""time"":7696,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2135,""week"":""52"",""id"":""chart""}]}","{""startTime"":1690225986689,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar +2023-07-24 15:10:10,2023-07-24 15:22:18,0,69.180.171.251,100,728,1,2023-07-24 15:22:19,R_2Evo2DMLI14ENUw,,,,,45.0636,-93.2985,anonymous,EN,1,5.49,6.161,7.094,2,1,2,1,2.783,5.163,6.33,2,0,0,15.015,0,82,68,84,9.805,16.477,17.292,5,13.055,107.934,111.398,5,1,1,37.85,74.224,74.538,4,-3,-3,9.172,93.985,96.975,5,1,4.833,23.135,24.439,3,8.172,13.34,15.122,3,5,5,5,7,7,5,,6.38,35.905,53.277,11,5,6,7,6,5,6,It seems pretty accurate and affirms what I know and have been hearing in the news. ,1.4,57.353,67.091,5,6,I think one of your questions is incomplete? It had weird answers so I didn't answer it.,5.668,9.984,39.343,7,2,7,3,4,1,5,6,0,0,14.641,0,2,5,1,5,6,5,11,10,,4.149,14.827,16.728,8,2,2,3,2,3,3,6.586,26.431,27.927,7,2,4,2.084,6.168,7.458,2,2,1988,Minnesota,6,2,1,,2,,,10,4,2,1.2,35.517,72.445,11,6103975ca7d27831aba29dfb,"{""startTime"":1690226040037,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690226093819,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690225887157,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":31,""label"":""tour_started""},{""time"":13028,""label"":""tour_next"",""step"":5},{""time"":84694,""label"":""started_brush"",""startDate"":""2021-12-14"",""endDate"":""2022-02-04""},{""time"":86621,""label"":""tour_next"",""step"":5},{""time"":96493,""label"":""moved_brush"",""startDate"":""2021-05-24"",""endDate"":""2021-07-16""},{""time"":97548,""label"":""tour_next"",""step"":5},{""time"":101751,""label"":""cleared_brush"",""using"":""Click""},{""time"":101751,""label"":""cleared_brush"",""using"":""Escape""},{""time"":103244,""label"":""tour_next"",""step"":5},{""time"":107908,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690226024254,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":7624,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1997,""week"":""52"",""id"":""chart""}]}",1,complex,bar +2023-07-24 15:12:49,2023-07-24 15:22:20,0,66.176.159.121,100,571,1,2023-07-24 15:22:21,R_3qxv4Upt211bWgp,,,,,25.7689,-80.1946,anonymous,EN,1,2.485,2.485,3.585,1,1,2,1,1.599,4.119,5.454,2,0,0,15.112,0,79,84,50,7.884,18.73,20.486,4,22.268,24.279,26.705,2,1,1,46.751,80.506,82.166,5,-3,-3,13.323,87.561,88.843,5,1,40.202,40.202,42.047,1,0,0,15.013,0,6,3,2,3,2,5,,46.311,59.223,61.97,6,5,2,1,2,2,5,I think the information is accurate but it is displayed in an intentionally misleading way. ,1.758,30.88,38.809,2,4,,3.717,3.717,5.922,1,2,7,3,4,1,5,6,0,0,17.856,0,2,5,6,4,4,5,9,8,,3.556,18.625,20.62,9,2,2,4,4,2,2,8.641,22.713,23.903,6,2,2,1.607,14.031,15.436,5,2,1996,Florida,7,3,1,,7,,,13,4,2,2.299,46.165,47.617,13,6111c95309571f2e5a12b0c7,"{""startTime"":1690226160282,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":43,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5002,""week"":""22"",""id"":""chart""},{""time"":5868,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6225,""week"":""42"",""id"":""chart""},{""time"":13196,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":14783,""week"":""51"",""id"":""chart""},{""time"":28181,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":11978,""week"":""2"",""id"":""chart""}]}","{""startTime"":1690226223172,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226028063,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":25,""label"":""tour_started""},{""time"":7249,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4897,""week"":""48"",""id"":""chart""},{""time"":12419,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1793,""week"":""41"",""id"":""chart""},{""time"":15179,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3735,""week"":""2"",""id"":""chart""},{""time"":19381,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1597,""week"":""52"",""id"":""chart""},{""time"":22258,""label"":""tour_next"",""step"":2},{""time"":24269,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690226144703,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar +2023-07-24 15:14:34,2023-07-24 15:22:28,0,47.45.235.174,100,473,1,2023-07-24 15:22:28,R_3e4FRpTap2YXrV5,,,,,39.0809,-108.4925,anonymous,EN,1,7.211,7.211,8.718,1,1,2,1,1.679,4.096,5.629,3,0,0,15.007,0,29,80,63,10.413,20.55,22.012,3,13.566,20.991,23.86,2,1,1,28.045,46.501,47.628,2,-3,1,28.843,50.202,51.788,2,1,20.025,20.025,21.312,1,0,0,15.008,0,3,3,2,5,6,2,,7.191,28.423,30.518,7,3,5,4,3,3,2,"The data have no error bars, and has been overtaken by events.",2.046,2.046,47.862,1,4,,4.7,4.7,7.14,1,2,7,3,4,1,5,6,0,0,13.212,0,2,1,9,5,1,2,2,9,,3.849,18.144,20.368,9,5,5,2,2,5,5,5.753,31.457,32.568,6,6,1,4.328,11.12,12.786,2,1,1965,Colorado,6,3,1,,7,,,4,3,1,4.347,44.059,51.179,12,5e667f3bc3f30a4050fc8f2f,"{""startTime"":1690226225689,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226256807,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226136855,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":13554,""label"":""tour_next"",""step"":2},{""time"":20979,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690226210048,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar +2023-07-24 15:12:51,2023-07-24 15:22:41,0,50.88.68.105,100,590,1,2023-07-24 15:22:42,R_RXfqe1F8phkQm1H,,,,,28.0855,-80.6041,anonymous,EN,1,2.615,2.615,3.222,1,1,3,2,2.793,4.545,4.802,3,11.565,14.998,15.118,6,100,0,37,4.481,15.387,15.654,7,11.024,31.642,83.435,6,1,1,18.104,51.445,52.243,2,-3,1,31.452,42.645,42.96,3,1,14.474,14.474,16.143,1,0,0,15.122,0,6,7,7,6,4,6,,7.063,15.32,17.07,8,6,5,4,2,6,7,It seems fairly accurate and comprehensive,24.468,57.929,58.974,5,4,,2.066,4.627,146.167,8,2,7,3,4,1,5,6,0,0,15.68,0,6,5,1,6,5,2,9,8,,4.256,15.201,16.693,11,2,2,3,3,2,2,2.757,13.799,14.702,6,3,1,1.929,7.242,7.499,4,2,1996,Florida,2,2,1,,7,,,12,4,2,1.071,27.798,28.336,19,5490c822fdf99b71ba910e1a,"{""startTime"":1690226211244,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690226133309,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690226016992,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":10979,""label"":""tour_next"",""step"":5},{""time"":17958,""label"":""started_brush"",""startDate"":""2021-05-26"",""endDate"":""2021-06-16""},{""time"":19197,""label"":""moved_brush"",""startDate"":""2021-04-29"",""endDate"":""2021-05-26""},{""time"":19908,""label"":""tour_next"",""step"":5},{""time"":23199,""label"":""moved_brush"",""startDate"":""2021-04-22"",""endDate"":""2021-05-19""},{""time"":23876,""label"":""tour_next"",""step"":5},{""time"":27911,""label"":""cleared_brush"",""using"":""click""},{""time"":27913,""label"":""cleared_brush"",""using"":""Escape""},{""time"":28829,""label"":""tour_next"",""step"":5},{""time"":31597,""label"":""tour_end"",""step"":5},{""time"":37665,""label"":""started_brush"",""startDate"":""2021-05-11"",""endDate"":""2021-06-01""},{""time"":38977,""label"":""moved_brush"",""startDate"":""2021-05-11"",""endDate"":""2021-06-22""},{""time"":40529,""label"":""moved_brush"",""startDate"":""2021-06-07"",""endDate"":""2021-06-22""},{""time"":47770,""label"":""started_brush"",""startDate"":""2021-07-04"",""endDate"":""2021-09-01""},{""time"":49091,""label"":""moved_brush"",""startDate"":""2021-05-29"",""endDate"":""2021-09-01""},{""time"":53083,""label"":""moved_brush"",""startDate"":""2021-05-29"",""endDate"":""2022-02-13""},{""time"":58876,""label"":""moved_brush"",""startDate"":""2021-12-08"",""endDate"":""2022-02-13""},{""time"":62185,""label"":""hovered"",""timeHovered"":2938,""week"":""2022-01-10""},{""time"":65313,""label"":""hovered"",""timeHovered"":1586,""week"":""2022-01-10""},{""time"":78119,""label"":""moved_brush"",""startDate"":""2021-12-08"",""endDate"":""2022-02-13""},{""time"":82272,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-13""}]}","{""startTime"":1690226117606,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":4796,""label"":""started_brush"",""startDate"":""2021-07-07"",""endDate"":""2022-02-13""},{""time"":8469,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-18""},{""time"":10429,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-18""},{""time"":11150,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-18""},{""time"":12198,""label"":""moved_brush"",""startDate"":""2021-05-12"",""endDate"":""2021-11-18""},{""time"":12654,""label"":""moved_brush"",""startDate"":""2021-06-26"",""endDate"":""2021-11-18""},{""time"":12882,""label"":""cleared_brush"",""using"":""click""},{""time"":12883,""label"":""cleared_brush"",""using"":""Escape""}]}",1,complex,line +2023-07-24 14:45:05,2023-07-24 15:23:06,0,207.255.13.191,100,2280,1,2023-07-24 15:23:07,R_1GII6MasRvyBaq8,,,,,39.8791,-79.8327,anonymous,EN,1,9.421,26.765,27.651,9,1,1,1,0.624,4.808,5.532,6,0,0,15.005,0,100,100,50,12.701,18.205,18.701,3,11.584,16.864,23.436,2,1,1,2.654,110.713,112.245,15,-2,1,50.064,645.917,646.713,2,1,2.286,48.095,49.219,3,0,0,15.108,0,7,7,1,7,7,7,,13.956,19.787,22.215,6,7,7,7,5,5,7,It is very easy to read and makes sense with what we know about vaccinations etc.,1.103,191.976,192.821,9,3,,6.736,6.736,7.995,1,2,7,3,4,1,5,6,1.316,4.083,20.216,8,4,10,10,10,5,4,9,11,,1.063,17.303,18.891,19,1,1,5,5,1,1,5.065,18.561,19.822,6,3,1,0.935,11.007,12.356,14,2,2000,Pennsylvania,2,2,1,,7,,,3,4,1,0.915,80.593,81.413,47,59ff85cb7542890001aa60f1,"{""startTime"":1690225909327,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":3157,""label"":""hovered"",""timeHovered"":3825,""week"":""2022-01-10""},{""time"":9010,""label"":""hovered"",""timeHovered"":1020,""week"":""2022-01-10""}]}","{""startTime"":1690225931916,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690224383746,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":11581,""label"":""tour_next"",""step"":2},{""time"":16861,""label"":""tour_end"",""step"":2},{""time"":18827,""label"":""hovered"",""timeHovered"":1810,""week"":""2022-01-03""}]}","{""startTime"":1690225893908,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":9668,""label"":""hovered"",""timeHovered"":2724,""week"":""2022-01-10""}]}",1,moderate,line +2023-07-24 15:12:26,2023-07-24 15:23:27,0,71.115.2.135,100,660,1,2023-07-24 15:23:27,R_3et5q2iB0eNHxL3,,,,,37.3392,-77.4175,anonymous,EN,1,5.097,6.111,7.029,2,1,2,1,2.369,6.168,7.187,3,0,0,15.112,0,81,26,42,6.582,30.812,31.675,7,12.508,102.804,104.738,14,-2,1,13.083,49.66,50.54,6,-2,-3,16.512,65.239,66.038,9,1,5.357,39.976,40.715,5,3.971,14.792,15.006,2,5,4,5,4,5,5,,10.247,36.488,38.208,9,4,4,3,1,2,5,I am not sure how these numbers were gathered,4.609,33.333,43.368,3,5,,12.284,13.564,14.232,2,2,7,3,4,1,5,6,16.138,16.138,21.643,1,3,4,10,5,3,8,6,8,,15.863,34.53,35.461,10,2,3,4,4,4,3,11.602,30.449,31.696,7,7,1,2.975,16.891,17.579,5,2,1971,Virginia,6,3,1,,7,,,17,2,2,3.365,69.142,70.674,19,61112c05608ea60cb93f04f0,"{""startTime"":1690226255389,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690226180690,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690226018723,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":25373,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3954,""week"":""1"",""id"":""chart""},{""time"":30077,""label"":""tour_next"",""step"":5},{""time"":42316,""label"":""started_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-06-24""},{""time"":43466,""label"":""tour_next"",""step"":5},{""time"":54250,""label"":""started_brush"",""startDate"":""2021-07-09"",""endDate"":""2021-09-15""},{""time"":59239,""label"":""tour_back"",""step"":5},{""time"":63482,""label"":""started_brush"",""startDate"":""2021-05-17"",""endDate"":""2021-08-10""},{""time"":64161,""label"":""tour_next"",""step"":5},{""time"":65731,""label"":""moved_brush"",""startDate"":""2021-05-17"",""endDate"":""2021-08-10""},{""time"":67550,""label"":""moved_brush"",""startDate"":""2021-09-22"",""endDate"":""2021-12-17""},{""time"":68218,""label"":""tour_next"",""step"":5},{""time"":77229,""label"":""cleared_brush"",""using"":""Click""},{""time"":77229,""label"":""cleared_brush"",""using"":""Escape""},{""time"":79188,""label"":""tour_next"",""step"":5},{""time"":85514,""label"":""tour_end"",""step"":5},{""time"":89425,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1835,""week"":""51"",""id"":""chart""},{""time"":101481,""label"":""cleared_brush"",""using"":""Click""}]}","{""startTime"":1690226165100,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar +2023-07-24 15:12:44,2023-07-24 15:23:57,0,68.41.226.10,100,672,1,2023-07-24 15:23:57,R_2wyMY0duv4KO8Y8,,,,,42.5138,-82.9396,anonymous,EN,1,6.66,6.66,8.162,1,1,2,2,2.846,6.082,7.295,2,0,0,15.112,0,100,100,55,24.861,32.815,34.592,5,14.866,21.118,44.829,2,-2,1,23.48,44.272,46.981,2,1,1,33.677,89.402,106.386,3,1,57.485,57.485,59.033,1,0,0,15.016,0,6,5,6,6,6,6,Great Survey Thank You,25.164,49.898,52.685,10,5,6,6,5,6,6,It is from the CDC,4.533,42.174,44.738,4,3,,11.384,12.72,15.712,3,2,7,3,4,1,5,6,0,0,27.21,0,4,4,8,6,6,6,9,6,,4.853,20.885,22.202,8,4,3,2,3,4,4,22.992,36.438,37.879,6,4,2,3.322,8.86,10.972,2,1,1983,Michigan,2,1,1,,7,,,4,3,2,3.141,58.35,60.749,14,5ef42ba59401801d9f859e2d,"{""startTime"":1690226292868,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226214612,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226047155,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":14857,""label"":""tour_next"",""step"":2},{""time"":21119,""label"":""tour_end"",""step"":2},{""time"":22409,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6456,""week"":""52"",""id"":""chart""},{""time"":28901,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1631,""week"":""1"",""id"":""chart""},{""time"":30667,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":9265,""week"":""6"",""id"":""chart""},{""time"":39977,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2392,""week"":""5"",""id"":""chart""}]}","{""startTime"":1690226199131,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":9431,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3678,""week"":""52"",""id"":""chart""},{""time"":13365,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2024,""week"":""1"",""id"":""chart""}]}",1,moderate,bar +2023-07-24 15:07:53,2023-07-24 15:24:50,0,142.54.13.101,100,1017,1,2023-07-24 15:24:51,R_0TdYErcPamZsdcR,,,,,43.6381,-84.2029,anonymous,EN,1,3.093,3.093,4.005,1,1,3,1,1.706,4.026,5.4,2,0,0,15.011,0,100,39,39,34.416,54.823,55.91,7,32.206,144.42,162.613,8,-3,-3,84.464,89.823,91.008,2,1,-1,101.343,115.207,116.52,2,1,11.515,51.243,52.418,5,5.16,5.16,15.119,1,6,4,6,6,6,6,,18.158,35.382,45.528,8,5,5,6,5,4,6,The scenario assumes that the data is accurate. So I trust the visualization matches the data provided.,2.301,83.738,88.289,14,5,,49.477,49.477,51.756,1,2,3,4,5,1,6,7,0,0,9.995,0,6,7,7,8,7,5,10,10,,7.445,30.401,31.832,8,4,5,1,1,5,4,4.49,33.265,34.033,8,2,2,3.545,57.431,58.528,3,2,1981,Michigan,4,1,1,,7,,,9,4,1,1.367,50.079,61.067,12,5ddae85b393bd3a44d7cbaaa,"{""startTime"":1690226127318,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690226002742,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690225770152,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":21,""label"":""tour_started""},{""time"":1885,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1317,""week"":""5"",""id"":""chart""},{""time"":4653,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1751,""week"":""2"",""id"":""chart""},{""time"":13645,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1395,""week"":""1"",""id"":""chart""},{""time"":15740,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":13438,""week"":""1"",""id"":""chart""},{""time"":32203,""label"":""tour_next"",""step"":5},{""time"":83109,""label"":""started_brush"",""startDate"":""2021-06-29"",""endDate"":""2021-09-03""},{""time"":84850,""label"":""tour_next"",""step"":5},{""time"":92982,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-09-03""},{""time"":94006,""label"":""moved_brush"",""startDate"":""2021-09-08"",""endDate"":""2022-02-07""},{""time"":99298,""label"":""tour_next"",""step"":5},{""time"":107813,""label"":""cleared_brush"",""using"":""Click""},{""time"":107813,""label"":""cleared_brush"",""using"":""Escape""},{""time"":109578,""label"":""tour_next"",""step"":5},{""time"":118008,""label"":""tour_end"",""step"":5},{""time"":120245,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6794,""week"":""1"",""id"":""chart""},{""time"":127179,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":9904,""week"":""52"",""id"":""chart""},{""time"":148051,""label"":""started_brush"",""startDate"":""2021-11-29"",""endDate"":""2022-02-07""},{""time"":152009,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3489,""week"":""4"",""id"":""chart""},{""time"":155565,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1100,""week"":""3"",""id"":""chart""},{""time"":157674,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2408,""week"":""50"",""id"":""chart""},{""time"":160182,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1051,""week"":""49"",""id"":""chart""}]}","{""startTime"":1690225986991,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":6600,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2980,""week"":""50"",""id"":""chart""},{""time"":9856,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2826,""week"":""45"",""id"":""chart""}]}",1,complex,bar +2023-07-24 15:12:57,2023-07-24 15:25:35,0,74.199.48.149,100,758,1,2023-07-24 15:25:36,R_DOHC8sKb12DS0pP,,,,,42.6002,-83.0033,anonymous,EN,1,0,0,5.384,0,1,3,2,2.76,8.215,8.61,3,7.421,10.741,15.016,5,75,99,66,2.259,25.346,27.042,5,1.503,8.971,13.558,4,1,-1,100.761,153.097,154.943,3,-3,-3,26.285,87.495,88.812,2,-3,20.783,20.783,21.805,1,10.612,11.524,15.016,2,6,6,6,6,6,6,,11.64,21.867,25.163,10,6,6,5,4,4,6,It is provided by the CDC,5.782,36.289,42.846,4,4,,5.315,7.355,8.935,3,2,7,3,4,1,5,6,0,0,26.271,0,6,5,6,8,6,7,7,8,,0.131,10.823,11.773,14,3,3,4,5,3,2,4.012,20.14,21.265,7,2,2,5.917,15.535,18.402,2,1,1993,California,6,2,1,,3,,,9,3,1,3.848,85.52,87.803,13,62bc3401dc67c7598dbba4a6,"{""startTime"":1690226326057,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226248724,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":2932,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1412,""week"":""3"",""id"":""chart""}]}","{""startTime"":1690226116794,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":5348,""label"":""tour_next"",""step"":2},{""time"":8965,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690226232612,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar +2023-07-24 15:17:14,2023-07-24 15:26:16,0,69.151.197.4,100,542,1,2023-07-24 15:26:17,R_3P5ovXls53y09CO,,,,,33.1909,-96.6198,anonymous,EN,1,11.358,11.358,13.15,1,1,2,2,3.948,5.776,7.237,2,0,0,15.006,0,100,100,73,7.142,13.377,14.624,4,17.118,19.699,21.928,2,-2,1,13.986,67.538,69.589,9,1,1,35.92,47.493,49.887,2,-2,56.426,56.426,58.237,1,0,0,15.015,0,4,6,7,7,6,7,,7.994,22.274,24.316,6,6,7,5,1,1,7,"I trust the source, CDC, from which this data is sourced",17.127,44.476,45.554,6,2,,8.571,9.499,13.214,2,2,3,4,5,1,6,7,0,0,12.88,0,2,2,3,9,8,7,10,10,,4.264,18.685,21.494,8,4,4,2,2,5,4,7.429,18.837,19.916,6,3,4,9.591,19.518,20.66,2,1,1982,Texas,6,3,1,,7,,,17,4,2,21.078,64.767,66.105,14,5edabd929d0c9370d88ed85a,"{""startTime"":1690226414002,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226439581,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226306317,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":11096,""label"":""hovered"",""timeHovered"":2365,""week"":""2022-01-03""},{""time"":14162,""label"":""hovered"",""timeHovered"":1050,""week"":""2022-01-03""},{""time"":17113,""label"":""tour_next"",""step"":2},{""time"":19693,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690226398627,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":9107,""label"":""hovered"",""timeHovered"":1705,""week"":""2022-01-03""}]}",1,simple,line +2023-07-24 15:11:15,2023-07-24 15:26:19,0,184.156.46.240,100,904,1,2023-07-24 15:26:20,R_1DAcuNLUbJ2hUoq,,,,,33.5879,-86.3384,anonymous,EN,1,6.832,11.54,12.899,2,2,,2,4.312,4.312,5.484,1,0,0,15.112,0,61,78,54,23.063,73.805,75.252,4,27.789,36.115,42.769,2,1,1,43.505,64.315,71.902,2,-3,-3,46.222,91.485,93.257,3,-3,34.676,34.676,36.379,1,0,0,15.012,0,2,2,2,6,5,2,,28.367,58.879,68.783,7,5,6,4,2,5,4,"I have doubts about it, but I understand it could be correct. I'm not one hundred percent sure either way.",9.364,93.474,94.639,5,5,,10.725,10.725,14.249,1,2,7,3,4,1,5,6,0,0,30.45,0,1,1,6,6,1,1,6,6,,17.59,51.479,72.447,9,2,2,3,4,2,2,13.988,47.531,48.85,7,4,1,5.716,37.485,42.366,2,2,1986,Alabama,3,2,1,,7,,,3,1,1,6.12,76.697,78.52,13,5b70ed4b99982e000145eb7b,"{""startTime"":1690226156467,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226226363,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226003420,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":11038,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1868,""week"":""52"",""id"":""chart""},{""time"":12907,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2752,""week"":""52"",""id"":""chart""},{""time"":15709,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1218,""week"":""2"",""id"":""chart""},{""time"":18529,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6423,""week"":""52"",""id"":""chart""},{""time"":27783,""label"":""tour_next"",""step"":2},{""time"":36109,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690226140697,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":9334,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1534,""week"":""52"",""id"":""chart""},{""time"":10920,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1237,""week"":""1"",""id"":""chart""}]}",1,moderate,bar +2023-07-24 15:06:38,2023-07-24 15:26:20,0,167.78.194.104,100,1181,1,2023-07-24 15:26:20,R_br9Wqv0xCwN5qG5,,,,,26.099,-80.1822,anonymous,EN,1,2.346,2.346,3.094,1,1,2,1,1.465,3.481,4.846,3,2.473,4.949,16.227,3,82,100,68,16.808,45.025,46.714,5,4.091,9.17,12.893,2,1,1,58.569,80.567,82.117,2,-3,1,58.157,91.29,102.112,3,1,55.854,55.854,57.108,1,0,0,15.107,0,6,6,6,7,6,6,,24.629,51.288,53.644,12,7,7,6,4,5,6,"I have no reason to suspect the information is incorrect, but I never know for sure.",3.059,3.059,52.651,1,4,,5.804,8.5,10.081,3,2,7,3,4,1,5,6,0,0,12.872,0,2,3,6,2,3,3,8,8,,13.192,28.891,30.301,11,4,4,2,3,4,4,5.426,22.835,23.371,6,2,2,1.678,8.718,9.692,3,1,1997,Florida,6,3,1,,3,,,6,2,1,2.006,204.925,205.533,65,63127690860023ab6b50a0b2,"{""startTime"":1690226190431,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690225818784,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690225686945,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":4087,""label"":""tour_next"",""step"":2},{""time"":9165,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690225803085,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6799,""label"":""hovered"",""timeHovered"":1682,""week"":""2022-01-17""}]}",1,moderate,line +2023-07-24 15:18:36,2023-07-24 15:26:31,0,64.146.139.222,100,474,1,2023-07-24 15:26:32,R_1DSuRuz3dfwERyk,,,,,48.1701,-117.1449,anonymous,EN,1,2.92,2.92,3.8,1,2,,1,2.024,2.024,2.693,1,0,0,15.011,0,42,70,66,8.128,21.295,22.467,6,7.738,14.97,16.407,3,1,1,35.128,59.912,60.598,2,1,1,40.176,52.576,54.231,2,1,26.019,26.019,33.914,1,0,0,15.009,0,4,1,2,5,3,3,,10.563,20.531,22.523,6,2,6,5,2,2,3,"Because it only displays the numbers for all ages, and doesn't display any other factors in the graph. It is misleading.",1.796,49.363,50.04,12,7,,4.67,4.67,6.171,1,2,7,3,4,1,5,6,0,0,14.913,0,2,6,9,4,3,7,9,9,,6.642,32.825,34.417,14,5,5,1,1,5,5,8.157,16.229,16.995,6,7,1,9.846,16.675,18.01,2,2,1977,Washington,6,2,1,,7,,,13,1,1,2.405,45.581,48.733,11,63f8ea59e15f3632cde9e8dd,"{""startTime"":1690226527927,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226457519,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226370525,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":7731,""label"":""tour_next"",""step"":2},{""time"":9667,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690226441944,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":5419,""label"":""hovered"",""timeHovered"":1230,""week"":""2022-01-10""}]}",1,moderate,line +2023-07-24 15:12:38,2023-07-24 15:26:35,0,68.3.235.172,100,836,1,2023-07-24 15:26:36,R_1laeZYOJBiYV0JY,,,,,33.5982,-112.3724,anonymous,EN,1,8.083,8.083,10.476,1,1,4,1,4.284,51.356,53.963,2,2.284,2.284,15.105,1,84,71,43,23.334,37.34,39.648,3,8.753,12.905,47.429,2,-2,-3,49.69,65.475,75.189,2,-3,-3,41.5,63.249,65.067,2,-1,60.437,60.437,65.249,1,0,0,15.006,0,6,4,5,6,7,5,It's interesting that vaccinated and unvaccinated cases spiked around the same time span. ,26.022,78.506,80.394,8,5,6,4,4,2,6,"I would say it looks fairly accurate, having both unvaccinated and vaccinated spike around the same time of year.",2.055,75.653,76.904,16,2,"I don't know if this is the end of the survey, but there was a page that was messed up. I will actually send a message on Prolific that is more specific.",3.755,28.807,31.36,4,2,7,3,4,1,5,6,0,0,22.977,0,4,3,5,8,4,6,9,8,N/A.,9.187,52.658,56.511,9,2,2,4,4,3,1,4.907,31.637,34.501,7,2,2,3.027,10.585,14.221,2,2,1985,Arizona,6,1,1,,7,,,16,4,1,2.479,66.525,73.218,16,634e1076f43266192b130e13,"{""startTime"":1690226230179,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":32,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5512,""week"":""3"",""id"":""chart""}]}","{""startTime"":1690226311426,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226091089,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":8749,""label"":""tour_next"",""step"":2},{""time"":12899,""label"":""tour_end"",""step"":2},{""time"":13573,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1368,""week"":""52"",""id"":""chart""},{""time"":18044,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1014,""week"":""51"",""id"":""chart2""},{""time"":21927,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4183,""week"":""52"",""id"":""chart2""},{""time"":26880,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2933,""week"":""6"",""id"":""chart2""}]}","{""startTime"":1690226214623,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":5373,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2101,""week"":""52"",""id"":""chart""}]}",1,simple,bar +2023-07-24 15:08:07,2023-07-24 15:26:46,0,65.33.17.196,100,1118,1,2023-07-24 15:26:47,R_V57K3KdHTiieWRj,,,,,28.2683,-82.2912,anonymous,EN,1,11.818,11.818,12.73,1,1,3,1,3.907,11.203,12.622,4,0,0,15.167,0,98,71,49,16.588,22.827,24.231,3,32.362,45.14,49.91,3,-2,1,23.194,41.385,43.184,2,-3,-2,46.615,66.202,67.792,2,1,32.554,32.554,34.602,1,0,0,15.119,0,4,6,4,5,6,4,,11.116,21.706,23.447,6,6,6,6,5,4,4,dont know if the chart is scientifically true or not,2.201,64.29,67.962,11,4,,6.122,6.122,8.498,1,2,7,3,4,1,5,6,0,0,35.61,0,3,1,4,1,1,1,10,4,,5.713,21.393,23.779,10,5,1,5,3,3,1,11.009,39.337,40.856,6,1,1,5.121,15.795,17.912,3,2,1991,Florida,3,2,1,,4,,,4,2,1,6.117,108.479,115.92,35,62718acba39cea360d198b7d,"{""startTime"":1690226404766,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226304519,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226190058,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":40,""label"":""tour_started""},{""time"":14959,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3479,""week"":""52"",""id"":""chart""},{""time"":18482,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2307,""week"":""1"",""id"":""chart""},{""time"":26711,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1045,""week"":""14"",""id"":""chart""},{""time"":32353,""label"":""tour_next"",""step"":2},{""time"":45131,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690226288334,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":7009,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1579,""week"":""52"",""id"":""chart""}]}",1,simple,bar +2023-07-24 15:15:27,2023-07-24 15:26:51,0,96.253.21.91,100,684,1,2023-07-24 15:26:52,R_2v2HQ9SE0VEQpM8,,,,,41.8307,-71.3982,anonymous,EN,1,18.883,18.883,19.961,1,1,1,1,2.642,6.322,7.107,2,0,0,15.014,0,85,100,50,9.331,16.85,18.538,3,27.242,31.361,70.807,2,-2,1,18.861,31.957,34.087,2,-2,-2,33.983,42.735,44.008,2,1,40.43,40.43,42.964,1,0,0,15.017,0,7,6,7,7,7,7,,5.869,20.655,22.236,6,7,7,6,7,6,7,I believe that it is a correct visualization of the data compiled by the CDC. I trust that the CDC is telling the truth when it comes to the data of reported COVID cases among both vaccinated and unvaccinated individuals.,4.324,65.424,68.176,5,4,,2.848,5.08,6.084,2,2,7,3,4,1,5,6,0,0,15.81,0,2,3,3,4,5,4,8,3,,4.043,39.747,41.005,8,3,4,2,1,5,3,57.875,109.748,110.791,6,1,3,7.933,49.749,51.81,2,2,1963,Rhode Island,3,1,1,,7,,,15,4,2,1.685,53.226,56.588,16,645950b676754e48ae4e15fb,"{""startTime"":1690226409406,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226322316,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226200470,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":19,""label"":""tour_started""},{""time"":1772,""label"":""hovered"",""timeHovered"":4627,""week"":""2021-09-27""},{""time"":6438,""label"":""hovered"",""timeHovered"":1214,""week"":""2021-09-20""},{""time"":8346,""label"":""hovered"",""timeHovered"":1120,""week"":""2022-01-03""},{""time"":9522,""label"":""hovered"",""timeHovered"":5546,""week"":""2021-12-27""},{""time"":27211,""label"":""tour_next"",""step"":2},{""time"":31330,""label"":""tour_end"",""step"":2},{""time"":40979,""label"":""hovered"",""timeHovered"":1863,""week"":""2021-05-31""},{""time"":65695,""label"":""hovered"",""timeHovered"":3048,""week"":""2022-01-17""}]}","{""startTime"":1690226306494,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":5034,""label"":""hovered"",""timeHovered"":2256,""week"":""2022-01-03""},{""time"":12820,""label"":""hovered"",""timeHovered"":1455,""week"":""2021-12-27""}]}",1,simple,line +2023-07-24 15:10:43,2023-07-24 15:26:53,0,98.162.249.226,100,970,1,2023-07-24 15:26:54,R_r2QwL9Mvqm81O49,,,,,35.2025,-97.4835,anonymous,EN,1,18.646,18.646,20.572,1,1,3,1,1.884,8.7,10.615,3,0,0,15.112,0,65,100,71,7.722,18.33,19.751,3,23.04,52.76,54.556,2,-2,1,50.557,79.821,81.202,2,1,-3,51.374,188.366,189.315,2,1,21.635,21.635,22.999,1,0,0,15.007,0,6,6,6,6,6,6,,10.297,45.488,47.942,6,6,6,6,6,6,6,Because it conveys the data in an understandable way.,3.807,71.946,73.117,17,4,,11.515,20.171,21.118,2,2,7,3,4,1,5,6,0,0,22.182,0,1,2,2,3,5,1,7,6,,6.767,26.575,30.357,9,3,2,1,2,3,2,26.079,178.775,179.915,6,1,1,10.6,43.504,46.173,2,1,1983,Oklahoma,2,2,1,,7,,,1,4,2,1.572,72.122,77.831,19,5ee925739ae9771465f5f713,"{""startTime"":1690226167113,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226070676,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690225918891,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":6518,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1733,""week"":""1"",""id"":""chart""},{""time"":23034,""label"":""tour_next"",""step"":2},{""label"":""window_blurred"",""time"":24525},{""label"":""window_focused"",""time"":44399},{""time"":50186,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1366,""week"":""1"",""id"":""chart2""},{""time"":52754,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690226055422,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":9287,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1466,""week"":""52"",""id"":""chart2""}]}",1,simple,bar +2023-07-24 15:16:00,2023-07-24 15:26:56,0,73.50.102.13,100,656,1,2023-07-24 15:26:57,R_2YmQjahoYljku1C,,,,,41.8847,-88.3028,anonymous,EN,1,20.729,27.724,29.066,2,1,2,1,1.416,3.342,4.285,2,0,0,15.082,0,92,100,76,10.384,19.74,27.193,7,11.354,18.698,22.332,2,1,1,98.535,108.504,110.411,2,-3,1,22.208,42.345,44.096,2,-3,21.874,21.874,25.385,1,0,0,15.009,0,6,6,6,7,7,7,,85.721,101.117,103.625,9,6,7,7,7,5,7,It makes sense and the trends follow what I remember hearing about.,1.537,58.311,59.451,5,6,,12.95,14.467,16.032,4,2,7,3,4,1,5,6,0,0,13.576,0,7,7,3,7,8,7,10,10,,12.977,25.3,27.158,11,3,4,2,2,4,4,9.846,26.176,27.643,6,1,1,1.503,5.885,7.531,3,1,1991,Illinois,6,2,1,,2,,,7,4,2,1.009,49.028,49.595,15,5e2d0dd5be23b2320e23993a,"{""startTime"":1690226413203,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226517707,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226254497,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":50,""label"":""tour_started""},{""time"":7737,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1083,""week"":""28"",""id"":""chart""},{""time"":11238,""label"":""tour_next"",""step"":2},{""time"":18581,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690226397446,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar +2023-07-24 15:13:14,2023-07-24 15:26:58,0,98.182.69.91,100,824,1,2023-07-24 15:26:59,R_3saxI91Ym3CYuLg,,,,,41.874,-71.3844,anonymous,EN,1,15.171,15.171,16.724,1,1,3,2,2.02,5.47,6.907,3,0,0,15.008,0,97,96,22,9.779,15.946,17.712,3,10.458,17.517,28.563,2,1,-2,13.658,45.499,47.673,4,-2,1,7.441,26.554,28.518,2,-3,28.266,28.266,30.115,1,0,0,15.008,0,6,5,6,5,7,6,,14.706,32.822,35.672,7,5,6,5,3,2,7,"I feel like the source is trustworthy,",2.909,2.909,27.303,1,6,,5.263,5.263,7.146,1,2,7,3,4,1,5,6,0,0,16.428,0,2,5,5,6,4,2,9,8,,6.123,22.35,24.439,10,2,2,4,4,2,4,8.875,38.406,39.515,11,1,1,2.758,12.243,13.647,2,1,1999,Rhode Island,2,2,1,,7,,,3,4,2,1.93,53.96,55.681,11,63d7aa4a4f19508a5401cc2a,"{""startTime"":1690226157464,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226193750,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226064682,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":10447,""label"":""tour_next"",""step"":2},{""time"":17505,""label"":""tour_end"",""step"":2},{""time"":21802,""label"":""hovered"",""timeHovered"":1495,""week"":""2022-01-03""}]}","{""startTime"":1690226141860,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":8986,""label"":""hovered"",""timeHovered"":1340,""week"":""2021-12-27""},{""time"":13099,""label"":""hovered"",""timeHovered"":1563,""week"":""2021-12-27""}]}",1,simple,line +2023-07-24 15:12:03,2023-07-24 15:26:59,0,73.168.97.46,100,895,1,2023-07-24 15:26:59,R_3J901p3E7dCP4ZT,,,,,41.5883,-87.4593,anonymous,EN,1,0.763,2.381,2.989,3,1,2,2,17.896,19.648,20.556,4,2.155,6.142,15.407,2,55,55,50,1.301,9.082,9.68,8,2.331,16.772,17.506,7,1,1,1.542,60.228,60.881,17,1,1,0.962,37.742,38.527,17,-3,1.03,13.818,14.451,6,1.164,1.164,15.083,1,4,4,4,4,4,4,,0.983,5.104,6.05,10,4,4,4,4,4,4,I have no reason to not trust,1.24,12.939,14.249,5,4,,2.427,3.328,4.047,2,2,7,3,4,1,5,6,2.527,12.722,13.7,3,6,6,6,6,6,6,6,6,,1.157,4.65,5.207,9,4,3,2,3,3,3,0.922,6.693,7.481,10,3,3,1.139,3.27,4.645,3,2,1985,Indiana,7,1,1,,7,,,11,4,2,1.269,33.853,104.449,30,5e7a0da5c8327f0406f24b9a,"{""startTime"":1690226101321,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226073204,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_focused"",""time"":4794}]}","{""startTime"":1690225978337,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":11285,""label"":""tour_next"",""step"":2},{""time"":14180,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690226057582,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":6177},{""label"":""window_focused"",""time"":13867}]}",1,simple,line +2023-07-24 15:18:49,2023-07-24 15:27:02,0,67.197.207.234,100,492,1,2023-07-24 15:27:03,R_77Af0HnfiFW5ZWF,,,,,34.9672,-81.0491,anonymous,EN,1,5.22,5.22,6.026,1,2,,2,2.078,2.078,2.763,1,9.724,9.724,15.114,1,0,100,13,10.013,13.827,15.633,3,6.867,10.779,22.591,2,1,1,17.526,39.96,41.012,8,-2,1,10.403,45.72,47.049,4,-3,23.065,23.065,24.133,1,0,0,15.113,0,1,1,7,4,4,1,,7.296,31.841,33.839,7,2,7,4,1,1,1,I have no idea where the data is coming from,2.31,41.44,42.887,7,1,,4.234,5.425,6.676,2,2,7,3,4,1,5,6,0,0,17.852,0,1,1,6,1,1,3,4,6,,6.531,27.677,30.365,9,3,2,5,4,3,3,6.696,25.546,26.436,6,4,1,6.703,15.94,16.73,2,1,1999,South Carolina,3,2,1,,7,,,13,4,2,1.185,85.418,88.273,45,6315a6e79ee2ce17a350a08a,"{""startTime"":1690226552994,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7273,""label"":""source_clicked""},{""label"":""window_blurred"",""time"":7285},{""label"":""window_focused"",""time"":11578}]}","{""startTime"":1690226490638,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226410845,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":6858,""label"":""tour_next"",""step"":2},{""time"":10769,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690226475153,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":3072,""label"":""hovered"",""timeHovered"":1085,""week"":""2021-12-20""}]}",1,simple,line +2023-07-24 15:19:01,2023-07-24 15:27:21,0,174.99.27.152,100,500,1,2023-07-24 15:27:22,R_3W66n9ICt4f3cE9,,,,,35.7614,-78.6015,anonymous,EN,1,26.425,26.425,27.252,1,1,3,2,2.226,4.36,5.255,2,0,0,15.02,0,100,100,54,10.182,14.57,15.503,3,13.471,20.885,28.325,2,-3,1,23.106,30.727,32.703,2,-2,-3,32.277,46.837,47.091,5,1,21.209,21.209,22.401,1,0,0,15.02,0,5,5,5,5,2,5,I didn't even notice the source until prompted to look for it.,7.979,21.059,32.703,8,6,5,5,5,4,6,It intuitively makes sense that those with a vaccine would catch Covid less often.,1.989,1.989,23.263,1,4,There was one question...that didn't have a question. It had placeholder text. I skipped it. ,3.605,7.201,28.816,6,2,7,3,4,1,5,6,0,0,20.267,0,6,7,3,5,7,6,9,8,,6.718,17.358,20.525,8,2,1,3,4,3,2,14.169,38.083,39,8,2,3,5.097,15.701,16.981,2,2,1994,North Carolina,6,2,1,,3,,,5,4,1,2.434,56.149,59.31,24,63b8342eb371f007b0651c7e,"{""startTime"":1690226544740,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226492501,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226414984,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":7123,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2459,""week"":""52"",""id"":""chart""},{""time"":11013,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1735,""week"":""33"",""id"":""chart""},{""time"":13463,""label"":""tour_next"",""step"":2},{""time"":18821,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1276,""week"":""52"",""id"":""chart2""},{""time"":20877,""label"":""tour_end"",""step"":2},{""time"":23598,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1540,""week"":""52"",""id"":""chart2""},{""time"":25548,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1528,""week"":""52"",""id"":""chart""}]}","{""startTime"":1690226476890,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":5392,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2362,""week"":""51"",""id"":""chart2""},{""time"":8544,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2348,""week"":""50"",""id"":""chart2""},{""time"":10922,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1561,""week"":""49"",""id"":""chart2""},{""time"":12648,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1587,""week"":""50"",""id"":""chart2""},{""time"":14315,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1134,""week"":""51"",""id"":""chart2""}]}",1,simple,bar +2023-07-24 15:15:13,2023-07-24 15:27:38,0,108.219.12.36,100,744,1,2023-07-24 15:27:39,R_5ssJoaxtNN6s9WN,,,,,36.9102,-121.7564,anonymous,EN,1,53.139,53.139,54.559,1,1,2,2,1.8,4.706,6.102,2,0,0,15.17,0,50,5,8,9.427,14.6,15.876,4,12.817,68.919,79.581,37,1,1,5.809,37.369,38.329,3,1,1,35.349,71.42,73.064,2,1,10.528,33.076,34.403,6,0,0,15.193,0,6,4,6,6,6,6,,5.266,22.582,28.416,6,4,5,5,4,3,6,It was put out by the CDC.,3.881,37.085,68.053,3,6,,7.974,7.974,10.412,1,2,7,3,4,1,5,6,0,0,22.364,0,3,6,5,6,5,6,10,10,,2.601,14.71,16.578,10,4,4,2,2,4,4,9.136,41.278,42.555,9,2,3,10.311,20.098,21.985,3,2,1980,California,6,3,1,,8,Scotts Valley,,8,4,2,2.794,80.692,87.614,16,5e8bf957b7e6de0e5571b507,"{""startTime"":1690226374622,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690226405162,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690226241477,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":72,""label"":""tour_started""},{""time"":12756,""label"":""tour_next"",""step"":5},{""time"":18241,""label"":""tour_back"",""step"":5},{""time"":20510,""label"":""tour_next"",""step"":5},{""time"":24006,""label"":""cleared_brush"",""using"":""click""},{""time"":33180,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-16""},{""time"":34328,""label"":""tour_next"",""step"":5},{""time"":39383,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-16""},{""time"":39621,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-16""},{""time"":42573,""label"":""tour_next"",""step"":5},{""time"":48970,""label"":""moved_brush"",""startDate"":""2021-04-12"",""endDate"":""2021-11-17""},{""time"":49243,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-16""},{""time"":49419,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-16""},{""time"":53734,""label"":""moved_brush"",""startDate"":""2021-07-08"",""endDate"":""2022-02-13""},{""time"":57908,""label"":""cleared_brush"",""using"":""click""},{""time"":57920,""label"":""cleared_brush"",""using"":""Escape""},{""time"":59384,""label"":""tour_next"",""step"":5},{""time"":62778,""label"":""tour_end"",""step"":5},{""time"":69352,""label"":""started_brush"",""startDate"":""2021-11-18"",""endDate"":""2021-11-24""},{""time"":76252,""label"":""started_brush"",""startDate"":""2021-12-15"",""endDate"":""2022-01-07""}]}","{""startTime"":1690226357579,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line +2023-07-24 15:13:39,2023-07-24 15:27:44,0,98.167.88.10,100,844,1,2023-07-24 15:27:44,R_uqbFKtNTGdBi05H,,,,,36.0119,-115.0433,anonymous,EN,1,14.003,14.003,14.671,1,1,2,1,4.325,5.852,6.573,2,10.609,10.609,15.014,1,100,100,85,6.188,13.236,13.6,6,48.324,52.724,69.095,2,1,-3,11.388,38.013,38.962,2,1,1,48.199,71.735,73.205,3,1,78.836,102.078,102.773,2,0,0,16.07,0,6,4,6,6,6,6,,165.596,172.302,174.397,7,4,7,6,3,3,6,It seems accurate,1.598,17.787,34.855,2,4,,3.296,3.296,4.675,1,2,7,3,4,1,5,6,0,0,22.149,0,1,1,3,2,2,1,11,7,,8.077,29.468,31.55,10,2,3,3,3,3,4,9.746,20.924,21.633,6,2,1,5.491,14.261,14.59,4,3,2001,Nevada,3,2,1,,7,,,6,3,2,2.312,94.988,98.775,23,6440215c5fcae4dfceb6c854,"{""startTime"":1690226313354,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":21540},{""label"":""window_focused"",""time"":48257},{""label"":""window_blurred"",""time"":49928},{""label"":""window_focused"",""time"":76283},{""label"":""window_blurred"",""time"":77886},{""label"":""window_focused"",""time"":119173},{""label"":""window_blurred"",""time"":120087},{""label"":""window_focused"",""time"":120895},{""label"":""window_blurred"",""time"":133278},{""label"":""window_focused"",""time"":134109},{""label"":""window_blurred"",""time"":135465},{""label"":""window_focused"",""time"":151183}]}","{""startTime"":1690226217990,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_focused"",""time"":3674},{""label"":""window_blurred"",""time"":4759},{""label"":""window_focused"",""time"":5708},{""label"":""window_blurred"",""time"":32027},{""label"":""window_focused"",""time"":44102}]}","{""startTime"":1690226091925,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":4,""label"":""tour_started""},{""time"":10081,""label"":""hovered"",""timeHovered"":1026,""week"":""2021-04-26""},{""time"":16748,""label"":""hovered"",""timeHovered"":1133,""week"":""2022-01-03""},{""time"":18094,""label"":""hovered"",""timeHovered"":1160,""week"":""2021-12-27""},{""time"":23161,""label"":""hovered"",""timeHovered"":2039,""week"":""2022-02-07""},{""time"":38495,""label"":""hovered"",""timeHovered"":1092,""week"":""2021-12-20""},{""time"":41054,""label"":""hovered"",""timeHovered"":1120,""week"":""2021-12-13""},{""time"":48320,""label"":""tour_next"",""step"":2},{""time"":52721,""label"":""tour_end"",""step"":2},{""time"":63205,""label"":""hovered"",""timeHovered"":1704,""week"":""2021-12-27""},{""time"":66326,""label"":""hovered"",""timeHovered"":1654,""week"":""2022-01-03""}]}","{""startTime"":1690226200570,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":4240}]}",1,simple,line +2023-07-24 15:17:27,2023-07-24 15:27:59,0,184.55.148.183,100,632,1,2023-07-24 15:28:00,R_QhxAv8wKhsbvTln,,,,,44.1807,-88.476,anonymous,EN,1,8.92,8.92,10.105,1,1,4,2,2.074,4.132,5.05,2,0,0,15.112,0,63,38,22,25.675,32.303,33.444,3,27.038,45.933,50.206,5,1,-3,49.436,72.623,73.754,4,-2,-3,49.7,60.675,61.727,2,1,35.919,35.919,37.348,1,0,0,15.009,0,6,5,6,5,6,6,,11.604,25.224,26.865,6,5,3,3,2,2,6,It seems accurate based on historical reference.,2.51,42.467,43.354,4,5,,4.675,4.675,6.359,1,2,7,3,4,1,5,6,0,0,20.002,0,1,4,9,4,9,6,9,9,,5.817,18.769,20.054,8,4,4,1,1,4,4,8.4,23.596,24.731,6,3,2,4.733,13.197,14.683,2,2,1964,Wisconsin,3,2,1,,7,,,8,3,1,2.033,116.679,125.321,16,5d227f901e99f80018c60e1f,"{""startTime"":1690226534077,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226463755,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":4425,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1386,""week"":""52"",""id"":""chart2""}]}","{""startTime"":1690226322776,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":24,""label"":""tour_started""},{""time"":8464,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2468,""week"":""52"",""id"":""chart""},{""time"":11781,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1384,""week"":""1"",""id"":""chart""},{""time"":14732,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1083,""week"":""51"",""id"":""chart""},{""time"":17714,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6351,""week"":""32"",""id"":""chart""},{""time"":29389,""label"":""tour_next"",""step"":2},{""time"":32832,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4217,""week"":""47"",""id"":""chart2""},{""time"":38733,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2399,""week"":""52"",""id"":""chart2""},{""time"":41901,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2550,""week"":""51"",""id"":""chart2""},{""time"":45927,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690226448252,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":10578,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1131,""week"":""52"",""id"":""chart2""}]}",1,simple,bar +2023-07-24 15:17:29,2023-07-24 15:28:16,0,73.222.156.83,100,646,1,2023-07-24 15:28:16,R_6RvijjY9xFhfJLP,,,,,37.0313,-122.1198,anonymous,EN,1,10.788,11.8,12.071,2,1,2,1,1.598,4.853,5.703,2,0,0,15.111,0,75,82,60,10.403,18.417,20.053,4,17.276,21.376,35.021,2,1,-3,15.944,56.326,57.994,3,1,1,72.018,100.527,102.406,2,1,3.494,35.427,35.783,3,0,0,15.112,0,5,2,5,6,6,5,,24.665,42.328,45.755,6,3,5,3,2,3,3,I understand that it states that the source is the cdc however there is no information on how and where the data was collected from so I don't know how accurate it truly is,3.944,104.835,107.43,7,4,,5.982,7.313,8.783,3,2,7,3,4,1,5,6,0,0,20.405,0,2,2,4,5,2,2,8,9,,6.709,17.726,19.525,8,4,4,1,1,5,5,11.25,31.103,31.855,7,2,2,1.786,7.338,8.234,3,2,2001,California,6,3,4,turkish,5,,,17,4,2,2.939,57.292,58.89,14,60fd0c846628ee39883458ed,"{""startTime"":1690226468451,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":19,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1409,""week"":""2"",""id"":""chart""},{""time"":3906,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1348,""week"":""51"",""id"":""chart""},{""time"":7691,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1497,""week"":""50"",""id"":""chart""},{""time"":9194,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2761,""week"":""50"",""id"":""chart""},{""time"":12043,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1694,""week"":""51"",""id"":""chart""},{""time"":13827,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2494,""week"":""50"",""id"":""chart""}]}","{""startTime"":1690226514786,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226313421,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":3547,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4125,""week"":""51"",""id"":""chart""},{""time"":12794,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3209,""week"":""1"",""id"":""chart""},{""time"":17275,""label"":""tour_next"",""step"":2},{""time"":21374,""label"":""tour_end"",""step"":2},{""time"":24395,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1193,""week"":""14"",""id"":""chart""},{""time"":28147,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5772,""week"":""50"",""id"":""chart""}]}","{""startTime"":1690226451791,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":5767,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1197,""week"":""51"",""id"":""chart""},{""time"":7071,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2176,""week"":""52"",""id"":""chart""},{""time"":9271,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2779,""week"":""1"",""id"":""chart""}]}",1,moderate,bar +2023-07-24 15:13:29,2023-07-24 15:28:32,0,98.115.242.68,100,903,1,2023-07-24 15:28:32,R_2f0T9P7MRPOj6Lb,,,,,40.1137,-74.8599,anonymous,EN,1,63.068,63.068,66.099,1,1,2,2,1.452,5.452,7.433,3,0,0,15.01,0,90,100,78,9.86,25.597,27.106,3,9.286,14.183,51.429,4,1,1,3.699,69.129,70.582,5,-2,1,27.395,31.172,41.747,2,-2,13.714,61.518,74.269,2,0,0,15.109,0,7,6,6,7,7,7,,18.798,25.158,26.909,6,6,7,7,6,5,7,"I mean, regardless of the illness, vaccines work. It's not terribly hard for me to understand that vaccinated vs unvaccinated, those without the vaccine are always more at risk. ",2.068,90.635,98.624,10,5,,4.052,7.884,8.809,6,2,7,3,4,1,5,6,0,0,19.949,0,5,6,3,4,6,4,10,10,,3.955,14.613,16.898,8,3,3,2,3,5,3,11.024,31.427,32.383,6,2,1,3.19,11.175,11.684,3,1,1988,Pennsylvania,2,2,1,,9,,Croydon,4,4,1,1.112,44.067,44.568,16,558980cdfdf99b7ae47f5a75,"{""startTime"":1690226628270,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226482968,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_focused"",""time"":24843}]}","{""startTime"":1690226344563,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":9281,""label"":""tour_next"",""step"":2},{""time"":14177,""label"":""tour_end"",""step"":2},{""time"":20047,""label"":""hovered"",""timeHovered"":1819,""week"":""2021-04-12""},{""time"":22310,""label"":""hovered"",""timeHovered"":1972,""week"":""2021-04-12""},{""time"":29909,""label"":""hovered"",""timeHovered"":1677,""week"":""2021-12-27""},{""time"":31838,""label"":""hovered"",""timeHovered"":2549,""week"":""2022-01-03""},{""time"":37219,""label"":""hovered"",""timeHovered"":2272,""week"":""2022-01-17""},{""time"":39694,""label"":""hovered"",""timeHovered"":1069,""week"":""2022-01-10""},{""time"":41705,""label"":""hovered"",""timeHovered"":1675,""week"":""2021-12-27""},{""time"":44311,""label"":""hovered"",""timeHovered"":1589,""week"":""2021-12-13""},{""time"":49145,""label"":""hovered"",""timeHovered"":1403,""week"":""2021-06-14""}]}","{""startTime"":1690226467390,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":13333}]}",1,simple,line +2023-07-24 15:06:30,2023-07-24 15:28:32,0,208.184.44.36,100,1321,1,2023-07-24 15:28:33,R_20OsPxNwKx9PcOU,,,,,30.2304,-97.7243,anonymous,EN,1,4.703,4.703,6.249,1,1,2,2,2.89,7.216,8.49,2,0,0,15.108,0,84,79,9,42.207,56.853,58.535,4,7.317,17.756,26.361,3,1,-2,20.796,198.038,198.527,17,-2,1,148.016,342.793,351.387,5,-2,93.607,93.607,97.503,1,0,0,15.008,0,6,6,6,6,6,7,no,32.592,48.442,51.313,7,7,6,6,6,6,6,It is clear and easy to read the chart,5.087,68.521,82.35,4,4,no,14.429,18.491,21.568,7,2,7,3,4,1,5,6,0,0,46.673,0,8,8,8,8,8,9,8,9,no,4.927,18.689,21.023,11,3,3,3,3,3,3,9.2,35.508,38.391,9,3,2,4.563,23.349,25.252,3,2,1999,Texas,6,3,1,,3,,,4,2,1,3.648,56.97,60.796,11,613e002e81f4b2409b531dbd,"{""startTime"":1690225977534,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226031295,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690225721292,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":4676,""label"":""hovered"",""timeHovered"":1149,""week"":""2021-05-10""},{""time"":14256,""label"":""tour_next"",""step"":2},{""time"":17740,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690225961728,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":6623,""label"":""hovered"",""timeHovered"":3312,""week"":""2022-01-31""},{""time"":11030,""label"":""hovered"",""timeHovered"":3233,""week"":""2022-01-31""}]}",1,simple,line +2023-07-24 15:15:43,2023-07-24 15:28:46,0,216.223.211.175,100,783,1,2023-07-24 15:28:46,R_31LZX8v1KzO36FC,,,,,34.0555,-78.9184,anonymous,EN,1,14.403,14.403,15.735,1,2,,1,2.161,2.161,3.612,1,12.916,12.916,15.013,1,44,86,23,27.444,34.218,36.551,3,20.559,28.229,40.42,2,-2,1,65.122,81.894,83.598,2,1,-3,68.108,82.436,84.372,3,1,48.13,48.13,49.741,1,0,0,15.016,0,4,4,4,5,5,3,"CDC is run by the government whom cannot be trusted, so why should I 100% trust this data",30.496,47.201,72.714,7,3,6,4,2,2,3,I just don't 100% think it's accurate. ,2.402,55.263,67.391,5,4,why is this still being studied...,5.305,8.774,34.04,2,2,7,3,4,1,5,6,0,0,31.581,0,1,3,11,6,1,5,8,8,,4.814,28.711,32.009,12,3,3,2,3,4,3,13.339,29.55,31.252,6,4,2,9.016,19.549,22.384,3,2,1971,South Carolina,4,2,1,,7,,,8,4,1,4.637,58.524,68.374,15,616da069522e6b8aa420a603,"{""startTime"":1690226492991,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":11407,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1178,""week"":""52"",""id"":""chart""}]}","{""startTime"":1690226372287,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":3123,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1283,""week"":""1"",""id"":""chart""},{""time"":13506,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1132,""week"":""1"",""id"":""chart""},{""time"":18314,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":11469,""week"":""52"",""id"":""chart""}]}","{""startTime"":1690226230938,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":20551,""label"":""tour_next"",""step"":2},{""time"":28221,""label"":""tour_end"",""step"":2},{""label"":""window_blurred"",""time"":36341},{""label"":""window_focused"",""time"":38078}]}","{""startTime"":1690226356821,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar +2023-07-24 15:15:35,2023-07-24 15:29:08,0,98.194.96.6,100,812,1,2023-07-24 15:29:09,R_SOyRscaUhZl6dPP,,,,,30.0043,-95.1747,anonymous,EN,1,34.416,34.416,39.269,1,1,3,1,1.563,5.143,5.958,2,0,0,15.007,0,100,28,100,5.791,11.667,12.679,3,44.438,116.082,155.97,27,1,1,33.406,47.141,47.627,3,-3,-3,33.047,53.927,55.261,2,-3,6.643,33.749,34.775,3,0,0,15.111,0,6,7,6,5,6,6,,8.295,23.482,25.599,7,5,3,4,2,2,6,"well it may just be me, but I do like a nice clear graph, I however am not always the best at deciphering that big a pool of data. It did however look very official and seems to line up with what ive heard over the last few years. ",10.709,104.818,107.87,13,5,,3.701,7.41,8.873,4,2,7,3,4,1,5,6,0,0,26.384,0,1,1,7,5,2,4,11,11,"Its not that i dont think a lot of these sources are per se un trust worthy, its more that i dont think these should be the main sources of your information. If you can use critical thinking as well, and researching the specific topics, you can find a lot more truth to the media. ",4.328,95.536,103.132,12,5,5,5,1,5,3,8.581,32.849,33.413,9,4,1,7.75,18.19,19.271,3,1,1995,Texas,2,1,1,,3,,,15,4,1,2.563,44.828,51.98,12,6488a3f2ddc680a2435ed65d,"{""startTime"":1690226548872,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690226402637,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690226195041,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":11201,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2616,""week"":""32"",""id"":""chart""},{""time"":16418,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3616,""week"":""52"",""id"":""chart""},{""time"":28518,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2467,""week"":""1"",""id"":""chart""},{""time"":35783,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1367,""week"":""14"",""id"":""chart""},{""time"":40018,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1682,""week"":""1"",""id"":""chart""},{""time"":44436,""label"":""tour_next"",""step"":5},{""time"":62317,""label"":""cleared_brush"",""using"":""Click""},{""time"":68338,""label"":""tour_back"",""step"":5},{""time"":70541,""label"":""tour_next"",""step"":5},{""time"":78745,""label"":""cleared_brush"",""using"":""Click""},{""time"":78955,""label"":""started_brush"",""startDate"":""2021-05-10"",""endDate"":""2021-05-16""},{""time"":79724,""label"":""cleared_brush"",""using"":""Click""},{""time"":79945,""label"":""started_brush"",""startDate"":""2021-08-05"",""endDate"":""2021-08-10""},{""time"":80140,""label"":""started_brush"",""startDate"":""2021-09-03"",""endDate"":""2021-09-10""},{""time"":80529,""label"":""started_brush"",""startDate"":""2021-10-24"",""endDate"":""2021-11-01""},{""time"":80774,""label"":""cleared_brush"",""using"":""Click""},{""time"":87258,""label"":""started_brush"",""startDate"":""2021-07-01"",""endDate"":""2021-11-24""},{""time"":88917,""label"":""tour_next"",""step"":5},{""time"":100250,""label"":""moved_brush"",""startDate"":""2021-07-25"",""endDate"":""2021-12-17""},{""time"":101135,""label"":""tour_next"",""step"":5},{""time"":108760,""label"":""cleared_brush"",""using"":""Click""},{""time"":110480,""label"":""tour_next"",""step"":5},{""time"":116081,""label"":""tour_end"",""step"":5},{""time"":126078,""label"":""started_brush"",""startDate"":""2021-11-27"",""endDate"":""2022-02-01""},{""time"":127294,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8288,""week"":""52"",""id"":""chart""},{""time"":139180,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1468,""week"":""51"",""id"":""chart""},{""time"":140694,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1704,""week"":""50"",""id"":""chart""},{""time"":144597,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3451,""week"":""52"",""id"":""chart""},{""time"":149520,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3762,""week"":""52"",""id"":""chart""}]}","{""startTime"":1690226387146,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":7293,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1032,""week"":""31"",""id"":""chart""},{""time"":10694,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1182,""week"":""50"",""id"":""chart""}]}",1,complex,bar +2023-07-24 15:15:20,2023-07-24 15:29:47,0,63.155.74.26,100,866,1,2023-07-24 15:29:47,R_2OZuqXQAUPJGtF8,,,,,44.0645,-123.1461,anonymous,EN,1,7.831,7.831,9.183,1,1,3,2,6.028,9.572,9.905,5,0,0,15.018,0,69,38,73,34.893,39.915,40.865,3,50.061,130.815,137.915,12,1,1,7.084,58.009,59.466,11,1,1,5.125,53.877,55.029,5,1,45.417,86.044,87.725,3,14.355,14.355,15.009,1,6,4,6,4,6,6,,8.538,28.73,31.559,6,6,4,6,4,5,6," I believe this visualization is based on scientific data, although I didn't look at the sourcing.",2.728,59.827,67.148,10,5,I believe in giving people the benefit of the doubt. I trust most people a little bit until they prove otherwise.,6.702,8.293,40.461,2,2,7,3,4,1,5,6,7.439,21.208,21.664,3,4,6,8,6,5,5,9,9,,11.293,38.036,39.987,9,4,4,2,2,5,4,5.347,37.317,38.165,8,2,1,5.91,16.534,18.146,6,1,1971,Oregon,3,2,1,,8,KLAMATH FALLS,,3,2,1,4.15,110.774,116.12,37,5dccb82a76eab294aa4837ff,"{""startTime"":1690226553299,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690226455179,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690226211311,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":23,""label"":""tour_started""},{""time"":36019,""label"":""hovered"",""timeHovered"":1515,""week"":""2021-12-13""},{""time"":38585,""label"":""hovered"",""timeHovered"":5032,""week"":""2021-08-16""},{""time"":46350,""label"":""hovered"",""timeHovered"":2550,""week"":""2022-02-07""},{""time"":50045,""label"":""tour_next"",""step"":5},{""time"":73598,""label"":""started_brush"",""startDate"":""2021-06-15"",""endDate"":""2021-10-01""},{""time"":74871,""label"":""tour_next"",""step"":5},{""time"":86046,""label"":""moved_brush"",""startDate"":""2021-06-20"",""endDate"":""2021-10-06""},{""time"":89628,""label"":""moved_brush"",""startDate"":""2021-06-20"",""endDate"":""2021-08-10""},{""time"":91533,""label"":""moved_brush"",""startDate"":""2021-07-05"",""endDate"":""2021-08-10""},{""time"":93925,""label"":""moved_brush"",""startDate"":""2021-08-05"",""endDate"":""2021-09-09""},{""time"":94655,""label"":""tour_next"",""step"":5},{""time"":106927,""label"":""cleared_brush"",""using"":""click""},{""time"":106935,""label"":""cleared_brush"",""using"":""Escape""},{""time"":111463,""label"":""tour_next"",""step"":5},{""time"":118246,""label"":""tour_end"",""step"":5},{""time"":128722,""label"":""started_brush"",""startDate"":""2021-05-03"",""endDate"":""2021-05-04""},{""time"":132245,""label"":""cleared_brush"",""using"":""click""},{""time"":132255,""label"":""cleared_brush"",""using"":""Escape""},{""time"":135848,""label"":""started_brush"",""startDate"":""2021-12-05"",""endDate"":""2022-01-06""},{""time"":136018,""label"":""cleared_brush"",""using"":""click""},{""time"":136026,""label"":""cleared_brush"",""using"":""Escape""}]}","{""startTime"":1690226439328,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line +2023-07-24 15:17:49,2023-07-24 15:29:48,0,72.231.162.254,100,718,1,2023-07-24 15:29:48,R_2ZIXOmdppyJp7ev,,,,,42.7504,-74.191,anonymous,EN,1,4.161,4.161,5.701,1,2,,2,3.915,3.915,5.526,1,0,0,15.009,0,46,24,42,20.068,43.48,45.571,3,29.35,106.499,108.341,13,1,1,20.715,52.98,54.937,3,-2,-1,29.145,45.661,48.299,2,1,59.178,59.178,61.239,1,0,0,15.008,0,6,2,6,4,6,4,,17.707,37.272,40.327,6,2,4,1,1,1,4,I do not know all the data presented.,4.213,71.928,72.913,9,4,,7.367,9.904,12.435,3,2,7,3,4,1,5,6,0,0,27.013,0,1,1,11,8,1,8,10,7,,9.064,28.064,30.235,8,5,1,4,4,1,1,13.218,41.084,42.717,6,6,2,9.094,21.126,23.388,2,2,1971,Florida,3,1,1,,7,,,17,1,1,3.619,47.268,54.571,12,643e579ee0a551f6c18933cb,"{""startTime"":1690226541388,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690226582134,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690226355179,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":21552,""label"":""hovered"",""timeHovered"":4235,""week"":""2021-11-29""},{""time"":26418,""label"":""hovered"",""timeHovered"":1306,""week"":""2022-01-10""},{""time"":29346,""label"":""tour_next"",""step"":5},{""time"":67400,""label"":""started_brush"",""startDate"":""2021-06-14"",""endDate"":""2021-06-16""},{""time"":68132,""label"":""moved_brush"",""startDate"":""2021-06-14"",""endDate"":""2021-06-16""},{""time"":69799,""label"":""tour_next"",""step"":5},{""time"":80914,""label"":""moved_brush"",""startDate"":""2021-06-14"",""endDate"":""2021-09-03""},{""time"":84545,""label"":""tour_next"",""step"":5},{""time"":90971,""label"":""cleared_brush"",""using"":""click""},{""time"":90974,""label"":""cleared_brush"",""using"":""Escape""},{""time"":92830,""label"":""tour_next"",""step"":5},{""time"":106495,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690226525852,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line +2023-07-24 15:20:10,2023-07-24 15:29:50,0,71.203.29.147,100,580,1,2023-07-24 15:29:51,R_2CpLywFleMADlS9,,,,,27.3338,-82.5289,anonymous,EN,1,3.734,3.734,4.754,1,1,4,2,1.68,3.559,4.681,2,0,0,15.128,0,93,100,50,4.694,13.589,15.132,3,53.528,57.104,63.971,2,1,1,17.995,45.329,58.022,6,1,-3,22.786,39.786,40.79,4,1,16.47,82.422,83.813,3,0,0,15.123,0,6,6,7,7,7,6,,6.471,17.375,20.354,8,6,7,6,3,6,6,"Since it shows many more Covid cases for unvaccinated and the data generally follows the same pattern for both groups, I find it trustworthy.",2.542,80.27,82.699,7,6,,2.819,2.819,4.221,1,2,3,4,5,1,6,7,0,0,9.539,0,2,7,9,8,9,7,10,10,,3.315,17.531,19.777,9,4,4,2,2,4,3,3.064,8.64,9.944,6,2,1,2.829,52.885,53.894,2,2,1964,Florida,7,2,1,,7,,,17,3,2,1.045,33.684,34.957,12,5ee3c01c7247c006e9a3f4fd,"{""startTime"":1690226707815,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226601812,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226463009,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":5255,""label"":""hovered"",""timeHovered"":2194,""week"":""2022-01-03""},{""time"":9170,""label"":""hovered"",""timeHovered"":1612,""week"":""2021-04-12""},{""time"":17690,""label"":""hovered"",""timeHovered"":1976,""week"":""2021-04-12""},{""time"":22852,""label"":""hovered"",""timeHovered"":1764,""week"":""2021-06-07""},{""time"":26422,""label"":""hovered"",""timeHovered"":2494,""week"":""2021-06-07""},{""time"":29872,""label"":""hovered"",""timeHovered"":1026,""week"":""2021-08-16""},{""time"":32960,""label"":""hovered"",""timeHovered"":1405,""week"":""2021-12-27""},{""time"":34377,""label"":""hovered"",""timeHovered"":1071,""week"":""2021-12-27""},{""time"":41549,""label"":""hovered"",""timeHovered"":1765,""week"":""2022-01-03""},{""time"":43318,""label"":""hovered"",""timeHovered"":1464,""week"":""2022-01-03""},{""time"":48234,""label"":""hovered"",""timeHovered"":1965,""week"":""2022-01-03""},{""time"":50200,""label"":""hovered"",""timeHovered"":1765,""week"":""2022-01-03""},{""time"":53521,""label"":""tour_next"",""step"":2},{""time"":57200,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690226586236,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line +2023-07-24 15:18:28,2023-07-24 15:30:00,0,69.246.44.172,100,692,1,2023-07-24 15:30:01,R_bsE7TLLBKIkWUI9,,,,,35.2345,-89.8502,anonymous,EN,1,7.343,7.343,8.63,1,1,2,1,1.532,3.514,4.678,2,0,0,15.015,0,100,100,62,8.059,19.301,21.06,5,17.175,23.104,38.07,3,1,1,20.449,63.595,64.934,4,-3,-2,10.547,120.649,122.455,3,1,41.953,41.953,56.359,1,0,0,15.019,0,7,7,7,7,7,7,I'm concerned about your broken attention check on the page before this one.,11.753,39.499,42.792,10,7,5,5,4,5,5,Well I don't know the facts so I'd probably want to check elsewhere to confirm. I don't trust every chart I see.,2.701,77.731,88.647,8,5,,4.103,4.967,7.815,2,2,7,3,4,1,5,6,0,0,20.064,0,4,4,1,2,7,1,10,8,,3.68,22.461,24.904,10,3,3,3,4,3,2,6.418,17.226,17.958,6,3,1,4.057,12.483,14.87,2,2,1969,Tennessee,3,2,1,,7,,,3,4,1,3.268,76.423,86.478,13,59f232c71f4f55000108a0d6,"{""startTime"":1690226652092,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":6725,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1308,""week"":""2"",""id"":""chart""}]}","{""startTime"":1690226544301,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226366392,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":22,""label"":""tour_started""},{""time"":10891,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1482,""week"":""52"",""id"":""chart""},{""time"":13141,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1882,""week"":""6"",""id"":""chart""},{""time"":17756,""label"":""tour_next"",""step"":2},{""time"":23095,""label"":""tour_end"",""step"":2},{""time"":25390,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2617,""week"":""6"",""id"":""chart""},{""time"":28473,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1729,""week"":""1"",""id"":""chart""}]}","{""startTime"":1690226528175,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar +2023-07-24 15:15:08,2023-07-24 15:30:00,0,69.121.205.146,100,892,1,2023-07-24 15:30:01,R_22FakELTgxu6hjM,,,,,41.1199,-74.1242,anonymous,EN,1,34.787,35.844,54.226,2,2,,1,3.846,3.846,4.817,1,0,0,15.13,0,58,62,43,5.545,34.478,35.305,10,14.486,114.856,115.65,5,-2,1,5.307,141.201,143.235,8,-2,1,14.577,73.574,74.625,11,1,3.404,109.688,110.811,5,11.631,11.631,15.01,1,3,3,3,6,5,1,,9.583,36.785,39.053,12,4,6,3,1,3,1,I do not trust the CDC to provide accurate unbiased information. ,3.204,37.767,44.381,2,3,,8.731,14.513,15.458,3,2,7,3,4,1,5,6,8.277,20.916,25.485,2,1,1,3,1,1,1,3,3,,4.714,23.001,24.786,11,3,4,3,2,4,4,11.125,31.152,32.982,9,6,2,13.404,25.164,26.786,4,2,2000,New York,2,2,1,,7,,,5,4,1,4.121,65.898,66.826,22,5f4ed218350d2a11c049eae4,"{""startTime"":1690226505912,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226439390,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226232125,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":16643,""label"":""hovered"",""timeHovered"":1367,""week"":""2022-01-10""},{""time"":23884,""label"":""hovered"",""timeHovered"":5424,""week"":""2022-01-17""},{""time"":30150,""label"":""tour_next"",""step"":2},{""time"":34820,""label"":""tour_end"",""step"":2},{""time"":39971,""label"":""hovered"",""timeHovered"":1939,""week"":""2022-01-10""},{""time"":42679,""label"":""hovered"",""timeHovered"":36935,""week"":""2022-01-10""},{""time"":80429,""label"":""hovered"",""timeHovered"":33062,""week"":""2022-01-10""}]}","{""startTime"":1690226423715,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":12466,""label"":""hovered"",""timeHovered"":1115,""week"":""2022-01-24""}]}",1,moderate,line +2023-07-24 15:15:42,2023-07-24 15:30:15,0,98.187.39.237,100,872,1,2023-07-24 15:30:15,R_1Kf41vALPgVrLHO,,,,,38.3746,-97.673,anonymous,EN,1,7.676,7.676,9.176,1,1,2,1,0.999,2.542,3.592,2,0,0,15.114,0,100,100,80,5.715,9.905,11.94,4,7.769,36.221,56.364,6,1,1,13.694,28.801,30.159,2,-2,1,49.745,60.515,61.37,2,1,69.584,69.584,70.81,1,0,0,15.012,0,7,7,7,7,7,7,,4.084,6.832,9.409,8,7,7,7,7,7,7,I trust it because it came from the CDC,15.156,40.891,44.56,5,6,,55.765,55.765,57.172,1,2,3,4,5,1,6,7,0,0,38.082,0,1,1,1,1,3,4,11,9,,8.37,15.968,17.148,8,5,4,1,2,5,4,7.172,94.912,95.914,6,1,1,1.713,5.821,7.1,2,2,1996,Kansas,3,1,1,,7,,,4,4,2,70.353,291.723,292.777,11,56610c81b018d100126e5da9,"{""startTime"":1690226399437,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690226339323,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690226195298,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":1397,""label"":""hovered"",""timeHovered"":1456,""week"":""2021-09-13""},{""time"":7764,""label"":""tour_next"",""step"":5},{""time"":18550,""label"":""started_brush"",""startDate"":""2021-05-31"",""endDate"":""2021-12-11""},{""time"":19606,""label"":""tour_next"",""step"":5},{""time"":26298,""label"":""moved_brush"",""startDate"":""2021-06-02"",""endDate"":""2021-12-13""},{""time"":26980,""label"":""tour_next"",""step"":5},{""time"":31354,""label"":""cleared_brush"",""using"":""click""},{""time"":31356,""label"":""cleared_brush"",""using"":""Escape""},{""time"":32434,""label"":""tour_next"",""step"":5},{""time"":36216,""label"":""tour_end"",""step"":5},{""time"":37147,""label"":""hovered"",""timeHovered"":1244,""week"":""2021-12-13""},{""time"":40452,""label"":""cleared_brush"",""using"":""click""},{""time"":44958,""label"":""started_brush"",""startDate"":""2021-05-06"",""endDate"":""2021-09-08""},{""time"":46098,""label"":""cleared_brush"",""using"":""click""},{""time"":46099,""label"":""cleared_brush"",""using"":""Escape""},{""time"":46710,""label"":""cleared_brush"",""using"":""click""},{""time"":46712,""label"":""cleared_brush"",""using"":""Escape""},{""time"":48042,""label"":""started_brush"",""startDate"":""2021-11-10"",""endDate"":""2022-02-13""},{""time"":48746,""label"":""hovered"",""timeHovered"":1599,""week"":""2022-01-03""}]}","{""startTime"":1690226323951,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line +2023-07-24 15:15:49,2023-07-24 15:31:37,0,108.213.250.203,100,947,1,2023-07-24 15:31:37,R_VLmuMN4ldbRMzQJ,,,,,29.397,-94.9203,anonymous,EN,1,15.491,15.491,23.645,1,2,,2,3.12,3.12,4.293,1,0,0,15.228,0,94,98,50,27.195,40.88,44.152,3,29.926,38.346,60.05,2,1,1,33.308,54.978,57.513,2,-2,1,42.352,70.009,71.656,2,1,117.205,117.205,119.87,1,0,0,15.034,0,2,2,3,4,6,2,no comment,15.265,51.88,59.551,8,2,6,4,1,2,2,i dont trust that all those ppl had covid and not just the flu,5.314,118.281,129.989,6,2,,7.854,11.893,13.754,2,2,7,3,4,1,5,6,0,0,42.572,0,1,1,6,4,3,3,5,5,,7.529,29.815,36.752,8,1,1,5,5,1,1,18.605,45.679,47.06,6,4,1,11.585,22.761,24.836,2,2,1972,Texas,2,2,1,,7,,,3,4,1,0.191,79.811,82.942,13,5f1b2816e83bcd2d4563a28b,"{""startTime"":1690226418489,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226479870,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226267321,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":47,""label"":""tour_started""},{""time"":29885,""label"":""tour_next"",""step"":2},{""time"":38304,""label"":""tour_end"",""step"":2},{""time"":47629,""label"":""hovered"",""timeHovered"":2147,""week"":""2021-09-06""},{""time"":50046,""label"":""hovered"",""timeHovered"":1666,""week"":""2021-09-13""},{""time"":55690,""label"":""hovered"",""timeHovered"":1875,""week"":""2022-01-10""}]}","{""startTime"":1690226401639,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line +2023-07-24 15:10:28,2023-07-24 15:31:38,0,162.195.114.233,100,1269,1,2023-07-24 15:31:39,R_tSVZtXiVbmMtiYp,,,,,26.0162,-80.1955,anonymous,EN,1,102.498,102.498,104.07,1,1,3,2,4.26,7.387,9.337,2,0,0,15.019,0,64,64,53,30.545,55.906,57.548,4,56.325,69.986,93.23,2,1,1,35.89,88.35,90.357,2,-2,-2,10.758,159.556,161.207,3,-3,100.675,100.675,102.04,1,0,0,15.111,0,3,3,3,5,6,2,,15.738,40.473,47.275,7,4,6,4,3,2,3,I would need more information to come to come to a conclusion.,4.101,86.61,114.795,8,4,,8.39,10.846,13.801,2,2,7,3,4,1,5,6,0,0,51.392,0,6,10,11,10,7,10,10,10,,12.574,26.188,38.822,8,3,4,1,2,5,4,23.687,61.341,62.747,8,4,2,11.506,22.464,25.202,2,2,1971,Florida,5,2,1,,3,,,5,2,2,3.822,167.514,182.152,20,5b314cf6532e3d00018e3099,"{""startTime"":1690226308885,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226389276,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226036908,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":1529,""label"":""hovered"",""timeHovered"":1391,""week"":""2021-12-20""},{""time"":24147,""label"":""hovered"",""timeHovered"":3614,""week"":""2022-01-10""},{""time"":29694,""label"":""hovered"",""timeHovered"":4910,""week"":""2022-01-03""},{""time"":41216,""label"":""hovered"",""timeHovered"":5860,""week"":""2022-02-07""},{""time"":49407,""label"":""hovered"",""timeHovered"":1531,""week"":""2022-01-10""},{""time"":56308,""label"":""tour_next"",""step"":2},{""time"":69968,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690226292895,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line +2023-07-24 15:08:24,2023-07-24 15:31:41,0,76.149.18.60,100,1396,1,2023-07-24 15:31:41,R_1N2jgmgR6wj2O0C,,,,,38.581,-121.4939,anonymous,EN,1,300.99,300.99,302.084,1,1,3,2,13.825,16.128,17.738,2,0,0,15.149,0,100,100,59,14.395,21.576,23.967,4,107.156,118.318,120.675,2,1,1,19.696,75.887,77.341,5,-1,-1,41.244,47.163,47.954,3,-2,18.265,25.265,66.276,2,0,0,15.01,0,6,6,6,6,6,6,,236.056,259.571,270.936,7,6,6,6,2,2,6,the source is the cdc,11.688,49.758,50.559,4,4,,7.609,9.623,11.668,2,2,7,3,4,1,5,6,0,0,35.525,0,5,6,6,5,5,4,7,5,,23.517,39.737,41.691,8,2,2,2,3,2,4,18.454,76.624,77.941,7,3,4,26.148,35.961,37.711,2,2,1995,California,6,2,1,,3,,,6,5,2,17.342,109.749,111.574,11,62a39ebd597a2a4c8c83a70f,"{""startTime"":1690226302487,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226575445,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226082633,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":45,""label"":""tour_started""},{""time"":100220,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3306,""week"":""51"",""id"":""chart""},{""time"":103572,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1711,""week"":""52"",""id"":""chart""},{""time"":107141,""label"":""tour_next"",""step"":2},{""time"":111807,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2814,""week"":""51"",""id"":""chart2""},{""time"":114824,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1126,""week"":""1"",""id"":""chart2""},{""time"":118303,""label"":""tour_end"",""step"":2},{""label"":""window_focused"",""time"":120722},{""label"":""window_focused"",""time"":120722}]}","{""startTime"":1690226286796,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":2735,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2151,""week"":""52"",""id"":""chart2""},{""time"":5911,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2881,""week"":""4"",""id"":""chart""},{""time"":9647,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2567,""week"":""50"",""id"":""chart""}]}",1,simple,bar +2023-07-24 15:13:37,2023-07-24 15:31:48,0,68.55.13.79,100,1091,1,2023-07-24 15:31:49,R_2rkIAz0iHLdjI2B,,,,,42.3702,-83.1084,anonymous,EN,1,11.482,12.3,12.556,2,1,3,1,1.043,6.499,7.627,3,0,0,15.119,0,95,88,53,3.901,7.601,8.387,4,4.269,8.13,16.829,2,1,1,18.062,28.59,29.963,2,-3,-3,23.361,54.806,56.02,3,-3,21.86,21.86,22.602,1,0,0,15.015,0,6,6,7,7,7,7,,403.221,433.467,435.487,8,7,7,7,7,7,7,it comes from the cdc,4.091,4.798,26.253,3,4,,2.304,5.332,5.6,5,2,7,3,4,1,5,6,2.56,12.509,13.658,4,9,9,7,10,8,9,9,8,,1.417,8.594,10.882,10,4,5,1,4,4,3,1.822,7.252,7.518,7,1,4,0.841,6.137,6.981,3,2,1984,Michigan,3,2,1,,3,,,7,2,1,0.852,67.511,72.741,33,5765b92cf96b100001f64c9a,"{""startTime"":1690226135462,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":705732},{""label"":""window_focused"",""time"":707006}]}","{""startTime"":1690226866387,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226071741,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":27,""label"":""tour_started""},{""time"":4258,""label"":""tour_next"",""step"":2},{""time"":8118,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690226119873,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":4568,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1028,""week"":""52"",""id"":""chart2""}]}",1,simple,bar +2023-07-24 15:10:06,2023-07-24 15:32:05,0,98.40.59.109,100,1319,1,2023-07-24 15:32:05,R_12lk8HT5zuOQghQ,,,,,36.013,-84.2624,anonymous,EN,1,4.624,5.585,105.723,2,1,4,2,3.397,6.684,8.018,2,0,0,15.119,0,100,90,73,7.548,20.825,104.101,7,12.592,42.358,83.051,4,-2,1,34.754,84.338,85.505,2,-2,1,5.628,92.953,94.385,5,1,66.606,67.038,83.946,2,0,0,15.119,0,7,6,6,6,6,6,This corresponds well with what I'd think about COVID case loads in various times of the year. Higher case counts in the colder weather months. ,6.948,47.993,237.332,14,6,6,7,6,5,7,This seems like a good representation of COVID data from a reliable source I trust.,1.778,47.181,49.502,4,6,"One set of three questions only had ""Click here to write question"" with a bunch of gibberish response options. You may have a bug in your survey. Other than that, everything worked fine without issues. Have a good day!",4.142,5.208,75.804,2,2,7,3,4,1,5,6,20.134,20.134,31.257,1,9,10,10,9,10,8,11,11,I generally trust science/doctors most as they have intense training. ,5.218,37.672,43.044,10,3,4,1,2,5,4,5.47,17.386,29.651,6,2,2,1.535,10.32,15.146,2,1,1981,Tennessee,6,1,1,,7,,,6,4,1,2.793,56.509,62.079,18,64badb09518eb5b219132eea,"{""startTime"":1690226321406,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":49066},{""label"":""window_focused"",""time"":49303},{""label"":""window_blurred"",""time"":91931},{""label"":""window_focused"",""time"":101211},{""label"":""window_blurred"",""time"":154124},{""label"":""window_focused"",""time"":272470}]}","{""startTime"":1690226596214,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226126720,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":27,""label"":""tour_started""},{""time"":19766,""label"":""hovered"",""timeHovered"":2082,""week"":""2022-01-10""},{""time"":29527,""label"":""tour_next"",""step"":2},{""time"":37408,""label"":""tour_end"",""step"":2},{""time"":47415,""label"":""hovered"",""timeHovered"":1368,""week"":""2021-08-16""},{""time"":50049,""label"":""hovered"",""timeHovered"":1313,""week"":""2021-09-13""},{""time"":52193,""label"":""hovered"",""timeHovered"":1231,""week"":""2021-09-20""},{""time"":54515,""label"":""hovered"",""timeHovered"":1710,""week"":""2021-07-05""},{""time"":59028,""label"":""hovered"",""timeHovered"":3253,""week"":""2021-07-12""}]}","{""startTime"":1690226305619,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":4805,""label"":""hovered"",""timeHovered"":3350,""week"":""2021-08-02""},{""time"":10087,""label"":""hovered"",""timeHovered"":1036,""week"":""2022-01-10""},{""time"":13212,""label"":""hovered"",""timeHovered"":1569,""week"":""2022-01-03""}]}",1,moderate,line +2023-07-24 15:16:05,2023-07-24 15:32:19,0,100.16.224.169,100,973,1,2023-07-24 15:32:20,R_rokbsk76TFtTWk9,,,,,39.211,-76.8362,anonymous,EN,1,4.729,4.729,21.832,1,2,,1,1.555,1.555,2.376,1,5.613,5.613,15.116,1,69,95,95,141.161,149.374,150.042,8,35.73,46.338,56.959,4,1,-2,6.577,58.551,59.742,10,-2,-3,25.706,67.082,67.959,3,1,65.673,65.673,66.532,1,0,0,15.01,0,6,6,6,7,6,6,,9.445,18.237,20.479,6,6,6,7,6,5,6,This visualization shows transparency in Covid cases that vaccinated and unvaccinated. As a consumer I look for non-bias in any research displayed. I feel I can trust this visual from a consumer standpoint. ,14.292,150.534,152.54,19,2,Thanks for the study. Having non bias research is important for consumer trust. ,7.17,45.705,46.63,12,2,7,3,4,1,5,6,0,0,27.328,0,8,5,8,6,7,7,8,7,,4.278,21.592,22.776,9,4,4,2,1,4,5,45.643,72.456,73.981,6,7,2,3.103,19.058,22.077,2,1,1997,Maryland,2,3,1,,3,,,11,1,1,1.367,73.185,78.828,15,6441c37f5666c66e67eba833,"{""startTime"":1690226708316,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226519993,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226387098,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":4,""label"":""tour_started""},{""time"":35728,""label"":""tour_next"",""step"":2},{""time"":46336,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690226504495,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line +2023-07-24 15:23:18,2023-07-24 15:32:27,0,162.33.226.2,100,549,1,2023-07-24 15:32:28,R_1ouMNW4wOecF6S5,,,,,40.7123,-74.0068,anonymous,EN,1,2.437,2.789,3.562,2,1,4,2,4.757,9.605,10.453,4,0,0,15.008,0,83,100,50,11.712,16.804,18.922,3,8.229,10.117,12.316,2,1,1,27.859,44.226,45.531,2,1,1,21.944,37.327,45.545,2,1,41.348,83.03,83.801,3,0,0,15.006,0,6,3,6,5,6,6,"The question on the previous page didn't work for me so I selected the middle option ""asdf"" for them.",9.488,18.607,44.749,8,3,6,6,3,3,6,"I agree because I trust the CDC as a source for solid data and I can gather information from it. I don't think that you can draw absolute conclusions for it, but you can trust that the numbers are there.",1.347,65.387,75.453,4,7,,5.425,7.227,7.873,2,2,3,4,5,1,6,7,4.654,4.654,10.31,1,3,5,7,6,9,3,10,8,,8.446,28.425,31.237,12,3,2,4,3,2,3,7.773,31.3,32.412,10,3,2,4.222,10.677,11.35,4,2,1994,New York,7,1,1,,2,,,14,1,1,1.96,35.826,41.046,14,627abdafed7edf12faf2e852,"{""startTime"":1690226832486,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226733463,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226658999,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":8215,""label"":""tour_next"",""step"":2},{""time"":10102,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690226717953,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":4464,""label"":""hovered"",""timeHovered"":2030,""week"":""2022-01-03""}]}",1,moderate,line +2023-07-24 15:13:05,2023-07-24 15:32:29,0,98.27.11.187,100,1164,1,2023-07-24 15:32:30,R_1CDvG1uzjL2Hz4o,,,,,36.1287,-79.4086,anonymous,EN,1,7.338,7.338,8.023,1,1,1,2,1.326,2.759,3.37,2,0,0,15.107,0,84,89,64,0.505,49.439,50.499,12,10.703,46.128,48.231,10,1,1,82.903,241.003,250.437,6,-3,-3,70.239,172.157,178.861,4,1,11.544,81.793,82.245,5,0,0,15.01,0,6,2,3,6,6,5,,11.44,69.257,79.489,9,6,7,6,2,2,5,I haven't verified this information yet and would do more research before fully trusting it but it seems believable. ,1.123,133.804,142.396,25,5,,6.61,11.339,13.215,12,2,7,3,4,1,5,6,0,0,22.119,0,1,6,7,7,4,4,9,6,,12.96,70.96,72.792,35,3,2,3,4,4,2,13.781,61.286,63.049,26,8,2,2.285,16.565,17.239,5,1,2002,North Carolina,2,2,1,,7,,,6,4,2,1.023,40.547,41.51,21,63034df51d918e1e3b97e5ce,"{""startTime"":1690226220302,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":18958,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":10627,""week"":""52"",""id"":""chart""}]}","{""startTime"":1690226300266,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690226072901,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":10698,""label"":""tour_next"",""step"":5},{""label"":""window_blurred"",""time"":11729},{""label"":""window_focused"",""time"":13299},{""label"":""window_blurred"",""time"":13700},{""label"":""window_focused"",""time"":13809},{""time"":26804,""label"":""started_brush"",""startDate"":""2021-12-02"",""endDate"":""2022-01-02""},{""time"":30229,""label"":""tour_next"",""step"":5},{""time"":37130,""label"":""moved_brush"",""startDate"":""2021-10-31"",""endDate"":""2021-11-30""},{""time"":37836,""label"":""tour_next"",""step"":5},{""time"":40240,""label"":""cleared_brush"",""using"":""Click""},{""time"":40240,""label"":""cleared_brush"",""using"":""Escape""},{""time"":41618,""label"":""tour_next"",""step"":5},{""time"":46122,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690226204550,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":11144,""label"":""started_brush"",""startDate"":""2021-11-02"",""endDate"":""2022-01-02""}]}",1,complex,bar +2023-07-24 15:07:49,2023-07-24 15:32:31,0,174.202.225.42,100,1482,1,2023-07-24 15:32:32,R_eIEWYw4q4updl7j,,,,,29.7646,-95.3657,anonymous,EN,1,150.201,155.513,156.801,7,1,1,1,2.699,8.237,9.002,4,0,0,15.01,0,41,30,50,143.332,153.859,154.202,9,12.488,27.498,283.987,3,1,-2,3.601,66.927,69.301,14,1,1,11.803,107.12,108.009,7,1,18.693,55.562,56.501,3,0,0,15.107,0,7,7,7,7,7,7,,6.782,21.651,23.24,19,3,3,3,3,3,3,It feels difficult to gage visually,0.807,21.335,23.936,4,4,,2.742,2.742,4.528,1,2,7,3,4,1,5,6,5.159,12.896,14.495,7,1,6,5,5,2,2,9,8,,163.401,183.26,185.718,14,5,5,1,1,5,5,67.922,94.438,95.216,11,4,3,2.94,11.036,12.289,5,2,1988,Texas,5,3,1,,7,,,5,4,1,1.264,56.052,56.301,23,5781c15381f331000139a89e,"{""startTime"":1690226581496,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226491219,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226120119,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":21,""label"":""tour_started""},{""label"":""window_blurred"",""time"":5008},{""label"":""window_focused"",""time"":6931},{""time"":18633,""label"":""hovered"",""timeHovered"":1780,""week"":""2021-12-27""},{""time"":23675,""label"":""tour_next"",""step"":2},{""time"":27332,""label"":""tour_end"",""step"":2},{""time"":29215,""label"":""hovered"",""timeHovered"":157540,""week"":""2022-01-10""},{""time"":281798,""label"":""hovered"",""timeHovered"":1166,""week"":""2021-12-27""}]}","{""startTime"":1690226475178,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line +2023-07-24 15:18:56,2023-07-24 15:32:40,0,184.179.216.106,100,824,1,2023-07-24 15:32:41,R_3mfO15oQKms7woY,,,,,32.1943,-110.9767,anonymous,EN,1,10.143,10.143,11.03,1,1,3,2,1.585,6.744,7.135,4,2.546,4.965,15.113,4,82,37,67,6.395,11.746,12.5,3,13.35,57.392,261.052,9,1,-2,12.202,23.344,24.746,2,-1,1,16.39,21.614,22.931,2,-3,9.203,29.267,30.46,3,0,0,15.113,0,6,4,6,6,7,6,,219.503,232.316,233.609,8,5,6,4,1,2,6,The data and the source of the data seems to be trustworthy.,1.988,21.326,31.128,2,3,,8.619,8.619,9.844,1,2,7,3,4,1,5,6,0,0,13.301,0,6,6,3,6,8,5,9,8,,9.905,22.4,23.842,9,2,3,2,4,3,2,3.8,17.491,18.375,6,1,1,2.524,10.485,11.449,3,2,1980,Arizona,5,2,1,,7,,,4,4,2,2.091,44.073,45.237,13,5e6e5a9ff830814045057066,"{""startTime"":1690226702114,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_focused"",""time"":212240},{""label"":""window_blurred"",""time"":217862},{""label"":""window_focused"",""time"":219363}]}","{""startTime"":1690226936390,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690226393763,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":8,""label"":""tour_started""},{""label"":""window_blurred"",""time"":11407},{""label"":""window_focused"",""time"":13265},{""time"":20321,""label"":""hovered"",""timeHovered"":1360,""week"":""2021-04-12""},{""time"":26133,""label"":""hovered"",""timeHovered"":1200,""week"":""2022-01-10""},{""time"":29739,""label"":""tour_next"",""step"":5},{""time"":42224,""label"":""started_brush"",""startDate"":""2021-07-03"",""endDate"":""2021-10-26""},{""time"":43360,""label"":""tour_next"",""step"":5},{""time"":47074,""label"":""moved_brush"",""startDate"":""2021-07-03"",""endDate"":""2021-09-15""},{""time"":47939,""label"":""tour_next"",""step"":5},{""time"":52177,""label"":""cleared_brush"",""using"":""click""},{""time"":52180,""label"":""cleared_brush"",""using"":""Escape""},{""time"":53083,""label"":""tour_next"",""step"":5},{""time"":57384,""label"":""tour_end"",""step"":5},{""label"":""window_blurred"",""time"":61156},{""label"":""window_focused"",""time"":260900}]}","{""startTime"":1690226686503,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":6918}]}",1,complex,line +2023-07-24 15:18:22,2023-07-24 15:32:48,0,173.72.205.92,100,865,1,2023-07-24 15:32:48,R_2V7oej7KO7wDHmh,,,,,38.3416,-77.4307,anonymous,EN,1,5.181,10.091,14.995,4,1,2,2,3.032,7.378,8.782,3,0,0,15.011,0,66,91,70,2.928,26.096,27.2,9,16.641,101.328,102.852,9,1,1,3.917,83.119,84.617,6,1,1,5.861,40.944,42.64,7,1,2.939,55.071,56.353,8,2.705,6.254,15.015,2,4,3,5,7,6,5,,3.2,31.129,33.168,10,4,6,6,4,5,5,"I would like more information on the sample, how the data was collected, and what their definitions were for the parameters used.",5.31,73.55,74.986,6,5,"Just letting you guys know that you have an unfinished, unwritten template survey question hidden in the survey. It still had most of it's template answers, like, ""Click to write Statement 2."" So, you might want to go back, find it, and delete it before giving the survey out to more people.",5.596,16.546,96.462,6,2,7,3,4,1,5,6,4.992,18.605,22.208,3,1,3,9,6,1,6,6,9,,6.404,54.402,58.169,14,3,2,2,3,3,3,6.506,33.868,35.326,8,5,3,4.506,13.234,14.693,5,2,1996,Virginia,6,3,1,,7,,,7,4,2,2.929,71.554,73.205,24,6285706b066c6502c413e9a3,"{""startTime"":1690226600478,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690226633970,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690226424580,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":7599,""label"":""hovered"",""timeHovered"":3067,""week"":""2021-11-29""},{""time"":19623,""label"":""tour_next"",""step"":5},{""time"":29308,""label"":""started_brush"",""startDate"":""2021-07-12"",""endDate"":""2022-02-13""},{""time"":32255,""label"":""started_brush"",""startDate"":""2021-05-19"",""endDate"":""2022-02-13""},{""time"":33243,""label"":""moved_brush"",""startDate"":""2021-05-19"",""endDate"":""2022-02-13""},{""time"":35335,""label"":""moved_brush"",""startDate"":""2021-05-19"",""endDate"":""2022-02-13""},{""time"":37961,""label"":""started_brush"",""startDate"":""2021-05-02"",""endDate"":""2021-05-16""},{""time"":40035,""label"":""started_brush"",""startDate"":""2021-12-06"",""endDate"":""2022-02-13""},{""time"":42171,""label"":""tour_next"",""step"":5},{""time"":46767,""label"":""started_brush"",""startDate"":""2021-05-27"",""endDate"":""2021-10-03""},{""time"":50208,""label"":""moved_brush"",""startDate"":""2021-10-06"",""endDate"":""2022-02-13""},{""time"":52236,""label"":""tour_next"",""step"":5},{""time"":61842,""label"":""cleared_brush"",""using"":""click""},{""time"":63636,""label"":""tour_next"",""step"":5},{""time"":68121,""label"":""tour_end"",""step"":5},{""time"":69694,""label"":""hovered"",""timeHovered"":1145,""week"":""2022-01-17""},{""time"":73042,""label"":""hovered"",""timeHovered"":2367,""week"":""2022-01-10""},{""time"":80703,""label"":""started_brush"",""startDate"":""2021-12-24"",""endDate"":""2022-02-13""},{""time"":82362,""label"":""started_brush"",""startDate"":""2021-10-07"",""endDate"":""2022-02-13""},{""time"":85259,""label"":""hovered"",""timeHovered"":1539,""week"":""2021-12-20""}]}","{""startTime"":1690226584807,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":10098,""label"":""hovered"",""timeHovered"":4340,""week"":""2021-12-20""}]}",1,complex,line +2023-07-24 15:17:56,2023-07-24 15:32:48,0,162.212.60.209,100,891,1,2023-07-24 15:32:48,R_1OHnt9vf1eeweMs,,,,,38.6664,-88.491,anonymous,EN,1,23.219,24.26,25.453,3,2,,2,2.567,2.567,4.028,1,6.451,11.025,15.078,5,0,100,48,10.616,22.677,24.422,10,8.835,44.151,45.358,7,1,-3,4.294,100.57,101.777,12,-3,-3,10.177,33.673,34.946,7,1,0.422,98.096,99.398,5,2.227,9.689,15.058,2,1,1,1,7,7,1,,7.842,44.565,46.409,16,1,7,1,1,1,1,I pretty much trust no one when it comes to anything related to covid.,4.099,75.902,78.005,10,1,,5.12,13.079,14.538,6,2,7,3,4,1,5,6,6.396,14.63,15.782,3,1,1,6,1,1,1,9,6,,3.627,17.041,20.09,12,1,1,5,5,1,1,3.248,21.109,23.03,10,1,2,8.119,19.391,20.779,5,2,1982,Illinois,1,2,1,,7,,,5,4,2,3.392,147.693,148.887,39,63e55887d67a5c7e32a678fa,"{""startTime"":1690226637066,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226684404,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226471996,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":80,""label"":""tour_started""},{""time"":12990,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1949,""week"":""33"",""id"":""chart""},{""time"":15833,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1139,""week"":""44"",""id"":""chart""},{""time"":18780,""label"":""tour_next"",""step"":2},{""time"":33048,""label"":""tour_end"",""step"":2},{""time"":40754,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2595,""week"":""52"",""id"":""chart""}]}","{""startTime"":1690226620977,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":10661,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1321,""week"":""52"",""id"":""chart2""}]}",1,simple,bar +2023-07-24 15:19:28,2023-07-24 15:33:00,0,96.36.68.89,100,812,1,2023-07-24 15:33:01,R_WvpdkAAFDXyfwPv,,,,,34.9334,-81.9689,anonymous,EN,1,2.172,33.143,34.849,2,2,,1,5.07,5.07,6.686,1,2.658,2.658,15.114,1,72,38,79,24.983,49.518,51.454,8,5.493,47.316,48.578,11,-2,-3,1.494,60.674,62.93,6,-3,-3,3.324,72.308,73.84,23,-3,1.357,16.199,17.652,2,1.582,1.582,15.117,1,4,3,4,6,7,4,I do not have any other thoughts at this time. Thank you.,2.133,54.551,73.136,12,5,5,5,3,2,1,I would think that the data could be changed and not true.,3.802,92.624,94.341,18,2,None at this time. Thank you.,6.609,10.976,21.213,3,2,7,3,4,1,5,6,7.867,23.734,25.029,3,4,3,2,7,2,6,9,6,,5.022,33.119,44.361,12,5,5,1,1,5,5,7.299,29.977,31.381,7,6,1,3.722,15.128,16.667,4,2,1974,South Carolina,3,1,1,,7,,,5,4,1,3.489,112.81,114.188,51,5cd1a619240bc80013310b4e,"{""startTime"":1690226762366,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226630313,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226491392,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":35,""label"":""tour_started""},{""time"":11932,""label"":""tour_next"",""step"":2},{""time"":18025,""label"":""tour_end"",""step"":2},{""time"":19591,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4198,""week"":""52"",""id"":""chart""},{""time"":25042,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3147,""week"":""6"",""id"":""chart""},{""time"":28548,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3030,""week"":""6"",""id"":""chart""},{""time"":32365,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1808,""week"":""1"",""id"":""chart""},{""time"":37903,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2013,""week"":""14"",""id"":""chart""}]}","{""startTime"":1690226614675,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":3300,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1056,""week"":""52"",""id"":""chart""},{""time"":5497,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2499,""week"":""1"",""id"":""chart""},{""time"":8056,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1660,""week"":""52"",""id"":""chart""},{""time"":11658,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1457,""week"":""1"",""id"":""chart""}]}",1,moderate,bar +2023-07-24 15:21:28,2023-07-24 15:33:02,0,99.69.245.90,100,693,1,2023-07-24 15:33:03,R_2ZOjQsxsmnApu8X,,,,,34.0021,-81.0423,anonymous,EN,1,2.37,11.543,12.615,10,2,,1,3.542,3.542,4.848,1,7.448,7.448,15.17,1,0,16,98,1.037,23.566,24.503,10,2.876,45.107,48.619,10,-1,-1,2.166,62.274,62.953,20,-2,-1,2.935,77.523,78.422,23,-3,3.04,22.474,23.721,7,5.045,8.962,15.092,3,4,2,2,5,1,5,,2.069,38.055,40.111,17,7,6,4,7,3,4,The data appears to be that there is no difference between with or without the vaccine.,5.628,95.613,96.43,13,5,,8.497,12.401,13.39,3,2,7,3,4,1,5,6,20.076,35.428,36.147,3,4,5,8,9,4,3,4,5,,12.977,29.843,31.862,13,4,5,1,1,5,5,12.014,38.866,39.63,10,6,1,2.672,15.535,16.118,7,1,1977,South Carolina,3,1,1,,3,,,16,1,1,5.684,62.374,63.916,34,61531a9bd8acf4e88e083892,"{""startTime"":1690226839294,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226711175,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226565696,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":131,""label"":""tour_started""},{""time"":23940,""label"":""tour_next"",""step"":2},{""time"":30435,""label"":""tour_end"",""step"":2},{""time"":34942,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3752,""week"":""52"",""id"":""chart""},{""time"":38861,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1972,""week"":""1"",""id"":""chart""},{""time"":41502,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1610,""week"":""2"",""id"":""chart""}]}","{""startTime"":1690226694878,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":11971,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1877,""week"":""50"",""id"":""chart""}]}",1,moderate,bar +2023-07-24 15:16:23,2023-07-24 15:33:11,0,155.94.218.87,100,1008,1,2023-07-24 15:33:12,R_Z3udULLcnqbonbb,,,,,25.7806,-80.1826,anonymous,EN,1,54.764,54.764,55.857,1,1,3,2,1.406,4.491,5.211,2,0,0,15.011,0,100,100,89,14.747,25.201,34.432,8,45.309,53.462,55.334,5,1,1,9.897,70.642,72.728,2,-2,1,53.844,109.076,110.199,5,1,68.957,68.957,71.039,1,0,0,15.115,0,7,7,7,7,7,7,,18.039,25.487,29.89,10,7,7,7,7,7,7,the data seems reliable and the information is well provided,5.092,89.769,90.006,6,4,,52.498,60.469,61.799,2,2,3,4,5,1,6,7,23.583,23.583,35.937,1,9,10,11,11,9,10,11,11,,1.375,84.307,84.695,11,4,5,1,1,5,4,3.404,45.778,46.406,6,2,4,26.887,32.64,33.675,3,1,1972,Washington,7,3,1,,7,,,8,3,1,1.636,91.934,96.424,18,6464b45cf8e8a0f06fe011b9,"{""startTime"":1690226660766,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226691458,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226477752,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":32872,""label"":""hovered"",""timeHovered"":1416,""week"":""2021-04-12""},{""time"":40222,""label"":""hovered"",""timeHovered"":1216,""week"":""2022-01-17""},{""time"":45294,""label"":""tour_next"",""step"":2},{""time"":50782,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690226644787,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":4954,""label"":""hovered"",""timeHovered"":2988,""week"":""2021-08-09""}]}",1,moderate,line +2023-07-24 15:11:55,2023-07-24 15:33:46,0,47.149.100.3,100,1311,1,2023-07-24 15:33:47,R_301s6EIXLxBAHaX,,,,,34.0393,-117.1725,anonymous,EN,1,2.886,2.886,5.396,1,1,3,2,3.526,8.741,14.616,3,0,0,15.023,0,96,82,40,21.504,112.695,116.03,5,63.382,209.701,266.718,15,1,1,39.423,80.9,83.677,3,1,1,51.801,110.729,120.578,4,1,109.416,109.416,111.184,1,0,0,15.018,0,6,6,6,6,7,6,,14.681,40.44,66.553,6,5,6,6,5,7,6,I do not so no reason to lie and is from CDC. It also shows that at one point more vaccinated youths caught covid more than unvaccinated 80+ people. ,2.903,2.903,108.515,1,5,Thank You ,4.304,14.537,22.707,7,2,7,3,4,1,5,6,0,0,37.81,0,5,3,4,5,6,4,10,9,Thank You ,9.789,40.621,47.452,12,3,3,1,3,4,4,16.807,46.183,48.228,6,3,2,3.915,12.916,15.942,2,1,1976,California,3,2,1,,7,,,6,4,1,6.271,127.782,132.91,16,5858c6178604ae000165e66a,"{""startTime"":1690226481435,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":46943,""label"":""hovered"",""timeHovered"":1074,""week"":""2021-12-20""},{""time"":48068,""label"":""hovered"",""timeHovered"":2948,""week"":""2021-12-20""}]}","{""startTime"":1690226548851,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690226086620,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":5662,""label"":""hovered"",""timeHovered"":1156,""week"":""2021-12-13""},{""time"":27562,""label"":""hovered"",""timeHovered"":1055,""week"":""2022-01-17""},{""time"":29595,""label"":""hovered"",""timeHovered"":5814,""week"":""2022-01-17""},{""time"":45597,""label"":""hovered"",""timeHovered"":1062,""week"":""2022-01-17""},{""time"":46670,""label"":""hovered"",""timeHovered"":4847,""week"":""2022-01-17""},{""time"":52779,""label"":""hovered"",""timeHovered"":3029,""week"":""2022-01-31""},{""time"":56792,""label"":""hovered"",""timeHovered"":5575,""week"":""2022-02-07""},{""time"":63360,""label"":""tour_next"",""step"":5},{""time"":100564,""label"":""cleared_brush"",""using"":""click""},{""time"":128090,""label"":""started_brush"",""startDate"":""2021-05-21"",""endDate"":""2021-11-08""},{""time"":136815,""label"":""tour_next"",""step"":5},{""time"":158692,""label"":""moved_brush"",""startDate"":""2021-06-05"",""endDate"":""2021-11-08""},{""time"":160104,""label"":""tour_next"",""step"":5},{""time"":186108,""label"":""cleared_brush"",""using"":""click""},{""time"":186114,""label"":""cleared_brush"",""using"":""Escape""},{""time"":187170,""label"":""tour_next"",""step"":5},{""time"":206878,""label"":""started_brush"",""startDate"":""2021-04-15"",""endDate"":""2021-08-29""},{""time"":209680,""label"":""tour_end"",""step"":5},{""time"":211687,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-08-24""},{""time"":212911,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-08-24""},{""time"":215684,""label"":""moved_brush"",""startDate"":""2021-08-24"",""endDate"":""2021-08-26""},{""time"":217766,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-09-05""},{""time"":219411,""label"":""cleared_brush"",""using"":""click""},{""time"":219417,""label"":""cleared_brush"",""using"":""Escape""},{""time"":235839,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-04-11""},{""time"":239844,""label"":""started_brush"",""startDate"":""2021-05-20"",""endDate"":""2022-01-09""},{""time"":240940,""label"":""hovered"",""timeHovered"":1525,""week"":""2021-12-27""},{""time"":243428,""label"":""hovered"",""timeHovered"":4974,""week"":""2021-12-27""},{""time"":250519,""label"":""moved_brush"",""startDate"":""2021-06-24"",""endDate"":""2022-02-13""}]}","{""startTime"":1690226465941,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":12128,""label"":""hovered"",""timeHovered"":1038,""week"":""2021-12-13""}]}",1,complex,line +2023-07-24 15:14:54,2023-07-24 15:33:47,0,98.230.2.23,100,1133,1,2023-07-24 15:33:48,R_28YwGUE83CWWoqu,,,,,30.4908,-84.3158,anonymous,EN,1,198.135,198.135,198.932,1,2,,2,0.9,0.9,1.506,1,3.573,3.573,15.111,1,80,59,36,7.295,32.288,37.86,7,5.801,44.513,66.353,12,1,-3,34.834,64.026,65.041,3,1,-2,64.123,179.445,180.595,6,1,39.019,39.019,39.81,1,0,0,15.008,0,6,4,6,5,7,7,,11.335,19.887,21.724,10,5,5,3,1,1,7,I mean i hope the visualization isn't lying to me so i trust it.,1.618,1.618,33.834,1,1,,5.401,5.401,6.759,1,2,7,3,4,1,5,6,10.83,10.83,12.588,1,6,4,10,10,5,11,10,11,,7.574,21.646,22.601,11,3,5,2,4,5,4,4.691,8.027,10.137,7,2,5,1.081,145.252,146.218,2,1,1997,Florida,3,2,1,,7,,,6,4,2,1.223,53.879,58.193,14,5f038dc85819b15b08840dfd,"{""startTime"":1690226694724,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690226642092,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690226519584,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":5795,""label"":""tour_next"",""step"":5},{""time"":13018,""label"":""cleared_brush"",""using"":""Click""},{""time"":13780,""label"":""started_brush"",""startDate"":""2021-10-12"",""endDate"":""2021-10-21""},{""time"":14028,""label"":""moved_brush"",""startDate"":""2021-10-12"",""endDate"":""2021-10-21""},{""time"":16278,""label"":""moved_brush"",""startDate"":""2021-07-11"",""endDate"":""2021-10-21""},{""time"":17115,""label"":""tour_next"",""step"":5},{""time"":22805,""label"":""moved_brush"",""startDate"":""2021-07-11"",""endDate"":""2021-10-21""},{""time"":24558,""label"":""moved_brush"",""startDate"":""2021-05-22"",""endDate"":""2021-10-21""},{""time"":27376,""label"":""cleared_brush"",""using"":""Click""},{""time"":29528,""label"":""cleared_brush"",""using"":""Click""},{""time"":30291,""label"":""tour_next"",""step"":5},{""time"":33958,""label"":""cleared_brush"",""using"":""Click""},{""time"":36865,""label"":""cleared_brush"",""using"":""Click""},{""time"":36865,""label"":""cleared_brush"",""using"":""Escape""},{""time"":38171,""label"":""tour_next"",""step"":5},{""time"":42531,""label"":""tour_end"",""step"":5},{""time"":45002,""label"":""cleared_brush"",""using"":""Click""},{""time"":45568,""label"":""cleared_brush"",""using"":""Click""},{""time"":47220,""label"":""started_brush"",""startDate"":""2021-04-29"",""endDate"":""2021-05-04""},{""time"":47816,""label"":""cleared_brush"",""using"":""Click""},{""time"":51293,""label"":""started_brush"",""startDate"":""2021-10-28"",""endDate"":""2022-02-07""},{""time"":51919,""label"":""cleared_brush"",""using"":""Click""},{""time"":51919,""label"":""cleared_brush"",""using"":""Escape""},{""time"":56478,""label"":""started_brush"",""startDate"":""2021-08-29"",""endDate"":""2022-02-07""},{""time"":57605,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2591,""week"":""52"",""id"":""chart""},{""time"":63032,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1140,""week"":""2"",""id"":""chart""}]}","{""startTime"":1690226626672,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":11767,""label"":""started_brush"",""startDate"":""2021-10-30"",""endDate"":""2021-12-31""}]}",1,complex,bar +2023-07-24 15:23:50,2023-07-24 15:34:06,0,70.188.251.145,100,616,1,2023-07-24 15:34:07,R_1q8p5Z17JXZZVbD,,,,,30.515,-86.4844,anonymous,EN,1,4.029,4.029,4.934,1,1,2,1,1.839,5.683,6.677,2,0,0,15.008,0,90,65,56,14.415,19.684,20.727,3,6.378,31.973,33.971,4,-2,-1,21.153,45.301,46.673,2,1,-3,30.412,67.742,68.629,2,1,133.268,133.268,134.477,1,0,0,15.652,0,4,4,2,5,3,4,,31.448,50.342,52.604,8,4,4,3,1,1,2,I don't trust most things that come from governmental agencies.,1.675,38.784,39.493,4,3,,6.284,9.388,11.369,4,2,3,4,5,1,6,7,0,0,8.692,0,1,1,7,4,1,4,9,9,,2.801,15.875,17.463,8,3,4,2,3,4,4,6.374,22.552,23.304,7,6,2,4.623,9.661,10.599,2,2,1964,Florida,7,2,1,,7,,,8,5,2,2.664,53.716,64.802,15,6106f6e22517f1e7cb3ff868,"{""startTime"":1690226786278,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_focused"",""time"":22809}]}","{""startTime"":1690226839431,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226688562,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":10852,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4364,""week"":""29"",""id"":""chart""},{""time"":15433,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4314,""week"":""28"",""id"":""chart""},{""time"":20382,""label"":""tour_next"",""step"":2},{""time"":25912,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1633,""week"":""29"",""id"":""chart2""},{""time"":31966,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690226769976,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":6257}]}",1,simple,bar +2023-07-24 15:21:08,2023-07-24 15:34:36,0,75.68.6.16,100,807,1,2023-07-24 15:34:37,R_2aDfcox2WmRsJfJ,,,,,42.8374,-71.1566,anonymous,EN,1,18.225,19.557,20.85,2,1,3,1,2.256,6.926,8.085,3,0,0,15.007,0,65,76,49,7.36,43.103,44.018,10,6.991,108.24,109.151,16,1,1,26.378,92.465,93.455,14,-2,-3,13.179,80.464,81.28,10,1,11.996,38.069,39.049,6,7.632,7.632,15.019,1,6,2,2,6,6,6,,7.068,25.622,26.776,9,6,5,4,2,5,6,Mostly because the source is the CDC,4.454,37.055,43.267,4,6,,9.871,11.72,12.89,2,2,7,3,4,1,5,6,10.665,20.318,21.304,2,3,5,7,8,7,4,9,9,,12.561,43.456,44.751,10,2,2,4,2,2,2,15.01,41.401,42.199,8,2,1,6.838,16.514,18.423,3,2,1968,New Hampshire,6,2,1,,7,,,17,4,1,4.825,81.139,85.151,21,645bf81e7162b9ec4cb8aaf6,"{""startTime"":1690226846321,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690226736211,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":3929,""label"":""cleared_brush"",""using"":""Click""},{""time"":11147,""label"":""started_brush"",""startDate"":""2021-10-10"",""endDate"":""2022-02-04""}]}","{""startTime"":1690226571849,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":14582,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6202,""week"":""44"",""id"":""chart""},{""time"":21844,""label"":""tour_next"",""step"":5},{""time"":58185,""label"":""started_brush"",""startDate"":""2021-11-03"",""endDate"":""2022-02-03""},{""time"":59677,""label"":""tour_next"",""step"":5},{""time"":73292,""label"":""moved_brush"",""startDate"":""2021-09-28"",""endDate"":""2022-02-03""},{""time"":76374,""label"":""tour_next"",""step"":5},{""time"":96967,""label"":""cleared_brush"",""using"":""Click""},{""time"":96967,""label"":""cleared_brush"",""using"":""Escape""},{""time"":99539,""label"":""tour_next"",""step"":5},{""time"":104959,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690226720771,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar +2023-07-24 15:26:33,2023-07-24 15:34:52,0,99.53.203.214,100,498,1,2023-07-24 15:34:53,R_3qkzYa1XUOYVTZQ,,,,,32.7255,-96.6233,anonymous,EN,1,9.76,9.76,10.778,1,1,2,2,2.115,5.699,6.569,2,0,0,15.109,0,74,100,52,11.567,17.518,19.324,3,17.472,25.248,26.893,3,1,-3,30.666,43.818,44.868,2,-3,1,27.281,48.641,49.791,2,1,26.46,26.46,27.652,1,0,0,15.011,0,6,6,6,6,6,6,,14.023,21.533,24.901,7,6,6,5,3,4,6,It looks reliable.,1.914,36.194,38.242,4,2,,8.859,8.859,11.034,1,2,7,3,4,1,5,6,0,0,12.806,0,1,1,5,3,4,4,8,9,,3.521,38.041,40.016,8,1,1,5,5,1,1,2.799,23.039,24.215,6,4,5,1.906,7.93,8.835,2,2,1962,Texas,2,2,1,,7,,,3,4,2,3.503,67.313,73.667,12,60fab1b96bd45f60d1b053dc,"{""startTime"":1690226955824,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226981538,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226862020,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":17464,""label"":""tour_next"",""step"":2},{""time"":21783,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690226940152,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar +2023-07-24 15:09:59,2023-07-24 15:35:09,0,71.237.138.47,100,1509,1,2023-07-24 15:35:09,R_xi8twevftiMDzjj,,,,,45.6435,-122.6247,anonymous,EN,1,78.474,78.474,79.548,1,1,4,2,2.738,5.994,7.061,2,0,0,15.011,0,85,95,95,33.628,38.268,39.768,5,22.267,82.86,86.119,10,1,1,25.216,45.76,47.07,2,1,1,96.497,112.314,133.542,2,1,70.327,70.327,71.242,1,0,0,15.013,0,6,5,6,7,6,6,,4.498,9.427,11.654,6,6,5,5,3,6,6,It seems well executed and it is easy to understand the information that is being presented at a glance.,2.001,46.45,49.711,7,3,,31.254,32.982,36.074,2,2,7,3,4,1,5,6,0,0,49.407,0,8,7,4,6,5,8,9,9,,207.908,221.611,224.577,10,3,4,2,3,4,4,5.041,15.025,16.361,7,2,1,1.63,9.094,9.548,3,2,1992,Washington,6,1,1,,9,,Vancouver ,10,4,1,1.07,41.606,43.862,15,57a2caf8275be6000135b3aa,"{""startTime"":1690226320102,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690226251971,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690226077274,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":45,""label"":""tour_started""},{""time"":3998,""label"":""hovered"",""timeHovered"":9547,""week"":""2021-08-30""},{""time"":13645,""label"":""hovered"",""timeHovered"":4232,""week"":""2021-08-30""},{""time"":18211,""label"":""hovered"",""timeHovered"":2964,""week"":""2021-08-30""},{""time"":29316,""label"":""tour_next"",""step"":5},{""time"":46006,""label"":""started_brush"",""startDate"":""2021-09-03"",""endDate"":""2022-02-13""},{""time"":46923,""label"":""tour_next"",""step"":5},{""time"":56137,""label"":""started_brush"",""startDate"":""2021-08-01"",""endDate"":""2021-08-03""},{""time"":68416,""label"":""started_brush"",""startDate"":""2021-07-28"",""endDate"":""2021-11-09""},{""time"":70590,""label"":""moved_brush"",""startDate"":""2021-05-25"",""endDate"":""2021-11-09""},{""time"":72275,""label"":""tour_next"",""step"":5},{""time"":77877,""label"":""cleared_brush"",""using"":""click""},{""time"":77884,""label"":""cleared_brush"",""using"":""Escape""},{""time"":79220,""label"":""tour_next"",""step"":5},{""time"":82835,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690226236116,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line +2023-07-24 15:15:16,2023-07-24 15:35:22,0,184.91.90.29,100,1205,1,2023-07-24 15:35:22,R_efk12bwFOw43igN,,,,,28.5978,-81.3024,anonymous,EN,1,44.737,44.737,46.104,1,2,,1,10.973,10.973,12.484,1,0,0,15.008,0,57,88,52,25.806,43.006,45.689,4,28.671,54.204,56.219,3,1,1,58.923,100.889,103.274,2,-1,1,63.832,151.2,153.665,2,1,81.62,81.62,83.687,1,0,0,15.108,0,1,1,1,3,7,1,The cdc is unreliable at best and fraudulent at worst,19.404,45.103,83.055,6,2,6,6,1,2,1,fact checking the data is required before trust is earned.,5.989,135.818,137.947,12,2,interesting study,11.914,32.399,46.16,11,2,7,3,4,1,5,6,0,0,50.586,0,1,2,10,8,1,6,9,7,,6.441,49.193,52.058,9,5,5,1,1,5,4,31.142,49.592,51.472,6,6,1,4.459,13.859,19.156,2,1,1958,Florida,6,3,1,,7,,,10,2,1,3.878,86.359,88.028,13,6148ea50509c9ce6c1f023c0,"{""startTime"":1690226683585,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226486282,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226310005,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":14274,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5558,""week"":""52"",""id"":""chart""},{""time"":20281,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2082,""week"":""51"",""id"":""chart""},{""time"":23353,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3687,""week"":""6"",""id"":""chart""},{""time"":28670,""label"":""tour_next"",""step"":2},{""time"":39157,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5874,""week"":""52"",""id"":""chart2""},{""time"":45380,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1440,""week"":""1"",""id"":""chart2""},{""time"":47069,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1089,""week"":""6"",""id"":""chart2""},{""time"":54304,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690226470522,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":10894,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1260,""week"":""52"",""id"":""chart2""}]}",1,simple,bar +2023-07-24 15:16:08,2023-07-24 15:35:41,0,45.16.138.105,100,1172,1,2023-07-24 15:35:42,R_DMJpE6qu0mdw5GN,,,,,26.1792,-80.1749,anonymous,EN,1,6.479,7.832,9.473,2,1,1,2,2.469,9.869,11.604,3,8.488,12.827,15.018,4,55,77,68,0.191,25.307,27.111,7,7.964,26.103,27.799,6,-2,-2,36.728,94.838,96.53,7,1,-3,30.792,132.284,133.464,6,1,46.243,61.37,62.906,3,2.361,8.644,15.017,3,6,4,6,6,4,6,none,3.227,30.686,35.2,10,6,4,6,5,6,5,I don't think they would post false statistic,5.204,159.265,160.439,8,4,none,6.836,30.198,31.346,5,2,7,3,4,1,5,6,21.74,47.995,52.491,2,4,8,6,7,7,9,7,9,none,10.276,44.065,45.785,14,4,4,2,3,4,4,12.222,35.704,37.051,10,1,2,37.518,52.354,53.505,6,2,1955,Florida,7,1,1,,3,,,16,1,1,18.229,211.517,212.709,24,640a90e46acb8e6c64f12d60,"{""startTime"":1690226458855,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226495728,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226275862,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":33,""label"":""tour_started""},{""time"":13929,""label"":""tour_next"",""step"":2},{""time"":20629,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690226440375,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar +2023-07-24 15:22:46,2023-07-24 15:35:41,0,172.56.81.15,100,775,1,2023-07-24 15:35:42,R_3MRMzkniM74I6ou,,,,,33.5038,-112.0253,anonymous,EN,1,20.1,20.1,21.498,1,1,2,2,2.775,5.464,7.277,2,0,0,15.135,0,100,100,36,13.049,19.752,21.13,3,15.381,24.317,26.114,2,1,-3,70.542,103.23,110.687,2,-3,-3,76.917,96.421,98.562,2,1,52.261,52.261,54.699,1,0,0,15.025,0,6,5,6,6,6,6,,15.682,29.048,31.988,6,5,6,4,2,1,6,I have no reason not to trust it. It seems to me that most people who got Covid were unvaccinated but even some who were still got it.,3.466,65.939,66.976,5,3,People need to earn trust,7.234,12.65,23.439,4,2,7,3,4,1,5,6,0,0,21.91,0,2,2,5,2,2,2,6,6,,6.679,28.247,31.011,8,2,2,3,3,3,2,9.922,37.938,39.562,7,5,3,8.266,18.21,19.416,3,2,1962,Arizona,6,1,1,,7,,,9,4,1,4.833,85.679,99.53,13,622a42c21de0c55ba18a2acb,"{""startTime"":1690226911492,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226806239,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":2565,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3786,""week"":""52"",""id"":""chart""}]}","{""startTime"":1690226651813,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":11961,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1351,""week"":""32"",""id"":""chart""},{""time"":15371,""label"":""tour_next"",""step"":2},{""time"":24307,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690226789850,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar +2023-07-24 15:07:39,2023-07-24 15:35:51,0,69.143.47.151,100,1692,1,2023-07-24 15:35:52,R_3m4Coab389zdxge,,,,,39.2842,-76.6918,anonymous,EN,1,75.744,78.827,80.178,8,1,2,2,1.491,3.957,5.008,3,1.836,1.836,15.113,1,77,92,69,6.797,99.417,100.084,23,3.644,303.303,305.616,32,1,1,31.03,163.629,164.691,19,-3,-3,1.519,83.442,84.405,16,1,8.867,97.389,98.751,11,4.428,4.428,15.006,1,5,6,6,7,6,6,,28.249,133.442,134.424,10,6,7,5,6,6,6,I trust this visualization because I'm sure there are a lot of people that did not take the vaccination and some that are slowly getting it,8.666,104.372,107.691,9,4,,3.735,9.817,11.299,9,2,7,3,4,1,5,6,7.919,15.061,16.173,3,6,7,7,6,6,8,9,9,,2.156,15.461,16.276,14,5,4,1,1,5,4,174.009,194.198,195.882,8,4,3,2.898,14.327,15.141,7,1,1985,Maryland,6,2,1,,3,,,6,3,2,2.86,205.752,207.013,35,5eaa5d8b040c211e56dc98c0,"{""startTime"":1690226369898,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690226517886,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690225948888,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":59659,""label"":""tour_next"",""step"":5},{""time"":84789,""label"":""tour_back"",""step"":5},{""time"":93591,""label"":""tour_next"",""step"":5},{""time"":100965,""label"":""cleared_brush"",""using"":""Click""},{""time"":103609,""label"":""started_brush"",""startDate"":""2021-05-21"",""endDate"":""2021-09-17""},{""time"":105695,""label"":""tour_next"",""step"":5},{""time"":118607,""label"":""cleared_brush"",""using"":""Click""},{""time"":120856,""label"":""cleared_brush"",""using"":""Click""},{""time"":122937,""label"":""cleared_brush"",""using"":""Click""},{""time"":127285,""label"":""cleared_brush"",""using"":""Click""},{""time"":156174,""label"":""started_brush"",""startDate"":""2021-05-15"",""endDate"":""2021-06-19""},{""time"":159997,""label"":""cleared_brush"",""using"":""Click""},{""time"":162774,""label"":""cleared_brush"",""using"":""Click""},{""time"":164737,""label"":""cleared_brush"",""using"":""Click""},{""time"":169519,""label"":""cleared_brush"",""using"":""Click""},{""time"":170169,""label"":""cleared_brush"",""using"":""Click""},{""time"":171503,""label"":""cleared_brush"",""using"":""Click""},{""time"":173863,""label"":""cleared_brush"",""using"":""Click""},{""time"":185353,""label"":""cleared_brush"",""using"":""Click""},{""time"":186120,""label"":""cleared_brush"",""using"":""Click""},{""time"":193922,""label"":""moved_brush"",""startDate"":""2022-01-29"",""endDate"":""2022-02-07""},{""time"":195255,""label"":""tour_next"",""step"":5},{""time"":199526,""label"":""cleared_brush"",""using"":""Click""},{""time"":199526,""label"":""cleared_brush"",""using"":""Escape""},{""time"":201382,""label"":""tour_next"",""step"":5},{""time"":208927,""label"":""tour_end"",""step"":5},{""time"":215426,""label"":""started_brush"",""startDate"":""2021-04-21"",""endDate"":""2021-06-06""},{""time"":218009,""label"":""started_brush"",""startDate"":""2021-04-04"",""endDate"":""2021-05-01""}]}","{""startTime"":1690226354394,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":9082,""label"":""started_brush"",""startDate"":""2021-05-15"",""endDate"":""2021-05-27""},{""time"":14363,""label"":""started_brush"",""startDate"":""2021-11-01"",""endDate"":""2022-01-01""}]}",1,complex,bar +2023-07-24 15:15:31,2023-07-24 15:36:03,0,35.148.184.170,100,1232,1,2023-07-24 15:36:04,R_2c5dHFcujXNBP2j,,,,,34.5251,-82.6307,anonymous,EN,1,328.049,328.049,329.089,1,1,3,2,10.829,13.292,14.17,2,0,0,15.057,0,100,100,50,51.4,56.204,58.175,3,39.014,51.501,59.001,4,1,1,18.309,44.011,45.887,2,-3,-1,23.53,46.622,47.614,2,-2,93.906,93.906,96.948,1,0,0,16.859,0,7,7,7,7,7,7,,8.128,12.881,14.727,6,7,7,7,7,7,7,it makes sense because vaccines prevented people from getting covid,3.108,48.35,50.933,3,4,,31.445,32.203,34.433,2,2,3,4,5,1,6,7,0,0,7.252,0,1,2,1,2,2,4,10,9,,53.048,72.884,75.379,12,3,3,2,3,4,3,7.477,37.887,40.867,8,1,1,4.414,7.907,9.199,2,2,1983,South Carolina,3,1,1,,7,,,4,4,2,2.677,64.21,68.853,16,5c0361f255614800012b403c,"{""startTime"":1690226958113,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226729172,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_focused"",""time"":158936}]}","{""startTime"":1690226576465,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":39001,""label"":""tour_next"",""step"":2},{""time"":45557,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690226685007,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":4449}]}",1,simple,line +2023-07-24 15:08:29,2023-07-24 15:36:13,0,65.28.58.187,100,1664,1,2023-07-24 15:36:14,R_1Ibig1R847kGYPv,,,,,43.9078,-91.0939,anonymous,EN,1,137.13,137.13,139.901,1,1,2,1,15.982,23.062,27.266,2,0,0,15.012,0,30,1,0,61.298,77.011,79.338,3,21.858,272.563,282.247,15,-2,-2,22.442,90.76,93.065,4,-3,-2,113.473,151.595,154.854,2,-2,60.064,97.247,99.658,5,0,0,15.01,0,4,5,4,2,5,5,,30.172,68.699,73.464,9,5,5,5,4,3,5,I thought the scale was set up pretty good with break down of ages.,6.586,200.51,201.517,8,4,,11.494,19.085,23.573,6,2,7,3,4,1,5,6,0,0,56.237,0,7,6,6,5,6,6,10,10,,20.787,48.612,52.384,8,2,2,3,2,4,4,25.114,86.405,87.299,6,2,1,10.1,31.774,33.964,2,2,1965,Wisconsin,2,2,1,,7,,,7,5,2,4.801,124.692,126.448,19,646e7c5514b82e3ae5c9affc,"{""startTime"":1690226397853,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690226471685,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690225999435,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":34178,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":16114,""week"":""6"",""id"":""chart""},{""time"":58859,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2533,""week"":""52"",""id"":""chart""},{""time"":64363,""label"":""tour_next"",""step"":5},{""time"":105328,""label"":""cleared_brush"",""using"":""Click""},{""time"":112003,""label"":""cleared_brush"",""using"":""Click""},{""time"":114944,""label"":""cleared_brush"",""using"":""Click""},{""time"":116197,""label"":""cleared_brush"",""using"":""Click""},{""time"":125717,""label"":""cleared_brush"",""using"":""Click""},{""time"":127538,""label"":""tour_back"",""step"":5},{""time"":134669,""label"":""tour_next"",""step"":5},{""time"":167969,""label"":""cleared_brush"",""using"":""Click""},{""time"":168362,""label"":""cleared_brush"",""using"":""Click""},{""time"":168546,""label"":""cleared_brush"",""using"":""Click""},{""time"":169413,""label"":""cleared_brush"",""using"":""Click""},{""time"":170654,""label"":""cleared_brush"",""using"":""Click""},{""time"":171055,""label"":""cleared_brush"",""using"":""Click""},{""time"":173622,""label"":""cleared_brush"",""using"":""Click""},{""time"":176608,""label"":""cleared_brush"",""using"":""Click""},{""time"":180622,""label"":""cleared_brush"",""using"":""Click""},{""time"":184104,""label"":""started_brush"",""startDate"":""2021-04-09"",""endDate"":""2021-04-28""},{""time"":187283,""label"":""tour_next"",""step"":5},{""time"":210189,""label"":""cleared_brush"",""using"":""Click""},{""time"":216723,""label"":""moved_brush"",""startDate"":""2021-04-16"",""endDate"":""2021-05-04""},{""time"":218635,""label"":""moved_brush"",""startDate"":""2021-04-18"",""endDate"":""2021-05-06""},{""time"":222475,""label"":""moved_brush"",""startDate"":""2021-04-09"",""endDate"":""2021-04-27""},{""time"":225450,""label"":""tour_next"",""step"":5},{""time"":254751,""label"":""cleared_brush"",""using"":""Click""},{""time"":254751,""label"":""cleared_brush"",""using"":""Escape""},{""time"":261113,""label"":""tour_next"",""step"":5},{""time"":272557,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690226382406,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar +2023-07-24 15:23:56,2023-07-24 15:36:51,0,73.243.67.178,100,774,1,2023-07-24 15:36:51,R_1Q9qoEiVeD1tfhy,,,,,39.6973,-104.8394,anonymous,EN,1,2.894,2.894,4.352,1,1,4,1,7.878,11.997,13.788,2,0,0,15.009,0,89,100,61,24.394,32.984,33.921,3,29.125,44.27,53.248,2,1,1,48.457,61.884,63.023,2,-3,-3,3.583,75.087,83.88,3,-3,63.769,63.769,65.393,1,0,0,15.11,0,6,6,6,6,7,6,,22.966,38.761,42.885,6,5,7,7,6,6,6,The visualization seems to match the info I have followed over the course of the covid pandemic.,8.578,107.465,111.339,6,5,,10.058,10.058,12.147,1,2,7,3,4,1,5,6,0,0,17.925,0,4,7,8,8,6,7,10,10,,6.619,27.384,29.776,8,5,4,1,1,5,1,11.896,42.085,43.293,6,2,1,19.712,26.383,29.775,2,2,1976,Colorado,6,1,1,,7,,,17,4,2,3.97,66.696,70.239,15,630663a1dc842dde6b18b557,"{""startTime"":1690227002878,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226850410,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":17879,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6533,""week"":""52"",""id"":""chart2""}]}","{""startTime"":1690226717517,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":19057,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1048,""week"":""6"",""id"":""chart""},{""time"":22047,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2744,""week"":""6"",""id"":""chart""},{""time"":25424,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1320,""week"":""49"",""id"":""chart""},{""time"":29123,""label"":""tour_next"",""step"":2},{""time"":35279,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1032,""week"":""1"",""id"":""chart2""},{""time"":40330,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2566,""week"":""6"",""id"":""chart2""},{""time"":44267,""label"":""tour_end"",""step"":2},{""time"":47225,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1457,""week"":""6"",""id"":""chart2""}]}","{""startTime"":1690226834813,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":8084,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4351,""week"":""52"",""id"":""chart2""}]}",1,simple,bar +2023-07-24 15:17:00,2023-07-24 15:37:05,0,100.6.95.219,100,1205,1,2023-07-24 15:37:06,R_31pdFjuPUohD7IY,,,,,40.3214,-80.0378,anonymous,EN,1,92.011,92.011,92.87,1,1,2,1,1.888,3.901,4.676,2,14.781,14.781,15.006,1,66,78,49,13.708,22.643,23.615,3,12.698,16.574,26.891,2,1,-3,31.385,44.259,45.459,2,-3,-3,22.8,70.5,72.23,2,1,31.636,31.636,32.917,1,0,0,15.006,0,4,4,4,4,4,4,none,10.215,25.4,28.318,9,4,6,5,4,4,4,"I trust that the chart is correct, but the data underlying it may not be. So its neither agree or disagree. ",3.604,54.679,58.578,15,2,,8.809,10.071,12.59,2,2,7,3,4,1,5,6,0,0,24.642,0,1,1,4,5,1,3,5,5,,6.608,40.899,42.471,13,2,3,3,3,3,3,2.711,14.134,15.775,6,4,2,24.704,140.583,141.578,6,1,1982,Pennsylvania,4,2,1,,8,Bethel Park,,11,3,2,1.137,157.769,161.722,26,631d1e66900f4855704e8c6e,"{""startTime"":1690226912016,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226834560,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226718990,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":19,""label"":""tour_started""},{""time"":12694,""label"":""tour_next"",""step"":2},{""time"":16569,""label"":""tour_end"",""step"":2},{""time"":17099,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3928,""week"":""52"",""id"":""chart""},{""time"":21408,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1178,""week"":""1"",""id"":""chart""}]}","{""startTime"":1690226819152,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":7098,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1684,""week"":""2"",""id"":""chart""},{""time"":8794,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2080,""week"":""1"",""id"":""chart""},{""time"":10891,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1983,""week"":""52"",""id"":""chart""}]}",1,moderate,bar +2023-07-24 15:26:38,2023-07-24 15:37:07,0,74.133.139.23,100,628,1,2023-07-24 15:37:08,R_32XAOLa18LEtdVm,,,,,39.0705,-84.516,anonymous,EN,1,4.121,5.302,6.391,2,1,4,2,2.516,5.853,7.025,3,12.965,12.965,15.018,1,100,5,64,19.48,34.616,35.802,7,10.501,29.823,30.945,4,1,1,17.462,52.852,53.761,8,1,1,10.277,45.554,46.617,7,1,8.54,71.752,72.905,4,8.75,8.75,15.012,1,6,5,6,7,7,7,,8.41,22.362,24.129,8,6,7,6,6,7,7,i've done studies on this for my PhD. It fits with my knowledge,2.011,36.45,39.865,2,7,,6.036,8.097,9.902,2,2,7,3,4,1,5,6,3.438,19.085,20.177,4,4,9,1,3,10,5,11,11,,4.443,23.712,24.623,11,5,5,1,1,5,5,5.276,19.252,20.053,8,2,1,2.024,10.768,11.774,4,1,1961,Kentucky,9,3,1,,7,,,17,5,1,2.671,136.582,137.893,36,5615777c7ffc8a000a811c61,"{""startTime"":1690227045192,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226984323,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226882286,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":22475,""label"":""tour_next"",""step"":2},{""time"":27226,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690226968825,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line +2023-07-24 15:20:04,2023-07-24 15:37:20,0,73.106.112.151,100,1035,1,2023-07-24 15:37:20,R_da4X7smU3k13VPb,,,,,34.0782,-84.6485,anonymous,EN,1,21.53,29.767,30.325,8,1,2,1,3.253,8.965,10.358,3,0,0,15.14,0,54,100,50,23.67,55.207,55.719,11,3.397,73.938,74.771,8,1,-2,54.885,121.696,122.952,20,1,1,7.372,91.087,91.831,12,1,5.644,73.145,74.121,5,2.669,6.284,15.05,2,2,2,1,6,6,1,,4.752,36.138,63.453,9,2,5,4,2,2,1,I believe the date used and the visualization is self-serving by the CDC.,5.127,82.737,83.86,8,5,,13.251,17.766,19.786,4,2,7,3,4,1,5,6,24.825,42.078,44.544,3,3,5,8,7,4,8,6,10,,11.848,60.191,65.709,13,3,4,2,2,5,3,15.13,42.178,42.943,9,4,4,6.33,23.166,23.847,6,2,1970,Georgia,3,2,1,,8,Kennesaw,,12,3,2,4.752,124.641,125.806,58,5f14d1c6ed1d355640101321,"{""startTime"":1690226724095,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226788175,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226540865,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":49879,""label"":""hovered"",""timeHovered"":7950,""week"":""2021-12-13""},{""time"":58879,""label"":""hovered"",""timeHovered"":4400,""week"":""2022-01-10""},{""time"":64601,""label"":""tour_next"",""step"":2},{""time"":71645,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690226708494,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":9782,""label"":""hovered"",""timeHovered"":2383,""week"":""2022-01-10""},{""time"":12469,""label"":""hovered"",""timeHovered"":1995,""week"":""2021-09-06""}]}",1,moderate,line +2023-07-24 15:24:18,2023-07-24 15:38:28,0,47.212.115.173,100,849,1,2023-07-24 15:38:29,R_3FRrLeBHZ0AyTH1,,,,,35.5891,-77.345,anonymous,EN,1,12.682,12.682,13.594,1,1,2,2,2.088,5.64,6.518,2,0,0,15.038,0,100,100,38,56.953,63.136,64.277,3,17.103,33.589,54.22,3,1,-2,26.045,48.835,57.45,2,-2,-1,44.244,92.274,93.039,6,1,124.027,124.027,125.049,1,0,0,15.047,0,6,6,7,6,7,7,I think the previous page is not complete.,14.754,31.01,42.656,8,6,6,5,2,4,7,It seems accurate,3.054,40.406,48.267,6,4,,3.434,3.434,5.561,1,2,7,3,4,1,5,6,0,0,33.841,0,6,6,6,6,6,6,6,6,,10.013,18.404,20.099,9,3,3,2,2,3,4,8.902,57.125,57.717,8,4,2,1.979,14.354,16.083,2,2,1984,North Carolina,3,2,1,,8,Winterville,,3,1,2,4.312,123.63,128.821,32,5af12b37aec2b600010a8f4c,"{""startTime"":1690227013310,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226937900,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226773985,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":23,""label"":""tour_started""},{""time"":17127,""label"":""tour_next"",""step"":2},{""time"":25814,""label"":""tour_end"",""step"":2},{""time"":37364,""label"":""hovered"",""timeHovered"":1789,""week"":""2021-11-08""}]}","{""startTime"":1690226922350,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":8305,""label"":""hovered"",""timeHovered"":1410,""week"":""2022-01-03""}]}",1,moderate,line +2023-07-24 15:27:49,2023-07-24 15:39:01,0,172.59.120.126,100,671,1,2023-07-24 15:39:02,R_1SbGoDG0SEw57JD,,,,,35.4312,-97.4934,anonymous,EN,1,37.817,39.591,41.235,2,2,,2,3.003,3.003,5.507,1,14.315,14.315,15.015,1,91,97,78,15.575,29.364,30.615,5,7.014,31.832,34.695,3,1,1,7.568,57.956,59.606,9,-3,-3,19.37,65.785,71.318,8,-3,16.261,41.405,43.216,4,4.406,11.065,15.109,2,6,5,6,6,7,6,,10.271,24.934,28.885,9,6,6,5,4,3,6,"Well, it said it was from the CDC which I basically trust.",3.214,59.887,61.296,8,6,,8.733,8.733,11.316,1,2,7,3,4,1,5,6,8.545,8.545,20.164,1,2,1,6,5,3,7,8,8,,5.086,34.902,36.219,11,4,4,1,1,4,3,6.45,34.304,35.413,8,6,4,5.013,16.194,18.009,4,1,1970,Oklahoma,3,2,1,,7,,,5,4,1,3.734,66.548,76.445,20,60a5717cc2ad303816870f66,"{""startTime"":1690227190199,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690227091090,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226979382,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":86,""label"":""tour_started""},{""time"":9447,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1084,""week"":""35"",""id"":""chart""},{""time"":12569,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1052,""week"":""50"",""id"":""chart""},{""time"":14542,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3958,""week"":""52"",""id"":""chart""},{""time"":21944,""label"":""tour_next"",""step"":2},{""time"":26554,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1118,""week"":""51"",""id"":""chart2""},{""time"":28593,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1235,""week"":""1"",""id"":""chart2""},{""time"":31824,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690227075296,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":5317,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1590,""week"":""1"",""id"":""chart""},{""time"":6980,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1228,""week"":""52"",""id"":""chart""}]}",1,simple,bar +2023-07-24 15:11:06,2023-07-24 15:39:09,0,63.160.189.253,100,1683,1,2023-07-24 15:39:10,R_1n8x1fgybPZLar7,,,,,37.751,-97.822,anonymous,EN,1,18.224,18.224,19.103,1,1,4,2,7.6,13.68,14.801,2,6.064,6.064,15.01,1,82,75,71,24.17,77.194,79.124,4,19.385,593.536,596.148,21,-3,1,6.147,9.843,11.526,2,-3,1,28.46,56.077,69.583,2,-2,20.172,85.732,88.094,2,0,0,15.017,0,6,6,6,6,7,6,,7.55,30.174,34.185,7,5,7,6,6,5,6,"With this visualization, viewers can easily observe any trends or patterns that emerge. They can assess if there is a significant difference in COVID-19 cases between those who are vaccinated and those who are not, based on different age demographics.",48.364,144.332,148.446,12,6,,41.482,41.482,43.7,1,2,7,3,4,1,5,6,0,0,67.302,0,9,11,9,11,9,8,10,11,,14.309,25.196,27.008,9,5,4,5,4,5,5,16.266,42.339,43.384,7,4,1,42.501,54.88,56.068,2,2,1992,Georgia,6,3,1,,7,,,7,3,2,8.491,79.732,81.666,16,6172b88315142e4eaa555c95,"{""startTime"":1690226753861,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_focused"",""time"":7475}]}","{""startTime"":1690226792081,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_focused"",""time"":112113},{""label"":""window_blurred"",""time"":124950},{""label"":""window_focused"",""time"":173485}]}","{""startTime"":1690226045084,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":25,""label"":""tour_started""},{""time"":14514,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1249,""week"":""52"",""id"":""chart""},{""time"":16338,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1148,""week"":""52"",""id"":""chart""},{""time"":19380,""label"":""tour_next"",""step"":5},{""time"":58754,""label"":""cleared_brush"",""using"":""Click""},{""time"":60714,""label"":""cleared_brush"",""using"":""Click""},{""time"":61794,""label"":""cleared_brush"",""using"":""Click""},{""time"":64666,""label"":""cleared_brush"",""using"":""Click""},{""time"":64995,""label"":""cleared_brush"",""using"":""Click""},{""time"":65546,""label"":""cleared_brush"",""using"":""Click""},{""time"":66185,""label"":""cleared_brush"",""using"":""Click""},{""time"":67057,""label"":""cleared_brush"",""using"":""Click""},{""time"":68842,""label"":""cleared_brush"",""using"":""Click""},{""time"":69626,""label"":""cleared_brush"",""using"":""Click""},{""time"":74217,""label"":""cleared_brush"",""using"":""Click""},{""time"":74673,""label"":""cleared_brush"",""using"":""Click""},{""time"":75274,""label"":""cleared_brush"",""using"":""Click""},{""time"":83357,""label"":""moved_brush"",""startDate"":""2022-01-02"",""endDate"":""2022-02-07""},{""time"":87500,""label"":""moved_brush"",""startDate"":""2022-01-31"",""endDate"":""2022-02-07""},{""time"":112461,""label"":""moved_brush"",""startDate"":""2022-01-01"",""endDate"":""2022-02-07""},{""time"":119580,""label"":""moved_brush"",""startDate"":""2021-07-31"",""endDate"":""2021-09-05""},{""time"":122436,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-05-12""},{""time"":130396,""label"":""moved_brush"",""startDate"":""2021-05-31"",""endDate"":""2021-07-07""},{""time"":138404,""label"":""moved_brush"",""startDate"":""2021-05-31"",""endDate"":""2021-07-08""},{""time"":176996,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-05-13""},{""time"":177949,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-05-13""},{""time"":188826,""label"":""cleared_brush"",""using"":""Click""},{""time"":193139,""label"":""cleared_brush"",""using"":""Click""},{""time"":194778,""label"":""cleared_brush"",""using"":""Click""},{""time"":196710,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-07-30""},{""time"":198030,""label"":""moved_brush"",""startDate"":""2021-10-14"",""endDate"":""2022-02-07""},{""time"":212309,""label"":""cleared_brush"",""using"":""Click""},{""time"":227916,""label"":""moved_brush"",""startDate"":""2022-02-01"",""endDate"":""2022-02-07""},{""time"":233108,""label"":""moved_brush"",""startDate"":""2022-01-31"",""endDate"":""2022-02-07""},{""time"":247964,""label"":""moved_brush"",""startDate"":""2021-10-01"",""endDate"":""2021-10-08""},{""time"":283052,""label"":""moved_brush"",""startDate"":""2021-08-30"",""endDate"":""2021-10-08""},{""time"":285532,""label"":""moved_brush"",""startDate"":""2021-08-30"",""endDate"":""2021-10-01""},{""time"":289484,""label"":""moved_brush"",""startDate"":""2021-07-31"",""endDate"":""2021-09-01""},{""time"":292076,""label"":""moved_brush"",""startDate"":""2021-07-31"",""endDate"":""2021-09-02""},{""time"":293693,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-05-08""},{""label"":""window_blurred"",""time"":295564},{""label"":""window_focused"",""time"":317496},{""time"":317579,""label"":""tour_back"",""step"":5},{""label"":""window_blurred"",""time"":321635},{""time"":479253,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1026,""week"":""16"",""id"":""chart""},{""label"":""window_focused"",""time"":486167},{""time"":490266,""label"":""tour_next"",""step"":5},{""time"":503414,""label"":""cleared_brush"",""using"":""Click""},{""time"":504147,""label"":""cleared_brush"",""using"":""Click""},{""time"":506779,""label"":""tour_back"",""step"":5},{""time"":508378,""label"":""tour_next"",""step"":5},{""time"":510642,""label"":""cleared_brush"",""using"":""Click""},{""time"":513760,""label"":""cleared_brush"",""using"":""Click""},{""time"":517200,""label"":""cleared_brush"",""using"":""Click""},{""time"":519266,""label"":""cleared_brush"",""using"":""Click""},{""time"":520257,""label"":""cleared_brush"",""using"":""Click""},{""time"":522802,""label"":""cleared_brush"",""using"":""Click""},{""time"":525961,""label"":""cleared_brush"",""using"":""Click""},{""time"":527002,""label"":""cleared_brush"",""using"":""Click""},{""time"":535778,""label"":""cleared_brush"",""using"":""Click""},{""time"":536323,""label"":""cleared_brush"",""using"":""Click""},{""time"":538099,""label"":""cleared_brush"",""using"":""Click""},{""time"":538281,""label"":""cleared_brush"",""using"":""Click""},{""time"":540283,""label"":""cleared_brush"",""using"":""Click""},{""time"":541553,""label"":""cleared_brush"",""using"":""Click""},{""time"":543258,""label"":""cleared_brush"",""using"":""Click""},{""time"":546098,""label"":""cleared_brush"",""using"":""Click""},{""time"":547337,""label"":""cleared_brush"",""using"":""Click""},{""time"":551001,""label"":""cleared_brush"",""using"":""Click""},{""time"":556308,""label"":""started_brush"",""startDate"":""2021-06-01"",""endDate"":""2021-07-02""},{""time"":558122,""label"":""tour_next"",""step"":5},{""time"":570628,""label"":""moved_brush"",""startDate"":""2021-06-01"",""endDate"":""2021-07-02""},{""time"":572554,""label"":""tour_next"",""step"":5},{""time"":583531,""label"":""cleared_brush"",""using"":""Click""},{""time"":584906,""label"":""tour_next"",""step"":5},{""time"":593531,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690226736787,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":7001}]}",1,complex,bar +2023-07-24 15:24:07,2023-07-24 15:39:27,0,47.132.149.196,100,920,1,2023-07-24 15:39:28,R_1Q9oxo81kx2nWgj,,,,,36.7328,-76.5898,anonymous,EN,1,2.531,7.478,8.731,9,1,4,2,2.162,4.789,5.434,3,7.958,8.711,15.007,2,100,100,84,1.86,25.9,26.556,18,3.863,25.799,27.416,14,1,1,1.808,74.248,75.287,28,1,1,1.4,84.686,86.057,34,1,27.256,164.104,166.597,33,1.415,14.307,15.012,8,6,6,7,1,7,7,,1.497,34.094,34.598,19,6,7,7,7,7,7,The data comes from a trustworthy source. ,1.75,30.181,31.052,4,4,,4.851,5.626,6.857,2,2,7,3,4,1,5,6,8.439,28.968,30.285,6,5,7,3,5,8,6,9,8,,5.338,30.826,32.001,12,5,4,1,1,5,5,14.793,43.564,44.843,16,2,1,9.45,170.418,172.213,7,2,1985,Virginia,7,2,1,,3,,,12,2,1,2.629,91.572,93.007,46,5bd0607192f92c0001f84021,"{""startTime"":1690226838454,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226873499,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226719292,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":4722,""label"":""hovered"",""timeHovered"":1416,""week"":""2021-11-29""},{""time"":6139,""label"":""hovered"",""timeHovered"":1203,""week"":""2022-01-10""},{""time"":14998,""label"":""tour_next"",""step"":2},{""time"":20139,""label"":""tour_end"",""step"":2},{""time"":7343,""label"":""hovered"",""timeHovered"":14075,""week"":""2021-10-25""},{""time"":22913,""label"":""hovered"",""timeHovered"":1402,""week"":""2021-12-27""}]}","{""startTime"":1690226822762,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":10144,""label"":""hovered"",""timeHovered"":1111,""week"":""2022-01-03""},{""time"":11255,""label"":""hovered"",""timeHovered"":2336,""week"":""2022-01-03""}]}",1,simple,line +2023-07-24 15:32:06,2023-07-24 15:39:31,0,75.182.255.242,100,445,1,2023-07-24 15:39:32,R_2TSEqo0z57GhAmp,,,,,36.1219,-79.7777,anonymous,EN,1,3.406,3.406,4.174,1,2,,2,1.381,1.796,2.07,2,0,0,15.208,0,89,100,91,5.436,17.168,17.854,4,21.684,32.809,34.87,2,-3,-3,36.68,53.163,54.107,2,-3,-3,29.319,43.594,44.176,2,1,44.443,45.461,45.648,2,0,0,15.007,0,6,3,5,5,5,5,,11.672,16.917,18.5,8,5,7,7,7,6,7,I strongly agree because it makes sense that vaccinated individuals would not get COVID-19,1.913,43.062,43.524,9,4,,5.13,5.13,6.148,1,2,7,3,4,1,5,6,0,0,12.479,0,7,8,7,6,8,8,9,5,,1.706,14.468,15.811,21,5,4,2,1,5,5,3.113,15.447,16.284,7,3,1,2.021,8.289,8.84,7,1,2000,North Carolina,3,2,2,,4,,,3,3,1,1.122,55.316,56.102,25,5ee3fbb98976fc0f59fe2939,"{""startTime"":1690227340954,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690227284266,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":23,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1574,""week"":""3"",""id"":""chart""}]}","{""startTime"":1690227178820,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":6692,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1107,""week"":""51"",""id"":""chart""},{""time"":9296,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2386,""week"":""52"",""id"":""chart""},{""time"":11690,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1489,""week"":""52"",""id"":""chart""},{""time"":21675,""label"":""tour_next"",""step"":2},{""time"":24510,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1896,""week"":""1"",""id"":""chart2""},{""time"":27764,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1246,""week"":""52"",""id"":""chart2""},{""time"":32799,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690227268740,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":5276,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2194,""week"":""52"",""id"":""chart""},{""time"":8120,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2212,""week"":""52"",""id"":""chart2""},{""time"":10352,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1044,""week"":""1"",""id"":""chart2""},{""time"":11771,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1189,""week"":""2"",""id"":""chart2""},{""time"":13909,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1082,""week"":""2"",""id"":""chart2""}]}",1,simple,bar +2023-07-24 15:29:11,2023-07-24 15:39:39,0,98.29.169.88,100,627,1,2023-07-24 15:39:40,R_2uODp2OZxr2aRmG,,,,,38.2524,-85.7666,anonymous,EN,1,1.314,4.067,4.948,3,1,2,2,1.166,5.366,6.822,3,6.58,6.58,15.113,1,96,83,54,4.322,18.668,19.917,6,2.661,23.169,24.067,5,1,-2,9.347,40.942,41.978,7,-3,1,4.319,32.547,33.245,9,1,18.359,26.419,27.453,4,0,0,15.013,0,6,6,6,6,6,6,,6.735,12.418,14.302,8,7,7,7,7,7,7,looks accurate ,3.227,28.661,52.004,3,4,Problem with one of the questions,2.896,33.874,34.131,8,2,7,3,4,1,5,6,11.516,20.12,21.308,2,1,2,2,2,3,2,8,7,,6.061,21.894,22.626,12,2,2,4,3,2,2,4.643,19.41,25.661,10,1,1,1.539,8.248,9.062,5,2,1996,Kentucky,3,2,1,,7,,,19,4,1,1.329,95.835,97.126,28,6101f6f45269e30a22fc4526,"{""startTime"":1690227270592,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690227202932,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690227113308,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":9403,""label"":""tour_next"",""step"":2},{""time"":11896,""label"":""tour_end"",""step"":2},{""time"":12757,""label"":""hovered"",""timeHovered"":2691,""week"":""2022-01-03""},{""time"":16303,""label"":""hovered"",""timeHovered"":1851,""week"":""2022-01-10""},{""time"":18600,""label"":""hovered"",""timeHovered"":1907,""week"":""2022-01-17""}]}","{""startTime"":1690227187127,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line +2023-07-24 15:11:08,2023-07-24 15:39:51,0,63.160.189.214,100,1723,1,2023-07-24 15:39:52,R_1doSzwxJ0MPvlNQ,,,,,37.751,-97.822,anonymous,EN,1,19.295,19.295,20.165,1,1,4,2,13.785,14.712,426.035,2,10.609,13.744,15.017,4,77,81,74,1.889,4.257,5.858,3,9.165,27.637,29.958,3,-3,1,27.457,300.881,304.453,7,-3,1,161.469,163.142,197.539,2,-3,7.016,24.44,25.843,2,0,0,15.116,0,6,5,7,6,6,6,,83.675,88.315,91.926,6,7,6,7,6,5,7,"This data chart provides valuable insights into the impact of vaccination on COVID-19 transmission among different age groups. By presenting the weekly counts separately for vaccinated and unvaccinated individuals, it helps to illustrate how effective vaccinations are in preventing COVID-19 cases across various age categories.",30.729,189.152,190.986,6,6,,2.658,2.658,4.084,1,2,7,3,4,1,5,6,0,0,51.055,0,8,11,9,10,9,8,11,10,,18.232,27.472,29.636,8,5,4,4,4,4,5,31.802,37.538,42.486,6,4,1,47.311,51.734,53.102,2,2,1994,New Jersey,6,3,1,,7,,,8,3,2,72.586,103.866,116.632,12,611e64ad7ea7083dd09ce1dc,"{""startTime"":1690226957458,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":4928},{""label"":""window_focused"",""time"":4999},{""label"":""window_blurred"",""time"":8129},{""label"":""window_focused"",""time"":83571}]}","{""startTime"":1690226727679,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":4857},{""label"":""window_focused"",""time"":16123}]}","{""startTime"":1690226372287,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":20,""label"":""tour_started""},{""time"":14504,""label"":""tour_next"",""step"":2},{""time"":27632,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690226710861,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar +2023-07-24 15:27:37,2023-07-24 15:40:08,0,173.191.204.252,100,750,1,2023-07-24 15:40:09,R_WcHL1uXSGLsMdmp,,,,,41.0248,-93.3132,anonymous,EN,1,11.472,11.472,12.404,1,1,2,2,1.67,4.724,6.068,2,0,0,15.018,0,87,100,29,12.272,35.372,37.202,4,62.291,72.444,94.389,2,-3,-1,21.258,40.525,41.58,3,-2,1,20.836,46.963,48.88,3,1,34.244,34.244,36.588,1,0,0,15.01,0,6,5,6,6,6,6,,13.243,28.119,31.825,6,6,6,4,3,5,6,Based on what I know about covid and the number of vaccinated and unvaccinated and the number of cases in each category I would believe that this visualization presents a realistic and honest evaluation.,3.572,115.611,122.005,9,4,,5.005,5.005,10.833,1,4,5,1,7,2,3,6,0,0,43.459,0,2,2,9,9,9,6,10,11,,6.648,31.134,33.281,11,4,4,2,2,5,4,15.029,32.896,33.787,9,5,2,3.249,10.536,13.057,2,2,1962,Iowa,2,2,1,,7,,,10,4,1,4.496,79.175,86.488,15,570d30d942a1db000fc4cf87,"{""startTime"":1690227265868,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":58,""label"":""hovered"",""timeHovered"":1904,""week"":""2021-12-13""},{""time"":2368,""label"":""hovered"",""timeHovered"":2884,""week"":""2021-12-13""}]}","{""startTime"":1690227110605,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226949266,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":32997,""label"":""hovered"",""timeHovered"":1267,""week"":""2021-04-26""},{""time"":36715,""label"":""hovered"",""timeHovered"":2865,""week"":""2021-04-12""},{""time"":44197,""label"":""hovered"",""timeHovered"":1032,""week"":""2021-08-23""},{""time"":48513,""label"":""hovered"",""timeHovered"":4199,""week"":""2022-01-10""},{""time"":62273,""label"":""tour_next"",""step"":2},{""time"":72425,""label"":""tour_end"",""step"":2},{""time"":55813,""label"":""hovered"",""timeHovered"":17083,""week"":""2022-01-24""},{""time"":73647,""label"":""hovered"",""timeHovered"":2359,""week"":""2022-01-10""},{""time"":77286,""label"":""hovered"",""timeHovered"":1648,""week"":""2021-12-27""},{""time"":79487,""label"":""hovered"",""timeHovered"":1033,""week"":""2022-01-10""},{""time"":80581,""label"":""hovered"",""timeHovered"":4208,""week"":""2022-01-03""},{""time"":86362,""label"":""hovered"",""timeHovered"":1599,""week"":""2021-11-29""},{""time"":88996,""label"":""hovered"",""timeHovered"":3479,""week"":""2021-06-28""}]}","{""startTime"":1690227094468,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":2354,""label"":""hovered"",""timeHovered"":1368,""week"":""2022-01-10""},{""time"":5509,""label"":""hovered"",""timeHovered"":3542,""week"":""2022-01-03""},{""time"":10584,""label"":""hovered"",""timeHovered"":3990,""week"":""2021-08-02""}]}",1,moderate,line +2023-07-24 15:31:19,2023-07-24 15:40:10,0,24.229.10.187,100,530,1,2023-07-24 15:40:10,R_3EBasjWNXCsL0qr,,,,,40.4465,-75.8206,anonymous,EN,1,3.076,3.076,4.776,1,1,3,1,5.717,8.791,11.323,2,0,0,15.009,0,100,100,74,9.803,15.399,16.544,3,12.542,21.844,23.1,3,1,1,33.9,48.257,49.633,2,-3,-3,35.652,81.92,83.479,2,-2,37.842,37.842,39.043,1,0,0,15.111,0,6,6,6,6,6,6,none,7.864,12.778,16.37,8,6,6,7,6,6,6,Because it contains specific data for specific dates.,4.484,60.523,61.509,4,4,none,4.8,6.428,10.001,2,2,7,3,4,1,5,6,0,0,15.457,0,2,2,9,6,3,6,8,9,none,4.904,18.399,24.257,10,3,4,2,2,4,3,9.807,24.516,25.793,8,4,1,9.661,14.639,16.585,2,1,1972,Pennsylvania,3,2,1,,7,,,15,1,2,2.647,51.276,52.682,11,5c6efb8565434c0001a483ec,"{""startTime"":1690227391989,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690227305794,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690227216762,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":9251,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1117,""week"":""48"",""id"":""chart""},{""time"":12540,""label"":""tour_next"",""step"":2},{""time"":19945,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690227290209,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":1323,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1099,""week"":""33"",""id"":""chart""},{""time"":7427,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1546,""week"":""4"",""id"":""chart2""},{""time"":12232,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2130,""week"":""52"",""id"":""chart""}]}",1,simple,bar +2023-07-24 14:47:12,2023-07-24 15:40:17,0,70.188.205.184,100,3184,1,2023-07-24 15:40:18,R_1yJnQhYoEQYEJ7r,,,,,33.4793,-112.3121,anonymous,EN,1,135.598,135.598,136.538,1,1,2,1,1.81,7.712,8.383,5,0,0,15.01,0,75,71,61,6.132,13.783,15.022,11,61.469,207.316,209.023,19,1,-2,53.328,67.481,70.689,3,-2,1,85.229,160.814,162.495,3,-3,29.708,29.708,30.799,1,0,0,16.45,0,6,5,6,6,5,6,,8.239,20.182,21.571,7,5,6,6,5,6,6,I trust it because it aligns with the statistics that were occurring during the COVID 19 pandemic.,1.885,198.543,199.499,9,5,,4.986,123.136,146.834,18,2,7,3,4,1,5,6,0,0,21.21,0,5,9,6,9,7,5,10,10,,1.743,19.462,21.303,15,4,3,4,4,3,4,6.789,9.956,11.247,6,2,3,35.754,39.637,41.297,3,2,1999,Arizona,6,2,2,,4,,,9,3,1,1.46,36.681,47.874,12,5dce3ccc32ccbf0cd54263db,"{""startTime"":1690226654983,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690226659841,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690226377596,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":11,""label"":""tour_started""},{""label"":""window_blurred"",""time"":69032},{""label"":""window_focused"",""time"":74533},{""time"":75250,""label"":""tour_next"",""step"":5},{""time"":80600,""label"":""tour_back"",""step"":5},{""time"":82667,""label"":""tour_next"",""step"":5},{""time"":90841,""label"":""started_brush"",""startDate"":""2021-07-03"",""endDate"":""2021-09-13""},{""time"":92084,""label"":""tour_next"",""step"":5},{""time"":94686,""label"":""moved_brush"",""startDate"":""2021-07-03"",""endDate"":""2021-09-13""},{""time"":96921,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-06-23""},{""time"":97485,""label"":""tour_next"",""step"":5},{""time"":99527,""label"":""moved_brush"",""startDate"":""2021-06-04"",""endDate"":""2021-08-16""},{""time"":102060,""label"":""moved_brush"",""startDate"":""2021-11-25"",""endDate"":""2022-02-06""},{""time"":103768,""label"":""cleared_brush"",""using"":""click""},{""time"":103770,""label"":""cleared_brush"",""using"":""Escape""},{""time"":105336,""label"":""tour_next"",""step"":5},{""time"":207310,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690226619210,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":9389}]}",1,complex,line +2023-07-24 15:30:33,2023-07-24 15:40:28,0,66.41.201.6,100,594,1,2023-07-24 15:40:29,R_pSgRFhh1xFQv4PL,,,,,45.0001,-93.0986,anonymous,EN,1,3.695,3.695,5.289,1,1,3,1,4.871,7.18,9.754,2,0,0,15.016,0,50,100,98,12.636,21.636,23.889,3,11.447,26.841,31.749,5,1,1,28.801,42.287,43.696,2,-3,-3,29.199,50.819,51.98,3,1,37.498,37.498,40.879,1,0,0,15.11,0,4,7,4,7,7,4,,13.398,22.361,25.271,7,7,7,7,7,7,4,I do not know anymore what is true and what is fake,6.375,49.688,51.479,6,7,,6.788,6.788,9.121,1,2,7,3,4,1,5,6,0,0,23.701,0,4,5,5,7,2,7,9,9,,6.304,22.159,24.349,8,4,4,1,2,4,4,14.195,29.778,31.442,7,4,1,9.762,16.11,18.308,2,2,1964,Minnesota,3,3,1,,9,,Saint Paul,5,4,1,3.473,53.765,57.703,14,63a0f27fca07899904e593f1,"{""startTime"":1690227281158,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690227306964,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690227180137,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":21,""label"":""tour_started""},{""time"":17531,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3620,""week"":""52"",""id"":""chart""},{""time"":22512,""label"":""tour_next"",""step"":2},{""time"":26834,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690227265205,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":9628,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6008,""week"":""2"",""id"":""chart""}]}",1,moderate,bar +2023-07-24 15:28:12,2023-07-24 15:40:58,0,166.181.86.171,100,765,1,2023-07-24 15:40:59,R_AuIfABDXwhpF7Mt,,,,,41.6021,-93.6124,anonymous,EN,1,9.956,9.956,11.351,1,1,2,2,1.726,10.87,11.861,2,0,0,15.011,0,50,46,50,17.747,53.222,54.992,3,31.976,37.437,40.774,2,1,1,22.944,39.95,41.364,2,1,1,80.252,89.674,91.324,2,1,47.471,47.471,48.723,1,0,0,15.122,0,4,2,4,6,7,4,,7.748,27.029,34.45,7,3,5,4,2,2,4,"It doesn't specify how the numbers were collected, nor does it state the margin of error.",3.61,31.922,33.647,2,1,You have a section of questions that aren't questions in your survey.,6.151,10.447,27.042,3,2,7,3,4,1,5,6,0,0,28.502,0,2,5,7,6,5,5,10,8,,5.496,26.721,28.668,10,3,3,2,2,3,4,10.433,32.374,33.245,6,5,1,4.8,14.854,15.429,3,2,1980,Wisconsin,6,2,1,,7,,,17,3,1,3.093,50.135,53.15,11,629a4709039b1725f3a0727a,"{""startTime"":1690227250864,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690227286834,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690227007274,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":5457,""label"":""hovered"",""timeHovered"":3516,""week"":""2022-01-10""},{""time"":31967,""label"":""tour_next"",""step"":2},{""time"":37428,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690227176426,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":50487,""label"":""hovered"",""timeHovered"":1998,""week"":""2022-01-10""},{""time"":52931,""label"":""hovered"",""timeHovered"":1505,""week"":""2022-01-10""}]}",1,moderate,line +2023-07-24 15:31:35,2023-07-24 15:41:17,0,174.204.67.99,100,582,1,2023-07-24 15:41:18,R_3FXSrrw7wyqCoth,,,,,47.6109,-122.3303,anonymous,EN,1,3.723,3.723,5.055,1,1,2,2,2.529,10.646,15.683,4,0,0,15.11,0,100,100,58,12.307,18.859,21.835,3,21.993,75.147,80.501,9,1,-2,43.809,56.771,58.784,2,1,1,17.525,30.412,32.428,2,-3,28.755,28.755,35.301,1,0,0,15.118,0,7,5,6,6,7,7,I think this is a well done visualization.,12.424,36.863,54.701,8,6,7,7,5,6,6,The data comes from a reliable source and the visualization itself is clear and easy to understand.,2.872,44.013,49.455,2,6,,4.213,6.563,8.393,3,2,7,3,4,1,5,6,0,0,18.468,0,3,6,6,7,7,5,10,9,,4.588,18.331,20.837,8,5,4,1,2,5,5,7.544,22.456,24.243,6,3,1,3.3,8.246,11.142,2,1,1971,Washington,7,3,1,,7,,,17,4,2,2.587,50.945,52.604,12,6310f7cc10a0cd8f6156091f,"{""startTime"":1690227307683,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690227363526,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690227173383,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":9213,""label"":""hovered"",""timeHovered"":1031,""week"":""2022-01-03""},{""time"":32577,""label"":""tour_next"",""step"":5},{""time"":42624,""label"":""started_brush"",""startDate"":""2021-08-09"",""endDate"":""2021-12-31""},{""time"":45207,""label"":""tour_next"",""step"":5},{""time"":54321,""label"":""moved_brush"",""startDate"":""2021-08-04"",""endDate"":""2021-12-26""},{""time"":58031,""label"":""moved_brush"",""startDate"":""2021-08-04"",""endDate"":""2021-12-08""},{""time"":59221,""label"":""tour_next"",""step"":5},{""time"":67615,""label"":""cleared_brush"",""using"":""click""},{""time"":67618,""label"":""cleared_brush"",""using"":""Escape""},{""time"":70753,""label"":""tour_next"",""step"":5},{""time"":75125,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690227291449,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line +2023-07-24 15:00:49,2023-07-24 15:41:39,0,99.103.199.175,100,2449,1,2023-07-24 15:41:40,R_1ifehgSoshSznnp,,,,,37.3209,-121.9126,anonymous,EN,1,78.788,78.788,79.412,1,1,2,2,1.136,3.403,4.064,2,0,0,16.129,0,77,85,76,5.924,13.605,14.217,4,2.176,10.263,67.211,3,1,-2,9.087,51.432,52.242,2,-2,1,24.8,294.753,294.969,3,-3,42.611,59.423,61.653,3,0,0,15.013,0,6,6,6,6,6,6,,9.165,41.798,43.345,7,5,5,6,6,5,5,it makes sense ,1.27,20.958,25.973,12,4,,3.983,4.754,4.97,2,2,7,3,4,1,5,6,0,0,5.935,0,7,9,9,9,8,9,9,10,,33.805,41.891,43.079,11,4,3,3,3,4,4,8.996,19.95,21.208,7,4,4,1.769,82.803,83.649,2,1,2002,California,5,3,1,,8,San Jose,,17,4,2,1.147,51.702,52.463,22,611208e8d4ab54df137ab05a,"{""startTime"":1690226557472,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226601718,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":9172},{""label"":""window_focused"",""time"":22934},{""label"":""window_blurred"",""time"":24557},{""label"":""window_focused"",""time"":24832}]}","{""startTime"":1690225474503,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":2173,""label"":""tour_next"",""step"":2},{""time"":6187,""label"":""tour_end"",""step"":2},{""label"":""window_blurred"",""time"":11197},{""label"":""window_focused"",""time"":65073}]}","{""startTime"":1690226541794,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line +2023-07-24 15:28:55,2023-07-24 15:41:49,0,99.64.86.190,100,774,1,2023-07-24 15:41:50,R_2bQAogTvdub1yi6,,,,,34.0782,-84.6485,anonymous,EN,1,5.674,5.674,6.806,1,1,4,1,5.769,8.538,10.015,2,0,0,15.03,0,100,100,22,10.295,17.485,19.58,3,18.202,32.085,37.49,2,-1,-3,140.87,181.724,189.811,2,-3,-3,54.609,70.566,72.865,2,-2,37.684,37.684,39.451,1,0,0,15.068,0,7,7,7,7,7,7,,7.677,23.564,28.002,6,7,7,7,2,4,7,This visualization tracks with my memory of statistics from that time. ,3.296,54.596,55.864,4,5,,9.136,12.931,14.916,3,2,7,3,4,1,5,6,0,0,30.929,0,2,5,10,5,1,5,11,10,,8.587,32.979,35.648,11,4,4,1,1,5,5,10.574,33.05,34.767,6,2,2,6.23,21.215,23.413,2,1,1971,Georgia,6,2,1,,7,,,6,2,1,4.284,74.606,78.429,12,63ff85248ee53feba08a05fe,"{""startTime"":1690227348048,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690227261970,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690227015971,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":69,""label"":""tour_started""},{""time"":13837,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1646,""week"":""2"",""id"":""chart""},{""time"":18176,""label"":""tour_next"",""step"":2},{""time"":20389,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1038,""week"":""52"",""id"":""chart2""},{""time"":32059,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690227245592,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar +2023-07-24 15:25:43,2023-07-24 15:43:10,0,107.77.223.76,100,1047,1,2023-07-24 15:43:11,R_7OtvBGaysMLta1j,,,,,40.7359,-73.9904,anonymous,EN,1,43.853,43.853,45.058,1,1,2,1,4.887,5.755,6.659,2,0,0,15.121,0,100,100,51,30.125,113.115,114.454,25,27.675,40.249,100.968,3,1,1,29.85,55.875,57.237,2,-2,1,23.869,46.612,48.377,2,1,49.2,49.2,50.787,1,0,0,15.111,0,6,6,6,7,6,6,,11.781,25.698,28.734,6,6,7,6,3,4,6,The CDC has long been a trustworthy source and the visualization simply makes sense as far as when COVID spikes and how vaccinated people are far less affected,30.399,123.329,123.974,9,4,,9.113,9.113,11.483,1,2,7,3,4,1,5,6,0,0,28.3,0,2,2,9,6,4,8,10,10,,11.168,29.19,32.426,8,2,3,2,3,3,3,13.411,40.292,41.374,6,5,1,7.692,16.978,19.228,2,1,1970,Pennsylvania,6,2,1,,7,,,7,2,1,4.795,201.055,208.193,32,63e4849552d07a18ddfc5d17,"{""startTime"":1690227137119,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690227167457,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226954830,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":9096,""label"":""hovered"",""timeHovered"":3200,""week"":""2021-09-20""},{""time"":21945,""label"":""hovered"",""timeHovered"":1283,""week"":""2021-06-14""},{""time"":27666,""label"":""tour_next"",""step"":2},{""time"":35796,""label"":""tour_end"",""step"":2},{""time"":76920,""label"":""hovered"",""timeHovered"":2282,""week"":""2021-08-16""},{""time"":81060,""label"":""hovered"",""timeHovered"":2544,""week"":""2021-12-20""},{""time"":87926,""label"":""hovered"",""timeHovered"":1184,""week"":""2021-10-11""},{""time"":90594,""label"":""hovered"",""timeHovered"":2094,""week"":""2021-05-31""},{""time"":93657,""label"":""hovered"",""timeHovered"":2385,""week"":""2021-08-16""},{""time"":96221,""label"":""hovered"",""timeHovered"":1237,""week"":""2021-08-23""}]}","{""startTime"":1690227120247,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":9239,""label"":""hovered"",""timeHovered"":1041,""week"":""2022-01-10""},{""time"":10291,""label"":""hovered"",""timeHovered"":1578,""week"":""2022-01-10""},{""time"":14677,""label"":""hovered"",""timeHovered"":1001,""week"":""2021-12-27""}]}",1,simple,line +2023-07-24 15:23:29,2023-07-24 15:43:14,0,24.144.1.35,100,1185,1,2023-07-24 15:43:16,R_2zdcC12rNj7LE6K,,,,,35.0848,-92.4242,anonymous,EN,1,10.045,10.045,10.889,1,1,2,1,2.225,5.993,10.749,2,0,0,15.108,0,87,89,84,11.17,37.592,38.597,5,38.319,45.92,56.526,2,1,1,29.17,46.739,64.616,2,1,1,30.645,53.349,54.622,2,1,29.237,29.237,30.227,1,0,0,15.116,0,6,5,6,6,6,6,,25.088,35.838,39.312,6,5,6,6,4,5,6,This visualization is inline with what I know about Covid 19 and the effectiveness of the vaccine. The data comes from a trusted scientific source.,3.994,93.352,104.195,19,5,,6.76,10.095,13.986,3,2,7,3,4,1,5,6,0,0,23.9,0,6,8,6,7,6,5,9,8,,7.36,45.148,51.056,12,2,3,2,3,3,3,17.877,523.658,524.767,7,1,2,13.35,18.835,21.361,2,2,1983,Arkansas,7,3,1,,9,,Conway,7,4,1,3.369,55.093,56.818,15,5d3bdd3e3dcf870019c76307,"{""startTime"":1690226823241,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226863043,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226695484,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":16936,""label"":""hovered"",""timeHovered"":1928,""week"":""2022-01-03""},{""time"":19815,""label"":""hovered"",""timeHovered"":4231,""week"":""2022-01-03""},{""time"":26850,""label"":""hovered"",""timeHovered"":3264,""week"":""2022-02-07""},{""time"":32200,""label"":""hovered"",""timeHovered"":1280,""week"":""2021-08-09""},{""time"":38294,""label"":""tour_next"",""step"":2},{""time"":45895,""label"":""tour_end"",""step"":2},{""time"":34192,""label"":""hovered"",""timeHovered"":15345,""week"":""2022-02-07""},{""time"":50743,""label"":""hovered"",""timeHovered"":2815,""week"":""2021-05-31""}]}","{""startTime"":1690226807590,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6987,""label"":""hovered"",""timeHovered"":1701,""week"":""2022-01-10""},{""time"":12539,""label"":""hovered"",""timeHovered"":2668,""week"":""2021-08-16""}]}",1,moderate,line +2023-07-24 14:53:57,2023-07-24 15:44:21,0,69.136.84.175,100,3024,1,2023-07-24 15:44:22,R_xgD4uZHrVBFrABz,,,,,39.9943,-75.1181,anonymous,EN,1,700.867,708.17,709.17,3,1,3,1,4.803,9.329,10.037,3,0,0,15.043,0,100,39,50,0.605,39.333,40.355,8,2.644,52.764,54.08,7,1,1,8.537,40.137,41.273,8,-2,1,15.295,57.312,58.334,9,-1,7.395,49.884,51.127,4,1.476,5.14,15.015,2,6,6,6,6,6,6,,7.013,22.773,23.339,9,6,6,6,6,6,6,The visualization provides all of the necessary information and is easy to read.,6.982,64.981,66.18,5,4,,8.116,14.811,15.577,5,2,7,3,4,1,5,6,14.989,38.293,39.003,3,1,4,2,4,2,4,8,7,,5.498,26.418,27.501,11,3,3,1,3,3,3,10.906,31.995,33.145,9,2,1,4.324,11.979,14.481,4,2,1987,Pennsylvania,7,2,1,,3,,,15,4,1,5.882,91.227,93.848,22,616dac30fd433eb926c5ceaa,"{""startTime"":1690227505425,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690227413229,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690227283320,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":26070,""label"":""hovered"",""timeHovered"":1267,""week"":""2021-04-12""},{""time"":28936,""label"":""hovered"",""timeHovered"":1918,""week"":""2021-06-14""},{""time"":33836,""label"":""hovered"",""timeHovered"":2435,""week"":""2021-04-12""},{""time"":42270,""label"":""hovered"",""timeHovered"":3267,""week"":""2022-01-24""},{""time"":49295,""label"":""tour_next"",""step"":2},{""time"":52751,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690227397378,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line +2023-07-24 15:32:21,2023-07-24 15:44:28,0,47.201.194.223,100,727,1,2023-07-24 15:44:29,R_Qid6uFoTUr6C10J,,,,,27.947,-82.7943,anonymous,EN,1,22.295,22.295,23.846,1,2,,2,2.573,2.573,4.017,1,0,0,15.111,0,33,31,36,21.083,27.427,28.905,3,26.708,32.364,58.404,2,1,1,20.672,42.345,44.519,2,1,1,51.765,67.365,69.342,2,-3,43.168,43.168,45.894,1,0,0,15.123,0,2,2,2,4,4,2,,10.039,40.063,42.742,7,1,2,1,1,2,1,"It is old data, which has since been disproven.",5.523,69.322,72.008,4,3,,6.135,6.135,8.198,1,2,7,3,4,1,5,6,0,0,20.521,0,3,3,6,4,3,4,5,5,,6.457,23.249,27.465,10,3,3,2,2,3,3,8.924,27.879,28.983,6,3,2,11.312,22,23.847,2,1,1956,Florida,3,2,1,,8,LARGO,,5,3,1,4.31,131.035,139.789,17,5d0e7ce13fe2d0001999c056,"{""startTime"":1690227485232,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690227349624,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690227229533,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":17085,""label"":""hovered"",""timeHovered"":3267,""week"":""2021-11-29""},{""time"":26704,""label"":""tour_next"",""step"":2},{""time"":32359,""label"":""tour_end"",""step"":2},{""time"":40289,""label"":""hovered"",""timeHovered"":8647,""week"":""2022-01-10""},{""time"":48941,""label"":""hovered"",""timeHovered"":2092,""week"":""2022-01-10""}]}","{""startTime"":1690227333859,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line +2023-07-24 15:26:44,2023-07-24 15:44:35,0,47.134.70.165,100,1071,1,2023-07-24 15:44:36,R_2E69f5DIHTxIo9p,,,,,36.7328,-76.5898,anonymous,EN,1,163.568,163.568,164.445,1,1,3,1,2.505,8.073,8.913,2,0,0,15.02,0,100,100,65,63.649,77.55,79.014,4,25.428,29.267,34.412,2,-2,1,42.622,57.836,59.115,2,1,-3,34.215,106.926,107.238,4,1,26.411,26.411,28.555,1,0,0,15.118,0,6,5,6,6,6,6,,16.433,67.419,67.871,7,7,7,7,4,5,6,I think the visualization shows the numbers for unvaccinated and vaccinated. I don't have a reason to doubt the information.,1.706,142.505,142.782,8,5,,9.534,9.534,11.7,1,2,7,3,4,1,5,6,0,0,21.983,0,2,7,8,9,9,5,10,10,,9.812,26.275,27.922,10,3,3,3,3,4,2,7.041,53.947,54.789,6,2,1,1.673,13.824,15.65,3,2,1968,Virginia,5,1,1,,9,,Suffolk,12,3,1,2.134,53.299,57.053,14,5f36e9589a54b113631fa759,"{""startTime"":1690227521059,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690227346061,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690227187553,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":25415,""label"":""tour_next"",""step"":2},{""time"":29253,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690227330201,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar +2023-07-24 14:51:58,2023-07-24 15:44:49,0,67.181.212.161,100,3170,1,2023-07-24 15:44:50,R_3iX8FlIu40pzmpn,,,,,36.7405,-119.7508,anonymous,EN,1,4.103,4.103,5.074,1,1,1,2,16.731,19.303,20.567,2,15.021,15.021,27.375,1,100,86,86,114.734,119.229,148.744,3,28.026,31.896,38.818,3,-2,-3,5.336,177.883,178.723,3,-3,-3,156.593,213.712,365.365,6,1,520.861,520.861,526.473,1,0,0,15.009,0,6,6,6,5,6,6,,55.681,69.074,72.19,6,5,6,6,5,2,6,It's a very simple graph that I can fact check with easy research,2.951,88.984,107.602,10,4,,19.095,22.48,24.399,2,2,7,3,4,1,5,6,0,0,1141.616,0,4,7,7,7,2,8,9,11,,7.215,32.625,72.878,8,4,4,2,2,4,4,12.831,27.022,30.669,6,4,2,2.05,11.418,13.011,2,1,2000,California,2,2,1,,8,Fresno,,6,4,1,2.157,76.395,79.587,33,62baf827477e9d1a60c5b66d,"{""startTime"":1690225498236,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":6873},{""label"":""window_focused"",""time"":55598}]}","{""startTime"":1690225373342,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_focused"",""time"":4561}]}","{""startTime"":1690224950861,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":13,""label"":""tour_started""},{""label"":""window_blurred"",""time"":4225},{""label"":""window_focused"",""time"":27509},{""time"":29235,""label"":""tour_next"",""step"":2},{""time"":31891,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690225357911,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_focused"",""time"":2481},{""label"":""window_blurred"",""time"":3855}]}",1,moderate,bar +2023-07-24 15:17:08,2023-07-24 15:44:59,0,47.197.85.115,100,1670,1,2023-07-24 15:44:59,R_ywnuS1L9CQTUOmR,,,,,27.7963,-82.6325,anonymous,EN,1,93.723,93.723,95.186,1,2,,1,2.632,2.632,4.28,1,0,0,15.006,0,62,43,29,18.742,33.224,34.58,3,37.329,50.425,57.859,3,1,1,28.269,37.644,38.94,2,-3,1,60.325,88.438,89.862,2,-3,58.784,58.784,61.062,1,0,0,15.012,0,3,3,3,7,7,3,I am sure the numbers are off because a lot of people never report having covid.,7.173,42.669,70.002,8,5,6,6,1,1,6,It is easy to understand and I like that it is interactive.,6.192,44.771,63.25,2,5,none,7.428,11.27,16.19,3,2,7,3,4,1,5,6,0,0,24.526,0,2,2,8,5,1,7,8,8,none,7.936,29.784,34.555,9,4,4,1,1,5,4,45.246,61.502,62.192,6,6,1,17.015,24.806,27.498,2,1,1972,Florida,2,2,1,,7,,,8,2,1,1.842,77.526,79.121,11,63322af704df5a6df504f985,"{""startTime"":1690227379162,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690227450266,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690227214995,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":5323,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2565,""week"":""1"",""id"":""chart""},{""time"":7970,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1666,""week"":""52"",""id"":""chart""},{""time"":23368,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1949,""week"":""44"",""id"":""chart""},{""label"":""window_blurred"",""time"":28397},{""label"":""window_focused"",""time"":37147},{""time"":37313,""label"":""tour_next"",""step"":2},{""time"":42743,""label"":""tour_end"",""step"":2},{""label"":""window_blurred"",""time"":46493},{""label"":""window_focused"",""time"":49733},{""time"":53023,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1509,""week"":""22"",""id"":""chart""},{""time"":55791,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1122,""week"":""19"",""id"":""chart""}]}","{""startTime"":1690227363544,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":8772,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1374,""week"":""2"",""id"":""chart""},{""time"":10863,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1920,""week"":""1"",""id"":""chart""}]}",1,moderate,bar +2023-07-24 15:26:43,2023-07-24 15:45:17,0,68.46.168.27,100,1113,1,2023-07-24 15:45:17,R_TbUg2DM6xq5P3A5,,,,,42.8704,-85.6682,anonymous,EN,1,6.859,7.605,8.344,2,1,3,2,1.712,3.306,6.858,2,0,0,15.015,0,95,89,11,10.974,24.032,24.721,6,16.306,62.284,103.191,8,1,1,1.979,127.084,128.944,13,-3,-3,71.623,150.839,153.502,7,1,29.16,36.196,36.583,3,9.208,9.272,15.008,2,7,6,7,7,7,7,I would like the data to give me information about how many deaths occurred as well.,77.994,115.307,115.983,13,6,7,6,7,5,7,It appears to have plenty of research and be done by a scientist or researcher. ,1.222,29.698,32.337,4,6,I believe that most people are good and have positive intentions.,4.577,5.475,17.769,2,2,7,3,4,1,5,6,0,0,17.706,0,1,6,4,4,3,2,11,9,,75.435,103.993,104.795,16,2,1,4,5,2,1,4.696,16.698,17.371,8,1,1,2.858,15.952,16.921,7,2,1991,Michigan,6,2,1,,7,,,9,4,2,2.105,64.813,65.966,21,5ae0afd709eae20001131fb9,"{""startTime"":1690227270035,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":2950},{""label"":""window_focused"",""time"":77914},{""time"":80293,""label"":""started_brush"",""startDate"":""2021-10-22"",""endDate"":""2022-02-07""}]}","{""startTime"":1690227052508,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":7392,""label"":""started_brush"",""startDate"":""2021-09-27"",""endDate"":""2022-02-01""},{""time"":9780,""label"":""moved_brush"",""startDate"":""2021-09-10"",""endDate"":""2022-02-01""},{""time"":11853,""label"":""moved_brush"",""startDate"":""2021-10-29"",""endDate"":""2022-02-01""},{""label"":""window_blurred"",""time"":74079},{""label"":""window_focused"",""time"":167310}]}","{""startTime"":1690226896048,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":16297,""label"":""tour_next"",""step"":5},{""time"":20334,""label"":""tour_back"",""step"":5},{""time"":25412,""label"":""tour_next"",""step"":5},{""time"":38992,""label"":""started_brush"",""startDate"":""2021-04-29"",""endDate"":""2021-09-04""},{""time"":39455,""label"":""cleared_brush"",""using"":""Click""},{""time"":40869,""label"":""started_brush"",""startDate"":""2021-07-01"",""endDate"":""2021-09-04""},{""time"":42616,""label"":""tour_next"",""step"":5},{""time"":48884,""label"":""moved_brush"",""startDate"":""2021-05-10"",""endDate"":""2021-09-04""},{""time"":50060,""label"":""tour_next"",""step"":5},{""time"":54305,""label"":""cleared_brush"",""using"":""Click""},{""time"":55716,""label"":""tour_next"",""step"":5},{""time"":62284,""label"":""tour_end"",""step"":5},{""time"":74220,""label"":""started_brush"",""startDate"":""2021-10-31"",""endDate"":""2022-02-07""},{""time"":77014,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":9595,""week"":""1"",""id"":""chart""},{""time"":86702,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2625,""week"":""2"",""id"":""chart""},{""time"":91559,""label"":""moved_brush"",""startDate"":""2021-09-18"",""endDate"":""2022-02-07""},{""time"":92352,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":2708,""week"":""52"",""id"":""chart""}]}","{""startTime"":1690227036945,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar +2023-07-24 15:35:46,2023-07-24 15:46:40,0,172.58.166.139,100,653,1,2023-07-24 15:46:41,R_s8c6YJJBanlAjN7,,,,,41.804,-87.707,anonymous,EN,1,5.6,6.493,7.354,2,1,3,1,1.952,6.597,7.697,3,0,0,15.015,0,73,14,16,25.4,35.967,37.307,5,6.039,85.002,86.516,9,1,-2,13.397,35.75,37.001,5,1,1,25.131,45.448,46.852,6,1,79.749,106.277,107.224,6,6.764,6.764,15.114,1,6,5,5,5,6,5,none. some questions on the previous page were blank,12.867,32.692,47.265,10,5,5,5,4,4,5,"i assume the data is correct. thus, i trust it.",3.842,28.985,30.479,6,6,none,3.535,9.255,10.37,5,2,7,3,4,1,5,6,8.469,19.172,20.138,2,4,7,7,7,8,4,10,9,none,5.153,27.856,30.762,11,5,5,1,1,5,5,2.485,21.972,23.24,10,3,1,4.275,11.772,13.915,4,1,1967,Illinois,9,3,1,,7,,,17,3,2,3.087,66.614,67.861,26,6445af97679d97a6911943d4,"{""startTime"":1690227695466,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690227635692,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":3368,""label"":""started_brush"",""startDate"":""2021-06-09"",""endDate"":""2021-12-19""}]}","{""startTime"":1690227425228,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":25487,""label"":""tour_next"",""step"":5},{""time"":38273,""label"":""cleared_brush"",""using"":""click""},{""time"":42257,""label"":""started_brush"",""startDate"":""2021-06-05"",""endDate"":""2021-08-24""},{""time"":43309,""label"":""tour_next"",""step"":5},{""time"":60786,""label"":""moved_brush"",""startDate"":""2021-08-14"",""endDate"":""2021-11-02""},{""time"":61682,""label"":""tour_next"",""step"":5},{""time"":70531,""label"":""cleared_brush"",""using"":""click""},{""time"":72968,""label"":""tour_next"",""step"":5},{""time"":81743,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690227619844,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":8206,""label"":""cleared_brush"",""using"":""click""},{""time"":9772,""label"":""cleared_brush"",""using"":""click""},{""time"":15424,""label"":""started_brush"",""startDate"":""2021-05-17"",""endDate"":""2021-07-19""},{""time"":15707,""label"":""moved_brush"",""startDate"":""2021-05-17"",""endDate"":""2021-07-19""}]}",1,complex,line +2023-07-24 15:39:53,2023-07-24 15:49:25,0,32.219.123.253,100,571,1,2023-07-24 15:49:25,R_9mhlWUljfhty0DL,,,,,41.3054,-73.1217,anonymous,EN,1,6.401,6.401,7.44,1,1,2,1,3.136,5.444,6.53,2,0,0,15.117,0,67,28,27,23.964,29.5,31.193,3,13.905,17.609,25.522,2,1,1,17.626,37.687,39.309,2,-3,1,45.011,55.639,57.292,2,-3,23.694,23.694,25.172,1,0,0,15.118,0,4,2,4,3,6,4,,8.753,68.025,70.386,8,2,3,2,1,1,4,"This is presented in a survey, not anywhere official.",2.509,52.466,66.707,5,4,,4.461,4.967,8.177,2,2,3,4,5,1,6,7,0,0,11.24,0,1,2,6,6,4,4,8,8,,4.309,29.322,32.446,10,4,4,1,1,5,4,4.218,39.636,41.02,6,4,4,3.132,9.568,11.423,2,1,1975,Connecticut,6,2,1,,7,,,11,4,1,2.267,58.25,65.552,16,644ca5dc0dc3b5019e8f0469,"{""startTime"":1690227762571,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":26231},{""label"":""window_focused"",""time"":50145}]}","{""startTime"":1690227833266,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690227663713,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":4,""label"":""tour_started""},{""time"":13904,""label"":""tour_next"",""step"":2},{""time"":17607,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690227747079,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":1636,""label"":""hovered"",""timeHovered"":1169,""week"":""2022-01-10""},{""time"":5136,""label"":""hovered"",""timeHovered"":1137,""week"":""2022-01-17""},{""time"":6615,""label"":""hovered"",""timeHovered"":2188,""week"":""2022-01-17""}]}",1,moderate,line +2023-07-24 15:34:10,2023-07-24 15:49:27,0,24.154.189.106,100,917,1,2023-07-24 15:49:27,R_25LM3BeK6xJ3Mkk,,,,,40.8795,-79.93,anonymous,EN,1,19.13,19.13,20.604,1,1,4,2,3.481,7.145,11.775,2,0,0,15.007,0,66,69,50,13.757,23.526,24.693,5,15.025,163.685,168.379,39,1,1,30.32,61.301,62.514,4,-3,1,39.832,52.228,53.841,2,1,33.214,33.214,34.826,1,0,0,15.009,0,7,7,2,7,7,7,,13.452,31.168,38.067,7,5,5,5,4,5,4,I don't know where the resources come from,5.503,51.178,52.34,6,5,,9.305,11.165,13.867,2,2,7,3,4,1,6,5,11.917,69.439,73.162,3,2,8,8,8,8,7,8,7,,5.463,31.782,33.108,9,4,4,3,4,4,3,3.007,49.731,51.326,6,4,4,7.519,21.679,24.978,3,2,1980,Pennsylvania,6,1,1,,2,,,16,2,1,3.979,155.649,163.437,41,5ed2f70cae98302901c31d4f,"{""startTime"":1690227643240,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690227566705,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690227347026,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":7175,""label"":""hovered"",""timeHovered"":4717,""week"":""2022-01-31""},{""time"":12952,""label"":""hovered"",""timeHovered"":1348,""week"":""2022-01-24""},{""time"":20278,""label"":""tour_next"",""step"":5},{""time"":35217,""label"":""tour_back"",""step"":5},{""time"":46079,""label"":""tour_next"",""step"":5},{""time"":80246,""label"":""started_brush"",""startDate"":""2021-05-19"",""endDate"":""2021-05-21""},{""time"":82655,""label"":""tour_next"",""step"":5},{""time"":88986,""label"":""cleared_brush"",""using"":""click""},{""time"":90269,""label"":""cleared_brush"",""using"":""click""},{""time"":91766,""label"":""cleared_brush"",""using"":""click""},{""time"":93295,""label"":""cleared_brush"",""using"":""click""},{""time"":94164,""label"":""cleared_brush"",""using"":""click""},{""time"":95256,""label"":""cleared_brush"",""using"":""click""},{""time"":96183,""label"":""cleared_brush"",""using"":""click""},{""time"":114854,""label"":""started_brush"",""startDate"":""2021-06-05"",""endDate"":""2021-07-08""},{""time"":117453,""label"":""cleared_brush"",""using"":""click""},{""time"":121151,""label"":""cleared_brush"",""using"":""click""},{""time"":127355,""label"":""started_brush"",""startDate"":""2021-11-08"",""endDate"":""2021-12-09""},{""time"":145889,""label"":""moved_brush"",""startDate"":""2021-10-17"",""endDate"":""2021-12-09""},{""time"":148009,""label"":""tour_next"",""step"":5},{""time"":156245,""label"":""cleared_brush"",""using"":""click""},{""time"":160515,""label"":""tour_next"",""step"":5},{""time"":163617,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690227551298,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line +2023-07-24 15:40:13,2023-07-24 15:49:31,0,216.126.212.173,100,558,1,2023-07-24 15:49:32,R_2bNoWOMaRaWhM90,,,,,44.9834,-93.2622,anonymous,EN,1,8.98,8.98,10.357,1,1,2,2,1.472,9.013,10.028,3,0,0,15.013,0,100,100,0,22.502,28.472,29.702,3,15.528,22.795,40.66,2,1,1,26.742,37.304,39.2,2,-3,1,20.402,27.157,29.507,2,1,17.577,17.577,18.987,1,0,0,15.028,0,6,3,1,7,7,7,,14.695,31.543,34.701,6,7,7,7,4,7,7,The data is easily understandable and realistic.,3.429,65.196,67.967,11,5,,11.734,11.734,13.905,1,2,7,3,4,1,5,6,0,0,22.353,0,3,6,6,10,8,8,11,9,,4.664,19.062,21.102,8,2,4,1,4,5,4,20.178,47.996,49.163,7,4,1,9.331,17.381,17.7,4,1,1971,Minnesota,3,1,1,,8,Minneapolis,,5,4,2,3.391,62.843,70.132,11,614f39b82ccdbdd51c76cc50,"{""startTime"":1690227802972,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690227709665,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690227612668,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":5940,""label"":""hovered"",""timeHovered"":1965,""week"":""2022-01-03""},{""time"":15509,""label"":""tour_next"",""step"":2},{""time"":22775,""label"":""tour_end"",""step"":2},{""time"":8006,""label"":""hovered"",""timeHovered"":17151,""week"":""2022-01-10""},{""time"":26075,""label"":""hovered"",""timeHovered"":1437,""week"":""2022-01-03""},{""time"":28519,""label"":""hovered"",""timeHovered"":1187,""week"":""2021-08-16""},{""time"":30525,""label"":""hovered"",""timeHovered"":2532,""week"":""2021-06-07""},{""time"":33658,""label"":""hovered"",""timeHovered"":3130,""week"":""2021-04-12""}]}","{""startTime"":1690227693859,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line +2023-07-24 15:37:28,2023-07-24 15:49:37,0,99.68.58.81,100,729,1,2023-07-24 15:49:37,R_2SlaEGjN8UOAU6x,,,,,37.8245,-83.7811,anonymous,EN,1,35.958,35.958,43.622,1,1,4,2,1.917,3.3,5.873,2,0,0,15.014,0,77,0,74,31.442,40.218,41.159,3,10.262,28.597,89.594,3,-1,-2,37.232,62.096,63.432,2,1,1,52.726,67.549,99.596,2,1,55.419,55.419,56.267,1,0,0,15.115,0,4,4,6,6,7,6,,10.261,29.909,33.954,6,6,7,7,4,4,6,I trust the source of the information,2.102,2.102,18.557,1,7,,3.502,3.502,6.421,1,2,7,3,4,1,5,6,0,0,19.319,0,4,7,9,9,9,7,10,8,,5.952,22.616,25.509,8,5,3,2,1,5,5,6.784,21.519,22.72,6,2,1,10.178,18.609,21.984,3,2,1952,Kentucky,6,2,1,,7,,,3,4,1,2.846,68.741,81.662,15,55a28851fdf99b602e6b05dd,"{""startTime"":1690227774324,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690227808847,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690227568325,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":17331,""label"":""hovered"",""timeHovered"":2351,""week"":""2021-12-27""},{""time"":23994,""label"":""tour_next"",""step"":2},{""time"":28586,""label"":""tour_end"",""step"":2},{""time"":20467,""label"":""hovered"",""timeHovered"":13463,""week"":""2021-04-19""},{""time"":35079,""label"":""hovered"",""timeHovered"":26196,""week"":""2021-04-12""},{""time"":69214,""label"":""hovered"",""timeHovered"":3244,""week"":""2021-04-19""},{""time"":80931,""label"":""hovered"",""timeHovered"":2120,""week"":""2021-10-25""}]}","{""startTime"":1690227758619,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":13354,""label"":""hovered"",""timeHovered"":1907,""week"":""2022-01-24""}]}",1,moderate,line +2023-07-24 15:36:18,2023-07-24 15:49:52,0,65.140.94.66,100,814,1,2023-07-24 15:49:53,R_1f7KNMitsp9dWDY,,,,,39.7388,-104.9868,anonymous,EN,1,10.97,11.434,12.346,2,1,2,2,1.845,9.457,11.033,3,0,0,15.008,0,80,88,76,20.877,50.372,51.756,6,2.832,9.24,21.194,3,1,-2,6.66,10.618,13.004,2,-1,1,3.218,8.778,18.754,2,-2,47.874,49.316,49.944,2,0,0,15.085,0,6,5,6,5,5,6,no comments,5.161,19.717,29.578,7,6,5,5,5,6,7,I like the colors that were chosen and a large number of people will like the colors too,2.694,116.401,123.058,7,3,no comments,5.973,8.783,17.337,4,2,7,3,4,1,5,6,0,0,24.987,0,6,9,7,8,7,9,10,9,no comments,5.464,17.36,24.816,10,4,4,2,2,4,4,2.476,23.536,25.548,6,6,2,2.463,7.085,9.301,2,1,1980,Colorado,7,3,1,,3,,,5,3,1,3.8,125.337,128.017,13,63f79194eb27c9dc523185bd,"{""startTime"":1690227754985,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690227597987,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":27535},{""label"":""window_focused"",""time"":31036}]}","{""startTime"":1690227523594,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":2817,""label"":""tour_next"",""step"":2},{""time"":4323,""label"":""tour_end"",""step"":2},{""label"":""window_blurred"",""time"":16294},{""label"":""window_focused"",""time"":18936}]}","{""startTime"":1690227576244,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":10203},{""label"":""window_focused"",""time"":14856}]}",1,simple,line +2023-07-24 15:40:04,2023-07-24 15:50:06,0,108.206.240.128,100,602,1,2023-07-24 15:50:07,R_3NOkjScDR5ooFQY,,,,,34.5268,-92.9587,anonymous,EN,1,4.973,4.973,6.4,1,2,,2,1.499,1.499,3.383,1,0,0,15.02,0,73,95,69,33.67,41.861,43.28,3,27.164,69.276,72.795,11,1,1,27.69,46.386,48.368,2,1,1,28.247,38.399,39.927,2,1,24.816,24.816,45.816,1,0,0,15.022,0,2,2,2,6,5,2,It has been proven that CDC data cannot be trusted.,7.494,53.348,61.953,13,2,6,5,2,2,1,CD data has been proven to not be trusted.,2.707,41.459,45.369,12,3,"What was this about: ""Click to write the question text""",6.371,34.019,35.439,5,2,7,3,4,1,5,6,14.081,14.081,16.006,1,2,4,5,5,1,4,8,7,,4.802,18.187,23.527,8,3,4,2,3,4,4,8.004,24.936,25.963,6,6,1,3.529,8.69,12.388,2,1,1963,Arkansas,6,2,1,,7,,,5,4,2,2.635,37.804,42.567,11,5be2e7e491deed00015adcb0,"{""startTime"":1690227823698,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690227886687,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690227686748,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":17451,""label"":""hovered"",""timeHovered"":1763,""week"":""2022-01-10""},{""time"":27147,""label"":""tour_next"",""step"":5},{""time"":43421,""label"":""started_brush"",""startDate"":""2021-05-19"",""endDate"":""2022-01-31""},{""time"":44835,""label"":""tour_next"",""step"":5},{""time"":50342,""label"":""moved_brush"",""startDate"":""2021-05-31"",""endDate"":""2022-02-13""},{""time"":51364,""label"":""tour_next"",""step"":5},{""time"":62447,""label"":""cleared_brush"",""using"":""click""},{""time"":63788,""label"":""tour_next"",""step"":5},{""time"":69259,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690227807568,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":6132,""label"":""hovered"",""timeHovered"":5301,""week"":""2021-12-27""}]}",1,complex,line +2023-07-24 15:40:55,2023-07-24 15:50:07,0,107.145.168.111,100,552,1,2023-07-24 15:50:08,R_PIIDlyhH7e8D0E9,,,,,29.2866,-81.0869,anonymous,EN,1,3.329,3.329,4.448,1,2,,2,1.391,1.391,2.466,1,0,0,15.116,0,100,100,50,12.945,25.866,26.741,4,3.534,6.121,9.7,2,-1,-3,36.479,46.07,48.57,2,1,-3,31.388,45.365,46.544,2,-3,32.601,32.601,33.913,1,0,0,15.117,0,6,6,4,6,6,6, no,3.601,25.386,27.15,12,4,6,6,6,6,6,It looks legit of what happened,2.087,32.476,33.68,6,2,no,4.796,6.593,9.913,2,2,3,4,5,1,6,7,0,0,11.555,0,3,6,9,6,6,6,9,9,no,4.58,20.543,23.193,10,1,1,5,5,1,1,2.752,15.23,16.136,6,6,2,3.206,11.699,12.998,3,1,1965,New Jersey,2,3,1,,7,,,1,4,2,2.365,40.543,46.434,11,610c54c190d4d2399972b294,"{""startTime"":1690227984895,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690227907280,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690227834519,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":3525,""label"":""tour_next"",""step"":2},{""time"":6111,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690227891743,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar +2023-07-24 15:22:34,2023-07-24 15:50:43,0,172.56.112.103,100,1689,1,2023-07-24 15:50:44,R_1Q5tnO40mK6tz7Z,,,,,41.815,-71.3663,anonymous,EN,1,4.361,197.892,199.032,5,1,2,1,3.585,33.976,35.2,7,0,0,15.017,0,69,100,84,15.795,64.723,65.741,8,5.034,84.586,88.336,9,1,-3,18.874,58.98,61.459,4,1,-3,42.632,67.747,69.033,9,1,4.385,78.146,79.965,9,0,0,15.014,0,5,5,5,7,7,5,,6.393,21.976,23.301,10,5,7,6,4,4,4,It's hard to tell without having confirmation as to where the info came from.,30.589,284.794,306.896,25,3,,5.214,6.456,7.304,2,2,7,3,4,1,5,6,6.655,17.41,18.302,2,2,4,3,5,5,3,9,8,,3.013,20.53,22.246,12,3,4,2,1,5,4,2.584,18.6,19.464,10,3,2,3.367,10.159,11.326,5,1,1997,Maine,5,2,1,,8,BATH,,5,3,2,5.161,86.089,87.161,25,5eae37af3ac6885048af8db3,"{""startTime"":1690227907383,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690227080962,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":261313},{""label"":""window_focused"",""time"":286567}]}","{""startTime"":1690226894548,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":26253,""label"":""tour_next"",""step"":5},{""time"":42881,""label"":""started_brush"",""startDate"":""2021-05-18"",""endDate"":""2021-08-14""},{""time"":45230,""label"":""tour_next"",""step"":5},{""time"":54678,""label"":""moved_brush"",""startDate"":""2021-06-30"",""endDate"":""2021-09-27""},{""time"":56820,""label"":""moved_brush"",""startDate"":""2021-07-29"",""endDate"":""2021-09-27""},{""time"":58097,""label"":""tour_next"",""step"":5},{""time"":64406,""label"":""cleared_brush"",""using"":""click""},{""time"":69844,""label"":""tour_next"",""step"":5},{""time"":79015,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690227064749,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line +2023-07-24 15:38:05,2023-07-24 15:50:44,0,98.143.11.83,100,759,1,2023-07-24 15:50:45,R_1dblGwk2DZreT8Z,,,,,35.3833,-85.3945,anonymous,EN,1,25.206,25.206,26.514,1,2,,2,2.062,2.062,3.307,1,0,0,15.011,0,95,76,16,57.101,65.074,67.226,4,14.583,21.035,52.978,2,-2,1,25.03,46.657,52.137,2,-3,1,49.58,90.001,91.781,2,1,30.19,30.19,52.418,1,0,0,15.013,0,6,6,6,6,6,6,None,9.874,22.327,25.74,7,6,7,7,2,5,6,"I trust it because it provides information that I believe to be accurate. It gives more information about all aspects of the chart, in detail.",1.6,91.21,95.204,8,6,None,4.537,6.269,9.909,2,2,7,3,4,1,5,6,8.116,8.116,27.418,1,7,8,9,10,6,8,11,9,None,5.234,23.895,27.968,13,4,5,1,2,3,5,10.284,55.473,56.719,7,5,2,4.441,12.422,14.999,3,1,1973,Tennessee,3,1,1,,7,,,11,3,1,3.078,49.859,65.272,15,60171c9b1a726593103182b3,"{""startTime"":1690227905774,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690227774561,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":15,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4824,""week"":""1"",""id"":""chart""},{""time"":9493,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1213,""week"":""1"",""id"":""chart""}]}","{""startTime"":1690227613624,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":14579,""label"":""tour_next"",""step"":2},{""time"":21032,""label"":""tour_end"",""step"":2},{""time"":21895,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1898,""week"":""52"",""id"":""chart""},{""time"":24280,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1747,""week"":""52"",""id"":""chart""},{""time"":26048,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2167,""week"":""1"",""id"":""chart""},{""time"":29511,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2036,""week"":""4"",""id"":""chart""}]}","{""startTime"":1690227759237,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar +2023-07-24 15:26:06,2023-07-24 15:51:20,0,97.122.245.252,100,1514,1,2023-07-24 15:51:21,R_3m4qwXq4u6fEGqK,,,,,39.7593,-104.9651,anonymous,EN,1,9.756,9.756,11.875,1,1,3,2,3.761,5.981,7.609,2,3.474,14.858,15.067,5,86,89,37,29.422,49.791,51.354,4,49.305,302.826,384.316,23,1,1,29.755,58.245,63.041,2,1,1,70.776,178.645,180.364,3,1,19.472,60.744,64.033,2,0,0,15.154,0,6,5,5,6,7,5,Nothing to add.,16.668,48.832,61.366,7,3,5,6,3,5,5,"The CDC has been a reliable source of evidence-based information over the years, but it is also essential to stay vigilant and keep in mind that new information may emerge over time as scientific understanding evolves.",88.666,311.014,321.989,15,4,Nothing to add.,10.34,37.003,38.867,3,2,7,3,4,1,5,6,0,0,23.732,0,2,3,4,5,4,3,9,8,None.,6.72,33.195,40.619,9,3,4,2,2,5,4,10.461,25.378,26.74,7,2,1,9.721,16.814,18.68,2,1,1963,Colorado,6,2,1,,7,,,7,4,2,3.383,68.963,114.587,12,5dd06a074ad3e2149c884661,"{""startTime"":1690227335438,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":3533,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1696,""week"":""51"",""id"":""chart""}]}","{""startTime"":1690227398139,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":27444,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2951,""week"":""2"",""id"":""chart""}]}","{""startTime"":1690226869294,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":66,""label"":""tour_started""},{""time"":23799,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":21975,""week"":""49"",""id"":""chart""},{""time"":46562,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1117,""week"":""40"",""id"":""chart""},{""time"":49287,""label"":""tour_next"",""step"":5},{""time"":79561,""label"":""cleared_brush"",""using"":""Click""},{""time"":88948,""label"":""cleared_brush"",""using"":""Click""},{""time"":91377,""label"":""cleared_brush"",""using"":""Click""},{""time"":92926,""label"":""cleared_brush"",""using"":""Click""},{""time"":93767,""label"":""cleared_brush"",""using"":""Click""},{""time"":108533,""label"":""cleared_brush"",""using"":""Click""},{""time"":110252,""label"":""cleared_brush"",""using"":""Click""},{""time"":113049,""label"":""cleared_brush"",""using"":""Click""},{""time"":116599,""label"":""moved_brush"",""startDate"":""2021-09-28"",""endDate"":""2022-02-07""},{""time"":120450,""label"":""moved_brush"",""startDate"":""2021-05-19"",""endDate"":""2021-09-28""},{""time"":124139,""label"":""moved_brush"",""startDate"":""2021-05-19"",""endDate"":""2021-09-28""},{""time"":131677,""label"":""moved_brush"",""startDate"":""2021-05-19"",""endDate"":""2021-09-28""},{""time"":132362,""label"":""moved_brush"",""startDate"":""2021-05-19"",""endDate"":""2021-09-28""},{""time"":139118,""label"":""tour_back"",""step"":5},{""time"":147783,""label"":""tour_next"",""step"":5},{""time"":155332,""label"":""moved_brush"",""startDate"":""2021-09-15"",""endDate"":""2022-01-25""},{""time"":159454,""label"":""cleared_brush"",""using"":""Click""},{""time"":161410,""label"":""cleared_brush"",""using"":""Click""},{""time"":170078,""label"":""cleared_brush"",""using"":""Click""},{""time"":181735,""label"":""cleared_brush"",""using"":""Click""},{""time"":181948,""label"":""cleared_brush"",""using"":""Click""},{""time"":189272,""label"":""cleared_brush"",""using"":""Click""},{""time"":192213,""label"":""cleared_brush"",""using"":""Click""},{""time"":195637,""label"":""moved_brush"",""startDate"":""2021-08-12"",""endDate"":""2021-11-28""},{""time"":198724,""label"":""moved_brush"",""startDate"":""2021-08-12"",""endDate"":""2021-11-28""},{""time"":222807,""label"":""moved_brush"",""startDate"":""2021-05-25"",""endDate"":""2021-09-10""},{""time"":225016,""label"":""moved_brush"",""startDate"":""2021-05-25"",""endDate"":""2021-10-31""},{""time"":227863,""label"":""cleared_brush"",""using"":""Click""},{""time"":230002,""label"":""cleared_brush"",""using"":""Click""},{""time"":232629,""label"":""cleared_brush"",""using"":""Click""},{""time"":238522,""label"":""cleared_brush"",""using"":""Click""},{""time"":239865,""label"":""cleared_brush"",""using"":""Click""},{""time"":247226,""label"":""started_brush"",""startDate"":""2021-12-30"",""endDate"":""2022-02-07""},{""time"":257397,""label"":""tour_next"",""step"":5},{""time"":273935,""label"":""moved_brush"",""startDate"":""2021-12-30"",""endDate"":""2022-02-07""},{""time"":283940,""label"":""tour_next"",""step"":5},{""time"":289809,""label"":""cleared_brush"",""using"":""Click""},{""time"":294677,""label"":""tour_next"",""step"":5},{""time"":302807,""label"":""tour_end"",""step"":5},{""time"":335448,""label"":""cleared_brush"",""using"":""Click""},{""time"":336066,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1561,""week"":""51"",""id"":""chart""},{""time"":337648,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":9351,""week"":""52"",""id"":""chart""},{""time"":347672,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":20666,""week"":""43"",""id"":""chart""},{""time"":374286,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2761,""week"":""52"",""id"":""chart""}]}","{""startTime"":1690227319290,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":7547,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2085,""week"":""51"",""id"":""chart""},{""time"":10556,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1254,""week"":""46"",""id"":""chart""}]}",1,complex,bar +2023-07-24 15:41:00,2023-07-24 15:51:36,0,24.227.76.194,100,636,1,2023-07-24 15:51:37,R_vo6s32aoZa2zJ7j,,,,,27.9032,-82.2911,anonymous,EN,1,3.187,12.575,14.136,6,1,1,2,2.175,6.245,9.37,2,0,0,15.12,0,60,64,50,6.123,29.443,32.032,8,23.788,31.906,35.39,2,1,-3,3.042,62.198,64.352,10,-3,-3,27.492,49.625,51.147,7,1,29.718,32.593,34.299,2,3.601,3.601,15.02,1,5,2,3,6,5,3,,2.279,30.699,32.169,9,2,6,3,2,1,2,It doesn't provide all info including how many caught it after being vaccinated or side effects.,4.038,43.952,51.241,2,3,,8.479,11.197,14.049,3,2,7,3,4,1,5,6,47.565,47.565,49.174,1,2,2,8,7,3,7,7,8,,6.262,29.99,32.361,9,3,4,2,3,4,3,8.572,29.365,30.918,7,4,2,4.269,19.003,20.957,4,1,1971,Florida,7,2,1,,7,,,6,2,1,6.428,61.545,63.966,17,5ef9f528c7ae587afa25fe9b,"{""startTime"":1690227957706,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690227869986,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690227753306,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":22,""label"":""tour_started""},{""time"":10961,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1658,""week"":""29"",""id"":""chart""},{""time"":14759,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7205,""week"":""1"",""id"":""chart""},{""time"":23781,""label"":""tour_next"",""step"":2},{""time"":27746,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1114,""week"":""1"",""id"":""chart2""},{""time"":31899,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690227854127,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar +2023-07-24 15:17:19,2023-07-24 15:52:52,0,73.202.170.228,100,2133,1,2023-07-24 15:52:53,R_RDDhGRbGG0oO305,,,,,37.3313,-121.8401,anonymous,EN,1,106.316,106.316,108.243,1,1,3,2,6.369,10.562,11.918,2,0,0,15.017,0,100,100,96,19.547,46.828,48.29,3,10.459,320.972,328.431,28,1,1,34.003,230.418,234.857,5,-3,1,22.653,183.85,191.586,22,1,23.392,105.75,106.83,6,0,0,15.113,0,7,7,7,7,7,7,,9.371,18.866,23.693,6,7,7,6,6,6,6,I think this visualization is authentic.,1.777,249.836,264.874,16,6,,8.81,16.16,27.187,4,2,7,3,4,1,5,6,0,0,260.338,0,11,10,8,9,8,9,9,11,,3.127,67.444,69.247,23,3,4,5,4,5,4,12.96,34.645,37.16,11,1,2,8.597,20.647,157.963,3,2,2001,California,5,3,1,,2,,,11,2,1,3.609,167.966,183.62,15,5f556bd46e6c4c93a5a90c77,"{""startTime"":1690227175645,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690226890941,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690226438304,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":2461,""label"":""hovered"",""timeHovered"":1114,""week"":""2021-11-29""},{""time"":15825,""label"":""hovered"",""timeHovered"":1157,""week"":""2021-11-22""},{""time"":18641,""label"":""hovered"",""timeHovered"":5163,""week"":""2021-12-20""},{""time"":23806,""label"":""hovered"",""timeHovered"":4249,""week"":""2021-12-27""},{""time"":84057,""label"":""tour_next"",""step"":5},{""time"":103671,""label"":""tour_back"",""step"":5},{""time"":108682,""label"":""tour_next"",""step"":5},{""time"":120228,""label"":""tour_back"",""step"":5},{""time"":130907,""label"":""tour_next"",""step"":5},{""time"":136947,""label"":""cleared_brush"",""using"":""click""},{""time"":177089,""label"":""cleared_brush"",""using"":""click""},{""time"":183745,""label"":""tour_back"",""step"":5},{""time"":198089,""label"":""tour_next"",""step"":5},{""time"":253773,""label"":""cleared_brush"",""using"":""click""},{""time"":259249,""label"":""started_brush"",""startDate"":""2021-06-22"",""endDate"":""2021-09-25""},{""time"":260542,""label"":""tour_next"",""step"":5},{""time"":283430,""label"":""started_brush"",""startDate"":""2021-05-28"",""endDate"":""2021-08-15""},{""time"":284062,""label"":""moved_brush"",""startDate"":""2021-05-28"",""endDate"":""2021-08-15""},{""time"":287920,""label"":""moved_brush"",""startDate"":""2021-05-28"",""endDate"":""2021-12-07""},{""time"":288702,""label"":""tour_next"",""step"":5},{""time"":294218,""label"":""moved_brush"",""startDate"":""2021-06-02"",""endDate"":""2021-12-12""},{""time"":295958,""label"":""moved_brush"",""startDate"":""2021-07-23"",""endDate"":""2022-02-01""},{""time"":300535,""label"":""moved_brush"",""startDate"":""2021-07-23"",""endDate"":""2022-02-01""},{""time"":301639,""label"":""moved_brush"",""startDate"":""2021-10-13"",""endDate"":""2022-02-01""},{""time"":302440,""label"":""moved_brush"",""startDate"":""2021-10-14"",""endDate"":""2022-02-02""},{""time"":303305,""label"":""cleared_brush"",""using"":""click""},{""time"":305483,""label"":""started_brush"",""startDate"":""2021-06-05"",""endDate"":""2021-11-06""},{""time"":307833,""label"":""moved_brush"",""startDate"":""2021-07-08"",""endDate"":""2021-12-09""},{""time"":309163,""label"":""tour_next"",""step"":5},{""time"":320961,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690226875556,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line +2023-07-24 15:30:16,2023-07-24 15:53:10,0,68.194.253.24,100,1374,1,2023-07-24 15:53:10,R_3R4mZiYS6o2z5Nw,,,,,40.7801,-73.2458,anonymous,EN,1,3.513,3.513,4.63,1,1,2,1,1.615,3.84,5.274,2,0,0,15.116,0,97,94,50,7.01,23.203,25.117,5,17.087,28.103,36.676,3,1,1,21.563,40.218,41.584,2,1,1,35.114,47.819,49.768,2,1,22.445,22.445,23.378,1,0,0,15.012,0,5,5,5,6,7,5,On the previous page there were questions that were not completed,7.463,28.623,69.883,11,6,6,6,4,2,6,The visualization is relatively easy to understand. The numbers represented in the graph seem to fit what I would expect.,1.97,68.922,74.287,6,4,"On the page that asked an open ended question about trusting the visualization, there were questions below that were incomplete/didn't ask actual questions",5.509,6.205,61.026,2,2,7,3,4,1,5,6,0,0,14.401,0,3,3,8,8,6,7,10,10,,3.163,12.156,14.162,8,4,4,2,2,4,4,7.091,18.308,20.168,6,3,2,79.04,84.249,85.6,2,1,1972,New York,6,3,1,,7,,,17,4,1,1.994,297.161,303.743,33,5c2fae74d76cde0001c11590,"{""startTime"":1690227270752,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690227172153,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690227076991,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":3,""label"":""tour_started""},{""time"":6908,""label"":""hovered"",""timeHovered"":3493,""week"":""2021-11-22""},{""time"":11100,""label"":""hovered"",""timeHovered"":2112,""week"":""2022-01-03""},{""time"":17083,""label"":""tour_next"",""step"":2},{""time"":23762,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690227156810,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":1535,""label"":""hovered"",""timeHovered"":2057,""week"":""2022-01-03""}]}",1,simple,line +2023-07-24 15:29:03,2023-07-24 15:53:23,0,71.135.73.157,100,1459,1,2023-07-24 15:53:23,R_2e8MBq5ArLKDpso,,,,,33.6004,-83.8562,anonymous,EN,1,10.266,155.521,157.263,12,1,4,2,3.166,8.896,10.449,3,0,0,15.113,0,100,100,0,6.58,55.884,57.043,8,5.247,271.273,273.948,16,1,1,99.397,140.307,141.861,7,-3,-3,61.004,128.505,132.314,7,-2,37.417,65.031,66.6,4,13.819,13.819,15.009,1,6,6,6,5,7,6,none,19.917,58.93,62.692,10,6,5,5,5,5,5,"I know that it is from a reputable source, but I am still not sure.",7.717,118.941,119.967,7,6,none,11.686,17.675,21.477,3,2,7,3,4,1,5,6,23.718,32.571,34.216,2,7,9,9,9,9,8,10,9,none,8.536,32.333,36.637,11,4,4,2,1,4,4,17.658,61.864,62.914,10,4,1,14.55,32.575,33.948,4,2,1953,Georgia,3,2,1,,8,Lithonia,,3,2,2,6.015,141.192,142.66,25,5f5023517ef2f019cf3ebb57,"{""startTime"":1690227562109,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690227625382,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690227205282,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":58065,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2347,""week"":""14"",""id"":""chart""},{""time"":66922,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1114,""week"":""52"",""id"":""chart""},{""time"":68253,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8755,""week"":""51"",""id"":""chart""},{""time"":79973,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2796,""week"":""47"",""id"":""chart""},{""time"":85179,""label"":""tour_next"",""step"":5},{""time"":157528,""label"":""started_brush"",""startDate"":""2021-05-01"",""endDate"":""2021-10-02""},{""time"":159601,""label"":""tour_next"",""step"":5},{""time"":190424,""label"":""moved_brush"",""startDate"":""2021-06-27"",""endDate"":""2021-11-28""},{""time"":193353,""label"":""tour_next"",""step"":5},{""time"":220639,""label"":""cleared_brush"",""using"":""Click""},{""time"":220639,""label"":""cleared_brush"",""using"":""Escape""},{""time"":226099,""label"":""tour_next"",""step"":5},{""time"":244844,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690227546657,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar +2023-07-24 15:37:22,2023-07-24 15:53:27,0,24.12.24.176,100,965,1,2023-07-24 15:53:28,R_3Di3kujMpY1RDCu,,,,,39.7647,-89.7379,anonymous,EN,1,18.858,18.858,20.25,1,1,4,2,5.171,7.107,11.36,2,0,0,15.01,0,99,96,90,11.325,34.762,35.838,5,24.858,37.008,40.467,2,1,1,39.738,55.814,58.597,2,-3,-3,67.399,81.822,84.47,2,1,62.57,62.57,64.709,1,0,0,15.008,0,6,4,4,7,6,6,"There was a section on this study that said: Click to write the data text, which I did not understand. Was that a typo?",11.57,76.877,84.061,8,4,7,7,6,6,6,I likely trust this data because it is similar to the information I have already heard about the incidence of transmission of Covid19 for vaccinated and unvacinated people.,4.02,116.284,126.03,4,5,There was a section of 3 multiple choice questions that seemed to have placeholder text for questions and answers. I had to choose the middle option because it was not clear what you were asking.,10.008,98.113,112.246,3,2,7,3,4,1,5,6,0,0,23.124,0,2,5,3,3,2,2,5,5,,8.46,34.638,39.575,9,3,4,1,1,5,4,12.029,48.109,49.214,7,3,1,3.356,12.715,15.836,2,2,1962,Illinois,6,3,1,,7,,,5,1,1,2.936,95.7,105.2,17,5b7aefd06c1ccb000178b710,"{""startTime"":1690227818807,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690227655290,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690227540024,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":24,""label"":""tour_started""},{""time"":9167,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2297,""week"":""1"",""id"":""chart""},{""time"":12199,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1083,""week"":""1"",""id"":""chart""},{""time"":13770,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3862,""week"":""52"",""id"":""chart""},{""time"":17699,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2281,""week"":""1"",""id"":""chart""},{""time"":19998,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1484,""week"":""2"",""id"":""chart""},{""time"":24851,""label"":""tour_next"",""step"":2},{""time"":28270,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2529,""week"":""1"",""id"":""chart2""},{""time"":30983,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1515,""week"":""52"",""id"":""chart2""},{""time"":37002,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690227639724,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":6432,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2064,""week"":""52"",""id"":""chart2""},{""time"":10331,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2249,""week"":""52"",""id"":""chart""},{""time"":13930,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1316,""week"":""14"",""id"":""chart""}]}",1,simple,bar +2023-07-24 15:40:28,2023-07-24 15:53:56,0,74.132.13.118,100,807,1,2023-07-24 15:53:57,R_3DvCHkXUMW4EcXT,,,,,37.825,-87.5655,anonymous,EN,1,47.043,47.043,48.1,1,1,3,2,4.917,15.701,17.095,2,0,0,15.015,0,95,100,30,21.685,33.181,35.694,5,34.949,241.368,244.39,29,1,-2,16.599,29.478,31.755,2,1,-1,18.836,42.869,44.225,3,-3,31.541,31.541,34.471,1,0,0,15.02,0,7,6,6,6,7,7,,0.191,6.023,8.952,2,6,6,5,4,3,7,It was from the CDC.,6.139,33.99,36.881,5,2,,7.072,7.072,9.068,1,2,7,3,4,1,5,6,0,0,25.964,0,6,6,9,7,9,5,8,10,,5.424,18.219,21.374,8,1,1,5,5,1,1,4.029,16.993,18.843,6,7,1,3.265,21.565,29.966,2,2,1961,Kentucky,3,2,1,,7,,,8,1,1,2.872,81.578,90.74,13,56d89fc04a9be10005541745,"{""startTime"":1690228144151,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690228059113,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690227763356,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":3445,""label"":""hovered"",""timeHovered"":2917,""week"":""2022-01-10""},{""time"":6622,""label"":""hovered"",""timeHovered"":11191,""week"":""2022-01-10""},{""time"":34931,""label"":""tour_next"",""step"":5},{""time"":59855,""label"":""cleared_brush"",""using"":""click""},{""time"":66657,""label"":""cleared_brush"",""using"":""click""},{""label"":""window_blurred"",""time"":80936},{""label"":""window_focused"",""time"":99234},{""time"":102771,""label"":""cleared_brush"",""using"":""click""},{""time"":113476,""label"":""cleared_brush"",""using"":""click""},{""time"":117709,""label"":""cleared_brush"",""using"":""click""},{""time"":134633,""label"":""cleared_brush"",""using"":""click""},{""time"":135256,""label"":""cleared_brush"",""using"":""click""},{""time"":137032,""label"":""cleared_brush"",""using"":""click""},{""time"":154064,""label"":""started_brush"",""startDate"":""2021-12-04"",""endDate"":""2022-02-09""},{""time"":155314,""label"":""tour_next"",""step"":5},{""time"":166261,""label"":""moved_brush"",""startDate"":""2021-12-08"",""endDate"":""2022-02-13""},{""time"":168405,""label"":""moved_brush"",""startDate"":""2021-12-08"",""endDate"":""2022-02-13""},{""time"":169513,""label"":""tour_next"",""step"":5},{""time"":178366,""label"":""moved_brush"",""startDate"":""2021-12-08"",""endDate"":""2022-02-13""},{""time"":178700,""label"":""moved_brush"",""startDate"":""2021-12-08"",""endDate"":""2022-02-13""},{""time"":186201,""label"":""moved_brush"",""startDate"":""2021-11-18"",""endDate"":""2022-01-24""},{""time"":194302,""label"":""moved_brush"",""startDate"":""2021-12-08"",""endDate"":""2022-02-13""},{""time"":196877,""label"":""moved_brush"",""startDate"":""2021-12-08"",""endDate"":""2022-02-13""},{""time"":197214,""label"":""moved_brush"",""startDate"":""2021-12-08"",""endDate"":""2022-02-13""},{""time"":198579,""label"":""moved_brush"",""startDate"":""2021-12-08"",""endDate"":""2022-02-13""},{""time"":228837,""label"":""cleared_brush"",""using"":""click""},{""time"":228840,""label"":""cleared_brush"",""using"":""Escape""},{""time"":231783,""label"":""tour_next"",""step"":5},{""time"":241350,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690228043464,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":2045,""label"":""hovered"",""timeHovered"":1614,""week"":""2021-09-13""}]}",1,complex,line +2023-07-24 15:38:23,2023-07-24 15:54:18,0,68.7.71.138,100,955,1,2023-07-24 15:54:19,R_8Cy9v4EhmNgqbu1,,,,,32.6917,-117.1151,anonymous,EN,1,6.869,6.869,8.88,1,1,3,2,8.738,16.741,22.443,2,0,0,15.013,0,96,97,81,17.631,23.966,25.516,3,16.067,23.344,63.625,2,1,1,70.126,88.518,89.87,2,-3,-3,12.391,109.895,113.705,7,-1,84.896,84.896,85.947,1,0,0,15.007,0,6,5,5,6,3,6,,47.715,62.503,64.86,6,6,5,5,3,4,5,"Because of the type of graph that is used. The bars stacking on each other can be a little misleading because the total amount the bars add up to has to be subtracted from the other element it's paired with to get an accurate number, you can't simply look at the side of the graph and tell what the count is for each case.",1.841,151.008,151.601,5,2,,11.371,12.201,15.478,2,2,7,3,4,1,5,6,0,0,14.475,0,5,9,8,8,7,9,10,8,,10.193,35.625,37.644,8,4,3,2,2,4,4,7.178,30.103,30.662,6,4,2,4.212,23.141,23.867,6,1,1991,California,6,1,1,,10,,,8,5,1,4.428,91.435,98.892,20,628f9ef985fa6d3dc816672c,"{""startTime"":1690227798269,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":27,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":13696,""week"":""2"",""id"":""chart""},{""time"":13806,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6717,""week"":""1"",""id"":""chart""}]}","{""startTime"":1690227864165,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690227603345,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":16064,""label"":""tour_next"",""step"":2},{""time"":23341,""label"":""tour_end"",""step"":2},{""time"":24416,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3061,""week"":""52"",""id"":""chart""},{""time"":28610,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2143,""week"":""2"",""id"":""chart""},{""time"":31115,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1459,""week"":""52"",""id"":""chart""},{""time"":36269,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":26312,""week"":""43"",""id"":""chart""}]}","{""startTime"":1690227782635,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":8885,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2189,""week"":""3"",""id"":""chart""}]}",1,moderate,bar +2023-07-24 15:25:29,2023-07-24 15:54:40,0,73.247.203.6,100,1750,1,2023-07-24 15:54:40,R_1N3RZmsEFvA7AnW,,,,,41.5094,-87.8248,anonymous,EN,1,287.228,287.228,298.692,1,2,,2,2.691,2.691,4.729,1,0,0,15.108,0,66,27,25,30.428,42.195,47.36,4,3.758,71.358,73.175,12,1,1,58.336,69.293,71.37,2,-3,1,145.601,172.353,174.25,2,-3,13.078,51.67,54.788,6,0,0,15.014,0,5,3,5,6,3,5,,185.528,214.898,218.548,6,3,3,4,2,4,5,Guessing this is probably accurate to the best of their ability. ,6.803,185.07,188.133,4,2,,24.753,24.753,26.551,1,2,7,3,4,1,5,6,0,0,17.826,0,3,2,3,4,2,5,5,3,,261.92,275.229,276.674,10,3,4,2,2,4,4,13.579,75.285,78.586,8,4,2,7.885,14.718,19.898,3,1,1976,Illinois,6,2,1,,9,,Alsip,14,4,1,3.223,56.42,62.162,16,60d88604c5043e278f740608,"{""startTime"":1690227253803,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":48377},{""label"":""window_focused"",""time"":130957},{""label"":""window_blurred"",""time"":131883},{""label"":""window_focused"",""time"":133654}]}","{""startTime"":1690227472920,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690227109141,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":10642,""label"":""tour_next"",""step"":5},{""time"":28504,""label"":""cleared_brush"",""using"":""Click""},{""time"":31299,""label"":""started_brush"",""startDate"":""2021-06-10"",""endDate"":""2021-09-27""},{""time"":32499,""label"":""tour_next"",""step"":5},{""time"":37700,""label"":""started_brush"",""startDate"":""2021-10-10"",""endDate"":""2022-01-15""},{""time"":40948,""label"":""started_brush"",""startDate"":""2021-06-29"",""endDate"":""2021-10-04""},{""time"":43406,""label"":""moved_brush"",""startDate"":""2021-08-25"",""endDate"":""2021-11-30""},{""time"":45450,""label"":""moved_brush"",""startDate"":""2021-09-24"",""endDate"":""2021-12-30""},{""time"":46201,""label"":""tour_next"",""step"":5},{""time"":53912,""label"":""cleared_brush"",""using"":""Click""},{""time"":55099,""label"":""tour_next"",""step"":5},{""time"":59218,""label"":""tour_end"",""step"":5},{""time"":64297,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3683,""week"":""51"",""id"":""chart""},{""time"":68099,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2480,""week"":""1"",""id"":""chart""}]}","{""startTime"":1690227238366,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar +2023-07-24 15:32:26,2023-07-24 15:54:52,0,75.190.180.178,100,1346,1,2023-07-24 15:54:52,R_a4t7YrPWIhyEpi1,,,,,35.2494,-81.3812,anonymous,EN,1,31.991,47.283,60.141,27,1,2,2,19.841,27.782,30.425,6,11.384,11.836,15.013,2,82,52,60,3.024,82.005,84.042,18,11.543,222.988,224.586,28,-3,-2,43.956,100.547,102.273,7,-3,-1,3.247,69.767,71.258,7,1,13.152,45.764,47.439,4,0,0,15.007,0,6,5,6,6,5,6,Took me a few minutes to understand the chart/graph but easy after that.,2.847,37.961,102.032,10,6,5,5,5,3,6,The source is reputable and reflects the data I've seen elsewhere.,5.041,80.209,93.314,6,6,,17.415,23.692,26.757,5,2,3,4,5,1,6,7,14.96,37.195,38.696,2,4,6,8,7,8,7,10,10,,9.722,41.728,44.301,11,4,4,1,2,4,4,12.107,36.962,39.081,8,2,1,4.569,20.117,22.139,6,1,1959,North Carolina,2,2,1,,7,,,4,3,1,3.466,190.043,191.806,110,5ee93b8a0757731be7ee6374,"{""startTime"":1690227708169,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690227810587,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690227419050,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":22,""label"":""tour_started""},{""time"":34166,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":18657,""week"":""52"",""id"":""chart""},{""time"":52890,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5568,""week"":""1"",""id"":""chart""},{""time"":59143,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3116,""week"":""50"",""id"":""chart""},{""time"":65105,""label"":""tour_next"",""step"":5},{""time"":115742,""label"":""tour_back"",""step"":5},{""time"":115931,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1533,""week"":""51"",""id"":""chart""},{""time"":118348,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1217,""week"":""2"",""id"":""chart""},{""time"":131687,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1705,""week"":""49"",""id"":""chart""},{""time"":141170,""label"":""tour_next"",""step"":5},{""time"":150828,""label"":""cleared_brush"",""using"":""Click""},{""time"":155500,""label"":""started_brush"",""startDate"":""2021-10-27"",""endDate"":""2021-12-02""},{""time"":158012,""label"":""tour_next"",""step"":5},{""time"":178394,""label"":""moved_brush"",""startDate"":""2021-10-29"",""endDate"":""2021-12-04""},{""time"":181128,""label"":""moved_brush"",""startDate"":""2021-11-02"",""endDate"":""2021-12-08""},{""time"":201033,""label"":""tour_next"",""step"":5},{""time"":209987,""label"":""cleared_brush"",""using"":""Click""},{""time"":209987,""label"":""cleared_brush"",""using"":""Escape""},{""time"":212688,""label"":""tour_next"",""step"":5},{""time"":219306,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690227692443,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar +2023-07-24 15:41:56,2023-07-24 15:55:29,0,47.13.39.35,100,813,1,2023-07-24 15:55:30,R_TkgR1XBgVW5hGp3,,,,,36.213,-86.3011,anonymous,EN,1,6.536,15.956,18.189,8,1,2,2,3.403,11.299,12.921,3,8.265,13.773,16.009,3,80,74,39,7.441,19.496,20.801,5,5.274,18.944,21.851,4,-1,1,9.486,92.071,95.122,7,1,-1,4.439,45.687,47.343,6,-3,2.541,18.565,19.874,6,7.038,7.038,15.021,1,5,3,5,4,4,5,,2.932,11.966,15.159,6,5,3,5,6,4,5,BECAUSE I HAVE TRUST ISSUES,9.024,68.727,74.478,6,4,,5.629,9.385,10.924,2,1,2,3,4,5,6,7,10.369,10.369,22.626,1,5,8,7,6,10,5,7,7,,4.708,25.284,27.187,11,2,4,4,3,3,4,4.987,17.08,18.984,7,2,2,6.527,21.626,24.209,5,2,1950,Tennessee,6,1,1,,3,,,12,4,1,3.208,159.168,160.862,32,6474b1097dd64a6e3ed25afd,"{""startTime"":1690228174886,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690228060857,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690227924207,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":9569,""label"":""tour_next"",""step"":2},{""time"":15787,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690228044035,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar +2023-07-24 15:38:55,2023-07-24 15:56:06,0,138.229.156.139,100,1030,1,2023-07-24 15:56:06,R_1ilJhXfW43zUdsi,,,,,34.1438,-117.2548,anonymous,EN,1,3.692,3.692,4.96,1,1,3,2,6.985,11.252,12.455,2,0,0,15.009,0,82,97,55,28.355,37.013,38.384,3,24.38,38.045,40.192,2,1,1,122.162,143.242,145.403,2,-3,1,48.731,62.148,64.577,2,-3,30.655,30.655,32.604,1,0,0,15.012,0,5,5,5,6,6,4,,16.209,130.239,133.687,9,6,6,5,6,6,6,"I was instructed that in this section I was to think of myself as trusting the visual data. Under that mindset, I would be expected to trust this visualization.",7.504,188.748,191.016,11,3,,12.021,20.326,23.581,3,2,7,3,4,1,5,6,0,0,41.385,0,2,3,6,4,3,6,5,6,,20.731,41.739,45.467,9,3,4,2,2,4,4,26.284,53.532,54.758,6,4,3,13.779,21.916,23.984,2,1,1970,California,3,3,1,,3,,,1,1,1,3.238,70.147,74.301,13,643a2952413aace3f4e6d61b,"{""startTime"":1690227836542,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690227970983,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690227632793,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":26,""label"":""tour_started""},{""time"":19437,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4114,""week"":""52"",""id"":""chart""},{""time"":24367,""label"":""tour_next"",""step"":2},{""time"":34649,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1918,""week"":""52"",""id"":""chart2""},{""time"":38032,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690227820367,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":1526,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1280,""week"":""1"",""id"":""chart""},{""time"":9926,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1060,""week"":""52"",""id"":""chart2""}]}",1,simple,bar +2023-07-24 15:50:46,2023-07-24 15:56:56,0,192.240.59.181,100,370,1,2023-07-24 15:56:57,R_2UbwQausFszQTlm,,,,,37.9694,-86.1113,anonymous,EN,1,4.708,4.708,5.516,1,1,4,2,1.858,4.963,7.606,2,12.553,12.553,15.117,1,100,96,72,7.513,11.372,12.631,3,4.201,8.026,8.553,3,-1,-3,36.53,51.417,52.369,2,-3,1,13.871,33.169,34.372,3,-3,15.208,15.208,16.024,1,6.808,6.808,15.011,1,7,7,7,7,7,7,,4.078,12.87,14.901,8,7,7,7,7,7,7,It reflects the data accurately,1.591,1.591,16.345,1,6,,7.228,7.228,8.349,1,2,7,3,4,1,5,6,0,0,20.25,0,5,8,2,10,8,2,11,8,,4.389,16.678,18.353,9,5,5,1,1,5,5,8.495,21.335,22.193,6,1,4,1.724,6.525,8.224,2,1,1960,Kentucky,6,2,1,,7,,,11,4,2,1.579,53.803,62.01,13,60c770aa2d2928bfda4c7cd4,"{""startTime"":1690228359954,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690228375676,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690228300516,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":30,""label"":""tour_started""},{""time"":4190,""label"":""tour_next"",""step"":2},{""time"":5501,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690228344397,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar +2023-07-24 15:34:07,2023-07-24 15:57:02,0,32.215.21.135,100,1374,1,2023-07-24 15:57:02,R_3KuaOP38m3J5wSB,,,,,41.5481,-73.0012,anonymous,EN,1,2.171,69.215,70.988,2,1,2,2,4.043,10.086,12.207,3,0,0,15.014,0,3,100,0,41.189,76.567,77.61,13,3.116,319.095,320.574,40,-2,1,3.012,38.3,40.346,16,1,-3,4.372,43.071,44.228,11,-2,16.701,47.766,49.534,11,0,0,15.012,0,4,4,4,6,6,4,,4.972,44.832,47.796,16,6,6,6,6,6,4,i agree with the of the amount of senior that were vaccinated wouldve been alot more ,15.942,140.938,142.373,9,2,,13.562,18.971,22.781,12,2,7,3,4,1,5,6,19.978,54.589,56.403,14,2,1,2,1,5,6,1,6,,12.168,36.326,40.98,16,3,3,1,2,5,3,26.667,65.388,66.789,17,4,2,19.239,35.538,36.78,11,2,1971,Connecticut,2,2,1,,3,,,2,5,1,4.888,213.283,214.519,107,645d33ec4a2f50e44e027000,"{""startTime"":1690228036830,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690227833624,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690227445952,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":47,""label"":""tour_started""},{""time"":38492,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1314,""week"":""4"",""id"":""chart""},{""time"":62661,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1322,""week"":""47"",""id"":""chart""},{""time"":63984,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1681,""week"":""47"",""id"":""chart""},{""time"":65665,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7476,""week"":""47"",""id"":""chart""},{""time"":76138,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":27239,""week"":""36"",""id"":""chart""},{""time"":105942,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4894,""week"":""46"",""id"":""chart""},{""time"":111587,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1630,""week"":""46"",""id"":""chart""},{""time"":113220,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2894,""week"":""46"",""id"":""chart""},{""time"":116850,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1312,""week"":""46"",""id"":""chart""},{""time"":119097,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":12086,""week"":""50"",""id"":""chart""},{""time"":133309,""label"":""tour_next"",""step"":5},{""time"":174080,""label"":""cleared_brush"",""using"":""Click""},{""time"":209847,""label"":""tour_back"",""step"":5},{""time"":218385,""label"":""tour_next"",""step"":5},{""time"":240132,""label"":""started_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-07-31""},{""time"":245079,""label"":""tour_next"",""step"":5},{""time"":259421,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-08-31""},{""time"":262099,""label"":""tour_next"",""step"":5},{""time"":270209,""label"":""cleared_brush"",""using"":""Click""},{""time"":270209,""label"":""cleared_brush"",""using"":""Escape""},{""time"":275452,""label"":""tour_next"",""step"":5},{""time"":288241,""label"":""tour_end"",""step"":5},{""time"":305300,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":3783,""week"":""52"",""id"":""chart""}]}","{""startTime"":1690227817758,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar +2023-07-24 15:40:32,2023-07-24 15:57:20,0,166.199.100.53,100,1007,1,2023-07-24 15:57:20,R_3J4dwogTBhRILEP,,,,,28.3056,-81.4197,anonymous,EN,1,7.267,7.267,9.034,1,1,2,1,2.218,4.585,5.626,2,0,0,15.01,0,100,100,33,14.084,29.202,34.261,7,93.396,104.197,135.36,2,1,1,29.114,72.017,100.9,2,1,1,83.413,101.981,108.579,2,1,62.476,62.476,64.07,1,0,0,15.114,0,6,5,5,7,6,6,,15.464,30.782,49.079,6,7,7,7,7,6,7,It comes from reliable source,59.533,111.184,112.664,11,2,,7.43,8.613,11.723,2,2,7,3,4,1,5,6,0,0,26.809,0,7,7,9,8,9,8,9,8,,4.828,19.312,21.675,8,1,2,3,5,1,2,4.757,41.56,42.591,7,5,1,3.635,12.818,14.6,3,1,1972,Florida,3,2,1,,4,,,7,2,2,2.855,124.556,127.971,24,638bf09f93783f7b1f43dbd0,"{""startTime"":1690228159688,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690227988427,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":17599,""label"":""hovered"",""timeHovered"":4923,""week"":""2021-11-22""}]}","{""startTime"":1690227734075,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":4956,""label"":""hovered"",""timeHovered"":1465,""week"":""2022-01-10""},{""time"":93388,""label"":""tour_next"",""step"":2},{""time"":104189,""label"":""tour_end"",""step"":2},{""time"":110661,""label"":""hovered"",""timeHovered"":1138,""week"":""2021-08-16""},{""time"":112813,""label"":""hovered"",""timeHovered"":2209,""week"":""2021-08-30""},{""time"":123275,""label"":""hovered"",""timeHovered"":2703,""week"":""2021-12-27""},{""time"":131525,""label"":""hovered"",""timeHovered"":2351,""week"":""2021-12-27""}]}","{""startTime"":1690227972065,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line +2023-07-24 15:47:46,2023-07-24 15:58:07,0,75.186.106.35,100,620,1,2023-07-24 15:58:08,R_1mDUDLKdEnFIv8R,,,,,39.4057,-87.4026,anonymous,EN,1,6.72,6.72,8.581,1,2,,2,1.248,1.248,2.49,1,0,0,15.127,0,25,67,50,13.471,21.904,22.991,4,25.261,29.732,31.596,2,1,1,10.717,26.541,28.352,2,1,1,11.347,45.563,48.018,4,-3,48.603,48.603,54.776,1,8.206,8.206,15.026,1,4,2,3,5,5,4,"Why are you all still banging on about covid? It's obvious that the vaccines don't work. Plenty of vaccinated people have realized that, much less skeptics like me.",8.359,21.927,65.798,7,2,5,4,2,2,4,"What is the relevance of ""cases"" of covid? Are they still using PCR tests with high cycle counts? There's no information about hospitalizations or deaths. And if the vaccines worked, why are so many vaccinated people still getting covid in 2022? ",1.965,1.965,69.947,1,4,"Thanks for continuing to share your covid grant funds with sceptics. Unfortunatelly, it does appear that you all are back to trying to prove that we are stupid. Again, ""cases"" of the disease are not relevant - it's hospitalizations and deaths.",3.405,57.478,90.89,4,2,3,4,5,1,6,7,0,0,9.711,0,2,1,3,3,2,4,3,2,,4.001,18.728,22.204,10,2,4,2,2,3,4,6.191,18.43,19.801,6,2,2,3.002,8.761,14.258,2,2,1956,Indiana,7,3,1,,7,,,3,4,1,2.567,48.392,50.839,14,5e230311699ac45b327786dc,"{""startTime"":1690228326047,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690228232364,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690228135244,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":22159,""label"":""hovered"",""timeHovered"":1224,""week"":""2022-01-03""},{""time"":25234,""label"":""tour_next"",""step"":2},{""time"":29705,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690228216493,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line +2023-07-24 15:51:19,2023-07-24 15:58:28,0,69.247.76.167,100,428,1,2023-07-24 15:58:28,R_8DhTgEAaQfFdsnT,,,,,35.0706,-106.5066,anonymous,EN,1,3.399,3.399,4.315,1,1,3,1,2.655,4.823,5.805,3,0,0,15.007,0,3,10,51,16.328,22.292,24.113,4,14.947,19.112,29.883,2,-2,-3,23.678,32.559,33.676,2,1,-2,15.709,59.607,61.049,5,-2,13.119,13.119,14.028,1,0,0,15.107,0,6,4,2,5,7,5,,3.548,20.358,21.781,7,4,5,5,5,5,6,It was put out by the WHO,2.617,2.617,12.45,1,6,,2.874,3.804,5.303,3,2,7,3,4,1,5,6,0,0,13.907,0,4,5,11,8,5,6,8,11,,3.108,13.136,15.338,8,5,5,2,2,5,5,3.139,13.517,14.369,6,4,1,3.133,6.603,7.991,2,2,1963,New Mexico,6,1,1,,7,,,14,4,1,2.664,76.661,80.198,22,5be4c11a468be0000103e5d8,"{""startTime"":1690228456746,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690228479272,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690228348418,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":14938,""label"":""tour_next"",""step"":2},{""time"":19104,""label"":""tour_end"",""step"":2},{""time"":20586,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1980,""week"":""51"",""id"":""chart""},{""time"":22758,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1399,""week"":""50"",""id"":""chart""},{""time"":26529,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2222,""week"":""43"",""id"":""chart""}]}","{""startTime"":1690228440846,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":4372,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2662,""week"":""50"",""id"":""chart""},{""time"":7184,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2536,""week"":""2"",""id"":""chart""},{""time"":10582,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1324,""week"":""31"",""id"":""chart""}]}",1,moderate,bar +2023-07-24 15:19:12,2023-07-24 16:00:29,0,35.137.45.62,100,2477,1,2023-07-24 16:00:30,R_3nSj8iTUdid3f09,,,,,28.2137,-82.6809,anonymous,EN,1,273.657,273.657,276.241,1,1,3,2,13.615,19.601,23.142,2,0,0,15.015,0,96,98,50,44.085,96.903,100.303,5,39.393,56.533,126.386,2,1,-1,99.682,162.704,165.7,2,-2,-3,127.959,198.644,202.689,2,1,121.502,121.502,124.164,1,0,0,15.11,0,4,4,4,4,4,4,"I am afraid I did not understand the last of this study. The previous page did not make any sense to me at all. It gave directions like CLick to write statement 1. As if it was looking at a template for the stud,y so I answered asdf for all lines. This last page was confusing as well because it states disregard the visualization above but all questions were pertaining to said visualization. In this case, I selected neither agree or disagree for all lines. My apologies if my responses cannot be used..",87.167,448.932,452.444,19,6,6,6,4,4,3,I do not know how accurate the data can be when there isn't any interaction with the actual data upon hover.,8.408,214.685,217.753,10,7,,12.376,13.677,19.95,2,2,7,3,4,1,5,6,0,0,51.929,0,6,6,8,6,7,7,8,9,No comments at this time besides my previous comments regarding confusing study question pages.,13.428,50.399,84.917,9,3,3,3,2,3,4,29.084,93.605,108.416,7,4,3,29.789,48.301,51.501,2,2,1972,Florida,3,2,1,,7,,,5,4,2,6.451,184.296,187.814,15,63d79678fb8c1b9072646c0a,"{""startTime"":1690227562204,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":189255},{""label"":""window_focused"",""time"":207165},{""label"":""window_blurred"",""time"":234380},{""label"":""window_focused"",""time"":254145}]}","{""startTime"":1690227191645,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":94,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":81689,""week"":""2"",""id"":""chart""}]}","{""startTime"":1690226844748,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":38,""label"":""tour_started""},{""time"":13134,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1019,""week"":""4"",""id"":""chart""},{""time"":39283,""label"":""tour_next"",""step"":2},{""time"":56423,""label"":""tour_end"",""step"":2},{""time"":59430,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":16127,""week"":""51"",""id"":""chart""},{""time"":75758,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":28472,""week"":""52"",""id"":""chart""},{""time"":105742,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":14901,""week"":""30"",""id"":""chart""},{""time"":121198,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1461,""week"":""39"",""id"":""chart""}]}","{""startTime"":1690227175471,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":9907,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3158,""week"":""1"",""id"":""chart""}]}",1,moderate,bar +2023-07-24 15:49:52,2023-07-24 16:01:24,0,70.120.0.168,100,691,1,2023-07-24 16:01:25,R_22YzTZXePlMhBSV,,,,,29.4227,-98.4927,anonymous,EN,1,22.27,22.27,24.96,1,1,2,2,2.25,5.698,8.178,2,0,0,15.119,0,100,100,100,14.626,25.409,26.464,3,17.038,29.118,30.126,5,1,1,21.054,38.71,51.644,3,1,1,34.521,52.888,55.171,3,1,32.974,32.974,42.698,1,0,0,15.122,0,6,6,5,7,7,6,"Whethere the CDC data is accurate, it is the known and available source for this kind of data and is considered as accurate as any in the US.",8.6,28.631,79.013,8,6,7,7,4,6,7,The data is clear and easy to understand. It's purpose is clear.,4.451,4.451,45.163,1,3,,6.196,8.98,11.54,4,2,7,3,4,1,5,6,19.48,19.48,20.008,1,3,3,1,2,2,3,8,8,,7.457,29.809,32.34,8,5,4,1,2,3,5,12.325,39.029,40.823,6,3,1,6.213,11.285,15.654,2,2,1957,Texas,9,2,1,,7,,,10,3,1,3.792,106.136,114.655,25,5f48e3d7f998433ac6356ad4,"{""startTime"":1690228460232,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690228383203,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690228283540,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":6305,""label"":""hovered"",""timeHovered"":3051,""week"":""2021-11-22""},{""time"":10282,""label"":""hovered"",""timeHovered"":2091,""week"":""2021-11-22""},{""time"":16884,""label"":""tour_next"",""step"":2},{""time"":20356,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690228367293,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":5639,""label"":""hovered"",""timeHovered"":2364,""week"":""2022-01-03""}]}",1,simple,line +2023-07-24 15:54:37,2023-07-24 16:02:06,0,73.7.178.71,100,448,1,2023-07-24 16:02:07,R_rjcZSh6fBkkKpkR,,,,,33.7474,-84.3747,anonymous,EN,1,3.385,3.385,4.301,1,1,2,2,2.21,5.041,6.14,3,0,0,15.111,0,100,100,41,3.568,9.503,10.481,5,3.514,11.424,12.839,3,1,1,43.347,74.023,75.642,2,1,-3,44.328,59.004,84.872,2,-2,38.81,38.81,50.788,1,0,0,15.014,0,7,6,7,7,7,7,,5.758,9.891,14.719,6,6,6,6,6,5,6,This data seems believable ,1.376,1.376,13.045,1,4,,2.979,4.796,6.565,3,1,3,5,6,4,2,7,0,0,18.352,0,7,6,7,6,5,7,9,9,,6.269,19.352,19.683,9,1,5,1,1,5,4,3.914,16.21,16.502,10,4,2,2.566,8.133,9.634,2,2,1960,Georgia,3,1,1,,7,,,9,3,1,2.007,41.41,43.35,11,6134d9cf96a9c6192e24866d,"{""startTime"":1690228639352,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690228654813,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690228524322,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":38,""label"":""tour_started""},{""time"":3481,""label"":""tour_next"",""step"":2},{""time"":5729,""label"":""tour_end"",""step"":2},{""time"":10671,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1016,""week"":""2"",""id"":""chart""}]}","{""startTime"":1690228623739,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar +2023-07-24 15:50:10,2023-07-24 16:02:40,0,174.104.171.136,100,750,1,2023-07-24 16:02:41,R_2lXwflKTpJFNlBf,,,,,41.5066,-81.6111,anonymous,EN,1,7.952,7.952,22.281,1,2,,1,3.09,3.09,4.513,1,0,0,15.121,0,98,40,50,18.349,33.357,37.337,4,36.871,157.335,165.336,17,1,1,30.151,44.291,46.826,2,-3,-3,53.837,82.484,84.21,2,-2,27.357,27.357,35.81,1,0,0,15.024,0,6,4,6,4,5,5,,16.356,30.856,35.703,6,4,4,4,3,2,5,I don't know if there is more info that should be included,4.63,6.738,33.97,3,5,,4.318,5.193,8.54,2,2,7,3,4,1,5,6,0,0,26.238,0,6,6,6,6,9,6,10,9,,7.698,28.361,32.349,9,3,3,3,3,4,3,3.625,21.023,23.497,6,2,2,4.06,14.737,17.521,2,2,1960,Ohio,4,3,1,,7,,,4,4,1,4.372,58.137,68.962,13,614fca8245a450546842e487,"{""startTime"":1690228604607,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690228531143,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690228313445,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":15475,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1948,""week"":""47"",""id"":""chart""},{""time"":19952,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1021,""week"":""52"",""id"":""chart""},{""time"":22632,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":10724,""week"":""52"",""id"":""chart""},{""time"":36864,""label"":""tour_next"",""step"":5},{""time"":62333,""label"":""cleared_brush"",""using"":""Click""},{""time"":93365,""label"":""started_brush"",""startDate"":""2021-07-01"",""endDate"":""2021-10-31""},{""time"":94666,""label"":""tour_next"",""step"":5},{""time"":118482,""label"":""moved_brush"",""startDate"":""2021-07-08"",""endDate"":""2021-11-08""},{""time"":133458,""label"":""moved_brush"",""startDate"":""2021-08-12"",""endDate"":""2021-12-13""},{""time"":135041,""label"":""tour_next"",""step"":5},{""time"":147285,""label"":""cleared_brush"",""using"":""Click""},{""time"":147285,""label"":""cleared_brush"",""using"":""Escape""},{""time"":149381,""label"":""tour_next"",""step"":5},{""time"":157328,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690228515656,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar +2023-07-24 15:47:22,2023-07-24 16:02:59,0,136.56.152.185,100,937,1,2023-07-24 16:03:00,R_12SlCtPz9rJzZrd,,,,,35.8332,-78.8473,anonymous,EN,1,40.502,40.502,41.879,1,1,3,2,7.618,9.853,10.607,3,0,0,15.111,0,50,100,50,19.609,31.752,32.841,6,12.474,31.173,43.956,2,1,1,70.271,85.166,87.624,2,-2,-3,63.547,92.187,93.494,2,-3,44.033,44.033,45.858,1,0,0,15.107,0,4,7,6,7,7,6,,10.726,31.826,34.617,6,6,7,6,4,4,6,I am assuming that the CDC has accurately collected the information on which this visualization is based and displayed it without manipulation.,3.898,3.898,47.389,1,5,,7.576,7.576,8.748,1,2,7,3,4,1,5,6,0,0,28.172,0,1,6,3,3,1,1,9,6,,8.254,31.907,34.448,8,5,4,1,1,5,5,4.656,23.322,24.629,6,3,2,4.615,17.312,18.501,2,1,1959,North Carolina,6,2,1,,7,,,8,4,1,4.569,297.862,303.391,17,6152095d0b65b445c020dab6,"{""startTime"":1690228301974,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690228337024,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690228154117,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":8045,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2785,""week"":""52"",""id"":""chart""},{""time"":12468,""label"":""tour_next"",""step"":2},{""time"":18645,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4029,""week"":""18"",""id"":""chart2""},{""time"":24197,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5934,""week"":""52"",""id"":""chart2""},{""time"":31167,""label"":""tour_end"",""step"":2},{""time"":38077,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4647,""week"":""32"",""id"":""chart""}]}","{""startTime"":1690228286459,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":8001,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2100,""week"":""50"",""id"":""chart""},{""time"":10841,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1625,""week"":""4"",""id"":""chart""}]}",1,simple,bar +2023-07-24 15:39:44,2023-07-24 16:03:39,0,74.90.200.198,100,1434,1,2023-07-24 16:03:40,R_BEqFvwMbrXIlSff,,,,,40.9476,-73.8624,anonymous,EN,1,37.61,38.897,39.986,2,1,2,2,33.652,40.245,43.004,3,5.835,5.835,15.017,1,58,59,73,11.05,20.125,21.263,7,11.109,24.047,25.236,11,1,-3,2.286,5.717,7.16,3,1,-2,3.431,63.027,64.111,20,-3,2.963,5.666,6.783,3,3.234,12.11,15.013,5,5,5,5,6,4,6,none,68.294,78.945,82.133,9,6,5,5,5,5,6,The visualization gave a detailed information ,6.601,294.117,295.519,14,4,,2.768,10.92,12.199,3,2,1,4,3,7,5,6,2.637,16.083,17.17,3,8,7,8,9,9,7,6,7,,1.46,19.93,21.475,11,4,4,3,3,4,3,1.926,11.415,12.635,9,7,3,2.141,17.054,18.342,7,2,1965,New York,7,1,1,,7,,,14,1,1,10.332,636.935,637.988,61,647660ef7bc13de7eaf0c76e,"{""startTime"":1690227899429,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690227982648,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690227790929,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":20330,""label"":""tour_next"",""step"":2},{""time"":22213,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690227882345,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line +2023-07-24 15:26:37,2023-07-24 16:03:53,0,128.97.55.18,100,2235,1,2023-07-24 16:03:53,R_3DwJjDINjQm02Q4,,,,,34.0544,-118.2441,anonymous,EN,1,13.525,13.525,15.342,1,1,3,1,3.809,5.157,6.6,2,0,0,15.109,0,91,81,66,11.459,19.396,20.324,3,4.307,1485.216,1535.644,49,1,-2,15.292,27.059,28.863,2,-3,1,61.808,76.229,78.273,2,1,23.862,23.862,25.219,1,0,0,15.01,0,6,6,6,6,6,6,,6.88,15.242,23.155,8,6,6,6,4,4,6,It seems the data accurately represents the number of covid infections,1.92,9.386,53.572,6,5,,9.228,10.378,11.142,2,2,7,3,4,1,5,6,14.093,14.093,17.177,1,4,7,7,7,7,5,9,9,,4.713,18.875,21.057,8,4,4,2,2,4,4,11.041,23.267,23.999,7,4,1,3.528,9.703,11.534,2,2,1973,California,6,2,1,,4,,,13,2,1,1.895,67.578,72.356,29,63f57759284ce2f495e4442d,"{""startTime"":1690228662217,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690228685972,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690227084688,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":4301,""label"":""tour_next"",""step"":5},{""time"":14920,""label"":""tour_back"",""step"":5},{""time"":18552,""label"":""tour_next"",""step"":5},{""time"":24341,""label"":""tour_back"",""step"":5},{""time"":36679,""label"":""tour_next"",""step"":5},{""time"":39378,""label"":""cleared_brush"",""using"":""click""},{""label"":""window_blurred"",""time"":1399614},{""label"":""window_focused"",""time"":1401539},{""time"":1407617,""label"":""tour_back"",""step"":5},{""time"":1410379,""label"":""hovered"",""timeHovered"":1498,""week"":""2021-07-26""},{""time"":1412710,""label"":""hovered"",""timeHovered"":1100,""week"":""2022-01-03""},{""time"":1416886,""label"":""tour_next"",""step"":5},{""time"":1423092,""label"":""tour_back"",""step"":5},{""time"":1413876,""label"":""hovered"",""timeHovered"":10300,""week"":""2021-12-27""},{""time"":1432742,""label"":""hovered"",""timeHovered"":1500,""week"":""2021-11-01""},{""time"":1434592,""label"":""hovered"",""timeHovered"":2100,""week"":""2021-10-18""},{""time"":1437634,""label"":""tour_next"",""step"":5},{""time"":1448068,""label"":""started_brush"",""startDate"":""2021-05-06"",""endDate"":""2022-02-10""},{""time"":1449652,""label"":""tour_next"",""step"":5},{""time"":1453322,""label"":""moved_brush"",""startDate"":""2021-05-06"",""endDate"":""2022-02-10""},{""time"":1455759,""label"":""moved_brush"",""startDate"":""2021-05-08"",""endDate"":""2022-02-13""},{""time"":1456595,""label"":""tour_next"",""step"":5},{""time"":1472298,""label"":""moved_brush"",""startDate"":""2021-05-08"",""endDate"":""2022-02-13""},{""time"":1476363,""label"":""moved_brush"",""startDate"":""2021-05-08"",""endDate"":""2022-02-13""},{""time"":1478885,""label"":""cleared_brush"",""using"":""click""},{""time"":1480101,""label"":""tour_next"",""step"":5},{""time"":1485211,""label"":""tour_end"",""step"":5},{""time"":1489859,""label"":""hovered"",""timeHovered"":26038,""week"":""2022-01-31""},{""time"":1517011,""label"":""hovered"",""timeHovered"":4551,""week"":""2021-07-26""},{""time"":1522211,""label"":""hovered"",""timeHovered"":1503,""week"":""2021-12-06""},{""time"":1524027,""label"":""hovered"",""timeHovered"":1289,""week"":""2022-01-17""},{""time"":1525811,""label"":""hovered"",""timeHovered"":2448,""week"":""2021-05-24""}]}","{""startTime"":1690228646585,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line +2023-07-24 15:53:00,2023-07-24 16:04:05,0,74.72.215.172,100,665,1,2023-07-24 16:04:06,R_2CHtyPgqwQuHiJX,,,,,40.7123,-74.0068,anonymous,EN,1,1.702,8.837,10.416,2,1,3,1,3.469,8.658,10.132,4,0,0,15.114,0,80,84,50,16.59,46.932,49.793,11,14.425,18.915,24.315,2,1,-3,1.48,55.176,66.134,4,-2,1,1.801,105.644,108.144,8,-1,1.902,24.146,25.545,2,1.508,1.508,15.027,1,6,5,6,5,6,6,,9.707,48.509,51.581,11,4,5,5,3,4,5,I think I would like to see the source,14.001,14.001,32.675,1,5,,4.801,8.005,11.284,4,2,7,3,4,1,5,6,16.76,23.964,26.52,5,5,6,8,6,7,6,9,8,,4.278,21.923,24.77,12,3,2,2,3,2,3,2.295,18.326,19.943,8,4,1,3.34,15.151,17.589,5,1,1964,New York,2,2,1,,7,,,8,4,1,1.501,68.797,78.38,28,5b4d39f2d4c93b00019c8217,"{""startTime"":1690228746746,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690228641654,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690228490452,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":30,""label"":""tour_started""},{""time"":14554,""label"":""tour_next"",""step"":2},{""time"":18984,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690228625078,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line +2023-07-24 15:56:15,2023-07-24 16:04:40,0,69.42.152.128,100,504,1,2023-07-24 16:04:41,R_1Qt5RwmkHlVVfZ3,,,,,42.2478,-73.754,anonymous,EN,1,5.149,5.149,6.692,1,1,4,1,2.598,4.726,6.078,2,0,0,15.011,0,71,100,50,10.964,20.726,23.134,4,20.75,29.859,44.186,2,1,1,24.037,40.261,42.963,2,1,1,29.539,39.486,41.485,2,-3,29.451,29.451,31.079,1,0,0,15.011,0,6,4,6,6,6,6,,18.043,36.402,38.376,7,3,6,4,2,4,6,It concurs with what scientists were saying about the value of vaccinations.,2.698,2.698,23.932,1,6,,4.653,4.653,6.571,1,2,3,4,5,1,6,7,0,0,12.57,0,6,6,8,8,7,6,11,9,,7.41,27.288,30.197,9,2,2,3,4,2,2,11.849,26.459,28.147,6,2,1,2.394,6.936,9.273,2,2,1957,New York,6,3,1,,7,,,14,4,2,2.001,65.117,70.831,20,5eb6b8ee9351615bd9d99fde,"{""startTime"":1690228805171,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690228741774,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690228638689,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":3,""label"":""tour_started""},{""time"":20749,""label"":""tour_next"",""step"":2},{""time"":29858,""label"":""tour_end"",""step"":2},{""time"":13968,""label"":""hovered"",""timeHovered"":16701,""week"":""2022-01-24""},{""time"":32639,""label"":""hovered"",""timeHovered"":1013,""week"":""2021-05-03""},{""time"":33685,""label"":""hovered"",""timeHovered"":3240,""week"":""2021-05-03""}]}","{""startTime"":1690228726353,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":8625,""label"":""hovered"",""timeHovered"":1829,""week"":""2022-02-07""}]}",1,simple,line +2023-07-24 15:53:06,2023-07-24 16:04:50,0,72.210.65.196,100,703,1,2023-07-24 16:04:50,R_yPbmIoFzSaDWZd7,,,,,32.8458,-83.6762,anonymous,EN,1,2.446,6.645,7.356,6,1,4,2,3.216,4.9,5.627,3,0,0,15.114,0,92,100,88,3.245,32.163,32.86,14,8.958,81.676,82.304,4,-2,-2,3.514,76.162,76.993,22,-3,1,1.635,71.834,73.032,13,1,3.162,57.08,57.976,8,2.866,6.066,15.107,4,6,6,6,6,6,6,,2.012,26.645,28.007,19,7,7,7,2,7,7,"It's from the CDC, which at the time was keeping records on vaccinations and cases. During the pandemic, so much false information was being spread that the ONLY thing I trusted as science--the CDC and Dr. Fauci.",2.588,2.588,76.28,1,6,,5.914,12.427,22.925,6,2,7,3,4,1,5,6,1.804,13.352,14.019,2,2,6,8,7,9,5,10,10,Thank you!,2.317,25.951,26.621,14,5,5,1,2,5,5,2.623,13.355,14.02,8,3,1,1.817,9.817,10.582,6,2,1952,Georgia,7,2,1,,8,Macon,,11,4,1,2.864,96.938,98.647,40,5f0550bf5819b18476ee8343,"{""startTime"":1690228629472,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690228677197,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690228457611,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":19880,""label"":""hovered"",""timeHovered"":3533,""week"":""2021-10-11""},{""time"":24731,""label"":""hovered"",""timeHovered"":2532,""week"":""2022-01-10""},{""time"":29472,""label"":""tour_next"",""step"":2},{""time"":37039,""label"":""tour_end"",""step"":2},{""time"":42168,""label"":""hovered"",""timeHovered"":3753,""week"":""2021-04-12""},{""time"":47001,""label"":""hovered"",""timeHovered"":1945,""week"":""2021-04-12""},{""time"":49574,""label"":""hovered"",""timeHovered"":3764,""week"":""2021-04-12""},{""time"":55722,""label"":""hovered"",""timeHovered"":6126,""week"":""2021-08-23""},{""time"":68613,""label"":""hovered"",""timeHovered"":1351,""week"":""2022-01-10""},{""time"":70001,""label"":""hovered"",""timeHovered"":2760,""week"":""2022-01-10""},{""time"":73035,""label"":""hovered"",""timeHovered"":1001,""week"":""2022-01-10""},{""time"":74096,""label"":""hovered"",""timeHovered"":2964,""week"":""2022-01-10""}]}","{""startTime"":1690228613767,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":9603,""label"":""hovered"",""timeHovered"":1001,""week"":""2021-04-19""}]}",1,moderate,line +2023-07-24 15:40:32,2023-07-24 16:05:07,0,174.64.12.174,100,1474,1,2023-07-24 16:05:07,R_2ykGlEjkT7c6S8o,,,,,30.4042,-91.1431,anonymous,EN,1,10.04,10.04,12.29,1,1,3,2,16.019,18.249,19.979,2,0,0,15.119,0,97,97,70,49.358,66.851,69.01,3,26.173,38.949,63.713,2,1,1,40.076,85.126,89.5,2,1,1,29.33,87.738,91.185,5,1,14.967,70.142,71.701,2,0,0,15.016,0,6,4,6,6,6,6,How does one know it is complete?,14.068,73.077,89.057,7,4,6,6,3,5,6,"It seems accurate, only those making graph know.",7.857,146.583,149.381,4,6,,13.944,15.053,27.493,3,2,7,3,4,1,5,6,0,0,36.34,0,3,6,6,9,9,7,10,9,,11.63,57.871,65.492,9,3,3,2,2,4,3,22.005,71.053,72.582,6,1,1,8.494,17.124,20.245,2,1,1940,Louisiana,7,2,1,,8,BATON ROUGE,,3,4,1,5.769,476.811,482.211,110,6151f8d17451289b4a59a6a8,"{""startTime"":1690227935555,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690228025115,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690227765992,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":15671,""label"":""hovered"",""timeHovered"":8784,""week"":""2021-11-08""},{""time"":26158,""label"":""tour_next"",""step"":2},{""time"":38944,""label"":""tour_end"",""step"":2},{""time"":40316,""label"":""hovered"",""timeHovered"":1142,""week"":""2021-12-20""},{""time"":42142,""label"":""hovered"",""timeHovered"":6322,""week"":""2021-12-27""},{""time"":49384,""label"":""hovered"",""timeHovered"":7551,""week"":""2022-02-07""}]}","{""startTime"":1690227920072,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line +2023-07-24 15:27:50,2023-07-24 16:05:12,0,174.195.113.9,100,2241,1,2023-07-24 16:05:12,R_10I8kp9b8ewkWnG,,,,,32.2123,-110.879,anonymous,EN,1,6.375,32.11,33.227,10,1,3,2,13.221,19.854,21.255,4,0,0,15.164,0,92,89,36,22.211,55.019,56.259,13,8.402,255.537,255.896,16,1,1,2.965,7.883,8.807,5,-2,1,9.263,97.419,98.839,10,1,7.629,152.73,154.16,12,8.298,13.274,15.107,3,6,6,6,6,6,6,,7.414,40.36,42.667,14,5,5,5,6,5,5,some of the line we conflicting and it was a bit difficult reading them,12.065,95.966,96.943,11,4,,15.806,19.146,20.301,3,2,7,3,4,1,5,6,18.15,108.577,110.595,8,6,6,8,8,9,10,9,10,,16.603,48.6,50.552,17,3,4,2,1,4,4,34.635,81.891,82.298,13,4,2,0.004,2.523,4.603,2,2,1959,Arizona,6,3,1,,3,,,4,2,2,4.566,243.899,245.31,27,64485d7e807fdd8adea9db1d,,"{""startTime"":1690227545595,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_focused"",""time"":84592},{""label"":""window_focused"",""time"":84592},{""label"":""window_blurred"",""time"":87086},{""label"":""window_focused"",""time"":246701}]}","{""startTime"":1690227090570,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":61,""label"":""tour_started""},{""time"":60378,""label"":""tour_next"",""step"":5},{""time"":144053,""label"":""started_brush"",""startDate"":""2021-08-02"",""endDate"":""2021-08-04""},{""time"":151848,""label"":""moved_brush"",""startDate"":""2021-04-10"",""endDate"":""2021-08-02""},{""time"":159813,""label"":""moved_brush"",""startDate"":""2021-08-02"",""endDate"":""2022-02-12""},{""time"":169674,""label"":""moved_brush"",""startDate"":""2021-08-02"",""endDate"":""2022-02-12""},{""time"":171939,""label"":""moved_brush"",""startDate"":""2021-07-27"",""endDate"":""2022-02-07""},{""time"":173800,""label"":""moved_brush"",""startDate"":""2021-08-02"",""endDate"":""2022-02-12""},{""time"":174179,""label"":""moved_brush"",""startDate"":""2021-08-02"",""endDate"":""2022-02-12""},{""time"":178845,""label"":""started_brush"",""startDate"":""2021-07-26"",""endDate"":""2021-08-13""},{""time"":179026,""label"":""moved_brush"",""startDate"":""2021-07-26"",""endDate"":""2021-08-13""},{""time"":181524,""label"":""started_brush"",""startDate"":""2021-08-31"",""endDate"":""2022-02-12""},{""time"":183714,""label"":""tour_next"",""step"":5},{""time"":198561,""label"":""moved_brush"",""startDate"":""2021-08-07"",""endDate"":""2022-01-20""},{""time"":201141,""label"":""moved_brush"",""startDate"":""2021-08-07"",""endDate"":""2022-02-12""},{""time"":202463,""label"":""tour_next"",""step"":5},{""time"":219828,""label"":""cleared_brush"",""using"":""click""},{""time"":219848,""label"":""cleared_brush"",""using"":""Escape""},{""time"":222328,""label"":""tour_next"",""step"":5},{""time"":251520,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690227522536,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line +2023-07-24 15:46:00,2023-07-24 16:05:34,0,72.200.16.92,100,1173,1,2023-07-24 16:05:35,R_116hBWhYBqIDksr,,,,,29.9915,-90.2469,anonymous,EN,1,17.303,17.303,18.985,1,1,3,2,4.926,7.593,9.683,2,0,0,15.016,0,57,67,54,81.862,130.327,132.619,9,12.461,25.311,30.434,2,-2,1,46.821,105.354,112.981,2,1,-3,106.937,149.771,152.328,2,-3,37.899,37.899,226.026,1,0,0,15.114,0,5,5,5,6,6,5,,5.277,57.275,70.034,10,5,6,5,4,4,5,I think that it would be close if not exact. ,7.578,7.578,51.702,1,5,,5.505,7.574,10.632,2,2,7,3,4,1,5,6,0,0,35.656,0,5,5,4,6,5,6,9,9,,5.762,53.479,56.191,11,2,2,4,4,2,3,6.179,30.045,32.439,7,3,2,1.901,12.051,14.078,2,2,1960,Louisiana,3,2,1,,9,,Kenner,8,4,1,2.612,95.295,98.8,14,5d321a7348bf98001646aeb2,"{""startTime"":1690228389472,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":37287,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1214,""week"":""4"",""id"":""chart""}]}","{""startTime"":1690228459883,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690228190053,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":12458,""label"":""tour_next"",""step"":2},{""time"":25307,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690228373985,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar +2023-07-24 15:31:33,2023-07-24 16:06:22,0,73.216.145.162,100,2089,1,2023-07-24 16:06:23,R_3jYzMrSLWCsB7Tz,,,,,36.6817,-77.5565,anonymous,EN,1,25.928,25.928,27.2,1,2,,2,3.599,3.599,4.728,1,0,0,15.01,0,11,21,12,9.264,13.428,14.348,3,11.522,24.739,29.397,5,1,1,14.384,39.041,44.364,2,-3,1,16.664,63.633,67.628,3,1,35.183,35.183,36.859,1,0,0,15.015,0,4,4,2,6,6,2,,4.695,30.599,34.953,6,2,6,4,4,4,2,"I don't trust in because there's fake information that looks truthful , but it's really deceitful with the information. ",2.676,324.401,325.886,8,1,,55.07,55.912,60.402,2,6,4,2,7,5,3,1,0,0,63.816,0,1,1,1,1,1,1,1,1,,13.873,141.157,143.111,10,3,5,1,1,5,3,21.301,108.532,109.517,9,4,2,2.843,17.611,19.785,2,1,1966,Virginia,2,2,1,,3,,,6,4,2,2.401,122.995,127.91,22,63db49b4969069441bc68182,"{""startTime"":1690228504803,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690227702734,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":46697,""label"":""hovered"",""timeHovered"":1712,""week"":""2022-01-03""}]}","{""startTime"":1690227610976,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":24,""label"":""tour_started""},{""time"":11457,""label"":""tour_next"",""step"":2},{""time"":13166,""label"":""tour_end"",""step"":2},{""time"":17207,""label"":""hovered"",""timeHovered"":1202,""week"":""2022-01-03""}]}","{""startTime"":1690227686556,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line +2023-07-24 15:51:58,2023-07-24 16:07:12,0,73.60.219.46,100,914,1,2023-07-24 16:07:13,R_1mXf0kBElujODCd,,,,,42.8596,-71.6147,anonymous,EN,1,4.884,4.884,5.829,1,1,4,1,8.203,15.38,17.318,2,0,0,15.023,0,84,84,50,11.076,51.804,54.64,5,24.693,130.278,148.539,21,1,1,29.197,60.836,67.291,4,-1,-1,50.014,67.894,72.777,2,1,53.403,53.403,60.26,1,0,0,15.019,0,5,3,6,5,6,6,The important information missing is deaths per 100k or per case for each subset.,14.155,88.348,92.623,9,5,7,6,2,1,6,It seems to correlate to information on covid cases I have heard reported in general.,2.509,27.925,51.672,10,5,,6.538,6.538,9.827,1,2,7,3,4,1,5,6,0,0,23.443,0,1,8,10,8,8,5,10,8,,6.466,33.722,36.211,14,3,3,2,3,4,3,10.223,38.383,41.765,8,4,2,6.073,17.745,22.526,2,1,1965,New Hampshire,6,2,1,,7,,,17,4,1,3.45,65.81,73.362,14,5bdcd88176d6d50001bc3849,"{""startTime"":1690228781206,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690228650808,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690228423811,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":19247,""label"":""hovered"",""timeHovered"":1215,""week"":""2022-01-31""},{""time"":24684,""label"":""tour_next"",""step"":5},{""time"":49829,""label"":""tour_back"",""step"":5},{""time"":56637,""label"":""tour_next"",""step"":5},{""time"":64086,""label"":""started_brush"",""startDate"":""2021-05-01"",""endDate"":""2021-12-05""},{""time"":68654,""label"":""moved_brush"",""startDate"":""2021-07-09"",""endDate"":""2022-02-13""},{""time"":72060,""label"":""tour_next"",""step"":5},{""time"":79223,""label"":""moved_brush"",""startDate"":""2021-07-09"",""endDate"":""2022-02-13""},{""time"":82712,""label"":""moved_brush"",""startDate"":""2021-11-03"",""endDate"":""2022-02-13""},{""time"":85464,""label"":""moved_brush"",""startDate"":""2021-11-03"",""endDate"":""2022-02-13""},{""time"":88511,""label"":""moved_brush"",""startDate"":""2021-11-18"",""endDate"":""2022-02-13""},{""time"":89508,""label"":""tour_next"",""step"":5},{""time"":103029,""label"":""cleared_brush"",""using"":""click""},{""time"":103031,""label"":""cleared_brush"",""using"":""Escape""},{""time"":105637,""label"":""tour_next"",""step"":5},{""time"":116172,""label"":""tour_end"",""step"":5},{""time"":126528,""label"":""started_brush"",""startDate"":""2021-07-15"",""endDate"":""2021-08-29""},{""time"":132302,""label"":""cleared_brush"",""using"":""click""},{""time"":132305,""label"":""cleared_brush"",""using"":""Escape""},{""time"":135779,""label"":""hovered"",""timeHovered"":1065,""week"":""2022-01-17""},{""time"":137099,""label"":""hovered"",""timeHovered"":2130,""week"":""2022-01-10""},{""time"":141255,""label"":""hovered"",""timeHovered"":4590,""week"":""2022-01-03""}]}","{""startTime"":1690228634871,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":7844,""label"":""hovered"",""timeHovered"":4166,""week"":""2021-12-27""}]}",1,complex,line +2023-07-24 15:51:11,2023-07-24 16:07:19,0,66.69.128.143,100,968,1,2023-07-24 16:07:20,R_3QRgvwUh5hubs36,,,,,33.8925,-98.5293,anonymous,EN,1,23.148,23.148,24.4,1,2,,2,2.025,2.025,2.925,1,0,0,15.013,0,83,83,100,9.369,23.587,27.437,3,26.109,102.688,110.603,7,1,1,25.068,61.598,62.891,3,-3,1,82.265,138.234,140.19,3,1,38.305,48.819,50.962,2,0,0,15.007,0,6,6,6,6,6,6,"It's doubtful that the CDC is perfect, but in the absence of some obvious compelling flaw, the CDC's presentation seems trustworthy.",41.024,102.819,132.182,9,6,6,5,4,4,6,"The time, age groups, and changes are all clearly delineated on the chart. It doesn't give me any reason not to trust it. Everything seems authentic.",2.224,53.426,62.541,4,5,The colors were very clear and nice looking on these charts. Thank you.,4.352,11.179,30.941,3,2,7,3,4,1,5,6,0,0,21.926,0,6,8,8,9,5,6,6,3,That was interesting. Thank you.,5.68,50.702,52.027,11,5,5,1,1,5,5,9.235,22.866,28.969,7,4,3,3.632,19.395,20.516,2,2,1956,Texas,6,3,1,,7,,,3,2,1,3.471,95.652,103.284,22,5be5c05fd153f500019a2ef2,"{""startTime"":1690228741493,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":30636,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1505,""week"":""50"",""id"":""chart""}]}","{""startTime"":1690228641891,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690228462989,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":22,""label"":""tour_started""},{""time"":15898,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2766,""week"":""31"",""id"":""chart""},{""time"":19831,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2600,""week"":""20"",""id"":""chart""},{""time"":26103,""label"":""tour_next"",""step"":5},{""time"":60498,""label"":""started_brush"",""startDate"":""2021-06-23"",""endDate"":""2021-09-30""},{""time"":62364,""label"":""tour_next"",""step"":5},{""time"":76157,""label"":""moved_brush"",""startDate"":""2021-04-29"",""endDate"":""2021-08-06""},{""time"":78563,""label"":""tour_next"",""step"":5},{""time"":85816,""label"":""cleared_brush"",""using"":""Click""},{""time"":89306,""label"":""tour_next"",""step"":5},{""time"":96307,""label"":""tour_end"",""step"":5},{""time"":103798,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1048,""week"":""29"",""id"":""chart""},{""time"":105651,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1028,""week"":""40"",""id"":""chart""}]}","{""startTime"":1690228625833,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":4355,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1731,""week"":""35"",""id"":""chart""},{""time"":7381,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2674,""week"":""6"",""id"":""chart""}]}",1,complex,bar +2023-07-24 15:49:41,2023-07-24 16:07:20,0,107.203.101.64,100,1059,1,2023-07-24 16:07:21,R_29TiiO5gKs6er4J,,,,,33.3683,-117.2333,anonymous,EN,1,33.281,34.248,35.44,2,1,4,2,8.142,13.734,14.622,3,0,0,29.999,0,52,47,54,1.59,60.351,61.544,9,30.518,184.32,185.839,14,1,1,20.663,97.744,98.599,9,1,1,25.477,119.022,119.762,7,1,30.179,61.203,62.148,4,11.623,11.623,15.113,1,4,6,6,6,7,6,,14.959,56.887,61.293,10,5,6,6,5,2,5,"I don't know the actual data. I like the design of the chart, and if it's accurate, it's extremely useful, though not on a daily basis, only when I'm interested in these past events.",4.582,4.582,46.702,1,6,,12.697,23.995,26.67,6,2,7,3,4,1,5,6,20.549,29.909,30.961,2,8,10,9,9,9,7,10,10,,6.92,32.696,35.505,11,3,3,2,3,4,3,7.722,45.57,46.122,9,1,3,5.632,25.344,26.182,4,2,1956,California,3,2,1,,7,,,5,5,2,2.822,68.663,70.289,21,5dea96a5770a431bbed1efb2,"{""startTime"":1690228709700,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690228610688,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690228344677,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":25,""label"":""tour_started""},{""time"":42681,""label"":""hovered"",""timeHovered"":1433,""week"":""2021-12-27""},{""time"":44185,""label"":""hovered"",""timeHovered"":1245,""week"":""2021-12-27""},{""time"":52896,""label"":""hovered"",""timeHovered"":4583,""week"":""2021-12-27""},{""time"":58646,""label"":""hovered"",""timeHovered"":2667,""week"":""2022-01-03""},{""time"":62601,""label"":""hovered"",""timeHovered"":3495,""week"":""2022-01-10""},{""time"":66905,""label"":""hovered"",""timeHovered"":3691,""week"":""2022-01-10""},{""time"":82640,""label"":""tour_next"",""step"":5},{""time"":111769,""label"":""started_brush"",""startDate"":""2021-08-31"",""endDate"":""2021-12-18""},{""time"":117616,""label"":""tour_next"",""step"":5},{""time"":130655,""label"":""moved_brush"",""startDate"":""2021-10-27"",""endDate"":""2022-02-13""},{""time"":132913,""label"":""tour_next"",""step"":5},{""time"":138742,""label"":""cleared_brush"",""using"":""click""},{""time"":141232,""label"":""tour_next"",""step"":5},{""time"":150897,""label"":""tour_end"",""step"":5},{""time"":164842,""label"":""started_brush"",""startDate"":""2021-04-12"",""endDate"":""2021-05-04""},{""time"":165482,""label"":""cleared_brush"",""using"":""click""},{""time"":168529,""label"":""hovered"",""timeHovered"":2904,""week"":""2021-08-16""}]}","{""startTime"":1690228594536,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line +2023-07-24 15:53:35,2023-07-24 16:08:00,0,98.39.220.153,100,865,1,2023-07-24 16:08:01,R_6Rtoj8CsCCdUo5r,,,,,29.7646,-95.3657,anonymous,EN,1,12.561,12.561,13.478,1,1,3,2,1.555,3.156,3.957,2,0,0,15.047,0,89,6,50,11.609,17.469,19.301,4,21.108,82.746,85.015,10,-1,-3,85.315,104.728,106.392,2,1,-2,26.969,86.026,87.19,3,1,54.547,54.547,57.879,1,0,0,15.128,0,6,2,4,6,7,2,"There should also be a section for preexisting conditions, this is therefore far from accurate.",9.71,28.361,63.286,9,2,7,7,6,5,7,"If I am to assume that it is true, then yes, I have to give the benefit of the doubt and take it for what it is.",2.164,2.164,25.201,1,5,I don't trust the CDC for any sort of information,16.926,21.784,49.553,3,2,3,4,5,1,6,7,0,0,8.474,0,4,3,6,6,4,6,6,8,,30.202,53.32,55.959,8,3,3,3,2,3,3,9.974,64.285,65.746,8,3,2,15.305,27.474,28.587,2,1,1963,Texas,2,2,1,,3,,,16,2,1,2.703,106.903,112.777,22,5ebe015ae70ab70008895dbd,"{""startTime"":1690228642911,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690228707129,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690228481716,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":73,""label"":""tour_started""},{""time"":14681,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5445,""week"":""52"",""id"":""chart""},{""time"":21084,""label"":""tour_next"",""step"":5},{""time"":42724,""label"":""started_brush"",""startDate"":""2021-07-02"",""endDate"":""2021-08-21""},{""time"":44042,""label"":""tour_next"",""step"":5},{""time"":53328,""label"":""moved_brush"",""startDate"":""2021-07-02"",""endDate"":""2021-08-02""},{""time"":56535,""label"":""moved_brush"",""startDate"":""2021-06-29"",""endDate"":""2021-08-02""},{""time"":57713,""label"":""tour_next"",""step"":5},{""time"":76186,""label"":""cleared_brush"",""using"":""Click""},{""time"":76186,""label"":""cleared_brush"",""using"":""Escape""},{""time"":79994,""label"":""tour_next"",""step"":5},{""time"":82721,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690228626614,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar +2023-07-24 16:00:52,2023-07-24 16:08:14,0,192.69.179.247,100,441,1,2023-07-24 16:08:14,R_vxDAfdWXdL7njvr,,,,,38.0152,-84.4894,anonymous,EN,1,2.809,3.607,3.948,2,1,3,2,3.695,10.297,10.666,5,0,0,15.008,0,50,50,29,4.537,9.734,10.924,4,10.47,11.82,15.317,2,1,-2,18.313,28.011,28.749,2,-2,1,15.464,21.999,23.235,2,-3,21.882,22.681,23.028,2,0,0,15.112,0,4,2,2,4,4,4,Before I said the data wasn't cited but I see now that it was and the link works.,8.495,85.061,92.778,11,4,4,5,1,2,4,The data is not verified. It doesn't cite a source,4.986,17.145,17.481,3,1,,5.323,5.323,6.923,1,1,3,5,4,6,2,7,0,0,23.161,0,1,1,1,1,1,1,9,5,,2.652,14.365,17.22,11,1,1,5,5,1,1,11.962,26.43,27.508,6,1,1,1.192,4.793,6.366,2,2,1989,Kentucky,6,3,1,,8,Lexington,,8,4,1,1.413,58.204,62.905,24,5ddc379701fadfb9d8f58de7,"{""startTime"":1690229002979,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":13220},{""label"":""window_focused"",""time"":54413},{""time"":79468,""label"":""source_clicked""},{""label"":""window_blurred"",""time"":79487},{""label"":""window_focused"",""time"":83508}]}","{""startTime"":1690228961493,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690228901183,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":3,""label"":""tour_started""},{""time"":10467,""label"":""tour_next"",""step"":2},{""time"":11817,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690228945926,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":3725,""label"":""hovered"",""timeHovered"":3332,""week"":""2022-01-31""},{""time"":7060,""label"":""hovered"",""timeHovered"":2957,""week"":""2022-01-31""}]}",1,simple,line +2023-07-24 15:53:33,2023-07-24 16:08:39,0,98.171.40.191,100,905,1,2023-07-24 16:08:40,R_AnSNEB2XsFcq2lj,,,,,33.9723,-112.7278,anonymous,EN,1,10.859,10.859,13.802,1,1,3,2,10.32,15.72,17.072,2,0,0,15.015,0,84,89,62,12.439,36.152,38.826,3,29.453,50.086,54.665,2,1,1,92.732,143.919,146.201,2,-3,-3,56.587,90.099,95.569,2,-3,57.641,57.641,60.034,1,0,0,15.011,0,6,5,6,5,7,6,,15.372,53.159,55.924,7,5,6,5,5,2,6,Mainly because it comes from a reputable organization and I have no reason to believe that there is any issue with the data,5.976,5.976,71.688,1,3,,8.984,8.984,11.223,1,2,7,3,4,1,5,6,0,0,26.489,0,6,6,5,8,9,4,10,9,,7.388,39.316,42.801,8,3,5,2,2,3,4,7.019,53.739,55.314,9,2,1,12.467,25.703,29.677,2,1,1956,Arizona,5,2,1,,7,,,5,4,2,8.245,75.988,77.488,11,60002c38af716201edc1763d,"{""startTime"":1690228735271,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690228791839,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690228517058,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":29454,""label"":""tour_next"",""step"":2},{""time"":40554,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8098,""week"":""52"",""id"":""chart2""},{""time"":50079,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690228719533,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar +2023-07-24 15:47:29,2023-07-24 16:09:16,0,23.245.196.85,100,1306,1,2023-07-24 16:09:17,R_2fl1kG3xiaW2VcY,,,,,40.2938,-83.0744,anonymous,EN,1,18.12,18.12,22.005,1,1,4,2,9.652,13.358,15.839,2,0,0,15.14,0,66,100,40,8.746,61.39,63.26,6,52.197,71.601,80.801,3,1,1,39.658,113.594,147.282,2,1,1,25.323,142.753,144.682,9,1,178.942,178.942,180.403,1,6.902,6.902,15.114,1,7,7,7,7,7,7,,13.26,28.967,35.949,6,6,6,6,6,6,6,"This visualization is easy to understand, and I like being able to see the minimum and maximum values.",9.102,106.8,114.468,3,2,,6.701,6.701,9.712,1,2,7,3,4,1,5,6,22.71,22.71,33.647,1,1,1,1,1,1,1,9,8,,8.862,59.761,66.195,14,1,1,5,5,1,1,7.224,52.093,53.875,7,2,1,2.526,10.301,22.265,2,2,1957,Ohio,6,2,1,,8,DELAWARE,,14,2,2,4.371,156.876,167.549,17,5ae2641f5cd05500015ece71,"{""startTime"":1690228626941,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690228432080,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":12871},{""label"":""window_focused"",""time"":13179}]}","{""startTime"":1690228188665,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":30,""label"":""tour_started""},{""time"":47027,""label"":""hovered"",""timeHovered"":1832,""week"":""2021-10-25""},{""time"":52165,""label"":""tour_next"",""step"":2},{""time"":62808,""label"":""tour_end"",""step"":2},{""time"":65143,""label"":""hovered"",""timeHovered"":2107,""week"":""2021-07-19""},{""time"":68423,""label"":""hovered"",""timeHovered"":1798,""week"":""2021-05-31""},{""time"":76047,""label"":""hovered"",""timeHovered"":1424,""week"":""2022-01-03""}]}","{""startTime"":1690228416214,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line +2023-07-24 15:56:27,2023-07-24 16:09:34,0,47.210.12.76,100,786,1,2023-07-24 16:09:34,R_1H2lDoUcYSHuh2R,,,,,32.5434,-93.7011,anonymous,EN,1,8.569,8.569,9.74,1,2,,1,2.197,2.197,3.761,1,0,0,15.006,0,38,31,41,21.231,26.152,27.847,3,66.334,173.955,202.984,7,1,1,16.842,45.158,57.001,2,1,1,27.286,42.99,46.46,2,1,43.337,43.337,45.666,1,0,0,15.009,0,2,2,2,5,6,2,No additional comments,38.702,51.178,58.617,7,2,3,3,2,2,1,The data just doesn't fit what I remember for cases of vaccinated versus unvaccinated/infection rates during this time period.,2.792,2.792,60.876,1,5,No additional comments,3.618,9.853,16.843,6,2,7,3,4,1,5,6,0,0,23.865,0,2,1,5,5,1,5,6,8,,3.036,17.617,21.643,9,2,4,4,2,3,4,3.461,11.9,14.448,6,6,1,2.784,7.539,10.386,2,1,1962,Louisiana,3,2,1,,8,Bossier City,,9,1,2,2.002,91.961,97.015,20,58064d91f25c440001678a10,"{""startTime"":1690229019648,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690228921709,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690228656358,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":12506,""label"":""hovered"",""timeHovered"":9233,""week"":""2022-01-10""},{""time"":22872,""label"":""hovered"",""timeHovered"":1017,""week"":""2022-01-10""},{""time"":25290,""label"":""hovered"",""timeHovered"":2166,""week"":""2022-01-10""},{""time"":28007,""label"":""hovered"",""timeHovered"":2599,""week"":""2022-01-10""},{""time"":30706,""label"":""hovered"",""timeHovered"":3683,""week"":""2022-01-10""},{""time"":39789,""label"":""hovered"",""timeHovered"":3866,""week"":""2022-01-31""},{""time"":45089,""label"":""hovered"",""timeHovered"":17399,""week"":""2022-01-31""},{""time"":66328,""label"":""tour_next"",""step"":5},{""time"":91088,""label"":""started_brush"",""startDate"":""2021-11-07"",""endDate"":""2022-02-09""},{""time"":92969,""label"":""tour_next"",""step"":5},{""time"":104419,""label"":""moved_brush"",""startDate"":""2022-01-05"",""endDate"":""2022-02-09""},{""time"":106331,""label"":""tour_next"",""step"":5},{""time"":113917,""label"":""cleared_brush"",""using"":""click""},{""time"":116145,""label"":""tour_next"",""step"":5},{""time"":135818,""label"":""started_brush"",""startDate"":""2022-01-09"",""endDate"":""2022-02-10""},{""time"":173949,""label"":""tour_end"",""step"":5},{""time"":178334,""label"":""hovered"",""timeHovered"":1355,""week"":""2022-01-31""},{""time"":183287,""label"":""hovered"",""timeHovered"":6756,""week"":""2022-01-31""},{""time"":190237,""label"":""hovered"",""timeHovered"":6113,""week"":""2022-01-31""},{""time"":196351,""label"":""hovered"",""timeHovered"":2920,""week"":""2022-01-31""}]}","{""startTime"":1690228905946,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":12061,""label"":""hovered"",""timeHovered"":1125,""week"":""2022-01-10""}]}",1,complex,line +2023-07-24 15:52:06,2023-07-24 16:10:02,0,97.104.54.227,100,1075,1,2023-07-24 16:10:03,R_3n8yu8dVE7weDao,,,,,29.0422,-81.2863,anonymous,EN,1,19.288,19.288,21.402,1,1,2,2,2.329,6.217,8.711,2,0,0,15.012,0,100,0,0,27.58,36.819,40.122,3,58.867,94.899,96.994,3,1,1,49.519,91.527,94.703,2,1,1,79.075,101.29,105.996,2,1,57.072,57.072,60.082,1,0,0,15.112,0,7,7,7,7,7,7,This graph makes it pretty clear that getting vaccinated greatly decreased your chances of contracting covid.,26.232,48.815,94.719,7,6,7,7,7,6,7,I have complete faith in the CDC as a reliable and non-partisan source of scientific data.,3.477,3.477,44.202,1,4,Interesting study - would be interested to see the current graph to date.,7.837,25.845,55.983,3,2,7,3,4,1,5,6,0,0,26.349,0,6,5,2,3,7,3,10,9,"Some of my responses may be misleading, e.g., ""political parties"" - I have 0 trust in the republican party and 8 trust in the democratic party.",9.726,47.406,109.814,9,1,2,3,4,3,1,13.508,46.604,48.742,6,1,1,4.689,13.096,15.522,2,2,1948,Florida,3,2,1,,7,,,8,2,1,3.538,142.416,151.349,31,5c3393d9f53f7a000119160f,"{""startTime"":1690228644225,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690228740251,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690228434998,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":21006,""label"":""hovered"",""timeHovered"":1404,""week"":""2021-08-23""},{""time"":27445,""label"":""hovered"",""timeHovered"":3863,""week"":""2021-06-28""},{""time"":32428,""label"":""hovered"",""timeHovered"":3630,""week"":""2021-08-23""},{""time"":41277,""label"":""hovered"",""timeHovered"":2390,""week"":""2022-01-03""},{""time"":44020,""label"":""hovered"",""timeHovered"":2709,""week"":""2022-01-03""},{""time"":48135,""label"":""hovered"",""timeHovered"":2975,""week"":""2021-04-12""},{""time"":52248,""label"":""hovered"",""timeHovered"":1088,""week"":""2022-01-10""},{""time"":58859,""label"":""tour_next"",""step"":2},{""time"":68883,""label"":""tour_end"",""step"":2},{""time"":72782,""label"":""hovered"",""timeHovered"":1830,""week"":""2021-11-08""},{""time"":75537,""label"":""hovered"",""timeHovered"":2067,""week"":""2022-01-10""},{""time"":80481,""label"":""hovered"",""timeHovered"":1043,""week"":""2022-01-17""},{""time"":81822,""label"":""hovered"",""timeHovered"":1646,""week"":""2022-01-17""},{""time"":84524,""label"":""hovered"",""timeHovered"":1528,""week"":""2022-02-07""}]}","{""startTime"":1690228628458,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line +2023-07-24 15:56:25,2023-07-24 16:10:33,0,70.95.229.203,100,847,1,2023-07-24 16:10:34,R_yJ8JyEcNqwSIxVL,,,,,33.919,-117.2359,anonymous,EN,1,28.065,28.065,29.36,1,2,,2,3.485,4.701,5.99,2,0,0,15.012,0,28,74,86,17.821,31.526,39.326,7,25.378,34.09,71.716,2,-2,1,53.942,71.993,73.405,2,1,1,82.735,131.397,135.059,2,-3,29.543,29.543,30.905,1,0,0,15.111,0,5,2,2,3,7,2,,12.526,40.965,44.981,7,3,5,6,2,1,3,"I don't agree that ""all information about COVID cases"" are included in this chart.",2.572,55.152,58.957,3,2,,7.198,7.198,9.465,1,2,7,3,4,1,5,6,0,0,33.17,0,2,3,7,4,3,6,6,8,,9.62,35.79,38.1,10,4,4,1,1,4,5,12.048,40.11,41.148,6,4,2,3.448,18.092,20.064,2,1,1961,California,5,2,1,,7,,,9,3,2,2.273,115.984,120.549,20,599323cdf9db7d00018955da,"{""startTime"":1690228912945,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690228958727,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690228688448,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":35,""label"":""tour_started""},{""time"":13352,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2222,""week"":""52"",""id"":""chart""},{""time"":16862,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3258,""week"":""46"",""id"":""chart""},{""time"":25368,""label"":""tour_next"",""step"":2},{""time"":34080,""label"":""tour_end"",""step"":2},{""time"":35257,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5595,""week"":""52"",""id"":""chart""},{""time"":42316,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1804,""week"":""14"",""id"":""chart""},{""time"":47666,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5506,""week"":""25"",""id"":""chart""},{""time"":54090,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7627,""week"":""6"",""id"":""chart""},{""time"":64672,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3893,""week"":""52"",""id"":""chart""}]}","{""startTime"":1690228897053,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":11372,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2884,""week"":""52"",""id"":""chart""}]}",1,moderate,bar +2023-07-24 15:59:07,2023-07-24 16:11:51,0,47.214.166.8,100,763,1,2023-07-24 16:11:52,R_3kuLsXxwPV4rOmb,,,,,38.375,-81.8313,anonymous,EN,1,20.834,25.918,27.088,3,1,2,2,2.188,4.724,5.799,2,0,0,15.015,0,86,100,50,9.249,45.504,48.533,6,6.484,90.22,92.124,16,1,1,10.3,43.342,44.177,7,1,1,23.83,44.8,46.42,6,1,21.307,33.701,34.59,4,3.017,3.017,15.008,1,5,4,4,7,7,4,,19.706,45.135,46.353,13,4,7,6,2,2,4,I don't completely trust the Government or the CDC ,4.02,60.37,62.778,4,4,,6.515,9.461,20.109,2,2,7,3,4,1,5,6,16.997,16.997,18.027,1,6,4,9,9,4,9,9,9,,6.934,27.866,28.511,10,3,5,1,4,4,4,8.214,25.268,26.123,7,6,2,6.519,18.069,19.101,3,2,1964,West Virginia,3,2,1,,7,,,6,2,1,2.81,164.839,165.705,63,63978402e524eebeace93868,"{""startTime"":1690229001497,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690229048656,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690228858425,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":9275,""label"":""hovered"",""timeHovered"":3937,""week"":""2022-01-03""},{""time"":13278,""label"":""hovered"",""timeHovered"":1218,""week"":""2022-01-17""},{""time"":18192,""label"":""tour_next"",""step"":5},{""time"":42425,""label"":""started_brush"",""startDate"":""2021-10-27"",""endDate"":""2022-02-13""},{""time"":43052,""label"":""tour_next"",""step"":5},{""time"":52064,""label"":""moved_brush"",""startDate"":""2021-10-08"",""endDate"":""2022-01-25""},{""time"":55493,""label"":""moved_brush"",""startDate"":""2021-06-12"",""endDate"":""2021-09-29""},{""time"":55980,""label"":""tour_next"",""step"":5},{""time"":69364,""label"":""moved_brush"",""startDate"":""2021-08-31"",""endDate"":""2021-12-18""},{""time"":82775,""label"":""cleared_brush"",""using"":""click""},{""time"":82777,""label"":""cleared_brush"",""using"":""Escape""},{""time"":84048,""label"":""tour_next"",""step"":5},{""time"":90212,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690228986007,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":9428,""label"":""hovered"",""timeHovered"":1519,""week"":""2022-01-03""}]}",1,complex,line +2023-07-24 15:59:39,2023-07-24 16:11:59,0,66.196.15.87,100,740,1,2023-07-24 16:12:00,R_RhloBWVyHoVEAIV,,,,,31.5822,-97.1768,anonymous,EN,1,5.745,12.48,15.006,2,1,2,1,2.439,7.346,9.057,2,0,0,15.114,0,69,100,21,29.651,36.346,38.605,3,49.786,58.124,72.304,2,1,1,29.393,72.922,74.814,2,-2,1,74.285,87.78,90.942,2,1,26.94,26.94,28.865,1,0,0,15.115,0,6,2,4,6,2,6,,17.466,44.207,46.924,6,5,6,6,2,5,6,What I've seen on the news this visualization seems accurate,2.998,2.998,34.21,1,2,,7.291,7.291,9.805,1,2,7,3,4,1,5,6,0,0,24.86,0,1,4,10,4,5,1,10,10,,7.106,26.865,29.329,9,2,2,3,4,2,2,10.753,86.905,88.904,8,3,1,3.838,11.928,14.214,2,2,1962,Texas,2,2,1,,7,,,5,1,1,3.928,56.992,58.846,12,63192b009a902051e89fabf1,"{""startTime"":1690229118252,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690229050102,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690228883713,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":32,""label"":""tour_started""},{""time"":6140,""label"":""hovered"",""timeHovered"":3279,""week"":""2022-01-03""},{""time"":9651,""label"":""hovered"",""timeHovered"":3932,""week"":""2022-01-03""},{""time"":17468,""label"":""hovered"",""timeHovered"":1061,""week"":""2021-11-29""},{""time"":33524,""label"":""hovered"",""timeHovered"":4130,""week"":""2022-01-10""},{""time"":37803,""label"":""hovered"",""timeHovered"":3432,""week"":""2022-01-10""},{""time"":41388,""label"":""hovered"",""timeHovered"":5611,""week"":""2022-01-10""},{""time"":49760,""label"":""tour_next"",""step"":2},{""time"":58097,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690229033606,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":3454,""label"":""hovered"",""timeHovered"":1676,""week"":""2022-01-24""}]}",1,simple,line +2023-07-24 16:00:06,2023-07-24 16:12:58,0,24.55.43.185,100,772,1,2023-07-24 16:12:59,R_1QusDA7uI1Tcdcr,,,,,30.2627,-97.7467,anonymous,EN,1,5.11,5.11,6.586,1,1,4,2,2.018,4.135,5.257,2,0,0,15.014,0,100,100,90,10.356,20.259,21.498,3,32.699,80.831,82.156,5,1,1,29.841,82.324,84.113,2,1,1,57.475,87.968,95.543,2,1,11.393,31.716,58.645,6,0,0,15.11,0,7,4,6,5,7,7,,30.622,48.327,53.718,6,6,5,5,1,5,7,"From what I remember about COVID last year, this seems accurate. ",1.696,1.696,22.675,1,4,,19.11,19.11,34.32,1,2,7,3,4,1,5,6,0,0,19.052,0,4,6,7,6,4,6,10,8,,5.165,15.918,17.574,8,3,3,2,3,4,4,8.866,21.72,22.81,6,4,1,4.029,7.079,7.986,2,2,1958,Texas,7,1,1,,7,,,12,1,1,2.204,101.904,107.045,30,63f3e75e0787bb42195e1e4c,"{""startTime"":1690229104006,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":1368,""label"":""hovered"",""timeHovered"":1238,""week"":""2021-11-29""},{""label"":""window_blurred"",""time"":4759},{""label"":""window_focused"",""time"":29899}]}","{""startTime"":1690229001634,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":10050},{""label"":""window_focused"",""time"":44678},{""label"":""window_blurred"",""time"":56298},{""label"":""window_focused"",""time"":67500}]}","{""startTime"":1690228843990,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":11093,""label"":""hovered"",""timeHovered"":1482,""week"":""2021-12-27""},{""time"":18374,""label"":""hovered"",""timeHovered"":12116,""week"":""2022-01-10""},{""time"":32692,""label"":""tour_next"",""step"":5},{""time"":48165,""label"":""started_brush"",""startDate"":""2021-06-11"",""endDate"":""2022-02-13""},{""time"":48898,""label"":""tour_next"",""step"":5},{""time"":56651,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-12-14""},{""time"":57283,""label"":""tour_next"",""step"":5},{""time"":61186,""label"":""moved_brush"",""startDate"":""2021-05-10"",""endDate"":""2022-01-12""},{""time"":62837,""label"":""moved_brush"",""startDate"":""2021-06-11"",""endDate"":""2022-02-13""},{""time"":64354,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-12-14""},{""time"":71594,""label"":""cleared_brush"",""using"":""click""},{""time"":71595,""label"":""cleared_brush"",""using"":""Escape""},{""time"":72407,""label"":""cleared_brush"",""using"":""click""},{""time"":72408,""label"":""cleared_brush"",""using"":""Escape""},{""time"":74773,""label"":""tour_next"",""step"":5},{""time"":80824,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690228985983,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line +2023-07-24 16:00:49,2023-07-24 16:13:35,0,68.52.131.156,100,765,1,2023-07-24 16:13:35,R_OuJ5SLHbBAkDeoN,,,,,37.0368,-88.5934,anonymous,EN,1,7.827,17.798,19.901,20,1,3,2,3.664,11.321,15.647,9,3.684,4.139,15.017,3,88,5,14,3.99,28.382,30.127,21,16.931,59.621,62.14,9,-2,1,25.39,50.178,51.703,5,-1,-3,3.603,113.112,115.221,20,1,21.244,24.612,26.302,3,3.684,6.157,15.12,12,6,6,6,6,6,6,,1.578,35.275,37.627,21,5,6,5,4,3,6,It seems trustworthy,3.715,3.715,18.103,1,4,,8.427,11.491,13,2,2,3,4,5,1,6,7,10.303,16.812,18.441,2,6,6,6,8,8,6,10,8,,5.973,26.93,28.689,10,2,2,4,4,2,3,6.717,54.739,56.7,8,2,2,2.834,13.852,16.864,3,1,1945,Kentucky,2,2,1,,7,,,4,4,2,2.229,161.604,163.329,22,5d506e6d4040a40016bb186a,"{""startTime"":1690229142704,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690229181049,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690228948585,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":36,""label"":""tour_started""},{""time"":25987,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4660,""week"":""43"",""id"":""chart""},{""time"":38473,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4562,""week"":""51"",""id"":""chart""},{""time"":43984,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2714,""week"":""47"",""id"":""chart""},{""time"":48454,""label"":""tour_next"",""step"":2},{""time"":55003,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690229126924,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar +2023-07-24 16:00:11,2023-07-24 16:14:27,0,75.84.235.25,100,855,1,2023-07-24 16:14:28,R_1LAP87rhp0xQtMk,,,,,33.9339,-117.8854,anonymous,EN,1,6.524,6.524,7.661,1,1,3,2,3.794,10.43,11.884,2,0,0,15.112,0,70,80,27,45.602,57.804,58.697,3,32.45,187.214,192.434,11,1,1,74.071,91.411,92.791,2,-2,-3,33.745,67.004,68.382,2,-3,90.594,90.594,92.523,1,0,0,15.011,0,5,4,3,6,5,5,No comments,17.416,30.166,36.689,7,5,5,5,4,4,4,"This is because this statistic is based on the number of 100K people, and the results can be different again when statistics of a lot more people than that are made.",52.872,55.737,58.633,2,4,No comments,4.185,6.164,11.258,2,2,7,3,4,1,5,6,0,0,37.134,0,8,8,7,7,8,2,8,9,No comments,4.458,18.197,22.5,9,3,4,2,3,4,3,2.894,16.457,17.569,6,5,1,5.594,12.539,14.645,3,2,1981,California,4,2,1,,2,,,10,1,2,2.257,53.006,54.506,13,62b146e365eca239ef0dbbfb,"{""startTime"":1690229222130,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":11496,""label"":""started_brush"",""startDate"":""2021-10-31"",""endDate"":""2022-01-03""}]}","{""startTime"":1690229259539,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690228919793,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":20,""label"":""tour_started""},{""time"":32443,""label"":""tour_next"",""step"":5},{""label"":""window_blurred"",""time"":66851},{""label"":""window_focused"",""time"":84127},{""time"":103317,""label"":""started_brush"",""startDate"":""2021-06-30"",""endDate"":""2021-07-09""},{""time"":122632,""label"":""moved_brush"",""startDate"":""2021-06-30"",""endDate"":""2021-07-30""},{""time"":123703,""label"":""cleared_brush"",""using"":""Click""},{""time"":134119,""label"":""started_brush"",""startDate"":""2021-12-02"",""endDate"":""2022-01-28""},{""time"":136144,""label"":""tour_next"",""step"":5},{""time"":147138,""label"":""moved_brush"",""startDate"":""2021-10-30"",""endDate"":""2022-01-28""},{""time"":148112,""label"":""tour_next"",""step"":5},{""time"":168157,""label"":""cleared_brush"",""using"":""Click""},{""time"":168157,""label"":""cleared_brush"",""using"":""Escape""},{""time"":176216,""label"":""tour_next"",""step"":5},{""time"":187206,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690229206243,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar +2023-07-24 16:07:59,2023-07-24 16:15:05,0,108.224.165.164,100,426,1,2023-07-24 16:15:06,R_1geaKEhlyCtfaW0,,,,,26.8286,-80.0587,anonymous,EN,1,11.161,11.161,12.54,1,2,,2,2.05,2.05,4.416,1,0,0,15.018,0,0,50,49,20.08,26.498,28.018,3,10.957,17.007,20.367,3,-1,-1,9.023,11.969,13.387,2,-1,-1,3.985,6.245,7.215,2,-1,5.08,5.08,7.882,1,0,0,15.117,0,1,1,1,1,7,1,Anything coming from the CDC is disinformation.,4.783,15.624,31.595,7,1,1,1,1,1,1,I don't trust the CDC in anything. It's part of the problem of killing people using the clot-shots.,2.986,2.986,43.186,1,1,The CDC has zero credibility.,7.097,8.629,25.503,2,2,7,3,4,1,5,6,17.497,17.497,18.288,1,1,1,6,1,1,4,1,2,no,4.131,15.223,18.107,9,5,1,5,5,1,1,7.84,22.96,24.15,6,7,5,5.262,28.447,30.7,2,5,1956,Florida,6,2,1,,7,,,3,4,2,5.254,54.917,56.385,11,5ec764942256df19e155432c,"{""startTime"":1690229416668,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690229449379,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690229364985,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":17,""label"":""tour_started""},{""label"":""window_blurred"",""time"":9597},{""label"":""window_focused"",""time"":10818},{""time"":10948,""label"":""tour_next"",""step"":2},{""label"":""window_blurred"",""time"":12350},{""label"":""window_focused"",""time"":15487},{""time"":16997,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690229400328,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar +2023-07-24 15:39:10,2023-07-24 16:15:06,0,35.137.199.79,100,2155,1,2023-07-24 16:15:06,R_2R49JwXWOXxDoKe,,,,,28.0973,-82.7001,anonymous,EN,1,125.768,126.95,128.674,2,1,4,2,4.392,11.071,13.159,4,0,0,15.127,0,87,76,51,107.257,132.379,134.487,4,149.186,618.551,749.214,48,1,1,11.153,162.655,164.967,7,-3,-3,76.699,124.961,126.719,7,-2,82.826,83.536,87.077,2,0,0,15.019,0,7,6,1,6,6,7,It would be helpful to include the difference in the severity of covid cases between the vaccinated and unvaccinated .,10.12,57.513,160.369,17,6,6,6,5,4,6,It looks accurate based on my recollection of the data.,4.254,165.318,167.576,7,4,,14.353,28.145,35.842,6,2,7,3,4,1,5,6,0,0,43.24,0,5,6,8,7,6,6,9,8,,13.632,43.744,46.986,24,3,3,2,2,3,3,16.062,56.063,58.37,19,5,1,8.111,24.603,27.047,5,2,1946,Florida,3,2,1,,7,,,4,3,2,4.796,104.073,106.027,29,6300364202ed2f98b79e9797,"{""startTime"":1690228716238,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690228877446,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690227862241,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":49929,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2941,""week"":""19"",""id"":""chart""},{""time"":53415,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":12663,""week"":""14"",""id"":""chart""},{""time"":68192,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1525,""week"":""32"",""id"":""chart""},{""time"":70165,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3192,""week"":""32"",""id"":""chart""},{""time"":76788,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1010,""week"":""5"",""id"":""chart""},{""time"":80011,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":15301,""week"":""50"",""id"":""chart""},{""time"":105756,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6920,""week"":""6"",""id"":""chart""},{""time"":113623,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":20974,""week"":""52"",""id"":""chart""},{""time"":136468,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":12904,""week"":""52"",""id"":""chart""},{""time"":151759,""label"":""tour_next"",""step"":5},{""time"":276511,""label"":""started_brush"",""startDate"":""2021-12-02"",""endDate"":""2022-02-07""},{""time"":278422,""label"":""tour_next"",""step"":5},{""time"":323729,""label"":""moved_brush"",""startDate"":""2021-12-31"",""endDate"":""2022-02-07""},{""time"":346499,""label"":""started_brush"",""startDate"":""2021-11-28"",""endDate"":""2021-12-31""},{""time"":348710,""label"":""tour_next"",""step"":5},{""time"":405107,""label"":""cleared_brush"",""using"":""Click""},{""time"":405107,""label"":""cleared_brush"",""using"":""Escape""},{""time"":422307,""label"":""cleared_brush"",""using"":""Click""},{""time"":426420,""label"":""cleared_brush"",""using"":""Click""},{""time"":426420,""label"":""cleared_brush"",""using"":""Escape""},{""time"":435700,""label"":""tour_next"",""step"":5},{""time"":466130,""label"":""tour_back"",""step"":5},{""time"":478609,""label"":""cleared_brush"",""using"":""Click""},{""time"":486207,""label"":""cleared_brush"",""using"":""Click""},{""time"":486207,""label"":""cleared_brush"",""using"":""Escape""},{""time"":490444,""label"":""cleared_brush"",""using"":""Click""},{""time"":492135,""label"":""started_brush"",""startDate"":""2021-12-22"",""endDate"":""2022-02-07""},{""time"":495011,""label"":""started_brush"",""startDate"":""2021-11-27"",""endDate"":""2022-02-07""},{""time"":508716,""label"":""tour_next"",""step"":5},{""time"":573943,""label"":""tour_back"",""step"":5},{""time"":580772,""label"":""started_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-05-03""},{""time"":585321,""label"":""cleared_brush"",""using"":""Click""},{""time"":585321,""label"":""cleared_brush"",""using"":""Escape""},{""time"":589959,""label"":""started_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-06-03""},{""time"":592337,""label"":""cleared_brush"",""using"":""Click""},{""time"":592337,""label"":""cleared_brush"",""using"":""Escape""},{""time"":597516,""label"":""started_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-08-01""},{""time"":601200,""label"":""cleared_brush"",""using"":""Click""},{""time"":601200,""label"":""cleared_brush"",""using"":""Escape""},{""time"":605211,""label"":""tour_next"",""step"":5},{""time"":618542,""label"":""tour_end"",""step"":5},{""time"":620224,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":3008,""week"":""2"",""id"":""chart""},{""time"":624541,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":3374,""week"":""6"",""id"":""chart""},{""time"":628969,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":6611,""week"":""6"",""id"":""chart""},{""time"":635811,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":8079,""week"":""5"",""id"":""chart""},{""time"":644174,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":12918,""week"":""4"",""id"":""chart""},{""time"":657272,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":13414,""week"":""3"",""id"":""chart""},{""time"":670748,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":12197,""week"":""2"",""id"":""chart""},{""time"":683041,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":13812,""week"":""1"",""id"":""chart""},{""time"":697003,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":12242,""week"":""52"",""id"":""chart""},{""time"":709404,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":9447,""week"":""51"",""id"":""chart""},{""time"":718923,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":9486,""week"":""50"",""id"":""chart""},{""time"":728478,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":17613,""week"":""49"",""id"":""chart""}]}","{""startTime"":1690228700689,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar +2023-07-24 15:57:50,2023-07-24 16:15:44,0,73.127.135.3,100,1073,1,2023-07-24 16:15:44,R_2wukNS3W1CRyLFE,,,,,35.0781,-106.6583,anonymous,EN,1,6.183,7.818,9.196,2,1,4,1,9.653,15.284,16.802,3,0,0,15.013,0,100,100,73,31.975,47.848,49.366,7,44.756,61.798,64.378,2,1,1,21.929,100.359,101.469,9,1,-3,21.692,182.377,184.048,13,1,14.559,63.762,64.761,4,0,0,15.012,0,7,6,7,7,7,7,chart would be interesting for hospitalizations and another for deaths. That would show an even bigger difference between unvaccinated and vaccinated.,14.824,39.677,87.334,9,4,7,7,7,6,6,"It shows the peak in December 2021 and that peak cases included vaccinated cases. But, the cases for the vaccinated was significantly less than unvaccinated.",5.632,5.632,69.4,1,5,,10.122,17.243,18.401,4,2,7,3,4,1,5,6,34.661,34.661,35.78,1,6,8,7,9,6,8,10,9,,13.493,60.679,62.688,9,4,5,2,1,5,5,12.536,42.681,43.936,7,2,1,10.554,25.553,27.842,3,2,1964,New Mexico,7,1,1,,7,,,11,4,2,5.896,79.456,81.455,20,62b8a08a9ff4c7c019c33208,"{""startTime"":1690229127269,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690229006254,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690228823408,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":44,""label"":""tour_started""},{""time"":13035,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":11795,""week"":""52"",""id"":""chart""},{""time"":25635,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":11511,""week"":""6"",""id"":""chart""},{""time"":37779,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4336,""week"":""52"",""id"":""chart""},{""time"":44735,""label"":""tour_next"",""step"":2},{""time"":52614,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5937,""week"":""52"",""id"":""chart2""},{""time"":61776,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690228990739,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar +2023-07-24 15:58:23,2023-07-24 16:16:18,0,24.243.155.141,100,1075,1,2023-07-24 16:16:19,R_3dG4yCvY93cVAqN,,,,,30.2732,-97.7419,anonymous,EN,1,103.867,103.867,105.713,1,1,4,2,3.551,5.107,6.587,2,0,0,15.016,0,100,91,53,17.893,68.808,72.128,4,5.213,202.541,242.887,3,1,1,19.493,61.569,77.305,2,1,1,45.372,118.304,146.857,4,1,61.01,61.01,62.917,1,0,0,15.113,0,6,6,6,5,6,6,Nothing comes to mind. ,8.892,27.422,35.285,7,6,6,6,2,6,6,"Because it gives a range, rather than a precise number. It also matches up with the information I received reading the news daily. ",6.155,6.155,49.439,1,4,Nothing comes to mind. ,4.852,6.507,13.823,2,2,7,3,4,1,5,6,0,0,26.33,0,6,7,7,7,9,5,11,10,,3.337,25.062,28.456,9,4,4,1,1,4,4,3.429,16.318,18.686,6,2,1,2.434,8.091,15.876,2,2,1965,Texas,7,2,1,,7,,,12,2,1,1.536,87.565,93.299,26,56c113f6eb5b22000d5baa6f,"{""startTime"":1690229395252,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":1605,""label"":""hovered"",""timeHovered"":3413,""week"":""2022-01-10""},{""time"":15221,""label"":""hovered"",""timeHovered"":1885,""week"":""2022-01-10""},{""time"":17231,""label"":""hovered"",""timeHovered"":1317,""week"":""2022-01-10""}]}","{""startTime"":1690229322063,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690228915207,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":21316,""label"":""hovered"",""timeHovered"":1249,""week"":""2022-01-03""},{""time"":26252,""label"":""hovered"",""timeHovered"":10862,""week"":""2022-01-10""},{""time"":45252,""label"":""hovered"",""timeHovered"":1081,""week"":""2022-01-10""},{""time"":46699,""label"":""hovered"",""timeHovered"":1183,""week"":""2022-01-10""},{""time"":49699,""label"":""hovered"",""timeHovered"":9181,""week"":""2022-01-10""},{""time"":59366,""label"":""hovered"",""timeHovered"":5082,""week"":""2021-11-22""},{""time"":65268,""label"":""hovered"",""timeHovered"":1746,""week"":""2021-10-18""},{""time"":69525,""label"":""hovered"",""timeHovered"":1639,""week"":""2021-08-23""},{""time"":77970,""label"":""hovered"",""timeHovered"":1045,""week"":""2021-04-12""},{""time"":82469,""label"":""hovered"",""timeHovered"":2264,""week"":""2021-04-26""},{""time"":85417,""label"":""hovered"",""timeHovered"":1746,""week"":""2021-04-26""},{""time"":87933,""label"":""hovered"",""timeHovered"":1748,""week"":""2021-05-10""},{""time"":97648,""label"":""hovered"",""timeHovered"":1385,""week"":""2021-07-26""},{""time"":99885,""label"":""hovered"",""timeHovered"":2396,""week"":""2021-08-23""},{""time"":103833,""label"":""hovered"",""timeHovered"":4532,""week"":""2022-01-03""},{""time"":109167,""label"":""hovered"",""timeHovered"":1197,""week"":""2022-01-10""},{""time"":110618,""label"":""hovered"",""timeHovered"":1616,""week"":""2022-01-17""},{""time"":112333,""label"":""hovered"",""timeHovered"":3881,""week"":""2022-01-24""},{""time"":120278,""label"":""hovered"",""timeHovered"":1068,""week"":""2022-02-07""},{""time"":122049,""label"":""hovered"",""timeHovered"":1232,""week"":""2022-02-07""},{""time"":124246,""label"":""hovered"",""timeHovered"":1450,""week"":""2021-05-31""},{""time"":128833,""label"":""hovered"",""timeHovered"":1082,""week"":""2021-06-14""},{""time"":129981,""label"":""hovered"",""timeHovered"":4168,""week"":""2021-05-31""},{""time"":135002,""label"":""hovered"",""timeHovered"":2811,""week"":""2021-04-26""},{""time"":139832,""label"":""hovered"",""timeHovered"":2116,""week"":""2021-08-23""},{""time"":142046,""label"":""hovered"",""timeHovered"":1184,""week"":""2021-08-23""},{""time"":143323,""label"":""hovered"",""timeHovered"":1490,""week"":""2021-09-06""},{""time"":144915,""label"":""hovered"",""timeHovered"":2681,""week"":""2021-09-20""},{""time"":147658,""label"":""hovered"",""timeHovered"":12508,""week"":""2021-09-20""},{""time"":161754,""label"":""hovered"",""timeHovered"":3344,""week"":""2022-01-10""},{""time"":166434,""label"":""hovered"",""timeHovered"":21744,""week"":""2022-01-10""},{""time"":191858,""label"":""tour_next"",""step"":2},{""time"":202491,""label"":""tour_end"",""step"":2},{""time"":205034,""label"":""hovered"",""timeHovered"":9287,""week"":""2022-01-10""},{""time"":214915,""label"":""hovered"",""timeHovered"":2540,""week"":""2022-01-10""},{""time"":217847,""label"":""hovered"",""timeHovered"":2339,""week"":""2022-01-17""},{""time"":221271,""label"":""hovered"",""timeHovered"":1735,""week"":""2022-01-24""},{""time"":224269,""label"":""hovered"",""timeHovered"":1036,""week"":""2021-11-29""},{""time"":227244,""label"":""hovered"",""timeHovered"":1826,""week"":""2021-11-15""},{""time"":229821,""label"":""hovered"",""timeHovered"":1404,""week"":""2021-10-18""},{""time"":233373,""label"":""hovered"",""timeHovered"":6001,""week"":""2021-08-23""}]}","{""startTime"":1690229306361,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":3288,""label"":""hovered"",""timeHovered"":1073,""week"":""2022-01-31""},{""time"":6083,""label"":""hovered"",""timeHovered"":1125,""week"":""2022-01-10""},{""time"":11400,""label"":""hovered"",""timeHovered"":1166,""week"":""2021-05-24""}]}",1,moderate,line +2023-07-24 15:52:47,2023-07-24 16:16:56,0,72.234.195.104,100,1449,1,2023-07-24 16:16:57,R_1jQf1xD4li8BXqY,,,,,21.3037,-157.8667,anonymous,EN,1,50.521,50.521,52.593,1,2,,2,3.704,3.704,5.594,1,0,0,15.01,0,93,100,94,30.226,51.799,55.572,5,79.314,151.806,177.334,3,-2,1,57.137,89.931,98.135,3,-3,-3,162.778,185.051,201.595,2,1,50.02,50.02,55.527,1,0,0,15.12,0,5,5,5,7,7,3,,41.793,62.602,77.96,7,2,7,6,2,3,2,The charts don't specify neither the severity of the cases nor the outcome. Having a sore throat for a couple of days is not the same as being hospitalized or dying. ,3.747,177.123,196.672,10,7,,6.352,12.098,15.833,2,2,7,3,4,1,5,6,0,0,37.125,0,3,5,9,9,3,6,9,6,,9.376,52.81,58.345,11,4,4,1,2,4,4,17.291,56.463,62.6,6,5,4,8.101,20.585,34.286,2,2,1959,Hawaii,3,1,1,,7,,,4,4,1,6.164,186.547,194.109,22,5d5d431608a4b10016285091,"{""startTime"":1690228815419,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":67394},{""label"":""window_focused"",""time"":68801},{""label"":""window_blurred"",""time"":69022},{""label"":""window_focused"",""time"":70000}]}","{""startTime"":1690228895166,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690228522216,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":23,""label"":""tour_started""},{""time"":31898,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8801,""week"":""52"",""id"":""chart""},{""time"":41685,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4676,""week"":""1"",""id"":""chart""},{""time"":52709,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7549,""week"":""42"",""id"":""chart""},{""time"":63949,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":10371,""week"":""23"",""id"":""chart""},{""time"":78280,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8867,""week"":""23"",""id"":""chart""},{""time"":89252,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":10556,""week"":""52"",""id"":""chart""},{""time"":106279,""label"":""tour_next"",""step"":2},{""time"":115226,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":21008,""week"":""52"",""id"":""chart2""},{""time"":151787,""label"":""tour_end"",""step"":2},{""time"":159039,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6747,""week"":""6"",""id"":""chart2""},{""time"":166935,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3792,""week"":""6"",""id"":""chart""},{""time"":174104,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1332,""week"":""2"",""id"":""chart2""}]}","{""startTime"":1690228799489,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar +2023-07-24 15:58:27,2023-07-24 16:17:16,0,24.127.55.3,100,1129,1,2023-07-24 16:17:16,R_3DhEp4lv3uVVrni,,,,,42.6734,-82.7736,anonymous,EN,1,27.156,27.156,31.181,1,1,2,2,2.321,8.505,10.674,2,0,0,15.112,0,61,41,33,23.728,31.578,34.953,3,37.565,213.173,264.274,26,-2,1,28.228,55.332,64.555,2,-3,-3,33.921,51.584,53.212,2,1,36.392,68.836,81.576,3,0,0,15.01,0,3,3,2,2,6,2,Just because the data source is displayed doesn't explain where this information came from and how it was used to get these results.,13.434,69.921,77.856,9,3,1,2,2,2,2,I am not sure of the data provided. I see the visualization but not any facts to support the data shown. ,3.894,3.894,43.289,1,6,,11.447,15.248,16.634,2,2,7,3,4,1,5,6,0,0,27.936,0,4,8,9,9,6,9,8,10,,6.167,29.123,32.243,11,4,4,2,1,4,4,18.406,45.567,47.528,7,5,1,12.135,22.867,27.194,4,2,1957,Michigan,3,2,1,,7,,,12,2,1,5.347,199.131,206.973,40,60fcbda8909f2ef8e0afa8ca,"{""startTime"":1690229268804,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690229193949,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690228831702,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":40485,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":9798,""week"":""52"",""id"":""chart""},{""time"":52538,""label"":""tour_next"",""step"":5},{""time"":84849,""label"":""started_brush"",""startDate"":""2021-11-26"",""endDate"":""2021-12-08""},{""time"":87006,""label"":""tour_next"",""step"":5},{""time"":107970,""label"":""moved_brush"",""startDate"":""2021-11-12"",""endDate"":""2021-11-24""},{""time"":142775,""label"":""tour_next"",""step"":5},{""time"":156119,""label"":""moved_brush"",""startDate"":""2021-11-12"",""endDate"":""2021-11-24""},{""time"":170966,""label"":""moved_brush"",""startDate"":""2021-11-12"",""endDate"":""2021-11-24""},{""time"":171579,""label"":""moved_brush"",""startDate"":""2021-11-12"",""endDate"":""2021-11-24""},{""time"":176085,""label"":""cleared_brush"",""using"":""Click""},{""time"":182601,""label"":""cleared_brush"",""using"":""Click""},{""time"":182602,""label"":""cleared_brush"",""using"":""Escape""},{""time"":185407,""label"":""tour_next"",""step"":5},{""time"":192525,""label"":""tour_end"",""step"":5},{""time"":194926,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3234,""week"":""1"",""id"":""chart""},{""time"":206729,""label"":""started_brush"",""startDate"":""2022-01-19"",""endDate"":""2022-02-01""},{""time"":207489,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3715,""week"":""5"",""id"":""chart""},{""time"":211210,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2795,""week"":""5"",""id"":""chart""},{""time"":216942,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4093,""week"":""4"",""id"":""chart""},{""time"":221057,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":9232,""week"":""4"",""id"":""chart""},{""time"":230767,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2954,""week"":""5"",""id"":""chart""},{""time"":236690,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2896,""week"":""5"",""id"":""chart""},{""time"":240127,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1935,""week"":""4"",""id"":""chart""},{""time"":244035,""label"":""cleared_brush"",""using"":""Click""},{""time"":247586,""label"":""started_brush"",""startDate"":""2021-11-26"",""endDate"":""2022-01-02""}]}","{""startTime"":1690229178368,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar +2023-07-24 16:00:28,2023-07-24 16:17:47,0,67.177.109.28,100,1038,1,2023-07-24 16:17:48,R_24C7Au26C1aXMIQ,,,,,30.1909,-85.6696,anonymous,EN,1,5.806,5.806,7.99,1,1,3,1,2.099,13.615,14.92,2,0,0,15.008,0,100,100,29,13.626,25.947,29.04,3,28.645,43.598,52.804,3,1,1,56.729,88.823,90.323,2,-3,1,75.145,171.497,173.541,3,-1,53.404,66.964,68.385,2,0,0,15.017,0,5,4,6,7,6,6,,6.88,34.729,37.431,7,3,7,6,4,7,6,"Because it is consistent with and illustrative of what we learned in the news during that period. Although one could nitpick and argue over nuances of the data, it's clear that people who didn't get vaccinated were more likely to get Covid.",4.503,86.724,133.297,2,4,,9.539,9.539,17.23,1,2,7,3,4,1,5,6,0,0,27.951,0,1,5,5,5,5,4,8,9,,5.937,65.418,69.897,9,4,4,2,2,5,4,11.159,39.453,41.216,8,3,1,2.829,12.847,18.274,2,1,1959,Florida,7,1,1,,7,,,10,4,1,5.219,132.433,144.176,16,63891bdb3ba6ac10865528f3,"{""startTime"":1690229341442,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690229153936,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":816,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1762,""week"":""1"",""id"":""chart""},{""time"":2741,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":10662,""week"":""2"",""id"":""chart""}]}","{""startTime"":1690228910573,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":12872,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5146,""week"":""52"",""id"":""chart""},{""time"":18318,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6895,""week"":""47"",""id"":""chart""},{""time"":28638,""label"":""tour_next"",""step"":2},{""time"":35566,""label"":""tour_end"",""step"":2},{""time"":39187,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1233,""week"":""19"",""id"":""chart""},{""time"":43202,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1455,""week"":""31"",""id"":""chart""},{""time"":46499,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1889,""week"":""52"",""id"":""chart""},{""time"":48610,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1753,""week"":""2"",""id"":""chart""}]}","{""startTime"":1690229138286,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar +2023-07-24 16:07:56,2023-07-24 16:19:35,0,184.98.95.232,100,698,1,2023-07-24 16:19:36,R_2fDwhOP02hBPPQT,,,,,33.4656,-111.9956,anonymous,EN,1,20.767,20.767,25.91,1,1,4,2,1.59,3.583,5.086,2,0,0,15.029,0,75,92,57,9.286,20.846,21.772,3,22.63,30.967,38.333,3,1,1,8.718,34.894,36.316,3,-3,-3,33.956,92.082,93.575,2,-1,71.285,71.285,72.859,1,7.456,7.456,15.132,1,4,4,4,4,4,4,"The instructions for this set of questions is self-contradicotory: ""Disregard the visualization for this question. To what extent do you agree or disagree with the following statements about the data used in the visualization above?""",19.433,37.363,68.019,11,3,6,5,1,2,6,"It seems reasonable, I do not know why you would chose to use deception in it, and it is labeled by the CDC.",2.116,2.116,56.147,1,5,,5.14,5.14,11.59,1,2,7,3,4,1,5,6,0,0,14.422,0,2,6,7,3,9,5,10,8,,5.376,21.995,25.882,8,2,2,2,2,2,3,8.938,38.11,40.331,6,3,2,4.529,20.644,22.024,2,1,1963,Arizona,3,2,1,,7,,,4,4,1,1.598,45.257,60.032,15,5eed1bae9e63ac127ac15a77,"{""startTime"":1690229613114,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690229513090,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":22495,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5233,""week"":""51"",""id"":""chart""},{""time"":28868,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1282,""week"":""52"",""id"":""chart""}]}","{""startTime"":1690229363694,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":17,""label"":""tour_started""},{""time"":14699,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1050,""week"":""47"",""id"":""chart""},{""time"":17324,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4025,""week"":""46"",""id"":""chart""},{""time"":22611,""label"":""tour_next"",""step"":2},{""time"":28219,""label"":""tour_end"",""step"":2},{""time"":29776,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1525,""week"":""52"",""id"":""chart""},{""time"":34876,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1034,""week"":""21"",""id"":""chart""}]}","{""startTime"":1690229497159,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":8305,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1485,""week"":""6"",""id"":""chart""},{""time"":10697,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2207,""week"":""51"",""id"":""chart""}]}",1,moderate,bar +2023-07-24 16:10:39,2023-07-24 16:20:45,0,174.51.151.171,100,605,1,2023-07-24 16:20:46,R_12mao0XHgrD2k5x,,,,,40.05,-105.217,anonymous,EN,1,6.177,8.456,9.624,4,1,4,2,1.928,4.744,6.128,2,0,0,15.018,0,93,95,50,9.726,22.357,26.094,11,14.094,35.205,55.404,4,1,-2,32.272,54.033,55.686,9,1,1,26.323,43.755,48.271,7,1,52.243,52.243,53.747,1,0,0,15.019,0,5,4,6,6,6,6,,14.553,34.35,37.399,20,6,7,6,6,6,6,"It seems clearly presented and it makes sense. For example, it is consistent with higher COVID cases among the unvaccinated, as well as with the predictable epidemic curve where cases peak in January or February. ",4.641,53.909,55.016,7,4,,2.728,3.79,6.073,3,2,7,3,4,1,5,6,9.374,25.821,44.349,6,6,7,8,8,5,2,9,7,,5.144,19.91,22.917,9,3,3,3,2,4,3,6.784,16.96,18.498,6,2,2,2.591,8.615,10.211,2,5,1975,Colorado,9,1,1,,10,,,19,4,2,2.37,78.626,81.078,21,5dced33fc944d1018c53c520,"{""startTime"":1690229713430,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690229637746,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690229509208,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":21,""label"":""tour_started""},{""time"":1659,""label"":""hovered"",""timeHovered"":1248,""week"":""2021-09-13""},{""time"":2910,""label"":""hovered"",""timeHovered"":2467,""week"":""2021-09-13""},{""time"":19946,""label"":""hovered"",""timeHovered"":1445,""week"":""2022-01-03""},{""time"":23550,""label"":""hovered"",""timeHovered"":2030,""week"":""2021-06-07""},{""time"":25805,""label"":""hovered"",""timeHovered"":1327,""week"":""2021-05-31""},{""time"":28805,""label"":""tour_next"",""step"":2},{""time"":35261,""label"":""tour_end"",""step"":2},{""time"":43250,""label"":""hovered"",""timeHovered"":1716,""week"":""2021-06-07""},{""time"":52119,""label"":""hovered"",""timeHovered"":1814,""week"":""2021-06-21""}]}","{""startTime"":1690229621935,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":6144,""label"":""hovered"",""timeHovered"":1252,""week"":""2021-04-12""},{""time"":7544,""label"":""hovered"",""timeHovered"":1030,""week"":""2021-05-10""},{""time"":9374,""label"":""hovered"",""timeHovered"":2607,""week"":""2021-06-14""}]}",1,simple,line +2023-07-24 16:06:25,2023-07-24 16:21:53,0,68.39.176.199,100,927,1,2023-07-24 16:21:54,R_29cAUan33Dkjejr,,,,,40.7494,-86.0686,anonymous,EN,1,3.527,3.527,4.899,1,1,4,2,2.198,6.735,8.326,2,0,0,15.116,0,81,25,12,30.792,83.645,85.365,6,52.179,155.22,161.8,19,1,1,20.452,57.952,59.142,4,-3,1,43.737,59.764,62.239,2,1,24.684,66.615,68.214,6,0,0,15.01,0,7,7,7,6,6,7,"It was a bit confusing at first, but once I understood what colors were unvaccinated and vaccinated, it became clear and easy to read the chart.",11.048,29.88,75.797,7,7,6,6,4,3,7,The ability to run my mouse over the chart and see the exact case numbers per group makes me trust it as it shows the researcher clearly wanted to represent all the facts down to the exacting detail.,2.196,3.423,63.001,2,2,"The information was clearly presented and the questions were easy to understand. Also, there were no technical errors. Good luck with your research.",4.191,15.526,17.338,3,2,3,4,5,1,6,7,0,0,11.883,0,4,6,9,6,11,2,10,7,"It has become more difficult over the course of my lifetime to place as much trust in any of the above as I once had due to, in my opinion, a declining interest in working for the common good and an increase in selfish acts and policies.",5.51,31.027,106.203,10,5,5,1,1,5,5,9.252,20.641,22.444,6,1,1,3.413,10.221,12.323,2,1,1956,Florida,6,2,1,,7,,,8,4,1,3.28,70.247,77.245,16,5e2d96d3bc554937d1b3917a,"{""startTime"":1690229563565,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690229640365,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690229317284,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":24934,""label"":""hovered"",""timeHovered"":2082,""week"":""2022-01-10""},{""time"":27386,""label"":""hovered"",""timeHovered"":3382,""week"":""2022-01-10""},{""time"":52176,""label"":""tour_next"",""step"":5},{""time"":70436,""label"":""cleared_brush"",""using"":""click""},{""time"":83197,""label"":""started_brush"",""startDate"":""2021-12-29"",""endDate"":""2022-01-12""},{""time"":84039,""label"":""tour_next"",""step"":5},{""time"":110956,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-08-09""},{""time"":126291,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-08-08""},{""time"":130995,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-10-13""},{""time"":136635,""label"":""started_brush"",""startDate"":""2021-10-17"",""endDate"":""2022-01-09""},{""time"":137330,""label"":""tour_next"",""step"":5},{""time"":145758,""label"":""cleared_brush"",""using"":""click""},{""time"":145761,""label"":""cleared_brush"",""using"":""Escape""},{""time"":147406,""label"":""tour_next"",""step"":5},{""time"":155216,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690229548031,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line +2023-07-24 16:07:42,2023-07-24 16:22:09,0,73.27.247.192,100,866,1,2023-07-24 16:22:09,R_2ic7sLXmQOmTaox,,,,,26.9835,-82.1319,anonymous,EN,1,8.047,13.819,15.258,2,1,3,1,3.045,7.341,10.297,2,3.283,14.645,15.017,3,80,100,50,38.263,61.111,64.854,4,22.554,73.217,78.382,3,1,-3,76.171,135.683,137.65,4,-3,-3,57.562,79.346,81.366,2,-3,38.487,38.487,61.757,1,0,0,15.012,0,6,4,6,6,2,6,,11.367,29.846,34.523,6,4,6,4,1,4,6,"Because it makes sense, is clear, and why not trust it? It has no direct effect on me.",5.23,56.505,62.595,2,6,,5.474,5.474,11.175,1,2,7,3,4,1,5,6,20.511,20.511,24.707,1,1,1,10,10,6,9,10,10,,8.488,25.072,28.847,8,3,3,2,3,4,3,8.645,28.607,30.514,6,4,1,3.873,11.641,14.342,2,1,1954,Florida,4,2,1,,7,,,6,4,1,3.325,100.942,101.812,14,62879b859698ba45e6afa90f,"{""startTime"":1690229673801,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690229575746,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690229399673,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":8598,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1854,""week"":""52"",""id"":""chart""},{""time"":32078,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7845,""week"":""44"",""id"":""chart""},{""time"":40675,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3713,""week"":""1"",""id"":""chart""},{""time"":44991,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4481,""week"":""45"",""id"":""chart""},{""time"":64169,""label"":""tour_next"",""step"":2},{""time"":73208,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690229560296,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar +2023-07-24 15:54:57,2023-07-24 16:22:26,0,63.160.189.5,100,1648,1,2023-07-24 16:22:26,R_2ffDP8yJ0V9ZVDA,,,,,37.751,-97.822,anonymous,EN,1,764.795,765.7,766.64,3,1,2,2,2.1,10.455,11.502,6,14.382,14.382,15.026,1,100,100,50,1.992,9.43,11.107,5,2.589,42.181,43.262,9,-2,1,3.897,84.973,87.198,12,-3,-3,1.867,65.678,66.327,11,1,20.374,34.719,36.067,6,7.629,12.88,15.021,2,4,6,4,6,6,4,,5.573,22.271,24.525,8,6,6,6,5,4,4,Because I dont think its from a verifiable source,34.572,34.572,52.862,1,4,,11.664,13.151,14.599,2,2,7,3,4,1,5,6,0.823,36.069,38.871,6,7,7,7,7,7,7,7,7,,45.014,55.301,56.719,11,3,4,2,2,4,4,30.748,45.132,46.76,11,2,1,3.96,19.261,21.47,6,1,1973,Arizona,6,2,1,,3,,,7,3,1,9.159,130.049,134.045,23,646d3710dea5554a4b83d2a2,"{""startTime"":1690229645738,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690229539657,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690229398711,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":19,""label"":""tour_started""},{""time"":24276,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5741,""week"":""47"",""id"":""chart""},{""time"":35652,""label"":""tour_next"",""step"":2},{""time"":37692,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690229510964,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":2384,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2468,""week"":""1"",""id"":""chart""}]}",1,moderate,bar +2023-07-24 16:07:02,2023-07-24 16:22:34,0,108.225.41.224,100,931,1,2023-07-24 16:22:35,R_1otAlubVTxuq0VN,,,,,35.0255,-97.9462,anonymous,EN,1,72.463,73.421,74.156,2,1,2,1,1.853,4.948,5.875,3,13.372,13.372,15.009,1,100,100,69,9.803,17.554,18.52,6,6.662,39.191,39.981,6,1,1,22.31,74.174,75.154,8,-2,1,12.358,63.501,64.588,8,1,21.816,61.256,62.295,5,6.306,13.666,15.02,3,7,7,7,7,7,7,,23.614,36.092,37.81,9,7,7,7,7,7,7,I trust it because it seems to me that it was true,6.601,6.601,30.247,1,4,,4.517,5.365,6.202,2,2,3,4,5,1,6,7,276.68,276.68,279.677,1,1,1,1,1,1,4,1,6,,5.402,28.528,29.343,13,5,5,1,1,1,1,3.106,37.098,38,9,6,5,8.721,33.545,34.271,4,2,1965,Oklahoma,4,2,1,,7,,,7,1,2,7.029,67.222,68.383,22,568e7e33e3ef9e000da202a7,"{""startTime"":1690229472008,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690229510397,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690229350552,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":16460,""label"":""tour_next"",""step"":2},{""time"":25251,""label"":""tour_end"",""step"":2},{""time"":31278,""label"":""hovered"",""timeHovered"":2574,""week"":""2021-04-12""}]}","{""startTime"":1690229456429,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line +2023-07-24 16:11:08,2023-07-24 16:22:37,0,173.16.243.71,100,689,1,2023-07-24 16:22:38,R_2rpbjPS6RLo3sXN,,,,,41.1622,-85.4724,anonymous,EN,1,5.336,5.336,7.403,1,1,4,2,3.161,6.083,7.548,2,0,0,15.11,0,100,100,100,11.775,17.938,20.152,3,23.5,43.001,51.131,2,1,-2,35.587,82.056,84.388,2,1,-3,33.938,100.932,102.701,3,-3,50.033,50.033,52.042,1,0,0,15.11,0,6,6,6,6,6,6,,8.073,16.243,20.338,6,6,6,6,6,4,6,Very straightforward scientific data on per capita basis which is important.,4.059,50.939,55.545,2,6,,7.213,7.213,9.307,1,2,7,3,4,1,5,6,10.075,10.075,26.054,1,8,9,11,10,8,9,10,11,,6.651,27.419,31.368,8,4,4,2,2,4,4,6.256,24.759,26.647,6,6,1,7.503,17.782,21.042,2,1,1942,Indiana,7,3,1,,7,,,6,1,2,4.028,70.268,71.634,12,5cda0f40fbe78a00192192a3,"{""startTime"":1690229689299,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690229710574,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690229536049,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":38,""label"":""tour_started""},{""time"":9841,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1116,""week"":""1"",""id"":""chart""},{""time"":11557,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3266,""week"":""1"",""id"":""chart""},{""time"":16806,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4782,""week"":""52"",""id"":""chart""},{""time"":23486,""label"":""tour_next"",""step"":2},{""time"":27695,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7109,""week"":""52"",""id"":""chart2""},{""time"":35911,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4975,""week"":""1"",""id"":""chart2""},{""time"":42986,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690229673251,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar +2023-07-24 16:12:35,2023-07-24 16:22:40,0,107.145.174.52,100,604,1,2023-07-24 16:22:41,R_27TYJ9VEisXDyzw,,,,,29.2866,-81.0869,anonymous,EN,1,9.754,10.469,11.692,2,1,3,2,1.715,4.073,5.844,2,0,0,15.108,0,100,100,72,16.249,28.733,38.71,4,16.613,30.165,32.409,2,1,1,30.566,40.85,42.258,2,-3,-3,30.554,47.016,48.299,2,1,35.233,35.233,42.209,1,0,0,15.009,0,4,4,4,7,7,4,Nothing to add.,13.347,40.591,46.275,8,4,7,7,1,4,7,"Your statement indicated to assume that I trust this visualization, so that is how I answered. In real life, I have no clue as to how accurate the data is.",2.659,2.659,52.95,1,6,Nothing to add.,3.133,5.492,11.022,4,2,7,3,4,1,5,6,0,0,16.035,0,7,8,10,10,6,9,10,10,Nothing to add.,5.802,25.604,30.59,10,3,3,2,3,3,3,5.896,19.462,21.357,7,4,1,3.275,13.349,14.908,2,1,1965,Florida,6,3,1,,7,,,7,4,1,2.812,104.057,104.914,14,62d3864d8929960c0bd35335,"{""startTime"":1690229815217,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690229733428,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690229641831,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":9468,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6148,""week"":""43"",""id"":""chart""},{""time"":16609,""label"":""tour_next"",""step"":2},{""time"":21984,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2000,""week"":""47"",""id"":""chart2""},{""time"":27533,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1267,""week"":""44"",""id"":""chart2""},{""time"":30160,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690229717584,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":10567,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1375,""week"":""52"",""id"":""chart""}]}",1,simple,bar +2023-07-24 16:04:23,2023-07-24 16:23:41,0,47.14.24.141,100,1158,1,2023-07-24 16:23:41,R_3O85iJShNxmegU9,,,,,42.6689,-71.5934,anonymous,EN,1,55.215,55.215,56.603,1,1,4,2,2.507,7.03,8.802,2,0,0,15.111,0,80,100,50,30.158,67.824,74.165,5,63.58,91.864,113.212,3,-2,1,68.692,108.485,110.651,2,-1,-3,66.426,85.766,88.417,2,-3,44.181,44.181,46.011,1,0,0,15.109,0,4,2,4,6,6,4,"I assume that if the data if from the CDC, the data it truthful and accurate. My earlier hesitation is that I would want to cross-reference with the CDC myself. ",22.329,56.914,113.89,7,2,6,4,2,2,4,"I do not know if the source of the data is accurate. I would want to cross-reference the data. It looks legitimate, but I can't know without some cross-reference. ",4.402,45.178,64.265,2,5,,9.564,46.521,49.201,3,2,7,3,4,1,5,6,0,0,33.684,0,5,8,8,7,8,8,10,10,,9.013,25.934,29.294,8,4,4,1,1,5,4,17.465,53.477,57.861,7,4,1,6.089,16.54,20.634,2,1,1963,Massachusetts,7,3,1,,7,,,17,4,1,4.357,157.051,168.783,24,611e98f99f858a3980832435,"{""startTime"":1690229600206,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690229486030,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690229244762,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":23259,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4653,""week"":""1"",""id"":""chart""},{""time"":28728,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3253,""week"":""52"",""id"":""chart""},{""time"":34668,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1602,""week"":""45"",""id"":""chart""},{""time"":39154,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5521,""week"":""32"",""id"":""chart""},{""time"":45248,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":16857,""week"":""1"",""id"":""chart""},{""time"":63577,""label"":""tour_next"",""step"":2},{""time"":79186,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3935,""week"":""52"",""id"":""chart2""},{""time"":86078,""label"":""tour_end"",""step"":2},{""time"":96543,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2608,""week"":""6"",""id"":""chart2""},{""time"":99791,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1598,""week"":""6"",""id"":""chart""},{""time"":108047,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1946,""week"":""1"",""id"":""chart""}]}","{""startTime"":1690229470452,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":3089,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1945,""week"":""52"",""id"":""chart2""}]}",1,simple,bar +2023-07-24 16:07:30,2023-07-24 16:24:13,0,98.165.52.105,100,1002,1,2023-07-24 16:24:13,R_2rUtHudaDXSQ9Vt,,,,,32.2123,-110.879,anonymous,EN,1,47.027,47.027,48.884,1,1,4,1,2.717,5.812,7.326,2,0,0,15.113,0,79,82,77,15.528,21.242,23.285,3,10.74,39.725,44.291,2,1,1,23.594,44.242,45.484,2,1,1,145.177,166.846,168.075,2,-2,98.969,98.969,100.33,1,0,0,15.108,0,6,6,6,6,6,6,,62.46,72.504,74.249,6,6,6,6,6,6,6,"Clean, neat and easy to visualize. Data points and markings are easy to read.",8.866,68.988,72.026,4,6,,23.642,35.208,36.906,2,2,7,3,4,1,5,6,0,0,25.953,0,5,8,7,5,8,4,9,9,,16.738,31.473,33.838,8,4,4,2,2,4,4,29.528,44.715,46.052,6,2,1,5.471,16.248,19.498,2,1,1953,Arizona,7,2,1,,7,,,8,4,1,3.833,113.035,118.12,16,60c2670ee246bb9e550f9088,"{""startTime"":1690229611884,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690229496468,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690229389680,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":10730,""label"":""tour_next"",""step"":2},{""time"":39716,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690229480607,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line +2023-07-24 15:52:32,2023-07-24 16:24:17,0,104.7.56.57,100,1905,1,2023-07-24 16:24:18,R_RysuDQcj3MayJZT,,,,,32.6205,-90.0061,anonymous,EN,1,323.879,327.424,328.554,4,1,2,2,2.325,7.045,8.606,3,0,0,15.056,0,70,100,94,3.269,45.338,46.336,9,8.916,86.032,87.459,12,-2,-2,2.28,169.224,170.193,12,-2,-3,19.851,68.041,69.759,8,-2,1.787,47.794,49.3,6,1.878,6.411,15.131,2,6,4,4,5,6,6,,2.139,31.83,33.478,11,6,6,4,6,6,6,I believe the Center for Disease Control is pretty trustworthy and it says this information was sourced from there.,2.989,2.989,26.101,1,2,,5.777,13.858,14.792,3,2,7,3,4,1,5,6,13.077,19.551,20.501,3,3,6,6,7,5,6,6,8,,7.323,27.151,28.903,11,3,2,2,3,2,2,2.913,14.697,15.531,7,6,1,0.223,12.739,14.245,5,2,1965,Mississippi,3,1,1,,3,,,4,2,1,2.942,109.397,111.878,55,5c330cefca23620001b262b1,"{""startTime"":1690229704533,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690229739165,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690229548062,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":40,""label"":""tour_started""},{""time"":31615,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":10491,""week"":""43"",""id"":""chart""},{""time"":43473,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1030,""week"":""43"",""id"":""chart""},{""time"":45509,""label"":""tour_next"",""step"":5},{""time"":55128,""label"":""started_brush"",""startDate"":""2021-06-13"",""endDate"":""2021-08-20""},{""time"":57651,""label"":""tour_next"",""step"":5},{""time"":68015,""label"":""moved_brush"",""startDate"":""2021-09-18"",""endDate"":""2021-11-25""},{""time"":69454,""label"":""tour_next"",""step"":5},{""time"":76889,""label"":""cleared_brush"",""using"":""Click""},{""time"":76889,""label"":""cleared_brush"",""using"":""Escape""},{""time"":78802,""label"":""tour_next"",""step"":5},{""time"":84216,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690229687742,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":7504,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1867,""week"":""38"",""id"":""chart""},{""time"":13353,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1180,""week"":""2"",""id"":""chart""}]}",1,complex,bar +2023-07-24 15:45:38,2023-07-24 16:24:18,0,76.184.214.220,100,2320,1,2023-07-24 16:24:19,R_1qVTVKn4o5je5xm,,,,,33.1909,-96.6198,anonymous,EN,1,6.627,17.192,18.307,2,1,2,2,1.584,4.887,7.632,5,0,0,15.01,0,50,65,50,0.848,15.323,16.554,8,2.884,314.882,316.632,15,1,1,0.6,24.995,25.829,4,-3,1,0.9,30.625,31.505,5,1,1.523,215.353,216.196,6,1.012,1.012,15.116,1,6,6,6,6,6,6,,3.662,20.695,23.041,8,6,6,6,6,6,6,I trust this visualization,1.652,1.652,9.254,1,4,,3.391,3.391,5.691,1,2,3,4,5,1,6,7,1.381,359.432,362.643,3,2,2,2,2,9,6,9,9,,2.905,18.914,19.985,10,4,4,2,4,4,3,7.344,46.217,47.436,7,2,1,2.51,10.139,11.084,5,2,2000,Texas,6,3,1,,3,,,1,2,1,1.315,63.019,64.294,26,646995ed901eb3789602a086,"{""startTime"":1690229427794,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690229451452,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690228012478,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":5,""label"":""tour_started""},{""label"":""window_blurred"",""time"":23384},{""label"":""window_focused"",""time"":26216},{""time"":28553,""label"":""tour_next"",""step"":5},{""label"":""window_blurred"",""time"":148763},{""label"":""window_focused"",""time"":1042349},{""time"":1048415,""label"":""started_brush"",""startDate"":""2021-06-30"",""endDate"":""2021-07-01""},{""time"":1051091,""label"":""cleared_brush"",""using"":""click""},{""time"":1056340,""label"":""tour_next"",""step"":5},{""time"":1058440,""label"":""cleared_brush"",""using"":""click""},{""time"":1062800,""label"":""cleared_brush"",""using"":""click""},{""time"":1063431,""label"":""cleared_brush"",""using"":""click""},{""time"":1065144,""label"":""cleared_brush"",""using"":""click""},{""time"":1065895,""label"":""started_brush"",""startDate"":""2021-07-04"",""endDate"":""2021-07-05""},{""time"":1073187,""label"":""moved_brush"",""startDate"":""2021-07-04"",""endDate"":""2022-02-08""},{""time"":1074349,""label"":""tour_next"",""step"":5},{""time"":1081073,""label"":""moved_brush"",""startDate"":""2021-07-04"",""endDate"":""2022-02-08""},{""time"":1082922,""label"":""moved_brush"",""startDate"":""2021-07-09"",""endDate"":""2022-02-13""},{""time"":1093282,""label"":""moved_brush"",""startDate"":""2021-05-23"",""endDate"":""2021-12-29""},{""time"":1095465,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-16""},{""time"":1096200,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-16""},{""time"":1097513,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-16""},{""time"":1099272,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-16""},{""time"":1105031,""label"":""moved_brush"",""startDate"":""2021-07-09"",""endDate"":""2022-02-13""},{""time"":1108771,""label"":""moved_brush"",""startDate"":""2021-05-27"",""endDate"":""2022-01-01""},{""time"":1109402,""label"":""moved_brush"",""startDate"":""2021-05-27"",""endDate"":""2022-01-01""},{""time"":1109608,""label"":""moved_brush"",""startDate"":""2021-05-27"",""endDate"":""2022-01-01""},{""time"":1112359,""label"":""moved_brush"",""startDate"":""2021-07-09"",""endDate"":""2022-02-13""},{""time"":1113414,""label"":""tour_back"",""step"":5},{""time"":1116403,""label"":""moved_brush"",""startDate"":""2021-05-25"",""endDate"":""2021-12-31""},{""time"":1119566,""label"":""tour_next"",""step"":5},{""time"":1123037,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-16""},{""time"":1128381,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-16""},{""time"":1128765,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-16""},{""time"":1128965,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-16""},{""time"":1134216,""label"":""cleared_brush"",""using"":""click""},{""time"":1135810,""label"":""tour_next"",""step"":5},{""time"":1137779,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690229412274,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line +2023-07-24 16:05:15,2023-07-24 16:24:26,0,172.58.122.208,100,1151,1,2023-07-24 16:24:27,R_DPqkt7PLcxR1q1P,,,,,42.3663,-82.9987,anonymous,EN,1,8.459,11.518,13.711,3,1,2,1,1.926,89.964,91.487,7,7.836,7.836,15.016,1,58,66,70,47.843,57.772,59.147,8,3.953,10.415,12.196,4,1,-2,2.729,9.661,126.412,4,1,-2,4.73,10.18,11.431,5,1,2.814,45.743,47.039,4,4.944,11.099,15.111,12,5,5,5,6,5,6,none,0.165,14.061,17.476,11,6,4,5,5,6,5,The visualization was clear and understandable,5.697,5.697,33.326,1,5,none,86.36,90.225,93.078,4,2,1,7,3,5,4,6,5.888,13.795,14.778,3,10,7,7,8,10,9,8,8,none,5.995,23.919,28.394,11,4,4,3,3,4,4,45.323,62.948,63.985,9,7,2,10.495,122.437,125.063,4,1,1974,Michigan,7,3,1,,3,,,14,1,1,0.011,180.064,197.547,25,645b3a5a3aec063aa34de063,"{""startTime"":1690229445381,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690229466392,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690229390496,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":5292,""label"":""tour_next"",""step"":2},{""time"":8671,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690229424294,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line +2023-07-24 16:11:03,2023-07-24 16:24:35,0,76.31.48.217,100,812,1,2023-07-24 16:24:35,R_2ZDODyzBKkDWMhg,,,,,29.7646,-95.3657,anonymous,EN,1,13.444,14.924,16.68,2,1,4,2,6.054,10.27,15.192,3,0,0,15.023,0,74,36,37,23.038,38.151,39.664,6,21.775,58.164,60.298,4,1,1,20.939,52.866,53.962,6,-3,1,10.203,40.927,44.894,7,1,35.37,66.158,67.249,5,0,0,15.02,0,6,4,6,4,6,6,The data seems correct but it is harder to read than I thought it might be,6.289,32.23,73.29,9,6,3,5,5,4,6,This is from the CDC and so that being source is why I trust this visualization,6.018,6.018,47.595,1,5,,10.484,12.35,14.526,2,2,7,3,4,1,5,6,33.063,33.063,34.48,1,6,9,7,9,9,6,10,10,,6.081,25.628,27.522,10,4,4,2,2,4,4,26.132,78.524,79.727,8,2,2,11.313,24.004,27.246,3,1,1958,Texas,6,2,1,,7,,,5,3,2,4.651,111.346,112.733,27,6443227b2a451d1c03771012,"{""startTime"":1690229689624,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690229763606,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690229567907,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":24009,""label"":""hovered"",""timeHovered"":5867,""week"":""2022-01-10""},{""time"":30751,""label"":""hovered"",""timeHovered"":4146,""week"":""2022-02-07""},{""time"":34942,""label"":""hovered"",""timeHovered"":1354,""week"":""2022-01-31""},{""time"":37558,""label"":""tour_next"",""step"":2},{""time"":45750,""label"":""tour_end"",""step"":2},{""time"":48442,""label"":""hovered"",""timeHovered"":1621,""week"":""2021-12-27""}]}","{""startTime"":1690229674061,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":3278,""label"":""hovered"",""timeHovered"":8715,""week"":""2022-01-10""}]}",1,moderate,line +2023-07-24 16:11:06,2023-07-24 16:25:01,0,68.212.59.115,100,835,1,2023-07-24 16:25:02,R_2dZ4swQWYzSFDVl,,,,,28.9919,-82.5167,anonymous,EN,1,5.863,5.863,7.567,1,2,,2,3.752,3.752,5.153,1,0,0,15.008,0,0,88,50,14.353,24.501,26.083,3,31.812,45.472,59.924,3,1,1,15.896,40.57,43.223,2,-3,1,105.007,123.223,125.407,2,1,78.926,78.926,81.476,1,0,0,15.009,0,1,1,1,6,6,1,Nobody trusts anything they say anymore and we never will,17.299,44.478,62.074,7,2,5,3,2,2,5,"Because I was having a hard time pretending that I trust the survey, as stated in the instructions",3.168,3.168,38.461,1,4,,8.678,9.878,13.154,2,2,7,3,4,1,5,6,0,0,27.152,0,1,1,4,2,1,7,7,1,,8.575,36.471,39.222,8,3,4,1,2,5,5,11.202,42.988,44.133,7,6,1,10.872,20.763,24.59,2,1,1952,Florida,2,2,1,,7,,,2,4,1,4.439,74.415,116.828,12,5cba50bf114fa5001aac5570,"{""startTime"":1690229763648,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690229826514,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690229561435,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":20651,""label"":""hovered"",""timeHovered"":2686,""week"":""2022-01-10""},{""time"":25156,""label"":""hovered"",""timeHovered"":1217,""week"":""2022-01-17""},{""time"":28943,""label"":""hovered"",""timeHovered"":3469,""week"":""2022-02-07""},{""time"":32413,""label"":""hovered"",""timeHovered"":1067,""week"":""2022-02-07""},{""time"":39699,""label"":""tour_next"",""step"":2},{""time"":45464,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690229747944,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line +2023-07-24 15:58:45,2023-07-24 16:25:14,0,206.255.140.161,100,1589,1,2023-07-24 16:25:15,R_3mkkTLl9uH0PFr1,,,,,34.1892,-92.0495,anonymous,EN,1,7.29,82.748,94.801,10,1,3,2,2.9,9.613,10.982,2,0,0,15.112,0,92,98,77,35.247,50.398,63.996,4,66.418,132.812,133.65,4,1,1,82.655,192.541,193.958,3,-3,1,127.862,190.32,192.935,2,-3,112.477,112.477,114.254,1,0,0,15.017,0,6,5,6,6,6,6,I liked the colors used for the vaccinated and unvaccinated data,53.709,112.405,124.607,8,4,7,6,6,6,6,The bar graft is very detailed and precise by using weekly data and is easy to follow the bar's left and bottom corresponding info.,4.65,4.65,93.759,1,5,none,16.573,28.701,33.431,4,2,7,3,4,1,5,6,0,0,55.542,0,7,9,5,6,8,9,8,10,none,23.402,47.6,52.835,9,3,3,3,2,4,4,28.87,85.579,86.621,8,6,2,22.681,35.36,36.714,2,1,1963,Arkansas,3,2,1,,3,,,5,4,2,5.723,92.205,94.145,11,62c9990351a1fcfc4ea73063,"{""startTime"":1690229511841,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":32397,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":17355,""week"":""52"",""id"":""chart2""},{""label"":""window_blurred"",""time"":116845},{""label"":""window_focused"",""time"":117211}]}","{""startTime"":1690229299653,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":1114,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4018,""week"":""3"",""id"":""chart""},{""time"":6051,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":15821,""week"":""52"",""id"":""chart""},{""time"":22530,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5586,""week"":""51"",""id"":""chart""},{""time"":31474,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":9318,""week"":""52"",""id"":""chart2""},{""time"":48635,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2111,""week"":""32"",""id"":""chart2""},{""time"":50767,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5687,""week"":""31"",""id"":""chart2""}]}","{""startTime"":1690228955366,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":26370,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1334,""week"":""51"",""id"":""chart""},{""time"":28519,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2151,""week"":""50"",""id"":""chart""},{""time"":40003,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4483,""week"":""35"",""id"":""chart""},{""time"":45353,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4032,""week"":""52"",""id"":""chart""},{""time"":49404,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2983,""week"":""1"",""id"":""chart""},{""time"":52419,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8783,""week"":""2"",""id"":""chart""},{""time"":66414,""label"":""tour_next"",""step"":2},{""time"":75286,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1399,""week"":""51"",""id"":""chart2""},{""time"":76752,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3466,""week"":""52"",""id"":""chart2""},{""time"":80236,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3433,""week"":""1"",""id"":""chart2""},{""time"":84287,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1533,""week"":""52"",""id"":""chart2""},{""time"":87786,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2632,""week"":""45"",""id"":""chart2""},{""time"":102869,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2383,""week"":""4"",""id"":""chart2""},{""time"":106285,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4634,""week"":""52"",""id"":""chart2""},{""time"":114636,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7333,""week"":""52"",""id"":""chart2""},{""time"":124370,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690229284107,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar +2023-07-24 16:11:55,2023-07-24 16:25:38,0,104.188.18.40,100,822,1,2023-07-24 16:25:38,R_3eztVqlQc4qoz2y,,,,,33.1661,-117.0932,anonymous,EN,1,21.655,21.655,22.668,1,1,4,2,8.586,15.434,16.78,2,0,0,15.01,0,100,100,100,26.268,39.606,40.13,5,6.957,10.191,28.277,2,1,1,7.324,41.9,49.034,3,1,1,29.197,47.146,60.33,3,1,75.218,115.07,126.297,8,0,0,15.008,0,6,2,6,7,6,6,"The chart is missing the location of individuals (all of USA, one state, etc.) and perhaps their age range (all adults, all children, etc.)",16.068,68.537,107.726,15,3,7,6,3,2,6,"I trust this visualization because I do know COVID cases peaked in late December/early January of 2022, which is reflected in the chart. I also know that the number of unvaccinated individuals who contract COVID is higher than the number of vaccinated individuals who contracted COVID, and this is also reflected. Finally, the CDC is credited below the chart.",1.955,56.613,89.164,5,5,,7.731,7.731,10.373,1,2,7,3,4,1,5,6,0.993,1.285,22.357,3,4,4,3,4,6,6,10,10,,1.19,53.304,55.4,16,5,5,2,1,5,5,1.128,33.44,34.261,13,1,1,1.179,11.568,15.494,11,2,1995,California,6,1,1,,7,,,15,3,1,2.385,56.464,58.746,13,60fcc00af3ec0d2d4b95c4be,"{""startTime"":1690229716497,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690229824816,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690229622615,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":6948,""label"":""tour_next"",""step"":2},{""time"":10182,""label"":""tour_end"",""step"":2},{""time"":11199,""label"":""hovered"",""timeHovered"":1176,""week"":""2021-12-06""},{""time"":12867,""label"":""hovered"",""timeHovered"":5090,""week"":""2021-12-27""},{""time"":18325,""label"":""hovered"",""timeHovered"":1789,""week"":""2022-01-03""},{""time"":21342,""label"":""hovered"",""timeHovered"":5467,""week"":""2022-01-03""}]}","{""startTime"":1690229700946,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":6492,""label"":""hovered"",""timeHovered"":1128,""week"":""2021-12-27""},{""time"":13017,""label"":""hovered"",""timeHovered"":1186,""week"":""2022-01-31""}]}",1,simple,line +2023-07-24 16:08:30,2023-07-24 16:26:03,0,67.252.37.142,100,1052,1,2023-07-24 16:26:03,R_2VEDy25oG726rop,,,,,42.9135,-78.889,anonymous,EN,1,6.692,6.692,8.352,1,1,2,2,2.642,7.186,8.712,2,0,0,15.116,0,90,84,58,15.201,38.936,40.352,3,60.019,162.73,166.493,11,1,-2,96.986,193.761,242.598,5,-3,1,58.099,100.09,105.778,2,1,68.658,68.658,70.25,1,0,0,15.008,0,5,5,5,6,6,6,,9.424,40.726,43.688,8,5,5,6,4,5,6,I trust it because it is backed by enough reliable information and data.,4.945,43.065,50.761,2,6,,6.669,6.669,8.943,1,2,7,3,4,1,5,6,0,0,37.17,0,6,7,11,10,7,8,9,9,,8.852,25.492,28.167,8,4,4,1,1,5,4,9.434,27.577,29.138,7,5,1,2.053,9.637,14.439,2,1,1953,New York,6,1,2,,4,,,4,2,1,3.149,102.244,108.263,15,59e62b6277860e0001512e14,"{""startTime"":1690229653219,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690229697775,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690229399265,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":21,""label"":""tour_started""},{""time"":25821,""label"":""hovered"",""timeHovered"":1734,""week"":""2022-01-31""},{""time"":29721,""label"":""hovered"",""timeHovered"":2568,""week"":""2021-10-18""},{""time"":59844,""label"":""tour_next"",""step"":5},{""time"":92873,""label"":""started_brush"",""startDate"":""2021-05-06"",""endDate"":""2021-06-09""},{""time"":97596,""label"":""tour_next"",""step"":5},{""time"":123319,""label"":""moved_brush"",""startDate"":""2021-05-24"",""endDate"":""2021-06-26""},{""time"":126387,""label"":""tour_next"",""step"":5},{""time"":134672,""label"":""cleared_brush"",""using"":""click""},{""time"":134675,""label"":""cleared_brush"",""using"":""Escape""},{""time"":139923,""label"":""tour_next"",""step"":5},{""time"":162555,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690229637563,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line +2023-07-24 16:04:49,2023-07-24 16:26:11,0,73.80.108.234,100,1282,1,2023-07-24 16:26:12,R_2R4fwi7nc4U8WTV,,,,,39.9672,-74.9562,anonymous,EN,1,33.169,34.845,36.369,2,1,4,2,2.697,10.407,14.621,3,10.093,10.093,15.014,1,100,91,50,54.687,92.225,95.536,5,62.555,104.706,108.778,8,-1,-1,1.4,103.496,106.277,6,-2,-1,1.993,95.563,98.293,8,1,102.44,214.594,216.892,5,0,0,15.114,0,5,2,6,3,6,3,Complete data cannot be known because statistics were under reported.,3.57,56.491,96.96,12,5,5,3,4,2,3,Because the statistic cannot be completely known due to underreporting,3.973,31.79,34.386,2,5,,10.098,12.141,14.861,2,2,7,3,4,1,5,6,18.102,23.488,59.473,2,6,8,6,6,10,8,10,9,,6.325,31.234,35.166,11,2,2,4,4,2,2,14.491,39.533,46.283,9,2,1,4.805,20.879,23.513,4,2,1959,New Jersey,6,2,1,,3,,,19,5,1,5.414,181.65,183.351,36,6389301d2575b8e4c1e7cc5c,"{""startTime"":1690229502302,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690229600078,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690229276710,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":24,""label"":""tour_started""},{""time"":22446,""label"":""hovered"",""timeHovered"":1051,""week"":""2022-01-17""},{""time"":23534,""label"":""hovered"",""timeHovered"":10937,""week"":""2022-01-17""},{""time"":35358,""label"":""hovered"",""timeHovered"":1120,""week"":""2022-01-03""},{""time"":36980,""label"":""hovered"",""timeHovered"":2169,""week"":""2022-01-17""},{""time"":39868,""label"":""hovered"",""timeHovered"":5305,""week"":""2022-01-31""},{""time"":46334,""label"":""hovered"",""timeHovered"":20634,""week"":""2022-02-07""},{""time"":66974,""label"":""hovered"",""timeHovered"":8568,""week"":""2022-02-07""},{""time"":83123,""label"":""tour_next"",""step"":2},{""time"":101668,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690229485755,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7971,""label"":""hovered"",""timeHovered"":2471,""week"":""2021-08-23""}]}",1,moderate,line +2023-07-24 16:10:03,2023-07-24 16:27:30,0,50.84.193.98,100,1046,1,2023-07-24 16:27:30,R_1NFeAmuNzmxLAsX,,,,,32.8008,-96.7884,anonymous,EN,1,36.728,37.835,39.001,2,1,3,2,6.128,11.101,12.414,4,2.83,2.83,15.117,1,95,73,50,36.682,75.405,78.176,12,10.971,151.96,153.992,20,1,1,12.276,54.498,55.248,7,1,1,4.535,58.664,59.964,9,1,6.166,76.168,76.866,5,10.214,10.214,15.011,1,6,5,5,6,6,6,,11.89,31.783,34.34,9,6,6,6,6,4,6,The numbers and way in which they are represented on the graph seem accurate based on what I know from news reports.,4.828,72.771,78.475,10,5,,8.589,26.303,27.187,5,2,7,3,4,1,5,6,11.893,25.812,26.54,2,6,8,7,8,9,7,10,8,,6.635,36.321,37.179,14,3,4,1,2,5,4,14.85,49.516,50.501,11,1,1,11.948,24.851,27.843,4,2,1963,Texas,8,2,1,,9,,"half black, half white",9,4,1,3.515,154.109,154.97,36,630f8f763f068e885ea5b910,"{""startTime"":1690229969086,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690229849788,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690229601921,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":23380,""label"":""hovered"",""timeHovered"":1251,""week"":""2021-12-27""},{""time"":31341,""label"":""tour_next"",""step"":5},{""time"":59678,""label"":""cleared_brush"",""using"":""click""},{""time"":61143,""label"":""cleared_brush"",""using"":""click""},{""time"":79005,""label"":""started_brush"",""startDate"":""2021-05-08"",""endDate"":""2021-09-15""},{""time"":79703,""label"":""cleared_brush"",""using"":""click""},{""time"":80836,""label"":""started_brush"",""startDate"":""2021-09-19"",""endDate"":""2021-12-10""},{""time"":81837,""label"":""tour_next"",""step"":5},{""time"":91473,""label"":""moved_brush"",""startDate"":""2021-09-04"",""endDate"":""2021-12-10""},{""time"":92368,""label"":""tour_next"",""step"":5},{""time"":104976,""label"":""moved_brush"",""startDate"":""2021-12-09"",""endDate"":""2021-12-10""},{""time"":110083,""label"":""cleared_brush"",""using"":""click""},{""time"":110085,""label"":""cleared_brush"",""using"":""Escape""},{""time"":111334,""label"":""tour_next"",""step"":5},{""time"":118197,""label"":""tour_end"",""step"":5},{""time"":126290,""label"":""hovered"",""timeHovered"":1613,""week"":""2021-05-03""},{""time"":147464,""label"":""started_brush"",""startDate"":""2021-10-03"",""endDate"":""2021-10-04""},{""time"":150373,""label"":""started_brush"",""startDate"":""2021-12-08"",""endDate"":""2022-02-13""},{""time"":152789,""label"":""cleared_brush"",""using"":""click""},{""time"":152790,""label"":""cleared_brush"",""using"":""Escape""}]}","{""startTime"":1690229833820,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line +2023-07-24 16:10:38,2023-07-24 16:27:43,0,172.58.7.62,100,1025,1,2023-07-24 16:27:44,R_3CU6ovNRER8iYHC,,,,,33.7043,-84.3742,anonymous,EN,1,7.93,7.93,8.991,1,1,4,2,3.433,5.481,6.902,2,0,0,15.013,0,74,40,67,12.785,23.318,24.638,4,16.84,91.239,177.619,11,1,1,29.871,76.002,77.608,3,-2,1,43.888,83.588,85.394,2,1,28.205,28.205,83.108,1,0,0,15.013,0,4,4,4,5,5,4,"To be honest, I a little confused by the numbers being so high for unvaccinated. I'm also surprised that oldest group that is vaccinated is so low. ",9.203,129.616,138.553,9,5,4,5,4,4,4,I don't know the source and would like to cross reference that information with other sites before sharing. I don't want to share misinformation.,4.877,4.877,39.194,1,4,I like the interactive chart but the find the static easier to comprehend for reason.,7.878,18.026,51.444,2,2,7,3,4,1,5,6,0,0,23.711,0,6,7,7,8,6,6,7,8,There's good and bad in all those groups and it also depends on the area where these groups are located. ,8.267,31.681,87.134,10,4,4,1,2,5,4,9.374,26.162,27.779,7,2,2,4.773,12.637,14.459,2,2,1969,Georgia,7,3,1,,2,,,19,4,1,1.499,73.881,78.918,18,5993020a5f49420001caf86b,"{""startTime"":1690229870261,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690229786386,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690229508547,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":4,""label"":""tour_started""},{""time"":16833,""label"":""tour_next"",""step"":5},{""time"":33583,""label"":""tour_back"",""step"":5},{""time"":36515,""label"":""tour_next"",""step"":5},{""time"":38941,""label"":""tour_back"",""step"":5},{""time"":47964,""label"":""tour_next"",""step"":5},{""time"":50450,""label"":""cleared_brush"",""using"":""click""},{""time"":62102,""label"":""cleared_brush"",""using"":""click""},{""time"":63615,""label"":""started_brush"",""startDate"":""2021-08-17"",""endDate"":""2021-11-14""},{""time"":70600,""label"":""moved_brush"",""startDate"":""2021-11-16"",""endDate"":""2022-02-13""},{""time"":71714,""label"":""tour_next"",""step"":5},{""time"":77315,""label"":""moved_brush"",""startDate"":""2021-07-13"",""endDate"":""2021-10-10""},{""time"":78331,""label"":""tour_next"",""step"":5},{""time"":82658,""label"":""cleared_brush"",""using"":""click""},{""time"":82659,""label"":""cleared_brush"",""using"":""Escape""},{""time"":83985,""label"":""tour_next"",""step"":5},{""time"":91232,""label"":""tour_end"",""step"":5},{""time"":114182,""label"":""started_brush"",""startDate"":""2021-05-06"",""endDate"":""2022-02-13""},{""time"":118767,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-01-18""},{""time"":121366,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-01-18""},{""time"":165058,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-09-19""}]}","{""startTime"":1690229770839,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":9389,""label"":""hovered"",""timeHovered"":3038,""week"":""2022-01-03""}]}",1,complex,line +2023-07-24 16:06:19,2023-07-24 16:31:15,0,50.158.70.111,100,1496,1,2023-07-24 16:31:16,R_3gT5uRCSYhYD2zZ,,,,,36.0344,-114.9705,anonymous,EN,1,3.618,8.011,9.502,4,1,3,2,4.339,16.967,18.14,3,5.127,5.127,15.011,1,36,94,32,13.453,37.909,39.416,7,12.241,95.409,98.419,12,1,1,31.42,129.028,131.282,13,-2,1,19.086,126.24,127.671,11,-3,18.916,171.201,172.894,7,0,0,15.008,0,3,2,4,4,3,2,none,11.789,41.119,44.96,10,5,5,5,5,5,4,I am not sure if this data is legitimate or not.,10.57,10.57,36.806,1,4,none,13.722,34.184,38.483,5,2,7,3,4,1,5,6,3.283,291.828,294.525,4,2,2,2,3,2,6,8,6,none,3.106,125.978,127.788,14,4,4,2,2,4,4,3.391,68.005,69.567,8,5,2,8.474,18.513,21.347,4,1,1952,Nevada,3,3,1,,4,,,5,1,1,4.841,158.886,163.197,31,64345bf16b9a2e046128887f,"{""startTime"":1690229529659,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690229575629,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":4372,""label"":""hovered"",""timeHovered"":1674,""week"":""2022-01-10""}]}","{""startTime"":1690229281858,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":27437,""label"":""hovered"",""timeHovered"":7508,""week"":""2022-01-10""},{""time"":42656,""label"":""hovered"",""timeHovered"":3978,""week"":""2021-08-09""},{""time"":52268,""label"":""tour_next"",""step"":2},{""time"":69359,""label"":""tour_end"",""step"":2},{""time"":77114,""label"":""hovered"",""timeHovered"":1912,""week"":""2022-01-03""},{""time"":88180,""label"":""hovered"",""timeHovered"":3285,""week"":""2022-01-03""}]}","{""startTime"":1690229513917,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":6812,""label"":""hovered"",""timeHovered"":1286,""week"":""2022-01-03""},{""time"":8890,""label"":""hovered"",""timeHovered"":6661,""week"":""2022-01-03""}]}",1,simple,line +2023-07-24 16:11:27,2023-07-24 16:33:22,0,73.124.20.98,100,1314,1,2023-07-24 16:33:23,R_3M6zPdgKlhi7rzE,,,,,26.718,-80.0989,anonymous,EN,1,20.075,20.075,22.055,1,2,,2,6.613,6.613,8.283,1,0,0,15.012,0,42,38,40,25.257,97.141,98.853,10,34.165,98.543,99.769,4,-1,-1,71.179,85.819,87.379,3,-1,-1,23.094,29.044,45.893,2,-3,90.189,90.189,92.181,1,0,0,15.015,0,4,4,4,1,1,1,NO I DONT HAVE ANY,10.527,39.468,51.363,9,4,4,7,4,4,4,BECAUSE SOME OF THE INFORMATIOM BE WRONG THAT WHY,10.611,24.269,73.401,6,4,NO,21.908,26.055,29.295,3,2,7,3,4,1,5,6,0,0,48.866,0,1,1,1,1,1,1,4,8,NO,13.954,34.926,40.643,9,2,2,5,5,2,2,19.906,47.206,48.52,6,3,5,6.847,19.212,21.757,2,1,1964,Florida,1,2,1,,3,,,3,1,2,5.963,369.375,376.317,28,64395cbe6c8374ff09533b05,"{""startTime"":1690229827048,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690229879171,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":4460,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3789,""week"":""3"",""id"":""chart""},{""time"":8291,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3781,""week"":""4"",""id"":""chart""},{""time"":14779,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3837,""week"":""5"",""id"":""chart""}]}","{""startTime"":1690229664138,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":38,""label"":""tour_started""},{""time"":34149,""label"":""tour_next"",""step"":2},{""time"":58499,""label"":""tour_end"",""step"":2},{""time"":64713,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2109,""week"":""5"",""id"":""chart""},{""time"":66985,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1769,""week"":""4"",""id"":""chart""},{""time"":68793,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1155,""week"":""3"",""id"":""chart""},{""time"":71153,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1604,""week"":""2"",""id"":""chart""},{""time"":85602,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4119,""week"":""52"",""id"":""chart""}]}","{""startTime"":1690229811171,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":1795,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3588,""week"":""52"",""id"":""chart""},{""time"":6146,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1568,""week"":""1"",""id"":""chart""},{""time"":8659,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2077,""week"":""2"",""id"":""chart""}]}",1,moderate,bar +2023-07-24 16:25:18,2023-07-24 16:33:24,0,75.139.130.136,100,485,1,2023-07-24 16:33:25,R_p4r9UWqjrkeGlwt,,,,,34.1138,-83.9991,anonymous,EN,1,2.831,2.831,3.693,1,2,,1,2.512,2.512,3.442,1,0,0,15.008,0,50,50,50,7.656,19.161,20.255,4,8.98,12.459,36.297,2,1,1,21.632,60.916,62.469,3,-1,-1,33.882,37.054,39.742,2,1,49.711,49.711,51.646,1,0,0,15.018,0,4,4,4,7,7,2,,7.621,23.05,26.066,7,4,7,4,1,4,2,It's simplistic. There are a lot of questions behind the numbers.,2.179,27.91,28.248,2,4,,8.026,8.026,9.422,1,2,3,4,5,1,6,7,0,0,9.515,0,1,1,6,6,1,3,3,4,,4.856,20.595,22.4,9,5,5,1,1,5,5,10.41,19.724,20.727,6,5,1,6.342,13.776,15.958,2,1,1966,Georgia,6,1,1,,9,,White/Asian,7,4,1,3.477,58.51,65.92,15,5ea45809cb6ec73f7b644178,"{""startTime"":1690230486733,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690230513324,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690230370965,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":8976,""label"":""tour_next"",""step"":2},{""time"":12454,""label"":""tour_end"",""step"":2},{""time"":15207,""label"":""hovered"",""timeHovered"":2502,""week"":""2022-01-03""},{""time"":17988,""label"":""hovered"",""timeHovered"":1131,""week"":""2021-12-20""},{""time"":19402,""label"":""hovered"",""timeHovered"":1587,""week"":""2021-12-27""},{""time"":29634,""label"":""hovered"",""timeHovered"":2015,""week"":""2022-01-03""}]}","{""startTime"":1690230471133,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":2663,""label"":""hovered"",""timeHovered"":4529,""week"":""2021-11-29""}]}",1,simple,line +2023-07-24 16:14:05,2023-07-24 16:34:27,0,172.56.169.8,100,1222,1,2023-07-24 16:34:28,R_1f93OA0qviRUesM,,,,,38.581,-121.4939,anonymous,EN,1,35.969,42.069,43.332,6,1,3,2,3.278,11.327,12.301,5,0,0,15.116,0,78,95,54,4.601,28.921,30.7,7,6.838,145.796,157.986,9,-2,1,2.542,62.531,63.678,16,-3,-3,3.371,128.45,130.25,27,1,3.102,93.765,94.813,12,2.561,11.348,15.122,2,4,4,5,6,7,6,Overall the CDC did a pretty good job but there were some problems with their data and their messaging. I think they could have done some things better.,1.795,64.579,112.464,16,4,7,6,1,1,5,"Like I said, the CDC had some issues with presenting data when we needed accuracy the most. I don't know how accurate their data is and I don't know how complete their data is for sure. I just generally trust the CDC not to be outright deceptive.",2.898,2.898,85.895,1,4,Thank you for the survey and stay safe.,8.769,18.219,35.904,3,2,7,3,4,1,5,6,34.092,34.092,35.501,1,1,5,1,1,7,1,7,7,I used to trust science more but I'm finding out that the need to publish constantly causes corruption so it's hard to know who to believe anymore.,7.173,47.314,101.755,12,4,4,1,2,4,4,5.536,30.307,31.367,8,4,1,2.811,18.302,19.776,3,1,1961,California,4,1,1,,7,,,2,4,1,6.73,106.169,111.659,32,60dfa0f80964725cfdab1685,"{""startTime"":1690230083346,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690230199505,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690229808910,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":117,""label"":""tour_started""},{""time"":33124,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3163,""week"":""52"",""id"":""chart""},{""time"":36919,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1083,""week"":""43"",""id"":""chart""},{""time"":38459,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2606,""week"":""39"",""id"":""chart""},{""time"":41107,""label"":""tour_next"",""step"":5},{""time"":79982,""label"":""started_brush"",""startDate"":""2021-11-01"",""endDate"":""2021-12-08""},{""time"":83202,""label"":""tour_next"",""step"":5},{""time"":94560,""label"":""moved_brush"",""startDate"":""2021-11-23"",""endDate"":""2021-12-31""},{""time"":96051,""label"":""moved_brush"",""startDate"":""2021-11-23"",""endDate"":""2021-12-31""},{""time"":97470,""label"":""tour_next"",""step"":5},{""time"":105825,""label"":""cleared_brush"",""using"":""Click""},{""time"":105825,""label"":""cleared_brush"",""using"":""Escape""},{""time"":108376,""label"":""tour_next"",""step"":5},{""time"":120166,""label"":""tour_end"",""step"":5},{""time"":127507,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2132,""week"":""2"",""id"":""chart""},{""time"":129644,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3876,""week"":""2"",""id"":""chart""},{""time"":136835,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1668,""week"":""50"",""id"":""chart""},{""time"":139356,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1145,""week"":""3"",""id"":""chart""},{""time"":140708,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2641,""week"":""52"",""id"":""chart""},{""time"":146668,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1312,""week"":""2"",""id"":""chart""},{""time"":156110,""label"":""started_brush"",""startDate"":""2021-11-26"",""endDate"":""2022-01-06""}]}","{""startTime"":1690230066014,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar +2023-07-24 16:01:28,2023-07-24 16:37:45,0,104.7.39.226,100,2176,1,2023-07-24 16:37:46,R_3qkzXq6WCFm5Wtt,,,,,35.8001,-83.8811,anonymous,EN,1,231.743,366.477,373.074,4,1,3,1,2.99,7.606,8.904,3,0,0,15.033,0,100,93,83,24.026,35.768,51.399,4,45.517,57.89,61.25,4,-2,1,16.325,191.263,195.047,6,-3,-3,53.837,192.015,195.705,3,-3,165.972,165.972,168.245,1,0,0,15.113,0,4,6,6,6,7,4,,36.587,317.429,321.802,18,6,7,7,5,6,6,"I trust this data, because I believe this data to be displayed in a scientific manner.",6.598,91.032,94.261,6,6,none,6.976,33.945,38.865,3,2,7,3,4,1,5,6,0,0,58.604,0,3,3,10,6,4,7,5,9,,33.341,114.287,116.782,9,4,5,1,1,4,5,14.558,79.121,81.44,6,7,2,11.262,25.329,27.656,2,2,1950,Tennessee,4,2,1,,7,,,4,1,2,3.991,184.012,186.104,13,63bcf141136313265f65eec9,"{""startTime"":1690229688487,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":3429,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2594,""week"":""1"",""id"":""chart""},{""time"":6058,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2797,""week"":""52"",""id"":""chart""},{""time"":9868,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2661,""week"":""1"",""id"":""chart2""},{""time"":13237,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1535,""week"":""1"",""id"":""chart2""},{""time"":15509,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":9016,""week"":""52"",""id"":""chart2""}]}","{""startTime"":1690230011698,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690229412074,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":29,""label"":""tour_started""},{""time"":19519,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6750,""week"":""52"",""id"":""chart""},{""time"":33000,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1851,""week"":""1"",""id"":""chart""},{""time"":34900,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5951,""week"":""2"",""id"":""chart""},{""time"":48237,""label"":""tour_next"",""step"":2},{""time"":51133,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4633,""week"":""2"",""id"":""chart2""},{""time"":57835,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690229672488,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar +2023-07-24 16:48:37,2023-07-24 17:00:23,0,63.160.189.68,100,705,1,2023-07-24 17:00:24,R_WdPH2OQWnuCAFvr,,,,,37.751,-97.822,anonymous,EN,1,5.596,19.34,20.491,2,1,2,2,1.165,3.99,5.272,3,4.022,12.953,15.029,2,100,100,100,1.666,8.773,10.024,5,1.344,7.086,8.575,9,-2,-2,3.018,40.918,42.223,15,1,-3,1.79,42.034,44.586,10,1,3.572,9.309,10.185,6,2.04,5.539,15.024,2,6,6,6,4,6,6,,2.445,24.188,24.588,15,6,6,7,6,5,6,I trust it because the information source was from CDC,10.894,10.894,32.706,1,4,,20.137,26.934,27.388,5,2,7,3,4,1,5,6,7.978,18.681,20.048,4,5,4,6,4,5,6,6,6,,3.301,96.496,97.283,12,3,4,3,2,3,4,4.904,24.017,25.616,11,2,2,1.615,6.43,7.098,4,1,1960,Virginia,6,2,1,,3,,,8,2,1,1.864,62.113,65.104,31,64714edd10c1a975321f3dbc,"{""startTime"":1690231917661,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690231931055,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":17006}]}","{""startTime"":1690231820180,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":19,""label"":""tour_started""},{""time"":3783,""label"":""tour_next"",""step"":2},{""time"":5811,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690231878988,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":6617,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8205,""week"":""1"",""id"":""chart""}]}",1,moderate,bar +2023-07-24 15:58:09,2023-07-24 17:11:18,0,172.58.61.73,100,4389,1,2023-07-24 17:11:18,R_3KDaVm2tpMqpdbs,,,,,39.7435,-105.0619,anonymous,EN,1,6.428,42.748,45.045,3,1,2,2,6.573,12.98,15.076,3,0,0,15.051,0,100,100,50,2.269,26.499,27.712,10,5.289,56.103,57.198,4,1,1,48.004,100.253,101.235,9,-2,1,30.92,78.622,79.725,10,1,68.924,85.183,86.945,3,0,0,15.014,0,7,7,7,7,7,7,"I have a friend who just passed away because of Covid at the age of 37, he was unvaccinated. ",0.301,59.435,63.834,12,7,7,7,7,7,7,"I see those who are unvaccinated getting serious Covid symptoms and those that have been vaccinated although they still have been getting Covid sometimes, they don't end up in the hospital.",9.074,9.074,63.911,1,5,"From what I have seen amongst family and friends, those numbers were correct.",109.371,134.647,135.575,3,2,7,3,4,1,5,6,62.453,62.453,71.31,1,7,7,10,7,6,6,9,8,"We have a great police force in our town but in the big city we moved from 8 years ago, they were not as in touch with the citizens.",56.426,121.63,124.908,16,5,5,1,1,5,5,2.836,15.224,16.349,8,1,1,3.295,10.545,12.704,3,2,1959,Missouri,4,2,1,,7,,,8,1,1,5.193,135.054,135.763,28,5f6666e43be0b923d23c8df8,"{""startTime"":1690232211888,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690232278223,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690232054373,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":48,""label"":""tour_started""},{""time"":13126,""label"":""hovered"",""timeHovered"":1075,""week"":""2021-10-25""},{""time"":18005,""label"":""hovered"",""timeHovered"":1699,""week"":""2021-04-19""},{""time"":20878,""label"":""hovered"",""timeHovered"":1420,""week"":""2021-08-23""},{""time"":31135,""label"":""tour_next"",""step"":2},{""time"":39851,""label"":""tour_end"",""step"":2},{""time"":41442,""label"":""hovered"",""timeHovered"":5504,""week"":""2021-12-13""},{""time"":47667,""label"":""hovered"",""timeHovered"":2842,""week"":""2022-01-10""}]}","{""startTime"":1690232194890,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line +2023-07-24 17:07:17,2023-07-24 17:15:30,0,71.114.99.245,100,493,1,2023-07-24 17:15:31,R_2BaOazwPFZfS3V6,,,,,38.6759,-77.3157,anonymous,EN,1,12.146,12.146,13.043,1,1,2,1,2.301,6.378,8.41,2,7.902,8.787,15.015,2,62,79,74,24.782,29.547,31.338,3,3.561,46.56,51.806,17,1,-3,8.763,26.541,27.781,3,-3,-3,11.001,15.303,16.18,2,-3,7.738,9.747,11.456,2,0,0,15.011,0,7,6,4,7,3,7,great information.,3.3,31.117,35.105,9,6,3,4,6,4,5,i feel like its just ok.,1.338,10.397,27.67,2,6,informative,3.136,4.965,16.724,2,2,7,3,4,1,5,6,0,0,17.11,0,7,8,10,8,10,5,5,10,,1.688,6.605,8.641,8,3,3,4,3,5,3,1.363,9.627,17.426,6,7,4,3.525,8.644,10.253,3,1,1965,Virginia,7,3,1,,2,,,11,1,1,2.413,78.177,80.74,12,63eb78a1fc614fd7af392873,"{""startTime"":1690233108500,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690233010276,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":53104,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1027,""week"":""2"",""id"":""chart""}]}","{""startTime"":1690232914169,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":3555,""label"":""tour_next"",""step"":2},{""time"":5488,""label"":""tour_end"",""step"":2},{""time"":9803,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2660,""week"":""1"",""id"":""chart2""},{""time"":13539,""label"":""source_clicked""},{""label"":""window_blurred"",""time"":13551},{""label"":""window_focused"",""time"":17303},{""time"":18445,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1503,""week"":""52"",""id"":""chart""},{""time"":37548,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1301,""week"":""14"",""id"":""chart""},{""time"":44498,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1727,""week"":""2"",""id"":""chart""}]}","{""startTime"":1690232994866,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar +2023-07-24 17:18:25,2023-07-24 17:29:12,0,174.63.20.85,100,647,1,2023-07-24 17:29:12,R_DNOES8vKy2yoQcF,,,,,39.7427,-104.8129,anonymous,EN,1,9.866,9.866,11.29,1,1,3,1,1.827,5.906,7.768,2,0,0,15.009,0,95,91,58,12.714,19.104,20.679,3,14.308,20.652,40.964,2,-3,1,33.508,55.877,58.341,2,-2,-3,45.58,100.084,102.562,2,-1,29.875,29.875,31.579,1,0,0,15.117,0,6,6,6,6,5,6,,25.546,52.937,54.466,8,4,6,5,5,4,6,Because it references the CDC,3.914,3.914,16.039,1,6,,4.899,4.899,7.696,1,2,7,3,4,1,5,6,0,0,22.159,0,8,10,10,10,9,9,10,10,,5.242,21.577,24.124,8,4,4,2,2,4,4,11.113,30.905,32.72,7,1,2,3.817,17.352,20.034,2,2,1958,Colorado,6,2,1,,7,,,15,4,1,3.261,95.338,102.74,16,63acbbe336a9ca92853dca4a,"{""startTime"":1690233740946,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":940,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1129,""week"":""1"",""id"":""chart""},{""time"":3660,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7673,""week"":""2"",""id"":""chart""},{""time"":14198,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3174,""week"":""51"",""id"":""chart""},{""time"":17419,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2339,""week"":""50"",""id"":""chart""}]}","{""startTime"":1690233795998,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690233580579,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":14301,""label"":""tour_next"",""step"":2},{""time"":20645,""label"":""tour_end"",""step"":2},{""time"":21964,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1171,""week"":""1"",""id"":""chart""},{""time"":24463,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1875,""week"":""2"",""id"":""chart""},{""time"":27497,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3712,""week"":""6"",""id"":""chart""},{""time"":31500,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1661,""week"":""2"",""id"":""chart""},{""time"":36393,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2296,""week"":""49"",""id"":""chart""}]}","{""startTime"":1690233725173,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar +2023-07-24 17:57:29,2023-07-24 18:23:32,0,67.4.143.14,100,1563,1,2023-07-24 18:23:33,R_1kNvauHnRRqJIT7,,,,,44.9998,-93.393,anonymous,EN,1,23.268,23.268,24.812,1,2,,2,4.884,4.884,6.966,1,0,0,15.01,0,100,100,50,49.721,68.097,70.411,4,76.285,245.583,250.572,19,1,-3,20.096,71.612,73.693,3,-2,1,2.245,80.402,81.995,5,1,47.676,89.536,127.534,3,0,0,15.013,0,4,3,3,6,7,4,"The data doesn't appear to be ""country wide"" and can be mistaken for being biased at the least.",75.677,112.594,163.618,7,5,6,6,4,4,5,"Because its stats are from ""per 100-k cases"" and doesn't specify city or state.",18.035,55.193,92.595,2,1,"Most people are ""show"" people, if you can see me, I will act ""normal"" but when I'm out of sight, I will let the real me out.",5.928,35.643,121.31,5,2,7,3,4,1,5,6,0,0,41.123,0,1,1,1,1,6,6,10,6,"Trust has to be earned, and is not a ""uniform or job."" Trust is hard to earn and easy to lose because there are so many excuses that one can hide behind once the have lost the trust of another. Responsibility for one's mistakes can also make them trustworthy.",8.255,37.621,194.95,9,5,5,1,2,5,5,10.701,24.741,38.189,6,5,4,6.299,18.212,19.772,4,1,1963,Minnesota,4,2,1,,8,Indigenous American,,1,4,1,4.02,79.188,83.895,16,63c5c3192e709e19fc67d5dd,"{""startTime"":1690236587866,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690236426282,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690236031547,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":10733,""label"":""hovered"",""timeHovered"":1533,""week"":""2021-05-03""},{""time"":23133,""label"":""hovered"",""timeHovered"":1216,""week"":""2021-12-06""},{""time"":49133,""label"":""hovered"",""timeHovered"":24666,""week"":""2021-12-20""},{""time"":76270,""label"":""tour_next"",""step"":5},{""time"":102783,""label"":""tour_back"",""step"":5},{""time"":114822,""label"":""tour_next"",""step"":5},{""time"":126356,""label"":""tour_back"",""step"":5},{""time"":131185,""label"":""hovered"",""timeHovered"":1565,""week"":""2021-10-25""},{""time"":137069,""label"":""tour_next"",""step"":5},{""time"":150793,""label"":""started_brush"",""startDate"":""2021-05-13"",""endDate"":""2021-05-15""},{""time"":161608,""label"":""started_brush"",""startDate"":""2022-01-06"",""endDate"":""2022-02-13""},{""time"":163351,""label"":""tour_next"",""step"":5},{""time"":197520,""label"":""moved_brush"",""startDate"":""2021-08-28"",""endDate"":""2022-02-13""},{""time"":198752,""label"":""tour_next"",""step"":5},{""time"":205126,""label"":""cleared_brush"",""using"":""click""},{""time"":205130,""label"":""cleared_brush"",""using"":""Escape""},{""time"":206853,""label"":""tour_next"",""step"":5},{""time"":245568,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690236410719,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line diff --git a/study_data/replicationStudy/data_clean.csv b/study_data/replicationStudy/data_clean.csv index cdd9eac..c3a4b94 100644 --- a/study_data/replicationStudy/data_clean.csv +++ b/study_data/replicationStudy/data_clean.csv @@ -1,267 +1,267 @@ -StartDate,EndDate,Status,Progress,Duration (in seconds),Finished,RecordedDate,ResponseId,LocationLatitude,LocationLongitude,UserLanguage,Consent Form,consent-time_Page Submit,covid-vaccine,covid-vaccine-doses,covid-infection,covid-time_Page Submit,intro-vis-time_Page Submit,affect-science_1,affect-clarity_1,affect-aesthetic_1,initial-time_Page Submit,tour-time_Page Submit,simple-vlat-1,simple-vlat-2,simple-vlat-time_Page Submit,moderate-vlat-1,moderate-vlat-2,moderate-vlat-time_Page Submit,complex-vlat-1,complex-vlat-time_Page Submit,explore-time_Page Submit,data-trust_1,data-trust_2,data-trust_3,data-trust_4,data-trust_5,data-trust_6,data-trust-exp,data-trust-time_Page Submit,vis-trust_1,vis-trust_2,vis-trust_3,vis-trust_4,vis-trust_5,vis-trust_6,vis-trust-exp,vis-trust-time_Page Submit,interpersonal-trust_1,interper-trust-exp,interper-trust-time_Page Submit,attention-check_1,attention-check_2,attention-check_3,attention-check_4,attention-check_5,attention-check_6,attention-check_7,attention-check-time_Page Submit,trust-in-science_1,trust-in-science_2,trust-in-science_3,trust-in-science_4,trust-in-science_5,trust-in-science_6,trust-in-science_7,trust-in-science_8,trust-science-exp,trust-science-time_Page Submit,cognition_1,cognition_2,cognition_3,cognition_4,cognition_5,cognition_6,need-cognition-time_Page Submit,political_views,covid_information,politics_time_Page Submit,Gender,Age,State_1,Education,Parents_education,Language,Language_4_TEXT,Ethnicity,Ethnicity_8_TEXT,Ethnicity_9_TEXT,Income,Religion,Interview,Interview_1_TEXT,demographics_time_Page Submit,PROLIFIC_PID,provenance-data,provenance-vis,provenance-tour,provenance-explore,isCovidData,complexity,chartType,need_for_cognition,brushed,explore_interactions,hover_interactions,total_hover_time,avg_hover_time,explore_time,explore_active_time,vlat_simple,vlat_moderate,vlat_complex,assigned_vlat,ordinal_complexity -2023-07-24 14:11:19,2023-07-24 14:22:11,0,100,651,1,2023-07-24 14:22:11,R_1Kd8nCnLse6A3Bk,47.2109,-122.4147,EN,1,6.887,1,3,2,6.992,15.012,93,96,50,21.333,61.584,1,-3,120.502,-3,1,95.388,1,52.237,15.122,4,4,4,6,6,5,,26.165,4,6,6,6,4,6,The data is clearly presented.,30.068,3,"Nothing, thanks",13.313,2,7,3,4,1,5,6,23.642,1,3,1,3,3,1,7,5,,17.807,3,5,4,3,3,3,18.037,1,1,9.682,4,1973,Washington,9,1,1,,7,,,12,4,2,,70.262,60fcf0d2f2038f65598d7f03,"{""startTime"":1690222596809,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690222538739,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690222339403,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":10505,""label"":""tour_next"",""step"":2},{""time"":17637,""label"":""tour_end"",""step"":2},{""time"":18682,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1116,""week"":""51"",""id"":""chart2""},{""time"":23817,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1029,""week"":""48"",""id"":""chart2""}]}","{""startTime"":1690222523140,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":7720,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1317,""week"":""1"",""id"":""chart2""},{""time"":9187,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1145,""week"":""52"",""id"":""chart2""},{""time"":10385,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2315,""week"":""51"",""id"":""chart2""}]}",1,simple,bar,3.5,0,3,3,4.777,1.5923333333333334,2665,15,0.5,0.5,1,0.5,1 -2023-07-24 14:13:16,2023-07-24 14:23:13,0,100,596,1,2023-07-24 14:23:14,R_8DmanZuAHqkskKJ,39.1215,-86.5784,EN,1,2.802,1,2,1,5.169,15.111,77,78,50,20.38,54.799,1,1,45.225,-3,1,78.877,-1,98.657,15.011,4,4,4,5,5,4,,29.001,4,5,3,6,3,4,I don't have any reason to believe or not believe the visualization,70.384,1,,8.037,2,7,3,4,1,5,6,17.935,6,6,7,8,6,6,8,9,,25.765,2,2,3,3,2,3,23.603,1,2,8.18,2,2000,Indiana,6,3,1,,2,,,17,4,2,,33.543,62e3fc91bf734f6dbbc0ca15,"{""startTime"":1690222716596,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690222622537,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690222452628,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":12618,""label"":""tour_next"",""step"":5},{""time"":22124,""label"":""started_brush"",""startDate"":""2021-06-08"",""endDate"":""2021-10-15""},{""time"":26459,""label"":""moved_brush"",""startDate"":""2021-06-08"",""endDate"":""2021-10-26""},{""time"":30599,""label"":""moved_brush"",""startDate"":""2021-10-26"",""endDate"":""2022-02-12""},{""time"":31636,""label"":""tour_next"",""step"":5},{""time"":34507,""label"":""moved_brush"",""startDate"":""2021-11-28"",""endDate"":""2022-02-12""},{""time"":35340,""label"":""tour_next"",""step"":5},{""time"":45646,""label"":""cleared_brush"",""using"":""click""},{""time"":45649,""label"":""cleared_brush"",""using"":""Escape""},{""time"":47087,""label"":""tour_next"",""step"":5},{""time"":51148,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690222606803,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":9984,""label"":""hovered"",""timeHovered"":2293,""week"":""2022-01-03""}]}",1,complex,line,2.5,0,1,1,2.293,2.293,0,15,1,0.5,0,0,3 -2023-07-24 14:23:56,2023-07-24 14:31:23,0,100,447,1,2023-07-24 14:31:24,R_3eaAS3a0kDQnihF,38.894,-77.0365,EN,1,5.004,1,4,1,4.968,15.12,88,86,43,10.369,14.827,1,-3,59.77,1,1,33.711,-3,17.854,15.122,6,4,6,6,6,6,,23.938,7,7,3,2,2,6,It seems accurate based on data that I know of,68.273,4,,10.041,2,7,3,4,1,5,6,15.573,5,5,4,6,7,6,10,10,,17.07,5,4,4,2,4,4,21.23,1,1,8.385,1,2000,Virginia,6,3,1,,7,,,15,4,2,,66.226,62ffa51597bb1507ef057ca0,"{""startTime"":1690223261203,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690223172815,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690223081678,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":2181,""label"":""tour_next"",""step"":2},{""time"":7788,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690223157237,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":3050,""label"":""hovered"",""timeHovered"":1720,""week"":""2022-01-03""},{""time"":6301,""label"":""hovered"",""timeHovered"":1715,""week"":""2022-01-31""}]}",1,simple,line,3.8,0,2,2,3.435,1.7175,3251,15,0.5,1,0,0.5,1 -2023-07-24 14:25:53,2023-07-24 14:32:20,0,100,387,1,2023-07-24 14:32:21,R_2QrlduyBPVQHSP6,40.1101,-75.1567,EN,1,6.12,1,3,1,4.592,15.01,87,80,41,10.927,14.281,1,1,38.847,-3,-3,49.415,1,18.071,15.011,4,4,4,6,5,5,,17.626,6,5,3,6,2,6,It includes a lot of data so it seems that effort and time were put into making this visualization.,36.77,5,,7.876,2,7,3,4,1,5,6,17.385,2,4,1,3,7,3,6,5,,23.324,3,5,4,2,4,5,24.96,2,3,8.302,1,1999,Pennsylvania,6,3,1,,7,,,17,3,2,,40.366,61119e3139b8346b3ef32bf0,"{""startTime"":1690223336661,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690223279140,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690223198983,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":7987,""label"":""tour_next"",""step"":2},{""time"":10103,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690223263700,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":3100,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2957,""week"":""52"",""id"":""chart""},{""time"":6177,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2199,""week"":""2"",""id"":""chart""},{""time"":8482,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2377,""week"":""4"",""id"":""chart""}]}",1,moderate,bar,3.8,0,3,3,7.533,2.511,5382,15,1,0,1,0,2 -2023-07-24 14:25:23,2023-07-24 14:34:59,0,100,575,1,2023-07-24 14:35:00,R_3F3TYMu0glGO2Yu,34.7542,-76.9069,EN,1,19.999,2,,1,2.83,15.017,100,100,100,13.362,44.08,1,-3,38.308,-3,1,60.855,-3,32.436,15.117,6,5,6,7,6,6,,24.031,5,7,6,5,4,6,It shows basic facts. Presuming the numbers are correct then why would I not trust something that is factual?,51.401,4,,6.191,2,7,3,4,1,5,6,19.94,4,4,10,6,4,2,7,10,,30.953,4,4,4,2,4,4,29.759,5,2,9.82,2,1982,North Carolina,2,2,1,,7,,,4,3,2,,114.589,582c800ab56bfd00011fd586,"{""startTime"":1690223308477,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690223332902,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690223187301,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":17812,""label"":""hovered"",""timeHovered"":3783,""week"":""2022-01-10""},{""time"":22529,""label"":""hovered"",""timeHovered"":1400,""week"":""2022-02-07""},{""time"":26177,""label"":""tour_next"",""step"":2},{""time"":30969,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690223292957,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":5480,""label"":""hovered"",""timeHovered"":1281,""week"":""2022-01-03""},{""time"":6980,""label"":""hovered"",""timeHovered"":1325,""week"":""2022-01-10""},{""time"":12562,""label"":""hovered"",""timeHovered"":1952,""week"":""2022-01-17""}]}",1,moderate,line,3.7,0,3,3,4.558,1.5193333333333332,7082,15,0.5,0.5,0,0.5,2 -2023-07-24 14:26:03,2023-07-24 14:36:58,0,100,654,1,2023-07-24 14:36:59,R_ZgGa1Hpx8Fxszux,39.2726,-76.8614,EN,1,11.536,1,3,1,13.769,15.106,78,57,47,11.381,103.137,1,-3,81.726,1,1,93.026,1,52,15.009,6,6,2,5,6,6,,15.255,6,5,5,6,6,6,I think it shows that more vaccinated people will have a less chance of getting COVID,61.134,4,,17.797,2,7,3,4,1,5,6,19.985,4,5,7,5,8,5,10,9,,25.279,3,4,3,4,3,3,7.628,4,2,13.937,1,1999,Maryland,6,3,1,,9,,Ellicott City,17,4,1,Wangkevja@gmail.com,59.164,6430988b02068d99450ad3d7,"{""startTime"":1690223400570,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":540},{""label"":""window_focused"",""time"":1566}]}","{""startTime"":1690223416544,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690223228262,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":2901,""label"":""hovered"",""timeHovered"":1650,""week"":""2022-01-10""},{""time"":10436,""label"":""hovered"",""timeHovered"":1751,""week"":""2022-01-17""},{""time"":13719,""label"":""hovered"",""timeHovered"":2284,""week"":""2022-01-10""},{""time"":19161,""label"":""hovered"",""timeHovered"":4830,""week"":""2022-01-17""},{""time"":26187,""label"":""tour_next"",""step"":5},{""time"":35567,""label"":""cleared_brush"",""using"":""click""},{""time"":36317,""label"":""cleared_brush"",""using"":""click""},{""time"":36988,""label"":""cleared_brush"",""using"":""click""},{""time"":37498,""label"":""cleared_brush"",""using"":""click""},{""time"":47633,""label"":""tour_back"",""step"":5},{""time"":50162,""label"":""tour_next"",""step"":5},{""time"":51652,""label"":""cleared_brush"",""using"":""click""},{""time"":62220,""label"":""started_brush"",""startDate"":""2021-06-09"",""endDate"":""2022-02-13""},{""time"":63923,""label"":""tour_next"",""step"":5},{""time"":69617,""label"":""moved_brush"",""startDate"":""2021-06-09"",""endDate"":""2022-02-13""},{""time"":70440,""label"":""cleared_brush"",""using"":""click""},{""time"":75124,""label"":""tour_next"",""step"":5},{""time"":92226,""label"":""cleared_brush"",""using"":""click""},{""time"":92228,""label"":""cleared_brush"",""using"":""Escape""},{""time"":95089,""label"":""tour_next"",""step"":5},{""time"":99612,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690223384879,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":8019,""label"":""started_brush"",""startDate"":""2021-11-15"",""endDate"":""2022-02-13""}]}",1,complex,line,3.3,1,1,0,0,0,0,15,0.5,1,1,1,3 -2023-07-24 14:26:07,2023-07-24 14:37:27,0,100,680,1,2023-07-24 14:37:28,R_2qw67BSEax40tQM,35.7704,-78.6293,EN,1,24.274,1,2,2,22.244,15.008,60,97,61,27.841,38.155,1,1,67.598,-3,-3,81.77,1,36.326,15.109,6,6,5,7,7,5,,27.044,6,7,6,4,5,5,I trust the visualization is as accurate as reports allow. People were sick and never received treatment. Many people were sick and it was immediately presumed they had covid without accurate testing,79.037,6,,14.549,2,7,3,4,1,5,6,21.201,1,4,8,5,1,6,9,9,,31.605,2,3,3,3,4,3,38.09,5,4,15.529,2,1979,North Carolina,5,2,1,,7,,,8,3,1,stitchedoncanvas@gmail.com,70.651,5ef764fd0ea7fe48a5fa130d,"{""startTime"":1690223393159,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690223420753,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690223270813,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":9038,""label"":""tour_next"",""step"":2},{""time"":13134,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2459,""week"":""50"",""id"":""chart2""},{""time"":15649,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1459,""week"":""51"",""id"":""chart2""},{""time"":19636,""label"":""tour_end"",""step"":2},{""time"":22145,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2561,""week"":""52"",""id"":""chart""},{""time"":26495,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2314,""week"":""52"",""id"":""chart2""},{""time"":29311,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2061,""week"":""51"",""id"":""chart""},{""time"":31491,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3991,""week"":""52"",""id"":""chart""}]}","{""startTime"":1690223377617,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":10518,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1261,""week"":""52"",""id"":""chart""}]}",1,simple,bar,3,0,1,1,1.261,1.261,0,15,1,0,1,1,1 -2023-07-24 14:28:30,2023-07-24 14:41:43,0,100,792,1,2023-07-24 14:41:43,R_rqmwyenp9jfHYDD,32.7097,-117.1228,EN,1,29.401,1,4,2,10.449,15.015,68,62,67,35.96,85.548,-2,1,81.9,1,1,99.238,1,191.981,15.184,5,4,5,4,4,5,,16.595,4,4,5,3,3,5,I don't like to rely on a single source of information if I haven't verified it but it seems ok.,43.931,4,,11.178,2,7,3,4,1,5,6,14.731,4,6,6,6,4,4,8,9,,20.275,3,2,3,3,4,3,14.905,3,1,14.695,1,1980,California,6,2,1,,2,,,4,3,2,,48.464,585eb4cfc34844000174d807,"{""startTime"":1690223708924,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690223726508,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690223413950,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":42,""label"":""tour_started""},{""time"":12828,""label"":""tour_next"",""step"":5},{""time"":24344,""label"":""tour_back"",""step"":5},{""time"":26838,""label"":""tour_next"",""step"":5},{""time"":29877,""label"":""tour_back"",""step"":5},{""time"":31802,""label"":""tour_next"",""step"":5},{""time"":34336,""label"":""cleared_brush"",""using"":""Click""},{""time"":35021,""label"":""cleared_brush"",""using"":""Click""},{""time"":35532,""label"":""started_brush"",""startDate"":""2021-09-08"",""endDate"":""2021-09-21""},{""time"":40590,""label"":""tour_next"",""step"":5},{""time"":47181,""label"":""moved_brush"",""startDate"":""2021-04-12"",""endDate"":""2021-09-21""},{""time"":48218,""label"":""tour_next"",""step"":5},{""time"":56454,""label"":""cleared_brush"",""using"":""Click""},{""time"":58191,""label"":""tour_next"",""step"":5},{""time"":62094,""label"":""tour_end"",""step"":5},{""time"":67502,""label"":""started_brush"",""startDate"":""2021-07-09"",""endDate"":""2021-08-05""},{""time"":71386,""label"":""started_brush"",""startDate"":""2021-06-26"",""endDate"":""2021-12-04""},{""time"":73556,""label"":""moved_brush"",""startDate"":""2021-08-29"",""endDate"":""2022-02-06""},{""time"":75236,""label"":""moved_brush"",""startDate"":""2021-08-30"",""endDate"":""2022-02-07""},{""time"":78746,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":4901,""week"":""52"",""id"":""chart""}]}","{""startTime"":1690223692920,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":7623,""label"":""started_brush"",""startDate"":""2021-09-30"",""endDate"":""2022-02-07""},{""time"":9204,""label"":""moved_brush"",""startDate"":""2021-09-30"",""endDate"":""2022-02-07""},{""time"":9930,""label"":""moved_brush"",""startDate"":""2021-09-30"",""endDate"":""2022-02-07""},{""time"":13004,""label"":""moved_brush"",""startDate"":""2021-11-02"",""endDate"":""2022-02-07""}]}",1,complex,bar,3,1,4,0,0,0,5381,15,0.5,1,1,1,3 -2023-07-24 14:37:34,2023-07-24 14:44:40,0,100,426,1,2023-07-24 14:44:41,R_3DtZwWLlUvWSYQM,35.2338,-97.4095,EN,1,3.79,1,3,1,5.58,15.022,79,100,98,9.954,10.605,-2,1,57.287,-1,1,40.661,-3,40.002,15.124,7,3,7,7,7,7,,22.372,5,7,5,2,3,6,I believe that unvaccinated individuals are more likely to catch the virus.,48.782,2,,8.206,2,7,3,4,1,5,6,9.869,1,4,1,6,4,6,8,10,,18.686,4,4,4,2,4,4,25.004,2,2,10.381,1,2002,Oklahoma,3,3,1,,7,,,17,3,1,,38.556,63fba157c9ebcb0ba6397872,"{""startTime"":1690223971089,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690223994088,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690223902281,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":6013,""label"":""tour_next"",""step"":2},{""time"":8318,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690223954890,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line,3.7,0,0,0,0,0,0,15,0.5,0.5,0,0.5,2 -2023-07-24 14:32:15,2023-07-24 14:45:54,0,100,818,1,2023-07-24 14:45:55,R_2zYngyfH0zEs6Gq,38.9887,-94.6341,EN,1,10.685,2,,1,3.046,15.109,85,68,50,47.951,140.059,1,1,71.735,1,1,75.635,1,59.059,15.013,5,3,5,6,6,5,,33.529,5,6,6,1,1,5,So much of the covid 19 reporting has become so politicized I don't know what to believe anymore. But I am inclined to believe scientific research. ,106.894,5,,11.714,2,7,3,4,1,5,6,17.979,5,4,8,8,5,5,9,5,,39.272,3,3,4,3,3,3,32.21,5,1,22.965,2,1991,Kansas,2,2,1,,7,,,8,1,1,61003045d0f2c8b7ddb40dbd@email.prolific.co,73.72,61003045d0f2c8b7ddb40dbd,"{""startTime"":1690223838893,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690223872840,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690223623335,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":15272,""label"":""hovered"",""timeHovered"":6232,""week"":""2022-01-03""},{""time"":23171,""label"":""hovered"",""timeHovered"":4716,""week"":""2022-01-17""},{""time"":28693,""label"":""hovered"",""timeHovered"":3176,""week"":""2022-01-17""},{""time"":32219,""label"":""hovered"",""timeHovered"":1502,""week"":""2022-01-24""},{""time"":33954,""label"":""hovered"",""timeHovered"":1067,""week"":""2022-01-24""},{""time"":36426,""label"":""tour_next"",""step"":5},{""time"":53699,""label"":""started_brush"",""startDate"":""2021-05-12"",""endDate"":""2021-07-20""},{""time"":55733,""label"":""cleared_brush"",""using"":""click""},{""time"":57798,""label"":""started_brush"",""startDate"":""2021-11-13"",""endDate"":""2022-02-13""},{""time"":59368,""label"":""tour_next"",""step"":5},{""time"":71813,""label"":""moved_brush"",""startDate"":""2021-12-15"",""endDate"":""2022-02-13""},{""time"":72894,""label"":""tour_next"",""step"":5},{""time"":78112,""label"":""cleared_brush"",""using"":""click""},{""time"":79760,""label"":""tour_next"",""step"":5},{""time"":86611,""label"":""tour_end"",""step"":5},{""time"":96482,""label"":""started_brush"",""startDate"":""2021-10-29"",""endDate"":""2022-02-13""},{""time"":98399,""label"":""cleared_brush"",""using"":""click""},{""time"":110217,""label"":""started_brush"",""startDate"":""2021-10-30"",""endDate"":""2022-01-09""},{""time"":116189,""label"":""hovered"",""timeHovered"":2849,""week"":""2022-01-03""},{""time"":125318,""label"":""cleared_brush"",""using"":""click""},{""time"":137950,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-07-24""}]}","{""startTime"":1690223823500,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":9158,""label"":""hovered"",""timeHovered"":1215,""week"":""2021-12-13""}]}",1,complex,line,3.2,0,1,1,1.215,1.215,0,15,1,1,1,1,3 -2023-07-24 14:39:44,2023-07-24 14:46:57,0,100,433,1,2023-07-24 14:46:58,R_2ahvE3MLU7uI2Uc,37.5549,-122.2708,EN,1,2.42,1,3,1,3.418,15.113,76,18,38,14.898,16.356,-3,1,57.608,-3,-3,42.739,-1,19.861,16.753,6,3,6,6,6,6,it should define how it sources the number of positive test resutls,43.46,6,6,4,2,1,6,it's data coming from a government agency dedicated to infectious disesases and is transparent about the count of cases within each time period,47.799,3,,6.233,2,7,3,4,1,5,6,7.178,2,7,10,8,5,9,10,10,,21.272,5,4,5,1,4,5,24.811,6,5,7.085,1,2000,California,6,3,1,,2,,,19,3,2,,23.928,5c088a0b66706a0001048ca6,"{""startTime"":1690224214916,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690224122330,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_focused"",""time"":18161}]}","{""startTime"":1690224029333,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":2597,""label"":""tour_next"",""step"":2},{""time"":3964,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690224104040,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":6986}]}",1,simple,bar,4,0,0,0,0,0,0,6.986,0.5,0,0,0.5,1 -2023-07-24 14:32:19,2023-07-24 14:48:32,0,100,973,1,2023-07-24 14:48:33,R_1jm4QYvKsRVuVbS,29.4578,-95.0342,EN,1,19.654,1,4,2,12.914,15.028,85,78,43,37.023,100.705,1,1,78.564,1,1,135.801,1,85.837,15.121,7,5,6,7,6,7,,38.138,6,6,6,5,5,6,The source of the data is the CDC. It would be great to add the dates when the vaccines were first rolled out. ,91.018,5,,13.763,2,7,3,4,1,5,6,32.816,2,5,1,5,6,2,10,9,,30.914,4,5,5,3,4,3,52.521,1,1,19.512,1,1983,Texas,6,3,1,,4,,,8,4,1,jj.vallejo.a@gmail.com,63.894,6400f1783058946c2b4780cd,"{""startTime"":1690223896947,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690223936138,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690223643286,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":22,""label"":""tour_started""},{""time"":27919,""label"":""tour_next"",""step"":2},{""time"":33415,""label"":""tour_end"",""step"":2},{""time"":37048,""label"":""hovered"",""timeHovered"":1568,""week"":""2021-07-26""},{""time"":39797,""label"":""hovered"",""timeHovered"":6991,""week"":""2021-05-10""},{""time"":49510,""label"":""hovered"",""timeHovered"":30192,""week"":""2022-01-10""},{""time"":83198,""label"":""hovered"",""timeHovered"":1578,""week"":""2021-11-08""},{""time"":85195,""label"":""hovered"",""timeHovered"":2273,""week"":""2021-09-06""},{""time"":92474,""label"":""hovered"",""timeHovered"":2533,""week"":""2022-02-07""},{""time"":95600,""label"":""hovered"",""timeHovered"":2247,""week"":""2022-01-10""}]}","{""startTime"":1690223881223,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6843,""label"":""hovered"",""timeHovered"":1148,""week"":""2022-01-10""},{""time"":8633,""label"":""hovered"",""timeHovered"":3278,""week"":""2022-01-10""}]}",1,moderate,line,4,0,2,2,4.426,2.213,1790,15,1,1,1,1,2 -2023-07-24 14:38:33,2023-07-24 14:49:25,0,100,652,1,2023-07-24 14:49:26,R_25WP5YswanZ9tSb,61.2115,-149.8736,EN,1,10.272,1,3,1,4.397,15.008,66,85,82,14.597,26.431,1,1,42.546,-3,-2,103.906,1,27.4,15.106,5,4,4,6,6,6,,192.877,6,7,6,5,5,6,The source of the information is the CDC who is the main source of data about the pandemic. ,34.72,4,,5.325,2,7,3,4,1,5,6,13.469,6,7,5,6,5,6,10,8,,18.729,3,5,4,4,5,4,25.325,2,1,10.808,1,1991,Texas,7,3,1,,7,,,6,4,2,,52.399,5aeb092b1c52cb0001573337,"{""startTime"":1690224117175,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_focused"",""time"":171985}]}","{""startTime"":1690224311019,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690223969926,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":22,""label"":""tour_started""},{""time"":781,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1065,""week"":""52"",""id"":""chart""},{""time"":17579,""label"":""tour_next"",""step"":2},{""time"":20186,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690224101526,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":2973,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8560,""week"":""2"",""id"":""chart""},{""label"":""window_blurred"",""time"":12572}]}",1,moderate,bar,4.2,0,1,1,8.56,8.56,0,12.572,1,0,1,0,2 -2023-07-24 14:38:40,2023-07-24 14:49:49,0,100,669,1,2023-07-24 14:49:50,R_1ohuBxAG11uqzgU,41.6325,-81.4034,EN,1,3.833,1,3,2,6.346,15.01,70,88,63,25.964,24.232,1,-3,59.795,-3,-3,73.9,1,40.09,15.116,6,4,6,6,6,6,"The last page is all messed up. The rating scale doesn't actually say anything, it jut says things like ""Click to write Statement 1.""",69.529,6,6,6,2,5,6,I believe it said that the data was from the CDC. If that is true and the graph maker didn't lie about then I believe that their data is fairly accurate as much as you can when it comes to counting something Covid cases.,83.544,2,,6.704,2,7,3,4,1,5,6,12.846,2,4,5,2,2,2,8,8,,38.872,3,3,4,2,3,3,26.734,2,2,10.087,2,1995,Ohio,6,1,1,,7,,,10,4,1,sydney_baer@hotmail.com,77.16,5cdccb3a4d7e8a00163b8350,"{""startTime"":1690224225502,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":2659},{""label"":""window_focused"",""time"":7009}]}","{""startTime"":1690224086854,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690223986384,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":14,""label"":""tour_started""},{""label"":""window_blurred"",""time"":4690},{""label"":""window_focused"",""time"":9089},{""time"":9604,""label"":""tour_next"",""step"":2},{""time"":12955,""label"":""tour_end"",""step"":2},{""time"":14553,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3913,""week"":""52"",""id"":""chart2""},{""time"":19154,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1665,""week"":""1"",""id"":""chart2""},{""time"":22320,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1065,""week"":""52"",""id"":""chart""}]}","{""startTime"":1690224071182,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":8753},{""label"":""window_focused"",""time"":10283}]}",1,simple,bar,3,0,0,0,0,0,0,8.753,0.5,0,1,0.5,1 -2023-07-24 14:43:20,2023-07-24 14:51:42,0,100,502,1,2023-07-24 14:51:43,R_3m4BL58BMjDoIEw,36.3066,-86.6101,EN,1,2.931,2,,2,2.029,15.109,65,64,64,21.862,62.606,1,-2,25.701,1,1,53.409,-3,68.614,15.012,4,4,4,7,7,4,,16.294,4,6,5,1,1,4,Need a link underneath visual,37.113,2,,5.046,2,7,3,4,1,5,6,12.972,1,1,3,3,1,3,7,7,,22.126,3,5,5,2,5,4,13.534,2,1,11.191,2,1998,Tennessee,6,3,1,,7,,,4,5,1,jordan21980@gmail.com,61.027,5bb2e60526f5300001ebf51b,"{""startTime"":1690224473113,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690224397701,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690224249474,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":9876,""label"":""tour_next"",""step"":5},{""time"":18666,""label"":""started_brush"",""startDate"":""2021-06-08"",""endDate"":""2021-11-08""},{""time"":19551,""label"":""tour_next"",""step"":5},{""time"":22653,""label"":""moved_brush"",""startDate"":""2021-07-21"",""endDate"":""2021-12-22""},{""time"":23497,""label"":""tour_next"",""step"":5},{""time"":27727,""label"":""cleared_brush"",""using"":""click""},{""time"":27729,""label"":""cleared_brush"",""using"":""Escape""},{""time"":28870,""label"":""tour_next"",""step"":5},{""time"":31190,""label"":""tour_end"",""step"":5},{""time"":45628,""label"":""hovered"",""timeHovered"":5538,""week"":""2022-01-10""},{""time"":53718,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-09-08""},{""time"":58103,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-12-08""},{""time"":60723,""label"":""moved_brush"",""startDate"":""2021-06-17"",""endDate"":""2022-02-13""}]}","{""startTime"":1690224381974,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line,4,0,0,0,0,0,0,15,0.5,1,0,0,3 -2023-07-24 14:38:35,2023-07-24 14:51:45,0,100,789,1,2023-07-24 14:51:45,R_2V7V5iJMFLKR6yX,33.4475,-112.0866,EN,1,13.029,1,2,2,12.153,15.113,78,100,50,31.638,58.28,1,1,41.79,-2,1,46.792,-2,40.598,15.007,7,7,7,7,7,7,,19.289,7,7,7,7,7,7,Because the information came from a trusted source CDC,63.291,4,I don't think I answered the previous question about the ages correctly. But I can not go back to check.,43.621,2,7,3,4,1,5,6,19.444,2,4,8,8,4,4,9,9,,25.257,3,3,5,1,3,3,27.225,1,3,14.601,2,1967,Arizona,2,2,1,,7,,,5,4,2,,250.992,5a9a6f5f35237b000112920f,"{""startTime"":1690224121011,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690224140744,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690224004525,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":8129,""label"":""hovered"",""timeHovered"":4625,""week"":""2022-01-03""},{""time"":19473,""label"":""hovered"",""timeHovered"":1280,""week"":""2022-01-03""},{""time"":27873,""label"":""tour_next"",""step"":2},{""time"":34236,""label"":""tour_end"",""step"":2},{""time"":37618,""label"":""hovered"",""timeHovered"":1357,""week"":""2022-01-24""},{""time"":39970,""label"":""hovered"",""timeHovered"":2624,""week"":""2021-12-27""},{""time"":44176,""label"":""hovered"",""timeHovered"":1125,""week"":""2021-12-27""},{""time"":47766,""label"":""hovered"",""timeHovered"":1395,""week"":""2021-05-31""},{""time"":53996,""label"":""hovered"",""timeHovered"":1028,""week"":""2021-12-06""}]}","{""startTime"":1690224105504,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":6491,""label"":""hovered"",""timeHovered"":2472,""week"":""2021-12-27""}]}",1,simple,line,3,0,1,1,2.472,2.472,0,15,1,0.5,0,1,1 -2023-07-24 14:44:06,2023-07-24 14:52:35,0,100,509,1,2023-07-24 14:52:36,R_12yD3e5C1fltNdG,47.9425,-122.2139,EN,1,14.209,1,2,2,4.003,15.045,77,43,37,10.111,55.678,-3,-3,39.275,1,-3,54.603,-3,26.007,15.124,6,6,4,6,6,5,,11.773,6,6,6,6,6,6,It fits with what I remember being reported during this time period (even if it was necessary to dig for said reporting),91.213,2,,5.394,2,7,3,4,1,5,6,10.841,2,4,5,5,6,2,10,7,,12.639,2,3,5,2,3,1,8.817,2,1,6.688,2,1979,Washington,6,2,1,,7,,,9,3,2,,47.452,55ad16c5fdf99b4c8f99417f,"{""startTime"":1690224575412,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690224428897,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":13657},{""label"":""window_focused"",""time"":51534}]}","{""startTime"":1690224301280,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":16545,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2713,""week"":""52"",""id"":""chart""},{""time"":21296,""label"":""tour_next"",""step"":2},{""time"":24339,""label"":""tour_end"",""step"":2},{""time"":27529,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6627,""week"":""52"",""id"":""chart""}]}","{""startTime"":1690224412984,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":2931,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1122,""week"":""52"",""id"":""chart""},{""time"":5023,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2114,""week"":""52"",""id"":""chart""},{""time"":7160,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1216,""week"":""51"",""id"":""chart""},{""time"":11363,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2039,""week"":""3"",""id"":""chart""}]}",1,moderate,bar,2.7,0,4,4,6.491,1.62275,8432,15,0,0.5,0,0.5,2 -2023-07-24 14:35:06,2023-07-24 14:52:45,0,100,1058,1,2023-07-24 14:52:45,R_3F254qSQx30Pj5H,40.207,-75.0744,EN,1,11.909,1,2,1,6.498,15.012,100,100,50,24.36,49.672,-2,-3,105.015,-3,-3,84.989,1,233.054,15.108,7,7,7,7,7,7,n/a,34.515,6,7,4,5,5,7,I trust the visualization because people that aren't vaccinated are at a higher risk of catching covid. I would say these individuals are more careless which would increase the odds of getting covid.,175.304,3,n/a,23.979,2,7,3,4,1,5,6,22.193,1,5,1,1,2,2,11,10,n/a,39.443,3,3,5,1,5,4,47.001,1,2,20.238,1,1991,Pennsylvania,3,1,1,,7,,,7,4,2,,91.749,63616ac9601c2ac49b1cc4af,"{""startTime"":1690223927176,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":4838,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1919,""week"":""52"",""id"":""chart""}]}","{""startTime"":1690223962210,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":6448,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3999,""week"":""3"",""id"":""chart""}]}","{""startTime"":1690223774891,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":23,""label"":""tour_started""},{""time"":11492,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2528,""week"":""52"",""id"":""chart""},{""time"":15219,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1213,""week"":""2"",""id"":""chart""},{""time"":18130,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2712,""week"":""6"",""id"":""chart""},{""time"":22073,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1114,""week"":""51"",""id"":""chart""},{""time"":32939,""label"":""tour_next"",""step"":2},{""time"":41633,""label"":""tour_end"",""step"":2},{""time"":43538,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1713,""week"":""3"",""id"":""chart""},{""time"":45408,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1339,""week"":""50"",""id"":""chart""}]}","{""startTime"":1690223911211,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":6103,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2407,""week"":""52"",""id"":""chart""},{""time"":8719,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1168,""week"":""3"",""id"":""chart""}]}",1,moderate,bar,3.5,0,2,2,3.575,1.7875,2616,15,0,0,1,0,2 -2023-07-24 14:37:28,2023-07-24 14:52:55,0,100,926,1,2023-07-24 14:52:55,R_23Wtaqt7NvHCD95,38.2479,-77.4636,EN,1,13.801,2,,1,13.772,15.01,96,86,100,37.717,87.855,1,1,52.811,-3,-3,70.99,1,42.868,15.013,4,4,2,6,5,3,n/a,243.019,4,6,6,2,2,4,"um, i really don't trust anything concerning or regarding COVID, to be honest. ",33.456,2,interesting! ,17.832,2,7,3,4,1,5,6,20.536,1,1,7,4,1,4,8,8,,42.078,2,4,4,3,1,2,39.9,6,2,23.84,2,1986,Virginia,2,2,1,,7,,,9,3,1,60fdc00564398d684985cd61@email.prolific.co,88.41,60fdc00564398d684985cd61,"{""startTime"":1690224093718,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690224337363,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690223946998,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":5290,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":10161,""week"":""34"",""id"":""chart""},{""time"":15452,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2874,""week"":""34"",""id"":""chart""},{""time"":21570,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4535,""week"":""52"",""id"":""chart""},{""time"":29149,""label"":""tour_next"",""step"":5},{""time"":43935,""label"":""started_brush"",""startDate"":""2021-06-01"",""endDate"":""2021-10-02""},{""time"":48125,""label"":""tour_next"",""step"":5},{""time"":56112,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-08-07""},{""time"":58221,""label"":""tour_next"",""step"":5},{""time"":63219,""label"":""cleared_brush"",""using"":""Click""},{""time"":66197,""label"":""tour_next"",""step"":5},{""time"":73118,""label"":""tour_end"",""step"":5},{""time"":76831,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5647,""week"":""49"",""id"":""chart""},{""time"":82567,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3383,""week"":""50"",""id"":""chart""}]}","{""startTime"":1690224078274,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar,2.7,0,0,0,0,0,0,15,1,0,1,1,3 -2023-07-24 14:38:58,2023-07-24 14:54:58,0,100,959,1,2023-07-24 14:54:59,R_szEGa7pRhDOUcxj,42.6819,-89.1281,EN,1,11.071,1,2,2,4.213,15.107,100,100,40,31.957,104.737,1,1,42.87,1,1,125.281,1,78.942,15.008,5,5,5,5,6,4,,26.668,2,6,4,1,1,4,A lot of covid cases are undiagnosed. ,64.125,4,,13.544,2,7,3,4,1,5,6,19.532,1,1,4,3,3,5,5,4,,38.439,4,3,5,2,4,4,22.022,6,3,10.505,1,1994,Wisconsin,2,2,1,,7,,,4,3,1,5ddff33bb28cf706c57b4c88@email.prolific.co,271.039,5ddff33bb28cf706c57b4c88,"{""startTime"":1690224316622,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690224217146,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690224016387,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":23328,""label"":""hovered"",""timeHovered"":1100,""week"":""2022-01-03""},{""time"":26598,""label"":""hovered"",""timeHovered"":4235,""week"":""2022-01-03""},{""time"":33780,""label"":""tour_next"",""step"":5},{""time"":46741,""label"":""started_brush"",""startDate"":""2021-10-11"",""endDate"":""2021-10-15""},{""time"":48528,""label"":""started_brush"",""startDate"":""2021-12-30"",""endDate"":""2022-01-16""},{""time"":50060,""label"":""tour_next"",""step"":5},{""time"":58591,""label"":""moved_brush"",""startDate"":""2021-12-21"",""endDate"":""2022-01-07""},{""time"":62654,""label"":""moved_brush"",""startDate"":""2021-12-21"",""endDate"":""2022-02-13""},{""time"":63715,""label"":""tour_next"",""step"":5},{""time"":71521,""label"":""cleared_brush"",""using"":""click""},{""time"":73075,""label"":""tour_next"",""step"":5},{""time"":77163,""label"":""tour_end"",""step"":5},{""time"":80876,""label"":""hovered"",""timeHovered"":5887,""week"":""2021-11-08""},{""time"":101193,""label"":""started_brush"",""startDate"":""2021-06-13"",""endDate"":""2021-07-09""},{""time"":101878,""label"":""moved_brush"",""startDate"":""2021-06-13"",""endDate"":""2021-07-09""},{""time"":102383,""label"":""cleared_brush"",""using"":""click""}]}","{""startTime"":1690224201640,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":6897,""label"":""hovered"",""timeHovered"":1117,""week"":""2021-10-11""},{""time"":11220,""label"":""started_brush"",""startDate"":""2021-06-07"",""endDate"":""2021-06-23""},{""time"":12129,""label"":""started_brush"",""startDate"":""2021-04-22"",""endDate"":""2021-05-19""},{""time"":12994,""label"":""cleared_brush"",""using"":""click""}]}",1,complex,line,3.7,1,4,1,1.117,1.117,6097,15,1,1,1,1,3 -2023-07-24 14:42:47,2023-07-24 14:55:51,0,100,783,1,2023-07-24 14:55:51,R_3EyEaHOUEvbP73W,40.8514,-96.7139,EN,1,14.113,1,2,1,3.158,16.783,100,92,78,29.292,63.005,-2,1,25.655,1,-3,92.297,-3,81.127,15.143,6,5,4,7,7,6,,134.036,5,7,6,6,5,6,It is clear and worded in a direct way.,40.04,3,,54.952,2,7,3,4,1,5,6,15.038,2,3,1,3,3,1,8,8,,27.4,3,3,4,2,1,3,45.338,4,1,15.168,2,1999,Nebraska,2,2,1,,7,,,9,4,2,,50.124,5ec58d7f3892d95b70e4c264,"{""startTime"":1690224412545,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":2078,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1410,""week"":""52"",""id"":""chart""}]}","{""startTime"":1690224547055,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":1581},{""label"":""window_focused"",""time"":14396}]}","{""startTime"":1690224240932,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":4867,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1479,""week"":""51"",""id"":""chart""},{""time"":7616,""label"":""tour_next"",""step"":2},{""time"":10535,""label"":""tour_end"",""step"":2},{""label"":""window_blurred"",""time"":26646},{""label"":""window_focused"",""time"":58673}]}","{""startTime"":1690224396931,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":1946},{""label"":""window_focused"",""time"":10428}]}",1,moderate,bar,2.7,0,0,0,0,0,0,1.946,0.5,0.5,0,0.5,2 -2023-07-24 14:45:34,2023-07-24 14:56:11,0,100,637,1,2023-07-24 14:56:12,R_1GwSOh9mTfUkFSH,40.5266,-75.4994,EN,1,14.061,1,2,1,3.794,15.014,54,44,83,22.043,88.694,1,1,38.789,1,1,63.769,1,57.547,15.006,5,5,5,3,6,5,,31.829,5,3,5,4,3,5,"The visualization seems to be well put-together and decently comprehensive, so I tentatively trust it. I would trust it more upon being able to independently verify its information.",46.996,4,,4.989,2,7,3,4,1,5,6,14.607,4,4,4,7,6,2,9,7,,16.793,4,4,4,2,4,4,13.248,2,1,6.078,1,1995,Pennsylvania,3,3,1,,7,,,5,4,2,,139.367,5c0ef15265217a00014ef2bd,"{""startTime"":1690224633585,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690224558791,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":3854,""label"":""started_brush"",""startDate"":""2021-11-02"",""endDate"":""2022-01-05""},{""time"":5703,""label"":""moved_brush"",""startDate"":""2021-11-02"",""endDate"":""2022-01-05""}]}","{""startTime"":1690224396236,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":22621,""label"":""tour_next"",""step"":5},{""time"":37135,""label"":""started_brush"",""startDate"":""2021-04-29"",""endDate"":""2021-09-05""},{""time"":38153,""label"":""tour_next"",""step"":5},{""time"":46231,""label"":""started_brush"",""startDate"":""2021-04-21"",""endDate"":""2021-05-13""},{""time"":47023,""label"":""moved_brush"",""startDate"":""2021-05-12"",""endDate"":""2021-06-04""},{""time"":48177,""label"":""moved_brush"",""startDate"":""2021-08-28"",""endDate"":""2021-09-19""},{""time"":49573,""label"":""moved_brush"",""startDate"":""2021-04-25"",""endDate"":""2021-09-19""},{""time"":55790,""label"":""tour_next"",""step"":5},{""time"":59229,""label"":""cleared_brush"",""using"":""Click""},{""time"":59229,""label"":""cleared_brush"",""using"":""Escape""},{""time"":59997,""label"":""tour_next"",""step"":5},{""time"":63018,""label"":""tour_end"",""step"":5},{""time"":64202,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2353,""week"":""52"",""id"":""chart""},{""time"":68040,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5655,""week"":""2"",""id"":""chart""},{""time"":82909,""label"":""started_brush"",""startDate"":""2021-05-31"",""endDate"":""2021-07-10""},{""time"":85587,""label"":""moved_brush"",""startDate"":""2021-12-06"",""endDate"":""2022-01-15""},{""time"":86581,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1061,""week"":""1"",""id"":""chart""}]}","{""startTime"":1690224543444,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":2743,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1010,""week"":""52"",""id"":""chart""},{""time"":4682,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1924,""week"":""2"",""id"":""chart""},{""time"":8082,""label"":""started_brush"",""startDate"":""2021-08-02"",""endDate"":""2021-08-25""},{""time"":8708,""label"":""moved_brush"",""startDate"":""2021-08-02"",""endDate"":""2021-09-24""},{""time"":11523,""label"":""moved_brush"",""startDate"":""2021-10-30"",""endDate"":""2021-12-23""},{""time"":13182,""label"":""started_brush"",""startDate"":""2021-12-26"",""endDate"":""2021-12-31""},{""time"":13951,""label"":""cleared_brush"",""using"":""Click""},{""time"":14567,""label"":""cleared_brush"",""using"":""Click""}]}",1,complex,bar,3.7,1,8,2,2.934,1.467,11824,15,1,1,1,1,3 -2023-07-24 14:30:28,2023-07-24 14:56:23,0,100,1554,1,2023-07-24 14:56:23,R_1d62yZzueD1kJy6,39.9528,-75.1646,EN,1,28.478,2,,2,3.955,15.112,87,100,50,53.466,67.289,1,1,124.473,-2,-3,248.458,-2,86.718,15.011,4,3,5,7,7,5,"First off, as far as it being accurate, unbiased and trustworthy, I just don't have enough information to conclude this. It probably is, I just can't say for sure. Also, there were 3 spots in the last slide that didn't include a question, so I couldn't answer and had to skip them. ",219.385,5,7,6,4,3,5,"I trust the data is likely accurate (assuming the source is actually the CDC), but there is definitely some data missing here such as the geographical location. I just feel like there is more factors and possibly some context that could impact the data.",186.843,3,,21.463,2,7,3,4,1,5,6,22.806,1,1,3,2,2,1,8,8,,41.946,4,3,4,2,4,4,44.263,4,3,15.974,1,1990,New York,6,1,1,,7,,,2,4,1,5efe46699aca1b332ff927bc@email.prolific.co,143.991,5efe46699aca1b332ff927bc,"{""startTime"":1690224124995,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690223879180,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690223669267,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":16152,""label"":""tour_next"",""step"":2},{""time"":18640,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1064,""week"":""1"",""id"":""chart2""},{""time"":19725,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4541,""week"":""52"",""id"":""chart2""},{""time"":29338,""label"":""tour_end"",""step"":2},{""time"":34079,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7055,""week"":""52"",""id"":""chart""},{""time"":42134,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3423,""week"":""52"",""id"":""chart2""},{""time"":45598,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1197,""week"":""1"",""id"":""chart2""},{""time"":58954,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1676,""week"":""14"",""id"":""chart""}]}","{""startTime"":1690223863425,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":9319,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2713,""week"":""52"",""id"":""chart""},{""time"":12556,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2969,""week"":""52"",""id"":""chart2""}]}",1,simple,bar,3.5,0,2,2,5.682,2.841,3237,15,1,0,0,1,1 -2023-07-24 14:46:03,2023-07-24 14:56:30,0,100,626,1,2023-07-24 14:56:31,R_2pRd2dftI2fvswh,39.7184,-82.6073,EN,1,7.222,1,2,1,5.789,15.125,100,100,73,22.047,20.411,1,-3,65.881,-3,-3,117.044,-3,22.318,15.015,6,4,6,6,6,6,on one of the pages it has a blank filler question with nonsense answers,49.704,6,6,6,4,6,6,"it seems legit, and the numbers seem like they would be accurate.",57.413,3,,17.984,2,7,3,4,1,5,6,21.985,1,1,4,4,1,2,8,9,,37.22,4,4,4,2,4,4,22.488,3,4,11.947,1,1989,Ohio,3,2,1,,7,,,6,4,2,,66.923,5616999f5c62cf000a822c37,"{""startTime"":1690224615158,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690224537649,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690224433840,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":26,""label"":""tour_started""},{""time"":7151,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1097,""week"":""3"",""id"":""chart""},{""time"":8349,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1200,""week"":""2"",""id"":""chart""},{""time"":10430,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1588,""week"":""1"",""id"":""chart""},{""time"":13387,""label"":""tour_next"",""step"":2},{""time"":14495,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1594,""week"":""52"",""id"":""chart2""},{""time"":17355,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690224521452,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar,3.7,0,0,0,0,0,0,15,0.5,0,0,0.5,1 -2023-07-24 14:44:57,2023-07-24 14:56:41,0,100,704,1,2023-07-24 14:56:41,R_3p0gvnnlkqZxLKS,29.3247,-81.051,EN,1,50.333,1,3,2,6.689,15.115,91,37,39,33.396,80.024,1,1,49.1,1,1,49.453,1,39.084,15.113,6,4,6,5,4,5,,28.13,5,3,4,4,2,5,"It's probably reliable information, it's just a bit confusing to use. ",73.791,4,,12.439,2,7,3,4,1,5,6,19.726,6,6,2,6,6,4,9,7,,25.325,3,3,3,3,3,3,30.77,1,2,23.494,2,1989,Florida,7,2,1,,4,,,7,4,1,iris.maranon1@gmail.com,93.779,640b6f6028392f94f4a4938a,"{""startTime"":1690224558620,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690224587561,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690224422516,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":6509,""label"":""hovered"",""timeHovered"":10429,""week"":""2022-01-03""},{""time"":27173,""label"":""tour_next"",""step"":5},{""time"":52489,""label"":""started_brush"",""startDate"":""2021-07-21"",""endDate"":""2021-09-03""},{""time"":53989,""label"":""tour_next"",""step"":5},{""time"":59401,""label"":""moved_brush"",""startDate"":""2021-09-26"",""endDate"":""2021-11-09""},{""time"":60734,""label"":""tour_next"",""step"":5},{""time"":67431,""label"":""cleared_brush"",""using"":""click""},{""time"":68922,""label"":""tour_next"",""step"":5},{""time"":74118,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690224542946,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":8877,""label"":""hovered"",""timeHovered"":1382,""week"":""2022-01-10""}]}",1,complex,line,3,0,1,1,1.382,1.382,0,15,1,1,1,1,3 -2023-07-24 14:40:52,2023-07-24 14:56:44,0,100,952,1,2023-07-24 14:56:45,R_2txU3xZO2qgsiJt,38.8868,-94.8223,EN,1,17.45,1,4,2,15.392,15.012,94,88,79,38.951,79.041,1,1,57.662,-3,-3,149.995,-2,50.518,15.118,6,6,6,6,5,6,N/A,85.806,6,6,6,6,6,6,I really don't know. I guess I trust it because I trust you.,63.996,4,N/A,17.501,2,7,3,4,1,5,6,23.801,8,8,5,9,9,3,10,9,N/A,37.388,4,4,4,2,4,4,45.523,1,1,55.608,2,1957,Kansas,6,1,1,,7,,,4,4,1,,112.401,63782709326973c77adc3db8,"{""startTime"":1690224408774,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690224308874,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":668},{""label"":""window_focused"",""time"":980}]}","{""startTime"":1690224162063,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":84,""label"":""tour_started""},{""time"":16178,""label"":""tour_next"",""step"":5},{""time"":46856,""label"":""started_brush"",""startDate"":""2021-09-26"",""endDate"":""2021-11-19""},{""time"":48995,""label"":""tour_next"",""step"":5},{""time"":55550,""label"":""moved_brush"",""startDate"":""2021-12-08"",""endDate"":""2022-01-31""},{""time"":57150,""label"":""tour_next"",""step"":5},{""time"":68759,""label"":""cleared_brush"",""using"":""Click""},{""time"":68760,""label"":""cleared_brush"",""using"":""Escape""},{""time"":70702,""label"":""tour_next"",""step"":5},{""time"":75666,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690224292821,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar,3.7,0,0,0,0,0,0,15,1,0,0,0,3 -2023-07-24 14:47:56,2023-07-24 14:57:17,0,100,561,1,2023-07-24 14:57:18,R_12s5yyMQRB0ktnW,30.2686,-89.729,EN,1,23.672,1,3,2,6.301,15.011,84,42,24,13.491,77.005,-1,-3,56.388,1,1,60.998,1,28.903,15.114,6,4,6,7,4,6,,23.842,5,5,5,4,4,6,It gives a good breakdown by group and age range.,64.088,5,,8.542,2,7,3,4,1,5,6,19.404,5,6,7,6,3,9,10,10,,16.958,5,4,5,3,4,4,23.801,4,1,16.507,1,1990,Louisiana,5,2,1,,7,,,19,3,2,,46.208,5c8f7b09bf87ea0001bade6a,"{""startTime"":1690224671196,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690224695903,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690224547924,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":43,""label"":""tour_started""},{""time"":4362,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1552,""week"":""52"",""id"":""chart""},{""time"":5948,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2866,""week"":""52"",""id"":""chart""},{""time"":9632,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6250,""week"":""52"",""id"":""chart""},{""time"":20774,""label"":""tour_next"",""step"":5},{""time"":34354,""label"":""cleared_brush"",""using"":""Click""},{""time"":36873,""label"":""cleared_brush"",""using"":""Click""},{""time"":41420,""label"":""started_brush"",""startDate"":""2021-11-18"",""endDate"":""2022-02-03""},{""time"":43007,""label"":""tour_next"",""step"":5},{""time"":50460,""label"":""moved_brush"",""startDate"":""2021-12-31"",""endDate"":""2022-02-03""},{""time"":51617,""label"":""tour_next"",""step"":5},{""time"":57160,""label"":""cleared_brush"",""using"":""Click""},{""time"":58344,""label"":""tour_next"",""step"":5},{""time"":60936,""label"":""tour_end"",""step"":5},{""time"":61995,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1043,""week"":""51"",""id"":""chart""},{""time"":68760,""label"":""started_brush"",""startDate"":""2022-01-03"",""endDate"":""2022-02-01""},{""time"":69498,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1049,""week"":""4"",""id"":""chart""},{""time"":70581,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1150,""week"":""3"",""id"":""chart""},{""time"":72586,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1131,""week"":""2"",""id"":""chart""},{""time"":73882,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1684,""week"":""3"",""id"":""chart""}]}","{""startTime"":1690224655211,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":8311,""label"":""started_brush"",""startDate"":""2021-11-09"",""endDate"":""2022-02-07""},{""time"":9204,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1565,""week"":""52"",""id"":""chart""},{""time"":12659,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1227,""week"":""48"",""id"":""chart""}]}",1,complex,bar,4.2,1,3,2,2.792,1.396,4348,15,0,1,1,1,3 -2023-07-24 14:47:20,2023-07-24 14:59:06,0,100,706,1,2023-07-24 14:59:07,R_1g5yiq7EJcL8Hc2,39.4057,-87.4026,EN,1,2.631,1,3,1,5.463,15.014,100,100,74,11.552,24.817,1,1,45.923,1,1,65.234,1,35.055,15.008,7,5,7,7,6,7,,16.879,5,7,7,7,7,7,"It is from a trustworthy source, and it makes sense with what I know about the effectiveness of the vaccine.",34.382,3,,7.522,2,7,3,4,1,5,6,13.378,6,7,2,6,6,7,11,10,,75.476,3,3,5,1,3,4,131.337,1,1,9.94,3,2001,Indiana,3,1,1,,7,,,9,4,1,sg100801@gmail.com,136.214,60feeffdd94575eb62a4e011,"{""startTime"":1690224579278,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690224597233,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690224491056,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":2030,""label"":""hovered"",""timeHovered"":1247,""week"":""2022-01-24""},{""time"":14425,""label"":""tour_next"",""step"":2},{""time"":17629,""label"":""tour_end"",""step"":2},{""time"":19387,""label"":""hovered"",""timeHovered"":1171,""week"":""2022-01-03""}]}","{""startTime"":1690224563280,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":5152,""label"":""hovered"",""timeHovered"":4358,""week"":""2022-01-03""},{""time"":9519,""label"":""hovered"",""timeHovered"":1226,""week"":""2022-01-03""}]}",1,simple,line,3.2,0,2,2,5.584,2.792,4367,15,1,1,1,1,1 -2023-07-24 14:43:55,2023-07-24 14:59:08,0,100,913,1,2023-07-24 14:59:09,R_eX0PEosCRuwyLXb,39.3529,-76.5743,EN,1,23.359,1,2,1,7.038,15.006,75,76,0,22.443,58.994,1,1,89.119,-1,1,113.639,1,66.234,15.008,5,5,1,7,7,5,,49.038,5,7,7,2,1,5,You can't just be sure of any data you see. You need to know the motivation for collecting the data.,166.324,2,,11.414,2,7,3,4,1,5,6,32.413,1,1,1,1,1,1,9,9,,22.929,5,5,5,1,5,4,40.985,1,3,17.294,1,1986,Maryland,6,2,1,,3,,,12,3,2,,86.944,55bc99e3fdf99b06452252f8,"{""startTime"":1690224696459,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690224483957,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690224319423,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":19234,""label"":""tour_next"",""step"":2},{""time"":25804,""label"":""tour_end"",""step"":2},{""time"":26877,""label"":""hovered"",""timeHovered"":2326,""week"":""2022-01-03""},{""time"":29260,""label"":""hovered"",""timeHovered"":2975,""week"":""2022-01-03""}]}","{""startTime"":1690224468486,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":5489,""label"":""hovered"",""timeHovered"":1799,""week"":""2022-01-31""},{""time"":10561,""label"":""hovered"",""timeHovered"":1557,""week"":""2022-01-31""}]}",1,simple,line,4.2,0,2,2,3.356,1.678,5072,15,1,0.5,1,1,1 -2023-07-24 14:19:13,2023-07-24 14:59:14,0,100,2400,1,2023-07-24 14:59:14,R_1FkQF1c0fpDrykj,43.9813,-75.6059,EN,1,22.921,1,2,1,6.57,15.123,74,65,80,134.887,197.081,1,1,149.022,-3,-3,110.18,1,33.729,15.017,4,2,3,3,3,5,"No additional thoughts or comments, thank you.",97.703,4,3,5,2,2,4,"The interactive visualization does make it easier to read the chart, but I believe the information would be better expressed with two graphs: One for vaccinated and one for unvaccinated. The visualization's various colors could be considered overstimulating because of the combination of blues and reds. If there were two separate charts that displayed a set of data (vaccinated and unvaccinated) with clear parameters, (keeping the numbers/size the same between each graph as opposed to adjusting the size to fit the height of the bars) -While this successfully condenses the data into one chart, I believe doing so condenses the data together far too much.",745.362,5,"When asked to explain our answer for ""I trust this visualization"", the three multiple choice questions underneath it weren’t filled out. The questions were prefaced with the statement ""Click to write the question text"", and each question was listed as ""Click to write Statement (1/2/3)"", with half the choices not having been filled out; the middle option was listed as ‘asdf’ and four out of the nine choices were listed as “Click to write Scale Point (9/4/5/6)”. I was unsure if this was intentional as an attention check of some sort, or if a portion of the study's questions were not correctly filled out. Thank you.",539.997,2,7,3,4,1,5,6,21.05,3,4,5,4,4,4,9,7,"No additional thoughts or comments, thank you.",54.665,2,2,3,4,4,2,33.315,2,1,22.036,2,1988,New York,5,2,1,,7,,,6,4,1,5c487308917cc80001519c56@email.prolific.co,67.073,5c487308917cc80001519c56,"{""startTime"":1690223221101,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":1879,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1474,""week"":""52"",""id"":""chart""}]}","{""startTime"":1690223319206,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":78694,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1226,""week"":""2"",""id"":""chart""}]}","{""startTime"":1690222974013,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":16174,""label"":""tour_next"",""step"":5},{""time"":62956,""label"":""cleared_brush"",""using"":""Click""},{""time"":65167,""label"":""started_brush"",""startDate"":""2021-12-16"",""endDate"":""2022-01-31""},{""time"":67883,""label"":""tour_next"",""step"":5},{""time"":73222,""label"":""moved_brush"",""startDate"":""2021-12-23"",""endDate"":""2022-02-07""},{""time"":75261,""label"":""tour_next"",""step"":5},{""time"":95953,""label"":""cleared_brush"",""using"":""Click""},{""time"":95953,""label"":""cleared_brush"",""using"":""Escape""},{""time"":97249,""label"":""tour_next"",""step"":5},{""time"":105588,""label"":""tour_end"",""step"":5},{""time"":130569,""label"":""started_brush"",""startDate"":""2021-11-20"",""endDate"":""2022-01-20""},{""time"":137215,""label"":""moved_brush"",""startDate"":""2021-11-24"",""endDate"":""2022-01-24""},{""time"":142867,""label"":""cleared_brush"",""using"":""Click""},{""time"":142867,""label"":""cleared_brush"",""using"":""Escape""},{""time"":147854,""label"":""started_brush"",""startDate"":""2021-11-26"",""endDate"":""2021-12-10""},{""time"":148150,""label"":""cleared_brush"",""using"":""Click""},{""time"":148150,""label"":""cleared_brush"",""using"":""Escape""},{""time"":159006,""label"":""started_brush"",""startDate"":""2021-12-01"",""endDate"":""2022-01-14""},{""time"":162713,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1507,""week"":""52"",""id"":""chart""},{""time"":164633,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":18034,""week"":""52"",""id"":""chart""},{""time"":182668,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7102,""week"":""52"",""id"":""chart""}]}","{""startTime"":1690223205613,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":3872,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1994,""week"":""52"",""id"":""chart""},{""time"":9507,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1269,""week"":""51"",""id"":""chart""},{""time"":11418,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3471,""week"":""52"",""id"":""chart""}]}",1,complex,bar,2.8,0,3,3,6.734,2.244666666666667,7546,15,1,0,1,1,3 -2023-07-24 14:46:51,2023-07-24 14:59:14,0,100,742,1,2023-07-24 14:59:14,R_1doBDNkaaAxwzYA,40.8806,-74.1456,EN,1,4.937,2,,2,3.443,15.364,65,29,82,18.377,22.753,1,1,77.398,-3,-3,67.883,1,28.901,15.014,4,6,6,6,6,5,,32.691,5,6,6,3,3,5,"I only slightly agree because I haven't double checked independently, though i have some inherent trust in what i saw (it did not seem un realistic, the stats) ",157.404,5,,8.002,2,7,3,4,1,5,6,19.438,3,7,7,5,2,5,10,9,,23.365,3,3,5,1,4,3,17.191,5,4,10.786,1,1992,New Jersey,3,2,1,,4,,,17,3,1,633b59423091867d3a41f0f5@email.prolific.co,91.336,633b59423091867d3a41f0f5,"{""startTime"":1690224665568,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":6207},{""label"":""window_focused"",""time"":14885}]}","{""startTime"":1690224699226,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690224548929,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":21,""label"":""tour_started""},{""time"":7311,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1099,""week"":""1"",""id"":""chart""},{""time"":13737,""label"":""tour_next"",""step"":2},{""time"":16081,""label"":""tour_end"",""step"":2},{""label"":""window_blurred"",""time"":21192},{""label"":""window_focused"",""time"":21853}]}","{""startTime"":1690224650013,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar,3.2,0,0,0,0,0,0,15,1,0,1,1,1 -2023-07-24 14:49:17,2023-07-24 14:59:25,0,100,607,1,2023-07-24 14:59:25,R_1pWFi3RWZoqL12l,43.2343,-88.2311,EN,1,6.339,1,3,2,8.207,15.006,100,85,57,15.587,79.344,1,1,67.99,1,1,60.543,-3,29.021,15.008,6,5,6,6,6,6,,23.493,6,6,6,4,6,6,It seems to be accurate based on my perception of covid cases.,51.009,2,,7.636,2,7,3,4,1,5,6,12.741,3,3,3,7,6,3,9,9,,20.403,4,3,5,1,3,4,22.915,4,3,12.645,1,1977,Wisconsin,6,2,1,,7,,,3,4,1,pineal.point@gmail.com,120.605,5e4465013f75e52fc82f7096,"{""startTime"":1690224811313,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690224740951,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690224616355,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":2676,""label"":""hovered"",""timeHovered"":2602,""week"":""2021-10-04""},{""time"":13240,""label"":""hovered"",""timeHovered"":3379,""week"":""2022-01-10""},{""time"":20520,""label"":""tour_next"",""step"":5},{""time"":39900,""label"":""started_brush"",""startDate"":""2021-05-05"",""endDate"":""2021-12-05""},{""time"":40665,""label"":""tour_next"",""step"":5},{""time"":49529,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-11""},{""time"":50391,""label"":""tour_next"",""step"":5},{""time"":54853,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-11""},{""time"":55471,""label"":""cleared_brush"",""using"":""click""},{""time"":55472,""label"":""cleared_brush"",""using"":""Escape""},{""time"":57050,""label"":""tour_next"",""step"":5},{""time"":62369,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690224725648,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":5723,""label"":""hovered"",""timeHovered"":2235,""week"":""2021-11-29""}]}",1,complex,line,3.3,0,1,1,2.235,2.235,0,15,1,1,0,0,3 -2023-07-24 14:53:36,2023-07-24 15:00:49,0,100,433,1,2023-07-24 15:00:50,R_C8hsdaUWDcwYw6J,39.745,-75.0924,EN,1,3.43,1,3,1,4.588,15.007,89,79,24,11.506,21.423,1,1,40.129,-2,1,48.633,-3,27.912,15.112,4,4,4,5,3,5,,19.675,5,6,4,1,1,5,Data seems about right for the time period,73.394,4,,5.9,2,7,3,4,1,5,6,16.251,5,5,4,4,6,5,7,7,,16.978,2,3,4,3,2,2,21.441,2,2,10.184,1,1970,New Jersey,6,2,1,,4,,,5,2,1,,40.343,6282ad0acc1c40865dfd371d,"{""startTime"":1690225035824,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690224943612,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690224864367,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":6836,""label"":""tour_next"",""step"":2},{""time"":10112,""label"":""tour_end"",""step"":2},{""time"":11328,""label"":""hovered"",""timeHovered"":1244,""week"":""2021-11-22""},{""time"":12575,""label"":""hovered"",""timeHovered"":1239,""week"":""2021-11-22""},{""time"":15915,""label"":""hovered"",""timeHovered"":1701,""week"":""2022-01-03""}]}","{""startTime"":1690224927513,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line,2.7,0,0,0,0,0,0,15,1,0.5,0,1,1 -2023-07-24 14:55:25,2023-07-24 15:00:59,0,100,334,1,2023-07-24 15:01:00,R_2tu86KAq0RbNT3O,43.9697,-86.4417,EN,1,3.493,1,3,1,3.971,15.012,89,95,83,12.065,35.983,1,1,24.235,1,1,24.449,1,40.649,15.012,6,6,6,6,6,6,,12.335,6,6,6,6,5,6,The data seems accurate based on what I already know.,26.889,4,,4.798,2,7,3,4,1,5,6,11.401,3,5,7,8,3,6,9,9,,13.029,4,4,5,2,4,4,16.973,3,1,9.991,1,1985,Michigan,6,1,1,,7,,,13,4,1,,35.001,59add1735e7f4800010ef002,"{""startTime"":1690225062124,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690225075123,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690224968895,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":5216,""label"":""tour_next"",""step"":5},{""time"":13871,""label"":""started_brush"",""startDate"":""2021-06-25"",""endDate"":""2022-02-13""},{""time"":14637,""label"":""moved_brush"",""startDate"":""2021-06-24"",""endDate"":""2022-02-12""},{""time"":15525,""label"":""tour_next"",""step"":5},{""time"":20500,""label"":""moved_brush"",""startDate"":""2021-11-30"",""endDate"":""2022-02-12""},{""time"":21674,""label"":""tour_next"",""step"":5},{""time"":26415,""label"":""cleared_brush"",""using"":""click""},{""time"":26423,""label"":""cleared_brush"",""using"":""Escape""},{""time"":27359,""label"":""tour_next"",""step"":5},{""time"":29293,""label"":""tour_end"",""step"":5},{""time"":33277,""label"":""started_brush"",""startDate"":""2021-11-03"",""endDate"":""2022-02-13""}]}","{""startTime"":1690225046499,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":5985,""label"":""started_brush"",""startDate"":""2021-11-02"",""endDate"":""2022-02-13""},{""time"":7654,""label"":""hovered"",""timeHovered"":1835,""week"":""2022-01-03""},{""time"":13658,""label"":""cleared_brush"",""using"":""click""},{""time"":13661,""label"":""cleared_brush"",""using"":""Escape""}]}",1,complex,line,3.8,1,4,1,1.835,1.835,7676,15,1,1,1,1,3 -2023-07-24 14:50:14,2023-07-24 15:01:42,0,100,687,1,2023-07-24 15:01:43,R_1DO0zNGuIsfs6XZ,39.9943,-75.1181,EN,1,5.257,1,2,2,3.579,15.017,76,82,50,17.526,32.557,1,-2,155.531,-2,1,34.687,-3,14.962,15.022,6,6,2,6,6,6,,15.526,6,6,6,6,6,6,It provide the necessary information that are relevant.,24.595,1,,5.925,2,7,3,4,1,5,6,15.435,1,1,3,1,1,1,9,6,,89.743,1,1,3,3,1,3,98.179,4,5,24.447,1,1987,Pennsylvania,6,2,1,,2,,,10,4,2,,84.826,566a19b57da035000fb39b89,"{""startTime"":1690224769741,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690224726950,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690224662961,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":2374,""label"":""tour_next"",""step"":5},{""time"":6792,""label"":""cleared_brush"",""using"":""click""},{""time"":8758,""label"":""tour_back"",""step"":5},{""time"":13048,""label"":""tour_next"",""step"":5},{""time"":19886,""label"":""started_brush"",""startDate"":""2021-07-03"",""endDate"":""2021-10-08""},{""time"":20338,""label"":""tour_next"",""step"":5},{""time"":22262,""label"":""moved_brush"",""startDate"":""2021-11-07"",""endDate"":""2022-02-13""},{""time"":22722,""label"":""tour_next"",""step"":5},{""time"":26379,""label"":""cleared_brush"",""using"":""Escape""},{""time"":26943,""label"":""started_brush"",""startDate"":""2021-05-22"",""endDate"":""2021-07-20""},{""time"":27577,""label"":""moved_brush"",""startDate"":""2021-11-21"",""endDate"":""2022-01-19""},{""time"":28176,""label"":""tour_next"",""step"":5},{""time"":29482,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690224711540,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line,2,0,0,0,0,0,0,15,0.5,0.5,0,0,3 -2023-07-24 14:49:24,2023-07-24 15:01:51,0,100,746,1,2023-07-24 15:01:52,R_2CvLNFPfVH26ikP,40.8142,-81.9387,EN,1,5.191,1,1,2,10.976,15.109,66,86,50,26.886,26.91,1,1,34.111,-2,1,54.316,-3,47.747,15.013,5,5,5,6,6,6,,29.339,5,6,6,4,4,5,I prefer to have more than one source to compare data on different subjects to see if there are any differences.,142.335,3,,15.877,2,7,3,4,1,5,6,30.481,5,4,8,6,4,6,7,9,,29.513,3,2,4,3,4,3,39.79,5,2,28.153,1,2001,Ohio,6,2,1,,9,,Wooster,13,4,1,jaretlennon@yahoo.com,126.113,615df54b6e2b2b2f76c4be9c,"{""startTime"":1690224901562,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690224710479,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690224633570,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":10548,""label"":""tour_next"",""step"":2},{""time"":12712,""label"":""tour_end"",""step"":2},{""time"":18114,""label"":""hovered"",""timeHovered"":1389,""week"":""2021-12-27""},{""time"":19511,""label"":""hovered"",""timeHovered"":1580,""week"":""2021-12-27""},{""time"":21192,""label"":""hovered"",""timeHovered"":4181,""week"":""2022-01-03""}]}","{""startTime"":1690224695126,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":3854,""label"":""hovered"",""timeHovered"":1532,""week"":""2022-01-03""},{""time"":5453,""label"":""hovered"",""timeHovered"":2123,""week"":""2022-01-03""}]}",1,simple,line,3.2,0,2,2,3.655,1.8275,1599,15,1,0.5,0,1,1 -2023-07-24 14:46:22,2023-07-24 15:01:54,0,100,931,1,2023-07-24 15:01:55,R_1qWeMzwLyp2GFMi,33.7189,-86.8225,EN,1,31.903,1,4,1,21.75,15.111,92,100,52,39.993,41.148,-3,1,74.001,-3,-3,87.735,-1,56.887,15.112,6,6,6,6,6,6,One of the pages of this survey had incomplete/unfinished questions (like the survey had not been completed when it was being made) so I did not know what I was supposed to respond to. ,112.43,6,6,6,7,6,6,"It seems well organized, legit, and I could not find any suspicious red flags.",64.056,3,,26.818,2,7,3,4,1,5,6,17.999,3,6,4,5,8,5,10,8,,32.808,3,3,5,3,3,3,31.101,1,1,20.824,2,1988,Alabama,6,1,1,,3,,,7,4,1,63da7f4e731d3d0ecd22a9d4@email.prolific.co,162.096,63da7f4e731d3d0ecd22a9d4,"{""startTime"":1690224757311,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690224636429,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":38429,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1366,""week"":""52"",""id"":""chart2""}]}","{""startTime"":1690224504296,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":25,""label"":""tour_started""},{""time"":7120,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1135,""week"":""29"",""id"":""chart""},{""time"":12358,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1067,""week"":""1"",""id"":""chart""},{""time"":16076,""label"":""tour_next"",""step"":2},{""time"":30994,""label"":""tour_end"",""step"":2},{""time"":37235,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1124,""week"":""52"",""id"":""chart2""}]}","{""startTime"":1690224620444,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":5186,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1072,""week"":""52"",""id"":""chart2""},{""time"":8432,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1997,""week"":""52"",""id"":""chart2""},{""time"":10828,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1468,""week"":""52"",""id"":""chart""}]}",1,simple,bar,3.3,0,3,3,4.537,1.5123333333333333,5642,15,0.5,0,0,0.5,1 -2023-07-24 14:52:54,2023-07-24 15:02:09,0,100,554,1,2023-07-24 15:02:09,R_1hDRbKbrHQIMleZ,35.9077,-94.9905,EN,1,6.048,1,3,2,6.338,15.108,76,85,22,18.406,40.317,-2,1,60.29,-3,-3,45.503,1,36.606,15.112,6,6,6,6,6,6,,18.026,6,5,6,5,6,4,looks right and easy to read,22.101,4,,5.366,2,7,3,4,1,5,6,27.164,3,1,3,3,3,3,10,7,,16.473,3,2,4,3,2,3,15.869,4,4,13.566,2,1998,Oklahoma,3,3,4,"Russia, German, Sweden",1,,,5,4,1,xxxhikarxxxartxxx@gmail.com,146.129,5e217a34e8ff3a469b5dfebc,"{""startTime"":1690224992036,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690224954184,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690224836654,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":29,""label"":""tour_started""},{""time"":12000,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1399,""week"":""51"",""id"":""chart""},{""time"":15116,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1317,""week"":""1"",""id"":""chart""},{""time"":18337,""label"":""tour_next"",""step"":2},{""time"":29585,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690224938401,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar,2.8,0,0,0,0,0,0,15,0.5,0,1,0.5,1 -2023-07-24 14:40:25,2023-07-24 15:02:38,0,100,1333,1,2023-07-24 15:02:39,R_2dyiSixpnM3JPML,40.7742,-111.8721,EN,1,24.101,1,3,2,26.401,15.108,66,71,77,82.602,70.83,1,1,70.268,1,1,114.043,1,51.377,15.112,6,4,5,6,7,5,,88.632,4,6,6,2,2,6,The study said to assume that you trust the data for that part of the study. I also mostly trust that data from the cdc is accurate.,119.787,5,,23.293,2,7,3,4,1,5,6,26.33,4,6,3,6,6,7,11,9,,84.351,3,4,5,2,5,4,102.919,1,1,61.247,1,1981,Utah,3,1,1,,9,,Asian-Caucasian,1,3,1,kristoferpaulschreiner@gmail.com,170.072,5e935de580280569a374fa97,"{""startTime"":1690224475888,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690224565251,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690224274199,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":5573,""label"":""hovered"",""timeHovered"":1319,""week"":""2021-09-06""},{""time"":6981,""label"":""hovered"",""timeHovered"":2260,""week"":""2021-09-06""},{""time"":22074,""label"":""hovered"",""timeHovered"":1269,""week"":""2021-09-27""},{""time"":23343,""label"":""hovered"",""timeHovered"":1287,""week"":""2021-09-27""},{""time"":25329,""label"":""hovered"",""timeHovered"":1805,""week"":""2021-09-27""},{""time"":33181,""label"":""hovered"",""timeHovered"":1711,""week"":""2021-10-25""},{""time"":36421,""label"":""hovered"",""timeHovered"":3479,""week"":""2021-11-15""},{""time"":45325,""label"":""tour_next"",""step"":2},{""time"":61229,""label"":""tour_end"",""step"":2},{""time"":41399,""label"":""hovered"",""timeHovered"":21037,""week"":""2022-02-07""},{""time"":62602,""label"":""hovered"",""timeHovered"":1281,""week"":""2022-01-10""}]}","{""startTime"":1690224460098,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":8468,""label"":""hovered"",""timeHovered"":2263,""week"":""2021-08-30""}]}",1,moderate,line,3.8,0,1,1,2.263,2.263,0,15,1,1,1,1,2 -2023-07-24 14:54:40,2023-07-24 15:02:48,0,100,488,1,2023-07-24 15:02:48,R_CdEA39rsnZ49Kb7,34.438,-82.6225,EN,1,4.358,2,,2,3.409,15.01,66,90,46,14.333,23.495,-1,1,40.353,-3,-3,48.848,-3,25.109,15.013,5,5,4,5,6,6,,27.14,4,6,5,3,4,5,"The numbers are from the CDC, while trustworthy have had to make changes to covid numbers.",83.018,5,,8.9,2,7,3,4,1,5,6,12.083,3,4,3,3,2,4,9,8,,16.988,4,3,4,2,4,4,40.853,3,1,9.853,1,1989,South Carolina,3,2,1,,9,,Anderson,3,5,1,justbobted23@gmail.com,52.334,5bd47734506cd3000101d181,"{""startTime"":1690225022327,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_focused"",""time"":10749}]}","{""startTime"":1690225050319,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690224933177,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":2508,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1417,""week"":""47"",""id"":""chart""},{""time"":11759,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1300,""week"":""52"",""id"":""chart""},{""time"":13092,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1133,""week"":""1"",""id"":""chart""},{""time"":16015,""label"":""tour_next"",""step"":2},{""time"":20442,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690225006786,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":1311},{""time"":9666,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1203,""week"":""50"",""id"":""chart""}]}",1,moderate,bar,3.5,0,1,1,1.203,1.203,0,1.311,0.5,0,0,0,2 -2023-07-24 14:55:30,2023-07-24 15:04:46,0,100,556,1,2023-07-24 15:04:47,R_210zszMCnHrbOYU,30.4882,-91.1443,EN,1,4.023,2,,1,2.663,15.012,66,99,74,16.223,33.211,-2,-3,58.903,-3,-3,92.969,1,36.409,15.114,5,4,5,6,6,5,,27.915,5,6,4,1,1,5,I would assume more unvacced people get covid and more often but i'd like to see the sources and how they got the data,61.443,2,,7.533,2,7,3,4,1,5,6,16.909,1,1,4,6,3,2,9,9,,26.114,2,3,3,3,2,3,26.117,4,4,12.511,1,1996,Colorado,3,1,1,,7,,,5,4,2,,53.738,631636ea6359694a5ae0be31,"{""startTime"":1690225178305,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690225095049,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690224986009,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":5879,""label"":""tour_next"",""step"":2},{""time"":9029,""label"":""tour_end"",""step"":2},{""time"":11781,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3541,""week"":""52"",""id"":""chart""},{""time"":15364,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1799,""week"":""1"",""id"":""chart""},{""time"":18469,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1374,""week"":""52"",""id"":""chart2""},{""time"":19878,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2029,""week"":""1"",""id"":""chart2""},{""time"":26950,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1607,""week"":""14"",""id"":""chart2""}]}","{""startTime"":1690225079365,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":2280,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1423,""week"":""52"",""id"":""chart""}]}",1,simple,bar,2.7,0,1,1,1.423,1.423,0,15,0,0,1,0,1 -2023-07-24 14:54:08,2023-07-24 15:04:56,0,100,648,1,2023-07-24 15:04:57,R_28HU7XAT3veJIyV,42.0364,-88.324,EN,1,6.424,1,1,2,6.682,15.008,84,86,50,27.802,89.825,1,1,80.346,1,1,101.258,1,48.567,15.015,5,5,5,5,5,5,,20.385,5,5,5,4,5,5,The graph is easy to understand and has a lot of data.,48.646,4,,10.51,2,7,3,4,1,5,6,25.405,6,6,6,6,6,6,6,6,,15.034,3,3,4,3,3,3,16.292,3,3,13.819,1,1983,Illinois,4,2,1,,9,,South Elgin,7,2,1,altj7@outlook.com,66.237,5dd31871c5faa232d3c20365,"{""startTime"":1690225140551,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690225072371,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690224917823,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":6856,""label"":""tour_next"",""step"":5},{""time"":10946,""label"":""tour_back"",""step"":5},{""time"":13204,""label"":""tour_next"",""step"":5},{""time"":32894,""label"":""cleared_brush"",""using"":""Click""},{""time"":47389,""label"":""cleared_brush"",""using"":""Click""},{""time"":47676,""label"":""cleared_brush"",""using"":""Click""},{""time"":48413,""label"":""cleared_brush"",""using"":""Click""},{""time"":49579,""label"":""cleared_brush"",""using"":""Click""},{""time"":51301,""label"":""cleared_brush"",""using"":""Click""},{""time"":52681,""label"":""cleared_brush"",""using"":""Click""},{""time"":54810,""label"":""cleared_brush"",""using"":""Click""},{""time"":55193,""label"":""cleared_brush"",""using"":""Click""},{""time"":55440,""label"":""cleared_brush"",""using"":""Click""},{""time"":55854,""label"":""cleared_brush"",""using"":""Click""},{""time"":56689,""label"":""cleared_brush"",""using"":""Click""},{""time"":58230,""label"":""started_brush"",""startDate"":""2021-11-10"",""endDate"":""2022-02-01""},{""time"":58751,""label"":""moved_brush"",""startDate"":""2021-11-10"",""endDate"":""2022-02-01""},{""time"":59654,""label"":""tour_next"",""step"":5},{""time"":65414,""label"":""moved_brush"",""startDate"":""2021-07-15"",""endDate"":""2021-10-06""},{""time"":66267,""label"":""cleared_brush"",""using"":""Click""},{""time"":67157,""label"":""started_brush"",""startDate"":""2021-11-11"",""endDate"":""2021-12-18""},{""time"":67815,""label"":""tour_next"",""step"":5},{""time"":72166,""label"":""cleared_brush"",""using"":""Click""},{""time"":72166,""label"":""cleared_brush"",""using"":""Escape""},{""time"":77628,""label"":""tour_next"",""step"":5},{""time"":81640,""label"":""tour_end"",""step"":5},{""time"":83097,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1051,""week"":""52"",""id"":""chart""}]}","{""startTime"":1690225056887,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":11415,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1088,""week"":""40"",""id"":""chart""}]}",1,complex,bar,3.2,0,1,1,1.088,1.088,0,15,1,1,1,1,3 -2023-07-24 14:58:27,2023-07-24 15:05:17,0,100,410,1,2023-07-24 15:05:18,R_p6NzS1JHawpONvX,39.5953,-79.9229,EN,1,5.455,1,2,2,5.435,15.008,75,96,50,25.14,46.342,1,1,46.208,-1,-1,12.016,-2,33.745,15.008,4,3,3,6,7,3,,18.572,3,5,4,2,3,3,Who knows anymore,34.851,3,,11.03,2,7,3,4,1,5,6,17.894,3,3,8,8,3,7,9,9,,18.562,3,3,3,4,2,4,20.721,5,4,9.561,1,2001,West Virginia,6,2,1,,7,,,17,3,2,,38.907,60ff674ee503c8c1e2be7dc4,"{""startTime"":1690225317534,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690225266512,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690225170028,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":26,""label"":""tour_started""},{""time"":4985,""label"":""tour_next"",""step"":5},{""time"":8813,""label"":""tour_back"",""step"":5},{""time"":12061,""label"":""tour_next"",""step"":5},{""time"":18848,""label"":""started_brush"",""startDate"":""2021-06-05"",""endDate"":""2021-10-31""},{""time"":20497,""label"":""tour_next"",""step"":5},{""time"":23841,""label"":""moved_brush"",""startDate"":""2021-04-23"",""endDate"":""2021-09-18""},{""time"":24734,""label"":""tour_next"",""step"":5},{""time"":32686,""label"":""moved_brush"",""startDate"":""2021-04-23"",""endDate"":""2021-09-18""},{""time"":33246,""label"":""moved_brush"",""startDate"":""2021-04-23"",""endDate"":""2021-09-18""},{""time"":33449,""label"":""moved_brush"",""startDate"":""2021-04-23"",""endDate"":""2021-09-18""},{""time"":36580,""label"":""cleared_brush"",""using"":""Click""},{""time"":36580,""label"":""cleared_brush"",""using"":""Escape""},{""time"":40189,""label"":""tour_next"",""step"":5},{""time"":43231,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690225251039,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":3712,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3706,""week"":""1"",""id"":""chart""}]}",1,complex,bar,3.2,0,1,1,3.706,3.706,0,15,1,0,0,0,3 -2023-07-24 14:43:30,2023-07-24 15:06:23,0,100,1372,1,2023-07-24 15:06:23,R_Uuq155cnn9neT6h,40.2995,-76.5868,EN,1,118.181,2,,1,5.9,15.013,11,100,20,60.89,54.628,1,-3,92.872,-2,-3,128.31,1,124.268,15.009,1,1,1,7,7,1,,59.407,1,4,1,1,1,1,"I don't believe any data that came out with covid 19. Because there has not been a good amount of time on research even done on covid 19. Everyone wants to make it political so no, I do not trust this either. Look how many people are vaccinated and have even died from covid 19. ",271.351,1,,23.798,2,7,3,4,1,5,6,26.018,6,1,11,7,3,6,2,9,,67.678,3,3,2,2,3,4,85.197,6,2,31.595,2,1975,Pennsylvania,2,2,1,,7,,,7,2,2,,128.284,558a035bfdf99b2d75651378,"{""startTime"":1690224593225,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690224653445,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690224428625,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":19244,""label"":""tour_next"",""step"":2},{""time"":26382,""label"":""tour_end"",""step"":2},{""time"":36745,""label"":""hovered"",""timeHovered"":3754,""week"":""2021-12-27""},{""time"":51408,""label"":""hovered"",""timeHovered"":1879,""week"":""2021-12-27""}]}","{""startTime"":1690224577505,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":11475,""label"":""hovered"",""timeHovered"":2615,""week"":""2021-12-27""}]}",1,simple,line,2.8,0,1,1,2.615,2.615,0,15,0.5,0,1,0.5,1 -2023-07-24 14:52:35,2023-07-24 15:07:00,0,100,864,1,2023-07-24 15:07:01,R_1ePrFIlveBbOQye,39.9242,-75.0193,EN,1,2.831,1,3,2,7.245,15.204,41,18,53,32.425,91.958,1,1,62.603,-3,-3,88.596,1,53.082,15.206,6,2,5,6,7,6,,38.201,5,2,2,1,2,5,The visualization seems like it was made to be a bit unclear visually. It is hard to visualize a change for a particular age group or vaccination status.,120.116,4,,7.436,2,7,3,4,1,5,6,15.943,4,4,2,6,5,2,10,10,,35.011,3,3,4,3,4,3,125.342,2,3,12.078,1,1992,New Jersey,6,2,1,,7,,,8,4,2,,41.839,5e574010f269721002764a53,"{""startTime"":1690224986961,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690225025611,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":2033},{""label"":""window_focused"",""time"":52706}]}","{""startTime"":1690224825529,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":3781,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1750,""week"":""52"",""id"":""chart""},{""time"":12498,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3234,""week"":""51"",""id"":""chart""},{""time"":15982,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1382,""week"":""51"",""id"":""chart""},{""time"":17784,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2197,""week"":""2"",""id"":""chart""},{""time"":19998,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1016,""week"":""3"",""id"":""chart""},{""time"":21943,""label"":""tour_next"",""step"":5},{""time"":32553,""label"":""started_brush"",""startDate"":""2021-05-27"",""endDate"":""2021-07-25""},{""time"":33462,""label"":""tour_next"",""step"":5},{""time"":42222,""label"":""cleared_brush"",""using"":""Click""},{""time"":45416,""label"":""cleared_brush"",""using"":""Click""},{""time"":46535,""label"":""cleared_brush"",""using"":""Click""},{""time"":49065,""label"":""cleared_brush"",""using"":""Click""},{""time"":50160,""label"":""cleared_brush"",""using"":""Click""},{""time"":51071,""label"":""started_brush"",""startDate"":""2021-10-03"",""endDate"":""2022-01-02""},{""time"":55460,""label"":""moved_brush"",""startDate"":""2021-07-10"",""endDate"":""2021-10-10""},{""time"":57126,""label"":""tour_next"",""step"":5},{""time"":67146,""label"":""cleared_brush"",""using"":""Click""},{""time"":68548,""label"":""tour_next"",""step"":5},{""time"":73222,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690224971314,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":10098,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2166,""week"":""50"",""id"":""chart""},{""time"":12710,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2338,""week"":""52"",""id"":""chart""}]}",1,complex,bar,3.3,0,2,2,4.504,2.252,2612,15,1,0,1,1,3 -2023-07-24 14:56:51,2023-07-24 15:07:25,0,100,634,1,2023-07-24 15:07:26,R_3CCbJDpzaxtSPxr,33.0674,-96.2351,EN,1,4.89,1,2,1,5.837,15.011,17,25,21,10.455,88.11,1,1,50.948,-1,1,41.982,-3,28.753,15.01,4,4,4,3,4,3,,18.818,4,2,3,2,2,3,It's not easily accessible (understandable) to the average person which is discrediting.,26.589,4,,7.091,2,7,3,4,1,5,6,11.403,2,2,6,3,2,2,4,3,,14.952,2,2,2,4,2,2,19.297,6,3,7.939,2,1991,Texas,6,1,1,,9,,JOSEPHINE,9,1,1,joannrosado182@hotmail.com,204.202,605504fc7a5a699c16ae8b4d,"{""startTime"":1690225259737,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690225217474,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690225084274,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":60,""label"":""tour_started""},{""time"":8461,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2267,""week"":""41"",""id"":""chart""},{""time"":16646,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1965,""week"":""52"",""id"":""chart""},{""time"":18612,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1181,""week"":""52"",""id"":""chart""},{""time"":23700,""label"":""tour_next"",""step"":5},{""time"":38412,""label"":""started_brush"",""startDate"":""2021-05-30"",""endDate"":""2021-07-29""},{""time"":39927,""label"":""tour_next"",""step"":5},{""time"":46765,""label"":""moved_brush"",""startDate"":""2021-05-30"",""endDate"":""2021-08-15""},{""time"":47907,""label"":""tour_next"",""step"":5},{""time"":55396,""label"":""cleared_brush"",""using"":""Click""},{""time"":55396,""label"":""cleared_brush"",""using"":""Escape""},{""time"":57010,""label"":""tour_next"",""step"":5},{""time"":62767,""label"":""tour_end"",""step"":5},{""time"":63803,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1257,""week"":""52"",""id"":""chart""},{""time"":65283,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1022,""week"":""52"",""id"":""chart""},{""time"":71924,""label"":""started_brush"",""startDate"":""2022-01-02"",""endDate"":""2022-02-02""},{""time"":73400,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4691,""week"":""1"",""id"":""chart""},{""time"":78218,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1790,""week"":""1"",""id"":""chart""},{""time"":80025,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2650,""week"":""1"",""id"":""chart""},{""time"":83322,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1469,""week"":""1"",""id"":""chart""},{""time"":84893,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1150,""week"":""1"",""id"":""chart""}]}","{""startTime"":1690225201991,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":9085,""label"":""started_brush"",""startDate"":""2021-11-02"",""endDate"":""2022-01-04""},{""time"":10260,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1250,""week"":""1"",""id"":""chart""},{""time"":12754,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2138,""week"":""50"",""id"":""chart""}]}",1,complex,bar,2.3,1,3,2,3.388,1.694,3669,15,1,0.5,0,0,3 -2023-07-24 14:57:35,2023-07-24 15:08:37,0,100,661,1,2023-07-24 15:08:37,R_2amKKXlWupiIchI,34.9334,-81.9689,EN,1,17.434,1,2,1,5.107,15.108,61,83,59,39.581,23.873,1,1,55.085,-3,-3,118.744,1,33.164,15.01,4,6,4,6,5,5,,24.062,7,6,6,6,4,6,It seems like a reliable chart and statistics for the timeline of COVID. ,87.593,3,,12.871,2,7,3,4,1,5,6,25.635,3,6,9,8,3,7,8,9,,28.051,3,4,4,4,4,3,31.138,3,1,18.483,2,1993,South Carolina,6,1,1,,9,,Duncan,5,2,1,holliep911@gmail.com,55.077,612fdaecc1abdf34d995ae90,"{""startTime"":1690225426843,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690225315512,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690225156764,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":10156,""label"":""tour_next"",""step"":2},{""time"":14538,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690225300131,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":5399,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3214,""week"":""51"",""id"":""chart""},{""time"":10269,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1708,""week"":""49"",""id"":""chart""}]}",1,moderate,bar,3.7,0,2,2,4.922,2.461,4870,15,1,0,1,0,2 -2023-07-24 15:02:23,2023-07-24 15:09:03,0,100,399,1,2023-07-24 15:09:03,R_20OMOChcXdsRvYB,38.8579,-77.0602,EN,1,4.706,1,2,1,7.272,15.009,95,97,87,22.407,34.68,1,1,37.489,1,1,35.38,1,26.434,15.013,5,5,5,6,5,5,,23.974,6,7,6,5,3,6,The data is clearly shown and easy to interpret.,26.97,5,,4.815,2,7,3,4,1,5,6,13.487,3,4,8,8,3,6,9,8,,24.661,5,4,5,1,5,5,13.493,6,2,13.454,1,1998,Virginia,7,3,1,,7,,,13,4,1,campopiano.luke@gmail.com,42.708,5e0413f6d62abeed46e254f6,"{""startTime"":1690225537152,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690225488651,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690225399708,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":6120,""label"":""tour_next"",""step"":2},{""time"":9848,""label"":""tour_end"",""step"":2},{""time"":12774,""label"":""hovered"",""timeHovered"":2443,""week"":""2021-04-12""},{""time"":19502,""label"":""hovered"",""timeHovered"":5701,""week"":""2022-01-03""},{""time"":26465,""label"":""hovered"",""timeHovered"":1710,""week"":""2022-01-03""},{""time"":29662,""label"":""hovered"",""timeHovered"":1658,""week"":""2022-02-07""}]}","{""startTime"":1690225473084,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":5576,""label"":""hovered"",""timeHovered"":1428,""week"":""2021-10-11""},{""time"":10675,""label"":""hovered"",""timeHovered"":1935,""week"":""2021-08-16""}]}",1,simple,line,4.2,0,2,2,3.363,1.6815,5099,15,1,1,1,1,1 -2023-07-24 15:00:40,2023-07-24 15:09:21,0,100,521,1,2023-07-24 15:09:22,R_3Hq7R9bb66eFatx,45.3894,-122.586,EN,1,4.099,1,3,2,5.665,15.014,79,79,53,25.778,31.369,1,1,35.666,1,-3,66.316,1,69.691,15.122,6,4,6,5,6,6,,28.376,5,6,6,6,6,6,"It comes from the CDC. And it makes logical sense, in that there are more infections among the unvaccinated than the vaccinated.",57.756,4,,9.293,2,7,3,4,1,5,6,20.107,4,7,3,7,8,2,9,7,,21.248,4,4,4,2,4,3,28.642,3,2,10.133,1,1971,Oregon,6,3,1,,7,,,6,4,1,,36.977,5ed59b175d4222135fddf229,"{""startTime"":1690225414368,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":20,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3571,""week"":""51"",""id"":""chart""},{""time"":4421,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1298,""week"":""51"",""id"":""chart""}]}","{""startTime"":1690225443209,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690225300302,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":11384,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7017,""week"":""52"",""id"":""chart""},{""time"":20000,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1416,""week"":""52"",""id"":""chart""},{""time"":23024,""label"":""tour_next"",""step"":2},{""time"":28751,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690225398869,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":4017,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1073,""week"":""1"",""id"":""chart""},{""time"":5205,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3308,""week"":""2"",""id"":""chart""}]}",1,moderate,bar,3.5,0,2,2,4.381,2.1905,1188,15,1,0.5,1,0.5,2 -2023-07-24 14:56:18,2023-07-24 15:10:05,0,100,826,1,2023-07-24 15:10:06,R_9LJwdZuyEjkqXHr,32.7203,-117.1552,EN,1,8.166,2,,1,4.059,15.01,0,71,50,63.605,71.202,1,1,56.458,1,1,84.104,1,108.201,15.014,1,1,1,7,6,1,,47.268,5,7,4,2,2,7,"Because the instructions specifically said that I should assume that I trust the visualization. Otherwise, I really don't. ",48.947,6,,13.003,2,7,3,4,1,5,6,26.477,5,3,7,7,1,5,6,7,,41.749,2,4,2,2,3,5,30.391,6,3,20.194,2,1978,California,6,2,1,,2,,,8,4,2,,82.365,5723c21ca300060009bc6d9d,"{""startTime"":1690225363252,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690225261804,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690225088619,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":32,""label"":""tour_started""},{""time"":5043,""label"":""hovered"",""timeHovered"":38614,""week"":""2022-01-10""},{""time"":47687,""label"":""tour_next"",""step"":2},{""time"":54514,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690225245817,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line,3,0,0,0,0,0,0,15,1,1,1,1,2 -2023-07-24 15:02:17,2023-07-24 15:10:29,0,100,492,1,2023-07-24 15:10:30,R_1li6fO6WQ8oYsJN,40.4409,-79.9857,EN,1,6.897,1,2,1,5.176,15.019,95,84,72,15.681,19.214,1,1,49.88,1,1,46.637,1,22.083,15.127,6,5,6,6,6,6,,23.131,6,6,6,4,4,5,It would is hard to make out the day to day case or how much they've gone up or down over a set period.,69.86,4,,11.082,2,7,3,4,1,5,6,24.165,4,5,4,5,5,3,9,9,,25.315,4,3,4,2,4,4,26.616,1,1,12.633,1,1983,Pennsylvania,6,3,1,,7,,,3,4,1,5a2476f6efec480001f29c16@email.prolific.co,60.46,5a2476f6efec480001f29c16,"{""startTime"":1690225481113,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690225504882,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690225393996,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":11075,""label"":""tour_next"",""step"":2},{""time"":14743,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690225465352,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line,3.5,0,0,0,0,0,0,15,1,1,1,1,1 -2023-07-24 15:00:24,2023-07-24 15:11:28,0,100,663,1,2023-07-24 15:11:29,R_2w6OTk9TFbz9FDI,35.3878,-118.936,EN,1,11.48,1,4,1,9.66,15.158,100,80,50,40.408,28.357,1,1,48.016,1,-3,67.427,-2,28.045,15.224,7,5,4,7,7,7,,110.907,4,7,7,3,3,7,"Its from the CDC, a reliable government source. In a sea of people trying to sway the population one way or another, there is not many more reliable than straight from the source information the CDC has.",67.599,1,"That was a nice trick with the mouse over on the graphs, but I feel most people would miss that as an option or not even bother to use it.",47.34,2,7,3,4,1,5,6,15.433,4,8,1,1,6,1,9,9,,18.018,1,1,1,5,1,1,18.295,2,2,8.117,1,1986,California,6,2,1,,4,,,5,3,2,,45.975,5e20a27f25a4d03b9ee10bc6,"{""startTime"":1690225411946,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":4544},{""label"":""window_focused"",""time"":65598},{""time"":66810,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2385,""week"":""52"",""id"":""chart""},{""time"":99771,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2894,""week"":""52"",""id"":""chart""}]}","{""startTime"":1690225523985,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690225317843,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":60,""label"":""tour_started""},{""time"":12892,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1383,""week"":""14"",""id"":""chart""},{""time"":15975,""label"":""tour_next"",""step"":2},{""time"":23612,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690225395747,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":7719,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2606,""week"":""52"",""id"":""chart2""},{""time"":10986,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3372,""week"":""1"",""id"":""chart2""}]}",1,simple,bar,1.7,0,2,2,5.978,2.989,3267,15,1,0.5,0,1,1 -2023-07-24 15:02:05,2023-07-24 15:11:38,0,100,572,1,2023-07-24 15:11:39,R_20MME3u16Xwho29,31.8573,-102.3476,EN,1,52.817,1,2,2,18.273,15.014,85,50,55,61.427,62.668,1,1,23.436,-3,1,65.395,1,34.322,15.011,5,6,6,6,7,7,,16.904,6,7,6,7,6,7,It definitely seems accurate and that the person who put it together knew what they were doing with it.,29.257,5,,6.707,2,7,3,4,1,5,6,12.554,3,1,3,3,4,5,10,10,,16.099,4,3,5,2,4,5,26.639,2,2,10.784,3,2000,Texas,2,2,1,,4,,,4,4,1,5b393581c49ecb00010a6693@email.prolific.co,53.525,5b393581c49ecb00010a6693,"{""startTime"":1690225646868,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690225585303,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690225471951,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":8365,""label"":""hovered"",""timeHovered"":1347,""week"":""2022-01-10""},{""time"":10270,""label"":""hovered"",""timeHovered"":1089,""week"":""2022-01-10""},{""time"":12668,""label"":""tour_next"",""step"":5},{""time"":25990,""label"":""started_brush"",""startDate"":""2021-05-31"",""endDate"":""2022-01-23""},{""time"":27454,""label"":""moved_brush"",""startDate"":""2021-06-21"",""endDate"":""2022-02-13""},{""time"":27871,""label"":""moved_brush"",""startDate"":""2021-06-21"",""endDate"":""2022-02-13""},{""time"":28817,""label"":""tour_next"",""step"":5},{""time"":31072,""label"":""moved_brush"",""startDate"":""2021-06-21"",""endDate"":""2022-02-13""},{""time"":33986,""label"":""moved_brush"",""startDate"":""2021-06-21"",""endDate"":""2022-02-13""},{""time"":35158,""label"":""tour_next"",""step"":5},{""time"":46044,""label"":""moved_brush"",""startDate"":""2021-06-21"",""endDate"":""2022-02-13""},{""time"":49230,""label"":""moved_brush"",""startDate"":""2021-06-21"",""endDate"":""2022-02-13""},{""time"":51720,""label"":""moved_brush"",""startDate"":""2021-06-21"",""endDate"":""2022-02-13""},{""time"":52377,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-12-04""},{""time"":52888,""label"":""started_brush"",""startDate"":""2022-01-07"",""endDate"":""2022-01-08""},{""time"":53160,""label"":""moved_brush"",""startDate"":""2022-01-07"",""endDate"":""2022-01-08""},{""time"":54103,""label"":""cleared_brush"",""using"":""click""},{""time"":54981,""label"":""started_brush"",""startDate"":""2021-04-24"",""endDate"":""2021-08-19""},{""time"":55868,""label"":""moved_brush"",""startDate"":""2021-10-19"",""endDate"":""2022-02-13""},{""time"":56689,""label"":""tour_next"",""step"":5},{""time"":60600,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690225569827,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":4992,""label"":""started_brush"",""startDate"":""2021-06-04"",""endDate"":""2021-07-03""},{""time"":7520,""label"":""moved_brush"",""startDate"":""2021-12-10"",""endDate"":""2022-01-09""},{""time"":7945,""label"":""cleared_brush"",""using"":""click""}]}",1,complex,line,3.8,1,3,0,0,0,2953,15,1,0.5,1,1,3 -2023-07-24 15:04:03,2023-07-24 15:11:54,0,100,471,1,2023-07-24 15:11:55,R_30v5fBo6QBkdPux,42.62,-73.8343,EN,1,2.378,1,3,1,3.373,15.086,100,91,87,71.701,5.13,-2,-3,29.38,-3,-2,73.633,-3,19.409,15.11,7,6,7,6,7,7,Not really.,42.946,7,7,7,4,5,7,Well that one showed the data and had a breakdown when I hovered over it. ,38.469,2,,6.533,2,7,3,4,1,5,6,10.042,4,2,4,4,1,2,9,10,,11.728,4,4,4,1,5,4,15.848,4,3,34.057,1,1992,New York,3,2,1,,7,,,12,4,1,5bb3830499d3d900017ad3d2@email.prolific.co,49.24,5bb3830499d3d900017ad3d2,"{""startTime"":1690225690975,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690225639369,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690225544260,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":2785,""label"":""tour_next"",""step"":2},{""time"":4390,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690225623826,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":4535,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2183,""week"":""2"",""id"":""chart""},{""time"":10098,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1254,""week"":""4"",""id"":""chart""}]}",1,moderate,bar,3.7,0,2,2,3.437,1.7185,5563,15,0,0,0,0,2 -2023-07-24 14:52:58,2023-07-24 15:11:56,0,100,1137,1,2023-07-24 15:11:56,R_3oSECsCLC42aDS6,45.461,-122.7052,EN,1,15.131,1,3,1,6.845,15.009,91,86,56,12.85,137.711,1,-3,43.969,-2,1,90.354,1,78.275,15.007,6,5,6,5,6,5,:),18.074,5,5,4,2,2,5,It looks scientifically accurate.,23.775,4,Thank you.,104.583,2,7,3,4,1,5,6,43.706,6,7,2,7,6,6,9,8,Thank you.,98.921,3,2,3,4,2,3,176.812,1,3,13.754,1,1983,Oregon,3,2,1,,7,,,5,4,2,,184.941,5e8caf1b063693041f6ac524,"{""startTime"":1690225141262,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690225093772,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690224847188,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":21,""label"":""tour_started""},{""label"":""window_blurred"",""time"":18153},{""label"":""window_focused"",""time"":112513},{""time"":121354,""label"":""tour_next"",""step"":2},{""time"":126103,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690225077729,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":8097,""label"":""hovered"",""timeHovered"":1571,""week"":""2022-01-10""},{""time"":13157,""label"":""hovered"",""timeHovered"":1115,""week"":""2022-01-31""}]}",1,moderate,line,2.8,0,2,2,2.686,1.343,5060,15,0.5,0.5,1,0.5,2 -2023-07-24 15:03:32,2023-07-24 15:12:00,0,100,507,1,2023-07-24 15:12:00,R_3h3zmHKaI3GrBts,42.1293,-72.7522,EN,1,3.591,1,3,2,11.165,15.117,99,100,48,19.74,24.28,-3,1,50.098,-3,-3,115.518,1,28.089,15.007,6,6,6,7,7,6,,19.371,6,6,4,1,2,6,it came from the CDC,83.813,2,,5.093,2,7,3,4,1,5,6,9.277,1,1,3,1,4,6,10,9,,13.327,4,4,5,2,5,5,10.534,1,1,10.336,2,1979,Massachusetts,7,3,1,,9,,Agawam,4,4,1,IVYLEAF9@HOTMAIL.COM,41.063,55a55bd7fdf99b790558627c,"{""startTime"":1690225627254,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690225647003,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690225471453,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":14040,""label"":""tour_next"",""step"":2},{""time"":16911,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690225611800,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar,4.2,0,0,0,0,0,0,15,0.5,0,1,0,2 -2023-07-24 14:38:23,2023-07-24 15:12:03,0,100,2019,1,2023-07-24 15:12:04,R_3Krt3KgzWHsWVYH,34.0899,-118.0871,EN,1,493.058,1,4,2,6.681,15.007,81,70,72,169.813,180.424,1,-3,49.239,-3,-3,52.165,1,49.867,15.017,6,5,6,6,6,6,,19.113,5,6,6,5,4,5,The data the visualization uses seems to come from a reliable source. I'd like to cross reference it with other sources to make sure the data is consistent.,115.159,4,,7.274,2,7,3,4,1,5,6,18.195,6,7,6,7,6,7,9,8,,19.897,3,3,3,3,4,3,19.258,3,2,11.04,1,1984,California,9,2,1,,2,,,19,4,1,online.deplete131@slmails.com,84.434,60de6eaecf5d59c0e0670050,"{""startTime"":1690225633987,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690225067464,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690224820029,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":15094,""label"":""tour_next"",""step"":5},{""time"":32907,""label"":""tour_back"",""step"":5},{""time"":41590,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4619,""week"":""1"",""id"":""chart""},{""time"":48456,""label"":""tour_next"",""step"":5},{""time"":54574,""label"":""cleared_brush"",""using"":""Click""},{""time"":55410,""label"":""cleared_brush"",""using"":""Click""},{""time"":56718,""label"":""cleared_brush"",""using"":""Click""},{""time"":62893,""label"":""started_brush"",""startDate"":""2021-09-16"",""endDate"":""2022-01-05""},{""time"":63787,""label"":""tour_next"",""step"":5},{""time"":70641,""label"":""moved_brush"",""startDate"":""2021-08-16"",""endDate"":""2021-12-05""},{""time"":74778,""label"":""moved_brush"",""startDate"":""2021-05-06"",""endDate"":""2021-08-25""},{""time"":76799,""label"":""cleared_brush"",""using"":""Click""},{""time"":77513,""label"":""tour_next"",""step"":5},{""time"":83354,""label"":""cleared_brush"",""using"":""Click""},{""time"":83355,""label"":""cleared_brush"",""using"":""Escape""},{""time"":85827,""label"":""tour_next"",""step"":5},{""time"":90130,""label"":""tour_end"",""step"":5},{""time"":92658,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":57321,""week"":""1"",""id"":""chart""},{""label"":""window_blurred"",""time"":151961},{""label"":""window_focused"",""time"":180328}]}","{""startTime"":1690225051849,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":10590,""label"":""cleared_brush"",""using"":""Click""},{""time"":12501,""label"":""moved_brush"",""startDate"":""2021-10-07"",""endDate"":""2021-12-18""},{""time"":15277,""label"":""moved_brush"",""startDate"":""2021-11-20"",""endDate"":""2022-01-31""}]}",1,complex,bar,3.2,0,3,0,0,0,4687,15,0.5,0,1,1,3 -2023-07-24 14:45:45,2023-07-24 15:12:11,0,100,1586,1,2023-07-24 15:12:12,R_3NX7WVuI6DGCk0W,43.0391,-76.1277,EN,1,3.739,1,1,2,7.645,15.104,88,90,63,25.836,67.401,1,1,103.937,-1,-1,65.129,1,81.912,15.106,6,5,2,5,6,6,,35.194,5,5,6,6,6,7,The information seemed accurate and visually appealing.,68.151,4,,6.673,2,7,3,4,1,5,6,27.422,4,4,5,7,5,5,10,6,,319.647,2,1,2,4,2,2,39.376,4,2,9.393,2,1962,California,7,1,1,,7,,,9,5,1,nxmurmur@gmail.com,134.841,5dae25fc2e361800135fbd02,"{""startTime"":1690225000588,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690225036260,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":19080},{""label"":""window_focused"",""time"":21046},{""label"":""window_blurred"",""time"":21647},{""label"":""window_focused"",""time"":22941},{""label"":""window_blurred"",""time"":23886},{""label"":""window_focused"",""time"":24517}]}","{""startTime"":1690224834354,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":10615,""label"":""tour_next"",""step"":5},{""time"":32450,""label"":""cleared_brush"",""using"":""click""},{""time"":33593,""label"":""cleared_brush"",""using"":""click""},{""time"":35294,""label"":""started_brush"",""startDate"":""2021-08-02"",""endDate"":""2021-10-29""},{""time"":36054,""label"":""tour_next"",""step"":5},{""time"":45316,""label"":""moved_brush"",""startDate"":""2021-11-05"",""endDate"":""2022-02-01""},{""time"":46249,""label"":""tour_next"",""step"":5},{""time"":53134,""label"":""moved_brush"",""startDate"":""2021-11-17"",""endDate"":""2022-02-13""},{""time"":60416,""label"":""moved_brush"",""startDate"":""2021-11-17"",""endDate"":""2022-02-13""},{""time"":62414,""label"":""cleared_brush"",""using"":""click""},{""time"":63805,""label"":""tour_next"",""step"":5},{""time"":65744,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690224984931,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line,2.2,0,0,0,0,0,0,15,1,0,1,1,3 -2023-07-24 15:01:23,2023-07-24 15:12:31,0,100,668,1,2023-07-24 15:12:32,R_2S6P0svcMzLnSFd,38.6961,-90.2544,EN,1,6.573,1,3,2,7.386,15.016,64,64,37,23.113,112.276,-2,-2,50.435,1,1,54.217,-3,40.535,15.111,5,2,5,6,6,6,Thank you for all your hard work!,48.241,6,6,6,7,6,6,It relies upon factual data (presumably).,25.355,6,Thank you for all your hard work!,15.286,2,7,3,4,1,5,6,18.546,1,3,6,8,7,6,9,9,Thank you for all your hard work!,29.988,4,4,4,1,4,4,45.776,1,1,10.936,1,1982,Missouri,7,3,1,,7,,,3,4,1,JamesWNokesBeerMoney@gmail.com,58.508,63d15d3dd6cacf7e94f8c0b1,"{""startTime"":1690225603557,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690225553574,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690225384038,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":3599,""label"":""hovered"",""timeHovered"":1101,""week"":""2021-12-13""},{""time"":16800,""label"":""hovered"",""timeHovered"":1065,""week"":""2021-05-24""},{""time"":34083,""label"":""hovered"",""timeHovered"":1299,""week"":""2022-01-10""},{""time"":36966,""label"":""tour_next"",""step"":5},{""time"":51685,""label"":""started_brush"",""startDate"":""2021-05-28"",""endDate"":""2021-06-04""},{""time"":54023,""label"":""cleared_brush"",""using"":""click""},{""time"":59667,""label"":""started_brush"",""startDate"":""2021-07-11"",""endDate"":""2021-11-21""},{""time"":59962,""label"":""moved_brush"",""startDate"":""2021-07-11"",""endDate"":""2021-11-21""},{""time"":60580,""label"":""cleared_brush"",""using"":""click""},{""time"":62965,""label"":""started_brush"",""startDate"":""2021-12-01"",""endDate"":""2022-01-10""},{""time"":63433,""label"":""cleared_brush"",""using"":""click""},{""time"":64704,""label"":""tour_next"",""step"":5},{""time"":68501,""label"":""started_brush"",""startDate"":""2021-06-23"",""endDate"":""2021-10-15""},{""time"":71858,""label"":""started_brush"",""startDate"":""2021-05-27"",""endDate"":""2021-06-18""},{""time"":72353,""label"":""cleared_brush"",""using"":""click""},{""time"":78433,""label"":""started_brush"",""startDate"":""2022-01-05"",""endDate"":""2022-02-13""},{""time"":79406,""label"":""cleared_brush"",""using"":""click""},{""time"":82147,""label"":""started_brush"",""startDate"":""2021-05-08"",""endDate"":""2021-06-02""},{""time"":83411,""label"":""moved_brush"",""startDate"":""2021-05-08"",""endDate"":""2021-06-02""},{""time"":84478,""label"":""tour_next"",""step"":5},{""time"":89222,""label"":""moved_brush"",""startDate"":""2021-05-08"",""endDate"":""2021-06-02""},{""time"":90680,""label"":""cleared_brush"",""using"":""click""},{""time"":90682,""label"":""cleared_brush"",""using"":""Escape""},{""time"":91919,""label"":""tour_next"",""step"":5},{""time"":96634,""label"":""tour_end"",""step"":5},{""time"":103345,""label"":""started_brush"",""startDate"":""2021-04-14"",""endDate"":""2021-05-06""},{""time"":105040,""label"":""moved_brush"",""startDate"":""2021-04-14"",""endDate"":""2021-05-06""},{""time"":111282,""label"":""moved_brush"",""startDate"":""2021-10-11"",""endDate"":""2021-11-02""}]}","{""startTime"":1690225537933,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":7789,""label"":""hovered"",""timeHovered"":2341,""week"":""2021-05-31""}]}",1,complex,line,3.5,0,1,1,2.341,2.341,0,15,0,1,0,0,3 -2023-07-24 15:00:16,2023-07-24 15:13:07,0,100,770,1,2023-07-24 15:13:07,R_25TmJ0WtMKXgtRT,36.8692,-76.2951,EN,1,21.001,1,3,1,49.69,15.111,70,75,53,70.135,22.053,-2,1,108.757,-3,-3,56.575,1,39.623,15.115,5,4,5,5,6,5,,35.935,3,5,4,3,3,4,I don't feel like I have enough information to determine if it is trustworthy,65.233,5,,13.184,2,7,3,4,1,5,6,21.03,2,5,7,7,3,5,9,9,,38.995,2,2,3,4,3,2,31.687,2,2,13.452,2,1971,Florida,7,1,1,,7,,,10,4,1,6452a769e4c781f0fce9126d@email.prolific.co,91.468,6452a769e4c781f0fce9126d,"{""startTime"":1690225534469,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690225571330,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690225386483,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":26,""label"":""tour_started""},{""time"":5952,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1987,""week"":""1"",""id"":""chart""},{""time"":8007,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1549,""week"":""52"",""id"":""chart""},{""time"":12198,""label"":""tour_next"",""step"":2},{""time"":19124,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690225518606,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":8096,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2152,""week"":""52"",""id"":""chart2""},{""time"":10316,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1631,""week"":""51"",""id"":""chart2""},{""time"":12084,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1165,""week"":""50"",""id"":""chart2""}]}",1,simple,bar,2.7,0,3,3,4.948,1.6493333333333335,3988,15,0.5,0,1,0.5,1 -2023-07-24 14:44:00,2023-07-24 15:13:13,0,100,1752,1,2023-07-24 15:13:13,R_3CZ9QDNKkW3IsgK,39.7128,-105.0953,EN,1,199.196,1,4,2,13.072,15.012,100,100,44,68.368,92.292,1,1,186.195,-3,1,214.288,1,93.597,15.013,6,6,7,7,7,7,The previous page bubble question was confusing. I have know idea what I was answering about.,153.457,6,7,7,7,7,7,It is from a trusted source. I trust the data.,160.429,5,,32.721,2,7,3,4,1,5,6,69.901,4,7,9,8,3,4,10,9,,52.254,4,5,5,1,5,5,59.657,3,1,41.895,2,1965,Colorado,6,2,1,,7,,,9,2,1,mfayefox@gmail.com,169.666,622a4950fe920c5a243b8b8c,"{""startTime"":1690225121782,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":6846,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2267,""week"":""46"",""id"":""chart""}]}","{""startTime"":1690224916702,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690224593535,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":26514,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":9719,""week"":""51"",""id"":""chart""},{""time"":38628,""label"":""tour_next"",""step"":2},{""time"":74485,""label"":""tour_end"",""step"":2},{""time"":79846,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4849,""week"":""15"",""id"":""chart""},{""time"":85254,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1150,""week"":""36"",""id"":""chart""}]}","{""startTime"":1690224901217,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":9835,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3073,""week"":""48"",""id"":""chart""}]}",1,moderate,bar,4.2,0,1,1,3.073,3.073,0,15,1,0.5,1,0.5,2 -2023-07-24 15:04:40,2023-07-24 15:13:20,0,100,520,1,2023-07-24 15:13:21,R_z1LGEd0xR5h2EMx,44.0944,-121.2863,EN,1,7.107,1,4,2,7.077,15.025,78,100,58,33.804,36.822,1,-2,32.434,1,1,49.807,1,26.15,15.125,5,3,6,7,2,6,,47.206,5,7,6,4,6,6,"This visualization seems to be an accurate reporting, though it does not include a source to back it up.",46.022,4,,6.973,2,7,3,4,1,5,6,15.912,2,5,2,7,6,4,10,9,,29.878,4,3,4,3,4,3,30.583,1,2,8.971,3,1993,Oregon,3,1,1,,7,,,4,4,1,63d82b0ef18b425db684c7e5@email.prolific.co,52.32,63d82b0ef18b425db684c7e5,"{""startTime"":1690225721359,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690225650733,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690225562539,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":30,""label"":""tour_started""},{""time"":7989,""label"":""hovered"",""timeHovered"":1307,""week"":""2021-12-20""},{""time"":10486,""label"":""hovered"",""timeHovered"":2540,""week"":""2022-01-24""},{""time"":20721,""label"":""tour_next"",""step"":2},{""time"":25971,""label"":""tour_end"",""step"":2},{""time"":15395,""label"":""hovered"",""timeHovered"":11344,""week"":""2022-02-07""},{""label"":""window_blurred"",""time"":35075},{""label"":""window_focused"",""time"":35251}]}","{""startTime"":1690225634011,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7779,""label"":""hovered"",""timeHovered"":2082,""week"":""2022-01-03""},{""time"":11732,""label"":""hovered"",""timeHovered"":2659,""week"":""2022-01-03""}]}",1,simple,line,3.5,0,2,2,4.741,2.3705,3953,15,0.5,1,1,0.5,1 -2023-07-24 15:00:07,2023-07-24 15:13:27,0,100,799,1,2023-07-24 15:13:28,R_2b2GgqoW0DWtJgT,38.8025,-90.3448,EN,1,8.974,1,1,1,7.859,15.007,76,83,61,21.985,30.159,1,1,54.035,-2,1,55.064,-3,283.833,15.009,6,2,6,6,7,6,,33.383,5,7,7,2,5,6,Scientific data outside of the visualization would lead me to believe that the data presented is more believable than not.,46.545,2,,6.624,2,7,3,4,1,5,6,18.492,1,1,5,3,1,2,9,8,,21.103,2,3,5,2,4,4,61.666,3,2,12.326,1,1992,Missouri,6,2,1,,3,,,13,4,1,581ed572115ee9000179b44d@email.prolific.co,52.792,581ed572115ee9000179b44d,"{""startTime"":1690225453266,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690225371751,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":7979},{""label"":""window_focused"",""time"":10474}]}","{""startTime"":1690225270183,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":18209,""label"":""tour_next"",""step"":2},{""time"":25272,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690225356254,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":4710,""label"":""hovered"",""timeHovered"":4147,""week"":""2022-01-10""},{""time"":11698,""label"":""hovered"",""timeHovered"":1137,""week"":""2022-01-03""}]}",1,moderate,line,3.3,0,2,2,5.284,2.642,6988,15,1,0.5,0,0.5,2 -2023-07-24 15:03:23,2023-07-24 15:13:36,0,100,613,1,2023-07-24 15:13:36,R_TbzG3NB7Cb5M8Jb,44.0683,-123.0763,EN,1,13.353,1,2,1,6.416,15.011,100,76,51,17.814,116.599,1,-2,36.899,-2,-1,33.142,1,42.812,15.012,7,4,7,5,7,7,,32.401,7,7,7,6,3,5,I trust is completely but I don't trust my or other peoples ability to understand it,65.163,4,,7.839,2,7,3,4,1,5,6,19.563,5,5,3,6,5,1,11,9,,23.955,2,2,5,5,2,2,19.245,2,1,11.904,2,1975,Oregon,3,1,1,,7,,,9,3,1,,93.26,5d32bdd9f0689e00195ac2db,"{""startTime"":1690225728683,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690225643729,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690225468022,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":4,""label"":""tour_started""},{""time"":15437,""label"":""hovered"",""timeHovered"":1074,""week"":""2021-11-01""},{""time"":19469,""label"":""hovered"",""timeHovered"":2825,""week"":""2022-01-10""},{""time"":28126,""label"":""tour_next"",""step"":5},{""time"":46174,""label"":""started_brush"",""startDate"":""2021-04-15"",""endDate"":""2022-01-05""},{""time"":52149,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-01-01""},{""time"":53049,""label"":""tour_next"",""step"":5},{""time"":59941,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-01-01""},{""time"":60529,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-01-01""},{""time"":60924,""label"":""moved_brush"",""startDate"":""2021-04-30"",""endDate"":""2022-01-21""},{""time"":63757,""label"":""moved_brush"",""startDate"":""2021-05-23"",""endDate"":""2022-02-13""},{""time"":66495,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-01-01""},{""time"":67348,""label"":""moved_brush"",""startDate"":""2021-04-26"",""endDate"":""2022-01-16""},{""time"":68706,""label"":""tour_next"",""step"":5},{""time"":74660,""label"":""moved_brush"",""startDate"":""2021-05-23"",""endDate"":""2022-02-13""},{""time"":76199,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-01-01""},{""time"":82659,""label"":""moved_brush"",""startDate"":""2021-04-27"",""endDate"":""2022-01-17""},{""time"":91175,""label"":""cleared_brush"",""using"":""click""},{""time"":91178,""label"":""cleared_brush"",""using"":""Escape""},{""time"":93739,""label"":""started_brush"",""startDate"":""2021-07-03"",""endDate"":""2021-08-05""},{""time"":94148,""label"":""moved_brush"",""startDate"":""2021-07-03"",""endDate"":""2021-08-05""},{""time"":95265,""label"":""tour_next"",""step"":5},{""time"":99505,""label"":""tour_end"",""step"":5},{""time"":109714,""label"":""moved_brush"",""startDate"":""2021-07-03"",""endDate"":""2022-01-14""},{""time"":111652,""label"":""moved_brush"",""startDate"":""2021-08-01"",""endDate"":""2022-02-13""},{""time"":114620,""label"":""moved_brush"",""startDate"":""2021-11-10"",""endDate"":""2022-02-13""}]}","{""startTime"":1690225628188,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line,3,0,0,0,0,0,0,15,0.5,0,1,1,3 -2023-07-24 14:56:35,2023-07-24 15:13:39,0,100,1023,1,2023-07-24 15:13:40,R_3NwhHOV9PtEKuMR,36.053,-95.7336,EN,1,220.27,1,3,1,4.643,15.109,50,86,50,50.797,126.937,-2,1,62.764,-3,-3,70.697,-3,53.27,15.008,4,5,4,6,6,4,,27.736,5,5,4,2,4,4,Getting information on the internet is not always 100% trustworthy.,62.212,4,,11.168,2,7,3,4,1,5,6,18.44,4,5,3,3,1,3,6,7,,23.752,2,2,5,4,3,2,31.236,2,1,18.018,2,2000,Oklahoma,2,1,1,,7,,,12,4,2,,121.551,610038371297afd6f2db9323,"{""startTime"":1690225621914,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690225493140,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690225296610,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":22013,""label"":""tour_next"",""step"":5},{""time"":43546,""label"":""cleared_brush"",""using"":""Click""},{""time"":46592,""label"":""started_brush"",""startDate"":""2021-11-29"",""endDate"":""2022-01-01""},{""time"":49847,""label"":""tour_next"",""step"":5},{""time"":60813,""label"":""moved_brush"",""startDate"":""2021-11-30"",""endDate"":""2022-01-02""},{""time"":62630,""label"":""tour_next"",""step"":5},{""time"":70575,""label"":""cleared_brush"",""using"":""Click""},{""time"":70575,""label"":""cleared_brush"",""using"":""Escape""},{""time"":72946,""label"":""tour_next"",""step"":5},{""time"":83457,""label"":""tour_end"",""step"":5},{""time"":92923,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-05-02""},{""time"":125248,""label"":""moved_brush"",""startDate"":""2022-01-10"",""endDate"":""2022-02-07""}]}","{""startTime"":1690225477698,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar,3,0,0,0,0,0,0,15,0.5,0,0,0,3 -2023-07-24 14:55:23,2023-07-24 15:14:11,0,100,1128,1,2023-07-24 15:14:12,R_27UNzvUhuVxGxy9,28.6623,-81.4136,EN,1,15.676,1,2,2,13.886,15.014,84,100,83,63.381,149.845,-2,1,80.787,-3,-3,130.735,1,45.146,15.121,6,6,6,4,4,6,It was more about how the orange unvaccinated is above the vaccinated bar making it unclear for me how many caught covid. I would put the bar colors separate somehow. Or make the orange bar include the blue part as well as its own area.,113.553,5,4,3,4,4,5,I trust it but I dont trust the understanding of the blue bar being with the orange bar. It makes me feel there was more unvaccinated that caught covid.,97.775,4,unfortunately not everyone can be trusted in an age where people make careers off lying to others.,45.402,2,7,3,4,1,5,6,24.301,3,6,3,5,6,4,10,8,people that have the actual degree and worked all their lives studying something should be more trusted.,94.115,4,4,5,1,4,5,38.565,1,2,19.421,1,1971,Florida,3,3,1,,7,,,8,4,1,scottferry37@gmail.com,87.356,6429d2a209001f0ed092be98,"{""startTime"":1690225594750,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690225349116,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":25,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3082,""week"":""2"",""id"":""chart""},{""time"":4214,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1435,""week"":""51"",""id"":""chart""},{""time"":9097,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2637,""week"":""51"",""id"":""chart""}]}","{""startTime"":1690225051294,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":32559,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6410,""week"":""36"",""id"":""chart""},{""time"":40117,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5229,""week"":""52"",""id"":""chart""},{""time"":50391,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2681,""week"":""17"",""id"":""chart""},{""time"":54271,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":15134,""week"":""27"",""id"":""chart""},{""time"":73702,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":9123,""week"":""52"",""id"":""chart""},{""time"":85274,""label"":""tour_next"",""step"":2},{""time"":96817,""label"":""tour_end"",""step"":2},{""time"":99848,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1444,""week"":""1"",""id"":""chart""},{""time"":102302,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3314,""week"":""14"",""id"":""chart""},{""time"":106209,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2524,""week"":""31"",""id"":""chart""},{""time"":109595,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1570,""week"":""33"",""id"":""chart""},{""time"":112853,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2842,""week"":""49"",""id"":""chart""},{""time"":118329,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1056,""week"":""50"",""id"":""chart""},{""time"":119730,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":18342,""week"":""52"",""id"":""chart""},{""time"":138629,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1368,""week"":""41"",""id"":""chart""},{""time"":144151,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1612,""week"":""31"",""id"":""chart""}]}","{""startTime"":1690225333372,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar,3.8,0,0,0,0,0,0,15,0.5,0,1,0,2 -2023-07-24 14:48:16,2023-07-24 15:14:26,0,100,1569,1,2023-07-24 15:14:27,R_xinHvEiVzTFg3Jv,42.5353,-83.7768,EN,1,105.713,1,4,1,19.208,15.111,7,91,50,43.853,68.47,1,1,70.037,1,-3,116.068,-2,73.854,15.121,1,1,1,7,4,1,,63.15,1,7,4,1,1,1,"I know for a fact that more people that you are indicating in this ""visualization"" ended up having COVID during all of these time periods. Every vaccinated person I know has had COVID, so your ""findings"" don't make sense to me.",219.751,6,I believe your data is very flawed. Every single vaccinated person I know has had COVID and had COVID during the time period you have concentrated your questions on.,130.329,2,7,3,4,1,5,6,44.033,2,2,10,6,3,9,6,11,,45.62,3,4,5,1,4,4,72.696,5,1,73.745,2,1956,Michigan,4,2,1,,7,,,9,1,2,,110.18,5ddc44d65a40f2bb49218200,"{""startTime"":1690225348793,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690225096403,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690224894233,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":17,""label"":""tour_started""},{""time"":23923,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1498,""week"":""52"",""id"":""chart""},{""time"":26139,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4353,""week"":""52"",""id"":""chart""},{""time"":30572,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3666,""week"":""1"",""id"":""chart""},{""time"":34788,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":9466,""week"":""2"",""id"":""chart""},{""time"":44689,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3666,""week"":""3"",""id"":""chart""},{""time"":49557,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7632,""week"":""6"",""id"":""chart""},{""time"":59962,""label"":""tour_next"",""step"":2},{""time"":64265,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690225080004,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":5882,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2940,""week"":""2"",""id"":""chart""}]}",1,moderate,bar,3.5,0,1,1,2.94,2.94,0,15,1,0.5,0,0.5,2 -2023-07-24 14:54:33,2023-07-24 15:14:28,0,100,1195,1,2023-07-24 15:14:29,R_vkT4GSP8vPXQakh,40.7123,-74.0068,EN,1,3.648,1,3,1,6.536,15.007,93,100,28,37.806,48.502,1,1,181.832,1,-3,311.81,-3,69.71,15.116,7,6,1,7,7,7,,190.891,7,7,7,7,7,7,"it seems accurate, its not verified but nothing about it is unbelievable",49.767,3,,21.508,2,7,3,4,1,5,6,19.451,2,2,4,2,4,6,11,8,,15.865,3,2,2,4,4,3,49.145,1,1,9.479,2,1999,New York,5,1,1,,7,,,1,4,1,reillygillen@yahoo.com,76.149,60fdc74a770dd16724c85634,"{""startTime"":1690225196846,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":30,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":166942,""week"":""51"",""id"":""chart""}]}","{""startTime"":1690225388876,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690224949392,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":20,""label"":""tour_started""},{""time"":9634,""label"":""tour_next"",""step"":2},{""time"":23738,""label"":""tour_end"",""step"":2},{""time"":24964,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":10586,""week"":""52"",""id"":""chart2""}]}","{""startTime"":1690225180988,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar,3,0,0,0,0,0,0,15,1,0.5,0,1,1 -2023-07-24 15:08:08,2023-07-24 15:15:02,0,100,414,1,2023-07-24 15:15:03,R_2RQgrSASl9d0Mv5,40.4102,-104.7584,EN,1,3.571,2,,1,1.993,15.019,100,88,73,16.801,11.78,-2,1,49.773,1,-3,56.483,1,21.754,15.115,6,6,5,7,6,6,,16.133,6,6,6,2,6,5,I think that there could be more information put into the visualization ,35.753,2,,11.906,2,7,3,4,1,5,6,18.719,7,6,6,6,5,7,8,10,,15.865,4,4,4,2,4,3,16.511,3,2,20.571,2,1993,Colorado,4,2,1,,9,,Greeley,9,2,1,sadiegayle2012@gmail.com,48.308,5deb3c192235ad24f4a21826,"{""startTime"":1690225820563,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690225837391,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690225735551,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":60,""label"":""tour_started""},{""time"":6199,""label"":""tour_next"",""step"":2},{""time"":8567,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690225804898,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar,3.5,0,0,0,0,0,0,15,0.5,0.5,1,0.5,2 -2023-07-24 15:02:00,2023-07-24 15:15:15,0,100,794,1,2023-07-24 15:15:16,R_1mkN2y43Aju12Uz,41.6614,-70.2363,EN,1,2.633,2,,1,3.008,15.005,50,100,77,33.87,15.941,-2,1,98.05,1,1,130.436,1,37.446,15.106,4,4,3,6,6,3,The previous screen had some blank questions,71.271,4,5,3,2,3,3,I don't know the process behind how the data was gathered,69.602,3,,9.445,2,7,3,4,1,5,6,26.368,1,1,4,4,1,3,1,4,,40.886,4,4,4,2,4,4,94.239,6,3,16.5,1,1995,Massachusetts,6,2,1,,7,,,3,1,2,,44.928,63387c9062aa152eb6651c78,"{""startTime"":1690225671311,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690225585335,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690225390543,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":6605,""label"":""tour_next"",""step"":2},{""time"":8916,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690225537746,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar,3.7,0,0,0,0,0,0,15,0.5,1,1,1,2 -2023-07-24 15:06:55,2023-07-24 15:15:48,0,100,532,1,2023-07-24 15:15:49,R_2akpqvz1rHenKwP,42.635,-79.0455,EN,1,11.927,1,2,1,5.189,15.113,88,60,81,11.936,14.571,1,-2,56.477,1,1,62.487,-1,73.033,15.011,6,5,6,6,7,7,,17.308,6,5,6,3,5,7,It was made by the CDC,113.301,5,None,7.837,2,7,3,4,1,5,6,6.905,5,9,10,7,9,6,8,10,None,17.927,4,3,4,2,3,3,31.66,3,4,10.13,1,2002,New York,3,2,1,,7,,,9,4,2,,30.65,63e8326b8d067b28655586fb,"{""startTime"":1690225764224,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_focused"",""time"":4492}]}","{""startTime"":1690225782235,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690225670606,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":4,""label"":""tour_started""},{""time"":10593,""label"":""tour_next"",""step"":2},{""time"":12460,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690225748653,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":12761}]}",1,moderate,line,3.2,0,0,0,0,0,0,12.761,0.5,1,0,1,2 -2023-07-24 15:05:47,2023-07-24 15:16:02,0,100,615,1,2023-07-24 15:16:02,R_3OokqskL7E6Td8H,32.5845,-97.3741,EN,1,11.867,1,3,2,4.302,15.015,72,100,82,24.244,70.58,1,1,46.825,-1,1,87.875,1,34.552,15.009,5,6,6,7,7,5,,34.683,4,7,5,3,3,6,"The visualization was from a reputable source, and the data seemed to align with what I believe the data would look like.",57.02,3,,7.097,2,7,3,4,1,5,6,21.154,5,4,4,6,2,6,9,8,,22.689,2,5,5,1,5,4,35.076,3,1,14.631,2,1999,Texas,4,3,1,,3,,,17,3,2,,50.841,5ed5afc6e8229914710ada06,"{""startTime"":1690225753266,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690225788579,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690225618664,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":8979,""label"":""hovered"",""timeHovered"":8915,""week"":""2021-12-27""},{""time"":18829,""label"":""hovered"",""timeHovered"":1232,""week"":""2022-01-10""},{""time"":20063,""label"":""hovered"",""timeHovered"":1566,""week"":""2022-01-10""},{""time"":23896,""label"":""hovered"",""timeHovered"":1449,""week"":""2022-01-10""},{""time"":28732,""label"":""hovered"",""timeHovered"":1702,""week"":""2021-08-16""},{""time"":37784,""label"":""tour_next"",""step"":2},{""time"":45002,""label"":""tour_end"",""step"":2},{""time"":48899,""label"":""hovered"",""timeHovered"":1657,""week"":""2021-08-16""},{""time"":53124,""label"":""hovered"",""timeHovered"":2010,""week"":""2022-01-31""},{""time"":61331,""label"":""hovered"",""timeHovered"":1805,""week"":""2022-01-03""}]}","{""startTime"":1690225737307,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":9685,""label"":""hovered"",""timeHovered"":2547,""week"":""2021-08-16""}]}",1,simple,line,3.7,0,1,1,2.547,2.547,0,15,1,0.5,1,1,1 -2023-07-24 15:07:16,2023-07-24 15:16:11,0,100,534,1,2023-07-24 15:16:11,R_PYAzVRWcr6WYAdb,35.7704,-78.6293,EN,1,7.009,1,2,1,4.031,15.108,100,100,85,11.428,19.276,1,-3,49.97,-3,-3,68.364,-3,39.032,15.006,7,6,7,7,7,7,,16.984,6,7,6,6,4,7,Assuming the source is actually the CDC I generally believe they have accurate and trustworthy data.,42.865,5,"Unsure if it was an attention check or an actual problem, but on the page with the written response there were 3 sample questions with random filler text.",36.119,2,7,3,4,1,5,6,20.395,4,4,4,7,6,4,10,9,,24.923,3,3,3,3,4,3,42.485,1,1,11.694,1,1992,North Carolina,5,1,1,,7,,,16,4,2,,67.138,5fff70ac22e2ad0995d0d45b,"{""startTime"":1690225768158,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690225785653,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690225682243,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":6350,""label"":""tour_next"",""step"":2},{""time"":18103,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690225752671,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":6338,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2458,""week"":""52"",""id"":""chart""}]}",1,simple,bar,3.2,0,1,1,2.458,2.458,0,15,0.5,0,0,0.5,1 -2023-07-24 15:01:56,2023-07-24 15:16:31,0,100,875,1,2023-07-24 15:16:32,R_31TWXTuCS5FyqUW,42.364,-71.0265,EN,1,44.474,1,1,2,10.429,15.021,78,13,26,27.901,56.339,-2,-3,75.591,1,-3,75.866,-1,42.4,15.022,5,3,3,5,6,3,I do not trust this data. I have lost all confidence in all government sources. I find them to be biased to fit a liberal agenda.,128.997,2,1,2,2,2,3,I find it very confusing to read and follow,110.879,2,,14.227,2,7,3,4,1,5,6,24.146,1,1,1,1,1,1,1,2,,17.048,2,3,4,3,3,2,49.365,4,2,25.884,2,1967,Massachusetts,6,2,1,,7,,,3,2,1,,59.371,5f7cfe8edd75001c4eb45861,"{""startTime"":1690225744610,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690225597088,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":4348,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1537,""week"":""52"",""id"":""chart2""}]}","{""startTime"":1690225445109,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":35,""label"":""tour_started""},{""time"":9071,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2265,""week"":""14"",""id"":""chart""},{""time"":12425,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1445,""week"":""52"",""id"":""chart""},{""time"":14118,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1366,""week"":""47"",""id"":""chart""},{""time"":16251,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1990,""week"":""52"",""id"":""chart""},{""time"":19217,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6799,""week"":""6"",""id"":""chart""},{""time"":29633,""label"":""tour_next"",""step"":2},{""time"":34639,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1325,""week"":""17"",""id"":""chart2""},{""time"":38651,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1880,""week"":""32"",""id"":""chart2""},{""time"":53862,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690225580174,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":9865,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2736,""week"":""14"",""id"":""chart""},{""time"":13533,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1651,""week"":""52"",""id"":""chart""}]}",1,simple,bar,2.8,0,2,2,4.387,2.1935,3668,15,0,0.5,0,0,1 -2023-07-24 14:59:04,2023-07-24 15:16:41,0,100,1056,1,2023-07-24 15:16:41,R_XAq5ubJK7pRD2Eh,28.1412,-82.5931,EN,1,51.589,1,3,2,26.792,15.011,95,87,50,52.532,44.843,1,-2,53.856,1,1,64.448,1,47.847,15.009,6,6,6,6,6,6,,28.698,6,6,6,4,6,6,I agree with the statement because the data/visualization was provided by the CDC.,145.201,4,"I did not understand the section of the study labeled ""Click to write the question text"" or ""Click to write the statement"". The page may have not loaded correctly.",107.303,2,7,3,4,1,5,6,31.618,2,5,6,6,2,5,9,8,,84.401,3,4,4,2,4,4,85.276,4,2,23.149,1,1981,Florida,6,2,1,,7,,,7,3,2,,108.764,60ec601b8525af507f06373d,"{""startTime"":1690225529275,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690225558659,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690225413823,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":13114,""label"":""hovered"",""timeHovered"":1217,""week"":""2021-11-08""},{""time"":32055,""label"":""tour_next"",""step"":2},{""time"":38821,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690225513622,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":9044,""label"":""hovered"",""timeHovered"":1076,""week"":""2021-08-16""},{""time"":10693,""label"":""hovered"",""timeHovered"":1002,""week"":""2021-05-03""}]}",1,simple,line,3.5,0,2,2,2.078,1.039,1649,15,0.5,1,1,0.5,1 -2023-07-24 15:09:11,2023-07-24 15:16:51,0,100,460,1,2023-07-24 15:16:51,R_3MAQmyh5ad2yZ7x,30.1294,-95.4238,EN,1,4.071,1,2,2,4.663,15.011,76,94,50,22.469,21.197,1,1,40.66,1,1,33.956,-3,32.553,15.011,6,5,5,7,7,5,,25.457,5,7,6,1,2,6,The visualization is true and is represented well. ,28.629,5,,9.333,2,7,3,4,1,5,6,12.107,1,1,9,8,1,4,7,9,,16.449,3,3,3,3,3,3,16.735,5,2,10.796,1,1989,Texas,6,3,1,,7,,,8,1,2,,98.259,5ffd392153021d20d0939515,"{""startTime"":1690225885999,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690225911904,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690225808172,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":4,""label"":""tour_started""},{""time"":1664,""label"":""hovered"",""timeHovered"":1692,""week"":""2021-09-06""},{""time"":4404,""label"":""hovered"",""timeHovered"":9413,""week"":""2022-01-03""},{""time"":15538,""label"":""tour_next"",""step"":2},{""time"":18681,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690225870624,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":1703,""label"":""hovered"",""timeHovered"":2673,""week"":""2022-01-03""},{""time"":5072,""label"":""hovered"",""timeHovered"":1270,""week"":""2022-01-31""},{""time"":6402,""label"":""hovered"",""timeHovered"":4510,""week"":""2022-01-03""},{""time"":12575,""label"":""hovered"",""timeHovered"":1107,""week"":""2022-01-03""}]}",1,simple,line,3,0,4,4,9.56,2.39,10872,15,1,1,0,1,1 -2023-07-24 15:05:31,2023-07-24 15:17:06,0,100,694,1,2023-07-24 15:17:06,R_1jwaGfWqm36aExe,34.6796,-82.9325,EN,1,8.306,1,2,1,8.769,15.112,100,100,100,29.77,158.891,1,-2,72.995,1,-2,19.865,1,44.002,15.11,4,4,4,7,7,5,,34.76,7,7,7,1,5,7,Very well organized ,39.465,4,,9.304,2,7,3,4,1,5,6,44.86,1,1,1,1,1,1,11,8,,25.448,5,5,5,1,5,5,32.034,1,2,15.892,1,2000,South Carolina,3,2,1,,7,,,4,4,2,,67.765,5bdcc0e876d6d50001bc33b9,"{""startTime"":1690225830338,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":1132,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1266,""week"":""52"",""id"":""chart""}]}","{""startTime"":1690225865727,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690225609826,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":49,""label"":""tour_started""},{""time"":401,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1071,""week"":""49"",""id"":""chart""},{""time"":13394,""label"":""tour_next"",""step"":5},{""time"":30856,""label"":""cleared_brush"",""using"":""Click""},{""time"":35237,""label"":""cleared_brush"",""using"":""Click""},{""time"":38110,""label"":""cleared_brush"",""using"":""Click""},{""time"":41282,""label"":""cleared_brush"",""using"":""Click""},{""time"":54323,""label"":""cleared_brush"",""using"":""Click""},{""time"":56340,""label"":""cleared_brush"",""using"":""Click""},{""time"":67944,""label"":""moved_brush"",""startDate"":""2021-10-02"",""endDate"":""2022-02-07""},{""time"":70146,""label"":""moved_brush"",""startDate"":""2021-10-02"",""endDate"":""2022-01-09""},{""time"":72345,""label"":""tour_back"",""step"":5},{""time"":75236,""label"":""tour_next"",""step"":5},{""time"":96645,""label"":""cleared_brush"",""using"":""Click""},{""time"":101691,""label"":""started_brush"",""startDate"":""2021-07-29"",""endDate"":""2021-08-16""},{""time"":104329,""label"":""moved_brush"",""startDate"":""2021-07-29"",""endDate"":""2021-09-02""},{""time"":108593,""label"":""tour_next"",""step"":5},{""time"":115975,""label"":""moved_brush"",""startDate"":""2021-07-29"",""endDate"":""2021-10-01""},{""time"":117537,""label"":""tour_next"",""step"":5},{""time"":127518,""label"":""cleared_brush"",""using"":""Click""},{""time"":127518,""label"":""cleared_brush"",""using"":""Escape""},{""time"":129049,""label"":""tour_next"",""step"":5},{""time"":137133,""label"":""tour_end"",""step"":5},{""time"":143405,""label"":""started_brush"",""startDate"":""2021-04-22"",""endDate"":""2021-05-20""},{""time"":149900,""label"":""started_brush"",""startDate"":""2021-09-30"",""endDate"":""2021-10-29""}]}","{""startTime"":1690225814229,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":8279,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1448,""week"":""1"",""id"":""chart""},{""time"":12046,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1896,""week"":""1"",""id"":""chart""}]}",1,complex,bar,4.3,0,2,2,3.344,1.672,3767,15,0.5,0.5,1,1,3 -2023-07-24 15:06:59,2023-07-24 15:17:09,0,100,609,1,2023-07-24 15:17:09,R_2ANpVrhtZT1BQ6z,39.7684,-86.158,EN,1,4.842,1,2,2,4.155,15.006,89,68,41,24.608,27.707,1,-2,39.26,-2,1,29.89,1,99.234,15.011,5,5,6,5,4,6,,33.9,5,5,4,3,5,6,"Well... for one, you mentioned ""assume you trust this visualization"" outside of that, I would also agree to this statement due to the fact it's coming from the CDC.",51.07,3,,7.328,2,7,3,4,1,5,6,11.52,3,6,6,5,3,5,8,8,,22.601,2,3,3,3,2,2,21.964,3,2,8.19,1,1989,Minnesota,5,2,1,,7,,,8,4,2,,42.695,615c777509f34c8977bc45a7,"{""startTime"":1690225845667,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690225762767,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690225679743,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":10263,""label"":""hovered"",""timeHovered"":2567,""week"":""2021-12-27""},{""time"":19106,""label"":""tour_next"",""step"":2},{""time"":22611,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690225747324,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":2150,""label"":""hovered"",""timeHovered"":1149,""week"":""2022-01-03""}]}",1,simple,line,2.5,0,1,1,1.149,1.149,0,15,0.5,0.5,1,0.5,1 -2023-07-24 15:05:01,2023-07-24 15:17:20,0,100,739,1,2023-07-24 15:17:21,R_3j26mXjL4WWZO4J,39.6757,-86.0694,EN,1,36.007,2,,2,2.929,15.033,50,82,7,10.082,26.979,-2,1,80.515,-3,1,65.147,1,27.838,15.093,2,1,1,7,5,1,,28.023,2,6,2,1,1,1,I don't trust information from the CDC.,26.014,2,,3.684,2,7,3,4,1,5,6,12.346,2,3,7,3,1,4,2,4,,19.393,3,3,2,2,3,4,67.185,7,2,42.031,2,1978,Kentucky,3,2,1,,7,,,4,1,1,5e94fc39cc318836529fd876@email.prolific.co,83.955,5e94fc39cc318836529fd876,"{""startTime"":1690225779587,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690225817283,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":18333},{""label"":""window_focused"",""time"":22289}]}","{""startTime"":1690225664424,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":68,""label"":""tour_started""},{""time"":11224,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2317,""week"":""30"",""id"":""chart""},{""time"":15095,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3646,""week"":""6"",""id"":""chart""},{""time"":20554,""label"":""tour_next"",""step"":2},{""time"":24312,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690225761448,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_focused"",""time"":8169}]}",1,moderate,bar,2.8,0,0,0,0,0,0,0,0.5,0.5,1,0.5,2 -2023-07-24 15:06:44,2023-07-24 15:18:02,0,100,677,1,2023-07-24 15:18:02,R_22sGA9w7UgOluf4,36.6704,-121.6592,EN,1,9.384,1,3,2,10.975,15.008,100,90,54,32.231,120.088,1,1,67.365,1,1,52.681,1,52.54,15.018,7,6,6,7,7,6,,28.579,6,7,7,4,7,7,I trust the visualization because it lists its source of the information and has a good chart design. ,48.237,5,,6.571,2,7,3,4,1,5,6,18.731,5,5,2,6,6,3,10,10,,19.745,3,2,4,2,4,3,43.607,1,1,12.729,2,1987,California,3,2,1,,7,,,8,4,1,5ad6d2543660ef00019b8ce9@email.prolific.co,60.638,5ad6d2543660ef00019b8ce9,"{""startTime"":1690225880975,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690225910335,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690225689901,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":19,""label"":""tour_started""},{""time"":26888,""label"":""tour_next"",""step"":5},{""time"":41588,""label"":""cleared_brush"",""using"":""click""},{""time"":45656,""label"":""started_brush"",""startDate"":""2021-07-08"",""endDate"":""2021-10-08""},{""time"":47519,""label"":""moved_brush"",""startDate"":""2021-07-08"",""endDate"":""2021-10-08""},{""time"":52624,""label"":""moved_brush"",""startDate"":""2021-11-13"",""endDate"":""2022-02-13""},{""time"":53340,""label"":""tour_next"",""step"":5},{""time"":59216,""label"":""moved_brush"",""startDate"":""2021-10-07"",""endDate"":""2022-01-06""},{""time"":62465,""label"":""moved_brush"",""startDate"":""2021-09-29"",""endDate"":""2022-01-06""},{""time"":64331,""label"":""moved_brush"",""startDate"":""2021-05-25"",""endDate"":""2021-09-02""},{""time"":65643,""label"":""tour_next"",""step"":5},{""time"":71468,""label"":""moved_brush"",""startDate"":""2021-05-25"",""endDate"":""2021-09-02""},{""time"":73056,""label"":""cleared_brush"",""using"":""click""},{""time"":73059,""label"":""cleared_brush"",""using"":""Escape""},{""time"":75328,""label"":""tour_next"",""step"":5},{""time"":82112,""label"":""tour_end"",""step"":5},{""time"":90664,""label"":""hovered"",""timeHovered"":1282,""week"":""2021-04-12""},{""time"":93751,""label"":""hovered"",""timeHovered"":1901,""week"":""2021-05-24""},{""time"":103542,""label"":""hovered"",""timeHovered"":1220,""week"":""2022-01-10""},{""time"":104911,""label"":""hovered"",""timeHovered"":1501,""week"":""2022-01-10""},{""time"":116187,""label"":""started_brush"",""startDate"":""2021-05-17"",""endDate"":""2021-08-02""},{""time"":117334,""label"":""moved_brush"",""startDate"":""2021-05-17"",""endDate"":""2021-08-02""},{""time"":118189,""label"":""cleared_brush"",""using"":""click""},{""time"":118199,""label"":""cleared_brush"",""using"":""Escape""}]}","{""startTime"":1690225864956,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line,3,0,0,0,0,0,0,15,1,1,1,1,3 -2023-07-24 15:09:57,2023-07-24 15:18:07,0,100,489,1,2023-07-24 15:18:07,R_2xKMPO5IOvxwudH,39.1541,-76.717,EN,1,19.259,1,2,2,5.67,15.011,59,46,73,16.602,18.375,1,1,44.511,1,1,54.87,-3,25.922,15.106,4,4,4,4,4,3,,24.9,4,4,5,1,1,2,When I saw the question of if I trust it I began to doubt its validity. A lot of surveys manufacture data to experiment on people and their reactions.,76.15,6,,8.16,2,7,3,4,1,5,6,18.375,1,3,5,5,1,4,6,4,,19.735,3,2,2,3,2,3,17.353,4,5,13.825,1,1993,Texas,3,1,1,,7,,,5,4,2,,48.713,63260e13957b6901854eed9f,"{""startTime"":1690226055490,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690225960787,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690225869448,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":13490,""label"":""tour_next"",""step"":2},{""time"":15631,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690225944439,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7782,""label"":""hovered"",""timeHovered"":1416,""week"":""2021-08-16""}]}",1,moderate,line,2.5,0,1,1,1.416,1.416,0,15,1,1,0,1,2 -2023-07-24 15:02:38,2023-07-24 15:18:18,0,100,940,1,2023-07-24 15:18:19,R_3eemaFoKxsr5MFE,41.8202,-86.2404,EN,1,23.617,1,3,1,8.588,15.112,100,100,76,13.852,38.38,-2,-2,83.195,1,-2,73.401,1,70.151,15.015,4,4,5,7,6,5,"As someone trained in science and anthropology, I understand there is *always bias, so that informs my first answer. I understand total accuracy is impossible, studies are only as good as the amount, type, and reliability of data as well as the interpretation and bias management. These considerations inform my answers. I trust the scientific method and methodologies but the human factor leaves tremendous room for error. Overall, I would tend to trust this data while remaining critical and keeping an open mind.",152.824,5,7,5,5,4,5,"Please see my previous answer where I explain this as the answer applies here as well. If there is any confusion feel free to message me for more clarity. Additional: there is an error or something on this page where it looks like the questions were not entered or formatted. I will choose all the middle answers ""asdf""",99.142,4,I am not sure if this is my last chance to enter info; wondering if you changed the color for vax/unvax later in the questions. If so I may have reversed them as I have some neurodivergence issues that can cause me to transpose.,87.261,2,7,3,4,1,5,6,17.82,3,3,2,2,4,1,7,5,,28.22,3,2,4,3,3,3,27.481,1,1,10.463,1,1975,Michigan,6,1,1,,8,"European-American (whitish skin), human race. Human is my main identity all else means very little to me.",,1,2,1,johnhorus23@gmail.com,121.061,6336fecb0b27c43626068e01,"{""startTime"":1690225573317,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690225726775,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690225445182,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":9943,""label"":""hovered"",""timeHovered"":7734,""week"":""2021-10-04""},{""time"":20727,""label"":""hovered"",""timeHovered"":1483,""week"":""2021-12-06""},{""time"":23611,""label"":""hovered"",""timeHovered"":3850,""week"":""2021-12-27""},{""time"":31029,""label"":""tour_next"",""step"":2},{""time"":35011,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690225557790,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line,3,0,0,0,0,0,0,15,0,0.5,1,0.5,2 -2023-07-24 15:05:34,2023-07-24 15:18:21,0,100,767,1,2023-07-24 15:18:22,R_1rxIIDK2lFarLWk,32.3046,-89.9622,EN,1,4.9,1,1,2,4.8,15.067,45,66,55,49.784,21.951,1,1,63.351,-3,-3,88.835,-3,102.552,15.117,3,4,3,5,4,2,,36.467,5,5,6,5,5,4,"There are many weeks of data to show exponentially, and make the floor look smaller in comparison",74.202,4,,7.217,2,7,3,4,1,5,6,27.384,4,2,3,2,2,3,7,5,,94.968,4,4,4,2,4,4,13.1,4,4,9.467,1,1996,Alaska,3,2,1,,7,,,4,3,2,,38.501,5efdb606c4efc321289cb3be,"{""startTime"":1690225728805,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690225766355,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":2034},{""label"":""window_focused"",""time"":48118}]}","{""startTime"":1690225626886,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":17,""label"":""tour_started""},{""time"":2833,""label"":""tour_next"",""step"":2},{""time"":5683,""label"":""tour_end"",""step"":2},{""time"":8767,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1083,""week"":""2"",""id"":""chart2""}]}","{""startTime"":1690225713088,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar,3.7,0,0,0,0,0,0,15,1,0,0,1,1 -2023-07-24 15:11:06,2023-07-24 15:18:29,0,100,442,1,2023-07-24 15:18:30,R_32MhBrmnNAJHL9W,29.9632,-90.0753,EN,1,25.966,1,4,1,4.86,15.017,85,85,85,59.058,15.803,1,-3,28.563,-3,1,52.248,1,23.848,15.02,6,6,6,6,6,6,None,10.212,6,6,6,6,6,6,I think data is complete and shows a clear progression.,22.164,4,None,8.178,2,7,3,4,1,5,6,16.27,4,8,7,7,7,6,10,9,None,22.96,4,4,4,2,4,4,10.933,6,3,9.303,5,1973,Massachusetts,2,2,3,,10,,,19,2,1,whitehass12@gmail.com,46.878,637f85fbb4f2fffacdc681db,"{""startTime"":1690226096117,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226106816,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226011544,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":8147,""label"":""tour_next"",""step"":2},{""time"":10420,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690226080481,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":8118,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1683,""week"":""2"",""id"":""chart""},{""time"":11386,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1298,""week"":""50"",""id"":""chart""}]}",1,moderate,bar,3.7,0,2,2,2.981,1.4905,3268,15,0.5,0.5,1,0.5,2 -2023-07-24 15:11:23,2023-07-24 15:18:59,0,100,455,1,2023-07-24 15:19:00,R_2Etz9EH7dCfNye4,32.2108,-80.7459,EN,1,6.65,1,3,2,3.919,15.115,76,64,50,18.066,42.632,1,1,38.336,-1,1,64.146,1,32.822,15.113,4,4,4,6,7,4,,24.815,4,6,6,1,1,4,I have no idea if the data came from where it says.,27.581,4,,6.634,2,7,3,4,1,5,6,16.569,1,2,5,4,1,2,9,8,,16.724,5,5,5,1,4,5,19.092,4,4,9.898,1,1969,South Carolina,6,3,1,,7,,,17,4,1,5cfeea9c4954fe00165895e0@email.prolific.co,55.853,5cfeea9c4954fe00165895e0,"{""startTime"":1690226084774,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226035400,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690225937527,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":12338,""label"":""hovered"",""timeHovered"":5884,""week"":""2021-12-27""},{""time"":21121,""label"":""tour_next"",""step"":2},{""time"":28796,""label"":""tour_end"",""step"":2},{""time"":33475,""label"":""hovered"",""timeHovered"":1539,""week"":""2021-12-27""},{""time"":37164,""label"":""hovered"",""timeHovered"":1259,""week"":""2021-04-19""}]}","{""startTime"":1690226019600,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":5447,""label"":""hovered"",""timeHovered"":6504,""week"":""2021-08-16""}]}",1,simple,line,4.2,0,1,1,6.504,6.504,0,15,1,0.5,1,1,1 -2023-07-24 15:05:51,2023-07-24 15:19:00,0,100,788,1,2023-07-24 15:19:00,R_3fPooQllYxqhHr5,37.7688,-122.262,EN,1,4.126,1,2,2,3.492,15.012,92,94,85,16.276,116.341,1,-2,319.011,1,1,47.787,-3,36.499,15.014,7,7,7,7,6,7,"Nothing, thanks!",42.313,7,7,7,6,7,7,This aligns with everything that went down during this time period including what the cdc was reporting as well as various news sources and anecdotal evidence as well. ,39.668,6,"None, thanks!",14.043,2,7,3,4,1,5,6,10.689,3,4,7,5,2,3,10,10,"None, thanks!",23.176,4,4,4,2,4,4,12.366,4,2,7.498,1,2002,California,3,1,1,,7,,,17,4,1,mmcn1103@gmail.com,34.289,60960a29d02b9ada38f583b5,"{""startTime"":1690225771539,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690225814386,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690225602205,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":9631,""label"":""tour_next"",""step"":5},{""time"":19849,""label"":""tour_back"",""step"":5},{""time"":24925,""label"":""tour_next"",""step"":5},{""time"":29302,""label"":""started_brush"",""startDate"":""2021-05-29"",""endDate"":""2021-06-02""},{""time"":39728,""label"":""started_brush"",""startDate"":""2021-10-10"",""endDate"":""2022-01-07""},{""time"":41359,""label"":""tour_next"",""step"":5},{""time"":52982,""label"":""moved_brush"",""startDate"":""2021-10-10"",""endDate"":""2022-01-07""},{""time"":55920,""label"":""moved_brush"",""startDate"":""2021-09-05"",""endDate"":""2021-12-03""},{""time"":57264,""label"":""tour_next"",""step"":5},{""time"":68225,""label"":""cleared_brush"",""using"":""click""},{""time"":68226,""label"":""cleared_brush"",""using"":""Escape""},{""time"":69987,""label"":""tour_next"",""step"":5},{""time"":73910,""label"":""tour_end"",""step"":5},{""time"":77088,""label"":""started_brush"",""startDate"":""2021-04-15"",""endDate"":""2022-02-13""},{""time"":83084,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-09""}]}","{""startTime"":1690225755997,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line,3.7,0,0,0,0,0,0,15,0.5,1,0,0,3 -2023-07-24 14:59:03,2023-07-24 15:19:27,0,100,1223,1,2023-07-24 15:19:28,R_5nxTOi1SXLO17e9,33.1669,-87.5064,EN,1,18.021,1,2,2,8.443,15.016,68,64,49,56.465,189,1,-3,88.918,-1,1,90.222,-3,87.898,15.022,4,4,4,6,6,4,,84.838,2,6,5,4,4,4,Because I honestly don't know if the data is correct or not.,76.665,1,,15.347,2,7,3,4,1,5,6,39.078,5,4,3,5,5,4,7,7,,43.897,3,4,5,2,5,4,43.921,4,2,19.31,2,1971,Alabama,3,2,1,,3,,,19,1,1,5af09ff00eca060001b1379c@email.prolific.co,200.259,5af09ff00eca060001b1379c,"{""startTime"":1690225593017,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690225678498,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690225298689,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":27941,""label"":""tour_next"",""step"":5},{""time"":58415,""label"":""tour_back"",""step"":5},{""time"":78114,""label"":""hovered"",""timeHovered"":2066,""week"":""2021-05-03""},{""time"":81130,""label"":""hovered"",""timeHovered"":1317,""week"":""2021-05-31""},{""time"":84299,""label"":""hovered"",""timeHovered"":1199,""week"":""2021-06-28""},{""time"":85915,""label"":""hovered"",""timeHovered"":1569,""week"":""2021-08-16""},{""time"":91033,""label"":""tour_next"",""step"":5},{""time"":132398,""label"":""started_brush"",""startDate"":""2021-05-06"",""endDate"":""2021-06-05""},{""time"":134939,""label"":""tour_next"",""step"":5},{""time"":148614,""label"":""moved_brush"",""startDate"":""2021-05-07"",""endDate"":""2021-06-05""},{""time"":152731,""label"":""moved_brush"",""startDate"":""2021-05-07"",""endDate"":""2021-07-07""},{""time"":154086,""label"":""tour_next"",""step"":5},{""time"":163205,""label"":""cleared_brush"",""using"":""click""},{""time"":163207,""label"":""cleared_brush"",""using"":""Escape""},{""time"":165676,""label"":""tour_next"",""step"":5},{""time"":176121,""label"":""tour_end"",""step"":5},{""time"":181668,""label"":""hovered"",""timeHovered"":1225,""week"":""2022-01-24""},{""time"":183466,""label"":""hovered"",""timeHovered"":1339,""week"":""2022-01-17""}]}","{""startTime"":1690225577343,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line,3.8,0,0,0,0,0,0,15,0.5,0.5,0,0,3 -2023-07-24 15:07:46,2023-07-24 15:19:28,0,100,701,1,2023-07-24 15:19:29,R_4H03IfmCeLFsxnr,40.2783,-111.7198,EN,1,6.315,1,3,1,7.341,15.018,83,66,66,30.961,139.961,1,1,43.858,-3,1,59.03,-3,36.011,15.019,6,6,6,6,5,6,,30.409,6,5,6,5,2,5,I don't see any of the particular sources used to construct it,71.415,5,,12.515,2,7,3,4,1,5,6,26.12,3,3,4,3,8,3,10,7,,24.178,5,4,5,1,4,5,47.515,2,1,15.661,1,1979,Utah,6,3,1,,7,,,8,1,2,,66.235,5f6837758ab63d4814ea553f,"{""startTime"":1690226035357,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690225934626,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690225741969,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":22213,""label"":""hovered"",""timeHovered"":9699,""week"":""2021-12-13""},{""time"":34721,""label"":""hovered"",""timeHovered"":1045,""week"":""2021-12-06""},{""time"":36650,""label"":""hovered"",""timeHovered"":3887,""week"":""2022-01-10""},{""time"":41141,""label"":""hovered"",""timeHovered"":1521,""week"":""2021-12-20""},{""time"":44659,""label"":""hovered"",""timeHovered"":1142,""week"":""2021-11-22""},{""time"":48730,""label"":""tour_next"",""step"":5},{""time"":66029,""label"":""started_brush"",""startDate"":""2021-06-07"",""endDate"":""2021-07-03""},{""time"":69542,""label"":""started_brush"",""startDate"":""2021-09-14"",""endDate"":""2022-02-13""},{""time"":71180,""label"":""tour_next"",""step"":5},{""time"":83838,""label"":""moved_brush"",""startDate"":""2021-05-26"",""endDate"":""2021-10-25""},{""time"":85091,""label"":""tour_next"",""step"":5},{""time"":98295,""label"":""cleared_brush"",""using"":""click""},{""time"":100769,""label"":""tour_next"",""step"":5},{""time"":112448,""label"":""tour_end"",""step"":5},{""time"":120503,""label"":""started_brush"",""startDate"":""2021-08-08"",""endDate"":""2021-08-27""},{""time"":121133,""label"":""cleared_brush"",""using"":""click""},{""time"":127170,""label"":""started_brush"",""startDate"":""2021-06-07"",""endDate"":""2021-10-11""}]}","{""startTime"":1690225919057,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line,4,0,0,0,0,0,0,15,1,0.5,0,0,3 -2023-07-24 15:09:39,2023-07-24 15:19:32,0,100,593,1,2023-07-24 15:19:32,R_1IQbwLaGhnF8aR5,42.2299,-87.8426,EN,1,4.214,2,,2,3.326,15.028,68,100,65,31.345,51.141,1,1,39.708,1,1,57.724,-3,64.844,15.021,5,4,4,6,6,5,,59.305,4,7,6,4,3,4,"The data in the visualization was noted to be from the CDC, which I don't trust on principle as a national organization.",80.606,4,,4.416,2,7,3,4,1,5,6,10.99,2,2,4,4,3,3,4,4,,26.109,3,3,4,2,4,3,23.079,6,2,8.111,1,1997,Illinois,2,1,2,,4,,,6,2,2,,55.824,6294584c8601739c2c920cf6,"{""startTime"":1690225976226,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690226036964,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690225842767,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":8193,""label"":""tour_next"",""step"":5},{""time"":21136,""label"":""started_brush"",""startDate"":""2021-07-09"",""endDate"":""2021-08-06""},{""time"":23952,""label"":""started_brush"",""startDate"":""2021-11-18"",""endDate"":""2022-02-11""},{""time"":24649,""label"":""cleared_brush"",""using"":""click""},{""time"":26650,""label"":""started_brush"",""startDate"":""2021-10-06"",""endDate"":""2021-10-16""},{""time"":27621,""label"":""moved_brush"",""startDate"":""2021-10-06"",""endDate"":""2021-11-16""},{""time"":27944,""label"":""moved_brush"",""startDate"":""2021-10-06"",""endDate"":""2021-11-16""},{""time"":29681,""label"":""started_brush"",""startDate"":""2021-08-01"",""endDate"":""2021-11-01""},{""time"":30473,""label"":""tour_next"",""step"":5},{""time"":37512,""label"":""moved_brush"",""startDate"":""2021-08-02"",""endDate"":""2021-11-02""},{""time"":38181,""label"":""tour_next"",""step"":5},{""time"":45702,""label"":""cleared_brush"",""using"":""click""},{""time"":46503,""label"":""tour_next"",""step"":5},{""time"":48947,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690225959643,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":5751},{""label"":""window_focused"",""time"":7905}]}",1,complex,line,3.2,0,0,0,0,0,0,5.751,1,1,0,0,3 -2023-07-24 15:15:28,2023-07-24 15:20:12,0,100,283,1,2023-07-24 15:20:12,R_6s7RibFU8iL7MGt,40.3909,-74.1153,EN,1,15.722,1,2,1,2.567,15.011,100,100,23,8.472,21.096,1,-3,8.984,1,1,6.155,-3,3.924,15.019,7,7,7,7,7,7,,10.439,7,7,7,7,7,7,"Scientific data does not lie. If this information was actually collected and organized accordingly, I have no reason not to trust it.",38.261,4,,3.802,2,7,3,4,1,5,6,14.588,1,1,1,1,1,1,11,10,,10.73,4,4,5,2,4,5,14.994,3,1,6.28,2,1991,New York,7,1,1,,7,,,10,4,1,61281debe85082cc937dd9ae@email.prolific.co,46.789,61281debe85082cc937dd9ae,"{""startTime"":1690226227818,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690226239413,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690226183311,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":165,""label"":""tour_started""},{""time"":4382,""label"":""tour_next"",""step"":5},{""time"":11543,""label"":""started_brush"",""startDate"":""2021-09-02"",""endDate"":""2021-12-19""},{""time"":12390,""label"":""tour_next"",""step"":5},{""time"":14326,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-07-22""},{""time"":14917,""label"":""tour_next"",""step"":5},{""time"":16869,""label"":""cleared_brush"",""using"":""Click""},{""time"":16869,""label"":""cleared_brush"",""using"":""Escape""},{""time"":17804,""label"":""tour_next"",""step"":5},{""time"":19102,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690226211089,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar,4,0,0,0,0,0,0,15,0.5,1,0,0,3 -2023-07-24 15:07:42,2023-07-24 15:20:28,0,100,766,1,2023-07-24 15:20:29,R_3JI9MFuS9OmpARV,40.8124,-82.9675,EN,1,15.168,1,3,2,11.745,15.114,93,76,37,33.325,88.272,-2,1,77.534,-2,1,70.024,1,64.206,15.117,4,2,5,5,6,5,,52.484,5,6,6,5,5,7,"the question said ""assuming you trust this data"" so I was assuming that I trusted the data and that the visualization was a good representation of the data and seemed to make sense to me in a way that I could understand.",61.866,4,,8.705,2,7,3,4,1,5,6,31.95,1,1,1,3,4,3,10,8,,32.184,4,5,4,2,5,5,26.576,1,1,16.778,2,1981,Ohio,3,2,1,,9,,Bucyrus,3,3,1,s.larie.s@gmail.com,76.493,5d3130288e458600186e63c7,"{""startTime"":1690225930298,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690225983310,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690225754554,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":4,""label"":""tour_started""},{""time"":2297,""label"":""hovered"",""timeHovered"":1683,""week"":""2021-07-26""},{""time"":8012,""label"":""hovered"",""timeHovered"":1066,""week"":""2021-12-27""},{""time"":10696,""label"":""hovered"",""timeHovered"":4513,""week"":""2021-11-08""},{""time"":17142,""label"":""hovered"",""timeHovered"":1416,""week"":""2021-08-16""},{""time"":37765,""label"":""tour_next"",""step"":2},{""time"":43110,""label"":""tour_end"",""step"":2},{""time"":52771,""label"":""hovered"",""timeHovered"":1567,""week"":""2022-01-10""},{""time"":56088,""label"":""hovered"",""timeHovered"":1386,""week"":""2021-11-29""},{""time"":61011,""label"":""hovered"",""timeHovered"":2184,""week"":""2022-01-03""},{""time"":64010,""label"":""hovered"",""timeHovered"":1356,""week"":""2021-08-23""},{""time"":66591,""label"":""hovered"",""timeHovered"":1603,""week"":""2022-01-17""},{""time"":81771,""label"":""hovered"",""timeHovered"":1496,""week"":""2022-01-17""}]}","{""startTime"":1690225914250,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":9933,""label"":""hovered"",""timeHovered"":1115,""week"":""2022-01-03""},{""time"":11850,""label"":""hovered"",""timeHovered"":1213,""week"":""2022-01-10""},{""time"":14938,""label"":""hovered"",""timeHovered"":1011,""week"":""2022-01-10""}]}",1,moderate,line,4.2,0,3,3,3.339,1.113,5005,15,0.5,0.5,1,0.5,2 -2023-07-24 14:55:03,2023-07-24 15:20:29,0,100,1526,1,2023-07-24 15:20:29,R_SPi6mm7KZbFv585,32.2079,-95.3948,EN,1,63.495,1,2,1,16.17,15.007,58,82,45,114.216,158.917,1,1,114.822,1,1,85.385,-3,49.581,15.008,4,2,4,5,1,5,"""Click to write the question"" instructions were confusing.",127.165,6,6,6,2,5,5,Reports are always skewed in some way and I would need more proof of the data.,347.373,1,,12.054,2,7,3,4,1,5,6,46.976,2,2,5,3,1,4,9,7,,48.188,4,3,4,2,4,3,55.036,2,3,35.355,2,1989,Texas,4,2,1,,7,,,5,4,2,,136.179,60ef6073d7d6db28220a84ba,"{""startTime"":1690225765032,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690225359824,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":2569,""label"":""started_brush"",""startDate"":""2021-06-28"",""endDate"":""2021-10-01""}]}","{""startTime"":1690225134782,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":19091,""label"":""hovered"",""timeHovered"":3686,""week"":""2021-12-13""},{""time"":33589,""label"":""hovered"",""timeHovered"":1267,""week"":""2021-11-29""},{""time"":36926,""label"":""hovered"",""timeHovered"":1434,""week"":""2022-01-24""},{""time"":44083,""label"":""hovered"",""timeHovered"":2001,""week"":""2022-01-10""},{""time"":47691,""label"":""tour_next"",""step"":5},{""time"":76863,""label"":""started_brush"",""startDate"":""2021-07-24"",""endDate"":""2021-07-26""},{""time"":79703,""label"":""started_brush"",""startDate"":""2021-08-08"",""endDate"":""2021-12-03""},{""time"":88732,""label"":""started_brush"",""startDate"":""2021-05-12"",""endDate"":""2022-02-13""},{""time"":96567,""label"":""tour_next"",""step"":5},{""time"":111776,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-01-12""},{""time"":113843,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-01-12""},{""time"":115705,""label"":""moved_brush"",""startDate"":""2021-04-23"",""endDate"":""2022-01-24""},{""time"":116619,""label"":""tour_next"",""step"":5},{""time"":129389,""label"":""cleared_brush"",""using"":""click""},{""time"":132663,""label"":""tour_next"",""step"":5},{""time"":141827,""label"":""tour_end"",""step"":5},{""time"":149733,""label"":""started_brush"",""startDate"":""2021-06-25"",""endDate"":""2022-02-13""},{""time"":155972,""label"":""moved_brush"",""startDate"":""2021-06-25"",""endDate"":""2022-02-13""}]}","{""startTime"":1690225344316,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line,3.3,0,0,0,0,0,0,15,1,1,0,0,3 -2023-07-24 15:11:02,2023-07-24 15:20:36,0,100,573,1,2023-07-24 15:20:37,R_YPLnJVpsBu5GECJ,26.2729,-80.26,EN,1,10.709,1,4,1,6.249,15.065,100,77,82,71.156,92.99,1,1,29.411,1,1,37.22,1,34.361,15.079,6,3,6,6,7,6,,20.863,3,6,6,6,6,6,"It seems to make sense. Vaccinated people should get COVID more than unvaccinated, and younger people should get COVID more often than older people because older people took more precautions.",64.286,6,,5.482,2,7,3,4,1,5,6,13.219,6,10,10,9,10,4,11,11,,19.2,5,5,5,1,5,5,14.622,2,1,6.857,2,1969,Florida,6,3,1,,7,,,15,2,2,,57.758,63f52af01929360880074598,"{""startTime"":1690226215401,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690226131514,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690225985010,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":54,""label"":""tour_started""},{""time"":26012,""label"":""tour_next"",""step"":5},{""time"":37444,""label"":""started_brush"",""startDate"":""2021-05-04"",""endDate"":""2022-01-11""},{""time"":39442,""label"":""moved_brush"",""startDate"":""2021-06-06"",""endDate"":""2022-02-13""},{""time"":44542,""label"":""moved_brush"",""startDate"":""2021-12-11"",""endDate"":""2022-02-13""},{""time"":47203,""label"":""tour_next"",""step"":5},{""time"":59090,""label"":""moved_brush"",""startDate"":""2021-11-21"",""endDate"":""2022-02-13""},{""time"":61340,""label"":""moved_brush"",""startDate"":""2021-09-01"",""endDate"":""2021-11-23""},{""time"":62219,""label"":""tour_next"",""step"":5},{""time"":65442,""label"":""cleared_brush"",""using"":""click""},{""time"":67313,""label"":""tour_next"",""step"":5},{""time"":70197,""label"":""tour_end"",""step"":5},{""time"":76990,""label"":""started_brush"",""startDate"":""2021-10-06"",""endDate"":""2021-11-30""},{""time"":81031,""label"":""started_brush"",""startDate"":""2021-12-14"",""endDate"":""2022-02-13""},{""time"":84165,""label"":""cleared_brush"",""using"":""click""}]}","{""startTime"":1690226115205,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":6165,""label"":""started_brush"",""startDate"":""2021-04-27"",""endDate"":""2021-06-13""},{""time"":7653,""label"":""cleared_brush"",""using"":""click""}]}",1,complex,line,4.3,1,2,0,0,0,1488,15,1,1,1,1,3 -2023-07-24 15:09:15,2023-07-24 15:20:44,0,100,689,1,2023-07-24 15:20:45,R_2CHrOpPGpQVc18y,33.7315,-84.4195,EN,1,7.781,1,2,2,5.409,15.11,64,68,49,39.827,87.369,1,1,59.67,-2,1,52.124,1,114.162,15.112,7,7,7,7,7,7,,18.691,7,7,7,6,4,7,It comes from the CDC,36.948,4,,6.976,2,7,3,4,1,5,6,25.977,8,6,5,6,9,6,11,10,,27.501,2,2,2,4,3,3,34.582,1,2,10.143,2,2000,Georgia,3,2,1,,3,,,1,4,1,5e5dba9e3d60470d71dde9ef@email.prolific.co,82.713,5e5dba9e3d60470d71dde9ef,"{""startTime"":1690226058299,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690226077672,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690225839863,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":10126,""label"":""tour_next"",""step"":5},{""time"":15581,""label"":""cleared_brush"",""using"":""click""},{""time"":24729,""label"":""cleared_brush"",""using"":""click""},{""time"":31609,""label"":""started_brush"",""startDate"":""2021-09-03"",""endDate"":""2021-09-30""},{""time"":32436,""label"":""tour_next"",""step"":5},{""label"":""window_blurred"",""time"":43259},{""label"":""window_focused"",""time"":45286},{""time"":47346,""label"":""moved_brush"",""startDate"":""2021-07-11"",""endDate"":""2021-08-06""},{""time"":50104,""label"":""moved_brush"",""startDate"":""2021-07-14"",""endDate"":""2021-08-09""},{""time"":50838,""label"":""tour_next"",""step"":5},{""time"":58873,""label"":""cleared_brush"",""using"":""click""},{""time"":58875,""label"":""cleared_brush"",""using"":""Escape""},{""time"":60470,""label"":""tour_next"",""step"":5},{""time"":63964,""label"":""tour_end"",""step"":5},{""time"":74053,""label"":""hovered"",""timeHovered"":1712,""week"":""2022-01-10""},{""time"":77906,""label"":""hovered"",""timeHovered"":8186,""week"":""2022-01-10""}]}","{""startTime"":1690226042408,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":6433,""label"":""hovered"",""timeHovered"":1727,""week"":""2022-01-17""}]}",1,complex,line,2.7,0,1,1,1.727,1.727,0,15,1,0.5,1,1,3 -2023-07-24 15:07:00,2023-07-24 15:20:45,0,100,824,1,2023-07-24 15:20:45,R_pyiR7Hbcu04wIJH,47.5364,-122.278,EN,1,12.761,1,3,2,8.732,15.126,86,95,80,15.04,138.861,1,1,79.461,-3,-3,68.472,1,34.163,15.122,5,5,5,6,6,5,"The previous question was unfinished and still had generic headings asking to be filled in. ""Put your statement here... Phrase 1... Phrase 2... etc.""",121.012,6,6,6,6,4,6,"I'd have to check the source, but it seems coherent and expertly created based on real data.",77.908,4,,9.453,2,7,3,4,1,5,6,22.677,4,8,3,8,6,5,10,9,,29.814,3,3,4,3,4,3,30.437,1,2,16.037,2,1989,Washington,3,3,1,,7,,,6,4,1,spunkyfrog2@gmail.com,63.2,5bbc4bd1f83ac60001fe665e,"{""startTime"":1690225994566,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690225881409,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690225690463,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":27,""label"":""tour_started""},{""time"":12912,""label"":""tour_next"",""step"":5},{""time"":36187,""label"":""cleared_brush"",""using"":""Click""},{""time"":49946,""label"":""cleared_brush"",""using"":""Click""},{""time"":52041,""label"":""cleared_brush"",""using"":""Click""},{""time"":56507,""label"":""cleared_brush"",""using"":""Click""},{""time"":59257,""label"":""tour_back"",""step"":5},{""time"":67301,""label"":""tour_next"",""step"":5},{""time"":70436,""label"":""cleared_brush"",""using"":""Click""},{""time"":73040,""label"":""cleared_brush"",""using"":""Click""},{""time"":75482,""label"":""tour_back"",""step"":5},{""time"":78363,""label"":""tour_next"",""step"":5},{""time"":82623,""label"":""cleared_brush"",""using"":""Click""},{""time"":87159,""label"":""cleared_brush"",""using"":""Click""},{""label"":""window_blurred"",""time"":98944},{""label"":""window_focused"",""time"":101639},{""label"":""window_blurred"",""time"":116284},{""label"":""window_focused"",""time"":138661}]}","{""startTime"":1690225865527,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar,3.3,0,0,0,0,0,0,15,1,0,1,1,3 -2023-07-24 15:06:42,2023-07-24 15:21:03,0,100,860,1,2023-07-24 15:21:03,R_3ozTlQymBFC7pf2,40.2692,-80.1611,EN,1,6.973,2,,1,3.404,15.014,47,38,49,17.626,43.49,-1,1,72.047,-3,1,101.737,-2,39.854,15.013,4,4,4,6,3,4,"The stacked bar is slightly confusing in that it shows the aggregated total, but abstracting the respective totals is a little challenging. I think a ratio would be beneficial. since these numbers definitely have some element of seasonality to them.",203.571,3,5,3,2,3,4,"I don't distrust the visualization, I have some doubts as to the numbers though.",55.538,6,"Thank you for allowing me to participate! I will say you did have a few questions where the prompts weren't complete. I saw ""Click to write 1"" ""Click to write 2"" ""click to write 3"" at some point.",56.091,2,7,3,4,1,5,6,22.256,1,1,10,10,1,7,8,9,"Thank you so much for allowing me to participate! Also, please see my previous comments about ""Click to write 1"", Click to write 2"", ect.",49.638,4,4,5,2,5,4,32.478,7,1,8.705,1,1988,Pennsylvania,6,1,1,,7,,,14,1,1,62f716849a6ee6e7e2f5a948@email.prolific.co,51.234,62f716849a6ee6e7e2f5a948,"{""startTime"":1690225818941,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226023348,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690225656802,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":17,""label"":""tour_started""},{""time"":29808,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1594,""week"":""51"",""id"":""chart""},{""time"":31470,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2246,""week"":""52"",""id"":""chart""},{""time"":33802,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1246,""week"":""51"",""id"":""chart""},{""time"":36463,""label"":""tour_next"",""step"":2},{""time"":39467,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690225803248,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":2985,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1208,""week"":""3"",""id"":""chart""},{""time"":5353,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3965,""week"":""3"",""id"":""chart""}]}",1,moderate,bar,4,0,2,2,5.173,2.5865,2368,15,0.5,0.5,0,0.5,2 -2023-07-24 15:03:01,2023-07-24 15:21:26,0,100,1104,1,2023-07-24 15:21:27,R_12KB1YG5vwYL1h9,36.175,-115.1372,EN,1,14.957,1,1,1,15.18,15.109,92,100,51,40.619,138.174,1,1,88.922,-1,1,58.604,1,69.247,15.021,5,3,3,5,3,5,,48.51,3,6,6,3,5,5,"I can't automatically trust the visualization without knowing how the data was collected. Where was the data gathered? On the surface the chart looks correct, but I'd need more information to know for sure. ",288.833,4,There was a question following the prompt that asked me to explain why I found the visualization slightly trustworthy that appeared to have an error. I will send a screenshot of what showed on my end. ,57.945,2,7,3,4,1,5,6,20.112,1,2,6,5,4,2,8,7,,26.981,3,3,5,2,4,3,27.325,2,1,11.118,2,1982,Nevada,3,2,1,,7,,,11,4,1,614b93c99681921c8e9cec09@email.prolific.co,87.594,614b93c99681921c8e9cec09,"{""startTime"":1690225696167,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690225748908,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690225482007,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":26891,""label"":""hovered"",""timeHovered"":10155,""week"":""2022-01-24""},{""time"":37808,""label"":""hovered"",""timeHovered"":1614,""week"":""2022-01-17""},{""time"":39717,""label"":""hovered"",""timeHovered"":2597,""week"":""2022-01-17""},{""time"":45201,""label"":""tour_next"",""step"":2},{""time"":85531,""label"":""tour_end"",""step"":2},{""time"":87613,""label"":""hovered"",""timeHovered"":1956,""week"":""2021-05-31""},{""time"":91299,""label"":""hovered"",""timeHovered"":1812,""week"":""2021-07-05""},{""time"":97596,""label"":""hovered"",""timeHovered"":1955,""week"":""2022-01-03""},{""time"":99846,""label"":""hovered"",""timeHovered"":1068,""week"":""2022-01-10""},{""time"":108282,""label"":""hovered"",""timeHovered"":27753,""week"":""2021-08-30""}]}","{""startTime"":1690225680418,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line,3.3,0,0,0,0,0,0,15,1,0.5,1,0.5,2 -2023-07-24 15:10:08,2023-07-24 15:21:27,0,100,679,1,2023-07-24 15:21:28,R_2A1pBIcKUJDT2nG,37.9653,-87.3902,EN,1,7.904,1,3,1,17.001,15.01,60,94,51,53.704,44.874,1,1,39.954,1,1,55.113,-3,29.899,15.012,3,3,3,7,7,3,something just seems off about this data,84.217,3,6,4,1,1,3,those numbers just don't seem accurate from all the other data i've seen during 2021,61.306,6,,8.369,2,7,3,4,1,5,6,17.102,3,3,9,8,2,9,8,8,,32.327,5,5,5,5,5,4,30.058,7,2,17.792,1,1965,Michigan,6,2,1,,7,,,7,2,2,,91.841,623a852297e9f3cf18936579,"{""startTime"":1690226032754,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226118236,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690225915146,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":10275,""label"":""tour_next"",""step"":2},{""time"":18938,""label"":""tour_end"",""step"":2},{""time"":22713,""label"":""hovered"",""timeHovered"":3063,""week"":""2022-01-03""},{""time"":25846,""label"":""hovered"",""timeHovered"":1102,""week"":""2022-01-10""},{""time"":29206,""label"":""hovered"",""timeHovered"":3845,""week"":""2022-01-24""},{""time"":34220,""label"":""hovered"",""timeHovered"":3645,""week"":""2021-08-23""},{""time"":37878,""label"":""hovered"",""timeHovered"":2779,""week"":""2021-08-23""}]}","{""startTime"":1690226016991,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line,4.8,0,0,0,0,0,0,15,1,1,0,1,2 -2023-07-24 15:15:10,2023-07-24 15:21:32,0,100,382,1,2023-07-24 15:21:32,R_3RaxbIjinru5QBv,38.8025,-90.3448,EN,1,4.952,1,2,1,3.802,16.195,91,83,70,10.59,25.144,1,1,27.141,-2,1,24.786,-3,9.903,15.014,6,2,6,6,7,6,,20.838,3,6,7,4,2,6,I trust the CDC and the information that they put out.,17.123,3,,7.024,2,7,3,4,1,5,6,8.159,1,1,6,3,1,1,10,9,,72.953,4,4,4,2,5,4,17.178,3,1,21.861,2,1968,Missouri,6,2,1,,7,,,14,3,1,63c6d6d5e132610bf009230d@email.prolific.co,39.999,63c6d6d5e132610bf009230d,"{""startTime"":1690226220530,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226241748,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226154339,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":15756,""label"":""hovered"",""timeHovered"":1400,""week"":""2022-01-10""},{""time"":19427,""label"":""hovered"",""timeHovered"":1382,""week"":""2022-01-10""},{""time"":21605,""label"":""tour_next"",""step"":2},{""time"":23956,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690226205131,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":5439,""label"":""hovered"",""timeHovered"":1136,""week"":""2022-01-03""},{""time"":11669,""label"":""hovered"",""timeHovered"":1405,""week"":""2022-01-10""}]}",1,moderate,line,3.8,0,2,2,2.541,1.2705,6230,15,1,0.5,0,0.5,2 -2023-07-24 15:05:50,2023-07-24 15:21:50,0,100,960,1,2023-07-24 15:21:51,R_3MLSDr13PYtXXqT,38.7645,-94.8198,EN,1,15.766,1,2,2,5.873,15.005,71,100,50,59.4,51.726,1,1,56.434,-3,-3,166.257,-3,99.929,15.105,6,4,6,6,6,6,,41.266,5,7,7,4,6,6,"While on its own I thought it was a bit oversimplified, I still trusted it because it was consistent with a lot of other reporting I saw during the time.",111.217,2,,12.097,2,7,3,4,1,5,6,19.071,1,4,5,6,6,2,9,9,,46.682,4,4,5,1,4,4,25.054,3,1,16.64,2,1975,Kansas,3,3,1,,7,,,8,2,2,,92.724,62e154770b9035b7054f03e1,"{""startTime"":1690225962455,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690225780353,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":41360,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3917,""week"":""52"",""id"":""chart""}]}","{""startTime"":1690225654305,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":30,""label"":""tour_started""},{""time"":16591,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1417,""week"":""30"",""id"":""chart""},{""time"":25949,""label"":""tour_next"",""step"":2},{""time"":35806,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2214,""week"":""52"",""id"":""chart2""},{""time"":39253,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1966,""week"":""52"",""id"":""chart2""},{""time"":48567,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690225764580,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":6258,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1326,""week"":""52"",""id"":""chart2""}]}",1,simple,bar,3.7,0,1,1,1.326,1.326,0,15,1,0,0,1,1 -2023-07-24 14:35:57,2023-07-24 15:22:08,0,100,2770,1,2023-07-24 15:22:09,R_3CMRoVeeKT4b4Zz,30.1909,-85.6696,EN,1,26.467,2,,2,3.14,15.007,60,59,58,77.247,36.103,1,-2,99.27,1,1,142.524,1,121.878,15.016,5,1,2,7,6,4,"I have worked in Pathology & studies pathogens. So I know that covid was a hoax personally! It is the common cold. Common cold is caused by either coronavirus or rhinovirus. The 1st time a new virus enters an unprotected population (smallpox vs Native Americans) is has a devastating effect until natural immunity builds up. Weaker viruses appear stronger the first time around. A balance is eventually struck between humanity & nature. Now that most people have caught it 3-4 times & the virus has mutated 6-7 times it's getting less virulent each time. Also, you should NEVER attempt to vaccinate DURING a pandemic because you cannot keep up with the spread of the disease & the disease will always out mutate your vaccines, plus you could create a superbug. We messed up BAD & got lucky. We should have just let everyone catch it & then vaccinated 5 years later if we wanted to attempt to minimize losses - but only keep the vaccine to high risk people. So what does this mean for the data? It means that the data can very well be REAL. It's just raw data. However, depending on what news source you see it in or how they use it in CONTEXT it could be used to say ""vaccines are safe & effective!"" Or it could be used to prove that they aren't because many people still get the virus without it. Context matters. Personally, only the J&J vaccine was developed using verified safe means but that's the ONLY one the FDA denied. I was unable to get that vaccine - so I decided not to get ANY. I've still remained free of COVID :) haha! I would NOT trust any of the guinea pig vaccines for various reasons that are too long to go into here. It's all about risk/reward. Why take ANYTHING to protect yourself against something that has a .05% chance of killing you? It's the Lipitor factor. Lipitor has a 1/300 chance to work on you but a 1/15 chance of giving you side effects. Why take Lipitor? We are a drug addicted nation. I feel bad for everyone with that vaccine inside their bodies & them calling it ""misinformation"" when their kids have autism. We find out every day that what was yesterday's ""misinformation"" is tommorrow's news. (MK Ultra, Tuskeekee Experiments, Hunter Biden's Laptop, Trump stealing the election, covid made in a lab, the CIA killing JFK, 9/11 being an inside job, etc). These are all verified facts today. So a chart is only a chart in a vacuum. It's used for good or evil depending on what's attached to that chart. Hopefully THIS chart is attached to an article saying DONT GET VACCINES!! THEY ARENT TESTED!! COVID isn't a dangerous virus! (Exception to rule: immunocompromised/elderly - then take ONE shot). Hope you learned something today! ",852.498,3,7,4,4,4,2,"As I've said before I've seen firsthand working in the medical industry how information can be twisted. For example, a Dr see's a Patient. Dx that pt. Says they have an infection (lets say strep throat), but that pt already also has AIDS. A medical coder takes the paperwork & codes it. ICD-10 has strict coding rules & you MUST add AIDS 0.42 ICD-9 or B20 ICD-10, & depending if AIDS was the PRIMARY REASON for the infection or not it depends on WHERE you put the B20... does it go first? Or second? Now you get a new coder who puts B20 then dx the ICD-10 code for strep underneath it.. your stats there will say that this strep was CAUSED BY THE AIDS!! Got it? When the Dr CLEARLY stated that someone coughed on them & they GOT the strep like you & I would have - because the pt said their whole family has strep - so it SHOULD have been coded strep THEN B20/HIV. +StartDate,EndDate,Status,Progress,Duration (in seconds),Finished,RecordedDate,ResponseId,LocationLatitude,LocationLongitude,UserLanguage,Consent Form,consent-time_Page Submit,covid-vaccine,covid-vaccine-doses,covid-infection,covid-time_Page Submit,intro-vis-time_Page Submit,affect-science_1,affect-clarity_1,affect-aesthetic_1,initial-time_Page Submit,tour-time_Page Submit,simple-vlat-1,simple-vlat-2,simple-vlat-time_Page Submit,moderate-vlat-1,moderate-vlat-2,moderate-vlat-time_Page Submit,complex-vlat-1,complex-vlat-time_Page Submit,explore-time_Page Submit,data-trust_1,data-trust_2,data-trust_3,data-trust_4,data-trust_5,data-trust_6,data-trust-exp,data-trust-time_Page Submit,vis-trust_1,vis-trust_2,vis-trust_3,vis-trust_4,vis-trust_5,vis-trust_6,vis-trust-exp,vis-trust-time_Page Submit,interpersonal-trust_1,interper-trust-exp,interper-trust-time_Page Submit,attention-check_1,attention-check_2,attention-check_3,attention-check_4,attention-check_5,attention-check_6,attention-check_7,attention-check-time_Page Submit,trust-in-science_1,trust-in-science_2,trust-in-science_3,trust-in-science_4,trust-in-science_5,trust-in-science_6,trust-in-science_7,trust-in-science_8,trust-science-exp,trust-science-time_Page Submit,cognition_1,cognition_2,cognition_3,cognition_4,cognition_5,cognition_6,need-cognition-time_Page Submit,political_views,covid_information,politics_time_Page Submit,Gender,Age,State_1,Education,Parents_education,Language,Language_4_TEXT,Ethnicity,Ethnicity_8_TEXT,Ethnicity_9_TEXT,Income,Religion,Interview,demographics_time_Page Submit,PROLIFIC_PID,provenance-data,provenance-vis,provenance-tour,provenance-explore,isCovidData,complexity,chartType,need_for_cognition,brushed,explore_interactions,hover_interactions,total_hover_time,avg_hover_time,explore_time,explore_active_time,vlat_simple,vlat_moderate,vlat_complex,assigned_vlat,ordinal_complexity +2023-07-24 14:11:19,2023-07-24 14:22:11,0,100,651,1,2023-07-24 14:22:11,R_1Kd8nCnLse6A3Bk,47.2109,-122.4147,EN,1,6.8870000000000005,1,3.0,2,6.992000000000001,15.012,93,96,50,21.333000000000002,61.583999999999996,1,-3,120.50200000000001,-3,1,95.38799999999999,1,52.236999999999995,15.122,4,4,4,6,6,5,,26.165,4,6,6,6,4,6,The data is clearly presented.,30.068,3,"Nothing, thanks",13.312999999999999,2,7,3,4,1,5,6,23.642,1,3,1,3,3,1,7,5,,17.807000000000002,3,5,4,3,3,3,18.037,1,1,9.682,4,1973,Washington,9,1,1,,7,,,12,4,2,70.262,60fcf0d2f2038f65598d7f03,"{""startTime"":1690222596809,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690222538739,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690222339403,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":10505,""label"":""tour_next"",""step"":2},{""time"":17637,""label"":""tour_end"",""step"":2},{""time"":18682,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1116,""week"":""51"",""id"":""chart2""},{""time"":23817,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1029,""week"":""48"",""id"":""chart2""}]}","{""startTime"":1690222523140,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":7720,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1317,""week"":""1"",""id"":""chart2""},{""time"":9187,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1145,""week"":""52"",""id"":""chart2""},{""time"":10385,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2315,""week"":""51"",""id"":""chart2""}]}",1,simple,bar,3.5,0,3,3,4.777,1.5923333333333334,2665,15.0,0.5,0.5,1,0.5,1 +2023-07-24 14:13:16,2023-07-24 14:23:13,0,100,596,1,2023-07-24 14:23:14,R_8DmanZuAHqkskKJ,39.1215,-86.5784,EN,1,2.802,1,2.0,1,5.169,15.110999999999999,77,78,50,20.38,54.799,1,1,45.225,-3,1,78.877,-1,98.65700000000001,15.011,4,4,4,5,5,4,,29.000999999999998,4,5,3,6,3,4,I don't have any reason to believe or not believe the visualization,70.384,1,,8.037,2,7,3,4,1,5,6,17.935,6,6,7,8,6,6,8,9,,25.765,2,2,3,3,2,3,23.603,1,2,8.18,2,2000,Indiana,6,3,1,,2,,,17,4,2,33.543,62e3fc91bf734f6dbbc0ca15,"{""startTime"":1690222716596,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690222622537,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690222452628,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":12618,""label"":""tour_next"",""step"":5},{""time"":22124,""label"":""started_brush"",""startDate"":""2021-06-08"",""endDate"":""2021-10-15""},{""time"":26459,""label"":""moved_brush"",""startDate"":""2021-06-08"",""endDate"":""2021-10-26""},{""time"":30599,""label"":""moved_brush"",""startDate"":""2021-10-26"",""endDate"":""2022-02-12""},{""time"":31636,""label"":""tour_next"",""step"":5},{""time"":34507,""label"":""moved_brush"",""startDate"":""2021-11-28"",""endDate"":""2022-02-12""},{""time"":35340,""label"":""tour_next"",""step"":5},{""time"":45646,""label"":""cleared_brush"",""using"":""click""},{""time"":45649,""label"":""cleared_brush"",""using"":""Escape""},{""time"":47087,""label"":""tour_next"",""step"":5},{""time"":51148,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690222606803,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":9984,""label"":""hovered"",""timeHovered"":2293,""week"":""2022-01-03""}]}",1,complex,line,2.5,0,1,1,2.293,2.293,0,15.0,1.0,0.5,0,0.0,3 +2023-07-24 14:23:56,2023-07-24 14:31:23,0,100,447,1,2023-07-24 14:31:24,R_3eaAS3a0kDQnihF,38.894,-77.0365,EN,1,5.004,1,4.0,1,4.968,15.12,88,86,43,10.369000000000002,14.827,1,-3,59.77,1,1,33.711,-3,17.854,15.122,6,4,6,6,6,6,,23.938000000000002,7,7,3,2,2,6,It seems accurate based on data that I know of,68.273,4,,10.041,2,7,3,4,1,5,6,15.573,5,5,4,6,7,6,10,10,,17.07,5,4,4,2,4,4,21.23,1,1,8.385,1,2000,Virginia,6,3,1,,7,,,15,4,2,66.226,62ffa51597bb1507ef057ca0,"{""startTime"":1690223261203,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690223172815,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690223081678,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":2181,""label"":""tour_next"",""step"":2},{""time"":7788,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690223157237,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":3050,""label"":""hovered"",""timeHovered"":1720,""week"":""2022-01-03""},{""time"":6301,""label"":""hovered"",""timeHovered"":1715,""week"":""2022-01-31""}]}",1,simple,line,3.8,0,2,2,3.435,1.7175,3251,15.0,0.5,1.0,0,0.5,1 +2023-07-24 14:25:53,2023-07-24 14:32:20,0,100,387,1,2023-07-24 14:32:21,R_2QrlduyBPVQHSP6,40.1101,-75.1567,EN,1,6.12,1,3.0,1,4.592,15.01,87,80,41,10.927,14.280999999999999,1,1,38.847,-3,-3,49.415,1,18.070999999999998,15.011,4,4,4,6,5,5,,17.625999999999998,6,5,3,6,2,6,It includes a lot of data so it seems that effort and time were put into making this visualization.,36.77,5,,7.876,2,7,3,4,1,5,6,17.385,2,4,1,3,7,3,6,5,,23.324,3,5,4,2,4,5,24.96,2,3,8.302,1,1999,Pennsylvania,6,3,1,,7,,,17,3,2,40.366,61119e3139b8346b3ef32bf0,"{""startTime"":1690223336661,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690223279140,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690223198983,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":7987,""label"":""tour_next"",""step"":2},{""time"":10103,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690223263700,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":3100,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2957,""week"":""52"",""id"":""chart""},{""time"":6177,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2199,""week"":""2"",""id"":""chart""},{""time"":8482,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2377,""week"":""4"",""id"":""chart""}]}",1,moderate,bar,3.8,0,3,3,7.5329999999999995,2.511,5382,15.0,1.0,0.0,1,0.0,2 +2023-07-24 14:25:23,2023-07-24 14:34:59,0,100,575,1,2023-07-24 14:35:00,R_3F3TYMu0glGO2Yu,34.7542,-76.9069,EN,1,19.999000000000002,2,,1,2.83,15.017000000000001,100,100,100,13.362,44.08,1,-3,38.308,-3,1,60.855,-3,32.436,15.117,6,5,6,7,6,6,,24.031,5,7,6,5,4,6,It shows basic facts. Presuming the numbers are correct then why would I not trust something that is factual?,51.401,4,,6.191,2,7,3,4,1,5,6,19.94,4,4,10,6,4,2,7,10,,30.953000000000003,4,4,4,2,4,4,29.759,5,2,9.82,2,1982,North Carolina,2,2,1,,7,,,4,3,2,114.589,582c800ab56bfd00011fd586,"{""startTime"":1690223308477,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690223332902,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690223187301,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":17812,""label"":""hovered"",""timeHovered"":3783,""week"":""2022-01-10""},{""time"":22529,""label"":""hovered"",""timeHovered"":1400,""week"":""2022-02-07""},{""time"":26177,""label"":""tour_next"",""step"":2},{""time"":30969,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690223292957,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":5480,""label"":""hovered"",""timeHovered"":1281,""week"":""2022-01-03""},{""time"":6980,""label"":""hovered"",""timeHovered"":1325,""week"":""2022-01-10""},{""time"":12562,""label"":""hovered"",""timeHovered"":1952,""week"":""2022-01-17""}]}",1,moderate,line,3.7,0,3,3,4.558,1.5193333333333332,7082,15.0,0.5,0.5,0,0.5,2 +2023-07-24 14:26:03,2023-07-24 14:36:58,0,100,654,1,2023-07-24 14:36:59,R_ZgGa1Hpx8Fxszux,39.2726,-76.8614,EN,1,11.536,1,3.0,1,13.769,15.106,78,57,47,11.380999999999998,103.137,1,-3,81.726,1,1,93.02600000000001,1,52.0,15.009,6,6,2,5,6,6,,15.255,6,5,5,6,6,6,I think it shows that more vaccinated people will have a less chance of getting COVID,61.13399999999999,4,,17.797,2,7,3,4,1,5,6,19.985,4,5,7,5,8,5,10,9,,25.279,3,4,3,4,3,3,7.627999999999999,4,2,13.937000000000001,1,1999,Maryland,6,3,1,,9,,Ellicott City,17,4,1,59.163999999999994,6430988b02068d99450ad3d7,"{""startTime"":1690223400570,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":540},{""label"":""window_focused"",""time"":1566}]}","{""startTime"":1690223416544,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690223228262,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":2901,""label"":""hovered"",""timeHovered"":1650,""week"":""2022-01-10""},{""time"":10436,""label"":""hovered"",""timeHovered"":1751,""week"":""2022-01-17""},{""time"":13719,""label"":""hovered"",""timeHovered"":2284,""week"":""2022-01-10""},{""time"":19161,""label"":""hovered"",""timeHovered"":4830,""week"":""2022-01-17""},{""time"":26187,""label"":""tour_next"",""step"":5},{""time"":35567,""label"":""cleared_brush"",""using"":""click""},{""time"":36317,""label"":""cleared_brush"",""using"":""click""},{""time"":36988,""label"":""cleared_brush"",""using"":""click""},{""time"":37498,""label"":""cleared_brush"",""using"":""click""},{""time"":47633,""label"":""tour_back"",""step"":5},{""time"":50162,""label"":""tour_next"",""step"":5},{""time"":51652,""label"":""cleared_brush"",""using"":""click""},{""time"":62220,""label"":""started_brush"",""startDate"":""2021-06-09"",""endDate"":""2022-02-13""},{""time"":63923,""label"":""tour_next"",""step"":5},{""time"":69617,""label"":""moved_brush"",""startDate"":""2021-06-09"",""endDate"":""2022-02-13""},{""time"":70440,""label"":""cleared_brush"",""using"":""click""},{""time"":75124,""label"":""tour_next"",""step"":5},{""time"":92226,""label"":""cleared_brush"",""using"":""click""},{""time"":92228,""label"":""cleared_brush"",""using"":""Escape""},{""time"":95089,""label"":""tour_next"",""step"":5},{""time"":99612,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690223384879,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":8019,""label"":""started_brush"",""startDate"":""2021-11-15"",""endDate"":""2022-02-13""}]}",1,complex,line,3.3,1,1,0,0.0,0.0,0,15.0,0.5,1.0,1,1.0,3 +2023-07-24 14:26:07,2023-07-24 14:37:27,0,100,680,1,2023-07-24 14:37:28,R_2qw67BSEax40tQM,35.7704,-78.6293,EN,1,24.274,1,2.0,2,22.244,15.008,60,97,61,27.840999999999998,38.155,1,1,67.598,-3,-3,81.77,1,36.326,15.109000000000002,6,6,5,7,7,5,,27.044,6,7,6,4,5,5,I trust the visualization is as accurate as reports allow. People were sick and never received treatment. Many people were sick and it was immediately presumed they had covid without accurate testing,79.03699999999999,6,,14.549000000000001,2,7,3,4,1,5,6,21.201,1,4,8,5,1,6,9,9,,31.605,2,3,3,3,4,3,38.09,5,4,15.529000000000002,2,1979,North Carolina,5,2,1,,7,,,8,3,1,70.65100000000001,5ef764fd0ea7fe48a5fa130d,"{""startTime"":1690223393159,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690223420753,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690223270813,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":9038,""label"":""tour_next"",""step"":2},{""time"":13134,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2459,""week"":""50"",""id"":""chart2""},{""time"":15649,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1459,""week"":""51"",""id"":""chart2""},{""time"":19636,""label"":""tour_end"",""step"":2},{""time"":22145,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2561,""week"":""52"",""id"":""chart""},{""time"":26495,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2314,""week"":""52"",""id"":""chart2""},{""time"":29311,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2061,""week"":""51"",""id"":""chart""},{""time"":31491,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3991,""week"":""52"",""id"":""chart""}]}","{""startTime"":1690223377617,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":10518,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1261,""week"":""52"",""id"":""chart""}]}",1,simple,bar,3.0,0,1,1,1.261,1.261,0,15.0,1.0,0.0,1,1.0,1 +2023-07-24 14:28:30,2023-07-24 14:41:43,0,100,792,1,2023-07-24 14:41:43,R_rqmwyenp9jfHYDD,32.7097,-117.1228,EN,1,29.401,1,4.0,2,10.449000000000002,15.015,68,62,67,35.96,85.54799999999999,-2,1,81.9,1,1,99.238,1,191.981,15.184000000000001,5,4,5,4,4,5,,16.595,4,4,5,3,3,5,I don't like to rely on a single source of information if I haven't verified it but it seems ok.,43.931000000000004,4,,11.177999999999999,2,7,3,4,1,5,6,14.731,4,6,6,6,4,4,8,9,,20.275,3,2,3,3,4,3,14.905,3,1,14.695,1,1980,California,6,2,1,,2,,,4,3,2,48.464,585eb4cfc34844000174d807,"{""startTime"":1690223708924,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690223726508,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690223413950,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":42,""label"":""tour_started""},{""time"":12828,""label"":""tour_next"",""step"":5},{""time"":24344,""label"":""tour_back"",""step"":5},{""time"":26838,""label"":""tour_next"",""step"":5},{""time"":29877,""label"":""tour_back"",""step"":5},{""time"":31802,""label"":""tour_next"",""step"":5},{""time"":34336,""label"":""cleared_brush"",""using"":""Click""},{""time"":35021,""label"":""cleared_brush"",""using"":""Click""},{""time"":35532,""label"":""started_brush"",""startDate"":""2021-09-08"",""endDate"":""2021-09-21""},{""time"":40590,""label"":""tour_next"",""step"":5},{""time"":47181,""label"":""moved_brush"",""startDate"":""2021-04-12"",""endDate"":""2021-09-21""},{""time"":48218,""label"":""tour_next"",""step"":5},{""time"":56454,""label"":""cleared_brush"",""using"":""Click""},{""time"":58191,""label"":""tour_next"",""step"":5},{""time"":62094,""label"":""tour_end"",""step"":5},{""time"":67502,""label"":""started_brush"",""startDate"":""2021-07-09"",""endDate"":""2021-08-05""},{""time"":71386,""label"":""started_brush"",""startDate"":""2021-06-26"",""endDate"":""2021-12-04""},{""time"":73556,""label"":""moved_brush"",""startDate"":""2021-08-29"",""endDate"":""2022-02-06""},{""time"":75236,""label"":""moved_brush"",""startDate"":""2021-08-30"",""endDate"":""2022-02-07""},{""time"":78746,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":4901,""week"":""52"",""id"":""chart""}]}","{""startTime"":1690223692920,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":7623,""label"":""started_brush"",""startDate"":""2021-09-30"",""endDate"":""2022-02-07""},{""time"":9204,""label"":""moved_brush"",""startDate"":""2021-09-30"",""endDate"":""2022-02-07""},{""time"":9930,""label"":""moved_brush"",""startDate"":""2021-09-30"",""endDate"":""2022-02-07""},{""time"":13004,""label"":""moved_brush"",""startDate"":""2021-11-02"",""endDate"":""2022-02-07""}]}",1,complex,bar,3.0,1,4,0,0.0,0.0,5381,15.0,0.5,1.0,1,1.0,3 +2023-07-24 14:37:34,2023-07-24 14:44:40,0,100,426,1,2023-07-24 14:44:41,R_3DtZwWLlUvWSYQM,35.2338,-97.4095,EN,1,3.79,1,3.0,1,5.58,15.022,79,100,98,9.954,10.605,-2,1,57.287,-1,1,40.661,-3,40.001999999999995,15.124,7,3,7,7,7,7,,22.372,5,7,5,2,3,6,I believe that unvaccinated individuals are more likely to catch the virus.,48.782,2,,8.206,2,7,3,4,1,5,6,9.869,1,4,1,6,4,6,8,10,,18.686,4,4,4,2,4,4,25.004,2,2,10.380999999999998,1,2002,Oklahoma,3,3,1,,7,,,17,3,1,38.556,63fba157c9ebcb0ba6397872,"{""startTime"":1690223971089,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690223994088,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690223902281,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":6013,""label"":""tour_next"",""step"":2},{""time"":8318,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690223954890,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line,3.7,0,0,0,0.0,0.0,0,15.0,0.5,0.5,0,0.5,2 +2023-07-24 14:32:15,2023-07-24 14:45:54,0,100,818,1,2023-07-24 14:45:55,R_2zYngyfH0zEs6Gq,38.9887,-94.6341,EN,1,10.685,2,,1,3.0460000000000003,15.109000000000002,85,68,50,47.951,140.059,1,1,71.735,1,1,75.635,1,59.059,15.013,5,3,5,6,6,5,,33.529,5,6,6,1,1,5,So much of the covid 19 reporting has become so politicized I don't know what to believe anymore. But I am inclined to believe scientific research. ,106.89399999999999,5,,11.714,2,7,3,4,1,5,6,17.979,5,4,8,8,5,5,9,5,,39.272,3,3,4,3,3,3,32.21,5,1,22.965,2,1991,Kansas,2,2,1,,7,,,8,1,1,73.72,61003045d0f2c8b7ddb40dbd,"{""startTime"":1690223838893,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690223872840,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690223623335,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":15272,""label"":""hovered"",""timeHovered"":6232,""week"":""2022-01-03""},{""time"":23171,""label"":""hovered"",""timeHovered"":4716,""week"":""2022-01-17""},{""time"":28693,""label"":""hovered"",""timeHovered"":3176,""week"":""2022-01-17""},{""time"":32219,""label"":""hovered"",""timeHovered"":1502,""week"":""2022-01-24""},{""time"":33954,""label"":""hovered"",""timeHovered"":1067,""week"":""2022-01-24""},{""time"":36426,""label"":""tour_next"",""step"":5},{""time"":53699,""label"":""started_brush"",""startDate"":""2021-05-12"",""endDate"":""2021-07-20""},{""time"":55733,""label"":""cleared_brush"",""using"":""click""},{""time"":57798,""label"":""started_brush"",""startDate"":""2021-11-13"",""endDate"":""2022-02-13""},{""time"":59368,""label"":""tour_next"",""step"":5},{""time"":71813,""label"":""moved_brush"",""startDate"":""2021-12-15"",""endDate"":""2022-02-13""},{""time"":72894,""label"":""tour_next"",""step"":5},{""time"":78112,""label"":""cleared_brush"",""using"":""click""},{""time"":79760,""label"":""tour_next"",""step"":5},{""time"":86611,""label"":""tour_end"",""step"":5},{""time"":96482,""label"":""started_brush"",""startDate"":""2021-10-29"",""endDate"":""2022-02-13""},{""time"":98399,""label"":""cleared_brush"",""using"":""click""},{""time"":110217,""label"":""started_brush"",""startDate"":""2021-10-30"",""endDate"":""2022-01-09""},{""time"":116189,""label"":""hovered"",""timeHovered"":2849,""week"":""2022-01-03""},{""time"":125318,""label"":""cleared_brush"",""using"":""click""},{""time"":137950,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-07-24""}]}","{""startTime"":1690223823500,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":9158,""label"":""hovered"",""timeHovered"":1215,""week"":""2021-12-13""}]}",1,complex,line,3.2,0,1,1,1.215,1.215,0,15.0,1.0,1.0,1,1.0,3 +2023-07-24 14:39:44,2023-07-24 14:46:57,0,100,433,1,2023-07-24 14:46:58,R_2ahvE3MLU7uI2Uc,37.5549,-122.2708,EN,1,2.42,1,3.0,1,3.418,15.113,76,18,38,14.898,16.355999999999998,-3,1,57.608000000000004,-3,-3,42.739,-1,19.861,16.753,6,3,6,6,6,6,it should define how it sources the number of positive test resutls,43.46,6,6,4,2,1,6,it's data coming from a government agency dedicated to infectious disesases and is transparent about the count of cases within each time period,47.799,3,,6.233,2,7,3,4,1,5,6,7.178,2,7,10,8,5,9,10,10,,21.272,5,4,5,1,4,5,24.811,6,5,7.085,1,2000,California,6,3,1,,2,,,19,3,2,23.928,5c088a0b66706a0001048ca6,"{""startTime"":1690224214916,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690224122330,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_focused"",""time"":18161}]}","{""startTime"":1690224029333,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":2597,""label"":""tour_next"",""step"":2},{""time"":3964,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690224104040,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":6986}]}",1,simple,bar,4.0,0,0,0,0.0,0.0,0,6.986000000000001,0.5,0.0,0,0.5,1 +2023-07-24 14:32:19,2023-07-24 14:48:32,0,100,973,1,2023-07-24 14:48:33,R_1jm4QYvKsRVuVbS,29.4578,-95.0342,EN,1,19.654,1,4.0,2,12.914000000000001,15.027999999999999,85,78,43,37.023,100.705,1,1,78.564,1,1,135.80100000000002,1,85.837,15.120999999999999,7,5,6,7,6,7,,38.138000000000005,6,6,6,5,5,6,The source of the data is the CDC. It would be great to add the dates when the vaccines were first rolled out. ,91.01799999999999,5,,13.763,2,7,3,4,1,5,6,32.816,2,5,1,5,6,2,10,9,,30.914,4,5,5,3,4,3,52.521,1,1,19.512,1,1983,Texas,6,3,1,,4,,,8,4,1,63.894,6400f1783058946c2b4780cd,"{""startTime"":1690223896947,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690223936138,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690223643286,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":22,""label"":""tour_started""},{""time"":27919,""label"":""tour_next"",""step"":2},{""time"":33415,""label"":""tour_end"",""step"":2},{""time"":37048,""label"":""hovered"",""timeHovered"":1568,""week"":""2021-07-26""},{""time"":39797,""label"":""hovered"",""timeHovered"":6991,""week"":""2021-05-10""},{""time"":49510,""label"":""hovered"",""timeHovered"":30192,""week"":""2022-01-10""},{""time"":83198,""label"":""hovered"",""timeHovered"":1578,""week"":""2021-11-08""},{""time"":85195,""label"":""hovered"",""timeHovered"":2273,""week"":""2021-09-06""},{""time"":92474,""label"":""hovered"",""timeHovered"":2533,""week"":""2022-02-07""},{""time"":95600,""label"":""hovered"",""timeHovered"":2247,""week"":""2022-01-10""}]}","{""startTime"":1690223881223,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6843,""label"":""hovered"",""timeHovered"":1148,""week"":""2022-01-10""},{""time"":8633,""label"":""hovered"",""timeHovered"":3278,""week"":""2022-01-10""}]}",1,moderate,line,4.0,0,2,2,4.426,2.213,1790,15.0,1.0,1.0,1,1.0,2 +2023-07-24 14:38:33,2023-07-24 14:49:25,0,100,652,1,2023-07-24 14:49:26,R_25WP5YswanZ9tSb,61.2115,-149.8736,EN,1,10.272,1,3.0,1,4.397,15.008,66,85,82,14.597000000000001,26.430999999999997,1,1,42.54600000000001,-3,-2,103.906,1,27.4,15.106,5,4,4,6,6,6,,192.877,6,7,6,5,5,6,The source of the information is the CDC who is the main source of data about the pandemic. ,34.72,4,,5.325,2,7,3,4,1,5,6,13.469000000000001,6,7,5,6,5,6,10,8,,18.729,3,5,4,4,5,4,25.325,2,1,10.808,1,1991,Texas,7,3,1,,7,,,6,4,2,52.398999999999994,5aeb092b1c52cb0001573337,"{""startTime"":1690224117175,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_focused"",""time"":171985}]}","{""startTime"":1690224311019,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690223969926,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":22,""label"":""tour_started""},{""time"":781,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1065,""week"":""52"",""id"":""chart""},{""time"":17579,""label"":""tour_next"",""step"":2},{""time"":20186,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690224101526,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":2973,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8560,""week"":""2"",""id"":""chart""},{""label"":""window_blurred"",""time"":12572}]}",1,moderate,bar,4.2,0,1,1,8.56,8.56,0,12.572000000000001,1.0,0.0,1,0.0,2 +2023-07-24 14:38:40,2023-07-24 14:49:49,0,100,669,1,2023-07-24 14:49:50,R_1ohuBxAG11uqzgU,41.6325,-81.4034,EN,1,3.833,1,3.0,2,6.346,15.01,70,88,63,25.964000000000002,24.232,1,-3,59.795,-3,-3,73.9,1,40.09,15.116,6,4,6,6,6,6,"The last page is all messed up. The rating scale doesn't actually say anything, it jut says things like ""Click to write Statement 1.""",69.529,6,6,6,2,5,6,I believe it said that the data was from the CDC. If that is true and the graph maker didn't lie about then I believe that their data is fairly accurate as much as you can when it comes to counting something Covid cases.,83.544,2,,6.704,2,7,3,4,1,5,6,12.845999999999998,2,4,5,2,2,2,8,8,,38.872,3,3,4,2,3,3,26.734,2,2,10.087,2,1995,Ohio,6,1,1,,7,,,10,4,1,77.16,5cdccb3a4d7e8a00163b8350,"{""startTime"":1690224225502,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":2659},{""label"":""window_focused"",""time"":7009}]}","{""startTime"":1690224086854,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690223986384,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":14,""label"":""tour_started""},{""label"":""window_blurred"",""time"":4690},{""label"":""window_focused"",""time"":9089},{""time"":9604,""label"":""tour_next"",""step"":2},{""time"":12955,""label"":""tour_end"",""step"":2},{""time"":14553,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3913,""week"":""52"",""id"":""chart2""},{""time"":19154,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1665,""week"":""1"",""id"":""chart2""},{""time"":22320,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1065,""week"":""52"",""id"":""chart""}]}","{""startTime"":1690224071182,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":8753},{""label"":""window_focused"",""time"":10283}]}",1,simple,bar,3.0,0,0,0,0.0,0.0,0,8.753,0.5,0.0,1,0.5,1 +2023-07-24 14:43:20,2023-07-24 14:51:42,0,100,502,1,2023-07-24 14:51:43,R_3m4BL58BMjDoIEw,36.3066,-86.6101,EN,1,2.931,2,,2,2.029,15.109000000000002,65,64,64,21.862,62.606,1,-2,25.701,1,1,53.409,-3,68.61399999999999,15.012,4,4,4,7,7,4,,16.294,4,6,5,1,1,4,Need a link underneath visual,37.113,2,,5.046,2,7,3,4,1,5,6,12.972000000000001,1,1,3,3,1,3,7,7,,22.125999999999998,3,5,5,2,5,4,13.534,2,1,11.190999999999999,2,1998,Tennessee,6,3,1,,7,,,4,5,1,61.027,5bb2e60526f5300001ebf51b,"{""startTime"":1690224473113,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690224397701,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690224249474,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":9876,""label"":""tour_next"",""step"":5},{""time"":18666,""label"":""started_brush"",""startDate"":""2021-06-08"",""endDate"":""2021-11-08""},{""time"":19551,""label"":""tour_next"",""step"":5},{""time"":22653,""label"":""moved_brush"",""startDate"":""2021-07-21"",""endDate"":""2021-12-22""},{""time"":23497,""label"":""tour_next"",""step"":5},{""time"":27727,""label"":""cleared_brush"",""using"":""click""},{""time"":27729,""label"":""cleared_brush"",""using"":""Escape""},{""time"":28870,""label"":""tour_next"",""step"":5},{""time"":31190,""label"":""tour_end"",""step"":5},{""time"":45628,""label"":""hovered"",""timeHovered"":5538,""week"":""2022-01-10""},{""time"":53718,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-09-08""},{""time"":58103,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-12-08""},{""time"":60723,""label"":""moved_brush"",""startDate"":""2021-06-17"",""endDate"":""2022-02-13""}]}","{""startTime"":1690224381974,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line,4.0,0,0,0,0.0,0.0,0,15.0,0.5,1.0,0,0.0,3 +2023-07-24 14:38:35,2023-07-24 14:51:45,0,100,789,1,2023-07-24 14:51:45,R_2V7V5iJMFLKR6yX,33.4475,-112.0866,EN,1,13.029000000000002,1,2.0,2,12.152999999999999,15.113,78,100,50,31.638,58.28,1,1,41.79,-2,1,46.792,-2,40.598,15.007,7,7,7,7,7,7,,19.289,7,7,7,7,7,7,Because the information came from a trusted source CDC,63.291000000000004,4,I don't think I answered the previous question about the ages correctly. But I can not go back to check.,43.621,2,7,3,4,1,5,6,19.444000000000003,2,4,8,8,4,4,9,9,,25.256999999999998,3,3,5,1,3,3,27.225,1,3,14.600999999999999,2,1967,Arizona,2,2,1,,7,,,5,4,2,250.99200000000002,5a9a6f5f35237b000112920f,"{""startTime"":1690224121011,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690224140744,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690224004525,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":8129,""label"":""hovered"",""timeHovered"":4625,""week"":""2022-01-03""},{""time"":19473,""label"":""hovered"",""timeHovered"":1280,""week"":""2022-01-03""},{""time"":27873,""label"":""tour_next"",""step"":2},{""time"":34236,""label"":""tour_end"",""step"":2},{""time"":37618,""label"":""hovered"",""timeHovered"":1357,""week"":""2022-01-24""},{""time"":39970,""label"":""hovered"",""timeHovered"":2624,""week"":""2021-12-27""},{""time"":44176,""label"":""hovered"",""timeHovered"":1125,""week"":""2021-12-27""},{""time"":47766,""label"":""hovered"",""timeHovered"":1395,""week"":""2021-05-31""},{""time"":53996,""label"":""hovered"",""timeHovered"":1028,""week"":""2021-12-06""}]}","{""startTime"":1690224105504,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":6491,""label"":""hovered"",""timeHovered"":2472,""week"":""2021-12-27""}]}",1,simple,line,3.0,0,1,1,2.472,2.472,0,15.0,1.0,0.5,0,1.0,1 +2023-07-24 14:44:06,2023-07-24 14:52:35,0,100,509,1,2023-07-24 14:52:36,R_12yD3e5C1fltNdG,47.9425,-122.2139,EN,1,14.209000000000001,1,2.0,2,4.003,15.045,77,43,37,10.111,55.678000000000004,-3,-3,39.275,1,-3,54.603,-3,26.006999999999998,15.124,6,6,4,6,6,5,,11.773,6,6,6,6,6,6,It fits with what I remember being reported during this time period (even if it was necessary to dig for said reporting),91.213,2,,5.394,2,7,3,4,1,5,6,10.841,2,4,5,5,6,2,10,7,,12.639000000000001,2,3,5,2,3,1,8.817,2,1,6.688,2,1979,Washington,6,2,1,,7,,,9,3,2,47.452,55ad16c5fdf99b4c8f99417f,"{""startTime"":1690224575412,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690224428897,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":13657},{""label"":""window_focused"",""time"":51534}]}","{""startTime"":1690224301280,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":16545,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2713,""week"":""52"",""id"":""chart""},{""time"":21296,""label"":""tour_next"",""step"":2},{""time"":24339,""label"":""tour_end"",""step"":2},{""time"":27529,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6627,""week"":""52"",""id"":""chart""}]}","{""startTime"":1690224412984,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":2931,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1122,""week"":""52"",""id"":""chart""},{""time"":5023,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2114,""week"":""52"",""id"":""chart""},{""time"":7160,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1216,""week"":""51"",""id"":""chart""},{""time"":11363,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2039,""week"":""3"",""id"":""chart""}]}",1,moderate,bar,2.7,0,4,4,6.4910000000000005,1.62275,8432,15.0,0.0,0.5,0,0.5,2 +2023-07-24 14:35:06,2023-07-24 14:52:45,0,100,1058,1,2023-07-24 14:52:45,R_3F254qSQx30Pj5H,40.207,-75.0744,EN,1,11.909,1,2.0,1,6.497999999999999,15.012,100,100,50,24.36,49.672,-2,-3,105.015,-3,-3,84.98899999999999,1,233.054,15.107999999999999,7,7,7,7,7,7,,34.515,6,7,4,5,5,7,I trust the visualization because people that aren't vaccinated are at a higher risk of catching covid. I would say these individuals are more careless which would increase the odds of getting covid.,175.304,3,,23.979,2,7,3,4,1,5,6,22.193,1,5,1,1,2,2,11,10,,39.443000000000005,3,3,5,1,5,4,47.001000000000005,1,2,20.238,1,1991,Pennsylvania,3,1,1,,7,,,7,4,2,91.749,63616ac9601c2ac49b1cc4af,"{""startTime"":1690223927176,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":4838,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1919,""week"":""52"",""id"":""chart""}]}","{""startTime"":1690223962210,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":6448,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3999,""week"":""3"",""id"":""chart""}]}","{""startTime"":1690223774891,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":23,""label"":""tour_started""},{""time"":11492,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2528,""week"":""52"",""id"":""chart""},{""time"":15219,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1213,""week"":""2"",""id"":""chart""},{""time"":18130,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2712,""week"":""6"",""id"":""chart""},{""time"":22073,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1114,""week"":""51"",""id"":""chart""},{""time"":32939,""label"":""tour_next"",""step"":2},{""time"":41633,""label"":""tour_end"",""step"":2},{""time"":43538,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1713,""week"":""3"",""id"":""chart""},{""time"":45408,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1339,""week"":""50"",""id"":""chart""}]}","{""startTime"":1690223911211,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":6103,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2407,""week"":""52"",""id"":""chart""},{""time"":8719,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1168,""week"":""3"",""id"":""chart""}]}",1,moderate,bar,3.5,0,2,2,3.575,1.7875,2616,15.0,0.0,0.0,1,0.0,2 +2023-07-24 14:37:28,2023-07-24 14:52:55,0,100,926,1,2023-07-24 14:52:55,R_23Wtaqt7NvHCD95,38.2479,-77.4636,EN,1,13.800999999999998,2,,1,13.772,15.01,96,86,100,37.717,87.855,1,1,52.81100000000001,-3,-3,70.99,1,42.868,15.013,4,4,2,6,5,3,,243.019,4,6,6,2,2,4,"um, i really don't trust anything concerning or regarding COVID, to be honest. ",33.455999999999996,2,interesting! ,17.832,2,7,3,4,1,5,6,20.535999999999998,1,1,7,4,1,4,8,8,,42.078,2,4,4,3,1,2,39.9,6,2,23.84,2,1986,Virginia,2,2,1,,7,,,9,3,1,88.41,60fdc00564398d684985cd61,"{""startTime"":1690224093718,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690224337363,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690223946998,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":5290,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":10161,""week"":""34"",""id"":""chart""},{""time"":15452,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2874,""week"":""34"",""id"":""chart""},{""time"":21570,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4535,""week"":""52"",""id"":""chart""},{""time"":29149,""label"":""tour_next"",""step"":5},{""time"":43935,""label"":""started_brush"",""startDate"":""2021-06-01"",""endDate"":""2021-10-02""},{""time"":48125,""label"":""tour_next"",""step"":5},{""time"":56112,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-08-07""},{""time"":58221,""label"":""tour_next"",""step"":5},{""time"":63219,""label"":""cleared_brush"",""using"":""Click""},{""time"":66197,""label"":""tour_next"",""step"":5},{""time"":73118,""label"":""tour_end"",""step"":5},{""time"":76831,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5647,""week"":""49"",""id"":""chart""},{""time"":82567,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3383,""week"":""50"",""id"":""chart""}]}","{""startTime"":1690224078274,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar,2.7,0,0,0,0.0,0.0,0,15.0,1.0,0.0,1,1.0,3 +2023-07-24 14:38:58,2023-07-24 14:54:58,0,100,959,1,2023-07-24 14:54:59,R_szEGa7pRhDOUcxj,42.6819,-89.1281,EN,1,11.071,1,2.0,2,4.213,15.107000000000001,100,100,40,31.956999999999997,104.73700000000001,1,1,42.87,1,1,125.281,1,78.942,15.008,5,5,5,5,6,4,,26.668000000000003,2,6,4,1,1,4,A lot of covid cases are undiagnosed. ,64.125,4,,13.544,2,7,3,4,1,5,6,19.532,1,1,4,3,3,5,5,4,,38.439,4,3,5,2,4,4,22.022,6,3,10.505,1,1994,Wisconsin,2,2,1,,7,,,4,3,1,271.039,5ddff33bb28cf706c57b4c88,"{""startTime"":1690224316622,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690224217146,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690224016387,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":23328,""label"":""hovered"",""timeHovered"":1100,""week"":""2022-01-03""},{""time"":26598,""label"":""hovered"",""timeHovered"":4235,""week"":""2022-01-03""},{""time"":33780,""label"":""tour_next"",""step"":5},{""time"":46741,""label"":""started_brush"",""startDate"":""2021-10-11"",""endDate"":""2021-10-15""},{""time"":48528,""label"":""started_brush"",""startDate"":""2021-12-30"",""endDate"":""2022-01-16""},{""time"":50060,""label"":""tour_next"",""step"":5},{""time"":58591,""label"":""moved_brush"",""startDate"":""2021-12-21"",""endDate"":""2022-01-07""},{""time"":62654,""label"":""moved_brush"",""startDate"":""2021-12-21"",""endDate"":""2022-02-13""},{""time"":63715,""label"":""tour_next"",""step"":5},{""time"":71521,""label"":""cleared_brush"",""using"":""click""},{""time"":73075,""label"":""tour_next"",""step"":5},{""time"":77163,""label"":""tour_end"",""step"":5},{""time"":80876,""label"":""hovered"",""timeHovered"":5887,""week"":""2021-11-08""},{""time"":101193,""label"":""started_brush"",""startDate"":""2021-06-13"",""endDate"":""2021-07-09""},{""time"":101878,""label"":""moved_brush"",""startDate"":""2021-06-13"",""endDate"":""2021-07-09""},{""time"":102383,""label"":""cleared_brush"",""using"":""click""}]}","{""startTime"":1690224201640,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":6897,""label"":""hovered"",""timeHovered"":1117,""week"":""2021-10-11""},{""time"":11220,""label"":""started_brush"",""startDate"":""2021-06-07"",""endDate"":""2021-06-23""},{""time"":12129,""label"":""started_brush"",""startDate"":""2021-04-22"",""endDate"":""2021-05-19""},{""time"":12994,""label"":""cleared_brush"",""using"":""click""}]}",1,complex,line,3.7,1,4,1,1.117,1.117,6097,15.0,1.0,1.0,1,1.0,3 +2023-07-24 14:42:47,2023-07-24 14:55:51,0,100,783,1,2023-07-24 14:55:51,R_3EyEaHOUEvbP73W,40.8514,-96.7139,EN,1,14.113,1,2.0,1,3.158,16.783,100,92,78,29.291999999999998,63.005,-2,1,25.655,1,-3,92.29700000000001,-3,81.127,15.142999999999999,6,5,4,7,7,6,,134.036,5,7,6,6,5,6,It is clear and worded in a direct way.,40.04,3,,54.952,2,7,3,4,1,5,6,15.038,2,3,1,3,3,1,8,8,,27.4,3,3,4,2,1,3,45.338,4,1,15.168,2,1999,Nebraska,2,2,1,,7,,,9,4,2,50.123999999999995,5ec58d7f3892d95b70e4c264,"{""startTime"":1690224412545,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":2078,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1410,""week"":""52"",""id"":""chart""}]}","{""startTime"":1690224547055,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":1581},{""label"":""window_focused"",""time"":14396}]}","{""startTime"":1690224240932,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":4867,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1479,""week"":""51"",""id"":""chart""},{""time"":7616,""label"":""tour_next"",""step"":2},{""time"":10535,""label"":""tour_end"",""step"":2},{""label"":""window_blurred"",""time"":26646},{""label"":""window_focused"",""time"":58673}]}","{""startTime"":1690224396931,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":1946},{""label"":""window_focused"",""time"":10428}]}",1,moderate,bar,2.7,0,0,0,0.0,0.0,0,1.946,0.5,0.5,0,0.5,2 +2023-07-24 14:45:34,2023-07-24 14:56:11,0,100,637,1,2023-07-24 14:56:12,R_1GwSOh9mTfUkFSH,40.5266,-75.4994,EN,1,14.061,1,2.0,1,3.7939999999999996,15.014000000000001,54,44,83,22.043000000000003,88.694,1,1,38.789,1,1,63.769,1,57.547,15.005999999999998,5,5,5,3,6,5,,31.829,5,3,5,4,3,5,"The visualization seems to be well put-together and decently comprehensive, so I tentatively trust it. I would trust it more upon being able to independently verify its information.",46.996,4,,4.989,2,7,3,4,1,5,6,14.607000000000001,4,4,4,7,6,2,9,7,,16.793,4,4,4,2,4,4,13.248,2,1,6.077999999999999,1,1995,Pennsylvania,3,3,1,,7,,,5,4,2,139.36700000000002,5c0ef15265217a00014ef2bd,"{""startTime"":1690224633585,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690224558791,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":3854,""label"":""started_brush"",""startDate"":""2021-11-02"",""endDate"":""2022-01-05""},{""time"":5703,""label"":""moved_brush"",""startDate"":""2021-11-02"",""endDate"":""2022-01-05""}]}","{""startTime"":1690224396236,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":22621,""label"":""tour_next"",""step"":5},{""time"":37135,""label"":""started_brush"",""startDate"":""2021-04-29"",""endDate"":""2021-09-05""},{""time"":38153,""label"":""tour_next"",""step"":5},{""time"":46231,""label"":""started_brush"",""startDate"":""2021-04-21"",""endDate"":""2021-05-13""},{""time"":47023,""label"":""moved_brush"",""startDate"":""2021-05-12"",""endDate"":""2021-06-04""},{""time"":48177,""label"":""moved_brush"",""startDate"":""2021-08-28"",""endDate"":""2021-09-19""},{""time"":49573,""label"":""moved_brush"",""startDate"":""2021-04-25"",""endDate"":""2021-09-19""},{""time"":55790,""label"":""tour_next"",""step"":5},{""time"":59229,""label"":""cleared_brush"",""using"":""Click""},{""time"":59229,""label"":""cleared_brush"",""using"":""Escape""},{""time"":59997,""label"":""tour_next"",""step"":5},{""time"":63018,""label"":""tour_end"",""step"":5},{""time"":64202,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2353,""week"":""52"",""id"":""chart""},{""time"":68040,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5655,""week"":""2"",""id"":""chart""},{""time"":82909,""label"":""started_brush"",""startDate"":""2021-05-31"",""endDate"":""2021-07-10""},{""time"":85587,""label"":""moved_brush"",""startDate"":""2021-12-06"",""endDate"":""2022-01-15""},{""time"":86581,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1061,""week"":""1"",""id"":""chart""}]}","{""startTime"":1690224543444,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":2743,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1010,""week"":""52"",""id"":""chart""},{""time"":4682,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1924,""week"":""2"",""id"":""chart""},{""time"":8082,""label"":""started_brush"",""startDate"":""2021-08-02"",""endDate"":""2021-08-25""},{""time"":8708,""label"":""moved_brush"",""startDate"":""2021-08-02"",""endDate"":""2021-09-24""},{""time"":11523,""label"":""moved_brush"",""startDate"":""2021-10-30"",""endDate"":""2021-12-23""},{""time"":13182,""label"":""started_brush"",""startDate"":""2021-12-26"",""endDate"":""2021-12-31""},{""time"":13951,""label"":""cleared_brush"",""using"":""Click""},{""time"":14567,""label"":""cleared_brush"",""using"":""Click""}]}",1,complex,bar,3.7,1,8,2,2.9339999999999997,1.4669999999999999,11824,15.0,1.0,1.0,1,1.0,3 +2023-07-24 14:30:28,2023-07-24 14:56:23,0,100,1554,1,2023-07-24 14:56:23,R_1d62yZzueD1kJy6,39.9528,-75.1646,EN,1,28.478,2,,2,3.955,15.112,87,100,50,53.466,67.289,1,1,124.473,-2,-3,248.458,-2,86.71799999999999,15.011,4,3,5,7,7,5,"First off, as far as it being accurate, unbiased and trustworthy, I just don't have enough information to conclude this. It probably is, I just can't say for sure. Also, there were 3 spots in the last slide that didn't include a question, so I couldn't answer and had to skip them. ",219.385,5,7,6,4,3,5,"I trust the data is likely accurate (assuming the source is actually the CDC), but there is definitely some data missing here such as the geographical location. I just feel like there is more factors and possibly some context that could impact the data.",186.843,3,,21.463,2,7,3,4,1,5,6,22.805999999999997,1,1,3,2,2,1,8,8,,41.946000000000005,4,3,4,2,4,4,44.263000000000005,4,3,15.974,1,1990,New York,6,1,1,,7,,,2,4,1,143.991,5efe46699aca1b332ff927bc,"{""startTime"":1690224124995,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690223879180,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690223669267,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":16152,""label"":""tour_next"",""step"":2},{""time"":18640,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1064,""week"":""1"",""id"":""chart2""},{""time"":19725,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4541,""week"":""52"",""id"":""chart2""},{""time"":29338,""label"":""tour_end"",""step"":2},{""time"":34079,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7055,""week"":""52"",""id"":""chart""},{""time"":42134,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3423,""week"":""52"",""id"":""chart2""},{""time"":45598,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1197,""week"":""1"",""id"":""chart2""},{""time"":58954,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1676,""week"":""14"",""id"":""chart""}]}","{""startTime"":1690223863425,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":9319,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2713,""week"":""52"",""id"":""chart""},{""time"":12556,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2969,""week"":""52"",""id"":""chart2""}]}",1,simple,bar,3.5,0,2,2,5.682,2.841,3237,15.0,1.0,0.0,0,1.0,1 +2023-07-24 14:46:03,2023-07-24 14:56:30,0,100,626,1,2023-07-24 14:56:31,R_2pRd2dftI2fvswh,39.7184,-82.6073,EN,1,7.222,1,2.0,1,5.789,15.125,100,100,73,22.046999999999997,20.410999999999998,1,-3,65.881,-3,-3,117.044,-3,22.318,15.015,6,4,6,6,6,6,on one of the pages it has a blank filler question with nonsense answers,49.70399999999999,6,6,6,4,6,6,"it seems legit, and the numbers seem like they would be accurate.",57.413000000000004,3,,17.984,2,7,3,4,1,5,6,21.985,1,1,4,4,1,2,8,9,,37.22,4,4,4,2,4,4,22.488000000000003,3,4,11.947000000000001,1,1989,Ohio,3,2,1,,7,,,6,4,2,66.923,5616999f5c62cf000a822c37,"{""startTime"":1690224615158,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690224537649,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690224433840,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":26,""label"":""tour_started""},{""time"":7151,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1097,""week"":""3"",""id"":""chart""},{""time"":8349,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1200,""week"":""2"",""id"":""chart""},{""time"":10430,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1588,""week"":""1"",""id"":""chart""},{""time"":13387,""label"":""tour_next"",""step"":2},{""time"":14495,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1594,""week"":""52"",""id"":""chart2""},{""time"":17355,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690224521452,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar,3.7,0,0,0,0.0,0.0,0,15.0,0.5,0.0,0,0.5,1 +2023-07-24 14:44:57,2023-07-24 14:56:41,0,100,704,1,2023-07-24 14:56:41,R_3p0gvnnlkqZxLKS,29.3247,-81.051,EN,1,50.333,1,3.0,2,6.689,15.115,91,37,39,33.396,80.024,1,1,49.1,1,1,49.453,1,39.084,15.113,6,4,6,5,4,5,,28.13,5,3,4,4,2,5,"It's probably reliable information, it's just a bit confusing to use. ",73.791,4,,12.439,2,7,3,4,1,5,6,19.726,6,6,2,6,6,4,9,7,,25.325,3,3,3,3,3,3,30.77,1,2,23.494,2,1989,Florida,7,2,1,,4,,,7,4,1,93.779,640b6f6028392f94f4a4938a,"{""startTime"":1690224558620,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690224587561,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690224422516,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":6509,""label"":""hovered"",""timeHovered"":10429,""week"":""2022-01-03""},{""time"":27173,""label"":""tour_next"",""step"":5},{""time"":52489,""label"":""started_brush"",""startDate"":""2021-07-21"",""endDate"":""2021-09-03""},{""time"":53989,""label"":""tour_next"",""step"":5},{""time"":59401,""label"":""moved_brush"",""startDate"":""2021-09-26"",""endDate"":""2021-11-09""},{""time"":60734,""label"":""tour_next"",""step"":5},{""time"":67431,""label"":""cleared_brush"",""using"":""click""},{""time"":68922,""label"":""tour_next"",""step"":5},{""time"":74118,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690224542946,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":8877,""label"":""hovered"",""timeHovered"":1382,""week"":""2022-01-10""}]}",1,complex,line,3.0,0,1,1,1.382,1.382,0,15.0,1.0,1.0,1,1.0,3 +2023-07-24 14:40:52,2023-07-24 14:56:44,0,100,952,1,2023-07-24 14:56:45,R_2txU3xZO2qgsiJt,38.8868,-94.8223,EN,1,17.45,1,4.0,2,15.392000000000001,15.012,94,88,79,38.951,79.041,1,1,57.662,-3,-3,149.995,-2,50.518,15.118,6,6,6,6,5,6,,85.806,6,6,6,6,6,6,I really don't know. I guess I trust it because I trust you.,63.996,4,,17.500999999999998,2,7,3,4,1,5,6,23.801,8,8,5,9,9,3,10,9,,37.388000000000005,4,4,4,2,4,4,45.523,1,1,55.608000000000004,2,1957,Kansas,6,1,1,,7,,,4,4,1,112.40100000000001,63782709326973c77adc3db8,"{""startTime"":1690224408774,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690224308874,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":668},{""label"":""window_focused"",""time"":980}]}","{""startTime"":1690224162063,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":84,""label"":""tour_started""},{""time"":16178,""label"":""tour_next"",""step"":5},{""time"":46856,""label"":""started_brush"",""startDate"":""2021-09-26"",""endDate"":""2021-11-19""},{""time"":48995,""label"":""tour_next"",""step"":5},{""time"":55550,""label"":""moved_brush"",""startDate"":""2021-12-08"",""endDate"":""2022-01-31""},{""time"":57150,""label"":""tour_next"",""step"":5},{""time"":68759,""label"":""cleared_brush"",""using"":""Click""},{""time"":68760,""label"":""cleared_brush"",""using"":""Escape""},{""time"":70702,""label"":""tour_next"",""step"":5},{""time"":75666,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690224292821,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar,3.7,0,0,0,0.0,0.0,0,15.0,1.0,0.0,0,0.0,3 +2023-07-24 14:47:56,2023-07-24 14:57:17,0,100,561,1,2023-07-24 14:57:18,R_12s5yyMQRB0ktnW,30.2686,-89.729,EN,1,23.671999999999997,1,3.0,2,6.301,15.011,84,42,24,13.491,77.005,-1,-3,56.388000000000005,1,1,60.998000000000005,1,28.903000000000002,15.114,6,4,6,7,4,6,,23.842,5,5,5,4,4,6,It gives a good breakdown by group and age range.,64.08800000000001,5,,8.542,2,7,3,4,1,5,6,19.404,5,6,7,6,3,9,10,10,,16.958,5,4,5,3,4,4,23.801,4,1,16.507,1,1990,Louisiana,5,2,1,,7,,,19,3,2,46.208,5c8f7b09bf87ea0001bade6a,"{""startTime"":1690224671196,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690224695903,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690224547924,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":43,""label"":""tour_started""},{""time"":4362,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1552,""week"":""52"",""id"":""chart""},{""time"":5948,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2866,""week"":""52"",""id"":""chart""},{""time"":9632,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6250,""week"":""52"",""id"":""chart""},{""time"":20774,""label"":""tour_next"",""step"":5},{""time"":34354,""label"":""cleared_brush"",""using"":""Click""},{""time"":36873,""label"":""cleared_brush"",""using"":""Click""},{""time"":41420,""label"":""started_brush"",""startDate"":""2021-11-18"",""endDate"":""2022-02-03""},{""time"":43007,""label"":""tour_next"",""step"":5},{""time"":50460,""label"":""moved_brush"",""startDate"":""2021-12-31"",""endDate"":""2022-02-03""},{""time"":51617,""label"":""tour_next"",""step"":5},{""time"":57160,""label"":""cleared_brush"",""using"":""Click""},{""time"":58344,""label"":""tour_next"",""step"":5},{""time"":60936,""label"":""tour_end"",""step"":5},{""time"":61995,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1043,""week"":""51"",""id"":""chart""},{""time"":68760,""label"":""started_brush"",""startDate"":""2022-01-03"",""endDate"":""2022-02-01""},{""time"":69498,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1049,""week"":""4"",""id"":""chart""},{""time"":70581,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1150,""week"":""3"",""id"":""chart""},{""time"":72586,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1131,""week"":""2"",""id"":""chart""},{""time"":73882,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1684,""week"":""3"",""id"":""chart""}]}","{""startTime"":1690224655211,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":8311,""label"":""started_brush"",""startDate"":""2021-11-09"",""endDate"":""2022-02-07""},{""time"":9204,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1565,""week"":""52"",""id"":""chart""},{""time"":12659,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1227,""week"":""48"",""id"":""chart""}]}",1,complex,bar,4.2,1,3,2,2.792,1.396,4348,15.0,0.0,1.0,1,1.0,3 +2023-07-24 14:47:20,2023-07-24 14:59:06,0,100,706,1,2023-07-24 14:59:07,R_1g5yiq7EJcL8Hc2,39.4057,-87.4026,EN,1,2.6310000000000002,1,3.0,1,5.462999999999999,15.014000000000001,100,100,74,11.552,24.816999999999997,1,1,45.923,1,1,65.234,1,35.055,15.008,7,5,7,7,6,7,,16.879,5,7,7,7,7,7,"It is from a trustworthy source, and it makes sense with what I know about the effectiveness of the vaccine.",34.382,3,,7.522,2,7,3,4,1,5,6,13.378,6,7,2,6,6,7,11,10,,75.476,3,3,5,1,3,4,131.33700000000002,1,1,9.94,3,2001,Indiana,3,1,1,,7,,,9,4,1,136.214,60feeffdd94575eb62a4e011,"{""startTime"":1690224579278,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690224597233,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690224491056,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":2030,""label"":""hovered"",""timeHovered"":1247,""week"":""2022-01-24""},{""time"":14425,""label"":""tour_next"",""step"":2},{""time"":17629,""label"":""tour_end"",""step"":2},{""time"":19387,""label"":""hovered"",""timeHovered"":1171,""week"":""2022-01-03""}]}","{""startTime"":1690224563280,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":5152,""label"":""hovered"",""timeHovered"":4358,""week"":""2022-01-03""},{""time"":9519,""label"":""hovered"",""timeHovered"":1226,""week"":""2022-01-03""}]}",1,simple,line,3.2,0,2,2,5.584,2.792,4367,15.0,1.0,1.0,1,1.0,1 +2023-07-24 14:43:55,2023-07-24 14:59:08,0,100,913,1,2023-07-24 14:59:09,R_eX0PEosCRuwyLXb,39.3529,-76.5743,EN,1,23.359,1,2.0,1,7.037999999999999,15.005999999999998,75,76,0,22.443,58.994,1,1,89.119,-1,1,113.639,1,66.234,15.008,5,5,1,7,7,5,,49.038000000000004,5,7,7,2,1,5,You can't just be sure of any data you see. You need to know the motivation for collecting the data.,166.324,2,,11.414000000000001,2,7,3,4,1,5,6,32.413000000000004,1,1,1,1,1,1,9,9,,22.929000000000002,5,5,5,1,5,4,40.985,1,3,17.294,1,1986,Maryland,6,2,1,,3,,,12,3,2,86.944,55bc99e3fdf99b06452252f8,"{""startTime"":1690224696459,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690224483957,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690224319423,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":19234,""label"":""tour_next"",""step"":2},{""time"":25804,""label"":""tour_end"",""step"":2},{""time"":26877,""label"":""hovered"",""timeHovered"":2326,""week"":""2022-01-03""},{""time"":29260,""label"":""hovered"",""timeHovered"":2975,""week"":""2022-01-03""}]}","{""startTime"":1690224468486,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":5489,""label"":""hovered"",""timeHovered"":1799,""week"":""2022-01-31""},{""time"":10561,""label"":""hovered"",""timeHovered"":1557,""week"":""2022-01-31""}]}",1,simple,line,4.2,0,2,2,3.3560000000000003,1.6780000000000002,5072,15.0,1.0,0.5,1,1.0,1 +2023-07-24 14:19:13,2023-07-24 14:59:14,0,100,2400,1,2023-07-24 14:59:14,R_1FkQF1c0fpDrykj,43.9813,-75.6059,EN,1,22.921,1,2.0,1,6.57,15.123,74,65,80,134.887,197.081,1,1,149.02200000000002,-3,-3,110.18,1,33.729,15.017000000000001,4,2,3,3,3,5,"No additional thoughts or comments, thank you.",97.70299999999999,4,3,5,2,2,4,"The interactive visualization does make it easier to read the chart, but I believe the information would be better expressed with two graphs: One for vaccinated and one for unvaccinated. The visualization's various colors could be considered overstimulating because of the combination of blues and reds. If there were two separate charts that displayed a set of data (vaccinated and unvaccinated) with clear parameters, (keeping the numbers/size the same between each graph as opposed to adjusting the size to fit the height of the bars) +While this successfully condenses the data into one chart, I believe doing so condenses the data together far too much.",745.362,5,"When asked to explain our answer for ""I trust this visualization"", the three multiple choice questions underneath it weren’t filled out. The questions were prefaced with the statement ""Click to write the question text"", and each question was listed as ""Click to write Statement (1/2/3)"", with half the choices not having been filled out; the middle option was listed as ‘asdf’ and four out of the nine choices were listed as “Click to write Scale Point (9/4/5/6)”. I was unsure if this was intentional as an attention check of some sort, or if a portion of the study's questions were not correctly filled out. Thank you.",539.997,2,7,3,4,1,5,6,21.05,3,4,5,4,4,4,9,7,"No additional thoughts or comments, thank you.",54.665,2,2,3,4,4,2,33.315,2,1,22.035999999999998,2,1988,New York,5,2,1,,7,,,6,4,1,67.07300000000001,5c487308917cc80001519c56,"{""startTime"":1690223221101,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":1879,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1474,""week"":""52"",""id"":""chart""}]}","{""startTime"":1690223319206,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":78694,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1226,""week"":""2"",""id"":""chart""}]}","{""startTime"":1690222974013,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":16174,""label"":""tour_next"",""step"":5},{""time"":62956,""label"":""cleared_brush"",""using"":""Click""},{""time"":65167,""label"":""started_brush"",""startDate"":""2021-12-16"",""endDate"":""2022-01-31""},{""time"":67883,""label"":""tour_next"",""step"":5},{""time"":73222,""label"":""moved_brush"",""startDate"":""2021-12-23"",""endDate"":""2022-02-07""},{""time"":75261,""label"":""tour_next"",""step"":5},{""time"":95953,""label"":""cleared_brush"",""using"":""Click""},{""time"":95953,""label"":""cleared_brush"",""using"":""Escape""},{""time"":97249,""label"":""tour_next"",""step"":5},{""time"":105588,""label"":""tour_end"",""step"":5},{""time"":130569,""label"":""started_brush"",""startDate"":""2021-11-20"",""endDate"":""2022-01-20""},{""time"":137215,""label"":""moved_brush"",""startDate"":""2021-11-24"",""endDate"":""2022-01-24""},{""time"":142867,""label"":""cleared_brush"",""using"":""Click""},{""time"":142867,""label"":""cleared_brush"",""using"":""Escape""},{""time"":147854,""label"":""started_brush"",""startDate"":""2021-11-26"",""endDate"":""2021-12-10""},{""time"":148150,""label"":""cleared_brush"",""using"":""Click""},{""time"":148150,""label"":""cleared_brush"",""using"":""Escape""},{""time"":159006,""label"":""started_brush"",""startDate"":""2021-12-01"",""endDate"":""2022-01-14""},{""time"":162713,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1507,""week"":""52"",""id"":""chart""},{""time"":164633,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":18034,""week"":""52"",""id"":""chart""},{""time"":182668,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7102,""week"":""52"",""id"":""chart""}]}","{""startTime"":1690223205613,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":3872,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1994,""week"":""52"",""id"":""chart""},{""time"":9507,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1269,""week"":""51"",""id"":""chart""},{""time"":11418,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3471,""week"":""52"",""id"":""chart""}]}",1,complex,bar,2.8,0,3,3,6.734,2.244666666666667,7546,15.0,1.0,0.0,1,1.0,3 +2023-07-24 14:46:51,2023-07-24 14:59:14,0,100,742,1,2023-07-24 14:59:14,R_1doBDNkaaAxwzYA,40.8806,-74.1456,EN,1,4.937,2,,2,3.443,15.364,65,29,82,18.377,22.753,1,1,77.398,-3,-3,67.883,1,28.901,15.014000000000001,4,6,6,6,6,5,,32.691,5,6,6,3,3,5,"I only slightly agree because I haven't double checked independently, though i have some inherent trust in what i saw (it did not seem un realistic, the stats) ",157.404,5,,8.002,2,7,3,4,1,5,6,19.438,3,7,7,5,2,5,10,9,,23.365,3,3,5,1,4,3,17.191,5,4,10.786,1,1992,New Jersey,3,2,1,,4,,,17,3,1,91.336,633b59423091867d3a41f0f5,"{""startTime"":1690224665568,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":6207},{""label"":""window_focused"",""time"":14885}]}","{""startTime"":1690224699226,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690224548929,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":21,""label"":""tour_started""},{""time"":7311,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1099,""week"":""1"",""id"":""chart""},{""time"":13737,""label"":""tour_next"",""step"":2},{""time"":16081,""label"":""tour_end"",""step"":2},{""label"":""window_blurred"",""time"":21192},{""label"":""window_focused"",""time"":21853}]}","{""startTime"":1690224650013,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar,3.2,0,0,0,0.0,0.0,0,15.0,1.0,0.0,1,1.0,1 +2023-07-24 14:49:17,2023-07-24 14:59:25,0,100,607,1,2023-07-24 14:59:25,R_1pWFi3RWZoqL12l,43.2343,-88.2311,EN,1,6.3389999999999995,1,3.0,2,8.207,15.005999999999998,100,85,57,15.587,79.344,1,1,67.99,1,1,60.543,-3,29.021,15.008,6,5,6,6,6,6,,23.493000000000002,6,6,6,4,6,6,It seems to be accurate based on my perception of covid cases.,51.00899999999999,2,,7.636,2,7,3,4,1,5,6,12.741,3,3,3,7,6,3,9,9,,20.403,4,3,5,1,3,4,22.915,4,3,12.645,1,1977,Wisconsin,6,2,1,,7,,,3,4,1,120.605,5e4465013f75e52fc82f7096,"{""startTime"":1690224811313,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690224740951,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690224616355,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":2676,""label"":""hovered"",""timeHovered"":2602,""week"":""2021-10-04""},{""time"":13240,""label"":""hovered"",""timeHovered"":3379,""week"":""2022-01-10""},{""time"":20520,""label"":""tour_next"",""step"":5},{""time"":39900,""label"":""started_brush"",""startDate"":""2021-05-05"",""endDate"":""2021-12-05""},{""time"":40665,""label"":""tour_next"",""step"":5},{""time"":49529,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-11""},{""time"":50391,""label"":""tour_next"",""step"":5},{""time"":54853,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-11""},{""time"":55471,""label"":""cleared_brush"",""using"":""click""},{""time"":55472,""label"":""cleared_brush"",""using"":""Escape""},{""time"":57050,""label"":""tour_next"",""step"":5},{""time"":62369,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690224725648,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":5723,""label"":""hovered"",""timeHovered"":2235,""week"":""2021-11-29""}]}",1,complex,line,3.3,0,1,1,2.235,2.235,0,15.0,1.0,1.0,0,0.0,3 +2023-07-24 14:53:36,2023-07-24 15:00:49,0,100,433,1,2023-07-24 15:00:50,R_C8hsdaUWDcwYw6J,39.745,-75.0924,EN,1,3.43,1,3.0,1,4.588,15.007,89,79,24,11.505999999999998,21.423000000000002,1,1,40.129,-2,1,48.633,-3,27.912,15.112,4,4,4,5,3,5,,19.675,5,6,4,1,1,5,Data seems about right for the time period,73.39399999999999,4,,5.9,2,7,3,4,1,5,6,16.250999999999998,5,5,4,4,6,5,7,7,,16.977999999999998,2,3,4,3,2,2,21.441,2,2,10.184,1,1970,New Jersey,6,2,1,,4,,,5,2,1,40.343,6282ad0acc1c40865dfd371d,"{""startTime"":1690225035824,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690224943612,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690224864367,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":6836,""label"":""tour_next"",""step"":2},{""time"":10112,""label"":""tour_end"",""step"":2},{""time"":11328,""label"":""hovered"",""timeHovered"":1244,""week"":""2021-11-22""},{""time"":12575,""label"":""hovered"",""timeHovered"":1239,""week"":""2021-11-22""},{""time"":15915,""label"":""hovered"",""timeHovered"":1701,""week"":""2022-01-03""}]}","{""startTime"":1690224927513,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line,2.7,0,0,0,0.0,0.0,0,15.0,1.0,0.5,0,1.0,1 +2023-07-24 14:55:25,2023-07-24 15:00:59,0,100,334,1,2023-07-24 15:01:00,R_2tu86KAq0RbNT3O,43.9697,-86.4417,EN,1,3.4930000000000003,1,3.0,1,3.971,15.012,89,95,83,12.065,35.983000000000004,1,1,24.235,1,1,24.449,1,40.649,15.012,6,6,6,6,6,6,,12.335,6,6,6,6,5,6,The data seems accurate based on what I already know.,26.889,4,,4.798,2,7,3,4,1,5,6,11.401,3,5,7,8,3,6,9,9,,13.029000000000002,4,4,5,2,4,4,16.973,3,1,9.991,1,1985,Michigan,6,1,1,,7,,,13,4,1,35.001,59add1735e7f4800010ef002,"{""startTime"":1690225062124,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690225075123,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690224968895,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":5216,""label"":""tour_next"",""step"":5},{""time"":13871,""label"":""started_brush"",""startDate"":""2021-06-25"",""endDate"":""2022-02-13""},{""time"":14637,""label"":""moved_brush"",""startDate"":""2021-06-24"",""endDate"":""2022-02-12""},{""time"":15525,""label"":""tour_next"",""step"":5},{""time"":20500,""label"":""moved_brush"",""startDate"":""2021-11-30"",""endDate"":""2022-02-12""},{""time"":21674,""label"":""tour_next"",""step"":5},{""time"":26415,""label"":""cleared_brush"",""using"":""click""},{""time"":26423,""label"":""cleared_brush"",""using"":""Escape""},{""time"":27359,""label"":""tour_next"",""step"":5},{""time"":29293,""label"":""tour_end"",""step"":5},{""time"":33277,""label"":""started_brush"",""startDate"":""2021-11-03"",""endDate"":""2022-02-13""}]}","{""startTime"":1690225046499,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":5985,""label"":""started_brush"",""startDate"":""2021-11-02"",""endDate"":""2022-02-13""},{""time"":7654,""label"":""hovered"",""timeHovered"":1835,""week"":""2022-01-03""},{""time"":13658,""label"":""cleared_brush"",""using"":""click""},{""time"":13661,""label"":""cleared_brush"",""using"":""Escape""}]}",1,complex,line,3.8,1,4,1,1.835,1.835,7676,15.0,1.0,1.0,1,1.0,3 +2023-07-24 14:50:14,2023-07-24 15:01:42,0,100,687,1,2023-07-24 15:01:43,R_1DO0zNGuIsfs6XZ,39.9943,-75.1181,EN,1,5.257000000000001,1,2.0,2,3.5789999999999997,15.017000000000001,76,82,50,17.526,32.556999999999995,1,-2,155.531,-2,1,34.687,-3,14.962,15.022,6,6,2,6,6,6,,15.526,6,6,6,6,6,6,It provide the necessary information that are relevant.,24.595,1,,5.925,2,7,3,4,1,5,6,15.435,1,1,3,1,1,1,9,6,,89.743,1,1,3,3,1,3,98.179,4,5,24.447,1,1987,Pennsylvania,6,2,1,,2,,,10,4,2,84.82600000000001,566a19b57da035000fb39b89,"{""startTime"":1690224769741,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690224726950,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690224662961,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":2374,""label"":""tour_next"",""step"":5},{""time"":6792,""label"":""cleared_brush"",""using"":""click""},{""time"":8758,""label"":""tour_back"",""step"":5},{""time"":13048,""label"":""tour_next"",""step"":5},{""time"":19886,""label"":""started_brush"",""startDate"":""2021-07-03"",""endDate"":""2021-10-08""},{""time"":20338,""label"":""tour_next"",""step"":5},{""time"":22262,""label"":""moved_brush"",""startDate"":""2021-11-07"",""endDate"":""2022-02-13""},{""time"":22722,""label"":""tour_next"",""step"":5},{""time"":26379,""label"":""cleared_brush"",""using"":""Escape""},{""time"":26943,""label"":""started_brush"",""startDate"":""2021-05-22"",""endDate"":""2021-07-20""},{""time"":27577,""label"":""moved_brush"",""startDate"":""2021-11-21"",""endDate"":""2022-01-19""},{""time"":28176,""label"":""tour_next"",""step"":5},{""time"":29482,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690224711540,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line,2.0,0,0,0,0.0,0.0,0,15.0,0.5,0.5,0,0.0,3 +2023-07-24 14:49:24,2023-07-24 15:01:51,0,100,746,1,2023-07-24 15:01:52,R_2CvLNFPfVH26ikP,40.8142,-81.9387,EN,1,5.191,1,1.0,2,10.975999999999999,15.109000000000002,66,86,50,26.886,26.91,1,1,34.111,-2,1,54.316,-3,47.747,15.013,5,5,5,6,6,6,,29.339000000000002,5,6,6,4,4,5,I prefer to have more than one source to compare data on different subjects to see if there are any differences.,142.335,3,,15.877,2,7,3,4,1,5,6,30.480999999999998,5,4,8,6,4,6,7,9,,29.513,3,2,4,3,4,3,39.79,5,2,28.153000000000002,1,2001,Ohio,6,2,1,,9,,Wooster,13,4,1,126.113,615df54b6e2b2b2f76c4be9c,"{""startTime"":1690224901562,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690224710479,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690224633570,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":10548,""label"":""tour_next"",""step"":2},{""time"":12712,""label"":""tour_end"",""step"":2},{""time"":18114,""label"":""hovered"",""timeHovered"":1389,""week"":""2021-12-27""},{""time"":19511,""label"":""hovered"",""timeHovered"":1580,""week"":""2021-12-27""},{""time"":21192,""label"":""hovered"",""timeHovered"":4181,""week"":""2022-01-03""}]}","{""startTime"":1690224695126,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":3854,""label"":""hovered"",""timeHovered"":1532,""week"":""2022-01-03""},{""time"":5453,""label"":""hovered"",""timeHovered"":2123,""week"":""2022-01-03""}]}",1,simple,line,3.2,0,2,2,3.655,1.8275,1599,15.0,1.0,0.5,0,1.0,1 +2023-07-24 14:46:22,2023-07-24 15:01:54,0,100,931,1,2023-07-24 15:01:55,R_1qWeMzwLyp2GFMi,33.7189,-86.8225,EN,1,31.903000000000002,1,4.0,1,21.75,15.110999999999999,92,100,52,39.993,41.148,-3,1,74.001,-3,-3,87.735,-1,56.887,15.112,6,6,6,6,6,6,One of the pages of this survey had incomplete/unfinished questions (like the survey had not been completed when it was being made) so I did not know what I was supposed to respond to. ,112.43,6,6,6,7,6,6,"It seems well organized, legit, and I could not find any suspicious red flags.",64.056,3,,26.818,2,7,3,4,1,5,6,17.999000000000002,3,6,4,5,8,5,10,8,,32.808,3,3,5,3,3,3,31.101,1,1,20.824,2,1988,Alabama,6,1,1,,3,,,7,4,1,162.096,63da7f4e731d3d0ecd22a9d4,"{""startTime"":1690224757311,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690224636429,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":38429,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1366,""week"":""52"",""id"":""chart2""}]}","{""startTime"":1690224504296,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":25,""label"":""tour_started""},{""time"":7120,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1135,""week"":""29"",""id"":""chart""},{""time"":12358,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1067,""week"":""1"",""id"":""chart""},{""time"":16076,""label"":""tour_next"",""step"":2},{""time"":30994,""label"":""tour_end"",""step"":2},{""time"":37235,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1124,""week"":""52"",""id"":""chart2""}]}","{""startTime"":1690224620444,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":5186,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1072,""week"":""52"",""id"":""chart2""},{""time"":8432,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1997,""week"":""52"",""id"":""chart2""},{""time"":10828,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1468,""week"":""52"",""id"":""chart""}]}",1,simple,bar,3.3,0,3,3,4.537,1.5123333333333333,5642,15.0,0.5,0.0,0,0.5,1 +2023-07-24 14:52:54,2023-07-24 15:02:09,0,100,554,1,2023-07-24 15:02:09,R_1hDRbKbrHQIMleZ,35.9077,-94.9905,EN,1,6.047999999999999,1,3.0,2,6.337999999999999,15.107999999999999,76,85,22,18.406,40.317,-2,1,60.29,-3,-3,45.503,1,36.606,15.112,6,6,6,6,6,6,,18.026,6,5,6,5,6,4,looks right and easy to read,22.101,4,,5.3660000000000005,2,7,3,4,1,5,6,27.164,3,1,3,3,3,3,10,7,,16.473,3,2,4,3,2,3,15.869000000000002,4,4,13.565999999999999,2,1998,Oklahoma,3,3,4,"Russia, German, Sweden",1,,,5,4,1,146.129,5e217a34e8ff3a469b5dfebc,"{""startTime"":1690224992036,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690224954184,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690224836654,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":29,""label"":""tour_started""},{""time"":12000,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1399,""week"":""51"",""id"":""chart""},{""time"":15116,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1317,""week"":""1"",""id"":""chart""},{""time"":18337,""label"":""tour_next"",""step"":2},{""time"":29585,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690224938401,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar,2.8,0,0,0,0.0,0.0,0,15.0,0.5,0.0,1,0.5,1 +2023-07-24 14:40:25,2023-07-24 15:02:38,0,100,1333,1,2023-07-24 15:02:39,R_2dyiSixpnM3JPML,40.7742,-111.8721,EN,1,24.101,1,3.0,2,26.401,15.107999999999999,66,71,77,82.602,70.83,1,1,70.268,1,1,114.04299999999999,1,51.376999999999995,15.112,6,4,5,6,7,5,,88.632,4,6,6,2,2,6,The study said to assume that you trust the data for that part of the study. I also mostly trust that data from the cdc is accurate.,119.787,5,,23.293000000000003,2,7,3,4,1,5,6,26.33,4,6,3,6,6,7,11,9,,84.351,3,4,5,2,5,4,102.919,1,1,61.247,1,1981,Utah,3,1,1,,9,,Asian-Caucasian,1,3,1,170.072,5e935de580280569a374fa97,"{""startTime"":1690224475888,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690224565251,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690224274199,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":5573,""label"":""hovered"",""timeHovered"":1319,""week"":""2021-09-06""},{""time"":6981,""label"":""hovered"",""timeHovered"":2260,""week"":""2021-09-06""},{""time"":22074,""label"":""hovered"",""timeHovered"":1269,""week"":""2021-09-27""},{""time"":23343,""label"":""hovered"",""timeHovered"":1287,""week"":""2021-09-27""},{""time"":25329,""label"":""hovered"",""timeHovered"":1805,""week"":""2021-09-27""},{""time"":33181,""label"":""hovered"",""timeHovered"":1711,""week"":""2021-10-25""},{""time"":36421,""label"":""hovered"",""timeHovered"":3479,""week"":""2021-11-15""},{""time"":45325,""label"":""tour_next"",""step"":2},{""time"":61229,""label"":""tour_end"",""step"":2},{""time"":41399,""label"":""hovered"",""timeHovered"":21037,""week"":""2022-02-07""},{""time"":62602,""label"":""hovered"",""timeHovered"":1281,""week"":""2022-01-10""}]}","{""startTime"":1690224460098,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":8468,""label"":""hovered"",""timeHovered"":2263,""week"":""2021-08-30""}]}",1,moderate,line,3.8,0,1,1,2.263,2.263,0,15.0,1.0,1.0,1,1.0,2 +2023-07-24 14:54:40,2023-07-24 15:02:48,0,100,488,1,2023-07-24 15:02:48,R_CdEA39rsnZ49Kb7,34.438,-82.6225,EN,1,4.3580000000000005,2,,2,3.409,15.01,66,90,46,14.333,23.495,-1,1,40.353,-3,-3,48.848,-3,25.109,15.013,5,5,4,5,6,6,,27.14,4,6,5,3,4,5,"The numbers are from the CDC, while trustworthy have had to make changes to covid numbers.",83.01799999999999,5,,8.9,2,7,3,4,1,5,6,12.083,3,4,3,3,2,4,9,8,,16.988,4,3,4,2,4,4,40.853,3,1,9.853,1,1989,South Carolina,3,2,1,,9,,Anderson,3,5,1,52.333999999999996,5bd47734506cd3000101d181,"{""startTime"":1690225022327,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_focused"",""time"":10749}]}","{""startTime"":1690225050319,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690224933177,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":2508,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1417,""week"":""47"",""id"":""chart""},{""time"":11759,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1300,""week"":""52"",""id"":""chart""},{""time"":13092,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1133,""week"":""1"",""id"":""chart""},{""time"":16015,""label"":""tour_next"",""step"":2},{""time"":20442,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690225006786,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":1311},{""time"":9666,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1203,""week"":""50"",""id"":""chart""}]}",1,moderate,bar,3.5,0,1,1,1.203,1.203,0,1.311,0.5,0.0,0,0.0,2 +2023-07-24 14:55:30,2023-07-24 15:04:46,0,100,556,1,2023-07-24 15:04:47,R_210zszMCnHrbOYU,30.4882,-91.1443,EN,1,4.023,2,,1,2.6630000000000003,15.012,66,99,74,16.223,33.211,-2,-3,58.903,-3,-3,92.969,1,36.409,15.114,5,4,5,6,6,5,,27.915,5,6,4,1,1,5,I would assume more unvacced people get covid and more often but i'd like to see the sources and how they got the data,61.443000000000005,2,,7.5329999999999995,2,7,3,4,1,5,6,16.909000000000002,1,1,4,6,3,2,9,9,,26.114,2,3,3,3,2,3,26.116999999999997,4,4,12.511,1,1996,Colorado,3,1,1,,7,,,5,4,2,53.738,631636ea6359694a5ae0be31,"{""startTime"":1690225178305,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690225095049,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690224986009,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":5879,""label"":""tour_next"",""step"":2},{""time"":9029,""label"":""tour_end"",""step"":2},{""time"":11781,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3541,""week"":""52"",""id"":""chart""},{""time"":15364,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1799,""week"":""1"",""id"":""chart""},{""time"":18469,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1374,""week"":""52"",""id"":""chart2""},{""time"":19878,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2029,""week"":""1"",""id"":""chart2""},{""time"":26950,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1607,""week"":""14"",""id"":""chart2""}]}","{""startTime"":1690225079365,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":2280,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1423,""week"":""52"",""id"":""chart""}]}",1,simple,bar,2.7,0,1,1,1.423,1.423,0,15.0,0.0,0.0,1,0.0,1 +2023-07-24 14:54:08,2023-07-24 15:04:56,0,100,648,1,2023-07-24 15:04:57,R_28HU7XAT3veJIyV,42.0364,-88.324,EN,1,6.4239999999999995,1,1.0,2,6.682,15.008,84,86,50,27.802,89.825,1,1,80.346,1,1,101.258,1,48.567,15.015,5,5,5,5,5,5,,20.385,5,5,5,4,5,5,The graph is easy to understand and has a lot of data.,48.646,4,,10.51,2,7,3,4,1,5,6,25.405,6,6,6,6,6,6,6,6,,15.034,3,3,4,3,3,3,16.292,3,3,13.819,1,1983,Illinois,4,2,1,,9,,South Elgin,7,2,1,66.237,5dd31871c5faa232d3c20365,"{""startTime"":1690225140551,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690225072371,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690224917823,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":6856,""label"":""tour_next"",""step"":5},{""time"":10946,""label"":""tour_back"",""step"":5},{""time"":13204,""label"":""tour_next"",""step"":5},{""time"":32894,""label"":""cleared_brush"",""using"":""Click""},{""time"":47389,""label"":""cleared_brush"",""using"":""Click""},{""time"":47676,""label"":""cleared_brush"",""using"":""Click""},{""time"":48413,""label"":""cleared_brush"",""using"":""Click""},{""time"":49579,""label"":""cleared_brush"",""using"":""Click""},{""time"":51301,""label"":""cleared_brush"",""using"":""Click""},{""time"":52681,""label"":""cleared_brush"",""using"":""Click""},{""time"":54810,""label"":""cleared_brush"",""using"":""Click""},{""time"":55193,""label"":""cleared_brush"",""using"":""Click""},{""time"":55440,""label"":""cleared_brush"",""using"":""Click""},{""time"":55854,""label"":""cleared_brush"",""using"":""Click""},{""time"":56689,""label"":""cleared_brush"",""using"":""Click""},{""time"":58230,""label"":""started_brush"",""startDate"":""2021-11-10"",""endDate"":""2022-02-01""},{""time"":58751,""label"":""moved_brush"",""startDate"":""2021-11-10"",""endDate"":""2022-02-01""},{""time"":59654,""label"":""tour_next"",""step"":5},{""time"":65414,""label"":""moved_brush"",""startDate"":""2021-07-15"",""endDate"":""2021-10-06""},{""time"":66267,""label"":""cleared_brush"",""using"":""Click""},{""time"":67157,""label"":""started_brush"",""startDate"":""2021-11-11"",""endDate"":""2021-12-18""},{""time"":67815,""label"":""tour_next"",""step"":5},{""time"":72166,""label"":""cleared_brush"",""using"":""Click""},{""time"":72166,""label"":""cleared_brush"",""using"":""Escape""},{""time"":77628,""label"":""tour_next"",""step"":5},{""time"":81640,""label"":""tour_end"",""step"":5},{""time"":83097,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1051,""week"":""52"",""id"":""chart""}]}","{""startTime"":1690225056887,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":11415,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1088,""week"":""40"",""id"":""chart""}]}",1,complex,bar,3.2,0,1,1,1.088,1.088,0,15.0,1.0,1.0,1,1.0,3 +2023-07-24 14:58:27,2023-07-24 15:05:17,0,100,410,1,2023-07-24 15:05:18,R_p6NzS1JHawpONvX,39.5953,-79.9229,EN,1,5.455,1,2.0,2,5.435,15.008,75,96,50,25.14,46.342,1,1,46.208,-1,-1,12.015999999999998,-2,33.745,15.008,4,3,3,6,7,3,,18.572,3,5,4,2,3,3,Who knows anymore,34.851,3,,11.03,2,7,3,4,1,5,6,17.894000000000002,3,3,8,8,3,7,9,9,,18.562,3,3,3,4,2,4,20.721,5,4,9.561,1,2001,West Virginia,6,2,1,,7,,,17,3,2,38.907,60ff674ee503c8c1e2be7dc4,"{""startTime"":1690225317534,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690225266512,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690225170028,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":26,""label"":""tour_started""},{""time"":4985,""label"":""tour_next"",""step"":5},{""time"":8813,""label"":""tour_back"",""step"":5},{""time"":12061,""label"":""tour_next"",""step"":5},{""time"":18848,""label"":""started_brush"",""startDate"":""2021-06-05"",""endDate"":""2021-10-31""},{""time"":20497,""label"":""tour_next"",""step"":5},{""time"":23841,""label"":""moved_brush"",""startDate"":""2021-04-23"",""endDate"":""2021-09-18""},{""time"":24734,""label"":""tour_next"",""step"":5},{""time"":32686,""label"":""moved_brush"",""startDate"":""2021-04-23"",""endDate"":""2021-09-18""},{""time"":33246,""label"":""moved_brush"",""startDate"":""2021-04-23"",""endDate"":""2021-09-18""},{""time"":33449,""label"":""moved_brush"",""startDate"":""2021-04-23"",""endDate"":""2021-09-18""},{""time"":36580,""label"":""cleared_brush"",""using"":""Click""},{""time"":36580,""label"":""cleared_brush"",""using"":""Escape""},{""time"":40189,""label"":""tour_next"",""step"":5},{""time"":43231,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690225251039,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":3712,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3706,""week"":""1"",""id"":""chart""}]}",1,complex,bar,3.2,0,1,1,3.7060000000000004,3.7060000000000004,0,15.0,1.0,0.0,0,0.0,3 +2023-07-24 14:43:30,2023-07-24 15:06:23,0,100,1372,1,2023-07-24 15:06:23,R_Uuq155cnn9neT6h,40.2995,-76.5868,EN,1,118.181,2,,1,5.9,15.013,11,100,20,60.89,54.628,1,-3,92.87200000000001,-2,-3,128.31,1,124.26799999999999,15.009,1,1,1,7,7,1,,59.407,1,4,1,1,1,1,"I don't believe any data that came out with covid 19. Because there has not been a good amount of time on research even done on covid 19. Everyone wants to make it political so no, I do not trust this either. Look how many people are vaccinated and have even died from covid 19. ",271.351,1,,23.798000000000002,2,7,3,4,1,5,6,26.018,6,1,11,7,3,6,2,9,,67.678,3,3,2,2,3,4,85.197,6,2,31.595,2,1975,Pennsylvania,2,2,1,,7,,,7,2,2,128.284,558a035bfdf99b2d75651378,"{""startTime"":1690224593225,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690224653445,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690224428625,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":19244,""label"":""tour_next"",""step"":2},{""time"":26382,""label"":""tour_end"",""step"":2},{""time"":36745,""label"":""hovered"",""timeHovered"":3754,""week"":""2021-12-27""},{""time"":51408,""label"":""hovered"",""timeHovered"":1879,""week"":""2021-12-27""}]}","{""startTime"":1690224577505,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":11475,""label"":""hovered"",""timeHovered"":2615,""week"":""2021-12-27""}]}",1,simple,line,2.8,0,1,1,2.615,2.615,0,15.0,0.5,0.0,1,0.5,1 +2023-07-24 14:52:35,2023-07-24 15:07:00,0,100,864,1,2023-07-24 15:07:01,R_1ePrFIlveBbOQye,39.9242,-75.0193,EN,1,2.8310000000000004,1,3.0,2,7.245,15.204,41,18,53,32.425,91.958,1,1,62.603,-3,-3,88.596,1,53.082,15.206,6,2,5,6,7,6,,38.201,5,2,2,1,2,5,The visualization seems like it was made to be a bit unclear visually. It is hard to visualize a change for a particular age group or vaccination status.,120.116,4,,7.436,2,7,3,4,1,5,6,15.943,4,4,2,6,5,2,10,10,,35.010999999999996,3,3,4,3,4,3,125.34200000000001,2,3,12.078,1,1992,New Jersey,6,2,1,,7,,,8,4,2,41.839,5e574010f269721002764a53,"{""startTime"":1690224986961,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690225025611,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":2033},{""label"":""window_focused"",""time"":52706}]}","{""startTime"":1690224825529,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":3781,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1750,""week"":""52"",""id"":""chart""},{""time"":12498,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3234,""week"":""51"",""id"":""chart""},{""time"":15982,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1382,""week"":""51"",""id"":""chart""},{""time"":17784,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2197,""week"":""2"",""id"":""chart""},{""time"":19998,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1016,""week"":""3"",""id"":""chart""},{""time"":21943,""label"":""tour_next"",""step"":5},{""time"":32553,""label"":""started_brush"",""startDate"":""2021-05-27"",""endDate"":""2021-07-25""},{""time"":33462,""label"":""tour_next"",""step"":5},{""time"":42222,""label"":""cleared_brush"",""using"":""Click""},{""time"":45416,""label"":""cleared_brush"",""using"":""Click""},{""time"":46535,""label"":""cleared_brush"",""using"":""Click""},{""time"":49065,""label"":""cleared_brush"",""using"":""Click""},{""time"":50160,""label"":""cleared_brush"",""using"":""Click""},{""time"":51071,""label"":""started_brush"",""startDate"":""2021-10-03"",""endDate"":""2022-01-02""},{""time"":55460,""label"":""moved_brush"",""startDate"":""2021-07-10"",""endDate"":""2021-10-10""},{""time"":57126,""label"":""tour_next"",""step"":5},{""time"":67146,""label"":""cleared_brush"",""using"":""Click""},{""time"":68548,""label"":""tour_next"",""step"":5},{""time"":73222,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690224971314,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":10098,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2166,""week"":""50"",""id"":""chart""},{""time"":12710,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2338,""week"":""52"",""id"":""chart""}]}",1,complex,bar,3.3,0,2,2,4.504,2.252,2612,15.0,1.0,0.0,1,1.0,3 +2023-07-24 14:56:51,2023-07-24 15:07:25,0,100,634,1,2023-07-24 15:07:26,R_3CCbJDpzaxtSPxr,33.0674,-96.2351,EN,1,4.89,1,2.0,1,5.837000000000001,15.011,17,25,21,10.455,88.11,1,1,50.948,-1,1,41.982,-3,28.753,15.01,4,4,4,3,4,3,,18.817999999999998,4,2,3,2,2,3,It's not easily accessible (understandable) to the average person which is discrediting.,26.589000000000002,4,,7.091,2,7,3,4,1,5,6,11.402999999999999,2,2,6,3,2,2,4,3,,14.952,2,2,2,4,2,2,19.297,6,3,7.939,2,1991,Texas,6,1,1,,9,,JOSEPHINE,9,1,1,204.202,605504fc7a5a699c16ae8b4d,"{""startTime"":1690225259737,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690225217474,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690225084274,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":60,""label"":""tour_started""},{""time"":8461,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2267,""week"":""41"",""id"":""chart""},{""time"":16646,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1965,""week"":""52"",""id"":""chart""},{""time"":18612,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1181,""week"":""52"",""id"":""chart""},{""time"":23700,""label"":""tour_next"",""step"":5},{""time"":38412,""label"":""started_brush"",""startDate"":""2021-05-30"",""endDate"":""2021-07-29""},{""time"":39927,""label"":""tour_next"",""step"":5},{""time"":46765,""label"":""moved_brush"",""startDate"":""2021-05-30"",""endDate"":""2021-08-15""},{""time"":47907,""label"":""tour_next"",""step"":5},{""time"":55396,""label"":""cleared_brush"",""using"":""Click""},{""time"":55396,""label"":""cleared_brush"",""using"":""Escape""},{""time"":57010,""label"":""tour_next"",""step"":5},{""time"":62767,""label"":""tour_end"",""step"":5},{""time"":63803,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1257,""week"":""52"",""id"":""chart""},{""time"":65283,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1022,""week"":""52"",""id"":""chart""},{""time"":71924,""label"":""started_brush"",""startDate"":""2022-01-02"",""endDate"":""2022-02-02""},{""time"":73400,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4691,""week"":""1"",""id"":""chart""},{""time"":78218,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1790,""week"":""1"",""id"":""chart""},{""time"":80025,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2650,""week"":""1"",""id"":""chart""},{""time"":83322,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1469,""week"":""1"",""id"":""chart""},{""time"":84893,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1150,""week"":""1"",""id"":""chart""}]}","{""startTime"":1690225201991,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":9085,""label"":""started_brush"",""startDate"":""2021-11-02"",""endDate"":""2022-01-04""},{""time"":10260,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1250,""week"":""1"",""id"":""chart""},{""time"":12754,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2138,""week"":""50"",""id"":""chart""}]}",1,complex,bar,2.3,1,3,2,3.388,1.694,3669,15.0,1.0,0.5,0,0.0,3 +2023-07-24 14:57:35,2023-07-24 15:08:37,0,100,661,1,2023-07-24 15:08:37,R_2amKKXlWupiIchI,34.9334,-81.9689,EN,1,17.434,1,2.0,1,5.107,15.107999999999999,61,83,59,39.580999999999996,23.873,1,1,55.085,-3,-3,118.744,1,33.164,15.01,4,6,4,6,5,5,,24.061999999999998,7,6,6,6,4,6,It seems like a reliable chart and statistics for the timeline of COVID. ,87.59299999999999,3,,12.870999999999999,2,7,3,4,1,5,6,25.635,3,6,9,8,3,7,8,9,,28.051,3,4,4,4,4,3,31.138,3,1,18.483,2,1993,South Carolina,6,1,1,,9,,Duncan,5,2,1,55.077,612fdaecc1abdf34d995ae90,"{""startTime"":1690225426843,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690225315512,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690225156764,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":10156,""label"":""tour_next"",""step"":2},{""time"":14538,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690225300131,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":5399,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3214,""week"":""51"",""id"":""chart""},{""time"":10269,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1708,""week"":""49"",""id"":""chart""}]}",1,moderate,bar,3.7,0,2,2,4.922,2.461,4870,15.0,1.0,0.0,1,0.0,2 +2023-07-24 15:02:23,2023-07-24 15:09:03,0,100,399,1,2023-07-24 15:09:03,R_20OMOChcXdsRvYB,38.8579,-77.0602,EN,1,4.706,1,2.0,1,7.272,15.009,95,97,87,22.406999999999996,34.68,1,1,37.489000000000004,1,1,35.38,1,26.434,15.013,5,5,5,6,5,5,,23.974,6,7,6,5,3,6,The data is clearly shown and easy to interpret.,26.97,5,,4.815,2,7,3,4,1,5,6,13.487,3,4,8,8,3,6,9,8,,24.660999999999998,5,4,5,1,5,5,13.493,6,2,13.454,1,1998,Virginia,7,3,1,,7,,,13,4,1,42.708,5e0413f6d62abeed46e254f6,"{""startTime"":1690225537152,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690225488651,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690225399708,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":6120,""label"":""tour_next"",""step"":2},{""time"":9848,""label"":""tour_end"",""step"":2},{""time"":12774,""label"":""hovered"",""timeHovered"":2443,""week"":""2021-04-12""},{""time"":19502,""label"":""hovered"",""timeHovered"":5701,""week"":""2022-01-03""},{""time"":26465,""label"":""hovered"",""timeHovered"":1710,""week"":""2022-01-03""},{""time"":29662,""label"":""hovered"",""timeHovered"":1658,""week"":""2022-02-07""}]}","{""startTime"":1690225473084,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":5576,""label"":""hovered"",""timeHovered"":1428,""week"":""2021-10-11""},{""time"":10675,""label"":""hovered"",""timeHovered"":1935,""week"":""2021-08-16""}]}",1,simple,line,4.2,0,2,2,3.363,1.6815,5099,15.0,1.0,1.0,1,1.0,1 +2023-07-24 15:00:40,2023-07-24 15:09:21,0,100,521,1,2023-07-24 15:09:22,R_3Hq7R9bb66eFatx,45.3894,-122.586,EN,1,4.099,1,3.0,2,5.665,15.014000000000001,79,79,53,25.778000000000002,31.369,1,1,35.666,1,-3,66.316,1,69.691,15.122,6,4,6,5,6,6,,28.375999999999998,5,6,6,6,6,6,"It comes from the CDC. And it makes logical sense, in that there are more infections among the unvaccinated than the vaccinated.",57.756,4,,9.293,2,7,3,4,1,5,6,20.107,4,7,3,7,8,2,9,7,,21.248,4,4,4,2,4,3,28.642,3,2,10.133,1,1971,Oregon,6,3,1,,7,,,6,4,1,36.977,5ed59b175d4222135fddf229,"{""startTime"":1690225414368,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":20,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3571,""week"":""51"",""id"":""chart""},{""time"":4421,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1298,""week"":""51"",""id"":""chart""}]}","{""startTime"":1690225443209,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690225300302,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":11384,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7017,""week"":""52"",""id"":""chart""},{""time"":20000,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1416,""week"":""52"",""id"":""chart""},{""time"":23024,""label"":""tour_next"",""step"":2},{""time"":28751,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690225398869,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":4017,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1073,""week"":""1"",""id"":""chart""},{""time"":5205,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3308,""week"":""2"",""id"":""chart""}]}",1,moderate,bar,3.5,0,2,2,4.381,2.1905,1188,15.0,1.0,0.5,1,0.5,2 +2023-07-24 14:56:18,2023-07-24 15:10:05,0,100,826,1,2023-07-24 15:10:06,R_9LJwdZuyEjkqXHr,32.7203,-117.1552,EN,1,8.166,2,,1,4.059,15.01,0,71,50,63.605,71.202,1,1,56.458,1,1,84.104,1,108.20100000000001,15.014000000000001,1,1,1,7,6,1,,47.268,5,7,4,2,2,7,"Because the instructions specifically said that I should assume that I trust the visualization. Otherwise, I really don't. ",48.946999999999996,6,,13.003,2,7,3,4,1,5,6,26.476999999999997,5,3,7,7,1,5,6,7,,41.748999999999995,2,4,2,2,3,5,30.391,6,3,20.194000000000003,2,1978,California,6,2,1,,2,,,8,4,2,82.365,5723c21ca300060009bc6d9d,"{""startTime"":1690225363252,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690225261804,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690225088619,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":32,""label"":""tour_started""},{""time"":5043,""label"":""hovered"",""timeHovered"":38614,""week"":""2022-01-10""},{""time"":47687,""label"":""tour_next"",""step"":2},{""time"":54514,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690225245817,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line,3.0,0,0,0,0.0,0.0,0,15.0,1.0,1.0,1,1.0,2 +2023-07-24 15:02:17,2023-07-24 15:10:29,0,100,492,1,2023-07-24 15:10:30,R_1li6fO6WQ8oYsJN,40.4409,-79.9857,EN,1,6.897,1,2.0,1,5.176,15.019,95,84,72,15.681,19.214000000000002,1,1,49.88,1,1,46.637,1,22.083000000000002,15.127,6,5,6,6,6,6,,23.131,6,6,6,4,4,5,It would is hard to make out the day to day case or how much they've gone up or down over a set period.,69.86,4,,11.082,2,7,3,4,1,5,6,24.165,4,5,4,5,5,3,9,9,,25.315,4,3,4,2,4,4,26.616,1,1,12.633,1,1983,Pennsylvania,6,3,1,,7,,,3,4,1,60.46,5a2476f6efec480001f29c16,"{""startTime"":1690225481113,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690225504882,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690225393996,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":11075,""label"":""tour_next"",""step"":2},{""time"":14743,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690225465352,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line,3.5,0,0,0,0.0,0.0,0,15.0,1.0,1.0,1,1.0,1 +2023-07-24 15:00:24,2023-07-24 15:11:28,0,100,663,1,2023-07-24 15:11:29,R_2w6OTk9TFbz9FDI,35.3878,-118.936,EN,1,11.48,1,4.0,1,9.66,15.158,100,80,50,40.408,28.357,1,1,48.016000000000005,1,-3,67.42699999999999,-2,28.045,15.224,7,5,4,7,7,7,,110.90700000000001,4,7,7,3,3,7,"Its from the CDC, a reliable government source. In a sea of people trying to sway the population one way or another, there is not many more reliable than straight from the source information the CDC has.",67.59899999999999,1,"That was a nice trick with the mouse over on the graphs, but I feel most people would miss that as an option or not even bother to use it.",47.34,2,7,3,4,1,5,6,15.433,4,8,1,1,6,1,9,9,,18.018,1,1,1,5,1,1,18.295,2,2,8.117,1,1986,California,6,2,1,,4,,,5,3,2,45.975,5e20a27f25a4d03b9ee10bc6,"{""startTime"":1690225411946,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":4544},{""label"":""window_focused"",""time"":65598},{""time"":66810,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2385,""week"":""52"",""id"":""chart""},{""time"":99771,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2894,""week"":""52"",""id"":""chart""}]}","{""startTime"":1690225523985,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690225317843,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":60,""label"":""tour_started""},{""time"":12892,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1383,""week"":""14"",""id"":""chart""},{""time"":15975,""label"":""tour_next"",""step"":2},{""time"":23612,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690225395747,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":7719,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2606,""week"":""52"",""id"":""chart2""},{""time"":10986,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3372,""week"":""1"",""id"":""chart2""}]}",1,simple,bar,1.7,0,2,2,5.978,2.989,3267,15.0,1.0,0.5,0,1.0,1 +2023-07-24 15:02:05,2023-07-24 15:11:38,0,100,572,1,2023-07-24 15:11:39,R_20MME3u16Xwho29,31.8573,-102.3476,EN,1,52.817,1,2.0,2,18.273,15.014000000000001,85,50,55,61.427,62.668,1,1,23.436,-3,1,65.395,1,34.321999999999996,15.011,5,6,6,6,7,7,,16.904,6,7,6,7,6,7,It definitely seems accurate and that the person who put it together knew what they were doing with it.,29.256999999999998,5,,6.707000000000001,2,7,3,4,1,5,6,12.554,3,1,3,3,4,5,10,10,,16.099,4,3,5,2,4,5,26.639,2,2,10.784,3,2000,Texas,2,2,1,,4,,,4,4,1,53.525,5b393581c49ecb00010a6693,"{""startTime"":1690225646868,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690225585303,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690225471951,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":8365,""label"":""hovered"",""timeHovered"":1347,""week"":""2022-01-10""},{""time"":10270,""label"":""hovered"",""timeHovered"":1089,""week"":""2022-01-10""},{""time"":12668,""label"":""tour_next"",""step"":5},{""time"":25990,""label"":""started_brush"",""startDate"":""2021-05-31"",""endDate"":""2022-01-23""},{""time"":27454,""label"":""moved_brush"",""startDate"":""2021-06-21"",""endDate"":""2022-02-13""},{""time"":27871,""label"":""moved_brush"",""startDate"":""2021-06-21"",""endDate"":""2022-02-13""},{""time"":28817,""label"":""tour_next"",""step"":5},{""time"":31072,""label"":""moved_brush"",""startDate"":""2021-06-21"",""endDate"":""2022-02-13""},{""time"":33986,""label"":""moved_brush"",""startDate"":""2021-06-21"",""endDate"":""2022-02-13""},{""time"":35158,""label"":""tour_next"",""step"":5},{""time"":46044,""label"":""moved_brush"",""startDate"":""2021-06-21"",""endDate"":""2022-02-13""},{""time"":49230,""label"":""moved_brush"",""startDate"":""2021-06-21"",""endDate"":""2022-02-13""},{""time"":51720,""label"":""moved_brush"",""startDate"":""2021-06-21"",""endDate"":""2022-02-13""},{""time"":52377,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-12-04""},{""time"":52888,""label"":""started_brush"",""startDate"":""2022-01-07"",""endDate"":""2022-01-08""},{""time"":53160,""label"":""moved_brush"",""startDate"":""2022-01-07"",""endDate"":""2022-01-08""},{""time"":54103,""label"":""cleared_brush"",""using"":""click""},{""time"":54981,""label"":""started_brush"",""startDate"":""2021-04-24"",""endDate"":""2021-08-19""},{""time"":55868,""label"":""moved_brush"",""startDate"":""2021-10-19"",""endDate"":""2022-02-13""},{""time"":56689,""label"":""tour_next"",""step"":5},{""time"":60600,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690225569827,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":4992,""label"":""started_brush"",""startDate"":""2021-06-04"",""endDate"":""2021-07-03""},{""time"":7520,""label"":""moved_brush"",""startDate"":""2021-12-10"",""endDate"":""2022-01-09""},{""time"":7945,""label"":""cleared_brush"",""using"":""click""}]}",1,complex,line,3.8,1,3,0,0.0,0.0,2953,15.0,1.0,0.5,1,1.0,3 +2023-07-24 15:04:03,2023-07-24 15:11:54,0,100,471,1,2023-07-24 15:11:55,R_30v5fBo6QBkdPux,42.62,-73.8343,EN,1,2.378,1,3.0,1,3.373,15.085999999999999,100,91,87,71.70100000000001,5.13,-2,-3,29.38,-3,-2,73.633,-3,19.409000000000002,15.11,7,6,7,6,7,7,Not really.,42.946000000000005,7,7,7,4,5,7,Well that one showed the data and had a breakdown when I hovered over it. ,38.469,2,,6.5329999999999995,2,7,3,4,1,5,6,10.042,4,2,4,4,1,2,9,10,,11.728,4,4,4,1,5,4,15.847999999999999,4,3,34.056999999999995,1,1992,New York,3,2,1,,7,,,12,4,1,49.24,5bb3830499d3d900017ad3d2,"{""startTime"":1690225690975,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690225639369,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690225544260,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":2785,""label"":""tour_next"",""step"":2},{""time"":4390,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690225623826,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":4535,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2183,""week"":""2"",""id"":""chart""},{""time"":10098,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1254,""week"":""4"",""id"":""chart""}]}",1,moderate,bar,3.7,0,2,2,3.437,1.7185,5563,15.0,0.0,0.0,0,0.0,2 +2023-07-24 14:52:58,2023-07-24 15:11:56,0,100,1137,1,2023-07-24 15:11:56,R_3oSECsCLC42aDS6,45.461000000000006,-122.7052,EN,1,15.130999999999998,1,3.0,1,6.845,15.009,91,86,56,12.85,137.711,1,-3,43.968999999999994,-2,1,90.354,1,78.275,15.007,6,5,6,5,6,5,:),18.074,5,5,4,2,2,5,It looks scientifically accurate.,23.775,4,Thank you.,104.583,2,7,3,4,1,5,6,43.706,6,7,2,7,6,6,9,8,Thank you.,98.921,3,2,3,4,2,3,176.812,1,3,13.754000000000001,1,1983,Oregon,3,2,1,,7,,,5,4,2,184.94099999999997,5e8caf1b063693041f6ac524,"{""startTime"":1690225141262,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690225093772,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690224847188,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":21,""label"":""tour_started""},{""label"":""window_blurred"",""time"":18153},{""label"":""window_focused"",""time"":112513},{""time"":121354,""label"":""tour_next"",""step"":2},{""time"":126103,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690225077729,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":8097,""label"":""hovered"",""timeHovered"":1571,""week"":""2022-01-10""},{""time"":13157,""label"":""hovered"",""timeHovered"":1115,""week"":""2022-01-31""}]}",1,moderate,line,2.8,0,2,2,2.6860000000000004,1.3430000000000002,5060,15.0,0.5,0.5,1,0.5,2 +2023-07-24 15:03:32,2023-07-24 15:12:00,0,100,507,1,2023-07-24 15:12:00,R_3h3zmHKaI3GrBts,42.1293,-72.7522,EN,1,3.591,1,3.0,2,11.165,15.117,99,100,48,19.74,24.28,-3,1,50.098,-3,-3,115.51799999999999,1,28.089000000000002,15.007,6,6,6,7,7,6,,19.371,6,6,4,1,2,6,it came from the CDC,83.81299999999999,2,,5.093,2,7,3,4,1,5,6,9.277000000000001,1,1,3,1,4,6,10,9,,13.327,4,4,5,2,5,5,10.534,1,1,10.335999999999999,2,1979,Massachusetts,7,3,1,,9,,Agawam,4,4,1,41.063,55a55bd7fdf99b790558627c,"{""startTime"":1690225627254,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690225647003,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690225471453,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":14040,""label"":""tour_next"",""step"":2},{""time"":16911,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690225611800,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar,4.2,0,0,0,0.0,0.0,0,15.0,0.5,0.0,1,0.0,2 +2023-07-24 14:38:23,2023-07-24 15:12:03,0,100,2019,1,2023-07-24 15:12:04,R_3Krt3KgzWHsWVYH,34.0899,-118.0871,EN,1,493.05800000000005,1,4.0,2,6.681,15.007,81,70,72,169.813,180.424,1,-3,49.239,-3,-3,52.165,1,49.867,15.017000000000001,6,5,6,6,6,6,,19.113,5,6,6,5,4,5,The data the visualization uses seems to come from a reliable source. I'd like to cross reference it with other sources to make sure the data is consistent.,115.15899999999999,4,,7.274,2,7,3,4,1,5,6,18.195,6,7,6,7,6,7,9,8,,19.897000000000002,3,3,3,3,4,3,19.258,3,2,11.04,1,1984,California,9,2,1,,2,,,19,4,1,84.434,60de6eaecf5d59c0e0670050,"{""startTime"":1690225633987,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690225067464,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690224820029,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":15094,""label"":""tour_next"",""step"":5},{""time"":32907,""label"":""tour_back"",""step"":5},{""time"":41590,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4619,""week"":""1"",""id"":""chart""},{""time"":48456,""label"":""tour_next"",""step"":5},{""time"":54574,""label"":""cleared_brush"",""using"":""Click""},{""time"":55410,""label"":""cleared_brush"",""using"":""Click""},{""time"":56718,""label"":""cleared_brush"",""using"":""Click""},{""time"":62893,""label"":""started_brush"",""startDate"":""2021-09-16"",""endDate"":""2022-01-05""},{""time"":63787,""label"":""tour_next"",""step"":5},{""time"":70641,""label"":""moved_brush"",""startDate"":""2021-08-16"",""endDate"":""2021-12-05""},{""time"":74778,""label"":""moved_brush"",""startDate"":""2021-05-06"",""endDate"":""2021-08-25""},{""time"":76799,""label"":""cleared_brush"",""using"":""Click""},{""time"":77513,""label"":""tour_next"",""step"":5},{""time"":83354,""label"":""cleared_brush"",""using"":""Click""},{""time"":83355,""label"":""cleared_brush"",""using"":""Escape""},{""time"":85827,""label"":""tour_next"",""step"":5},{""time"":90130,""label"":""tour_end"",""step"":5},{""time"":92658,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":57321,""week"":""1"",""id"":""chart""},{""label"":""window_blurred"",""time"":151961},{""label"":""window_focused"",""time"":180328}]}","{""startTime"":1690225051849,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":10590,""label"":""cleared_brush"",""using"":""Click""},{""time"":12501,""label"":""moved_brush"",""startDate"":""2021-10-07"",""endDate"":""2021-12-18""},{""time"":15277,""label"":""moved_brush"",""startDate"":""2021-11-20"",""endDate"":""2022-01-31""}]}",1,complex,bar,3.2,0,3,0,0.0,0.0,4687,15.0,0.5,0.0,1,1.0,3 +2023-07-24 14:45:45,2023-07-24 15:12:11,0,100,1586,1,2023-07-24 15:12:12,R_3NX7WVuI6DGCk0W,43.0391,-76.1277,EN,1,3.739,1,1.0,2,7.645,15.104000000000001,88,90,63,25.836,67.40100000000001,1,1,103.93700000000001,-1,-1,65.12899999999999,1,81.91199999999999,15.106,6,5,2,5,6,6,,35.194,5,5,6,6,6,7,The information seemed accurate and visually appealing.,68.15100000000001,4,,6.672999999999999,2,7,3,4,1,5,6,27.421999999999997,4,4,5,7,5,5,10,6,,319.647,2,1,2,4,2,2,39.376,4,2,9.392999999999999,2,1962,California,7,1,1,,7,,,9,5,1,134.841,5dae25fc2e361800135fbd02,"{""startTime"":1690225000588,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690225036260,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":19080},{""label"":""window_focused"",""time"":21046},{""label"":""window_blurred"",""time"":21647},{""label"":""window_focused"",""time"":22941},{""label"":""window_blurred"",""time"":23886},{""label"":""window_focused"",""time"":24517}]}","{""startTime"":1690224834354,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":10615,""label"":""tour_next"",""step"":5},{""time"":32450,""label"":""cleared_brush"",""using"":""click""},{""time"":33593,""label"":""cleared_brush"",""using"":""click""},{""time"":35294,""label"":""started_brush"",""startDate"":""2021-08-02"",""endDate"":""2021-10-29""},{""time"":36054,""label"":""tour_next"",""step"":5},{""time"":45316,""label"":""moved_brush"",""startDate"":""2021-11-05"",""endDate"":""2022-02-01""},{""time"":46249,""label"":""tour_next"",""step"":5},{""time"":53134,""label"":""moved_brush"",""startDate"":""2021-11-17"",""endDate"":""2022-02-13""},{""time"":60416,""label"":""moved_brush"",""startDate"":""2021-11-17"",""endDate"":""2022-02-13""},{""time"":62414,""label"":""cleared_brush"",""using"":""click""},{""time"":63805,""label"":""tour_next"",""step"":5},{""time"":65744,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690224984931,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line,2.2,0,0,0,0.0,0.0,0,15.0,1.0,0.0,1,1.0,3 +2023-07-24 15:01:23,2023-07-24 15:12:31,0,100,668,1,2023-07-24 15:12:32,R_2S6P0svcMzLnSFd,38.6961,-90.2544,EN,1,6.5729999999999995,1,3.0,2,7.386,15.015999999999998,64,64,37,23.113000000000003,112.27600000000001,-2,-2,50.435,1,1,54.217,-3,40.535,15.110999999999999,5,2,5,6,6,6,Thank you for all your hard work!,48.24100000000001,6,6,6,7,6,6,It relies upon factual data (presumably).,25.355,6,Thank you for all your hard work!,15.286,2,7,3,4,1,5,6,18.546,1,3,6,8,7,6,9,9,Thank you for all your hard work!,29.988000000000003,4,4,4,1,4,4,45.776,1,1,10.936,1,1982,Missouri,7,3,1,,7,,,3,4,1,58.508,63d15d3dd6cacf7e94f8c0b1,"{""startTime"":1690225603557,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690225553574,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690225384038,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":3599,""label"":""hovered"",""timeHovered"":1101,""week"":""2021-12-13""},{""time"":16800,""label"":""hovered"",""timeHovered"":1065,""week"":""2021-05-24""},{""time"":34083,""label"":""hovered"",""timeHovered"":1299,""week"":""2022-01-10""},{""time"":36966,""label"":""tour_next"",""step"":5},{""time"":51685,""label"":""started_brush"",""startDate"":""2021-05-28"",""endDate"":""2021-06-04""},{""time"":54023,""label"":""cleared_brush"",""using"":""click""},{""time"":59667,""label"":""started_brush"",""startDate"":""2021-07-11"",""endDate"":""2021-11-21""},{""time"":59962,""label"":""moved_brush"",""startDate"":""2021-07-11"",""endDate"":""2021-11-21""},{""time"":60580,""label"":""cleared_brush"",""using"":""click""},{""time"":62965,""label"":""started_brush"",""startDate"":""2021-12-01"",""endDate"":""2022-01-10""},{""time"":63433,""label"":""cleared_brush"",""using"":""click""},{""time"":64704,""label"":""tour_next"",""step"":5},{""time"":68501,""label"":""started_brush"",""startDate"":""2021-06-23"",""endDate"":""2021-10-15""},{""time"":71858,""label"":""started_brush"",""startDate"":""2021-05-27"",""endDate"":""2021-06-18""},{""time"":72353,""label"":""cleared_brush"",""using"":""click""},{""time"":78433,""label"":""started_brush"",""startDate"":""2022-01-05"",""endDate"":""2022-02-13""},{""time"":79406,""label"":""cleared_brush"",""using"":""click""},{""time"":82147,""label"":""started_brush"",""startDate"":""2021-05-08"",""endDate"":""2021-06-02""},{""time"":83411,""label"":""moved_brush"",""startDate"":""2021-05-08"",""endDate"":""2021-06-02""},{""time"":84478,""label"":""tour_next"",""step"":5},{""time"":89222,""label"":""moved_brush"",""startDate"":""2021-05-08"",""endDate"":""2021-06-02""},{""time"":90680,""label"":""cleared_brush"",""using"":""click""},{""time"":90682,""label"":""cleared_brush"",""using"":""Escape""},{""time"":91919,""label"":""tour_next"",""step"":5},{""time"":96634,""label"":""tour_end"",""step"":5},{""time"":103345,""label"":""started_brush"",""startDate"":""2021-04-14"",""endDate"":""2021-05-06""},{""time"":105040,""label"":""moved_brush"",""startDate"":""2021-04-14"",""endDate"":""2021-05-06""},{""time"":111282,""label"":""moved_brush"",""startDate"":""2021-10-11"",""endDate"":""2021-11-02""}]}","{""startTime"":1690225537933,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":7789,""label"":""hovered"",""timeHovered"":2341,""week"":""2021-05-31""}]}",1,complex,line,3.5,0,1,1,2.3409999999999997,2.3409999999999997,0,15.0,0.0,1.0,0,0.0,3 +2023-07-24 15:00:16,2023-07-24 15:13:07,0,100,770,1,2023-07-24 15:13:07,R_25TmJ0WtMKXgtRT,36.8692,-76.2951,EN,1,21.000999999999998,1,3.0,1,49.69,15.110999999999999,70,75,53,70.135,22.053,-2,1,108.757,-3,-3,56.575,1,39.623000000000005,15.115,5,4,5,5,6,5,,35.935,3,5,4,3,3,4,I don't feel like I have enough information to determine if it is trustworthy,65.233,5,,13.184000000000001,2,7,3,4,1,5,6,21.03,2,5,7,7,3,5,9,9,,38.995,2,2,3,4,3,2,31.686999999999998,2,2,13.452,2,1971,Florida,7,1,1,,7,,,10,4,1,91.46799999999999,6452a769e4c781f0fce9126d,"{""startTime"":1690225534469,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690225571330,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690225386483,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":26,""label"":""tour_started""},{""time"":5952,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1987,""week"":""1"",""id"":""chart""},{""time"":8007,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1549,""week"":""52"",""id"":""chart""},{""time"":12198,""label"":""tour_next"",""step"":2},{""time"":19124,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690225518606,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":8096,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2152,""week"":""52"",""id"":""chart2""},{""time"":10316,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1631,""week"":""51"",""id"":""chart2""},{""time"":12084,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1165,""week"":""50"",""id"":""chart2""}]}",1,simple,bar,2.7,0,3,3,4.948,1.6493333333333335,3988,15.0,0.5,0.0,1,0.5,1 +2023-07-24 14:44:00,2023-07-24 15:13:13,0,100,1752,1,2023-07-24 15:13:13,R_3CZ9QDNKkW3IsgK,39.7128,-105.0953,EN,1,199.196,1,4.0,2,13.072000000000001,15.012,100,100,44,68.368,92.292,1,1,186.195,-3,1,214.28799999999998,1,93.59700000000001,15.013,6,6,7,7,7,7,The previous page bubble question was confusing. I have know idea what I was answering about.,153.457,6,7,7,7,7,7,It is from a trusted source. I trust the data.,160.429,5,,32.721,2,7,3,4,1,5,6,69.90100000000001,4,7,9,8,3,4,10,9,,52.254,4,5,5,1,5,5,59.657,3,1,41.895,2,1965,Colorado,6,2,1,,7,,,9,2,1,169.666,622a4950fe920c5a243b8b8c,"{""startTime"":1690225121782,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":6846,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2267,""week"":""46"",""id"":""chart""}]}","{""startTime"":1690224916702,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690224593535,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":26514,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":9719,""week"":""51"",""id"":""chart""},{""time"":38628,""label"":""tour_next"",""step"":2},{""time"":74485,""label"":""tour_end"",""step"":2},{""time"":79846,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4849,""week"":""15"",""id"":""chart""},{""time"":85254,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1150,""week"":""36"",""id"":""chart""}]}","{""startTime"":1690224901217,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":9835,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3073,""week"":""48"",""id"":""chart""}]}",1,moderate,bar,4.2,0,1,1,3.073,3.073,0,15.0,1.0,0.5,1,0.5,2 +2023-07-24 15:04:40,2023-07-24 15:13:20,0,100,520,1,2023-07-24 15:13:21,R_z1LGEd0xR5h2EMx,44.0944,-121.2863,EN,1,7.107,1,4.0,2,7.077000000000001,15.025,78,100,58,33.804,36.821999999999996,1,-2,32.434,1,1,49.806999999999995,1,26.15,15.125,5,3,6,7,2,6,,47.206,5,7,6,4,6,6,"This visualization seems to be an accurate reporting, though it does not include a source to back it up.",46.022,4,,6.973,2,7,3,4,1,5,6,15.912,2,5,2,7,6,4,10,9,,29.878,4,3,4,3,4,3,30.583000000000002,1,2,8.971,3,1993,Oregon,3,1,1,,7,,,4,4,1,52.32,63d82b0ef18b425db684c7e5,"{""startTime"":1690225721359,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690225650733,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690225562539,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":30,""label"":""tour_started""},{""time"":7989,""label"":""hovered"",""timeHovered"":1307,""week"":""2021-12-20""},{""time"":10486,""label"":""hovered"",""timeHovered"":2540,""week"":""2022-01-24""},{""time"":20721,""label"":""tour_next"",""step"":2},{""time"":25971,""label"":""tour_end"",""step"":2},{""time"":15395,""label"":""hovered"",""timeHovered"":11344,""week"":""2022-02-07""},{""label"":""window_blurred"",""time"":35075},{""label"":""window_focused"",""time"":35251}]}","{""startTime"":1690225634011,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7779,""label"":""hovered"",""timeHovered"":2082,""week"":""2022-01-03""},{""time"":11732,""label"":""hovered"",""timeHovered"":2659,""week"":""2022-01-03""}]}",1,simple,line,3.5,0,2,2,4.7410000000000005,2.3705,3953,15.0,0.5,1.0,1,0.5,1 +2023-07-24 15:00:07,2023-07-24 15:13:27,0,100,799,1,2023-07-24 15:13:28,R_2b2GgqoW0DWtJgT,38.8025,-90.3448,EN,1,8.974,1,1.0,1,7.859,15.007,76,83,61,21.985,30.159000000000002,1,1,54.035,-2,1,55.06399999999999,-3,283.83299999999997,15.009,6,2,6,6,7,6,,33.383,5,7,7,2,5,6,Scientific data outside of the visualization would lead me to believe that the data presented is more believable than not.,46.545,2,,6.624,2,7,3,4,1,5,6,18.492,1,1,5,3,1,2,9,8,,21.103,2,3,5,2,4,4,61.666000000000004,3,2,12.325999999999999,1,1992,Missouri,6,2,1,,3,,,13,4,1,52.792,581ed572115ee9000179b44d,"{""startTime"":1690225453266,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690225371751,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":7979},{""label"":""window_focused"",""time"":10474}]}","{""startTime"":1690225270183,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":18209,""label"":""tour_next"",""step"":2},{""time"":25272,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690225356254,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":4710,""label"":""hovered"",""timeHovered"":4147,""week"":""2022-01-10""},{""time"":11698,""label"":""hovered"",""timeHovered"":1137,""week"":""2022-01-03""}]}",1,moderate,line,3.3,0,2,2,5.284,2.642,6988,15.0,1.0,0.5,0,0.5,2 +2023-07-24 15:03:23,2023-07-24 15:13:36,0,100,613,1,2023-07-24 15:13:36,R_TbzG3NB7Cb5M8Jb,44.0683,-123.0763,EN,1,13.353,1,2.0,1,6.416,15.011,100,76,51,17.814,116.59899999999999,1,-2,36.899,-2,-1,33.141999999999996,1,42.812,15.012,7,4,7,5,7,7,,32.400999999999996,7,7,7,6,3,5,I trust is completely but I don't trust my or other peoples ability to understand it,65.163,4,,7.8389999999999995,2,7,3,4,1,5,6,19.563,5,5,3,6,5,1,11,9,,23.955,2,2,5,5,2,2,19.245,2,1,11.904000000000002,2,1975,Oregon,3,1,1,,7,,,9,3,1,93.26,5d32bdd9f0689e00195ac2db,"{""startTime"":1690225728683,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690225643729,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690225468022,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":4,""label"":""tour_started""},{""time"":15437,""label"":""hovered"",""timeHovered"":1074,""week"":""2021-11-01""},{""time"":19469,""label"":""hovered"",""timeHovered"":2825,""week"":""2022-01-10""},{""time"":28126,""label"":""tour_next"",""step"":5},{""time"":46174,""label"":""started_brush"",""startDate"":""2021-04-15"",""endDate"":""2022-01-05""},{""time"":52149,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-01-01""},{""time"":53049,""label"":""tour_next"",""step"":5},{""time"":59941,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-01-01""},{""time"":60529,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-01-01""},{""time"":60924,""label"":""moved_brush"",""startDate"":""2021-04-30"",""endDate"":""2022-01-21""},{""time"":63757,""label"":""moved_brush"",""startDate"":""2021-05-23"",""endDate"":""2022-02-13""},{""time"":66495,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-01-01""},{""time"":67348,""label"":""moved_brush"",""startDate"":""2021-04-26"",""endDate"":""2022-01-16""},{""time"":68706,""label"":""tour_next"",""step"":5},{""time"":74660,""label"":""moved_brush"",""startDate"":""2021-05-23"",""endDate"":""2022-02-13""},{""time"":76199,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-01-01""},{""time"":82659,""label"":""moved_brush"",""startDate"":""2021-04-27"",""endDate"":""2022-01-17""},{""time"":91175,""label"":""cleared_brush"",""using"":""click""},{""time"":91178,""label"":""cleared_brush"",""using"":""Escape""},{""time"":93739,""label"":""started_brush"",""startDate"":""2021-07-03"",""endDate"":""2021-08-05""},{""time"":94148,""label"":""moved_brush"",""startDate"":""2021-07-03"",""endDate"":""2021-08-05""},{""time"":95265,""label"":""tour_next"",""step"":5},{""time"":99505,""label"":""tour_end"",""step"":5},{""time"":109714,""label"":""moved_brush"",""startDate"":""2021-07-03"",""endDate"":""2022-01-14""},{""time"":111652,""label"":""moved_brush"",""startDate"":""2021-08-01"",""endDate"":""2022-02-13""},{""time"":114620,""label"":""moved_brush"",""startDate"":""2021-11-10"",""endDate"":""2022-02-13""}]}","{""startTime"":1690225628188,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line,3.0,0,0,0,0.0,0.0,0,15.0,0.5,0.0,1,1.0,3 +2023-07-24 14:56:35,2023-07-24 15:13:39,0,100,1023,1,2023-07-24 15:13:40,R_3NwhHOV9PtEKuMR,36.053000000000004,-95.7336,EN,1,220.27,1,3.0,1,4.643,15.109000000000002,50,86,50,50.797,126.93700000000001,-2,1,62.763999999999996,-3,-3,70.697,-3,53.27,15.008,4,5,4,6,6,4,,27.736,5,5,4,2,4,4,Getting information on the internet is not always 100% trustworthy.,62.211999999999996,4,,11.168,2,7,3,4,1,5,6,18.44,4,5,3,3,1,3,6,7,,23.752,2,2,5,4,3,2,31.236,2,1,18.018,2,2000,Oklahoma,2,1,1,,7,,,12,4,2,121.551,610038371297afd6f2db9323,"{""startTime"":1690225621914,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690225493140,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690225296610,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":22013,""label"":""tour_next"",""step"":5},{""time"":43546,""label"":""cleared_brush"",""using"":""Click""},{""time"":46592,""label"":""started_brush"",""startDate"":""2021-11-29"",""endDate"":""2022-01-01""},{""time"":49847,""label"":""tour_next"",""step"":5},{""time"":60813,""label"":""moved_brush"",""startDate"":""2021-11-30"",""endDate"":""2022-01-02""},{""time"":62630,""label"":""tour_next"",""step"":5},{""time"":70575,""label"":""cleared_brush"",""using"":""Click""},{""time"":70575,""label"":""cleared_brush"",""using"":""Escape""},{""time"":72946,""label"":""tour_next"",""step"":5},{""time"":83457,""label"":""tour_end"",""step"":5},{""time"":92923,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-05-02""},{""time"":125248,""label"":""moved_brush"",""startDate"":""2022-01-10"",""endDate"":""2022-02-07""}]}","{""startTime"":1690225477698,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar,3.0,0,0,0,0.0,0.0,0,15.0,0.5,0.0,0,0.0,3 +2023-07-24 14:55:23,2023-07-24 15:14:11,0,100,1128,1,2023-07-24 15:14:12,R_27UNzvUhuVxGxy9,28.6623,-81.4136,EN,1,15.675999999999998,1,2.0,2,13.886,15.014000000000001,84,100,83,63.381,149.845,-2,1,80.78699999999999,-3,-3,130.735,1,45.146,15.120999999999999,6,6,6,4,4,6,It was more about how the orange unvaccinated is above the vaccinated bar making it unclear for me how many caught covid. I would put the bar colors separate somehow. Or make the orange bar include the blue part as well as its own area.,113.553,5,4,3,4,4,5,I trust it but I dont trust the understanding of the blue bar being with the orange bar. It makes me feel there was more unvaccinated that caught covid.,97.775,4,unfortunately not everyone can be trusted in an age where people make careers off lying to others.,45.402,2,7,3,4,1,5,6,24.301,3,6,3,5,6,4,10,8,people that have the actual degree and worked all their lives studying something should be more trusted.,94.115,4,4,5,1,4,5,38.565,1,2,19.421,1,1971,Florida,3,3,1,,7,,,8,4,1,87.35600000000001,6429d2a209001f0ed092be98,"{""startTime"":1690225594750,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690225349116,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":25,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3082,""week"":""2"",""id"":""chart""},{""time"":4214,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1435,""week"":""51"",""id"":""chart""},{""time"":9097,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2637,""week"":""51"",""id"":""chart""}]}","{""startTime"":1690225051294,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":32559,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6410,""week"":""36"",""id"":""chart""},{""time"":40117,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5229,""week"":""52"",""id"":""chart""},{""time"":50391,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2681,""week"":""17"",""id"":""chart""},{""time"":54271,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":15134,""week"":""27"",""id"":""chart""},{""time"":73702,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":9123,""week"":""52"",""id"":""chart""},{""time"":85274,""label"":""tour_next"",""step"":2},{""time"":96817,""label"":""tour_end"",""step"":2},{""time"":99848,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1444,""week"":""1"",""id"":""chart""},{""time"":102302,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3314,""week"":""14"",""id"":""chart""},{""time"":106209,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2524,""week"":""31"",""id"":""chart""},{""time"":109595,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1570,""week"":""33"",""id"":""chart""},{""time"":112853,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2842,""week"":""49"",""id"":""chart""},{""time"":118329,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1056,""week"":""50"",""id"":""chart""},{""time"":119730,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":18342,""week"":""52"",""id"":""chart""},{""time"":138629,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1368,""week"":""41"",""id"":""chart""},{""time"":144151,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1612,""week"":""31"",""id"":""chart""}]}","{""startTime"":1690225333372,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar,3.8,0,0,0,0.0,0.0,0,15.0,0.5,0.0,1,0.0,2 +2023-07-24 14:48:16,2023-07-24 15:14:26,0,100,1569,1,2023-07-24 15:14:27,R_xinHvEiVzTFg3Jv,42.5353,-83.7768,EN,1,105.713,1,4.0,1,19.208,15.110999999999999,7,91,50,43.853,68.47,1,1,70.03699999999999,1,-3,116.068,-2,73.854,15.120999999999999,1,1,1,7,4,1,,63.15,1,7,4,1,1,1,"I know for a fact that more people that you are indicating in this ""visualization"" ended up having COVID during all of these time periods. Every vaccinated person I know has had COVID, so your ""findings"" don't make sense to me.",219.75099999999998,6,I believe your data is very flawed. Every single vaccinated person I know has had COVID and had COVID during the time period you have concentrated your questions on.,130.329,2,7,3,4,1,5,6,44.033,2,2,10,6,3,9,6,11,,45.62,3,4,5,1,4,4,72.696,5,1,73.745,2,1956,Michigan,4,2,1,,7,,,9,1,2,110.18,5ddc44d65a40f2bb49218200,"{""startTime"":1690225348793,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690225096403,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690224894233,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":17,""label"":""tour_started""},{""time"":23923,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1498,""week"":""52"",""id"":""chart""},{""time"":26139,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4353,""week"":""52"",""id"":""chart""},{""time"":30572,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3666,""week"":""1"",""id"":""chart""},{""time"":34788,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":9466,""week"":""2"",""id"":""chart""},{""time"":44689,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3666,""week"":""3"",""id"":""chart""},{""time"":49557,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7632,""week"":""6"",""id"":""chart""},{""time"":59962,""label"":""tour_next"",""step"":2},{""time"":64265,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690225080004,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":5882,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2940,""week"":""2"",""id"":""chart""}]}",1,moderate,bar,3.5,0,1,1,2.94,2.94,0,15.0,1.0,0.5,0,0.5,2 +2023-07-24 14:54:33,2023-07-24 15:14:28,0,100,1195,1,2023-07-24 15:14:29,R_vkT4GSP8vPXQakh,40.7123,-74.0068,EN,1,3.648,1,3.0,1,6.5360000000000005,15.007,93,100,28,37.806,48.501999999999995,1,1,181.832,1,-3,311.81,-3,69.71,15.116,7,6,1,7,7,7,,190.891,7,7,7,7,7,7,"it seems accurate, its not verified but nothing about it is unbelievable",49.766999999999996,3,,21.508000000000003,2,7,3,4,1,5,6,19.451,2,2,4,2,4,6,11,8,,15.865,3,2,2,4,4,3,49.145,1,1,9.479,2,1999,New York,5,1,1,,7,,,1,4,1,76.149,60fdc74a770dd16724c85634,"{""startTime"":1690225196846,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":30,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":166942,""week"":""51"",""id"":""chart""}]}","{""startTime"":1690225388876,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690224949392,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":20,""label"":""tour_started""},{""time"":9634,""label"":""tour_next"",""step"":2},{""time"":23738,""label"":""tour_end"",""step"":2},{""time"":24964,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":10586,""week"":""52"",""id"":""chart2""}]}","{""startTime"":1690225180988,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar,3.0,0,0,0,0.0,0.0,0,15.0,1.0,0.5,0,1.0,1 +2023-07-24 15:08:08,2023-07-24 15:15:02,0,100,414,1,2023-07-24 15:15:03,R_2RQgrSASl9d0Mv5,40.4102,-104.7584,EN,1,3.571,2,,1,1.993,15.019,100,88,73,16.801,11.78,-2,1,49.773,1,-3,56.483000000000004,1,21.754,15.115,6,6,5,7,6,6,,16.133,6,6,6,2,6,5,I think that there could be more information put into the visualization ,35.753,2,,11.905999999999999,2,7,3,4,1,5,6,18.719,7,6,6,6,5,7,8,10,,15.865,4,4,4,2,4,3,16.511,3,2,20.570999999999998,2,1993,Colorado,4,2,1,,9,,Greeley,9,2,1,48.308,5deb3c192235ad24f4a21826,"{""startTime"":1690225820563,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690225837391,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690225735551,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":60,""label"":""tour_started""},{""time"":6199,""label"":""tour_next"",""step"":2},{""time"":8567,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690225804898,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar,3.5,0,0,0,0.0,0.0,0,15.0,0.5,0.5,1,0.5,2 +2023-07-24 15:02:00,2023-07-24 15:15:15,0,100,794,1,2023-07-24 15:15:16,R_1mkN2y43Aju12Uz,41.6614,-70.2363,EN,1,2.633,2,,1,3.008,15.005,50,100,77,33.87,15.940999999999999,-2,1,98.05,1,1,130.436,1,37.446,15.106,4,4,3,6,6,3,The previous screen had some blank questions,71.271,4,5,3,2,3,3,I don't know the process behind how the data was gathered,69.602,3,,9.445,2,7,3,4,1,5,6,26.368000000000002,1,1,4,4,1,3,1,4,,40.885999999999996,4,4,4,2,4,4,94.23899999999999,6,3,16.5,1,1995,Massachusetts,6,2,1,,7,,,3,1,2,44.928000000000004,63387c9062aa152eb6651c78,"{""startTime"":1690225671311,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690225585335,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690225390543,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":6605,""label"":""tour_next"",""step"":2},{""time"":8916,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690225537746,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar,3.7,0,0,0,0.0,0.0,0,15.0,0.5,1.0,1,1.0,2 +2023-07-24 15:06:55,2023-07-24 15:15:48,0,100,532,1,2023-07-24 15:15:49,R_2akpqvz1rHenKwP,42.635,-79.0455,EN,1,11.927,1,2.0,1,5.189,15.113,88,60,81,11.936,14.571,1,-2,56.477,1,1,62.486999999999995,-1,73.033,15.011,6,5,6,6,7,7,,17.308,6,5,6,3,5,7,It was made by the CDC,113.301,5,None,7.837000000000001,2,7,3,4,1,5,6,6.905,5,9,10,7,9,6,8,10,None,17.927,4,3,4,2,3,3,31.66,3,4,10.13,1,2002,New York,3,2,1,,7,,,9,4,2,30.65,63e8326b8d067b28655586fb,"{""startTime"":1690225764224,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_focused"",""time"":4492}]}","{""startTime"":1690225782235,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690225670606,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":4,""label"":""tour_started""},{""time"":10593,""label"":""tour_next"",""step"":2},{""time"":12460,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690225748653,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":12761}]}",1,moderate,line,3.2,0,0,0,0.0,0.0,0,12.761,0.5,1.0,0,1.0,2 +2023-07-24 15:05:47,2023-07-24 15:16:02,0,100,615,1,2023-07-24 15:16:02,R_3OokqskL7E6Td8H,32.5845,-97.3741,EN,1,11.867,1,3.0,2,4.302,15.015,72,100,82,24.244,70.58,1,1,46.825,-1,1,87.875,1,34.552,15.009,5,6,6,7,7,5,,34.683,4,7,5,3,3,6,"The visualization was from a reputable source, and the data seemed to align with what I believe the data would look like.",57.02,3,,7.097,2,7,3,4,1,5,6,21.154,5,4,4,6,2,6,9,8,,22.689,2,5,5,1,5,4,35.076,3,1,14.630999999999998,2,1999,Texas,4,3,1,,3,,,17,3,2,50.841,5ed5afc6e8229914710ada06,"{""startTime"":1690225753266,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690225788579,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690225618664,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":8979,""label"":""hovered"",""timeHovered"":8915,""week"":""2021-12-27""},{""time"":18829,""label"":""hovered"",""timeHovered"":1232,""week"":""2022-01-10""},{""time"":20063,""label"":""hovered"",""timeHovered"":1566,""week"":""2022-01-10""},{""time"":23896,""label"":""hovered"",""timeHovered"":1449,""week"":""2022-01-10""},{""time"":28732,""label"":""hovered"",""timeHovered"":1702,""week"":""2021-08-16""},{""time"":37784,""label"":""tour_next"",""step"":2},{""time"":45002,""label"":""tour_end"",""step"":2},{""time"":48899,""label"":""hovered"",""timeHovered"":1657,""week"":""2021-08-16""},{""time"":53124,""label"":""hovered"",""timeHovered"":2010,""week"":""2022-01-31""},{""time"":61331,""label"":""hovered"",""timeHovered"":1805,""week"":""2022-01-03""}]}","{""startTime"":1690225737307,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":9685,""label"":""hovered"",""timeHovered"":2547,""week"":""2021-08-16""}]}",1,simple,line,3.7,0,1,1,2.5469999999999997,2.5469999999999997,0,15.0,1.0,0.5,1,1.0,1 +2023-07-24 15:07:16,2023-07-24 15:16:11,0,100,534,1,2023-07-24 15:16:11,R_PYAzVRWcr6WYAdb,35.7704,-78.6293,EN,1,7.0089999999999995,1,2.0,1,4.031000000000001,15.107999999999999,100,100,85,11.427999999999999,19.276,1,-3,49.97,-3,-3,68.36399999999999,-3,39.032,15.005999999999998,7,6,7,7,7,7,,16.984,6,7,6,6,4,7,Assuming the source is actually the CDC I generally believe they have accurate and trustworthy data.,42.865,5,"Unsure if it was an attention check or an actual problem, but on the page with the written response there were 3 sample questions with random filler text.",36.119,2,7,3,4,1,5,6,20.395,4,4,4,7,6,4,10,9,,24.923000000000002,3,3,3,3,4,3,42.485,1,1,11.694,1,1992,North Carolina,5,1,1,,7,,,16,4,2,67.138,5fff70ac22e2ad0995d0d45b,"{""startTime"":1690225768158,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690225785653,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690225682243,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":6350,""label"":""tour_next"",""step"":2},{""time"":18103,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690225752671,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":6338,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2458,""week"":""52"",""id"":""chart""}]}",1,simple,bar,3.2,0,1,1,2.458,2.458,0,15.0,0.5,0.0,0,0.5,1 +2023-07-24 15:01:56,2023-07-24 15:16:31,0,100,875,1,2023-07-24 15:16:32,R_31TWXTuCS5FyqUW,42.364,-71.0265,EN,1,44.474,1,1.0,2,10.429,15.020999999999999,78,13,26,27.901,56.339,-2,-3,75.59100000000001,1,-3,75.866,-1,42.4,15.022,5,3,3,5,6,3,I do not trust this data. I have lost all confidence in all government sources. I find them to be biased to fit a liberal agenda.,128.997,2,1,2,2,2,3,I find it very confusing to read and follow,110.87899999999999,2,,14.227,2,7,3,4,1,5,6,24.146,1,1,1,1,1,1,1,2,,17.048,2,3,4,3,3,2,49.365,4,2,25.884,2,1967,Massachusetts,6,2,1,,7,,,3,2,1,59.371,5f7cfe8edd75001c4eb45861,"{""startTime"":1690225744610,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690225597088,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":4348,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1537,""week"":""52"",""id"":""chart2""}]}","{""startTime"":1690225445109,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":35,""label"":""tour_started""},{""time"":9071,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2265,""week"":""14"",""id"":""chart""},{""time"":12425,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1445,""week"":""52"",""id"":""chart""},{""time"":14118,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1366,""week"":""47"",""id"":""chart""},{""time"":16251,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1990,""week"":""52"",""id"":""chart""},{""time"":19217,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6799,""week"":""6"",""id"":""chart""},{""time"":29633,""label"":""tour_next"",""step"":2},{""time"":34639,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1325,""week"":""17"",""id"":""chart2""},{""time"":38651,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1880,""week"":""32"",""id"":""chart2""},{""time"":53862,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690225580174,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":9865,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2736,""week"":""14"",""id"":""chart""},{""time"":13533,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1651,""week"":""52"",""id"":""chart""}]}",1,simple,bar,2.8,0,2,2,4.387,2.1935,3668,15.0,0.0,0.5,0,0.0,1 +2023-07-24 14:59:04,2023-07-24 15:16:41,0,100,1056,1,2023-07-24 15:16:41,R_XAq5ubJK7pRD2Eh,28.1412,-82.5931,EN,1,51.589,1,3.0,2,26.791999999999998,15.011,95,87,50,52.532,44.843,1,-2,53.856,1,1,64.44800000000001,1,47.847,15.009,6,6,6,6,6,6,,28.698,6,6,6,4,6,6,I agree with the statement because the data/visualization was provided by the CDC.,145.201,4,"I did not understand the section of the study labeled ""Click to write the question text"" or ""Click to write the statement"". The page may have not loaded correctly.",107.303,2,7,3,4,1,5,6,31.618000000000002,2,5,6,6,2,5,9,8,,84.40100000000001,3,4,4,2,4,4,85.27600000000001,4,2,23.149,1,1981,Florida,6,2,1,,7,,,7,3,2,108.764,60ec601b8525af507f06373d,"{""startTime"":1690225529275,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690225558659,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690225413823,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":13114,""label"":""hovered"",""timeHovered"":1217,""week"":""2021-11-08""},{""time"":32055,""label"":""tour_next"",""step"":2},{""time"":38821,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690225513622,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":9044,""label"":""hovered"",""timeHovered"":1076,""week"":""2021-08-16""},{""time"":10693,""label"":""hovered"",""timeHovered"":1002,""week"":""2021-05-03""}]}",1,simple,line,3.5,0,2,2,2.0780000000000003,1.0390000000000001,1649,15.0,0.5,1.0,1,0.5,1 +2023-07-24 15:09:11,2023-07-24 15:16:51,0,100,460,1,2023-07-24 15:16:51,R_3MAQmyh5ad2yZ7x,30.1294,-95.4238,EN,1,4.071000000000001,1,2.0,2,4.663,15.011,76,94,50,22.469,21.197,1,1,40.66,1,1,33.955999999999996,-3,32.553000000000004,15.011,6,5,5,7,7,5,,25.456999999999997,5,7,6,1,2,6,The visualization is true and is represented well. ,28.629,5,,9.333,2,7,3,4,1,5,6,12.107000000000001,1,1,9,8,1,4,7,9,,16.449,3,3,3,3,3,3,16.735,5,2,10.796,1,1989,Texas,6,3,1,,7,,,8,1,2,98.259,5ffd392153021d20d0939515,"{""startTime"":1690225885999,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690225911904,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690225808172,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":4,""label"":""tour_started""},{""time"":1664,""label"":""hovered"",""timeHovered"":1692,""week"":""2021-09-06""},{""time"":4404,""label"":""hovered"",""timeHovered"":9413,""week"":""2022-01-03""},{""time"":15538,""label"":""tour_next"",""step"":2},{""time"":18681,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690225870624,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":1703,""label"":""hovered"",""timeHovered"":2673,""week"":""2022-01-03""},{""time"":5072,""label"":""hovered"",""timeHovered"":1270,""week"":""2022-01-31""},{""time"":6402,""label"":""hovered"",""timeHovered"":4510,""week"":""2022-01-03""},{""time"":12575,""label"":""hovered"",""timeHovered"":1107,""week"":""2022-01-03""}]}",1,simple,line,3.0,0,4,4,9.56,2.39,10872,15.0,1.0,1.0,0,1.0,1 +2023-07-24 15:05:31,2023-07-24 15:17:06,0,100,694,1,2023-07-24 15:17:06,R_1jwaGfWqm36aExe,34.6796,-82.9325,EN,1,8.306000000000001,1,2.0,1,8.769,15.112,100,100,100,29.77,158.891,1,-2,72.995,1,-2,19.865,1,44.001999999999995,15.11,4,4,4,7,7,5,,34.76,7,7,7,1,5,7,Very well organized ,39.465,4,,9.304,2,7,3,4,1,5,6,44.86,1,1,1,1,1,1,11,8,,25.448,5,5,5,1,5,5,32.034,1,2,15.892000000000001,1,2000,South Carolina,3,2,1,,7,,,4,4,2,67.765,5bdcc0e876d6d50001bc33b9,"{""startTime"":1690225830338,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":1132,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1266,""week"":""52"",""id"":""chart""}]}","{""startTime"":1690225865727,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690225609826,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":49,""label"":""tour_started""},{""time"":401,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1071,""week"":""49"",""id"":""chart""},{""time"":13394,""label"":""tour_next"",""step"":5},{""time"":30856,""label"":""cleared_brush"",""using"":""Click""},{""time"":35237,""label"":""cleared_brush"",""using"":""Click""},{""time"":38110,""label"":""cleared_brush"",""using"":""Click""},{""time"":41282,""label"":""cleared_brush"",""using"":""Click""},{""time"":54323,""label"":""cleared_brush"",""using"":""Click""},{""time"":56340,""label"":""cleared_brush"",""using"":""Click""},{""time"":67944,""label"":""moved_brush"",""startDate"":""2021-10-02"",""endDate"":""2022-02-07""},{""time"":70146,""label"":""moved_brush"",""startDate"":""2021-10-02"",""endDate"":""2022-01-09""},{""time"":72345,""label"":""tour_back"",""step"":5},{""time"":75236,""label"":""tour_next"",""step"":5},{""time"":96645,""label"":""cleared_brush"",""using"":""Click""},{""time"":101691,""label"":""started_brush"",""startDate"":""2021-07-29"",""endDate"":""2021-08-16""},{""time"":104329,""label"":""moved_brush"",""startDate"":""2021-07-29"",""endDate"":""2021-09-02""},{""time"":108593,""label"":""tour_next"",""step"":5},{""time"":115975,""label"":""moved_brush"",""startDate"":""2021-07-29"",""endDate"":""2021-10-01""},{""time"":117537,""label"":""tour_next"",""step"":5},{""time"":127518,""label"":""cleared_brush"",""using"":""Click""},{""time"":127518,""label"":""cleared_brush"",""using"":""Escape""},{""time"":129049,""label"":""tour_next"",""step"":5},{""time"":137133,""label"":""tour_end"",""step"":5},{""time"":143405,""label"":""started_brush"",""startDate"":""2021-04-22"",""endDate"":""2021-05-20""},{""time"":149900,""label"":""started_brush"",""startDate"":""2021-09-30"",""endDate"":""2021-10-29""}]}","{""startTime"":1690225814229,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":8279,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1448,""week"":""1"",""id"":""chart""},{""time"":12046,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1896,""week"":""1"",""id"":""chart""}]}",1,complex,bar,4.3,0,2,2,3.344,1.672,3767,15.0,0.5,0.5,1,1.0,3 +2023-07-24 15:06:59,2023-07-24 15:17:09,0,100,609,1,2023-07-24 15:17:09,R_2ANpVrhtZT1BQ6z,39.7684,-86.15799999999999,EN,1,4.842,1,2.0,2,4.155,15.005999999999998,89,68,41,24.608,27.706999999999997,1,-2,39.26,-2,1,29.89,1,99.234,15.011,5,5,6,5,4,6,,33.9,5,5,4,3,5,6,"Well... for one, you mentioned ""assume you trust this visualization"" outside of that, I would also agree to this statement due to the fact it's coming from the CDC.",51.07,3,,7.327999999999999,2,7,3,4,1,5,6,11.52,3,6,6,5,3,5,8,8,,22.601,2,3,3,3,2,2,21.964000000000002,3,2,8.19,1,1989,Minnesota,5,2,1,,7,,,8,4,2,42.695,615c777509f34c8977bc45a7,"{""startTime"":1690225845667,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690225762767,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690225679743,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":10263,""label"":""hovered"",""timeHovered"":2567,""week"":""2021-12-27""},{""time"":19106,""label"":""tour_next"",""step"":2},{""time"":22611,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690225747324,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":2150,""label"":""hovered"",""timeHovered"":1149,""week"":""2022-01-03""}]}",1,simple,line,2.5,0,1,1,1.149,1.149,0,15.0,0.5,0.5,1,0.5,1 +2023-07-24 15:05:01,2023-07-24 15:17:20,0,100,739,1,2023-07-24 15:17:21,R_3j26mXjL4WWZO4J,39.6757,-86.0694,EN,1,36.007,2,,2,2.929,15.033,50,82,7,10.082,26.979,-2,1,80.515,-3,1,65.14699999999999,1,27.838,15.093,2,1,1,7,5,1,,28.023000000000003,2,6,2,1,1,1,I don't trust information from the CDC.,26.014,2,,3.6839999999999997,2,7,3,4,1,5,6,12.345999999999998,2,3,7,3,1,4,2,4,,19.393,3,3,2,2,3,4,67.185,7,2,42.031000000000006,2,1978,Kentucky,3,2,1,,7,,,4,1,1,83.955,5e94fc39cc318836529fd876,"{""startTime"":1690225779587,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690225817283,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":18333},{""label"":""window_focused"",""time"":22289}]}","{""startTime"":1690225664424,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":68,""label"":""tour_started""},{""time"":11224,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2317,""week"":""30"",""id"":""chart""},{""time"":15095,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3646,""week"":""6"",""id"":""chart""},{""time"":20554,""label"":""tour_next"",""step"":2},{""time"":24312,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690225761448,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_focused"",""time"":8169}]}",1,moderate,bar,2.8,0,0,0,0.0,0.0,0,0.0,0.5,0.5,1,0.5,2 +2023-07-24 15:06:44,2023-07-24 15:18:02,0,100,677,1,2023-07-24 15:18:02,R_22sGA9w7UgOluf4,36.6704,-121.6592,EN,1,9.384,1,3.0,2,10.975,15.008,100,90,54,32.231,120.088,1,1,67.365,1,1,52.681000000000004,1,52.54,15.017999999999999,7,6,6,7,7,6,,28.579,6,7,7,4,7,7,I trust the visualization because it lists its source of the information and has a good chart design. ,48.236999999999995,5,,6.571000000000001,2,7,3,4,1,5,6,18.730999999999998,5,5,2,6,6,3,10,10,,19.745,3,2,4,2,4,3,43.607,1,1,12.729000000000001,2,1987,California,3,2,1,,7,,,8,4,1,60.638000000000005,5ad6d2543660ef00019b8ce9,"{""startTime"":1690225880975,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690225910335,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690225689901,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":19,""label"":""tour_started""},{""time"":26888,""label"":""tour_next"",""step"":5},{""time"":41588,""label"":""cleared_brush"",""using"":""click""},{""time"":45656,""label"":""started_brush"",""startDate"":""2021-07-08"",""endDate"":""2021-10-08""},{""time"":47519,""label"":""moved_brush"",""startDate"":""2021-07-08"",""endDate"":""2021-10-08""},{""time"":52624,""label"":""moved_brush"",""startDate"":""2021-11-13"",""endDate"":""2022-02-13""},{""time"":53340,""label"":""tour_next"",""step"":5},{""time"":59216,""label"":""moved_brush"",""startDate"":""2021-10-07"",""endDate"":""2022-01-06""},{""time"":62465,""label"":""moved_brush"",""startDate"":""2021-09-29"",""endDate"":""2022-01-06""},{""time"":64331,""label"":""moved_brush"",""startDate"":""2021-05-25"",""endDate"":""2021-09-02""},{""time"":65643,""label"":""tour_next"",""step"":5},{""time"":71468,""label"":""moved_brush"",""startDate"":""2021-05-25"",""endDate"":""2021-09-02""},{""time"":73056,""label"":""cleared_brush"",""using"":""click""},{""time"":73059,""label"":""cleared_brush"",""using"":""Escape""},{""time"":75328,""label"":""tour_next"",""step"":5},{""time"":82112,""label"":""tour_end"",""step"":5},{""time"":90664,""label"":""hovered"",""timeHovered"":1282,""week"":""2021-04-12""},{""time"":93751,""label"":""hovered"",""timeHovered"":1901,""week"":""2021-05-24""},{""time"":103542,""label"":""hovered"",""timeHovered"":1220,""week"":""2022-01-10""},{""time"":104911,""label"":""hovered"",""timeHovered"":1501,""week"":""2022-01-10""},{""time"":116187,""label"":""started_brush"",""startDate"":""2021-05-17"",""endDate"":""2021-08-02""},{""time"":117334,""label"":""moved_brush"",""startDate"":""2021-05-17"",""endDate"":""2021-08-02""},{""time"":118189,""label"":""cleared_brush"",""using"":""click""},{""time"":118199,""label"":""cleared_brush"",""using"":""Escape""}]}","{""startTime"":1690225864956,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line,3.0,0,0,0,0.0,0.0,0,15.0,1.0,1.0,1,1.0,3 +2023-07-24 15:09:57,2023-07-24 15:18:07,0,100,489,1,2023-07-24 15:18:07,R_2xKMPO5IOvxwudH,39.1541,-76.717,EN,1,19.259,1,2.0,2,5.67,15.011,59,46,73,16.602,18.375,1,1,44.511,1,1,54.87,-3,25.921999999999997,15.106,4,4,4,4,4,3,,24.9,4,4,5,1,1,2,When I saw the question of if I trust it I began to doubt its validity. A lot of surveys manufacture data to experiment on people and their reactions.,76.15,6,,8.16,2,7,3,4,1,5,6,18.375,1,3,5,5,1,4,6,4,,19.735,3,2,2,3,2,3,17.352999999999998,4,5,13.825,1,1993,Texas,3,1,1,,7,,,5,4,2,48.713,63260e13957b6901854eed9f,"{""startTime"":1690226055490,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690225960787,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690225869448,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":13490,""label"":""tour_next"",""step"":2},{""time"":15631,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690225944439,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7782,""label"":""hovered"",""timeHovered"":1416,""week"":""2021-08-16""}]}",1,moderate,line,2.5,0,1,1,1.416,1.416,0,15.0,1.0,1.0,0,1.0,2 +2023-07-24 15:02:38,2023-07-24 15:18:18,0,100,940,1,2023-07-24 15:18:19,R_3eemaFoKxsr5MFE,41.8202,-86.2404,EN,1,23.616999999999997,1,3.0,1,8.588,15.112,100,100,76,13.852,38.38,-2,-2,83.195,1,-2,73.40100000000001,1,70.15100000000001,15.015,4,4,5,7,6,5,"As someone trained in science and anthropology, I understand there is *always bias, so that informs my first answer. I understand total accuracy is impossible, studies are only as good as the amount, type, and reliability of data as well as the interpretation and bias management. These considerations inform my answers. I trust the scientific method and methodologies but the human factor leaves tremendous room for error. Overall, I would tend to trust this data while remaining critical and keeping an open mind.",152.82399999999998,5,7,5,5,4,5,"Please see my previous answer where I explain this as the answer applies here as well. If there is any confusion feel free to message me for more clarity. Additional: there is an error or something on this page where it looks like the questions were not entered or formatted. I will choose all the middle answers ""asdf""",99.14200000000001,4,I am not sure if this is my last chance to enter info; wondering if you changed the color for vax/unvax later in the questions. If so I may have reversed them as I have some neurodivergence issues that can cause me to transpose.,87.26100000000001,2,7,3,4,1,5,6,17.82,3,3,2,2,4,1,7,5,,28.22,3,2,4,3,3,3,27.480999999999998,1,1,10.463,1,1975,Michigan,6,1,1,,8,"European-American (whitish skin), human race. Human is my main identity all else means very little to me.",,1,2,1,121.061,6336fecb0b27c43626068e01,"{""startTime"":1690225573317,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690225726775,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690225445182,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":9943,""label"":""hovered"",""timeHovered"":7734,""week"":""2021-10-04""},{""time"":20727,""label"":""hovered"",""timeHovered"":1483,""week"":""2021-12-06""},{""time"":23611,""label"":""hovered"",""timeHovered"":3850,""week"":""2021-12-27""},{""time"":31029,""label"":""tour_next"",""step"":2},{""time"":35011,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690225557790,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line,3.0,0,0,0,0.0,0.0,0,15.0,0.0,0.5,1,0.5,2 +2023-07-24 15:05:34,2023-07-24 15:18:21,0,100,767,1,2023-07-24 15:18:22,R_1rxIIDK2lFarLWk,32.3046,-89.9622,EN,1,4.9,1,1.0,2,4.8,15.067,45,66,55,49.784,21.951,1,1,63.351000000000006,-3,-3,88.835,-3,102.552,15.117,3,4,3,5,4,2,,36.467,5,5,6,5,5,4,"There are many weeks of data to show exponentially, and make the floor look smaller in comparison",74.202,4,,7.2170000000000005,2,7,3,4,1,5,6,27.384,4,2,3,2,2,3,7,5,,94.96799999999999,4,4,4,2,4,4,13.1,4,4,9.467,1,1996,Alaska,3,2,1,,7,,,4,3,2,38.501,5efdb606c4efc321289cb3be,"{""startTime"":1690225728805,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690225766355,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":2034},{""label"":""window_focused"",""time"":48118}]}","{""startTime"":1690225626886,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":17,""label"":""tour_started""},{""time"":2833,""label"":""tour_next"",""step"":2},{""time"":5683,""label"":""tour_end"",""step"":2},{""time"":8767,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1083,""week"":""2"",""id"":""chart2""}]}","{""startTime"":1690225713088,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar,3.7,0,0,0,0.0,0.0,0,15.0,1.0,0.0,0,1.0,1 +2023-07-24 15:11:06,2023-07-24 15:18:29,0,100,442,1,2023-07-24 15:18:30,R_32MhBrmnNAJHL9W,29.9632,-90.0753,EN,1,25.965999999999998,1,4.0,1,4.86,15.017000000000001,85,85,85,59.058,15.802999999999999,1,-3,28.563000000000002,-3,1,52.248000000000005,1,23.848000000000003,15.02,6,6,6,6,6,6,None,10.212,6,6,6,6,6,6,I think data is complete and shows a clear progression.,22.164,4,None,8.177999999999999,2,7,3,4,1,5,6,16.27,4,8,7,7,7,6,10,9,None,22.96,4,4,4,2,4,4,10.933,6,3,9.302999999999999,5,1973,Massachusetts,2,2,3,,10,,,19,2,1,46.878,637f85fbb4f2fffacdc681db,"{""startTime"":1690226096117,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226106816,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226011544,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":8147,""label"":""tour_next"",""step"":2},{""time"":10420,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690226080481,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":8118,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1683,""week"":""2"",""id"":""chart""},{""time"":11386,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1298,""week"":""50"",""id"":""chart""}]}",1,moderate,bar,3.7,0,2,2,2.9810000000000003,1.4905,3268,15.0,0.5,0.5,1,0.5,2 +2023-07-24 15:11:23,2023-07-24 15:18:59,0,100,455,1,2023-07-24 15:19:00,R_2Etz9EH7dCfNye4,32.2108,-80.7459,EN,1,6.65,1,3.0,2,3.9189999999999996,15.115,76,64,50,18.066,42.632,1,1,38.336,-1,1,64.146,1,32.821999999999996,15.113,4,4,4,6,7,4,,24.815,4,6,6,1,1,4,I have no idea if the data came from where it says.,27.581,4,,6.6339999999999995,2,7,3,4,1,5,6,16.569000000000003,1,2,5,4,1,2,9,8,,16.724,5,5,5,1,4,5,19.092,4,4,9.898,1,1969,South Carolina,6,3,1,,7,,,17,4,1,55.853,5cfeea9c4954fe00165895e0,"{""startTime"":1690226084774,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226035400,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690225937527,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":12338,""label"":""hovered"",""timeHovered"":5884,""week"":""2021-12-27""},{""time"":21121,""label"":""tour_next"",""step"":2},{""time"":28796,""label"":""tour_end"",""step"":2},{""time"":33475,""label"":""hovered"",""timeHovered"":1539,""week"":""2021-12-27""},{""time"":37164,""label"":""hovered"",""timeHovered"":1259,""week"":""2021-04-19""}]}","{""startTime"":1690226019600,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":5447,""label"":""hovered"",""timeHovered"":6504,""week"":""2021-08-16""}]}",1,simple,line,4.2,0,1,1,6.504,6.504,0,15.0,1.0,0.5,1,1.0,1 +2023-07-24 15:05:51,2023-07-24 15:19:00,0,100,788,1,2023-07-24 15:19:00,R_3fPooQllYxqhHr5,37.7688,-122.262,EN,1,4.126,1,2.0,2,3.492,15.012,92,94,85,16.276,116.34100000000001,1,-2,319.01099999999997,1,1,47.787,-3,36.499,15.014000000000001,7,7,7,7,6,7,"Nothing, thanks!",42.313,7,7,7,6,7,7,This aligns with everything that went down during this time period including what the cdc was reporting as well as various news sources and anecdotal evidence as well. ,39.668,6,"None, thanks!",14.043,2,7,3,4,1,5,6,10.689,3,4,7,5,2,3,10,10,"None, thanks!",23.176,4,4,4,2,4,4,12.366,4,2,7.497999999999999,1,2002,California,3,1,1,,7,,,17,4,1,34.289,60960a29d02b9ada38f583b5,"{""startTime"":1690225771539,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690225814386,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690225602205,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":9631,""label"":""tour_next"",""step"":5},{""time"":19849,""label"":""tour_back"",""step"":5},{""time"":24925,""label"":""tour_next"",""step"":5},{""time"":29302,""label"":""started_brush"",""startDate"":""2021-05-29"",""endDate"":""2021-06-02""},{""time"":39728,""label"":""started_brush"",""startDate"":""2021-10-10"",""endDate"":""2022-01-07""},{""time"":41359,""label"":""tour_next"",""step"":5},{""time"":52982,""label"":""moved_brush"",""startDate"":""2021-10-10"",""endDate"":""2022-01-07""},{""time"":55920,""label"":""moved_brush"",""startDate"":""2021-09-05"",""endDate"":""2021-12-03""},{""time"":57264,""label"":""tour_next"",""step"":5},{""time"":68225,""label"":""cleared_brush"",""using"":""click""},{""time"":68226,""label"":""cleared_brush"",""using"":""Escape""},{""time"":69987,""label"":""tour_next"",""step"":5},{""time"":73910,""label"":""tour_end"",""step"":5},{""time"":77088,""label"":""started_brush"",""startDate"":""2021-04-15"",""endDate"":""2022-02-13""},{""time"":83084,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-09""}]}","{""startTime"":1690225755997,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line,3.7,0,0,0,0.0,0.0,0,15.0,0.5,1.0,0,0.0,3 +2023-07-24 14:59:03,2023-07-24 15:19:27,0,100,1223,1,2023-07-24 15:19:28,R_5nxTOi1SXLO17e9,33.1669,-87.5064,EN,1,18.021,1,2.0,2,8.443,15.015999999999998,68,64,49,56.465,189.0,1,-3,88.91799999999999,-1,1,90.22200000000001,-3,87.898,15.022,4,4,4,6,6,4,,84.838,2,6,5,4,4,4,Because I honestly don't know if the data is correct or not.,76.665,1,,15.347000000000001,2,7,3,4,1,5,6,39.078,5,4,3,5,5,4,7,7,,43.897,3,4,5,2,5,4,43.92100000000001,4,2,19.31,2,1971,Alabama,3,2,1,,3,,,19,1,1,200.25900000000001,5af09ff00eca060001b1379c,"{""startTime"":1690225593017,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690225678498,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690225298689,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":27941,""label"":""tour_next"",""step"":5},{""time"":58415,""label"":""tour_back"",""step"":5},{""time"":78114,""label"":""hovered"",""timeHovered"":2066,""week"":""2021-05-03""},{""time"":81130,""label"":""hovered"",""timeHovered"":1317,""week"":""2021-05-31""},{""time"":84299,""label"":""hovered"",""timeHovered"":1199,""week"":""2021-06-28""},{""time"":85915,""label"":""hovered"",""timeHovered"":1569,""week"":""2021-08-16""},{""time"":91033,""label"":""tour_next"",""step"":5},{""time"":132398,""label"":""started_brush"",""startDate"":""2021-05-06"",""endDate"":""2021-06-05""},{""time"":134939,""label"":""tour_next"",""step"":5},{""time"":148614,""label"":""moved_brush"",""startDate"":""2021-05-07"",""endDate"":""2021-06-05""},{""time"":152731,""label"":""moved_brush"",""startDate"":""2021-05-07"",""endDate"":""2021-07-07""},{""time"":154086,""label"":""tour_next"",""step"":5},{""time"":163205,""label"":""cleared_brush"",""using"":""click""},{""time"":163207,""label"":""cleared_brush"",""using"":""Escape""},{""time"":165676,""label"":""tour_next"",""step"":5},{""time"":176121,""label"":""tour_end"",""step"":5},{""time"":181668,""label"":""hovered"",""timeHovered"":1225,""week"":""2022-01-24""},{""time"":183466,""label"":""hovered"",""timeHovered"":1339,""week"":""2022-01-17""}]}","{""startTime"":1690225577343,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line,3.8,0,0,0,0.0,0.0,0,15.0,0.5,0.5,0,0.0,3 +2023-07-24 15:07:46,2023-07-24 15:19:28,0,100,701,1,2023-07-24 15:19:29,R_4H03IfmCeLFsxnr,40.2783,-111.7198,EN,1,6.315,1,3.0,1,7.341,15.017999999999999,83,66,66,30.961,139.961,1,1,43.858000000000004,-3,1,59.03,-3,36.010999999999996,15.019,6,6,6,6,5,6,,30.409000000000002,6,5,6,5,2,5,I don't see any of the particular sources used to construct it,71.415,5,,12.515,2,7,3,4,1,5,6,26.12,3,3,4,3,8,3,10,7,,24.178,5,4,5,1,4,5,47.515,2,1,15.661,1,1979,Utah,6,3,1,,7,,,8,1,2,66.235,5f6837758ab63d4814ea553f,"{""startTime"":1690226035357,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690225934626,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690225741969,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":22213,""label"":""hovered"",""timeHovered"":9699,""week"":""2021-12-13""},{""time"":34721,""label"":""hovered"",""timeHovered"":1045,""week"":""2021-12-06""},{""time"":36650,""label"":""hovered"",""timeHovered"":3887,""week"":""2022-01-10""},{""time"":41141,""label"":""hovered"",""timeHovered"":1521,""week"":""2021-12-20""},{""time"":44659,""label"":""hovered"",""timeHovered"":1142,""week"":""2021-11-22""},{""time"":48730,""label"":""tour_next"",""step"":5},{""time"":66029,""label"":""started_brush"",""startDate"":""2021-06-07"",""endDate"":""2021-07-03""},{""time"":69542,""label"":""started_brush"",""startDate"":""2021-09-14"",""endDate"":""2022-02-13""},{""time"":71180,""label"":""tour_next"",""step"":5},{""time"":83838,""label"":""moved_brush"",""startDate"":""2021-05-26"",""endDate"":""2021-10-25""},{""time"":85091,""label"":""tour_next"",""step"":5},{""time"":98295,""label"":""cleared_brush"",""using"":""click""},{""time"":100769,""label"":""tour_next"",""step"":5},{""time"":112448,""label"":""tour_end"",""step"":5},{""time"":120503,""label"":""started_brush"",""startDate"":""2021-08-08"",""endDate"":""2021-08-27""},{""time"":121133,""label"":""cleared_brush"",""using"":""click""},{""time"":127170,""label"":""started_brush"",""startDate"":""2021-06-07"",""endDate"":""2021-10-11""}]}","{""startTime"":1690225919057,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line,4.0,0,0,0,0.0,0.0,0,15.0,1.0,0.5,0,0.0,3 +2023-07-24 15:09:39,2023-07-24 15:19:32,0,100,593,1,2023-07-24 15:19:32,R_1IQbwLaGhnF8aR5,42.2299,-87.8426,EN,1,4.2139999999999995,2,,2,3.326,15.027999999999999,68,100,65,31.345,51.141000000000005,1,1,39.708,1,1,57.724,-3,64.844,15.020999999999999,5,4,4,6,6,5,,59.305,4,7,6,4,3,4,"The data in the visualization was noted to be from the CDC, which I don't trust on principle as a national organization.",80.60600000000001,4,,4.416,2,7,3,4,1,5,6,10.99,2,2,4,4,3,3,4,4,,26.109,3,3,4,2,4,3,23.079,6,2,8.111,1,1997,Illinois,2,1,2,,4,,,6,2,2,55.824,6294584c8601739c2c920cf6,"{""startTime"":1690225976226,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690226036964,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690225842767,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":8193,""label"":""tour_next"",""step"":5},{""time"":21136,""label"":""started_brush"",""startDate"":""2021-07-09"",""endDate"":""2021-08-06""},{""time"":23952,""label"":""started_brush"",""startDate"":""2021-11-18"",""endDate"":""2022-02-11""},{""time"":24649,""label"":""cleared_brush"",""using"":""click""},{""time"":26650,""label"":""started_brush"",""startDate"":""2021-10-06"",""endDate"":""2021-10-16""},{""time"":27621,""label"":""moved_brush"",""startDate"":""2021-10-06"",""endDate"":""2021-11-16""},{""time"":27944,""label"":""moved_brush"",""startDate"":""2021-10-06"",""endDate"":""2021-11-16""},{""time"":29681,""label"":""started_brush"",""startDate"":""2021-08-01"",""endDate"":""2021-11-01""},{""time"":30473,""label"":""tour_next"",""step"":5},{""time"":37512,""label"":""moved_brush"",""startDate"":""2021-08-02"",""endDate"":""2021-11-02""},{""time"":38181,""label"":""tour_next"",""step"":5},{""time"":45702,""label"":""cleared_brush"",""using"":""click""},{""time"":46503,""label"":""tour_next"",""step"":5},{""time"":48947,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690225959643,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":5751},{""label"":""window_focused"",""time"":7905}]}",1,complex,line,3.2,0,0,0,0.0,0.0,0,5.751,1.0,1.0,0,0.0,3 +2023-07-24 15:15:28,2023-07-24 15:20:12,0,100,283,1,2023-07-24 15:20:12,R_6s7RibFU8iL7MGt,40.3909,-74.1153,EN,1,15.722000000000001,1,2.0,1,2.5669999999999997,15.011,100,100,23,8.472000000000001,21.096,1,-3,8.984,1,1,6.155,-3,3.924,15.019,7,7,7,7,7,7,,10.439,7,7,7,7,7,7,"Scientific data does not lie. If this information was actually collected and organized accordingly, I have no reason not to trust it.",38.260999999999996,4,,3.802,2,7,3,4,1,5,6,14.588,1,1,1,1,1,1,11,10,,10.73,4,4,5,2,4,5,14.994000000000002,3,1,6.28,2,1991,New York,7,1,1,,7,,,10,4,1,46.788999999999994,61281debe85082cc937dd9ae,"{""startTime"":1690226227818,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690226239413,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690226183311,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":165,""label"":""tour_started""},{""time"":4382,""label"":""tour_next"",""step"":5},{""time"":11543,""label"":""started_brush"",""startDate"":""2021-09-02"",""endDate"":""2021-12-19""},{""time"":12390,""label"":""tour_next"",""step"":5},{""time"":14326,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-07-22""},{""time"":14917,""label"":""tour_next"",""step"":5},{""time"":16869,""label"":""cleared_brush"",""using"":""Click""},{""time"":16869,""label"":""cleared_brush"",""using"":""Escape""},{""time"":17804,""label"":""tour_next"",""step"":5},{""time"":19102,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690226211089,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar,4.0,0,0,0,0.0,0.0,0,15.0,0.5,1.0,0,0.0,3 +2023-07-24 15:07:42,2023-07-24 15:20:28,0,100,766,1,2023-07-24 15:20:29,R_3JI9MFuS9OmpARV,40.8124,-82.9675,EN,1,15.168,1,3.0,2,11.745,15.114,93,76,37,33.325,88.272,-2,1,77.53399999999999,-2,1,70.024,1,64.206,15.117,4,2,5,5,6,5,,52.483999999999995,5,6,6,5,5,7,"the question said ""assuming you trust this data"" so I was assuming that I trusted the data and that the visualization was a good representation of the data and seemed to make sense to me in a way that I could understand.",61.86600000000001,4,,8.705,2,7,3,4,1,5,6,31.95,1,1,1,3,4,3,10,8,,32.184,4,5,4,2,5,5,26.576,1,1,16.778,2,1981,Ohio,3,2,1,,9,,Bucyrus,3,3,1,76.493,5d3130288e458600186e63c7,"{""startTime"":1690225930298,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690225983310,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690225754554,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":4,""label"":""tour_started""},{""time"":2297,""label"":""hovered"",""timeHovered"":1683,""week"":""2021-07-26""},{""time"":8012,""label"":""hovered"",""timeHovered"":1066,""week"":""2021-12-27""},{""time"":10696,""label"":""hovered"",""timeHovered"":4513,""week"":""2021-11-08""},{""time"":17142,""label"":""hovered"",""timeHovered"":1416,""week"":""2021-08-16""},{""time"":37765,""label"":""tour_next"",""step"":2},{""time"":43110,""label"":""tour_end"",""step"":2},{""time"":52771,""label"":""hovered"",""timeHovered"":1567,""week"":""2022-01-10""},{""time"":56088,""label"":""hovered"",""timeHovered"":1386,""week"":""2021-11-29""},{""time"":61011,""label"":""hovered"",""timeHovered"":2184,""week"":""2022-01-03""},{""time"":64010,""label"":""hovered"",""timeHovered"":1356,""week"":""2021-08-23""},{""time"":66591,""label"":""hovered"",""timeHovered"":1603,""week"":""2022-01-17""},{""time"":81771,""label"":""hovered"",""timeHovered"":1496,""week"":""2022-01-17""}]}","{""startTime"":1690225914250,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":9933,""label"":""hovered"",""timeHovered"":1115,""week"":""2022-01-03""},{""time"":11850,""label"":""hovered"",""timeHovered"":1213,""week"":""2022-01-10""},{""time"":14938,""label"":""hovered"",""timeHovered"":1011,""week"":""2022-01-10""}]}",1,moderate,line,4.2,0,3,3,3.339,1.113,5005,15.0,0.5,0.5,1,0.5,2 +2023-07-24 14:55:03,2023-07-24 15:20:29,0,100,1526,1,2023-07-24 15:20:29,R_SPi6mm7KZbFv585,32.2079,-95.3948,EN,1,63.495,1,2.0,1,16.17,15.007,58,82,45,114.21600000000001,158.917,1,1,114.822,1,1,85.385,-3,49.581,15.008,4,2,4,5,1,5,"""Click to write the question"" instructions were confusing.",127.165,6,6,6,2,5,5,Reports are always skewed in some way and I would need more proof of the data.,347.37300000000005,1,,12.054,2,7,3,4,1,5,6,46.976000000000006,2,2,5,3,1,4,9,7,,48.188,4,3,4,2,4,3,55.036,2,3,35.355,2,1989,Texas,4,2,1,,7,,,5,4,2,136.179,60ef6073d7d6db28220a84ba,"{""startTime"":1690225765032,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690225359824,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":2569,""label"":""started_brush"",""startDate"":""2021-06-28"",""endDate"":""2021-10-01""}]}","{""startTime"":1690225134782,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":19091,""label"":""hovered"",""timeHovered"":3686,""week"":""2021-12-13""},{""time"":33589,""label"":""hovered"",""timeHovered"":1267,""week"":""2021-11-29""},{""time"":36926,""label"":""hovered"",""timeHovered"":1434,""week"":""2022-01-24""},{""time"":44083,""label"":""hovered"",""timeHovered"":2001,""week"":""2022-01-10""},{""time"":47691,""label"":""tour_next"",""step"":5},{""time"":76863,""label"":""started_brush"",""startDate"":""2021-07-24"",""endDate"":""2021-07-26""},{""time"":79703,""label"":""started_brush"",""startDate"":""2021-08-08"",""endDate"":""2021-12-03""},{""time"":88732,""label"":""started_brush"",""startDate"":""2021-05-12"",""endDate"":""2022-02-13""},{""time"":96567,""label"":""tour_next"",""step"":5},{""time"":111776,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-01-12""},{""time"":113843,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-01-12""},{""time"":115705,""label"":""moved_brush"",""startDate"":""2021-04-23"",""endDate"":""2022-01-24""},{""time"":116619,""label"":""tour_next"",""step"":5},{""time"":129389,""label"":""cleared_brush"",""using"":""click""},{""time"":132663,""label"":""tour_next"",""step"":5},{""time"":141827,""label"":""tour_end"",""step"":5},{""time"":149733,""label"":""started_brush"",""startDate"":""2021-06-25"",""endDate"":""2022-02-13""},{""time"":155972,""label"":""moved_brush"",""startDate"":""2021-06-25"",""endDate"":""2022-02-13""}]}","{""startTime"":1690225344316,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line,3.3,0,0,0,0.0,0.0,0,15.0,1.0,1.0,0,0.0,3 +2023-07-24 15:11:02,2023-07-24 15:20:36,0,100,573,1,2023-07-24 15:20:37,R_YPLnJVpsBu5GECJ,26.2729,-80.26,EN,1,10.709000000000001,1,4.0,1,6.249,15.065,100,77,82,71.156,92.99,1,1,29.410999999999998,1,1,37.22,1,34.361,15.079,6,3,6,6,7,6,,20.863000000000003,3,6,6,6,6,6,"It seems to make sense. Vaccinated people should get COVID more than unvaccinated, and younger people should get COVID more often than older people because older people took more precautions.",64.286,6,,5.482,2,7,3,4,1,5,6,13.219000000000001,6,10,10,9,10,4,11,11,,19.2,5,5,5,1,5,5,14.622,2,1,6.857,2,1969,Florida,6,3,1,,7,,,15,2,2,57.758,63f52af01929360880074598,"{""startTime"":1690226215401,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690226131514,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690225985010,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":54,""label"":""tour_started""},{""time"":26012,""label"":""tour_next"",""step"":5},{""time"":37444,""label"":""started_brush"",""startDate"":""2021-05-04"",""endDate"":""2022-01-11""},{""time"":39442,""label"":""moved_brush"",""startDate"":""2021-06-06"",""endDate"":""2022-02-13""},{""time"":44542,""label"":""moved_brush"",""startDate"":""2021-12-11"",""endDate"":""2022-02-13""},{""time"":47203,""label"":""tour_next"",""step"":5},{""time"":59090,""label"":""moved_brush"",""startDate"":""2021-11-21"",""endDate"":""2022-02-13""},{""time"":61340,""label"":""moved_brush"",""startDate"":""2021-09-01"",""endDate"":""2021-11-23""},{""time"":62219,""label"":""tour_next"",""step"":5},{""time"":65442,""label"":""cleared_brush"",""using"":""click""},{""time"":67313,""label"":""tour_next"",""step"":5},{""time"":70197,""label"":""tour_end"",""step"":5},{""time"":76990,""label"":""started_brush"",""startDate"":""2021-10-06"",""endDate"":""2021-11-30""},{""time"":81031,""label"":""started_brush"",""startDate"":""2021-12-14"",""endDate"":""2022-02-13""},{""time"":84165,""label"":""cleared_brush"",""using"":""click""}]}","{""startTime"":1690226115205,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":6165,""label"":""started_brush"",""startDate"":""2021-04-27"",""endDate"":""2021-06-13""},{""time"":7653,""label"":""cleared_brush"",""using"":""click""}]}",1,complex,line,4.3,1,2,0,0.0,0.0,1488,15.0,1.0,1.0,1,1.0,3 +2023-07-24 15:09:15,2023-07-24 15:20:44,0,100,689,1,2023-07-24 15:20:45,R_2CHrOpPGpQVc18y,33.7315,-84.4195,EN,1,7.781000000000001,1,2.0,2,5.409,15.11,64,68,49,39.827,87.369,1,1,59.67,-2,1,52.123999999999995,1,114.162,15.112,7,7,7,7,7,7,,18.691,7,7,7,6,4,7,It comes from the CDC,36.948,4,,6.976,2,7,3,4,1,5,6,25.976999999999997,8,6,5,6,9,6,11,10,,27.500999999999998,2,2,2,4,3,3,34.582,1,2,10.142999999999999,2,2000,Georgia,3,2,1,,3,,,1,4,1,82.713,5e5dba9e3d60470d71dde9ef,"{""startTime"":1690226058299,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690226077672,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690225839863,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":10126,""label"":""tour_next"",""step"":5},{""time"":15581,""label"":""cleared_brush"",""using"":""click""},{""time"":24729,""label"":""cleared_brush"",""using"":""click""},{""time"":31609,""label"":""started_brush"",""startDate"":""2021-09-03"",""endDate"":""2021-09-30""},{""time"":32436,""label"":""tour_next"",""step"":5},{""label"":""window_blurred"",""time"":43259},{""label"":""window_focused"",""time"":45286},{""time"":47346,""label"":""moved_brush"",""startDate"":""2021-07-11"",""endDate"":""2021-08-06""},{""time"":50104,""label"":""moved_brush"",""startDate"":""2021-07-14"",""endDate"":""2021-08-09""},{""time"":50838,""label"":""tour_next"",""step"":5},{""time"":58873,""label"":""cleared_brush"",""using"":""click""},{""time"":58875,""label"":""cleared_brush"",""using"":""Escape""},{""time"":60470,""label"":""tour_next"",""step"":5},{""time"":63964,""label"":""tour_end"",""step"":5},{""time"":74053,""label"":""hovered"",""timeHovered"":1712,""week"":""2022-01-10""},{""time"":77906,""label"":""hovered"",""timeHovered"":8186,""week"":""2022-01-10""}]}","{""startTime"":1690226042408,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":6433,""label"":""hovered"",""timeHovered"":1727,""week"":""2022-01-17""}]}",1,complex,line,2.7,0,1,1,1.7269999999999999,1.7269999999999999,0,15.0,1.0,0.5,1,1.0,3 +2023-07-24 15:07:00,2023-07-24 15:20:45,0,100,824,1,2023-07-24 15:20:45,R_pyiR7Hbcu04wIJH,47.5364,-122.27799999999999,EN,1,12.761,1,3.0,2,8.732000000000001,15.126,86,95,80,15.04,138.861,1,1,79.461,-3,-3,68.472,1,34.163000000000004,15.122,5,5,5,6,6,5,"The previous question was unfinished and still had generic headings asking to be filled in. ""Put your statement here... Phrase 1... Phrase 2... etc.""",121.012,6,6,6,6,4,6,"I'd have to check the source, but it seems coherent and expertly created based on real data.",77.908,4,,9.453,2,7,3,4,1,5,6,22.677,4,8,3,8,6,5,10,9,,29.814,3,3,4,3,4,3,30.436999999999998,1,2,16.037,2,1989,Washington,3,3,1,,7,,,6,4,1,63.2,5bbc4bd1f83ac60001fe665e,"{""startTime"":1690225994566,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690225881409,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690225690463,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":27,""label"":""tour_started""},{""time"":12912,""label"":""tour_next"",""step"":5},{""time"":36187,""label"":""cleared_brush"",""using"":""Click""},{""time"":49946,""label"":""cleared_brush"",""using"":""Click""},{""time"":52041,""label"":""cleared_brush"",""using"":""Click""},{""time"":56507,""label"":""cleared_brush"",""using"":""Click""},{""time"":59257,""label"":""tour_back"",""step"":5},{""time"":67301,""label"":""tour_next"",""step"":5},{""time"":70436,""label"":""cleared_brush"",""using"":""Click""},{""time"":73040,""label"":""cleared_brush"",""using"":""Click""},{""time"":75482,""label"":""tour_back"",""step"":5},{""time"":78363,""label"":""tour_next"",""step"":5},{""time"":82623,""label"":""cleared_brush"",""using"":""Click""},{""time"":87159,""label"":""cleared_brush"",""using"":""Click""},{""label"":""window_blurred"",""time"":98944},{""label"":""window_focused"",""time"":101639},{""label"":""window_blurred"",""time"":116284},{""label"":""window_focused"",""time"":138661}]}","{""startTime"":1690225865527,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar,3.3,0,0,0,0.0,0.0,0,15.0,1.0,0.0,1,1.0,3 +2023-07-24 15:06:42,2023-07-24 15:21:03,0,100,860,1,2023-07-24 15:21:03,R_3ozTlQymBFC7pf2,40.2692,-80.1611,EN,1,6.973,2,,1,3.404,15.014000000000001,47,38,49,17.625999999999998,43.49,-1,1,72.047,-3,1,101.73700000000001,-2,39.854,15.013,4,4,4,6,3,4,"The stacked bar is slightly confusing in that it shows the aggregated total, but abstracting the respective totals is a little challenging. I think a ratio would be beneficial. since these numbers definitely have some element of seasonality to them.",203.571,3,5,3,2,3,4,"I don't distrust the visualization, I have some doubts as to the numbers though.",55.538000000000004,6,"Thank you for allowing me to participate! I will say you did have a few questions where the prompts weren't complete. I saw ""Click to write 1"" ""Click to write 2"" ""click to write 3"" at some point.",56.091,2,7,3,4,1,5,6,22.256,1,1,10,10,1,7,8,9,"Thank you so much for allowing me to participate! Also, please see my previous comments about ""Click to write 1"", Click to write 2"", ect.",49.638000000000005,4,4,5,2,5,4,32.478,7,1,8.705,1,1988,Pennsylvania,6,1,1,,7,,,14,1,1,51.233999999999995,62f716849a6ee6e7e2f5a948,"{""startTime"":1690225818941,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226023348,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690225656802,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":17,""label"":""tour_started""},{""time"":29808,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1594,""week"":""51"",""id"":""chart""},{""time"":31470,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2246,""week"":""52"",""id"":""chart""},{""time"":33802,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1246,""week"":""51"",""id"":""chart""},{""time"":36463,""label"":""tour_next"",""step"":2},{""time"":39467,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690225803248,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":2985,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1208,""week"":""3"",""id"":""chart""},{""time"":5353,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3965,""week"":""3"",""id"":""chart""}]}",1,moderate,bar,4.0,0,2,2,5.172999999999999,2.5865,2368,15.0,0.5,0.5,0,0.5,2 +2023-07-24 15:03:01,2023-07-24 15:21:26,0,100,1104,1,2023-07-24 15:21:27,R_12KB1YG5vwYL1h9,36.175,-115.1372,EN,1,14.957,1,1.0,1,15.18,15.109000000000002,92,100,51,40.619,138.174,1,1,88.92200000000001,-1,1,58.604,1,69.247,15.020999999999999,5,3,3,5,3,5,,48.51,3,6,6,3,5,5,"I can't automatically trust the visualization without knowing how the data was collected. Where was the data gathered? On the surface the chart looks correct, but I'd need more information to know for sure. ",288.83299999999997,4,There was a question following the prompt that asked me to explain why I found the visualization slightly trustworthy that appeared to have an error. I will send a screenshot of what showed on my end. ,57.945,2,7,3,4,1,5,6,20.112000000000002,1,2,6,5,4,2,8,7,,26.980999999999998,3,3,5,2,4,3,27.325,2,1,11.118,2,1982,Nevada,3,2,1,,7,,,11,4,1,87.594,614b93c99681921c8e9cec09,"{""startTime"":1690225696167,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690225748908,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690225482007,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":26891,""label"":""hovered"",""timeHovered"":10155,""week"":""2022-01-24""},{""time"":37808,""label"":""hovered"",""timeHovered"":1614,""week"":""2022-01-17""},{""time"":39717,""label"":""hovered"",""timeHovered"":2597,""week"":""2022-01-17""},{""time"":45201,""label"":""tour_next"",""step"":2},{""time"":85531,""label"":""tour_end"",""step"":2},{""time"":87613,""label"":""hovered"",""timeHovered"":1956,""week"":""2021-05-31""},{""time"":91299,""label"":""hovered"",""timeHovered"":1812,""week"":""2021-07-05""},{""time"":97596,""label"":""hovered"",""timeHovered"":1955,""week"":""2022-01-03""},{""time"":99846,""label"":""hovered"",""timeHovered"":1068,""week"":""2022-01-10""},{""time"":108282,""label"":""hovered"",""timeHovered"":27753,""week"":""2021-08-30""}]}","{""startTime"":1690225680418,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line,3.3,0,0,0,0.0,0.0,0,15.0,1.0,0.5,1,0.5,2 +2023-07-24 15:10:08,2023-07-24 15:21:27,0,100,679,1,2023-07-24 15:21:28,R_2A1pBIcKUJDT2nG,37.9653,-87.3902,EN,1,7.904,1,3.0,1,17.000999999999998,15.01,60,94,51,53.70399999999999,44.873999999999995,1,1,39.954,1,1,55.113,-3,29.899,15.012,3,3,3,7,7,3,something just seems off about this data,84.21700000000001,3,6,4,1,1,3,those numbers just don't seem accurate from all the other data i've seen during 2021,61.306000000000004,6,,8.369,2,7,3,4,1,5,6,17.102,3,3,9,8,2,9,8,8,,32.327,5,5,5,5,5,4,30.058000000000003,7,2,17.792,1,1965,Michigan,6,2,1,,7,,,7,2,2,91.84100000000001,623a852297e9f3cf18936579,"{""startTime"":1690226032754,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226118236,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690225915146,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":10275,""label"":""tour_next"",""step"":2},{""time"":18938,""label"":""tour_end"",""step"":2},{""time"":22713,""label"":""hovered"",""timeHovered"":3063,""week"":""2022-01-03""},{""time"":25846,""label"":""hovered"",""timeHovered"":1102,""week"":""2022-01-10""},{""time"":29206,""label"":""hovered"",""timeHovered"":3845,""week"":""2022-01-24""},{""time"":34220,""label"":""hovered"",""timeHovered"":3645,""week"":""2021-08-23""},{""time"":37878,""label"":""hovered"",""timeHovered"":2779,""week"":""2021-08-23""}]}","{""startTime"":1690226016991,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line,4.8,0,0,0,0.0,0.0,0,15.0,1.0,1.0,0,1.0,2 +2023-07-24 15:15:10,2023-07-24 15:21:32,0,100,382,1,2023-07-24 15:21:32,R_3RaxbIjinru5QBv,38.8025,-90.3448,EN,1,4.952,1,2.0,1,3.802,16.195,91,83,70,10.59,25.144000000000002,1,1,27.141,-2,1,24.785999999999998,-3,9.902999999999999,15.014000000000001,6,2,6,6,7,6,,20.838,3,6,7,4,2,6,I trust the CDC and the information that they put out.,17.123,3,,7.024,2,7,3,4,1,5,6,8.158999999999999,1,1,6,3,1,1,10,9,,72.953,4,4,4,2,5,4,17.178,3,1,21.861,2,1968,Missouri,6,2,1,,7,,,14,3,1,39.999,63c6d6d5e132610bf009230d,"{""startTime"":1690226220530,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226241748,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226154339,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":15756,""label"":""hovered"",""timeHovered"":1400,""week"":""2022-01-10""},{""time"":19427,""label"":""hovered"",""timeHovered"":1382,""week"":""2022-01-10""},{""time"":21605,""label"":""tour_next"",""step"":2},{""time"":23956,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690226205131,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":5439,""label"":""hovered"",""timeHovered"":1136,""week"":""2022-01-03""},{""time"":11669,""label"":""hovered"",""timeHovered"":1405,""week"":""2022-01-10""}]}",1,moderate,line,3.8,0,2,2,2.541,1.2705,6230,15.0,1.0,0.5,0,0.5,2 +2023-07-24 15:05:50,2023-07-24 15:21:50,0,100,960,1,2023-07-24 15:21:51,R_3MLSDr13PYtXXqT,38.7645,-94.8198,EN,1,15.765999999999998,1,2.0,2,5.872999999999999,15.005,71,100,50,59.4,51.726000000000006,1,1,56.434,-3,-3,166.257,-3,99.929,15.105,6,4,6,6,6,6,,41.266000000000005,5,7,7,4,6,6,"While on its own I thought it was a bit oversimplified, I still trusted it because it was consistent with a lot of other reporting I saw during the time.",111.21700000000001,2,,12.097000000000001,2,7,3,4,1,5,6,19.070999999999998,1,4,5,6,6,2,9,9,,46.681999999999995,4,4,5,1,4,4,25.054000000000002,3,1,16.64,2,1975,Kansas,3,3,1,,7,,,8,2,2,92.72399999999999,62e154770b9035b7054f03e1,"{""startTime"":1690225962455,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690225780353,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":41360,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3917,""week"":""52"",""id"":""chart""}]}","{""startTime"":1690225654305,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":30,""label"":""tour_started""},{""time"":16591,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1417,""week"":""30"",""id"":""chart""},{""time"":25949,""label"":""tour_next"",""step"":2},{""time"":35806,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2214,""week"":""52"",""id"":""chart2""},{""time"":39253,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1966,""week"":""52"",""id"":""chart2""},{""time"":48567,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690225764580,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":6258,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1326,""week"":""52"",""id"":""chart2""}]}",1,simple,bar,3.7,0,1,1,1.3259999999999998,1.3259999999999998,0,15.0,1.0,0.0,0,1.0,1 +2023-07-24 14:35:57,2023-07-24 15:22:08,0,100,2770,1,2023-07-24 15:22:09,R_3CMRoVeeKT4b4Zz,30.1909,-85.6696,EN,1,26.467,2,,2,3.14,15.007,60,59,58,77.247,36.103,1,-2,99.27,1,1,142.524,1,121.87799999999999,15.015999999999998,5,1,2,7,6,4,"I have worked in Pathology & studies pathogens. So I know that covid was a hoax personally! It is the common cold. Common cold is caused by either coronavirus or rhinovirus. The 1st time a new virus enters an unprotected population (smallpox vs Native Americans) is has a devastating effect until natural immunity builds up. Weaker viruses appear stronger the first time around. A balance is eventually struck between humanity & nature. Now that most people have caught it 3-4 times & the virus has mutated 6-7 times it's getting less virulent each time. Also, you should NEVER attempt to vaccinate DURING a pandemic because you cannot keep up with the spread of the disease & the disease will always out mutate your vaccines, plus you could create a superbug. We messed up BAD & got lucky. We should have just let everyone catch it & then vaccinated 5 years later if we wanted to attempt to minimize losses - but only keep the vaccine to high risk people. So what does this mean for the data? It means that the data can very well be REAL. It's just raw data. However, depending on what news source you see it in or how they use it in CONTEXT it could be used to say ""vaccines are safe & effective!"" Or it could be used to prove that they aren't because many people still get the virus without it. Context matters. Personally, only the J&J vaccine was developed using verified safe means but that's the ONLY one the FDA denied. I was unable to get that vaccine - so I decided not to get ANY. I've still remained free of COVID :) haha! I would NOT trust any of the guinea pig vaccines for various reasons that are too long to go into here. It's all about risk/reward. Why take ANYTHING to protect yourself against something that has a .05% chance of killing you? It's the Lipitor factor. Lipitor has a 1/300 chance to work on you but a 1/15 chance of giving you side effects. Why take Lipitor? We are a drug addicted nation. I feel bad for everyone with that vaccine inside their bodies & them calling it ""misinformation"" when their kids have autism. We find out every day that what was yesterday's ""misinformation"" is tommorrow's news. (MK Ultra, Tuskeekee Experiments, Hunter Biden's Laptop, Trump stealing the election, covid made in a lab, the CIA killing JFK, 9/11 being an inside job, etc). These are all verified facts today. So a chart is only a chart in a vacuum. It's used for good or evil depending on what's attached to that chart. Hopefully THIS chart is attached to an article saying DONT GET VACCINES!! THEY ARENT TESTED!! COVID isn't a dangerous virus! (Exception to rule: immunocompromised/elderly - then take ONE shot). Hope you learned something today! ",852.498,3,7,4,4,4,2,"As I've said before I've seen firsthand working in the medical industry how information can be twisted. For example, a Dr see's a Patient. Dx that pt. Says they have an infection (lets say strep throat), but that pt already also has AIDS. A medical coder takes the paperwork & codes it. ICD-10 has strict coding rules & you MUST add AIDS 0.42 ICD-9 or B20 ICD-10, & depending if AIDS was the PRIMARY REASON for the infection or not it depends on WHERE you put the B20... does it go first? Or second? Now you get a new coder who puts B20 then dx the ICD-10 code for strep underneath it.. your stats there will say that this strep was CAUSED BY THE AIDS!! Got it? When the Dr CLEARLY stated that someone coughed on them & they GOT the strep like you & I would have - because the pt said their whole family has strep - so it SHOULD have been coded strep THEN B20/HIV. I worked in an office where these mistakes happened A LOT. So much I sued... & won a judgement. I cannot disclose how much or who etc per the terms. However it's MUCH MORE COMMON THAN YOU THINK. These people were giving services to a LARGE AREA. Your stats don't mean anything & I KNOW THIS FOR A FACT. I know more about the medical system than 99% of people. -So no... these charts are jokes. I work on hundreds of thousands of cases & I take my own notes & keep my own stats & they don't match. I know how many people have ""gastritis"" or ""MRSA"" etc.",545.789,1,"I said everything I needed to say in other comments. Natural immunity is best. Vaccine immunity cannot be passed down generationally. If you want your kids to survive in the future against the manufactured superbugs - (remember the ONLY people immune to AIDS naturally are the direct descendants of the survivors of the Black Death), then make sure you get them sick a lot! Play in dirt! NO VACCINES! Only the strong survive!! Get those correct genes & if you can't work out your epigenome!!!",130.584,2,7,3,4,1,5,6,26.245,1,1,1,1,1,2,6,3,"Sadly this country & it's institutions were already considered decaying by the time John Adams & Thomas Jefferson celebrated the 50th anniversary of the Declaration of Independence. They were correct of course as the Civil War would prove. Reconstruction did not fix the problem as we allowed 50% of the people who never wanted to be American's to remain here with their divisive symbols & anti-governments. The 1960s saw a reversal of polarity in Dems/GOP over state's rights & civil rights but they kicked the can down the road until Reagan decided to blow the whole thing up - leading to us here today with Reaganomics & the destruction not only the middle class, but the Federal budget, & class warfare, overwhelmed by ever increasing polarization of a broken & corrupt 2 party system that desperately needs a 3rd, 4th, & 5th party & the 7 ways our vote is diluted to be broken down step by step. However too many are unaware of even 1 of these examples, let alone all & getting everyone to agree enough on anything is impossible so only another war will fix it. They have done well. None of these institutions are functional enough to fix the problems. ",343.336,4,5,5,2,4,5,71.455,4,1,29.868,1,1980,Florida,3,2,1,,8,Panama City,,3,4,1,checkert@yahoo.com,132.186,614f0ec5f1d1b1cb34096c6c,"{""startTime"":1690224047787,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":1003,""label"":""hovered"",""timeHovered"":1482,""week"":""2021-08-30""},{""time"":2671,""label"":""hovered"",""timeHovered"":18905,""week"":""2021-11-08""}]}","{""startTime"":1690224901330,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690223895904,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":510,""label"":""hovered"",""timeHovered"":1471,""week"":""2021-11-29""},{""time"":15998,""label"":""hovered"",""timeHovered"":1337,""week"":""2022-01-03""},{""time"":17386,""label"":""hovered"",""timeHovered"":1204,""week"":""2022-01-03""},{""time"":28457,""label"":""tour_next"",""step"":2},{""time"":32264,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690224032059,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":9030,""label"":""hovered"",""timeHovered"":1633,""week"":""2021-12-27""}]}",1,simple,line,4.2,0,1,1,1.633,1.633,0,15,0.5,1,1,0.5,1 -2023-07-24 15:10:15,2023-07-24 15:22:17,0,100,722,1,2023-07-24 15:22:18,R_2v0rMKnqNZs4BaV,29.4227,-98.4927,EN,1,8.498,1,4,2,9.503,15.008,66,57,27,54.954,11.893,1,1,80.46,-3,-3,36.224,1,52.118,15.108,4,4,4,5,5,4,,17.382,3,6,4,6,5,5,I honestly don't know,34.049,2,,41.873,2,7,3,4,1,5,6,13.29,6,6,4,7,3,4,11,10,,69.13,4,3,5,2,4,4,49.837,2,4,14.528,2,1996,Texas,6,1,1,,2,,,8,4,2,,69.703,60ff1633f27078b103ad25d8,"{""startTime"":1690226122011,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226002351,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690225937559,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":26,""label"":""tour_started""},{""time"":4702,""label"":""tour_next"",""step"":2},{""time"":6153,""label"":""tour_end"",""step"":2},{""time"":7696,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2135,""week"":""52"",""id"":""chart""}]}","{""startTime"":1690225986689,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar,3.7,0,0,0,0,0,0,15,1,0,1,0,2 -2023-07-24 15:10:10,2023-07-24 15:22:18,0,100,728,1,2023-07-24 15:22:19,R_2Evo2DMLI14ENUw,45.0636,-93.2985,EN,1,7.094,1,2,1,6.33,15.015,82,68,84,17.292,111.398,1,1,74.538,-3,-3,96.975,1,24.439,15.122,5,5,5,7,7,5,,53.277,5,6,7,6,5,6,It seems pretty accurate and affirms what I know and have been hearing in the news. ,67.091,6,I think one of your questions is incomplete? It had weird answers so I didn't answer it.,39.343,2,7,3,4,1,5,6,14.641,2,5,1,5,6,5,11,10,,16.728,2,2,3,2,3,3,27.927,2,4,7.458,2,1988,Minnesota,6,2,1,,2,,,10,4,2,,72.445,6103975ca7d27831aba29dfb,"{""startTime"":1690226040037,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690226093819,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690225887157,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":31,""label"":""tour_started""},{""time"":13028,""label"":""tour_next"",""step"":5},{""time"":84694,""label"":""started_brush"",""startDate"":""2021-12-14"",""endDate"":""2022-02-04""},{""time"":86621,""label"":""tour_next"",""step"":5},{""time"":96493,""label"":""moved_brush"",""startDate"":""2021-05-24"",""endDate"":""2021-07-16""},{""time"":97548,""label"":""tour_next"",""step"":5},{""time"":101751,""label"":""cleared_brush"",""using"":""Click""},{""time"":101751,""label"":""cleared_brush"",""using"":""Escape""},{""time"":103244,""label"":""tour_next"",""step"":5},{""time"":107908,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690226024254,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":7624,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1997,""week"":""52"",""id"":""chart""}]}",1,complex,bar,2.5,0,1,1,1.997,1.997,0,15,1,0,1,1,3 -2023-07-24 15:12:49,2023-07-24 15:22:20,0,100,571,1,2023-07-24 15:22:21,R_3qxv4Upt211bWgp,25.7689,-80.1946,EN,1,3.585,1,2,1,5.454,15.112,79,84,50,20.486,26.705,1,1,82.166,-3,-3,88.843,1,42.047,15.013,6,3,2,3,2,5,,61.97,5,2,1,2,2,5,I think the information is accurate but it is displayed in an intentionally misleading way. ,38.809,4,,5.922,2,7,3,4,1,5,6,17.856,2,5,6,4,4,5,9,8,,20.62,2,2,2,4,2,2,23.903,2,2,15.436,2,1996,Florida,7,3,1,,7,,,13,4,2,,47.617,6111c95309571f2e5a12b0c7,"{""startTime"":1690226160282,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":43,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5002,""week"":""22"",""id"":""chart""},{""time"":5868,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6225,""week"":""42"",""id"":""chart""},{""time"":13196,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":14783,""week"":""51"",""id"":""chart""},{""time"":28181,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":11978,""week"":""2"",""id"":""chart""}]}","{""startTime"":1690226223172,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226028063,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":25,""label"":""tour_started""},{""time"":7249,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4897,""week"":""48"",""id"":""chart""},{""time"":12419,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1793,""week"":""41"",""id"":""chart""},{""time"":15179,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3735,""week"":""2"",""id"":""chart""},{""time"":19381,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1597,""week"":""52"",""id"":""chart""},{""time"":22258,""label"":""tour_next"",""step"":2},{""time"":24269,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690226144703,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar,2.3,0,0,0,0,0,0,15,1,0,1,0,2 -2023-07-24 15:14:34,2023-07-24 15:22:28,0,100,473,1,2023-07-24 15:22:28,R_3e4FRpTap2YXrV5,39.0809,-108.4925,EN,1,8.718,1,2,1,5.629,15.007,29,80,63,22.012,23.86,1,1,47.628,-3,1,51.788,1,21.312,15.008,3,3,2,5,6,2,,30.518,3,5,4,3,3,2,"The data have no error bars, and has been overtaken by events.",47.862,4,,7.14,2,7,3,4,1,5,6,13.212,2,1,9,5,1,2,2,9,,20.368,5,5,4,2,5,5,32.568,6,1,12.786,1,1965,Colorado,6,3,1,,7,,,4,3,1,clesley@live.com,51.179,5e667f3bc3f30a4050fc8f2f,"{""startTime"":1690226225689,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226256807,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226136855,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":13554,""label"":""tour_next"",""step"":2},{""time"":20979,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690226210048,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar,4.3,0,0,0,0,0,0,15,1,0.5,1,1,1 -2023-07-24 15:12:51,2023-07-24 15:22:41,0,100,590,1,2023-07-24 15:22:42,R_RXfqe1F8phkQm1H,28.0855,-80.6041,EN,1,3.222,1,3,2,4.802,15.118,100,0,37,15.654,83.435,1,1,52.243,-3,1,42.96,1,16.143,15.122,6,7,7,6,4,6,,17.07,6,5,4,2,6,7,It seems fairly accurate and comprehensive,58.974,4,,146.167,2,7,3,4,1,5,6,15.68,6,5,1,6,5,2,9,8,,16.693,2,2,3,3,2,2,14.702,3,1,7.499,2,1996,Florida,2,2,1,,7,,,12,4,2,,28.336,5490c822fdf99b71ba910e1a,"{""startTime"":1690226211244,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690226133309,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690226016992,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":10979,""label"":""tour_next"",""step"":5},{""time"":17958,""label"":""started_brush"",""startDate"":""2021-05-26"",""endDate"":""2021-06-16""},{""time"":19197,""label"":""moved_brush"",""startDate"":""2021-04-29"",""endDate"":""2021-05-26""},{""time"":19908,""label"":""tour_next"",""step"":5},{""time"":23199,""label"":""moved_brush"",""startDate"":""2021-04-22"",""endDate"":""2021-05-19""},{""time"":23876,""label"":""tour_next"",""step"":5},{""time"":27911,""label"":""cleared_brush"",""using"":""click""},{""time"":27913,""label"":""cleared_brush"",""using"":""Escape""},{""time"":28829,""label"":""tour_next"",""step"":5},{""time"":31597,""label"":""tour_end"",""step"":5},{""time"":37665,""label"":""started_brush"",""startDate"":""2021-05-11"",""endDate"":""2021-06-01""},{""time"":38977,""label"":""moved_brush"",""startDate"":""2021-05-11"",""endDate"":""2021-06-22""},{""time"":40529,""label"":""moved_brush"",""startDate"":""2021-06-07"",""endDate"":""2021-06-22""},{""time"":47770,""label"":""started_brush"",""startDate"":""2021-07-04"",""endDate"":""2021-09-01""},{""time"":49091,""label"":""moved_brush"",""startDate"":""2021-05-29"",""endDate"":""2021-09-01""},{""time"":53083,""label"":""moved_brush"",""startDate"":""2021-05-29"",""endDate"":""2022-02-13""},{""time"":58876,""label"":""moved_brush"",""startDate"":""2021-12-08"",""endDate"":""2022-02-13""},{""time"":62185,""label"":""hovered"",""timeHovered"":2938,""week"":""2022-01-10""},{""time"":65313,""label"":""hovered"",""timeHovered"":1586,""week"":""2022-01-10""},{""time"":78119,""label"":""moved_brush"",""startDate"":""2021-12-08"",""endDate"":""2022-02-13""},{""time"":82272,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-13""}]}","{""startTime"":1690226117606,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":4796,""label"":""started_brush"",""startDate"":""2021-07-07"",""endDate"":""2022-02-13""},{""time"":8469,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-18""},{""time"":10429,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-18""},{""time"":11150,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-18""},{""time"":12198,""label"":""moved_brush"",""startDate"":""2021-05-12"",""endDate"":""2021-11-18""},{""time"":12654,""label"":""moved_brush"",""startDate"":""2021-06-26"",""endDate"":""2021-11-18""},{""time"":12882,""label"":""cleared_brush"",""using"":""click""},{""time"":12883,""label"":""cleared_brush"",""using"":""Escape""}]}",1,complex,line,2.3,1,8,0,0,0,8087,15,1,0.5,1,1,3 -2023-07-24 14:45:05,2023-07-24 15:23:06,0,100,2280,1,2023-07-24 15:23:07,R_1GII6MasRvyBaq8,39.8791,-79.8327,EN,1,27.651,1,1,1,5.532,15.005,100,100,50,18.701,23.436,1,1,112.245,-2,1,646.713,1,49.219,15.108,7,7,1,7,7,7,,22.215,7,7,7,5,5,7,It is very easy to read and makes sense with what we know about vaccinations etc.,192.821,3,,7.995,2,7,3,4,1,5,6,20.216,4,10,10,10,5,4,9,11,,18.891,1,1,1,5,1,1,19.822,3,1,12.356,2,2000,Pennsylvania,2,2,1,,7,,,3,4,1,karmethelarmee@gmail.com,81.413,59ff85cb7542890001aa60f1,"{""startTime"":1690225909327,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":3157,""label"":""hovered"",""timeHovered"":3825,""week"":""2022-01-10""},{""time"":9010,""label"":""hovered"",""timeHovered"":1020,""week"":""2022-01-10""}]}","{""startTime"":1690225931916,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690224383746,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":11581,""label"":""tour_next"",""step"":2},{""time"":16861,""label"":""tour_end"",""step"":2},{""time"":18827,""label"":""hovered"",""timeHovered"":1810,""week"":""2022-01-03""}]}","{""startTime"":1690225893908,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":9668,""label"":""hovered"",""timeHovered"":2724,""week"":""2022-01-10""}]}",1,moderate,line,1.7,0,1,1,2.724,2.724,0,15,1,0.5,1,0.5,2 -2023-07-24 15:12:26,2023-07-24 15:23:27,0,100,660,1,2023-07-24 15:23:27,R_3et5q2iB0eNHxL3,37.3392,-77.4175,EN,1,7.029,1,2,1,7.187,15.112,81,26,42,31.675,104.738,-2,1,50.54,-2,-3,66.038,1,40.715,15.006,5,4,5,4,5,5,,38.208,4,4,3,1,2,5,I am not sure how these numbers were gathered,43.368,5,,14.232,2,7,3,4,1,5,6,21.643,3,4,10,5,3,8,6,8,,35.461,2,3,2,4,4,3,31.696,7,1,17.579,2,1971,Virginia,6,3,1,,7,,,17,2,2,,70.674,61112c05608ea60cb93f04f0,"{""startTime"":1690226255389,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690226180690,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690226018723,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":25373,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3954,""week"":""1"",""id"":""chart""},{""time"":30077,""label"":""tour_next"",""step"":5},{""time"":42316,""label"":""started_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-06-24""},{""time"":43466,""label"":""tour_next"",""step"":5},{""time"":54250,""label"":""started_brush"",""startDate"":""2021-07-09"",""endDate"":""2021-09-15""},{""time"":59239,""label"":""tour_back"",""step"":5},{""time"":63482,""label"":""started_brush"",""startDate"":""2021-05-17"",""endDate"":""2021-08-10""},{""time"":64161,""label"":""tour_next"",""step"":5},{""time"":65731,""label"":""moved_brush"",""startDate"":""2021-05-17"",""endDate"":""2021-08-10""},{""time"":67550,""label"":""moved_brush"",""startDate"":""2021-09-22"",""endDate"":""2021-12-17""},{""time"":68218,""label"":""tour_next"",""step"":5},{""time"":77229,""label"":""cleared_brush"",""using"":""Click""},{""time"":77229,""label"":""cleared_brush"",""using"":""Escape""},{""time"":79188,""label"":""tour_next"",""step"":5},{""time"":85514,""label"":""tour_end"",""step"":5},{""time"":89425,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1835,""week"":""51"",""id"":""chart""},{""time"":101481,""label"":""cleared_brush"",""using"":""Click""}]}","{""startTime"":1690226165100,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar,3,0,0,0,0,0,0,15,0.5,0,1,1,3 -2023-07-24 15:12:44,2023-07-24 15:23:57,0,100,672,1,2023-07-24 15:23:57,R_2wyMY0duv4KO8Y8,42.5138,-82.9396,EN,1,8.162,1,2,2,7.295,15.112,100,100,55,34.592,44.829,-2,1,46.981,1,1,106.386,1,59.033,15.016,6,5,6,6,6,6,Great Survey Thank You,52.685,5,6,6,5,6,6,It is from the CDC,44.738,3,,15.712,2,7,3,4,1,5,6,27.21,4,4,8,6,6,6,9,6,,22.202,4,3,4,3,4,4,37.879,4,2,10.972,1,1983,Michigan,2,1,1,,7,,,4,3,2,,60.749,5ef42ba59401801d9f859e2d,"{""startTime"":1690226292868,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226214612,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226047155,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":14857,""label"":""tour_next"",""step"":2},{""time"":21119,""label"":""tour_end"",""step"":2},{""time"":22409,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6456,""week"":""52"",""id"":""chart""},{""time"":28901,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1631,""week"":""1"",""id"":""chart""},{""time"":30667,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":9265,""week"":""6"",""id"":""chart""},{""time"":39977,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2392,""week"":""5"",""id"":""chart""}]}","{""startTime"":1690226199131,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":9431,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3678,""week"":""52"",""id"":""chart""},{""time"":13365,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2024,""week"":""1"",""id"":""chart""}]}",1,moderate,bar,3.7,0,2,2,5.702,2.851,3934,15,0.5,1,1,1,2 -2023-07-24 15:12:57,2023-07-24 15:25:35,0,100,758,1,2023-07-24 15:25:36,R_DOHC8sKb12DS0pP,42.6002,-83.0033,EN,1,5.384,1,3,2,8.61,15.016,75,99,66,27.042,13.558,1,-1,154.943,-3,-3,88.812,-3,21.805,15.016,6,6,6,6,6,6,,25.163,6,6,5,4,4,6,It is provided by the CDC,42.846,4,,8.935,2,7,3,4,1,5,6,26.271,6,5,6,8,6,7,7,8,,11.773,3,3,2,5,3,2,21.265,2,2,18.402,1,1993,California,6,2,1,,3,,,9,3,1,62bc3401dc67c7598dbba4a6@email.prolific.co,87.803,62bc3401dc67c7598dbba4a6,"{""startTime"":1690226326057,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226248724,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":2932,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1412,""week"":""3"",""id"":""chart""}]}","{""startTime"":1690226116794,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":5348,""label"":""tour_next"",""step"":2},{""time"":8965,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690226232612,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar,3,0,0,0,0,0,0,15,0.5,0,0,0,2 -2023-07-24 15:11:15,2023-07-24 15:26:19,0,100,904,1,2023-07-24 15:26:20,R_1DAcuNLUbJ2hUoq,33.5879,-86.3384,EN,1,12.899,2,,2,5.484,15.112,61,78,54,75.252,42.769,1,1,71.902,-3,-3,93.257,-3,36.379,15.012,2,2,2,6,5,2,,68.783,5,6,4,2,5,4,"I have doubts about it, but I understand it could be correct. I'm not one hundred percent sure either way.",94.639,5,,14.249,2,7,3,4,1,5,6,30.45,1,1,6,6,1,1,6,6,,72.447,2,2,3,4,2,2,48.85,4,1,42.366,2,1986,Alabama,3,2,1,,7,,,3,1,1,fandubbingfun@yahoo.com,78.52,5b70ed4b99982e000145eb7b,"{""startTime"":1690226156467,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226226363,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226003420,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":11038,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1868,""week"":""52"",""id"":""chart""},{""time"":12907,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2752,""week"":""52"",""id"":""chart""},{""time"":15709,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1218,""week"":""2"",""id"":""chart""},{""time"":18529,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6423,""week"":""52"",""id"":""chart""},{""time"":27783,""label"":""tour_next"",""step"":2},{""time"":36109,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690226140697,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":9334,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1534,""week"":""52"",""id"":""chart""},{""time"":10920,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1237,""week"":""1"",""id"":""chart""}]}",1,moderate,bar,2.5,0,2,2,2.771,1.3855,1586,15,1,0,0,0,2 -2023-07-24 15:06:38,2023-07-24 15:26:20,0,100,1181,1,2023-07-24 15:26:20,R_br9Wqv0xCwN5qG5,26.099,-80.1822,EN,1,3.094,1,2,1,4.846,16.227,82,100,68,46.714,12.893,1,1,82.117,-3,1,102.112,1,57.108,15.107,6,6,6,7,6,6,,53.644,7,7,6,4,5,6,"I have no reason to suspect the information is incorrect, but I never know for sure.",52.651,4,,10.081,2,7,3,4,1,5,6,12.872,2,3,6,2,3,3,8,8,,30.301,4,4,4,3,4,4,23.371,2,2,9.692,1,1997,Florida,6,3,1,,3,,,6,2,1,63127690860023ab6b50a0b2@email.prolific.co,205.533,63127690860023ab6b50a0b2,"{""startTime"":1690226190431,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690225818784,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690225686945,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":4087,""label"":""tour_next"",""step"":2},{""time"":9165,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690225803085,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6799,""label"":""hovered"",""timeHovered"":1682,""week"":""2022-01-17""}]}",1,moderate,line,3.8,0,1,1,1.682,1.682,0,15,1,0.5,1,0.5,2 -2023-07-24 15:18:36,2023-07-24 15:26:31,0,100,474,1,2023-07-24 15:26:32,R_1DSuRuz3dfwERyk,48.1701,-117.1449,EN,1,3.8,2,,1,2.693,15.011,42,70,66,22.467,16.407,1,1,60.598,1,1,54.231,1,33.914,15.009,4,1,2,5,3,3,,22.523,2,6,5,2,2,3,"Because it only displays the numbers for all ages, and doesn't display any other factors in the graph. It is misleading.",50.04,7,,6.171,2,7,3,4,1,5,6,14.913,2,6,9,4,3,7,9,9,,34.417,5,5,5,1,5,5,16.995,7,1,18.01,2,1977,Washington,6,2,1,,7,,,13,1,1,,48.733,63f8ea59e15f3632cde9e8dd,"{""startTime"":1690226527927,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226457519,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226370525,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":7731,""label"":""tour_next"",""step"":2},{""time"":9667,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690226441944,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":5419,""label"":""hovered"",""timeHovered"":1230,""week"":""2022-01-10""}]}",1,moderate,line,4.3,0,1,1,1.23,1.23,0,15,1,1,1,1,2 -2023-07-24 15:12:38,2023-07-24 15:26:35,0,100,836,1,2023-07-24 15:26:36,R_1laeZYOJBiYV0JY,33.5982,-112.3724,EN,1,10.476,1,4,1,53.963,15.105,84,71,43,39.648,47.429,-2,-3,75.189,-3,-3,65.067,-1,65.249,15.006,6,4,5,6,7,5,It's interesting that vaccinated and unvaccinated cases spiked around the same time span. ,80.394,5,6,4,4,2,6,"I would say it looks fairly accurate, having both unvaccinated and vaccinated spike around the same time of year.",76.904,2,"I don't know if this is the end of the survey, but there was a page that was messed up. I will actually send a message on Prolific that is more specific.",31.36,2,7,3,4,1,5,6,22.977,4,3,5,8,4,6,9,8,N/A.,56.511,2,2,2,4,3,1,34.501,2,2,14.221,2,1985,Arizona,6,1,1,,7,,,16,4,1,634e1076f43266192b130e13@email.prolific.co,73.218,634e1076f43266192b130e13,"{""startTime"":1690226230179,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":32,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5512,""week"":""3"",""id"":""chart""}]}","{""startTime"":1690226311426,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226091089,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":8749,""label"":""tour_next"",""step"":2},{""time"":12899,""label"":""tour_end"",""step"":2},{""time"":13573,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1368,""week"":""52"",""id"":""chart""},{""time"":18044,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1014,""week"":""51"",""id"":""chart2""},{""time"":21927,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4183,""week"":""52"",""id"":""chart2""},{""time"":26880,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2933,""week"":""6"",""id"":""chart2""}]}","{""startTime"":1690226214623,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":5373,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2101,""week"":""52"",""id"":""chart""}]}",1,simple,bar,2.3,0,1,1,2.101,2.101,0,15,0,0,0,0,1 -2023-07-24 15:08:07,2023-07-24 15:26:46,0,100,1118,1,2023-07-24 15:26:47,R_V57K3KdHTiieWRj,28.2683,-82.2912,EN,1,12.73,1,3,1,12.622,15.167,98,71,49,24.231,49.91,-2,1,43.184,-3,-2,67.792,1,34.602,15.119,4,6,4,5,6,4,,23.447,6,6,6,5,4,4,dont know if the chart is scientifically true or not,67.962,4,,8.498,2,7,3,4,1,5,6,35.61,3,1,4,1,1,1,10,4,,23.779,5,1,1,3,3,1,40.856,1,1,17.912,2,1991,Florida,3,2,1,,4,,,4,2,1,ksv9115@yahoo.com,115.92,62718acba39cea360d198b7d,"{""startTime"":1690226404766,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226304519,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226190058,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":40,""label"":""tour_started""},{""time"":14959,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3479,""week"":""52"",""id"":""chart""},{""time"":18482,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2307,""week"":""1"",""id"":""chart""},{""time"":26711,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1045,""week"":""14"",""id"":""chart""},{""time"":32353,""label"":""tour_next"",""step"":2},{""time"":45131,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690226288334,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":7009,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1579,""week"":""52"",""id"":""chart""}]}",1,simple,bar,2.3,0,1,1,1.579,1.579,0,15,0.5,0,1,0.5,1 -2023-07-24 15:15:27,2023-07-24 15:26:51,0,100,684,1,2023-07-24 15:26:52,R_2v2HQ9SE0VEQpM8,41.8307,-71.3982,EN,1,19.961,1,1,1,7.107,15.014,85,100,50,18.538,70.807,-2,1,34.087,-2,-2,44.008,1,42.964,15.017,7,6,7,7,7,7,,22.236,7,7,6,7,6,7,I believe that it is a correct visualization of the data compiled by the CDC. I trust that the CDC is telling the truth when it comes to the data of reported COVID cases among both vaccinated and unvaccinated individuals.,68.176,4,,6.084,2,7,3,4,1,5,6,15.81,2,3,3,4,5,4,8,3,,41.005,3,4,4,1,5,3,110.791,1,3,51.81,2,1963,Rhode Island,3,1,1,,7,,,15,4,2,,56.588,645950b676754e48ae4e15fb,"{""startTime"":1690226409406,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226322316,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226200470,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":19,""label"":""tour_started""},{""time"":1772,""label"":""hovered"",""timeHovered"":4627,""week"":""2021-09-27""},{""time"":6438,""label"":""hovered"",""timeHovered"":1214,""week"":""2021-09-20""},{""time"":8346,""label"":""hovered"",""timeHovered"":1120,""week"":""2022-01-03""},{""time"":9522,""label"":""hovered"",""timeHovered"":5546,""week"":""2021-12-27""},{""time"":27211,""label"":""tour_next"",""step"":2},{""time"":31330,""label"":""tour_end"",""step"":2},{""time"":40979,""label"":""hovered"",""timeHovered"":1863,""week"":""2021-05-31""},{""time"":65695,""label"":""hovered"",""timeHovered"":3048,""week"":""2022-01-17""}]}","{""startTime"":1690226306494,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":5034,""label"":""hovered"",""timeHovered"":2256,""week"":""2022-01-03""},{""time"":12820,""label"":""hovered"",""timeHovered"":1455,""week"":""2021-12-27""}]}",1,simple,line,3.3,0,2,2,3.711,1.8555,7786,15,0.5,0,1,0.5,1 -2023-07-24 15:10:43,2023-07-24 15:26:53,0,100,970,1,2023-07-24 15:26:54,R_r2QwL9Mvqm81O49,35.2025,-97.4835,EN,1,20.572,1,3,1,10.615,15.112,65,100,71,19.751,54.556,-2,1,81.202,1,-3,189.315,1,22.999,15.007,6,6,6,6,6,6,,47.942,6,6,6,6,6,6,Because it conveys the data in an understandable way.,73.117,4,,21.118,2,7,3,4,1,5,6,22.182,1,2,2,3,5,1,7,6,,30.357,3,2,5,2,3,2,179.915,1,1,46.173,1,1983,Oklahoma,2,2,1,,7,,,1,4,2,,77.831,5ee925739ae9771465f5f713,"{""startTime"":1690226167113,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226070676,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690225918891,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":6518,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1733,""week"":""1"",""id"":""chart""},{""time"":23034,""label"":""tour_next"",""step"":2},{""label"":""window_blurred"",""time"":24525},{""label"":""window_focused"",""time"":44399},{""time"":50186,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1366,""week"":""1"",""id"":""chart2""},{""time"":52754,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690226055422,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":9287,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1466,""week"":""52"",""id"":""chart2""}]}",1,simple,bar,2.8,0,1,1,1.466,1.466,0,15,0.5,0.5,1,0.5,1 -2023-07-24 15:16:00,2023-07-24 15:26:56,0,100,656,1,2023-07-24 15:26:57,R_2YmQjahoYljku1C,41.8847,-88.3028,EN,1,29.066,1,2,1,4.285,15.082,92,100,76,27.193,22.332,1,1,110.411,-3,1,44.096,-3,25.385,15.009,6,6,6,7,7,7,,103.625,6,7,7,7,5,7,It makes sense and the trends follow what I remember hearing about.,59.451,6,,16.032,2,7,3,4,1,5,6,13.576,7,7,3,7,8,7,10,10,,27.158,3,4,4,2,4,4,27.643,1,1,7.531,1,1991,Illinois,6,2,1,,2,,,7,4,2,,49.595,5e2d0dd5be23b2320e23993a,"{""startTime"":1690226413203,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226517707,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226254497,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":50,""label"":""tour_started""},{""time"":7737,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1083,""week"":""28"",""id"":""chart""},{""time"":11238,""label"":""tour_next"",""step"":2},{""time"":18581,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690226397446,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar,3.5,0,0,0,0,0,0,15,1,0.5,0,1,1 -2023-07-24 15:13:14,2023-07-24 15:26:58,0,100,824,1,2023-07-24 15:26:59,R_3saxI91Ym3CYuLg,41.874,-71.3844,EN,1,16.724,1,3,2,6.907,15.008,97,96,22,17.712,28.563,1,-2,47.673,-2,1,28.518,-3,30.115,15.008,6,5,6,5,7,6,,35.672,5,6,5,3,2,7,"I feel like the source is trustworthy,",27.303,6,,7.146,2,7,3,4,1,5,6,16.428,2,5,5,6,4,2,9,8,,24.439,2,2,2,4,2,4,39.515,1,1,13.647,1,1999,Rhode Island,2,2,1,,7,,,3,4,2,,55.681,63d7aa4a4f19508a5401cc2a,"{""startTime"":1690226157464,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226193750,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226064682,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":10447,""label"":""tour_next"",""step"":2},{""time"":17505,""label"":""tour_end"",""step"":2},{""time"":21802,""label"":""hovered"",""timeHovered"":1495,""week"":""2022-01-03""}]}","{""startTime"":1690226141860,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":8986,""label"":""hovered"",""timeHovered"":1340,""week"":""2021-12-27""},{""time"":13099,""label"":""hovered"",""timeHovered"":1563,""week"":""2021-12-27""}]}",1,simple,line,2.7,0,2,2,2.903,1.4515,4113,15,0.5,0.5,0,0.5,1 -2023-07-24 15:12:03,2023-07-24 15:26:59,0,100,895,1,2023-07-24 15:26:59,R_3J901p3E7dCP4ZT,41.5883,-87.4593,EN,1,2.989,1,2,2,20.556,15.407,55,55,50,9.68,17.506,1,1,60.881,1,1,38.527,-3,14.451,15.083,4,4,4,4,4,4,,6.05,4,4,4,4,4,4,I have no reason to not trust,14.249,4,,4.047,2,7,3,4,1,5,6,13.7,6,6,6,6,6,6,6,6,,5.207,4,3,4,3,3,3,7.481,3,3,4.645,2,1985,Indiana,7,1,1,,7,,,11,4,2,,104.449,5e7a0da5c8327f0406f24b9a,"{""startTime"":1690226101321,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226073204,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_focused"",""time"":4794}]}","{""startTime"":1690225978337,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":11285,""label"":""tour_next"",""step"":2},{""time"":14180,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690226057582,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":6177},{""label"":""window_focused"",""time"":13867}]}",1,simple,line,3.3,0,0,0,0,0,0,6.177,1,1,0,1,1 -2023-07-24 15:18:49,2023-07-24 15:27:02,0,100,492,1,2023-07-24 15:27:03,R_77Af0HnfiFW5ZWF,34.9672,-81.0491,EN,1,6.026,2,,2,2.763,15.114,0,100,13,15.633,22.591,1,1,41.012,-2,1,47.049,-3,24.133,15.113,1,1,7,4,4,1,,33.839,2,7,4,1,1,1,I have no idea where the data is coming from,42.887,1,,6.676,2,7,3,4,1,5,6,17.852,1,1,6,1,1,3,4,6,,30.365,3,2,1,4,3,3,26.436,4,1,16.73,1,1999,South Carolina,3,2,1,,7,,,13,4,2,,88.273,6315a6e79ee2ce17a350a08a,"{""startTime"":1690226552994,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7273,""label"":""source_clicked""},{""label"":""window_blurred"",""time"":7285},{""label"":""window_focused"",""time"":11578}]}","{""startTime"":1690226490638,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226410845,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":6858,""label"":""tour_next"",""step"":2},{""time"":10769,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690226475153,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":3072,""label"":""hovered"",""timeHovered"":1085,""week"":""2021-12-20""}]}",1,simple,line,2.7,0,1,1,1.085,1.085,0,15,1,0.5,0,1,1 -2023-07-24 15:19:01,2023-07-24 15:27:21,0,100,500,1,2023-07-24 15:27:22,R_3W66n9ICt4f3cE9,35.7614,-78.6015,EN,1,27.252,1,3,2,5.255,15.02,100,100,54,15.503,28.325,-3,1,32.703,-2,-3,47.091,1,22.401,15.02,5,5,5,5,2,5,I didn't even notice the source until prompted to look for it.,32.703,6,5,5,5,4,6,It intuitively makes sense that those with a vaccine would catch Covid less often.,23.263,4,There was one question...that didn't have a question. It had placeholder text. I skipped it. ,28.816,2,7,3,4,1,5,6,20.267,6,7,3,5,7,6,9,8,,20.525,2,1,3,4,3,2,39,2,3,16.981,2,1994,North Carolina,6,2,1,,3,,,5,4,1,63b8342eb371f007b0651c7e@email.prolific.co,59.31,63b8342eb371f007b0651c7e,"{""startTime"":1690226544740,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226492501,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226414984,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":7123,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2459,""week"":""52"",""id"":""chart""},{""time"":11013,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1735,""week"":""33"",""id"":""chart""},{""time"":13463,""label"":""tour_next"",""step"":2},{""time"":18821,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1276,""week"":""52"",""id"":""chart2""},{""time"":20877,""label"":""tour_end"",""step"":2},{""time"":23598,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1540,""week"":""52"",""id"":""chart2""},{""time"":25548,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1528,""week"":""52"",""id"":""chart""}]}","{""startTime"":1690226476890,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":5392,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2362,""week"":""51"",""id"":""chart2""},{""time"":8544,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2348,""week"":""50"",""id"":""chart2""},{""time"":10922,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1561,""week"":""49"",""id"":""chart2""},{""time"":12648,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1587,""week"":""50"",""id"":""chart2""},{""time"":14315,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1134,""week"":""51"",""id"":""chart2""}]}",1,simple,bar,2.5,0,5,5,8.992,1.7984000000000002,8923,15,0.5,0,1,0.5,1 -2023-07-24 15:15:13,2023-07-24 15:27:38,0,100,744,1,2023-07-24 15:27:39,R_5ssJoaxtNN6s9WN,36.9102,-121.7564,EN,1,54.559,1,2,2,6.102,15.17,50,5,8,15.876,79.581,1,1,38.329,1,1,73.064,1,34.403,15.193,6,4,6,6,6,6,,28.416,4,5,5,4,3,6,It was put out by the CDC.,68.053,6,,10.412,2,7,3,4,1,5,6,22.364,3,6,5,6,5,6,10,10,,16.578,4,4,4,2,4,4,42.555,2,3,21.985,2,1980,California,6,3,1,,8,Scotts Valley,,8,4,2,,87.614,5e8bf957b7e6de0e5571b507,"{""startTime"":1690226374622,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690226405162,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690226241477,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":72,""label"":""tour_started""},{""time"":12756,""label"":""tour_next"",""step"":5},{""time"":18241,""label"":""tour_back"",""step"":5},{""time"":20510,""label"":""tour_next"",""step"":5},{""time"":24006,""label"":""cleared_brush"",""using"":""click""},{""time"":33180,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-16""},{""time"":34328,""label"":""tour_next"",""step"":5},{""time"":39383,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-16""},{""time"":39621,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-16""},{""time"":42573,""label"":""tour_next"",""step"":5},{""time"":48970,""label"":""moved_brush"",""startDate"":""2021-04-12"",""endDate"":""2021-11-17""},{""time"":49243,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-16""},{""time"":49419,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-16""},{""time"":53734,""label"":""moved_brush"",""startDate"":""2021-07-08"",""endDate"":""2022-02-13""},{""time"":57908,""label"":""cleared_brush"",""using"":""click""},{""time"":57920,""label"":""cleared_brush"",""using"":""Escape""},{""time"":59384,""label"":""tour_next"",""step"":5},{""time"":62778,""label"":""tour_end"",""step"":5},{""time"":69352,""label"":""started_brush"",""startDate"":""2021-11-18"",""endDate"":""2021-11-24""},{""time"":76252,""label"":""started_brush"",""startDate"":""2021-12-15"",""endDate"":""2022-01-07""}]}","{""startTime"":1690226357579,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line,3.7,0,0,0,0,0,0,15,1,1,1,1,3 -2023-07-24 15:13:39,2023-07-24 15:27:44,0,100,844,1,2023-07-24 15:27:44,R_uqbFKtNTGdBi05H,36.0119,-115.0433,EN,1,14.671,1,2,1,6.573,15.014,100,100,85,13.6,69.095,1,-3,38.962,1,1,73.205,1,102.773,16.07,6,4,6,6,6,6,,174.397,4,7,6,3,3,6,It seems accurate,34.855,4,,4.675,2,7,3,4,1,5,6,22.149,1,1,3,2,2,1,11,7,,31.55,2,3,3,3,3,4,21.633,2,1,14.59,3,2001,Nevada,3,2,1,,7,,,6,3,2,,98.775,6440215c5fcae4dfceb6c854,"{""startTime"":1690226313354,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":21540},{""label"":""window_focused"",""time"":48257},{""label"":""window_blurred"",""time"":49928},{""label"":""window_focused"",""time"":76283},{""label"":""window_blurred"",""time"":77886},{""label"":""window_focused"",""time"":119173},{""label"":""window_blurred"",""time"":120087},{""label"":""window_focused"",""time"":120895},{""label"":""window_blurred"",""time"":133278},{""label"":""window_focused"",""time"":134109},{""label"":""window_blurred"",""time"":135465},{""label"":""window_focused"",""time"":151183}]}","{""startTime"":1690226217990,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_focused"",""time"":3674},{""label"":""window_blurred"",""time"":4759},{""label"":""window_focused"",""time"":5708},{""label"":""window_blurred"",""time"":32027},{""label"":""window_focused"",""time"":44102}]}","{""startTime"":1690226091925,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":4,""label"":""tour_started""},{""time"":10081,""label"":""hovered"",""timeHovered"":1026,""week"":""2021-04-26""},{""time"":16748,""label"":""hovered"",""timeHovered"":1133,""week"":""2022-01-03""},{""time"":18094,""label"":""hovered"",""timeHovered"":1160,""week"":""2021-12-27""},{""time"":23161,""label"":""hovered"",""timeHovered"":2039,""week"":""2022-02-07""},{""time"":38495,""label"":""hovered"",""timeHovered"":1092,""week"":""2021-12-20""},{""time"":41054,""label"":""hovered"",""timeHovered"":1120,""week"":""2021-12-13""},{""time"":48320,""label"":""tour_next"",""step"":2},{""time"":52721,""label"":""tour_end"",""step"":2},{""time"":63205,""label"":""hovered"",""timeHovered"":1704,""week"":""2021-12-27""},{""time"":66326,""label"":""hovered"",""timeHovered"":1654,""week"":""2022-01-03""}]}","{""startTime"":1690226200570,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":4240}]}",1,simple,line,3,0,0,0,0,0,0,4.24,0.5,1,1,0.5,1 -2023-07-24 15:17:27,2023-07-24 15:27:59,0,100,632,1,2023-07-24 15:28:00,R_QhxAv8wKhsbvTln,44.1807,-88.476,EN,1,10.105,1,4,2,5.05,15.112,63,38,22,33.444,50.206,1,-3,73.754,-2,-3,61.727,1,37.348,15.009,6,5,6,5,6,6,,26.865,5,3,3,2,2,6,It seems accurate based on historical reference.,43.354,5,,6.359,2,7,3,4,1,5,6,20.002,1,4,9,4,9,6,9,9,,20.054,4,4,5,1,4,4,24.731,3,2,14.683,2,1964,Wisconsin,3,2,1,,7,,,8,3,1,dawn_b_adams@icloud.com,125.321,5d227f901e99f80018c60e1f,"{""startTime"":1690226534077,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226463755,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":4425,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1386,""week"":""52"",""id"":""chart2""}]}","{""startTime"":1690226322776,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":24,""label"":""tour_started""},{""time"":8464,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2468,""week"":""52"",""id"":""chart""},{""time"":11781,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1384,""week"":""1"",""id"":""chart""},{""time"":14732,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1083,""week"":""51"",""id"":""chart""},{""time"":17714,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6351,""week"":""32"",""id"":""chart""},{""time"":29389,""label"":""tour_next"",""step"":2},{""time"":32832,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4217,""week"":""47"",""id"":""chart2""},{""time"":38733,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2399,""week"":""52"",""id"":""chart2""},{""time"":41901,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2550,""week"":""51"",""id"":""chart2""},{""time"":45927,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690226448252,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":10578,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1131,""week"":""52"",""id"":""chart2""}]}",1,simple,bar,3.7,0,1,1,1.131,1.131,0,15,0.5,0,1,0.5,1 -2023-07-24 15:17:29,2023-07-24 15:28:16,0,100,646,1,2023-07-24 15:28:16,R_6RvijjY9xFhfJLP,37.0313,-122.1198,EN,1,12.071,1,2,1,5.703,15.111,75,82,60,20.053,35.021,1,-3,57.994,1,1,102.406,1,35.783,15.112,5,2,5,6,6,5,,45.755,3,5,3,2,3,3,I understand that it states that the source is the cdc however there is no information on how and where the data was collected from so I don't know how accurate it truly is,107.43,4,,8.783,2,7,3,4,1,5,6,20.405,2,2,4,5,2,2,8,9,,19.525,4,4,5,1,5,5,31.855,2,2,8.234,2,2001,California,6,3,4,turkish,5,,,17,4,2,,58.89,60fd0c846628ee39883458ed,"{""startTime"":1690226468451,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":19,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1409,""week"":""2"",""id"":""chart""},{""time"":3906,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1348,""week"":""51"",""id"":""chart""},{""time"":7691,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1497,""week"":""50"",""id"":""chart""},{""time"":9194,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2761,""week"":""50"",""id"":""chart""},{""time"":12043,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1694,""week"":""51"",""id"":""chart""},{""time"":13827,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2494,""week"":""50"",""id"":""chart""}]}","{""startTime"":1690226514786,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226313421,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":3547,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4125,""week"":""51"",""id"":""chart""},{""time"":12794,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3209,""week"":""1"",""id"":""chart""},{""time"":17275,""label"":""tour_next"",""step"":2},{""time"":21374,""label"":""tour_end"",""step"":2},{""time"":24395,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1193,""week"":""14"",""id"":""chart""},{""time"":28147,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5772,""week"":""50"",""id"":""chart""}]}","{""startTime"":1690226451791,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":5767,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1197,""week"":""51"",""id"":""chart""},{""time"":7071,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2176,""week"":""52"",""id"":""chart""},{""time"":9271,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2779,""week"":""1"",""id"":""chart""}]}",1,moderate,bar,4,0,3,3,6.152,2.050666666666667,3504,15,0.5,1,1,1,2 -2023-07-24 15:13:29,2023-07-24 15:28:32,0,100,903,1,2023-07-24 15:28:32,R_2f0T9P7MRPOj6Lb,40.1137,-74.8599,EN,1,66.099,1,2,2,7.433,15.01,90,100,78,27.106,51.429,1,1,70.582,-2,1,41.747,-2,74.269,15.109,7,6,6,7,7,7,,26.909,6,7,7,6,5,7,"I mean, regardless of the illness, vaccines work. It's not terribly hard for me to understand that vaccinated vs unvaccinated, those without the vaccine are always more at risk. ",98.624,5,,8.809,2,7,3,4,1,5,6,19.949,5,6,3,4,6,4,10,10,,16.898,3,3,4,3,5,3,32.383,2,1,11.684,1,1988,Pennsylvania,2,2,1,,9,,Croydon,4,4,1,robjameskelley@gmail.com,44.568,558980cdfdf99b7ae47f5a75,"{""startTime"":1690226628270,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226482968,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_focused"",""time"":24843}]}","{""startTime"":1690226344563,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":9281,""label"":""tour_next"",""step"":2},{""time"":14177,""label"":""tour_end"",""step"":2},{""time"":20047,""label"":""hovered"",""timeHovered"":1819,""week"":""2021-04-12""},{""time"":22310,""label"":""hovered"",""timeHovered"":1972,""week"":""2021-04-12""},{""time"":29909,""label"":""hovered"",""timeHovered"":1677,""week"":""2021-12-27""},{""time"":31838,""label"":""hovered"",""timeHovered"":2549,""week"":""2022-01-03""},{""time"":37219,""label"":""hovered"",""timeHovered"":2272,""week"":""2022-01-17""},{""time"":39694,""label"":""hovered"",""timeHovered"":1069,""week"":""2022-01-10""},{""time"":41705,""label"":""hovered"",""timeHovered"":1675,""week"":""2021-12-27""},{""time"":44311,""label"":""hovered"",""timeHovered"":1589,""week"":""2021-12-13""},{""time"":49145,""label"":""hovered"",""timeHovered"":1403,""week"":""2021-06-14""}]}","{""startTime"":1690226467390,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":13333}]}",1,simple,line,3.5,0,0,0,0,0,0,13.333,1,0.5,0,1,1 -2023-07-24 15:06:30,2023-07-24 15:28:32,0,100,1321,1,2023-07-24 15:28:33,R_20OsPxNwKx9PcOU,30.2304,-97.7243,EN,1,6.249,1,2,2,8.49,15.108,84,79,9,58.535,26.361,1,-2,198.527,-2,1,351.387,-2,97.503,15.008,6,6,6,6,6,7,no,51.313,7,6,6,6,6,6,It is clear and easy to read the chart,82.35,4,no,21.568,2,7,3,4,1,5,6,46.673,8,8,8,8,8,9,8,9,no,21.023,3,3,3,3,3,3,38.391,3,2,25.252,2,1999,Texas,6,3,1,,3,,,4,2,1,,60.796,613e002e81f4b2409b531dbd,"{""startTime"":1690225977534,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226031295,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690225721292,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":4676,""label"":""hovered"",""timeHovered"":1149,""week"":""2021-05-10""},{""time"":14256,""label"":""tour_next"",""step"":2},{""time"":17740,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690225961728,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":6623,""label"":""hovered"",""timeHovered"":3312,""week"":""2022-01-31""},{""time"":11030,""label"":""hovered"",""timeHovered"":3233,""week"":""2022-01-31""}]}",1,simple,line,3,0,2,2,6.545,3.2725,4407,15,0.5,0.5,0,0.5,1 -2023-07-24 15:15:43,2023-07-24 15:28:46,0,100,783,1,2023-07-24 15:28:46,R_31LZX8v1KzO36FC,34.0555,-78.9184,EN,1,15.735,2,,1,3.612,15.013,44,86,23,36.551,40.42,-2,1,83.598,1,-3,84.372,1,49.741,15.016,4,4,4,5,5,3,"CDC is run by the government whom cannot be trusted, so why should I 100% trust this data",72.714,3,6,4,2,2,3,I just don't 100% think it's accurate. ,67.391,4,why is this still being studied...,34.04,2,7,3,4,1,5,6,31.581,1,3,11,6,1,5,8,8,,32.009,3,3,4,3,4,3,31.252,4,2,22.384,2,1971,South Carolina,4,2,1,,7,,,8,4,1,jclark19@gmail.com,68.374,616da069522e6b8aa420a603,"{""startTime"":1690226492991,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":11407,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1178,""week"":""52"",""id"":""chart""}]}","{""startTime"":1690226372287,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":3123,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1283,""week"":""1"",""id"":""chart""},{""time"":13506,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1132,""week"":""1"",""id"":""chart""},{""time"":18314,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":11469,""week"":""52"",""id"":""chart""}]}","{""startTime"":1690226230938,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":20551,""label"":""tour_next"",""step"":2},{""time"":28221,""label"":""tour_end"",""step"":2},{""label"":""window_blurred"",""time"":36341},{""label"":""window_focused"",""time"":38078}]}","{""startTime"":1690226356821,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar,3.3,0,0,0,0,0,0,15,0.5,0.5,1,0.5,2 -2023-07-24 15:15:35,2023-07-24 15:29:08,0,100,812,1,2023-07-24 15:29:09,R_SOyRscaUhZl6dPP,30.0043,-95.1747,EN,1,39.269,1,3,1,5.958,15.007,100,28,100,12.679,155.97,1,1,47.627,-3,-3,55.261,-3,34.775,15.111,6,7,6,5,6,6,,25.599,5,3,4,2,2,6,"well it may just be me, but I do like a nice clear graph, I however am not always the best at deciphering that big a pool of data. It did however look very official and seems to line up with what ive heard over the last few years. ",107.87,5,,8.873,2,7,3,4,1,5,6,26.384,1,1,7,5,2,4,11,11,"Its not that i dont think a lot of these sources are per se un trust worthy, its more that i dont think these should be the main sources of your information. If you can use critical thinking as well, and researching the specific topics, you can find a lot more truth to the media. ",103.132,5,5,1,1,5,3,33.413,4,1,19.271,1,1995,Texas,2,1,1,,3,,,15,4,1,,51.98,6488a3f2ddc680a2435ed65d,"{""startTime"":1690226548872,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690226402637,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690226195041,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":11201,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2616,""week"":""32"",""id"":""chart""},{""time"":16418,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3616,""week"":""52"",""id"":""chart""},{""time"":28518,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2467,""week"":""1"",""id"":""chart""},{""time"":35783,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1367,""week"":""14"",""id"":""chart""},{""time"":40018,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1682,""week"":""1"",""id"":""chart""},{""time"":44436,""label"":""tour_next"",""step"":5},{""time"":62317,""label"":""cleared_brush"",""using"":""Click""},{""time"":68338,""label"":""tour_back"",""step"":5},{""time"":70541,""label"":""tour_next"",""step"":5},{""time"":78745,""label"":""cleared_brush"",""using"":""Click""},{""time"":78955,""label"":""started_brush"",""startDate"":""2021-05-10"",""endDate"":""2021-05-16""},{""time"":79724,""label"":""cleared_brush"",""using"":""Click""},{""time"":79945,""label"":""started_brush"",""startDate"":""2021-08-05"",""endDate"":""2021-08-10""},{""time"":80140,""label"":""started_brush"",""startDate"":""2021-09-03"",""endDate"":""2021-09-10""},{""time"":80529,""label"":""started_brush"",""startDate"":""2021-10-24"",""endDate"":""2021-11-01""},{""time"":80774,""label"":""cleared_brush"",""using"":""Click""},{""time"":87258,""label"":""started_brush"",""startDate"":""2021-07-01"",""endDate"":""2021-11-24""},{""time"":88917,""label"":""tour_next"",""step"":5},{""time"":100250,""label"":""moved_brush"",""startDate"":""2021-07-25"",""endDate"":""2021-12-17""},{""time"":101135,""label"":""tour_next"",""step"":5},{""time"":108760,""label"":""cleared_brush"",""using"":""Click""},{""time"":110480,""label"":""tour_next"",""step"":5},{""time"":116081,""label"":""tour_end"",""step"":5},{""time"":126078,""label"":""started_brush"",""startDate"":""2021-11-27"",""endDate"":""2022-02-01""},{""time"":127294,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8288,""week"":""52"",""id"":""chart""},{""time"":139180,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1468,""week"":""51"",""id"":""chart""},{""time"":140694,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1704,""week"":""50"",""id"":""chart""},{""time"":144597,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3451,""week"":""52"",""id"":""chart""},{""time"":149520,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3762,""week"":""52"",""id"":""chart""}]}","{""startTime"":1690226387146,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":7293,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1032,""week"":""31"",""id"":""chart""},{""time"":10694,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1182,""week"":""50"",""id"":""chart""}]}",1,complex,bar,3.3,0,2,2,2.214,1.107,3401,15,1,0,0,0,3 -2023-07-24 15:15:20,2023-07-24 15:29:47,0,100,866,1,2023-07-24 15:29:47,R_2OZuqXQAUPJGtF8,44.0645,-123.1461,EN,1,9.183,1,3,2,9.905,15.018,69,38,73,40.865,137.915,1,1,59.466,1,1,55.029,1,87.725,15.009,6,4,6,4,6,6,,31.559,6,4,6,4,5,6," I believe this visualization is based on scientific data, although I didn't look at the sourcing.",67.148,5,I believe in giving people the benefit of the doubt. I trust most people a little bit until they prove otherwise.,40.461,2,7,3,4,1,5,6,21.664,4,6,8,6,5,5,9,9,,39.987,4,4,4,2,5,4,38.165,2,1,18.146,1,1971,Oregon,3,2,1,,8,KLAMATH FALLS,,3,2,1,5dccb82a76eab294aa4837ff@email.prolific.co,116.12,5dccb82a76eab294aa4837ff,"{""startTime"":1690226553299,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690226455179,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690226211311,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":23,""label"":""tour_started""},{""time"":36019,""label"":""hovered"",""timeHovered"":1515,""week"":""2021-12-13""},{""time"":38585,""label"":""hovered"",""timeHovered"":5032,""week"":""2021-08-16""},{""time"":46350,""label"":""hovered"",""timeHovered"":2550,""week"":""2022-02-07""},{""time"":50045,""label"":""tour_next"",""step"":5},{""time"":73598,""label"":""started_brush"",""startDate"":""2021-06-15"",""endDate"":""2021-10-01""},{""time"":74871,""label"":""tour_next"",""step"":5},{""time"":86046,""label"":""moved_brush"",""startDate"":""2021-06-20"",""endDate"":""2021-10-06""},{""time"":89628,""label"":""moved_brush"",""startDate"":""2021-06-20"",""endDate"":""2021-08-10""},{""time"":91533,""label"":""moved_brush"",""startDate"":""2021-07-05"",""endDate"":""2021-08-10""},{""time"":93925,""label"":""moved_brush"",""startDate"":""2021-08-05"",""endDate"":""2021-09-09""},{""time"":94655,""label"":""tour_next"",""step"":5},{""time"":106927,""label"":""cleared_brush"",""using"":""click""},{""time"":106935,""label"":""cleared_brush"",""using"":""Escape""},{""time"":111463,""label"":""tour_next"",""step"":5},{""time"":118246,""label"":""tour_end"",""step"":5},{""time"":128722,""label"":""started_brush"",""startDate"":""2021-05-03"",""endDate"":""2021-05-04""},{""time"":132245,""label"":""cleared_brush"",""using"":""click""},{""time"":132255,""label"":""cleared_brush"",""using"":""Escape""},{""time"":135848,""label"":""started_brush"",""startDate"":""2021-12-05"",""endDate"":""2022-01-06""},{""time"":136018,""label"":""cleared_brush"",""using"":""click""},{""time"":136026,""label"":""cleared_brush"",""using"":""Escape""}]}","{""startTime"":1690226439328,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line,3.8,0,0,0,0,0,0,15,1,1,1,1,3 -2023-07-24 15:17:49,2023-07-24 15:29:48,0,100,718,1,2023-07-24 15:29:48,R_2ZIXOmdppyJp7ev,42.7504,-74.191,EN,1,5.701,2,,2,5.526,15.009,46,24,42,45.571,108.341,1,1,54.937,-2,-1,48.299,1,61.239,15.008,6,2,6,4,6,4,,40.327,2,4,1,1,1,4,I do not know all the data presented.,72.913,4,,12.435,2,7,3,4,1,5,6,27.013,1,1,11,8,1,8,10,7,,30.235,5,1,2,4,1,1,42.717,6,2,23.388,2,1971,Florida,3,1,1,,7,,,17,1,1,purplebeach@me.com,54.571,643e579ee0a551f6c18933cb,"{""startTime"":1690226541388,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690226582134,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690226355179,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":21552,""label"":""hovered"",""timeHovered"":4235,""week"":""2021-11-29""},{""time"":26418,""label"":""hovered"",""timeHovered"":1306,""week"":""2022-01-10""},{""time"":29346,""label"":""tour_next"",""step"":5},{""time"":67400,""label"":""started_brush"",""startDate"":""2021-06-14"",""endDate"":""2021-06-16""},{""time"":68132,""label"":""moved_brush"",""startDate"":""2021-06-14"",""endDate"":""2021-06-16""},{""time"":69799,""label"":""tour_next"",""step"":5},{""time"":80914,""label"":""moved_brush"",""startDate"":""2021-06-14"",""endDate"":""2021-09-03""},{""time"":84545,""label"":""tour_next"",""step"":5},{""time"":90971,""label"":""cleared_brush"",""using"":""click""},{""time"":90974,""label"":""cleared_brush"",""using"":""Escape""},{""time"":92830,""label"":""tour_next"",""step"":5},{""time"":106495,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690226525852,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line,2.3,0,0,0,0,0,0,15,1,0,1,1,3 -2023-07-24 15:18:28,2023-07-24 15:30:00,0,100,692,1,2023-07-24 15:30:01,R_bsE7TLLBKIkWUI9,35.2345,-89.8502,EN,1,8.63,1,2,1,4.678,15.015,100,100,62,21.06,38.07,1,1,64.934,-3,-2,122.455,1,56.359,15.019,7,7,7,7,7,7,I'm concerned about your broken attention check on the page before this one.,42.792,7,5,5,4,5,5,Well I don't know the facts so I'd probably want to check elsewhere to confirm. I don't trust every chart I see.,88.647,5,,7.815,2,7,3,4,1,5,6,20.064,4,4,1,2,7,1,10,8,,24.904,3,3,3,4,3,2,17.958,3,1,14.87,2,1969,Tennessee,3,2,1,,7,,,3,4,1,,86.478,59f232c71f4f55000108a0d6,"{""startTime"":1690226652092,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":6725,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1308,""week"":""2"",""id"":""chart""}]}","{""startTime"":1690226544301,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226366392,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":22,""label"":""tour_started""},{""time"":10891,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1482,""week"":""52"",""id"":""chart""},{""time"":13141,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1882,""week"":""6"",""id"":""chart""},{""time"":17756,""label"":""tour_next"",""step"":2},{""time"":23095,""label"":""tour_end"",""step"":2},{""time"":25390,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2617,""week"":""6"",""id"":""chart""},{""time"":28473,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1729,""week"":""1"",""id"":""chart""}]}","{""startTime"":1690226528175,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar,3,0,0,0,0,0,0,15,1,0,1,0,2 -2023-07-24 15:15:08,2023-07-24 15:30:00,0,100,892,1,2023-07-24 15:30:01,R_22FakELTgxu6hjM,41.1199,-74.1242,EN,1,54.226,2,,1,4.817,15.13,58,62,43,35.305,115.65,-2,1,143.235,-2,1,74.625,1,110.811,15.01,3,3,3,6,5,1,,39.053,4,6,3,1,3,1,I do not trust the CDC to provide accurate unbiased information. ,44.381,3,,15.458,2,7,3,4,1,5,6,25.485,1,1,3,1,1,1,3,3,,24.786,3,4,3,2,4,4,32.982,6,2,26.786,2,2000,New York,2,2,1,,7,,,5,4,1,ahally67@gmail.com,66.826,5f4ed218350d2a11c049eae4,"{""startTime"":1690226505912,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226439390,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226232125,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":16643,""label"":""hovered"",""timeHovered"":1367,""week"":""2022-01-10""},{""time"":23884,""label"":""hovered"",""timeHovered"":5424,""week"":""2022-01-17""},{""time"":30150,""label"":""tour_next"",""step"":2},{""time"":34820,""label"":""tour_end"",""step"":2},{""time"":39971,""label"":""hovered"",""timeHovered"":1939,""week"":""2022-01-10""},{""time"":42679,""label"":""hovered"",""timeHovered"":36935,""week"":""2022-01-10""},{""time"":80429,""label"":""hovered"",""timeHovered"":33062,""week"":""2022-01-10""}]}","{""startTime"":1690226423715,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":12466,""label"":""hovered"",""timeHovered"":1115,""week"":""2022-01-24""}]}",1,moderate,line,3.3,0,1,1,1.115,1.115,0,15,0.5,0.5,1,0.5,2 -2023-07-24 15:15:49,2023-07-24 15:31:37,0,100,947,1,2023-07-24 15:31:37,R_VLmuMN4ldbRMzQJ,29.397,-94.9203,EN,1,23.645,2,,2,4.293,15.228,94,98,50,44.152,60.05,1,1,57.513,-2,1,71.656,1,119.87,15.034,2,2,3,4,6,2,no comment,59.551,2,6,4,1,2,2,i dont trust that all those ppl had covid and not just the flu,129.989,2,,13.754,2,7,3,4,1,5,6,42.572,1,1,6,4,3,3,5,5,,36.752,1,1,1,5,1,1,47.06,4,1,24.836,2,1972,Texas,2,2,1,,7,,,3,4,1,,82.942,5f1b2816e83bcd2d4563a28b,"{""startTime"":1690226418489,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226479870,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226267321,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":47,""label"":""tour_started""},{""time"":29885,""label"":""tour_next"",""step"":2},{""time"":38304,""label"":""tour_end"",""step"":2},{""time"":47629,""label"":""hovered"",""timeHovered"":2147,""week"":""2021-09-06""},{""time"":50046,""label"":""hovered"",""timeHovered"":1666,""week"":""2021-09-13""},{""time"":55690,""label"":""hovered"",""timeHovered"":1875,""week"":""2022-01-10""}]}","{""startTime"":1690226401639,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line,1.7,0,0,0,0,0,0,15,1,0.5,1,0.5,2 -2023-07-24 15:10:28,2023-07-24 15:31:38,0,100,1269,1,2023-07-24 15:31:39,R_tSVZtXiVbmMtiYp,26.0162,-80.1955,EN,1,104.07,1,3,2,9.337,15.019,64,64,53,57.548,93.23,1,1,90.357,-2,-2,161.207,-3,102.04,15.111,3,3,3,5,6,2,,47.275,4,6,4,3,2,3,I would need more information to come to come to a conclusion.,114.795,4,,13.801,2,7,3,4,1,5,6,51.392,6,10,11,10,7,10,10,10,,38.822,3,4,5,2,5,4,62.747,4,2,25.202,2,1971,Florida,5,2,1,,3,,,5,2,2,,182.152,5b314cf6532e3d00018e3099,"{""startTime"":1690226308885,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226389276,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226036908,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":1529,""label"":""hovered"",""timeHovered"":1391,""week"":""2021-12-20""},{""time"":24147,""label"":""hovered"",""timeHovered"":3614,""week"":""2022-01-10""},{""time"":29694,""label"":""hovered"",""timeHovered"":4910,""week"":""2022-01-03""},{""time"":41216,""label"":""hovered"",""timeHovered"":5860,""week"":""2022-02-07""},{""time"":49407,""label"":""hovered"",""timeHovered"":1531,""week"":""2022-01-10""},{""time"":56308,""label"":""tour_next"",""step"":2},{""time"":69968,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690226292895,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line,3.8,0,0,0,0,0,0,15,1,0,0,0,2 -2023-07-24 15:08:24,2023-07-24 15:31:41,0,100,1396,1,2023-07-24 15:31:41,R_1N2jgmgR6wj2O0C,38.581,-121.4939,EN,1,302.084,1,3,2,17.738,15.149,100,100,59,23.967,120.675,1,1,77.341,-1,-1,47.954,-2,66.276,15.01,6,6,6,6,6,6,,270.936,6,6,6,2,2,6,the source is the cdc,50.559,4,,11.668,2,7,3,4,1,5,6,35.525,5,6,6,5,5,4,7,5,,41.691,2,2,4,3,2,4,77.941,3,4,37.711,2,1995,California,6,2,1,,3,,,6,5,2,,111.574,62a39ebd597a2a4c8c83a70f,"{""startTime"":1690226302487,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226575445,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226082633,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":45,""label"":""tour_started""},{""time"":100220,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3306,""week"":""51"",""id"":""chart""},{""time"":103572,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1711,""week"":""52"",""id"":""chart""},{""time"":107141,""label"":""tour_next"",""step"":2},{""time"":111807,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2814,""week"":""51"",""id"":""chart2""},{""time"":114824,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1126,""week"":""1"",""id"":""chart2""},{""time"":118303,""label"":""tour_end"",""step"":2},{""label"":""window_focused"",""time"":120722},{""label"":""window_focused"",""time"":120722}]}","{""startTime"":1690226286796,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":2735,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2151,""week"":""52"",""id"":""chart2""},{""time"":5911,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2881,""week"":""4"",""id"":""chart""},{""time"":9647,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2567,""week"":""50"",""id"":""chart""}]}",1,simple,bar,2.8,0,3,3,7.599,2.533,6912,15,1,0,0,1,1 -2023-07-24 15:13:37,2023-07-24 15:31:48,0,100,1091,1,2023-07-24 15:31:49,R_2rkIAz0iHLdjI2B,42.3702,-83.1084,EN,1,12.556,1,3,1,7.627,15.119,95,88,53,8.387,16.829,1,1,29.963,-3,-3,56.02,-3,22.602,15.015,6,6,7,7,7,7,,435.487,7,7,7,7,7,7,it comes from the cdc,26.253,4,,5.6,2,7,3,4,1,5,6,13.658,9,9,7,10,8,9,9,8,,10.882,4,5,5,4,4,3,7.518,1,4,6.981,2,1984,Michigan,3,2,1,,3,,,7,2,1,5765b92cf96b100001f64c9a@email.prolific.co,72.741,5765b92cf96b100001f64c9a,"{""startTime"":1690226135462,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":705732},{""label"":""window_focused"",""time"":707006}]}","{""startTime"":1690226866387,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226071741,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":27,""label"":""tour_started""},{""time"":4258,""label"":""tour_next"",""step"":2},{""time"":8118,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690226119873,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":4568,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1028,""week"":""52"",""id"":""chart2""}]}",1,simple,bar,4.2,0,1,1,1.028,1.028,0,15,1,0,0,1,1 -2023-07-24 15:10:06,2023-07-24 15:32:05,0,100,1319,1,2023-07-24 15:32:05,R_12lk8HT5zuOQghQ,36.013,-84.2624,EN,1,105.723,1,4,2,8.018,15.119,100,90,73,104.101,83.051,-2,1,85.505,-2,1,94.385,1,83.946,15.119,7,6,6,6,6,6,This corresponds well with what I'd think about COVID case loads in various times of the year. Higher case counts in the colder weather months. ,237.332,6,6,7,6,5,7,This seems like a good representation of COVID data from a reliable source I trust.,49.502,6,"One set of three questions only had ""Click here to write question"" with a bunch of gibberish response options. You may have a bug in your survey. Other than that, everything worked fine without issues. Have a good day!",75.804,2,7,3,4,1,5,6,31.257,9,10,10,9,10,8,11,11,I generally trust science/doctors most as they have intense training. ,43.044,3,4,5,2,5,4,29.651,2,2,15.146,1,1981,Tennessee,6,1,1,,7,,,6,4,1,PoydrasSt@Aol.com,62.079,64badb09518eb5b219132eea,"{""startTime"":1690226321406,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":49066},{""label"":""window_focused"",""time"":49303},{""label"":""window_blurred"",""time"":91931},{""label"":""window_focused"",""time"":101211},{""label"":""window_blurred"",""time"":154124},{""label"":""window_focused"",""time"":272470}]}","{""startTime"":1690226596214,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226126720,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":27,""label"":""tour_started""},{""time"":19766,""label"":""hovered"",""timeHovered"":2082,""week"":""2022-01-10""},{""time"":29527,""label"":""tour_next"",""step"":2},{""time"":37408,""label"":""tour_end"",""step"":2},{""time"":47415,""label"":""hovered"",""timeHovered"":1368,""week"":""2021-08-16""},{""time"":50049,""label"":""hovered"",""timeHovered"":1313,""week"":""2021-09-13""},{""time"":52193,""label"":""hovered"",""timeHovered"":1231,""week"":""2021-09-20""},{""time"":54515,""label"":""hovered"",""timeHovered"":1710,""week"":""2021-07-05""},{""time"":59028,""label"":""hovered"",""timeHovered"":3253,""week"":""2021-07-12""}]}","{""startTime"":1690226305619,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":4805,""label"":""hovered"",""timeHovered"":3350,""week"":""2021-08-02""},{""time"":10087,""label"":""hovered"",""timeHovered"":1036,""week"":""2022-01-10""},{""time"":13212,""label"":""hovered"",""timeHovered"":1569,""week"":""2022-01-03""}]}",1,moderate,line,3.8,0,3,3,5.955,1.985,8407,15,0.5,0.5,1,0.5,2 -2023-07-24 15:16:05,2023-07-24 15:32:19,0,100,973,1,2023-07-24 15:32:20,R_rokbsk76TFtTWk9,39.211,-76.8362,EN,1,21.832,2,,1,2.376,15.116,69,95,95,150.042,56.959,1,-2,59.742,-2,-3,67.959,1,66.532,15.01,6,6,6,7,6,6,,20.479,6,6,7,6,5,6,This visualization shows transparency in Covid cases that vaccinated and unvaccinated. As a consumer I look for non-bias in any research displayed. I feel I can trust this visual from a consumer standpoint. ,152.54,2,Thanks for the study. Having non bias research is important for consumer trust. ,46.63,2,7,3,4,1,5,6,27.328,8,5,8,6,7,7,8,7,,22.776,4,4,4,1,4,5,73.981,7,2,22.077,1,1997,Maryland,2,3,1,,3,,,11,1,1,shouldiknifeu@gmail.com,78.828,6441c37f5666c66e67eba833,"{""startTime"":1690226708316,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226519993,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226387098,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":4,""label"":""tour_started""},{""time"":35728,""label"":""tour_next"",""step"":2},{""time"":46336,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690226504495,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line,3.7,0,0,0,0,0,0,15,0.5,0,1,0.5,1 -2023-07-24 15:13:05,2023-07-24 15:32:29,0,100,1164,1,2023-07-24 15:32:30,R_1CDvG1uzjL2Hz4o,36.1287,-79.4086,EN,1,8.023,1,1,2,3.37,15.107,84,89,64,50.499,48.231,1,1,250.437,-3,-3,178.861,1,82.245,15.01,6,2,3,6,6,5,,79.489,6,7,6,2,2,5,I haven't verified this information yet and would do more research before fully trusting it but it seems believable. ,142.396,5,,13.215,2,7,3,4,1,5,6,22.119,1,6,7,7,4,4,9,6,,72.792,3,2,3,4,4,2,63.049,8,2,17.239,1,2002,North Carolina,2,2,1,,7,,,6,4,2,,41.51,63034df51d918e1e3b97e5ce,"{""startTime"":1690226220302,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":18958,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":10627,""week"":""52"",""id"":""chart""}]}","{""startTime"":1690226300266,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690226072901,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":10698,""label"":""tour_next"",""step"":5},{""label"":""window_blurred"",""time"":11729},{""label"":""window_focused"",""time"":13299},{""label"":""window_blurred"",""time"":13700},{""label"":""window_focused"",""time"":13809},{""time"":26804,""label"":""started_brush"",""startDate"":""2021-12-02"",""endDate"":""2022-01-02""},{""time"":30229,""label"":""tour_next"",""step"":5},{""time"":37130,""label"":""moved_brush"",""startDate"":""2021-10-31"",""endDate"":""2021-11-30""},{""time"":37836,""label"":""tour_next"",""step"":5},{""time"":40240,""label"":""cleared_brush"",""using"":""Click""},{""time"":40240,""label"":""cleared_brush"",""using"":""Escape""},{""time"":41618,""label"":""tour_next"",""step"":5},{""time"":46122,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690226204550,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":11144,""label"":""started_brush"",""startDate"":""2021-11-02"",""endDate"":""2022-01-02""}]}",1,complex,bar,3,1,1,0,0,0,0,15,1,0,1,1,3 -2023-07-24 15:07:49,2023-07-24 15:32:31,0,100,1482,1,2023-07-24 15:32:32,R_eIEWYw4q4updl7j,29.7646,-95.3657,EN,1,156.801,1,1,1,9.002,15.01,41,30,50,154.202,283.987,1,-2,69.301,1,1,108.009,1,56.501,15.107,7,7,7,7,7,7,,23.24,3,3,3,3,3,3,It feels difficult to gage visually,23.936,4,,4.528,2,7,3,4,1,5,6,14.495,1,6,5,5,2,2,9,8,,185.718,5,5,5,1,5,5,95.216,4,3,12.289,2,1988,Texas,5,3,1,,7,,,5,4,1,mhenninger11@gmail.com,56.301,5781c15381f331000139a89e,"{""startTime"":1690226581496,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226491219,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226120119,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":21,""label"":""tour_started""},{""label"":""window_blurred"",""time"":5008},{""label"":""window_focused"",""time"":6931},{""time"":18633,""label"":""hovered"",""timeHovered"":1780,""week"":""2021-12-27""},{""time"":23675,""label"":""tour_next"",""step"":2},{""time"":27332,""label"":""tour_end"",""step"":2},{""time"":29215,""label"":""hovered"",""timeHovered"":157540,""week"":""2022-01-10""},{""time"":281798,""label"":""hovered"",""timeHovered"":1166,""week"":""2021-12-27""}]}","{""startTime"":1690226475178,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line,4.3,0,0,0,0,0,0,15,0.5,1,1,0.5,1 -2023-07-24 15:18:56,2023-07-24 15:32:40,0,100,824,1,2023-07-24 15:32:41,R_3mfO15oQKms7woY,32.1943,-110.9767,EN,1,11.03,1,3,2,7.135,15.113,82,37,67,12.5,261.052,1,-2,24.746,-1,1,22.931,-3,30.46,15.113,6,4,6,6,7,6,,233.609,5,6,4,1,2,6,The data and the source of the data seems to be trustworthy.,31.128,3,,9.844,2,7,3,4,1,5,6,13.301,6,6,3,6,8,5,9,8,,23.842,2,3,4,4,3,2,18.375,1,1,11.449,2,1980,Arizona,5,2,1,,7,,,4,4,2,,45.237,5e6e5a9ff830814045057066,"{""startTime"":1690226702114,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_focused"",""time"":212240},{""label"":""window_blurred"",""time"":217862},{""label"":""window_focused"",""time"":219363}]}","{""startTime"":1690226936390,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690226393763,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":8,""label"":""tour_started""},{""label"":""window_blurred"",""time"":11407},{""label"":""window_focused"",""time"":13265},{""time"":20321,""label"":""hovered"",""timeHovered"":1360,""week"":""2021-04-12""},{""time"":26133,""label"":""hovered"",""timeHovered"":1200,""week"":""2022-01-10""},{""time"":29739,""label"":""tour_next"",""step"":5},{""time"":42224,""label"":""started_brush"",""startDate"":""2021-07-03"",""endDate"":""2021-10-26""},{""time"":43360,""label"":""tour_next"",""step"":5},{""time"":47074,""label"":""moved_brush"",""startDate"":""2021-07-03"",""endDate"":""2021-09-15""},{""time"":47939,""label"":""tour_next"",""step"":5},{""time"":52177,""label"":""cleared_brush"",""using"":""click""},{""time"":52180,""label"":""cleared_brush"",""using"":""Escape""},{""time"":53083,""label"":""tour_next"",""step"":5},{""time"":57384,""label"":""tour_end"",""step"":5},{""label"":""window_blurred"",""time"":61156},{""label"":""window_focused"",""time"":260900}]}","{""startTime"":1690226686503,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":6918}]}",1,complex,line,3,0,0,0,0,0,0,6.918,0.5,0.5,0,0,3 -2023-07-24 15:18:22,2023-07-24 15:32:48,0,100,865,1,2023-07-24 15:32:48,R_2V7oej7KO7wDHmh,38.3416,-77.4307,EN,1,14.995,1,2,2,8.782,15.011,66,91,70,27.2,102.852,1,1,84.617,1,1,42.64,1,56.353,15.015,4,3,5,7,6,5,,33.168,4,6,6,4,5,5,"I would like more information on the sample, how the data was collected, and what their definitions were for the parameters used.",74.986,5,"Just letting you guys know that you have an unfinished, unwritten template survey question hidden in the survey. It still had most of it's template answers, like, ""Click to write Statement 2."" So, you might want to go back, find it, and delete it before giving the survey out to more people.",96.462,2,7,3,4,1,5,6,22.208,1,3,9,6,1,6,6,9,N/A,58.169,3,2,4,3,3,3,35.326,5,3,14.693,2,1996,Virginia,6,3,1,,7,,,7,4,2,,73.205,6285706b066c6502c413e9a3,"{""startTime"":1690226600478,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690226633970,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690226424580,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":7599,""label"":""hovered"",""timeHovered"":3067,""week"":""2021-11-29""},{""time"":19623,""label"":""tour_next"",""step"":5},{""time"":29308,""label"":""started_brush"",""startDate"":""2021-07-12"",""endDate"":""2022-02-13""},{""time"":32255,""label"":""started_brush"",""startDate"":""2021-05-19"",""endDate"":""2022-02-13""},{""time"":33243,""label"":""moved_brush"",""startDate"":""2021-05-19"",""endDate"":""2022-02-13""},{""time"":35335,""label"":""moved_brush"",""startDate"":""2021-05-19"",""endDate"":""2022-02-13""},{""time"":37961,""label"":""started_brush"",""startDate"":""2021-05-02"",""endDate"":""2021-05-16""},{""time"":40035,""label"":""started_brush"",""startDate"":""2021-12-06"",""endDate"":""2022-02-13""},{""time"":42171,""label"":""tour_next"",""step"":5},{""time"":46767,""label"":""started_brush"",""startDate"":""2021-05-27"",""endDate"":""2021-10-03""},{""time"":50208,""label"":""moved_brush"",""startDate"":""2021-10-06"",""endDate"":""2022-02-13""},{""time"":52236,""label"":""tour_next"",""step"":5},{""time"":61842,""label"":""cleared_brush"",""using"":""click""},{""time"":63636,""label"":""tour_next"",""step"":5},{""time"":68121,""label"":""tour_end"",""step"":5},{""time"":69694,""label"":""hovered"",""timeHovered"":1145,""week"":""2022-01-17""},{""time"":73042,""label"":""hovered"",""timeHovered"":2367,""week"":""2022-01-10""},{""time"":80703,""label"":""started_brush"",""startDate"":""2021-12-24"",""endDate"":""2022-02-13""},{""time"":82362,""label"":""started_brush"",""startDate"":""2021-10-07"",""endDate"":""2022-02-13""},{""time"":85259,""label"":""hovered"",""timeHovered"":1539,""week"":""2021-12-20""}]}","{""startTime"":1690226584807,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":10098,""label"":""hovered"",""timeHovered"":4340,""week"":""2021-12-20""}]}",1,complex,line,3,0,1,1,4.34,4.34,0,15,1,1,1,1,3 -2023-07-24 15:17:56,2023-07-24 15:32:48,0,100,891,1,2023-07-24 15:32:48,R_1OHnt9vf1eeweMs,38.6664,-88.491,EN,1,25.453,2,,2,4.028,15.078,0,100,48,24.422,45.358,1,-3,101.777,-3,-3,34.946,1,99.398,15.058,1,1,1,7,7,1,,46.409,1,7,1,1,1,1,I pretty much trust no one when it comes to anything related to covid.,78.005,1,,14.538,2,7,3,4,1,5,6,15.782,1,1,6,1,1,1,9,6,,20.09,1,1,1,5,1,1,23.03,1,2,20.779,2,1982,Illinois,1,2,1,,7,,,5,4,2,,148.887,63e55887d67a5c7e32a678fa,"{""startTime"":1690226637066,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226684404,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226471996,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":80,""label"":""tour_started""},{""time"":12990,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1949,""week"":""33"",""id"":""chart""},{""time"":15833,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1139,""week"":""44"",""id"":""chart""},{""time"":18780,""label"":""tour_next"",""step"":2},{""time"":33048,""label"":""tour_end"",""step"":2},{""time"":40754,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2595,""week"":""52"",""id"":""chart""}]}","{""startTime"":1690226620977,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":10661,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1321,""week"":""52"",""id"":""chart2""}]}",1,simple,bar,1.7,0,1,1,1.321,1.321,0,15,0.5,0,1,0.5,1 -2023-07-24 15:19:28,2023-07-24 15:33:00,0,100,812,1,2023-07-24 15:33:01,R_WvpdkAAFDXyfwPv,34.9334,-81.9689,EN,1,34.849,2,,1,6.686,15.114,72,38,79,51.454,48.578,-2,-3,62.93,-3,-3,73.84,-3,17.652,15.117,4,3,4,6,7,4,I do not have any other thoughts at this time. Thank you.,73.136,5,5,5,3,2,1,I would think that the data could be changed and not true.,94.341,2,None at this time. Thank you.,21.213,2,7,3,4,1,5,6,25.029,4,3,2,7,2,6,9,6,N/A,44.361,5,5,5,1,5,5,31.381,6,1,16.667,2,1974,South Carolina,3,1,1,,7,,,5,4,1,agreene477@gmail.com,114.188,5cd1a619240bc80013310b4e,"{""startTime"":1690226762366,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226630313,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226491392,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":35,""label"":""tour_started""},{""time"":11932,""label"":""tour_next"",""step"":2},{""time"":18025,""label"":""tour_end"",""step"":2},{""time"":19591,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4198,""week"":""52"",""id"":""chart""},{""time"":25042,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3147,""week"":""6"",""id"":""chart""},{""time"":28548,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3030,""week"":""6"",""id"":""chart""},{""time"":32365,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1808,""week"":""1"",""id"":""chart""},{""time"":37903,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2013,""week"":""14"",""id"":""chart""}]}","{""startTime"":1690226614675,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":3300,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1056,""week"":""52"",""id"":""chart""},{""time"":5497,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2499,""week"":""1"",""id"":""chart""},{""time"":8056,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1660,""week"":""52"",""id"":""chart""},{""time"":11658,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1457,""week"":""1"",""id"":""chart""}]}",1,moderate,bar,4.3,0,4,4,6.672,1.668,8358,15,0,0,0,0,2 -2023-07-24 15:21:28,2023-07-24 15:33:02,0,100,693,1,2023-07-24 15:33:03,R_2ZOjQsxsmnApu8X,34.0021,-81.0423,EN,1,12.615,2,,1,4.848,15.17,0,16,98,24.503,48.619,-1,-1,62.953,-2,-1,78.422,-3,23.721,15.092,4,2,2,5,1,5,,40.111,7,6,4,7,3,4,The data appears to be that there is no difference between with or without the vaccine.,96.43,5,,13.39,2,7,3,4,1,5,6,36.147,4,5,8,9,4,3,4,5,,31.862,4,5,5,1,5,5,39.63,6,1,16.118,1,1977,South Carolina,3,1,1,,3,,,16,1,1,,63.916,61531a9bd8acf4e88e083892,"{""startTime"":1690226839294,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226711175,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226565696,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":131,""label"":""tour_started""},{""time"":23940,""label"":""tour_next"",""step"":2},{""time"":30435,""label"":""tour_end"",""step"":2},{""time"":34942,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3752,""week"":""52"",""id"":""chart""},{""time"":38861,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1972,""week"":""1"",""id"":""chart""},{""time"":41502,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1610,""week"":""2"",""id"":""chart""}]}","{""startTime"":1690226694878,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":11971,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1877,""week"":""50"",""id"":""chart""}]}",1,moderate,bar,4.2,0,1,1,1.877,1.877,0,15,0,0,0,0,2 -2023-07-24 15:11:55,2023-07-24 15:33:46,0,100,1311,1,2023-07-24 15:33:47,R_301s6EIXLxBAHaX,34.0393,-117.1725,EN,1,5.396,1,3,2,14.616,15.023,96,82,40,116.03,266.718,1,1,83.677,1,1,120.578,1,111.184,15.018,6,6,6,6,7,6,,66.553,5,6,6,5,7,6,I do not so no reason to lie and is from CDC. It also shows that at one point more vaccinated youths caught covid more than unvaccinated 80+ people. ,108.515,5,Thank You ,22.707,2,7,3,4,1,5,6,37.81,5,3,4,5,6,4,10,9,Thank You ,47.452,3,3,5,3,4,4,48.228,3,2,15.942,1,1976,California,3,2,1,,7,,,6,4,1,lourocs@yahoo.com,132.91,5858c6178604ae000165e66a,"{""startTime"":1690226481435,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":46943,""label"":""hovered"",""timeHovered"":1074,""week"":""2021-12-20""},{""time"":48068,""label"":""hovered"",""timeHovered"":2948,""week"":""2021-12-20""}]}","{""startTime"":1690226548851,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690226086620,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":5662,""label"":""hovered"",""timeHovered"":1156,""week"":""2021-12-13""},{""time"":27562,""label"":""hovered"",""timeHovered"":1055,""week"":""2022-01-17""},{""time"":29595,""label"":""hovered"",""timeHovered"":5814,""week"":""2022-01-17""},{""time"":45597,""label"":""hovered"",""timeHovered"":1062,""week"":""2022-01-17""},{""time"":46670,""label"":""hovered"",""timeHovered"":4847,""week"":""2022-01-17""},{""time"":52779,""label"":""hovered"",""timeHovered"":3029,""week"":""2022-01-31""},{""time"":56792,""label"":""hovered"",""timeHovered"":5575,""week"":""2022-02-07""},{""time"":63360,""label"":""tour_next"",""step"":5},{""time"":100564,""label"":""cleared_brush"",""using"":""click""},{""time"":128090,""label"":""started_brush"",""startDate"":""2021-05-21"",""endDate"":""2021-11-08""},{""time"":136815,""label"":""tour_next"",""step"":5},{""time"":158692,""label"":""moved_brush"",""startDate"":""2021-06-05"",""endDate"":""2021-11-08""},{""time"":160104,""label"":""tour_next"",""step"":5},{""time"":186108,""label"":""cleared_brush"",""using"":""click""},{""time"":186114,""label"":""cleared_brush"",""using"":""Escape""},{""time"":187170,""label"":""tour_next"",""step"":5},{""time"":206878,""label"":""started_brush"",""startDate"":""2021-04-15"",""endDate"":""2021-08-29""},{""time"":209680,""label"":""tour_end"",""step"":5},{""time"":211687,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-08-24""},{""time"":212911,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-08-24""},{""time"":215684,""label"":""moved_brush"",""startDate"":""2021-08-24"",""endDate"":""2021-08-26""},{""time"":217766,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-09-05""},{""time"":219411,""label"":""cleared_brush"",""using"":""click""},{""time"":219417,""label"":""cleared_brush"",""using"":""Escape""},{""time"":235839,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-04-11""},{""time"":239844,""label"":""started_brush"",""startDate"":""2021-05-20"",""endDate"":""2022-01-09""},{""time"":240940,""label"":""hovered"",""timeHovered"":1525,""week"":""2021-12-27""},{""time"":243428,""label"":""hovered"",""timeHovered"":4974,""week"":""2021-12-27""},{""time"":250519,""label"":""moved_brush"",""startDate"":""2021-06-24"",""endDate"":""2022-02-13""}]}","{""startTime"":1690226465941,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":12128,""label"":""hovered"",""timeHovered"":1038,""week"":""2021-12-13""}]}",1,complex,line,3.7,0,1,1,1.038,1.038,0,15,1,1,1,1,3 -2023-07-24 15:14:54,2023-07-24 15:33:47,0,100,1133,1,2023-07-24 15:33:48,R_28YwGUE83CWWoqu,30.4908,-84.3158,EN,1,198.932,2,,2,1.506,15.111,80,59,36,37.86,66.353,1,-3,65.041,1,-2,180.595,1,39.81,15.008,6,4,6,5,7,7,,21.724,5,5,3,1,1,7,I mean i hope the visualization isn't lying to me so i trust it.,33.834,1,,6.759,2,7,3,4,1,5,6,12.588,6,4,10,10,5,11,10,11,,22.601,3,5,4,4,5,4,10.137,2,5,146.218,1,1997,Florida,3,2,1,,7,,,6,4,2,,58.193,5f038dc85819b15b08840dfd,"{""startTime"":1690226694724,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690226642092,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690226519584,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":5795,""label"":""tour_next"",""step"":5},{""time"":13018,""label"":""cleared_brush"",""using"":""Click""},{""time"":13780,""label"":""started_brush"",""startDate"":""2021-10-12"",""endDate"":""2021-10-21""},{""time"":14028,""label"":""moved_brush"",""startDate"":""2021-10-12"",""endDate"":""2021-10-21""},{""time"":16278,""label"":""moved_brush"",""startDate"":""2021-07-11"",""endDate"":""2021-10-21""},{""time"":17115,""label"":""tour_next"",""step"":5},{""time"":22805,""label"":""moved_brush"",""startDate"":""2021-07-11"",""endDate"":""2021-10-21""},{""time"":24558,""label"":""moved_brush"",""startDate"":""2021-05-22"",""endDate"":""2021-10-21""},{""time"":27376,""label"":""cleared_brush"",""using"":""Click""},{""time"":29528,""label"":""cleared_brush"",""using"":""Click""},{""time"":30291,""label"":""tour_next"",""step"":5},{""time"":33958,""label"":""cleared_brush"",""using"":""Click""},{""time"":36865,""label"":""cleared_brush"",""using"":""Click""},{""time"":36865,""label"":""cleared_brush"",""using"":""Escape""},{""time"":38171,""label"":""tour_next"",""step"":5},{""time"":42531,""label"":""tour_end"",""step"":5},{""time"":45002,""label"":""cleared_brush"",""using"":""Click""},{""time"":45568,""label"":""cleared_brush"",""using"":""Click""},{""time"":47220,""label"":""started_brush"",""startDate"":""2021-04-29"",""endDate"":""2021-05-04""},{""time"":47816,""label"":""cleared_brush"",""using"":""Click""},{""time"":51293,""label"":""started_brush"",""startDate"":""2021-10-28"",""endDate"":""2022-02-07""},{""time"":51919,""label"":""cleared_brush"",""using"":""Click""},{""time"":51919,""label"":""cleared_brush"",""using"":""Escape""},{""time"":56478,""label"":""started_brush"",""startDate"":""2021-08-29"",""endDate"":""2022-02-07""},{""time"":57605,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2591,""week"":""52"",""id"":""chart""},{""time"":63032,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1140,""week"":""2"",""id"":""chart""}]}","{""startTime"":1690226626672,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":11767,""label"":""started_brush"",""startDate"":""2021-10-30"",""endDate"":""2021-12-31""}]}",1,complex,bar,4.2,1,1,0,0,0,0,15,0.5,0.5,1,1,3 -2023-07-24 15:21:08,2023-07-24 15:34:36,0,100,807,1,2023-07-24 15:34:37,R_2aDfcox2WmRsJfJ,42.8374,-71.1566,EN,1,20.85,1,3,1,8.085,15.007,65,76,49,44.018,109.151,1,1,93.455,-2,-3,81.28,1,39.049,15.019,6,2,2,6,6,6,,26.776,6,5,4,2,5,6,Mostly because the source is the CDC,43.267,6,,12.89,2,7,3,4,1,5,6,21.304,3,5,7,8,7,4,9,9,,44.751,2,2,2,2,2,2,42.199,2,1,18.423,2,1968,New Hampshire,6,2,1,,7,,,17,4,1,,85.151,645bf81e7162b9ec4cb8aaf6,"{""startTime"":1690226846321,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690226736211,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":3929,""label"":""cleared_brush"",""using"":""Click""},{""time"":11147,""label"":""started_brush"",""startDate"":""2021-10-10"",""endDate"":""2022-02-04""}]}","{""startTime"":1690226571849,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":14582,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6202,""week"":""44"",""id"":""chart""},{""time"":21844,""label"":""tour_next"",""step"":5},{""time"":58185,""label"":""started_brush"",""startDate"":""2021-11-03"",""endDate"":""2022-02-03""},{""time"":59677,""label"":""tour_next"",""step"":5},{""time"":73292,""label"":""moved_brush"",""startDate"":""2021-09-28"",""endDate"":""2022-02-03""},{""time"":76374,""label"":""tour_next"",""step"":5},{""time"":96967,""label"":""cleared_brush"",""using"":""Click""},{""time"":96967,""label"":""cleared_brush"",""using"":""Escape""},{""time"":99539,""label"":""tour_next"",""step"":5},{""time"":104959,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690226720771,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar,2,0,0,0,0,0,0,15,1,0,1,1,3 -2023-07-24 15:26:33,2023-07-24 15:34:52,0,100,498,1,2023-07-24 15:34:53,R_3qkzYa1XUOYVTZQ,32.7255,-96.6233,EN,1,10.778,1,2,2,6.569,15.109,74,100,52,19.324,26.893,1,-3,44.868,-3,1,49.791,1,27.652,15.011,6,6,6,6,6,6,,24.901,6,6,5,3,4,6,It looks reliable.,38.242,2,,11.034,2,7,3,4,1,5,6,12.806,1,1,5,3,4,4,8,9,,40.016,1,1,1,5,1,1,24.215,4,5,8.835,2,1962,Texas,2,2,1,,7,,,3,4,2,,73.667,60fab1b96bd45f60d1b053dc,"{""startTime"":1690226955824,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226981538,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226862020,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":17464,""label"":""tour_next"",""step"":2},{""time"":21783,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690226940152,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar,1.7,0,0,0,0,0,0,15,0.5,0.5,1,0.5,2 -2023-07-24 15:09:59,2023-07-24 15:35:09,0,100,1509,1,2023-07-24 15:35:09,R_xi8twevftiMDzjj,45.6435,-122.6247,EN,1,79.548,1,4,2,7.061,15.011,85,95,95,39.768,86.119,1,1,47.07,1,1,133.542,1,71.242,15.013,6,5,6,7,6,6,,11.654,6,5,5,3,6,6,It seems well executed and it is easy to understand the information that is being presented at a glance.,49.711,3,,36.074,2,7,3,4,1,5,6,49.407,8,7,4,6,5,8,9,9,,224.577,3,4,4,3,4,4,16.361,2,1,9.548,2,1992,Washington,6,1,1,,9,,Vancouver ,10,4,1,chrislocklayer@gmail.com,43.862,57a2caf8275be6000135b3aa,"{""startTime"":1690226320102,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690226251971,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690226077274,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":45,""label"":""tour_started""},{""time"":3998,""label"":""hovered"",""timeHovered"":9547,""week"":""2021-08-30""},{""time"":13645,""label"":""hovered"",""timeHovered"":4232,""week"":""2021-08-30""},{""time"":18211,""label"":""hovered"",""timeHovered"":2964,""week"":""2021-08-30""},{""time"":29316,""label"":""tour_next"",""step"":5},{""time"":46006,""label"":""started_brush"",""startDate"":""2021-09-03"",""endDate"":""2022-02-13""},{""time"":46923,""label"":""tour_next"",""step"":5},{""time"":56137,""label"":""started_brush"",""startDate"":""2021-08-01"",""endDate"":""2021-08-03""},{""time"":68416,""label"":""started_brush"",""startDate"":""2021-07-28"",""endDate"":""2021-11-09""},{""time"":70590,""label"":""moved_brush"",""startDate"":""2021-05-25"",""endDate"":""2021-11-09""},{""time"":72275,""label"":""tour_next"",""step"":5},{""time"":77877,""label"":""cleared_brush"",""using"":""click""},{""time"":77884,""label"":""cleared_brush"",""using"":""Escape""},{""time"":79220,""label"":""tour_next"",""step"":5},{""time"":82835,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690226236116,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line,3.7,0,0,0,0,0,0,15,1,1,1,1,3 -2023-07-24 15:15:16,2023-07-24 15:35:22,0,100,1205,1,2023-07-24 15:35:22,R_efk12bwFOw43igN,28.5978,-81.3024,EN,1,46.104,2,,1,12.484,15.008,57,88,52,45.689,56.219,1,1,103.274,-1,1,153.665,1,83.687,15.108,1,1,1,3,7,1,The cdc is unreliable at best and fraudulent at worst,83.055,2,6,6,1,2,1,fact checking the data is required before trust is earned.,137.947,2,interesting study,46.16,2,7,3,4,1,5,6,50.586,1,2,10,8,1,6,9,7,,52.058,5,5,5,1,5,4,51.472,6,1,19.156,1,1958,Florida,6,3,1,,7,,,10,2,1,jscott3900@gmail.com,88.028,6148ea50509c9ce6c1f023c0,"{""startTime"":1690226683585,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226486282,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226310005,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":14274,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5558,""week"":""52"",""id"":""chart""},{""time"":20281,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2082,""week"":""51"",""id"":""chart""},{""time"":23353,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3687,""week"":""6"",""id"":""chart""},{""time"":28670,""label"":""tour_next"",""step"":2},{""time"":39157,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5874,""week"":""52"",""id"":""chart2""},{""time"":45380,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1440,""week"":""1"",""id"":""chart2""},{""time"":47069,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1089,""week"":""6"",""id"":""chart2""},{""time"":54304,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690226470522,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":10894,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1260,""week"":""52"",""id"":""chart2""}]}",1,simple,bar,4.2,0,1,1,1.26,1.26,0,15,1,0.5,1,1,1 -2023-07-24 15:16:08,2023-07-24 15:35:41,0,100,1172,1,2023-07-24 15:35:42,R_DMJpE6qu0mdw5GN,26.1792,-80.1749,EN,1,9.473,1,1,2,11.604,15.018,55,77,68,27.111,27.799,-2,-2,96.53,1,-3,133.464,1,62.906,15.017,6,4,6,6,4,6,none,35.2,6,4,6,5,6,5,I don't think they would post false statistic,160.439,4,none,31.346,2,7,3,4,1,5,6,52.491,4,8,6,7,7,9,7,9,none,45.785,4,4,4,3,4,4,37.051,1,2,53.505,2,1955,Florida,7,1,1,,3,,,16,1,1,,212.709,640a90e46acb8e6c64f12d60,"{""startTime"":1690226458855,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226495728,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226275862,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":33,""label"":""tour_started""},{""time"":13929,""label"":""tour_next"",""step"":2},{""time"":20629,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690226440375,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar,3.8,0,0,0,0,0,0,15,0,0.5,1,0.5,2 -2023-07-24 15:22:46,2023-07-24 15:35:41,0,100,775,1,2023-07-24 15:35:42,R_3MRMzkniM74I6ou,33.5038,-112.0253,EN,1,21.498,1,2,2,7.277,15.135,100,100,36,21.13,26.114,1,-3,110.687,-3,-3,98.562,1,54.699,15.025,6,5,6,6,6,6,,31.988,5,6,4,2,1,6,I have no reason not to trust it. It seems to me that most people who got Covid were unvaccinated but even some who were still got it.,66.976,3,People need to earn trust,23.439,2,7,3,4,1,5,6,21.91,2,2,5,2,2,2,6,6,,31.011,2,2,3,3,3,2,39.562,5,3,19.416,2,1962,Arizona,6,1,1,,7,,,9,4,1,dawnbstar@yahoo.com,99.53,622a42c21de0c55ba18a2acb,"{""startTime"":1690226911492,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226806239,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":2565,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3786,""week"":""52"",""id"":""chart""}]}","{""startTime"":1690226651813,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":11961,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1351,""week"":""32"",""id"":""chart""},{""time"":15371,""label"":""tour_next"",""step"":2},{""time"":24307,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690226789850,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar,2.5,0,0,0,0,0,0,15,0.5,0,1,0.5,1 -2023-07-24 15:07:39,2023-07-24 15:35:51,0,100,1692,1,2023-07-24 15:35:52,R_3m4Coab389zdxge,39.2842,-76.6918,EN,1,80.178,1,2,2,5.008,15.113,77,92,69,100.084,305.616,1,1,164.691,-3,-3,84.405,1,98.751,15.006,5,6,6,7,6,6,,134.424,6,7,5,6,6,6,I trust this visualization because I'm sure there are a lot of people that did not take the vaccination and some that are slowly getting it,107.691,4,,11.299,2,7,3,4,1,5,6,16.173,6,7,7,6,6,8,9,9,,16.276,5,4,5,1,5,4,195.882,4,3,15.141,1,1985,Maryland,6,2,1,,3,,,6,3,2,,207.013,5eaa5d8b040c211e56dc98c0,"{""startTime"":1690226369898,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690226517886,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690225948888,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":59659,""label"":""tour_next"",""step"":5},{""time"":84789,""label"":""tour_back"",""step"":5},{""time"":93591,""label"":""tour_next"",""step"":5},{""time"":100965,""label"":""cleared_brush"",""using"":""Click""},{""time"":103609,""label"":""started_brush"",""startDate"":""2021-05-21"",""endDate"":""2021-09-17""},{""time"":105695,""label"":""tour_next"",""step"":5},{""time"":118607,""label"":""cleared_brush"",""using"":""Click""},{""time"":120856,""label"":""cleared_brush"",""using"":""Click""},{""time"":122937,""label"":""cleared_brush"",""using"":""Click""},{""time"":127285,""label"":""cleared_brush"",""using"":""Click""},{""time"":156174,""label"":""started_brush"",""startDate"":""2021-05-15"",""endDate"":""2021-06-19""},{""time"":159997,""label"":""cleared_brush"",""using"":""Click""},{""time"":162774,""label"":""cleared_brush"",""using"":""Click""},{""time"":164737,""label"":""cleared_brush"",""using"":""Click""},{""time"":169519,""label"":""cleared_brush"",""using"":""Click""},{""time"":170169,""label"":""cleared_brush"",""using"":""Click""},{""time"":171503,""label"":""cleared_brush"",""using"":""Click""},{""time"":173863,""label"":""cleared_brush"",""using"":""Click""},{""time"":185353,""label"":""cleared_brush"",""using"":""Click""},{""time"":186120,""label"":""cleared_brush"",""using"":""Click""},{""time"":193922,""label"":""moved_brush"",""startDate"":""2022-01-29"",""endDate"":""2022-02-07""},{""time"":195255,""label"":""tour_next"",""step"":5},{""time"":199526,""label"":""cleared_brush"",""using"":""Click""},{""time"":199526,""label"":""cleared_brush"",""using"":""Escape""},{""time"":201382,""label"":""tour_next"",""step"":5},{""time"":208927,""label"":""tour_end"",""step"":5},{""time"":215426,""label"":""started_brush"",""startDate"":""2021-04-21"",""endDate"":""2021-06-06""},{""time"":218009,""label"":""started_brush"",""startDate"":""2021-04-04"",""endDate"":""2021-05-01""}]}","{""startTime"":1690226354394,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":9082,""label"":""started_brush"",""startDate"":""2021-05-15"",""endDate"":""2021-05-27""},{""time"":14363,""label"":""started_brush"",""startDate"":""2021-11-01"",""endDate"":""2022-01-01""}]}",1,complex,bar,4,1,2,0,0,0,5281,15,1,0,1,1,3 -2023-07-24 15:08:29,2023-07-24 15:36:13,0,100,1664,1,2023-07-24 15:36:14,R_1Ibig1R847kGYPv,43.9078,-91.0939,EN,1,139.901,1,2,1,27.266,15.012,30,1,0,79.338,282.247,-2,-2,93.065,-3,-2,154.854,-2,99.658,15.01,4,5,4,2,5,5,,73.464,5,5,5,4,3,5,I thought the scale was set up pretty good with break down of ages.,201.517,4,,23.573,2,7,3,4,1,5,6,56.237,7,6,6,5,6,6,10,10,,52.384,2,2,3,2,4,4,87.299,2,1,33.964,2,1965,Wisconsin,2,2,1,,7,,,7,5,2,,126.448,646e7c5514b82e3ae5c9affc,"{""startTime"":1690226397853,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690226471685,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690225999435,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":34178,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":16114,""week"":""6"",""id"":""chart""},{""time"":58859,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2533,""week"":""52"",""id"":""chart""},{""time"":64363,""label"":""tour_next"",""step"":5},{""time"":105328,""label"":""cleared_brush"",""using"":""Click""},{""time"":112003,""label"":""cleared_brush"",""using"":""Click""},{""time"":114944,""label"":""cleared_brush"",""using"":""Click""},{""time"":116197,""label"":""cleared_brush"",""using"":""Click""},{""time"":125717,""label"":""cleared_brush"",""using"":""Click""},{""time"":127538,""label"":""tour_back"",""step"":5},{""time"":134669,""label"":""tour_next"",""step"":5},{""time"":167969,""label"":""cleared_brush"",""using"":""Click""},{""time"":168362,""label"":""cleared_brush"",""using"":""Click""},{""time"":168546,""label"":""cleared_brush"",""using"":""Click""},{""time"":169413,""label"":""cleared_brush"",""using"":""Click""},{""time"":170654,""label"":""cleared_brush"",""using"":""Click""},{""time"":171055,""label"":""cleared_brush"",""using"":""Click""},{""time"":173622,""label"":""cleared_brush"",""using"":""Click""},{""time"":176608,""label"":""cleared_brush"",""using"":""Click""},{""time"":180622,""label"":""cleared_brush"",""using"":""Click""},{""time"":184104,""label"":""started_brush"",""startDate"":""2021-04-09"",""endDate"":""2021-04-28""},{""time"":187283,""label"":""tour_next"",""step"":5},{""time"":210189,""label"":""cleared_brush"",""using"":""Click""},{""time"":216723,""label"":""moved_brush"",""startDate"":""2021-04-16"",""endDate"":""2021-05-04""},{""time"":218635,""label"":""moved_brush"",""startDate"":""2021-04-18"",""endDate"":""2021-05-06""},{""time"":222475,""label"":""moved_brush"",""startDate"":""2021-04-09"",""endDate"":""2021-04-27""},{""time"":225450,""label"":""tour_next"",""step"":5},{""time"":254751,""label"":""cleared_brush"",""using"":""Click""},{""time"":254751,""label"":""cleared_brush"",""using"":""Escape""},{""time"":261113,""label"":""tour_next"",""step"":5},{""time"":272557,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690226382406,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar,2.8,0,0,0,0,0,0,15,0,0,0,0,3 -2023-07-24 15:23:56,2023-07-24 15:36:51,0,100,774,1,2023-07-24 15:36:51,R_1Q9qoEiVeD1tfhy,39.6973,-104.8394,EN,1,4.352,1,4,1,13.788,15.009,89,100,61,33.921,53.248,1,1,63.023,-3,-3,83.88,-3,65.393,15.11,6,6,6,6,7,6,,42.885,5,7,7,6,6,6,The visualization seems to match the info I have followed over the course of the covid pandemic.,111.339,5,,12.147,2,7,3,4,1,5,6,17.925,4,7,8,8,6,7,10,10,,29.776,5,4,5,1,5,1,43.293,2,1,29.775,2,1976,Colorado,6,1,1,,7,,,17,4,2,,70.239,630663a1dc842dde6b18b557,"{""startTime"":1690227002878,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226850410,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":17879,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6533,""week"":""52"",""id"":""chart2""}]}","{""startTime"":1690226717517,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":19057,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1048,""week"":""6"",""id"":""chart""},{""time"":22047,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2744,""week"":""6"",""id"":""chart""},{""time"":25424,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1320,""week"":""49"",""id"":""chart""},{""time"":29123,""label"":""tour_next"",""step"":2},{""time"":35279,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1032,""week"":""1"",""id"":""chart2""},{""time"":40330,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2566,""week"":""6"",""id"":""chart2""},{""time"":44267,""label"":""tour_end"",""step"":2},{""time"":47225,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1457,""week"":""6"",""id"":""chart2""}]}","{""startTime"":1690226834813,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":8084,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4351,""week"":""52"",""id"":""chart2""}]}",1,simple,bar,3.5,0,1,1,4.351,4.351,0,15,1,0,0,1,1 -2023-07-24 15:17:00,2023-07-24 15:37:05,0,100,1205,1,2023-07-24 15:37:06,R_31pdFjuPUohD7IY,40.3214,-80.0378,EN,1,92.87,1,2,1,4.676,15.006,66,78,49,23.615,26.891,1,-3,45.459,-3,-3,72.23,1,32.917,15.006,4,4,4,4,4,4,none,28.318,4,6,5,4,4,4,"I trust that the chart is correct, but the data underlying it may not be. So its neither agree or disagree. ",58.578,2,,12.59,2,7,3,4,1,5,6,24.642,1,1,4,5,1,3,5,5,,42.471,2,3,3,3,3,3,15.775,4,2,141.578,1,1982,Pennsylvania,4,2,1,,8,Bethel Park,,11,3,2,,161.722,631d1e66900f4855704e8c6e,"{""startTime"":1690226912016,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226834560,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226718990,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":19,""label"":""tour_started""},{""time"":12694,""label"":""tour_next"",""step"":2},{""time"":16569,""label"":""tour_end"",""step"":2},{""time"":17099,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3928,""week"":""52"",""id"":""chart""},{""time"":21408,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1178,""week"":""1"",""id"":""chart""}]}","{""startTime"":1690226819152,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":7098,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1684,""week"":""2"",""id"":""chart""},{""time"":8794,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2080,""week"":""1"",""id"":""chart""},{""time"":10891,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1983,""week"":""52"",""id"":""chart""}]}",1,moderate,bar,2.8,0,3,3,5.747,1.9156666666666666,3793,15,0.5,0,1,0,2 -2023-07-24 15:26:38,2023-07-24 15:37:07,0,100,628,1,2023-07-24 15:37:08,R_32XAOLa18LEtdVm,39.0705,-84.516,EN,1,6.391,1,4,2,7.025,15.018,100,5,64,35.802,30.945,1,1,53.761,1,1,46.617,1,72.905,15.012,6,5,6,7,7,7,,24.129,6,7,6,6,7,7,i've done studies on this for my PhD. It fits with my knowledge,39.865,7,,9.902,2,7,3,4,1,5,6,20.177,4,9,1,3,10,5,11,11,,24.623,5,5,5,1,5,5,20.053,2,1,11.774,1,1961,Kentucky,9,3,1,,7,,,17,5,1,scarecrowcity@gmail.com,137.893,5615777c7ffc8a000a811c61,"{""startTime"":1690227045192,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226984323,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226882286,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":22475,""label"":""tour_next"",""step"":2},{""time"":27226,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690226968825,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line,4.3,0,0,0,0,0,0,15,1,1,1,1,1 -2023-07-24 15:20:04,2023-07-24 15:37:20,0,100,1035,1,2023-07-24 15:37:20,R_da4X7smU3k13VPb,34.0782,-84.6485,EN,1,30.325,1,2,1,10.358,15.14,54,100,50,55.719,74.771,1,-2,122.952,1,1,91.831,1,74.121,15.05,2,2,1,6,6,1,,63.453,2,5,4,2,2,1,I believe the date used and the visualization is self-serving by the CDC.,83.86,5,,19.786,2,7,3,4,1,5,6,44.544,3,5,8,7,4,8,6,10,,65.709,3,4,4,2,5,3,42.943,4,4,23.847,2,1970,Georgia,3,2,1,,8,Kennesaw,,12,3,2,,125.806,5f14d1c6ed1d355640101321,"{""startTime"":1690226724095,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226788175,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226540865,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":49879,""label"":""hovered"",""timeHovered"":7950,""week"":""2021-12-13""},{""time"":58879,""label"":""hovered"",""timeHovered"":4400,""week"":""2022-01-10""},{""time"":64601,""label"":""tour_next"",""step"":2},{""time"":71645,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690226708494,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":9782,""label"":""hovered"",""timeHovered"":2383,""week"":""2022-01-10""},{""time"":12469,""label"":""hovered"",""timeHovered"":1995,""week"":""2021-09-06""}]}",1,moderate,line,3.5,0,2,2,4.378,2.189,2687,15,0.5,1,1,1,2 -2023-07-24 15:24:18,2023-07-24 15:38:28,0,100,849,1,2023-07-24 15:38:29,R_3FRrLeBHZ0AyTH1,35.5891,-77.345,EN,1,13.594,1,2,2,6.518,15.038,100,100,38,64.277,54.22,1,-2,57.45,-2,-1,93.039,1,125.049,15.047,6,6,7,6,7,7,I think the previous page is not complete.,42.656,6,6,5,2,4,7,It seems accurate,48.267,4,,5.561,2,7,3,4,1,5,6,33.841,6,6,6,6,6,6,6,6,,20.099,3,3,4,2,3,4,57.717,4,2,16.083,2,1984,North Carolina,3,2,1,,8,Winterville,,3,1,2,,128.821,5af12b37aec2b600010a8f4c,"{""startTime"":1690227013310,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226937900,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226773985,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":23,""label"":""tour_started""},{""time"":17127,""label"":""tour_next"",""step"":2},{""time"":25814,""label"":""tour_end"",""step"":2},{""time"":37364,""label"":""hovered"",""timeHovered"":1789,""week"":""2021-11-08""}]}","{""startTime"":1690226922350,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":8305,""label"":""hovered"",""timeHovered"":1410,""week"":""2022-01-03""}]}",1,moderate,line,3.2,0,1,1,1.41,1.41,0,15,0.5,0,1,0,2 -2023-07-24 15:27:49,2023-07-24 15:39:01,0,100,671,1,2023-07-24 15:39:02,R_1SbGoDG0SEw57JD,35.4312,-97.4934,EN,1,41.235,2,,2,5.507,15.015,91,97,78,30.615,34.695,1,1,59.606,-3,-3,71.318,-3,43.216,15.109,6,5,6,6,7,6,,28.885,6,6,5,4,3,6,"Well, it said it was from the CDC which I basically trust.",61.296,6,,11.316,2,7,3,4,1,5,6,20.164,2,1,6,5,3,7,8,8,,36.219,4,4,5,1,4,3,35.413,6,4,18.009,1,1970,Oklahoma,3,2,1,,7,,,5,4,1,singinseth@gmail.com,76.445,60a5717cc2ad303816870f66,"{""startTime"":1690227190199,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690227091090,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226979382,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":86,""label"":""tour_started""},{""time"":9447,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1084,""week"":""35"",""id"":""chart""},{""time"":12569,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1052,""week"":""50"",""id"":""chart""},{""time"":14542,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3958,""week"":""52"",""id"":""chart""},{""time"":21944,""label"":""tour_next"",""step"":2},{""time"":26554,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1118,""week"":""51"",""id"":""chart2""},{""time"":28593,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1235,""week"":""1"",""id"":""chart2""},{""time"":31824,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690227075296,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":5317,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1590,""week"":""1"",""id"":""chart""},{""time"":6980,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1228,""week"":""52"",""id"":""chart""}]}",1,simple,bar,3.5,0,2,2,2.818,1.409,1663,15,1,0,0,1,1 -2023-07-24 15:11:06,2023-07-24 15:39:09,0,100,1683,1,2023-07-24 15:39:10,R_1n8x1fgybPZLar7,37.751,-97.822,EN,1,19.103,1,4,2,14.801,15.01,82,75,71,79.124,596.148,-3,1,11.526,-3,1,69.583,-2,88.094,15.017,6,6,6,6,7,6,,34.185,5,7,6,6,5,6,"With this visualization, viewers can easily observe any trends or patterns that emerge. They can assess if there is a significant difference in COVID-19 cases between those who are vaccinated and those who are not, based on different age demographics.",148.446,6,,43.7,2,7,3,4,1,5,6,67.302,9,11,9,11,9,8,10,11,,27.008,5,4,1,4,5,5,43.384,4,1,56.068,2,1992,Georgia,6,3,1,,7,,,7,3,2,,81.666,6172b88315142e4eaa555c95,"{""startTime"":1690226753861,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_focused"",""time"":7475}]}","{""startTime"":1690226792081,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_focused"",""time"":112113},{""label"":""window_blurred"",""time"":124950},{""label"":""window_focused"",""time"":173485}]}","{""startTime"":1690226045084,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":25,""label"":""tour_started""},{""time"":14514,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1249,""week"":""52"",""id"":""chart""},{""time"":16338,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1148,""week"":""52"",""id"":""chart""},{""time"":19380,""label"":""tour_next"",""step"":5},{""time"":58754,""label"":""cleared_brush"",""using"":""Click""},{""time"":60714,""label"":""cleared_brush"",""using"":""Click""},{""time"":61794,""label"":""cleared_brush"",""using"":""Click""},{""time"":64666,""label"":""cleared_brush"",""using"":""Click""},{""time"":64995,""label"":""cleared_brush"",""using"":""Click""},{""time"":65546,""label"":""cleared_brush"",""using"":""Click""},{""time"":66185,""label"":""cleared_brush"",""using"":""Click""},{""time"":67057,""label"":""cleared_brush"",""using"":""Click""},{""time"":68842,""label"":""cleared_brush"",""using"":""Click""},{""time"":69626,""label"":""cleared_brush"",""using"":""Click""},{""time"":74217,""label"":""cleared_brush"",""using"":""Click""},{""time"":74673,""label"":""cleared_brush"",""using"":""Click""},{""time"":75274,""label"":""cleared_brush"",""using"":""Click""},{""time"":83357,""label"":""moved_brush"",""startDate"":""2022-01-02"",""endDate"":""2022-02-07""},{""time"":87500,""label"":""moved_brush"",""startDate"":""2022-01-31"",""endDate"":""2022-02-07""},{""time"":112461,""label"":""moved_brush"",""startDate"":""2022-01-01"",""endDate"":""2022-02-07""},{""time"":119580,""label"":""moved_brush"",""startDate"":""2021-07-31"",""endDate"":""2021-09-05""},{""time"":122436,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-05-12""},{""time"":130396,""label"":""moved_brush"",""startDate"":""2021-05-31"",""endDate"":""2021-07-07""},{""time"":138404,""label"":""moved_brush"",""startDate"":""2021-05-31"",""endDate"":""2021-07-08""},{""time"":176996,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-05-13""},{""time"":177949,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-05-13""},{""time"":188826,""label"":""cleared_brush"",""using"":""Click""},{""time"":193139,""label"":""cleared_brush"",""using"":""Click""},{""time"":194778,""label"":""cleared_brush"",""using"":""Click""},{""time"":196710,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-07-30""},{""time"":198030,""label"":""moved_brush"",""startDate"":""2021-10-14"",""endDate"":""2022-02-07""},{""time"":212309,""label"":""cleared_brush"",""using"":""Click""},{""time"":227916,""label"":""moved_brush"",""startDate"":""2022-02-01"",""endDate"":""2022-02-07""},{""time"":233108,""label"":""moved_brush"",""startDate"":""2022-01-31"",""endDate"":""2022-02-07""},{""time"":247964,""label"":""moved_brush"",""startDate"":""2021-10-01"",""endDate"":""2021-10-08""},{""time"":283052,""label"":""moved_brush"",""startDate"":""2021-08-30"",""endDate"":""2021-10-08""},{""time"":285532,""label"":""moved_brush"",""startDate"":""2021-08-30"",""endDate"":""2021-10-01""},{""time"":289484,""label"":""moved_brush"",""startDate"":""2021-07-31"",""endDate"":""2021-09-01""},{""time"":292076,""label"":""moved_brush"",""startDate"":""2021-07-31"",""endDate"":""2021-09-02""},{""time"":293693,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-05-08""},{""label"":""window_blurred"",""time"":295564},{""label"":""window_focused"",""time"":317496},{""time"":317579,""label"":""tour_back"",""step"":5},{""label"":""window_blurred"",""time"":321635},{""time"":479253,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1026,""week"":""16"",""id"":""chart""},{""label"":""window_focused"",""time"":486167},{""time"":490266,""label"":""tour_next"",""step"":5},{""time"":503414,""label"":""cleared_brush"",""using"":""Click""},{""time"":504147,""label"":""cleared_brush"",""using"":""Click""},{""time"":506779,""label"":""tour_back"",""step"":5},{""time"":508378,""label"":""tour_next"",""step"":5},{""time"":510642,""label"":""cleared_brush"",""using"":""Click""},{""time"":513760,""label"":""cleared_brush"",""using"":""Click""},{""time"":517200,""label"":""cleared_brush"",""using"":""Click""},{""time"":519266,""label"":""cleared_brush"",""using"":""Click""},{""time"":520257,""label"":""cleared_brush"",""using"":""Click""},{""time"":522802,""label"":""cleared_brush"",""using"":""Click""},{""time"":525961,""label"":""cleared_brush"",""using"":""Click""},{""time"":527002,""label"":""cleared_brush"",""using"":""Click""},{""time"":535778,""label"":""cleared_brush"",""using"":""Click""},{""time"":536323,""label"":""cleared_brush"",""using"":""Click""},{""time"":538099,""label"":""cleared_brush"",""using"":""Click""},{""time"":538281,""label"":""cleared_brush"",""using"":""Click""},{""time"":540283,""label"":""cleared_brush"",""using"":""Click""},{""time"":541553,""label"":""cleared_brush"",""using"":""Click""},{""time"":543258,""label"":""cleared_brush"",""using"":""Click""},{""time"":546098,""label"":""cleared_brush"",""using"":""Click""},{""time"":547337,""label"":""cleared_brush"",""using"":""Click""},{""time"":551001,""label"":""cleared_brush"",""using"":""Click""},{""time"":556308,""label"":""started_brush"",""startDate"":""2021-06-01"",""endDate"":""2021-07-02""},{""time"":558122,""label"":""tour_next"",""step"":5},{""time"":570628,""label"":""moved_brush"",""startDate"":""2021-06-01"",""endDate"":""2021-07-02""},{""time"":572554,""label"":""tour_next"",""step"":5},{""time"":583531,""label"":""cleared_brush"",""using"":""Click""},{""time"":584906,""label"":""tour_next"",""step"":5},{""time"":593531,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690226736787,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":7001}]}",1,complex,bar,4,0,0,0,0,0,0,7.001,0.5,0.5,0,0,3 -2023-07-24 15:24:07,2023-07-24 15:39:27,0,100,920,1,2023-07-24 15:39:28,R_1Q9oxo81kx2nWgj,36.7328,-76.5898,EN,1,8.731,1,4,2,5.434,15.007,100,100,84,26.556,27.416,1,1,75.287,1,1,86.057,1,166.597,15.012,6,6,7,1,7,7,,34.598,6,7,7,7,7,7,The data comes from a trustworthy source. ,31.052,4,,6.857,2,7,3,4,1,5,6,30.285,5,7,3,5,8,6,9,8,,32.001,5,4,5,1,5,5,44.843,2,1,172.213,2,1985,Virginia,7,2,1,,3,,,12,2,1,5bd0607192f92c0001f84021@email.prolific.co,93.007,5bd0607192f92c0001f84021,"{""startTime"":1690226838454,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226873499,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226719292,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":4722,""label"":""hovered"",""timeHovered"":1416,""week"":""2021-11-29""},{""time"":6139,""label"":""hovered"",""timeHovered"":1203,""week"":""2022-01-10""},{""time"":14998,""label"":""tour_next"",""step"":2},{""time"":20139,""label"":""tour_end"",""step"":2},{""time"":7343,""label"":""hovered"",""timeHovered"":14075,""week"":""2021-10-25""},{""time"":22913,""label"":""hovered"",""timeHovered"":1402,""week"":""2021-12-27""}]}","{""startTime"":1690226822762,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":10144,""label"":""hovered"",""timeHovered"":1111,""week"":""2022-01-03""},{""time"":11255,""label"":""hovered"",""timeHovered"":2336,""week"":""2022-01-03""}]}",1,simple,line,4.2,0,2,2,3.447,1.7235,1111,15,1,1,1,1,1 -2023-07-24 15:32:06,2023-07-24 15:39:31,0,100,445,1,2023-07-24 15:39:32,R_2TSEqo0z57GhAmp,36.1219,-79.7777,EN,1,4.174,2,,2,2.07,15.208,89,100,91,17.854,34.87,-3,-3,54.107,-3,-3,44.176,1,45.648,15.007,6,3,5,5,5,5,,18.5,5,7,7,7,6,7,I strongly agree because it makes sense that vaccinated individuals would not get COVID-19,43.524,4,,6.148,2,7,3,4,1,5,6,12.479,7,8,7,6,8,8,9,5,,15.811,5,4,4,1,5,5,16.284,3,1,8.84,1,2000,North Carolina,3,2,2,,4,,,3,3,1,marcogb1234@gmail.com,56.102,5ee3fbb98976fc0f59fe2939,"{""startTime"":1690227340954,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690227284266,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":23,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1574,""week"":""3"",""id"":""chart""}]}","{""startTime"":1690227178820,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":6692,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1107,""week"":""51"",""id"":""chart""},{""time"":9296,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2386,""week"":""52"",""id"":""chart""},{""time"":11690,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1489,""week"":""52"",""id"":""chart""},{""time"":21675,""label"":""tour_next"",""step"":2},{""time"":24510,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1896,""week"":""1"",""id"":""chart2""},{""time"":27764,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1246,""week"":""52"",""id"":""chart2""},{""time"":32799,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690227268740,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":5276,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2194,""week"":""52"",""id"":""chart""},{""time"":8120,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2212,""week"":""52"",""id"":""chart2""},{""time"":10352,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1044,""week"":""1"",""id"":""chart2""},{""time"":11771,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1189,""week"":""2"",""id"":""chart2""},{""time"":13909,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1082,""week"":""2"",""id"":""chart2""}]}",1,simple,bar,4,0,5,5,7.721,1.5442,8633,15,0,0,1,0,1 -2023-07-24 15:29:11,2023-07-24 15:39:39,0,100,627,1,2023-07-24 15:39:40,R_2uODp2OZxr2aRmG,38.2524,-85.7666,EN,1,4.948,1,2,2,6.822,15.113,96,83,54,19.917,24.067,1,-2,41.978,-3,1,33.245,1,27.453,15.013,6,6,6,6,6,6,,14.302,7,7,7,7,7,7,looks accurate ,52.004,4,Problem with one of the questions,34.131,2,7,3,4,1,5,6,21.308,1,2,2,2,3,2,8,7,,22.626,2,2,2,3,2,2,25.661,1,1,9.062,2,1996,Kentucky,3,2,1,,7,,,19,4,1,6101f6f45269e30a22fc4526@email.prolific.co,97.126,6101f6f45269e30a22fc4526,"{""startTime"":1690227270592,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690227202932,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690227113308,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":9403,""label"":""tour_next"",""step"":2},{""time"":11896,""label"":""tour_end"",""step"":2},{""time"":12757,""label"":""hovered"",""timeHovered"":2691,""week"":""2022-01-03""},{""time"":16303,""label"":""hovered"",""timeHovered"":1851,""week"":""2022-01-10""},{""time"":18600,""label"":""hovered"",""timeHovered"":1907,""week"":""2022-01-17""}]}","{""startTime"":1690227187127,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line,2.2,0,0,0,0,0,0,15,0.5,0.5,1,0.5,2 -2023-07-24 15:11:08,2023-07-24 15:39:51,0,100,1723,1,2023-07-24 15:39:52,R_1doSzwxJ0MPvlNQ,37.751,-97.822,EN,1,20.165,1,4,2,426.035,15.017,77,81,74,5.858,29.958,-3,1,304.453,-3,1,197.539,-3,25.843,15.116,6,5,7,6,6,6,,91.926,7,6,7,6,5,7,"This data chart provides valuable insights into the impact of vaccination on COVID-19 transmission among different age groups. By presenting the weekly counts separately for vaccinated and unvaccinated individuals, it helps to illustrate how effective vaccinations are in preventing COVID-19 cases across various age categories.",190.986,6,,4.084,2,7,3,4,1,5,6,51.055,8,11,9,10,9,8,11,10,,29.636,5,4,2,4,4,5,42.486,4,1,53.102,2,1994,New Jersey,6,3,1,,7,,,8,3,2,,116.632,611e64ad7ea7083dd09ce1dc,"{""startTime"":1690226957458,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":4928},{""label"":""window_focused"",""time"":4999},{""label"":""window_blurred"",""time"":8129},{""label"":""window_focused"",""time"":83571}]}","{""startTime"":1690226727679,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":4857},{""label"":""window_focused"",""time"":16123}]}","{""startTime"":1690226372287,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":20,""label"":""tour_started""},{""time"":14504,""label"":""tour_next"",""step"":2},{""time"":27632,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690226710861,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar,4,0,0,0,0,0,0,15,0.5,0.5,0,0.5,1 -2023-07-24 15:31:19,2023-07-24 15:40:10,0,100,530,1,2023-07-24 15:40:10,R_3EBasjWNXCsL0qr,40.4465,-75.8206,EN,1,4.776,1,3,1,11.323,15.009,100,100,74,16.544,23.1,1,1,49.633,-3,-3,83.479,-2,39.043,15.111,6,6,6,6,6,6,none,16.37,6,6,7,6,6,6,Because it contains specific data for specific dates.,61.509,4,none,10.001,2,7,3,4,1,5,6,15.457,2,2,9,6,3,6,8,9,none,24.257,3,4,4,2,4,3,25.793,4,1,16.585,1,1972,Pennsylvania,3,2,1,,7,,,15,1,2,,52.682,5c6efb8565434c0001a483ec,"{""startTime"":1690227391989,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690227305794,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690227216762,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":9251,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1117,""week"":""48"",""id"":""chart""},{""time"":12540,""label"":""tour_next"",""step"":2},{""time"":19945,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690227290209,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":1323,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1099,""week"":""33"",""id"":""chart""},{""time"":7427,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1546,""week"":""4"",""id"":""chart2""},{""time"":12232,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2130,""week"":""52"",""id"":""chart""}]}",1,simple,bar,3.3,0,3,3,4.775,1.5916666666666668,10909,15,1,0,0,1,1 -2023-07-24 14:47:12,2023-07-24 15:40:17,0,100,3184,1,2023-07-24 15:40:18,R_1yJnQhYoEQYEJ7r,33.4793,-112.3121,EN,1,136.538,1,2,1,8.383,15.01,75,71,61,15.022,209.023,1,-2,70.689,-2,1,162.495,-3,30.799,16.45,6,5,6,6,5,6,,21.571,5,6,6,5,6,6,I trust it because it aligns with the statistics that were occurring during the COVID 19 pandemic.,199.499,5,,146.834,2,7,3,4,1,5,6,21.21,5,9,6,9,7,5,10,10,,21.303,4,3,2,4,3,4,11.247,2,3,41.297,2,1999,Arizona,6,2,2,,4,,,9,3,1,daniellaurteaga@yahoo.com,47.874,5dce3ccc32ccbf0cd54263db,"{""startTime"":1690226654983,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690226659841,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690226377596,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":11,""label"":""tour_started""},{""label"":""window_blurred"",""time"":69032},{""label"":""window_focused"",""time"":74533},{""time"":75250,""label"":""tour_next"",""step"":5},{""time"":80600,""label"":""tour_back"",""step"":5},{""time"":82667,""label"":""tour_next"",""step"":5},{""time"":90841,""label"":""started_brush"",""startDate"":""2021-07-03"",""endDate"":""2021-09-13""},{""time"":92084,""label"":""tour_next"",""step"":5},{""time"":94686,""label"":""moved_brush"",""startDate"":""2021-07-03"",""endDate"":""2021-09-13""},{""time"":96921,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-06-23""},{""time"":97485,""label"":""tour_next"",""step"":5},{""time"":99527,""label"":""moved_brush"",""startDate"":""2021-06-04"",""endDate"":""2021-08-16""},{""time"":102060,""label"":""moved_brush"",""startDate"":""2021-11-25"",""endDate"":""2022-02-06""},{""time"":103768,""label"":""cleared_brush"",""using"":""click""},{""time"":103770,""label"":""cleared_brush"",""using"":""Escape""},{""time"":105336,""label"":""tour_next"",""step"":5},{""time"":207310,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690226619210,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":9389}]}",1,complex,line,3.3,0,0,0,0,0,0,9.389,0.5,0.5,0,0,3 -2023-07-24 15:30:33,2023-07-24 15:40:28,0,100,594,1,2023-07-24 15:40:29,R_pSgRFhh1xFQv4PL,45.0001,-93.0986,EN,1,5.289,1,3,1,9.754,15.016,50,100,98,23.889,31.749,1,1,43.696,-3,-3,51.98,1,40.879,15.11,4,7,4,7,7,4,,25.271,7,7,7,7,7,4,I do not know anymore what is true and what is fake,51.479,7,,9.121,2,7,3,4,1,5,6,23.701,4,5,5,7,2,7,9,9,,24.349,4,4,5,2,4,4,31.442,4,1,18.308,2,1964,Minnesota,3,3,1,,9,,Saint Paul,5,4,1,prosperousgramma@gmail.com,57.703,63a0f27fca07899904e593f1,"{""startTime"":1690227281158,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690227306964,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690227180137,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":21,""label"":""tour_started""},{""time"":17531,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3620,""week"":""52"",""id"":""chart""},{""time"":22512,""label"":""tour_next"",""step"":2},{""time"":26834,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690227265205,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":9628,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6008,""week"":""2"",""id"":""chart""}]}",1,moderate,bar,3.8,0,1,1,6.008,6.008,0,15,1,0,1,0,2 -2023-07-24 15:28:12,2023-07-24 15:40:58,0,100,765,1,2023-07-24 15:40:59,R_AuIfABDXwhpF7Mt,41.6021,-93.6124,EN,1,11.351,1,2,2,11.861,15.011,50,46,50,54.992,40.774,1,1,41.364,1,1,91.324,1,48.723,15.122,4,2,4,6,7,4,,34.45,3,5,4,2,2,4,"It doesn't specify how the numbers were collected, nor does it state the margin of error.",33.647,1,You have a section of questions that aren't questions in your survey.,27.042,2,7,3,4,1,5,6,28.502,2,5,7,6,5,5,10,8,,28.668,3,3,4,2,3,4,33.245,5,1,15.429,2,1980,Wisconsin,6,2,1,,7,,,17,3,1,629a4709039b1725f3a0727a@email.prolific.co,53.15,629a4709039b1725f3a0727a,"{""startTime"":1690227250864,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690227286834,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690227007274,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":5457,""label"":""hovered"",""timeHovered"":3516,""week"":""2022-01-10""},{""time"":31967,""label"":""tour_next"",""step"":2},{""time"":37428,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690227176426,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":50487,""label"":""hovered"",""timeHovered"":1998,""week"":""2022-01-10""},{""time"":52931,""label"":""hovered"",""timeHovered"":1505,""week"":""2022-01-10""}]}",1,moderate,line,3.2,0,2,2,3.503,1.7515,2444,15,1,1,1,1,2 -2023-07-24 15:31:35,2023-07-24 15:41:17,0,100,582,1,2023-07-24 15:41:18,R_3FXSrrw7wyqCoth,47.6109,-122.3303,EN,1,5.055,1,2,2,15.683,15.11,100,100,58,21.835,80.501,1,-2,58.784,1,1,32.428,-3,35.301,15.118,7,5,6,6,7,7,I think this is a well done visualization.,54.701,6,7,7,5,6,6,The data comes from a reliable source and the visualization itself is clear and easy to understand.,49.455,6,,8.393,2,7,3,4,1,5,6,18.468,3,6,6,7,7,5,10,9,,20.837,5,4,5,2,5,5,24.243,3,1,11.142,1,1971,Washington,7,3,1,,7,,,17,4,2,,52.604,6310f7cc10a0cd8f6156091f,"{""startTime"":1690227307683,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690227363526,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690227173383,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":9213,""label"":""hovered"",""timeHovered"":1031,""week"":""2022-01-03""},{""time"":32577,""label"":""tour_next"",""step"":5},{""time"":42624,""label"":""started_brush"",""startDate"":""2021-08-09"",""endDate"":""2021-12-31""},{""time"":45207,""label"":""tour_next"",""step"":5},{""time"":54321,""label"":""moved_brush"",""startDate"":""2021-08-04"",""endDate"":""2021-12-26""},{""time"":58031,""label"":""moved_brush"",""startDate"":""2021-08-04"",""endDate"":""2021-12-08""},{""time"":59221,""label"":""tour_next"",""step"":5},{""time"":67615,""label"":""cleared_brush"",""using"":""click""},{""time"":67618,""label"":""cleared_brush"",""using"":""Escape""},{""time"":70753,""label"":""tour_next"",""step"":5},{""time"":75125,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690227291449,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line,4.3,0,0,0,0,0,0,15,0.5,1,0,0,3 -2023-07-24 15:00:49,2023-07-24 15:41:39,0,100,2449,1,2023-07-24 15:41:40,R_1ifehgSoshSznnp,37.3209,-121.9126,EN,1,79.412,1,2,2,4.064,16.129,77,85,76,14.217,67.211,1,-2,52.242,-2,1,294.969,-3,61.653,15.013,6,6,6,6,6,6,,43.345,5,5,6,6,5,5,it makes sense ,25.973,4,,4.97,2,7,3,4,1,5,6,5.935,7,9,9,9,8,9,9,10,,43.079,4,3,3,3,4,4,21.208,4,4,83.649,1,2002,California,5,3,1,,8,San Jose,,17,4,2,,52.463,611208e8d4ab54df137ab05a,"{""startTime"":1690226557472,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226601718,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":9172},{""label"":""window_focused"",""time"":22934},{""label"":""window_blurred"",""time"":24557},{""label"":""window_focused"",""time"":24832}]}","{""startTime"":1690225474503,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":2173,""label"":""tour_next"",""step"":2},{""time"":6187,""label"":""tour_end"",""step"":2},{""label"":""window_blurred"",""time"":11197},{""label"":""window_focused"",""time"":65073}]}","{""startTime"":1690226541794,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line,3.5,0,0,0,0,0,0,15,0.5,0.5,0,0.5,2 -2023-07-24 15:28:55,2023-07-24 15:41:49,0,100,774,1,2023-07-24 15:41:50,R_2bQAogTvdub1yi6,34.0782,-84.6485,EN,1,6.806,1,4,1,10.015,15.03,100,100,22,19.58,37.49,-1,-3,189.811,-3,-3,72.865,-2,39.451,15.068,7,7,7,7,7,7,,28.002,7,7,7,2,4,7,This visualization tracks with my memory of statistics from that time. ,55.864,5,,14.916,2,7,3,4,1,5,6,30.929,2,5,10,5,1,5,11,10,,35.648,4,4,5,1,5,5,34.767,2,2,23.413,1,1971,Georgia,6,2,1,,7,,,6,2,1,63ff85248ee53feba08a05fe@email.prolific.co,78.429,63ff85248ee53feba08a05fe,"{""startTime"":1690227348048,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690227261970,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690227015971,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":69,""label"":""tour_started""},{""time"":13837,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1646,""week"":""2"",""id"":""chart""},{""time"":18176,""label"":""tour_next"",""step"":2},{""time"":20389,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1038,""week"":""52"",""id"":""chart2""},{""time"":32059,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690227245592,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar,4,0,0,0,0,0,0,15,0,0,0,0,1 -2023-07-24 15:25:43,2023-07-24 15:43:10,0,100,1047,1,2023-07-24 15:43:11,R_7OtvBGaysMLta1j,40.7359,-73.9904,EN,1,45.058,1,2,1,6.659,15.121,100,100,51,114.454,100.968,1,1,57.237,-2,1,48.377,1,50.787,15.111,6,6,6,7,6,6,,28.734,6,7,6,3,4,6,The CDC has long been a trustworthy source and the visualization simply makes sense as far as when COVID spikes and how vaccinated people are far less affected,123.974,4,,11.483,2,7,3,4,1,5,6,28.3,2,2,9,6,4,8,10,10,,32.426,2,3,4,3,3,3,41.374,5,1,19.228,1,1970,Pennsylvania,6,2,1,,7,,,7,2,1,rski70@gmail.com,208.193,63e4849552d07a18ddfc5d17,"{""startTime"":1690227137119,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690227167457,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226954830,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":9096,""label"":""hovered"",""timeHovered"":3200,""week"":""2021-09-20""},{""time"":21945,""label"":""hovered"",""timeHovered"":1283,""week"":""2021-06-14""},{""time"":27666,""label"":""tour_next"",""step"":2},{""time"":35796,""label"":""tour_end"",""step"":2},{""time"":76920,""label"":""hovered"",""timeHovered"":2282,""week"":""2021-08-16""},{""time"":81060,""label"":""hovered"",""timeHovered"":2544,""week"":""2021-12-20""},{""time"":87926,""label"":""hovered"",""timeHovered"":1184,""week"":""2021-10-11""},{""time"":90594,""label"":""hovered"",""timeHovered"":2094,""week"":""2021-05-31""},{""time"":93657,""label"":""hovered"",""timeHovered"":2385,""week"":""2021-08-16""},{""time"":96221,""label"":""hovered"",""timeHovered"":1237,""week"":""2021-08-23""}]}","{""startTime"":1690227120247,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":9239,""label"":""hovered"",""timeHovered"":1041,""week"":""2022-01-10""},{""time"":10291,""label"":""hovered"",""timeHovered"":1578,""week"":""2022-01-10""},{""time"":14677,""label"":""hovered"",""timeHovered"":1001,""week"":""2021-12-27""}]}",1,simple,line,3,0,3,3,3.62,1.2066666666666668,5438,15,1,0.5,1,1,1 -2023-07-24 15:23:29,2023-07-24 15:43:14,0,100,1185,1,2023-07-24 15:43:16,R_2zdcC12rNj7LE6K,35.0848,-92.4242,EN,1,10.889,1,2,1,10.749,15.108,87,89,84,38.597,56.526,1,1,64.616,1,1,54.622,1,30.227,15.116,6,5,6,6,6,6,,39.312,5,6,6,4,5,6,This visualization is inline with what I know about Covid 19 and the effectiveness of the vaccine. The data comes from a trusted scientific source.,104.195,5,,13.986,2,7,3,4,1,5,6,23.9,6,8,6,7,6,5,9,8,,51.056,2,3,4,3,3,3,524.767,1,2,21.361,2,1983,Arkansas,7,3,1,,9,,Conway,7,4,1,jasmine.serena@gmail.com,56.818,5d3bdd3e3dcf870019c76307,"{""startTime"":1690226823241,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226863043,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226695484,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":16936,""label"":""hovered"",""timeHovered"":1928,""week"":""2022-01-03""},{""time"":19815,""label"":""hovered"",""timeHovered"":4231,""week"":""2022-01-03""},{""time"":26850,""label"":""hovered"",""timeHovered"":3264,""week"":""2022-02-07""},{""time"":32200,""label"":""hovered"",""timeHovered"":1280,""week"":""2021-08-09""},{""time"":38294,""label"":""tour_next"",""step"":2},{""time"":45895,""label"":""tour_end"",""step"":2},{""time"":34192,""label"":""hovered"",""timeHovered"":15345,""week"":""2022-02-07""},{""time"":50743,""label"":""hovered"",""timeHovered"":2815,""week"":""2021-05-31""}]}","{""startTime"":1690226807590,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6987,""label"":""hovered"",""timeHovered"":1701,""week"":""2022-01-10""},{""time"":12539,""label"":""hovered"",""timeHovered"":2668,""week"":""2021-08-16""}]}",1,moderate,line,3,0,2,2,4.369,2.1845,5552,15,1,1,1,1,2 -2023-07-24 14:53:57,2023-07-24 15:44:21,0,100,3024,1,2023-07-24 15:44:22,R_xgD4uZHrVBFrABz,39.9943,-75.1181,EN,1,709.17,1,3,1,10.037,15.043,100,39,50,40.355,54.08,1,1,41.273,-2,1,58.334,-1,51.127,15.015,6,6,6,6,6,6,,23.339,6,6,6,6,6,6,The visualization provides all of the necessary information and is easy to read.,66.18,4,,15.577,2,7,3,4,1,5,6,39.003,1,4,2,4,2,4,8,7,,27.501,3,3,5,3,3,3,33.145,2,1,14.481,2,1987,Pennsylvania,7,2,1,,3,,,15,4,1,616dac30fd433eb926c5ceaa@email.prolific.co,93.848,616dac30fd433eb926c5ceaa,"{""startTime"":1690227505425,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690227413229,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690227283320,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":26070,""label"":""hovered"",""timeHovered"":1267,""week"":""2021-04-12""},{""time"":28936,""label"":""hovered"",""timeHovered"":1918,""week"":""2021-06-14""},{""time"":33836,""label"":""hovered"",""timeHovered"":2435,""week"":""2021-04-12""},{""time"":42270,""label"":""hovered"",""timeHovered"":3267,""week"":""2022-01-24""},{""time"":49295,""label"":""tour_next"",""step"":2},{""time"":52751,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690227397378,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line,3.3,0,0,0,0,0,0,15,1,0.5,0,0.5,2 -2023-07-24 15:32:21,2023-07-24 15:44:28,0,100,727,1,2023-07-24 15:44:29,R_Qid6uFoTUr6C10J,27.947,-82.7943,EN,1,23.846,2,,2,4.017,15.111,33,31,36,28.905,58.404,1,1,44.519,1,1,69.342,-3,45.894,15.123,2,2,2,4,4,2,,42.742,1,2,1,1,2,1,"It is old data, which has since been disproven.",72.008,3,,8.198,2,7,3,4,1,5,6,20.521,3,3,6,4,3,4,5,5,,27.465,3,3,4,2,3,3,28.983,3,2,23.847,1,1956,Florida,3,2,1,,8,LARGO,,5,3,1,fltugger@yahoo.com,139.789,5d0e7ce13fe2d0001999c056,"{""startTime"":1690227485232,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690227349624,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690227229533,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":17085,""label"":""hovered"",""timeHovered"":3267,""week"":""2021-11-29""},{""time"":26704,""label"":""tour_next"",""step"":2},{""time"":32359,""label"":""tour_end"",""step"":2},{""time"":40289,""label"":""hovered"",""timeHovered"":8647,""week"":""2022-01-10""},{""time"":48941,""label"":""hovered"",""timeHovered"":2092,""week"":""2022-01-10""}]}","{""startTime"":1690227333859,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line,3,0,0,0,0,0,0,15,1,1,0,1,1 -2023-07-24 15:26:44,2023-07-24 15:44:35,0,100,1071,1,2023-07-24 15:44:36,R_2E69f5DIHTxIo9p,36.7328,-76.5898,EN,1,164.445,1,3,1,8.913,15.02,100,100,65,79.014,34.412,-2,1,59.115,1,-3,107.238,1,28.555,15.118,6,5,6,6,6,6,,67.871,7,7,7,4,5,6,I think the visualization shows the numbers for unvaccinated and vaccinated. I don't have a reason to doubt the information.,142.782,5,,11.7,2,7,3,4,1,5,6,21.983,2,7,8,9,9,5,10,10,,27.922,3,3,3,3,4,2,54.789,2,1,15.65,2,1968,Virginia,5,1,1,,9,,Suffolk,12,3,1,merylaq@hotmail.com,57.053,5f36e9589a54b113631fa759,"{""startTime"":1690227521059,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690227346061,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690227187553,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":25415,""label"":""tour_next"",""step"":2},{""time"":29253,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690227330201,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar,3,0,0,0,0,0,0,15,0.5,0.5,1,0.5,2 -2023-07-24 14:51:58,2023-07-24 15:44:49,0,100,3170,1,2023-07-24 15:44:50,R_3iX8FlIu40pzmpn,36.7405,-119.7508,EN,1,5.074,1,1,2,20.567,27.375,100,86,86,148.744,38.818,-2,-3,178.723,-3,-3,365.365,1,526.473,15.009,6,6,6,5,6,6,,72.19,5,6,6,5,2,6,It's a very simple graph that I can fact check with easy research,107.602,4,,24.399,2,7,3,4,1,5,6,1141.616,4,7,7,7,2,8,9,11,,72.878,4,4,4,2,4,4,30.669,4,2,13.011,1,2000,California,2,2,1,,8,Fresno,,6,4,1,62baf827477e9d1a60c5b66d@email.prolific.co,79.587,62baf827477e9d1a60c5b66d,"{""startTime"":1690225498236,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":6873},{""label"":""window_focused"",""time"":55598}]}","{""startTime"":1690225373342,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_focused"",""time"":4561}]}","{""startTime"":1690224950861,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":13,""label"":""tour_started""},{""label"":""window_blurred"",""time"":4225},{""label"":""window_focused"",""time"":27509},{""time"":29235,""label"":""tour_next"",""step"":2},{""time"":31891,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690225357911,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_focused"",""time"":2481},{""label"":""window_blurred"",""time"":3855}]}",1,moderate,bar,3.7,0,0,0,0,0,0,1.374,0,0,1,0,2 -2023-07-24 15:17:08,2023-07-24 15:44:59,0,100,1670,1,2023-07-24 15:44:59,R_ywnuS1L9CQTUOmR,27.7963,-82.6325,EN,1,95.186,2,,1,4.28,15.006,62,43,29,34.58,57.859,1,1,38.94,-3,1,89.862,-3,61.062,15.012,3,3,3,7,7,3,I am sure the numbers are off because a lot of people never report having covid.,70.002,5,6,6,1,1,6,It is easy to understand and I like that it is interactive.,63.25,5,none,16.19,2,7,3,4,1,5,6,24.526,2,2,8,5,1,7,8,8,none,34.555,4,4,5,1,5,4,62.192,6,1,27.498,1,1972,Florida,2,2,1,,7,,,8,2,1,,79.121,63322af704df5a6df504f985,"{""startTime"":1690227379162,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690227450266,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690227214995,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":5323,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2565,""week"":""1"",""id"":""chart""},{""time"":7970,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1666,""week"":""52"",""id"":""chart""},{""time"":23368,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1949,""week"":""44"",""id"":""chart""},{""label"":""window_blurred"",""time"":28397},{""label"":""window_focused"",""time"":37147},{""time"":37313,""label"":""tour_next"",""step"":2},{""time"":42743,""label"":""tour_end"",""step"":2},{""label"":""window_blurred"",""time"":46493},{""label"":""window_focused"",""time"":49733},{""time"":53023,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1509,""week"":""22"",""id"":""chart""},{""time"":55791,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1122,""week"":""19"",""id"":""chart""}]}","{""startTime"":1690227363544,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":8772,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1374,""week"":""2"",""id"":""chart""},{""time"":10863,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1920,""week"":""1"",""id"":""chart""}]}",1,moderate,bar,3.8,0,2,2,3.294,1.647,2091,15,1,0.5,0,0.5,2 -2023-07-24 15:26:43,2023-07-24 15:45:17,0,100,1113,1,2023-07-24 15:45:17,R_TbUg2DM6xq5P3A5,42.8704,-85.6682,EN,1,8.344,1,3,2,6.858,15.015,95,89,11,24.721,103.191,1,1,128.944,-3,-3,153.502,1,36.583,15.008,7,6,7,7,7,7,I would like the data to give me information about how many deaths occurred as well.,115.983,6,7,6,7,5,7,It appears to have plenty of research and be done by a scientist or researcher. ,32.337,6,I believe that most people are good and have positive intentions.,17.769,2,7,3,4,1,5,6,17.706,1,6,4,4,3,2,11,9,,104.795,2,1,2,5,2,1,17.371,1,1,16.921,2,1991,Michigan,6,2,1,,7,,,9,4,2,,65.966,5ae0afd709eae20001131fb9,"{""startTime"":1690227270035,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":2950},{""label"":""window_focused"",""time"":77914},{""time"":80293,""label"":""started_brush"",""startDate"":""2021-10-22"",""endDate"":""2022-02-07""}]}","{""startTime"":1690227052508,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":7392,""label"":""started_brush"",""startDate"":""2021-09-27"",""endDate"":""2022-02-01""},{""time"":9780,""label"":""moved_brush"",""startDate"":""2021-09-10"",""endDate"":""2022-02-01""},{""time"":11853,""label"":""moved_brush"",""startDate"":""2021-10-29"",""endDate"":""2022-02-01""},{""label"":""window_blurred"",""time"":74079},{""label"":""window_focused"",""time"":167310}]}","{""startTime"":1690226896048,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":16297,""label"":""tour_next"",""step"":5},{""time"":20334,""label"":""tour_back"",""step"":5},{""time"":25412,""label"":""tour_next"",""step"":5},{""time"":38992,""label"":""started_brush"",""startDate"":""2021-04-29"",""endDate"":""2021-09-04""},{""time"":39455,""label"":""cleared_brush"",""using"":""Click""},{""time"":40869,""label"":""started_brush"",""startDate"":""2021-07-01"",""endDate"":""2021-09-04""},{""time"":42616,""label"":""tour_next"",""step"":5},{""time"":48884,""label"":""moved_brush"",""startDate"":""2021-05-10"",""endDate"":""2021-09-04""},{""time"":50060,""label"":""tour_next"",""step"":5},{""time"":54305,""label"":""cleared_brush"",""using"":""Click""},{""time"":55716,""label"":""tour_next"",""step"":5},{""time"":62284,""label"":""tour_end"",""step"":5},{""time"":74220,""label"":""started_brush"",""startDate"":""2021-10-31"",""endDate"":""2022-02-07""},{""time"":77014,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":9595,""week"":""1"",""id"":""chart""},{""time"":86702,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2625,""week"":""2"",""id"":""chart""},{""time"":91559,""label"":""moved_brush"",""startDate"":""2021-09-18"",""endDate"":""2022-02-07""},{""time"":92352,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":2708,""week"":""52"",""id"":""chart""}]}","{""startTime"":1690227036945,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar,2.2,0,0,0,0,0,0,15,1,0,1,1,3 -2023-07-24 15:35:46,2023-07-24 15:46:40,0,100,653,1,2023-07-24 15:46:41,R_s8c6YJJBanlAjN7,41.804,-87.707,EN,1,7.354,1,3,1,7.697,15.015,73,14,16,37.307,86.516,1,-2,37.001,1,1,46.852,1,107.224,15.114,6,5,5,5,6,5,none. some questions on the previous page were blank,47.265,5,5,5,4,4,5,"i assume the data is correct. thus, i trust it.",30.479,6,none,10.37,2,7,3,4,1,5,6,20.138,4,7,7,7,8,4,10,9,none,30.762,5,5,5,1,5,5,23.24,3,1,13.915,1,1967,Illinois,9,3,1,,7,,,17,3,2,,67.861,6445af97679d97a6911943d4,"{""startTime"":1690227695466,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690227635692,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":3368,""label"":""started_brush"",""startDate"":""2021-06-09"",""endDate"":""2021-12-19""}]}","{""startTime"":1690227425228,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":25487,""label"":""tour_next"",""step"":5},{""time"":38273,""label"":""cleared_brush"",""using"":""click""},{""time"":42257,""label"":""started_brush"",""startDate"":""2021-06-05"",""endDate"":""2021-08-24""},{""time"":43309,""label"":""tour_next"",""step"":5},{""time"":60786,""label"":""moved_brush"",""startDate"":""2021-08-14"",""endDate"":""2021-11-02""},{""time"":61682,""label"":""tour_next"",""step"":5},{""time"":70531,""label"":""cleared_brush"",""using"":""click""},{""time"":72968,""label"":""tour_next"",""step"":5},{""time"":81743,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690227619844,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":8206,""label"":""cleared_brush"",""using"":""click""},{""time"":9772,""label"":""cleared_brush"",""using"":""click""},{""time"":15424,""label"":""started_brush"",""startDate"":""2021-05-17"",""endDate"":""2021-07-19""},{""time"":15707,""label"":""moved_brush"",""startDate"":""2021-05-17"",""endDate"":""2021-07-19""}]}",1,complex,line,4.3,1,4,0,0,0,7501,15,0.5,1,1,1,3 -2023-07-24 15:40:13,2023-07-24 15:49:31,0,100,558,1,2023-07-24 15:49:32,R_2bNoWOMaRaWhM90,44.9834,-93.2622,EN,1,10.357,1,2,2,10.028,15.013,100,100,0,29.702,40.66,1,1,39.2,-3,1,29.507,1,18.987,15.028,6,3,1,7,7,7,,34.701,7,7,7,4,7,7,The data is easily understandable and realistic.,67.967,5,,13.905,2,7,3,4,1,5,6,22.353,3,6,6,10,8,8,11,9,,21.102,2,4,5,4,5,4,49.163,4,1,17.7,1,1971,Minnesota,3,1,1,,8,Minneapolis,,5,4,2,,70.132,614f39b82ccdbdd51c76cc50,"{""startTime"":1690227802972,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690227709665,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690227612668,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":5940,""label"":""hovered"",""timeHovered"":1965,""week"":""2022-01-03""},{""time"":15509,""label"":""tour_next"",""step"":2},{""time"":22775,""label"":""tour_end"",""step"":2},{""time"":8006,""label"":""hovered"",""timeHovered"":17151,""week"":""2022-01-10""},{""time"":26075,""label"":""hovered"",""timeHovered"":1437,""week"":""2022-01-03""},{""time"":28519,""label"":""hovered"",""timeHovered"":1187,""week"":""2021-08-16""},{""time"":30525,""label"":""hovered"",""timeHovered"":2532,""week"":""2021-06-07""},{""time"":33658,""label"":""hovered"",""timeHovered"":3130,""week"":""2021-04-12""}]}","{""startTime"":1690227693859,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line,4,0,0,0,0,0,0,15,1,0.5,1,1,1 -2023-07-24 15:37:28,2023-07-24 15:49:37,0,100,729,1,2023-07-24 15:49:37,R_2SlaEGjN8UOAU6x,37.8245,-83.7811,EN,1,43.622,1,4,2,5.873,15.014,77,0,74,41.159,89.594,-1,-2,63.432,1,1,99.596,1,56.267,15.115,4,4,6,6,7,6,,33.954,6,7,7,4,4,6,I trust the source of the information,18.557,7,,6.421,2,7,3,4,1,5,6,19.319,4,7,9,9,9,7,10,8,,25.509,5,3,4,1,5,5,22.72,2,1,21.984,2,1952,Kentucky,6,2,1,,7,,,3,4,1,55a28851fdf99b602e6b05dd@email.prolific.co,81.662,55a28851fdf99b602e6b05dd,"{""startTime"":1690227774324,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690227808847,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690227568325,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":17331,""label"":""hovered"",""timeHovered"":2351,""week"":""2021-12-27""},{""time"":23994,""label"":""tour_next"",""step"":2},{""time"":28586,""label"":""tour_end"",""step"":2},{""time"":20467,""label"":""hovered"",""timeHovered"":13463,""week"":""2021-04-19""},{""time"":35079,""label"":""hovered"",""timeHovered"":26196,""week"":""2021-04-12""},{""time"":69214,""label"":""hovered"",""timeHovered"":3244,""week"":""2021-04-19""},{""time"":80931,""label"":""hovered"",""timeHovered"":2120,""week"":""2021-10-25""}]}","{""startTime"":1690227758619,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":13354,""label"":""hovered"",""timeHovered"":1907,""week"":""2022-01-24""}]}",1,moderate,line,3.8,0,1,1,1.907,1.907,0,15,0,1,1,1,2 -2023-07-24 15:36:18,2023-07-24 15:49:52,0,100,814,1,2023-07-24 15:49:53,R_1f7KNMitsp9dWDY,39.7388,-104.9868,EN,1,12.346,1,2,2,11.033,15.008,80,88,76,51.756,21.194,1,-2,13.004,-1,1,18.754,-2,49.944,15.085,6,5,6,5,5,6,no comments,29.578,6,5,5,5,6,7,I like the colors that were chosen and a large number of people will like the colors too,123.058,3,no comments,17.337,2,7,3,4,1,5,6,24.987,6,9,7,8,7,9,10,9,no comments,24.816,4,4,4,2,4,4,25.548,6,2,9.301,1,1980,Colorado,7,3,1,,3,,,5,3,1,dadaydada@outlook.com,128.017,63f79194eb27c9dc523185bd,"{""startTime"":1690227754985,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690227597987,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":27535},{""label"":""window_focused"",""time"":31036}]}","{""startTime"":1690227523594,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":2817,""label"":""tour_next"",""step"":2},{""time"":4323,""label"":""tour_end"",""step"":2},{""label"":""window_blurred"",""time"":16294},{""label"":""window_focused"",""time"":18936}]}","{""startTime"":1690227576244,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":10203},{""label"":""window_focused"",""time"":14856}]}",1,simple,line,3.7,0,0,0,0,0,0,10.203,0.5,0.5,0,0.5,1 -2023-07-24 15:40:04,2023-07-24 15:50:06,0,100,602,1,2023-07-24 15:50:07,R_3NOkjScDR5ooFQY,34.5268,-92.9587,EN,1,6.4,2,,2,3.383,15.02,73,95,69,43.28,72.795,1,1,48.368,1,1,39.927,1,45.816,15.022,2,2,2,6,5,2,It has been proven that CDC data cannot be trusted.,61.953,2,6,5,2,2,1,CD data has been proven to not be trusted.,45.369,3,"What was this about: ""Click to write the question text""",35.439,2,7,3,4,1,5,6,16.006,2,4,5,5,1,4,8,7,,23.527,3,4,4,3,4,4,25.963,6,1,12.388,1,1963,Arkansas,6,2,1,,7,,,5,4,2,,42.567,5be2e7e491deed00015adcb0,"{""startTime"":1690227823698,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690227886687,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690227686748,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":17451,""label"":""hovered"",""timeHovered"":1763,""week"":""2022-01-10""},{""time"":27147,""label"":""tour_next"",""step"":5},{""time"":43421,""label"":""started_brush"",""startDate"":""2021-05-19"",""endDate"":""2022-01-31""},{""time"":44835,""label"":""tour_next"",""step"":5},{""time"":50342,""label"":""moved_brush"",""startDate"":""2021-05-31"",""endDate"":""2022-02-13""},{""time"":51364,""label"":""tour_next"",""step"":5},{""time"":62447,""label"":""cleared_brush"",""using"":""click""},{""time"":63788,""label"":""tour_next"",""step"":5},{""time"":69259,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690227807568,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":6132,""label"":""hovered"",""timeHovered"":5301,""week"":""2021-12-27""}]}",1,complex,line,3.7,0,1,1,5.301,5.301,0,15,1,1,1,1,3 -2023-07-24 15:22:34,2023-07-24 15:50:43,0,100,1689,1,2023-07-24 15:50:44,R_1Q5tnO40mK6tz7Z,41.815,-71.3663,EN,1,199.032,1,2,1,35.2,15.017,69,100,84,65.741,88.336,1,-3,61.459,1,-3,69.033,1,79.965,15.014,5,5,5,7,7,5,,23.301,5,7,6,4,4,4,It's hard to tell without having confirmation as to where the info came from.,306.896,3,,7.304,2,7,3,4,1,5,6,18.302,2,4,3,5,5,3,9,8,,22.246,3,4,4,1,5,4,19.464,3,2,11.326,1,1997,Maine,5,2,1,,8,BATH,,5,3,2,,87.161,5eae37af3ac6885048af8db3,"{""startTime"":1690227907383,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690227080962,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":261313},{""label"":""window_focused"",""time"":286567}]}","{""startTime"":1690226894548,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":26253,""label"":""tour_next"",""step"":5},{""time"":42881,""label"":""started_brush"",""startDate"":""2021-05-18"",""endDate"":""2021-08-14""},{""time"":45230,""label"":""tour_next"",""step"":5},{""time"":54678,""label"":""moved_brush"",""startDate"":""2021-06-30"",""endDate"":""2021-09-27""},{""time"":56820,""label"":""moved_brush"",""startDate"":""2021-07-29"",""endDate"":""2021-09-27""},{""time"":58097,""label"":""tour_next"",""step"":5},{""time"":64406,""label"":""cleared_brush"",""using"":""click""},{""time"":69844,""label"":""tour_next"",""step"":5},{""time"":79015,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690227064749,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line,3.5,0,0,0,0,0,0,15,0.5,0.5,1,1,3 -2023-07-24 15:38:05,2023-07-24 15:50:44,0,100,759,1,2023-07-24 15:50:45,R_1dblGwk2DZreT8Z,35.3833,-85.3945,EN,1,26.514,2,,2,3.307,15.011,95,76,16,67.226,52.978,-2,1,52.137,-3,1,91.781,1,52.418,15.013,6,6,6,6,6,6,None,25.74,6,7,7,2,5,6,"I trust it because it provides information that I believe to be accurate. It gives more information about all aspects of the chart, in detail.",95.204,6,None,9.909,2,7,3,4,1,5,6,27.418,7,8,9,10,6,8,11,9,None,27.968,4,5,5,2,3,5,56.719,5,2,14.999,1,1973,Tennessee,3,1,1,,7,,,11,3,1,60171c9b1a726593103182b3@email.prolific.co,65.272,60171c9b1a726593103182b3,"{""startTime"":1690227905774,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690227774561,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":15,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4824,""week"":""1"",""id"":""chart""},{""time"":9493,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1213,""week"":""1"",""id"":""chart""}]}","{""startTime"":1690227613624,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":14579,""label"":""tour_next"",""step"":2},{""time"":21032,""label"":""tour_end"",""step"":2},{""time"":21895,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1898,""week"":""52"",""id"":""chart""},{""time"":24280,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1747,""week"":""52"",""id"":""chart""},{""time"":26048,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2167,""week"":""1"",""id"":""chart""},{""time"":29511,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2036,""week"":""4"",""id"":""chart""}]}","{""startTime"":1690227759237,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar,4,0,0,0,0,0,0,15,0.5,0.5,1,0.5,2 -2023-07-24 15:26:06,2023-07-24 15:51:20,0,100,1514,1,2023-07-24 15:51:21,R_3m4qwXq4u6fEGqK,39.7593,-104.9651,EN,1,11.875,1,3,2,7.609,15.067,86,89,37,51.354,384.316,1,1,63.041,1,1,180.364,1,64.033,15.154,6,5,5,6,7,5,Nothing to add.,61.366,3,5,6,3,5,5,"The CDC has been a reliable source of evidence-based information over the years, but it is also essential to stay vigilant and keep in mind that new information may emerge over time as scientific understanding evolves.",321.989,4,Nothing to add.,38.867,2,7,3,4,1,5,6,23.732,2,3,4,5,4,3,9,8,None.,40.619,3,4,4,2,5,4,26.74,2,1,18.68,1,1963,Colorado,6,2,1,,7,,,7,4,2,,114.587,5dd06a074ad3e2149c884661,"{""startTime"":1690227335438,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":3533,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1696,""week"":""51"",""id"":""chart""}]}","{""startTime"":1690227398139,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":27444,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2951,""week"":""2"",""id"":""chart""}]}","{""startTime"":1690226869294,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":66,""label"":""tour_started""},{""time"":23799,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":21975,""week"":""49"",""id"":""chart""},{""time"":46562,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1117,""week"":""40"",""id"":""chart""},{""time"":49287,""label"":""tour_next"",""step"":5},{""time"":79561,""label"":""cleared_brush"",""using"":""Click""},{""time"":88948,""label"":""cleared_brush"",""using"":""Click""},{""time"":91377,""label"":""cleared_brush"",""using"":""Click""},{""time"":92926,""label"":""cleared_brush"",""using"":""Click""},{""time"":93767,""label"":""cleared_brush"",""using"":""Click""},{""time"":108533,""label"":""cleared_brush"",""using"":""Click""},{""time"":110252,""label"":""cleared_brush"",""using"":""Click""},{""time"":113049,""label"":""cleared_brush"",""using"":""Click""},{""time"":116599,""label"":""moved_brush"",""startDate"":""2021-09-28"",""endDate"":""2022-02-07""},{""time"":120450,""label"":""moved_brush"",""startDate"":""2021-05-19"",""endDate"":""2021-09-28""},{""time"":124139,""label"":""moved_brush"",""startDate"":""2021-05-19"",""endDate"":""2021-09-28""},{""time"":131677,""label"":""moved_brush"",""startDate"":""2021-05-19"",""endDate"":""2021-09-28""},{""time"":132362,""label"":""moved_brush"",""startDate"":""2021-05-19"",""endDate"":""2021-09-28""},{""time"":139118,""label"":""tour_back"",""step"":5},{""time"":147783,""label"":""tour_next"",""step"":5},{""time"":155332,""label"":""moved_brush"",""startDate"":""2021-09-15"",""endDate"":""2022-01-25""},{""time"":159454,""label"":""cleared_brush"",""using"":""Click""},{""time"":161410,""label"":""cleared_brush"",""using"":""Click""},{""time"":170078,""label"":""cleared_brush"",""using"":""Click""},{""time"":181735,""label"":""cleared_brush"",""using"":""Click""},{""time"":181948,""label"":""cleared_brush"",""using"":""Click""},{""time"":189272,""label"":""cleared_brush"",""using"":""Click""},{""time"":192213,""label"":""cleared_brush"",""using"":""Click""},{""time"":195637,""label"":""moved_brush"",""startDate"":""2021-08-12"",""endDate"":""2021-11-28""},{""time"":198724,""label"":""moved_brush"",""startDate"":""2021-08-12"",""endDate"":""2021-11-28""},{""time"":222807,""label"":""moved_brush"",""startDate"":""2021-05-25"",""endDate"":""2021-09-10""},{""time"":225016,""label"":""moved_brush"",""startDate"":""2021-05-25"",""endDate"":""2021-10-31""},{""time"":227863,""label"":""cleared_brush"",""using"":""Click""},{""time"":230002,""label"":""cleared_brush"",""using"":""Click""},{""time"":232629,""label"":""cleared_brush"",""using"":""Click""},{""time"":238522,""label"":""cleared_brush"",""using"":""Click""},{""time"":239865,""label"":""cleared_brush"",""using"":""Click""},{""time"":247226,""label"":""started_brush"",""startDate"":""2021-12-30"",""endDate"":""2022-02-07""},{""time"":257397,""label"":""tour_next"",""step"":5},{""time"":273935,""label"":""moved_brush"",""startDate"":""2021-12-30"",""endDate"":""2022-02-07""},{""time"":283940,""label"":""tour_next"",""step"":5},{""time"":289809,""label"":""cleared_brush"",""using"":""Click""},{""time"":294677,""label"":""tour_next"",""step"":5},{""time"":302807,""label"":""tour_end"",""step"":5},{""time"":335448,""label"":""cleared_brush"",""using"":""Click""},{""time"":336066,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1561,""week"":""51"",""id"":""chart""},{""time"":337648,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":9351,""week"":""52"",""id"":""chart""},{""time"":347672,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":20666,""week"":""43"",""id"":""chart""},{""time"":374286,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2761,""week"":""52"",""id"":""chart""}]}","{""startTime"":1690227319290,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":7547,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2085,""week"":""51"",""id"":""chart""},{""time"":10556,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1254,""week"":""46"",""id"":""chart""}]}",1,complex,bar,3.7,0,2,2,3.339,1.6695,3009,15,1,1,1,1,3 -2023-07-24 15:41:00,2023-07-24 15:51:36,0,100,636,1,2023-07-24 15:51:37,R_vo6s32aoZa2zJ7j,27.9032,-82.2911,EN,1,14.136,1,1,2,9.37,15.12,60,64,50,32.032,35.39,1,-3,64.352,-3,-3,51.147,1,34.299,15.02,5,2,3,6,5,3,,32.169,2,6,3,2,1,2,It doesn't provide all info including how many caught it after being vaccinated or side effects.,51.241,3,,14.049,2,7,3,4,1,5,6,49.174,2,2,8,7,3,7,7,8,,32.361,3,4,4,3,4,3,30.918,4,2,20.957,1,1971,Florida,7,2,1,,7,,,6,2,1,,63.966,5ef9f528c7ae587afa25fe9b,"{""startTime"":1690227957706,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690227869986,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690227753306,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":22,""label"":""tour_started""},{""time"":10961,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1658,""week"":""29"",""id"":""chart""},{""time"":14759,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7205,""week"":""1"",""id"":""chart""},{""time"":23781,""label"":""tour_next"",""step"":2},{""time"":27746,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1114,""week"":""1"",""id"":""chart2""},{""time"":31899,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690227854127,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar,3.5,0,0,0,0,0,0,15,0.5,0,1,0.5,1 -2023-07-24 15:17:19,2023-07-24 15:52:52,0,100,2133,1,2023-07-24 15:52:53,R_RDDhGRbGG0oO305,37.3313,-121.8401,EN,1,108.243,1,3,2,11.918,15.017,100,100,96,48.29,328.431,1,1,234.857,-3,1,191.586,1,106.83,15.113,7,7,7,7,7,7,,23.693,7,7,6,6,6,6,I think this visualization is authentic.,264.874,6,,27.187,2,7,3,4,1,5,6,260.338,11,10,8,9,8,9,9,11,,69.247,3,4,1,4,5,4,37.16,1,2,157.963,2,2001,California,5,3,1,,2,,,11,2,1,tasnim.rezoan@gmail.com,183.62,5f556bd46e6c4c93a5a90c77,"{""startTime"":1690227175645,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690226890941,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690226438304,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":2461,""label"":""hovered"",""timeHovered"":1114,""week"":""2021-11-29""},{""time"":15825,""label"":""hovered"",""timeHovered"":1157,""week"":""2021-11-22""},{""time"":18641,""label"":""hovered"",""timeHovered"":5163,""week"":""2021-12-20""},{""time"":23806,""label"":""hovered"",""timeHovered"":4249,""week"":""2021-12-27""},{""time"":84057,""label"":""tour_next"",""step"":5},{""time"":103671,""label"":""tour_back"",""step"":5},{""time"":108682,""label"":""tour_next"",""step"":5},{""time"":120228,""label"":""tour_back"",""step"":5},{""time"":130907,""label"":""tour_next"",""step"":5},{""time"":136947,""label"":""cleared_brush"",""using"":""click""},{""time"":177089,""label"":""cleared_brush"",""using"":""click""},{""time"":183745,""label"":""tour_back"",""step"":5},{""time"":198089,""label"":""tour_next"",""step"":5},{""time"":253773,""label"":""cleared_brush"",""using"":""click""},{""time"":259249,""label"":""started_brush"",""startDate"":""2021-06-22"",""endDate"":""2021-09-25""},{""time"":260542,""label"":""tour_next"",""step"":5},{""time"":283430,""label"":""started_brush"",""startDate"":""2021-05-28"",""endDate"":""2021-08-15""},{""time"":284062,""label"":""moved_brush"",""startDate"":""2021-05-28"",""endDate"":""2021-08-15""},{""time"":287920,""label"":""moved_brush"",""startDate"":""2021-05-28"",""endDate"":""2021-12-07""},{""time"":288702,""label"":""tour_next"",""step"":5},{""time"":294218,""label"":""moved_brush"",""startDate"":""2021-06-02"",""endDate"":""2021-12-12""},{""time"":295958,""label"":""moved_brush"",""startDate"":""2021-07-23"",""endDate"":""2022-02-01""},{""time"":300535,""label"":""moved_brush"",""startDate"":""2021-07-23"",""endDate"":""2022-02-01""},{""time"":301639,""label"":""moved_brush"",""startDate"":""2021-10-13"",""endDate"":""2022-02-01""},{""time"":302440,""label"":""moved_brush"",""startDate"":""2021-10-14"",""endDate"":""2022-02-02""},{""time"":303305,""label"":""cleared_brush"",""using"":""click""},{""time"":305483,""label"":""started_brush"",""startDate"":""2021-06-05"",""endDate"":""2021-11-06""},{""time"":307833,""label"":""moved_brush"",""startDate"":""2021-07-08"",""endDate"":""2021-12-09""},{""time"":309163,""label"":""tour_next"",""step"":5},{""time"":320961,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690226875556,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line,3.5,0,0,0,0,0,0,15,1,0.5,1,1,3 -2023-07-24 15:30:16,2023-07-24 15:53:10,0,100,1374,1,2023-07-24 15:53:10,R_3R4mZiYS6o2z5Nw,40.7801,-73.2458,EN,1,4.63,1,2,1,5.274,15.116,97,94,50,25.117,36.676,1,1,41.584,1,1,49.768,1,23.378,15.012,5,5,5,6,7,5,On the previous page there were questions that were not completed,69.883,6,6,6,4,2,6,The visualization is relatively easy to understand. The numbers represented in the graph seem to fit what I would expect.,74.287,4,"On the page that asked an open ended question about trusting the visualization, there were questions below that were incomplete/didn't ask actual questions",61.026,2,7,3,4,1,5,6,14.401,3,3,8,8,6,7,10,10,,14.162,4,4,4,2,4,4,20.168,3,2,85.6,1,1972,New York,6,3,1,,7,,,17,4,1,jrotolo721@yahoo.com,303.743,5c2fae74d76cde0001c11590,"{""startTime"":1690227270752,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690227172153,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690227076991,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":3,""label"":""tour_started""},{""time"":6908,""label"":""hovered"",""timeHovered"":3493,""week"":""2021-11-22""},{""time"":11100,""label"":""hovered"",""timeHovered"":2112,""week"":""2022-01-03""},{""time"":17083,""label"":""tour_next"",""step"":2},{""time"":23762,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690227156810,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":1535,""label"":""hovered"",""timeHovered"":2057,""week"":""2022-01-03""}]}",1,simple,line,3.7,0,1,1,2.057,2.057,0,15,1,1,1,1,1 -2023-07-24 15:29:03,2023-07-24 15:53:23,0,100,1459,1,2023-07-24 15:53:23,R_2e8MBq5ArLKDpso,33.6004,-83.8562,EN,1,157.263,1,4,2,10.449,15.113,100,100,0,57.043,273.948,1,1,141.861,-3,-3,132.314,-2,66.6,15.009,6,6,6,5,7,6,none,62.692,6,5,5,5,5,5,"I know that it is from a reputable source, but I am still not sure.",119.967,6,none,21.477,2,7,3,4,1,5,6,34.216,7,9,9,9,9,8,10,9,none,36.637,4,4,4,1,4,4,62.914,4,1,33.948,2,1953,Georgia,3,2,1,,8,Lithonia,,3,2,2,,142.66,5f5023517ef2f019cf3ebb57,"{""startTime"":1690227562109,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690227625382,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690227205282,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":58065,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2347,""week"":""14"",""id"":""chart""},{""time"":66922,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1114,""week"":""52"",""id"":""chart""},{""time"":68253,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8755,""week"":""51"",""id"":""chart""},{""time"":79973,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2796,""week"":""47"",""id"":""chart""},{""time"":85179,""label"":""tour_next"",""step"":5},{""time"":157528,""label"":""started_brush"",""startDate"":""2021-05-01"",""endDate"":""2021-10-02""},{""time"":159601,""label"":""tour_next"",""step"":5},{""time"":190424,""label"":""moved_brush"",""startDate"":""2021-06-27"",""endDate"":""2021-11-28""},{""time"":193353,""label"":""tour_next"",""step"":5},{""time"":220639,""label"":""cleared_brush"",""using"":""Click""},{""time"":220639,""label"":""cleared_brush"",""using"":""Escape""},{""time"":226099,""label"":""tour_next"",""step"":5},{""time"":244844,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690227546657,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar,3.5,0,0,0,0,0,0,15,1,0,0,0,3 -2023-07-24 15:37:22,2023-07-24 15:53:27,0,100,965,1,2023-07-24 15:53:28,R_3Di3kujMpY1RDCu,39.7647,-89.7379,EN,1,20.25,1,4,2,11.36,15.01,99,96,90,35.838,40.467,1,1,58.597,-3,-3,84.47,1,64.709,15.008,6,4,4,7,6,6,"There was a section on this study that said: Click to write the data text, which I did not understand. Was that a typo?",84.061,4,7,7,6,6,6,I likely trust this data because it is similar to the information I have already heard about the incidence of transmission of Covid19 for vaccinated and unvacinated people.,126.03,5,There was a section of 3 multiple choice questions that seemed to have placeholder text for questions and answers. I had to choose the middle option because it was not clear what you were asking.,112.246,2,7,3,4,1,5,6,23.124,2,5,3,3,2,2,5,5,,39.575,3,4,5,1,5,4,49.214,3,1,15.836,2,1962,Illinois,6,3,1,,7,,,5,1,1,5b7aefd06c1ccb000178b710@email.prolific.co,105.2,5b7aefd06c1ccb000178b710,"{""startTime"":1690227818807,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690227655290,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690227540024,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":24,""label"":""tour_started""},{""time"":9167,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2297,""week"":""1"",""id"":""chart""},{""time"":12199,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1083,""week"":""1"",""id"":""chart""},{""time"":13770,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3862,""week"":""52"",""id"":""chart""},{""time"":17699,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2281,""week"":""1"",""id"":""chart""},{""time"":19998,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1484,""week"":""2"",""id"":""chart""},{""time"":24851,""label"":""tour_next"",""step"":2},{""time"":28270,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2529,""week"":""1"",""id"":""chart2""},{""time"":30983,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1515,""week"":""52"",""id"":""chart2""},{""time"":37002,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690227639724,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":6432,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2064,""week"":""52"",""id"":""chart2""},{""time"":10331,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2249,""week"":""52"",""id"":""chart""},{""time"":13930,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1316,""week"":""14"",""id"":""chart""}]}",1,simple,bar,3.7,0,3,3,5.629,1.8763333333333332,7498,15,1,0,1,1,1 -2023-07-24 15:40:28,2023-07-24 15:53:56,0,100,807,1,2023-07-24 15:53:57,R_3DvCHkXUMW4EcXT,37.825,-87.5655,EN,1,48.1,1,3,2,17.095,15.015,95,100,30,35.694,244.39,1,-2,31.755,1,-1,44.225,-3,34.471,15.02,7,6,6,6,7,7,,8.952,6,6,5,4,3,7,It was from the CDC.,36.881,2,,9.068,2,7,3,4,1,5,6,25.964,6,6,9,7,9,5,8,10,,21.374,1,1,1,5,1,1,18.843,7,1,29.966,2,1961,Kentucky,3,2,1,,7,,,8,1,1,kmichellekknott@gmail.com,90.74,56d89fc04a9be10005541745,"{""startTime"":1690228144151,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690228059113,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690227763356,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":3445,""label"":""hovered"",""timeHovered"":2917,""week"":""2022-01-10""},{""time"":6622,""label"":""hovered"",""timeHovered"":11191,""week"":""2022-01-10""},{""time"":34931,""label"":""tour_next"",""step"":5},{""time"":59855,""label"":""cleared_brush"",""using"":""click""},{""time"":66657,""label"":""cleared_brush"",""using"":""click""},{""label"":""window_blurred"",""time"":80936},{""label"":""window_focused"",""time"":99234},{""time"":102771,""label"":""cleared_brush"",""using"":""click""},{""time"":113476,""label"":""cleared_brush"",""using"":""click""},{""time"":117709,""label"":""cleared_brush"",""using"":""click""},{""time"":134633,""label"":""cleared_brush"",""using"":""click""},{""time"":135256,""label"":""cleared_brush"",""using"":""click""},{""time"":137032,""label"":""cleared_brush"",""using"":""click""},{""time"":154064,""label"":""started_brush"",""startDate"":""2021-12-04"",""endDate"":""2022-02-09""},{""time"":155314,""label"":""tour_next"",""step"":5},{""time"":166261,""label"":""moved_brush"",""startDate"":""2021-12-08"",""endDate"":""2022-02-13""},{""time"":168405,""label"":""moved_brush"",""startDate"":""2021-12-08"",""endDate"":""2022-02-13""},{""time"":169513,""label"":""tour_next"",""step"":5},{""time"":178366,""label"":""moved_brush"",""startDate"":""2021-12-08"",""endDate"":""2022-02-13""},{""time"":178700,""label"":""moved_brush"",""startDate"":""2021-12-08"",""endDate"":""2022-02-13""},{""time"":186201,""label"":""moved_brush"",""startDate"":""2021-11-18"",""endDate"":""2022-01-24""},{""time"":194302,""label"":""moved_brush"",""startDate"":""2021-12-08"",""endDate"":""2022-02-13""},{""time"":196877,""label"":""moved_brush"",""startDate"":""2021-12-08"",""endDate"":""2022-02-13""},{""time"":197214,""label"":""moved_brush"",""startDate"":""2021-12-08"",""endDate"":""2022-02-13""},{""time"":198579,""label"":""moved_brush"",""startDate"":""2021-12-08"",""endDate"":""2022-02-13""},{""time"":228837,""label"":""cleared_brush"",""using"":""click""},{""time"":228840,""label"":""cleared_brush"",""using"":""Escape""},{""time"":231783,""label"":""tour_next"",""step"":5},{""time"":241350,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690228043464,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":2045,""label"":""hovered"",""timeHovered"":1614,""week"":""2021-09-13""}]}",1,complex,line,1.7,0,1,1,1.614,1.614,0,15,0.5,0.5,0,0,3 -2023-07-24 15:38:23,2023-07-24 15:54:18,0,100,955,1,2023-07-24 15:54:19,R_8Cy9v4EhmNgqbu1,32.6917,-117.1151,EN,1,8.88,1,3,2,22.443,15.013,96,97,81,25.516,63.625,1,1,89.87,-3,-3,113.705,-1,85.947,15.007,6,5,5,6,3,6,,64.86,6,5,5,3,4,5,"Because of the type of graph that is used. The bars stacking on each other can be a little misleading because the total amount the bars add up to has to be subtracted from the other element it's paired with to get an accurate number, you can't simply look at the side of the graph and tell what the count is for each case.",151.601,2,,15.478,2,7,3,4,1,5,6,14.475,5,9,8,8,7,9,10,8,,37.644,4,3,4,2,4,4,30.662,4,2,23.867,1,1991,California,6,1,1,,10,,,8,5,1,628f9ef985fa6d3dc816672c@email.prolific.co,98.892,628f9ef985fa6d3dc816672c,"{""startTime"":1690227798269,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":27,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":13696,""week"":""2"",""id"":""chart""},{""time"":13806,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6717,""week"":""1"",""id"":""chart""}]}","{""startTime"":1690227864165,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690227603345,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":16064,""label"":""tour_next"",""step"":2},{""time"":23341,""label"":""tour_end"",""step"":2},{""time"":24416,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3061,""week"":""52"",""id"":""chart""},{""time"":28610,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2143,""week"":""2"",""id"":""chart""},{""time"":31115,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1459,""week"":""52"",""id"":""chart""},{""time"":36269,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":26312,""week"":""43"",""id"":""chart""}]}","{""startTime"":1690227782635,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":8885,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2189,""week"":""3"",""id"":""chart""}]}",1,moderate,bar,3.5,0,1,1,2.189,2.189,0,15,1,0,0,0,2 -2023-07-24 15:25:29,2023-07-24 15:54:40,0,100,1750,1,2023-07-24 15:54:40,R_1N3RZmsEFvA7AnW,41.5094,-87.8248,EN,1,298.692,2,,2,4.729,15.108,66,27,25,47.36,73.175,1,1,71.37,-3,1,174.25,-3,54.788,15.014,5,3,5,6,3,5,,218.548,3,3,4,2,4,5,Guessing this is probably accurate to the best of their ability. ,188.133,2,,26.551,2,7,3,4,1,5,6,17.826,3,2,3,4,2,5,5,3,,276.674,3,4,4,2,4,4,78.586,4,2,19.898,1,1976,Illinois,6,2,1,,9,,Alsip,14,4,1,goodguy7@gmail.com,62.162,60d88604c5043e278f740608,"{""startTime"":1690227253803,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":48377},{""label"":""window_focused"",""time"":130957},{""label"":""window_blurred"",""time"":131883},{""label"":""window_focused"",""time"":133654}]}","{""startTime"":1690227472920,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690227109141,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":10642,""label"":""tour_next"",""step"":5},{""time"":28504,""label"":""cleared_brush"",""using"":""Click""},{""time"":31299,""label"":""started_brush"",""startDate"":""2021-06-10"",""endDate"":""2021-09-27""},{""time"":32499,""label"":""tour_next"",""step"":5},{""time"":37700,""label"":""started_brush"",""startDate"":""2021-10-10"",""endDate"":""2022-01-15""},{""time"":40948,""label"":""started_brush"",""startDate"":""2021-06-29"",""endDate"":""2021-10-04""},{""time"":43406,""label"":""moved_brush"",""startDate"":""2021-08-25"",""endDate"":""2021-11-30""},{""time"":45450,""label"":""moved_brush"",""startDate"":""2021-09-24"",""endDate"":""2021-12-30""},{""time"":46201,""label"":""tour_next"",""step"":5},{""time"":53912,""label"":""cleared_brush"",""using"":""Click""},{""time"":55099,""label"":""tour_next"",""step"":5},{""time"":59218,""label"":""tour_end"",""step"":5},{""time"":64297,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3683,""week"":""51"",""id"":""chart""},{""time"":68099,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2480,""week"":""1"",""id"":""chart""}]}","{""startTime"":1690227238366,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar,3.5,0,0,0,0,0,0,15,1,0.5,0,0,3 -2023-07-24 15:38:55,2023-07-24 15:56:06,0,100,1030,1,2023-07-24 15:56:06,R_1ilJhXfW43zUdsi,34.1438,-117.2548,EN,1,4.96,1,3,2,12.455,15.009,82,97,55,38.384,40.192,1,1,145.403,-3,1,64.577,-3,32.604,15.012,5,5,5,6,6,4,n/a,133.687,6,6,5,6,6,6,"I was instructed that in this section I was to think of myself as trusting the visual data. Under that mindset, I would be expected to trust this visualization.",191.016,3,n/a,23.581,2,7,3,4,1,5,6,41.385,2,3,6,4,3,6,5,6,n/a,45.467,3,4,4,2,4,4,54.758,4,3,23.984,1,1970,California,3,3,1,,3,,,1,1,1,,74.301,643a2952413aace3f4e6d61b,"{""startTime"":1690227836542,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690227970983,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690227632793,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":26,""label"":""tour_started""},{""time"":19437,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4114,""week"":""52"",""id"":""chart""},{""time"":24367,""label"":""tour_next"",""step"":2},{""time"":34649,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1918,""week"":""52"",""id"":""chart2""},{""time"":38032,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690227820367,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":1526,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1280,""week"":""1"",""id"":""chart""},{""time"":9926,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1060,""week"":""52"",""id"":""chart2""}]}",1,simple,bar,3.5,0,2,2,2.34,1.17,8400,15,1,0.5,0,1,1 -2023-07-24 15:50:46,2023-07-24 15:56:56,0,100,370,1,2023-07-24 15:56:57,R_2UbwQausFszQTlm,37.9694,-86.1113,EN,1,5.516,1,4,2,7.606,15.117,100,96,72,12.631,8.553,-1,-3,52.369,-3,1,34.372,-3,16.024,15.011,7,7,7,7,7,7,,14.901,7,7,7,7,7,7,It reflects the data accurately,16.345,6,,8.349,2,7,3,4,1,5,6,20.25,5,8,2,10,8,2,11,8,,18.353,5,5,5,1,5,5,22.193,1,4,8.224,1,1960,Kentucky,6,2,1,,7,,,11,4,2,,62.01,60c770aa2d2928bfda4c7cd4,"{""startTime"":1690228359954,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690228375676,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690228300516,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":30,""label"":""tour_started""},{""time"":4190,""label"":""tour_next"",""step"":2},{""time"":5501,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690228344397,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar,4.3,0,0,0,0,0,0,15,0,0.5,0,0.5,2 -2023-07-24 15:34:07,2023-07-24 15:57:02,0,100,1374,1,2023-07-24 15:57:02,R_3KuaOP38m3J5wSB,41.5481,-73.0012,EN,1,70.988,1,2,2,12.207,15.014,3,100,0,77.61,320.574,-2,1,40.346,1,-3,44.228,-2,49.534,15.012,4,4,4,6,6,4,,47.796,6,6,6,6,6,4,i agree with the of the amount of senior that were vaccinated wouldve been alot more ,142.373,2,,22.781,2,7,3,4,1,5,6,56.403,2,1,2,1,5,6,1,6,,40.98,3,3,5,2,5,3,66.789,4,2,36.78,2,1971,Connecticut,2,2,1,,3,,,2,5,1,tati1129@yahoo.com,214.519,645d33ec4a2f50e44e027000,"{""startTime"":1690228036830,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690227833624,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690227445952,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":47,""label"":""tour_started""},{""time"":38492,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1314,""week"":""4"",""id"":""chart""},{""time"":62661,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1322,""week"":""47"",""id"":""chart""},{""time"":63984,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1681,""week"":""47"",""id"":""chart""},{""time"":65665,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7476,""week"":""47"",""id"":""chart""},{""time"":76138,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":27239,""week"":""36"",""id"":""chart""},{""time"":105942,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4894,""week"":""46"",""id"":""chart""},{""time"":111587,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1630,""week"":""46"",""id"":""chart""},{""time"":113220,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2894,""week"":""46"",""id"":""chart""},{""time"":116850,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1312,""week"":""46"",""id"":""chart""},{""time"":119097,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":12086,""week"":""50"",""id"":""chart""},{""time"":133309,""label"":""tour_next"",""step"":5},{""time"":174080,""label"":""cleared_brush"",""using"":""Click""},{""time"":209847,""label"":""tour_back"",""step"":5},{""time"":218385,""label"":""tour_next"",""step"":5},{""time"":240132,""label"":""started_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-07-31""},{""time"":245079,""label"":""tour_next"",""step"":5},{""time"":259421,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-08-31""},{""time"":262099,""label"":""tour_next"",""step"":5},{""time"":270209,""label"":""cleared_brush"",""using"":""Click""},{""time"":270209,""label"":""cleared_brush"",""using"":""Escape""},{""time"":275452,""label"":""tour_next"",""step"":5},{""time"":288241,""label"":""tour_end"",""step"":5},{""time"":305300,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":3783,""week"":""52"",""id"":""chart""}]}","{""startTime"":1690227817758,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar,3.5,0,0,0,0,0,0,15,0.5,0.5,0,0,3 -2023-07-24 15:40:32,2023-07-24 15:57:20,0,100,1007,1,2023-07-24 15:57:20,R_3J4dwogTBhRILEP,28.3056,-81.4197,EN,1,9.034,1,2,1,5.626,15.01,100,100,33,34.261,135.36,1,1,100.9,1,1,108.579,1,64.07,15.114,6,5,5,7,6,6,,49.079,7,7,7,7,6,7,It comes from reliable source,112.664,2,,11.723,2,7,3,4,1,5,6,26.809,7,7,9,8,9,8,9,8,,21.675,1,2,3,5,1,2,42.591,5,1,14.6,1,1972,Florida,3,2,1,,4,,,7,2,2,,127.971,638bf09f93783f7b1f43dbd0,"{""startTime"":1690228159688,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690227988427,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":17599,""label"":""hovered"",""timeHovered"":4923,""week"":""2021-11-22""}]}","{""startTime"":1690227734075,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":4956,""label"":""hovered"",""timeHovered"":1465,""week"":""2022-01-10""},{""time"":93388,""label"":""tour_next"",""step"":2},{""time"":104189,""label"":""tour_end"",""step"":2},{""time"":110661,""label"":""hovered"",""timeHovered"":1138,""week"":""2021-08-16""},{""time"":112813,""label"":""hovered"",""timeHovered"":2209,""week"":""2021-08-30""},{""time"":123275,""label"":""hovered"",""timeHovered"":2703,""week"":""2021-12-27""},{""time"":131525,""label"":""hovered"",""timeHovered"":2351,""week"":""2021-12-27""}]}","{""startTime"":1690227972065,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line,2.3,0,0,0,0,0,0,15,1,1,1,1,1 -2023-07-24 15:51:19,2023-07-24 15:58:28,0,100,428,1,2023-07-24 15:58:28,R_8DhTgEAaQfFdsnT,35.0706,-106.5066,EN,1,4.315,1,3,1,5.805,15.007,3,10,51,24.113,29.883,-2,-3,33.676,1,-2,61.049,-2,14.028,15.107,6,4,2,5,7,5,,21.781,4,5,5,5,5,6,It was put out by the WHO,12.45,6,,5.303,2,7,3,4,1,5,6,13.907,4,5,11,8,5,6,8,11,,15.338,5,5,4,2,5,5,14.369,4,1,7.991,2,1963,New Mexico,6,1,1,,7,,,14,4,1,Carolyndebion63@aol.com,80.198,5be4c11a468be0000103e5d8,"{""startTime"":1690228456746,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690228479272,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690228348418,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":14938,""label"":""tour_next"",""step"":2},{""time"":19104,""label"":""tour_end"",""step"":2},{""time"":20586,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1980,""week"":""51"",""id"":""chart""},{""time"":22758,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1399,""week"":""50"",""id"":""chart""},{""time"":26529,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2222,""week"":""43"",""id"":""chart""}]}","{""startTime"":1690228440846,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":4372,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2662,""week"":""50"",""id"":""chart""},{""time"":7184,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2536,""week"":""2"",""id"":""chart""},{""time"":10582,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1324,""week"":""31"",""id"":""chart""}]}",1,moderate,bar,4.3,0,3,3,6.522,2.174,6210,15,0,0.5,0,0.5,2 -2023-07-24 15:19:12,2023-07-24 16:00:29,0,100,2477,1,2023-07-24 16:00:30,R_3nSj8iTUdid3f09,28.2137,-82.6809,EN,1,276.241,1,3,2,23.142,15.015,96,98,50,100.303,126.386,1,-1,165.7,-2,-3,202.689,1,124.164,15.11,4,4,4,4,4,4,"I am afraid I did not understand the last of this study. The previous page did not make any sense to me at all. It gave directions like CLick to write statement 1. As if it was looking at a template for the stud,y so I answered asdf for all lines. This last page was confusing as well because it states disregard the visualization above but all questions were pertaining to said visualization. In this case, I selected neither agree or disagree for all lines. My apologies if my responses cannot be used..",452.444,6,6,6,4,4,3,I do not know how accurate the data can be when there isn't any interaction with the actual data upon hover.,217.753,7,,19.95,2,7,3,4,1,5,6,51.929,6,6,8,6,7,7,8,9,No comments at this time besides my previous comments regarding confusing study question pages.,84.917,3,3,3,2,3,4,108.416,4,3,51.501,2,1972,Florida,3,2,1,,7,,,5,4,2,,187.814,63d79678fb8c1b9072646c0a,"{""startTime"":1690227562204,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":189255},{""label"":""window_focused"",""time"":207165},{""label"":""window_blurred"",""time"":234380},{""label"":""window_focused"",""time"":254145}]}","{""startTime"":1690227191645,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":94,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":81689,""week"":""2"",""id"":""chart""}]}","{""startTime"":1690226844748,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":38,""label"":""tour_started""},{""time"":13134,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1019,""week"":""4"",""id"":""chart""},{""time"":39283,""label"":""tour_next"",""step"":2},{""time"":56423,""label"":""tour_end"",""step"":2},{""time"":59430,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":16127,""week"":""51"",""id"":""chart""},{""time"":75758,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":28472,""week"":""52"",""id"":""chart""},{""time"":105742,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":14901,""week"":""30"",""id"":""chart""},{""time"":121198,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1461,""week"":""39"",""id"":""chart""}]}","{""startTime"":1690227175471,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":9907,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3158,""week"":""1"",""id"":""chart""}]}",1,moderate,bar,3,0,1,1,3.158,3.158,0,15,0.5,0,1,0,2 -2023-07-24 15:49:52,2023-07-24 16:01:24,0,100,691,1,2023-07-24 16:01:25,R_22YzTZXePlMhBSV,29.4227,-98.4927,EN,1,24.96,1,2,2,8.178,15.119,100,100,100,26.464,30.126,1,1,51.644,1,1,55.171,1,42.698,15.122,6,6,5,7,7,6,"Whethere the CDC data is accurate, it is the known and available source for this kind of data and is considered as accurate as any in the US.",79.013,6,7,7,4,6,7,The data is clear and easy to understand. It's purpose is clear.,45.163,3,,11.54,2,7,3,4,1,5,6,20.008,3,3,1,2,2,3,8,8,,32.34,5,4,5,2,3,5,40.823,3,1,15.654,2,1957,Texas,9,2,1,,7,,,10,3,1,lakedeb03@yahoo.com,114.655,5f48e3d7f998433ac6356ad4,"{""startTime"":1690228460232,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690228383203,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690228283540,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":6305,""label"":""hovered"",""timeHovered"":3051,""week"":""2021-11-22""},{""time"":10282,""label"":""hovered"",""timeHovered"":2091,""week"":""2021-11-22""},{""time"":16884,""label"":""tour_next"",""step"":2},{""time"":20356,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690228367293,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":5639,""label"":""hovered"",""timeHovered"":2364,""week"":""2022-01-03""}]}",1,simple,line,4,0,1,1,2.364,2.364,0,15,1,1,1,1,1 -2023-07-24 15:50:10,2023-07-24 16:02:40,0,100,750,1,2023-07-24 16:02:41,R_2lXwflKTpJFNlBf,41.5066,-81.6111,EN,1,22.281,2,,1,4.513,15.121,98,40,50,37.337,165.336,1,1,46.826,-3,-3,84.21,-2,35.81,15.024,6,4,6,4,5,5,,35.703,4,4,4,3,2,5,I don't know if there is more info that should be included,33.97,5,,8.54,2,7,3,4,1,5,6,26.238,6,6,6,6,9,6,10,9,,32.349,3,3,3,3,4,3,23.497,2,2,17.521,2,1960,Ohio,4,3,1,,7,,,4,4,1,614fca8245a450546842e487@email.prolific.co,68.962,614fca8245a450546842e487,"{""startTime"":1690228604607,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690228531143,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690228313445,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":15475,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1948,""week"":""47"",""id"":""chart""},{""time"":19952,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1021,""week"":""52"",""id"":""chart""},{""time"":22632,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":10724,""week"":""52"",""id"":""chart""},{""time"":36864,""label"":""tour_next"",""step"":5},{""time"":62333,""label"":""cleared_brush"",""using"":""Click""},{""time"":93365,""label"":""started_brush"",""startDate"":""2021-07-01"",""endDate"":""2021-10-31""},{""time"":94666,""label"":""tour_next"",""step"":5},{""time"":118482,""label"":""moved_brush"",""startDate"":""2021-07-08"",""endDate"":""2021-11-08""},{""time"":133458,""label"":""moved_brush"",""startDate"":""2021-08-12"",""endDate"":""2021-12-13""},{""time"":135041,""label"":""tour_next"",""step"":5},{""time"":147285,""label"":""cleared_brush"",""using"":""Click""},{""time"":147285,""label"":""cleared_brush"",""using"":""Escape""},{""time"":149381,""label"":""tour_next"",""step"":5},{""time"":157328,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690228515656,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar,3.2,0,0,0,0,0,0,15,1,0,0,0,3 -2023-07-24 15:47:22,2023-07-24 16:02:59,0,100,937,1,2023-07-24 16:03:00,R_12SlCtPz9rJzZrd,35.8332,-78.8473,EN,1,41.879,1,3,2,10.607,15.111,50,100,50,32.841,43.956,1,1,87.624,-2,-3,93.494,-3,45.858,15.107,4,7,6,7,7,6,,34.617,6,7,6,4,4,6,I am assuming that the CDC has accurately collected the information on which this visualization is based and displayed it without manipulation.,47.389,5,,8.748,2,7,3,4,1,5,6,28.172,1,6,3,3,1,1,9,6,,34.448,5,4,5,1,5,5,24.629,3,2,18.501,1,1959,North Carolina,6,2,1,,7,,,8,4,1,6152095d0b65b445c020dab6@email.prolific.co,303.391,6152095d0b65b445c020dab6,"{""startTime"":1690228301974,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690228337024,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690228154117,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":8045,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2785,""week"":""52"",""id"":""chart""},{""time"":12468,""label"":""tour_next"",""step"":2},{""time"":18645,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4029,""week"":""18"",""id"":""chart2""},{""time"":24197,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5934,""week"":""52"",""id"":""chart2""},{""time"":31167,""label"":""tour_end"",""step"":2},{""time"":38077,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4647,""week"":""32"",""id"":""chart""}]}","{""startTime"":1690228286459,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":8001,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2100,""week"":""50"",""id"":""chart""},{""time"":10841,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1625,""week"":""4"",""id"":""chart""}]}",1,simple,bar,4.2,0,2,2,3.725,1.8625,2840,15,1,0,0,1,1 -2023-07-24 15:39:44,2023-07-24 16:03:39,0,100,1434,1,2023-07-24 16:03:40,R_BEqFvwMbrXIlSff,40.9476,-73.8624,EN,1,39.986,1,2,2,43.004,15.017,58,59,73,21.263,25.236,1,-3,7.16,1,-2,64.111,-3,6.783,15.013,5,5,5,6,4,6,none,82.133,6,5,5,5,5,6,The visualization gave a detailed information ,295.519,4,,12.199,2,1,4,3,7,5,6,17.17,8,7,8,9,9,7,6,7,,21.475,4,4,3,3,4,3,12.635,7,3,18.342,2,1965,New York,7,1,1,,7,,,14,1,1,Krnletter@gmail.com,637.988,647660ef7bc13de7eaf0c76e,"{""startTime"":1690227899429,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690227982648,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690227790929,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":20330,""label"":""tour_next"",""step"":2},{""time"":22213,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690227882345,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line,3.5,0,0,0,0,0,0,15,0.5,0.5,0,0.5,2 -2023-07-24 15:26:37,2023-07-24 16:03:53,0,100,2235,1,2023-07-24 16:03:53,R_3DwJjDINjQm02Q4,34.0544,-118.2441,EN,1,15.342,1,3,1,6.6,15.109,91,81,66,20.324,1535.644,1,-2,28.863,-3,1,78.273,1,25.219,15.01,6,6,6,6,6,6,,23.155,6,6,6,4,4,6,It seems the data accurately represents the number of covid infections,53.572,5,,11.142,2,7,3,4,1,5,6,17.177,4,7,7,7,7,5,9,9,,21.057,4,4,4,2,4,4,23.999,4,1,11.534,2,1973,California,6,2,1,,4,,,13,2,1,jyjreyes@yahoo.com,72.356,63f57759284ce2f495e4442d,"{""startTime"":1690228662217,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690228685972,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690227084688,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":4301,""label"":""tour_next"",""step"":5},{""time"":14920,""label"":""tour_back"",""step"":5},{""time"":18552,""label"":""tour_next"",""step"":5},{""time"":24341,""label"":""tour_back"",""step"":5},{""time"":36679,""label"":""tour_next"",""step"":5},{""time"":39378,""label"":""cleared_brush"",""using"":""click""},{""label"":""window_blurred"",""time"":1399614},{""label"":""window_focused"",""time"":1401539},{""time"":1407617,""label"":""tour_back"",""step"":5},{""time"":1410379,""label"":""hovered"",""timeHovered"":1498,""week"":""2021-07-26""},{""time"":1412710,""label"":""hovered"",""timeHovered"":1100,""week"":""2022-01-03""},{""time"":1416886,""label"":""tour_next"",""step"":5},{""time"":1423092,""label"":""tour_back"",""step"":5},{""time"":1413876,""label"":""hovered"",""timeHovered"":10300,""week"":""2021-12-27""},{""time"":1432742,""label"":""hovered"",""timeHovered"":1500,""week"":""2021-11-01""},{""time"":1434592,""label"":""hovered"",""timeHovered"":2100,""week"":""2021-10-18""},{""time"":1437634,""label"":""tour_next"",""step"":5},{""time"":1448068,""label"":""started_brush"",""startDate"":""2021-05-06"",""endDate"":""2022-02-10""},{""time"":1449652,""label"":""tour_next"",""step"":5},{""time"":1453322,""label"":""moved_brush"",""startDate"":""2021-05-06"",""endDate"":""2022-02-10""},{""time"":1455759,""label"":""moved_brush"",""startDate"":""2021-05-08"",""endDate"":""2022-02-13""},{""time"":1456595,""label"":""tour_next"",""step"":5},{""time"":1472298,""label"":""moved_brush"",""startDate"":""2021-05-08"",""endDate"":""2022-02-13""},{""time"":1476363,""label"":""moved_brush"",""startDate"":""2021-05-08"",""endDate"":""2022-02-13""},{""time"":1478885,""label"":""cleared_brush"",""using"":""click""},{""time"":1480101,""label"":""tour_next"",""step"":5},{""time"":1485211,""label"":""tour_end"",""step"":5},{""time"":1489859,""label"":""hovered"",""timeHovered"":26038,""week"":""2022-01-31""},{""time"":1517011,""label"":""hovered"",""timeHovered"":4551,""week"":""2021-07-26""},{""time"":1522211,""label"":""hovered"",""timeHovered"":1503,""week"":""2021-12-06""},{""time"":1524027,""label"":""hovered"",""timeHovered"":1289,""week"":""2022-01-17""},{""time"":1525811,""label"":""hovered"",""timeHovered"":2448,""week"":""2021-05-24""}]}","{""startTime"":1690228646585,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line,3.7,0,0,0,0,0,0,15,0.5,0.5,1,1,3 -2023-07-24 15:53:00,2023-07-24 16:04:05,0,100,665,1,2023-07-24 16:04:06,R_2CHtyPgqwQuHiJX,40.7123,-74.0068,EN,1,10.416,1,3,1,10.132,15.114,80,84,50,49.793,24.315,1,-3,66.134,-2,1,108.144,-1,25.545,15.027,6,5,6,5,6,6,,51.581,4,5,5,3,4,5,I think I would like to see the source,32.675,5,,11.284,2,7,3,4,1,5,6,26.52,5,6,8,6,7,6,9,8,,24.77,3,2,4,3,2,3,19.943,4,1,17.589,1,1964,New York,2,2,1,,7,,,8,4,1,,78.38,5b4d39f2d4c93b00019c8217,"{""startTime"":1690228746746,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690228641654,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690228490452,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":30,""label"":""tour_started""},{""time"":14554,""label"":""tour_next"",""step"":2},{""time"":18984,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690228625078,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line,2.8,0,0,0,0,0,0,15,0.5,0.5,0,0.5,2 -2023-07-24 15:53:06,2023-07-24 16:04:50,0,100,703,1,2023-07-24 16:04:50,R_yPbmIoFzSaDWZd7,32.8458,-83.6762,EN,1,7.356,1,4,2,5.627,15.114,92,100,88,32.86,82.304,-2,-2,76.993,-3,1,73.032,1,57.976,15.107,6,6,6,6,6,6,,28.007,7,7,7,2,7,7,"It's from the CDC, which at the time was keeping records on vaccinations and cases. During the pandemic, so much false information was being spread that the ONLY thing I trusted as science--the CDC and Dr. Fauci.",76.28,6,,22.925,2,7,3,4,1,5,6,14.019,2,6,8,7,9,5,10,10,Thank you!,26.621,5,5,5,2,5,5,14.02,3,1,10.582,2,1952,Georgia,7,2,1,,8,Macon,,11,4,1,5f0550bf5819b18476ee8343@email.prolific.co,98.647,5f0550bf5819b18476ee8343,"{""startTime"":1690228629472,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690228677197,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690228457611,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":19880,""label"":""hovered"",""timeHovered"":3533,""week"":""2021-10-11""},{""time"":24731,""label"":""hovered"",""timeHovered"":2532,""week"":""2022-01-10""},{""time"":29472,""label"":""tour_next"",""step"":2},{""time"":37039,""label"":""tour_end"",""step"":2},{""time"":42168,""label"":""hovered"",""timeHovered"":3753,""week"":""2021-04-12""},{""time"":47001,""label"":""hovered"",""timeHovered"":1945,""week"":""2021-04-12""},{""time"":49574,""label"":""hovered"",""timeHovered"":3764,""week"":""2021-04-12""},{""time"":55722,""label"":""hovered"",""timeHovered"":6126,""week"":""2021-08-23""},{""time"":68613,""label"":""hovered"",""timeHovered"":1351,""week"":""2022-01-10""},{""time"":70001,""label"":""hovered"",""timeHovered"":2760,""week"":""2022-01-10""},{""time"":73035,""label"":""hovered"",""timeHovered"":1001,""week"":""2022-01-10""},{""time"":74096,""label"":""hovered"",""timeHovered"":2964,""week"":""2022-01-10""}]}","{""startTime"":1690228613767,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":9603,""label"":""hovered"",""timeHovered"":1001,""week"":""2021-04-19""}]}",1,moderate,line,4.5,0,1,1,1.001,1.001,0,15,0,0.5,1,0.5,2 -2023-07-24 15:40:32,2023-07-24 16:05:07,0,100,1474,1,2023-07-24 16:05:07,R_2ykGlEjkT7c6S8o,30.4042,-91.1431,EN,1,12.29,1,3,2,19.979,15.119,97,97,70,69.01,63.713,1,1,89.5,1,1,91.185,1,71.701,15.016,6,4,6,6,6,6,How does one know it is complete?,89.057,4,6,6,3,5,6,"It seems accurate, only those making graph know.",149.381,6,,27.493,2,7,3,4,1,5,6,36.34,3,6,6,9,9,7,10,9,,65.492,3,3,4,2,4,3,72.582,1,1,20.245,1,1940,Louisiana,7,2,1,,8,BATON ROUGE,,3,4,1,6151f8d17451289b4a59a6a8@email.prolific.co,482.211,6151f8d17451289b4a59a6a8,"{""startTime"":1690227935555,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690228025115,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690227765992,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":15671,""label"":""hovered"",""timeHovered"":8784,""week"":""2021-11-08""},{""time"":26158,""label"":""tour_next"",""step"":2},{""time"":38944,""label"":""tour_end"",""step"":2},{""time"":40316,""label"":""hovered"",""timeHovered"":1142,""week"":""2021-12-20""},{""time"":42142,""label"":""hovered"",""timeHovered"":6322,""week"":""2021-12-27""},{""time"":49384,""label"":""hovered"",""timeHovered"":7551,""week"":""2022-02-07""}]}","{""startTime"":1690227920072,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line,3.2,0,0,0,0,0,0,15,1,1,1,1,1 -2023-07-24 15:27:50,2023-07-24 16:05:12,0,100,2241,1,2023-07-24 16:05:12,R_10I8kp9b8ewkWnG,32.2123,-110.879,EN,1,33.227,1,3,2,21.255,15.164,92,89,36,56.259,255.896,1,1,8.807,-2,1,98.839,1,154.16,15.107,6,6,6,6,6,6,,42.667,5,5,5,6,5,5,some of the line we conflicting and it was a bit difficult reading them,96.943,4,,20.301,2,7,3,4,1,5,6,110.595,6,6,8,8,9,10,9,10,,50.552,3,4,4,1,4,4,82.298,4,2,4.603,2,1959,Arizona,6,3,1,,3,,,4,2,2,,245.31,64485d7e807fdd8adea9db1d,,"{""startTime"":1690227545595,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_focused"",""time"":84592},{""label"":""window_focused"",""time"":84592},{""label"":""window_blurred"",""time"":87086},{""label"":""window_focused"",""time"":246701}]}","{""startTime"":1690227090570,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":61,""label"":""tour_started""},{""time"":60378,""label"":""tour_next"",""step"":5},{""time"":144053,""label"":""started_brush"",""startDate"":""2021-08-02"",""endDate"":""2021-08-04""},{""time"":151848,""label"":""moved_brush"",""startDate"":""2021-04-10"",""endDate"":""2021-08-02""},{""time"":159813,""label"":""moved_brush"",""startDate"":""2021-08-02"",""endDate"":""2022-02-12""},{""time"":169674,""label"":""moved_brush"",""startDate"":""2021-08-02"",""endDate"":""2022-02-12""},{""time"":171939,""label"":""moved_brush"",""startDate"":""2021-07-27"",""endDate"":""2022-02-07""},{""time"":173800,""label"":""moved_brush"",""startDate"":""2021-08-02"",""endDate"":""2022-02-12""},{""time"":174179,""label"":""moved_brush"",""startDate"":""2021-08-02"",""endDate"":""2022-02-12""},{""time"":178845,""label"":""started_brush"",""startDate"":""2021-07-26"",""endDate"":""2021-08-13""},{""time"":179026,""label"":""moved_brush"",""startDate"":""2021-07-26"",""endDate"":""2021-08-13""},{""time"":181524,""label"":""started_brush"",""startDate"":""2021-08-31"",""endDate"":""2022-02-12""},{""time"":183714,""label"":""tour_next"",""step"":5},{""time"":198561,""label"":""moved_brush"",""startDate"":""2021-08-07"",""endDate"":""2022-01-20""},{""time"":201141,""label"":""moved_brush"",""startDate"":""2021-08-07"",""endDate"":""2022-02-12""},{""time"":202463,""label"":""tour_next"",""step"":5},{""time"":219828,""label"":""cleared_brush"",""using"":""click""},{""time"":219848,""label"":""cleared_brush"",""using"":""Escape""},{""time"":222328,""label"":""tour_next"",""step"":5},{""time"":251520,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690227522536,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line,3.3,0,0,0,0,0,0,15,1,0.5,1,1,3 -2023-07-24 15:46:00,2023-07-24 16:05:34,0,100,1173,1,2023-07-24 16:05:35,R_116hBWhYBqIDksr,29.9915,-90.2469,EN,1,18.985,1,3,2,9.683,15.016,57,67,54,132.619,30.434,-2,1,112.981,1,-3,152.328,-3,226.026,15.114,5,5,5,6,6,5,,70.034,5,6,5,4,4,5,I think that it would be close if not exact. ,51.702,5,,10.632,2,7,3,4,1,5,6,35.656,5,5,4,6,5,6,9,9,,56.191,2,2,2,4,2,3,32.439,3,2,14.078,2,1960,Louisiana,3,2,1,,9,,Kenner,8,4,1,guyanne100@gmail.com,98.8,5d321a7348bf98001646aeb2,"{""startTime"":1690228389472,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":37287,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1214,""week"":""4"",""id"":""chart""}]}","{""startTime"":1690228459883,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690228190053,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":12458,""label"":""tour_next"",""step"":2},{""time"":25307,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690228373985,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar,2.5,0,0,0,0,0,0,15,0.5,0.5,0,0.5,2 -2023-07-24 15:51:58,2023-07-24 16:07:12,0,100,914,1,2023-07-24 16:07:13,R_1mXf0kBElujODCd,42.8596,-71.6147,EN,1,5.829,1,4,1,17.318,15.023,84,84,50,54.64,148.539,1,1,67.291,-1,-1,72.777,1,60.26,15.019,5,3,6,5,6,6,The important information missing is deaths per 100k or per case for each subset.,92.623,5,7,6,2,1,6,It seems to correlate to information on covid cases I have heard reported in general.,51.672,5,,9.827,2,7,3,4,1,5,6,23.443,1,8,10,8,8,5,10,8,,36.211,3,3,4,3,4,3,41.765,4,2,22.526,1,1965,New Hampshire,6,2,1,,7,,,17,4,1,5bdcd88176d6d50001bc3849@email.prolific.co,73.362,5bdcd88176d6d50001bc3849,"{""startTime"":1690228781206,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690228650808,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690228423811,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":19247,""label"":""hovered"",""timeHovered"":1215,""week"":""2022-01-31""},{""time"":24684,""label"":""tour_next"",""step"":5},{""time"":49829,""label"":""tour_back"",""step"":5},{""time"":56637,""label"":""tour_next"",""step"":5},{""time"":64086,""label"":""started_brush"",""startDate"":""2021-05-01"",""endDate"":""2021-12-05""},{""time"":68654,""label"":""moved_brush"",""startDate"":""2021-07-09"",""endDate"":""2022-02-13""},{""time"":72060,""label"":""tour_next"",""step"":5},{""time"":79223,""label"":""moved_brush"",""startDate"":""2021-07-09"",""endDate"":""2022-02-13""},{""time"":82712,""label"":""moved_brush"",""startDate"":""2021-11-03"",""endDate"":""2022-02-13""},{""time"":85464,""label"":""moved_brush"",""startDate"":""2021-11-03"",""endDate"":""2022-02-13""},{""time"":88511,""label"":""moved_brush"",""startDate"":""2021-11-18"",""endDate"":""2022-02-13""},{""time"":89508,""label"":""tour_next"",""step"":5},{""time"":103029,""label"":""cleared_brush"",""using"":""click""},{""time"":103031,""label"":""cleared_brush"",""using"":""Escape""},{""time"":105637,""label"":""tour_next"",""step"":5},{""time"":116172,""label"":""tour_end"",""step"":5},{""time"":126528,""label"":""started_brush"",""startDate"":""2021-07-15"",""endDate"":""2021-08-29""},{""time"":132302,""label"":""cleared_brush"",""using"":""click""},{""time"":132305,""label"":""cleared_brush"",""using"":""Escape""},{""time"":135779,""label"":""hovered"",""timeHovered"":1065,""week"":""2022-01-17""},{""time"":137099,""label"":""hovered"",""timeHovered"":2130,""week"":""2022-01-10""},{""time"":141255,""label"":""hovered"",""timeHovered"":4590,""week"":""2022-01-03""}]}","{""startTime"":1690228634871,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":7844,""label"":""hovered"",""timeHovered"":4166,""week"":""2021-12-27""}]}",1,complex,line,3.3,0,1,1,4.166,4.166,0,15,1,0,1,1,3 -2023-07-24 15:51:11,2023-07-24 16:07:19,0,100,968,1,2023-07-24 16:07:20,R_3QRgvwUh5hubs36,33.8925,-98.5293,EN,1,24.4,2,,2,2.925,15.013,83,83,100,27.437,110.603,1,1,62.891,-3,1,140.19,1,50.962,15.007,6,6,6,6,6,6,"It's doubtful that the CDC is perfect, but in the absence of some obvious compelling flaw, the CDC's presentation seems trustworthy.",132.182,6,6,5,4,4,6,"The time, age groups, and changes are all clearly delineated on the chart. It doesn't give me any reason not to trust it. Everything seems authentic.",62.541,5,The colors were very clear and nice looking on these charts. Thank you.,30.941,2,7,3,4,1,5,6,21.926,6,8,8,9,5,6,6,3,That was interesting. Thank you.,52.027,5,5,5,1,5,5,28.969,4,3,20.516,2,1956,Texas,6,3,1,,7,,,3,2,1,5be5c05fd153f500019a2ef2@email.prolific.co,103.284,5be5c05fd153f500019a2ef2,"{""startTime"":1690228741493,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":30636,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1505,""week"":""50"",""id"":""chart""}]}","{""startTime"":1690228641891,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690228462989,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":22,""label"":""tour_started""},{""time"":15898,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2766,""week"":""31"",""id"":""chart""},{""time"":19831,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2600,""week"":""20"",""id"":""chart""},{""time"":26103,""label"":""tour_next"",""step"":5},{""time"":60498,""label"":""started_brush"",""startDate"":""2021-06-23"",""endDate"":""2021-09-30""},{""time"":62364,""label"":""tour_next"",""step"":5},{""time"":76157,""label"":""moved_brush"",""startDate"":""2021-04-29"",""endDate"":""2021-08-06""},{""time"":78563,""label"":""tour_next"",""step"":5},{""time"":85816,""label"":""cleared_brush"",""using"":""Click""},{""time"":89306,""label"":""tour_next"",""step"":5},{""time"":96307,""label"":""tour_end"",""step"":5},{""time"":103798,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1048,""week"":""29"",""id"":""chart""},{""time"":105651,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1028,""week"":""40"",""id"":""chart""}]}","{""startTime"":1690228625833,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":4355,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1731,""week"":""35"",""id"":""chart""},{""time"":7381,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2674,""week"":""6"",""id"":""chart""}]}",1,complex,bar,4.3,0,2,2,4.405,2.2025,3026,15,1,0.5,1,1,3 -2023-07-24 15:49:41,2023-07-24 16:07:20,0,100,1059,1,2023-07-24 16:07:21,R_29TiiO5gKs6er4J,33.3683,-117.2333,EN,1,35.44,1,4,2,14.622,29.999,52,47,54,61.544,185.839,1,1,98.599,1,1,119.762,1,62.148,15.113,4,6,6,6,7,6,NA,61.293,5,6,6,5,2,5,"I don't know the actual data. I like the design of the chart, and if it's accurate, it's extremely useful, though not on a daily basis, only when I'm interested in these past events.",46.702,6,NA,26.67,2,7,3,4,1,5,6,30.961,8,10,9,9,9,7,10,10,NA,35.505,3,3,4,3,4,3,46.122,1,3,26.182,2,1956,California,3,2,1,,7,,,5,5,2,,70.289,5dea96a5770a431bbed1efb2,"{""startTime"":1690228709700,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690228610688,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690228344677,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":25,""label"":""tour_started""},{""time"":42681,""label"":""hovered"",""timeHovered"":1433,""week"":""2021-12-27""},{""time"":44185,""label"":""hovered"",""timeHovered"":1245,""week"":""2021-12-27""},{""time"":52896,""label"":""hovered"",""timeHovered"":4583,""week"":""2021-12-27""},{""time"":58646,""label"":""hovered"",""timeHovered"":2667,""week"":""2022-01-03""},{""time"":62601,""label"":""hovered"",""timeHovered"":3495,""week"":""2022-01-10""},{""time"":66905,""label"":""hovered"",""timeHovered"":3691,""week"":""2022-01-10""},{""time"":82640,""label"":""tour_next"",""step"":5},{""time"":111769,""label"":""started_brush"",""startDate"":""2021-08-31"",""endDate"":""2021-12-18""},{""time"":117616,""label"":""tour_next"",""step"":5},{""time"":130655,""label"":""moved_brush"",""startDate"":""2021-10-27"",""endDate"":""2022-02-13""},{""time"":132913,""label"":""tour_next"",""step"":5},{""time"":138742,""label"":""cleared_brush"",""using"":""click""},{""time"":141232,""label"":""tour_next"",""step"":5},{""time"":150897,""label"":""tour_end"",""step"":5},{""time"":164842,""label"":""started_brush"",""startDate"":""2021-04-12"",""endDate"":""2021-05-04""},{""time"":165482,""label"":""cleared_brush"",""using"":""click""},{""time"":168529,""label"":""hovered"",""timeHovered"":2904,""week"":""2021-08-16""}]}","{""startTime"":1690228594536,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line,3.3,0,0,0,0,0,0,15,1,1,1,1,3 -2023-07-24 15:53:33,2023-07-24 16:08:39,0,100,905,1,2023-07-24 16:08:40,R_AnSNEB2XsFcq2lj,33.9723,-112.7278,EN,1,13.802,1,3,2,17.072,15.015,84,89,62,38.826,54.665,1,1,146.201,-3,-3,95.569,-3,60.034,15.011,6,5,6,5,7,6,,55.924,5,6,5,5,2,6,Mainly because it comes from a reputable organization and I have no reason to believe that there is any issue with the data,71.688,3,,11.223,2,7,3,4,1,5,6,26.489,6,6,5,8,9,4,10,9,,42.801,3,5,4,2,3,4,55.314,2,1,29.677,1,1956,Arizona,5,2,1,,7,,,5,4,2,,77.488,60002c38af716201edc1763d,"{""startTime"":1690228735271,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690228791839,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690228517058,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":29454,""label"":""tour_next"",""step"":2},{""time"":40554,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8098,""week"":""52"",""id"":""chart2""},{""time"":50079,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690228719533,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar,3.5,0,0,0,0,0,0,15,1,0,0,1,1 -2023-07-24 15:47:29,2023-07-24 16:09:16,0,100,1306,1,2023-07-24 16:09:17,R_2fl1kG3xiaW2VcY,40.2938,-83.0744,EN,1,22.005,1,4,2,15.839,15.14,66,100,40,63.26,80.801,1,1,147.282,1,1,144.682,1,180.403,15.114,7,7,7,7,7,7,,35.949,6,6,6,6,6,6,"This visualization is easy to understand, and I like being able to see the minimum and maximum values.",114.468,2,,9.712,2,7,3,4,1,5,6,33.647,1,1,1,1,1,1,9,8,,66.195,1,1,1,5,1,1,53.875,2,1,22.265,2,1957,Ohio,6,2,1,,8,DELAWARE,,14,2,2,,167.549,5ae2641f5cd05500015ece71,"{""startTime"":1690228626941,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690228432080,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":12871},{""label"":""window_focused"",""time"":13179}]}","{""startTime"":1690228188665,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":30,""label"":""tour_started""},{""time"":47027,""label"":""hovered"",""timeHovered"":1832,""week"":""2021-10-25""},{""time"":52165,""label"":""tour_next"",""step"":2},{""time"":62808,""label"":""tour_end"",""step"":2},{""time"":65143,""label"":""hovered"",""timeHovered"":2107,""week"":""2021-07-19""},{""time"":68423,""label"":""hovered"",""timeHovered"":1798,""week"":""2021-05-31""},{""time"":76047,""label"":""hovered"",""timeHovered"":1424,""week"":""2022-01-03""}]}","{""startTime"":1690228416214,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line,1.7,0,0,0,0,0,0,15,1,1,1,1,2 -2023-07-24 15:56:27,2023-07-24 16:09:34,0,100,786,1,2023-07-24 16:09:34,R_1H2lDoUcYSHuh2R,32.5434,-93.7011,EN,1,9.74,2,,1,3.761,15.006,38,31,41,27.847,202.984,1,1,57.001,1,1,46.46,1,45.666,15.009,2,2,2,5,6,2,No additional comments,58.617,2,3,3,2,2,1,The data just doesn't fit what I remember for cases of vaccinated versus unvaccinated/infection rates during this time period.,60.876,5,No additional comments,16.843,2,7,3,4,1,5,6,23.865,2,1,5,5,1,5,6,8,n/a,21.643,2,4,2,2,3,4,14.448,6,1,10.386,1,1962,Louisiana,3,2,1,,8,Bossier City,,9,1,2,,97.015,58064d91f25c440001678a10,"{""startTime"":1690229019648,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690228921709,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690228656358,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":12506,""label"":""hovered"",""timeHovered"":9233,""week"":""2022-01-10""},{""time"":22872,""label"":""hovered"",""timeHovered"":1017,""week"":""2022-01-10""},{""time"":25290,""label"":""hovered"",""timeHovered"":2166,""week"":""2022-01-10""},{""time"":28007,""label"":""hovered"",""timeHovered"":2599,""week"":""2022-01-10""},{""time"":30706,""label"":""hovered"",""timeHovered"":3683,""week"":""2022-01-10""},{""time"":39789,""label"":""hovered"",""timeHovered"":3866,""week"":""2022-01-31""},{""time"":45089,""label"":""hovered"",""timeHovered"":17399,""week"":""2022-01-31""},{""time"":66328,""label"":""tour_next"",""step"":5},{""time"":91088,""label"":""started_brush"",""startDate"":""2021-11-07"",""endDate"":""2022-02-09""},{""time"":92969,""label"":""tour_next"",""step"":5},{""time"":104419,""label"":""moved_brush"",""startDate"":""2022-01-05"",""endDate"":""2022-02-09""},{""time"":106331,""label"":""tour_next"",""step"":5},{""time"":113917,""label"":""cleared_brush"",""using"":""click""},{""time"":116145,""label"":""tour_next"",""step"":5},{""time"":135818,""label"":""started_brush"",""startDate"":""2022-01-09"",""endDate"":""2022-02-10""},{""time"":173949,""label"":""tour_end"",""step"":5},{""time"":178334,""label"":""hovered"",""timeHovered"":1355,""week"":""2022-01-31""},{""time"":183287,""label"":""hovered"",""timeHovered"":6756,""week"":""2022-01-31""},{""time"":190237,""label"":""hovered"",""timeHovered"":6113,""week"":""2022-01-31""},{""time"":196351,""label"":""hovered"",""timeHovered"":2920,""week"":""2022-01-31""}]}","{""startTime"":1690228905946,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":12061,""label"":""hovered"",""timeHovered"":1125,""week"":""2022-01-10""}]}",1,complex,line,2.8,0,1,1,1.125,1.125,0,15,1,1,1,1,3 -2023-07-24 15:52:06,2023-07-24 16:10:02,0,100,1075,1,2023-07-24 16:10:03,R_3n8yu8dVE7weDao,29.0422,-81.2863,EN,1,21.402,1,2,2,8.711,15.012,100,0,0,40.122,96.994,1,1,94.703,1,1,105.996,1,60.082,15.112,7,7,7,7,7,7,This graph makes it pretty clear that getting vaccinated greatly decreased your chances of contracting covid.,94.719,6,7,7,7,6,7,I have complete faith in the CDC as a reliable and non-partisan source of scientific data.,44.202,4,Interesting study - would be interested to see the current graph to date.,55.983,2,7,3,4,1,5,6,26.349,6,5,2,3,7,3,10,9,"Some of my responses may be misleading, e.g., ""political parties"" - I have 0 trust in the republican party and 8 trust in the democratic party.",109.814,1,2,3,4,3,1,48.742,1,1,15.522,2,1948,Florida,3,2,1,,7,,,8,2,1,labrooks1021@gmail.com,151.349,5c3393d9f53f7a000119160f,"{""startTime"":1690228644225,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690228740251,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690228434998,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":21006,""label"":""hovered"",""timeHovered"":1404,""week"":""2021-08-23""},{""time"":27445,""label"":""hovered"",""timeHovered"":3863,""week"":""2021-06-28""},{""time"":32428,""label"":""hovered"",""timeHovered"":3630,""week"":""2021-08-23""},{""time"":41277,""label"":""hovered"",""timeHovered"":2390,""week"":""2022-01-03""},{""time"":44020,""label"":""hovered"",""timeHovered"":2709,""week"":""2022-01-03""},{""time"":48135,""label"":""hovered"",""timeHovered"":2975,""week"":""2021-04-12""},{""time"":52248,""label"":""hovered"",""timeHovered"":1088,""week"":""2022-01-10""},{""time"":58859,""label"":""tour_next"",""step"":2},{""time"":68883,""label"":""tour_end"",""step"":2},{""time"":72782,""label"":""hovered"",""timeHovered"":1830,""week"":""2021-11-08""},{""time"":75537,""label"":""hovered"",""timeHovered"":2067,""week"":""2022-01-10""},{""time"":80481,""label"":""hovered"",""timeHovered"":1043,""week"":""2022-01-17""},{""time"":81822,""label"":""hovered"",""timeHovered"":1646,""week"":""2022-01-17""},{""time"":84524,""label"":""hovered"",""timeHovered"":1528,""week"":""2022-02-07""}]}","{""startTime"":1690228628458,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line,2.3,0,0,0,0,0,0,15,1,1,1,1,1 -2023-07-24 15:56:25,2023-07-24 16:10:33,0,100,847,1,2023-07-24 16:10:34,R_yJ8JyEcNqwSIxVL,33.919,-117.2359,EN,1,29.36,2,,2,5.99,15.012,28,74,86,39.326,71.716,-2,1,73.405,1,1,135.059,-3,30.905,15.111,5,2,2,3,7,2,,44.981,3,5,6,2,1,3,"I don't agree that ""all information about COVID cases"" are included in this chart.",58.957,2,,9.465,2,7,3,4,1,5,6,33.17,2,3,7,4,3,6,6,8,,38.1,4,4,5,1,4,5,41.148,4,2,20.064,1,1961,California,5,2,1,,7,,,9,3,2,,120.549,599323cdf9db7d00018955da,"{""startTime"":1690228912945,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690228958727,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690228688448,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":35,""label"":""tour_started""},{""time"":13352,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2222,""week"":""52"",""id"":""chart""},{""time"":16862,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3258,""week"":""46"",""id"":""chart""},{""time"":25368,""label"":""tour_next"",""step"":2},{""time"":34080,""label"":""tour_end"",""step"":2},{""time"":35257,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5595,""week"":""52"",""id"":""chart""},{""time"":42316,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1804,""week"":""14"",""id"":""chart""},{""time"":47666,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5506,""week"":""25"",""id"":""chart""},{""time"":54090,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7627,""week"":""6"",""id"":""chart""},{""time"":64672,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3893,""week"":""52"",""id"":""chart""}]}","{""startTime"":1690228897053,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":11372,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2884,""week"":""52"",""id"":""chart""}]}",1,moderate,bar,3.8,0,1,1,2.884,2.884,0,15,0.5,1,0,1,2 -2023-07-24 15:59:07,2023-07-24 16:11:51,0,100,763,1,2023-07-24 16:11:52,R_3kuLsXxwPV4rOmb,38.375,-81.8313,EN,1,27.088,1,2,2,5.799,15.015,86,100,50,48.533,92.124,1,1,44.177,1,1,46.42,1,34.59,15.008,5,4,4,7,7,4,,46.353,4,7,6,2,2,4,I don't completely trust the Government or the CDC ,62.778,4,,20.109,2,7,3,4,1,5,6,18.027,6,4,9,9,4,9,9,9,,28.511,3,5,5,4,4,4,26.123,6,2,19.101,2,1964,West Virginia,3,2,1,,7,,,6,2,1,tjh_1@suddenlink.net,165.705,63978402e524eebeace93868,"{""startTime"":1690229001497,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690229048656,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690228858425,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":9275,""label"":""hovered"",""timeHovered"":3937,""week"":""2022-01-03""},{""time"":13278,""label"":""hovered"",""timeHovered"":1218,""week"":""2022-01-17""},{""time"":18192,""label"":""tour_next"",""step"":5},{""time"":42425,""label"":""started_brush"",""startDate"":""2021-10-27"",""endDate"":""2022-02-13""},{""time"":43052,""label"":""tour_next"",""step"":5},{""time"":52064,""label"":""moved_brush"",""startDate"":""2021-10-08"",""endDate"":""2022-01-25""},{""time"":55493,""label"":""moved_brush"",""startDate"":""2021-06-12"",""endDate"":""2021-09-29""},{""time"":55980,""label"":""tour_next"",""step"":5},{""time"":69364,""label"":""moved_brush"",""startDate"":""2021-08-31"",""endDate"":""2021-12-18""},{""time"":82775,""label"":""cleared_brush"",""using"":""click""},{""time"":82777,""label"":""cleared_brush"",""using"":""Escape""},{""time"":84048,""label"":""tour_next"",""step"":5},{""time"":90212,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690228986007,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":9428,""label"":""hovered"",""timeHovered"":1519,""week"":""2022-01-03""}]}",1,complex,line,4.2,0,1,1,1.519,1.519,0,15,1,1,1,1,3 -2023-07-24 15:59:39,2023-07-24 16:11:59,0,100,740,1,2023-07-24 16:12:00,R_RhloBWVyHoVEAIV,31.5822,-97.1768,EN,1,15.006,1,2,1,9.057,15.114,69,100,21,38.605,72.304,1,1,74.814,-2,1,90.942,1,28.865,15.115,6,2,4,6,2,6,,46.924,5,6,6,2,5,6,What I've seen on the news this visualization seems accurate,34.21,2,,9.805,2,7,3,4,1,5,6,24.86,1,4,10,4,5,1,10,10,,29.329,2,2,3,4,2,2,88.904,3,1,14.214,2,1962,Texas,2,2,1,,7,,,5,1,1,,58.846,63192b009a902051e89fabf1,"{""startTime"":1690229118252,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690229050102,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690228883713,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":32,""label"":""tour_started""},{""time"":6140,""label"":""hovered"",""timeHovered"":3279,""week"":""2022-01-03""},{""time"":9651,""label"":""hovered"",""timeHovered"":3932,""week"":""2022-01-03""},{""time"":17468,""label"":""hovered"",""timeHovered"":1061,""week"":""2021-11-29""},{""time"":33524,""label"":""hovered"",""timeHovered"":4130,""week"":""2022-01-10""},{""time"":37803,""label"":""hovered"",""timeHovered"":3432,""week"":""2022-01-10""},{""time"":41388,""label"":""hovered"",""timeHovered"":5611,""week"":""2022-01-10""},{""time"":49760,""label"":""tour_next"",""step"":2},{""time"":58097,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690229033606,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":3454,""label"":""hovered"",""timeHovered"":1676,""week"":""2022-01-24""}]}",1,simple,line,2.5,0,1,1,1.676,1.676,0,15,1,0.5,1,1,1 -2023-07-24 16:00:06,2023-07-24 16:12:58,0,100,772,1,2023-07-24 16:12:59,R_1QusDA7uI1Tcdcr,30.2627,-97.7467,EN,1,6.586,1,4,2,5.257,15.014,100,100,90,21.498,82.156,1,1,84.113,1,1,95.543,1,58.645,15.11,7,4,6,5,7,7,,53.718,6,5,5,1,5,7,"From what I remember about COVID last year, this seems accurate. ",22.675,4,,34.32,2,7,3,4,1,5,6,19.052,4,6,7,6,4,6,10,8,,17.574,3,3,4,3,4,4,22.81,4,1,7.986,2,1958,Texas,7,1,1,,7,,,12,1,1,,107.045,63f3e75e0787bb42195e1e4c,"{""startTime"":1690229104006,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":1368,""label"":""hovered"",""timeHovered"":1238,""week"":""2021-11-29""},{""label"":""window_blurred"",""time"":4759},{""label"":""window_focused"",""time"":29899}]}","{""startTime"":1690229001634,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":10050},{""label"":""window_focused"",""time"":44678},{""label"":""window_blurred"",""time"":56298},{""label"":""window_focused"",""time"":67500}]}","{""startTime"":1690228843990,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":11093,""label"":""hovered"",""timeHovered"":1482,""week"":""2021-12-27""},{""time"":18374,""label"":""hovered"",""timeHovered"":12116,""week"":""2022-01-10""},{""time"":32692,""label"":""tour_next"",""step"":5},{""time"":48165,""label"":""started_brush"",""startDate"":""2021-06-11"",""endDate"":""2022-02-13""},{""time"":48898,""label"":""tour_next"",""step"":5},{""time"":56651,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-12-14""},{""time"":57283,""label"":""tour_next"",""step"":5},{""time"":61186,""label"":""moved_brush"",""startDate"":""2021-05-10"",""endDate"":""2022-01-12""},{""time"":62837,""label"":""moved_brush"",""startDate"":""2021-06-11"",""endDate"":""2022-02-13""},{""time"":64354,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-12-14""},{""time"":71594,""label"":""cleared_brush"",""using"":""click""},{""time"":71595,""label"":""cleared_brush"",""using"":""Escape""},{""time"":72407,""label"":""cleared_brush"",""using"":""click""},{""time"":72408,""label"":""cleared_brush"",""using"":""Escape""},{""time"":74773,""label"":""tour_next"",""step"":5},{""time"":80824,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690228985983,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line,3.5,0,0,0,0,0,0,15,1,1,1,1,3 -2023-07-24 16:00:11,2023-07-24 16:14:27,0,100,855,1,2023-07-24 16:14:28,R_1LAP87rhp0xQtMk,33.9339,-117.8854,EN,1,7.661,1,3,2,11.884,15.112,70,80,27,58.697,192.434,1,1,92.791,-2,-3,68.382,-3,92.523,15.011,5,4,3,6,5,5,No comments,36.689,5,5,5,4,4,4,"This is because this statistic is based on the number of 100K people, and the results can be different again when statistics of a lot more people than that are made.",58.633,4,No comments,11.258,2,7,3,4,1,5,6,37.134,8,8,7,7,8,2,8,9,No comments,22.5,3,4,4,3,4,3,17.569,5,1,14.645,2,1981,California,4,2,1,,2,,,10,1,2,,54.506,62b146e365eca239ef0dbbfb,"{""startTime"":1690229222130,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":11496,""label"":""started_brush"",""startDate"":""2021-10-31"",""endDate"":""2022-01-03""}]}","{""startTime"":1690229259539,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690228919793,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":20,""label"":""tour_started""},{""time"":32443,""label"":""tour_next"",""step"":5},{""label"":""window_blurred"",""time"":66851},{""label"":""window_focused"",""time"":84127},{""time"":103317,""label"":""started_brush"",""startDate"":""2021-06-30"",""endDate"":""2021-07-09""},{""time"":122632,""label"":""moved_brush"",""startDate"":""2021-06-30"",""endDate"":""2021-07-30""},{""time"":123703,""label"":""cleared_brush"",""using"":""Click""},{""time"":134119,""label"":""started_brush"",""startDate"":""2021-12-02"",""endDate"":""2022-01-28""},{""time"":136144,""label"":""tour_next"",""step"":5},{""time"":147138,""label"":""moved_brush"",""startDate"":""2021-10-30"",""endDate"":""2022-01-28""},{""time"":148112,""label"":""tour_next"",""step"":5},{""time"":168157,""label"":""cleared_brush"",""using"":""Click""},{""time"":168157,""label"":""cleared_brush"",""using"":""Escape""},{""time"":176216,""label"":""tour_next"",""step"":5},{""time"":187206,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690229206243,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar,3.5,0,0,0,0,0,0,15,1,0,0,0,3 -2023-07-24 16:07:59,2023-07-24 16:15:05,0,100,426,1,2023-07-24 16:15:06,R_1geaKEhlyCtfaW0,26.8286,-80.0587,EN,1,12.54,2,,2,4.416,15.018,0,50,49,28.018,20.367,-1,-1,13.387,-1,-1,7.215,-1,7.882,15.117,1,1,1,1,7,1,Anything coming from the CDC is disinformation.,31.595,1,1,1,1,1,1,I don't trust the CDC in anything. It's part of the problem of killing people using the clot-shots.,43.186,1,The CDC has zero credibility.,25.503,2,7,3,4,1,5,6,18.288,1,1,6,1,1,4,1,2,no,18.107,5,1,1,5,1,1,24.15,7,5,30.7,5,1956,Florida,6,2,1,,7,,,3,4,2,,56.385,5ec764942256df19e155432c,"{""startTime"":1690229416668,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690229449379,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690229364985,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":17,""label"":""tour_started""},{""label"":""window_blurred"",""time"":9597},{""label"":""window_focused"",""time"":10818},{""time"":10948,""label"":""tour_next"",""step"":2},{""label"":""window_blurred"",""time"":12350},{""label"":""window_focused"",""time"":15487},{""time"":16997,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690229400328,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar,2.3,0,0,0,0,0,0,15,0,0,0,0,1 -2023-07-24 15:39:10,2023-07-24 16:15:06,0,100,2155,1,2023-07-24 16:15:06,R_2R49JwXWOXxDoKe,28.0973,-82.7001,EN,1,128.674,1,4,2,13.159,15.127,87,76,51,134.487,749.214,1,1,164.967,-3,-3,126.719,-2,87.077,15.019,7,6,1,6,6,7,It would be helpful to include the difference in the severity of covid cases between the vaccinated and unvaccinated .,160.369,6,6,6,5,4,6,It looks accurate based on my recollection of the data.,167.576,4,,35.842,2,7,3,4,1,5,6,43.24,5,6,8,7,6,6,9,8,,46.986,3,3,4,2,3,3,58.37,5,1,27.047,2,1946,Florida,3,2,1,,7,,,4,3,2,,106.027,6300364202ed2f98b79e9797,"{""startTime"":1690228716238,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690228877446,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690227862241,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":49929,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2941,""week"":""19"",""id"":""chart""},{""time"":53415,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":12663,""week"":""14"",""id"":""chart""},{""time"":68192,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1525,""week"":""32"",""id"":""chart""},{""time"":70165,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3192,""week"":""32"",""id"":""chart""},{""time"":76788,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1010,""week"":""5"",""id"":""chart""},{""time"":80011,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":15301,""week"":""50"",""id"":""chart""},{""time"":105756,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6920,""week"":""6"",""id"":""chart""},{""time"":113623,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":20974,""week"":""52"",""id"":""chart""},{""time"":136468,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":12904,""week"":""52"",""id"":""chart""},{""time"":151759,""label"":""tour_next"",""step"":5},{""time"":276511,""label"":""started_brush"",""startDate"":""2021-12-02"",""endDate"":""2022-02-07""},{""time"":278422,""label"":""tour_next"",""step"":5},{""time"":323729,""label"":""moved_brush"",""startDate"":""2021-12-31"",""endDate"":""2022-02-07""},{""time"":346499,""label"":""started_brush"",""startDate"":""2021-11-28"",""endDate"":""2021-12-31""},{""time"":348710,""label"":""tour_next"",""step"":5},{""time"":405107,""label"":""cleared_brush"",""using"":""Click""},{""time"":405107,""label"":""cleared_brush"",""using"":""Escape""},{""time"":422307,""label"":""cleared_brush"",""using"":""Click""},{""time"":426420,""label"":""cleared_brush"",""using"":""Click""},{""time"":426420,""label"":""cleared_brush"",""using"":""Escape""},{""time"":435700,""label"":""tour_next"",""step"":5},{""time"":466130,""label"":""tour_back"",""step"":5},{""time"":478609,""label"":""cleared_brush"",""using"":""Click""},{""time"":486207,""label"":""cleared_brush"",""using"":""Click""},{""time"":486207,""label"":""cleared_brush"",""using"":""Escape""},{""time"":490444,""label"":""cleared_brush"",""using"":""Click""},{""time"":492135,""label"":""started_brush"",""startDate"":""2021-12-22"",""endDate"":""2022-02-07""},{""time"":495011,""label"":""started_brush"",""startDate"":""2021-11-27"",""endDate"":""2022-02-07""},{""time"":508716,""label"":""tour_next"",""step"":5},{""time"":573943,""label"":""tour_back"",""step"":5},{""time"":580772,""label"":""started_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-05-03""},{""time"":585321,""label"":""cleared_brush"",""using"":""Click""},{""time"":585321,""label"":""cleared_brush"",""using"":""Escape""},{""time"":589959,""label"":""started_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-06-03""},{""time"":592337,""label"":""cleared_brush"",""using"":""Click""},{""time"":592337,""label"":""cleared_brush"",""using"":""Escape""},{""time"":597516,""label"":""started_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-08-01""},{""time"":601200,""label"":""cleared_brush"",""using"":""Click""},{""time"":601200,""label"":""cleared_brush"",""using"":""Escape""},{""time"":605211,""label"":""tour_next"",""step"":5},{""time"":618542,""label"":""tour_end"",""step"":5},{""time"":620224,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":3008,""week"":""2"",""id"":""chart""},{""time"":624541,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":3374,""week"":""6"",""id"":""chart""},{""time"":628969,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":6611,""week"":""6"",""id"":""chart""},{""time"":635811,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":8079,""week"":""5"",""id"":""chart""},{""time"":644174,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":12918,""week"":""4"",""id"":""chart""},{""time"":657272,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":13414,""week"":""3"",""id"":""chart""},{""time"":670748,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":12197,""week"":""2"",""id"":""chart""},{""time"":683041,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":13812,""week"":""1"",""id"":""chart""},{""time"":697003,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":12242,""week"":""52"",""id"":""chart""},{""time"":709404,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":9447,""week"":""51"",""id"":""chart""},{""time"":718923,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":9486,""week"":""50"",""id"":""chart""},{""time"":728478,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":17613,""week"":""49"",""id"":""chart""}]}","{""startTime"":1690228700689,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar,3,0,0,0,0,0,0,15,1,0,0,0,3 -2023-07-24 15:57:50,2023-07-24 16:15:44,0,100,1073,1,2023-07-24 16:15:44,R_2wukNS3W1CRyLFE,35.0781,-106.6583,EN,1,9.196,1,4,1,16.802,15.013,100,100,73,49.366,64.378,1,1,101.469,1,-3,184.048,1,64.761,15.012,7,6,7,7,7,7,chart would be interesting for hospitalizations and another for deaths. That would show an even bigger difference between unvaccinated and vaccinated.,87.334,4,7,7,7,6,6,"It shows the peak in December 2021 and that peak cases included vaccinated cases. But, the cases for the vaccinated was significantly less than unvaccinated.",69.4,5,,18.401,2,7,3,4,1,5,6,35.78,6,8,7,9,6,8,10,9,,62.688,4,5,4,1,5,5,43.936,2,1,27.842,2,1964,New Mexico,7,1,1,,7,,,11,4,2,,81.455,62b8a08a9ff4c7c019c33208,"{""startTime"":1690229127269,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690229006254,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690228823408,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":44,""label"":""tour_started""},{""time"":13035,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":11795,""week"":""52"",""id"":""chart""},{""time"":25635,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":11511,""week"":""6"",""id"":""chart""},{""time"":37779,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4336,""week"":""52"",""id"":""chart""},{""time"":44735,""label"":""tour_next"",""step"":2},{""time"":52614,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5937,""week"":""52"",""id"":""chart2""},{""time"":61776,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690228990739,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar,4,0,0,0,0,0,0,15,1,0.5,1,1,1 -2023-07-24 15:58:23,2023-07-24 16:16:18,0,100,1075,1,2023-07-24 16:16:19,R_3dG4yCvY93cVAqN,30.2732,-97.7419,EN,1,105.713,1,4,2,6.587,15.016,100,91,53,72.128,242.887,1,1,77.305,1,1,146.857,1,62.917,15.113,6,6,6,5,6,6,Nothing comes to mind. ,35.285,6,6,6,2,6,6,"Because it gives a range, rather than a precise number. It also matches up with the information I received reading the news daily. ",49.439,4,Nothing comes to mind. ,13.823,2,7,3,4,1,5,6,26.33,6,7,7,7,9,5,11,10,NA,28.456,4,4,5,1,4,4,18.686,2,1,15.876,2,1965,Texas,7,2,1,,7,,,12,2,1,mmpetrek@gmail.com,93.299,56c113f6eb5b22000d5baa6f,"{""startTime"":1690229395252,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":1605,""label"":""hovered"",""timeHovered"":3413,""week"":""2022-01-10""},{""time"":15221,""label"":""hovered"",""timeHovered"":1885,""week"":""2022-01-10""},{""time"":17231,""label"":""hovered"",""timeHovered"":1317,""week"":""2022-01-10""}]}","{""startTime"":1690229322063,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690228915207,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":21316,""label"":""hovered"",""timeHovered"":1249,""week"":""2022-01-03""},{""time"":26252,""label"":""hovered"",""timeHovered"":10862,""week"":""2022-01-10""},{""time"":45252,""label"":""hovered"",""timeHovered"":1081,""week"":""2022-01-10""},{""time"":46699,""label"":""hovered"",""timeHovered"":1183,""week"":""2022-01-10""},{""time"":49699,""label"":""hovered"",""timeHovered"":9181,""week"":""2022-01-10""},{""time"":59366,""label"":""hovered"",""timeHovered"":5082,""week"":""2021-11-22""},{""time"":65268,""label"":""hovered"",""timeHovered"":1746,""week"":""2021-10-18""},{""time"":69525,""label"":""hovered"",""timeHovered"":1639,""week"":""2021-08-23""},{""time"":77970,""label"":""hovered"",""timeHovered"":1045,""week"":""2021-04-12""},{""time"":82469,""label"":""hovered"",""timeHovered"":2264,""week"":""2021-04-26""},{""time"":85417,""label"":""hovered"",""timeHovered"":1746,""week"":""2021-04-26""},{""time"":87933,""label"":""hovered"",""timeHovered"":1748,""week"":""2021-05-10""},{""time"":97648,""label"":""hovered"",""timeHovered"":1385,""week"":""2021-07-26""},{""time"":99885,""label"":""hovered"",""timeHovered"":2396,""week"":""2021-08-23""},{""time"":103833,""label"":""hovered"",""timeHovered"":4532,""week"":""2022-01-03""},{""time"":109167,""label"":""hovered"",""timeHovered"":1197,""week"":""2022-01-10""},{""time"":110618,""label"":""hovered"",""timeHovered"":1616,""week"":""2022-01-17""},{""time"":112333,""label"":""hovered"",""timeHovered"":3881,""week"":""2022-01-24""},{""time"":120278,""label"":""hovered"",""timeHovered"":1068,""week"":""2022-02-07""},{""time"":122049,""label"":""hovered"",""timeHovered"":1232,""week"":""2022-02-07""},{""time"":124246,""label"":""hovered"",""timeHovered"":1450,""week"":""2021-05-31""},{""time"":128833,""label"":""hovered"",""timeHovered"":1082,""week"":""2021-06-14""},{""time"":129981,""label"":""hovered"",""timeHovered"":4168,""week"":""2021-05-31""},{""time"":135002,""label"":""hovered"",""timeHovered"":2811,""week"":""2021-04-26""},{""time"":139832,""label"":""hovered"",""timeHovered"":2116,""week"":""2021-08-23""},{""time"":142046,""label"":""hovered"",""timeHovered"":1184,""week"":""2021-08-23""},{""time"":143323,""label"":""hovered"",""timeHovered"":1490,""week"":""2021-09-06""},{""time"":144915,""label"":""hovered"",""timeHovered"":2681,""week"":""2021-09-20""},{""time"":147658,""label"":""hovered"",""timeHovered"":12508,""week"":""2021-09-20""},{""time"":161754,""label"":""hovered"",""timeHovered"":3344,""week"":""2022-01-10""},{""time"":166434,""label"":""hovered"",""timeHovered"":21744,""week"":""2022-01-10""},{""time"":191858,""label"":""tour_next"",""step"":2},{""time"":202491,""label"":""tour_end"",""step"":2},{""time"":205034,""label"":""hovered"",""timeHovered"":9287,""week"":""2022-01-10""},{""time"":214915,""label"":""hovered"",""timeHovered"":2540,""week"":""2022-01-10""},{""time"":217847,""label"":""hovered"",""timeHovered"":2339,""week"":""2022-01-17""},{""time"":221271,""label"":""hovered"",""timeHovered"":1735,""week"":""2022-01-24""},{""time"":224269,""label"":""hovered"",""timeHovered"":1036,""week"":""2021-11-29""},{""time"":227244,""label"":""hovered"",""timeHovered"":1826,""week"":""2021-11-15""},{""time"":229821,""label"":""hovered"",""timeHovered"":1404,""week"":""2021-10-18""},{""time"":233373,""label"":""hovered"",""timeHovered"":6001,""week"":""2021-08-23""}]}","{""startTime"":1690229306361,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":3288,""label"":""hovered"",""timeHovered"":1073,""week"":""2022-01-31""},{""time"":6083,""label"":""hovered"",""timeHovered"":1125,""week"":""2022-01-10""},{""time"":11400,""label"":""hovered"",""timeHovered"":1166,""week"":""2021-05-24""}]}",1,moderate,line,3.7,0,3,3,3.364,1.1213333333333333,8112,15,1,1,1,1,2 -2023-07-24 15:52:47,2023-07-24 16:16:56,0,100,1449,1,2023-07-24 16:16:57,R_1jQf1xD4li8BXqY,21.3037,-157.8667,EN,1,52.593,2,,2,5.594,15.01,93,100,94,55.572,177.334,-2,1,98.135,-3,-3,201.595,1,55.527,15.12,5,5,5,7,7,3,,77.96,2,7,6,2,3,2,The charts don't specify neither the severity of the cases nor the outcome. Having a sore throat for a couple of days is not the same as being hospitalized or dying. ,196.672,7,,15.833,2,7,3,4,1,5,6,37.125,3,5,9,9,3,6,9,6,,58.345,4,4,5,2,4,4,62.6,5,4,34.286,2,1959,Hawaii,3,1,1,,7,,,4,4,1,5d5d431608a4b10016285091@prolicic.co,194.109,5d5d431608a4b10016285091,"{""startTime"":1690228815419,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":67394},{""label"":""window_focused"",""time"":68801},{""label"":""window_blurred"",""time"":69022},{""label"":""window_focused"",""time"":70000}]}","{""startTime"":1690228895166,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690228522216,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":23,""label"":""tour_started""},{""time"":31898,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8801,""week"":""52"",""id"":""chart""},{""time"":41685,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4676,""week"":""1"",""id"":""chart""},{""time"":52709,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7549,""week"":""42"",""id"":""chart""},{""time"":63949,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":10371,""week"":""23"",""id"":""chart""},{""time"":78280,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8867,""week"":""23"",""id"":""chart""},{""time"":89252,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":10556,""week"":""52"",""id"":""chart""},{""time"":106279,""label"":""tour_next"",""step"":2},{""time"":115226,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":21008,""week"":""52"",""id"":""chart2""},{""time"":151787,""label"":""tour_end"",""step"":2},{""time"":159039,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6747,""week"":""6"",""id"":""chart2""},{""time"":166935,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3792,""week"":""6"",""id"":""chart""},{""time"":174104,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1332,""week"":""2"",""id"":""chart2""}]}","{""startTime"":1690228799489,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar,3.8,0,0,0,0,0,0,15,0.5,0,1,0.5,1 -2023-07-24 15:58:27,2023-07-24 16:17:16,0,100,1129,1,2023-07-24 16:17:16,R_3DhEp4lv3uVVrni,42.6734,-82.7736,EN,1,31.181,1,2,2,10.674,15.112,61,41,33,34.953,264.274,-2,1,64.555,-3,-3,53.212,1,81.576,15.01,3,3,2,2,6,2,Just because the data source is displayed doesn't explain where this information came from and how it was used to get these results.,77.856,3,1,2,2,2,2,I am not sure of the data provided. I see the visualization but not any facts to support the data shown. ,43.289,6,,16.634,2,7,3,4,1,5,6,27.936,4,8,9,9,6,9,8,10,,32.243,4,4,4,1,4,4,47.528,5,1,27.194,2,1957,Michigan,3,2,1,,7,,,12,2,1,martsart@comcast.net,206.973,60fcbda8909f2ef8e0afa8ca,"{""startTime"":1690229268804,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690229193949,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690228831702,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":40485,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":9798,""week"":""52"",""id"":""chart""},{""time"":52538,""label"":""tour_next"",""step"":5},{""time"":84849,""label"":""started_brush"",""startDate"":""2021-11-26"",""endDate"":""2021-12-08""},{""time"":87006,""label"":""tour_next"",""step"":5},{""time"":107970,""label"":""moved_brush"",""startDate"":""2021-11-12"",""endDate"":""2021-11-24""},{""time"":142775,""label"":""tour_next"",""step"":5},{""time"":156119,""label"":""moved_brush"",""startDate"":""2021-11-12"",""endDate"":""2021-11-24""},{""time"":170966,""label"":""moved_brush"",""startDate"":""2021-11-12"",""endDate"":""2021-11-24""},{""time"":171579,""label"":""moved_brush"",""startDate"":""2021-11-12"",""endDate"":""2021-11-24""},{""time"":176085,""label"":""cleared_brush"",""using"":""Click""},{""time"":182601,""label"":""cleared_brush"",""using"":""Click""},{""time"":182602,""label"":""cleared_brush"",""using"":""Escape""},{""time"":185407,""label"":""tour_next"",""step"":5},{""time"":192525,""label"":""tour_end"",""step"":5},{""time"":194926,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3234,""week"":""1"",""id"":""chart""},{""time"":206729,""label"":""started_brush"",""startDate"":""2022-01-19"",""endDate"":""2022-02-01""},{""time"":207489,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3715,""week"":""5"",""id"":""chart""},{""time"":211210,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2795,""week"":""5"",""id"":""chart""},{""time"":216942,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4093,""week"":""4"",""id"":""chart""},{""time"":221057,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":9232,""week"":""4"",""id"":""chart""},{""time"":230767,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2954,""week"":""5"",""id"":""chart""},{""time"":236690,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2896,""week"":""5"",""id"":""chart""},{""time"":240127,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1935,""week"":""4"",""id"":""chart""},{""time"":244035,""label"":""cleared_brush"",""using"":""Click""},{""time"":247586,""label"":""started_brush"",""startDate"":""2021-11-26"",""endDate"":""2022-01-02""}]}","{""startTime"":1690229178368,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar,3.5,0,0,0,0,0,0,15,0.5,0,1,1,3 -2023-07-24 16:00:28,2023-07-24 16:17:47,0,100,1038,1,2023-07-24 16:17:48,R_24C7Au26C1aXMIQ,30.1909,-85.6696,EN,1,7.99,1,3,1,14.92,15.008,100,100,29,29.04,52.804,1,1,90.323,-3,1,173.541,-1,68.385,15.017,5,4,6,7,6,6,,37.431,3,7,6,4,7,6,"Because it is consistent with and illustrative of what we learned in the news during that period. Although one could nitpick and argue over nuances of the data, it's clear that people who didn't get vaccinated were more likely to get Covid.",133.297,4,,17.23,2,7,3,4,1,5,6,27.951,1,5,5,5,5,4,8,9,,69.897,4,4,4,2,5,4,41.216,3,1,18.274,1,1959,Florida,7,1,1,,7,,,10,4,1,randysegler22@gmail.com,144.176,63891bdb3ba6ac10865528f3,"{""startTime"":1690229341442,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690229153936,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":816,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1762,""week"":""1"",""id"":""chart""},{""time"":2741,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":10662,""week"":""2"",""id"":""chart""}]}","{""startTime"":1690228910573,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":12872,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5146,""week"":""52"",""id"":""chart""},{""time"":18318,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6895,""week"":""47"",""id"":""chart""},{""time"":28638,""label"":""tour_next"",""step"":2},{""time"":35566,""label"":""tour_end"",""step"":2},{""time"":39187,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1233,""week"":""19"",""id"":""chart""},{""time"":43202,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1455,""week"":""31"",""id"":""chart""},{""time"":46499,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1889,""week"":""52"",""id"":""chart""},{""time"":48610,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1753,""week"":""2"",""id"":""chart""}]}","{""startTime"":1690229138286,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar,3.8,0,0,0,0,0,0,15,1,0.5,0,0.5,2 -2023-07-24 16:07:56,2023-07-24 16:19:35,0,100,698,1,2023-07-24 16:19:36,R_2fDwhOP02hBPPQT,33.4656,-111.9956,EN,1,25.91,1,4,2,5.086,15.029,75,92,57,21.772,38.333,1,1,36.316,-3,-3,93.575,-1,72.859,15.132,4,4,4,4,4,4,"The instructions for this set of questions is self-contradicotory: ""Disregard the visualization for this question. To what extent do you agree or disagree with the following statements about the data used in the visualization above?""",68.019,3,6,5,1,2,6,"It seems reasonable, I do not know why you would chose to use deception in it, and it is labeled by the CDC.",56.147,5,,11.59,2,7,3,4,1,5,6,14.422,2,6,7,3,9,5,10,8,,25.882,2,2,4,2,2,3,40.331,3,2,22.024,1,1963,Arizona,3,2,1,,7,,,4,4,1,rogerblainkitty@msn.com,60.032,5eed1bae9e63ac127ac15a77,"{""startTime"":1690229613114,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690229513090,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":22495,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5233,""week"":""51"",""id"":""chart""},{""time"":28868,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1282,""week"":""52"",""id"":""chart""}]}","{""startTime"":1690229363694,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":17,""label"":""tour_started""},{""time"":14699,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1050,""week"":""47"",""id"":""chart""},{""time"":17324,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4025,""week"":""46"",""id"":""chart""},{""time"":22611,""label"":""tour_next"",""step"":2},{""time"":28219,""label"":""tour_end"",""step"":2},{""time"":29776,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1525,""week"":""52"",""id"":""chart""},{""time"":34876,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1034,""week"":""21"",""id"":""chart""}]}","{""startTime"":1690229497159,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":8305,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1485,""week"":""6"",""id"":""chart""},{""time"":10697,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2207,""week"":""51"",""id"":""chart""}]}",1,moderate,bar,2.5,0,2,2,3.692,1.846,2392,15,1,0,0,0,2 -2023-07-24 16:10:39,2023-07-24 16:20:45,0,100,605,1,2023-07-24 16:20:46,R_12mao0XHgrD2k5x,40.05,-105.217,EN,1,9.624,1,4,2,6.128,15.018,93,95,50,26.094,55.404,1,-2,55.686,1,1,48.271,1,53.747,15.019,5,4,6,6,6,6,,37.399,6,7,6,6,6,6,"It seems clearly presented and it makes sense. For example, it is consistent with higher COVID cases among the unvaccinated, as well as with the predictable epidemic curve where cases peak in January or February. ",55.016,4,,6.073,2,7,3,4,1,5,6,44.349,6,7,8,8,5,2,9,7,,22.917,3,3,3,2,4,3,18.498,2,2,10.211,5,1975,Colorado,9,1,1,,10,,,19,4,2,,81.078,5dced33fc944d1018c53c520,"{""startTime"":1690229713430,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690229637746,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690229509208,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":21,""label"":""tour_started""},{""time"":1659,""label"":""hovered"",""timeHovered"":1248,""week"":""2021-09-13""},{""time"":2910,""label"":""hovered"",""timeHovered"":2467,""week"":""2021-09-13""},{""time"":19946,""label"":""hovered"",""timeHovered"":1445,""week"":""2022-01-03""},{""time"":23550,""label"":""hovered"",""timeHovered"":2030,""week"":""2021-06-07""},{""time"":25805,""label"":""hovered"",""timeHovered"":1327,""week"":""2021-05-31""},{""time"":28805,""label"":""tour_next"",""step"":2},{""time"":35261,""label"":""tour_end"",""step"":2},{""time"":43250,""label"":""hovered"",""timeHovered"":1716,""week"":""2021-06-07""},{""time"":52119,""label"":""hovered"",""timeHovered"":1814,""week"":""2021-06-21""}]}","{""startTime"":1690229621935,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":6144,""label"":""hovered"",""timeHovered"":1252,""week"":""2021-04-12""},{""time"":7544,""label"":""hovered"",""timeHovered"":1030,""week"":""2021-05-10""},{""time"":9374,""label"":""hovered"",""timeHovered"":2607,""week"":""2021-06-14""}]}",1,simple,line,3,0,3,3,4.889,1.6296666666666668,3230,15,0.5,1,1,0.5,1 -2023-07-24 16:07:42,2023-07-24 16:22:09,0,100,866,1,2023-07-24 16:22:09,R_2ic7sLXmQOmTaox,26.9835,-82.1319,EN,1,15.258,1,3,1,10.297,15.017,80,100,50,64.854,78.382,1,-3,137.65,-3,-3,81.366,-3,61.757,15.012,6,4,6,6,2,6,,34.523,4,6,4,1,4,6,"Because it makes sense, is clear, and why not trust it? It has no direct effect on me.",62.595,6,,11.175,2,7,3,4,1,5,6,24.707,1,1,10,10,6,9,10,10,,28.847,3,3,4,3,4,3,30.514,4,1,14.342,1,1954,Florida,4,2,1,,7,,,6,4,1,62879b859698ba45e6afa90f@email.prolific.co,101.812,62879b859698ba45e6afa90f,"{""startTime"":1690229673801,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690229575746,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690229399673,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":8598,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1854,""week"":""52"",""id"":""chart""},{""time"":32078,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7845,""week"":""44"",""id"":""chart""},{""time"":40675,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3713,""week"":""1"",""id"":""chart""},{""time"":44991,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4481,""week"":""45"",""id"":""chart""},{""time"":64169,""label"":""tour_next"",""step"":2},{""time"":73208,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690229560296,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar,3.3,0,0,0,0,0,0,15,0.5,0,0,0,2 -2023-07-24 15:54:57,2023-07-24 16:22:26,0,100,1648,1,2023-07-24 16:22:26,R_2ffDP8yJ0V9ZVDA,37.751,-97.822,EN,1,766.64,1,2,2,11.502,15.026,100,100,50,11.107,43.262,-2,1,87.198,-3,-3,66.327,1,36.067,15.021,4,6,4,6,6,4,,24.525,6,6,6,5,4,4,Because I dont think its from a verifiable source,52.862,4,,14.599,2,7,3,4,1,5,6,38.871,7,7,7,7,7,7,7,7,,56.719,3,4,4,2,4,4,46.76,2,1,21.47,1,1973,Arizona,6,2,1,,3,,,7,3,1,646d3710dea5554a4b83d2a2@email.prolific.co,134.045,646d3710dea5554a4b83d2a2,"{""startTime"":1690229645738,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690229539657,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690229398711,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":19,""label"":""tour_started""},{""time"":24276,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5741,""week"":""47"",""id"":""chart""},{""time"":35652,""label"":""tour_next"",""step"":2},{""time"":37692,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690229510964,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":2384,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2468,""week"":""1"",""id"":""chart""}]}",1,moderate,bar,3.5,0,1,1,2.468,2.468,0,15,0.5,0,1,0,2 -2023-07-24 16:11:08,2023-07-24 16:22:37,0,100,689,1,2023-07-24 16:22:38,R_2rpbjPS6RLo3sXN,41.1622,-85.4724,EN,1,7.403,1,4,2,7.548,15.11,100,100,100,20.152,51.131,1,-2,84.388,1,-3,102.701,-3,52.042,15.11,6,6,6,6,6,6,,20.338,6,6,6,6,4,6,Very straightforward scientific data on per capita basis which is important.,55.545,6,,9.307,2,7,3,4,1,5,6,26.054,8,9,11,10,8,9,10,11,,31.368,4,4,4,2,4,4,26.647,6,1,21.042,1,1942,Indiana,7,3,1,,7,,,6,1,2,,71.634,5cda0f40fbe78a00192192a3,"{""startTime"":1690229689299,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690229710574,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690229536049,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":38,""label"":""tour_started""},{""time"":9841,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1116,""week"":""1"",""id"":""chart""},{""time"":11557,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3266,""week"":""1"",""id"":""chart""},{""time"":16806,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4782,""week"":""52"",""id"":""chart""},{""time"":23486,""label"":""tour_next"",""step"":2},{""time"":27695,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7109,""week"":""52"",""id"":""chart2""},{""time"":35911,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4975,""week"":""1"",""id"":""chart2""},{""time"":42986,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690229673251,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar,3.7,0,0,0,0,0,0,15,0.5,0.5,0,0.5,1 -2023-07-24 16:12:35,2023-07-24 16:22:40,0,100,604,1,2023-07-24 16:22:41,R_27TYJ9VEisXDyzw,29.2866,-81.0869,EN,1,11.692,1,3,2,5.844,15.108,100,100,72,38.71,32.409,1,1,42.258,-3,-3,48.299,1,42.209,15.009,4,4,4,7,7,4,Nothing to add.,46.275,4,7,7,1,4,7,"Your statement indicated to assume that I trust this visualization, so that is how I answered. In real life, I have no clue as to how accurate the data is.",52.95,6,Nothing to add.,11.022,2,7,3,4,1,5,6,16.035,7,8,10,10,6,9,10,10,Nothing to add.,30.59,3,3,4,3,3,3,21.357,4,1,14.908,1,1965,Florida,6,3,1,,7,,,7,4,1,ca2fla@earthlink.net,104.914,62d3864d8929960c0bd35335,"{""startTime"":1690229815217,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690229733428,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690229641831,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":9468,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6148,""week"":""43"",""id"":""chart""},{""time"":16609,""label"":""tour_next"",""step"":2},{""time"":21984,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2000,""week"":""47"",""id"":""chart2""},{""time"":27533,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1267,""week"":""44"",""id"":""chart2""},{""time"":30160,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690229717584,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":10567,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1375,""week"":""52"",""id"":""chart""}]}",1,simple,bar,3.2,0,1,1,1.375,1.375,0,15,1,0,1,1,1 -2023-07-24 16:04:23,2023-07-24 16:23:41,0,100,1158,1,2023-07-24 16:23:41,R_3O85iJShNxmegU9,42.6689,-71.5934,EN,1,56.603,1,4,2,8.802,15.111,80,100,50,74.165,113.212,-2,1,110.651,-1,-3,88.417,-3,46.011,15.109,4,2,4,6,6,4,"I assume that if the data if from the CDC, the data it truthful and accurate. My earlier hesitation is that I would want to cross-reference with the CDC myself. ",113.89,2,6,4,2,2,4,"I do not know if the source of the data is accurate. I would want to cross-reference the data. It looks legitimate, but I can't know without some cross-reference. ",64.265,5,,49.201,2,7,3,4,1,5,6,33.684,5,8,8,7,8,8,10,10,,29.294,4,4,5,1,5,4,57.861,4,1,20.634,1,1963,Massachusetts,7,3,1,,7,,,17,4,1,aternity.joe@gmail.com,168.783,611e98f99f858a3980832435,"{""startTime"":1690229600206,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690229486030,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690229244762,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":23259,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4653,""week"":""1"",""id"":""chart""},{""time"":28728,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3253,""week"":""52"",""id"":""chart""},{""time"":34668,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1602,""week"":""45"",""id"":""chart""},{""time"":39154,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5521,""week"":""32"",""id"":""chart""},{""time"":45248,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":16857,""week"":""1"",""id"":""chart""},{""time"":63577,""label"":""tour_next"",""step"":2},{""time"":79186,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3935,""week"":""52"",""id"":""chart2""},{""time"":86078,""label"":""tour_end"",""step"":2},{""time"":96543,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2608,""week"":""6"",""id"":""chart2""},{""time"":99791,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1598,""week"":""6"",""id"":""chart""},{""time"":108047,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1946,""week"":""1"",""id"":""chart""}]}","{""startTime"":1690229470452,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":3089,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1945,""week"":""52"",""id"":""chart2""}]}",1,simple,bar,3.8,0,1,1,1.945,1.945,0,15,0.5,0,0,0.5,1 -2023-07-24 16:07:30,2023-07-24 16:24:13,0,100,1002,1,2023-07-24 16:24:13,R_2rUtHudaDXSQ9Vt,32.2123,-110.879,EN,1,48.884,1,4,1,7.326,15.113,79,82,77,23.285,44.291,1,1,45.484,1,1,168.075,-2,100.33,15.108,6,6,6,6,6,6,,74.249,6,6,6,6,6,6,"Clean, neat and easy to visualize. Data points and markings are easy to read.",72.026,6,,36.906,2,7,3,4,1,5,6,25.953,5,8,7,5,8,4,9,9,,33.838,4,4,4,2,4,4,46.052,2,1,19.498,1,1953,Arizona,7,2,1,,7,,,8,4,1,Jmarsh4991@comcast.net,118.12,60c2670ee246bb9e550f9088,"{""startTime"":1690229611884,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690229496468,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690229389680,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":10730,""label"":""tour_next"",""step"":2},{""time"":39716,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690229480607,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line,3.7,0,0,0,0,0,0,15,1,1,0,1,1 -2023-07-24 15:52:32,2023-07-24 16:24:17,0,100,1905,1,2023-07-24 16:24:18,R_RysuDQcj3MayJZT,32.6205,-90.0061,EN,1,328.554,1,2,2,8.606,15.056,70,100,94,46.336,87.459,-2,-2,170.193,-2,-3,69.759,-2,49.3,15.131,6,4,4,5,6,6,,33.478,6,6,4,6,6,6,I believe the Center for Disease Control is pretty trustworthy and it says this information was sourced from there.,26.101,2,,14.792,2,7,3,4,1,5,6,20.501,3,6,6,7,5,6,6,8,,28.903,3,2,4,3,2,2,15.531,6,1,14.245,2,1965,Mississippi,3,1,1,,3,,,4,2,1,5c330cefca23620001b262b1@email.prolific.co,111.878,5c330cefca23620001b262b1,"{""startTime"":1690229704533,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690229739165,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690229548062,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":40,""label"":""tour_started""},{""time"":31615,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":10491,""week"":""43"",""id"":""chart""},{""time"":43473,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1030,""week"":""43"",""id"":""chart""},{""time"":45509,""label"":""tour_next"",""step"":5},{""time"":55128,""label"":""started_brush"",""startDate"":""2021-06-13"",""endDate"":""2021-08-20""},{""time"":57651,""label"":""tour_next"",""step"":5},{""time"":68015,""label"":""moved_brush"",""startDate"":""2021-09-18"",""endDate"":""2021-11-25""},{""time"":69454,""label"":""tour_next"",""step"":5},{""time"":76889,""label"":""cleared_brush"",""using"":""Click""},{""time"":76889,""label"":""cleared_brush"",""using"":""Escape""},{""time"":78802,""label"":""tour_next"",""step"":5},{""time"":84216,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690229687742,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":7504,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1867,""week"":""38"",""id"":""chart""},{""time"":13353,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1180,""week"":""2"",""id"":""chart""}]}",1,complex,bar,2.7,0,2,2,3.047,1.5235,5849,15,0,0,0,0,3 -2023-07-24 16:05:15,2023-07-24 16:24:26,0,100,1151,1,2023-07-24 16:24:27,R_DPqkt7PLcxR1q1P,42.3663,-82.9987,EN,1,13.711,1,2,1,91.487,15.016,58,66,70,59.147,12.196,1,-2,126.412,1,-2,11.431,1,47.039,15.111,5,5,5,6,5,6,none,17.476,6,4,5,5,6,5,The visualization was clear and understandable,33.326,5,none,93.078,2,1,7,3,5,4,6,14.778,10,7,7,8,10,9,8,8,none,28.394,4,4,3,3,4,4,63.985,7,2,125.063,1,1974,Michigan,7,3,1,,3,,,14,1,1,Victorjduley@gmail.com,197.547,645b3a5a3aec063aa34de063,"{""startTime"":1690229445381,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690229466392,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690229390496,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":5292,""label"":""tour_next"",""step"":2},{""time"":8671,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690229424294,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line,3.7,0,0,0,0,0,0,15,0.5,0.5,1,0.5,2 -2023-07-24 16:11:03,2023-07-24 16:24:35,0,100,812,1,2023-07-24 16:24:35,R_2ZDODyzBKkDWMhg,29.7646,-95.3657,EN,1,16.68,1,4,2,15.192,15.023,74,36,37,39.664,60.298,1,1,53.962,-3,1,44.894,1,67.249,15.02,6,4,6,4,6,6,The data seems correct but it is harder to read than I thought it might be,73.29,6,3,5,5,4,6,This is from the CDC and so that being source is why I trust this visualization,47.595,5,,14.526,2,7,3,4,1,5,6,34.48,6,9,7,9,9,6,10,10,,27.522,4,4,4,2,4,4,79.727,2,2,27.246,1,1958,Texas,6,2,1,,7,,,5,3,2,,112.733,6443227b2a451d1c03771012,"{""startTime"":1690229689624,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690229763606,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690229567907,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":24009,""label"":""hovered"",""timeHovered"":5867,""week"":""2022-01-10""},{""time"":30751,""label"":""hovered"",""timeHovered"":4146,""week"":""2022-02-07""},{""time"":34942,""label"":""hovered"",""timeHovered"":1354,""week"":""2022-01-31""},{""time"":37558,""label"":""tour_next"",""step"":2},{""time"":45750,""label"":""tour_end"",""step"":2},{""time"":48442,""label"":""hovered"",""timeHovered"":1621,""week"":""2021-12-27""}]}","{""startTime"":1690229674061,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":3278,""label"":""hovered"",""timeHovered"":8715,""week"":""2022-01-10""}]}",1,moderate,line,3.7,0,1,1,8.715,8.715,0,15,1,0.5,1,0.5,2 -2023-07-24 16:11:06,2023-07-24 16:25:01,0,100,835,1,2023-07-24 16:25:02,R_2dZ4swQWYzSFDVl,28.9919,-82.5167,EN,1,7.567,2,,2,5.153,15.008,0,88,50,26.083,59.924,1,1,43.223,-3,1,125.407,1,81.476,15.009,1,1,1,6,6,1,Nobody trusts anything they say anymore and we never will,62.074,2,5,3,2,2,5,"Because I was having a hard time pretending that I trust the survey, as stated in the instructions",38.461,4,,13.154,2,7,3,4,1,5,6,27.152,1,1,4,2,1,7,7,1,,39.222,3,4,5,2,5,5,44.133,6,1,24.59,1,1952,Florida,2,2,1,,7,,,2,4,1,surfpick@att.net,116.828,5cba50bf114fa5001aac5570,"{""startTime"":1690229763648,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690229826514,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690229561435,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":20651,""label"":""hovered"",""timeHovered"":2686,""week"":""2022-01-10""},{""time"":25156,""label"":""hovered"",""timeHovered"":1217,""week"":""2022-01-17""},{""time"":28943,""label"":""hovered"",""timeHovered"":3469,""week"":""2022-02-07""},{""time"":32413,""label"":""hovered"",""timeHovered"":1067,""week"":""2022-02-07""},{""time"":39699,""label"":""tour_next"",""step"":2},{""time"":45464,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690229747944,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line,4,0,0,0,0,0,0,15,1,0.5,1,0.5,2 -2023-07-24 15:58:45,2023-07-24 16:25:14,0,100,1589,1,2023-07-24 16:25:15,R_3mkkTLl9uH0PFr1,34.1892,-92.0495,EN,1,94.801,1,3,2,10.982,15.112,92,98,77,63.996,133.65,1,1,193.958,-3,1,192.935,-3,114.254,15.017,6,5,6,6,6,6,I liked the colors used for the vaccinated and unvaccinated data,124.607,4,7,6,6,6,6,The bar graft is very detailed and precise by using weekly data and is easy to follow the bar's left and bottom corresponding info.,93.759,5,none,33.431,2,7,3,4,1,5,6,55.542,7,9,5,6,8,9,8,10,none,52.835,3,3,3,2,4,4,86.621,6,2,36.714,1,1963,Arkansas,3,2,1,,3,,,5,4,2,,94.145,62c9990351a1fcfc4ea73063,"{""startTime"":1690229511841,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":32397,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":17355,""week"":""52"",""id"":""chart2""},{""label"":""window_blurred"",""time"":116845},{""label"":""window_focused"",""time"":117211}]}","{""startTime"":1690229299653,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":1114,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4018,""week"":""3"",""id"":""chart""},{""time"":6051,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":15821,""week"":""52"",""id"":""chart""},{""time"":22530,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5586,""week"":""51"",""id"":""chart""},{""time"":31474,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":9318,""week"":""52"",""id"":""chart2""},{""time"":48635,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2111,""week"":""32"",""id"":""chart2""},{""time"":50767,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5687,""week"":""31"",""id"":""chart2""}]}","{""startTime"":1690228955366,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":26370,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1334,""week"":""51"",""id"":""chart""},{""time"":28519,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2151,""week"":""50"",""id"":""chart""},{""time"":40003,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4483,""week"":""35"",""id"":""chart""},{""time"":45353,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4032,""week"":""52"",""id"":""chart""},{""time"":49404,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2983,""week"":""1"",""id"":""chart""},{""time"":52419,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8783,""week"":""2"",""id"":""chart""},{""time"":66414,""label"":""tour_next"",""step"":2},{""time"":75286,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1399,""week"":""51"",""id"":""chart2""},{""time"":76752,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3466,""week"":""52"",""id"":""chart2""},{""time"":80236,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3433,""week"":""1"",""id"":""chart2""},{""time"":84287,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1533,""week"":""52"",""id"":""chart2""},{""time"":87786,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2632,""week"":""45"",""id"":""chart2""},{""time"":102869,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2383,""week"":""4"",""id"":""chart2""},{""time"":106285,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4634,""week"":""52"",""id"":""chart2""},{""time"":114636,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7333,""week"":""52"",""id"":""chart2""},{""time"":124370,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690229284107,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar,3.2,0,0,0,0,0,0,15,1,0.5,0,1,1 -2023-07-24 16:11:55,2023-07-24 16:25:38,0,100,822,1,2023-07-24 16:25:38,R_3eztVqlQc4qoz2y,33.1661,-117.0932,EN,1,22.668,1,4,2,16.78,15.01,100,100,100,40.13,28.277,1,1,49.034,1,1,60.33,1,126.297,15.008,6,2,6,7,6,6,"The chart is missing the location of individuals (all of USA, one state, etc.) and perhaps their age range (all adults, all children, etc.)",107.726,3,7,6,3,2,6,"I trust this visualization because I do know COVID cases peaked in late December/early January of 2022, which is reflected in the chart. I also know that the number of unvaccinated individuals who contract COVID is higher than the number of vaccinated individuals who contracted COVID, and this is also reflected. Finally, the CDC is credited below the chart.",89.164,5,,10.373,2,7,3,4,1,5,6,22.357,4,4,3,4,6,6,10,10,,55.4,5,5,4,1,5,5,34.261,1,1,15.494,2,1995,California,6,1,1,,7,,,15,3,1,60fcc00af3ec0d2d4b95c4be@email.prolific.co,58.746,60fcc00af3ec0d2d4b95c4be,"{""startTime"":1690229716497,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690229824816,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690229622615,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":6948,""label"":""tour_next"",""step"":2},{""time"":10182,""label"":""tour_end"",""step"":2},{""time"":11199,""label"":""hovered"",""timeHovered"":1176,""week"":""2021-12-06""},{""time"":12867,""label"":""hovered"",""timeHovered"":5090,""week"":""2021-12-27""},{""time"":18325,""label"":""hovered"",""timeHovered"":1789,""week"":""2022-01-03""},{""time"":21342,""label"":""hovered"",""timeHovered"":5467,""week"":""2022-01-03""}]}","{""startTime"":1690229700946,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":6492,""label"":""hovered"",""timeHovered"":1128,""week"":""2021-12-27""},{""time"":13017,""label"":""hovered"",""timeHovered"":1186,""week"":""2022-01-31""}]}",1,simple,line,4.2,0,2,2,2.314,1.157,6525,15,1,1,1,1,1 -2023-07-24 16:08:30,2023-07-24 16:26:03,0,100,1052,1,2023-07-24 16:26:03,R_2VEDy25oG726rop,42.9135,-78.889,EN,1,8.352,1,2,2,8.712,15.116,90,84,58,40.352,166.493,1,-2,242.598,-3,1,105.778,1,70.25,15.008,5,5,5,6,6,6,,43.688,5,5,6,4,5,6,I trust it because it is backed by enough reliable information and data.,50.761,6,,8.943,2,7,3,4,1,5,6,37.17,6,7,11,10,7,8,9,9,,28.167,4,4,5,1,5,4,29.138,5,1,14.439,1,1953,New York,6,1,2,,4,,,4,2,1,urbanocane@yahoo.com,108.263,59e62b6277860e0001512e14,"{""startTime"":1690229653219,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690229697775,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690229399265,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":21,""label"":""tour_started""},{""time"":25821,""label"":""hovered"",""timeHovered"":1734,""week"":""2022-01-31""},{""time"":29721,""label"":""hovered"",""timeHovered"":2568,""week"":""2021-10-18""},{""time"":59844,""label"":""tour_next"",""step"":5},{""time"":92873,""label"":""started_brush"",""startDate"":""2021-05-06"",""endDate"":""2021-06-09""},{""time"":97596,""label"":""tour_next"",""step"":5},{""time"":123319,""label"":""moved_brush"",""startDate"":""2021-05-24"",""endDate"":""2021-06-26""},{""time"":126387,""label"":""tour_next"",""step"":5},{""time"":134672,""label"":""cleared_brush"",""using"":""click""},{""time"":134675,""label"":""cleared_brush"",""using"":""Escape""},{""time"":139923,""label"":""tour_next"",""step"":5},{""time"":162555,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690229637563,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line,3.8,0,0,0,0,0,0,15,0.5,0.5,1,1,3 -2023-07-24 16:04:49,2023-07-24 16:26:11,0,100,1282,1,2023-07-24 16:26:12,R_2R4fwi7nc4U8WTV,39.9672,-74.9562,EN,1,36.369,1,4,2,14.621,15.014,100,91,50,95.536,108.778,-1,-1,106.277,-2,-1,98.293,1,216.892,15.114,5,2,6,3,6,3,Complete data cannot be known because statistics were under reported.,96.96,5,5,3,4,2,3,Because the statistic cannot be completely known due to underreporting,34.386,5,,14.861,2,7,3,4,1,5,6,59.473,6,8,6,6,10,8,10,9,,35.166,2,2,2,4,2,2,46.283,2,1,23.513,2,1959,New Jersey,6,2,1,,3,,,19,5,1,6389301d2575b8e4c1e7cc5c@email.prolific.co,183.351,6389301d2575b8e4c1e7cc5c,"{""startTime"":1690229502302,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690229600078,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690229276710,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":24,""label"":""tour_started""},{""time"":22446,""label"":""hovered"",""timeHovered"":1051,""week"":""2022-01-17""},{""time"":23534,""label"":""hovered"",""timeHovered"":10937,""week"":""2022-01-17""},{""time"":35358,""label"":""hovered"",""timeHovered"":1120,""week"":""2022-01-03""},{""time"":36980,""label"":""hovered"",""timeHovered"":2169,""week"":""2022-01-17""},{""time"":39868,""label"":""hovered"",""timeHovered"":5305,""week"":""2022-01-31""},{""time"":46334,""label"":""hovered"",""timeHovered"":20634,""week"":""2022-02-07""},{""time"":66974,""label"":""hovered"",""timeHovered"":8568,""week"":""2022-02-07""},{""time"":83123,""label"":""tour_next"",""step"":2},{""time"":101668,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690229485755,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7971,""label"":""hovered"",""timeHovered"":2471,""week"":""2021-08-23""}]}",1,moderate,line,2.3,0,1,1,2.471,2.471,0,15,0,0,1,0,2 -2023-07-24 16:10:03,2023-07-24 16:27:30,0,100,1046,1,2023-07-24 16:27:30,R_1NFeAmuNzmxLAsX,32.8008,-96.7884,EN,1,39.001,1,3,2,12.414,15.117,95,73,50,78.176,153.992,1,1,55.248,1,1,59.964,1,76.866,15.011,6,5,5,6,6,6,,34.34,6,6,6,6,4,6,The numbers and way in which they are represented on the graph seem accurate based on what I know from news reports.,78.475,5,,27.187,2,7,3,4,1,5,6,26.54,6,8,7,8,9,7,10,8,,37.179,3,4,5,2,5,4,50.501,1,1,27.843,2,1963,Texas,8,2,1,,9,,"half black, half white",9,4,1,thornton.larue@gmail.com,154.97,630f8f763f068e885ea5b910,"{""startTime"":1690229969086,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690229849788,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690229601921,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":23380,""label"":""hovered"",""timeHovered"":1251,""week"":""2021-12-27""},{""time"":31341,""label"":""tour_next"",""step"":5},{""time"":59678,""label"":""cleared_brush"",""using"":""click""},{""time"":61143,""label"":""cleared_brush"",""using"":""click""},{""time"":79005,""label"":""started_brush"",""startDate"":""2021-05-08"",""endDate"":""2021-09-15""},{""time"":79703,""label"":""cleared_brush"",""using"":""click""},{""time"":80836,""label"":""started_brush"",""startDate"":""2021-09-19"",""endDate"":""2021-12-10""},{""time"":81837,""label"":""tour_next"",""step"":5},{""time"":91473,""label"":""moved_brush"",""startDate"":""2021-09-04"",""endDate"":""2021-12-10""},{""time"":92368,""label"":""tour_next"",""step"":5},{""time"":104976,""label"":""moved_brush"",""startDate"":""2021-12-09"",""endDate"":""2021-12-10""},{""time"":110083,""label"":""cleared_brush"",""using"":""click""},{""time"":110085,""label"":""cleared_brush"",""using"":""Escape""},{""time"":111334,""label"":""tour_next"",""step"":5},{""time"":118197,""label"":""tour_end"",""step"":5},{""time"":126290,""label"":""hovered"",""timeHovered"":1613,""week"":""2021-05-03""},{""time"":147464,""label"":""started_brush"",""startDate"":""2021-10-03"",""endDate"":""2021-10-04""},{""time"":150373,""label"":""started_brush"",""startDate"":""2021-12-08"",""endDate"":""2022-02-13""},{""time"":152789,""label"":""cleared_brush"",""using"":""click""},{""time"":152790,""label"":""cleared_brush"",""using"":""Escape""}]}","{""startTime"":1690229833820,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line,3.8,0,0,0,0,0,0,15,1,1,1,1,3 -2023-07-24 16:10:38,2023-07-24 16:27:43,0,100,1025,1,2023-07-24 16:27:44,R_3CU6ovNRER8iYHC,33.7043,-84.3742,EN,1,8.991,1,4,2,6.902,15.013,74,40,67,24.638,177.619,1,1,77.608,-2,1,85.394,1,83.108,15.013,4,4,4,5,5,4,"To be honest, I a little confused by the numbers being so high for unvaccinated. I'm also surprised that oldest group that is vaccinated is so low. ",138.553,5,4,5,4,4,4,I don't know the source and would like to cross reference that information with other sites before sharing. I don't want to share misinformation.,39.194,4,I like the interactive chart but the find the static easier to comprehend for reason.,51.444,2,7,3,4,1,5,6,23.711,6,7,7,8,6,6,7,8,There's good and bad in all those groups and it also depends on the area where these groups are located. ,87.134,4,4,5,2,5,4,27.779,2,2,14.459,2,1969,Georgia,7,3,1,,2,,,19,4,1,5993020a5f49420001caf86b@email.prolific.co,78.918,5993020a5f49420001caf86b,"{""startTime"":1690229870261,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690229786386,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690229508547,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":4,""label"":""tour_started""},{""time"":16833,""label"":""tour_next"",""step"":5},{""time"":33583,""label"":""tour_back"",""step"":5},{""time"":36515,""label"":""tour_next"",""step"":5},{""time"":38941,""label"":""tour_back"",""step"":5},{""time"":47964,""label"":""tour_next"",""step"":5},{""time"":50450,""label"":""cleared_brush"",""using"":""click""},{""time"":62102,""label"":""cleared_brush"",""using"":""click""},{""time"":63615,""label"":""started_brush"",""startDate"":""2021-08-17"",""endDate"":""2021-11-14""},{""time"":70600,""label"":""moved_brush"",""startDate"":""2021-11-16"",""endDate"":""2022-02-13""},{""time"":71714,""label"":""tour_next"",""step"":5},{""time"":77315,""label"":""moved_brush"",""startDate"":""2021-07-13"",""endDate"":""2021-10-10""},{""time"":78331,""label"":""tour_next"",""step"":5},{""time"":82658,""label"":""cleared_brush"",""using"":""click""},{""time"":82659,""label"":""cleared_brush"",""using"":""Escape""},{""time"":83985,""label"":""tour_next"",""step"":5},{""time"":91232,""label"":""tour_end"",""step"":5},{""time"":114182,""label"":""started_brush"",""startDate"":""2021-05-06"",""endDate"":""2022-02-13""},{""time"":118767,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-01-18""},{""time"":121366,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-01-18""},{""time"":165058,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-09-19""}]}","{""startTime"":1690229770839,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":9389,""label"":""hovered"",""timeHovered"":3038,""week"":""2022-01-03""}]}",1,complex,line,4,0,1,1,3.038,3.038,0,15,1,0.5,1,1,3 -2023-07-24 16:06:19,2023-07-24 16:31:15,0,100,1496,1,2023-07-24 16:31:16,R_3gT5uRCSYhYD2zZ,36.0344,-114.9705,EN,1,9.502,1,3,2,18.14,15.011,36,94,32,39.416,98.419,1,1,131.282,-2,1,127.671,-3,172.894,15.008,3,2,4,4,3,2,none,44.96,5,5,5,5,5,4,I am not sure if this data is legitimate or not.,36.806,4,none,38.483,2,7,3,4,1,5,6,294.525,2,2,2,3,2,6,8,6,none,127.788,4,4,4,2,4,4,69.567,5,2,21.347,1,1952,Nevada,3,3,1,,4,,,5,1,1,,163.197,64345bf16b9a2e046128887f,"{""startTime"":1690229529659,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690229575629,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":4372,""label"":""hovered"",""timeHovered"":1674,""week"":""2022-01-10""}]}","{""startTime"":1690229281858,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":27437,""label"":""hovered"",""timeHovered"":7508,""week"":""2022-01-10""},{""time"":42656,""label"":""hovered"",""timeHovered"":3978,""week"":""2021-08-09""},{""time"":52268,""label"":""tour_next"",""step"":2},{""time"":69359,""label"":""tour_end"",""step"":2},{""time"":77114,""label"":""hovered"",""timeHovered"":1912,""week"":""2022-01-03""},{""time"":88180,""label"":""hovered"",""timeHovered"":3285,""week"":""2022-01-03""}]}","{""startTime"":1690229513917,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":6812,""label"":""hovered"",""timeHovered"":1286,""week"":""2022-01-03""},{""time"":8890,""label"":""hovered"",""timeHovered"":6661,""week"":""2022-01-03""}]}",1,simple,line,3.7,0,2,2,7.947,3.9735,2078,15,1,0.5,0,1,1 -2023-07-24 16:11:27,2023-07-24 16:33:22,0,100,1314,1,2023-07-24 16:33:23,R_3M6zPdgKlhi7rzE,26.718,-80.0989,EN,1,22.055,2,,2,8.283,15.012,42,38,40,98.853,99.769,-1,-1,87.379,-1,-1,45.893,-3,92.181,15.015,4,4,4,1,1,1,NO I DONT HAVE ANY,51.363,4,4,7,4,4,4,BECAUSE SOME OF THE INFORMATIOM BE WRONG THAT WHY,73.401,4,NO,29.295,2,7,3,4,1,5,6,48.866,1,1,1,1,1,1,4,8,NO,40.643,2,2,1,5,2,2,48.52,3,5,21.757,1,1964,Florida,1,2,1,,3,,,3,1,2,,376.317,64395cbe6c8374ff09533b05,"{""startTime"":1690229827048,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690229879171,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":4460,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3789,""week"":""3"",""id"":""chart""},{""time"":8291,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3781,""week"":""4"",""id"":""chart""},{""time"":14779,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3837,""week"":""5"",""id"":""chart""}]}","{""startTime"":1690229664138,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":38,""label"":""tour_started""},{""time"":34149,""label"":""tour_next"",""step"":2},{""time"":58499,""label"":""tour_end"",""step"":2},{""time"":64713,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2109,""week"":""5"",""id"":""chart""},{""time"":66985,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1769,""week"":""4"",""id"":""chart""},{""time"":68793,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1155,""week"":""3"",""id"":""chart""},{""time"":71153,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1604,""week"":""2"",""id"":""chart""},{""time"":85602,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4119,""week"":""52"",""id"":""chart""}]}","{""startTime"":1690229811171,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":1795,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3588,""week"":""52"",""id"":""chart""},{""time"":6146,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1568,""week"":""1"",""id"":""chart""},{""time"":8659,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2077,""week"":""2"",""id"":""chart""}]}",1,moderate,bar,2.3,0,3,3,7.233,2.411,6864,15,0,0,0,0,2 -2023-07-24 16:14:05,2023-07-24 16:34:27,0,100,1222,1,2023-07-24 16:34:28,R_1f93OA0qviRUesM,38.581,-121.4939,EN,1,43.332,1,3,2,12.301,15.116,78,95,54,30.7,157.986,-2,1,63.678,-3,-3,130.25,1,94.813,15.122,4,4,5,6,7,6,Overall the CDC did a pretty good job but there were some problems with their data and their messaging. I think they could have done some things better.,112.464,4,7,6,1,1,5,"Like I said, the CDC had some issues with presenting data when we needed accuracy the most. I don't know how accurate their data is and I don't know how complete their data is for sure. I just generally trust the CDC not to be outright deceptive.",85.895,4,Thank you for the survey and stay safe.,35.904,2,7,3,4,1,5,6,35.501,1,5,1,1,7,1,7,7,I used to trust science more but I'm finding out that the need to publish constantly causes corruption so it's hard to know who to believe anymore.,101.755,4,4,5,2,4,4,31.367,4,1,19.776,1,1961,California,4,1,1,,7,,,2,4,1,60dfa0f80964725cfdab1685@email.prolific.co,111.659,60dfa0f80964725cfdab1685,"{""startTime"":1690230083346,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690230199505,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690229808910,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":117,""label"":""tour_started""},{""time"":33124,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3163,""week"":""52"",""id"":""chart""},{""time"":36919,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1083,""week"":""43"",""id"":""chart""},{""time"":38459,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2606,""week"":""39"",""id"":""chart""},{""time"":41107,""label"":""tour_next"",""step"":5},{""time"":79982,""label"":""started_brush"",""startDate"":""2021-11-01"",""endDate"":""2021-12-08""},{""time"":83202,""label"":""tour_next"",""step"":5},{""time"":94560,""label"":""moved_brush"",""startDate"":""2021-11-23"",""endDate"":""2021-12-31""},{""time"":96051,""label"":""moved_brush"",""startDate"":""2021-11-23"",""endDate"":""2021-12-31""},{""time"":97470,""label"":""tour_next"",""step"":5},{""time"":105825,""label"":""cleared_brush"",""using"":""Click""},{""time"":105825,""label"":""cleared_brush"",""using"":""Escape""},{""time"":108376,""label"":""tour_next"",""step"":5},{""time"":120166,""label"":""tour_end"",""step"":5},{""time"":127507,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2132,""week"":""2"",""id"":""chart""},{""time"":129644,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3876,""week"":""2"",""id"":""chart""},{""time"":136835,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1668,""week"":""50"",""id"":""chart""},{""time"":139356,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1145,""week"":""3"",""id"":""chart""},{""time"":140708,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2641,""week"":""52"",""id"":""chart""},{""time"":146668,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1312,""week"":""2"",""id"":""chart""},{""time"":156110,""label"":""started_brush"",""startDate"":""2021-11-26"",""endDate"":""2022-01-06""}]}","{""startTime"":1690230066014,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar,3.8,0,0,0,0,0,0,15,0.5,0,1,1,3 -2023-07-24 16:01:28,2023-07-24 16:37:45,0,100,2176,1,2023-07-24 16:37:46,R_3qkzXq6WCFm5Wtt,35.8001,-83.8811,EN,1,373.074,1,3,1,8.904,15.033,100,93,83,51.399,61.25,-2,1,195.047,-3,-3,195.705,-3,168.245,15.113,4,6,6,6,7,4,,321.802,6,7,7,5,6,6,"I trust this data, because I believe this data to be displayed in a scientific manner.",94.261,6,none,38.865,2,7,3,4,1,5,6,58.604,3,3,10,6,4,7,5,9,,116.782,4,5,5,1,4,5,81.44,7,2,27.656,2,1950,Tennessee,4,2,1,,7,,,4,1,2,,186.104,63bcf141136313265f65eec9,"{""startTime"":1690229688487,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":3429,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2594,""week"":""1"",""id"":""chart""},{""time"":6058,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2797,""week"":""52"",""id"":""chart""},{""time"":9868,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2661,""week"":""1"",""id"":""chart2""},{""time"":13237,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1535,""week"":""1"",""id"":""chart2""},{""time"":15509,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":9016,""week"":""52"",""id"":""chart2""}]}","{""startTime"":1690230011698,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690229412074,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":29,""label"":""tour_started""},{""time"":19519,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6750,""week"":""52"",""id"":""chart""},{""time"":33000,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1851,""week"":""1"",""id"":""chart""},{""time"":34900,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5951,""week"":""2"",""id"":""chart""},{""time"":48237,""label"":""tour_next"",""step"":2},{""time"":51133,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4633,""week"":""2"",""id"":""chart2""},{""time"":57835,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690229672488,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar,4,0,0,0,0,0,0,15,0.5,0,0,0.5,1 -2023-07-24 16:48:37,2023-07-24 17:00:23,0,100,705,1,2023-07-24 17:00:24,R_WdPH2OQWnuCAFvr,37.751,-97.822,EN,1,20.491,1,2,2,5.272,15.029,100,100,100,10.024,8.575,-2,-2,42.223,1,-3,44.586,1,10.185,15.024,6,6,6,4,6,6,,24.588,6,6,7,6,5,6,I trust it because the information source was from CDC,32.706,4,,27.388,2,7,3,4,1,5,6,20.048,5,4,6,4,5,6,6,6,,97.283,3,4,3,2,3,4,25.616,2,2,7.098,1,1960,Virginia,6,2,1,,3,,,8,2,1,64714edd10c1a975321f3dbc@email.prolific.co,65.104,64714edd10c1a975321f3dbc,"{""startTime"":1690231917661,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690231931055,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":17006}]}","{""startTime"":1690231820180,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":19,""label"":""tour_started""},{""time"":3783,""label"":""tour_next"",""step"":2},{""time"":5811,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690231878988,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":6617,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8205,""week"":""1"",""id"":""chart""}]}",1,moderate,bar,3.2,0,1,1,8.205,8.205,0,15,0,0.5,1,0.5,2 -2023-07-24 15:58:09,2023-07-24 17:11:18,0,100,4389,1,2023-07-24 17:11:18,R_3KDaVm2tpMqpdbs,39.7435,-105.0619,EN,1,45.045,1,2,2,15.076,15.051,100,100,50,27.712,57.198,1,1,101.235,-2,1,79.725,1,86.945,15.014,7,7,7,7,7,7,"I have a friend who just passed away because of Covid at the age of 37, he was unvaccinated. ",63.834,7,7,7,7,7,7,"I see those who are unvaccinated getting serious Covid symptoms and those that have been vaccinated although they still have been getting Covid sometimes, they don't end up in the hospital.",63.911,5,"From what I have seen amongst family and friends, those numbers were correct.",135.575,2,7,3,4,1,5,6,71.31,7,7,10,7,6,6,9,8,"We have a great police force in our town but in the big city we moved from 8 years ago, they were not as in touch with the citizens.",124.908,5,5,5,1,5,5,16.349,1,1,12.704,2,1959,Missouri,4,2,1,,7,,,8,1,1,debbieostringa@hotmail.com,135.763,5f6666e43be0b923d23c8df8,"{""startTime"":1690232211888,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690232278223,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690232054373,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":48,""label"":""tour_started""},{""time"":13126,""label"":""hovered"",""timeHovered"":1075,""week"":""2021-10-25""},{""time"":18005,""label"":""hovered"",""timeHovered"":1699,""week"":""2021-04-19""},{""time"":20878,""label"":""hovered"",""timeHovered"":1420,""week"":""2021-08-23""},{""time"":31135,""label"":""tour_next"",""step"":2},{""time"":39851,""label"":""tour_end"",""step"":2},{""time"":41442,""label"":""hovered"",""timeHovered"":5504,""week"":""2021-12-13""},{""time"":47667,""label"":""hovered"",""timeHovered"":2842,""week"":""2022-01-10""}]}","{""startTime"":1690232194890,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line,4.3,0,0,0,0,0,0,15,1,0.5,1,0.5,2 -2023-07-24 17:07:17,2023-07-24 17:15:30,0,100,493,1,2023-07-24 17:15:31,R_2BaOazwPFZfS3V6,38.6759,-77.3157,EN,1,13.043,1,2,1,8.41,15.015,62,79,74,31.338,51.806,1,-3,27.781,-3,-3,16.18,-3,11.456,15.011,7,6,4,7,3,7,great information.,35.105,6,3,4,6,4,5,i feel like its just ok.,27.67,6,informative,16.724,2,7,3,4,1,5,6,17.11,7,8,10,8,10,5,5,10,,8.641,3,3,2,3,5,3,17.426,7,4,10.253,1,1965,Virginia,7,3,1,,2,,,11,1,1,golamsarwar5095@outlook.com,80.74,63eb78a1fc614fd7af392873,"{""startTime"":1690233108500,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690233010276,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":53104,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1027,""week"":""2"",""id"":""chart""}]}","{""startTime"":1690232914169,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":3555,""label"":""tour_next"",""step"":2},{""time"":5488,""label"":""tour_end"",""step"":2},{""time"":9803,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2660,""week"":""1"",""id"":""chart2""},{""time"":13539,""label"":""source_clicked""},{""label"":""window_blurred"",""time"":13551},{""label"":""window_focused"",""time"":17303},{""time"":18445,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1503,""week"":""52"",""id"":""chart""},{""time"":37548,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1301,""week"":""14"",""id"":""chart""},{""time"":44498,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1727,""week"":""2"",""id"":""chart""}]}","{""startTime"":1690232994866,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar,3.2,0,0,0,0,0,0,15,0.5,0,0,0.5,1 -2023-07-24 17:18:25,2023-07-24 17:29:12,0,100,647,1,2023-07-24 17:29:12,R_DNOES8vKy2yoQcF,39.7427,-104.8129,EN,1,11.29,1,3,1,7.768,15.009,95,91,58,20.679,40.964,-3,1,58.341,-2,-3,102.562,-1,31.579,15.117,6,6,6,6,5,6,,54.466,4,6,5,5,4,6,Because it references the CDC,16.039,6,,7.696,2,7,3,4,1,5,6,22.159,8,10,10,10,9,9,10,10,,24.124,4,4,4,2,4,4,32.72,1,2,20.034,2,1958,Colorado,6,2,1,,7,,,15,4,1,63acbbe336a9ca92853dca4a@email.prolific.co,102.74,63acbbe336a9ca92853dca4a,"{""startTime"":1690233740946,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":940,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1129,""week"":""1"",""id"":""chart""},{""time"":3660,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7673,""week"":""2"",""id"":""chart""},{""time"":14198,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3174,""week"":""51"",""id"":""chart""},{""time"":17419,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2339,""week"":""50"",""id"":""chart""}]}","{""startTime"":1690233795998,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690233580579,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":14301,""label"":""tour_next"",""step"":2},{""time"":20645,""label"":""tour_end"",""step"":2},{""time"":21964,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1171,""week"":""1"",""id"":""chart""},{""time"":24463,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1875,""week"":""2"",""id"":""chart""},{""time"":27497,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3712,""week"":""6"",""id"":""chart""},{""time"":31500,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1661,""week"":""2"",""id"":""chart""},{""time"":36393,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2296,""week"":""49"",""id"":""chart""}]}","{""startTime"":1690233725173,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar,3.7,0,0,0,0,0,0,15,0.5,0,0,0,2 -2023-07-24 17:57:29,2023-07-24 18:23:32,0,100,1563,1,2023-07-24 18:23:33,R_1kNvauHnRRqJIT7,44.9998,-93.393,EN,1,24.812,2,,2,6.966,15.01,100,100,50,70.411,250.572,1,-3,73.693,-2,1,81.995,1,127.534,15.013,4,3,3,6,7,4,"The data doesn't appear to be ""country wide"" and can be mistaken for being biased at the least.",163.618,5,6,6,4,4,5,"Because its stats are from ""per 100-k cases"" and doesn't specify city or state.",92.595,1,"Most people are ""show"" people, if you can see me, I will act ""normal"" but when I'm out of sight, I will let the real me out.",121.31,2,7,3,4,1,5,6,41.123,1,1,1,1,6,6,10,6,"Trust has to be earned, and is not a ""uniform or job."" Trust is hard to earn and easy to lose because there are so many excuses that one can hide behind once the have lost the trust of another. Responsibility for one's mistakes can also make them trustworthy.",194.95,5,5,5,2,5,5,38.189,5,4,19.772,1,1963,Minnesota,4,2,1,,8,Indigenous American,,1,4,1,63c5c3192e709e19fc67d5dd@email.prolific.co,83.895,63c5c3192e709e19fc67d5dd,"{""startTime"":1690236587866,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690236426282,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690236031547,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":10733,""label"":""hovered"",""timeHovered"":1533,""week"":""2021-05-03""},{""time"":23133,""label"":""hovered"",""timeHovered"":1216,""week"":""2021-12-06""},{""time"":49133,""label"":""hovered"",""timeHovered"":24666,""week"":""2021-12-20""},{""time"":76270,""label"":""tour_next"",""step"":5},{""time"":102783,""label"":""tour_back"",""step"":5},{""time"":114822,""label"":""tour_next"",""step"":5},{""time"":126356,""label"":""tour_back"",""step"":5},{""time"":131185,""label"":""hovered"",""timeHovered"":1565,""week"":""2021-10-25""},{""time"":137069,""label"":""tour_next"",""step"":5},{""time"":150793,""label"":""started_brush"",""startDate"":""2021-05-13"",""endDate"":""2021-05-15""},{""time"":161608,""label"":""started_brush"",""startDate"":""2022-01-06"",""endDate"":""2022-02-13""},{""time"":163351,""label"":""tour_next"",""step"":5},{""time"":197520,""label"":""moved_brush"",""startDate"":""2021-08-28"",""endDate"":""2022-02-13""},{""time"":198752,""label"":""tour_next"",""step"":5},{""time"":205126,""label"":""cleared_brush"",""using"":""click""},{""time"":205130,""label"":""cleared_brush"",""using"":""Escape""},{""time"":206853,""label"":""tour_next"",""step"":5},{""time"":245568,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690236410719,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line,4.5,0,0,0,0,0,0,15,0.5,0.5,1,1,3 +So no... these charts are jokes. I work on hundreds of thousands of cases & I take my own notes & keep my own stats & they don't match. I know how many people have ""gastritis"" or ""MRSA"" etc.",545.789,1,"I said everything I needed to say in other comments. Natural immunity is best. Vaccine immunity cannot be passed down generationally. If you want your kids to survive in the future against the manufactured superbugs - (remember the ONLY people immune to AIDS naturally are the direct descendants of the survivors of the Black Death), then make sure you get them sick a lot! Play in dirt! NO VACCINES! Only the strong survive!! Get those correct genes & if you can't work out your epigenome!!!",130.584,2,7,3,4,1,5,6,26.245,1,1,1,1,1,2,6,3,"Sadly this country & it's institutions were already considered decaying by the time John Adams & Thomas Jefferson celebrated the 50th anniversary of the Declaration of Independence. They were correct of course as the Civil War would prove. Reconstruction did not fix the problem as we allowed 50% of the people who never wanted to be American's to remain here with their divisive symbols & anti-governments. The 1960s saw a reversal of polarity in Dems/GOP over state's rights & civil rights but they kicked the can down the road until Reagan decided to blow the whole thing up - leading to us here today with Reaganomics & the destruction not only the middle class, but the Federal budget, & class warfare, overwhelmed by ever increasing polarization of a broken & corrupt 2 party system that desperately needs a 3rd, 4th, & 5th party & the 7 ways our vote is diluted to be broken down step by step. However too many are unaware of even 1 of these examples, let alone all & getting everyone to agree enough on anything is impossible so only another war will fix it. They have done well. None of these institutions are functional enough to fix the problems. ",343.336,4,5,5,2,4,5,71.455,4,1,29.868000000000002,1,1980,Florida,3,2,1,,8,Panama City,,3,4,1,132.186,614f0ec5f1d1b1cb34096c6c,"{""startTime"":1690224047787,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":1003,""label"":""hovered"",""timeHovered"":1482,""week"":""2021-08-30""},{""time"":2671,""label"":""hovered"",""timeHovered"":18905,""week"":""2021-11-08""}]}","{""startTime"":1690224901330,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690223895904,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":510,""label"":""hovered"",""timeHovered"":1471,""week"":""2021-11-29""},{""time"":15998,""label"":""hovered"",""timeHovered"":1337,""week"":""2022-01-03""},{""time"":17386,""label"":""hovered"",""timeHovered"":1204,""week"":""2022-01-03""},{""time"":28457,""label"":""tour_next"",""step"":2},{""time"":32264,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690224032059,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":9030,""label"":""hovered"",""timeHovered"":1633,""week"":""2021-12-27""}]}",1,simple,line,4.2,0,1,1,1.633,1.633,0,15.0,0.5,1.0,1,0.5,1 +2023-07-24 15:10:15,2023-07-24 15:22:17,0,100,722,1,2023-07-24 15:22:18,R_2v0rMKnqNZs4BaV,29.4227,-98.4927,EN,1,8.498,1,4.0,2,9.503,15.008,66,57,27,54.95399999999999,11.892999999999999,1,1,80.46,-3,-3,36.224000000000004,1,52.118,15.107999999999999,4,4,4,5,5,4,,17.382,3,6,4,6,5,5,I honestly don't know,34.049,2,,41.873000000000005,2,7,3,4,1,5,6,13.29,6,6,4,7,3,4,11,10,,69.13,4,3,5,2,4,4,49.836999999999996,2,4,14.527999999999999,2,1996,Texas,6,1,1,,2,,,8,4,2,69.703,60ff1633f27078b103ad25d8,"{""startTime"":1690226122011,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226002351,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690225937559,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":26,""label"":""tour_started""},{""time"":4702,""label"":""tour_next"",""step"":2},{""time"":6153,""label"":""tour_end"",""step"":2},{""time"":7696,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2135,""week"":""52"",""id"":""chart""}]}","{""startTime"":1690225986689,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar,3.7,0,0,0,0.0,0.0,0,15.0,1.0,0.0,1,0.0,2 +2023-07-24 15:10:10,2023-07-24 15:22:18,0,100,728,1,2023-07-24 15:22:19,R_2Evo2DMLI14ENUw,45.0636,-93.2985,EN,1,7.093999999999999,1,2.0,1,6.33,15.015,82,68,84,17.292,111.398,1,1,74.538,-3,-3,96.975,1,24.439,15.122,5,5,5,7,7,5,,53.277,5,6,7,6,5,6,It seems pretty accurate and affirms what I know and have been hearing in the news. ,67.09100000000001,6,I think one of your questions is incomplete? It had weird answers so I didn't answer it.,39.343,2,7,3,4,1,5,6,14.640999999999998,2,5,1,5,6,5,11,10,,16.727999999999998,2,2,3,2,3,3,27.927,2,4,7.457999999999999,2,1988,Minnesota,6,2,1,,2,,,10,4,2,72.445,6103975ca7d27831aba29dfb,"{""startTime"":1690226040037,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690226093819,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690225887157,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":31,""label"":""tour_started""},{""time"":13028,""label"":""tour_next"",""step"":5},{""time"":84694,""label"":""started_brush"",""startDate"":""2021-12-14"",""endDate"":""2022-02-04""},{""time"":86621,""label"":""tour_next"",""step"":5},{""time"":96493,""label"":""moved_brush"",""startDate"":""2021-05-24"",""endDate"":""2021-07-16""},{""time"":97548,""label"":""tour_next"",""step"":5},{""time"":101751,""label"":""cleared_brush"",""using"":""Click""},{""time"":101751,""label"":""cleared_brush"",""using"":""Escape""},{""time"":103244,""label"":""tour_next"",""step"":5},{""time"":107908,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690226024254,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":7624,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1997,""week"":""52"",""id"":""chart""}]}",1,complex,bar,2.5,0,1,1,1.9969999999999999,1.9969999999999999,0,15.0,1.0,0.0,1,1.0,3 +2023-07-24 15:12:49,2023-07-24 15:22:20,0,100,571,1,2023-07-24 15:22:21,R_3qxv4Upt211bWgp,25.7689,-80.1946,EN,1,3.585,1,2.0,1,5.454,15.112,79,84,50,20.486,26.705,1,1,82.166,-3,-3,88.84299999999999,1,42.047,15.013,6,3,2,3,2,5,,61.97,5,2,1,2,2,5,I think the information is accurate but it is displayed in an intentionally misleading way. ,38.809,4,,5.922000000000001,2,7,3,4,1,5,6,17.855999999999998,2,5,6,4,4,5,9,8,,20.62,2,2,2,4,2,2,23.903000000000002,2,2,15.436,2,1996,Florida,7,3,1,,7,,,13,4,2,47.617,6111c95309571f2e5a12b0c7,"{""startTime"":1690226160282,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":43,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5002,""week"":""22"",""id"":""chart""},{""time"":5868,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6225,""week"":""42"",""id"":""chart""},{""time"":13196,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":14783,""week"":""51"",""id"":""chart""},{""time"":28181,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":11978,""week"":""2"",""id"":""chart""}]}","{""startTime"":1690226223172,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226028063,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":25,""label"":""tour_started""},{""time"":7249,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4897,""week"":""48"",""id"":""chart""},{""time"":12419,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1793,""week"":""41"",""id"":""chart""},{""time"":15179,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3735,""week"":""2"",""id"":""chart""},{""time"":19381,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1597,""week"":""52"",""id"":""chart""},{""time"":22258,""label"":""tour_next"",""step"":2},{""time"":24269,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690226144703,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar,2.3,0,0,0,0.0,0.0,0,15.0,1.0,0.0,1,0.0,2 +2023-07-24 15:14:34,2023-07-24 15:22:28,0,100,473,1,2023-07-24 15:22:28,R_3e4FRpTap2YXrV5,39.0809,-108.4925,EN,1,8.718,1,2.0,1,5.629,15.007,29,80,63,22.011999999999997,23.86,1,1,47.628,-3,1,51.788000000000004,1,21.311999999999998,15.008,3,3,2,5,6,2,,30.518,3,5,4,3,3,2,"The data have no error bars, and has been overtaken by events.",47.861999999999995,4,,7.14,2,7,3,4,1,5,6,13.212,2,1,9,5,1,2,2,9,,20.368,5,5,4,2,5,5,32.568000000000005,6,1,12.786,1,1965,Colorado,6,3,1,,7,,,4,3,1,51.178999999999995,5e667f3bc3f30a4050fc8f2f,"{""startTime"":1690226225689,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226256807,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226136855,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":13554,""label"":""tour_next"",""step"":2},{""time"":20979,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690226210048,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar,4.3,0,0,0,0.0,0.0,0,15.0,1.0,0.5,1,1.0,1 +2023-07-24 15:12:51,2023-07-24 15:22:41,0,100,590,1,2023-07-24 15:22:42,R_RXfqe1F8phkQm1H,28.0855,-80.6041,EN,1,3.222,1,3.0,2,4.802,15.118,100,0,37,15.654000000000002,83.435,1,1,52.243,-3,1,42.96,1,16.143,15.122,6,7,7,6,4,6,,17.07,6,5,4,2,6,7,It seems fairly accurate and comprehensive,58.974,4,,146.167,2,7,3,4,1,5,6,15.68,6,5,1,6,5,2,9,8,,16.692999999999998,2,2,3,3,2,2,14.702,3,1,7.499,2,1996,Florida,2,2,1,,7,,,12,4,2,28.336,5490c822fdf99b71ba910e1a,"{""startTime"":1690226211244,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690226133309,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690226016992,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":10979,""label"":""tour_next"",""step"":5},{""time"":17958,""label"":""started_brush"",""startDate"":""2021-05-26"",""endDate"":""2021-06-16""},{""time"":19197,""label"":""moved_brush"",""startDate"":""2021-04-29"",""endDate"":""2021-05-26""},{""time"":19908,""label"":""tour_next"",""step"":5},{""time"":23199,""label"":""moved_brush"",""startDate"":""2021-04-22"",""endDate"":""2021-05-19""},{""time"":23876,""label"":""tour_next"",""step"":5},{""time"":27911,""label"":""cleared_brush"",""using"":""click""},{""time"":27913,""label"":""cleared_brush"",""using"":""Escape""},{""time"":28829,""label"":""tour_next"",""step"":5},{""time"":31597,""label"":""tour_end"",""step"":5},{""time"":37665,""label"":""started_brush"",""startDate"":""2021-05-11"",""endDate"":""2021-06-01""},{""time"":38977,""label"":""moved_brush"",""startDate"":""2021-05-11"",""endDate"":""2021-06-22""},{""time"":40529,""label"":""moved_brush"",""startDate"":""2021-06-07"",""endDate"":""2021-06-22""},{""time"":47770,""label"":""started_brush"",""startDate"":""2021-07-04"",""endDate"":""2021-09-01""},{""time"":49091,""label"":""moved_brush"",""startDate"":""2021-05-29"",""endDate"":""2021-09-01""},{""time"":53083,""label"":""moved_brush"",""startDate"":""2021-05-29"",""endDate"":""2022-02-13""},{""time"":58876,""label"":""moved_brush"",""startDate"":""2021-12-08"",""endDate"":""2022-02-13""},{""time"":62185,""label"":""hovered"",""timeHovered"":2938,""week"":""2022-01-10""},{""time"":65313,""label"":""hovered"",""timeHovered"":1586,""week"":""2022-01-10""},{""time"":78119,""label"":""moved_brush"",""startDate"":""2021-12-08"",""endDate"":""2022-02-13""},{""time"":82272,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-02-13""}]}","{""startTime"":1690226117606,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":4796,""label"":""started_brush"",""startDate"":""2021-07-07"",""endDate"":""2022-02-13""},{""time"":8469,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-18""},{""time"":10429,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-18""},{""time"":11150,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-18""},{""time"":12198,""label"":""moved_brush"",""startDate"":""2021-05-12"",""endDate"":""2021-11-18""},{""time"":12654,""label"":""moved_brush"",""startDate"":""2021-06-26"",""endDate"":""2021-11-18""},{""time"":12882,""label"":""cleared_brush"",""using"":""click""},{""time"":12883,""label"":""cleared_brush"",""using"":""Escape""}]}",1,complex,line,2.3,1,8,0,0.0,0.0,8087,15.0,1.0,0.5,1,1.0,3 +2023-07-24 14:45:05,2023-07-24 15:23:06,0,100,2280,1,2023-07-24 15:23:07,R_1GII6MasRvyBaq8,39.8791,-79.8327,EN,1,27.651,1,1.0,1,5.532,15.005,100,100,50,18.701,23.436,1,1,112.245,-2,1,646.7130000000001,1,49.218999999999994,15.107999999999999,7,7,1,7,7,7,,22.215,7,7,7,5,5,7,It is very easy to read and makes sense with what we know about vaccinations etc.,192.821,3,,7.995,2,7,3,4,1,5,6,20.215999999999998,4,10,10,10,5,4,9,11,,18.891,1,1,1,5,1,1,19.822,3,1,12.356,2,2000,Pennsylvania,2,2,1,,7,,,3,4,1,81.413,59ff85cb7542890001aa60f1,"{""startTime"":1690225909327,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":3157,""label"":""hovered"",""timeHovered"":3825,""week"":""2022-01-10""},{""time"":9010,""label"":""hovered"",""timeHovered"":1020,""week"":""2022-01-10""}]}","{""startTime"":1690225931916,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690224383746,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":11581,""label"":""tour_next"",""step"":2},{""time"":16861,""label"":""tour_end"",""step"":2},{""time"":18827,""label"":""hovered"",""timeHovered"":1810,""week"":""2022-01-03""}]}","{""startTime"":1690225893908,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":9668,""label"":""hovered"",""timeHovered"":2724,""week"":""2022-01-10""}]}",1,moderate,line,1.7,0,1,1,2.7239999999999998,2.7239999999999998,0,15.0,1.0,0.5,1,0.5,2 +2023-07-24 15:12:26,2023-07-24 15:23:27,0,100,660,1,2023-07-24 15:23:27,R_3et5q2iB0eNHxL3,37.3392,-77.4175,EN,1,7.029,1,2.0,1,7.187,15.112,81,26,42,31.675,104.738,-2,1,50.54,-2,-3,66.038,1,40.715,15.005999999999998,5,4,5,4,5,5,,38.208,4,4,3,1,2,5,I am not sure how these numbers were gathered,43.368,5,,14.232000000000001,2,7,3,4,1,5,6,21.643,3,4,10,5,3,8,6,8,,35.461,2,3,2,4,4,3,31.695999999999998,7,1,17.579,2,1971,Virginia,6,3,1,,7,,,17,2,2,70.67399999999999,61112c05608ea60cb93f04f0,"{""startTime"":1690226255389,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690226180690,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690226018723,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":25373,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3954,""week"":""1"",""id"":""chart""},{""time"":30077,""label"":""tour_next"",""step"":5},{""time"":42316,""label"":""started_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-06-24""},{""time"":43466,""label"":""tour_next"",""step"":5},{""time"":54250,""label"":""started_brush"",""startDate"":""2021-07-09"",""endDate"":""2021-09-15""},{""time"":59239,""label"":""tour_back"",""step"":5},{""time"":63482,""label"":""started_brush"",""startDate"":""2021-05-17"",""endDate"":""2021-08-10""},{""time"":64161,""label"":""tour_next"",""step"":5},{""time"":65731,""label"":""moved_brush"",""startDate"":""2021-05-17"",""endDate"":""2021-08-10""},{""time"":67550,""label"":""moved_brush"",""startDate"":""2021-09-22"",""endDate"":""2021-12-17""},{""time"":68218,""label"":""tour_next"",""step"":5},{""time"":77229,""label"":""cleared_brush"",""using"":""Click""},{""time"":77229,""label"":""cleared_brush"",""using"":""Escape""},{""time"":79188,""label"":""tour_next"",""step"":5},{""time"":85514,""label"":""tour_end"",""step"":5},{""time"":89425,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1835,""week"":""51"",""id"":""chart""},{""time"":101481,""label"":""cleared_brush"",""using"":""Click""}]}","{""startTime"":1690226165100,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar,3.0,0,0,0,0.0,0.0,0,15.0,0.5,0.0,1,1.0,3 +2023-07-24 15:12:44,2023-07-24 15:23:57,0,100,672,1,2023-07-24 15:23:57,R_2wyMY0duv4KO8Y8,42.5138,-82.9396,EN,1,8.162,1,2.0,2,7.295,15.112,100,100,55,34.592,44.82899999999999,-2,1,46.981,1,1,106.38600000000001,1,59.033,15.015999999999998,6,5,6,6,6,6,Great Survey Thank You,52.685,5,6,6,5,6,6,It is from the CDC,44.738,3,,15.712,2,7,3,4,1,5,6,27.21,4,4,8,6,6,6,9,6,,22.201999999999998,4,3,4,3,4,4,37.879,4,2,10.972000000000001,1,1983,Michigan,2,1,1,,7,,,4,3,2,60.748999999999995,5ef42ba59401801d9f859e2d,"{""startTime"":1690226292868,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226214612,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226047155,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":14857,""label"":""tour_next"",""step"":2},{""time"":21119,""label"":""tour_end"",""step"":2},{""time"":22409,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6456,""week"":""52"",""id"":""chart""},{""time"":28901,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1631,""week"":""1"",""id"":""chart""},{""time"":30667,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":9265,""week"":""6"",""id"":""chart""},{""time"":39977,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2392,""week"":""5"",""id"":""chart""}]}","{""startTime"":1690226199131,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":9431,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3678,""week"":""52"",""id"":""chart""},{""time"":13365,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2024,""week"":""1"",""id"":""chart""}]}",1,moderate,bar,3.7,0,2,2,5.702000000000001,2.8510000000000004,3934,15.0,0.5,1.0,1,1.0,2 +2023-07-24 15:12:57,2023-07-24 15:25:35,0,100,758,1,2023-07-24 15:25:36,R_DOHC8sKb12DS0pP,42.6002,-83.0033,EN,1,5.3839999999999995,1,3.0,2,8.61,15.015999999999998,75,99,66,27.041999999999998,13.558,1,-1,154.94299999999998,-3,-3,88.81200000000001,-3,21.805,15.015999999999998,6,6,6,6,6,6,,25.163,6,6,5,4,4,6,It is provided by the CDC,42.846000000000004,4,,8.935,2,7,3,4,1,5,6,26.271,6,5,6,8,6,7,7,8,,11.773,3,3,2,5,3,2,21.265,2,2,18.402,1,1993,California,6,2,1,,3,,,9,3,1,87.803,62bc3401dc67c7598dbba4a6,"{""startTime"":1690226326057,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226248724,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":2932,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1412,""week"":""3"",""id"":""chart""}]}","{""startTime"":1690226116794,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":5348,""label"":""tour_next"",""step"":2},{""time"":8965,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690226232612,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar,3.0,0,0,0,0.0,0.0,0,15.0,0.5,0.0,0,0.0,2 +2023-07-24 15:11:15,2023-07-24 15:26:19,0,100,904,1,2023-07-24 15:26:20,R_1DAcuNLUbJ2hUoq,33.5879,-86.3384,EN,1,12.899000000000001,2,,2,5.484,15.112,61,78,54,75.252,42.769,1,1,71.902,-3,-3,93.257,-3,36.379,15.012,2,2,2,6,5,2,,68.783,5,6,4,2,5,4,"I have doubts about it, but I understand it could be correct. I'm not one hundred percent sure either way.",94.639,5,,14.249,2,7,3,4,1,5,6,30.45,1,1,6,6,1,1,6,6,,72.447,2,2,3,4,2,2,48.85,4,1,42.36600000000001,2,1986,Alabama,3,2,1,,7,,,3,1,1,78.52,5b70ed4b99982e000145eb7b,"{""startTime"":1690226156467,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226226363,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226003420,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":11038,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1868,""week"":""52"",""id"":""chart""},{""time"":12907,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2752,""week"":""52"",""id"":""chart""},{""time"":15709,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1218,""week"":""2"",""id"":""chart""},{""time"":18529,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6423,""week"":""52"",""id"":""chart""},{""time"":27783,""label"":""tour_next"",""step"":2},{""time"":36109,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690226140697,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":9334,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1534,""week"":""52"",""id"":""chart""},{""time"":10920,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1237,""week"":""1"",""id"":""chart""}]}",1,moderate,bar,2.5,0,2,2,2.7710000000000004,1.3855,1586,15.0,1.0,0.0,0,0.0,2 +2023-07-24 15:06:38,2023-07-24 15:26:20,0,100,1181,1,2023-07-24 15:26:20,R_br9Wqv0xCwN5qG5,26.099,-80.1822,EN,1,3.094,1,2.0,1,4.846,16.227,82,100,68,46.714,12.892999999999999,1,1,82.117,-3,1,102.11200000000001,1,57.108000000000004,15.107000000000001,6,6,6,7,6,6,,53.644,7,7,6,4,5,6,"I have no reason to suspect the information is incorrect, but I never know for sure.",52.651,4,,10.081,2,7,3,4,1,5,6,12.872,2,3,6,2,3,3,8,8,,30.301,4,4,4,3,4,4,23.371,2,2,9.692,1,1997,Florida,6,3,1,,3,,,6,2,1,205.533,63127690860023ab6b50a0b2,"{""startTime"":1690226190431,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690225818784,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690225686945,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":4087,""label"":""tour_next"",""step"":2},{""time"":9165,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690225803085,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6799,""label"":""hovered"",""timeHovered"":1682,""week"":""2022-01-17""}]}",1,moderate,line,3.8,0,1,1,1.682,1.682,0,15.0,1.0,0.5,1,0.5,2 +2023-07-24 15:18:36,2023-07-24 15:26:31,0,100,474,1,2023-07-24 15:26:32,R_1DSuRuz3dfwERyk,48.1701,-117.1449,EN,1,3.8,2,,1,2.693,15.011,42,70,66,22.467,16.407,1,1,60.598,1,1,54.231,1,33.914,15.009,4,1,2,5,3,3,,22.523000000000003,2,6,5,2,2,3,"Because it only displays the numbers for all ages, and doesn't display any other factors in the graph. It is misleading.",50.04,7,,6.171,2,7,3,4,1,5,6,14.913,2,6,9,4,3,7,9,9,,34.417,5,5,5,1,5,5,16.995,7,1,18.01,2,1977,Washington,6,2,1,,7,,,13,1,1,48.733000000000004,63f8ea59e15f3632cde9e8dd,"{""startTime"":1690226527927,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226457519,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226370525,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":7731,""label"":""tour_next"",""step"":2},{""time"":9667,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690226441944,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":5419,""label"":""hovered"",""timeHovered"":1230,""week"":""2022-01-10""}]}",1,moderate,line,4.3,0,1,1,1.23,1.23,0,15.0,1.0,1.0,1,1.0,2 +2023-07-24 15:12:38,2023-07-24 15:26:35,0,100,836,1,2023-07-24 15:26:36,R_1laeZYOJBiYV0JY,33.5982,-112.3724,EN,1,10.475999999999999,1,4.0,1,53.963,15.105,84,71,43,39.648,47.428999999999995,-2,-3,75.189,-3,-3,65.067,-1,65.249,15.005999999999998,6,4,5,6,7,5,It's interesting that vaccinated and unvaccinated cases spiked around the same time span. ,80.39399999999999,5,6,4,4,2,6,"I would say it looks fairly accurate, having both unvaccinated and vaccinated spike around the same time of year.",76.904,2,"I don't know if this is the end of the survey, but there was a page that was messed up. I will actually send a message on Prolific that is more specific.",31.36,2,7,3,4,1,5,6,22.976999999999997,4,3,5,8,4,6,9,8,N/A.,56.511,2,2,2,4,3,1,34.501,2,2,14.220999999999998,2,1985,Arizona,6,1,1,,7,,,16,4,1,73.218,634e1076f43266192b130e13,"{""startTime"":1690226230179,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":32,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5512,""week"":""3"",""id"":""chart""}]}","{""startTime"":1690226311426,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226091089,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":8749,""label"":""tour_next"",""step"":2},{""time"":12899,""label"":""tour_end"",""step"":2},{""time"":13573,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1368,""week"":""52"",""id"":""chart""},{""time"":18044,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1014,""week"":""51"",""id"":""chart2""},{""time"":21927,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4183,""week"":""52"",""id"":""chart2""},{""time"":26880,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2933,""week"":""6"",""id"":""chart2""}]}","{""startTime"":1690226214623,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":5373,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2101,""week"":""52"",""id"":""chart""}]}",1,simple,bar,2.3,0,1,1,2.101,2.101,0,15.0,0.0,0.0,0,0.0,1 +2023-07-24 15:08:07,2023-07-24 15:26:46,0,100,1118,1,2023-07-24 15:26:47,R_V57K3KdHTiieWRj,28.2683,-82.2912,EN,1,12.73,1,3.0,1,12.622,15.167,98,71,49,24.230999999999998,49.91,-2,1,43.184,-3,-2,67.792,1,34.602,15.119000000000002,4,6,4,5,6,4,,23.447,6,6,6,5,4,4,dont know if the chart is scientifically true or not,67.962,4,,8.498,2,7,3,4,1,5,6,35.61,3,1,4,1,1,1,10,4,,23.779,5,1,1,3,3,1,40.856,1,1,17.912,2,1991,Florida,3,2,1,,4,,,4,2,1,115.92,62718acba39cea360d198b7d,"{""startTime"":1690226404766,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226304519,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226190058,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":40,""label"":""tour_started""},{""time"":14959,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3479,""week"":""52"",""id"":""chart""},{""time"":18482,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2307,""week"":""1"",""id"":""chart""},{""time"":26711,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1045,""week"":""14"",""id"":""chart""},{""time"":32353,""label"":""tour_next"",""step"":2},{""time"":45131,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690226288334,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":7009,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1579,""week"":""52"",""id"":""chart""}]}",1,simple,bar,2.3,0,1,1,1.579,1.579,0,15.0,0.5,0.0,1,0.5,1 +2023-07-24 15:15:27,2023-07-24 15:26:51,0,100,684,1,2023-07-24 15:26:52,R_2v2HQ9SE0VEQpM8,41.8307,-71.3982,EN,1,19.961,1,1.0,1,7.107,15.014000000000001,85,100,50,18.538,70.807,-2,1,34.086999999999996,-2,-2,44.008,1,42.964,15.017000000000001,7,6,7,7,7,7,,22.236,7,7,6,7,6,7,I believe that it is a correct visualization of the data compiled by the CDC. I trust that the CDC is telling the truth when it comes to the data of reported COVID cases among both vaccinated and unvaccinated individuals.,68.176,4,,6.084,2,7,3,4,1,5,6,15.81,2,3,3,4,5,4,8,3,,41.005,3,4,4,1,5,3,110.791,1,3,51.81,2,1963,Rhode Island,3,1,1,,7,,,15,4,2,56.588,645950b676754e48ae4e15fb,"{""startTime"":1690226409406,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226322316,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226200470,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":19,""label"":""tour_started""},{""time"":1772,""label"":""hovered"",""timeHovered"":4627,""week"":""2021-09-27""},{""time"":6438,""label"":""hovered"",""timeHovered"":1214,""week"":""2021-09-20""},{""time"":8346,""label"":""hovered"",""timeHovered"":1120,""week"":""2022-01-03""},{""time"":9522,""label"":""hovered"",""timeHovered"":5546,""week"":""2021-12-27""},{""time"":27211,""label"":""tour_next"",""step"":2},{""time"":31330,""label"":""tour_end"",""step"":2},{""time"":40979,""label"":""hovered"",""timeHovered"":1863,""week"":""2021-05-31""},{""time"":65695,""label"":""hovered"",""timeHovered"":3048,""week"":""2022-01-17""}]}","{""startTime"":1690226306494,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":5034,""label"":""hovered"",""timeHovered"":2256,""week"":""2022-01-03""},{""time"":12820,""label"":""hovered"",""timeHovered"":1455,""week"":""2021-12-27""}]}",1,simple,line,3.3,0,2,2,3.7110000000000003,1.8555,7786,15.0,0.5,0.0,1,0.5,1 +2023-07-24 15:10:43,2023-07-24 15:26:53,0,100,970,1,2023-07-24 15:26:54,R_r2QwL9Mvqm81O49,35.2025,-97.4835,EN,1,20.572,1,3.0,1,10.615,15.112,65,100,71,19.750999999999998,54.556000000000004,-2,1,81.202,1,-3,189.315,1,22.999000000000002,15.007,6,6,6,6,6,6,,47.942,6,6,6,6,6,6,Because it conveys the data in an understandable way.,73.117,4,,21.118000000000002,2,7,3,4,1,5,6,22.182,1,2,2,3,5,1,7,6,,30.357,3,2,5,2,3,2,179.915,1,1,46.173,1,1983,Oklahoma,2,2,1,,7,,,1,4,2,77.831,5ee925739ae9771465f5f713,"{""startTime"":1690226167113,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226070676,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690225918891,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":6518,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1733,""week"":""1"",""id"":""chart""},{""time"":23034,""label"":""tour_next"",""step"":2},{""label"":""window_blurred"",""time"":24525},{""label"":""window_focused"",""time"":44399},{""time"":50186,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1366,""week"":""1"",""id"":""chart2""},{""time"":52754,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690226055422,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":9287,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1466,""week"":""52"",""id"":""chart2""}]}",1,simple,bar,2.8,0,1,1,1.466,1.466,0,15.0,0.5,0.5,1,0.5,1 +2023-07-24 15:16:00,2023-07-24 15:26:56,0,100,656,1,2023-07-24 15:26:57,R_2YmQjahoYljku1C,41.8847,-88.3028,EN,1,29.066,1,2.0,1,4.285,15.082,92,100,76,27.193,22.331999999999997,1,1,110.411,-3,1,44.096000000000004,-3,25.385,15.009,6,6,6,7,7,7,,103.625,6,7,7,7,5,7,It makes sense and the trends follow what I remember hearing about.,59.451,6,,16.032,2,7,3,4,1,5,6,13.575999999999999,7,7,3,7,8,7,10,10,,27.158,3,4,4,2,4,4,27.643,1,1,7.531000000000001,1,1991,Illinois,6,2,1,,2,,,7,4,2,49.595,5e2d0dd5be23b2320e23993a,"{""startTime"":1690226413203,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226517707,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226254497,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":50,""label"":""tour_started""},{""time"":7737,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1083,""week"":""28"",""id"":""chart""},{""time"":11238,""label"":""tour_next"",""step"":2},{""time"":18581,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690226397446,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar,3.5,0,0,0,0.0,0.0,0,15.0,1.0,0.5,0,1.0,1 +2023-07-24 15:13:14,2023-07-24 15:26:58,0,100,824,1,2023-07-24 15:26:59,R_3saxI91Ym3CYuLg,41.873999999999995,-71.3844,EN,1,16.724,1,3.0,2,6.907,15.008,97,96,22,17.712,28.563000000000002,1,-2,47.673,-2,1,28.518,-3,30.115,15.008,6,5,6,5,7,6,,35.672,5,6,5,3,2,7,"I feel like the source is trustworthy,",27.303,6,,7.146,2,7,3,4,1,5,6,16.428,2,5,5,6,4,2,9,8,,24.439,2,2,2,4,2,4,39.515,1,1,13.647,1,1999,Rhode Island,2,2,1,,7,,,3,4,2,55.681000000000004,63d7aa4a4f19508a5401cc2a,"{""startTime"":1690226157464,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226193750,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226064682,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":10447,""label"":""tour_next"",""step"":2},{""time"":17505,""label"":""tour_end"",""step"":2},{""time"":21802,""label"":""hovered"",""timeHovered"":1495,""week"":""2022-01-03""}]}","{""startTime"":1690226141860,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":8986,""label"":""hovered"",""timeHovered"":1340,""week"":""2021-12-27""},{""time"":13099,""label"":""hovered"",""timeHovered"":1563,""week"":""2021-12-27""}]}",1,simple,line,2.7,0,2,2,2.903,1.4515,4113,15.0,0.5,0.5,0,0.5,1 +2023-07-24 15:12:03,2023-07-24 15:26:59,0,100,895,1,2023-07-24 15:26:59,R_3J901p3E7dCP4ZT,41.5883,-87.4593,EN,1,2.989,1,2.0,2,20.555999999999997,15.407,55,55,50,9.68,17.506,1,1,60.881,1,1,38.527,-3,14.450999999999999,15.083,4,4,4,4,4,4,,6.05,4,4,4,4,4,4,I have no reason to not trust,14.249,4,,4.047,2,7,3,4,1,5,6,13.7,6,6,6,6,6,6,6,6,,5.207000000000001,4,3,4,3,3,3,7.481,3,3,4.645,2,1985,Indiana,7,1,1,,7,,,11,4,2,104.449,5e7a0da5c8327f0406f24b9a,"{""startTime"":1690226101321,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226073204,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_focused"",""time"":4794}]}","{""startTime"":1690225978337,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":11285,""label"":""tour_next"",""step"":2},{""time"":14180,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690226057582,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":6177},{""label"":""window_focused"",""time"":13867}]}",1,simple,line,3.3,0,0,0,0.0,0.0,0,6.1770000000000005,1.0,1.0,0,1.0,1 +2023-07-24 15:18:49,2023-07-24 15:27:02,0,100,492,1,2023-07-24 15:27:03,R_77Af0HnfiFW5ZWF,34.9672,-81.0491,EN,1,6.026,2,,2,2.763,15.114,0,100,13,15.633,22.590999999999998,1,1,41.012,-2,1,47.049,-3,24.133000000000003,15.113,1,1,7,4,4,1,,33.839,2,7,4,1,1,1,I have no idea where the data is coming from,42.887,1,,6.676,2,7,3,4,1,5,6,17.852,1,1,6,1,1,3,4,6,,30.365,3,2,1,4,3,3,26.436,4,1,16.73,1,1999,South Carolina,3,2,1,,7,,,13,4,2,88.273,6315a6e79ee2ce17a350a08a,"{""startTime"":1690226552994,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7273,""label"":""source_clicked""},{""label"":""window_blurred"",""time"":7285},{""label"":""window_focused"",""time"":11578}]}","{""startTime"":1690226490638,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226410845,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":6858,""label"":""tour_next"",""step"":2},{""time"":10769,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690226475153,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":3072,""label"":""hovered"",""timeHovered"":1085,""week"":""2021-12-20""}]}",1,simple,line,2.7,0,1,1,1.085,1.085,0,15.0,1.0,0.5,0,1.0,1 +2023-07-24 15:19:01,2023-07-24 15:27:21,0,100,500,1,2023-07-24 15:27:22,R_3W66n9ICt4f3cE9,35.7614,-78.6015,EN,1,27.252,1,3.0,2,5.255,15.02,100,100,54,15.503,28.325,-3,1,32.703,-2,-3,47.091,1,22.401,15.02,5,5,5,5,2,5,I didn't even notice the source until prompted to look for it.,32.703,6,5,5,5,4,6,It intuitively makes sense that those with a vaccine would catch Covid less often.,23.263,4,There was one question...that didn't have a question. It had placeholder text. I skipped it. ,28.816,2,7,3,4,1,5,6,20.267,6,7,3,5,7,6,9,8,,20.525,2,1,3,4,3,2,39.0,2,3,16.980999999999998,2,1994,North Carolina,6,2,1,,3,,,5,4,1,59.31,63b8342eb371f007b0651c7e,"{""startTime"":1690226544740,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226492501,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226414984,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":7123,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2459,""week"":""52"",""id"":""chart""},{""time"":11013,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1735,""week"":""33"",""id"":""chart""},{""time"":13463,""label"":""tour_next"",""step"":2},{""time"":18821,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1276,""week"":""52"",""id"":""chart2""},{""time"":20877,""label"":""tour_end"",""step"":2},{""time"":23598,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1540,""week"":""52"",""id"":""chart2""},{""time"":25548,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1528,""week"":""52"",""id"":""chart""}]}","{""startTime"":1690226476890,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":5392,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2362,""week"":""51"",""id"":""chart2""},{""time"":8544,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2348,""week"":""50"",""id"":""chart2""},{""time"":10922,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1561,""week"":""49"",""id"":""chart2""},{""time"":12648,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1587,""week"":""50"",""id"":""chart2""},{""time"":14315,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1134,""week"":""51"",""id"":""chart2""}]}",1,simple,bar,2.5,0,5,5,8.992,1.7984000000000002,8923,15.0,0.5,0.0,1,0.5,1 +2023-07-24 15:15:13,2023-07-24 15:27:38,0,100,744,1,2023-07-24 15:27:39,R_5ssJoaxtNN6s9WN,36.9102,-121.7564,EN,1,54.559,1,2.0,2,6.102,15.17,50,5,8,15.876,79.581,1,1,38.329,1,1,73.064,1,34.403,15.193,6,4,6,6,6,6,,28.416,4,5,5,4,3,6,It was put out by the CDC.,68.053,6,,10.412,2,7,3,4,1,5,6,22.364,3,6,5,6,5,6,10,10,,16.578,4,4,4,2,4,4,42.555,2,3,21.985,2,1980,California,6,3,1,,8,Scotts Valley,,8,4,2,87.61399999999999,5e8bf957b7e6de0e5571b507,"{""startTime"":1690226374622,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690226405162,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690226241477,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":72,""label"":""tour_started""},{""time"":12756,""label"":""tour_next"",""step"":5},{""time"":18241,""label"":""tour_back"",""step"":5},{""time"":20510,""label"":""tour_next"",""step"":5},{""time"":24006,""label"":""cleared_brush"",""using"":""click""},{""time"":33180,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-16""},{""time"":34328,""label"":""tour_next"",""step"":5},{""time"":39383,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-16""},{""time"":39621,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-16""},{""time"":42573,""label"":""tour_next"",""step"":5},{""time"":48970,""label"":""moved_brush"",""startDate"":""2021-04-12"",""endDate"":""2021-11-17""},{""time"":49243,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-16""},{""time"":49419,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-11-16""},{""time"":53734,""label"":""moved_brush"",""startDate"":""2021-07-08"",""endDate"":""2022-02-13""},{""time"":57908,""label"":""cleared_brush"",""using"":""click""},{""time"":57920,""label"":""cleared_brush"",""using"":""Escape""},{""time"":59384,""label"":""tour_next"",""step"":5},{""time"":62778,""label"":""tour_end"",""step"":5},{""time"":69352,""label"":""started_brush"",""startDate"":""2021-11-18"",""endDate"":""2021-11-24""},{""time"":76252,""label"":""started_brush"",""startDate"":""2021-12-15"",""endDate"":""2022-01-07""}]}","{""startTime"":1690226357579,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line,3.7,0,0,0,0.0,0.0,0,15.0,1.0,1.0,1,1.0,3 +2023-07-24 15:13:39,2023-07-24 15:27:44,0,100,844,1,2023-07-24 15:27:44,R_uqbFKtNTGdBi05H,36.0119,-115.0433,EN,1,14.671,1,2.0,1,6.5729999999999995,15.014000000000001,100,100,85,13.6,69.095,1,-3,38.961999999999996,1,1,73.205,1,102.773,16.07,6,4,6,6,6,6,,174.39700000000002,4,7,6,3,3,6,It seems accurate,34.855,4,,4.675,2,7,3,4,1,5,6,22.149,1,1,3,2,2,1,11,7,,31.55,2,3,3,3,3,4,21.633000000000003,2,1,14.59,3,2001,Nevada,3,2,1,,7,,,6,3,2,98.775,6440215c5fcae4dfceb6c854,"{""startTime"":1690226313354,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":21540},{""label"":""window_focused"",""time"":48257},{""label"":""window_blurred"",""time"":49928},{""label"":""window_focused"",""time"":76283},{""label"":""window_blurred"",""time"":77886},{""label"":""window_focused"",""time"":119173},{""label"":""window_blurred"",""time"":120087},{""label"":""window_focused"",""time"":120895},{""label"":""window_blurred"",""time"":133278},{""label"":""window_focused"",""time"":134109},{""label"":""window_blurred"",""time"":135465},{""label"":""window_focused"",""time"":151183}]}","{""startTime"":1690226217990,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_focused"",""time"":3674},{""label"":""window_blurred"",""time"":4759},{""label"":""window_focused"",""time"":5708},{""label"":""window_blurred"",""time"":32027},{""label"":""window_focused"",""time"":44102}]}","{""startTime"":1690226091925,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":4,""label"":""tour_started""},{""time"":10081,""label"":""hovered"",""timeHovered"":1026,""week"":""2021-04-26""},{""time"":16748,""label"":""hovered"",""timeHovered"":1133,""week"":""2022-01-03""},{""time"":18094,""label"":""hovered"",""timeHovered"":1160,""week"":""2021-12-27""},{""time"":23161,""label"":""hovered"",""timeHovered"":2039,""week"":""2022-02-07""},{""time"":38495,""label"":""hovered"",""timeHovered"":1092,""week"":""2021-12-20""},{""time"":41054,""label"":""hovered"",""timeHovered"":1120,""week"":""2021-12-13""},{""time"":48320,""label"":""tour_next"",""step"":2},{""time"":52721,""label"":""tour_end"",""step"":2},{""time"":63205,""label"":""hovered"",""timeHovered"":1704,""week"":""2021-12-27""},{""time"":66326,""label"":""hovered"",""timeHovered"":1654,""week"":""2022-01-03""}]}","{""startTime"":1690226200570,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":4240}]}",1,simple,line,3.0,0,0,0,0.0,0.0,0,4.24,0.5,1.0,1,0.5,1 +2023-07-24 15:17:27,2023-07-24 15:27:59,0,100,632,1,2023-07-24 15:28:00,R_QhxAv8wKhsbvTln,44.1807,-88.476,EN,1,10.105,1,4.0,2,5.05,15.112,63,38,22,33.444,50.206,1,-3,73.75399999999999,-2,-3,61.727,1,37.348,15.009,6,5,6,5,6,6,,26.865,5,3,3,2,2,6,It seems accurate based on historical reference.,43.354,5,,6.359,2,7,3,4,1,5,6,20.002,1,4,9,4,9,6,9,9,,20.054000000000002,4,4,5,1,4,4,24.730999999999998,3,2,14.683,2,1964,Wisconsin,3,2,1,,7,,,8,3,1,125.321,5d227f901e99f80018c60e1f,"{""startTime"":1690226534077,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226463755,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":4425,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1386,""week"":""52"",""id"":""chart2""}]}","{""startTime"":1690226322776,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":24,""label"":""tour_started""},{""time"":8464,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2468,""week"":""52"",""id"":""chart""},{""time"":11781,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1384,""week"":""1"",""id"":""chart""},{""time"":14732,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1083,""week"":""51"",""id"":""chart""},{""time"":17714,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6351,""week"":""32"",""id"":""chart""},{""time"":29389,""label"":""tour_next"",""step"":2},{""time"":32832,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4217,""week"":""47"",""id"":""chart2""},{""time"":38733,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2399,""week"":""52"",""id"":""chart2""},{""time"":41901,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2550,""week"":""51"",""id"":""chart2""},{""time"":45927,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690226448252,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":10578,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1131,""week"":""52"",""id"":""chart2""}]}",1,simple,bar,3.7,0,1,1,1.131,1.131,0,15.0,0.5,0.0,1,0.5,1 +2023-07-24 15:17:29,2023-07-24 15:28:16,0,100,646,1,2023-07-24 15:28:16,R_6RvijjY9xFhfJLP,37.0313,-122.1198,EN,1,12.071,1,2.0,1,5.702999999999999,15.110999999999999,75,82,60,20.053,35.021,1,-3,57.994,1,1,102.406,1,35.783,15.112,5,2,5,6,6,5,,45.755,3,5,3,2,3,3,I understand that it states that the source is the cdc however there is no information on how and where the data was collected from so I don't know how accurate it truly is,107.43,4,,8.783,2,7,3,4,1,5,6,20.405,2,2,4,5,2,2,8,9,,19.525,4,4,5,1,5,5,31.855,2,2,8.234,2,2001,California,6,3,4,turkish,5,,,17,4,2,58.89,60fd0c846628ee39883458ed,"{""startTime"":1690226468451,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":19,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1409,""week"":""2"",""id"":""chart""},{""time"":3906,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1348,""week"":""51"",""id"":""chart""},{""time"":7691,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1497,""week"":""50"",""id"":""chart""},{""time"":9194,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2761,""week"":""50"",""id"":""chart""},{""time"":12043,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1694,""week"":""51"",""id"":""chart""},{""time"":13827,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2494,""week"":""50"",""id"":""chart""}]}","{""startTime"":1690226514786,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226313421,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":3547,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4125,""week"":""51"",""id"":""chart""},{""time"":12794,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3209,""week"":""1"",""id"":""chart""},{""time"":17275,""label"":""tour_next"",""step"":2},{""time"":21374,""label"":""tour_end"",""step"":2},{""time"":24395,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1193,""week"":""14"",""id"":""chart""},{""time"":28147,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5772,""week"":""50"",""id"":""chart""}]}","{""startTime"":1690226451791,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":5767,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1197,""week"":""51"",""id"":""chart""},{""time"":7071,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2176,""week"":""52"",""id"":""chart""},{""time"":9271,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2779,""week"":""1"",""id"":""chart""}]}",1,moderate,bar,4.0,0,3,3,6.152,2.050666666666667,3504,15.0,0.5,1.0,1,1.0,2 +2023-07-24 15:13:29,2023-07-24 15:28:32,0,100,903,1,2023-07-24 15:28:32,R_2f0T9P7MRPOj6Lb,40.1137,-74.8599,EN,1,66.09899999999999,1,2.0,2,7.433,15.01,90,100,78,27.105999999999998,51.428999999999995,1,1,70.582,-2,1,41.747,-2,74.26899999999999,15.109000000000002,7,6,6,7,7,7,,26.909000000000002,6,7,7,6,5,7,"I mean, regardless of the illness, vaccines work. It's not terribly hard for me to understand that vaccinated vs unvaccinated, those without the vaccine are always more at risk. ",98.624,5,,8.809,2,7,3,4,1,5,6,19.949,5,6,3,4,6,4,10,10,,16.898,3,3,4,3,5,3,32.383,2,1,11.684000000000001,1,1988,Pennsylvania,2,2,1,,9,,Croydon,4,4,1,44.568000000000005,558980cdfdf99b7ae47f5a75,"{""startTime"":1690226628270,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226482968,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_focused"",""time"":24843}]}","{""startTime"":1690226344563,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":9281,""label"":""tour_next"",""step"":2},{""time"":14177,""label"":""tour_end"",""step"":2},{""time"":20047,""label"":""hovered"",""timeHovered"":1819,""week"":""2021-04-12""},{""time"":22310,""label"":""hovered"",""timeHovered"":1972,""week"":""2021-04-12""},{""time"":29909,""label"":""hovered"",""timeHovered"":1677,""week"":""2021-12-27""},{""time"":31838,""label"":""hovered"",""timeHovered"":2549,""week"":""2022-01-03""},{""time"":37219,""label"":""hovered"",""timeHovered"":2272,""week"":""2022-01-17""},{""time"":39694,""label"":""hovered"",""timeHovered"":1069,""week"":""2022-01-10""},{""time"":41705,""label"":""hovered"",""timeHovered"":1675,""week"":""2021-12-27""},{""time"":44311,""label"":""hovered"",""timeHovered"":1589,""week"":""2021-12-13""},{""time"":49145,""label"":""hovered"",""timeHovered"":1403,""week"":""2021-06-14""}]}","{""startTime"":1690226467390,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":13333}]}",1,simple,line,3.5,0,0,0,0.0,0.0,0,13.333,1.0,0.5,0,1.0,1 +2023-07-24 15:06:30,2023-07-24 15:28:32,0,100,1321,1,2023-07-24 15:28:33,R_20OsPxNwKx9PcOU,30.2304,-97.7243,EN,1,6.249,1,2.0,2,8.49,15.107999999999999,84,79,9,58.535,26.361,1,-2,198.52700000000002,-2,1,351.38699999999994,-2,97.50299999999999,15.008,6,6,6,6,6,7,no,51.313,7,6,6,6,6,6,It is clear and easy to read the chart,82.35,4,no,21.568,2,7,3,4,1,5,6,46.673,8,8,8,8,8,9,8,9,no,21.023000000000003,3,3,3,3,3,3,38.391,3,2,25.252,2,1999,Texas,6,3,1,,3,,,4,2,1,60.79600000000001,613e002e81f4b2409b531dbd,"{""startTime"":1690225977534,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226031295,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690225721292,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":4676,""label"":""hovered"",""timeHovered"":1149,""week"":""2021-05-10""},{""time"":14256,""label"":""tour_next"",""step"":2},{""time"":17740,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690225961728,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":6623,""label"":""hovered"",""timeHovered"":3312,""week"":""2022-01-31""},{""time"":11030,""label"":""hovered"",""timeHovered"":3233,""week"":""2022-01-31""}]}",1,simple,line,3.0,0,2,2,6.545,3.2725,4407,15.0,0.5,0.5,0,0.5,1 +2023-07-24 15:15:43,2023-07-24 15:28:46,0,100,783,1,2023-07-24 15:28:46,R_31LZX8v1KzO36FC,34.0555,-78.9184,EN,1,15.735,2,,1,3.612,15.013,44,86,23,36.551,40.42,-2,1,83.598,1,-3,84.37200000000001,1,49.74100000000001,15.015999999999998,4,4,4,5,5,3,"CDC is run by the government whom cannot be trusted, so why should I 100% trust this data",72.714,3,6,4,2,2,3,I just don't 100% think it's accurate. ,67.391,4,why is this still being studied...,34.04,2,7,3,4,1,5,6,31.581,1,3,11,6,1,5,8,8,,32.009,3,3,4,3,4,3,31.252,4,2,22.384,2,1971,South Carolina,4,2,1,,7,,,8,4,1,68.374,616da069522e6b8aa420a603,"{""startTime"":1690226492991,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":11407,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1178,""week"":""52"",""id"":""chart""}]}","{""startTime"":1690226372287,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":3123,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1283,""week"":""1"",""id"":""chart""},{""time"":13506,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1132,""week"":""1"",""id"":""chart""},{""time"":18314,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":11469,""week"":""52"",""id"":""chart""}]}","{""startTime"":1690226230938,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":20551,""label"":""tour_next"",""step"":2},{""time"":28221,""label"":""tour_end"",""step"":2},{""label"":""window_blurred"",""time"":36341},{""label"":""window_focused"",""time"":38078}]}","{""startTime"":1690226356821,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar,3.3,0,0,0,0.0,0.0,0,15.0,0.5,0.5,1,0.5,2 +2023-07-24 15:15:35,2023-07-24 15:29:08,0,100,812,1,2023-07-24 15:29:09,R_SOyRscaUhZl6dPP,30.0043,-95.1747,EN,1,39.269,1,3.0,1,5.957999999999999,15.007,100,28,100,12.679,155.97,1,1,47.626999999999995,-3,-3,55.261,-3,34.775,15.110999999999999,6,7,6,5,6,6,,25.599,5,3,4,2,2,6,"well it may just be me, but I do like a nice clear graph, I however am not always the best at deciphering that big a pool of data. It did however look very official and seems to line up with what ive heard over the last few years. ",107.87,5,,8.873,2,7,3,4,1,5,6,26.384,1,1,7,5,2,4,11,11,"Its not that i dont think a lot of these sources are per se un trust worthy, its more that i dont think these should be the main sources of your information. If you can use critical thinking as well, and researching the specific topics, you can find a lot more truth to the media. ",103.132,5,5,1,1,5,3,33.413000000000004,4,1,19.271,1,1995,Texas,2,1,1,,3,,,15,4,1,51.98,6488a3f2ddc680a2435ed65d,"{""startTime"":1690226548872,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690226402637,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690226195041,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":11201,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2616,""week"":""32"",""id"":""chart""},{""time"":16418,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3616,""week"":""52"",""id"":""chart""},{""time"":28518,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2467,""week"":""1"",""id"":""chart""},{""time"":35783,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1367,""week"":""14"",""id"":""chart""},{""time"":40018,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1682,""week"":""1"",""id"":""chart""},{""time"":44436,""label"":""tour_next"",""step"":5},{""time"":62317,""label"":""cleared_brush"",""using"":""Click""},{""time"":68338,""label"":""tour_back"",""step"":5},{""time"":70541,""label"":""tour_next"",""step"":5},{""time"":78745,""label"":""cleared_brush"",""using"":""Click""},{""time"":78955,""label"":""started_brush"",""startDate"":""2021-05-10"",""endDate"":""2021-05-16""},{""time"":79724,""label"":""cleared_brush"",""using"":""Click""},{""time"":79945,""label"":""started_brush"",""startDate"":""2021-08-05"",""endDate"":""2021-08-10""},{""time"":80140,""label"":""started_brush"",""startDate"":""2021-09-03"",""endDate"":""2021-09-10""},{""time"":80529,""label"":""started_brush"",""startDate"":""2021-10-24"",""endDate"":""2021-11-01""},{""time"":80774,""label"":""cleared_brush"",""using"":""Click""},{""time"":87258,""label"":""started_brush"",""startDate"":""2021-07-01"",""endDate"":""2021-11-24""},{""time"":88917,""label"":""tour_next"",""step"":5},{""time"":100250,""label"":""moved_brush"",""startDate"":""2021-07-25"",""endDate"":""2021-12-17""},{""time"":101135,""label"":""tour_next"",""step"":5},{""time"":108760,""label"":""cleared_brush"",""using"":""Click""},{""time"":110480,""label"":""tour_next"",""step"":5},{""time"":116081,""label"":""tour_end"",""step"":5},{""time"":126078,""label"":""started_brush"",""startDate"":""2021-11-27"",""endDate"":""2022-02-01""},{""time"":127294,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8288,""week"":""52"",""id"":""chart""},{""time"":139180,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1468,""week"":""51"",""id"":""chart""},{""time"":140694,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1704,""week"":""50"",""id"":""chart""},{""time"":144597,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3451,""week"":""52"",""id"":""chart""},{""time"":149520,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3762,""week"":""52"",""id"":""chart""}]}","{""startTime"":1690226387146,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":7293,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1032,""week"":""31"",""id"":""chart""},{""time"":10694,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1182,""week"":""50"",""id"":""chart""}]}",1,complex,bar,3.3,0,2,2,2.214,1.107,3401,15.0,1.0,0.0,0,0.0,3 +2023-07-24 15:15:20,2023-07-24 15:29:47,0,100,866,1,2023-07-24 15:29:47,R_2OZuqXQAUPJGtF8,44.0645,-123.1461,EN,1,9.183,1,3.0,2,9.905,15.017999999999999,69,38,73,40.865,137.915,1,1,59.466,1,1,55.028999999999996,1,87.725,15.009,6,4,6,4,6,6,,31.559,6,4,6,4,5,6," I believe this visualization is based on scientific data, although I didn't look at the sourcing.",67.148,5,I believe in giving people the benefit of the doubt. I trust most people a little bit until they prove otherwise.,40.461,2,7,3,4,1,5,6,21.664,4,6,8,6,5,5,9,9,,39.986999999999995,4,4,4,2,5,4,38.165,2,1,18.146,1,1971,Oregon,3,2,1,,8,KLAMATH FALLS,,3,2,1,116.12,5dccb82a76eab294aa4837ff,"{""startTime"":1690226553299,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690226455179,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690226211311,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":23,""label"":""tour_started""},{""time"":36019,""label"":""hovered"",""timeHovered"":1515,""week"":""2021-12-13""},{""time"":38585,""label"":""hovered"",""timeHovered"":5032,""week"":""2021-08-16""},{""time"":46350,""label"":""hovered"",""timeHovered"":2550,""week"":""2022-02-07""},{""time"":50045,""label"":""tour_next"",""step"":5},{""time"":73598,""label"":""started_brush"",""startDate"":""2021-06-15"",""endDate"":""2021-10-01""},{""time"":74871,""label"":""tour_next"",""step"":5},{""time"":86046,""label"":""moved_brush"",""startDate"":""2021-06-20"",""endDate"":""2021-10-06""},{""time"":89628,""label"":""moved_brush"",""startDate"":""2021-06-20"",""endDate"":""2021-08-10""},{""time"":91533,""label"":""moved_brush"",""startDate"":""2021-07-05"",""endDate"":""2021-08-10""},{""time"":93925,""label"":""moved_brush"",""startDate"":""2021-08-05"",""endDate"":""2021-09-09""},{""time"":94655,""label"":""tour_next"",""step"":5},{""time"":106927,""label"":""cleared_brush"",""using"":""click""},{""time"":106935,""label"":""cleared_brush"",""using"":""Escape""},{""time"":111463,""label"":""tour_next"",""step"":5},{""time"":118246,""label"":""tour_end"",""step"":5},{""time"":128722,""label"":""started_brush"",""startDate"":""2021-05-03"",""endDate"":""2021-05-04""},{""time"":132245,""label"":""cleared_brush"",""using"":""click""},{""time"":132255,""label"":""cleared_brush"",""using"":""Escape""},{""time"":135848,""label"":""started_brush"",""startDate"":""2021-12-05"",""endDate"":""2022-01-06""},{""time"":136018,""label"":""cleared_brush"",""using"":""click""},{""time"":136026,""label"":""cleared_brush"",""using"":""Escape""}]}","{""startTime"":1690226439328,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line,3.8,0,0,0,0.0,0.0,0,15.0,1.0,1.0,1,1.0,3 +2023-07-24 15:17:49,2023-07-24 15:29:48,0,100,718,1,2023-07-24 15:29:48,R_2ZIXOmdppyJp7ev,42.7504,-74.191,EN,1,5.7010000000000005,2,,2,5.526,15.009,46,24,42,45.571000000000005,108.34100000000001,1,1,54.937,-2,-1,48.299,1,61.239,15.008,6,2,6,4,6,4,,40.327,2,4,1,1,1,4,I do not know all the data presented.,72.913,4,,12.435,2,7,3,4,1,5,6,27.013,1,1,11,8,1,8,10,7,,30.235,5,1,2,4,1,1,42.717,6,2,23.388,2,1971,Florida,3,1,1,,7,,,17,1,1,54.571000000000005,643e579ee0a551f6c18933cb,"{""startTime"":1690226541388,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690226582134,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690226355179,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":21552,""label"":""hovered"",""timeHovered"":4235,""week"":""2021-11-29""},{""time"":26418,""label"":""hovered"",""timeHovered"":1306,""week"":""2022-01-10""},{""time"":29346,""label"":""tour_next"",""step"":5},{""time"":67400,""label"":""started_brush"",""startDate"":""2021-06-14"",""endDate"":""2021-06-16""},{""time"":68132,""label"":""moved_brush"",""startDate"":""2021-06-14"",""endDate"":""2021-06-16""},{""time"":69799,""label"":""tour_next"",""step"":5},{""time"":80914,""label"":""moved_brush"",""startDate"":""2021-06-14"",""endDate"":""2021-09-03""},{""time"":84545,""label"":""tour_next"",""step"":5},{""time"":90971,""label"":""cleared_brush"",""using"":""click""},{""time"":90974,""label"":""cleared_brush"",""using"":""Escape""},{""time"":92830,""label"":""tour_next"",""step"":5},{""time"":106495,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690226525852,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line,2.3,0,0,0,0.0,0.0,0,15.0,1.0,0.0,1,1.0,3 +2023-07-24 15:18:28,2023-07-24 15:30:00,0,100,692,1,2023-07-24 15:30:01,R_bsE7TLLBKIkWUI9,35.2345,-89.8502,EN,1,8.63,1,2.0,1,4.678,15.015,100,100,62,21.06,38.07,1,1,64.934,-3,-2,122.455,1,56.358999999999995,15.019,7,7,7,7,7,7,I'm concerned about your broken attention check on the page before this one.,42.792,7,5,5,4,5,5,Well I don't know the facts so I'd probably want to check elsewhere to confirm. I don't trust every chart I see.,88.647,5,,7.815,2,7,3,4,1,5,6,20.064,4,4,1,2,7,1,10,8,,24.904,3,3,3,4,3,2,17.958,3,1,14.87,2,1969,Tennessee,3,2,1,,7,,,3,4,1,86.478,59f232c71f4f55000108a0d6,"{""startTime"":1690226652092,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":6725,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1308,""week"":""2"",""id"":""chart""}]}","{""startTime"":1690226544301,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226366392,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":22,""label"":""tour_started""},{""time"":10891,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1482,""week"":""52"",""id"":""chart""},{""time"":13141,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1882,""week"":""6"",""id"":""chart""},{""time"":17756,""label"":""tour_next"",""step"":2},{""time"":23095,""label"":""tour_end"",""step"":2},{""time"":25390,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2617,""week"":""6"",""id"":""chart""},{""time"":28473,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1729,""week"":""1"",""id"":""chart""}]}","{""startTime"":1690226528175,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar,3.0,0,0,0,0.0,0.0,0,15.0,1.0,0.0,1,0.0,2 +2023-07-24 15:15:08,2023-07-24 15:30:00,0,100,892,1,2023-07-24 15:30:01,R_22FakELTgxu6hjM,41.1199,-74.1242,EN,1,54.226000000000006,2,,1,4.817,15.13,58,62,43,35.305,115.65,-2,1,143.235,-2,1,74.625,1,110.811,15.01,3,3,3,6,5,1,,39.053000000000004,4,6,3,1,3,1,I do not trust the CDC to provide accurate unbiased information. ,44.381,3,,15.458,2,7,3,4,1,5,6,25.485,1,1,3,1,1,1,3,3,,24.785999999999998,3,4,3,2,4,4,32.982,6,2,26.785999999999998,2,2000,New York,2,2,1,,7,,,5,4,1,66.82600000000001,5f4ed218350d2a11c049eae4,"{""startTime"":1690226505912,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226439390,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226232125,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":16643,""label"":""hovered"",""timeHovered"":1367,""week"":""2022-01-10""},{""time"":23884,""label"":""hovered"",""timeHovered"":5424,""week"":""2022-01-17""},{""time"":30150,""label"":""tour_next"",""step"":2},{""time"":34820,""label"":""tour_end"",""step"":2},{""time"":39971,""label"":""hovered"",""timeHovered"":1939,""week"":""2022-01-10""},{""time"":42679,""label"":""hovered"",""timeHovered"":36935,""week"":""2022-01-10""},{""time"":80429,""label"":""hovered"",""timeHovered"":33062,""week"":""2022-01-10""}]}","{""startTime"":1690226423715,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":12466,""label"":""hovered"",""timeHovered"":1115,""week"":""2022-01-24""}]}",1,moderate,line,3.3,0,1,1,1.115,1.115,0,15.0,0.5,0.5,1,0.5,2 +2023-07-24 15:15:49,2023-07-24 15:31:37,0,100,947,1,2023-07-24 15:31:37,R_VLmuMN4ldbRMzQJ,29.397,-94.9203,EN,1,23.645,2,,2,4.293,15.228,94,98,50,44.152,60.05,1,1,57.513000000000005,-2,1,71.656,1,119.87,15.034,2,2,3,4,6,2,no comment,59.551,2,6,4,1,2,2,i dont trust that all those ppl had covid and not just the flu,129.989,2,,13.754000000000001,2,7,3,4,1,5,6,42.571999999999996,1,1,6,4,3,3,5,5,,36.751999999999995,1,1,1,5,1,1,47.06,4,1,24.836,2,1972,Texas,2,2,1,,7,,,3,4,1,82.94200000000001,5f1b2816e83bcd2d4563a28b,"{""startTime"":1690226418489,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226479870,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226267321,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":47,""label"":""tour_started""},{""time"":29885,""label"":""tour_next"",""step"":2},{""time"":38304,""label"":""tour_end"",""step"":2},{""time"":47629,""label"":""hovered"",""timeHovered"":2147,""week"":""2021-09-06""},{""time"":50046,""label"":""hovered"",""timeHovered"":1666,""week"":""2021-09-13""},{""time"":55690,""label"":""hovered"",""timeHovered"":1875,""week"":""2022-01-10""}]}","{""startTime"":1690226401639,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line,1.7,0,0,0,0.0,0.0,0,15.0,1.0,0.5,1,0.5,2 +2023-07-24 15:10:28,2023-07-24 15:31:38,0,100,1269,1,2023-07-24 15:31:39,R_tSVZtXiVbmMtiYp,26.0162,-80.1955,EN,1,104.07,1,3.0,2,9.337,15.019,64,64,53,57.548,93.23,1,1,90.35700000000001,-2,-2,161.207,-3,102.04,15.110999999999999,3,3,3,5,6,2,,47.275,4,6,4,3,2,3,I would need more information to come to come to a conclusion.,114.795,4,,13.800999999999998,2,7,3,4,1,5,6,51.391999999999996,6,10,11,10,7,10,10,10,,38.821999999999996,3,4,5,2,5,4,62.747,4,2,25.201999999999998,2,1971,Florida,5,2,1,,3,,,5,2,2,182.15200000000002,5b314cf6532e3d00018e3099,"{""startTime"":1690226308885,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226389276,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226036908,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":1529,""label"":""hovered"",""timeHovered"":1391,""week"":""2021-12-20""},{""time"":24147,""label"":""hovered"",""timeHovered"":3614,""week"":""2022-01-10""},{""time"":29694,""label"":""hovered"",""timeHovered"":4910,""week"":""2022-01-03""},{""time"":41216,""label"":""hovered"",""timeHovered"":5860,""week"":""2022-02-07""},{""time"":49407,""label"":""hovered"",""timeHovered"":1531,""week"":""2022-01-10""},{""time"":56308,""label"":""tour_next"",""step"":2},{""time"":69968,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690226292895,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line,3.8,0,0,0,0.0,0.0,0,15.0,1.0,0.0,0,0.0,2 +2023-07-24 15:08:24,2023-07-24 15:31:41,0,100,1396,1,2023-07-24 15:31:41,R_1N2jgmgR6wj2O0C,38.580999999999996,-121.4939,EN,1,302.084,1,3.0,2,17.738,15.149000000000001,100,100,59,23.967,120.675,1,1,77.34100000000001,-1,-1,47.95399999999999,-2,66.27600000000001,15.01,6,6,6,6,6,6,,270.936,6,6,6,2,2,6,the source is the cdc,50.559,4,,11.668,2,7,3,4,1,5,6,35.525,5,6,6,5,5,4,7,5,,41.691,2,2,4,3,2,4,77.941,3,4,37.711,2,1995,California,6,2,1,,3,,,6,5,2,111.574,62a39ebd597a2a4c8c83a70f,"{""startTime"":1690226302487,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226575445,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226082633,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":45,""label"":""tour_started""},{""time"":100220,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3306,""week"":""51"",""id"":""chart""},{""time"":103572,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1711,""week"":""52"",""id"":""chart""},{""time"":107141,""label"":""tour_next"",""step"":2},{""time"":111807,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2814,""week"":""51"",""id"":""chart2""},{""time"":114824,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1126,""week"":""1"",""id"":""chart2""},{""time"":118303,""label"":""tour_end"",""step"":2},{""label"":""window_focused"",""time"":120722},{""label"":""window_focused"",""time"":120722}]}","{""startTime"":1690226286796,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":2735,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2151,""week"":""52"",""id"":""chart2""},{""time"":5911,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2881,""week"":""4"",""id"":""chart""},{""time"":9647,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2567,""week"":""50"",""id"":""chart""}]}",1,simple,bar,2.8,0,3,3,7.599,2.533,6912,15.0,1.0,0.0,0,1.0,1 +2023-07-24 15:13:37,2023-07-24 15:31:48,0,100,1091,1,2023-07-24 15:31:49,R_2rkIAz0iHLdjI2B,42.3702,-83.1084,EN,1,12.556,1,3.0,1,7.627000000000001,15.119000000000002,95,88,53,8.387,16.829,1,1,29.963,-3,-3,56.02,-3,22.601999999999997,15.015,6,6,7,7,7,7,,435.48699999999997,7,7,7,7,7,7,it comes from the cdc,26.253,4,,5.6,2,7,3,4,1,5,6,13.658,9,9,7,10,8,9,9,8,,10.882,4,5,5,4,4,3,7.518,1,4,6.981,2,1984,Michigan,3,2,1,,3,,,7,2,1,72.741,5765b92cf96b100001f64c9a,"{""startTime"":1690226135462,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":705732},{""label"":""window_focused"",""time"":707006}]}","{""startTime"":1690226866387,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226071741,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":27,""label"":""tour_started""},{""time"":4258,""label"":""tour_next"",""step"":2},{""time"":8118,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690226119873,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":4568,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1028,""week"":""52"",""id"":""chart2""}]}",1,simple,bar,4.2,0,1,1,1.028,1.028,0,15.0,1.0,0.0,0,1.0,1 +2023-07-24 15:10:06,2023-07-24 15:32:05,0,100,1319,1,2023-07-24 15:32:05,R_12lk8HT5zuOQghQ,36.013000000000005,-84.2624,EN,1,105.723,1,4.0,2,8.017999999999999,15.119000000000002,100,90,73,104.101,83.051,-2,1,85.505,-2,1,94.385,1,83.946,15.119000000000002,7,6,6,6,6,6,This corresponds well with what I'd think about COVID case loads in various times of the year. Higher case counts in the colder weather months. ,237.332,6,6,7,6,5,7,This seems like a good representation of COVID data from a reliable source I trust.,49.501999999999995,6,"One set of three questions only had ""Click here to write question"" with a bunch of gibberish response options. You may have a bug in your survey. Other than that, everything worked fine without issues. Have a good day!",75.804,2,7,3,4,1,5,6,31.256999999999998,9,10,10,9,10,8,11,11,I generally trust science/doctors most as they have intense training. ,43.044,3,4,5,2,5,4,29.651,2,2,15.145999999999999,1,1981,Tennessee,6,1,1,,7,,,6,4,1,62.07899999999999,64badb09518eb5b219132eea,"{""startTime"":1690226321406,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":49066},{""label"":""window_focused"",""time"":49303},{""label"":""window_blurred"",""time"":91931},{""label"":""window_focused"",""time"":101211},{""label"":""window_blurred"",""time"":154124},{""label"":""window_focused"",""time"":272470}]}","{""startTime"":1690226596214,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226126720,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":27,""label"":""tour_started""},{""time"":19766,""label"":""hovered"",""timeHovered"":2082,""week"":""2022-01-10""},{""time"":29527,""label"":""tour_next"",""step"":2},{""time"":37408,""label"":""tour_end"",""step"":2},{""time"":47415,""label"":""hovered"",""timeHovered"":1368,""week"":""2021-08-16""},{""time"":50049,""label"":""hovered"",""timeHovered"":1313,""week"":""2021-09-13""},{""time"":52193,""label"":""hovered"",""timeHovered"":1231,""week"":""2021-09-20""},{""time"":54515,""label"":""hovered"",""timeHovered"":1710,""week"":""2021-07-05""},{""time"":59028,""label"":""hovered"",""timeHovered"":3253,""week"":""2021-07-12""}]}","{""startTime"":1690226305619,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":4805,""label"":""hovered"",""timeHovered"":3350,""week"":""2021-08-02""},{""time"":10087,""label"":""hovered"",""timeHovered"":1036,""week"":""2022-01-10""},{""time"":13212,""label"":""hovered"",""timeHovered"":1569,""week"":""2022-01-03""}]}",1,moderate,line,3.8,0,3,3,5.955,1.985,8407,15.0,0.5,0.5,1,0.5,2 +2023-07-24 15:16:05,2023-07-24 15:32:19,0,100,973,1,2023-07-24 15:32:20,R_rokbsk76TFtTWk9,39.211,-76.8362,EN,1,21.831999999999997,2,,1,2.376,15.116,69,95,95,150.042,56.958999999999996,1,-2,59.742,-2,-3,67.959,1,66.532,15.01,6,6,6,7,6,6,,20.479,6,6,7,6,5,6,This visualization shows transparency in Covid cases that vaccinated and unvaccinated. As a consumer I look for non-bias in any research displayed. I feel I can trust this visual from a consumer standpoint. ,152.54,2,Thanks for the study. Having non bias research is important for consumer trust. ,46.63,2,7,3,4,1,5,6,27.328000000000003,8,5,8,6,7,7,8,7,,22.776,4,4,4,1,4,5,73.98100000000001,7,2,22.076999999999998,1,1997,Maryland,2,3,1,,3,,,11,1,1,78.828,6441c37f5666c66e67eba833,"{""startTime"":1690226708316,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226519993,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226387098,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":4,""label"":""tour_started""},{""time"":35728,""label"":""tour_next"",""step"":2},{""time"":46336,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690226504495,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line,3.7,0,0,0,0.0,0.0,0,15.0,0.5,0.0,1,0.5,1 +2023-07-24 15:13:05,2023-07-24 15:32:29,0,100,1164,1,2023-07-24 15:32:30,R_1CDvG1uzjL2Hz4o,36.1287,-79.4086,EN,1,8.023,1,1.0,2,3.37,15.107000000000001,84,89,64,50.498999999999995,48.231,1,1,250.437,-3,-3,178.861,1,82.245,15.01,6,2,3,6,6,5,,79.48899999999999,6,7,6,2,2,5,I haven't verified this information yet and would do more research before fully trusting it but it seems believable. ,142.39600000000002,5,,13.215,2,7,3,4,1,5,6,22.119,1,6,7,7,4,4,9,6,,72.792,3,2,3,4,4,2,63.049,8,2,17.239,1,2002,North Carolina,2,2,1,,7,,,6,4,2,41.51,63034df51d918e1e3b97e5ce,"{""startTime"":1690226220302,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":18958,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":10627,""week"":""52"",""id"":""chart""}]}","{""startTime"":1690226300266,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690226072901,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":10698,""label"":""tour_next"",""step"":5},{""label"":""window_blurred"",""time"":11729},{""label"":""window_focused"",""time"":13299},{""label"":""window_blurred"",""time"":13700},{""label"":""window_focused"",""time"":13809},{""time"":26804,""label"":""started_brush"",""startDate"":""2021-12-02"",""endDate"":""2022-01-02""},{""time"":30229,""label"":""tour_next"",""step"":5},{""time"":37130,""label"":""moved_brush"",""startDate"":""2021-10-31"",""endDate"":""2021-11-30""},{""time"":37836,""label"":""tour_next"",""step"":5},{""time"":40240,""label"":""cleared_brush"",""using"":""Click""},{""time"":40240,""label"":""cleared_brush"",""using"":""Escape""},{""time"":41618,""label"":""tour_next"",""step"":5},{""time"":46122,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690226204550,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":11144,""label"":""started_brush"",""startDate"":""2021-11-02"",""endDate"":""2022-01-02""}]}",1,complex,bar,3.0,1,1,0,0.0,0.0,0,15.0,1.0,0.0,1,1.0,3 +2023-07-24 15:07:49,2023-07-24 15:32:31,0,100,1482,1,2023-07-24 15:32:32,R_eIEWYw4q4updl7j,29.7646,-95.3657,EN,1,156.80100000000002,1,1.0,1,9.002,15.01,41,30,50,154.202,283.987,1,-2,69.301,1,1,108.009,1,56.501000000000005,15.107000000000001,7,7,7,7,7,7,,23.24,3,3,3,3,3,3,It feels difficult to gage visually,23.936,4,,4.5280000000000005,2,7,3,4,1,5,6,14.495,1,6,5,5,2,2,9,8,,185.718,5,5,5,1,5,5,95.21600000000001,4,3,12.289000000000001,2,1988,Texas,5,3,1,,7,,,5,4,1,56.301,5781c15381f331000139a89e,"{""startTime"":1690226581496,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226491219,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226120119,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":21,""label"":""tour_started""},{""label"":""window_blurred"",""time"":5008},{""label"":""window_focused"",""time"":6931},{""time"":18633,""label"":""hovered"",""timeHovered"":1780,""week"":""2021-12-27""},{""time"":23675,""label"":""tour_next"",""step"":2},{""time"":27332,""label"":""tour_end"",""step"":2},{""time"":29215,""label"":""hovered"",""timeHovered"":157540,""week"":""2022-01-10""},{""time"":281798,""label"":""hovered"",""timeHovered"":1166,""week"":""2021-12-27""}]}","{""startTime"":1690226475178,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line,4.3,0,0,0,0.0,0.0,0,15.0,0.5,1.0,1,0.5,1 +2023-07-24 15:18:56,2023-07-24 15:32:40,0,100,824,1,2023-07-24 15:32:41,R_3mfO15oQKms7woY,32.1943,-110.9767,EN,1,11.03,1,3.0,2,7.135,15.113,82,37,67,12.5,261.052,1,-2,24.746,-1,1,22.930999999999997,-3,30.46,15.113,6,4,6,6,7,6,,233.609,5,6,4,1,2,6,The data and the source of the data seems to be trustworthy.,31.128,3,,9.844,2,7,3,4,1,5,6,13.300999999999998,6,6,3,6,8,5,9,8,,23.842,2,3,4,4,3,2,18.375,1,1,11.449000000000002,2,1980,Arizona,5,2,1,,7,,,4,4,2,45.236999999999995,5e6e5a9ff830814045057066,"{""startTime"":1690226702114,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_focused"",""time"":212240},{""label"":""window_blurred"",""time"":217862},{""label"":""window_focused"",""time"":219363}]}","{""startTime"":1690226936390,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690226393763,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":8,""label"":""tour_started""},{""label"":""window_blurred"",""time"":11407},{""label"":""window_focused"",""time"":13265},{""time"":20321,""label"":""hovered"",""timeHovered"":1360,""week"":""2021-04-12""},{""time"":26133,""label"":""hovered"",""timeHovered"":1200,""week"":""2022-01-10""},{""time"":29739,""label"":""tour_next"",""step"":5},{""time"":42224,""label"":""started_brush"",""startDate"":""2021-07-03"",""endDate"":""2021-10-26""},{""time"":43360,""label"":""tour_next"",""step"":5},{""time"":47074,""label"":""moved_brush"",""startDate"":""2021-07-03"",""endDate"":""2021-09-15""},{""time"":47939,""label"":""tour_next"",""step"":5},{""time"":52177,""label"":""cleared_brush"",""using"":""click""},{""time"":52180,""label"":""cleared_brush"",""using"":""Escape""},{""time"":53083,""label"":""tour_next"",""step"":5},{""time"":57384,""label"":""tour_end"",""step"":5},{""label"":""window_blurred"",""time"":61156},{""label"":""window_focused"",""time"":260900}]}","{""startTime"":1690226686503,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":6918}]}",1,complex,line,3.0,0,0,0,0.0,0.0,0,6.917999999999999,0.5,0.5,0,0.0,3 +2023-07-24 15:18:22,2023-07-24 15:32:48,0,100,865,1,2023-07-24 15:32:48,R_2V7oej7KO7wDHmh,38.3416,-77.4307,EN,1,14.995,1,2.0,2,8.782,15.011,66,91,70,27.2,102.852,1,1,84.617,1,1,42.64,1,56.353,15.015,4,3,5,7,6,5,,33.168,4,6,6,4,5,5,"I would like more information on the sample, how the data was collected, and what their definitions were for the parameters used.",74.986,5,"Just letting you guys know that you have an unfinished, unwritten template survey question hidden in the survey. It still had most of it's template answers, like, ""Click to write Statement 2."" So, you might want to go back, find it, and delete it before giving the survey out to more people.",96.462,2,7,3,4,1,5,6,22.208000000000002,1,3,9,6,1,6,6,9,,58.169,3,2,4,3,3,3,35.326,5,3,14.693,2,1996,Virginia,6,3,1,,7,,,7,4,2,73.205,6285706b066c6502c413e9a3,"{""startTime"":1690226600478,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690226633970,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690226424580,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":7599,""label"":""hovered"",""timeHovered"":3067,""week"":""2021-11-29""},{""time"":19623,""label"":""tour_next"",""step"":5},{""time"":29308,""label"":""started_brush"",""startDate"":""2021-07-12"",""endDate"":""2022-02-13""},{""time"":32255,""label"":""started_brush"",""startDate"":""2021-05-19"",""endDate"":""2022-02-13""},{""time"":33243,""label"":""moved_brush"",""startDate"":""2021-05-19"",""endDate"":""2022-02-13""},{""time"":35335,""label"":""moved_brush"",""startDate"":""2021-05-19"",""endDate"":""2022-02-13""},{""time"":37961,""label"":""started_brush"",""startDate"":""2021-05-02"",""endDate"":""2021-05-16""},{""time"":40035,""label"":""started_brush"",""startDate"":""2021-12-06"",""endDate"":""2022-02-13""},{""time"":42171,""label"":""tour_next"",""step"":5},{""time"":46767,""label"":""started_brush"",""startDate"":""2021-05-27"",""endDate"":""2021-10-03""},{""time"":50208,""label"":""moved_brush"",""startDate"":""2021-10-06"",""endDate"":""2022-02-13""},{""time"":52236,""label"":""tour_next"",""step"":5},{""time"":61842,""label"":""cleared_brush"",""using"":""click""},{""time"":63636,""label"":""tour_next"",""step"":5},{""time"":68121,""label"":""tour_end"",""step"":5},{""time"":69694,""label"":""hovered"",""timeHovered"":1145,""week"":""2022-01-17""},{""time"":73042,""label"":""hovered"",""timeHovered"":2367,""week"":""2022-01-10""},{""time"":80703,""label"":""started_brush"",""startDate"":""2021-12-24"",""endDate"":""2022-02-13""},{""time"":82362,""label"":""started_brush"",""startDate"":""2021-10-07"",""endDate"":""2022-02-13""},{""time"":85259,""label"":""hovered"",""timeHovered"":1539,""week"":""2021-12-20""}]}","{""startTime"":1690226584807,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":10098,""label"":""hovered"",""timeHovered"":4340,""week"":""2021-12-20""}]}",1,complex,line,3.0,0,1,1,4.34,4.34,0,15.0,1.0,1.0,1,1.0,3 +2023-07-24 15:17:56,2023-07-24 15:32:48,0,100,891,1,2023-07-24 15:32:48,R_1OHnt9vf1eeweMs,38.6664,-88.491,EN,1,25.453000000000003,2,,2,4.0280000000000005,15.078,0,100,48,24.421999999999997,45.358000000000004,1,-3,101.777,-3,-3,34.946,1,99.398,15.058,1,1,1,7,7,1,,46.409,1,7,1,1,1,1,I pretty much trust no one when it comes to anything related to covid.,78.005,1,,14.538,2,7,3,4,1,5,6,15.782,1,1,6,1,1,1,9,6,,20.09,1,1,1,5,1,1,23.03,1,2,20.779,2,1982,Illinois,1,2,1,,7,,,5,4,2,148.887,63e55887d67a5c7e32a678fa,"{""startTime"":1690226637066,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226684404,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226471996,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":80,""label"":""tour_started""},{""time"":12990,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1949,""week"":""33"",""id"":""chart""},{""time"":15833,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1139,""week"":""44"",""id"":""chart""},{""time"":18780,""label"":""tour_next"",""step"":2},{""time"":33048,""label"":""tour_end"",""step"":2},{""time"":40754,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2595,""week"":""52"",""id"":""chart""}]}","{""startTime"":1690226620977,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":10661,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1321,""week"":""52"",""id"":""chart2""}]}",1,simple,bar,1.7,0,1,1,1.321,1.321,0,15.0,0.5,0.0,1,0.5,1 +2023-07-24 15:19:28,2023-07-24 15:33:00,0,100,812,1,2023-07-24 15:33:01,R_WvpdkAAFDXyfwPv,34.9334,-81.9689,EN,1,34.849000000000004,2,,1,6.686,15.114,72,38,79,51.45399999999999,48.578,-2,-3,62.93,-3,-3,73.84,-3,17.652,15.117,4,3,4,6,7,4,I do not have any other thoughts at this time. Thank you.,73.13600000000001,5,5,5,3,2,1,I would think that the data could be changed and not true.,94.34100000000001,2,None at this time. Thank you.,21.213,2,7,3,4,1,5,6,25.029,4,3,2,7,2,6,9,6,,44.361000000000004,5,5,5,1,5,5,31.381,6,1,16.667,2,1974,South Carolina,3,1,1,,7,,,5,4,1,114.18799999999999,5cd1a619240bc80013310b4e,"{""startTime"":1690226762366,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226630313,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226491392,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":35,""label"":""tour_started""},{""time"":11932,""label"":""tour_next"",""step"":2},{""time"":18025,""label"":""tour_end"",""step"":2},{""time"":19591,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4198,""week"":""52"",""id"":""chart""},{""time"":25042,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3147,""week"":""6"",""id"":""chart""},{""time"":28548,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3030,""week"":""6"",""id"":""chart""},{""time"":32365,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1808,""week"":""1"",""id"":""chart""},{""time"":37903,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2013,""week"":""14"",""id"":""chart""}]}","{""startTime"":1690226614675,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":3300,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1056,""week"":""52"",""id"":""chart""},{""time"":5497,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2499,""week"":""1"",""id"":""chart""},{""time"":8056,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1660,""week"":""52"",""id"":""chart""},{""time"":11658,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1457,""week"":""1"",""id"":""chart""}]}",1,moderate,bar,4.3,0,4,4,6.672000000000001,1.6680000000000001,8358,15.0,0.0,0.0,0,0.0,2 +2023-07-24 15:21:28,2023-07-24 15:33:02,0,100,693,1,2023-07-24 15:33:03,R_2ZOjQsxsmnApu8X,34.0021,-81.0423,EN,1,12.615,2,,1,4.848,15.17,0,16,98,24.503,48.619,-1,-1,62.953,-2,-1,78.422,-3,23.721,15.092,4,2,2,5,1,5,,40.111,7,6,4,7,3,4,The data appears to be that there is no difference between with or without the vaccine.,96.43,5,,13.39,2,7,3,4,1,5,6,36.147,4,5,8,9,4,3,4,5,,31.862,4,5,5,1,5,5,39.63,6,1,16.118,1,1977,South Carolina,3,1,1,,3,,,16,1,1,63.916000000000004,61531a9bd8acf4e88e083892,"{""startTime"":1690226839294,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226711175,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226565696,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":131,""label"":""tour_started""},{""time"":23940,""label"":""tour_next"",""step"":2},{""time"":30435,""label"":""tour_end"",""step"":2},{""time"":34942,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3752,""week"":""52"",""id"":""chart""},{""time"":38861,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1972,""week"":""1"",""id"":""chart""},{""time"":41502,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1610,""week"":""2"",""id"":""chart""}]}","{""startTime"":1690226694878,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":11971,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1877,""week"":""50"",""id"":""chart""}]}",1,moderate,bar,4.2,0,1,1,1.8769999999999998,1.8769999999999998,0,15.0,0.0,0.0,0,0.0,2 +2023-07-24 15:11:55,2023-07-24 15:33:46,0,100,1311,1,2023-07-24 15:33:47,R_301s6EIXLxBAHaX,34.0393,-117.1725,EN,1,5.396,1,3.0,2,14.616,15.023,96,82,40,116.03,266.718,1,1,83.677,1,1,120.57799999999999,1,111.184,15.017999999999999,6,6,6,6,7,6,,66.553,5,6,6,5,7,6,I do not so no reason to lie and is from CDC. It also shows that at one point more vaccinated youths caught covid more than unvaccinated 80+ people. ,108.515,5,Thank You ,22.706999999999997,2,7,3,4,1,5,6,37.81,5,3,4,5,6,4,10,9,Thank You ,47.452,3,3,5,3,4,4,48.228,3,2,15.942,1,1976,California,3,2,1,,7,,,6,4,1,132.91,5858c6178604ae000165e66a,"{""startTime"":1690226481435,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":46943,""label"":""hovered"",""timeHovered"":1074,""week"":""2021-12-20""},{""time"":48068,""label"":""hovered"",""timeHovered"":2948,""week"":""2021-12-20""}]}","{""startTime"":1690226548851,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690226086620,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":5662,""label"":""hovered"",""timeHovered"":1156,""week"":""2021-12-13""},{""time"":27562,""label"":""hovered"",""timeHovered"":1055,""week"":""2022-01-17""},{""time"":29595,""label"":""hovered"",""timeHovered"":5814,""week"":""2022-01-17""},{""time"":45597,""label"":""hovered"",""timeHovered"":1062,""week"":""2022-01-17""},{""time"":46670,""label"":""hovered"",""timeHovered"":4847,""week"":""2022-01-17""},{""time"":52779,""label"":""hovered"",""timeHovered"":3029,""week"":""2022-01-31""},{""time"":56792,""label"":""hovered"",""timeHovered"":5575,""week"":""2022-02-07""},{""time"":63360,""label"":""tour_next"",""step"":5},{""time"":100564,""label"":""cleared_brush"",""using"":""click""},{""time"":128090,""label"":""started_brush"",""startDate"":""2021-05-21"",""endDate"":""2021-11-08""},{""time"":136815,""label"":""tour_next"",""step"":5},{""time"":158692,""label"":""moved_brush"",""startDate"":""2021-06-05"",""endDate"":""2021-11-08""},{""time"":160104,""label"":""tour_next"",""step"":5},{""time"":186108,""label"":""cleared_brush"",""using"":""click""},{""time"":186114,""label"":""cleared_brush"",""using"":""Escape""},{""time"":187170,""label"":""tour_next"",""step"":5},{""time"":206878,""label"":""started_brush"",""startDate"":""2021-04-15"",""endDate"":""2021-08-29""},{""time"":209680,""label"":""tour_end"",""step"":5},{""time"":211687,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-08-24""},{""time"":212911,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-08-24""},{""time"":215684,""label"":""moved_brush"",""startDate"":""2021-08-24"",""endDate"":""2021-08-26""},{""time"":217766,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-09-05""},{""time"":219411,""label"":""cleared_brush"",""using"":""click""},{""time"":219417,""label"":""cleared_brush"",""using"":""Escape""},{""time"":235839,""label"":""started_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-04-11""},{""time"":239844,""label"":""started_brush"",""startDate"":""2021-05-20"",""endDate"":""2022-01-09""},{""time"":240940,""label"":""hovered"",""timeHovered"":1525,""week"":""2021-12-27""},{""time"":243428,""label"":""hovered"",""timeHovered"":4974,""week"":""2021-12-27""},{""time"":250519,""label"":""moved_brush"",""startDate"":""2021-06-24"",""endDate"":""2022-02-13""}]}","{""startTime"":1690226465941,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":12128,""label"":""hovered"",""timeHovered"":1038,""week"":""2021-12-13""}]}",1,complex,line,3.7,0,1,1,1.038,1.038,0,15.0,1.0,1.0,1,1.0,3 +2023-07-24 15:14:54,2023-07-24 15:33:47,0,100,1133,1,2023-07-24 15:33:48,R_28YwGUE83CWWoqu,30.4908,-84.3158,EN,1,198.93200000000002,2,,2,1.506,15.110999999999999,80,59,36,37.86,66.35300000000001,1,-3,65.041,1,-2,180.595,1,39.81,15.008,6,4,6,5,7,7,,21.724,5,5,3,1,1,7,I mean i hope the visualization isn't lying to me so i trust it.,33.834,1,,6.7589999999999995,2,7,3,4,1,5,6,12.588,6,4,10,10,5,11,10,11,,22.601,3,5,4,4,5,4,10.137,2,5,146.218,1,1997,Florida,3,2,1,,7,,,6,4,2,58.193000000000005,5f038dc85819b15b08840dfd,"{""startTime"":1690226694724,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690226642092,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690226519584,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":5795,""label"":""tour_next"",""step"":5},{""time"":13018,""label"":""cleared_brush"",""using"":""Click""},{""time"":13780,""label"":""started_brush"",""startDate"":""2021-10-12"",""endDate"":""2021-10-21""},{""time"":14028,""label"":""moved_brush"",""startDate"":""2021-10-12"",""endDate"":""2021-10-21""},{""time"":16278,""label"":""moved_brush"",""startDate"":""2021-07-11"",""endDate"":""2021-10-21""},{""time"":17115,""label"":""tour_next"",""step"":5},{""time"":22805,""label"":""moved_brush"",""startDate"":""2021-07-11"",""endDate"":""2021-10-21""},{""time"":24558,""label"":""moved_brush"",""startDate"":""2021-05-22"",""endDate"":""2021-10-21""},{""time"":27376,""label"":""cleared_brush"",""using"":""Click""},{""time"":29528,""label"":""cleared_brush"",""using"":""Click""},{""time"":30291,""label"":""tour_next"",""step"":5},{""time"":33958,""label"":""cleared_brush"",""using"":""Click""},{""time"":36865,""label"":""cleared_brush"",""using"":""Click""},{""time"":36865,""label"":""cleared_brush"",""using"":""Escape""},{""time"":38171,""label"":""tour_next"",""step"":5},{""time"":42531,""label"":""tour_end"",""step"":5},{""time"":45002,""label"":""cleared_brush"",""using"":""Click""},{""time"":45568,""label"":""cleared_brush"",""using"":""Click""},{""time"":47220,""label"":""started_brush"",""startDate"":""2021-04-29"",""endDate"":""2021-05-04""},{""time"":47816,""label"":""cleared_brush"",""using"":""Click""},{""time"":51293,""label"":""started_brush"",""startDate"":""2021-10-28"",""endDate"":""2022-02-07""},{""time"":51919,""label"":""cleared_brush"",""using"":""Click""},{""time"":51919,""label"":""cleared_brush"",""using"":""Escape""},{""time"":56478,""label"":""started_brush"",""startDate"":""2021-08-29"",""endDate"":""2022-02-07""},{""time"":57605,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2591,""week"":""52"",""id"":""chart""},{""time"":63032,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1140,""week"":""2"",""id"":""chart""}]}","{""startTime"":1690226626672,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":11767,""label"":""started_brush"",""startDate"":""2021-10-30"",""endDate"":""2021-12-31""}]}",1,complex,bar,4.2,1,1,0,0.0,0.0,0,15.0,0.5,0.5,1,1.0,3 +2023-07-24 15:21:08,2023-07-24 15:34:36,0,100,807,1,2023-07-24 15:34:37,R_2aDfcox2WmRsJfJ,42.8374,-71.1566,EN,1,20.85,1,3.0,1,8.085,15.007,65,76,49,44.018,109.15100000000001,1,1,93.455,-2,-3,81.28,1,39.049,15.019,6,2,2,6,6,6,,26.776,6,5,4,2,5,6,Mostly because the source is the CDC,43.266999999999996,6,,12.89,2,7,3,4,1,5,6,21.304000000000002,3,5,7,8,7,4,9,9,,44.751000000000005,2,2,2,2,2,2,42.199,2,1,18.423,2,1968,New Hampshire,6,2,1,,7,,,17,4,1,85.15100000000001,645bf81e7162b9ec4cb8aaf6,"{""startTime"":1690226846321,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690226736211,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":3929,""label"":""cleared_brush"",""using"":""Click""},{""time"":11147,""label"":""started_brush"",""startDate"":""2021-10-10"",""endDate"":""2022-02-04""}]}","{""startTime"":1690226571849,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":14582,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6202,""week"":""44"",""id"":""chart""},{""time"":21844,""label"":""tour_next"",""step"":5},{""time"":58185,""label"":""started_brush"",""startDate"":""2021-11-03"",""endDate"":""2022-02-03""},{""time"":59677,""label"":""tour_next"",""step"":5},{""time"":73292,""label"":""moved_brush"",""startDate"":""2021-09-28"",""endDate"":""2022-02-03""},{""time"":76374,""label"":""tour_next"",""step"":5},{""time"":96967,""label"":""cleared_brush"",""using"":""Click""},{""time"":96967,""label"":""cleared_brush"",""using"":""Escape""},{""time"":99539,""label"":""tour_next"",""step"":5},{""time"":104959,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690226720771,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar,2.0,0,0,0,0.0,0.0,0,15.0,1.0,0.0,1,1.0,3 +2023-07-24 15:26:33,2023-07-24 15:34:52,0,100,498,1,2023-07-24 15:34:53,R_3qkzYa1XUOYVTZQ,32.7255,-96.6233,EN,1,10.777999999999999,1,2.0,2,6.569,15.109000000000002,74,100,52,19.324,26.893,1,-3,44.868,-3,1,49.791000000000004,1,27.651999999999997,15.011,6,6,6,6,6,6,,24.901,6,6,5,3,4,6,It looks reliable.,38.242,2,,11.034,2,7,3,4,1,5,6,12.806,1,1,5,3,4,4,8,9,,40.016,1,1,1,5,1,1,24.215,4,5,8.835,2,1962,Texas,2,2,1,,7,,,3,4,2,73.667,60fab1b96bd45f60d1b053dc,"{""startTime"":1690226955824,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226981538,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226862020,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":17464,""label"":""tour_next"",""step"":2},{""time"":21783,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690226940152,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar,1.7,0,0,0,0.0,0.0,0,15.0,0.5,0.5,1,0.5,2 +2023-07-24 15:09:59,2023-07-24 15:35:09,0,100,1509,1,2023-07-24 15:35:09,R_xi8twevftiMDzjj,45.6435,-122.6247,EN,1,79.548,1,4.0,2,7.061,15.011,85,95,95,39.768,86.119,1,1,47.07,1,1,133.542,1,71.242,15.013,6,5,6,7,6,6,,11.654000000000002,6,5,5,3,6,6,It seems well executed and it is easy to understand the information that is being presented at a glance.,49.711000000000006,3,,36.074,2,7,3,4,1,5,6,49.407,8,7,4,6,5,8,9,9,,224.577,3,4,4,3,4,4,16.361,2,1,9.548,2,1992,Washington,6,1,1,,9,,Vancouver ,10,4,1,43.861999999999995,57a2caf8275be6000135b3aa,"{""startTime"":1690226320102,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690226251971,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690226077274,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":45,""label"":""tour_started""},{""time"":3998,""label"":""hovered"",""timeHovered"":9547,""week"":""2021-08-30""},{""time"":13645,""label"":""hovered"",""timeHovered"":4232,""week"":""2021-08-30""},{""time"":18211,""label"":""hovered"",""timeHovered"":2964,""week"":""2021-08-30""},{""time"":29316,""label"":""tour_next"",""step"":5},{""time"":46006,""label"":""started_brush"",""startDate"":""2021-09-03"",""endDate"":""2022-02-13""},{""time"":46923,""label"":""tour_next"",""step"":5},{""time"":56137,""label"":""started_brush"",""startDate"":""2021-08-01"",""endDate"":""2021-08-03""},{""time"":68416,""label"":""started_brush"",""startDate"":""2021-07-28"",""endDate"":""2021-11-09""},{""time"":70590,""label"":""moved_brush"",""startDate"":""2021-05-25"",""endDate"":""2021-11-09""},{""time"":72275,""label"":""tour_next"",""step"":5},{""time"":77877,""label"":""cleared_brush"",""using"":""click""},{""time"":77884,""label"":""cleared_brush"",""using"":""Escape""},{""time"":79220,""label"":""tour_next"",""step"":5},{""time"":82835,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690226236116,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line,3.7,0,0,0,0.0,0.0,0,15.0,1.0,1.0,1,1.0,3 +2023-07-24 15:15:16,2023-07-24 15:35:22,0,100,1205,1,2023-07-24 15:35:22,R_efk12bwFOw43igN,28.5978,-81.3024,EN,1,46.104,2,,1,12.484000000000002,15.008,57,88,52,45.68899999999999,56.218999999999994,1,1,103.274,-1,1,153.665,1,83.68700000000001,15.107999999999999,1,1,1,3,7,1,The cdc is unreliable at best and fraudulent at worst,83.055,2,6,6,1,2,1,fact checking the data is required before trust is earned.,137.947,2,interesting study,46.16,2,7,3,4,1,5,6,50.586000000000006,1,2,10,8,1,6,9,7,,52.058,5,5,5,1,5,4,51.472,6,1,19.156,1,1958,Florida,6,3,1,,7,,,10,2,1,88.02799999999999,6148ea50509c9ce6c1f023c0,"{""startTime"":1690226683585,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226486282,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226310005,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":14274,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5558,""week"":""52"",""id"":""chart""},{""time"":20281,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2082,""week"":""51"",""id"":""chart""},{""time"":23353,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3687,""week"":""6"",""id"":""chart""},{""time"":28670,""label"":""tour_next"",""step"":2},{""time"":39157,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5874,""week"":""52"",""id"":""chart2""},{""time"":45380,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1440,""week"":""1"",""id"":""chart2""},{""time"":47069,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1089,""week"":""6"",""id"":""chart2""},{""time"":54304,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690226470522,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":10894,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1260,""week"":""52"",""id"":""chart2""}]}",1,simple,bar,4.2,0,1,1,1.26,1.26,0,15.0,1.0,0.5,1,1.0,1 +2023-07-24 15:16:08,2023-07-24 15:35:41,0,100,1172,1,2023-07-24 15:35:42,R_DMJpE6qu0mdw5GN,26.1792,-80.1749,EN,1,9.472999999999999,1,1.0,2,11.604000000000001,15.017999999999999,55,77,68,27.111,27.799,-2,-2,96.53,1,-3,133.464,1,62.906000000000006,15.017000000000001,6,4,6,6,4,6,none,35.2,6,4,6,5,6,5,I don't think they would post false statistic,160.439,4,none,31.346,2,7,3,4,1,5,6,52.49100000000001,4,8,6,7,7,9,7,9,none,45.785,4,4,4,3,4,4,37.051,1,2,53.505,2,1955,Florida,7,1,1,,3,,,16,1,1,212.709,640a90e46acb8e6c64f12d60,"{""startTime"":1690226458855,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226495728,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226275862,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":33,""label"":""tour_started""},{""time"":13929,""label"":""tour_next"",""step"":2},{""time"":20629,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690226440375,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar,3.8,0,0,0,0.0,0.0,0,15.0,0.0,0.5,1,0.5,2 +2023-07-24 15:22:46,2023-07-24 15:35:41,0,100,775,1,2023-07-24 15:35:42,R_3MRMzkniM74I6ou,33.5038,-112.0253,EN,1,21.498,1,2.0,2,7.277,15.135,100,100,36,21.13,26.114,1,-3,110.68700000000001,-3,-3,98.56200000000001,1,54.699,15.025,6,5,6,6,6,6,,31.988000000000003,5,6,4,2,1,6,I have no reason not to trust it. It seems to me that most people who got Covid were unvaccinated but even some who were still got it.,66.976,3,People need to earn trust,23.439,2,7,3,4,1,5,6,21.91,2,2,5,2,2,2,6,6,,31.011,2,2,3,3,3,2,39.562,5,3,19.416,2,1962,Arizona,6,1,1,,7,,,9,4,1,99.53,622a42c21de0c55ba18a2acb,"{""startTime"":1690226911492,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226806239,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":2565,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3786,""week"":""52"",""id"":""chart""}]}","{""startTime"":1690226651813,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":11961,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1351,""week"":""32"",""id"":""chart""},{""time"":15371,""label"":""tour_next"",""step"":2},{""time"":24307,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690226789850,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar,2.5,0,0,0,0.0,0.0,0,15.0,0.5,0.0,1,0.5,1 +2023-07-24 15:07:39,2023-07-24 15:35:51,0,100,1692,1,2023-07-24 15:35:52,R_3m4Coab389zdxge,39.2842,-76.6918,EN,1,80.178,1,2.0,2,5.008,15.113,77,92,69,100.084,305.616,1,1,164.69099999999997,-3,-3,84.405,1,98.751,15.005999999999998,5,6,6,7,6,6,,134.424,6,7,5,6,6,6,I trust this visualization because I'm sure there are a lot of people that did not take the vaccination and some that are slowly getting it,107.691,4,,11.299000000000001,2,7,3,4,1,5,6,16.173,6,7,7,6,6,8,9,9,,16.276,5,4,5,1,5,4,195.882,4,3,15.140999999999998,1,1985,Maryland,6,2,1,,3,,,6,3,2,207.013,5eaa5d8b040c211e56dc98c0,"{""startTime"":1690226369898,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690226517886,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690225948888,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":59659,""label"":""tour_next"",""step"":5},{""time"":84789,""label"":""tour_back"",""step"":5},{""time"":93591,""label"":""tour_next"",""step"":5},{""time"":100965,""label"":""cleared_brush"",""using"":""Click""},{""time"":103609,""label"":""started_brush"",""startDate"":""2021-05-21"",""endDate"":""2021-09-17""},{""time"":105695,""label"":""tour_next"",""step"":5},{""time"":118607,""label"":""cleared_brush"",""using"":""Click""},{""time"":120856,""label"":""cleared_brush"",""using"":""Click""},{""time"":122937,""label"":""cleared_brush"",""using"":""Click""},{""time"":127285,""label"":""cleared_brush"",""using"":""Click""},{""time"":156174,""label"":""started_brush"",""startDate"":""2021-05-15"",""endDate"":""2021-06-19""},{""time"":159997,""label"":""cleared_brush"",""using"":""Click""},{""time"":162774,""label"":""cleared_brush"",""using"":""Click""},{""time"":164737,""label"":""cleared_brush"",""using"":""Click""},{""time"":169519,""label"":""cleared_brush"",""using"":""Click""},{""time"":170169,""label"":""cleared_brush"",""using"":""Click""},{""time"":171503,""label"":""cleared_brush"",""using"":""Click""},{""time"":173863,""label"":""cleared_brush"",""using"":""Click""},{""time"":185353,""label"":""cleared_brush"",""using"":""Click""},{""time"":186120,""label"":""cleared_brush"",""using"":""Click""},{""time"":193922,""label"":""moved_brush"",""startDate"":""2022-01-29"",""endDate"":""2022-02-07""},{""time"":195255,""label"":""tour_next"",""step"":5},{""time"":199526,""label"":""cleared_brush"",""using"":""Click""},{""time"":199526,""label"":""cleared_brush"",""using"":""Escape""},{""time"":201382,""label"":""tour_next"",""step"":5},{""time"":208927,""label"":""tour_end"",""step"":5},{""time"":215426,""label"":""started_brush"",""startDate"":""2021-04-21"",""endDate"":""2021-06-06""},{""time"":218009,""label"":""started_brush"",""startDate"":""2021-04-04"",""endDate"":""2021-05-01""}]}","{""startTime"":1690226354394,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":9082,""label"":""started_brush"",""startDate"":""2021-05-15"",""endDate"":""2021-05-27""},{""time"":14363,""label"":""started_brush"",""startDate"":""2021-11-01"",""endDate"":""2022-01-01""}]}",1,complex,bar,4.0,1,2,0,0.0,0.0,5281,15.0,1.0,0.0,1,1.0,3 +2023-07-24 15:08:29,2023-07-24 15:36:13,0,100,1664,1,2023-07-24 15:36:14,R_1Ibig1R847kGYPv,43.9078,-91.0939,EN,1,139.901,1,2.0,1,27.266,15.012,30,1,0,79.33800000000001,282.247,-2,-2,93.065,-3,-2,154.85399999999998,-2,99.65799999999999,15.01,4,5,4,2,5,5,,73.464,5,5,5,4,3,5,I thought the scale was set up pretty good with break down of ages.,201.517,4,,23.573,2,7,3,4,1,5,6,56.236999999999995,7,6,6,5,6,6,10,10,,52.38399999999999,2,2,3,2,4,4,87.29899999999999,2,1,33.964,2,1965,Wisconsin,2,2,1,,7,,,7,5,2,126.448,646e7c5514b82e3ae5c9affc,"{""startTime"":1690226397853,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690226471685,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690225999435,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":34178,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":16114,""week"":""6"",""id"":""chart""},{""time"":58859,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2533,""week"":""52"",""id"":""chart""},{""time"":64363,""label"":""tour_next"",""step"":5},{""time"":105328,""label"":""cleared_brush"",""using"":""Click""},{""time"":112003,""label"":""cleared_brush"",""using"":""Click""},{""time"":114944,""label"":""cleared_brush"",""using"":""Click""},{""time"":116197,""label"":""cleared_brush"",""using"":""Click""},{""time"":125717,""label"":""cleared_brush"",""using"":""Click""},{""time"":127538,""label"":""tour_back"",""step"":5},{""time"":134669,""label"":""tour_next"",""step"":5},{""time"":167969,""label"":""cleared_brush"",""using"":""Click""},{""time"":168362,""label"":""cleared_brush"",""using"":""Click""},{""time"":168546,""label"":""cleared_brush"",""using"":""Click""},{""time"":169413,""label"":""cleared_brush"",""using"":""Click""},{""time"":170654,""label"":""cleared_brush"",""using"":""Click""},{""time"":171055,""label"":""cleared_brush"",""using"":""Click""},{""time"":173622,""label"":""cleared_brush"",""using"":""Click""},{""time"":176608,""label"":""cleared_brush"",""using"":""Click""},{""time"":180622,""label"":""cleared_brush"",""using"":""Click""},{""time"":184104,""label"":""started_brush"",""startDate"":""2021-04-09"",""endDate"":""2021-04-28""},{""time"":187283,""label"":""tour_next"",""step"":5},{""time"":210189,""label"":""cleared_brush"",""using"":""Click""},{""time"":216723,""label"":""moved_brush"",""startDate"":""2021-04-16"",""endDate"":""2021-05-04""},{""time"":218635,""label"":""moved_brush"",""startDate"":""2021-04-18"",""endDate"":""2021-05-06""},{""time"":222475,""label"":""moved_brush"",""startDate"":""2021-04-09"",""endDate"":""2021-04-27""},{""time"":225450,""label"":""tour_next"",""step"":5},{""time"":254751,""label"":""cleared_brush"",""using"":""Click""},{""time"":254751,""label"":""cleared_brush"",""using"":""Escape""},{""time"":261113,""label"":""tour_next"",""step"":5},{""time"":272557,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690226382406,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar,2.8,0,0,0,0.0,0.0,0,15.0,0.0,0.0,0,0.0,3 +2023-07-24 15:23:56,2023-07-24 15:36:51,0,100,774,1,2023-07-24 15:36:51,R_1Q9qoEiVeD1tfhy,39.6973,-104.8394,EN,1,4.352,1,4.0,1,13.788,15.009,89,100,61,33.921,53.248000000000005,1,1,63.023,-3,-3,83.88,-3,65.393,15.11,6,6,6,6,7,6,,42.885,5,7,7,6,6,6,The visualization seems to match the info I have followed over the course of the covid pandemic.,111.339,5,,12.147,2,7,3,4,1,5,6,17.925,4,7,8,8,6,7,10,10,,29.776,5,4,5,1,5,1,43.293,2,1,29.775,2,1976,Colorado,6,1,1,,7,,,17,4,2,70.23899999999999,630663a1dc842dde6b18b557,"{""startTime"":1690227002878,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226850410,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":17879,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6533,""week"":""52"",""id"":""chart2""}]}","{""startTime"":1690226717517,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":19057,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1048,""week"":""6"",""id"":""chart""},{""time"":22047,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2744,""week"":""6"",""id"":""chart""},{""time"":25424,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1320,""week"":""49"",""id"":""chart""},{""time"":29123,""label"":""tour_next"",""step"":2},{""time"":35279,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1032,""week"":""1"",""id"":""chart2""},{""time"":40330,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2566,""week"":""6"",""id"":""chart2""},{""time"":44267,""label"":""tour_end"",""step"":2},{""time"":47225,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1457,""week"":""6"",""id"":""chart2""}]}","{""startTime"":1690226834813,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":8084,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4351,""week"":""52"",""id"":""chart2""}]}",1,simple,bar,3.5,0,1,1,4.351,4.351,0,15.0,1.0,0.0,0,1.0,1 +2023-07-24 15:17:00,2023-07-24 15:37:05,0,100,1205,1,2023-07-24 15:37:06,R_31pdFjuPUohD7IY,40.3214,-80.0378,EN,1,92.87,1,2.0,1,4.676,15.005999999999998,66,78,49,23.615,26.891,1,-3,45.458999999999996,-3,-3,72.23,1,32.917,15.005999999999998,4,4,4,4,4,4,none,28.318,4,6,5,4,4,4,"I trust that the chart is correct, but the data underlying it may not be. So its neither agree or disagree. ",58.578,2,,12.59,2,7,3,4,1,5,6,24.642,1,1,4,5,1,3,5,5,,42.471000000000004,2,3,3,3,3,3,15.775,4,2,141.578,1,1982,Pennsylvania,4,2,1,,8,Bethel Park,,11,3,2,161.722,631d1e66900f4855704e8c6e,"{""startTime"":1690226912016,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226834560,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226718990,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":19,""label"":""tour_started""},{""time"":12694,""label"":""tour_next"",""step"":2},{""time"":16569,""label"":""tour_end"",""step"":2},{""time"":17099,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3928,""week"":""52"",""id"":""chart""},{""time"":21408,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1178,""week"":""1"",""id"":""chart""}]}","{""startTime"":1690226819152,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":7098,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1684,""week"":""2"",""id"":""chart""},{""time"":8794,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2080,""week"":""1"",""id"":""chart""},{""time"":10891,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1983,""week"":""52"",""id"":""chart""}]}",1,moderate,bar,2.8,0,3,3,5.747000000000001,1.9156666666666664,3793,15.0,0.5,0.0,1,0.0,2 +2023-07-24 15:26:38,2023-07-24 15:37:07,0,100,628,1,2023-07-24 15:37:08,R_32XAOLa18LEtdVm,39.0705,-84.516,EN,1,6.391,1,4.0,2,7.025,15.017999999999999,100,5,64,35.802,30.945,1,1,53.761,1,1,46.617,1,72.905,15.012,6,5,6,7,7,7,,24.129,6,7,6,6,7,7,i've done studies on this for my PhD. It fits with my knowledge,39.865,7,,9.902000000000001,2,7,3,4,1,5,6,20.177,4,9,1,3,10,5,11,11,,24.623,5,5,5,1,5,5,20.053,2,1,11.774000000000001,1,1961,Kentucky,9,3,1,,7,,,17,5,1,137.893,5615777c7ffc8a000a811c61,"{""startTime"":1690227045192,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226984323,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226882286,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":22475,""label"":""tour_next"",""step"":2},{""time"":27226,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690226968825,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line,4.3,0,0,0,0.0,0.0,0,15.0,1.0,1.0,1,1.0,1 +2023-07-24 15:20:04,2023-07-24 15:37:20,0,100,1035,1,2023-07-24 15:37:20,R_da4X7smU3k13VPb,34.0782,-84.6485,EN,1,30.325,1,2.0,1,10.357999999999999,15.14,54,100,50,55.718999999999994,74.771,1,-2,122.95200000000001,1,1,91.831,1,74.12100000000001,15.05,2,2,1,6,6,1,,63.453,2,5,4,2,2,1,I believe the date used and the visualization is self-serving by the CDC.,83.86,5,,19.785999999999998,2,7,3,4,1,5,6,44.544,3,5,8,7,4,8,6,10,,65.709,3,4,4,2,5,3,42.943000000000005,4,4,23.846999999999998,2,1970,Georgia,3,2,1,,8,Kennesaw,,12,3,2,125.806,5f14d1c6ed1d355640101321,"{""startTime"":1690226724095,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226788175,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226540865,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":49879,""label"":""hovered"",""timeHovered"":7950,""week"":""2021-12-13""},{""time"":58879,""label"":""hovered"",""timeHovered"":4400,""week"":""2022-01-10""},{""time"":64601,""label"":""tour_next"",""step"":2},{""time"":71645,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690226708494,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":9782,""label"":""hovered"",""timeHovered"":2383,""week"":""2022-01-10""},{""time"":12469,""label"":""hovered"",""timeHovered"":1995,""week"":""2021-09-06""}]}",1,moderate,line,3.5,0,2,2,4.378,2.189,2687,15.0,0.5,1.0,1,1.0,2 +2023-07-24 15:24:18,2023-07-24 15:38:28,0,100,849,1,2023-07-24 15:38:29,R_3FRrLeBHZ0AyTH1,35.5891,-77.345,EN,1,13.594000000000001,1,2.0,2,6.518,15.038,100,100,38,64.277,54.22,1,-2,57.45,-2,-1,93.039,1,125.04899999999999,15.047,6,6,7,6,7,7,I think the previous page is not complete.,42.656000000000006,6,6,5,2,4,7,It seems accurate,48.266999999999996,4,,5.561,2,7,3,4,1,5,6,33.841,6,6,6,6,6,6,6,6,,20.099,3,3,4,2,3,4,57.717,4,2,16.083,2,1984,North Carolina,3,2,1,,8,Winterville,,3,1,2,128.821,5af12b37aec2b600010a8f4c,"{""startTime"":1690227013310,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226937900,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226773985,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":23,""label"":""tour_started""},{""time"":17127,""label"":""tour_next"",""step"":2},{""time"":25814,""label"":""tour_end"",""step"":2},{""time"":37364,""label"":""hovered"",""timeHovered"":1789,""week"":""2021-11-08""}]}","{""startTime"":1690226922350,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":8305,""label"":""hovered"",""timeHovered"":1410,""week"":""2022-01-03""}]}",1,moderate,line,3.2,0,1,1,1.41,1.41,0,15.0,0.5,0.0,1,0.0,2 +2023-07-24 15:27:49,2023-07-24 15:39:01,0,100,671,1,2023-07-24 15:39:02,R_1SbGoDG0SEw57JD,35.4312,-97.4934,EN,1,41.235,2,,2,5.507000000000001,15.015,91,97,78,30.615,34.695,1,1,59.606,-3,-3,71.318,-3,43.216,15.109000000000002,6,5,6,6,7,6,,28.885,6,6,5,4,3,6,"Well, it said it was from the CDC which I basically trust.",61.29600000000001,6,,11.315999999999999,2,7,3,4,1,5,6,20.164,2,1,6,5,3,7,8,8,,36.219,4,4,5,1,4,3,35.413000000000004,6,4,18.009,1,1970,Oklahoma,3,2,1,,7,,,5,4,1,76.445,60a5717cc2ad303816870f66,"{""startTime"":1690227190199,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690227091090,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226979382,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":86,""label"":""tour_started""},{""time"":9447,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1084,""week"":""35"",""id"":""chart""},{""time"":12569,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1052,""week"":""50"",""id"":""chart""},{""time"":14542,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3958,""week"":""52"",""id"":""chart""},{""time"":21944,""label"":""tour_next"",""step"":2},{""time"":26554,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1118,""week"":""51"",""id"":""chart2""},{""time"":28593,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1235,""week"":""1"",""id"":""chart2""},{""time"":31824,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690227075296,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":5317,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1590,""week"":""1"",""id"":""chart""},{""time"":6980,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1228,""week"":""52"",""id"":""chart""}]}",1,simple,bar,3.5,0,2,2,2.818,1.409,1663,15.0,1.0,0.0,0,1.0,1 +2023-07-24 15:11:06,2023-07-24 15:39:09,0,100,1683,1,2023-07-24 15:39:10,R_1n8x1fgybPZLar7,37.751,-97.822,EN,1,19.102999999999998,1,4.0,2,14.800999999999998,15.01,82,75,71,79.124,596.148,-3,1,11.526,-3,1,69.583,-2,88.094,15.017000000000001,6,6,6,6,7,6,,34.185,5,7,6,6,5,6,"With this visualization, viewers can easily observe any trends or patterns that emerge. They can assess if there is a significant difference in COVID-19 cases between those who are vaccinated and those who are not, based on different age demographics.",148.446,6,,43.7,2,7,3,4,1,5,6,67.30199999999999,9,11,9,11,9,8,10,11,,27.008000000000003,5,4,1,4,5,5,43.38399999999999,4,1,56.068000000000005,2,1992,Georgia,6,3,1,,7,,,7,3,2,81.666,6172b88315142e4eaa555c95,"{""startTime"":1690226753861,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_focused"",""time"":7475}]}","{""startTime"":1690226792081,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_focused"",""time"":112113},{""label"":""window_blurred"",""time"":124950},{""label"":""window_focused"",""time"":173485}]}","{""startTime"":1690226045084,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":25,""label"":""tour_started""},{""time"":14514,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1249,""week"":""52"",""id"":""chart""},{""time"":16338,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1148,""week"":""52"",""id"":""chart""},{""time"":19380,""label"":""tour_next"",""step"":5},{""time"":58754,""label"":""cleared_brush"",""using"":""Click""},{""time"":60714,""label"":""cleared_brush"",""using"":""Click""},{""time"":61794,""label"":""cleared_brush"",""using"":""Click""},{""time"":64666,""label"":""cleared_brush"",""using"":""Click""},{""time"":64995,""label"":""cleared_brush"",""using"":""Click""},{""time"":65546,""label"":""cleared_brush"",""using"":""Click""},{""time"":66185,""label"":""cleared_brush"",""using"":""Click""},{""time"":67057,""label"":""cleared_brush"",""using"":""Click""},{""time"":68842,""label"":""cleared_brush"",""using"":""Click""},{""time"":69626,""label"":""cleared_brush"",""using"":""Click""},{""time"":74217,""label"":""cleared_brush"",""using"":""Click""},{""time"":74673,""label"":""cleared_brush"",""using"":""Click""},{""time"":75274,""label"":""cleared_brush"",""using"":""Click""},{""time"":83357,""label"":""moved_brush"",""startDate"":""2022-01-02"",""endDate"":""2022-02-07""},{""time"":87500,""label"":""moved_brush"",""startDate"":""2022-01-31"",""endDate"":""2022-02-07""},{""time"":112461,""label"":""moved_brush"",""startDate"":""2022-01-01"",""endDate"":""2022-02-07""},{""time"":119580,""label"":""moved_brush"",""startDate"":""2021-07-31"",""endDate"":""2021-09-05""},{""time"":122436,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-05-12""},{""time"":130396,""label"":""moved_brush"",""startDate"":""2021-05-31"",""endDate"":""2021-07-07""},{""time"":138404,""label"":""moved_brush"",""startDate"":""2021-05-31"",""endDate"":""2021-07-08""},{""time"":176996,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-05-13""},{""time"":177949,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-05-13""},{""time"":188826,""label"":""cleared_brush"",""using"":""Click""},{""time"":193139,""label"":""cleared_brush"",""using"":""Click""},{""time"":194778,""label"":""cleared_brush"",""using"":""Click""},{""time"":196710,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-07-30""},{""time"":198030,""label"":""moved_brush"",""startDate"":""2021-10-14"",""endDate"":""2022-02-07""},{""time"":212309,""label"":""cleared_brush"",""using"":""Click""},{""time"":227916,""label"":""moved_brush"",""startDate"":""2022-02-01"",""endDate"":""2022-02-07""},{""time"":233108,""label"":""moved_brush"",""startDate"":""2022-01-31"",""endDate"":""2022-02-07""},{""time"":247964,""label"":""moved_brush"",""startDate"":""2021-10-01"",""endDate"":""2021-10-08""},{""time"":283052,""label"":""moved_brush"",""startDate"":""2021-08-30"",""endDate"":""2021-10-08""},{""time"":285532,""label"":""moved_brush"",""startDate"":""2021-08-30"",""endDate"":""2021-10-01""},{""time"":289484,""label"":""moved_brush"",""startDate"":""2021-07-31"",""endDate"":""2021-09-01""},{""time"":292076,""label"":""moved_brush"",""startDate"":""2021-07-31"",""endDate"":""2021-09-02""},{""time"":293693,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-05-08""},{""label"":""window_blurred"",""time"":295564},{""label"":""window_focused"",""time"":317496},{""time"":317579,""label"":""tour_back"",""step"":5},{""label"":""window_blurred"",""time"":321635},{""time"":479253,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":1026,""week"":""16"",""id"":""chart""},{""label"":""window_focused"",""time"":486167},{""time"":490266,""label"":""tour_next"",""step"":5},{""time"":503414,""label"":""cleared_brush"",""using"":""Click""},{""time"":504147,""label"":""cleared_brush"",""using"":""Click""},{""time"":506779,""label"":""tour_back"",""step"":5},{""time"":508378,""label"":""tour_next"",""step"":5},{""time"":510642,""label"":""cleared_brush"",""using"":""Click""},{""time"":513760,""label"":""cleared_brush"",""using"":""Click""},{""time"":517200,""label"":""cleared_brush"",""using"":""Click""},{""time"":519266,""label"":""cleared_brush"",""using"":""Click""},{""time"":520257,""label"":""cleared_brush"",""using"":""Click""},{""time"":522802,""label"":""cleared_brush"",""using"":""Click""},{""time"":525961,""label"":""cleared_brush"",""using"":""Click""},{""time"":527002,""label"":""cleared_brush"",""using"":""Click""},{""time"":535778,""label"":""cleared_brush"",""using"":""Click""},{""time"":536323,""label"":""cleared_brush"",""using"":""Click""},{""time"":538099,""label"":""cleared_brush"",""using"":""Click""},{""time"":538281,""label"":""cleared_brush"",""using"":""Click""},{""time"":540283,""label"":""cleared_brush"",""using"":""Click""},{""time"":541553,""label"":""cleared_brush"",""using"":""Click""},{""time"":543258,""label"":""cleared_brush"",""using"":""Click""},{""time"":546098,""label"":""cleared_brush"",""using"":""Click""},{""time"":547337,""label"":""cleared_brush"",""using"":""Click""},{""time"":551001,""label"":""cleared_brush"",""using"":""Click""},{""time"":556308,""label"":""started_brush"",""startDate"":""2021-06-01"",""endDate"":""2021-07-02""},{""time"":558122,""label"":""tour_next"",""step"":5},{""time"":570628,""label"":""moved_brush"",""startDate"":""2021-06-01"",""endDate"":""2021-07-02""},{""time"":572554,""label"":""tour_next"",""step"":5},{""time"":583531,""label"":""cleared_brush"",""using"":""Click""},{""time"":584906,""label"":""tour_next"",""step"":5},{""time"":593531,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690226736787,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":7001}]}",1,complex,bar,4.0,0,0,0,0.0,0.0,0,7.001,0.5,0.5,0,0.0,3 +2023-07-24 15:24:07,2023-07-24 15:39:27,0,100,920,1,2023-07-24 15:39:28,R_1Q9oxo81kx2nWgj,36.7328,-76.5898,EN,1,8.731,1,4.0,2,5.434,15.007,100,100,84,26.555999999999997,27.416,1,1,75.28699999999999,1,1,86.057,1,166.597,15.012,6,6,7,1,7,7,,34.598,6,7,7,7,7,7,The data comes from a trustworthy source. ,31.052,4,,6.857,2,7,3,4,1,5,6,30.285,5,7,3,5,8,6,9,8,,32.001,5,4,5,1,5,5,44.843,2,1,172.213,2,1985,Virginia,7,2,1,,3,,,12,2,1,93.007,5bd0607192f92c0001f84021,"{""startTime"":1690226838454,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226873499,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226719292,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":4722,""label"":""hovered"",""timeHovered"":1416,""week"":""2021-11-29""},{""time"":6139,""label"":""hovered"",""timeHovered"":1203,""week"":""2022-01-10""},{""time"":14998,""label"":""tour_next"",""step"":2},{""time"":20139,""label"":""tour_end"",""step"":2},{""time"":7343,""label"":""hovered"",""timeHovered"":14075,""week"":""2021-10-25""},{""time"":22913,""label"":""hovered"",""timeHovered"":1402,""week"":""2021-12-27""}]}","{""startTime"":1690226822762,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":10144,""label"":""hovered"",""timeHovered"":1111,""week"":""2022-01-03""},{""time"":11255,""label"":""hovered"",""timeHovered"":2336,""week"":""2022-01-03""}]}",1,simple,line,4.2,0,2,2,3.447,1.7235,1111,15.0,1.0,1.0,1,1.0,1 +2023-07-24 15:32:06,2023-07-24 15:39:31,0,100,445,1,2023-07-24 15:39:32,R_2TSEqo0z57GhAmp,36.1219,-79.7777,EN,1,4.1739999999999995,2,,2,2.07,15.208,89,100,91,17.854,34.87,-3,-3,54.107,-3,-3,44.176,1,45.648,15.007,6,3,5,5,5,5,,18.5,5,7,7,7,6,7,I strongly agree because it makes sense that vaccinated individuals would not get COVID-19,43.523999999999994,4,,6.148,2,7,3,4,1,5,6,12.479000000000001,7,8,7,6,8,8,9,5,,15.811,5,4,4,1,5,5,16.284000000000002,3,1,8.84,1,2000,North Carolina,3,2,2,,4,,,3,3,1,56.102,5ee3fbb98976fc0f59fe2939,"{""startTime"":1690227340954,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690227284266,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":23,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1574,""week"":""3"",""id"":""chart""}]}","{""startTime"":1690227178820,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":6692,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1107,""week"":""51"",""id"":""chart""},{""time"":9296,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2386,""week"":""52"",""id"":""chart""},{""time"":11690,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1489,""week"":""52"",""id"":""chart""},{""time"":21675,""label"":""tour_next"",""step"":2},{""time"":24510,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1896,""week"":""1"",""id"":""chart2""},{""time"":27764,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1246,""week"":""52"",""id"":""chart2""},{""time"":32799,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690227268740,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":5276,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2194,""week"":""52"",""id"":""chart""},{""time"":8120,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2212,""week"":""52"",""id"":""chart2""},{""time"":10352,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1044,""week"":""1"",""id"":""chart2""},{""time"":11771,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1189,""week"":""2"",""id"":""chart2""},{""time"":13909,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1082,""week"":""2"",""id"":""chart2""}]}",1,simple,bar,4.0,0,5,5,7.721,1.5442,8633,15.0,0.0,0.0,1,0.0,1 +2023-07-24 15:29:11,2023-07-24 15:39:39,0,100,627,1,2023-07-24 15:39:40,R_2uODp2OZxr2aRmG,38.2524,-85.7666,EN,1,4.948,1,2.0,2,6.822,15.113,96,83,54,19.917,24.066999999999997,1,-2,41.978,-3,1,33.245,1,27.453000000000003,15.013,6,6,6,6,6,6,,14.302,7,7,7,7,7,7,looks accurate ,52.004,4,Problem with one of the questions,34.131,2,7,3,4,1,5,6,21.308000000000003,1,2,2,2,3,2,8,7,,22.625999999999998,2,2,2,3,2,2,25.660999999999998,1,1,9.062000000000001,2,1996,Kentucky,3,2,1,,7,,,19,4,1,97.126,6101f6f45269e30a22fc4526,"{""startTime"":1690227270592,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690227202932,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690227113308,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":9403,""label"":""tour_next"",""step"":2},{""time"":11896,""label"":""tour_end"",""step"":2},{""time"":12757,""label"":""hovered"",""timeHovered"":2691,""week"":""2022-01-03""},{""time"":16303,""label"":""hovered"",""timeHovered"":1851,""week"":""2022-01-10""},{""time"":18600,""label"":""hovered"",""timeHovered"":1907,""week"":""2022-01-17""}]}","{""startTime"":1690227187127,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line,2.2,0,0,0,0.0,0.0,0,15.0,0.5,0.5,1,0.5,2 +2023-07-24 15:11:08,2023-07-24 15:39:51,0,100,1723,1,2023-07-24 15:39:52,R_1doSzwxJ0MPvlNQ,37.751,-97.822,EN,1,20.165,1,4.0,2,426.035,15.017000000000001,77,81,74,5.858,29.958000000000002,-3,1,304.453,-3,1,197.53900000000002,-3,25.843000000000004,15.116,6,5,7,6,6,6,,91.926,7,6,7,6,5,7,"This data chart provides valuable insights into the impact of vaccination on COVID-19 transmission among different age groups. By presenting the weekly counts separately for vaccinated and unvaccinated individuals, it helps to illustrate how effective vaccinations are in preventing COVID-19 cases across various age categories.",190.986,6,,4.084,2,7,3,4,1,5,6,51.055,8,11,9,10,9,8,11,10,,29.636,5,4,2,4,4,5,42.486000000000004,4,1,53.102,2,1994,New Jersey,6,3,1,,7,,,8,3,2,116.632,611e64ad7ea7083dd09ce1dc,"{""startTime"":1690226957458,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":4928},{""label"":""window_focused"",""time"":4999},{""label"":""window_blurred"",""time"":8129},{""label"":""window_focused"",""time"":83571}]}","{""startTime"":1690226727679,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":4857},{""label"":""window_focused"",""time"":16123}]}","{""startTime"":1690226372287,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":20,""label"":""tour_started""},{""time"":14504,""label"":""tour_next"",""step"":2},{""time"":27632,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690226710861,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar,4.0,0,0,0,0.0,0.0,0,15.0,0.5,0.5,0,0.5,1 +2023-07-24 15:31:19,2023-07-24 15:40:10,0,100,530,1,2023-07-24 15:40:10,R_3EBasjWNXCsL0qr,40.4465,-75.8206,EN,1,4.776,1,3.0,1,11.323,15.009,100,100,74,16.544,23.1,1,1,49.633,-3,-3,83.479,-2,39.043,15.110999999999999,6,6,6,6,6,6,none,16.37,6,6,7,6,6,6,Because it contains specific data for specific dates.,61.50899999999999,4,none,10.001,2,7,3,4,1,5,6,15.457,2,2,9,6,3,6,8,9,none,24.256999999999998,3,4,4,2,4,3,25.793000000000003,4,1,16.585,1,1972,Pennsylvania,3,2,1,,7,,,15,1,2,52.681999999999995,5c6efb8565434c0001a483ec,"{""startTime"":1690227391989,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690227305794,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690227216762,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":9251,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1117,""week"":""48"",""id"":""chart""},{""time"":12540,""label"":""tour_next"",""step"":2},{""time"":19945,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690227290209,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":1323,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1099,""week"":""33"",""id"":""chart""},{""time"":7427,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1546,""week"":""4"",""id"":""chart2""},{""time"":12232,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2130,""week"":""52"",""id"":""chart""}]}",1,simple,bar,3.3,0,3,3,4.775,1.5916666666666668,10909,15.0,1.0,0.0,0,1.0,1 +2023-07-24 14:47:12,2023-07-24 15:40:17,0,100,3184,1,2023-07-24 15:40:18,R_1yJnQhYoEQYEJ7r,33.4793,-112.3121,EN,1,136.53799999999998,1,2.0,1,8.383,15.01,75,71,61,15.022,209.023,1,-2,70.689,-2,1,162.495,-3,30.799,16.45,6,5,6,6,5,6,,21.570999999999998,5,6,6,5,6,6,I trust it because it aligns with the statistics that were occurring during the COVID 19 pandemic.,199.49900000000002,5,,146.834,2,7,3,4,1,5,6,21.21,5,9,6,9,7,5,10,10,,21.303,4,3,2,4,3,4,11.247,2,3,41.297,2,1999,Arizona,6,2,2,,4,,,9,3,1,47.873999999999995,5dce3ccc32ccbf0cd54263db,"{""startTime"":1690226654983,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690226659841,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690226377596,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":11,""label"":""tour_started""},{""label"":""window_blurred"",""time"":69032},{""label"":""window_focused"",""time"":74533},{""time"":75250,""label"":""tour_next"",""step"":5},{""time"":80600,""label"":""tour_back"",""step"":5},{""time"":82667,""label"":""tour_next"",""step"":5},{""time"":90841,""label"":""started_brush"",""startDate"":""2021-07-03"",""endDate"":""2021-09-13""},{""time"":92084,""label"":""tour_next"",""step"":5},{""time"":94686,""label"":""moved_brush"",""startDate"":""2021-07-03"",""endDate"":""2021-09-13""},{""time"":96921,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-06-23""},{""time"":97485,""label"":""tour_next"",""step"":5},{""time"":99527,""label"":""moved_brush"",""startDate"":""2021-06-04"",""endDate"":""2021-08-16""},{""time"":102060,""label"":""moved_brush"",""startDate"":""2021-11-25"",""endDate"":""2022-02-06""},{""time"":103768,""label"":""cleared_brush"",""using"":""click""},{""time"":103770,""label"":""cleared_brush"",""using"":""Escape""},{""time"":105336,""label"":""tour_next"",""step"":5},{""time"":207310,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690226619210,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":9389}]}",1,complex,line,3.3,0,0,0,0.0,0.0,0,9.389,0.5,0.5,0,0.0,3 +2023-07-24 15:30:33,2023-07-24 15:40:28,0,100,594,1,2023-07-24 15:40:29,R_pSgRFhh1xFQv4PL,45.0001,-93.0986,EN,1,5.289,1,3.0,1,9.754,15.015999999999998,50,100,98,23.889,31.749000000000002,1,1,43.696000000000005,-3,-3,51.98,1,40.879,15.11,4,7,4,7,7,4,,25.271,7,7,7,7,7,4,I do not know anymore what is true and what is fake,51.479,7,,9.121,2,7,3,4,1,5,6,23.701,4,5,5,7,2,7,9,9,,24.349,4,4,5,2,4,4,31.441999999999997,4,1,18.308,2,1964,Minnesota,3,3,1,,9,,Saint Paul,5,4,1,57.703,63a0f27fca07899904e593f1,"{""startTime"":1690227281158,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690227306964,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690227180137,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":21,""label"":""tour_started""},{""time"":17531,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3620,""week"":""52"",""id"":""chart""},{""time"":22512,""label"":""tour_next"",""step"":2},{""time"":26834,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690227265205,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":9628,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6008,""week"":""2"",""id"":""chart""}]}",1,moderate,bar,3.8,0,1,1,6.007999999999999,6.007999999999999,0,15.0,1.0,0.0,1,0.0,2 +2023-07-24 15:28:12,2023-07-24 15:40:58,0,100,765,1,2023-07-24 15:40:59,R_AuIfABDXwhpF7Mt,41.6021,-93.6124,EN,1,11.350999999999999,1,2.0,2,11.860999999999999,15.011,50,46,50,54.992,40.774,1,1,41.364,1,1,91.324,1,48.723,15.122,4,2,4,6,7,4,,34.45,3,5,4,2,2,4,"It doesn't specify how the numbers were collected, nor does it state the margin of error.",33.647,1,You have a section of questions that aren't questions in your survey.,27.041999999999998,2,7,3,4,1,5,6,28.502,2,5,7,6,5,5,10,8,,28.668000000000003,3,3,4,2,3,4,33.245,5,1,15.429,2,1980,Wisconsin,6,2,1,,7,,,17,3,1,53.15,629a4709039b1725f3a0727a,"{""startTime"":1690227250864,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690227286834,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690227007274,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":5457,""label"":""hovered"",""timeHovered"":3516,""week"":""2022-01-10""},{""time"":31967,""label"":""tour_next"",""step"":2},{""time"":37428,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690227176426,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":50487,""label"":""hovered"",""timeHovered"":1998,""week"":""2022-01-10""},{""time"":52931,""label"":""hovered"",""timeHovered"":1505,""week"":""2022-01-10""}]}",1,moderate,line,3.2,0,2,2,3.503,1.7515,2444,15.0,1.0,1.0,1,1.0,2 +2023-07-24 15:31:35,2023-07-24 15:41:17,0,100,582,1,2023-07-24 15:41:18,R_3FXSrrw7wyqCoth,47.6109,-122.3303,EN,1,5.055,1,2.0,2,15.683,15.11,100,100,58,21.835,80.501,1,-2,58.784,1,1,32.428000000000004,-3,35.301,15.118,7,5,6,6,7,7,I think this is a well done visualization.,54.701,6,7,7,5,6,6,The data comes from a reliable source and the visualization itself is clear and easy to understand.,49.455,6,,8.392999999999999,2,7,3,4,1,5,6,18.468,3,6,6,7,7,5,10,9,,20.837,5,4,5,2,5,5,24.243000000000002,3,1,11.142000000000001,1,1971,Washington,7,3,1,,7,,,17,4,2,52.604,6310f7cc10a0cd8f6156091f,"{""startTime"":1690227307683,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690227363526,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690227173383,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":9213,""label"":""hovered"",""timeHovered"":1031,""week"":""2022-01-03""},{""time"":32577,""label"":""tour_next"",""step"":5},{""time"":42624,""label"":""started_brush"",""startDate"":""2021-08-09"",""endDate"":""2021-12-31""},{""time"":45207,""label"":""tour_next"",""step"":5},{""time"":54321,""label"":""moved_brush"",""startDate"":""2021-08-04"",""endDate"":""2021-12-26""},{""time"":58031,""label"":""moved_brush"",""startDate"":""2021-08-04"",""endDate"":""2021-12-08""},{""time"":59221,""label"":""tour_next"",""step"":5},{""time"":67615,""label"":""cleared_brush"",""using"":""click""},{""time"":67618,""label"":""cleared_brush"",""using"":""Escape""},{""time"":70753,""label"":""tour_next"",""step"":5},{""time"":75125,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690227291449,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line,4.3,0,0,0,0.0,0.0,0,15.0,0.5,1.0,0,0.0,3 +2023-07-24 15:00:49,2023-07-24 15:41:39,0,100,2449,1,2023-07-24 15:41:40,R_1ifehgSoshSznnp,37.3209,-121.9126,EN,1,79.41199999999999,1,2.0,2,4.064,16.129,77,85,76,14.217,67.211,1,-2,52.242,-2,1,294.969,-3,61.653,15.013,6,6,6,6,6,6,,43.345,5,5,6,6,5,5,it makes sense ,25.973000000000003,4,,4.97,2,7,3,4,1,5,6,5.935,7,9,9,9,8,9,9,10,,43.07899999999999,4,3,3,3,4,4,21.208000000000002,4,4,83.649,1,2002,California,5,3,1,,8,San Jose,,17,4,2,52.463,611208e8d4ab54df137ab05a,"{""startTime"":1690226557472,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226601718,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":9172},{""label"":""window_focused"",""time"":22934},{""label"":""window_blurred"",""time"":24557},{""label"":""window_focused"",""time"":24832}]}","{""startTime"":1690225474503,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":2173,""label"":""tour_next"",""step"":2},{""time"":6187,""label"":""tour_end"",""step"":2},{""label"":""window_blurred"",""time"":11197},{""label"":""window_focused"",""time"":65073}]}","{""startTime"":1690226541794,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line,3.5,0,0,0,0.0,0.0,0,15.0,0.5,0.5,0,0.5,2 +2023-07-24 15:28:55,2023-07-24 15:41:49,0,100,774,1,2023-07-24 15:41:50,R_2bQAogTvdub1yi6,34.0782,-84.6485,EN,1,6.806,1,4.0,1,10.015,15.03,100,100,22,19.58,37.49,-1,-3,189.81099999999998,-3,-3,72.865,-2,39.451,15.068,7,7,7,7,7,7,,28.002,7,7,7,2,4,7,This visualization tracks with my memory of statistics from that time. ,55.864,5,,14.915999999999999,2,7,3,4,1,5,6,30.929000000000002,2,5,10,5,1,5,11,10,,35.648,4,4,5,1,5,5,34.766999999999996,2,2,23.413,1,1971,Georgia,6,2,1,,7,,,6,2,1,78.429,63ff85248ee53feba08a05fe,"{""startTime"":1690227348048,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690227261970,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690227015971,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":69,""label"":""tour_started""},{""time"":13837,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1646,""week"":""2"",""id"":""chart""},{""time"":18176,""label"":""tour_next"",""step"":2},{""time"":20389,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1038,""week"":""52"",""id"":""chart2""},{""time"":32059,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690227245592,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar,4.0,0,0,0,0.0,0.0,0,15.0,0.0,0.0,0,0.0,1 +2023-07-24 15:25:43,2023-07-24 15:43:10,0,100,1047,1,2023-07-24 15:43:11,R_7OtvBGaysMLta1j,40.7359,-73.9904,EN,1,45.058,1,2.0,1,6.659,15.120999999999999,100,100,51,114.454,100.96799999999999,1,1,57.236999999999995,-2,1,48.376999999999995,1,50.787,15.110999999999999,6,6,6,7,6,6,,28.734,6,7,6,3,4,6,The CDC has long been a trustworthy source and the visualization simply makes sense as far as when COVID spikes and how vaccinated people are far less affected,123.97399999999999,4,,11.482999999999999,2,7,3,4,1,5,6,28.3,2,2,9,6,4,8,10,10,,32.426,2,3,4,3,3,3,41.373999999999995,5,1,19.227999999999998,1,1970,Pennsylvania,6,2,1,,7,,,7,2,1,208.19299999999998,63e4849552d07a18ddfc5d17,"{""startTime"":1690227137119,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690227167457,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690226954830,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":9096,""label"":""hovered"",""timeHovered"":3200,""week"":""2021-09-20""},{""time"":21945,""label"":""hovered"",""timeHovered"":1283,""week"":""2021-06-14""},{""time"":27666,""label"":""tour_next"",""step"":2},{""time"":35796,""label"":""tour_end"",""step"":2},{""time"":76920,""label"":""hovered"",""timeHovered"":2282,""week"":""2021-08-16""},{""time"":81060,""label"":""hovered"",""timeHovered"":2544,""week"":""2021-12-20""},{""time"":87926,""label"":""hovered"",""timeHovered"":1184,""week"":""2021-10-11""},{""time"":90594,""label"":""hovered"",""timeHovered"":2094,""week"":""2021-05-31""},{""time"":93657,""label"":""hovered"",""timeHovered"":2385,""week"":""2021-08-16""},{""time"":96221,""label"":""hovered"",""timeHovered"":1237,""week"":""2021-08-23""}]}","{""startTime"":1690227120247,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":9239,""label"":""hovered"",""timeHovered"":1041,""week"":""2022-01-10""},{""time"":10291,""label"":""hovered"",""timeHovered"":1578,""week"":""2022-01-10""},{""time"":14677,""label"":""hovered"",""timeHovered"":1001,""week"":""2021-12-27""}]}",1,simple,line,3.0,0,3,3,3.62,1.2066666666666668,5438,15.0,1.0,0.5,1,1.0,1 +2023-07-24 15:23:29,2023-07-24 15:43:14,0,100,1185,1,2023-07-24 15:43:16,R_2zdcC12rNj7LE6K,35.0848,-92.4242,EN,1,10.889000000000001,1,2.0,1,10.749,15.107999999999999,87,89,84,38.597,56.526,1,1,64.616,1,1,54.622,1,30.226999999999997,15.116,6,5,6,6,6,6,,39.312,5,6,6,4,5,6,This visualization is inline with what I know about Covid 19 and the effectiveness of the vaccine. The data comes from a trusted scientific source.,104.195,5,,13.985999999999999,2,7,3,4,1,5,6,23.9,6,8,6,7,6,5,9,8,,51.056000000000004,2,3,4,3,3,3,524.7669999999999,1,2,21.361,2,1983,Arkansas,7,3,1,,9,,Conway,7,4,1,56.818000000000005,5d3bdd3e3dcf870019c76307,"{""startTime"":1690226823241,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226863043,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690226695484,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":16936,""label"":""hovered"",""timeHovered"":1928,""week"":""2022-01-03""},{""time"":19815,""label"":""hovered"",""timeHovered"":4231,""week"":""2022-01-03""},{""time"":26850,""label"":""hovered"",""timeHovered"":3264,""week"":""2022-02-07""},{""time"":32200,""label"":""hovered"",""timeHovered"":1280,""week"":""2021-08-09""},{""time"":38294,""label"":""tour_next"",""step"":2},{""time"":45895,""label"":""tour_end"",""step"":2},{""time"":34192,""label"":""hovered"",""timeHovered"":15345,""week"":""2022-02-07""},{""time"":50743,""label"":""hovered"",""timeHovered"":2815,""week"":""2021-05-31""}]}","{""startTime"":1690226807590,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6987,""label"":""hovered"",""timeHovered"":1701,""week"":""2022-01-10""},{""time"":12539,""label"":""hovered"",""timeHovered"":2668,""week"":""2021-08-16""}]}",1,moderate,line,3.0,0,2,2,4.369,2.1845,5552,15.0,1.0,1.0,1,1.0,2 +2023-07-24 14:53:57,2023-07-24 15:44:21,0,100,3024,1,2023-07-24 15:44:22,R_xgD4uZHrVBFrABz,39.9943,-75.1181,EN,1,709.17,1,3.0,1,10.037,15.043,100,39,50,40.355,54.08,1,1,41.273,-2,1,58.333999999999996,-1,51.126999999999995,15.015,6,6,6,6,6,6,,23.339000000000002,6,6,6,6,6,6,The visualization provides all of the necessary information and is easy to read.,66.18,4,,15.577,2,7,3,4,1,5,6,39.003,1,4,2,4,2,4,8,7,,27.500999999999998,3,3,5,3,3,3,33.145,2,1,14.481,2,1987,Pennsylvania,7,2,1,,3,,,15,4,1,93.848,616dac30fd433eb926c5ceaa,"{""startTime"":1690227505425,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690227413229,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690227283320,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":26070,""label"":""hovered"",""timeHovered"":1267,""week"":""2021-04-12""},{""time"":28936,""label"":""hovered"",""timeHovered"":1918,""week"":""2021-06-14""},{""time"":33836,""label"":""hovered"",""timeHovered"":2435,""week"":""2021-04-12""},{""time"":42270,""label"":""hovered"",""timeHovered"":3267,""week"":""2022-01-24""},{""time"":49295,""label"":""tour_next"",""step"":2},{""time"":52751,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690227397378,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line,3.3,0,0,0,0.0,0.0,0,15.0,1.0,0.5,0,0.5,2 +2023-07-24 15:32:21,2023-07-24 15:44:28,0,100,727,1,2023-07-24 15:44:29,R_Qid6uFoTUr6C10J,27.947,-82.7943,EN,1,23.846,2,,2,4.0169999999999995,15.110999999999999,33,31,36,28.905,58.403999999999996,1,1,44.519,1,1,69.342,-3,45.894,15.123,2,2,2,4,4,2,,42.742,1,2,1,1,2,1,"It is old data, which has since been disproven.",72.008,3,,8.198,2,7,3,4,1,5,6,20.521,3,3,6,4,3,4,5,5,,27.465,3,3,4,2,3,3,28.983,3,2,23.846999999999998,1,1956,Florida,3,2,1,,8,LARGO,,5,3,1,139.789,5d0e7ce13fe2d0001999c056,"{""startTime"":1690227485232,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690227349624,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690227229533,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":5,""label"":""tour_started""},{""time"":17085,""label"":""hovered"",""timeHovered"":3267,""week"":""2021-11-29""},{""time"":26704,""label"":""tour_next"",""step"":2},{""time"":32359,""label"":""tour_end"",""step"":2},{""time"":40289,""label"":""hovered"",""timeHovered"":8647,""week"":""2022-01-10""},{""time"":48941,""label"":""hovered"",""timeHovered"":2092,""week"":""2022-01-10""}]}","{""startTime"":1690227333859,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line,3.0,0,0,0,0.0,0.0,0,15.0,1.0,1.0,0,1.0,1 +2023-07-24 15:26:44,2023-07-24 15:44:35,0,100,1071,1,2023-07-24 15:44:36,R_2E69f5DIHTxIo9p,36.7328,-76.5898,EN,1,164.445,1,3.0,1,8.913,15.02,100,100,65,79.014,34.412,-2,1,59.115,1,-3,107.238,1,28.555,15.118,6,5,6,6,6,6,,67.87100000000001,7,7,7,4,5,6,I think the visualization shows the numbers for unvaccinated and vaccinated. I don't have a reason to doubt the information.,142.782,5,,11.7,2,7,3,4,1,5,6,21.983,2,7,8,9,9,5,10,10,,27.921999999999997,3,3,3,3,4,2,54.788999999999994,2,1,15.65,2,1968,Virginia,5,1,1,,9,,Suffolk,12,3,1,57.053000000000004,5f36e9589a54b113631fa759,"{""startTime"":1690227521059,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690227346061,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690227187553,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":25415,""label"":""tour_next"",""step"":2},{""time"":29253,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690227330201,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar,3.0,0,0,0,0.0,0.0,0,15.0,0.5,0.5,1,0.5,2 +2023-07-24 14:51:58,2023-07-24 15:44:49,0,100,3170,1,2023-07-24 15:44:50,R_3iX8FlIu40pzmpn,36.7405,-119.7508,EN,1,5.074,1,1.0,2,20.566999999999997,27.375,100,86,86,148.744,38.818000000000005,-2,-3,178.72299999999998,-3,-3,365.365,1,526.4730000000001,15.009,6,6,6,5,6,6,,72.19,5,6,6,5,2,6,It's a very simple graph that I can fact check with easy research,107.602,4,,24.399,2,7,3,4,1,5,6,1141.616,4,7,7,7,2,8,9,11,,72.878,4,4,4,2,4,4,30.669,4,2,13.011,1,2000,California,2,2,1,,8,Fresno,,6,4,1,79.587,62baf827477e9d1a60c5b66d,"{""startTime"":1690225498236,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":6873},{""label"":""window_focused"",""time"":55598}]}","{""startTime"":1690225373342,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_focused"",""time"":4561}]}","{""startTime"":1690224950861,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":13,""label"":""tour_started""},{""label"":""window_blurred"",""time"":4225},{""label"":""window_focused"",""time"":27509},{""time"":29235,""label"":""tour_next"",""step"":2},{""time"":31891,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690225357911,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_focused"",""time"":2481},{""label"":""window_blurred"",""time"":3855}]}",1,moderate,bar,3.7,0,0,0,0.0,0.0,0,1.374,0.0,0.0,1,0.0,2 +2023-07-24 15:17:08,2023-07-24 15:44:59,0,100,1670,1,2023-07-24 15:44:59,R_ywnuS1L9CQTUOmR,27.7963,-82.6325,EN,1,95.186,2,,1,4.28,15.005999999999998,62,43,29,34.58,57.858999999999995,1,1,38.94,-3,1,89.86200000000001,-3,61.062,15.012,3,3,3,7,7,3,I am sure the numbers are off because a lot of people never report having covid.,70.002,5,6,6,1,1,6,It is easy to understand and I like that it is interactive.,63.25,5,none,16.19,2,7,3,4,1,5,6,24.526,2,2,8,5,1,7,8,8,none,34.555,4,4,5,1,5,4,62.192,6,1,27.498,1,1972,Florida,2,2,1,,7,,,8,2,1,79.12100000000001,63322af704df5a6df504f985,"{""startTime"":1690227379162,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690227450266,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690227214995,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":5323,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2565,""week"":""1"",""id"":""chart""},{""time"":7970,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1666,""week"":""52"",""id"":""chart""},{""time"":23368,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1949,""week"":""44"",""id"":""chart""},{""label"":""window_blurred"",""time"":28397},{""label"":""window_focused"",""time"":37147},{""time"":37313,""label"":""tour_next"",""step"":2},{""time"":42743,""label"":""tour_end"",""step"":2},{""label"":""window_blurred"",""time"":46493},{""label"":""window_focused"",""time"":49733},{""time"":53023,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1509,""week"":""22"",""id"":""chart""},{""time"":55791,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1122,""week"":""19"",""id"":""chart""}]}","{""startTime"":1690227363544,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":8772,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1374,""week"":""2"",""id"":""chart""},{""time"":10863,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1920,""week"":""1"",""id"":""chart""}]}",1,moderate,bar,3.8,0,2,2,3.2939999999999996,1.6469999999999998,2091,15.0,1.0,0.5,0,0.5,2 +2023-07-24 15:26:43,2023-07-24 15:45:17,0,100,1113,1,2023-07-24 15:45:17,R_TbUg2DM6xq5P3A5,42.8704,-85.6682,EN,1,8.344,1,3.0,2,6.858,15.015,95,89,11,24.721,103.191,1,1,128.944,-3,-3,153.502,1,36.583,15.008,7,6,7,7,7,7,I would like the data to give me information about how many deaths occurred as well.,115.98299999999999,6,7,6,7,5,7,It appears to have plenty of research and be done by a scientist or researcher. ,32.336999999999996,6,I believe that most people are good and have positive intentions.,17.769000000000002,2,7,3,4,1,5,6,17.706,1,6,4,4,3,2,11,9,,104.795,2,1,2,5,2,1,17.371,1,1,16.921,2,1991,Michigan,6,2,1,,7,,,9,4,2,65.96600000000001,5ae0afd709eae20001131fb9,"{""startTime"":1690227270035,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":2950},{""label"":""window_focused"",""time"":77914},{""time"":80293,""label"":""started_brush"",""startDate"":""2021-10-22"",""endDate"":""2022-02-07""}]}","{""startTime"":1690227052508,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":7392,""label"":""started_brush"",""startDate"":""2021-09-27"",""endDate"":""2022-02-01""},{""time"":9780,""label"":""moved_brush"",""startDate"":""2021-09-10"",""endDate"":""2022-02-01""},{""time"":11853,""label"":""moved_brush"",""startDate"":""2021-10-29"",""endDate"":""2022-02-01""},{""label"":""window_blurred"",""time"":74079},{""label"":""window_focused"",""time"":167310}]}","{""startTime"":1690226896048,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":16297,""label"":""tour_next"",""step"":5},{""time"":20334,""label"":""tour_back"",""step"":5},{""time"":25412,""label"":""tour_next"",""step"":5},{""time"":38992,""label"":""started_brush"",""startDate"":""2021-04-29"",""endDate"":""2021-09-04""},{""time"":39455,""label"":""cleared_brush"",""using"":""Click""},{""time"":40869,""label"":""started_brush"",""startDate"":""2021-07-01"",""endDate"":""2021-09-04""},{""time"":42616,""label"":""tour_next"",""step"":5},{""time"":48884,""label"":""moved_brush"",""startDate"":""2021-05-10"",""endDate"":""2021-09-04""},{""time"":50060,""label"":""tour_next"",""step"":5},{""time"":54305,""label"":""cleared_brush"",""using"":""Click""},{""time"":55716,""label"":""tour_next"",""step"":5},{""time"":62284,""label"":""tour_end"",""step"":5},{""time"":74220,""label"":""started_brush"",""startDate"":""2021-10-31"",""endDate"":""2022-02-07""},{""time"":77014,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":9595,""week"":""1"",""id"":""chart""},{""time"":86702,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2625,""week"":""2"",""id"":""chart""},{""time"":91559,""label"":""moved_brush"",""startDate"":""2021-09-18"",""endDate"":""2022-02-07""},{""time"":92352,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":2708,""week"":""52"",""id"":""chart""}]}","{""startTime"":1690227036945,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar,2.2,0,0,0,0.0,0.0,0,15.0,1.0,0.0,1,1.0,3 +2023-07-24 15:35:46,2023-07-24 15:46:40,0,100,653,1,2023-07-24 15:46:41,R_s8c6YJJBanlAjN7,41.803999999999995,-87.70700000000001,EN,1,7.354,1,3.0,1,7.697,15.015,73,14,16,37.306999999999995,86.516,1,-2,37.001,1,1,46.852,1,107.22399999999999,15.114,6,5,5,5,6,5,none. some questions on the previous page were blank,47.265,5,5,5,4,4,5,"i assume the data is correct. thus, i trust it.",30.479,6,none,10.37,2,7,3,4,1,5,6,20.137999999999998,4,7,7,7,8,4,10,9,none,30.761999999999997,5,5,5,1,5,5,23.24,3,1,13.915,1,1967,Illinois,9,3,1,,7,,,17,3,2,67.861,6445af97679d97a6911943d4,"{""startTime"":1690227695466,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690227635692,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":3368,""label"":""started_brush"",""startDate"":""2021-06-09"",""endDate"":""2021-12-19""}]}","{""startTime"":1690227425228,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":25487,""label"":""tour_next"",""step"":5},{""time"":38273,""label"":""cleared_brush"",""using"":""click""},{""time"":42257,""label"":""started_brush"",""startDate"":""2021-06-05"",""endDate"":""2021-08-24""},{""time"":43309,""label"":""tour_next"",""step"":5},{""time"":60786,""label"":""moved_brush"",""startDate"":""2021-08-14"",""endDate"":""2021-11-02""},{""time"":61682,""label"":""tour_next"",""step"":5},{""time"":70531,""label"":""cleared_brush"",""using"":""click""},{""time"":72968,""label"":""tour_next"",""step"":5},{""time"":81743,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690227619844,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":8206,""label"":""cleared_brush"",""using"":""click""},{""time"":9772,""label"":""cleared_brush"",""using"":""click""},{""time"":15424,""label"":""started_brush"",""startDate"":""2021-05-17"",""endDate"":""2021-07-19""},{""time"":15707,""label"":""moved_brush"",""startDate"":""2021-05-17"",""endDate"":""2021-07-19""}]}",1,complex,line,4.3,1,4,0,0.0,0.0,7501,15.0,0.5,1.0,1,1.0,3 +2023-07-24 15:40:13,2023-07-24 15:49:31,0,100,558,1,2023-07-24 15:49:32,R_2bNoWOMaRaWhM90,44.9834,-93.2622,EN,1,10.357000000000001,1,2.0,2,10.027999999999999,15.013,100,100,0,29.701999999999998,40.66,1,1,39.2,-3,1,29.506999999999998,1,18.987000000000002,15.027999999999999,6,3,1,7,7,7,,34.701,7,7,7,4,7,7,The data is easily understandable and realistic.,67.967,5,,13.905,2,7,3,4,1,5,6,22.353,3,6,6,10,8,8,11,9,,21.101999999999997,2,4,5,4,5,4,49.163000000000004,4,1,17.7,1,1971,Minnesota,3,1,1,,8,Minneapolis,,5,4,2,70.132,614f39b82ccdbdd51c76cc50,"{""startTime"":1690227802972,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690227709665,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690227612668,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":18,""label"":""tour_started""},{""time"":5940,""label"":""hovered"",""timeHovered"":1965,""week"":""2022-01-03""},{""time"":15509,""label"":""tour_next"",""step"":2},{""time"":22775,""label"":""tour_end"",""step"":2},{""time"":8006,""label"":""hovered"",""timeHovered"":17151,""week"":""2022-01-10""},{""time"":26075,""label"":""hovered"",""timeHovered"":1437,""week"":""2022-01-03""},{""time"":28519,""label"":""hovered"",""timeHovered"":1187,""week"":""2021-08-16""},{""time"":30525,""label"":""hovered"",""timeHovered"":2532,""week"":""2021-06-07""},{""time"":33658,""label"":""hovered"",""timeHovered"":3130,""week"":""2021-04-12""}]}","{""startTime"":1690227693859,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line,4.0,0,0,0,0.0,0.0,0,15.0,1.0,0.5,1,1.0,1 +2023-07-24 15:37:28,2023-07-24 15:49:37,0,100,729,1,2023-07-24 15:49:37,R_2SlaEGjN8UOAU6x,37.8245,-83.7811,EN,1,43.622,1,4.0,2,5.872999999999999,15.014000000000001,77,0,74,41.159,89.594,-1,-2,63.431999999999995,1,1,99.596,1,56.266999999999996,15.115,4,4,6,6,7,6,,33.954,6,7,7,4,4,6,I trust the source of the information,18.557000000000002,7,,6.421,2,7,3,4,1,5,6,19.319000000000003,4,7,9,9,9,7,10,8,,25.509,5,3,4,1,5,5,22.72,2,1,21.984,2,1952,Kentucky,6,2,1,,7,,,3,4,1,81.66199999999999,55a28851fdf99b602e6b05dd,"{""startTime"":1690227774324,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690227808847,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690227568325,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":17331,""label"":""hovered"",""timeHovered"":2351,""week"":""2021-12-27""},{""time"":23994,""label"":""tour_next"",""step"":2},{""time"":28586,""label"":""tour_end"",""step"":2},{""time"":20467,""label"":""hovered"",""timeHovered"":13463,""week"":""2021-04-19""},{""time"":35079,""label"":""hovered"",""timeHovered"":26196,""week"":""2021-04-12""},{""time"":69214,""label"":""hovered"",""timeHovered"":3244,""week"":""2021-04-19""},{""time"":80931,""label"":""hovered"",""timeHovered"":2120,""week"":""2021-10-25""}]}","{""startTime"":1690227758619,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":13354,""label"":""hovered"",""timeHovered"":1907,""week"":""2022-01-24""}]}",1,moderate,line,3.8,0,1,1,1.9069999999999998,1.9069999999999998,0,15.0,0.0,1.0,1,1.0,2 +2023-07-24 15:36:18,2023-07-24 15:49:52,0,100,814,1,2023-07-24 15:49:53,R_1f7KNMitsp9dWDY,39.7388,-104.9868,EN,1,12.345999999999998,1,2.0,2,11.033,15.008,80,88,76,51.756,21.194000000000003,1,-2,13.004000000000001,-1,1,18.754,-2,49.943999999999996,15.085,6,5,6,5,5,6,no comments,29.578000000000003,6,5,5,5,6,7,I like the colors that were chosen and a large number of people will like the colors too,123.05799999999999,3,no comments,17.337,2,7,3,4,1,5,6,24.987,6,9,7,8,7,9,10,9,no comments,24.816,4,4,4,2,4,4,25.548000000000002,6,2,9.301,1,1980,Colorado,7,3,1,,3,,,5,3,1,128.017,63f79194eb27c9dc523185bd,"{""startTime"":1690227754985,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690227597987,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":27535},{""label"":""window_focused"",""time"":31036}]}","{""startTime"":1690227523594,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":2817,""label"":""tour_next"",""step"":2},{""time"":4323,""label"":""tour_end"",""step"":2},{""label"":""window_blurred"",""time"":16294},{""label"":""window_focused"",""time"":18936}]}","{""startTime"":1690227576244,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":10203},{""label"":""window_focused"",""time"":14856}]}",1,simple,line,3.7,0,0,0,0.0,0.0,0,10.203,0.5,0.5,0,0.5,1 +2023-07-24 15:40:04,2023-07-24 15:50:06,0,100,602,1,2023-07-24 15:50:07,R_3NOkjScDR5ooFQY,34.5268,-92.9587,EN,1,6.4,2,,2,3.383,15.02,73,95,69,43.28,72.795,1,1,48.368,1,1,39.927,1,45.816,15.022,2,2,2,6,5,2,It has been proven that CDC data cannot be trusted.,61.953,2,6,5,2,2,1,CD data has been proven to not be trusted.,45.369,3,"What was this about: ""Click to write the question text""",35.439,2,7,3,4,1,5,6,16.006,2,4,5,5,1,4,8,7,,23.526999999999997,3,4,4,3,4,4,25.963,6,1,12.388,1,1963,Arkansas,6,2,1,,7,,,5,4,2,42.567,5be2e7e491deed00015adcb0,"{""startTime"":1690227823698,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690227886687,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690227686748,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":17451,""label"":""hovered"",""timeHovered"":1763,""week"":""2022-01-10""},{""time"":27147,""label"":""tour_next"",""step"":5},{""time"":43421,""label"":""started_brush"",""startDate"":""2021-05-19"",""endDate"":""2022-01-31""},{""time"":44835,""label"":""tour_next"",""step"":5},{""time"":50342,""label"":""moved_brush"",""startDate"":""2021-05-31"",""endDate"":""2022-02-13""},{""time"":51364,""label"":""tour_next"",""step"":5},{""time"":62447,""label"":""cleared_brush"",""using"":""click""},{""time"":63788,""label"":""tour_next"",""step"":5},{""time"":69259,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690227807568,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":6132,""label"":""hovered"",""timeHovered"":5301,""week"":""2021-12-27""}]}",1,complex,line,3.7,0,1,1,5.301,5.301,0,15.0,1.0,1.0,1,1.0,3 +2023-07-24 15:22:34,2023-07-24 15:50:43,0,100,1689,1,2023-07-24 15:50:44,R_1Q5tnO40mK6tz7Z,41.815,-71.3663,EN,1,199.032,1,2.0,1,35.2,15.017000000000001,69,100,84,65.741,88.336,1,-3,61.458999999999996,1,-3,69.033,1,79.965,15.014000000000001,5,5,5,7,7,5,,23.301,5,7,6,4,4,4,It's hard to tell without having confirmation as to where the info came from.,306.89599999999996,3,,7.303999999999999,2,7,3,4,1,5,6,18.302,2,4,3,5,5,3,9,8,,22.246,3,4,4,1,5,4,19.464000000000002,3,2,11.325999999999999,1,1997,Maine,5,2,1,,8,BATH,,5,3,2,87.161,5eae37af3ac6885048af8db3,"{""startTime"":1690227907383,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690227080962,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":261313},{""label"":""window_focused"",""time"":286567}]}","{""startTime"":1690226894548,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":26253,""label"":""tour_next"",""step"":5},{""time"":42881,""label"":""started_brush"",""startDate"":""2021-05-18"",""endDate"":""2021-08-14""},{""time"":45230,""label"":""tour_next"",""step"":5},{""time"":54678,""label"":""moved_brush"",""startDate"":""2021-06-30"",""endDate"":""2021-09-27""},{""time"":56820,""label"":""moved_brush"",""startDate"":""2021-07-29"",""endDate"":""2021-09-27""},{""time"":58097,""label"":""tour_next"",""step"":5},{""time"":64406,""label"":""cleared_brush"",""using"":""click""},{""time"":69844,""label"":""tour_next"",""step"":5},{""time"":79015,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690227064749,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line,3.5,0,0,0,0.0,0.0,0,15.0,0.5,0.5,1,1.0,3 +2023-07-24 15:38:05,2023-07-24 15:50:44,0,100,759,1,2023-07-24 15:50:45,R_1dblGwk2DZreT8Z,35.3833,-85.3945,EN,1,26.514,2,,2,3.307,15.011,95,76,16,67.226,52.978,-2,1,52.137,-3,1,91.781,1,52.418,15.013,6,6,6,6,6,6,None,25.74,6,7,7,2,5,6,"I trust it because it provides information that I believe to be accurate. It gives more information about all aspects of the chart, in detail.",95.204,6,None,9.908999999999999,2,7,3,4,1,5,6,27.418000000000003,7,8,9,10,6,8,11,9,None,27.968000000000004,4,5,5,2,3,5,56.718999999999994,5,2,14.999,1,1973,Tennessee,3,1,1,,7,,,11,3,1,65.27199999999999,60171c9b1a726593103182b3,"{""startTime"":1690227905774,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690227774561,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":15,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4824,""week"":""1"",""id"":""chart""},{""time"":9493,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1213,""week"":""1"",""id"":""chart""}]}","{""startTime"":1690227613624,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":14579,""label"":""tour_next"",""step"":2},{""time"":21032,""label"":""tour_end"",""step"":2},{""time"":21895,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1898,""week"":""52"",""id"":""chart""},{""time"":24280,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1747,""week"":""52"",""id"":""chart""},{""time"":26048,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2167,""week"":""1"",""id"":""chart""},{""time"":29511,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2036,""week"":""4"",""id"":""chart""}]}","{""startTime"":1690227759237,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar,4.0,0,0,0,0.0,0.0,0,15.0,0.5,0.5,1,0.5,2 +2023-07-24 15:26:06,2023-07-24 15:51:20,0,100,1514,1,2023-07-24 15:51:21,R_3m4qwXq4u6fEGqK,39.7593,-104.9651,EN,1,11.875,1,3.0,2,7.609,15.067,86,89,37,51.354,384.316,1,1,63.041000000000004,1,1,180.364,1,64.033,15.154000000000002,6,5,5,6,7,5,Nothing to add.,61.36600000000001,3,5,6,3,5,5,"The CDC has been a reliable source of evidence-based information over the years, but it is also essential to stay vigilant and keep in mind that new information may emerge over time as scientific understanding evolves.",321.98900000000003,4,Nothing to add.,38.867,2,7,3,4,1,5,6,23.732,2,3,4,5,4,3,9,8,None.,40.619,3,4,4,2,5,4,26.74,2,1,18.68,1,1963,Colorado,6,2,1,,7,,,7,4,2,114.587,5dd06a074ad3e2149c884661,"{""startTime"":1690227335438,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":3533,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1696,""week"":""51"",""id"":""chart""}]}","{""startTime"":1690227398139,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":27444,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2951,""week"":""2"",""id"":""chart""}]}","{""startTime"":1690226869294,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":66,""label"":""tour_started""},{""time"":23799,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":21975,""week"":""49"",""id"":""chart""},{""time"":46562,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1117,""week"":""40"",""id"":""chart""},{""time"":49287,""label"":""tour_next"",""step"":5},{""time"":79561,""label"":""cleared_brush"",""using"":""Click""},{""time"":88948,""label"":""cleared_brush"",""using"":""Click""},{""time"":91377,""label"":""cleared_brush"",""using"":""Click""},{""time"":92926,""label"":""cleared_brush"",""using"":""Click""},{""time"":93767,""label"":""cleared_brush"",""using"":""Click""},{""time"":108533,""label"":""cleared_brush"",""using"":""Click""},{""time"":110252,""label"":""cleared_brush"",""using"":""Click""},{""time"":113049,""label"":""cleared_brush"",""using"":""Click""},{""time"":116599,""label"":""moved_brush"",""startDate"":""2021-09-28"",""endDate"":""2022-02-07""},{""time"":120450,""label"":""moved_brush"",""startDate"":""2021-05-19"",""endDate"":""2021-09-28""},{""time"":124139,""label"":""moved_brush"",""startDate"":""2021-05-19"",""endDate"":""2021-09-28""},{""time"":131677,""label"":""moved_brush"",""startDate"":""2021-05-19"",""endDate"":""2021-09-28""},{""time"":132362,""label"":""moved_brush"",""startDate"":""2021-05-19"",""endDate"":""2021-09-28""},{""time"":139118,""label"":""tour_back"",""step"":5},{""time"":147783,""label"":""tour_next"",""step"":5},{""time"":155332,""label"":""moved_brush"",""startDate"":""2021-09-15"",""endDate"":""2022-01-25""},{""time"":159454,""label"":""cleared_brush"",""using"":""Click""},{""time"":161410,""label"":""cleared_brush"",""using"":""Click""},{""time"":170078,""label"":""cleared_brush"",""using"":""Click""},{""time"":181735,""label"":""cleared_brush"",""using"":""Click""},{""time"":181948,""label"":""cleared_brush"",""using"":""Click""},{""time"":189272,""label"":""cleared_brush"",""using"":""Click""},{""time"":192213,""label"":""cleared_brush"",""using"":""Click""},{""time"":195637,""label"":""moved_brush"",""startDate"":""2021-08-12"",""endDate"":""2021-11-28""},{""time"":198724,""label"":""moved_brush"",""startDate"":""2021-08-12"",""endDate"":""2021-11-28""},{""time"":222807,""label"":""moved_brush"",""startDate"":""2021-05-25"",""endDate"":""2021-09-10""},{""time"":225016,""label"":""moved_brush"",""startDate"":""2021-05-25"",""endDate"":""2021-10-31""},{""time"":227863,""label"":""cleared_brush"",""using"":""Click""},{""time"":230002,""label"":""cleared_brush"",""using"":""Click""},{""time"":232629,""label"":""cleared_brush"",""using"":""Click""},{""time"":238522,""label"":""cleared_brush"",""using"":""Click""},{""time"":239865,""label"":""cleared_brush"",""using"":""Click""},{""time"":247226,""label"":""started_brush"",""startDate"":""2021-12-30"",""endDate"":""2022-02-07""},{""time"":257397,""label"":""tour_next"",""step"":5},{""time"":273935,""label"":""moved_brush"",""startDate"":""2021-12-30"",""endDate"":""2022-02-07""},{""time"":283940,""label"":""tour_next"",""step"":5},{""time"":289809,""label"":""cleared_brush"",""using"":""Click""},{""time"":294677,""label"":""tour_next"",""step"":5},{""time"":302807,""label"":""tour_end"",""step"":5},{""time"":335448,""label"":""cleared_brush"",""using"":""Click""},{""time"":336066,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1561,""week"":""51"",""id"":""chart""},{""time"":337648,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":9351,""week"":""52"",""id"":""chart""},{""time"":347672,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":20666,""week"":""43"",""id"":""chart""},{""time"":374286,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2761,""week"":""52"",""id"":""chart""}]}","{""startTime"":1690227319290,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":7547,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2085,""week"":""51"",""id"":""chart""},{""time"":10556,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1254,""week"":""46"",""id"":""chart""}]}",1,complex,bar,3.7,0,2,2,3.339,1.6695,3009,15.0,1.0,1.0,1,1.0,3 +2023-07-24 15:41:00,2023-07-24 15:51:36,0,100,636,1,2023-07-24 15:51:37,R_vo6s32aoZa2zJ7j,27.9032,-82.2911,EN,1,14.136,1,1.0,2,9.37,15.12,60,64,50,32.032,35.39,1,-3,64.352,-3,-3,51.147,1,34.299,15.02,5,2,3,6,5,3,,32.169000000000004,2,6,3,2,1,2,It doesn't provide all info including how many caught it after being vaccinated or side effects.,51.24100000000001,3,,14.049000000000001,2,7,3,4,1,5,6,49.174,2,2,8,7,3,7,7,8,,32.361,3,4,4,3,4,3,30.918000000000003,4,2,20.956999999999997,1,1971,Florida,7,2,1,,7,,,6,2,1,63.966,5ef9f528c7ae587afa25fe9b,"{""startTime"":1690227957706,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690227869986,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690227753306,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":22,""label"":""tour_started""},{""time"":10961,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1658,""week"":""29"",""id"":""chart""},{""time"":14759,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7205,""week"":""1"",""id"":""chart""},{""time"":23781,""label"":""tour_next"",""step"":2},{""time"":27746,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1114,""week"":""1"",""id"":""chart2""},{""time"":31899,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690227854127,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar,3.5,0,0,0,0.0,0.0,0,15.0,0.5,0.0,1,0.5,1 +2023-07-24 15:17:19,2023-07-24 15:52:52,0,100,2133,1,2023-07-24 15:52:53,R_RDDhGRbGG0oO305,37.3313,-121.8401,EN,1,108.243,1,3.0,2,11.918,15.017000000000001,100,100,96,48.29,328.431,1,1,234.857,-3,1,191.58599999999998,1,106.83,15.113,7,7,7,7,7,7,,23.693,7,7,6,6,6,6,I think this visualization is authentic.,264.874,6,,27.186999999999998,2,7,3,4,1,5,6,260.33799999999997,11,10,8,9,8,9,9,11,,69.247,3,4,1,4,5,4,37.16,1,2,157.963,2,2001,California,5,3,1,,2,,,11,2,1,183.62,5f556bd46e6c4c93a5a90c77,"{""startTime"":1690227175645,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690226890941,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690226438304,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":2461,""label"":""hovered"",""timeHovered"":1114,""week"":""2021-11-29""},{""time"":15825,""label"":""hovered"",""timeHovered"":1157,""week"":""2021-11-22""},{""time"":18641,""label"":""hovered"",""timeHovered"":5163,""week"":""2021-12-20""},{""time"":23806,""label"":""hovered"",""timeHovered"":4249,""week"":""2021-12-27""},{""time"":84057,""label"":""tour_next"",""step"":5},{""time"":103671,""label"":""tour_back"",""step"":5},{""time"":108682,""label"":""tour_next"",""step"":5},{""time"":120228,""label"":""tour_back"",""step"":5},{""time"":130907,""label"":""tour_next"",""step"":5},{""time"":136947,""label"":""cleared_brush"",""using"":""click""},{""time"":177089,""label"":""cleared_brush"",""using"":""click""},{""time"":183745,""label"":""tour_back"",""step"":5},{""time"":198089,""label"":""tour_next"",""step"":5},{""time"":253773,""label"":""cleared_brush"",""using"":""click""},{""time"":259249,""label"":""started_brush"",""startDate"":""2021-06-22"",""endDate"":""2021-09-25""},{""time"":260542,""label"":""tour_next"",""step"":5},{""time"":283430,""label"":""started_brush"",""startDate"":""2021-05-28"",""endDate"":""2021-08-15""},{""time"":284062,""label"":""moved_brush"",""startDate"":""2021-05-28"",""endDate"":""2021-08-15""},{""time"":287920,""label"":""moved_brush"",""startDate"":""2021-05-28"",""endDate"":""2021-12-07""},{""time"":288702,""label"":""tour_next"",""step"":5},{""time"":294218,""label"":""moved_brush"",""startDate"":""2021-06-02"",""endDate"":""2021-12-12""},{""time"":295958,""label"":""moved_brush"",""startDate"":""2021-07-23"",""endDate"":""2022-02-01""},{""time"":300535,""label"":""moved_brush"",""startDate"":""2021-07-23"",""endDate"":""2022-02-01""},{""time"":301639,""label"":""moved_brush"",""startDate"":""2021-10-13"",""endDate"":""2022-02-01""},{""time"":302440,""label"":""moved_brush"",""startDate"":""2021-10-14"",""endDate"":""2022-02-02""},{""time"":303305,""label"":""cleared_brush"",""using"":""click""},{""time"":305483,""label"":""started_brush"",""startDate"":""2021-06-05"",""endDate"":""2021-11-06""},{""time"":307833,""label"":""moved_brush"",""startDate"":""2021-07-08"",""endDate"":""2021-12-09""},{""time"":309163,""label"":""tour_next"",""step"":5},{""time"":320961,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690226875556,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line,3.5,0,0,0,0.0,0.0,0,15.0,1.0,0.5,1,1.0,3 +2023-07-24 15:30:16,2023-07-24 15:53:10,0,100,1374,1,2023-07-24 15:53:10,R_3R4mZiYS6o2z5Nw,40.7801,-73.2458,EN,1,4.63,1,2.0,1,5.274,15.116,97,94,50,25.116999999999997,36.676,1,1,41.583999999999996,1,1,49.768,1,23.378,15.012,5,5,5,6,7,5,On the previous page there were questions that were not completed,69.883,6,6,6,4,2,6,The visualization is relatively easy to understand. The numbers represented in the graph seem to fit what I would expect.,74.28699999999999,4,"On the page that asked an open ended question about trusting the visualization, there were questions below that were incomplete/didn't ask actual questions",61.026,2,7,3,4,1,5,6,14.401,3,3,8,8,6,7,10,10,,14.162,4,4,4,2,4,4,20.168,3,2,85.6,1,1972,New York,6,3,1,,7,,,17,4,1,303.743,5c2fae74d76cde0001c11590,"{""startTime"":1690227270752,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690227172153,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690227076991,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":3,""label"":""tour_started""},{""time"":6908,""label"":""hovered"",""timeHovered"":3493,""week"":""2021-11-22""},{""time"":11100,""label"":""hovered"",""timeHovered"":2112,""week"":""2022-01-03""},{""time"":17083,""label"":""tour_next"",""step"":2},{""time"":23762,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690227156810,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":1535,""label"":""hovered"",""timeHovered"":2057,""week"":""2022-01-03""}]}",1,simple,line,3.7,0,1,1,2.057,2.057,0,15.0,1.0,1.0,1,1.0,1 +2023-07-24 15:29:03,2023-07-24 15:53:23,0,100,1459,1,2023-07-24 15:53:23,R_2e8MBq5ArLKDpso,33.6004,-83.8562,EN,1,157.263,1,4.0,2,10.449000000000002,15.113,100,100,0,57.043,273.948,1,1,141.861,-3,-3,132.314,-2,66.6,15.009,6,6,6,5,7,6,none,62.692,6,5,5,5,5,5,"I know that it is from a reputable source, but I am still not sure.",119.96700000000001,6,none,21.476999999999997,2,7,3,4,1,5,6,34.216,7,9,9,9,9,8,10,9,none,36.637,4,4,4,1,4,4,62.913999999999994,4,1,33.948,2,1953,Georgia,3,2,1,,8,Lithonia,,3,2,2,142.66,5f5023517ef2f019cf3ebb57,"{""startTime"":1690227562109,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690227625382,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690227205282,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":58065,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2347,""week"":""14"",""id"":""chart""},{""time"":66922,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1114,""week"":""52"",""id"":""chart""},{""time"":68253,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8755,""week"":""51"",""id"":""chart""},{""time"":79973,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2796,""week"":""47"",""id"":""chart""},{""time"":85179,""label"":""tour_next"",""step"":5},{""time"":157528,""label"":""started_brush"",""startDate"":""2021-05-01"",""endDate"":""2021-10-02""},{""time"":159601,""label"":""tour_next"",""step"":5},{""time"":190424,""label"":""moved_brush"",""startDate"":""2021-06-27"",""endDate"":""2021-11-28""},{""time"":193353,""label"":""tour_next"",""step"":5},{""time"":220639,""label"":""cleared_brush"",""using"":""Click""},{""time"":220639,""label"":""cleared_brush"",""using"":""Escape""},{""time"":226099,""label"":""tour_next"",""step"":5},{""time"":244844,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690227546657,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar,3.5,0,0,0,0.0,0.0,0,15.0,1.0,0.0,0,0.0,3 +2023-07-24 15:37:22,2023-07-24 15:53:27,0,100,965,1,2023-07-24 15:53:28,R_3Di3kujMpY1RDCu,39.7647,-89.7379,EN,1,20.25,1,4.0,2,11.36,15.01,99,96,90,35.838,40.467,1,1,58.597,-3,-3,84.47,1,64.709,15.008,6,4,4,7,6,6,"There was a section on this study that said: Click to write the data text, which I did not understand. Was that a typo?",84.061,4,7,7,6,6,6,I likely trust this data because it is similar to the information I have already heard about the incidence of transmission of Covid19 for vaccinated and unvacinated people.,126.03,5,There was a section of 3 multiple choice questions that seemed to have placeholder text for questions and answers. I had to choose the middle option because it was not clear what you were asking.,112.24600000000001,2,7,3,4,1,5,6,23.124000000000002,2,5,3,3,2,2,5,5,,39.575,3,4,5,1,5,4,49.214,3,1,15.835999999999999,2,1962,Illinois,6,3,1,,7,,,5,1,1,105.2,5b7aefd06c1ccb000178b710,"{""startTime"":1690227818807,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690227655290,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690227540024,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":24,""label"":""tour_started""},{""time"":9167,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2297,""week"":""1"",""id"":""chart""},{""time"":12199,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1083,""week"":""1"",""id"":""chart""},{""time"":13770,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3862,""week"":""52"",""id"":""chart""},{""time"":17699,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2281,""week"":""1"",""id"":""chart""},{""time"":19998,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1484,""week"":""2"",""id"":""chart""},{""time"":24851,""label"":""tour_next"",""step"":2},{""time"":28270,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2529,""week"":""1"",""id"":""chart2""},{""time"":30983,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1515,""week"":""52"",""id"":""chart2""},{""time"":37002,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690227639724,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":6432,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2064,""week"":""52"",""id"":""chart2""},{""time"":10331,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2249,""week"":""52"",""id"":""chart""},{""time"":13930,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1316,""week"":""14"",""id"":""chart""}]}",1,simple,bar,3.7,0,3,3,5.629,1.8763333333333327,7498,15.0,1.0,0.0,1,1.0,1 +2023-07-24 15:40:28,2023-07-24 15:53:56,0,100,807,1,2023-07-24 15:53:57,R_3DvCHkXUMW4EcXT,37.825,-87.5655,EN,1,48.1,1,3.0,2,17.095,15.015,95,100,30,35.694,244.39,1,-2,31.755,1,-1,44.225,-3,34.471,15.02,7,6,6,6,7,7,,8.952,6,6,5,4,3,7,It was from the CDC.,36.881,2,,9.068,2,7,3,4,1,5,6,25.964000000000002,6,6,9,7,9,5,8,10,,21.374000000000002,1,1,1,5,1,1,18.843,7,1,29.965999999999998,2,1961,Kentucky,3,2,1,,7,,,8,1,1,90.74,56d89fc04a9be10005541745,"{""startTime"":1690228144151,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690228059113,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690227763356,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":3445,""label"":""hovered"",""timeHovered"":2917,""week"":""2022-01-10""},{""time"":6622,""label"":""hovered"",""timeHovered"":11191,""week"":""2022-01-10""},{""time"":34931,""label"":""tour_next"",""step"":5},{""time"":59855,""label"":""cleared_brush"",""using"":""click""},{""time"":66657,""label"":""cleared_brush"",""using"":""click""},{""label"":""window_blurred"",""time"":80936},{""label"":""window_focused"",""time"":99234},{""time"":102771,""label"":""cleared_brush"",""using"":""click""},{""time"":113476,""label"":""cleared_brush"",""using"":""click""},{""time"":117709,""label"":""cleared_brush"",""using"":""click""},{""time"":134633,""label"":""cleared_brush"",""using"":""click""},{""time"":135256,""label"":""cleared_brush"",""using"":""click""},{""time"":137032,""label"":""cleared_brush"",""using"":""click""},{""time"":154064,""label"":""started_brush"",""startDate"":""2021-12-04"",""endDate"":""2022-02-09""},{""time"":155314,""label"":""tour_next"",""step"":5},{""time"":166261,""label"":""moved_brush"",""startDate"":""2021-12-08"",""endDate"":""2022-02-13""},{""time"":168405,""label"":""moved_brush"",""startDate"":""2021-12-08"",""endDate"":""2022-02-13""},{""time"":169513,""label"":""tour_next"",""step"":5},{""time"":178366,""label"":""moved_brush"",""startDate"":""2021-12-08"",""endDate"":""2022-02-13""},{""time"":178700,""label"":""moved_brush"",""startDate"":""2021-12-08"",""endDate"":""2022-02-13""},{""time"":186201,""label"":""moved_brush"",""startDate"":""2021-11-18"",""endDate"":""2022-01-24""},{""time"":194302,""label"":""moved_brush"",""startDate"":""2021-12-08"",""endDate"":""2022-02-13""},{""time"":196877,""label"":""moved_brush"",""startDate"":""2021-12-08"",""endDate"":""2022-02-13""},{""time"":197214,""label"":""moved_brush"",""startDate"":""2021-12-08"",""endDate"":""2022-02-13""},{""time"":198579,""label"":""moved_brush"",""startDate"":""2021-12-08"",""endDate"":""2022-02-13""},{""time"":228837,""label"":""cleared_brush"",""using"":""click""},{""time"":228840,""label"":""cleared_brush"",""using"":""Escape""},{""time"":231783,""label"":""tour_next"",""step"":5},{""time"":241350,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690228043464,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":2045,""label"":""hovered"",""timeHovered"":1614,""week"":""2021-09-13""}]}",1,complex,line,1.7,0,1,1,1.614,1.614,0,15.0,0.5,0.5,0,0.0,3 +2023-07-24 15:38:23,2023-07-24 15:54:18,0,100,955,1,2023-07-24 15:54:19,R_8Cy9v4EhmNgqbu1,32.6917,-117.1151,EN,1,8.88,1,3.0,2,22.443,15.013,96,97,81,25.516,63.625,1,1,89.87,-3,-3,113.705,-1,85.947,15.007,6,5,5,6,3,6,,64.86,6,5,5,3,4,5,"Because of the type of graph that is used. The bars stacking on each other can be a little misleading because the total amount the bars add up to has to be subtracted from the other element it's paired with to get an accurate number, you can't simply look at the side of the graph and tell what the count is for each case.",151.601,2,,15.478,2,7,3,4,1,5,6,14.475,5,9,8,8,7,9,10,8,,37.644,4,3,4,2,4,4,30.662,4,2,23.866999999999997,1,1991,California,6,1,1,,10,,,8,5,1,98.89200000000001,628f9ef985fa6d3dc816672c,"{""startTime"":1690227798269,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":27,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":13696,""week"":""2"",""id"":""chart""},{""time"":13806,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6717,""week"":""1"",""id"":""chart""}]}","{""startTime"":1690227864165,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690227603345,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":16064,""label"":""tour_next"",""step"":2},{""time"":23341,""label"":""tour_end"",""step"":2},{""time"":24416,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3061,""week"":""52"",""id"":""chart""},{""time"":28610,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2143,""week"":""2"",""id"":""chart""},{""time"":31115,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1459,""week"":""52"",""id"":""chart""},{""time"":36269,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":26312,""week"":""43"",""id"":""chart""}]}","{""startTime"":1690227782635,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":8885,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2189,""week"":""3"",""id"":""chart""}]}",1,moderate,bar,3.5,0,1,1,2.189,2.189,0,15.0,1.0,0.0,0,0.0,2 +2023-07-24 15:25:29,2023-07-24 15:54:40,0,100,1750,1,2023-07-24 15:54:40,R_1N3RZmsEFvA7AnW,41.5094,-87.8248,EN,1,298.692,2,,2,4.729,15.107999999999999,66,27,25,47.36,73.175,1,1,71.37,-3,1,174.25,-3,54.788000000000004,15.014000000000001,5,3,5,6,3,5,,218.548,3,3,4,2,4,5,Guessing this is probably accurate to the best of their ability. ,188.13299999999998,2,,26.551,2,7,3,4,1,5,6,17.826,3,2,3,4,2,5,5,3,,276.67400000000004,3,4,4,2,4,4,78.586,4,2,19.898,1,1976,Illinois,6,2,1,,9,,Alsip,14,4,1,62.162,60d88604c5043e278f740608,"{""startTime"":1690227253803,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":48377},{""label"":""window_focused"",""time"":130957},{""label"":""window_blurred"",""time"":131883},{""label"":""window_focused"",""time"":133654}]}","{""startTime"":1690227472920,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690227109141,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":10642,""label"":""tour_next"",""step"":5},{""time"":28504,""label"":""cleared_brush"",""using"":""Click""},{""time"":31299,""label"":""started_brush"",""startDate"":""2021-06-10"",""endDate"":""2021-09-27""},{""time"":32499,""label"":""tour_next"",""step"":5},{""time"":37700,""label"":""started_brush"",""startDate"":""2021-10-10"",""endDate"":""2022-01-15""},{""time"":40948,""label"":""started_brush"",""startDate"":""2021-06-29"",""endDate"":""2021-10-04""},{""time"":43406,""label"":""moved_brush"",""startDate"":""2021-08-25"",""endDate"":""2021-11-30""},{""time"":45450,""label"":""moved_brush"",""startDate"":""2021-09-24"",""endDate"":""2021-12-30""},{""time"":46201,""label"":""tour_next"",""step"":5},{""time"":53912,""label"":""cleared_brush"",""using"":""Click""},{""time"":55099,""label"":""tour_next"",""step"":5},{""time"":59218,""label"":""tour_end"",""step"":5},{""time"":64297,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3683,""week"":""51"",""id"":""chart""},{""time"":68099,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2480,""week"":""1"",""id"":""chart""}]}","{""startTime"":1690227238366,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar,3.5,0,0,0,0.0,0.0,0,15.0,1.0,0.5,0,0.0,3 +2023-07-24 15:38:55,2023-07-24 15:56:06,0,100,1030,1,2023-07-24 15:56:06,R_1ilJhXfW43zUdsi,34.1438,-117.2548,EN,1,4.96,1,3.0,2,12.455,15.009,82,97,55,38.384,40.192,1,1,145.403,-3,1,64.577,-3,32.604,15.012,5,5,5,6,6,4,,133.687,6,6,5,6,6,6,"I was instructed that in this section I was to think of myself as trusting the visual data. Under that mindset, I would be expected to trust this visualization.",191.016,3,,23.581,2,7,3,4,1,5,6,41.385,2,3,6,4,3,6,5,6,,45.467,3,4,4,2,4,4,54.758,4,3,23.984,1,1970,California,3,3,1,,3,,,1,1,1,74.301,643a2952413aace3f4e6d61b,"{""startTime"":1690227836542,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690227970983,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690227632793,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":26,""label"":""tour_started""},{""time"":19437,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4114,""week"":""52"",""id"":""chart""},{""time"":24367,""label"":""tour_next"",""step"":2},{""time"":34649,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1918,""week"":""52"",""id"":""chart2""},{""time"":38032,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690227820367,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":1526,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1280,""week"":""1"",""id"":""chart""},{""time"":9926,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1060,""week"":""52"",""id"":""chart2""}]}",1,simple,bar,3.5,0,2,2,2.34,1.17,8400,15.0,1.0,0.5,0,1.0,1 +2023-07-24 15:50:46,2023-07-24 15:56:56,0,100,370,1,2023-07-24 15:56:57,R_2UbwQausFszQTlm,37.9694,-86.1113,EN,1,5.516,1,4.0,2,7.606,15.117,100,96,72,12.630999999999998,8.552999999999999,-1,-3,52.369,-3,1,34.372,-3,16.024,15.011,7,7,7,7,7,7,,14.901,7,7,7,7,7,7,It reflects the data accurately,16.345,6,,8.349,2,7,3,4,1,5,6,20.25,5,8,2,10,8,2,11,8,,18.352999999999998,5,5,5,1,5,5,22.193,1,4,8.224,1,1960,Kentucky,6,2,1,,7,,,11,4,2,62.01,60c770aa2d2928bfda4c7cd4,"{""startTime"":1690228359954,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690228375676,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690228300516,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":30,""label"":""tour_started""},{""time"":4190,""label"":""tour_next"",""step"":2},{""time"":5501,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690228344397,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar,4.3,0,0,0,0.0,0.0,0,15.0,0.0,0.5,0,0.5,2 +2023-07-24 15:34:07,2023-07-24 15:57:02,0,100,1374,1,2023-07-24 15:57:02,R_3KuaOP38m3J5wSB,41.5481,-73.0012,EN,1,70.988,1,2.0,2,12.207,15.014000000000001,3,100,0,77.61,320.574,-2,1,40.346,1,-3,44.228,-2,49.534,15.012,4,4,4,6,6,4,,47.79600000000001,6,6,6,6,6,4,i agree with the of the amount of senior that were vaccinated wouldve been alot more ,142.373,2,,22.781,2,7,3,4,1,5,6,56.403,2,1,2,1,5,6,1,6,,40.98,3,3,5,2,5,3,66.789,4,2,36.78,2,1971,Connecticut,2,2,1,,3,,,2,5,1,214.519,645d33ec4a2f50e44e027000,"{""startTime"":1690228036830,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690227833624,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690227445952,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":47,""label"":""tour_started""},{""time"":38492,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1314,""week"":""4"",""id"":""chart""},{""time"":62661,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1322,""week"":""47"",""id"":""chart""},{""time"":63984,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1681,""week"":""47"",""id"":""chart""},{""time"":65665,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7476,""week"":""47"",""id"":""chart""},{""time"":76138,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":27239,""week"":""36"",""id"":""chart""},{""time"":105942,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4894,""week"":""46"",""id"":""chart""},{""time"":111587,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1630,""week"":""46"",""id"":""chart""},{""time"":113220,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2894,""week"":""46"",""id"":""chart""},{""time"":116850,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1312,""week"":""46"",""id"":""chart""},{""time"":119097,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":12086,""week"":""50"",""id"":""chart""},{""time"":133309,""label"":""tour_next"",""step"":5},{""time"":174080,""label"":""cleared_brush"",""using"":""Click""},{""time"":209847,""label"":""tour_back"",""step"":5},{""time"":218385,""label"":""tour_next"",""step"":5},{""time"":240132,""label"":""started_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-07-31""},{""time"":245079,""label"":""tour_next"",""step"":5},{""time"":259421,""label"":""moved_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-08-31""},{""time"":262099,""label"":""tour_next"",""step"":5},{""time"":270209,""label"":""cleared_brush"",""using"":""Click""},{""time"":270209,""label"":""cleared_brush"",""using"":""Escape""},{""time"":275452,""label"":""tour_next"",""step"":5},{""time"":288241,""label"":""tour_end"",""step"":5},{""time"":305300,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":3783,""week"":""52"",""id"":""chart""}]}","{""startTime"":1690227817758,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar,3.5,0,0,0,0.0,0.0,0,15.0,0.5,0.5,0,0.0,3 +2023-07-24 15:40:32,2023-07-24 15:57:20,0,100,1007,1,2023-07-24 15:57:20,R_3J4dwogTBhRILEP,28.3056,-81.4197,EN,1,9.033999999999999,1,2.0,1,5.626,15.01,100,100,33,34.260999999999996,135.36,1,1,100.9,1,1,108.579,1,64.07,15.114,6,5,5,7,6,6,,49.07899999999999,7,7,7,7,6,7,It comes from reliable source,112.664,2,,11.722999999999999,2,7,3,4,1,5,6,26.809,7,7,9,8,9,8,9,8,,21.675,1,2,3,5,1,2,42.591,5,1,14.6,1,1972,Florida,3,2,1,,4,,,7,2,2,127.971,638bf09f93783f7b1f43dbd0,"{""startTime"":1690228159688,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690227988427,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":17599,""label"":""hovered"",""timeHovered"":4923,""week"":""2021-11-22""}]}","{""startTime"":1690227734075,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":4956,""label"":""hovered"",""timeHovered"":1465,""week"":""2022-01-10""},{""time"":93388,""label"":""tour_next"",""step"":2},{""time"":104189,""label"":""tour_end"",""step"":2},{""time"":110661,""label"":""hovered"",""timeHovered"":1138,""week"":""2021-08-16""},{""time"":112813,""label"":""hovered"",""timeHovered"":2209,""week"":""2021-08-30""},{""time"":123275,""label"":""hovered"",""timeHovered"":2703,""week"":""2021-12-27""},{""time"":131525,""label"":""hovered"",""timeHovered"":2351,""week"":""2021-12-27""}]}","{""startTime"":1690227972065,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line,2.3,0,0,0,0.0,0.0,0,15.0,1.0,1.0,1,1.0,1 +2023-07-24 15:51:19,2023-07-24 15:58:28,0,100,428,1,2023-07-24 15:58:28,R_8DhTgEAaQfFdsnT,35.0706,-106.5066,EN,1,4.315,1,3.0,1,5.805,15.007,3,10,51,24.113000000000003,29.883000000000003,-2,-3,33.676,1,-2,61.049,-2,14.027999999999999,15.107000000000001,6,4,2,5,7,5,,21.781,4,5,5,5,5,6,It was put out by the WHO,12.45,6,,5.303,2,7,3,4,1,5,6,13.907,4,5,11,8,5,6,8,11,,15.338,5,5,4,2,5,5,14.369000000000002,4,1,7.9910000000000005,2,1963,New Mexico,6,1,1,,7,,,14,4,1,80.19800000000001,5be4c11a468be0000103e5d8,"{""startTime"":1690228456746,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690228479272,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690228348418,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":15,""label"":""tour_started""},{""time"":14938,""label"":""tour_next"",""step"":2},{""time"":19104,""label"":""tour_end"",""step"":2},{""time"":20586,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1980,""week"":""51"",""id"":""chart""},{""time"":22758,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1399,""week"":""50"",""id"":""chart""},{""time"":26529,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2222,""week"":""43"",""id"":""chart""}]}","{""startTime"":1690228440846,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":4372,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2662,""week"":""50"",""id"":""chart""},{""time"":7184,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2536,""week"":""2"",""id"":""chart""},{""time"":10582,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1324,""week"":""31"",""id"":""chart""}]}",1,moderate,bar,4.3,0,3,3,6.522,2.174,6210,15.0,0.0,0.5,0,0.5,2 +2023-07-24 15:19:12,2023-07-24 16:00:29,0,100,2477,1,2023-07-24 16:00:30,R_3nSj8iTUdid3f09,28.2137,-82.6809,EN,1,276.241,1,3.0,2,23.142,15.015,96,98,50,100.303,126.38600000000001,1,-1,165.7,-2,-3,202.68900000000002,1,124.164,15.11,4,4,4,4,4,4,"I am afraid I did not understand the last of this study. The previous page did not make any sense to me at all. It gave directions like CLick to write statement 1. As if it was looking at a template for the stud,y so I answered asdf for all lines. This last page was confusing as well because it states disregard the visualization above but all questions were pertaining to said visualization. In this case, I selected neither agree or disagree for all lines. My apologies if my responses cannot be used..",452.444,6,6,6,4,4,3,I do not know how accurate the data can be when there isn't any interaction with the actual data upon hover.,217.753,7,,19.95,2,7,3,4,1,5,6,51.928999999999995,6,6,8,6,7,7,8,9,No comments at this time besides my previous comments regarding confusing study question pages.,84.917,3,3,3,2,3,4,108.416,4,3,51.501000000000005,2,1972,Florida,3,2,1,,7,,,5,4,2,187.81400000000002,63d79678fb8c1b9072646c0a,"{""startTime"":1690227562204,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":189255},{""label"":""window_focused"",""time"":207165},{""label"":""window_blurred"",""time"":234380},{""label"":""window_focused"",""time"":254145}]}","{""startTime"":1690227191645,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":94,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":81689,""week"":""2"",""id"":""chart""}]}","{""startTime"":1690226844748,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":38,""label"":""tour_started""},{""time"":13134,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1019,""week"":""4"",""id"":""chart""},{""time"":39283,""label"":""tour_next"",""step"":2},{""time"":56423,""label"":""tour_end"",""step"":2},{""time"":59430,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":16127,""week"":""51"",""id"":""chart""},{""time"":75758,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":28472,""week"":""52"",""id"":""chart""},{""time"":105742,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":14901,""week"":""30"",""id"":""chart""},{""time"":121198,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1461,""week"":""39"",""id"":""chart""}]}","{""startTime"":1690227175471,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":9907,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3158,""week"":""1"",""id"":""chart""}]}",1,moderate,bar,3.0,0,1,1,3.158,3.158,0,15.0,0.5,0.0,1,0.0,2 +2023-07-24 15:49:52,2023-07-24 16:01:24,0,100,691,1,2023-07-24 16:01:25,R_22YzTZXePlMhBSV,29.4227,-98.4927,EN,1,24.96,1,2.0,2,8.177999999999999,15.119000000000002,100,100,100,26.464000000000002,30.125999999999998,1,1,51.644,1,1,55.17100000000001,1,42.698,15.122,6,6,5,7,7,6,"Whethere the CDC data is accurate, it is the known and available source for this kind of data and is considered as accurate as any in the US.",79.013,6,7,7,4,6,7,The data is clear and easy to understand. It's purpose is clear.,45.163000000000004,3,,11.54,2,7,3,4,1,5,6,20.008,3,3,1,2,2,3,8,8,,32.34,5,4,5,2,3,5,40.823,3,1,15.654000000000002,2,1957,Texas,9,2,1,,7,,,10,3,1,114.655,5f48e3d7f998433ac6356ad4,"{""startTime"":1690228460232,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690228383203,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690228283540,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":6305,""label"":""hovered"",""timeHovered"":3051,""week"":""2021-11-22""},{""time"":10282,""label"":""hovered"",""timeHovered"":2091,""week"":""2021-11-22""},{""time"":16884,""label"":""tour_next"",""step"":2},{""time"":20356,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690228367293,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":5639,""label"":""hovered"",""timeHovered"":2364,""week"":""2022-01-03""}]}",1,simple,line,4.0,0,1,1,2.364,2.364,0,15.0,1.0,1.0,1,1.0,1 +2023-07-24 15:50:10,2023-07-24 16:02:40,0,100,750,1,2023-07-24 16:02:41,R_2lXwflKTpJFNlBf,41.5066,-81.6111,EN,1,22.281,2,,1,4.513,15.120999999999999,98,40,50,37.336999999999996,165.33599999999998,1,1,46.826,-3,-3,84.21,-2,35.81,15.024000000000001,6,4,6,4,5,5,,35.703,4,4,4,3,2,5,I don't know if there is more info that should be included,33.97,5,,8.54,2,7,3,4,1,5,6,26.238000000000003,6,6,6,6,9,6,10,9,,32.349000000000004,3,3,3,3,4,3,23.497,2,2,17.521,2,1960,Ohio,4,3,1,,7,,,4,4,1,68.962,614fca8245a450546842e487,"{""startTime"":1690228604607,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690228531143,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690228313445,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":15475,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1948,""week"":""47"",""id"":""chart""},{""time"":19952,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1021,""week"":""52"",""id"":""chart""},{""time"":22632,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":10724,""week"":""52"",""id"":""chart""},{""time"":36864,""label"":""tour_next"",""step"":5},{""time"":62333,""label"":""cleared_brush"",""using"":""Click""},{""time"":93365,""label"":""started_brush"",""startDate"":""2021-07-01"",""endDate"":""2021-10-31""},{""time"":94666,""label"":""tour_next"",""step"":5},{""time"":118482,""label"":""moved_brush"",""startDate"":""2021-07-08"",""endDate"":""2021-11-08""},{""time"":133458,""label"":""moved_brush"",""startDate"":""2021-08-12"",""endDate"":""2021-12-13""},{""time"":135041,""label"":""tour_next"",""step"":5},{""time"":147285,""label"":""cleared_brush"",""using"":""Click""},{""time"":147285,""label"":""cleared_brush"",""using"":""Escape""},{""time"":149381,""label"":""tour_next"",""step"":5},{""time"":157328,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690228515656,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar,3.2,0,0,0,0.0,0.0,0,15.0,1.0,0.0,0,0.0,3 +2023-07-24 15:47:22,2023-07-24 16:02:59,0,100,937,1,2023-07-24 16:03:00,R_12SlCtPz9rJzZrd,35.8332,-78.8473,EN,1,41.879,1,3.0,2,10.607000000000001,15.110999999999999,50,100,50,32.841,43.956,1,1,87.624,-2,-3,93.494,-3,45.858000000000004,15.107000000000001,4,7,6,7,7,6,,34.617,6,7,6,4,4,6,I am assuming that the CDC has accurately collected the information on which this visualization is based and displayed it without manipulation.,47.388999999999996,5,,8.748,2,7,3,4,1,5,6,28.171999999999997,1,6,3,3,1,1,9,6,,34.448,5,4,5,1,5,5,24.629,3,2,18.500999999999998,1,1959,North Carolina,6,2,1,,7,,,8,4,1,303.39099999999996,6152095d0b65b445c020dab6,"{""startTime"":1690228301974,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690228337024,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690228154117,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":8045,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2785,""week"":""52"",""id"":""chart""},{""time"":12468,""label"":""tour_next"",""step"":2},{""time"":18645,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4029,""week"":""18"",""id"":""chart2""},{""time"":24197,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5934,""week"":""52"",""id"":""chart2""},{""time"":31167,""label"":""tour_end"",""step"":2},{""time"":38077,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4647,""week"":""32"",""id"":""chart""}]}","{""startTime"":1690228286459,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":8001,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2100,""week"":""50"",""id"":""chart""},{""time"":10841,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1625,""week"":""4"",""id"":""chart""}]}",1,simple,bar,4.2,0,2,2,3.725,1.8625,2840,15.0,1.0,0.0,0,1.0,1 +2023-07-24 15:39:44,2023-07-24 16:03:39,0,100,1434,1,2023-07-24 16:03:40,R_BEqFvwMbrXIlSff,40.9476,-73.8624,EN,1,39.986,1,2.0,2,43.004,15.017000000000001,58,59,73,21.263,25.236,1,-3,7.16,1,-2,64.111,-3,6.7829999999999995,15.013,5,5,5,6,4,6,none,82.133,6,5,5,5,5,6,The visualization gave a detailed information ,295.519,4,,12.199000000000002,2,1,4,3,7,5,6,17.17,8,7,8,9,9,7,6,7,,21.475,4,4,3,3,4,3,12.635,7,3,18.342,2,1965,New York,7,1,1,,7,,,14,1,1,637.988,647660ef7bc13de7eaf0c76e,"{""startTime"":1690227899429,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690227982648,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690227790929,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":20330,""label"":""tour_next"",""step"":2},{""time"":22213,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690227882345,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line,3.5,0,0,0,0.0,0.0,0,15.0,0.5,0.5,0,0.5,2 +2023-07-24 15:26:37,2023-07-24 16:03:53,0,100,2235,1,2023-07-24 16:03:53,R_3DwJjDINjQm02Q4,34.0544,-118.2441,EN,1,15.342,1,3.0,1,6.6,15.109000000000002,91,81,66,20.324,1535.644,1,-2,28.863000000000003,-3,1,78.273,1,25.219,15.01,6,6,6,6,6,6,,23.155,6,6,6,4,4,6,It seems the data accurately represents the number of covid infections,53.571999999999996,5,,11.142000000000001,2,7,3,4,1,5,6,17.177,4,7,7,7,7,5,9,9,,21.057,4,4,4,2,4,4,23.999000000000002,4,1,11.534,2,1973,California,6,2,1,,4,,,13,2,1,72.35600000000001,63f57759284ce2f495e4442d,"{""startTime"":1690228662217,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690228685972,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690227084688,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":4301,""label"":""tour_next"",""step"":5},{""time"":14920,""label"":""tour_back"",""step"":5},{""time"":18552,""label"":""tour_next"",""step"":5},{""time"":24341,""label"":""tour_back"",""step"":5},{""time"":36679,""label"":""tour_next"",""step"":5},{""time"":39378,""label"":""cleared_brush"",""using"":""click""},{""label"":""window_blurred"",""time"":1399614},{""label"":""window_focused"",""time"":1401539},{""time"":1407617,""label"":""tour_back"",""step"":5},{""time"":1410379,""label"":""hovered"",""timeHovered"":1498,""week"":""2021-07-26""},{""time"":1412710,""label"":""hovered"",""timeHovered"":1100,""week"":""2022-01-03""},{""time"":1416886,""label"":""tour_next"",""step"":5},{""time"":1423092,""label"":""tour_back"",""step"":5},{""time"":1413876,""label"":""hovered"",""timeHovered"":10300,""week"":""2021-12-27""},{""time"":1432742,""label"":""hovered"",""timeHovered"":1500,""week"":""2021-11-01""},{""time"":1434592,""label"":""hovered"",""timeHovered"":2100,""week"":""2021-10-18""},{""time"":1437634,""label"":""tour_next"",""step"":5},{""time"":1448068,""label"":""started_brush"",""startDate"":""2021-05-06"",""endDate"":""2022-02-10""},{""time"":1449652,""label"":""tour_next"",""step"":5},{""time"":1453322,""label"":""moved_brush"",""startDate"":""2021-05-06"",""endDate"":""2022-02-10""},{""time"":1455759,""label"":""moved_brush"",""startDate"":""2021-05-08"",""endDate"":""2022-02-13""},{""time"":1456595,""label"":""tour_next"",""step"":5},{""time"":1472298,""label"":""moved_brush"",""startDate"":""2021-05-08"",""endDate"":""2022-02-13""},{""time"":1476363,""label"":""moved_brush"",""startDate"":""2021-05-08"",""endDate"":""2022-02-13""},{""time"":1478885,""label"":""cleared_brush"",""using"":""click""},{""time"":1480101,""label"":""tour_next"",""step"":5},{""time"":1485211,""label"":""tour_end"",""step"":5},{""time"":1489859,""label"":""hovered"",""timeHovered"":26038,""week"":""2022-01-31""},{""time"":1517011,""label"":""hovered"",""timeHovered"":4551,""week"":""2021-07-26""},{""time"":1522211,""label"":""hovered"",""timeHovered"":1503,""week"":""2021-12-06""},{""time"":1524027,""label"":""hovered"",""timeHovered"":1289,""week"":""2022-01-17""},{""time"":1525811,""label"":""hovered"",""timeHovered"":2448,""week"":""2021-05-24""}]}","{""startTime"":1690228646585,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line,3.7,0,0,0,0.0,0.0,0,15.0,0.5,0.5,1,1.0,3 +2023-07-24 15:53:00,2023-07-24 16:04:05,0,100,665,1,2023-07-24 16:04:06,R_2CHtyPgqwQuHiJX,40.7123,-74.0068,EN,1,10.415999999999999,1,3.0,1,10.132,15.114,80,84,50,49.793,24.315,1,-3,66.134,-2,1,108.14399999999999,-1,25.545,15.027000000000001,6,5,6,5,6,6,,51.581,4,5,5,3,4,5,I think I would like to see the source,32.675,5,,11.284,2,7,3,4,1,5,6,26.52,5,6,8,6,7,6,9,8,,24.77,3,2,4,3,2,3,19.942999999999998,4,1,17.589000000000002,1,1964,New York,2,2,1,,7,,,8,4,1,78.38,5b4d39f2d4c93b00019c8217,"{""startTime"":1690228746746,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690228641654,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690228490452,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":30,""label"":""tour_started""},{""time"":14554,""label"":""tour_next"",""step"":2},{""time"":18984,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690228625078,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line,2.8,0,0,0,0.0,0.0,0,15.0,0.5,0.5,0,0.5,2 +2023-07-24 15:53:06,2023-07-24 16:04:50,0,100,703,1,2023-07-24 16:04:50,R_yPbmIoFzSaDWZd7,32.8458,-83.6762,EN,1,7.356,1,4.0,2,5.627000000000001,15.114,92,100,88,32.86,82.304,-2,-2,76.993,-3,1,73.032,1,57.976000000000006,15.107000000000001,6,6,6,6,6,6,,28.006999999999998,7,7,7,2,7,7,"It's from the CDC, which at the time was keeping records on vaccinations and cases. During the pandemic, so much false information was being spread that the ONLY thing I trusted as science--the CDC and Dr. Fauci.",76.28,6,,22.925,2,7,3,4,1,5,6,14.019,2,6,8,7,9,5,10,10,Thank you!,26.621,5,5,5,2,5,5,14.02,3,1,10.582,2,1952,Georgia,7,2,1,,8,Macon,,11,4,1,98.647,5f0550bf5819b18476ee8343,"{""startTime"":1690228629472,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690228677197,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690228457611,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":19880,""label"":""hovered"",""timeHovered"":3533,""week"":""2021-10-11""},{""time"":24731,""label"":""hovered"",""timeHovered"":2532,""week"":""2022-01-10""},{""time"":29472,""label"":""tour_next"",""step"":2},{""time"":37039,""label"":""tour_end"",""step"":2},{""time"":42168,""label"":""hovered"",""timeHovered"":3753,""week"":""2021-04-12""},{""time"":47001,""label"":""hovered"",""timeHovered"":1945,""week"":""2021-04-12""},{""time"":49574,""label"":""hovered"",""timeHovered"":3764,""week"":""2021-04-12""},{""time"":55722,""label"":""hovered"",""timeHovered"":6126,""week"":""2021-08-23""},{""time"":68613,""label"":""hovered"",""timeHovered"":1351,""week"":""2022-01-10""},{""time"":70001,""label"":""hovered"",""timeHovered"":2760,""week"":""2022-01-10""},{""time"":73035,""label"":""hovered"",""timeHovered"":1001,""week"":""2022-01-10""},{""time"":74096,""label"":""hovered"",""timeHovered"":2964,""week"":""2022-01-10""}]}","{""startTime"":1690228613767,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":9603,""label"":""hovered"",""timeHovered"":1001,""week"":""2021-04-19""}]}",1,moderate,line,4.5,0,1,1,1.001,1.001,0,15.0,0.0,0.5,1,0.5,2 +2023-07-24 15:40:32,2023-07-24 16:05:07,0,100,1474,1,2023-07-24 16:05:07,R_2ykGlEjkT7c6S8o,30.4042,-91.1431,EN,1,12.29,1,3.0,2,19.979,15.119000000000002,97,97,70,69.01,63.713,1,1,89.5,1,1,91.185,1,71.70100000000001,15.015999999999998,6,4,6,6,6,6,How does one know it is complete?,89.057,4,6,6,3,5,6,"It seems accurate, only those making graph know.",149.381,6,,27.493000000000002,2,7,3,4,1,5,6,36.34,3,6,6,9,9,7,10,9,,65.492,3,3,4,2,4,3,72.582,1,1,20.245,1,1940,Louisiana,7,2,1,,8,BATON ROUGE,,3,4,1,482.211,6151f8d17451289b4a59a6a8,"{""startTime"":1690227935555,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690228025115,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690227765992,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":15671,""label"":""hovered"",""timeHovered"":8784,""week"":""2021-11-08""},{""time"":26158,""label"":""tour_next"",""step"":2},{""time"":38944,""label"":""tour_end"",""step"":2},{""time"":40316,""label"":""hovered"",""timeHovered"":1142,""week"":""2021-12-20""},{""time"":42142,""label"":""hovered"",""timeHovered"":6322,""week"":""2021-12-27""},{""time"":49384,""label"":""hovered"",""timeHovered"":7551,""week"":""2022-02-07""}]}","{""startTime"":1690227920072,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line,3.2,0,0,0,0.0,0.0,0,15.0,1.0,1.0,1,1.0,1 +2023-07-24 15:27:50,2023-07-24 16:05:12,0,100,2241,1,2023-07-24 16:05:12,R_10I8kp9b8ewkWnG,32.2123,-110.87899999999999,EN,1,33.227,1,3.0,2,21.255,15.164000000000001,92,89,36,56.25899999999999,255.896,1,1,8.807,-2,1,98.839,1,154.16,15.107000000000001,6,6,6,6,6,6,,42.667,5,5,5,6,5,5,some of the line we conflicting and it was a bit difficult reading them,96.943,4,,20.301,2,7,3,4,1,5,6,110.595,6,6,8,8,9,10,9,10,,50.552,3,4,4,1,4,4,82.29799999999999,4,2,4.603,2,1959,Arizona,6,3,1,,3,,,4,2,2,245.31,64485d7e807fdd8adea9db1d,,"{""startTime"":1690227545595,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_focused"",""time"":84592},{""label"":""window_focused"",""time"":84592},{""label"":""window_blurred"",""time"":87086},{""label"":""window_focused"",""time"":246701}]}","{""startTime"":1690227090570,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":61,""label"":""tour_started""},{""time"":60378,""label"":""tour_next"",""step"":5},{""time"":144053,""label"":""started_brush"",""startDate"":""2021-08-02"",""endDate"":""2021-08-04""},{""time"":151848,""label"":""moved_brush"",""startDate"":""2021-04-10"",""endDate"":""2021-08-02""},{""time"":159813,""label"":""moved_brush"",""startDate"":""2021-08-02"",""endDate"":""2022-02-12""},{""time"":169674,""label"":""moved_brush"",""startDate"":""2021-08-02"",""endDate"":""2022-02-12""},{""time"":171939,""label"":""moved_brush"",""startDate"":""2021-07-27"",""endDate"":""2022-02-07""},{""time"":173800,""label"":""moved_brush"",""startDate"":""2021-08-02"",""endDate"":""2022-02-12""},{""time"":174179,""label"":""moved_brush"",""startDate"":""2021-08-02"",""endDate"":""2022-02-12""},{""time"":178845,""label"":""started_brush"",""startDate"":""2021-07-26"",""endDate"":""2021-08-13""},{""time"":179026,""label"":""moved_brush"",""startDate"":""2021-07-26"",""endDate"":""2021-08-13""},{""time"":181524,""label"":""started_brush"",""startDate"":""2021-08-31"",""endDate"":""2022-02-12""},{""time"":183714,""label"":""tour_next"",""step"":5},{""time"":198561,""label"":""moved_brush"",""startDate"":""2021-08-07"",""endDate"":""2022-01-20""},{""time"":201141,""label"":""moved_brush"",""startDate"":""2021-08-07"",""endDate"":""2022-02-12""},{""time"":202463,""label"":""tour_next"",""step"":5},{""time"":219828,""label"":""cleared_brush"",""using"":""click""},{""time"":219848,""label"":""cleared_brush"",""using"":""Escape""},{""time"":222328,""label"":""tour_next"",""step"":5},{""time"":251520,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690227522536,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line,3.3,0,0,0,0.0,0.0,0,15.0,1.0,0.5,1,1.0,3 +2023-07-24 15:46:00,2023-07-24 16:05:34,0,100,1173,1,2023-07-24 16:05:35,R_116hBWhYBqIDksr,29.9915,-90.2469,EN,1,18.985,1,3.0,2,9.683,15.015999999999998,57,67,54,132.619,30.434,-2,1,112.98100000000001,1,-3,152.328,-3,226.02599999999998,15.114,5,5,5,6,6,5,,70.03399999999999,5,6,5,4,4,5,I think that it would be close if not exact. ,51.702,5,,10.632,2,7,3,4,1,5,6,35.656,5,5,4,6,5,6,9,9,,56.191,2,2,2,4,2,3,32.439,3,2,14.078,2,1960,Louisiana,3,2,1,,9,,Kenner,8,4,1,98.8,5d321a7348bf98001646aeb2,"{""startTime"":1690228389472,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":37287,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1214,""week"":""4"",""id"":""chart""}]}","{""startTime"":1690228459883,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690228190053,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":12458,""label"":""tour_next"",""step"":2},{""time"":25307,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690228373985,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar,2.5,0,0,0,0.0,0.0,0,15.0,0.5,0.5,0,0.5,2 +2023-07-24 15:51:58,2023-07-24 16:07:12,0,100,914,1,2023-07-24 16:07:13,R_1mXf0kBElujODCd,42.8596,-71.6147,EN,1,5.829,1,4.0,1,17.317999999999998,15.023,84,84,50,54.64,148.539,1,1,67.291,-1,-1,72.777,1,60.26,15.019,5,3,6,5,6,6,The important information missing is deaths per 100k or per case for each subset.,92.62299999999999,5,7,6,2,1,6,It seems to correlate to information on covid cases I have heard reported in general.,51.672,5,,9.827,2,7,3,4,1,5,6,23.443,1,8,10,8,8,5,10,8,,36.211,3,3,4,3,4,3,41.765,4,2,22.526,1,1965,New Hampshire,6,2,1,,7,,,17,4,1,73.362,5bdcd88176d6d50001bc3849,"{""startTime"":1690228781206,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690228650808,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690228423811,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":19247,""label"":""hovered"",""timeHovered"":1215,""week"":""2022-01-31""},{""time"":24684,""label"":""tour_next"",""step"":5},{""time"":49829,""label"":""tour_back"",""step"":5},{""time"":56637,""label"":""tour_next"",""step"":5},{""time"":64086,""label"":""started_brush"",""startDate"":""2021-05-01"",""endDate"":""2021-12-05""},{""time"":68654,""label"":""moved_brush"",""startDate"":""2021-07-09"",""endDate"":""2022-02-13""},{""time"":72060,""label"":""tour_next"",""step"":5},{""time"":79223,""label"":""moved_brush"",""startDate"":""2021-07-09"",""endDate"":""2022-02-13""},{""time"":82712,""label"":""moved_brush"",""startDate"":""2021-11-03"",""endDate"":""2022-02-13""},{""time"":85464,""label"":""moved_brush"",""startDate"":""2021-11-03"",""endDate"":""2022-02-13""},{""time"":88511,""label"":""moved_brush"",""startDate"":""2021-11-18"",""endDate"":""2022-02-13""},{""time"":89508,""label"":""tour_next"",""step"":5},{""time"":103029,""label"":""cleared_brush"",""using"":""click""},{""time"":103031,""label"":""cleared_brush"",""using"":""Escape""},{""time"":105637,""label"":""tour_next"",""step"":5},{""time"":116172,""label"":""tour_end"",""step"":5},{""time"":126528,""label"":""started_brush"",""startDate"":""2021-07-15"",""endDate"":""2021-08-29""},{""time"":132302,""label"":""cleared_brush"",""using"":""click""},{""time"":132305,""label"":""cleared_brush"",""using"":""Escape""},{""time"":135779,""label"":""hovered"",""timeHovered"":1065,""week"":""2022-01-17""},{""time"":137099,""label"":""hovered"",""timeHovered"":2130,""week"":""2022-01-10""},{""time"":141255,""label"":""hovered"",""timeHovered"":4590,""week"":""2022-01-03""}]}","{""startTime"":1690228634871,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":7844,""label"":""hovered"",""timeHovered"":4166,""week"":""2021-12-27""}]}",1,complex,line,3.3,0,1,1,4.166,4.166,0,15.0,1.0,0.0,1,1.0,3 +2023-07-24 15:51:11,2023-07-24 16:07:19,0,100,968,1,2023-07-24 16:07:20,R_3QRgvwUh5hubs36,33.8925,-98.5293,EN,1,24.4,2,,2,2.925,15.013,83,83,100,27.436999999999998,110.603,1,1,62.891000000000005,-3,1,140.19,1,50.961999999999996,15.007,6,6,6,6,6,6,"It's doubtful that the CDC is perfect, but in the absence of some obvious compelling flaw, the CDC's presentation seems trustworthy.",132.18200000000002,6,6,5,4,4,6,"The time, age groups, and changes are all clearly delineated on the chart. It doesn't give me any reason not to trust it. Everything seems authentic.",62.541000000000004,5,The colors were very clear and nice looking on these charts. Thank you.,30.941,2,7,3,4,1,5,6,21.926,6,8,8,9,5,6,6,3,That was interesting. Thank you.,52.027,5,5,5,1,5,5,28.969,4,3,20.516,2,1956,Texas,6,3,1,,7,,,3,2,1,103.28399999999999,5be5c05fd153f500019a2ef2,"{""startTime"":1690228741493,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":30636,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1505,""week"":""50"",""id"":""chart""}]}","{""startTime"":1690228641891,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690228462989,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":22,""label"":""tour_started""},{""time"":15898,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2766,""week"":""31"",""id"":""chart""},{""time"":19831,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2600,""week"":""20"",""id"":""chart""},{""time"":26103,""label"":""tour_next"",""step"":5},{""time"":60498,""label"":""started_brush"",""startDate"":""2021-06-23"",""endDate"":""2021-09-30""},{""time"":62364,""label"":""tour_next"",""step"":5},{""time"":76157,""label"":""moved_brush"",""startDate"":""2021-04-29"",""endDate"":""2021-08-06""},{""time"":78563,""label"":""tour_next"",""step"":5},{""time"":85816,""label"":""cleared_brush"",""using"":""Click""},{""time"":89306,""label"":""tour_next"",""step"":5},{""time"":96307,""label"":""tour_end"",""step"":5},{""time"":103798,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1048,""week"":""29"",""id"":""chart""},{""time"":105651,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1028,""week"":""40"",""id"":""chart""}]}","{""startTime"":1690228625833,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":4355,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1731,""week"":""35"",""id"":""chart""},{""time"":7381,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2674,""week"":""6"",""id"":""chart""}]}",1,complex,bar,4.3,0,2,2,4.405,2.2025,3026,15.0,1.0,0.5,1,1.0,3 +2023-07-24 15:49:41,2023-07-24 16:07:20,0,100,1059,1,2023-07-24 16:07:21,R_29TiiO5gKs6er4J,33.3683,-117.2333,EN,1,35.44,1,4.0,2,14.622,29.999000000000002,52,47,54,61.544,185.83900000000003,1,1,98.59899999999999,1,1,119.762,1,62.148,15.113,4,6,6,6,7,6,,61.293,5,6,6,5,2,5,"I don't know the actual data. I like the design of the chart, and if it's accurate, it's extremely useful, though not on a daily basis, only when I'm interested in these past events.",46.702,6,,26.67,2,7,3,4,1,5,6,30.961,8,10,9,9,9,7,10,10,,35.505,3,3,4,3,4,3,46.122,1,3,26.182,2,1956,California,3,2,1,,7,,,5,5,2,70.289,5dea96a5770a431bbed1efb2,"{""startTime"":1690228709700,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690228610688,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690228344677,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":25,""label"":""tour_started""},{""time"":42681,""label"":""hovered"",""timeHovered"":1433,""week"":""2021-12-27""},{""time"":44185,""label"":""hovered"",""timeHovered"":1245,""week"":""2021-12-27""},{""time"":52896,""label"":""hovered"",""timeHovered"":4583,""week"":""2021-12-27""},{""time"":58646,""label"":""hovered"",""timeHovered"":2667,""week"":""2022-01-03""},{""time"":62601,""label"":""hovered"",""timeHovered"":3495,""week"":""2022-01-10""},{""time"":66905,""label"":""hovered"",""timeHovered"":3691,""week"":""2022-01-10""},{""time"":82640,""label"":""tour_next"",""step"":5},{""time"":111769,""label"":""started_brush"",""startDate"":""2021-08-31"",""endDate"":""2021-12-18""},{""time"":117616,""label"":""tour_next"",""step"":5},{""time"":130655,""label"":""moved_brush"",""startDate"":""2021-10-27"",""endDate"":""2022-02-13""},{""time"":132913,""label"":""tour_next"",""step"":5},{""time"":138742,""label"":""cleared_brush"",""using"":""click""},{""time"":141232,""label"":""tour_next"",""step"":5},{""time"":150897,""label"":""tour_end"",""step"":5},{""time"":164842,""label"":""started_brush"",""startDate"":""2021-04-12"",""endDate"":""2021-05-04""},{""time"":165482,""label"":""cleared_brush"",""using"":""click""},{""time"":168529,""label"":""hovered"",""timeHovered"":2904,""week"":""2021-08-16""}]}","{""startTime"":1690228594536,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line,3.3,0,0,0,0.0,0.0,0,15.0,1.0,1.0,1,1.0,3 +2023-07-24 15:53:33,2023-07-24 16:08:39,0,100,905,1,2023-07-24 16:08:40,R_AnSNEB2XsFcq2lj,33.9723,-112.7278,EN,1,13.802,1,3.0,2,17.072,15.015,84,89,62,38.826,54.665,1,1,146.201,-3,-3,95.569,-3,60.034,15.011,6,5,6,5,7,6,,55.924,5,6,5,5,2,6,Mainly because it comes from a reputable organization and I have no reason to believe that there is any issue with the data,71.688,3,,11.222999999999999,2,7,3,4,1,5,6,26.489,6,6,5,8,9,4,10,9,,42.801,3,5,4,2,3,4,55.31399999999999,2,1,29.677,1,1956,Arizona,5,2,1,,7,,,5,4,2,77.488,60002c38af716201edc1763d,"{""startTime"":1690228735271,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690228791839,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690228517058,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":29454,""label"":""tour_next"",""step"":2},{""time"":40554,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8098,""week"":""52"",""id"":""chart2""},{""time"":50079,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690228719533,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar,3.5,0,0,0,0.0,0.0,0,15.0,1.0,0.0,0,1.0,1 +2023-07-24 15:47:29,2023-07-24 16:09:16,0,100,1306,1,2023-07-24 16:09:17,R_2fl1kG3xiaW2VcY,40.2938,-83.0744,EN,1,22.005,1,4.0,2,15.839,15.14,66,100,40,63.26,80.801,1,1,147.282,1,1,144.68200000000002,1,180.403,15.114,7,7,7,7,7,7,,35.949,6,6,6,6,6,6,"This visualization is easy to understand, and I like being able to see the minimum and maximum values.",114.46799999999999,2,,9.712,2,7,3,4,1,5,6,33.647,1,1,1,1,1,1,9,8,,66.195,1,1,1,5,1,1,53.875,2,1,22.265,2,1957,Ohio,6,2,1,,8,DELAWARE,,14,2,2,167.549,5ae2641f5cd05500015ece71,"{""startTime"":1690228626941,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690228432080,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":12871},{""label"":""window_focused"",""time"":13179}]}","{""startTime"":1690228188665,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":30,""label"":""tour_started""},{""time"":47027,""label"":""hovered"",""timeHovered"":1832,""week"":""2021-10-25""},{""time"":52165,""label"":""tour_next"",""step"":2},{""time"":62808,""label"":""tour_end"",""step"":2},{""time"":65143,""label"":""hovered"",""timeHovered"":2107,""week"":""2021-07-19""},{""time"":68423,""label"":""hovered"",""timeHovered"":1798,""week"":""2021-05-31""},{""time"":76047,""label"":""hovered"",""timeHovered"":1424,""week"":""2022-01-03""}]}","{""startTime"":1690228416214,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line,1.7,0,0,0,0.0,0.0,0,15.0,1.0,1.0,1,1.0,2 +2023-07-24 15:56:27,2023-07-24 16:09:34,0,100,786,1,2023-07-24 16:09:34,R_1H2lDoUcYSHuh2R,32.5434,-93.7011,EN,1,9.74,2,,1,3.761,15.005999999999998,38,31,41,27.846999999999998,202.984,1,1,57.001000000000005,1,1,46.46,1,45.666000000000004,15.009,2,2,2,5,6,2,No additional comments,58.617,2,3,3,2,2,1,The data just doesn't fit what I remember for cases of vaccinated versus unvaccinated/infection rates during this time period.,60.876000000000005,5,No additional comments,16.843,2,7,3,4,1,5,6,23.865,2,1,5,5,1,5,6,8,,21.643,2,4,2,2,3,4,14.448,6,1,10.386,1,1962,Louisiana,3,2,1,,8,Bossier City,,9,1,2,97.015,58064d91f25c440001678a10,"{""startTime"":1690229019648,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690228921709,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690228656358,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":12506,""label"":""hovered"",""timeHovered"":9233,""week"":""2022-01-10""},{""time"":22872,""label"":""hovered"",""timeHovered"":1017,""week"":""2022-01-10""},{""time"":25290,""label"":""hovered"",""timeHovered"":2166,""week"":""2022-01-10""},{""time"":28007,""label"":""hovered"",""timeHovered"":2599,""week"":""2022-01-10""},{""time"":30706,""label"":""hovered"",""timeHovered"":3683,""week"":""2022-01-10""},{""time"":39789,""label"":""hovered"",""timeHovered"":3866,""week"":""2022-01-31""},{""time"":45089,""label"":""hovered"",""timeHovered"":17399,""week"":""2022-01-31""},{""time"":66328,""label"":""tour_next"",""step"":5},{""time"":91088,""label"":""started_brush"",""startDate"":""2021-11-07"",""endDate"":""2022-02-09""},{""time"":92969,""label"":""tour_next"",""step"":5},{""time"":104419,""label"":""moved_brush"",""startDate"":""2022-01-05"",""endDate"":""2022-02-09""},{""time"":106331,""label"":""tour_next"",""step"":5},{""time"":113917,""label"":""cleared_brush"",""using"":""click""},{""time"":116145,""label"":""tour_next"",""step"":5},{""time"":135818,""label"":""started_brush"",""startDate"":""2022-01-09"",""endDate"":""2022-02-10""},{""time"":173949,""label"":""tour_end"",""step"":5},{""time"":178334,""label"":""hovered"",""timeHovered"":1355,""week"":""2022-01-31""},{""time"":183287,""label"":""hovered"",""timeHovered"":6756,""week"":""2022-01-31""},{""time"":190237,""label"":""hovered"",""timeHovered"":6113,""week"":""2022-01-31""},{""time"":196351,""label"":""hovered"",""timeHovered"":2920,""week"":""2022-01-31""}]}","{""startTime"":1690228905946,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":12061,""label"":""hovered"",""timeHovered"":1125,""week"":""2022-01-10""}]}",1,complex,line,2.8,0,1,1,1.125,1.125,0,15.0,1.0,1.0,1,1.0,3 +2023-07-24 15:52:06,2023-07-24 16:10:02,0,100,1075,1,2023-07-24 16:10:03,R_3n8yu8dVE7weDao,29.0422,-81.2863,EN,1,21.401999999999997,1,2.0,2,8.711,15.012,100,0,0,40.122,96.994,1,1,94.70299999999999,1,1,105.99600000000001,1,60.082,15.112,7,7,7,7,7,7,This graph makes it pretty clear that getting vaccinated greatly decreased your chances of contracting covid.,94.719,6,7,7,7,6,7,I have complete faith in the CDC as a reliable and non-partisan source of scientific data.,44.202,4,Interesting study - would be interested to see the current graph to date.,55.983000000000004,2,7,3,4,1,5,6,26.349,6,5,2,3,7,3,10,9,"Some of my responses may be misleading, e.g., ""political parties"" - I have 0 trust in the republican party and 8 trust in the democratic party.",109.814,1,2,3,4,3,1,48.742,1,1,15.522,2,1948,Florida,3,2,1,,7,,,8,2,1,151.349,5c3393d9f53f7a000119160f,"{""startTime"":1690228644225,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690228740251,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690228434998,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":21006,""label"":""hovered"",""timeHovered"":1404,""week"":""2021-08-23""},{""time"":27445,""label"":""hovered"",""timeHovered"":3863,""week"":""2021-06-28""},{""time"":32428,""label"":""hovered"",""timeHovered"":3630,""week"":""2021-08-23""},{""time"":41277,""label"":""hovered"",""timeHovered"":2390,""week"":""2022-01-03""},{""time"":44020,""label"":""hovered"",""timeHovered"":2709,""week"":""2022-01-03""},{""time"":48135,""label"":""hovered"",""timeHovered"":2975,""week"":""2021-04-12""},{""time"":52248,""label"":""hovered"",""timeHovered"":1088,""week"":""2022-01-10""},{""time"":58859,""label"":""tour_next"",""step"":2},{""time"":68883,""label"":""tour_end"",""step"":2},{""time"":72782,""label"":""hovered"",""timeHovered"":1830,""week"":""2021-11-08""},{""time"":75537,""label"":""hovered"",""timeHovered"":2067,""week"":""2022-01-10""},{""time"":80481,""label"":""hovered"",""timeHovered"":1043,""week"":""2022-01-17""},{""time"":81822,""label"":""hovered"",""timeHovered"":1646,""week"":""2022-01-17""},{""time"":84524,""label"":""hovered"",""timeHovered"":1528,""week"":""2022-02-07""}]}","{""startTime"":1690228628458,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line,2.3,0,0,0,0.0,0.0,0,15.0,1.0,1.0,1,1.0,1 +2023-07-24 15:56:25,2023-07-24 16:10:33,0,100,847,1,2023-07-24 16:10:34,R_yJ8JyEcNqwSIxVL,33.919000000000004,-117.2359,EN,1,29.36,2,,2,5.99,15.012,28,74,86,39.326,71.71600000000001,-2,1,73.405,1,1,135.059,-3,30.905,15.110999999999999,5,2,2,3,7,2,,44.981,3,5,6,2,1,3,"I don't agree that ""all information about COVID cases"" are included in this chart.",58.957,2,,9.465,2,7,3,4,1,5,6,33.17,2,3,7,4,3,6,6,8,,38.1,4,4,5,1,4,5,41.148,4,2,20.064,1,1961,California,5,2,1,,7,,,9,3,2,120.54899999999999,599323cdf9db7d00018955da,"{""startTime"":1690228912945,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690228958727,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690228688448,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":35,""label"":""tour_started""},{""time"":13352,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2222,""week"":""52"",""id"":""chart""},{""time"":16862,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3258,""week"":""46"",""id"":""chart""},{""time"":25368,""label"":""tour_next"",""step"":2},{""time"":34080,""label"":""tour_end"",""step"":2},{""time"":35257,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5595,""week"":""52"",""id"":""chart""},{""time"":42316,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1804,""week"":""14"",""id"":""chart""},{""time"":47666,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5506,""week"":""25"",""id"":""chart""},{""time"":54090,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7627,""week"":""6"",""id"":""chart""},{""time"":64672,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3893,""week"":""52"",""id"":""chart""}]}","{""startTime"":1690228897053,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":11372,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2884,""week"":""52"",""id"":""chart""}]}",1,moderate,bar,3.8,0,1,1,2.884,2.884,0,15.0,0.5,1.0,0,1.0,2 +2023-07-24 15:59:07,2023-07-24 16:11:51,0,100,763,1,2023-07-24 16:11:52,R_3kuLsXxwPV4rOmb,38.375,-81.8313,EN,1,27.088,1,2.0,2,5.7989999999999995,15.015,86,100,50,48.533,92.124,1,1,44.177,1,1,46.42,1,34.59,15.008,5,4,4,7,7,4,,46.353,4,7,6,2,2,4,I don't completely trust the Government or the CDC ,62.778,4,,20.109,2,7,3,4,1,5,6,18.027,6,4,9,9,4,9,9,9,,28.511,3,5,5,4,4,4,26.123,6,2,19.101,2,1964,West Virginia,3,2,1,,7,,,6,2,1,165.705,63978402e524eebeace93868,"{""startTime"":1690229001497,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690229048656,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690228858425,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":9275,""label"":""hovered"",""timeHovered"":3937,""week"":""2022-01-03""},{""time"":13278,""label"":""hovered"",""timeHovered"":1218,""week"":""2022-01-17""},{""time"":18192,""label"":""tour_next"",""step"":5},{""time"":42425,""label"":""started_brush"",""startDate"":""2021-10-27"",""endDate"":""2022-02-13""},{""time"":43052,""label"":""tour_next"",""step"":5},{""time"":52064,""label"":""moved_brush"",""startDate"":""2021-10-08"",""endDate"":""2022-01-25""},{""time"":55493,""label"":""moved_brush"",""startDate"":""2021-06-12"",""endDate"":""2021-09-29""},{""time"":55980,""label"":""tour_next"",""step"":5},{""time"":69364,""label"":""moved_brush"",""startDate"":""2021-08-31"",""endDate"":""2021-12-18""},{""time"":82775,""label"":""cleared_brush"",""using"":""click""},{""time"":82777,""label"":""cleared_brush"",""using"":""Escape""},{""time"":84048,""label"":""tour_next"",""step"":5},{""time"":90212,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690228986007,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":9428,""label"":""hovered"",""timeHovered"":1519,""week"":""2022-01-03""}]}",1,complex,line,4.2,0,1,1,1.5190000000000001,1.5190000000000001,0,15.0,1.0,1.0,1,1.0,3 +2023-07-24 15:59:39,2023-07-24 16:11:59,0,100,740,1,2023-07-24 16:12:00,R_RhloBWVyHoVEAIV,31.5822,-97.1768,EN,1,15.005999999999998,1,2.0,1,9.057,15.114,69,100,21,38.605,72.304,1,1,74.814,-2,1,90.94200000000001,1,28.865,15.115,6,2,4,6,2,6,,46.924,5,6,6,2,5,6,What I've seen on the news this visualization seems accurate,34.21,2,,9.805,2,7,3,4,1,5,6,24.86,1,4,10,4,5,1,10,10,,29.329,2,2,3,4,2,2,88.904,3,1,14.214,2,1962,Texas,2,2,1,,7,,,5,1,1,58.846000000000004,63192b009a902051e89fabf1,"{""startTime"":1690229118252,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690229050102,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690228883713,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":32,""label"":""tour_started""},{""time"":6140,""label"":""hovered"",""timeHovered"":3279,""week"":""2022-01-03""},{""time"":9651,""label"":""hovered"",""timeHovered"":3932,""week"":""2022-01-03""},{""time"":17468,""label"":""hovered"",""timeHovered"":1061,""week"":""2021-11-29""},{""time"":33524,""label"":""hovered"",""timeHovered"":4130,""week"":""2022-01-10""},{""time"":37803,""label"":""hovered"",""timeHovered"":3432,""week"":""2022-01-10""},{""time"":41388,""label"":""hovered"",""timeHovered"":5611,""week"":""2022-01-10""},{""time"":49760,""label"":""tour_next"",""step"":2},{""time"":58097,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690229033606,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":3454,""label"":""hovered"",""timeHovered"":1676,""week"":""2022-01-24""}]}",1,simple,line,2.5,0,1,1,1.676,1.676,0,15.0,1.0,0.5,1,1.0,1 +2023-07-24 16:00:06,2023-07-24 16:12:58,0,100,772,1,2023-07-24 16:12:59,R_1QusDA7uI1Tcdcr,30.2627,-97.7467,EN,1,6.586,1,4.0,2,5.257000000000001,15.014000000000001,100,100,90,21.498,82.156,1,1,84.113,1,1,95.54299999999999,1,58.645,15.11,7,4,6,5,7,7,,53.718,6,5,5,1,5,7,"From what I remember about COVID last year, this seems accurate. ",22.675,4,,34.32,2,7,3,4,1,5,6,19.052,4,6,7,6,4,6,10,8,,17.574,3,3,4,3,4,4,22.81,4,1,7.986000000000001,2,1958,Texas,7,1,1,,7,,,12,1,1,107.045,63f3e75e0787bb42195e1e4c,"{""startTime"":1690229104006,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":1368,""label"":""hovered"",""timeHovered"":1238,""week"":""2021-11-29""},{""label"":""window_blurred"",""time"":4759},{""label"":""window_focused"",""time"":29899}]}","{""startTime"":1690229001634,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""label"":""window_blurred"",""time"":10050},{""label"":""window_focused"",""time"":44678},{""label"":""window_blurred"",""time"":56298},{""label"":""window_focused"",""time"":67500}]}","{""startTime"":1690228843990,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":11093,""label"":""hovered"",""timeHovered"":1482,""week"":""2021-12-27""},{""time"":18374,""label"":""hovered"",""timeHovered"":12116,""week"":""2022-01-10""},{""time"":32692,""label"":""tour_next"",""step"":5},{""time"":48165,""label"":""started_brush"",""startDate"":""2021-06-11"",""endDate"":""2022-02-13""},{""time"":48898,""label"":""tour_next"",""step"":5},{""time"":56651,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-12-14""},{""time"":57283,""label"":""tour_next"",""step"":5},{""time"":61186,""label"":""moved_brush"",""startDate"":""2021-05-10"",""endDate"":""2022-01-12""},{""time"":62837,""label"":""moved_brush"",""startDate"":""2021-06-11"",""endDate"":""2022-02-13""},{""time"":64354,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-12-14""},{""time"":71594,""label"":""cleared_brush"",""using"":""click""},{""time"":71595,""label"":""cleared_brush"",""using"":""Escape""},{""time"":72407,""label"":""cleared_brush"",""using"":""click""},{""time"":72408,""label"":""cleared_brush"",""using"":""Escape""},{""time"":74773,""label"":""tour_next"",""step"":5},{""time"":80824,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690228985983,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line,3.5,0,0,0,0.0,0.0,0,15.0,1.0,1.0,1,1.0,3 +2023-07-24 16:00:11,2023-07-24 16:14:27,0,100,855,1,2023-07-24 16:14:28,R_1LAP87rhp0xQtMk,33.9339,-117.8854,EN,1,7.6610000000000005,1,3.0,2,11.884,15.112,70,80,27,58.696999999999996,192.43400000000003,1,1,92.791,-2,-3,68.382,-3,92.523,15.011,5,4,3,6,5,5,No comments,36.689,5,5,5,4,4,4,"This is because this statistic is based on the number of 100K people, and the results can be different again when statistics of a lot more people than that are made.",58.633,4,No comments,11.258,2,7,3,4,1,5,6,37.134,8,8,7,7,8,2,8,9,No comments,22.5,3,4,4,3,4,3,17.569000000000003,5,1,14.645,2,1981,California,4,2,1,,2,,,10,1,2,54.506,62b146e365eca239ef0dbbfb,"{""startTime"":1690229222130,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":11496,""label"":""started_brush"",""startDate"":""2021-10-31"",""endDate"":""2022-01-03""}]}","{""startTime"":1690229259539,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690228919793,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":20,""label"":""tour_started""},{""time"":32443,""label"":""tour_next"",""step"":5},{""label"":""window_blurred"",""time"":66851},{""label"":""window_focused"",""time"":84127},{""time"":103317,""label"":""started_brush"",""startDate"":""2021-06-30"",""endDate"":""2021-07-09""},{""time"":122632,""label"":""moved_brush"",""startDate"":""2021-06-30"",""endDate"":""2021-07-30""},{""time"":123703,""label"":""cleared_brush"",""using"":""Click""},{""time"":134119,""label"":""started_brush"",""startDate"":""2021-12-02"",""endDate"":""2022-01-28""},{""time"":136144,""label"":""tour_next"",""step"":5},{""time"":147138,""label"":""moved_brush"",""startDate"":""2021-10-30"",""endDate"":""2022-01-28""},{""time"":148112,""label"":""tour_next"",""step"":5},{""time"":168157,""label"":""cleared_brush"",""using"":""Click""},{""time"":168157,""label"":""cleared_brush"",""using"":""Escape""},{""time"":176216,""label"":""tour_next"",""step"":5},{""time"":187206,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690229206243,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar,3.5,0,0,0,0.0,0.0,0,15.0,1.0,0.0,0,0.0,3 +2023-07-24 16:07:59,2023-07-24 16:15:05,0,100,426,1,2023-07-24 16:15:06,R_1geaKEhlyCtfaW0,26.8286,-80.0587,EN,1,12.54,2,,2,4.416,15.017999999999999,0,50,49,28.018,20.367,-1,-1,13.387,-1,-1,7.215,-1,7.882000000000001,15.117,1,1,1,1,7,1,Anything coming from the CDC is disinformation.,31.595,1,1,1,1,1,1,I don't trust the CDC in anything. It's part of the problem of killing people using the clot-shots.,43.18600000000001,1,The CDC has zero credibility.,25.503,2,7,3,4,1,5,6,18.288,1,1,6,1,1,4,1,2,no,18.107,5,1,1,5,1,1,24.15,7,5,30.7,5,1956,Florida,6,2,1,,7,,,3,4,2,56.385,5ec764942256df19e155432c,"{""startTime"":1690229416668,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690229449379,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690229364985,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":17,""label"":""tour_started""},{""label"":""window_blurred"",""time"":9597},{""label"":""window_focused"",""time"":10818},{""time"":10948,""label"":""tour_next"",""step"":2},{""label"":""window_blurred"",""time"":12350},{""label"":""window_focused"",""time"":15487},{""time"":16997,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690229400328,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar,2.3,0,0,0,0.0,0.0,0,15.0,0.0,0.0,0,0.0,1 +2023-07-24 15:39:10,2023-07-24 16:15:06,0,100,2155,1,2023-07-24 16:15:06,R_2R49JwXWOXxDoKe,28.0973,-82.7001,EN,1,128.674,1,4.0,2,13.159,15.127,87,76,51,134.487,749.2139999999999,1,1,164.967,-3,-3,126.719,-2,87.07700000000001,15.019,7,6,1,6,6,7,It would be helpful to include the difference in the severity of covid cases between the vaccinated and unvaccinated .,160.369,6,6,6,5,4,6,It looks accurate based on my recollection of the data.,167.576,4,,35.842,2,7,3,4,1,5,6,43.24,5,6,8,7,6,6,9,8,,46.986000000000004,3,3,4,2,3,3,58.37,5,1,27.046999999999997,2,1946,Florida,3,2,1,,7,,,4,3,2,106.027,6300364202ed2f98b79e9797,"{""startTime"":1690228716238,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690228877446,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690227862241,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":13,""label"":""tour_started""},{""time"":49929,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2941,""week"":""19"",""id"":""chart""},{""time"":53415,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":12663,""week"":""14"",""id"":""chart""},{""time"":68192,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1525,""week"":""32"",""id"":""chart""},{""time"":70165,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3192,""week"":""32"",""id"":""chart""},{""time"":76788,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1010,""week"":""5"",""id"":""chart""},{""time"":80011,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":15301,""week"":""50"",""id"":""chart""},{""time"":105756,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6920,""week"":""6"",""id"":""chart""},{""time"":113623,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":20974,""week"":""52"",""id"":""chart""},{""time"":136468,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":12904,""week"":""52"",""id"":""chart""},{""time"":151759,""label"":""tour_next"",""step"":5},{""time"":276511,""label"":""started_brush"",""startDate"":""2021-12-02"",""endDate"":""2022-02-07""},{""time"":278422,""label"":""tour_next"",""step"":5},{""time"":323729,""label"":""moved_brush"",""startDate"":""2021-12-31"",""endDate"":""2022-02-07""},{""time"":346499,""label"":""started_brush"",""startDate"":""2021-11-28"",""endDate"":""2021-12-31""},{""time"":348710,""label"":""tour_next"",""step"":5},{""time"":405107,""label"":""cleared_brush"",""using"":""Click""},{""time"":405107,""label"":""cleared_brush"",""using"":""Escape""},{""time"":422307,""label"":""cleared_brush"",""using"":""Click""},{""time"":426420,""label"":""cleared_brush"",""using"":""Click""},{""time"":426420,""label"":""cleared_brush"",""using"":""Escape""},{""time"":435700,""label"":""tour_next"",""step"":5},{""time"":466130,""label"":""tour_back"",""step"":5},{""time"":478609,""label"":""cleared_brush"",""using"":""Click""},{""time"":486207,""label"":""cleared_brush"",""using"":""Click""},{""time"":486207,""label"":""cleared_brush"",""using"":""Escape""},{""time"":490444,""label"":""cleared_brush"",""using"":""Click""},{""time"":492135,""label"":""started_brush"",""startDate"":""2021-12-22"",""endDate"":""2022-02-07""},{""time"":495011,""label"":""started_brush"",""startDate"":""2021-11-27"",""endDate"":""2022-02-07""},{""time"":508716,""label"":""tour_next"",""step"":5},{""time"":573943,""label"":""tour_back"",""step"":5},{""time"":580772,""label"":""started_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-05-03""},{""time"":585321,""label"":""cleared_brush"",""using"":""Click""},{""time"":585321,""label"":""cleared_brush"",""using"":""Escape""},{""time"":589959,""label"":""started_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-06-03""},{""time"":592337,""label"":""cleared_brush"",""using"":""Click""},{""time"":592337,""label"":""cleared_brush"",""using"":""Escape""},{""time"":597516,""label"":""started_brush"",""startDate"":""2021-04-05"",""endDate"":""2021-08-01""},{""time"":601200,""label"":""cleared_brush"",""using"":""Click""},{""time"":601200,""label"":""cleared_brush"",""using"":""Escape""},{""time"":605211,""label"":""tour_next"",""step"":5},{""time"":618542,""label"":""tour_end"",""step"":5},{""time"":620224,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":3008,""week"":""2"",""id"":""chart""},{""time"":624541,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":3374,""week"":""6"",""id"":""chart""},{""time"":628969,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":6611,""week"":""6"",""id"":""chart""},{""time"":635811,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":8079,""week"":""5"",""id"":""chart""},{""time"":644174,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":12918,""week"":""4"",""id"":""chart""},{""time"":657272,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":13414,""week"":""3"",""id"":""chart""},{""time"":670748,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":12197,""week"":""2"",""id"":""chart""},{""time"":683041,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":13812,""week"":""1"",""id"":""chart""},{""time"":697003,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":12242,""week"":""52"",""id"":""chart""},{""time"":709404,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":9447,""week"":""51"",""id"":""chart""},{""time"":718923,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":9486,""week"":""50"",""id"":""chart""},{""time"":728478,""label"":""hovered"",""isBrokenDownByAge"":true,""timeHovered"":17613,""week"":""49"",""id"":""chart""}]}","{""startTime"":1690228700689,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar,3.0,0,0,0,0.0,0.0,0,15.0,1.0,0.0,0,0.0,3 +2023-07-24 15:57:50,2023-07-24 16:15:44,0,100,1073,1,2023-07-24 16:15:44,R_2wukNS3W1CRyLFE,35.0781,-106.6583,EN,1,9.196,1,4.0,1,16.802,15.013,100,100,73,49.36600000000001,64.378,1,1,101.469,1,-3,184.048,1,64.76100000000001,15.012,7,6,7,7,7,7,chart would be interesting for hospitalizations and another for deaths. That would show an even bigger difference between unvaccinated and vaccinated.,87.334,4,7,7,7,6,6,"It shows the peak in December 2021 and that peak cases included vaccinated cases. But, the cases for the vaccinated was significantly less than unvaccinated.",69.4,5,,18.401,2,7,3,4,1,5,6,35.78,6,8,7,9,6,8,10,9,,62.688,4,5,4,1,5,5,43.93600000000001,2,1,27.842,2,1964,New Mexico,7,1,1,,7,,,11,4,2,81.455,62b8a08a9ff4c7c019c33208,"{""startTime"":1690229127269,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690229006254,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690228823408,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":44,""label"":""tour_started""},{""time"":13035,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":11795,""week"":""52"",""id"":""chart""},{""time"":25635,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":11511,""week"":""6"",""id"":""chart""},{""time"":37779,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4336,""week"":""52"",""id"":""chart""},{""time"":44735,""label"":""tour_next"",""step"":2},{""time"":52614,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5937,""week"":""52"",""id"":""chart2""},{""time"":61776,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690228990739,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar,4.0,0,0,0,0.0,0.0,0,15.0,1.0,0.5,1,1.0,1 +2023-07-24 15:58:23,2023-07-24 16:16:18,0,100,1075,1,2023-07-24 16:16:19,R_3dG4yCvY93cVAqN,30.2732,-97.7419,EN,1,105.713,1,4.0,2,6.587000000000001,15.015999999999998,100,91,53,72.128,242.887,1,1,77.305,1,1,146.857,1,62.917,15.113,6,6,6,5,6,6,Nothing comes to mind. ,35.285,6,6,6,2,6,6,"Because it gives a range, rather than a precise number. It also matches up with the information I received reading the news daily. ",49.43899999999999,4,Nothing comes to mind. ,13.823,2,7,3,4,1,5,6,26.33,6,7,7,7,9,5,11,10,,28.456,4,4,5,1,4,4,18.686,2,1,15.876,2,1965,Texas,7,2,1,,7,,,12,2,1,93.29899999999999,56c113f6eb5b22000d5baa6f,"{""startTime"":1690229395252,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":1605,""label"":""hovered"",""timeHovered"":3413,""week"":""2022-01-10""},{""time"":15221,""label"":""hovered"",""timeHovered"":1885,""week"":""2022-01-10""},{""time"":17231,""label"":""hovered"",""timeHovered"":1317,""week"":""2022-01-10""}]}","{""startTime"":1690229322063,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690228915207,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":21316,""label"":""hovered"",""timeHovered"":1249,""week"":""2022-01-03""},{""time"":26252,""label"":""hovered"",""timeHovered"":10862,""week"":""2022-01-10""},{""time"":45252,""label"":""hovered"",""timeHovered"":1081,""week"":""2022-01-10""},{""time"":46699,""label"":""hovered"",""timeHovered"":1183,""week"":""2022-01-10""},{""time"":49699,""label"":""hovered"",""timeHovered"":9181,""week"":""2022-01-10""},{""time"":59366,""label"":""hovered"",""timeHovered"":5082,""week"":""2021-11-22""},{""time"":65268,""label"":""hovered"",""timeHovered"":1746,""week"":""2021-10-18""},{""time"":69525,""label"":""hovered"",""timeHovered"":1639,""week"":""2021-08-23""},{""time"":77970,""label"":""hovered"",""timeHovered"":1045,""week"":""2021-04-12""},{""time"":82469,""label"":""hovered"",""timeHovered"":2264,""week"":""2021-04-26""},{""time"":85417,""label"":""hovered"",""timeHovered"":1746,""week"":""2021-04-26""},{""time"":87933,""label"":""hovered"",""timeHovered"":1748,""week"":""2021-05-10""},{""time"":97648,""label"":""hovered"",""timeHovered"":1385,""week"":""2021-07-26""},{""time"":99885,""label"":""hovered"",""timeHovered"":2396,""week"":""2021-08-23""},{""time"":103833,""label"":""hovered"",""timeHovered"":4532,""week"":""2022-01-03""},{""time"":109167,""label"":""hovered"",""timeHovered"":1197,""week"":""2022-01-10""},{""time"":110618,""label"":""hovered"",""timeHovered"":1616,""week"":""2022-01-17""},{""time"":112333,""label"":""hovered"",""timeHovered"":3881,""week"":""2022-01-24""},{""time"":120278,""label"":""hovered"",""timeHovered"":1068,""week"":""2022-02-07""},{""time"":122049,""label"":""hovered"",""timeHovered"":1232,""week"":""2022-02-07""},{""time"":124246,""label"":""hovered"",""timeHovered"":1450,""week"":""2021-05-31""},{""time"":128833,""label"":""hovered"",""timeHovered"":1082,""week"":""2021-06-14""},{""time"":129981,""label"":""hovered"",""timeHovered"":4168,""week"":""2021-05-31""},{""time"":135002,""label"":""hovered"",""timeHovered"":2811,""week"":""2021-04-26""},{""time"":139832,""label"":""hovered"",""timeHovered"":2116,""week"":""2021-08-23""},{""time"":142046,""label"":""hovered"",""timeHovered"":1184,""week"":""2021-08-23""},{""time"":143323,""label"":""hovered"",""timeHovered"":1490,""week"":""2021-09-06""},{""time"":144915,""label"":""hovered"",""timeHovered"":2681,""week"":""2021-09-20""},{""time"":147658,""label"":""hovered"",""timeHovered"":12508,""week"":""2021-09-20""},{""time"":161754,""label"":""hovered"",""timeHovered"":3344,""week"":""2022-01-10""},{""time"":166434,""label"":""hovered"",""timeHovered"":21744,""week"":""2022-01-10""},{""time"":191858,""label"":""tour_next"",""step"":2},{""time"":202491,""label"":""tour_end"",""step"":2},{""time"":205034,""label"":""hovered"",""timeHovered"":9287,""week"":""2022-01-10""},{""time"":214915,""label"":""hovered"",""timeHovered"":2540,""week"":""2022-01-10""},{""time"":217847,""label"":""hovered"",""timeHovered"":2339,""week"":""2022-01-17""},{""time"":221271,""label"":""hovered"",""timeHovered"":1735,""week"":""2022-01-24""},{""time"":224269,""label"":""hovered"",""timeHovered"":1036,""week"":""2021-11-29""},{""time"":227244,""label"":""hovered"",""timeHovered"":1826,""week"":""2021-11-15""},{""time"":229821,""label"":""hovered"",""timeHovered"":1404,""week"":""2021-10-18""},{""time"":233373,""label"":""hovered"",""timeHovered"":6001,""week"":""2021-08-23""}]}","{""startTime"":1690229306361,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":3288,""label"":""hovered"",""timeHovered"":1073,""week"":""2022-01-31""},{""time"":6083,""label"":""hovered"",""timeHovered"":1125,""week"":""2022-01-10""},{""time"":11400,""label"":""hovered"",""timeHovered"":1166,""week"":""2021-05-24""}]}",1,moderate,line,3.7,0,3,3,3.364,1.1213333333333333,8112,15.0,1.0,1.0,1,1.0,2 +2023-07-24 15:52:47,2023-07-24 16:16:56,0,100,1449,1,2023-07-24 16:16:57,R_1jQf1xD4li8BXqY,21.3037,-157.8667,EN,1,52.593,2,,2,5.593999999999999,15.01,93,100,94,55.571999999999996,177.334,-2,1,98.135,-3,-3,201.595,1,55.527,15.12,5,5,5,7,7,3,,77.96,2,7,6,2,3,2,The charts don't specify neither the severity of the cases nor the outcome. Having a sore throat for a couple of days is not the same as being hospitalized or dying. ,196.672,7,,15.833,2,7,3,4,1,5,6,37.125,3,5,9,9,3,6,9,6,,58.345,4,4,5,2,4,4,62.6,5,4,34.286,2,1959,Hawaii,3,1,1,,7,,,4,4,1,194.109,5d5d431608a4b10016285091,"{""startTime"":1690228815419,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""label"":""window_blurred"",""time"":67394},{""label"":""window_focused"",""time"":68801},{""label"":""window_blurred"",""time"":69022},{""label"":""window_focused"",""time"":70000}]}","{""startTime"":1690228895166,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690228522216,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":23,""label"":""tour_started""},{""time"":31898,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8801,""week"":""52"",""id"":""chart""},{""time"":41685,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4676,""week"":""1"",""id"":""chart""},{""time"":52709,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7549,""week"":""42"",""id"":""chart""},{""time"":63949,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":10371,""week"":""23"",""id"":""chart""},{""time"":78280,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8867,""week"":""23"",""id"":""chart""},{""time"":89252,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":10556,""week"":""52"",""id"":""chart""},{""time"":106279,""label"":""tour_next"",""step"":2},{""time"":115226,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":21008,""week"":""52"",""id"":""chart2""},{""time"":151787,""label"":""tour_end"",""step"":2},{""time"":159039,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6747,""week"":""6"",""id"":""chart2""},{""time"":166935,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3792,""week"":""6"",""id"":""chart""},{""time"":174104,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1332,""week"":""2"",""id"":""chart2""}]}","{""startTime"":1690228799489,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar,3.8,0,0,0,0.0,0.0,0,15.0,0.5,0.0,1,0.5,1 +2023-07-24 15:58:27,2023-07-24 16:17:16,0,100,1129,1,2023-07-24 16:17:16,R_3DhEp4lv3uVVrni,42.6734,-82.7736,EN,1,31.180999999999997,1,2.0,2,10.674000000000001,15.112,61,41,33,34.953,264.274,-2,1,64.555,-3,-3,53.211999999999996,1,81.57600000000001,15.01,3,3,2,2,6,2,Just because the data source is displayed doesn't explain where this information came from and how it was used to get these results.,77.85600000000001,3,1,2,2,2,2,I am not sure of the data provided. I see the visualization but not any facts to support the data shown. ,43.288999999999994,6,,16.634,2,7,3,4,1,5,6,27.936,4,8,9,9,6,9,8,10,,32.243,4,4,4,1,4,4,47.528,5,1,27.194000000000003,2,1957,Michigan,3,2,1,,7,,,12,2,1,206.97299999999998,60fcbda8909f2ef8e0afa8ca,"{""startTime"":1690229268804,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690229193949,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690228831702,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":40485,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":9798,""week"":""52"",""id"":""chart""},{""time"":52538,""label"":""tour_next"",""step"":5},{""time"":84849,""label"":""started_brush"",""startDate"":""2021-11-26"",""endDate"":""2021-12-08""},{""time"":87006,""label"":""tour_next"",""step"":5},{""time"":107970,""label"":""moved_brush"",""startDate"":""2021-11-12"",""endDate"":""2021-11-24""},{""time"":142775,""label"":""tour_next"",""step"":5},{""time"":156119,""label"":""moved_brush"",""startDate"":""2021-11-12"",""endDate"":""2021-11-24""},{""time"":170966,""label"":""moved_brush"",""startDate"":""2021-11-12"",""endDate"":""2021-11-24""},{""time"":171579,""label"":""moved_brush"",""startDate"":""2021-11-12"",""endDate"":""2021-11-24""},{""time"":176085,""label"":""cleared_brush"",""using"":""Click""},{""time"":182601,""label"":""cleared_brush"",""using"":""Click""},{""time"":182602,""label"":""cleared_brush"",""using"":""Escape""},{""time"":185407,""label"":""tour_next"",""step"":5},{""time"":192525,""label"":""tour_end"",""step"":5},{""time"":194926,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3234,""week"":""1"",""id"":""chart""},{""time"":206729,""label"":""started_brush"",""startDate"":""2022-01-19"",""endDate"":""2022-02-01""},{""time"":207489,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3715,""week"":""5"",""id"":""chart""},{""time"":211210,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2795,""week"":""5"",""id"":""chart""},{""time"":216942,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4093,""week"":""4"",""id"":""chart""},{""time"":221057,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":9232,""week"":""4"",""id"":""chart""},{""time"":230767,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2954,""week"":""5"",""id"":""chart""},{""time"":236690,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2896,""week"":""5"",""id"":""chart""},{""time"":240127,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1935,""week"":""4"",""id"":""chart""},{""time"":244035,""label"":""cleared_brush"",""using"":""Click""},{""time"":247586,""label"":""started_brush"",""startDate"":""2021-11-26"",""endDate"":""2022-01-02""}]}","{""startTime"":1690229178368,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar,3.5,0,0,0,0.0,0.0,0,15.0,0.5,0.0,1,1.0,3 +2023-07-24 16:00:28,2023-07-24 16:17:47,0,100,1038,1,2023-07-24 16:17:48,R_24C7Au26C1aXMIQ,30.1909,-85.6696,EN,1,7.99,1,3.0,1,14.92,15.008,100,100,29,29.04,52.803999999999995,1,1,90.323,-3,1,173.541,-1,68.385,15.017000000000001,5,4,6,7,6,6,,37.431,3,7,6,4,7,6,"Because it is consistent with and illustrative of what we learned in the news during that period. Although one could nitpick and argue over nuances of the data, it's clear that people who didn't get vaccinated were more likely to get Covid.",133.297,4,,17.23,2,7,3,4,1,5,6,27.951,1,5,5,5,5,4,8,9,,69.89699999999999,4,4,4,2,5,4,41.216,3,1,18.274,1,1959,Florida,7,1,1,,7,,,10,4,1,144.17600000000002,63891bdb3ba6ac10865528f3,"{""startTime"":1690229341442,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690229153936,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":816,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1762,""week"":""1"",""id"":""chart""},{""time"":2741,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":10662,""week"":""2"",""id"":""chart""}]}","{""startTime"":1690228910573,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":12872,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5146,""week"":""52"",""id"":""chart""},{""time"":18318,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6895,""week"":""47"",""id"":""chart""},{""time"":28638,""label"":""tour_next"",""step"":2},{""time"":35566,""label"":""tour_end"",""step"":2},{""time"":39187,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1233,""week"":""19"",""id"":""chart""},{""time"":43202,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1455,""week"":""31"",""id"":""chart""},{""time"":46499,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1889,""week"":""52"",""id"":""chart""},{""time"":48610,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1753,""week"":""2"",""id"":""chart""}]}","{""startTime"":1690229138286,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar,3.8,0,0,0,0.0,0.0,0,15.0,1.0,0.5,0,0.5,2 +2023-07-24 16:07:56,2023-07-24 16:19:35,0,100,698,1,2023-07-24 16:19:36,R_2fDwhOP02hBPPQT,33.4656,-111.9956,EN,1,25.91,1,4.0,2,5.086,15.029000000000002,75,92,57,21.772,38.333,1,1,36.316,-3,-3,93.575,-1,72.859,15.132,4,4,4,4,4,4,"The instructions for this set of questions is self-contradicotory: ""Disregard the visualization for this question. To what extent do you agree or disagree with the following statements about the data used in the visualization above?""",68.01899999999999,3,6,5,1,2,6,"It seems reasonable, I do not know why you would chose to use deception in it, and it is labeled by the CDC.",56.147,5,,11.59,2,7,3,4,1,5,6,14.422,2,6,7,3,9,5,10,8,,25.881999999999998,2,2,4,2,2,3,40.330999999999996,3,2,22.024,1,1963,Arizona,3,2,1,,7,,,4,4,1,60.032,5eed1bae9e63ac127ac15a77,"{""startTime"":1690229613114,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690229513090,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":22495,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5233,""week"":""51"",""id"":""chart""},{""time"":28868,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1282,""week"":""52"",""id"":""chart""}]}","{""startTime"":1690229363694,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":17,""label"":""tour_started""},{""time"":14699,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1050,""week"":""47"",""id"":""chart""},{""time"":17324,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4025,""week"":""46"",""id"":""chart""},{""time"":22611,""label"":""tour_next"",""step"":2},{""time"":28219,""label"":""tour_end"",""step"":2},{""time"":29776,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1525,""week"":""52"",""id"":""chart""},{""time"":34876,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1034,""week"":""21"",""id"":""chart""}]}","{""startTime"":1690229497159,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":8305,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1485,""week"":""6"",""id"":""chart""},{""time"":10697,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2207,""week"":""51"",""id"":""chart""}]}",1,moderate,bar,2.5,0,2,2,3.6919999999999997,1.8459999999999999,2392,15.0,1.0,0.0,0,0.0,2 +2023-07-24 16:10:39,2023-07-24 16:20:45,0,100,605,1,2023-07-24 16:20:46,R_12mao0XHgrD2k5x,40.05,-105.21700000000001,EN,1,9.624,1,4.0,2,6.127999999999999,15.017999999999999,93,95,50,26.094,55.403999999999996,1,-2,55.68600000000001,1,1,48.271,1,53.747,15.019,5,4,6,6,6,6,,37.399,6,7,6,6,6,6,"It seems clearly presented and it makes sense. For example, it is consistent with higher COVID cases among the unvaccinated, as well as with the predictable epidemic curve where cases peak in January or February. ",55.016000000000005,4,,6.0729999999999995,2,7,3,4,1,5,6,44.349,6,7,8,8,5,2,9,7,,22.916999999999998,3,3,3,2,4,3,18.498,2,2,10.211,5,1975,Colorado,9,1,1,,10,,,19,4,2,81.078,5dced33fc944d1018c53c520,"{""startTime"":1690229713430,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690229637746,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690229509208,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":21,""label"":""tour_started""},{""time"":1659,""label"":""hovered"",""timeHovered"":1248,""week"":""2021-09-13""},{""time"":2910,""label"":""hovered"",""timeHovered"":2467,""week"":""2021-09-13""},{""time"":19946,""label"":""hovered"",""timeHovered"":1445,""week"":""2022-01-03""},{""time"":23550,""label"":""hovered"",""timeHovered"":2030,""week"":""2021-06-07""},{""time"":25805,""label"":""hovered"",""timeHovered"":1327,""week"":""2021-05-31""},{""time"":28805,""label"":""tour_next"",""step"":2},{""time"":35261,""label"":""tour_end"",""step"":2},{""time"":43250,""label"":""hovered"",""timeHovered"":1716,""week"":""2021-06-07""},{""time"":52119,""label"":""hovered"",""timeHovered"":1814,""week"":""2021-06-21""}]}","{""startTime"":1690229621935,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":6144,""label"":""hovered"",""timeHovered"":1252,""week"":""2021-04-12""},{""time"":7544,""label"":""hovered"",""timeHovered"":1030,""week"":""2021-05-10""},{""time"":9374,""label"":""hovered"",""timeHovered"":2607,""week"":""2021-06-14""}]}",1,simple,line,3.0,0,3,3,4.888999999999999,1.6296666666666668,3230,15.0,0.5,1.0,1,0.5,1 +2023-07-24 16:07:42,2023-07-24 16:22:09,0,100,866,1,2023-07-24 16:22:09,R_2ic7sLXmQOmTaox,26.9835,-82.1319,EN,1,15.258,1,3.0,1,10.297,15.017000000000001,80,100,50,64.854,78.382,1,-3,137.65,-3,-3,81.366,-3,61.757,15.012,6,4,6,6,2,6,,34.523,4,6,4,1,4,6,"Because it makes sense, is clear, and why not trust it? It has no direct effect on me.",62.595,6,,11.175,2,7,3,4,1,5,6,24.706999999999997,1,1,10,10,6,9,10,10,,28.846999999999998,3,3,4,3,4,3,30.514,4,1,14.342,1,1954,Florida,4,2,1,,7,,,6,4,1,101.81200000000001,62879b859698ba45e6afa90f,"{""startTime"":1690229673801,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690229575746,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690229399673,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":8598,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1854,""week"":""52"",""id"":""chart""},{""time"":32078,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7845,""week"":""44"",""id"":""chart""},{""time"":40675,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3713,""week"":""1"",""id"":""chart""},{""time"":44991,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4481,""week"":""45"",""id"":""chart""},{""time"":64169,""label"":""tour_next"",""step"":2},{""time"":73208,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690229560296,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar,3.3,0,0,0,0.0,0.0,0,15.0,0.5,0.0,0,0.0,2 +2023-07-24 15:54:57,2023-07-24 16:22:26,0,100,1648,1,2023-07-24 16:22:26,R_2ffDP8yJ0V9ZVDA,37.751,-97.822,EN,1,766.64,1,2.0,2,11.502,15.026,100,100,50,11.107000000000001,43.262,-2,1,87.198,-3,-3,66.327,1,36.067,15.020999999999999,4,6,4,6,6,4,,24.525,6,6,6,5,4,4,Because I dont think its from a verifiable source,52.861999999999995,4,,14.599,2,7,3,4,1,5,6,38.871,7,7,7,7,7,7,7,7,,56.718999999999994,3,4,4,2,4,4,46.76,2,1,21.47,1,1973,Arizona,6,2,1,,3,,,7,3,1,134.045,646d3710dea5554a4b83d2a2,"{""startTime"":1690229645738,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690229539657,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690229398711,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":19,""label"":""tour_started""},{""time"":24276,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5741,""week"":""47"",""id"":""chart""},{""time"":35652,""label"":""tour_next"",""step"":2},{""time"":37692,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690229510964,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":2384,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2468,""week"":""1"",""id"":""chart""}]}",1,moderate,bar,3.5,0,1,1,2.468,2.468,0,15.0,0.5,0.0,1,0.0,2 +2023-07-24 16:11:08,2023-07-24 16:22:37,0,100,689,1,2023-07-24 16:22:38,R_2rpbjPS6RLo3sXN,41.1622,-85.4724,EN,1,7.403,1,4.0,2,7.547999999999999,15.11,100,100,100,20.152,51.131,1,-2,84.38799999999999,1,-3,102.70100000000001,-3,52.042,15.11,6,6,6,6,6,6,,20.338,6,6,6,6,4,6,Very straightforward scientific data on per capita basis which is important.,55.545,6,,9.307,2,7,3,4,1,5,6,26.054000000000002,8,9,11,10,8,9,10,11,,31.368000000000002,4,4,4,2,4,4,26.647,6,1,21.041999999999998,1,1942,Indiana,7,3,1,,7,,,6,1,2,71.634,5cda0f40fbe78a00192192a3,"{""startTime"":1690229689299,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690229710574,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690229536049,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":38,""label"":""tour_started""},{""time"":9841,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1116,""week"":""1"",""id"":""chart""},{""time"":11557,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3266,""week"":""1"",""id"":""chart""},{""time"":16806,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4782,""week"":""52"",""id"":""chart""},{""time"":23486,""label"":""tour_next"",""step"":2},{""time"":27695,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7109,""week"":""52"",""id"":""chart2""},{""time"":35911,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4975,""week"":""1"",""id"":""chart2""},{""time"":42986,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690229673251,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar,3.7,0,0,0,0.0,0.0,0,15.0,0.5,0.5,0,0.5,1 +2023-07-24 16:12:35,2023-07-24 16:22:40,0,100,604,1,2023-07-24 16:22:41,R_27TYJ9VEisXDyzw,29.2866,-81.0869,EN,1,11.692,1,3.0,2,5.843999999999999,15.107999999999999,100,100,72,38.71,32.409,1,1,42.258,-3,-3,48.299,1,42.208999999999996,15.009,4,4,4,7,7,4,Nothing to add.,46.275,4,7,7,1,4,7,"Your statement indicated to assume that I trust this visualization, so that is how I answered. In real life, I have no clue as to how accurate the data is.",52.95,6,Nothing to add.,11.022,2,7,3,4,1,5,6,16.035,7,8,10,10,6,9,10,10,Nothing to add.,30.59,3,3,4,3,3,3,21.357,4,1,14.908,1,1965,Florida,6,3,1,,7,,,7,4,1,104.914,62d3864d8929960c0bd35335,"{""startTime"":1690229815217,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690229733428,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690229641831,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":9468,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6148,""week"":""43"",""id"":""chart""},{""time"":16609,""label"":""tour_next"",""step"":2},{""time"":21984,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2000,""week"":""47"",""id"":""chart2""},{""time"":27533,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1267,""week"":""44"",""id"":""chart2""},{""time"":30160,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690229717584,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":10567,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1375,""week"":""52"",""id"":""chart""}]}",1,simple,bar,3.2,0,1,1,1.375,1.375,0,15.0,1.0,0.0,1,1.0,1 +2023-07-24 16:04:23,2023-07-24 16:23:41,0,100,1158,1,2023-07-24 16:23:41,R_3O85iJShNxmegU9,42.6689,-71.5934,EN,1,56.603,1,4.0,2,8.802,15.110999999999999,80,100,50,74.165,113.212,-2,1,110.65100000000001,-1,-3,88.417,-3,46.011,15.109000000000002,4,2,4,6,6,4,"I assume that if the data if from the CDC, the data it truthful and accurate. My earlier hesitation is that I would want to cross-reference with the CDC myself. ",113.89,2,6,4,2,2,4,"I do not know if the source of the data is accurate. I would want to cross-reference the data. It looks legitimate, but I can't know without some cross-reference. ",64.265,5,,49.201,2,7,3,4,1,5,6,33.684,5,8,8,7,8,8,10,10,,29.294,4,4,5,1,5,4,57.861000000000004,4,1,20.634,1,1963,Massachusetts,7,3,1,,7,,,17,4,1,168.783,611e98f99f858a3980832435,"{""startTime"":1690229600206,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690229486030,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690229244762,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":23259,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4653,""week"":""1"",""id"":""chart""},{""time"":28728,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3253,""week"":""52"",""id"":""chart""},{""time"":34668,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1602,""week"":""45"",""id"":""chart""},{""time"":39154,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5521,""week"":""32"",""id"":""chart""},{""time"":45248,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":16857,""week"":""1"",""id"":""chart""},{""time"":63577,""label"":""tour_next"",""step"":2},{""time"":79186,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3935,""week"":""52"",""id"":""chart2""},{""time"":86078,""label"":""tour_end"",""step"":2},{""time"":96543,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2608,""week"":""6"",""id"":""chart2""},{""time"":99791,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1598,""week"":""6"",""id"":""chart""},{""time"":108047,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1946,""week"":""1"",""id"":""chart""}]}","{""startTime"":1690229470452,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":3089,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1945,""week"":""52"",""id"":""chart2""}]}",1,simple,bar,3.8,0,1,1,1.945,1.945,0,15.0,0.5,0.0,0,0.5,1 +2023-07-24 16:07:30,2023-07-24 16:24:13,0,100,1002,1,2023-07-24 16:24:13,R_2rUtHudaDXSQ9Vt,32.2123,-110.87899999999999,EN,1,48.88399999999999,1,4.0,1,7.3260000000000005,15.113,79,82,77,23.285,44.291000000000004,1,1,45.483999999999995,1,1,168.075,-2,100.33,15.107999999999999,6,6,6,6,6,6,,74.249,6,6,6,6,6,6,"Clean, neat and easy to visualize. Data points and markings are easy to read.",72.02600000000001,6,,36.906,2,7,3,4,1,5,6,25.953000000000003,5,8,7,5,8,4,9,9,,33.838,4,4,4,2,4,4,46.052,2,1,19.498,1,1953,Arizona,7,2,1,,7,,,8,4,1,118.12,60c2670ee246bb9e550f9088,"{""startTime"":1690229611884,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690229496468,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690229389680,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":10730,""label"":""tour_next"",""step"":2},{""time"":39716,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690229480607,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,line,3.7,0,0,0,0.0,0.0,0,15.0,1.0,1.0,0,1.0,1 +2023-07-24 15:52:32,2023-07-24 16:24:17,0,100,1905,1,2023-07-24 16:24:18,R_RysuDQcj3MayJZT,32.6205,-90.0061,EN,1,328.55400000000003,1,2.0,2,8.606,15.056,70,100,94,46.336000000000006,87.459,-2,-2,170.19299999999998,-2,-3,69.759,-2,49.3,15.130999999999998,6,4,4,5,6,6,,33.478,6,6,4,6,6,6,I believe the Center for Disease Control is pretty trustworthy and it says this information was sourced from there.,26.101,2,,14.792,2,7,3,4,1,5,6,20.500999999999998,3,6,6,7,5,6,6,8,,28.903000000000002,3,2,4,3,2,2,15.530999999999999,6,1,14.245,2,1965,Mississippi,3,1,1,,3,,,4,2,1,111.87799999999999,5c330cefca23620001b262b1,"{""startTime"":1690229704533,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690229739165,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690229548062,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":40,""label"":""tour_started""},{""time"":31615,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":10491,""week"":""43"",""id"":""chart""},{""time"":43473,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1030,""week"":""43"",""id"":""chart""},{""time"":45509,""label"":""tour_next"",""step"":5},{""time"":55128,""label"":""started_brush"",""startDate"":""2021-06-13"",""endDate"":""2021-08-20""},{""time"":57651,""label"":""tour_next"",""step"":5},{""time"":68015,""label"":""moved_brush"",""startDate"":""2021-09-18"",""endDate"":""2021-11-25""},{""time"":69454,""label"":""tour_next"",""step"":5},{""time"":76889,""label"":""cleared_brush"",""using"":""Click""},{""time"":76889,""label"":""cleared_brush"",""using"":""Escape""},{""time"":78802,""label"":""tour_next"",""step"":5},{""time"":84216,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690229687742,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":7504,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1867,""week"":""38"",""id"":""chart""},{""time"":13353,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1180,""week"":""2"",""id"":""chart""}]}",1,complex,bar,2.7,0,2,2,3.0469999999999997,1.5235,5849,15.0,0.0,0.0,0,0.0,3 +2023-07-24 16:05:15,2023-07-24 16:24:26,0,100,1151,1,2023-07-24 16:24:27,R_DPqkt7PLcxR1q1P,42.3663,-82.9987,EN,1,13.710999999999999,1,2.0,1,91.48700000000001,15.015999999999998,58,66,70,59.147,12.196,1,-2,126.412,1,-2,11.431,1,47.038999999999994,15.110999999999999,5,5,5,6,5,6,none,17.476,6,4,5,5,6,5,The visualization was clear and understandable,33.326,5,none,93.07799999999999,2,1,7,3,5,4,6,14.777999999999999,10,7,7,8,10,9,8,8,none,28.394000000000002,4,4,3,3,4,4,63.985,7,2,125.06299999999999,1,1974,Michigan,7,3,1,,3,,,14,1,1,197.547,645b3a5a3aec063aa34de063,"{""startTime"":1690229445381,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690229466392,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690229390496,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7,""label"":""tour_started""},{""time"":5292,""label"":""tour_next"",""step"":2},{""time"":8671,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690229424294,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line,3.7,0,0,0,0.0,0.0,0,15.0,0.5,0.5,1,0.5,2 +2023-07-24 16:11:03,2023-07-24 16:24:35,0,100,812,1,2023-07-24 16:24:35,R_2ZDODyzBKkDWMhg,29.7646,-95.3657,EN,1,16.68,1,4.0,2,15.192,15.023,74,36,37,39.664,60.298,1,1,53.961999999999996,-3,1,44.894,1,67.249,15.02,6,4,6,4,6,6,The data seems correct but it is harder to read than I thought it might be,73.29,6,3,5,5,4,6,This is from the CDC and so that being source is why I trust this visualization,47.595,5,,14.526,2,7,3,4,1,5,6,34.48,6,9,7,9,9,6,10,10,,27.522,4,4,4,2,4,4,79.727,2,2,27.246,1,1958,Texas,6,2,1,,7,,,5,3,2,112.73299999999999,6443227b2a451d1c03771012,"{""startTime"":1690229689624,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690229763606,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690229567907,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":9,""label"":""tour_started""},{""time"":24009,""label"":""hovered"",""timeHovered"":5867,""week"":""2022-01-10""},{""time"":30751,""label"":""hovered"",""timeHovered"":4146,""week"":""2022-02-07""},{""time"":34942,""label"":""hovered"",""timeHovered"":1354,""week"":""2022-01-31""},{""time"":37558,""label"":""tour_next"",""step"":2},{""time"":45750,""label"":""tour_end"",""step"":2},{""time"":48442,""label"":""hovered"",""timeHovered"":1621,""week"":""2021-12-27""}]}","{""startTime"":1690229674061,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":3278,""label"":""hovered"",""timeHovered"":8715,""week"":""2022-01-10""}]}",1,moderate,line,3.7,0,1,1,8.715,8.715,0,15.0,1.0,0.5,1,0.5,2 +2023-07-24 16:11:06,2023-07-24 16:25:01,0,100,835,1,2023-07-24 16:25:02,R_2dZ4swQWYzSFDVl,28.9919,-82.5167,EN,1,7.567,2,,2,5.153,15.008,0,88,50,26.083000000000002,59.924,1,1,43.223,-3,1,125.40700000000001,1,81.476,15.009,1,1,1,6,6,1,Nobody trusts anything they say anymore and we never will,62.074,2,5,3,2,2,5,"Because I was having a hard time pretending that I trust the survey, as stated in the instructions",38.461,4,,13.154000000000002,2,7,3,4,1,5,6,27.151999999999997,1,1,4,2,1,7,7,1,,39.222,3,4,5,2,5,5,44.133,6,1,24.59,1,1952,Florida,2,2,1,,7,,,2,4,1,116.82799999999999,5cba50bf114fa5001aac5570,"{""startTime"":1690229763648,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690229826514,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690229561435,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":6,""label"":""tour_started""},{""time"":20651,""label"":""hovered"",""timeHovered"":2686,""week"":""2022-01-10""},{""time"":25156,""label"":""hovered"",""timeHovered"":1217,""week"":""2022-01-17""},{""time"":28943,""label"":""hovered"",""timeHovered"":3469,""week"":""2022-02-07""},{""time"":32413,""label"":""hovered"",""timeHovered"":1067,""week"":""2022-02-07""},{""time"":39699,""label"":""tour_next"",""step"":2},{""time"":45464,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690229747944,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line,4.0,0,0,0,0.0,0.0,0,15.0,1.0,0.5,1,0.5,2 +2023-07-24 15:58:45,2023-07-24 16:25:14,0,100,1589,1,2023-07-24 16:25:15,R_3mkkTLl9uH0PFr1,34.1892,-92.0495,EN,1,94.801,1,3.0,2,10.982000000000001,15.112,92,98,77,63.996,133.65,1,1,193.958,-3,1,192.935,-3,114.25399999999999,15.017000000000001,6,5,6,6,6,6,I liked the colors used for the vaccinated and unvaccinated data,124.60700000000001,4,7,6,6,6,6,The bar graft is very detailed and precise by using weekly data and is easy to follow the bar's left and bottom corresponding info.,93.759,5,none,33.431,2,7,3,4,1,5,6,55.542,7,9,5,6,8,9,8,10,none,52.835,3,3,3,2,4,4,86.62100000000001,6,2,36.714,1,1963,Arkansas,3,2,1,,3,,,5,4,2,94.145,62c9990351a1fcfc4ea73063,"{""startTime"":1690229511841,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":32397,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":17355,""week"":""52"",""id"":""chart2""},{""label"":""window_blurred"",""time"":116845},{""label"":""window_focused"",""time"":117211}]}","{""startTime"":1690229299653,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":1114,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4018,""week"":""3"",""id"":""chart""},{""time"":6051,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":15821,""week"":""52"",""id"":""chart""},{""time"":22530,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5586,""week"":""51"",""id"":""chart""},{""time"":31474,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":9318,""week"":""52"",""id"":""chart2""},{""time"":48635,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2111,""week"":""32"",""id"":""chart2""},{""time"":50767,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5687,""week"":""31"",""id"":""chart2""}]}","{""startTime"":1690228955366,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":14,""label"":""tour_started""},{""time"":26370,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1334,""week"":""51"",""id"":""chart""},{""time"":28519,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2151,""week"":""50"",""id"":""chart""},{""time"":40003,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4483,""week"":""35"",""id"":""chart""},{""time"":45353,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4032,""week"":""52"",""id"":""chart""},{""time"":49404,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2983,""week"":""1"",""id"":""chart""},{""time"":52419,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8783,""week"":""2"",""id"":""chart""},{""time"":66414,""label"":""tour_next"",""step"":2},{""time"":75286,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1399,""week"":""51"",""id"":""chart2""},{""time"":76752,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3466,""week"":""52"",""id"":""chart2""},{""time"":80236,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3433,""week"":""1"",""id"":""chart2""},{""time"":84287,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1533,""week"":""52"",""id"":""chart2""},{""time"":87786,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2632,""week"":""45"",""id"":""chart2""},{""time"":102869,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2383,""week"":""4"",""id"":""chart2""},{""time"":106285,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4634,""week"":""52"",""id"":""chart2""},{""time"":114636,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7333,""week"":""52"",""id"":""chart2""},{""time"":124370,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690229284107,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar,3.2,0,0,0,0.0,0.0,0,15.0,1.0,0.5,0,1.0,1 +2023-07-24 16:11:55,2023-07-24 16:25:38,0,100,822,1,2023-07-24 16:25:38,R_3eztVqlQc4qoz2y,33.1661,-117.0932,EN,1,22.668000000000003,1,4.0,2,16.78,15.01,100,100,100,40.13,28.276999999999997,1,1,49.034,1,1,60.33,1,126.29700000000001,15.008,6,2,6,7,6,6,"The chart is missing the location of individuals (all of USA, one state, etc.) and perhaps their age range (all adults, all children, etc.)",107.726,3,7,6,3,2,6,"I trust this visualization because I do know COVID cases peaked in late December/early January of 2022, which is reflected in the chart. I also know that the number of unvaccinated individuals who contract COVID is higher than the number of vaccinated individuals who contracted COVID, and this is also reflected. Finally, the CDC is credited below the chart.",89.164,5,,10.373,2,7,3,4,1,5,6,22.357,4,4,3,4,6,6,10,10,,55.4,5,5,4,1,5,5,34.260999999999996,1,1,15.494000000000002,2,1995,California,6,1,1,,7,,,15,3,1,58.746,60fcc00af3ec0d2d4b95c4be,"{""startTime"":1690229716497,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690229824816,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690229622615,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":10,""label"":""tour_started""},{""time"":6948,""label"":""tour_next"",""step"":2},{""time"":10182,""label"":""tour_end"",""step"":2},{""time"":11199,""label"":""hovered"",""timeHovered"":1176,""week"":""2021-12-06""},{""time"":12867,""label"":""hovered"",""timeHovered"":5090,""week"":""2021-12-27""},{""time"":18325,""label"":""hovered"",""timeHovered"":1789,""week"":""2022-01-03""},{""time"":21342,""label"":""hovered"",""timeHovered"":5467,""week"":""2022-01-03""}]}","{""startTime"":1690229700946,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":6492,""label"":""hovered"",""timeHovered"":1128,""week"":""2021-12-27""},{""time"":13017,""label"":""hovered"",""timeHovered"":1186,""week"":""2022-01-31""}]}",1,simple,line,4.2,0,2,2,2.314,1.157,6525,15.0,1.0,1.0,1,1.0,1 +2023-07-24 16:08:30,2023-07-24 16:26:03,0,100,1052,1,2023-07-24 16:26:03,R_2VEDy25oG726rop,42.9135,-78.889,EN,1,8.352,1,2.0,2,8.712,15.116,90,84,58,40.352,166.493,1,-2,242.59799999999998,-3,1,105.77799999999999,1,70.25,15.008,5,5,5,6,6,6,,43.688,5,5,6,4,5,6,I trust it because it is backed by enough reliable information and data.,50.761,6,,8.943,2,7,3,4,1,5,6,37.17,6,7,11,10,7,8,9,9,,28.166999999999998,4,4,5,1,5,4,29.138,5,1,14.439,1,1953,New York,6,1,2,,4,,,4,2,1,108.26299999999999,59e62b6277860e0001512e14,"{""startTime"":1690229653219,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690229697775,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690229399265,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":21,""label"":""tour_started""},{""time"":25821,""label"":""hovered"",""timeHovered"":1734,""week"":""2022-01-31""},{""time"":29721,""label"":""hovered"",""timeHovered"":2568,""week"":""2021-10-18""},{""time"":59844,""label"":""tour_next"",""step"":5},{""time"":92873,""label"":""started_brush"",""startDate"":""2021-05-06"",""endDate"":""2021-06-09""},{""time"":97596,""label"":""tour_next"",""step"":5},{""time"":123319,""label"":""moved_brush"",""startDate"":""2021-05-24"",""endDate"":""2021-06-26""},{""time"":126387,""label"":""tour_next"",""step"":5},{""time"":134672,""label"":""cleared_brush"",""using"":""click""},{""time"":134675,""label"":""cleared_brush"",""using"":""Escape""},{""time"":139923,""label"":""tour_next"",""step"":5},{""time"":162555,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690229637563,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line,3.8,0,0,0,0.0,0.0,0,15.0,0.5,0.5,1,1.0,3 +2023-07-24 16:04:49,2023-07-24 16:26:11,0,100,1282,1,2023-07-24 16:26:12,R_2R4fwi7nc4U8WTV,39.9672,-74.9562,EN,1,36.369,1,4.0,2,14.620999999999999,15.014000000000001,100,91,50,95.536,108.77799999999999,-1,-1,106.277,-2,-1,98.29299999999999,1,216.892,15.114,5,2,6,3,6,3,Complete data cannot be known because statistics were under reported.,96.96,5,5,3,4,2,3,Because the statistic cannot be completely known due to underreporting,34.385999999999996,5,,14.860999999999999,2,7,3,4,1,5,6,59.473,6,8,6,6,10,8,10,9,,35.166,2,2,2,4,2,2,46.283,2,1,23.513,2,1959,New Jersey,6,2,1,,3,,,19,5,1,183.351,6389301d2575b8e4c1e7cc5c,"{""startTime"":1690229502302,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690229600078,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690229276710,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":24,""label"":""tour_started""},{""time"":22446,""label"":""hovered"",""timeHovered"":1051,""week"":""2022-01-17""},{""time"":23534,""label"":""hovered"",""timeHovered"":10937,""week"":""2022-01-17""},{""time"":35358,""label"":""hovered"",""timeHovered"":1120,""week"":""2022-01-03""},{""time"":36980,""label"":""hovered"",""timeHovered"":2169,""week"":""2022-01-17""},{""time"":39868,""label"":""hovered"",""timeHovered"":5305,""week"":""2022-01-31""},{""time"":46334,""label"":""hovered"",""timeHovered"":20634,""week"":""2022-02-07""},{""time"":66974,""label"":""hovered"",""timeHovered"":8568,""week"":""2022-02-07""},{""time"":83123,""label"":""tour_next"",""step"":2},{""time"":101668,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690229485755,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":7971,""label"":""hovered"",""timeHovered"":2471,""week"":""2021-08-23""}]}",1,moderate,line,2.3,0,1,1,2.471,2.471,0,15.0,0.0,0.0,1,0.0,2 +2023-07-24 16:10:03,2023-07-24 16:27:30,0,100,1046,1,2023-07-24 16:27:30,R_1NFeAmuNzmxLAsX,32.8008,-96.7884,EN,1,39.001,1,3.0,2,12.414000000000001,15.117,95,73,50,78.176,153.99200000000002,1,1,55.248000000000005,1,1,59.964,1,76.866,15.011,6,5,5,6,6,6,,34.34,6,6,6,6,4,6,The numbers and way in which they are represented on the graph seem accurate based on what I know from news reports.,78.475,5,,27.186999999999998,2,7,3,4,1,5,6,26.54,6,8,7,8,9,7,10,8,,37.179,3,4,5,2,5,4,50.501000000000005,1,1,27.843000000000004,2,1963,Texas,8,2,1,,9,,"half black, half white",9,4,1,154.97,630f8f763f068e885ea5b910,"{""startTime"":1690229969086,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690229849788,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690229601921,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":11,""label"":""tour_started""},{""time"":23380,""label"":""hovered"",""timeHovered"":1251,""week"":""2021-12-27""},{""time"":31341,""label"":""tour_next"",""step"":5},{""time"":59678,""label"":""cleared_brush"",""using"":""click""},{""time"":61143,""label"":""cleared_brush"",""using"":""click""},{""time"":79005,""label"":""started_brush"",""startDate"":""2021-05-08"",""endDate"":""2021-09-15""},{""time"":79703,""label"":""cleared_brush"",""using"":""click""},{""time"":80836,""label"":""started_brush"",""startDate"":""2021-09-19"",""endDate"":""2021-12-10""},{""time"":81837,""label"":""tour_next"",""step"":5},{""time"":91473,""label"":""moved_brush"",""startDate"":""2021-09-04"",""endDate"":""2021-12-10""},{""time"":92368,""label"":""tour_next"",""step"":5},{""time"":104976,""label"":""moved_brush"",""startDate"":""2021-12-09"",""endDate"":""2021-12-10""},{""time"":110083,""label"":""cleared_brush"",""using"":""click""},{""time"":110085,""label"":""cleared_brush"",""using"":""Escape""},{""time"":111334,""label"":""tour_next"",""step"":5},{""time"":118197,""label"":""tour_end"",""step"":5},{""time"":126290,""label"":""hovered"",""timeHovered"":1613,""week"":""2021-05-03""},{""time"":147464,""label"":""started_brush"",""startDate"":""2021-10-03"",""endDate"":""2021-10-04""},{""time"":150373,""label"":""started_brush"",""startDate"":""2021-12-08"",""endDate"":""2022-02-13""},{""time"":152789,""label"":""cleared_brush"",""using"":""click""},{""time"":152790,""label"":""cleared_brush"",""using"":""Escape""}]}","{""startTime"":1690229833820,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line,3.8,0,0,0,0.0,0.0,0,15.0,1.0,1.0,1,1.0,3 +2023-07-24 16:10:38,2023-07-24 16:27:43,0,100,1025,1,2023-07-24 16:27:44,R_3CU6ovNRER8iYHC,33.7043,-84.3742,EN,1,8.991,1,4.0,2,6.902,15.013,74,40,67,24.638,177.61900000000003,1,1,77.608,-2,1,85.39399999999999,1,83.10799999999999,15.013,4,4,4,5,5,4,"To be honest, I a little confused by the numbers being so high for unvaccinated. I'm also surprised that oldest group that is vaccinated is so low. ",138.553,5,4,5,4,4,4,I don't know the source and would like to cross reference that information with other sites before sharing. I don't want to share misinformation.,39.194,4,I like the interactive chart but the find the static easier to comprehend for reason.,51.443999999999996,2,7,3,4,1,5,6,23.711,6,7,7,8,6,6,7,8,There's good and bad in all those groups and it also depends on the area where these groups are located. ,87.134,4,4,5,2,5,4,27.779,2,2,14.459000000000001,2,1969,Georgia,7,3,1,,2,,,19,4,1,78.918,5993020a5f49420001caf86b,"{""startTime"":1690229870261,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690229786386,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690229508547,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":4,""label"":""tour_started""},{""time"":16833,""label"":""tour_next"",""step"":5},{""time"":33583,""label"":""tour_back"",""step"":5},{""time"":36515,""label"":""tour_next"",""step"":5},{""time"":38941,""label"":""tour_back"",""step"":5},{""time"":47964,""label"":""tour_next"",""step"":5},{""time"":50450,""label"":""cleared_brush"",""using"":""click""},{""time"":62102,""label"":""cleared_brush"",""using"":""click""},{""time"":63615,""label"":""started_brush"",""startDate"":""2021-08-17"",""endDate"":""2021-11-14""},{""time"":70600,""label"":""moved_brush"",""startDate"":""2021-11-16"",""endDate"":""2022-02-13""},{""time"":71714,""label"":""tour_next"",""step"":5},{""time"":77315,""label"":""moved_brush"",""startDate"":""2021-07-13"",""endDate"":""2021-10-10""},{""time"":78331,""label"":""tour_next"",""step"":5},{""time"":82658,""label"":""cleared_brush"",""using"":""click""},{""time"":82659,""label"":""cleared_brush"",""using"":""Escape""},{""time"":83985,""label"":""tour_next"",""step"":5},{""time"":91232,""label"":""tour_end"",""step"":5},{""time"":114182,""label"":""started_brush"",""startDate"":""2021-05-06"",""endDate"":""2022-02-13""},{""time"":118767,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-01-18""},{""time"":121366,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2022-01-18""},{""time"":165058,""label"":""moved_brush"",""startDate"":""2021-04-11"",""endDate"":""2021-09-19""}]}","{""startTime"":1690229770839,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":9389,""label"":""hovered"",""timeHovered"":3038,""week"":""2022-01-03""}]}",1,complex,line,4.0,0,1,1,3.0380000000000003,3.0380000000000003,0,15.0,1.0,0.5,1,1.0,3 +2023-07-24 16:06:19,2023-07-24 16:31:15,0,100,1496,1,2023-07-24 16:31:16,R_3gT5uRCSYhYD2zZ,36.0344,-114.9705,EN,1,9.502,1,3.0,2,18.14,15.011,36,94,32,39.416,98.419,1,1,131.282,-2,1,127.671,-3,172.894,15.008,3,2,4,4,3,2,none,44.96,5,5,5,5,5,4,I am not sure if this data is legitimate or not.,36.806,4,none,38.483000000000004,2,7,3,4,1,5,6,294.525,2,2,2,3,2,6,8,6,none,127.788,4,4,4,2,4,4,69.567,5,2,21.346999999999998,1,1952,Nevada,3,3,1,,4,,,5,1,1,163.197,64345bf16b9a2e046128887f,"{""startTime"":1690229529659,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690229575629,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":4372,""label"":""hovered"",""timeHovered"":1674,""week"":""2022-01-10""}]}","{""startTime"":1690229281858,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":8,""label"":""tour_started""},{""time"":27437,""label"":""hovered"",""timeHovered"":7508,""week"":""2022-01-10""},{""time"":42656,""label"":""hovered"",""timeHovered"":3978,""week"":""2021-08-09""},{""time"":52268,""label"":""tour_next"",""step"":2},{""time"":69359,""label"":""tour_end"",""step"":2},{""time"":77114,""label"":""hovered"",""timeHovered"":1912,""week"":""2022-01-03""},{""time"":88180,""label"":""hovered"",""timeHovered"":3285,""week"":""2022-01-03""}]}","{""startTime"":1690229513917,""visType"":""line chart"",""complexity"":""simple"",""provenance"":[{""time"":6812,""label"":""hovered"",""timeHovered"":1286,""week"":""2022-01-03""},{""time"":8890,""label"":""hovered"",""timeHovered"":6661,""week"":""2022-01-03""}]}",1,simple,line,3.7,0,2,2,7.947,3.9735,2078,15.0,1.0,0.5,0,1.0,1 +2023-07-24 16:11:27,2023-07-24 16:33:22,0,100,1314,1,2023-07-24 16:33:23,R_3M6zPdgKlhi7rzE,26.718000000000004,-80.0989,EN,1,22.055,2,,2,8.283,15.012,42,38,40,98.853,99.76899999999999,-1,-1,87.37899999999999,-1,-1,45.893,-3,92.181,15.015,4,4,4,1,1,1,NO I DONT HAVE ANY,51.363,4,4,7,4,4,4,BECAUSE SOME OF THE INFORMATIOM BE WRONG THAT WHY,73.40100000000001,4,NO,29.295,2,7,3,4,1,5,6,48.86600000000001,1,1,1,1,1,1,4,8,NO,40.643,2,2,1,5,2,2,48.52,3,5,21.756999999999998,1,1964,Florida,1,2,1,,3,,,3,1,2,376.31699999999995,64395cbe6c8374ff09533b05,"{""startTime"":1690229827048,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690229879171,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":4460,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3789,""week"":""3"",""id"":""chart""},{""time"":8291,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3781,""week"":""4"",""id"":""chart""},{""time"":14779,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3837,""week"":""5"",""id"":""chart""}]}","{""startTime"":1690229664138,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":38,""label"":""tour_started""},{""time"":34149,""label"":""tour_next"",""step"":2},{""time"":58499,""label"":""tour_end"",""step"":2},{""time"":64713,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2109,""week"":""5"",""id"":""chart""},{""time"":66985,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1769,""week"":""4"",""id"":""chart""},{""time"":68793,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1155,""week"":""3"",""id"":""chart""},{""time"":71153,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1604,""week"":""2"",""id"":""chart""},{""time"":85602,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4119,""week"":""52"",""id"":""chart""}]}","{""startTime"":1690229811171,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":1795,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3588,""week"":""52"",""id"":""chart""},{""time"":6146,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1568,""week"":""1"",""id"":""chart""},{""time"":8659,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2077,""week"":""2"",""id"":""chart""}]}",1,moderate,bar,2.3,0,3,3,7.233,2.411,6864,15.0,0.0,0.0,0,0.0,2 +2023-07-24 16:14:05,2023-07-24 16:34:27,0,100,1222,1,2023-07-24 16:34:28,R_1f93OA0qviRUesM,38.580999999999996,-121.4939,EN,1,43.332,1,3.0,2,12.300999999999998,15.116,78,95,54,30.7,157.986,-2,1,63.678000000000004,-3,-3,130.25,1,94.81299999999999,15.122,4,4,5,6,7,6,Overall the CDC did a pretty good job but there were some problems with their data and their messaging. I think they could have done some things better.,112.464,4,7,6,1,1,5,"Like I said, the CDC had some issues with presenting data when we needed accuracy the most. I don't know how accurate their data is and I don't know how complete their data is for sure. I just generally trust the CDC not to be outright deceptive.",85.895,4,Thank you for the survey and stay safe.,35.904,2,7,3,4,1,5,6,35.501,1,5,1,1,7,1,7,7,I used to trust science more but I'm finding out that the need to publish constantly causes corruption so it's hard to know who to believe anymore.,101.755,4,4,5,2,4,4,31.366999999999997,4,1,19.776,1,1961,California,4,1,1,,7,,,2,4,1,111.65899999999999,60dfa0f80964725cfdab1685,"{""startTime"":1690230083346,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690230199505,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690229808910,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[{""time"":117,""label"":""tour_started""},{""time"":33124,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3163,""week"":""52"",""id"":""chart""},{""time"":36919,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1083,""week"":""43"",""id"":""chart""},{""time"":38459,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2606,""week"":""39"",""id"":""chart""},{""time"":41107,""label"":""tour_next"",""step"":5},{""time"":79982,""label"":""started_brush"",""startDate"":""2021-11-01"",""endDate"":""2021-12-08""},{""time"":83202,""label"":""tour_next"",""step"":5},{""time"":94560,""label"":""moved_brush"",""startDate"":""2021-11-23"",""endDate"":""2021-12-31""},{""time"":96051,""label"":""moved_brush"",""startDate"":""2021-11-23"",""endDate"":""2021-12-31""},{""time"":97470,""label"":""tour_next"",""step"":5},{""time"":105825,""label"":""cleared_brush"",""using"":""Click""},{""time"":105825,""label"":""cleared_brush"",""using"":""Escape""},{""time"":108376,""label"":""tour_next"",""step"":5},{""time"":120166,""label"":""tour_end"",""step"":5},{""time"":127507,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2132,""week"":""2"",""id"":""chart""},{""time"":129644,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3876,""week"":""2"",""id"":""chart""},{""time"":136835,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1668,""week"":""50"",""id"":""chart""},{""time"":139356,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1145,""week"":""3"",""id"":""chart""},{""time"":140708,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2641,""week"":""52"",""id"":""chart""},{""time"":146668,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1312,""week"":""2"",""id"":""chart""},{""time"":156110,""label"":""started_brush"",""startDate"":""2021-11-26"",""endDate"":""2022-01-06""}]}","{""startTime"":1690230066014,""visType"":""bar chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,bar,3.8,0,0,0,0.0,0.0,0,15.0,0.5,0.0,1,1.0,3 +2023-07-24 16:01:28,2023-07-24 16:37:45,0,100,2176,1,2023-07-24 16:37:46,R_3qkzXq6WCFm5Wtt,35.8001,-83.8811,EN,1,373.074,1,3.0,1,8.904,15.033,100,93,83,51.398999999999994,61.25,-2,1,195.047,-3,-3,195.705,-3,168.245,15.113,4,6,6,6,7,4,,321.802,6,7,7,5,6,6,"I trust this data, because I believe this data to be displayed in a scientific manner.",94.26100000000001,6,none,38.865,2,7,3,4,1,5,6,58.604,3,3,10,6,4,7,5,9,,116.78200000000001,4,5,5,1,4,5,81.44,7,2,27.656,2,1950,Tennessee,4,2,1,,7,,,4,1,2,186.104,63bcf141136313265f65eec9,"{""startTime"":1690229688487,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":3429,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2594,""week"":""1"",""id"":""chart""},{""time"":6058,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2797,""week"":""52"",""id"":""chart""},{""time"":9868,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2661,""week"":""1"",""id"":""chart2""},{""time"":13237,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1535,""week"":""1"",""id"":""chart2""},{""time"":15509,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":9016,""week"":""52"",""id"":""chart2""}]}","{""startTime"":1690230011698,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690229412074,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":29,""label"":""tour_started""},{""time"":19519,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":6750,""week"":""52"",""id"":""chart""},{""time"":33000,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1851,""week"":""1"",""id"":""chart""},{""time"":34900,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":5951,""week"":""2"",""id"":""chart""},{""time"":48237,""label"":""tour_next"",""step"":2},{""time"":51133,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":4633,""week"":""2"",""id"":""chart2""},{""time"":57835,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690229672488,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar,4.0,0,0,0,0.0,0.0,0,15.0,0.5,0.0,0,0.5,1 +2023-07-24 16:48:37,2023-07-24 17:00:23,0,100,705,1,2023-07-24 17:00:24,R_WdPH2OQWnuCAFvr,37.751,-97.822,EN,1,20.491,1,2.0,2,5.272,15.029000000000002,100,100,100,10.024,8.575,-2,-2,42.223,1,-3,44.586000000000006,1,10.185,15.024000000000001,6,6,6,4,6,6,,24.588,6,6,7,6,5,6,I trust it because the information source was from CDC,32.705999999999996,4,,27.388,2,7,3,4,1,5,6,20.048,5,4,6,4,5,6,6,6,,97.28299999999999,3,4,3,2,3,4,25.616,2,2,7.098,1,1960,Virginia,6,2,1,,3,,,8,2,1,65.104,64714edd10c1a975321f3dbc,"{""startTime"":1690231917661,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690231931055,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""label"":""window_blurred"",""time"":17006}]}","{""startTime"":1690231820180,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":19,""label"":""tour_started""},{""time"":3783,""label"":""tour_next"",""step"":2},{""time"":5811,""label"":""tour_end"",""step"":2}]}","{""startTime"":1690231878988,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":6617,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":8205,""week"":""1"",""id"":""chart""}]}",1,moderate,bar,3.2,0,1,1,8.205,8.205,0,15.0,0.0,0.5,1,0.5,2 +2023-07-24 15:58:09,2023-07-24 17:11:18,0,100,4389,1,2023-07-24 17:11:18,R_3KDaVm2tpMqpdbs,39.7435,-105.0619,EN,1,45.045,1,2.0,2,15.075999999999999,15.050999999999998,100,100,50,27.712,57.198,1,1,101.235,-2,1,79.725,1,86.945,15.014000000000001,7,7,7,7,7,7,"I have a friend who just passed away because of Covid at the age of 37, he was unvaccinated. ",63.833999999999996,7,7,7,7,7,7,"I see those who are unvaccinated getting serious Covid symptoms and those that have been vaccinated although they still have been getting Covid sometimes, they don't end up in the hospital.",63.911,5,"From what I have seen amongst family and friends, those numbers were correct.",135.575,2,7,3,4,1,5,6,71.31,7,7,10,7,6,6,9,8,"We have a great police force in our town but in the big city we moved from 8 years ago, they were not as in touch with the citizens.",124.90799999999999,5,5,5,1,5,5,16.349,1,1,12.704,2,1959,Missouri,4,2,1,,7,,,8,1,1,135.763,5f6666e43be0b923d23c8df8,"{""startTime"":1690232211888,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690232278223,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690232054373,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[{""time"":48,""label"":""tour_started""},{""time"":13126,""label"":""hovered"",""timeHovered"":1075,""week"":""2021-10-25""},{""time"":18005,""label"":""hovered"",""timeHovered"":1699,""week"":""2021-04-19""},{""time"":20878,""label"":""hovered"",""timeHovered"":1420,""week"":""2021-08-23""},{""time"":31135,""label"":""tour_next"",""step"":2},{""time"":39851,""label"":""tour_end"",""step"":2},{""time"":41442,""label"":""hovered"",""timeHovered"":5504,""week"":""2021-12-13""},{""time"":47667,""label"":""hovered"",""timeHovered"":2842,""week"":""2022-01-10""}]}","{""startTime"":1690232194890,""visType"":""line chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,line,4.3,0,0,0,0.0,0.0,0,15.0,1.0,0.5,1,0.5,2 +2023-07-24 17:07:17,2023-07-24 17:15:30,0,100,493,1,2023-07-24 17:15:31,R_2BaOazwPFZfS3V6,38.6759,-77.3157,EN,1,13.043,1,2.0,1,8.41,15.015,62,79,74,31.338,51.806000000000004,1,-3,27.781,-3,-3,16.18,-3,11.456,15.011,7,6,4,7,3,7,great information.,35.105,6,3,4,6,4,5,i feel like its just ok.,27.67,6,informative,16.724,2,7,3,4,1,5,6,17.11,7,8,10,8,10,5,5,10,,8.641,3,3,2,3,5,3,17.426,7,4,10.253,1,1965,Virginia,7,3,1,,2,,,11,1,1,80.74,63eb78a1fc614fd7af392873,"{""startTime"":1690233108500,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}","{""startTime"":1690233010276,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":53104,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1027,""week"":""2"",""id"":""chart""}]}","{""startTime"":1690232914169,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[{""time"":12,""label"":""tour_started""},{""time"":3555,""label"":""tour_next"",""step"":2},{""time"":5488,""label"":""tour_end"",""step"":2},{""time"":9803,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2660,""week"":""1"",""id"":""chart2""},{""time"":13539,""label"":""source_clicked""},{""label"":""window_blurred"",""time"":13551},{""label"":""window_focused"",""time"":17303},{""time"":18445,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1503,""week"":""52"",""id"":""chart""},{""time"":37548,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1301,""week"":""14"",""id"":""chart""},{""time"":44498,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1727,""week"":""2"",""id"":""chart""}]}","{""startTime"":1690232994866,""visType"":""bar chart"",""complexity"":""simple"",""provenance"":[]}",1,simple,bar,3.2,0,0,0,0.0,0.0,0,15.0,0.5,0.0,0,0.5,1 +2023-07-24 17:18:25,2023-07-24 17:29:12,0,100,647,1,2023-07-24 17:29:12,R_DNOES8vKy2yoQcF,39.7427,-104.8129,EN,1,11.29,1,3.0,1,7.768,15.009,95,91,58,20.679000000000002,40.964,-3,1,58.341,-2,-3,102.56200000000001,-1,31.579,15.117,6,6,6,6,5,6,,54.466,4,6,5,5,4,6,Because it references the CDC,16.039,6,,7.696000000000001,2,7,3,4,1,5,6,22.159000000000002,8,10,10,10,9,9,10,10,,24.124000000000002,4,4,4,2,4,4,32.72,1,2,20.034000000000002,2,1958,Colorado,6,2,1,,7,,,15,4,1,102.74,63acbbe336a9ca92853dca4a,"{""startTime"":1690233740946,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":940,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1129,""week"":""1"",""id"":""chart""},{""time"":3660,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":7673,""week"":""2"",""id"":""chart""},{""time"":14198,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3174,""week"":""51"",""id"":""chart""},{""time"":17419,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2339,""week"":""50"",""id"":""chart""}]}","{""startTime"":1690233795998,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}","{""startTime"":1690233580579,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":14301,""label"":""tour_next"",""step"":2},{""time"":20645,""label"":""tour_end"",""step"":2},{""time"":21964,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1171,""week"":""1"",""id"":""chart""},{""time"":24463,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1875,""week"":""2"",""id"":""chart""},{""time"":27497,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":3712,""week"":""6"",""id"":""chart""},{""time"":31500,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":1661,""week"":""2"",""id"":""chart""},{""time"":36393,""label"":""hovered"",""isBrokenDownByAge"":false,""timeHovered"":2296,""week"":""49"",""id"":""chart""}]}","{""startTime"":1690233725173,""visType"":""bar chart"",""complexity"":""moderate"",""provenance"":[]}",1,moderate,bar,3.7,0,0,0,0.0,0.0,0,15.0,0.5,0.0,0,0.0,2 +2023-07-24 17:57:29,2023-07-24 18:23:32,0,100,1563,1,2023-07-24 18:23:33,R_1kNvauHnRRqJIT7,44.9998,-93.39299999999999,EN,1,24.811999999999998,2,,2,6.966,15.01,100,100,50,70.411,250.572,1,-3,73.693,-2,1,81.995,1,127.53399999999999,15.013,4,3,3,6,7,4,"The data doesn't appear to be ""country wide"" and can be mistaken for being biased at the least.",163.618,5,6,6,4,4,5,"Because its stats are from ""per 100-k cases"" and doesn't specify city or state.",92.595,1,"Most people are ""show"" people, if you can see me, I will act ""normal"" but when I'm out of sight, I will let the real me out.",121.31,2,7,3,4,1,5,6,41.123000000000005,1,1,1,1,6,6,10,6,"Trust has to be earned, and is not a ""uniform or job."" Trust is hard to earn and easy to lose because there are so many excuses that one can hide behind once the have lost the trust of another. Responsibility for one's mistakes can also make them trustworthy.",194.95,5,5,5,2,5,5,38.189,5,4,19.772000000000002,1,1963,Minnesota,4,2,1,,8,Indigenous American,,1,4,1,83.895,63c5c3192e709e19fc67d5dd,"{""startTime"":1690236587866,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690236426282,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}","{""startTime"":1690236031547,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[{""time"":16,""label"":""tour_started""},{""time"":10733,""label"":""hovered"",""timeHovered"":1533,""week"":""2021-05-03""},{""time"":23133,""label"":""hovered"",""timeHovered"":1216,""week"":""2021-12-06""},{""time"":49133,""label"":""hovered"",""timeHovered"":24666,""week"":""2021-12-20""},{""time"":76270,""label"":""tour_next"",""step"":5},{""time"":102783,""label"":""tour_back"",""step"":5},{""time"":114822,""label"":""tour_next"",""step"":5},{""time"":126356,""label"":""tour_back"",""step"":5},{""time"":131185,""label"":""hovered"",""timeHovered"":1565,""week"":""2021-10-25""},{""time"":137069,""label"":""tour_next"",""step"":5},{""time"":150793,""label"":""started_brush"",""startDate"":""2021-05-13"",""endDate"":""2021-05-15""},{""time"":161608,""label"":""started_brush"",""startDate"":""2022-01-06"",""endDate"":""2022-02-13""},{""time"":163351,""label"":""tour_next"",""step"":5},{""time"":197520,""label"":""moved_brush"",""startDate"":""2021-08-28"",""endDate"":""2022-02-13""},{""time"":198752,""label"":""tour_next"",""step"":5},{""time"":205126,""label"":""cleared_brush"",""using"":""click""},{""time"":205130,""label"":""cleared_brush"",""using"":""Escape""},{""time"":206853,""label"":""tour_next"",""step"":5},{""time"":245568,""label"":""tour_end"",""step"":5}]}","{""startTime"":1690236410719,""visType"":""line chart"",""complexity"":""complex"",""provenance"":[]}",1,complex,line,4.5,0,0,0,0.0,0.0,0,15.0,0.5,0.5,1,1.0,3